From e6c29c23b0b4ba1d90c10c49a22903cd646e2785 Mon Sep 17 00:00:00 2001
From: ceramisch <carlosramisch@gmail.com>
Date: Sat, 10 Dec 2022 09:44:19 +0100
Subject: [PATCH] Add data and eval scripts

---
 .gitignore                        |     2 +
 README.md                         |     4 +-
 dimsum-data/README.md             |    60 +
 dimsum-data/TAGSET.md             |    87 +
 dimsum-data/dimsum16.test         | 17500 ++++++
 dimsum-data/dimsum16.test.blind   | 17500 ++++++
 dimsum-data/dimsum16.test.cupt    | 20501 ++++++
 dimsum-data/dimsum16.train        | 78625 +++++++++++++++++++++++
 dimsum-data/dimsum16.train.cupt   | 93023 ++++++++++++++++++++++++++++
 dimsum-data/scripts/dimsumeval.py |   522 +
 dimsum-data/scripts/sst2tags.py   |    79 +
 dimsum-data/scripts/tags2sst.py   |   296 +
 dimsum-data/scripts/tags2sst.pyc  |   Bin 0 -> 11327 bytes
 dimsum-data/scripts/test.gold     |    48 +
 dimsum-data/scripts/test.pred     |    47 +
 dimsum-data/scripts/test.pred2    |    46 +
 eval/bmc_munkres/LICENSE          |    14 +
 eval/bmc_munkres/README.md        |    34 +
 eval/bmc_munkres/munkres.py       |   769 +
 eval/dimsum2cupt.py               |   102 +
 eval/evaluate-mwe.py              |   491 +
 eval/evaluate-ss.py               |   137 +
 eval/tsvlib.py                    |   325 +
 eval/tsvlib_usage_example.py      |    40 +
 24 files changed, 230251 insertions(+), 1 deletion(-)
 create mode 100644 dimsum-data/README.md
 create mode 100644 dimsum-data/TAGSET.md
 create mode 100644 dimsum-data/dimsum16.test
 create mode 100644 dimsum-data/dimsum16.test.blind
 create mode 100644 dimsum-data/dimsum16.test.cupt
 create mode 100644 dimsum-data/dimsum16.train
 create mode 100644 dimsum-data/dimsum16.train.cupt
 create mode 100755 dimsum-data/scripts/dimsumeval.py
 create mode 100755 dimsum-data/scripts/sst2tags.py
 create mode 100755 dimsum-data/scripts/tags2sst.py
 create mode 100644 dimsum-data/scripts/tags2sst.pyc
 create mode 100644 dimsum-data/scripts/test.gold
 create mode 100644 dimsum-data/scripts/test.pred
 create mode 100644 dimsum-data/scripts/test.pred2
 create mode 100644 eval/bmc_munkres/LICENSE
 create mode 100644 eval/bmc_munkres/README.md
 create mode 100644 eval/bmc_munkres/munkres.py
 create mode 100755 eval/dimsum2cupt.py
 create mode 100755 eval/evaluate-mwe.py
 create mode 100755 eval/evaluate-ss.py
 create mode 100644 eval/tsvlib.py
 create mode 100755 eval/tsvlib_usage_example.py

diff --git a/.gitignore b/.gitignore
index 7b2e969..27ad748 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 *.json
 *.h5
+*__pycache__
+dimsum-data/*.pred*
diff --git a/README.md b/README.md
index 2422a8e..0b11715 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,15 @@ In other words, in `train` mode, the training corpus is an input and the model a
 
 To test the baseline, the same script is used with similar parameters, but different interpretation:
 ```bash
-./baseline.py test dimsum-data/dimsum16.test.blind baseline-model.h5 baseline-dicts.json
+./baseline.py test dimsum-data/dimsum16.test.blind baseline-model.h5 baseline-dicts.json > dimsum-data/dimsum-data/dimsum16.test.pred
 ```
 
 The corpusfile (here `dimsum-data/dimsum16.test.blind`) contains the corpus for which we the model predicts MWEs and supersenses. If there are annotations in the test corpus, they will be overwritten. The baseline model can predict incompatible tag sequences and will not fill in the 6th field with MWE indices.
 
 The model file (here `baseline-model.h5`) and dictionary file (here `baseline-dicts.json`) were generated by the baseline training procedure described above. In other words, in `test` mode, the test corpus, model file, and dictionary file are inputs, and the output is written in DiMSUM format to the command line (stdout).
 
+The result is redirected to file `dimsum-data/dimsum-data/dimsum16.test.pred`.
+
 ### How to evaluate the baseline
 
 The `DiMSUM` shared task provides a script called `dimsum-data/scripts/dimsumeval.py` - however, this script is poorly documented and very picky with BIO format. Therefore, we first convert the result to the [CUPT](https://multiword.sourceforge.net/cupt-format/) format and then evaluate it separately for MWEs and supersenses:
diff --git a/dimsum-data/README.md b/dimsum-data/README.md
new file mode 100644
index 0000000..72a5cbb
--- /dev/null
+++ b/dimsum-data/README.md
@@ -0,0 +1,60 @@
+# DiMSUM 2016 shared task data
+
+December 28, 2015
+
+Anders Johannsen  
+Nathan Schneider  
+Dirk Hovy  
+Marine Carpuat
+
+This release contains data and scripts for the [DiMSUM](http://dimsum16.github.io/) shared task at SemEval 2016.
+
+## Data files
+
+### `dimsum16.train`, task training data
+
+__The training data combines and harmonizes three data-sets, the [STREUSLE 2.1](http://www.cs.cmu.edu/~ark/LexSem/) corpus of web reviews, as well as the Ritter and Lowlands [Twitter datasets](https://github.com/coastalcph/supersense-data-twitter). The Ritter and Lowlands datasets have been reannotated for MWEs and supersenses to improve their quality and to more closely follow the conventions used in the STREUSLE annotations.__ Our harmonization also consisted of: updating the POS tags to use the 17 [Universal POS categories](http://universaldependencies.github.io/docs/en/pos/all.html); naming supersenses in the form `n.person`; removing STREUSLE class labels that are not proper supersenses (such as <code>\`a</code> = auxiliary, <code>\`p</code> = preposition, `??` = unintelligible); removing weak MWE links in the STREUSLE data; separating the MWE position and supersense into different fields; and listing the supersense only for the first token of any expression.
+
+In this final release of the training data, a couple differences between the component datasets remain:
+
+- The Lowlands Twitter dataset replace usernames, URLs, and numbers by special symbols, while the original text is always preserved in the other datasets.
+- The Universal POS tags in the Twitter datasets do not use the new subordinating conjunction category `SCONJ`. Subordinating conjunctions are instead labeled as adpositions (`ADP`) or conjunctions (`CONJ`).
+
+
+### `dimsum16.test.blind`, task test input
+
+This is in the same format as the training data, except without MWE and supersense annotations, which are to be predicted by the system:
+
+  - there is no supersense label (column 8 is blank)
+  - MWE tags (column 5) are all `O`, and MWE parent offsets (column 6) are all `0`, indicating that no MWEs are marked
+  - sentence IDs (column 9) are unanalyzable to obscure the sentence's source dataset and its order relative to other sentences; the sentences in this file are listed in a random order
+
+#### Composition
+
+The test set consists of 16,500 words in 1,000 English sentences. The sentences are drawn from the following sources:
+
+  - online reviews from the TrustPilot corpus ([Hovy et al. 2015](http://www.www2015.it/documents/proceedings/proceedings/p452.pdf))
+  - tweets from the Tweebank corpus ([Kong et al. 2014](http://www.aclweb.org/anthology/D14-1108))
+  - TED talk transcripts from the IWSLT MT evaluation campaigns, obtained from the WIT³ archive ([Cettolo et al. 2012](http://mt-archive.info/EAMT-2012-Cettolo.pdf)), some of which were used for the NAIST-NTT TED Talk Treebank ([Neubig et al. 2014](http://www.mt-archive.info/10/IWSLT-2014-Neubig.pdf))
+
+More precise information on the composition and preparation of the test corpus will be announced after the end of the task evaluation period.
+
+## File format
+
+The DiMSUM files have tab-separated columns in the spirit of CoNLL, with blank lines to separate sentences.
+
+Nine tab-separated columns:
+
+1. token offset
+2. word
+3. lowercase lemma
+4. POS
+5. MWE tag
+6. offset of parent token (i.e. previous token in the same MWE), if applicable
+7. strength level encoded in the tag, if applicable. Currently not used
+8. supersense label, if applicable
+9. sentence ID
+
+Fields 5, 6, and 8 need to be predicted at test time; the rest will be present in the input. Field 6 can be deterministically filled in given the tagging in field 5. Field 7 should be left blank. The file [TAGSET.md](TAGSET.md) describes the MWE and supersense tagsets.
+
+All sentences in the training data are marked with an identifier whose prefix indicate the source dataset (field 9). In the test data, this field will contain a unique ID for the sentence, but the ID will be uninformative: it will not reveal the domain or document position of the sentence.
diff --git a/dimsum-data/TAGSET.md b/dimsum-data/TAGSET.md
new file mode 100644
index 0000000..fc46e4d
--- /dev/null
+++ b/dimsum-data/TAGSET.md
@@ -0,0 +1,87 @@
+This document describes the labels used to annotate the DiMSUM data,
+including counts for the training data in the 1.5 release.
+
+Multiword Expressions
+=====================
+
+Multiword Expressions (MWEs) are contiguous or gappy groupings of tokens that function semantically as a lexical unit.
+[STREUSLE MWE Guidelines](https://github.com/nschneid/nanni/wiki/MWE-Annotation-Guidelines) (In this release, unlike STREUSLE, we do not include weak MWEs.)
+
+Token-level MWE-positional flags (5th field of the data) are as follows (with frequency counts):
+
+    63264 O  Not part of or inside any MWE
+      675 o  Not part of any MWE, but inside the gap of an MWE
+     4208 B  First token of an MWE, not inside a gap
+       24 b  First token of an MWE, inside the gap of another MWE
+     5623 I  Token continuing an MWE, not inside a gap
+       32 i  Token continuing an MWE, inside the gap of another MWE
+    =====
+    73826 tokens
+
+Class Labels
+============
+
+Many of the lexical expressions (single-word and multiword) in the corpus
+have been manually annotated with semantic classes called supersenses. There are 41 unique class labels. They are listed below with their token frequencies.
+
+These supersenses appear in the 8th field of the data. For MWEs, they are only listed with the first (`B` or `b`) token, but should be interpreted as applying to the entire expression.
+
+Noun Supersenses
+----------------
+
+All of the 26 noun supersenses defined in WordNet are attested, including a miscelleneous supersense that we call `n.other` (traditionally, `noun.Tops`), which applies to vague words like "stuff".
+STREUSLE [guidelines](http://www.cs.cmu.edu/~ark/ArabicSST/corpus/guidelines.html),
+[examples](http://www.cs.cmu.edu/~ark/ArabicSST/corpus/examples.html) for noun supersense annotation.
+
+      902 n.act
+      122 n.animal
+     1226 n.artifact
+      311 n.attribute
+      153 n.body
+      835 n.cognition
+      886 n.communication
+      650 n.event
+       68 n.feeling
+      830 n.food
+     1750 n.group
+      845 n.location
+       35 n.motive
+       62 n.natural_object
+       23 n.other
+     1867 n.person
+       46 n.phenomenon
+       10 n.plant
+      386 n.possession
+       29 n.process
+      161 n.quantity
+       40 n.relation
+        7 n.shape
+      122 n.state
+       52 n.substance
+     1173 n.time
+    =====
+    12591 noun supersense mentions
+
+Verb Supersenses
+----------------
+
+All of the 15 verb supersenses defined in WordNet are attested in this corpus.
+[STREUSLE verb supersense annotation guidelines](http://www.cs.cmu.edu/~ark/LexSem/vsst-guidelines.html)
+
+      153 v.body
+      539 v.change
+     1310 v.cognition
+     1225 v.communication
+       51 v.competition
+      114 v.consumption
+      104 v.contact
+      117 v.creation
+      414 v.emotion
+      765 v.motion
+      241 v.perception
+      398 v.possession
+     1073 v.social
+     3357 v.stative
+        2 v.weather
+    =====
+     9863 verb supersense mentions
diff --git a/dimsum-data/dimsum16.test b/dimsum-data/dimsum16.test
new file mode 100644
index 0000000..deacee6
--- /dev/null
+++ b/dimsum-data/dimsum16.test
@@ -0,0 +1,17500 @@
+1	@JoJoLyrics	@USER	X	O	0			tweebank.298
+2	I	i	PRON	O	0			tweebank.298
+3	hear	hear	VERB	O	0		v.perception	tweebank.298
+4	enough	enough	ADV	O	0			tweebank.298
+5	talking	talk	VERB	O	0		v.communication	tweebank.298
+6	,	,	PUNCT	O	0			tweebank.298
+7	just	just	ADV	O	0			tweebank.298
+8	turn	turn	VERB	B	0		v.motion	tweebank.298
+9	round	round	ADV	I	8			tweebank.298
+10	keep	keep	VERB	O	0		v.stative	tweebank.298
+11	walking	walk	VERB	O	0		v.motion	tweebank.298
+12	haha	haha	INTJ	O	0			tweebank.298
+13	in	in	ADP	O	0			tweebank.298
+14	that	that	DET	O	0			tweebank.298
+15	part	part	NOUN	O	0		n.location	tweebank.298
+
+1	Photo	photo	NOUN	O	0		n.artifact	tweebank.33
+2	:	:	PUNCT	O	0			tweebank.33
+3	http://t.co/2zggP2a	URL	X	O	0			tweebank.33
+
+1	Ahh	ahh	INTJ	O	0			tweebank.343
+2	.	.	PUNCT	O	0			tweebank.343
+3	Flutes	flute	NOUN	O	0		n.artifact	tweebank.343
+4	sound	sound	VERB	O	0		v.perception	tweebank.343
+5	really	really	ADV	O	0			tweebank.343
+6	bad	bad	ADJ	O	0			tweebank.343
+7	with	with	ADP	O	0			tweebank.343
+8	cheap	cheap	ADJ	O	0			tweebank.343
+9	mics	mics	NOUN	O	0		n.artifact	tweebank.343
+10	.	.	PUNCT	O	0			tweebank.343
+11	Writing	write	VERB	O	0		v.creation	tweebank.343
+12	a	a	DET	O	0			tweebank.343
+13	song	song	NOUN	O	0		n.communication	tweebank.343
+14	now	now	ADV	O	0			tweebank.343
+15	,	,	PUNCT	O	0			tweebank.343
+16	just	just	ADV	O	0			tweebank.343
+17	need	need	VERB	O	0		v.stative	tweebank.343
+18	chords	chord	NOUN	O	0		n.relation	tweebank.343
+19	and	and	CONJ	O	0			tweebank.343
+20	I'll	i'll	VERB	O	0		v.stative	tweebank.343
+21	be	be	AUX	O	0			tweebank.343
+22	good	good	ADJ	O	0			tweebank.343
+23	.	.	PUNCT	O	0			tweebank.343
+24	Bye	bye	INTJ	O	0			tweebank.343
+25	:D	EMOTICON	X	O	0			tweebank.343
+
+1	We	we	PRON	O	0			trustpilot-210
+2	called	call	VERB	O	0		v.communication	trustpilot-210
+3	the	the	DET	O	0			trustpilot-210
+4	number	number	NOUN	O	0		n.attribute	trustpilot-210
+5	which	which	PRON	O	0			trustpilot-210
+6	promised	promise	VERB	O	0		v.communication	trustpilot-210
+7	an	an	DET	O	0			trustpilot-210
+8	English	english	NOUN	B	0			trustpilot-210
+9	speaking	speaking	ADJ	I	8			trustpilot-210
+10	advisor	advisor	NOUN	O	0		n.person	trustpilot-210
+11	,	,	PUNCT	O	0			trustpilot-210
+12	instead	instead	ADV	O	0			trustpilot-210
+13	we	we	PRON	O	0			trustpilot-210
+14	got	get	VERB	O	0		v.stative	trustpilot-210
+15	a	a	DET	O	0			trustpilot-210
+16	Spanish	spanish	ADJ	O	0			trustpilot-210
+17	one	one	PRON	O	0			trustpilot-210
+18	.	.	PUNCT	O	0			trustpilot-210
+
+1	And	and	CONJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+2	I	i	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+3	would	would	AUX	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+4	like	like	VERB	O	0		v.emotion	ted.naist.004-YvesBehar_2009.iwslt.552.2
+5	to	to	PART	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+6	share	share	VERB	O	0		v.social	ted.naist.004-YvesBehar_2009.iwslt.552.2
+7	with	with	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+8	you	you	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+9	some	some	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+10	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+11	the	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+12	bits	bit	NOUN	O	0		n.quantity	ted.naist.004-YvesBehar_2009.iwslt.552.2
+13	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+14	the	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+15	conversation	conversation	NOUN	O	0		n.communication	ted.naist.004-YvesBehar_2009.iwslt.552.2
+16	that	that	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+17	we	we	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+18	started	start	VERB	O	0		v.change	ted.naist.004-YvesBehar_2009.iwslt.552.2
+19	with	with	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+20	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.2
+
+1	@asya269	@USER	X	O	0			tweebank.51
+2	Follow	follow	VERB	O	0		v.social	tweebank.51
+3	@hardiksco	@USER	X	O	0			tweebank.51
+4	..	..	PUNCT	O	0			tweebank.51
+5	He	he	PRON	O	0			tweebank.51
+6	has	have	VERB	O	0		v.stative	tweebank.51
+7	awesome	awesome	ADJ	O	0			tweebank.51
+8	quotes	quote	NOUN	O	0		n.communication	tweebank.51
+9	and	and	CONJ	O	0			tweebank.51
+10	Your	your	PRON	O	0			tweebank.51
+11	end	end	NOUN	B	0			tweebank.51
+12	up	up	ADP	I	11			tweebank.51
+13	with	with	ADP	O	0			tweebank.51
+14	wow	wow	INTJ	O	0			tweebank.51
+15	..	..	PUNCT	O	0			tweebank.51
+16	:-)	EMOTICON	X	O	0			tweebank.51
+17	Follow	follow	VERB	O	0		v.social	tweebank.51
+18	him	him	PRON	O	0			tweebank.51
+19	if	if	SCONJ	O	0			tweebank.51
+20	you	you	PRON	O	0			tweebank.51
+21	like	like	VERB	O	0		v.emotion	tweebank.51
+22	his	his	PRON	O	0			tweebank.51
+23	tweets	tweet	NOUN	O	0		n.communication	tweebank.51
+24	..	..	PUNCT	O	0			tweebank.51
+
+1	1-4-3	NUMBER	NUM	O	0			tweebank.165
+2	happy	happy	ADJ	B	0			tweebank.165
+3	VaLentine	valentine	PROPN	I	2			tweebank.165
+4	s	s	PART	I	3			tweebank.165
+5	Day	day	NOUN	I	4			tweebank.165
+6	!	!	PUNCT	O	0			tweebank.165
+7	:)	EMOTICON	X	O	0			tweebank.165
+8	<3	EMOTICON	X	O	0			tweebank.165
+9	http://Zipz.it/Songcardmb	URL	X	O	0			tweebank.165
+
+1	Products	product	NOUN	O	0		n.artifact	trustpilot-150
+2	are	be	VERB	O	0		v.stative	trustpilot-150
+3	of	of	ADP	O	0			trustpilot-150
+4	a	a	DET	O	0			trustpilot-150
+5	high	high	ADJ	O	0			trustpilot-150
+6	standard	standard	NOUN	O	0		n.attribute	trustpilot-150
+7	,	,	PUNCT	O	0			trustpilot-150
+8	quick	quick	ADJ	O	0			trustpilot-150
+9	delivery	delivery	NOUN	O	0		n.act	trustpilot-150
+10	and	and	CONJ	O	0			trustpilot-150
+11	should	should	AUX	O	0			trustpilot-150
+12	you	you	PRON	O	0			trustpilot-150
+13	have	have	VERB	O	0		v.stative	trustpilot-150
+14	a	a	DET	O	0			trustpilot-150
+15	problem	problem	NOUN	O	0		n.state	trustpilot-150
+16	it	it	PRON	O	0			trustpilot-150
+17	is	be	AUX	O	0			trustpilot-150
+18	sorted	sort	VERB	O	0		v.change	trustpilot-150
+19	straight	straight	ADV	B	0			trustpilot-150
+20	away	away	ADV	I	19			trustpilot-150
+21	by	by	ADP	O	0			trustpilot-150
+22	a	a	DET	O	0			trustpilot-150
+23	friendly	friendly	ADJ	O	0			trustpilot-150
+24	person	person	NOUN	O	0		n.person	trustpilot-150
+25	on	on	ADP	O	0			trustpilot-150
+26	the	the	DET	O	0			trustpilot-150
+27	phone	phone	NOUN	O	0		n.artifact	trustpilot-150
+28	.	.	PUNCT	O	0			trustpilot-150
+
+1	I	i	PRON	O	0			trustpilot-281
+2	picked	pick	VERB	O	0		v.cognition	trustpilot-281
+3	a	a	DET	O	0			trustpilot-281
+4	more	more	ADV	O	0			trustpilot-281
+5	expensive	expensive	ADJ	O	0			trustpilot-281
+6	item	item	NOUN	O	0		n.artifact	trustpilot-281
+7	and	and	CONJ	O	0			trustpilot-281
+8	they	they	PRON	O	0			trustpilot-281
+9	gave	give	VERB	O	0		v.change	trustpilot-281
+10	me	me	PRON	O	0			trustpilot-281
+11	an	an	DET	O	0			trustpilot-281
+12	unasked	unasked	ADJ	O	0			trustpilot-281
+13	for	for	PART	O	0			trustpilot-281
+14	discount	discount	NOUN	O	0		n.possession	trustpilot-281
+15	!	!	PUNCT	O	0			trustpilot-281
+
+1	So	so	ADV	O	0			ted.iwslt.1353.7
+2	to	to	ADP	O	0			ted.iwslt.1353.7
+3	me	me	PRON	O	0			ted.iwslt.1353.7
+4	it	it	PRON	O	0			ted.iwslt.1353.7
+5	felt	felt	VERB	O	0		v.cognition	ted.iwslt.1353.7
+6	like	like	SCONJ	O	0			ted.iwslt.1353.7
+7	photography	photography	NOUN	O	0		n.act	ted.iwslt.1353.7
+8	was	be	VERB	O	0		v.stative	ted.iwslt.1353.7
+9	more	more	ADJ	O	0			ted.iwslt.1353.7
+10	about	about	SCONJ	O	0			ted.iwslt.1353.7
+11	being	be	VERB	O	0		v.stative	ted.iwslt.1353.7
+12	at	at	ADP	O	0			ted.iwslt.1353.7
+13	the	the	DET	O	0			ted.iwslt.1353.7
+14	right	right	ADJ	B	0		n.location	ted.iwslt.1353.7
+15	place	place	NOUN	I	14			ted.iwslt.1353.7
+16	and	and	CONJ	O	0			ted.iwslt.1353.7
+17	the	the	DET	O	0			ted.iwslt.1353.7
+18	right	right	ADJ	B	0		n.time	ted.iwslt.1353.7
+19	time	time	NOUN	I	18			ted.iwslt.1353.7
+20	.	.	PUNCT	O	0			ted.iwslt.1353.7
+
+1	Super	super	PROPN	B	0		n.event	tweebank.324
+2	Bowl	bowl	PROPN	I	1			tweebank.324
+3	Countdown	countdown	NOUN	O	0		n.act	tweebank.324
+4	:	:	PUNCT	O	0			tweebank.324
+5	http://t.co/ZuVEYdYm	URL	X	O	0			tweebank.324
+
+1	That	that	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+2	was	be	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+3	back	back	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+4	in	in	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+5	1954	NUMBER	NUM	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+6	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+7	55	NUMBER	NUM	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+8	years	years	NOUN	O	0		n.time	ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+9	ago	ago	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+10	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+
+1	In	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+2	my	my	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+3	mother	mother	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+4	's	's	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+5	day	day	NOUN	O	0		n.time	ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+6	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+7	she	she	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+8	did	do	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+9	n't	n't	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+10	go	go	VERB	O	0		v.motion	ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+11	to	to	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+12	college	college	NOUN	O	0		n.act	ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+13	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+
+1	Most	most	ADJ	O	0			ted.iwslt.129.4
+2	of	of	ADP	O	0			ted.iwslt.129.4
+3	them	them	PRON	O	0			ted.iwslt.129.4
+4	are	be	VERB	O	0		v.stative	ted.iwslt.129.4
+5	ordinary	ordinary	ADJ	O	0			ted.iwslt.129.4
+6	digital	digital	ADJ	B	0		n.artifact	ted.iwslt.129.4
+7	camera	camera	NOUN	I	6			ted.iwslt.129.4
+8	photos	photo	NOUN	I	7			ted.iwslt.129.4
+9	,	,	PUNCT	O	0			ted.iwslt.129.4
+10	but	but	CONJ	O	0			ted.iwslt.129.4
+11	this	this	DET	O	0			ted.iwslt.129.4
+12	one	one	NOUN	O	0			ted.iwslt.129.4
+13	,	,	PUNCT	O	0			ted.iwslt.129.4
+14	for	for	ADP	O	0			ted.iwslt.129.4
+15	example	example	NOUN	O	0		n.cognition	ted.iwslt.129.4
+16	,	,	PUNCT	O	0			ted.iwslt.129.4
+17	is	be	VERB	O	0		v.stative	ted.iwslt.129.4
+18	a	a	DET	O	0			ted.iwslt.129.4
+19	scan	scan	NOUN	O	0		n.artifact	ted.iwslt.129.4
+20	from	from	ADP	O	0			ted.iwslt.129.4
+21	the	the	DET	B	0		n.group	ted.iwslt.129.4
+22	Library	library	NOUN	I	21			ted.iwslt.129.4
+23	of	of	ADP	I	22			ted.iwslt.129.4
+24	Congress	congress	PROPN	I	23			ted.iwslt.129.4
+25	,	,	PUNCT	O	0			ted.iwslt.129.4
+26	and	and	CONJ	O	0			ted.iwslt.129.4
+27	it	it	PRON	O	0			ted.iwslt.129.4
+28	's	's	VERB	O	0		v.stative	ted.iwslt.129.4
+29	in	in	ADP	O	0			ted.iwslt.129.4
+30	the	the	DET	O	0			ted.iwslt.129.4
+31	300	300	NUM	B	0		n.quantity	ted.iwslt.129.4
+32	megapixel	megapixel	NOUN	I	31			ted.iwslt.129.4
+33	range	range	NOUN	O	0		n.attribute	ted.iwslt.129.4
+34	.	.	PUNCT	O	0			ted.iwslt.129.4
+
+1	...	...	X	O	0			tweebank.393
+2	..	..	X	O	0			tweebank.393
+3	think	think	VERB	O	0		v.cognition	tweebank.393
+4	I	i	PRON	O	0			tweebank.393
+5	might	might	AUX	O	0			tweebank.393
+6	move	move	VERB	O	0		v.motion	tweebank.393
+7	to	to	ADP	O	0			tweebank.393
+8	Raleigh	raleigh	PROPN	O	0		n.group	tweebank.393
+9	.	.	PUNCT	O	0			tweebank.393
+10	NCSU	ncsu	PROPN	O	0		n.group	tweebank.393
+11	giving	give	VERB	B	0		v.change	tweebank.393
+12	up	up	ADP	I	11			tweebank.393
+13	any	any	DET	O	0			tweebank.393
+14	money	money	NOUN	O	0		n.possession	tweebank.393
+15	??	??	PUNCT	O	0			tweebank.393
+
+1	The	the	DET	O	0			trustpilot-213
+2	Asda	asda	PROPN	B	0		n.communication	trustpilot-213
+3	site	site	NOUN	I	2			trustpilot-213
+4	is	be	VERB	O	0		v.stative	trustpilot-213
+5	easy	easy	ADV	O	0			trustpilot-213
+6	to	to	PART	O	0			trustpilot-213
+7	use	use	VERB	O	0		v.cognition	trustpilot-213
+8	-	-	PUNCT	O	0			trustpilot-213
+9	however	however	ADV	O	0			trustpilot-213
+10	unlike	unlike	ADV	O	0			trustpilot-213
+11	rival	rival	ADJ	O	0			trustpilot-213
+12	sites	site	NOUN	O	0		n.communication	trustpilot-213
+13	it	it	PRON	O	0			trustpilot-213
+14	doesn	doesn	VERB	O	0			trustpilot-213
+15	'	'	PART	O	0			trustpilot-213
+16	t	t	PART	O	0			trustpilot-213
+17	store	store	VERB	O	0		v.stative	trustpilot-213
+18	your	your	DET	O	0			trustpilot-213
+19	instore	instore	ADJ	O	0			trustpilot-213
+20	shopping	shopping	NOUN	O	0		n.act	trustpilot-213
+21	.	.	PUNCT	O	0			trustpilot-213
+
+1	They	they	PRON	O	0			trustpilot-307
+2	found	found	VERB	O	0		v.cognition	trustpilot-307
+3	that	that	CONJ	O	0			trustpilot-307
+4	Apple	apple	NOUN	O	0		n.group	trustpilot-307
+5	hasn	hasn	VERB	O	0			trustpilot-307
+6	'	'	PART	O	0			trustpilot-307
+7	t	t	PART	O	0			trustpilot-307
+8	even	even	ADV	O	0			trustpilot-307
+9	activated	activate	VERB	O	0		v.change	trustpilot-307
+10	the	the	DET	O	0			trustpilot-307
+11	0G	0g	ADJ	B	0		n.communication	trustpilot-307
+12	network	network	NOUN	I	11			trustpilot-307
+13	and	and	CONJ	O	0			trustpilot-307
+14	told	tell	VERB	O	0		v.communication	trustpilot-307
+15	me	me	PRON	O	0			trustpilot-307
+16	to	to	PART	O	0			trustpilot-307
+17	call	call	VERB	O	0		v.communication	trustpilot-307
+18	O0	o0	PROPN	O	0		n.group	trustpilot-307
+19	.	.	PUNCT	O	0			trustpilot-307
+
+1	Pet	pet	NOUN	B	0		n.group	trustpilot-259
+2	Supermarket	supermarket	NOUN	I	1			trustpilot-259
+3	is	be	VERB	O	0		v.stative	trustpilot-259
+4	an	an	DET	O	0			trustpilot-259
+5	excellent	excellent	ADJ	O	0			trustpilot-259
+6	choice	choice	NOUN	O	0		n.cognition	trustpilot-259
+7	for	for	ADP	O	0			trustpilot-259
+8	all	all	DET	O	0			trustpilot-259
+9	pet	pet	NOUN	B	0		n.person	trustpilot-259
+10	owners	owner	NOUN	I	9			trustpilot-259
+11	and	and	CONJ	O	0			trustpilot-259
+12	I	i	PRON	O	0			trustpilot-259
+13	can	can	AUX	O	0			trustpilot-259
+14	highly	highly	ADV	O	0			trustpilot-259
+15	recommend	recommend	VERB	O	0		v.communication	trustpilot-259
+16	this	this	DET	O	0			trustpilot-259
+17	company	company	NOUN	O	0		n.group	trustpilot-259
+18	for	for	ADP	O	0			trustpilot-259
+19	their	their	DET	O	0			trustpilot-259
+20	quality	quality	NOUN	O	0			trustpilot-259
+21	goods	good	NOUN	O	0		n.artifact	trustpilot-259
+22	,	,	PUNCT	O	0			trustpilot-259
+23	selection	selection	NOUN	O	0		n.attribute	trustpilot-259
+24	,	,	PUNCT	O	0			trustpilot-259
+25	promptness	promptness	NOUN	O	0		n.attribute	trustpilot-259
+26	,	,	PUNCT	O	0			trustpilot-259
+27	and	and	CONJ	O	0			trustpilot-259
+28	after	after	ADP	B	0		n.act	trustpilot-259
+29	sales	sales	NOUN	I	28			trustpilot-259
+30	service	service	NOUN	I	29			trustpilot-259
+31	with	with	ADP	O	0			trustpilot-259
+32	a	a	DET	O	0			trustpilot-259
+33	good	good	ADJ	O	0			trustpilot-259
+34	returns	return	NOUN	B	0		n.communication	trustpilot-259
+35	policy	policy	NOUN	I	34			trustpilot-259
+36	.	.	PUNCT	O	0			trustpilot-259
+
+1	RT	rt	X	O	0			tweebank.430
+2	@Pretty_Girl1908	@USER	X	O	0			tweebank.430
+3	Where	where	ADV	O	0			tweebank.430
+4	is	be	VERB	O	0		v.stative	tweebank.430
+5	punk	punk	NOUN	B	0		n.person	tweebank.430
+6	ass	ass	NOUN	I	5			tweebank.430
+7	,	,	PUNCT	O	0			tweebank.430
+8	@ShaineO_Mac	@USER	X	O	0			tweebank.430
+9	Tonite	tonite	ADV	O	0			tweebank.430
+10	!!!	!!!	PUNCT	O	0			tweebank.430
+11	<	<	X	O	0			tweebank.430
+12	Honestly	honestly	ADV	O	0			tweebank.430
+13	who	who	PRON	O	0			tweebank.430
+14	cares	care	VERB	O	0		v.emotion	tweebank.430
+15	??	??	PUNCT	O	0			tweebank.430
+16	:-P	EMOTICON	X	O	0			tweebank.430
+
+1	Handwritten	handwritten	ADJ	O	0			trustpilot-237
+2	card	card	NOUN	O	0		n.communication	trustpilot-237
+3	very	very	ADV	O	0			trustpilot-237
+4	personal	personal	ADJ	B	0		n.feeling	trustpilot-237
+5	touch	touch	NOUN	I	4			trustpilot-237
+6	.	.	PUNCT	O	0			trustpilot-237
+
+1	DAMMIT	dammit	INTJ	O	0			tweebank.371
+2	TENTEN	tenten	PROPN	O	0		n.person	tweebank.371
+3	!!!	!!!	PUNCT	O	0			tweebank.371
+4	Ca	ca	AUX	B	0			tweebank.371
+5	n't	n't	PART	I	4			tweebank.371
+6	you	you	PRON	I	5			tweebank.371
+7	just	just	ADV	I	6			tweebank.371
+8	let	let	VERB	O	0		v.social	tweebank.371
+9	a	a	DET	O	0			tweebank.371
+10	ninja	ninja	NOUN	O	0		n.person	tweebank.371
+11	pee	pee	VERB	O	0		v.body	tweebank.371
+12	in	in	ADP	B	0			tweebank.371
+13	peace	peace	NOUN	I	12			tweebank.371
+14	??!!?!?!?!?	??!!?!?!?!?	PUNCT	O	0			tweebank.371
+15	http://t.co/lz8Y9iUv	URL	X	O	0			tweebank.371
+
+1	Thank	thank	VERB	O	0		v.communication	trustpilot-180
+2	you	you	PRON	O	0			trustpilot-180
+3	for	for	ADP	O	0			trustpilot-180
+4	the	the	DET	O	0			trustpilot-180
+5	replacement	replacement	NOUN	O	0		n.artifact	trustpilot-180
+6	as	as	CONJ	O	0			trustpilot-180
+7	promised	promise	VERB	O	0		v.communication	trustpilot-180
+8	.	.	PUNCT	O	0			trustpilot-180
+
+1	RT	rt	X	O	0			tweebank.130
+2	@colindobson	@USER	X	O	0			tweebank.130
+3	:	:	X	O	0			tweebank.130
+4	Check	check	VERB	B	0		v.cognition	tweebank.130
+5	out	out	ADP	I	4			tweebank.130
+6	http://bit.ly/e5hSx0	URL	X	O	0			tweebank.130
+7	.	.	PUNCT	O	0			tweebank.130
+8	Freezing	freeze	VERB	O	0		v.change	tweebank.130
+9	my	my	PRON	O	0			tweebank.130
+10	nads	nad	NOUN	O	0		n.body	tweebank.130
+11	in	in	ADP	O	0			tweebank.130
+12	the	the	DET	O	0			tweebank.130
+13	snow	snow	NOUN	O	0		n.phenomenon	tweebank.130
+14	,	,	PUNCT	O	0			tweebank.130
+15	naked	naked	ADJ	O	0			tweebank.130
+16	for	for	ADP	O	0			tweebank.130
+17	#MND	#mnd	PROPN	B	0		n.group	tweebank.130
+18	Charity	charity	NOUN	I	17			tweebank.130
+19	.	.	PUNCT	O	0			tweebank.130
+20	£4.5	NUMBER	NUM	O	0			tweebank.130
+21	k	k	NOUN	O	0		n.quantity	tweebank.130
+22	raised	raise	VERB	O	0		v.change	tweebank.130
+23	so	so	ADV	B	0			tweebank.130
+24	far	far	ADV	I	23			tweebank.130
+25	.	.	PUNCT	O	0			tweebank.130
+26	Please	please	VERB	O	0		v.emotion	tweebank.130
+27	RT	rt	VERB	O	0		v.communication	tweebank.130
+28	!	!	PUNCT	O	0			tweebank.130
+29	Thx	thx	NOUN	O	0			tweebank.130
+30	.	.	PUNCT	O	0			tweebank.130
+
+1	I	i	PRON	O	0			trustpilot-169
+2	'	'	PART	O	0			trustpilot-169
+3	ve	ve	VERB	O	0			trustpilot-169
+4	relied	rely	VERB	O	0		v.cognition	trustpilot-169
+5	on	on	ADP	O	0			trustpilot-169
+6	Vodafone	vodafone	PROPN	O	0		n.group	trustpilot-169
+7	since	since	ADP	O	0			trustpilot-169
+8	mobile	mobile	ADJ	B	0		n.artifact	trustpilot-169
+9	phones	phone	NOUN	I	8			trustpilot-169
+10	were	be	VERB	O	0		v.stative	trustpilot-169
+11	the	the	DET	O	0			trustpilot-169
+12	size	size	NOUN	O	0		n.attribute	trustpilot-169
+13	and	and	CONJ	O	0			trustpilot-169
+14	weight	weight	NOUN	O	0		n.attribute	trustpilot-169
+15	of	of	ADP	O	0			trustpilot-169
+16	bricks	brick	NOUN	O	0		n.artifact	trustpilot-169
+17	and	and	CONJ	O	0			trustpilot-169
+18	have	have	AUX	O	0			trustpilot-169
+19	never	never	ADV	O	0			trustpilot-169
+20	had	have	VERB	O	0		v.stative	trustpilot-169
+21	any	any	DET	O	0			trustpilot-169
+22	problems	problem	NOUN	O	0		n.state	trustpilot-169
+23	with	with	ADP	O	0			trustpilot-169
+24	their	their	DET	O	0			trustpilot-169
+25	service	service	NOUN	O	0		n.act	trustpilot-169
+26	or	or	CONJ	O	0			trustpilot-169
+27	products	product	NOUN	O	0		n.artifact	trustpilot-169
+28	.	.	PUNCT	O	0			trustpilot-169
+
+1	The	the	DET	O	0			trustpilot-34
+2	information	information	NOUN	O	0		n.communication	trustpilot-34
+3	provided	provided	ADJ	O	0			trustpilot-34
+4	on	on	ADP	O	0			trustpilot-34
+5	the	the	DET	O	0			trustpilot-34
+6	website	website	NOUN	O	0		n.communication	trustpilot-34
+7	during	during	ADP	O	0			trustpilot-34
+8	the	the	DET	O	0			trustpilot-34
+9	build	build	NOUN	B	0		n.process	trustpilot-34
+10	process	process	NOUN	I	9			trustpilot-34
+11	,	,	PUNCT	O	0			trustpilot-34
+12	the	the	DET	O	0			trustpilot-34
+13	quality	quality	NOUN	O	0		n.attribute	trustpilot-34
+14	of	of	ADP	O	0			trustpilot-34
+15	the	the	DET	O	0			trustpilot-34
+16	e	e	NOUN	B	0		n.communication	trustpilot-34
+17	-	-	PUNCT	I	16			trustpilot-34
+18	mail	mail	NOUN	I	17			trustpilot-34
+19	communication	communication	NOUN	I	18			trustpilot-34
+20	and	and	CONJ	O	0			trustpilot-34
+21	the	the	DET	O	0			trustpilot-34
+22	speedy	speedy	ADJ	O	0			trustpilot-34
+23	and	and	CONJ	O	0			trustpilot-34
+24	accurate	accurate	ADJ	O	0			trustpilot-34
+25	delivery	delivery	NOUN	O	0		n.act	trustpilot-34
+26	have	have	AUX	O	0			trustpilot-34
+27	all	all	PRON	O	0			trustpilot-34
+28	been	be	VERB	O	0		v.stative	trustpilot-34
+29	first	first	ADJ	B	0		n.attribute	trustpilot-34
+30	class	class	NOUN	I	29			trustpilot-34
+31	.	.	PUNCT	O	0			trustpilot-34
+
+1	It	it	PRON	O	0			trustpilot-132
+2	was	be	VERB	O	0		v.stative	trustpilot-132
+3	air	air	ADJ	B	0			trustpilot-132
+4	-	-	PUNCT	I	3			trustpilot-132
+5	conditioned	conditioned	ADJ	I	4			trustpilot-132
+6	,	,	PUNCT	O	0			trustpilot-132
+7	and	and	CONJ	O	0			trustpilot-132
+8	drove	drive	VERB	O	0		v.motion	trustpilot-132
+9	pretty	pretty	ADV	O	0			trustpilot-132
+10	well	well	ADV	O	0			trustpilot-132
+11	,	,	PUNCT	O	0			trustpilot-132
+12	once	once	CONJ	O	0			trustpilot-132
+13	I	i	PRON	O	0			trustpilot-132
+14	'	'	PUNCT	O	0			trustpilot-132
+15	d	d	VERB	O	0			trustpilot-132
+16	sussed	sussed	VERB	B	0		v.cognition	trustpilot-132
+17	out	out	PART	I	16			trustpilot-132
+18	the	the	DET	O	0			trustpilot-132
+19	bite	bite	NOUN	B	0		n.attribute	trustpilot-132
+20	point	point	NOUN	I	19			trustpilot-132
+21	(	(	PUNCT	O	0			trustpilot-132
+22	which	which	PRON	O	0			trustpilot-132
+23	I	i	PRON	O	0			trustpilot-132
+24	had	have	AUX	O	0			trustpilot-132
+25	to	to	PART	O	0			trustpilot-132
+26	do	do	VERB	O	0		v.contact	trustpilot-132
+27	after	after	ADV	O	0			trustpilot-132
+28	stalling	stall	VERB	O	0		v.change	trustpilot-132
+29	on	on	ADP	O	0			trustpilot-132
+30	a	a	DET	O	0			trustpilot-132
+31	0	0	NUM	B	0		n.natural_object	trustpilot-132
+32	:	:	PUNCT	I	31			trustpilot-132
+33	0	0	NUM	I	32			trustpilot-132
+34	hill	hill	NOUN	I	33			trustpilot-132
+35	-	-	PUNCT	O	0			trustpilot-132
+36	a	a	DET	O	0			trustpilot-132
+37	bit	bit	NOUN	O	0		n.attribute	trustpilot-132
+38	scary	scary	ADJ	O	0			trustpilot-132
+39	!).	!).	PUNCT	O	0			trustpilot-132
+
+1	@MelCardillo	@USER	X	O	0			tweebank.410
+2	weird	weird	ADJ	O	0			tweebank.410
+3	cause	cause	SCONJ	O	0			tweebank.410
+4	you	you	PRON	O	0			tweebank.410
+5	r	r	VERB	O	0		v.stative	tweebank.410
+6	not	not	PART	O	0			tweebank.410
+7	doin	doin	VERB	O	0		v.stative	tweebank.410
+8	either	either	DET	O	0			tweebank.410
+9	..	..	PUNCT	O	0			tweebank.410
+
+1	Aww	aww	NOUN	O	0			ted.iwslt.1161.6
+2	,	,	PUNCT	O	0			ted.iwslt.1161.6
+3	thank	thank	VERB	O	0		v.communication	ted.iwslt.1161.6
+4	you	you	PRON	O	0			ted.iwslt.1161.6
+5	.	.	PUNCT	O	0			ted.iwslt.1161.6
+
+1	yeah	yeah	INTJ	O	0			tweebank.111
+2	Start	start	VERB	O	0		v.change	tweebank.111
+3	all	all	DET	O	0			tweebank.111
+4	overrrr	overrrr	ADP	O	0			tweebank.111
+5	3YearsBreakout	3yearsbreakout	PROPN	O	0		n.event	tweebank.111
+
+1	@BrittyKitty28	@USER	X	O	0			tweebank.462
+2	i	i	PRON	O	0			tweebank.462
+3	ma	ma	AUX	O	0			tweebank.462
+4	get	get	VERB	O	0		v.possession	tweebank.462
+5	me	me	PRON	O	0			tweebank.462
+6	a	a	DET	O	0			tweebank.462
+7	flip	flip	ADJ	B	0		n.artifact	tweebank.462
+8	phone	phone	NOUN	I	7			tweebank.462
+9	for	for	ADP	B	0			tweebank.462
+10	real	real	ADJ	I	9			tweebank.462
+
+1	Ty	ty	PROPN	B	0		n.artifact	tweebank.402
+2	Beanie	beanie	PROPN	I	1			tweebank.402
+3	Babies	babies	PROPN	I	2			tweebank.402
+4	-	-	PUNCT	O	0			tweebank.402
+5	Set	set	NOUN	O	0		n.group	tweebank.402
+6	of	of	ADP	O	0			tweebank.402
+7	2	NUMBER	NUM	O	0			tweebank.402
+8	Beanies	beanies	PROPN	O	0		n.artifact	tweebank.402
+9	(	(	PUNCT	O	0			tweebank.402
+10	Dora	dora	PROPN	O	0		n.person	tweebank.402
+11	&	&	CONJ	O	0			tweebank.402
+12	Boots	boots	PROPN	O	0		n.person	tweebank.402
+13	):	):	PUNCT	O	0			tweebank.402
+14	TY	ty	PROPN	B	0		n.artifact	tweebank.402
+15	Beanie	beanie	PROPN	I	14			tweebank.402
+16	Babies	babies	PROPN	I	15			tweebank.402
+17	Set	set	NOUN	O	0		n.group	tweebank.402
+18	of	of	ADP	O	0			tweebank.402
+19	2-	NUMBER	NUM	O	0			tweebank.402
+20	Dora	dora	PROPN	B	0		n.person	tweebank.402
+21	the	the	DET	I	20			tweebank.402
+22	Explorer	explorer	NOUN	I	21			tweebank.402
+23	and	and	CONJ	O	0			tweebank.402
+24	Boots	boots	PROPN	O	0		n.person	tweebank.402
+25	http://t.co/c90SAqaR	URL	X	O	0			tweebank.402
+
+1	I	i	PRON	O	0			trustpilot-182
+2	received	receive	VERB	O	0		v.communication	trustpilot-182
+3	an	an	DET	O	0			trustpilot-182
+4	email	email	NOUN	O	0		n.communication	trustpilot-182
+5	from	from	ADP	O	0			trustpilot-182
+6	Lindy	lindy	NOUN	O	0		n.person	trustpilot-182
+7	on	on	ADP	O	0			trustpilot-182
+8	00rd	00rd	ADJ	O	0			trustpilot-182
+9	August	august	NOUN	O	0		n.time	trustpilot-182
+10	stating	state	VERB	O	0		v.communication	trustpilot-182
+11	they	they	PRON	O	0			trustpilot-182
+12	had	have	AUX	O	0			trustpilot-182
+13	shipped	ship	VERB	O	0		v.motion	trustpilot-182
+14	the	the	DET	O	0			trustpilot-182
+15	order	order	NOUN	O	0		n.communication	trustpilot-182
+16	0st	0st	NOUN	B	0		n.attribute	trustpilot-182
+17	Class	class	NOUN	I	16			trustpilot-182
+18	,	,	PUNCT	O	0			trustpilot-182
+19	today	today	NOUN	O	0		n.time	trustpilot-182
+20	is	be	VERB	O	0		v.stative	trustpilot-182
+21	the	the	DET	O	0			trustpilot-182
+22	0th	0th	ADJ	O	0			trustpilot-182
+23	September	september	NOUN	O	0		n.time	trustpilot-182
+24	and	and	CONJ	O	0			trustpilot-182
+25	I	i	PRON	O	0			trustpilot-182
+26	have	have	AUX	O	0			trustpilot-182
+27	received	receive	VERB	O	0		v.change	trustpilot-182
+28	nothing	nothing	NOUN	O	0		n.quantity	trustpilot-182
+29	/	/	PUNCT	O	0			trustpilot-182
+30	heard	hear	VERB	O	0		v.perception	trustpilot-182
+31	nothing	nothing	NOUN	O	0		n.quantity	trustpilot-182
+32	.	.	PUNCT	O	0			trustpilot-182
+
+1	I	i	PRON	O	0			ted.iwslt.1353.1
+2	'm	'm	VERB	O	0		v.stative	ted.iwslt.1353.1
+3	here	here	ADV	O	0			ted.iwslt.1353.1
+4	to	to	PART	O	0			ted.iwslt.1353.1
+5	share	share	VERB	O	0		v.social	ted.iwslt.1353.1
+6	my	my	PRON	O	0			ted.iwslt.1353.1
+7	photography	photography	NOUN	O	0		n.artifact	ted.iwslt.1353.1
+8	.	.	PUNCT	O	0			ted.iwslt.1353.1
+
+1	When	when	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+2	philanthropy	philanthropy	NOUN	O	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+3	was	be	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+4	reinvented	reinvent	VERB	O	0		v.creation	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+5	a	a	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+6	century	century	NOUN	O	0		n.time	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+7	ago	ago	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+8	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+9	when	when	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+10	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+11	foundation	foundation	NOUN	B	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+12	form	form	NOUN	I	11			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+13	was	be	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+14	actually	actually	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+15	invented	invent	VERB	O	0		v.creation	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+16	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+17	they	they	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+18	did	do	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+19	n't	n't	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+20	think	think	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+21	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+22	themselves	themselves	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+23	on	on	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+24	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+25	wrong	wrong	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+26	side	side	NOUN	O	0		n.location	ted.naist.005-KatherineFulton_2007.iwslt.585.5
+27	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+28	these	these	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+29	either	either	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+30	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.5
+
+1	Just	just	ADV	O	0			ted.iwslt.69.2
+2	to	to	PART	O	0			ted.iwslt.69.2
+3	know	know	VERB	O	0		v.cognition	ted.iwslt.69.2
+4	that	that	SCONJ	O	0			ted.iwslt.69.2
+5	Jaguar	jaguar	VERB	B	0		n.person	ted.iwslt.69.2
+6	shamans	shaman	NOUN	I	5			ted.iwslt.69.2
+7	still	still	ADV	O	0			ted.iwslt.69.2
+8	journey	journey	NOUN	O	0		n.act	ted.iwslt.69.2
+9	beyond	beyond	ADP	O	0			ted.iwslt.69.2
+10	the	the	DET	O	0			ted.iwslt.69.2
+11	Milky	milky	ADJ	B	0		n.natural_object	ted.iwslt.69.2
+12	Way	way	NOUN	I	11			ted.iwslt.69.2
+13	,	,	PUNCT	O	0			ted.iwslt.69.2
+14	or	or	CONJ	O	0			ted.iwslt.69.2
+15	the	the	DET	O	0			ted.iwslt.69.2
+16	myths	myths	PROPN	O	0		n.communication	ted.iwslt.69.2
+17	of	of	ADP	O	0			ted.iwslt.69.2
+18	the	the	DET	O	0			ted.iwslt.69.2
+19	Inuit	inuit	NOUN	B	0		n.person	ted.iwslt.69.2
+20	elders	elder	NOUN	I	19			ted.iwslt.69.2
+21	still	still	ADV	O	0			ted.iwslt.69.2
+22	resonate	resonate	VERB	O	0		v.emotion	ted.iwslt.69.2
+23	with	with	ADP	O	0			ted.iwslt.69.2
+24	meaning	meaning	NOUN	O	0		n.communication	ted.iwslt.69.2
+25	,	,	PUNCT	O	0			ted.iwslt.69.2
+26	or	or	CONJ	O	0			ted.iwslt.69.2
+27	that	that	PRON	O	0			ted.iwslt.69.2
+28	in	in	ADP	O	0			ted.iwslt.69.2
+29	the	the	DET	O	0			ted.iwslt.69.2
+30	Himalaya	himalaya	NOUN	O	0		n.location	ted.iwslt.69.2
+31	,	,	PUNCT	O	0			ted.iwslt.69.2
+32	the	the	DET	O	0			ted.iwslt.69.2
+33	Buddhists	buddhist	NOUN	O	0		n.person	ted.iwslt.69.2
+34	still	still	ADV	O	0			ted.iwslt.69.2
+35	pursue	pursue	VERB	O	0		v.cognition	ted.iwslt.69.2
+36	the	the	DET	O	0			ted.iwslt.69.2
+37	breath	breath	NOUN	O	0		n.body	ted.iwslt.69.2
+38	of	of	ADP	O	0			ted.iwslt.69.2
+39	the	the	DET	O	0			ted.iwslt.69.2
+40	Dharma	dharma	NOUN	O	0		n.person	ted.iwslt.69.2
+41	,	,	PUNCT	O	0			ted.iwslt.69.2
+42	is	be	VERB	O	0			ted.iwslt.69.2
+43	to	to	PART	O	0			ted.iwslt.69.2
+44	really	really	ADV	O	0			ted.iwslt.69.2
+45	remember	remember	VERB	O	0		v.cognition	ted.iwslt.69.2
+46	the	the	DET	O	0			ted.iwslt.69.2
+47	central	central	ADJ	O	0			ted.iwslt.69.2
+48	revelation	revelation	NOUN	O	0		n.cognition	ted.iwslt.69.2
+49	of	of	ADP	O	0			ted.iwslt.69.2
+50	anthropology	anthropology	NOUN	O	0		n.cognition	ted.iwslt.69.2
+51	,	,	PUNCT	O	0			ted.iwslt.69.2
+52	and	and	CONJ	O	0			ted.iwslt.69.2
+53	that	that	PRON	O	0			ted.iwslt.69.2
+54	is	be	VERB	O	0		v.stative	ted.iwslt.69.2
+55	the	the	DET	O	0			ted.iwslt.69.2
+56	idea	idea	NOUN	O	0		n.cognition	ted.iwslt.69.2
+57	that	that	SCONJ	O	0			ted.iwslt.69.2
+58	the	the	DET	O	0			ted.iwslt.69.2
+59	world	world	NOUN	O	0		n.natural_object	ted.iwslt.69.2
+60	in	in	ADP	O	0			ted.iwslt.69.2
+61	which	which	DET	O	0			ted.iwslt.69.2
+62	we	we	PRON	O	0			ted.iwslt.69.2
+63	live	live	VERB	O	0		v.stative	ted.iwslt.69.2
+64	does	do	AUX	O	0			ted.iwslt.69.2
+65	not	not	PART	O	0			ted.iwslt.69.2
+66	exist	exist	VERB	O	0		v.stative	ted.iwslt.69.2
+67	in	in	ADP	O	0			ted.iwslt.69.2
+68	some	some	DET	O	0			ted.iwslt.69.2
+69	absolute	absolute	ADJ	O	0			ted.iwslt.69.2
+70	sense	sense	NOUN	O	0		n.cognition	ted.iwslt.69.2
+71	,	,	PUNCT	O	0			ted.iwslt.69.2
+72	but	but	CONJ	O	0			ted.iwslt.69.2
+73	is	be	VERB	O	0		v.stative	ted.iwslt.69.2
+74	just	just	ADV	O	0			ted.iwslt.69.2
+75	one	one	NUM	O	0			ted.iwslt.69.2
+76	model	model	NOUN	O	0		n.cognition	ted.iwslt.69.2
+77	of	of	ADP	O	0			ted.iwslt.69.2
+78	reality	reality	NOUN	O	0		n.cognition	ted.iwslt.69.2
+79	,	,	PUNCT	O	0			ted.iwslt.69.2
+80	the	the	DET	O	0			ted.iwslt.69.2
+81	consequence	consequence	NOUN	O	0		n.phenomenon	ted.iwslt.69.2
+82	of	of	ADP	O	0			ted.iwslt.69.2
+83	one	one	NUM	O	0			ted.iwslt.69.2
+84	particular	particular	ADJ	O	0			ted.iwslt.69.2
+85	set	set	NOUN	O	0		n.group	ted.iwslt.69.2
+86	of	of	ADP	O	0			ted.iwslt.69.2
+87	adaptive	adaptive	NOUN	O	0			ted.iwslt.69.2
+88	choices	choices	VERB	O	0			ted.iwslt.69.2
+89	that	that	DET	O	0			ted.iwslt.69.2
+90	our	our	PRON	O	0			ted.iwslt.69.2
+91	lineage	lineage	NOUN	O	0		n.group	ted.iwslt.69.2
+92	made	make	VERB	O	0		v.change	ted.iwslt.69.2
+93	,	,	PUNCT	O	0			ted.iwslt.69.2
+94	albeit	albeit	VERB	O	0			ted.iwslt.69.2
+95	successfully	successfully	ADV	O	0			ted.iwslt.69.2
+96	,	,	PUNCT	O	0			ted.iwslt.69.2
+97	many	many	ADJ	O	0			ted.iwslt.69.2
+98	generations	generation	NOUN	O	0		n.group	ted.iwslt.69.2
+99	ago	ago	ADV	O	0			ted.iwslt.69.2
+100	.	.	PUNCT	O	0			ted.iwslt.69.2
+
+1	I	i	PRON	O	0			trustpilot-205
+2	would	would	VERB	O	0			trustpilot-205
+3	definitely	definitely	ADV	O	0			trustpilot-205
+4	choose	choose	VERB	O	0		v.cognition	trustpilot-205
+5	AFerry	aferry	PROPN	O	0		n.group	trustpilot-205
+6	again	again	ADV	O	0			trustpilot-205
+7	.	.	PUNCT	O	0			trustpilot-205
+
+1	RT	rt	X	O	0			tweebank.56
+2	@JuicyJennaa	@USER	X	O	0			tweebank.56
+3	:	:	X	O	0			tweebank.56
+4	@Dame_O_DewBaby	@USER	X	O	0			tweebank.56
+5	aite	aite	INTJ	O	0			tweebank.56
+6	bruh	bruh	NOUN	B	0		n.communication	tweebank.56
+7	bruh	bruh	NOUN	I	6			tweebank.56
+8	I	i	PRON	O	0			tweebank.56
+9	got	get	VERB	O	0		v.stative	tweebank.56
+10	you	you	PRON	O	0			tweebank.56
+11	foue	foue	NOUN	O	0		n.person	tweebank.56
+
+1	Would	would	VERB	O	0			trustpilot-109
+2	use	use	VERB	O	0		v.stative	trustpilot-109
+3	these	these	PRON	O	0			trustpilot-109
+4	again	again	ADV	O	0			trustpilot-109
+5	.	.	PUNCT	O	0			trustpilot-109
+
+1	RT	rt	X	O	0			tweebank.83
+2	@ieatpussy4pizza	@USER	X	O	0			tweebank.83
+3	:	:	X	O	0			tweebank.83
+4	@Allan_oVo	@USER	X	O	0			tweebank.83
+5	got	get	VERB	O	0		v.stative	tweebank.83
+6	them	them	DET	O	0			tweebank.83
+7	black	black	ADJ	B	0		n.person	tweebank.83
+8	girl	girl	NOUN	I	7			tweebank.83
+9	groupies	groupie	NOUN	I	8			tweebank.83
+10	though	though	ADP	O	0			tweebank.83
+
+1	Secondhand	secondhand	ADJ	O	0			ted.iwslt.1161.7
+2	shopping	shopping	NOUN	O	0		n.act	ted.iwslt.1161.7
+3	allows	allow	VERB	O	0		v.stative	ted.iwslt.1161.7
+4	me	me	PRON	O	0			ted.iwslt.1161.7
+5	to	to	PART	O	0			ted.iwslt.1161.7
+6	reduce	reduce	VERB	O	0		v.change	ted.iwslt.1161.7
+7	the	the	DET	O	0			ted.iwslt.1161.7
+8	impact	impact	NOUN	O	0		n.process	ted.iwslt.1161.7
+9	my	my	PRON	O	0			ted.iwslt.1161.7
+10	wardrobe	wardrobe	NOUN	O	0		n.artifact	ted.iwslt.1161.7
+11	has	have	VERB	O	0		v.stative	ted.iwslt.1161.7
+12	on	on	ADP	O	0			ted.iwslt.1161.7
+13	the	the	DET	O	0			ted.iwslt.1161.7
+14	environment	environment	NOUN	O	0		n.state	ted.iwslt.1161.7
+15	and	and	CONJ	O	0			ted.iwslt.1161.7
+16	on	on	ADP	O	0			ted.iwslt.1161.7
+17	my	my	PRON	O	0			ted.iwslt.1161.7
+18	wallet	wallet	NOUN	O	0		n.artifact	ted.iwslt.1161.7
+19	.	.	PUNCT	O	0			ted.iwslt.1161.7
+
+1	@mandaffodil	@USER	X	O	0			tweebank.152
+2	lol	lol	INTJ	O	0			tweebank.152
+3	,	,	PUNCT	O	0			tweebank.152
+4	we	we	PRON	O	0			tweebank.152
+5	are	be	VERB	O	0		v.stative	tweebank.152
+6	one	one	INTJ	O	0			tweebank.152
+7	.	.	PUNCT	O	0			tweebank.152
+8	and	and	CONJ	O	0			tweebank.152
+9	that	that	PRON	O	0			tweebank.152
+10	was	be	VERB	O	0		v.stative	tweebank.152
+11	me	me	PRON	O	0			tweebank.152
+12	this	this	DET	O	0			tweebank.152
+13	weekend	weekend	NOUN	O	0		n.time	tweebank.152
+14	especially	especially	ADV	O	0			tweebank.152
+15	.	.	PUNCT	O	0			tweebank.152
+16	maybe	maybe	ADV	O	0			tweebank.152
+17	put	put	VERB	B	0		v.change	tweebank.152
+18	it	it	PRON	o	0			tweebank.152
+19	off	off	ADP	I	17			tweebank.152
+20	until	until	SCONJ	O	0			tweebank.152
+21	you	you	PRON	O	0			tweebank.152
+22	feel	feel	VERB	B	0		v.emotion	tweebank.152
+23	like	like	SCONJ	I	22			tweebank.152
+24	~	~	SYM	O	0			tweebank.152
+25	talking	talk	VERB	O	0		v.communication	tweebank.152
+26	again	again	ADV	O	0			tweebank.152
+27	?	?	PUNCT	O	0			tweebank.152
+
+1	Keep	keep	VERB	B	0		v.stative	trustpilot-123
+2	up	up	PART	I	1			trustpilot-123
+3	the	the	DET	O	0			trustpilot-123
+4	good	good	ADJ	O	0			trustpilot-123
+5	work	work	NOUN	O	0		n.act	trustpilot-123
+6	guys	guy	NOUN	O	0		n.person	trustpilot-123
+7	.	.	PUNCT	O	0			trustpilot-123
+
+1	But	but	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+2	on	on	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+3	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+4	other	other	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+5	side	side	NOUN	O	0		n.location	ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+6	of	of	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+7	that	that	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+8	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+9	though	though	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+10	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+11	we	we	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+12	were	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+13	big	big	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+14	readers	reader	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+15	in	in	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+16	our	our	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+17	house	house	NOUN	O	0		n.artifact	ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+18	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+
+1	Photos	photo	NOUN	O	0		n.artifact	ted.iwslt.1353.10
+2	like	like	ADP	O	0			ted.iwslt.1353.10
+3	this	this	PRON	O	0			ted.iwslt.1353.10
+4	:	:	PUNCT	O	0			ted.iwslt.1353.10
+5	construction	construction	NOUN	O	0		n.act	ted.iwslt.1353.10
+6	going	go	VERB	B	0		v.motion	ted.iwslt.1353.10
+7	on	on	ADP	I	6			ted.iwslt.1353.10
+8	along	along	ADP	O	0			ted.iwslt.1353.10
+9	a	a	DET	O	0			ted.iwslt.1353.10
+10	busy	busy	ADJ	O	0			ted.iwslt.1353.10
+11	road	road	NOUN	O	0		n.artifact	ted.iwslt.1353.10
+12	.	.	PUNCT	O	0			ted.iwslt.1353.10
+
+1	I	i	PRON	O	0			trustpilot-38
+2	was	be	AUX	O	0			trustpilot-38
+3	looking	look	VERB	O	0		v.perception	trustpilot-38
+4	for	for	ADP	O	0			trustpilot-38
+5	a	a	DET	O	0			trustpilot-38
+6	watch	watch	NOUN	O	0		n.artifact	trustpilot-38
+7	for	for	ADP	O	0			trustpilot-38
+8	my	my	DET	O	0			trustpilot-38
+9	teenage	teenage	ADJ	B	0		n.person	trustpilot-38
+10	grandson	grandson	NOUN	I	9			trustpilot-38
+11	for	for	ADP	O	0			trustpilot-38
+12	his	his	DET	O	0			trustpilot-38
+13	birthday	birthday	NOUN	O	0		n.event	trustpilot-38
+14	,	,	PUNCT	O	0			trustpilot-38
+15	I	i	PRON	O	0			trustpilot-38
+16	found	found	VERB	O	0		v.cognition	trustpilot-38
+17	the	the	DET	B	0		n.group	trustpilot-38
+18	watchshop	watchshop	NOUN	I	17			trustpilot-38
+19	from	from	ADP	O	0			trustpilot-38
+20	a	a	DET	O	0			trustpilot-38
+21	web	web	NOUN	B	0		n.communication	trustpilot-38
+22	search	search	NOUN	I	21			trustpilot-38
+23	.	.	PUNCT	O	0			trustpilot-38
+
+1	very	very	ADV	O	0			trustpilot-225
+2	clearly	clearly	ADJ	O	0			trustpilot-225
+3	and	and	CONJ	O	0			trustpilot-225
+4	at	at	ADP	O	0			trustpilot-225
+5	no	no	DET	O	0			trustpilot-225
+6	time	time	NOUN	O	0		n.event	trustpilot-225
+7	did	do	AUX	O	0			trustpilot-225
+8	I	i	PRON	O	0			trustpilot-225
+9	feel	feel	VERB	O	0		v.emotion	trustpilot-225
+10	under	under	ADP	B	0		n.feeling	trustpilot-225
+11	pressure	pressure	NOUN	I	10			trustpilot-225
+12	to	to	PART	O	0			trustpilot-225
+13	use	use	VERB	O	0		v.stative	trustpilot-225
+14	this	this	DET	O	0			trustpilot-225
+15	service	service	NOUN	O	0		n.act	trustpilot-225
+16	.	.	PUNCT	O	0			trustpilot-225
+
+1	Haha	haha	INTJ	O	0			tweebank.496
+2	.	.	PUNCT	O	0			tweebank.496
+3	My	my	PRON	O	0			tweebank.496
+4	producer	producer	NOUN	O	0		n.person	tweebank.496
+5	said	say	VERB	O	0		v.communication	tweebank.496
+6	UV	uv	PROPN	B	0		n.food	tweebank.496
+7	vodka	vodka	NOUN	I	6			tweebank.496
+8	is	be	AUX	O	0			tweebank.496
+9	a	a	DET	O	0			tweebank.496
+10	bad	bad	ADJ	O	0			tweebank.496
+11	situation	situation	NOUN	O	0		n.state	tweebank.496
+12	waitin	waitin	VERB	O	0		v.stative	tweebank.496
+13	to	to	PART	O	0			tweebank.496
+14	happen	happen	VERB	O	0		v.change	tweebank.496
+15	,	,	PUNCT	O	0			tweebank.496
+16	i	i	PRON	O	0			tweebank.496
+17	said	say	VERB	O	0		v.communication	tweebank.496
+18	#fuuuuuuucccit	#fuuuuuuucccit	INTJ	O	0			tweebank.496
+
+1	Took	take	VERB	O	0		v.stative	trustpilot-258
+2	three	three	NUM	O	0			trustpilot-258
+3	days	days	NOUN	O	0		n.time	trustpilot-258
+4	,	,	PUNCT	O	0			trustpilot-258
+5	be	be	VERB	O	0		v.stative	trustpilot-258
+6	patient	patient	ADJ	O	0			trustpilot-258
+7	and	and	CONJ	O	0			trustpilot-258
+8	it	it	PRON	O	0			trustpilot-258
+9	'	'	PART	O	0			trustpilot-258
+10	ll	ll	VERB	O	0			trustpilot-258
+11	happen	happen	VERB	O	0		v.change	trustpilot-258
+12	.	.	PUNCT	O	0			trustpilot-258
+
+1	I	i	PRON	O	0			trustpilot-83
+2	needed	need	VERB	O	0		v.stative	trustpilot-83
+3	a	a	DET	O	0			trustpilot-83
+4	service	service	NOUN	O	0		n.act	trustpilot-83
+5	that	that	PRON	O	0			trustpilot-83
+6	was	be	VERB	O	0		v.stative	trustpilot-83
+7	simple	simple	ADJ	O	0			trustpilot-83
+8	and	and	CONJ	O	0			trustpilot-83
+9	quick	quick	ADJ	O	0			trustpilot-83
+10	which	which	PRON	O	0			trustpilot-83
+11	Transglobal	transglobal	PROPN	O	0		n.group	trustpilot-83
+12	provided	provide	VERB	O	0		v.stative	trustpilot-83
+13	,	,	PUNCT	O	0			trustpilot-83
+14	from	from	ADP	O	0			trustpilot-83
+15	the	the	DET	O	0			trustpilot-83
+16	start	start	NOUN	O	0		n.event	trustpilot-83
+17	of	of	ADP	O	0			trustpilot-83
+18	the	the	DET	O	0			trustpilot-83
+19	process	process	NOUN	O	0		n.act	trustpilot-83
+20	to	to	ADP	O	0			trustpilot-83
+21	receiving	receive	VERB	O	0		v.contact	trustpilot-83
+22	goods	good	NOUN	O	0		n.artifact	trustpilot-83
+23	from	from	ADP	O	0			trustpilot-83
+24	the	the	DET	O	0			trustpilot-83
+25	USA	usa	PROPN	O	0		n.location	trustpilot-83
+26	took	take	VERB	O	0		v.stative	trustpilot-83
+27	0	0	NUM	O	0			trustpilot-83
+28	days	days	NOUN	O	0		n.time	trustpilot-83
+29	which	which	PRON	O	0			trustpilot-83
+30	in	in	ADP	O	0			trustpilot-83
+31	my	my	DET	O	0			trustpilot-83
+32	opinion	opinion	NOUN	O	0		n.cognition	trustpilot-83
+33	is	be	VERB	O	0		v.stative	trustpilot-83
+34	superb	superb	ADJ	O	0			trustpilot-83
+35	.	.	PUNCT	O	0			trustpilot-83
+
+1	well	well	ADV	B	0			trustpilot-10
+2	done	do	VERB	I	1			trustpilot-10
+3	Illumi	illumi	PROPN	O	0		n.group	trustpilot-10
+4	for	for	ADP	O	0			trustpilot-10
+5	a	a	DET	O	0			trustpilot-10
+6	great	great	ADJ	O	0			trustpilot-10
+7	product	product	NOUN	O	0		n.artifact	trustpilot-10
+8	.	.	PUNCT	O	0			trustpilot-10
+
+1	SHOWOFFRADIO	showoffradio	PROPN	O	0		n.communication	tweebank.425
+2	LIVE	live	ADJ	O	0			tweebank.425
+3	!!!	!!!	PUNCT	O	0			tweebank.425
+
+1	Any	any	DET	O	0			trustpilot-245
+2	ideas	idea	NOUN	O	0		n.cognition	trustpilot-245
+3	re	re	ADP	O	0			trustpilot-245
+4	cause	cause	NOUN	O	0			trustpilot-245
+5	?	?	PUNCT	O	0			trustpilot-245
+
+1	Rihanna	rihanna	PROPN	O	0		n.person	tweebank.413
+2	changed	change	VERB	O	0		v.change	tweebank.413
+3	her	her	PRON	O	0			tweebank.413
+4	all	all	DET	O	0			tweebank.413
+5	style	style	NOUN	O	0		n.attribute	tweebank.413
+6	she	she	PRON	O	0			tweebank.413
+7	was	be	VERB	O	0		v.stative	tweebank.413
+8	nothing	nothing	NOUN	O	0			tweebank.413
+9	like	like	SCONJ	O	0			tweebank.413
+10	she	she	PRON	O	0			tweebank.413
+11	is	be	VERB	O	0		v.stative	tweebank.413
+12	now	now	ADV	O	0			tweebank.413
+
+1	I	i	PRON	O	0			trustpilot-103
+2	presume	presume	VERB	O	0		v.cognition	trustpilot-103
+3	they	they	PRON	O	0			trustpilot-103
+4	will	will	AUX	O	0			trustpilot-103
+5	now	now	ADV	O	0			trustpilot-103
+6	have	have	AUX	O	0			trustpilot-103
+7	to	to	PART	O	0			trustpilot-103
+8	take	take	VERB	B	0		v.communication	trustpilot-103
+9	the	the	DET	o	0			trustpilot-103
+10	duff	duff	NOUN	o	0			trustpilot-103
+11	machine	machine	NOUN	o	0		n.artifact	trustpilot-103
+12	issue	issue	NOUN	o	0		n.state	trustpilot-103
+13	up	up	PART	I	8			trustpilot-103
+14	with	with	ADP	O	0			trustpilot-103
+15	Hotpoint	hotpoint	PROPN	O	0		n.group	trustpilot-103
+16	but	but	CONJ	O	0			trustpilot-103
+17	offered	offer	VERB	O	0		v.communication	trustpilot-103
+18	me	me	PRON	O	0			trustpilot-103
+19	a	a	DET	O	0			trustpilot-103
+20	fantastic	fantastic	ADJ	O	0			trustpilot-103
+21	service	service	NOUN	O	0		n.act	trustpilot-103
+22	as	as	ADP	O	0			trustpilot-103
+23	it	it	PRON	O	0			trustpilot-103
+24	'	'	PART	O	0			trustpilot-103
+25	s	s	VERB	O	0			trustpilot-103
+26	resolved	resolve	VERB	O	0		v.change	trustpilot-103
+27	the	the	DET	O	0			trustpilot-103
+28	issue	issue	NOUN	O	0		n.state	trustpilot-103
+29	for	for	ADP	O	0			trustpilot-103
+30	me	me	PRON	O	0			trustpilot-103
+31	.	.	PUNCT	O	0			trustpilot-103
+
+1	Credit	credit	NOUN	B	0		n.group	trustpilot-166
+2	card	card	NOUN	I	1			trustpilot-166
+3	company	company	NOUN	I	2			trustpilot-166
+4	now	now	ADV	O	0			trustpilot-166
+5	notified	notify	VERB	O	0		v.communication	trustpilot-166
+6	we	we	PRON	O	0			trustpilot-166
+7	are	be	VERB	O	0		v.stative	trustpilot-166
+8	in	in	ADP	O	0			trustpilot-166
+9	dispute	dispute	NOUN	O	0		n.state	trustpilot-166
+10	and	and	CONJ	O	0			trustpilot-166
+11	a	a	DET	O	0			trustpilot-166
+12	replacement	replacement	NOUN	B	0		n.communication	trustpilot-166
+13	order	order	NOUN	I	12			trustpilot-166
+14	in	in	ADP	O	0			trustpilot-166
+15	progress	progress	NOUN	O	0		n.act	trustpilot-166
+16	with	with	ADP	O	0			trustpilot-166
+17	alternative	alternative	ADJ	B	0		n.group	trustpilot-166
+18	supplier	supplier	NOUN	I	17			trustpilot-166
+19	.	.	PUNCT	O	0			trustpilot-166
+
+1	@syabillaedward	@USER	X	O	0			tweebank.184
+2	honestly	honestly	ADV	O	0			tweebank.184
+3	?	?	PUNCT	O	0			tweebank.184
+4	I	i	PRON	O	0			tweebank.184
+5	have	have	VERB	O	0		v.stative	tweebank.184
+6	no	no	DET	O	0			tweebank.184
+7	idea	idea	NOUN	O	0		n.cognition	tweebank.184
+8	.	.	PUNCT	O	0			tweebank.184
+9	I	i	PRON	O	0			tweebank.184
+10	just	just	ADV	O	0			tweebank.184
+11	am	be	VERB	O	0		v.stative	tweebank.184
+12	...	...	PUNCT	O	0			tweebank.184
+13	all	all	DET	O	0			tweebank.184
+14	.	.	PUNCT	O	0			tweebank.184
+15	the	the	DET	O	0			tweebank.184
+16	.	.	PUNCT	O	0			tweebank.184
+17	time	time	NOUN	O	0		n.time	tweebank.184
+18	.	.	PUNCT	O	0			tweebank.184
+19	:(	EMOTICON	X	O	0			tweebank.184
+
+1	@room_downstairs	@USER	X	O	0			tweebank.316
+2	where	where	ADV	O	0			tweebank.316
+3	did	do	AUX	O	0			tweebank.316
+4	you	you	PRON	O	0			tweebank.316
+5	ask	ask	VERB	O	0		v.communication	tweebank.316
+6	?	?	PUNCT	O	0			tweebank.316
+7	We	we	PRON	O	0			tweebank.316
+8	are	be	VERB	O	0		v.stative	tweebank.316
+9	very	very	ADV	O	0			tweebank.316
+10	prompt	prompt	ADJ	O	0			tweebank.316
+11	with	with	ADP	O	0			tweebank.316
+12	replies	reply	NOUN	O	0		n.communication	tweebank.316
+13	.	.	PUNCT	O	0			tweebank.316
+14	If	if	SCONJ	O	0			tweebank.316
+15	you	you	PRON	O	0			tweebank.316
+16	want	want	VERB	O	0		v.emotion	tweebank.316
+17	to	to	PART	O	0			tweebank.316
+18	DM	dm	VERB	O	0		v.communication	tweebank.316
+19	your	your	PRON	O	0			tweebank.316
+20	name	name	NOUN	O	0		n.communication	tweebank.316
+21	or	or	CONJ	O	0			tweebank.316
+22	email	email	NOUN	O	0		n.communication	tweebank.316
+23	we	we	PRON	O	0			tweebank.316
+24	can	can	AUX	O	0			tweebank.316
+25	check	check	VERB	O	0		v.cognition	tweebank.316
+26	right	right	ADV	B	0			tweebank.316
+27	now	now	ADV	I	26			tweebank.316
+28	.	.	PUNCT	O	0			tweebank.316
+
+1	I	i	PRON	O	0			trustpilot-165
+2	would	would	VERB	O	0			trustpilot-165
+3	recommend	recommend	VERB	O	0		v.communication	trustpilot-165
+4	their	their	DET	O	0			trustpilot-165
+5	services	services	NOUN	O	0		n.act	trustpilot-165
+6	,	,	PUNCT	O	0			trustpilot-165
+7	to	to	ADP	O	0			trustpilot-165
+8	friends	friend	NOUN	O	0		n.person	trustpilot-165
+9	,	,	PUNCT	O	0			trustpilot-165
+10	without	without	ADP	O	0			trustpilot-165
+11	hesitation	hesitation	NOUN	O	0		n.cognition	trustpilot-165
+12	.	.	PUNCT	O	0			trustpilot-165
+
+1	Fainlly	fainlly	ADV	O	0			tweebank.187
+2	KFC	kfc	PROPN	O	0		n.group	tweebank.187
+3	dinner	dinner	NOUN	O	0		n.food	tweebank.187
+4	is	be	VERB	O	0		v.stative	tweebank.187
+5	here	here	ADV	O	0			tweebank.187
+6	♥	♥	PUNCT	O	0			tweebank.187
+7	.	.	PUNCT	O	0			tweebank.187
+
+1	They	they	PRON	O	0			trustpilot-4
+2	kept	keep	VERB	O	0		v.stative	trustpilot-4
+3	to	to	ADP	O	0			trustpilot-4
+4	the	the	DET	O	0			trustpilot-4
+5	estimated	estimated	ADJ	O	0			trustpilot-4
+6	worth	worth	NOUN	O	0		n.possession	trustpilot-4
+7	they	they	PRON	O	0			trustpilot-4
+8	had	have	AUX	O	0			trustpilot-4
+9	given	give	VERB	O	0		v.communication	trustpilot-4
+10	for	for	ADP	O	0			trustpilot-4
+11	my	my	DET	O	0			trustpilot-4
+12	phone	phone	NOUN	O	0		n.artifact	trustpilot-4
+13	.	.	PUNCT	O	0			trustpilot-4
+
+1	@CareenaCoolAss	@USER	X	O	0			tweebank.330
+2	u	u	PRON	O	0			tweebank.330
+3	not	not	PART	O	0			tweebank.330
+4	callin	callin	VERB	O	0		v.communication	tweebank.330
+5	me	me	PRON	O	0			tweebank.330
+
+1	Overall	overall	ADV	O	0			trustpilot-104
+2	we	we	PRON	O	0			trustpilot-104
+3	were	be	VERB	O	0		v.stative	trustpilot-104
+4	really	really	ADV	O	0			trustpilot-104
+5	impressed	impressed	ADJ	O	0			trustpilot-104
+6	with	with	ADP	O	0			trustpilot-104
+7	the	the	DET	O	0			trustpilot-104
+8	service	service	NOUN	O	0		n.act	trustpilot-104
+9	and	and	CONJ	O	0			trustpilot-104
+10	the	the	DET	O	0			trustpilot-104
+11	pricing	pricing	NOUN	O	0		n.attribute	trustpilot-104
+12	and	and	CONJ	O	0			trustpilot-104
+13	would	would	VERB	O	0			trustpilot-104
+14	recommend	recommend	VERB	O	0		v.communication	trustpilot-104
+15	them	them	PRON	O	0			trustpilot-104
+16	to	to	ADP	O	0			trustpilot-104
+17	others	others	NOUN	O	0			trustpilot-104
+18	.	.	PUNCT	O	0			trustpilot-104
+
+1	@Tiff3rz	@USER	X	O	0			tweebank.173
+2	smfh	smfh	X	O	0			tweebank.173
+3	that	that	PRON	O	0			tweebank.173
+4	's	's	VERB	O	0		v.stative	tweebank.173
+5	fucking	fucking	ADV	O	0			tweebank.173
+6	crazy	crazy	ADJ	O	0			tweebank.173
+
+1	It	it	PRON	O	0			trustpilot-9
+2	took	take	VERB	O	0		v.stative	trustpilot-9
+3	me	me	PRON	O	0			trustpilot-9
+4	months	month	NOUN	O	0		n.time	trustpilot-9
+5	to	to	PART	O	0			trustpilot-9
+6	eventually	eventually	ADV	O	0			trustpilot-9
+7	take	take	VERB	O	0		v.motion	trustpilot-9
+8	the	the	DET	O	0			trustpilot-9
+9	dealer	dealer	NOUN	O	0		n.person	trustpilot-9
+10	to	to	ADP	O	0			trustpilot-9
+11	court	court	NOUN	O	0		n.act	trustpilot-9
+12	.	.	PUNCT	O	0			trustpilot-9
+
+1	Pain	pain	NOUN	O	0		n.state	tweebank.277
+2	is	be	VERB	O	0		v.stative	tweebank.277
+3	pleasure	pleasure	NOUN	O	0		n.feeling	tweebank.277
+
+1	Bridalplasty	bridalplasty	PROPN	O	0		n.communication	tweebank.133
+2	!	!	PUNCT	O	0			tweebank.133
+3	Love	love	VERB	O	0		v.emotion	tweebank.133
+4	this	this	DET	O	0			tweebank.133
+5	showww	showww	NOUN	O	0		n.communication	tweebank.133
+6	.	.	PUNCT	O	0			tweebank.133
+
+1	The	the	DET	O	0			trustpilot-189
+2	screen	screen	NOUN	B	0		n.artifact	trustpilot-189
+3	washer	washer	NOUN	I	2			trustpilot-189
+4	was	be	VERB	O	0		v.stative	trustpilot-189
+5	empty	empty	ADJ	O	0			trustpilot-189
+6	on	on	ADP	O	0			trustpilot-189
+7	delivery	delivery	NOUN	O	0		n.act	trustpilot-189
+8	and	and	CONJ	O	0			trustpilot-189
+9	unfortunately	unfortunately	ADV	O	0			trustpilot-189
+10	I	i	PRON	O	0			trustpilot-189
+11	parked	park	VERB	O	0		v.contact	trustpilot-189
+12	under	under	ADP	O	0			trustpilot-189
+13	some	some	DET	O	0			trustpilot-189
+14	trees	tree	NOUN	O	0		n.plant	trustpilot-189
+15	for	for	ADP	O	0			trustpilot-189
+16	the	the	DET	O	0			trustpilot-189
+17	first	first	ADJ	O	0			trustpilot-189
+18	night	night	NOUN	O	0		n.time	trustpilot-189
+19	and	and	CONJ	O	0			trustpilot-189
+20	came	come	VERB	B	0		v.motion	trustpilot-189
+21	back	back	PART	I	20			trustpilot-189
+22	to	to	ADP	O	0			trustpilot-189
+23	a	a	DET	O	0			trustpilot-189
+24	pebble	pebble	NOUN	B	0		n.artifact	trustpilot-189
+25	-	-	PUNCT	I	24			trustpilot-189
+26	dashed	dashed	ADJ	I	25			trustpilot-189
+27	car	car	NOUN	I	26			trustpilot-189
+28	the	the	DET	O	0			trustpilot-189
+29	next	next	ADJ	O	0			trustpilot-189
+30	morning	morning	NOUN	O	0		n.time	trustpilot-189
+31	.	.	PUNCT	O	0			trustpilot-189
+
+1	Another	another	DET	O	0			tweebank.112
+2	push	push	NOUN	O	0		n.act	tweebank.112
+3	to	to	PART	O	0			tweebank.112
+4	allow	allow	VERB	O	0		v.stative	tweebank.112
+5	guns	gun	NOUN	O	0		n.artifact	tweebank.112
+6	on	on	ADP	O	0			tweebank.112
+7	college	college	NOUN	B	0		n.artifact	tweebank.112
+8	campuses	campus	NOUN	I	7			tweebank.112
+9	:	:	PUNCT	O	0			tweebank.112
+10	The	the	DET	O	0			tweebank.112
+11	upcoming	upcoming	ADJ	O	0			tweebank.112
+12	legislative	legislative	ADJ	O	0			tweebank.112
+13	session	session	NOUN	O	0		n.communication	tweebank.112
+14	will	will	AUX	O	0			tweebank.112
+15	see	see	VERB	O	0		v.perception	tweebank.112
+16	a	a	DET	O	0			tweebank.112
+17	push	push	NOUN	O	0		n.act	tweebank.112
+18	by	by	ADP	O	0			tweebank.112
+19	pro-gun	pro-gun	ADJ	O	0			tweebank.112
+20	...	...	X	O	0			tweebank.112
+21	http://t.co/QFzgmXOm	URL	X	O	0			tweebank.112
+
+1	I	i	PRON	O	0			tweebank.279
+2	made	make	VERB	O	0		v.creation	tweebank.279
+3	$300	NUMBER	NUM	O	0			tweebank.279
+4	.	.	PUNCT	O	0			tweebank.279
+5	That	that	PRON	O	0			tweebank.279
+6	is	be	VERB	O	0		v.stative	tweebank.279
+7	on	on	ADP	B	0			tweebank.279
+8	top	top	NOUN	I	7			tweebank.279
+9	of	of	ADP	I	8			tweebank.279
+10	the	the	DET	O	0			tweebank.279
+11	$550	NUMBER	NUM	O	0			tweebank.279
+12	I	i	PRON	O	0			tweebank.279
+13	've	've	AUX	O	0			tweebank.279
+14	made	make	VERB	O	0		v.creation	tweebank.279
+15	earlier	earlier	ADV	O	0			tweebank.279
+16	on	on	ADP	O	0			tweebank.279
+17	this	this	DET	O	0			tweebank.279
+18	trip	trip	NOUN	O	0		n.act	tweebank.279
+19	.	.	PUNCT	O	0			tweebank.279
+20	Not	not	PART	O	0			tweebank.279
+21	bad	bad	ADJ	O	0			tweebank.279
+22	if	if	SCONJ	O	0			tweebank.279
+23	I	i	PRON	O	0			tweebank.279
+24	do	do	AUX	O	0			tweebank.279
+25	say	say	VERB	O	0		v.communication	tweebank.279
+26	so	so	ADV	O	0			tweebank.279
+27	myself	myself	PRON	O	0			tweebank.279
+28	.	.	PUNCT	O	0			tweebank.279
+
+1	My	my	DET	O	0			trustpilot-81
+2	order	order	NOUN	O	0		n.communication	trustpilot-81
+3	was	be	AUX	O	0			trustpilot-81
+4	swiftly	swiftly	ADV	O	0			trustpilot-81
+5	completed	complete	VERB	O	0		v.change	trustpilot-81
+6	delivered	deliver	VERB	O	0		v.contact	trustpilot-81
+7	and	and	CONJ	O	0			trustpilot-81
+8	information	information	NOUN	O	0		n.communication	trustpilot-81
+9	regarding	regard	VERB	O	0		v.cognition	trustpilot-81
+10	updates	update	NOUN	O	0		n.communication	trustpilot-81
+11	to	to	ADP	O	0			trustpilot-81
+12	the	the	DET	O	0			trustpilot-81
+13	delivery	delivery	NOUN	O	0		n.act	trustpilot-81
+14	were	be	VERB	O	0		v.stative	trustpilot-81
+15	spot	spot	NOUN	B	0		n.attribute	trustpilot-81
+16	on	on	ADP	I	15			trustpilot-81
+17	.	.	PUNCT	O	0			trustpilot-81
+
+1	I	i	PRON	O	0			ted.iwslt.129.10
+2	would	would	AUX	O	0			ted.iwslt.129.10
+3	n't	n't	PART	O	0			ted.iwslt.129.10
+4	recommend	recommend	VERB	O	0		v.communication	ted.iwslt.129.10
+5	it	it	PRON	O	0			ted.iwslt.129.10
+6	.	.	PUNCT	O	0			ted.iwslt.129.10
+
+1	@waveyylifestyle	@USER	X	O	0			tweebank.194
+2	true	true	ADJ	O	0			tweebank.194
+3	true	true	ADJ	O	0			tweebank.194
+4	.	.	PUNCT	O	0			tweebank.194
+5	I	i	PRON	O	0			tweebank.194
+6	'm	'm	VERB	O	0			tweebank.194
+7	in	in	ADP	B	0			tweebank.194
+8	love	love	NOUN	I	7			tweebank.194
+9	wit	wit	ADP	O	0			tweebank.194
+10	food	food	NOUN	O	0		n.food	tweebank.194
+11	nigga	nigga	NOUN	O	0		n.person	tweebank.194
+
+1	I	i	PRON	O	0			tweebank.493
+2	had	have	AUX	O	0			tweebank.493
+3	forgotten	forget	VERB	O	0		v.cognition	tweebank.493
+4	how	how	ADV	O	0			tweebank.493
+5	much	much	ADV	O	0			tweebank.493
+6	i	i	PRON	O	0			tweebank.493
+7	looove	looove	VERB	O	0		v.emotion	tweebank.493
+8	coffee	coffee	NOUN	B	0		n.food	tweebank.493
+9	cake	cake	NOUN	I	8			tweebank.493
+10	!!	!!	PUNCT	O	0			tweebank.493
+11	Yup	yup	INTJ	O	0			tweebank.493
+12	!	!	PUNCT	O	0			tweebank.493
+13	I	i	PRON	O	0			tweebank.493
+14	Love	love	VERB	O	0		v.emotion	tweebank.493
+15	Coffee	coffee	NOUN	B	0		n.food	tweebank.493
+16	Cake	cake	NOUN	I	15			tweebank.493
+17	.	.	PUNCT	O	0			tweebank.493
+18	Y	y	X	B	0			tweebank.493
+19	Que	que	X	I	18			tweebank.493
+20	?!	?!	PUNCT	O	0			tweebank.493
+
+1	I	i	PRON	O	0			tweebank.109
+2	gotta	gotta	VERB	O	0			tweebank.109
+3	make	make	VERB	B	0		v.motion	tweebank.109
+4	my	my	PRON	o	0			tweebank.109
+5	way	way	NOUN	I	3			tweebank.109
+6	to	to	ADP	O	0			tweebank.109
+7	the	the	DET	O	0			tweebank.109
+8	sprint	sprint	PROPN	B	0		n.artifact	tweebank.109
+9	store	store	NOUN	I	8			tweebank.109
+10	n	n	CONJ	O	0			tweebank.109
+11	I	i	PRON	O	0			tweebank.109
+12	really	really	ADV	O	0			tweebank.109
+13	do	do	AUX	O	0			tweebank.109
+14	n't	n't	PART	O	0			tweebank.109
+15	wana	wana	VERB	O	0		v.emotion	tweebank.109
+16	go	go	VERB	O	0		v.motion	tweebank.109
+17	outside	outside	ADV	O	0			tweebank.109
+18	i	i	PRON	O	0			tweebank.109
+19	ma	ma	AUX	O	0			tweebank.109
+20	try	try	VERB	O	0		v.social	tweebank.109
+21	to	to	PART	O	0			tweebank.109
+22	get	get	VERB	O	0		v.communication	tweebank.109
+23	moms	mom	NOUN	O	0		n.person	tweebank.109
+24	to	to	PART	O	0			tweebank.109
+25	give	give	VERB	O	0		v.stative	tweebank.109
+26	me	me	PRON	O	0			tweebank.109
+27	a	a	DET	O	0			tweebank.109
+28	ride	ride	NOUN	O	0		n.act	tweebank.109
+29	lol	lol	INTJ	O	0			tweebank.109
+
+1	This	this	PRON	O	0			ted.iwslt.129.6
+2	is	be	VERB	O	0		v.stative	ted.iwslt.129.6
+3	an	an	DET	O	0			ted.iwslt.129.6
+4	entire	entire	ADJ	O	0			ted.iwslt.129.6
+5	book	book	NOUN	O	0		n.communication	ted.iwslt.129.6
+6	,	,	PUNCT	O	0			ted.iwslt.129.6
+7	so	so	ADV	O	0			ted.iwslt.129.6
+8	this	this	PRON	O	0			ted.iwslt.129.6
+9	is	be	VERB	O	0		v.stative	ted.iwslt.129.6
+10	an	an	DET	O	0			ted.iwslt.129.6
+11	example	example	NOUN	O	0		n.cognition	ted.iwslt.129.6
+12	of	of	ADP	O	0			ted.iwslt.129.6
+13	non-image	non-image	ADJ	B	0		n.cognition	ted.iwslt.129.6
+14	data	data	NOUN	I	13			ted.iwslt.129.6
+15	.	.	PUNCT	O	0			ted.iwslt.129.6
+
+1	The	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+2	thing	thing	NOUN	O	0		n.other	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+3	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+4	watch	watch	VERB	B	0		v.perception	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+5	for	for	ADP	I	4			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+6	as	as	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+7	a	a	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+8	global	global	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+9	philanthropy	philanthropy	NOUN	B	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+10	industry	industry	NOUN	I	9			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+11	comes	come	VERB	B	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+12	about	about	ADP	I	11			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+13	--	--	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+14	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+15	that	that	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+16	's	's	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+17	exactly	exactly	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+18	what	what	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+19	is	be	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+20	happening	happen	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+21	--	--	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+22	is	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+23	how	how	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+24	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+25	aspiration	aspiration	NOUN	O	0		n.feeling	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+26	is	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+27	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+28	flip	flip	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+29	these	these	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+30	old	old	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+31	assumptions	assumption	NOUN	O	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+32	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+33	for	for	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+34	philanthropy	philanthropy	NOUN	O	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+35	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+36	become	become	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+37	open	open	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+38	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+39	big	big	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+40	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+41	fast	fast	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+42	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+43	connected	connected	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+44	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+45	in	in	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+46	service	service	NOUN	O	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+47	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+48	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+49	long	long	ADJ	B	0		n.time	ted.naist.005-KatherineFulton_2007.iwslt.585.9
+50	term	term	NOUN	I	49			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+51	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.9
+
+1	This	this	DET	O	0			trustpilot-146
+2	company	company	NOUN	O	0		n.group	trustpilot-146
+3	deserves	deserve	VERB	O	0		v.stative	trustpilot-146
+4	fantastic	fantastic	ADJ	O	0			trustpilot-146
+5	recognition	recognition	NOUN	O	0		n.state	trustpilot-146
+6	for	for	ADP	O	0			trustpilot-146
+7	customer	customer	NOUN	B	0		n.act	trustpilot-146
+8	service	service	NOUN	I	7			trustpilot-146
+9	and	and	CONJ	O	0			trustpilot-146
+10	superb	superb	ADJ	O	0			trustpilot-146
+11	quality	quality	NOUN	O	0		n.attribute	trustpilot-146
+12	goods	good	NOUN	O	0		n.artifact	trustpilot-146
+13	.	.	PUNCT	O	0			trustpilot-146
+
+1	@MS_OUTTA_ORDA	@USER	X	O	0			tweebank.486
+2	lol	lol	INTJ	O	0			tweebank.486
+3	it	it	PRON	O	0			tweebank.486
+4	wasnt	wasnt	VERB	O	0		v.stative	tweebank.486
+5	blood	blood	NOUN	O	0		n.body	tweebank.486
+6	but	but	CONJ	O	0			tweebank.486
+7	thanks	thanks	NOUN	O	0		n.communication	tweebank.486
+8	.	.	PUNCT	O	0			tweebank.486
+
+1	00	00	NUM	O	0			trustpilot-155
+2	,	,	PUNCT	O	0			trustpilot-155
+3	not	not	ADV	O	0			trustpilot-155
+4	0	0	NUM	O	0			trustpilot-155
+5	.	.	PUNCT	O	0			trustpilot-155
+6	the	the	DET	O	0			trustpilot-155
+7	address	address	NOUN	O	0		n.communication	trustpilot-155
+8	was	be	AUX	O	0			trustpilot-155
+9	given	give	VERB	O	0		v.stative	trustpilot-155
+10	them	them	PRON	O	0			trustpilot-155
+11	correctly	correctly	ADV	O	0			trustpilot-155
+12	,	,	PUNCT	O	0			trustpilot-155
+13	they	they	PRON	O	0			trustpilot-155
+14	chose	choose	VERB	O	0		v.cognition	trustpilot-155
+15	to	to	PART	O	0			trustpilot-155
+16	drop	drop	VERB	O	0		v.change	trustpilot-155
+17	a	a	DET	O	0			trustpilot-155
+18	digit	digit	NOUN	O	0		n.quantity	trustpilot-155
+19	.	.	PUNCT	O	0			trustpilot-155
+
+1	SHM	shm	NOUN	O	0			tweebank.190
+2	..	..	PUNCT	O	0			tweebank.190
+3	brb	brb	INTJ	O	0			tweebank.190
+
+1	It	it	PRON	O	0			trustpilot-12
+2	was	be	VERB	O	0		v.stative	trustpilot-12
+3	a	a	DET	O	0			trustpilot-12
+4	very	very	ADV	O	0			trustpilot-12
+5	comfortable	comfortable	ADJ	O	0			trustpilot-12
+6	bus	bus	NOUN	O	0		n.artifact	trustpilot-12
+7	and	and	CONJ	O	0			trustpilot-12
+8	arrived	arrive	VERB	O	0		v.motion	trustpilot-12
+9	at	at	ADP	O	0			trustpilot-12
+10	our	our	DET	O	0			trustpilot-12
+11	resort	resort	NOUN	O	0		n.location	trustpilot-12
+12	in	in	ADP	O	0			trustpilot-12
+13	the	the	DET	O	0			trustpilot-12
+14	time	time	NOUN	O	0		n.event	trustpilot-12
+15	it	it	PRON	O	0			trustpilot-12
+16	stated	state	VERB	O	0		v.communication	trustpilot-12
+17	.	.	PUNCT	O	0			trustpilot-12
+
+1	RT	rt	X	O	0			tweebank.168
+2	@dddika	@USER	X	O	0			tweebank.168
+3	:	:	X	O	0			tweebank.168
+4	RT	rt	X	O	0			tweebank.168
+5	@DamnItsTrue	@USER	X	O	0			tweebank.168
+6	:	:	X	O	0			tweebank.168
+7	I	i	PRON	O	0			tweebank.168
+8	love	love	VERB	O	0		v.emotion	tweebank.168
+9	when	when	ADV	O	0			tweebank.168
+10	teachers	teacher	NOUN	O	0		n.person	tweebank.168
+11	get	get	VERB	O	0		v.change	tweebank.168
+12	off	off	ADP	B	0			tweebank.168
+13	topic	topic	NOUN	I	12			tweebank.168
+14	.	.	PUNCT	O	0			tweebank.168
+15	#DamnItsTrue	#damnitstrue	X	O	0			tweebank.168
+
+1	It	it	PRON	O	0			ted.iwslt.1371.2
+2	's	's	VERB	O	0		v.stative	ted.iwslt.1371.2
+3	true	true	ADJ	O	0			ted.iwslt.1371.2
+4	.	.	PUNCT	O	0			ted.iwslt.1371.2
+
+1	answer	answer	NOUN	O	0		n.communication	tweebank.210
+2	:	:	PUNCT	O	0			tweebank.210
+3	spouting	spout	VERB	O	0		v.motion	tweebank.210
+4	,	,	PUNCT	O	0			tweebank.210
+5	@tunjung	@USER	X	O	0			tweebank.210
+6	8/388	NUMBER	NUM	O	0			tweebank.210
+7	points	point	NOUN	O	0		n.cognition	tweebank.210
+8	,	,	PUNCT	O	0			tweebank.210
+9	meaning	meaning	NOUN	O	0		n.communication	tweebank.210
+10	:	:	PUNCT	O	0			tweebank.210
+11	http://goo.gl/XzlsV	URL	X	O	0			tweebank.210
+
+1	This	this	PRON	O	0			trustpilot-62
+2	was	be	AUX	O	0			trustpilot-62
+3	to	to	PART	O	0			trustpilot-62
+4	deteriorate	deteriorate	VERB	O	0		v.change	trustpilot-62
+5	into	into	ADP	O	0			trustpilot-62
+6	0	0	NUM	B	0		n.quantity	trustpilot-62
+7	/	/	PUNCT	I	6			trustpilot-62
+8	0s	0	NOUN	I	7			trustpilot-62
+9	of	of	ADP	O	0			trustpilot-62
+10	the	the	DET	O	0			trustpilot-62
+11	screen	screen	NOUN	O	0		n.artifact	trustpilot-62
+12	displaying	display	VERB	O	0		v.perception	trustpilot-62
+13	a	a	DET	O	0			trustpilot-62
+14	blurry	blurry	ADJ	O	0			trustpilot-62
+15	image	image	NOUN	O	0		n.communication	trustpilot-62
+16	.	.	PUNCT	O	0			trustpilot-62
+
+1	RT	rt	X	O	0			tweebank.312
+2	@MISSMYA	@USER	X	O	0			tweebank.312
+3	:	:	X	O	0			tweebank.312
+4	"	"	PUNCT	O	0			tweebank.312
+5	It	it	PRON	O	0			tweebank.312
+6	always	always	ADV	O	0			tweebank.312
+7	seems	seem	VERB	O	0		v.perception	tweebank.312
+8	impossible	impossible	ADJ	O	0			tweebank.312
+9	until	until	SCONJ	O	0			tweebank.312
+10	it	it	PRON	O	0			tweebank.312
+11	's	's	AUX	O	0			tweebank.312
+12	done	do	VERB	O	0		v.change	tweebank.312
+13	.	.	PUNCT	O	0			tweebank.312
+14	"	"	PUNCT	O	0			tweebank.312
+15	-	-	PUNCT	O	0			tweebank.312
+16	Nelson	nelson	PROPN	B	0		n.person	tweebank.312
+17	Mandela	mandela	PROPN	I	16			tweebank.312
+
+1	Deramores	deramores	PROPN	O	0		n.group	trustpilot-247
+2	stocks	stock	VERB	O	0		v.possession	trustpilot-247
+3	a	a	DET	O	0			trustpilot-247
+4	wide	wide	ADJ	O	0			trustpilot-247
+5	range	range	NOUN	O	0		n.attribute	trustpilot-247
+6	of	of	ADP	O	0			trustpilot-247
+7	yarns	yarn	NOUN	O	0		n.artifact	trustpilot-247
+8	and	and	CONJ	O	0			trustpilot-247
+9	accessories	accessory	NOUN	O	0		n.artifact	trustpilot-247
+10	.	.	PUNCT	O	0			trustpilot-247
+11	They	they	PRON	O	0			trustpilot-247
+12	also	also	ADV	O	0			trustpilot-247
+13	stock	stock	VERB	O	0		v.possession	trustpilot-247
+14	an	an	DET	O	0			trustpilot-247
+15	amazing	amazing	ADJ	O	0			trustpilot-247
+16	array	array	NOUN	O	0		n.attribute	trustpilot-247
+17	of	of	ADP	O	0			trustpilot-247
+18	patterns	pattern	NOUN	O	0		n.artifact	trustpilot-247
+19	and	and	CONJ	O	0			trustpilot-247
+20	books	book	NOUN	O	0		n.artifact	trustpilot-247
+21	.	.	PUNCT	O	0			trustpilot-247
+
+1	Found	found	VERB	O	0		v.perception	tweebank.132
+2	the	the	DET	O	0			tweebank.132
+3	scarriest	scarriest	ADJ	O	0			tweebank.132
+4	mystery	mystery	NOUN	B	0		n.artifact	tweebank.132
+5	door	door	NOUN	I	4			tweebank.132
+6	in	in	ADP	O	0			tweebank.132
+7	my	my	PRON	O	0			tweebank.132
+8	school	school	NOUN	O	0		n.group	tweebank.132
+9	.	.	PUNCT	O	0			tweebank.132
+10	I	i	PRON	O	0			tweebank.132
+11	'M	'm	VERB	O	0		v.stative	tweebank.132
+12	SO	so	ADV	O	0			tweebank.132
+13	CURIOUS	curious	ADJ	O	0			tweebank.132
+14	D:	EMOTICON	X	O	0			tweebank.132
+
+1	@WaddleandSilvy	@USER	X	O	0			tweebank.431
+2	sup	sup	INTJ	O	0			tweebank.431
+3	shirt	shirt	NOUN	O	0		n.artifact	tweebank.431
+4	off	off	ADP	O	0			tweebank.431
+
+1	@JanetteAhylin	@USER	X	O	0			tweebank.45
+2	did	do	AUX	O	0			tweebank.45
+3	u	u	PRON	O	0			tweebank.45
+4	get	get	VERB	O	0		v.cognition	tweebank.45
+5	that	that	PRON	O	0			tweebank.45
+6	janette	janette	PROPN	O	0		n.person	tweebank.45
+7	!?	!?	PUNCT	O	0			tweebank.45
+8	"	"	PUNCT	O	0			tweebank.45
+9	prefection	prefection	NOUN	O	0		n.artifact	tweebank.45
+10	rhymes	rhyme	VERB	O	0		v.cognition	tweebank.45
+11	with	with	ADP	O	0			tweebank.45
+12	one	NUMBER	NUM	B	0		n.artifact	tweebank.45
+13	direction	direction	NOUN	I	12			tweebank.45
+14	"	"	PUNCT	O	0			tweebank.45
+15	Not	not	PART	O	0			tweebank.45
+16	Janette	janette	PROPN	B	0		n.artifact	tweebank.45
+17	Gonzalez	gonzalez	PROPN	I	16			tweebank.45
+18	.	.	PUNCT	O	0			tweebank.45
+19	~	~	PUNCT	O	0			tweebank.45
+20	Lol	lol	INTJ	O	0			tweebank.45
+
+1	#badcombination	#badcombination	X	O	0			tweebank.460
+2	any	any	DET	O	0			tweebank.460
+3	bitch	bitch	NOUN	O	0		n.person	tweebank.460
+4	born	bear	VERB	O	0		v.body	tweebank.460
+5	in	in	ADP	O	0			tweebank.460
+6	da	da	DET	O	0			tweebank.460
+7	9o's	NUMBER	NUM	O	0			tweebank.460
+8	&	&	CONJ	O	0			tweebank.460
+9	me	me	PRON	O	0			tweebank.460
+
+1	My	my	DET	O	0			trustpilot-32
+2	contact	contact	NOUN	O	0		n.person	trustpilot-32
+3	was	be	VERB	O	0		v.stative	trustpilot-32
+4	Lee	lee	PROPN	O	0		n.person	trustpilot-32
+5	.	.	PUNCT	O	0			trustpilot-32
+
+1	I	i	PRON	O	0			trustpilot-15
+2	highly	highly	ADV	O	0			trustpilot-15
+3	recommend	recommend	VERB	O	0		v.social	trustpilot-15
+4	them	them	PRON	O	0			trustpilot-15
+5	.	.	PUNCT	O	0			trustpilot-15
+
+1	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+2	'm	'm	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+3	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+4	contemporary	contemporary	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+5	artist	artist	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+6	with	with	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+7	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+8	bit	bit	NOUN	O	0		n.quantity	ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+9	of	of	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+10	an	an	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+11	unexpected	unexpected	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+12	background	background	NOUN	O	0		n.state	ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+13	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+
+1	@Fashionisda	@USER	X	O	0			tweebank.468
+2	HA	ha	INTJ	O	0			tweebank.468
+3	.	.	PUNCT	O	0			tweebank.468
+4	AHA	aha	INTJ	O	0			tweebank.468
+5	!!!!!	!!!!!	PUNCT	O	0			tweebank.468
+6	YOU	you	PRON	O	0			tweebank.468
+7	SO	so	ADV	O	0			tweebank.468
+8	NASTY	nasty	ADJ	O	0			tweebank.468
+9	!!!!!!!..	!!!!!!!..	PUNCT	O	0			tweebank.468
+10	BUT	but	CONJ	O	0			tweebank.468
+11	I	i	PRON	O	0			tweebank.468
+12	LIKE	like	VERB	O	0		v.emotion	tweebank.468
+13	IT	it	PRON	O	0			tweebank.468
+14	LMAO	lmao	INTJ	O	0			tweebank.468
+
+1	Only	only	ADV	O	0			trustpilot-51
+2	ever	ever	ADV	O	0			trustpilot-51
+3	had	have	VERB	O	0		v.stative	trustpilot-51
+4	0	0	NUM	O	0			trustpilot-51
+5	problem	problem	NOUN	O	0		n.state	trustpilot-51
+6	with	with	ADP	O	0			trustpilot-51
+7	an	an	DET	O	0			trustpilot-51
+8	order	order	NOUN	O	0		n.possession	trustpilot-51
+9	through	through	ADP	O	0			trustpilot-51
+10	Amazon	amazon	PROPN	O	0		n.group	trustpilot-51
+11	,	,	PUNCT	O	0			trustpilot-51
+12	not	not	ADV	O	0			trustpilot-51
+13	their	their	DET	O	0			trustpilot-51
+14	fault	fault	NOUN	O	0		n.attribute	trustpilot-51
+15	or	or	CONJ	O	0			trustpilot-51
+16	the	the	DET	O	0			trustpilot-51
+17	supplier	supplier	NOUN	O	0		n.person	trustpilot-51
+18	,	,	PUNCT	O	0			trustpilot-51
+19	the	the	DET	O	0			trustpilot-51
+20	goods	good	NOUN	O	0		n.artifact	trustpilot-51
+21	were	be	AUX	O	0			trustpilot-51
+22	lost	lose	VERB	O	0		v.change	trustpilot-51
+23	in	in	ADP	O	0			trustpilot-51
+24	the	the	DET	O	0			trustpilot-51
+25	U	u	NOUN	B	0		n.cognition	trustpilot-51
+26	.	.	PUNCT	I	25			trustpilot-51
+27	S	s	NOUN	I	26			trustpilot-51
+28	.	.	PUNCT	I	27			trustpilot-51
+29	postal	postal	ADJ	I	28			trustpilot-51
+30	system	system	NOUN	I	29			trustpilot-51
+31	.	.	PUNCT	O	0			trustpilot-51
+
+1	Blu	blu	PROPN	B	0		n.person	tweebank.411
+2	Cantrell	cantrell	PROPN	I	1			tweebank.411
+3	just	just	ADV	O	0			tweebank.411
+4	came	come	VERB	O	0		v.perception	tweebank.411
+5	on	on	ADP	O	0			tweebank.411
+6	my	my	PRON	O	0			tweebank.411
+7	Destiny	destiny	PROPN	B	0		n.communication	tweebank.411
+8	's	's	PART	I	7			tweebank.411
+9	Child	child	PROPN	I	8			tweebank.411
+10	Pandora	pandora	PROPN	I	9			tweebank.411
+11	.	.	PUNCT	O	0			tweebank.411
+12	See	see	VERB	O	0		v.perception	tweebank.411
+13	what	what	PRON	O	0			tweebank.411
+14	happens	happen	VERB	O	0		v.change	tweebank.411
+15	when	when	ADV	O	0			tweebank.411
+16	you	you	PRON	O	0			tweebank.411
+17	leave	leave	VERB	O	0		v.stative	tweebank.411
+18	the	the	DET	O	0			tweebank.411
+19	door	door	NOUN	O	0		n.artifact	tweebank.411
+20	open	open	ADJ	O	0			tweebank.411
+21	?	?	PUNCT	O	0			tweebank.411
+22	Getcho	getcho	VERB	O	0		v.motion	tweebank.411
+23	ass	ass	NOUN	O	0		n.body	tweebank.411
+24	out	out	ADP	O	0			tweebank.411
+25	!!!	!!!	PUNCT	O	0			tweebank.411
+
+1	Yet	yet	CONJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+2	we	we	PRON	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+3	're	're	AUX	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+4	still	still	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+5	dealing	deal	VERB	B	0		v.cognition	ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+6	with	with	ADP	I	5			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+7	a	a	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+8	lot	lot	NOUN	O	0		n.quantity	ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+9	of	of	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+10	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+11	same	same	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+12	challenges	challenge	NOUN	O	0		n.state	ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+13	as	as	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+14	many	many	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+15	decades	decade	NOUN	O	0		n.time	ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+16	ago	ago	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+17	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+
+1	RT	rt	X	O	0			tweebank.147
+2	@justinbieber	@USER	X	O	0			tweebank.147
+3	:	:	X	O	0			tweebank.147
+4	now	now	ADV	O	0			tweebank.147
+5	Hailee	hailee	PROPN	O	0		n.person	tweebank.147
+6	get	get	VERB	O	0		v.change	tweebank.147
+7	a	a	DET	O	0			tweebank.147
+8	twitter	twitter	PROPN	O	0		n.communication	tweebank.147
+
+1	strobelights	strobelights	NOUN	O	0		n.artifact	tweebank.160
+2	dance	dance	VERB	O	0		v.motion	tweebank.160
+3	with	with	ADP	O	0			tweebank.160
+4	the	the	DET	O	0			tweebank.160
+5	stars	star	NOUN	O	0		n.natural_object	tweebank.160
+6	..	..	PUNCT	O	0			tweebank.160
+
+1	Home	home	NOUN	B	0		n.location	tweebank.404
+2	sweet	sweet	ADJ	I	1			tweebank.404
+3	home	home	NOUN	I	2			tweebank.404
+4	:)	EMOTICON	X	O	0			tweebank.404
+
+1	Why	why	ADV	O	0			tweebank.81
+2	aren't	aren't	VERB	O	0		v.stative	tweebank.81
+3	I	i	PRON	O	0			tweebank.81
+4	tired	tired	ADJ	O	0			tweebank.81
+5	?	?	PUNCT	O	0			tweebank.81
+6	-_-	EMOTICON	X	O	0			tweebank.81
+
+1	We	we	PRON	O	0			tweebank.472
+2	are	be	AUX	O	0			tweebank.472
+3	always	always	ADV	O	0			tweebank.472
+4	getting	get	AUX	O	0			tweebank.472
+5	invited	invite	VERB	O	0		v.communication	tweebank.472
+6	and	and	CONJ	O	0			tweebank.472
+7	you	you	PRON	O	0			tweebank.472
+8	ca	ca	AUX	O	0			tweebank.472
+9	n't	n't	PART	O	0			tweebank.472
+10	say	say	VERB	O	0		v.communication	tweebank.472
+11	no	no	INTJ	O	0			tweebank.472
+12	!!:	!!:	PUNCT	O	0			tweebank.472
+13	)	EMOTICON	X	O	0			tweebank.472
+
+1	It	it	PRON	O	0			trustpilot-41
+2	had	have	VERB	O	0		v.possession	trustpilot-41
+3	the	the	DET	O	0			trustpilot-41
+4	tumble	tumble	NOUN	B	0		n.artifact	trustpilot-41
+5	dryer	dryer	NOUN	I	4			trustpilot-41
+6	i	i	PRON	O	0			trustpilot-41
+7	wanted	want	VERB	O	0		v.emotion	trustpilot-41
+8	at	at	ADP	O	0			trustpilot-41
+9	a	a	DET	O	0			trustpilot-41
+10	price	price	NOUN	O	0		n.attribute	trustpilot-41
+11	i	i	PRON	O	0			trustpilot-41
+12	liked	like	VERB	O	0		v.emotion	trustpilot-41
+13	,	,	PUNCT	O	0			trustpilot-41
+14	so	so	ADV	O	0			trustpilot-41
+15	i	i	PRON	O	0			trustpilot-41
+16	ordered	order	VERB	O	0		v.change	trustpilot-41
+17	one	one	PRON	O	0			trustpilot-41
+18	.	.	PUNCT	O	0			trustpilot-41
+
+1	RT	rt	X	O	0			tweebank.218
+2	@JosetteSheeran	@USER	X	O	0			tweebank.218
+3	:	:	X	O	0			tweebank.218
+4	@WFP	@USER	X	O	0			tweebank.218
+5	#Libya	#libya	PROPN	O	0		n.location	tweebank.218
+6	breakthru	breakthru	NOUN	O	0		n.event	tweebank.218
+7	!	!	PUNCT	O	0			tweebank.218
+8	We	we	PRON	O	0			tweebank.218
+9	move	move	VERB	O	0		v.motion	tweebank.218
+10	urgently	urgently	ADV	O	0			tweebank.218
+11	needed	need	VERB	O	0		v.stative	tweebank.218
+12	#food	#food	NOUN	O	0		n.food	tweebank.218
+13	(	(	PUNCT	O	0			tweebank.218
+14	wheat	wheat	NOUN	O	0		n.food	tweebank.218
+15	,	,	PUNCT	O	0			tweebank.218
+16	flour	flour	NOUN	O	0		n.food	tweebank.218
+17	)	)	PUNCT	O	0			tweebank.218
+18	by	by	ADP	O	0			tweebank.218
+19	truck	truck	NOUN	O	0		n.artifact	tweebank.218
+20	convoy	convoy	NOUN	O	0		n.group	tweebank.218
+21	into	into	ADP	O	0			tweebank.218
+22	western	western	ADJ	B	0		n.location	tweebank.218
+23	Libya	libya	PROPN	I	22			tweebank.218
+24	for	for	ADP	O	0			tweebank.218
+25	1st	1st	ADJ	O	0			tweebank.218
+26	time	time	NOUN	O	0		n.event	tweebank.218
+27	...	...	X	O	0			tweebank.218
+
+1	I	i	PRON	O	0			tweebank.360
+2	'm	'm	VERB	O	0		v.stative	tweebank.360
+3	a	a	DET	O	0			tweebank.360
+4	super	super	ADJ	B	0		n.person	tweebank.360
+5	hero	hero	NOUN	I	4			tweebank.360
+6	in	in	ADP	B	0			tweebank.360
+7	my	my	PRON	o	0			tweebank.360
+8	own	own	ADJ	I	6			tweebank.360
+9	right	right	NOUN	I	8			tweebank.360
+10	.	.	PUNCT	O	0			tweebank.360
+11	Actually	actually	ADV	O	0			tweebank.360
+12	...	...	PUNCT	O	0			tweebank.360
+13	Anti	anti	NOUN	B	0		n.person	tweebank.360
+14	Hero	hero	NOUN	I	13			tweebank.360
+15	more	more	ADV	B	0			tweebank.360
+16	like	like	ADP	I	15			tweebank.360
+17	.	.	PUNCT	O	0			tweebank.360
+
+1	Wind	wind	NOUN	O	0		n.phenomenon	tweebank.91
+2	2.2	NUMBER	NUM	O	0			tweebank.91
+3	mph	mph	NOUN	O	0		n.quantity	tweebank.91
+4	NNW	nnw	NOUN	O	0		n.relation	tweebank.91
+5	.	.	PUNCT	O	0			tweebank.91
+6	Barometer	barometer	NOUN	O	0		n.artifact	tweebank.91
+7	1019.0	NUMBER	NUM	O	0			tweebank.91
+8	mb	mb	NOUN	O	0		n.quantity	tweebank.91
+9	,	,	PUNCT	O	0			tweebank.91
+10	Rising	rise	VERB	O	0		v.motion	tweebank.91
+11	.	.	PUNCT	O	0			tweebank.91
+12	Temperature	temperature	NOUN	O	0		n.attribute	tweebank.91
+13	15.5	NUMBER	NUM	O	0			tweebank.91
+14	°C	°c	NOUN	O	0		n.quantity	tweebank.91
+15	.	.	PUNCT	O	0			tweebank.91
+16	Rain	rain	NOUN	O	0		n.phenomenon	tweebank.91
+17	today	today	NOUN	O	0			tweebank.91
+18	0.0	NUMBER	NUM	O	0			tweebank.91
+19	mm	mm	NOUN	O	0		n.quantity	tweebank.91
+20	.	.	PUNCT	O	0			tweebank.91
+21	Humidity	humidity	NOUN	O	0		n.state	tweebank.91
+22	59%	NUMBER	NUM	O	0			tweebank.91
+
+1	I	i	PRON	O	0			trustpilot-318
+2	'	'	PART	O	0			trustpilot-318
+3	ve	ve	VERB	O	0			trustpilot-318
+4	just	just	ADV	O	0			trustpilot-318
+5	found	found	VERB	B	0		v.cognition	trustpilot-318
+6	out	out	PART	I	5			trustpilot-318
+7	that	that	CONJ	O	0			trustpilot-318
+8	I	i	PRON	O	0			trustpilot-318
+9	'	'	PART	O	0			trustpilot-318
+10	ve	ve	VERB	B	0			trustpilot-318
+11	been	be	AUX	I	10			trustpilot-318
+12	paying	pay	VERB	O	0		v.possession	trustpilot-318
+13	£	£	X	O	0			trustpilot-318
+14	00	00	NUM	O	0			trustpilot-318
+15	a	a	ADP	O	0			trustpilot-318
+16	month	month	NOUN	O	0		n.time	trustpilot-318
+17	and	and	CONJ	O	0			trustpilot-318
+18	not	not	ADV	O	0			trustpilot-318
+19	getting	get	VERB	O	0		v.stative	trustpilot-318
+20	my	my	DET	O	0			trustpilot-318
+21	0G	0g	NOUN	O	0		n.communication	trustpilot-318
+22	-	-	PUNCT	O	0			trustpilot-318
+23	awful	awful	ADJ	O	0			trustpilot-318
+24	.	.	PUNCT	O	0			trustpilot-318
+
+1	I	i	PRON	O	0			trustpilot-58
+2	complained	complain	VERB	O	0		v.communication	trustpilot-58
+3	to	to	ADP	O	0			trustpilot-58
+4	them	them	PRON	O	0			trustpilot-58
+5	and	and	CONJ	O	0			trustpilot-58
+6	have	have	AUX	O	0			trustpilot-58
+7	copied	copy	VERB	O	0		v.creation	trustpilot-58
+8	their	their	DET	O	0			trustpilot-58
+9	response	response	NOUN	O	0		n.communication	trustpilot-58
+10	below	below	ADP	O	0			trustpilot-58
+11	.	.	PUNCT	O	0			trustpilot-58
+
+1	RT	rt	X	O	0			tweebank.1
+2	@ieatpussy4pizza	@USER	X	O	0			tweebank.1
+3	:	:	X	O	0			tweebank.1
+4	@Allan_oVo	@USER	X	O	0			tweebank.1
+5	got	get	VERB	O	0		v.stative	tweebank.1
+6	them	them	DET	O	0			tweebank.1
+7	black	black	ADJ	O	0			tweebank.1
+8	girl	girl	NOUN	O	0		n.person	tweebank.1
+9	groupies	groupie	NOUN	O	0		n.person	tweebank.1
+10	though	though	ADP	O	0			tweebank.1
+
+1	USED	use	VERB	O	0		v.stative	trustpilot-269
+2	TWICE	twice	ADV	O	0			trustpilot-269
+3	,	,	PUNCT	O	0			trustpilot-269
+4	VERY	very	ADV	O	0			trustpilot-269
+5	DECIEVING	decieving	ADJ	O	0			trustpilot-269
+6	INFORMATION	information	VERB	O	0			trustpilot-269
+7	,	,	PUNCT	O	0			trustpilot-269
+8	BACKED	back	VERB	B	0		v.cognition	trustpilot-269
+9	UP	up	PART	I	8			trustpilot-269
+10	BY	by	ADP	O	0			trustpilot-269
+11	UNHELPFULL	unhelpfull	ADJ	O	0			trustpilot-269
+12	STAFF	staff	NOUN	B	0		n.person	trustpilot-269
+13	MEMBERS	members	PROPN	I	12			trustpilot-269
+14	,	,	PUNCT	O	0			trustpilot-269
+15	HAD	have	AUX	O	0			trustpilot-269
+16	TO	to	PART	O	0			trustpilot-269
+17	DO	do	VERB	O	0		v.cognition	trustpilot-269
+18	A	a	DET	O	0			trustpilot-269
+19	CLAIMBACK	claimback	PROPN	O	0		n.communication	trustpilot-269
+20	LAST	last	ADJ	B	0		n.event	trustpilot-269
+21	TIME	time	NOUN	I	20			trustpilot-269
+22	TO	to	PART	O	0			trustpilot-269
+23	RECOVER	recover	VERB	O	0		v.possession	trustpilot-269
+24	PAYMENT	payment	NOUN	O	0		n.possession	trustpilot-269
+25	MADE	make	VERB	O	0		v.possession	trustpilot-269
+26	IN	in	ADP	O	0			trustpilot-269
+27	FULL	full	ADJ	O	0			trustpilot-269
+28	IN	in	ADP	O	0			trustpilot-269
+29	ADVANCE	advance	NOUN	O	0		n.event	trustpilot-269
+30	,	,	PUNCT	O	0			trustpilot-269
+31	NEVER	never	ADV	B	0			trustpilot-269
+32	AGAIN	again	ADV	I	31			trustpilot-269
+33	,	,	PUNCT	O	0			trustpilot-269
+34	BEWARE	beware	VERB	O	0		v.cognition	trustpilot-269
+35	,	,	PUNCT	O	0			trustpilot-269
+36	CHECK	check	VERB	O	0		v.cognition	trustpilot-269
+37	THOROUGHLY	thoroughly	ADV	O	0			trustpilot-269
+38	...	...	PUNCT	O	0			trustpilot-269
+
+1	@KUTV2News	@USER	X	O	0			tweebank.172
+2	is	be	AUX	O	0			tweebank.172
+3	giving	give	VERB	B	0		v.possession	tweebank.172
+4	away	away	ADV	I	3			tweebank.172
+5	2	NUMBER	NUM	O	0			tweebank.172
+6	$250	NUMBER	NUM	O	0			tweebank.172
+7	Grocery	grocery	NOUN	O	0		n.food	tweebank.172
+8	Gift	gift	NOUN	B	0		n.possession	tweebank.172
+9	Cards	cards	NOUN	I	8			tweebank.172
+10	to	to	ADP	O	0			tweebank.172
+11	Associated	associated	PROPN	B	0		n.group	tweebank.172
+12	Foods	foods	PROPN	I	11			tweebank.172
+13	.	.	PUNCT	O	0			tweebank.172
+14	Winner	winner	NOUN	O	0		n.person	tweebank.172
+15	announced	announce	VERB	O	0		v.communication	tweebank.172
+16	Wed	wed	PROPN	O	0		n.time	tweebank.172
+17	on	on	ADP	O	0			tweebank.172
+18	2News	2news	PROPN	O	0		n.group	tweebank.172
+19	at	at	ADP	O	0			tweebank.172
+20	10	NUMBER	NUM	O	0			tweebank.172
+21	!	!	PUNCT	O	0			tweebank.172
+22	http://on.fb.me/h8uFzD	URL	X	O	0			tweebank.172
+
+1	Ordering	ordering	NOUN	O	0		n.communication	trustpilot-114
+2	was	be	VERB	O	0		v.stative	trustpilot-114
+3	easy	easy	ADJ	O	0			trustpilot-114
+4	and	and	CONJ	O	0			trustpilot-114
+5	delivery	delivery	NOUN	O	0		n.act	trustpilot-114
+6	was	be	VERB	O	0		v.stative	trustpilot-114
+7	quick	quick	ADJ	O	0			trustpilot-114
+8	.	.	PUNCT	O	0			trustpilot-114
+
+1	Three	three	NUM	O	0			trustpilot-36
+2	weeks	week	NOUN	O	0		n.time	trustpilot-36
+3	later	later	ADV	O	0			trustpilot-36
+4	I	i	PRON	O	0			trustpilot-36
+5	was	be	AUX	O	0			trustpilot-36
+6	told	tell	VERB	O	0		v.communication	trustpilot-36
+7	they	they	PRON	O	0			trustpilot-36
+8	couldn	couldn	AUX	O	0			trustpilot-36
+9	'	'	PART	O	0			trustpilot-36
+10	t	t	PART	O	0			trustpilot-36
+11	get	get	VERB	O	0		v.possession	trustpilot-36
+12	it	it	PRON	O	0			trustpilot-36
+13	and	and	CONJ	O	0			trustpilot-36
+14	I	i	PRON	O	0			trustpilot-36
+15	should	should	AUX	O	0			trustpilot-36
+16	go	go	VERB	O	0		v.motion	trustpilot-36
+17	elsewhere	elsewhere	ADV	O	0			trustpilot-36
+18	,	,	PUNCT	O	0			trustpilot-36
+19	and	and	CONJ	O	0			trustpilot-36
+20	I	i	PRON	O	0			trustpilot-36
+21	was	be	AUX	O	0			trustpilot-36
+22	told	tell	VERB	O	0		v.communication	trustpilot-36
+23	that	that	CONJ	O	0			trustpilot-36
+24	it	it	PRON	O	0			trustpilot-36
+25	would	would	VERB	O	0			trustpilot-36
+26	take	take	VERB	O	0		v.stative	trustpilot-36
+27	up	up	ADP	O	0			trustpilot-36
+28	to	to	ADP	O	0			trustpilot-36
+29	00	00	NUM	O	0			trustpilot-36
+30	days	days	NOUN	O	0		n.time	trustpilot-36
+31	to	to	PART	O	0			trustpilot-36
+32	refund	refund	VERB	O	0		v.possession	trustpilot-36
+33	my	my	DET	O	0			trustpilot-36
+34	money	money	NOUN	O	0		n.possession	trustpilot-36
+35	,	,	PUNCT	O	0			trustpilot-36
+36	which	which	PRON	O	0			trustpilot-36
+37	it	it	PRON	O	0			trustpilot-36
+38	did	do	VERB	O	0		v.stative	trustpilot-36
+39	.	.	PUNCT	O	0			trustpilot-36
+
+1	Found	found	VERB	O	0		v.cognition	trustpilot-198
+2	a	a	DET	O	0			trustpilot-198
+3	device	device	NOUN	O	0		n.artifact	trustpilot-198
+4	that	that	PRON	O	0			trustpilot-198
+5	matched	match	VERB	O	0		v.stative	trustpilot-198
+6	our	our	DET	O	0			trustpilot-198
+7	criteria	criterion	NOUN	O	0		n.motive	trustpilot-198
+8	and	and	CONJ	O	0			trustpilot-198
+9	also	also	ADV	O	0			trustpilot-198
+10	compared	compare	VERB	O	0		v.cognition	trustpilot-198
+11	well	well	ADV	O	0			trustpilot-198
+12	from	from	ADP	O	0			trustpilot-198
+13	a	a	DET	O	0			trustpilot-198
+14	price	price	NOUN	B	0		n.attribute	trustpilot-198
+15	comparison	comparison	NOUN	I	14			trustpilot-198
+16	perspective	perspective	NOUN	O	0		n.cognition	trustpilot-198
+17	.	.	PUNCT	O	0			trustpilot-198
+
+1	I	i	PRON	O	0			trustpilot-331
+2	have	have	AUX	O	0			trustpilot-331
+3	been	be	AUX	O	0			trustpilot-331
+4	buying	buy	VERB	O	0		v.possession	trustpilot-331
+5	Glucosamine	glucosamine	NOUN	O	0		n.substance	trustpilot-331
+6	and	and	CONJ	O	0			trustpilot-331
+7	Multi	multi	PROPN	B	0		n.substance	trustpilot-331
+8	-	-	PUNCT	I	7			trustpilot-331
+9	Vitamins	vitamin	NOUN	I	8			trustpilot-331
+10	now	now	ADV	O	0			trustpilot-331
+11	for	for	ADP	O	0			trustpilot-331
+12	quite	quite	ADV	O	0			trustpilot-331
+13	some	some	DET	O	0			trustpilot-331
+14	time	time	NOUN	O	0		n.event	trustpilot-331
+15	for	for	ADP	O	0			trustpilot-331
+16	my	my	DET	O	0			trustpilot-331
+17	elderly	elderly	ADJ	O	0			trustpilot-331
+18	dog	dog	NOUN	O	0		n.animal	trustpilot-331
+19	who	who	PRON	O	0			trustpilot-331
+20	suffers	suffer	VERB	O	0		v.emotion	trustpilot-331
+21	from	from	ADP	O	0			trustpilot-331
+22	arthritis	arthritis	NOUN	O	0		n.body	trustpilot-331
+23	.	.	PUNCT	O	0			trustpilot-331
+
+1	We	we	PRON	O	0			trustpilot-333
+2	never	never	ADV	O	0			trustpilot-333
+3	even	even	ADV	O	0			trustpilot-333
+4	looked	look	VERB	O	0		v.perception	trustpilot-333
+5	at	at	ADP	O	0			trustpilot-333
+6	other	other	ADJ	O	0			trustpilot-333
+7	sites	site	NOUN	O	0		n.communication	trustpilot-333
+8	because	because	CONJ	O	0			trustpilot-333
+9	the	the	DET	O	0			trustpilot-333
+10	service	service	NOUN	O	0		n.act	trustpilot-333
+11	we	we	PRON	O	0			trustpilot-333
+12	got	get	VERB	O	0		v.stative	trustpilot-333
+13	in	in	ADP	O	0			trustpilot-333
+14	the	the	DET	O	0			trustpilot-333
+15	past	past	NOUN	O	0		n.time	trustpilot-333
+16	was	be	VERB	O	0		v.stative	trustpilot-333
+17	good	good	ADJ	O	0			trustpilot-333
+18	.	.	PUNCT	O	0			trustpilot-333
+
+1	Facing	face	VERB	O	0		v.cognition	tweebank.235
+2	difficulties	difficulty	NOUN	O	0		n.state	tweebank.235
+3	in	in	SCONJ	O	0			tweebank.235
+4	serving	serve	VERB	O	0		v.social	tweebank.235
+5	elder	elder	ADJ	O	0			tweebank.235
+6	family	family	NOUN	B	0		n.person	tweebank.235
+7	member	member	NOUN	I	6			tweebank.235
+8	get	get	VERB	O	0		v.stative	tweebank.235
+9	assistance	assistance	NOUN	O	0		n.act	tweebank.235
+10	from	from	ADP	O	0			tweebank.235
+11	respite	respite	NOUN	B	0		n.group	tweebank.235
+12	care	care	NOUN	I	11			tweebank.235
+13	service	service	NOUN	I	12			tweebank.235
+14	and	and	CONJ	O	0			tweebank.235
+15	live	live	VERB	O	0		v.stative	tweebank.235
+16	life	life	NOUN	O	0		n.state	tweebank.235
+17	peacefully	peacefully	ADV	O	0			tweebank.235
+18	.	.	PUNCT	O	0			tweebank.235
+19	http://ow.ly/2CnxL	URL	X	O	0			tweebank.235
+
+1	Twitter	twitter	PROPN	O	0		n.communication	tweebank.205
+2	off#	off#	ADJ	O	0			tweebank.205
+
+1	Mmmmm	mmmmm	INTJ	O	0			tweebank.181
+2	cranberries	cranberry	NOUN	O	0		n.food	tweebank.181
+3	:)	EMOTICON	X	O	0			tweebank.181
+
+1	Follow	follow	PROPN	B	0			trustpilot-239
+2	up	up	NOUN	I	1			trustpilot-239
+3	:	:	PUNCT	O	0			trustpilot-239
+4	I	i	PRON	O	0			trustpilot-239
+5	have	have	AUX	O	0			trustpilot-239
+6	recently	recently	ADV	O	0			trustpilot-239
+7	been	be	AUX	O	0			trustpilot-239
+8	told	tell	VERB	O	0		v.communication	trustpilot-239
+9	by	by	ADP	O	0			trustpilot-239
+10	an	an	DET	O	0			trustpilot-239
+11	independent	independent	ADJ	O	0			trustpilot-239
+12	surgeon	surgeon	NOUN	O	0		n.person	trustpilot-239
+13	that	that	CONJ	O	0			trustpilot-239
+14	the	the	DET	O	0			trustpilot-239
+15	Optical	optical	PROPN	B	0		n.person	trustpilot-239
+16	Express	express	NOUN	I	15			trustpilot-239
+17	surgeon	surgeon	NOUN	I	16			trustpilot-239
+18	put	put	VERB	O	0		v.contact	trustpilot-239
+19	incorrect	incorrect	ADJ	O	0			trustpilot-239
+20	parameters	parameter	NOUN	O	0		n.cognition	trustpilot-239
+21	into	into	ADP	O	0			trustpilot-239
+22	the	the	DET	O	0			trustpilot-239
+23	laser	laser	NOUN	O	0		n.artifact	trustpilot-239
+24	before	before	ADP	O	0			trustpilot-239
+25	my	my	DET	O	0			trustpilot-239
+26	second	second	ADJ	B	0		n.act	trustpilot-239
+27	(	(	PUNCT	I	26			trustpilot-239
+28	LASEK	lasek	NOUN	I	27			trustpilot-239
+29	)	)	PUNCT	I	28			trustpilot-239
+30	surgery	surgery	NOUN	I	29			trustpilot-239
+31	(	(	PUNCT	O	0			trustpilot-239
+32	first	first	ADJ	B	0		n.act	trustpilot-239
+33	surgery	surgery	NOUN	I	32			trustpilot-239
+34	LASIK	lasik	NOUN	I	33			trustpilot-239
+35	was	be	VERB	O	0		v.stative	trustpilot-239
+36	a	a	DET	O	0			trustpilot-239
+37	failure	failure	NOUN	O	0		n.state	trustpilot-239
+38	by	by	ADP	O	0			trustpilot-239
+39	the	the	DET	O	0			trustpilot-239
+40	same	same	ADJ	O	0			trustpilot-239
+41	surgeon	surgeon	NOUN	O	0		n.person	trustpilot-239
+42	).	).	PUNCT	O	0			trustpilot-239
+
+1	Their	their	DET	O	0			trustpilot-87
+2	customer	customer	NOUN	B	0		n.communication	trustpilot-87
+3	helpline	helpline	NOUN	I	2			trustpilot-87
+4	has	have	AUX	O	0			trustpilot-87
+5	always	always	ADV	O	0			trustpilot-87
+6	been	be	VERB	B	0			trustpilot-87
+7	able	able	ADJ	I	6			trustpilot-87
+8	to	to	PART	I	7			trustpilot-87
+9	fix	fix	VERB	O	0		v.change	trustpilot-87
+10	any	any	DET	O	0			trustpilot-87
+11	problems	problem	NOUN	O	0		n.state	trustpilot-87
+12	quickly	quickly	ADV	O	0			trustpilot-87
+13	and	and	CONJ	O	0			trustpilot-87
+14	courteously	courteously	ADV	O	0			trustpilot-87
+15	.	.	PUNCT	O	0			trustpilot-87
+
+1	In	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+2	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+3	industrialized	industrialized	ADJ	B	0		n.natural_object	ted.naist.007-HansRosling_2010S.iwslt.9121.9
+4	world	world	NOUN	I	3			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+5	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+6	people	people	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.9
+7	were	be	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.9
+8	healthy	healthy	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+9	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+10	educated	educated	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+11	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+12	rich	rich	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+13	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+14	and	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+15	they	they	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+16	had	have	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.9
+17	small	small	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+18	families	family	NOUN	O	0		n.group	ted.naist.007-HansRosling_2010S.iwslt.9121.9
+19	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.9
+
+1	I	i	PRON	O	0			trustpilot-270
+2	would	would	VERB	O	0			trustpilot-270
+3	not	not	ADV	O	0			trustpilot-270
+4	even	even	ADV	O	0			trustpilot-270
+5	consider	consider	VERB	O	0		v.cognition	trustpilot-270
+6	going	go	VERB	O	0		v.motion	trustpilot-270
+7	elsewhere	elsewhere	ADV	O	0			trustpilot-270
+8	for	for	ADP	O	0			trustpilot-270
+9	my	my	DET	O	0			trustpilot-270
+10	vinyl	vinyl	NOUN	B	0		n.cognition	trustpilot-270
+11	needs	need	NOUN	I	10			trustpilot-270
+12	,	,	PUNCT	O	0			trustpilot-270
+13	the	the	DET	O	0			trustpilot-270
+14	service	service	NOUN	O	0		n.act	trustpilot-270
+15	is	be	VERB	O	0		v.stative	trustpilot-270
+16	just	just	ADV	O	0			trustpilot-270
+17	that	that	ADV	O	0			trustpilot-270
+18	good	good	ADJ	O	0			trustpilot-270
+19	and	and	CONJ	O	0			trustpilot-270
+20	the	the	DET	O	0			trustpilot-270
+21	price	price	NOUN	O	0		n.attribute	trustpilot-270
+22	is	be	VERB	O	0		v.stative	trustpilot-270
+23	fantastic	fantastic	ADJ	O	0			trustpilot-270
+24	too	too	ADV	O	0			trustpilot-270
+25	.	.	PUNCT	O	0			trustpilot-270
+
+1	TCA	tca	PROPN	O	0		n.person	tweebank.250
+2	to	to	PART	O	0			tweebank.250
+3	play	play	VERB	O	0		v.competition	tweebank.250
+4	for	for	ADP	O	0			tweebank.250
+5	Colorado	colorado	PROPN	O	0		n.group	tweebank.250
+6	3A	3a	PROPN	O	0		n.group	tweebank.250
+7	women	woman	NOUN	O	0		n.person	tweebank.250
+8	's	's	PART	O	0			tweebank.250
+9	soccer	soccer	NOUN	O	0		n.act	tweebank.250
+10	championship	championship	NOUN	O	0		n.cognition	tweebank.250
+11	.	.	PUNCT	O	0			tweebank.250
+12	#charterschool	#charterschool	X	O	0			tweebank.250
+13	#tca	#tca	X	O	0			tweebank.250
+14	#soccer	#soccer	X	O	0			tweebank.250
+
+1	Every	every	DET	O	0			tweebank.170
+2	girl	girl	NOUN	O	0		n.person	tweebank.170
+3	always	always	ADV	O	0			tweebank.170
+4	says	say	VERB	O	0		v.communication	tweebank.170
+5	RT	rt	X	O	0			tweebank.170
+6	@_jadorecheri	@USER	X	O	0			tweebank.170
+7	I	i	PRON	O	0			tweebank.170
+8	'm	'm	VERB	O	0		v.stative	tweebank.170
+9	different	different	ADJ	O	0			tweebank.170
+10	from	from	ADP	O	0			tweebank.170
+11	most	most	ADJ	O	0			tweebank.170
+12	girls	girl	NOUN	O	0		n.person	tweebank.170
+13	.	.	PUNCT	O	0			tweebank.170
+
+1	Excellent	excellent	ADJ	O	0			trustpilot-86
+2	on	on	ADP	B	0			trustpilot-86
+3	time	time	NOUN	I	2			trustpilot-86
+4	delivery	delivery	NOUN	O	0		n.act	trustpilot-86
+5	.	.	PUNCT	O	0			trustpilot-86
+
+1	I	i	PRON	O	0			trustpilot-65
+2	ordered	order	VERB	O	0		v.communication	trustpilot-65
+3	a	a	DET	O	0			trustpilot-65
+4	bifold	bifold	ADJ	B	0		n.artifact	trustpilot-65
+5	shower	shower	NOUN	I	4			trustpilot-65
+6	door	door	NOUN	I	5			trustpilot-65
+7	and	and	CONJ	O	0			trustpilot-65
+8	a	a	DET	O	0			trustpilot-65
+9	shower	shower	NOUN	B	0		n.artifact	trustpilot-65
+10	base	base	NOUN	I	9			trustpilot-65
+11	with	with	ADP	I	10			trustpilot-65
+12	waste	waste	NOUN	I	11			trustpilot-65
+13	.	.	PUNCT	O	0			trustpilot-65
+
+1	RT	rt	X	O	0			tweebank.325
+2	@FRIENDSHlP	@USER	X	O	0			tweebank.325
+3	:	:	X	O	0			tweebank.325
+4	Friendship	friendship	NOUN	O	0		n.state	tweebank.325
+5	is	be	VERB	O	0		v.stative	tweebank.325
+6	love	love	NOUN	O	0		n.feeling	tweebank.325
+7	without	without	SCONJ	O	0			tweebank.325
+8	kissing	kiss	VERB	O	0		v.contact	tweebank.325
+9	...	...	PUNCT	O	0			tweebank.325
+
+1	«	«	X	O	0			tweebank.344
+2	@KayoVito	@USER	X	O	0			tweebank.344
+3	#KayoQ	#kayoq	X	O	0			tweebank.344
+4	&A	&a	X	O	0			tweebank.344
+5	LADIES	lady	NOUN	O	0		n.person	tweebank.344
+6	what	what	PRON	O	0			tweebank.344
+7	if	if	ADP	O	0			tweebank.344
+8	u	u	PRON	O	0			tweebank.344
+9	tell	tell	VERB	O	0		v.communication	tweebank.344
+10	a	a	DET	O	0			tweebank.344
+11	guy	guy	NOUN	O	0		n.person	tweebank.344
+12	"	"	PUNCT	O	0			tweebank.344
+13	I	i	PRON	B	0			tweebank.344
+14	Love	love	VERB	I	13			tweebank.344
+15	you	you	PRON	I	14			tweebank.344
+16	"	"	PUNCT	O	0			tweebank.344
+17	and	and	CONJ	O	0			tweebank.344
+18	he	he	PRON	O	0			tweebank.344
+19	says	say	VERB	O	0		v.communication	tweebank.344
+20	"	"	PUNCT	O	0			tweebank.344
+21	oh	oh	INTJ	B	0			tweebank.344
+22	ok	ok	INTJ	I	21			tweebank.344
+23	"	"	PUNCT	O	0			tweebank.344
+24	...	...	PUNCT	O	0			tweebank.344
+25	...	...	PUNCT	O	0			tweebank.344
+26	.	.	PUNCT	O	0			tweebank.344
+27	then	then	ADV	O	0			tweebank.344
+28	what	what	PRON	O	0			tweebank.344
+29	?	?	PUNCT	O	0			tweebank.344
+30	»then	»then	X	O	0			tweebank.344
+31	he	he	PRON	O	0			tweebank.344
+32	do	do	AUX	O	0			tweebank.344
+33	n't	n't	PART	O	0			tweebank.344
+34	love	love	VERB	O	0		v.emotion	tweebank.344
+35	you	you	PRON	O	0			tweebank.344
+36	lol	lol	INTJ	O	0			tweebank.344
+
+1	@CoverGurlFayyy	@USER	X	O	0			tweebank.305
+2	i	i	PRON	O	0			tweebank.305
+3	did	do	VERB	O	0		v.stative	tweebank.305
+4	tooo	tooo	ADV	O	0			tweebank.305
+5	!	!	PUNCT	O	0			tweebank.305
+6	this	this	PRON	O	0			tweebank.305
+7	is	be	AUX	B	0		v.change	tweebank.305
+8	getting	get	VERB	I	7			tweebank.305
+9	goood	goood	ADJ	O	0			tweebank.305
+10	.	.	PUNCT	O	0			tweebank.305
+11	lol	lol	INTJ	O	0			tweebank.305
+
+1	if	if	SCONJ	O	0			tweebank.176
+2	@DoobieClothing	@USER	X	O	0			tweebank.176
+3	do	do	AUX	O	0			tweebank.176
+4	nt	nt	PART	O	0			tweebank.176
+5	make	make	VERB	O	0		v.creation	tweebank.176
+6	some	some	DET	O	0			tweebank.176
+7	hoodies	hoodies	NOUN	O	0		n.artifact	tweebank.176
+8	soon	soon	ADV	O	0			tweebank.176
+9	...	...	PUNCT	O	0			tweebank.176
+10	i	i	PRON	O	0			tweebank.176
+11	mma	mma	AUX	O	0			tweebank.176
+12	beat	beat	VERB	O	0		v.contact	tweebank.176
+13	em	em	PRON	O	0			tweebank.176
+14	!	!	PUNCT	O	0			tweebank.176
+
+1	Ordered	order	VERB	O	0		v.communication	trustpilot-222
+2	0	0	NUM	O	0			trustpilot-222
+3	nail	nail	NOUN	B	0		n.artifact	trustpilot-222
+4	varnishes	varnish	NOUN	I	3			trustpilot-222
+5	good	good	ADJ	O	0			trustpilot-222
+6	quality	quality	NOUN	O	0		n.attribute	trustpilot-222
+7	makes	make	NOUN	O	0		n.attribute	trustpilot-222
+8	love	love	VERB	O	0		v.emotion	trustpilot-222
+9	the	the	DET	O	0			trustpilot-222
+10	colours	colours	NOUN	O	0		n.artifact	trustpilot-222
+11	keeping	keep	VERB	O	0		v.stative	trustpilot-222
+12	them	them	PRON	O	0			trustpilot-222
+13	for	for	ADP	O	0			trustpilot-222
+14	my	my	DET	O	0			trustpilot-222
+15	hols	hols	NOUN	O	0		n.event	trustpilot-222
+16	very	very	ADV	O	0			trustpilot-222
+17	easy	easy	ADJ	O	0			trustpilot-222
+18	to	to	PART	O	0			trustpilot-222
+19	order	order	VERB	O	0		v.communication	trustpilot-222
+20	quick	quick	ADJ	O	0			trustpilot-222
+21	delivery	delivery	NOUN	O	0		n.act	trustpilot-222
+22	and	and	CONJ	O	0			trustpilot-222
+23	excellent	excellent	ADJ	O	0			trustpilot-222
+24	prices	price	NOUN	O	0		n.attribute	trustpilot-222
+
+1	Fuck	fuck	VERB	O	0			tweebank.55
+2			PRON	O	0			tweebank.55
+
+1	@MrNixon357	@USER	X	O	0			tweebank.257
+2	aight	aight	INTJ	O	0			tweebank.257
+3	leaving	leave	VERB	O	0		v.motion	tweebank.257
+4	my	my	PRON	O	0			tweebank.257
+5	crib	crib	NOUN	O	0		n.artifact	tweebank.257
+6	in	in	ADP	O	0			tweebank.257
+7	20	NUMBER	NUM	O	0			tweebank.257
+8	minutes	minutes	NOUN	O	0		n.time	tweebank.257
+
+1	http://bit.ly/er4S9P	URL	X	O	0			tweebank.196
+2	making	make	VERB	O	0		v.change	tweebank.196
+3	it	it	PRON	O	0			tweebank.196
+4	easy	easy	ADJ	O	0			tweebank.196
+5	to	to	PART	O	0			tweebank.196
+6	put	put	VERB	B	0		v.creation	tweebank.196
+7	up	up	ADP	I	6			tweebank.196
+8	a	a	DET	O	0			tweebank.196
+9	@wordpress	@USER	X	O	0			tweebank.196
+10	,	,	PUNCT	O	0			tweebank.196
+11	@joomla	@USER	X	O	0			tweebank.196
+12	in	in	ADP	O	0			tweebank.196
+13	the	the	DET	O	0			tweebank.196
+14	cloud	cloud	NOUN	O	0		n.phenomenon	tweebank.196
+15	#aws	#aws	X	O	0			tweebank.196
+
+1	well	well	X	O	0			trustpilot-73
+2	here	here	ADV	O	0			trustpilot-73
+3	I	i	PRON	O	0			trustpilot-73
+4	am	be	AUX	O	0			trustpilot-73
+5	waiting	wait	VERB	O	0		v.stative	trustpilot-73
+6	for	for	ADP	O	0			trustpilot-73
+7	tickets	ticket	NOUN	O	0		n.communication	trustpilot-73
+8	for	for	ADP	O	0			trustpilot-73
+9	the	the	DET	O	0			trustpilot-73
+10	England	england	PROPN	B	0		n.act	trustpilot-73
+11	v	v	ADP	I	10			trustpilot-73
+12	Australia	australia	PROPN	I	11			trustpilot-73
+13	game	game	NOUN	I	12			trustpilot-73
+14	Nov	nov	NOUN	B	0		n.time	trustpilot-73
+15	0nd	0nd	NOUN	I	14			trustpilot-73
+16	.	.	PUNCT	O	0			trustpilot-73
+
+1	And	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+2	if	if	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+3	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+4	TV	tv	NOUN	O	0		n.communication	ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+5	was	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+6	on	on	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+7	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+8	we	we	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+9	were	be	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+10	watching	watch	VERB	O	0		v.perception	ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+11	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+12	documentary	documentary	NOUN	O	0		n.communication	ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+13	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+
+1	Purchased	purchase	VERB	O	0		v.possession	trustpilot-54
+2	a	a	DET	O	0			trustpilot-54
+3	couple	couple	NOUN	O	0		n.quantity	trustpilot-54
+4	of	of	ADP	O	0			trustpilot-54
+5	things	things	NOUN	O	0		n.artifact	trustpilot-54
+6	from	from	ADP	O	0			trustpilot-54
+7	Currys	curry	NOUN	O	0		n.group	trustpilot-54
+8	recently	recently	ADV	O	0			trustpilot-54
+9	,	,	PUNCT	O	0			trustpilot-54
+10	One	one	NUM	O	0			trustpilot-54
+11	of	of	ADP	O	0			trustpilot-54
+12	the	the	DET	O	0			trustpilot-54
+13	items	item	NOUN	O	0		n.artifact	trustpilot-54
+14	would	would	VERB	O	0			trustpilot-54
+15	not	not	ADV	O	0			trustpilot-54
+16	allow	allow	VERB	O	0		v.stative	trustpilot-54
+17	me	me	PRON	O	0			trustpilot-54
+18	to	to	PART	O	0			trustpilot-54
+19	purchase	purchase	VERB	O	0		v.possession	trustpilot-54
+20	on	on	ADJ	O	0			trustpilot-54
+21	-	-	PUNCT	O	0			trustpilot-54
+22	line	line	ADJ	O	0			trustpilot-54
+23	,	,	PUNCT	O	0			trustpilot-54
+24	so	so	ADV	O	0			trustpilot-54
+25	after	after	ADP	O	0			trustpilot-54
+26	searching	search	VERB	O	0		v.cognition	trustpilot-54
+27	the	the	DET	O	0			trustpilot-54
+28	internet	internet	NOUN	O	0		n.phenomenon	trustpilot-54
+29	for	for	ADP	O	0			trustpilot-54
+30	a	a	DET	O	0			trustpilot-54
+31	contact	contact	NOUN	B	0		n.communication	trustpilot-54
+32	number	number	NOUN	I	31			trustpilot-54
+33	for	for	ADP	O	0			trustpilot-54
+34	my	my	DET	O	0			trustpilot-54
+35	local	local	ADJ	B	0		n.artifact	trustpilot-54
+36	store	store	NOUN	I	35			trustpilot-54
+37	(	(	PUNCT	O	0			trustpilot-54
+38	this	this	DET	O	0			trustpilot-54
+39	is	be	VERB	O	0		v.stative	trustpilot-54
+40	an	an	DET	O	0			trustpilot-54
+41	impossible	impossible	ADJ	O	0			trustpilot-54
+42	task	task	NOUN	O	0		n.act	trustpilot-54
+43	and	and	CONJ	O	0			trustpilot-54
+44	the	the	DET	O	0			trustpilot-54
+45	website	website	NOUN	O	0		n.communication	trustpilot-54
+46	also	also	ADV	O	0			trustpilot-54
+47	does	do	AUX	O	0			trustpilot-54
+48	not	not	ADV	O	0			trustpilot-54
+49	have	have	VERB	O	0		v.stative	trustpilot-54
+50	this	this	DET	O	0			trustpilot-54
+51	information	information	NOUN	O	0		n.communication	trustpilot-54
+52	).	).	PUNCT	O	0			trustpilot-54
+
+1	RT	rt	X	O	0			tweebank.333
+2	@taylorswift13	@USER	X	O	0			tweebank.333
+3	:	:	X	O	0			tweebank.333
+4	I	i	PRON	O	0			tweebank.333
+5	got	get	AUX	B	0			tweebank.333
+6	to	to	ADP	I	5			tweebank.333
+7	say	say	VERB	O	0		v.communication	tweebank.333
+8	'	'	PUNCT	O	0			tweebank.333
+9	peace	peace	NOUN	B	0		n.body	tweebank.333
+10	up	up	ADJ	I	9			tweebank.333
+11	,	,	PUNCT	I	10			tweebank.333
+12	A-town	a-town	PROPN	I	11			tweebank.333
+13	down	down	ADJ	I	12			tweebank.333
+14	'	'	PUNCT	O	0			tweebank.333
+15	in	in	ADP	O	0			tweebank.333
+16	atlanta	atlanta	PROPN	O	0		n.location	tweebank.333
+17	then	then	ADV	O	0			tweebank.333
+18	@UsherRaymondIV	@USER	X	O	0			tweebank.333
+19	came	come	VERB	B	0		v.motion	tweebank.333
+20	out	out	ADP	I	19			tweebank.333
+21	and	and	CONJ	O	0			tweebank.333
+22	sang	sing	VERB	O	0		v.creation	tweebank.333
+23	'	'	PUNCT	O	0			tweebank.333
+24	Yeah!'	yeah!'	INTJ	O	0			tweebank.333
+25	with	with	ADP	O	0			tweebank.333
+26	me	me	PRON	O	0			tweebank.333
+27	.	.	PUNCT	O	0			tweebank.333
+28	I	i	PRON	O	0			tweebank.333
+29	'm	'm	VERB	O	0		v.stative	tweebank.333
+30	thinking	think	VERB	O	0		v.cognition	tweebank.333
+31	...	...	X	O	0			tweebank.333
+
+1	Ambitious	ambitious	ADJ	O	0			tweebank.267
+2	young	young	ADJ	O	0			tweebank.267
+3	Italians	italians	PROPN	O	0		n.person	tweebank.267
+4	are	be	AUX	O	0			tweebank.267
+5	quitting	quit	VERB	O	0		v.change	tweebank.267
+6	their	their	PRON	O	0			tweebank.267
+7	country	country	NOUN	O	0		n.group	tweebank.267
+8	in	in	ADP	O	0			tweebank.267
+9	droves	drove	NOUN	O	0		n.group	tweebank.267
+10	,	,	PUNCT	O	0			tweebank.267
+11	leaving	leave	VERB	O	0		v.stative	tweebank.267
+12	power	power	NOUN	O	0		n.attribute	tweebank.267
+13	in	in	ADP	O	0			tweebank.267
+14	the	the	DET	O	0			tweebank.267
+15	hands	hands	NOUN	O	0		n.cognition	tweebank.267
+16	of	of	ADP	O	0			tweebank.267
+17	an	an	DET	O	0			tweebank.267
+18	elderly	elderly	ADJ	O	0			tweebank.267
+19	elite	elite	NOUN	O	0		n.group	tweebank.267
+20	.	.	PUNCT	O	0			tweebank.267
+21	http://t.co/6idomWv	URL	X	O	0			tweebank.267
+22	#tsunami	#tsunami	X	O	0			tweebank.267
+
+1	This	this	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+2	is	be	VERB	O	0		v.stative	ted.naist.004-YvesBehar_2009.iwslt.552.9
+3	a	a	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+4	100,000-volt	100,000-volt	ADJ	B	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.9
+5	Tesla	tesla	ADJ	I	4			ted.naist.004-YvesBehar_2009.iwslt.552.9
+6	coil	coil	NOUN	I	5			ted.naist.004-YvesBehar_2009.iwslt.552.9
+7	that	that	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+8	I	i	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+9	built	build	VERB	O	0		v.creation	ted.naist.004-YvesBehar_2009.iwslt.552.9
+10	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+11	my	my	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+12	bedroom	bedroom	NOUN	O	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.9
+13	,	,	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+14	much	much	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+15	to	to	PART	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+16	the	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+17	dismay	dismay	NOUN	O	0		n.feeling	ted.naist.004-YvesBehar_2009.iwslt.552.9
+18	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+19	my	my	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+20	mother	mother	NOUN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.9
+21	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.9
+
+1	In	in	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+2	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+3	front	front	NOUN	O	0		n.location	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+4	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+5	you	you	PRON	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+6	see	see	VERB	O	0		v.perception	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+7	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+8	actually	actually	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+9	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+10	Joe	joe	PROPN	B	0		n.person	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+11	Murray	murray	PROPN	I	10			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+12	getting	get	VERB	O	0		v.change	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+13	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+14	patient	patient	NOUN	O	0		n.person	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+15	ready	ready	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+16	for	for	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+17	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+18	transplant	transplant	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+19	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+20	while	while	SCONJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+21	in	in	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+22	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+23	back	back	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+24	room	room	NOUN	O	0		n.artifact	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+25	you	you	PRON	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+26	see	see	VERB	O	0		v.perception	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+27	Hartwell	hartwell	PROPN	B	0		n.person	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+28	Harrison	harrison	PROPN	I	27			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+29	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+30	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+31	Chief	chief	PROPN	B	0		n.person	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+32	of	of	ADP	I	31			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+33	Urology	urology	PROPN	I	32			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+34	at	at	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+35	Harvard	harvard	PROPN	O	0		n.group	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+36	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+37	actually	actually	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+38	harvesting	harvest	VERB	O	0		v.contact	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+39	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+40	kidney	kidney	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+41	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+
+1	I	i	PRON	O	0			trustpilot-57
+2	was	be	AUX	O	0			trustpilot-57
+3	offered	offer	VERB	O	0		v.communication	trustpilot-57
+4	an	an	DET	O	0			trustpilot-57
+5	alternative	alternative	NOUN	O	0		n.other	trustpilot-57
+6	.	.	PUNCT	O	0			trustpilot-57
+
+1	I	i	PRON	O	0			tweebank.234
+2	do	do	AUX	O	0			tweebank.234
+3	n't	n't	PART	O	0			tweebank.234
+4	mean	mean	VERB	O	0		v.cognition	tweebank.234
+5	to	to	PART	O	0			tweebank.234
+6	stay	stay	VERB	O	0		v.stative	tweebank.234
+7	awake	awake	ADJ	O	0			tweebank.234
+8	at	at	ADP	O	0			tweebank.234
+9	this	this	DET	O	0			tweebank.234
+10	hour	hour	NOUN	O	0		n.time	tweebank.234
+11	.	.	PUNCT	O	0			tweebank.234
+12	But	but	CONJ	O	0			tweebank.234
+13	that	that	PRON	O	0			tweebank.234
+14	is	be	VERB	O	0		v.stative	tweebank.234
+15	what	what	PRON	O	0			tweebank.234
+16	the	the	DET	O	0			tweebank.234
+17	poorest	poor	ADJ	O	0			tweebank.234
+18	of	of	ADP	O	0			tweebank.234
+19	all	all	DET	O	0			tweebank.234
+20	network	network	NOUN	O	0		n.group	tweebank.234
+21	would	would	AUX	O	0			tweebank.234
+22	do	do	VERB	O	0		v.stative	tweebank.234
+23	you	you	PRON	O	0			tweebank.234
+24	when	when	ADV	O	0			tweebank.234
+25	you	you	PRON	O	0			tweebank.234
+26	try	try	VERB	O	0		v.change	tweebank.234
+27	to	to	PART	O	0			tweebank.234
+28	download	download	VERB	O	0		v.change	tweebank.234
+29	!	!	PUNCT	O	0			tweebank.234
+
+1	Reading	read	VERB	O	0		v.cognition	tweebank.358
+2	and	and	CONJ	O	0			tweebank.358
+3	tweeting	tweet	VERB	O	0		v.communication	tweebank.358
+4	(	(	PUNCT	O	0			tweebank.358
+5	99%	NUMBER	NUM	O	0			tweebank.358
+6	tweeting	tweet	VERB	O	0		v.communication	tweebank.358
+7	,	,	PUNCT	O	0			tweebank.358
+8	.	.	PUNCT	O	0			tweebank.358
+9	5%	NUMBER	NUM	O	0			tweebank.358
+10	reading	read	VERB	O	0		v.cognition	tweebank.358
+11	,	,	PUNCT	O	0			tweebank.358
+12	.	.	PUNCT	O	0			tweebank.358
+13	5%	NUMBER	NUM	O	0			tweebank.358
+14	wanting	want	VERB	O	0		v.emotion	tweebank.358
+15	to	to	PART	O	0			tweebank.358
+16	fall	fall	VERB	B	0		v.body	tweebank.358
+17	asleep	asleep	ADV	I	16			tweebank.358
+18	)	)	PUNCT	O	0			tweebank.358
+
+1	@cliine3	@USER	X	O	0			tweebank.260
+2	thanks	thanks	NOUN	O	0		n.communication	tweebank.260
+3	:3	EMOTICON	X	O	0			tweebank.260
+
+1	Have	have	AUX	O	0			trustpilot-102
+2	been	be	VERB	O	0		v.stative	trustpilot-102
+3	a	a	DET	O	0			trustpilot-102
+4	loyal	loyal	ADJ	O	0			trustpilot-102
+5	customer	customer	NOUN	O	0		n.person	trustpilot-102
+6	of	of	ADP	O	0			trustpilot-102
+7	Orange	orange	NOUN	O	0		n.group	trustpilot-102
+8	for	for	ADP	O	0			trustpilot-102
+9	many	many	ADJ	O	0			trustpilot-102
+10	years	years	NOUN	O	0		n.time	trustpilot-102
+11	,	,	PUNCT	O	0			trustpilot-102
+12	yet	yet	ADV	O	0			trustpilot-102
+13	when	when	ADV	O	0			trustpilot-102
+14	I	i	PRON	O	0			trustpilot-102
+15	have	have	AUX	O	0			trustpilot-102
+16	a	a	DET	O	0			trustpilot-102
+17	problem	problem	NOUN	O	0		n.state	trustpilot-102
+18	customer	customer	NOUN	B	0		n.group	trustpilot-102
+19	services	services	NOUN	I	18			trustpilot-102
+20	don	don	AUX	O	0			trustpilot-102
+21	'	'	PART	O	0			trustpilot-102
+22	t	t	PART	O	0			trustpilot-102
+23	want	want	VERB	O	0		v.emotion	trustpilot-102
+24	to	to	PART	O	0			trustpilot-102
+25	know	know	VERB	O	0		v.cognition	trustpilot-102
+26	.	.	PUNCT	O	0			trustpilot-102
+
+1	@AngieMaskeBerka	@USER	X	O	0			tweebank.292
+2	NBC	nbc	PROPN	O	0		n.communication	tweebank.292
+3	is	be	AUX	O	0			tweebank.292
+4	going	go	VERB	B	0			tweebank.292
+5	to	to	PART	I	4			tweebank.292
+6	have	have	VERB	B	0		v.stative	tweebank.292
+7	the	the	DET	b	0		n.act	tweebank.292
+8	NYC	nyc	PROPN	i	7			tweebank.292
+9	fireworks	firework	NOUN	i	8			tweebank.292
+10	on	on	ADP	I	6			tweebank.292
+11	.	.	PUNCT	O	0			tweebank.292
+12	They	they	PRON	O	0			tweebank.292
+13	are	be	VERB	O	0		v.stative	tweebank.292
+14	amazing-at	amazing-at	X	O	0			tweebank.292
+15	least	least	ADJ	O	0			tweebank.292
+16	in	in	ADP	B	0			tweebank.292
+17	person	person	NOUN	I	16			tweebank.292
+18	they	they	PRON	O	0			tweebank.292
+19	were	be	VERB	O	0		v.stative	tweebank.292
+20	two	NUMBER	NUM	O	0			tweebank.292
+21	years	years	NOUN	O	0		n.time	tweebank.292
+22	ago	ago	ADP	O	0			tweebank.292
+23	.	.	PUNCT	O	0			tweebank.292
+
+1	RT	rt	X	O	0			tweebank.353
+2	@GryffindorAngie	@USER	X	O	0			tweebank.353
+3	:	:	X	O	0			tweebank.353
+4	@GeorgeWeasley_	@USER	X	O	0			tweebank.353
+5	read	read	VERB	O	0		v.cognition	tweebank.353
+6	this	this	PRON	O	0			tweebank.353
+7	!!!	!!!	PUNCT	O	0			tweebank.353
+8	http://t.co/Qn5tk3vF	URL	X	O	0			tweebank.353
+
+1	RT	rt	X	O	0			tweebank.273
+2	@ForeverrLeslie	@USER	X	O	0			tweebank.273
+3	:	:	X	O	0			tweebank.273
+4	Damn	damn	INTJ	O	0			tweebank.273
+5	,	,	PUNCT	O	0			tweebank.273
+6	when	when	ADV	O	0			tweebank.273
+7	u	u	PRON	O	0			tweebank.273
+8	hit	hit	VERB	O	0		v.contact	tweebank.273
+9	your	your	PRON	O	0			tweebank.273
+10	toe	toe	NOUN	O	0		n.body	tweebank.273
+11	on	on	ADP	O	0			tweebank.273
+12	the	the	DET	O	0			tweebank.273
+13	door	door	NOUN	O	0		n.artifact	tweebank.273
+14	you	you	PRON	O	0			tweebank.273
+15	wanna	wanna	VERB	O	0		v.emotion	tweebank.273
+16	say	say	VERB	O	0		v.communication	tweebank.273
+17	every	every	DET	O	0			tweebank.273
+18	cuss	cuss	NOUN	B	0		n.communication	tweebank.273
+19	word	word	NOUN	I	18			tweebank.273
+20	you	you	PRON	O	0			tweebank.273
+21	know	know	VERB	O	0		v.cognition	tweebank.273
+
+1	Great	great	ADJ	O	0			trustpilot-108
+2	service	service	NOUN	O	0		n.act	trustpilot-108
+3	with	with	ADP	O	0			trustpilot-108
+4	brilliant	brilliant	ADJ	O	0			trustpilot-108
+5	price	price	NOUN	O	0		n.attribute	trustpilot-108
+6	,	,	PUNCT	O	0			trustpilot-108
+7	use	use	VERB	O	0		v.stative	trustpilot-108
+8	them	them	PRON	O	0			trustpilot-108
+9	all	all	ADV	O	0			trustpilot-108
+10	the	the	DET	O	0			trustpilot-108
+11	time	time	NOUN	O	0		n.event	trustpilot-108
+12	!	!	PUNCT	O	0			trustpilot-108
+
+1	Nick	nick	PROPN	B	0		n.person	tweebank.329
+2	Adamson	adamson	PROPN	I	1			tweebank.329
+3	's	's	PART	I	2			tweebank.329
+4	online	online	ADJ	O	0			tweebank.329
+5	audition	audition	NOUN	O	0		n.act	tweebank.329
+6	for	for	ADP	O	0			tweebank.329
+7	Gunrunner	gunrunner	PROPN	B	0		n.person	tweebank.329
+8	Billy	billy	PROPN	I	7			tweebank.329
+9	Kane	kane	PROPN	I	8			tweebank.329
+10	's	's	PART	I	9			tweebank.329
+11	character	character	NOUN	O	0		n.person	tweebank.329
+12	"	"	PUNCT	O	0			tweebank.329
+13	The	the	DET	B	0		n.person	tweebank.329
+14	Rat	rat	NOUN	I	13			tweebank.329
+15	"	"	PUNCT	O	0			tweebank.329
+16	http://fb.me/Q2q1JwMr	URL	X	O	0			tweebank.329
+
+1	@WWE	@USER	X	O	0			tweebank.375
+2	doesn't	doesn't	VERB	O	0		v.stative	tweebank.375
+3	change	change	VERB	O	0		v.change	tweebank.375
+4	anything	anything	NOUN	O	0			tweebank.375
+5	if	if	SCONJ	O	0			tweebank.375
+6	it	it	PRON	O	0			tweebank.375
+7	's	's	VERB	O	0		v.stative	tweebank.375
+8	a	a	DET	O	0			tweebank.375
+9	"	"	PUNCT	O	0			tweebank.375
+10	best	best	ADJ	B	0		n.attribute	tweebank.375
+11	seller	seller	NOUN	I	10			tweebank.375
+12	.	.	PUNCT	O	0			tweebank.375
+13	"	"	PUNCT	O	0			tweebank.375
+14	IE	ie	X	O	0			tweebank.375
+15	@JohnCena	@USER	X	O	0			tweebank.375
+16	and	and	CONJ	O	0			tweebank.375
+17	the	the	DET	O	0			tweebank.375
+18	WWE	wwe	PROPN	B	0		n.communication	tweebank.375
+19	Title	title	NOUN	I	18			tweebank.375
+20	.	.	PUNCT	O	0			tweebank.375
+21	Most	most	ADJ	O	0			tweebank.375
+22	businesses	business	NOUN	O	0		n.group	tweebank.375
+23	reinvest	reinvest	VERB	O	0		v.possession	tweebank.375
+24	their	their	PRON	O	0			tweebank.375
+25	profits	profits	NOUN	O	0		n.possession	tweebank.375
+26	into	into	ADP	O	0			tweebank.375
+27	NEW	new	ADJ	O	0			tweebank.375
+28	things	things	NOUN	O	0		n.other	tweebank.375
+
+1	hurreyyyyyyyyyyyyyy	hurreyyyyyyyyyyyyyy	INTJ	O	0			tweebank.199
+2	we	we	PRON	O	0			tweebank.199
+3	won	win	VERB	O	0		v.competition	tweebank.199
+
+1	so	so	ADV	O	0			trustpilot-93
+2	you	you	PRON	O	0			trustpilot-93
+3	click	click	VERB	O	0		v.motion	trustpilot-93
+4	on	on	ADP	O	0			trustpilot-93
+5	this	this	PRON	O	0			trustpilot-93
+6	and	and	CONJ	O	0			trustpilot-93
+7	it	it	PRON	O	0			trustpilot-93
+8	then	then	ADV	O	0			trustpilot-93
+9	takes	take	VERB	B	0		v.change	trustpilot-93
+10	away	away	PART	I	9			trustpilot-93
+11	the	the	DET	O	0			trustpilot-93
+12	option	option	NOUN	O	0		n.attribute	trustpilot-93
+13	of	of	ADP	O	0			trustpilot-93
+14	sending	send	VERB	O	0		v.communication	trustpilot-93
+15	your	your	DET	O	0			trustpilot-93
+16	email	email	NOUN	O	0		n.communication	trustpilot-93
+17	and	and	CONJ	O	0			trustpilot-93
+18	states	state	VERB	O	0		v.communication	trustpilot-93
+19	that	that	CONJ	O	0			trustpilot-93
+20	there	there	ADV	O	0			trustpilot-93
+21	is	be	VERB	O	0		v.stative	trustpilot-93
+22	no	no	DET	O	0			trustpilot-93
+23	way	way	NOUN	O	0		n.attribute	trustpilot-93
+24	of	of	ADP	O	0			trustpilot-93
+25	cancelling	cancel	VERB	O	0		v.change	trustpilot-93
+26	your	your	DET	O	0			trustpilot-93
+27	order	order	NOUN	O	0		n.communication	trustpilot-93
+28	and	and	CONJ	O	0			trustpilot-93
+29	you	you	PRON	O	0			trustpilot-93
+30	have	have	AUX	O	0			trustpilot-93
+31	to	to	PART	O	0			trustpilot-93
+32	wait	wait	VERB	O	0		v.stative	trustpilot-93
+33	until	until	ADP	O	0			trustpilot-93
+
+1	I	i	PRON	O	0			trustpilot-337
+2	would	would	VERB	O	0			trustpilot-337
+3	reccommend	reccommend	VERB	O	0		v.communication	trustpilot-337
+4	serenata	serenata	NOUN	O	0		n.group	trustpilot-337
+5	to	to	ADP	O	0			trustpilot-337
+6	anyone	anyone	PRON	O	0			trustpilot-337
+7	and	and	CONJ	O	0			trustpilot-337
+8	already	already	ADV	O	0			trustpilot-337
+9	have	have	VERB	O	0		v.communication	trustpilot-337
+10	at	at	ADP	O	0			trustpilot-337
+11	work	work	NOUN	O	0		n.location	trustpilot-337
+12	.	.	PUNCT	O	0			trustpilot-337
+
+1	Found	found	VERB	O	0		v.cognition	trustpilot-113
+2	the	the	DET	O	0			trustpilot-113
+3	clothes	clothes	NOUN	O	0		n.artifact	trustpilot-113
+4	and	and	CONJ	O	0			trustpilot-113
+5	toys	toy	NOUN	O	0		n.artifact	trustpilot-113
+6	to	to	PART	O	0			trustpilot-113
+7	be	be	VERB	O	0		v.stative	trustpilot-113
+8	of	of	ADP	O	0			trustpilot-113
+9	a	a	DET	O	0			trustpilot-113
+10	high	high	ADJ	O	0			trustpilot-113
+11	quality	quality	NOUN	O	0		n.attribute	trustpilot-113
+12	and	and	CONJ	O	0			trustpilot-113
+13	reasonably	reasonably	ADV	O	0			trustpilot-113
+14	priced	priced	ADJ	O	0			trustpilot-113
+15	.	.	PUNCT	O	0			trustpilot-113
+
+1	iI	ii	PRON	O	0			trustpilot-147
+2	ORDERED	order	VERB	O	0		v.communication	trustpilot-147
+3	TWO	two	NUM	O	0			trustpilot-147
+4	PAIRS	pair	NOUN	O	0		n.artifact	trustpilot-147
+5	AS	as	CONJ	O	0			trustpilot-147
+6	I	i	PRON	O	0			trustpilot-147
+7	HAVE	have	AUX	O	0			trustpilot-147
+8	HAD	have	VERB	O	0		v.contact	trustpilot-147
+9	THEM	them	PRON	O	0			trustpilot-147
+10	FROM	from	ADP	O	0			trustpilot-147
+11	SPECKY	specky	PROPN	B	0		n.group	trustpilot-147
+12	FOUR	four	NOUN	I	11			trustpilot-147
+13	BEFORE	before	ADV	O	0			trustpilot-147
+14	BUT	but	CONJ	O	0			trustpilot-147
+15	THEY	they	PRON	O	0			trustpilot-147
+16	GOT	get	VERB	O	0		v.stative	trustpilot-147
+17	LOST	lost	ADJ	O	0			trustpilot-147
+18	IN	in	ADP	O	0			trustpilot-147
+19	THE	the	DET	O	0			trustpilot-147
+20	POST	post	PROPN	O	0		n.act	trustpilot-147
+21	CONTACTED	contact	VERB	O	0		v.communication	trustpilot-147
+22	SPECKY	specky	PROPN	B	0		n.group	trustpilot-147
+23	FOUR	four	NOUN	I	22			trustpilot-147
+24	EYES	eyes	NOUN	I	23			trustpilot-147
+25	AND	and	CONJ	O	0			trustpilot-147
+26	THEY	they	PRON	O	0			trustpilot-147
+27	SENT	send	VERB	O	0		v.motion	trustpilot-147
+28	TWO	two	NUM	O	0			trustpilot-147
+29	NEW	new	ADJ	O	0			trustpilot-147
+30	PAIRS	pair	NOUN	O	0		n.artifact	trustpilot-147
+31	WHICH	which	PRON	O	0			trustpilot-147
+32	I	i	PRON	O	0			trustpilot-147
+33	RECIEVED	recieved	VERB	O	0		v.contact	trustpilot-147
+34	WITHIN	within	ADP	O	0			trustpilot-147
+35	0	0	NUM	O	0			trustpilot-147
+36	DAYS	days	NOUN	O	0		n.time	trustpilot-147
+37	SO	so	CONJ	O	0			trustpilot-147
+38	EXCELLENT	excellent	ADJ	O	0			trustpilot-147
+39	SERVICE	service	NOUN	O	0		n.act	trustpilot-147
+40	AND	and	CONJ	O	0			trustpilot-147
+41	WILL	will	AUX	O	0			trustpilot-147
+42	CERTAINLY	certainly	ADV	O	0			trustpilot-147
+43	USE	use	VERB	O	0		v.stative	trustpilot-147
+44	AGAIN	again	ADV	O	0			trustpilot-147
+
+1	Their	their	DET	O	0			trustpilot-107
+2	website	website	NOUN	O	0		n.communication	trustpilot-107
+3	is	be	VERB	O	0		v.stative	trustpilot-107
+4	very	very	ADV	O	0			trustpilot-107
+5	easy	easy	ADJ	O	0			trustpilot-107
+6	to	to	PART	O	0			trustpilot-107
+7	follow	follow	VERB	O	0		v.cognition	trustpilot-107
+8	and	and	CONJ	O	0			trustpilot-107
+9	they	they	PRON	O	0			trustpilot-107
+10	offer	offer	VERB	O	0		v.communication	trustpilot-107
+11	a	a	DET	O	0			trustpilot-107
+12	useful	useful	ADJ	O	0			trustpilot-107
+13	reminder	reminder	NOUN	B	0		n.communication	trustpilot-107
+14	service	service	NOUN	I	13			trustpilot-107
+15	for	for	ADP	O	0			trustpilot-107
+16	when	when	ADV	O	0			trustpilot-107
+17	a	a	DET	O	0			trustpilot-107
+18	prescription	prescription	NOUN	O	0		n.communication	trustpilot-107
+19	is	be	VERB	O	0		v.stative	trustpilot-107
+20	due	due	ADJ	O	0			trustpilot-107
+21	for	for	ADP	O	0			trustpilot-107
+22	renewal	renewal	NOUN	O	0		n.act	trustpilot-107
+23	.	.	PUNCT	O	0			trustpilot-107
+
+1	Would	would	VERB	O	0			trustpilot-78
+2	recommend	recommend	VERB	O	0		v.communication	trustpilot-78
+3	the	the	DET	O	0			trustpilot-78
+4	Modelrailwayloft	modelrailwayloft	PROPN	O	0		n.group	trustpilot-78
+5	to	to	ADP	O	0			trustpilot-78
+6	anyone	anyone	PRON	O	0			trustpilot-78
+7	interested	interested	ADJ	O	0			trustpilot-78
+8	in	in	ADP	O	0			trustpilot-78
+9	the	the	DET	O	0			trustpilot-78
+10	hobby	hobby	NOUN	O	0		n.act	trustpilot-78
+11	of	of	ADP	O	0			trustpilot-78
+12	model	model	NOUN	B	0		n.artifact	trustpilot-78
+13	railways	railway	NOUN	I	12			trustpilot-78
+14	.	.	PUNCT	O	0			trustpilot-78
+
+1	Used	use	VERB	O	0		v.change	trustpilot-304
+2	a	a	DET	O	0			trustpilot-304
+3	voucher	voucher	NOUN	B	0		n.possession	trustpilot-304
+4	code	code	NOUN	I	3			trustpilot-304
+5	from	from	ADP	O	0			trustpilot-304
+6	mighty	mighty	ADJ	B	0		n.group	trustpilot-304
+7	deals	deal	NOUN	I	6			trustpilot-304
+8	"£	"£	PUNCT	B	0		n.quantity	trustpilot-304
+9	00	00	NUM	I	8			trustpilot-304
+10	worth	worth	NOUN	I	9			trustpilot-304
+11	of	of	ADP	O	0			trustpilot-304
+12	flowers	flower	NOUN	O	0		n.plant	trustpilot-304
+13	for	for	ADP	O	0			trustpilot-304
+14	£	£	X	O	0			trustpilot-304
+15	00	00	NUM	O	0			trustpilot-304
+16	"	"	PUNCT	O	0			trustpilot-304
+
+1	Cold	cold	ADJ	O	0			tweebank.34
+2	,	,	PUNCT	O	0			tweebank.34
+3	raining	rain	VERB	O	0		v.weather	tweebank.34
+4	,	,	PUNCT	O	0			tweebank.34
+5	dark	dark	ADJ	O	0			tweebank.34
+6	early	early	ADV	O	0			tweebank.34
+7	.	.	PUNCT	O	0			tweebank.34
+8	You	you	PRON	O	0			tweebank.34
+9	'd	'd	AUX	O	0			tweebank.34
+10	think	think	VERB	O	0		v.cognition	tweebank.34
+11	it	it	PRON	O	0			tweebank.34
+12	was	be	VERB	O	0		v.stative	tweebank.34
+13	November	november	PROPN	O	0		n.event	tweebank.34
+14	not	not	PART	O	0			tweebank.34
+15	August	august	PROPN	B	0		n.event	tweebank.34
+16	bank	bank	NOUN	I	15			tweebank.34
+17	holiday	holiday	NOUN	I	16			tweebank.34
+18	weekend	weekend	NOUN	I	17			tweebank.34
+
+1	I	i	PRON	O	0			trustpilot-105
+2	was	be	AUX	O	0			trustpilot-105
+3	kept	keep	VERB	O	0		v.stative	trustpilot-105
+4	informed	informed	ADJ	O	0			trustpilot-105
+5	when	when	ADV	O	0			trustpilot-105
+6	the	the	DET	O	0			trustpilot-105
+7	delivery	delivery	NOUN	O	0		n.act	trustpilot-105
+8	would	would	VERB	O	0			trustpilot-105
+9	be	be	VERB	O	0		v.stative	trustpilot-105
+10	(	(	PUNCT	O	0			trustpilot-105
+11	free	free	ADJ	O	0			trustpilot-105
+12	delivery	delivery	NOUN	O	0		n.act	trustpilot-105
+13	too	too	ADV	O	0			trustpilot-105
+14	)	)	PUNCT	O	0			trustpilot-105
+15	and	and	CONJ	O	0			trustpilot-105
+16	they	they	PRON	O	0			trustpilot-105
+17	were	be	VERB	O	0		v.stative	trustpilot-105
+18	on	on	ADP	B	0		n.time	trustpilot-105
+19	time	time	NOUN	I	18			trustpilot-105
+20	...	...	PUNCT	O	0			trustpilot-105
+21	which	which	PRON	O	0			trustpilot-105
+22	is	be	VERB	O	0		v.stative	trustpilot-105
+23	always	always	ADV	O	0			trustpilot-105
+24	a	a	DET	O	0			trustpilot-105
+25	bonus	bonus	NOUN	O	0		n.feeling	trustpilot-105
+26	.	.	PUNCT	O	0			trustpilot-105
+
+1	Video	video	NOUN	B	0		n.communication	tweebank.466
+2	Lesson	lesson	NOUN	I	1			tweebank.466
+3	of	of	ADP	O	0			tweebank.466
+4	the	the	DET	O	0			tweebank.466
+5	Week	week	NOUN	O	0		n.time	tweebank.466
+6	:	:	PUNCT	O	0			tweebank.466
+7	Over	over	ADP	B	0		n.communication	tweebank.466
+8	Troubled	troubled	ADJ	I	7			tweebank.466
+9	Waters	waters	NOUN	I	8			tweebank.466
+10	http://ow.ly/2ZX1T	URL	X	O	0			tweebank.466
+
+1	@D_Fikes	@USER	X	O	0			tweebank.308
+2	I	i	PRON	O	0			tweebank.308
+3	miss	miss	VERB	O	0		v.emotion	tweebank.308
+4	Fiko	fiko	PROPN	O	0		n.person	tweebank.308
+5	..	..	PUNCT	O	0			tweebank.308
+
+1	Easy	easy	ADV	O	0			trustpilot-111
+2	to	to	PART	O	0			trustpilot-111
+3	fit	fit	VERB	O	0		v.contact	trustpilot-111
+4	and	and	CONJ	O	0			trustpilot-111
+5	look	look	VERB	O	0		v.perception	trustpilot-111
+6	just	just	ADV	O	0			trustpilot-111
+7	beautiful	beautiful	ADJ	O	0			trustpilot-111
+8	.	.	PUNCT	O	0			trustpilot-111
+
+1	Needs	need	VERB	O	0		v.stative	tweebank.446
+2	to	to	PART	O	0			tweebank.446
+3	focus	focus	VERB	O	0		v.cognition	tweebank.446
+4	NOW	now	ADV	O	0			tweebank.446
+5	.	.	PUNCT	O	0			tweebank.446
+
+1	Ordering	order	VERB	O	0		v.communication	tweebank.346
+2	,	,	PUNCT	O	0			tweebank.346
+3	pizza	pizza	NOUN	O	0		n.food	tweebank.346
+4	(:	EMOTICON	X	O	0			tweebank.346
+5	yumm	yumm	INTJ	O	0			tweebank.346
+6	..	..	PUNCT	O	0			tweebank.346
+7	:DD	EMOTICON	X	O	0			tweebank.346
+8	starved	starved	ADJ	O	0			tweebank.346
+9	..	..	PUNCT	O	0			tweebank.346
+
+1	RT	rt	X	O	0			tweebank.420
+2	@basilBronson	@USER	X	O	0			tweebank.420
+3	:	:	X	O	0			tweebank.420
+4	somebody	somebody	NOUN	O	0			tweebank.420
+5	should	should	AUX	O	0			tweebank.420
+6	text	text	VERB	O	0		v.communication	tweebank.420
+7	me	me	PRON	O	0			tweebank.420
+8	:)	EMOTICON	X	O	0			tweebank.420
+
+1	I	i	PRON	O	0			trustpilot-127
+2	will	will	AUX	O	0			trustpilot-127
+3	be	be	AUX	O	0			trustpilot-127
+4	using	use	VERB	O	0		v.change	trustpilot-127
+5	their	their	DET	O	0			trustpilot-127
+6	services	services	NOUN	O	0		n.act	trustpilot-127
+7	again	again	ADV	O	0			trustpilot-127
+8	in	in	ADP	O	0			trustpilot-127
+9	the	the	DET	O	0			trustpilot-127
+10	future	future	NOUN	O	0		n.time	trustpilot-127
+11	.	.	PUNCT	O	0			trustpilot-127
+
+1	When	when	CONJ	O	0			trustpilot-61
+2	the	the	DET	O	0			trustpilot-61
+3	TV	tv	NOUN	O	0		n.artifact	trustpilot-61
+4	was	be	AUX	O	0			trustpilot-61
+5	switched	switch	VERB	B	0		v.change	trustpilot-61
+6	on	on	PART	I	5			trustpilot-61
+7	it	it	PRON	O	0			trustpilot-61
+8	was	be	VERB	O	0		v.stative	trustpilot-61
+9	faulty	faulty	ADJ	O	0			trustpilot-61
+10	and	and	CONJ	O	0			trustpilot-61
+11	was	be	AUX	O	0			trustpilot-61
+12	showing	show	VERB	O	0		v.perception	trustpilot-61
+13	a	a	DET	O	0			trustpilot-61
+14	small	small	ADJ	O	0			trustpilot-61
+15	dark	dark	ADJ	O	0			trustpilot-61
+16	line	line	NOUN	O	0		n.attribute	trustpilot-61
+17	on	on	ADP	O	0			trustpilot-61
+18	the	the	DET	O	0			trustpilot-61
+19	screen	screen	NOUN	O	0		n.artifact	trustpilot-61
+20	.	.	PUNCT	O	0			trustpilot-61
+
+1	@Korentine_	@USER	X	O	0			tweebank.26
+2	Omg	omg	INTJ	O	0			tweebank.26
+3	Luke	luke	PROPN	O	0		n.person	tweebank.26
+4	you	you	PRON	O	0			tweebank.26
+5	need	need	VERB	O	0			tweebank.26
+6	to	to	PART	O	0			tweebank.26
+7	watch	watch	VERB	O	0		v.perception	tweebank.26
+8	remember	remember	VERB	B	0			tweebank.26
+9	me	me	PRON	I	8			tweebank.26
+10	.	.	PUNCT	O	0			tweebank.26
+11	I	i	PRON	O	0			tweebank.26
+12	literally	literally	ADV	O	0			tweebank.26
+13	was	be	AUX	O	0			tweebank.26
+14	balling	ball	VERB	O	0		v.emotion	tweebank.26
+15	.	.	PUNCT	O	0			tweebank.26
+16	You	you	PRON	O	0			tweebank.26
+17	'd	'd	AUX	O	0			tweebank.26
+18	love	love	VERB	O	0		v.emotion	tweebank.26
+19	it	it	PRON	O	0			tweebank.26
+20	.	.	PUNCT	O	0			tweebank.26
+
+1	Maybe	maybe	ADV	O	0			ted.iwslt.129.9
+2	this	this	PRON	O	0			ted.iwslt.129.9
+3	is	be	VERB	O	0		v.stative	ted.iwslt.129.9
+4	a	a	DET	O	0			ted.iwslt.129.9
+5	kind	kind	NOUN	B	0			ted.iwslt.129.9
+6	of	of	ADP	I	5			ted.iwslt.129.9
+7	an	an	DET	O	0			ted.iwslt.129.9
+8	artificial	artificial	NOUN	O	0			ted.iwslt.129.9
+9	way	way	NOUN	O	0		n.cognition	ted.iwslt.129.9
+10	to	to	PART	O	0			ted.iwslt.129.9
+11	read	read	VERB	O	0		v.cognition	ted.iwslt.129.9
+12	an	an	DET	O	0			ted.iwslt.129.9
+13	e-book	e-book	NOUN	O	0		n.artifact	ted.iwslt.129.9
+14	.	.	PUNCT	O	0			ted.iwslt.129.9
+
+1	For	for	ADP	O	0			trustpilot-63
+2	an	an	DET	O	0			trustpilot-63
+3	additional	additional	ADJ	O	0			trustpilot-63
+4	and	and	CONJ	O	0			trustpilot-63
+5	very	very	ADV	O	0			trustpilot-63
+6	reasonable	reasonable	ADJ	O	0			trustpilot-63
+7	£	£	X	O	0			trustpilot-63
+8	00	00	NUM	O	0			trustpilot-63
+9	our	our	DET	O	0			trustpilot-63
+10	car	car	NOUN	O	0		n.artifact	trustpilot-63
+11	was	be	AUX	O	0			trustpilot-63
+12	returned	return	VERB	O	0		v.motion	trustpilot-63
+13	,	,	PUNCT	O	0			trustpilot-63
+14	equally	equally	ADV	O	0			trustpilot-63
+15	efficiently	efficiently	ADV	O	0			trustpilot-63
+16	ten	ten	NUM	O	0			trustpilot-63
+17	minutes	minutes	NOUN	O	0		n.time	trustpilot-63
+18	after	after	ADP	O	0			trustpilot-63
+19	we	we	PRON	O	0			trustpilot-63
+20	had	have	AUX	O	0			trustpilot-63
+21	telephoned	telephone	VERB	O	0		v.communication	trustpilot-63
+22	.	.	PUNCT	O	0			trustpilot-63
+
+1	So	so	ADV	O	0			ted.iwslt.1353.9
+2	I	i	PRON	O	0			ted.iwslt.1353.9
+3	wanted	want	VERB	O	0		v.emotion	ted.iwslt.1353.9
+4	to	to	PART	O	0			ted.iwslt.1353.9
+5	create	create	VERB	O	0		v.creation	ted.iwslt.1353.9
+6	something	something	NOUN	O	0			ted.iwslt.1353.9
+7	different	different	ADJ	O	0			ted.iwslt.1353.9
+8	,	,	PUNCT	O	0			ted.iwslt.1353.9
+9	something	something	NOUN	O	0			ted.iwslt.1353.9
+10	where	where	ADV	O	0			ted.iwslt.1353.9
+11	the	the	DET	O	0			ted.iwslt.1353.9
+12	process	process	NOUN	O	0		n.act	ted.iwslt.1353.9
+13	starts	start	VERB	O	0		v.change	ted.iwslt.1353.9
+14	when	when	ADV	O	0			ted.iwslt.1353.9
+15	you	you	PRON	O	0			ted.iwslt.1353.9
+16	press	press	NOUN	O	0			ted.iwslt.1353.9
+17	the	the	DET	O	0			ted.iwslt.1353.9
+18	trigger	trigger	NOUN	O	0		n.artifact	ted.iwslt.1353.9
+19	.	.	PUNCT	O	0			ted.iwslt.1353.9
+
+1	Instead	instead	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+2	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+3	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+4	have	have	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+5	progressed	progress	VERB	O	0		v.change	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+6	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+7	and	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+8	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+9	am	be	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+10	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+11	today	today	NOUN	O	0		n.time	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+12	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+13	launching	launch	VERB	O	0		v.social	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+14	a	a	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+15	brand	brand	ADV	B	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+16	new	new	ADJ	I	15			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+17	analog	analog	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+18	teaching	teaching	NOUN	B	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+19	technology	technology	NOUN	I	18			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+20	that	that	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+21	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+22	picked	pick	VERB	B	0		v.contact	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+23	up	up	ADP	I	22			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+24	from	from	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+25	IKEA	ikea	PROPN	O	0		n.group	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+26	:	:	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+27	this	this	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+28	box	box	NOUN	O	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.3
+29	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.3
+
+1	@adamkotsko	@USER	X	O	0			tweebank.492
+2	nice	nice	ADJ	O	0			tweebank.492
+3	!	!	PUNCT	O	0			tweebank.492
+
+1	@PrettyNpaidCEO	@USER	X	O	0			tweebank.20
+2	right	right	INTJ	O	0			tweebank.20
+3	..	..	PUNCT	O	0			tweebank.20
+
+1	I	i	PRON	O	0			trustpilot-306
+2	was	be	VERB	O	0		v.stative	trustpilot-306
+3	amazed	amazed	ADJ	O	0			trustpilot-306
+4	that	that	CONJ	O	0			trustpilot-306
+5	they	they	PRON	O	0			trustpilot-306
+6	actually	actually	ADV	O	0			trustpilot-306
+7	delivered	deliver	VERB	O	0		v.motion	trustpilot-306
+8	my	my	DET	O	0			trustpilot-306
+9	car	car	NOUN	O	0		n.artifact	trustpilot-306
+10	back	back	ADV	O	0			trustpilot-306
+11	home	home	ADV	O	0			trustpilot-306
+12	after	after	ADP	O	0			trustpilot-306
+13	the	the	DET	O	0			trustpilot-306
+14	entire	entire	ADJ	O	0			trustpilot-306
+15	servicing	servicing	NOUN	O	0		n.act	trustpilot-306
+16	was	be	AUX	O	0			trustpilot-306
+17	completed	complete	VERB	O	0		v.change	trustpilot-306
+18	.	.	PUNCT	O	0			trustpilot-306
+
+1	@AdorableJustinB	@USER	X	O	0			tweebank.41
+2	CONGRATS	congrats	INTJ	O	0			tweebank.41
+3	!!!	!!!	PUNCT	O	0			tweebank.41
+4	FREDO	fredo	PROPN	O	0		n.person	tweebank.41
+5	NOTICED	notice	VERB	O	0		v.perception	tweebank.41
+6	YOU	you	PRON	O	0			tweebank.41
+7	!!	!!	PUNCT	O	0			tweebank.41
+8	please	please	VERB	O	0		v.emotion	tweebank.41
+9	help	help	VERB	O	0		v.social	tweebank.41
+10	me	me	PRON	O	0			tweebank.41
+11	get	get	AUX	O	0			tweebank.41
+12	noticed	notice	VERB	O	0		v.perception	tweebank.41
+13	.	.	PUNCT	O	0			tweebank.41
+14	:P	EMOTICON	X	O	0			tweebank.41
+
+1	And	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+2	my	my	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+3	childhood	childhood	NOUN	O	0		n.event	ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+4	is	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+5	more	more	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+6	hick	hick	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+7	than	than	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+8	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+9	could	could	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+10	ever	ever	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+11	possibly	possibly	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+12	relate	relate	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+13	to	to	PART	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+14	you	you	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+15	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+16	and	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+17	also	also	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+18	more	more	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+19	intellectual	intellectual	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+20	than	than	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+21	you	you	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+22	would	would	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+23	ever	ever	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+24	expect	expect	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+25	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+
+1	Stupid	stupid	ADJ	O	0			tweebank.47
+2	Kilkenny	kilkenny	PROPN	O	0		n.person	tweebank.47
+3	did	do	AUX	O	0			tweebank.47
+4	n't	n't	PART	O	0			tweebank.47
+5	get	get	VERB	B	0			tweebank.47
+6	to	to	PART	I	5			tweebank.47
+7	meet	meet	VERB	O	0		v.social	tweebank.47
+8	@Royseven	@USER	X	O	0			tweebank.47
+9	:/	EMOTICON	X	O	0			tweebank.47
+
+1	So	so	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+2	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+3	global	global	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+4	economy	economy	NOUN	O	0		n.cognition	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+5	is	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+6	becoming	become	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+7	a	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+8	place	place	NOUN	O	0		n.location	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+9	where	where	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+10	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+11	are	be	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+12	more	more	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+13	successful	successful	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+14	than	than	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+15	men	men	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+16	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+17	believe	believe	VERB	O	0		v.cognition	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+18	it	it	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+19	or	or	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+20	not	not	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+21	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+22	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+23	these	these	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+24	economic	economic	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+25	changes	change	NOUN	O	0		n.event	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+26	are	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+27	starting	start	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+28	to	to	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+29	rapidly	rapidly	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+30	affect	affect	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+31	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+32	culture	culture	NOUN	O	0		n.cognition	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+33	--	--	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+34	what	what	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+35	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+36	romantic	romantic	ADJ	B	0		n.communication	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+37	comedies	comedy	NOUN	I	36			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+38	look	look	VERB	B	0		v.perception	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+39	like	like	ADJ	I	38			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+40	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+41	what	what	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+42	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+43	marriages	marriage	NOUN	O	0		n.state	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+44	look	look	VERB	B	0		v.perception	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+45	like	like	ADJ	I	44			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+46	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+47	what	what	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+48	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+49	dating	date	VERB	O	0		v.social	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+50	lives	life	NOUN	O	0		n.state	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+51	look	look	VERB	B	0		v.perception	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+52	like	like	ADP	I	51			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+53	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+54	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+55	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+56	new	new	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+57	set	set	NOUN	O	0		n.group	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+58	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+59	superheroes	superheroes	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+60	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+
+1	[	[	PUNCT	O	0			trustpilot-5
+2	Name	name	NOUN	O	0			trustpilot-5
+3	]	]	PUNCT	O	0			trustpilot-5
+4	O	o	NOUN	O	0			trustpilot-5
+5	/	/	PUNCT	O	0			trustpilot-5
+6	T	t	NOUN	O	0			trustpilot-5
+7	:	:	PUNCT	O	0			trustpilot-5
+8	I	i	PRON	O	0			trustpilot-5
+9	am	be	VERB	O	0		v.stative	trustpilot-5
+10	very	very	ADV	O	0			trustpilot-5
+11	sorry	sorry	ADJ	O	0			trustpilot-5
+12	,	,	PUNCT	O	0			trustpilot-5
+13	Do	do	AUX	O	0			trustpilot-5
+14	you	you	PRON	O	0			trustpilot-5
+15	have	have	VERB	O	0		v.stative	trustpilot-5
+16	an	an	DET	O	0			trustpilot-5
+17	order	order	NOUN	B	0		n.communication	trustpilot-5
+18	number	number	NOUN	I	17			trustpilot-5
+19	?	?	PUNCT	O	0			trustpilot-5
+
+1	@malamucha22	@USER	X	O	0			tweebank.296
+2	@MsLockallhearts	@USER	X	O	0			tweebank.296
+3	they	they	PRON	O	0			tweebank.296
+4	had	have	VERB	O	0		v.stative	tweebank.296
+5	their	their	PRON	O	0			tweebank.296
+6	fun	fun	NOUN	O	0		n.act	tweebank.296
+7	,	,	PUNCT	O	0			tweebank.296
+8	we	we	PRON	O	0			tweebank.296
+9	hd	hd	VERB	O	0		v.stative	tweebank.296
+10	ours	ours	PRON	O	0			tweebank.296
+11	!	!	PUNCT	O	0			tweebank.296
+12	;)	EMOTICON	X	O	0			tweebank.296
+13	lmaooo	lmaooo	INTJ	O	0			tweebank.296
+
+1	@JoshMiami	@USER	X	O	0			tweebank.482
+2	I	i	PRON	O	0			tweebank.482
+3	'm	'm	VERB	O	0		v.stative	tweebank.482
+4	off	off	ADJ	O	0			tweebank.482
+5	Thursday	thursday	PROPN	O	0		n.time	tweebank.482
+6	.	.	PUNCT	O	0			tweebank.482
+7	Is	be	VERB	O	0		v.stative	tweebank.482
+8	that	that	PRON	O	0			tweebank.482
+9	good	good	ADJ	O	0			tweebank.482
+10	for	for	ADP	O	0			tweebank.482
+11	you	you	PRON	O	0			tweebank.482
+12	?	?	PUNCT	O	0			tweebank.482
+
+1	And	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+2	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+3	tried	try	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+4	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+5	as	as	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+6	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+7	child	child	NOUN	O	0		n.person	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+8	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+9	as	as	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+10	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+11	teenager	teenager	NOUN	O	0		n.person	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+12	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+13	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+14	read	read	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+15	philosophy	philosophy	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+16	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+17	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+18	get	get	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+19	involved	involve	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+20	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+21	art	art	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+22	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+23	religion	religion	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+24	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+25	many	many	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+26	other	other	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+27	ways	ways	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+28	that	that	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+29	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+30	could	could	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+31	see	see	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+32	as	as	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+33	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+34	possible	possible	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+35	answer	answer	NOUN	O	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+36	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+37	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+38	question	question	NOUN	O	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+39	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+
+1	Happy	happy	ADJ	B	0			tweebank.164
+2	Valentine	valentine	PROPN	I	1			tweebank.164
+3	's	's	PART	I	2			tweebank.164
+4	Day	day	NOUN	I	3			tweebank.164
+5	!	!	PUNCT	O	0			tweebank.164
+6	♥	EMOTICON	X	O	0			tweebank.164
+
+1	Yet	yet	ADV	O	0			trustpilot-37
+2	again	again	ADV	O	0			trustpilot-37
+3	good	good	ADJ	O	0			trustpilot-37
+4	service	service	NOUN	O	0		n.act	trustpilot-37
+5	from	from	ADP	O	0			trustpilot-37
+6	Market	market	NOUN	B	0		n.group	trustpilot-37
+7	Cross	cross	NOUN	I	6			trustpilot-37
+8	.	.	PUNCT	O	0			trustpilot-37
+
+1	She	she	PRON	O	0			trustpilot-335
+2	has	have	VERB	O	0		v.stative	trustpilot-335
+3	the	the	DET	O	0			trustpilot-335
+4	ability	ability	NOUN	O	0		n.attribute	trustpilot-335
+5	to	to	PART	O	0			trustpilot-335
+6	to	to	PART	O	0			trustpilot-335
+7	make	make	VERB	B	0		v.creation	trustpilot-335
+8	you	you	PRON	o	0			trustpilot-335
+9	feel	feel	VERB	I	7			trustpilot-335
+10	confidant	confidant	ADJ	O	0			trustpilot-335
+11	about	about	ADP	O	0			trustpilot-335
+12	your	your	DET	O	0			trustpilot-335
+13	work	work	NOUN	O	0		n.act	trustpilot-335
+14	as	as	ADP	O	0			trustpilot-335
+15	well	well	ADV	O	0			trustpilot-335
+16	as	as	ADP	O	0			trustpilot-335
+17	being	be	VERB	B	0			trustpilot-335
+18	able	able	ADJ	I	17			trustpilot-335
+19	to	to	PART	I	18			trustpilot-335
+20	criticise	criticise	VERB	O	0		v.communication	trustpilot-335
+21	your	your	DET	O	0			trustpilot-335
+22	work	work	NOUN	O	0		n.act	trustpilot-335
+23	but	but	CONJ	O	0			trustpilot-335
+24	also	also	ADV	O	0			trustpilot-335
+25	advise	advise	VERB	O	0		v.communication	trustpilot-335
+26	you	you	PRON	O	0			trustpilot-335
+27	on	on	ADP	O	0			trustpilot-335
+28	how	how	ADV	O	0			trustpilot-335
+29	you	you	PRON	O	0			trustpilot-335
+30	can	can	AUX	O	0			trustpilot-335
+31	do	do	VERB	O	0		v.change	trustpilot-335
+32	better	better	ADV	O	0			trustpilot-335
+33	.	.	PUNCT	O	0			trustpilot-335
+
+1	#TV	#tv	X	O	0			tweebank.150
+2	TV	tv	NOUN	B	0			tweebank.150
+3	Review	review	NOUN	I	2			tweebank.150
+4	:	:	PUNCT	O	0			tweebank.150
+5	Charlie	charlie	PROPN	B	0		n.person	tweebank.150
+6	Sheen	sheen	PROPN	I	5			tweebank.150
+7	rushed	rush	VERB	O	0		v.motion	tweebank.150
+8	to	to	ADP	O	0			tweebank.150
+9	hospital	hospital	NOUN	O	0		n.artifact	tweebank.150
+10	http://dlvr.it/FF1cl	URL	X	O	0			tweebank.150
+
+1	ON	on	ADP	B	0			tweebank.347
+2	AIR	air	NOUN	I	1			tweebank.347
+3	:	:	PUNCT	O	0			tweebank.347
+4	FeyDer	feyder	PROPN	O	0		n.person	tweebank.347
+5	-	-	PUNCT	O	0			tweebank.347
+6	20	NUMBER	NUM	B	0		n.communication	tweebank.347
+7	Killa	killa	PROPN	I	6			tweebank.347
+8	Choons	choons	PROPN	I	7			tweebank.347
+9	Mix	mix	PROPN	I	8			tweebank.347
+10	#Psych0Radio	#psych0radio	X	O	0			tweebank.347
+
+1	My	my	PRON	O	0			tweebank.16
+2	lady	lady	NOUN	O	0		n.person	tweebank.16
+3	on	on	ADP	O	0			tweebank.16
+4	her	her	PRON	O	0			tweebank.16
+5	Marilyn	marilyn	PROPN	O	0		n.artifact	tweebank.16
+6	http://t.co/QZgFaK84	URL	X	O	0			tweebank.16
+
+1	Nigguhs	nigguhs	NOUN	O	0		n.person	tweebank.70
+2	Heard	hear	VERB	O	0		v.perception	tweebank.70
+3	I	i	PRON	O	0			tweebank.70
+4	m	m	VERB	O	0		v.stative	tweebank.70
+5	Gettin	gettin	VERB	O	0		v.change	tweebank.70
+6	Money	money	NOUN	O	0		n.possession	tweebank.70
+7	So	so	SCONJ	O	0			tweebank.70
+8	Now	now	ADV	O	0			tweebank.70
+9	Dey	dey	PRON	O	0			tweebank.70
+10	Creepin	creepin	VERB	B	0		v.social	tweebank.70
+11	Thru	thru	ADP	I	10			tweebank.70
+12	..	..	PUNCT	O	0			tweebank.70
+
+1	@Virg1877	@USER	X	O	0			tweebank.264
+2	I	i	PRON	O	0			tweebank.264
+3	'M	'm	VERB	O	0		v.stative	tweebank.264
+4	on	on	ADP	O	0			tweebank.264
+5	east	east	ADJ	B	0		n.location	tweebank.264
+6	coast	coast	NOUN	I	5			tweebank.264
+7	and	and	CONJ	O	0			tweebank.264
+8	thei	thei	PRON	O	0			tweebank.264
+9	r	r	VERB	O	0		v.stative	tweebank.264
+10	on	on	ADP	O	0			tweebank.264
+11	.	.	PUNCT	O	0			tweebank.264
+12	do	do	AUX	O	0			tweebank.264
+13	n't	n't	PART	O	0			tweebank.264
+14	know	know	VERB	O	0		v.cognition	tweebank.264
+15	how	how	ADV	O	0			tweebank.264
+16	that	that	PRON	O	0			tweebank.264
+17	works	work	VERB	O	0		v.cognition	tweebank.264
+18	live	live	VERB	O	0		v.stative	tweebank.264
+19	in	in	ADP	O	0			tweebank.264
+20	CA	ca	PROPN	O	0		n.location	tweebank.264
+21	.?	.?	PUNCT	O	0			tweebank.264
+22	WITWIAL	witwial	X	O	0			tweebank.264
+
+1	i	i	PRON	O	0			tweebank.185
+2	really	really	ADV	O	0			tweebank.185
+3	hate	hate	VERB	O	0		v.emotion	tweebank.185
+4	hearing	hear	VERB	O	0		v.perception	tweebank.185
+5	about	about	ADP	O	0			tweebank.185
+6	deadbeat	deadbeat	ADJ	O	0			tweebank.185
+7	moms	mom	NOUN	O	0		n.person	tweebank.185
+8	!!!	!!!	PUNCT	O	0			tweebank.185
+
+1	@itzayanaa_	@USER	X	O	0			tweebank.151
+2	okay	okay	INTJ	O	0			tweebank.151
+3	?	?	PUNCT	O	0			tweebank.151
+
+1	I	i	PRON	O	0			ted.iwslt.1161.9
+2	mean	mean	VERB	O	0		v.cognition	ted.iwslt.1161.9
+3	,	,	PUNCT	O	0			ted.iwslt.1161.9
+4	what	what	PRON	O	0			ted.iwslt.1161.9
+5	am	be	AUX	O	0			ted.iwslt.1161.9
+6	I	i	PRON	O	0			ted.iwslt.1161.9
+7	going	go	VERB	B	0			ted.iwslt.1161.9
+8	to	to	PART	I	7			ted.iwslt.1161.9
+9	find	find	VERB	O	0		v.cognition	ted.iwslt.1161.9
+10	today	today	NOUN	O	0		n.time	ted.iwslt.1161.9
+11	?	?	PUNCT	O	0			ted.iwslt.1161.9
+
+1	@georgiameramo	@USER	X	O	0			tweebank.5
+2	how	how	ADV	O	0			tweebank.5
+3	was	be	VERB	O	0		v.stative	tweebank.5
+4	paris	paris	PROPN	O	0		n.location	tweebank.5
+5	!?	!?	PUNCT	O	0			tweebank.5
+6	Xx	EMOTICON	X	O	0			tweebank.5
+
+1	Bought	buy	VERB	O	0		v.possession	trustpilot-322
+2	a	a	DET	O	0			trustpilot-322
+3	Ibanez	ibanez	PROPN	B	0		n.artifact	trustpilot-322
+4	AW000	aw000	PROPN	I	3			trustpilot-322
+5	would	would	VERB	O	0			trustpilot-322
+6	have	have	AUX	O	0			trustpilot-322
+7	rated	rate	VERB	O	0		v.communication	trustpilot-322
+8	0	0	NUM	O	0			trustpilot-322
+9	,	,	PUNCT	O	0			trustpilot-322
+10	but	but	CONJ	O	0			trustpilot-322
+11	when	when	ADV	O	0			trustpilot-322
+12	took	take	VERB	O	0		v.contact	trustpilot-322
+13	the	the	DET	O	0			trustpilot-322
+14	guitar	guitar	NOUN	O	0		n.artifact	trustpilot-322
+15	out	out	ADP	O	0			trustpilot-322
+16	the	the	DET	O	0			trustpilot-322
+17	box	box	NOUN	O	0		n.artifact	trustpilot-322
+18	one	one	NOUN	O	0		n.quantity	trustpilot-322
+19	of	of	ADP	O	0			trustpilot-322
+20	the	the	DET	O	0			trustpilot-322
+21	strings	strings	NOUN	O	0		n.artifact	trustpilot-322
+22	had	have	AUX	O	0			trustpilot-322
+23	snapped	snap	VERB	O	0		v.change	trustpilot-322
+24	.	.	PUNCT	O	0			trustpilot-322
+
+1	@Bella_Bijou	@USER	X	O	0			tweebank.105
+2	Kmsl	kmsl	INTJ	O	0			tweebank.105
+3	.	.	PUNCT	O	0			tweebank.105
+4	Leave	leave	VERB	B	0		v.social	tweebank.105
+5	Anna	anna	PROPN	o	0		n.person	tweebank.105
+6	out	out	ADP	I	4			tweebank.105
+7	.	.	PUNCT	O	0			tweebank.105
+8	of	of	ADP	O	0			tweebank.105
+9	this	this	PRON	O	0			tweebank.105
+10	.	.	PUNCT	O	0			tweebank.105
+11	God	god	PROPN	O	0			tweebank.105
+12	I	i	PRON	O	0			tweebank.105
+13	ma	ma	AUX	O	0			tweebank.105
+14	have	have	VERB	B	0			tweebank.105
+15	to	to	PART	I	14			tweebank.105
+16	hear	hear	VERB	O	0		v.perception	tweebank.105
+17	about	about	ADP	O	0			tweebank.105
+18	this	this	PRON	O	0			tweebank.105
+19	all	all	DET	B	0			tweebank.105
+20	week	week	NOUN	I	19			tweebank.105
+21	huh	huh	INTJ	O	0			tweebank.105
+
+1	So	so	ADV	O	0			tweebank.236
+2	supernatural	supernatural	ADJ	O	0			tweebank.236
+3	.	.	PUNCT	O	0			tweebank.236
+4	Actual	actual	ADJ	O	0			tweebank.236
+5	and	and	CONJ	O	0			tweebank.236
+6	factual	factual	ADJ	O	0			tweebank.236
+7	.	.	PUNCT	O	0			tweebank.236
+8	Unstoppable	unstoppable	ADJ	O	0			tweebank.236
+9	,	,	PUNCT	O	0			tweebank.236
+10	I	i	PRON	O	0			tweebank.236
+11	'm	'm	VERB	O	0		v.stative	tweebank.236
+12	possibly	possibly	ADV	O	0			tweebank.236
+13	the	the	DET	O	0			tweebank.236
+14	illest	ill	ADJ	O	0			tweebank.236
+15	possibility	possibility	NOUN	O	0		n.cognition	tweebank.236
+16	.	.	PUNCT	O	0			tweebank.236
+
+1	I	i	PRON	O	0			trustpilot-309
+2	received	receive	VERB	O	0		v.contact	trustpilot-309
+3	them	them	PRON	O	0			trustpilot-309
+4	really	really	ADV	O	0			trustpilot-309
+5	quickly	quickly	ADV	O	0			trustpilot-309
+6	and	and	CONJ	O	0			trustpilot-309
+7	will	will	AUX	O	0			trustpilot-309
+8	use	use	VERB	O	0		v.stative	trustpilot-309
+9	Healthy	healthy	PROPN	B	0		n.group	trustpilot-309
+10	Supplies	supply	NOUN	I	9			trustpilot-309
+11	again	again	ADV	O	0			trustpilot-309
+12	,	,	PUNCT	O	0			trustpilot-309
+13	really	really	ADV	O	0			trustpilot-309
+14	impressed	impressed	ADJ	O	0			trustpilot-309
+15	.	.	PUNCT	O	0			trustpilot-309
+
+1	The	the	DET	O	0			tweebank.117
+2	weather	weather	NOUN	O	0		n.phenomenon	tweebank.117
+3	outside	outside	ADJ	O	0			tweebank.117
+4	does	do	AUX	O	0			tweebank.117
+5	n't	n't	PART	O	0			tweebank.117
+6	look	look	VERB	O	0		v.perception	tweebank.117
+7	too	too	ADV	O	0			tweebank.117
+8	appealing	appealing	ADJ	O	0			tweebank.117
+9	.	.	PUNCT	O	0			tweebank.117
+
+1	And	and	CONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+2	somebody	somebody	NOUN	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+3	brought	bring	VERB	O	0		v.motion	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+4	a	a	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+5	boyfriend	boyfriend	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+6	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+7	somebody	somebody	NOUN	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+8	a	a	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+9	father	father	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+10	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+
+1	My	my	PRON	O	0			tweebank.25
+2	definition	definition	NOUN	O	0		n.communication	tweebank.25
+3	of	of	ADP	O	0			tweebank.25
+4	a	a	DET	O	0			tweebank.25
+5	hot	hot	ADJ	B	0		n.act	tweebank.25
+6	date	date	NOUN	I	5			tweebank.25
+7	includes	include	VERB	O	0		v.stative	tweebank.25
+8	a	a	DET	O	0			tweebank.25
+9	delicious	delicious	ADJ	O	0			tweebank.25
+10	cup	cup	NOUN	O	0		n.artifact	tweebank.25
+11	of	of	ADP	O	0			tweebank.25
+12	tea	tea	NOUN	O	0		n.food	tweebank.25
+13	,	,	PUNCT	O	0			tweebank.25
+14	a	a	DET	O	0			tweebank.25
+15	really	really	ADV	O	0			tweebank.25
+16	good	good	ADJ	O	0			tweebank.25
+17	book	book	NOUN	O	0		n.communication	tweebank.25
+18	and	and	CONJ	O	0			tweebank.25
+19	cuddling	cuddle	VERB	O	0		v.contact	tweebank.25
+20	by	by	ADP	O	0			tweebank.25
+21	myself	myself	PRON	O	0			tweebank.25
+22	in	in	ADP	O	0			tweebank.25
+23	the	the	DET	O	0			tweebank.25
+24	couch	couch	NOUN	O	0		n.artifact	tweebank.25
+25	.	.	PUNCT	O	0			tweebank.25
+
+1	keep	keep	VERB	B	0			tweebank.321
+2	it	it	PRON	I	1			tweebank.321
+3	#Gangsta	#gangsta	ADJ	I	2			tweebank.321
+
+1	What	what	PRON	O	0			trustpilot-168
+2	a	a	DET	O	0			trustpilot-168
+3	load	load	NOUN	B	0		n.feeling	trustpilot-168
+4	of	of	ADP	I	3			trustpilot-168
+5	cr	cr	NOUN	I	4			trustpilot-168
+6	*	*	NOUN	I	5			trustpilot-168
+7	p	p	NOUN	I	6			trustpilot-168
+8	this	this	DET	O	0			trustpilot-168
+9	scooter	scooter	NOUN	O	0		n.artifact	trustpilot-168
+10	is	be	VERB	O	0		v.stative	trustpilot-168
+11	.	.	PUNCT	O	0			trustpilot-168
+
+1	This	this	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.4
+2	box	box	NOUN	O	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.4
+3	contains	contain	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.4
+4	one	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.4
+5	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.4
+6	people	people	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.4
+7	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.4
+
+1	@_MyHipsDontLie_	@USER	X	O	0			tweebank.13
+2	You	you	PRON	O	0			tweebank.13
+3	would	would	AUX	B	0			tweebank.13
+4	have	have	VERB	I	3			tweebank.13
+5	had	have	VERB	O	0		v.stative	tweebank.13
+6	1,987,001	NUMBER	NUM	O	0			tweebank.13
+7	followers	followers	NOUN	O	0		n.person	tweebank.13
+8	if	if	ADP	O	0			tweebank.13
+9	you	you	PRON	O	0			tweebank.13
+10	did	do	VERB	O	0		v.social	tweebank.13
+11	<3	EMOTICON	X	O	0			tweebank.13
+12	lol	lol	INTJ	O	0			tweebank.13
+
+1	So	so	ADV	O	0			ted.iwslt.1371.3
+2	we	we	PRON	O	0			ted.iwslt.1371.3
+3	're	're	AUX	B	0			ted.iwslt.1371.3
+4	going	go	VERB	I	3			ted.iwslt.1371.3
+5	to	to	PART	I	4			ted.iwslt.1371.3
+6	talk	talk	VERB	O	0		v.communication	ted.iwslt.1371.3
+7	a	a	DET	O	0			ted.iwslt.1371.3
+8	little	little	ADJ	O	0			ted.iwslt.1371.3
+9	bit	bit	NOUN	O	0		n.quantity	ted.iwslt.1371.3
+10	today	today	NOUN	O	0		n.time	ted.iwslt.1371.3
+11	about	about	SCONJ	O	0			ted.iwslt.1371.3
+12	how	how	ADV	O	0			ted.iwslt.1371.3
+13	videos	video	NOUN	O	0		n.communication	ted.iwslt.1371.3
+14	go	go	VERB	O	0		v.change	ted.iwslt.1371.3
+15	viral	viral	ADJ	O	0			ted.iwslt.1371.3
+16	and	and	CONJ	O	0			ted.iwslt.1371.3
+17	then	then	ADV	O	0			ted.iwslt.1371.3
+18	why	why	ADV	O	0			ted.iwslt.1371.3
+19	that	that	SCONJ	O	0			ted.iwslt.1371.3
+20	even	even	ADV	O	0			ted.iwslt.1371.3
+21	matters	matter	NOUN	O	0		n.cognition	ted.iwslt.1371.3
+22	.	.	PUNCT	O	0			ted.iwslt.1371.3
+
+1	3-0	NUMBER	NUM	O	0			tweebank.74
+2	!!	!!	PUNCT	O	0			tweebank.74
+3	Phew	phew	INTJ	O	0			tweebank.74
+4	!!!	!!!	PUNCT	O	0			tweebank.74
+5	Good	good	ADJ	O	0			tweebank.74
+6	no	no	DET	O	0			tweebank.74
+7	TD	td	NOUN	O	0		n.act	tweebank.74
+8	!!!	!!!	PUNCT	O	0			tweebank.74
+9	Go	go	ADJ	O	0			tweebank.74
+10	job	job	NOUN	B	0		n.group	tweebank.74
+11	D	d	NOUN	I	10			tweebank.74
+12	!!!	!!!	PUNCT	O	0			tweebank.74
+13	#birdgang	#birdgang	X	O	0			tweebank.74
+
+1	A	a	DET	O	0			tweebank.361
+2	nice	nice	ADJ	O	0			tweebank.361
+3	fluffy	fluffy	ADJ	O	0			tweebank.361
+4	pillow	pillow	NOUN	O	0		n.artifact	tweebank.361
+5	sounds	sound	VERB	O	0		v.cognition	tweebank.361
+6	great	great	ADJ	O	0			tweebank.361
+
+1	Women`s	women`s	PROPN	B	0		n.communication	tweebank.145
+2	Health	health	PROPN	I	1			tweebank.145
+3	is	be	VERB	O	0		v.stative	tweebank.145
+4	true	true	ADJ	O	0			tweebank.145
+5	!	!	PUNCT	O	0			tweebank.145
+6	Hurry	hurry	VERB	B	0		v.motion	tweebank.145
+7	up	up	ADP	I	6			tweebank.145
+8	!	!	PUNCT	O	0			tweebank.145
+9	Best	best	ADJ	O	0			tweebank.145
+10	prices	price	NOUN	O	0		n.attribute	tweebank.145
+11	for	for	ADP	O	0			tweebank.145
+12	Gyne-Lotriminor	gyne-lotriminor	PROPN	B	0		n.substance	tweebank.145
+13	Serophene	serophene	PROPN	I	12			tweebank.145
+14	See	see	VERB	O	0		v.perception	tweebank.145
+15	more	more	ADJ	O	0			tweebank.145
+16	http://tinyurl.com/WomenPillsa	URL	X	O	0			tweebank.145
+
+1	enjoys	enjoy	VERB	O	0		v.emotion	tweebank.281
+2	a	a	DET	O	0			tweebank.281
+3	good	good	ADJ	O	0			tweebank.281
+4	Snog	snog	NOUN	O	0		n.body	tweebank.281
+5	at	at	ADP	O	0			tweebank.281
+6	lunchtime	lunchtime	NOUN	O	0		n.event	tweebank.281
+7	.	.	PUNCT	O	0			tweebank.281
+
+1	Just	just	ADV	O	0			trustpilot-142
+2	received	receive	VERB	O	0		v.contact	trustpilot-142
+3	my	my	DET	O	0			trustpilot-142
+4	order	order	NOUN	O	0		n.artifact	trustpilot-142
+5	which	which	PRON	O	0			trustpilot-142
+6	I	i	PRON	O	0			trustpilot-142
+7	ordered	order	VERB	O	0		v.communication	trustpilot-142
+8	0	0	NUM	O	0			trustpilot-142
+9	days	days	NOUN	O	0		n.time	trustpilot-142
+10	ago	ago	ADV	O	0			trustpilot-142
+11	,	,	PUNCT	O	0			trustpilot-142
+12	very	very	ADV	O	0			trustpilot-142
+13	impressed	impressed	ADJ	O	0			trustpilot-142
+14	also	also	ADV	O	0			trustpilot-142
+15	the	the	DET	O	0			trustpilot-142
+16	new	new	ADJ	O	0			trustpilot-142
+17	packaging	packaging	NOUN	O	0		n.substance	trustpilot-142
+18	is	be	VERB	O	0		v.stative	trustpilot-142
+19	a	a	DET	O	0			trustpilot-142
+20	godsend	godsend	NOUN	O	0		n.feeling	trustpilot-142
+21	as	as	CONJ	O	0			trustpilot-142
+22	it	it	PRON	O	0			trustpilot-142
+23	goes	go	VERB	B	0		v.motion	trustpilot-142
+24	through	through	ADP	I	23			trustpilot-142
+25	the	the	DET	O	0			trustpilot-142
+26	letter	letter	NOUN	B	0		n.artifact	trustpilot-142
+27	box	box	NOUN	I	26			trustpilot-142
+28	without	without	ADP	O	0			trustpilot-142
+29	any	any	DET	O	0			trustpilot-142
+30	problems	problem	NOUN	O	0		n.state	trustpilot-142
+31	.	.	PUNCT	O	0			trustpilot-142
+
+1	Wish	wish	VERB	O	0		v.emotion	tweebank.6
+2	I	i	PRON	O	0			tweebank.6
+3	was	be	VERB	O	0		v.stative	tweebank.6
+4	at	at	ADP	O	0			tweebank.6
+5	odd	odd	PROPN	B	0		n.event	tweebank.6
+6	future	future	PROPN	I	5			tweebank.6
+7	rn	rn	ADV	I	6			tweebank.6
+8			SYM	O	0			tweebank.6
+
+1	Any	any	DET	O	0			ted.iwslt.1371.6
+2	one	one	NUM	O	0			ted.iwslt.1371.6
+3	of	of	ADP	O	0			ted.iwslt.1371.6
+4	you	you	PRON	O	0			ted.iwslt.1371.6
+5	could	could	AUX	O	0			ted.iwslt.1371.6
+6	be	be	VERB	O	0		v.stative	ted.iwslt.1371.6
+7	famous	famous	ADJ	O	0			ted.iwslt.1371.6
+8	on	on	ADP	O	0			ted.iwslt.1371.6
+9	the	the	DET	O	0			ted.iwslt.1371.6
+10	Internet	internet	NOUN	O	0		n.cognition	ted.iwslt.1371.6
+11	by	by	ADP	O	0			ted.iwslt.1371.6
+12	next	next	ADJ	O	0			ted.iwslt.1371.6
+13	Saturday	saturday	PROPN	O	0		n.time	ted.iwslt.1371.6
+14	.	.	PUNCT	O	0			ted.iwslt.1371.6
+
+1	Blog	blog	NOUN	B	0		n.communication	tweebank.189
+2	Post	post	NOUN	I	1			tweebank.189
+3	-	-	PUNCT	O	0			tweebank.189
+4	Learn	learn	VERB	O	0		v.cognition	tweebank.189
+5	how	how	ADV	O	0			tweebank.189
+6	to	to	PART	O	0			tweebank.189
+7	Raise	raise	VERB	O	0		v.creation	tweebank.189
+8	More	more	ADJ	O	0			tweebank.189
+9	Money	money	NOUN	O	0		n.possession	tweebank.189
+10	and	and	CONJ	O	0			tweebank.189
+11	Awareness	awareness	NOUN	O	0		n.cognition	tweebank.189
+12	through	through	ADP	O	0			tweebank.189
+13	Collaborative	collaborative	ADJ	O	0			tweebank.189
+14	Partnership	partnership	NOUN	O	0		n.cognition	tweebank.189
+15	46	NUMBER	NUM	O	0			tweebank.189
+16	-	-	PUNCT	O	0			tweebank.189
+17	http://ow.ly/4enPp	URL	X	O	0			tweebank.189
+
+1	just	just	ADV	O	0			tweebank.297
+2	did	do	VERB	O	0		v.social	tweebank.297
+3	some	some	DET	O	0			tweebank.297
+4	unfollows	unfollows	NOUN	O	0		n.act	tweebank.297
+5	..	..	PUNCT	O	0			tweebank.297
+6	I	i	PRON	O	0			tweebank.297
+7	hate	hate	VERB	O	0		v.emotion	tweebank.297
+8	havin	havin	VERB	O	0		v.stative	tweebank.297
+9	#deadweight	#deadweight	NOUN	O	0		n.attribute	tweebank.297
+10	on	on	ADP	O	0			tweebank.297
+11	my	my	PRON	O	0			tweebank.297
+12	TL	tl	NOUN	O	0		n.communication	tweebank.297
+
+1	Mr	mr	NOUN	B	0		n.person	trustpilot-159
+2	Norman	norman	PROPN	I	1			trustpilot-159
+3	Rees	rees	PROPN	I	2			trustpilot-159
+4	,	,	PUNCT	O	0			trustpilot-159
+5	customer	customer	NOUN	B	0		n.communication	trustpilot-159
+6	reference	reference	NOUN	I	5			trustpilot-159
+7	000000	000000	NUM	I	6			trustpilot-159
+
+1	Tour	tour	NOUN	B	0			tweebank.121
+2	ready	ready	ADJ	I	1			tweebank.121
+3	.	.	PUNCT	O	0			tweebank.121
+4	http://t.co/S2m5C80J	URL	X	O	0			tweebank.121
+
+1	@_punkybrewster	@USER	X	O	0			tweebank.261
+2	yea	yea	INTJ	O	0			tweebank.261
+3	i	i	PRON	O	0			tweebank.261
+4	k	k	VERB	O	0		v.stative	tweebank.261
+5	,	,	PUNCT	O	0			tweebank.261
+6	just	just	ADV	O	0			tweebank.261
+7	for	for	ADP	O	0			tweebank.261
+8	me	me	PRON	O	0			tweebank.261
+9	hahaa	hahaa	INTJ	O	0			tweebank.261
+
+1	@Dat_Babiifayce	@USER	X	O	0			tweebank.243
+2	I	i	PRON	O	0			tweebank.243
+3	already	already	ADV	O	0			tweebank.243
+4	have	have	VERB	O	0		v.stative	tweebank.243
+5	sis	sis	NOUN	O	0		n.person	tweebank.243
+6	!!!	!!!	PUNCT	O	0			tweebank.243
+7	Girl	girl	NOUN	O	0		n.person	tweebank.243
+8	they	they	PRON	O	0			tweebank.243
+9	hate	hate	VERB	O	0		v.emotion	tweebank.243
+10	me	me	PRON	O	0			tweebank.243
+11	!	!	PUNCT	O	0			tweebank.243
+
+1	Driver	driver	PROPN	O	0		n.person	trustpilot-70
+2	chatty	chatty	ADJ	O	0			trustpilot-70
+3	and	and	CONJ	O	0			trustpilot-70
+4	informative	informative	ADJ	O	0			trustpilot-70
+5	en	en	ADP	B	0			trustpilot-70
+6	route	route	NOUN	I	5			trustpilot-70
+7	.	.	PUNCT	O	0			trustpilot-70
+
+1	Only	only	ADJ	O	0			trustpilot-232
+2	problem	problem	NOUN	O	0		n.state	trustpilot-232
+3	is	be	VERB	O	0		v.stative	trustpilot-232
+4	a	a	DET	O	0			trustpilot-232
+5	little	little	ADJ	O	0			trustpilot-232
+6	hole	hole	NOUN	O	0		n.attribute	trustpilot-232
+7	in	in	ADP	O	0			trustpilot-232
+8	fabric	fabric	NOUN	O	0		n.substance	trustpilot-232
+9	in	in	ADP	O	0			trustpilot-232
+10	a	a	DET	O	0			trustpilot-232
+11	corner	corner	NOUN	O	0		n.location	trustpilot-232
+12	only	only	ADV	O	0			trustpilot-232
+13	noticed	notice	VERB	O	0		v.perception	trustpilot-232
+14	it	it	PRON	O	0			trustpilot-232
+15	after	after	ADP	O	0			trustpilot-232
+16	a	a	DET	O	0			trustpilot-232
+17	days	days	NOUN	O	0		n.time	trustpilot-232
+18	use	use	NOUN	O	0		n.act	trustpilot-232
+19	.	.	PUNCT	O	0			trustpilot-232
+
+1	For	for	ADP	O	0			trustpilot-29
+2	the	the	DET	O	0			trustpilot-29
+3	price	price	NOUN	O	0		n.attribute	trustpilot-29
+4	I	i	PRON	O	0			trustpilot-29
+5	paid	pay	VERB	O	0		v.possession	trustpilot-29
+6	for	for	ADP	O	0			trustpilot-29
+7	the	the	DET	O	0			trustpilot-29
+8	Sheraton	sheraton	NOUN	B	0		n.artifact	trustpilot-29
+9	Bunk	bunk	NOUN	I	8			trustpilot-29
+10	beds	bed	NOUN	I	9			trustpilot-29
+11	and	and	CONJ	O	0			trustpilot-29
+12	the	the	DET	O	0			trustpilot-29
+13	London	london	PROPN	B	0		n.artifact	trustpilot-29
+14	mattresses	mattress	NOUN	I	13			trustpilot-29
+15	I	i	PRON	O	0			trustpilot-29
+16	could	could	AUX	O	0			trustpilot-29
+17	not	not	ADV	O	0			trustpilot-29
+18	be	be	VERB	O	0		v.stative	trustpilot-29
+19	more	more	ADV	O	0			trustpilot-29
+20	pleased	pleased	ADJ	O	0			trustpilot-29
+21	.	.	PUNCT	O	0			trustpilot-29
+
+1	I	i	PRON	O	0			trustpilot-121
+2	would	would	VERB	O	0			trustpilot-121
+3	definitely	definitely	ADV	O	0			trustpilot-121
+4	use	use	VERB	O	0		v.stative	trustpilot-121
+5	this	this	DET	O	0			trustpilot-121
+6	company	company	NOUN	O	0		n.group	trustpilot-121
+7	again	again	ADV	O	0			trustpilot-121
+8	.	.	PUNCT	O	0			trustpilot-121
+
+1	@savanastang	@USER	X	O	0			tweebank.75
+2	there	there	PRON	O	0			tweebank.75
+3	are	be	VERB	O	0		v.stative	tweebank.75
+4	more	more	ADJ	O	0			tweebank.75
+5	#creatures	#creatures	NOUN	O	0		n.animal	tweebank.75
+6	in	in	ADP	O	0			tweebank.75
+7	donny	donny	PROPN	O	0		n.person	tweebank.75
+8	's	's	PART	O	0			tweebank.75
+9	room	room	NOUN	O	0		n.artifact	tweebank.75
+10	in	in	ADP	O	0			tweebank.75
+11	today	today	NOUN	O	0		n.time	tweebank.75
+12	too	too	ADV	B	0			tweebank.75
+13	bad	bad	ADJ	I	12			tweebank.75
+14	you	you	PRON	O	0			tweebank.75
+15	missed	miss	VERB	O	0		v.perception	tweebank.75
+16	them	them	PRON	O	0			tweebank.75
+17	:)	EMOTICON	X	O	0			tweebank.75
+
+1	Super	super	PROPN	B	0		n.event	tweebank.100
+2	Bowl	bowl	PROPN	I	1			tweebank.100
+3	Countdown	countdown	NOUN	O	0		n.act	tweebank.100
+4	:	:	PUNCT	O	0			tweebank.100
+5	http://t.co/ZuVEYdYm	URL	X	O	0			tweebank.100
+
+1	0	0	NUM	O	0			trustpilot-43
+2	days	days	NOUN	O	0		n.time	trustpilot-43
+3	after	after	ADP	O	0			trustpilot-43
+4	purchase	purchase	NOUN	O	0		n.act	trustpilot-43
+5	and	and	CONJ	O	0			trustpilot-43
+6	payment	payment	NOUN	O	0		n.possession	trustpilot-43
+7	(	(	PUNCT	O	0			trustpilot-43
+8	including	include	VERB	O	0		v.stative	trustpilot-43
+9	£	£	X	O	0			trustpilot-43
+10	0	0	NUM	O	0			trustpilot-43
+11	.	.	PUNCT	O	0			trustpilot-43
+12	00	00	NUM	O	0			trustpilot-43
+13	postage	postage	NOUN	O	0		n.possession	trustpilot-43
+14	)	)	PUNCT	O	0			trustpilot-43
+15	was	be	AUX	O	0			trustpilot-43
+16	received	receive	VERB	O	0		v.possession	trustpilot-43
+17	.	.	PUNCT	O	0			trustpilot-43
+
+1	Quality	quality	NOUN	O	0		n.attribute	trustpilot-71
+2	gear	gear	NOUN	B	0		n.person	trustpilot-71
+3	guys	guy	NOUN	I	2			trustpilot-71
+4	,	,	PUNCT	O	0			trustpilot-71
+5	excellent	excellent	ADJ	O	0			trustpilot-71
+6	!	!	PUNCT	O	0			trustpilot-71
+
+1	I	i	PRON	O	0			tweebank.104
+2	Feel	feel	VERB	O	0		v.emotion	tweebank.104
+3	Gud	gud	ADJ	O	0			tweebank.104
+4	...	...	PUNCT	O	0			tweebank.104
+5	..	..	PUNCT	O	0			tweebank.104
+
+1	Would	would	VERB	O	0			trustpilot-47
+2	definately	definately	ADV	O	0			trustpilot-47
+3	use	use	VERB	O	0		v.stative	trustpilot-47
+4	this	this	DET	O	0			trustpilot-47
+5	company	company	NOUN	O	0		n.group	trustpilot-47
+6	again	again	ADV	O	0			trustpilot-47
+7	.	.	PUNCT	O	0			trustpilot-47
+
+1	Placed	place	VERB	O	0		v.communication	trustpilot-206
+2	an	an	DET	O	0			trustpilot-206
+3	order	order	NOUN	O	0		n.communication	trustpilot-206
+4	on	on	ADP	O	0			trustpilot-206
+5	0	0	NUM	O	0			trustpilot-206
+6	Feb	feb	NOUN	O	0		n.time	trustpilot-206
+7	for	for	ADP	O	0			trustpilot-206
+8	£	£	X	O	0			trustpilot-206
+9	000	000	NUM	O	0			trustpilot-206
+10	.	.	PUNCT	O	0			trustpilot-206
+11	00	00	NUM	O	0			trustpilot-206
+12	.	.	PUNCT	O	0			trustpilot-206
+
+1	@montse_nn	@USER	X	O	0			tweebank.249
+2	All	all	DET	O	0			tweebank.249
+3	my	my	PRON	O	0			tweebank.249
+4	loving	love	VERB	O	0		v.emotion	tweebank.249
+5	I	i	PRON	O	0			tweebank.249
+6	will	will	AUX	O	0			tweebank.249
+7	send	send	VERB	O	0		v.motion	tweebank.249
+8	to	to	ADP	O	0			tweebank.249
+9	you	you	PRON	O	0			tweebank.249
+10	♥	♥	PUNCT	O	0			tweebank.249
+
+1	I	i	PRON	O	0			trustpilot-248
+2	was	be	AUX	O	0			trustpilot-248
+3	then	then	ADV	O	0			trustpilot-248
+4	offered	offer	VERB	O	0		v.communication	trustpilot-248
+5	a	a	DET	O	0			trustpilot-248
+6	new	new	ADJ	O	0			trustpilot-248
+7	deal	deal	NOUN	O	0		n.cognition	trustpilot-248
+8	by	by	ADP	O	0			trustpilot-248
+9	a	a	DET	O	0			trustpilot-248
+10	small	small	ADJ	O	0			trustpilot-248
+11	local	local	ADJ	O	0			trustpilot-248
+12	company	company	NOUN	O	0		n.group	trustpilot-248
+13	for	for	ADP	O	0			trustpilot-248
+14	the	the	DET	O	0			trustpilot-248
+15	same	same	ADJ	O	0			trustpilot-248
+16	service	service	NOUN	O	0		n.act	trustpilot-248
+17	for	for	ADP	O	0			trustpilot-248
+18	only	only	ADV	O	0			trustpilot-248
+19	£	£	X	O	0			trustpilot-248
+20	00	00	NUM	O	0			trustpilot-248
+21	so	so	CONJ	O	0			trustpilot-248
+22	I	i	PRON	O	0			trustpilot-248
+23	gave	give	VERB	O	0		v.communication	trustpilot-248
+24	notice	notice	NOUN	O	0		n.communication	trustpilot-248
+25	to	to	ADP	O	0			trustpilot-248
+26	XLN	xln	PROPN	O	0		n.group	trustpilot-248
+27	as	as	ADP	O	0			trustpilot-248
+28	required	require	VERB	O	0		v.stative	trustpilot-248
+29	.	.	PUNCT	O	0			trustpilot-248
+
+1	And	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+2	they	they	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+3	're	're	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+4	starting	start	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+5	to	to	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+6	dominate	dominate	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+7	lots	lots	NOUN	O	0		n.quantity	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+8	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+9	professions	profession	NOUN	O	0		n.group	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+10	--	--	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+11	doctors	doctor	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+12	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+13	lawyers	lawyer	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+14	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+15	bankers	banker	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+16	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+17	accountants	accountant	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+18	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+
+1	#YouGotTheWrongDavid	#yougotthewrongdavid	X	O	0			tweebank.119
+2	IT	it	PRON	O	0			tweebank.119
+3	'S	's	VERB	O	0		v.stative	tweebank.119
+4	T-E-N-N-A-N-T	t-e-n-n-a-n-t	PROPN	O	0		n.person	tweebank.119
+5	,	,	PUNCT	O	0			tweebank.119
+6	NOT	not	PART	O	0			tweebank.119
+7	BECKHAM	beckham	PROPN	O	0		n.person	tweebank.119
+8	!	!	PUNCT	O	0			tweebank.119
+
+1	Would	would	VERB	O	0			trustpilot-203
+2	recomend	recomend	VERB	O	0		v.cognition	trustpilot-203
+3	giving	give	VERB	O	0		v.stative	trustpilot-203
+4	this	this	PRON	O	0			trustpilot-203
+5	a	a	DET	O	0			trustpilot-203
+6	a	a	DET	O	0			trustpilot-203
+7	try	try	NOUN	O	0		n.act	trustpilot-203
+8	.	.	PUNCT	O	0			trustpilot-203
+
+1	RT	rt	X	O	0			tweebank.397
+2	@JasonKennedy1	@USER	X	O	0			tweebank.397
+3	:	:	X	O	0			tweebank.397
+4	I	i	PRON	O	0			tweebank.397
+5	'm	'm	VERB	O	0		v.stative	tweebank.397
+6	sitting	sit	VERB	B	0		v.body	tweebank.397
+7	down	down	ADP	I	6			tweebank.397
+8	with	with	ADP	O	0			tweebank.397
+9	Gaga	gaga	PROPN	O	0		n.person	tweebank.397
+10	for	for	ADP	O	0			tweebank.397
+11	an	an	DET	O	0			tweebank.397
+12	in	in	ADP	B	0			tweebank.397
+13	depth	depth	NOUN	I	12			tweebank.397
+14	intv	intv	NOUN	O	0		n.communication	tweebank.397
+15	2day	2day	NOUN	O	0			tweebank.397
+16	,	,	PUNCT	O	0			tweebank.397
+17	got	get	VERB	O	0		v.stative	tweebank.397
+18	?	?	NOUN	O	0			tweebank.397
+19	'	'	SYM	O	0			tweebank.397
+20	s	s	X	O	0			tweebank.397
+21	->	->	X	O	0			tweebank.397
+22	RT	rt	X	O	0			tweebank.397
+23	@ladygaga	@USER	X	O	0			tweebank.397
+24	:	:	X	O	0			tweebank.397
+25	The	the	DET	O	0			tweebank.397
+26	"	"	PUNCT	B	0		n.communication	tweebank.397
+27	Marry	marry	VERB	I	26			tweebank.397
+28	The	the	DET	I	27			tweebank.397
+29	Night	night	NOUN	I	28			tweebank.397
+30	"	"	PUNCT	O	0			tweebank.397
+31	Video	video	NOUN	O	0		n.communication	tweebank.397
+32	will	will	VERB	O	0			tweebank.397
+33	prem	prem	X	O	0			tweebank.397
+34	...	...	X	O	0			tweebank.397
+
+1	i	i	PRON	O	0			tweebank.452
+2	m	m	VERB	O	0		v.stative	tweebank.452
+3	home	home	NOUN	O	0		n.location	tweebank.452
+4	:)	EMOTICON	X	O	0			tweebank.452
+
+1	I	i	PRON	O	0			trustpilot-79
+2	duly	duly	ADV	O	0			trustpilot-79
+3	received	receive	VERB	O	0		v.communication	trustpilot-79
+4	an	an	DET	O	0			trustpilot-79
+5	email	email	NOUN	O	0		n.communication	trustpilot-79
+6	with	with	ADP	O	0			trustpilot-79
+7	a	a	DET	O	0			trustpilot-79
+8	collection	collection	NOUN	B	0		n.attribute	trustpilot-79
+9	reference	reference	NOUN	I	8			trustpilot-79
+10	number	number	NOUN	I	9			trustpilot-79
+11	to	to	PART	O	0			trustpilot-79
+12	collect	collect	VERB	O	0		v.contact	trustpilot-79
+13	and	and	CONJ	O	0			trustpilot-79
+14	pay	pay	VERB	O	0		v.possession	trustpilot-79
+15	for	for	ADP	O	0			trustpilot-79
+16	my	my	DET	O	0			trustpilot-79
+17	item	item	NOUN	O	0		n.artifact	trustpilot-79
+18	.	.	PUNCT	O	0			trustpilot-79
+
+1	The	the	DET	O	0			trustpilot-129
+2	check	check	NOUN	B	0		n.act	trustpilot-129
+3	-	-	PUNCT	I	2			trustpilot-129
+4	in	in	NOUN	I	3			trustpilot-129
+5	at	at	ADP	O	0			trustpilot-129
+6	both	both	DET	O	0			trustpilot-129
+7	ends	end	NOUN	O	0		n.location	trustpilot-129
+8	was	be	VERB	O	0		v.stative	trustpilot-129
+9	painless	painless	ADJ	O	0			trustpilot-129
+10	.	.	PUNCT	O	0			trustpilot-129
+
+1	#NSN3D	#nsn3d	X	O	0			tweebank.162
+2	sorrryyz	sorrryyz	INTJ	O	0			tweebank.162
+3	i	i	PRON	O	0			tweebank.162
+4	got	get	AUX	O	0			tweebank.162
+5	caught	catch	VERB	O	0		v.social	tweebank.162
+6	for	for	SCONJ	O	0			tweebank.162
+7	textinnggg	textinnggg	VERB	O	0		v.communication	tweebank.162
+8	.	.	PUNCT	O	0			tweebank.162
+9	dudeee	dudeee	INTJ	O	0			tweebank.162
+10	.	.	PUNCT	O	0			tweebank.162
+11	it	it	PRON	O	0			tweebank.162
+12	was	be	VERB	O	0		v.stative	tweebank.162
+13	the	the	DET	O	0			tweebank.162
+14	most	most	ADV	O	0			tweebank.162
+15	awkward	awkward	ADJ	O	0			tweebank.162
+16	thing	thing	NOUN	O	0		n.event	tweebank.162
+17	ever	ever	ADV	O	0			tweebank.162
+18	!	!	PUNCT	O	0			tweebank.162
+19	I	i	PRON	O	0			tweebank.162
+20	SEE	see	VERB	O	0		v.perception	tweebank.162
+21	YOU	you	PRON	O	0			tweebank.162
+22	DOWN	down	ADV	O	0			tweebank.162
+23	THER	ther	ADV	O	0			tweebank.162
+24	!	!	PUNCT	O	0			tweebank.162
+
+1	your	your	PRON	O	0			tweebank.97
+2	voice	voice	NOUN	O	0		n.body	tweebank.97
+3	made	make	VERB	O	0		v.emotion	tweebank.97
+4	my	my	PRON	O	0			tweebank.97
+5	new	new	ADJ	B	0		n.event	tweebank.97
+6	year	year	NOUN	I	5			tweebank.97
+7	♥	EMOTICON	X	O	0			tweebank.97
+
+1	My	my	DET	O	0			trustpilot-156
+2	order	order	NOUN	O	0		n.communication	trustpilot-156
+3	was	be	AUX	O	0			trustpilot-156
+4	processed	process	VERB	O	0		v.change	trustpilot-156
+5	efficiently	efficiently	ADV	O	0			trustpilot-156
+6	and	and	CONJ	O	0			trustpilot-156
+7	arrived	arrive	VERB	O	0		v.motion	trustpilot-156
+8	in	in	ADP	O	0			trustpilot-156
+9	good	good	ADJ	O	0			trustpilot-156
+10	time	time	NOUN	O	0		n.time	trustpilot-156
+11	.	.	PUNCT	O	0			trustpilot-156
+
+1	PS	ps	NOUN	O	0			tweebank.442
+2	:	:	PUNCT	O	0			tweebank.442
+3	Hearing	hear	VERB	O	0		v.perception	tweebank.442
+4	the	the	DET	O	0			tweebank.442
+5	The	the	PROPN	B	0		n.group	tweebank.442
+6	Early	early	PROPN	I	5			tweebank.442
+7	Show	show	PROPN	I	6			tweebank.442
+8	cast	cast	NOUN	I	7			tweebank.442
+9	get	get	AUX	O	0			tweebank.442
+10	outraged	outrage	VERB	O	0		v.emotion	tweebank.442
+11	by	by	ADP	O	0			tweebank.442
+12	Four	four	PROPN	B	0		n.person	tweebank.442
+13	Loko	loko	PROPN	I	12			tweebank.442
+14	was	be	VERB	O	0		v.stative	tweebank.442
+15	hilarious	hilarious	ADJ	O	0			tweebank.442
+16	.	.	PUNCT	O	0			tweebank.442
+17	Made	make	VERB	O	0		v.cognition	tweebank.442
+18	my	my	PRON	O	0			tweebank.442
+19	morning	morning	NOUN	O	0		n.time	tweebank.442
+20	and	and	CONJ	O	0			tweebank.442
+21	subsequent	subsequent	ADJ	O	0			tweebank.442
+22	day	day	NOUN	O	0		n.time	tweebank.442
+23	.	.	PUNCT	O	0			tweebank.442
+24	#ParentsJustDontUnderstand	#parentsjustdontunderstand	X	O	0			tweebank.442
+
+1	ADD	add	VERB	O	0		v.change	tweebank.137
+2	ME	me	PRON	O	0			tweebank.137
+3	ON	on	ADP	O	0			tweebank.137
+4	FACEBOOK	facebook	PROPN	O	0		n.communication	tweebank.137
+5	((	((	PUNCT	O	0			tweebank.137
+6	http://www.facebook.com/DJBolt1	URL	X	O	0			tweebank.137
+7	))	))	PUNCT	O	0			tweebank.137
+8	x2	x2	INTJ	O	0			tweebank.137
+
+1	@amy_inVA	@USER	X	O	0			tweebank.227
+2	He	he	PRON	O	0			tweebank.227
+3	better	better	ADV	O	0			tweebank.227
+4	!!	!!	PUNCT	O	0			tweebank.227
+5	We	we	PRON	O	0			tweebank.227
+6	buy	buy	VERB	O	0		v.possession	tweebank.227
+7	his	his	PRON	O	0			tweebank.227
+8	stuff	stuff	NOUN	O	0		n.other	tweebank.227
+9	!	!	PUNCT	O	0			tweebank.227
+10	haha	haha	INTJ	O	0			tweebank.227
+
+1	Brilliant	brilliant	ADJ	O	0			trustpilot-135
+2	service	service	NOUN	O	0		n.act	trustpilot-135
+3	and	and	CONJ	O	0			trustpilot-135
+4	free	free	ADJ	O	0			trustpilot-135
+5	P	p	NOUN	O	0		n.act	trustpilot-135
+6	&	&	CONJ	O	0			trustpilot-135
+7	P	p	NOUN	O	0		n.substance	trustpilot-135
+8	.	.	PUNCT	O	0			trustpilot-135
+
+1	And	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+2	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+3	realized	realize	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+4	how	how	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+5	few	few	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+6	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+7	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+8	grown-ups	grown-ups	NOUN	O	0		n.person	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+9	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+10	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+11	knew	know	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+12	were	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+13	able	able	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+14	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+15	withstand	withstand	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+16	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+17	tragedies	tragedy	NOUN	O	0		n.attribute	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+18	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+19	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+20	war	war	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+21	visited	visit	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+22	on	on	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+23	them	them	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+24	--	--	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+25	how	how	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+26	few	few	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+27	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+28	them	them	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+29	could	could	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+30	even	even	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+31	resemble	resemble	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+32	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+33	normal	normal	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+34	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+35	contented	contented	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+36	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+37	satisfied	satisfied	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+38	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+39	happy	happy	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+40	life	life	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+41	once	once	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+42	their	their	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+43	job	job	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+44	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+45	their	their	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+46	home	home	NOUN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+47	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+48	their	their	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+49	security	security	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+50	was	be	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+51	destroyed	destroy	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+52	by	by	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+53	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+54	war	war	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+55	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+
+1	Are	be	AUX	O	0			tweebank.464
+2	you	you	PRON	O	0			tweebank.464
+3	allowed	allow	VERB	O	0		v.social	tweebank.464
+4	to	to	PART	O	0			tweebank.464
+5	vote	vote	VERB	O	0		v.social	tweebank.464
+6	?	?	PUNCT	O	0			tweebank.464
+7	—	—	SYM	O	0			tweebank.464
+8	nope	nope	INTJ	O	0			tweebank.464
+9	.	.	PUNCT	O	0			tweebank.464
+10	3	NUMBER	NUM	O	0			tweebank.464
+11	more	more	ADJ	O	0			tweebank.464
+12	years	years	NOUN	O	0		n.time	tweebank.464
+13	.	.	PUNCT	O	0			tweebank.464
+14	http://4ms.me/c08ijl	URL	X	O	0			tweebank.464
+
+1	RT	rt	X	O	0			tweebank.140
+2	@TorontoStar	@USER	X	O	0			tweebank.140
+3	:	:	X	O	0			tweebank.140
+4	Berlusconi	berlusconi	PROPN	O	0		n.person	tweebank.140
+5	probed	probe	VERB	O	0		v.communication	tweebank.140
+6	over	over	ADP	O	0			tweebank.140
+7	cash-for-sex	cash-for-sex	NOUN	B	0		n.cognition	tweebank.140
+8	case	case	NOUN	I	7			tweebank.140
+9	:	:	PUNCT	O	0			tweebank.140
+10	Prime	prime	ADJ	B	0		n.person	tweebank.140
+11	Minister	minister	NOUN	I	10			tweebank.140
+12	Silvio	silvio	PROPN	I	11			tweebank.140
+13	Berlusconi	berlusconi	PROPN	I	12			tweebank.140
+14	faces	face	VERB	O	0		v.cognition	tweebank.140
+15	investigation	investigation	NOUN	O	0		n.act	tweebank.140
+16	in	in	ADP	O	0			tweebank.140
+17	a	a	DET	O	0			tweebank.140
+18	prostitution	prostitution	NOUN	O	0		n.act	tweebank.140
+19	...	...	X	O	0			tweebank.140
+20	htt	URL	X	O	0			tweebank.140
+21	...	...	X	O	0			tweebank.140
+
+1	What	what	PRON	O	0			tweebank.89
+2	a	a	DET	O	0			tweebank.89
+3	bummer	bummer	NOUN	O	0		n.feeling	tweebank.89
+4	.	.	PUNCT	O	0			tweebank.89
+
+1	My	my	PRON	O	0			ted.iwslt.1176.10
+2	circle	circle	NOUN	O	0		n.shape	ted.iwslt.1176.10
+3	began	begin	VERB	O	0		v.change	ted.iwslt.1176.10
+4	back	back	ADV	O	0			ted.iwslt.1176.10
+5	in	in	ADP	O	0			ted.iwslt.1176.10
+6	the	the	DET	O	0			ted.iwslt.1176.10
+7	'60s	'60s	NOUN	O	0		n.time	ted.iwslt.1176.10
+8	in	in	ADP	O	0			ted.iwslt.1176.10
+9	high	high	ADJ	B	0		n.location	ted.iwslt.1176.10
+10	school	school	NOUN	I	9			ted.iwslt.1176.10
+11	in	in	ADP	O	0			ted.iwslt.1176.10
+12	Stow	stow	NOUN	B	0		n.location	ted.iwslt.1176.10
+13	,	,	PUNCT	I	12			ted.iwslt.1176.10
+14	Ohio	ohio	NOUN	I	13			ted.iwslt.1176.10
+15	where	where	ADV	O	0			ted.iwslt.1176.10
+16	I	i	PRON	O	0			ted.iwslt.1176.10
+17	was	be	VERB	O	0		v.stative	ted.iwslt.1176.10
+18	the	the	DET	O	0			ted.iwslt.1176.10
+19	class	class	NOUN	B	0		n.attribute	ted.iwslt.1176.10
+20	queer	queer	NOUN	I	19			ted.iwslt.1176.10
+21	.	.	PUNCT	O	0			ted.iwslt.1176.10
+
+1	Many	many	ADJ	O	0			trustpilot-289
+2	thanks	thanks	NOUN	O	0		n.communication	trustpilot-289
+3	Nitrotek	nitrotek	PROPN	O	0		n.group	trustpilot-289
+4	.	.	PUNCT	O	0			trustpilot-289
+
+1	Whaddup	whaddup	INTJ	O	0			tweebank.490
+2	pimpin	pimpin	ADJ	O	0			tweebank.490
+3	ken	ken	PROPN	O	0		n.person	tweebank.490
+4	.	.	PUNCT	O	0			tweebank.490
+5	Ha	ha	INTJ	O	0			tweebank.490
+6	!	!	PUNCT	O	0			tweebank.490
+
+1	I	i	PRON	O	0			trustpilot-66
+2	recently	recently	ADV	O	0			trustpilot-66
+3	purchased	purchase	VERB	O	0		v.possession	trustpilot-66
+4	a	a	DET	O	0			trustpilot-66
+5	fender	fender	NOUN	B	0		n.artifact	trustpilot-66
+6	mustang	mustang	NOUN	I	5			trustpilot-66
+7	amp	amp	NOUN	I	6			trustpilot-66
+8	which	which	PRON	O	0			trustpilot-66
+9	was	be	AUX	O	0			trustpilot-66
+10	ordered	order	VERB	B	0		v.change	trustpilot-66
+11	in	in	PART	I	10			trustpilot-66
+12	for	for	ADP	O	0			trustpilot-66
+13	me	me	PRON	O	0			trustpilot-66
+14	.	.	PUNCT	O	0			trustpilot-66
+
+1	Whenn	whenn	ADV	O	0			tweebank.373
+2	i	i	PRON	O	0			tweebank.373
+3	seee	seee	VERB	O	0		v.perception	tweebank.373
+4	uglyy	uglyy	ADJ	O	0			tweebank.373
+5	boys	boy	NOUN	O	0		n.person	tweebank.373
+6	that	that	ADP	O	0			tweebank.373
+7	i	i	PRON	O	0			tweebank.373
+8	think	think	VERB	O	0		v.cognition	tweebank.373
+9	is	be	VERB	O	0		v.stative	tweebank.373
+10	cutee	cutee	ADJ	O	0			tweebank.373
+11	,	,	PUNCT	O	0			tweebank.373
+12	i	i	PRON	O	0			tweebank.373
+13	bee	bee	VERB	O	0		v.stative	tweebank.373
+14	likee	likee	SCONJ	O	0			tweebank.373
+15	mhmmmm	mhmmmm	INTJ	O	0			tweebank.373
+16	he	he	PRON	O	0			tweebank.373
+17	isss	isss	VERB	O	0		v.stative	tweebank.373
+18	cuteeeee	cuteeeee	ADJ	O	0			tweebank.373
+19	.	.	PUNCT	O	0			tweebank.373
+20	&&	&&	CONJ	O	0			tweebank.373
+21	my	my	PRON	O	0			tweebank.373
+22	momma	momma	NOUN	O	0		n.person	tweebank.373
+23	holla	holla	VERB	B	0		v.communication	tweebank.373
+24	out	out	ADV	I	23			tweebank.373
+25	ion	ion	PRON	O	0			tweebank.373
+26	kno	kno	VERB	O	0		v.cognition	tweebank.373
+27	wth	wth	INTJ	O	0			tweebank.373
+28	yu	yu	PRON	O	0			tweebank.373
+29	looking	look	VERB	O	0		v.perception	tweebank.373
+30	at	at	ADP	O	0			tweebank.373
+31	lol	lol	INTJ	O	0			tweebank.373
+
+1	RT	rt	X	O	0			tweebank.362
+2	@jaxlively	@USER	X	O	0			tweebank.362
+3	:	:	X	O	0			tweebank.362
+4	!!!	!!!	PUNCT	O	0			tweebank.362
+5	RT	rt	X	O	0			tweebank.362
+6	@Cooliomandingo	@USER	X	O	0			tweebank.362
+7	:	:	X	O	0			tweebank.362
+8	Homework	homework	NOUN	O	0		n.act	tweebank.362
+9	blows	blow	VERB	B	0		v.emotion	tweebank.362
+10	tf	tf	NOUN	o	0			tweebank.362
+11	outta	outta	ADP	I	9			tweebank.362
+12	my	my	PRON	O	0			tweebank.362
+13	day	day	NOUN	O	0		n.time	tweebank.362
+14	.	.	PUNCT	O	0			tweebank.362
+
+1	The	the	DET	O	0			trustpilot-317
+2	quality	quality	NOUN	O	0		n.attribute	trustpilot-317
+3	is	be	VERB	O	0		v.stative	trustpilot-317
+4	amazing	amazing	ADJ	O	0			trustpilot-317
+5	for	for	ADP	O	0			trustpilot-317
+6	only	only	ADV	O	0			trustpilot-317
+7	£	£	X	O	0			trustpilot-317
+8	0	0	NUM	O	0			trustpilot-317
+9	.	.	PUNCT	O	0			trustpilot-317
+
+1	In	in	ADP	O	0			trustpilot-260
+2	their	their	DET	O	0			trustpilot-260
+3	Terms	terms	NOUN	B	0		n.communication	trustpilot-260
+4	and	and	CONJ	I	3			trustpilot-260
+5	Conditions	conditions	NOUN	I	4			trustpilot-260
+6	,	,	PUNCT	O	0			trustpilot-260
+7	reference	reference	NOUN	O	0		n.communication	trustpilot-260
+8	is	be	AUX	O	0			trustpilot-260
+9	made	make	VERB	O	0		v.stative	trustpilot-260
+10	to	to	ADP	O	0			trustpilot-260
+11	bookings	booking	NOUN	O	0		n.act	trustpilot-260
+12	being	be	VERB	O	0		v.stative	trustpilot-260
+13	subject	subject	NOUN	B	0			trustpilot-260
+14	to	to	ADP	I	13			trustpilot-260
+15	such	such	ADJ	O	0			trustpilot-260
+16	a	a	DET	O	0			trustpilot-260
+17	charge	charge	NOUN	O	0		n.act	trustpilot-260
+18	where	where	ADV	O	0			trustpilot-260
+19	applicable	applicable	ADJ	O	0			trustpilot-260
+20	,	,	PUNCT	O	0			trustpilot-260
+21	but	but	CONJ	O	0			trustpilot-260
+22	it	it	PRON	O	0			trustpilot-260
+23	is	be	VERB	O	0		v.stative	trustpilot-260
+24	only	only	ADV	O	0			trustpilot-260
+25	at	at	ADP	O	0			trustpilot-260
+26	the	the	DET	O	0			trustpilot-260
+27	final	final	ADJ	B	0		n.state	trustpilot-260
+28	payment	payment	NOUN	I	27			trustpilot-260
+29	stage	stage	NOUN	I	28			trustpilot-260
+30	when	when	ADV	O	0			trustpilot-260
+31	this	this	PRON	O	0			trustpilot-260
+32	becomes	become	VERB	O	0		v.change	trustpilot-260
+33	visible	visible	ADJ	O	0			trustpilot-260
+34	.	.	PUNCT	O	0			trustpilot-260
+
+1	@ImJustSar	@USER	X	O	0			tweebank.157
+2	I	i	PRON	O	0			tweebank.157
+3	know	know	VERB	O	0		v.cognition	tweebank.157
+4	the	the	DET	O	0			tweebank.157
+5	feeling	feeling	NOUN	O	0		n.feeling	tweebank.157
+6	.	.	PUNCT	O	0			tweebank.157
+
+1	Hence	hence	ADV	O	0			trustpilot-99
+2	,	,	PUNCT	O	0			trustpilot-99
+3	the	the	DET	O	0			trustpilot-99
+4	change	change	NOUN	O	0		n.event	trustpilot-99
+5	and	and	CONJ	O	0			trustpilot-99
+6	I	i	PRON	O	0			trustpilot-99
+7	got	get	VERB	O	0		v.possession	trustpilot-99
+8	£	£	X	O	0			trustpilot-99
+9	00	00	NUM	O	0			trustpilot-99
+10	.	.	PUNCT	O	0			trustpilot-99
+11	00	00	NUM	O	0			trustpilot-99
+12	cashback	cashback	NOUN	O	0		n.possession	trustpilot-99
+13	off	off	ADP	O	0			trustpilot-99
+14	a	a	DET	O	0			trustpilot-99
+15	new	new	ADJ	O	0			trustpilot-99
+16	handset	handset	NOUN	O	0		n.artifact	trustpilot-99
+17	as	as	CONJ	O	0			trustpilot-99
+18	I	i	PRON	O	0			trustpilot-99
+19	'	'	PART	O	0			trustpilot-99
+20	d	d	VERB	O	0			trustpilot-99
+21	spent	spend	VERB	O	0		v.possession	trustpilot-99
+22	£	£	X	O	0			trustpilot-99
+23	00	00	NUM	O	0			trustpilot-99
+24	.	.	PUNCT	O	0			trustpilot-99
+25	00	00	NUM	O	0			trustpilot-99
+26	on	on	ADP	O	0			trustpilot-99
+27	groceries	grocery	NOUN	O	0		n.artifact	trustpilot-99
+28	the	the	DET	O	0			trustpilot-99
+29	previous	previous	ADJ	O	0			trustpilot-99
+30	day	day	NOUN	O	0		n.time	trustpilot-99
+31	.	.	PUNCT	O	0			trustpilot-99
+
+1	And	and	CONJ	O	0			ted.iwslt.1176.2
+2	I	i	PRON	O	0			ted.iwslt.1176.2
+3	always	always	ADV	O	0			ted.iwslt.1176.2
+4	tell	tell	VERB	O	0		v.communication	ted.iwslt.1176.2
+5	people	people	NOUN	O	0		n.person	ted.iwslt.1176.2
+6	that	that	SCONJ	O	0			ted.iwslt.1176.2
+7	I	i	PRON	O	0			ted.iwslt.1176.2
+8	do	do	AUX	O	0			ted.iwslt.1176.2
+9	n't	n't	PART	O	0			ted.iwslt.1176.2
+10	want	want	VERB	O	0		v.emotion	ted.iwslt.1176.2
+11	to	to	PART	O	0			ted.iwslt.1176.2
+12	show	show	VERB	B	0		v.motion	ted.iwslt.1176.2
+13	up	up	ADP	I	12			ted.iwslt.1176.2
+14	looking	look	VERB	O	0		v.perception	ted.iwslt.1176.2
+15	like	like	ADP	O	0			ted.iwslt.1176.2
+16	a	a	DET	O	0			ted.iwslt.1176.2
+17	scientist	scientist	NOUN	O	0		n.person	ted.iwslt.1176.2
+18	.	.	PUNCT	O	0			ted.iwslt.1176.2
+
+1	“	“	PUNCT	O	0			tweebank.69
+2	@Iamyungsmilez	@USER	X	O	0			tweebank.69
+3	BLUEROOM	blueroom	PROPN	O	0		n.group	tweebank.69
+4	MAY	may	PROPN	O	0		n.time	tweebank.69
+5	19TH	NUMBER	NUM	O	0			tweebank.69
+6	FEMS	fems	NOUN	O	0		n.person	tweebank.69
+7	FREE	free	ADJ	O	0			tweebank.69
+8	AND	and	CONJ	O	0			tweebank.69
+9	DRINK	drink	NOUN	O	0		n.food	tweebank.69
+10	FREE	free	ADJ	O	0			tweebank.69
+11	TIL	til	ADP	O	0			tweebank.69
+12	11:30	NUMBER	NUM	O	0			tweebank.69
+13	$5	NUMBER	NUM	O	0			tweebank.69
+14	ALL	all	DET	O	0			tweebank.69
+15	NIGHT	night	NOUN	O	0		n.time	tweebank.69
+16	BEHIND	behind	ADP	O	0			tweebank.69
+17	WINN	winn	PROPN	B	0		n.person	tweebank.69
+18	DIXIE	dixie	PROPN	I	17			tweebank.69
+19	ON	on	ADP	O	0			tweebank.69
+20	PINEHILLS	pinehills	PROPN	B	0		n.location	tweebank.69
+21	ROAD	road	PROPN	I	20			tweebank.69
+22	LEGGOOO	leggooo	VERB	O	0			tweebank.69
+23	”	”	PUNCT	O	0			tweebank.69
+
+1	For	for	ADP	B	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+2	instance	instance	NOUN	I	1			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+3	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+4	me	me	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+5	and	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+6	my	my	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+7	sister	sister	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+8	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+9	when	when	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+10	we	we	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+11	were	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+12	little	little	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+13	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+14	we	we	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+15	would	would	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+16	compete	compete	VERB	O	0		v.competition	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+17	to	to	PART	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+18	see	see	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+19	who	who	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+20	could	could	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+21	eat	eat	VERB	O	0		v.consumption	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+22	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+23	most	most	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+24	squirrel	squirrel	NOUN	B	0		n.animal	ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+25	brains	brain	NOUN	I	24			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+26	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+
+1	Whaddup	whaddup	INTJ	O	0			tweebank.433
+2	pimpin	pimpin	ADJ	O	0			tweebank.433
+3	ken	ken	PROPN	O	0		n.person	tweebank.433
+4	.	.	PUNCT	O	0			tweebank.433
+5	Ha	ha	INTJ	O	0			tweebank.433
+6	!	!	PUNCT	O	0			tweebank.433
+
+1	RT	rt	X	O	0			tweebank.392
+2	@SayingsForGirls	@USER	X	O	0			tweebank.392
+3	:	:	X	O	0			tweebank.392
+4	He	he	PRON	O	0			tweebank.392
+5	's	's	VERB	O	0		v.stative	tweebank.392
+6	cute	cute	ADJ	O	0			tweebank.392
+7	.	.	PUNCT	O	0			tweebank.392
+8	He	he	PRON	O	0			tweebank.392
+9	's	's	VERB	O	0		v.stative	tweebank.392
+10	fine	fine	ADJ	O	0			tweebank.392
+11	.	.	PUNCT	O	0			tweebank.392
+12	He	he	PRON	O	0			tweebank.392
+13	's	's	VERB	O	0		v.stative	tweebank.392
+14	everything	everything	NOUN	O	0			tweebank.392
+15	but	but	CONJ	O	0			tweebank.392
+16	mine	mine	PRON	O	0			tweebank.392
+17	.	.	PUNCT	O	0			tweebank.392
+
+1	YB	yb	PROPN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.7
+2	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+3	Combination	combination	NOUN	O	0		n.state	ted.naist.004-YvesBehar_2009.iwslt.552.7
+4	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+5	windsurfing	windsurfing	NOUN	O	0		n.act	ted.naist.004-YvesBehar_2009.iwslt.552.7
+6	and	and	CONJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+7	skiing	skiing	NOUN	O	0		n.act	ted.naist.004-YvesBehar_2009.iwslt.552.7
+8	into	into	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+9	this	this	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+10	invention	invention	NOUN	O	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.7
+11	there	there	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+12	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.7
+
+1	#NowPlaying	#nowplaying	X	O	0			tweebank.233
+2	Get	get	VERB	B	0		n.communication	tweebank.233
+3	Another	another	DET	I	2			tweebank.233
+4	Boyfriend	boyfriend	NOUN	I	3			tweebank.233
+5	of	of	ADP	O	0			tweebank.233
+6	@backstreetboys	@USER	X	O	0			tweebank.233
+
+1	Instead	instead	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+2	of	of	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+3	talking	talk	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+4	about	about	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+5	little	little	ADJ	B	0		n.phenomenon	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+6	green	green	ADJ	I	5			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+7	men	men	NOUN	I	6			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+8	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+9	he	he	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+10	talked	talk	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+11	about	about	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+12	how	how	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+13	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+14	psyche	psyche	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+15	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+16	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+17	Europeans	europeans	PROPN	O	0		n.person	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+18	had	have	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+19	been	be	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+20	traumatized	traumatize	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+21	by	by	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+22	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+23	war	war	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+24	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+25	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+26	now	now	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+27	they	they	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+28	're	're	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+29	projecting	project	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+30	flying	fly	VERB	B	0		n.phenomenon	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+31	saucers	saucer	NOUN	I	30			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+32	into	into	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+33	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+34	sky	sky	NOUN	O	0		n.natural_object	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+35	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+
+1	The	the	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+2	common	common	ADJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+3	theme	theme	NOUN	O	0		n.communication	ted.naist.001-RobertLang_2008.iwslt.321.9
+4	--	--	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+5	what	what	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+6	makes	make	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.9
+7	it	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+8	origami	origami	NOUN	O	0		n.act	ted.naist.001-RobertLang_2008.iwslt.321.9
+9	--	--	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+10	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.9
+11	folding	folding	NOUN	O	0		n.process	ted.naist.001-RobertLang_2008.iwslt.321.9
+12	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.9
+13	how	how	ADV	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+14	we	we	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+15	create	create	VERB	O	0		v.creation	ted.naist.001-RobertLang_2008.iwslt.321.9
+16	the	the	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+17	form	form	NOUN	O	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.9
+18	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.9
+
+1	RT	rt	X	O	0			tweebank.389
+2	@MarcUn4gettable	@USER	X	O	0			tweebank.389
+3	:	:	X	O	0			tweebank.389
+4	i	i	PRON	O	0			tweebank.389
+5	m	m	VERB	O	0		v.stative	tweebank.389
+6	either	either	CONJ	O	0			tweebank.389
+7	goin	goin	VERB	O	0			tweebank.389
+8	be	be	VERB	O	0		v.stative	tweebank.389
+9	the	the	DET	O	0			tweebank.389
+10	BEST	best	ADJ	O	0			tweebank.389
+11	or	or	CONJ	O	0			tweebank.389
+12	the	the	DET	O	0			tweebank.389
+13	WORST	worst	ADJ	O	0			tweebank.389
+14	,	,	PUNCT	O	0			tweebank.389
+15	but	but	CONJ	O	0			tweebank.389
+16	atleast	atleast	ADV	O	0			tweebank.389
+17	i	i	PRON	O	0			tweebank.389
+18	m	m	VERB	O	0		v.stative	tweebank.389
+19	#1	NUMBER	NUM	O	0			tweebank.389
+20	in	in	ADP	O	0			tweebank.389
+21	your	your	PRON	O	0			tweebank.389
+22	HEART	heart	NOUN	O	0		n.cognition	tweebank.389
+23	at	at	ADP	O	0			tweebank.389
+24	it	it	PRON	O	0			tweebank.389
+25	..	..	PUNCT	O	0			tweebank.389
+
+1	#FOLLOW	#follow	VERB	O	0		v.social	tweebank.394
+2	us	us	PRON	O	0			tweebank.394
+3	&	&	CONJ	O	0			tweebank.394
+4	#CHECKOUT	#checkout	VERB	O	0		v.cognition	tweebank.394
+5	the	the	DET	O	0			tweebank.394
+6	multi-talented	multi-talented	ADJ	O	0			tweebank.394
+7	Spanglish/Techno/Pop	spanglish/techno/pop	NOUN	B	0		n.person	tweebank.394
+8	Singer/Model	singer/model	NOUN	I	7			tweebank.394
+9	@LaniBoomBoom	@USER	X	I	8			tweebank.394
+10	aka	aka	X	O	0			tweebank.394
+11	Lady	lady	PROPN	B	0		n.person	tweebank.394
+12	Boom	boom	PROPN	I	11			tweebank.394
+13	Boom	boom	PROPN	I	12			tweebank.394
+14	http://t.co/370clluQ	URL	X	O	0			tweebank.394
+
+1	RT	rt	X	O	0			tweebank.159
+2	@georgelopez	@USER	X	O	0			tweebank.159
+3	:	:	X	O	0			tweebank.159
+4	I	i	PRON	O	0			tweebank.159
+5	saw	saw	VERB	O	0		v.perception	tweebank.159
+6	@JustinBieber	@USER	X	O	0			tweebank.159
+7	:	:	PUNCT	O	0			tweebank.159
+8	Never	never	PROPN	B	0			tweebank.159
+9	Say	say	PROPN	I	8			tweebank.159
+10	Never	never	PROPN	I	9			tweebank.159
+11	and	and	CONJ	O	0			tweebank.159
+12	here	here	PRON	O	0			tweebank.159
+13	's	's	VERB	O	0		v.stative	tweebank.159
+14	what	what	PRON	O	0			tweebank.159
+15	I	i	PRON	O	0			tweebank.159
+16	thought	think	VERB	O	0		v.cognition	tweebank.159
+17	:	:	PUNCT	O	0			tweebank.159
+18	http://t.co/Et7sGlB	URL	X	O	0			tweebank.159
+19	Viva	viva	X	O	0			tweebank.159
+20	El	el	X	O	0			tweebank.159
+21	Biebs	biebs	PROPN	O	0		n.person	tweebank.159
+22	!!	!!	PUNCT	O	0			tweebank.159
+
+1	Is	be	VERB	O	0		v.stative	tweebank.77
+2	today	today	NOUN	O	0		n.time	tweebank.77
+3	thanks	thanks	PROPN	B	0		n.event	tweebank.77
+4	giving	giving	PROPN	I	3			tweebank.77
+5	?	?	PUNCT	O	0			tweebank.77
+6	:	EMOTICON	X	O	0			tweebank.77
+7	L	EMOTICON	X	O	0			tweebank.77
+
+1	In	in	ADP	B	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+2	fact	fact	NOUN	I	1			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+3	they	they	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+4	would	would	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+5	never	never	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+6	have	have	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+7	thought	think	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.6
+8	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+9	themselves	themselves	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+10	as	as	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+11	closed	closed	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+12	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+13	set	set	VERB	B	0		n.state	ted.naist.005-KatherineFulton_2007.iwslt.585.6
+14	in	in	ADP	I	13			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+15	their	their	PRON	o	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+16	ways	ways	NOUN	I	14			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+17	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+18	as	as	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+19	slow	slow	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+20	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+21	respond	respond	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.6
+22	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+23	new	new	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+24	challenges	challenge	NOUN	O	0		n.state	ted.naist.005-KatherineFulton_2007.iwslt.585.6
+25	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+26	as	as	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+27	small	small	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+28	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+29	risk-averse	risk-averse	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+30	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.6
+
+1	0	0	NUM	O	0			trustpilot-173
+2	days	days	NOUN	O	0		n.time	trustpilot-173
+3	later	later	ADV	O	0			trustpilot-173
+4	I	i	PRON	O	0			trustpilot-173
+5	received	receive	VERB	O	0		v.change	trustpilot-173
+6	a	a	DET	O	0			trustpilot-173
+7	marketing	marketing	NOUN	B	0		n.communication	trustpilot-173
+8	email	email	NOUN	I	7			trustpilot-173
+9	from	from	ADP	O	0			trustpilot-173
+10	them	them	PRON	O	0			trustpilot-173
+11	.	.	PUNCT	O	0			trustpilot-173
+
+1	Their	their	DET	O	0			trustpilot-153
+2	website	website	NOUN	O	0		n.communication	trustpilot-153
+3	works	work	VERB	O	0		v.stative	trustpilot-153
+4	very	very	ADV	O	0			trustpilot-153
+5	well	well	ADV	O	0			trustpilot-153
+6	.	.	PUNCT	O	0			trustpilot-153
+
+1	I	i	PRON	O	0			tweebank.436
+2	'm	'm	AUX	O	0			tweebank.436
+3	following	follow	VERB	O	0		v.social	tweebank.436
+4	just	just	ADV	O	0			tweebank.436
+5	about	about	ADV	O	0			tweebank.436
+6	anyone	anyone	PRON	O	0			tweebank.436
+7	who	who	PRON	O	0			tweebank.436
+8	follows	follow	VERB	O	0		v.social	tweebank.436
+9	me	me	PRON	O	0			tweebank.436
+10	,	,	PUNCT	O	0			tweebank.436
+11	but	but	CONJ	O	0			tweebank.436
+12	if	if	SCONJ	O	0			tweebank.436
+13	you	you	PRON	O	0			tweebank.436
+14	DM	dm	VERB	O	0		v.communication	tweebank.436
+15	me	me	PRON	O	0			tweebank.436
+16	afterwards	afterwards	ADV	O	0			tweebank.436
+17	trying	try	VERB	O	0		v.cognition	tweebank.436
+18	to	to	PART	O	0			tweebank.436
+19	promote	promote	VERB	O	0		v.cognition	tweebank.436
+20	your	your	PRON	O	0			tweebank.436
+21	stuff	stuff	NOUN	O	0		n.other	tweebank.436
+22	,	,	PUNCT	O	0			tweebank.436
+23	I	i	PRON	O	0			tweebank.436
+24	'll	'll	AUX	O	0			tweebank.436
+25	unfollow	unfollow	VERB	O	0		v.social	tweebank.436
+26	.	.	PUNCT	O	0			tweebank.436
+27	Thank	thank	VERB	O	0		v.communication	tweebank.436
+28	you	you	PRON	O	0			tweebank.436
+29	.	.	PUNCT	O	0			tweebank.436
+
+1	I	i	PRON	O	0			tweebank.406
+2	had	have	AUX	O	0			tweebank.406
+3	my	my	PRON	O	0			tweebank.406
+4	old	old	ADJ	B	0		n.person	tweebank.406
+5	Bitch	bitch	NOUN	I	4			tweebank.406
+6	go	go	VERB	O	0		v.motion	tweebank.406
+7	bck	bck	ADV	O	0			tweebank.406
+8	2	2	ADP	O	0			tweebank.406
+9	School	school	NOUN	O	0		n.group	tweebank.406
+10	2	2	PART	O	0			tweebank.406
+11	get	get	VERB	O	0		v.possession	tweebank.406
+12	her	her	PRON	O	0			tweebank.406
+13	Masters	masters	NOUN	O	0		n.cognition	tweebank.406
+14	...	...	PUNCT	O	0			tweebank.406
+
+1	boom	boom	VERB	O	0		v.perception	tweebank.467
+2	like	like	ADP	O	0			tweebank.467
+3	an	an	DET	O	0			tweebank.467
+4	808	808	PROPN	O	0		n.artifact	tweebank.467
+
+1	RT	rt	X	O	0			tweebank.68
+2	@3xOscar	@USER	X	O	0			tweebank.68
+3	:	:	X	O	0			tweebank.68
+4	Fucking	fucking	ADJ	O	0			tweebank.68
+5	@MargaritaAlexis	@USER	X	O	0			tweebank.68
+6	is	be	VERB	O	0		v.stative	tweebank.68
+7	louder	loud	ADJ	O	0			tweebank.68
+8	than	than	ADP	O	0			tweebank.68
+9	an	an	DET	O	0			tweebank.68
+10	group	group	NOUN	O	0		n.group	tweebank.68
+11	of	of	ADP	O	0			tweebank.68
+12	barking	bark	VERB	O	0		v.perception	tweebank.68
+13	dogs	dog	NOUN	O	0		n.animal	tweebank.68
+14	.	.	PUNCT	O	0			tweebank.68
+
+1	Prices	price	NOUN	O	0		n.attribute	trustpilot-339
+2	are	be	VERB	O	0		v.stative	trustpilot-339
+3	not	not	ADV	O	0			trustpilot-339
+4	much	much	ADV	O	0			trustpilot-339
+5	cheaper	cheap	ADJ	O	0			trustpilot-339
+6	than	than	ADP	O	0			trustpilot-339
+7	other	other	ADJ	O	0			trustpilot-339
+8	places	place	NOUN	O	0		n.group	trustpilot-339
+9	to	to	PART	B	0			trustpilot-339
+10	be	be	VERB	I	9			trustpilot-339
+11	honest	honest	ADJ	I	10			trustpilot-339
+12	.	.	PUNCT	O	0			trustpilot-339
+
+1	@FcknnMerissaa_	@USER	X	O	0			tweebank.272
+2	how	how	ADV	O	0			tweebank.272
+3	??!	??!	PUNCT	O	0			tweebank.272
+
+1	is	be	VERB	O	0		v.stative	tweebank.429
+2	all	all	DET	O	0			tweebank.429
+3	about	about	ADP	O	0			tweebank.429
+4	Pennsylvania	pennsylvania	PROPN	B	0		n.group	tweebank.429
+5	Polka	polka	PROPN	I	4			tweebank.429
+6	by	by	ADP	O	0			tweebank.429
+7	Lawrence	lawrence	PROPN	B	0		n.person	tweebank.429
+8	Welk	welk	PROPN	I	7			tweebank.429
+
+1	This	this	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+2	is	be	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+3	actually	actually	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+4	a	a	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+5	painting	painting	NOUN	O	0		n.artifact	ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+6	that	that	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+7	hangs	hang	VERB	O	0		v.contact	ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+8	at	at	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+9	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+10	Countway	countway	PROPN	B	0		n.group	ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+11	Library	library	PROPN	I	10			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+12	at	at	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+13	Harvard	harvard	PROPN	B	0		n.group	ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+14	Medical	medical	PROPN	I	13			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+15	School	school	PROPN	I	14			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+16	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+
+1	Never	never	ADV	O	0			trustpilot-42
+2	seem	seem	VERB	O	0		v.perception	trustpilot-42
+3	to	to	PART	O	0			trustpilot-42
+4	get	get	VERB	O	0		v.possession	trustpilot-42
+5	them	them	PRON	O	0			trustpilot-42
+6	at	at	ADP	O	0			trustpilot-42
+7	low	low	ADJ	O	0			trustpilot-42
+8	prices	price	NOUN	O	0		n.attribute	trustpilot-42
+9	.	.	PUNCT	O	0			trustpilot-42
+
+1	@alaxico	@USER	X	O	0			tweebank.500
+2	lmfao	lmfao	INTJ	O	0			tweebank.500
+3	that	that	DET	O	0			tweebank.500
+4	different	different	ADJ	O	0			tweebank.500
+
+1	@ScarletAblettx	@USER	X	O	0			tweebank.99
+2	#YNWA	#ynwa	X	O	0			tweebank.99
+3	best	best	ADJ	O	0			tweebank.99
+4	wishes	wish	NOUN	O	0		n.feeling	tweebank.99
+5	at	at	ADP	O	0			tweebank.99
+6	this	this	DET	O	0			tweebank.99
+7	sad	sad	ADJ	O	0			tweebank.99
+8	time	time	NOUN	O	0		n.event	tweebank.99
+
+1	@PrettyNpaidCEO	@USER	X	O	0			tweebank.387
+2	right	right	INTJ	O	0			tweebank.387
+3	..	..	PUNCT	O	0			tweebank.387
+
+1	@DomsWildThings	@USER	X	O	0			tweebank.415
+2	OOooo	ooooo	INTJ	O	0			tweebank.415
+3	you	you	PRON	O	0			tweebank.415
+4	made	make	VERB	O	0		v.cognition	tweebank.415
+5	my	my	PRON	O	0			tweebank.415
+6	head	head	NOUN	O	0		n.body	tweebank.415
+7	spin	spin	VERB	O	0		v.cognition	tweebank.415
+8	with	with	ADP	O	0			tweebank.415
+9	that	that	DET	O	0			tweebank.415
+10	one	one	NOUN	O	0			tweebank.415
+11	!	!	PUNCT	O	0			tweebank.415
+12	You	you	PRON	O	0			tweebank.415
+13	are	be	VERB	O	0		v.stative	tweebank.415
+14	such	such	ADJ	O	0			tweebank.415
+15	a	a	DET	O	0			tweebank.415
+16	cheeky	cheeky	ADJ	O	0			tweebank.415
+17	studmuffin	studmuffin	NOUN	O	0		n.person	tweebank.415
+18	!	!	PUNCT	O	0			tweebank.415
+
+1	@eleven26am	@USER	X	O	0			tweebank.328
+2	naw	naw	INTJ	O	0			tweebank.328
+3	naw	naw	INTJ	O	0			tweebank.328
+4	i	i	PRON	O	0			tweebank.328
+5	ma	ma	AUX	O	0			tweebank.328
+6	have	have	VERB	B	0			tweebank.328
+7	to	to	ADP	I	6			tweebank.328
+8	lock	lock	VERB	B	0		v.contact	tweebank.328
+9	up	up	ADP	I	8			tweebank.328
+10	w	w	ADP	O	0			tweebank.328
+11	his	his	PRON	O	0			tweebank.328
+12	ass	ass	NOUN	O	0		n.body	tweebank.328
+13	lol	lol	INTJ	O	0			tweebank.328
+14	but	but	CONJ	O	0			tweebank.328
+15	she	she	PRON	O	0			tweebank.328
+16	's	's	AUX	O	0			tweebank.328
+17	eating	eat	VERB	O	0		v.consumption	tweebank.328
+18	as	as	ADP	O	0			tweebank.328
+19	usual	usual	ADJ	O	0			tweebank.328
+20			PUNCT	O	0			tweebank.328
+
+1	Turned	turn	VERB	B	0		v.motion	trustpilot-174
+2	up	up	PART	I	1			trustpilot-174
+3	at	at	ADP	O	0			trustpilot-174
+4	0	0	NUM	B	0		n.time	trustpilot-174
+5	.	.	PUNCT	I	4			trustpilot-174
+6	00am	00am	NOUN	I	5			trustpilot-174
+7	at	at	ADP	O	0			trustpilot-174
+8	the	the	DET	O	0			trustpilot-174
+9	fitting	fitting	ADJ	B	0		n.location	trustpilot-174
+10	garage	garage	NOUN	I	9			trustpilot-174
+11	,	,	PUNCT	O	0			trustpilot-174
+12	local	local	ADJ	O	0			trustpilot-174
+13	to	to	ADP	O	0			trustpilot-174
+14	me	me	PRON	O	0			trustpilot-174
+15	,	,	PUNCT	O	0			trustpilot-174
+16	had	have	VERB	O	0		v.change	trustpilot-174
+17	0	0	NUM	O	0			trustpilot-174
+18	tyres	tyre	NOUN	O	0		n.artifact	trustpilot-174
+19	fitted	fit	VERB	O	0		v.contact	trustpilot-174
+20	and	and	CONJ	O	0			trustpilot-174
+21	out	out	ADP	O	0			trustpilot-174
+22	the	the	DET	O	0			trustpilot-174
+23	door	door	NOUN	O	0		n.artifact	trustpilot-174
+24	by	by	ADP	O	0			trustpilot-174
+25	0am	0am	NOUN	O	0		n.time	trustpilot-174
+26	.	.	PUNCT	O	0			trustpilot-174
+
+1	@CaliforniaVixen	@USER	X	O	0			tweebank.422
+2	lmao	lmao	INTJ	O	0			tweebank.422
+3	I	i	PRON	O	0			tweebank.422
+4	was	be	AUX	O	0			tweebank.422
+5	waiting	wait	VERB	O	0		v.stative	tweebank.422
+6	for	for	ADP	O	0			tweebank.422
+7	u	u	PRON	O	0			tweebank.422
+8	to	to	PART	O	0			tweebank.422
+9	say	say	VERB	O	0		v.communication	tweebank.422
+10	something	something	NOUN	O	0			tweebank.422
+11	after	after	SCONJ	O	0			tweebank.422
+12	the	the	PRON	O	0			tweebank.422
+13	barely	barely	ADV	O	0			tweebank.422
+14	pulled	pull	VERB	B	0		v.contact	tweebank.422
+15	it	it	PRON	o	0			tweebank.422
+16	out	out	ADP	I	14			tweebank.422
+17	.......	.......	PUNCT	O	0			tweebank.422
+18	they	they	PRON	O	0			tweebank.422
+19	still	still	ADV	O	0			tweebank.422
+20	weak	weak	ADJ	O	0			tweebank.422
+21	as	as	ADP	O	0			tweebank.422
+22	hell	hell	NOUN	O	0		n.location	tweebank.422
+23	tho	tho	ADV	O	0			tweebank.422
+24	lol	lol	INTJ	O	0			tweebank.422
+
+1	on	on	ADP	O	0			trustpilot-50
+2	the	the	DET	O	0			trustpilot-50
+3	00th	00th	ADJ	O	0			trustpilot-50
+4	December	december	NOUN	O	0		n.time	trustpilot-50
+5	we	we	PRON	O	0			trustpilot-50
+6	ordered	order	VERB	O	0		v.communication	trustpilot-50
+7	a	a	DET	O	0			trustpilot-50
+8	piano	piano	NOUN	B	0		n.artifact	trustpilot-50
+9	stool	stool	NOUN	I	8			trustpilot-50
+10	for	for	ADP	O	0			trustpilot-50
+11	my	my	DET	O	0			trustpilot-50
+12	sons	son	NOUN	O	0		n.person	trustpilot-50
+13	birthday	birthday	NOUN	O	0		n.event	trustpilot-50
+14	(	(	PUNCT	O	0			trustpilot-50
+15	0st	0st	ADJ	O	0			trustpilot-50
+16	Jan	jan	NOUN	O	0		n.time	trustpilot-50
+17	).	).	PUNCT	O	0			trustpilot-50
+
+1	I	i	PRON	O	0			ted.iwslt.1353.8
+2	felt	felt	VERB	O	0		v.cognition	ted.iwslt.1353.8
+3	like	like	SCONJ	O	0			ted.iwslt.1353.8
+4	anyone	anyone	NOUN	O	0			ted.iwslt.1353.8
+5	could	could	AUX	O	0			ted.iwslt.1353.8
+6	do	do	VERB	O	0		v.stative	ted.iwslt.1353.8
+7	that	that	PRON	O	0			ted.iwslt.1353.8
+8	.	.	PUNCT	O	0			ted.iwslt.1353.8
+
+1	Then	then	ADV	O	0			trustpilot-314
+2	I	i	PRON	O	0			trustpilot-314
+3	discovered	discover	VERB	O	0		v.cognition	trustpilot-314
+4	their	their	DET	O	0			trustpilot-314
+5	free	free	ADJ	O	0			trustpilot-314
+6	home	home	NOUN	B	0		n.act	trustpilot-314
+7	trial	trial	NOUN	I	6			trustpilot-314
+8	service	service	NOUN	I	7			trustpilot-314
+9	!	!	PUNCT	O	0			trustpilot-314
+
+1	@jlock4820	@USER	X	O	0			tweebank.88
+2	Brand	brand	ADV	B	0			tweebank.88
+3	New	new	ADJ	I	2			tweebank.88
+4	macbook	macbook	PROPN	O	0		n.artifact	tweebank.88
+5	with	with	ADP	O	0			tweebank.88
+6	zero	NUMBER	NUM	O	0			tweebank.88
+7	cost	cost	NOUN	O	0		n.attribute	tweebank.88
+8	www.slop.in/qrvd	URL	X	O	0			tweebank.88
+
+1	RT	rt	X	O	0			tweebank.85
+2	@VINNYGUADAGNINO	@USER	X	O	0			tweebank.85
+3	:	:	X	O	0			tweebank.85
+4	There	there	PRON	O	0			tweebank.85
+5	's	's	AUX	O	0			tweebank.85
+6	a	a	DET	O	0			tweebank.85
+7	valuable	valuable	ADJ	O	0			tweebank.85
+8	lessen	lessen	VERB	O	0		v.cognition	tweebank.85
+9	to	to	PART	O	0			tweebank.85
+10	be	be	AUX	O	0			tweebank.85
+11	learned	learn	VERB	O	0		v.cognition	tweebank.85
+12	here	here	ADV	O	0			tweebank.85
+13	kids	kid	NOUN	O	0		n.person	tweebank.85
+14	.	.	PUNCT	O	0			tweebank.85
+15	When	when	ADV	O	0			tweebank.85
+16	things	things	NOUN	O	0		n.other	tweebank.85
+17	get	get	VERB	O	0		v.change	tweebank.85
+18	rough	rough	ADJ	O	0			tweebank.85
+19	...	...	PUNCT	O	0			tweebank.85
+20	..	..	PUNCT	O	0			tweebank.85
+21	buy	buy	VERB	O	0		v.possession	tweebank.85
+22	a	a	DET	O	0			tweebank.85
+23	stripper	stripper	NOUN	B	0		n.artifact	tweebank.85
+24	pole	pole	NOUN	I	23			tweebank.85
+25	#Jerzathon	#jerzathon	X	O	0			tweebank.85
+
+1	This	this	DET	O	0			trustpilot-19
+2	service	service	NOUN	O	0		n.act	trustpilot-19
+3	can	can	AUX	O	0			trustpilot-19
+4	carry	carry	VERB	O	0		v.contact	trustpilot-19
+5	larger	larger	ADJ	O	0			trustpilot-19
+6	and	and	CONJ	O	0			trustpilot-19
+7	heavier	heavy	ADJ	O	0			trustpilot-19
+8	parcels	parcel	NOUN	O	0		n.artifact	trustpilot-19
+9	,	,	PUNCT	O	0			trustpilot-19
+10	but	but	CONJ	O	0			trustpilot-19
+11	is	be	VERB	O	0		v.stative	trustpilot-19
+12	not	not	ADV	O	0			trustpilot-19
+13	suitable	suitable	ADJ	O	0			trustpilot-19
+14	for	for	ADP	O	0			trustpilot-19
+15	pallets	pallet	NOUN	O	0		n.artifact	trustpilot-19
+16	.	.	PUNCT	O	0			trustpilot-19
+
+1	Guess	guess	VERB	B	0		v.cognition	tweebank.285
+2	Who	who	PRON	I	1			tweebank.285
+3	"	"	PUNCT	O	0			tweebank.285
+4	American	american	PROPN	B	0		n.person	tweebank.285
+5	Woman	woman	NOUN	I	4			tweebank.285
+6	"	"	PUNCT	O	0			tweebank.285
+
+1	Goodnight	goodnight	INTJ	O	0			tweebank.399
+2	everyone	everyone	NOUN	O	0			tweebank.399
+3	...	...	PUNCT	O	0			tweebank.399
+4	<33	EMOTICON	X	O	0			tweebank.399
+5	://	EMOTICON	X	O	0			tweebank.399
+
+1	All	all	DET	O	0			ted.iwslt.69.9
+2	of	of	ADP	O	0			ted.iwslt.69.9
+3	these	these	DET	O	0			ted.iwslt.69.9
+4	peoples	peoples	NOUN	O	0		n.group	ted.iwslt.69.9
+5	teach	teach	VERB	O	0		v.communication	ted.iwslt.69.9
+6	us	us	PRON	O	0			ted.iwslt.69.9
+7	that	that	SCONJ	O	0			ted.iwslt.69.9
+8	there	there	PRON	O	0			ted.iwslt.69.9
+9	are	be	VERB	O	0		v.stative	ted.iwslt.69.9
+10	other	other	ADJ	O	0			ted.iwslt.69.9
+11	ways	ways	NOUN	O	0		n.cognition	ted.iwslt.69.9
+12	of	of	ADP	O	0			ted.iwslt.69.9
+13	being	being	NOUN	O	0		n.state	ted.iwslt.69.9
+14	,	,	PUNCT	O	0			ted.iwslt.69.9
+15	other	other	ADJ	O	0			ted.iwslt.69.9
+16	ways	ways	NOUN	O	0		n.cognition	ted.iwslt.69.9
+17	of	of	ADP	O	0			ted.iwslt.69.9
+18	thinking	thinking	NOUN	O	0		n.cognition	ted.iwslt.69.9
+19	,	,	PUNCT	O	0			ted.iwslt.69.9
+20	other	other	ADJ	O	0			ted.iwslt.69.9
+21	ways	ways	NOUN	O	0		n.cognition	ted.iwslt.69.9
+22	of	of	SCONJ	O	0			ted.iwslt.69.9
+23	orienting	orient	VERB	O	0		v.cognition	ted.iwslt.69.9
+24	yourself	yourself	PRON	O	0			ted.iwslt.69.9
+25	in	in	ADP	O	0			ted.iwslt.69.9
+26	the	the	DET	O	0			ted.iwslt.69.9
+27	Earth	earth	NOUN	O	0		n.natural_object	ted.iwslt.69.9
+28	.	.	PUNCT	O	0			ted.iwslt.69.9
+
+1	Givin	givin	VERB	B	0		v.social	tweebank.116
+2	out	out	ADP	I	1			tweebank.116
+3	Back	back	NOUN	B	0		n.body	tweebank.116
+4	shots	shot	NOUN	I	3			tweebank.116
+
+1	Would	would	VERB	O	0			trustpilot-329
+2	not	not	ADV	O	0			trustpilot-329
+3	use	use	VERB	O	0		v.stative	trustpilot-329
+4	again	again	ADV	O	0			trustpilot-329
+5	.	.	PUNCT	O	0			trustpilot-329
+
+1	http://www.youtube.com/watch?v=DnrAJgkOG3w	URL	X	O	0			tweebank.167
+2	@justinbieber	@USER	X	O	0			tweebank.167
+3	look	look	VERB	O	0		v.perception	tweebank.167
+4	what	what	PRON	O	0			tweebank.167
+5	i	i	PRON	O	0			tweebank.167
+6	made	make	VERB	O	0		v.creation	tweebank.167
+7	?	?	PUNCT	O	0			tweebank.167
+
+1	Would	would	VERB	O	0			trustpilot-215
+2	still	still	ADV	O	0			trustpilot-215
+3	have	have	VERB	O	0		v.stative	trustpilot-215
+4	no	no	DET	O	0			trustpilot-215
+5	hesitation	hesitation	NOUN	O	0		n.cognition	trustpilot-215
+6	about	about	ADP	O	0			trustpilot-215
+7	booking	book	VERB	O	0		v.communication	trustpilot-215
+8	Resort	resort	PROPN	B	0		n.group	trustpilot-215
+9	Hoppa	hoppa	PROPN	I	8			trustpilot-215
+10	for	for	ADP	O	0			trustpilot-215
+11	our	our	DET	O	0			trustpilot-215
+12	next	next	ADJ	O	0			trustpilot-215
+13	holiday	holiday	NOUN	O	0		n.event	trustpilot-215
+14	in	in	ADP	O	0			trustpilot-215
+15	June	june	NOUN	O	0		n.time	trustpilot-215
+16	and	and	CONJ	O	0			trustpilot-215
+17	again	again	ADV	O	0			trustpilot-215
+18	after	after	ADP	O	0			trustpilot-215
+19	that	that	PRON	O	0			trustpilot-215
+20	.	.	PUNCT	O	0			trustpilot-215
+
+1	We	we	PRON	O	0			ted.iwslt.129.2
+2	're	're	AUX	O	0			ted.iwslt.129.2
+3	looking	look	VERB	O	0		v.perception	ted.iwslt.129.2
+4	at	at	ADP	O	0			ted.iwslt.129.2
+5	many	many	ADJ	O	0			ted.iwslt.129.2
+6	,	,	PUNCT	O	0			ted.iwslt.129.2
+7	many	many	ADJ	O	0			ted.iwslt.129.2
+8	gigabytes	gigabyte	NOUN	O	0		n.quantity	ted.iwslt.129.2
+9	of	of	ADP	O	0			ted.iwslt.129.2
+10	digital	digital	ADJ	O	0			ted.iwslt.129.2
+11	photos	photo	NOUN	O	0		n.artifact	ted.iwslt.129.2
+12	here	here	ADV	O	0			ted.iwslt.129.2
+13	and	and	CONJ	O	0			ted.iwslt.129.2
+14	kind	kind	ADV	O	0			ted.iwslt.129.2
+15	of	of	ADP	O	0			ted.iwslt.129.2
+16	seamlessly	seamlessly	NOUN	O	0			ted.iwslt.129.2
+17	and	and	CONJ	O	0			ted.iwslt.129.2
+18	continuously	continuously	ADJ	O	0			ted.iwslt.129.2
+19	zooming	zooming	NOUN	B	0			ted.iwslt.129.2
+20	in	in	ADV	I	19			ted.iwslt.129.2
+21	,	,	PUNCT	O	0			ted.iwslt.129.2
+22	panning	panning	NOUN	B	0			ted.iwslt.129.2
+23	through	through	ADP	I	22			ted.iwslt.129.2
+24	the	the	DET	O	0			ted.iwslt.129.2
+25	thing	thing	NOUN	O	0		n.cognition	ted.iwslt.129.2
+26	,	,	PUNCT	O	0			ted.iwslt.129.2
+27	rearranging	rearrange	VERB	O	0		v.change	ted.iwslt.129.2
+28	it	it	PRON	O	0			ted.iwslt.129.2
+29	in	in	ADP	O	0			ted.iwslt.129.2
+30	any	any	DET	O	0			ted.iwslt.129.2
+31	way	way	NOUN	O	0		n.attribute	ted.iwslt.129.2
+32	we	we	PRON	O	0			ted.iwslt.129.2
+33	want	want	VERB	O	0		v.emotion	ted.iwslt.129.2
+34	.	.	PUNCT	O	0			ted.iwslt.129.2
+
+1	RT	rt	X	O	0			tweebank.498
+2	@paigemontojo	@USER	X	O	0			tweebank.498
+3	:	:	X	O	0			tweebank.498
+4	Flyboys	flyboys	NOUN	O	0		n.person	tweebank.498
+5	!	!	PUNCT	O	0			tweebank.498
+6	James	james	PROPN	B	0		n.person	tweebank.498
+7	franco	franco	PROPN	I	6			tweebank.498
+8	do	do	AUX	O	0			tweebank.498
+9	n't	n't	PART	O	0			tweebank.498
+10	die	die	VERB	O	0		v.body	tweebank.498
+11	,	,	PUNCT	O	0			tweebank.498
+12	I	i	PRON	O	0			tweebank.498
+13	love	love	VERB	O	0		v.emotion	tweebank.498
+14	you	you	PRON	O	0			tweebank.498
+15	!	!	PUNCT	O	0			tweebank.498
+
+1	one	one	NUM	O	0			trustpilot-77
+2	week	week	NOUN	O	0		n.time	trustpilot-77
+3	before	before	ADP	O	0			trustpilot-77
+4	Christmas	christmas	NOUN	O	0		n.event	trustpilot-77
+5	.	.	PUNCT	O	0			trustpilot-77
+
+1	However	however	ADV	O	0			trustpilot-30
+2	would	would	VERB	O	0			trustpilot-30
+3	prefer	prefer	VERB	O	0		v.emotion	trustpilot-30
+4	,	,	PUNCT	O	0			trustpilot-30
+5	where	where	ADV	O	0			trustpilot-30
+6	possible	possible	ADJ	O	0			trustpilot-30
+7	,	,	PUNCT	O	0			trustpilot-30
+8	to	to	PART	O	0			trustpilot-30
+9	travel	travel	VERB	O	0		v.motion	trustpilot-30
+10	with	with	ADP	O	0			trustpilot-30
+11	jet0	jet0	NOUN	O	0		n.group	trustpilot-30
+12	every	every	DET	O	0			trustpilot-30
+13	time	time	NOUN	O	0		n.event	trustpilot-30
+14	.	.	PUNCT	O	0			trustpilot-30
+
+1	FREAKY	freaky	ADJ	O	0			tweebank.448
+2	LIKE	like	ADP	O	0			tweebank.448
+3	MY	my	PRON	O	0			tweebank.448
+4	LADY	lady	NOUN	B	0		n.person	tweebank.448
+5	PYRAMID	pyramid	NOUN	I	4			tweebank.448
+
+1	I	i	PRON	O	0			trustpilot-18
+2	ordered	order	VERB	O	0		v.communication	trustpilot-18
+3	some	some	DET	O	0			trustpilot-18
+4	flea	flea	NOUN	B	0		n.artifact	trustpilot-18
+5	spray	spray	NOUN	I	4			trustpilot-18
+6	,	,	PUNCT	O	0			trustpilot-18
+7	at	at	ADP	O	0			trustpilot-18
+8	a	a	DET	O	0			trustpilot-18
+9	very	very	ADV	O	0			trustpilot-18
+10	reasonable	reasonable	ADJ	O	0			trustpilot-18
+11	price	price	NOUN	O	0		n.attribute	trustpilot-18
+12	,	,	PUNCT	O	0			trustpilot-18
+13	and	and	CONJ	O	0			trustpilot-18
+14	the	the	DET	O	0			trustpilot-18
+15	product	product	NOUN	O	0		n.artifact	trustpilot-18
+16	arrived	arrive	VERB	O	0		v.motion	trustpilot-18
+17	next	next	ADJ	O	0			trustpilot-18
+18	day	day	NOUN	O	0		n.time	trustpilot-18
+19	.	.	PUNCT	O	0			trustpilot-18
+
+1	I	i	PRON	O	0			trustpilot-94
+2	called	call	VERB	O	0		v.communication	trustpilot-94
+3	customer	customer	NOUN	B	0		n.communication	trustpilot-94
+4	service	service	NOUN	I	3			trustpilot-94
+5	which	which	PRON	O	0			trustpilot-94
+6	is	be	VERB	O	0		v.stative	trustpilot-94
+7	a	a	DET	O	0			trustpilot-94
+8	premium	premium	NOUN	B	0		n.communication	trustpilot-94
+9	rate	rate	NOUN	I	8			trustpilot-94
+10	number	number	NOUN	I	9			trustpilot-94
+11	costing	cost	VERB	O	0		v.stative	trustpilot-94
+12	me	me	PRON	O	0			trustpilot-94
+13	£	£	X	O	0			trustpilot-94
+14	0	0	NUM	O	0			trustpilot-94
+15	.	.	PUNCT	O	0			trustpilot-94
+16	00	00	NUM	O	0			trustpilot-94
+17	only	only	ADV	O	0			trustpilot-94
+18	to	to	PART	O	0			trustpilot-94
+19	be	be	AUX	O	0			trustpilot-94
+20	told	tell	VERB	O	0		v.communication	trustpilot-94
+21	OH	oh	X	O	0			trustpilot-94
+22	YES	yes	PART	O	0			trustpilot-94
+23	ITS	its	PRON	O	0			trustpilot-94
+24	BEEN	be	AUX	O	0			trustpilot-94
+25	DOING	do	VERB	O	0		v.stative	trustpilot-94
+26	IT	it	PRON	O	0			trustpilot-94
+27	A	a	DET	O	0			trustpilot-94
+28	LOT	lot	NOUN	O	0		n.quantity	trustpilot-94
+29	TODAY	today	ADV	O	0			trustpilot-94
+30	but	but	CONJ	O	0			trustpilot-94
+31	nothing	nothing	NOUN	O	0		n.state	trustpilot-94
+32	we	we	PRON	O	0			trustpilot-94
+33	can	can	AUX	O	0			trustpilot-94
+34	do	do	VERB	O	0		v.stative	trustpilot-94
+35	to	to	PART	O	0			trustpilot-94
+36	help	help	VERB	O	0		v.social	trustpilot-94
+37	you	you	PRON	O	0			trustpilot-94
+38	as	as	CONJ	O	0			trustpilot-94
+39	you	you	PRON	O	0			trustpilot-94
+40	don	don	AUX	O	0			trustpilot-94
+41	’	’	PART	O	0			trustpilot-94
+42	t	t	PART	O	0			trustpilot-94
+43	have	have	VERB	O	0		v.possession	trustpilot-94
+44	a	a	DET	O	0			trustpilot-94
+45	order	order	NOUN	B	0		n.communication	trustpilot-94
+46	number	number	NOUN	I	45			trustpilot-94
+47	.	.	PUNCT	O	0			trustpilot-94
+
+1	@ViRiDiS68	@USER	X	O	0			tweebank.209
+2	ha	ha	INTJ	O	0			tweebank.209
+3	!	!	PUNCT	O	0			tweebank.209
+4	I	i	PRON	O	0			tweebank.209
+5	'm	'm	AUX	O	0			tweebank.209
+6	gonna	gonna	AUX	O	0			tweebank.209
+7	go	go	VERB	B	0		v.communication	tweebank.209
+8	with	with	ADP	I	7			tweebank.209
+9	yes	yes	INTJ	O	0			tweebank.209
+
+1	RT	rt	X	O	0			tweebank.125
+2	@xBiebers_Worldx	@USER	X	O	0			tweebank.125
+3	:	:	X	O	0			tweebank.125
+4	RT	rt	VERB	O	0		v.communication	tweebank.125
+5	for	for	ADP	O	0			tweebank.125
+6	a	a	DET	O	0			tweebank.125
+7	shoutout	shoutout	NOUN	O	0		n.communication	tweebank.125
+8	♥	EMOTICON	X	O	0			tweebank.125
+
+1	@d_daniels	@USER	X	O	0			tweebank.171
+2	:	:	PUNCT	O	0			tweebank.171
+3	If	if	SCONJ	O	0			tweebank.171
+4	a	a	DET	O	0			tweebank.171
+5	player	player	NOUN	O	0		n.person	tweebank.171
+6	wins	win	VERB	O	0		v.competition	tweebank.171
+7	his	his	PRON	O	0			tweebank.171
+8	first	first	ADJ	O	0			tweebank.171
+9	match	match	NOUN	O	0		n.act	tweebank.171
+10	,	,	PUNCT	O	0			tweebank.171
+11	then	then	ADV	O	0			tweebank.171
+12	loses	lose	VERB	O	0		v.competition	tweebank.171
+13	in	in	ADP	O	0			tweebank.171
+14	the	the	DET	O	0			tweebank.171
+15	second	second	ADJ	O	0			tweebank.171
+16	round	round	NOUN	O	0		n.act	tweebank.171
+17	that	that	PRON	O	0			tweebank.171
+18	's	's	VERB	O	0		v.stative	tweebank.171
+19	a	a	DET	O	0			tweebank.171
+20	t-17	NUMBER	NUM	O	0			tweebank.171
+21	,	,	PUNCT	O	0			tweebank.171
+22	technically	technically	ADV	O	0			tweebank.171
+23	.	.	PUNCT	O	0			tweebank.171
+24	Does	do	AUX	O	0			tweebank.171
+25	that	that	PRON	O	0			tweebank.171
+26	count	count	VERB	O	0		v.cognition	tweebank.171
+27	as	as	ADV	O	0			tweebank.171
+28	top-25	top-25	ADJ	O	0			tweebank.171
+29	?	?	PUNCT	O	0			tweebank.171
+
+1	I	i	PRON	O	0			tweebank.461
+2	love	love	VERB	O	0		v.emotion	tweebank.461
+3	you	you	PRON	O	0			tweebank.461
+4	more	more	ADJ	O	0			tweebank.461
+5	than	than	SCONJ	O	0			tweebank.461
+6	songs	song	NOUN	O	0		n.communication	tweebank.461
+7	can	can	AUX	O	0			tweebank.461
+8	say	say	VERB	O	0		v.communication	tweebank.461
+9	.	.	PUNCT	O	0			tweebank.461
+
+1	Tessa	tessa	PROPN	O	0		n.person	tweebank.122
+2	really	really	ADV	O	0			tweebank.122
+3	stole	steal	VERB	O	0		v.possession	tweebank.122
+4	all	all	DET	O	0			tweebank.122
+5	then	then	DET	O	0			tweebank.122
+6	people	people	NOUN	O	0		n.person	tweebank.122
+7	's	's	PART	O	0			tweebank.122
+8	food	food	NOUN	O	0		n.food	tweebank.122
+9	.	.	PUNCT	O	0			tweebank.122
+
+1	@rainbowsora	@USER	X	O	0			tweebank.451
+2	wait	wait	VERB	O	0		v.stative	tweebank.451
+3	a	a	DET	O	0			tweebank.451
+4	sec	sec	NOUN	O	0		n.time	tweebank.451
+5	...	...	PUNCT	O	0			tweebank.451
+6	how	how	ADV	O	0			tweebank.451
+7	late	late	ADJ	O	0			tweebank.451
+8	do	do	AUX	O	0			tweebank.451
+9	you	you	PRON	O	0			tweebank.451
+10	eat	eat	VERB	O	0		v.consumption	tweebank.451
+11	?!?	?!?	PUNCT	O	0			tweebank.451
+12	It	it	PRON	O	0			tweebank.451
+13	's	's	VERB	O	0		v.stative	tweebank.451
+14	like	like	ADV	O	0			tweebank.451
+15	dinnertime	dinnertime	NOUN	O	0		n.time	tweebank.451
+16	here	here	ADV	O	0			tweebank.451
+17	!	!	PUNCT	O	0			tweebank.451
+
+1	so	so	ADV	O	0			trustpilot-273
+2	impressed	impressed	ADJ	O	0			trustpilot-273
+3	with	with	ADP	O	0			trustpilot-273
+4	the	the	DET	O	0			trustpilot-273
+5	service	service	NOUN	O	0		n.act	trustpilot-273
+
+1	Both	both	DET	O	0			trustpilot-208
+2	items	item	NOUN	O	0		n.artifact	trustpilot-208
+3	were	be	AUX	O	0			trustpilot-208
+4	easy	easy	ADV	O	0			trustpilot-208
+5	to	to	PART	O	0			trustpilot-208
+6	order	order	NOUN	O	0		n.communication	trustpilot-208
+7	using	use	VERB	O	0		v.cognition	trustpilot-208
+8	the	the	DET	O	0			trustpilot-208
+9	on	on	NOUN	B	0		n.cognition	trustpilot-208
+10	line	line	NOUN	I	9			trustpilot-208
+11	system	system	NOUN	I	10			trustpilot-208
+12	.	.	PUNCT	O	0			trustpilot-208
+
+1	RT	rt	X	O	0			tweebank.356
+2	@FayePalmerNews	@USER	X	O	0			tweebank.356
+3	:	:	X	O	0			tweebank.356
+4	Exclusive	exclusive	ADJ	O	0			tweebank.356
+5	picture	picture	NOUN	O	0		n.artifact	tweebank.356
+6	of	of	ADP	O	0			tweebank.356
+7	@FayePalmer_BB	@USER	X	O	0			tweebank.356
+8	and	and	CONJ	O	0			tweebank.356
+9	Jay	jay	PROPN	O	0		n.person	tweebank.356
+10	's	's	PART	O	0			tweebank.356
+11	mum	mum	NOUN	O	0		n.person	tweebank.356
+12	Sue	sue	PROPN	O	0		n.person	tweebank.356
+13	!	!	PUNCT	O	0			tweebank.356
+14	http://t.co/rJHLPRrj	URL	X	O	0			tweebank.356
+
+1	Postage	postage	NOUN	B	0		n.attribute	trustpilot-275
+2	cost	cost	NOUN	I	1			trustpilot-275
+3	was	be	VERB	O	0		v.stative	trustpilot-275
+4	quite	quite	ADV	O	0			trustpilot-275
+5	high	high	ADJ	O	0			trustpilot-275
+6	for	for	ADP	O	0			trustpilot-275
+7	the	the	DET	O	0			trustpilot-275
+8	item	item	NOUN	O	0		n.artifact	trustpilot-275
+9	(	(	PUNCT	O	0			trustpilot-275
+10	a	a	DET	O	0			trustpilot-275
+11	pair	pair	NOUN	B	0		n.artifact	trustpilot-275
+12	of	of	ADP	I	11			trustpilot-275
+13	socks	sock	NOUN	I	12			trustpilot-275
+14	)	)	PUNCT	O	0			trustpilot-275
+15	but	but	CONJ	O	0			trustpilot-275
+16	I	i	PRON	O	0			trustpilot-275
+17	would	would	VERB	O	0			trustpilot-275
+18	definitely	definitely	ADV	O	0			trustpilot-275
+19	use	use	VERB	O	0		v.stative	trustpilot-275
+20	again	again	ADV	O	0			trustpilot-275
+21	.	.	PUNCT	O	0			trustpilot-275
+
+1	I	i	PRON	O	0			trustpilot-100
+2	had	have	VERB	O	0			trustpilot-100
+3	a	a	DET	O	0			trustpilot-100
+4	parcel	parcel	NOUN	O	0		n.artifact	trustpilot-100
+5	to	to	PART	O	0			trustpilot-100
+6	send	send	VERB	O	0		v.motion	trustpilot-100
+7	that	that	PRON	O	0			trustpilot-100
+8	was	be	VERB	O	0		v.stative	trustpilot-100
+9	0	0	NUM	O	0			trustpilot-100
+10	.	.	PUNCT	O	0			trustpilot-100
+11	0	0	NUM	O	0			trustpilot-100
+12	metres	metre	NOUN	O	0		n.quantity	trustpilot-100
+13	long	long	ADJ	O	0			trustpilot-100
+14	(	(	PUNCT	O	0			trustpilot-100
+15	a	a	DET	O	0			trustpilot-100
+16	spinnaker	spinnaker	NOUN	B	0		n.artifact	trustpilot-100
+17	pole	pole	NOUN	I	16			trustpilot-100
+18	)	)	PUNCT	O	0			trustpilot-100
+19	and	and	CONJ	O	0			trustpilot-100
+20	weighed	weigh	VERB	O	0		v.stative	trustpilot-100
+21	0	0	NUM	O	0			trustpilot-100
+22	kilos	kilo	NOUN	O	0		n.quantity	trustpilot-100
+23	.	.	PUNCT	O	0			trustpilot-100
+
+1	And	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.7
+2	they	they	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.7
+3	lived	live	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.7
+4	away	away	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.7
+5	then	then	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.7
+6	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.7
+
+1	;	;	PUNCT	O	0			tweebank.269
+2	i	i	PRON	O	0			tweebank.269
+3	dk	dk	VERB	O	0		v.cognition	tweebank.269
+4	why	why	ADV	O	0			tweebank.269
+5	...	...	PUNCT	O	0			tweebank.269
+6	but	but	CONJ	O	0			tweebank.269
+7	ifeel	ifeel	VERB	B	0		v.emotion	tweebank.269
+8	like	like	SCONJ	I	7			tweebank.269
+9	talkin	talkin	VERB	B	0		v.communication	tweebank.269
+10	dirty	dirty	ADJ	I	9			tweebank.269
+11	O_o	EMOTICON	X	O	0			tweebank.269
+
+1	It	it	PRON	O	0			tweebank.179
+2	kinda	kinda	ADV	O	0			tweebank.179
+3	feels	feel	VERB	O	0		v.emotion	tweebank.179
+4	like	like	ADP	O	0			tweebank.179
+5	a	a	DET	O	0			tweebank.179
+6	junk	junk	NOUN	B	0		n.food	tweebank.179
+7	food	food	NOUN	I	6			tweebank.179
+8	kinda	kinda	X	O	0			tweebank.179
+9	day	day	NOUN	O	0		n.time	tweebank.179
+10	.	.	PUNCT	O	0			tweebank.179
+11	Good	good	ADJ	O	0			tweebank.179
+12	thing	thing	NOUN	O	0		n.state	tweebank.179
+13	I	i	PRON	O	0			tweebank.179
+14	am	be	AUX	O	0			tweebank.179
+15	planning	plan	VERB	O	0		v.cognition	tweebank.179
+16	some	some	DET	O	0			tweebank.179
+17	time	time	NOUN	O	0		n.event	tweebank.179
+18	with	with	ADP	O	0			tweebank.179
+19	my	my	PRON	O	0			tweebank.179
+20	friend	friend	NOUN	O	0		n.person	tweebank.179
+21	,	,	PUNCT	O	0			tweebank.179
+22	Jillian	jillian	PROPN	B	0		n.person	tweebank.179
+23	Michaels	michaels	PROPN	I	22			tweebank.179
+24	,	,	PUNCT	O	0			tweebank.179
+25	tonight	tonight	ADV	O	0			tweebank.179
+
+1	Nobody	nobody	NOUN	O	0			tweebank.98
+2	cares	care	VERB	O	0		v.emotion	tweebank.98
+3	about	about	ADP	O	0			tweebank.98
+4	watch	watch	PRON	O	0			tweebank.98
+5	did	do	VERB	O	0		v.stative	tweebank.98
+6	in	in	ADP	O	0			tweebank.98
+7	2011	NUMBER	NUM	O	0			tweebank.98
+8	!	!	PUNCT	O	0			tweebank.98
+
+1	@BettyMcSweets	@USER	X	O	0			tweebank.456
+2	that	that	PRON	O	0			tweebank.456
+3	hurts	hurt	VERB	O	0		v.cognition	tweebank.456
+4	!	!	PUNCT	O	0			tweebank.456
+
+1	They	they	PRON	O	0			trustpilot-49
+2	said	say	VERB	O	0		v.communication	trustpilot-49
+3	it	it	PRON	O	0			trustpilot-49
+4	was	be	VERB	O	0		v.stative	trustpilot-49
+5	a	a	DET	O	0			trustpilot-49
+6	picking	picking	NOUN	B	0		n.act	trustpilot-49
+7	error	error	NOUN	I	6			trustpilot-49
+8	and	and	CONJ	O	0			trustpilot-49
+9	sent	send	VERB	B	0		v.motion	trustpilot-49
+10	them	them	PRON	o	0			trustpilot-49
+11	out	out	PART	I	9			trustpilot-49
+12	the	the	DET	O	0			trustpilot-49
+13	next	next	ADJ	O	0			trustpilot-49
+14	day	day	NOUN	O	0		n.time	trustpilot-49
+15	,	,	PUNCT	O	0			trustpilot-49
+16	so	so	ADV	O	0			trustpilot-49
+17	I	i	PRON	O	0			trustpilot-49
+18	had	have	AUX	O	0			trustpilot-49
+19	to	to	PART	O	0			trustpilot-49
+20	wait	wait	VERB	B	0		v.stative	trustpilot-49
+21	in	in	ADP	I	20			trustpilot-49
+22	for	for	ADP	O	0			trustpilot-49
+23	delivery	delivery	NOUN	O	0		n.act	trustpilot-49
+24	the	the	DET	O	0			trustpilot-49
+25	second	second	ADJ	O	0			trustpilot-49
+26	time	time	NOUN	O	0		n.event	trustpilot-49
+27	.	.	PUNCT	O	0			trustpilot-49
+
+1	wonder	wonder	VERB	O	0		v.cognition	trustpilot-52
+2	if	if	CONJ	O	0			trustpilot-52
+3	the	the	DET	O	0			trustpilot-52
+4	person	person	NOUN	O	0		n.person	trustpilot-52
+5	parking	park	VERB	O	0		v.motion	trustpilot-52
+6	it	it	PRON	O	0			trustpilot-52
+7	was	be	VERB	O	0		v.stative	trustpilot-52
+8	really	really	ADV	O	0			trustpilot-52
+9	tall	tall	ADJ	O	0			trustpilot-52
+10	and	and	CONJ	O	0			trustpilot-52
+11	had	have	VERB	O	0		v.change	trustpilot-52
+12	a	a	DET	O	0			trustpilot-52
+13	bit	bit	NOUN	O	0		n.quantity	trustpilot-52
+14	of	of	ADP	O	0			trustpilot-52
+15	a	a	DET	O	0			trustpilot-52
+16	sleep	sleep	NOUN	O	0		n.body	trustpilot-52
+17	in	in	ADP	O	0			trustpilot-52
+18	it	it	PRON	O	0			trustpilot-52
+19	??	??	PUNCT	O	0			trustpilot-52
+
+1	We	we	PRON	O	0			trustpilot-145
+2	didn	didn	VERB	O	0			trustpilot-145
+3	'	'	PUNCT	O	0			trustpilot-145
+4	t	t	PART	O	0			trustpilot-145
+5	have	have	AUX	O	0			trustpilot-145
+6	to	to	PART	O	0			trustpilot-145
+7	fill	fill	VERB	B	0		v.change	trustpilot-145
+8	up	up	PART	I	7			trustpilot-145
+9	at	at	ADP	O	0			trustpilot-145
+10	all	all	ADV	O	0			trustpilot-145
+11	,	,	PUNCT	O	0			trustpilot-145
+12	and	and	CONJ	O	0			trustpilot-145
+13	had	have	VERB	O	0		v.stative	trustpilot-145
+14	a	a	DET	O	0			trustpilot-145
+15	small	small	ADJ	O	0			trustpilot-145
+16	amount	amount	NOUN	O	0		n.quantity	trustpilot-145
+17	left	left	ADJ	O	0			trustpilot-145
+18	in	in	ADP	O	0			trustpilot-145
+19	the	the	DET	O	0			trustpilot-145
+20	tank	tank	NOUN	O	0		n.artifact	trustpilot-145
+21	when	when	ADV	O	0			trustpilot-145
+22	we	we	PRON	O	0			trustpilot-145
+23	dropped	drop	VERB	B	0		v.motion	trustpilot-145
+24	off	off	PART	I	23			trustpilot-145
+25	,	,	PUNCT	O	0			trustpilot-145
+26	having	have	AUX	O	0			trustpilot-145
+27	driven	drive	VERB	O	0		v.motion	trustpilot-145
+28	around	around	ADV	O	0			trustpilot-145
+29	000km	000km	NOUN	O	0		n.quantity	trustpilot-145
+30	.	.	PUNCT	O	0			trustpilot-145
+
+1	Feelin	feelin	VERB	O	0		v.stative	tweebank.315
+2	like	like	ADP	O	0			tweebank.315
+3	poop	poop	NOUN	O	0		n.attribute	tweebank.315
+4	..	..	PUNCT	O	0			tweebank.315
+
+1	It	it	PRON	O	0			ted.iwslt.1353.5
+2	mixed	mix	VERB	O	0		v.change	ted.iwslt.1353.5
+3	with	with	ADP	O	0			ted.iwslt.1353.5
+4	my	my	PRON	O	0			ted.iwslt.1353.5
+5	earlier	earlier	ADJ	O	0			ted.iwslt.1353.5
+6	passion	passion	NOUN	O	0		n.feeling	ted.iwslt.1353.5
+7	for	for	ADP	O	0			ted.iwslt.1353.5
+8	drawing	drawing	NOUN	O	0		n.act	ted.iwslt.1353.5
+9	,	,	PUNCT	O	0			ted.iwslt.1353.5
+10	but	but	CONJ	O	0			ted.iwslt.1353.5
+11	it	it	PRON	O	0			ted.iwslt.1353.5
+12	was	be	VERB	O	0		v.stative	ted.iwslt.1353.5
+13	a	a	DET	O	0			ted.iwslt.1353.5
+14	bit	bit	NOUN	O	0		n.quantity	ted.iwslt.1353.5
+15	different	different	ADJ	O	0			ted.iwslt.1353.5
+16	,	,	PUNCT	O	0			ted.iwslt.1353.5
+17	because	because	SCONJ	O	0			ted.iwslt.1353.5
+18	using	use	VERB	O	0		v.contact	ted.iwslt.1353.5
+19	the	the	DET	O	0			ted.iwslt.1353.5
+20	camera	camera	NOUN	O	0		n.artifact	ted.iwslt.1353.5
+21	,	,	PUNCT	O	0			ted.iwslt.1353.5
+22	the	the	DET	O	0			ted.iwslt.1353.5
+23	process	process	NOUN	O	0		n.act	ted.iwslt.1353.5
+24	was	be	VERB	O	0		v.stative	ted.iwslt.1353.5
+25	in	in	ADP	O	0			ted.iwslt.1353.5
+26	the	the	DET	O	0			ted.iwslt.1353.5
+27	planning	planning	NOUN	O	0		n.cognition	ted.iwslt.1353.5
+28	instead	instead	ADV	O	0			ted.iwslt.1353.5
+29	.	.	PUNCT	O	0			ted.iwslt.1353.5
+
+1	I	i	PRON	O	0			trustpilot-285
+2	bought	buy	VERB	O	0		v.possession	trustpilot-285
+3	a	a	DET	O	0			trustpilot-285
+4	shield	shield	NOUN	O	0		n.artifact	trustpilot-285
+5	for	for	ADP	O	0			trustpilot-285
+6	my	my	DET	O	0			trustpilot-285
+7	"	"	PUNCT	O	0			trustpilot-285
+8	new	new	ADJ	O	0			trustpilot-285
+9	"	"	PUNCT	O	0			trustpilot-285
+10	ipad	ipad	NOUN	B	0		n.artifact	trustpilot-285
+11	mini	mini	NOUN	I	10			trustpilot-285
+12	from	from	ADP	O	0			trustpilot-285
+13	Extreme	extreme	NOUN	O	0		n.group	trustpilot-285
+14	because	because	CONJ	O	0			trustpilot-285
+15	the	the	DET	O	0			trustpilot-285
+16	actual	actual	ADJ	O	0			trustpilot-285
+17	cost	cost	NOUN	O	0		n.possession	trustpilot-285
+18	of	of	ADP	O	0			trustpilot-285
+19	the	the	DET	O	0			trustpilot-285
+20	Apple	apple	NOUN	O	0		n.artifact	trustpilot-285
+21	one	one	PRON	O	0			trustpilot-285
+22	on	on	ADP	O	0			trustpilot-285
+23	sale	sale	NOUN	O	0		n.act	trustpilot-285
+24	everywhere	everywhere	ADV	O	0			trustpilot-285
+25	was	be	VERB	O	0		v.stative	trustpilot-285
+26	almost	almost	ADV	O	0			trustpilot-285
+27	double	double	NOUN	O	0		n.attribute	trustpilot-285
+28	the	the	DET	O	0			trustpilot-285
+29	price	price	NOUN	O	0		n.attribute	trustpilot-285
+30	that	that	PRON	O	0			trustpilot-285
+31	Extreme	extreme	NOUN	O	0		n.artifact	trustpilot-285
+32	charge	charge	VERB	O	0		v.possession	trustpilot-285
+33	and	and	CONJ	O	0			trustpilot-285
+34	they	they	PRON	O	0			trustpilot-285
+35	also	also	ADV	O	0			trustpilot-285
+36	give	give	VERB	O	0		v.possession	trustpilot-285
+37	two	two	NUM	O	0			trustpilot-285
+38	screen	screen	NOUN	B	0		n.artifact	trustpilot-285
+39	savers	saver	NOUN	I	38			trustpilot-285
+40	and	and	CONJ	O	0			trustpilot-285
+41	a	a	DET	O	0			trustpilot-285
+42	clear	clear	ADJ	B	0		n.artifact	trustpilot-285
+43	back	back	NOUN	I	42			trustpilot-285
+44	for	for	ADP	O	0			trustpilot-285
+45	the	the	DET	O	0			trustpilot-285
+46	ipad	ipad	NOUN	O	0		n.artifact	trustpilot-285
+47	.	.	PUNCT	O	0			trustpilot-285
+
+1	jelena	jelena	PROPN	O	0		n.person	tweebank.388
+2	is	be	VERB	O	0		v.stative	tweebank.388
+3	still	still	ADV	O	0			tweebank.388
+4	annoying	annoying	ADJ	O	0			tweebank.388
+5	af	af	ADV	O	0			tweebank.388
+6	.	.	PUNCT	O	0			tweebank.388
+
+1	First	first	ADJ	O	0			tweebank.82
+2	serious	serious	ADJ	O	0			tweebank.82
+3	attack	attack	NOUN	O	0		n.act	tweebank.82
+4	by	by	ADP	O	0			tweebank.82
+5	Philadelphia	philadelphia	PROPN	O	0		n.group	tweebank.82
+6	,	,	PUNCT	O	0			tweebank.82
+7	but	but	CONJ	O	0			tweebank.82
+8	the	the	DET	O	0			tweebank.82
+9	Timber	timber	PROPN	B	0		n.person	tweebank.82
+10	s	s	PART	I	9			tweebank.82
+11	D	d	NOUN	I	10			tweebank.82
+12	got	get	VERB	B	0		v.contact	tweebank.82
+13	the	the	DET	o	0			tweebank.82
+14	ball	ball	NOUN	o	0		n.artifact	tweebank.82
+15	out	out	ADJ	I	12			tweebank.82
+16	.	.	PUNCT	O	0			tweebank.82
+
+1	@igctrance	@USER	X	O	0			tweebank.96
+2	wow	wow	INTJ	O	0			tweebank.96
+3	!	!	PUNCT	O	0			tweebank.96
+4	O.o	EMOTICON	X	O	0			tweebank.96
+
+1	David	david	PROPN	B	0		n.person	tweebank.182
+2	Mitchell	mitchell	PROPN	I	1			tweebank.182
+3	's	's	PART	I	2			tweebank.182
+4	Immersive	immersive	ADJ	B	0		n.artifact	tweebank.182
+5	Reading	read	VERB	I	4			tweebank.182
+6	Room	room	NOUN	I	5			tweebank.182
+7	,	,	PUNCT	O	0			tweebank.182
+8	the	the	DET	O	0			tweebank.182
+9	"	"	PUNCT	O	0			tweebank.182
+10	ultimate	ultimate	ADJ	O	0			tweebank.182
+11	environment	environment	NOUN	O	0		n.state	tweebank.182
+12	"	"	PUNCT	O	0			tweebank.182
+13	to	to	PART	O	0			tweebank.182
+14	enjoy	enjoy	VERB	O	0		v.emotion	tweebank.182
+15	Thousand	thousand	PROPN	B	0		n.communication	tweebank.182
+16	Autumns	autumns	PROPN	I	15			tweebank.182
+17	:	:	PUNCT	O	0			tweebank.182
+18	http://is.gd/4y40Ht	URL	X	O	0			tweebank.182
+19	/via	/via	ADP	O	0			tweebank.182
+20	@PD_Smith	@USER	X	O	0			tweebank.182
+
+1	I	i	PRON	O	0			trustpilot-116
+2	recently	recently	ADV	O	0			trustpilot-116
+3	purchased	purchase	VERB	O	0		v.possession	trustpilot-116
+4	a	a	DET	O	0			trustpilot-116
+5	Canon	canon	NOUN	B	0		n.artifact	trustpilot-116
+6	lens	lens	NOUN	I	5			trustpilot-116
+7	from	from	ADP	O	0			trustpilot-116
+8	Simply	simply	PROPN	B	0		n.group	trustpilot-116
+9	Electronics	electronics	NOUN	I	8			trustpilot-116
+10	.	.	PUNCT	O	0			trustpilot-116
+
+1	Women	women	PROPN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+2	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+3	for	for	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+4	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+5	first	first	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+6	time	time	NOUN	O	0		n.event	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+7	this	this	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+8	year	year	NOUN	O	0		n.time	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+9	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+10	became	become	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+11	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+12	majority	majority	NOUN	O	0		n.quantity	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+13	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+14	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+15	American	american	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+16	workforce	workforce	NOUN	O	0		n.group	ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+17	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+
+1	Goods	good	NOUN	O	0		n.artifact	trustpilot-20
+2	were	be	AUX	O	0			trustpilot-20
+3	delivered	deliver	VERB	O	0		v.contact	trustpilot-20
+4	in	in	ADP	O	0			trustpilot-20
+5	great	great	ADJ	O	0			trustpilot-20
+6	condition	condition	NOUN	O	0		n.state	trustpilot-20
+7	and	and	CONJ	O	0			trustpilot-20
+8	very	very	ADV	O	0			trustpilot-20
+9	well	well	ADV	O	0			trustpilot-20
+10	packed	pack	VERB	O	0		v.contact	trustpilot-20
+11	.	.	PUNCT	O	0			trustpilot-20
+
+1	I	i	PRON	O	0			trustpilot-257
+2	ordered	order	VERB	O	0		v.communication	trustpilot-257
+3	a	a	DET	O	0			trustpilot-257
+4	Sonos	sonos	PROPN	B	0		n.artifact	trustpilot-257
+5	S0	s0	PROPN	I	4			trustpilot-257
+6	on	on	ADP	O	0			trustpilot-257
+7	the	the	DET	O	0			trustpilot-257
+8	00nd	00nd	NOUN	O	0		n.time	trustpilot-257
+9	of	of	ADP	O	0			trustpilot-257
+10	September	september	NOUN	O	0		n.time	trustpilot-257
+11	,	,	PUNCT	O	0			trustpilot-257
+12	the	the	DET	O	0			trustpilot-257
+13	web	web	NOUN	O	0		n.communication	trustpilot-257
+14	stated	state	VERB	O	0		v.communication	trustpilot-257
+15	(	(	PUNCT	O	0			trustpilot-257
+16	as	as	ADV	O	0			trustpilot-257
+17	did	do	VERB	O	0		v.communication	trustpilot-257
+18	a	a	DET	O	0			trustpilot-257
+19	follow	follow	NOUN	B	0		n.communication	trustpilot-257
+20	up	up	NOUN	I	19			trustpilot-257
+21	email	email	NOUN	I	20			trustpilot-257
+22	)	)	PUNCT	O	0			trustpilot-257
+23	shipping	shipping	NOUN	O	0		n.act	trustpilot-257
+24	in	in	ADP	O	0			trustpilot-257
+25	0	0	NUM	O	0			trustpilot-257
+26	-	-	PUNCT	O	0			trustpilot-257
+27	0	0	NUM	O	0			trustpilot-257
+28	working	working	NOUN	B	0		n.time	trustpilot-257
+29	days	days	NOUN	I	28			trustpilot-257
+30	and	and	CONJ	O	0			trustpilot-257
+31	delivery	delivery	NOUN	O	0		n.act	trustpilot-257
+32	in	in	ADP	O	0			trustpilot-257
+33	0	0	NUM	O	0			trustpilot-257
+34	-	-	PUNCT	O	0			trustpilot-257
+35	0	0	NUM	O	0			trustpilot-257
+36	working	working	NOUN	B	0		n.time	trustpilot-257
+37	days	days	NOUN	I	36			trustpilot-257
+38	.	.	PUNCT	O	0			trustpilot-257
+
+1	fiNna	finna	ADV	O	0			tweebank.434
+2	gO	go	VERB	O	0		v.motion	tweebank.434
+3	tO	to	ADP	O	0			tweebank.434
+4	cHeErleAdiN	cheerleadin	NOUN	B	0		n.act	tweebank.434
+5	pRactiCe	practice	NOUN	I	4			tweebank.434
+6	...	...	PUNCT	O	0			tweebank.434
+7	yaY	yay	INTJ	O	0			tweebank.434
+8	#cheer	#cheer	X	O	0			tweebank.434
+
+1	Had	have	AUX	O	0			trustpilot-117
+2	to	to	PART	O	0			trustpilot-117
+3	cancel	cancel	VERB	O	0		v.change	trustpilot-117
+4	a	a	DET	O	0			trustpilot-117
+5	collection	collection	NOUN	O	0		n.act	trustpilot-117
+6	.	.	PUNCT	O	0			trustpilot-117
+
+1	Is	be	VERB	O	0		v.stative	ted.iwslt.1161.10
+2	it	it	PRON	O	0			ted.iwslt.1161.10
+3	going	go	VERB	B	0			ted.iwslt.1161.10
+4	to	to	PART	I	3			ted.iwslt.1161.10
+5	be	be	VERB	O	0		v.stative	ted.iwslt.1161.10
+6	my	my	PRON	O	0			ted.iwslt.1161.10
+7	size	size	NOUN	O	0		n.attribute	ted.iwslt.1161.10
+8	?	?	PUNCT	O	0			ted.iwslt.1161.10
+
+1	@DannyYaZMehhh	@USER	X	O	0			tweebank.458
+2	otay	otay	INTJ	O	0			tweebank.458
+
+1	Prompt	prompt	ADJ	O	0			trustpilot-242
+2	delivery	delivery	NOUN	O	0		n.act	trustpilot-242
+3	of	of	ADP	O	0			trustpilot-242
+4	my	my	DET	O	0			trustpilot-242
+5	order	order	NOUN	O	0		n.communication	trustpilot-242
+6	and	and	CONJ	O	0			trustpilot-242
+7	really	really	ADV	O	0			trustpilot-242
+8	pleased	pleased	ADJ	O	0			trustpilot-242
+9	with	with	ADP	O	0			trustpilot-242
+10	my	my	DET	O	0			trustpilot-242
+11	Fitflops	fitflops	PROPN	O	0		n.artifact	trustpilot-242
+12	.	.	PUNCT	O	0			trustpilot-242
+
+1	#nothappy	#nothappy	X	O	0			tweebank.212
+2	that	that	SCONJ	O	0			tweebank.212
+3	Adelaide	adelaide	PROPN	O	0		n.group	tweebank.212
+4	has	have	AUX	O	0			tweebank.212
+5	lost	lose	VERB	O	0		v.competition	tweebank.212
+6	the	the	DET	O	0			tweebank.212
+7	#rugbysevens	#rugbysevens	PROPN	O	0		n.event	tweebank.212
+
+1	Today	today	NOUN	O	0		n.event	trustpilot-170
+2	was	be	VERB	O	0		v.stative	trustpilot-170
+3	a	a	DET	O	0			trustpilot-170
+4	fine	fine	ADJ	O	0			trustpilot-170
+5	example	example	NOUN	O	0		n.cognition	trustpilot-170
+6	,	,	PUNCT	O	0			trustpilot-170
+7	thanks	thanks	PART	O	0			trustpilot-170
+8	Daniel	daniel	PROPN	O	0		n.person	trustpilot-170
+9	,	,	PUNCT	O	0			trustpilot-170
+10	you	you	PRON	B	0			trustpilot-170
+11	rock	rock	VERB	I	10			trustpilot-170
+12	!	!	PUNCT	O	0			trustpilot-170
+
+1	RT	rt	X	O	0			tweebank.256
+2	@CelebsFacts	@USER	X	O	0			tweebank.256
+3	:	:	X	O	0			tweebank.256
+4	Bruno	bruno	PROPN	B	0		n.person	tweebank.256
+5	Mars	mars	PROPN	I	4			tweebank.256
+6	hates	hate	VERB	O	0		v.emotion	tweebank.256
+7	it	it	PRON	O	0			tweebank.256
+8	when	when	ADV	O	0			tweebank.256
+9	cameramen	cameraman	NOUN	O	0		n.person	tweebank.256
+10	zoom	zoom	VERB	B	0		v.motion	tweebank.256
+11	in	in	ADP	I	10			tweebank.256
+12	too	too	ADV	O	0			tweebank.256
+13	close	close	ADJ	O	0			tweebank.256
+14	.	.	PUNCT	O	0			tweebank.256
+15	#CelebsFacts	#celebsfacts	X	O	0			tweebank.256
+
+1	@M40PixeL	@USER	X	O	0			tweebank.270
+2	hi	hi	INTJ	O	0			tweebank.270
+3	,	,	PUNCT	O	0			tweebank.270
+4	how	how	ADV	O	0			tweebank.270
+5	are	be	VERB	O	0		v.stative	tweebank.270
+6	you	you	PRON	O	0			tweebank.270
+7	good	good	ADJ	O	0			tweebank.270
+8	?	?	PUNCT	O	0			tweebank.270
+9	http://t.co/aAY2Uga	URL	X	O	0			tweebank.270
+
+1	Told	tell	VERB	O	0		v.communication	trustpilot-164
+2	delivery	delivery	NOUN	O	0		n.act	trustpilot-164
+3	would	would	VERB	O	0			trustpilot-164
+4	be	be	VERB	O	0		v.stative	trustpilot-164
+5	00	00	NUM	O	0			trustpilot-164
+6	/	/	PUNCT	O	0			trustpilot-164
+7	00	00	NUM	O	0			trustpilot-164
+8	/	/	PUNCT	O	0			trustpilot-164
+9	00	00	NUM	O	0			trustpilot-164
+10	.	.	PUNCT	O	0			trustpilot-164
+
+1	Now	now	ADV	O	0			trustpilot-194
+2	my	my	DET	O	0			trustpilot-194
+3	daughter	daughter	NOUN	O	0		n.person	trustpilot-194
+4	has	have	AUX	O	0			trustpilot-194
+5	reached	reach	VERB	O	0		v.change	trustpilot-194
+6	grade	grade	NOUN	B	0		n.state	trustpilot-194
+7	0	0	NUM	I	6			trustpilot-194
+8	we	we	PRON	O	0			trustpilot-194
+9	wanted	want	VERB	O	0		v.emotion	trustpilot-194
+10	a	a	DET	O	0			trustpilot-194
+11	digital	digital	ADJ	B	0		n.artifact	trustpilot-194
+12	piano	piano	NOUN	I	11			trustpilot-194
+13	that	that	PRON	O	0			trustpilot-194
+14	would	would	VERB	O	0			trustpilot-194
+15	meet	meet	VERB	B	0		n.state	trustpilot-194
+16	her	her	DET	o	0			trustpilot-194
+17	needs	need	NOUN	I	15			trustpilot-194
+18	for	for	ADP	O	0			trustpilot-194
+19	now	now	ADV	O	0			trustpilot-194
+20	and	and	CONJ	O	0			trustpilot-194
+21	into	into	ADP	O	0			trustpilot-194
+22	the	the	DET	O	0			trustpilot-194
+23	future	future	NOUN	O	0		n.time	trustpilot-194
+24	giving	give	VERB	O	0		v.stative	trustpilot-194
+25	her	her	PRON	O	0			trustpilot-194
+26	the	the	DET	O	0			trustpilot-194
+27	same	same	ADJ	O	0			trustpilot-194
+28	experience	experience	NOUN	O	0		n.cognition	trustpilot-194
+29	as	as	ADP	O	0			trustpilot-194
+30	regular	regular	ADJ	B	0		n.artifact	trustpilot-194
+31	piano	piano	NOUN	I	30			trustpilot-194
+32	.	.	PUNCT	O	0			trustpilot-194
+
+1	You	you	PRON	O	0			ted.iwslt.69.1
+2	know	know	VERB	O	0		v.cognition	ted.iwslt.69.1
+3	,	,	PUNCT	O	0			ted.iwslt.69.1
+4	one	one	NUM	O	0			ted.iwslt.69.1
+5	of	of	ADP	O	0			ted.iwslt.69.1
+6	the	the	DET	O	0			ted.iwslt.69.1
+7	intense	intense	ADJ	O	0			ted.iwslt.69.1
+8	pleasures	pleasure	NOUN	O	0		n.feeling	ted.iwslt.69.1
+9	of	of	ADP	O	0			ted.iwslt.69.1
+10	travel	travel	NOUN	O	0		n.act	ted.iwslt.69.1
+11	and	and	CONJ	O	0			ted.iwslt.69.1
+12	one	one	NUM	O	0			ted.iwslt.69.1
+13	of	of	ADP	O	0			ted.iwslt.69.1
+14	the	the	DET	O	0			ted.iwslt.69.1
+15	delights	delight	NOUN	O	0		n.feeling	ted.iwslt.69.1
+16	of	of	ADP	O	0			ted.iwslt.69.1
+17	ethnographic	ethnographic	ADJ	O	0			ted.iwslt.69.1
+18	research	research	NOUN	O	0		n.act	ted.iwslt.69.1
+19	is	be	VERB	O	0		v.stative	ted.iwslt.69.1
+20	the	the	DET	O	0			ted.iwslt.69.1
+21	opportunity	opportunity	NOUN	O	0		n.state	ted.iwslt.69.1
+22	to	to	PART	O	0			ted.iwslt.69.1
+23	live	live	VERB	O	0		v.stative	ted.iwslt.69.1
+24	amongst	amongst	ADP	O	0			ted.iwslt.69.1
+25	those	those	PRON	O	0			ted.iwslt.69.1
+26	who	who	PRON	O	0			ted.iwslt.69.1
+27	have	have	AUX	O	0			ted.iwslt.69.1
+28	not	not	PART	O	0			ted.iwslt.69.1
+29	forgotten	forget	VERB	O	0		v.cognition	ted.iwslt.69.1
+30	the	the	DET	O	0			ted.iwslt.69.1
+31	old	old	ADJ	O	0			ted.iwslt.69.1
+32	ways	ways	NOUN	O	0		n.state	ted.iwslt.69.1
+33	,	,	PUNCT	O	0			ted.iwslt.69.1
+34	who	who	PRON	O	0			ted.iwslt.69.1
+35	still	still	ADV	O	0			ted.iwslt.69.1
+36	feel	feel	VERB	O	0		v.emotion	ted.iwslt.69.1
+37	their	their	PRON	O	0			ted.iwslt.69.1
+38	past	past	ADJ	O	0			ted.iwslt.69.1
+39	in	in	ADP	O	0			ted.iwslt.69.1
+40	the	the	DET	O	0			ted.iwslt.69.1
+41	wind	wind	NOUN	O	0		n.phenomenon	ted.iwslt.69.1
+42	,	,	PUNCT	O	0			ted.iwslt.69.1
+43	touch	touch	VERB	O	0		v.contact	ted.iwslt.69.1
+44	it	it	PRON	O	0			ted.iwslt.69.1
+45	in	in	ADP	O	0			ted.iwslt.69.1
+46	stones	stones	PROPN	O	0		n.natural_object	ted.iwslt.69.1
+47	polished	polished	NOUN	O	0			ted.iwslt.69.1
+48	by	by	ADP	O	0			ted.iwslt.69.1
+49	rain	rain	NOUN	O	0		n.substance	ted.iwslt.69.1
+50	,	,	PUNCT	O	0			ted.iwslt.69.1
+51	taste	taste	VERB	O	0		v.perception	ted.iwslt.69.1
+52	it	it	PRON	O	0			ted.iwslt.69.1
+53	in	in	ADP	O	0			ted.iwslt.69.1
+54	the	the	DET	O	0			ted.iwslt.69.1
+55	bitter	bitter	NOUN	O	0			ted.iwslt.69.1
+56	leaves	leave	VERB	O	0			ted.iwslt.69.1
+57	of	of	ADP	O	0			ted.iwslt.69.1
+58	plants	plant	NOUN	O	0		n.plant	ted.iwslt.69.1
+59	.	.	PUNCT	O	0			ted.iwslt.69.1
+
+1	@Codys1Angel143	@USER	X	O	0			tweebank.228
+2	I	i	PRON	O	0			tweebank.228
+3	'm	'm	VERB	O	0		v.stative	tweebank.228
+4	from	from	ADP	O	0			tweebank.228
+5	england	england	PROPN	O	0		n.location	tweebank.228
+6	.	.	PUNCT	O	0			tweebank.228
+7	Where	where	PRON	O	0			tweebank.228
+8	's	's	VERB	O	0		v.stative	tweebank.228
+9	missiuri	missiuri	PROPN	O	0		n.location	tweebank.228
+10	?	?	PUNCT	O	0			tweebank.228
+
+1	And	and	CONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+2	something	something	NOUN	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+3	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+4	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+5	see	see	VERB	O	0		v.perception	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+6	happening	happen	VERB	O	0		v.change	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+7	is	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+8	something	something	NOUN	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+9	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+10	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+11	would	would	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+12	like	like	VERB	O	0		v.emotion	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+13	to	to	PART	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+14	call	call	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+15	a	a	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+16	sort	sort	NOUN	B	0		n.cognition	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+17	of	of	ADP	I	16			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+18	``	``	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+19	democratization	democratization	NOUN	O	0		n.act	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+20	of	of	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+21	intimacy	intimacy	NOUN	O	0		n.feeling	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+22	''	''	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+23	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+
+1	Someone	someone	NOUN	O	0			tweebank.108
+2	was	be	AUX	O	0			tweebank.108
+3	just	just	ADV	O	0			tweebank.108
+4	questioning	question	VERB	O	0		v.communication	tweebank.108
+5	how	how	ADV	O	0			tweebank.108
+6	I	i	PRON	O	0			tweebank.108
+7	would	would	AUX	O	0			tweebank.108
+8	look	look	VERB	O	0		v.perception	tweebank.108
+9	pregnant	pregnant	ADJ	O	0			tweebank.108
+10	...	...	PUNCT	O	0			tweebank.108
+11	and	and	CONJ	O	0			tweebank.108
+12	asked	ask	VERB	O	0		v.communication	tweebank.108
+13	if	if	SCONJ	O	0			tweebank.108
+14	I	i	PRON	O	0			tweebank.108
+15	would	would	AUX	O	0			tweebank.108
+16	lose	lose	VERB	O	0		v.change	tweebank.108
+17	the	the	DET	O	0			tweebank.108
+18	weight	weight	NOUN	O	0		n.attribute	tweebank.108
+19	after	after	SCONJ	O	0			tweebank.108
+20	having	have	VERB	O	0		v.body	tweebank.108
+21	the	the	DET	O	0			tweebank.108
+22	baby	baby	NOUN	O	0		n.person	tweebank.108
+23	...	...	PUNCT	O	0			tweebank.108
+24	I	i	PRON	O	0			tweebank.108
+25	said	say	VERB	O	0		v.communication	tweebank.108
+26	hell	hell	INTJ	B	0			tweebank.108
+27	yea	yea	INTJ	I	26			tweebank.108
+28	!	!	PUNCT	O	0			tweebank.108
+
+1	Its	its	VERB	O	0		v.stative	trustpilot-112
+2	the	the	DET	O	0			trustpilot-112
+3	first	first	ADJ	O	0			trustpilot-112
+4	time	time	NOUN	O	0		n.event	trustpilot-112
+5	I	i	PRON	O	0			trustpilot-112
+6	have	have	AUX	O	0			trustpilot-112
+7	ever	ever	ADV	O	0			trustpilot-112
+8	used	use	VERB	O	0		v.stative	trustpilot-112
+9	Mazuma	mazuma	PROPN	O	0		n.group	trustpilot-112
+10	and	and	CONJ	O	0			trustpilot-112
+11	I	i	PRON	O	0			trustpilot-112
+12	found	found	VERB	O	0		v.cognition	trustpilot-112
+13	they	they	PRON	O	0			trustpilot-112
+14	were	be	VERB	O	0		v.stative	trustpilot-112
+15	everything	everything	NOUN	O	0			trustpilot-112
+16	they	they	PRON	O	0			trustpilot-112
+17	promised	promise	VERB	O	0		v.communication	trustpilot-112
+18	.	.	PUNCT	O	0			trustpilot-112
+
+1	RT	rt	X	O	0			tweebank.488
+2	@YourFavWhiteGuy	@USER	X	O	0			tweebank.488
+3	:	:	X	O	0			tweebank.488
+4	Helppp	helppp	VERB	O	0		v.social	tweebank.488
+5	meeeee	meeeee	PRON	O	0			tweebank.488
+6	.	.	PUNCT	O	0			tweebank.488
+7	I	i	PRON	O	0			tweebank.488
+8	'mmm	'mmm	VERB	O	0		v.stative	tweebank.488
+9	meltiiinngggg	meltiiinngggg	ADJ	O	0			tweebank.488
+10	-->	-->	SYM	O	0			tweebank.488
+11	http://twitpic.com/316cjg	URL	X	O	0			tweebank.488
+
+1	I	i	PRON	O	0			ted.iwslt.1161.3
+2	love	love	VERB	O	0		v.emotion	ted.iwslt.1161.3
+3	finding	finding	NOUN	O	0		n.act	ted.iwslt.1161.3
+4	,	,	PUNCT	O	0			ted.iwslt.1161.3
+5	wearing	wear	VERB	O	0			ted.iwslt.1161.3
+6	,	,	PUNCT	O	0			ted.iwslt.1161.3
+7	and	and	CONJ	O	0			ted.iwslt.1161.3
+8	more	more	ADV	O	0			ted.iwslt.1161.3
+9	recently	recently	ADV	O	0			ted.iwslt.1161.3
+10	,	,	PUNCT	O	0			ted.iwslt.1161.3
+11	photographing	photographing	NOUN	O	0		n.act	ted.iwslt.1161.3
+12	and	and	CONJ	O	0			ted.iwslt.1161.3
+13	blogging	blogging	VERB	O	0			ted.iwslt.1161.3
+14	a	a	DET	O	0			ted.iwslt.1161.3
+15	different	different	ADJ	O	0			ted.iwslt.1161.3
+16	,	,	PUNCT	O	0			ted.iwslt.1161.3
+17	colorful	colorful	NOUN	O	0			ted.iwslt.1161.3
+18	,	,	PUNCT	O	0			ted.iwslt.1161.3
+19	crazy	crazy	ADJ	O	0			ted.iwslt.1161.3
+20	outfit	outfit	NOUN	O	0		n.artifact	ted.iwslt.1161.3
+21	for	for	ADP	O	0			ted.iwslt.1161.3
+22	every	every	DET	O	0			ted.iwslt.1161.3
+23	single	single	ADJ	O	0			ted.iwslt.1161.3
+24	occasion	occasion	NOUN	O	0		n.event	ted.iwslt.1161.3
+25	.	.	PUNCT	O	0			ted.iwslt.1161.3
+
+1	RT	rt	X	O	0			tweebank.226
+2	@RobertaSaidThat	@USER	X	O	0			tweebank.226
+3	:	:	X	O	0			tweebank.226
+4	Billionaires/CEOs	billionaires/ceos	NOUN	O	0		n.person	tweebank.226
+5	throwing	throw	VERB	O	0		v.change	tweebank.226
+6	massive	massive	ADJ	O	0			tweebank.226
+7	$$$	$$$	NOUN	O	0		n.possession	tweebank.226
+8	into	into	ADP	O	0			tweebank.226
+9	front	front	NOUN	O	0		n.location	tweebank.226
+10	Orgs	orgs	NOUN	O	0		n.group	tweebank.226
+11	since	since	ADP	O	0			tweebank.226
+12	Citizens	citizen	NOUN	B	0		n.group	tweebank.226
+13	United	united	ADJ	I	12			tweebank.226
+14	.	.	PUNCT	O	0			tweebank.226
+15	They	they	PRON	O	0			tweebank.226
+16	plan	plan	VERB	O	0		v.cognition	tweebank.226
+17	to	to	PART	O	0			tweebank.226
+18	BUY	buy	VERB	O	0		v.possession	tweebank.226
+19	America	america	PROPN	B	0		n.group	tweebank.226
+20	Gov't	gov't	NOUN	I	19			tweebank.226
+21	in	in	ADP	O	0			tweebank.226
+22	201	NUMBER	NUM	O	0			tweebank.226
+23	...	...	X	O	0			tweebank.226
+
+1	I	i	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+2	want	want	VERB	O	0		v.emotion	ted.naist.005-KatherineFulton_2007.iwslt.585.3
+3	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+4	start	start	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.3
+5	with	with	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+6	these	these	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+7	word	word	NOUN	B	0		n.artifact	ted.naist.005-KatherineFulton_2007.iwslt.585.3
+8	pairs	pair	NOUN	I	7			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+9	here	here	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+10	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.3
+
+1	Would	would	VERB	O	0			trustpilot-85
+2	definitely	definitely	ADV	O	0			trustpilot-85
+3	use	use	VERB	O	0		v.change	trustpilot-85
+4	and	and	CONJ	O	0			trustpilot-85
+5	again	again	ADV	O	0			trustpilot-85
+6	and	and	CONJ	O	0			trustpilot-85
+7	recommend	recommend	VERB	O	0		v.communication	trustpilot-85
+8	.	.	PUNCT	O	0			trustpilot-85
+
+1	@meldacountryboy	@USER	X	O	0			tweebank.479
+2	eh	eh	INTJ	O	0			tweebank.479
+3	yeah	yeah	INTJ	O	0			tweebank.479
+4	I	i	PRON	O	0			tweebank.479
+5	'll	'll	AUX	O	0			tweebank.479
+6	be	be	VERB	O	0		v.stative	tweebank.479
+7	fine	fine	ADJ	O	0			tweebank.479
+8	,	,	PUNCT	O	0			tweebank.479
+9	just	just	ADV	O	0			tweebank.479
+10	annoyed	annoy	VERB	O	0		v.emotion	tweebank.479
+
+1	I	i	PRON	O	0			trustpilot-326
+2	sent	send	VERB	O	0		v.communication	trustpilot-326
+3	quite	quite	ADV	O	0			trustpilot-326
+4	an	an	DET	O	0			trustpilot-326
+5	aggressive	aggressive	ADJ	O	0			trustpilot-326
+6	email	email	NOUN	O	0		n.communication	trustpilot-326
+7	that	that	DET	O	0			trustpilot-326
+8	evening	evening	NOUN	O	0		n.time	trustpilot-326
+9	,	,	PUNCT	O	0			trustpilot-326
+10	and	and	CONJ	O	0			trustpilot-326
+11	was	be	VERB	O	0		v.stative	trustpilot-326
+12	ready	ready	ADJ	O	0			trustpilot-326
+13	to	to	PART	O	0			trustpilot-326
+14	speak	speak	VERB	O	0		v.communication	trustpilot-326
+15	with	with	ADP	O	0			trustpilot-326
+16	the	the	DET	O	0			trustpilot-326
+17	police	police	NOUN	O	0		n.group	trustpilot-326
+18	on	on	ADP	O	0			trustpilot-326
+19	Wednesday	wednesday	NOUN	B	0		n.time	trustpilot-326
+20	morning	morning	NOUN	I	19			trustpilot-326
+21	,	,	PUNCT	O	0			trustpilot-326
+22	and	and	CONJ	O	0			trustpilot-326
+23	had	have	AUX	O	0			trustpilot-326
+24	I	i	PRON	O	0			trustpilot-326
+25	not	not	ADV	O	0			trustpilot-326
+26	have	have	AUX	O	0			trustpilot-326
+27	been	be	AUX	O	0			trustpilot-326
+28	driving	drive	VERB	O	0		v.motion	trustpilot-326
+29	to	to	ADP	O	0			trustpilot-326
+30	work	work	NOUN	O	0		n.act	trustpilot-326
+31	when	when	ADV	O	0			trustpilot-326
+32	they	they	PRON	O	0			trustpilot-326
+33	called	call	VERB	O	0		v.communication	trustpilot-326
+34	me	me	PRON	O	0			trustpilot-326
+35	,	,	PUNCT	O	0			trustpilot-326
+36	I	i	PRON	O	0			trustpilot-326
+37	would	would	VERB	O	0			trustpilot-326
+38	have	have	AUX	O	0			trustpilot-326
+39	done	do	VERB	O	0		v.communication	trustpilot-326
+40	.	.	PUNCT	O	0			trustpilot-326
+
+1	I	i	PRON	O	0			trustpilot-324
+2	personally	personally	ADV	O	0			trustpilot-324
+3	would	would	VERB	O	0			trustpilot-324
+4	recommend	recommend	VERB	O	0		v.communication	trustpilot-324
+5	this	this	DET	O	0			trustpilot-324
+6	course	course	NOUN	O	0		n.act	trustpilot-324
+7	and	and	CONJ	O	0			trustpilot-324
+8	Kate	kate	PROPN	O	0		n.person	trustpilot-324
+9	as	as	ADP	O	0			trustpilot-324
+10	a	a	DET	O	0			trustpilot-324
+11	trainer	trainer	NOUN	O	0		n.person	trustpilot-324
+12	and	and	CONJ	O	0			trustpilot-324
+13	i	i	PRON	O	0			trustpilot-324
+14	look	look	VERB	B	0		v.cognition	trustpilot-324
+15	forward	forward	ADV	I	14			trustpilot-324
+16	to	to	ADP	I	15			trustpilot-324
+17	my	my	DET	O	0			trustpilot-324
+18	next	next	ADJ	O	0			trustpilot-324
+19	course	course	NOUN	O	0		n.act	trustpilot-324
+20	with	with	ADP	O	0			trustpilot-324
+21	her	her	PRON	O	0			trustpilot-324
+22	in	in	ADP	O	0			trustpilot-324
+23	the	the	DET	O	0			trustpilot-324
+24	near	near	ADJ	O	0			trustpilot-324
+25	future	future	NOUN	O	0		n.time	trustpilot-324
+26	.	.	PUNCT	O	0			trustpilot-324
+
+1	Reliable	reliable	ADJ	O	0			trustpilot-161
+2	,	,	PUNCT	O	0			trustpilot-161
+3	friendly	friendly	ADJ	O	0			trustpilot-161
+4	and	and	CONJ	O	0			trustpilot-161
+5	very	very	ADV	O	0			trustpilot-161
+6	competent	competent	ADJ	O	0			trustpilot-161
+7	,	,	PUNCT	O	0			trustpilot-161
+8	just	just	ADV	O	0			trustpilot-161
+9	0	0	NUM	O	0			trustpilot-161
+10	words	words	NOUN	O	0		n.communication	trustpilot-161
+11	to	to	PART	O	0			trustpilot-161
+12	describe	describe	VERB	O	0		v.communication	trustpilot-161
+13	this	this	DET	O	0			trustpilot-161
+14	business	business	NOUN	O	0		n.group	trustpilot-161
+15	,	,	PUNCT	O	0			trustpilot-161
+16	fast	fast	ADJ	O	0			trustpilot-161
+17	response	response	NOUN	O	0		n.act	trustpilot-161
+18	to	to	ADP	O	0			trustpilot-161
+19	queries	query	NOUN	O	0		n.communication	trustpilot-161
+20	,	,	PUNCT	O	0			trustpilot-161
+21	great	great	ADJ	O	0			trustpilot-161
+22	communication	communication	NOUN	O	0		n.communication	trustpilot-161
+23	,	,	PUNCT	O	0			trustpilot-161
+24	easy	easy	ADJ	O	0			trustpilot-161
+25	to	to	PART	O	0			trustpilot-161
+26	use	use	VERB	O	0		v.stative	trustpilot-161
+27	website	website	NOUN	O	0		n.communication	trustpilot-161
+28	and	and	CONJ	O	0			trustpilot-161
+29	great	great	ADJ	O	0			trustpilot-161
+30	products	product	NOUN	O	0		n.artifact	trustpilot-161
+31	.	.	PUNCT	O	0			trustpilot-161
+
+1	They	they	PRON	O	0			trustpilot-272
+2	were	be	VERB	O	0		v.stative	trustpilot-272
+3	a	a	DET	O	0			trustpilot-272
+4	bargain	bargain	NOUN	O	0		n.possession	trustpilot-272
+5	and	and	CONJ	O	0			trustpilot-272
+6	arrived	arrive	VERB	O	0		v.motion	trustpilot-272
+7	well	well	ADV	O	0			trustpilot-272
+8	packaged	packaged	ADV	O	0			trustpilot-272
+9	in	in	ADP	O	0			trustpilot-272
+10	a	a	DET	O	0			trustpilot-272
+11	couple	couple	NOUN	O	0		n.quantity	trustpilot-272
+12	of	of	ADP	O	0			trustpilot-272
+13	days	days	NOUN	O	0		n.time	trustpilot-272
+14	.	.	PUNCT	O	0			trustpilot-272
+
+1	What	what	DET	O	0			tweebank.484
+2	#exhibitors	#exhibitors	NOUN	O	0		n.person	tweebank.484
+3	are	be	VERB	O	0		v.stative	tweebank.484
+4	currently	currently	ADV	O	0			tweebank.484
+5	least	least	ADV	O	0			tweebank.484
+6	satisfied	satisfied	ADJ	O	0			tweebank.484
+7	with	with	ADP	O	0			tweebank.484
+8	in	in	ADP	O	0			tweebank.484
+9	their	their	PRON	O	0			tweebank.484
+10	trade	trade	NOUN	B	0		n.artifact	tweebank.484
+11	show	show	NOUN	I	10			tweebank.484
+12	display	display	NOUN	I	11			tweebank.484
+13	http://ow.ly/30d3P	URL	X	O	0			tweebank.484
+14	#exhbiting	#exhbiting	X	O	0			tweebank.484
+15	#tradeshow	#tradeshow	X	O	0			tweebank.484
+16	#eventprofs	#eventprofs	X	O	0			tweebank.484
+17	#b2b	#b2b	X	O	0			tweebank.484
+
+1	'	'	PUNCT	O	0			trustpilot-330
+2	The	the	DET	O	0			trustpilot-330
+3	Viagago	viagago	PROPN	O	0		n.group	trustpilot-330
+4	guarantee	guarantee	NOUN	O	0		n.communication	trustpilot-330
+5	'	'	PUNCT	O	0			trustpilot-330
+6	is	be	VERB	O	0		v.stative	trustpilot-330
+7	a	a	DET	O	0			trustpilot-330
+8	joke	joke	NOUN	O	0		n.feeling	trustpilot-330
+9	.	.	PUNCT	O	0			trustpilot-330
+
+1	This	this	PRON	O	0			ted.iwslt.129.7
+2	is	be	VERB	O	0		v.stative	ted.iwslt.129.7
+3	``	``	ADJ	O	0			ted.iwslt.129.7
+4	Bleak	bleak	NOUN	B	0		n.communication	ted.iwslt.129.7
+5	House	house	NOUN	I	4			ted.iwslt.129.7
+6	''	''	PUNCT	O	0			ted.iwslt.129.7
+7	by	by	ADP	O	0			ted.iwslt.129.7
+8	Dickens	dickens	NOUN	O	0		n.person	ted.iwslt.129.7
+9	.	.	PUNCT	O	0			ted.iwslt.129.7
+10	Every	every	DET	O	0			ted.iwslt.129.7
+11	column	column	NOUN	O	0		n.cognition	ted.iwslt.129.7
+12	is	be	VERB	O	0		v.stative	ted.iwslt.129.7
+13	a	a	DET	O	0			ted.iwslt.129.7
+14	chapter	chapter	NOUN	O	0		n.communication	ted.iwslt.129.7
+15	.	.	PUNCT	O	0			ted.iwslt.129.7
+
+1	Yea	yea	INTJ	O	0			tweebank.84
+2	*	*	PUNCT	O	0			tweebank.84
+3	fist	fist	NOUN	B	0		n.body	tweebank.84
+4	pumps	pump	NOUN	I	3			tweebank.84
+5	*	*	PUNCT	O	0			tweebank.84
+6	mhmm	mhmm	INTJ	O	0			tweebank.84
+
+1	We	we	PRON	O	0			trustpilot-209
+2	refused	refuse	VERB	O	0		v.communication	trustpilot-209
+3	the	the	DET	O	0			trustpilot-209
+4	order	order	NOUN	O	0		n.artifact	trustpilot-209
+5	but	but	CONJ	O	0			trustpilot-209
+6	Vio	vio	PROPN	B	0		n.group	trustpilot-209
+7	Vet	vet	PROPN	I	6			trustpilot-209
+8	rectified	rectify	VERB	O	0		v.change	trustpilot-209
+9	this	this	PRON	O	0			trustpilot-209
+10	by	by	ADP	O	0			trustpilot-209
+11	immediately	immediately	ADV	O	0			trustpilot-209
+12	dispatching	dispatch	VERB	O	0		v.motion	trustpilot-209
+13	a	a	DET	O	0			trustpilot-209
+14	full	full	ADJ	B	0		n.artifact	trustpilot-209
+15	replacement	replacement	NOUN	I	14			trustpilot-209
+16	order	order	NOUN	I	15			trustpilot-209
+17	the	the	DET	O	0			trustpilot-209
+18	next	next	ADJ	B	0		n.time	trustpilot-209
+19	day	day	NOUN	I	18			trustpilot-209
+20	.	.	PUNCT	O	0			trustpilot-209
+
+1	purchase	purchase	NOUN	O	0		n.act	trustpilot-188
+2	.	.	PUNCT	O	0			trustpilot-188
+3	He	he	PRON	O	0			trustpilot-188
+4	knew	know	VERB	O	0		v.cognition	trustpilot-188
+5	the	the	DET	O	0			trustpilot-188
+6	company	company	NOUN	O	0		n.group	trustpilot-188
+7	that	that	PRON	O	0			trustpilot-188
+8	would	would	VERB	O	0			trustpilot-188
+9	offer	offer	VERB	O	0		v.stative	trustpilot-188
+10	the	the	DET	O	0			trustpilot-188
+11	best	best	ADJ	O	0			trustpilot-188
+12	enhanced	enhanced	ADJ	O	0			trustpilot-188
+
+1	We	we	PRON	O	0			trustpilot-251
+2	were	be	AUX	O	0			trustpilot-251
+3	left	leave	VERB	B	0		v.stative	trustpilot-251
+4	stranded	strand	VERB	I	3			trustpilot-251
+5	with	with	ADP	O	0			trustpilot-251
+6	0	0	NUM	O	0			trustpilot-251
+7	young	young	ADJ	O	0			trustpilot-251
+8	kids	kid	NOUN	O	0		n.person	trustpilot-251
+9	at	at	ADP	O	0			trustpilot-251
+10	Gatwick	gatwick	PROPN	B	0		n.location	trustpilot-251
+11	Airport	airport	NOUN	I	10			trustpilot-251
+12	for	for	ADP	O	0			trustpilot-251
+13	nearly	nearly	ADV	O	0			trustpilot-251
+14	0	0	NUM	O	0			trustpilot-251
+15	hours	hours	NOUN	O	0		n.time	trustpilot-251
+16	on	on	ADP	O	0			trustpilot-251
+17	arrival	arrival	NOUN	O	0		n.act	trustpilot-251
+18	even	even	ADV	O	0			trustpilot-251
+19	though	though	ADV	O	0			trustpilot-251
+20	they	they	PRON	O	0			trustpilot-251
+21	promise	promise	VERB	O	0		v.communication	trustpilot-251
+22	to	to	PART	O	0			trustpilot-251
+23	monitor	monitor	VERB	O	0		v.perception	trustpilot-251
+24	your	your	DET	O	0			trustpilot-251
+25	flight	flight	NOUN	O	0		n.act	trustpilot-251
+26	and	and	CONJ	O	0			trustpilot-251
+27	be	be	AUX	O	0			trustpilot-251
+28	waiting	wait	VERB	O	0		v.stative	trustpilot-251
+29	at	at	ADP	O	0			trustpilot-251
+30	arrivals	arrival	NOUN	O	0		n.location	trustpilot-251
+31	.	.	PUNCT	O	0			trustpilot-251
+
+1	wendy	wendy	NOUN	B	0		n.person	trustpilot-46
+2	hall	hall	NOUN	I	1			trustpilot-46
+3	:	:	PUNCT	O	0			trustpilot-46
+4	YES	yes	X	O	0			trustpilot-46
+5	IT	it	PRON	O	0			trustpilot-46
+6	IS	be	VERB	O	0		v.stative	trustpilot-46
+
+1	Whooaaaa	whooaaaa	INTJ	O	0			tweebank.238
+2	bro	bro	NOUN	O	0		n.person	tweebank.238
+3	these	these	DET	O	0			tweebank.238
+4	CELTICS	celtics	PROPN	O	0		n.person	tweebank.238
+5	are	be	VERB	O	0		v.stative	tweebank.238
+6	god	god	ADJ	B	0			tweebank.238
+7	dammmm	dammmm	ADJ	I	6			tweebank.238
+8	babies	baby	NOUN	O	0		n.person	tweebank.238
+9	!!!	!!!	PUNCT	O	0			tweebank.238
+10	MAN	man	VERB	B	0			tweebank.238
+11	UP	up	ADP	I	10			tweebank.238
+
+1	@X_SarahHumes_X	@USER	X	O	0			tweebank.153
+2	@KamilaMerrygold	@USER	X	O	0			tweebank.153
+3	Jesus	jesus	PROPN	O	0			tweebank.153
+4	are	be	VERB	O	0		v.stative	tweebank.153
+5	you	you	PRON	O	0			tweebank.153
+6	two	NUMBER	NUM	O	0			tweebank.153
+7	still	still	ADV	O	0			tweebank.153
+8	at	at	ADP	B	0			tweebank.153
+9	it	it	PRON	I	8			tweebank.153
+10	?	?	PUNCT	O	0			tweebank.153
+11	Lolx	lolx	INTJ	O	0			tweebank.153
+
+1	Watch	watch	VERB	O	0		v.perception	tweebank.384
+2	:	:	PUNCT	O	0			tweebank.384
+3	Rihanna	rihanna	PROPN	O	0		n.person	tweebank.384
+4	s	s	PART	O	0			tweebank.384
+5	new	new	ADJ	O	0			tweebank.384
+6	music	music	NOUN	B	0		n.communication	tweebank.384
+7	video	video	NOUN	I	6			tweebank.384
+8	:	:	PUNCT	O	0			tweebank.384
+9	http://t.co/sUxePfXO	URL	X	O	0			tweebank.384
+
+1	Most	most	ADJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+2	people	people	NOUN	O	0		n.person	ted.naist.001-RobertLang_2008.iwslt.321.5
+3	think	think	VERB	O	0		v.cognition	ted.naist.001-RobertLang_2008.iwslt.321.5
+4	they	they	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+5	know	know	VERB	O	0		v.cognition	ted.naist.001-RobertLang_2008.iwslt.321.5
+6	what	what	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+7	origami	origami	NOUN	O	0		n.act	ted.naist.001-RobertLang_2008.iwslt.321.5
+8	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.5
+9	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+10	It	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+11	's	's	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.5
+12	this	this	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+13	:	:	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+14	flapping	flap	VERB	B	0		n.animal	ted.naist.001-RobertLang_2008.iwslt.321.5
+15	birds	bird	NOUN	I	14			ted.naist.001-RobertLang_2008.iwslt.321.5
+16	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+17	toys	toy	NOUN	O	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.5
+18	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+19	cootie	cootie	NOUN	B	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.5
+20	catchers	catcher	NOUN	I	19			ted.naist.001-RobertLang_2008.iwslt.321.5
+21	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+22	that	that	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+23	sort	sort	NOUN	O	0		n.cognition	ted.naist.001-RobertLang_2008.iwslt.321.5
+24	of	of	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+25	thing	thing	NOUN	O	0		n.other	ted.naist.001-RobertLang_2008.iwslt.321.5
+26	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.5
+
+1	My	my	DET	O	0			trustpilot-91
+2	experience	experience	NOUN	O	0		n.cognition	trustpilot-91
+3	with	with	ADP	O	0			trustpilot-91
+4	money	money	NOUN	B	0		n.group	trustpilot-91
+5	for	for	ADP	I	4			trustpilot-91
+6	your	your	DET	I	5			trustpilot-91
+7	phone	phone	NOUN	I	6			trustpilot-91
+8	was	be	VERB	O	0		v.stative	trustpilot-91
+9	quick	quick	ADJ	O	0			trustpilot-91
+10	and	and	CONJ	O	0			trustpilot-91
+11	easy	easy	ADJ	O	0			trustpilot-91
+12	would	would	VERB	O	0			trustpilot-91
+13	use	use	VERB	O	0		v.change	trustpilot-91
+14	again	again	ADV	O	0			trustpilot-91
+15	money	money	NOUN	O	0		n.possession	trustpilot-91
+16	payed	pay	VERB	O	0		v.possession	trustpilot-91
+17	as	as	ADP	O	0			trustpilot-91
+18	said	say	VERB	O	0		v.communication	trustpilot-91
+19	straight	straight	ADV	O	0			trustpilot-91
+20	into	into	ADP	O	0			trustpilot-91
+21	my	my	DET	O	0			trustpilot-91
+22	account	account	VERB	O	0			trustpilot-91
+23	easy	easy	ADJ	O	0			trustpilot-91
+
+1	Ruling	ruling	NOUN	O	0		n.act	tweebank.473
+2	strikes	strike	VERB	B	0		v.change	tweebank.473
+3	down	down	ADP	I	2			tweebank.473
+4	part	part	NOUN	O	0		n.relation	tweebank.473
+5	of	of	ADP	O	0			tweebank.473
+6	Arizona	arizona	PROPN	O	0		n.location	tweebank.473
+7	Voter	voter	NOUN	B	0		n.cognition	tweebank.473
+8	ID	id	NOUN	I	7			tweebank.473
+9	law	law	NOUN	I	8			tweebank.473
+10	-	-	SYM	O	0			tweebank.473
+11	Yahoo	yahoo	PROPN	B	0		n.communication	tweebank.473
+12	!	!	PROPN	I	11			tweebank.473
+13	News	news	PROPN	I	12			tweebank.473
+14	http://goo.gl/85TH	URL	X	O	0			tweebank.473
+
+1	I	i	PRON	O	0			trustpilot-261
+2	have	have	AUX	O	0			trustpilot-261
+3	never	never	ADV	O	0			trustpilot-261
+4	had	have	VERB	O	0		v.stative	trustpilot-261
+5	any	any	DET	O	0			trustpilot-261
+6	problems	problem	NOUN	O	0		n.state	trustpilot-261
+7	with	with	ADP	O	0			trustpilot-261
+8	this	this	DET	O	0			trustpilot-261
+9	Company	company	NOUN	O	0		n.group	trustpilot-261
+10	and	and	CONJ	O	0			trustpilot-261
+11	would	would	VERB	O	0			trustpilot-261
+12	rate	rate	VERB	O	0		v.cognition	trustpilot-261
+13	them	them	PRON	O	0			trustpilot-261
+14	very	very	ADV	O	0			trustpilot-261
+15	highly	highly	ADV	O	0			trustpilot-261
+16	.	.	PUNCT	O	0			trustpilot-261
+
+1	After	after	ADP	O	0			trustpilot-133
+2	meetings	meeting	NOUN	O	0		n.act	trustpilot-133
+3	with	with	ADP	O	0			trustpilot-133
+4	staff	staff	NOUN	O	0		n.group	trustpilot-133
+5	at	at	ADP	O	0			trustpilot-133
+6	AVC	avc	PROPN	O	0		n.group	trustpilot-133
+7	I	i	PRON	O	0			trustpilot-133
+8	was	be	AUX	O	0			trustpilot-133
+9	reassured	reassure	VERB	O	0		v.communication	trustpilot-133
+10	that	that	CONJ	O	0			trustpilot-133
+11	the	the	DET	O	0			trustpilot-133
+12	package	package	NOUN	O	0		n.artifact	trustpilot-133
+13	was	be	VERB	O	0		v.stative	trustpilot-133
+14	what	what	PRON	O	0			trustpilot-133
+15	I	i	PRON	O	0			trustpilot-133
+16	was	be	AUX	O	0			trustpilot-133
+17	looking	look	VERB	B	0		v.perception	trustpilot-133
+18	for	for	PART	I	17			trustpilot-133
+19	.	.	PUNCT	O	0			trustpilot-133
+
+1	Was	be	AUX	O	0			trustpilot-144
+2	very	very	ADV	O	0			trustpilot-144
+3	easy	easy	ADJ	O	0			trustpilot-144
+4	to	to	PART	O	0			trustpilot-144
+5	identify	identify	VERB	O	0		v.cognition	trustpilot-144
+6	what	what	PRON	O	0			trustpilot-144
+7	ram	ram	NOUN	O	0		n.artifact	trustpilot-144
+8	I	i	PRON	O	0			trustpilot-144
+9	required	require	VERB	O	0		v.stative	trustpilot-144
+10	for	for	ADP	O	0			trustpilot-144
+11	my	my	DET	O	0			trustpilot-144
+12	PC	pc	NOUN	O	0		n.artifact	trustpilot-144
+13	from	from	ADP	O	0			trustpilot-144
+14	the	the	DET	O	0			trustpilot-144
+15	web	web	NOUN	B	0		n.communication	trustpilot-144
+16	site	site	NOUN	I	15			trustpilot-144
+17	,	,	PUNCT	O	0			trustpilot-144
+18	saved	save	VERB	O	0		v.stative	trustpilot-144
+19	me	me	PRON	O	0			trustpilot-144
+20	haivng	haivng	VERB	O	0			trustpilot-144
+21	to	to	PART	B	0		v.contact	trustpilot-144
+22	take	take	VERB	I	21			trustpilot-144
+23	the	the	DET	O	0			trustpilot-144
+24	side	side	NOUN	O	0		n.artifact	trustpilot-144
+25	of	of	ADP	O	0			trustpilot-144
+26	th	th	DET	O	0			trustpilot-144
+27	ePC	epc	NOUN	O	0		n.artifact	trustpilot-144
+28	twice	twice	ADV	O	0			trustpilot-144
+29	.	.	PUNCT	O	0			trustpilot-144
+
+1	Recently	recently	ADV	O	0			trustpilot-167
+2	been	be	AUX	O	0			trustpilot-167
+3	inquiring	inquire	VERB	O	0		v.communication	trustpilot-167
+4	to	to	ADP	O	0			trustpilot-167
+5	Nationwide	nationwide	PROPN	O	0		n.group	trustpilot-167
+6	to	to	PART	O	0			trustpilot-167
+7	change	change	VERB	O	0		v.change	trustpilot-167
+8	my	my	DET	O	0			trustpilot-167
+9	vehicle	vehicle	NOUN	O	0		n.artifact	trustpilot-167
+10	and	and	CONJ	O	0			trustpilot-167
+11	the	the	DET	O	0			trustpilot-167
+12	response	response	NOUN	O	0		n.communication	trustpilot-167
+13	and	and	CONJ	O	0			trustpilot-167
+14	help	help	NOUN	O	0		n.act	trustpilot-167
+15	received	receive	VERB	O	0		v.stative	trustpilot-167
+16	so	so	ADV	O	0			trustpilot-167
+17	far	far	ADV	O	0			trustpilot-167
+18	is	be	VERB	O	0		v.stative	trustpilot-167
+19	nothing	nothing	NOUN	O	0		n.quantity	trustpilot-167
+20	short	short	ADJ	O	0			trustpilot-167
+21	of	of	ADP	O	0			trustpilot-167
+22	disgraceful	disgraceful	ADJ	O	0			trustpilot-167
+23	.	.	PUNCT	O	0			trustpilot-167
+
+1	Elsewhere	elsewhere	ADV	O	0			trustpilot-233
+2	the	the	DET	O	0			trustpilot-233
+3	prices	price	NOUN	O	0		n.attribute	trustpilot-233
+4	were	be	VERB	O	0		v.stative	trustpilot-233
+5	considerably	considerably	ADV	O	0			trustpilot-233
+6	higher	higher	ADJ	O	0			trustpilot-233
+7	than	than	ADP	O	0			trustpilot-233
+8	Fragrancedirect	fragrancedirect	PROPN	O	0		n.group	trustpilot-233
+9	'	'	PART	O	0			trustpilot-233
+10	s	s	PART	O	0			trustpilot-233
+11	cost	cost	NOUN	O	0		n.attribute	trustpilot-233
+12	so	so	CONJ	O	0			trustpilot-233
+13	that	that	PRON	O	0			trustpilot-233
+14	was	be	VERB	O	0		v.stative	trustpilot-233
+15	the	the	DET	O	0			trustpilot-233
+16	deciding	deciding	ADJ	B	0		n.cognition	trustpilot-233
+17	factor	factor	NOUN	I	16			trustpilot-233
+18	for	for	ADP	O	0			trustpilot-233
+19	me	me	PRON	O	0			trustpilot-233
+20	.	.	PUNCT	O	0			trustpilot-233
+
+1	Thank	thank	VERB	B	0			trustpilot-152
+2	you	you	PRON	I	1			trustpilot-152
+3	Tayna	tayna	PROPN	O	0		n.person	trustpilot-152
+4	you	you	PRON	O	0			trustpilot-152
+5	are	be	VERB	O	0		v.stative	trustpilot-152
+6	real	real	ADJ	O	0			trustpilot-152
+7	GEMS	gem	NOUN	O	0		n.attribute	trustpilot-152
+
+1	Oo	oo	INTJ	O	0			tweebank.263
+2	yeaa	yeaa	INTJ	O	0			tweebank.263
+3	ii	ii	PRON	O	0			tweebank.263
+4	hear	hear	VERB	O	0		v.perception	tweebank.263
+5	thunda	thunda	NOUN	O	0		n.phenomenon	tweebank.263
+6	!	!	PUNCT	O	0			tweebank.263
+7	Rainnn	rainnn	NOUN	O	0		n.phenomenon	tweebank.263
+8	kum	kum	VERB	B	0		v.stative	tweebank.263
+9	onnnnnn	onnnnnn	ADP	I	8			tweebank.263
+
+1	@KarenAlloy	@USER	X	O	0			tweebank.320
+2	that	that	PRON	O	0			tweebank.320
+3	how	how	ADV	O	0			tweebank.320
+4	long	long	ADJ	O	0			tweebank.320
+5	my	my	PRON	O	0			tweebank.320
+6	pubes	pubes	NOUN	O	0		n.body	tweebank.320
+7	are	be	VERB	O	0		v.stative	tweebank.320
+8	?	?	PUNCT	O	0			tweebank.320
+9	I	i	PRON	O	0			tweebank.320
+10	'm	'm	AUX	O	0			tweebank.320
+11	gonna	gonna	AUX	O	0			tweebank.320
+12	go	go	VERB	O	0		v.motion	tweebank.320
+13	trim	trim	VERB	O	0		v.contact	tweebank.320
+14	them	them	PRON	O	0			tweebank.320
+15	too	too	ADV	O	0			tweebank.320
+16	!	!	PUNCT	O	0			tweebank.320
+
+1	How`	how`	PRON	O	0			tweebank.319
+2	s	s	VERB	O	0		v.stative	tweebank.319
+3	ready	ready	ADJ	O	0			tweebank.319
+4	for	for	ADP	O	0			tweebank.319
+5	summer	summer	NOUN	O	0		n.event	tweebank.319
+6	??	??	PUNCT	O	0			tweebank.319
+7	:)	EMOTICON	X	O	0			tweebank.319
+8	i`a	i`a	PRON	O	0			tweebank.319
+9	m	m	VERB	O	0		v.stative	tweebank.319
+10	defently	defently	ADV	O	0			tweebank.319
+11	!	!	PUNCT	O	0			tweebank.319
+
+1	And	and	CONJ	O	0			ted.iwslt.129.3
+2	it	it	PRON	O	0			ted.iwslt.129.3
+3	does	do	AUX	O	0			ted.iwslt.129.3
+4	n't	n't	PART	O	0			ted.iwslt.129.3
+5	matter	matter	VERB	O	0		v.stative	ted.iwslt.129.3
+6	how	how	ADV	O	0			ted.iwslt.129.3
+7	much	much	ADJ	O	0			ted.iwslt.129.3
+8	information	information	NOUN	O	0		n.cognition	ted.iwslt.129.3
+9	we	we	PRON	O	0			ted.iwslt.129.3
+10	're	're	AUX	O	0			ted.iwslt.129.3
+11	looking	look	VERB	O	0		v.perception	ted.iwslt.129.3
+12	at	at	ADP	O	0			ted.iwslt.129.3
+13	,	,	PUNCT	O	0			ted.iwslt.129.3
+14	how	how	ADV	O	0			ted.iwslt.129.3
+15	big	big	ADJ	O	0			ted.iwslt.129.3
+16	these	these	DET	O	0			ted.iwslt.129.3
+17	collections	collection	NOUN	O	0		n.cognition	ted.iwslt.129.3
+18	are	be	VERB	O	0		v.stative	ted.iwslt.129.3
+19	or	or	CONJ	O	0			ted.iwslt.129.3
+20	how	how	ADV	O	0			ted.iwslt.129.3
+21	big	big	ADJ	O	0			ted.iwslt.129.3
+22	the	the	DET	O	0			ted.iwslt.129.3
+23	images	image	NOUN	O	0		n.cognition	ted.iwslt.129.3
+24	are	be	VERB	O	0		v.stative	ted.iwslt.129.3
+25	.	.	PUNCT	O	0			ted.iwslt.129.3
+
+1	The	the	DET	O	0			trustpilot-266
+2	manufacturers	manufacturer	NOUN	O	0		n.group	trustpilot-266
+3	have	have	AUX	O	0			trustpilot-266
+4	obviously	obviously	ADV	O	0			trustpilot-266
+5	added	add	VERB	O	0		v.change	trustpilot-266
+6	a	a	DET	O	0			trustpilot-266
+7	fewadditional	fewadditional	ADJ	O	0			trustpilot-266
+8	parts	parts	NOUN	O	0		n.artifact	trustpilot-266
+9	to	to	PART	O	0			trustpilot-266
+10	improve	improve	VERB	O	0		v.change	trustpilot-266
+11	the	the	DET	O	0			trustpilot-266
+12	bed	bed	NOUN	O	0		n.artifact	trustpilot-266
+13	and	and	CONJ	O	0			trustpilot-266
+14	have	have	AUX	O	0			trustpilot-266
+15	not	not	ADV	O	0			trustpilot-266
+16	updated	update	VERB	O	0		v.change	trustpilot-266
+17	the	the	DET	O	0			trustpilot-266
+18	instructionsbut	instructionsbut	NOUN	O	0		n.communication	trustpilot-266
+19	it	it	PRON	O	0			trustpilot-266
+20	was	be	VERB	O	0		v.stative	trustpilot-266
+21	fairly	fairly	ADV	O	0			trustpilot-266
+22	easy	easy	ADJ	O	0			trustpilot-266
+23	to	to	PART	O	0			trustpilot-266
+24	work	work	VERB	B	0		v.cognition	trustpilot-266
+25	out	out	PART	I	24			trustpilot-266
+26	.	.	PUNCT	O	0			trustpilot-266
+
+1	1	NUMBER	NUM	O	0			tweebank.266
+2	,	,	PUNCT	O	0			tweebank.266
+3	2	NUMBER	NUM	O	0			tweebank.266
+4	,	,	PUNCT	O	0			tweebank.266
+5	3	NUMBER	NUM	O	0			tweebank.266
+6	,	,	PUNCT	O	0			tweebank.266
+7	4	NUMBER	NUM	O	0			tweebank.266
+8	,	,	PUNCT	O	0			tweebank.266
+9	5	NUMBER	NUM	O	0			tweebank.266
+10	Teen	teen	PROPN	B	0		n.person	tweebank.266
+11	Titans	titans	PROPN	I	10			tweebank.266
+12	!	!	PUNCT	O	0			tweebank.266
+
+1	And	and	CONJ	O	0			ted.iwslt.69.10
+2	this	this	PRON	O	0			ted.iwslt.69.10
+3	is	be	VERB	O	0		v.stative	ted.iwslt.69.10
+4	an	an	DET	O	0			ted.iwslt.69.10
+5	idea	idea	NOUN	O	0		n.cognition	ted.iwslt.69.10
+6	,	,	PUNCT	O	0			ted.iwslt.69.10
+7	if	if	SCONJ	O	0			ted.iwslt.69.10
+8	you	you	PRON	O	0			ted.iwslt.69.10
+9	think	think	VERB	O	0		v.cognition	ted.iwslt.69.10
+10	about	about	ADP	O	0			ted.iwslt.69.10
+11	it	it	PRON	O	0			ted.iwslt.69.10
+12	,	,	PUNCT	O	0			ted.iwslt.69.10
+13	can	can	AUX	O	0			ted.iwslt.69.10
+14	only	only	ADV	O	0			ted.iwslt.69.10
+15	fill	fill	VERB	O	0		v.change	ted.iwslt.69.10
+16	you	you	PRON	O	0			ted.iwslt.69.10
+17	with	with	ADP	O	0			ted.iwslt.69.10
+18	hope	hope	NOUN	O	0		n.feeling	ted.iwslt.69.10
+19	.	.	PUNCT	O	0			ted.iwslt.69.10
+
+1	YB	yb	PROPN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.10
+2	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+3	To	to	PART	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+4	the	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+5	dismay	dismay	NOUN	O	0		n.feeling	ted.naist.004-YvesBehar_2009.iwslt.552.10
+6	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+7	my	my	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+8	mother	mother	NOUN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.10
+9	,	,	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+10	this	this	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+11	is	be	VERB	O	0		v.stative	ted.naist.004-YvesBehar_2009.iwslt.552.10
+12	dangerous	dangerous	ADJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+13	teenage	teenage	ADJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+14	fashion	fashion	NOUN	O	0		n.attribute	ted.naist.004-YvesBehar_2009.iwslt.552.10
+15	right	right	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+16	there	there	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+17	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.10
+
+1	Good	good	ADJ	O	0			trustpilot-59
+2	company	company	NOUN	O	0		n.group	trustpilot-59
+3	to	to	PART	O	0			trustpilot-59
+4	deal	deal	VERB	B	0		v.communication	trustpilot-59
+5	with	with	ADP	I	4			trustpilot-59
+6	very	very	ADV	O	0			trustpilot-59
+7	fast	fast	ADJ	O	0			trustpilot-59
+8	delivery	delivery	NOUN	O	0		n.act	trustpilot-59
+9	,	,	PUNCT	O	0			trustpilot-59
+10	did	do	AUX	O	0			trustpilot-59
+11	not	not	ADV	O	0			trustpilot-59
+12	think	think	VERB	O	0		v.cognition	trustpilot-59
+13	i	i	PRON	O	0			trustpilot-59
+14	would	would	AUX	O	0			trustpilot-59
+15	be	be	AUX	O	0			trustpilot-59
+16	sailing	sailing	NOUN	O	0		n.act	trustpilot-59
+17	for	for	ADP	O	0			trustpilot-59
+18	a	a	DET	O	0			trustpilot-59
+19	while	while	NOUN	O	0		n.time	trustpilot-59
+20	but	but	CONJ	O	0			trustpilot-59
+21	wow	wow	X	O	0			trustpilot-59
+22	it	it	PRON	O	0			trustpilot-59
+23	is	be	VERB	O	0		v.stative	trustpilot-59
+24	here	here	ADV	O	0			trustpilot-59
+25	this	this	DET	O	0			trustpilot-59
+26	morning	morning	NOUN	O	0		n.time	trustpilot-59
+27	at	at	ADP	O	0			trustpilot-59
+28	0	0	NUM	B	0		n.time	trustpilot-59
+29	.	.	PUNCT	I	28			trustpilot-59
+30	00am	00am	NOUN	I	29			trustpilot-59
+31	Friday	friday	NOUN	O	0		n.time	trustpilot-59
+32	ordered	order	VERB	O	0		v.communication	trustpilot-59
+33	this	this	DET	O	0			trustpilot-59
+34	boat	boat	NOUN	O	0		n.artifact	trustpilot-59
+35	on	on	ADP	O	0			trustpilot-59
+36	Wednesday	wednesday	NOUN	B	0		n.time	trustpilot-59
+37	afternoon	afternoon	NOUN	I	36			trustpilot-59
+38	.	.	PUNCT	O	0			trustpilot-59
+
+1	I	i	PRON	O	0			tweebank.95
+2	want	want	VERB	O	0		v.emotion	tweebank.95
+3	a	a	DET	O	0			tweebank.95
+4	unicorn	unicorn	NOUN	O	0		n.animal	tweebank.95
+5	.	.	PUNCT	O	0			tweebank.95
+6	#NOHOMO	#nohomo	X	O	0			tweebank.95
+
+1	Very	very	ADV	O	0			trustpilot-175
+2	friendly	friendly	ADJ	O	0			trustpilot-175
+3	and	and	CONJ	O	0			trustpilot-175
+4	efficient	efficient	ADJ	O	0			trustpilot-175
+5	.	.	PUNCT	O	0			trustpilot-175
+
+1	When	when	ADV	O	0			trustpilot-171
+2	I	i	PRON	O	0			trustpilot-171
+3	queried	query	VERB	O	0		v.communication	trustpilot-171
+4	it	it	PRON	O	0			trustpilot-171
+5	they	they	PRON	O	0			trustpilot-171
+6	replied	reply	VERB	O	0		v.communication	trustpilot-171
+7	that	that	CONJ	O	0			trustpilot-171
+8	it	it	PRON	O	0			trustpilot-171
+9	stated	state	VERB	O	0		v.communication	trustpilot-171
+10	this	this	PRON	O	0			trustpilot-171
+11	on	on	ADP	O	0			trustpilot-171
+12	the	the	DET	O	0			trustpilot-171
+13	website	website	NOUN	O	0		n.communication	trustpilot-171
+14	.	.	PUNCT	O	0			trustpilot-171
+
+1	@GavenAng	@USER	X	O	0			tweebank.28
+2	LOL	lol	INTJ	O	0			tweebank.28
+3	where	where	ADV	O	0			tweebank.28
+4	got	get	VERB	O	0		v.stative	tweebank.28
+5	??	??	PUNCT	O	0			tweebank.28
+
+1	@Chief_Inspector	@USER	X	O	0			tweebank.435
+2	I	i	PRON	O	0			tweebank.435
+3	got	get	AUX	O	0			tweebank.435
+4	some	some	DET	O	0			tweebank.435
+5	inking	ink	VERB	O	0		v.emotion	tweebank.435
+6	done	do	AUX	O	0			tweebank.435
+7	on	on	ADP	O	0			tweebank.435
+8	him	him	PRON	O	0			tweebank.435
+9	this	this	DET	B	0			tweebank.435
+10	morning	morning	NOUN	I	9			tweebank.435
+11	.	.	PUNCT	O	0			tweebank.435
+12	Not	not	PART	O	0			tweebank.435
+13	long	long	ADV	O	0			tweebank.435
+14	now	now	ADV	O	0			tweebank.435
+15	.	.	PUNCT	O	0			tweebank.435
+
+1	@Bryan_wright11	@USER	X	O	0			tweebank.309
+2	i	i	PRON	O	0			tweebank.309
+3	lost	lose	VERB	O	0		v.change	tweebank.309
+4	all	all	DET	O	0			tweebank.309
+5	my	my	PRON	O	0			tweebank.309
+6	contacts	contact	NOUN	O	0		n.communication	tweebank.309
+7	,	,	PUNCT	O	0			tweebank.309
+8	smh	smh	X	O	0			tweebank.309
+9	.	.	PUNCT	O	0			tweebank.309
+
+1	@HollieRicard	@USER	X	O	0			tweebank.107
+2	yaaay	yaaay	INTJ	O	0			tweebank.107
+3	!	!	PUNCT	O	0			tweebank.107
+4	^.^	EMOTICON	X	O	0			tweebank.107
+
+1	Will	will	AUX	O	0			trustpilot-284
+2	definately	definately	ADV	O	0			trustpilot-284
+3	be	be	AUX	O	0			trustpilot-284
+4	buying	buy	VERB	O	0		v.possession	trustpilot-284
+5	all	all	DET	O	0			trustpilot-284
+6	future	future	ADJ	O	0			trustpilot-284
+7	games	game	NOUN	O	0		n.artifact	trustpilot-284
+8	and	and	CONJ	O	0			trustpilot-284
+9	accessories	accessory	NOUN	O	0		n.artifact	trustpilot-284
+10	from	from	ADP	O	0			trustpilot-284
+11	here	here	ADV	O	0			trustpilot-284
+12	for	for	ADP	O	0			trustpilot-284
+13	my	my	DET	O	0			trustpilot-284
+14	PS0	ps0	PROPN	O	0		n.artifact	trustpilot-284
+15	and	and	CONJ	O	0			trustpilot-284
+16	my	my	DET	O	0			trustpilot-284
+17	XBOX	xbox	PROPN	B	0		n.artifact	trustpilot-284
+18	000	000	NUM	I	17			trustpilot-284
+
+1	@Ollierussian	@USER	X	O	0			tweebank.276
+2	I	i	PRON	O	0			tweebank.276
+3	had	have	VERB	O	0		v.consumption	tweebank.276
+4	potted	potted	ADJ	B	0		n.food	tweebank.276
+5	shrimp	shrimp	NOUN	I	4			tweebank.276
+6	last	last	ADJ	B	0			tweebank.276
+7	night	night	NOUN	I	6			tweebank.276
+8	.	.	PUNCT	O	0			tweebank.276
+9	Except	except	CONJ	O	0			tweebank.276
+10	someone	someone	NOUN	B	0			tweebank.276
+11	else	else	ADV	I	10			tweebank.276
+12	ordered	order	VERB	O	0		v.communication	tweebank.276
+13	it	it	PRON	O	0			tweebank.276
+14	&	&	CONJ	O	0			tweebank.276
+15	I	i	PRON	O	0			tweebank.276
+16	could	could	AUX	O	0			tweebank.276
+17	n't	n't	PART	O	0			tweebank.276
+18	work	work	VERB	B	0		v.cognition	tweebank.276
+19	out	out	ADP	I	18			tweebank.276
+20	why	why	ADV	O	0			tweebank.276
+21	we	we	PRON	O	0			tweebank.276
+22	had	have	VERB	O	0		v.consumption	tweebank.276
+23	creme	creme	NOUN	B	0		n.food	tweebank.276
+24	brulee	brulee	NOUN	I	23			tweebank.276
+25	for	for	ADP	O	0			tweebank.276
+26	a	a	DET	O	0			tweebank.276
+27	starter	starter	NOUN	O	0		n.food	tweebank.276
+28	...	...	PUNCT	O	0			tweebank.276
+
+1	RT	rt	X	O	0			tweebank.24
+2	@ILoveThem4s	@USER	X	O	0			tweebank.24
+3	:	:	X	O	0			tweebank.24
+4	@HelloMrNiNO	@USER	X	O	0			tweebank.24
+5	hang	hang	VERB	B	0		v.cognition	tweebank.24
+6	in	in	ADP	I	5			tweebank.24
+7	there	there	ADV	I	6			tweebank.24
+8	cousin	cousin	NOUN	O	0		n.person	tweebank.24
+9	love	love	VERB	B	0		v.emotion	tweebank.24
+10	you	you	PRON	I	9			tweebank.24
+
+1	And	and	CONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+2	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+3	asked	ask	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+4	them	them	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+5	to	to	PART	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+6	come	come	VERB	B	0		v.motion	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+7	along	along	ADP	I	6			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+8	with	with	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+9	the	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+10	person	person	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+11	they	they	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+12	communicate	communicate	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+13	with	with	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+14	most	most	ADV	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+15	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+
+1	We	we	PRON	O	0			ted.iwslt.69.6
+2	have	have	VERB	B	0			ted.iwslt.69.6
+3	to	to	PART	I	2			ted.iwslt.69.6
+4	deal	deal	VERB	B	0		v.cognition	ted.iwslt.69.6
+5	with	with	ADP	I	4			ted.iwslt.69.6
+6	the	the	DET	O	0			ted.iwslt.69.6
+7	inexorable	inexorable	NOUN	O	0			ted.iwslt.69.6
+8	separation	separation	NOUN	O	0		n.process	ted.iwslt.69.6
+9	of	of	ADP	O	0			ted.iwslt.69.6
+10	death	death	NOUN	O	0		n.body	ted.iwslt.69.6
+11	,	,	PUNCT	O	0			ted.iwslt.69.6
+12	so	so	ADV	O	0			ted.iwslt.69.6
+13	it	it	PRON	O	0			ted.iwslt.69.6
+14	should	should	AUX	O	0			ted.iwslt.69.6
+15	n't	n't	PART	O	0			ted.iwslt.69.6
+16	surprise	surprise	VERB	O	0		v.cognition	ted.iwslt.69.6
+17	us	us	PRON	O	0			ted.iwslt.69.6
+18	that	that	SCONJ	O	0			ted.iwslt.69.6
+19	we	we	PRON	O	0			ted.iwslt.69.6
+20	all	all	DET	O	0			ted.iwslt.69.6
+21	sing	sing	NOUN	O	0		n.act	ted.iwslt.69.6
+22	,	,	PUNCT	O	0			ted.iwslt.69.6
+23	we	we	PRON	O	0			ted.iwslt.69.6
+24	all	all	DET	O	0			ted.iwslt.69.6
+25	dance	dance	NOUN	O	0		n.act	ted.iwslt.69.6
+26	,	,	PUNCT	O	0			ted.iwslt.69.6
+27	we	we	PRON	O	0			ted.iwslt.69.6
+28	all	all	DET	O	0			ted.iwslt.69.6
+29	have	have	VERB	O	0		v.possession	ted.iwslt.69.6
+30	art	art	NOUN	O	0		n.phenomenon	ted.iwslt.69.6
+31	.	.	PUNCT	O	0			ted.iwslt.69.6
+
+1	Not	not	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+2	a	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+3	lot	lot	NOUN	O	0		n.quantity	ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+4	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+5	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+6	did	do	VERB	O	0		v.motion	ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+7	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+
+1	Bad	bad	ADJ	O	0			tweebank.141
+2	loss	loss	NOUN	O	0		n.state	tweebank.141
+3	for	for	ADP	O	0			tweebank.141
+4	the	the	DET	O	0			tweebank.141
+5	Bison	bison	PROPN	B	0		n.group	tweebank.141
+6	men	men	NOUN	I	5			tweebank.141
+7	tonight	tonight	ADV	O	0			tweebank.141
+8	at	at	ADP	O	0			tweebank.141
+9	Western	western	PROPN	B	0		n.location	tweebank.141
+10	Illinois	illinois	PROPN	I	9			tweebank.141
+11	,	,	PUNCT	O	0			tweebank.141
+12	against	against	ADP	O	0			tweebank.141
+13	a	a	DET	O	0			tweebank.141
+14	team	team	NOUN	O	0		n.group	tweebank.141
+15	that	that	ADP	O	0			tweebank.141
+16	got	get	AUX	O	0			tweebank.141
+17	blown	blow	VERB	B	0		v.change	tweebank.141
+18	out	out	ADP	I	17			tweebank.141
+19	by	by	ADP	O	0			tweebank.141
+20	SDSU	sdsu	PROPN	O	0		n.group	tweebank.141
+21	on	on	ADP	O	0			tweebank.141
+22	Thursday	thursday	PROPN	O	0		n.time	tweebank.141
+23	and	and	CONJ	O	0			tweebank.141
+24	was	be	VERB	O	0		v.stative	tweebank.141
+25	1-5	NUMBER	NUM	O	0			tweebank.141
+26	in	in	ADP	O	0			tweebank.141
+27	the	the	DET	O	0			tweebank.141
+28	Summit	summit	NOUN	O	0		n.time	tweebank.141
+29	.	.	PUNCT	O	0			tweebank.141
+
+1	And	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+2	in	in	ADP	B	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+3	fact	fact	NOUN	I	2			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+4	they	they	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+5	were	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+6	n't	n't	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+7	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+8	They	they	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+9	were	be	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+10	reinventing	reinvent	VERB	O	0		v.creation	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+11	charity	charity	NOUN	O	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+12	in	in	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+13	those	those	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+14	times	times	NOUN	O	0		n.event	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+15	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+16	what	what	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+17	Rockefeller	rockefeller	PROPN	O	0		n.person	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+18	called	call	VERB	O	0		v.communication	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+19	``	``	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+20	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+21	business	business	NOUN	O	0		n.state	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+22	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+23	benevolence	benevolence	NOUN	O	0		n.feeling	ted.naist.005-KatherineFulton_2007.iwslt.585.7
+24	''	''	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+25	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.7
+
+1	How	how	ADV	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+2	are	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+3	they	they	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+4	doing	do	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+5	this	this	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+6	?	?	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+7	They	they	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+8	're	're	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+9	doing	do	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+10	it	it	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+11	in	in	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+12	a	a	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+13	very	very	ADV	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+14	simple	simple	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+15	way	way	NOUN	O	0		n.attribute	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+16	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+17	by	by	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+18	calling	call	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+19	their	their	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+20	mom	mom	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+21	from	from	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+22	work	work	NOUN	O	0		n.location	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+23	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+24	by	by	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+25	IMing	iming	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+26	from	from	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+27	their	their	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+28	office	office	NOUN	O	0		n.artifact	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+29	to	to	PART	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+30	their	their	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+31	friends	friend	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+32	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+33	by	by	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+34	texting	texting	VERB	O	0		v.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+35	under	under	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+36	the	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+37	desk	desk	NOUN	O	0		n.artifact	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+38	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+
+1	So	so	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+2	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+3	became	become	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+4	interested	interested	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+5	in	in	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+6	understanding	understand	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+7	what	what	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+8	contributed	contribute	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+9	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+10	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+11	life	life	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+12	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+13	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+14	worth	worth	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+15	living	live	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+16	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+
+1	@HarrySquad	@USER	X	O	0			tweebank.202
+2	that	that	PRON	O	0			tweebank.202
+3	is	be	VERB	O	0		v.stative	tweebank.202
+4	the	the	DET	O	0			tweebank.202
+5	most	most	ADV	O	0			tweebank.202
+6	stunning	stunning	ADJ	O	0			tweebank.202
+7	creature	creature	NOUN	O	0		n.animal	tweebank.202
+8	I	i	PRON	O	0			tweebank.202
+9	have	have	VERB	O	0			tweebank.202
+10	ever	ever	ADV	O	0			tweebank.202
+11	seen	see	VERB	O	0		v.perception	tweebank.202
+
+1	Pick	pick	NOUN	B	0		n.act	trustpilot-238
+2	-	-	PUNCT	I	1			trustpilot-238
+3	up	up	NOUN	I	2			trustpilot-238
+4	was	be	VERB	O	0		v.stative	trustpilot-238
+5	at	at	ADP	O	0			trustpilot-238
+6	00	00	NUM	O	0			trustpilot-238
+7	.	.	PUNCT	O	0			trustpilot-238
+8	00	00	NUM	O	0			trustpilot-238
+9	so	so	CONJ	O	0			trustpilot-238
+10	we	we	PRON	O	0			trustpilot-238
+11	were	be	VERB	O	0		v.stative	trustpilot-238
+12	in	in	ADP	B	0		n.state	trustpilot-238
+13	the	the	DET	I	12			trustpilot-238
+14	dark	dark	NOUN	I	13			trustpilot-238
+15	and	and	CONJ	O	0			trustpilot-238
+16	had	have	VERB	O	0		v.stative	trustpilot-238
+17	a	a	DET	O	0			trustpilot-238
+18	little	little	ADJ	O	0			trustpilot-238
+19	difficulty	difficulty	NOUN	O	0		n.cognition	trustpilot-238
+20	checking	check	VERB	O	0		v.cognition	trustpilot-238
+21	the	the	DET	O	0			trustpilot-238
+22	car	car	NOUN	O	0		n.artifact	trustpilot-238
+23	for	for	ADP	O	0			trustpilot-238
+24	any	any	DET	O	0			trustpilot-238
+25	damage	damage	NOUN	O	0		n.state	trustpilot-238
+26	not	not	ADV	O	0			trustpilot-238
+27	recorded	recorded	ADJ	O	0			trustpilot-238
+28	on	on	ADP	O	0			trustpilot-238
+29	the	the	DET	O	0			trustpilot-238
+30	contract	contract	NOUN	O	0		n.communication	trustpilot-238
+31	.	.	PUNCT	O	0			trustpilot-238
+
+1	Jesus	jesus	PROPN	O	0		n.person	tweebank.469
+2	.	.	PUNCT	O	0			tweebank.469
+3	Shuttlesworth	shuttlesworth	PROPN	O	0		n.person	tweebank.469
+4	.	.	PUNCT	O	0			tweebank.469
+5	Ladies	lady	NOUN	B	0		n.group	tweebank.469
+6	and	and	CONJ	I	5			tweebank.469
+7	Gentlemen	gentleman	NOUN	I	6			tweebank.469
+8	.	.	PUNCT	O	0			tweebank.469
+
+1	RT	rt	X	O	0			tweebank.21
+2	@Jaytit	@USER	X	O	0			tweebank.21
+3	:	:	X	O	0			tweebank.21
+4	Bored	bored	ADJ	O	0			tweebank.21
+5	as	as	ADP	B	0			tweebank.21
+6	fuck	fuck	NOUN	I	5			tweebank.21
+
+1	@EnKore03	@USER	X	O	0			tweebank.487
+2	lmfao	lmfao	INTJ	O	0			tweebank.487
+3	!	!	PUNCT	O	0			tweebank.487
+
+1	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+2	believe	believe	VERB	O	0		v.cognition	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+3	that	that	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+4	there	there	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+5	are	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+6	new	new	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+7	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+8	hidden	hidden	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+9	tensions	tension	NOUN	O	0		n.feeling	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+10	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+11	are	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+12	actually	actually	ADV	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+13	happening	happen	VERB	O	0		v.change	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+14	between	between	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+15	people	people	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+16	and	and	CONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+17	institutions	institution	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+18	--	--	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+19	institutions	institution	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+20	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+21	are	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+22	the	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+23	institutions	institution	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+24	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+25	people	people	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+26	inhabit	inhabit	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+27	in	in	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+28	their	their	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+29	daily	daily	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+30	life	life	NOUN	O	0		n.state	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+31	:	:	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+32	schools	school	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+33	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+34	hospitals	hospital	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+35	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+36	workplaces	workplace	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+37	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+38	factories	factory	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+39	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+40	offices	office	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+41	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+42	etc.	etc.	X	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+
+1	text	text	NOUN	O	0		n.communication	trustpilot-229
+2	to	to	PART	O	0			trustpilot-229
+3	say	say	VERB	O	0		v.communication	trustpilot-229
+4	it	it	PRON	O	0			trustpilot-229
+5	would	would	AUX	O	0			trustpilot-229
+6	be	be	VERB	O	0		v.stative	trustpilot-229
+7	00th	00th	ADJ	O	0			trustpilot-229
+8	May	may	NOUN	O	0		n.time	trustpilot-229
+9	followed	follow	VERB	O	0		v.change	trustpilot-229
+10	within	within	ADP	O	0			trustpilot-229
+11	00	00	NUM	O	0			trustpilot-229
+12	mins	min	NOUN	O	0		n.time	trustpilot-229
+13	to	to	PART	O	0			trustpilot-229
+14	say	say	VERB	O	0		v.communication	trustpilot-229
+15	it	it	PRON	O	0			trustpilot-229
+16	would	would	AUX	O	0			trustpilot-229
+17	be	be	VERB	O	0		v.stative	trustpilot-229
+18	00th	00th	ADJ	O	0			trustpilot-229
+19	May	may	NOUN	O	0		n.time	trustpilot-229
+20	-	-	PUNCT	O	0			trustpilot-229
+21	bank	bank	NOUN	B	0		n.event	trustpilot-229
+22	holiday	holiday	NOUN	I	21			trustpilot-229
+23	Friday	friday	NOUN	I	22			trustpilot-229
+24	and	and	CONJ	O	0			trustpilot-229
+25	I	i	PRON	O	0			trustpilot-229
+26	live	live	VERB	O	0		v.stative	trustpilot-229
+27	in	in	ADP	O	0			trustpilot-229
+28	a	a	DET	O	0			trustpilot-229
+29	tourist	tourist	NOUN	B	0		n.location	trustpilot-229
+30	area	area	NOUN	I	29			trustpilot-229
+31	that	that	PRON	O	0			trustpilot-229
+32	will	will	AUX	O	0			trustpilot-229
+33	be	be	VERB	O	0		v.stative	trustpilot-229
+34	packed	packed	ADJ	O	0			trustpilot-229
+35	not	not	ADV	B	0			trustpilot-229
+36	to	to	PART	I	35			trustpilot-229
+37	mention	mention	VERB	I	36			trustpilot-229
+38	really	really	ADV	O	0			trustpilot-229
+39	busy	busy	ADJ	O	0			trustpilot-229
+40	so	so	CONJ	O	0			trustpilot-229
+41	I	i	PRON	O	0			trustpilot-229
+42	'	'	PART	O	0			trustpilot-229
+43	ll	ll	VERB	O	0			trustpilot-229
+44	be	be	AUX	O	0			trustpilot-229
+45	wasting	waste	VERB	O	0		v.stative	trustpilot-229
+46	yet	yet	ADV	O	0			trustpilot-229
+47	another	another	DET	O	0			trustpilot-229
+48	day	day	NOUN	O	0		n.time	trustpilot-229
+49	no	no	DET	B	0			trustpilot-229
+50	doubt	doubt	NOUN	I	49			trustpilot-229
+51	for	for	ADP	O	0			trustpilot-229
+52	them	them	PRON	O	0			trustpilot-229
+53	not	not	ADV	O	0			trustpilot-229
+54	to	to	PART	O	0			trustpilot-229
+55	show	show	VERB	O	0		v.change	trustpilot-229
+56	.	.	PUNCT	O	0			trustpilot-229
+
+1	Nothing	nothing	NOUN	O	0			tweebank.178
+2	like	like	SCONJ	O	0			tweebank.178
+3	doing	do	VERB	O	0		v.creation	tweebank.178
+4	taxes	tax	NOUN	O	0		n.cognition	tweebank.178
+5	to	to	PART	O	0			tweebank.178
+6	make	make	VERB	O	0		v.stative	tweebank.178
+7	you	you	PRON	O	0			tweebank.178
+8	feel	feel	VERB	O	0		v.emotion	tweebank.178
+9	old	old	ADJ	O	0			tweebank.178
+10	.	.	PUNCT	O	0			tweebank.178
+11	Think	think	VERB	O	0		v.cognition	tweebank.178
+12	I	i	PRON	O	0			tweebank.178
+13	'll	'll	AUX	O	0			tweebank.178
+14	play	play	VERB	O	0		v.contact	tweebank.178
+15	some	some	DET	O	0			tweebank.178
+16	SNES	snes	PROPN	O	0		n.artifact	tweebank.178
+17	to	to	PART	O	0			tweebank.178
+18	make	make	VERB	B	0		v.stative	tweebank.178
+19	up	up	ADP	I	18			tweebank.178
+20	for	for	ADP	O	0			tweebank.178
+21	it	it	PRON	O	0			tweebank.178
+22	.	.	PUNCT	O	0			tweebank.178
+
+1	She	she	PRON	O	0			tweebank.432
+2	got	get	AUX	O	0			tweebank.432
+3	2b	2b	VERB	O	0		v.stative	tweebank.432
+4	good	good	ADJ	O	0			tweebank.432
+5	looking	looking	ADJ	O	0			tweebank.432
+6	cuz	cuz	ADP	O	0			tweebank.432
+7	she	she	PRON	O	0			tweebank.432
+8	so	so	ADV	O	0			tweebank.432
+9	hard	hard	ADJ	O	0			tweebank.432
+10	2	2	PART	O	0			tweebank.432
+11	please	please	VERB	O	0		v.emotion	tweebank.432
+
+1	@DJTommy2GunzLTL	@USER	X	O	0			tweebank.474
+2	smh	smh	X	O	0			tweebank.474
+3	they	they	PRON	O	0			tweebank.474
+4	had	have	VERB	B	0			tweebank.474
+5	to	to	PART	I	4			tweebank.474
+6	book	book	VERB	O	0		v.communication	tweebank.474
+7	him	him	PRON	O	0			tweebank.474
+8	fa	fa	ADP	O	0			tweebank.474
+9	something	something	NOUN	O	0			tweebank.474
+10	..	..	PUNCT	O	0			tweebank.474
+11	smh	smh	X	O	0			tweebank.474
+
+1	I	i	PRON	O	0			tweebank.50
+2	love	love	VERB	O	0		v.emotion	tweebank.50
+3	My	my	PRON	O	0			tweebank.50
+4	sister	sister	NOUN	O	0		n.person	tweebank.50
+5	and	and	CONJ	O	0			tweebank.50
+6	her	her	PRON	O	0			tweebank.50
+7	slowness	slowness	NOUN	O	0		n.attribute	tweebank.50
+8	lolol	lolol	INTJ	O	0			tweebank.50
+
+1	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+2	was	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+3	in	in	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+4	my	my	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+5	20s	20	NOUN	O	0		n.state	ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+6	before	before	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+7	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+8	ever	ever	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+9	went	go	VERB	O	0		v.motion	ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+10	to	to	PART	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+11	an	an	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+12	art	art	NOUN	B	0		n.artifact	ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+13	museum	museum	NOUN	I	12			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+14	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+
+1	And	and	CONJ	O	0			ted.iwslt.1176.5
+2	you	you	PRON	O	0			ted.iwslt.1176.5
+3	know	know	VERB	O	0		v.cognition	ted.iwslt.1176.5
+4	,	,	PUNCT	O	0			ted.iwslt.1176.5
+5	an	an	DET	O	0			ted.iwslt.1176.5
+6	epiphany	epiphany	NOUN	O	0		n.phenomenon	ted.iwslt.1176.5
+7	is	be	VERB	O	0		v.stative	ted.iwslt.1176.5
+8	usually	usually	ADV	O	0			ted.iwslt.1176.5
+9	something	something	NOUN	O	0			ted.iwslt.1176.5
+10	you	you	PRON	O	0			ted.iwslt.1176.5
+11	find	find	VERB	O	0		v.cognition	ted.iwslt.1176.5
+12	that	that	DET	O	0			ted.iwslt.1176.5
+13	you	you	PRON	O	0			ted.iwslt.1176.5
+14	dropped	drop	VERB	O	0		v.motion	ted.iwslt.1176.5
+15	someplace	someplace	NOUN	O	0			ted.iwslt.1176.5
+16	.	.	PUNCT	O	0			ted.iwslt.1176.5
+
+1	If	if	CONJ	O	0			trustpilot-321
+2	a	a	DET	O	0			trustpilot-321
+3	person	person	NOUN	O	0		n.person	trustpilot-321
+4	isn	isn	VERB	O	0		v.stative	trustpilot-321
+5	'	'	PART	O	0			trustpilot-321
+6	t	t	PART	O	0			trustpilot-321
+7	at	at	ADP	O	0			trustpilot-321
+8	home	home	NOUN	O	0		n.location	trustpilot-321
+9	it	it	PRON	O	0			trustpilot-321
+10	'	'	PART	O	0			trustpilot-321
+11	s	s	VERB	O	0		v.stative	trustpilot-321
+12	OK	ok	ADJ	O	0			trustpilot-321
+13	to	to	PART	O	0			trustpilot-321
+14	sign	sign	VERB	O	0		v.communication	trustpilot-321
+15	for	for	ADP	O	0			trustpilot-321
+16	the	the	DET	O	0			trustpilot-321
+17	goods	good	NOUN	O	0		n.artifact	trustpilot-321
+18	themselves	themselves	PRON	O	0			trustpilot-321
+19	and	and	CONJ	O	0			trustpilot-321
+20	do	do	VERB	O	0		v.stative	trustpilot-321
+21	with	with	ADP	O	0			trustpilot-321
+22	them	them	PRON	O	0			trustpilot-321
+23	what	what	PRON	O	0			trustpilot-321
+24	they	they	PRON	O	0			trustpilot-321
+25	please	please	VERB	O	0		v.emotion	trustpilot-321
+26	?	?	PUNCT	O	0			trustpilot-321
+
+1	My	my	DET	O	0			trustpilot-240
+2	order	order	NOUN	O	0		n.communication	trustpilot-240
+3	was	be	VERB	O	0		v.stative	trustpilot-240
+4	easy	easy	ADV	O	0			trustpilot-240
+5	to	to	PART	O	0			trustpilot-240
+6	do	do	VERB	O	0		v.cognition	trustpilot-240
+7	,	,	PUNCT	O	0			trustpilot-240
+8	disatched	disatched	VERB	O	0		v.motion	trustpilot-240
+9	quickly	quickly	ADV	O	0			trustpilot-240
+10	,	,	PUNCT	O	0			trustpilot-240
+11	delivered	deliver	VERB	O	0		v.motion	trustpilot-240
+12	promptly	promptly	ADV	O	0			trustpilot-240
+13	,	,	PUNCT	O	0			trustpilot-240
+14	and	and	CONJ	O	0			trustpilot-240
+15	my	my	DET	O	0			trustpilot-240
+16	Wrangler	wrangler	PROPN	B	0		n.artifact	trustpilot-240
+17	boots	boot	NOUN	I	16			trustpilot-240
+18	are	be	VERB	O	0		v.stative	trustpilot-240
+19	fantastic	fantastic	ADJ	O	0			trustpilot-240
+20	,	,	PUNCT	O	0			trustpilot-240
+21	nicer	nice	ADJ	O	0			trustpilot-240
+22	than	than	ADP	O	0			trustpilot-240
+23	in	in	ADP	O	0			trustpilot-240
+24	the	the	DET	O	0			trustpilot-240
+25	picture	picture	NOUN	O	0		n.artifact	trustpilot-240
+26	.	.	PUNCT	O	0			trustpilot-240
+
+1	Apple	apple	PROPN	O	0		n.group	tweebank.350
+2	Now	now	ADV	O	0			tweebank.350
+3	Accepting	accept	VERB	O	0		v.stative	tweebank.350
+4	Design	design	NOUN	B	0		n.communication	tweebank.350
+5	Award	award	NOUN	I	4			tweebank.350
+6	Nominations	nomination	NOUN	I	5			tweebank.350
+7	–	–	PUNCT	O	0			tweebank.350
+8	PC	pc	PROPN	B	0		n.communication	tweebank.350
+9	Magazine	magazine	PROPN	I	8			tweebank.350
+10	http://t.co/JBpgnboS	URL	X	O	0			tweebank.350
+
+1	I	i	PRON	O	0			trustpilot-122
+2	know	know	VERB	O	0		v.cognition	trustpilot-122
+3	I	i	PRON	O	0			trustpilot-122
+4	can	can	AUX	O	0			trustpilot-122
+5	be	be	VERB	B	0		v.cognition	trustpilot-122
+6	assured	assured	ADJ	I	5			trustpilot-122
+7	of	of	ADP	O	0			trustpilot-122
+8	next	next	ADJ	B	0		n.act	trustpilot-122
+9	-	-	PUNCT	I	8			trustpilot-122
+10	day	day	NOUN	I	9			trustpilot-122
+11	delivery	delivery	NOUN	I	10			trustpilot-122
+12	.	.	PUNCT	O	0			trustpilot-122
+
+1	@TmoNSays	@USER	X	O	0			tweebank.291
+2	of	of	SCONJ	B	0			tweebank.291
+3	course	course	NOUN	I	2			tweebank.291
+4	she	she	PRON	O	0			tweebank.291
+5	is	be	VERB	O	0		v.stative	tweebank.291
+6	lol	lol	INTJ	O	0			tweebank.291
+
+1	Great	great	ADJ	O	0			tweebank.443
+2	Review	review	NOUN	O	0		n.communication	tweebank.443
+3	on	on	ADP	O	0			tweebank.443
+4	#JBSpinshttp	#jbspinshttp	X	O	0			tweebank.443
+5	://	URL	X	O	0			tweebank.443
+6	jbspins.blogspot.com/2010/10/fandom-love-saturday-nightmares.html	URL	X	O	0			tweebank.443
+
+1	Very	very	ADV	O	0			trustpilot-8
+2	poor	poor	ADJ	O	0			trustpilot-8
+3	service	service	NOUN	O	0		n.act	trustpilot-8
+4	Quidco	quidco	PROPN	O	0		n.group	trustpilot-8
+5	.	.	PUNCT	O	0			trustpilot-8
+
+1	@yosoyRoland	@USER	X	O	0			tweebank.345
+2	no	no	INTJ	O	0			tweebank.345
+3	you	you	PRON	O	0			tweebank.345
+4	were	be	VERB	O	0		v.stative	tweebank.345
+5	right	right	ADJ	O	0			tweebank.345
+6	lol	lol	INTJ	O	0			tweebank.345
+7	..	..	PUNCT	O	0			tweebank.345
+8	I	i	PRON	O	0			tweebank.345
+9	do	do	AUX	O	0			tweebank.345
+10	have	have	VERB	B	0			tweebank.345
+11	to	to	PART	I	10			tweebank.345
+12	stop	stop	VERB	O	0		v.motion	tweebank.345
+13	and	and	CONJ	O	0			tweebank.345
+14	I	i	PRON	O	0			tweebank.345
+15	appreciate	appreciate	VERB	O	0		v.emotion	tweebank.345
+16	the	the	DET	O	0			tweebank.345
+17	input	input	NOUN	O	0		n.communication	tweebank.345
+
+1	The	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+2	kidney	kidney	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+3	was	be	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+4	indeed	indeed	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+5	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+6	first	first	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+7	organ	organ	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+8	ever	ever	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+9	to	to	PART	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+10	be	be	AUX	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+11	transplanted	transplant	VERB	O	0		v.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+12	to	to	PART	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+13	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+14	human	human	NOUN	O	0		n.animal	ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+15	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+
+1	Great	great	ADJ	O	0			trustpilot-300
+2	range	range	NOUN	O	0		n.attribute	trustpilot-300
+3	too	too	ADV	O	0			trustpilot-300
+4	.	.	PUNCT	O	0			trustpilot-300
+
+1	Overall	overall	ADJ	O	0			trustpilot-31
+2	impression	impression	NOUN	O	0		n.cognition	trustpilot-31
+3	:	:	PUNCT	O	0			trustpilot-31
+4	good	good	ADJ	O	0			trustpilot-31
+5	and	and	CONJ	O	0			trustpilot-31
+6	easy	easy	ADV	O	0			trustpilot-31
+7	to	to	PART	O	0			trustpilot-31
+8	use	use	VERB	O	0		v.cognition	trustpilot-31
+9	website	website	NOUN	O	0		n.communication	trustpilot-31
+10	,	,	PUNCT	O	0			trustpilot-31
+11	good	good	ADJ	O	0			trustpilot-31
+12	range	range	NOUN	O	0		n.attribute	trustpilot-31
+13	of	of	ADP	O	0			trustpilot-31
+14	products	product	NOUN	O	0		n.artifact	trustpilot-31
+15	,	,	PUNCT	O	0			trustpilot-31
+16	not	not	ADV	O	0			trustpilot-31
+17	the	the	DET	O	0			trustpilot-31
+18	cheapest	cheap	ADJ	O	0			trustpilot-31
+19	by	by	ADP	B	0			trustpilot-31
+20	far	far	ADV	I	19			trustpilot-31
+21	but	but	CONJ	O	0			trustpilot-31
+22	been	be	VERB	O	0		v.stative	trustpilot-31
+23	fine	fine	ADJ	O	0			trustpilot-31
+24	so	so	ADV	O	0			trustpilot-31
+25	far	far	ADV	O	0			trustpilot-31
+26	for	for	ADP	O	0			trustpilot-31
+27	a	a	DET	O	0			trustpilot-31
+28	fast	fast	ADJ	O	0			trustpilot-31
+29	top	top	ADJ	B	0		n.possession	trustpilot-31
+30	up	up	ADJ	I	29			trustpilot-31
+31	order	order	NOUN	I	30			trustpilot-31
+32	.	.	PUNCT	O	0			trustpilot-31
+
+1	PEOPLE	people	NOUN	O	0		n.person	tweebank.78
+2	OF	of	ADP	O	0			tweebank.78
+3	THE	the	DET	O	0			tweebank.78
+4	INTERNET	internet	NOUN	O	0		n.cognition	tweebank.78
+5	!	!	PUNCT	O	0			tweebank.78
+6	The	the	DET	B	0		n.communication	tweebank.78
+7	Prince	prince	PROPN	I	6			tweebank.78
+8	doco	doco	NOUN	I	7			tweebank.78
+9	is	be	VERB	O	0		v.stative	tweebank.78
+10	on	on	ADP	O	0			tweebank.78
+11	at	at	ADP	O	0			tweebank.78
+12	9PM	NUMBER	NUM	O	0			tweebank.78
+13	on	on	ADP	O	0			tweebank.78
+14	BBC4	bbc4	PROPN	O	0		n.communication	tweebank.78
+15	,	,	PUNCT	O	0			tweebank.78
+16	and	and	CONJ	O	0			tweebank.78
+17	then	then	ADV	O	0			tweebank.78
+18	Purple	purple	PROPN	B	0		n.communication	tweebank.78
+19	Rain	rain	PROPN	I	18			tweebank.78
+20	is	be	VERB	O	0		v.stative	tweebank.78
+21	on	on	ADP	O	0			tweebank.78
+22	at	at	ADP	O	0			tweebank.78
+23	10PM	NUMBER	NUM	O	0			tweebank.78
+24	.	.	PUNCT	O	0			tweebank.78
+25	Apologies	apology	NOUN	O	0		n.communication	tweebank.78
+26	for	for	ADP	O	0			tweebank.78
+27	earlier	earlier	ADJ	O	0			tweebank.78
+28	incorrect	incorrect	ADJ	O	0			tweebank.78
+29	timings	timing	NOUN	O	0		n.attribute	tweebank.78
+30	.	.	PUNCT	O	0			tweebank.78
+
+1	Yves	yves	PROPN	B	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.4
+2	Behar	behar	PROPN	I	1			ted.naist.004-YvesBehar_2009.iwslt.552.4
+3	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+4	And	and	CONJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+5	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+6	scenic	scenic	ADJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+7	Switzerland	switzerland	PROPN	O	0		n.location	ted.naist.004-YvesBehar_2009.iwslt.552.4
+8	for	for	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+9	me	me	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+10	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.4
+
+1	@alvinhocheese	@USER	X	O	0			tweebank.222
+2	@Zixuan29	@USER	X	O	0			tweebank.222
+3	I	i	PRON	O	0			tweebank.222
+4	uploaded/uploading	uploaded/uploading	VERB	O	0		v.change	tweebank.222
+5	remaining	remain	VERB	O	0		v.change	tweebank.222
+6	albums	album	NOUN	O	0		n.communication	tweebank.222
+7	.	.	PUNCT	O	0			tweebank.222
+8	Muackszx	muackszx	PROPN	O	0		n.person	tweebank.222
+
+1	Caller	caller	PROPN	O	0		n.person	trustpilot-157
+2	was	be	VERB	O	0		v.stative	trustpilot-157
+3	very	very	ADV	O	0			trustpilot-157
+4	polite	polite	ADJ	O	0			trustpilot-157
+5	and	and	CONJ	O	0			trustpilot-157
+6	efficient	efficient	ADJ	O	0			trustpilot-157
+7	.	.	PUNCT	O	0			trustpilot-157
+
+1	Super	super	ADJ	O	0			trustpilot-126
+2	quality	quality	NOUN	O	0		n.attribute	trustpilot-126
+3	,	,	PUNCT	O	0			trustpilot-126
+4	good	good	ADJ	O	0			trustpilot-126
+5	range	range	NOUN	O	0		n.attribute	trustpilot-126
+6	,	,	PUNCT	O	0			trustpilot-126
+7	efficient	efficient	ADJ	O	0			trustpilot-126
+8	delivery	delivery	NOUN	O	0		n.act	trustpilot-126
+9	-	-	PUNCT	O	0			trustpilot-126
+10	I	i	PRON	O	0			trustpilot-126
+11	would	would	VERB	O	0			trustpilot-126
+12	recommend	recommend	VERB	O	0		v.communication	trustpilot-126
+13	The	the	DET	B	0		n.group	trustpilot-126
+14	Door	door	NOUN	I	13			trustpilot-126
+15	Handle	handle	NOUN	I	14			trustpilot-126
+16	Company	company	NOUN	I	15			trustpilot-126
+17	to	to	ADP	O	0			trustpilot-126
+18	anyone	anyone	NOUN	O	0			trustpilot-126
+19	.	.	PUNCT	O	0			trustpilot-126
+
+1	But	but	CONJ	O	0			ted.iwslt.1161.4
+2	I	i	PRON	O	0			ted.iwslt.1161.4
+3	do	do	AUX	O	0			ted.iwslt.1161.4
+4	n't	n't	PART	O	0			ted.iwslt.1161.4
+5	buy	buy	VERB	O	0		v.possession	ted.iwslt.1161.4
+6	anything	anything	NOUN	O	0			ted.iwslt.1161.4
+7	new	new	ADJ	O	0			ted.iwslt.1161.4
+8	.	.	PUNCT	O	0			ted.iwslt.1161.4
+
+1	And	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+2	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+3	man	man	NOUN	O	0		n.person	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+4	who	who	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+5	talked	talk	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+6	at	at	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+7	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+8	evening	evening	NOUN	B	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+9	lecture	lecture	NOUN	I	8			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+10	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+11	very	very	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+12	interesting	interesting	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+13	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+
+1	More	more	ADV	O	0			trustpilot-262
+2	expensive	expensive	ADJ	O	0			trustpilot-262
+3	than	than	ADP	O	0			trustpilot-262
+4	some	some	DET	O	0			trustpilot-262
+5	competitors	competitor	NOUN	O	0		n.relation	trustpilot-262
+6	but	but	CONJ	O	0			trustpilot-262
+7	has	have	VERB	O	0		v.stative	trustpilot-262
+8	good	good	ADJ	O	0			trustpilot-262
+9	coverage	coverage	NOUN	O	0		n.communication	trustpilot-262
+10	.	.	PUNCT	O	0			trustpilot-262
+
+1	RT	rt	X	O	0			tweebank.441
+2	@nomoreperks	@USER	X	O	0			tweebank.441
+3	:	:	X	O	0			tweebank.441
+4	i	i	PRON	O	0			tweebank.441
+5	love	love	VERB	O	0		v.emotion	tweebank.441
+6	how	how	ADV	O	0			tweebank.441
+7	people	people	NOUN	O	0		n.person	tweebank.441
+8	on	on	ADP	O	0			tweebank.441
+9	#subeta	#subeta	PROPN	O	0		n.group	tweebank.441
+10	can	can	AUX	O	0			tweebank.441
+11	admit	admit	VERB	O	0		v.cognition	tweebank.441
+12	to	to	SCONJ	O	0			tweebank.441
+13	crying	cry	VERB	O	0		v.body	tweebank.441
+14	over	over	ADP	O	0			tweebank.441
+15	pokemon	pokemon	PROPN	B	0		n.communication	tweebank.441
+16	movies	movie	NOUN	I	15			tweebank.441
+17	.	.	PUNCT	O	0			tweebank.441
+18	(	(	PUNCT	O	0			tweebank.441
+19	ngl	ngl	X	O	0			tweebank.441
+20	,	,	PUNCT	O	0			tweebank.441
+21	i	i	PRON	O	0			tweebank.441
+22	did	do	VERB	O	0		v.body	tweebank.441
+23	too	too	ADV	O	0			tweebank.441
+24	)	)	PUNCT	O	0			tweebank.441
+
+1	@ninbroken52	@USER	X	O	0			tweebank.139
+2	LoL	lol	INTJ	O	0			tweebank.139
+3	Looks	look	VERB	B	0		v.perception	tweebank.139
+4	like	like	SCONJ	I	3			tweebank.139
+5	I	i	PRON	O	0			tweebank.139
+6	hit	hit	VERB	B	0		v.change	tweebank.139
+7	the	the	DET	I	6			tweebank.139
+8	nail	nail	NOUN	I	7			tweebank.139
+9	n	n	ADP	I	8			tweebank.139
+10	the	the	DET	I	9			tweebank.139
+11	head	head	NOUN	I	10			tweebank.139
+12	with	with	ADP	O	0			tweebank.139
+13	that	that	DET	O	0			tweebank.139
+14	one	NUMBER	NUM	O	0			tweebank.139
+15	.	.	PUNCT	O	0			tweebank.139
+16	;-P	EMOTICON	X	O	0			tweebank.139
+
+1	@ThreeeStacks	@USER	X	O	0			tweebank.244
+2	@lildick_e	@USER	X	O	0			tweebank.244
+3	Woooooooow	woooooooow	INTJ	O	0			tweebank.244
+
+1	A	a	DET	O	0			trustpilot-254
+2	0	0	NUM	O	0			trustpilot-254
+3	*****	*****	X	O	0			trustpilot-254
+4	Company	company	NOUN	O	0		n.group	trustpilot-254
+5	.	.	PUNCT	O	0			trustpilot-254
+
+1	Former	former	ADJ	O	0			tweebank.53
+2	Villarreal	villarreal	PROPN	O	0		n.group	tweebank.53
+3	and	and	CONJ	O	0			tweebank.53
+4	Panathinaikos	panathinaikos	PROPN	O	0		n.group	tweebank.53
+5	boss	boss	NOUN	O	0		n.person	tweebank.53
+6	Victor	victor	PROPN	B	0		n.person	tweebank.53
+7	Munoz	munoz	PROPN	I	6			tweebank.53
+8	set	set	VERB	O	0		v.stative	tweebank.53
+9	for	for	ADP	O	0			tweebank.53
+10	Al	al	PROPN	B	0		n.act	tweebank.53
+11	Ittihad	ittihad	PROPN	I	10			tweebank.53
+12	post	post	NOUN	I	11			tweebank.53
+13	http://t.co/d9SN0ieQ	URL	X	O	0			tweebank.53
+
+1	@MaliiBo	@USER	X	O	0			tweebank.80
+2	@_tee_aanal	@USER	X	O	0			tweebank.80
+3	miss	miss	VERB	O	0		v.emotion	tweebank.80
+4	y'all	y'all	PRON	O	0			tweebank.80
+5	too	too	ADV	O	0			tweebank.80
+6	just	just	ADV	O	0			tweebank.80
+7	gonna	gonna	AUX	O	0			tweebank.80
+8	leave	leave	VERB	B	0		v.social	tweebank.80
+9	me	me	PRON	o	0			tweebank.80
+10	out	out	ADP	I	8			tweebank.80
+11	the	the	DET	O	0			tweebank.80
+12	damn	damn	ADJ	O	0			tweebank.80
+13	convo	convo	NOUN	O	0		n.communication	tweebank.80
+14	dicks	dick	NOUN	O	0		n.person	tweebank.80
+15	lol	lol	INTJ	O	0			tweebank.80
+
+1	And	and	CONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+2	what	what	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+3	do	do	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+4	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+5	mean	mean	VERB	O	0		v.cognition	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+6	by	by	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+7	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+8	?	?	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+
+1	@DAPtheGreat	@USER	X	O	0			tweebank.60
+2	THANK	thank	VERB	O	0		v.communication	tweebank.60
+3	YOU	you	PRON	O	0			tweebank.60
+4	!!!!	!!!!	PUNCT	O	0			tweebank.60
+
+1	I	i	PRON	O	0			tweebank.349
+2	need	need	VERB	O	0		v.stative	tweebank.349
+3	to	to	PART	O	0			tweebank.349
+4	stop	stop	VERB	O	0		v.motion	tweebank.349
+5	being	be	VERB	O	0		v.stative	tweebank.349
+6	so	so	ADV	O	0			tweebank.349
+7	realistic	realistic	ADJ	O	0			tweebank.349
+8	!!	!!	PUNCT	O	0			tweebank.349
+9	#being	#being	VERB	O	0		v.stative	tweebank.349
+10	a	a	DET	O	0			tweebank.349
+11	dreamer	dreamer	NOUN	O	0		n.person	tweebank.349
+12	once	once	ADV	B	0			tweebank.349
+13	in	in	ADP	I	12			tweebank.349
+14	a	a	DET	I	13			tweebank.349
+15	while	while	NOUN	I	14			tweebank.349
+16	is	be	VERB	O	0		v.stative	tweebank.349
+17	such	such	DET	O	0			tweebank.349
+18	a	a	DET	O	0			tweebank.349
+19	blessing	blessing	NOUN	O	0		n.cognition	tweebank.349
+20	some	some	DET	B	0			tweebank.349
+21	times	times	NOUN	I	20			tweebank.349
+
+1	The	the	DET	O	0			trustpilot-44
+2	flight	flight	NOUN	O	0		n.event	trustpilot-44
+3	was	be	VERB	O	0		v.stative	trustpilot-44
+4	fine	fine	ADJ	O	0			trustpilot-44
+5	and	and	CONJ	O	0			trustpilot-44
+6	the	the	DET	O	0			trustpilot-44
+7	staff	staff	NOUN	O	0		n.group	trustpilot-44
+8	courteous	courteous	ADJ	O	0			trustpilot-44
+9	and	and	CONJ	O	0			trustpilot-44
+10	friendly	friendly	ADJ	O	0			trustpilot-44
+11	.	.	PUNCT	O	0			trustpilot-44
+
+1	@xMSxJAZZEExTGOD	@USER	X	O	0			tweebank.481
+2	lol	lol	INTJ	O	0			tweebank.481
+3	,	,	PUNCT	O	0			tweebank.481
+4	naw	naw	INTJ	O	0			tweebank.481
+5	,	,	PUNCT	O	0			tweebank.481
+6	we	we	PRON	O	0			tweebank.481
+7	good	good	ADJ	O	0			tweebank.481
+
+1	RT	rt	X	O	0			tweebank.495
+2	@bigbarracuda	@USER	X	O	0			tweebank.495
+3	:	:	X	O	0			tweebank.495
+4	If	if	SCONJ	O	0			tweebank.495
+5	U	u	PRON	O	0			tweebank.495
+6	R	r	VERB	O	0		v.stative	tweebank.495
+7	a	a	DET	O	0			tweebank.495
+8	scuba	scuba	NOUN	B	0		n.person	tweebank.495
+9	diver	diver	NOUN	I	8			tweebank.495
+10	U	u	PRON	O	0			tweebank.495
+11	must	must	AUX	O	0			tweebank.495
+12	read	read	VERB	O	0		v.cognition	tweebank.495
+13	Barracuda	barracuda	PROPN	O	0		n.communication	tweebank.495
+14	.	.	PUNCT	O	0			tweebank.495
+15	This	this	DET	O	0			tweebank.495
+16	novel	novel	NOUN	O	0		n.communication	tweebank.495
+17	has	have	VERB	O	0		v.stative	tweebank.495
+18	more	more	ADJ	O	0			tweebank.495
+19	thrills	thrill	NOUN	O	0		n.feeling	tweebank.495
+20	than	than	ADP	O	0			tweebank.495
+21	JAWS	jaws	PROPN	O	0		n.communication	tweebank.495
+22	!	!	PUNCT	O	0			tweebank.495
+23	57	NUMBER	NUM	O	0			tweebank.495
+24	reviews	review	NOUN	O	0		n.communication	tweebank.495
+25	4stars	4stars	NOUN	O	0		n.attribute	tweebank.495
+26	http://simurl.com	URL	X	O	0			tweebank.495
+27	...	...	X	O	0			tweebank.495
+
+1	@RubertOfficial	@USER	X	O	0			tweebank.241
+2	right	right	ADV	B	0			tweebank.241
+3	back	back	ADV	I	2			tweebank.241
+4	atcha	atcha	X	I	3			tweebank.241
+5	bro	bro	NOUN	O	0		n.person	tweebank.241
+6	:)	EMOTICON	X	O	0			tweebank.241
+
+1	Sleeping	sleep	VERB	B	0		n.person	tweebank.355
+2	beauty	beauty	NOUN	I	1			tweebank.355
+3	like	like	SCONJ	O	0			tweebank.355
+4	princess	princess	NOUN	O	0		n.person	tweebank.355
+5	~	~	SYM	O	0			tweebank.355
+
+1	There	there	ADV	O	0			trustpilot-154
+2	isn	isn	VERB	O	0		v.stative	trustpilot-154
+3	'	'	PART	O	0			trustpilot-154
+4	t	t	PART	O	0			trustpilot-154
+5	any	any	DET	O	0			trustpilot-154
+6	!	!	PUNCT	O	0			trustpilot-154
+
+1	I	i	PRON	O	0			tweebank.123
+2	'm	'm	AUX	O	0			tweebank.123
+3	saving	save	VERB	O	0		v.stative	tweebank.123
+4	gas	gas	NOUN	O	0		n.artifact	tweebank.123
+5	today	today	NOUN	O	0			tweebank.123
+
+1	Excellent	excellent	ADJ	O	0			tweebank.275
+2	article	article	NOUN	O	0		n.communication	tweebank.275
+3	about	about	ADP	O	0			tweebank.275
+4	Intelligent	intelligent	PROPN	B	0		n.cognition	tweebank.275
+5	Management	management	PROPN	I	4			tweebank.275
+6	founder	founder	NOUN	O	0		n.person	tweebank.275
+7	Lepore	lepore	PROPN	O	0		n.person	tweebank.275
+8	inspired	inspire	VERB	O	0		v.emotion	tweebank.275
+9	by	by	ADP	O	0			tweebank.275
+10	Jewish	jewish	PROPN	B	0		n.cognition	tweebank.275
+11	philosophy	philosophy	NOUN	I	10			tweebank.275
+12	to	to	PART	O	0			tweebank.275
+13	find	find	VERB	O	0		v.cognition	tweebank.275
+14	business	business	NOUN	B	0		n.cognition	tweebank.275
+15	solutions	solution	NOUN	I	14			tweebank.275
+16	http://bit.ly/kxbW2Q	URL	X	O	0			tweebank.275
+
+1	RT	rt	X	O	0			tweebank.304
+2	@SnackzBITCH	@USER	X	O	0			tweebank.304
+3	:	:	X	O	0			tweebank.304
+4	Eat	eat	VERB	O	0		v.consumption	tweebank.304
+5	that	that	DET	O	0			tweebank.304
+6	pussc	pussc	NOUN	O	0		n.body	tweebank.304
+7	like	like	ADP	O	0			tweebank.304
+8	cold	cold	ADJ	O	0			tweebank.304
+9	pizza	pizza	NOUN	O	0		n.food	tweebank.304
+10	lol	lol	INTJ	O	0			tweebank.304
+
+1	RT	rt	X	O	0			tweebank.282
+2	@djhellayella	@USER	X	O	0			tweebank.282
+3	:	:	X	O	0			tweebank.282
+4	Tonight	tonight	NOUN	O	0		n.event	tweebank.282
+5	I	i	PRON	O	0			tweebank.282
+6	'm	'm	VERB	O	0		v.stative	tweebank.282
+7	at	at	ADP	O	0			tweebank.282
+8	Club	club	PROPN	B	0		n.group	tweebank.282
+9	West	west	PROPN	I	8			tweebank.282
+10	in	in	ADP	O	0			tweebank.282
+11	San	san	PROPN	B	0		n.location	tweebank.282
+12	Antonio	antonio	PROPN	I	11			tweebank.282
+13	...	...	PUNCT	O	0			tweebank.282
+14	This	this	PRON	O	0			tweebank.282
+15	is	be	VERB	O	0		v.stative	tweebank.282
+16	what	what	PRON	O	0			tweebank.282
+17	it	it	PRON	O	0			tweebank.282
+18	was	be	VERB	O	0		v.stative	tweebank.282
+19	like	like	ADP	O	0			tweebank.282
+20	the	the	DET	O	0			tweebank.282
+21	last	last	ADJ	O	0			tweebank.282
+22	time	time	NOUN	O	0		n.event	tweebank.282
+23	I	i	PRON	O	0			tweebank.282
+24	was	be	VERB	O	0		v.stative	tweebank.282
+25	there	there	ADV	O	0			tweebank.282
+26	.	.	PUNCT	O	0			tweebank.282
+27	(	(	X	O	0			tweebank.282
+28	cont	cont	X	O	0			tweebank.282
+29	)	)	X	O	0			tweebank.282
+30	http://tl.gd/bb2458	URL	X	O	0			tweebank.282
+
+1	So	so	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+2	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+3	we	we	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+4	have	have	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.8
+5	this	this	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+6	ability	ability	NOUN	O	0		n.attribute	ted.naist.002-JessaGamble_2010G.iwslt.957.8
+7	as	as	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+8	well	well	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+9	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.8
+
+1	Griner	griner	PROPN	O	0		n.person	tweebank.403
+2	s	s	VERB	O	0		v.stative	tweebank.403
+3	a	a	DET	O	0			tweebank.403
+4	boss	boss	NOUN	O	0		n.person	tweebank.403
+
+1	But	but	CONJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+2	it	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+3	's	's	AUX	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+4	become	become	VERB	O	0		v.change	ted.naist.001-RobertLang_2008.iwslt.321.7
+5	something	something	NOUN	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+6	else	else	ADV	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+7	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.7
+
+1	Perhaps	perhaps	ADV	O	0			trustpilot-224
+2	worse	worse	ADJ	O	0			trustpilot-224
+3	than	than	ADP	O	0			trustpilot-224
+4	this	this	PRON	O	0			trustpilot-224
+5	is	be	VERB	O	0		v.stative	trustpilot-224
+6	the	the	DET	O	0			trustpilot-224
+7	disgraceful	disgraceful	ADJ	O	0			trustpilot-224
+8	customer	customer	NOUN	B	0		n.act	trustpilot-224
+9	service	service	NOUN	I	8			trustpilot-224
+10	-	-	PUNCT	O	0			trustpilot-224
+11	putting	put	VERB	B	0		v.contact	trustpilot-224
+12	the	the	DET	o	0			trustpilot-224
+13	phone	phone	NOUN	o	0		n.artifact	trustpilot-224
+14	down	down	PART	I	11			trustpilot-224
+15	on	on	ADP	O	0			trustpilot-224
+16	me	me	PRON	O	0			trustpilot-224
+17	as	as	ADP	O	0			trustpilot-224
+18	soon	soon	ADV	O	0			trustpilot-224
+19	as	as	ADP	O	0			trustpilot-224
+20	I	i	PRON	O	0			trustpilot-224
+21	get	get	VERB	B	0		v.communication	trustpilot-224
+22	through	through	PART	I	21			trustpilot-224
+23	(	(	PUNCT	O	0			trustpilot-224
+24	after	after	ADP	O	0			trustpilot-224
+25	dozens	dozens	NOUN	O	0		n.quantity	trustpilot-224
+26	of	of	ADP	O	0			trustpilot-224
+27	attempts	attempt	NOUN	O	0		n.act	trustpilot-224
+28	)	)	PUNCT	O	0			trustpilot-224
+29	to	to	ADP	O	0			trustpilot-224
+30	their	their	DET	O	0			trustpilot-224
+31	customer	customer	NOUN	B	0		n.communication	trustpilot-224
+32	service	service	NOUN	I	31			trustpilot-224
+33	helpline	helpline	NOUN	I	32			trustpilot-224
+34	,	,	PUNCT	O	0			trustpilot-224
+35	ZERO	zero	NUM	O	0			trustpilot-224
+36	replies	reply	NOUN	O	0		n.communication	trustpilot-224
+37	to	to	ADP	O	0			trustpilot-224
+38	emails	email	NOUN	O	0		n.communication	trustpilot-224
+39	to	to	ADP	O	0			trustpilot-224
+40	customer	customer	NOUN	B	0		n.communication	trustpilot-224
+41	service	service	NOUN	I	40			trustpilot-224
+42	and	and	CONJ	O	0			trustpilot-224
+43	removing	remove	VERB	O	0		v.change	trustpilot-224
+44	my	my	DET	O	0			trustpilot-224
+45	comments	comment	NOUN	O	0		n.communication	trustpilot-224
+46	on	on	ADP	O	0			trustpilot-224
+47	this	this	DET	O	0			trustpilot-224
+48	issue	issue	NOUN	O	0		n.cognition	trustpilot-224
+49	from	from	ADP	O	0			trustpilot-224
+50	their	their	DET	O	0			trustpilot-224
+51	facebook	facebook	NOUN	B	0		n.communication	trustpilot-224
+52	page	page	NOUN	I	51			trustpilot-224
+53	rather	rather	ADV	O	0			trustpilot-224
+54	than	than	ADP	O	0			trustpilot-224
+55	replying	reply	VERB	O	0		v.communication	trustpilot-224
+56	.	.	PUNCT	O	0			trustpilot-224
+
+1	Item	item	NOUN	O	0		n.artifact	trustpilot-201
+2	arrived	arrive	VERB	O	0		v.motion	trustpilot-201
+3	quickly	quickly	ADV	O	0			trustpilot-201
+4	.	.	PUNCT	O	0			trustpilot-201
+
+1	extremely	extremely	ADV	O	0			trustpilot-312
+2	unsatisfied	unsatisfied	ADJ	O	0			trustpilot-312
+3	with	with	ADP	O	0			trustpilot-312
+4	the	the	DET	O	0			trustpilot-312
+5	customer	customer	NOUN	B	0		n.act	trustpilot-312
+6	services	services	NOUN	I	5			trustpilot-312
+7	I	i	PRON	O	0			trustpilot-312
+8	recieved	recieved	VERB	O	0		v.communication	trustpilot-312
+9	when	when	ADV	O	0			trustpilot-312
+10	the	the	DET	O	0			trustpilot-312
+11	toilet	toilet	NOUN	B	0		n.artifact	trustpilot-312
+12	basin	basin	NOUN	I	11			trustpilot-312
+13	they	they	PRON	O	0			trustpilot-312
+14	supplied	supply	VERB	O	0		v.possession	trustpilot-312
+15	was	be	VERB	O	0		v.stative	trustpilot-312
+16	faulty	faulty	ADJ	O	0			trustpilot-312
+17	still	still	ADV	O	0			trustpilot-312
+18	waiting	wait	VERB	O	0		v.stative	trustpilot-312
+19	for	for	ADP	O	0			trustpilot-312
+20	replacement	replacement	NOUN	O	0		n.act	trustpilot-312
+21	after	after	ADP	O	0			trustpilot-312
+22	reporting	report	VERB	O	0		v.communication	trustpilot-312
+23	fault	fault	NOUN	O	0		n.state	trustpilot-312
+24	0	0	NUM	O	0			trustpilot-312
+25	weeks	week	NOUN	O	0		n.time	trustpilot-312
+26	ago	ago	ADV	O	0			trustpilot-312
+27	Will	will	AUX	O	0			trustpilot-312
+28	not	not	ADV	O	0			trustpilot-312
+29	be	be	AUX	O	0			trustpilot-312
+30	using	use	VERB	O	0		v.stative	trustpilot-312
+31	again	again	ADV	O	0			trustpilot-312
+32	.	.	PUNCT	O	0			trustpilot-312
+
+1	RT	rt	X	O	0			tweebank.27
+2	@LoveDrGuadalupe	@USER	X	O	0			tweebank.27
+3	:	:	X	O	0			tweebank.27
+4	I	i	PRON	O	0			tweebank.27
+5	feel	feel	VERB	O	0		v.emotion	tweebank.27
+6	like	like	ADP	O	0			tweebank.27
+7	a	a	DET	O	0			tweebank.27
+8	bum	bum	NOUN	O	0		n.person	tweebank.27
+9	,	,	PUNCT	O	0			tweebank.27
+10	I	i	PRON	O	0			tweebank.27
+11	look	look	VERB	O	0		v.perception	tweebank.27
+12	like	like	ADP	O	0			tweebank.27
+13	a	a	DET	O	0			tweebank.27
+14	bum	bum	NOUN	O	0		n.person	tweebank.27
+15	,	,	PUNCT	O	0			tweebank.27
+16	I	i	PRON	O	0			tweebank.27
+17	smell	smell	VERB	O	0		v.perception	tweebank.27
+18	like	like	ADP	O	0			tweebank.27
+19	a	a	DET	O	0			tweebank.27
+20	bum	bum	NOUN	O	0		n.person	tweebank.27
+21	,	,	PUNCT	O	0			tweebank.27
+22	I	i	PRON	O	0			tweebank.27
+23	am	be	VERB	O	0		v.stative	tweebank.27
+24	hungry	hungry	ADJ	O	0			tweebank.27
+25	like	like	ADP	O	0			tweebank.27
+26	a	a	DET	O	0			tweebank.27
+27	bum	bum	NOUN	O	0		n.person	tweebank.27
+28	.	.	PUNCT	O	0			tweebank.27
+29	I	i	PRON	O	0			tweebank.27
+30	am	be	VERB	O	0		v.stative	tweebank.27
+31	just	just	ADV	O	0			tweebank.27
+32	a	a	DET	O	0			tweebank.27
+33	fucking	fucking	ADJ	O	0			tweebank.27
+34	bum	bum	NOUN	O	0		n.person	tweebank.27
+35	.	.	PUNCT	O	0			tweebank.27
+
+1	FN	fn	PROPN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.8
+2	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+3	And	and	CONJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+4	I	i	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+5	also	also	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+6	had	have	VERB	O	0		v.stative	ted.naist.004-YvesBehar_2009.iwslt.552.8
+7	an	an	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+8	interest	interest	NOUN	O	0		n.feeling	ted.naist.004-YvesBehar_2009.iwslt.552.8
+9	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+10	dangerous	dangerous	ADJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+11	inventions	invention	NOUN	O	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.8
+12	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.8
+
+1	We	we	PRON	O	0			trustpilot-98
+2	were	be	VERB	O	0		v.stative	trustpilot-98
+3	originally	originally	ADV	O	0			trustpilot-98
+4	just	just	ADV	O	0			trustpilot-98
+5	after	after	ADP	O	0			trustpilot-98
+6	a	a	DET	O	0			trustpilot-98
+7	replacement	replacement	NOUN	O	0		n.artifact	trustpilot-98
+8	but	but	CONJ	O	0			trustpilot-98
+9	decided	decide	VERB	O	0		v.cognition	trustpilot-98
+10	that	that	CONJ	O	0			trustpilot-98
+11	we	we	PRON	O	0			trustpilot-98
+12	no	no	DET	O	0			trustpilot-98
+13	longer	longer	ADV	O	0			trustpilot-98
+14	wished	wish	VERB	O	0		v.emotion	trustpilot-98
+15	to	to	PART	O	0			trustpilot-98
+16	deal	deal	VERB	B	0		v.communication	trustpilot-98
+17	with	with	ADP	I	16			trustpilot-98
+18	this	this	DET	O	0			trustpilot-98
+19	company	company	NOUN	O	0		n.group	trustpilot-98
+20	after	after	ADP	O	0			trustpilot-98
+21	many	many	ADJ	O	0			trustpilot-98
+22	concerning	concerning	ADJ	O	0			trustpilot-98
+23	phone	phone	NOUN	B	0		n.act	trustpilot-98
+24	calls	call	NOUN	I	23			trustpilot-98
+25	and	and	CONJ	O	0			trustpilot-98
+26	went	go	VERB	O	0		v.stative	trustpilot-98
+27	for	for	ADP	O	0			trustpilot-98
+28	a	a	DET	O	0			trustpilot-98
+29	refund	refund	NOUN	O	0		n.possession	trustpilot-98
+30	instead	instead	ADV	O	0			trustpilot-98
+31	.	.	PUNCT	O	0			trustpilot-98
+
+1	Products	product	NOUN	O	0		n.artifact	trustpilot-249
+2	are	be	VERB	O	0		v.stative	trustpilot-249
+3	cheaper	cheap	ADJ	O	0			trustpilot-249
+4	than	than	ADP	O	0			trustpilot-249
+5	any	any	DET	B	0			trustpilot-249
+6	where	where	ADV	I	5			trustpilot-249
+7	else	else	ADV	I	6			trustpilot-249
+8	on	on	ADP	O	0			trustpilot-249
+9	the	the	DET	O	0			trustpilot-249
+10	net	net	NOUN	O	0		n.cognition	trustpilot-249
+11	taste	taste	VERB	O	0		v.body	trustpilot-249
+12	lovely	lovely	ADJ	O	0			trustpilot-249
+13	easy	easy	ADV	O	0			trustpilot-249
+14	to	to	PART	O	0			trustpilot-249
+15	order	order	VERB	O	0		v.communication	trustpilot-249
+16	and	and	CONJ	O	0			trustpilot-249
+17	quick	quick	ADJ	O	0			trustpilot-249
+18	delivery	delivery	NOUN	O	0		n.act	trustpilot-249
+
+1	Excellent	excellent	ADJ	O	0			trustpilot-292
+2	products	product	NOUN	O	0		n.artifact	trustpilot-292
+3	,	,	PUNCT	O	0			trustpilot-292
+4	huge	huge	ADJ	O	0			trustpilot-292
+5	selection	selection	NOUN	O	0		n.attribute	trustpilot-292
+6	,	,	PUNCT	O	0			trustpilot-292
+7	super	super	ADV	O	0			trustpilot-292
+8	fast	fast	ADJ	O	0			trustpilot-292
+9	shipping	shipping	NOUN	O	0		n.act	trustpilot-292
+10	,	,	PUNCT	O	0			trustpilot-292
+11	and	and	CONJ	O	0			trustpilot-292
+12	as	as	ADP	O	0			trustpilot-292
+13	always	always	ADV	O	0			trustpilot-292
+14	,	,	PUNCT	O	0			trustpilot-292
+15	great	great	ADJ	O	0			trustpilot-292
+16	customer	customer	NOUN	B	0		n.act	trustpilot-292
+17	service	service	NOUN	I	16			trustpilot-292
+18	.	.	PUNCT	O	0			trustpilot-292
+
+1	RT	rt	X	O	0			tweebank.92
+2	@ZhihuiLee	@USER	X	O	0			tweebank.92
+3	:	:	X	O	0			tweebank.92
+4	Don't	don't	VERB	O	0		v.stative	tweebank.92
+5	nonsense	nonsense	NOUN	O	0			tweebank.92
+6	ley	ley	NOUN	O	0		n.person	tweebank.92
+7	!	!	PUNCT	O	0			tweebank.92
+8	We	we	PRON	O	0			tweebank.92
+9	brother	brother	NOUN	O	0		n.person	tweebank.92
+10	sister	sister	NOUN	O	0		n.person	tweebank.92
+11	!	!	PUNCT	O	0			tweebank.92
+12	:D	EMOTICON	X	O	0			tweebank.92
+13	@JasonTan1511	@USER	X	O	0			tweebank.92
+14	I	i	PRON	O	0			tweebank.92
+15	thought	think	VERB	O	0		v.cognition	tweebank.92
+16	you	you	PRON	O	0			tweebank.92
+17	love	love	VERB	O	0		v.emotion	tweebank.92
+18	@XuepingAdole	@USER	X	O	0			tweebank.92
+19	ma	ma	NOUN	O	0		n.person	tweebank.92
+20	!	!	PUNCT	O	0			tweebank.92
+
+1	@PamalaSharpe	@USER	X	O	0			tweebank.370
+2	lmao	lmao	INTJ	O	0			tweebank.370
+3	I	i	PRON	B	0			tweebank.370
+4	'm	'm	VERB	I	3			tweebank.370
+5	not	not	PART	I	4			tweebank.370
+6	a	a	DET	O	0			tweebank.370
+7	sheep	sheep	NOUN	O	0		n.animal	tweebank.370
+8	who	who	PRON	O	0			tweebank.370
+9	listens	listen	VERB	O	0		v.perception	tweebank.370
+10	to	to	ADP	O	0			tweebank.370
+11	it	it	PRON	O	0			tweebank.370
+12	cos	cos	SCONJ	O	0			tweebank.370
+13	everyone	everyone	NOUN	B	0			tweebank.370
+14	else	else	ADV	I	13			tweebank.370
+15	does	do	VERB	O	0		v.social	tweebank.370
+16	,	,	PUNCT	O	0			tweebank.370
+17	it	it	PRON	O	0			tweebank.370
+18	s	s	VERB	O	0		v.stative	tweebank.370
+19	generally	generally	ADV	O	0			tweebank.370
+20	shit	shit	NOUN	O	0		n.attribute	tweebank.370
+21	:(	EMOTICON	X	O	0			tweebank.370
+
+1	You	you	PRON	O	0			trustpilot-216
+2	can	can	AUX	O	0			trustpilot-216
+3	also	also	ADV	O	0			trustpilot-216
+4	make	make	VERB	O	0		v.creation	trustpilot-216
+5	with	with	ADP	O	0			trustpilot-216
+6	water	water	NOUN	O	0		n.substance	trustpilot-216
+7	if	if	CONJ	O	0			trustpilot-216
+8	you	you	PRON	O	0			trustpilot-216
+9	dont	dont	VERB	O	0			trustpilot-216
+10	fancy	fancy	VERB	O	0		v.emotion	trustpilot-216
+11	the	the	DET	O	0			trustpilot-216
+12	milk	milk	NOUN	O	0		n.food	trustpilot-216
+13	.	.	PUNCT	O	0			trustpilot-216
+
+1	Making	make	VERB	O	0		v.creation	tweebank.71
+2	#Travel	#travel	NOUN	O	0		n.act	tweebank.71
+3	a	a	DET	O	0			tweebank.71
+4	Reality	reality	NOUN	O	0		n.cognition	tweebank.71
+5	http://t.co/r4IWjn4B	URL	X	O	0			tweebank.71
+6	@DenverEric	@USER	X	O	0			tweebank.71
+7	#yakezie	#yakezie	X	O	0			tweebank.71
+8	#lifestyle	#lifestyle	X	O	0			tweebank.71
+9	#budget	#budget	X	O	0			tweebank.71
+10	#travelhacking	#travelhacking	X	O	0			tweebank.71
+
+1	When	when	ADV	O	0			trustpilot-35
+2	family	family	NOUN	O	0		n.group	trustpilot-35
+3	visit	visit	VERB	O	0		v.social	trustpilot-35
+4	no	no	PRON	B	0			trustpilot-35
+5	-	-	PUNCT	I	4			trustpilot-35
+6	one	one	PRON	I	5			trustpilot-35
+7	has	have	AUX	O	0			trustpilot-35
+8	to	to	PART	O	0			trustpilot-35
+9	waste	waste	VERB	O	0		v.possession	trustpilot-35
+10	time	time	NOUN	O	0		n.time	trustpilot-35
+11	in	in	ADP	O	0			trustpilot-35
+12	the	the	DET	O	0			trustpilot-35
+13	kitchen	kitchen	NOUN	O	0		n.artifact	trustpilot-35
+14	.	.	PUNCT	O	0			trustpilot-35
+
+1	"	"	PUNCT	O	0			tweebank.35
+2	@allkpop	@USER	X	O	0			tweebank.35
+3	:	:	X	O	0			tweebank.35
+4	Super	super	PROPN	B	0		n.person	tweebank.35
+5	Junior	junior	PROPN	I	4			tweebank.35
+6	’s	’s	PART	I	5			tweebank.35
+7	Siwon	siwon	PROPN	I	6			tweebank.35
+8	transforms	transform	VERB	O	0		v.change	tweebank.35
+9	into	into	ADP	O	0			tweebank.35
+10	‘	‘	PUNCT	O	0			tweebank.35
+11	Captain	captain	PROPN	B	0		n.person	tweebank.35
+12	Choi	choi	PROPN	I	11			tweebank.35
+13	’	’	PUNCT	O	0			tweebank.35
+14	for	for	ADP	O	0			tweebank.35
+15	“	“	PUNCT	O	0			tweebank.35
+16	Poseidon	poseidon	PROPN	O	0		n.act	tweebank.35
+17	”	”	PUNCT	O	0			tweebank.35
+18	http://t.co/W2aG8os	URL	X	O	0			tweebank.35
+19	"	"	PUNCT	O	0			tweebank.35
+
+1	@justinbieber	@USER	X	O	0			tweebank.293
+2	I	i	PRON	O	0			tweebank.293
+3	'm	'm	AUX	O	0			tweebank.293
+4	a	a	DET	O	0			tweebank.293
+5	big	big	ADJ	O	0			tweebank.293
+6	fan	fan	NOUN	O	0		n.person	tweebank.293
+7	of	of	ADP	O	0			tweebank.293
+8	yours	yours	PRON	O	0			tweebank.293
+9	and	and	CONJ	O	0			tweebank.293
+10	admire	admire	VERB	O	0		v.emotion	tweebank.293
+11	your	your	PRON	O	0			tweebank.293
+12	work	work	NOUN	O	0		n.act	tweebank.293
+13	,	,	PUNCT	O	0			tweebank.293
+14	follow	follow	VERB	O	0		v.social	tweebank.293
+15	me	me	PRON	O	0			tweebank.293
+16	?	?	PUNCT	O	0			tweebank.293
+17	[/35	[/35	X	O	0			tweebank.293
+
+1	@RachelBlueBerry	@USER	X	O	0			tweebank.295
+2	*	*	PUNCT	O	0			tweebank.295
+3	jumps	jump	VERB	O	0		v.motion	tweebank.295
+4	down	down	ADV	O	0			tweebank.295
+5	walking	walk	VERB	O	0		v.motion	tweebank.295
+6	over	over	ADP	O	0			tweebank.295
+7	to	to	ADP	O	0			tweebank.295
+8	you	you	PRON	O	0			tweebank.295
+9	singing	sing	VERB	O	0		v.creation	tweebank.295
+10	*	*	PUNCT	O	0			tweebank.295
+11	Why	why	ADV	O	0			tweebank.295
+12	do	do	AUX	O	0			tweebank.295
+13	you	you	PRON	O	0			tweebank.295
+14	do	do	VERB	O	0		v.social	tweebank.295
+15	what	what	PRON	O	0			tweebank.295
+16	you	you	PRON	O	0			tweebank.295
+17	do	do	VERB	O	0		v.social	tweebank.295
+18	to	to	ADP	O	0			tweebank.295
+19	me	me	PRON	O	0			tweebank.295
+20	?	?	PUNCT	O	0			tweebank.295
+21	Yea	yea	INTJ	O	0			tweebank.295
+22	!	!	PUNCT	O	0			tweebank.295
+23	Why	why	ADV	O	0			tweebank.295
+24	wo	wo	AUX	O	0			tweebank.295
+25	n't	n't	PART	O	0			tweebank.295
+26	you	you	PRON	O	0			tweebank.295
+27	answer	answer	VERB	O	0		v.communication	tweebank.295
+28	me	me	PRON	O	0			tweebank.295
+29	answer	answer	VERB	O	0		v.communication	tweebank.295
+30	me	me	PRON	O	0			tweebank.295
+31	!	!	PUNCT	O	0			tweebank.295
+32	Yea	yea	INTJ	O	0			tweebank.295
+33	!	!	PUNCT	O	0			tweebank.295
+
+1	@mashalmatere	@USER	X	O	0			tweebank.40
+2	@NjoodM	@USER	X	O	0			tweebank.40
+3	@WaleedAlsaggaf	@USER	X	O	0			tweebank.40
+4	@Sa7i_Elbal	@USER	X	O	0			tweebank.40
+5	and	and	CONJ	O	0			tweebank.40
+6	some	some	DET	O	0			tweebank.40
+7	others	others	NOUN	O	0			tweebank.40
+8	unfollowed	unfollowed	VERB	O	0		v.change	tweebank.40
+9	me	me	PRON	O	0			tweebank.40
+10	[	[	PUNCT	O	0			tweebank.40
+11	checked	check	VERB	O	0		v.cognition	tweebank.40
+12	by	by	ADP	O	0			tweebank.40
+13	http://t.co/EwYj9xGI	URL	X	O	0			tweebank.40
+14	]	]	PUNCT	O	0			tweebank.40
+
+1	RT	rt	X	O	0			tweebank.166
+2	@lemonjoose	@USER	X	O	0			tweebank.166
+3	:	:	X	O	0			tweebank.166
+4	£100	NUMBER	NUM	O	0			tweebank.166
+5	Voucher	voucher	NOUN	O	0		n.possession	tweebank.166
+6	of	of	ADP	O	0			tweebank.166
+7	your	your	PRON	O	0			tweebank.166
+8	choice	choice	NOUN	O	0		n.cognition	tweebank.166
+9	is	be	VERB	O	0		v.stative	tweebank.166
+10	up	up	ADV	B	0			tweebank.166
+11	for	for	ADP	I	10			tweebank.166
+12	grabs	grab	NOUN	I	11			tweebank.166
+13	,	,	PUNCT	O	0			tweebank.166
+14	just	just	ADV	O	0			tweebank.166
+15	RT	rt	VERB	O	0		v.communication	tweebank.166
+16	and	and	CONJ	O	0			tweebank.166
+17	follow	follow	VERB	O	0		v.communication	tweebank.166
+18	!	!	PUNCT	O	0			tweebank.166
+19	#win	#win	X	O	0			tweebank.166
+20	#competition	#competition	X	O	0			tweebank.166
+21	#lemonjoose	#lemonjoose	X	O	0			tweebank.166
+
+1	@1SmartiePants	@USER	X	O	0			tweebank.412
+2	when	when	ADV	O	0			tweebank.412
+3	have	have	VERB	O	0		v.stative	tweebank.412
+4	u	u	PRON	O	0			tweebank.412
+5	ever	ever	ADV	O	0			tweebank.412
+6	said	say	VERB	O	0		v.communication	tweebank.412
+7	yes	yes	INTJ	O	0			tweebank.412
+8	...	...	PUNCT	O	0			tweebank.412
+9	?	?	PUNCT	O	0			tweebank.412
+
+1	@Say_WatsReal	@USER	X	O	0			tweebank.390
+2	;	;	PUNCT	O	0			tweebank.390
+3	awe	awe	INTJ	O	0			tweebank.390
+4	you	you	PRON	O	0			tweebank.390
+5	miss	miss	VERB	O	0		v.emotion	tweebank.390
+6	me	me	PRON	O	0			tweebank.390
+7	??	??	PUNCT	O	0			tweebank.390
+
+1	Let	let	VERB	O	0		v.social	ted.naist.002-JessaGamble_2010G.iwslt.957.1
+2	's	's	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.1
+3	start	start	VERB	O	0		v.change	ted.naist.002-JessaGamble_2010G.iwslt.957.1
+4	with	with	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.1
+5	day	day	NOUN	O	0		n.time	ted.naist.002-JessaGamble_2010G.iwslt.957.1
+6	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.1
+7	night	night	NOUN	O	0		n.time	ted.naist.002-JessaGamble_2010G.iwslt.957.1
+8	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.1
+
+1	I	i	PRON	O	0			trustpilot-80
+2	was	be	VERB	O	0		v.stative	trustpilot-80
+3	very	very	ADV	O	0			trustpilot-80
+4	particular	particular	ADJ	O	0			trustpilot-80
+5	that	that	CONJ	O	0			trustpilot-80
+6	I	i	PRON	O	0			trustpilot-80
+7	found	found	VERB	O	0		v.cognition	trustpilot-80
+8	a	a	DET	O	0			trustpilot-80
+9	company	company	NOUN	O	0		n.group	trustpilot-80
+10	that	that	PRON	O	0			trustpilot-80
+11	would	would	VERB	O	0			trustpilot-80
+12	offer	offer	VERB	O	0		v.communication	trustpilot-80
+13	me	me	PRON	O	0			trustpilot-80
+14	the	the	DET	O	0			trustpilot-80
+15	full	full	ADJ	B	0		n.attribute	trustpilot-80
+16	package	package	NOUN	I	15			trustpilot-80
+17	-	-	PUNCT	O	0			trustpilot-80
+18	as	as	CONJ	O	0			trustpilot-80
+19	there	there	ADV	O	0			trustpilot-80
+20	are	be	VERB	O	0		v.stative	trustpilot-80
+21	many	many	ADJ	O	0			trustpilot-80
+22	out	out	ADP	O	0			trustpilot-80
+23	there	there	ADV	O	0			trustpilot-80
+24	that	that	PRON	O	0			trustpilot-80
+25	do	do	AUX	O	0			trustpilot-80
+26	not	not	ADV	O	0			trustpilot-80
+27	let	let	AUX	O	0			trustpilot-80
+28	you	you	PRON	O	0			trustpilot-80
+29	have	have	VERB	O	0		v.possession	trustpilot-80
+30	the	the	DET	O	0			trustpilot-80
+31	International	international	NOUN	B	0		n.artifact	trustpilot-80
+32	Warranty	warranty	NOUN	I	31			trustpilot-80
+33	Card	card	NOUN	I	32			trustpilot-80
+34	,	,	PUNCT	O	0			trustpilot-80
+35	which	which	PRON	O	0			trustpilot-80
+36	greatly	greatly	ADV	O	0			trustpilot-80
+37	de	de	PART	B	0		v.change	trustpilot-80
+38	-	-	PUNCT	I	37			trustpilot-80
+39	values	value	VERB	I	38			trustpilot-80
+40	the	the	DET	O	0			trustpilot-80
+41	watch	watch	NOUN	O	0		n.artifact	trustpilot-80
+42	if	if	CONJ	O	0			trustpilot-80
+43	you	you	PRON	O	0			trustpilot-80
+44	want	want	VERB	O	0		v.emotion	trustpilot-80
+45	to	to	PART	O	0			trustpilot-80
+46	sell	sell	VERB	O	0		v.possession	trustpilot-80
+47	onion	onion	ADP	O	0			trustpilot-80
+48	the	the	DET	O	0			trustpilot-80
+49	future	future	NOUN	O	0		n.time	trustpilot-80
+50	!	!	PUNCT	O	0			trustpilot-80
+
+1	My	my	PRON	O	0			tweebank.299
+2	friends	friend	NOUN	B	0		n.cognition	tweebank.299
+3	category	category	NOUN	I	2			tweebank.299
+4	is	be	VERB	O	0		v.stative	tweebank.299
+5	odd	odd	ADJ	O	0			tweebank.299
+6	again	again	ADV	O	0			tweebank.299
+7	-.-	EMOTICON	X	O	0			tweebank.299
+
+1	They	they	PRON	O	0			trustpilot-23
+2	tried	try	VERB	O	0		v.change	trustpilot-23
+3	again	again	ADV	O	0			trustpilot-23
+4	a	a	DET	O	0			trustpilot-23
+5	few	few	ADJ	O	0			trustpilot-23
+6	hours	hours	NOUN	O	0		n.time	trustpilot-23
+7	later	later	ADV	O	0			trustpilot-23
+8	but	but	CONJ	O	0			trustpilot-23
+9	still	still	ADV	O	0			trustpilot-23
+10	no	no	DET	O	0			trustpilot-23
+11	answer	answer	NOUN	O	0		n.communication	trustpilot-23
+12	.	.	PUNCT	O	0			trustpilot-23
+
+1	RT	rt	X	O	0			tweebank.48
+2	@GodlyTweet	@USER	X	O	0			tweebank.48
+3	:	:	X	O	0			tweebank.48
+4	This	this	PRON	O	0			tweebank.48
+5	is	be	VERB	O	0		v.stative	tweebank.48
+6	the	the	DET	O	0			tweebank.48
+7	day	day	NOUN	O	0		n.event	tweebank.48
+8	the	the	DET	O	0			tweebank.48
+9	Lord	lord	PROPN	O	0		n.person	tweebank.48
+10	has	have	AUX	O	0			tweebank.48
+11	made	make	VERB	O	0		v.creation	tweebank.48
+12	,	,	PUNCT	O	0			tweebank.48
+13	I	i	PRON	O	0			tweebank.48
+14	will	will	AUX	O	0			tweebank.48
+15	rejoice	rejoice	VERB	O	0		v.emotion	tweebank.48
+16	and	and	CONJ	O	0			tweebank.48
+17	be	be	VERB	O	0		v.stative	tweebank.48
+18	glad	glad	ADJ	O	0			tweebank.48
+19	in	in	ADP	O	0			tweebank.48
+20	it	it	PRON	O	0			tweebank.48
+21	:)	EMOTICON	X	O	0			tweebank.48
+
+1	BUT	but	CONJ	O	0			tweebank.354
+2	WHO	who	PRON	O	0			tweebank.354
+3	IS	be	AUX	O	0			tweebank.354
+4	BUYING	buy	VERB	O	0		v.possession	tweebank.354
+5	?????????????????????????????????????????????????????	?????????????????????????????????????????????????????	PUNCT	O	0			tweebank.354
+
+1	@Luv_IsLove	@USER	X	O	0			tweebank.459
+2	western	western	ADJ	O	0			tweebank.459
+3	fries	fries	NOUN	O	0		n.food	tweebank.459
+
+1	Looks	look	VERB	B	0		v.cognition	trustpilot-185
+2	like	like	ADP	I	1			trustpilot-185
+3	the	the	DET	O	0			trustpilot-185
+4	motor	motor	NOUN	O	0		n.artifact	trustpilot-185
+5	has	have	AUX	O	0			trustpilot-185
+6	gone	go	VERB	O	0		v.change	trustpilot-185
+7	again	again	ADV	O	0			trustpilot-185
+8	as	as	CONJ	O	0			trustpilot-185
+9	the	the	DET	O	0			trustpilot-185
+10	scooter	scooter	NOUN	O	0		n.artifact	trustpilot-185
+11	is	be	AUX	O	0			trustpilot-185
+12	not	not	ADV	O	0			trustpilot-185
+13	keeping	keep	VERB	O	0		v.stative	trustpilot-185
+14	the	the	DET	O	0			trustpilot-185
+15	correct	correct	ADJ	O	0			trustpilot-185
+16	speed	speed	NOUN	O	0		n.attribute	trustpilot-185
+17	.	.	PUNCT	O	0			trustpilot-185
+
+1	RT	rt	X	O	0			tweebank.54
+2	@MAMIfrom_PR	@USER	X	O	0			tweebank.54
+3	:	:	X	O	0			tweebank.54
+4	“	“	PUNCT	O	0			tweebank.54
+5	@Loves_BEE	@USER	X	O	0			tweebank.54
+6	:	:	X	O	0			tweebank.54
+7	#oomf	#oomf	NOUN	O	0		n.person	tweebank.54
+8	Is	be	VERB	O	0		v.stative	tweebank.54
+9	a	a	DET	O	0			tweebank.54
+10	liar	liar	NOUN	O	0		n.attribute	tweebank.54
+11	,	,	PUNCT	O	0			tweebank.54
+12	kaylee	kaylee	PROPN	O	0		n.person	tweebank.54
+13	knows	know	VERB	O	0		v.cognition	tweebank.54
+14	who	who	PRON	O	0			tweebank.54
+15	I	i	PRON	O	0			tweebank.54
+16	m	m	VERB	O	0		v.stative	tweebank.54
+17	talking	talk	VERB	O	0		v.communication	tweebank.54
+18	about	about	ADP	O	0			tweebank.54
+19	”	”	PUNCT	O	0			tweebank.54
+20	a	a	DET	O	0			tweebank.54
+21	lot	lot	NOUN	O	0		n.quantity	tweebank.54
+22	of	of	ADP	O	0			tweebank.54
+23	yur	yur	DET	O	0			tweebank.54
+24	followers	followers	NOUN	O	0		n.person	tweebank.54
+25	r	r	VERB	O	0		v.stative	tweebank.54
+26	liars	liar	NOUN	O	0		n.attribute	tweebank.54
+27	!	!	PUNCT	O	0			tweebank.54
+28	Lol	lol	INTJ	O	0			tweebank.54
+
+1	I	i	PRON	O	0			tweebank.340
+2	needa	needa	VERB	O	0		v.stative	tweebank.340
+3	cut	cut	NOUN	O	0		n.body	tweebank.340
+4	.	.	PUNCT	O	0			tweebank.340
+
+1	Even	even	ADV	O	0			trustpilot-221
+2	over	over	ADP	O	0			trustpilot-221
+3	Christmas	christmas	NOUN	O	0		n.event	trustpilot-221
+4	,	,	PUNCT	O	0			trustpilot-221
+5	and	and	CONJ	O	0			trustpilot-221
+6	even	even	ADV	O	0			trustpilot-221
+7	though	though	CONJ	O	0			trustpilot-221
+8	I	i	PRON	O	0			trustpilot-221
+9	sent	send	VERB	O	0		v.motion	trustpilot-221
+10	the	the	DET	O	0			trustpilot-221
+11	wrong	wrong	ADJ	O	0			trustpilot-221
+12	prescription	prescription	NOUN	O	0		n.communication	trustpilot-221
+13	for	for	ADP	O	0			trustpilot-221
+14	what	what	PRON	O	0			trustpilot-221
+15	I	i	PRON	O	0			trustpilot-221
+16	'	'	PART	O	0			trustpilot-221
+17	d	d	VERB	O	0			trustpilot-221
+18	ordered	order	VERB	O	0		v.communication	trustpilot-221
+19	!	!	PUNCT	O	0			trustpilot-221
+
+1	@TuRbii	@USER	X	O	0			tweebank.106
+2	Yes	yes	INTJ	O	0			tweebank.106
+3	.	.	PUNCT	O	0			tweebank.106
+4	I	i	PRON	O	0			tweebank.106
+5	'm	'm	AUX	O	0			tweebank.106
+6	also	also	ADV	O	0			tweebank.106
+7	gong	gong	VERB	O	0		v.motion	tweebank.106
+8	to	to	ADP	O	0			tweebank.106
+9	Eastside	eastside	PROPN	O	0		n.group	tweebank.106
+10	's	's	PART	O	0			tweebank.106
+11	pre-show	pre-show	ADJ	B	0		n.act	tweebank.106
+12	rehearsal	rehearsal	NOUN	I	11			tweebank.106
+13	,	,	PUNCT	O	0			tweebank.106
+14	and	and	CONJ	O	0			tweebank.106
+15	trying	try	VERB	B	0			tweebank.106
+16	to	to	PART	I	15			tweebank.106
+17	go	go	VERB	O	0		v.motion	tweebank.106
+18	to	to	ADP	O	0			tweebank.106
+19	yours	yours	PRON	O	0			tweebank.106
+20	as	as	ADV	B	0			tweebank.106
+21	well	well	ADV	I	20			tweebank.106
+22	.	.	PUNCT	O	0			tweebank.106
+23	#TeamDiddleHype	#teamdiddlehype	X	O	0			tweebank.106
+24	#ReppinHomeTeams	#reppinhometeams	X	O	0			tweebank.106
+
+1	Purchase	purchase	VERB	O	0		v.possession	tweebank.39
+2	your	your	PRON	O	0			tweebank.39
+3	seats	seats	NOUN	O	0		n.artifact	tweebank.39
+4	to	to	PART	O	0			tweebank.39
+5	see	see	VERB	O	0		v.perception	tweebank.39
+6	the	the	DET	O	0			tweebank.39
+7	Patriots	patriots	PROPN	O	0		n.group	tweebank.39
+8	here	here	ADV	O	0			tweebank.39
+9	http://t.co/RjivbHCp	URL	X	O	0			tweebank.39
+
+1	I	i	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+2	want	want	VERB	O	0		v.emotion	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+3	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+4	help	help	VERB	O	0		v.social	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+5	you	you	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+6	re-perceive	re-perceive	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+7	what	what	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+8	philanthropy	philanthropy	NOUN	O	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+9	is	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+10	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+11	what	what	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+12	it	it	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+13	could	could	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+14	be	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+15	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+16	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+17	what	what	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+18	your	your	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+19	relationship	relationship	NOUN	O	0		n.relation	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+20	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+21	it	it	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+22	is	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.1
+23	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.1
+
+1	Every	every	DET	O	0			trustpilot-139
+2	purchase	purchase	NOUN	O	0		n.act	trustpilot-139
+3	has	have	AUX	O	0			trustpilot-139
+4	been	be	AUX	O	0			trustpilot-139
+5	promptly	promptly	ADV	O	0			trustpilot-139
+6	and	and	CONJ	O	0			trustpilot-139
+7	accurately	accurately	ADV	O	0			trustpilot-139
+8	delivered	deliver	VERB	O	0		v.contact	trustpilot-139
+9	,	,	PUNCT	O	0			trustpilot-139
+10	can	can	AUX	O	0			trustpilot-139
+11	'	'	PUNCT	O	0			trustpilot-139
+12	t	t	PART	O	0			trustpilot-139
+13	fault	fault	VERB	O	0		v.cognition	trustpilot-139
+14	them	them	PRON	O	0			trustpilot-139
+
+1	Boohoo	boohoo	PROPN	O	0		n.group	trustpilot-202
+2	has	have	VERB	O	0		v.stative	trustpilot-202
+3	a	a	DET	O	0			trustpilot-202
+4	great	great	ADJ	O	0			trustpilot-202
+5	website	website	NOUN	O	0		n.communication	trustpilot-202
+6	,	,	PUNCT	O	0			trustpilot-202
+7	great	great	ADJ	O	0			trustpilot-202
+8	offers	offer	NOUN	O	0		n.communication	trustpilot-202
+9	,	,	PUNCT	O	0			trustpilot-202
+10	and	and	CONJ	O	0			trustpilot-202
+11	great	great	ADJ	O	0			trustpilot-202
+12	products	product	NOUN	O	0		n.artifact	trustpilot-202
+13	.	.	PUNCT	O	0			trustpilot-202
+
+1	will	will	AUX	O	0			trustpilot-328
+2	be	be	AUX	O	0			trustpilot-328
+3	ordering	order	VERB	O	0		v.communication	trustpilot-328
+4	from	from	ADP	O	0			trustpilot-328
+5	here	here	ADV	O	0			trustpilot-328
+6	from	from	ADP	O	0			trustpilot-328
+7	now	now	ADV	O	0			trustpilot-328
+8	on	on	ADP	O	0			trustpilot-328
+9	.	.	PUNCT	O	0			trustpilot-328
+
+1	It	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+2	's	's	AUX	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+3	become	become	VERB	O	0		v.change	ted.naist.001-RobertLang_2008.iwslt.321.8
+4	an	an	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+5	art	art	NOUN	B	0		n.cognition	ted.naist.001-RobertLang_2008.iwslt.321.8
+6	form	form	NOUN	I	5			ted.naist.001-RobertLang_2008.iwslt.321.8
+7	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+8	a	a	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+9	form	form	NOUN	O	0		n.cognition	ted.naist.001-RobertLang_2008.iwslt.321.8
+10	of	of	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+11	sculpture	sculpture	NOUN	O	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.8
+12	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.8
+
+1	A	a	DET	O	0			tweebank.169
+2	lady	lady	NOUN	O	0		n.person	tweebank.169
+3	asked	ask	VERB	O	0		v.communication	tweebank.169
+4	me	me	PRON	O	0			tweebank.169
+5	what	what	PRON	O	0			tweebank.169
+6	tribe	tribe	NOUN	O	0		n.group	tweebank.169
+7	i	i	PRON	O	0			tweebank.169
+8	was	be	VERB	O	0		v.stative	tweebank.169
+9	from	from	ADP	O	0			tweebank.169
+10	.	.	PUNCT	O	0			tweebank.169
+11	(	(	PUNCT	O	0			tweebank.169
+12	say	say	VERB	B	0			tweebank.169
+13	what	what	PRON	I	12			tweebank.169
+14	!!	!!	PUNCT	O	0			tweebank.169
+15	)	)	PUNCT	O	0			tweebank.169
+16	She	she	PRON	O	0			tweebank.169
+17	thought	think	VERB	O	0		v.cognition	tweebank.169
+18	i	i	PRON	O	0			tweebank.169
+19	was	be	VERB	O	0		v.stative	tweebank.169
+20	indian	indian	ADJ	O	0			tweebank.169
+21	...	...	PUNCT	O	0			tweebank.169
+22	GTFO	gtfo	INTJ	O	0			tweebank.169
+23	...	...	PUNCT	O	0			tweebank.169
+24	smh	smh	X	O	0			tweebank.169
+25	nice	nice	ADJ	O	0			tweebank.169
+26	try	try	NOUN	O	0		n.act	tweebank.169
+27	,	,	PUNCT	O	0			tweebank.169
+28	but	but	CONJ	O	0			tweebank.169
+29	#sayno	#sayno	X	O	0			tweebank.169
+
+1	I	i	PRON	O	0			trustpilot-294
+2	tried	try	VERB	O	0		v.communication	trustpilot-294
+3	to	to	PART	O	0			trustpilot-294
+4	contact	contact	VERB	O	0		v.communication	trustpilot-294
+5	Cardata	cardata	PROPN	O	0		n.group	trustpilot-294
+6	and	and	CONJ	O	0			trustpilot-294
+7	all	all	NOUN	O	0			trustpilot-294
+8	they	they	PRON	O	0			trustpilot-294
+9	do	do	VERB	O	0		v.stative	trustpilot-294
+10	after	after	ADP	O	0			trustpilot-294
+11	speaking	speaking	NOUN	O	0			trustpilot-294
+12	two	two	ADP	O	0			trustpilot-294
+13	a	a	DET	O	0			trustpilot-294
+14	adviser	adviser	NOUN	O	0		n.person	trustpilot-294
+15	and	and	CONJ	O	0			trustpilot-294
+16	telling	tell	VERB	O	0		v.communication	trustpilot-294
+17	him	him	PRON	O	0			trustpilot-294
+18	my	my	DET	O	0			trustpilot-294
+19	name	name	NOUN	O	0		n.communication	trustpilot-294
+20	they	they	PRON	O	0			trustpilot-294
+21	hung	hang	VERB	B	0		v.change	trustpilot-294
+22	up	up	PART	I	21			trustpilot-294
+23	constantly	constantly	ADV	O	0			trustpilot-294
+24	and	and	CONJ	O	0			trustpilot-294
+25	will	will	AUX	O	0			trustpilot-294
+26	not	not	ADV	O	0			trustpilot-294
+27	give	give	VERB	O	0		v.stative	trustpilot-294
+28	their	their	DET	O	0			trustpilot-294
+29	names	names	NOUN	O	0		n.communication	trustpilot-294
+30	.	.	PUNCT	O	0			trustpilot-294
+
+1	Yet	yet	ADV	O	0			ted.iwslt.1353.4
+2	,	,	PUNCT	O	0			ted.iwslt.1353.4
+3	my	my	PRON	O	0			ted.iwslt.1353.4
+4	interest	interest	NOUN	O	0		n.cognition	ted.iwslt.1353.4
+5	in	in	ADP	O	0			ted.iwslt.1353.4
+6	photography	photography	NOUN	O	0		n.act	ted.iwslt.1353.4
+7	started	start	VERB	O	0		v.change	ted.iwslt.1353.4
+8	as	as	SCONJ	O	0			ted.iwslt.1353.4
+9	I	i	PRON	O	0			ted.iwslt.1353.4
+10	got	get	VERB	O	0		v.possession	ted.iwslt.1353.4
+11	my	my	PRON	O	0			ted.iwslt.1353.4
+12	first	first	ADJ	O	0			ted.iwslt.1353.4
+13	digital	digital	ADJ	B	0		n.artifact	ted.iwslt.1353.4
+14	camera	camera	NOUN	I	13			ted.iwslt.1353.4
+15	at	at	ADP	O	0			ted.iwslt.1353.4
+16	the	the	DET	O	0			ted.iwslt.1353.4
+17	age	age	NOUN	O	0		n.attribute	ted.iwslt.1353.4
+18	of	of	ADP	O	0			ted.iwslt.1353.4
+19	15	15	NUM	O	0			ted.iwslt.1353.4
+20	.	.	PUNCT	O	0			ted.iwslt.1353.4
+
+1	Everything	everything	PROPN	O	0			trustpilot-28
+2	went	go	VERB	O	0		v.change	trustpilot-28
+3	so	so	ADV	O	0			trustpilot-28
+4	smoothly	smoothly	ADV	O	0			trustpilot-28
+5	.	.	PUNCT	O	0			trustpilot-28
+
+1	@We_luv_thisGuY	@USER	X	O	0			tweebank.445
+2	was	be	VERB	O	0		v.stative	tweebank.445
+3	guud	guud	ADJ	O	0			tweebank.445
+4	shitty	shitty	ADJ	O	0			tweebank.445
+5	ass	ass	NOUN	O	0		n.body	tweebank.445
+
+1	@mercedesjay06	@USER	X	O	0			tweebank.485
+2	of	of	ADP	B	0		n.communication	tweebank.485
+3	course	course	NOUN	I	2			tweebank.485
+4	she	she	PRON	O	0			tweebank.485
+5	can	can	AUX	O	0			tweebank.485
+6	come	come	VERB	O	0		v.motion	tweebank.485
+
+1	A	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+2	few	few	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+3	years	years	NOUN	O	0		n.time	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+4	ago	ago	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+5	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+6	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+7	Marlboro	marlboro	PROPN	B	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+8	Man	man	PROPN	I	7			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+9	was	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+10	retired	retire	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+11	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+12	replaced	replace	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+13	by	by	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+14	this	this	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+15	much	much	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+16	less	less	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+17	impressive	impressive	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+18	specimen	specimen	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+19	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+20	who	who	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+21	is	be	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+22	a	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+23	parody	parody	NOUN	O	0		n.communication	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+24	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+25	American	american	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+26	manhood	manhood	NOUN	O	0		n.state	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+27	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+28	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+29	that	that	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+30	's	's	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+31	what	what	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+32	we	we	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+33	have	have	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+34	in	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+35	our	our	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+36	commercials	commercial	NOUN	O	0		n.communication	ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+37	today	today	NOUN	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+38	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+
+1	@TFP_103	@USER	X	O	0			tweebank.259
+2	@losoo5150	@USER	X	O	0			tweebank.259
+3	nigga	nigga	NOUN	O	0		n.person	tweebank.259
+4	u	u	PRON	O	0			tweebank.259
+5	quit	quit	VERB	O	0		v.stative	tweebank.259
+6	to	to	ADV	O	0			tweebank.259
+
+1	I	i	PRON	O	0			trustpilot-45
+2	have	have	AUX	O	0			trustpilot-45
+3	purchased	purchase	VERB	O	0		v.possession	trustpilot-45
+4	from	from	ADP	O	0			trustpilot-45
+5	Golfbase	golfbase	PROPN	O	0		n.group	trustpilot-45
+6	before	before	ADP	O	0			trustpilot-45
+7	so	so	ADV	O	0			trustpilot-45
+8	I	i	PRON	O	0			trustpilot-45
+9	was	be	VERB	O	0		v.stative	trustpilot-45
+10	aware	aware	ADJ	O	0			trustpilot-45
+11	of	of	ADP	O	0			trustpilot-45
+12	their	their	DET	O	0			trustpilot-45
+13	top	top	ADJ	B	0			trustpilot-45
+14	class	class	NOUN	I	13			trustpilot-45
+15	service	service	NOUN	O	0		n.act	trustpilot-45
+16	.	.	PUNCT	O	0			trustpilot-45
+
+1	I	i	PRON	O	0			trustpilot-68
+2	ordered	order	VERB	O	0		v.communication	trustpilot-68
+3	my	my	DET	O	0			trustpilot-68
+4	caninsulin	caninsulin	NOUN	O	0		n.substance	trustpilot-68
+5	,	,	PUNCT	O	0			trustpilot-68
+6	I	i	PRON	O	0			trustpilot-68
+7	scanned	scan	VERB	O	0		v.perception	trustpilot-68
+8	my	my	DET	O	0			trustpilot-68
+9	prescription	prescription	NOUN	O	0		n.artifact	trustpilot-68
+10	0	0	NUM	O	0			trustpilot-68
+11	days	days	NOUN	O	0		n.time	trustpilot-68
+12	later	later	ADV	O	0			trustpilot-68
+13	.	.	PUNCT	O	0			trustpilot-68
+
+1	i	i	PRON	O	0			trustpilot-334
+2	opened	open	VERB	O	0		v.contact	trustpilot-334
+3	them	them	PRON	O	0			trustpilot-334
+4	(	(	PUNCT	O	0			trustpilot-334
+5	with	with	ADP	O	0			trustpilot-334
+6	trepidation	trepidation	NOUN	O	0		n.feeling	trustpilot-334
+7	i	i	PRON	B	0			trustpilot-334
+8	must	must	AUX	I	7			trustpilot-334
+9	say	say	VERB	I	8			trustpilot-334
+10	)	)	PUNCT	O	0			trustpilot-334
+11	and	and	CONJ	O	0			trustpilot-334
+12	found	found	VERB	O	0		v.perception	trustpilot-334
+13	gorgeous	gorgeous	ADJ	O	0			trustpilot-334
+14	brushes	brush	NOUN	O	0		n.artifact	trustpilot-334
+15	!	!	PUNCT	O	0			trustpilot-334
+
+1	THEN	then	ADV	O	0			trustpilot-199
+2	,	,	PUNCT	O	0			trustpilot-199
+3	when	when	ADV	O	0			trustpilot-199
+4	they	they	PRON	O	0			trustpilot-199
+5	arrived	arrive	VERB	O	0		v.motion	trustpilot-199
+6	I	i	PRON	O	0			trustpilot-199
+7	discovered	discover	VERB	O	0		v.cognition	trustpilot-199
+8	a	a	DET	O	0			trustpilot-199
+9	spelling	spelling	NOUN	B	0		n.communication	trustpilot-199
+10	mistake	mistake	NOUN	I	9			trustpilot-199
+11	on	on	ADP	O	0			trustpilot-199
+12	only	only	ADV	O	0			trustpilot-199
+13	two	two	NUM	O	0			trustpilot-199
+14	of	of	ADP	O	0			trustpilot-199
+15	the	the	DET	O	0			trustpilot-199
+16	four	four	NUM	O	0			trustpilot-199
+17	items	item	NOUN	O	0		n.artifact	trustpilot-199
+18	,	,	PUNCT	O	0			trustpilot-199
+19	which	which	PRON	O	0			trustpilot-199
+20	turned	turn	VERB	B	0		v.stative	trustpilot-199
+21	out	out	PART	I	20			trustpilot-199
+22	to	to	PART	O	0			trustpilot-199
+23	be	be	VERB	O	0		v.stative	trustpilot-199
+24	my	my	DET	O	0			trustpilot-199
+25	fault	fault	NOUN	O	0		n.act	trustpilot-199
+26	.	.	PUNCT	O	0			trustpilot-199
+
+1	I	i	PRON	O	0			trustpilot-293
+2	'	'	PART	O	0			trustpilot-293
+3	ve	ve	VERB	O	0			trustpilot-293
+4	noticed	notice	VERB	O	0		v.cognition	trustpilot-293
+5	a	a	DET	O	0			trustpilot-293
+6	difference	difference	NOUN	O	0		n.attribute	trustpilot-293
+7	to	to	ADP	O	0			trustpilot-293
+8	my	my	DET	O	0			trustpilot-293
+9	arthritis	arthritis	NOUN	B	0		n.body	trustpilot-293
+10	pains	pains	NOUN	I	9			trustpilot-293
+11	,	,	PUNCT	O	0			trustpilot-293
+12	since	since	ADV	O	0			trustpilot-293
+13	taking	take	VERB	O	0		v.consumption	trustpilot-293
+14	the	the	DET	O	0			trustpilot-293
+15	Green	green	NOUN	B	0		n.substance	trustpilot-293
+16	Lipped	lipped	PROPN	I	15			trustpilot-293
+17	Mussel	mussel	NOUN	I	16			trustpilot-293
+18	extract	extract	NOUN	I	17			trustpilot-293
+19	.	.	PUNCT	O	0			trustpilot-293
+
+1	Guhhh	guhhh	ADJ	B	0			tweebank.247
+2	deeeh	deeeh	NOUN	I	1			tweebank.247
+3	you	you	PRON	O	0			tweebank.247
+4	!	!	PUNCT	O	0			tweebank.247
+
+1	We	we	PRON	O	0			ted.iwslt.69.5
+2	go	go	VERB	B	0		v.change	ted.iwslt.69.5
+3	through	through	ADP	I	2			ted.iwslt.69.5
+4	initiation	initiation	ADJ	O	0			ted.iwslt.69.5
+5	rites	rite	NOUN	O	0		n.act	ted.iwslt.69.5
+6	.	.	PUNCT	O	0			ted.iwslt.69.5
+
+1	@Tongriyang	@USER	X	O	0			tweebank.66
+2	schl	schl	NOUN	O	0		n.act	tweebank.66
+3	is	be	VERB	O	0		v.stative	tweebank.66
+4	ok	ok	ADJ	O	0			tweebank.66
+5	so	so	ADV	B	0			tweebank.66
+6	far	far	ADV	I	5			tweebank.66
+7	...	...	PUNCT	O	0			tweebank.66
+8	.	.	PUNCT	O	0			tweebank.66
+9	will	will	AUX	O	0			tweebank.66
+10	calll	calll	VERB	O	0		v.communication	tweebank.66
+11	u	u	PRON	O	0			tweebank.66
+12	soon	soon	ADV	O	0			tweebank.66
+13	...	...	PUNCT	O	0			tweebank.66
+14	still	still	ADV	O	0			tweebank.66
+15	with	with	ADP	O	0			tweebank.66
+16	my	my	PRON	O	0			tweebank.66
+17	fone	fone	NOUN	O	0		n.communication	tweebank.66
+18	...	...	PUNCT	O	0			tweebank.66
+19	he	he	PRON	O	0			tweebank.66
+20	is	be	VERB	O	0		v.stative	tweebank.66
+21	good	good	ADJ	O	0			tweebank.66
+22	;-)	EMOTICON	X	O	0			tweebank.66
+23	hw	hw	ADV	O	0			tweebank.66
+24	r	r	VERB	O	0		v.stative	tweebank.66
+25	u	u	PRON	O	0			tweebank.66
+26	?	?	PUNCT	O	0			tweebank.66
+
+1	And	and	CONJ	O	0			ted.iwslt.69.3
+2	of	of	ADV	B	0			ted.iwslt.69.3
+3	course	course	ADV	I	2			ted.iwslt.69.3
+4	,	,	PUNCT	O	0			ted.iwslt.69.3
+5	we	we	PRON	O	0			ted.iwslt.69.3
+6	all	all	DET	O	0			ted.iwslt.69.3
+7	share	share	NOUN	O	0			ted.iwslt.69.3
+8	the	the	DET	O	0			ted.iwslt.69.3
+9	same	same	ADJ	O	0			ted.iwslt.69.3
+10	adaptive	adaptive	NOUN	B	0		n.attribute	ted.iwslt.69.3
+11	imperatives	imperative	NOUN	I	10			ted.iwslt.69.3
+12	.	.	PUNCT	O	0			ted.iwslt.69.3
+
+1	First	first	ADJ	O	0			tweebank.103
+2	time	time	NOUN	O	0		n.event	tweebank.103
+3	on	on	ADP	O	0			tweebank.103
+4	hear	hear	ADV	O	0			tweebank.103
+5	and	and	CONJ	O	0			tweebank.103
+6	do	do	AUX	B	0		n.cognition	tweebank.103
+7	n't	n't	PART	I	6			tweebank.103
+8	have	have	VERB	I	7			tweebank.103
+9	a	a	DET	I	8			tweebank.103
+10	clue	clue	NOUN	I	9			tweebank.103
+11	wot	wot	PRON	O	0			tweebank.103
+12	to	to	PART	O	0			tweebank.103
+13	do	do	VERB	O	0		v.cognition	tweebank.103
+14	lol	lol	INTJ	O	0			tweebank.103
+15	xxx	EMOTICON	X	O	0			tweebank.103
+
+1	I	i	PRON	O	0			trustpilot-313
+2	even	even	ADV	O	0			trustpilot-313
+3	tried	try	VERB	O	0		v.change	trustpilot-313
+4	a	a	DET	O	0			trustpilot-313
+5	different	different	ADJ	O	0			trustpilot-313
+6	cashback	cashback	NOUN	B	0		n.group	trustpilot-313
+7	site	site	NOUN	I	6			trustpilot-313
+8	but	but	CONJ	O	0			trustpilot-313
+9	went	go	VERB	O	0		v.change	trustpilot-313
+10	back	back	PART	O	0			trustpilot-313
+11	to	to	ADP	O	0			trustpilot-313
+12	Quidco	quidco	PROPN	O	0		n.group	trustpilot-313
+13	for	for	ADP	O	0			trustpilot-313
+14	its	its	DET	O	0			trustpilot-313
+15	reliability	reliability	NOUN	O	0		n.attribute	trustpilot-313
+16	,	,	PUNCT	O	0			trustpilot-313
+17	speedy	speedy	ADJ	O	0			trustpilot-313
+18	payment	payment	NOUN	O	0		n.act	trustpilot-313
+19	and	and	CONJ	O	0			trustpilot-313
+20	variety	variety	NOUN	O	0		n.attribute	trustpilot-313
+21	of	of	ADP	O	0			trustpilot-313
+22	merchants	merchant	NOUN	O	0		n.person	trustpilot-313
+23	.	.	PUNCT	O	0			trustpilot-313
+
+1	We	we	PRON	O	0			tweebank.489
+2	made	make	VERB	O	0		v.social	tweebank.489
+3	it	it	PRON	O	0			tweebank.489
+4	:)	EMOTICON	X	O	0			tweebank.489
+5	lol	lol	INTJ	O	0			tweebank.489
+6	http://twitpic.com/315uo0	URL	X	O	0			tweebank.489
+
+1	@IamMissApril	@USER	X	O	0			tweebank.439
+2	I	i	PRON	O	0			tweebank.439
+3	wanted	want	VERB	O	0		v.emotion	tweebank.439
+4	to	to	PART	O	0			tweebank.439
+5	tell	tell	VERB	O	0		v.communication	tweebank.439
+6	him	him	PRON	O	0			tweebank.439
+7	to	to	PART	O	0			tweebank.439
+8	sat	sit	VERB	B	0		v.contact	tweebank.439
+9	his	his	PRON	o	0			tweebank.439
+10	old	old	ADJ	o	0			tweebank.439
+11	ass	ass	NOUN	o	0		n.body	tweebank.439
+12	down	down	ADP	I	8			tweebank.439
+13	somewhere	somewhere	ADV	O	0			tweebank.439
+14	,	,	PUNCT	O	0			tweebank.439
+15	doing	do	VERB	O	0		v.social	tweebank.439
+16	the	the	DET	O	0			tweebank.439
+17	most	most	ADV	O	0			tweebank.439
+18	....	....	PUNCT	O	0			tweebank.439
+
+1	RT	rt	X	O	0			tweebank.274
+2	@Martez_Faith	@USER	X	O	0			tweebank.274
+3	:	:	X	O	0			tweebank.274
+4	when	when	ADV	O	0			tweebank.274
+5	in	in	ADP	O	0			tweebank.274
+6	a	a	DET	O	0			tweebank.274
+7	relationship	relationship	NOUN	O	0		n.relation	tweebank.274
+8	You	you	PRON	O	0			tweebank.274
+9	need	need	VERB	O	0		v.stative	tweebank.274
+10	to	to	PART	O	0			tweebank.274
+11	understand	understand	VERB	O	0		v.cognition	tweebank.274
+12	the	the	DET	O	0			tweebank.274
+13	other	other	ADJ	O	0			tweebank.274
+14	person	person	NOUN	O	0		n.person	tweebank.274
+15	feelings	feelings	NOUN	O	0		n.feeling	tweebank.274
+16	besides	besides	ADP	O	0			tweebank.274
+17	yours	yours	PRON	O	0			tweebank.274
+18	.	.	PUNCT	O	0			tweebank.274
+
+1	Now	now	ADV	O	0			tweebank.476
+2	that	that	SCONJ	O	0			tweebank.476
+3	you	you	PRON	O	0			tweebank.476
+4	're	're	VERB	O	0		v.stative	tweebank.476
+5	good	good	ADJ	O	0			tweebank.476
+6	,	,	PUNCT	O	0			tweebank.476
+7	I	i	PRON	O	0			tweebank.476
+8	will	will	AUX	O	0			tweebank.476
+9	be	be	VERB	O	0		v.stative	tweebank.476
+10	too	too	ADV	O	0			tweebank.476
+11	.	.	PUNCT	O	0			tweebank.476
+12	That	that	PRON	O	0			tweebank.476
+13	's	's	VERB	O	0		v.stative	tweebank.476
+14	the	the	DET	O	0			tweebank.476
+15	last	last	ADJ	O	0			tweebank.476
+16	tweet	tweet	NOUN	O	0		n.communication	tweebank.476
+17	about	about	ADP	O	0			tweebank.476
+18	you	you	PRON	O	0			tweebank.476
+19	:)	EMOTICON	X	O	0			tweebank.476
+
+1	I	i	PRON	O	0			trustpilot-196
+2	have	have	AUX	O	0			trustpilot-196
+3	also	also	ADV	O	0			trustpilot-196
+4	never	never	ADV	O	0			trustpilot-196
+5	been	be	VERB	B	0			trustpilot-196
+6	able	able	ADJ	I	5			trustpilot-196
+7	to	to	PART	I	6			trustpilot-196
+8	find	find	VERB	O	0		v.cognition	trustpilot-196
+9	a	a	DET	O	0			trustpilot-196
+10	cheaper	cheap	ADJ	O	0			trustpilot-196
+11	comparative	comparative	ADJ	O	0			trustpilot-196
+12	price	price	NOUN	O	0		n.attribute	trustpilot-196
+13	.	.	PUNCT	O	0			trustpilot-196
+
+1	Amateur	amateur	NOUN	B	0		n.communication	tweebank.232
+2	Radio	radio	NOUN	I	1			tweebank.232
+3	–	–	PUNCT	O	0			tweebank.232
+4	Hurricane	hurricane	PROPN	B	0		n.phenomenon	tweebank.232
+5	Katrina	katrina	PROPN	I	4			tweebank.232
+6	interview	interview	NOUN	O	0		n.communication	tweebank.232
+7	and	and	CONJ	O	0			tweebank.232
+8	audio	audio	NOUN	O	0		n.communication	tweebank.232
+9	|	|	SYM	O	0			tweebank.232
+10	Survival	survival	NOUN	B	0		n.artifact	tweebank.232
+11	Kits	kit	NOUN	I	10			tweebank.232
+12	http://bit.ly/mC435R	URL	X	O	0			tweebank.232
+
+1	Tryna	tryna	VERB	O	0		v.stative	tweebank.198
+2	go	go	VERB	O	0		v.motion	tweebank.198
+3	to	to	ADP	O	0			tweebank.198
+4	at	at	ADP	B	0			tweebank.198
+5	least	least	ADJ	I	4			tweebank.198
+6	5	NUMBER	NUM	O	0			tweebank.198
+7	phillies	phillies	PROPN	O	0		n.group	tweebank.198
+8	games	game	NOUN	O	0		n.act	tweebank.198
+9	this	this	DET	B	0			tweebank.198
+10	season	season	NOUN	I	9			tweebank.198
+
+1	I	i	PRON	O	0			trustpilot-217
+2	contacted	contact	VERB	O	0		v.communication	trustpilot-217
+3	them	them	PRON	O	0			trustpilot-217
+4	and	and	CONJ	O	0			trustpilot-217
+5	asked	ask	VERB	O	0		v.communication	trustpilot-217
+6	to	to	ADP	O	0			trustpilot-217
+7	them	them	PRON	O	0			trustpilot-217
+8	to	to	PART	O	0			trustpilot-217
+9	stop	stop	VERB	O	0		v.change	trustpilot-217
+10	sending	send	VERB	O	0		v.motion	trustpilot-217
+11	invoices	invoice	NOUN	O	0		n.communication	trustpilot-217
+12	but	but	CONJ	O	0			trustpilot-217
+13	they	they	PRON	O	0			trustpilot-217
+14	continued	continue	VERB	O	0		v.stative	trustpilot-217
+15	.	.	PUNCT	O	0			trustpilot-217
+
+1	RT	rt	X	O	0			tweebank.128
+2	@TheBlissfulChef	@USER	X	O	0			tweebank.128
+3	:	:	X	O	0			tweebank.128
+4	Just	just	ADV	O	0			tweebank.128
+5	heard	hear	VERB	O	0		v.perception	tweebank.128
+6	vegetables	vegetable	NOUN	O	0		n.food	tweebank.128
+7	will	will	AUX	O	0			tweebank.128
+8	be	be	VERB	O	0		v.stative	tweebank.128
+9	the	the	DET	O	0			tweebank.128
+10	new	new	ADJ	O	0			tweebank.128
+11	meat	meat	NOUN	O	0		n.food	tweebank.128
+12	in	in	ADP	O	0			tweebank.128
+13	2011	NUMBER	NUM	O	0			tweebank.128
+14	.	.	PUNCT	O	0			tweebank.128
+15	Woot	woot	INTJ	O	0			tweebank.128
+16	Woot	woot	INTJ	O	0			tweebank.128
+17	!	!	PUNCT	O	0			tweebank.128
+
+1	Happy	happy	ADJ	O	0			tweebank.253
+2	Guys	guy	NOUN	O	0		n.person	tweebank.253
+3	Finish	finish	VERB	O	0		v.change	tweebank.253
+4	Last	last	ADJ	O	0			tweebank.253
+5	-	-	PUNCT	O	0			tweebank.253
+6	EmpowHER.com	URL	X	O	0			tweebank.253
+7	http://t.co/orgxm33	URL	X	O	0			tweebank.253
+8	vía	vía	ADP	O	0			tweebank.253
+9	@empowher	@USER	X	O	0			tweebank.253
+
+1	Because	because	SCONJ	O	0			ted.iwslt.1353.3
+2	,	,	PUNCT	O	0			ted.iwslt.1353.3
+3	of	of	ADV	O	0			ted.iwslt.1353.3
+4	course	course	ADV	O	0			ted.iwslt.1353.3
+5	,	,	PUNCT	O	0			ted.iwslt.1353.3
+6	this	this	PRON	O	0			ted.iwslt.1353.3
+7	is	be	VERB	O	0		v.stative	ted.iwslt.1353.3
+8	a	a	DET	O	0			ted.iwslt.1353.3
+9	photograph	photograph	NOUN	O	0		n.artifact	ted.iwslt.1353.3
+10	that	that	DET	O	0			ted.iwslt.1353.3
+11	you	you	PRON	O	0			ted.iwslt.1353.3
+12	ca	ca	AUX	O	0			ted.iwslt.1353.3
+13	n't	n't	PART	O	0			ted.iwslt.1353.3
+14	take	take	VERB	O	0		v.creation	ted.iwslt.1353.3
+15	with	with	ADP	O	0			ted.iwslt.1353.3
+16	your	your	PRON	O	0			ted.iwslt.1353.3
+17	camera	camera	NOUN	O	0		n.artifact	ted.iwslt.1353.3
+18	.	.	PUNCT	O	0			ted.iwslt.1353.3
+
+1	Excellent	excellent	ADJ	O	0			trustpilot-60
+2	service	service	NOUN	O	0		n.act	trustpilot-60
+3	and	and	CONJ	O	0			trustpilot-60
+4	top	top	ADJ	O	0			trustpilot-60
+5	quality	quality	NOUN	O	0		n.attribute	trustpilot-60
+6	.	.	PUNCT	O	0			trustpilot-60
+
+1	0	0	NUM	O	0			trustpilot-193
+2	>	>	PUNCT	O	0			trustpilot-193
+3	Unless	unless	ADP	O	0			trustpilot-193
+4	you	you	PRON	O	0			trustpilot-193
+5	use	use	VERB	O	0		v.stative	trustpilot-193
+6	the	the	DET	O	0			trustpilot-193
+7	extension	extension	NOUN	B	0		n.artifact	trustpilot-193
+8	pieces	piece	NOUN	I	7			trustpilot-193
+9	then	then	ADV	O	0			trustpilot-193
+10	you	you	PRON	O	0			trustpilot-193
+11	have	have	AUX	O	0			trustpilot-193
+12	to	to	PART	O	0			trustpilot-193
+13	stress	stress	VERB	O	0		v.contact	trustpilot-193
+14	the	the	DET	O	0			trustpilot-193
+15	framework	framework	NOUN	O	0		n.artifact	trustpilot-193
+16	quite	quite	ADV	O	0			trustpilot-193
+17	badly	badly	ADV	O	0			trustpilot-193
+18	.	.	PUNCT	O	0			trustpilot-193
+
+1	Hopefully	hopefully	ADV	O	0			trustpilot-211
+2	Karma	karma	NOUN	O	0		n.phenomenon	trustpilot-211
+3	will	will	AUX	O	0			trustpilot-211
+4	get	get	VERB	O	0		v.change	trustpilot-211
+5	them	them	PRON	O	0			trustpilot-211
+6	in	in	ADP	B	0			trustpilot-211
+7	the	the	DET	I	6			trustpilot-211
+8	end	end	NOUN	I	7			trustpilot-211
+9	.	.	PUNCT	O	0			trustpilot-211
+
+1	Tagged	tag	VERB	O	0			tweebank.391
+2	:	:	PUNCT	O	0			tweebank.391
+3	@Celiajulia	@USER	X	O	0			tweebank.391
+4	@maariferrodi	@USER	X	O	0			tweebank.391
+5	-	-	PUNCT	O	0			tweebank.391
+6	http://t.co/E2DTX8mJ	URL	X	O	0			tweebank.391
+
+1	I	i	PRON	O	0			trustpilot-92
+2	contacted	contact	VERB	O	0		v.communication	trustpilot-92
+3	customer	customer	NOUN	B	0		n.attribute	trustpilot-92
+4	services	services	NOUN	I	3			trustpilot-92
+5	and	and	CONJ	O	0			trustpilot-92
+6	explained	explain	VERB	O	0		v.communication	trustpilot-92
+7	how	how	ADV	O	0			trustpilot-92
+8	annoyed	annoyed	ADJ	O	0			trustpilot-92
+9	an	an	CONJ	O	0			trustpilot-92
+10	angry	angry	ADJ	O	0			trustpilot-92
+11	I	i	PRON	O	0			trustpilot-92
+12	was	be	VERB	O	0		v.stative	trustpilot-92
+13	the	the	DET	O	0			trustpilot-92
+14	way	way	NOUN	O	0		n.attribute	trustpilot-92
+15	VERY	very	PROPN	O	0		n.group	trustpilot-92
+16	conducted	conduct	VERB	O	0		v.change	trustpilot-92
+17	their	their	DET	O	0			trustpilot-92
+18	business	business	NOUN	O	0		n.act	trustpilot-92
+19	and	and	CONJ	O	0			trustpilot-92
+20	I	i	PRON	O	0			trustpilot-92
+21	was	be	AUX	O	0			trustpilot-92
+22	wiping	wipe	VERB	B	0		v.change	trustpilot-92
+23	my	my	DET	o	0			trustpilot-92
+24	hands	hands	NOUN	I	22			trustpilot-92
+25	of	of	ADP	O	0			trustpilot-92
+26	the	the	DET	O	0			trustpilot-92
+27	whole	whole	ADJ	B	0		n.group	trustpilot-92
+28	thing	thing	NOUN	I	27			trustpilot-92
+29	,	,	PUNCT	O	0			trustpilot-92
+30	I	i	PRON	O	0			trustpilot-92
+31	would	would	VERB	O	0			trustpilot-92
+32	be	be	AUX	O	0			trustpilot-92
+33	cancelling	cancel	VERB	O	0		v.change	trustpilot-92
+34	my	my	DET	O	0			trustpilot-92
+35	account	account	NOUN	O	0		n.artifact	trustpilot-92
+36	and	and	CONJ	O	0			trustpilot-92
+37	just	just	ADV	O	0			trustpilot-92
+38	let	let	VERB	O	0		v.stative	trustpilot-92
+39	the	the	DET	O	0			trustpilot-92
+40	couriers	courier	NOUN	O	0		n.person	trustpilot-92
+41	deliver	deliver	VERB	O	0		v.contact	trustpilot-92
+42	to	to	ADP	O	0			trustpilot-92
+43	an	an	DET	O	0			trustpilot-92
+44	empty	empty	ADJ	O	0			trustpilot-92
+45	house	house	NOUN	O	0		n.artifact	trustpilot-92
+46	.	.	PUNCT	O	0			trustpilot-92
+
+1	So	so	ADV	O	0			trustpilot-17
+2	heavy	heavy	ADJ	O	0			trustpilot-17
+3	to	to	PART	O	0			trustpilot-17
+4	manage	manage	VERB	O	0		v.contact	trustpilot-17
+5	.	.	PUNCT	O	0			trustpilot-17
+
+1	Check	check	VERB	B	0		v.cognition	tweebank.216
+2	this	this	DET	o	0			tweebank.216
+3	video	video	NOUN	o	0		n.communication	tweebank.216
+4	out	out	ADP	I	1			tweebank.216
+5	--	--	PUNCT	O	0			tweebank.216
+6	Polaroid	polaroid	PROPN	B	0		n.artifact	tweebank.216
+7	Polarized	polarized	ADJ	I	6			tweebank.216
+8	Sunglasses	sunglasses	NOUN	I	7			tweebank.216
+9	(	(	PUNCT	O	0			tweebank.216
+10	Thailand	thailand	PROPN	O	0		n.location	tweebank.216
+11	)	)	PUNCT	O	0			tweebank.216
+12	http://t.co/m8JrjHG	URL	X	O	0			tweebank.216
+13	via	via	ADP	O	0			tweebank.216
+14	@youtube	@USER	X	O	0			tweebank.216
+
+1	the	the	DET	O	0			trustpilot-244
+2	everything0pounds	everything0pounds	NOUN	O	0		n.group	trustpilot-244
+3	is	be	VERB	O	0		v.stative	trustpilot-244
+4	fab	fab	ADJ	O	0			trustpilot-244
+5	,	,	PUNCT	O	0			trustpilot-244
+6	especially	especially	ADV	O	0			trustpilot-244
+7	when	when	ADV	O	0			trustpilot-244
+8	you	you	PRON	O	0			trustpilot-244
+9	are	be	VERB	O	0		v.stative	trustpilot-244
+10	on	on	ADP	O	0			trustpilot-244
+11	a	a	DET	O	0			trustpilot-244
+12	budget	budget	NOUN	O	0		n.possession	trustpilot-244
+13	these	these	DET	O	0			trustpilot-244
+14	days	days	NOUN	O	0		n.time	trustpilot-244
+15	,	,	PUNCT	O	0			trustpilot-244
+16	i	i	PRON	O	0			trustpilot-244
+17	got	get	VERB	O	0		v.social	trustpilot-244
+18	excellent	excellent	ADJ	O	0			trustpilot-244
+19	value	value	NOUN	O	0		n.attribute	trustpilot-244
+20	for	for	ADP	O	0			trustpilot-244
+21	tee	tee	NOUN	B	0		n.artifact	trustpilot-244
+22	shirts	shirt	NOUN	I	21			trustpilot-244
+23	for	for	ADP	O	0			trustpilot-244
+24	my	my	DET	O	0			trustpilot-244
+25	holiday	holiday	NOUN	O	0		n.event	trustpilot-244
+26	its	its	PRON	O	0			trustpilot-244
+27	great	great	ADJ	O	0			trustpilot-244
+28	too	too	ADV	O	0			trustpilot-244
+29	especially	especially	ADV	O	0			trustpilot-244
+30	if	if	ADP	O	0			trustpilot-244
+31	ur	ur	PRON	O	0			trustpilot-244
+32	plus	plus	ADJ	B	0		n.attribute	trustpilot-244
+33	sizes	size	NOUN	I	32			trustpilot-244
+34	.	.	PUNCT	O	0			trustpilot-244
+
+1	You	you	PRON	B	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+2	know	know	VERB	I	1			ted.naist.001-RobertLang_2008.iwslt.321.10
+3	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+4	it	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+5	's	's	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.10
+6	very	very	ADV	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+7	old	old	ADJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+8	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+9	This	this	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+10	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.10
+11	a	a	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+12	plate	plate	NOUN	O	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.10
+13	from	from	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+14	1797	NUMBER	NUM	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+15	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.10
+
+1	Delivery	delivery	NOUN	O	0		n.act	trustpilot-311
+2	and	and	CONJ	O	0			trustpilot-311
+3	dispatch	dispatch	NOUN	O	0		n.act	trustpilot-311
+4	are	be	VERB	O	0		v.stative	trustpilot-311
+5	usually	usually	ADV	O	0			trustpilot-311
+6	quite	quite	ADV	O	0			trustpilot-311
+7	quick	quick	ADJ	O	0			trustpilot-311
+8	,	,	PUNCT	O	0			trustpilot-311
+9	and	and	CONJ	O	0			trustpilot-311
+10	they	they	PRON	O	0			trustpilot-311
+11	often	often	ADV	O	0			trustpilot-311
+12	have	have	VERB	O	0		v.stative	trustpilot-311
+13	huge	huge	ADJ	O	0			trustpilot-311
+14	discount	discount	NOUN	B	0		n.event	trustpilot-311
+15	days	days	NOUN	I	14			trustpilot-311
+16	.	.	PUNCT	O	0			trustpilot-311
+
+1	@Reybot	@USER	X	O	0			tweebank.366
+2	10th	10th	ADJ	O	0			tweebank.366
+3	...	...	PUNCT	O	0			tweebank.366
+4	that	that	DET	O	0			tweebank.366
+5	random	random	ADJ	O	0			tweebank.366
+6	chick	chick	NOUN	O	0		n.person	tweebank.366
+7	s	s	PART	O	0			tweebank.366
+8	nasty	nasty	ADJ	B	0			tweebank.366
+9	ass	ass	NOUN	I	8			tweebank.366
+10	breath	breath	NOUN	O	0		n.body	tweebank.366
+11	:-)	EMOTICON	X	O	0			tweebank.366
+
+1	This	this	DET	O	0			tweebank.407
+2	tweet	tweet	NOUN	O	0		n.communication	tweebank.407
+3	is	be	VERB	O	0		v.stative	tweebank.407
+4	to	to	PART	O	0			tweebank.407
+5	get	get	VERB	B	0		v.change	tweebank.407
+6	me	me	PRON	o	0			tweebank.407
+7	off	off	ADV	I	5			tweebank.407
+8	of	of	ADP	O	0			tweebank.407
+9	666	NUMBER	NUM	O	0			tweebank.407
+10	tweets	tweet	NOUN	O	0		n.communication	tweebank.407
+11	...	...	PUNCT	O	0			tweebank.407
+12	Eat	eat	VERB	O	0		v.consumption	tweebank.407
+13	it	it	PRON	O	0			tweebank.407
+14	Satan	satan	PROPN	O	0		n.person	tweebank.407
+15	!	!	PUNCT	O	0			tweebank.407
+16	Jesus	jesus	PROPN	O	0		n.person	tweebank.407
+17	is	be	VERB	O	0		v.stative	tweebank.407
+18	alive	alive	ADJ	O	0			tweebank.407
+19	and	and	CONJ	O	0			tweebank.407
+20	you	you	PRON	O	0			tweebank.407
+21	lose	lose	VERB	O	0		v.competition	tweebank.407
+22	!!!	!!!	PUNCT	O	0			tweebank.407
+
+1	@Reybot	@USER	X	O	0			tweebank.8
+2	10th	10th	ADJ	O	0			tweebank.8
+3	...	...	PUNCT	O	0			tweebank.8
+4	that	that	DET	O	0			tweebank.8
+5	random	random	ADJ	O	0			tweebank.8
+6	chick	chick	NOUN	O	0		n.person	tweebank.8
+7	s	s	PART	O	0			tweebank.8
+8	nasty	nasty	ADJ	B	0			tweebank.8
+9	ass	ass	NOUN	I	8			tweebank.8
+10	breath	breath	NOUN	O	0		n.body	tweebank.8
+11	:-)	EMOTICON	X	O	0			tweebank.8
+
+1	This	this	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+2	entrepreneurial	entrepreneurial	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+3	energy	energy	NOUN	O	0		n.phenomenon	ted.naist.005-KatherineFulton_2007.iwslt.585.10
+4	is	be	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+5	emerging	emerge	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.10
+6	from	from	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+7	many	many	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+8	quarters	quarters	NOUN	O	0		n.location	ted.naist.005-KatherineFulton_2007.iwslt.585.10
+9	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.10
+
+1	A	a	DET	O	0			trustpilot-3
+2	very	very	ADV	O	0			trustpilot-3
+3	happy	happy	ADJ	O	0			trustpilot-3
+4	customer	customer	NOUN	O	0		n.person	trustpilot-3
+
+1	Rajapack	rajapack	PROPN	O	0		n.group	trustpilot-69
+2	deserves	deserve	VERB	O	0		v.stative	trustpilot-69
+3	recognition	recognition	NOUN	O	0		n.state	trustpilot-69
+4	for	for	ADP	O	0			trustpilot-69
+5	their	their	DET	O	0			trustpilot-69
+6	excellent	excellent	ADJ	O	0			trustpilot-69
+7	service	service	NOUN	O	0		n.act	trustpilot-69
+8	and	and	CONJ	O	0			trustpilot-69
+9	customer	customer	NOUN	B	0		n.relation	trustpilot-69
+10	relations	relations	NOUN	I	9			trustpilot-69
+
+1	@mii_YoYo	@USER	X	O	0			tweebank.94
+2	You	you	PRON	O	0			tweebank.94
+3	Suppose	suppose	VERB	B	0		v.social	tweebank.94
+4	To	to	PART	I	3			tweebank.94
+5	Say	say	VERB	O	0		v.communication	tweebank.94
+6	Good'Morning	good'morning	INTJ	O	0			tweebank.94
+7	LOVE	love	NOUN	O	0		n.person	tweebank.94
+8	♥	EMOTICON	X	O	0			tweebank.94
+
+1	But	but	CONJ	O	0			ted.iwslt.1161.2
+2	before	before	SCONJ	O	0			ted.iwslt.1161.2
+3	I	i	PRON	O	0			ted.iwslt.1161.2
+4	show	show	VERB	O	0		v.perception	ted.iwslt.1161.2
+5	you	you	PRON	O	0			ted.iwslt.1161.2
+6	what	what	PRON	O	0			ted.iwslt.1161.2
+7	I	i	PRON	O	0			ted.iwslt.1161.2
+8	've	've	AUX	O	0			ted.iwslt.1161.2
+9	got	get	VERB	O	0		v.stative	ted.iwslt.1161.2
+10	inside	inside	ADV	O	0			ted.iwslt.1161.2
+11	,	,	PUNCT	O	0			ted.iwslt.1161.2
+12	I	i	PRON	O	0			ted.iwslt.1161.2
+13	'm	'm	AUX	O	0			ted.iwslt.1161.2
+14	going	go	VERB	B	0			ted.iwslt.1161.2
+15	to	to	PART	I	14			ted.iwslt.1161.2
+16	make	make	VERB	O	0		v.communication	ted.iwslt.1161.2
+17	a	a	DET	O	0			ted.iwslt.1161.2
+18	very	very	ADV	O	0			ted.iwslt.1161.2
+19	public	public	ADJ	O	0			ted.iwslt.1161.2
+20	confession	confession	NOUN	O	0		n.communication	ted.iwslt.1161.2
+21	,	,	PUNCT	O	0			ted.iwslt.1161.2
+22	and	and	CONJ	O	0			ted.iwslt.1161.2
+23	that	that	PRON	O	0			ted.iwslt.1161.2
+24	is	be	VERB	O	0		v.stative	ted.iwslt.1161.2
+25	,	,	PUNCT	O	0			ted.iwslt.1161.2
+26	I	i	PRON	O	0			ted.iwslt.1161.2
+27	'm	'm	VERB	O	0		v.stative	ted.iwslt.1161.2
+28	outfit-obsessed	outfit-obsessed	NOUN	O	0			ted.iwslt.1161.2
+29	.	.	PUNCT	O	0			ted.iwslt.1161.2
+
+1	But	but	CONJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+2	we	we	PRON	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+3	have	have	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+4	a	a	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+5	major	major	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+6	shortage	shortage	NOUN	O	0		n.quantity	ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+7	of	of	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+8	organs	organs	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+9	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+
+1	stunt	stunt	NOUN	B	0		n.person	tweebank.12
+2	devils	devil	NOUN	I	1			tweebank.12
+3	..	..	PUNCT	O	0			tweebank.12
+
+1	A	a	DET	O	0			ted.iwslt.1176.8
+2	friend	friend	NOUN	O	0		n.person	ted.iwslt.1176.8
+3	of	of	ADP	O	0			ted.iwslt.1176.8
+4	mine	mine	PRON	O	0			ted.iwslt.1176.8
+5	did	do	VERB	O	0		v.creation	ted.iwslt.1176.8
+6	that	that	PRON	O	0			ted.iwslt.1176.8
+7	--	--	PUNCT	O	0			ted.iwslt.1176.8
+8	Richard	richard	PROPN	B	0		n.person	ted.iwslt.1176.8
+9	Bollingbroke	bollingbroke	PROPN	I	8			ted.iwslt.1176.8
+10	.	.	PUNCT	O	0			ted.iwslt.1176.8
+
+1	But	but	CONJ	O	0			ted.iwslt.1371.7
+2	there	there	PRON	O	0			ted.iwslt.1371.7
+3	are	be	VERB	O	0		v.stative	ted.iwslt.1371.7
+4	over	over	ADV	O	0			ted.iwslt.1371.7
+5	48	48	NUM	O	0			ted.iwslt.1371.7
+6	hours	hours	NOUN	O	0		n.time	ted.iwslt.1371.7
+7	of	of	ADP	O	0			ted.iwslt.1371.7
+8	video	video	NOUN	O	0		n.communication	ted.iwslt.1371.7
+9	uploaded	uploaded	NOUN	O	0			ted.iwslt.1371.7
+10	to	to	ADP	O	0			ted.iwslt.1371.7
+11	YouTube	youtube	PROPN	O	0		n.group	ted.iwslt.1371.7
+12	every	every	DET	O	0			ted.iwslt.1371.7
+13	minute	minute	NOUN	O	0		n.time	ted.iwslt.1371.7
+14	.	.	PUNCT	O	0			ted.iwslt.1371.7
+
+1	What	what	PRON	O	0			ted.iwslt.129.1
+2	I	i	PRON	O	0			ted.iwslt.129.1
+3	'm	'm	AUX	O	0			ted.iwslt.129.1
+4	going	go	VERB	B	0			ted.iwslt.129.1
+5	to	to	PART	I	4			ted.iwslt.129.1
+6	show	show	VERB	O	0		v.perception	ted.iwslt.129.1
+7	you	you	PRON	O	0			ted.iwslt.129.1
+8	first	first	ADV	O	0			ted.iwslt.129.1
+9	,	,	PUNCT	O	0			ted.iwslt.129.1
+10	as	as	ADV	O	0			ted.iwslt.129.1
+11	quickly	quickly	ADV	O	0			ted.iwslt.129.1
+12	as	as	SCONJ	O	0			ted.iwslt.129.1
+13	I	i	PRON	O	0			ted.iwslt.129.1
+14	can	can	AUX	O	0			ted.iwslt.129.1
+15	,	,	PUNCT	O	0			ted.iwslt.129.1
+16	is	be	VERB	O	0		v.stative	ted.iwslt.129.1
+17	some	some	DET	O	0			ted.iwslt.129.1
+18	foundational	foundational	NOUN	O	0			ted.iwslt.129.1
+19	work	work	NOUN	O	0		n.cognition	ted.iwslt.129.1
+20	,	,	PUNCT	O	0			ted.iwslt.129.1
+21	some	some	DET	O	0			ted.iwslt.129.1
+22	new	new	ADJ	O	0			ted.iwslt.129.1
+23	technology	technology	NOUN	O	0		n.artifact	ted.iwslt.129.1
+24	that	that	SCONJ	O	0			ted.iwslt.129.1
+25	we	we	PRON	O	0			ted.iwslt.129.1
+26	brought	bring	VERB	O	0		v.motion	ted.iwslt.129.1
+27	to	to	ADP	O	0			ted.iwslt.129.1
+28	Microsoft	microsoft	PROPN	O	0		n.group	ted.iwslt.129.1
+29	as	as	ADP	O	0			ted.iwslt.129.1
+30	part	part	NOUN	O	0		n.relation	ted.iwslt.129.1
+31	of	of	ADP	O	0			ted.iwslt.129.1
+32	an	an	DET	O	0			ted.iwslt.129.1
+33	acquisition	acquisition	NOUN	O	0		n.act	ted.iwslt.129.1
+34	almost	almost	ADV	O	0			ted.iwslt.129.1
+35	exactly	exactly	ADV	O	0			ted.iwslt.129.1
+36	a	a	DET	O	0			ted.iwslt.129.1
+37	year	year	NOUN	O	0		n.time	ted.iwslt.129.1
+38	ago	ago	ADV	O	0			ted.iwslt.129.1
+39	.	.	PUNCT	O	0			ted.iwslt.129.1
+40	This	this	PRON	O	0			ted.iwslt.129.1
+41	is	be	VERB	O	0		v.stative	ted.iwslt.129.1
+42	Seadragon	seadragon	NOUN	O	0		n.group	ted.iwslt.129.1
+43	,	,	PUNCT	O	0			ted.iwslt.129.1
+44	and	and	CONJ	O	0			ted.iwslt.129.1
+45	it	it	PRON	O	0			ted.iwslt.129.1
+46	's	's	VERB	O	0		v.stative	ted.iwslt.129.1
+47	an	an	DET	O	0			ted.iwslt.129.1
+48	environment	environment	NOUN	O	0		n.cognition	ted.iwslt.129.1
+49	in	in	ADP	O	0			ted.iwslt.129.1
+50	which	which	DET	O	0			ted.iwslt.129.1
+51	you	you	PRON	O	0			ted.iwslt.129.1
+52	can	can	AUX	O	0			ted.iwslt.129.1
+53	either	either	CONJ	O	0			ted.iwslt.129.1
+54	locally	locally	NOUN	O	0			ted.iwslt.129.1
+55	or	or	CONJ	O	0			ted.iwslt.129.1
+56	remotely	remotely	ADJ	O	0			ted.iwslt.129.1
+57	interact	interact	NOUN	O	0			ted.iwslt.129.1
+58	with	with	ADP	O	0			ted.iwslt.129.1
+59	vast	vast	ADJ	O	0			ted.iwslt.129.1
+60	amounts	amount	NOUN	O	0		n.quantity	ted.iwslt.129.1
+61	of	of	ADP	O	0			ted.iwslt.129.1
+62	visual	visual	ADJ	O	0			ted.iwslt.129.1
+63	data	data	NOUN	O	0		n.cognition	ted.iwslt.129.1
+64	.	.	PUNCT	O	0			ted.iwslt.129.1
+
+1	I	i	PRON	O	0			tweebank.470
+2	may	may	VERB	O	0		v.stative	tweebank.470
+3	wear	wear	VERB	O	0		v.body	tweebank.470
+4	my	my	PRON	O	0			tweebank.470
+5	hair	hair	NOUN	O	0		n.body	tweebank.470
+6	in	in	ADP	O	0			tweebank.470
+7	a	a	DET	O	0			tweebank.470
+8	comb	comb	NOUN	B	0			tweebank.470
+9	over	over	NOUN	I	8			tweebank.470
+10	fashion	fashion	NOUN	O	0		n.attribute	tweebank.470
+11	more	more	ADV	O	0			tweebank.470
+12	often	often	ADV	O	0			tweebank.470
+13	.	.	PUNCT	O	0			tweebank.470
+14	I	i	PRON	O	0			tweebank.470
+15	feel	feel	VERB	O	0		v.emotion	tweebank.470
+16	smart	smart	ADJ	O	0			tweebank.470
+17	this	this	DET	O	0			tweebank.470
+18	way	way	NOUN	O	0		n.attribute	tweebank.470
+19	.	.	PUNCT	O	0			tweebank.470
+
+1	Tried	try	VERB	O	0		v.cognition	trustpilot-118
+2	calling	call	VERB	O	0		v.communication	trustpilot-118
+3	sales	sales	NOUN	O	0		n.group	trustpilot-118
+4	,	,	PUNCT	O	0			trustpilot-118
+5	as	as	ADP	O	0			trustpilot-118
+6	this	this	PRON	O	0			trustpilot-118
+7	was	be	VERB	O	0		v.stative	trustpilot-118
+8	'	'	PUNCT	O	0			trustpilot-118
+9	free	free	ADJ	O	0			trustpilot-118
+10	'	'	PUNCT	O	0			trustpilot-118
+11	but	but	CONJ	O	0			trustpilot-118
+12	as	as	CONJ	O	0			trustpilot-118
+13	it	it	PRON	O	0			trustpilot-118
+14	was	be	VERB	O	0		v.stative	trustpilot-118
+15	no	no	ADV	O	0			trustpilot-118
+16	longer	longer	ADV	O	0			trustpilot-118
+17	a	a	DET	O	0			trustpilot-118
+18	'	'	PUNCT	O	0			trustpilot-118
+19	sale	sale	NOUN	O	0		n.attribute	trustpilot-118
+20	'	'	PUNCT	O	0			trustpilot-118
+21	they	they	PRON	O	0			trustpilot-118
+22	would	would	VERB	O	0			trustpilot-118
+23	not	not	ADV	O	0			trustpilot-118
+24	put	put	VERB	B	0		v.change	trustpilot-118
+25	me	me	PRON	o	0			trustpilot-118
+26	though	though	PART	I	24			trustpilot-118
+27	.	.	PUNCT	O	0			trustpilot-118
+
+1	RT	rt	X	O	0			tweebank.381
+2	@safff_	@USER	X	O	0			tweebank.381
+3	«	«	X	O	0			tweebank.381
+4	@SCREAM_MICHine	@USER	X	O	0			tweebank.381
+5	@Elijah_R	@USER	X	O	0			tweebank.381
+6	cuffin	cuffin	VERB	O	0		v.social	tweebank.381
+7	in	in	ADP	O	0			tweebank.381
+8	the	the	DET	O	0			tweebank.381
+9	avi	avi	NOUN	O	0		n.group	tweebank.381
+10	,	,	PUNCT	O	0			tweebank.381
+11	Gi	gi	VERB	O	0		v.possession	tweebank.381
+12	mme	mme	PRON	O	0			tweebank.381
+13	$20	NUMBER	NUM	O	0			tweebank.381
+14	»	»	X	O	0			tweebank.381
+
+1	@sureside	@USER	X	O	0			tweebank.438
+2	I	i	PRON	O	0			tweebank.438
+3	KNOW	know	VERB	O	0		v.cognition	tweebank.438
+4	BUT	but	CONJ	O	0			tweebank.438
+5	IT	it	PRON	O	0			tweebank.438
+6	'S	's	VERB	O	0		v.stative	tweebank.438
+7	LONG	long	ADJ	O	0			tweebank.438
+8	.	.	PUNCT	O	0			tweebank.438
+9	It	it	PRON	O	0			tweebank.438
+10	feels	feel	VERB	O	0		v.emotion	tweebank.438
+11	like	like	ADP	O	0			tweebank.438
+12	math	math	NOUN	B	0		n.act	tweebank.438
+13	class	class	NOUN	I	12			tweebank.438
+14	.	.	PUNCT	O	0			tweebank.438
+
+1	RT	rt	X	O	0			tweebank.491
+2	@LongLiveAndrea	@USER	X	O	0			tweebank.491
+3	:	:	X	O	0			tweebank.491
+4	#whatif	#whatif	PRON	O	0			tweebank.491
+5	People	people	NOUN	O	0		n.group	tweebank.491
+6	believed	believe	VERB	O	0		v.cognition	tweebank.491
+7	everything	everything	NOUN	O	0			tweebank.491
+8	that	that	ADP	O	0			tweebank.491
+9	they	they	PRON	O	0			tweebank.491
+10	"	"	PUNCT	O	0			tweebank.491
+11	heard	hear	VERB	O	0		v.perception	tweebank.491
+12	"	"	PUNCT	O	0			tweebank.491
+13	about	about	ADP	O	0			tweebank.491
+14	me	me	PRON	O	0			tweebank.491
+15	..	..	PUNCT	O	0			tweebank.491
+16	-dumb	-dumb	ADJ	O	0			tweebank.491
+17	fuckers	fucker	NOUN	O	0		n.person	tweebank.491
+18	.	.	PUNCT	O	0			tweebank.491
+
+1	@inglish4u	@USER	X	O	0			tweebank.63
+2	Hehe	hehe	INTJ	O	0			tweebank.63
+3	I	i	PRON	O	0			tweebank.63
+4	'm	'm	VERB	O	0		v.stative	tweebank.63
+5	still	still	ADV	O	0			tweebank.63
+6	on	on	ADP	O	0			tweebank.63
+7	my	my	PRON	O	0			tweebank.63
+8	summer	summer	NOUN	B	0		n.act	tweebank.63
+9	vacation	vacation	NOUN	I	8			tweebank.63
+10	:)	EMOTICON	X	O	0			tweebank.63
+11	but	but	CONJ	O	0			tweebank.63
+12	if	if	SCONJ	O	0			tweebank.63
+13	I	i	PRON	O	0			tweebank.63
+14	do	do	AUX	O	0			tweebank.63
+15	n't	n't	PART	O	0			tweebank.63
+16	try	try	VERB	O	0		v.stative	tweebank.63
+17	get	get	VERB	B	0		v.body	tweebank.63
+18	up	up	ADP	I	17			tweebank.63
+19	earlier	earlier	ADV	O	0			tweebank.63
+20	than	than	ADP	O	0			tweebank.63
+21	now	now	ADV	O	0			tweebank.63
+22	,	,	PUNCT	O	0			tweebank.63
+23	I	i	PRON	O	0			tweebank.63
+24	'll	'll	AUX	O	0			tweebank.63
+25	definitely	definitely	ADV	O	0			tweebank.63
+26	be	be	VERB	O	0		v.stative	tweebank.63
+27	late	late	ADJ	O	0			tweebank.63
+28	for	for	ADP	O	0			tweebank.63
+29	school	school	NOUN	O	0		n.act	tweebank.63
+30	:'(	EMOTICON	X	O	0			tweebank.63
+31	#i4u	#i4u	X	O	0			tweebank.63
+
+1	However	however	CONJ	O	0			trustpilot-197
+2	if	if	CONJ	O	0			trustpilot-197
+3	you	you	PRON	O	0			trustpilot-197
+4	have	have	VERB	O	0		v.stative	trustpilot-197
+5	cash	cash	NOUN	O	0		n.possession	trustpilot-197
+6	to	to	PART	O	0			trustpilot-197
+7	burn	burn	VERB	O	0		v.consumption	trustpilot-197
+8	,	,	PUNCT	O	0			trustpilot-197
+9	use	use	VERB	O	0		v.stative	trustpilot-197
+10	someone	someone	NOUN	O	0			trustpilot-197
+11	else	else	ADV	O	0			trustpilot-197
+12	.	.	PUNCT	O	0			trustpilot-197
+
+1	I	i	PRON	O	0			tweebank.254
+2	do	do	AUX	O	0			tweebank.254
+3	n't	n't	PART	O	0			tweebank.254
+4	want	want	VERB	O	0		v.emotion	tweebank.254
+5	any	any	DET	O	0			tweebank.254
+6	of	of	ADP	O	0			tweebank.254
+7	these	these	DET	O	0			tweebank.254
+8	people	people	NOUN	O	0		n.person	tweebank.254
+9	in	in	ADP	O	0			tweebank.254
+10	my	my	PRON	O	0			tweebank.254
+11	house	house	NOUN	O	0		n.artifact	tweebank.254
+12	right	right	ADV	O	0			tweebank.254
+13	now	now	ADV	O	0			tweebank.254
+14	,	,	PUNCT	O	0			tweebank.254
+15	do	do	AUX	O	0			tweebank.254
+16	n't	n't	PART	O	0			tweebank.254
+17	have	have	VERB	O	0		v.stative	tweebank.254
+18	anything	anything	NOUN	O	0			tweebank.254
+19	to	to	PART	O	0			tweebank.254
+20	talk	talk	VERB	B	0		v.communication	tweebank.254
+21	about	about	ADP	I	20			tweebank.254
+22	,	,	PUNCT	O	0			tweebank.254
+23	going	go	VERB	O	0		v.motion	tweebank.254
+24	to	to	ADP	O	0			tweebank.254
+25	bed	bed	NOUN	O	0		n.artifact	tweebank.254
+
+1	Or	or	CONJ	O	0			ted.iwslt.1353.2
+2	is	be	VERB	O	0		v.stative	ted.iwslt.1353.2
+3	it	it	PRON	O	0			ted.iwslt.1353.2
+4	photography	photography	NOUN	O	0		n.act	ted.iwslt.1353.2
+5	?	?	PUNCT	O	0			ted.iwslt.1353.2
+
+1	@BrionyBea	@USER	X	O	0			tweebank.37
+2	hehee	hehee	INTJ	O	0			tweebank.37
+3	,	,	PUNCT	O	0			tweebank.37
+4	thankyou	thankyou	INTJ	O	0			tweebank.37
+5	:D	EMOTICON	X	O	0			tweebank.37
+6	awh	awh	INTJ	O	0			tweebank.37
+7	lmao	lmao	INTJ	O	0			tweebank.37
+8	:)	EMOTICON	X	O	0			tweebank.37
+9	xxx	EMOTICON	X	O	0			tweebank.37
+
+1	I	i	PRON	O	0			trustpilot-33
+2	have	have	AUX	O	0			trustpilot-33
+3	never	never	ADV	O	0			trustpilot-33
+4	received	receive	VERB	O	0		v.change	trustpilot-33
+5	such	such	ADV	O	0			trustpilot-33
+6	fantastic	fantastic	ADJ	O	0			trustpilot-33
+7	customer	customer	NOUN	B	0		n.act	trustpilot-33
+8	service	service	NOUN	I	7			trustpilot-33
+9	before	before	ADP	O	0			trustpilot-33
+10	.	.	PUNCT	O	0			trustpilot-33
+11	The	the	DET	O	0			trustpilot-33
+12	man	man	NOUN	O	0		n.person	trustpilot-33
+13	at	at	ADP	O	0			trustpilot-33
+14	the	the	DET	O	0			trustpilot-33
+15	end	end	NOUN	O	0		n.location	trustpilot-33
+16	was	be	VERB	O	0		v.stative	trustpilot-33
+17	so	so	ADV	O	0			trustpilot-33
+18	helpful	helpful	ADJ	O	0			trustpilot-33
+19	,	,	PUNCT	O	0			trustpilot-33
+20	understanding	understanding	ADJ	O	0			trustpilot-33
+21	and	and	CONJ	O	0			trustpilot-33
+22	kind	kind	ADJ	O	0			trustpilot-33
+23	.	.	PUNCT	O	0			trustpilot-33
+
+1	And	and	CONJ	O	0			ted.iwslt.1353.6
+2	when	when	ADV	O	0			ted.iwslt.1353.6
+3	you	you	PRON	O	0			ted.iwslt.1353.6
+4	take	take	VERB	O	0		v.creation	ted.iwslt.1353.6
+5	a	a	DET	O	0			ted.iwslt.1353.6
+6	photograph	photograph	NOUN	O	0		n.artifact	ted.iwslt.1353.6
+7	with	with	ADP	O	0			ted.iwslt.1353.6
+8	a	a	DET	O	0			ted.iwslt.1353.6
+9	camera	camera	NOUN	O	0		n.artifact	ted.iwslt.1353.6
+10	,	,	PUNCT	O	0			ted.iwslt.1353.6
+11	the	the	DET	O	0			ted.iwslt.1353.6
+12	process	process	NOUN	O	0		n.act	ted.iwslt.1353.6
+13	ends	end	VERB	O	0		v.stative	ted.iwslt.1353.6
+14	when	when	ADV	O	0			ted.iwslt.1353.6
+15	you	you	PRON	O	0			ted.iwslt.1353.6
+16	press	press	NOUN	O	0			ted.iwslt.1353.6
+17	the	the	DET	O	0			ted.iwslt.1353.6
+18	trigger	trigger	NOUN	O	0		n.artifact	ted.iwslt.1353.6
+19	.	.	PUNCT	O	0			ted.iwslt.1353.6
+
+1	Have	have	AUX	O	0			trustpilot-295
+2	I	i	PRON	O	0			trustpilot-295
+3	just	just	ADV	O	0			trustpilot-295
+4	been	be	VERB	O	0		v.stative	trustpilot-295
+5	lucky	lucky	ADJ	O	0			trustpilot-295
+6	so	so	ADV	O	0			trustpilot-295
+7	far	far	ADV	O	0			trustpilot-295
+8	?	?	PUNCT	O	0			trustpilot-295
+
+1	To	to	PART	O	0			ted.iwslt.129.8
+2	prove	prove	VERB	O	0		v.social	ted.iwslt.129.8
+3	to	to	ADP	O	0			ted.iwslt.129.8
+4	you	you	PRON	O	0			ted.iwslt.129.8
+5	that	that	SCONJ	O	0			ted.iwslt.129.8
+6	it	it	PRON	O	0			ted.iwslt.129.8
+7	's	's	VERB	O	0		v.stative	ted.iwslt.129.8
+8	really	really	ADV	O	0			ted.iwslt.129.8
+9	text	text	NOUN	O	0		n.communication	ted.iwslt.129.8
+10	,	,	PUNCT	O	0			ted.iwslt.129.8
+11	and	and	CONJ	O	0			ted.iwslt.129.8
+12	not	not	ADV	O	0			ted.iwslt.129.8
+13	an	an	DET	O	0			ted.iwslt.129.8
+14	image	image	NOUN	O	0		n.cognition	ted.iwslt.129.8
+15	,	,	PUNCT	O	0			ted.iwslt.129.8
+16	we	we	PRON	O	0			ted.iwslt.129.8
+17	can	can	AUX	O	0			ted.iwslt.129.8
+18	do	do	VERB	O	0		v.change	ted.iwslt.129.8
+19	something	something	NOUN	O	0			ted.iwslt.129.8
+20	like	like	ADP	O	0			ted.iwslt.129.8
+21	so	so	ADV	O	0			ted.iwslt.129.8
+22	,	,	PUNCT	O	0			ted.iwslt.129.8
+23	to	to	PART	O	0			ted.iwslt.129.8
+24	really	really	ADV	O	0			ted.iwslt.129.8
+25	show	show	VERB	O	0		v.perception	ted.iwslt.129.8
+26	that	that	SCONJ	O	0			ted.iwslt.129.8
+27	this	this	PRON	O	0			ted.iwslt.129.8
+28	is	be	VERB	O	0		v.stative	ted.iwslt.129.8
+29	a	a	DET	O	0			ted.iwslt.129.8
+30	real	real	ADJ	O	0			ted.iwslt.129.8
+31	representation	representation	NOUN	O	0		n.cognition	ted.iwslt.129.8
+32	of	of	ADP	O	0			ted.iwslt.129.8
+33	the	the	DET	O	0			ted.iwslt.129.8
+34	text	text	NOUN	O	0		n.communication	ted.iwslt.129.8
+35	;	;	PUNCT	O	0			ted.iwslt.129.8
+36	it	it	PRON	O	0			ted.iwslt.129.8
+37	's	's	VERB	O	0		v.stative	ted.iwslt.129.8
+38	not	not	PART	O	0			ted.iwslt.129.8
+39	a	a	DET	O	0			ted.iwslt.129.8
+40	picture	picture	NOUN	O	0		n.artifact	ted.iwslt.129.8
+41	.	.	PUNCT	O	0			ted.iwslt.129.8
+
+1	http://t.co/n7fLWISR	URL	X	O	0			tweebank.380
+2	How	how	ADV	O	0			tweebank.380
+3	to	to	PART	O	0			tweebank.380
+4	Talk	talk	VERB	O	0		v.communication	tweebank.380
+5	to	to	ADP	O	0			tweebank.380
+6	a	a	DET	O	0			tweebank.380
+7	Widow	widow	NOUN	O	0		n.person	tweebank.380
+
+1	I	i	PRON	O	0			trustpilot-84
+2	found	found	VERB	O	0		v.perception	trustpilot-84
+3	the	the	DET	O	0			trustpilot-84
+4	staff	staff	NOUN	O	0		n.group	trustpilot-84
+5	to	to	PART	O	0			trustpilot-84
+6	be	be	VERB	O	0		v.stative	trustpilot-84
+7	really	really	ADV	O	0			trustpilot-84
+8	helpful	helpful	ADJ	O	0			trustpilot-84
+9	,	,	PUNCT	O	0			trustpilot-84
+10	friendly	friendly	ADJ	O	0			trustpilot-84
+11	and	and	CONJ	O	0			trustpilot-84
+12	not	not	ADV	O	0			trustpilot-84
+13	pushy	pushy	ADJ	O	0			trustpilot-84
+14	.	.	PUNCT	O	0			trustpilot-84
+
+1	I	i	PRON	O	0			trustpilot-264
+2	found	found	VERB	O	0		v.cognition	trustpilot-264
+3	the	the	DET	O	0			trustpilot-264
+4	site	site	NOUN	O	0		n.communication	trustpilot-264
+5	easy	easy	ADV	O	0			trustpilot-264
+6	to	to	PART	O	0			trustpilot-264
+7	operate	operate	VERB	O	0		v.cognition	trustpilot-264
+8	and	and	CONJ	O	0			trustpilot-264
+9	was	be	VERB	O	0		v.stative	trustpilot-264
+10	very	very	ADV	O	0			trustpilot-264
+11	pleased	pleased	ADJ	O	0			trustpilot-264
+12	with	with	ADP	O	0			trustpilot-264
+13	my	my	DET	O	0			trustpilot-264
+14	trip	trip	NOUN	O	0		n.act	trustpilot-264
+15	.	.	PUNCT	O	0			trustpilot-264
+
+1	@SabrinagLeek	@USER	X	O	0			tweebank.287
+2	haha	haha	INTJ	O	0			tweebank.287
+3	u	u	PRON	O	0			tweebank.287
+4	wish	wish	VERB	O	0		v.emotion	tweebank.287
+5	!	!	PUNCT	O	0			tweebank.287
+6	Just	just	ADV	O	0			tweebank.287
+7	wait	wait	VERB	O	0		v.stative	tweebank.287
+8	for	for	ADP	O	0			tweebank.287
+9	me	me	PRON	O	0			tweebank.287
+10	to	to	PART	O	0			tweebank.287
+11	fins	fin	VERB	O	0		v.change	tweebank.287
+12	a	a	DET	O	0			tweebank.287
+13	cool	cool	ADJ	O	0			tweebank.287
+14	name	name	NOUN	O	0		n.communication	tweebank.287
+15	tht	tht	ADP	O	0			tweebank.287
+16	has	have	VERB	O	0		v.stative	tweebank.287
+17	darren	darren	PROPN	O	0		n.person	tweebank.287
+18	+	+	CONJ	O	0			tweebank.287
+19	loewe	loewe	PROPN	O	0		n.person	tweebank.287
+20	in	in	ADP	O	0			tweebank.287
+21	it	it	PRON	O	0			tweebank.287
+22	lol	lol	INTJ	O	0			tweebank.287
+23	(	(	PUNCT	O	0			tweebank.287
+24	everything	everything	NOUN	O	0			tweebank.287
+25	sounds	sound	VERB	O	0		v.perception	tweebank.287
+26	bad	bad	ADJ	O	0			tweebank.287
+27	:(	EMOTICON	X	O	0			tweebank.287
+28	)	)	PUNCT	O	0			tweebank.287
+
+1	I	i	PRON	O	0			trustpilot-137
+2	couldn	couldn	AUX	O	0			trustpilot-137
+3	'	'	PUNCT	O	0			trustpilot-137
+4	t	t	PART	O	0			trustpilot-137
+5	have	have	AUX	O	0			trustpilot-137
+6	faulted	fault	VERB	O	0		v.cognition	trustpilot-137
+7	their	their	DET	O	0			trustpilot-137
+8	assistance	assistance	NOUN	O	0		n.act	trustpilot-137
+9	.	.	PUNCT	O	0			trustpilot-137
+
+1	I	i	PRON	O	0			ted.iwslt.1161.5
+2	get	get	VERB	O	0		v.possession	ted.iwslt.1161.5
+3	all	all	DET	O	0			ted.iwslt.1161.5
+4	my	my	PRON	O	0			ted.iwslt.1161.5
+5	clothes	clothes	NOUN	O	0		n.artifact	ted.iwslt.1161.5
+6	secondhand	secondhand	NOUN	O	0			ted.iwslt.1161.5
+7	from	from	ADP	O	0			ted.iwslt.1161.5
+8	flea	flea	NOUN	B	0		n.group	ted.iwslt.1161.5
+9	markets	market	NOUN	I	8			ted.iwslt.1161.5
+10	and	and	CONJ	O	0			ted.iwslt.1161.5
+11	thrift	thrift	ADJ	B	0		n.group	ted.iwslt.1161.5
+12	stores	store	NOUN	I	11			ted.iwslt.1161.5
+13	.	.	PUNCT	O	0			ted.iwslt.1161.5
+
+1	Discount	discount	NOUN	B	0		n.possession	trustpilot-26
+2	codes	code	NOUN	I	1			trustpilot-26
+3	always	always	ADV	O	0			trustpilot-26
+4	available	available	ADJ	O	0			trustpilot-26
+5	although	although	CONJ	O	0			trustpilot-26
+6	I	i	PRON	O	0			trustpilot-26
+7	don	don	AUX	O	0			trustpilot-26
+8	'	'	PART	O	0			trustpilot-26
+9	t	t	PART	O	0			trustpilot-26
+10	usually	usually	ADV	O	0			trustpilot-26
+11	receive	receive	VERB	O	0		v.change	trustpilot-26
+12	vouchers	voucher	NOUN	O	0		n.possession	trustpilot-26
+13	but	but	CONJ	O	0			trustpilot-26
+14	my	my	DET	O	0			trustpilot-26
+15	Boden	boden	PROPN	B	0		n.person	trustpilot-26
+16	buying	buying	ADJ	I	15			trustpilot-26
+17	friends	friend	NOUN	I	16			trustpilot-26
+18	do	do	VERB	O	0		v.change	trustpilot-26
+19	:(	:(	X	O	0			trustpilot-26
+
+1	When	when	ADV	O	0			trustpilot-190
+2	I	i	PRON	O	0			trustpilot-190
+3	saw	saw	VERB	O	0		v.perception	trustpilot-190
+4	this	this	DET	O	0			trustpilot-190
+5	deal	deal	NOUN	O	0		n.phenomenon	trustpilot-190
+6	,	,	PUNCT	O	0			trustpilot-190
+7	I	i	PRON	O	0			trustpilot-190
+8	could	could	AUX	O	0			trustpilot-190
+9	hardly	hardly	ADV	O	0			trustpilot-190
+10	believe	believe	VERB	O	0		v.cognition	trustpilot-190
+11	it	it	PRON	O	0			trustpilot-190
+12	.	.	PUNCT	O	0			trustpilot-190
+
+1	There	there	ADV	O	0			trustpilot-149
+2	was	be	VERB	O	0		v.stative	trustpilot-149
+3	an	an	DET	O	0			trustpilot-149
+4	excellent	excellent	ADJ	O	0			trustpilot-149
+5	choice	choice	NOUN	O	0		n.attribute	trustpilot-149
+6	of	of	ADP	O	0			trustpilot-149
+7	labels	label	NOUN	O	0		n.artifact	trustpilot-149
+8	to	to	PART	O	0			trustpilot-149
+9	choose	choose	VERB	O	0		v.cognition	trustpilot-149
+10	from	from	ADP	O	0			trustpilot-149
+11	-	-	PUNCT	O	0			trustpilot-149
+12	size	size	NOUN	O	0		n.attribute	trustpilot-149
+13	,	,	PUNCT	O	0			trustpilot-149
+14	type	type	NOUN	O	0		n.attribute	trustpilot-149
+15	,	,	PUNCT	O	0			trustpilot-149
+16	font	font	NOUN	O	0		n.attribute	trustpilot-149
+17	-	-	PUNCT	O	0			trustpilot-149
+18	they	they	PRON	O	0			trustpilot-149
+19	'	'	PUNCT	O	0			trustpilot-149
+20	re	re	VERB	O	0		v.stative	trustpilot-149
+21	easy	easy	ADJ	O	0			trustpilot-149
+22	to	to	PART	O	0			trustpilot-149
+23	use	use	VERB	O	0		v.stative	trustpilot-149
+24	and	and	CONJ	O	0			trustpilot-149
+25	adhere	adhere	VERB	O	0		v.contact	trustpilot-149
+26	well	well	ADV	O	0			trustpilot-149
+27	.	.	PUNCT	O	0			trustpilot-149
+
+1	As	as	CONJ	O	0			trustpilot-11
+2	I	i	PRON	O	0			trustpilot-11
+3	live	live	VERB	O	0		v.stative	trustpilot-11
+4	in	in	ADP	O	0			trustpilot-11
+5	Turkey	turkey	NOUN	O	0		n.location	trustpilot-11
+6	,	,	PUNCT	O	0			trustpilot-11
+7	it	it	PRON	O	0			trustpilot-11
+8	is	be	VERB	O	0		v.stative	trustpilot-11
+9	so	so	ADV	O	0			trustpilot-11
+10	easy	easy	ADJ	O	0			trustpilot-11
+11	for	for	ADP	O	0			trustpilot-11
+12	me	me	PRON	O	0			trustpilot-11
+13	to	to	PART	O	0			trustpilot-11
+14	use	use	VERB	O	0		v.change	trustpilot-11
+15	Fragrance	fragrance	NOUN	B	0		n.group	trustpilot-11
+16	Direct	direct	PROPN	I	15			trustpilot-11
+17	and	and	CONJ	O	0			trustpilot-11
+18	then	then	ADV	O	0			trustpilot-11
+19	have	have	VERB	O	0		v.stative	trustpilot-11
+20	the	the	DET	O	0			trustpilot-11
+21	order	order	NOUN	O	0		n.communication	trustpilot-11
+22	sent	send	VERB	O	0		v.motion	trustpilot-11
+23	to	to	ADP	O	0			trustpilot-11
+24	whichever	whichever	DET	O	0			trustpilot-11
+25	family	family	NOUN	B	0		n.person	trustpilot-11
+26	member	member	NOUN	I	25			trustpilot-11
+27	or	or	CONJ	O	0			trustpilot-11
+28	friend	friend	NOUN	O	0		n.person	trustpilot-11
+29	who	who	PRON	O	0			trustpilot-11
+30	will	will	AUX	O	0			trustpilot-11
+31	be	be	AUX	O	0			trustpilot-11
+32	visiting	visit	VERB	O	0		v.social	trustpilot-11
+33	us	us	PRON	O	0			trustpilot-11
+34	next	next	ADJ	O	0			trustpilot-11
+35	.	.	PUNCT	O	0			trustpilot-11
+
+1	@HeavenTechnotic	@USER	X	O	0			tweebank.200
+2	HAHAHAHA	hahahaha	INTJ	O	0			tweebank.200
+3	,	,	PUNCT	O	0			tweebank.200
+4	maybe	maybe	ADV	O	0			tweebank.200
+5	it	it	PRON	O	0			tweebank.200
+6	s	s	AUX	O	0			tweebank.200
+7	ment	ment	VERB	B	0		v.stative	tweebank.200
+8	to	to	PART	I	7			tweebank.200
+9	be	be	VERB	I	8			tweebank.200
+10	.	.	PUNCT	O	0			tweebank.200
+11	(	EMOTICON	X	O	0			tweebank.200
+12	x	EMOTICON	X	O	0			tweebank.200
+
+1	Ordered	order	VERB	O	0		v.communication	trustpilot-223
+2	charleston	charleston	NOUN	B	0		n.artifact	trustpilot-223
+3	compact	compact	NOUN	I	2			trustpilot-223
+4	filofax	filofax	NOUN	I	3			trustpilot-223
+5	late	late	ADJ	O	0			trustpilot-223
+6	Thursday	thursday	NOUN	B	0		n.time	trustpilot-223
+7	evening	evening	NOUN	I	6			trustpilot-223
+8	and	and	CONJ	O	0			trustpilot-223
+9	arrived	arrive	VERB	O	0		v.motion	trustpilot-223
+10	this	this	DET	B	0		n.time	trustpilot-223
+11	morning	morning	NOUN	I	10			trustpilot-223
+12	(	(	PUNCT	O	0			trustpilot-223
+13	Saturday	saturday	NOUN	O	0		n.time	trustpilot-223
+14	).	).	PUNCT	O	0			trustpilot-223
+
+1	And	and	CONJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+2	it	it	PRON	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+3	shows	show	VERB	O	0		v.perception	ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+4	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+5	first	first	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+6	time	time	NOUN	O	0		n.event	ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+7	an	an	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+8	organ	organ	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+9	was	be	AUX	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+10	ever	ever	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+11	transplanted	transplant	VERB	O	0		v.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+12	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+
+1	How	how	ADV	O	0			tweebank.229
+2	to	to	PART	O	0			tweebank.229
+3	Find	find	VERB	O	0		v.cognition	tweebank.229
+4	And	and	CONJ	O	0			tweebank.229
+5	Cultivate	cultivate	VERB	O	0		v.change	tweebank.229
+6	Your	your	PRON	O	0			tweebank.229
+7	Passion	passion	NOUN	O	0		n.feeling	tweebank.229
+
+1	I	i	PRON	O	0			trustpilot-25
+2	think	think	VERB	O	0		v.cognition	trustpilot-25
+3	Ludivine	ludivine	PROPN	O	0		n.person	trustpilot-25
+4	will	will	AUX	O	0			trustpilot-25
+5	love	love	VERB	O	0		v.emotion	trustpilot-25
+6	it	it	PRON	O	0			trustpilot-25
+7	and	and	CONJ	O	0			trustpilot-25
+8	when	when	ADV	O	0			trustpilot-25
+9	we	we	PRON	O	0			trustpilot-25
+10	have	have	VERB	O	0		v.change	trustpilot-25
+11	the	the	DET	O	0			trustpilot-25
+12	baby	baby	NOUN	B	0		n.artifact	trustpilot-25
+13	'	'	PART	I	12			trustpilot-25
+14	s	s	PART	I	13			trustpilot-25
+15	photograph	photograph	NOUN	I	14			trustpilot-25
+16	in	in	ADP	O	0			trustpilot-25
+17	it	it	PRON	O	0			trustpilot-25
+18	Wow	wow	X	O	0			trustpilot-25
+19	!	!	PUNCT	O	0			trustpilot-25
+
+1	#jordanheels	#jordanheels	PROPN	O	0		n.artifact	tweebank.426
+2	are	be	VERB	O	0		v.stative	tweebank.426
+3	very	very	ADV	O	0			tweebank.426
+4	useful	useful	ADJ	O	0			tweebank.426
+5	in	in	ADP	O	0			tweebank.426
+6	a	a	DET	O	0			tweebank.426
+7	fight	fight	NOUN	O	0		n.act	tweebank.426
+8	cause	cause	SCONJ	O	0			tweebank.426
+9	a	a	DET	O	0			tweebank.426
+10	hoodrat	hoodrat	NOUN	O	0		n.person	tweebank.426
+11	will	will	AUX	O	0			tweebank.426
+12	put	put	VERB	O	0		v.contact	tweebank.426
+13	a	a	DET	O	0			tweebank.426
+14	jordan	jordan	PROPN	B	0		n.body	tweebank.426
+15	stamp	stamp	NOUN	I	14			tweebank.426
+16	n	n	CONJ	O	0			tweebank.426
+17	hole	hole	NOUN	O	0		n.natural_object	tweebank.426
+18	in	in	ADP	O	0			tweebank.426
+19	ur	ur	PRON	O	0			tweebank.426
+20	dome	dome	NOUN	O	0		n.body	tweebank.426
+21	lls	lls	INTJ	O	0			tweebank.426
+
+1	I	i	PRON	O	0			trustpilot-305
+2	would	would	VERB	O	0			trustpilot-305
+3	never	never	ADV	O	0			trustpilot-305
+4	advise	advise	VERB	O	0		v.communication	trustpilot-305
+5	to	to	PART	O	0			trustpilot-305
+6	order	order	VERB	O	0		v.communication	trustpilot-305
+7	from	from	ADP	O	0			trustpilot-305
+8	this	this	DET	O	0			trustpilot-305
+9	company	company	NOUN	O	0		n.group	trustpilot-305
+10	And	and	CONJ	O	0			trustpilot-305
+11	they	they	PRON	O	0			trustpilot-305
+12	have	have	VERB	O	0		v.stative	trustpilot-305
+13	no	no	DET	O	0			trustpilot-305
+14	empathy	empathy	NOUN	O	0		n.feeling	trustpilot-305
+15	for	for	ADP	O	0			trustpilot-305
+16	the	the	DET	O	0			trustpilot-305
+17	customer	customer	NOUN	O	0		n.person	trustpilot-305
+18	and	and	CONJ	O	0			trustpilot-305
+19	really	really	ADV	O	0			trustpilot-305
+20	incompetent	incompetent	ADJ	O	0			trustpilot-305
+21	staff	staff	NOUN	O	0		n.group	trustpilot-305
+22	.	.	PUNCT	O	0			trustpilot-305
+
+1	This	this	PRON	O	0			trustpilot-176
+2	was	be	AUX	O	0			trustpilot-176
+3	soon	soon	ADV	O	0			trustpilot-176
+4	wittled	wittled	VERB	B	0		v.change	trustpilot-176
+5	down	down	PART	I	4			trustpilot-176
+6	to	to	ADP	O	0			trustpilot-176
+7	one	one	NUM	O	0			trustpilot-176
+8	or	or	CONJ	O	0			trustpilot-176
+9	two	two	NUM	O	0			trustpilot-176
+10	and	and	CONJ	O	0			trustpilot-176
+11	,	,	PUNCT	O	0			trustpilot-176
+12	following	follow	VERB	O	0			trustpilot-176
+13	some	some	DET	O	0			trustpilot-176
+14	negotiations	negotiation	NOUN	O	0		n.communication	trustpilot-176
+15	,	,	PUNCT	O	0			trustpilot-176
+16	a	a	DET	O	0			trustpilot-176
+17	chalet	chalet	NOUN	O	0		n.artifact	trustpilot-176
+18	was	be	AUX	O	0			trustpilot-176
+19	booked	book	VERB	O	0		v.stative	trustpilot-176
+20	.	.	PUNCT	O	0			trustpilot-176
+
+1	Great	great	ADJ	O	0			tweebank.427
+2	Mornin	mornin	NOUN	O	0		n.event	tweebank.427
+3	Beautiful	beautiful	ADJ	O	0			tweebank.427
+4	People	people	NOUN	O	0		n.person	tweebank.427
+5	!!	!!	PUNCT	O	0			tweebank.427
+6	Have	have	VERB	O	0		v.stative	tweebank.427
+7	a	a	DET	O	0			tweebank.427
+8	good	good	ADJ	O	0			tweebank.427
+9	one	one	NOUN	O	0			tweebank.427
+
+1	A	a	DET	O	0			tweebank.286
+2	woman	woman	NOUN	O	0		n.person	tweebank.286
+3	dat	dat	ADP	O	0			tweebank.286
+4	wants	want	VERB	O	0		v.emotion	tweebank.286
+5	me	me	PRON	O	0			tweebank.286
+6	fa	fa	ADP	O	0			tweebank.286
+7	me	me	PRON	O	0			tweebank.286
+8	...	...	PUNCT	O	0			tweebank.286
+9	.	.	PUNCT	O	0			tweebank.286
+10	dat	dat	PRON	O	0			tweebank.286
+11	s	s	VERB	O	0		v.stative	tweebank.286
+12	all	all	DET	O	0			tweebank.286
+13	I	i	PRON	O	0			tweebank.286
+14	ask	ask	VERB	B	0		v.emotion	tweebank.286
+15	for	for	ADP	I	14			tweebank.286
+16	.	.	PUNCT	O	0			tweebank.286
+
+1	An	an	DET	O	0			trustpilot-40
+2	easy	easy	ADV	B	0			trustpilot-40
+3	to	to	PART	I	2			trustpilot-40
+4	navigate	navigate	VERB	I	3			trustpilot-40
+5	site	site	NOUN	O	0		n.communication	trustpilot-40
+6	-	-	PUNCT	O	0			trustpilot-40
+7	which	which	PRON	O	0			trustpilot-40
+8	I	i	PRON	O	0			trustpilot-40
+9	need	need	VERB	O	0		v.stative	trustpilot-40
+10	!	!	PUNCT	O	0			trustpilot-40
+
+1	Thank	thank	PART	O	0			trustpilot-263
+2	you	you	PRON	O	0			trustpilot-263
+3	Mr	mr	NOUN	B	0		n.group	trustpilot-263
+4	memory	memory	NOUN	I	3			trustpilot-263
+5	-	-	PUNCT	O	0			trustpilot-263
+6	highly	highly	ADV	O	0			trustpilot-263
+7	recommended	recommend	VERB	O	0		v.communication	trustpilot-263
+8	.	.	PUNCT	O	0			trustpilot-263
+
+1	#np	#np	X	O	0			tweebank.191
+2	DJ	dj	NOUN	B	0		n.communication	tweebank.191
+3	Got	get	AUX	I	2			tweebank.191
+4	Us	us	PRON	I	3			tweebank.191
+5	-	-	PUNCT	o	0			tweebank.191
+6	Falling	fall	VERB	I	4			tweebank.191
+7	In	in	ADP	I	6			tweebank.191
+8	Love	love	NOUN	I	7			tweebank.191
+9	Ag	ag	X	I	8			tweebank.191
+10	-	-	PUNCT	O	0			tweebank.191
+11	U$her	u$her	PROPN	O	0		n.person	tweebank.191
+12	Ft	ft	VERB	O	0		v.stative	tweebank.191
+13	.	.	PUNCT	O	0			tweebank.191
+14	Pitbull	pitbull	PROPN	O	0		n.person	tweebank.191
+
+1	Will	will	AUX	O	0			trustpilot-136
+2	definitely	definitely	ADV	O	0			trustpilot-136
+3	keep	keep	VERB	B	0		v.stative	trustpilot-136
+4	on	on	PART	I	3			trustpilot-136
+5	using	use	VERB	O	0		v.stative	trustpilot-136
+6	them	them	PRON	O	0			trustpilot-136
+7	.	.	PUNCT	O	0			trustpilot-136
+
+1	happy	happy	ADJ	B	0		n.communication	tweebank.477
+2	birthday	birthday	NOUN	I	1			tweebank.477
+3	to	to	ADP	O	0			tweebank.477
+4	me	me	PRON	O	0			tweebank.477
+5	bitches	bitch	NOUN	O	0		n.person	tweebank.477
+6	!!!	!!!	PUNCT	O	0			tweebank.477
+7	23	NUMBER	NUM	O	0			tweebank.477
+8	is	be	VERB	O	0		v.stative	tweebank.477
+9	the	the	DET	O	0			tweebank.477
+10	lucky	lucky	ADJ	B	0		n.attribute	tweebank.477
+11	number	number	NOUN	I	10			tweebank.477
+12	!!	!!	PUNCT	O	0			tweebank.477
+
+1	And	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+2	finally	finally	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+3	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+4	ended	end	VERB	B	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+5	up	up	ADP	I	4			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+6	encountering	encounter	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+7	psychology	psychology	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+8	by	by	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+9	chance	chance	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+10	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+
+1	@chamberlainwill	@USER	X	O	0			tweebank.283
+2	Thanks	thanks	NOUN	O	0		n.communication	tweebank.283
+3	for	for	ADP	O	0			tweebank.283
+4	the	the	DET	O	0			tweebank.283
+5	#FF	#ff	NOUN	O	0		n.communication	tweebank.283
+6	!	!	PUNCT	O	0			tweebank.283
+
+1	RT	rt	X	O	0			tweebank.302
+2	@EpicTweets_	@USER	X	O	0			tweebank.302
+3	:	:	X	O	0			tweebank.302
+4	Staring	stare	VERB	O	0		v.perception	tweebank.302
+5	at	at	ADP	O	0			tweebank.302
+6	a	a	DET	O	0			tweebank.302
+7	hot	hot	ADJ	O	0			tweebank.302
+8	guy	guy	NOUN	O	0		n.person	tweebank.302
+9	and	and	CONJ	O	0			tweebank.302
+10	thinking	think	VERB	O	0		v.cognition	tweebank.302
+11	...	...	PUNCT	O	0			tweebank.302
+12	We	we	PRON	O	0			tweebank.302
+13	are	be	AUX	O	0			tweebank.302
+14	going	go	VERB	B	0			tweebank.302
+15	to	to	PART	I	14			tweebank.302
+16	make	make	VERB	O	0		v.creation	tweebank.302
+17	beautiful	beautiful	ADJ	O	0			tweebank.302
+18	babies	baby	NOUN	O	0		n.person	tweebank.302
+19	.	.	PUNCT	O	0			tweebank.302
+
+1	@_OutOfNowhere	@USER	X	O	0			tweebank.183
+2	3	NUMBER	NUM	O	0			tweebank.183
+3	couplets	couplet	NOUN	O	0		n.quantity	tweebank.183
+4	,	,	PUNCT	O	0			tweebank.183
+5	1	NUMBER	NUM	O	0			tweebank.183
+6	refrain	refrain	NOUN	O	0		n.communication	tweebank.183
+7	.	.	PUNCT	O	0			tweebank.183
+
+1	Not	not	ADV	O	0			trustpilot-212
+2	sure	sure	ADJ	O	0			trustpilot-212
+3	about	about	ADP	O	0			trustpilot-212
+4	the	the	DET	O	0			trustpilot-212
+5	00	00	NUM	B	0		n.act	trustpilot-212
+6	hour	hour	NOUN	I	5			trustpilot-212
+7	delivery	delivery	NOUN	I	6			trustpilot-212
+8	-	-	PUNCT	O	0			trustpilot-212
+9	it	it	PRON	O	0			trustpilot-212
+10	was	be	VERB	O	0		v.stative	trustpilot-212
+11	00	00	NUM	O	0			trustpilot-212
+12	hours	hours	NOUN	O	0		n.time	trustpilot-212
+13	from	from	ADP	O	0			trustpilot-212
+14	when	when	ADV	O	0			trustpilot-212
+15	it	it	PRON	O	0			trustpilot-212
+16	was	be	AUX	O	0			trustpilot-212
+17	posted	post	VERB	O	0		v.contact	trustpilot-212
+18	but	but	CONJ	O	0			trustpilot-212
+19	it	it	PRON	O	0			trustpilot-212
+20	wasn	wasn	VERB	O	0		v.stative	trustpilot-212
+21	'	'	PART	O	0			trustpilot-212
+22	t	t	PART	O	0			trustpilot-212
+23	posted	post	VERB	O	0		v.contact	trustpilot-212
+24	for	for	ADP	O	0			trustpilot-212
+25	00	00	NUM	O	0			trustpilot-212
+26	days	days	NOUN	O	0		n.time	trustpilot-212
+27	!	!	PUNCT	O	0			trustpilot-212
+
+1	RT	rt	X	O	0			tweebank.10
+2	@jrockfor3	@USER	X	O	0			tweebank.10
+3	:	:	X	O	0			tweebank.10
+4	About	about	ADP	O	0			tweebank.10
+5	to	to	PART	O	0			tweebank.10
+6	crush	crush	VERB	O	0		v.consumption	tweebank.10
+7	this	this	DET	O	0			tweebank.10
+8	Denny's!!!!!!	denny's!!!!!!	PROPN	O	0		n.food	tweebank.10
+
+1	Delivery	delivery	NOUN	O	0		n.act	trustpilot-183
+2	&	&	CONJ	O	0			trustpilot-183
+3	service	service	NOUN	O	0		n.act	trustpilot-183
+4	are	be	VERB	O	0		v.stative	trustpilot-183
+5	super	super	ADV	O	0			trustpilot-183
+6	fast	fast	ADJ	O	0			trustpilot-183
+7	and	and	CONJ	O	0			trustpilot-183
+8	utterly	utterly	ADV	O	0			trustpilot-183
+9	reliable	reliable	ADJ	O	0			trustpilot-183
+10	.	.	PUNCT	O	0			trustpilot-183
+
+1	@DatYellow	@USER	X	O	0			tweebank.326
+2	@StealthyCupcake	@USER	X	O	0			tweebank.326
+3	2+4	NUMBER	NUM	O	0			tweebank.326
+4	=	=	PUNCT	O	0			tweebank.326
+5	6	NUMBER	NUM	O	0			tweebank.326
+6	I	i	PRON	O	0			tweebank.326
+7	have	have	VERB	O	0		v.stative	tweebank.326
+8	8	NUMBER	NUM	O	0			tweebank.326
+9	.	.	PUNCT	O	0			tweebank.326
+
+1	I	i	PRON	O	0			tweebank.225
+2	call	call	VERB	O	0		v.communication	tweebank.225
+3	my	my	PRON	O	0			tweebank.225
+4	dad	dad	NOUN	O	0		n.person	tweebank.225
+5	and	and	CONJ	O	0			tweebank.225
+6	this	this	DET	O	0			tweebank.225
+7	dude	dude	NOUN	O	0		n.person	tweebank.225
+8	is	be	AUX	O	0			tweebank.225
+9	blasting	blast	VERB	O	0		v.perception	tweebank.225
+10	music	music	NOUN	O	0		n.communication	tweebank.225
+11	.	.	PUNCT	O	0			tweebank.225
+12	I	i	PRON	O	0			tweebank.225
+13	ca	ca	AUX	O	0			tweebank.225
+14	nt	nt	PART	O	0			tweebank.225
+15	understand	understand	VERB	O	0		v.cognition	tweebank.225
+16	him	him	PRON	O	0			tweebank.225
+17	and	and	CONJ	O	0			tweebank.225
+18	he	he	PRON	O	0			tweebank.225
+19	keeps	keep	VERB	O	0		v.stative	tweebank.225
+20	saying	say	VERB	O	0		v.communication	tweebank.225
+21	"	"	PUNCT	O	0			tweebank.225
+22	what	what	PRON	O	0			tweebank.225
+23	?	?	PUNCT	O	0			tweebank.225
+24	"	"	PUNCT	O	0			tweebank.225
+25	.	.	PUNCT	O	0			tweebank.225
+26	Does	do	AUX	O	0			tweebank.225
+27	n't	n't	PART	O	0			tweebank.225
+28	that	that	PRON	O	0			tweebank.225
+29	mean	mean	VERB	O	0		v.cognition	tweebank.225
+30	turn	turn	VERB	B	0		v.change	tweebank.225
+31	down	down	ADP	I	30			tweebank.225
+32	the	the	DET	O	0			tweebank.225
+33	music	music	NOUN	O	0		n.communication	tweebank.225
+34	?	?	PUNCT	O	0			tweebank.225
+35	=_=	EMOTICON	X	O	0			tweebank.225
+
+1	RT	rt	X	O	0			tweebank.351
+2	@iBeenHadSOLE	@USER	X	O	0			tweebank.351
+3	:	:	X	O	0			tweebank.351
+4	That	that	PRON	O	0			tweebank.351
+5	s	s	VERB	O	0		v.stative	tweebank.351
+6	why	why	ADV	O	0			tweebank.351
+7	Jamie	jamie	PROPN	O	0		n.person	tweebank.351
+8	IS	be	VERB	O	0		v.stative	tweebank.351
+9	THAT	that	DET	O	0			tweebank.351
+10	NIGGA	nigga	NOUN	O	0		n.person	tweebank.351
+11	!	!	PUNCT	O	0			tweebank.351
+12	Lol	lol	INTJ	O	0			tweebank.351
+
+1	jeronimo	jeronimo	PROPN	O	0		n.person	tweebank.29
+2	ft	ft	VERB	O	0		v.stative	tweebank.29
+3	stay-c	stay-c	PROPN	O	0		n.person	tweebank.29
+4	_	_	PUNCT	O	0			tweebank.29
+5	I	i	PRON	O	0			tweebank.29
+6	am	be	VERB	O	0		v.stative	tweebank.29
+7	no	no	DET	O	0			tweebank.29
+8	superman	superman	NOUN	O	0		n.person	tweebank.29
+9	#np	#np	X	O	0			tweebank.29
+
+1	I	i	PRON	O	0			trustpilot-332
+2	chased	chase	VERB	O	0		v.communication	trustpilot-332
+3	this	this	PRON	O	0			trustpilot-332
+4	many	many	ADJ	O	0			trustpilot-332
+5	times	times	NOUN	O	0		n.event	trustpilot-332
+6	after	after	ADP	O	0			trustpilot-332
+7	hearing	hearing	NOUN	O	0			trustpilot-332
+8	no	no	DET	O	0			trustpilot-332
+9	reply	reply	NOUN	O	0		n.communication	trustpilot-332
+10	and	and	CONJ	O	0			trustpilot-332
+11	eventually	eventually	ADV	O	0			trustpilot-332
+12	complained	complain	VERB	O	0		v.communication	trustpilot-332
+13	.	.	PUNCT	O	0			trustpilot-332
+
+1	"	"	PUNCT	O	0			tweebank.149
+2	You	you	PRON	O	0			tweebank.149
+3	ai	ai	AUX	O	0			tweebank.149
+4	nt	nt	PART	O	0			tweebank.149
+5	got	get	VERB	O	0		v.stative	tweebank.149
+6	none	none	NOUN	O	0		n.quantity	tweebank.149
+7	?	?	PUNCT	O	0			tweebank.149
+8	"	"	PUNCT	O	0			tweebank.149
+9	First	first	ADV	O	0			tweebank.149
+10	,	,	PUNCT	O	0			tweebank.149
+11	aint	aint	VERB	O	0			tweebank.149
+12	is	be	VERB	O	0		v.stative	tweebank.149
+13	not	not	PART	O	0			tweebank.149
+14	a	a	DET	O	0			tweebank.149
+15	word	word	NOUN	O	0		n.communication	tweebank.149
+16	if	if	ADP	O	0			tweebank.149
+17	you	you	PRON	O	0			tweebank.149
+18	are	be	AUX	O	0			tweebank.149
+19	referring	refer	VERB	O	0		v.communication	tweebank.149
+20	to	to	SCONJ	O	0			tweebank.149
+21	asking	ask	VERB	O	0		v.communication	tweebank.149
+22	me	me	PRON	O	0			tweebank.149
+23	if	if	ADP	O	0			tweebank.149
+24	I	i	PRON	O	0			tweebank.149
+25	did	do	AUX	O	0			tweebank.149
+26	n't	n't	PART	O	0			tweebank.149
+27	have	have	VERB	O	0		v.stative	tweebank.149
+28	an	an	DET	O	0			tweebank.149
+29	appointment	appointment	NOUN	O	0		n.act	tweebank.149
+30	then	then	ADV	O	0			tweebank.149
+31	the	the	DET	O	0			tweebank.149
+32	answer	answer	NOUN	O	0		n.communication	tweebank.149
+33	is	be	VERB	O	0		v.stative	tweebank.149
+34	no	no	INTJ	O	0			tweebank.149
+35	.	.	PUNCT	O	0			tweebank.149
+
+1	Delivery	delivery	NOUN	O	0		n.act	trustpilot-48
+2	guaranteed	guaranteed	ADJ	O	0			trustpilot-48
+3	by	by	ADP	O	0			trustpilot-48
+4	end	end	NOUN	O	0		n.state	trustpilot-48
+5	of	of	ADP	O	0			trustpilot-48
+6	next	next	ADJ	O	0			trustpilot-48
+7	working	working	NOUN	B	0		n.event	trustpilot-48
+8	day	day	NOUN	I	7			trustpilot-48
+9	after	after	ADP	O	0			trustpilot-48
+10	collection	collection	NOUN	O	0		n.act	trustpilot-48
+11	throughout	throughout	ADP	O	0			trustpilot-48
+12	most	most	ADJ	O	0			trustpilot-48
+13	of	of	ADP	O	0			trustpilot-48
+14	the	the	DET	B	0		n.location	trustpilot-48
+15	UK	uk	PROPN	I	14			trustpilot-48
+16	mainland	mainland	NOUN	I	15			trustpilot-48
+17	.	.	PUNCT	O	0			trustpilot-48
+
+1	The	the	DET	O	0			trustpilot-325
+2	eclipse	eclipse	NOUN	B	0		n.artifact	trustpilot-325
+3	straighteners	straightener	NOUN	I	2			trustpilot-325
+4	are	be	VERB	O	0		v.stative	trustpilot-325
+5	the	the	DET	O	0			trustpilot-325
+6	best	best	ADJ	O	0			trustpilot-325
+7	that	that	PRON	O	0			trustpilot-325
+8	I	i	PRON	O	0			trustpilot-325
+9	have	have	AUX	O	0			trustpilot-325
+10	ever	ever	ADV	O	0			trustpilot-325
+11	used	use	VERB	O	0		v.contact	trustpilot-325
+12	.	.	PUNCT	O	0			trustpilot-325
+
+1	In	in	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+2	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+3	last	last	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+4	decade	decade	NOUN	O	0		n.time	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+5	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+6	number	number	NOUN	O	0		n.quantity	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+7	of	of	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+8	patients	patient	NOUN	O	0		n.person	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+9	waiting	wait	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+10	for	for	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+11	a	a	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+12	transplant	transplant	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+13	has	have	AUX	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+14	doubled	double	VERB	O	0		v.change	ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+15	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+
+1	And	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+2	so	so	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+3	plants	plant	NOUN	O	0		n.plant	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+4	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+5	animals	animal	NOUN	O	0		n.animal	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+6	developed	develop	VERB	O	0		v.creation	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+7	their	their	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+8	own	own	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+9	internal	internal	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+10	clocks	clocks	NOUN	O	0		n.cognition	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+11	so	so	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+12	that	that	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+13	they	they	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+14	would	would	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+15	be	be	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+16	ready	ready	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+17	for	for	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+18	these	these	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+19	changes	change	NOUN	O	0		n.event	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+20	in	in	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+21	light	light	NOUN	O	0		n.phenomenon	ted.naist.002-JessaGamble_2010G.iwslt.957.3
+22	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.3
+
+1	RT	rt	X	O	0			tweebank.252
+2	@Sl0wb00gie	@USER	X	O	0			tweebank.252
+3	:	:	X	O	0			tweebank.252
+4	@ashleydene	@USER	X	O	0			tweebank.252
+5	lol	lol	INTJ	O	0			tweebank.252
+6	you	you	PRON	B	0			tweebank.252
+7	know	know	VERB	I	6			tweebank.252
+8	i	i	PRON	B	0			tweebank.252
+9	m	m	VERB	I	8			tweebank.252
+10	down	down	ADV	I	9			tweebank.252
+11	like	like	ADP	O	0			tweebank.252
+12	4	NUMBER	NUM	O	0			tweebank.252
+13	flats	flats	NOUN	O	0		n.artifact	tweebank.252
+14	on	on	ADP	O	0			tweebank.252
+15	a	a	DET	O	0			tweebank.252
+16	cadillac	cadillac	PROPN	O	0		n.artifact	tweebank.252
+17	...	...	PUNCT	O	0			tweebank.252
+18	lol	lol	INTJ	O	0			tweebank.252
+19	wut	wut	PRON	O	0			tweebank.252
+20	it	it	PRON	O	0			tweebank.252
+21	do	do	VERB	O	0		v.stative	tweebank.252
+22	??	??	PUNCT	O	0			tweebank.252
+23	||	||	X	O	0			tweebank.252
+24	Haha	haha	INTJ	O	0			tweebank.252
+25	!	!	PUNCT	O	0			tweebank.252
+26	love	love	VERB	O	0		v.emotion	tweebank.252
+27	it	it	PRON	O	0			tweebank.252
+
+1	O_O	EMOTICON	X	O	0			tweebank.193
+2	lucky	lucky	ADJ	B	0			tweebank.193
+3	you	you	PRON	I	2			tweebank.193
+4	...	...	PUNCT	O	0			tweebank.193
+5	.	.	PUNCT	O	0			tweebank.193
+6	llabd	llabd	X	O	0			tweebank.193
+7	wutup	wutup	INTJ	O	0			tweebank.193
+8	doe	doe	INTJ	O	0			tweebank.193
+9	?!	?!	PUNCT	O	0			tweebank.193
+10	Shine	shine	VERB	O	0			tweebank.193
+11	!	!	PUNCT	O	0			tweebank.193
+12	RT	rt	X	O	0			tweebank.193
+13	@Queen_Shine	@USER	X	O	0			tweebank.193
+14	:	:	X	O	0			tweebank.193
+15	@11wdNICK	@USER	X	O	0			tweebank.193
+16	*	*	PUNCT	O	0			tweebank.193
+17	yawns	yawn	VERB	O	0		v.body	tweebank.193
+18	*	*	PUNCT	O	0			tweebank.193
+19	Still	still	ADV	O	0			tweebank.193
+20	in	in	ADP	O	0			tweebank.193
+21	the	the	DET	O	0			tweebank.193
+22	bed	bed	NOUN	O	0		n.artifact	tweebank.193
+23	:)	EMOTICON	X	O	0			tweebank.193
+
+1	Daaammmnn	daaammmnn	INTJ	O	0			tweebank.127
+2	.	.	PUNCT	O	0			tweebank.127
+3	Florida	florida	PROPN	O	0		n.location	tweebank.127
+4	got	get	VERB	O	0		v.stative	tweebank.127
+5	too	too	ADV	O	0			tweebank.127
+6	many	many	ADJ	O	0			tweebank.127
+7	tolls	toll	NOUN	O	0		n.possession	tweebank.127
+8	..	..	PUNCT	O	0			tweebank.127
+9	Coach	coach	NOUN	O	0		n.artifact	tweebank.127
+10	comin	comin	VERB	O	0		v.motion	tweebank.127
+11	outta	outta	ADP	B	0		n.state	tweebank.127
+12	pocket	pocket	NOUN	I	11			tweebank.127
+13	every	every	DET	O	0			tweebank.127
+14	5	NUMBER	NUM	O	0			tweebank.127
+15	mins	min	NOUN	O	0		n.time	tweebank.127
+16	-__-	EMOTICON	X	O	0			tweebank.127
+
+1	But	but	CONJ	O	0			ted.iwslt.69.7
+2	what	what	PRON	O	0			ted.iwslt.69.7
+3	's	's	VERB	O	0		v.stative	ted.iwslt.69.7
+4	interesting	interesting	ADJ	O	0			ted.iwslt.69.7
+5	is	be	VERB	O	0		v.stative	ted.iwslt.69.7
+6	the	the	DET	O	0			ted.iwslt.69.7
+7	unique	unique	ADJ	O	0			ted.iwslt.69.7
+8	cadence	cadence	NOUN	O	0		n.attribute	ted.iwslt.69.7
+9	of	of	ADP	O	0			ted.iwslt.69.7
+10	the	the	DET	O	0			ted.iwslt.69.7
+11	song	song	NOUN	O	0		n.communication	ted.iwslt.69.7
+12	,	,	PUNCT	O	0			ted.iwslt.69.7
+13	the	the	DET	O	0			ted.iwslt.69.7
+14	rhythm	rhythm	NOUN	O	0		n.attribute	ted.iwslt.69.7
+15	of	of	ADP	O	0			ted.iwslt.69.7
+16	the	the	DET	O	0			ted.iwslt.69.7
+17	dance	dance	NOUN	O	0		n.act	ted.iwslt.69.7
+18	in	in	ADP	O	0			ted.iwslt.69.7
+19	every	every	DET	O	0			ted.iwslt.69.7
+20	culture	culture	NOUN	O	0		n.cognition	ted.iwslt.69.7
+21	.	.	PUNCT	O	0			ted.iwslt.69.7
+
+1	@MrsAlyBieber	@USER	X	O	0			tweebank.368
+2	If	if	SCONJ	O	0			tweebank.368
+3	u	u	PRON	O	0			tweebank.368
+4	want	want	VERB	O	0		v.emotion	tweebank.368
+5	some	some	DET	O	0			tweebank.368
+6	FUNNY	funny	ADJ	O	0			tweebank.368
+7	&	&	CONJ	O	0			tweebank.368
+8	TRUE	true	ADJ	O	0			tweebank.368
+9	quotes	quote	NOUN	O	0		n.communication	tweebank.368
+10	on	on	ADP	O	0			tweebank.368
+11	your	your	PRON	O	0			tweebank.368
+12	timeline	timeline	NOUN	O	0		n.communication	tweebank.368
+13	then	then	ADV	O	0			tweebank.368
+14	u	u	PRON	O	0			tweebank.368
+15	should	should	AUX	O	0			tweebank.368
+16	follow	follow	VERB	O	0		v.social	tweebank.368
+17	»	»	PUNCT	O	0			tweebank.368
+18	@AnilGujaraTi	@USER	X	O	0			tweebank.368
+19	«	«	PUNCT	O	0			tweebank.368
+20	He	he	PRON	O	0			tweebank.368
+21	'll	'll	AUX	O	0			tweebank.368
+22	have	have	VERB	O	0			tweebank.368
+23	u	u	PRON	O	0			tweebank.368
+24	laughing	laugh	VERB	O	0		v.emotion	tweebank.368
+25	all	all	DET	B	0			tweebank.368
+26	day	day	NOUN	I	25			tweebank.368
+27	!	!	PUNCT	O	0			tweebank.368
+
+1	When	when	ADV	O	0			trustpilot-277
+2	introduced	introduce	VERB	O	0		v.communication	trustpilot-277
+3	to	to	PART	O	0			trustpilot-277
+4	the	the	DET	O	0			trustpilot-277
+5	BT	bt	PROPN	B	0		n.group	trustpilot-277
+6	service	service	NOUN	I	5			trustpilot-277
+7	,	,	PUNCT	O	0			trustpilot-277
+8	by	by	ADP	O	0			trustpilot-277
+9	purchasing	purchasing	NOUN	O	0			trustpilot-277
+10	BTVision	btvision	PROPN	B	0		n.artifact	trustpilot-277
+11	package	package	NOUN	I	10			trustpilot-277
+12	,	,	PUNCT	O	0			trustpilot-277
+13	I	i	PRON	O	0			trustpilot-277
+14	thought	think	VERB	O	0		v.cognition	trustpilot-277
+15	it	it	PRON	O	0			trustpilot-277
+16	would	would	VERB	O	0			trustpilot-277
+17	be	be	VERB	O	0		v.stative	trustpilot-277
+18	like	like	ADP	O	0			trustpilot-277
+19	all	all	DET	O	0			trustpilot-277
+20	the	the	DET	O	0			trustpilot-277
+21	rest	rest	NOUN	O	0		n.relation	trustpilot-277
+22	...!!!	...!!!	PUNCT	O	0			trustpilot-277
+
+1	Havin	havin	VERB	O	0		v.stative	tweebank.31
+2	fun	fun	NOUN	O	0		n.act	tweebank.31
+3	at	at	ADP	O	0			tweebank.31
+4	cade	cade	PROPN	B	0		n.person	tweebank.31
+5	ferguson	ferguson	PROPN	I	4			tweebank.31
+6	s	s	PART	I	5			tweebank.31
+7	house	house	NOUN	O	0		n.artifact	tweebank.31
+
+1	@DAPtheGreat	@USER	X	O	0			tweebank.313
+2	THANK	thank	VERB	B	0		v.communication	tweebank.313
+3	YOU	you	PRON	I	2			tweebank.313
+4	!!!!	!!!!	PUNCT	O	0			tweebank.313
+
+1	Citylink	citylink	PROPN	O	0		n.group	trustpilot-302
+2	are	be	AUX	O	0			trustpilot-302
+3	believing	believe	VERB	O	0		v.cognition	trustpilot-302
+4	the	the	DET	O	0			trustpilot-302
+5	lies	lie	NOUN	O	0		n.communication	trustpilot-302
+6	of	of	ADP	O	0			trustpilot-302
+7	their	their	DET	O	0			trustpilot-302
+8	driver	driver	NOUN	O	0		n.person	trustpilot-302
+9	-	-	PUNCT	O	0			trustpilot-302
+10	even	even	ADV	O	0			trustpilot-302
+11	though	though	ADV	O	0			trustpilot-302
+12	the	the	DET	O	0			trustpilot-302
+13	signatures	signature	NOUN	O	0		n.communication	trustpilot-302
+14	don	don	AUX	O	0			trustpilot-302
+15	'	'	PART	O	0			trustpilot-302
+16	t	t	PART	O	0			trustpilot-302
+17	match	match	VERB	B	0		v.stative	trustpilot-302
+18	up	up	PART	I	17			trustpilot-302
+19	at	at	ADP	B	0			trustpilot-302
+20	all	all	NOUN	I	19			trustpilot-302
+21	and	and	CONJ	O	0			trustpilot-302
+22	Argos	argos	PROPN	O	0		n.group	trustpilot-302
+23	just	just	ADV	O	0			trustpilot-302
+24	can	can	AUX	O	0			trustpilot-302
+25	'	'	PART	O	0			trustpilot-302
+26	t	t	PART	O	0			trustpilot-302
+27	be	be	AUX	O	0			trustpilot-302
+28	bothered	bother	VERB	O	0		v.emotion	trustpilot-302
+29	to	to	PART	O	0			trustpilot-302
+30	handle	handle	VERB	O	0		v.cognition	trustpilot-302
+31	any	any	DET	O	0			trustpilot-302
+32	further	further	ADJ	O	0			trustpilot-302
+33	communication	communication	NOUN	O	0		n.communication	trustpilot-302
+34	-	-	PUNCT	O	0			trustpilot-302
+35	instead	instead	ADV	O	0			trustpilot-302
+36	fobbing	fob	VERB	B	0		v.change	trustpilot-302
+37	us	us	PRON	o	0			trustpilot-302
+38	off	off	PART	I	36			trustpilot-302
+39	to	to	ADP	O	0			trustpilot-302
+40	Paypal	paypal	PROPN	O	0		n.group	trustpilot-302
+41	because	because	CONJ	O	0			trustpilot-302
+42	they	they	PRON	O	0			trustpilot-302
+43	know	know	VERB	O	0		v.cognition	trustpilot-302
+44	full	full	ADV	O	0			trustpilot-302
+45	well	well	ADV	O	0			trustpilot-302
+46	they	they	PRON	O	0			trustpilot-302
+47	'	'	PART	O	0			trustpilot-302
+48	re	re	VERB	O	0			trustpilot-302
+49	covered	cover	VERB	O	0		v.stative	trustpilot-302
+50	because	because	ADP	O	0			trustpilot-302
+51	of	of	ADP	O	0			trustpilot-302
+52	that	that	DET	O	0			trustpilot-302
+53	dodgy	dodgy	ADJ	O	0			trustpilot-302
+54	signature	signature	NOUN	O	0		n.communication	trustpilot-302
+55	.	.	PUNCT	O	0			trustpilot-302
+
+1	RT	rt	X	O	0			tweebank.401
+2	@jdbieber_ftw	@USER	X	O	0			tweebank.401
+3	:	:	X	O	0			tweebank.401
+4	he	he	PRON	O	0			tweebank.401
+5	looks	look	VERB	O	0		v.perception	tweebank.401
+6	so	so	ADV	O	0			tweebank.401
+7	crushed	crushed	ADJ	O	0			tweebank.401
+8	lmao	lmao	INTJ	O	0			tweebank.401
+9	http://t.co/4BwoGzfk	URL	X	O	0			tweebank.401
+
+1	They	they	PRON	O	0			trustpilot-310
+2	even	even	ADV	O	0			trustpilot-310
+3	emptied	empty	VERB	O	0		v.change	trustpilot-310
+4	the	the	DET	O	0			trustpilot-310
+5	heat	heat	NOUN	B	0		n.artifact	trustpilot-310
+6	sink	sink	NOUN	I	5			trustpilot-310
+7	and	and	CONJ	O	0			trustpilot-310
+8	cleaned	clean	VERB	O	0		v.contact	trustpilot-310
+9	the	the	DET	O	0			trustpilot-310
+10	fans	fan	NOUN	O	0		n.artifact	trustpilot-310
+11	free	free	ADJ	B	0			trustpilot-310
+12	of	of	ADP	I	11			trustpilot-310
+13	charge	charge	NOUN	I	12			trustpilot-310
+14	,	,	PUNCT	O	0			trustpilot-310
+15	so	so	CONJ	O	0			trustpilot-310
+16	my	my	DET	O	0			trustpilot-310
+17	laptop	laptop	NOUN	O	0		n.artifact	trustpilot-310
+18	'	'	PART	O	0			trustpilot-310
+19	s	s	VERB	O	0			trustpilot-310
+20	running	run	VERB	O	0		v.motion	trustpilot-310
+21	extra	extra	ADV	O	0			trustpilot-310
+22	smoothly	smoothly	ADV	O	0			trustpilot-310
+23	now	now	ADV	O	0			trustpilot-310
+24	.	.	PUNCT	O	0			trustpilot-310
+
+1	Forrest	forrest	PROPN	B	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.1
+2	North	north	PROPN	I	1			ted.naist.004-YvesBehar_2009.iwslt.552.1
+3	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+4	The	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+5	beginning	beginning	NOUN	O	0		n.event	ted.naist.004-YvesBehar_2009.iwslt.552.1
+6	of	of	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+7	any	any	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+8	collaboration	collaboration	NOUN	O	0		n.act	ted.naist.004-YvesBehar_2009.iwslt.552.1
+9	starts	start	VERB	O	0		v.change	ted.naist.004-YvesBehar_2009.iwslt.552.1
+10	with	with	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+11	a	a	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+12	conversation	conversation	NOUN	O	0		n.communication	ted.naist.004-YvesBehar_2009.iwslt.552.1
+13	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.1
+
+1	[	[	PUNCT	O	0			tweebank.374
+2	POST	post	NOUN	O	0			tweebank.374
+3	]	]	PUNCT	O	0			tweebank.374
+4	Spammy	spammy	PROPN	O	0		n.person	tweebank.374
+5	’s	’s	PART	O	0			tweebank.374
+6	12	NUMBER	NUM	O	0			tweebank.374
+7	Days	days	NOUN	O	0		n.time	tweebank.374
+8	of	of	ADP	O	0			tweebank.374
+9	Xmas	xmas	PROPN	O	0		n.event	tweebank.374
+10	:	:	PUNCT	O	0			tweebank.374
+11	Day	day	NOUN	O	0		n.event	tweebank.374
+12	2	NUMBER	NUM	O	0			tweebank.374
+13	–	–	PUNCT	O	0			tweebank.374
+14	Burning	burn	VERB	O	0		v.change	tweebank.374
+15	the	the	DET	O	0			tweebank.374
+16	Tool	tool	NOUN	B	0		n.artifact	tweebank.374
+17	Log	log	NOUN	I	16			tweebank.374
+18	http://t.co/PdNKL8qF	URL	X	O	0			tweebank.374
+
+1	Another	another	DET	O	0			tweebank.454
+2	glorious	glorious	ADJ	O	0			tweebank.454
+3	morning	morning	NOUN	O	0		n.time	tweebank.454
+4	that	that	SCONJ	O	0			tweebank.454
+5	Jesus	jesus	PROPN	O	0		n.person	tweebank.454
+6	blessed	bless	VERB	O	0		v.communication	tweebank.454
+7	us	us	PRON	O	0			tweebank.454
+8	with	with	ADP	O	0			tweebank.454
+9	.	.	PUNCT	O	0			tweebank.454
+
+1	June	june	PROPN	B	0		n.time	tweebank.418
+2	21	NUMBER	NUM	I	1			tweebank.418
+3	*	*	PUNCT	O	0			tweebank.418
+4	sigh	sigh	VERB	O	0		v.body	tweebank.418
+5	*	*	PUNCT	O	0			tweebank.418
+
+1	Acceptable	acceptable	ADJ	O	0			trustpilot-141
+2	experience	experience	NOUN	O	0		n.cognition	trustpilot-141
+3	,	,	PUNCT	O	0			trustpilot-141
+4	but	but	CONJ	O	0			trustpilot-141
+5	not	not	ADV	O	0			trustpilot-141
+6	desired	desired	ADJ	O	0			trustpilot-141
+7	quality	quality	NOUN	O	0		n.attribute	trustpilot-141
+8	....	....	PUNCT	O	0			trustpilot-141
+
+1	No	no	DET	O	0			trustpilot-181
+2	flowers	flower	NOUN	O	0		n.plant	trustpilot-181
+3	got	get	VERB	O	0			trustpilot-181
+4	delivered	deliver	VERB	O	0		v.motion	trustpilot-181
+5	and	and	CONJ	O	0			trustpilot-181
+6	now	now	ADV	O	0			trustpilot-181
+7	I	i	PRON	O	0			trustpilot-181
+8	have	have	AUX	O	0			trustpilot-181
+9	to	to	PART	O	0			trustpilot-181
+10	wait	wait	VERB	O	0		v.stative	trustpilot-181
+11	for	for	ADP	O	0			trustpilot-181
+12	a	a	DET	O	0			trustpilot-181
+13	investigation	investigation	NOUN	O	0		n.act	trustpilot-181
+14	into	into	ADP	O	0			trustpilot-181
+15	what	what	PRON	O	0			trustpilot-181
+16	happened	happen	VERB	O	0		v.stative	trustpilot-181
+17	,	,	PUNCT	O	0			trustpilot-181
+18	that	that	PRON	O	0			trustpilot-181
+19	was	be	VERB	O	0		v.stative	trustpilot-181
+20	the	the	DET	O	0			trustpilot-181
+21	most	most	ADJ	O	0			trustpilot-181
+22	important	important	ADJ	O	0			trustpilot-181
+23	day	day	NOUN	O	0		n.event	trustpilot-181
+24	of	of	ADP	O	0			trustpilot-181
+25	the	the	DET	O	0			trustpilot-181
+26	year	year	NOUN	O	0		n.time	trustpilot-181
+27	ruined	ruin	VERB	O	0		v.emotion	trustpilot-181
+28	.	.	PUNCT	O	0			trustpilot-181
+
+1	i	i	PRON	O	0			tweebank.142
+2	just	just	ADV	O	0			tweebank.142
+3	orgasmed	orgasmed	VERB	O	0		v.body	tweebank.142
+4	over	over	ADP	O	0			tweebank.142
+5	this	this	PRON	O	0			tweebank.142
+6	http://dreamofgaga.com/2011/01/20/born-this-way-remix-made-by-lady-gaga-herself-is-out/	URL	X	O	0			tweebank.142
+
+1	RT	rt	X	O	0			tweebank.494
+2	@glynnaustinn	@USER	X	O	0			tweebank.494
+3	:	:	X	O	0			tweebank.494
+4	RT	rt	X	O	0			tweebank.494
+5	@koloradolane	@USER	X	O	0			tweebank.494
+6	:	:	X	O	0			tweebank.494
+7	#random	#random	X	O	0			tweebank.494
+8	ii	ii	PRON	O	0			tweebank.494
+9	love	love	VERB	O	0		v.emotion	tweebank.494
+10	how	how	ADV	O	0			tweebank.494
+11	this	this	DET	O	0			tweebank.494
+12	nigga	nigga	NOUN	O	0		n.person	tweebank.494
+13	@glynnaustinn	@USER	X	O	0			tweebank.494
+14	kome	kome	VERB	O	0		v.stative	tweebank.494
+15	in	in	ADP	O	0			tweebank.494
+16	with	with	SCONJ	O	0			tweebank.494
+17	the	the	DET	O	0			tweebank.494
+18	singing	sing	VERB	O	0		v.creation	tweebank.494
+19	on	on	ADP	O	0			tweebank.494
+20	#HawthorneNigga	#hawthornenigga	X	O	0			tweebank.494
+21	#noelton	#noelton	X	O	0			tweebank.494
+22	-	-	PUNCT	O	0			tweebank.494
+23	...	...	X	O	0			tweebank.494
+
+1	And	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+2	in	in	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+3	doing	do	VERB	O	0		v.communication	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+4	that	that	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+5	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+6	I	i	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+7	want	want	VERB	O	0		v.emotion	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+8	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+9	offer	offer	VERB	O	0		v.communication	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+10	you	you	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+11	a	a	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+12	vision	vision	NOUN	O	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+13	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+14	an	an	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+15	imagined	imagine	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+16	future	future	NOUN	O	0		n.state	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+17	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+18	if	if	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+19	you	you	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+20	will	will	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+21	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+22	of	of	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+23	how	how	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+24	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+25	as	as	SCONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+26	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+27	poet	poet	NOUN	O	0		n.person	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+28	Seamus	seamus	PROPN	B	0		n.person	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+29	Heaney	heaney	PROPN	I	28			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+30	has	have	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+31	put	put	VERB	O	0		v.communication	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+32	it	it	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+33	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+34	``	``	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+35	Once	once	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+36	in	in	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+37	a	a	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+38	lifetime	lifetime	NOUN	O	0		n.event	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+39	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+40	longed-for	longed-for	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+41	tidal	tidal	ADJ	B	0		n.process	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+42	wave	wave	NOUN	I	41			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+43	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+44	justice	justice	NOUN	O	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+45	can	can	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+46	rise	rise	VERB	B	0		v.motion	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+47	up	up	ADV	I	46			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+48	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+49	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+50	hope	hope	NOUN	O	0		n.feeling	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+51	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+52	history	history	NOUN	O	0		n.time	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+53	rhyme	rhyme	VERB	O	0		v.creation	ted.naist.005-KatherineFulton_2007.iwslt.585.2
+54	''	''	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+55	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.2
+
+1	ther	ther	PRON	O	0			tweebank.177
+2	s	s	VERB	O	0		v.stative	tweebank.177
+3	still	still	ADV	O	0			tweebank.177
+4	like	like	ADJ	O	0			tweebank.177
+5	1	NUMBER	NUM	O	0			tweebank.177
+6	1/2	NUMBER	NUM	O	0			tweebank.177
+7	hours	hours	NOUN	O	0		n.time	tweebank.177
+8	till	till	ADP	O	0			tweebank.177
+9	Bieb	bieb	PROPN	O	0		n.person	tweebank.177
+10	s	s	PART	O	0			tweebank.177
+11	bday	bday	NOUN	O	0		n.event	tweebank.177
+12	here	here	ADV	O	0			tweebank.177
+13	:P	EMOTICON	X	O	0			tweebank.177
+
+1	Yeah	yeah	INTJ	O	0			tweebank.408
+2	you	you	PRON	O	0			tweebank.408
+3	love	love	VERB	O	0		v.emotion	tweebank.408
+4	him	him	PRON	O	0			tweebank.408
+5	,	,	PUNCT	O	0			tweebank.408
+6	but	but	CONJ	O	0			tweebank.408
+7	just	just	ADV	O	0			tweebank.408
+8	stop	stop	VERB	O	0		v.change	tweebank.408
+9	.	.	PUNCT	O	0			tweebank.408
+
+1	RT	rt	X	O	0			tweebank.337
+2	@HarryAndNiall1D	@USER	X	O	0			tweebank.337
+3	:	:	X	O	0			tweebank.337
+4	Sami	sami	PROPN	B	0		n.person	tweebank.337
+5	Brookes	brookes	PROPN	I	4			tweebank.337
+6	Glamour	glamour	NOUN	B	0		n.artifact	tweebank.337
+7	Shot	shot	NOUN	I	6			tweebank.337
+8	!	!	PUNCT	O	0			tweebank.337
+9	http://t.co/MW4wCNZx	URL	X	O	0			tweebank.337
+
+1	@iiTs_Keyzlaa	@USER	X	O	0			tweebank.497
+2	nah	nah	INTJ	O	0			tweebank.497
+3	u	u	PRON	O	0			tweebank.497
+4	really	really	ADV	O	0			tweebank.497
+5	do	do	VERB	O	0		v.social	tweebank.497
+6	though	though	ADV	O	0			tweebank.497
+7	.	.	PUNCT	O	0			tweebank.497
+8	U	u	PRON	O	0			tweebank.497
+9	r	r	VERB	O	0		v.stative	tweebank.497
+10	like	like	ADV	O	0			tweebank.497
+11	on	on	ADP	O	0			tweebank.497
+12	your	your	PRON	O	0			tweebank.497
+13	6	NUMBER	NUM	O	0			tweebank.497
+14	pic	pic	NOUN	O	0		n.communication	tweebank.497
+15	http://myloc.me/dxNyx	URL	X	O	0			tweebank.497
+
+1	And	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+2	my	my	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+3	dad	dad	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+4	is	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+5	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+6	most	most	ADV	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+7	voracious	voracious	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+8	reader	reader	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+9	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+10	know	know	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+11	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+
+1	@BestRollerAlive	@USER	X	O	0			tweebank.240
+2	I	i	PRON	O	0			tweebank.240
+3	'm	'm	AUX	O	0			tweebank.240
+4	scoopin	scoopin	VERB	O	0		v.social	tweebank.240
+5	Jo	jo	PROPN	O	0		n.person	tweebank.240
+6	right	right	ADV	O	0			tweebank.240
+7	now	now	ADV	O	0			tweebank.240
+
+1	The	the	DET	O	0			trustpilot-16
+2	mousemats	mousemats	NOUN	O	0		n.artifact	trustpilot-16
+3	were	be	VERB	O	0		v.stative	trustpilot-16
+4	very	very	ADV	O	0			trustpilot-16
+5	good	good	ADJ	O	0			trustpilot-16
+6	and	and	CONJ	O	0			trustpilot-16
+7	I	i	PRON	O	0			trustpilot-16
+8	was	be	VERB	O	0			trustpilot-16
+9	delighted	delight	VERB	O	0		v.emotion	trustpilot-16
+10	with	with	ADP	O	0			trustpilot-16
+11	them	them	PRON	O	0			trustpilot-16
+12	.	.	PUNCT	O	0			trustpilot-16
+
+1	However	however	ADV	O	0			trustpilot-230
+2	,	,	PUNCT	O	0			trustpilot-230
+3	speaking	speak	VERB	O	0		v.communication	trustpilot-230
+4	online	online	ADV	O	0			trustpilot-230
+5	with	with	ADP	O	0			trustpilot-230
+6	a	a	DET	O	0			trustpilot-230
+7	consultant	consultant	NOUN	O	0		n.person	trustpilot-230
+8	from	from	ADP	O	0			trustpilot-230
+9	DigitalRev	digitalrev	PROPN	O	0		n.group	trustpilot-230
+10	put	put	VERB	B	0		v.cognition	trustpilot-230
+11	me	me	PRON	o	0			trustpilot-230
+12	right	right	ADV	I	10			trustpilot-230
+13	as	as	ADP	O	0			trustpilot-230
+14	to	to	ADP	O	0			trustpilot-230
+15	what	what	PRON	O	0			trustpilot-230
+16	to	to	PART	O	0			trustpilot-230
+17	do	do	VERB	O	0		v.change	trustpilot-230
+18	.	.	PUNCT	O	0			trustpilot-230
+
+1	Got	get	VERB	O	0		v.change	trustpilot-204
+2	a	a	DET	O	0			trustpilot-204
+3	guaranteed	guaranteed	ADJ	O	0			trustpilot-204
+4	booking	booking	NOUN	O	0		n.communication	trustpilot-204
+5	confirmed	confirm	VERB	O	0		v.cognition	trustpilot-204
+6	within	within	ADP	O	0			trustpilot-204
+7	seconds	second	NOUN	O	0		n.time	trustpilot-204
+8	to	to	ADP	O	0			trustpilot-204
+9	my	my	PRON	O	0			trustpilot-204
+10	in	in	NOUN	B	0		n.artifact	trustpilot-204
+11	box	box	NOUN	I	10			trustpilot-204
+12	and	and	CONJ	O	0			trustpilot-204
+13	printed	print	VERB	O	0		v.creation	trustpilot-204
+14	receipt	receipt	NOUN	O	0		n.communication	trustpilot-204
+15	.	.	PUNCT	O	0			trustpilot-204
+
+1	I	i	PRON	O	0			tweebank.334
+2	uploaded	upload	VERB	O	0		v.change	tweebank.334
+3	a	a	DET	O	0			tweebank.334
+4	@YouTube	@USER	X	B	0		n.communication	tweebank.334
+5	video	video	NOUN	I	4			tweebank.334
+6	http://t.co/DMqaU4vJ	URL	X	O	0			tweebank.334
+7	paris	paris	PROPN	O	0		n.location	tweebank.334
+8	.	.	PUNCT	O	0			tweebank.334
+9	flv	flv	NOUN	O	0			tweebank.334
+
+1	#thingsyouwishyoucouldsaybutcant	#thingsyouwishyoucouldsaybutcant	X	O	0			tweebank.423
+2	stop	stop	VERB	O	0		v.change	tweebank.423
+3	praying	pray	VERB	O	0		v.communication	tweebank.423
+4	to	to	ADP	O	0			tweebank.423
+5	GOD	god	PROPN	O	0		n.person	tweebank.423
+6	like	like	ADP	O	0			tweebank.423
+7	a	a	DET	O	0			tweebank.423
+8	genie	genie	NOUN	O	0		n.person	tweebank.423
+9	he	he	PRON	O	0			tweebank.423
+10	do	do	AUX	O	0			tweebank.423
+11	n't	n't	PART	O	0			tweebank.423
+12	give	give	VERB	O	0		v.possession	tweebank.423
+13	u	u	PRON	O	0			tweebank.423
+14	what	what	PRON	O	0			tweebank.423
+15	u	u	PRON	O	0			tweebank.423
+16	want	want	VERB	O	0		v.emotion	tweebank.423
+17	he	he	PRON	O	0			tweebank.423
+18	gives	give	VERB	O	0		v.possession	tweebank.423
+19	u	u	PRON	O	0			tweebank.423
+20	what	what	PRON	O	0			tweebank.423
+21	you	you	PRON	O	0			tweebank.423
+22	need	need	VERB	O	0		v.stative	tweebank.423
+23	#iApproveThisMessage	#iapprovethismessage	X	O	0			tweebank.423
+
+1	@ZachVall	@USER	X	O	0			tweebank.14
+2	@daniellecroce	@USER	X	O	0			tweebank.14
+3	nah	nah	INTJ	O	0			tweebank.14
+4	we	we	PRON	O	0			tweebank.14
+5	thought	think	VERB	B	0		v.cognition	tweebank.14
+6	of	of	ADP	I	5			tweebank.14
+7	it	it	PRON	O	0			tweebank.14
+8	a	a	DET	O	0			tweebank.14
+9	few	few	ADJ	O	0			tweebank.14
+10	days	days	NOUN	O	0		n.time	tweebank.14
+11	ago	ago	ADV	O	0			tweebank.14
+
+1	I	i	PRON	O	0			trustpilot-218
+2	'	'	PART	O	0			trustpilot-218
+3	ve	ve	VERB	B	0			trustpilot-218
+4	been	be	AUX	I	3			trustpilot-218
+5	buying	buy	VERB	O	0		v.possession	trustpilot-218
+6	from	from	ADP	O	0			trustpilot-218
+7	Simply	simply	PROPN	B	0		n.group	trustpilot-218
+8	Supplements	supplement	NOUN	I	7			trustpilot-218
+9	for	for	ADP	O	0			trustpilot-218
+10	quite	quite	ADV	O	0			trustpilot-218
+11	a	a	DET	O	0			trustpilot-218
+12	while	while	NOUN	O	0		n.time	trustpilot-218
+13	now	now	ADV	O	0			trustpilot-218
+14	and	and	CONJ	O	0			trustpilot-218
+15	I	i	PRON	O	0			trustpilot-218
+16	am	be	VERB	O	0		v.stative	trustpilot-218
+17	very	very	ADV	O	0			trustpilot-218
+18	happy	happy	ADJ	O	0			trustpilot-218
+19	with	with	ADP	O	0			trustpilot-218
+20	them	them	PRON	O	0			trustpilot-218
+21	and	and	CONJ	O	0			trustpilot-218
+22	will	will	AUX	O	0			trustpilot-218
+23	continue	continue	VERB	O	0		v.stative	trustpilot-218
+24	to	to	PART	O	0			trustpilot-218
+25	use	use	VERB	O	0		v.stative	trustpilot-218
+26	them	them	PRON	O	0			trustpilot-218
+27	.	.	PUNCT	O	0			trustpilot-218
+
+1	So	so	ADV	O	0			ted.iwslt.1371.9
+2	how	how	ADV	O	0			ted.iwslt.1371.9
+3	does	do	AUX	O	0			ted.iwslt.1371.9
+4	it	it	PRON	O	0			ted.iwslt.1371.9
+5	happen	happen	VERB	O	0		v.change	ted.iwslt.1371.9
+6	?	?	PUNCT	O	0			ted.iwslt.1371.9
+
+1	Where	where	PRON	O	0			tweebank.154
+2	's	's	VERB	O	0		v.stative	tweebank.154
+3	this	this	DET	O	0			tweebank.154
+4	#SnowTO	#snowto	PROPN	O	0		n.natural_object	tweebank.154
+5	at	at	ADP	O	0			tweebank.154
+6	?	?	PUNCT	O	0			tweebank.154
+7	Let	let	VERB	O	0			tweebank.154
+8	's	's	PRON	O	0			tweebank.154
+9	see	see	VERB	O	0		v.perception	tweebank.154
+10	what	what	PRON	O	0			tweebank.154
+11	you	you	PRON	O	0			tweebank.154
+12	've	've	AUX	O	0			tweebank.154
+13	got	get	VERB	O	0		v.stative	tweebank.154
+14	#Toronto	#toronto	PROPN	O	0		n.location	tweebank.154
+
+1	FN	fn	PROPN	O	0		n.person	ted.naist.004-YvesBehar_2009.iwslt.552.5
+2	:	:	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+3	I	i	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+4	always	always	ADV	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+5	had	have	VERB	O	0		v.stative	ted.naist.004-YvesBehar_2009.iwslt.552.5
+6	a	a	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+7	passion	passion	NOUN	O	0		n.feeling	ted.naist.004-YvesBehar_2009.iwslt.552.5
+8	for	for	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+9	alternative	alternative	ADJ	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+10	vehicles	vehicle	NOUN	O	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.5
+11	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.5
+
+1	Uni	uni	PROPN	B	0		n.group	trustpilot-220
+2	baggage	baggage	NOUN	I	1			trustpilot-220
+3	is	be	VERB	O	0		v.stative	trustpilot-220
+4	a	a	DET	O	0			trustpilot-220
+5	fantastic	fantastic	ADJ	O	0			trustpilot-220
+6	way	way	NOUN	O	0		n.attribute	trustpilot-220
+7	to	to	PART	O	0			trustpilot-220
+8	send	send	VERB	O	0		v.motion	trustpilot-220
+9	stuff	stuff	NOUN	O	0		n.artifact	trustpilot-220
+10	to	to	ADP	O	0			trustpilot-220
+11	students	student	NOUN	O	0		n.person	trustpilot-220
+12	at	at	ADP	O	0			trustpilot-220
+13	university	university	NOUN	O	0		n.location	trustpilot-220
+14	.	.	PUNCT	O	0			trustpilot-220
+
+1	My	my	PRON	O	0			tweebank.377
+2	hustle	hustle	NOUN	O	0		n.act	tweebank.377
+3	is	be	VERB	O	0		v.stative	tweebank.377
+4	perpetual	perpetual	ADJ	O	0			tweebank.377
+5	that	that	PRON	O	0			tweebank.377
+6	means	mean	VERB	O	0		v.cognition	tweebank.377
+7	it	it	PRON	O	0			tweebank.377
+8	never	never	ADV	O	0			tweebank.377
+9	stops	stop	VERB	O	0		v.motion	tweebank.377
+10	moving	move	VERB	O	0		v.motion	tweebank.377
+
+1	Do	do	AUX	O	0			tweebank.342
+2	nt	nt	PART	O	0			tweebank.342
+3	stress	stress	VERB	O	0		v.emotion	tweebank.342
+4	,	,	PUNCT	O	0			tweebank.342
+5	jus	jus	ADV	O	0			tweebank.342
+6	be	be	VERB	O	0		v.stative	tweebank.342
+7	happy	happy	ADJ	O	0			tweebank.342
+
+1	Irritating	irritating	ADJ	O	0			tweebank.323
+2	bunch	bunch	NOUN	O	0		n.group	tweebank.323
+3	of	of	ADP	O	0			tweebank.323
+4	china	china	ADJ	O	0			tweebank.323
+5	people	people	NOUN	O	0		n.person	tweebank.323
+6	on	on	ADP	O	0			tweebank.323
+7	the	the	DET	O	0			tweebank.323
+8	bus	bus	NOUN	O	0		n.artifact	tweebank.323
+9	.	.	PUNCT	O	0			tweebank.323
+10	-.-	EMOTICON	X	O	0			tweebank.323
+
+1	@JulzGStar	@USER	X	O	0			tweebank.197
+2	hey	hey	INTJ	O	0			tweebank.197
+3	yh	yh	INTJ	O	0			tweebank.197
+4	I	i	PRON	O	0			tweebank.197
+5	'm	'm	VERB	O	0		v.stative	tweebank.197
+6	in	in	ADP	O	0			tweebank.197
+7	bristol	bristol	PROPN	O	0		n.location	tweebank.197
+8	this	this	DET	B	0			tweebank.197
+9	saturday	saturday	PROPN	I	8			tweebank.197
+10	for	for	ADP	O	0			tweebank.197
+11	my	my	PRON	O	0			tweebank.197
+12	birthday	birthday	NOUN	O	0		n.event	tweebank.197
+13	,	,	PUNCT	O	0			tweebank.197
+14	is	be	AUX	O	0			tweebank.197
+15	der	der	PRON	O	0			tweebank.197
+16	nefin	nefin	NOUN	O	0			tweebank.197
+17	goin	goin	VERB	B	0		v.social	tweebank.197
+18	on	on	ADP	I	17			tweebank.197
+19	x	x	X	O	0			tweebank.197
+
+1	We	we	PRON	O	0			ted.iwslt.69.4
+2	're	're	VERB	O	0			ted.iwslt.69.4
+3	all	all	ADV	O	0			ted.iwslt.69.4
+4	born	bear	VERB	O	0		v.body	ted.iwslt.69.4
+5	.	.	PUNCT	O	0			ted.iwslt.69.4
+6	We	we	PRON	O	0			ted.iwslt.69.4
+7	all	all	DET	O	0			ted.iwslt.69.4
+8	bring	bring	VERB	B	0		v.social	ted.iwslt.69.4
+9	our	our	PRON	o	0			ted.iwslt.69.4
+10	children	child	NOUN	o	0		n.person	ted.iwslt.69.4
+11	into	into	ADP	I	8			ted.iwslt.69.4
+12	the	the	DET	O	0			ted.iwslt.69.4
+13	world	world	NOUN	O	0		n.natural_object	ted.iwslt.69.4
+14	.	.	PUNCT	O	0			ted.iwslt.69.4
+
+1	"	"	PUNCT	O	0			tweebank.290
+2	You	you	PRON	O	0			tweebank.290
+3	should	should	AUX	O	0			tweebank.290
+4	know	know	VERB	O	0		v.cognition	tweebank.290
+5	,	,	PUNCT	O	0			tweebank.290
+6	that	that	SCONJ	O	0			tweebank.290
+7	if	if	SCONJ	O	0			tweebank.290
+8	you	you	PRON	O	0			tweebank.290
+9	come	come	VERB	O	0		v.motion	tweebank.290
+10	any	any	ADV	O	0			tweebank.290
+11	closer	closer	ADV	O	0			tweebank.290
+12	..	..	PUNCT	O	0			tweebank.290
+13	I	i	PRON	O	0			tweebank.290
+14	wo	wo	AUX	O	0			tweebank.290
+15	n't	n't	PART	O	0			tweebank.290
+16	let	let	VERB	B	0		v.social	tweebank.290
+17	you	you	PRON	o	0			tweebank.290
+18	go	go	VERB	I	16			tweebank.290
+19	.	.	PUNCT	O	0			tweebank.290
+20	"	"	PUNCT	O	0			tweebank.290
+
+1	I	i	PRON	O	0			trustpilot-280
+2	have	have	AUX	O	0			trustpilot-280
+3	purchased	purchase	VERB	O	0		v.possession	trustpilot-280
+4	quite	quite	ADV	O	0			trustpilot-280
+5	a	a	DET	O	0			trustpilot-280
+6	few	few	ADJ	O	0			trustpilot-280
+7	packs	pack	NOUN	B	0		n.artifact	trustpilot-280
+8	of	of	ADP	I	7			trustpilot-280
+9	seeds	seed	NOUN	I	8			trustpilot-280
+10	from	from	ADP	B	0		n.event	trustpilot-280
+11	time	time	NOUN	I	10			trustpilot-280
+12	to	to	ADP	I	11			trustpilot-280
+13	time	time	NOUN	I	12			trustpilot-280
+14	and	and	CONJ	O	0			trustpilot-280
+15	must	must	AUX	O	0			trustpilot-280
+16	say	say	VERB	O	0		v.communication	trustpilot-280
+17	the	the	DET	O	0			trustpilot-280
+18	end	end	NOUN	B	0		n.artifact	trustpilot-280
+19	product	product	NOUN	I	18			trustpilot-280
+20	is	be	VERB	O	0		v.stative	trustpilot-280
+21	a	a	DET	O	0			trustpilot-280
+22	delight	delight	NOUN	O	0		n.feeling	trustpilot-280
+23	in	in	ADP	O	0			trustpilot-280
+24	any	any	DET	O	0			trustpilot-280
+25	garden	garden	NOUN	O	0		n.artifact	trustpilot-280
+26	or	or	CONJ	O	0			trustpilot-280
+27	pot	pot	NOUN	O	0		n.artifact	trustpilot-280
+28	.	.	PUNCT	O	0			trustpilot-280
+
+1	That	that	PRON	O	0			ted.iwslt.1176.7
+2	's	's	VERB	O	0		v.stative	ted.iwslt.1176.7
+3	a	a	DET	O	0			ted.iwslt.1176.7
+4	painting	painting	NOUN	O	0		n.artifact	ted.iwslt.1176.7
+5	of	of	ADP	O	0			ted.iwslt.1176.7
+6	a	a	DET	O	0			ted.iwslt.1176.7
+7	circle	circle	NOUN	O	0		n.shape	ted.iwslt.1176.7
+8	.	.	PUNCT	O	0			ted.iwslt.1176.7
+
+1	Be	be	VERB	O	0		v.stative	tweebank.204
+2	ready	ready	ADJ	O	0			tweebank.204
+3	for	for	ADP	O	0			tweebank.204
+4	anything	anything	NOUN	O	0			tweebank.204
+5	because	because	ADP	O	0			tweebank.204
+6	anything	anything	NOUN	O	0			tweebank.204
+7	goes	go	VERB	O	0		v.social	tweebank.204
+8	with	with	ADP	O	0			tweebank.204
+9	me	me	PRON	O	0			tweebank.204
+10	.	.	PUNCT	O	0			tweebank.204
+11	Check	check	VERB	B	0		v.cognition	tweebank.204
+12	out	out	ADP	I	11			tweebank.204
+13	http://minilien.fr/a0ku66	URL	X	O	0			tweebank.204
+14	#match	#match	X	O	0			tweebank.204
+15	#sex	#sex	X	O	0			tweebank.204
+16	#real	#real	X	O	0			tweebank.204
+
+1	It	it	PRON	O	0			tweebank.207
+2	's	's	AUX	O	0			tweebank.207
+3	raining	rain	VERB	O	0		v.weather	tweebank.207
+4	!!	!!	PUNCT	O	0			tweebank.207
+5			PUNCT	O	0			tweebank.207
+
+1	And	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.10
+2	their	their	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.10
+3	aspiration	aspiration	NOUN	O	0		n.feeling	ted.naist.007-HansRosling_2010S.iwslt.9121.10
+4	was	be	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.10
+5	to	to	PART	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.10
+6	buy	buy	VERB	O	0		v.possession	ted.naist.007-HansRosling_2010S.iwslt.9121.10
+7	a	a	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.10
+8	car	car	NOUN	O	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.10
+9	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.10
+
+1	Any	any	DET	O	0			tweebank.155
+2	haggis	haggis	NOUN	O	0		n.food	tweebank.155
+3	out	out	ADP	O	0			tweebank.155
+4	there	there	ADV	O	0			tweebank.155
+5	?	?	PUNCT	O	0			tweebank.155
+6	Do	do	AUX	O	0			tweebank.155
+7	n't	n't	PART	O	0			tweebank.155
+8	say	say	VERB	O	0		v.communication	tweebank.155
+9	that	that	PRON	O	0			tweebank.155
+10	!	!	PUNCT	O	0			tweebank.155
+11	What	what	PRON	O	0			tweebank.155
+12	?	?	PUNCT	O	0			tweebank.155
+13	The	the	DET	O	0			tweebank.155
+14	'	'	PUNCT	O	0			tweebank.155
+15	H	h	NOUN	O	0		n.communication	tweebank.155
+16	'	'	PUNCT	O	0			tweebank.155
+17	word	word	NOUN	O	0		n.communication	tweebank.155
+18	.	.	PUNCT	O	0			tweebank.155
+19	Do	do	AUX	O	0			tweebank.155
+20	n't	n't	PART	O	0			tweebank.155
+21	say	say	VERB	O	0		v.communication	tweebank.155
+22	it	it	PRON	O	0			tweebank.155
+23	!	!	PUNCT	O	0			tweebank.155
+24	All	all	DET	B	0			tweebank.155
+25	right	right	ADJ	I	24			tweebank.155
+26	...	...	PUNCT	O	0			tweebank.155
+27	are	be	VERB	O	0		v.stative	tweebank.155
+28	there	there	PRON	O	0			tweebank.155
+29	any	any	DET	O	0			tweebank.155
+30	out	out	ADP	O	0			tweebank.155
+31	there	there	ADV	O	0			tweebank.155
+32	though	though	ADV	O	0			tweebank.155
+33	?	?	PUNCT	O	0			tweebank.155
+
+1	Goodnight	goodnight	INTJ	O	0			tweebank.73
+
+1	We	we	PRON	O	0			trustpilot-319
+2	'	'	PART	O	0			trustpilot-319
+3	ve	ve	VERB	O	0			trustpilot-319
+4	asked	ask	VERB	O	0		v.communication	trustpilot-319
+5	if	if	CONJ	O	0			trustpilot-319
+6	they	they	PRON	O	0			trustpilot-319
+7	'	'	PART	O	0			trustpilot-319
+8	ll	ll	VERB	O	0			trustpilot-319
+9	change	change	VERB	O	0		v.change	trustpilot-319
+10	our	our	DET	O	0			trustpilot-319
+11	inbound	inbound	NOUN	B	0		n.act	trustpilot-319
+12	flight	flight	NOUN	I	11			trustpilot-319
+13	time	time	NOUN	I	12			trustpilot-319
+14	....	....	PUNCT	O	0			trustpilot-319
+
+1	Photoset	photoset	NOUN	O	0		n.artifact	tweebank.67
+2	:	:	PUNCT	O	0			tweebank.67
+3	http://t.co/ADWfZJvy	URL	X	O	0			tweebank.67
+
+1	@evalina_eva	@USER	X	O	0			tweebank.335
+2	RT	rt	X	O	0			tweebank.335
+3	@girlsdeals	@USER	X	O	0			tweebank.335
+4	:	:	X	O	0			tweebank.335
+5	One	NUMBER	NUM	O	0			tweebank.335
+6	day	day	NOUN	O	0		n.time	tweebank.335
+7	I	i	PRON	O	0			tweebank.335
+8	hope	hope	VERB	O	0		v.emotion	tweebank.335
+9	you	you	PRON	O	0			tweebank.335
+10	look	look	VERB	B	0		v.perception	tweebank.335
+11	back	back	ADV	I	10			tweebank.335
+12	at	at	ADP	O	0			tweebank.335
+13	what	what	PRON	O	0			tweebank.335
+14	we	we	PRON	O	0			tweebank.335
+15	had	have	VERB	O	0		v.stative	tweebank.335
+16	,	,	PUNCT	O	0			tweebank.335
+17	and	and	CONJ	O	0			tweebank.335
+18	regret	regret	VERB	O	0		v.emotion	tweebank.335
+19	every	every	DET	O	0			tweebank.335
+20	single	single	ADJ	O	0			tweebank.335
+21	thing	thing	NOUN	O	0		n.other	tweebank.335
+22	you	you	PRON	O	0			tweebank.335
+23	did	do	VERB	O	0		v.stative	tweebank.335
+24	to	to	PART	O	0			tweebank.335
+25	let	let	VERB	O	0		v.social	tweebank.335
+26	it	it	PRON	O	0			tweebank.335
+27	end	end	VERB	O	0		v.change	tweebank.335
+28	.	.	PUNCT	O	0			tweebank.335
+
+1	@modTINGsingh	@USER	X	O	0			tweebank.306
+2	can	can	AUX	O	0			tweebank.306
+3	we	we	PRON	O	0			tweebank.306
+4	go	go	VERB	O	0		v.motion	tweebank.306
+5	to	to	ADP	O	0			tweebank.306
+6	tim	tim	PROPN	O	0		n.person	tweebank.306
+7	s	s	PART	O	0			tweebank.306
+8	please	please	ADV	O	0			tweebank.306
+9	and	and	CONJ	O	0			tweebank.306
+10	tonkkss	tonkkss	VERB	O	0		v.social	tweebank.306
+
+1	It	it	PRON	O	0			tweebank.444
+2	weighs	weigh	VERB	O	0		v.stative	tweebank.444
+3	too	too	ADV	O	0			tweebank.444
+4	much	much	ADV	O	0			tweebank.444
+5	this	this	DET	B	0			tweebank.444
+6	time	time	NOUN	I	5			tweebank.444
+7	.	.	PUNCT	O	0			tweebank.444
+8	My	my	PRON	O	0			tweebank.444
+9	hands	hands	NOUN	O	0		n.body	tweebank.444
+10	are	be	AUX	O	0			tweebank.444
+11	broken	break	VERB	O	0		v.stative	tweebank.444
+12	.	.	PUNCT	O	0			tweebank.444
+13	She	she	PRON	O	0			tweebank.444
+14	'll	'll	AUX	O	0			tweebank.444
+15	disappear	disappear	VERB	O	0		v.change	tweebank.444
+16	this	this	DET	B	0			tweebank.444
+17	time	time	NOUN	I	16			tweebank.444
+18	.	.	PUNCT	O	0			tweebank.444
+
+1	I	i	PRON	O	0			trustpilot-308
+2	have	have	AUX	O	0			trustpilot-308
+3	not	not	ADV	O	0			trustpilot-308
+4	had	have	VERB	O	0		v.contact	trustpilot-308
+5	any	any	DET	O	0			trustpilot-308
+6	further	further	ADJ	O	0			trustpilot-308
+7	letters	letters	NOUN	O	0		n.communication	trustpilot-308
+8	but	but	CONJ	O	0			trustpilot-308
+9	hurrah	hurrah	X	O	0			trustpilot-308
+10	,	,	PUNCT	O	0			trustpilot-308
+11	they	they	PRON	O	0			trustpilot-308
+12	have	have	AUX	O	0			trustpilot-308
+13	stopped	stop	VERB	O	0		v.change	trustpilot-308
+14	calling	call	VERB	O	0		v.communication	trustpilot-308
+15	me	me	PRON	O	0			trustpilot-308
+16	!	!	PUNCT	O	0			trustpilot-308
+
+1	We	we	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+2	are	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+3	now	now	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+4	going	go	VERB	B	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+5	through	through	ADP	I	4			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+6	an	an	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+7	amazing	amazing	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+8	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+9	unprecedented	unprecedented	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+10	moment	moment	NOUN	O	0		n.event	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+11	where	where	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+12	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+13	power	power	NOUN	B	0		n.relation	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+14	dynamics	dynamics	NOUN	I	13			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+15	between	between	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+16	men	men	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+17	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+18	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+19	are	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+20	shifting	shift	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+21	very	very	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+22	rapidly	rapidly	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+23	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+24	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+25	in	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+26	many	many	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+27	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+28	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+29	places	place	NOUN	O	0		n.location	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+30	where	where	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+31	it	it	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+32	counts	count	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+33	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+34	most	most	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+35	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+36	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+37	are	be	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+38	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+39	in	in	ADP	B	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+40	fact	fact	NOUN	I	39			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+41	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+42	taking	take	VERB	B	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+43	control	control	NOUN	I	42			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+44	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+45	everything	everything	NOUN	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+46	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+
+1	I	i	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+2	'll	'll	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+3	give	give	VERB	O	0		v.communication	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+4	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+5	an	an	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+6	example	example	NOUN	O	0		n.cognition	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+7	--	--	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+8	if	if	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+9	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+10	take	take	VERB	O	0		v.contact	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+11	a	a	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+12	horseshoe	horseshoe	ADJ	B	0		n.animal	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+13	crab	crab	NOUN	I	12			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+14	off	off	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+15	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+16	beach	beach	NOUN	O	0		n.natural_object	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+17	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+18	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+19	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+20	fly	fly	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+21	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+22	all	all	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+23	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+24	way	way	NOUN	O	0		n.attribute	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+25	across	across	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+26	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+27	continent	continent	NOUN	O	0		n.natural_object	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+28	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+29	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+30	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+31	drop	drop	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+32	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+33	into	into	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+34	a	a	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+35	sloped	sloped	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+36	cage	cage	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+37	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+38	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+39	will	will	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+40	scramble	scramble	NOUN	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+41	up	up	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+42	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+43	floor	floor	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+44	of	of	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+45	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+46	cage	cage	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+47	as	as	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+48	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+49	tide	tide	NOUN	O	0		n.event	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+50	is	be	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+51	rising	rise	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+52	on	on	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+53	its	its	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+54	home	home	NOUN	B	0		n.location	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+55	shores	shore	NOUN	I	54			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+56	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+57	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+58	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+59	'll	'll	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+60	skitter	skitter	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+61	down	down	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+62	again	again	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+63	right	right	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+64	as	as	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+65	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+66	water	water	NOUN	O	0		n.substance	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+67	is	be	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+68	receding	recede	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+69	thousands	thousand	NOUN	O	0		n.quantity	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+70	of	of	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+71	miles	mile	NOUN	O	0		n.quantity	ted.naist.002-JessaGamble_2010G.iwslt.957.5
+72	away	away	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+73	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.5
+
+1	@GEDDYMUSIC	@USER	X	O	0			tweebank.471
+2	And	and	CONJ	O	0			tweebank.471
+3	Uh	uh	X	O	0			tweebank.471
+4	Next	next	ADJ	O	0			tweebank.471
+5	VIdeo	video	NOUN	B	0		n.act	tweebank.471
+6	Shoot	shoot	NOUN	I	5			tweebank.471
+7	in	in	ADP	O	0			tweebank.471
+8	The	the	DET	B	0		n.location	tweebank.471
+9	Hood	hood	NOUN	I	8			tweebank.471
+10	Holla	holla	VERB	O	0		v.communication	tweebank.471
+11	at	at	ADP	O	0			tweebank.471
+12	A	a	DET	O	0			tweebank.471
+13	Nigga	nigga	NOUN	O	0		n.person	tweebank.471
+14	Ju	ju	PRON	O	0			tweebank.471
+15	Heard	hear	VERB	O	0		v.perception	tweebank.471
+16	??	??	PUNCT	O	0			tweebank.471
+
+1	RT	rt	X	O	0			tweebank.101
+2	@FRIENDSHlP	@USER	X	O	0			tweebank.101
+3	:	:	X	O	0			tweebank.101
+4	Friendship	friendship	NOUN	O	0		n.state	tweebank.101
+5	is	be	VERB	O	0		v.stative	tweebank.101
+6	love	love	NOUN	O	0		n.feeling	tweebank.101
+7	without	without	SCONJ	O	0			tweebank.101
+8	kissing	kiss	VERB	O	0		v.contact	tweebank.101
+9	...	...	PUNCT	O	0			tweebank.101
+
+1	Lord	lord	PROPN	B	0		n.group	trustpilot-278
+2	Travel	travel	NOUN	I	1			trustpilot-278
+3	are	be	VERB	O	0		v.stative	trustpilot-278
+4	the	the	DET	O	0			trustpilot-278
+5	operators	operator	NOUN	O	0		n.act	trustpilot-278
+6	of	of	ADP	O	0			trustpilot-278
+7	the	the	DET	O	0			trustpilot-278
+8	service	service	NOUN	O	0		n.act	trustpilot-278
+9	and	and	CONJ	O	0			trustpilot-278
+10	are	be	VERB	O	0		v.stative	trustpilot-278
+11	a	a	DET	O	0			trustpilot-278
+12	complete	complete	ADJ	B	0		n.feeling	trustpilot-278
+13	shambles	shambles	NOUN	I	12			trustpilot-278
+14	!	!	PUNCT	O	0			trustpilot-278
+
+1	This	this	PRON	O	0			trustpilot-76
+2	is	be	VERB	O	0		v.stative	trustpilot-76
+3	just	just	ADV	O	0			trustpilot-76
+4	not	not	ADV	O	0			trustpilot-76
+5	good	good	ADJ	O	0			trustpilot-76
+6	enough	enough	ADV	O	0			trustpilot-76
+7	!	!	PUNCT	O	0			trustpilot-76
+
+1	Cut	cut	VERB	O	0		v.contact	tweebank.49
+2	my	my	PRON	O	0			tweebank.49
+3	hair	hair	NOUN	O	0		n.body	tweebank.49
+4	,	,	PUNCT	O	0			tweebank.49
+5	gag	gag	VERB	O	0		v.contact	tweebank.49
+6	and	and	CONJ	O	0			tweebank.49
+7	bore	bore	VERB	O	0		v.emotion	tweebank.49
+8	me	me	PRON	O	0			tweebank.49
+
+1	RT	rt	X	O	0			tweebank.300
+2	@Yueah_Bittie	@USER	X	O	0			tweebank.300
+3	:	:	X	O	0			tweebank.300
+4	You	you	PRON	O	0			tweebank.300
+5	aint	aint	VERB	O	0		v.stative	tweebank.300
+6	sh*t	sh*t	NOUN	O	0		n.attribute	tweebank.300
+7	.	.	PUNCT	O	0			tweebank.300
+
+1	Try	try	VERB	O	0		v.body	trustpilot-184
+2	the	the	DET	O	0			trustpilot-184
+3	memory	memory	NOUN	B	0		n.artifact	trustpilot-184
+4	foam	foam	NOUN	I	3			trustpilot-184
+5	pillows	pillow	NOUN	I	4			trustpilot-184
+6	!	!	PUNCT	O	0			trustpilot-184
+
+1	Was	be	AUX	O	0			trustpilot-227
+2	diagnosed	diagnose	VERB	O	0		v.cognition	trustpilot-227
+3	,	,	PUNCT	O	0			trustpilot-227
+4	by	by	ADP	O	0			trustpilot-227
+5	a	a	DET	O	0			trustpilot-227
+6	senior	senior	ADJ	O	0			trustpilot-227
+7	OE	oe	PROPN	B	0		n.person	trustpilot-227
+8	surgeon	surgeon	NOUN	I	7			trustpilot-227
+9	,	,	PUNCT	O	0			trustpilot-227
+10	as	as	ADP	O	0			trustpilot-227
+11	having	have	VERB	O	0		v.stative	trustpilot-227
+12	a	a	DET	O	0			trustpilot-227
+13	painful	painful	ADJ	O	0			trustpilot-227
+14	and	and	CONJ	O	0			trustpilot-227
+15	frightening	frightening	ADJ	O	0			trustpilot-227
+16	eye	eye	NOUN	B	0		n.body	trustpilot-227
+17	condition	condition	NOUN	I	16			trustpilot-227
+18	requiring	require	VERB	O	0		v.stative	trustpilot-227
+19	treatment	treatment	NOUN	O	0		n.act	trustpilot-227
+20	.	.	PUNCT	O	0			trustpilot-227
+
+1	If	if	CONJ	O	0			trustpilot-163
+2	you	you	PRON	O	0			trustpilot-163
+3	are	be	AUX	O	0			trustpilot-163
+4	given	give	VERB	O	0		v.change	trustpilot-163
+5	the	the	DET	O	0			trustpilot-163
+6	chance	chance	NOUN	O	0		n.state	trustpilot-163
+7	to	to	PART	O	0			trustpilot-163
+8	wait	wait	VERB	O	0		v.stative	trustpilot-163
+9	you	you	PRON	O	0			trustpilot-163
+10	will	will	AUX	O	0			trustpilot-163
+11	get	get	VERB	O	0		v.change	trustpilot-163
+12	cut	cut	VERB	B	0		v.change	trustpilot-163
+13	off	off	PART	I	12			trustpilot-163
+14	00	00	NUM	O	0			trustpilot-163
+15	-	-	PUNCT	O	0			trustpilot-163
+16	00	00	NUM	O	0			trustpilot-163
+17	minutes	minutes	NOUN	O	0		n.time	trustpilot-163
+18	into	into	ADP	O	0			trustpilot-163
+19	the	the	DET	O	0			trustpilot-163
+20	wait	wait	NOUN	O	0		n.time	trustpilot-163
+21	,	,	PUNCT	O	0			trustpilot-163
+22	or	or	CONJ	O	0			trustpilot-163
+23	you	you	PRON	O	0			trustpilot-163
+24	receive	receive	VERB	O	0		v.change	trustpilot-163
+25	another	another	DET	O	0			trustpilot-163
+26	automated	automated	ADJ	O	0			trustpilot-163
+27	message	message	NOUN	O	0		n.communication	trustpilot-163
+28	saying	say	VERB	O	0		v.communication	trustpilot-163
+29	please	please	X	O	0			trustpilot-163
+30	try	try	VERB	O	0		v.change	trustpilot-163
+31	later	later	ADV	O	0			trustpilot-163
+32	or	or	CONJ	O	0			trustpilot-163
+33	contact	contact	VERB	O	0		v.communication	trustpilot-163
+34	us	us	PRON	O	0			trustpilot-163
+35	by	by	ADP	O	0			trustpilot-163
+36	email	email	NOUN	O	0		n.communication	trustpilot-163
+37	,	,	PUNCT	O	0			trustpilot-163
+38	then	then	ADV	O	0			trustpilot-163
+39	you	you	PRON	O	0			trustpilot-163
+40	are	be	AUX	O	0			trustpilot-163
+41	cut	cut	VERB	B	0		v.change	trustpilot-163
+42	off	off	PART	I	41			trustpilot-163
+43	again	again	ADV	O	0			trustpilot-163
+44	.	.	PUNCT	O	0			trustpilot-163
+
+1	I	i	PRON	O	0			tweebank.359
+2	swear	swear	VERB	O	0		v.communication	tweebank.359
+3	lately	lately	ADV	O	0			tweebank.359
+4	i	i	PRON	O	0			tweebank.359
+5	ve	ve	AUX	O	0			tweebank.359
+6	been	be	AUX	O	0			tweebank.359
+7	making	make	VERB	O	0		v.cognition	tweebank.359
+8	the	the	DET	O	0			tweebank.359
+9	wrong	wrong	ADJ	O	0			tweebank.359
+10	choices	choice	NOUN	O	0		n.cognition	tweebank.359
+
+1	How	how	ADV	O	0			tweebank.32
+2	?	?	PUNCT	O	0			tweebank.32
+3	RT	rt	X	O	0			tweebank.32
+4	@IRoc_Nikes08	@USER	X	O	0			tweebank.32
+5	:	:	X	O	0			tweebank.32
+6	@_ExPLICITbarbie	@USER	X	O	0			tweebank.32
+7	lol	lol	INTJ	O	0			tweebank.32
+8	dat	dat	PRON	O	0			tweebank.32
+9	s	s	VERB	O	0		v.stative	tweebank.32
+10	so	so	ADV	O	0			tweebank.32
+11	ugly	ugly	ADJ	O	0			tweebank.32
+
+1	I	i	PRON	O	0			tweebank.271
+2	think	think	VERB	O	0		v.cognition	tweebank.271
+3	jawn	jawn	PROPN	O	0		n.person	tweebank.271
+4	was	be	AUX	O	0			tweebank.271
+5	tryna	tryna	VERB	O	0		v.social	tweebank.271
+6	be	be	VERB	O	0		v.stative	tweebank.271
+7	smart	smart	ADJ	O	0			tweebank.271
+8	talk'n	talk'n	VERB	O	0		v.communication	tweebank.271
+9	bout	bout	ADP	O	0			tweebank.271
+10	da	da	DET	O	0			tweebank.271
+11	baul	baul	NOUN	O	0		n.person	tweebank.271
+12	little	little	ADJ	B	0		v.cognition	tweebank.271
+13	do	do	AUX	I	12			tweebank.271
+14	she	she	PRON	o	0			tweebank.271
+15	know	know	VERB	I	13			tweebank.271
+16	I	i	PRON	O	0			tweebank.271
+17	d	d	AUX	O	0			tweebank.271
+18	nt	nt	PART	O	0			tweebank.271
+19	give	give	VERB	B	0		v.emotion	tweebank.271
+20	two	NUMBER	NUM	I	19			tweebank.271
+21	shits	shit	NOUN	I	20			tweebank.271
+22	about	about	ADP	O	0			tweebank.271
+23	none	none	NOUN	O	0		n.quantity	tweebank.271
+24	of	of	ADP	O	0			tweebank.271
+25	these	these	DET	O	0			tweebank.271
+26	Cheyney	cheyney	PROPN	B	0		n.person	tweebank.271
+27	boy's	boy's	NOUN	I	26			tweebank.271
+28	.	.	PUNCT	O	0			tweebank.271
+
+1	The	the	DET	O	0			trustpilot-296
+2	chip	chip	NOUN	O	0		n.artifact	trustpilot-296
+3	arrived	arrive	VERB	O	0		v.motion	trustpilot-296
+4	the	the	DET	O	0			trustpilot-296
+5	next	next	ADJ	O	0			trustpilot-296
+6	day	day	NOUN	O	0		n.time	trustpilot-296
+7	and	and	CONJ	O	0			trustpilot-296
+8	I	i	PRON	O	0			trustpilot-296
+9	was	be	VERB	B	0			trustpilot-296
+10	able	able	ADJ	I	9			trustpilot-296
+11	to	to	PART	I	10			trustpilot-296
+12	install	install	VERB	O	0		v.contact	trustpilot-296
+13	it	it	PRON	O	0			trustpilot-296
+14	easily	easily	ADV	O	0			trustpilot-296
+15	within	within	ADP	O	0			trustpilot-296
+16	0	0	NUM	O	0			trustpilot-296
+17	mins	min	NOUN	O	0		n.time	trustpilot-296
+18	thanks	thanks	ADP	O	0			trustpilot-296
+19	to	to	ADP	O	0			trustpilot-296
+20	the	the	DET	O	0			trustpilot-296
+21	clear	clear	ADJ	O	0			trustpilot-296
+22	installation	installation	NOUN	B	0		n.communication	trustpilot-296
+23	instructions	instructions	NOUN	I	22			trustpilot-296
+24	provided	provide	VERB	O	0		v.stative	trustpilot-296
+25	as	as	ADP	O	0			trustpilot-296
+26	well	well	ADV	O	0			trustpilot-296
+27	as	as	ADP	O	0			trustpilot-296
+28	the	the	DET	O	0			trustpilot-296
+29	excellent	excellent	ADJ	O	0			trustpilot-296
+30	video	video	NOUN	O	0		n.communication	trustpilot-296
+31	on	on	ADP	O	0			trustpilot-296
+32	the	the	DET	O	0			trustpilot-296
+33	Mr	mr	NOUN	B	0		n.communication	trustpilot-296
+34	memory	memory	NOUN	I	33			trustpilot-296
+35	site	site	NOUN	I	34			trustpilot-296
+36	.	.	PUNCT	O	0			trustpilot-296
+
+1	"	"	PUNCT	O	0			trustpilot-7
+2	very	very	ADV	O	0			trustpilot-7
+3	Poor	poor	ADJ	O	0			trustpilot-7
+4	service	service	NOUN	O	0		n.act	trustpilot-7
+5	,	,	PUNCT	O	0			trustpilot-7
+6	slow	slow	ADJ	O	0			trustpilot-7
+7	dispatch	dispatch	NOUN	O	0		n.act	trustpilot-7
+8	/	/	PUNCT	O	0			trustpilot-7
+9	delivery	delivery	NOUN	O	0		n.act	trustpilot-7
+10	,	,	PUNCT	O	0			trustpilot-7
+11	friendly	friendly	ADJ	O	0			trustpilot-7
+12	but	but	CONJ	O	0			trustpilot-7
+13	Unhelpful	unhelpful	ADJ	O	0			trustpilot-7
+14	and	and	CONJ	O	0			trustpilot-7
+15	untrustworthy	untrustworthy	ADJ	O	0			trustpilot-7
+16	people	people	NOUN	O	0		n.person	trustpilot-7
+17	at	at	ADP	O	0			trustpilot-7
+18	the	the	DET	O	0			trustpilot-7
+19	other	other	ADJ	O	0			trustpilot-7
+20	end	end	NOUN	O	0		n.location	trustpilot-7
+21	of	of	ADP	O	0			trustpilot-7
+22	the	the	DET	O	0			trustpilot-7
+23	phone	phone	NOUN	O	0		n.artifact	trustpilot-7
+24	or	or	CONJ	O	0			trustpilot-7
+25	keyboard	keyboard	NOUN	O	0		n.artifact	trustpilot-7
+26	"	"	PUNCT	O	0			trustpilot-7
+27	.	.	PUNCT	O	0			trustpilot-7
+
+1	Wanna	wanna	VERB	O	0		v.emotion	tweebank.405
+2	see	see	VERB	O	0		v.perception	tweebank.405
+3	Wrath	wrath	NOUN	B	0		n.communication	tweebank.405
+4	of	of	ADP	I	3			tweebank.405
+5	the	the	DET	I	4			tweebank.405
+6	Titans	titan	NOUN	I	5			tweebank.405
+7	so	so	ADV	O	0			tweebank.405
+8	bad	bad	ADJ	O	0			tweebank.405
+9	!	!	PUNCT	O	0			tweebank.405
+
+1	@senorsarita	@USER	X	O	0			tweebank.9
+2	What	what	PRON	O	0			tweebank.9
+3	's	's	VERB	O	0		v.stative	tweebank.9
+4	that	that	PRON	O	0			tweebank.9
+5	!	!	PUNCT	O	0			tweebank.9
+
+1	I	i	PRON	O	0			tweebank.22
+2	wish	wish	VERB	O	0		v.emotion	tweebank.22
+3	you	you	PRON	O	0			tweebank.22
+4	had	have	VERB	O	0		v.possession	tweebank.22
+5	a	a	DET	O	0			tweebank.22
+6	fone	fone	NOUN	O	0		n.artifact	tweebank.22
+7	so	so	SCONJ	O	0			tweebank.22
+8	we	we	PRON	O	0			tweebank.22
+9	can	can	AUX	O	0			tweebank.22
+10	talk	talk	VERB	O	0		v.communication	tweebank.22
+11	!	!	PUNCT	O	0			tweebank.22
+
+1	THEY	they	PRON	O	0			trustpilot-101
+2	WERE	be	VERB	O	0		v.stative	trustpilot-101
+3	HELPFUL	helpful	ADJ	O	0			trustpilot-101
+4	,	,	PUNCT	O	0			trustpilot-101
+5	POLITE	polite	ADJ	O	0			trustpilot-101
+6	CONSIDERATE	considerate	ADJ	O	0			trustpilot-101
+7	I	i	PRON	O	0			trustpilot-101
+8	WAS	be	VERB	O	0		v.stative	trustpilot-101
+9	UNORGANISED	unorganised	ADJ	O	0			trustpilot-101
+10	RUSHED	rush	VERB	O	0		v.motion	trustpilot-101
+11	ORDER	order	NOUN	O	0		n.communication	trustpilot-101
+12	THROUFH	throufh	ADP	O	0			trustpilot-101
+13	HAD	have	VERB	O	0		v.stative	trustpilot-101
+14	WITHIN	within	ADP	O	0			trustpilot-101
+15	0	0	NUM	O	0			trustpilot-101
+16	WORKING	working	NOUN	B	0		n.time	trustpilot-101
+17	DAYS	days	NOUN	I	16			trustpilot-101
+18	TY	ty	PART	O	0			trustpilot-101
+
+1	The	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+2	pictures	picture	NOUN	O	0		n.artifact	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+3	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+4	you	you	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+5	're	're	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+6	seeing	see	VERB	O	0		v.perception	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+7	behind	behind	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+8	me	me	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+9	are	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+10	people	people	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+11	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+12	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+13	visited	visit	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+14	in	in	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+15	the	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+16	last	last	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+17	few	few	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+18	months	month	NOUN	O	0		n.time	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+19	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+
+1	“	“	PUNCT	O	0			tweebank.398
+2	@TeamBekka	@USER	X	O	0			tweebank.398
+3	:	:	X	O	0			tweebank.398
+4	I	i	PRON	O	0			tweebank.398
+5	just	just	ADV	O	0			tweebank.398
+6	voted	vote	VERB	O	0		v.communication	tweebank.398
+7	for	for	ADP	O	0			tweebank.398
+8	Ian	ian	PROPN	B	0		n.person	tweebank.398
+9	Somerhalder	somerhalder	PROPN	I	8			tweebank.398
+10	#tvdramaactor	#tvdramaactor	X	O	0			tweebank.398
+11	#PeoplesChoice	#peopleschoice	X	O	0			tweebank.398
+12	.	.	PUNCT	O	0			tweebank.398
+13	Retweet	retweet	VERB	O	0		v.communication	tweebank.398
+14	to	to	PART	O	0			tweebank.398
+15	vote	vote	VERB	O	0		v.social	tweebank.398
+16	http://t.co/Q0KjpsL9	URL	X	O	0			tweebank.398
+17	via	via	ADP	O	0			tweebank.398
+18	@peopleschoice	@USER	X	O	0			tweebank.398
+19	”	”	PUNCT	O	0			tweebank.398
+
+1	I	i	PRON	O	0			trustpilot-219
+2	was	be	AUX	O	0			trustpilot-219
+3	looking	look	VERB	O	0		v.cognition	trustpilot-219
+4	for	for	ADP	O	0			trustpilot-219
+5	Equity	equity	NOUN	B	0		n.possession	trustpilot-219
+6	Release	release	NOUN	I	5			trustpilot-219
+7	and	and	CONJ	O	0			trustpilot-219
+8	the	the	DET	O	0			trustpilot-219
+9	agent	agent	NOUN	O	0		n.person	trustpilot-219
+10	Brian	brian	PROPN	B	0		n.person	trustpilot-219
+11	McDonnell	mcdonnell	PROPN	I	10			trustpilot-219
+12	from	from	ADP	O	0			trustpilot-219
+13	Key	key	NOUN	B	0		n.group	trustpilot-219
+14	Retirement	retirement	NOUN	I	13			trustpilot-219
+15	Solutions	solution	NOUN	I	14			trustpilot-219
+16	made	make	VERB	O	0		v.stative	trustpilot-219
+17	the	the	DET	O	0			trustpilot-219
+18	whole	whole	ADJ	O	0			trustpilot-219
+19	process	process	NOUN	O	0		n.act	trustpilot-219
+20	very	very	ADV	O	0			trustpilot-219
+21	simple	simple	ADJ	O	0			trustpilot-219
+22	to	to	PART	O	0			trustpilot-219
+23	understand	understand	VERB	O	0		v.cognition	trustpilot-219
+24	.	.	PUNCT	O	0			trustpilot-219
+
+1	time	time	NOUN	O	0		n.event	tweebank.38
+2	to	to	PART	O	0			tweebank.38
+3	start	start	VERB	O	0		v.change	tweebank.38
+4	living	live	VERB	O	0		v.stative	tweebank.38
+5	like	like	ADP	O	0			tweebank.38
+6	just	just	ADV	O	0			tweebank.38
+7	before	before	SCONJ	O	0			tweebank.38
+8	we	we	PRON	O	0			tweebank.38
+9	die	die	VERB	O	0		v.body	tweebank.38
+
+1	I	i	PRON	O	0			trustpilot-97
+2	feel	feel	VERB	O	0		v.emotion	trustpilot-97
+3	that	that	CONJ	O	0			trustpilot-97
+4	a	a	DET	O	0			trustpilot-97
+5	backing	backing	NOUN	O	0		n.artifact	trustpilot-97
+6	of	of	ADP	O	0			trustpilot-97
+7	cotton	cotton	NOUN	B	0		n.substance	trustpilot-97
+8	material	material	NOUN	I	7			trustpilot-97
+9	gives	give	VERB	O	0		v.stative	trustpilot-97
+10	a	a	DET	O	0			trustpilot-97
+11	better	better	ADJ	O	0			trustpilot-97
+12	job	job	NOUN	O	0		n.state	trustpilot-97
+13	but	but	CONJ	O	0			trustpilot-97
+14	price	price	NOUN	O	0		n.attribute	trustpilot-97
+15	comes	come	VERB	B	0		v.stative	trustpilot-97
+16	into	into	ADP	I	15			trustpilot-97
+17	everything	everything	NOUN	O	0			trustpilot-97
+18	.	.	PUNCT	O	0			trustpilot-97
+
+1	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+2	'm	'm	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+3	going	go	VERB	B	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+4	to	to	PART	I	3			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+5	talk	talk	VERB	O	0		v.communication	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+6	now	now	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+7	about	about	SCONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+8	how	how	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+9	world	world	NOUN	B	0		n.group	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+10	population	population	NOUN	I	9			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+11	has	have	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+12	changed	change	VERB	O	0		v.change	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+13	from	from	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+14	that	that	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+15	year	year	NOUN	O	0		n.time	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+16	and	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+17	into	into	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+18	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+19	future	future	NOUN	O	0		n.time	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+20	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+21	but	but	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+22	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+23	will	will	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+24	not	not	PART	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+25	use	use	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+26	digital	digital	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+27	technology	technology	NOUN	O	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+28	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+29	as	as	SCONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+30	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+31	've	've	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+32	done	do	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+33	during	during	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+34	my	my	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+35	first	first	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+36	five	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+37	TEDTalks	tedtalks	NOUN	O	0		n.communication	ted.naist.007-HansRosling_2010S.iwslt.9121.2
+38	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.2
+
+1	Personally	personally	ADV	O	0			trustpilot-53
+2	,	,	PUNCT	O	0			trustpilot-53
+3	I	i	PRON	O	0			trustpilot-53
+4	think	think	VERB	O	0		v.cognition	trustpilot-53
+5	its	its	PRON	O	0			trustpilot-53
+6	the	the	DET	O	0			trustpilot-53
+7	warmest	warm	ADJ	O	0			trustpilot-53
+8	fleece	fleece	NOUN	O	0		n.artifact	trustpilot-53
+9	I	i	PRON	O	0			trustpilot-53
+10	'	'	PART	O	0			trustpilot-53
+11	ve	ve	VERB	O	0			trustpilot-53
+12	ever	ever	ADV	O	0			trustpilot-53
+13	known	know	VERB	O	0		v.cognition	trustpilot-53
+14	.	.	PUNCT	O	0			trustpilot-53
+
+1	Delivery	delivery	NOUN	O	0		n.act	trustpilot-172
+2	has	have	AUX	O	0			trustpilot-172
+3	been	be	VERB	O	0		v.stative	trustpilot-172
+4	good	good	ADJ	O	0			trustpilot-172
+5	for	for	ADP	O	0			trustpilot-172
+6	most	most	ADJ	O	0			trustpilot-172
+7	purchases	purchase	NOUN	O	0		n.act	trustpilot-172
+8	once	once	ADV	O	0			trustpilot-172
+9	a	a	DET	O	0			trustpilot-172
+10	bit	bit	NOUN	O	0		n.quantity	trustpilot-172
+11	slow	slow	ADJ	O	0			trustpilot-172
+12	but	but	CONJ	O	0			trustpilot-172
+13	should	should	AUX	O	0			trustpilot-172
+14	now	now	ADV	O	0			trustpilot-172
+15	be	be	VERB	O	0		v.stative	trustpilot-172
+16	OK	ok	ADJ	O	0			trustpilot-172
+17	as	as	CONJ	O	0			trustpilot-172
+18	they	they	PRON	O	0			trustpilot-172
+19	have	have	AUX	O	0			trustpilot-172
+20	changed	change	VERB	O	0		v.change	trustpilot-172
+21	delivery	delivery	NOUN	O	0		n.act	trustpilot-172
+22	company	company	NOUN	O	0		n.group	trustpilot-172
+23	.	.	PUNCT	O	0			trustpilot-172
+
+1	If	if	CONJ	O	0			trustpilot-72
+2	you	you	PRON	O	0			trustpilot-72
+3	want	want	VERB	O	0		v.emotion	trustpilot-72
+4	a	a	DET	O	0			trustpilot-72
+5	0	0	NUM	O	0			trustpilot-72
+6	*	*	X	O	0			trustpilot-72
+7	service	service	NOUN	O	0		n.act	trustpilot-72
+8	then	then	ADV	O	0			trustpilot-72
+9	Visualsoft	visualsoft	PROPN	O	0		n.group	trustpilot-72
+10	is	be	VERB	O	0		v.stative	trustpilot-72
+11	your	your	DET	O	0			trustpilot-72
+12	next	next	ADJ	B	0		n.act	trustpilot-72
+13	step	step	NOUN	I	12			trustpilot-72
+14	,	,	PUNCT	O	0			trustpilot-72
+15	side	side	PART	B	0		v.change	trustpilot-72
+16	step	step	VERB	I	15			trustpilot-72
+17	it	it	PRON	O	0			trustpilot-72
+18	and	and	CONJ	O	0			trustpilot-72
+19	your	your	DET	O	0			trustpilot-72
+20	e	e	NOUN	B	0		n.group	trustpilot-72
+21	-	-	PUNCT	I	20			trustpilot-72
+22	commerce	commerce	NOUN	I	21			trustpilot-72
+23	business	business	NOUN	I	22			trustpilot-72
+24	with	with	ADP	O	0			trustpilot-72
+25	stand	stand	VERB	B	0		v.stative	trustpilot-72
+26	still	still	ADV	I	25			trustpilot-72
+27	.	.	PUNCT	O	0			trustpilot-72
+
+1	I	i	PRON	O	0			tweebank.206
+2	'd	'd	AUX	O	0			tweebank.206
+3	like	like	VERB	O	0		v.emotion	tweebank.206
+4	to	to	PART	O	0			tweebank.206
+5	take	take	VERB	B	0		v.social	tweebank.206
+6	this	this	PRON	o	0			tweebank.206
+7	over	over	ADP	I	5			tweebank.206
+8	,,	,,	PUNCT	O	0			tweebank.206
+9	what	what	PRON	O	0			tweebank.206
+10	I	i	PRON	O	0			tweebank.206
+11	'm	'm	AUX	O	0			tweebank.206
+12	tryin	tryin	VERB	O	0		v.stative	tweebank.206
+13	'	'	PUNCT	O	0			tweebank.206
+14	to	to	PART	O	0			tweebank.206
+15	say	say	VERB	O	0		v.communication	tweebank.206
+16	is	be	AUX	O	0			tweebank.206
+17	you	you	PRON	O	0			tweebank.206
+18	should	should	AUX	O	0			tweebank.206
+19	be	be	VERB	O	0		v.stative	tweebank.206
+20	mine	mine	PRON	O	0			tweebank.206
+21	..	..	PUNCT	O	0			tweebank.206
+
+1	But	but	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+2	by	by	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+3	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+4	end	end	NOUN	O	0		n.location	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+5	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+6	the	the	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+7	20th	20th	ADJ	B	0		n.time	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+8	century	century	NOUN	I	7			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+9	,	,	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+10	a	a	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+11	new	new	ADJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+12	generation	generation	NOUN	O	0		n.group	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+13	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+14	critics	critic	NOUN	O	0		n.person	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+15	and	and	CONJ	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+16	reformers	reformer	NOUN	O	0		n.person	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+17	had	have	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+18	come	come	VERB	O	0		v.change	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+19	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+20	see	see	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+21	philanthropy	philanthropy	NOUN	O	0		n.act	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+22	just	just	ADV	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+23	this	this	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+24	way	way	NOUN	O	0		n.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.8
+25	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.8
+
+1	Tessa	tessa	PROPN	O	0		n.person	tweebank.18
+2	really	really	ADV	O	0			tweebank.18
+3	stole	steal	VERB	O	0		v.possession	tweebank.18
+4	all	all	DET	O	0			tweebank.18
+5	then	then	DET	O	0			tweebank.18
+6	people	people	NOUN	O	0		n.person	tweebank.18
+7	's	's	PART	O	0			tweebank.18
+8	food	food	NOUN	O	0		n.food	tweebank.18
+9	.	.	PUNCT	O	0			tweebank.18
+
+1	I	i	PRON	O	0			trustpilot-22
+2	have	have	AUX	O	0			trustpilot-22
+3	been	be	VERB	O	0		v.stative	trustpilot-22
+4	a	a	DET	O	0			trustpilot-22
+5	customer	customer	NOUN	O	0		n.attribute	trustpilot-22
+6	with	with	ADP	O	0			trustpilot-22
+7	Littlewoods	littlewoods	PROPN	O	0		n.group	trustpilot-22
+8	for	for	ADP	O	0			trustpilot-22
+9	about	about	ADV	O	0			trustpilot-22
+10	00years	00years	NOUN	O	0		n.time	trustpilot-22
+11	,	,	PUNCT	O	0			trustpilot-22
+
+1	This	this	PRON	O	0			trustpilot-56
+2	left	leave	VERB	O	0		v.stative	trustpilot-56
+3	a	a	DET	O	0			trustpilot-56
+4	total	total	ADJ	O	0			trustpilot-56
+5	usable	usable	ADJ	O	0			trustpilot-56
+6	height	height	NOUN	O	0		n.attribute	trustpilot-56
+7	of	of	ADP	O	0			trustpilot-56
+8	0	0	NUM	B	0		n.quantity	trustpilot-56
+9	.	.	PUNCT	I	8			trustpilot-56
+10	0m	0m	NOUN	I	9			trustpilot-56
+11	.	.	PUNCT	O	0			trustpilot-56
+
+1	@LilBrownD	@USER	X	O	0			tweebank.455
+2	@kiaspeaks	@USER	X	O	0			tweebank.455
+3	Glue	glue	VERB	O	0		v.contact	tweebank.455
+4	our	our	PRON	O	0			tweebank.455
+5	lips	lip	NOUN	O	0		n.body	tweebank.455
+6	together	together	ADV	O	0			tweebank.455
+7	with	with	ADP	O	0			tweebank.455
+8	that	that	DET	O	0			tweebank.455
+9	black	black	ADJ	O	0			tweebank.455
+10	gunk	gunk	NOUN	O	0		n.substance	tweebank.455
+11	!	!	PUNCT	O	0			tweebank.455
+
+1	of	of	ADP	O	0			trustpilot-274
+2	quantity	quantity	NOUN	O	0		n.quantity	trustpilot-274
+3	or	or	CONJ	O	0			trustpilot-274
+4	quality	quality	NOUN	O	0		n.attribute	trustpilot-274
+5	and	and	CONJ	O	0			trustpilot-274
+6	easy	easy	ADJ	O	0			trustpilot-274
+7	to	to	PART	O	0			trustpilot-274
+8	use	use	VERB	O	0		v.cognition	trustpilot-274
+9	.	.	PUNCT	O	0			trustpilot-274
+
+1	RT	rt	X	O	0			tweebank.113
+2	@O_KayKayy	@USER	X	O	0			tweebank.113
+3	:	:	X	O	0			tweebank.113
+4	That	that	DET	O	0			tweebank.113
+5	awkward	awkward	ADJ	O	0			tweebank.113
+6	moment	moment	NOUN	O	0		n.event	tweebank.113
+7	when	when	ADV	O	0			tweebank.113
+8	you	you	PRON	O	0			tweebank.113
+9	realize	realize	VERB	O	0		v.cognition	tweebank.113
+10	that	that	SCONJ	O	0			tweebank.113
+11	you	you	PRON	O	0			tweebank.113
+12	probably	probably	ADV	O	0			tweebank.113
+13	should	should	AUX	B	0			tweebank.113
+14	n't	n't	PART	I	13			tweebank.113
+15	have	have	VERB	I	14			tweebank.113
+16	told	tell	VERB	O	0		v.communication	tweebank.113
+17	somebody	somebody	NOUN	O	0			tweebank.113
+18	something	something	NOUN	O	0			tweebank.113
+19	...	...	PUNCT	O	0			tweebank.113
+
+1	RT	rt	X	O	0			tweebank.288
+2	@ohaiimalex	@USER	X	O	0			tweebank.288
+3	:	:	X	O	0			tweebank.288
+4	Seeing	see	VERB	O	0		v.perception	tweebank.288
+5	warped	warped	PROPN	B	0		n.group	tweebank.288
+6	tour	tour	PROPN	I	5			tweebank.288
+7	ads	ad	NOUN	O	0		n.communication	tweebank.288
+8	everywhere	everywhere	ADV	O	0			tweebank.288
+9	makes	make	VERB	O	0		v.change	tweebank.288
+10	me	me	PRON	O	0			tweebank.288
+11	want	want	VERB	O	0		v.emotion	tweebank.288
+12	to	to	PART	O	0			tweebank.288
+13	cry	cry	VERB	O	0		v.emotion	tweebank.288
+14	.	.	PUNCT	O	0			tweebank.288
+15	My	my	PRON	O	0			tweebank.288
+16	favorite	favorite	ADJ	O	0			tweebank.288
+17	bands	band	NOUN	O	0		n.group	tweebank.288
+18	are	be	AUX	O	0			tweebank.288
+19	having	have	VERB	O	0		v.stative	tweebank.288
+20	signings	signing	NOUN	O	0		n.communication	tweebank.288
+21	and	and	CONJ	O	0			tweebank.288
+22	it	it	PRON	O	0			tweebank.288
+23	s	s	AUX	O	0			tweebank.288
+24	killing	kill	VERB	O	0		v.emotion	tweebank.288
+25	me	me	PRON	O	0			tweebank.288
+26	alfhak	alfhak	X	O	0			tweebank.288
+
+1	@modTINGsingh	@USER	X	O	0			tweebank.86
+2	can	can	AUX	O	0			tweebank.86
+3	we	we	PRON	O	0			tweebank.86
+4	go	go	VERB	O	0		v.motion	tweebank.86
+5	to	to	ADP	O	0			tweebank.86
+6	tim	tim	PROPN	O	0		n.person	tweebank.86
+7	s	s	PART	O	0			tweebank.86
+8	please	please	ADV	O	0			tweebank.86
+9	and	and	CONJ	O	0			tweebank.86
+10	tonkkss	tonkkss	VERB	O	0			tweebank.86
+
+1	Twitter	twitter	PROPN	O	0		n.group	tweebank.156
+2	does	do	AUX	O	0			tweebank.156
+3	make	make	VERB	O	0		v.stative	tweebank.156
+4	a	a	DET	O	0			tweebank.156
+5	@	@	PUNCT	O	0			tweebank.156
+6	button	button	NOUN	O	0		n.artifact	tweebank.156
+7	right	right	ADV	O	0			tweebank.156
+8	...	...	PUNCT	O	0			tweebank.156
+9	o	o	INTJ	O	0			tweebank.156
+10	just	just	ADV	O	0			tweebank.156
+11	making	make	VERB	B	0		v.cognition	tweebank.156
+12	sure	sure	ADJ	I	11			tweebank.156
+
+1	But	but	CONJ	O	0			ted.iwslt.1371.5
+2	now	now	ADV	O	0			ted.iwslt.1371.5
+3	Web	web	ADJ	B	0		n.communication	ted.iwslt.1371.5
+4	video	video	NOUN	I	3			ted.iwslt.1371.5
+5	has	have	AUX	O	0			ted.iwslt.1371.5
+6	made	make	VERB	O	0		v.change	ted.iwslt.1371.5
+7	it	it	PRON	O	0			ted.iwslt.1371.5
+8	so	so	SCONJ	O	0			ted.iwslt.1371.5
+9	that	that	SCONJ	O	0			ted.iwslt.1371.5
+10	any	any	DET	O	0			ted.iwslt.1371.5
+11	of	of	ADP	O	0			ted.iwslt.1371.5
+12	us	us	PRON	O	0			ted.iwslt.1371.5
+13	or	or	CONJ	O	0			ted.iwslt.1371.5
+14	any	any	DET	O	0			ted.iwslt.1371.5
+15	of	of	ADP	O	0			ted.iwslt.1371.5
+16	the	the	DET	O	0			ted.iwslt.1371.5
+17	creative	creative	ADJ	O	0			ted.iwslt.1371.5
+18	things	things	NOUN	O	0		n.other	ted.iwslt.1371.5
+19	that	that	SCONJ	O	0			ted.iwslt.1371.5
+20	we	we	PRON	O	0			ted.iwslt.1371.5
+21	do	do	AUX	O	0			ted.iwslt.1371.5
+22	can	can	AUX	O	0			ted.iwslt.1371.5
+23	become	become	VERB	O	0		v.change	ted.iwslt.1371.5
+24	completely	completely	ADV	O	0			ted.iwslt.1371.5
+25	famous	famous	ADJ	O	0			ted.iwslt.1371.5
+26	in	in	ADP	O	0			ted.iwslt.1371.5
+27	a	a	DET	O	0			ted.iwslt.1371.5
+28	part	part	NOUN	O	0		n.relation	ted.iwslt.1371.5
+29	of	of	ADP	O	0			ted.iwslt.1371.5
+30	our	our	PRON	O	0			ted.iwslt.1371.5
+31	world	world	NOUN	B	0		n.cognition	ted.iwslt.1371.5
+32	's	's	PART	I	31			ted.iwslt.1371.5
+33	culture	culture	NOUN	I	32			ted.iwslt.1371.5
+34	.	.	PUNCT	O	0			ted.iwslt.1371.5
+
+1	@StephenRooney	@USER	X	O	0			tweebank.280
+2	Not	not	PART	O	0			tweebank.280
+3	as	as	ADP	O	0			tweebank.280
+4	bent	bent	ADJ	O	0			tweebank.280
+5	as	as	ADP	O	0			tweebank.280
+6	my	my	PRON	O	0			tweebank.280
+7	finger	finger	NOUN	O	0		n.body	tweebank.280
+8	!	!	PUNCT	O	0			tweebank.280
+9	It	it	PRON	O	0			tweebank.280
+10	looks	look	VERB	O	0		v.perception	tweebank.280
+11	freaky	freaky	ADJ	O	0			tweebank.280
+12	!	!	PUNCT	O	0			tweebank.280
+
+1	@tacobell	@USER	X	O	0			tweebank.213
+2	Reportedly	reportedly	ADV	O	0			tweebank.213
+3	Testing	test	VERB	O	0		v.contact	tweebank.213
+4	All-Dorito	all-dorito	ADJ	B	0		n.food	tweebank.213
+5	Taco	taco	NOUN	I	4			tweebank.213
+6	Shell	shell	NOUN	I	5			tweebank.213
+7	http://www.geekosystem.com/tacobell-dorito-taco/	URL	X	O	0			tweebank.213
+
+1	@SiaoOne	@USER	X	O	0			tweebank.144
+2	it	it	PRON	O	0			tweebank.144
+3	is	be	VERB	O	0		v.stative	tweebank.144
+4	Google	google	PROPN	B	0		n.communication	tweebank.144
+5	maps	maps	PROPN	I	4			tweebank.144
+6	,	,	PUNCT	O	0			tweebank.144
+7	but	but	CONJ	O	0			tweebank.144
+8	I	i	PRON	O	0			tweebank.144
+9	do	do	AUX	O	0			tweebank.144
+10	n't	n't	PART	O	0			tweebank.144
+11	think	think	VERB	O	0		v.cognition	tweebank.144
+12	it	it	PRON	O	0			tweebank.144
+13	was	be	VERB	O	0		v.stative	tweebank.144
+14	a	a	DET	O	0			tweebank.144
+15	prank	prank	NOUN	O	0		n.act	tweebank.144
+16	,	,	PUNCT	O	0			tweebank.144
+17	it	it	PRON	O	0			tweebank.144
+18	's	's	VERB	O	0		v.stative	tweebank.144
+19	just	just	ADV	O	0			tweebank.144
+20	the	the	DET	O	0			tweebank.144
+21	normal	normal	ADJ	O	0			tweebank.144
+22	kind	kind	NOUN	O	0		n.cognition	tweebank.144
+23	of	of	ADP	O	0			tweebank.144
+24	thing	thing	NOUN	O	0		n.state	tweebank.144
+25	that	that	ADP	O	0			tweebank.144
+26	happens	happen	VERB	O	0		v.change	tweebank.144
+27	in	in	ADP	O	0			tweebank.144
+28	Germany	germany	PROPN	O	0		n.location	tweebank.144
+
+1	Wow	wow	INTJ	O	0			tweebank.303
+2	stuck	stick	VERB	O	0		v.contact	tweebank.303
+3	my	my	PRON	O	0			tweebank.303
+4	hand	hand	NOUN	O	0		n.body	tweebank.303
+5	in	in	ADP	O	0			tweebank.303
+6	his	his	PRON	O	0			tweebank.303
+7	cage	cage	NOUN	O	0		n.artifact	tweebank.303
+8	and	and	CONJ	O	0			tweebank.303
+9	he	he	PRON	O	0			tweebank.303
+10	ran	run	VERB	O	0		v.motion	tweebank.303
+11	and	and	CONJ	O	0			tweebank.303
+12	hid	hide	VERB	O	0		v.motion	tweebank.303
+13	in	in	ADP	O	0			tweebank.303
+14	his	his	PRON	O	0			tweebank.303
+15	tubes	tube	NOUN	O	0		n.artifact	tweebank.303
+16	/:	EMOTICON	X	O	0			tweebank.303
+
+1	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+2	grew	grow	VERB	B	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+3	up	up	ADP	I	2			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+4	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+5	Europe	europe	PROPN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+6	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+7	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+8	World	world	PROPN	B	0		n.event	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+9	War	war	PROPN	I	8			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+10	II	ii	PROPN	I	9			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+11	caught	catch	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+12	me	me	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+13	when	when	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+14	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+15	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+16	between	between	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+17	seven	NUMBER	NUM	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+18	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+19	10	NUMBER	NUM	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+20	years	years	NOUN	O	0		n.time	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+21	old	old	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+22	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+
+1	I	i	PRON	O	0			trustpilot-283
+2	suspect	suspect	VERB	O	0		v.cognition	trustpilot-283
+3	that	that	CONJ	O	0			trustpilot-283
+4	this	this	PRON	O	0			trustpilot-283
+5	was	be	VERB	O	0		v.stative	trustpilot-283
+6	just	just	ADV	O	0			trustpilot-283
+7	another	another	DET	O	0			trustpilot-283
+8	groupon	groupon	NOUN	B	0		n.communication	trustpilot-283
+9	deal	deal	NOUN	I	8			trustpilot-283
+10	that	that	PRON	O	0			trustpilot-283
+11	failed	fail	VERB	O	0		v.change	trustpilot-283
+12	to	to	PART	O	0			trustpilot-283
+13	be	be	AUX	O	0			trustpilot-283
+14	fulfilled	fulfil	VERB	O	0		v.creation	trustpilot-283
+15	.	.	PUNCT	O	0			trustpilot-283
+
+1	RT	rt	X	O	0			tweebank.192
+2	@xochinadoll	@USER	X	O	0			tweebank.192
+3	:	:	X	O	0			tweebank.192
+4	I	i	PRON	O	0			tweebank.192
+5	feel	feel	VERB	O	0		v.emotion	tweebank.192
+6	so	so	ADV	O	0			tweebank.192
+7	blah	blah	ADJ	O	0			tweebank.192
+8	today	today	NOUN	O	0			tweebank.192
+9	.	.	PUNCT	O	0			tweebank.192
+
+1	I	i	PRON	O	0			tweebank.499
+2	can	can	AUX	O	0			tweebank.499
+3	hold	hold	VERB	O	0		v.stative	tweebank.499
+4	75	NUMBER	NUM	B	0		n.artifact	tweebank.499
+5	cents	cent	NOUN	I	4			tweebank.499
+6	in	in	ADP	O	0			tweebank.499
+7	my	my	PRON	O	0			tweebank.499
+8	belly	belly	NOUN	B	0		n.body	tweebank.499
+9	button	button	NOUN	I	8			tweebank.499
+10	,	,	PUNCT	O	0			tweebank.499
+11	that	that	PRON	O	0			tweebank.499
+12	's	's	VERB	O	0		v.stative	tweebank.499
+13	a	a	DET	O	0			tweebank.499
+14	skill	skill	NOUN	O	0		n.cognition	tweebank.499
+15	I	i	PRON	O	0			tweebank.499
+16	can	can	AUX	O	0			tweebank.499
+17	take	take	VERB	B	0		n.motive	tweebank.499
+18	straight	straight	ADV	o	0			tweebank.499
+19	to	to	ADP	I	17			tweebank.499
+20	the	the	DET	I	19			tweebank.499
+21	bank	bank	NOUN	I	20			tweebank.499
+22	.	.	PUNCT	O	0			tweebank.499
+
+1	Would	would	VERB	O	0			trustpilot-160
+2	have	have	VERB	O	0		v.stative	trustpilot-160
+3	no	no	DET	O	0			trustpilot-160
+4	hesitation	hesitation	NOUN	O	0		n.cognition	trustpilot-160
+5	in	in	ADP	O	0			trustpilot-160
+6	recommending	recommend	VERB	O	0		v.communication	trustpilot-160
+7	.	.	PUNCT	O	0			trustpilot-160
+
+1	I	i	PRON	O	0			trustpilot-231
+2	would	would	VERB	O	0			trustpilot-231
+3	have	have	VERB	O	0		v.stative	trustpilot-231
+4	no	no	DET	O	0			trustpilot-231
+5	hesitation	hesitation	NOUN	O	0		n.cognition	trustpilot-231
+6	in	in	ADP	O	0			trustpilot-231
+7	recommending	recommend	VERB	O	0		v.communication	trustpilot-231
+8	them	them	PRON	O	0			trustpilot-231
+9	to	to	ADP	O	0			trustpilot-231
+10	anyone	anyone	PRON	O	0			trustpilot-231
+11	in	in	ADP	O	0			trustpilot-231
+12	the	the	DET	O	0			trustpilot-231
+13	future	future	NOUN	O	0		n.time	trustpilot-231
+14	.	.	PUNCT	O	0			trustpilot-231
+
+1	@DJBKnockin	@USER	X	O	0			tweebank.208
+2	well	well	INTJ	O	0			tweebank.208
+3	I	i	PRON	O	0			tweebank.208
+4	'm	'm	VERB	O	0		v.stative	tweebank.208
+5	fuckn	fuckn	ADV	O	0			tweebank.208
+6	amazin	amazin	ADJ	O	0			tweebank.208
+7	..	..	PUNCT	O	0			tweebank.208
+8	lol	lol	INTJ	O	0			tweebank.208
+9	...	...	PUNCT	O	0			tweebank.208
+10	tottaly	tottaly	ADV	O	0			tweebank.208
+11	awsome	awsome	ADJ	O	0			tweebank.208
+12	who	who	PRON	O	0			tweebank.208
+13	's	's	VERB	O	0		v.stative	tweebank.208
+14	bad	bad	ADJ	O	0			tweebank.208
+15	now	now	ADV	O	0			tweebank.208
+16	lol	lol	INTJ	O	0			tweebank.208
+
+1	Left	leave	VERB	O	0		v.stative	trustpilot-192
+2	message	message	NOUN	O	0		n.communication	trustpilot-192
+3	on	on	ADP	O	0			trustpilot-192
+4	owners	owner	NOUN	O	0		n.person	trustpilot-192
+5	other	other	ADJ	O	0			trustpilot-192
+6	company	company	NOUN	O	0		n.group	trustpilot-192
+7	Nutri	nutri	PROPN	B	0		n.group	trustpilot-192
+8	mission	mission	NOUN	I	7			trustpilot-192
+9	,	,	PUNCT	O	0			trustpilot-192
+10	no	no	DET	O	0			trustpilot-192
+11	reply	reply	NOUN	O	0		n.communication	trustpilot-192
+12	.	.	PUNCT	O	0			trustpilot-192
+
+1	@YoyWherezMyOreo	@USER	X	O	0			tweebank.186
+2	YOY	yoy	INTJ	O	0			tweebank.186
+3	my	my	PRON	O	0			tweebank.186
+4	cuzzin	cuzzin	NOUN	O	0		n.person	tweebank.186
+5	told	tell	VERB	O	0		v.communication	tweebank.186
+6	me	me	PRON	O	0			tweebank.186
+7	it	it	PRON	O	0			tweebank.186
+8	came	come	VERB	B	0		v.change	tweebank.186
+9	on	on	ADP	I	8			tweebank.186
+10	@	@	ADP	O	0			tweebank.186
+11	950	NUMBER	NUM	O	0			tweebank.186
+
+1	.	.	PUNCT	O	0			tweebank.231
+2	@OFH_John	@USER	X	O	0			tweebank.231
+3	&	&	CONJ	O	0			tweebank.231
+4	I	i	PRON	O	0			tweebank.231
+5	are	be	AUX	O	0			tweebank.231
+6	talking	talk	VERB	O	0		v.communication	tweebank.231
+7	about	about	ADP	O	0			tweebank.231
+8	optics	optics	NOUN	B	0		n.cognition	tweebank.231
+9	entrepreneurship	entrepreneurship	NOUN	I	8			tweebank.231
+10	&	&	CONJ	O	0			tweebank.231
+11	"	"	PUNCT	O	0			tweebank.231
+12	the	the	DET	B	0		n.communication	tweebank.231
+13	Actuality	actuality	PROPN	I	12			tweebank.231
+14	story	story	NOUN	I	13			tweebank.231
+15	"	"	PUNCT	O	0			tweebank.231
+16	tonight	tonight	NOUN	O	0			tweebank.231
+17	Media	media	PROPN	B	0		n.communication	tweebank.231
+18	Lab	lab	PROPN	I	17			tweebank.231
+19	E14-525	NUMBER	NUM	O	0			tweebank.231
+20	6p-8p	NUMBER	NUM	O	0			tweebank.231
+21	for	for	ADP	O	0			tweebank.231
+22	http://bit.ly/mNwM28	URL	X	O	0			tweebank.231
+
+1	Abe	abe	PROPN	B	0		n.person	tweebank.62
+2	Lincoln	lincoln	PROPN	I	1			tweebank.62
+3	ain't	ain't	VERB	O	0		v.stative	tweebank.62
+4	dead	dead	ADJ	O	0			tweebank.62
+5	,	,	PUNCT	O	0			tweebank.62
+6	he	he	PRON	O	0			tweebank.62
+7	's	's	VERB	O	0		v.stative	tweebank.62
+8	in	in	ADP	O	0			tweebank.62
+9	my	my	PRON	O	0			tweebank.62
+10	pocket	pocket	NOUN	O	0		n.artifact	tweebank.62
+11	;)	EMOTICON	X	O	0			tweebank.62
+
+1	UNFORTUNATELY	unfortunately	ADV	O	0			trustpilot-234
+2	I	i	PRON	O	0			trustpilot-234
+3	have	have	AUX	O	0			trustpilot-234
+4	to	to	PART	O	0			trustpilot-234
+5	give	give	VERB	O	0		v.possession	trustpilot-234
+6	a	a	DET	O	0			trustpilot-234
+7	star	star	NOUN	O	0		n.artifact	trustpilot-234
+8	??	??	PUNCT	O	0			trustpilot-234
+
+1	i	i	PRON	O	0			tweebank.175
+2	ca	ca	AUX	B	0		v.cognition	tweebank.175
+3	n't	n't	PART	I	2			tweebank.175
+4	wait	wait	VERB	I	3			tweebank.175
+5	for	for	ADP	O	0			tweebank.175
+6	WPIALS	wpials	PROPN	O	0		n.group	tweebank.175
+
+1	ON	on	ADP	B	0			tweebank.310
+2	AIR	air	NOUN	I	1			tweebank.310
+3	:	:	PUNCT	O	0			tweebank.310
+4	FeyDer	feyder	PROPN	O	0		n.person	tweebank.310
+5	-	-	PUNCT	O	0			tweebank.310
+6	20	NUMBER	NUM	B	0		n.communication	tweebank.310
+7	Killa	killa	PROPN	I	6			tweebank.310
+8	Choons	choons	PROPN	I	7			tweebank.310
+9	Mix	mix	PROPN	I	8			tweebank.310
+10	#Psych0Radio	#psych0radio	X	O	0			tweebank.310
+
+1	Noo	noo	INTJ	O	0			tweebank.245
+2	it	it	PRON	O	0			tweebank.245
+3	s	s	VERB	O	0		v.stative	tweebank.245
+4	not	not	PART	O	0			tweebank.245
+5	cuss	cuss	SCONJ	O	0			tweebank.245
+6	you	you	PRON	O	0			tweebank.245
+7	have	have	VERB	O	0		v.stative	tweebank.245
+8	swag	swag	NOUN	O	0		n.attribute	tweebank.245
+9	andd	andd	CONJ	O	0			tweebank.245
+10	you	you	PRON	O	0			tweebank.245
+11	wo	wo	AUX	O	0			tweebank.245
+12	nt	nt	PART	O	0			tweebank.245
+13	look	look	VERB	O	0		v.perception	tweebank.245
+14	dumb	dumb	ADJ	O	0			tweebank.245
+15	!	!	PUNCT	O	0			tweebank.245
+16	@youloveants	@USER	X	O	0			tweebank.245
+17	!!	!!	PUNCT	O	0			tweebank.245
+
+1	this	this	DET	O	0			tweebank.336
+2	history	history	NOUN	B	0		n.cognition	tweebank.336
+3	paper	paper	NOUN	I	2			tweebank.336
+4	is	be	VERB	O	0		v.stative	tweebank.336
+5	gay	gay	ADJ	O	0			tweebank.336
+6	af	af	ADV	O	0			tweebank.336
+7	.	.	PUNCT	O	0			tweebank.336
+8	who	who	PRON	O	0			tweebank.336
+9	needs	need	VERB	O	0		v.stative	tweebank.336
+10	creative	creative	ADJ	B	0		n.cognition	tweebank.336
+11	writting	writting	NOUN	I	10			tweebank.336
+12	for	for	ADP	O	0			tweebank.336
+13	histroy	histroy	NOUN	O	0		n.cognition	tweebank.336
+
+1	It	it	PRON	O	0			ted.iwslt.1176.9
+2	's	's	VERB	O	0		v.stative	ted.iwslt.1176.9
+3	the	the	DET	O	0			ted.iwslt.1176.9
+4	kind	kind	NOUN	B	0		n.relation	ted.iwslt.1176.9
+5	of	of	ADP	I	4			ted.iwslt.1176.9
+6	complicated	complicated	ADJ	O	0			ted.iwslt.1176.9
+7	circle	circle	NOUN	O	0		n.shape	ted.iwslt.1176.9
+8	that	that	DET	O	0			ted.iwslt.1176.9
+9	I	i	PRON	O	0			ted.iwslt.1176.9
+10	'm	'm	AUX	O	0			ted.iwslt.1176.9
+11	going	go	VERB	B	0			ted.iwslt.1176.9
+12	to	to	PART	I	11			ted.iwslt.1176.9
+13	tell	tell	VERB	O	0		v.communication	ted.iwslt.1176.9
+14	you	you	PRON	O	0			ted.iwslt.1176.9
+15	about	about	ADP	O	0			ted.iwslt.1176.9
+16	.	.	PUNCT	O	0			ted.iwslt.1176.9
+
+1	In	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+2	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+3	developing	develop	VERB	B	0		n.natural_object	ted.naist.007-HansRosling_2010S.iwslt.9121.6
+4	world	world	NOUN	I	3			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+5	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+6	she	she	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+7	said	say	VERB	O	0		v.communication	ted.naist.007-HansRosling_2010S.iwslt.9121.6
+8	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+9	they	they	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+10	had	have	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.6
+11	two	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+12	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+13	people	people	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.6
+14	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.6
+
+1	I	i	PRON	O	0			trustpilot-64
+2	wouldn	wouldn	AUX	O	0			trustpilot-64
+3	'	'	PART	O	0			trustpilot-64
+4	t	t	PART	O	0			trustpilot-64
+5	buy	buy	VERB	O	0		v.possession	trustpilot-64
+6	a	a	DET	O	0			trustpilot-64
+7	plectrum	plectrum	NOUN	O	0		n.artifact	trustpilot-64
+8	from	from	ADP	O	0			trustpilot-64
+9	anyone	anyone	PRON	O	0			trustpilot-64
+10	but	but	CONJ	O	0			trustpilot-64
+11	these	these	DET	O	0			trustpilot-64
+12	guys	guy	NOUN	O	0		n.person	trustpilot-64
+13	.	.	PUNCT	O	0			trustpilot-64
+
+1	@D_Fikes	@USER	X	O	0			tweebank.332
+2	I	i	PRON	O	0			tweebank.332
+3	miss	miss	VERB	O	0		v.emotion	tweebank.332
+4	Fiko	fiko	PROPN	O	0		n.person	tweebank.332
+5	..	..	PUNCT	O	0			tweebank.332
+
+1	Havin	havin	VERB	O	0		v.stative	tweebank.348
+2	fun	fun	NOUN	O	0		n.feeling	tweebank.348
+3	at	at	ADP	O	0			tweebank.348
+4	cade	cade	PROPN	B	0		n.person	tweebank.348
+5	ferguson	ferguson	PROPN	I	4			tweebank.348
+6	s	s	PART	I	5			tweebank.348
+7	house	house	NOUN	O	0		n.artifact	tweebank.348
+
+1	IT	it	PRON	O	0			trustpilot-2
+2	CLEARLY	clearly	ADV	O	0			trustpilot-2
+3	STATED	state	VERB	O	0		v.communication	trustpilot-2
+4	DELIVERY	delivery	NOUN	O	0		n.act	trustpilot-2
+5	BY	by	ADP	O	0			trustpilot-2
+6	00PM	00pm	NOUN	O	0		n.time	trustpilot-2
+7	ON	on	ADP	O	0			trustpilot-2
+8	SATURDAY	saturday	NOUN	O	0		n.time	trustpilot-2
+9	-	-	PUNCT	O	0			trustpilot-2
+10	I	i	PRON	O	0			trustpilot-2
+11	PAID	pay	VERB	O	0		v.possession	trustpilot-2
+12	OVE	ove	ADP	O	0			trustpilot-2
+13	00	00	NUM	O	0			trustpilot-2
+14	.	.	PUNCT	O	0			trustpilot-2
+15	00	00	NUM	O	0			trustpilot-2
+16	FOR	for	ADP	O	0			trustpilot-2
+17	THIS	this	DET	O	0			trustpilot-2
+18	SERVICE	service	NOUN	O	0		n.act	trustpilot-2
+19	AND	and	CONJ	O	0			trustpilot-2
+20	IT	it	PRON	O	0			trustpilot-2
+21	WAS	be	VERB	O	0			trustpilot-2
+22	NOT	not	ADV	O	0			trustpilot-2
+23	PROVIDED	provide	VERB	O	0		v.possession	trustpilot-2
+24	-	-	PUNCT	O	0			trustpilot-2
+25	I	i	PRON	O	0			trustpilot-2
+26	WOULD	would	AUX	O	0			trustpilot-2
+27	LIKE	like	VERB	O	0		v.emotion	trustpilot-2
+28	THE	the	DET	O	0			trustpilot-2
+29	PAYMENT	payment	NOUN	O	0		n.possession	trustpilot-2
+30	REFUNDED	refund	VERB	O	0		v.possession	trustpilot-2
+31	AND	and	CONJ	O	0			trustpilot-2
+32	QUITE	quite	ADV	O	0			trustpilot-2
+33	FRANKLY	frankly	ADV	O	0			trustpilot-2
+34	I	i	PRON	O	0			trustpilot-2
+35	AM	be	VERB	O	0			trustpilot-2
+36	DISGUSTED	disgust	VERB	O	0		v.perception	trustpilot-2
+37	WITH	with	ADP	O	0			trustpilot-2
+38	INTERPARCEL	interparcel	PROPN	O	0		n.group	trustpilot-2
+39	AS	as	ADP	B	0			trustpilot-2
+40	A	a	DET	I	39			trustpilot-2
+41	WHOLE	whole	NOUN	I	40			trustpilot-2
+
+1	@RealDjKayslay	@USER	X	O	0			tweebank.146
+2	lol	lol	INTJ	O	0			tweebank.146
+3	no	no	INTJ	O	0			tweebank.146
+4	pork	pork	NOUN	B	0		n.substance	tweebank.146
+5	slime	slime	NOUN	I	4			tweebank.146
+
+1	@BlowMeAway117	@USER	X	O	0			tweebank.46
+2	No	no	INTJ	O	0			tweebank.46
+3	,	,	PUNCT	O	0			tweebank.46
+4	there	there	PRON	O	0			tweebank.46
+5	are	be	VERB	O	0		v.stative	tweebank.46
+6	more	more	ADV	O	0			tweebank.46
+7	extensive	extensive	ADJ	O	0			tweebank.46
+8	steps	steps	NOUN	O	0		n.process	tweebank.46
+9	there	there	ADV	O	0			tweebank.46
+10	.	.	PUNCT	O	0			tweebank.46
+11	Try	try	VERB	O	0		v.cognition	tweebank.46
+12	them	them	PRON	O	0			tweebank.46
+13	all	all	DET	O	0			tweebank.46
+14	,	,	PUNCT	O	0			tweebank.46
+15	in	in	ADP	O	0			tweebank.46
+16	order	order	NOUN	O	0		n.state	tweebank.46
+17	.	.	PUNCT	O	0			tweebank.46
+18	^PS	EMOTICON	X	O	0			tweebank.46
+
+1	The	the	DET	O	0			trustpilot-236
+2	speed	speed	NOUN	O	0		n.attribute	trustpilot-236
+3	of	of	ADP	O	0			trustpilot-236
+4	delivery	delivery	NOUN	O	0		n.act	trustpilot-236
+5	was	be	VERB	O	0		v.stative	trustpilot-236
+6	the	the	DET	B	0		n.feeling	trustpilot-236
+7	icing	icing	NOUN	I	6			trustpilot-236
+8	on	on	ADP	I	7			trustpilot-236
+9	the	the	DET	I	8			trustpilot-236
+10	cake	cake	NOUN	I	9			trustpilot-236
+11	.	.	PUNCT	O	0			trustpilot-236
+
+1	And	and	CONJ	O	0			ted.iwslt.1371.8
+2	of	of	ADP	O	0			ted.iwslt.1371.8
+3	that	that	PRON	O	0			ted.iwslt.1371.8
+4	,	,	PUNCT	O	0			ted.iwslt.1371.8
+5	only	only	ADV	O	0			ted.iwslt.1371.8
+6	a	a	DET	O	0			ted.iwslt.1371.8
+7	tiny	tiny	ADJ	O	0			ted.iwslt.1371.8
+8	percentage	percentage	NOUN	O	0		n.quantity	ted.iwslt.1371.8
+9	ever	ever	ADV	O	0			ted.iwslt.1371.8
+10	goes	go	VERB	O	0		v.change	ted.iwslt.1371.8
+11	viral	viral	ADJ	O	0			ted.iwslt.1371.8
+12	and	and	CONJ	O	0			ted.iwslt.1371.8
+13	gets	get	VERB	O	0		v.change	ted.iwslt.1371.8
+14	tons	tons	NOUN	O	0		n.quantity	ted.iwslt.1371.8
+15	of	of	ADP	O	0			ted.iwslt.1371.8
+16	views	view	NOUN	O	0		n.cognition	ted.iwslt.1371.8
+17	and	and	CONJ	O	0			ted.iwslt.1371.8
+18	becomes	become	VERB	O	0		v.change	ted.iwslt.1371.8
+19	a	a	DET	O	0			ted.iwslt.1371.8
+20	cultural	cultural	ADJ	B	0		n.phenomenon	ted.iwslt.1371.8
+21	moment	moment	NOUN	I	20			ted.iwslt.1371.8
+22	.	.	PUNCT	O	0			ted.iwslt.1371.8
+
+1	And	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+2	now	now	ADV	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+3	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+4	for	for	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+5	every	every	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+6	two	NUMBER	NUM	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+7	men	men	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+8	who	who	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+9	get	get	VERB	O	0		v.possession	ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+10	a	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+11	college	college	NOUN	B	0		n.attribute	ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+12	degree	degree	NOUN	I	11			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+13	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+14	three	NUMBER	NUM	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+15	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+16	will	will	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+17	do	do	VERB	O	0		v.possession	ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+18	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+19	same	same	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+20	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+
+1	Ordered	order	VERB	O	0		v.communication	trustpilot-297
+2	from	from	ADP	O	0			trustpilot-297
+3	CameraKing	cameraking	PROPN	O	0		n.group	trustpilot-297
+4	twice	twice	ADV	O	0			trustpilot-297
+5	and	and	CONJ	O	0			trustpilot-297
+6	both	both	DET	O	0			trustpilot-297
+7	times	times	NOUN	O	0		n.event	trustpilot-297
+8	delivery	delivery	NOUN	O	0		n.act	trustpilot-297
+9	was	be	VERB	O	0		v.stative	trustpilot-297
+10	quick	quick	ADJ	O	0			trustpilot-297
+11	and	and	CONJ	O	0			trustpilot-297
+12	item	item	NOUN	O	0		n.artifact	trustpilot-297
+13	(	(	PUNCT	O	0			trustpilot-297
+14	Phottix	phottix	PROPN	B	0		n.artifact	trustpilot-297
+15	Strato	strato	PROPN	I	14			trustpilot-297
+16	Nikon	nikon	PROPN	I	15			trustpilot-297
+17	triggers	trigger	NOUN	I	16			trustpilot-297
+18	)	)	PUNCT	O	0			trustpilot-297
+19	were	be	VERB	O	0		v.stative	trustpilot-297
+20	cheapest	cheap	ADJ	O	0			trustpilot-297
+21	I	i	PRON	O	0			trustpilot-297
+22	could	could	AUX	O	0			trustpilot-297
+23	find	find	VERB	O	0		v.cognition	trustpilot-297
+24	anywhere	anywhere	ADV	O	0			trustpilot-297
+25	on	on	ADP	O	0			trustpilot-297
+26	the	the	DET	O	0			trustpilot-297
+27	net	net	NOUN	O	0		n.communication	trustpilot-297
+28	.	.	PUNCT	O	0			trustpilot-297
+
+1	@kirkfranklin	@USER	X	O	0			tweebank.148
+2	happy	happy	ADJ	B	0			tweebank.148
+3	birthday	birthday	NOUN	I	2			tweebank.148
+4	!!!!	!!!!	PUNCT	O	0			tweebank.148
+5	I	i	PRON	O	0			tweebank.148
+6	'm	'm	VERB	O	0		v.stative	tweebank.148
+7	so	so	ADV	O	0			tweebank.148
+8	glad	glad	ADJ	O	0			tweebank.148
+9	you	you	PRON	O	0			tweebank.148
+10	were	be	AUX	O	0			tweebank.148
+11	born	bear	VERB	O	0		v.body	tweebank.148
+12	!	!	PUNCT	O	0			tweebank.148
+13	You	you	PRON	O	0			tweebank.148
+14	should	should	AUX	B	0			tweebank.148
+15	have	have	VERB	I	14			tweebank.148
+16	@anthonyevansjr	@USER	X	O	0			tweebank.148
+17	take	take	VERB	B	0		v.social	tweebank.148
+18	u	u	PRON	o	0			tweebank.148
+19	out	out	ADP	I	17			tweebank.148
+20	since	since	SCONJ	O	0			tweebank.148
+21	he	he	PRON	O	0			tweebank.148
+22	's	's	VERB	O	0		v.stative	tweebank.148
+23	a	a	DET	O	0			tweebank.148
+24	Texan	texan	PROPN	O	0		n.person	tweebank.148
+25	again	again	ADV	O	0			tweebank.148
+26	...	...	PUNCT	O	0			tweebank.148
+27	if	if	ADP	O	0			tweebank.148
+28	u	u	PRON	O	0			tweebank.148
+29	r	r	VERB	O	0		v.stative	tweebank.148
+30	town	town	ADJ	O	0			tweebank.148
+
+1	@MelCardillo	@USER	X	O	0			tweebank.126
+2	weird	weird	ADJ	O	0			tweebank.126
+3	cause	cause	SCONJ	O	0			tweebank.126
+4	you	you	PRON	O	0			tweebank.126
+5	r	r	AUX	O	0			tweebank.126
+6	not	not	PART	O	0			tweebank.126
+7	doin	doin	VERB	O	0		v.stative	tweebank.126
+8	either	either	DET	O	0			tweebank.126
+9	..	..	PUNCT	O	0			tweebank.126
+
+1	@BenmStanley	@USER	X	O	0			tweebank.357
+2	4	NUMBER	NUM	O	0			tweebank.357
+3	pages	page	NOUN	O	0		n.artifact	tweebank.357
+4	to	to	PART	O	0			tweebank.357
+5	be	be	VERB	O	0		v.stative	tweebank.357
+6	precise	precise	ADJ	O	0			tweebank.357
+
+1	Software	software	NOUN	O	0		n.communication	trustpilot-187
+2	very	very	ADV	O	0			trustpilot-187
+3	good	good	ADJ	O	0			trustpilot-187
+4	,	,	PUNCT	O	0			trustpilot-187
+5	when	when	ADV	O	0			trustpilot-187
+6	installed	instal	VERB	O	0		v.change	trustpilot-187
+7	with	with	ADP	O	0			trustpilot-187
+8	it	it	PRON	O	0			trustpilot-187
+9	.	.	PUNCT	O	0			trustpilot-187
+
+1	Ultra	ultra	PROPN	O	0		n.person	tweebank.163
+2	is	be	VERB	O	0		v.stative	tweebank.163
+3	to	to	ADV	O	0			tweebank.163
+4	mutha	mutha	INTJ	B	0			tweebank.163
+5	f'n	f'n	INTJ	I	4			tweebank.163
+6	swole	swole	ADJ	O	0			tweebank.163
+7	!!!	!!!	PUNCT	O	0			tweebank.163
+8	#slowjaminthisbih	#slowjaminthisbih	X	O	0			tweebank.163
+
+1	Fucking	fucking	ADJ	O	0			tweebank.365
+2	bitches	bitch	NOUN	O	0		n.person	tweebank.365
+3	all	all	DET	O	0			tweebank.365
+4	the	the	DET	O	0			tweebank.365
+5	time	time	NOUN	O	0		n.event	tweebank.365
+6	i	i	PRON	O	0			tweebank.365
+7	give	give	VERB	O	0		v.body	tweebank.365
+8	em	em	PRON	O	0			tweebank.365
+9	Dick	dick	NOUN	O	0		n.body	tweebank.365
+10	i	i	PRON	O	0			tweebank.365
+11	m	m	VERB	O	0		v.stative	tweebank.365
+12	on	on	ADP	O	0			tweebank.365
+13	dey	dey	DET	O	0			tweebank.365
+14	mind	mind	NOUN	O	0		n.cognition	tweebank.365
+15	i	i	PRON	O	0			tweebank.365
+16	got	get	VERB	O	0		v.stative	tweebank.365
+17	angels	angel	NOUN	O	0		n.person	tweebank.365
+18	demons	demon	NOUN	O	0		n.person	tweebank.365
+19	constantine	constantine	PROPN	O	0		n.person	tweebank.365
+
+1	Payroll	payroll	NOUN	B	0		n.possession	tweebank.188
+2	tax	tax	NOUN	I	1			tweebank.188
+3	a	a	DET	O	0			tweebank.188
+4	point	point	NOUN	B	0		n.cognition	tweebank.188
+5	of	of	ADP	I	4			tweebank.188
+6	contention	contention	NOUN	I	5			tweebank.188
+7	for	for	ADP	O	0			tweebank.188
+8	San	san	PROPN	B	0		n.location	tweebank.188
+9	Francisco	francisco	PROPN	I	8			tweebank.188
+10	startups	startup	NOUN	O	0		n.group	tweebank.188
+11	-	-	PUNCT	O	0			tweebank.188
+12	http://bit.ly/fIvZP9	URL	X	O	0			tweebank.188
+
+1	The	the	DET	O	0			trustpilot-148
+2	item	item	NOUN	O	0		n.artifact	trustpilot-148
+3	arrived	arrive	VERB	O	0		v.motion	trustpilot-148
+4	very	very	ADV	O	0			trustpilot-148
+5	quickly	quickly	ADV	O	0			trustpilot-148
+6	and	and	CONJ	O	0			trustpilot-148
+7	very	very	ADV	O	0			trustpilot-148
+8	well	well	ADV	O	0			trustpilot-148
+9	packaged	packaged	ADJ	O	0			trustpilot-148
+10	.	.	PUNCT	O	0			trustpilot-148
+
+1	@ObeyNell	@USER	X	O	0			tweebank.15
+2	she	she	PRON	O	0			tweebank.15
+3	looks	look	VERB	B	0		v.perception	tweebank.15
+4	like	like	SCONJ	I	3			tweebank.15
+5	it	it	PRON	O	0			tweebank.15
+6	pacin	pacin	VERB	O	0		v.motion	tweebank.15
+7	'	'	PUNCT	O	0			tweebank.15
+8	back	back	ADV	B	0			tweebank.15
+9	&	&	CONJ	I	8			tweebank.15
+10	forth	forth	ADV	I	9			tweebank.15
+11	lol	lol	INTJ	O	0			tweebank.15
+
+1	You	you	PRON	O	0			ted.iwslt.1176.6
+2	've	've	AUX	O	0			ted.iwslt.1176.6
+3	just	just	ADV	O	0			ted.iwslt.1176.6
+4	got	get	VERB	B	0			ted.iwslt.1176.6
+5	to	to	PART	I	4			ted.iwslt.1176.6
+6	go	go	VERB	O	0		v.motion	ted.iwslt.1176.6
+7	around	around	ADP	O	0			ted.iwslt.1176.6
+8	the	the	DET	O	0			ted.iwslt.1176.6
+9	block	block	NOUN	O	0		n.artifact	ted.iwslt.1176.6
+10	to	to	PART	O	0			ted.iwslt.1176.6
+11	see	see	VERB	O	0		v.cognition	ted.iwslt.1176.6
+12	it	it	PRON	O	0			ted.iwslt.1176.6
+13	as	as	ADP	O	0			ted.iwslt.1176.6
+14	an	an	DET	O	0			ted.iwslt.1176.6
+15	epiphany	epiphany	NOUN	O	0		n.phenomenon	ted.iwslt.1176.6
+16	.	.	PUNCT	O	0			ted.iwslt.1176.6
+
+1	No	no	DET	O	0			tweebank.376
+2	Test	test	NOUN	O	0		n.cognition	tweebank.376
+3	for	for	ADP	O	0			tweebank.376
+4	me	me	PRON	O	0			tweebank.376
+5	,	,	PUNCT	O	0			tweebank.376
+6	tomar	tomar	NOUN	O	0		n.person	tweebank.376
+7	:)	EMOTICON	X	O	0			tweebank.376
+
+1	Even	even	ADV	O	0			trustpilot-316
+2	for	for	ADP	O	0			trustpilot-316
+3	their	their	DET	O	0			trustpilot-316
+4	long	long	ADJ	B	0		n.act	trustpilot-316
+5	haul	haul	NOUN	I	4			trustpilot-316
+6	flights	flight	NOUN	I	5			trustpilot-316
+7	they	they	PRON	O	0			trustpilot-316
+8	charge	charge	VERB	O	0		v.possession	trustpilot-316
+9	for	for	ADP	O	0			trustpilot-316
+10	meals	meal	NOUN	O	0		n.food	trustpilot-316
+11	and	and	CONJ	O	0			trustpilot-316
+12	seat	seat	NOUN	B	0		n.act	trustpilot-316
+13	selection	selection	NOUN	I	12			trustpilot-316
+14	,	,	PUNCT	O	0			trustpilot-316
+15	which	which	PRON	O	0			trustpilot-316
+16	should	should	AUX	O	0			trustpilot-316
+17	be	be	AUX	O	0			trustpilot-316
+18	included	include	VERB	O	0		v.stative	trustpilot-316
+19	.	.	PUNCT	O	0			trustpilot-316
+
+1	If	if	CONJ	O	0			trustpilot-298
+2	'	'	PUNCT	O	0			trustpilot-298
+3	time	time	NOUN	O	0		n.time	trustpilot-298
+4	'	'	PUNCT	O	0			trustpilot-298
+5	is	be	VERB	O	0		v.stative	trustpilot-298
+6	of	of	ADP	B	0		n.feeling	trustpilot-298
+7	the	the	DET	I	6			trustpilot-298
+8	essence	essence	NOUN	I	7			trustpilot-298
+9	there	there	ADV	O	0			trustpilot-298
+10	is	be	VERB	O	0		v.stative	trustpilot-298
+11	no	no	DET	O	0			trustpilot-298
+12	point	point	NOUN	O	0		n.cognition	trustpilot-298
+13	ordering	order	VERB	O	0		v.communication	trustpilot-298
+14	and	and	CONJ	O	0			trustpilot-298
+15	expecting	expect	VERB	O	0		v.cognition	trustpilot-298
+16	delivery	delivery	NOUN	O	0		n.act	trustpilot-298
+17	within	within	ADP	O	0			trustpilot-298
+18	0	0	NUM	O	0			trustpilot-298
+19	or	or	CONJ	O	0			trustpilot-298
+20	0	0	NUM	O	0			trustpilot-298
+21	days	days	NOUN	O	0		n.time	trustpilot-298
+22	.	.	PUNCT	O	0			trustpilot-298
+
+1	@Bitch3sLoveM3	@USER	X	O	0			tweebank.369
+2	i	i	PRON	O	0			tweebank.369
+3	ve	ve	AUX	O	0			tweebank.369
+4	been	be	VERB	O	0		v.stative	tweebank.369
+5	fine	fine	ADJ	O	0			tweebank.369
+6	..	..	PUNCT	O	0			tweebank.369
+7	could	could	AUX	O	0			tweebank.369
+8	be	be	VERB	O	0		v.stative	tweebank.369
+9	better	better	ADJ	O	0			tweebank.369
+10	lol	lol	INTJ	O	0			tweebank.369
+11	[:	EMOTICON	X	O	0			tweebank.369
+
+1	Fuck	fuck	INTJ	O	0			tweebank.379
+2	what	what	PRON	O	0			tweebank.379
+3	he	he	PRON	O	0			tweebank.379
+4	wants	want	VERB	O	0		v.emotion	tweebank.379
+5	..	..	PUNCT	O	0			tweebank.379
+6	He	he	PRON	O	0			tweebank.379
+7	's	's	VERB	O	0		v.stative	tweebank.379
+8	dead	dead	ADJ	B	0			tweebank.379
+9	to	to	ADP	I	8			tweebank.379
+10	the	the	DET	I	9			tweebank.379
+11	world	world	NOUN	I	10			tweebank.379
+12	now	now	ADV	O	0			tweebank.379
+13	..	..	PUNCT	O	0			tweebank.379
+14	I	i	PRON	O	0			tweebank.379
+15	want	want	VERB	O	0		v.emotion	tweebank.379
+16	!	!	PUNCT	O	0			tweebank.379
+
+1	The	the	DET	O	0			trustpilot-235
+2	whole	whole	ADJ	O	0			trustpilot-235
+3	process	process	NOUN	O	0		n.act	trustpilot-235
+4	of	of	ADP	O	0			trustpilot-235
+5	booking	book	VERB	O	0		v.cognition	trustpilot-235
+6	our	our	DET	O	0			trustpilot-235
+7	ferry	ferry	NOUN	O	0		n.artifact	trustpilot-235
+8	to	to	ADP	O	0			trustpilot-235
+9	Calais	calais	PROPN	O	0		n.location	trustpilot-235
+10	was	be	VERB	O	0		v.stative	trustpilot-235
+11	so	so	ADV	O	0			trustpilot-235
+12	simple	simple	ADJ	O	0			trustpilot-235
+13	.	.	PUNCT	O	0			trustpilot-235
+
+1	I	i	PRON	O	0			trustpilot-143
+2	have	have	AUX	O	0			trustpilot-143
+3	since	since	ADP	O	0			trustpilot-143
+4	tried	try	VERB	O	0		v.stative	trustpilot-143
+5	to	to	PART	O	0			trustpilot-143
+6	arrange	arrange	VERB	O	0		v.change	trustpilot-143
+7	a	a	DET	O	0			trustpilot-143
+8	re	re	NOUN	B	0		n.act	trustpilot-143
+9	-	-	PUNCT	I	8			trustpilot-143
+10	delivery	delivery	NOUN	I	9			trustpilot-143
+11	but	but	CONJ	O	0			trustpilot-143
+12	their	their	DET	O	0			trustpilot-143
+13	system	system	NOUN	O	0		n.artifact	trustpilot-143
+14	thinks	think	VERB	O	0		v.cognition	trustpilot-143
+15	that	that	CONJ	O	0			trustpilot-143
+16	the	the	DET	O	0			trustpilot-143
+17	parcel	parcel	NOUN	O	0		n.artifact	trustpilot-143
+18	is	be	VERB	O	0		v.stative	trustpilot-143
+19	still	still	ADV	O	0			trustpilot-143
+20	out	out	ADP	O	0			trustpilot-143
+21	for	for	ADP	O	0			trustpilot-143
+22	delivery	delivery	NOUN	O	0		n.act	trustpilot-143
+23	.	.	PUNCT	O	0			trustpilot-143
+
+1	And	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+2	in	in	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+3	humans	humans	NOUN	O	0		n.animal	ted.naist.002-JessaGamble_2010G.iwslt.957.9
+4	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+5	we	we	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+6	call	call	VERB	O	0		v.communication	ted.naist.002-JessaGamble_2010G.iwslt.957.9
+7	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+8	the	the	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+9	``	``	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+10	body	body	NOUN	B	0		n.body	ted.naist.002-JessaGamble_2010G.iwslt.957.9
+11	clock	clock	NOUN	I	10			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+12	''	''	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+13	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.9
+
+1	@i_LikeEmThick	@USER	X	O	0			tweebank.301
+2	Go	go	VERB	O	0		v.motion	tweebank.301
+3	to	to	ADP	O	0			tweebank.301
+4	sleep	sleep	NOUN	O	0		n.body	tweebank.301
+5	.	.	PUNCT	O	0			tweebank.301
+6	lol	lol	INTJ	O	0			tweebank.301
+
+1	Hi	hi	INTJ	O	0			ted.iwslt.1371.1
+2	.	.	PUNCT	O	0			ted.iwslt.1371.1
+3	I	i	PRON	O	0			ted.iwslt.1371.1
+4	'm	'm	VERB	O	0		v.stative	ted.iwslt.1371.1
+5	Kevin	kevin	PROPN	B	0		n.person	ted.iwslt.1371.1
+6	Allocca	allocca	PROPN	I	5			ted.iwslt.1371.1
+7	,	,	PUNCT	O	0			ted.iwslt.1371.1
+8	I	i	PRON	O	0			ted.iwslt.1371.1
+9	'm	'm	VERB	O	0		v.stative	ted.iwslt.1371.1
+10	the	the	DET	O	0			ted.iwslt.1371.1
+11	trends	trend	NOUN	B	0		n.person	ted.iwslt.1371.1
+12	manager	manager	NOUN	I	11			ted.iwslt.1371.1
+13	at	at	ADP	O	0			ted.iwslt.1371.1
+14	YouTube	youtube	PROPN	O	0		n.group	ted.iwslt.1371.1
+15	,	,	PUNCT	O	0			ted.iwslt.1371.1
+16	and	and	CONJ	O	0			ted.iwslt.1371.1
+17	I	i	PRON	O	0			ted.iwslt.1371.1
+18	professionally	professionally	ADV	O	0			ted.iwslt.1371.1
+19	watch	watch	VERB	O	0		v.perception	ted.iwslt.1371.1
+20	YouTube	youtube	PROPN	B	0		n.communication	ted.iwslt.1371.1
+21	videos	video	NOUN	I	20			ted.iwslt.1371.1
+22	.	.	PUNCT	O	0			ted.iwslt.1371.1
+
+1	Biscuit	biscuit	NOUN	O	0		n.food	tweebank.385
+2	dry	dry	ADJ	O	0			tweebank.385
+3	as	as	ADP	O	0			tweebank.385
+4	hell	hell	NOUN	O	0		n.location	tweebank.385
+5	>.<	EMOTICON	X	O	0			tweebank.385
+
+1	What	what	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.4
+2	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.4
+3	origami	origami	NOUN	O	0		n.act	ted.naist.001-RobertLang_2008.iwslt.321.4
+4	?	?	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.4
+
+1	All	all	DET	O	0			tweebank.378
+2	our	our	PRON	O	0			tweebank.378
+3	dreams	dream	NOUN	O	0		n.cognition	tweebank.378
+4	can	can	AUX	O	0			tweebank.378
+5	come	come	VERB	B	0		v.creation	tweebank.378
+6	true	true	ADJ	I	5			tweebank.378
+7	,	,	PUNCT	O	0			tweebank.378
+8	if	if	SCONJ	O	0			tweebank.378
+9	we	we	PRON	O	0			tweebank.378
+10	have	have	VERB	O	0		v.stative	tweebank.378
+11	the	the	DET	O	0			tweebank.378
+12	courage	courage	NOUN	O	0		n.attribute	tweebank.378
+13	to	to	PART	O	0			tweebank.378
+14	pursue	pursue	VERB	O	0		v.cognition	tweebank.378
+15	them	them	PRON	O	0			tweebank.378
+16	.	.	PUNCT	O	0			tweebank.378
+17	--	--	PUNCT	O	0			tweebank.378
+18	Walt	walt	PROPN	B	0		n.person	tweebank.378
+19	Disney	disney	PROPN	I	18			tweebank.378
+
+1	This	this	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+2	is	be	VERB	O	0		v.stative	ted.naist.004-YvesBehar_2009.iwslt.552.6
+3	a	a	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+4	land	land	NOUN	B	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.6
+5	yacht	yacht	NOUN	I	4			ted.naist.004-YvesBehar_2009.iwslt.552.6
+6	racing	race	VERB	O	0		v.motion	ted.naist.004-YvesBehar_2009.iwslt.552.6
+7	across	across	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+8	the	the	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+9	desert	desert	NOUN	O	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.6
+10	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+11	Nevada	nevada	PROPN	O	0		n.location	ted.naist.004-YvesBehar_2009.iwslt.552.6
+12	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.6
+
+1	#YouNotBlackIf	#younotblackif	X	O	0			tweebank.23
+2	You	you	PRON	O	0			tweebank.23
+3	have	have	AUX	O	0			tweebank.23
+4	n't	n't	PART	O	0			tweebank.23
+5	made	make	VERB	O	0		v.communication	tweebank.23
+6	a	a	DET	O	0			tweebank.23
+7	friday	friday	PROPN	B	0		n.communication	tweebank.23
+8	joke	joke	NOUN	I	7			tweebank.23
+9	(	(	PUNCT	O	0			tweebank.23
+10	Yeen	yeen	PRON	O	0			tweebank.23
+11	gotta	gotta	VERB	O	0			tweebank.23
+12	lie	lie	VERB	O	0		v.communication	tweebank.23
+13	craig	craig	PROPN	O	0		n.person	tweebank.23
+14	!	!	PUNCT	O	0			tweebank.23
+15	)	)	PUNCT	O	0			tweebank.23
+
+1	So	so	ADV	O	0			trustpilot-6
+2	,	,	PUNCT	O	0			trustpilot-6
+3	even	even	ADV	O	0			trustpilot-6
+4	if	if	CONJ	O	0			trustpilot-6
+5	your	your	VERB	O	0		v.stative	trustpilot-6
+6	an	an	DET	O	0			trustpilot-6
+7	idiot	idiot	NOUN	O	0		n.attribute	trustpilot-6
+8	,	,	PUNCT	O	0			trustpilot-6
+9	you	you	PRON	O	0			trustpilot-6
+10	can	can	AUX	O	0			trustpilot-6
+11	still	still	ADV	O	0			trustpilot-6
+12	order	order	VERB	O	0		v.communication	trustpilot-6
+13	the	the	DET	O	0			trustpilot-6
+14	correct	correct	ADJ	O	0			trustpilot-6
+15	tyres	tyre	NOUN	O	0		n.artifact	trustpilot-6
+16	,	,	PUNCT	O	0			trustpilot-6
+17	as	as	CONJ	O	0			trustpilot-6
+18	you	you	PRON	O	0			trustpilot-6
+19	only	only	ADV	O	0			trustpilot-6
+20	need	need	AUX	O	0			trustpilot-6
+21	to	to	PART	O	0			trustpilot-6
+22	put	put	VERB	B	0		v.communication	trustpilot-6
+23	in	in	PART	I	22			trustpilot-6
+24	your	your	DET	O	0			trustpilot-6
+25	vehicle	vehicle	NOUN	B	0		n.attribute	trustpilot-6
+26	registration	registration	NOUN	I	25			trustpilot-6
+27	.	.	PUNCT	O	0			trustpilot-6
+
+1	@EuSouAlexander	@USER	X	O	0			tweebank.161
+2	he	he	PRON	O	0			tweebank.161
+3	1	NUMBER	NUM	O	0			tweebank.161
+4	shy	shy	ADJ	O	0			tweebank.161
+5	of	of	ADP	O	0			tweebank.161
+6	tie	tie	NOUN	O	0		n.state	tweebank.161
+7	for	for	ADP	O	0			tweebank.161
+8	most	most	ADJ	O	0			tweebank.161
+9	3s	NUMBER	NUM	O	0			tweebank.161
+10	in	in	ADP	O	0			tweebank.161
+11	NBA	nba	PROPN	O	0		n.group	tweebank.161
+12	history	history	NOUN	O	0		n.time	tweebank.161
+13	and	and	CONJ	O	0			tweebank.161
+14	2	NUMBER	NUM	O	0			tweebank.161
+15	shy	shy	ADJ	O	0			tweebank.161
+16	of	of	SCONJ	O	0			tweebank.161
+17	breaking	break	VERB	O	0		v.change	tweebank.161
+18	it	it	PRON	O	0			tweebank.161
+
+1	Phoooonneeeeeeeeee	phoooonneeeeeeeeee	NOUN	O	0		n.communication	tweebank.215
+2	with	with	ADP	O	0			tweebank.215
+3	my	my	PRON	O	0			tweebank.215
+4	wife	wife	NOUN	O	0		n.person	tweebank.215
+5	!	!	PUNCT	O	0			tweebank.215
+
+1	RT	rt	X	O	0			tweebank.395
+2	@QuotesGeek	@USER	X	O	0			tweebank.395
+3	:	:	X	O	0			tweebank.395
+4	Always	always	ADV	O	0			tweebank.395
+5	have	have	VERB	O	0		v.stative	tweebank.395
+6	your	your	PRON	O	0			tweebank.395
+7	stuff	stuff	NOUN	O	0		n.possession	tweebank.395
+8	when	when	ADV	O	0			tweebank.395
+9	you	you	PRON	O	0			tweebank.395
+10	need	need	VERB	O	0		v.stative	tweebank.395
+11	it	it	PRON	O	0			tweebank.395
+12	with	with	ADP	O	0			tweebank.395
+13	@Dropbox	@USER	X	O	0			tweebank.395
+14	.	.	PUNCT	O	0			tweebank.395
+15	2GB	NUMBER	NUM	O	0			tweebank.395
+16	account	account	NOUN	O	0		n.communication	tweebank.395
+17	is	be	VERB	O	0		v.stative	tweebank.395
+18	free	free	ADJ	O	0			tweebank.395
+19	!	!	PUNCT	O	0			tweebank.395
+20	http://t.co/clhZfz0w	URL	X	O	0			tweebank.395
+
+1	will	will	AUX	O	0			trustpilot-320
+2	deffinately	deffinately	ADV	O	0			trustpilot-320
+3	recommend	recommend	VERB	O	0		v.communication	trustpilot-320
+4	to	to	ADP	O	0			trustpilot-320
+5	all	all	DET	O	0			trustpilot-320
+6	family	family	NOUN	O	0		n.group	trustpilot-320
+7	and	and	CONJ	O	0			trustpilot-320
+8	friends	friend	NOUN	O	0		n.person	trustpilot-320
+9	.	.	PUNCT	O	0			trustpilot-320
+
+1	@KWinnie89	@USER	X	O	0			tweebank.219
+2	:/	EMOTICON	X	O	0			tweebank.219
+3	It	it	PRON	O	0			tweebank.219
+4	's	's	VERB	O	0		v.stative	tweebank.219
+5	okay	okay	ADJ	O	0			tweebank.219
+6	.	.	PUNCT	O	0			tweebank.219
+7	I	i	PRON	O	0			tweebank.219
+8	guess	guess	VERB	O	0		v.cognition	tweebank.219
+9	people	people	NOUN	O	0		n.group	tweebank.219
+10	are	be	AUX	O	0			tweebank.219
+11	going	go	VERB	O	0		v.motion	tweebank.219
+12	again	again	ADV	O	0			tweebank.219
+13	next	next	ADJ	B	0			tweebank.219
+14	week	week	NOUN	I	13			tweebank.219
+15	,	,	PUNCT	O	0			tweebank.219
+16	do	do	AUX	O	0			tweebank.219
+17	you	you	PRON	O	0			tweebank.219
+18	think	think	VERB	O	0		v.cognition	tweebank.219
+19	you'll	you'll	VERB	O	0		v.stative	tweebank.219
+20	go	go	VERB	O	0		v.motion	tweebank.219
+21	?	?	PUNCT	O	0			tweebank.219
+
+1	Former	former	ADJ	O	0			tweebank.30
+2	Villarreal	villarreal	PROPN	O	0		n.group	tweebank.30
+3	and	and	CONJ	O	0			tweebank.30
+4	Panathinaikos	panathinaikos	PROPN	O	0		n.group	tweebank.30
+5	boss	boss	NOUN	O	0		n.person	tweebank.30
+6	Victor	victor	PROPN	B	0		n.person	tweebank.30
+7	Munoz	munoz	PROPN	I	6			tweebank.30
+8	set	set	VERB	O	0		v.stative	tweebank.30
+9	for	for	ADP	O	0			tweebank.30
+10	Al	al	PROPN	B	0		n.group	tweebank.30
+11	Ittihad	ittihad	PROPN	I	10			tweebank.30
+12	post	post	NOUN	O	0		n.act	tweebank.30
+13	http://t.co/d9SN0ieQ	URL	X	O	0			tweebank.30
+
+1	Both	both	DET	O	0			trustpilot-226
+2	hotels	hotel	NOUN	O	0		n.artifact	trustpilot-226
+3	chosen	choose	VERB	O	0		v.cognition	trustpilot-226
+4	for	for	ADP	O	0			trustpilot-226
+5	us	us	PRON	O	0			trustpilot-226
+6	,	,	PUNCT	O	0			trustpilot-226
+7	before	before	ADP	O	0			trustpilot-226
+8	and	and	CONJ	O	0			trustpilot-226
+9	especially	especially	ADV	O	0			trustpilot-226
+10	after	after	ADP	O	0			trustpilot-226
+11	were	be	VERB	O	0		v.stative	trustpilot-226
+12	lovely	lovely	ADJ	O	0			trustpilot-226
+13	and	and	CONJ	O	0			trustpilot-226
+14	the	the	DET	O	0			trustpilot-226
+15	debriefing	debriefing	NOUN	O	0		n.communication	trustpilot-226
+16	we	we	PRON	O	0			trustpilot-226
+17	were	be	AUX	O	0			trustpilot-226
+18	given	give	VERB	O	0		v.communication	trustpilot-226
+19	before	before	ADP	O	0			trustpilot-226
+20	the	the	DET	O	0			trustpilot-226
+21	climb	climb	NOUN	O	0		n.act	trustpilot-226
+22	was	be	VERB	O	0		v.stative	trustpilot-226
+23	very	very	ADV	O	0			trustpilot-226
+24	informative	informative	ADJ	O	0			trustpilot-226
+25	.	.	PUNCT	O	0			trustpilot-226
+
+1	Upcoming	upcoming	ADJ	O	0			tweebank.211
+2	rap	rap	NOUN	B	0		n.person	tweebank.211
+3	artist	artist	NOUN	I	2			tweebank.211
+4	?	?	PUNCT	O	0			tweebank.211
+5	OMFG	omfg	INTJ	O	0			tweebank.211
+6	!!	!!	PUNCT	O	0			tweebank.211
+7	I	i	PRON	O	0			tweebank.211
+8	do	do	AUX	O	0			tweebank.211
+9	n't	n't	PART	O	0			tweebank.211
+10	think	think	VERB	O	0		v.cognition	tweebank.211
+11	so	so	ADV	O	0			tweebank.211
+12	http://6.md/a90f0?=f938	URL	X	O	0			tweebank.211
+13	!	!	PUNCT	O	0			tweebank.211
+14	Chuck	chuck	PROPN	B	0		n.person	tweebank.211
+15	Norris	norris	PROPN	I	14			tweebank.211
+16	Starbucks	starbucks	PROPN	O	0		n.group	tweebank.211
+17	iPod	ipod	PROPN	O	0		n.artifact	tweebank.211
+
+1	But	but	CONJ	O	0			trustpilot-286
+2	wasn	wasn	VERB	O	0		v.stative	trustpilot-286
+3	'	'	PART	O	0			trustpilot-286
+4	t	t	PART	O	0			trustpilot-286
+5	I	i	PRON	O	0			trustpilot-286
+6	pleasantly	pleasantly	ADV	O	0			trustpilot-286
+7	surprised	surprise	VERB	O	0		v.cognition	trustpilot-286
+8	.	.	PUNCT	O	0			trustpilot-286
+
+1	@TieALitleRibbon	@USER	X	O	0			tweebank.131
+2	I	i	PRON	O	0			tweebank.131
+3	think	think	VERB	O	0		v.cognition	tweebank.131
+4	I	i	PRON	O	0			tweebank.131
+5	cut	cut	VERB	O	0		v.contact	tweebank.131
+6	like	like	ADJ	O	0			tweebank.131
+7	,	,	PUNCT	O	0			tweebank.131
+8	6-8	NUMBER	NUM	O	0			tweebank.131
+9	inches	inch	NOUN	O	0		n.quantity	tweebank.131
+10	.	.	PUNCT	O	0			tweebank.131
+11	It	it	PRON	O	0			tweebank.131
+12	's	's	VERB	O	0		v.stative	tweebank.131
+13	nice	nice	ADJ	O	0			tweebank.131
+14	,	,	PUNCT	O	0			tweebank.131
+15	but	but	CONJ	O	0			tweebank.131
+16	I	i	PRON	O	0			tweebank.131
+17	miss	miss	VERB	O	0		v.emotion	tweebank.131
+18	my	my	PRON	O	0			tweebank.131
+19	big	big	ADJ	O	0			tweebank.131
+20	ponytail	ponytail	NOUN	O	0		n.body	tweebank.131
+21	!	!	PUNCT	O	0			tweebank.131
+
+1	And	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+2	our	our	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+3	teacher	teacher	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.5
+4	told	tell	VERB	O	0		v.communication	ted.naist.007-HansRosling_2010S.iwslt.9121.5
+5	us	us	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+6	that	that	SCONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+7	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+8	industrialized	industrialized	ADJ	B	0		n.natural_object	ted.naist.007-HansRosling_2010S.iwslt.9121.5
+9	world	world	NOUN	I	8			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+10	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+11	1960	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+12	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+13	had	have	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.5
+14	one	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+15	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+16	people	people	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.5
+17	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.5
+
+1	And	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+2	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+3	thought	think	VERB	O	0		v.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+4	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+5	well	well	INTJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+6	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+7	since	since	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+8	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+9	ca	ca	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+10	n't	n't	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+11	go	go	VERB	O	0		v.motion	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+12	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+13	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+14	movies	movie	NOUN	O	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+15	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+16	at	at	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+17	least	least	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+18	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+19	will	will	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+20	go	go	VERB	O	0		v.motion	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+21	for	for	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+22	free	free	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+23	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+24	listen	listen	VERB	O	0		v.perception	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+25	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+26	flying	fly	VERB	B	0		n.phenomenon	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+27	saucers	saucer	NOUN	I	26			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+28	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+
+1	RT	rt	X	O	0			tweebank.221
+2	@alisha_bieber96	@USER	X	O	0			tweebank.221
+3	:	:	X	O	0			tweebank.221
+4	#nsnweekend	#nsnweekend	X	O	0			tweebank.221
+5	how	how	ADV	O	0			tweebank.221
+6	can	can	AUX	O	0			tweebank.221
+7	people	people	NOUN	O	0		n.person	tweebank.221
+8	choose	choose	VERB	O	0		v.cognition	tweebank.221
+9	there	there	PRON	O	0			tweebank.221
+10	favourite	favourite	ADJ	O	0			tweebank.221
+11	performance	performance	NOUN	O	0		n.act	tweebank.221
+12	,	,	PUNCT	O	0			tweebank.221
+13	the	the	DET	O	0			tweebank.221
+14	whole	whole	ADJ	O	0			tweebank.221
+15	thing	thing	NOUN	O	0		n.act	tweebank.221
+16	was	be	VERB	O	0		v.stative	tweebank.221
+17	perfect	perfect	ADJ	O	0			tweebank.221
+18	!	!	PUNCT	O	0			tweebank.221
+
+1	Tagged	tag	VERB	O	0			tweebank.338
+2	:	:	PUNCT	O	0			tweebank.338
+3	@Celiajulia	@USER	X	O	0			tweebank.338
+4	@maariferrodi	@USER	X	O	0			tweebank.338
+5	-	-	PUNCT	O	0			tweebank.338
+6	http://t.co/E2DTX8mJ	URL	X	O	0			tweebank.338
+
+1	RT	rt	X	O	0			tweebank.339
+2	@SayingsForGirls	@USER	X	O	0			tweebank.339
+3	:	:	X	O	0			tweebank.339
+4	He	he	PRON	O	0			tweebank.339
+5	's	's	VERB	O	0		v.stative	tweebank.339
+6	cute	cute	ADJ	O	0			tweebank.339
+7	.	.	PUNCT	O	0			tweebank.339
+8	He	he	PRON	O	0			tweebank.339
+9	's	's	VERB	O	0		v.stative	tweebank.339
+10	fine	fine	ADJ	O	0			tweebank.339
+11	.	.	PUNCT	O	0			tweebank.339
+12	He	he	PRON	O	0			tweebank.339
+13	's	's	VERB	O	0		v.stative	tweebank.339
+14	everything	everything	NOUN	O	0			tweebank.339
+15	but	but	CONJ	O	0			tweebank.339
+16	mine	mine	PRON	O	0			tweebank.339
+17	.	.	PUNCT	O	0			tweebank.339
+
+1	The	the	DET	O	0			tweebank.289
+2	50%	NUMBER	NUM	B	0		n.cognition	tweebank.289
+3	Return	return	NOUN	I	2			tweebank.289
+4	Method	method	NOUN	I	3			tweebank.289
+5	Billionaire	billionaire	NOUN	O	0		n.quantity	tweebank.289
+6	Investor	investor	NOUN	O	0		n.person	tweebank.289
+7	Warren	warren	PROPN	B	0		n.person	tweebank.289
+8	Buffet	buffet	PROPN	I	7			tweebank.289
+9	Wishes	wish	VERB	O	0		v.emotion	tweebank.289
+10	He	he	PRON	O	0			tweebank.289
+11	Could	could	AUX	O	0			tweebank.289
+12	Use	use	VERB	O	0		v.stative	tweebank.289
+13	,	,	PUNCT	O	0			tweebank.289
+14	You	you	PRON	O	0			tweebank.289
+15	Can	can	AUX	O	0			tweebank.289
+16	Use	use	VERB	O	0		v.stative	tweebank.289
+17	!	!	PUNCT	O	0			tweebank.289
+18	http://t.co/qsrdFJe	URL	X	O	0			tweebank.289
+
+1	@updateconf	@USER	X	O	0			tweebank.268
+2	I	i	PRON	O	0			tweebank.268
+3	think	think	VERB	O	0		v.cognition	tweebank.268
+4	I	i	PRON	O	0			tweebank.268
+5	thought	think	VERB	O	0		v.possession	tweebank.268
+6	a	a	DET	O	0			tweebank.268
+7	ticket	ticket	NOUN	O	0		n.possession	tweebank.268
+8	the	the	DET	O	0			tweebank.268
+9	other	other	ADJ	O	0			tweebank.268
+10	day	day	NOUN	O	0		n.time	tweebank.268
+11	-	-	PUNCT	O	0			tweebank.268
+12	PayPal	paypal	PROPN	O	0		n.group	tweebank.268
+13	says	say	VERB	O	0		v.communication	tweebank.268
+14	Yes	yes	INTJ	O	0			tweebank.268
+15	,	,	PUNCT	O	0			tweebank.268
+16	Eventbrite	eventbrite	PROPN	O	0		n.group	tweebank.268
+17	's	's	AUX	O	0			tweebank.268
+18	never	never	ADV	O	0			tweebank.268
+19	heard	hear	VERB	B	0		v.perception	tweebank.268
+20	of	of	ADP	I	19			tweebank.268
+21	me	me	PRON	O	0			tweebank.268
+22	.	.	PUNCT	O	0			tweebank.268
+23	Can	can	AUX	O	0			tweebank.268
+24	you	you	PRON	O	0			tweebank.268
+25	confirm	confirm	VERB	O	0		v.cognition	tweebank.268
+26	success/fail	success/fail	NOUN	O	0		n.attribute	tweebank.268
+27	status	status	NOUN	O	0		n.state	tweebank.268
+28	?	?	PUNCT	O	0			tweebank.268
+
+1	Only	only	ADV	O	0			trustpilot-179
+2	one	one	NUM	O	0			trustpilot-179
+3	occasion	occasion	NOUN	O	0		n.event	trustpilot-179
+4	was	be	VERB	O	0		v.stative	trustpilot-179
+5	something	something	NOUN	O	0		n.artifact	trustpilot-179
+6	I	i	PRON	O	0			trustpilot-179
+7	ordered	order	VERB	O	0		v.communication	trustpilot-179
+8	out	out	ADP	B	0		n.attribute	trustpilot-179
+9	of	of	ADP	I	8			trustpilot-179
+10	stock	stock	NOUN	I	9			trustpilot-179
+11	and	and	CONJ	O	0			trustpilot-179
+12	delayed	delay	VERB	O	0		v.stative	trustpilot-179
+13	.	.	PUNCT	O	0			trustpilot-179
+
+1	That	that	DET	O	0			tweebank.396
+2	moment	moment	NOUN	O	0		n.event	tweebank.396
+3	when	when	ADV	O	0			tweebank.396
+4	someone	someone	NOUN	O	0			tweebank.396
+5	tells	tell	VERB	O	0		v.communication	tweebank.396
+6	you	you	PRON	O	0			tweebank.396
+7	that	that	SCONJ	O	0			tweebank.396
+8	you	you	PRON	O	0			tweebank.396
+9	and	and	CONJ	O	0			tweebank.396
+10	him	him	PRON	O	0			tweebank.396
+11	would	would	AUX	O	0			tweebank.396
+12	look	look	VERB	O	0		v.perception	tweebank.396
+13	good	good	ADJ	O	0			tweebank.396
+14	together	together	ADV	O	0			tweebank.396
+15	.	.	PUNCT	O	0			tweebank.396
+16	♥	EMOTICON	X	O	0			tweebank.396
+
+1	New	new	ADJ	O	0			tweebank.251
+2	FC	fc	PROPN	B	0		n.cognition	tweebank.251
+3	Menu	menu	PROPN	I	2			tweebank.251
+4	Utility	utility	PROPN	I	3			tweebank.251
+5	2.0	NUMBER	NUM	O	0			tweebank.251
+6	#apple	#apple	PROPN	O	0		n.artifact	tweebank.251
+7	http://t.co/VftFt2c	URL	X	O	0			tweebank.251
+
+1	I	i	PRON	O	0			trustpilot-128
+2	'	'	PUNCT	O	0			trustpilot-128
+3	m	m	VERB	O	0		v.stative	trustpilot-128
+4	very	very	ADV	O	0			trustpilot-128
+5	disappointed	disappointed	ADJ	O	0			trustpilot-128
+6	with	with	ADP	O	0			trustpilot-128
+7	my	my	DET	O	0			trustpilot-128
+8	£	£	X	O	0			trustpilot-128
+9	0	0	NUM	O	0			trustpilot-128
+10	,	,	PUNCT	O	0			trustpilot-128
+11	000	000	NUM	O	0			trustpilot-128
+12	purchase	purchase	NOUN	O	0		n.act	trustpilot-128
+13	and	and	CONJ	O	0			trustpilot-128
+14	I	i	PRON	O	0			trustpilot-128
+15	regret	regret	VERB	O	0		v.emotion	trustpilot-128
+16	ever	ever	ADV	O	0			trustpilot-128
+17	going	go	VERB	B	0		v.motion	trustpilot-128
+18	near	near	ADP	I	17			trustpilot-128
+19	their	their	DET	O	0			trustpilot-128
+20	store	store	NOUN	O	0		n.artifact	trustpilot-128
+21	.	.	PUNCT	O	0			trustpilot-128
+
+1	I	i	PRON	O	0			trustpilot-195
+2	would	would	VERB	O	0			trustpilot-195
+3	shop	shop	VERB	O	0		v.possession	trustpilot-195
+4	again	again	ADV	O	0			trustpilot-195
+5	at	at	ADP	O	0			trustpilot-195
+6	AO	ao	PROPN	O	0		n.group	trustpilot-195
+7	but	but	CONJ	O	0			trustpilot-195
+8	i	i	PRON	O	0			trustpilot-195
+9	would	would	VERB	O	0			trustpilot-195
+10	do	do	VERB	O	0		v.cognition	trustpilot-195
+11	my	my	DET	O	0			trustpilot-195
+12	homework	homework	NOUN	O	0		n.act	trustpilot-195
+13	elsewhere	elsewhere	ADV	O	0			trustpilot-195
+14	first	first	ADV	O	0			trustpilot-195
+15	before	before	ADP	O	0			trustpilot-195
+16	i	i	PRON	O	0			trustpilot-195
+17	hit	hit	VERB	O	0		v.contact	trustpilot-195
+18	the	the	DET	O	0			trustpilot-195
+19	buy	buy	NOUN	B	0		n.artifact	trustpilot-195
+20	button	button	NOUN	I	19			trustpilot-195
+21	.	.	PUNCT	O	0			trustpilot-195
+
+1	RT	rt	X	O	0			tweebank.143
+2	@Mrweedsmoker03	@USER	X	O	0			tweebank.143
+3	ON	on	ADP	O	0			tweebank.143
+4	some	some	DET	O	0			tweebank.143
+5	real	real	ADJ	B	0			tweebank.143
+6	ass	ass	NOUN	I	5			tweebank.143
+7	shit	shit	NOUN	O	0		n.communication	tweebank.143
+8	...	...	PUNCT	O	0			tweebank.143
+9	if	if	SCONJ	O	0			tweebank.143
+10	you	you	PRON	O	0			tweebank.143
+11	DL	dl	VERB	O	0		v.stative	tweebank.143
+12	...	...	PUNCT	O	0			tweebank.143
+13	#goneon	#goneon	X	O	0			tweebank.143
+14	it	it	PRON	O	0			tweebank.143
+15	s	s	VERB	O	0		v.stative	tweebank.143
+16	2011	NUMBER	NUM	O	0			tweebank.143
+17	...	...	PUNCT	O	0			tweebank.143
+18	there	there	PRON	O	0			tweebank.143
+19	is	be	VERB	O	0		v.stative	tweebank.143
+20	no	no	DET	B	0		n.attribute	tweebank.143
+21	such	such	ADJ	I	20			tweebank.143
+22	thing	thing	NOUN	I	21			tweebank.143
+23	...	...	PUNCT	O	0			tweebank.143
+24	SMFH|	smfh|	X	O	0			tweebank.143
+25	#nothingbutthetruth	#nothingbutthetruth	X	O	0			tweebank.143
+
+1	Happy	happy	ADJ	O	0			tweebank.294
+2	Main	main	ADJ	B	0		n.event	tweebank.294
+3	Event	event	NOUN	I	2			tweebank.294
+4	Day	day	NOUN	I	3			tweebank.294
+5	!	!	PUNCT	O	0			tweebank.294
+6	GL	gl	X	O	0			tweebank.294
+7	to	to	ADP	O	0			tweebank.294
+8	all	all	DET	O	0			tweebank.294
+9	who	who	PRON	O	0			tweebank.294
+10	are	be	AUX	O	0			tweebank.294
+11	playing	play	VERB	O	0		v.competition	tweebank.294
+12	on	on	ADP	O	0			tweebank.294
+13	Day	day	NOUN	O	0		n.time	tweebank.294
+14	1A	NUMBER	NUM	O	0			tweebank.294
+15	.	.	PUNCT	O	0			tweebank.294
+16	Action	action	NOUN	O	0		n.act	tweebank.294
+17	begins	begin	VERB	O	0		v.change	tweebank.294
+18	at	at	ADP	O	0			tweebank.294
+19	3	NUMBER	NUM	O	0			tweebank.294
+20	ET	et	NOUN	O	0		n.attribute	tweebank.294
+21	.	.	PUNCT	O	0			tweebank.294
+
+1	Also	also	ADV	O	0			trustpilot-338
+2	it	it	PRON	O	0			trustpilot-338
+3	is	be	AUX	O	0			trustpilot-338
+4	called	call	VERB	O	0		v.communication	trustpilot-338
+5	everything0pounds	everything0pounds	NOUN	B	0		n.group	trustpilot-338
+6	.	.	PUNCT	I	5			trustpilot-338
+7	com	com	NOUN	I	6			trustpilot-338
+8	however	however	ADV	O	0			trustpilot-338
+9	it	it	PRON	O	0			trustpilot-338
+10	should	should	AUX	O	0			trustpilot-338
+11	be	be	VERB	O	0		v.stative	trustpilot-338
+12	£	£	X	O	0			trustpilot-338
+13	0	0	NUM	O	0			trustpilot-338
+14	.	.	PUNCT	O	0			trustpilot-338
+15	00	00	NUM	O	0			trustpilot-338
+16	as	as	ADP	O	0			trustpilot-338
+17	you	you	PRON	O	0			trustpilot-338
+18	have	have	AUX	O	0			trustpilot-338
+19	to	to	PART	O	0			trustpilot-338
+20	pay	pay	VERB	O	0		v.possession	trustpilot-338
+21	for	for	ADP	O	0			trustpilot-338
+22	delievery	delievery	NOUN	O	0		n.act	trustpilot-338
+23	!	!	PUNCT	O	0			trustpilot-338
+
+1	Had	have	VERB	O	0		v.stative	tweebank.255
+2	Fun	fun	ADJ	O	0			tweebank.255
+3	,	,	PUNCT	O	0			tweebank.255
+4	Now	now	ADV	O	0			tweebank.255
+5	I	i	PRON	O	0			tweebank.255
+6	'm	'm	VERB	O	0		v.stative	tweebank.255
+7	Omw	omw	X	O	0			tweebank.255
+8	To	to	ADP	O	0			tweebank.255
+9	My	my	PRON	O	0			tweebank.255
+10	Gma	gma	NOUN	O	0		n.person	tweebank.255
+11	House	house	NOUN	O	0		n.artifact	tweebank.255
+12	For	for	ADP	O	0			tweebank.255
+13	Her	her	PRON	O	0			tweebank.255
+14	Birthday	birthday	NOUN	O	0		n.event	tweebank.255
+
+1	@HippieOfLove	@USER	X	O	0			tweebank.424
+2	u	u	PRON	O	0			tweebank.424
+3	eat	eat	VERB	O	0		v.consumption	tweebank.424
+4	sushi	sushi	NOUN	O	0		n.food	tweebank.424
+5	?	?	PUNCT	O	0			tweebank.424
+
+1	no	no	DET	O	0			trustpilot-282
+2	problems	problem	NOUN	O	0		n.state	trustpilot-282
+3	whatsoever	whatsoever	ADV	O	0			trustpilot-282
+4	with	with	ADP	O	0			trustpilot-282
+5	the	the	DET	O	0			trustpilot-282
+6	product	product	NOUN	O	0		n.artifact	trustpilot-282
+7	its	its	PRON	O	0			trustpilot-282
+8	fantastic	fantastic	ADJ	O	0			trustpilot-282
+9	,	,	PUNCT	O	0			trustpilot-282
+10	but	but	CONJ	O	0			trustpilot-282
+11	the	the	DET	O	0			trustpilot-282
+12	courier	courier	NOUN	B	0		n.act	trustpilot-282
+13	service	service	NOUN	I	12			trustpilot-282
+14	was	be	VERB	O	0		v.stative	trustpilot-282
+15	very	very	ADV	O	0			trustpilot-282
+16	difficult	difficult	ADJ	O	0			trustpilot-282
+17	to	to	PART	B	0			trustpilot-282
+18	say	say	VERB	I	17			trustpilot-282
+19	the	the	DET	I	18			trustpilot-282
+20	least	least	NOUN	I	19			trustpilot-282
+21	.	.	PUNCT	O	0			trustpilot-282
+
+1	And	and	CONJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.6
+2	that	that	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.6
+3	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.6
+4	what	what	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.6
+5	origami	origami	NOUN	O	0		n.act	ted.naist.001-RobertLang_2008.iwslt.321.6
+6	used	use	VERB	B	0			ted.naist.001-RobertLang_2008.iwslt.321.6
+7	to	to	PART	I	6			ted.naist.001-RobertLang_2008.iwslt.321.6
+8	be	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.6
+9	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.6
+
+1	Have	have	AUX	O	0			trustpilot-340
+2	recommended	recommend	VERB	O	0		v.communication	trustpilot-340
+3	this	this	DET	O	0			trustpilot-340
+4	site	site	NOUN	O	0		n.communication	trustpilot-340
+5	to	to	ADP	O	0			trustpilot-340
+6	friends	friend	NOUN	O	0		n.person	trustpilot-340
+7	and	and	CONJ	O	0			trustpilot-340
+8	I	i	PRON	O	0			trustpilot-340
+9	will	will	AUX	O	0			trustpilot-340
+10	definately	definately	ADV	O	0			trustpilot-340
+11	be	be	AUX	O	0			trustpilot-340
+12	visiting	visit	VERB	O	0		v.perception	trustpilot-340
+13	again	again	ADV	O	0			trustpilot-340
+14	when	when	ADV	O	0			trustpilot-340
+15	I	i	PRON	O	0			trustpilot-340
+16	need	need	VERB	O	0		v.emotion	trustpilot-340
+17	more	more	ADJ	O	0			trustpilot-340
+18	games	game	NOUN	O	0		n.artifact	trustpilot-340
+
+1	This	this	DET	O	0			trustpilot-67
+2	year	year	NOUN	O	0		n.time	trustpilot-67
+3	,	,	PUNCT	O	0			trustpilot-67
+4	on	on	ADP	O	0			trustpilot-67
+5	renewal	renewal	NOUN	O	0		n.act	trustpilot-67
+6	Marion	marion	PROPN	B	0		n.person	trustpilot-67
+7	Williams	williams	PROPN	I	6			trustpilot-67
+8	has	have	AUX	O	0			trustpilot-67
+9	been	be	VERB	O	0		v.stative	trustpilot-67
+10	particularly	particularly	ADV	O	0			trustpilot-67
+11	helpful	helpful	ADJ	O	0			trustpilot-67
+12	.	.	PUNCT	O	0			trustpilot-67
+
+1	I	i	PRON	O	0			trustpilot-21
+2	was	be	VERB	O	0		v.stative	trustpilot-21
+3	very	very	ADV	O	0			trustpilot-21
+4	pleased	pleased	ADJ	O	0			trustpilot-21
+5	with	with	ADP	O	0			trustpilot-21
+6	the	the	DET	O	0			trustpilot-21
+7	prices	price	NOUN	O	0		n.attribute	trustpilot-21
+8	in	in	ADP	O	0			trustpilot-21
+9	the	the	DET	O	0			trustpilot-21
+10	Petflea	petflea	PROPN	B	0		n.communication	trustpilot-21
+11	website	website	NOUN	I	10			trustpilot-21
+12	,	,	PUNCT	O	0			trustpilot-21
+13	the	the	DET	O	0			trustpilot-21
+14	Frontline	frontline	PROPN	B	0		n.communication	trustpilot-21
+15	flea	flea	NOUN	I	14			trustpilot-21
+16	treatment	treatment	NOUN	I	15			trustpilot-21
+17	price	price	NOUN	I	16			trustpilot-21
+18	especially	especially	ADV	O	0			trustpilot-21
+19	.	.	PUNCT	O	0			trustpilot-21
+
+1	I	i	PRON	O	0			ted.iwslt.1161.1
+2	'm	'm	VERB	O	0		v.stative	ted.iwslt.1161.1
+3	Jessi	jessi	NOUN	O	0		n.person	ted.iwslt.1161.1
+4	,	,	PUNCT	O	0			ted.iwslt.1161.1
+5	and	and	CONJ	O	0			ted.iwslt.1161.1
+6	this	this	PRON	O	0			ted.iwslt.1161.1
+7	is	be	VERB	O	0		v.stative	ted.iwslt.1161.1
+8	my	my	PRON	O	0			ted.iwslt.1161.1
+9	suitcase	suitcase	NOUN	O	0		n.artifact	ted.iwslt.1161.1
+10	.	.	PUNCT	O	0			ted.iwslt.1161.1
+
+1	I	i	PRON	O	0			trustpilot-246
+2	would	would	VERB	O	0			trustpilot-246
+3	highly	highly	ADV	O	0			trustpilot-246
+4	recommend	recommend	VERB	O	0		v.communication	trustpilot-246
+5	them	them	PRON	O	0			trustpilot-246
+6	to	to	ADP	O	0			trustpilot-246
+7	anyone	anyone	PRON	O	0			trustpilot-246
+8	and	and	CONJ	O	0			trustpilot-246
+9	would	would	VERB	O	0			trustpilot-246
+10	definitely	definitely	ADV	O	0			trustpilot-246
+11	buy	buy	VERB	O	0		v.possession	trustpilot-246
+12	from	from	ADP	O	0			trustpilot-246
+13	this	this	DET	O	0			trustpilot-246
+14	company	company	NOUN	O	0		n.group	trustpilot-246
+15	again	again	ADV	O	0			trustpilot-246
+16	.	.	PUNCT	O	0			trustpilot-246
+
+1	Excellent	excellent	ADJ	O	0			trustpilot-115
+2	service	service	NOUN	O	0		n.act	trustpilot-115
+3	and	and	CONJ	O	0			trustpilot-115
+4	speedy	speedy	ADJ	O	0			trustpilot-115
+5	payment	payment	NOUN	O	0		n.possession	trustpilot-115
+6	.	.	PUNCT	O	0			trustpilot-115
+
+1	@HDstateofMind	@USER	X	O	0			tweebank.58
+2	wat	wat	PRON	O	0			tweebank.58
+3	channle	channle	NOUN	O	0		n.communication	tweebank.58
+
+1	@MrHelium89	@USER	X	O	0			tweebank.421
+2	LOOLLL	loolll	INTJ	O	0			tweebank.421
+3	I	i	PRON	O	0			tweebank.421
+4	was	be	AUX	O	0			tweebank.421
+5	lyin	lyin	VERB	O	0		v.communication	tweebank.421
+6	gem	gem	PROPN	O	0		n.person	tweebank.421
+
+1	Havin	havin	VERB	O	0		v.stative	tweebank.311
+2	fun	fun	NOUN	O	0		n.feeling	tweebank.311
+3	at	at	ADP	O	0			tweebank.311
+4	cade	cade	PROPN	B	0		n.person	tweebank.311
+5	ferguson	ferguson	PROPN	I	4			tweebank.311
+6	s	s	PART	I	5			tweebank.311
+7	house	house	NOUN	O	0		n.artifact	tweebank.311
+
+1	Great	great	ADJ	O	0			trustpilot-39
+2	service	service	NOUN	O	0		n.act	trustpilot-39
+3	and	and	CONJ	O	0			trustpilot-39
+4	I	i	PRON	O	0			trustpilot-39
+5	'	'	PART	O	0			trustpilot-39
+6	ll	ll	VERB	O	0			trustpilot-39
+7	not	not	ADV	O	0			trustpilot-39
+8	only	only	ADV	O	0			trustpilot-39
+9	use	use	VERB	O	0		v.cognition	trustpilot-39
+10	this	this	DET	O	0			trustpilot-39
+11	site	site	NOUN	O	0		n.communication	trustpilot-39
+12	again	again	ADV	O	0			trustpilot-39
+13	but	but	CONJ	O	0			trustpilot-39
+14	I	i	PRON	O	0			trustpilot-39
+15	'	'	PART	O	0			trustpilot-39
+16	ll	ll	VERB	O	0			trustpilot-39
+17	also	also	ADV	O	0			trustpilot-39
+18	be	be	AUX	O	0			trustpilot-39
+19	recommending	recommend	VERB	O	0		v.communication	trustpilot-39
+20	it	it	PRON	O	0			trustpilot-39
+21	to	to	ADP	O	0			trustpilot-39
+22	family	family	NOUN	O	0		n.group	trustpilot-39
+23	and	and	CONJ	O	0			trustpilot-39
+24	friends	friend	NOUN	O	0		n.person	trustpilot-39
+
+1	@DatYellow	@USER	X	O	0			tweebank.36
+2	@StealthyCupcake	@USER	X	O	0			tweebank.36
+3	2+4	NUMBER	NUM	O	0			tweebank.36
+4	=	=	PUNCT	O	0			tweebank.36
+5	6	NUMBER	NUM	O	0			tweebank.36
+6	I	i	PRON	O	0			tweebank.36
+7	have	have	VERB	O	0		v.stative	tweebank.36
+8	8	NUMBER	NUM	O	0			tweebank.36
+9	.	.	PUNCT	O	0			tweebank.36
+
+1	@walkerhell	@USER	X	O	0			tweebank.93
+2	I	i	PRON	O	0			tweebank.93
+3	know	know	VERB	O	0		v.cognition	tweebank.93
+4	but	but	CONJ	O	0			tweebank.93
+5	passing	pass	VERB	O	0		v.motion	tweebank.93
+6	uni	uni	NOUN	O	0		n.location	tweebank.93
+7	so	so	ADP	O	0			tweebank.93
+8	I	i	PRON	O	0			tweebank.93
+9	can	can	AUX	O	0			tweebank.93
+10	go	go	VERB	O	0		v.motion	tweebank.93
+11	to	to	ADP	O	0			tweebank.93
+12	America	america	PROPN	O	0		n.location	tweebank.93
+13	next	next	ADJ	B	0			tweebank.93
+14	year	year	NOUN	I	13			tweebank.93
+15	and	and	CONJ	O	0			tweebank.93
+16	stalk	stalk	VERB	B	0		v.perception	tweebank.93
+17	out	out	ADP	I	16			tweebank.93
+18	Corey	corey	PROPN	O	0		n.person	tweebank.93
+19	,	,	PUNCT	O	0			tweebank.93
+20	that	that	PRON	O	0			tweebank.93
+21	's	's	VERB	O	0		v.stative	tweebank.93
+22	a	a	DET	O	0			tweebank.93
+23	plan	plan	NOUN	O	0		n.cognition	tweebank.93
+24	.	.	PUNCT	O	0			tweebank.93
+
+1	RT	rt	X	O	0			tweebank.372
+2	@jdbieber_ftw	@USER	X	O	0			tweebank.372
+3	:	:	X	O	0			tweebank.372
+4	he	he	PRON	O	0			tweebank.372
+5	looks	look	VERB	O	0		v.perception	tweebank.372
+6	so	so	ADV	O	0			tweebank.372
+7	crushed	crushed	ADJ	O	0			tweebank.372
+8	lmao	lmao	INTJ	O	0			tweebank.372
+9	http://t.co/4BwoGzfk	URL	X	O	0			tweebank.372
+
+1	We	we	PRON	O	0			ted.iwslt.1371.4
+2	all	all	DET	O	0			ted.iwslt.1371.4
+3	want	want	VERB	O	0		v.emotion	ted.iwslt.1371.4
+4	to	to	PART	O	0			ted.iwslt.1371.4
+5	be	be	VERB	O	0		v.stative	ted.iwslt.1371.4
+6	stars	star	NOUN	O	0		n.person	ted.iwslt.1371.4
+7	--	--	PUNCT	O	0			ted.iwslt.1371.4
+8	celebrities	celebrity	NOUN	O	0		n.person	ted.iwslt.1371.4
+9	,	,	PUNCT	O	0			ted.iwslt.1371.4
+10	singers	singer	NOUN	O	0		n.person	ted.iwslt.1371.4
+11	,	,	PUNCT	O	0			ted.iwslt.1371.4
+12	comedians	comedian	NOUN	O	0		n.person	ted.iwslt.1371.4
+13	--	--	PUNCT	O	0			ted.iwslt.1371.4
+14	and	and	CONJ	O	0			ted.iwslt.1371.4
+15	when	when	ADV	O	0			ted.iwslt.1371.4
+16	I	i	PRON	O	0			ted.iwslt.1371.4
+17	was	be	VERB	O	0		v.stative	ted.iwslt.1371.4
+18	younger	younger	ADJ	O	0			ted.iwslt.1371.4
+19	,	,	PUNCT	O	0			ted.iwslt.1371.4
+20	that	that	SCONJ	O	0			ted.iwslt.1371.4
+21	seemed	seem	VERB	O	0		v.cognition	ted.iwslt.1371.4
+22	so	so	ADV	O	0			ted.iwslt.1371.4
+23	very	very	ADV	O	0			ted.iwslt.1371.4
+24	,	,	PUNCT	O	0			ted.iwslt.1371.4
+25	very	very	ADV	O	0			ted.iwslt.1371.4
+26	hard	hard	ADJ	O	0			ted.iwslt.1371.4
+27	to	to	PART	O	0			ted.iwslt.1371.4
+28	do	do	VERB	O	0		v.social	ted.iwslt.1371.4
+29	.	.	PUNCT	O	0			ted.iwslt.1371.4
+
+1	RT	rt	X	O	0			tweebank.317
+2	@ohgirlphrase	@USER	X	O	0			tweebank.317
+3	:	:	X	O	0			tweebank.317
+4	When	when	ADV	O	0			tweebank.317
+5	I	i	PRON	O	0			tweebank.317
+6	see	see	VERB	O	0		v.perception	tweebank.317
+7	you	you	PRON	O	0			tweebank.317
+8	,	,	PUNCT	O	0			tweebank.317
+9	I	i	PRON	O	0			tweebank.317
+10	smile	smile	VERB	O	0		v.body	tweebank.317
+11	.	.	PUNCT	O	0			tweebank.317
+12	When	when	ADV	O	0			tweebank.317
+13	you	you	PRON	O	0			tweebank.317
+14	smile	smile	VERB	O	0		v.body	tweebank.317
+15	back	back	ADV	O	0			tweebank.317
+16	,	,	PUNCT	O	0			tweebank.317
+17	my	my	PRON	O	0			tweebank.317
+18	heart	heart	NOUN	O	0		n.body	tweebank.317
+19	smiles	smile	VERB	O	0		v.body	tweebank.317
+20	♥	EMOTICON	X	O	0			tweebank.317
+
+1	Our	our	DET	O	0			trustpilot-291
+2	flights	flight	NOUN	O	0		n.act	trustpilot-291
+3	were	be	AUX	O	0			trustpilot-291
+4	cancelled	cancel	VERB	O	0		v.change	trustpilot-291
+5	on	on	ADP	O	0			trustpilot-291
+6	December	december	NOUN	B	0		n.time	trustpilot-291
+7	00th	00th	NOUN	I	6			trustpilot-291
+8	from	from	ADP	O	0			trustpilot-291
+9	heathrow	heathrow	NOUN	O	0		n.location	trustpilot-291
+10	due	due	CONJ	O	0			trustpilot-291
+11	to	to	PART	O	0			trustpilot-291
+12	the	the	DET	O	0			trustpilot-291
+13	adverse	adverse	ADJ	O	0			trustpilot-291
+14	weather	weather	NOUN	B	0		n.phenomenon	trustpilot-291
+15	situation	situation	NOUN	I	14			trustpilot-291
+16	.	.	PUNCT	O	0			trustpilot-291
+
+1	hello	hello	INTJ	O	0			tweebank.331
+2	bitches	bitch	NOUN	O	0		n.person	tweebank.331
+
+1	Yea	yea	INTJ	O	0			tweebank.2
+2	*	*	PUNCT	O	0			tweebank.2
+3	fist	fist	NOUN	B	0		n.body	tweebank.2
+4	pumps	pump	NOUN	I	3			tweebank.2
+5	*	*	PUNCT	O	0			tweebank.2
+6	mhmm	mhmm	INTJ	O	0			tweebank.2
+
+1	When	when	CONJ	O	0			trustpilot-75
+2	I	i	PRON	O	0			trustpilot-75
+3	looked	look	VERB	O	0		v.perception	trustpilot-75
+4	I	i	PRON	O	0			trustpilot-75
+5	could	could	AUX	O	0			trustpilot-75
+6	see	see	VERB	O	0		v.perception	trustpilot-75
+7	they	they	PRON	O	0			trustpilot-75
+8	had	have	AUX	O	0			trustpilot-75
+9	taken	take	VERB	O	0		v.change	trustpilot-75
+10	my	my	DET	O	0			trustpilot-75
+11	money	money	NOUN	O	0		n.possession	trustpilot-75
+12	but	but	CONJ	O	0			trustpilot-75
+13	no	no	DET	O	0			trustpilot-75
+14	order	order	NOUN	O	0		n.communication	trustpilot-75
+15	was	be	AUX	O	0			trustpilot-75
+16	showing	show	VERB	O	0		v.perception	trustpilot-75
+17	on	on	ADP	O	0			trustpilot-75
+18	system	system	NOUN	O	0		n.artifact	trustpilot-75
+19	.	.	PUNCT	O	0			trustpilot-75
+
+1	My	my	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.1
+2	talk	talk	NOUN	O	0		n.communication	ted.naist.001-RobertLang_2008.iwslt.321.1
+3	is	be	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.1
+4	``	``	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.1
+5	Flapping	flapping	PROPN	B	0		n.animal	ted.naist.001-RobertLang_2008.iwslt.321.1
+6	Birds	birds	PROPN	I	5			ted.naist.001-RobertLang_2008.iwslt.321.1
+7	and	and	CONJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.1
+8	Space	space	PROPN	B	0		n.artifact	ted.naist.001-RobertLang_2008.iwslt.321.1
+9	Telescopes	telescopes	PROPN	I	8			ted.naist.001-RobertLang_2008.iwslt.321.1
+10	''	''	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.1
+11	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.1
+
+1	I	i	PRON	O	0			trustpilot-243
+2	discovered	discover	VERB	O	0		v.perception	trustpilot-243
+3	one	one	NUM	O	0			trustpilot-243
+4	curtain	curtain	NOUN	B	0		n.artifact	trustpilot-243
+5	ring	ring	NOUN	I	4			trustpilot-243
+6	missing	miss	VERB	O	0		v.perception	trustpilot-243
+7	,	,	PUNCT	O	0			trustpilot-243
+8	and	and	CONJ	O	0			trustpilot-243
+9	after	after	ADP	O	0			trustpilot-243
+10	an	an	DET	O	0			trustpilot-243
+11	email	email	NOUN	O	0		n.communication	trustpilot-243
+12	to	to	ADP	O	0			trustpilot-243
+13	the	the	DET	O	0			trustpilot-243
+14	company	company	NOUN	O	0		n.group	trustpilot-243
+15	,	,	PUNCT	O	0			trustpilot-243
+16	it	it	PRON	O	0			trustpilot-243
+17	was	be	AUX	O	0			trustpilot-243
+18	promptly	promptly	ADV	O	0			trustpilot-243
+19	posted	post	VERB	O	0		v.contact	trustpilot-243
+20	to	to	ADP	O	0			trustpilot-243
+21	me	me	PRON	O	0			trustpilot-243
+22	.	.	PUNCT	O	0			trustpilot-243
+
+1	I	i	PRON	O	0			ted.iwslt.1161.8
+2	get	get	VERB	O	0			ted.iwslt.1161.8
+3	to	to	PART	O	0			ted.iwslt.1161.8
+4	meet	meet	VERB	O	0		v.social	ted.iwslt.1161.8
+5	all	all	DET	O	0			ted.iwslt.1161.8
+6	kinds	kind	NOUN	O	0		n.relation	ted.iwslt.1161.8
+7	of	of	ADP	O	0			ted.iwslt.1161.8
+8	great	great	ADJ	O	0			ted.iwslt.1161.8
+9	people	people	NOUN	O	0		n.group	ted.iwslt.1161.8
+10	;	;	PUNCT	O	0			ted.iwslt.1161.8
+11	my	my	PRON	O	0			ted.iwslt.1161.8
+12	dollars	dollar	NOUN	O	0		n.possession	ted.iwslt.1161.8
+13	usually	usually	ADV	O	0			ted.iwslt.1161.8
+14	go	go	VERB	O	0		v.possession	ted.iwslt.1161.8
+15	to	to	ADP	O	0			ted.iwslt.1161.8
+16	a	a	DET	O	0			ted.iwslt.1161.8
+17	good	good	ADJ	B	0		n.phenomenon	ted.iwslt.1161.8
+18	cause	cause	NOUN	I	17			ted.iwslt.1161.8
+19	;	;	PUNCT	O	0			ted.iwslt.1161.8
+20	I	i	PRON	O	0			ted.iwslt.1161.8
+21	look	look	VERB	O	0		v.perception	ted.iwslt.1161.8
+22	pretty	pretty	ADV	O	0			ted.iwslt.1161.8
+23	unique	unique	ADJ	O	0			ted.iwslt.1161.8
+24	;	;	PUNCT	O	0			ted.iwslt.1161.8
+25	and	and	CONJ	O	0			ted.iwslt.1161.8
+26	it	it	PRON	O	0			ted.iwslt.1161.8
+27	makes	make	VERB	O	0		v.stative	ted.iwslt.1161.8
+28	shopping	shopping	NOUN	O	0		n.act	ted.iwslt.1161.8
+29	like	like	SCONJ	O	0			ted.iwslt.1161.8
+30	my	my	PRON	O	0			ted.iwslt.1161.8
+31	own	own	ADJ	O	0			ted.iwslt.1161.8
+32	personal	personal	ADJ	O	0			ted.iwslt.1161.8
+33	treasure	treasure	NOUN	B	0		n.act	ted.iwslt.1161.8
+34	hunt	hunt	NOUN	I	33			ted.iwslt.1161.8
+35	.	.	PUNCT	O	0			ted.iwslt.1161.8
+
+1	@walkerhell	@USER	X	O	0			tweebank.327
+2	I	i	PRON	O	0			tweebank.327
+3	know	know	VERB	O	0		v.cognition	tweebank.327
+4	but	but	CONJ	O	0			tweebank.327
+5	passing	pass	VERB	O	0		v.change	tweebank.327
+6	uni	uni	NOUN	O	0		n.cognition	tweebank.327
+7	so	so	SCONJ	O	0			tweebank.327
+8	I	i	PRON	O	0			tweebank.327
+9	can	can	AUX	O	0			tweebank.327
+10	go	go	VERB	O	0		v.motion	tweebank.327
+11	to	to	ADP	O	0			tweebank.327
+12	America	america	PROPN	O	0		n.location	tweebank.327
+13	next	next	ADJ	B	0			tweebank.327
+14	year	year	NOUN	I	13			tweebank.327
+15	and	and	CONJ	O	0			tweebank.327
+16	stalk	stalk	VERB	B	0		v.social	tweebank.327
+17	out	out	ADP	I	16			tweebank.327
+18	Corey	corey	PROPN	O	0		n.person	tweebank.327
+19	,	,	PUNCT	O	0			tweebank.327
+20	that	that	PRON	O	0			tweebank.327
+21	's	's	VERB	O	0		v.stative	tweebank.327
+22	a	a	DET	O	0			tweebank.327
+23	plan	plan	NOUN	O	0		n.cognition	tweebank.327
+24	.	.	PUNCT	O	0			tweebank.327
+
+1	I	i	PRON	O	0			trustpilot-178
+2	would	would	VERB	O	0			trustpilot-178
+3	recommend	recommend	VERB	O	0		v.communication	trustpilot-178
+4	them	them	PRON	O	0			trustpilot-178
+5	to	to	ADP	O	0			trustpilot-178
+6	anyone	anyone	NOUN	O	0			trustpilot-178
+7	-	-	PUNCT	O	0			trustpilot-178
+8	you	you	PRON	O	0			trustpilot-178
+9	can	can	AUX	O	0			trustpilot-178
+10	only	only	ADV	O	0			trustpilot-178
+11	speak	speak	VERB	O	0		v.communication	trustpilot-178
+12	as	as	ADP	O	0			trustpilot-178
+13	you	you	PRON	O	0			trustpilot-178
+14	find	find	VERB	O	0		v.cognition	trustpilot-178
+15	and	and	CONJ	O	0			trustpilot-178
+16	I	i	PRON	O	0			trustpilot-178
+17	found	found	VERB	O	0		v.cognition	trustpilot-178
+18	them	them	PRON	O	0			trustpilot-178
+19	to	to	PART	O	0			trustpilot-178
+20	be	be	VERB	O	0		v.stative	trustpilot-178
+21	faultless	faultless	ADJ	O	0			trustpilot-178
+22	.	.	PUNCT	O	0			trustpilot-178
+
+1	I	i	PRON	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+2	grew	grow	VERB	B	0		v.change	ted.naist.004-YvesBehar_2009.iwslt.552.3
+3	up	up	ADP	I	2			ted.naist.004-YvesBehar_2009.iwslt.552.3
+4	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+5	a	a	DET	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+6	log	log	NOUN	B	0		n.artifact	ted.naist.004-YvesBehar_2009.iwslt.552.3
+7	cabin	cabin	NOUN	I	6			ted.naist.004-YvesBehar_2009.iwslt.552.3
+8	in	in	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+9	Washington	washington	PROPN	B	0		n.location	ted.naist.004-YvesBehar_2009.iwslt.552.3
+10	state	state	NOUN	I	9			ted.naist.004-YvesBehar_2009.iwslt.552.3
+11	with	with	ADP	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+12	too	too	ADV	B	0		n.time	ted.naist.004-YvesBehar_2009.iwslt.552.3
+13	much	much	ADJ	I	12			ted.naist.004-YvesBehar_2009.iwslt.552.3
+14	time	time	NOUN	I	13			ted.naist.004-YvesBehar_2009.iwslt.552.3
+15	on	on	ADP	I	14			ted.naist.004-YvesBehar_2009.iwslt.552.3
+16	my	my	PRON	o	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+17	hands	hands	NOUN	I	15			ted.naist.004-YvesBehar_2009.iwslt.552.3
+18	.	.	PUNCT	O	0			ted.naist.004-YvesBehar_2009.iwslt.552.3
+
+1	I	i	PRON	O	0			trustpilot-1
+2	have	have	AUX	O	0			trustpilot-1
+3	used	use	VERB	O	0		v.change	trustpilot-1
+4	transfers	transfer	NOUN	O	0		n.act	trustpilot-1
+5	on	on	ADP	O	0			trustpilot-1
+6	three	three	NUM	O	0			trustpilot-1
+7	occasions	occasions	NOUN	O	0		n.quantity	trustpilot-1
+8	now	now	ADV	O	0			trustpilot-1
+9	and	and	CONJ	O	0			trustpilot-1
+10	each	each	DET	O	0			trustpilot-1
+11	time	time	NOUN	O	0		n.event	trustpilot-1
+12	I	i	PRON	O	0			trustpilot-1
+13	have	have	AUX	O	0			trustpilot-1
+14	been	be	VERB	O	0			trustpilot-1
+15	very	very	ADV	O	0			trustpilot-1
+16	impressed	impress	VERB	O	0		v.emotion	trustpilot-1
+17	with	with	ADP	O	0			trustpilot-1
+18	the	the	DET	O	0			trustpilot-1
+19	standard	standard	NOUN	O	0		n.attribute	trustpilot-1
+20	of	of	ADP	O	0			trustpilot-1
+21	service	service	NOUN	O	0		n.act	trustpilot-1
+22	,	,	PUNCT	O	0			trustpilot-1
+23	punctual	punctual	ADJ	O	0			trustpilot-1
+24	pick	pick	NOUN	B	0		n.act	trustpilot-1
+25	ups	ups	NOUN	I	24			trustpilot-1
+26	and	and	CONJ	O	0			trustpilot-1
+27	helpful	helpful	ADJ	O	0			trustpilot-1
+28	and	and	CONJ	O	0			trustpilot-1
+29	friendly	friendly	ADJ	O	0			trustpilot-1
+30	drivers	driver	NOUN	O	0		n.person	trustpilot-1
+31	.	.	PUNCT	O	0			trustpilot-1
+
+1	Their	their	DET	O	0			trustpilot-110
+2	latest	latest	ADJ	O	0			trustpilot-110
+3	email	email	NOUN	O	0		n.communication	trustpilot-110
+4	suggests	suggest	VERB	O	0		v.communication	trustpilot-110
+5	that	that	CONJ	O	0			trustpilot-110
+6	it	it	PRON	O	0			trustpilot-110
+7	is	be	VERB	O	0		v.stative	trustpilot-110
+8	wear	wear	NOUN	B	0		n.state	trustpilot-110
+9	and	and	CONJ	I	8			trustpilot-110
+10	tear	tear	NOUN	I	9			trustpilot-110
+11	which	which	PRON	O	0			trustpilot-110
+12	is	be	VERB	O	0		v.stative	trustpilot-110
+13	an	an	DET	O	0			trustpilot-110
+14	interesting	interesting	ADJ	O	0			trustpilot-110
+15	theory	theory	NOUN	O	0		n.cognition	trustpilot-110
+16	for	for	ADP	O	0			trustpilot-110
+17	a	a	DET	O	0			trustpilot-110
+18	0	0	NUM	O	0			trustpilot-110
+19	minute	minute	NOUN	O	0		n.time	trustpilot-110
+20	old	old	ADJ	O	0			trustpilot-110
+21	bag	bag	NOUN	O	0		n.artifact	trustpilot-110
+22	.	.	PUNCT	O	0			trustpilot-110
+
+1	And	and	CONJ	O	0			ted.iwslt.69.8
+2	whether	whether	SCONJ	O	0			ted.iwslt.69.8
+3	it	it	PRON	O	0			ted.iwslt.69.8
+4	is	be	VERB	O	0		v.stative	ted.iwslt.69.8
+5	the	the	DET	O	0			ted.iwslt.69.8
+6	Penan	penan	NOUN	O	0		n.person	ted.iwslt.69.8
+7	in	in	ADP	O	0			ted.iwslt.69.8
+8	the	the	DET	O	0			ted.iwslt.69.8
+9	forests	forest	NOUN	O	0		n.plant	ted.iwslt.69.8
+10	of	of	ADP	O	0			ted.iwslt.69.8
+11	Borneo	borneo	NOUN	O	0		n.location	ted.iwslt.69.8
+12	,	,	PUNCT	O	0			ted.iwslt.69.8
+13	or	or	CONJ	O	0			ted.iwslt.69.8
+14	the	the	DET	O	0			ted.iwslt.69.8
+15	Voodoo	voodoo	NOUN	B	0		n.person	ted.iwslt.69.8
+16	acolytes	acolyte	NOUN	I	15			ted.iwslt.69.8
+17	in	in	ADP	O	0			ted.iwslt.69.8
+18	Haiti	haiti	NOUN	O	0		n.location	ted.iwslt.69.8
+19	,	,	PUNCT	O	0			ted.iwslt.69.8
+20	or	or	CONJ	O	0			ted.iwslt.69.8
+21	the	the	DET	O	0			ted.iwslt.69.8
+22	warriors	warrior	NOUN	O	0		n.person	ted.iwslt.69.8
+23	in	in	ADP	O	0			ted.iwslt.69.8
+24	the	the	DET	O	0			ted.iwslt.69.8
+25	Kaisut	kaisut	NOUN	B	0		n.location	ted.iwslt.69.8
+26	desert	desert	NOUN	I	25			ted.iwslt.69.8
+27	of	of	ADP	O	0			ted.iwslt.69.8
+28	Northern	northern	ADJ	B	0		n.location	ted.iwslt.69.8
+29	Kenya	kenya	NOUN	I	28			ted.iwslt.69.8
+30	,	,	PUNCT	O	0			ted.iwslt.69.8
+31	the	the	DET	O	0			ted.iwslt.69.8
+32	Curandero	curandero	NOUN	O	0		n.person	ted.iwslt.69.8
+33	in	in	ADP	O	0			ted.iwslt.69.8
+34	the	the	DET	O	0			ted.iwslt.69.8
+35	mountains	mountain	NOUN	O	0		n.natural_object	ted.iwslt.69.8
+36	of	of	ADP	O	0			ted.iwslt.69.8
+37	the	the	DET	O	0			ted.iwslt.69.8
+38	Andes	andes	NOUN	O	0		n.location	ted.iwslt.69.8
+39	,	,	PUNCT	O	0			ted.iwslt.69.8
+40	or	or	CONJ	O	0			ted.iwslt.69.8
+41	a	a	DET	O	0			ted.iwslt.69.8
+42	caravanserai	caravanserai	NOUN	O	0		n.person	ted.iwslt.69.8
+43	in	in	ADP	O	0			ted.iwslt.69.8
+44	the	the	DET	O	0			ted.iwslt.69.8
+45	middle	middle	NOUN	O	0		n.location	ted.iwslt.69.8
+46	of	of	ADP	O	0			ted.iwslt.69.8
+47	the	the	DET	O	0			ted.iwslt.69.8
+48	Sahara	sahara	NOUN	O	0		n.location	ted.iwslt.69.8
+49	--	--	PUNCT	O	0			ted.iwslt.69.8
+50	this	this	PRON	O	0			ted.iwslt.69.8
+51	is	be	VERB	O	0		v.stative	ted.iwslt.69.8
+52	incidentally	incidentally	NOUN	O	0			ted.iwslt.69.8
+53	the	the	DET	O	0			ted.iwslt.69.8
+54	fellow	fellow	NOUN	O	0		n.person	ted.iwslt.69.8
+55	that	that	DET	O	0			ted.iwslt.69.8
+56	I	i	PRON	O	0			ted.iwslt.69.8
+57	traveled	travel	VERB	O	0		v.motion	ted.iwslt.69.8
+58	into	into	ADP	O	0			ted.iwslt.69.8
+59	the	the	DET	O	0			ted.iwslt.69.8
+60	desert	desert	NOUN	O	0		n.location	ted.iwslt.69.8
+61	with	with	ADP	O	0			ted.iwslt.69.8
+62	a	a	DET	O	0			ted.iwslt.69.8
+63	month	month	NOUN	O	0		n.time	ted.iwslt.69.8
+64	ago	ago	ADV	O	0			ted.iwslt.69.8
+65	--	--	PUNCT	O	0			ted.iwslt.69.8
+66	or	or	CONJ	O	0			ted.iwslt.69.8
+67	indeed	indeed	VERB	O	0			ted.iwslt.69.8
+68	a	a	DET	O	0			ted.iwslt.69.8
+69	yak	yak	NOUN	B	0		n.person	ted.iwslt.69.8
+70	herder	herder	NOUN	I	69			ted.iwslt.69.8
+71	in	in	ADP	O	0			ted.iwslt.69.8
+72	the	the	DET	O	0			ted.iwslt.69.8
+73	slopes	slope	NOUN	O	0		n.natural_object	ted.iwslt.69.8
+74	of	of	ADP	O	0			ted.iwslt.69.8
+75	Qomolangma	qomolangma	NOUN	O	0		n.location	ted.iwslt.69.8
+76	,	,	PUNCT	O	0			ted.iwslt.69.8
+77	Everest	everest	NOUN	O	0		n.natural_object	ted.iwslt.69.8
+78	,	,	PUNCT	O	0			ted.iwslt.69.8
+79	the	the	DET	O	0			ted.iwslt.69.8
+80	goddess	goddess	NOUN	B	0		n.person	ted.iwslt.69.8
+81	mother	mother	NOUN	I	80			ted.iwslt.69.8
+82	of	of	ADP	O	0			ted.iwslt.69.8
+83	the	the	DET	O	0			ted.iwslt.69.8
+84	world	world	NOUN	O	0		n.natural_object	ted.iwslt.69.8
+85	.	.	PUNCT	O	0			ted.iwslt.69.8
+
+1	RT	rt	X	O	0			tweebank.17
+2	@MadeaSimmons_	@USER	X	O	0			tweebank.17
+3	:	:	X	O	0			tweebank.17
+4	I	i	PRON	O	0			tweebank.17
+5	hate	hate	VERB	O	0		v.emotion	tweebank.17
+6	ppl	ppl	NOUN	O	0		n.person	tweebank.17
+7	that	that	ADP	O	0			tweebank.17
+8	say	say	VERB	O	0		v.communication	tweebank.17
+9	"	"	PUNCT	O	0			tweebank.17
+10	He	he	PRON	O	0			tweebank.17
+11	's	's	AUX	O	0			tweebank.17
+12	a	a	DET	O	0			tweebank.17
+13	nice	nice	ADJ	O	0			tweebank.17
+14	person	person	NOUN	O	0		n.person	tweebank.17
+15	once	once	ADV	O	0			tweebank.17
+16	you	you	PRON	O	0			tweebank.17
+17	get	get	VERB	B	0		v.change	tweebank.17
+18	to	to	PART	I	17			tweebank.17
+19	know	know	VERB	O	0		v.cognition	tweebank.17
+20	him	him	PRON	O	0			tweebank.17
+21	"	"	PUNCT	O	0			tweebank.17
+22	They	they	PRON	O	0			tweebank.17
+23	might	might	AUX	O	0			tweebank.17
+24	as	as	ADV	O	0			tweebank.17
+25	well	well	ADV	O	0			tweebank.17
+26	just	just	ADV	O	0			tweebank.17
+27	say	say	VERB	O	0		v.communication	tweebank.17
+28	"	"	PUNCT	O	0			tweebank.17
+29	He	he	PRON	O	0			tweebank.17
+30	's	's	VERB	O	0		v.stative	tweebank.17
+31	a	a	DET	O	0			tweebank.17
+32	jerk	jerk	NOUN	O	0		n.person	tweebank.17
+33	,	,	PUNCT	O	0			tweebank.17
+34	but	but	CONJ	O	0			tweebank.17
+35	you	you	PRON	O	0			tweebank.17
+36	'	'	PUNCT	O	0			tweebank.17
+37	...	...	X	O	0			tweebank.17
+
+1	It	it	PRON	O	0			ted.iwslt.129.5
+2	does	do	AUX	O	0			ted.iwslt.129.5
+3	n't	n't	PART	O	0			ted.iwslt.129.5
+4	make	make	VERB	O	0		v.stative	ted.iwslt.129.5
+5	any	any	DET	O	0			ted.iwslt.129.5
+6	difference	difference	NOUN	O	0		n.attribute	ted.iwslt.129.5
+7	because	because	SCONJ	O	0			ted.iwslt.129.5
+8	the	the	DET	O	0			ted.iwslt.129.5
+9	only	only	ADJ	O	0			ted.iwslt.129.5
+10	thing	thing	NOUN	O	0		n.attribute	ted.iwslt.129.5
+11	that	that	DET	O	0			ted.iwslt.129.5
+12	ought	ought	NOUN	B	0			ted.iwslt.129.5
+13	to	to	PART	I	12			ted.iwslt.129.5
+14	limit	limit	VERB	O	0		v.change	ted.iwslt.129.5
+15	the	the	DET	O	0			ted.iwslt.129.5
+16	performance	performance	NOUN	O	0		n.attribute	ted.iwslt.129.5
+17	of	of	ADP	O	0			ted.iwslt.129.5
+18	a	a	DET	O	0			ted.iwslt.129.5
+19	system	system	NOUN	O	0		n.cognition	ted.iwslt.129.5
+20	like	like	ADP	O	0			ted.iwslt.129.5
+21	this	this	DET	O	0			ted.iwslt.129.5
+22	one	one	NOUN	O	0			ted.iwslt.129.5
+23	is	be	VERB	O	0		v.stative	ted.iwslt.129.5
+24	the	the	DET	O	0			ted.iwslt.129.5
+25	number	number	NOUN	O	0		n.quantity	ted.iwslt.129.5
+26	of	of	ADP	O	0			ted.iwslt.129.5
+27	pixels	pixel	NOUN	O	0		n.artifact	ted.iwslt.129.5
+28	on	on	ADP	O	0			ted.iwslt.129.5
+29	your	your	PRON	O	0			ted.iwslt.129.5
+30	screen	screen	NOUN	O	0		n.artifact	ted.iwslt.129.5
+31	at	at	ADP	O	0			ted.iwslt.129.5
+32	any	any	DET	B	0		n.time	ted.iwslt.129.5
+33	given	give	VERB	I	32			ted.iwslt.129.5
+34	moment	moment	NOUN	I	33			ted.iwslt.129.5
+35	.	.	PUNCT	O	0			ted.iwslt.129.5
+36	It	it	PRON	O	0			ted.iwslt.129.5
+37	's	's	VERB	O	0		v.stative	ted.iwslt.129.5
+38	also	also	ADV	O	0			ted.iwslt.129.5
+39	very	very	ADV	O	0			ted.iwslt.129.5
+40	flexible	flexible	ADJ	O	0			ted.iwslt.129.5
+41	architecture	architecture	NOUN	O	0		n.artifact	ted.iwslt.129.5
+42	.	.	PUNCT	O	0			ted.iwslt.129.5
+
+1	smh	smh	X	O	0			tweebank.440
+2	...	...	PUNCT	O	0			tweebank.440
+3	can	can	AUX	O	0			tweebank.440
+4	somebody	somebody	NOUN	O	0			tweebank.440
+5	guard	guard	VERB	O	0		v.social	tweebank.440
+6	james	james	PROPN	B	0		n.person	tweebank.440
+7	fucking	fucking	ADJ	I	6			tweebank.440
+8	jones	jones	PROPN	I	7			tweebank.440
+
+1	RT	rt	X	O	0			tweebank.52
+2	@ILoveThem4s	@USER	X	O	0			tweebank.52
+3	:	:	X	O	0			tweebank.52
+4	@HelloMrNiNO	@USER	X	O	0			tweebank.52
+5	hang	hang	VERB	B	0		v.cognition	tweebank.52
+6	in	in	ADP	I	5			tweebank.52
+7	there	there	ADV	I	6			tweebank.52
+8	cousin	cousin	NOUN	O	0		n.person	tweebank.52
+9	love	love	VERB	O	0		v.emotion	tweebank.52
+10	you	you	PRON	O	0			tweebank.52
+
+1	Well	well	ADV	O	0			trustpilot-299
+2	doneMervyn	donemervyn	VERB	O	0			trustpilot-299
+3	Kinney	kinney	PROPN	O	0		n.person	trustpilot-299
+4	.	.	PUNCT	O	0			trustpilot-299
+
+1	He	he	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+2	talked	talk	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+3	about	about	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+4	how	how	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+5	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+6	mandalas	mandala	NOUN	O	0		n.artifact	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+7	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+8	ancient	ancient	ADJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+9	Hindu	hindu	PROPN	B	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+10	religion	religion	NOUN	I	9			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+11	were	be	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+12	kind	kind	NOUN	B	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+13	of	of	ADP	I	12			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+14	projected	project	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+15	into	into	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+16	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+17	sky	sky	NOUN	O	0		n.natural_object	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+18	as	as	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+19	an	an	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+20	attempt	attempt	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+21	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+22	regain	regain	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+23	some	some	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+24	sense	sense	NOUN	O	0		n.cognition	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+25	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+26	order	order	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+27	after	after	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+28	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+29	chaos	chaos	NOUN	O	0		n.state	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+30	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+31	war	war	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+32	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+
+1	They	they	PRON	O	0			trustpilot-253
+2	contacted	contact	VERB	O	0		v.communication	trustpilot-253
+3	me	me	PRON	O	0			trustpilot-253
+4	and	and	CONJ	O	0			trustpilot-253
+5	offered	offer	VERB	O	0		v.communication	trustpilot-253
+6	me	me	PRON	O	0			trustpilot-253
+7	a	a	DET	O	0			trustpilot-253
+8	better	better	ADJ	O	0			trustpilot-253
+9	deal	deal	NOUN	O	0		n.cognition	trustpilot-253
+10	than	than	ADP	O	0			trustpilot-253
+11	the	the	DET	O	0			trustpilot-253
+12	previous	previous	ADJ	O	0			trustpilot-253
+13	contract	contract	NOUN	O	0		n.communication	trustpilot-253
+14	both	both	CONJ	O	0			trustpilot-253
+15	for	for	ADP	O	0			trustpilot-253
+16	myself	myself	PRON	O	0			trustpilot-253
+17	and	and	CONJ	O	0			trustpilot-253
+18	my	my	DET	O	0			trustpilot-253
+19	wife	wife	NOUN	O	0		n.person	trustpilot-253
+20	.	.	PUNCT	O	0			trustpilot-253
+
+1	would	would	VERB	O	0			trustpilot-268
+2	like	like	VERB	O	0		v.emotion	trustpilot-268
+3	to	to	PART	O	0			trustpilot-268
+4	have	have	AUX	O	0			trustpilot-268
+5	seen	see	VERB	O	0		v.perception	trustpilot-268
+6	parts	parts	NOUN	O	0		n.artifact	trustpilot-268
+7	for	for	ADP	O	0			trustpilot-268
+8	visual	visual	ADJ	O	0			trustpilot-268
+9	compairing	compairing	NOUN	O	0		n.act	trustpilot-268
+10	.	.	PUNCT	O	0			trustpilot-268
+
+1	Delivery	delivery	NOUN	O	0		n.act	trustpilot-89
+2	was	be	VERB	O	0		v.stative	trustpilot-89
+3	prompt	prompt	ADJ	O	0			trustpilot-89
+4	and	and	CONJ	O	0			trustpilot-89
+5	even	even	ADV	O	0			trustpilot-89
+6	included	include	VERB	O	0		v.stative	trustpilot-89
+7	a	a	DET	O	0			trustpilot-89
+8	pen	pen	NOUN	O	0		n.artifact	trustpilot-89
+9	.	.	PUNCT	O	0			trustpilot-89
+
+1	@YourButt	@USER	X	O	0			tweebank.224
+2	Key	key	PROPN	O	0		n.person	tweebank.224
+3	and	and	CONJ	O	0			tweebank.224
+4	Jjong	jjong	PROPN	O	0		n.person	tweebank.224
+5	are	be	VERB	O	0		v.stative	tweebank.224
+6	together	together	ADJ	O	0			tweebank.224
+7	.	.	PUNCT	O	0			tweebank.224
+8	>.>	EMOTICON	X	O	0			tweebank.224
+
+1	keep	keep	VERB	B	0			tweebank.118
+2	it	it	PRON	I	1			tweebank.118
+3	#Gangsta	#gangsta	ADJ	O	0			tweebank.118
+
+1	@itsjackc	@USER	X	O	0			tweebank.217
+2	i	i	PRON	O	0			tweebank.217
+3	from	from	ADP	O	0			tweebank.217
+4	in	in	ADP	O	0			tweebank.217
+5	italy	italy	PROPN	O	0		n.location	tweebank.217
+6	!!!!!	!!!!!	PUNCT	O	0			tweebank.217
+7	and	and	CONJ	O	0			tweebank.217
+8	you	you	PRON	O	0			tweebank.217
+9	???	???	PUNCT	O	0			tweebank.217
+
+1	Once	once	ADV	O	0			trustpilot-88
+2	again	again	ADV	O	0			trustpilot-88
+3	well	well	ADV	B	0		v.communication	trustpilot-88
+4	done	do	VERB	I	3			trustpilot-88
+5	,	,	PUNCT	O	0			trustpilot-88
+6	A	a	DET	O	0			trustpilot-88
+7	great	great	ADJ	O	0			trustpilot-88
+8	Service	service	NOUN	O	0		n.act	trustpilot-88
+9	and	and	CONJ	O	0			trustpilot-88
+10	a	a	DET	O	0			trustpilot-88
+11	Prosperous	prosperous	ADJ	O	0			trustpilot-88
+12	New	new	PROPN	B	0		n.event	trustpilot-88
+13	Year	year	NOUN	I	12			trustpilot-88
+14	to	to	ADP	O	0			trustpilot-88
+15	you	you	PRON	O	0			trustpilot-88
+16	all	all	ADV	O	0			trustpilot-88
+17	in	in	ADP	O	0			trustpilot-88
+18	your	your	DET	O	0			trustpilot-88
+19	shop	shop	NOUN	O	0		n.artifact	trustpilot-88
+20	.	.	PUNCT	O	0			trustpilot-88
+
+1	I	i	PRON	O	0			tweebank.265
+2	think	think	VERB	O	0		v.cognition	tweebank.265
+3	I	i	PRON	O	0			tweebank.265
+4	do	do	VERB	O	0		v.stative	tweebank.265
+5	+_O	EMOTICON	X	O	0			tweebank.265
+6	"	"	PUNCT	O	0			tweebank.265
+7	you	you	PRON	O	0			tweebank.265
+8	're	're	VERB	O	0		v.stative	tweebank.265
+9	sick	sick	ADJ	O	0			tweebank.265
+10	"	"	PUNCT	O	0			tweebank.265
+11	RT	rt	X	O	0			tweebank.265
+12	@Mannando	@USER	X	O	0			tweebank.265
+13	:	:	X	O	0			tweebank.265
+14	Lmao	lmao	INTJ	O	0			tweebank.265
+15	u	u	PRON	O	0			tweebank.265
+16	do	do	AUX	O	0			tweebank.265
+17	n	n	PART	O	0			tweebank.265
+18	even	even	ADV	O	0			tweebank.265
+19	know	know	VERB	O	0		v.cognition	tweebank.265
+20	what	what	PRON	O	0			tweebank.265
+21	that	that	PRON	O	0			tweebank.265
+22	means	mean	VERB	O	0		v.cognition	tweebank.265
+23	RT	rt	X	O	0			tweebank.265
+24	@M_teeDaQuEEn	@USER	X	O	0			tweebank.265
+25	:	:	X	O	0			tweebank.265
+26	Lol	lol	INTJ	O	0			tweebank.265
+27	nawe	nawe	INTJ	O	0			tweebank.265
+28	lol	lol	INTJ	O	0			tweebank.265
+29	RT	rt	X	O	0			tweebank.265
+
+1	"	"	PUNCT	O	0			trustpilot-158
+2	Out	out	ADP	B	0		n.attribute	trustpilot-158
+3	of	of	ADP	I	2			trustpilot-158
+4	stock	stock	NOUN	I	3			trustpilot-158
+5	"	"	PUNCT	O	0			trustpilot-158
+6	items	item	NOUN	O	0		n.artifact	trustpilot-158
+7	that	that	PRON	O	0			trustpilot-158
+8	I	i	PRON	O	0			trustpilot-158
+9	enquired	enquire	VERB	O	0		v.communication	trustpilot-158
+10	about	about	ADP	O	0			trustpilot-158
+11	came	come	VERB	O	0		v.motion	trustpilot-158
+12	into	into	ADP	O	0			trustpilot-158
+13	stock	stock	NOUN	O	0		n.possession	trustpilot-158
+14	very	very	ADV	O	0			trustpilot-158
+15	soon	soon	ADV	O	0			trustpilot-158
+16	and	and	CONJ	O	0			trustpilot-158
+17	were	be	AUX	O	0			trustpilot-158
+18	then	then	ADV	O	0			trustpilot-158
+19	despatched	despatch	VERB	O	0		v.motion	trustpilot-158
+20	promptly	promptly	ADV	O	0			trustpilot-158
+21	in	in	ADP	O	0			trustpilot-158
+22	the	the	DET	O	0			trustpilot-158
+23	busy	busy	ADJ	O	0			trustpilot-158
+24	Xmas	xmas	NOUN	B	0		n.time	trustpilot-158
+25	rush	rush	NOUN	I	24			trustpilot-158
+26	period	period	NOUN	I	25			trustpilot-158
+27	.	.	PUNCT	O	0			trustpilot-158
+
+1	I	i	PRON	O	0			tweebank.453
+2	've	've	AUX	O	0			tweebank.453
+3	wanted	want	VERB	O	0		v.emotion	tweebank.453
+4	one	NUMBER	NUM	O	0			tweebank.453
+5	since	since	SCONJ	O	0			tweebank.453
+6	eating	eat	VERB	O	0		v.consumption	tweebank.453
+7	the	the	DET	O	0			tweebank.453
+8	juiciest	juicy	ADJ	O	0			tweebank.453
+9	meat	meat	NOUN	O	0		n.food	tweebank.453
+10	from	from	ADP	O	0			tweebank.453
+11	one	NUMBER	NUM	O	0			tweebank.453
+12	at	at	ADP	O	0			tweebank.453
+13	a	a	DET	O	0			tweebank.453
+14	Moroccan	moroccan	PROPN	B	0		n.artifact	tweebank.453
+15	restaurant	restaurant	NOUN	I	14			tweebank.453
+16	last	last	ADJ	B	0			tweebank.453
+17	year	year	NOUN	I	16			tweebank.453
+18	.	.	PUNCT	O	0			tweebank.453
+
+1	Yll	yll	PRON	O	0			tweebank.447
+2	wis	wis	VERB	O	0		v.stative	tweebank.447
+3	u	u	PRON	O	0			tweebank.447
+4	live	live	VERB	O	0		v.stative	tweebank.447
+5	in	in	ADP	O	0			tweebank.447
+6	MIAMI	miami	PROPN	O	0		n.location	tweebank.447
+
+1	GOOD	good	ADJ	O	0			trustpilot-125
+2	VALUE	value	NOUN	O	0		n.attribute	trustpilot-125
+3	FOR	for	ADP	O	0			trustpilot-125
+4	MONEY	money	NOUN	O	0		n.possession	trustpilot-125
+5	,	,	PUNCT	O	0			trustpilot-125
+6	QUICK	quick	ADJ	O	0			trustpilot-125
+7	DELIVERY	delivery	NOUN	O	0		n.act	trustpilot-125
+8	.................	.................	PUNCT	O	0			trustpilot-125
+
+1	Owning	own	VERB	O	0		v.possession	tweebank.57
+2	Your	your	PRON	O	0			tweebank.57
+3	Craft	craft	NOUN	O	0		n.act	tweebank.57
+4	in	in	ADP	O	0			tweebank.57
+5	the	the	DET	O	0			tweebank.57
+6	Fitness	fitness	NOUN	B	0		n.cognition	tweebank.57
+7	Business	business	NOUN	I	6			tweebank.57
+8	-	-	SYM	O	0			tweebank.57
+9	http://t.co/hTizU4q9	URL	X	O	0			tweebank.57
+10	#Fitness	#fitness	X	O	0			tweebank.57
+11	BodyBuilding	bodybuilding	X	O	0			tweebank.57
+12	#Professionals	#professionals	X	O	0			tweebank.57
+13	#Vancouver	#vancouver	X	O	0			tweebank.57
+
+1	Would	would	VERB	O	0			trustpilot-82
+2	recomend	recomend	VERB	O	0		v.social	trustpilot-82
+3	that	that	CONJ	O	0			trustpilot-82
+4	you	you	PRON	O	0			trustpilot-82
+5	take	take	VERB	O	0		v.perception	trustpilot-82
+6	your	your	DET	O	0			trustpilot-82
+7	milage	milage	NOUN	B	0		n.attribute	trustpilot-82
+8	reading	reading	NOUN	I	7			trustpilot-82
+9	and	and	CONJ	O	0			trustpilot-82
+10	ensure	ensure	VERB	O	0		v.cognition	trustpilot-82
+11	that	that	CONJ	O	0			trustpilot-82
+12	the	the	DET	O	0			trustpilot-82
+13	car	car	NOUN	O	0		n.artifact	trustpilot-82
+14	is	be	AUX	O	0			trustpilot-82
+15	inspected	inspect	VERB	O	0		v.perception	trustpilot-82
+16	thoroughly	thoroughly	ADV	O	0			trustpilot-82
+17	before	before	ADP	O	0			trustpilot-82
+18	you	you	PRON	O	0			trustpilot-82
+19	leave	leave	VERB	O	0		v.stative	trustpilot-82
+20	it	it	PRON	O	0			trustpilot-82
+21	.	.	PUNCT	O	0			trustpilot-82
+
+1	“	“	PUNCT	O	0			tweebank.386
+2	@Iamyungsmilez	@USER	X	O	0			tweebank.386
+3	BLUEROOM	blueroom	PROPN	O	0		n.event	tweebank.386
+4	MAY	may	PROPN	B	0		n.time	tweebank.386
+5	19TH	NUMBER	NUM	I	4			tweebank.386
+6	FEMS	fems	NOUN	O	0		n.person	tweebank.386
+7	FREE	free	ADJ	O	0			tweebank.386
+8	AND	and	CONJ	O	0			tweebank.386
+9	DRINK	drink	NOUN	O	0		n.food	tweebank.386
+10	FREE	free	ADJ	O	0			tweebank.386
+11	TIL	til	ADP	O	0			tweebank.386
+12	11:30	NUMBER	NUM	O	0			tweebank.386
+13	$5	NUMBER	NUM	O	0			tweebank.386
+14	ALL	all	DET	B	0			tweebank.386
+15	NIGHT	night	NOUN	I	14			tweebank.386
+16	BEHIND	behind	ADP	O	0			tweebank.386
+17	WINN	winn	PROPN	B	0		n.group	tweebank.386
+18	DIXIE	dixie	PROPN	I	17			tweebank.386
+19	ON	on	ADP	O	0			tweebank.386
+20	PINEHILLS	pinehills	PROPN	B	0		n.location	tweebank.386
+21	ROAD	road	PROPN	I	20			tweebank.386
+22	LEGGOOO	leggooo	VERB	O	0		v.social	tweebank.386
+23	”	”	PUNCT	O	0			tweebank.386
+
+1	David	david	PROPN	B	0		n.person	tweebank.180
+2	Quinn	quinn	PROPN	I	1			tweebank.180
+3	strikes	strike	VERB	B	0		v.communication	tweebank.180
+4	a	a	DET	I	3			tweebank.180
+5	blow	blow	NOUN	I	4			tweebank.180
+6	for	for	ADP	O	0			tweebank.180
+7	new	new	ADJ	O	0			tweebank.180
+8	'	'	PUNCT	O	0			tweebank.180
+9	anti-establishment	anti-establishment	ADJ	O	0			tweebank.180
+10	'	'	PUNCT	O	0			tweebank.180
+11	cause	cause	NOUN	O	0		n.event	tweebank.180
+12	.	.	PUNCT	O	0			tweebank.180
+13	Is	be	VERB	O	0		v.stative	tweebank.180
+14	traditional	traditional	ADJ	O	0			tweebank.180
+15	conservatism	conservatism	NOUN	O	0		n.cognition	tweebank.180
+16	really	really	ADV	O	0			tweebank.180
+17	the	the	DET	O	0			tweebank.180
+18	new	new	ADJ	O	0			tweebank.180
+19	radicalism	radicalism	NOUN	O	0		n.cognition	tweebank.180
+20	?	?	PUNCT	O	0			tweebank.180
+21	http://bit.ly/hxrm7L	URL	X	O	0			tweebank.180
+
+1	I	i	PRON	O	0			trustpilot-130
+2	would	would	VERB	O	0			trustpilot-130
+3	recommend	recommend	VERB	O	0		v.communication	trustpilot-130
+4	them	them	PRON	O	0			trustpilot-130
+5	.	.	PUNCT	O	0			trustpilot-130
+
+1	And	and	CONJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+2	you	you	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+3	would	would	AUX	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+4	think	think	VERB	O	0		v.cognition	ted.naist.001-RobertLang_2008.iwslt.321.2
+5	that	that	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+6	should	should	AUX	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+7	have	have	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.2
+8	nothing	nothing	NOUN	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+9	to	to	PART	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+10	do	do	VERB	O	0		v.stative	ted.naist.001-RobertLang_2008.iwslt.321.2
+11	with	with	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+12	one	one	PRON	B	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+13	another	another	DET	I	12			ted.naist.001-RobertLang_2008.iwslt.321.2
+14	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+15	but	but	CONJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+16	I	i	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+17	hope	hope	VERB	O	0		v.emotion	ted.naist.001-RobertLang_2008.iwslt.321.2
+18	by	by	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+19	the	the	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+20	end	end	NOUN	O	0		n.location	ted.naist.001-RobertLang_2008.iwslt.321.2
+21	of	of	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+22	these	these	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+23	18	NUMBER	NUM	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+24	minutes	minutes	NOUN	O	0		n.time	ted.naist.001-RobertLang_2008.iwslt.321.2
+25	,	,	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+26	you	you	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+27	'll	'll	AUX	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+28	see	see	VERB	O	0		v.cognition	ted.naist.001-RobertLang_2008.iwslt.321.2
+29	a	a	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+30	little	little	ADJ	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+31	bit	bit	NOUN	O	0		n.quantity	ted.naist.001-RobertLang_2008.iwslt.321.2
+32	of	of	ADP	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+33	a	a	DET	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+34	relation	relation	NOUN	O	0		n.relation	ted.naist.001-RobertLang_2008.iwslt.321.2
+35	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.2
+
+1	RT	rt	X	O	0			tweebank.475
+2	@itiswhatitis_5	@USER	X	O	0			tweebank.475
+3	:	:	X	O	0			tweebank.475
+4	Nothing	nothing	NOUN	O	0			tweebank.475
+5	is	be	VERB	O	0		v.stative	tweebank.475
+6	more	more	ADV	O	0			tweebank.475
+7	despicable	despicable	ADJ	O	0			tweebank.475
+8	than	than	ADP	O	0			tweebank.475
+9	respect	respect	NOUN	O	0		n.feeling	tweebank.475
+10	based	base	VERB	B	0		v.cognition	tweebank.475
+11	on	on	ADP	I	10			tweebank.475
+12	fear	fear	NOUN	O	0		n.feeling	tweebank.475
+13	.	.	PUNCT	O	0			tweebank.475
+
+1	You	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+2	can	can	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+3	see	see	VERB	O	0		v.perception	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+4	this	this	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+5	most	most	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+6	clearly	clearly	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+7	when	when	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+8	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+9	take	take	VERB	B	0		v.change	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+10	away	away	ADP	I	9			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+11	someone	someone	NOUN	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+12	's	's	PART	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+13	watch	watch	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+14	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+15	you	you	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+16	shut	shut	VERB	O	0		v.contact	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+17	them	them	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+18	into	into	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+19	a	a	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+20	bunker	bunker	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+21	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+22	deep	deep	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+23	underground	underground	NOUN	O	0		n.location	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+24	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+25	for	for	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+26	a	a	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+27	couple	couple	NOUN	O	0		n.quantity	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+28	of	of	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+29	months	month	NOUN	O	0		n.time	ted.naist.002-JessaGamble_2010G.iwslt.957.10
+30	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.10
+
+1	For	for	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+2	20	NUMBER	NUM	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+3	years	years	NOUN	O	0		n.time	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+4	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+5	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+6	've	've	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+7	been	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+8	looking	look	VERB	O	0		v.cognition	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+9	at	at	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+10	how	how	ADV	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+11	people	people	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+12	use	use	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+13	channels	channels	NOUN	O	0		n.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+14	such	such	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+15	as	as	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+16	email	email	NOUN	O	0		n.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+17	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+18	the	the	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+19	mobile	mobile	ADJ	B	0		n.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+20	phone	phone	NOUN	I	19			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+21	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+22	texting	texting	NOUN	O	0		n.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+23	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+24	etc.	etc.	X	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+
+1	The	the	DET	O	0			trustpilot-120
+2	serving	serving	NOUN	B	0		n.group	trustpilot-120
+3	staff	staff	NOUN	I	2			trustpilot-120
+4	are	be	VERB	O	0		v.stative	trustpilot-120
+5	generally	generally	ADV	O	0			trustpilot-120
+6	very	very	ADV	O	0			trustpilot-120
+7	nice	nice	ADJ	O	0			trustpilot-120
+8	and	and	CONJ	O	0			trustpilot-120
+9	cheery	cheery	ADJ	O	0			trustpilot-120
+10	apart	apart	ADP	O	0			trustpilot-120
+11	from	from	ADP	O	0			trustpilot-120
+12	one	one	PRON	O	0			trustpilot-120
+13	of	of	ADP	O	0			trustpilot-120
+14	the	the	DET	O	0			trustpilot-120
+15	younger	younger	ADJ	O	0			trustpilot-120
+16	ones	one	NOUN	O	0			trustpilot-120
+17	who	who	PRON	O	0			trustpilot-120
+18	is	be	VERB	O	0		v.stative	trustpilot-120
+19	always	always	ADV	O	0			trustpilot-120
+20	sullen	sullen	ADJ	O	0			trustpilot-120
+21	,	,	PUNCT	O	0			trustpilot-120
+22	unapproachable	unapproachable	ADJ	O	0			trustpilot-120
+23	and	and	CONJ	O	0			trustpilot-120
+24	quite	quite	ADV	O	0			trustpilot-120
+25	frankly	frankly	ADV	O	0			trustpilot-120
+26	very	very	ADV	O	0			trustpilot-120
+27	obviously	obviously	ADV	O	0			trustpilot-120
+28	bored	bored	ADJ	O	0			trustpilot-120
+29	.	.	PUNCT	O	0			trustpilot-120
+
+1	My	my	DET	O	0			trustpilot-124
+2	sweet	sweet	ADJ	B	0		n.plant	trustpilot-124
+3	pea	pea	NOUN	I	2			trustpilot-124
+4	plants	plant	NOUN	I	3			trustpilot-124
+5	arrived	arrive	VERB	O	0		v.motion	trustpilot-124
+6	00th	00th	ADJ	O	0			trustpilot-124
+7	May	may	NOUN	O	0		n.time	trustpilot-124
+8	completely	completely	ADV	O	0			trustpilot-124
+9	dried	dry	VERB	B	0			trustpilot-124
+10	up	up	PART	I	9			trustpilot-124
+11	and	and	CONJ	O	0			trustpilot-124
+12	dead	dead	ADJ	O	0			trustpilot-124
+13	!	!	PUNCT	O	0			trustpilot-124
+
+1	For	for	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+2	a	a	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+3	long	long	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+4	time	time	NOUN	O	0		n.time	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+5	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+6	this	this	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+7	is	be	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+8	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+9	image	image	NOUN	O	0		n.cognition	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+10	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+11	American	american	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+12	manhood	manhood	NOUN	O	0		n.state	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+13	that	that	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+14	dominated	dominate	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+15	--	--	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+16	tough	tough	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+17	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+18	rugged	rugged	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+19	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+20	in	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+21	control	control	NOUN	O	0		n.attribute	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+22	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+23	his	his	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+24	own	own	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+25	environment	environment	NOUN	O	0		n.state	ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+26	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+
+1	nowFOLLOWiNG	nowfollowing	X	O	0			tweebank.483
+2	@youngstunna336	@USER	X	O	0			tweebank.483
+3	le	le	VERB	O	0		v.social	tweebank.483
+4	mme	mme	PRON	O	0			tweebank.483
+5	give	give	VERB	O	0		v.communication	tweebank.483
+6	him	him	PRON	O	0			tweebank.483
+7	a	a	DET	O	0			tweebank.483
+8	quick	quick	ADJ	O	0			tweebank.483
+9	s\o	s\o	NOUN	O	0		n.communication	tweebank.483
+10	!!!	!!!	PUNCT	O	0			tweebank.483
+11	Ladies	lady	NOUN	O	0		n.person	tweebank.483
+12	follow	follow	VERB	O	0		v.social	tweebank.483
+13	him	him	PRON	O	0			tweebank.483
+14	he	he	PRON	O	0			tweebank.483
+15	's	's	VERB	O	0		v.stative	tweebank.483
+16	#teamfollowback	#teamfollowback	NOUN	O	0			tweebank.483
+17	hey	hey	INTJ	O	0			tweebank.483
+18	chris	chris	PROPN	O	0		n.person	tweebank.483
+19	!!!	!!!	PUNCT	O	0			tweebank.483
+
+1	RT	rt	X	O	0			tweebank.59
+2	@MISSMYA	@USER	X	O	0			tweebank.59
+3	:	:	X	O	0			tweebank.59
+4	"	"	PUNCT	O	0			tweebank.59
+5	It	it	PRON	O	0			tweebank.59
+6	always	always	ADV	O	0			tweebank.59
+7	seems	seem	VERB	O	0		v.cognition	tweebank.59
+8	impossible	impossible	ADJ	O	0			tweebank.59
+9	until	until	SCONJ	O	0			tweebank.59
+10	it	it	PRON	O	0			tweebank.59
+11	's	's	AUX	O	0			tweebank.59
+12	done	do	VERB	O	0		v.change	tweebank.59
+13	.	.	PUNCT	O	0			tweebank.59
+14	"	"	PUNCT	O	0			tweebank.59
+15	-	-	PUNCT	O	0			tweebank.59
+16	Nelson	nelson	PROPN	B	0		n.person	tweebank.59
+17	Mandela	mandela	PROPN	I	16			tweebank.59
+
+1	You	you	PRON	O	0			ted.iwslt.1176.3
+2	can	can	AUX	O	0			ted.iwslt.1176.3
+3	have	have	VERB	O	0		v.stative	ted.iwslt.1176.3
+4	me	me	PRON	O	0			ted.iwslt.1176.3
+5	as	as	ADP	O	0			ted.iwslt.1176.3
+6	a	a	DET	O	0			ted.iwslt.1176.3
+7	farmer	farmer	NOUN	O	0		n.person	ted.iwslt.1176.3
+8	,	,	PUNCT	O	0			ted.iwslt.1176.3
+9	or	or	CONJ	O	0			ted.iwslt.1176.3
+10	in	in	ADP	O	0			ted.iwslt.1176.3
+11	leathers	leather	NOUN	O	0		n.artifact	ted.iwslt.1176.3
+12	,	,	PUNCT	O	0			ted.iwslt.1176.3
+13	and	and	CONJ	O	0			ted.iwslt.1176.3
+14	no	no	DET	B	0			ted.iwslt.1176.3
+15	one	one	NOUN	I	14			ted.iwslt.1176.3
+16	has	have	AUX	O	0			ted.iwslt.1176.3
+17	ever	ever	ADV	O	0			ted.iwslt.1176.3
+18	chose	choose	VERB	O	0		v.cognition	ted.iwslt.1176.3
+19	farmer	farmer	NOUN	O	0		n.person	ted.iwslt.1176.3
+20	.	.	PUNCT	O	0			ted.iwslt.1176.3
+
+1	There	there	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+2	was	be	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.8
+3	a	a	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+4	big	big	ADJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+5	gap	gap	NOUN	O	0		n.attribute	ted.naist.007-HansRosling_2010S.iwslt.9121.8
+6	between	between	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+7	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+8	one	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+9	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+10	in	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+11	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+12	industrialized	industrialized	ADJ	B	0		n.natural_object	ted.naist.007-HansRosling_2010S.iwslt.9121.8
+13	world	world	NOUN	I	12			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+14	and	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+15	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+16	two	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+17	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+18	in	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+19	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+20	developing	develop	VERB	B	0		n.natural_object	ted.naist.007-HansRosling_2010S.iwslt.9121.8
+21	world	world	NOUN	I	20			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+22	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.8
+
+1	I	i	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+2	still	still	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+3	remember	remember	VERB	O	0		v.cognition	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+4	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+5	day	day	NOUN	O	0		n.event	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+6	in	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+7	school	school	NOUN	O	0		n.artifact	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+8	when	when	ADV	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+9	our	our	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+10	teacher	teacher	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+11	told	tell	VERB	O	0		v.communication	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+12	us	us	PRON	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+13	that	that	SCONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+14	the	the	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+15	world	world	NOUN	B	0		n.group	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+16	population	population	NOUN	I	15			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+17	had	have	AUX	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+18	become	become	VERB	O	0		v.change	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+19	three	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+20	billion	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+21	people	people	NOUN	O	0		n.person	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+22	,	,	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+23	and	and	CONJ	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+24	that	that	DET	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+25	was	be	VERB	O	0		v.stative	ted.naist.007-HansRosling_2010S.iwslt.9121.1
+26	in	in	ADP	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+27	1960	NUMBER	NUM	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+28	.	.	PUNCT	O	0			ted.naist.007-HansRosling_2010S.iwslt.9121.1
+
+1	RT	rt	X	O	0			tweebank.364
+2	@kerriewanted1D	@USER	X	O	0			tweebank.364
+3	:	:	X	O	0			tweebank.364
+4	@Leaah_TW	@USER	X	O	0			tweebank.364
+5	this	this	DET	O	0			tweebank.364
+6	park	park	NOUN	O	0		n.artifact	tweebank.364
+7	is	be	VERB	O	0		v.stative	tweebank.364
+8	the	the	DET	O	0			tweebank.364
+9	cutest	cut	ADJ	O	0			tweebank.364
+10	thing	thing	NOUN	O	0		n.artifact	tweebank.364
+11	ever	ever	ADV	O	0			tweebank.364
+12	omg	omg	INTJ	O	0			tweebank.364
+13	http://t.co/2RNYQ4NZ	URL	X	O	0			tweebank.364
+
+1	@belinda_bieber	@USER	X	O	0			tweebank.220
+2	.	.	PUNCT	O	0			tweebank.220
+3	Have	have	VERB	O	0		v.stative	tweebank.220
+4	u	u	PRON	O	0			tweebank.220
+5	meet	meet	VERB	O	0		v.social	tweebank.220
+6	norway	norway	PROPN	O	0		n.location	tweebank.220
+7	yet	yet	ADV	O	0			tweebank.220
+8	??	??	PUNCT	O	0			tweebank.220
+9	Lol	lol	INTJ	O	0			tweebank.220
+
+1	Beautiful	beautiful	ADJ	O	0			trustpilot-250
+2	carpet	carpet	NOUN	B	0		n.artifact	trustpilot-250
+3	runner	runner	NOUN	I	2			trustpilot-250
+4	for	for	ADP	O	0			trustpilot-250
+5	upstairs	upstairs	NOUN	B	0		n.artifact	trustpilot-250
+6	and	and	CONJ	I	5			trustpilot-250
+7	downstairs	downstairs	NOUN	I	6			trustpilot-250
+8	landing	landing	NOUN	I	7			trustpilot-250
+9	.	.	PUNCT	O	0			trustpilot-250
+
+1	RT	rt	X	O	0			tweebank.214
+2	@GreatestQuotes	@USER	X	O	0			tweebank.214
+3	:	:	X	O	0			tweebank.214
+4	"	"	PUNCT	O	0			tweebank.214
+5	Do	do	VERB	O	0		v.stative	tweebank.214
+6	what	what	PRON	O	0			tweebank.214
+7	you	you	PRON	O	0			tweebank.214
+8	can	can	VERB	O	0		v.cognition	tweebank.214
+9	,	,	PUNCT	O	0			tweebank.214
+10	with	with	ADP	O	0			tweebank.214
+11	what	what	PRON	O	0			tweebank.214
+12	you	you	PRON	O	0			tweebank.214
+13	have	have	VERB	O	0		v.possession	tweebank.214
+14	,	,	PUNCT	O	0			tweebank.214
+15	where	where	ADV	O	0			tweebank.214
+16	you	you	PRON	O	0			tweebank.214
+17	are	be	VERB	O	0		v.stative	tweebank.214
+18	.	.	PUNCT	O	0			tweebank.214
+19	"	"	PUNCT	O	0			tweebank.214
+20	-	-	PUNCT	O	0			tweebank.214
+21	Theodore	theodore	PROPN	B	0		n.person	tweebank.214
+22	Roosevelt	roosevelt	PROPN	I	21			tweebank.214
+
+1	Are	be	AUX	O	0			tweebank.478
+2	you	you	PRON	O	0			tweebank.478
+3	allowed	allow	VERB	O	0		v.social	tweebank.478
+4	to	to	PART	O	0			tweebank.478
+5	vote	vote	VERB	O	0		v.social	tweebank.478
+6	?	?	PUNCT	O	0			tweebank.478
+7	—	—	SYM	O	0			tweebank.478
+8	nope	nope	INTJ	O	0			tweebank.478
+9	.	.	PUNCT	O	0			tweebank.478
+10	3	NUMBER	NUM	O	0			tweebank.478
+11	more	more	ADJ	O	0			tweebank.478
+12	years	years	NOUN	O	0		n.time	tweebank.478
+13	.	.	PUNCT	O	0			tweebank.478
+14	http://4ms.me/c08ijl	URL	X	O	0			tweebank.478
+
+1	No	no	DET	O	0			trustpilot-74
+2	user	user	NOUN	B	0		n.communication	trustpilot-74
+3	guide	guide	NOUN	I	2			trustpilot-74
+4	/	/	PUNCT	I	3			trustpilot-74
+5	manual	manual	NOUN	I	4			trustpilot-74
+6	with	with	ADP	O	0			trustpilot-74
+7	the	the	DET	O	0			trustpilot-74
+8	machine	machine	NOUN	O	0		n.artifact	trustpilot-74
+9	and	and	CONJ	O	0			trustpilot-74
+10	a	a	DET	O	0			trustpilot-74
+11	very	very	ADV	O	0			trustpilot-74
+12	poor	poor	ADJ	O	0			trustpilot-74
+13	version	version	NOUN	O	0		n.communication	trustpilot-74
+14	on	on	ADV	O	0			trustpilot-74
+15	-	-	PUNCT	O	0			trustpilot-74
+16	line	line	ADV	O	0			trustpilot-74
+17	.	.	PUNCT	O	0			trustpilot-74
+
+1	Happy	happy	ADJ	O	0			tweebank.3
+2	Mother	mother	NOUN	B	0		n.event	tweebank.3
+3	s	s	PART	I	2			tweebank.3
+4	Day	day	NOUN	I	3			tweebank.3
+5	!	!	PUNCT	O	0			tweebank.3
+6	#bigmummalove	#bigmummalove	X	O	0			tweebank.3
+
+1	And	and	CONJ	O	0			trustpilot-106
+2	amazingly	amazingly	ADV	O	0			trustpilot-106
+3	fast	fast	ADJ	O	0			trustpilot-106
+4	shipping	shipping	NOUN	O	0		n.act	trustpilot-106
+5	from	from	ADP	O	0			trustpilot-106
+6	Denmark	denmark	PROPN	O	0		n.location	trustpilot-106
+7	-	-	PUNCT	O	0			trustpilot-106
+8	top	top	ADJ	B	0			trustpilot-106
+9	marks	marks	NOUN	I	8			trustpilot-106
+10	!	!	PUNCT	O	0			trustpilot-106
+
+1	What	what	PRON	O	0			tweebank.258
+2	should	should	AUX	O	0			tweebank.258
+3	be	be	VERB	O	0		v.stative	tweebank.258
+4	the	the	DET	O	0			tweebank.258
+5	length	length	NOUN	O	0		n.attribute	tweebank.258
+6	of	of	ADP	O	0			tweebank.258
+7	your	your	PRON	O	0			tweebank.258
+8	#maternity	#maternity	NOUN	B	0		n.artifact	tweebank.258
+9	#wear	#wear	NOUN	I	8			tweebank.258
+10	?	?	PUNCT	O	0			tweebank.258
+11	-part	-part	NOUN	O	0		n.communication	tweebank.258
+12	I	NUMBER	NUM	O	0			tweebank.258
+13	http://bit.ly/mjmERk	URL	X	O	0			tweebank.258
+
+1	I	i	PRON	O	0			trustpilot-24
+2	was	be	AUX	O	0			trustpilot-24
+3	sent	send	VERB	O	0		v.communication	trustpilot-24
+4	emails	email	NOUN	O	0		n.communication	trustpilot-24
+5	at	at	ADP	O	0			trustpilot-24
+6	each	each	DET	O	0			trustpilot-24
+7	stage	stage	NOUN	O	0		n.time	trustpilot-24
+8	of	of	ADP	O	0			trustpilot-24
+9	the	the	DET	O	0			trustpilot-24
+10	delivery	delivery	NOUN	B	0		n.act	trustpilot-24
+11	process	process	NOUN	I	10			trustpilot-24
+12	,	,	PUNCT	O	0			trustpilot-24
+13	order	order	NOUN	O	0		n.communication	trustpilot-24
+14	recieved	recieved	VERB	O	0		v.stative	trustpilot-24
+15	,	,	PUNCT	O	0			trustpilot-24
+16	item	item	NOUN	O	0		n.artifact	trustpilot-24
+17	picked	pick	VERB	O	0		v.contact	trustpilot-24
+18	and	and	CONJ	O	0			trustpilot-24
+19	item	item	NOUN	O	0		n.artifact	trustpilot-24
+20	dispatch	dispatch	NOUN	O	0			trustpilot-24
+21	which	which	PRON	O	0			trustpilot-24
+22	was	be	VERB	O	0		v.stative	trustpilot-24
+23	very	very	ADV	O	0			trustpilot-24
+24	helpful	helpful	ADJ	O	0			trustpilot-24
+25	,	,	PUNCT	O	0			trustpilot-24
+26	the	the	DET	O	0			trustpilot-24
+27	watch	watch	NOUN	O	0		n.artifact	trustpilot-24
+28	was	be	AUX	O	0			trustpilot-24
+29	delivered	deliver	VERB	O	0		v.contact	trustpilot-24
+30	today	today	NOUN	O	0		n.time	trustpilot-24
+31	it	it	PRON	O	0			trustpilot-24
+32	was	be	AUX	O	0			trustpilot-24
+33	ordered	order	VERB	O	0		v.communication	trustpilot-24
+34	on	on	ADP	O	0			trustpilot-24
+35	the	the	DET	O	0			trustpilot-24
+36	Sunday	sunday	NOUN	B	0		n.time	trustpilot-24
+37	afternoon	afternoon	NOUN	I	36			trustpilot-24
+38	and	and	CONJ	O	0			trustpilot-24
+39	delivered	deliver	VERB	O	0		v.contact	trustpilot-24
+40	on	on	ADP	O	0			trustpilot-24
+41	the	the	DET	O	0			trustpilot-24
+42	Wednesday	wednesday	NOUN	B	0		n.time	trustpilot-24
+43	morning	morning	NOUN	I	42			trustpilot-24
+44	,	,	PUNCT	O	0			trustpilot-24
+45	and	and	CONJ	O	0			trustpilot-24
+46	I	i	PRON	O	0			trustpilot-24
+47	am	be	VERB	O	0		v.stative	trustpilot-24
+48	delighted	delighted	ADJ	O	0			trustpilot-24
+49	with	with	ADP	O	0			trustpilot-24
+50	it	it	PRON	O	0			trustpilot-24
+51	,	,	PUNCT	O	0			trustpilot-24
+52	as	as	ADP	O	0			trustpilot-24
+53	I	i	PRON	O	0			trustpilot-24
+54	hope	hope	VERB	O	0		v.emotion	trustpilot-24
+55	my	my	DET	O	0			trustpilot-24
+56	grandson	grandson	NOUN	O	0		n.person	trustpilot-24
+57	will	will	AUX	O	0			trustpilot-24
+58	be	be	VERB	O	0		v.stative	trustpilot-24
+59	.	.	PUNCT	O	0			trustpilot-24
+
+1	And	and	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+2	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+3	think	think	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+4	it	it	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+5	was	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+6	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+7	great	great	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+8	place	place	NOUN	O	0		n.location	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+9	to	to	PART	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+10	grow	grow	VERB	B	0		v.change	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+11	up	up	ADP	I	10			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+12	as	as	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+13	an	an	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+14	artist	artist	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+15	because	because	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+16	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+17	grew	grow	VERB	B	0		v.change	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+18	up	up	ADP	I	17			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+19	around	around	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+20	quirky	quirky	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+21	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+22	colorful	colorful	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+23	characters	character	NOUN	O	0		n.person	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+24	who	who	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+25	were	be	VERB	O	0		v.stative	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+26	great	great	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+27	at	at	SCONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+28	making	make	VERB	O	0		v.creation	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+29	with	with	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+30	their	their	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+31	hands	hands	NOUN	O	0		n.body	ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+32	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+
+1	Ayeee	ayeee	INTJ	O	0			tweebank.158
+2	do	do	VERB	O	0		v.stative	tweebank.158
+3	ya	ya	PRON	O	0			tweebank.158
+4	thing	thing	NOUN	O	0		n.other	tweebank.158
+5	@normanfame	@USER	X	O	0			tweebank.158
+6	@BougieGivenchy	@USER	X	O	0			tweebank.158
+7	@reniday4900	@USER	X	O	0			tweebank.158
+8	@BOOGE246	@USER	X	O	0			tweebank.158
+9	@cutty4900	@USER	X	O	0			tweebank.158
+10	@Listenllc	@USER	X	O	0			tweebank.158
+11	@reniday	@USER	X	O	0			tweebank.158
+12	@remmy188grindtime	@USER	X	O	0			tweebank.158
+13	shootn	shootn	VERB	O	0		v.creation	tweebank.158
+14	my	my	PRON	O	0			tweebank.158
+15	movie	movie	NOUN	O	0		n.communication	tweebank.158
+
+1	These	these	PRON	O	0			trustpilot-27
+2	are	be	VERB	O	0		v.stative	trustpilot-27
+3	wonderful	wonderful	ADJ	O	0			trustpilot-27
+4	.	.	PUNCT	O	0			trustpilot-27
+
+1	Basically	basically	ADV	O	0			trustpilot-323
+2	we	we	PRON	O	0			trustpilot-323
+3	lost	lose	VERB	O	0		v.contact	trustpilot-323
+4	a	a	DET	O	0			trustpilot-323
+5	phone	phone	NOUN	O	0		n.artifact	trustpilot-323
+6	somewhere	somewhere	ADV	O	0			trustpilot-323
+7	,	,	PUNCT	O	0			trustpilot-323
+8	rang	ring	VERB	O	0		v.communication	trustpilot-323
+9	it	it	PRON	O	0			trustpilot-323
+10	a	a	DET	O	0			trustpilot-323
+11	few	few	ADJ	O	0			trustpilot-323
+12	times	times	NOUN	O	0		n.event	trustpilot-323
+13	and	and	CONJ	O	0			trustpilot-323
+14	had	have	VERB	O	0		v.stative	trustpilot-323
+15	quite	quite	ADV	O	0			trustpilot-323
+16	an	an	DET	O	0			trustpilot-323
+17	annoying	annoying	ADJ	O	0			trustpilot-323
+18	conversation	conversation	NOUN	O	0		n.communication	trustpilot-323
+19	with	with	ADP	O	0			trustpilot-323
+20	a	a	DET	O	0			trustpilot-323
+21	youth	youth	NOUN	O	0		n.person	trustpilot-323
+22	offering	offer	VERB	O	0		v.communication	trustpilot-323
+23	to	to	PART	O	0			trustpilot-323
+24	give	give	VERB	O	0		v.contact	trustpilot-323
+25	me	me	PRON	O	0			trustpilot-323
+26	my	my	DET	O	0			trustpilot-323
+27	phone	phone	NOUN	O	0		n.artifact	trustpilot-323
+28	back	back	PART	O	0			trustpilot-323
+29	for	for	ADP	O	0			trustpilot-323
+30	£	£	X	O	0			trustpilot-323
+31	00	00	NUM	O	0			trustpilot-323
+32	.	.	PUNCT	O	0			trustpilot-323
+
+1	20	NUMBER	NUM	O	0			tweebank.124
+2	DAYS	days	NOUN	O	0		n.time	tweebank.124
+3	LEFT	leave	VERB	O	0			tweebank.124
+4	TILL	till	ADP	O	0			tweebank.124
+5	LONDON	london	PROPN	O	0		n.location	tweebank.124
+6	<3	EMOTICON	X	O	0			tweebank.124
+
+1	@Rhe_says	@USER	X	O	0			tweebank.416
+2	lyod	lyod	PROPN	O	0		n.person	tweebank.416
+3	and	and	CONJ	O	0			tweebank.416
+4	Wayne	wayne	PROPN	O	0		n.person	tweebank.416
+5	-	-	PUNCT	O	0			tweebank.416
+6	you	you	INTJ	O	0			tweebank.416
+7	that	that	DET	O	0			tweebank.416
+8	was	be	VERB	O	0		v.stative	tweebank.416
+9	bigggg	bigggg	ADJ	O	0			tweebank.416
+10	!	!	PUNCT	O	0			tweebank.416
+
+1	no	no	DET	O	0			trustpilot-267
+2	question	question	NOUN	O	0		n.communication	trustpilot-267
+3	is	be	VERB	O	0		v.stative	trustpilot-267
+4	too	too	ADV	O	0			trustpilot-267
+5	small	small	ADJ	O	0			trustpilot-267
+6	to	to	PART	O	0			trustpilot-267
+7	be	be	AUX	O	0			trustpilot-267
+8	answered	answer	VERB	O	0		v.communication	trustpilot-267
+9	,	,	PUNCT	O	0			trustpilot-267
+10	prices	price	NOUN	O	0		n.attribute	trustpilot-267
+11	are	be	VERB	O	0		v.stative	trustpilot-267
+12	the	the	DET	O	0			trustpilot-267
+13	lowest	lowest	ADJ	O	0			trustpilot-267
+14	on	on	ADP	O	0			trustpilot-267
+15	the	the	DET	O	0			trustpilot-267
+16	net	net	NOUN	O	0		n.communication	trustpilot-267
+17	and	and	CONJ	O	0			trustpilot-267
+18	delivery	delivery	NOUN	B	0		n.act	trustpilot-267
+19	times	times	NOUN	I	18			trustpilot-267
+20	are	be	VERB	O	0		v.stative	trustpilot-267
+21	unbelievable	unbelievable	ADJ	O	0			trustpilot-267
+22	-	-	PUNCT	O	0			trustpilot-267
+23	if	if	CONJ	O	0			trustpilot-267
+24	you	you	PRON	O	0			trustpilot-267
+25	want	want	VERB	O	0		v.emotion	trustpilot-267
+26	golf	golf	NOUN	B	0		n.artifact	trustpilot-267
+27	equipment	equipment	NOUN	I	26			trustpilot-267
+28	check	check	VERB	B	0		v.cognition	trustpilot-267
+29	these	these	PRON	o	0			trustpilot-267
+30	out	out	PART	I	28			trustpilot-267
+31	first	first	ADV	O	0			trustpilot-267
+32	.	.	PUNCT	O	0			trustpilot-267
+
+1	@BeyonceFan1981	@USER	X	O	0			tweebank.382
+2	I	i	PRON	O	0			tweebank.382
+3	'm	'm	VERB	O	0		v.stative	tweebank.382
+4	allergic	allergic	ADJ	O	0			tweebank.382
+5	and	and	CONJ	O	0			tweebank.382
+6	they	they	PRON	O	0			tweebank.382
+7	taste	taste	VERB	O	0		v.perception	tweebank.382
+8	horrible	horrible	ADJ	O	0			tweebank.382
+
+1	@LelandBChapman	@USER	X	O	0			tweebank.419
+2	...	...	PUNCT	O	0			tweebank.419
+3	when	when	ADV	O	0			tweebank.419
+4	will	will	AUX	O	0			tweebank.419
+5	you	you	PRON	O	0			tweebank.419
+6	come	come	VERB	B	0		v.motion	tweebank.419
+7	out	out	ADP	I	6			tweebank.419
+8	to	to	ADP	O	0			tweebank.419
+9	the	the	DET	O	0			tweebank.419
+10	field	field	NOUN	O	0		n.location	tweebank.419
+11	:)	EMOTICON	X	O	0			tweebank.419
+
+1	2pac	2pac	PROPN	O	0		n.person	tweebank.138
+2	was	be	VERB	O	0		v.stative	tweebank.138
+3	not	not	PART	O	0			tweebank.138
+4	a	a	DET	O	0			tweebank.138
+5	"	"	PUNCT	O	0			tweebank.138
+6	rapper	rapper	NOUN	O	0		n.person	tweebank.138
+7	"	"	PUNCT	O	0			tweebank.138
+8	he	he	PRON	O	0			tweebank.138
+9	was	be	VERB	O	0		v.stative	tweebank.138
+10	so	so	ADV	O	0			tweebank.138
+11	much	much	ADV	O	0			tweebank.138
+12	more	more	ADJ	O	0			tweebank.138
+13	than	than	ADP	O	0			tweebank.138
+14	that	that	PRON	O	0			tweebank.138
+15	.	.	PUNCT	O	0			tweebank.138
+16	He	he	PRON	O	0			tweebank.138
+17	was	be	VERB	O	0		v.stative	tweebank.138
+18	a	a	DET	O	0			tweebank.138
+19	Revolutionary	revolutionary	NOUN	O	0		n.person	tweebank.138
+20	.	.	PUNCT	O	0			tweebank.138
+21	A	a	DET	O	0			tweebank.138
+22	misunderstood-Revolutionary	misunderstood-revolutionary	NOUN	O	0		n.person	tweebank.138
+
+1	It	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+2	'll	'll	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+3	do	do	VERB	O	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.6
+4	this	this	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+5	for	for	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+6	weeks	week	NOUN	O	0		n.time	ted.naist.002-JessaGamble_2010G.iwslt.957.6
+7	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+8	until	until	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+9	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+10	kind	kind	NOUN	B	0		n.cognition	ted.naist.002-JessaGamble_2010G.iwslt.957.6
+11	of	of	ADP	I	10			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+12	gradually	gradually	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+13	loses	lose	VERB	B	0		n.cognition	ted.naist.002-JessaGamble_2010G.iwslt.957.6
+14	the	the	DET	I	13			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+15	plot	plot	NOUN	I	14			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+16	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.6
+
+1	Items	item	NOUN	O	0		n.artifact	trustpilot-336
+2	are	be	AUX	O	0			trustpilot-336
+3	dispatched	dispatch	VERB	O	0		v.contact	trustpilot-336
+4	very	very	ADV	O	0			trustpilot-336
+5	quickly	quickly	ADV	O	0			trustpilot-336
+6	and	and	CONJ	O	0			trustpilot-336
+7	arrive	arrive	VERB	O	0		v.contact	trustpilot-336
+8	swiftly	swiftly	ADV	O	0			trustpilot-336
+9	.	.	PUNCT	O	0			trustpilot-336
+
+1	One	NUMBER	NUM	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+2	young	young	ADJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+3	woman	woman	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+4	brought	bring	VERB	O	0		v.motion	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+5	her	her	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+6	grandfather	grandfather	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+7	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+
+1	Moving	move	VERB	B	0		n.artifact	tweebank.90
+2	Truck	truck	NOUN	I	1			tweebank.90
+3	Rentals	rental	NOUN	O	0		n.possession	tweebank.90
+4	http://dlvr.it/cTkhl	URL	X	O	0			tweebank.90
+
+1	We	we	PRON	O	0			trustpilot-301
+2	love	love	VERB	O	0		v.emotion	trustpilot-301
+3	this	this	DET	O	0			trustpilot-301
+4	site	site	NOUN	O	0		n.communication	trustpilot-301
+5	.	.	PUNCT	O	0			trustpilot-301
+
+1	RT	rt	X	O	0			tweebank.318
+2	@kirkfranklin	@USER	X	O	0			tweebank.318
+3	:	:	X	O	0			tweebank.318
+4	The	the	DET	O	0			tweebank.318
+5	word	word	NOUN	O	0		n.communication	tweebank.318
+6	teaches	teach	VERB	O	0		v.communication	tweebank.318
+7	us	us	PRON	O	0			tweebank.318
+8	to	to	PART	O	0			tweebank.318
+9	turn	turn	VERB	B	0		v.cognition	tweebank.318
+10	the	the	DET	I	9			tweebank.318
+11	other	other	ADJ	I	10			tweebank.318
+12	cheek	cheek	NOUN	I	11			tweebank.318
+13	;	;	PUNCT	O	0			tweebank.318
+14	but	but	CONJ	O	0			tweebank.318
+15	it	it	PRON	O	0			tweebank.318
+16	does	do	AUX	O	0			tweebank.318
+17	n't	n't	PART	O	0			tweebank.318
+18	teach	teach	VERB	O	0		v.communication	tweebank.318
+19	you	you	PRON	O	0			tweebank.318
+20	to	to	PART	O	0			tweebank.318
+21	confuse	confuse	VERB	O	0		v.cognition	tweebank.318
+22	meek	meek	ADJ	O	0			tweebank.318
+23	for	for	ADP	O	0			tweebank.318
+24	weak	weak	ADJ	O	0			tweebank.318
+25	.	.	PUNCT	O	0			tweebank.318
+26	You	you	PRON	O	0			tweebank.318
+27	're	're	VERB	O	0		v.stative	tweebank.318
+28	Christian	christian	PROPN	O	0		n.cognition	tweebank.318
+29	...	...	PUNCT	O	0			tweebank.318
+30	not	not	PART	O	0			tweebank.318
+31	...	...	X	O	0			tweebank.318
+
+1	I	i	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+2	mean	mean	VERB	O	0		v.cognition	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+3	that	that	SCONJ	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+4	what	what	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+5	people	people	NOUN	O	0		n.person	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+6	are	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+7	doing	do	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+8	is	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+9	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+10	in	in	ADP	B	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+11	fact	fact	NOUN	I	10			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+12	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+13	they	they	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+14	are	be	VERB	O	0		v.stative	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+15	sort	sort	NOUN	B	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+16	of	of	ADP	I	15			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+17	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+18	with	with	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+19	their	their	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+20	communication	communication	NOUN	B	0		n.communication	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+21	channels	channels	NOUN	I	20			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+22	,	,	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+23	they	they	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+24	are	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+25	breaking	break	VERB	O	0		v.change	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+26	an	an	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+27	imposed	impose	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+28	isolation	isolation	NOUN	O	0		n.state	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+29	that	that	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+30	these	these	DET	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+31	institutions	institution	NOUN	O	0		n.group	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+32	are	be	AUX	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+33	imposing	impose	VERB	O	0		v.social	ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+34	on	on	ADP	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+35	them	them	PRON	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+36	.	.	PUNCT	O	0			ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+
+1	He	he	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+2	can	can	AUX	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+3	read	read	VERB	O	0		v.cognition	ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+4	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+5	novel	novel	NOUN	O	0		n.communication	ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+6	or	or	CONJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+7	two	NUMBER	NUM	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+8	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+9	day	day	NOUN	O	0		n.time	ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+10	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+
+1	RT	rt	X	O	0			tweebank.237
+2	@Dani_Brenae13	@USER	X	O	0			tweebank.237
+3	:	:	X	O	0			tweebank.237
+4	I	i	PRON	O	0			tweebank.237
+5	just	just	ADV	O	0			tweebank.237
+6	missed	miss	VERB	O	0		v.cognition	tweebank.237
+7	the	the	DET	O	0			tweebank.237
+8	best	best	ADJ	O	0			tweebank.237
+9	twitpic	twitpic	NOUN	O	0		n.communication	tweebank.237
+10	opportunity	opportunity	NOUN	O	0		n.state	tweebank.237
+11	smh	smh	X	O	0			tweebank.237
+12	..	..	PUNCT	O	0			tweebank.237
+13	This	this	DET	O	0			tweebank.237
+14	nigga	nigga	NOUN	O	0		n.person	tweebank.237
+15	was	be	VERB	O	0		v.stative	tweebank.237
+16	bald	bald	ADJ	O	0			tweebank.237
+17	all	all	DET	B	0			tweebank.237
+18	over	over	ADP	I	17			tweebank.237
+19	but	but	CONJ	O	0			tweebank.237
+20	had	have	VERB	O	0		v.stative	tweebank.237
+21	a	a	DET	O	0			tweebank.237
+22	pony	pony	NOUN	B	0		n.body	tweebank.237
+23	tail	tail	NOUN	I	22			tweebank.237
+24	of	of	ADP	O	0			tweebank.237
+25	dreads	dread	NOUN	O	0		n.body	tweebank.237
+26	lol	lol	INTJ	O	0			tweebank.237
+27	<-	<-	X	O	0			tweebank.237
+28			PUNCT	O	0			tweebank.237
+
+1	We	we	PRON	O	0			trustpilot-279
+2	would	would	VERB	O	0			trustpilot-279
+3	consider	consider	VERB	O	0		v.cognition	trustpilot-279
+4	using	use	VERB	O	0		v.stative	trustpilot-279
+5	Lowcost	lowcost	PROPN	O	0		n.group	trustpilot-279
+6	again	again	ADV	O	0			trustpilot-279
+7	,	,	PUNCT	O	0			trustpilot-279
+8	but	but	CONJ	O	0			trustpilot-279
+9	feel	feel	VERB	O	0		v.emotion	trustpilot-279
+10	they	they	PRON	O	0			trustpilot-279
+11	should	should	AUX	O	0			trustpilot-279
+12	only	only	ADV	O	0			trustpilot-279
+13	sell	sell	VERB	O	0		v.possession	trustpilot-279
+14	properties	property	NOUN	O	0		n.possession	trustpilot-279
+15	who	who	PRON	O	0			trustpilot-279
+16	can	can	AUX	O	0			trustpilot-279
+17	supply	supply	VERB	O	0		v.possession	trustpilot-279
+18	the	the	DET	O	0			trustpilot-279
+19	service	service	NOUN	O	0		n.act	trustpilot-279
+20	as	as	ADP	O	0			trustpilot-279
+21	advertised	advertise	VERB	O	0		v.communication	trustpilot-279
+
+1	Many	many	ADV	O	0			trustpilot-214
+2	more	more	ADJ	O	0			trustpilot-214
+3	people	people	NOUN	O	0		n.person	trustpilot-214
+4	are	be	AUX	O	0			trustpilot-214
+5	coming	come	VERB	B	0		v.communication	trustpilot-214
+6	forward	forward	PART	I	5			trustpilot-214
+7	,	,	PUNCT	O	0			trustpilot-214
+8	DAILY	daily	ADV	O	0			trustpilot-214
+9	with	with	ADP	O	0			trustpilot-214
+10	problems	problem	NOUN	O	0		n.state	trustpilot-214
+11	and	and	CONJ	O	0			trustpilot-214
+12	the	the	DET	O	0			trustpilot-214
+13	issues	issue	NOUN	O	0		n.state	trustpilot-214
+14	surrounding	surround	VERB	O	0			trustpilot-214
+15	laser	laser	NOUN	B	0		n.act	trustpilot-214
+16	eye	eye	NOUN	I	15			trustpilot-214
+17	surgery	surgery	NOUN	I	16			trustpilot-214
+18	with	with	ADP	O	0			trustpilot-214
+19	companies	company	NOUN	O	0		n.group	trustpilot-214
+20	like	like	ADP	O	0			trustpilot-214
+21	optical	optical	NOUN	B	0		n.group	trustpilot-214
+22	express	express	NOUN	I	21			trustpilot-214
+23	is	be	VERB	B	0			trustpilot-214
+24	about	about	PART	I	23			trustpilot-214
+25	to	to	PART	I	24			trustpilot-214
+26	gain	gain	VERB	O	0		v.change	trustpilot-214
+27	massive	massive	ADJ	O	0			trustpilot-214
+28	publicity	publicity	NOUN	O	0		n.communication	trustpilot-214
+29	very	very	ADV	O	0			trustpilot-214
+30	soon	soon	ADV	O	0			trustpilot-214
+31	.....	.....	PUNCT	O	0			trustpilot-214
+32	please	please	PART	O	0			trustpilot-214
+33	pay	pay	VERB	B	0		v.perception	trustpilot-214
+34	attention	attention	NOUN	I	33			trustpilot-214
+35	to	to	ADP	O	0			trustpilot-214
+36	what	what	PRON	O	0			trustpilot-214
+37	is	be	AUX	O	0			trustpilot-214
+38	being	be	AUX	O	0			trustpilot-214
+39	reported	report	VERB	O	0		v.communication	trustpilot-214
+40	.	.	PUNCT	O	0			trustpilot-214
+
+1	RT	rt	X	O	0			tweebank.110
+2	@Jaytit	@USER	X	O	0			tweebank.110
+3	:	:	X	O	0			tweebank.110
+4	Bored	bored	ADJ	B	0			tweebank.110
+5	as	as	ADP	I	4			tweebank.110
+6	fuck	fuck	NOUN	I	5			tweebank.110
+
+1	@DatYellow	@USER	X	O	0			tweebank.114
+2	@StealthyCupcake	@USER	X	O	0			tweebank.114
+3	2+4	NUMBER	NUM	O	0			tweebank.114
+4	=	=	PUNCT	O	0			tweebank.114
+5	6	NUMBER	NUM	O	0			tweebank.114
+6	I	i	PRON	O	0			tweebank.114
+7	have	have	VERB	O	0		v.stative	tweebank.114
+8	8	NUMBER	NUM	O	0			tweebank.114
+9	.	.	PUNCT	O	0			tweebank.114
+
+1	Freaks	freak	NOUN	O	0		n.person	tweebank.322
+2	come	come	VERB	B	0		v.motion	tweebank.322
+3	out	out	ADP	I	2			tweebank.322
+4	at	at	ADP	O	0			tweebank.322
+5	night	night	NOUN	O	0		n.time	tweebank.322
+6	.	.	PUNCT	O	0			tweebank.322
+
+1	Expected	expect	VERB	O	0		v.cognition	trustpilot-151
+2	the	the	DET	O	0			trustpilot-151
+3	order	order	NOUN	O	0		n.communication	trustpilot-151
+4	to	to	PART	O	0			trustpilot-151
+5	arrive	arrive	VERB	O	0		v.motion	trustpilot-151
+6	on	on	ADP	O	0			trustpilot-151
+7	Thursday	thursday	NOUN	O	0		n.time	trustpilot-151
+8	but	but	CONJ	O	0			trustpilot-151
+9	instead	instead	ADV	O	0			trustpilot-151
+10	it	it	PRON	O	0			trustpilot-151
+11	arrived	arrive	VERB	O	0		v.motion	trustpilot-151
+12	Wednesday	wednesday	NOUN	O	0		n.time	trustpilot-151
+13	.	.	PUNCT	O	0			trustpilot-151
+
+1	The	the	DET	O	0			trustpilot-177
+2	print	print	NOUN	B	0		n.attribute	trustpilot-177
+3	quality	quality	NOUN	I	2			trustpilot-177
+4	is	be	VERB	O	0		v.stative	trustpilot-177
+5	excellent	excellent	ADJ	O	0			trustpilot-177
+6	.	.	PUNCT	O	0			trustpilot-177
+
+1	Liked	like	VERB	O	0		v.emotion	trustpilot-228
+2	that	that	CONJ	O	0			trustpilot-228
+3	I	i	PRON	O	0			trustpilot-228
+4	got	get	VERB	O	0		v.change	trustpilot-228
+5	an	an	DET	O	0			trustpilot-228
+6	Arrival	arrival	NOUN	B	0		n.communication	trustpilot-228
+7	confirmation	confirmation	NOUN	I	6			trustpilot-228
+8	e	e	NOUN	I	7			trustpilot-228
+9	-	-	PUNCT	I	8			trustpilot-228
+10	mail	mail	NOUN	I	9			trustpilot-228
+11	00	00	NUM	O	0			trustpilot-228
+12	hours	hours	NOUN	O	0		n.time	trustpilot-228
+13	prior	prior	ADV	O	0			trustpilot-228
+14	to	to	ADP	O	0			trustpilot-228
+15	our	our	DET	O	0			trustpilot-228
+16	trip	trip	NOUN	O	0		n.act	trustpilot-228
+17	,	,	PUNCT	O	0			trustpilot-228
+18	as	as	CONJ	O	0			trustpilot-228
+19	we	we	PRON	O	0			trustpilot-228
+20	had	have	AUX	O	0			trustpilot-228
+21	booked	book	VERB	O	0		v.communication	trustpilot-228
+22	a	a	DET	O	0			trustpilot-228
+23	few	few	ADJ	O	0			trustpilot-228
+24	months	month	NOUN	O	0		n.time	trustpilot-228
+25	before	before	ADV	O	0			trustpilot-228
+26	and	and	CONJ	O	0			trustpilot-228
+27	found	found	VERB	O	0		v.cognition	trustpilot-228
+28	this	this	PRON	O	0			trustpilot-228
+29	very	very	ADV	O	0			trustpilot-228
+30	re	re	ADJ	O	0			trustpilot-228
+31	-	-	PUNCT	O	0			trustpilot-228
+32	assuring	assuring	ADJ	O	0			trustpilot-228
+33	.	.	PUNCT	O	0			trustpilot-228
+
+1	I	i	PRON	O	0			tweebank.307
+2	do	do	AUX	O	0			tweebank.307
+3	n't	n't	PART	O	0			tweebank.307
+4	understand	understand	VERB	O	0		v.cognition	tweebank.307
+5	why	why	ADV	O	0			tweebank.307
+6	someone	someone	NOUN	O	0			tweebank.307
+7	would	would	AUX	O	0			tweebank.307
+8	decline	decline	VERB	O	0		v.communication	tweebank.307
+9	a	a	DET	O	0			tweebank.307
+10	game	game	NOUN	O	0		n.act	tweebank.307
+11	on	on	ADP	O	0			tweebank.307
+12	words	words	PROPN	O	0		n.communication	tweebank.307
+13	with	with	ADP	O	0			tweebank.307
+14	friends	friends	PROPN	O	0		n.person	tweebank.307
+15	#thingsunknown	#thingsunknown	X	O	0			tweebank.307
+
+1	Having	have	AUX	O	0			trustpilot-55
+2	made	make	VERB	O	0		v.change	trustpilot-55
+3	my	my	DET	O	0			trustpilot-55
+4	order	order	NOUN	O	0		n.communication	trustpilot-55
+5	I	i	PRON	O	0			trustpilot-55
+6	was	be	AUX	O	0			trustpilot-55
+7	then	then	ADV	O	0			trustpilot-55
+8	informed	inform	VERB	O	0		v.communication	trustpilot-55
+9	that	that	CONJ	O	0			trustpilot-55
+10	glasses	glasses	NOUN	O	0		n.artifact	trustpilot-55
+11	I	i	PRON	O	0			trustpilot-55
+12	had	have	AUX	O	0			trustpilot-55
+13	ordered	order	VERB	O	0		v.communication	trustpilot-55
+14	were	be	VERB	O	0		v.stative	trustpilot-55
+15	no	no	ADV	O	0			trustpilot-55
+16	longer	longer	ADV	O	0			trustpilot-55
+17	instock	instock	NOUN	O	0		n.attribute	trustpilot-55
+18	and	and	CONJ	O	0			trustpilot-55
+19	should	should	AUX	O	0			trustpilot-55
+20	not	not	ADV	O	0			trustpilot-55
+21	have	have	AUX	O	0			trustpilot-55
+22	been	be	AUX	O	0			trustpilot-55
+23	showing	show	VERB	O	0		v.perception	trustpilot-55
+24	.	.	PUNCT	O	0			trustpilot-55
+
+1	also	also	ADV	O	0			trustpilot-255
+2	I	i	PRON	O	0			trustpilot-255
+3	was	be	AUX	O	0			trustpilot-255
+4	informed	inform	VERB	O	0		v.communication	trustpilot-255
+5	that	that	CONJ	O	0			trustpilot-255
+6	the	the	DET	O	0			trustpilot-255
+7	additional	additional	ADJ	O	0			trustpilot-255
+8	insurance	insurance	NOUN	B	0		n.cognition	trustpilot-255
+9	cover	cover	NOUN	I	8			trustpilot-255
+10	was	be	VERB	O	0		v.stative	trustpilot-255
+11	€	€	X	O	0			trustpilot-255
+12	0	0	NUM	O	0			trustpilot-255
+13	.	.	PUNCT	O	0			trustpilot-255
+14	00	00	NUM	O	0			trustpilot-255
+15	per	per	ADP	O	0			trustpilot-255
+16	day	day	NOUN	O	0		n.time	trustpilot-255
+17	but	but	CONJ	O	0			trustpilot-255
+18	on	on	ADP	O	0			trustpilot-255
+19	arrival	arrival	NOUN	O	0		n.act	trustpilot-255
+20	I	i	PRON	O	0			trustpilot-255
+21	was	be	AUX	O	0			trustpilot-255
+22	changed	change	VERB	O	0		v.possession	trustpilot-255
+23	€	€	X	O	0			trustpilot-255
+24	0	0	NUM	O	0			trustpilot-255
+25	.	.	PUNCT	O	0			trustpilot-255
+26	00	00	NUM	O	0			trustpilot-255
+27	per	per	ADP	O	0			trustpilot-255
+28	day	day	NOUN	O	0		n.time	trustpilot-255
+29	.	.	PUNCT	O	0			trustpilot-255
+
+1	I	i	PRON	O	0			tweebank.87
+2	do	do	AUX	O	0			tweebank.87
+3	n't	n't	PART	O	0			tweebank.87
+4	understand	understand	VERB	O	0		v.cognition	tweebank.87
+5	why	why	ADV	O	0			tweebank.87
+6	someone	someone	NOUN	O	0			tweebank.87
+7	would	would	AUX	O	0			tweebank.87
+8	decline	decline	VERB	O	0		v.communication	tweebank.87
+9	a	a	DET	O	0			tweebank.87
+10	game	game	NOUN	O	0		n.act	tweebank.87
+11	on	on	ADP	O	0			tweebank.87
+12	words	words	PROPN	O	0		n.communication	tweebank.87
+13	with	with	ADP	O	0			tweebank.87
+14	friends	friends	PROPN	O	0		n.person	tweebank.87
+15	#thingsunknown	#thingsunknown	X	O	0			tweebank.87
+
+1	this	this	PRON	O	0			trustpilot-287
+2	was	be	VERB	O	0		v.stative	trustpilot-287
+3	my	my	DET	O	0			trustpilot-287
+4	first	first	ADJ	O	0			trustpilot-287
+5	purchase	purchase	NOUN	O	0		n.act	trustpilot-287
+6	from	from	ADP	O	0			trustpilot-287
+7	creative	creative	NOUN	B	0		n.group	trustpilot-287
+8	audio	audio	NOUN	I	7			trustpilot-287
+9	and	and	CONJ	O	0			trustpilot-287
+10	would	would	VERB	O	0			trustpilot-287
+11	not	not	ADV	O	0			trustpilot-287
+12	hesitate	hesitate	VERB	O	0		v.cognition	trustpilot-287
+13	to	to	PART	O	0			trustpilot-287
+14	buy	buy	VERB	O	0		v.possession	trustpilot-287
+15	from	from	ADP	O	0			trustpilot-287
+16	them	them	PRON	O	0			trustpilot-287
+
+1	Very	very	ADV	O	0			trustpilot-138
+2	poor	poor	ADJ	O	0			trustpilot-138
+3	battery	battery	NOUN	B	0		n.state	trustpilot-138
+4	life	life	NOUN	I	3			trustpilot-138
+5	,	,	PUNCT	O	0			trustpilot-138
+6	keypad	keypad	NOUN	O	0		n.artifact	trustpilot-138
+7	so	so	ADV	O	0			trustpilot-138
+8	small	small	ADJ	O	0			trustpilot-138
+9	you	you	PRON	O	0			trustpilot-138
+10	keep	keep	VERB	O	0			trustpilot-138
+11	hitting	hit	VERB	O	0		v.contact	trustpilot-138
+12	the	the	DET	O	0			trustpilot-138
+13	wrong	wrong	ADJ	O	0			trustpilot-138
+14	letters	letters	NOUN	O	0		n.artifact	trustpilot-138
+15	on	on	ADP	O	0			trustpilot-138
+16	the	the	DET	O	0			trustpilot-138
+17	Samsung	samsung	PROPN	B	0		n.artifact	trustpilot-138
+18	Galaxy	galaxy	NOUN	I	17			trustpilot-138
+19	Mini	mini	NOUN	I	18			trustpilot-138
+20	,	,	PUNCT	O	0			trustpilot-138
+21	I	i	PRON	O	0			trustpilot-138
+22	can	can	AUX	O	0			trustpilot-138
+23	'	'	PUNCT	O	0			trustpilot-138
+24	t	t	PART	O	0			trustpilot-138
+25	even	even	ADV	O	0			trustpilot-138
+26	connect	connect	VERB	O	0		v.communication	trustpilot-138
+27	to	to	ADP	O	0			trustpilot-138
+28	my	my	DET	O	0			trustpilot-138
+29	email	email	NOUN	B	0		n.communication	trustpilot-138
+30	address	address	NOUN	I	29			trustpilot-138
+31	.	.	PUNCT	O	0			trustpilot-138
+
+1	These	these	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+2	are	be	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+3	chemical	chemical	NOUN	B	0		n.substance	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+4	clocks	clocks	NOUN	I	3			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+5	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+6	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+7	they	they	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+8	're	're	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+9	found	found	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+10	in	in	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+11	every	every	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+12	known	know	VERB	O	0		v.cognition	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+13	being	being	NOUN	O	0		n.animal	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+14	that	that	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+15	has	have	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+16	two	NUMBER	NUM	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+17	or	or	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+18	more	more	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+19	cells	cell	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+20	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+21	in	in	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+22	some	some	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+23	that	that	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+24	only	only	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+25	have	have	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+26	one	NUMBER	NUM	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+27	cell	cell	NOUN	O	0		n.artifact	ted.naist.002-JessaGamble_2010G.iwslt.957.4
+28	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.4
+
+1	RT	rt	X	O	0			tweebank.174
+2	@MizzTinazz	@USER	X	O	0			tweebank.174
+3	:	:	X	O	0			tweebank.174
+4	@iUnique920	@USER	X	O	0			tweebank.174
+5	@Mrs_DW	@USER	X	O	0			tweebank.174
+6	LMAO	lmao	INTJ	O	0			tweebank.174
+7	!	!	PUNCT	O	0			tweebank.174
+8	"	"	PUNCT	O	0			tweebank.174
+9	If	if	SCONJ	O	0			tweebank.174
+10	you	you	PRON	O	0			tweebank.174
+11	not	not	PART	O	0			tweebank.174
+12	down	down	ADV	O	0			tweebank.174
+13	with	with	ADP	O	0			tweebank.174
+14	birdman	birdman	PROPN	O	0		n.person	tweebank.174
+15	I	i	PRON	O	0			tweebank.174
+16	ca	ca	AUX	O	0			tweebank.174
+17	n't	n't	PART	O	0			tweebank.174
+18	fuck	fuck	VERB	O	0		v.contact	tweebank.174
+19	with	with	ADP	O	0			tweebank.174
+20	you	you	PRON	O	0			tweebank.174
+21	musically	musically	ADV	O	0			tweebank.174
+22	!!!	!!!	PUNCT	O	0			tweebank.174
+23	"	"	PUNCT	O	0			tweebank.174
+24	<	<	X	O	0			tweebank.174
+25	Trueshit	trueshit	INTJ	O	0			tweebank.174
+
+1	What	what	PRON	O	0			trustpilot-162
+2	more	more	ADV	O	0			trustpilot-162
+3	can	can	AUX	O	0			trustpilot-162
+4	I	i	PRON	O	0			trustpilot-162
+5	say	say	VERB	O	0		v.communication	trustpilot-162
+6	.	.	PUNCT	O	0			trustpilot-162
+
+1	I	i	PRON	O	0			trustpilot-315
+2	was	be	VERB	B	0			trustpilot-315
+3	able	able	ADJ	I	2			trustpilot-315
+4	to	to	PART	I	3			trustpilot-315
+5	change	change	VERB	O	0		v.change	trustpilot-315
+6	it	it	PRON	O	0			trustpilot-315
+7	with	with	ADP	O	0			trustpilot-315
+8	the	the	DET	O	0			trustpilot-315
+9	courier	courier	NOUN	O	0		n.group	trustpilot-315
+10	,	,	PUNCT	O	0			trustpilot-315
+11	luckily	luckily	ADV	O	0			trustpilot-315
+12	but	but	CONJ	O	0			trustpilot-315
+13	sent	send	VERB	O	0		v.communication	trustpilot-315
+14	a	a	DET	O	0			trustpilot-315
+15	complaint	complaint	NOUN	O	0		n.communication	trustpilot-315
+16	to	to	ADP	O	0			trustpilot-315
+17	Ikea	ikea	PROPN	O	0		n.group	trustpilot-315
+18	.	.	PUNCT	O	0			trustpilot-315
+
+1	My	my	DET	O	0			trustpilot-119
+2	only	only	ADJ	O	0			trustpilot-119
+3	reservation	reservation	NOUN	O	0		n.feeling	trustpilot-119
+4	is	be	VERB	O	0		v.stative	trustpilot-119
+5	that	that	CONJ	O	0			trustpilot-119
+6	the	the	DET	O	0			trustpilot-119
+7	roses	rose	NOUN	O	0		n.plant	trustpilot-119
+8	are	be	VERB	O	0		v.stative	trustpilot-119
+9	in	in	ADP	O	0			trustpilot-119
+10	full	full	ADJ	B	0		n.plant	trustpilot-119
+11	bloom	bloom	NOUN	I	10			trustpilot-119
+12	and	and	CONJ	O	0			trustpilot-119
+13	almost	almost	ADV	O	0			trustpilot-119
+14	finished	finished	ADJ	O	0			trustpilot-119
+15	,	,	PUNCT	O	0			trustpilot-119
+16	they	they	PRON	O	0			trustpilot-119
+17	don	don	AUX	O	0			trustpilot-119
+18	'	'	PUNCT	O	0			trustpilot-119
+19	t	t	PART	O	0			trustpilot-119
+20	last	last	VERB	O	0		v.stative	trustpilot-119
+21	that	that	DET	O	0			trustpilot-119
+22	long	long	ADV	O	0			trustpilot-119
+23	anyway	anyway	ADV	O	0			trustpilot-119
+24	so	so	CONJ	O	0			trustpilot-119
+25	it	it	PRON	O	0			trustpilot-119
+26	would	would	VERB	O	0			trustpilot-119
+27	have	have	AUX	O	0			trustpilot-119
+28	been	be	VERB	O	0		v.stative	trustpilot-119
+29	better	better	ADV	O	0			trustpilot-119
+30	if	if	ADP	O	0			trustpilot-119
+31	they	they	PRON	O	0			trustpilot-119
+32	were	be	VERB	O	0		v.stative	trustpilot-119
+33	in	in	ADP	B	0		n.plant	trustpilot-119
+34	bud	bud	NOUN	I	33			trustpilot-119
+35	or	or	CONJ	O	0			trustpilot-119
+36	just	just	ADV	O	0			trustpilot-119
+37	opening	open	VERB	O	0		v.change	trustpilot-119
+38	.	.	PUNCT	O	0			trustpilot-119
+
+1	@meldacountryboy	@USER	X	O	0			tweebank.465
+2	eh	eh	INTJ	O	0			tweebank.465
+3	yeah	yeah	INTJ	O	0			tweebank.465
+4	I	i	PRON	O	0			tweebank.465
+5	'll	'll	AUX	O	0			tweebank.465
+6	be	be	VERB	O	0		v.stative	tweebank.465
+7	fine	fine	ADJ	O	0			tweebank.465
+8	,	,	PUNCT	O	0			tweebank.465
+9	just	just	ADV	O	0			tweebank.465
+10	annoyed	annoy	VERB	O	0		v.emotion	tweebank.465
+
+1	@spainzaku	@USER	X	O	0			tweebank.463
+2	STHERIOUTHLY	stheriouthly	ADV	O	0			tweebank.463
+3	.	.	PUNCT	O	0			tweebank.463
+
+1	@monaeebbyy2k11	@USER	X	O	0			tweebank.44
+2	I	i	PRON	O	0			tweebank.44
+3	miss	miss	VERB	O	0		v.emotion	tweebank.44
+4	you	you	PRON	O	0			tweebank.44
+5	too	too	ADV	O	0			tweebank.44
+6	<3	EMOTICON	X	O	0			tweebank.44
+7	I	i	PRON	O	0			tweebank.44
+8	miss	miss	VERB	O	0		v.emotion	tweebank.44
+9	|California|	|california|	PROPN	O	0		n.location	tweebank.44
+10	but	but	CONJ	O	0			tweebank.44
+11	i	i	PRON	O	0			tweebank.44
+12	mma	mma	AUX	O	0			tweebank.44
+13	come	come	VERB	O	0		v.motion	tweebank.44
+14	see	see	VERB	O	0		v.perception	tweebank.44
+15	you	you	PRON	O	0			tweebank.44
+16	as	as	ADV	B	0			tweebank.44
+17	soon	soon	ADV	I	16			tweebank.44
+18	as	as	ADP	I	17			tweebank.44
+19	I	i	PRON	O	0			tweebank.44
+20	come	come	VERB	B	0		v.motion	tweebank.44
+21	back	back	ADV	I	20			tweebank.44
+22	I	i	PRON	O	0			tweebank.44
+23	#promise	#promise	VERB	O	0		v.communication	tweebank.44
+
+1	Three	three	NUM	O	0			ted.iwslt.1371.10
+2	things	things	NOUN	O	0		n.other	ted.iwslt.1371.10
+3	:	:	PUNCT	O	0			ted.iwslt.1371.10
+4	tastemakers	tastemakers	NOUN	O	0		n.person	ted.iwslt.1371.10
+5	,	,	PUNCT	O	0			ted.iwslt.1371.10
+6	communities	community	NOUN	O	0		n.group	ted.iwslt.1371.10
+7	of	of	ADP	O	0			ted.iwslt.1371.10
+8	participation	participation	NOUN	O	0		n.act	ted.iwslt.1371.10
+9	and	and	CONJ	O	0			ted.iwslt.1371.10
+10	unexpectedness	unexpectedness	NOUN	O	0		n.state	ted.iwslt.1371.10
+11	.	.	PUNCT	O	0			ted.iwslt.1371.10
+
+1	00	00	NUM	O	0			trustpilot-290
+2	/	/	PUNCT	O	0			trustpilot-290
+3	00	00	NUM	O	0			trustpilot-290
+4	.	.	PUNCT	O	0			trustpilot-290
+
+1	I	i	PRON	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+2	grew	grow	VERB	B	0		v.change	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+3	up	up	ADP	I	2			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+4	in	in	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+5	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+6	middle	middle	NOUN	B	0		n.location	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+7	of	of	ADP	I	6			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+8	nowhere	nowhere	ADV	I	7			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+9	on	on	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+10	a	a	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+11	dirt	dirt	NOUN	B	0		n.artifact	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+12	road	road	NOUN	I	11			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+13	in	in	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+14	rural	rural	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+15	Arkansas	arkansas	PROPN	O	0		n.location	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+16	,	,	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+17	an	an	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+18	hour	hour	NOUN	O	0		n.time	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+19	from	from	ADP	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+20	the	the	DET	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+21	nearest	near	ADJ	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+22	movie	movie	NOUN	B	0		n.artifact	ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+23	theater	theater	NOUN	I	22			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+24	.	.	PUNCT	O	0			ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+
+1	Booked	book	VERB	O	0		v.communication	trustpilot-200
+2	a	a	DET	O	0			trustpilot-200
+3	collection	collection	NOUN	O	0		n.act	trustpilot-200
+4	,	,	PUNCT	O	0			trustpilot-200
+5	paid	pay	VERB	O	0		v.possession	trustpilot-200
+6	for	for	ADP	O	0			trustpilot-200
+7	next	next	ADJ	B	0		n.act	trustpilot-200
+8	day	day	NOUN	I	7			trustpilot-200
+9	delivery	delivery	NOUN	I	8			trustpilot-200
+10	,	,	PUNCT	O	0			trustpilot-200
+11	they	they	PRON	O	0			trustpilot-200
+12	then	then	ADV	O	0			trustpilot-200
+13	said	say	VERB	O	0		v.communication	trustpilot-200
+14	"	"	PUNCT	O	0			trustpilot-200
+15	it	it	PRON	O	0			trustpilot-200
+16	is	be	VERB	O	0		v.stative	trustpilot-200
+17	not	not	ADV	O	0			trustpilot-200
+18	a	a	DET	O	0			trustpilot-200
+19	gauranteed	gauranteed	ADJ	B	0		n.act	trustpilot-200
+20	service	service	NOUN	I	19			trustpilot-200
+21	,	,	PUNCT	O	0			trustpilot-200
+22	we	we	PRON	O	0			trustpilot-200
+23	only	only	ADV	O	0			trustpilot-200
+24	gaurantee	gaurantee	VERB	O	0		v.stative	trustpilot-200
+25	next	next	ADJ	B	0		n.time	trustpilot-200
+26	day	day	NOUN	I	25			trustpilot-200
+27	after	after	ADP	O	0			trustpilot-200
+28	collection	collection	NOUN	O	0		n.act	trustpilot-200
+29	is	be	AUX	O	0			trustpilot-200
+30	made	make	VERB	O	0		v.contact	trustpilot-200
+31	,	,	PUNCT	O	0			trustpilot-200
+32	we	we	PRON	O	0			trustpilot-200
+33	do	do	AUX	O	0			trustpilot-200
+34	NOT	not	ADV	O	0			trustpilot-200
+35	gaurantee	gaurantee	VERB	O	0		v.stative	trustpilot-200
+36	collection	collection	NOUN	O	0		n.act	trustpilot-200
+37	will	will	AUX	O	0			trustpilot-200
+38	take	take	VERB	B	0		v.contact	trustpilot-200
+39	place	place	NOUN	I	38			trustpilot-200
+40	as	as	ADP	O	0			trustpilot-200
+41	promised	promise	VERB	O	0		v.communication	trustpilot-200
+42	"	"	PUNCT	O	0			trustpilot-200
+43	if	if	CONJ	O	0			trustpilot-200
+44	you	you	PRON	O	0			trustpilot-200
+45	want	want	VERB	O	0		v.emotion	trustpilot-200
+46	something	something	NOUN	O	0			trustpilot-200
+47	gauranteed	gauranteed	ADJ	O	0			trustpilot-200
+48	go	go	VERB	O	0		v.motion	trustpilot-200
+49	elsewhere	elsewhere	ADV	O	0			trustpilot-200
+50	customer	customer	NOUN	B	0		n.group	trustpilot-200
+51	service	service	NOUN	I	50			trustpilot-200
+52	totally	totally	ADV	O	0			trustpilot-200
+53	unhelpfull	unhelpfull	ADJ	O	0			trustpilot-200
+54	.	.	PUNCT	O	0			trustpilot-200
+
+1	While	while	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+2	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+3	at	at	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+4	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+5	same	same	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+6	time	time	NOUN	O	0		n.time	ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+7	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+8	the	the	DET	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+9	actual	actual	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+10	number	number	NOUN	O	0		n.quantity	ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+11	of	of	ADP	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+12	transplants	transplant	NOUN	O	0		n.body	ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+13	has	have	AUX	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+14	remained	remain	VERB	O	0		v.stative	ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+15	almost	almost	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+16	entirely	entirely	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+17	flat	flat	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+18	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+
+1	("`▽´)-σ	("`▽´)-σ	SYM	O	0			tweebank.43
+2	•	•	SYM	O	0			tweebank.43
+3	RT	rt	X	O	0			tweebank.43
+4	@YYISHolaf	@USER	X	O	0			tweebank.43
+5	:	:	X	O	0			tweebank.43
+6	Hhmm	hhmm	INTJ	O	0			tweebank.43
+7	iyo	iyo	INTJ	O	0			tweebank.43
+8	yeee	yeee	INTJ	O	0			tweebank.43
+9	RT	rt	X	O	0			tweebank.43
+10	@RadioGalauFM	@USER	X	O	0			tweebank.43
+11	:	:	X	O	0			tweebank.43
+12	If	if	SCONJ	O	0			tweebank.43
+13	you	you	PRON	O	0			tweebank.43
+14	're	're	VERB	O	0		v.stative	tweebank.43
+15	not	not	PART	O	0			tweebank.43
+16	in	in	ADP	O	0			tweebank.43
+17	a	a	DET	O	0			tweebank.43
+18	relationship	relationship	NOUN	O	0		n.relation	tweebank.43
+19	with	with	ADP	O	0			tweebank.43
+20	him	him	PRON	O	0			tweebank.43
+21	but	but	CONJ	O	0			tweebank.43
+22	you	you	PRON	O	0			tweebank.43
+23	're	're	VERB	O	0		v.stative	tweebank.43
+24	jealous	jealous	ADJ	O	0			tweebank.43
+25	-it	-it	PRON	O	0			tweebank.43
+26	means	mean	VERB	O	0		v.cognition	tweebank.43
+27	you	you	PRON	O	0			tweebank.43
+28	love	love	VERB	O	0		v.emotion	tweebank.43
+29	him	him	PRON	O	0			tweebank.43
+30	.	.	PUNCT	O	0			tweebank.43
+
+1	I	i	PRON	O	0			ted.iwslt.1176.4
+2	'm	'm	VERB	O	0		v.stative	ted.iwslt.1176.4
+3	here	here	ADV	O	0			ted.iwslt.1176.4
+4	today	today	NOUN	O	0		n.time	ted.iwslt.1176.4
+5	to	to	PART	O	0			ted.iwslt.1176.4
+6	talk	talk	VERB	O	0		v.communication	ted.iwslt.1176.4
+7	to	to	ADP	O	0			ted.iwslt.1176.4
+8	you	you	PRON	O	0			ted.iwslt.1176.4
+9	about	about	ADP	O	0			ted.iwslt.1176.4
+10	circles	circle	NOUN	O	0		n.shape	ted.iwslt.1176.4
+11	and	and	CONJ	O	0			ted.iwslt.1176.4
+12	epiphanies	epiphany	NOUN	O	0		n.phenomenon	ted.iwslt.1176.4
+13	.	.	PUNCT	O	0			ted.iwslt.1176.4
+
+1	Whew	whew	INTJ	O	0			tweebank.129
+2	...	...	PUNCT	O	0			tweebank.129
+3	Thinking	think	VERB	O	0		v.cognition	tweebank.129
+4	did	do	AUX	O	0			tweebank.129
+5	u	u	PRON	O	0			tweebank.129
+6	smile	smile	VERB	O	0		v.body	tweebank.129
+7	@	@	ADP	O	0			tweebank.129
+8	me	me	PRON	O	0			tweebank.129
+9	ealier	ealier	ADV	O	0			tweebank.129
+10	...	...	PUNCT	O	0			tweebank.129
+11	U	u	PRON	O	0			tweebank.129
+12	were	be	VERB	O	0		v.stative	tweebank.129
+13	so	so	ADV	O	0			tweebank.129
+14	bsy	bsy	ADJ	O	0			tweebank.129
+15	on	on	ADP	O	0			tweebank.129
+16	the	the	DET	O	0			tweebank.129
+17	phone	phone	NOUN	O	0		n.communication	tweebank.129
+18	lol	lol	INTJ	O	0			tweebank.129
+19	RT	rt	X	O	0			tweebank.129
+20	@jadorelexy	@USER	X	O	0			tweebank.129
+21	:	:	X	O	0			tweebank.129
+22	I	i	PRON	O	0			tweebank.129
+23	do	do	AUX	O	0			tweebank.129
+24	nt	nt	PART	O	0			tweebank.129
+25	smile	smile	VERB	O	0		v.body	tweebank.129
+26	with	with	ADP	O	0			tweebank.129
+27	too	too	ADV	O	0			tweebank.129
+28	many	many	ADJ	O	0			tweebank.129
+29	woman	woman	NOUN	O	0		n.person	tweebank.129
+30	they	they	PRON	O	0			tweebank.129
+31	be	be	VERB	O	0		v.stative	tweebank.129
+32	phony	phony	ADJ	O	0			tweebank.129
+
+1	"	"	PUNCT	O	0			tweebank.102
+2	We	we	PRON	O	0			tweebank.102
+3	ca	ca	AUX	O	0			tweebank.102
+4	n’t	n’t	PART	O	0			tweebank.102
+5	command	command	VERB	O	0		v.cognition	tweebank.102
+6	our	our	PRON	O	0			tweebank.102
+7	love	love	NOUN	O	0		n.feeling	tweebank.102
+8	,	,	PUNCT	O	0			tweebank.102
+9	but	but	CONJ	O	0			tweebank.102
+10	we	we	PRON	O	0			tweebank.102
+11	can	can	VERB	O	0			tweebank.102
+12	our	our	PRON	O	0			tweebank.102
+13	actions	action	NOUN	O	0		n.act	tweebank.102
+14	"	"	PUNCT	O	0			tweebank.102
+15	-	-	PUNCT	O	0			tweebank.102
+16	Sir	sir	PROPN	B	0		n.person	tweebank.102
+17	Arthur	arthur	PROPN	I	16			tweebank.102
+18	Connan	connan	PROPN	I	17			tweebank.102
+19	Doyle	doyle	PROPN	I	18			tweebank.102
+20	http://t.co/4ZN1gCjH	URL	X	O	0			tweebank.102
+21	#NOOK	#nook	X	O	0			tweebank.102
+
+1	It	it	PRON	O	0			trustpilot-265
+2	arrived	arrive	VERB	O	0		v.motion	trustpilot-265
+3	dead	dead	ADV	B	0		n.time	trustpilot-265
+4	in	in	ADP	I	3			trustpilot-265
+5	the	the	DET	o	0			trustpilot-265
+6	middle	middle	NOUN	I	4			trustpilot-265
+7	of	of	ADP	O	0			trustpilot-265
+8	the	the	DET	O	0			trustpilot-265
+9	delivery	delivery	NOUN	B	0		n.time	trustpilot-265
+10	slot	slot	NOUN	I	9			trustpilot-265
+11	of	of	ADP	O	0			trustpilot-265
+12	0	0	NUM	O	0			trustpilot-265
+13	hour	hour	NOUN	O	0		n.time	trustpilot-265
+14	.	.	PUNCT	O	0			trustpilot-265
+
+1	Fast	fast	ADJ	O	0			trustpilot-191
+2	delivery	delivery	NOUN	O	0		n.act	trustpilot-191
+3	,	,	PUNCT	O	0			trustpilot-191
+4	good	good	ADJ	O	0			trustpilot-191
+5	communication	communication	NOUN	O	0		n.communication	trustpilot-191
+6	about	about	ADP	O	0			trustpilot-191
+7	date	date	NOUN	O	0		n.time	trustpilot-191
+8	and	and	CONJ	O	0			trustpilot-191
+9	time	time	NOUN	O	0		n.time	trustpilot-191
+10	of	of	ADP	O	0			trustpilot-191
+11	delivery	delivery	NOUN	O	0		n.act	trustpilot-191
+12	.	.	PUNCT	O	0			trustpilot-191
+
+1	RT	rt	X	O	0			tweebank.367
+2	@Yo_Gurl_On_Fire	@USER	X	O	0			tweebank.367
+3	:	:	X	O	0			tweebank.367
+4	I	i	PRON	O	0			tweebank.367
+5	blow	blow	VERB	B	0		v.contact	tweebank.367
+6	supplies	supply	NOUN	o	0		n.artifact	tweebank.367
+7	up	up	ADP	I	5			tweebank.367
+8	in	in	ADP	O	0			tweebank.367
+9	the	the	DET	O	0			tweebank.367
+10	air	air	NOUN	O	0		n.substance	tweebank.367
+11	sometimes	sometimes	ADV	O	0			tweebank.367
+12	saying	say	VERB	O	0		v.communication	tweebank.367
+13	ayoo	ayoo	INTJ	O	0			tweebank.367
+14	take	take	VERB	B	0		v.communication	tweebank.367
+15	that	that	DET	I	14			tweebank.367
+16	Cato	cato	PROPN	O	0		n.person	tweebank.367
+
+1	Where	where	ADV	B	0			tweebank.7
+2	tf	tf	NOUN	I	1			tweebank.7
+3	is	be	VERB	O	0		v.stative	tweebank.7
+4	nick	nick	PROPN	O	0		n.person	tweebank.7
+
+1	Certainly	certainly	ADV	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+2	many	many	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+3	advances	advance	NOUN	O	0		n.event	ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+4	,	,	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+5	many	many	ADJ	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+6	lives	life	NOUN	O	0		n.state	ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+7	saved	save	VERB	O	0		v.change	ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+8	.	.	PUNCT	O	0			ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+
+1	Tuesday	tuesday	NOUN	O	0		n.time	trustpilot-327
+2	they	they	PRON	O	0			trustpilot-327
+3	emailed	email	VERB	O	0		v.communication	trustpilot-327
+4	me	me	PRON	O	0			trustpilot-327
+5	back	back	PART	O	0			trustpilot-327
+6	,	,	PUNCT	O	0			trustpilot-327
+7	and	and	CONJ	O	0			trustpilot-327
+8	after	after	ADP	O	0			trustpilot-327
+9	a	a	DET	O	0			trustpilot-327
+10	few	few	ADJ	O	0			trustpilot-327
+11	emails	email	NOUN	O	0		n.communication	trustpilot-327
+12	back	back	ADP	O	0			trustpilot-327
+13	and	and	CONJ	O	0			trustpilot-327
+14	forth	forth	ADP	O	0			trustpilot-327
+15	,	,	PUNCT	O	0			trustpilot-327
+16	as	as	ADP	O	0			trustpilot-327
+17	got	get	VERB	O	0		v.communication	trustpilot-327
+18	a	a	DET	O	0			trustpilot-327
+19	phone	phone	NOUN	B	0		n.communication	trustpilot-327
+20	call	call	NOUN	I	19			trustpilot-327
+21	from	from	ADP	O	0			trustpilot-327
+22	a	a	DET	O	0			trustpilot-327
+23	very	very	ADV	O	0			trustpilot-327
+24	pleasant	pleasant	ADJ	O	0			trustpilot-327
+25	lady	lady	NOUN	O	0		n.person	trustpilot-327
+26	,	,	PUNCT	O	0			trustpilot-327
+27	who	who	PRON	O	0			trustpilot-327
+28	assured	assure	VERB	O	0		v.cognition	trustpilot-327
+29	me	me	PRON	O	0			trustpilot-327
+30	that	that	CONJ	O	0			trustpilot-327
+31	it	it	PRON	O	0			trustpilot-327
+32	was	be	VERB	O	0		v.stative	trustpilot-327
+33	a	a	DET	O	0			trustpilot-327
+34	mistake	mistake	NOUN	O	0		n.act	trustpilot-327
+35	and	and	CONJ	O	0			trustpilot-327
+36	that	that	CONJ	O	0			trustpilot-327
+37	payment	payment	NOUN	O	0		n.possession	trustpilot-327
+38	would	would	VERB	O	0			trustpilot-327
+39	be	be	AUX	O	0			trustpilot-327
+40	received	receive	VERB	O	0		v.possession	trustpilot-327
+41	by	by	ADP	O	0			trustpilot-327
+42	0pm	0pm	NOUN	O	0		n.time	trustpilot-327
+43	on	on	ADP	O	0			trustpilot-327
+44	that	that	DET	O	0			trustpilot-327
+45	night	night	NOUN	O	0		n.time	trustpilot-327
+46	(	(	PUNCT	O	0			trustpilot-327
+47	Tuesday	tuesday	NOUN	O	0		n.time	trustpilot-327
+48	).	).	PUNCT	O	0			trustpilot-327
+
+1	I	i	PRON	O	0			tweebank.136
+2	think	think	VERB	O	0		v.cognition	tweebank.136
+3	I	i	PRON	O	0			tweebank.136
+4	'm	'm	AUX	B	0			tweebank.136
+5	a	a	VERB	I	4			tweebank.136
+6	wait	wait	VERB	O	0		v.stative	tweebank.136
+7	an	an	DET	O	0			tweebank.136
+8	hour	hour	NOUN	O	0		n.time	tweebank.136
+9	or	or	CONJ	O	0			tweebank.136
+10	2	NUMBER	NUM	O	0			tweebank.136
+11	&	&	CONJ	O	0			tweebank.136
+12	THEN	then	ADV	O	0			tweebank.136
+13	tweet	tweet	VERB	O	0		v.communication	tweebank.136
+14	@sinittaofficial	@USER	X	O	0			tweebank.136
+15	...	...	PUNCT	O	0			tweebank.136
+
+1	RT	rt	X	O	0			tweebank.278
+2	@steven_moffat	@USER	X	O	0			tweebank.278
+3	:	:	X	O	0			tweebank.278
+4	"	"	PUNCT	O	0			tweebank.278
+5	Daddy	daddy	NOUN	O	0		n.person	tweebank.278
+6	,	,	PUNCT	O	0			tweebank.278
+7	what	what	PRON	O	0			tweebank.278
+8	are	be	VERB	O	0		v.stative	tweebank.278
+9	THESE	these	PRON	O	0			tweebank.278
+10	?	?	PUNCT	O	0			tweebank.278
+11	Can	can	AUX	O	0			tweebank.278
+12	I	i	PRON	O	0			tweebank.278
+13	have	have	VERB	O	0		v.stative	tweebank.278
+14	one	NUMBER	NUM	O	0			tweebank.278
+15	?	?	PUNCT	O	0			tweebank.278
+16	These	these	PRON	O	0			tweebank.278
+17	.	.	PUNCT	O	0			tweebank.278
+18	Are	be	VERB	O	0		v.stative	tweebank.278
+19	.	.	PUNCT	O	0			tweebank.278
+20	AWESOME	awesome	ADJ	O	0			tweebank.278
+21	!!	!!	PUNCT	O	0			tweebank.278
+22	"	"	PUNCT	O	0			tweebank.278
+23	Louis	louis	PROPN	O	0		n.person	tweebank.278
+24	,	,	PUNCT	O	0			tweebank.278
+25	9	NUMBER	NUM	O	0			tweebank.278
+26	,	,	PUNCT	O	0			tweebank.278
+27	finding	find	VERB	O	0		v.perception	tweebank.278
+28	a	a	DET	O	0			tweebank.278
+29	VHS	vhs	NOUN	O	0		n.artifact	tweebank.278
+30	.	.	PUNCT	O	0			tweebank.278
+
+1	@Diva2ude	@USER	X	O	0			tweebank.246
+2	lmbo	lmbo	INTJ	O	0			tweebank.246
+
+1	.	.	PUNCT	O	0			tweebank.120
+2	Step	step	ADJ	B	0		n.person	tweebank.120
+3	Brothers	brother	NOUN	I	2			tweebank.120
+4	#Lol	#lol	X	O	0			tweebank.120
+
+1	@YMMoss	@USER	X	O	0			tweebank.262
+2	china	china	PROPN	O	0		n.location	tweebank.262
+
+1	@meliSalazar	@USER	X	O	0			tweebank.449
+2	I	i	PRON	O	0			tweebank.449
+3	LOVE	love	VERB	O	0		v.emotion	tweebank.449
+4	YOU	you	PRON	O	0			tweebank.449
+5	MORE	more	ADV	O	0			tweebank.449
+
+1	And	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+2	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+3	's	's	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+4	incredible	incredible	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+5	to	to	PART	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+6	watch	watch	VERB	O	0		v.perception	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+7	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+8	but	but	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+9	there	there	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+10	's	's	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+11	nothing	nothing	NOUN	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+12	psychic	psychic	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+13	or	or	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+14	paranormal	paranormal	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+15	going	go	VERB	B	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+16	on	on	ADP	I	15			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+17	;	;	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+18	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+19	's	's	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+20	simply	simply	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+21	that	that	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+22	these	these	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+23	crabs	crabs	NOUN	O	0		n.animal	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+24	have	have	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+25	internal	internal	ADJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+26	cycles	cycle	NOUN	O	0		n.process	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+27	that	that	DET	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+28	correspond	correspond	VERB	O	0		v.stative	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+29	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+30	usually	usually	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+31	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+32	with	with	SCONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+33	what	what	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+34	's	's	AUX	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+35	going	go	VERB	B	0		v.motion	ted.naist.002-JessaGamble_2010G.iwslt.957.7
+36	on	on	ADP	I	35			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+37	around	around	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+38	it	it	PRON	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+39	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.7
+
+1	Glad	glad	ADJ	O	0			tweebank.363
+2	some	some	DET	O	0			tweebank.363
+3	network	network	NOUN	O	0		n.group	tweebank.363
+4	picked	pick	VERB	B	0		v.stative	tweebank.363
+5	up	up	ADP	I	4			tweebank.363
+6	#AmericasMostWanted	#americasmostwanted	PROPN	O	0		n.communication	tweebank.363
+7	.	.	PUNCT	O	0			tweebank.363
+8	@lifetimetv	@USER	X	O	0			tweebank.363
+
+1	RT	rt	X	O	0			tweebank.11
+2	@marleemou	@USER	X	O	0			tweebank.11
+3	:	:	X	O	0			tweebank.11
+4	@JohnsHNIC	@USER	X	O	0			tweebank.11
+5	I	i	PRON	O	0			tweebank.11
+6	'll	'll	AUX	O	0			tweebank.11
+7	literally	literally	ADV	O	0			tweebank.11
+8	be	be	VERB	O	0		v.stative	tweebank.11
+9	there	there	ADV	O	0			tweebank.11
+10	at	at	ADP	O	0			tweebank.11
+11	7:07	NUMBER	NUM	O	0			tweebank.11
+12	.	.	PUNCT	O	0			tweebank.11
+13	:D	EMOTICON	X	O	0			tweebank.11
+
+1	all	all	DET	O	0			tweebank.414
+2	i	i	PRON	O	0			tweebank.414
+3	,	,	PUNCT	O	0			tweebank.414
+4	wanna	wanna	VERB	O	0		v.emotion	tweebank.414
+5	hear	hear	VERB	O	0		v.perception	tweebank.414
+6	u	u	PRON	O	0			tweebank.414
+7	say	say	VERB	O	0		v.communication	tweebank.414
+8	is	be	AUX	O	0			tweebank.414
+9	r	r	VERB	O	0		v.stative	tweebank.414
+10	u	u	PRON	O	0			tweebank.414
+11	mineeeee	mineeeee	PRON	O	0			tweebank.414
+
+1	I	i	PRON	O	0			tweebank.79
+2	didn't	didn't	VERB	O	0		v.stative	tweebank.79
+3	even	even	ADV	O	0			tweebank.79
+4	know	know	VERB	O	0		v.cognition	tweebank.79
+5	what	what	PRON	O	0			tweebank.79
+6	the	the	DET	O	0			tweebank.79
+7	changes	change	NOUN	O	0		n.event	tweebank.79
+8	were	be	VERB	O	0		v.stative	tweebank.79
+9	...	...	PUNCT	O	0			tweebank.79
+10	oh	oh	INTJ	B	0			tweebank.79
+11	well	well	INTJ	I	10			tweebank.79
+12	.	.	PUNCT	O	0			tweebank.79
+
+1	We	we	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+2	all	all	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+3	know	know	VERB	O	0		v.cognition	ted.naist.005-KatherineFulton_2007.iwslt.585.4
+4	which	which	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+5	side	side	NOUN	O	0		n.location	ted.naist.005-KatherineFulton_2007.iwslt.585.4
+6	of	of	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+7	these	these	DET	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+8	we	we	PRON	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+9	'd	'd	AUX	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+10	like	like	VERB	O	0		v.emotion	ted.naist.005-KatherineFulton_2007.iwslt.585.4
+11	to	to	PART	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+12	be	be	VERB	O	0		v.stative	ted.naist.005-KatherineFulton_2007.iwslt.585.4
+13	on	on	ADP	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+14	.	.	PUNCT	O	0			ted.naist.005-KatherineFulton_2007.iwslt.585.4
+
+1	Tumbling	tumble	VERB	O	0		v.motion	tweebank.417
+2	Today	today	NOUN	O	0			tweebank.417
+
+1	Know	know	VERB	O	0		v.cognition	tweebank.248
+2	the	the	DET	O	0			tweebank.248
+3	Professionals	professional	NOUN	O	0		n.person	tweebank.248
+4	,	,	PUNCT	O	0			tweebank.248
+5	Information	information	NOUN	O	0		n.communication	tweebank.248
+6	and	and	CONJ	O	0			tweebank.248
+7	facts	fact	NOUN	O	0		n.communication	tweebank.248
+8	on	on	ADP	O	0			tweebank.248
+9	Cosmetic	cosmetic	ADJ	O	0			tweebank.248
+10	Dentist	dentist	NOUN	O	0		n.person	tweebank.248
+11	Procedures	procedure	NOUN	O	0		n.act	tweebank.248
+12	and	and	CONJ	O	0			tweebank.248
+13	Treatments	treatment	NOUN	O	0		n.act	tweebank.248
+14	:	:	PUNCT	O	0			tweebank.248
+15	Anybody	anybody	NOUN	O	0			tweebank.248
+16	unfamiliar	unfamiliar	ADJ	O	0			tweebank.248
+17	...	...	X	O	0			tweebank.248
+18	http://bit.ly/mEeohe	URL	X	O	0			tweebank.248
+
+1	I	i	PRON	O	0			tweebank.383
+2	'm	'm	VERB	O	0		v.stative	tweebank.383
+3	in	in	ADP	O	0			tweebank.383
+4	and	and	CONJ	O	0			tweebank.383
+5	out	out	ADP	O	0			tweebank.383
+6	the	the	DET	O	0			tweebank.383
+7	pussy	pussy	NOUN	O	0		n.body	tweebank.383
+8	#DriveThru	#drivethru	NOUN	O	0		n.person	tweebank.383
+9	!!!	!!!	PUNCT	O	0			tweebank.383
+
+1	My	my	DET	O	0			trustpilot-207
+2	prescription	prescription	NOUN	O	0		n.communication	trustpilot-207
+3	is	be	VERB	O	0		v.stative	trustpilot-207
+4	very	very	ADV	O	0			trustpilot-207
+5	strong	strong	ADJ	O	0			trustpilot-207
+6	and	and	CONJ	O	0			trustpilot-207
+7	other	other	ADJ	O	0			trustpilot-207
+8	companies	company	NOUN	O	0		n.group	trustpilot-207
+9	don	don	AUX	O	0			trustpilot-207
+10	'	'	PART	O	0			trustpilot-207
+11	t	t	PART	O	0			trustpilot-207
+12	cater	cater	VERB	O	0		v.stative	trustpilot-207
+13	for	for	ADP	O	0			trustpilot-207
+14	me	me	PRON	O	0			trustpilot-207
+15	.	.	PUNCT	O	0			trustpilot-207
+
+1	Fuck	fuck	VERB	B	0			tweebank.4
+2	you	you	PRON	I	1			tweebank.4
+3	mode	mode	NOUN	O	0		n.attribute	tweebank.4
+4	right	right	ADV	O	0			tweebank.4
+5	now	now	ADV	O	0			tweebank.4
+6	.	.	PUNCT	O	0			tweebank.4
+
+1	I	i	PRON	O	0			tweebank.42
+2	want	want	VERB	O	0		v.emotion	tweebank.42
+3	a	a	DET	O	0			tweebank.42
+4	unicorn	unicorn	NOUN	O	0		n.animal	tweebank.42
+5	.	.	PUNCT	O	0			tweebank.42
+6	#NOHOMO	#nohomo	X	O	0			tweebank.42
+
+1	Gabe	gabe	PROPN	O	0		n.person	tweebank.201
+2	:	:	PUNCT	O	0			tweebank.201
+3	"	"	PUNCT	O	0			tweebank.201
+4	You	you	PRON	O	0			tweebank.201
+5	want	want	VERB	O	0		v.emotion	tweebank.201
+6	to	to	PART	O	0			tweebank.201
+7	buy	buy	VERB	O	0		v.possession	tweebank.201
+8	shoes	shoes	NOUN	O	0		n.artifact	tweebank.201
+9	?	?	PUNCT	O	0			tweebank.201
+10	You	you	PRON	O	0			tweebank.201
+11	have	have	VERB	O	0		v.stative	tweebank.201
+12	18	NUMBER	NUM	O	0			tweebank.201
+13	minutes	minutes	NOUN	O	0		n.time	tweebank.201
+14	left	left	ADJ	O	0			tweebank.201
+15	before	before	ADP	O	0			tweebank.201
+16	your	your	PRON	O	0			tweebank.201
+17	appointment	appointment	NOUN	O	0		n.act	tweebank.201
+18	.	.	PUNCT	O	0			tweebank.201
+19	"	"	PUNCT	O	0			tweebank.201
+20	#ChallengeAccepted	#challengeaccepted	X	O	0			tweebank.201
+21	#MissionImpossibleTheme	#missionimpossibletheme	X	O	0			tweebank.201
+22	#DoABarrelRoll	#doabarrelroll	X	O	0			tweebank.201
+
+1	I	i	PRON	O	0			trustpilot-271
+2	recommend	recommend	VERB	O	0		v.communication	trustpilot-271
+3	this	this	DET	O	0			trustpilot-271
+4	company	company	NOUN	O	0		n.group	trustpilot-271
+5	.	.	PUNCT	O	0			trustpilot-271
+
+1	You	you	PRON	B	0			ted.iwslt.1176.1
+2	know	know	VERB	I	1			ted.iwslt.1176.1
+3	,	,	PUNCT	O	0			ted.iwslt.1176.1
+4	what	what	PRON	O	0			ted.iwslt.1176.1
+5	I	i	PRON	O	0			ted.iwslt.1176.1
+6	do	do	VERB	O	0		v.social	ted.iwslt.1176.1
+7	is	be	VERB	O	0		v.stative	ted.iwslt.1176.1
+8	write	write	VERB	O	0		v.creation	ted.iwslt.1176.1
+9	for	for	ADP	O	0			ted.iwslt.1176.1
+10	children	child	NOUN	O	0		n.person	ted.iwslt.1176.1
+11	,	,	PUNCT	O	0			ted.iwslt.1176.1
+12	and	and	CONJ	O	0			ted.iwslt.1176.1
+13	I	i	PRON	O	0			ted.iwslt.1176.1
+14	'm	'm	VERB	O	0		v.stative	ted.iwslt.1176.1
+15	probably	probably	ADV	O	0			ted.iwslt.1176.1
+16	America	america	PROPN	O	0		n.location	ted.iwslt.1176.1
+17	's	's	PART	O	0			ted.iwslt.1176.1
+18	most	most	ADV	O	0			ted.iwslt.1176.1
+19	widely	widely	ADV	O	0			ted.iwslt.1176.1
+20	read	read	VERB	O	0		v.cognition	ted.iwslt.1176.1
+21	children	child	NOUN	B	0		n.person	ted.iwslt.1176.1
+22	's	's	PART	I	21			ted.iwslt.1176.1
+23	author	author	NOUN	I	22			ted.iwslt.1176.1
+24	,	,	PUNCT	O	0			ted.iwslt.1176.1
+25	in	in	ADP	B	0			ted.iwslt.1176.1
+26	fact	fact	NOUN	I	25			ted.iwslt.1176.1
+27	.	.	PUNCT	O	0			ted.iwslt.1176.1
+
+1	RT	rt	X	O	0			tweebank.428
+2	@Shae_FreeDrizzy	@USER	X	O	0			tweebank.428
+3	:	:	X	O	0			tweebank.428
+4	No	no	INTJ	O	0			tweebank.428
+5	you	you	PRON	O	0			tweebank.428
+6	're	're	VERB	O	0		v.stative	tweebank.428
+7	not	not	PART	O	0			tweebank.428
+8	twinn	twinn	NOUN	O	0		n.person	tweebank.428
+9	RT	rt	X	O	0			tweebank.428
+10	@Jay_Reyes	@USER	X	O	0			tweebank.428
+11	:	:	X	O	0			tweebank.428
+12	I	i	PRON	O	0			tweebank.428
+13	'm	'm	VERB	O	0		v.stative	tweebank.428
+14	Ugly	ugly	ADJ	O	0			tweebank.428
+15	.	.	PUNCT	O	0			tweebank.428
+
+1	Someone	someone	NOUN	O	0			tweebank.314
+2	is	be	AUX	O	0			tweebank.314
+3	n't	n't	PART	O	0			tweebank.314
+4	replyIng	reply	VERB	O	0		v.communication	tweebank.314
+5	back	back	ADV	O	0			tweebank.314
+6	!	!	PUNCT	O	0			tweebank.314
+7	@kendall_trigga	@USER	X	O	0			tweebank.314
+
+1	@xpleasestaymine	@USER	X	O	0			tweebank.480
+2	Because	because	SCONJ	O	0			tweebank.480
+3	I	i	PRON	O	0			tweebank.480
+4	do	do	AUX	O	0			tweebank.480
+5	n't	n't	PART	O	0			tweebank.480
+6	have	have	VERB	O	0		v.stative	tweebank.480
+7	school	school	NOUN	O	0		n.group	tweebank.480
+8	on	on	ADP	O	0			tweebank.480
+9	Friday	friday	PROPN	O	0		n.time	tweebank.480
+
+1	I	i	PRON	O	0			trustpilot-90
+2	'	'	PART	O	0			trustpilot-90
+3	ve	ve	VERB	O	0			trustpilot-90
+4	booked	book	VERB	O	0		v.communication	trustpilot-90
+5	for	for	ADP	O	0			trustpilot-90
+6	a	a	DET	O	0			trustpilot-90
+7	group	group	NOUN	O	0		n.group	trustpilot-90
+8	of	of	ADP	O	0			trustpilot-90
+9	00	00	NUM	O	0			trustpilot-90
+10	after	after	ADP	O	0			trustpilot-90
+11	staying	stay	VERB	O	0		v.stative	trustpilot-90
+12	in	in	ADP	O	0			trustpilot-90
+13	Edinburgh	edinburgh	PROPN	O	0		n.location	trustpilot-90
+14	over	over	ADP	O	0			trustpilot-90
+15	the	the	DET	O	0			trustpilot-90
+16	Hogmanay	hogmanay	NOUN	O	0		n.event	trustpilot-90
+17	.	.	PUNCT	O	0			trustpilot-90
+
+1	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+2	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+3	at	at	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+4	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+5	ski	ski	ADJ	B	0		n.artifact	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+6	resort	resort	NOUN	I	5			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+7	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+8	Switzerland	switzerland	PROPN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+9	without	without	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+10	any	any	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+11	money	money	NOUN	O	0		n.possession	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+12	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+13	actually	actually	ADV	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+14	enjoy	enjoy	VERB	O	0		v.emotion	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+15	myself	myself	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+16	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+17	because	because	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+18	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+19	snow	snow	NOUN	O	0		n.natural_object	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+20	had	have	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+21	melted	melt	VERB	O	0		v.change	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+22	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+23	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+24	did	do	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+25	n't	n't	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+26	have	have	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+27	money	money	NOUN	O	0		n.possession	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+28	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+29	go	go	VERB	O	0		v.motion	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+30	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+31	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+32	movie	movie	NOUN	O	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+33	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+34	But	but	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+35	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+36	found	found	VERB	O	0		v.perception	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+37	that	that	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+38	on	on	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+39	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+40	--	--	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+41	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+42	read	read	VERB	O	0		v.perception	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+43	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+44	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+45	newspapers	newspaper	NOUN	O	0		n.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+46	that	that	SCONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+47	there	there	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+48	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+49	to	to	PART	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+50	be	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+51	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+52	presentation	presentation	NOUN	O	0		n.act	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+53	by	by	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+54	someone	someone	NOUN	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+55	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+56	a	a	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+57	place	place	NOUN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+58	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+59	I	i	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+60	'd	'd	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+61	seen	see	VERB	O	0		v.perception	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+62	in	in	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+63	the	the	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+64	center	center	NOUN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+65	of	of	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+66	Zurich	zurich	PROPN	O	0		n.location	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+67	,	,	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+68	and	and	CONJ	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+69	it	it	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+70	was	be	VERB	O	0		v.stative	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+71	about	about	ADP	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+72	flying	fly	VERB	B	0		n.phenomenon	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+73	saucers	saucer	NOUN	I	72			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+74	(	(	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+75	that	that	DET	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+76	)	)	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+77	he	he	PRON	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+78	was	be	AUX	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+79	going	go	VERB	B	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+80	to	to	PART	I	79			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+81	talk	talk	VERB	O	0		v.communication	ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+82	.	.	PUNCT	O	0			ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+
+1	RT	rt	X	O	0			tweebank.203
+2	@ajparrot	@USER	X	O	0			tweebank.203
+3	:	:	X	O	0			tweebank.203
+4	you	you	PRON	O	0			tweebank.203
+5	do	do	AUX	O	0			tweebank.203
+6	nt	nt	PART	O	0			tweebank.203
+7	know	know	VERB	O	0		v.cognition	tweebank.203
+8	shit	shit	NOUN	O	0			tweebank.203
+9	,	,	PUNCT	O	0			tweebank.203
+10	about	about	ADP	O	0			tweebank.203
+11	shit	shit	NOUN	O	0			tweebank.203
+
+1	How	how	ADV	B	0			tweebank.134
+2	about	about	ADP	I	1			tweebank.134
+3	girls	girl	NOUN	O	0		n.person	tweebank.134
+4	who	who	PRON	O	0			tweebank.134
+5	do	do	AUX	O	0			tweebank.134
+6	n't	n't	PART	O	0			tweebank.134
+7	know	know	VERB	O	0		v.cognition	tweebank.134
+8	how	how	ADV	O	0			tweebank.134
+9	to	to	PART	O	0			tweebank.134
+10	walk	walk	VERB	O	0		v.motion	tweebank.134
+11	in	in	ADP	O	0			tweebank.134
+12	heels	heel	NOUN	O	0		n.artifact	tweebank.134
+13	do	do	AUX	O	0			tweebank.134
+14	n't	n't	PART	O	0			tweebank.134
+15	walk	walk	VERB	O	0		v.motion	tweebank.134
+16	in	in	ADP	O	0			tweebank.134
+17	heels	heel	NOUN	O	0		n.artifact	tweebank.134
+18	#justsaying	#justsaying	X	O	0			tweebank.134
+
+1	Life	life	NOUN	O	0		n.state	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+2	evolved	evolve	VERB	O	0		v.change	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+3	under	under	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+4	conditions	conditions	NOUN	O	0		n.state	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+5	of	of	ADP	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+6	light	light	NOUN	O	0		n.phenomenon	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+7	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+8	darkness	darkness	NOUN	O	0		n.phenomenon	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+9	,	,	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+10	light	light	NOUN	O	0		n.phenomenon	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+11	and	and	CONJ	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+12	then	then	ADV	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+13	darkness	darkness	NOUN	O	0		n.phenomenon	ted.naist.002-JessaGamble_2010G.iwslt.957.2
+14	.	.	PUNCT	O	0			ted.naist.002-JessaGamble_2010G.iwslt.957.2
+
+1	Lorex	lorex	PROPN	B	0		n.artifact	tweebank.223
+2	LW2003	lw2003	PROPN	I	1			tweebank.223
+3	LIVE	live	ADV	I	2			tweebank.223
+4	snap	snap	VERB	I	3			tweebank.223
+5	Video	video	NOUN	I	4			tweebank.223
+6	Baby	baby	NOUN	I	5			tweebank.223
+7	Monitor	monitor	NOUN	I	6			tweebank.223
+8	(	(	PUNCT	O	0			tweebank.223
+9	White	white	ADJ	O	0			tweebank.223
+10	):	):	PUNCT	O	0			tweebank.223
+11	Get	get	VERB	O	0		v.stative	tweebank.223
+12	The	the	DET	O	0			tweebank.223
+13	Lowest	lowest	ADJ	O	0			tweebank.223
+14	Prices	price	NOUN	O	0		n.attribute	tweebank.223
+15	On	on	SCONJ	O	0			tweebank.223
+16	NEW	new	ADJ	O	0			tweebank.223
+17	Lorex	lorex	PROPN	B	0		n.artifact	tweebank.223
+18	LW2003	lw2003	PROPN	I	17			tweebank.223
+19	LIVE	live	ADV	I	18			tweebank.223
+20	snap	snap	VERB	I	19			tweebank.223
+21	Video	video	NOUN	I	20			tweebank.223
+22	Bab	bab	X	I	21			tweebank.223
+23	...	...	X	O	0			tweebank.223
+24	http://bit.ly/dRjonS	URL	X	O	0			tweebank.223
+
+1	@iGot_Charisma13	@USER	X	O	0			tweebank.352
+2	you	you	PRON	O	0			tweebank.352
+3	wont	wont	VERB	O	0		v.stative	tweebank.352
+4	?	?	PUNCT	O	0			tweebank.352
+
+1	Bouta	bouta	SCONJ	O	0			tweebank.64
+2	be	be	VERB	O	0		v.stative	tweebank.64
+3	home	home	NOUN	O	0		n.location	tweebank.64
+
+1	Having	have	AUX	O	0			trustpilot-276
+2	found	found	VERB	O	0		v.cognition	trustpilot-276
+3	differing	differing	ADJ	O	0			trustpilot-276
+4	opinions	opinion	NOUN	O	0		n.cognition	trustpilot-276
+5	on	on	ADP	O	0			trustpilot-276
+6	how	how	ADV	O	0			trustpilot-276
+7	to	to	PART	O	0			trustpilot-276
+8	include	include	VERB	O	0		v.stative	trustpilot-276
+9	,	,	PUNCT	O	0			trustpilot-276
+10	group	group	VERB	O	0		v.cognition	trustpilot-276
+11	or	or	CONJ	O	0			trustpilot-276
+12	associate	associate	VERB	O	0		v.cognition	trustpilot-276
+13	a	a	DET	O	0			trustpilot-276
+14	Horstmann	horstmann	PROPN	B	0		n.artifact	trustpilot-276
+15	HRT0	hrt0	PROPN	I	14			trustpilot-276
+16	-	-	PUNCT	I	15			trustpilot-276
+17	ZW	zw	PROPN	I	16			trustpilot-276
+18	thermostat	thermostat	NOUN	I	17			trustpilot-276
+19	and	and	CONJ	O	0			trustpilot-276
+20	ASR	asr	PROPN	B	0		n.artifact	trustpilot-276
+21	-	-	PUNCT	I	20			trustpilot-276
+22	ZW	zw	PROPN	I	21			trustpilot-276
+23	receiver	receiver	NOUN	I	22			trustpilot-276
+24	(	(	PUNCT	O	0			trustpilot-276
+25	switch	switch	NOUN	O	0		n.artifact	trustpilot-276
+26	)	)	PUNCT	O	0			trustpilot-276
+27	....	....	PUNCT	O	0			trustpilot-276
+28	one	one	NUM	O	0			trustpilot-276
+29	thing	thing	NOUN	O	0		n.other	trustpilot-276
+30	I	i	PRON	O	0			trustpilot-276
+31	can	can	AUX	O	0			trustpilot-276
+32	say	say	VERB	O	0		v.communication	trustpilot-276
+33	is	be	VERB	O	0		v.stative	trustpilot-276
+34	UK	uk	PROPN	B	0		n.communication	trustpilot-276
+35	Automation	automation	NOUN	I	34			trustpilot-276
+36	'	'	PART	I	35			trustpilot-276
+37	s	s	PART	I	36			trustpilot-276
+38	instructions	instructions	NOUN	I	37			trustpilot-276
+39	actually	actually	ADV	O	0			trustpilot-276
+40	work	work	VERB	O	0		v.stative	trustpilot-276
+41	.....	.....	PUNCT	O	0			trustpilot-276
+42	they	they	PRON	O	0			trustpilot-276
+43	offer	offer	VERB	O	0		v.communication	trustpilot-276
+44	specific	specific	ADJ	O	0			trustpilot-276
+45	instructions	instructions	NOUN	O	0		n.communication	trustpilot-276
+46	on	on	ADP	O	0			trustpilot-276
+47	how	how	ADV	O	0			trustpilot-276
+48	to	to	PART	O	0			trustpilot-276
+49	do	do	VERB	O	0		v.stative	trustpilot-276
+50	this	this	PRON	O	0			trustpilot-276
+51	and	and	CONJ	O	0			trustpilot-276
+52	I	i	PRON	O	0			trustpilot-276
+53	can	can	AUX	O	0			trustpilot-276
+54	thoroughly	thoroughly	ADV	O	0			trustpilot-276
+55	recommend	recommend	VERB	O	0		v.communication	trustpilot-276
+56	following	follow	VERB	O	0		v.motion	trustpilot-276
+57	these	these	PRON	O	0			trustpilot-276
+58	.	.	PUNCT	O	0			trustpilot-276
+
+1	@eyesof99	@USER	X	O	0			tweebank.65
+2	CD	cd	NOUN	O	0		n.communication	tweebank.65
+3	:	:	PUNCT	O	0			tweebank.65
+4	90%	NUMBER	NUM	O	0			tweebank.65
+5	MP3	mp3	NOUN	O	0		n.communication	tweebank.65
+6	:	:	PUNCT	O	0			tweebank.65
+7	0%	NUMBER	NUM	O	0			tweebank.65
+8	Vinyl	vinyl	NOUN	O	0		n.communication	tweebank.65
+9	:	:	PUNCT	O	0			tweebank.65
+10	10%	NUMBER	NUM	O	0			tweebank.65
+
+1	The	the	DET	O	0			tweebank.61
+2	weather	weather	NOUN	O	0		n.phenomenon	tweebank.61
+3	outside	outside	ADJ	O	0			tweebank.61
+4	does	do	AUX	O	0			tweebank.61
+5	n't	n't	PART	O	0			tweebank.61
+6	look	look	VERB	O	0		v.perception	tweebank.61
+7	too	too	ADV	O	0			tweebank.61
+8	appealing	appealing	ADJ	O	0			tweebank.61
+9	.	.	PUNCT	O	0			tweebank.61
+
+1	January	january	PROPN	O	0		n.time	tweebank.135
+2	16	NUMBER	NUM	O	0			tweebank.135
+3	,	,	PUNCT	O	0			tweebank.135
+4	2011	NUMBER	NUM	O	0			tweebank.135
+5	@sam_concepcion	@USER	X	O	0			tweebank.135
+6	will	will	AUX	O	0			tweebank.135
+7	be	be	VERB	O	0		v.stative	tweebank.135
+8	in	in	ADP	O	0			tweebank.135
+9	SM	sm	PROPN	B	0		n.location	tweebank.135
+10	,	,	PUNCT	I	9			tweebank.135
+11	Cebu	cebu	PROPN	I	10			tweebank.135
+12	!!!!!	!!!!!	PUNCT	O	0			tweebank.135
+
+1	We	we	PRON	O	0			tweebank.450
+2	Talk	talk	VERB	O	0		v.communication	tweebank.450
+3	“Megamind”	“megamind”	PROPN	O	0		n.communication	tweebank.450
+4	with	with	ADP	O	0			tweebank.450
+5	Will	will	PROPN	O	0		n.person	tweebank.450
+6	and	and	CONJ	O	0			tweebank.450
+7	Tina	tina	PROPN	O	0		n.person	tweebank.450
+8	!	!	PUNCT	O	0			tweebank.450
+9	http://ow.ly/30v2Z	URL	X	O	0			tweebank.450
+
+1	This	this	DET	O	0			tweebank.437
+2	"	"	PUNCT	O	0			tweebank.437
+3	Christian	christian	PROPN	B	0		n.group	tweebank.437
+4	"	"	PUNCT	o	0			tweebank.437
+5	"	"	PUNCT	o	0			tweebank.437
+6	chapel	chapel	NOUN	I	3			tweebank.437
+7	"	"	PUNCT	O	0			tweebank.437
+8	ignores	ignore	VERB	O	0		v.cognition	tweebank.437
+9	Matthew	matthew	PROPN	B	0		n.communication	tweebank.437
+10	's	's	PART	I	9			tweebank.437
+11	Gospel	gospel	PROPN	I	10			tweebank.437
+12	:	:	PUNCT	O	0			tweebank.437
+13	Pathetic	pathetic	ADJ	O	0			tweebank.437
+14	Muslim	muslim	PROPN	O	0		n.person	tweebank.437
+15	preaches	preach	VERB	O	0		v.communication	tweebank.437
+16	at	at	ADP	O	0			tweebank.437
+17	Oxford	oxford	PROPN	B	0		n.location	tweebank.437
+18	college	college	NOUN	I	17			tweebank.437
+19	chapel	chapel	NOUN	I	18			tweebank.437
+20	(	(	PUNCT	O	0			tweebank.437
+21	From	from	ADP	O	0			tweebank.437
+22	Oxford	oxford	PROPN	B	0		n.communication	tweebank.437
+23	Mail	mail	PROPN	I	22			tweebank.437
+24	)	)	PUNCT	O	0			tweebank.437
+25	http://goo.gl/nucv	URL	X	O	0			tweebank.437
+
+1	@Zoe_Titmuss	@USER	X	O	0			tweebank.72
+2	yeh	yeh	INTJ	O	0			tweebank.72
+3	i	i	PRON	O	0			tweebank.72
+4	have	have	VERB	O	0		v.stative	tweebank.72
+5	no	no	DET	O	0			tweebank.72
+6	idea	idea	NOUN	O	0		n.cognition	tweebank.72
+7	but	but	CONJ	O	0			tweebank.72
+8	i	i	PRON	O	0			tweebank.72
+9	ca	ca	AUX	B	0		v.emotion	tweebank.72
+10	nt	nt	PART	I	9			tweebank.72
+11	wait	wait	VERB	I	10			tweebank.72
+12	xx	EMOTICON	X	O	0			tweebank.72
+
+1	It	it	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+2	ties	tie	VERB	O	0		v.cognition	ted.naist.001-RobertLang_2008.iwslt.321.3
+3	to	to	PART	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+4	origami	origami	NOUN	O	0		n.act	ted.naist.001-RobertLang_2008.iwslt.321.3
+5	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+6	So	so	ADV	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+7	let	let	VERB	O	0		v.social	ted.naist.001-RobertLang_2008.iwslt.321.3
+8	me	me	PRON	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+9	start	start	VERB	O	0		v.change	ted.naist.001-RobertLang_2008.iwslt.321.3
+10	.	.	PUNCT	O	0			ted.naist.001-RobertLang_2008.iwslt.321.3
+
+1	Whaoo	whaoo	INTJ	O	0			tweebank.341
+2	#BlowUp	#blowup	X	O	0			tweebank.341
+3	RT	rt	X	O	0			tweebank.341
+4	@ENVYTheRedHead_	@USER	X	O	0			tweebank.341
+5	:	:	X	O	0			tweebank.341
+6	My	my	PRON	O	0			tweebank.341
+7	mom	mom	NOUN	O	0		n.person	tweebank.341
+8	bitchh	bitchh	VERB	O	0		v.communication	tweebank.341
+9	to	to	ADV	B	0			tweebank.341
+10	much	much	ADJ	I	9			tweebank.341
+11	.	.	PUNCT	O	0			tweebank.341
+
+1	It	it	PRON	O	0			tweebank.242
+2	s	s	VERB	O	0		v.stative	tweebank.242
+3	the	the	DET	O	0			tweebank.242
+4	little	little	ADJ	O	0			tweebank.242
+5	things	things	NOUN	O	0		n.event	tweebank.242
+6	that	that	SCONJ	O	0			tweebank.242
+7	strengthen	strengthen	VERB	O	0		v.change	tweebank.242
+8	my	my	PRON	O	0			tweebank.242
+9	tiny	tiny	ADJ	O	0			tweebank.242
+10	wings	wings	NOUN	O	0		n.artifact	tweebank.242
+11	.	.	PUNCT	O	0			tweebank.242
+
+1	Over	over	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+2	50	NUMBER	NUM	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+3	percent	percent	NOUN	O	0		n.relation	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+4	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+5	managers	manager	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+6	are	be	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+7	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+8	these	these	DET	B	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+9	days	days	NOUN	I	8			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+10	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+11	and	and	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+12	in	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+13	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+14	15	NUMBER	NUM	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+15	professions	profession	NOUN	O	0		n.group	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+16	projected	project	VERB	O	0		v.communication	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+17	to	to	PART	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+18	grow	grow	VERB	O	0		v.change	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+19	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+20	most	most	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+21	in	in	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+22	the	the	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+23	next	next	ADJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+24	decade	decade	NOUN	O	0		n.time	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+25	,	,	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+26	all	all	DET	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+27	but	but	CONJ	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+28	two	NUMBER	NUM	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+29	of	of	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+30	them	them	PRON	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+31	are	be	AUX	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+32	dominated	dominate	VERB	O	0		v.stative	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+33	by	by	ADP	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+34	women	woman	NOUN	O	0		n.person	ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+35	.	.	PUNCT	O	0			ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+
+1	Washing	wash	VERB	O	0		v.contact	tweebank.239
+2	my	my	PRON	O	0			tweebank.239
+3	motorcycle	motorcycle	NOUN	O	0		n.artifact	tweebank.239
+
+1	@GalacticLacquer	@USER	X	O	0			tweebank.409
+2	is	be	AUX	O	0			tweebank.409
+3	having	have	VERB	O	0		v.stative	tweebank.409
+4	a	a	DET	O	0			tweebank.409
+5	giveaway	giveaway	NOUN	O	0		n.possession	tweebank.409
+6	!	!	PUNCT	O	0			tweebank.409
+7	http://t.co/vwtGvNl5	URL	X	O	0			tweebank.409
+8	http://t.co/vwtGvNl5	URL	X	O	0			tweebank.409
+
+1	That	that	DET	O	0			tweebank.457
+2	thing	thing	NOUN	O	0		n.other	tweebank.457
+3	caused	cause	VERB	O	0		v.creation	tweebank.457
+4	abt	abt	ADV	O	0			tweebank.457
+5	$200	NUMBER	NUM	O	0			tweebank.457
+6	from	from	ADP	O	0			tweebank.457
+7	the	the	DET	O	0			tweebank.457
+8	mall	mall	NOUN	O	0		n.artifact	tweebank.457
+9	i	i	PRON	O	0			tweebank.457
+10	wonder	wonder	VERB	O	0		v.cognition	tweebank.457
+11	would	would	AUX	O	0			tweebank.457
+12	my	my	PRON	O	0			tweebank.457
+13	warranty	warranty	NOUN	O	0		n.communication	tweebank.457
+14	help	help	VERB	O	0		v.change	tweebank.457
+
+1	kid	kid	PROPN	B	0		n.person	tweebank.230
+2	cudi	cudi	PROPN	I	1			tweebank.230
+3	is	be	VERB	O	0		v.stative	tweebank.230
+4	a	a	DET	O	0			tweebank.230
+5	faggot	faggot	NOUN	O	0		n.person	tweebank.230
+6	,	,	PUNCT	O	0			tweebank.230
+7	that	that	PRON	O	0			tweebank.230
+8	is	be	VERB	O	0		v.stative	tweebank.230
+9	all	all	DET	O	0			tweebank.230
+
+1	Don	don	VERB	O	0			trustpilot-252
+2	'	'	PART	O	0			trustpilot-252
+3	t	t	PART	O	0			trustpilot-252
+4	touch	touch	VERB	O	0		v.communication	trustpilot-252
+5	these	these	DET	O	0			trustpilot-252
+6	guys	guy	NOUN	O	0		n.person	trustpilot-252
+7	unless	unless	ADP	O	0			trustpilot-252
+8	you	you	PRON	O	0			trustpilot-252
+9	are	be	VERB	O	0		v.stative	trustpilot-252
+10	desperate	desperate	ADJ	O	0			trustpilot-252
+11	.	.	PUNCT	O	0			trustpilot-252
+
+1	I	i	PRON	O	0			trustpilot-241
+2	find	find	VERB	O	0		v.cognition	trustpilot-241
+3	this	this	DET	O	0			trustpilot-241
+4	website	website	NOUN	O	0		n.communication	trustpilot-241
+5	dead	dead	ADV	O	0			trustpilot-241
+6	easy	easy	ADV	O	0			trustpilot-241
+7	to	to	PART	O	0			trustpilot-241
+8	negotiate	negotiate	VERB	O	0		v.cognition	trustpilot-241
+9	-	-	PUNCT	O	0			trustpilot-241
+10	coz	coz	CONJ	O	0			trustpilot-241
+11	I	i	PRON	O	0			trustpilot-241
+12	am	be	VERB	O	0		v.stative	trustpilot-241
+13	not	not	ADV	O	0			trustpilot-241
+14	too	too	ADV	O	0			trustpilot-241
+15	savvy	savvy	ADJ	O	0			trustpilot-241
+16	on	on	ADP	O	0			trustpilot-241
+17	the	the	DET	O	0			trustpilot-241
+18	computer	computer	NOUN	O	0		n.artifact	trustpilot-241
+19	!	!	PUNCT	O	0			trustpilot-241
+
+1	RT	rt	X	O	0			tweebank.19
+2	@thickinmyhips	@USER	X	O	0			tweebank.19
+3	i	i	PRON	O	0			tweebank.19
+4	hate	hate	VERB	O	0		v.emotion	tweebank.19
+5	being	be	AUX	O	0			tweebank.19
+6	employed	employ	VERB	O	0		v.stative	tweebank.19
+7	sometimes	sometimes	ADV	O	0			tweebank.19
+8	!	!	PUNCT	O	0			tweebank.19
+
+1	Without	without	ADP	O	0			tweebank.76
+2	gratuitous	gratuitous	ADJ	O	0			tweebank.76
+3	sex	sex	NOUN	O	0		n.body	tweebank.76
+4	,	,	PUNCT	O	0			tweebank.76
+5	we	we	PRON	O	0			tweebank.76
+6	would	would	AUX	O	0			tweebank.76
+7	be	be	VERB	O	0		v.stative	tweebank.76
+8	no	no	ADV	O	0			tweebank.76
+9	better	better	ADJ	O	0			tweebank.76
+10	than	than	ADP	O	0			tweebank.76
+11	animals	animal	NOUN	O	0		n.animal	tweebank.76
+
+1	I	i	PRON	O	0			trustpilot-14
+2	received	receive	VERB	O	0		v.possession	trustpilot-14
+3	excellent	excellent	ADJ	O	0			trustpilot-14
+4	service	service	NOUN	O	0		n.act	trustpilot-14
+5	from	from	ADP	O	0			trustpilot-14
+6	an	an	DET	O	0			trustpilot-14
+7	excellent	excellent	ADJ	O	0			trustpilot-14
+8	company	company	NOUN	O	0		n.group	trustpilot-14
+9	.	.	PUNCT	O	0			trustpilot-14
+
+1	This	this	DET	O	0			trustpilot-13
+2	is	be	VERB	O	0		v.stative	trustpilot-13
+3	a	a	DET	O	0			trustpilot-13
+4	reusme	reusme	NOUN	O	0		n.communication	trustpilot-13
+5	of	of	ADP	O	0			trustpilot-13
+6	what	what	PRON	O	0			trustpilot-13
+7	we	we	PRON	O	0			trustpilot-13
+8	experienced	experience	VERB	O	0		v.perception	trustpilot-13
+9	:	:	PUNCT	O	0			trustpilot-13
+
+1	a	a	DET	O	0			trustpilot-131
+2	very	very	ADV	O	0			trustpilot-131
+3	satisfying	satisfying	ADJ	O	0			trustpilot-131
+4	on	on	NOUN	B	0		n.cognition	trustpilot-131
+5	-	-	PUNCT	I	4			trustpilot-131
+6	line	line	NOUN	I	5			trustpilot-131
+7	shopping	shopping	NOUN	I	6			trustpilot-131
+8	experience	experience	NOUN	I	7			trustpilot-131
+9	.	.	PUNCT	O	0			trustpilot-131
+
+1	TRUE	true	PROPN	B	0		n.communication	tweebank.284
+2	BLOOD	blood	PROPN	I	1			tweebank.284
+3	tonight	tonight	NOUN	O	0			tweebank.284
+4	...	...	PUNCT	O	0			tweebank.284
+5	still	still	ADV	O	0			tweebank.284
+6	not	not	PART	O	0			tweebank.284
+7	sure	sure	ADJ	O	0			tweebank.284
+8	I	i	PRON	O	0			tweebank.284
+9	am	be	AUX	O	0			tweebank.284
+10	gonna	gonna	AUX	O	0			tweebank.284
+11	like	like	VERB	O	0		v.emotion	tweebank.284
+12	the	the	DET	O	0			tweebank.284
+13	new	new	ADJ	O	0			tweebank.284
+14	XANADU	xanadu	PROPN	B	0		n.communication	tweebank.284
+15	style	style	NOUN	I	14			tweebank.284
+16	storyline	storyline	NOUN	I	15			tweebank.284
+17	they	they	PRON	O	0			tweebank.284
+18	are	be	AUX	O	0			tweebank.284
+19	getting	get	VERB	B	0		v.change	tweebank.284
+20	into	into	ADP	I	19			tweebank.284
+21	...	...	X	O	0			tweebank.284
+22	http://bit.ly/iXSxin	URL	X	O	0			tweebank.284
+
+1	Having	have	AUX	O	0			trustpilot-134
+2	never	never	ADV	O	0			trustpilot-134
+3	booked	book	VERB	O	0		v.communication	trustpilot-134
+4	train	train	NOUN	B	0		n.artifact	trustpilot-134
+5	tickets	ticket	NOUN	I	4			trustpilot-134
+6	online	online	ADV	O	0			trustpilot-134
+7	before	before	ADP	O	0			trustpilot-134
+8	thought	think	VERB	O	0		v.cognition	trustpilot-134
+9	I	i	PRON	O	0			trustpilot-134
+10	would	would	VERB	O	0			trustpilot-134
+11	give	give	VERB	B	0		n.act	trustpilot-134
+12	it	it	PRON	o	0			trustpilot-134
+13	a	a	DET	o	0			trustpilot-134
+14	try	try	NOUN	I	11			trustpilot-134
+15	and	and	CONJ	O	0			trustpilot-134
+16	was	be	VERB	O	0		v.stative	trustpilot-134
+17	very	very	ADV	O	0			trustpilot-134
+18	surprised	surprised	ADJ	O	0			trustpilot-134
+19	at	at	ADP	O	0			trustpilot-134
+20	how	how	ADV	O	0			trustpilot-134
+21	much	much	ADV	O	0			trustpilot-134
+22	I	i	PRON	O	0			trustpilot-134
+23	saved	save	VERB	O	0		v.possession	trustpilot-134
+24	.	.	PUNCT	O	0			trustpilot-134
+
+1	She	she	PRON	O	0			trustpilot-140
+2	didn	didn	VERB	O	0			trustpilot-140
+3	'	'	PUNCT	O	0			trustpilot-140
+4	t	t	PART	O	0			trustpilot-140
+5	even	even	ADV	O	0			trustpilot-140
+6	know	know	VERB	O	0		v.cognition	trustpilot-140
+7	she	she	PRON	O	0			trustpilot-140
+8	had	have	AUX	O	0			trustpilot-140
+9	had	have	VERB	O	0		v.stative	trustpilot-140
+10	a	a	DET	O	0			trustpilot-140
+11	delivery	delivery	NOUN	O	0		n.act	trustpilot-140
+12	until	until	ADP	O	0			trustpilot-140
+13	I	i	PRON	O	0			trustpilot-140
+14	asked	ask	VERB	O	0		v.communication	trustpilot-140
+15	her	her	DET	O	0			trustpilot-140
+16	daughter	daughter	NOUN	O	0		n.person	trustpilot-140
+17	if	if	ADP	O	0			trustpilot-140
+18	she	she	PRON	O	0			trustpilot-140
+19	had	have	AUX	O	0			trustpilot-140
+20	received	receive	VERB	O	0		v.change	trustpilot-140
+21	them	them	PRON	O	0			trustpilot-140
+22	.	.	PUNCT	O	0			trustpilot-140
+
+1	Well	well	X	O	0			trustpilot-288
+2	that	that	PRON	O	0			trustpilot-288
+3	'	'	PART	O	0			trustpilot-288
+4	s	s	VERB	O	0		v.stative	trustpilot-288
+5	me	me	DET	O	0			trustpilot-288
+6	parcel	parcel	NOUN	O	0		n.artifact	trustpilot-288
+7	back	back	ADV	O	0			trustpilot-288
+8	In	in	ADP	O	0			trustpilot-288
+9	Germany	germany	PROPN	O	0		n.location	trustpilot-288
+10	!	!	PUNCT	O	0			trustpilot-288
+
+1	Having	have	AUX	O	0			trustpilot-96
+2	had	have	VERB	O	0		v.stative	trustpilot-96
+3	experiences	experience	NOUN	O	0		n.cognition	trustpilot-96
+4	with	with	ADP	O	0			trustpilot-96
+5	so	so	ADV	B	0		v.communication	trustpilot-96
+6	called	call	VERB	I	5			trustpilot-96
+7	web	web	NOUN	B	0		n.person	trustpilot-96
+8	designers	designer	NOUN	I	7			trustpilot-96
+9	before	before	ADP	O	0			trustpilot-96
+10	who	who	PRON	O	0			trustpilot-96
+11	promised	promise	VERB	O	0		v.communication	trustpilot-96
+12	all	all	NOUN	O	0		n.attribute	trustpilot-96
+13	and	and	CONJ	O	0			trustpilot-96
+14	failed	fail	VERB	O	0		v.stative	trustpilot-96
+15	on	on	ADP	O	0			trustpilot-96
+16	all	all	DET	B	0		n.other	trustpilot-96
+17	accounts	account	NOUN	I	16			trustpilot-96
+18	,	,	PUNCT	O	0			trustpilot-96
+19	this	this	PRON	O	0			trustpilot-96
+20	was	be	VERB	O	0		v.stative	trustpilot-96
+21	a	a	DET	O	0			trustpilot-96
+22	breathe	breathe	NOUN	B	0		n.feeling	trustpilot-96
+23	of	of	ADP	I	22			trustpilot-96
+24	fresh	fresh	ADJ	I	23			trustpilot-96
+25	air	air	NOUN	I	24			trustpilot-96
+26	.	.	PUNCT	O	0			trustpilot-96
+
+1	After	after	ADP	O	0			trustpilot-303
+2	experiencing	experience	VERB	O	0		v.cognition	trustpilot-303
+3	many	many	ADJ	O	0			trustpilot-303
+4	difficulties	difficulty	NOUN	O	0		n.state	trustpilot-303
+5	with	with	ADP	O	0			trustpilot-303
+6	our	our	DET	O	0			trustpilot-303
+7	previous	previous	ADJ	O	0			trustpilot-303
+8	provider	provider	NOUN	O	0		n.group	trustpilot-303
+9	,	,	PUNCT	O	0			trustpilot-303
+10	we	we	PRON	O	0			trustpilot-303
+11	made	make	VERB	O	0		v.change	trustpilot-303
+12	the	the	DET	O	0			trustpilot-303
+13	move	move	NOUN	O	0		n.act	trustpilot-303
+14	to	to	ADP	O	0			trustpilot-303
+15	Visualsoft	visualsoft	PROPN	O	0		n.group	trustpilot-303
+16	who	who	PRON	O	0			trustpilot-303
+17	provided	provide	VERB	O	0		v.change	trustpilot-303
+18	us	us	PRON	O	0			trustpilot-303
+19	with	with	ADP	O	0			trustpilot-303
+20	the	the	DET	O	0			trustpilot-303
+21	perfect	perfect	ADJ	O	0			trustpilot-303
+22	website	website	NOUN	O	0		n.communication	trustpilot-303
+23	for	for	ADP	O	0			trustpilot-303
+24	our	our	DET	O	0			trustpilot-303
+25	brand	brand	NOUN	O	0		n.communication	trustpilot-303
+26	.	.	PUNCT	O	0			trustpilot-303
+
+1	[	[	PUNCT	O	0			tweebank.400
+2	POST	post	NOUN	O	0			tweebank.400
+3	]	]	PUNCT	O	0			tweebank.400
+4	Spammy	spammy	PROPN	B	0		n.person	tweebank.400
+5	’s	’s	PART	I	4			tweebank.400
+6	12	NUMBER	NUM	I	5			tweebank.400
+7	Days	days	NOUN	I	6			tweebank.400
+8	of	of	ADP	I	7			tweebank.400
+9	Xmas	xmas	PROPN	O	0		n.event	tweebank.400
+10	:	:	PUNCT	O	0			tweebank.400
+11	Day	day	NOUN	O	0		n.event	tweebank.400
+12	2	NUMBER	NUM	O	0			tweebank.400
+13	–	–	PUNCT	O	0			tweebank.400
+14	Burning	burn	VERB	O	0		v.change	tweebank.400
+15	the	the	DET	O	0			tweebank.400
+16	Tool	tool	NOUN	B	0		n.artifact	tweebank.400
+17	Log	log	NOUN	I	16			tweebank.400
+18	http://t.co/PdNKL8qF	URL	X	O	0			tweebank.400
+
+1	I	i	PRON	O	0			trustpilot-95
+2	would	would	VERB	O	0			trustpilot-95
+3	normally	normally	ADV	O	0			trustpilot-95
+4	purchase	purchase	VERB	O	0		v.possession	trustpilot-95
+5	such	such	ADV	O	0			trustpilot-95
+6	an	an	DET	O	0			trustpilot-95
+7	item	item	NOUN	O	0		n.artifact	trustpilot-95
+8	locally	locally	ADV	O	0			trustpilot-95
+9	to	to	PART	O	0			trustpilot-95
+10	enable	enable	VERB	O	0		v.change	trustpilot-95
+11	us	us	PRON	O	0			trustpilot-95
+12	to	to	PART	O	0			trustpilot-95
+13	test	test	VERB	O	0		v.change	trustpilot-95
+14	it	it	PRON	O	0			trustpilot-95
+15	first	first	ADV	O	0			trustpilot-95
+16	and	and	CONJ	O	0			trustpilot-95
+17	for	for	ADP	O	0			trustpilot-95
+18	easier	easy	ADJ	O	0			trustpilot-95
+19	delivery	delivery	NOUN	B	0		n.attribute	trustpilot-95
+20	options	option	NOUN	I	19			trustpilot-95
+21	but	but	CONJ	O	0			trustpilot-95
+22	couldn	couldn	AUX	O	0			trustpilot-95
+23	'	'	PART	O	0			trustpilot-95
+24	t	t	PART	O	0			trustpilot-95
+25	find	find	VERB	O	0		v.cognition	trustpilot-95
+26	one	one	PRON	O	0			trustpilot-95
+27	in	in	ADP	O	0			trustpilot-95
+28	this	this	DET	O	0			trustpilot-95
+29	area	area	NOUN	O	0		n.location	trustpilot-95
+30	.	.	PUNCT	O	0			trustpilot-95
+
+1	A	a	DET	O	0			trustpilot-256
+2	company	company	NOUN	O	0		n.group	trustpilot-256
+3	who	who	PRON	O	0			trustpilot-256
+4	sell	sell	VERB	O	0		v.possession	trustpilot-256
+5	all	all	DET	O	0			trustpilot-256
+6	products	product	NOUN	O	0		n.artifact	trustpilot-256
+7	needed	need	VERB	O	0		v.emotion	trustpilot-256
+8	by	by	ADP	O	0			trustpilot-256
+9	those	those	PRON	O	0			trustpilot-256
+10	who	who	PRON	O	0			trustpilot-256
+11	enjoy	enjoy	VERB	O	0		v.emotion	trustpilot-256
+12	a	a	DET	O	0			trustpilot-256
+13	proper	proper	ADJ	O	0			trustpilot-256
+14	shave	shave	NOUN	O	0		n.act	trustpilot-256
+15	and	and	CONJ	O	0			trustpilot-256
+16	groom	groom	NOUN	O	0		n.act	trustpilot-256
+17	.	.	PUNCT	O	0			trustpilot-256
+
+1	I	i	PRON	O	0			trustpilot-186
+2	then	then	ADV	O	0			trustpilot-186
+3	received	receive	VERB	O	0		v.communication	trustpilot-186
+4	another	another	DET	O	0			trustpilot-186
+5	text	text	NOUN	O	0		n.communication	trustpilot-186
+6	followed	follow	VERB	O	0		v.change	trustpilot-186
+7	by	by	ADP	O	0			trustpilot-186
+8	a	a	DET	O	0			trustpilot-186
+9	phone	phone	NOUN	B	0		n.act	trustpilot-186
+10	call	call	NOUN	I	9			trustpilot-186
+11	to	to	PART	O	0			trustpilot-186
+12	let	let	VERB	B	0		v.communication	trustpilot-186
+13	me	me	PRON	o	0			trustpilot-186
+14	know	know	VERB	I	12			trustpilot-186
+15	the	the	DET	O	0			trustpilot-186
+16	cab	cab	NOUN	O	0		n.artifact	trustpilot-186
+17	had	have	AUX	O	0			trustpilot-186
+18	arrived	arrive	VERB	O	0		v.motion	trustpilot-186
+19	.	.	PUNCT	O	0			trustpilot-186
+
+1	Dear	dear	NOUN	O	0			tweebank.195
+2	I	i	PRON	O	0			tweebank.195
+3	think	think	VERB	O	0		v.cognition	tweebank.195
+4	we	we	PRON	O	0			tweebank.195
+5	are	be	AUX	O	0			tweebank.195
+6	facing	face	VERB	O	0		v.stative	tweebank.195
+7	a	a	DET	O	0			tweebank.195
+8	problem	problem	NOUN	O	0		n.state	tweebank.195
+9	,	,	PUNCT	O	0			tweebank.195
+10	you	you	PRON	O	0			tweebank.195
+11	act	act	VERB	O	0		v.social	tweebank.195
+12	like	like	SCONJ	O	0			tweebank.195
+13	you	you	PRON	O	0			tweebank.195
+14	love	love	VERB	O	0		v.emotion	tweebank.195
+15	me	me	PRON	O	0			tweebank.195
+16	no	no	ADV	B	0			tweebank.195
+17	longer	longer	ADV	I	16			tweebank.195
+18	.	.	PUNCT	O	0			tweebank.195
+
+1	Do	do	AUX	O	0			tweebank.115
+2	not	not	PART	O	0			tweebank.115
+3	feel	feel	VERB	O	0		v.emotion	tweebank.115
+4	good	good	ADJ	O	0			tweebank.115
+5	at	at	ADP	B	0			tweebank.115
+6	all	all	DET	I	5			tweebank.115
+7	!!	!!	PUNCT	O	0			tweebank.115
+8	#notwinning	#notwinning	X	O	0			tweebank.115
+
diff --git a/dimsum-data/dimsum16.test.blind b/dimsum-data/dimsum16.test.blind
new file mode 100644
index 0000000..589ce18
--- /dev/null
+++ b/dimsum-data/dimsum16.test.blind
@@ -0,0 +1,17500 @@
+1	@JoJoLyrics	@USER	X	O	0			495c7ae034fca1c89c2c263f2091acc5
+2	I	i	PRON	O	0			495c7ae034fca1c89c2c263f2091acc5
+3	hear	hear	VERB	O	0			495c7ae034fca1c89c2c263f2091acc5
+4	enough	enough	ADV	O	0			495c7ae034fca1c89c2c263f2091acc5
+5	talking	talk	VERB	O	0			495c7ae034fca1c89c2c263f2091acc5
+6	,	,	PUNCT	O	0			495c7ae034fca1c89c2c263f2091acc5
+7	just	just	ADV	O	0			495c7ae034fca1c89c2c263f2091acc5
+8	turn	turn	VERB	O	0			495c7ae034fca1c89c2c263f2091acc5
+9	round	round	ADV	O	0			495c7ae034fca1c89c2c263f2091acc5
+10	keep	keep	VERB	O	0			495c7ae034fca1c89c2c263f2091acc5
+11	walking	walk	VERB	O	0			495c7ae034fca1c89c2c263f2091acc5
+12	haha	haha	INTJ	O	0			495c7ae034fca1c89c2c263f2091acc5
+13	in	in	ADP	O	0			495c7ae034fca1c89c2c263f2091acc5
+14	that	that	DET	O	0			495c7ae034fca1c89c2c263f2091acc5
+15	part	part	NOUN	O	0			495c7ae034fca1c89c2c263f2091acc5
+
+1	Photo	photo	NOUN	O	0			c2c4f0807ed0072a1f3d8e5234357b82
+2	:	:	PUNCT	O	0			c2c4f0807ed0072a1f3d8e5234357b82
+3	http://t.co/2zggP2a	URL	X	O	0			c2c4f0807ed0072a1f3d8e5234357b82
+
+1	Ahh	ahh	INTJ	O	0			2f4ae4282a27cad84e830339fe97760a
+2	.	.	PUNCT	O	0			2f4ae4282a27cad84e830339fe97760a
+3	Flutes	flute	NOUN	O	0			2f4ae4282a27cad84e830339fe97760a
+4	sound	sound	VERB	O	0			2f4ae4282a27cad84e830339fe97760a
+5	really	really	ADV	O	0			2f4ae4282a27cad84e830339fe97760a
+6	bad	bad	ADJ	O	0			2f4ae4282a27cad84e830339fe97760a
+7	with	with	ADP	O	0			2f4ae4282a27cad84e830339fe97760a
+8	cheap	cheap	ADJ	O	0			2f4ae4282a27cad84e830339fe97760a
+9	mics	mics	NOUN	O	0			2f4ae4282a27cad84e830339fe97760a
+10	.	.	PUNCT	O	0			2f4ae4282a27cad84e830339fe97760a
+11	Writing	write	VERB	O	0			2f4ae4282a27cad84e830339fe97760a
+12	a	a	DET	O	0			2f4ae4282a27cad84e830339fe97760a
+13	song	song	NOUN	O	0			2f4ae4282a27cad84e830339fe97760a
+14	now	now	ADV	O	0			2f4ae4282a27cad84e830339fe97760a
+15	,	,	PUNCT	O	0			2f4ae4282a27cad84e830339fe97760a
+16	just	just	ADV	O	0			2f4ae4282a27cad84e830339fe97760a
+17	need	need	VERB	O	0			2f4ae4282a27cad84e830339fe97760a
+18	chords	chord	NOUN	O	0			2f4ae4282a27cad84e830339fe97760a
+19	and	and	CONJ	O	0			2f4ae4282a27cad84e830339fe97760a
+20	I'll	i'll	VERB	O	0			2f4ae4282a27cad84e830339fe97760a
+21	be	be	AUX	O	0			2f4ae4282a27cad84e830339fe97760a
+22	good	good	ADJ	O	0			2f4ae4282a27cad84e830339fe97760a
+23	.	.	PUNCT	O	0			2f4ae4282a27cad84e830339fe97760a
+24	Bye	bye	INTJ	O	0			2f4ae4282a27cad84e830339fe97760a
+25	:D	EMOTICON	X	O	0			2f4ae4282a27cad84e830339fe97760a
+
+1	We	we	PRON	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+2	called	call	VERB	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+3	the	the	DET	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+4	number	number	NOUN	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+5	which	which	PRON	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+6	promised	promise	VERB	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+7	an	an	DET	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+8	English	english	NOUN	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+9	speaking	speaking	ADJ	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+10	advisor	advisor	NOUN	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+11	,	,	PUNCT	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+12	instead	instead	ADV	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+13	we	we	PRON	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+14	got	get	VERB	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+15	a	a	DET	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+16	Spanish	spanish	ADJ	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+17	one	one	PRON	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+18	.	.	PUNCT	O	0			a7b2fb94e73eadd386af61ae6d81d5d6
+
+1	And	and	CONJ	O	0			96e9baea9980ea883ad38237a6d5bbbf
+2	I	i	PRON	O	0			96e9baea9980ea883ad38237a6d5bbbf
+3	would	would	AUX	O	0			96e9baea9980ea883ad38237a6d5bbbf
+4	like	like	VERB	O	0			96e9baea9980ea883ad38237a6d5bbbf
+5	to	to	PART	O	0			96e9baea9980ea883ad38237a6d5bbbf
+6	share	share	VERB	O	0			96e9baea9980ea883ad38237a6d5bbbf
+7	with	with	ADP	O	0			96e9baea9980ea883ad38237a6d5bbbf
+8	you	you	PRON	O	0			96e9baea9980ea883ad38237a6d5bbbf
+9	some	some	DET	O	0			96e9baea9980ea883ad38237a6d5bbbf
+10	of	of	ADP	O	0			96e9baea9980ea883ad38237a6d5bbbf
+11	the	the	DET	O	0			96e9baea9980ea883ad38237a6d5bbbf
+12	bits	bit	NOUN	O	0			96e9baea9980ea883ad38237a6d5bbbf
+13	of	of	ADP	O	0			96e9baea9980ea883ad38237a6d5bbbf
+14	the	the	DET	O	0			96e9baea9980ea883ad38237a6d5bbbf
+15	conversation	conversation	NOUN	O	0			96e9baea9980ea883ad38237a6d5bbbf
+16	that	that	DET	O	0			96e9baea9980ea883ad38237a6d5bbbf
+17	we	we	PRON	O	0			96e9baea9980ea883ad38237a6d5bbbf
+18	started	start	VERB	O	0			96e9baea9980ea883ad38237a6d5bbbf
+19	with	with	ADP	O	0			96e9baea9980ea883ad38237a6d5bbbf
+20	.	.	PUNCT	O	0			96e9baea9980ea883ad38237a6d5bbbf
+
+1	@asya269	@USER	X	O	0			19ed9e10c5d63dd3ea084216a4984e21
+2	Follow	follow	VERB	O	0			19ed9e10c5d63dd3ea084216a4984e21
+3	@hardiksco	@USER	X	O	0			19ed9e10c5d63dd3ea084216a4984e21
+4	..	..	PUNCT	O	0			19ed9e10c5d63dd3ea084216a4984e21
+5	He	he	PRON	O	0			19ed9e10c5d63dd3ea084216a4984e21
+6	has	have	VERB	O	0			19ed9e10c5d63dd3ea084216a4984e21
+7	awesome	awesome	ADJ	O	0			19ed9e10c5d63dd3ea084216a4984e21
+8	quotes	quote	NOUN	O	0			19ed9e10c5d63dd3ea084216a4984e21
+9	and	and	CONJ	O	0			19ed9e10c5d63dd3ea084216a4984e21
+10	Your	your	PRON	O	0			19ed9e10c5d63dd3ea084216a4984e21
+11	end	end	NOUN	O	0			19ed9e10c5d63dd3ea084216a4984e21
+12	up	up	ADP	O	0			19ed9e10c5d63dd3ea084216a4984e21
+13	with	with	ADP	O	0			19ed9e10c5d63dd3ea084216a4984e21
+14	wow	wow	INTJ	O	0			19ed9e10c5d63dd3ea084216a4984e21
+15	..	..	PUNCT	O	0			19ed9e10c5d63dd3ea084216a4984e21
+16	:-)	EMOTICON	X	O	0			19ed9e10c5d63dd3ea084216a4984e21
+17	Follow	follow	VERB	O	0			19ed9e10c5d63dd3ea084216a4984e21
+18	him	him	PRON	O	0			19ed9e10c5d63dd3ea084216a4984e21
+19	if	if	SCONJ	O	0			19ed9e10c5d63dd3ea084216a4984e21
+20	you	you	PRON	O	0			19ed9e10c5d63dd3ea084216a4984e21
+21	like	like	VERB	O	0			19ed9e10c5d63dd3ea084216a4984e21
+22	his	his	PRON	O	0			19ed9e10c5d63dd3ea084216a4984e21
+23	tweets	tweet	NOUN	O	0			19ed9e10c5d63dd3ea084216a4984e21
+24	..	..	PUNCT	O	0			19ed9e10c5d63dd3ea084216a4984e21
+
+1	1-4-3	NUMBER	NUM	O	0			c90826e035ca0a15252ebbccd0ad796a
+2	happy	happy	ADJ	O	0			c90826e035ca0a15252ebbccd0ad796a
+3	VaLentine	valentine	PROPN	O	0			c90826e035ca0a15252ebbccd0ad796a
+4	s	s	PART	O	0			c90826e035ca0a15252ebbccd0ad796a
+5	Day	day	NOUN	O	0			c90826e035ca0a15252ebbccd0ad796a
+6	!	!	PUNCT	O	0			c90826e035ca0a15252ebbccd0ad796a
+7	:)	EMOTICON	X	O	0			c90826e035ca0a15252ebbccd0ad796a
+8	<3	EMOTICON	X	O	0			c90826e035ca0a15252ebbccd0ad796a
+9	http://Zipz.it/Songcardmb	URL	X	O	0			c90826e035ca0a15252ebbccd0ad796a
+
+1	Products	product	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+2	are	be	VERB	O	0			04564b3e22e012247d22ecfae3fd10a6
+3	of	of	ADP	O	0			04564b3e22e012247d22ecfae3fd10a6
+4	a	a	DET	O	0			04564b3e22e012247d22ecfae3fd10a6
+5	high	high	ADJ	O	0			04564b3e22e012247d22ecfae3fd10a6
+6	standard	standard	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+7	,	,	PUNCT	O	0			04564b3e22e012247d22ecfae3fd10a6
+8	quick	quick	ADJ	O	0			04564b3e22e012247d22ecfae3fd10a6
+9	delivery	delivery	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+10	and	and	CONJ	O	0			04564b3e22e012247d22ecfae3fd10a6
+11	should	should	AUX	O	0			04564b3e22e012247d22ecfae3fd10a6
+12	you	you	PRON	O	0			04564b3e22e012247d22ecfae3fd10a6
+13	have	have	VERB	O	0			04564b3e22e012247d22ecfae3fd10a6
+14	a	a	DET	O	0			04564b3e22e012247d22ecfae3fd10a6
+15	problem	problem	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+16	it	it	PRON	O	0			04564b3e22e012247d22ecfae3fd10a6
+17	is	be	AUX	O	0			04564b3e22e012247d22ecfae3fd10a6
+18	sorted	sort	VERB	O	0			04564b3e22e012247d22ecfae3fd10a6
+19	straight	straight	ADV	O	0			04564b3e22e012247d22ecfae3fd10a6
+20	away	away	ADV	O	0			04564b3e22e012247d22ecfae3fd10a6
+21	by	by	ADP	O	0			04564b3e22e012247d22ecfae3fd10a6
+22	a	a	DET	O	0			04564b3e22e012247d22ecfae3fd10a6
+23	friendly	friendly	ADJ	O	0			04564b3e22e012247d22ecfae3fd10a6
+24	person	person	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+25	on	on	ADP	O	0			04564b3e22e012247d22ecfae3fd10a6
+26	the	the	DET	O	0			04564b3e22e012247d22ecfae3fd10a6
+27	phone	phone	NOUN	O	0			04564b3e22e012247d22ecfae3fd10a6
+28	.	.	PUNCT	O	0			04564b3e22e012247d22ecfae3fd10a6
+
+1	I	i	PRON	O	0			839468270901cd20fd5b2735769a0fa0
+2	picked	pick	VERB	O	0			839468270901cd20fd5b2735769a0fa0
+3	a	a	DET	O	0			839468270901cd20fd5b2735769a0fa0
+4	more	more	ADV	O	0			839468270901cd20fd5b2735769a0fa0
+5	expensive	expensive	ADJ	O	0			839468270901cd20fd5b2735769a0fa0
+6	item	item	NOUN	O	0			839468270901cd20fd5b2735769a0fa0
+7	and	and	CONJ	O	0			839468270901cd20fd5b2735769a0fa0
+8	they	they	PRON	O	0			839468270901cd20fd5b2735769a0fa0
+9	gave	give	VERB	O	0			839468270901cd20fd5b2735769a0fa0
+10	me	me	PRON	O	0			839468270901cd20fd5b2735769a0fa0
+11	an	an	DET	O	0			839468270901cd20fd5b2735769a0fa0
+12	unasked	unasked	ADJ	O	0			839468270901cd20fd5b2735769a0fa0
+13	for	for	PART	O	0			839468270901cd20fd5b2735769a0fa0
+14	discount	discount	NOUN	O	0			839468270901cd20fd5b2735769a0fa0
+15	!	!	PUNCT	O	0			839468270901cd20fd5b2735769a0fa0
+
+1	So	so	ADV	O	0			29a95ac6ef554d73d029b640adf3edb2
+2	to	to	ADP	O	0			29a95ac6ef554d73d029b640adf3edb2
+3	me	me	PRON	O	0			29a95ac6ef554d73d029b640adf3edb2
+4	it	it	PRON	O	0			29a95ac6ef554d73d029b640adf3edb2
+5	felt	felt	VERB	O	0			29a95ac6ef554d73d029b640adf3edb2
+6	like	like	SCONJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+7	photography	photography	NOUN	O	0			29a95ac6ef554d73d029b640adf3edb2
+8	was	be	VERB	O	0			29a95ac6ef554d73d029b640adf3edb2
+9	more	more	ADJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+10	about	about	SCONJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+11	being	be	VERB	O	0			29a95ac6ef554d73d029b640adf3edb2
+12	at	at	ADP	O	0			29a95ac6ef554d73d029b640adf3edb2
+13	the	the	DET	O	0			29a95ac6ef554d73d029b640adf3edb2
+14	right	right	ADJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+15	place	place	NOUN	O	0			29a95ac6ef554d73d029b640adf3edb2
+16	and	and	CONJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+17	the	the	DET	O	0			29a95ac6ef554d73d029b640adf3edb2
+18	right	right	ADJ	O	0			29a95ac6ef554d73d029b640adf3edb2
+19	time	time	NOUN	O	0			29a95ac6ef554d73d029b640adf3edb2
+20	.	.	PUNCT	O	0			29a95ac6ef554d73d029b640adf3edb2
+
+1	Super	super	PROPN	O	0			8b8b02439d2c72d6b9619ab1e1988518
+2	Bowl	bowl	PROPN	O	0			8b8b02439d2c72d6b9619ab1e1988518
+3	Countdown	countdown	NOUN	O	0			8b8b02439d2c72d6b9619ab1e1988518
+4	:	:	PUNCT	O	0			8b8b02439d2c72d6b9619ab1e1988518
+5	http://t.co/ZuVEYdYm	URL	X	O	0			8b8b02439d2c72d6b9619ab1e1988518
+
+1	That	that	DET	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+2	was	be	VERB	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+3	back	back	ADV	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+4	in	in	ADP	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+5	1954	NUMBER	NUM	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+6	,	,	PUNCT	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+7	55	NUMBER	NUM	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+8	years	years	NOUN	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+9	ago	ago	ADV	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+10	.	.	PUNCT	O	0			e4787b7d8497940e3a54d4ccd2cd72a4
+
+1	In	in	ADP	O	0			5bb2b7978b898b98365972707ec8b1fa
+2	my	my	PRON	O	0			5bb2b7978b898b98365972707ec8b1fa
+3	mother	mother	NOUN	O	0			5bb2b7978b898b98365972707ec8b1fa
+4	's	's	PART	O	0			5bb2b7978b898b98365972707ec8b1fa
+5	day	day	NOUN	O	0			5bb2b7978b898b98365972707ec8b1fa
+6	,	,	PUNCT	O	0			5bb2b7978b898b98365972707ec8b1fa
+7	she	she	PRON	O	0			5bb2b7978b898b98365972707ec8b1fa
+8	did	do	AUX	O	0			5bb2b7978b898b98365972707ec8b1fa
+9	n't	n't	PART	O	0			5bb2b7978b898b98365972707ec8b1fa
+10	go	go	VERB	O	0			5bb2b7978b898b98365972707ec8b1fa
+11	to	to	PART	O	0			5bb2b7978b898b98365972707ec8b1fa
+12	college	college	NOUN	O	0			5bb2b7978b898b98365972707ec8b1fa
+13	.	.	PUNCT	O	0			5bb2b7978b898b98365972707ec8b1fa
+
+1	Most	most	ADJ	O	0			e7ce07251c39f461765816398cf46138
+2	of	of	ADP	O	0			e7ce07251c39f461765816398cf46138
+3	them	them	PRON	O	0			e7ce07251c39f461765816398cf46138
+4	are	be	VERB	O	0			e7ce07251c39f461765816398cf46138
+5	ordinary	ordinary	ADJ	O	0			e7ce07251c39f461765816398cf46138
+6	digital	digital	ADJ	O	0			e7ce07251c39f461765816398cf46138
+7	camera	camera	NOUN	O	0			e7ce07251c39f461765816398cf46138
+8	photos	photo	NOUN	O	0			e7ce07251c39f461765816398cf46138
+9	,	,	PUNCT	O	0			e7ce07251c39f461765816398cf46138
+10	but	but	CONJ	O	0			e7ce07251c39f461765816398cf46138
+11	this	this	DET	O	0			e7ce07251c39f461765816398cf46138
+12	one	one	NOUN	O	0			e7ce07251c39f461765816398cf46138
+13	,	,	PUNCT	O	0			e7ce07251c39f461765816398cf46138
+14	for	for	ADP	O	0			e7ce07251c39f461765816398cf46138
+15	example	example	NOUN	O	0			e7ce07251c39f461765816398cf46138
+16	,	,	PUNCT	O	0			e7ce07251c39f461765816398cf46138
+17	is	be	VERB	O	0			e7ce07251c39f461765816398cf46138
+18	a	a	DET	O	0			e7ce07251c39f461765816398cf46138
+19	scan	scan	NOUN	O	0			e7ce07251c39f461765816398cf46138
+20	from	from	ADP	O	0			e7ce07251c39f461765816398cf46138
+21	the	the	DET	O	0			e7ce07251c39f461765816398cf46138
+22	Library	library	NOUN	O	0			e7ce07251c39f461765816398cf46138
+23	of	of	ADP	O	0			e7ce07251c39f461765816398cf46138
+24	Congress	congress	PROPN	O	0			e7ce07251c39f461765816398cf46138
+25	,	,	PUNCT	O	0			e7ce07251c39f461765816398cf46138
+26	and	and	CONJ	O	0			e7ce07251c39f461765816398cf46138
+27	it	it	PRON	O	0			e7ce07251c39f461765816398cf46138
+28	's	's	VERB	O	0			e7ce07251c39f461765816398cf46138
+29	in	in	ADP	O	0			e7ce07251c39f461765816398cf46138
+30	the	the	DET	O	0			e7ce07251c39f461765816398cf46138
+31	300	300	NUM	O	0			e7ce07251c39f461765816398cf46138
+32	megapixel	megapixel	NOUN	O	0			e7ce07251c39f461765816398cf46138
+33	range	range	NOUN	O	0			e7ce07251c39f461765816398cf46138
+34	.	.	PUNCT	O	0			e7ce07251c39f461765816398cf46138
+
+1	...	...	X	O	0			768286718c3229884a24b0db754807a6
+2	..	..	X	O	0			768286718c3229884a24b0db754807a6
+3	think	think	VERB	O	0			768286718c3229884a24b0db754807a6
+4	I	i	PRON	O	0			768286718c3229884a24b0db754807a6
+5	might	might	AUX	O	0			768286718c3229884a24b0db754807a6
+6	move	move	VERB	O	0			768286718c3229884a24b0db754807a6
+7	to	to	ADP	O	0			768286718c3229884a24b0db754807a6
+8	Raleigh	raleigh	PROPN	O	0			768286718c3229884a24b0db754807a6
+9	.	.	PUNCT	O	0			768286718c3229884a24b0db754807a6
+10	NCSU	ncsu	PROPN	O	0			768286718c3229884a24b0db754807a6
+11	giving	give	VERB	O	0			768286718c3229884a24b0db754807a6
+12	up	up	ADP	O	0			768286718c3229884a24b0db754807a6
+13	any	any	DET	O	0			768286718c3229884a24b0db754807a6
+14	money	money	NOUN	O	0			768286718c3229884a24b0db754807a6
+15	??	??	PUNCT	O	0			768286718c3229884a24b0db754807a6
+
+1	The	the	DET	O	0			61fa439dec92aa7c17b028998a0be7ab
+2	Asda	asda	PROPN	O	0			61fa439dec92aa7c17b028998a0be7ab
+3	site	site	NOUN	O	0			61fa439dec92aa7c17b028998a0be7ab
+4	is	be	VERB	O	0			61fa439dec92aa7c17b028998a0be7ab
+5	easy	easy	ADV	O	0			61fa439dec92aa7c17b028998a0be7ab
+6	to	to	PART	O	0			61fa439dec92aa7c17b028998a0be7ab
+7	use	use	VERB	O	0			61fa439dec92aa7c17b028998a0be7ab
+8	-	-	PUNCT	O	0			61fa439dec92aa7c17b028998a0be7ab
+9	however	however	ADV	O	0			61fa439dec92aa7c17b028998a0be7ab
+10	unlike	unlike	ADV	O	0			61fa439dec92aa7c17b028998a0be7ab
+11	rival	rival	ADJ	O	0			61fa439dec92aa7c17b028998a0be7ab
+12	sites	site	NOUN	O	0			61fa439dec92aa7c17b028998a0be7ab
+13	it	it	PRON	O	0			61fa439dec92aa7c17b028998a0be7ab
+14	doesn	doesn	VERB	O	0			61fa439dec92aa7c17b028998a0be7ab
+15	'	'	PART	O	0			61fa439dec92aa7c17b028998a0be7ab
+16	t	t	PART	O	0			61fa439dec92aa7c17b028998a0be7ab
+17	store	store	VERB	O	0			61fa439dec92aa7c17b028998a0be7ab
+18	your	your	DET	O	0			61fa439dec92aa7c17b028998a0be7ab
+19	instore	instore	ADJ	O	0			61fa439dec92aa7c17b028998a0be7ab
+20	shopping	shopping	NOUN	O	0			61fa439dec92aa7c17b028998a0be7ab
+21	.	.	PUNCT	O	0			61fa439dec92aa7c17b028998a0be7ab
+
+1	They	they	PRON	O	0			35cc1f5c992628bf6029612c6f950e5c
+2	found	found	VERB	O	0			35cc1f5c992628bf6029612c6f950e5c
+3	that	that	CONJ	O	0			35cc1f5c992628bf6029612c6f950e5c
+4	Apple	apple	NOUN	O	0			35cc1f5c992628bf6029612c6f950e5c
+5	hasn	hasn	VERB	O	0			35cc1f5c992628bf6029612c6f950e5c
+6	'	'	PART	O	0			35cc1f5c992628bf6029612c6f950e5c
+7	t	t	PART	O	0			35cc1f5c992628bf6029612c6f950e5c
+8	even	even	ADV	O	0			35cc1f5c992628bf6029612c6f950e5c
+9	activated	activate	VERB	O	0			35cc1f5c992628bf6029612c6f950e5c
+10	the	the	DET	O	0			35cc1f5c992628bf6029612c6f950e5c
+11	0G	0g	ADJ	O	0			35cc1f5c992628bf6029612c6f950e5c
+12	network	network	NOUN	O	0			35cc1f5c992628bf6029612c6f950e5c
+13	and	and	CONJ	O	0			35cc1f5c992628bf6029612c6f950e5c
+14	told	tell	VERB	O	0			35cc1f5c992628bf6029612c6f950e5c
+15	me	me	PRON	O	0			35cc1f5c992628bf6029612c6f950e5c
+16	to	to	PART	O	0			35cc1f5c992628bf6029612c6f950e5c
+17	call	call	VERB	O	0			35cc1f5c992628bf6029612c6f950e5c
+18	O0	o0	PROPN	O	0			35cc1f5c992628bf6029612c6f950e5c
+19	.	.	PUNCT	O	0			35cc1f5c992628bf6029612c6f950e5c
+
+1	Pet	pet	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+2	Supermarket	supermarket	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+3	is	be	VERB	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+4	an	an	DET	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+5	excellent	excellent	ADJ	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+6	choice	choice	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+7	for	for	ADP	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+8	all	all	DET	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+9	pet	pet	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+10	owners	owner	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+11	and	and	CONJ	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+12	I	i	PRON	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+13	can	can	AUX	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+14	highly	highly	ADV	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+15	recommend	recommend	VERB	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+16	this	this	DET	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+17	company	company	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+18	for	for	ADP	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+19	their	their	DET	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+20	quality	quality	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+21	goods	good	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+22	,	,	PUNCT	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+23	selection	selection	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+24	,	,	PUNCT	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+25	promptness	promptness	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+26	,	,	PUNCT	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+27	and	and	CONJ	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+28	after	after	ADP	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+29	sales	sales	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+30	service	service	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+31	with	with	ADP	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+32	a	a	DET	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+33	good	good	ADJ	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+34	returns	return	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+35	policy	policy	NOUN	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+36	.	.	PUNCT	O	0			c0d8edfe6ecee95d0ae80d1d4bb533e5
+
+1	RT	rt	X	O	0			2640bb2dc32a58175d70a451caa68065
+2	@Pretty_Girl1908	@USER	X	O	0			2640bb2dc32a58175d70a451caa68065
+3	Where	where	ADV	O	0			2640bb2dc32a58175d70a451caa68065
+4	is	be	VERB	O	0			2640bb2dc32a58175d70a451caa68065
+5	punk	punk	NOUN	O	0			2640bb2dc32a58175d70a451caa68065
+6	ass	ass	NOUN	O	0			2640bb2dc32a58175d70a451caa68065
+7	,	,	PUNCT	O	0			2640bb2dc32a58175d70a451caa68065
+8	@ShaineO_Mac	@USER	X	O	0			2640bb2dc32a58175d70a451caa68065
+9	Tonite	tonite	ADV	O	0			2640bb2dc32a58175d70a451caa68065
+10	!!!	!!!	PUNCT	O	0			2640bb2dc32a58175d70a451caa68065
+11	<	<	X	O	0			2640bb2dc32a58175d70a451caa68065
+12	Honestly	honestly	ADV	O	0			2640bb2dc32a58175d70a451caa68065
+13	who	who	PRON	O	0			2640bb2dc32a58175d70a451caa68065
+14	cares	care	VERB	O	0			2640bb2dc32a58175d70a451caa68065
+15	??	??	PUNCT	O	0			2640bb2dc32a58175d70a451caa68065
+16	:-P	EMOTICON	X	O	0			2640bb2dc32a58175d70a451caa68065
+
+1	Handwritten	handwritten	ADJ	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+2	card	card	NOUN	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+3	very	very	ADV	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+4	personal	personal	ADJ	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+5	touch	touch	NOUN	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+6	.	.	PUNCT	O	0			773a7937e5d28c39b1d7372ea80fb0ed
+
+1	DAMMIT	dammit	INTJ	O	0			8bde2f4edd7a866c948cf3056b120457
+2	TENTEN	tenten	PROPN	O	0			8bde2f4edd7a866c948cf3056b120457
+3	!!!	!!!	PUNCT	O	0			8bde2f4edd7a866c948cf3056b120457
+4	Ca	ca	AUX	O	0			8bde2f4edd7a866c948cf3056b120457
+5	n't	n't	PART	O	0			8bde2f4edd7a866c948cf3056b120457
+6	you	you	PRON	O	0			8bde2f4edd7a866c948cf3056b120457
+7	just	just	ADV	O	0			8bde2f4edd7a866c948cf3056b120457
+8	let	let	VERB	O	0			8bde2f4edd7a866c948cf3056b120457
+9	a	a	DET	O	0			8bde2f4edd7a866c948cf3056b120457
+10	ninja	ninja	NOUN	O	0			8bde2f4edd7a866c948cf3056b120457
+11	pee	pee	VERB	O	0			8bde2f4edd7a866c948cf3056b120457
+12	in	in	ADP	O	0			8bde2f4edd7a866c948cf3056b120457
+13	peace	peace	NOUN	O	0			8bde2f4edd7a866c948cf3056b120457
+14	??!!?!?!?!?	??!!?!?!?!?	PUNCT	O	0			8bde2f4edd7a866c948cf3056b120457
+15	http://t.co/lz8Y9iUv	URL	X	O	0			8bde2f4edd7a866c948cf3056b120457
+
+1	Thank	thank	VERB	O	0			09c6db56d66169283992f7cc9804347a
+2	you	you	PRON	O	0			09c6db56d66169283992f7cc9804347a
+3	for	for	ADP	O	0			09c6db56d66169283992f7cc9804347a
+4	the	the	DET	O	0			09c6db56d66169283992f7cc9804347a
+5	replacement	replacement	NOUN	O	0			09c6db56d66169283992f7cc9804347a
+6	as	as	CONJ	O	0			09c6db56d66169283992f7cc9804347a
+7	promised	promise	VERB	O	0			09c6db56d66169283992f7cc9804347a
+8	.	.	PUNCT	O	0			09c6db56d66169283992f7cc9804347a
+
+1	RT	rt	X	O	0			478f3ac3669a227465c6606284813eb1
+2	@colindobson	@USER	X	O	0			478f3ac3669a227465c6606284813eb1
+3	:	:	X	O	0			478f3ac3669a227465c6606284813eb1
+4	Check	check	VERB	O	0			478f3ac3669a227465c6606284813eb1
+5	out	out	ADP	O	0			478f3ac3669a227465c6606284813eb1
+6	http://bit.ly/e5hSx0	URL	X	O	0			478f3ac3669a227465c6606284813eb1
+7	.	.	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+8	Freezing	freeze	VERB	O	0			478f3ac3669a227465c6606284813eb1
+9	my	my	PRON	O	0			478f3ac3669a227465c6606284813eb1
+10	nads	nad	NOUN	O	0			478f3ac3669a227465c6606284813eb1
+11	in	in	ADP	O	0			478f3ac3669a227465c6606284813eb1
+12	the	the	DET	O	0			478f3ac3669a227465c6606284813eb1
+13	snow	snow	NOUN	O	0			478f3ac3669a227465c6606284813eb1
+14	,	,	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+15	naked	naked	ADJ	O	0			478f3ac3669a227465c6606284813eb1
+16	for	for	ADP	O	0			478f3ac3669a227465c6606284813eb1
+17	#MND	#mnd	PROPN	O	0			478f3ac3669a227465c6606284813eb1
+18	Charity	charity	NOUN	O	0			478f3ac3669a227465c6606284813eb1
+19	.	.	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+20	£4.5	NUMBER	NUM	O	0			478f3ac3669a227465c6606284813eb1
+21	k	k	NOUN	O	0			478f3ac3669a227465c6606284813eb1
+22	raised	raise	VERB	O	0			478f3ac3669a227465c6606284813eb1
+23	so	so	ADV	O	0			478f3ac3669a227465c6606284813eb1
+24	far	far	ADV	O	0			478f3ac3669a227465c6606284813eb1
+25	.	.	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+26	Please	please	VERB	O	0			478f3ac3669a227465c6606284813eb1
+27	RT	rt	VERB	O	0			478f3ac3669a227465c6606284813eb1
+28	!	!	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+29	Thx	thx	NOUN	O	0			478f3ac3669a227465c6606284813eb1
+30	.	.	PUNCT	O	0			478f3ac3669a227465c6606284813eb1
+
+1	I	i	PRON	O	0			38fcfa8ee7f7541e81c695d9365785b2
+2	'	'	PART	O	0			38fcfa8ee7f7541e81c695d9365785b2
+3	ve	ve	VERB	O	0			38fcfa8ee7f7541e81c695d9365785b2
+4	relied	rely	VERB	O	0			38fcfa8ee7f7541e81c695d9365785b2
+5	on	on	ADP	O	0			38fcfa8ee7f7541e81c695d9365785b2
+6	Vodafone	vodafone	PROPN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+7	since	since	ADP	O	0			38fcfa8ee7f7541e81c695d9365785b2
+8	mobile	mobile	ADJ	O	0			38fcfa8ee7f7541e81c695d9365785b2
+9	phones	phone	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+10	were	be	VERB	O	0			38fcfa8ee7f7541e81c695d9365785b2
+11	the	the	DET	O	0			38fcfa8ee7f7541e81c695d9365785b2
+12	size	size	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+13	and	and	CONJ	O	0			38fcfa8ee7f7541e81c695d9365785b2
+14	weight	weight	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+15	of	of	ADP	O	0			38fcfa8ee7f7541e81c695d9365785b2
+16	bricks	brick	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+17	and	and	CONJ	O	0			38fcfa8ee7f7541e81c695d9365785b2
+18	have	have	AUX	O	0			38fcfa8ee7f7541e81c695d9365785b2
+19	never	never	ADV	O	0			38fcfa8ee7f7541e81c695d9365785b2
+20	had	have	VERB	O	0			38fcfa8ee7f7541e81c695d9365785b2
+21	any	any	DET	O	0			38fcfa8ee7f7541e81c695d9365785b2
+22	problems	problem	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+23	with	with	ADP	O	0			38fcfa8ee7f7541e81c695d9365785b2
+24	their	their	DET	O	0			38fcfa8ee7f7541e81c695d9365785b2
+25	service	service	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+26	or	or	CONJ	O	0			38fcfa8ee7f7541e81c695d9365785b2
+27	products	product	NOUN	O	0			38fcfa8ee7f7541e81c695d9365785b2
+28	.	.	PUNCT	O	0			38fcfa8ee7f7541e81c695d9365785b2
+
+1	The	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+2	information	information	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+3	provided	provided	ADJ	O	0			04b8d13709817b540df66d9aef3df031
+4	on	on	ADP	O	0			04b8d13709817b540df66d9aef3df031
+5	the	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+6	website	website	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+7	during	during	ADP	O	0			04b8d13709817b540df66d9aef3df031
+8	the	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+9	build	build	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+10	process	process	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+11	,	,	PUNCT	O	0			04b8d13709817b540df66d9aef3df031
+12	the	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+13	quality	quality	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+14	of	of	ADP	O	0			04b8d13709817b540df66d9aef3df031
+15	the	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+16	e	e	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+17	-	-	PUNCT	O	0			04b8d13709817b540df66d9aef3df031
+18	mail	mail	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+19	communication	communication	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+20	and	and	CONJ	O	0			04b8d13709817b540df66d9aef3df031
+21	the	the	DET	O	0			04b8d13709817b540df66d9aef3df031
+22	speedy	speedy	ADJ	O	0			04b8d13709817b540df66d9aef3df031
+23	and	and	CONJ	O	0			04b8d13709817b540df66d9aef3df031
+24	accurate	accurate	ADJ	O	0			04b8d13709817b540df66d9aef3df031
+25	delivery	delivery	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+26	have	have	AUX	O	0			04b8d13709817b540df66d9aef3df031
+27	all	all	PRON	O	0			04b8d13709817b540df66d9aef3df031
+28	been	be	VERB	O	0			04b8d13709817b540df66d9aef3df031
+29	first	first	ADJ	O	0			04b8d13709817b540df66d9aef3df031
+30	class	class	NOUN	O	0			04b8d13709817b540df66d9aef3df031
+31	.	.	PUNCT	O	0			04b8d13709817b540df66d9aef3df031
+
+1	It	it	PRON	O	0			556d934c483fb54831cbc97314334747
+2	was	be	VERB	O	0			556d934c483fb54831cbc97314334747
+3	air	air	ADJ	O	0			556d934c483fb54831cbc97314334747
+4	-	-	PUNCT	O	0			556d934c483fb54831cbc97314334747
+5	conditioned	conditioned	ADJ	O	0			556d934c483fb54831cbc97314334747
+6	,	,	PUNCT	O	0			556d934c483fb54831cbc97314334747
+7	and	and	CONJ	O	0			556d934c483fb54831cbc97314334747
+8	drove	drive	VERB	O	0			556d934c483fb54831cbc97314334747
+9	pretty	pretty	ADV	O	0			556d934c483fb54831cbc97314334747
+10	well	well	ADV	O	0			556d934c483fb54831cbc97314334747
+11	,	,	PUNCT	O	0			556d934c483fb54831cbc97314334747
+12	once	once	CONJ	O	0			556d934c483fb54831cbc97314334747
+13	I	i	PRON	O	0			556d934c483fb54831cbc97314334747
+14	'	'	PUNCT	O	0			556d934c483fb54831cbc97314334747
+15	d	d	VERB	O	0			556d934c483fb54831cbc97314334747
+16	sussed	sussed	VERB	O	0			556d934c483fb54831cbc97314334747
+17	out	out	PART	O	0			556d934c483fb54831cbc97314334747
+18	the	the	DET	O	0			556d934c483fb54831cbc97314334747
+19	bite	bite	NOUN	O	0			556d934c483fb54831cbc97314334747
+20	point	point	NOUN	O	0			556d934c483fb54831cbc97314334747
+21	(	(	PUNCT	O	0			556d934c483fb54831cbc97314334747
+22	which	which	PRON	O	0			556d934c483fb54831cbc97314334747
+23	I	i	PRON	O	0			556d934c483fb54831cbc97314334747
+24	had	have	AUX	O	0			556d934c483fb54831cbc97314334747
+25	to	to	PART	O	0			556d934c483fb54831cbc97314334747
+26	do	do	VERB	O	0			556d934c483fb54831cbc97314334747
+27	after	after	ADV	O	0			556d934c483fb54831cbc97314334747
+28	stalling	stall	VERB	O	0			556d934c483fb54831cbc97314334747
+29	on	on	ADP	O	0			556d934c483fb54831cbc97314334747
+30	a	a	DET	O	0			556d934c483fb54831cbc97314334747
+31	0	0	NUM	O	0			556d934c483fb54831cbc97314334747
+32	:	:	PUNCT	O	0			556d934c483fb54831cbc97314334747
+33	0	0	NUM	O	0			556d934c483fb54831cbc97314334747
+34	hill	hill	NOUN	O	0			556d934c483fb54831cbc97314334747
+35	-	-	PUNCT	O	0			556d934c483fb54831cbc97314334747
+36	a	a	DET	O	0			556d934c483fb54831cbc97314334747
+37	bit	bit	NOUN	O	0			556d934c483fb54831cbc97314334747
+38	scary	scary	ADJ	O	0			556d934c483fb54831cbc97314334747
+39	!).	!).	PUNCT	O	0			556d934c483fb54831cbc97314334747
+
+1	@MelCardillo	@USER	X	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+2	weird	weird	ADJ	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+3	cause	cause	SCONJ	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+4	you	you	PRON	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+5	r	r	VERB	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+6	not	not	PART	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+7	doin	doin	VERB	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+8	either	either	DET	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+9	..	..	PUNCT	O	0			aa80671638e3d2dd2d2ed6fdd72d886d
+
+1	Aww	aww	NOUN	O	0			7683b6fd50007b313a9e2828c26472e5
+2	,	,	PUNCT	O	0			7683b6fd50007b313a9e2828c26472e5
+3	thank	thank	VERB	O	0			7683b6fd50007b313a9e2828c26472e5
+4	you	you	PRON	O	0			7683b6fd50007b313a9e2828c26472e5
+5	.	.	PUNCT	O	0			7683b6fd50007b313a9e2828c26472e5
+
+1	yeah	yeah	INTJ	O	0			e11265e733882c2d635430017a613da0
+2	Start	start	VERB	O	0			e11265e733882c2d635430017a613da0
+3	all	all	DET	O	0			e11265e733882c2d635430017a613da0
+4	overrrr	overrrr	ADP	O	0			e11265e733882c2d635430017a613da0
+5	3YearsBreakout	3yearsbreakout	PROPN	O	0			e11265e733882c2d635430017a613da0
+
+1	@BrittyKitty28	@USER	X	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+2	i	i	PRON	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+3	ma	ma	AUX	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+4	get	get	VERB	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+5	me	me	PRON	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+6	a	a	DET	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+7	flip	flip	ADJ	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+8	phone	phone	NOUN	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+9	for	for	ADP	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+10	real	real	ADJ	O	0			9f2503d253cb8e5b46eb1b7ada26437f
+
+1	Ty	ty	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+2	Beanie	beanie	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+3	Babies	babies	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+4	-	-	PUNCT	O	0			e9f8c6cd76c1572d6dc2de700038b227
+5	Set	set	NOUN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+6	of	of	ADP	O	0			e9f8c6cd76c1572d6dc2de700038b227
+7	2	NUMBER	NUM	O	0			e9f8c6cd76c1572d6dc2de700038b227
+8	Beanies	beanies	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+9	(	(	PUNCT	O	0			e9f8c6cd76c1572d6dc2de700038b227
+10	Dora	dora	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+11	&	&	CONJ	O	0			e9f8c6cd76c1572d6dc2de700038b227
+12	Boots	boots	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+13	):	):	PUNCT	O	0			e9f8c6cd76c1572d6dc2de700038b227
+14	TY	ty	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+15	Beanie	beanie	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+16	Babies	babies	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+17	Set	set	NOUN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+18	of	of	ADP	O	0			e9f8c6cd76c1572d6dc2de700038b227
+19	2-	NUMBER	NUM	O	0			e9f8c6cd76c1572d6dc2de700038b227
+20	Dora	dora	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+21	the	the	DET	O	0			e9f8c6cd76c1572d6dc2de700038b227
+22	Explorer	explorer	NOUN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+23	and	and	CONJ	O	0			e9f8c6cd76c1572d6dc2de700038b227
+24	Boots	boots	PROPN	O	0			e9f8c6cd76c1572d6dc2de700038b227
+25	http://t.co/c90SAqaR	URL	X	O	0			e9f8c6cd76c1572d6dc2de700038b227
+
+1	I	i	PRON	O	0			3bb645de40b2515ba514f49132fa071e
+2	received	receive	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+3	an	an	DET	O	0			3bb645de40b2515ba514f49132fa071e
+4	email	email	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+5	from	from	ADP	O	0			3bb645de40b2515ba514f49132fa071e
+6	Lindy	lindy	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+7	on	on	ADP	O	0			3bb645de40b2515ba514f49132fa071e
+8	00rd	00rd	ADJ	O	0			3bb645de40b2515ba514f49132fa071e
+9	August	august	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+10	stating	state	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+11	they	they	PRON	O	0			3bb645de40b2515ba514f49132fa071e
+12	had	have	AUX	O	0			3bb645de40b2515ba514f49132fa071e
+13	shipped	ship	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+14	the	the	DET	O	0			3bb645de40b2515ba514f49132fa071e
+15	order	order	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+16	0st	0st	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+17	Class	class	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+18	,	,	PUNCT	O	0			3bb645de40b2515ba514f49132fa071e
+19	today	today	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+20	is	be	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+21	the	the	DET	O	0			3bb645de40b2515ba514f49132fa071e
+22	0th	0th	ADJ	O	0			3bb645de40b2515ba514f49132fa071e
+23	September	september	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+24	and	and	CONJ	O	0			3bb645de40b2515ba514f49132fa071e
+25	I	i	PRON	O	0			3bb645de40b2515ba514f49132fa071e
+26	have	have	AUX	O	0			3bb645de40b2515ba514f49132fa071e
+27	received	receive	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+28	nothing	nothing	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+29	/	/	PUNCT	O	0			3bb645de40b2515ba514f49132fa071e
+30	heard	hear	VERB	O	0			3bb645de40b2515ba514f49132fa071e
+31	nothing	nothing	NOUN	O	0			3bb645de40b2515ba514f49132fa071e
+32	.	.	PUNCT	O	0			3bb645de40b2515ba514f49132fa071e
+
+1	I	i	PRON	O	0			376489cc6a72ce12e77a8a67a9f83b56
+2	'm	'm	VERB	O	0			376489cc6a72ce12e77a8a67a9f83b56
+3	here	here	ADV	O	0			376489cc6a72ce12e77a8a67a9f83b56
+4	to	to	PART	O	0			376489cc6a72ce12e77a8a67a9f83b56
+5	share	share	VERB	O	0			376489cc6a72ce12e77a8a67a9f83b56
+6	my	my	PRON	O	0			376489cc6a72ce12e77a8a67a9f83b56
+7	photography	photography	NOUN	O	0			376489cc6a72ce12e77a8a67a9f83b56
+8	.	.	PUNCT	O	0			376489cc6a72ce12e77a8a67a9f83b56
+
+1	When	when	ADV	O	0			c632df634a59ea3064405c42c70878be
+2	philanthropy	philanthropy	NOUN	O	0			c632df634a59ea3064405c42c70878be
+3	was	be	AUX	O	0			c632df634a59ea3064405c42c70878be
+4	reinvented	reinvent	VERB	O	0			c632df634a59ea3064405c42c70878be
+5	a	a	DET	O	0			c632df634a59ea3064405c42c70878be
+6	century	century	NOUN	O	0			c632df634a59ea3064405c42c70878be
+7	ago	ago	ADV	O	0			c632df634a59ea3064405c42c70878be
+8	,	,	PUNCT	O	0			c632df634a59ea3064405c42c70878be
+9	when	when	ADV	O	0			c632df634a59ea3064405c42c70878be
+10	the	the	DET	O	0			c632df634a59ea3064405c42c70878be
+11	foundation	foundation	NOUN	O	0			c632df634a59ea3064405c42c70878be
+12	form	form	NOUN	O	0			c632df634a59ea3064405c42c70878be
+13	was	be	AUX	O	0			c632df634a59ea3064405c42c70878be
+14	actually	actually	ADV	O	0			c632df634a59ea3064405c42c70878be
+15	invented	invent	VERB	O	0			c632df634a59ea3064405c42c70878be
+16	,	,	PUNCT	O	0			c632df634a59ea3064405c42c70878be
+17	they	they	PRON	O	0			c632df634a59ea3064405c42c70878be
+18	did	do	AUX	O	0			c632df634a59ea3064405c42c70878be
+19	n't	n't	PART	O	0			c632df634a59ea3064405c42c70878be
+20	think	think	VERB	O	0			c632df634a59ea3064405c42c70878be
+21	of	of	ADP	O	0			c632df634a59ea3064405c42c70878be
+22	themselves	themselves	PRON	O	0			c632df634a59ea3064405c42c70878be
+23	on	on	ADP	O	0			c632df634a59ea3064405c42c70878be
+24	the	the	DET	O	0			c632df634a59ea3064405c42c70878be
+25	wrong	wrong	ADJ	O	0			c632df634a59ea3064405c42c70878be
+26	side	side	NOUN	O	0			c632df634a59ea3064405c42c70878be
+27	of	of	ADP	O	0			c632df634a59ea3064405c42c70878be
+28	these	these	DET	O	0			c632df634a59ea3064405c42c70878be
+29	either	either	CONJ	O	0			c632df634a59ea3064405c42c70878be
+30	.	.	PUNCT	O	0			c632df634a59ea3064405c42c70878be
+
+1	Just	just	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+2	to	to	PART	O	0			c5c48f085be5bee386272d60ce376c45
+3	know	know	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+4	that	that	SCONJ	O	0			c5c48f085be5bee386272d60ce376c45
+5	Jaguar	jaguar	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+6	shamans	shaman	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+7	still	still	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+8	journey	journey	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+9	beyond	beyond	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+10	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+11	Milky	milky	ADJ	O	0			c5c48f085be5bee386272d60ce376c45
+12	Way	way	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+13	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+14	or	or	CONJ	O	0			c5c48f085be5bee386272d60ce376c45
+15	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+16	myths	myths	PROPN	O	0			c5c48f085be5bee386272d60ce376c45
+17	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+18	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+19	Inuit	inuit	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+20	elders	elder	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+21	still	still	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+22	resonate	resonate	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+23	with	with	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+24	meaning	meaning	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+25	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+26	or	or	CONJ	O	0			c5c48f085be5bee386272d60ce376c45
+27	that	that	PRON	O	0			c5c48f085be5bee386272d60ce376c45
+28	in	in	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+29	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+30	Himalaya	himalaya	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+31	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+32	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+33	Buddhists	buddhist	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+34	still	still	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+35	pursue	pursue	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+36	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+37	breath	breath	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+38	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+39	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+40	Dharma	dharma	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+41	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+42	is	be	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+43	to	to	PART	O	0			c5c48f085be5bee386272d60ce376c45
+44	really	really	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+45	remember	remember	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+46	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+47	central	central	ADJ	O	0			c5c48f085be5bee386272d60ce376c45
+48	revelation	revelation	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+49	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+50	anthropology	anthropology	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+51	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+52	and	and	CONJ	O	0			c5c48f085be5bee386272d60ce376c45
+53	that	that	PRON	O	0			c5c48f085be5bee386272d60ce376c45
+54	is	be	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+55	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+56	idea	idea	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+57	that	that	SCONJ	O	0			c5c48f085be5bee386272d60ce376c45
+58	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+59	world	world	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+60	in	in	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+61	which	which	DET	O	0			c5c48f085be5bee386272d60ce376c45
+62	we	we	PRON	O	0			c5c48f085be5bee386272d60ce376c45
+63	live	live	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+64	does	do	AUX	O	0			c5c48f085be5bee386272d60ce376c45
+65	not	not	PART	O	0			c5c48f085be5bee386272d60ce376c45
+66	exist	exist	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+67	in	in	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+68	some	some	DET	O	0			c5c48f085be5bee386272d60ce376c45
+69	absolute	absolute	ADJ	O	0			c5c48f085be5bee386272d60ce376c45
+70	sense	sense	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+71	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+72	but	but	CONJ	O	0			c5c48f085be5bee386272d60ce376c45
+73	is	be	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+74	just	just	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+75	one	one	NUM	O	0			c5c48f085be5bee386272d60ce376c45
+76	model	model	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+77	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+78	reality	reality	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+79	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+80	the	the	DET	O	0			c5c48f085be5bee386272d60ce376c45
+81	consequence	consequence	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+82	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+83	one	one	NUM	O	0			c5c48f085be5bee386272d60ce376c45
+84	particular	particular	ADJ	O	0			c5c48f085be5bee386272d60ce376c45
+85	set	set	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+86	of	of	ADP	O	0			c5c48f085be5bee386272d60ce376c45
+87	adaptive	adaptive	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+88	choices	choices	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+89	that	that	DET	O	0			c5c48f085be5bee386272d60ce376c45
+90	our	our	PRON	O	0			c5c48f085be5bee386272d60ce376c45
+91	lineage	lineage	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+92	made	make	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+93	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+94	albeit	albeit	VERB	O	0			c5c48f085be5bee386272d60ce376c45
+95	successfully	successfully	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+96	,	,	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+97	many	many	ADJ	O	0			c5c48f085be5bee386272d60ce376c45
+98	generations	generation	NOUN	O	0			c5c48f085be5bee386272d60ce376c45
+99	ago	ago	ADV	O	0			c5c48f085be5bee386272d60ce376c45
+100	.	.	PUNCT	O	0			c5c48f085be5bee386272d60ce376c45
+
+1	I	i	PRON	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+2	would	would	VERB	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+3	definitely	definitely	ADV	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+4	choose	choose	VERB	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+5	AFerry	aferry	PROPN	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+6	again	again	ADV	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+7	.	.	PUNCT	O	0			eb8f238c4f9bffd9d671c6b246cbdc05
+
+1	RT	rt	X	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+2	@JuicyJennaa	@USER	X	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+3	:	:	X	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+4	@Dame_O_DewBaby	@USER	X	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+5	aite	aite	INTJ	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+6	bruh	bruh	NOUN	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+7	bruh	bruh	NOUN	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+8	I	i	PRON	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+9	got	get	VERB	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+10	you	you	PRON	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+11	foue	foue	NOUN	O	0			4ce571900e2ba91c14baffaa4fa6cb3f
+
+1	Would	would	VERB	O	0			8e84fd236083f27f7ebdea78939528a2
+2	use	use	VERB	O	0			8e84fd236083f27f7ebdea78939528a2
+3	these	these	PRON	O	0			8e84fd236083f27f7ebdea78939528a2
+4	again	again	ADV	O	0			8e84fd236083f27f7ebdea78939528a2
+5	.	.	PUNCT	O	0			8e84fd236083f27f7ebdea78939528a2
+
+1	RT	rt	X	O	0			58b39349d3df1a24051cb928a047ef4e
+2	@ieatpussy4pizza	@USER	X	O	0			58b39349d3df1a24051cb928a047ef4e
+3	:	:	X	O	0			58b39349d3df1a24051cb928a047ef4e
+4	@Allan_oVo	@USER	X	O	0			58b39349d3df1a24051cb928a047ef4e
+5	got	get	VERB	O	0			58b39349d3df1a24051cb928a047ef4e
+6	them	them	DET	O	0			58b39349d3df1a24051cb928a047ef4e
+7	black	black	ADJ	O	0			58b39349d3df1a24051cb928a047ef4e
+8	girl	girl	NOUN	O	0			58b39349d3df1a24051cb928a047ef4e
+9	groupies	groupie	NOUN	O	0			58b39349d3df1a24051cb928a047ef4e
+10	though	though	ADP	O	0			58b39349d3df1a24051cb928a047ef4e
+
+1	Secondhand	secondhand	ADJ	O	0			2925871bce99cd3b0a39b687738f5c18
+2	shopping	shopping	NOUN	O	0			2925871bce99cd3b0a39b687738f5c18
+3	allows	allow	VERB	O	0			2925871bce99cd3b0a39b687738f5c18
+4	me	me	PRON	O	0			2925871bce99cd3b0a39b687738f5c18
+5	to	to	PART	O	0			2925871bce99cd3b0a39b687738f5c18
+6	reduce	reduce	VERB	O	0			2925871bce99cd3b0a39b687738f5c18
+7	the	the	DET	O	0			2925871bce99cd3b0a39b687738f5c18
+8	impact	impact	NOUN	O	0			2925871bce99cd3b0a39b687738f5c18
+9	my	my	PRON	O	0			2925871bce99cd3b0a39b687738f5c18
+10	wardrobe	wardrobe	NOUN	O	0			2925871bce99cd3b0a39b687738f5c18
+11	has	have	VERB	O	0			2925871bce99cd3b0a39b687738f5c18
+12	on	on	ADP	O	0			2925871bce99cd3b0a39b687738f5c18
+13	the	the	DET	O	0			2925871bce99cd3b0a39b687738f5c18
+14	environment	environment	NOUN	O	0			2925871bce99cd3b0a39b687738f5c18
+15	and	and	CONJ	O	0			2925871bce99cd3b0a39b687738f5c18
+16	on	on	ADP	O	0			2925871bce99cd3b0a39b687738f5c18
+17	my	my	PRON	O	0			2925871bce99cd3b0a39b687738f5c18
+18	wallet	wallet	NOUN	O	0			2925871bce99cd3b0a39b687738f5c18
+19	.	.	PUNCT	O	0			2925871bce99cd3b0a39b687738f5c18
+
+1	@mandaffodil	@USER	X	O	0			ae80b443f53ecad077720f35720dd171
+2	lol	lol	INTJ	O	0			ae80b443f53ecad077720f35720dd171
+3	,	,	PUNCT	O	0			ae80b443f53ecad077720f35720dd171
+4	we	we	PRON	O	0			ae80b443f53ecad077720f35720dd171
+5	are	be	VERB	O	0			ae80b443f53ecad077720f35720dd171
+6	one	one	INTJ	O	0			ae80b443f53ecad077720f35720dd171
+7	.	.	PUNCT	O	0			ae80b443f53ecad077720f35720dd171
+8	and	and	CONJ	O	0			ae80b443f53ecad077720f35720dd171
+9	that	that	PRON	O	0			ae80b443f53ecad077720f35720dd171
+10	was	be	VERB	O	0			ae80b443f53ecad077720f35720dd171
+11	me	me	PRON	O	0			ae80b443f53ecad077720f35720dd171
+12	this	this	DET	O	0			ae80b443f53ecad077720f35720dd171
+13	weekend	weekend	NOUN	O	0			ae80b443f53ecad077720f35720dd171
+14	especially	especially	ADV	O	0			ae80b443f53ecad077720f35720dd171
+15	.	.	PUNCT	O	0			ae80b443f53ecad077720f35720dd171
+16	maybe	maybe	ADV	O	0			ae80b443f53ecad077720f35720dd171
+17	put	put	VERB	O	0			ae80b443f53ecad077720f35720dd171
+18	it	it	PRON	O	0			ae80b443f53ecad077720f35720dd171
+19	off	off	ADP	O	0			ae80b443f53ecad077720f35720dd171
+20	until	until	SCONJ	O	0			ae80b443f53ecad077720f35720dd171
+21	you	you	PRON	O	0			ae80b443f53ecad077720f35720dd171
+22	feel	feel	VERB	O	0			ae80b443f53ecad077720f35720dd171
+23	like	like	SCONJ	O	0			ae80b443f53ecad077720f35720dd171
+24	~	~	SYM	O	0			ae80b443f53ecad077720f35720dd171
+25	talking	talk	VERB	O	0			ae80b443f53ecad077720f35720dd171
+26	again	again	ADV	O	0			ae80b443f53ecad077720f35720dd171
+27	?	?	PUNCT	O	0			ae80b443f53ecad077720f35720dd171
+
+1	Keep	keep	VERB	O	0			409a3c32df2835348a24b0070c71af19
+2	up	up	PART	O	0			409a3c32df2835348a24b0070c71af19
+3	the	the	DET	O	0			409a3c32df2835348a24b0070c71af19
+4	good	good	ADJ	O	0			409a3c32df2835348a24b0070c71af19
+5	work	work	NOUN	O	0			409a3c32df2835348a24b0070c71af19
+6	guys	guy	NOUN	O	0			409a3c32df2835348a24b0070c71af19
+7	.	.	PUNCT	O	0			409a3c32df2835348a24b0070c71af19
+
+1	But	but	CONJ	O	0			f5dd47b09a935612c078bc1fe9e35533
+2	on	on	ADP	O	0			f5dd47b09a935612c078bc1fe9e35533
+3	the	the	DET	O	0			f5dd47b09a935612c078bc1fe9e35533
+4	other	other	ADJ	O	0			f5dd47b09a935612c078bc1fe9e35533
+5	side	side	NOUN	O	0			f5dd47b09a935612c078bc1fe9e35533
+6	of	of	ADP	O	0			f5dd47b09a935612c078bc1fe9e35533
+7	that	that	DET	O	0			f5dd47b09a935612c078bc1fe9e35533
+8	,	,	PUNCT	O	0			f5dd47b09a935612c078bc1fe9e35533
+9	though	though	ADV	O	0			f5dd47b09a935612c078bc1fe9e35533
+10	,	,	PUNCT	O	0			f5dd47b09a935612c078bc1fe9e35533
+11	we	we	PRON	O	0			f5dd47b09a935612c078bc1fe9e35533
+12	were	be	VERB	O	0			f5dd47b09a935612c078bc1fe9e35533
+13	big	big	ADJ	O	0			f5dd47b09a935612c078bc1fe9e35533
+14	readers	reader	NOUN	O	0			f5dd47b09a935612c078bc1fe9e35533
+15	in	in	ADP	O	0			f5dd47b09a935612c078bc1fe9e35533
+16	our	our	PRON	O	0			f5dd47b09a935612c078bc1fe9e35533
+17	house	house	NOUN	O	0			f5dd47b09a935612c078bc1fe9e35533
+18	.	.	PUNCT	O	0			f5dd47b09a935612c078bc1fe9e35533
+
+1	Photos	photo	NOUN	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+2	like	like	ADP	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+3	this	this	PRON	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+4	:	:	PUNCT	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+5	construction	construction	NOUN	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+6	going	go	VERB	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+7	on	on	ADP	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+8	along	along	ADP	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+9	a	a	DET	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+10	busy	busy	ADJ	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+11	road	road	NOUN	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+12	.	.	PUNCT	O	0			122ebcb3cc27bb10921fd88b211c6aeb
+
+1	I	i	PRON	O	0			3f32a8d294871519b8a807f839a69e9f
+2	was	be	AUX	O	0			3f32a8d294871519b8a807f839a69e9f
+3	looking	look	VERB	O	0			3f32a8d294871519b8a807f839a69e9f
+4	for	for	ADP	O	0			3f32a8d294871519b8a807f839a69e9f
+5	a	a	DET	O	0			3f32a8d294871519b8a807f839a69e9f
+6	watch	watch	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+7	for	for	ADP	O	0			3f32a8d294871519b8a807f839a69e9f
+8	my	my	DET	O	0			3f32a8d294871519b8a807f839a69e9f
+9	teenage	teenage	ADJ	O	0			3f32a8d294871519b8a807f839a69e9f
+10	grandson	grandson	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+11	for	for	ADP	O	0			3f32a8d294871519b8a807f839a69e9f
+12	his	his	DET	O	0			3f32a8d294871519b8a807f839a69e9f
+13	birthday	birthday	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+14	,	,	PUNCT	O	0			3f32a8d294871519b8a807f839a69e9f
+15	I	i	PRON	O	0			3f32a8d294871519b8a807f839a69e9f
+16	found	found	VERB	O	0			3f32a8d294871519b8a807f839a69e9f
+17	the	the	DET	O	0			3f32a8d294871519b8a807f839a69e9f
+18	watchshop	watchshop	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+19	from	from	ADP	O	0			3f32a8d294871519b8a807f839a69e9f
+20	a	a	DET	O	0			3f32a8d294871519b8a807f839a69e9f
+21	web	web	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+22	search	search	NOUN	O	0			3f32a8d294871519b8a807f839a69e9f
+23	.	.	PUNCT	O	0			3f32a8d294871519b8a807f839a69e9f
+
+1	very	very	ADV	O	0			fedaee97e06b6c32e8662d63f2a7019a
+2	clearly	clearly	ADJ	O	0			fedaee97e06b6c32e8662d63f2a7019a
+3	and	and	CONJ	O	0			fedaee97e06b6c32e8662d63f2a7019a
+4	at	at	ADP	O	0			fedaee97e06b6c32e8662d63f2a7019a
+5	no	no	DET	O	0			fedaee97e06b6c32e8662d63f2a7019a
+6	time	time	NOUN	O	0			fedaee97e06b6c32e8662d63f2a7019a
+7	did	do	AUX	O	0			fedaee97e06b6c32e8662d63f2a7019a
+8	I	i	PRON	O	0			fedaee97e06b6c32e8662d63f2a7019a
+9	feel	feel	VERB	O	0			fedaee97e06b6c32e8662d63f2a7019a
+10	under	under	ADP	O	0			fedaee97e06b6c32e8662d63f2a7019a
+11	pressure	pressure	NOUN	O	0			fedaee97e06b6c32e8662d63f2a7019a
+12	to	to	PART	O	0			fedaee97e06b6c32e8662d63f2a7019a
+13	use	use	VERB	O	0			fedaee97e06b6c32e8662d63f2a7019a
+14	this	this	DET	O	0			fedaee97e06b6c32e8662d63f2a7019a
+15	service	service	NOUN	O	0			fedaee97e06b6c32e8662d63f2a7019a
+16	.	.	PUNCT	O	0			fedaee97e06b6c32e8662d63f2a7019a
+
+1	Haha	haha	INTJ	O	0			b8c24071d7774a5338e4dba6397c7343
+2	.	.	PUNCT	O	0			b8c24071d7774a5338e4dba6397c7343
+3	My	my	PRON	O	0			b8c24071d7774a5338e4dba6397c7343
+4	producer	producer	NOUN	O	0			b8c24071d7774a5338e4dba6397c7343
+5	said	say	VERB	O	0			b8c24071d7774a5338e4dba6397c7343
+6	UV	uv	PROPN	O	0			b8c24071d7774a5338e4dba6397c7343
+7	vodka	vodka	NOUN	O	0			b8c24071d7774a5338e4dba6397c7343
+8	is	be	AUX	O	0			b8c24071d7774a5338e4dba6397c7343
+9	a	a	DET	O	0			b8c24071d7774a5338e4dba6397c7343
+10	bad	bad	ADJ	O	0			b8c24071d7774a5338e4dba6397c7343
+11	situation	situation	NOUN	O	0			b8c24071d7774a5338e4dba6397c7343
+12	waitin	waitin	VERB	O	0			b8c24071d7774a5338e4dba6397c7343
+13	to	to	PART	O	0			b8c24071d7774a5338e4dba6397c7343
+14	happen	happen	VERB	O	0			b8c24071d7774a5338e4dba6397c7343
+15	,	,	PUNCT	O	0			b8c24071d7774a5338e4dba6397c7343
+16	i	i	PRON	O	0			b8c24071d7774a5338e4dba6397c7343
+17	said	say	VERB	O	0			b8c24071d7774a5338e4dba6397c7343
+18	#fuuuuuuucccit	#fuuuuuuucccit	INTJ	O	0			b8c24071d7774a5338e4dba6397c7343
+
+1	Took	take	VERB	O	0			6b1d577f310f009d618a00e5370facc4
+2	three	three	NUM	O	0			6b1d577f310f009d618a00e5370facc4
+3	days	days	NOUN	O	0			6b1d577f310f009d618a00e5370facc4
+4	,	,	PUNCT	O	0			6b1d577f310f009d618a00e5370facc4
+5	be	be	VERB	O	0			6b1d577f310f009d618a00e5370facc4
+6	patient	patient	ADJ	O	0			6b1d577f310f009d618a00e5370facc4
+7	and	and	CONJ	O	0			6b1d577f310f009d618a00e5370facc4
+8	it	it	PRON	O	0			6b1d577f310f009d618a00e5370facc4
+9	'	'	PART	O	0			6b1d577f310f009d618a00e5370facc4
+10	ll	ll	VERB	O	0			6b1d577f310f009d618a00e5370facc4
+11	happen	happen	VERB	O	0			6b1d577f310f009d618a00e5370facc4
+12	.	.	PUNCT	O	0			6b1d577f310f009d618a00e5370facc4
+
+1	I	i	PRON	O	0			9001684d57b256176d756a909e391b56
+2	needed	need	VERB	O	0			9001684d57b256176d756a909e391b56
+3	a	a	DET	O	0			9001684d57b256176d756a909e391b56
+4	service	service	NOUN	O	0			9001684d57b256176d756a909e391b56
+5	that	that	PRON	O	0			9001684d57b256176d756a909e391b56
+6	was	be	VERB	O	0			9001684d57b256176d756a909e391b56
+7	simple	simple	ADJ	O	0			9001684d57b256176d756a909e391b56
+8	and	and	CONJ	O	0			9001684d57b256176d756a909e391b56
+9	quick	quick	ADJ	O	0			9001684d57b256176d756a909e391b56
+10	which	which	PRON	O	0			9001684d57b256176d756a909e391b56
+11	Transglobal	transglobal	PROPN	O	0			9001684d57b256176d756a909e391b56
+12	provided	provide	VERB	O	0			9001684d57b256176d756a909e391b56
+13	,	,	PUNCT	O	0			9001684d57b256176d756a909e391b56
+14	from	from	ADP	O	0			9001684d57b256176d756a909e391b56
+15	the	the	DET	O	0			9001684d57b256176d756a909e391b56
+16	start	start	NOUN	O	0			9001684d57b256176d756a909e391b56
+17	of	of	ADP	O	0			9001684d57b256176d756a909e391b56
+18	the	the	DET	O	0			9001684d57b256176d756a909e391b56
+19	process	process	NOUN	O	0			9001684d57b256176d756a909e391b56
+20	to	to	ADP	O	0			9001684d57b256176d756a909e391b56
+21	receiving	receive	VERB	O	0			9001684d57b256176d756a909e391b56
+22	goods	good	NOUN	O	0			9001684d57b256176d756a909e391b56
+23	from	from	ADP	O	0			9001684d57b256176d756a909e391b56
+24	the	the	DET	O	0			9001684d57b256176d756a909e391b56
+25	USA	usa	PROPN	O	0			9001684d57b256176d756a909e391b56
+26	took	take	VERB	O	0			9001684d57b256176d756a909e391b56
+27	0	0	NUM	O	0			9001684d57b256176d756a909e391b56
+28	days	days	NOUN	O	0			9001684d57b256176d756a909e391b56
+29	which	which	PRON	O	0			9001684d57b256176d756a909e391b56
+30	in	in	ADP	O	0			9001684d57b256176d756a909e391b56
+31	my	my	DET	O	0			9001684d57b256176d756a909e391b56
+32	opinion	opinion	NOUN	O	0			9001684d57b256176d756a909e391b56
+33	is	be	VERB	O	0			9001684d57b256176d756a909e391b56
+34	superb	superb	ADJ	O	0			9001684d57b256176d756a909e391b56
+35	.	.	PUNCT	O	0			9001684d57b256176d756a909e391b56
+
+1	well	well	ADV	O	0			158e70a400f7d6bab4aac080fae4be39
+2	done	do	VERB	O	0			158e70a400f7d6bab4aac080fae4be39
+3	Illumi	illumi	PROPN	O	0			158e70a400f7d6bab4aac080fae4be39
+4	for	for	ADP	O	0			158e70a400f7d6bab4aac080fae4be39
+5	a	a	DET	O	0			158e70a400f7d6bab4aac080fae4be39
+6	great	great	ADJ	O	0			158e70a400f7d6bab4aac080fae4be39
+7	product	product	NOUN	O	0			158e70a400f7d6bab4aac080fae4be39
+8	.	.	PUNCT	O	0			158e70a400f7d6bab4aac080fae4be39
+
+1	SHOWOFFRADIO	showoffradio	PROPN	O	0			2eb2ddefb789fbdcc691f4cebdfff2c3
+2	LIVE	live	ADJ	O	0			2eb2ddefb789fbdcc691f4cebdfff2c3
+3	!!!	!!!	PUNCT	O	0			2eb2ddefb789fbdcc691f4cebdfff2c3
+
+1	Any	any	DET	O	0			6b81358c355dbfc98428f85418ebd259
+2	ideas	idea	NOUN	O	0			6b81358c355dbfc98428f85418ebd259
+3	re	re	ADP	O	0			6b81358c355dbfc98428f85418ebd259
+4	cause	cause	NOUN	O	0			6b81358c355dbfc98428f85418ebd259
+5	?	?	PUNCT	O	0			6b81358c355dbfc98428f85418ebd259
+
+1	Rihanna	rihanna	PROPN	O	0			43f5702a4dfaaacad4767d3ad6285f78
+2	changed	change	VERB	O	0			43f5702a4dfaaacad4767d3ad6285f78
+3	her	her	PRON	O	0			43f5702a4dfaaacad4767d3ad6285f78
+4	all	all	DET	O	0			43f5702a4dfaaacad4767d3ad6285f78
+5	style	style	NOUN	O	0			43f5702a4dfaaacad4767d3ad6285f78
+6	she	she	PRON	O	0			43f5702a4dfaaacad4767d3ad6285f78
+7	was	be	VERB	O	0			43f5702a4dfaaacad4767d3ad6285f78
+8	nothing	nothing	NOUN	O	0			43f5702a4dfaaacad4767d3ad6285f78
+9	like	like	SCONJ	O	0			43f5702a4dfaaacad4767d3ad6285f78
+10	she	she	PRON	O	0			43f5702a4dfaaacad4767d3ad6285f78
+11	is	be	VERB	O	0			43f5702a4dfaaacad4767d3ad6285f78
+12	now	now	ADV	O	0			43f5702a4dfaaacad4767d3ad6285f78
+
+1	I	i	PRON	O	0			14884961ff9b1d41157ac4ca67fd6e91
+2	presume	presume	VERB	O	0			14884961ff9b1d41157ac4ca67fd6e91
+3	they	they	PRON	O	0			14884961ff9b1d41157ac4ca67fd6e91
+4	will	will	AUX	O	0			14884961ff9b1d41157ac4ca67fd6e91
+5	now	now	ADV	O	0			14884961ff9b1d41157ac4ca67fd6e91
+6	have	have	AUX	O	0			14884961ff9b1d41157ac4ca67fd6e91
+7	to	to	PART	O	0			14884961ff9b1d41157ac4ca67fd6e91
+8	take	take	VERB	O	0			14884961ff9b1d41157ac4ca67fd6e91
+9	the	the	DET	O	0			14884961ff9b1d41157ac4ca67fd6e91
+10	duff	duff	NOUN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+11	machine	machine	NOUN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+12	issue	issue	NOUN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+13	up	up	PART	O	0			14884961ff9b1d41157ac4ca67fd6e91
+14	with	with	ADP	O	0			14884961ff9b1d41157ac4ca67fd6e91
+15	Hotpoint	hotpoint	PROPN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+16	but	but	CONJ	O	0			14884961ff9b1d41157ac4ca67fd6e91
+17	offered	offer	VERB	O	0			14884961ff9b1d41157ac4ca67fd6e91
+18	me	me	PRON	O	0			14884961ff9b1d41157ac4ca67fd6e91
+19	a	a	DET	O	0			14884961ff9b1d41157ac4ca67fd6e91
+20	fantastic	fantastic	ADJ	O	0			14884961ff9b1d41157ac4ca67fd6e91
+21	service	service	NOUN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+22	as	as	ADP	O	0			14884961ff9b1d41157ac4ca67fd6e91
+23	it	it	PRON	O	0			14884961ff9b1d41157ac4ca67fd6e91
+24	'	'	PART	O	0			14884961ff9b1d41157ac4ca67fd6e91
+25	s	s	VERB	O	0			14884961ff9b1d41157ac4ca67fd6e91
+26	resolved	resolve	VERB	O	0			14884961ff9b1d41157ac4ca67fd6e91
+27	the	the	DET	O	0			14884961ff9b1d41157ac4ca67fd6e91
+28	issue	issue	NOUN	O	0			14884961ff9b1d41157ac4ca67fd6e91
+29	for	for	ADP	O	0			14884961ff9b1d41157ac4ca67fd6e91
+30	me	me	PRON	O	0			14884961ff9b1d41157ac4ca67fd6e91
+31	.	.	PUNCT	O	0			14884961ff9b1d41157ac4ca67fd6e91
+
+1	Credit	credit	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+2	card	card	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+3	company	company	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+4	now	now	ADV	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+5	notified	notify	VERB	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+6	we	we	PRON	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+7	are	be	VERB	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+8	in	in	ADP	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+9	dispute	dispute	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+10	and	and	CONJ	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+11	a	a	DET	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+12	replacement	replacement	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+13	order	order	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+14	in	in	ADP	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+15	progress	progress	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+16	with	with	ADP	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+17	alternative	alternative	ADJ	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+18	supplier	supplier	NOUN	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+19	.	.	PUNCT	O	0			2d2d9c43501a4265f90a54bea5d1e6ca
+
+1	@syabillaedward	@USER	X	O	0			2685dec0118c63d4b11e6670b650f15d
+2	honestly	honestly	ADV	O	0			2685dec0118c63d4b11e6670b650f15d
+3	?	?	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+4	I	i	PRON	O	0			2685dec0118c63d4b11e6670b650f15d
+5	have	have	VERB	O	0			2685dec0118c63d4b11e6670b650f15d
+6	no	no	DET	O	0			2685dec0118c63d4b11e6670b650f15d
+7	idea	idea	NOUN	O	0			2685dec0118c63d4b11e6670b650f15d
+8	.	.	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+9	I	i	PRON	O	0			2685dec0118c63d4b11e6670b650f15d
+10	just	just	ADV	O	0			2685dec0118c63d4b11e6670b650f15d
+11	am	be	VERB	O	0			2685dec0118c63d4b11e6670b650f15d
+12	...	...	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+13	all	all	DET	O	0			2685dec0118c63d4b11e6670b650f15d
+14	.	.	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+15	the	the	DET	O	0			2685dec0118c63d4b11e6670b650f15d
+16	.	.	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+17	time	time	NOUN	O	0			2685dec0118c63d4b11e6670b650f15d
+18	.	.	PUNCT	O	0			2685dec0118c63d4b11e6670b650f15d
+19	:(	EMOTICON	X	O	0			2685dec0118c63d4b11e6670b650f15d
+
+1	@room_downstairs	@USER	X	O	0			ddffcc77f9dab82a5675a86716569aef
+2	where	where	ADV	O	0			ddffcc77f9dab82a5675a86716569aef
+3	did	do	AUX	O	0			ddffcc77f9dab82a5675a86716569aef
+4	you	you	PRON	O	0			ddffcc77f9dab82a5675a86716569aef
+5	ask	ask	VERB	O	0			ddffcc77f9dab82a5675a86716569aef
+6	?	?	PUNCT	O	0			ddffcc77f9dab82a5675a86716569aef
+7	We	we	PRON	O	0			ddffcc77f9dab82a5675a86716569aef
+8	are	be	VERB	O	0			ddffcc77f9dab82a5675a86716569aef
+9	very	very	ADV	O	0			ddffcc77f9dab82a5675a86716569aef
+10	prompt	prompt	ADJ	O	0			ddffcc77f9dab82a5675a86716569aef
+11	with	with	ADP	O	0			ddffcc77f9dab82a5675a86716569aef
+12	replies	reply	NOUN	O	0			ddffcc77f9dab82a5675a86716569aef
+13	.	.	PUNCT	O	0			ddffcc77f9dab82a5675a86716569aef
+14	If	if	SCONJ	O	0			ddffcc77f9dab82a5675a86716569aef
+15	you	you	PRON	O	0			ddffcc77f9dab82a5675a86716569aef
+16	want	want	VERB	O	0			ddffcc77f9dab82a5675a86716569aef
+17	to	to	PART	O	0			ddffcc77f9dab82a5675a86716569aef
+18	DM	dm	VERB	O	0			ddffcc77f9dab82a5675a86716569aef
+19	your	your	PRON	O	0			ddffcc77f9dab82a5675a86716569aef
+20	name	name	NOUN	O	0			ddffcc77f9dab82a5675a86716569aef
+21	or	or	CONJ	O	0			ddffcc77f9dab82a5675a86716569aef
+22	email	email	NOUN	O	0			ddffcc77f9dab82a5675a86716569aef
+23	we	we	PRON	O	0			ddffcc77f9dab82a5675a86716569aef
+24	can	can	AUX	O	0			ddffcc77f9dab82a5675a86716569aef
+25	check	check	VERB	O	0			ddffcc77f9dab82a5675a86716569aef
+26	right	right	ADV	O	0			ddffcc77f9dab82a5675a86716569aef
+27	now	now	ADV	O	0			ddffcc77f9dab82a5675a86716569aef
+28	.	.	PUNCT	O	0			ddffcc77f9dab82a5675a86716569aef
+
+1	I	i	PRON	O	0			638dc8f5f4f2f2181f44acacfee31cca
+2	would	would	VERB	O	0			638dc8f5f4f2f2181f44acacfee31cca
+3	recommend	recommend	VERB	O	0			638dc8f5f4f2f2181f44acacfee31cca
+4	their	their	DET	O	0			638dc8f5f4f2f2181f44acacfee31cca
+5	services	services	NOUN	O	0			638dc8f5f4f2f2181f44acacfee31cca
+6	,	,	PUNCT	O	0			638dc8f5f4f2f2181f44acacfee31cca
+7	to	to	ADP	O	0			638dc8f5f4f2f2181f44acacfee31cca
+8	friends	friend	NOUN	O	0			638dc8f5f4f2f2181f44acacfee31cca
+9	,	,	PUNCT	O	0			638dc8f5f4f2f2181f44acacfee31cca
+10	without	without	ADP	O	0			638dc8f5f4f2f2181f44acacfee31cca
+11	hesitation	hesitation	NOUN	O	0			638dc8f5f4f2f2181f44acacfee31cca
+12	.	.	PUNCT	O	0			638dc8f5f4f2f2181f44acacfee31cca
+
+1	Fainlly	fainlly	ADV	O	0			3e368189a4318c91702d345181b8bd5a
+2	KFC	kfc	PROPN	O	0			3e368189a4318c91702d345181b8bd5a
+3	dinner	dinner	NOUN	O	0			3e368189a4318c91702d345181b8bd5a
+4	is	be	VERB	O	0			3e368189a4318c91702d345181b8bd5a
+5	here	here	ADV	O	0			3e368189a4318c91702d345181b8bd5a
+6	♥	♥	PUNCT	O	0			3e368189a4318c91702d345181b8bd5a
+7	.	.	PUNCT	O	0			3e368189a4318c91702d345181b8bd5a
+
+1	They	they	PRON	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+2	kept	keep	VERB	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+3	to	to	ADP	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+4	the	the	DET	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+5	estimated	estimated	ADJ	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+6	worth	worth	NOUN	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+7	they	they	PRON	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+8	had	have	AUX	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+9	given	give	VERB	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+10	for	for	ADP	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+11	my	my	DET	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+12	phone	phone	NOUN	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+13	.	.	PUNCT	O	0			5dfc3c6a8e57536e670e5fb5acd51ace
+
+1	@CareenaCoolAss	@USER	X	O	0			3dcbe86f9159a68dbe40df6cef8287f9
+2	u	u	PRON	O	0			3dcbe86f9159a68dbe40df6cef8287f9
+3	not	not	PART	O	0			3dcbe86f9159a68dbe40df6cef8287f9
+4	callin	callin	VERB	O	0			3dcbe86f9159a68dbe40df6cef8287f9
+5	me	me	PRON	O	0			3dcbe86f9159a68dbe40df6cef8287f9
+
+1	Overall	overall	ADV	O	0			4e40e674a9592b09ed21296cb41f69e8
+2	we	we	PRON	O	0			4e40e674a9592b09ed21296cb41f69e8
+3	were	be	VERB	O	0			4e40e674a9592b09ed21296cb41f69e8
+4	really	really	ADV	O	0			4e40e674a9592b09ed21296cb41f69e8
+5	impressed	impressed	ADJ	O	0			4e40e674a9592b09ed21296cb41f69e8
+6	with	with	ADP	O	0			4e40e674a9592b09ed21296cb41f69e8
+7	the	the	DET	O	0			4e40e674a9592b09ed21296cb41f69e8
+8	service	service	NOUN	O	0			4e40e674a9592b09ed21296cb41f69e8
+9	and	and	CONJ	O	0			4e40e674a9592b09ed21296cb41f69e8
+10	the	the	DET	O	0			4e40e674a9592b09ed21296cb41f69e8
+11	pricing	pricing	NOUN	O	0			4e40e674a9592b09ed21296cb41f69e8
+12	and	and	CONJ	O	0			4e40e674a9592b09ed21296cb41f69e8
+13	would	would	VERB	O	0			4e40e674a9592b09ed21296cb41f69e8
+14	recommend	recommend	VERB	O	0			4e40e674a9592b09ed21296cb41f69e8
+15	them	them	PRON	O	0			4e40e674a9592b09ed21296cb41f69e8
+16	to	to	ADP	O	0			4e40e674a9592b09ed21296cb41f69e8
+17	others	others	NOUN	O	0			4e40e674a9592b09ed21296cb41f69e8
+18	.	.	PUNCT	O	0			4e40e674a9592b09ed21296cb41f69e8
+
+1	@Tiff3rz	@USER	X	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+2	smfh	smfh	X	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+3	that	that	PRON	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+4	's	's	VERB	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+5	fucking	fucking	ADV	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+6	crazy	crazy	ADJ	O	0			1e9c19b7887e8c5d737a66578e7e2d38
+
+1	It	it	PRON	O	0			b4699c5ab1b3d23557587a9827732438
+2	took	take	VERB	O	0			b4699c5ab1b3d23557587a9827732438
+3	me	me	PRON	O	0			b4699c5ab1b3d23557587a9827732438
+4	months	month	NOUN	O	0			b4699c5ab1b3d23557587a9827732438
+5	to	to	PART	O	0			b4699c5ab1b3d23557587a9827732438
+6	eventually	eventually	ADV	O	0			b4699c5ab1b3d23557587a9827732438
+7	take	take	VERB	O	0			b4699c5ab1b3d23557587a9827732438
+8	the	the	DET	O	0			b4699c5ab1b3d23557587a9827732438
+9	dealer	dealer	NOUN	O	0			b4699c5ab1b3d23557587a9827732438
+10	to	to	ADP	O	0			b4699c5ab1b3d23557587a9827732438
+11	court	court	NOUN	O	0			b4699c5ab1b3d23557587a9827732438
+12	.	.	PUNCT	O	0			b4699c5ab1b3d23557587a9827732438
+
+1	Pain	pain	NOUN	O	0			a1c8710dfa25f2e1209e2f3f97c1f005
+2	is	be	VERB	O	0			a1c8710dfa25f2e1209e2f3f97c1f005
+3	pleasure	pleasure	NOUN	O	0			a1c8710dfa25f2e1209e2f3f97c1f005
+
+1	Bridalplasty	bridalplasty	PROPN	O	0			cb4ec66414197d92c84857ad242ee977
+2	!	!	PUNCT	O	0			cb4ec66414197d92c84857ad242ee977
+3	Love	love	VERB	O	0			cb4ec66414197d92c84857ad242ee977
+4	this	this	DET	O	0			cb4ec66414197d92c84857ad242ee977
+5	showww	showww	NOUN	O	0			cb4ec66414197d92c84857ad242ee977
+6	.	.	PUNCT	O	0			cb4ec66414197d92c84857ad242ee977
+
+1	The	the	DET	O	0			556ceb4d6c688e821891ce9a5ea8c027
+2	screen	screen	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+3	washer	washer	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+4	was	be	VERB	O	0			556ceb4d6c688e821891ce9a5ea8c027
+5	empty	empty	ADJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+6	on	on	ADP	O	0			556ceb4d6c688e821891ce9a5ea8c027
+7	delivery	delivery	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+8	and	and	CONJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+9	unfortunately	unfortunately	ADV	O	0			556ceb4d6c688e821891ce9a5ea8c027
+10	I	i	PRON	O	0			556ceb4d6c688e821891ce9a5ea8c027
+11	parked	park	VERB	O	0			556ceb4d6c688e821891ce9a5ea8c027
+12	under	under	ADP	O	0			556ceb4d6c688e821891ce9a5ea8c027
+13	some	some	DET	O	0			556ceb4d6c688e821891ce9a5ea8c027
+14	trees	tree	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+15	for	for	ADP	O	0			556ceb4d6c688e821891ce9a5ea8c027
+16	the	the	DET	O	0			556ceb4d6c688e821891ce9a5ea8c027
+17	first	first	ADJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+18	night	night	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+19	and	and	CONJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+20	came	come	VERB	O	0			556ceb4d6c688e821891ce9a5ea8c027
+21	back	back	PART	O	0			556ceb4d6c688e821891ce9a5ea8c027
+22	to	to	ADP	O	0			556ceb4d6c688e821891ce9a5ea8c027
+23	a	a	DET	O	0			556ceb4d6c688e821891ce9a5ea8c027
+24	pebble	pebble	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+25	-	-	PUNCT	O	0			556ceb4d6c688e821891ce9a5ea8c027
+26	dashed	dashed	ADJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+27	car	car	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+28	the	the	DET	O	0			556ceb4d6c688e821891ce9a5ea8c027
+29	next	next	ADJ	O	0			556ceb4d6c688e821891ce9a5ea8c027
+30	morning	morning	NOUN	O	0			556ceb4d6c688e821891ce9a5ea8c027
+31	.	.	PUNCT	O	0			556ceb4d6c688e821891ce9a5ea8c027
+
+1	Another	another	DET	O	0			c6711a67d77d681151db2ceb2afa00cf
+2	push	push	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+3	to	to	PART	O	0			c6711a67d77d681151db2ceb2afa00cf
+4	allow	allow	VERB	O	0			c6711a67d77d681151db2ceb2afa00cf
+5	guns	gun	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+6	on	on	ADP	O	0			c6711a67d77d681151db2ceb2afa00cf
+7	college	college	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+8	campuses	campus	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+9	:	:	PUNCT	O	0			c6711a67d77d681151db2ceb2afa00cf
+10	The	the	DET	O	0			c6711a67d77d681151db2ceb2afa00cf
+11	upcoming	upcoming	ADJ	O	0			c6711a67d77d681151db2ceb2afa00cf
+12	legislative	legislative	ADJ	O	0			c6711a67d77d681151db2ceb2afa00cf
+13	session	session	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+14	will	will	AUX	O	0			c6711a67d77d681151db2ceb2afa00cf
+15	see	see	VERB	O	0			c6711a67d77d681151db2ceb2afa00cf
+16	a	a	DET	O	0			c6711a67d77d681151db2ceb2afa00cf
+17	push	push	NOUN	O	0			c6711a67d77d681151db2ceb2afa00cf
+18	by	by	ADP	O	0			c6711a67d77d681151db2ceb2afa00cf
+19	pro-gun	pro-gun	ADJ	O	0			c6711a67d77d681151db2ceb2afa00cf
+20	...	...	X	O	0			c6711a67d77d681151db2ceb2afa00cf
+21	http://t.co/QFzgmXOm	URL	X	O	0			c6711a67d77d681151db2ceb2afa00cf
+
+1	I	i	PRON	O	0			11fd3d93ca7673779ef19c193b297d81
+2	made	make	VERB	O	0			11fd3d93ca7673779ef19c193b297d81
+3	$300	NUMBER	NUM	O	0			11fd3d93ca7673779ef19c193b297d81
+4	.	.	PUNCT	O	0			11fd3d93ca7673779ef19c193b297d81
+5	That	that	PRON	O	0			11fd3d93ca7673779ef19c193b297d81
+6	is	be	VERB	O	0			11fd3d93ca7673779ef19c193b297d81
+7	on	on	ADP	O	0			11fd3d93ca7673779ef19c193b297d81
+8	top	top	NOUN	O	0			11fd3d93ca7673779ef19c193b297d81
+9	of	of	ADP	O	0			11fd3d93ca7673779ef19c193b297d81
+10	the	the	DET	O	0			11fd3d93ca7673779ef19c193b297d81
+11	$550	NUMBER	NUM	O	0			11fd3d93ca7673779ef19c193b297d81
+12	I	i	PRON	O	0			11fd3d93ca7673779ef19c193b297d81
+13	've	've	AUX	O	0			11fd3d93ca7673779ef19c193b297d81
+14	made	make	VERB	O	0			11fd3d93ca7673779ef19c193b297d81
+15	earlier	earlier	ADV	O	0			11fd3d93ca7673779ef19c193b297d81
+16	on	on	ADP	O	0			11fd3d93ca7673779ef19c193b297d81
+17	this	this	DET	O	0			11fd3d93ca7673779ef19c193b297d81
+18	trip	trip	NOUN	O	0			11fd3d93ca7673779ef19c193b297d81
+19	.	.	PUNCT	O	0			11fd3d93ca7673779ef19c193b297d81
+20	Not	not	PART	O	0			11fd3d93ca7673779ef19c193b297d81
+21	bad	bad	ADJ	O	0			11fd3d93ca7673779ef19c193b297d81
+22	if	if	SCONJ	O	0			11fd3d93ca7673779ef19c193b297d81
+23	I	i	PRON	O	0			11fd3d93ca7673779ef19c193b297d81
+24	do	do	AUX	O	0			11fd3d93ca7673779ef19c193b297d81
+25	say	say	VERB	O	0			11fd3d93ca7673779ef19c193b297d81
+26	so	so	ADV	O	0			11fd3d93ca7673779ef19c193b297d81
+27	myself	myself	PRON	O	0			11fd3d93ca7673779ef19c193b297d81
+28	.	.	PUNCT	O	0			11fd3d93ca7673779ef19c193b297d81
+
+1	My	my	DET	O	0			35981bd6ade87bbd9da7bfd4857a1675
+2	order	order	NOUN	O	0			35981bd6ade87bbd9da7bfd4857a1675
+3	was	be	AUX	O	0			35981bd6ade87bbd9da7bfd4857a1675
+4	swiftly	swiftly	ADV	O	0			35981bd6ade87bbd9da7bfd4857a1675
+5	completed	complete	VERB	O	0			35981bd6ade87bbd9da7bfd4857a1675
+6	delivered	deliver	VERB	O	0			35981bd6ade87bbd9da7bfd4857a1675
+7	and	and	CONJ	O	0			35981bd6ade87bbd9da7bfd4857a1675
+8	information	information	NOUN	O	0			35981bd6ade87bbd9da7bfd4857a1675
+9	regarding	regard	VERB	O	0			35981bd6ade87bbd9da7bfd4857a1675
+10	updates	update	NOUN	O	0			35981bd6ade87bbd9da7bfd4857a1675
+11	to	to	ADP	O	0			35981bd6ade87bbd9da7bfd4857a1675
+12	the	the	DET	O	0			35981bd6ade87bbd9da7bfd4857a1675
+13	delivery	delivery	NOUN	O	0			35981bd6ade87bbd9da7bfd4857a1675
+14	were	be	VERB	O	0			35981bd6ade87bbd9da7bfd4857a1675
+15	spot	spot	NOUN	O	0			35981bd6ade87bbd9da7bfd4857a1675
+16	on	on	ADP	O	0			35981bd6ade87bbd9da7bfd4857a1675
+17	.	.	PUNCT	O	0			35981bd6ade87bbd9da7bfd4857a1675
+
+1	I	i	PRON	O	0			0bf6217834483f7db8557bcd41df284b
+2	would	would	AUX	O	0			0bf6217834483f7db8557bcd41df284b
+3	n't	n't	PART	O	0			0bf6217834483f7db8557bcd41df284b
+4	recommend	recommend	VERB	O	0			0bf6217834483f7db8557bcd41df284b
+5	it	it	PRON	O	0			0bf6217834483f7db8557bcd41df284b
+6	.	.	PUNCT	O	0			0bf6217834483f7db8557bcd41df284b
+
+1	@waveyylifestyle	@USER	X	O	0			0d70347e71e431b33cc4b00879a51aef
+2	true	true	ADJ	O	0			0d70347e71e431b33cc4b00879a51aef
+3	true	true	ADJ	O	0			0d70347e71e431b33cc4b00879a51aef
+4	.	.	PUNCT	O	0			0d70347e71e431b33cc4b00879a51aef
+5	I	i	PRON	O	0			0d70347e71e431b33cc4b00879a51aef
+6	'm	'm	VERB	O	0			0d70347e71e431b33cc4b00879a51aef
+7	in	in	ADP	O	0			0d70347e71e431b33cc4b00879a51aef
+8	love	love	NOUN	O	0			0d70347e71e431b33cc4b00879a51aef
+9	wit	wit	ADP	O	0			0d70347e71e431b33cc4b00879a51aef
+10	food	food	NOUN	O	0			0d70347e71e431b33cc4b00879a51aef
+11	nigga	nigga	NOUN	O	0			0d70347e71e431b33cc4b00879a51aef
+
+1	I	i	PRON	O	0			03350ef0454ca8cffddae81411d80a52
+2	had	have	AUX	O	0			03350ef0454ca8cffddae81411d80a52
+3	forgotten	forget	VERB	O	0			03350ef0454ca8cffddae81411d80a52
+4	how	how	ADV	O	0			03350ef0454ca8cffddae81411d80a52
+5	much	much	ADV	O	0			03350ef0454ca8cffddae81411d80a52
+6	i	i	PRON	O	0			03350ef0454ca8cffddae81411d80a52
+7	looove	looove	VERB	O	0			03350ef0454ca8cffddae81411d80a52
+8	coffee	coffee	NOUN	O	0			03350ef0454ca8cffddae81411d80a52
+9	cake	cake	NOUN	O	0			03350ef0454ca8cffddae81411d80a52
+10	!!	!!	PUNCT	O	0			03350ef0454ca8cffddae81411d80a52
+11	Yup	yup	INTJ	O	0			03350ef0454ca8cffddae81411d80a52
+12	!	!	PUNCT	O	0			03350ef0454ca8cffddae81411d80a52
+13	I	i	PRON	O	0			03350ef0454ca8cffddae81411d80a52
+14	Love	love	VERB	O	0			03350ef0454ca8cffddae81411d80a52
+15	Coffee	coffee	NOUN	O	0			03350ef0454ca8cffddae81411d80a52
+16	Cake	cake	NOUN	O	0			03350ef0454ca8cffddae81411d80a52
+17	.	.	PUNCT	O	0			03350ef0454ca8cffddae81411d80a52
+18	Y	y	X	O	0			03350ef0454ca8cffddae81411d80a52
+19	Que	que	X	O	0			03350ef0454ca8cffddae81411d80a52
+20	?!	?!	PUNCT	O	0			03350ef0454ca8cffddae81411d80a52
+
+1	I	i	PRON	O	0			5dd9e9897b4eb72c44363724b039b6ed
+2	gotta	gotta	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+3	make	make	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+4	my	my	PRON	O	0			5dd9e9897b4eb72c44363724b039b6ed
+5	way	way	NOUN	O	0			5dd9e9897b4eb72c44363724b039b6ed
+6	to	to	ADP	O	0			5dd9e9897b4eb72c44363724b039b6ed
+7	the	the	DET	O	0			5dd9e9897b4eb72c44363724b039b6ed
+8	sprint	sprint	PROPN	O	0			5dd9e9897b4eb72c44363724b039b6ed
+9	store	store	NOUN	O	0			5dd9e9897b4eb72c44363724b039b6ed
+10	n	n	CONJ	O	0			5dd9e9897b4eb72c44363724b039b6ed
+11	I	i	PRON	O	0			5dd9e9897b4eb72c44363724b039b6ed
+12	really	really	ADV	O	0			5dd9e9897b4eb72c44363724b039b6ed
+13	do	do	AUX	O	0			5dd9e9897b4eb72c44363724b039b6ed
+14	n't	n't	PART	O	0			5dd9e9897b4eb72c44363724b039b6ed
+15	wana	wana	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+16	go	go	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+17	outside	outside	ADV	O	0			5dd9e9897b4eb72c44363724b039b6ed
+18	i	i	PRON	O	0			5dd9e9897b4eb72c44363724b039b6ed
+19	ma	ma	AUX	O	0			5dd9e9897b4eb72c44363724b039b6ed
+20	try	try	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+21	to	to	PART	O	0			5dd9e9897b4eb72c44363724b039b6ed
+22	get	get	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+23	moms	mom	NOUN	O	0			5dd9e9897b4eb72c44363724b039b6ed
+24	to	to	PART	O	0			5dd9e9897b4eb72c44363724b039b6ed
+25	give	give	VERB	O	0			5dd9e9897b4eb72c44363724b039b6ed
+26	me	me	PRON	O	0			5dd9e9897b4eb72c44363724b039b6ed
+27	a	a	DET	O	0			5dd9e9897b4eb72c44363724b039b6ed
+28	ride	ride	NOUN	O	0			5dd9e9897b4eb72c44363724b039b6ed
+29	lol	lol	INTJ	O	0			5dd9e9897b4eb72c44363724b039b6ed
+
+1	This	this	PRON	O	0			fd76eac571919b58ad444563baefdc71
+2	is	be	VERB	O	0			fd76eac571919b58ad444563baefdc71
+3	an	an	DET	O	0			fd76eac571919b58ad444563baefdc71
+4	entire	entire	ADJ	O	0			fd76eac571919b58ad444563baefdc71
+5	book	book	NOUN	O	0			fd76eac571919b58ad444563baefdc71
+6	,	,	PUNCT	O	0			fd76eac571919b58ad444563baefdc71
+7	so	so	ADV	O	0			fd76eac571919b58ad444563baefdc71
+8	this	this	PRON	O	0			fd76eac571919b58ad444563baefdc71
+9	is	be	VERB	O	0			fd76eac571919b58ad444563baefdc71
+10	an	an	DET	O	0			fd76eac571919b58ad444563baefdc71
+11	example	example	NOUN	O	0			fd76eac571919b58ad444563baefdc71
+12	of	of	ADP	O	0			fd76eac571919b58ad444563baefdc71
+13	non-image	non-image	ADJ	O	0			fd76eac571919b58ad444563baefdc71
+14	data	data	NOUN	O	0			fd76eac571919b58ad444563baefdc71
+15	.	.	PUNCT	O	0			fd76eac571919b58ad444563baefdc71
+
+1	The	the	DET	O	0			6b3858f0ff232831615eaa5518befee5
+2	thing	thing	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+3	to	to	PART	O	0			6b3858f0ff232831615eaa5518befee5
+4	watch	watch	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+5	for	for	ADP	O	0			6b3858f0ff232831615eaa5518befee5
+6	as	as	SCONJ	O	0			6b3858f0ff232831615eaa5518befee5
+7	a	a	DET	O	0			6b3858f0ff232831615eaa5518befee5
+8	global	global	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+9	philanthropy	philanthropy	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+10	industry	industry	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+11	comes	come	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+12	about	about	ADP	O	0			6b3858f0ff232831615eaa5518befee5
+13	--	--	PUNCT	O	0			6b3858f0ff232831615eaa5518befee5
+14	and	and	CONJ	O	0			6b3858f0ff232831615eaa5518befee5
+15	that	that	DET	O	0			6b3858f0ff232831615eaa5518befee5
+16	's	's	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+17	exactly	exactly	ADV	O	0			6b3858f0ff232831615eaa5518befee5
+18	what	what	PRON	O	0			6b3858f0ff232831615eaa5518befee5
+19	is	be	AUX	O	0			6b3858f0ff232831615eaa5518befee5
+20	happening	happen	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+21	--	--	PUNCT	O	0			6b3858f0ff232831615eaa5518befee5
+22	is	be	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+23	how	how	ADV	O	0			6b3858f0ff232831615eaa5518befee5
+24	the	the	DET	O	0			6b3858f0ff232831615eaa5518befee5
+25	aspiration	aspiration	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+26	is	be	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+27	to	to	PART	O	0			6b3858f0ff232831615eaa5518befee5
+28	flip	flip	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+29	these	these	DET	O	0			6b3858f0ff232831615eaa5518befee5
+30	old	old	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+31	assumptions	assumption	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+32	,	,	PUNCT	O	0			6b3858f0ff232831615eaa5518befee5
+33	for	for	SCONJ	O	0			6b3858f0ff232831615eaa5518befee5
+34	philanthropy	philanthropy	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+35	to	to	PART	O	0			6b3858f0ff232831615eaa5518befee5
+36	become	become	VERB	O	0			6b3858f0ff232831615eaa5518befee5
+37	open	open	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+38	and	and	CONJ	O	0			6b3858f0ff232831615eaa5518befee5
+39	big	big	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+40	and	and	CONJ	O	0			6b3858f0ff232831615eaa5518befee5
+41	fast	fast	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+42	and	and	CONJ	O	0			6b3858f0ff232831615eaa5518befee5
+43	connected	connected	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+44	,	,	PUNCT	O	0			6b3858f0ff232831615eaa5518befee5
+45	in	in	ADP	O	0			6b3858f0ff232831615eaa5518befee5
+46	service	service	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+47	of	of	ADP	O	0			6b3858f0ff232831615eaa5518befee5
+48	the	the	DET	O	0			6b3858f0ff232831615eaa5518befee5
+49	long	long	ADJ	O	0			6b3858f0ff232831615eaa5518befee5
+50	term	term	NOUN	O	0			6b3858f0ff232831615eaa5518befee5
+51	.	.	PUNCT	O	0			6b3858f0ff232831615eaa5518befee5
+
+1	This	this	DET	O	0			c231a0bf11c035ae48c4d18b3dff951e
+2	company	company	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+3	deserves	deserve	VERB	O	0			c231a0bf11c035ae48c4d18b3dff951e
+4	fantastic	fantastic	ADJ	O	0			c231a0bf11c035ae48c4d18b3dff951e
+5	recognition	recognition	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+6	for	for	ADP	O	0			c231a0bf11c035ae48c4d18b3dff951e
+7	customer	customer	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+8	service	service	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+9	and	and	CONJ	O	0			c231a0bf11c035ae48c4d18b3dff951e
+10	superb	superb	ADJ	O	0			c231a0bf11c035ae48c4d18b3dff951e
+11	quality	quality	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+12	goods	good	NOUN	O	0			c231a0bf11c035ae48c4d18b3dff951e
+13	.	.	PUNCT	O	0			c231a0bf11c035ae48c4d18b3dff951e
+
+1	@MS_OUTTA_ORDA	@USER	X	O	0			c24cd417c0ae93761d82aed036760878
+2	lol	lol	INTJ	O	0			c24cd417c0ae93761d82aed036760878
+3	it	it	PRON	O	0			c24cd417c0ae93761d82aed036760878
+4	wasnt	wasnt	VERB	O	0			c24cd417c0ae93761d82aed036760878
+5	blood	blood	NOUN	O	0			c24cd417c0ae93761d82aed036760878
+6	but	but	CONJ	O	0			c24cd417c0ae93761d82aed036760878
+7	thanks	thanks	NOUN	O	0			c24cd417c0ae93761d82aed036760878
+8	.	.	PUNCT	O	0			c24cd417c0ae93761d82aed036760878
+
+1	00	00	NUM	O	0			514b4d4dd27cf2cdaf30018d118d222a
+2	,	,	PUNCT	O	0			514b4d4dd27cf2cdaf30018d118d222a
+3	not	not	ADV	O	0			514b4d4dd27cf2cdaf30018d118d222a
+4	0	0	NUM	O	0			514b4d4dd27cf2cdaf30018d118d222a
+5	.	.	PUNCT	O	0			514b4d4dd27cf2cdaf30018d118d222a
+6	the	the	DET	O	0			514b4d4dd27cf2cdaf30018d118d222a
+7	address	address	NOUN	O	0			514b4d4dd27cf2cdaf30018d118d222a
+8	was	be	AUX	O	0			514b4d4dd27cf2cdaf30018d118d222a
+9	given	give	VERB	O	0			514b4d4dd27cf2cdaf30018d118d222a
+10	them	them	PRON	O	0			514b4d4dd27cf2cdaf30018d118d222a
+11	correctly	correctly	ADV	O	0			514b4d4dd27cf2cdaf30018d118d222a
+12	,	,	PUNCT	O	0			514b4d4dd27cf2cdaf30018d118d222a
+13	they	they	PRON	O	0			514b4d4dd27cf2cdaf30018d118d222a
+14	chose	choose	VERB	O	0			514b4d4dd27cf2cdaf30018d118d222a
+15	to	to	PART	O	0			514b4d4dd27cf2cdaf30018d118d222a
+16	drop	drop	VERB	O	0			514b4d4dd27cf2cdaf30018d118d222a
+17	a	a	DET	O	0			514b4d4dd27cf2cdaf30018d118d222a
+18	digit	digit	NOUN	O	0			514b4d4dd27cf2cdaf30018d118d222a
+19	.	.	PUNCT	O	0			514b4d4dd27cf2cdaf30018d118d222a
+
+1	SHM	shm	NOUN	O	0			af41cfe441f55cb2fa8096305a90245f
+2	..	..	PUNCT	O	0			af41cfe441f55cb2fa8096305a90245f
+3	brb	brb	INTJ	O	0			af41cfe441f55cb2fa8096305a90245f
+
+1	It	it	PRON	O	0			d3e93acdcae6223e92a6785287c1c94c
+2	was	be	VERB	O	0			d3e93acdcae6223e92a6785287c1c94c
+3	a	a	DET	O	0			d3e93acdcae6223e92a6785287c1c94c
+4	very	very	ADV	O	0			d3e93acdcae6223e92a6785287c1c94c
+5	comfortable	comfortable	ADJ	O	0			d3e93acdcae6223e92a6785287c1c94c
+6	bus	bus	NOUN	O	0			d3e93acdcae6223e92a6785287c1c94c
+7	and	and	CONJ	O	0			d3e93acdcae6223e92a6785287c1c94c
+8	arrived	arrive	VERB	O	0			d3e93acdcae6223e92a6785287c1c94c
+9	at	at	ADP	O	0			d3e93acdcae6223e92a6785287c1c94c
+10	our	our	DET	O	0			d3e93acdcae6223e92a6785287c1c94c
+11	resort	resort	NOUN	O	0			d3e93acdcae6223e92a6785287c1c94c
+12	in	in	ADP	O	0			d3e93acdcae6223e92a6785287c1c94c
+13	the	the	DET	O	0			d3e93acdcae6223e92a6785287c1c94c
+14	time	time	NOUN	O	0			d3e93acdcae6223e92a6785287c1c94c
+15	it	it	PRON	O	0			d3e93acdcae6223e92a6785287c1c94c
+16	stated	state	VERB	O	0			d3e93acdcae6223e92a6785287c1c94c
+17	.	.	PUNCT	O	0			d3e93acdcae6223e92a6785287c1c94c
+
+1	RT	rt	X	O	0			b069f326676e15526e972e80c8b980d4
+2	@dddika	@USER	X	O	0			b069f326676e15526e972e80c8b980d4
+3	:	:	X	O	0			b069f326676e15526e972e80c8b980d4
+4	RT	rt	X	O	0			b069f326676e15526e972e80c8b980d4
+5	@DamnItsTrue	@USER	X	O	0			b069f326676e15526e972e80c8b980d4
+6	:	:	X	O	0			b069f326676e15526e972e80c8b980d4
+7	I	i	PRON	O	0			b069f326676e15526e972e80c8b980d4
+8	love	love	VERB	O	0			b069f326676e15526e972e80c8b980d4
+9	when	when	ADV	O	0			b069f326676e15526e972e80c8b980d4
+10	teachers	teacher	NOUN	O	0			b069f326676e15526e972e80c8b980d4
+11	get	get	VERB	O	0			b069f326676e15526e972e80c8b980d4
+12	off	off	ADP	O	0			b069f326676e15526e972e80c8b980d4
+13	topic	topic	NOUN	O	0			b069f326676e15526e972e80c8b980d4
+14	.	.	PUNCT	O	0			b069f326676e15526e972e80c8b980d4
+15	#DamnItsTrue	#damnitstrue	X	O	0			b069f326676e15526e972e80c8b980d4
+
+1	It	it	PRON	O	0			61c35b6b3873fb7d9749c8e284120302
+2	's	's	VERB	O	0			61c35b6b3873fb7d9749c8e284120302
+3	true	true	ADJ	O	0			61c35b6b3873fb7d9749c8e284120302
+4	.	.	PUNCT	O	0			61c35b6b3873fb7d9749c8e284120302
+
+1	answer	answer	NOUN	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+2	:	:	PUNCT	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+3	spouting	spout	VERB	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+4	,	,	PUNCT	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+5	@tunjung	@USER	X	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+6	8/388	NUMBER	NUM	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+7	points	point	NOUN	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+8	,	,	PUNCT	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+9	meaning	meaning	NOUN	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+10	:	:	PUNCT	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+11	http://goo.gl/XzlsV	URL	X	O	0			20dc34fa08c86a7b8a0e0a02e8ffdbae
+
+1	This	this	PRON	O	0			00e762632320094e54a4db8f88fdd95c
+2	was	be	AUX	O	0			00e762632320094e54a4db8f88fdd95c
+3	to	to	PART	O	0			00e762632320094e54a4db8f88fdd95c
+4	deteriorate	deteriorate	VERB	O	0			00e762632320094e54a4db8f88fdd95c
+5	into	into	ADP	O	0			00e762632320094e54a4db8f88fdd95c
+6	0	0	NUM	O	0			00e762632320094e54a4db8f88fdd95c
+7	/	/	PUNCT	O	0			00e762632320094e54a4db8f88fdd95c
+8	0s	0	NOUN	O	0			00e762632320094e54a4db8f88fdd95c
+9	of	of	ADP	O	0			00e762632320094e54a4db8f88fdd95c
+10	the	the	DET	O	0			00e762632320094e54a4db8f88fdd95c
+11	screen	screen	NOUN	O	0			00e762632320094e54a4db8f88fdd95c
+12	displaying	display	VERB	O	0			00e762632320094e54a4db8f88fdd95c
+13	a	a	DET	O	0			00e762632320094e54a4db8f88fdd95c
+14	blurry	blurry	ADJ	O	0			00e762632320094e54a4db8f88fdd95c
+15	image	image	NOUN	O	0			00e762632320094e54a4db8f88fdd95c
+16	.	.	PUNCT	O	0			00e762632320094e54a4db8f88fdd95c
+
+1	RT	rt	X	O	0			a09dd0bcc12704f43721e8c363c423fb
+2	@MISSMYA	@USER	X	O	0			a09dd0bcc12704f43721e8c363c423fb
+3	:	:	X	O	0			a09dd0bcc12704f43721e8c363c423fb
+4	"	"	PUNCT	O	0			a09dd0bcc12704f43721e8c363c423fb
+5	It	it	PRON	O	0			a09dd0bcc12704f43721e8c363c423fb
+6	always	always	ADV	O	0			a09dd0bcc12704f43721e8c363c423fb
+7	seems	seem	VERB	O	0			a09dd0bcc12704f43721e8c363c423fb
+8	impossible	impossible	ADJ	O	0			a09dd0bcc12704f43721e8c363c423fb
+9	until	until	SCONJ	O	0			a09dd0bcc12704f43721e8c363c423fb
+10	it	it	PRON	O	0			a09dd0bcc12704f43721e8c363c423fb
+11	's	's	AUX	O	0			a09dd0bcc12704f43721e8c363c423fb
+12	done	do	VERB	O	0			a09dd0bcc12704f43721e8c363c423fb
+13	.	.	PUNCT	O	0			a09dd0bcc12704f43721e8c363c423fb
+14	"	"	PUNCT	O	0			a09dd0bcc12704f43721e8c363c423fb
+15	-	-	PUNCT	O	0			a09dd0bcc12704f43721e8c363c423fb
+16	Nelson	nelson	PROPN	O	0			a09dd0bcc12704f43721e8c363c423fb
+17	Mandela	mandela	PROPN	O	0			a09dd0bcc12704f43721e8c363c423fb
+
+1	Deramores	deramores	PROPN	O	0			9dd88397c1b892c47fa083bbdae8719b
+2	stocks	stock	VERB	O	0			9dd88397c1b892c47fa083bbdae8719b
+3	a	a	DET	O	0			9dd88397c1b892c47fa083bbdae8719b
+4	wide	wide	ADJ	O	0			9dd88397c1b892c47fa083bbdae8719b
+5	range	range	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+6	of	of	ADP	O	0			9dd88397c1b892c47fa083bbdae8719b
+7	yarns	yarn	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+8	and	and	CONJ	O	0			9dd88397c1b892c47fa083bbdae8719b
+9	accessories	accessory	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+10	.	.	PUNCT	O	0			9dd88397c1b892c47fa083bbdae8719b
+11	They	they	PRON	O	0			9dd88397c1b892c47fa083bbdae8719b
+12	also	also	ADV	O	0			9dd88397c1b892c47fa083bbdae8719b
+13	stock	stock	VERB	O	0			9dd88397c1b892c47fa083bbdae8719b
+14	an	an	DET	O	0			9dd88397c1b892c47fa083bbdae8719b
+15	amazing	amazing	ADJ	O	0			9dd88397c1b892c47fa083bbdae8719b
+16	array	array	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+17	of	of	ADP	O	0			9dd88397c1b892c47fa083bbdae8719b
+18	patterns	pattern	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+19	and	and	CONJ	O	0			9dd88397c1b892c47fa083bbdae8719b
+20	books	book	NOUN	O	0			9dd88397c1b892c47fa083bbdae8719b
+21	.	.	PUNCT	O	0			9dd88397c1b892c47fa083bbdae8719b
+
+1	Found	found	VERB	O	0			d4b5df35a60af446fb041753e945045c
+2	the	the	DET	O	0			d4b5df35a60af446fb041753e945045c
+3	scarriest	scarriest	ADJ	O	0			d4b5df35a60af446fb041753e945045c
+4	mystery	mystery	NOUN	O	0			d4b5df35a60af446fb041753e945045c
+5	door	door	NOUN	O	0			d4b5df35a60af446fb041753e945045c
+6	in	in	ADP	O	0			d4b5df35a60af446fb041753e945045c
+7	my	my	PRON	O	0			d4b5df35a60af446fb041753e945045c
+8	school	school	NOUN	O	0			d4b5df35a60af446fb041753e945045c
+9	.	.	PUNCT	O	0			d4b5df35a60af446fb041753e945045c
+10	I	i	PRON	O	0			d4b5df35a60af446fb041753e945045c
+11	'M	'm	VERB	O	0			d4b5df35a60af446fb041753e945045c
+12	SO	so	ADV	O	0			d4b5df35a60af446fb041753e945045c
+13	CURIOUS	curious	ADJ	O	0			d4b5df35a60af446fb041753e945045c
+14	D:	EMOTICON	X	O	0			d4b5df35a60af446fb041753e945045c
+
+1	@WaddleandSilvy	@USER	X	O	0			5df8c9bc6fa140784bb6b659eedc5e67
+2	sup	sup	INTJ	O	0			5df8c9bc6fa140784bb6b659eedc5e67
+3	shirt	shirt	NOUN	O	0			5df8c9bc6fa140784bb6b659eedc5e67
+4	off	off	ADP	O	0			5df8c9bc6fa140784bb6b659eedc5e67
+
+1	@JanetteAhylin	@USER	X	O	0			e60a8a8654712d2188edf8ae8703fcb8
+2	did	do	AUX	O	0			e60a8a8654712d2188edf8ae8703fcb8
+3	u	u	PRON	O	0			e60a8a8654712d2188edf8ae8703fcb8
+4	get	get	VERB	O	0			e60a8a8654712d2188edf8ae8703fcb8
+5	that	that	PRON	O	0			e60a8a8654712d2188edf8ae8703fcb8
+6	janette	janette	PROPN	O	0			e60a8a8654712d2188edf8ae8703fcb8
+7	!?	!?	PUNCT	O	0			e60a8a8654712d2188edf8ae8703fcb8
+8	"	"	PUNCT	O	0			e60a8a8654712d2188edf8ae8703fcb8
+9	prefection	prefection	NOUN	O	0			e60a8a8654712d2188edf8ae8703fcb8
+10	rhymes	rhyme	VERB	O	0			e60a8a8654712d2188edf8ae8703fcb8
+11	with	with	ADP	O	0			e60a8a8654712d2188edf8ae8703fcb8
+12	one	NUMBER	NUM	O	0			e60a8a8654712d2188edf8ae8703fcb8
+13	direction	direction	NOUN	O	0			e60a8a8654712d2188edf8ae8703fcb8
+14	"	"	PUNCT	O	0			e60a8a8654712d2188edf8ae8703fcb8
+15	Not	not	PART	O	0			e60a8a8654712d2188edf8ae8703fcb8
+16	Janette	janette	PROPN	O	0			e60a8a8654712d2188edf8ae8703fcb8
+17	Gonzalez	gonzalez	PROPN	O	0			e60a8a8654712d2188edf8ae8703fcb8
+18	.	.	PUNCT	O	0			e60a8a8654712d2188edf8ae8703fcb8
+19	~	~	PUNCT	O	0			e60a8a8654712d2188edf8ae8703fcb8
+20	Lol	lol	INTJ	O	0			e60a8a8654712d2188edf8ae8703fcb8
+
+1	#badcombination	#badcombination	X	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+2	any	any	DET	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+3	bitch	bitch	NOUN	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+4	born	bear	VERB	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+5	in	in	ADP	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+6	da	da	DET	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+7	9o's	NUMBER	NUM	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+8	&	&	CONJ	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+9	me	me	PRON	O	0			b9ce4b6a26e3c4a0e094dca2e76be99b
+
+1	My	my	DET	O	0			d88e64eaa347d43946b2eb9836719456
+2	contact	contact	NOUN	O	0			d88e64eaa347d43946b2eb9836719456
+3	was	be	VERB	O	0			d88e64eaa347d43946b2eb9836719456
+4	Lee	lee	PROPN	O	0			d88e64eaa347d43946b2eb9836719456
+5	.	.	PUNCT	O	0			d88e64eaa347d43946b2eb9836719456
+
+1	I	i	PRON	O	0			a7a3c6f6e5df14fe688f5952e8455d37
+2	highly	highly	ADV	O	0			a7a3c6f6e5df14fe688f5952e8455d37
+3	recommend	recommend	VERB	O	0			a7a3c6f6e5df14fe688f5952e8455d37
+4	them	them	PRON	O	0			a7a3c6f6e5df14fe688f5952e8455d37
+5	.	.	PUNCT	O	0			a7a3c6f6e5df14fe688f5952e8455d37
+
+1	I	i	PRON	O	0			76b13175b9974a9f8584b90c96c3eaba
+2	'm	'm	VERB	O	0			76b13175b9974a9f8584b90c96c3eaba
+3	a	a	DET	O	0			76b13175b9974a9f8584b90c96c3eaba
+4	contemporary	contemporary	ADJ	O	0			76b13175b9974a9f8584b90c96c3eaba
+5	artist	artist	NOUN	O	0			76b13175b9974a9f8584b90c96c3eaba
+6	with	with	ADP	O	0			76b13175b9974a9f8584b90c96c3eaba
+7	a	a	DET	O	0			76b13175b9974a9f8584b90c96c3eaba
+8	bit	bit	NOUN	O	0			76b13175b9974a9f8584b90c96c3eaba
+9	of	of	ADP	O	0			76b13175b9974a9f8584b90c96c3eaba
+10	an	an	DET	O	0			76b13175b9974a9f8584b90c96c3eaba
+11	unexpected	unexpected	ADJ	O	0			76b13175b9974a9f8584b90c96c3eaba
+12	background	background	NOUN	O	0			76b13175b9974a9f8584b90c96c3eaba
+13	.	.	PUNCT	O	0			76b13175b9974a9f8584b90c96c3eaba
+
+1	@Fashionisda	@USER	X	O	0			2b3cd4dc485442187a174712076bfac0
+2	HA	ha	INTJ	O	0			2b3cd4dc485442187a174712076bfac0
+3	.	.	PUNCT	O	0			2b3cd4dc485442187a174712076bfac0
+4	AHA	aha	INTJ	O	0			2b3cd4dc485442187a174712076bfac0
+5	!!!!!	!!!!!	PUNCT	O	0			2b3cd4dc485442187a174712076bfac0
+6	YOU	you	PRON	O	0			2b3cd4dc485442187a174712076bfac0
+7	SO	so	ADV	O	0			2b3cd4dc485442187a174712076bfac0
+8	NASTY	nasty	ADJ	O	0			2b3cd4dc485442187a174712076bfac0
+9	!!!!!!!..	!!!!!!!..	PUNCT	O	0			2b3cd4dc485442187a174712076bfac0
+10	BUT	but	CONJ	O	0			2b3cd4dc485442187a174712076bfac0
+11	I	i	PRON	O	0			2b3cd4dc485442187a174712076bfac0
+12	LIKE	like	VERB	O	0			2b3cd4dc485442187a174712076bfac0
+13	IT	it	PRON	O	0			2b3cd4dc485442187a174712076bfac0
+14	LMAO	lmao	INTJ	O	0			2b3cd4dc485442187a174712076bfac0
+
+1	Only	only	ADV	O	0			a113e0b8e5fee610f3a772dc6c200a79
+2	ever	ever	ADV	O	0			a113e0b8e5fee610f3a772dc6c200a79
+3	had	have	VERB	O	0			a113e0b8e5fee610f3a772dc6c200a79
+4	0	0	NUM	O	0			a113e0b8e5fee610f3a772dc6c200a79
+5	problem	problem	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+6	with	with	ADP	O	0			a113e0b8e5fee610f3a772dc6c200a79
+7	an	an	DET	O	0			a113e0b8e5fee610f3a772dc6c200a79
+8	order	order	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+9	through	through	ADP	O	0			a113e0b8e5fee610f3a772dc6c200a79
+10	Amazon	amazon	PROPN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+11	,	,	PUNCT	O	0			a113e0b8e5fee610f3a772dc6c200a79
+12	not	not	ADV	O	0			a113e0b8e5fee610f3a772dc6c200a79
+13	their	their	DET	O	0			a113e0b8e5fee610f3a772dc6c200a79
+14	fault	fault	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+15	or	or	CONJ	O	0			a113e0b8e5fee610f3a772dc6c200a79
+16	the	the	DET	O	0			a113e0b8e5fee610f3a772dc6c200a79
+17	supplier	supplier	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+18	,	,	PUNCT	O	0			a113e0b8e5fee610f3a772dc6c200a79
+19	the	the	DET	O	0			a113e0b8e5fee610f3a772dc6c200a79
+20	goods	good	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+21	were	be	AUX	O	0			a113e0b8e5fee610f3a772dc6c200a79
+22	lost	lose	VERB	O	0			a113e0b8e5fee610f3a772dc6c200a79
+23	in	in	ADP	O	0			a113e0b8e5fee610f3a772dc6c200a79
+24	the	the	DET	O	0			a113e0b8e5fee610f3a772dc6c200a79
+25	U	u	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+26	.	.	PUNCT	O	0			a113e0b8e5fee610f3a772dc6c200a79
+27	S	s	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+28	.	.	PUNCT	O	0			a113e0b8e5fee610f3a772dc6c200a79
+29	postal	postal	ADJ	O	0			a113e0b8e5fee610f3a772dc6c200a79
+30	system	system	NOUN	O	0			a113e0b8e5fee610f3a772dc6c200a79
+31	.	.	PUNCT	O	0			a113e0b8e5fee610f3a772dc6c200a79
+
+1	Blu	blu	PROPN	O	0			759d3e1471cac740501289d8b7ab91b8
+2	Cantrell	cantrell	PROPN	O	0			759d3e1471cac740501289d8b7ab91b8
+3	just	just	ADV	O	0			759d3e1471cac740501289d8b7ab91b8
+4	came	come	VERB	O	0			759d3e1471cac740501289d8b7ab91b8
+5	on	on	ADP	O	0			759d3e1471cac740501289d8b7ab91b8
+6	my	my	PRON	O	0			759d3e1471cac740501289d8b7ab91b8
+7	Destiny	destiny	PROPN	O	0			759d3e1471cac740501289d8b7ab91b8
+8	's	's	PART	O	0			759d3e1471cac740501289d8b7ab91b8
+9	Child	child	PROPN	O	0			759d3e1471cac740501289d8b7ab91b8
+10	Pandora	pandora	PROPN	O	0			759d3e1471cac740501289d8b7ab91b8
+11	.	.	PUNCT	O	0			759d3e1471cac740501289d8b7ab91b8
+12	See	see	VERB	O	0			759d3e1471cac740501289d8b7ab91b8
+13	what	what	PRON	O	0			759d3e1471cac740501289d8b7ab91b8
+14	happens	happen	VERB	O	0			759d3e1471cac740501289d8b7ab91b8
+15	when	when	ADV	O	0			759d3e1471cac740501289d8b7ab91b8
+16	you	you	PRON	O	0			759d3e1471cac740501289d8b7ab91b8
+17	leave	leave	VERB	O	0			759d3e1471cac740501289d8b7ab91b8
+18	the	the	DET	O	0			759d3e1471cac740501289d8b7ab91b8
+19	door	door	NOUN	O	0			759d3e1471cac740501289d8b7ab91b8
+20	open	open	ADJ	O	0			759d3e1471cac740501289d8b7ab91b8
+21	?	?	PUNCT	O	0			759d3e1471cac740501289d8b7ab91b8
+22	Getcho	getcho	VERB	O	0			759d3e1471cac740501289d8b7ab91b8
+23	ass	ass	NOUN	O	0			759d3e1471cac740501289d8b7ab91b8
+24	out	out	ADP	O	0			759d3e1471cac740501289d8b7ab91b8
+25	!!!	!!!	PUNCT	O	0			759d3e1471cac740501289d8b7ab91b8
+
+1	Yet	yet	CONJ	O	0			39017c5e4b110704c43a087ba06e37a8
+2	we	we	PRON	O	0			39017c5e4b110704c43a087ba06e37a8
+3	're	're	AUX	O	0			39017c5e4b110704c43a087ba06e37a8
+4	still	still	ADV	O	0			39017c5e4b110704c43a087ba06e37a8
+5	dealing	deal	VERB	O	0			39017c5e4b110704c43a087ba06e37a8
+6	with	with	ADP	O	0			39017c5e4b110704c43a087ba06e37a8
+7	a	a	DET	O	0			39017c5e4b110704c43a087ba06e37a8
+8	lot	lot	NOUN	O	0			39017c5e4b110704c43a087ba06e37a8
+9	of	of	ADP	O	0			39017c5e4b110704c43a087ba06e37a8
+10	the	the	DET	O	0			39017c5e4b110704c43a087ba06e37a8
+11	same	same	ADJ	O	0			39017c5e4b110704c43a087ba06e37a8
+12	challenges	challenge	NOUN	O	0			39017c5e4b110704c43a087ba06e37a8
+13	as	as	ADP	O	0			39017c5e4b110704c43a087ba06e37a8
+14	many	many	ADJ	O	0			39017c5e4b110704c43a087ba06e37a8
+15	decades	decade	NOUN	O	0			39017c5e4b110704c43a087ba06e37a8
+16	ago	ago	ADP	O	0			39017c5e4b110704c43a087ba06e37a8
+17	.	.	PUNCT	O	0			39017c5e4b110704c43a087ba06e37a8
+
+1	RT	rt	X	O	0			798fb473d7d9e9087302c0727b209495
+2	@justinbieber	@USER	X	O	0			798fb473d7d9e9087302c0727b209495
+3	:	:	X	O	0			798fb473d7d9e9087302c0727b209495
+4	now	now	ADV	O	0			798fb473d7d9e9087302c0727b209495
+5	Hailee	hailee	PROPN	O	0			798fb473d7d9e9087302c0727b209495
+6	get	get	VERB	O	0			798fb473d7d9e9087302c0727b209495
+7	a	a	DET	O	0			798fb473d7d9e9087302c0727b209495
+8	twitter	twitter	PROPN	O	0			798fb473d7d9e9087302c0727b209495
+
+1	strobelights	strobelights	NOUN	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+2	dance	dance	VERB	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+3	with	with	ADP	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+4	the	the	DET	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+5	stars	star	NOUN	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+6	..	..	PUNCT	O	0			203c57fce1cdf7dc720989fbf78e9f9e
+
+1	Home	home	NOUN	O	0			78a1ca6cd17616fe386d4c8b194787ca
+2	sweet	sweet	ADJ	O	0			78a1ca6cd17616fe386d4c8b194787ca
+3	home	home	NOUN	O	0			78a1ca6cd17616fe386d4c8b194787ca
+4	:)	EMOTICON	X	O	0			78a1ca6cd17616fe386d4c8b194787ca
+
+1	Why	why	ADV	O	0			ddefc362e0695ff7a1572097fcc01d4d
+2	aren't	aren't	VERB	O	0			ddefc362e0695ff7a1572097fcc01d4d
+3	I	i	PRON	O	0			ddefc362e0695ff7a1572097fcc01d4d
+4	tired	tired	ADJ	O	0			ddefc362e0695ff7a1572097fcc01d4d
+5	?	?	PUNCT	O	0			ddefc362e0695ff7a1572097fcc01d4d
+6	-_-	EMOTICON	X	O	0			ddefc362e0695ff7a1572097fcc01d4d
+
+1	We	we	PRON	O	0			5713485bb4391e9d359d1e928da2537b
+2	are	be	AUX	O	0			5713485bb4391e9d359d1e928da2537b
+3	always	always	ADV	O	0			5713485bb4391e9d359d1e928da2537b
+4	getting	get	AUX	O	0			5713485bb4391e9d359d1e928da2537b
+5	invited	invite	VERB	O	0			5713485bb4391e9d359d1e928da2537b
+6	and	and	CONJ	O	0			5713485bb4391e9d359d1e928da2537b
+7	you	you	PRON	O	0			5713485bb4391e9d359d1e928da2537b
+8	ca	ca	AUX	O	0			5713485bb4391e9d359d1e928da2537b
+9	n't	n't	PART	O	0			5713485bb4391e9d359d1e928da2537b
+10	say	say	VERB	O	0			5713485bb4391e9d359d1e928da2537b
+11	no	no	INTJ	O	0			5713485bb4391e9d359d1e928da2537b
+12	!!:	!!:	PUNCT	O	0			5713485bb4391e9d359d1e928da2537b
+13	)	EMOTICON	X	O	0			5713485bb4391e9d359d1e928da2537b
+
+1	It	it	PRON	O	0			b64b074d346d4f215c9d3b9671962b2a
+2	had	have	VERB	O	0			b64b074d346d4f215c9d3b9671962b2a
+3	the	the	DET	O	0			b64b074d346d4f215c9d3b9671962b2a
+4	tumble	tumble	NOUN	O	0			b64b074d346d4f215c9d3b9671962b2a
+5	dryer	dryer	NOUN	O	0			b64b074d346d4f215c9d3b9671962b2a
+6	i	i	PRON	O	0			b64b074d346d4f215c9d3b9671962b2a
+7	wanted	want	VERB	O	0			b64b074d346d4f215c9d3b9671962b2a
+8	at	at	ADP	O	0			b64b074d346d4f215c9d3b9671962b2a
+9	a	a	DET	O	0			b64b074d346d4f215c9d3b9671962b2a
+10	price	price	NOUN	O	0			b64b074d346d4f215c9d3b9671962b2a
+11	i	i	PRON	O	0			b64b074d346d4f215c9d3b9671962b2a
+12	liked	like	VERB	O	0			b64b074d346d4f215c9d3b9671962b2a
+13	,	,	PUNCT	O	0			b64b074d346d4f215c9d3b9671962b2a
+14	so	so	ADV	O	0			b64b074d346d4f215c9d3b9671962b2a
+15	i	i	PRON	O	0			b64b074d346d4f215c9d3b9671962b2a
+16	ordered	order	VERB	O	0			b64b074d346d4f215c9d3b9671962b2a
+17	one	one	PRON	O	0			b64b074d346d4f215c9d3b9671962b2a
+18	.	.	PUNCT	O	0			b64b074d346d4f215c9d3b9671962b2a
+
+1	RT	rt	X	O	0			6957504025005738e609a4328295df8d
+2	@JosetteSheeran	@USER	X	O	0			6957504025005738e609a4328295df8d
+3	:	:	X	O	0			6957504025005738e609a4328295df8d
+4	@WFP	@USER	X	O	0			6957504025005738e609a4328295df8d
+5	#Libya	#libya	PROPN	O	0			6957504025005738e609a4328295df8d
+6	breakthru	breakthru	NOUN	O	0			6957504025005738e609a4328295df8d
+7	!	!	PUNCT	O	0			6957504025005738e609a4328295df8d
+8	We	we	PRON	O	0			6957504025005738e609a4328295df8d
+9	move	move	VERB	O	0			6957504025005738e609a4328295df8d
+10	urgently	urgently	ADV	O	0			6957504025005738e609a4328295df8d
+11	needed	need	VERB	O	0			6957504025005738e609a4328295df8d
+12	#food	#food	NOUN	O	0			6957504025005738e609a4328295df8d
+13	(	(	PUNCT	O	0			6957504025005738e609a4328295df8d
+14	wheat	wheat	NOUN	O	0			6957504025005738e609a4328295df8d
+15	,	,	PUNCT	O	0			6957504025005738e609a4328295df8d
+16	flour	flour	NOUN	O	0			6957504025005738e609a4328295df8d
+17	)	)	PUNCT	O	0			6957504025005738e609a4328295df8d
+18	by	by	ADP	O	0			6957504025005738e609a4328295df8d
+19	truck	truck	NOUN	O	0			6957504025005738e609a4328295df8d
+20	convoy	convoy	NOUN	O	0			6957504025005738e609a4328295df8d
+21	into	into	ADP	O	0			6957504025005738e609a4328295df8d
+22	western	western	ADJ	O	0			6957504025005738e609a4328295df8d
+23	Libya	libya	PROPN	O	0			6957504025005738e609a4328295df8d
+24	for	for	ADP	O	0			6957504025005738e609a4328295df8d
+25	1st	1st	ADJ	O	0			6957504025005738e609a4328295df8d
+26	time	time	NOUN	O	0			6957504025005738e609a4328295df8d
+27	...	...	X	O	0			6957504025005738e609a4328295df8d
+
+1	I	i	PRON	O	0			a74315dcfd4883e90bab2bfeff020cc5
+2	'm	'm	VERB	O	0			a74315dcfd4883e90bab2bfeff020cc5
+3	a	a	DET	O	0			a74315dcfd4883e90bab2bfeff020cc5
+4	super	super	ADJ	O	0			a74315dcfd4883e90bab2bfeff020cc5
+5	hero	hero	NOUN	O	0			a74315dcfd4883e90bab2bfeff020cc5
+6	in	in	ADP	O	0			a74315dcfd4883e90bab2bfeff020cc5
+7	my	my	PRON	O	0			a74315dcfd4883e90bab2bfeff020cc5
+8	own	own	ADJ	O	0			a74315dcfd4883e90bab2bfeff020cc5
+9	right	right	NOUN	O	0			a74315dcfd4883e90bab2bfeff020cc5
+10	.	.	PUNCT	O	0			a74315dcfd4883e90bab2bfeff020cc5
+11	Actually	actually	ADV	O	0			a74315dcfd4883e90bab2bfeff020cc5
+12	...	...	PUNCT	O	0			a74315dcfd4883e90bab2bfeff020cc5
+13	Anti	anti	NOUN	O	0			a74315dcfd4883e90bab2bfeff020cc5
+14	Hero	hero	NOUN	O	0			a74315dcfd4883e90bab2bfeff020cc5
+15	more	more	ADV	O	0			a74315dcfd4883e90bab2bfeff020cc5
+16	like	like	ADP	O	0			a74315dcfd4883e90bab2bfeff020cc5
+17	.	.	PUNCT	O	0			a74315dcfd4883e90bab2bfeff020cc5
+
+1	Wind	wind	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+2	2.2	NUMBER	NUM	O	0			6b746f30b713a4939a8a42eef70d4ae5
+3	mph	mph	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+4	NNW	nnw	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+5	.	.	PUNCT	O	0			6b746f30b713a4939a8a42eef70d4ae5
+6	Barometer	barometer	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+7	1019.0	NUMBER	NUM	O	0			6b746f30b713a4939a8a42eef70d4ae5
+8	mb	mb	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+9	,	,	PUNCT	O	0			6b746f30b713a4939a8a42eef70d4ae5
+10	Rising	rise	VERB	O	0			6b746f30b713a4939a8a42eef70d4ae5
+11	.	.	PUNCT	O	0			6b746f30b713a4939a8a42eef70d4ae5
+12	Temperature	temperature	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+13	15.5	NUMBER	NUM	O	0			6b746f30b713a4939a8a42eef70d4ae5
+14	°C	°c	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+15	.	.	PUNCT	O	0			6b746f30b713a4939a8a42eef70d4ae5
+16	Rain	rain	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+17	today	today	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+18	0.0	NUMBER	NUM	O	0			6b746f30b713a4939a8a42eef70d4ae5
+19	mm	mm	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+20	.	.	PUNCT	O	0			6b746f30b713a4939a8a42eef70d4ae5
+21	Humidity	humidity	NOUN	O	0			6b746f30b713a4939a8a42eef70d4ae5
+22	59%	NUMBER	NUM	O	0			6b746f30b713a4939a8a42eef70d4ae5
+
+1	I	i	PRON	O	0			2f1bf00d888c13e20e78514a7dd98822
+2	'	'	PART	O	0			2f1bf00d888c13e20e78514a7dd98822
+3	ve	ve	VERB	O	0			2f1bf00d888c13e20e78514a7dd98822
+4	just	just	ADV	O	0			2f1bf00d888c13e20e78514a7dd98822
+5	found	found	VERB	O	0			2f1bf00d888c13e20e78514a7dd98822
+6	out	out	PART	O	0			2f1bf00d888c13e20e78514a7dd98822
+7	that	that	CONJ	O	0			2f1bf00d888c13e20e78514a7dd98822
+8	I	i	PRON	O	0			2f1bf00d888c13e20e78514a7dd98822
+9	'	'	PART	O	0			2f1bf00d888c13e20e78514a7dd98822
+10	ve	ve	VERB	O	0			2f1bf00d888c13e20e78514a7dd98822
+11	been	be	AUX	O	0			2f1bf00d888c13e20e78514a7dd98822
+12	paying	pay	VERB	O	0			2f1bf00d888c13e20e78514a7dd98822
+13	£	£	X	O	0			2f1bf00d888c13e20e78514a7dd98822
+14	00	00	NUM	O	0			2f1bf00d888c13e20e78514a7dd98822
+15	a	a	ADP	O	0			2f1bf00d888c13e20e78514a7dd98822
+16	month	month	NOUN	O	0			2f1bf00d888c13e20e78514a7dd98822
+17	and	and	CONJ	O	0			2f1bf00d888c13e20e78514a7dd98822
+18	not	not	ADV	O	0			2f1bf00d888c13e20e78514a7dd98822
+19	getting	get	VERB	O	0			2f1bf00d888c13e20e78514a7dd98822
+20	my	my	DET	O	0			2f1bf00d888c13e20e78514a7dd98822
+21	0G	0g	NOUN	O	0			2f1bf00d888c13e20e78514a7dd98822
+22	-	-	PUNCT	O	0			2f1bf00d888c13e20e78514a7dd98822
+23	awful	awful	ADJ	O	0			2f1bf00d888c13e20e78514a7dd98822
+24	.	.	PUNCT	O	0			2f1bf00d888c13e20e78514a7dd98822
+
+1	I	i	PRON	O	0			3f40e1742c0ad35325053d03e953211d
+2	complained	complain	VERB	O	0			3f40e1742c0ad35325053d03e953211d
+3	to	to	ADP	O	0			3f40e1742c0ad35325053d03e953211d
+4	them	them	PRON	O	0			3f40e1742c0ad35325053d03e953211d
+5	and	and	CONJ	O	0			3f40e1742c0ad35325053d03e953211d
+6	have	have	AUX	O	0			3f40e1742c0ad35325053d03e953211d
+7	copied	copy	VERB	O	0			3f40e1742c0ad35325053d03e953211d
+8	their	their	DET	O	0			3f40e1742c0ad35325053d03e953211d
+9	response	response	NOUN	O	0			3f40e1742c0ad35325053d03e953211d
+10	below	below	ADP	O	0			3f40e1742c0ad35325053d03e953211d
+11	.	.	PUNCT	O	0			3f40e1742c0ad35325053d03e953211d
+
+1	RT	rt	X	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+2	@ieatpussy4pizza	@USER	X	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+3	:	:	X	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+4	@Allan_oVo	@USER	X	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+5	got	get	VERB	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+6	them	them	DET	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+7	black	black	ADJ	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+8	girl	girl	NOUN	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+9	groupies	groupie	NOUN	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+10	though	though	ADP	O	0			34c47d0a43e87396ed65a5bb7b9b0782
+
+1	USED	use	VERB	O	0			19586880205423a186c5eacb559e16e4
+2	TWICE	twice	ADV	O	0			19586880205423a186c5eacb559e16e4
+3	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+4	VERY	very	ADV	O	0			19586880205423a186c5eacb559e16e4
+5	DECIEVING	decieving	ADJ	O	0			19586880205423a186c5eacb559e16e4
+6	INFORMATION	information	VERB	O	0			19586880205423a186c5eacb559e16e4
+7	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+8	BACKED	back	VERB	O	0			19586880205423a186c5eacb559e16e4
+9	UP	up	PART	O	0			19586880205423a186c5eacb559e16e4
+10	BY	by	ADP	O	0			19586880205423a186c5eacb559e16e4
+11	UNHELPFULL	unhelpfull	ADJ	O	0			19586880205423a186c5eacb559e16e4
+12	STAFF	staff	NOUN	O	0			19586880205423a186c5eacb559e16e4
+13	MEMBERS	members	PROPN	O	0			19586880205423a186c5eacb559e16e4
+14	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+15	HAD	have	AUX	O	0			19586880205423a186c5eacb559e16e4
+16	TO	to	PART	O	0			19586880205423a186c5eacb559e16e4
+17	DO	do	VERB	O	0			19586880205423a186c5eacb559e16e4
+18	A	a	DET	O	0			19586880205423a186c5eacb559e16e4
+19	CLAIMBACK	claimback	PROPN	O	0			19586880205423a186c5eacb559e16e4
+20	LAST	last	ADJ	O	0			19586880205423a186c5eacb559e16e4
+21	TIME	time	NOUN	O	0			19586880205423a186c5eacb559e16e4
+22	TO	to	PART	O	0			19586880205423a186c5eacb559e16e4
+23	RECOVER	recover	VERB	O	0			19586880205423a186c5eacb559e16e4
+24	PAYMENT	payment	NOUN	O	0			19586880205423a186c5eacb559e16e4
+25	MADE	make	VERB	O	0			19586880205423a186c5eacb559e16e4
+26	IN	in	ADP	O	0			19586880205423a186c5eacb559e16e4
+27	FULL	full	ADJ	O	0			19586880205423a186c5eacb559e16e4
+28	IN	in	ADP	O	0			19586880205423a186c5eacb559e16e4
+29	ADVANCE	advance	NOUN	O	0			19586880205423a186c5eacb559e16e4
+30	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+31	NEVER	never	ADV	O	0			19586880205423a186c5eacb559e16e4
+32	AGAIN	again	ADV	O	0			19586880205423a186c5eacb559e16e4
+33	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+34	BEWARE	beware	VERB	O	0			19586880205423a186c5eacb559e16e4
+35	,	,	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+36	CHECK	check	VERB	O	0			19586880205423a186c5eacb559e16e4
+37	THOROUGHLY	thoroughly	ADV	O	0			19586880205423a186c5eacb559e16e4
+38	...	...	PUNCT	O	0			19586880205423a186c5eacb559e16e4
+
+1	@KUTV2News	@USER	X	O	0			29b219740dbf02a9a70e49bf3858a40d
+2	is	be	AUX	O	0			29b219740dbf02a9a70e49bf3858a40d
+3	giving	give	VERB	O	0			29b219740dbf02a9a70e49bf3858a40d
+4	away	away	ADV	O	0			29b219740dbf02a9a70e49bf3858a40d
+5	2	NUMBER	NUM	O	0			29b219740dbf02a9a70e49bf3858a40d
+6	$250	NUMBER	NUM	O	0			29b219740dbf02a9a70e49bf3858a40d
+7	Grocery	grocery	NOUN	O	0			29b219740dbf02a9a70e49bf3858a40d
+8	Gift	gift	NOUN	O	0			29b219740dbf02a9a70e49bf3858a40d
+9	Cards	cards	NOUN	O	0			29b219740dbf02a9a70e49bf3858a40d
+10	to	to	ADP	O	0			29b219740dbf02a9a70e49bf3858a40d
+11	Associated	associated	PROPN	O	0			29b219740dbf02a9a70e49bf3858a40d
+12	Foods	foods	PROPN	O	0			29b219740dbf02a9a70e49bf3858a40d
+13	.	.	PUNCT	O	0			29b219740dbf02a9a70e49bf3858a40d
+14	Winner	winner	NOUN	O	0			29b219740dbf02a9a70e49bf3858a40d
+15	announced	announce	VERB	O	0			29b219740dbf02a9a70e49bf3858a40d
+16	Wed	wed	PROPN	O	0			29b219740dbf02a9a70e49bf3858a40d
+17	on	on	ADP	O	0			29b219740dbf02a9a70e49bf3858a40d
+18	2News	2news	PROPN	O	0			29b219740dbf02a9a70e49bf3858a40d
+19	at	at	ADP	O	0			29b219740dbf02a9a70e49bf3858a40d
+20	10	NUMBER	NUM	O	0			29b219740dbf02a9a70e49bf3858a40d
+21	!	!	PUNCT	O	0			29b219740dbf02a9a70e49bf3858a40d
+22	http://on.fb.me/h8uFzD	URL	X	O	0			29b219740dbf02a9a70e49bf3858a40d
+
+1	Ordering	ordering	NOUN	O	0			81da46725ec3d4bc63cc3ddc757351c4
+2	was	be	VERB	O	0			81da46725ec3d4bc63cc3ddc757351c4
+3	easy	easy	ADJ	O	0			81da46725ec3d4bc63cc3ddc757351c4
+4	and	and	CONJ	O	0			81da46725ec3d4bc63cc3ddc757351c4
+5	delivery	delivery	NOUN	O	0			81da46725ec3d4bc63cc3ddc757351c4
+6	was	be	VERB	O	0			81da46725ec3d4bc63cc3ddc757351c4
+7	quick	quick	ADJ	O	0			81da46725ec3d4bc63cc3ddc757351c4
+8	.	.	PUNCT	O	0			81da46725ec3d4bc63cc3ddc757351c4
+
+1	Three	three	NUM	O	0			32382b5c33084b52bcef38cd1cb37e5b
+2	weeks	week	NOUN	O	0			32382b5c33084b52bcef38cd1cb37e5b
+3	later	later	ADV	O	0			32382b5c33084b52bcef38cd1cb37e5b
+4	I	i	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+5	was	be	AUX	O	0			32382b5c33084b52bcef38cd1cb37e5b
+6	told	tell	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+7	they	they	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+8	couldn	couldn	AUX	O	0			32382b5c33084b52bcef38cd1cb37e5b
+9	'	'	PART	O	0			32382b5c33084b52bcef38cd1cb37e5b
+10	t	t	PART	O	0			32382b5c33084b52bcef38cd1cb37e5b
+11	get	get	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+12	it	it	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+13	and	and	CONJ	O	0			32382b5c33084b52bcef38cd1cb37e5b
+14	I	i	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+15	should	should	AUX	O	0			32382b5c33084b52bcef38cd1cb37e5b
+16	go	go	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+17	elsewhere	elsewhere	ADV	O	0			32382b5c33084b52bcef38cd1cb37e5b
+18	,	,	PUNCT	O	0			32382b5c33084b52bcef38cd1cb37e5b
+19	and	and	CONJ	O	0			32382b5c33084b52bcef38cd1cb37e5b
+20	I	i	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+21	was	be	AUX	O	0			32382b5c33084b52bcef38cd1cb37e5b
+22	told	tell	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+23	that	that	CONJ	O	0			32382b5c33084b52bcef38cd1cb37e5b
+24	it	it	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+25	would	would	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+26	take	take	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+27	up	up	ADP	O	0			32382b5c33084b52bcef38cd1cb37e5b
+28	to	to	ADP	O	0			32382b5c33084b52bcef38cd1cb37e5b
+29	00	00	NUM	O	0			32382b5c33084b52bcef38cd1cb37e5b
+30	days	days	NOUN	O	0			32382b5c33084b52bcef38cd1cb37e5b
+31	to	to	PART	O	0			32382b5c33084b52bcef38cd1cb37e5b
+32	refund	refund	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+33	my	my	DET	O	0			32382b5c33084b52bcef38cd1cb37e5b
+34	money	money	NOUN	O	0			32382b5c33084b52bcef38cd1cb37e5b
+35	,	,	PUNCT	O	0			32382b5c33084b52bcef38cd1cb37e5b
+36	which	which	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+37	it	it	PRON	O	0			32382b5c33084b52bcef38cd1cb37e5b
+38	did	do	VERB	O	0			32382b5c33084b52bcef38cd1cb37e5b
+39	.	.	PUNCT	O	0			32382b5c33084b52bcef38cd1cb37e5b
+
+1	Found	found	VERB	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+2	a	a	DET	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+3	device	device	NOUN	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+4	that	that	PRON	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+5	matched	match	VERB	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+6	our	our	DET	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+7	criteria	criterion	NOUN	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+8	and	and	CONJ	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+9	also	also	ADV	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+10	compared	compare	VERB	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+11	well	well	ADV	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+12	from	from	ADP	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+13	a	a	DET	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+14	price	price	NOUN	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+15	comparison	comparison	NOUN	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+16	perspective	perspective	NOUN	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+17	.	.	PUNCT	O	0			98bd1680b7ff9d9d6c17a38fa5c4c370
+
+1	I	i	PRON	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+2	have	have	AUX	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+3	been	be	AUX	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+4	buying	buy	VERB	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+5	Glucosamine	glucosamine	NOUN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+6	and	and	CONJ	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+7	Multi	multi	PROPN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+8	-	-	PUNCT	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+9	Vitamins	vitamin	NOUN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+10	now	now	ADV	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+11	for	for	ADP	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+12	quite	quite	ADV	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+13	some	some	DET	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+14	time	time	NOUN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+15	for	for	ADP	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+16	my	my	DET	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+17	elderly	elderly	ADJ	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+18	dog	dog	NOUN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+19	who	who	PRON	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+20	suffers	suffer	VERB	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+21	from	from	ADP	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+22	arthritis	arthritis	NOUN	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+23	.	.	PUNCT	O	0			5b8d2f61d2c413c608c2f54d7c4bf740
+
+1	We	we	PRON	O	0			8e36821759f0a98bc196c75dd042ef93
+2	never	never	ADV	O	0			8e36821759f0a98bc196c75dd042ef93
+3	even	even	ADV	O	0			8e36821759f0a98bc196c75dd042ef93
+4	looked	look	VERB	O	0			8e36821759f0a98bc196c75dd042ef93
+5	at	at	ADP	O	0			8e36821759f0a98bc196c75dd042ef93
+6	other	other	ADJ	O	0			8e36821759f0a98bc196c75dd042ef93
+7	sites	site	NOUN	O	0			8e36821759f0a98bc196c75dd042ef93
+8	because	because	CONJ	O	0			8e36821759f0a98bc196c75dd042ef93
+9	the	the	DET	O	0			8e36821759f0a98bc196c75dd042ef93
+10	service	service	NOUN	O	0			8e36821759f0a98bc196c75dd042ef93
+11	we	we	PRON	O	0			8e36821759f0a98bc196c75dd042ef93
+12	got	get	VERB	O	0			8e36821759f0a98bc196c75dd042ef93
+13	in	in	ADP	O	0			8e36821759f0a98bc196c75dd042ef93
+14	the	the	DET	O	0			8e36821759f0a98bc196c75dd042ef93
+15	past	past	NOUN	O	0			8e36821759f0a98bc196c75dd042ef93
+16	was	be	VERB	O	0			8e36821759f0a98bc196c75dd042ef93
+17	good	good	ADJ	O	0			8e36821759f0a98bc196c75dd042ef93
+18	.	.	PUNCT	O	0			8e36821759f0a98bc196c75dd042ef93
+
+1	Facing	face	VERB	O	0			9407d9618cefa042f9f96d36dfc110f0
+2	difficulties	difficulty	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+3	in	in	SCONJ	O	0			9407d9618cefa042f9f96d36dfc110f0
+4	serving	serve	VERB	O	0			9407d9618cefa042f9f96d36dfc110f0
+5	elder	elder	ADJ	O	0			9407d9618cefa042f9f96d36dfc110f0
+6	family	family	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+7	member	member	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+8	get	get	VERB	O	0			9407d9618cefa042f9f96d36dfc110f0
+9	assistance	assistance	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+10	from	from	ADP	O	0			9407d9618cefa042f9f96d36dfc110f0
+11	respite	respite	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+12	care	care	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+13	service	service	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+14	and	and	CONJ	O	0			9407d9618cefa042f9f96d36dfc110f0
+15	live	live	VERB	O	0			9407d9618cefa042f9f96d36dfc110f0
+16	life	life	NOUN	O	0			9407d9618cefa042f9f96d36dfc110f0
+17	peacefully	peacefully	ADV	O	0			9407d9618cefa042f9f96d36dfc110f0
+18	.	.	PUNCT	O	0			9407d9618cefa042f9f96d36dfc110f0
+19	http://ow.ly/2CnxL	URL	X	O	0			9407d9618cefa042f9f96d36dfc110f0
+
+1	Twitter	twitter	PROPN	O	0			c3bfce59a4be0b068ad3078141428f84
+2	off#	off#	ADJ	O	0			c3bfce59a4be0b068ad3078141428f84
+
+1	Mmmmm	mmmmm	INTJ	O	0			17a549fd3f0661963f8fec96ae2c3785
+2	cranberries	cranberry	NOUN	O	0			17a549fd3f0661963f8fec96ae2c3785
+3	:)	EMOTICON	X	O	0			17a549fd3f0661963f8fec96ae2c3785
+
+1	Follow	follow	PROPN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+2	up	up	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+3	:	:	PUNCT	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+4	I	i	PRON	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+5	have	have	AUX	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+6	recently	recently	ADV	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+7	been	be	AUX	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+8	told	tell	VERB	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+9	by	by	ADP	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+10	an	an	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+11	independent	independent	ADJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+12	surgeon	surgeon	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+13	that	that	CONJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+14	the	the	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+15	Optical	optical	PROPN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+16	Express	express	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+17	surgeon	surgeon	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+18	put	put	VERB	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+19	incorrect	incorrect	ADJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+20	parameters	parameter	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+21	into	into	ADP	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+22	the	the	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+23	laser	laser	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+24	before	before	ADP	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+25	my	my	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+26	second	second	ADJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+27	(	(	PUNCT	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+28	LASEK	lasek	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+29	)	)	PUNCT	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+30	surgery	surgery	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+31	(	(	PUNCT	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+32	first	first	ADJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+33	surgery	surgery	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+34	LASIK	lasik	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+35	was	be	VERB	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+36	a	a	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+37	failure	failure	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+38	by	by	ADP	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+39	the	the	DET	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+40	same	same	ADJ	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+41	surgeon	surgeon	NOUN	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+42	).	).	PUNCT	O	0			af8ba23ac0c62db07c5da40ff7cf2fb6
+
+1	Their	their	DET	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+2	customer	customer	NOUN	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+3	helpline	helpline	NOUN	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+4	has	have	AUX	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+5	always	always	ADV	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+6	been	be	VERB	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+7	able	able	ADJ	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+8	to	to	PART	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+9	fix	fix	VERB	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+10	any	any	DET	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+11	problems	problem	NOUN	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+12	quickly	quickly	ADV	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+13	and	and	CONJ	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+14	courteously	courteously	ADV	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+15	.	.	PUNCT	O	0			6b7f8e8e309853a8ef531dc1cb121b85
+
+1	In	in	ADP	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+2	the	the	DET	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+3	industrialized	industrialized	ADJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+4	world	world	NOUN	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+5	,	,	PUNCT	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+6	people	people	NOUN	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+7	were	be	VERB	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+8	healthy	healthy	ADJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+9	,	,	PUNCT	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+10	educated	educated	ADJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+11	,	,	PUNCT	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+12	rich	rich	ADJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+13	,	,	PUNCT	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+14	and	and	CONJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+15	they	they	PRON	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+16	had	have	VERB	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+17	small	small	ADJ	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+18	families	family	NOUN	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+19	.	.	PUNCT	O	0			bc5f4b0651a57782cfa3ef4bea1763f9
+
+1	I	i	PRON	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+2	would	would	VERB	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+3	not	not	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+4	even	even	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+5	consider	consider	VERB	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+6	going	go	VERB	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+7	elsewhere	elsewhere	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+8	for	for	ADP	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+9	my	my	DET	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+10	vinyl	vinyl	NOUN	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+11	needs	need	NOUN	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+12	,	,	PUNCT	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+13	the	the	DET	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+14	service	service	NOUN	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+15	is	be	VERB	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+16	just	just	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+17	that	that	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+18	good	good	ADJ	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+19	and	and	CONJ	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+20	the	the	DET	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+21	price	price	NOUN	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+22	is	be	VERB	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+23	fantastic	fantastic	ADJ	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+24	too	too	ADV	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+25	.	.	PUNCT	O	0			f01f9439f38c1c69e45de71dc7d60d5d
+
+1	TCA	tca	PROPN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+2	to	to	PART	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+3	play	play	VERB	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+4	for	for	ADP	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+5	Colorado	colorado	PROPN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+6	3A	3a	PROPN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+7	women	woman	NOUN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+8	's	's	PART	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+9	soccer	soccer	NOUN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+10	championship	championship	NOUN	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+11	.	.	PUNCT	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+12	#charterschool	#charterschool	X	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+13	#tca	#tca	X	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+14	#soccer	#soccer	X	O	0			56ee9f3097eb1ae21e630ecfbdc4bcc2
+
+1	Every	every	DET	O	0			a54b98f751d1c5650c237468e9ea819e
+2	girl	girl	NOUN	O	0			a54b98f751d1c5650c237468e9ea819e
+3	always	always	ADV	O	0			a54b98f751d1c5650c237468e9ea819e
+4	says	say	VERB	O	0			a54b98f751d1c5650c237468e9ea819e
+5	RT	rt	X	O	0			a54b98f751d1c5650c237468e9ea819e
+6	@_jadorecheri	@USER	X	O	0			a54b98f751d1c5650c237468e9ea819e
+7	I	i	PRON	O	0			a54b98f751d1c5650c237468e9ea819e
+8	'm	'm	VERB	O	0			a54b98f751d1c5650c237468e9ea819e
+9	different	different	ADJ	O	0			a54b98f751d1c5650c237468e9ea819e
+10	from	from	ADP	O	0			a54b98f751d1c5650c237468e9ea819e
+11	most	most	ADJ	O	0			a54b98f751d1c5650c237468e9ea819e
+12	girls	girl	NOUN	O	0			a54b98f751d1c5650c237468e9ea819e
+13	.	.	PUNCT	O	0			a54b98f751d1c5650c237468e9ea819e
+
+1	Excellent	excellent	ADJ	O	0			cf785da7fcec3863f2398fc487b8834d
+2	on	on	ADP	O	0			cf785da7fcec3863f2398fc487b8834d
+3	time	time	NOUN	O	0			cf785da7fcec3863f2398fc487b8834d
+4	delivery	delivery	NOUN	O	0			cf785da7fcec3863f2398fc487b8834d
+5	.	.	PUNCT	O	0			cf785da7fcec3863f2398fc487b8834d
+
+1	I	i	PRON	O	0			2272c2784f510a8140dd82689e736ace
+2	ordered	order	VERB	O	0			2272c2784f510a8140dd82689e736ace
+3	a	a	DET	O	0			2272c2784f510a8140dd82689e736ace
+4	bifold	bifold	ADJ	O	0			2272c2784f510a8140dd82689e736ace
+5	shower	shower	NOUN	O	0			2272c2784f510a8140dd82689e736ace
+6	door	door	NOUN	O	0			2272c2784f510a8140dd82689e736ace
+7	and	and	CONJ	O	0			2272c2784f510a8140dd82689e736ace
+8	a	a	DET	O	0			2272c2784f510a8140dd82689e736ace
+9	shower	shower	NOUN	O	0			2272c2784f510a8140dd82689e736ace
+10	base	base	NOUN	O	0			2272c2784f510a8140dd82689e736ace
+11	with	with	ADP	O	0			2272c2784f510a8140dd82689e736ace
+12	waste	waste	NOUN	O	0			2272c2784f510a8140dd82689e736ace
+13	.	.	PUNCT	O	0			2272c2784f510a8140dd82689e736ace
+
+1	RT	rt	X	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+2	@FRIENDSHlP	@USER	X	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+3	:	:	X	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+4	Friendship	friendship	NOUN	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+5	is	be	VERB	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+6	love	love	NOUN	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+7	without	without	SCONJ	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+8	kissing	kiss	VERB	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+9	...	...	PUNCT	O	0			597b89e2575dd20e6a9f9bffbad93fcd
+
+1	«	«	X	O	0			ab3199b8834bce75b239bafad170dab0
+2	@KayoVito	@USER	X	O	0			ab3199b8834bce75b239bafad170dab0
+3	#KayoQ	#kayoq	X	O	0			ab3199b8834bce75b239bafad170dab0
+4	&A	&a	X	O	0			ab3199b8834bce75b239bafad170dab0
+5	LADIES	lady	NOUN	O	0			ab3199b8834bce75b239bafad170dab0
+6	what	what	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+7	if	if	ADP	O	0			ab3199b8834bce75b239bafad170dab0
+8	u	u	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+9	tell	tell	VERB	O	0			ab3199b8834bce75b239bafad170dab0
+10	a	a	DET	O	0			ab3199b8834bce75b239bafad170dab0
+11	guy	guy	NOUN	O	0			ab3199b8834bce75b239bafad170dab0
+12	"	"	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+13	I	i	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+14	Love	love	VERB	O	0			ab3199b8834bce75b239bafad170dab0
+15	you	you	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+16	"	"	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+17	and	and	CONJ	O	0			ab3199b8834bce75b239bafad170dab0
+18	he	he	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+19	says	say	VERB	O	0			ab3199b8834bce75b239bafad170dab0
+20	"	"	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+21	oh	oh	INTJ	O	0			ab3199b8834bce75b239bafad170dab0
+22	ok	ok	INTJ	O	0			ab3199b8834bce75b239bafad170dab0
+23	"	"	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+24	...	...	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+25	...	...	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+26	.	.	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+27	then	then	ADV	O	0			ab3199b8834bce75b239bafad170dab0
+28	what	what	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+29	?	?	PUNCT	O	0			ab3199b8834bce75b239bafad170dab0
+30	»then	»then	X	O	0			ab3199b8834bce75b239bafad170dab0
+31	he	he	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+32	do	do	AUX	O	0			ab3199b8834bce75b239bafad170dab0
+33	n't	n't	PART	O	0			ab3199b8834bce75b239bafad170dab0
+34	love	love	VERB	O	0			ab3199b8834bce75b239bafad170dab0
+35	you	you	PRON	O	0			ab3199b8834bce75b239bafad170dab0
+36	lol	lol	INTJ	O	0			ab3199b8834bce75b239bafad170dab0
+
+1	@CoverGurlFayyy	@USER	X	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+2	i	i	PRON	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+3	did	do	VERB	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+4	tooo	tooo	ADV	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+5	!	!	PUNCT	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+6	this	this	PRON	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+7	is	be	AUX	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+8	getting	get	VERB	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+9	goood	goood	ADJ	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+10	.	.	PUNCT	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+11	lol	lol	INTJ	O	0			9e1935a09c319d1a1b8805bb59da6c6c
+
+1	if	if	SCONJ	O	0			144ed70265605cc0afdb221b17ec4757
+2	@DoobieClothing	@USER	X	O	0			144ed70265605cc0afdb221b17ec4757
+3	do	do	AUX	O	0			144ed70265605cc0afdb221b17ec4757
+4	nt	nt	PART	O	0			144ed70265605cc0afdb221b17ec4757
+5	make	make	VERB	O	0			144ed70265605cc0afdb221b17ec4757
+6	some	some	DET	O	0			144ed70265605cc0afdb221b17ec4757
+7	hoodies	hoodies	NOUN	O	0			144ed70265605cc0afdb221b17ec4757
+8	soon	soon	ADV	O	0			144ed70265605cc0afdb221b17ec4757
+9	...	...	PUNCT	O	0			144ed70265605cc0afdb221b17ec4757
+10	i	i	PRON	O	0			144ed70265605cc0afdb221b17ec4757
+11	mma	mma	AUX	O	0			144ed70265605cc0afdb221b17ec4757
+12	beat	beat	VERB	O	0			144ed70265605cc0afdb221b17ec4757
+13	em	em	PRON	O	0			144ed70265605cc0afdb221b17ec4757
+14	!	!	PUNCT	O	0			144ed70265605cc0afdb221b17ec4757
+
+1	Ordered	order	VERB	O	0			6c9695e5a43315829982911bd4ba385a
+2	0	0	NUM	O	0			6c9695e5a43315829982911bd4ba385a
+3	nail	nail	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+4	varnishes	varnish	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+5	good	good	ADJ	O	0			6c9695e5a43315829982911bd4ba385a
+6	quality	quality	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+7	makes	make	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+8	love	love	VERB	O	0			6c9695e5a43315829982911bd4ba385a
+9	the	the	DET	O	0			6c9695e5a43315829982911bd4ba385a
+10	colours	colours	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+11	keeping	keep	VERB	O	0			6c9695e5a43315829982911bd4ba385a
+12	them	them	PRON	O	0			6c9695e5a43315829982911bd4ba385a
+13	for	for	ADP	O	0			6c9695e5a43315829982911bd4ba385a
+14	my	my	DET	O	0			6c9695e5a43315829982911bd4ba385a
+15	hols	hols	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+16	very	very	ADV	O	0			6c9695e5a43315829982911bd4ba385a
+17	easy	easy	ADJ	O	0			6c9695e5a43315829982911bd4ba385a
+18	to	to	PART	O	0			6c9695e5a43315829982911bd4ba385a
+19	order	order	VERB	O	0			6c9695e5a43315829982911bd4ba385a
+20	quick	quick	ADJ	O	0			6c9695e5a43315829982911bd4ba385a
+21	delivery	delivery	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+22	and	and	CONJ	O	0			6c9695e5a43315829982911bd4ba385a
+23	excellent	excellent	ADJ	O	0			6c9695e5a43315829982911bd4ba385a
+24	prices	price	NOUN	O	0			6c9695e5a43315829982911bd4ba385a
+
+1	Fuck	fuck	VERB	O	0			2a80d18d8ff8b883409545bcaff04038
+2			PRON	O	0			2a80d18d8ff8b883409545bcaff04038
+
+1	@MrNixon357	@USER	X	O	0			121deed53e03790e5e9abf6b0592619c
+2	aight	aight	INTJ	O	0			121deed53e03790e5e9abf6b0592619c
+3	leaving	leave	VERB	O	0			121deed53e03790e5e9abf6b0592619c
+4	my	my	PRON	O	0			121deed53e03790e5e9abf6b0592619c
+5	crib	crib	NOUN	O	0			121deed53e03790e5e9abf6b0592619c
+6	in	in	ADP	O	0			121deed53e03790e5e9abf6b0592619c
+7	20	NUMBER	NUM	O	0			121deed53e03790e5e9abf6b0592619c
+8	minutes	minutes	NOUN	O	0			121deed53e03790e5e9abf6b0592619c
+
+1	http://bit.ly/er4S9P	URL	X	O	0			a814e089d8d39fa73ed3931c8161cf35
+2	making	make	VERB	O	0			a814e089d8d39fa73ed3931c8161cf35
+3	it	it	PRON	O	0			a814e089d8d39fa73ed3931c8161cf35
+4	easy	easy	ADJ	O	0			a814e089d8d39fa73ed3931c8161cf35
+5	to	to	PART	O	0			a814e089d8d39fa73ed3931c8161cf35
+6	put	put	VERB	O	0			a814e089d8d39fa73ed3931c8161cf35
+7	up	up	ADP	O	0			a814e089d8d39fa73ed3931c8161cf35
+8	a	a	DET	O	0			a814e089d8d39fa73ed3931c8161cf35
+9	@wordpress	@USER	X	O	0			a814e089d8d39fa73ed3931c8161cf35
+10	,	,	PUNCT	O	0			a814e089d8d39fa73ed3931c8161cf35
+11	@joomla	@USER	X	O	0			a814e089d8d39fa73ed3931c8161cf35
+12	in	in	ADP	O	0			a814e089d8d39fa73ed3931c8161cf35
+13	the	the	DET	O	0			a814e089d8d39fa73ed3931c8161cf35
+14	cloud	cloud	NOUN	O	0			a814e089d8d39fa73ed3931c8161cf35
+15	#aws	#aws	X	O	0			a814e089d8d39fa73ed3931c8161cf35
+
+1	well	well	X	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+2	here	here	ADV	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+3	I	i	PRON	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+4	am	be	AUX	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+5	waiting	wait	VERB	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+6	for	for	ADP	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+7	tickets	ticket	NOUN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+8	for	for	ADP	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+9	the	the	DET	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+10	England	england	PROPN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+11	v	v	ADP	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+12	Australia	australia	PROPN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+13	game	game	NOUN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+14	Nov	nov	NOUN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+15	0nd	0nd	NOUN	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+16	.	.	PUNCT	O	0			c3d5a7aa1ca35dd6143984dca6ba0a22
+
+1	And	and	CONJ	O	0			e116345020d9fda67ac95769e7a00ee9
+2	if	if	SCONJ	O	0			e116345020d9fda67ac95769e7a00ee9
+3	the	the	DET	O	0			e116345020d9fda67ac95769e7a00ee9
+4	TV	tv	NOUN	O	0			e116345020d9fda67ac95769e7a00ee9
+5	was	be	VERB	O	0			e116345020d9fda67ac95769e7a00ee9
+6	on	on	ADV	O	0			e116345020d9fda67ac95769e7a00ee9
+7	,	,	PUNCT	O	0			e116345020d9fda67ac95769e7a00ee9
+8	we	we	PRON	O	0			e116345020d9fda67ac95769e7a00ee9
+9	were	be	AUX	O	0			e116345020d9fda67ac95769e7a00ee9
+10	watching	watch	VERB	O	0			e116345020d9fda67ac95769e7a00ee9
+11	a	a	DET	O	0			e116345020d9fda67ac95769e7a00ee9
+12	documentary	documentary	NOUN	O	0			e116345020d9fda67ac95769e7a00ee9
+13	.	.	PUNCT	O	0			e116345020d9fda67ac95769e7a00ee9
+
+1	Purchased	purchase	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+2	a	a	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+3	couple	couple	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+4	of	of	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+5	things	things	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+6	from	from	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+7	Currys	curry	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+8	recently	recently	ADV	O	0			cbf9b2f7e841f8f72028970058d06739
+9	,	,	PUNCT	O	0			cbf9b2f7e841f8f72028970058d06739
+10	One	one	NUM	O	0			cbf9b2f7e841f8f72028970058d06739
+11	of	of	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+12	the	the	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+13	items	item	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+14	would	would	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+15	not	not	ADV	O	0			cbf9b2f7e841f8f72028970058d06739
+16	allow	allow	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+17	me	me	PRON	O	0			cbf9b2f7e841f8f72028970058d06739
+18	to	to	PART	O	0			cbf9b2f7e841f8f72028970058d06739
+19	purchase	purchase	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+20	on	on	ADJ	O	0			cbf9b2f7e841f8f72028970058d06739
+21	-	-	PUNCT	O	0			cbf9b2f7e841f8f72028970058d06739
+22	line	line	ADJ	O	0			cbf9b2f7e841f8f72028970058d06739
+23	,	,	PUNCT	O	0			cbf9b2f7e841f8f72028970058d06739
+24	so	so	ADV	O	0			cbf9b2f7e841f8f72028970058d06739
+25	after	after	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+26	searching	search	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+27	the	the	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+28	internet	internet	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+29	for	for	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+30	a	a	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+31	contact	contact	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+32	number	number	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+33	for	for	ADP	O	0			cbf9b2f7e841f8f72028970058d06739
+34	my	my	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+35	local	local	ADJ	O	0			cbf9b2f7e841f8f72028970058d06739
+36	store	store	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+37	(	(	PUNCT	O	0			cbf9b2f7e841f8f72028970058d06739
+38	this	this	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+39	is	be	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+40	an	an	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+41	impossible	impossible	ADJ	O	0			cbf9b2f7e841f8f72028970058d06739
+42	task	task	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+43	and	and	CONJ	O	0			cbf9b2f7e841f8f72028970058d06739
+44	the	the	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+45	website	website	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+46	also	also	ADV	O	0			cbf9b2f7e841f8f72028970058d06739
+47	does	do	AUX	O	0			cbf9b2f7e841f8f72028970058d06739
+48	not	not	ADV	O	0			cbf9b2f7e841f8f72028970058d06739
+49	have	have	VERB	O	0			cbf9b2f7e841f8f72028970058d06739
+50	this	this	DET	O	0			cbf9b2f7e841f8f72028970058d06739
+51	information	information	NOUN	O	0			cbf9b2f7e841f8f72028970058d06739
+52	).	).	PUNCT	O	0			cbf9b2f7e841f8f72028970058d06739
+
+1	RT	rt	X	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+2	@taylorswift13	@USER	X	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+3	:	:	X	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+4	I	i	PRON	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+5	got	get	AUX	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+6	to	to	ADP	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+7	say	say	VERB	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+8	'	'	PUNCT	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+9	peace	peace	NOUN	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+10	up	up	ADJ	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+11	,	,	PUNCT	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+12	A-town	a-town	PROPN	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+13	down	down	ADJ	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+14	'	'	PUNCT	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+15	in	in	ADP	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+16	atlanta	atlanta	PROPN	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+17	then	then	ADV	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+18	@UsherRaymondIV	@USER	X	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+19	came	come	VERB	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+20	out	out	ADP	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+21	and	and	CONJ	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+22	sang	sing	VERB	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+23	'	'	PUNCT	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+24	Yeah!'	yeah!'	INTJ	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+25	with	with	ADP	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+26	me	me	PRON	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+27	.	.	PUNCT	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+28	I	i	PRON	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+29	'm	'm	VERB	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+30	thinking	think	VERB	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+31	...	...	X	O	0			df8e6a6ebca20562ff7855b3d5a59cb5
+
+1	Ambitious	ambitious	ADJ	O	0			74dcb46163f54280dfba3b8c129d444e
+2	young	young	ADJ	O	0			74dcb46163f54280dfba3b8c129d444e
+3	Italians	italians	PROPN	O	0			74dcb46163f54280dfba3b8c129d444e
+4	are	be	AUX	O	0			74dcb46163f54280dfba3b8c129d444e
+5	quitting	quit	VERB	O	0			74dcb46163f54280dfba3b8c129d444e
+6	their	their	PRON	O	0			74dcb46163f54280dfba3b8c129d444e
+7	country	country	NOUN	O	0			74dcb46163f54280dfba3b8c129d444e
+8	in	in	ADP	O	0			74dcb46163f54280dfba3b8c129d444e
+9	droves	drove	NOUN	O	0			74dcb46163f54280dfba3b8c129d444e
+10	,	,	PUNCT	O	0			74dcb46163f54280dfba3b8c129d444e
+11	leaving	leave	VERB	O	0			74dcb46163f54280dfba3b8c129d444e
+12	power	power	NOUN	O	0			74dcb46163f54280dfba3b8c129d444e
+13	in	in	ADP	O	0			74dcb46163f54280dfba3b8c129d444e
+14	the	the	DET	O	0			74dcb46163f54280dfba3b8c129d444e
+15	hands	hands	NOUN	O	0			74dcb46163f54280dfba3b8c129d444e
+16	of	of	ADP	O	0			74dcb46163f54280dfba3b8c129d444e
+17	an	an	DET	O	0			74dcb46163f54280dfba3b8c129d444e
+18	elderly	elderly	ADJ	O	0			74dcb46163f54280dfba3b8c129d444e
+19	elite	elite	NOUN	O	0			74dcb46163f54280dfba3b8c129d444e
+20	.	.	PUNCT	O	0			74dcb46163f54280dfba3b8c129d444e
+21	http://t.co/6idomWv	URL	X	O	0			74dcb46163f54280dfba3b8c129d444e
+22	#tsunami	#tsunami	X	O	0			74dcb46163f54280dfba3b8c129d444e
+
+1	This	this	DET	O	0			9f4de00ec5d885f55335c80835b0754b
+2	is	be	VERB	O	0			9f4de00ec5d885f55335c80835b0754b
+3	a	a	DET	O	0			9f4de00ec5d885f55335c80835b0754b
+4	100,000-volt	100,000-volt	ADJ	O	0			9f4de00ec5d885f55335c80835b0754b
+5	Tesla	tesla	ADJ	O	0			9f4de00ec5d885f55335c80835b0754b
+6	coil	coil	NOUN	O	0			9f4de00ec5d885f55335c80835b0754b
+7	that	that	DET	O	0			9f4de00ec5d885f55335c80835b0754b
+8	I	i	PRON	O	0			9f4de00ec5d885f55335c80835b0754b
+9	built	build	VERB	O	0			9f4de00ec5d885f55335c80835b0754b
+10	in	in	ADP	O	0			9f4de00ec5d885f55335c80835b0754b
+11	my	my	PRON	O	0			9f4de00ec5d885f55335c80835b0754b
+12	bedroom	bedroom	NOUN	O	0			9f4de00ec5d885f55335c80835b0754b
+13	,	,	PUNCT	O	0			9f4de00ec5d885f55335c80835b0754b
+14	much	much	ADV	O	0			9f4de00ec5d885f55335c80835b0754b
+15	to	to	PART	O	0			9f4de00ec5d885f55335c80835b0754b
+16	the	the	DET	O	0			9f4de00ec5d885f55335c80835b0754b
+17	dismay	dismay	NOUN	O	0			9f4de00ec5d885f55335c80835b0754b
+18	of	of	ADP	O	0			9f4de00ec5d885f55335c80835b0754b
+19	my	my	PRON	O	0			9f4de00ec5d885f55335c80835b0754b
+20	mother	mother	NOUN	O	0			9f4de00ec5d885f55335c80835b0754b
+21	.	.	PUNCT	O	0			9f4de00ec5d885f55335c80835b0754b
+
+1	In	in	ADP	O	0			0901db18927b4c5feaa298c0306450c7
+2	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+3	front	front	NOUN	O	0			0901db18927b4c5feaa298c0306450c7
+4	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+5	you	you	PRON	O	0			0901db18927b4c5feaa298c0306450c7
+6	see	see	VERB	O	0			0901db18927b4c5feaa298c0306450c7
+7	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+8	actually	actually	ADV	O	0			0901db18927b4c5feaa298c0306450c7
+9	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+10	Joe	joe	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+11	Murray	murray	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+12	getting	get	VERB	O	0			0901db18927b4c5feaa298c0306450c7
+13	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+14	patient	patient	NOUN	O	0			0901db18927b4c5feaa298c0306450c7
+15	ready	ready	ADJ	O	0			0901db18927b4c5feaa298c0306450c7
+16	for	for	ADP	O	0			0901db18927b4c5feaa298c0306450c7
+17	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+18	transplant	transplant	NOUN	O	0			0901db18927b4c5feaa298c0306450c7
+19	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+20	while	while	SCONJ	O	0			0901db18927b4c5feaa298c0306450c7
+21	in	in	ADP	O	0			0901db18927b4c5feaa298c0306450c7
+22	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+23	back	back	ADJ	O	0			0901db18927b4c5feaa298c0306450c7
+24	room	room	NOUN	O	0			0901db18927b4c5feaa298c0306450c7
+25	you	you	PRON	O	0			0901db18927b4c5feaa298c0306450c7
+26	see	see	VERB	O	0			0901db18927b4c5feaa298c0306450c7
+27	Hartwell	hartwell	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+28	Harrison	harrison	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+29	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+30	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+31	Chief	chief	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+32	of	of	ADP	O	0			0901db18927b4c5feaa298c0306450c7
+33	Urology	urology	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+34	at	at	ADP	O	0			0901db18927b4c5feaa298c0306450c7
+35	Harvard	harvard	PROPN	O	0			0901db18927b4c5feaa298c0306450c7
+36	,	,	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+37	actually	actually	ADV	O	0			0901db18927b4c5feaa298c0306450c7
+38	harvesting	harvest	VERB	O	0			0901db18927b4c5feaa298c0306450c7
+39	the	the	DET	O	0			0901db18927b4c5feaa298c0306450c7
+40	kidney	kidney	NOUN	O	0			0901db18927b4c5feaa298c0306450c7
+41	.	.	PUNCT	O	0			0901db18927b4c5feaa298c0306450c7
+
+1	I	i	PRON	O	0			358333579234ca46578cc6133e57da23
+2	was	be	AUX	O	0			358333579234ca46578cc6133e57da23
+3	offered	offer	VERB	O	0			358333579234ca46578cc6133e57da23
+4	an	an	DET	O	0			358333579234ca46578cc6133e57da23
+5	alternative	alternative	NOUN	O	0			358333579234ca46578cc6133e57da23
+6	.	.	PUNCT	O	0			358333579234ca46578cc6133e57da23
+
+1	I	i	PRON	O	0			119c491808e5e3aeaec5f11922613a28
+2	do	do	AUX	O	0			119c491808e5e3aeaec5f11922613a28
+3	n't	n't	PART	O	0			119c491808e5e3aeaec5f11922613a28
+4	mean	mean	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+5	to	to	PART	O	0			119c491808e5e3aeaec5f11922613a28
+6	stay	stay	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+7	awake	awake	ADJ	O	0			119c491808e5e3aeaec5f11922613a28
+8	at	at	ADP	O	0			119c491808e5e3aeaec5f11922613a28
+9	this	this	DET	O	0			119c491808e5e3aeaec5f11922613a28
+10	hour	hour	NOUN	O	0			119c491808e5e3aeaec5f11922613a28
+11	.	.	PUNCT	O	0			119c491808e5e3aeaec5f11922613a28
+12	But	but	CONJ	O	0			119c491808e5e3aeaec5f11922613a28
+13	that	that	PRON	O	0			119c491808e5e3aeaec5f11922613a28
+14	is	be	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+15	what	what	PRON	O	0			119c491808e5e3aeaec5f11922613a28
+16	the	the	DET	O	0			119c491808e5e3aeaec5f11922613a28
+17	poorest	poor	ADJ	O	0			119c491808e5e3aeaec5f11922613a28
+18	of	of	ADP	O	0			119c491808e5e3aeaec5f11922613a28
+19	all	all	DET	O	0			119c491808e5e3aeaec5f11922613a28
+20	network	network	NOUN	O	0			119c491808e5e3aeaec5f11922613a28
+21	would	would	AUX	O	0			119c491808e5e3aeaec5f11922613a28
+22	do	do	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+23	you	you	PRON	O	0			119c491808e5e3aeaec5f11922613a28
+24	when	when	ADV	O	0			119c491808e5e3aeaec5f11922613a28
+25	you	you	PRON	O	0			119c491808e5e3aeaec5f11922613a28
+26	try	try	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+27	to	to	PART	O	0			119c491808e5e3aeaec5f11922613a28
+28	download	download	VERB	O	0			119c491808e5e3aeaec5f11922613a28
+29	!	!	PUNCT	O	0			119c491808e5e3aeaec5f11922613a28
+
+1	Reading	read	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+2	and	and	CONJ	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+3	tweeting	tweet	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+4	(	(	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+5	99%	NUMBER	NUM	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+6	tweeting	tweet	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+7	,	,	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+8	.	.	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+9	5%	NUMBER	NUM	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+10	reading	read	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+11	,	,	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+12	.	.	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+13	5%	NUMBER	NUM	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+14	wanting	want	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+15	to	to	PART	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+16	fall	fall	VERB	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+17	asleep	asleep	ADV	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+18	)	)	PUNCT	O	0			1e54915e8adeceb4d4d3b4adb78b200b
+
+1	@cliine3	@USER	X	O	0			b0b66a99365fae0fd406fd465b23f65f
+2	thanks	thanks	NOUN	O	0			b0b66a99365fae0fd406fd465b23f65f
+3	:3	EMOTICON	X	O	0			b0b66a99365fae0fd406fd465b23f65f
+
+1	Have	have	AUX	O	0			0a67e30bda65fae627b9415c347d0b17
+2	been	be	VERB	O	0			0a67e30bda65fae627b9415c347d0b17
+3	a	a	DET	O	0			0a67e30bda65fae627b9415c347d0b17
+4	loyal	loyal	ADJ	O	0			0a67e30bda65fae627b9415c347d0b17
+5	customer	customer	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+6	of	of	ADP	O	0			0a67e30bda65fae627b9415c347d0b17
+7	Orange	orange	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+8	for	for	ADP	O	0			0a67e30bda65fae627b9415c347d0b17
+9	many	many	ADJ	O	0			0a67e30bda65fae627b9415c347d0b17
+10	years	years	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+11	,	,	PUNCT	O	0			0a67e30bda65fae627b9415c347d0b17
+12	yet	yet	ADV	O	0			0a67e30bda65fae627b9415c347d0b17
+13	when	when	ADV	O	0			0a67e30bda65fae627b9415c347d0b17
+14	I	i	PRON	O	0			0a67e30bda65fae627b9415c347d0b17
+15	have	have	AUX	O	0			0a67e30bda65fae627b9415c347d0b17
+16	a	a	DET	O	0			0a67e30bda65fae627b9415c347d0b17
+17	problem	problem	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+18	customer	customer	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+19	services	services	NOUN	O	0			0a67e30bda65fae627b9415c347d0b17
+20	don	don	AUX	O	0			0a67e30bda65fae627b9415c347d0b17
+21	'	'	PART	O	0			0a67e30bda65fae627b9415c347d0b17
+22	t	t	PART	O	0			0a67e30bda65fae627b9415c347d0b17
+23	want	want	VERB	O	0			0a67e30bda65fae627b9415c347d0b17
+24	to	to	PART	O	0			0a67e30bda65fae627b9415c347d0b17
+25	know	know	VERB	O	0			0a67e30bda65fae627b9415c347d0b17
+26	.	.	PUNCT	O	0			0a67e30bda65fae627b9415c347d0b17
+
+1	@AngieMaskeBerka	@USER	X	O	0			e024960ce7cd8451300be80125588d08
+2	NBC	nbc	PROPN	O	0			e024960ce7cd8451300be80125588d08
+3	is	be	AUX	O	0			e024960ce7cd8451300be80125588d08
+4	going	go	VERB	O	0			e024960ce7cd8451300be80125588d08
+5	to	to	PART	O	0			e024960ce7cd8451300be80125588d08
+6	have	have	VERB	O	0			e024960ce7cd8451300be80125588d08
+7	the	the	DET	O	0			e024960ce7cd8451300be80125588d08
+8	NYC	nyc	PROPN	O	0			e024960ce7cd8451300be80125588d08
+9	fireworks	firework	NOUN	O	0			e024960ce7cd8451300be80125588d08
+10	on	on	ADP	O	0			e024960ce7cd8451300be80125588d08
+11	.	.	PUNCT	O	0			e024960ce7cd8451300be80125588d08
+12	They	they	PRON	O	0			e024960ce7cd8451300be80125588d08
+13	are	be	VERB	O	0			e024960ce7cd8451300be80125588d08
+14	amazing-at	amazing-at	X	O	0			e024960ce7cd8451300be80125588d08
+15	least	least	ADJ	O	0			e024960ce7cd8451300be80125588d08
+16	in	in	ADP	O	0			e024960ce7cd8451300be80125588d08
+17	person	person	NOUN	O	0			e024960ce7cd8451300be80125588d08
+18	they	they	PRON	O	0			e024960ce7cd8451300be80125588d08
+19	were	be	VERB	O	0			e024960ce7cd8451300be80125588d08
+20	two	NUMBER	NUM	O	0			e024960ce7cd8451300be80125588d08
+21	years	years	NOUN	O	0			e024960ce7cd8451300be80125588d08
+22	ago	ago	ADP	O	0			e024960ce7cd8451300be80125588d08
+23	.	.	PUNCT	O	0			e024960ce7cd8451300be80125588d08
+
+1	RT	rt	X	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+2	@GryffindorAngie	@USER	X	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+3	:	:	X	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+4	@GeorgeWeasley_	@USER	X	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+5	read	read	VERB	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+6	this	this	PRON	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+7	!!!	!!!	PUNCT	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+8	http://t.co/Qn5tk3vF	URL	X	O	0			7c728142bb4022d02ead7d5ae04b1fc6
+
+1	RT	rt	X	O	0			471c7e765994015ded040018a0d5be43
+2	@ForeverrLeslie	@USER	X	O	0			471c7e765994015ded040018a0d5be43
+3	:	:	X	O	0			471c7e765994015ded040018a0d5be43
+4	Damn	damn	INTJ	O	0			471c7e765994015ded040018a0d5be43
+5	,	,	PUNCT	O	0			471c7e765994015ded040018a0d5be43
+6	when	when	ADV	O	0			471c7e765994015ded040018a0d5be43
+7	u	u	PRON	O	0			471c7e765994015ded040018a0d5be43
+8	hit	hit	VERB	O	0			471c7e765994015ded040018a0d5be43
+9	your	your	PRON	O	0			471c7e765994015ded040018a0d5be43
+10	toe	toe	NOUN	O	0			471c7e765994015ded040018a0d5be43
+11	on	on	ADP	O	0			471c7e765994015ded040018a0d5be43
+12	the	the	DET	O	0			471c7e765994015ded040018a0d5be43
+13	door	door	NOUN	O	0			471c7e765994015ded040018a0d5be43
+14	you	you	PRON	O	0			471c7e765994015ded040018a0d5be43
+15	wanna	wanna	VERB	O	0			471c7e765994015ded040018a0d5be43
+16	say	say	VERB	O	0			471c7e765994015ded040018a0d5be43
+17	every	every	DET	O	0			471c7e765994015ded040018a0d5be43
+18	cuss	cuss	NOUN	O	0			471c7e765994015ded040018a0d5be43
+19	word	word	NOUN	O	0			471c7e765994015ded040018a0d5be43
+20	you	you	PRON	O	0			471c7e765994015ded040018a0d5be43
+21	know	know	VERB	O	0			471c7e765994015ded040018a0d5be43
+
+1	Great	great	ADJ	O	0			94f51ff63c27408104254900d67b747c
+2	service	service	NOUN	O	0			94f51ff63c27408104254900d67b747c
+3	with	with	ADP	O	0			94f51ff63c27408104254900d67b747c
+4	brilliant	brilliant	ADJ	O	0			94f51ff63c27408104254900d67b747c
+5	price	price	NOUN	O	0			94f51ff63c27408104254900d67b747c
+6	,	,	PUNCT	O	0			94f51ff63c27408104254900d67b747c
+7	use	use	VERB	O	0			94f51ff63c27408104254900d67b747c
+8	them	them	PRON	O	0			94f51ff63c27408104254900d67b747c
+9	all	all	ADV	O	0			94f51ff63c27408104254900d67b747c
+10	the	the	DET	O	0			94f51ff63c27408104254900d67b747c
+11	time	time	NOUN	O	0			94f51ff63c27408104254900d67b747c
+12	!	!	PUNCT	O	0			94f51ff63c27408104254900d67b747c
+
+1	Nick	nick	PROPN	O	0			94eef489fb966f8375ac38ab22331757
+2	Adamson	adamson	PROPN	O	0			94eef489fb966f8375ac38ab22331757
+3	's	's	PART	O	0			94eef489fb966f8375ac38ab22331757
+4	online	online	ADJ	O	0			94eef489fb966f8375ac38ab22331757
+5	audition	audition	NOUN	O	0			94eef489fb966f8375ac38ab22331757
+6	for	for	ADP	O	0			94eef489fb966f8375ac38ab22331757
+7	Gunrunner	gunrunner	PROPN	O	0			94eef489fb966f8375ac38ab22331757
+8	Billy	billy	PROPN	O	0			94eef489fb966f8375ac38ab22331757
+9	Kane	kane	PROPN	O	0			94eef489fb966f8375ac38ab22331757
+10	's	's	PART	O	0			94eef489fb966f8375ac38ab22331757
+11	character	character	NOUN	O	0			94eef489fb966f8375ac38ab22331757
+12	"	"	PUNCT	O	0			94eef489fb966f8375ac38ab22331757
+13	The	the	DET	O	0			94eef489fb966f8375ac38ab22331757
+14	Rat	rat	NOUN	O	0			94eef489fb966f8375ac38ab22331757
+15	"	"	PUNCT	O	0			94eef489fb966f8375ac38ab22331757
+16	http://fb.me/Q2q1JwMr	URL	X	O	0			94eef489fb966f8375ac38ab22331757
+
+1	@WWE	@USER	X	O	0			c3f99707d0c079f11b4a3637060ff5a4
+2	doesn't	doesn't	VERB	O	0			c3f99707d0c079f11b4a3637060ff5a4
+3	change	change	VERB	O	0			c3f99707d0c079f11b4a3637060ff5a4
+4	anything	anything	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+5	if	if	SCONJ	O	0			c3f99707d0c079f11b4a3637060ff5a4
+6	it	it	PRON	O	0			c3f99707d0c079f11b4a3637060ff5a4
+7	's	's	VERB	O	0			c3f99707d0c079f11b4a3637060ff5a4
+8	a	a	DET	O	0			c3f99707d0c079f11b4a3637060ff5a4
+9	"	"	PUNCT	O	0			c3f99707d0c079f11b4a3637060ff5a4
+10	best	best	ADJ	O	0			c3f99707d0c079f11b4a3637060ff5a4
+11	seller	seller	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+12	.	.	PUNCT	O	0			c3f99707d0c079f11b4a3637060ff5a4
+13	"	"	PUNCT	O	0			c3f99707d0c079f11b4a3637060ff5a4
+14	IE	ie	X	O	0			c3f99707d0c079f11b4a3637060ff5a4
+15	@JohnCena	@USER	X	O	0			c3f99707d0c079f11b4a3637060ff5a4
+16	and	and	CONJ	O	0			c3f99707d0c079f11b4a3637060ff5a4
+17	the	the	DET	O	0			c3f99707d0c079f11b4a3637060ff5a4
+18	WWE	wwe	PROPN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+19	Title	title	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+20	.	.	PUNCT	O	0			c3f99707d0c079f11b4a3637060ff5a4
+21	Most	most	ADJ	O	0			c3f99707d0c079f11b4a3637060ff5a4
+22	businesses	business	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+23	reinvest	reinvest	VERB	O	0			c3f99707d0c079f11b4a3637060ff5a4
+24	their	their	PRON	O	0			c3f99707d0c079f11b4a3637060ff5a4
+25	profits	profits	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+26	into	into	ADP	O	0			c3f99707d0c079f11b4a3637060ff5a4
+27	NEW	new	ADJ	O	0			c3f99707d0c079f11b4a3637060ff5a4
+28	things	things	NOUN	O	0			c3f99707d0c079f11b4a3637060ff5a4
+
+1	hurreyyyyyyyyyyyyyy	hurreyyyyyyyyyyyyyy	INTJ	O	0			11265ebbb31986c2766935c8099b744d
+2	we	we	PRON	O	0			11265ebbb31986c2766935c8099b744d
+3	won	win	VERB	O	0			11265ebbb31986c2766935c8099b744d
+
+1	so	so	ADV	O	0			082e58430f5933e86191d529e98794ff
+2	you	you	PRON	O	0			082e58430f5933e86191d529e98794ff
+3	click	click	VERB	O	0			082e58430f5933e86191d529e98794ff
+4	on	on	ADP	O	0			082e58430f5933e86191d529e98794ff
+5	this	this	PRON	O	0			082e58430f5933e86191d529e98794ff
+6	and	and	CONJ	O	0			082e58430f5933e86191d529e98794ff
+7	it	it	PRON	O	0			082e58430f5933e86191d529e98794ff
+8	then	then	ADV	O	0			082e58430f5933e86191d529e98794ff
+9	takes	take	VERB	O	0			082e58430f5933e86191d529e98794ff
+10	away	away	PART	O	0			082e58430f5933e86191d529e98794ff
+11	the	the	DET	O	0			082e58430f5933e86191d529e98794ff
+12	option	option	NOUN	O	0			082e58430f5933e86191d529e98794ff
+13	of	of	ADP	O	0			082e58430f5933e86191d529e98794ff
+14	sending	send	VERB	O	0			082e58430f5933e86191d529e98794ff
+15	your	your	DET	O	0			082e58430f5933e86191d529e98794ff
+16	email	email	NOUN	O	0			082e58430f5933e86191d529e98794ff
+17	and	and	CONJ	O	0			082e58430f5933e86191d529e98794ff
+18	states	state	VERB	O	0			082e58430f5933e86191d529e98794ff
+19	that	that	CONJ	O	0			082e58430f5933e86191d529e98794ff
+20	there	there	ADV	O	0			082e58430f5933e86191d529e98794ff
+21	is	be	VERB	O	0			082e58430f5933e86191d529e98794ff
+22	no	no	DET	O	0			082e58430f5933e86191d529e98794ff
+23	way	way	NOUN	O	0			082e58430f5933e86191d529e98794ff
+24	of	of	ADP	O	0			082e58430f5933e86191d529e98794ff
+25	cancelling	cancel	VERB	O	0			082e58430f5933e86191d529e98794ff
+26	your	your	DET	O	0			082e58430f5933e86191d529e98794ff
+27	order	order	NOUN	O	0			082e58430f5933e86191d529e98794ff
+28	and	and	CONJ	O	0			082e58430f5933e86191d529e98794ff
+29	you	you	PRON	O	0			082e58430f5933e86191d529e98794ff
+30	have	have	AUX	O	0			082e58430f5933e86191d529e98794ff
+31	to	to	PART	O	0			082e58430f5933e86191d529e98794ff
+32	wait	wait	VERB	O	0			082e58430f5933e86191d529e98794ff
+33	until	until	ADP	O	0			082e58430f5933e86191d529e98794ff
+
+1	I	i	PRON	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+2	would	would	VERB	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+3	reccommend	reccommend	VERB	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+4	serenata	serenata	NOUN	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+5	to	to	ADP	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+6	anyone	anyone	PRON	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+7	and	and	CONJ	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+8	already	already	ADV	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+9	have	have	VERB	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+10	at	at	ADP	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+11	work	work	NOUN	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+12	.	.	PUNCT	O	0			3f6a6686a6036f70bc6316f0b6dcd2a9
+
+1	Found	found	VERB	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+2	the	the	DET	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+3	clothes	clothes	NOUN	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+4	and	and	CONJ	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+5	toys	toy	NOUN	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+6	to	to	PART	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+7	be	be	VERB	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+8	of	of	ADP	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+9	a	a	DET	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+10	high	high	ADJ	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+11	quality	quality	NOUN	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+12	and	and	CONJ	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+13	reasonably	reasonably	ADV	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+14	priced	priced	ADJ	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+15	.	.	PUNCT	O	0			15483e39ad2f5d43ab5d2efbdcdde243
+
+1	iI	ii	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+2	ORDERED	order	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+3	TWO	two	NUM	O	0			fe73301ca9d9c4dce151db0c39858706
+4	PAIRS	pair	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+5	AS	as	CONJ	O	0			fe73301ca9d9c4dce151db0c39858706
+6	I	i	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+7	HAVE	have	AUX	O	0			fe73301ca9d9c4dce151db0c39858706
+8	HAD	have	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+9	THEM	them	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+10	FROM	from	ADP	O	0			fe73301ca9d9c4dce151db0c39858706
+11	SPECKY	specky	PROPN	O	0			fe73301ca9d9c4dce151db0c39858706
+12	FOUR	four	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+13	BEFORE	before	ADV	O	0			fe73301ca9d9c4dce151db0c39858706
+14	BUT	but	CONJ	O	0			fe73301ca9d9c4dce151db0c39858706
+15	THEY	they	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+16	GOT	get	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+17	LOST	lost	ADJ	O	0			fe73301ca9d9c4dce151db0c39858706
+18	IN	in	ADP	O	0			fe73301ca9d9c4dce151db0c39858706
+19	THE	the	DET	O	0			fe73301ca9d9c4dce151db0c39858706
+20	POST	post	PROPN	O	0			fe73301ca9d9c4dce151db0c39858706
+21	CONTACTED	contact	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+22	SPECKY	specky	PROPN	O	0			fe73301ca9d9c4dce151db0c39858706
+23	FOUR	four	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+24	EYES	eyes	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+25	AND	and	CONJ	O	0			fe73301ca9d9c4dce151db0c39858706
+26	THEY	they	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+27	SENT	send	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+28	TWO	two	NUM	O	0			fe73301ca9d9c4dce151db0c39858706
+29	NEW	new	ADJ	O	0			fe73301ca9d9c4dce151db0c39858706
+30	PAIRS	pair	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+31	WHICH	which	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+32	I	i	PRON	O	0			fe73301ca9d9c4dce151db0c39858706
+33	RECIEVED	recieved	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+34	WITHIN	within	ADP	O	0			fe73301ca9d9c4dce151db0c39858706
+35	0	0	NUM	O	0			fe73301ca9d9c4dce151db0c39858706
+36	DAYS	days	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+37	SO	so	CONJ	O	0			fe73301ca9d9c4dce151db0c39858706
+38	EXCELLENT	excellent	ADJ	O	0			fe73301ca9d9c4dce151db0c39858706
+39	SERVICE	service	NOUN	O	0			fe73301ca9d9c4dce151db0c39858706
+40	AND	and	CONJ	O	0			fe73301ca9d9c4dce151db0c39858706
+41	WILL	will	AUX	O	0			fe73301ca9d9c4dce151db0c39858706
+42	CERTAINLY	certainly	ADV	O	0			fe73301ca9d9c4dce151db0c39858706
+43	USE	use	VERB	O	0			fe73301ca9d9c4dce151db0c39858706
+44	AGAIN	again	ADV	O	0			fe73301ca9d9c4dce151db0c39858706
+
+1	Their	their	DET	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+2	website	website	NOUN	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+3	is	be	VERB	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+4	very	very	ADV	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+5	easy	easy	ADJ	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+6	to	to	PART	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+7	follow	follow	VERB	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+8	and	and	CONJ	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+9	they	they	PRON	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+10	offer	offer	VERB	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+11	a	a	DET	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+12	useful	useful	ADJ	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+13	reminder	reminder	NOUN	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+14	service	service	NOUN	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+15	for	for	ADP	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+16	when	when	ADV	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+17	a	a	DET	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+18	prescription	prescription	NOUN	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+19	is	be	VERB	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+20	due	due	ADJ	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+21	for	for	ADP	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+22	renewal	renewal	NOUN	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+23	.	.	PUNCT	O	0			3e05e0a6ac921a0ac60f151b8c49f746
+
+1	Would	would	VERB	O	0			bb4e0f56cf2462a457db96199f55c15d
+2	recommend	recommend	VERB	O	0			bb4e0f56cf2462a457db96199f55c15d
+3	the	the	DET	O	0			bb4e0f56cf2462a457db96199f55c15d
+4	Modelrailwayloft	modelrailwayloft	PROPN	O	0			bb4e0f56cf2462a457db96199f55c15d
+5	to	to	ADP	O	0			bb4e0f56cf2462a457db96199f55c15d
+6	anyone	anyone	PRON	O	0			bb4e0f56cf2462a457db96199f55c15d
+7	interested	interested	ADJ	O	0			bb4e0f56cf2462a457db96199f55c15d
+8	in	in	ADP	O	0			bb4e0f56cf2462a457db96199f55c15d
+9	the	the	DET	O	0			bb4e0f56cf2462a457db96199f55c15d
+10	hobby	hobby	NOUN	O	0			bb4e0f56cf2462a457db96199f55c15d
+11	of	of	ADP	O	0			bb4e0f56cf2462a457db96199f55c15d
+12	model	model	NOUN	O	0			bb4e0f56cf2462a457db96199f55c15d
+13	railways	railway	NOUN	O	0			bb4e0f56cf2462a457db96199f55c15d
+14	.	.	PUNCT	O	0			bb4e0f56cf2462a457db96199f55c15d
+
+1	Used	use	VERB	O	0			79108d73a9a875c003e0d495bf207f09
+2	a	a	DET	O	0			79108d73a9a875c003e0d495bf207f09
+3	voucher	voucher	NOUN	O	0			79108d73a9a875c003e0d495bf207f09
+4	code	code	NOUN	O	0			79108d73a9a875c003e0d495bf207f09
+5	from	from	ADP	O	0			79108d73a9a875c003e0d495bf207f09
+6	mighty	mighty	ADJ	O	0			79108d73a9a875c003e0d495bf207f09
+7	deals	deal	NOUN	O	0			79108d73a9a875c003e0d495bf207f09
+8	"£	"£	PUNCT	O	0			79108d73a9a875c003e0d495bf207f09
+9	00	00	NUM	O	0			79108d73a9a875c003e0d495bf207f09
+10	worth	worth	NOUN	O	0			79108d73a9a875c003e0d495bf207f09
+11	of	of	ADP	O	0			79108d73a9a875c003e0d495bf207f09
+12	flowers	flower	NOUN	O	0			79108d73a9a875c003e0d495bf207f09
+13	for	for	ADP	O	0			79108d73a9a875c003e0d495bf207f09
+14	£	£	X	O	0			79108d73a9a875c003e0d495bf207f09
+15	00	00	NUM	O	0			79108d73a9a875c003e0d495bf207f09
+16	"	"	PUNCT	O	0			79108d73a9a875c003e0d495bf207f09
+
+1	Cold	cold	ADJ	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+2	,	,	PUNCT	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+3	raining	rain	VERB	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+4	,	,	PUNCT	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+5	dark	dark	ADJ	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+6	early	early	ADV	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+7	.	.	PUNCT	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+8	You	you	PRON	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+9	'd	'd	AUX	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+10	think	think	VERB	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+11	it	it	PRON	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+12	was	be	VERB	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+13	November	november	PROPN	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+14	not	not	PART	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+15	August	august	PROPN	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+16	bank	bank	NOUN	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+17	holiday	holiday	NOUN	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+18	weekend	weekend	NOUN	O	0			b2e9c46766a16952d5dce2e1c538ebc2
+
+1	I	i	PRON	O	0			781e989659ec23f1ded035143aa7a7e5
+2	was	be	AUX	O	0			781e989659ec23f1ded035143aa7a7e5
+3	kept	keep	VERB	O	0			781e989659ec23f1ded035143aa7a7e5
+4	informed	informed	ADJ	O	0			781e989659ec23f1ded035143aa7a7e5
+5	when	when	ADV	O	0			781e989659ec23f1ded035143aa7a7e5
+6	the	the	DET	O	0			781e989659ec23f1ded035143aa7a7e5
+7	delivery	delivery	NOUN	O	0			781e989659ec23f1ded035143aa7a7e5
+8	would	would	VERB	O	0			781e989659ec23f1ded035143aa7a7e5
+9	be	be	VERB	O	0			781e989659ec23f1ded035143aa7a7e5
+10	(	(	PUNCT	O	0			781e989659ec23f1ded035143aa7a7e5
+11	free	free	ADJ	O	0			781e989659ec23f1ded035143aa7a7e5
+12	delivery	delivery	NOUN	O	0			781e989659ec23f1ded035143aa7a7e5
+13	too	too	ADV	O	0			781e989659ec23f1ded035143aa7a7e5
+14	)	)	PUNCT	O	0			781e989659ec23f1ded035143aa7a7e5
+15	and	and	CONJ	O	0			781e989659ec23f1ded035143aa7a7e5
+16	they	they	PRON	O	0			781e989659ec23f1ded035143aa7a7e5
+17	were	be	VERB	O	0			781e989659ec23f1ded035143aa7a7e5
+18	on	on	ADP	O	0			781e989659ec23f1ded035143aa7a7e5
+19	time	time	NOUN	O	0			781e989659ec23f1ded035143aa7a7e5
+20	...	...	PUNCT	O	0			781e989659ec23f1ded035143aa7a7e5
+21	which	which	PRON	O	0			781e989659ec23f1ded035143aa7a7e5
+22	is	be	VERB	O	0			781e989659ec23f1ded035143aa7a7e5
+23	always	always	ADV	O	0			781e989659ec23f1ded035143aa7a7e5
+24	a	a	DET	O	0			781e989659ec23f1ded035143aa7a7e5
+25	bonus	bonus	NOUN	O	0			781e989659ec23f1ded035143aa7a7e5
+26	.	.	PUNCT	O	0			781e989659ec23f1ded035143aa7a7e5
+
+1	Video	video	NOUN	O	0			967c91f7d82ba705244aef60a2ff13a6
+2	Lesson	lesson	NOUN	O	0			967c91f7d82ba705244aef60a2ff13a6
+3	of	of	ADP	O	0			967c91f7d82ba705244aef60a2ff13a6
+4	the	the	DET	O	0			967c91f7d82ba705244aef60a2ff13a6
+5	Week	week	NOUN	O	0			967c91f7d82ba705244aef60a2ff13a6
+6	:	:	PUNCT	O	0			967c91f7d82ba705244aef60a2ff13a6
+7	Over	over	ADP	O	0			967c91f7d82ba705244aef60a2ff13a6
+8	Troubled	troubled	ADJ	O	0			967c91f7d82ba705244aef60a2ff13a6
+9	Waters	waters	NOUN	O	0			967c91f7d82ba705244aef60a2ff13a6
+10	http://ow.ly/2ZX1T	URL	X	O	0			967c91f7d82ba705244aef60a2ff13a6
+
+1	@D_Fikes	@USER	X	O	0			2b949caa4b5187f3a55d1c3e56002914
+2	I	i	PRON	O	0			2b949caa4b5187f3a55d1c3e56002914
+3	miss	miss	VERB	O	0			2b949caa4b5187f3a55d1c3e56002914
+4	Fiko	fiko	PROPN	O	0			2b949caa4b5187f3a55d1c3e56002914
+5	..	..	PUNCT	O	0			2b949caa4b5187f3a55d1c3e56002914
+
+1	Easy	easy	ADV	O	0			32cb2e38469fd543dc83ebc212748825
+2	to	to	PART	O	0			32cb2e38469fd543dc83ebc212748825
+3	fit	fit	VERB	O	0			32cb2e38469fd543dc83ebc212748825
+4	and	and	CONJ	O	0			32cb2e38469fd543dc83ebc212748825
+5	look	look	VERB	O	0			32cb2e38469fd543dc83ebc212748825
+6	just	just	ADV	O	0			32cb2e38469fd543dc83ebc212748825
+7	beautiful	beautiful	ADJ	O	0			32cb2e38469fd543dc83ebc212748825
+8	.	.	PUNCT	O	0			32cb2e38469fd543dc83ebc212748825
+
+1	Needs	need	VERB	O	0			e6efc9e4b9f19a17ba37fd57b9f7128e
+2	to	to	PART	O	0			e6efc9e4b9f19a17ba37fd57b9f7128e
+3	focus	focus	VERB	O	0			e6efc9e4b9f19a17ba37fd57b9f7128e
+4	NOW	now	ADV	O	0			e6efc9e4b9f19a17ba37fd57b9f7128e
+5	.	.	PUNCT	O	0			e6efc9e4b9f19a17ba37fd57b9f7128e
+
+1	Ordering	order	VERB	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+2	,	,	PUNCT	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+3	pizza	pizza	NOUN	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+4	(:	EMOTICON	X	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+5	yumm	yumm	INTJ	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+6	..	..	PUNCT	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+7	:DD	EMOTICON	X	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+8	starved	starved	ADJ	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+9	..	..	PUNCT	O	0			1bdea23d7ab8c348e9608e0e01f7c9a4
+
+1	RT	rt	X	O	0			ddc9e6d1c585aa108babf6430058c520
+2	@basilBronson	@USER	X	O	0			ddc9e6d1c585aa108babf6430058c520
+3	:	:	X	O	0			ddc9e6d1c585aa108babf6430058c520
+4	somebody	somebody	NOUN	O	0			ddc9e6d1c585aa108babf6430058c520
+5	should	should	AUX	O	0			ddc9e6d1c585aa108babf6430058c520
+6	text	text	VERB	O	0			ddc9e6d1c585aa108babf6430058c520
+7	me	me	PRON	O	0			ddc9e6d1c585aa108babf6430058c520
+8	:)	EMOTICON	X	O	0			ddc9e6d1c585aa108babf6430058c520
+
+1	I	i	PRON	O	0			61e62c41d50d27ab04d18f9081a109dd
+2	will	will	AUX	O	0			61e62c41d50d27ab04d18f9081a109dd
+3	be	be	AUX	O	0			61e62c41d50d27ab04d18f9081a109dd
+4	using	use	VERB	O	0			61e62c41d50d27ab04d18f9081a109dd
+5	their	their	DET	O	0			61e62c41d50d27ab04d18f9081a109dd
+6	services	services	NOUN	O	0			61e62c41d50d27ab04d18f9081a109dd
+7	again	again	ADV	O	0			61e62c41d50d27ab04d18f9081a109dd
+8	in	in	ADP	O	0			61e62c41d50d27ab04d18f9081a109dd
+9	the	the	DET	O	0			61e62c41d50d27ab04d18f9081a109dd
+10	future	future	NOUN	O	0			61e62c41d50d27ab04d18f9081a109dd
+11	.	.	PUNCT	O	0			61e62c41d50d27ab04d18f9081a109dd
+
+1	When	when	CONJ	O	0			7493261ed66f9a3f5558a2df94305537
+2	the	the	DET	O	0			7493261ed66f9a3f5558a2df94305537
+3	TV	tv	NOUN	O	0			7493261ed66f9a3f5558a2df94305537
+4	was	be	AUX	O	0			7493261ed66f9a3f5558a2df94305537
+5	switched	switch	VERB	O	0			7493261ed66f9a3f5558a2df94305537
+6	on	on	PART	O	0			7493261ed66f9a3f5558a2df94305537
+7	it	it	PRON	O	0			7493261ed66f9a3f5558a2df94305537
+8	was	be	VERB	O	0			7493261ed66f9a3f5558a2df94305537
+9	faulty	faulty	ADJ	O	0			7493261ed66f9a3f5558a2df94305537
+10	and	and	CONJ	O	0			7493261ed66f9a3f5558a2df94305537
+11	was	be	AUX	O	0			7493261ed66f9a3f5558a2df94305537
+12	showing	show	VERB	O	0			7493261ed66f9a3f5558a2df94305537
+13	a	a	DET	O	0			7493261ed66f9a3f5558a2df94305537
+14	small	small	ADJ	O	0			7493261ed66f9a3f5558a2df94305537
+15	dark	dark	ADJ	O	0			7493261ed66f9a3f5558a2df94305537
+16	line	line	NOUN	O	0			7493261ed66f9a3f5558a2df94305537
+17	on	on	ADP	O	0			7493261ed66f9a3f5558a2df94305537
+18	the	the	DET	O	0			7493261ed66f9a3f5558a2df94305537
+19	screen	screen	NOUN	O	0			7493261ed66f9a3f5558a2df94305537
+20	.	.	PUNCT	O	0			7493261ed66f9a3f5558a2df94305537
+
+1	@Korentine_	@USER	X	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+2	Omg	omg	INTJ	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+3	Luke	luke	PROPN	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+4	you	you	PRON	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+5	need	need	VERB	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+6	to	to	PART	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+7	watch	watch	VERB	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+8	remember	remember	VERB	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+9	me	me	PRON	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+10	.	.	PUNCT	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+11	I	i	PRON	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+12	literally	literally	ADV	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+13	was	be	AUX	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+14	balling	ball	VERB	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+15	.	.	PUNCT	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+16	You	you	PRON	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+17	'd	'd	AUX	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+18	love	love	VERB	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+19	it	it	PRON	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+20	.	.	PUNCT	O	0			4db4fd535a4d227d60f2ebbf334a76ba
+
+1	Maybe	maybe	ADV	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+2	this	this	PRON	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+3	is	be	VERB	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+4	a	a	DET	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+5	kind	kind	NOUN	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+6	of	of	ADP	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+7	an	an	DET	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+8	artificial	artificial	NOUN	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+9	way	way	NOUN	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+10	to	to	PART	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+11	read	read	VERB	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+12	an	an	DET	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+13	e-book	e-book	NOUN	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+14	.	.	PUNCT	O	0			7b4ce7c0e06eebad4c2012fec69b72ff
+
+1	For	for	ADP	O	0			2be3403c641e396098f7019e0f4dc061
+2	an	an	DET	O	0			2be3403c641e396098f7019e0f4dc061
+3	additional	additional	ADJ	O	0			2be3403c641e396098f7019e0f4dc061
+4	and	and	CONJ	O	0			2be3403c641e396098f7019e0f4dc061
+5	very	very	ADV	O	0			2be3403c641e396098f7019e0f4dc061
+6	reasonable	reasonable	ADJ	O	0			2be3403c641e396098f7019e0f4dc061
+7	£	£	X	O	0			2be3403c641e396098f7019e0f4dc061
+8	00	00	NUM	O	0			2be3403c641e396098f7019e0f4dc061
+9	our	our	DET	O	0			2be3403c641e396098f7019e0f4dc061
+10	car	car	NOUN	O	0			2be3403c641e396098f7019e0f4dc061
+11	was	be	AUX	O	0			2be3403c641e396098f7019e0f4dc061
+12	returned	return	VERB	O	0			2be3403c641e396098f7019e0f4dc061
+13	,	,	PUNCT	O	0			2be3403c641e396098f7019e0f4dc061
+14	equally	equally	ADV	O	0			2be3403c641e396098f7019e0f4dc061
+15	efficiently	efficiently	ADV	O	0			2be3403c641e396098f7019e0f4dc061
+16	ten	ten	NUM	O	0			2be3403c641e396098f7019e0f4dc061
+17	minutes	minutes	NOUN	O	0			2be3403c641e396098f7019e0f4dc061
+18	after	after	ADP	O	0			2be3403c641e396098f7019e0f4dc061
+19	we	we	PRON	O	0			2be3403c641e396098f7019e0f4dc061
+20	had	have	AUX	O	0			2be3403c641e396098f7019e0f4dc061
+21	telephoned	telephone	VERB	O	0			2be3403c641e396098f7019e0f4dc061
+22	.	.	PUNCT	O	0			2be3403c641e396098f7019e0f4dc061
+
+1	So	so	ADV	O	0			6231aba6cfe4ee87484f080109d9a5eb
+2	I	i	PRON	O	0			6231aba6cfe4ee87484f080109d9a5eb
+3	wanted	want	VERB	O	0			6231aba6cfe4ee87484f080109d9a5eb
+4	to	to	PART	O	0			6231aba6cfe4ee87484f080109d9a5eb
+5	create	create	VERB	O	0			6231aba6cfe4ee87484f080109d9a5eb
+6	something	something	NOUN	O	0			6231aba6cfe4ee87484f080109d9a5eb
+7	different	different	ADJ	O	0			6231aba6cfe4ee87484f080109d9a5eb
+8	,	,	PUNCT	O	0			6231aba6cfe4ee87484f080109d9a5eb
+9	something	something	NOUN	O	0			6231aba6cfe4ee87484f080109d9a5eb
+10	where	where	ADV	O	0			6231aba6cfe4ee87484f080109d9a5eb
+11	the	the	DET	O	0			6231aba6cfe4ee87484f080109d9a5eb
+12	process	process	NOUN	O	0			6231aba6cfe4ee87484f080109d9a5eb
+13	starts	start	VERB	O	0			6231aba6cfe4ee87484f080109d9a5eb
+14	when	when	ADV	O	0			6231aba6cfe4ee87484f080109d9a5eb
+15	you	you	PRON	O	0			6231aba6cfe4ee87484f080109d9a5eb
+16	press	press	NOUN	O	0			6231aba6cfe4ee87484f080109d9a5eb
+17	the	the	DET	O	0			6231aba6cfe4ee87484f080109d9a5eb
+18	trigger	trigger	NOUN	O	0			6231aba6cfe4ee87484f080109d9a5eb
+19	.	.	PUNCT	O	0			6231aba6cfe4ee87484f080109d9a5eb
+
+1	Instead	instead	ADV	O	0			932e54a447f6c13f2677aa6aff4eb909
+2	,	,	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+3	I	i	PRON	O	0			932e54a447f6c13f2677aa6aff4eb909
+4	have	have	AUX	O	0			932e54a447f6c13f2677aa6aff4eb909
+5	progressed	progress	VERB	O	0			932e54a447f6c13f2677aa6aff4eb909
+6	,	,	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+7	and	and	CONJ	O	0			932e54a447f6c13f2677aa6aff4eb909
+8	I	i	PRON	O	0			932e54a447f6c13f2677aa6aff4eb909
+9	am	be	VERB	O	0			932e54a447f6c13f2677aa6aff4eb909
+10	,	,	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+11	today	today	NOUN	O	0			932e54a447f6c13f2677aa6aff4eb909
+12	,	,	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+13	launching	launch	VERB	O	0			932e54a447f6c13f2677aa6aff4eb909
+14	a	a	DET	O	0			932e54a447f6c13f2677aa6aff4eb909
+15	brand	brand	ADV	O	0			932e54a447f6c13f2677aa6aff4eb909
+16	new	new	ADJ	O	0			932e54a447f6c13f2677aa6aff4eb909
+17	analog	analog	ADJ	O	0			932e54a447f6c13f2677aa6aff4eb909
+18	teaching	teaching	NOUN	O	0			932e54a447f6c13f2677aa6aff4eb909
+19	technology	technology	NOUN	O	0			932e54a447f6c13f2677aa6aff4eb909
+20	that	that	DET	O	0			932e54a447f6c13f2677aa6aff4eb909
+21	I	i	PRON	O	0			932e54a447f6c13f2677aa6aff4eb909
+22	picked	pick	VERB	O	0			932e54a447f6c13f2677aa6aff4eb909
+23	up	up	ADP	O	0			932e54a447f6c13f2677aa6aff4eb909
+24	from	from	ADP	O	0			932e54a447f6c13f2677aa6aff4eb909
+25	IKEA	ikea	PROPN	O	0			932e54a447f6c13f2677aa6aff4eb909
+26	:	:	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+27	this	this	DET	O	0			932e54a447f6c13f2677aa6aff4eb909
+28	box	box	NOUN	O	0			932e54a447f6c13f2677aa6aff4eb909
+29	.	.	PUNCT	O	0			932e54a447f6c13f2677aa6aff4eb909
+
+1	@adamkotsko	@USER	X	O	0			2c44e99353683da401be4fcf14d7eaeb
+2	nice	nice	ADJ	O	0			2c44e99353683da401be4fcf14d7eaeb
+3	!	!	PUNCT	O	0			2c44e99353683da401be4fcf14d7eaeb
+
+1	@PrettyNpaidCEO	@USER	X	O	0			18d17e74517e8ec04e2e9c82e98c2d68
+2	right	right	INTJ	O	0			18d17e74517e8ec04e2e9c82e98c2d68
+3	..	..	PUNCT	O	0			18d17e74517e8ec04e2e9c82e98c2d68
+
+1	I	i	PRON	O	0			79f1e1f23540e9beae69b4616e834d1d
+2	was	be	VERB	O	0			79f1e1f23540e9beae69b4616e834d1d
+3	amazed	amazed	ADJ	O	0			79f1e1f23540e9beae69b4616e834d1d
+4	that	that	CONJ	O	0			79f1e1f23540e9beae69b4616e834d1d
+5	they	they	PRON	O	0			79f1e1f23540e9beae69b4616e834d1d
+6	actually	actually	ADV	O	0			79f1e1f23540e9beae69b4616e834d1d
+7	delivered	deliver	VERB	O	0			79f1e1f23540e9beae69b4616e834d1d
+8	my	my	DET	O	0			79f1e1f23540e9beae69b4616e834d1d
+9	car	car	NOUN	O	0			79f1e1f23540e9beae69b4616e834d1d
+10	back	back	ADV	O	0			79f1e1f23540e9beae69b4616e834d1d
+11	home	home	ADV	O	0			79f1e1f23540e9beae69b4616e834d1d
+12	after	after	ADP	O	0			79f1e1f23540e9beae69b4616e834d1d
+13	the	the	DET	O	0			79f1e1f23540e9beae69b4616e834d1d
+14	entire	entire	ADJ	O	0			79f1e1f23540e9beae69b4616e834d1d
+15	servicing	servicing	NOUN	O	0			79f1e1f23540e9beae69b4616e834d1d
+16	was	be	AUX	O	0			79f1e1f23540e9beae69b4616e834d1d
+17	completed	complete	VERB	O	0			79f1e1f23540e9beae69b4616e834d1d
+18	.	.	PUNCT	O	0			79f1e1f23540e9beae69b4616e834d1d
+
+1	@AdorableJustinB	@USER	X	O	0			71be3660e368ef2c0d340d7dd17041e8
+2	CONGRATS	congrats	INTJ	O	0			71be3660e368ef2c0d340d7dd17041e8
+3	!!!	!!!	PUNCT	O	0			71be3660e368ef2c0d340d7dd17041e8
+4	FREDO	fredo	PROPN	O	0			71be3660e368ef2c0d340d7dd17041e8
+5	NOTICED	notice	VERB	O	0			71be3660e368ef2c0d340d7dd17041e8
+6	YOU	you	PRON	O	0			71be3660e368ef2c0d340d7dd17041e8
+7	!!	!!	PUNCT	O	0			71be3660e368ef2c0d340d7dd17041e8
+8	please	please	VERB	O	0			71be3660e368ef2c0d340d7dd17041e8
+9	help	help	VERB	O	0			71be3660e368ef2c0d340d7dd17041e8
+10	me	me	PRON	O	0			71be3660e368ef2c0d340d7dd17041e8
+11	get	get	AUX	O	0			71be3660e368ef2c0d340d7dd17041e8
+12	noticed	notice	VERB	O	0			71be3660e368ef2c0d340d7dd17041e8
+13	.	.	PUNCT	O	0			71be3660e368ef2c0d340d7dd17041e8
+14	:P	EMOTICON	X	O	0			71be3660e368ef2c0d340d7dd17041e8
+
+1	And	and	CONJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+2	my	my	PRON	O	0			9e8303205e9a345f65e133c8b234eb2d
+3	childhood	childhood	NOUN	O	0			9e8303205e9a345f65e133c8b234eb2d
+4	is	be	VERB	O	0			9e8303205e9a345f65e133c8b234eb2d
+5	more	more	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+6	hick	hick	ADJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+7	than	than	SCONJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+8	I	i	PRON	O	0			9e8303205e9a345f65e133c8b234eb2d
+9	could	could	AUX	O	0			9e8303205e9a345f65e133c8b234eb2d
+10	ever	ever	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+11	possibly	possibly	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+12	relate	relate	VERB	O	0			9e8303205e9a345f65e133c8b234eb2d
+13	to	to	PART	O	0			9e8303205e9a345f65e133c8b234eb2d
+14	you	you	PRON	O	0			9e8303205e9a345f65e133c8b234eb2d
+15	,	,	PUNCT	O	0			9e8303205e9a345f65e133c8b234eb2d
+16	and	and	CONJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+17	also	also	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+18	more	more	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+19	intellectual	intellectual	ADJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+20	than	than	SCONJ	O	0			9e8303205e9a345f65e133c8b234eb2d
+21	you	you	PRON	O	0			9e8303205e9a345f65e133c8b234eb2d
+22	would	would	AUX	O	0			9e8303205e9a345f65e133c8b234eb2d
+23	ever	ever	ADV	O	0			9e8303205e9a345f65e133c8b234eb2d
+24	expect	expect	VERB	O	0			9e8303205e9a345f65e133c8b234eb2d
+25	.	.	PUNCT	O	0			9e8303205e9a345f65e133c8b234eb2d
+
+1	Stupid	stupid	ADJ	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+2	Kilkenny	kilkenny	PROPN	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+3	did	do	AUX	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+4	n't	n't	PART	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+5	get	get	VERB	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+6	to	to	PART	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+7	meet	meet	VERB	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+8	@Royseven	@USER	X	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+9	:/	EMOTICON	X	O	0			7c78231cee5f9232b8a79e7c6c35b15d
+
+1	So	so	ADV	O	0			8a7d8f9a9807991f8860e3549e94281c
+2	the	the	DET	O	0			8a7d8f9a9807991f8860e3549e94281c
+3	global	global	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+4	economy	economy	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+5	is	be	AUX	O	0			8a7d8f9a9807991f8860e3549e94281c
+6	becoming	become	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+7	a	a	DET	O	0			8a7d8f9a9807991f8860e3549e94281c
+8	place	place	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+9	where	where	ADV	O	0			8a7d8f9a9807991f8860e3549e94281c
+10	women	woman	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+11	are	be	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+12	more	more	ADV	O	0			8a7d8f9a9807991f8860e3549e94281c
+13	successful	successful	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+14	than	than	ADP	O	0			8a7d8f9a9807991f8860e3549e94281c
+15	men	men	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+16	,	,	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+17	believe	believe	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+18	it	it	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+19	or	or	CONJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+20	not	not	PART	O	0			8a7d8f9a9807991f8860e3549e94281c
+21	,	,	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+22	and	and	CONJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+23	these	these	DET	O	0			8a7d8f9a9807991f8860e3549e94281c
+24	economic	economic	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+25	changes	change	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+26	are	be	AUX	O	0			8a7d8f9a9807991f8860e3549e94281c
+27	starting	start	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+28	to	to	PART	O	0			8a7d8f9a9807991f8860e3549e94281c
+29	rapidly	rapidly	ADV	O	0			8a7d8f9a9807991f8860e3549e94281c
+30	affect	affect	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+31	our	our	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+32	culture	culture	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+33	--	--	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+34	what	what	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+35	our	our	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+36	romantic	romantic	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+37	comedies	comedy	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+38	look	look	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+39	like	like	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+40	,	,	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+41	what	what	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+42	our	our	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+43	marriages	marriage	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+44	look	look	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+45	like	like	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+46	,	,	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+47	what	what	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+48	our	our	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+49	dating	date	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+50	lives	life	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+51	look	look	VERB	O	0			8a7d8f9a9807991f8860e3549e94281c
+52	like	like	ADP	O	0			8a7d8f9a9807991f8860e3549e94281c
+53	,	,	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+54	and	and	CONJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+55	our	our	PRON	O	0			8a7d8f9a9807991f8860e3549e94281c
+56	new	new	ADJ	O	0			8a7d8f9a9807991f8860e3549e94281c
+57	set	set	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+58	of	of	ADP	O	0			8a7d8f9a9807991f8860e3549e94281c
+59	superheroes	superheroes	NOUN	O	0			8a7d8f9a9807991f8860e3549e94281c
+60	.	.	PUNCT	O	0			8a7d8f9a9807991f8860e3549e94281c
+
+1	[	[	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+2	Name	name	NOUN	O	0			eed58e598942610438e74221c2693b9e
+3	]	]	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+4	O	o	NOUN	O	0			eed58e598942610438e74221c2693b9e
+5	/	/	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+6	T	t	NOUN	O	0			eed58e598942610438e74221c2693b9e
+7	:	:	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+8	I	i	PRON	O	0			eed58e598942610438e74221c2693b9e
+9	am	be	VERB	O	0			eed58e598942610438e74221c2693b9e
+10	very	very	ADV	O	0			eed58e598942610438e74221c2693b9e
+11	sorry	sorry	ADJ	O	0			eed58e598942610438e74221c2693b9e
+12	,	,	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+13	Do	do	AUX	O	0			eed58e598942610438e74221c2693b9e
+14	you	you	PRON	O	0			eed58e598942610438e74221c2693b9e
+15	have	have	VERB	O	0			eed58e598942610438e74221c2693b9e
+16	an	an	DET	O	0			eed58e598942610438e74221c2693b9e
+17	order	order	NOUN	O	0			eed58e598942610438e74221c2693b9e
+18	number	number	NOUN	O	0			eed58e598942610438e74221c2693b9e
+19	?	?	PUNCT	O	0			eed58e598942610438e74221c2693b9e
+
+1	@malamucha22	@USER	X	O	0			819c0fd91fdc391f02c0859b8295dbba
+2	@MsLockallhearts	@USER	X	O	0			819c0fd91fdc391f02c0859b8295dbba
+3	they	they	PRON	O	0			819c0fd91fdc391f02c0859b8295dbba
+4	had	have	VERB	O	0			819c0fd91fdc391f02c0859b8295dbba
+5	their	their	PRON	O	0			819c0fd91fdc391f02c0859b8295dbba
+6	fun	fun	NOUN	O	0			819c0fd91fdc391f02c0859b8295dbba
+7	,	,	PUNCT	O	0			819c0fd91fdc391f02c0859b8295dbba
+8	we	we	PRON	O	0			819c0fd91fdc391f02c0859b8295dbba
+9	hd	hd	VERB	O	0			819c0fd91fdc391f02c0859b8295dbba
+10	ours	ours	PRON	O	0			819c0fd91fdc391f02c0859b8295dbba
+11	!	!	PUNCT	O	0			819c0fd91fdc391f02c0859b8295dbba
+12	;)	EMOTICON	X	O	0			819c0fd91fdc391f02c0859b8295dbba
+13	lmaooo	lmaooo	INTJ	O	0			819c0fd91fdc391f02c0859b8295dbba
+
+1	@JoshMiami	@USER	X	O	0			f3199ae0987651245e90ede06a8d5391
+2	I	i	PRON	O	0			f3199ae0987651245e90ede06a8d5391
+3	'm	'm	VERB	O	0			f3199ae0987651245e90ede06a8d5391
+4	off	off	ADJ	O	0			f3199ae0987651245e90ede06a8d5391
+5	Thursday	thursday	PROPN	O	0			f3199ae0987651245e90ede06a8d5391
+6	.	.	PUNCT	O	0			f3199ae0987651245e90ede06a8d5391
+7	Is	be	VERB	O	0			f3199ae0987651245e90ede06a8d5391
+8	that	that	PRON	O	0			f3199ae0987651245e90ede06a8d5391
+9	good	good	ADJ	O	0			f3199ae0987651245e90ede06a8d5391
+10	for	for	ADP	O	0			f3199ae0987651245e90ede06a8d5391
+11	you	you	PRON	O	0			f3199ae0987651245e90ede06a8d5391
+12	?	?	PUNCT	O	0			f3199ae0987651245e90ede06a8d5391
+
+1	And	and	CONJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+2	I	i	PRON	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+3	tried	try	VERB	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+4	,	,	PUNCT	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+5	as	as	ADP	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+6	a	a	DET	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+7	child	child	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+8	,	,	PUNCT	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+9	as	as	ADP	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+10	a	a	DET	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+11	teenager	teenager	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+12	,	,	PUNCT	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+13	to	to	PART	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+14	read	read	VERB	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+15	philosophy	philosophy	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+16	and	and	CONJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+17	to	to	PART	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+18	get	get	AUX	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+19	involved	involve	VERB	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+20	in	in	ADP	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+21	art	art	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+22	and	and	CONJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+23	religion	religion	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+24	and	and	CONJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+25	many	many	ADJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+26	other	other	ADJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+27	ways	ways	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+28	that	that	SCONJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+29	I	i	PRON	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+30	could	could	AUX	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+31	see	see	VERB	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+32	as	as	ADP	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+33	a	a	DET	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+34	possible	possible	ADJ	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+35	answer	answer	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+36	to	to	PART	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+37	that	that	DET	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+38	question	question	NOUN	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+39	.	.	PUNCT	O	0			3ba0b1d8f64536efd4bc3d2117f7da9a
+
+1	Happy	happy	ADJ	O	0			67547c2da7adbc44d424380d3f22a13a
+2	Valentine	valentine	PROPN	O	0			67547c2da7adbc44d424380d3f22a13a
+3	's	's	PART	O	0			67547c2da7adbc44d424380d3f22a13a
+4	Day	day	NOUN	O	0			67547c2da7adbc44d424380d3f22a13a
+5	!	!	PUNCT	O	0			67547c2da7adbc44d424380d3f22a13a
+6	♥	EMOTICON	X	O	0			67547c2da7adbc44d424380d3f22a13a
+
+1	Yet	yet	ADV	O	0			f21e98b46d8497a11f9f36f980a88f77
+2	again	again	ADV	O	0			f21e98b46d8497a11f9f36f980a88f77
+3	good	good	ADJ	O	0			f21e98b46d8497a11f9f36f980a88f77
+4	service	service	NOUN	O	0			f21e98b46d8497a11f9f36f980a88f77
+5	from	from	ADP	O	0			f21e98b46d8497a11f9f36f980a88f77
+6	Market	market	NOUN	O	0			f21e98b46d8497a11f9f36f980a88f77
+7	Cross	cross	NOUN	O	0			f21e98b46d8497a11f9f36f980a88f77
+8	.	.	PUNCT	O	0			f21e98b46d8497a11f9f36f980a88f77
+
+1	She	she	PRON	O	0			414fda7f551fe09be5281267af7ed56a
+2	has	have	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+3	the	the	DET	O	0			414fda7f551fe09be5281267af7ed56a
+4	ability	ability	NOUN	O	0			414fda7f551fe09be5281267af7ed56a
+5	to	to	PART	O	0			414fda7f551fe09be5281267af7ed56a
+6	to	to	PART	O	0			414fda7f551fe09be5281267af7ed56a
+7	make	make	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+8	you	you	PRON	O	0			414fda7f551fe09be5281267af7ed56a
+9	feel	feel	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+10	confidant	confidant	ADJ	O	0			414fda7f551fe09be5281267af7ed56a
+11	about	about	ADP	O	0			414fda7f551fe09be5281267af7ed56a
+12	your	your	DET	O	0			414fda7f551fe09be5281267af7ed56a
+13	work	work	NOUN	O	0			414fda7f551fe09be5281267af7ed56a
+14	as	as	ADP	O	0			414fda7f551fe09be5281267af7ed56a
+15	well	well	ADV	O	0			414fda7f551fe09be5281267af7ed56a
+16	as	as	ADP	O	0			414fda7f551fe09be5281267af7ed56a
+17	being	be	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+18	able	able	ADJ	O	0			414fda7f551fe09be5281267af7ed56a
+19	to	to	PART	O	0			414fda7f551fe09be5281267af7ed56a
+20	criticise	criticise	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+21	your	your	DET	O	0			414fda7f551fe09be5281267af7ed56a
+22	work	work	NOUN	O	0			414fda7f551fe09be5281267af7ed56a
+23	but	but	CONJ	O	0			414fda7f551fe09be5281267af7ed56a
+24	also	also	ADV	O	0			414fda7f551fe09be5281267af7ed56a
+25	advise	advise	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+26	you	you	PRON	O	0			414fda7f551fe09be5281267af7ed56a
+27	on	on	ADP	O	0			414fda7f551fe09be5281267af7ed56a
+28	how	how	ADV	O	0			414fda7f551fe09be5281267af7ed56a
+29	you	you	PRON	O	0			414fda7f551fe09be5281267af7ed56a
+30	can	can	AUX	O	0			414fda7f551fe09be5281267af7ed56a
+31	do	do	VERB	O	0			414fda7f551fe09be5281267af7ed56a
+32	better	better	ADV	O	0			414fda7f551fe09be5281267af7ed56a
+33	.	.	PUNCT	O	0			414fda7f551fe09be5281267af7ed56a
+
+1	#TV	#tv	X	O	0			feff35ccd515061f454ac60c55ac34ae
+2	TV	tv	NOUN	O	0			feff35ccd515061f454ac60c55ac34ae
+3	Review	review	NOUN	O	0			feff35ccd515061f454ac60c55ac34ae
+4	:	:	PUNCT	O	0			feff35ccd515061f454ac60c55ac34ae
+5	Charlie	charlie	PROPN	O	0			feff35ccd515061f454ac60c55ac34ae
+6	Sheen	sheen	PROPN	O	0			feff35ccd515061f454ac60c55ac34ae
+7	rushed	rush	VERB	O	0			feff35ccd515061f454ac60c55ac34ae
+8	to	to	ADP	O	0			feff35ccd515061f454ac60c55ac34ae
+9	hospital	hospital	NOUN	O	0			feff35ccd515061f454ac60c55ac34ae
+10	http://dlvr.it/FF1cl	URL	X	O	0			feff35ccd515061f454ac60c55ac34ae
+
+1	ON	on	ADP	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+2	AIR	air	NOUN	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+3	:	:	PUNCT	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+4	FeyDer	feyder	PROPN	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+5	-	-	PUNCT	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+6	20	NUMBER	NUM	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+7	Killa	killa	PROPN	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+8	Choons	choons	PROPN	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+9	Mix	mix	PROPN	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+10	#Psych0Radio	#psych0radio	X	O	0			f8dfb248c9e9f2c9550906571aeaeff2
+
+1	My	my	PRON	O	0			c9e022131015ed5c2cda251c323ad778
+2	lady	lady	NOUN	O	0			c9e022131015ed5c2cda251c323ad778
+3	on	on	ADP	O	0			c9e022131015ed5c2cda251c323ad778
+4	her	her	PRON	O	0			c9e022131015ed5c2cda251c323ad778
+5	Marilyn	marilyn	PROPN	O	0			c9e022131015ed5c2cda251c323ad778
+6	http://t.co/QZgFaK84	URL	X	O	0			c9e022131015ed5c2cda251c323ad778
+
+1	Nigguhs	nigguhs	NOUN	O	0			96013a5f3c35d3925aca0ae634b9a620
+2	Heard	hear	VERB	O	0			96013a5f3c35d3925aca0ae634b9a620
+3	I	i	PRON	O	0			96013a5f3c35d3925aca0ae634b9a620
+4	m	m	VERB	O	0			96013a5f3c35d3925aca0ae634b9a620
+5	Gettin	gettin	VERB	O	0			96013a5f3c35d3925aca0ae634b9a620
+6	Money	money	NOUN	O	0			96013a5f3c35d3925aca0ae634b9a620
+7	So	so	SCONJ	O	0			96013a5f3c35d3925aca0ae634b9a620
+8	Now	now	ADV	O	0			96013a5f3c35d3925aca0ae634b9a620
+9	Dey	dey	PRON	O	0			96013a5f3c35d3925aca0ae634b9a620
+10	Creepin	creepin	VERB	O	0			96013a5f3c35d3925aca0ae634b9a620
+11	Thru	thru	ADP	O	0			96013a5f3c35d3925aca0ae634b9a620
+12	..	..	PUNCT	O	0			96013a5f3c35d3925aca0ae634b9a620
+
+1	@Virg1877	@USER	X	O	0			73a7661e314faacfeb4839779fd0857c
+2	I	i	PRON	O	0			73a7661e314faacfeb4839779fd0857c
+3	'M	'm	VERB	O	0			73a7661e314faacfeb4839779fd0857c
+4	on	on	ADP	O	0			73a7661e314faacfeb4839779fd0857c
+5	east	east	ADJ	O	0			73a7661e314faacfeb4839779fd0857c
+6	coast	coast	NOUN	O	0			73a7661e314faacfeb4839779fd0857c
+7	and	and	CONJ	O	0			73a7661e314faacfeb4839779fd0857c
+8	thei	thei	PRON	O	0			73a7661e314faacfeb4839779fd0857c
+9	r	r	VERB	O	0			73a7661e314faacfeb4839779fd0857c
+10	on	on	ADP	O	0			73a7661e314faacfeb4839779fd0857c
+11	.	.	PUNCT	O	0			73a7661e314faacfeb4839779fd0857c
+12	do	do	AUX	O	0			73a7661e314faacfeb4839779fd0857c
+13	n't	n't	PART	O	0			73a7661e314faacfeb4839779fd0857c
+14	know	know	VERB	O	0			73a7661e314faacfeb4839779fd0857c
+15	how	how	ADV	O	0			73a7661e314faacfeb4839779fd0857c
+16	that	that	PRON	O	0			73a7661e314faacfeb4839779fd0857c
+17	works	work	VERB	O	0			73a7661e314faacfeb4839779fd0857c
+18	live	live	VERB	O	0			73a7661e314faacfeb4839779fd0857c
+19	in	in	ADP	O	0			73a7661e314faacfeb4839779fd0857c
+20	CA	ca	PROPN	O	0			73a7661e314faacfeb4839779fd0857c
+21	.?	.?	PUNCT	O	0			73a7661e314faacfeb4839779fd0857c
+22	WITWIAL	witwial	X	O	0			73a7661e314faacfeb4839779fd0857c
+
+1	i	i	PRON	O	0			ad42c0f071f3a214da60000aa5b5f88c
+2	really	really	ADV	O	0			ad42c0f071f3a214da60000aa5b5f88c
+3	hate	hate	VERB	O	0			ad42c0f071f3a214da60000aa5b5f88c
+4	hearing	hear	VERB	O	0			ad42c0f071f3a214da60000aa5b5f88c
+5	about	about	ADP	O	0			ad42c0f071f3a214da60000aa5b5f88c
+6	deadbeat	deadbeat	ADJ	O	0			ad42c0f071f3a214da60000aa5b5f88c
+7	moms	mom	NOUN	O	0			ad42c0f071f3a214da60000aa5b5f88c
+8	!!!	!!!	PUNCT	O	0			ad42c0f071f3a214da60000aa5b5f88c
+
+1	@itzayanaa_	@USER	X	O	0			89acc00a8fe805054d7a0f12e0ef2d7e
+2	okay	okay	INTJ	O	0			89acc00a8fe805054d7a0f12e0ef2d7e
+3	?	?	PUNCT	O	0			89acc00a8fe805054d7a0f12e0ef2d7e
+
+1	I	i	PRON	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+2	mean	mean	VERB	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+3	,	,	PUNCT	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+4	what	what	PRON	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+5	am	be	AUX	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+6	I	i	PRON	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+7	going	go	VERB	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+8	to	to	PART	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+9	find	find	VERB	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+10	today	today	NOUN	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+11	?	?	PUNCT	O	0			e4e8945b6149ca0d94052fd926e1d2a3
+
+1	@georgiameramo	@USER	X	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+2	how	how	ADV	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+3	was	be	VERB	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+4	paris	paris	PROPN	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+5	!?	!?	PUNCT	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+6	Xx	EMOTICON	X	O	0			f5283ee9a05c4d77fd81232dd83cc64b
+
+1	Bought	buy	VERB	O	0			600cbb8c971dc6806aab0f7214f17423
+2	a	a	DET	O	0			600cbb8c971dc6806aab0f7214f17423
+3	Ibanez	ibanez	PROPN	O	0			600cbb8c971dc6806aab0f7214f17423
+4	AW000	aw000	PROPN	O	0			600cbb8c971dc6806aab0f7214f17423
+5	would	would	VERB	O	0			600cbb8c971dc6806aab0f7214f17423
+6	have	have	AUX	O	0			600cbb8c971dc6806aab0f7214f17423
+7	rated	rate	VERB	O	0			600cbb8c971dc6806aab0f7214f17423
+8	0	0	NUM	O	0			600cbb8c971dc6806aab0f7214f17423
+9	,	,	PUNCT	O	0			600cbb8c971dc6806aab0f7214f17423
+10	but	but	CONJ	O	0			600cbb8c971dc6806aab0f7214f17423
+11	when	when	ADV	O	0			600cbb8c971dc6806aab0f7214f17423
+12	took	take	VERB	O	0			600cbb8c971dc6806aab0f7214f17423
+13	the	the	DET	O	0			600cbb8c971dc6806aab0f7214f17423
+14	guitar	guitar	NOUN	O	0			600cbb8c971dc6806aab0f7214f17423
+15	out	out	ADP	O	0			600cbb8c971dc6806aab0f7214f17423
+16	the	the	DET	O	0			600cbb8c971dc6806aab0f7214f17423
+17	box	box	NOUN	O	0			600cbb8c971dc6806aab0f7214f17423
+18	one	one	NOUN	O	0			600cbb8c971dc6806aab0f7214f17423
+19	of	of	ADP	O	0			600cbb8c971dc6806aab0f7214f17423
+20	the	the	DET	O	0			600cbb8c971dc6806aab0f7214f17423
+21	strings	strings	NOUN	O	0			600cbb8c971dc6806aab0f7214f17423
+22	had	have	AUX	O	0			600cbb8c971dc6806aab0f7214f17423
+23	snapped	snap	VERB	O	0			600cbb8c971dc6806aab0f7214f17423
+24	.	.	PUNCT	O	0			600cbb8c971dc6806aab0f7214f17423
+
+1	@Bella_Bijou	@USER	X	O	0			a90da6e2de4c86c896928ab5d02a1510
+2	Kmsl	kmsl	INTJ	O	0			a90da6e2de4c86c896928ab5d02a1510
+3	.	.	PUNCT	O	0			a90da6e2de4c86c896928ab5d02a1510
+4	Leave	leave	VERB	O	0			a90da6e2de4c86c896928ab5d02a1510
+5	Anna	anna	PROPN	O	0			a90da6e2de4c86c896928ab5d02a1510
+6	out	out	ADP	O	0			a90da6e2de4c86c896928ab5d02a1510
+7	.	.	PUNCT	O	0			a90da6e2de4c86c896928ab5d02a1510
+8	of	of	ADP	O	0			a90da6e2de4c86c896928ab5d02a1510
+9	this	this	PRON	O	0			a90da6e2de4c86c896928ab5d02a1510
+10	.	.	PUNCT	O	0			a90da6e2de4c86c896928ab5d02a1510
+11	God	god	PROPN	O	0			a90da6e2de4c86c896928ab5d02a1510
+12	I	i	PRON	O	0			a90da6e2de4c86c896928ab5d02a1510
+13	ma	ma	AUX	O	0			a90da6e2de4c86c896928ab5d02a1510
+14	have	have	VERB	O	0			a90da6e2de4c86c896928ab5d02a1510
+15	to	to	PART	O	0			a90da6e2de4c86c896928ab5d02a1510
+16	hear	hear	VERB	O	0			a90da6e2de4c86c896928ab5d02a1510
+17	about	about	ADP	O	0			a90da6e2de4c86c896928ab5d02a1510
+18	this	this	PRON	O	0			a90da6e2de4c86c896928ab5d02a1510
+19	all	all	DET	O	0			a90da6e2de4c86c896928ab5d02a1510
+20	week	week	NOUN	O	0			a90da6e2de4c86c896928ab5d02a1510
+21	huh	huh	INTJ	O	0			a90da6e2de4c86c896928ab5d02a1510
+
+1	So	so	ADV	O	0			2c4a7900ed8e9043d931a86fdab30a62
+2	supernatural	supernatural	ADJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+3	.	.	PUNCT	O	0			2c4a7900ed8e9043d931a86fdab30a62
+4	Actual	actual	ADJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+5	and	and	CONJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+6	factual	factual	ADJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+7	.	.	PUNCT	O	0			2c4a7900ed8e9043d931a86fdab30a62
+8	Unstoppable	unstoppable	ADJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+9	,	,	PUNCT	O	0			2c4a7900ed8e9043d931a86fdab30a62
+10	I	i	PRON	O	0			2c4a7900ed8e9043d931a86fdab30a62
+11	'm	'm	VERB	O	0			2c4a7900ed8e9043d931a86fdab30a62
+12	possibly	possibly	ADV	O	0			2c4a7900ed8e9043d931a86fdab30a62
+13	the	the	DET	O	0			2c4a7900ed8e9043d931a86fdab30a62
+14	illest	ill	ADJ	O	0			2c4a7900ed8e9043d931a86fdab30a62
+15	possibility	possibility	NOUN	O	0			2c4a7900ed8e9043d931a86fdab30a62
+16	.	.	PUNCT	O	0			2c4a7900ed8e9043d931a86fdab30a62
+
+1	I	i	PRON	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+2	received	receive	VERB	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+3	them	them	PRON	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+4	really	really	ADV	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+5	quickly	quickly	ADV	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+6	and	and	CONJ	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+7	will	will	AUX	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+8	use	use	VERB	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+9	Healthy	healthy	PROPN	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+10	Supplies	supply	NOUN	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+11	again	again	ADV	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+12	,	,	PUNCT	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+13	really	really	ADV	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+14	impressed	impressed	ADJ	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+15	.	.	PUNCT	O	0			b20c2c28aeefb915ac5181eb38bfaf11
+
+1	The	the	DET	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+2	weather	weather	NOUN	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+3	outside	outside	ADJ	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+4	does	do	AUX	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+5	n't	n't	PART	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+6	look	look	VERB	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+7	too	too	ADV	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+8	appealing	appealing	ADJ	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+9	.	.	PUNCT	O	0			a3ca0f842d6ea1073b4111183efe7d0a
+
+1	And	and	CONJ	O	0			56d8f2d626d47ef365db55e9162a00dd
+2	somebody	somebody	NOUN	O	0			56d8f2d626d47ef365db55e9162a00dd
+3	brought	bring	VERB	O	0			56d8f2d626d47ef365db55e9162a00dd
+4	a	a	DET	O	0			56d8f2d626d47ef365db55e9162a00dd
+5	boyfriend	boyfriend	NOUN	O	0			56d8f2d626d47ef365db55e9162a00dd
+6	,	,	PUNCT	O	0			56d8f2d626d47ef365db55e9162a00dd
+7	somebody	somebody	NOUN	O	0			56d8f2d626d47ef365db55e9162a00dd
+8	a	a	DET	O	0			56d8f2d626d47ef365db55e9162a00dd
+9	father	father	NOUN	O	0			56d8f2d626d47ef365db55e9162a00dd
+10	.	.	PUNCT	O	0			56d8f2d626d47ef365db55e9162a00dd
+
+1	My	my	PRON	O	0			0c955704d5eb44a6281e31e6090f7a71
+2	definition	definition	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+3	of	of	ADP	O	0			0c955704d5eb44a6281e31e6090f7a71
+4	a	a	DET	O	0			0c955704d5eb44a6281e31e6090f7a71
+5	hot	hot	ADJ	O	0			0c955704d5eb44a6281e31e6090f7a71
+6	date	date	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+7	includes	include	VERB	O	0			0c955704d5eb44a6281e31e6090f7a71
+8	a	a	DET	O	0			0c955704d5eb44a6281e31e6090f7a71
+9	delicious	delicious	ADJ	O	0			0c955704d5eb44a6281e31e6090f7a71
+10	cup	cup	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+11	of	of	ADP	O	0			0c955704d5eb44a6281e31e6090f7a71
+12	tea	tea	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+13	,	,	PUNCT	O	0			0c955704d5eb44a6281e31e6090f7a71
+14	a	a	DET	O	0			0c955704d5eb44a6281e31e6090f7a71
+15	really	really	ADV	O	0			0c955704d5eb44a6281e31e6090f7a71
+16	good	good	ADJ	O	0			0c955704d5eb44a6281e31e6090f7a71
+17	book	book	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+18	and	and	CONJ	O	0			0c955704d5eb44a6281e31e6090f7a71
+19	cuddling	cuddle	VERB	O	0			0c955704d5eb44a6281e31e6090f7a71
+20	by	by	ADP	O	0			0c955704d5eb44a6281e31e6090f7a71
+21	myself	myself	PRON	O	0			0c955704d5eb44a6281e31e6090f7a71
+22	in	in	ADP	O	0			0c955704d5eb44a6281e31e6090f7a71
+23	the	the	DET	O	0			0c955704d5eb44a6281e31e6090f7a71
+24	couch	couch	NOUN	O	0			0c955704d5eb44a6281e31e6090f7a71
+25	.	.	PUNCT	O	0			0c955704d5eb44a6281e31e6090f7a71
+
+1	keep	keep	VERB	O	0			2603ade52c3ee0cdcf8aaf6691f1088a
+2	it	it	PRON	O	0			2603ade52c3ee0cdcf8aaf6691f1088a
+3	#Gangsta	#gangsta	ADJ	O	0			2603ade52c3ee0cdcf8aaf6691f1088a
+
+1	What	what	PRON	O	0			aaac40c37875fbc149a9d5d3c8737061
+2	a	a	DET	O	0			aaac40c37875fbc149a9d5d3c8737061
+3	load	load	NOUN	O	0			aaac40c37875fbc149a9d5d3c8737061
+4	of	of	ADP	O	0			aaac40c37875fbc149a9d5d3c8737061
+5	cr	cr	NOUN	O	0			aaac40c37875fbc149a9d5d3c8737061
+6	*	*	NOUN	O	0			aaac40c37875fbc149a9d5d3c8737061
+7	p	p	NOUN	O	0			aaac40c37875fbc149a9d5d3c8737061
+8	this	this	DET	O	0			aaac40c37875fbc149a9d5d3c8737061
+9	scooter	scooter	NOUN	O	0			aaac40c37875fbc149a9d5d3c8737061
+10	is	be	VERB	O	0			aaac40c37875fbc149a9d5d3c8737061
+11	.	.	PUNCT	O	0			aaac40c37875fbc149a9d5d3c8737061
+
+1	This	this	DET	O	0			ba2371a9244c8df88b4ef727da06d9e5
+2	box	box	NOUN	O	0			ba2371a9244c8df88b4ef727da06d9e5
+3	contains	contain	VERB	O	0			ba2371a9244c8df88b4ef727da06d9e5
+4	one	NUMBER	NUM	O	0			ba2371a9244c8df88b4ef727da06d9e5
+5	billion	NUMBER	NUM	O	0			ba2371a9244c8df88b4ef727da06d9e5
+6	people	people	NOUN	O	0			ba2371a9244c8df88b4ef727da06d9e5
+7	.	.	PUNCT	O	0			ba2371a9244c8df88b4ef727da06d9e5
+
+1	@_MyHipsDontLie_	@USER	X	O	0			a8b412cfcd289446a9515843c4ba9275
+2	You	you	PRON	O	0			a8b412cfcd289446a9515843c4ba9275
+3	would	would	AUX	O	0			a8b412cfcd289446a9515843c4ba9275
+4	have	have	VERB	O	0			a8b412cfcd289446a9515843c4ba9275
+5	had	have	VERB	O	0			a8b412cfcd289446a9515843c4ba9275
+6	1,987,001	NUMBER	NUM	O	0			a8b412cfcd289446a9515843c4ba9275
+7	followers	followers	NOUN	O	0			a8b412cfcd289446a9515843c4ba9275
+8	if	if	ADP	O	0			a8b412cfcd289446a9515843c4ba9275
+9	you	you	PRON	O	0			a8b412cfcd289446a9515843c4ba9275
+10	did	do	VERB	O	0			a8b412cfcd289446a9515843c4ba9275
+11	<3	EMOTICON	X	O	0			a8b412cfcd289446a9515843c4ba9275
+12	lol	lol	INTJ	O	0			a8b412cfcd289446a9515843c4ba9275
+
+1	So	so	ADV	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+2	we	we	PRON	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+3	're	're	AUX	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+4	going	go	VERB	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+5	to	to	PART	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+6	talk	talk	VERB	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+7	a	a	DET	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+8	little	little	ADJ	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+9	bit	bit	NOUN	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+10	today	today	NOUN	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+11	about	about	SCONJ	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+12	how	how	ADV	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+13	videos	video	NOUN	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+14	go	go	VERB	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+15	viral	viral	ADJ	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+16	and	and	CONJ	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+17	then	then	ADV	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+18	why	why	ADV	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+19	that	that	SCONJ	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+20	even	even	ADV	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+21	matters	matter	NOUN	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+22	.	.	PUNCT	O	0			96e49f5b2b47158cd65c35ae8f015d0e
+
+1	3-0	NUMBER	NUM	O	0			353eba02397352357619446b21b3a729
+2	!!	!!	PUNCT	O	0			353eba02397352357619446b21b3a729
+3	Phew	phew	INTJ	O	0			353eba02397352357619446b21b3a729
+4	!!!	!!!	PUNCT	O	0			353eba02397352357619446b21b3a729
+5	Good	good	ADJ	O	0			353eba02397352357619446b21b3a729
+6	no	no	DET	O	0			353eba02397352357619446b21b3a729
+7	TD	td	NOUN	O	0			353eba02397352357619446b21b3a729
+8	!!!	!!!	PUNCT	O	0			353eba02397352357619446b21b3a729
+9	Go	go	ADJ	O	0			353eba02397352357619446b21b3a729
+10	job	job	NOUN	O	0			353eba02397352357619446b21b3a729
+11	D	d	NOUN	O	0			353eba02397352357619446b21b3a729
+12	!!!	!!!	PUNCT	O	0			353eba02397352357619446b21b3a729
+13	#birdgang	#birdgang	X	O	0			353eba02397352357619446b21b3a729
+
+1	A	a	DET	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+2	nice	nice	ADJ	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+3	fluffy	fluffy	ADJ	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+4	pillow	pillow	NOUN	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+5	sounds	sound	VERB	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+6	great	great	ADJ	O	0			a3abb8ecd1b5c4cc953cd86106498c1f
+
+1	Women`s	women`s	PROPN	O	0			fdbc6347c2d603bfb5e3c857275526b1
+2	Health	health	PROPN	O	0			fdbc6347c2d603bfb5e3c857275526b1
+3	is	be	VERB	O	0			fdbc6347c2d603bfb5e3c857275526b1
+4	true	true	ADJ	O	0			fdbc6347c2d603bfb5e3c857275526b1
+5	!	!	PUNCT	O	0			fdbc6347c2d603bfb5e3c857275526b1
+6	Hurry	hurry	VERB	O	0			fdbc6347c2d603bfb5e3c857275526b1
+7	up	up	ADP	O	0			fdbc6347c2d603bfb5e3c857275526b1
+8	!	!	PUNCT	O	0			fdbc6347c2d603bfb5e3c857275526b1
+9	Best	best	ADJ	O	0			fdbc6347c2d603bfb5e3c857275526b1
+10	prices	price	NOUN	O	0			fdbc6347c2d603bfb5e3c857275526b1
+11	for	for	ADP	O	0			fdbc6347c2d603bfb5e3c857275526b1
+12	Gyne-Lotriminor	gyne-lotriminor	PROPN	O	0			fdbc6347c2d603bfb5e3c857275526b1
+13	Serophene	serophene	PROPN	O	0			fdbc6347c2d603bfb5e3c857275526b1
+14	See	see	VERB	O	0			fdbc6347c2d603bfb5e3c857275526b1
+15	more	more	ADJ	O	0			fdbc6347c2d603bfb5e3c857275526b1
+16	http://tinyurl.com/WomenPillsa	URL	X	O	0			fdbc6347c2d603bfb5e3c857275526b1
+
+1	enjoys	enjoy	VERB	O	0			3c560a4e7302a45629a89b933a7a727f
+2	a	a	DET	O	0			3c560a4e7302a45629a89b933a7a727f
+3	good	good	ADJ	O	0			3c560a4e7302a45629a89b933a7a727f
+4	Snog	snog	NOUN	O	0			3c560a4e7302a45629a89b933a7a727f
+5	at	at	ADP	O	0			3c560a4e7302a45629a89b933a7a727f
+6	lunchtime	lunchtime	NOUN	O	0			3c560a4e7302a45629a89b933a7a727f
+7	.	.	PUNCT	O	0			3c560a4e7302a45629a89b933a7a727f
+
+1	Just	just	ADV	O	0			c314955043125977b8fbf4413732535a
+2	received	receive	VERB	O	0			c314955043125977b8fbf4413732535a
+3	my	my	DET	O	0			c314955043125977b8fbf4413732535a
+4	order	order	NOUN	O	0			c314955043125977b8fbf4413732535a
+5	which	which	PRON	O	0			c314955043125977b8fbf4413732535a
+6	I	i	PRON	O	0			c314955043125977b8fbf4413732535a
+7	ordered	order	VERB	O	0			c314955043125977b8fbf4413732535a
+8	0	0	NUM	O	0			c314955043125977b8fbf4413732535a
+9	days	days	NOUN	O	0			c314955043125977b8fbf4413732535a
+10	ago	ago	ADV	O	0			c314955043125977b8fbf4413732535a
+11	,	,	PUNCT	O	0			c314955043125977b8fbf4413732535a
+12	very	very	ADV	O	0			c314955043125977b8fbf4413732535a
+13	impressed	impressed	ADJ	O	0			c314955043125977b8fbf4413732535a
+14	also	also	ADV	O	0			c314955043125977b8fbf4413732535a
+15	the	the	DET	O	0			c314955043125977b8fbf4413732535a
+16	new	new	ADJ	O	0			c314955043125977b8fbf4413732535a
+17	packaging	packaging	NOUN	O	0			c314955043125977b8fbf4413732535a
+18	is	be	VERB	O	0			c314955043125977b8fbf4413732535a
+19	a	a	DET	O	0			c314955043125977b8fbf4413732535a
+20	godsend	godsend	NOUN	O	0			c314955043125977b8fbf4413732535a
+21	as	as	CONJ	O	0			c314955043125977b8fbf4413732535a
+22	it	it	PRON	O	0			c314955043125977b8fbf4413732535a
+23	goes	go	VERB	O	0			c314955043125977b8fbf4413732535a
+24	through	through	ADP	O	0			c314955043125977b8fbf4413732535a
+25	the	the	DET	O	0			c314955043125977b8fbf4413732535a
+26	letter	letter	NOUN	O	0			c314955043125977b8fbf4413732535a
+27	box	box	NOUN	O	0			c314955043125977b8fbf4413732535a
+28	without	without	ADP	O	0			c314955043125977b8fbf4413732535a
+29	any	any	DET	O	0			c314955043125977b8fbf4413732535a
+30	problems	problem	NOUN	O	0			c314955043125977b8fbf4413732535a
+31	.	.	PUNCT	O	0			c314955043125977b8fbf4413732535a
+
+1	Wish	wish	VERB	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+2	I	i	PRON	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+3	was	be	VERB	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+4	at	at	ADP	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+5	odd	odd	PROPN	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+6	future	future	PROPN	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+7	rn	rn	ADV	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+8			SYM	O	0			88fdc01af8d198a6246c5fbd7b61f4d9
+
+1	Any	any	DET	O	0			17829f1fbef52a2b53ef743736320a22
+2	one	one	NUM	O	0			17829f1fbef52a2b53ef743736320a22
+3	of	of	ADP	O	0			17829f1fbef52a2b53ef743736320a22
+4	you	you	PRON	O	0			17829f1fbef52a2b53ef743736320a22
+5	could	could	AUX	O	0			17829f1fbef52a2b53ef743736320a22
+6	be	be	VERB	O	0			17829f1fbef52a2b53ef743736320a22
+7	famous	famous	ADJ	O	0			17829f1fbef52a2b53ef743736320a22
+8	on	on	ADP	O	0			17829f1fbef52a2b53ef743736320a22
+9	the	the	DET	O	0			17829f1fbef52a2b53ef743736320a22
+10	Internet	internet	NOUN	O	0			17829f1fbef52a2b53ef743736320a22
+11	by	by	ADP	O	0			17829f1fbef52a2b53ef743736320a22
+12	next	next	ADJ	O	0			17829f1fbef52a2b53ef743736320a22
+13	Saturday	saturday	PROPN	O	0			17829f1fbef52a2b53ef743736320a22
+14	.	.	PUNCT	O	0			17829f1fbef52a2b53ef743736320a22
+
+1	Blog	blog	NOUN	O	0			ac8c3247d2fd559400aaf5d825130a5c
+2	Post	post	NOUN	O	0			ac8c3247d2fd559400aaf5d825130a5c
+3	-	-	PUNCT	O	0			ac8c3247d2fd559400aaf5d825130a5c
+4	Learn	learn	VERB	O	0			ac8c3247d2fd559400aaf5d825130a5c
+5	how	how	ADV	O	0			ac8c3247d2fd559400aaf5d825130a5c
+6	to	to	PART	O	0			ac8c3247d2fd559400aaf5d825130a5c
+7	Raise	raise	VERB	O	0			ac8c3247d2fd559400aaf5d825130a5c
+8	More	more	ADJ	O	0			ac8c3247d2fd559400aaf5d825130a5c
+9	Money	money	NOUN	O	0			ac8c3247d2fd559400aaf5d825130a5c
+10	and	and	CONJ	O	0			ac8c3247d2fd559400aaf5d825130a5c
+11	Awareness	awareness	NOUN	O	0			ac8c3247d2fd559400aaf5d825130a5c
+12	through	through	ADP	O	0			ac8c3247d2fd559400aaf5d825130a5c
+13	Collaborative	collaborative	ADJ	O	0			ac8c3247d2fd559400aaf5d825130a5c
+14	Partnership	partnership	NOUN	O	0			ac8c3247d2fd559400aaf5d825130a5c
+15	46	NUMBER	NUM	O	0			ac8c3247d2fd559400aaf5d825130a5c
+16	-	-	PUNCT	O	0			ac8c3247d2fd559400aaf5d825130a5c
+17	http://ow.ly/4enPp	URL	X	O	0			ac8c3247d2fd559400aaf5d825130a5c
+
+1	just	just	ADV	O	0			6c9c1f63246d2fd3c1960de6365e995c
+2	did	do	VERB	O	0			6c9c1f63246d2fd3c1960de6365e995c
+3	some	some	DET	O	0			6c9c1f63246d2fd3c1960de6365e995c
+4	unfollows	unfollows	NOUN	O	0			6c9c1f63246d2fd3c1960de6365e995c
+5	..	..	PUNCT	O	0			6c9c1f63246d2fd3c1960de6365e995c
+6	I	i	PRON	O	0			6c9c1f63246d2fd3c1960de6365e995c
+7	hate	hate	VERB	O	0			6c9c1f63246d2fd3c1960de6365e995c
+8	havin	havin	VERB	O	0			6c9c1f63246d2fd3c1960de6365e995c
+9	#deadweight	#deadweight	NOUN	O	0			6c9c1f63246d2fd3c1960de6365e995c
+10	on	on	ADP	O	0			6c9c1f63246d2fd3c1960de6365e995c
+11	my	my	PRON	O	0			6c9c1f63246d2fd3c1960de6365e995c
+12	TL	tl	NOUN	O	0			6c9c1f63246d2fd3c1960de6365e995c
+
+1	Mr	mr	NOUN	O	0			4e9787998a112850b80896247379e753
+2	Norman	norman	PROPN	O	0			4e9787998a112850b80896247379e753
+3	Rees	rees	PROPN	O	0			4e9787998a112850b80896247379e753
+4	,	,	PUNCT	O	0			4e9787998a112850b80896247379e753
+5	customer	customer	NOUN	O	0			4e9787998a112850b80896247379e753
+6	reference	reference	NOUN	O	0			4e9787998a112850b80896247379e753
+7	000000	000000	NUM	O	0			4e9787998a112850b80896247379e753
+
+1	Tour	tour	NOUN	O	0			160a05fd47c58cc26566a4ec004be791
+2	ready	ready	ADJ	O	0			160a05fd47c58cc26566a4ec004be791
+3	.	.	PUNCT	O	0			160a05fd47c58cc26566a4ec004be791
+4	http://t.co/S2m5C80J	URL	X	O	0			160a05fd47c58cc26566a4ec004be791
+
+1	@_punkybrewster	@USER	X	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+2	yea	yea	INTJ	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+3	i	i	PRON	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+4	k	k	VERB	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+5	,	,	PUNCT	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+6	just	just	ADV	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+7	for	for	ADP	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+8	me	me	PRON	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+9	hahaa	hahaa	INTJ	O	0			a2d8b0bcba0b52b7a48657446638d3d3
+
+1	@Dat_Babiifayce	@USER	X	O	0			050a2b94bb2c82d71b258acd5e88eb49
+2	I	i	PRON	O	0			050a2b94bb2c82d71b258acd5e88eb49
+3	already	already	ADV	O	0			050a2b94bb2c82d71b258acd5e88eb49
+4	have	have	VERB	O	0			050a2b94bb2c82d71b258acd5e88eb49
+5	sis	sis	NOUN	O	0			050a2b94bb2c82d71b258acd5e88eb49
+6	!!!	!!!	PUNCT	O	0			050a2b94bb2c82d71b258acd5e88eb49
+7	Girl	girl	NOUN	O	0			050a2b94bb2c82d71b258acd5e88eb49
+8	they	they	PRON	O	0			050a2b94bb2c82d71b258acd5e88eb49
+9	hate	hate	VERB	O	0			050a2b94bb2c82d71b258acd5e88eb49
+10	me	me	PRON	O	0			050a2b94bb2c82d71b258acd5e88eb49
+11	!	!	PUNCT	O	0			050a2b94bb2c82d71b258acd5e88eb49
+
+1	Driver	driver	PROPN	O	0			2a93d13d7dd760de48ee396af989b5eb
+2	chatty	chatty	ADJ	O	0			2a93d13d7dd760de48ee396af989b5eb
+3	and	and	CONJ	O	0			2a93d13d7dd760de48ee396af989b5eb
+4	informative	informative	ADJ	O	0			2a93d13d7dd760de48ee396af989b5eb
+5	en	en	ADP	O	0			2a93d13d7dd760de48ee396af989b5eb
+6	route	route	NOUN	O	0			2a93d13d7dd760de48ee396af989b5eb
+7	.	.	PUNCT	O	0			2a93d13d7dd760de48ee396af989b5eb
+
+1	Only	only	ADJ	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+2	problem	problem	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+3	is	be	VERB	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+4	a	a	DET	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+5	little	little	ADJ	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+6	hole	hole	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+7	in	in	ADP	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+8	fabric	fabric	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+9	in	in	ADP	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+10	a	a	DET	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+11	corner	corner	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+12	only	only	ADV	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+13	noticed	notice	VERB	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+14	it	it	PRON	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+15	after	after	ADP	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+16	a	a	DET	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+17	days	days	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+18	use	use	NOUN	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+19	.	.	PUNCT	O	0			8eaedb6fa5c6ed166ccc59ad4792263e
+
+1	For	for	ADP	O	0			c7693584ba288623fb087716151228e2
+2	the	the	DET	O	0			c7693584ba288623fb087716151228e2
+3	price	price	NOUN	O	0			c7693584ba288623fb087716151228e2
+4	I	i	PRON	O	0			c7693584ba288623fb087716151228e2
+5	paid	pay	VERB	O	0			c7693584ba288623fb087716151228e2
+6	for	for	ADP	O	0			c7693584ba288623fb087716151228e2
+7	the	the	DET	O	0			c7693584ba288623fb087716151228e2
+8	Sheraton	sheraton	NOUN	O	0			c7693584ba288623fb087716151228e2
+9	Bunk	bunk	NOUN	O	0			c7693584ba288623fb087716151228e2
+10	beds	bed	NOUN	O	0			c7693584ba288623fb087716151228e2
+11	and	and	CONJ	O	0			c7693584ba288623fb087716151228e2
+12	the	the	DET	O	0			c7693584ba288623fb087716151228e2
+13	London	london	PROPN	O	0			c7693584ba288623fb087716151228e2
+14	mattresses	mattress	NOUN	O	0			c7693584ba288623fb087716151228e2
+15	I	i	PRON	O	0			c7693584ba288623fb087716151228e2
+16	could	could	AUX	O	0			c7693584ba288623fb087716151228e2
+17	not	not	ADV	O	0			c7693584ba288623fb087716151228e2
+18	be	be	VERB	O	0			c7693584ba288623fb087716151228e2
+19	more	more	ADV	O	0			c7693584ba288623fb087716151228e2
+20	pleased	pleased	ADJ	O	0			c7693584ba288623fb087716151228e2
+21	.	.	PUNCT	O	0			c7693584ba288623fb087716151228e2
+
+1	I	i	PRON	O	0			08b94eddab04e6e0556c49bed7e1146a
+2	would	would	VERB	O	0			08b94eddab04e6e0556c49bed7e1146a
+3	definitely	definitely	ADV	O	0			08b94eddab04e6e0556c49bed7e1146a
+4	use	use	VERB	O	0			08b94eddab04e6e0556c49bed7e1146a
+5	this	this	DET	O	0			08b94eddab04e6e0556c49bed7e1146a
+6	company	company	NOUN	O	0			08b94eddab04e6e0556c49bed7e1146a
+7	again	again	ADV	O	0			08b94eddab04e6e0556c49bed7e1146a
+8	.	.	PUNCT	O	0			08b94eddab04e6e0556c49bed7e1146a
+
+1	@savanastang	@USER	X	O	0			deffe4ca11ae6c937b00066b09e003f2
+2	there	there	PRON	O	0			deffe4ca11ae6c937b00066b09e003f2
+3	are	be	VERB	O	0			deffe4ca11ae6c937b00066b09e003f2
+4	more	more	ADJ	O	0			deffe4ca11ae6c937b00066b09e003f2
+5	#creatures	#creatures	NOUN	O	0			deffe4ca11ae6c937b00066b09e003f2
+6	in	in	ADP	O	0			deffe4ca11ae6c937b00066b09e003f2
+7	donny	donny	PROPN	O	0			deffe4ca11ae6c937b00066b09e003f2
+8	's	's	PART	O	0			deffe4ca11ae6c937b00066b09e003f2
+9	room	room	NOUN	O	0			deffe4ca11ae6c937b00066b09e003f2
+10	in	in	ADP	O	0			deffe4ca11ae6c937b00066b09e003f2
+11	today	today	NOUN	O	0			deffe4ca11ae6c937b00066b09e003f2
+12	too	too	ADV	O	0			deffe4ca11ae6c937b00066b09e003f2
+13	bad	bad	ADJ	O	0			deffe4ca11ae6c937b00066b09e003f2
+14	you	you	PRON	O	0			deffe4ca11ae6c937b00066b09e003f2
+15	missed	miss	VERB	O	0			deffe4ca11ae6c937b00066b09e003f2
+16	them	them	PRON	O	0			deffe4ca11ae6c937b00066b09e003f2
+17	:)	EMOTICON	X	O	0			deffe4ca11ae6c937b00066b09e003f2
+
+1	Super	super	PROPN	O	0			3e19ddbf9e1f6a95e74b873022e46658
+2	Bowl	bowl	PROPN	O	0			3e19ddbf9e1f6a95e74b873022e46658
+3	Countdown	countdown	NOUN	O	0			3e19ddbf9e1f6a95e74b873022e46658
+4	:	:	PUNCT	O	0			3e19ddbf9e1f6a95e74b873022e46658
+5	http://t.co/ZuVEYdYm	URL	X	O	0			3e19ddbf9e1f6a95e74b873022e46658
+
+1	0	0	NUM	O	0			b6ceeda962852d3f5daa7302170f50a4
+2	days	days	NOUN	O	0			b6ceeda962852d3f5daa7302170f50a4
+3	after	after	ADP	O	0			b6ceeda962852d3f5daa7302170f50a4
+4	purchase	purchase	NOUN	O	0			b6ceeda962852d3f5daa7302170f50a4
+5	and	and	CONJ	O	0			b6ceeda962852d3f5daa7302170f50a4
+6	payment	payment	NOUN	O	0			b6ceeda962852d3f5daa7302170f50a4
+7	(	(	PUNCT	O	0			b6ceeda962852d3f5daa7302170f50a4
+8	including	include	VERB	O	0			b6ceeda962852d3f5daa7302170f50a4
+9	£	£	X	O	0			b6ceeda962852d3f5daa7302170f50a4
+10	0	0	NUM	O	0			b6ceeda962852d3f5daa7302170f50a4
+11	.	.	PUNCT	O	0			b6ceeda962852d3f5daa7302170f50a4
+12	00	00	NUM	O	0			b6ceeda962852d3f5daa7302170f50a4
+13	postage	postage	NOUN	O	0			b6ceeda962852d3f5daa7302170f50a4
+14	)	)	PUNCT	O	0			b6ceeda962852d3f5daa7302170f50a4
+15	was	be	AUX	O	0			b6ceeda962852d3f5daa7302170f50a4
+16	received	receive	VERB	O	0			b6ceeda962852d3f5daa7302170f50a4
+17	.	.	PUNCT	O	0			b6ceeda962852d3f5daa7302170f50a4
+
+1	Quality	quality	NOUN	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+2	gear	gear	NOUN	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+3	guys	guy	NOUN	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+4	,	,	PUNCT	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+5	excellent	excellent	ADJ	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+6	!	!	PUNCT	O	0			eddfeff9816c4fe3e575b5f1419ddd87
+
+1	I	i	PRON	O	0			163e0f11870c8ff6366852b4dba92471
+2	Feel	feel	VERB	O	0			163e0f11870c8ff6366852b4dba92471
+3	Gud	gud	ADJ	O	0			163e0f11870c8ff6366852b4dba92471
+4	...	...	PUNCT	O	0			163e0f11870c8ff6366852b4dba92471
+5	..	..	PUNCT	O	0			163e0f11870c8ff6366852b4dba92471
+
+1	Would	would	VERB	O	0			22e75b3d6adbe04c1f082addba21d87f
+2	definately	definately	ADV	O	0			22e75b3d6adbe04c1f082addba21d87f
+3	use	use	VERB	O	0			22e75b3d6adbe04c1f082addba21d87f
+4	this	this	DET	O	0			22e75b3d6adbe04c1f082addba21d87f
+5	company	company	NOUN	O	0			22e75b3d6adbe04c1f082addba21d87f
+6	again	again	ADV	O	0			22e75b3d6adbe04c1f082addba21d87f
+7	.	.	PUNCT	O	0			22e75b3d6adbe04c1f082addba21d87f
+
+1	Placed	place	VERB	O	0			37878480a14b9a4b1a02e41452ed54b5
+2	an	an	DET	O	0			37878480a14b9a4b1a02e41452ed54b5
+3	order	order	NOUN	O	0			37878480a14b9a4b1a02e41452ed54b5
+4	on	on	ADP	O	0			37878480a14b9a4b1a02e41452ed54b5
+5	0	0	NUM	O	0			37878480a14b9a4b1a02e41452ed54b5
+6	Feb	feb	NOUN	O	0			37878480a14b9a4b1a02e41452ed54b5
+7	for	for	ADP	O	0			37878480a14b9a4b1a02e41452ed54b5
+8	£	£	X	O	0			37878480a14b9a4b1a02e41452ed54b5
+9	000	000	NUM	O	0			37878480a14b9a4b1a02e41452ed54b5
+10	.	.	PUNCT	O	0			37878480a14b9a4b1a02e41452ed54b5
+11	00	00	NUM	O	0			37878480a14b9a4b1a02e41452ed54b5
+12	.	.	PUNCT	O	0			37878480a14b9a4b1a02e41452ed54b5
+
+1	@montse_nn	@USER	X	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+2	All	all	DET	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+3	my	my	PRON	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+4	loving	love	VERB	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+5	I	i	PRON	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+6	will	will	AUX	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+7	send	send	VERB	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+8	to	to	ADP	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+9	you	you	PRON	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+10	♥	♥	PUNCT	O	0			2e73b5c430bf048c905e9e3f4dc5ccab
+
+1	I	i	PRON	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+2	was	be	AUX	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+3	then	then	ADV	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+4	offered	offer	VERB	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+5	a	a	DET	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+6	new	new	ADJ	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+7	deal	deal	NOUN	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+8	by	by	ADP	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+9	a	a	DET	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+10	small	small	ADJ	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+11	local	local	ADJ	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+12	company	company	NOUN	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+13	for	for	ADP	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+14	the	the	DET	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+15	same	same	ADJ	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+16	service	service	NOUN	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+17	for	for	ADP	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+18	only	only	ADV	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+19	£	£	X	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+20	00	00	NUM	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+21	so	so	CONJ	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+22	I	i	PRON	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+23	gave	give	VERB	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+24	notice	notice	NOUN	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+25	to	to	ADP	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+26	XLN	xln	PROPN	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+27	as	as	ADP	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+28	required	require	VERB	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+29	.	.	PUNCT	O	0			e5b7eec5b0af76cf281dd1ad33216ff1
+
+1	And	and	CONJ	O	0			98cf48af55452b5ec07bdb83858744bd
+2	they	they	PRON	O	0			98cf48af55452b5ec07bdb83858744bd
+3	're	're	AUX	O	0			98cf48af55452b5ec07bdb83858744bd
+4	starting	start	VERB	O	0			98cf48af55452b5ec07bdb83858744bd
+5	to	to	PART	O	0			98cf48af55452b5ec07bdb83858744bd
+6	dominate	dominate	VERB	O	0			98cf48af55452b5ec07bdb83858744bd
+7	lots	lots	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+8	of	of	ADP	O	0			98cf48af55452b5ec07bdb83858744bd
+9	professions	profession	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+10	--	--	PUNCT	O	0			98cf48af55452b5ec07bdb83858744bd
+11	doctors	doctor	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+12	,	,	PUNCT	O	0			98cf48af55452b5ec07bdb83858744bd
+13	lawyers	lawyer	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+14	,	,	PUNCT	O	0			98cf48af55452b5ec07bdb83858744bd
+15	bankers	banker	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+16	,	,	PUNCT	O	0			98cf48af55452b5ec07bdb83858744bd
+17	accountants	accountant	NOUN	O	0			98cf48af55452b5ec07bdb83858744bd
+18	.	.	PUNCT	O	0			98cf48af55452b5ec07bdb83858744bd
+
+1	#YouGotTheWrongDavid	#yougotthewrongdavid	X	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+2	IT	it	PRON	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+3	'S	's	VERB	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+4	T-E-N-N-A-N-T	t-e-n-n-a-n-t	PROPN	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+5	,	,	PUNCT	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+6	NOT	not	PART	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+7	BECKHAM	beckham	PROPN	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+8	!	!	PUNCT	O	0			e5d1d9192984128a90ca9d5acd2eb2ee
+
+1	Would	would	VERB	O	0			16f9ff9201d57465ae95f552da4ef215
+2	recomend	recomend	VERB	O	0			16f9ff9201d57465ae95f552da4ef215
+3	giving	give	VERB	O	0			16f9ff9201d57465ae95f552da4ef215
+4	this	this	PRON	O	0			16f9ff9201d57465ae95f552da4ef215
+5	a	a	DET	O	0			16f9ff9201d57465ae95f552da4ef215
+6	a	a	DET	O	0			16f9ff9201d57465ae95f552da4ef215
+7	try	try	NOUN	O	0			16f9ff9201d57465ae95f552da4ef215
+8	.	.	PUNCT	O	0			16f9ff9201d57465ae95f552da4ef215
+
+1	RT	rt	X	O	0			ab310023609bb4d632c93bed7825b38f
+2	@JasonKennedy1	@USER	X	O	0			ab310023609bb4d632c93bed7825b38f
+3	:	:	X	O	0			ab310023609bb4d632c93bed7825b38f
+4	I	i	PRON	O	0			ab310023609bb4d632c93bed7825b38f
+5	'm	'm	VERB	O	0			ab310023609bb4d632c93bed7825b38f
+6	sitting	sit	VERB	O	0			ab310023609bb4d632c93bed7825b38f
+7	down	down	ADP	O	0			ab310023609bb4d632c93bed7825b38f
+8	with	with	ADP	O	0			ab310023609bb4d632c93bed7825b38f
+9	Gaga	gaga	PROPN	O	0			ab310023609bb4d632c93bed7825b38f
+10	for	for	ADP	O	0			ab310023609bb4d632c93bed7825b38f
+11	an	an	DET	O	0			ab310023609bb4d632c93bed7825b38f
+12	in	in	ADP	O	0			ab310023609bb4d632c93bed7825b38f
+13	depth	depth	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+14	intv	intv	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+15	2day	2day	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+16	,	,	PUNCT	O	0			ab310023609bb4d632c93bed7825b38f
+17	got	get	VERB	O	0			ab310023609bb4d632c93bed7825b38f
+18	?	?	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+19	'	'	SYM	O	0			ab310023609bb4d632c93bed7825b38f
+20	s	s	X	O	0			ab310023609bb4d632c93bed7825b38f
+21	->	->	X	O	0			ab310023609bb4d632c93bed7825b38f
+22	RT	rt	X	O	0			ab310023609bb4d632c93bed7825b38f
+23	@ladygaga	@USER	X	O	0			ab310023609bb4d632c93bed7825b38f
+24	:	:	X	O	0			ab310023609bb4d632c93bed7825b38f
+25	The	the	DET	O	0			ab310023609bb4d632c93bed7825b38f
+26	"	"	PUNCT	O	0			ab310023609bb4d632c93bed7825b38f
+27	Marry	marry	VERB	O	0			ab310023609bb4d632c93bed7825b38f
+28	The	the	DET	O	0			ab310023609bb4d632c93bed7825b38f
+29	Night	night	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+30	"	"	PUNCT	O	0			ab310023609bb4d632c93bed7825b38f
+31	Video	video	NOUN	O	0			ab310023609bb4d632c93bed7825b38f
+32	will	will	VERB	O	0			ab310023609bb4d632c93bed7825b38f
+33	prem	prem	X	O	0			ab310023609bb4d632c93bed7825b38f
+34	...	...	X	O	0			ab310023609bb4d632c93bed7825b38f
+
+1	i	i	PRON	O	0			5edc1a0f47a24832dc057df0e50d8144
+2	m	m	VERB	O	0			5edc1a0f47a24832dc057df0e50d8144
+3	home	home	NOUN	O	0			5edc1a0f47a24832dc057df0e50d8144
+4	:)	EMOTICON	X	O	0			5edc1a0f47a24832dc057df0e50d8144
+
+1	I	i	PRON	O	0			1bd38f54b0094a222c1c8a2640fecf07
+2	duly	duly	ADV	O	0			1bd38f54b0094a222c1c8a2640fecf07
+3	received	receive	VERB	O	0			1bd38f54b0094a222c1c8a2640fecf07
+4	an	an	DET	O	0			1bd38f54b0094a222c1c8a2640fecf07
+5	email	email	NOUN	O	0			1bd38f54b0094a222c1c8a2640fecf07
+6	with	with	ADP	O	0			1bd38f54b0094a222c1c8a2640fecf07
+7	a	a	DET	O	0			1bd38f54b0094a222c1c8a2640fecf07
+8	collection	collection	NOUN	O	0			1bd38f54b0094a222c1c8a2640fecf07
+9	reference	reference	NOUN	O	0			1bd38f54b0094a222c1c8a2640fecf07
+10	number	number	NOUN	O	0			1bd38f54b0094a222c1c8a2640fecf07
+11	to	to	PART	O	0			1bd38f54b0094a222c1c8a2640fecf07
+12	collect	collect	VERB	O	0			1bd38f54b0094a222c1c8a2640fecf07
+13	and	and	CONJ	O	0			1bd38f54b0094a222c1c8a2640fecf07
+14	pay	pay	VERB	O	0			1bd38f54b0094a222c1c8a2640fecf07
+15	for	for	ADP	O	0			1bd38f54b0094a222c1c8a2640fecf07
+16	my	my	DET	O	0			1bd38f54b0094a222c1c8a2640fecf07
+17	item	item	NOUN	O	0			1bd38f54b0094a222c1c8a2640fecf07
+18	.	.	PUNCT	O	0			1bd38f54b0094a222c1c8a2640fecf07
+
+1	The	the	DET	O	0			edd1615244c68f3f2c47fcb4dcf38636
+2	check	check	NOUN	O	0			edd1615244c68f3f2c47fcb4dcf38636
+3	-	-	PUNCT	O	0			edd1615244c68f3f2c47fcb4dcf38636
+4	in	in	NOUN	O	0			edd1615244c68f3f2c47fcb4dcf38636
+5	at	at	ADP	O	0			edd1615244c68f3f2c47fcb4dcf38636
+6	both	both	DET	O	0			edd1615244c68f3f2c47fcb4dcf38636
+7	ends	end	NOUN	O	0			edd1615244c68f3f2c47fcb4dcf38636
+8	was	be	VERB	O	0			edd1615244c68f3f2c47fcb4dcf38636
+9	painless	painless	ADJ	O	0			edd1615244c68f3f2c47fcb4dcf38636
+10	.	.	PUNCT	O	0			edd1615244c68f3f2c47fcb4dcf38636
+
+1	#NSN3D	#nsn3d	X	O	0			35cfd20b1792198bdae958ab83ff5a94
+2	sorrryyz	sorrryyz	INTJ	O	0			35cfd20b1792198bdae958ab83ff5a94
+3	i	i	PRON	O	0			35cfd20b1792198bdae958ab83ff5a94
+4	got	get	AUX	O	0			35cfd20b1792198bdae958ab83ff5a94
+5	caught	catch	VERB	O	0			35cfd20b1792198bdae958ab83ff5a94
+6	for	for	SCONJ	O	0			35cfd20b1792198bdae958ab83ff5a94
+7	textinnggg	textinnggg	VERB	O	0			35cfd20b1792198bdae958ab83ff5a94
+8	.	.	PUNCT	O	0			35cfd20b1792198bdae958ab83ff5a94
+9	dudeee	dudeee	INTJ	O	0			35cfd20b1792198bdae958ab83ff5a94
+10	.	.	PUNCT	O	0			35cfd20b1792198bdae958ab83ff5a94
+11	it	it	PRON	O	0			35cfd20b1792198bdae958ab83ff5a94
+12	was	be	VERB	O	0			35cfd20b1792198bdae958ab83ff5a94
+13	the	the	DET	O	0			35cfd20b1792198bdae958ab83ff5a94
+14	most	most	ADV	O	0			35cfd20b1792198bdae958ab83ff5a94
+15	awkward	awkward	ADJ	O	0			35cfd20b1792198bdae958ab83ff5a94
+16	thing	thing	NOUN	O	0			35cfd20b1792198bdae958ab83ff5a94
+17	ever	ever	ADV	O	0			35cfd20b1792198bdae958ab83ff5a94
+18	!	!	PUNCT	O	0			35cfd20b1792198bdae958ab83ff5a94
+19	I	i	PRON	O	0			35cfd20b1792198bdae958ab83ff5a94
+20	SEE	see	VERB	O	0			35cfd20b1792198bdae958ab83ff5a94
+21	YOU	you	PRON	O	0			35cfd20b1792198bdae958ab83ff5a94
+22	DOWN	down	ADV	O	0			35cfd20b1792198bdae958ab83ff5a94
+23	THER	ther	ADV	O	0			35cfd20b1792198bdae958ab83ff5a94
+24	!	!	PUNCT	O	0			35cfd20b1792198bdae958ab83ff5a94
+
+1	your	your	PRON	O	0			c902de4285c54d593c4ef79394dc5483
+2	voice	voice	NOUN	O	0			c902de4285c54d593c4ef79394dc5483
+3	made	make	VERB	O	0			c902de4285c54d593c4ef79394dc5483
+4	my	my	PRON	O	0			c902de4285c54d593c4ef79394dc5483
+5	new	new	ADJ	O	0			c902de4285c54d593c4ef79394dc5483
+6	year	year	NOUN	O	0			c902de4285c54d593c4ef79394dc5483
+7	♥	EMOTICON	X	O	0			c902de4285c54d593c4ef79394dc5483
+
+1	My	my	DET	O	0			1603f05c7381fcaaa43da332a0bed920
+2	order	order	NOUN	O	0			1603f05c7381fcaaa43da332a0bed920
+3	was	be	AUX	O	0			1603f05c7381fcaaa43da332a0bed920
+4	processed	process	VERB	O	0			1603f05c7381fcaaa43da332a0bed920
+5	efficiently	efficiently	ADV	O	0			1603f05c7381fcaaa43da332a0bed920
+6	and	and	CONJ	O	0			1603f05c7381fcaaa43da332a0bed920
+7	arrived	arrive	VERB	O	0			1603f05c7381fcaaa43da332a0bed920
+8	in	in	ADP	O	0			1603f05c7381fcaaa43da332a0bed920
+9	good	good	ADJ	O	0			1603f05c7381fcaaa43da332a0bed920
+10	time	time	NOUN	O	0			1603f05c7381fcaaa43da332a0bed920
+11	.	.	PUNCT	O	0			1603f05c7381fcaaa43da332a0bed920
+
+1	PS	ps	NOUN	O	0			3862caf3beb768953f70ef7fb9b8f036
+2	:	:	PUNCT	O	0			3862caf3beb768953f70ef7fb9b8f036
+3	Hearing	hear	VERB	O	0			3862caf3beb768953f70ef7fb9b8f036
+4	the	the	DET	O	0			3862caf3beb768953f70ef7fb9b8f036
+5	The	the	PROPN	O	0			3862caf3beb768953f70ef7fb9b8f036
+6	Early	early	PROPN	O	0			3862caf3beb768953f70ef7fb9b8f036
+7	Show	show	PROPN	O	0			3862caf3beb768953f70ef7fb9b8f036
+8	cast	cast	NOUN	O	0			3862caf3beb768953f70ef7fb9b8f036
+9	get	get	AUX	O	0			3862caf3beb768953f70ef7fb9b8f036
+10	outraged	outrage	VERB	O	0			3862caf3beb768953f70ef7fb9b8f036
+11	by	by	ADP	O	0			3862caf3beb768953f70ef7fb9b8f036
+12	Four	four	PROPN	O	0			3862caf3beb768953f70ef7fb9b8f036
+13	Loko	loko	PROPN	O	0			3862caf3beb768953f70ef7fb9b8f036
+14	was	be	VERB	O	0			3862caf3beb768953f70ef7fb9b8f036
+15	hilarious	hilarious	ADJ	O	0			3862caf3beb768953f70ef7fb9b8f036
+16	.	.	PUNCT	O	0			3862caf3beb768953f70ef7fb9b8f036
+17	Made	make	VERB	O	0			3862caf3beb768953f70ef7fb9b8f036
+18	my	my	PRON	O	0			3862caf3beb768953f70ef7fb9b8f036
+19	morning	morning	NOUN	O	0			3862caf3beb768953f70ef7fb9b8f036
+20	and	and	CONJ	O	0			3862caf3beb768953f70ef7fb9b8f036
+21	subsequent	subsequent	ADJ	O	0			3862caf3beb768953f70ef7fb9b8f036
+22	day	day	NOUN	O	0			3862caf3beb768953f70ef7fb9b8f036
+23	.	.	PUNCT	O	0			3862caf3beb768953f70ef7fb9b8f036
+24	#ParentsJustDontUnderstand	#parentsjustdontunderstand	X	O	0			3862caf3beb768953f70ef7fb9b8f036
+
+1	ADD	add	VERB	O	0			544645765bcac4fa6489dadbec9df945
+2	ME	me	PRON	O	0			544645765bcac4fa6489dadbec9df945
+3	ON	on	ADP	O	0			544645765bcac4fa6489dadbec9df945
+4	FACEBOOK	facebook	PROPN	O	0			544645765bcac4fa6489dadbec9df945
+5	((	((	PUNCT	O	0			544645765bcac4fa6489dadbec9df945
+6	http://www.facebook.com/DJBolt1	URL	X	O	0			544645765bcac4fa6489dadbec9df945
+7	))	))	PUNCT	O	0			544645765bcac4fa6489dadbec9df945
+8	x2	x2	INTJ	O	0			544645765bcac4fa6489dadbec9df945
+
+1	@amy_inVA	@USER	X	O	0			28b1903486af08bb1ad3b2ca21d6041f
+2	He	he	PRON	O	0			28b1903486af08bb1ad3b2ca21d6041f
+3	better	better	ADV	O	0			28b1903486af08bb1ad3b2ca21d6041f
+4	!!	!!	PUNCT	O	0			28b1903486af08bb1ad3b2ca21d6041f
+5	We	we	PRON	O	0			28b1903486af08bb1ad3b2ca21d6041f
+6	buy	buy	VERB	O	0			28b1903486af08bb1ad3b2ca21d6041f
+7	his	his	PRON	O	0			28b1903486af08bb1ad3b2ca21d6041f
+8	stuff	stuff	NOUN	O	0			28b1903486af08bb1ad3b2ca21d6041f
+9	!	!	PUNCT	O	0			28b1903486af08bb1ad3b2ca21d6041f
+10	haha	haha	INTJ	O	0			28b1903486af08bb1ad3b2ca21d6041f
+
+1	Brilliant	brilliant	ADJ	O	0			19a09e893ef07943f68b1fa484ba3774
+2	service	service	NOUN	O	0			19a09e893ef07943f68b1fa484ba3774
+3	and	and	CONJ	O	0			19a09e893ef07943f68b1fa484ba3774
+4	free	free	ADJ	O	0			19a09e893ef07943f68b1fa484ba3774
+5	P	p	NOUN	O	0			19a09e893ef07943f68b1fa484ba3774
+6	&	&	CONJ	O	0			19a09e893ef07943f68b1fa484ba3774
+7	P	p	NOUN	O	0			19a09e893ef07943f68b1fa484ba3774
+8	.	.	PUNCT	O	0			19a09e893ef07943f68b1fa484ba3774
+
+1	And	and	CONJ	O	0			3bd08a51db6259728ed8b7239216240f
+2	I	i	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+3	realized	realize	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+4	how	how	ADV	O	0			3bd08a51db6259728ed8b7239216240f
+5	few	few	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+6	of	of	ADP	O	0			3bd08a51db6259728ed8b7239216240f
+7	the	the	DET	O	0			3bd08a51db6259728ed8b7239216240f
+8	grown-ups	grown-ups	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+9	that	that	DET	O	0			3bd08a51db6259728ed8b7239216240f
+10	I	i	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+11	knew	know	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+12	were	be	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+13	able	able	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+14	to	to	PART	O	0			3bd08a51db6259728ed8b7239216240f
+15	withstand	withstand	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+16	the	the	DET	O	0			3bd08a51db6259728ed8b7239216240f
+17	tragedies	tragedy	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+18	that	that	DET	O	0			3bd08a51db6259728ed8b7239216240f
+19	the	the	DET	O	0			3bd08a51db6259728ed8b7239216240f
+20	war	war	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+21	visited	visit	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+22	on	on	ADP	O	0			3bd08a51db6259728ed8b7239216240f
+23	them	them	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+24	--	--	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+25	how	how	ADV	O	0			3bd08a51db6259728ed8b7239216240f
+26	few	few	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+27	of	of	ADP	O	0			3bd08a51db6259728ed8b7239216240f
+28	them	them	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+29	could	could	AUX	O	0			3bd08a51db6259728ed8b7239216240f
+30	even	even	ADV	O	0			3bd08a51db6259728ed8b7239216240f
+31	resemble	resemble	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+32	a	a	DET	O	0			3bd08a51db6259728ed8b7239216240f
+33	normal	normal	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+34	,	,	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+35	contented	contented	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+36	,	,	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+37	satisfied	satisfied	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+38	,	,	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+39	happy	happy	ADJ	O	0			3bd08a51db6259728ed8b7239216240f
+40	life	life	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+41	once	once	SCONJ	O	0			3bd08a51db6259728ed8b7239216240f
+42	their	their	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+43	job	job	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+44	,	,	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+45	their	their	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+46	home	home	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+47	,	,	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+48	their	their	PRON	O	0			3bd08a51db6259728ed8b7239216240f
+49	security	security	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+50	was	be	AUX	O	0			3bd08a51db6259728ed8b7239216240f
+51	destroyed	destroy	VERB	O	0			3bd08a51db6259728ed8b7239216240f
+52	by	by	ADP	O	0			3bd08a51db6259728ed8b7239216240f
+53	the	the	DET	O	0			3bd08a51db6259728ed8b7239216240f
+54	war	war	NOUN	O	0			3bd08a51db6259728ed8b7239216240f
+55	.	.	PUNCT	O	0			3bd08a51db6259728ed8b7239216240f
+
+1	Are	be	AUX	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+2	you	you	PRON	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+3	allowed	allow	VERB	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+4	to	to	PART	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+5	vote	vote	VERB	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+6	?	?	PUNCT	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+7	—	—	SYM	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+8	nope	nope	INTJ	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+9	.	.	PUNCT	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+10	3	NUMBER	NUM	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+11	more	more	ADJ	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+12	years	years	NOUN	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+13	.	.	PUNCT	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+14	http://4ms.me/c08ijl	URL	X	O	0			0d21d023fd70b1da2b904c649f1d2e3d
+
+1	RT	rt	X	O	0			ecdd882376b85b8a168b316e3af18796
+2	@TorontoStar	@USER	X	O	0			ecdd882376b85b8a168b316e3af18796
+3	:	:	X	O	0			ecdd882376b85b8a168b316e3af18796
+4	Berlusconi	berlusconi	PROPN	O	0			ecdd882376b85b8a168b316e3af18796
+5	probed	probe	VERB	O	0			ecdd882376b85b8a168b316e3af18796
+6	over	over	ADP	O	0			ecdd882376b85b8a168b316e3af18796
+7	cash-for-sex	cash-for-sex	NOUN	O	0			ecdd882376b85b8a168b316e3af18796
+8	case	case	NOUN	O	0			ecdd882376b85b8a168b316e3af18796
+9	:	:	PUNCT	O	0			ecdd882376b85b8a168b316e3af18796
+10	Prime	prime	ADJ	O	0			ecdd882376b85b8a168b316e3af18796
+11	Minister	minister	NOUN	O	0			ecdd882376b85b8a168b316e3af18796
+12	Silvio	silvio	PROPN	O	0			ecdd882376b85b8a168b316e3af18796
+13	Berlusconi	berlusconi	PROPN	O	0			ecdd882376b85b8a168b316e3af18796
+14	faces	face	VERB	O	0			ecdd882376b85b8a168b316e3af18796
+15	investigation	investigation	NOUN	O	0			ecdd882376b85b8a168b316e3af18796
+16	in	in	ADP	O	0			ecdd882376b85b8a168b316e3af18796
+17	a	a	DET	O	0			ecdd882376b85b8a168b316e3af18796
+18	prostitution	prostitution	NOUN	O	0			ecdd882376b85b8a168b316e3af18796
+19	...	...	X	O	0			ecdd882376b85b8a168b316e3af18796
+20	htt	URL	X	O	0			ecdd882376b85b8a168b316e3af18796
+21	...	...	X	O	0			ecdd882376b85b8a168b316e3af18796
+
+1	What	what	PRON	O	0			7cc544265b74cec47c5dfa2cab3a3b22
+2	a	a	DET	O	0			7cc544265b74cec47c5dfa2cab3a3b22
+3	bummer	bummer	NOUN	O	0			7cc544265b74cec47c5dfa2cab3a3b22
+4	.	.	PUNCT	O	0			7cc544265b74cec47c5dfa2cab3a3b22
+
+1	My	my	PRON	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+2	circle	circle	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+3	began	begin	VERB	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+4	back	back	ADV	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+5	in	in	ADP	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+6	the	the	DET	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+7	'60s	'60s	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+8	in	in	ADP	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+9	high	high	ADJ	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+10	school	school	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+11	in	in	ADP	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+12	Stow	stow	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+13	,	,	PUNCT	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+14	Ohio	ohio	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+15	where	where	ADV	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+16	I	i	PRON	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+17	was	be	VERB	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+18	the	the	DET	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+19	class	class	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+20	queer	queer	NOUN	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+21	.	.	PUNCT	O	0			29f3e95a65996f6c8459c9dc3641f7c8
+
+1	Many	many	ADJ	O	0			ba1b86e059e05280aa8f30d3ff7615c9
+2	thanks	thanks	NOUN	O	0			ba1b86e059e05280aa8f30d3ff7615c9
+3	Nitrotek	nitrotek	PROPN	O	0			ba1b86e059e05280aa8f30d3ff7615c9
+4	.	.	PUNCT	O	0			ba1b86e059e05280aa8f30d3ff7615c9
+
+1	Whaddup	whaddup	INTJ	O	0			c26d1578063cff85ca0099e5c1176d3b
+2	pimpin	pimpin	ADJ	O	0			c26d1578063cff85ca0099e5c1176d3b
+3	ken	ken	PROPN	O	0			c26d1578063cff85ca0099e5c1176d3b
+4	.	.	PUNCT	O	0			c26d1578063cff85ca0099e5c1176d3b
+5	Ha	ha	INTJ	O	0			c26d1578063cff85ca0099e5c1176d3b
+6	!	!	PUNCT	O	0			c26d1578063cff85ca0099e5c1176d3b
+
+1	I	i	PRON	O	0			6e5755217c9e3742a0132c9a29b23702
+2	recently	recently	ADV	O	0			6e5755217c9e3742a0132c9a29b23702
+3	purchased	purchase	VERB	O	0			6e5755217c9e3742a0132c9a29b23702
+4	a	a	DET	O	0			6e5755217c9e3742a0132c9a29b23702
+5	fender	fender	NOUN	O	0			6e5755217c9e3742a0132c9a29b23702
+6	mustang	mustang	NOUN	O	0			6e5755217c9e3742a0132c9a29b23702
+7	amp	amp	NOUN	O	0			6e5755217c9e3742a0132c9a29b23702
+8	which	which	PRON	O	0			6e5755217c9e3742a0132c9a29b23702
+9	was	be	AUX	O	0			6e5755217c9e3742a0132c9a29b23702
+10	ordered	order	VERB	O	0			6e5755217c9e3742a0132c9a29b23702
+11	in	in	PART	O	0			6e5755217c9e3742a0132c9a29b23702
+12	for	for	ADP	O	0			6e5755217c9e3742a0132c9a29b23702
+13	me	me	PRON	O	0			6e5755217c9e3742a0132c9a29b23702
+14	.	.	PUNCT	O	0			6e5755217c9e3742a0132c9a29b23702
+
+1	Whenn	whenn	ADV	O	0			1a00a7ccf42f091cadc586da7d13a358
+2	i	i	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+3	seee	seee	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+4	uglyy	uglyy	ADJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+5	boys	boy	NOUN	O	0			1a00a7ccf42f091cadc586da7d13a358
+6	that	that	ADP	O	0			1a00a7ccf42f091cadc586da7d13a358
+7	i	i	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+8	think	think	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+9	is	be	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+10	cutee	cutee	ADJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+11	,	,	PUNCT	O	0			1a00a7ccf42f091cadc586da7d13a358
+12	i	i	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+13	bee	bee	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+14	likee	likee	SCONJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+15	mhmmmm	mhmmmm	INTJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+16	he	he	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+17	isss	isss	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+18	cuteeeee	cuteeeee	ADJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+19	.	.	PUNCT	O	0			1a00a7ccf42f091cadc586da7d13a358
+20	&&	&&	CONJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+21	my	my	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+22	momma	momma	NOUN	O	0			1a00a7ccf42f091cadc586da7d13a358
+23	holla	holla	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+24	out	out	ADV	O	0			1a00a7ccf42f091cadc586da7d13a358
+25	ion	ion	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+26	kno	kno	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+27	wth	wth	INTJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+28	yu	yu	PRON	O	0			1a00a7ccf42f091cadc586da7d13a358
+29	looking	look	VERB	O	0			1a00a7ccf42f091cadc586da7d13a358
+30	at	at	ADP	O	0			1a00a7ccf42f091cadc586da7d13a358
+31	lol	lol	INTJ	O	0			1a00a7ccf42f091cadc586da7d13a358
+
+1	RT	rt	X	O	0			8e575431c2b38b19e616006fe6b9868e
+2	@jaxlively	@USER	X	O	0			8e575431c2b38b19e616006fe6b9868e
+3	:	:	X	O	0			8e575431c2b38b19e616006fe6b9868e
+4	!!!	!!!	PUNCT	O	0			8e575431c2b38b19e616006fe6b9868e
+5	RT	rt	X	O	0			8e575431c2b38b19e616006fe6b9868e
+6	@Cooliomandingo	@USER	X	O	0			8e575431c2b38b19e616006fe6b9868e
+7	:	:	X	O	0			8e575431c2b38b19e616006fe6b9868e
+8	Homework	homework	NOUN	O	0			8e575431c2b38b19e616006fe6b9868e
+9	blows	blow	VERB	O	0			8e575431c2b38b19e616006fe6b9868e
+10	tf	tf	NOUN	O	0			8e575431c2b38b19e616006fe6b9868e
+11	outta	outta	ADP	O	0			8e575431c2b38b19e616006fe6b9868e
+12	my	my	PRON	O	0			8e575431c2b38b19e616006fe6b9868e
+13	day	day	NOUN	O	0			8e575431c2b38b19e616006fe6b9868e
+14	.	.	PUNCT	O	0			8e575431c2b38b19e616006fe6b9868e
+
+1	The	the	DET	O	0			086c117c85f89c13daf30b9f8cf24d1e
+2	quality	quality	NOUN	O	0			086c117c85f89c13daf30b9f8cf24d1e
+3	is	be	VERB	O	0			086c117c85f89c13daf30b9f8cf24d1e
+4	amazing	amazing	ADJ	O	0			086c117c85f89c13daf30b9f8cf24d1e
+5	for	for	ADP	O	0			086c117c85f89c13daf30b9f8cf24d1e
+6	only	only	ADV	O	0			086c117c85f89c13daf30b9f8cf24d1e
+7	£	£	X	O	0			086c117c85f89c13daf30b9f8cf24d1e
+8	0	0	NUM	O	0			086c117c85f89c13daf30b9f8cf24d1e
+9	.	.	PUNCT	O	0			086c117c85f89c13daf30b9f8cf24d1e
+
+1	In	in	ADP	O	0			404d6084ea9467f2d8f689d1e75b670a
+2	their	their	DET	O	0			404d6084ea9467f2d8f689d1e75b670a
+3	Terms	terms	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+4	and	and	CONJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+5	Conditions	conditions	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+6	,	,	PUNCT	O	0			404d6084ea9467f2d8f689d1e75b670a
+7	reference	reference	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+8	is	be	AUX	O	0			404d6084ea9467f2d8f689d1e75b670a
+9	made	make	VERB	O	0			404d6084ea9467f2d8f689d1e75b670a
+10	to	to	ADP	O	0			404d6084ea9467f2d8f689d1e75b670a
+11	bookings	booking	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+12	being	be	VERB	O	0			404d6084ea9467f2d8f689d1e75b670a
+13	subject	subject	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+14	to	to	ADP	O	0			404d6084ea9467f2d8f689d1e75b670a
+15	such	such	ADJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+16	a	a	DET	O	0			404d6084ea9467f2d8f689d1e75b670a
+17	charge	charge	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+18	where	where	ADV	O	0			404d6084ea9467f2d8f689d1e75b670a
+19	applicable	applicable	ADJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+20	,	,	PUNCT	O	0			404d6084ea9467f2d8f689d1e75b670a
+21	but	but	CONJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+22	it	it	PRON	O	0			404d6084ea9467f2d8f689d1e75b670a
+23	is	be	VERB	O	0			404d6084ea9467f2d8f689d1e75b670a
+24	only	only	ADV	O	0			404d6084ea9467f2d8f689d1e75b670a
+25	at	at	ADP	O	0			404d6084ea9467f2d8f689d1e75b670a
+26	the	the	DET	O	0			404d6084ea9467f2d8f689d1e75b670a
+27	final	final	ADJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+28	payment	payment	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+29	stage	stage	NOUN	O	0			404d6084ea9467f2d8f689d1e75b670a
+30	when	when	ADV	O	0			404d6084ea9467f2d8f689d1e75b670a
+31	this	this	PRON	O	0			404d6084ea9467f2d8f689d1e75b670a
+32	becomes	become	VERB	O	0			404d6084ea9467f2d8f689d1e75b670a
+33	visible	visible	ADJ	O	0			404d6084ea9467f2d8f689d1e75b670a
+34	.	.	PUNCT	O	0			404d6084ea9467f2d8f689d1e75b670a
+
+1	@ImJustSar	@USER	X	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+2	I	i	PRON	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+3	know	know	VERB	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+4	the	the	DET	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+5	feeling	feeling	NOUN	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+6	.	.	PUNCT	O	0			5b2b1aebdeac3f5137faeb82ef25e26d
+
+1	Hence	hence	ADV	O	0			b05a8442ca497b1dfe625acc26c0e70e
+2	,	,	PUNCT	O	0			b05a8442ca497b1dfe625acc26c0e70e
+3	the	the	DET	O	0			b05a8442ca497b1dfe625acc26c0e70e
+4	change	change	NOUN	O	0			b05a8442ca497b1dfe625acc26c0e70e
+5	and	and	CONJ	O	0			b05a8442ca497b1dfe625acc26c0e70e
+6	I	i	PRON	O	0			b05a8442ca497b1dfe625acc26c0e70e
+7	got	get	VERB	O	0			b05a8442ca497b1dfe625acc26c0e70e
+8	£	£	X	O	0			b05a8442ca497b1dfe625acc26c0e70e
+9	00	00	NUM	O	0			b05a8442ca497b1dfe625acc26c0e70e
+10	.	.	PUNCT	O	0			b05a8442ca497b1dfe625acc26c0e70e
+11	00	00	NUM	O	0			b05a8442ca497b1dfe625acc26c0e70e
+12	cashback	cashback	NOUN	O	0			b05a8442ca497b1dfe625acc26c0e70e
+13	off	off	ADP	O	0			b05a8442ca497b1dfe625acc26c0e70e
+14	a	a	DET	O	0			b05a8442ca497b1dfe625acc26c0e70e
+15	new	new	ADJ	O	0			b05a8442ca497b1dfe625acc26c0e70e
+16	handset	handset	NOUN	O	0			b05a8442ca497b1dfe625acc26c0e70e
+17	as	as	CONJ	O	0			b05a8442ca497b1dfe625acc26c0e70e
+18	I	i	PRON	O	0			b05a8442ca497b1dfe625acc26c0e70e
+19	'	'	PART	O	0			b05a8442ca497b1dfe625acc26c0e70e
+20	d	d	VERB	O	0			b05a8442ca497b1dfe625acc26c0e70e
+21	spent	spend	VERB	O	0			b05a8442ca497b1dfe625acc26c0e70e
+22	£	£	X	O	0			b05a8442ca497b1dfe625acc26c0e70e
+23	00	00	NUM	O	0			b05a8442ca497b1dfe625acc26c0e70e
+24	.	.	PUNCT	O	0			b05a8442ca497b1dfe625acc26c0e70e
+25	00	00	NUM	O	0			b05a8442ca497b1dfe625acc26c0e70e
+26	on	on	ADP	O	0			b05a8442ca497b1dfe625acc26c0e70e
+27	groceries	grocery	NOUN	O	0			b05a8442ca497b1dfe625acc26c0e70e
+28	the	the	DET	O	0			b05a8442ca497b1dfe625acc26c0e70e
+29	previous	previous	ADJ	O	0			b05a8442ca497b1dfe625acc26c0e70e
+30	day	day	NOUN	O	0			b05a8442ca497b1dfe625acc26c0e70e
+31	.	.	PUNCT	O	0			b05a8442ca497b1dfe625acc26c0e70e
+
+1	And	and	CONJ	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+2	I	i	PRON	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+3	always	always	ADV	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+4	tell	tell	VERB	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+5	people	people	NOUN	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+6	that	that	SCONJ	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+7	I	i	PRON	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+8	do	do	AUX	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+9	n't	n't	PART	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+10	want	want	VERB	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+11	to	to	PART	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+12	show	show	VERB	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+13	up	up	ADP	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+14	looking	look	VERB	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+15	like	like	ADP	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+16	a	a	DET	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+17	scientist	scientist	NOUN	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+18	.	.	PUNCT	O	0			7c7a8710bd29a9f2419c21dbaf1e4395
+
+1	“	“	PUNCT	O	0			7ff42e34cd17693235566f43b4d294d0
+2	@Iamyungsmilez	@USER	X	O	0			7ff42e34cd17693235566f43b4d294d0
+3	BLUEROOM	blueroom	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+4	MAY	may	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+5	19TH	NUMBER	NUM	O	0			7ff42e34cd17693235566f43b4d294d0
+6	FEMS	fems	NOUN	O	0			7ff42e34cd17693235566f43b4d294d0
+7	FREE	free	ADJ	O	0			7ff42e34cd17693235566f43b4d294d0
+8	AND	and	CONJ	O	0			7ff42e34cd17693235566f43b4d294d0
+9	DRINK	drink	NOUN	O	0			7ff42e34cd17693235566f43b4d294d0
+10	FREE	free	ADJ	O	0			7ff42e34cd17693235566f43b4d294d0
+11	TIL	til	ADP	O	0			7ff42e34cd17693235566f43b4d294d0
+12	11:30	NUMBER	NUM	O	0			7ff42e34cd17693235566f43b4d294d0
+13	$5	NUMBER	NUM	O	0			7ff42e34cd17693235566f43b4d294d0
+14	ALL	all	DET	O	0			7ff42e34cd17693235566f43b4d294d0
+15	NIGHT	night	NOUN	O	0			7ff42e34cd17693235566f43b4d294d0
+16	BEHIND	behind	ADP	O	0			7ff42e34cd17693235566f43b4d294d0
+17	WINN	winn	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+18	DIXIE	dixie	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+19	ON	on	ADP	O	0			7ff42e34cd17693235566f43b4d294d0
+20	PINEHILLS	pinehills	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+21	ROAD	road	PROPN	O	0			7ff42e34cd17693235566f43b4d294d0
+22	LEGGOOO	leggooo	VERB	O	0			7ff42e34cd17693235566f43b4d294d0
+23	”	”	PUNCT	O	0			7ff42e34cd17693235566f43b4d294d0
+
+1	For	for	ADP	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+2	instance	instance	NOUN	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+3	,	,	PUNCT	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+4	me	me	PRON	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+5	and	and	CONJ	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+6	my	my	PRON	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+7	sister	sister	NOUN	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+8	,	,	PUNCT	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+9	when	when	ADV	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+10	we	we	PRON	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+11	were	be	VERB	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+12	little	little	ADJ	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+13	,	,	PUNCT	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+14	we	we	PRON	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+15	would	would	AUX	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+16	compete	compete	VERB	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+17	to	to	PART	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+18	see	see	VERB	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+19	who	who	PRON	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+20	could	could	AUX	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+21	eat	eat	VERB	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+22	the	the	DET	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+23	most	most	ADJ	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+24	squirrel	squirrel	NOUN	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+25	brains	brain	NOUN	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+26	.	.	PUNCT	O	0			b747d9df48d2af4c6a8cd3e2d1b97487
+
+1	Whaddup	whaddup	INTJ	O	0			9842ec0bb8a1444d57b529cda36c45f4
+2	pimpin	pimpin	ADJ	O	0			9842ec0bb8a1444d57b529cda36c45f4
+3	ken	ken	PROPN	O	0			9842ec0bb8a1444d57b529cda36c45f4
+4	.	.	PUNCT	O	0			9842ec0bb8a1444d57b529cda36c45f4
+5	Ha	ha	INTJ	O	0			9842ec0bb8a1444d57b529cda36c45f4
+6	!	!	PUNCT	O	0			9842ec0bb8a1444d57b529cda36c45f4
+
+1	RT	rt	X	O	0			cb113a31664abda41ce46cd20cf70731
+2	@SayingsForGirls	@USER	X	O	0			cb113a31664abda41ce46cd20cf70731
+3	:	:	X	O	0			cb113a31664abda41ce46cd20cf70731
+4	He	he	PRON	O	0			cb113a31664abda41ce46cd20cf70731
+5	's	's	VERB	O	0			cb113a31664abda41ce46cd20cf70731
+6	cute	cute	ADJ	O	0			cb113a31664abda41ce46cd20cf70731
+7	.	.	PUNCT	O	0			cb113a31664abda41ce46cd20cf70731
+8	He	he	PRON	O	0			cb113a31664abda41ce46cd20cf70731
+9	's	's	VERB	O	0			cb113a31664abda41ce46cd20cf70731
+10	fine	fine	ADJ	O	0			cb113a31664abda41ce46cd20cf70731
+11	.	.	PUNCT	O	0			cb113a31664abda41ce46cd20cf70731
+12	He	he	PRON	O	0			cb113a31664abda41ce46cd20cf70731
+13	's	's	VERB	O	0			cb113a31664abda41ce46cd20cf70731
+14	everything	everything	NOUN	O	0			cb113a31664abda41ce46cd20cf70731
+15	but	but	CONJ	O	0			cb113a31664abda41ce46cd20cf70731
+16	mine	mine	PRON	O	0			cb113a31664abda41ce46cd20cf70731
+17	.	.	PUNCT	O	0			cb113a31664abda41ce46cd20cf70731
+
+1	YB	yb	PROPN	O	0			67484055f2076e20794229a7e604df98
+2	:	:	PUNCT	O	0			67484055f2076e20794229a7e604df98
+3	Combination	combination	NOUN	O	0			67484055f2076e20794229a7e604df98
+4	of	of	ADP	O	0			67484055f2076e20794229a7e604df98
+5	windsurfing	windsurfing	NOUN	O	0			67484055f2076e20794229a7e604df98
+6	and	and	CONJ	O	0			67484055f2076e20794229a7e604df98
+7	skiing	skiing	NOUN	O	0			67484055f2076e20794229a7e604df98
+8	into	into	ADP	O	0			67484055f2076e20794229a7e604df98
+9	this	this	DET	O	0			67484055f2076e20794229a7e604df98
+10	invention	invention	NOUN	O	0			67484055f2076e20794229a7e604df98
+11	there	there	ADV	O	0			67484055f2076e20794229a7e604df98
+12	.	.	PUNCT	O	0			67484055f2076e20794229a7e604df98
+
+1	#NowPlaying	#nowplaying	X	O	0			ec6671ca8a477d6f07203e1e334d3615
+2	Get	get	VERB	O	0			ec6671ca8a477d6f07203e1e334d3615
+3	Another	another	DET	O	0			ec6671ca8a477d6f07203e1e334d3615
+4	Boyfriend	boyfriend	NOUN	O	0			ec6671ca8a477d6f07203e1e334d3615
+5	of	of	ADP	O	0			ec6671ca8a477d6f07203e1e334d3615
+6	@backstreetboys	@USER	X	O	0			ec6671ca8a477d6f07203e1e334d3615
+
+1	Instead	instead	ADV	O	0			388e3af31c7036100ab66eb46875b2aa
+2	of	of	SCONJ	O	0			388e3af31c7036100ab66eb46875b2aa
+3	talking	talk	VERB	O	0			388e3af31c7036100ab66eb46875b2aa
+4	about	about	ADP	O	0			388e3af31c7036100ab66eb46875b2aa
+5	little	little	ADJ	O	0			388e3af31c7036100ab66eb46875b2aa
+6	green	green	ADJ	O	0			388e3af31c7036100ab66eb46875b2aa
+7	men	men	NOUN	O	0			388e3af31c7036100ab66eb46875b2aa
+8	,	,	PUNCT	O	0			388e3af31c7036100ab66eb46875b2aa
+9	he	he	PRON	O	0			388e3af31c7036100ab66eb46875b2aa
+10	talked	talk	VERB	O	0			388e3af31c7036100ab66eb46875b2aa
+11	about	about	SCONJ	O	0			388e3af31c7036100ab66eb46875b2aa
+12	how	how	ADV	O	0			388e3af31c7036100ab66eb46875b2aa
+13	the	the	DET	O	0			388e3af31c7036100ab66eb46875b2aa
+14	psyche	psyche	NOUN	O	0			388e3af31c7036100ab66eb46875b2aa
+15	of	of	ADP	O	0			388e3af31c7036100ab66eb46875b2aa
+16	the	the	DET	O	0			388e3af31c7036100ab66eb46875b2aa
+17	Europeans	europeans	PROPN	O	0			388e3af31c7036100ab66eb46875b2aa
+18	had	have	AUX	O	0			388e3af31c7036100ab66eb46875b2aa
+19	been	be	AUX	O	0			388e3af31c7036100ab66eb46875b2aa
+20	traumatized	traumatize	VERB	O	0			388e3af31c7036100ab66eb46875b2aa
+21	by	by	ADP	O	0			388e3af31c7036100ab66eb46875b2aa
+22	the	the	DET	O	0			388e3af31c7036100ab66eb46875b2aa
+23	war	war	NOUN	O	0			388e3af31c7036100ab66eb46875b2aa
+24	,	,	PUNCT	O	0			388e3af31c7036100ab66eb46875b2aa
+25	and	and	CONJ	O	0			388e3af31c7036100ab66eb46875b2aa
+26	now	now	ADV	O	0			388e3af31c7036100ab66eb46875b2aa
+27	they	they	PRON	O	0			388e3af31c7036100ab66eb46875b2aa
+28	're	're	AUX	O	0			388e3af31c7036100ab66eb46875b2aa
+29	projecting	project	VERB	O	0			388e3af31c7036100ab66eb46875b2aa
+30	flying	fly	VERB	O	0			388e3af31c7036100ab66eb46875b2aa
+31	saucers	saucer	NOUN	O	0			388e3af31c7036100ab66eb46875b2aa
+32	into	into	ADP	O	0			388e3af31c7036100ab66eb46875b2aa
+33	the	the	DET	O	0			388e3af31c7036100ab66eb46875b2aa
+34	sky	sky	NOUN	O	0			388e3af31c7036100ab66eb46875b2aa
+35	.	.	PUNCT	O	0			388e3af31c7036100ab66eb46875b2aa
+
+1	The	the	DET	O	0			670f135cac18416d046d07d4cc6c1c7e
+2	common	common	ADJ	O	0			670f135cac18416d046d07d4cc6c1c7e
+3	theme	theme	NOUN	O	0			670f135cac18416d046d07d4cc6c1c7e
+4	--	--	PUNCT	O	0			670f135cac18416d046d07d4cc6c1c7e
+5	what	what	DET	O	0			670f135cac18416d046d07d4cc6c1c7e
+6	makes	make	VERB	O	0			670f135cac18416d046d07d4cc6c1c7e
+7	it	it	PRON	O	0			670f135cac18416d046d07d4cc6c1c7e
+8	origami	origami	NOUN	O	0			670f135cac18416d046d07d4cc6c1c7e
+9	--	--	PUNCT	O	0			670f135cac18416d046d07d4cc6c1c7e
+10	is	be	VERB	O	0			670f135cac18416d046d07d4cc6c1c7e
+11	folding	folding	NOUN	O	0			670f135cac18416d046d07d4cc6c1c7e
+12	is	be	VERB	O	0			670f135cac18416d046d07d4cc6c1c7e
+13	how	how	ADV	O	0			670f135cac18416d046d07d4cc6c1c7e
+14	we	we	PRON	O	0			670f135cac18416d046d07d4cc6c1c7e
+15	create	create	VERB	O	0			670f135cac18416d046d07d4cc6c1c7e
+16	the	the	DET	O	0			670f135cac18416d046d07d4cc6c1c7e
+17	form	form	NOUN	O	0			670f135cac18416d046d07d4cc6c1c7e
+18	.	.	PUNCT	O	0			670f135cac18416d046d07d4cc6c1c7e
+
+1	RT	rt	X	O	0			883ba22cb010188f1c43a67901269e2a
+2	@MarcUn4gettable	@USER	X	O	0			883ba22cb010188f1c43a67901269e2a
+3	:	:	X	O	0			883ba22cb010188f1c43a67901269e2a
+4	i	i	PRON	O	0			883ba22cb010188f1c43a67901269e2a
+5	m	m	VERB	O	0			883ba22cb010188f1c43a67901269e2a
+6	either	either	CONJ	O	0			883ba22cb010188f1c43a67901269e2a
+7	goin	goin	VERB	O	0			883ba22cb010188f1c43a67901269e2a
+8	be	be	VERB	O	0			883ba22cb010188f1c43a67901269e2a
+9	the	the	DET	O	0			883ba22cb010188f1c43a67901269e2a
+10	BEST	best	ADJ	O	0			883ba22cb010188f1c43a67901269e2a
+11	or	or	CONJ	O	0			883ba22cb010188f1c43a67901269e2a
+12	the	the	DET	O	0			883ba22cb010188f1c43a67901269e2a
+13	WORST	worst	ADJ	O	0			883ba22cb010188f1c43a67901269e2a
+14	,	,	PUNCT	O	0			883ba22cb010188f1c43a67901269e2a
+15	but	but	CONJ	O	0			883ba22cb010188f1c43a67901269e2a
+16	atleast	atleast	ADV	O	0			883ba22cb010188f1c43a67901269e2a
+17	i	i	PRON	O	0			883ba22cb010188f1c43a67901269e2a
+18	m	m	VERB	O	0			883ba22cb010188f1c43a67901269e2a
+19	#1	NUMBER	NUM	O	0			883ba22cb010188f1c43a67901269e2a
+20	in	in	ADP	O	0			883ba22cb010188f1c43a67901269e2a
+21	your	your	PRON	O	0			883ba22cb010188f1c43a67901269e2a
+22	HEART	heart	NOUN	O	0			883ba22cb010188f1c43a67901269e2a
+23	at	at	ADP	O	0			883ba22cb010188f1c43a67901269e2a
+24	it	it	PRON	O	0			883ba22cb010188f1c43a67901269e2a
+25	..	..	PUNCT	O	0			883ba22cb010188f1c43a67901269e2a
+
+1	#FOLLOW	#follow	VERB	O	0			043bf55723df055fa5ab5474fa119943
+2	us	us	PRON	O	0			043bf55723df055fa5ab5474fa119943
+3	&	&	CONJ	O	0			043bf55723df055fa5ab5474fa119943
+4	#CHECKOUT	#checkout	VERB	O	0			043bf55723df055fa5ab5474fa119943
+5	the	the	DET	O	0			043bf55723df055fa5ab5474fa119943
+6	multi-talented	multi-talented	ADJ	O	0			043bf55723df055fa5ab5474fa119943
+7	Spanglish/Techno/Pop	spanglish/techno/pop	NOUN	O	0			043bf55723df055fa5ab5474fa119943
+8	Singer/Model	singer/model	NOUN	O	0			043bf55723df055fa5ab5474fa119943
+9	@LaniBoomBoom	@USER	X	O	0			043bf55723df055fa5ab5474fa119943
+10	aka	aka	X	O	0			043bf55723df055fa5ab5474fa119943
+11	Lady	lady	PROPN	O	0			043bf55723df055fa5ab5474fa119943
+12	Boom	boom	PROPN	O	0			043bf55723df055fa5ab5474fa119943
+13	Boom	boom	PROPN	O	0			043bf55723df055fa5ab5474fa119943
+14	http://t.co/370clluQ	URL	X	O	0			043bf55723df055fa5ab5474fa119943
+
+1	RT	rt	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+2	@georgelopez	@USER	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+3	:	:	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+4	I	i	PRON	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+5	saw	saw	VERB	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+6	@JustinBieber	@USER	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+7	:	:	PUNCT	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+8	Never	never	PROPN	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+9	Say	say	PROPN	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+10	Never	never	PROPN	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+11	and	and	CONJ	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+12	here	here	PRON	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+13	's	's	VERB	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+14	what	what	PRON	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+15	I	i	PRON	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+16	thought	think	VERB	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+17	:	:	PUNCT	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+18	http://t.co/Et7sGlB	URL	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+19	Viva	viva	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+20	El	el	X	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+21	Biebs	biebs	PROPN	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+22	!!	!!	PUNCT	O	0			af356e9d1d6e6056d03dd0e626fc4a83
+
+1	Is	be	VERB	O	0			c2ef5e5120759c403c3f9152f9b70713
+2	today	today	NOUN	O	0			c2ef5e5120759c403c3f9152f9b70713
+3	thanks	thanks	PROPN	O	0			c2ef5e5120759c403c3f9152f9b70713
+4	giving	giving	PROPN	O	0			c2ef5e5120759c403c3f9152f9b70713
+5	?	?	PUNCT	O	0			c2ef5e5120759c403c3f9152f9b70713
+6	:	EMOTICON	X	O	0			c2ef5e5120759c403c3f9152f9b70713
+7	L	EMOTICON	X	O	0			c2ef5e5120759c403c3f9152f9b70713
+
+1	In	in	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+2	fact	fact	NOUN	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+3	they	they	PRON	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+4	would	would	AUX	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+5	never	never	ADV	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+6	have	have	AUX	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+7	thought	think	VERB	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+8	of	of	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+9	themselves	themselves	PRON	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+10	as	as	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+11	closed	closed	ADJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+12	and	and	CONJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+13	set	set	VERB	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+14	in	in	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+15	their	their	PRON	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+16	ways	ways	NOUN	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+17	,	,	PUNCT	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+18	as	as	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+19	slow	slow	ADJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+20	to	to	PART	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+21	respond	respond	VERB	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+22	to	to	PART	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+23	new	new	ADJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+24	challenges	challenge	NOUN	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+25	,	,	PUNCT	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+26	as	as	ADP	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+27	small	small	ADJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+28	and	and	CONJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+29	risk-averse	risk-averse	ADJ	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+30	.	.	PUNCT	O	0			df7b89ee0863abef0d3c3fc5e39ee1a1
+
+1	0	0	NUM	O	0			cf2a64191c228f22b08fc7e7c0464008
+2	days	days	NOUN	O	0			cf2a64191c228f22b08fc7e7c0464008
+3	later	later	ADV	O	0			cf2a64191c228f22b08fc7e7c0464008
+4	I	i	PRON	O	0			cf2a64191c228f22b08fc7e7c0464008
+5	received	receive	VERB	O	0			cf2a64191c228f22b08fc7e7c0464008
+6	a	a	DET	O	0			cf2a64191c228f22b08fc7e7c0464008
+7	marketing	marketing	NOUN	O	0			cf2a64191c228f22b08fc7e7c0464008
+8	email	email	NOUN	O	0			cf2a64191c228f22b08fc7e7c0464008
+9	from	from	ADP	O	0			cf2a64191c228f22b08fc7e7c0464008
+10	them	them	PRON	O	0			cf2a64191c228f22b08fc7e7c0464008
+11	.	.	PUNCT	O	0			cf2a64191c228f22b08fc7e7c0464008
+
+1	Their	their	DET	O	0			3daae456a0dd732530860d072affacd0
+2	website	website	NOUN	O	0			3daae456a0dd732530860d072affacd0
+3	works	work	VERB	O	0			3daae456a0dd732530860d072affacd0
+4	very	very	ADV	O	0			3daae456a0dd732530860d072affacd0
+5	well	well	ADV	O	0			3daae456a0dd732530860d072affacd0
+6	.	.	PUNCT	O	0			3daae456a0dd732530860d072affacd0
+
+1	I	i	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+2	'm	'm	AUX	O	0			62523d01a4d7bbf030ff274b5b329a90
+3	following	follow	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+4	just	just	ADV	O	0			62523d01a4d7bbf030ff274b5b329a90
+5	about	about	ADV	O	0			62523d01a4d7bbf030ff274b5b329a90
+6	anyone	anyone	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+7	who	who	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+8	follows	follow	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+9	me	me	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+10	,	,	PUNCT	O	0			62523d01a4d7bbf030ff274b5b329a90
+11	but	but	CONJ	O	0			62523d01a4d7bbf030ff274b5b329a90
+12	if	if	SCONJ	O	0			62523d01a4d7bbf030ff274b5b329a90
+13	you	you	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+14	DM	dm	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+15	me	me	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+16	afterwards	afterwards	ADV	O	0			62523d01a4d7bbf030ff274b5b329a90
+17	trying	try	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+18	to	to	PART	O	0			62523d01a4d7bbf030ff274b5b329a90
+19	promote	promote	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+20	your	your	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+21	stuff	stuff	NOUN	O	0			62523d01a4d7bbf030ff274b5b329a90
+22	,	,	PUNCT	O	0			62523d01a4d7bbf030ff274b5b329a90
+23	I	i	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+24	'll	'll	AUX	O	0			62523d01a4d7bbf030ff274b5b329a90
+25	unfollow	unfollow	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+26	.	.	PUNCT	O	0			62523d01a4d7bbf030ff274b5b329a90
+27	Thank	thank	VERB	O	0			62523d01a4d7bbf030ff274b5b329a90
+28	you	you	PRON	O	0			62523d01a4d7bbf030ff274b5b329a90
+29	.	.	PUNCT	O	0			62523d01a4d7bbf030ff274b5b329a90
+
+1	I	i	PRON	O	0			4676048a8721bcd9fa0da2539bb08b4e
+2	had	have	AUX	O	0			4676048a8721bcd9fa0da2539bb08b4e
+3	my	my	PRON	O	0			4676048a8721bcd9fa0da2539bb08b4e
+4	old	old	ADJ	O	0			4676048a8721bcd9fa0da2539bb08b4e
+5	Bitch	bitch	NOUN	O	0			4676048a8721bcd9fa0da2539bb08b4e
+6	go	go	VERB	O	0			4676048a8721bcd9fa0da2539bb08b4e
+7	bck	bck	ADV	O	0			4676048a8721bcd9fa0da2539bb08b4e
+8	2	2	ADP	O	0			4676048a8721bcd9fa0da2539bb08b4e
+9	School	school	NOUN	O	0			4676048a8721bcd9fa0da2539bb08b4e
+10	2	2	PART	O	0			4676048a8721bcd9fa0da2539bb08b4e
+11	get	get	VERB	O	0			4676048a8721bcd9fa0da2539bb08b4e
+12	her	her	PRON	O	0			4676048a8721bcd9fa0da2539bb08b4e
+13	Masters	masters	NOUN	O	0			4676048a8721bcd9fa0da2539bb08b4e
+14	...	...	PUNCT	O	0			4676048a8721bcd9fa0da2539bb08b4e
+
+1	boom	boom	VERB	O	0			7f11b83471b3404f52cc502081dfcca2
+2	like	like	ADP	O	0			7f11b83471b3404f52cc502081dfcca2
+3	an	an	DET	O	0			7f11b83471b3404f52cc502081dfcca2
+4	808	808	PROPN	O	0			7f11b83471b3404f52cc502081dfcca2
+
+1	RT	rt	X	O	0			80d0d53130814ab79e19f52f4109af04
+2	@3xOscar	@USER	X	O	0			80d0d53130814ab79e19f52f4109af04
+3	:	:	X	O	0			80d0d53130814ab79e19f52f4109af04
+4	Fucking	fucking	ADJ	O	0			80d0d53130814ab79e19f52f4109af04
+5	@MargaritaAlexis	@USER	X	O	0			80d0d53130814ab79e19f52f4109af04
+6	is	be	VERB	O	0			80d0d53130814ab79e19f52f4109af04
+7	louder	loud	ADJ	O	0			80d0d53130814ab79e19f52f4109af04
+8	than	than	ADP	O	0			80d0d53130814ab79e19f52f4109af04
+9	an	an	DET	O	0			80d0d53130814ab79e19f52f4109af04
+10	group	group	NOUN	O	0			80d0d53130814ab79e19f52f4109af04
+11	of	of	ADP	O	0			80d0d53130814ab79e19f52f4109af04
+12	barking	bark	VERB	O	0			80d0d53130814ab79e19f52f4109af04
+13	dogs	dog	NOUN	O	0			80d0d53130814ab79e19f52f4109af04
+14	.	.	PUNCT	O	0			80d0d53130814ab79e19f52f4109af04
+
+1	Prices	price	NOUN	O	0			0748915b6e3525bf3029f09fb4da3233
+2	are	be	VERB	O	0			0748915b6e3525bf3029f09fb4da3233
+3	not	not	ADV	O	0			0748915b6e3525bf3029f09fb4da3233
+4	much	much	ADV	O	0			0748915b6e3525bf3029f09fb4da3233
+5	cheaper	cheap	ADJ	O	0			0748915b6e3525bf3029f09fb4da3233
+6	than	than	ADP	O	0			0748915b6e3525bf3029f09fb4da3233
+7	other	other	ADJ	O	0			0748915b6e3525bf3029f09fb4da3233
+8	places	place	NOUN	O	0			0748915b6e3525bf3029f09fb4da3233
+9	to	to	PART	O	0			0748915b6e3525bf3029f09fb4da3233
+10	be	be	VERB	O	0			0748915b6e3525bf3029f09fb4da3233
+11	honest	honest	ADJ	O	0			0748915b6e3525bf3029f09fb4da3233
+12	.	.	PUNCT	O	0			0748915b6e3525bf3029f09fb4da3233
+
+1	@FcknnMerissaa_	@USER	X	O	0			34dba7d82c0dcfdcbb02eddaba57da86
+2	how	how	ADV	O	0			34dba7d82c0dcfdcbb02eddaba57da86
+3	??!	??!	PUNCT	O	0			34dba7d82c0dcfdcbb02eddaba57da86
+
+1	is	be	VERB	O	0			136e86046c5712cf16a27bc73f481ff3
+2	all	all	DET	O	0			136e86046c5712cf16a27bc73f481ff3
+3	about	about	ADP	O	0			136e86046c5712cf16a27bc73f481ff3
+4	Pennsylvania	pennsylvania	PROPN	O	0			136e86046c5712cf16a27bc73f481ff3
+5	Polka	polka	PROPN	O	0			136e86046c5712cf16a27bc73f481ff3
+6	by	by	ADP	O	0			136e86046c5712cf16a27bc73f481ff3
+7	Lawrence	lawrence	PROPN	O	0			136e86046c5712cf16a27bc73f481ff3
+8	Welk	welk	PROPN	O	0			136e86046c5712cf16a27bc73f481ff3
+
+1	This	this	DET	O	0			07bb59c15223350430d5e27c1521da8e
+2	is	be	VERB	O	0			07bb59c15223350430d5e27c1521da8e
+3	actually	actually	ADV	O	0			07bb59c15223350430d5e27c1521da8e
+4	a	a	DET	O	0			07bb59c15223350430d5e27c1521da8e
+5	painting	painting	NOUN	O	0			07bb59c15223350430d5e27c1521da8e
+6	that	that	DET	O	0			07bb59c15223350430d5e27c1521da8e
+7	hangs	hang	VERB	O	0			07bb59c15223350430d5e27c1521da8e
+8	at	at	ADP	O	0			07bb59c15223350430d5e27c1521da8e
+9	the	the	DET	O	0			07bb59c15223350430d5e27c1521da8e
+10	Countway	countway	PROPN	O	0			07bb59c15223350430d5e27c1521da8e
+11	Library	library	PROPN	O	0			07bb59c15223350430d5e27c1521da8e
+12	at	at	ADP	O	0			07bb59c15223350430d5e27c1521da8e
+13	Harvard	harvard	PROPN	O	0			07bb59c15223350430d5e27c1521da8e
+14	Medical	medical	PROPN	O	0			07bb59c15223350430d5e27c1521da8e
+15	School	school	PROPN	O	0			07bb59c15223350430d5e27c1521da8e
+16	.	.	PUNCT	O	0			07bb59c15223350430d5e27c1521da8e
+
+1	Never	never	ADV	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+2	seem	seem	VERB	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+3	to	to	PART	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+4	get	get	VERB	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+5	them	them	PRON	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+6	at	at	ADP	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+7	low	low	ADJ	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+8	prices	price	NOUN	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+9	.	.	PUNCT	O	0			a308c1a5e9e7e3a962ed5c8319ecbb26
+
+1	@alaxico	@USER	X	O	0			b27abd8ae19566b1f19cf9deaaf3d667
+2	lmfao	lmfao	INTJ	O	0			b27abd8ae19566b1f19cf9deaaf3d667
+3	that	that	DET	O	0			b27abd8ae19566b1f19cf9deaaf3d667
+4	different	different	ADJ	O	0			b27abd8ae19566b1f19cf9deaaf3d667
+
+1	@ScarletAblettx	@USER	X	O	0			b2cab4f72f44b5304991bbce17f5b42a
+2	#YNWA	#ynwa	X	O	0			b2cab4f72f44b5304991bbce17f5b42a
+3	best	best	ADJ	O	0			b2cab4f72f44b5304991bbce17f5b42a
+4	wishes	wish	NOUN	O	0			b2cab4f72f44b5304991bbce17f5b42a
+5	at	at	ADP	O	0			b2cab4f72f44b5304991bbce17f5b42a
+6	this	this	DET	O	0			b2cab4f72f44b5304991bbce17f5b42a
+7	sad	sad	ADJ	O	0			b2cab4f72f44b5304991bbce17f5b42a
+8	time	time	NOUN	O	0			b2cab4f72f44b5304991bbce17f5b42a
+
+1	@PrettyNpaidCEO	@USER	X	O	0			f614b27f20162625ee988acd80656d79
+2	right	right	INTJ	O	0			f614b27f20162625ee988acd80656d79
+3	..	..	PUNCT	O	0			f614b27f20162625ee988acd80656d79
+
+1	@DomsWildThings	@USER	X	O	0			a5083cf4deb7270ff6d693c733ced83a
+2	OOooo	ooooo	INTJ	O	0			a5083cf4deb7270ff6d693c733ced83a
+3	you	you	PRON	O	0			a5083cf4deb7270ff6d693c733ced83a
+4	made	make	VERB	O	0			a5083cf4deb7270ff6d693c733ced83a
+5	my	my	PRON	O	0			a5083cf4deb7270ff6d693c733ced83a
+6	head	head	NOUN	O	0			a5083cf4deb7270ff6d693c733ced83a
+7	spin	spin	VERB	O	0			a5083cf4deb7270ff6d693c733ced83a
+8	with	with	ADP	O	0			a5083cf4deb7270ff6d693c733ced83a
+9	that	that	DET	O	0			a5083cf4deb7270ff6d693c733ced83a
+10	one	one	NOUN	O	0			a5083cf4deb7270ff6d693c733ced83a
+11	!	!	PUNCT	O	0			a5083cf4deb7270ff6d693c733ced83a
+12	You	you	PRON	O	0			a5083cf4deb7270ff6d693c733ced83a
+13	are	be	VERB	O	0			a5083cf4deb7270ff6d693c733ced83a
+14	such	such	ADJ	O	0			a5083cf4deb7270ff6d693c733ced83a
+15	a	a	DET	O	0			a5083cf4deb7270ff6d693c733ced83a
+16	cheeky	cheeky	ADJ	O	0			a5083cf4deb7270ff6d693c733ced83a
+17	studmuffin	studmuffin	NOUN	O	0			a5083cf4deb7270ff6d693c733ced83a
+18	!	!	PUNCT	O	0			a5083cf4deb7270ff6d693c733ced83a
+
+1	@eleven26am	@USER	X	O	0			c4201cb11d150fcdf67f6474d3277e20
+2	naw	naw	INTJ	O	0			c4201cb11d150fcdf67f6474d3277e20
+3	naw	naw	INTJ	O	0			c4201cb11d150fcdf67f6474d3277e20
+4	i	i	PRON	O	0			c4201cb11d150fcdf67f6474d3277e20
+5	ma	ma	AUX	O	0			c4201cb11d150fcdf67f6474d3277e20
+6	have	have	VERB	O	0			c4201cb11d150fcdf67f6474d3277e20
+7	to	to	ADP	O	0			c4201cb11d150fcdf67f6474d3277e20
+8	lock	lock	VERB	O	0			c4201cb11d150fcdf67f6474d3277e20
+9	up	up	ADP	O	0			c4201cb11d150fcdf67f6474d3277e20
+10	w	w	ADP	O	0			c4201cb11d150fcdf67f6474d3277e20
+11	his	his	PRON	O	0			c4201cb11d150fcdf67f6474d3277e20
+12	ass	ass	NOUN	O	0			c4201cb11d150fcdf67f6474d3277e20
+13	lol	lol	INTJ	O	0			c4201cb11d150fcdf67f6474d3277e20
+14	but	but	CONJ	O	0			c4201cb11d150fcdf67f6474d3277e20
+15	she	she	PRON	O	0			c4201cb11d150fcdf67f6474d3277e20
+16	's	's	AUX	O	0			c4201cb11d150fcdf67f6474d3277e20
+17	eating	eat	VERB	O	0			c4201cb11d150fcdf67f6474d3277e20
+18	as	as	ADP	O	0			c4201cb11d150fcdf67f6474d3277e20
+19	usual	usual	ADJ	O	0			c4201cb11d150fcdf67f6474d3277e20
+20			PUNCT	O	0			c4201cb11d150fcdf67f6474d3277e20
+
+1	Turned	turn	VERB	O	0			87dfc27937766c00af4578eee52b5c51
+2	up	up	PART	O	0			87dfc27937766c00af4578eee52b5c51
+3	at	at	ADP	O	0			87dfc27937766c00af4578eee52b5c51
+4	0	0	NUM	O	0			87dfc27937766c00af4578eee52b5c51
+5	.	.	PUNCT	O	0			87dfc27937766c00af4578eee52b5c51
+6	00am	00am	NOUN	O	0			87dfc27937766c00af4578eee52b5c51
+7	at	at	ADP	O	0			87dfc27937766c00af4578eee52b5c51
+8	the	the	DET	O	0			87dfc27937766c00af4578eee52b5c51
+9	fitting	fitting	ADJ	O	0			87dfc27937766c00af4578eee52b5c51
+10	garage	garage	NOUN	O	0			87dfc27937766c00af4578eee52b5c51
+11	,	,	PUNCT	O	0			87dfc27937766c00af4578eee52b5c51
+12	local	local	ADJ	O	0			87dfc27937766c00af4578eee52b5c51
+13	to	to	ADP	O	0			87dfc27937766c00af4578eee52b5c51
+14	me	me	PRON	O	0			87dfc27937766c00af4578eee52b5c51
+15	,	,	PUNCT	O	0			87dfc27937766c00af4578eee52b5c51
+16	had	have	VERB	O	0			87dfc27937766c00af4578eee52b5c51
+17	0	0	NUM	O	0			87dfc27937766c00af4578eee52b5c51
+18	tyres	tyre	NOUN	O	0			87dfc27937766c00af4578eee52b5c51
+19	fitted	fit	VERB	O	0			87dfc27937766c00af4578eee52b5c51
+20	and	and	CONJ	O	0			87dfc27937766c00af4578eee52b5c51
+21	out	out	ADP	O	0			87dfc27937766c00af4578eee52b5c51
+22	the	the	DET	O	0			87dfc27937766c00af4578eee52b5c51
+23	door	door	NOUN	O	0			87dfc27937766c00af4578eee52b5c51
+24	by	by	ADP	O	0			87dfc27937766c00af4578eee52b5c51
+25	0am	0am	NOUN	O	0			87dfc27937766c00af4578eee52b5c51
+26	.	.	PUNCT	O	0			87dfc27937766c00af4578eee52b5c51
+
+1	@CaliforniaVixen	@USER	X	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+2	lmao	lmao	INTJ	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+3	I	i	PRON	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+4	was	be	AUX	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+5	waiting	wait	VERB	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+6	for	for	ADP	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+7	u	u	PRON	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+8	to	to	PART	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+9	say	say	VERB	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+10	something	something	NOUN	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+11	after	after	SCONJ	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+12	the	the	PRON	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+13	barely	barely	ADV	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+14	pulled	pull	VERB	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+15	it	it	PRON	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+16	out	out	ADP	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+17	.......	.......	PUNCT	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+18	they	they	PRON	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+19	still	still	ADV	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+20	weak	weak	ADJ	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+21	as	as	ADP	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+22	hell	hell	NOUN	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+23	tho	tho	ADV	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+24	lol	lol	INTJ	O	0			1d5020b59e0fb3da68aa4052d4fe7fc7
+
+1	on	on	ADP	O	0			41780e404e6a5e26eb2cf222471e568c
+2	the	the	DET	O	0			41780e404e6a5e26eb2cf222471e568c
+3	00th	00th	ADJ	O	0			41780e404e6a5e26eb2cf222471e568c
+4	December	december	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+5	we	we	PRON	O	0			41780e404e6a5e26eb2cf222471e568c
+6	ordered	order	VERB	O	0			41780e404e6a5e26eb2cf222471e568c
+7	a	a	DET	O	0			41780e404e6a5e26eb2cf222471e568c
+8	piano	piano	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+9	stool	stool	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+10	for	for	ADP	O	0			41780e404e6a5e26eb2cf222471e568c
+11	my	my	DET	O	0			41780e404e6a5e26eb2cf222471e568c
+12	sons	son	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+13	birthday	birthday	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+14	(	(	PUNCT	O	0			41780e404e6a5e26eb2cf222471e568c
+15	0st	0st	ADJ	O	0			41780e404e6a5e26eb2cf222471e568c
+16	Jan	jan	NOUN	O	0			41780e404e6a5e26eb2cf222471e568c
+17	).	).	PUNCT	O	0			41780e404e6a5e26eb2cf222471e568c
+
+1	I	i	PRON	O	0			411260b0f3b2ce662f0f1919d98df104
+2	felt	felt	VERB	O	0			411260b0f3b2ce662f0f1919d98df104
+3	like	like	SCONJ	O	0			411260b0f3b2ce662f0f1919d98df104
+4	anyone	anyone	NOUN	O	0			411260b0f3b2ce662f0f1919d98df104
+5	could	could	AUX	O	0			411260b0f3b2ce662f0f1919d98df104
+6	do	do	VERB	O	0			411260b0f3b2ce662f0f1919d98df104
+7	that	that	PRON	O	0			411260b0f3b2ce662f0f1919d98df104
+8	.	.	PUNCT	O	0			411260b0f3b2ce662f0f1919d98df104
+
+1	Then	then	ADV	O	0			9b1f41e7c8615c4b1b3704681054aea9
+2	I	i	PRON	O	0			9b1f41e7c8615c4b1b3704681054aea9
+3	discovered	discover	VERB	O	0			9b1f41e7c8615c4b1b3704681054aea9
+4	their	their	DET	O	0			9b1f41e7c8615c4b1b3704681054aea9
+5	free	free	ADJ	O	0			9b1f41e7c8615c4b1b3704681054aea9
+6	home	home	NOUN	O	0			9b1f41e7c8615c4b1b3704681054aea9
+7	trial	trial	NOUN	O	0			9b1f41e7c8615c4b1b3704681054aea9
+8	service	service	NOUN	O	0			9b1f41e7c8615c4b1b3704681054aea9
+9	!	!	PUNCT	O	0			9b1f41e7c8615c4b1b3704681054aea9
+
+1	@jlock4820	@USER	X	O	0			ce10f42c80159a49f515765acbcd9663
+2	Brand	brand	ADV	O	0			ce10f42c80159a49f515765acbcd9663
+3	New	new	ADJ	O	0			ce10f42c80159a49f515765acbcd9663
+4	macbook	macbook	PROPN	O	0			ce10f42c80159a49f515765acbcd9663
+5	with	with	ADP	O	0			ce10f42c80159a49f515765acbcd9663
+6	zero	NUMBER	NUM	O	0			ce10f42c80159a49f515765acbcd9663
+7	cost	cost	NOUN	O	0			ce10f42c80159a49f515765acbcd9663
+8	www.slop.in/qrvd	URL	X	O	0			ce10f42c80159a49f515765acbcd9663
+
+1	RT	rt	X	O	0			dbe9b578cbff74a1dd41de446c7f1703
+2	@VINNYGUADAGNINO	@USER	X	O	0			dbe9b578cbff74a1dd41de446c7f1703
+3	:	:	X	O	0			dbe9b578cbff74a1dd41de446c7f1703
+4	There	there	PRON	O	0			dbe9b578cbff74a1dd41de446c7f1703
+5	's	's	AUX	O	0			dbe9b578cbff74a1dd41de446c7f1703
+6	a	a	DET	O	0			dbe9b578cbff74a1dd41de446c7f1703
+7	valuable	valuable	ADJ	O	0			dbe9b578cbff74a1dd41de446c7f1703
+8	lessen	lessen	VERB	O	0			dbe9b578cbff74a1dd41de446c7f1703
+9	to	to	PART	O	0			dbe9b578cbff74a1dd41de446c7f1703
+10	be	be	AUX	O	0			dbe9b578cbff74a1dd41de446c7f1703
+11	learned	learn	VERB	O	0			dbe9b578cbff74a1dd41de446c7f1703
+12	here	here	ADV	O	0			dbe9b578cbff74a1dd41de446c7f1703
+13	kids	kid	NOUN	O	0			dbe9b578cbff74a1dd41de446c7f1703
+14	.	.	PUNCT	O	0			dbe9b578cbff74a1dd41de446c7f1703
+15	When	when	ADV	O	0			dbe9b578cbff74a1dd41de446c7f1703
+16	things	things	NOUN	O	0			dbe9b578cbff74a1dd41de446c7f1703
+17	get	get	VERB	O	0			dbe9b578cbff74a1dd41de446c7f1703
+18	rough	rough	ADJ	O	0			dbe9b578cbff74a1dd41de446c7f1703
+19	...	...	PUNCT	O	0			dbe9b578cbff74a1dd41de446c7f1703
+20	..	..	PUNCT	O	0			dbe9b578cbff74a1dd41de446c7f1703
+21	buy	buy	VERB	O	0			dbe9b578cbff74a1dd41de446c7f1703
+22	a	a	DET	O	0			dbe9b578cbff74a1dd41de446c7f1703
+23	stripper	stripper	NOUN	O	0			dbe9b578cbff74a1dd41de446c7f1703
+24	pole	pole	NOUN	O	0			dbe9b578cbff74a1dd41de446c7f1703
+25	#Jerzathon	#jerzathon	X	O	0			dbe9b578cbff74a1dd41de446c7f1703
+
+1	This	this	DET	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+2	service	service	NOUN	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+3	can	can	AUX	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+4	carry	carry	VERB	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+5	larger	larger	ADJ	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+6	and	and	CONJ	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+7	heavier	heavy	ADJ	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+8	parcels	parcel	NOUN	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+9	,	,	PUNCT	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+10	but	but	CONJ	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+11	is	be	VERB	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+12	not	not	ADV	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+13	suitable	suitable	ADJ	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+14	for	for	ADP	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+15	pallets	pallet	NOUN	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+16	.	.	PUNCT	O	0			ee7a9788ee5f9bafac9885acae59d2fe
+
+1	Guess	guess	VERB	O	0			e56844bff5c5b4375d66a689f56bbb8a
+2	Who	who	PRON	O	0			e56844bff5c5b4375d66a689f56bbb8a
+3	"	"	PUNCT	O	0			e56844bff5c5b4375d66a689f56bbb8a
+4	American	american	PROPN	O	0			e56844bff5c5b4375d66a689f56bbb8a
+5	Woman	woman	NOUN	O	0			e56844bff5c5b4375d66a689f56bbb8a
+6	"	"	PUNCT	O	0			e56844bff5c5b4375d66a689f56bbb8a
+
+1	Goodnight	goodnight	INTJ	O	0			4bd9017658e586e8cca60643cb248393
+2	everyone	everyone	NOUN	O	0			4bd9017658e586e8cca60643cb248393
+3	...	...	PUNCT	O	0			4bd9017658e586e8cca60643cb248393
+4	<33	EMOTICON	X	O	0			4bd9017658e586e8cca60643cb248393
+5	://	EMOTICON	X	O	0			4bd9017658e586e8cca60643cb248393
+
+1	All	all	DET	O	0			cf53182f306fb7b9c179789dd3eabc75
+2	of	of	ADP	O	0			cf53182f306fb7b9c179789dd3eabc75
+3	these	these	DET	O	0			cf53182f306fb7b9c179789dd3eabc75
+4	peoples	peoples	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+5	teach	teach	VERB	O	0			cf53182f306fb7b9c179789dd3eabc75
+6	us	us	PRON	O	0			cf53182f306fb7b9c179789dd3eabc75
+7	that	that	SCONJ	O	0			cf53182f306fb7b9c179789dd3eabc75
+8	there	there	PRON	O	0			cf53182f306fb7b9c179789dd3eabc75
+9	are	be	VERB	O	0			cf53182f306fb7b9c179789dd3eabc75
+10	other	other	ADJ	O	0			cf53182f306fb7b9c179789dd3eabc75
+11	ways	ways	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+12	of	of	ADP	O	0			cf53182f306fb7b9c179789dd3eabc75
+13	being	being	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+14	,	,	PUNCT	O	0			cf53182f306fb7b9c179789dd3eabc75
+15	other	other	ADJ	O	0			cf53182f306fb7b9c179789dd3eabc75
+16	ways	ways	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+17	of	of	ADP	O	0			cf53182f306fb7b9c179789dd3eabc75
+18	thinking	thinking	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+19	,	,	PUNCT	O	0			cf53182f306fb7b9c179789dd3eabc75
+20	other	other	ADJ	O	0			cf53182f306fb7b9c179789dd3eabc75
+21	ways	ways	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+22	of	of	SCONJ	O	0			cf53182f306fb7b9c179789dd3eabc75
+23	orienting	orient	VERB	O	0			cf53182f306fb7b9c179789dd3eabc75
+24	yourself	yourself	PRON	O	0			cf53182f306fb7b9c179789dd3eabc75
+25	in	in	ADP	O	0			cf53182f306fb7b9c179789dd3eabc75
+26	the	the	DET	O	0			cf53182f306fb7b9c179789dd3eabc75
+27	Earth	earth	NOUN	O	0			cf53182f306fb7b9c179789dd3eabc75
+28	.	.	PUNCT	O	0			cf53182f306fb7b9c179789dd3eabc75
+
+1	Givin	givin	VERB	O	0			e6a2d9415c1801c82d070b4ff3f9ffd2
+2	out	out	ADP	O	0			e6a2d9415c1801c82d070b4ff3f9ffd2
+3	Back	back	NOUN	O	0			e6a2d9415c1801c82d070b4ff3f9ffd2
+4	shots	shot	NOUN	O	0			e6a2d9415c1801c82d070b4ff3f9ffd2
+
+1	Would	would	VERB	O	0			9ce153b5db52570d0cd4077af9ff8aac
+2	not	not	ADV	O	0			9ce153b5db52570d0cd4077af9ff8aac
+3	use	use	VERB	O	0			9ce153b5db52570d0cd4077af9ff8aac
+4	again	again	ADV	O	0			9ce153b5db52570d0cd4077af9ff8aac
+5	.	.	PUNCT	O	0			9ce153b5db52570d0cd4077af9ff8aac
+
+1	http://www.youtube.com/watch?v=DnrAJgkOG3w	URL	X	O	0			a217b7b6dab4b558dfd7fbe09621c009
+2	@justinbieber	@USER	X	O	0			a217b7b6dab4b558dfd7fbe09621c009
+3	look	look	VERB	O	0			a217b7b6dab4b558dfd7fbe09621c009
+4	what	what	PRON	O	0			a217b7b6dab4b558dfd7fbe09621c009
+5	i	i	PRON	O	0			a217b7b6dab4b558dfd7fbe09621c009
+6	made	make	VERB	O	0			a217b7b6dab4b558dfd7fbe09621c009
+7	?	?	PUNCT	O	0			a217b7b6dab4b558dfd7fbe09621c009
+
+1	Would	would	VERB	O	0			e14da7f0506dda371577f204c536dcd5
+2	still	still	ADV	O	0			e14da7f0506dda371577f204c536dcd5
+3	have	have	VERB	O	0			e14da7f0506dda371577f204c536dcd5
+4	no	no	DET	O	0			e14da7f0506dda371577f204c536dcd5
+5	hesitation	hesitation	NOUN	O	0			e14da7f0506dda371577f204c536dcd5
+6	about	about	ADP	O	0			e14da7f0506dda371577f204c536dcd5
+7	booking	book	VERB	O	0			e14da7f0506dda371577f204c536dcd5
+8	Resort	resort	PROPN	O	0			e14da7f0506dda371577f204c536dcd5
+9	Hoppa	hoppa	PROPN	O	0			e14da7f0506dda371577f204c536dcd5
+10	for	for	ADP	O	0			e14da7f0506dda371577f204c536dcd5
+11	our	our	DET	O	0			e14da7f0506dda371577f204c536dcd5
+12	next	next	ADJ	O	0			e14da7f0506dda371577f204c536dcd5
+13	holiday	holiday	NOUN	O	0			e14da7f0506dda371577f204c536dcd5
+14	in	in	ADP	O	0			e14da7f0506dda371577f204c536dcd5
+15	June	june	NOUN	O	0			e14da7f0506dda371577f204c536dcd5
+16	and	and	CONJ	O	0			e14da7f0506dda371577f204c536dcd5
+17	again	again	ADV	O	0			e14da7f0506dda371577f204c536dcd5
+18	after	after	ADP	O	0			e14da7f0506dda371577f204c536dcd5
+19	that	that	PRON	O	0			e14da7f0506dda371577f204c536dcd5
+20	.	.	PUNCT	O	0			e14da7f0506dda371577f204c536dcd5
+
+1	We	we	PRON	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+2	're	're	AUX	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+3	looking	look	VERB	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+4	at	at	ADP	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+5	many	many	ADJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+6	,	,	PUNCT	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+7	many	many	ADJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+8	gigabytes	gigabyte	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+9	of	of	ADP	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+10	digital	digital	ADJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+11	photos	photo	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+12	here	here	ADV	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+13	and	and	CONJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+14	kind	kind	ADV	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+15	of	of	ADP	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+16	seamlessly	seamlessly	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+17	and	and	CONJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+18	continuously	continuously	ADJ	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+19	zooming	zooming	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+20	in	in	ADV	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+21	,	,	PUNCT	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+22	panning	panning	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+23	through	through	ADP	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+24	the	the	DET	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+25	thing	thing	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+26	,	,	PUNCT	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+27	rearranging	rearrange	VERB	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+28	it	it	PRON	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+29	in	in	ADP	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+30	any	any	DET	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+31	way	way	NOUN	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+32	we	we	PRON	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+33	want	want	VERB	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+34	.	.	PUNCT	O	0			513928b1d393ad1ddeeb6073b9d0fa6b
+
+1	RT	rt	X	O	0			12c0a1c32d032a795586b4c902882787
+2	@paigemontojo	@USER	X	O	0			12c0a1c32d032a795586b4c902882787
+3	:	:	X	O	0			12c0a1c32d032a795586b4c902882787
+4	Flyboys	flyboys	NOUN	O	0			12c0a1c32d032a795586b4c902882787
+5	!	!	PUNCT	O	0			12c0a1c32d032a795586b4c902882787
+6	James	james	PROPN	O	0			12c0a1c32d032a795586b4c902882787
+7	franco	franco	PROPN	O	0			12c0a1c32d032a795586b4c902882787
+8	do	do	AUX	O	0			12c0a1c32d032a795586b4c902882787
+9	n't	n't	PART	O	0			12c0a1c32d032a795586b4c902882787
+10	die	die	VERB	O	0			12c0a1c32d032a795586b4c902882787
+11	,	,	PUNCT	O	0			12c0a1c32d032a795586b4c902882787
+12	I	i	PRON	O	0			12c0a1c32d032a795586b4c902882787
+13	love	love	VERB	O	0			12c0a1c32d032a795586b4c902882787
+14	you	you	PRON	O	0			12c0a1c32d032a795586b4c902882787
+15	!	!	PUNCT	O	0			12c0a1c32d032a795586b4c902882787
+
+1	one	one	NUM	O	0			4b0f8ce621841c3e8e98baff47b44d58
+2	week	week	NOUN	O	0			4b0f8ce621841c3e8e98baff47b44d58
+3	before	before	ADP	O	0			4b0f8ce621841c3e8e98baff47b44d58
+4	Christmas	christmas	NOUN	O	0			4b0f8ce621841c3e8e98baff47b44d58
+5	.	.	PUNCT	O	0			4b0f8ce621841c3e8e98baff47b44d58
+
+1	However	however	ADV	O	0			daba755f54847894384f957c472bf5af
+2	would	would	VERB	O	0			daba755f54847894384f957c472bf5af
+3	prefer	prefer	VERB	O	0			daba755f54847894384f957c472bf5af
+4	,	,	PUNCT	O	0			daba755f54847894384f957c472bf5af
+5	where	where	ADV	O	0			daba755f54847894384f957c472bf5af
+6	possible	possible	ADJ	O	0			daba755f54847894384f957c472bf5af
+7	,	,	PUNCT	O	0			daba755f54847894384f957c472bf5af
+8	to	to	PART	O	0			daba755f54847894384f957c472bf5af
+9	travel	travel	VERB	O	0			daba755f54847894384f957c472bf5af
+10	with	with	ADP	O	0			daba755f54847894384f957c472bf5af
+11	jet0	jet0	NOUN	O	0			daba755f54847894384f957c472bf5af
+12	every	every	DET	O	0			daba755f54847894384f957c472bf5af
+13	time	time	NOUN	O	0			daba755f54847894384f957c472bf5af
+14	.	.	PUNCT	O	0			daba755f54847894384f957c472bf5af
+
+1	FREAKY	freaky	ADJ	O	0			366133dd111518faeeaa727582eec130
+2	LIKE	like	ADP	O	0			366133dd111518faeeaa727582eec130
+3	MY	my	PRON	O	0			366133dd111518faeeaa727582eec130
+4	LADY	lady	NOUN	O	0			366133dd111518faeeaa727582eec130
+5	PYRAMID	pyramid	NOUN	O	0			366133dd111518faeeaa727582eec130
+
+1	I	i	PRON	O	0			5972f050aacc9082675788323ccb2113
+2	ordered	order	VERB	O	0			5972f050aacc9082675788323ccb2113
+3	some	some	DET	O	0			5972f050aacc9082675788323ccb2113
+4	flea	flea	NOUN	O	0			5972f050aacc9082675788323ccb2113
+5	spray	spray	NOUN	O	0			5972f050aacc9082675788323ccb2113
+6	,	,	PUNCT	O	0			5972f050aacc9082675788323ccb2113
+7	at	at	ADP	O	0			5972f050aacc9082675788323ccb2113
+8	a	a	DET	O	0			5972f050aacc9082675788323ccb2113
+9	very	very	ADV	O	0			5972f050aacc9082675788323ccb2113
+10	reasonable	reasonable	ADJ	O	0			5972f050aacc9082675788323ccb2113
+11	price	price	NOUN	O	0			5972f050aacc9082675788323ccb2113
+12	,	,	PUNCT	O	0			5972f050aacc9082675788323ccb2113
+13	and	and	CONJ	O	0			5972f050aacc9082675788323ccb2113
+14	the	the	DET	O	0			5972f050aacc9082675788323ccb2113
+15	product	product	NOUN	O	0			5972f050aacc9082675788323ccb2113
+16	arrived	arrive	VERB	O	0			5972f050aacc9082675788323ccb2113
+17	next	next	ADJ	O	0			5972f050aacc9082675788323ccb2113
+18	day	day	NOUN	O	0			5972f050aacc9082675788323ccb2113
+19	.	.	PUNCT	O	0			5972f050aacc9082675788323ccb2113
+
+1	I	i	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+2	called	call	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+3	customer	customer	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+4	service	service	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+5	which	which	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+6	is	be	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+7	a	a	DET	O	0			1a33acde64c7eb3748e80c35b518ddce
+8	premium	premium	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+9	rate	rate	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+10	number	number	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+11	costing	cost	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+12	me	me	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+13	£	£	X	O	0			1a33acde64c7eb3748e80c35b518ddce
+14	0	0	NUM	O	0			1a33acde64c7eb3748e80c35b518ddce
+15	.	.	PUNCT	O	0			1a33acde64c7eb3748e80c35b518ddce
+16	00	00	NUM	O	0			1a33acde64c7eb3748e80c35b518ddce
+17	only	only	ADV	O	0			1a33acde64c7eb3748e80c35b518ddce
+18	to	to	PART	O	0			1a33acde64c7eb3748e80c35b518ddce
+19	be	be	AUX	O	0			1a33acde64c7eb3748e80c35b518ddce
+20	told	tell	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+21	OH	oh	X	O	0			1a33acde64c7eb3748e80c35b518ddce
+22	YES	yes	PART	O	0			1a33acde64c7eb3748e80c35b518ddce
+23	ITS	its	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+24	BEEN	be	AUX	O	0			1a33acde64c7eb3748e80c35b518ddce
+25	DOING	do	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+26	IT	it	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+27	A	a	DET	O	0			1a33acde64c7eb3748e80c35b518ddce
+28	LOT	lot	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+29	TODAY	today	ADV	O	0			1a33acde64c7eb3748e80c35b518ddce
+30	but	but	CONJ	O	0			1a33acde64c7eb3748e80c35b518ddce
+31	nothing	nothing	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+32	we	we	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+33	can	can	AUX	O	0			1a33acde64c7eb3748e80c35b518ddce
+34	do	do	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+35	to	to	PART	O	0			1a33acde64c7eb3748e80c35b518ddce
+36	help	help	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+37	you	you	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+38	as	as	CONJ	O	0			1a33acde64c7eb3748e80c35b518ddce
+39	you	you	PRON	O	0			1a33acde64c7eb3748e80c35b518ddce
+40	don	don	AUX	O	0			1a33acde64c7eb3748e80c35b518ddce
+41	’	’	PART	O	0			1a33acde64c7eb3748e80c35b518ddce
+42	t	t	PART	O	0			1a33acde64c7eb3748e80c35b518ddce
+43	have	have	VERB	O	0			1a33acde64c7eb3748e80c35b518ddce
+44	a	a	DET	O	0			1a33acde64c7eb3748e80c35b518ddce
+45	order	order	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+46	number	number	NOUN	O	0			1a33acde64c7eb3748e80c35b518ddce
+47	.	.	PUNCT	O	0			1a33acde64c7eb3748e80c35b518ddce
+
+1	@ViRiDiS68	@USER	X	O	0			c053bdcc5c7b20358c73f342ad05bc36
+2	ha	ha	INTJ	O	0			c053bdcc5c7b20358c73f342ad05bc36
+3	!	!	PUNCT	O	0			c053bdcc5c7b20358c73f342ad05bc36
+4	I	i	PRON	O	0			c053bdcc5c7b20358c73f342ad05bc36
+5	'm	'm	AUX	O	0			c053bdcc5c7b20358c73f342ad05bc36
+6	gonna	gonna	AUX	O	0			c053bdcc5c7b20358c73f342ad05bc36
+7	go	go	VERB	O	0			c053bdcc5c7b20358c73f342ad05bc36
+8	with	with	ADP	O	0			c053bdcc5c7b20358c73f342ad05bc36
+9	yes	yes	INTJ	O	0			c053bdcc5c7b20358c73f342ad05bc36
+
+1	RT	rt	X	O	0			498a30e759d69b3732198e1eed95e8b0
+2	@xBiebers_Worldx	@USER	X	O	0			498a30e759d69b3732198e1eed95e8b0
+3	:	:	X	O	0			498a30e759d69b3732198e1eed95e8b0
+4	RT	rt	VERB	O	0			498a30e759d69b3732198e1eed95e8b0
+5	for	for	ADP	O	0			498a30e759d69b3732198e1eed95e8b0
+6	a	a	DET	O	0			498a30e759d69b3732198e1eed95e8b0
+7	shoutout	shoutout	NOUN	O	0			498a30e759d69b3732198e1eed95e8b0
+8	♥	EMOTICON	X	O	0			498a30e759d69b3732198e1eed95e8b0
+
+1	@d_daniels	@USER	X	O	0			a5d9170b73cc68610b64a49e9e17899c
+2	:	:	PUNCT	O	0			a5d9170b73cc68610b64a49e9e17899c
+3	If	if	SCONJ	O	0			a5d9170b73cc68610b64a49e9e17899c
+4	a	a	DET	O	0			a5d9170b73cc68610b64a49e9e17899c
+5	player	player	NOUN	O	0			a5d9170b73cc68610b64a49e9e17899c
+6	wins	win	VERB	O	0			a5d9170b73cc68610b64a49e9e17899c
+7	his	his	PRON	O	0			a5d9170b73cc68610b64a49e9e17899c
+8	first	first	ADJ	O	0			a5d9170b73cc68610b64a49e9e17899c
+9	match	match	NOUN	O	0			a5d9170b73cc68610b64a49e9e17899c
+10	,	,	PUNCT	O	0			a5d9170b73cc68610b64a49e9e17899c
+11	then	then	ADV	O	0			a5d9170b73cc68610b64a49e9e17899c
+12	loses	lose	VERB	O	0			a5d9170b73cc68610b64a49e9e17899c
+13	in	in	ADP	O	0			a5d9170b73cc68610b64a49e9e17899c
+14	the	the	DET	O	0			a5d9170b73cc68610b64a49e9e17899c
+15	second	second	ADJ	O	0			a5d9170b73cc68610b64a49e9e17899c
+16	round	round	NOUN	O	0			a5d9170b73cc68610b64a49e9e17899c
+17	that	that	PRON	O	0			a5d9170b73cc68610b64a49e9e17899c
+18	's	's	VERB	O	0			a5d9170b73cc68610b64a49e9e17899c
+19	a	a	DET	O	0			a5d9170b73cc68610b64a49e9e17899c
+20	t-17	NUMBER	NUM	O	0			a5d9170b73cc68610b64a49e9e17899c
+21	,	,	PUNCT	O	0			a5d9170b73cc68610b64a49e9e17899c
+22	technically	technically	ADV	O	0			a5d9170b73cc68610b64a49e9e17899c
+23	.	.	PUNCT	O	0			a5d9170b73cc68610b64a49e9e17899c
+24	Does	do	AUX	O	0			a5d9170b73cc68610b64a49e9e17899c
+25	that	that	PRON	O	0			a5d9170b73cc68610b64a49e9e17899c
+26	count	count	VERB	O	0			a5d9170b73cc68610b64a49e9e17899c
+27	as	as	ADV	O	0			a5d9170b73cc68610b64a49e9e17899c
+28	top-25	top-25	ADJ	O	0			a5d9170b73cc68610b64a49e9e17899c
+29	?	?	PUNCT	O	0			a5d9170b73cc68610b64a49e9e17899c
+
+1	I	i	PRON	O	0			175500e0b37f1b33a5e176b6618ccde0
+2	love	love	VERB	O	0			175500e0b37f1b33a5e176b6618ccde0
+3	you	you	PRON	O	0			175500e0b37f1b33a5e176b6618ccde0
+4	more	more	ADJ	O	0			175500e0b37f1b33a5e176b6618ccde0
+5	than	than	SCONJ	O	0			175500e0b37f1b33a5e176b6618ccde0
+6	songs	song	NOUN	O	0			175500e0b37f1b33a5e176b6618ccde0
+7	can	can	AUX	O	0			175500e0b37f1b33a5e176b6618ccde0
+8	say	say	VERB	O	0			175500e0b37f1b33a5e176b6618ccde0
+9	.	.	PUNCT	O	0			175500e0b37f1b33a5e176b6618ccde0
+
+1	Tessa	tessa	PROPN	O	0			2c7215212d2372052cbfe248639f8972
+2	really	really	ADV	O	0			2c7215212d2372052cbfe248639f8972
+3	stole	steal	VERB	O	0			2c7215212d2372052cbfe248639f8972
+4	all	all	DET	O	0			2c7215212d2372052cbfe248639f8972
+5	then	then	DET	O	0			2c7215212d2372052cbfe248639f8972
+6	people	people	NOUN	O	0			2c7215212d2372052cbfe248639f8972
+7	's	's	PART	O	0			2c7215212d2372052cbfe248639f8972
+8	food	food	NOUN	O	0			2c7215212d2372052cbfe248639f8972
+9	.	.	PUNCT	O	0			2c7215212d2372052cbfe248639f8972
+
+1	@rainbowsora	@USER	X	O	0			07301f268d2380e31363116fe88c5718
+2	wait	wait	VERB	O	0			07301f268d2380e31363116fe88c5718
+3	a	a	DET	O	0			07301f268d2380e31363116fe88c5718
+4	sec	sec	NOUN	O	0			07301f268d2380e31363116fe88c5718
+5	...	...	PUNCT	O	0			07301f268d2380e31363116fe88c5718
+6	how	how	ADV	O	0			07301f268d2380e31363116fe88c5718
+7	late	late	ADJ	O	0			07301f268d2380e31363116fe88c5718
+8	do	do	AUX	O	0			07301f268d2380e31363116fe88c5718
+9	you	you	PRON	O	0			07301f268d2380e31363116fe88c5718
+10	eat	eat	VERB	O	0			07301f268d2380e31363116fe88c5718
+11	?!?	?!?	PUNCT	O	0			07301f268d2380e31363116fe88c5718
+12	It	it	PRON	O	0			07301f268d2380e31363116fe88c5718
+13	's	's	VERB	O	0			07301f268d2380e31363116fe88c5718
+14	like	like	ADV	O	0			07301f268d2380e31363116fe88c5718
+15	dinnertime	dinnertime	NOUN	O	0			07301f268d2380e31363116fe88c5718
+16	here	here	ADV	O	0			07301f268d2380e31363116fe88c5718
+17	!	!	PUNCT	O	0			07301f268d2380e31363116fe88c5718
+
+1	so	so	ADV	O	0			e6d3a0ac205bec0e1ed970629de6521c
+2	impressed	impressed	ADJ	O	0			e6d3a0ac205bec0e1ed970629de6521c
+3	with	with	ADP	O	0			e6d3a0ac205bec0e1ed970629de6521c
+4	the	the	DET	O	0			e6d3a0ac205bec0e1ed970629de6521c
+5	service	service	NOUN	O	0			e6d3a0ac205bec0e1ed970629de6521c
+
+1	Both	both	DET	O	0			feda2946efee9db360248f712ca82306
+2	items	item	NOUN	O	0			feda2946efee9db360248f712ca82306
+3	were	be	AUX	O	0			feda2946efee9db360248f712ca82306
+4	easy	easy	ADV	O	0			feda2946efee9db360248f712ca82306
+5	to	to	PART	O	0			feda2946efee9db360248f712ca82306
+6	order	order	NOUN	O	0			feda2946efee9db360248f712ca82306
+7	using	use	VERB	O	0			feda2946efee9db360248f712ca82306
+8	the	the	DET	O	0			feda2946efee9db360248f712ca82306
+9	on	on	NOUN	O	0			feda2946efee9db360248f712ca82306
+10	line	line	NOUN	O	0			feda2946efee9db360248f712ca82306
+11	system	system	NOUN	O	0			feda2946efee9db360248f712ca82306
+12	.	.	PUNCT	O	0			feda2946efee9db360248f712ca82306
+
+1	RT	rt	X	O	0			a8f9fa860980b6cf09d99146201189bd
+2	@FayePalmerNews	@USER	X	O	0			a8f9fa860980b6cf09d99146201189bd
+3	:	:	X	O	0			a8f9fa860980b6cf09d99146201189bd
+4	Exclusive	exclusive	ADJ	O	0			a8f9fa860980b6cf09d99146201189bd
+5	picture	picture	NOUN	O	0			a8f9fa860980b6cf09d99146201189bd
+6	of	of	ADP	O	0			a8f9fa860980b6cf09d99146201189bd
+7	@FayePalmer_BB	@USER	X	O	0			a8f9fa860980b6cf09d99146201189bd
+8	and	and	CONJ	O	0			a8f9fa860980b6cf09d99146201189bd
+9	Jay	jay	PROPN	O	0			a8f9fa860980b6cf09d99146201189bd
+10	's	's	PART	O	0			a8f9fa860980b6cf09d99146201189bd
+11	mum	mum	NOUN	O	0			a8f9fa860980b6cf09d99146201189bd
+12	Sue	sue	PROPN	O	0			a8f9fa860980b6cf09d99146201189bd
+13	!	!	PUNCT	O	0			a8f9fa860980b6cf09d99146201189bd
+14	http://t.co/rJHLPRrj	URL	X	O	0			a8f9fa860980b6cf09d99146201189bd
+
+1	Postage	postage	NOUN	O	0			6ac9e7807051e3f5d89262c290580925
+2	cost	cost	NOUN	O	0			6ac9e7807051e3f5d89262c290580925
+3	was	be	VERB	O	0			6ac9e7807051e3f5d89262c290580925
+4	quite	quite	ADV	O	0			6ac9e7807051e3f5d89262c290580925
+5	high	high	ADJ	O	0			6ac9e7807051e3f5d89262c290580925
+6	for	for	ADP	O	0			6ac9e7807051e3f5d89262c290580925
+7	the	the	DET	O	0			6ac9e7807051e3f5d89262c290580925
+8	item	item	NOUN	O	0			6ac9e7807051e3f5d89262c290580925
+9	(	(	PUNCT	O	0			6ac9e7807051e3f5d89262c290580925
+10	a	a	DET	O	0			6ac9e7807051e3f5d89262c290580925
+11	pair	pair	NOUN	O	0			6ac9e7807051e3f5d89262c290580925
+12	of	of	ADP	O	0			6ac9e7807051e3f5d89262c290580925
+13	socks	sock	NOUN	O	0			6ac9e7807051e3f5d89262c290580925
+14	)	)	PUNCT	O	0			6ac9e7807051e3f5d89262c290580925
+15	but	but	CONJ	O	0			6ac9e7807051e3f5d89262c290580925
+16	I	i	PRON	O	0			6ac9e7807051e3f5d89262c290580925
+17	would	would	VERB	O	0			6ac9e7807051e3f5d89262c290580925
+18	definitely	definitely	ADV	O	0			6ac9e7807051e3f5d89262c290580925
+19	use	use	VERB	O	0			6ac9e7807051e3f5d89262c290580925
+20	again	again	ADV	O	0			6ac9e7807051e3f5d89262c290580925
+21	.	.	PUNCT	O	0			6ac9e7807051e3f5d89262c290580925
+
+1	I	i	PRON	O	0			52f0e66f729f0730590983d5fcd0afd8
+2	had	have	VERB	O	0			52f0e66f729f0730590983d5fcd0afd8
+3	a	a	DET	O	0			52f0e66f729f0730590983d5fcd0afd8
+4	parcel	parcel	NOUN	O	0			52f0e66f729f0730590983d5fcd0afd8
+5	to	to	PART	O	0			52f0e66f729f0730590983d5fcd0afd8
+6	send	send	VERB	O	0			52f0e66f729f0730590983d5fcd0afd8
+7	that	that	PRON	O	0			52f0e66f729f0730590983d5fcd0afd8
+8	was	be	VERB	O	0			52f0e66f729f0730590983d5fcd0afd8
+9	0	0	NUM	O	0			52f0e66f729f0730590983d5fcd0afd8
+10	.	.	PUNCT	O	0			52f0e66f729f0730590983d5fcd0afd8
+11	0	0	NUM	O	0			52f0e66f729f0730590983d5fcd0afd8
+12	metres	metre	NOUN	O	0			52f0e66f729f0730590983d5fcd0afd8
+13	long	long	ADJ	O	0			52f0e66f729f0730590983d5fcd0afd8
+14	(	(	PUNCT	O	0			52f0e66f729f0730590983d5fcd0afd8
+15	a	a	DET	O	0			52f0e66f729f0730590983d5fcd0afd8
+16	spinnaker	spinnaker	NOUN	O	0			52f0e66f729f0730590983d5fcd0afd8
+17	pole	pole	NOUN	O	0			52f0e66f729f0730590983d5fcd0afd8
+18	)	)	PUNCT	O	0			52f0e66f729f0730590983d5fcd0afd8
+19	and	and	CONJ	O	0			52f0e66f729f0730590983d5fcd0afd8
+20	weighed	weigh	VERB	O	0			52f0e66f729f0730590983d5fcd0afd8
+21	0	0	NUM	O	0			52f0e66f729f0730590983d5fcd0afd8
+22	kilos	kilo	NOUN	O	0			52f0e66f729f0730590983d5fcd0afd8
+23	.	.	PUNCT	O	0			52f0e66f729f0730590983d5fcd0afd8
+
+1	And	and	CONJ	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+2	they	they	PRON	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+3	lived	live	VERB	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+4	away	away	ADV	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+5	then	then	ADV	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+6	.	.	PUNCT	O	0			9b42df7508bbf5caa73dc22c5bb5a5f8
+
+1	;	;	PUNCT	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+2	i	i	PRON	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+3	dk	dk	VERB	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+4	why	why	ADV	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+5	...	...	PUNCT	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+6	but	but	CONJ	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+7	ifeel	ifeel	VERB	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+8	like	like	SCONJ	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+9	talkin	talkin	VERB	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+10	dirty	dirty	ADJ	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+11	O_o	EMOTICON	X	O	0			4af4146b31b998b29d9e30fbafa4e8f8
+
+1	It	it	PRON	O	0			03bd66b19e5a0aab31fd208029473c5f
+2	kinda	kinda	ADV	O	0			03bd66b19e5a0aab31fd208029473c5f
+3	feels	feel	VERB	O	0			03bd66b19e5a0aab31fd208029473c5f
+4	like	like	ADP	O	0			03bd66b19e5a0aab31fd208029473c5f
+5	a	a	DET	O	0			03bd66b19e5a0aab31fd208029473c5f
+6	junk	junk	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+7	food	food	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+8	kinda	kinda	X	O	0			03bd66b19e5a0aab31fd208029473c5f
+9	day	day	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+10	.	.	PUNCT	O	0			03bd66b19e5a0aab31fd208029473c5f
+11	Good	good	ADJ	O	0			03bd66b19e5a0aab31fd208029473c5f
+12	thing	thing	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+13	I	i	PRON	O	0			03bd66b19e5a0aab31fd208029473c5f
+14	am	be	AUX	O	0			03bd66b19e5a0aab31fd208029473c5f
+15	planning	plan	VERB	O	0			03bd66b19e5a0aab31fd208029473c5f
+16	some	some	DET	O	0			03bd66b19e5a0aab31fd208029473c5f
+17	time	time	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+18	with	with	ADP	O	0			03bd66b19e5a0aab31fd208029473c5f
+19	my	my	PRON	O	0			03bd66b19e5a0aab31fd208029473c5f
+20	friend	friend	NOUN	O	0			03bd66b19e5a0aab31fd208029473c5f
+21	,	,	PUNCT	O	0			03bd66b19e5a0aab31fd208029473c5f
+22	Jillian	jillian	PROPN	O	0			03bd66b19e5a0aab31fd208029473c5f
+23	Michaels	michaels	PROPN	O	0			03bd66b19e5a0aab31fd208029473c5f
+24	,	,	PUNCT	O	0			03bd66b19e5a0aab31fd208029473c5f
+25	tonight	tonight	ADV	O	0			03bd66b19e5a0aab31fd208029473c5f
+
+1	Nobody	nobody	NOUN	O	0			78e178e661f03f638d3b671680f2003e
+2	cares	care	VERB	O	0			78e178e661f03f638d3b671680f2003e
+3	about	about	ADP	O	0			78e178e661f03f638d3b671680f2003e
+4	watch	watch	PRON	O	0			78e178e661f03f638d3b671680f2003e
+5	did	do	VERB	O	0			78e178e661f03f638d3b671680f2003e
+6	in	in	ADP	O	0			78e178e661f03f638d3b671680f2003e
+7	2011	NUMBER	NUM	O	0			78e178e661f03f638d3b671680f2003e
+8	!	!	PUNCT	O	0			78e178e661f03f638d3b671680f2003e
+
+1	@BettyMcSweets	@USER	X	O	0			37f510e9986e1cc38dce4b7bfe1907fd
+2	that	that	PRON	O	0			37f510e9986e1cc38dce4b7bfe1907fd
+3	hurts	hurt	VERB	O	0			37f510e9986e1cc38dce4b7bfe1907fd
+4	!	!	PUNCT	O	0			37f510e9986e1cc38dce4b7bfe1907fd
+
+1	They	they	PRON	O	0			60925793f4752146f9640eec0db1d8c1
+2	said	say	VERB	O	0			60925793f4752146f9640eec0db1d8c1
+3	it	it	PRON	O	0			60925793f4752146f9640eec0db1d8c1
+4	was	be	VERB	O	0			60925793f4752146f9640eec0db1d8c1
+5	a	a	DET	O	0			60925793f4752146f9640eec0db1d8c1
+6	picking	picking	NOUN	O	0			60925793f4752146f9640eec0db1d8c1
+7	error	error	NOUN	O	0			60925793f4752146f9640eec0db1d8c1
+8	and	and	CONJ	O	0			60925793f4752146f9640eec0db1d8c1
+9	sent	send	VERB	O	0			60925793f4752146f9640eec0db1d8c1
+10	them	them	PRON	O	0			60925793f4752146f9640eec0db1d8c1
+11	out	out	PART	O	0			60925793f4752146f9640eec0db1d8c1
+12	the	the	DET	O	0			60925793f4752146f9640eec0db1d8c1
+13	next	next	ADJ	O	0			60925793f4752146f9640eec0db1d8c1
+14	day	day	NOUN	O	0			60925793f4752146f9640eec0db1d8c1
+15	,	,	PUNCT	O	0			60925793f4752146f9640eec0db1d8c1
+16	so	so	ADV	O	0			60925793f4752146f9640eec0db1d8c1
+17	I	i	PRON	O	0			60925793f4752146f9640eec0db1d8c1
+18	had	have	AUX	O	0			60925793f4752146f9640eec0db1d8c1
+19	to	to	PART	O	0			60925793f4752146f9640eec0db1d8c1
+20	wait	wait	VERB	O	0			60925793f4752146f9640eec0db1d8c1
+21	in	in	ADP	O	0			60925793f4752146f9640eec0db1d8c1
+22	for	for	ADP	O	0			60925793f4752146f9640eec0db1d8c1
+23	delivery	delivery	NOUN	O	0			60925793f4752146f9640eec0db1d8c1
+24	the	the	DET	O	0			60925793f4752146f9640eec0db1d8c1
+25	second	second	ADJ	O	0			60925793f4752146f9640eec0db1d8c1
+26	time	time	NOUN	O	0			60925793f4752146f9640eec0db1d8c1
+27	.	.	PUNCT	O	0			60925793f4752146f9640eec0db1d8c1
+
+1	wonder	wonder	VERB	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+2	if	if	CONJ	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+3	the	the	DET	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+4	person	person	NOUN	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+5	parking	park	VERB	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+6	it	it	PRON	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+7	was	be	VERB	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+8	really	really	ADV	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+9	tall	tall	ADJ	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+10	and	and	CONJ	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+11	had	have	VERB	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+12	a	a	DET	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+13	bit	bit	NOUN	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+14	of	of	ADP	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+15	a	a	DET	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+16	sleep	sleep	NOUN	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+17	in	in	ADP	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+18	it	it	PRON	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+19	??	??	PUNCT	O	0			a4fab2d649035e6f9bfe2f3886171f3b
+
+1	We	we	PRON	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+2	didn	didn	VERB	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+3	'	'	PUNCT	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+4	t	t	PART	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+5	have	have	AUX	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+6	to	to	PART	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+7	fill	fill	VERB	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+8	up	up	PART	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+9	at	at	ADP	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+10	all	all	ADV	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+11	,	,	PUNCT	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+12	and	and	CONJ	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+13	had	have	VERB	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+14	a	a	DET	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+15	small	small	ADJ	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+16	amount	amount	NOUN	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+17	left	left	ADJ	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+18	in	in	ADP	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+19	the	the	DET	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+20	tank	tank	NOUN	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+21	when	when	ADV	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+22	we	we	PRON	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+23	dropped	drop	VERB	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+24	off	off	PART	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+25	,	,	PUNCT	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+26	having	have	AUX	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+27	driven	drive	VERB	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+28	around	around	ADV	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+29	000km	000km	NOUN	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+30	.	.	PUNCT	O	0			3cef7e71ac9ab77a1d32d50290f2f4ae
+
+1	Feelin	feelin	VERB	O	0			5ffd2e4bf6b9db08dbf4f22619ce31d3
+2	like	like	ADP	O	0			5ffd2e4bf6b9db08dbf4f22619ce31d3
+3	poop	poop	NOUN	O	0			5ffd2e4bf6b9db08dbf4f22619ce31d3
+4	..	..	PUNCT	O	0			5ffd2e4bf6b9db08dbf4f22619ce31d3
+
+1	It	it	PRON	O	0			496bbbde0b37f0d14241b540302f0709
+2	mixed	mix	VERB	O	0			496bbbde0b37f0d14241b540302f0709
+3	with	with	ADP	O	0			496bbbde0b37f0d14241b540302f0709
+4	my	my	PRON	O	0			496bbbde0b37f0d14241b540302f0709
+5	earlier	earlier	ADJ	O	0			496bbbde0b37f0d14241b540302f0709
+6	passion	passion	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+7	for	for	ADP	O	0			496bbbde0b37f0d14241b540302f0709
+8	drawing	drawing	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+9	,	,	PUNCT	O	0			496bbbde0b37f0d14241b540302f0709
+10	but	but	CONJ	O	0			496bbbde0b37f0d14241b540302f0709
+11	it	it	PRON	O	0			496bbbde0b37f0d14241b540302f0709
+12	was	be	VERB	O	0			496bbbde0b37f0d14241b540302f0709
+13	a	a	DET	O	0			496bbbde0b37f0d14241b540302f0709
+14	bit	bit	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+15	different	different	ADJ	O	0			496bbbde0b37f0d14241b540302f0709
+16	,	,	PUNCT	O	0			496bbbde0b37f0d14241b540302f0709
+17	because	because	SCONJ	O	0			496bbbde0b37f0d14241b540302f0709
+18	using	use	VERB	O	0			496bbbde0b37f0d14241b540302f0709
+19	the	the	DET	O	0			496bbbde0b37f0d14241b540302f0709
+20	camera	camera	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+21	,	,	PUNCT	O	0			496bbbde0b37f0d14241b540302f0709
+22	the	the	DET	O	0			496bbbde0b37f0d14241b540302f0709
+23	process	process	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+24	was	be	VERB	O	0			496bbbde0b37f0d14241b540302f0709
+25	in	in	ADP	O	0			496bbbde0b37f0d14241b540302f0709
+26	the	the	DET	O	0			496bbbde0b37f0d14241b540302f0709
+27	planning	planning	NOUN	O	0			496bbbde0b37f0d14241b540302f0709
+28	instead	instead	ADV	O	0			496bbbde0b37f0d14241b540302f0709
+29	.	.	PUNCT	O	0			496bbbde0b37f0d14241b540302f0709
+
+1	I	i	PRON	O	0			c554aad144c82d4fa5c22b967d68c3a6
+2	bought	buy	VERB	O	0			c554aad144c82d4fa5c22b967d68c3a6
+3	a	a	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+4	shield	shield	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+5	for	for	ADP	O	0			c554aad144c82d4fa5c22b967d68c3a6
+6	my	my	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+7	"	"	PUNCT	O	0			c554aad144c82d4fa5c22b967d68c3a6
+8	new	new	ADJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+9	"	"	PUNCT	O	0			c554aad144c82d4fa5c22b967d68c3a6
+10	ipad	ipad	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+11	mini	mini	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+12	from	from	ADP	O	0			c554aad144c82d4fa5c22b967d68c3a6
+13	Extreme	extreme	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+14	because	because	CONJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+15	the	the	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+16	actual	actual	ADJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+17	cost	cost	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+18	of	of	ADP	O	0			c554aad144c82d4fa5c22b967d68c3a6
+19	the	the	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+20	Apple	apple	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+21	one	one	PRON	O	0			c554aad144c82d4fa5c22b967d68c3a6
+22	on	on	ADP	O	0			c554aad144c82d4fa5c22b967d68c3a6
+23	sale	sale	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+24	everywhere	everywhere	ADV	O	0			c554aad144c82d4fa5c22b967d68c3a6
+25	was	be	VERB	O	0			c554aad144c82d4fa5c22b967d68c3a6
+26	almost	almost	ADV	O	0			c554aad144c82d4fa5c22b967d68c3a6
+27	double	double	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+28	the	the	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+29	price	price	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+30	that	that	PRON	O	0			c554aad144c82d4fa5c22b967d68c3a6
+31	Extreme	extreme	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+32	charge	charge	VERB	O	0			c554aad144c82d4fa5c22b967d68c3a6
+33	and	and	CONJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+34	they	they	PRON	O	0			c554aad144c82d4fa5c22b967d68c3a6
+35	also	also	ADV	O	0			c554aad144c82d4fa5c22b967d68c3a6
+36	give	give	VERB	O	0			c554aad144c82d4fa5c22b967d68c3a6
+37	two	two	NUM	O	0			c554aad144c82d4fa5c22b967d68c3a6
+38	screen	screen	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+39	savers	saver	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+40	and	and	CONJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+41	a	a	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+42	clear	clear	ADJ	O	0			c554aad144c82d4fa5c22b967d68c3a6
+43	back	back	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+44	for	for	ADP	O	0			c554aad144c82d4fa5c22b967d68c3a6
+45	the	the	DET	O	0			c554aad144c82d4fa5c22b967d68c3a6
+46	ipad	ipad	NOUN	O	0			c554aad144c82d4fa5c22b967d68c3a6
+47	.	.	PUNCT	O	0			c554aad144c82d4fa5c22b967d68c3a6
+
+1	jelena	jelena	PROPN	O	0			508d67b121eb3571cad98b557ca78b7e
+2	is	be	VERB	O	0			508d67b121eb3571cad98b557ca78b7e
+3	still	still	ADV	O	0			508d67b121eb3571cad98b557ca78b7e
+4	annoying	annoying	ADJ	O	0			508d67b121eb3571cad98b557ca78b7e
+5	af	af	ADV	O	0			508d67b121eb3571cad98b557ca78b7e
+6	.	.	PUNCT	O	0			508d67b121eb3571cad98b557ca78b7e
+
+1	First	first	ADJ	O	0			3c7a2c984586c26ae3d8a392870c528d
+2	serious	serious	ADJ	O	0			3c7a2c984586c26ae3d8a392870c528d
+3	attack	attack	NOUN	O	0			3c7a2c984586c26ae3d8a392870c528d
+4	by	by	ADP	O	0			3c7a2c984586c26ae3d8a392870c528d
+5	Philadelphia	philadelphia	PROPN	O	0			3c7a2c984586c26ae3d8a392870c528d
+6	,	,	PUNCT	O	0			3c7a2c984586c26ae3d8a392870c528d
+7	but	but	CONJ	O	0			3c7a2c984586c26ae3d8a392870c528d
+8	the	the	DET	O	0			3c7a2c984586c26ae3d8a392870c528d
+9	Timber	timber	PROPN	O	0			3c7a2c984586c26ae3d8a392870c528d
+10	s	s	PART	O	0			3c7a2c984586c26ae3d8a392870c528d
+11	D	d	NOUN	O	0			3c7a2c984586c26ae3d8a392870c528d
+12	got	get	VERB	O	0			3c7a2c984586c26ae3d8a392870c528d
+13	the	the	DET	O	0			3c7a2c984586c26ae3d8a392870c528d
+14	ball	ball	NOUN	O	0			3c7a2c984586c26ae3d8a392870c528d
+15	out	out	ADJ	O	0			3c7a2c984586c26ae3d8a392870c528d
+16	.	.	PUNCT	O	0			3c7a2c984586c26ae3d8a392870c528d
+
+1	@igctrance	@USER	X	O	0			f85189a0b5bb0428c5ad969edffc5b9c
+2	wow	wow	INTJ	O	0			f85189a0b5bb0428c5ad969edffc5b9c
+3	!	!	PUNCT	O	0			f85189a0b5bb0428c5ad969edffc5b9c
+4	O.o	EMOTICON	X	O	0			f85189a0b5bb0428c5ad969edffc5b9c
+
+1	David	david	PROPN	O	0			8b998749879e859538c0e279bb52da2f
+2	Mitchell	mitchell	PROPN	O	0			8b998749879e859538c0e279bb52da2f
+3	's	's	PART	O	0			8b998749879e859538c0e279bb52da2f
+4	Immersive	immersive	ADJ	O	0			8b998749879e859538c0e279bb52da2f
+5	Reading	read	VERB	O	0			8b998749879e859538c0e279bb52da2f
+6	Room	room	NOUN	O	0			8b998749879e859538c0e279bb52da2f
+7	,	,	PUNCT	O	0			8b998749879e859538c0e279bb52da2f
+8	the	the	DET	O	0			8b998749879e859538c0e279bb52da2f
+9	"	"	PUNCT	O	0			8b998749879e859538c0e279bb52da2f
+10	ultimate	ultimate	ADJ	O	0			8b998749879e859538c0e279bb52da2f
+11	environment	environment	NOUN	O	0			8b998749879e859538c0e279bb52da2f
+12	"	"	PUNCT	O	0			8b998749879e859538c0e279bb52da2f
+13	to	to	PART	O	0			8b998749879e859538c0e279bb52da2f
+14	enjoy	enjoy	VERB	O	0			8b998749879e859538c0e279bb52da2f
+15	Thousand	thousand	PROPN	O	0			8b998749879e859538c0e279bb52da2f
+16	Autumns	autumns	PROPN	O	0			8b998749879e859538c0e279bb52da2f
+17	:	:	PUNCT	O	0			8b998749879e859538c0e279bb52da2f
+18	http://is.gd/4y40Ht	URL	X	O	0			8b998749879e859538c0e279bb52da2f
+19	/via	/via	ADP	O	0			8b998749879e859538c0e279bb52da2f
+20	@PD_Smith	@USER	X	O	0			8b998749879e859538c0e279bb52da2f
+
+1	I	i	PRON	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+2	recently	recently	ADV	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+3	purchased	purchase	VERB	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+4	a	a	DET	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+5	Canon	canon	NOUN	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+6	lens	lens	NOUN	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+7	from	from	ADP	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+8	Simply	simply	PROPN	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+9	Electronics	electronics	NOUN	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+10	.	.	PUNCT	O	0			8a218c7fe7d449a18dfb8fb6ec60872c
+
+1	Women	women	PROPN	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+2	,	,	PUNCT	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+3	for	for	ADP	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+4	the	the	DET	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+5	first	first	ADJ	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+6	time	time	NOUN	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+7	this	this	DET	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+8	year	year	NOUN	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+9	,	,	PUNCT	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+10	became	become	VERB	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+11	the	the	DET	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+12	majority	majority	NOUN	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+13	of	of	ADP	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+14	the	the	DET	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+15	American	american	ADJ	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+16	workforce	workforce	NOUN	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+17	.	.	PUNCT	O	0			0bc0b23ef2354bf7ef0168b71fbfc01b
+
+1	Goods	good	NOUN	O	0			8e17e5d7824b6469152ac57227e8cfbb
+2	were	be	AUX	O	0			8e17e5d7824b6469152ac57227e8cfbb
+3	delivered	deliver	VERB	O	0			8e17e5d7824b6469152ac57227e8cfbb
+4	in	in	ADP	O	0			8e17e5d7824b6469152ac57227e8cfbb
+5	great	great	ADJ	O	0			8e17e5d7824b6469152ac57227e8cfbb
+6	condition	condition	NOUN	O	0			8e17e5d7824b6469152ac57227e8cfbb
+7	and	and	CONJ	O	0			8e17e5d7824b6469152ac57227e8cfbb
+8	very	very	ADV	O	0			8e17e5d7824b6469152ac57227e8cfbb
+9	well	well	ADV	O	0			8e17e5d7824b6469152ac57227e8cfbb
+10	packed	pack	VERB	O	0			8e17e5d7824b6469152ac57227e8cfbb
+11	.	.	PUNCT	O	0			8e17e5d7824b6469152ac57227e8cfbb
+
+1	I	i	PRON	O	0			1d47b970cf9e80d5ae22102e827d72d0
+2	ordered	order	VERB	O	0			1d47b970cf9e80d5ae22102e827d72d0
+3	a	a	DET	O	0			1d47b970cf9e80d5ae22102e827d72d0
+4	Sonos	sonos	PROPN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+5	S0	s0	PROPN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+6	on	on	ADP	O	0			1d47b970cf9e80d5ae22102e827d72d0
+7	the	the	DET	O	0			1d47b970cf9e80d5ae22102e827d72d0
+8	00nd	00nd	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+9	of	of	ADP	O	0			1d47b970cf9e80d5ae22102e827d72d0
+10	September	september	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+11	,	,	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+12	the	the	DET	O	0			1d47b970cf9e80d5ae22102e827d72d0
+13	web	web	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+14	stated	state	VERB	O	0			1d47b970cf9e80d5ae22102e827d72d0
+15	(	(	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+16	as	as	ADV	O	0			1d47b970cf9e80d5ae22102e827d72d0
+17	did	do	VERB	O	0			1d47b970cf9e80d5ae22102e827d72d0
+18	a	a	DET	O	0			1d47b970cf9e80d5ae22102e827d72d0
+19	follow	follow	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+20	up	up	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+21	email	email	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+22	)	)	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+23	shipping	shipping	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+24	in	in	ADP	O	0			1d47b970cf9e80d5ae22102e827d72d0
+25	0	0	NUM	O	0			1d47b970cf9e80d5ae22102e827d72d0
+26	-	-	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+27	0	0	NUM	O	0			1d47b970cf9e80d5ae22102e827d72d0
+28	working	working	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+29	days	days	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+30	and	and	CONJ	O	0			1d47b970cf9e80d5ae22102e827d72d0
+31	delivery	delivery	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+32	in	in	ADP	O	0			1d47b970cf9e80d5ae22102e827d72d0
+33	0	0	NUM	O	0			1d47b970cf9e80d5ae22102e827d72d0
+34	-	-	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+35	0	0	NUM	O	0			1d47b970cf9e80d5ae22102e827d72d0
+36	working	working	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+37	days	days	NOUN	O	0			1d47b970cf9e80d5ae22102e827d72d0
+38	.	.	PUNCT	O	0			1d47b970cf9e80d5ae22102e827d72d0
+
+1	fiNna	finna	ADV	O	0			5cfa22a437fcdf8a5b16649cca635c27
+2	gO	go	VERB	O	0			5cfa22a437fcdf8a5b16649cca635c27
+3	tO	to	ADP	O	0			5cfa22a437fcdf8a5b16649cca635c27
+4	cHeErleAdiN	cheerleadin	NOUN	O	0			5cfa22a437fcdf8a5b16649cca635c27
+5	pRactiCe	practice	NOUN	O	0			5cfa22a437fcdf8a5b16649cca635c27
+6	...	...	PUNCT	O	0			5cfa22a437fcdf8a5b16649cca635c27
+7	yaY	yay	INTJ	O	0			5cfa22a437fcdf8a5b16649cca635c27
+8	#cheer	#cheer	X	O	0			5cfa22a437fcdf8a5b16649cca635c27
+
+1	Had	have	AUX	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+2	to	to	PART	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+3	cancel	cancel	VERB	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+4	a	a	DET	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+5	collection	collection	NOUN	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+6	.	.	PUNCT	O	0			eb7d91cc498dc3e6b2111eebb2324c94
+
+1	Is	be	VERB	O	0			835c37e2aa661a1fc83e68367d2d3304
+2	it	it	PRON	O	0			835c37e2aa661a1fc83e68367d2d3304
+3	going	go	VERB	O	0			835c37e2aa661a1fc83e68367d2d3304
+4	to	to	PART	O	0			835c37e2aa661a1fc83e68367d2d3304
+5	be	be	VERB	O	0			835c37e2aa661a1fc83e68367d2d3304
+6	my	my	PRON	O	0			835c37e2aa661a1fc83e68367d2d3304
+7	size	size	NOUN	O	0			835c37e2aa661a1fc83e68367d2d3304
+8	?	?	PUNCT	O	0			835c37e2aa661a1fc83e68367d2d3304
+
+1	@DannyYaZMehhh	@USER	X	O	0			d4b3aa69ee6df8104a264ab720fa988d
+2	otay	otay	INTJ	O	0			d4b3aa69ee6df8104a264ab720fa988d
+
+1	Prompt	prompt	ADJ	O	0			4edf1351acdffd7ee114405c73786e11
+2	delivery	delivery	NOUN	O	0			4edf1351acdffd7ee114405c73786e11
+3	of	of	ADP	O	0			4edf1351acdffd7ee114405c73786e11
+4	my	my	DET	O	0			4edf1351acdffd7ee114405c73786e11
+5	order	order	NOUN	O	0			4edf1351acdffd7ee114405c73786e11
+6	and	and	CONJ	O	0			4edf1351acdffd7ee114405c73786e11
+7	really	really	ADV	O	0			4edf1351acdffd7ee114405c73786e11
+8	pleased	pleased	ADJ	O	0			4edf1351acdffd7ee114405c73786e11
+9	with	with	ADP	O	0			4edf1351acdffd7ee114405c73786e11
+10	my	my	DET	O	0			4edf1351acdffd7ee114405c73786e11
+11	Fitflops	fitflops	PROPN	O	0			4edf1351acdffd7ee114405c73786e11
+12	.	.	PUNCT	O	0			4edf1351acdffd7ee114405c73786e11
+
+1	#nothappy	#nothappy	X	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+2	that	that	SCONJ	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+3	Adelaide	adelaide	PROPN	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+4	has	have	AUX	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+5	lost	lose	VERB	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+6	the	the	DET	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+7	#rugbysevens	#rugbysevens	PROPN	O	0			b55e3d5cfbf7daec0d97bfeb7a10c80e
+
+1	Today	today	NOUN	O	0			d0a6f84170fd562f495fa1efdc9441c8
+2	was	be	VERB	O	0			d0a6f84170fd562f495fa1efdc9441c8
+3	a	a	DET	O	0			d0a6f84170fd562f495fa1efdc9441c8
+4	fine	fine	ADJ	O	0			d0a6f84170fd562f495fa1efdc9441c8
+5	example	example	NOUN	O	0			d0a6f84170fd562f495fa1efdc9441c8
+6	,	,	PUNCT	O	0			d0a6f84170fd562f495fa1efdc9441c8
+7	thanks	thanks	PART	O	0			d0a6f84170fd562f495fa1efdc9441c8
+8	Daniel	daniel	PROPN	O	0			d0a6f84170fd562f495fa1efdc9441c8
+9	,	,	PUNCT	O	0			d0a6f84170fd562f495fa1efdc9441c8
+10	you	you	PRON	O	0			d0a6f84170fd562f495fa1efdc9441c8
+11	rock	rock	VERB	O	0			d0a6f84170fd562f495fa1efdc9441c8
+12	!	!	PUNCT	O	0			d0a6f84170fd562f495fa1efdc9441c8
+
+1	RT	rt	X	O	0			620da8f9aff7a8dab9352861e6afe1a3
+2	@CelebsFacts	@USER	X	O	0			620da8f9aff7a8dab9352861e6afe1a3
+3	:	:	X	O	0			620da8f9aff7a8dab9352861e6afe1a3
+4	Bruno	bruno	PROPN	O	0			620da8f9aff7a8dab9352861e6afe1a3
+5	Mars	mars	PROPN	O	0			620da8f9aff7a8dab9352861e6afe1a3
+6	hates	hate	VERB	O	0			620da8f9aff7a8dab9352861e6afe1a3
+7	it	it	PRON	O	0			620da8f9aff7a8dab9352861e6afe1a3
+8	when	when	ADV	O	0			620da8f9aff7a8dab9352861e6afe1a3
+9	cameramen	cameraman	NOUN	O	0			620da8f9aff7a8dab9352861e6afe1a3
+10	zoom	zoom	VERB	O	0			620da8f9aff7a8dab9352861e6afe1a3
+11	in	in	ADP	O	0			620da8f9aff7a8dab9352861e6afe1a3
+12	too	too	ADV	O	0			620da8f9aff7a8dab9352861e6afe1a3
+13	close	close	ADJ	O	0			620da8f9aff7a8dab9352861e6afe1a3
+14	.	.	PUNCT	O	0			620da8f9aff7a8dab9352861e6afe1a3
+15	#CelebsFacts	#celebsfacts	X	O	0			620da8f9aff7a8dab9352861e6afe1a3
+
+1	@M40PixeL	@USER	X	O	0			e6acadddf1022a05ab74b78d85dffc22
+2	hi	hi	INTJ	O	0			e6acadddf1022a05ab74b78d85dffc22
+3	,	,	PUNCT	O	0			e6acadddf1022a05ab74b78d85dffc22
+4	how	how	ADV	O	0			e6acadddf1022a05ab74b78d85dffc22
+5	are	be	VERB	O	0			e6acadddf1022a05ab74b78d85dffc22
+6	you	you	PRON	O	0			e6acadddf1022a05ab74b78d85dffc22
+7	good	good	ADJ	O	0			e6acadddf1022a05ab74b78d85dffc22
+8	?	?	PUNCT	O	0			e6acadddf1022a05ab74b78d85dffc22
+9	http://t.co/aAY2Uga	URL	X	O	0			e6acadddf1022a05ab74b78d85dffc22
+
+1	Told	tell	VERB	O	0			edb746972626d000b408d4f861ec4922
+2	delivery	delivery	NOUN	O	0			edb746972626d000b408d4f861ec4922
+3	would	would	VERB	O	0			edb746972626d000b408d4f861ec4922
+4	be	be	VERB	O	0			edb746972626d000b408d4f861ec4922
+5	00	00	NUM	O	0			edb746972626d000b408d4f861ec4922
+6	/	/	PUNCT	O	0			edb746972626d000b408d4f861ec4922
+7	00	00	NUM	O	0			edb746972626d000b408d4f861ec4922
+8	/	/	PUNCT	O	0			edb746972626d000b408d4f861ec4922
+9	00	00	NUM	O	0			edb746972626d000b408d4f861ec4922
+10	.	.	PUNCT	O	0			edb746972626d000b408d4f861ec4922
+
+1	Now	now	ADV	O	0			81f0e9ac3c5387fef370c3b0577cee54
+2	my	my	DET	O	0			81f0e9ac3c5387fef370c3b0577cee54
+3	daughter	daughter	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+4	has	have	AUX	O	0			81f0e9ac3c5387fef370c3b0577cee54
+5	reached	reach	VERB	O	0			81f0e9ac3c5387fef370c3b0577cee54
+6	grade	grade	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+7	0	0	NUM	O	0			81f0e9ac3c5387fef370c3b0577cee54
+8	we	we	PRON	O	0			81f0e9ac3c5387fef370c3b0577cee54
+9	wanted	want	VERB	O	0			81f0e9ac3c5387fef370c3b0577cee54
+10	a	a	DET	O	0			81f0e9ac3c5387fef370c3b0577cee54
+11	digital	digital	ADJ	O	0			81f0e9ac3c5387fef370c3b0577cee54
+12	piano	piano	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+13	that	that	PRON	O	0			81f0e9ac3c5387fef370c3b0577cee54
+14	would	would	VERB	O	0			81f0e9ac3c5387fef370c3b0577cee54
+15	meet	meet	VERB	O	0			81f0e9ac3c5387fef370c3b0577cee54
+16	her	her	DET	O	0			81f0e9ac3c5387fef370c3b0577cee54
+17	needs	need	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+18	for	for	ADP	O	0			81f0e9ac3c5387fef370c3b0577cee54
+19	now	now	ADV	O	0			81f0e9ac3c5387fef370c3b0577cee54
+20	and	and	CONJ	O	0			81f0e9ac3c5387fef370c3b0577cee54
+21	into	into	ADP	O	0			81f0e9ac3c5387fef370c3b0577cee54
+22	the	the	DET	O	0			81f0e9ac3c5387fef370c3b0577cee54
+23	future	future	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+24	giving	give	VERB	O	0			81f0e9ac3c5387fef370c3b0577cee54
+25	her	her	PRON	O	0			81f0e9ac3c5387fef370c3b0577cee54
+26	the	the	DET	O	0			81f0e9ac3c5387fef370c3b0577cee54
+27	same	same	ADJ	O	0			81f0e9ac3c5387fef370c3b0577cee54
+28	experience	experience	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+29	as	as	ADP	O	0			81f0e9ac3c5387fef370c3b0577cee54
+30	regular	regular	ADJ	O	0			81f0e9ac3c5387fef370c3b0577cee54
+31	piano	piano	NOUN	O	0			81f0e9ac3c5387fef370c3b0577cee54
+32	.	.	PUNCT	O	0			81f0e9ac3c5387fef370c3b0577cee54
+
+1	You	you	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+2	know	know	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+3	,	,	PUNCT	O	0			1e2e9b014307d63d465d03b01bf96f78
+4	one	one	NUM	O	0			1e2e9b014307d63d465d03b01bf96f78
+5	of	of	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+6	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+7	intense	intense	ADJ	O	0			1e2e9b014307d63d465d03b01bf96f78
+8	pleasures	pleasure	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+9	of	of	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+10	travel	travel	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+11	and	and	CONJ	O	0			1e2e9b014307d63d465d03b01bf96f78
+12	one	one	NUM	O	0			1e2e9b014307d63d465d03b01bf96f78
+13	of	of	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+14	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+15	delights	delight	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+16	of	of	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+17	ethnographic	ethnographic	ADJ	O	0			1e2e9b014307d63d465d03b01bf96f78
+18	research	research	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+19	is	be	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+20	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+21	opportunity	opportunity	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+22	to	to	PART	O	0			1e2e9b014307d63d465d03b01bf96f78
+23	live	live	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+24	amongst	amongst	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+25	those	those	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+26	who	who	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+27	have	have	AUX	O	0			1e2e9b014307d63d465d03b01bf96f78
+28	not	not	PART	O	0			1e2e9b014307d63d465d03b01bf96f78
+29	forgotten	forget	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+30	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+31	old	old	ADJ	O	0			1e2e9b014307d63d465d03b01bf96f78
+32	ways	ways	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+33	,	,	PUNCT	O	0			1e2e9b014307d63d465d03b01bf96f78
+34	who	who	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+35	still	still	ADV	O	0			1e2e9b014307d63d465d03b01bf96f78
+36	feel	feel	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+37	their	their	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+38	past	past	ADJ	O	0			1e2e9b014307d63d465d03b01bf96f78
+39	in	in	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+40	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+41	wind	wind	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+42	,	,	PUNCT	O	0			1e2e9b014307d63d465d03b01bf96f78
+43	touch	touch	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+44	it	it	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+45	in	in	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+46	stones	stones	PROPN	O	0			1e2e9b014307d63d465d03b01bf96f78
+47	polished	polished	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+48	by	by	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+49	rain	rain	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+50	,	,	PUNCT	O	0			1e2e9b014307d63d465d03b01bf96f78
+51	taste	taste	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+52	it	it	PRON	O	0			1e2e9b014307d63d465d03b01bf96f78
+53	in	in	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+54	the	the	DET	O	0			1e2e9b014307d63d465d03b01bf96f78
+55	bitter	bitter	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+56	leaves	leave	VERB	O	0			1e2e9b014307d63d465d03b01bf96f78
+57	of	of	ADP	O	0			1e2e9b014307d63d465d03b01bf96f78
+58	plants	plant	NOUN	O	0			1e2e9b014307d63d465d03b01bf96f78
+59	.	.	PUNCT	O	0			1e2e9b014307d63d465d03b01bf96f78
+
+1	@Codys1Angel143	@USER	X	O	0			7e3d788ab571b025411ba9cdaa21be0e
+2	I	i	PRON	O	0			7e3d788ab571b025411ba9cdaa21be0e
+3	'm	'm	VERB	O	0			7e3d788ab571b025411ba9cdaa21be0e
+4	from	from	ADP	O	0			7e3d788ab571b025411ba9cdaa21be0e
+5	england	england	PROPN	O	0			7e3d788ab571b025411ba9cdaa21be0e
+6	.	.	PUNCT	O	0			7e3d788ab571b025411ba9cdaa21be0e
+7	Where	where	PRON	O	0			7e3d788ab571b025411ba9cdaa21be0e
+8	's	's	VERB	O	0			7e3d788ab571b025411ba9cdaa21be0e
+9	missiuri	missiuri	PROPN	O	0			7e3d788ab571b025411ba9cdaa21be0e
+10	?	?	PUNCT	O	0			7e3d788ab571b025411ba9cdaa21be0e
+
+1	And	and	CONJ	O	0			097494ab5dbaadf15bbef1caebe7c583
+2	something	something	NOUN	O	0			097494ab5dbaadf15bbef1caebe7c583
+3	that	that	DET	O	0			097494ab5dbaadf15bbef1caebe7c583
+4	I	i	PRON	O	0			097494ab5dbaadf15bbef1caebe7c583
+5	see	see	VERB	O	0			097494ab5dbaadf15bbef1caebe7c583
+6	happening	happen	VERB	O	0			097494ab5dbaadf15bbef1caebe7c583
+7	is	be	VERB	O	0			097494ab5dbaadf15bbef1caebe7c583
+8	something	something	NOUN	O	0			097494ab5dbaadf15bbef1caebe7c583
+9	that	that	DET	O	0			097494ab5dbaadf15bbef1caebe7c583
+10	I	i	PRON	O	0			097494ab5dbaadf15bbef1caebe7c583
+11	would	would	AUX	O	0			097494ab5dbaadf15bbef1caebe7c583
+12	like	like	VERB	O	0			097494ab5dbaadf15bbef1caebe7c583
+13	to	to	PART	O	0			097494ab5dbaadf15bbef1caebe7c583
+14	call	call	VERB	O	0			097494ab5dbaadf15bbef1caebe7c583
+15	a	a	DET	O	0			097494ab5dbaadf15bbef1caebe7c583
+16	sort	sort	NOUN	O	0			097494ab5dbaadf15bbef1caebe7c583
+17	of	of	ADP	O	0			097494ab5dbaadf15bbef1caebe7c583
+18	``	``	PUNCT	O	0			097494ab5dbaadf15bbef1caebe7c583
+19	democratization	democratization	NOUN	O	0			097494ab5dbaadf15bbef1caebe7c583
+20	of	of	ADP	O	0			097494ab5dbaadf15bbef1caebe7c583
+21	intimacy	intimacy	NOUN	O	0			097494ab5dbaadf15bbef1caebe7c583
+22	''	''	PUNCT	O	0			097494ab5dbaadf15bbef1caebe7c583
+23	.	.	PUNCT	O	0			097494ab5dbaadf15bbef1caebe7c583
+
+1	Someone	someone	NOUN	O	0			5dfbce7b690367a315f8caa705a3f4ff
+2	was	be	AUX	O	0			5dfbce7b690367a315f8caa705a3f4ff
+3	just	just	ADV	O	0			5dfbce7b690367a315f8caa705a3f4ff
+4	questioning	question	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+5	how	how	ADV	O	0			5dfbce7b690367a315f8caa705a3f4ff
+6	I	i	PRON	O	0			5dfbce7b690367a315f8caa705a3f4ff
+7	would	would	AUX	O	0			5dfbce7b690367a315f8caa705a3f4ff
+8	look	look	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+9	pregnant	pregnant	ADJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+10	...	...	PUNCT	O	0			5dfbce7b690367a315f8caa705a3f4ff
+11	and	and	CONJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+12	asked	ask	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+13	if	if	SCONJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+14	I	i	PRON	O	0			5dfbce7b690367a315f8caa705a3f4ff
+15	would	would	AUX	O	0			5dfbce7b690367a315f8caa705a3f4ff
+16	lose	lose	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+17	the	the	DET	O	0			5dfbce7b690367a315f8caa705a3f4ff
+18	weight	weight	NOUN	O	0			5dfbce7b690367a315f8caa705a3f4ff
+19	after	after	SCONJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+20	having	have	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+21	the	the	DET	O	0			5dfbce7b690367a315f8caa705a3f4ff
+22	baby	baby	NOUN	O	0			5dfbce7b690367a315f8caa705a3f4ff
+23	...	...	PUNCT	O	0			5dfbce7b690367a315f8caa705a3f4ff
+24	I	i	PRON	O	0			5dfbce7b690367a315f8caa705a3f4ff
+25	said	say	VERB	O	0			5dfbce7b690367a315f8caa705a3f4ff
+26	hell	hell	INTJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+27	yea	yea	INTJ	O	0			5dfbce7b690367a315f8caa705a3f4ff
+28	!	!	PUNCT	O	0			5dfbce7b690367a315f8caa705a3f4ff
+
+1	Its	its	VERB	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+2	the	the	DET	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+3	first	first	ADJ	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+4	time	time	NOUN	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+5	I	i	PRON	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+6	have	have	AUX	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+7	ever	ever	ADV	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+8	used	use	VERB	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+9	Mazuma	mazuma	PROPN	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+10	and	and	CONJ	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+11	I	i	PRON	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+12	found	found	VERB	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+13	they	they	PRON	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+14	were	be	VERB	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+15	everything	everything	NOUN	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+16	they	they	PRON	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+17	promised	promise	VERB	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+18	.	.	PUNCT	O	0			7af64f8df4fdf52ef87e0d2b5eb7dc73
+
+1	RT	rt	X	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+2	@YourFavWhiteGuy	@USER	X	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+3	:	:	X	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+4	Helppp	helppp	VERB	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+5	meeeee	meeeee	PRON	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+6	.	.	PUNCT	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+7	I	i	PRON	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+8	'mmm	'mmm	VERB	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+9	meltiiinngggg	meltiiinngggg	ADJ	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+10	-->	-->	SYM	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+11	http://twitpic.com/316cjg	URL	X	O	0			c6bf3c9ed5c720b7d7a05bb6d4d45bc6
+
+1	I	i	PRON	O	0			81841757e21103a0da2b2ce7409751f1
+2	love	love	VERB	O	0			81841757e21103a0da2b2ce7409751f1
+3	finding	finding	NOUN	O	0			81841757e21103a0da2b2ce7409751f1
+4	,	,	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+5	wearing	wear	VERB	O	0			81841757e21103a0da2b2ce7409751f1
+6	,	,	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+7	and	and	CONJ	O	0			81841757e21103a0da2b2ce7409751f1
+8	more	more	ADV	O	0			81841757e21103a0da2b2ce7409751f1
+9	recently	recently	ADV	O	0			81841757e21103a0da2b2ce7409751f1
+10	,	,	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+11	photographing	photographing	NOUN	O	0			81841757e21103a0da2b2ce7409751f1
+12	and	and	CONJ	O	0			81841757e21103a0da2b2ce7409751f1
+13	blogging	blogging	VERB	O	0			81841757e21103a0da2b2ce7409751f1
+14	a	a	DET	O	0			81841757e21103a0da2b2ce7409751f1
+15	different	different	ADJ	O	0			81841757e21103a0da2b2ce7409751f1
+16	,	,	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+17	colorful	colorful	NOUN	O	0			81841757e21103a0da2b2ce7409751f1
+18	,	,	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+19	crazy	crazy	ADJ	O	0			81841757e21103a0da2b2ce7409751f1
+20	outfit	outfit	NOUN	O	0			81841757e21103a0da2b2ce7409751f1
+21	for	for	ADP	O	0			81841757e21103a0da2b2ce7409751f1
+22	every	every	DET	O	0			81841757e21103a0da2b2ce7409751f1
+23	single	single	ADJ	O	0			81841757e21103a0da2b2ce7409751f1
+24	occasion	occasion	NOUN	O	0			81841757e21103a0da2b2ce7409751f1
+25	.	.	PUNCT	O	0			81841757e21103a0da2b2ce7409751f1
+
+1	RT	rt	X	O	0			2b8fe99a5e7d3b424284cff834cba297
+2	@RobertaSaidThat	@USER	X	O	0			2b8fe99a5e7d3b424284cff834cba297
+3	:	:	X	O	0			2b8fe99a5e7d3b424284cff834cba297
+4	Billionaires/CEOs	billionaires/ceos	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+5	throwing	throw	VERB	O	0			2b8fe99a5e7d3b424284cff834cba297
+6	massive	massive	ADJ	O	0			2b8fe99a5e7d3b424284cff834cba297
+7	$$$	$$$	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+8	into	into	ADP	O	0			2b8fe99a5e7d3b424284cff834cba297
+9	front	front	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+10	Orgs	orgs	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+11	since	since	ADP	O	0			2b8fe99a5e7d3b424284cff834cba297
+12	Citizens	citizen	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+13	United	united	ADJ	O	0			2b8fe99a5e7d3b424284cff834cba297
+14	.	.	PUNCT	O	0			2b8fe99a5e7d3b424284cff834cba297
+15	They	they	PRON	O	0			2b8fe99a5e7d3b424284cff834cba297
+16	plan	plan	VERB	O	0			2b8fe99a5e7d3b424284cff834cba297
+17	to	to	PART	O	0			2b8fe99a5e7d3b424284cff834cba297
+18	BUY	buy	VERB	O	0			2b8fe99a5e7d3b424284cff834cba297
+19	America	america	PROPN	O	0			2b8fe99a5e7d3b424284cff834cba297
+20	Gov't	gov't	NOUN	O	0			2b8fe99a5e7d3b424284cff834cba297
+21	in	in	ADP	O	0			2b8fe99a5e7d3b424284cff834cba297
+22	201	NUMBER	NUM	O	0			2b8fe99a5e7d3b424284cff834cba297
+23	...	...	X	O	0			2b8fe99a5e7d3b424284cff834cba297
+
+1	I	i	PRON	O	0			48df2c8f569be7ccee02c96ec5645225
+2	want	want	VERB	O	0			48df2c8f569be7ccee02c96ec5645225
+3	to	to	PART	O	0			48df2c8f569be7ccee02c96ec5645225
+4	start	start	VERB	O	0			48df2c8f569be7ccee02c96ec5645225
+5	with	with	ADP	O	0			48df2c8f569be7ccee02c96ec5645225
+6	these	these	DET	O	0			48df2c8f569be7ccee02c96ec5645225
+7	word	word	NOUN	O	0			48df2c8f569be7ccee02c96ec5645225
+8	pairs	pair	NOUN	O	0			48df2c8f569be7ccee02c96ec5645225
+9	here	here	ADV	O	0			48df2c8f569be7ccee02c96ec5645225
+10	.	.	PUNCT	O	0			48df2c8f569be7ccee02c96ec5645225
+
+1	Would	would	VERB	O	0			6366f1752154df811392d272619c6fed
+2	definitely	definitely	ADV	O	0			6366f1752154df811392d272619c6fed
+3	use	use	VERB	O	0			6366f1752154df811392d272619c6fed
+4	and	and	CONJ	O	0			6366f1752154df811392d272619c6fed
+5	again	again	ADV	O	0			6366f1752154df811392d272619c6fed
+6	and	and	CONJ	O	0			6366f1752154df811392d272619c6fed
+7	recommend	recommend	VERB	O	0			6366f1752154df811392d272619c6fed
+8	.	.	PUNCT	O	0			6366f1752154df811392d272619c6fed
+
+1	@meldacountryboy	@USER	X	O	0			353a90761b778578a76a076da087a11d
+2	eh	eh	INTJ	O	0			353a90761b778578a76a076da087a11d
+3	yeah	yeah	INTJ	O	0			353a90761b778578a76a076da087a11d
+4	I	i	PRON	O	0			353a90761b778578a76a076da087a11d
+5	'll	'll	AUX	O	0			353a90761b778578a76a076da087a11d
+6	be	be	VERB	O	0			353a90761b778578a76a076da087a11d
+7	fine	fine	ADJ	O	0			353a90761b778578a76a076da087a11d
+8	,	,	PUNCT	O	0			353a90761b778578a76a076da087a11d
+9	just	just	ADV	O	0			353a90761b778578a76a076da087a11d
+10	annoyed	annoy	VERB	O	0			353a90761b778578a76a076da087a11d
+
+1	I	i	PRON	O	0			0fe17bd371ef30ba1a79746421c78c5a
+2	sent	send	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+3	quite	quite	ADV	O	0			0fe17bd371ef30ba1a79746421c78c5a
+4	an	an	DET	O	0			0fe17bd371ef30ba1a79746421c78c5a
+5	aggressive	aggressive	ADJ	O	0			0fe17bd371ef30ba1a79746421c78c5a
+6	email	email	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+7	that	that	DET	O	0			0fe17bd371ef30ba1a79746421c78c5a
+8	evening	evening	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+9	,	,	PUNCT	O	0			0fe17bd371ef30ba1a79746421c78c5a
+10	and	and	CONJ	O	0			0fe17bd371ef30ba1a79746421c78c5a
+11	was	be	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+12	ready	ready	ADJ	O	0			0fe17bd371ef30ba1a79746421c78c5a
+13	to	to	PART	O	0			0fe17bd371ef30ba1a79746421c78c5a
+14	speak	speak	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+15	with	with	ADP	O	0			0fe17bd371ef30ba1a79746421c78c5a
+16	the	the	DET	O	0			0fe17bd371ef30ba1a79746421c78c5a
+17	police	police	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+18	on	on	ADP	O	0			0fe17bd371ef30ba1a79746421c78c5a
+19	Wednesday	wednesday	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+20	morning	morning	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+21	,	,	PUNCT	O	0			0fe17bd371ef30ba1a79746421c78c5a
+22	and	and	CONJ	O	0			0fe17bd371ef30ba1a79746421c78c5a
+23	had	have	AUX	O	0			0fe17bd371ef30ba1a79746421c78c5a
+24	I	i	PRON	O	0			0fe17bd371ef30ba1a79746421c78c5a
+25	not	not	ADV	O	0			0fe17bd371ef30ba1a79746421c78c5a
+26	have	have	AUX	O	0			0fe17bd371ef30ba1a79746421c78c5a
+27	been	be	AUX	O	0			0fe17bd371ef30ba1a79746421c78c5a
+28	driving	drive	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+29	to	to	ADP	O	0			0fe17bd371ef30ba1a79746421c78c5a
+30	work	work	NOUN	O	0			0fe17bd371ef30ba1a79746421c78c5a
+31	when	when	ADV	O	0			0fe17bd371ef30ba1a79746421c78c5a
+32	they	they	PRON	O	0			0fe17bd371ef30ba1a79746421c78c5a
+33	called	call	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+34	me	me	PRON	O	0			0fe17bd371ef30ba1a79746421c78c5a
+35	,	,	PUNCT	O	0			0fe17bd371ef30ba1a79746421c78c5a
+36	I	i	PRON	O	0			0fe17bd371ef30ba1a79746421c78c5a
+37	would	would	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+38	have	have	AUX	O	0			0fe17bd371ef30ba1a79746421c78c5a
+39	done	do	VERB	O	0			0fe17bd371ef30ba1a79746421c78c5a
+40	.	.	PUNCT	O	0			0fe17bd371ef30ba1a79746421c78c5a
+
+1	I	i	PRON	O	0			508938ebf844db10086e979831ce09d9
+2	personally	personally	ADV	O	0			508938ebf844db10086e979831ce09d9
+3	would	would	VERB	O	0			508938ebf844db10086e979831ce09d9
+4	recommend	recommend	VERB	O	0			508938ebf844db10086e979831ce09d9
+5	this	this	DET	O	0			508938ebf844db10086e979831ce09d9
+6	course	course	NOUN	O	0			508938ebf844db10086e979831ce09d9
+7	and	and	CONJ	O	0			508938ebf844db10086e979831ce09d9
+8	Kate	kate	PROPN	O	0			508938ebf844db10086e979831ce09d9
+9	as	as	ADP	O	0			508938ebf844db10086e979831ce09d9
+10	a	a	DET	O	0			508938ebf844db10086e979831ce09d9
+11	trainer	trainer	NOUN	O	0			508938ebf844db10086e979831ce09d9
+12	and	and	CONJ	O	0			508938ebf844db10086e979831ce09d9
+13	i	i	PRON	O	0			508938ebf844db10086e979831ce09d9
+14	look	look	VERB	O	0			508938ebf844db10086e979831ce09d9
+15	forward	forward	ADV	O	0			508938ebf844db10086e979831ce09d9
+16	to	to	ADP	O	0			508938ebf844db10086e979831ce09d9
+17	my	my	DET	O	0			508938ebf844db10086e979831ce09d9
+18	next	next	ADJ	O	0			508938ebf844db10086e979831ce09d9
+19	course	course	NOUN	O	0			508938ebf844db10086e979831ce09d9
+20	with	with	ADP	O	0			508938ebf844db10086e979831ce09d9
+21	her	her	PRON	O	0			508938ebf844db10086e979831ce09d9
+22	in	in	ADP	O	0			508938ebf844db10086e979831ce09d9
+23	the	the	DET	O	0			508938ebf844db10086e979831ce09d9
+24	near	near	ADJ	O	0			508938ebf844db10086e979831ce09d9
+25	future	future	NOUN	O	0			508938ebf844db10086e979831ce09d9
+26	.	.	PUNCT	O	0			508938ebf844db10086e979831ce09d9
+
+1	Reliable	reliable	ADJ	O	0			858a61cd839de333682e461a5813d63e
+2	,	,	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+3	friendly	friendly	ADJ	O	0			858a61cd839de333682e461a5813d63e
+4	and	and	CONJ	O	0			858a61cd839de333682e461a5813d63e
+5	very	very	ADV	O	0			858a61cd839de333682e461a5813d63e
+6	competent	competent	ADJ	O	0			858a61cd839de333682e461a5813d63e
+7	,	,	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+8	just	just	ADV	O	0			858a61cd839de333682e461a5813d63e
+9	0	0	NUM	O	0			858a61cd839de333682e461a5813d63e
+10	words	words	NOUN	O	0			858a61cd839de333682e461a5813d63e
+11	to	to	PART	O	0			858a61cd839de333682e461a5813d63e
+12	describe	describe	VERB	O	0			858a61cd839de333682e461a5813d63e
+13	this	this	DET	O	0			858a61cd839de333682e461a5813d63e
+14	business	business	NOUN	O	0			858a61cd839de333682e461a5813d63e
+15	,	,	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+16	fast	fast	ADJ	O	0			858a61cd839de333682e461a5813d63e
+17	response	response	NOUN	O	0			858a61cd839de333682e461a5813d63e
+18	to	to	ADP	O	0			858a61cd839de333682e461a5813d63e
+19	queries	query	NOUN	O	0			858a61cd839de333682e461a5813d63e
+20	,	,	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+21	great	great	ADJ	O	0			858a61cd839de333682e461a5813d63e
+22	communication	communication	NOUN	O	0			858a61cd839de333682e461a5813d63e
+23	,	,	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+24	easy	easy	ADJ	O	0			858a61cd839de333682e461a5813d63e
+25	to	to	PART	O	0			858a61cd839de333682e461a5813d63e
+26	use	use	VERB	O	0			858a61cd839de333682e461a5813d63e
+27	website	website	NOUN	O	0			858a61cd839de333682e461a5813d63e
+28	and	and	CONJ	O	0			858a61cd839de333682e461a5813d63e
+29	great	great	ADJ	O	0			858a61cd839de333682e461a5813d63e
+30	products	product	NOUN	O	0			858a61cd839de333682e461a5813d63e
+31	.	.	PUNCT	O	0			858a61cd839de333682e461a5813d63e
+
+1	They	they	PRON	O	0			2e71c3b8528d626d26603ea25a7fd844
+2	were	be	VERB	O	0			2e71c3b8528d626d26603ea25a7fd844
+3	a	a	DET	O	0			2e71c3b8528d626d26603ea25a7fd844
+4	bargain	bargain	NOUN	O	0			2e71c3b8528d626d26603ea25a7fd844
+5	and	and	CONJ	O	0			2e71c3b8528d626d26603ea25a7fd844
+6	arrived	arrive	VERB	O	0			2e71c3b8528d626d26603ea25a7fd844
+7	well	well	ADV	O	0			2e71c3b8528d626d26603ea25a7fd844
+8	packaged	packaged	ADV	O	0			2e71c3b8528d626d26603ea25a7fd844
+9	in	in	ADP	O	0			2e71c3b8528d626d26603ea25a7fd844
+10	a	a	DET	O	0			2e71c3b8528d626d26603ea25a7fd844
+11	couple	couple	NOUN	O	0			2e71c3b8528d626d26603ea25a7fd844
+12	of	of	ADP	O	0			2e71c3b8528d626d26603ea25a7fd844
+13	days	days	NOUN	O	0			2e71c3b8528d626d26603ea25a7fd844
+14	.	.	PUNCT	O	0			2e71c3b8528d626d26603ea25a7fd844
+
+1	What	what	DET	O	0			cd3b0506279d879bf4b1e58e4b40dead
+2	#exhibitors	#exhibitors	NOUN	O	0			cd3b0506279d879bf4b1e58e4b40dead
+3	are	be	VERB	O	0			cd3b0506279d879bf4b1e58e4b40dead
+4	currently	currently	ADV	O	0			cd3b0506279d879bf4b1e58e4b40dead
+5	least	least	ADV	O	0			cd3b0506279d879bf4b1e58e4b40dead
+6	satisfied	satisfied	ADJ	O	0			cd3b0506279d879bf4b1e58e4b40dead
+7	with	with	ADP	O	0			cd3b0506279d879bf4b1e58e4b40dead
+8	in	in	ADP	O	0			cd3b0506279d879bf4b1e58e4b40dead
+9	their	their	PRON	O	0			cd3b0506279d879bf4b1e58e4b40dead
+10	trade	trade	NOUN	O	0			cd3b0506279d879bf4b1e58e4b40dead
+11	show	show	NOUN	O	0			cd3b0506279d879bf4b1e58e4b40dead
+12	display	display	NOUN	O	0			cd3b0506279d879bf4b1e58e4b40dead
+13	http://ow.ly/30d3P	URL	X	O	0			cd3b0506279d879bf4b1e58e4b40dead
+14	#exhbiting	#exhbiting	X	O	0			cd3b0506279d879bf4b1e58e4b40dead
+15	#tradeshow	#tradeshow	X	O	0			cd3b0506279d879bf4b1e58e4b40dead
+16	#eventprofs	#eventprofs	X	O	0			cd3b0506279d879bf4b1e58e4b40dead
+17	#b2b	#b2b	X	O	0			cd3b0506279d879bf4b1e58e4b40dead
+
+1	'	'	PUNCT	O	0			f73280a795516f9b0e0aed210e95dbce
+2	The	the	DET	O	0			f73280a795516f9b0e0aed210e95dbce
+3	Viagago	viagago	PROPN	O	0			f73280a795516f9b0e0aed210e95dbce
+4	guarantee	guarantee	NOUN	O	0			f73280a795516f9b0e0aed210e95dbce
+5	'	'	PUNCT	O	0			f73280a795516f9b0e0aed210e95dbce
+6	is	be	VERB	O	0			f73280a795516f9b0e0aed210e95dbce
+7	a	a	DET	O	0			f73280a795516f9b0e0aed210e95dbce
+8	joke	joke	NOUN	O	0			f73280a795516f9b0e0aed210e95dbce
+9	.	.	PUNCT	O	0			f73280a795516f9b0e0aed210e95dbce
+
+1	This	this	PRON	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+2	is	be	VERB	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+3	``	``	ADJ	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+4	Bleak	bleak	NOUN	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+5	House	house	NOUN	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+6	''	''	PUNCT	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+7	by	by	ADP	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+8	Dickens	dickens	NOUN	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+9	.	.	PUNCT	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+10	Every	every	DET	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+11	column	column	NOUN	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+12	is	be	VERB	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+13	a	a	DET	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+14	chapter	chapter	NOUN	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+15	.	.	PUNCT	O	0			bd0d90ad24fcb79ddf7f2de4b30258c1
+
+1	Yea	yea	INTJ	O	0			140c8b294ba224b2274ed26f8d70465b
+2	*	*	PUNCT	O	0			140c8b294ba224b2274ed26f8d70465b
+3	fist	fist	NOUN	O	0			140c8b294ba224b2274ed26f8d70465b
+4	pumps	pump	NOUN	O	0			140c8b294ba224b2274ed26f8d70465b
+5	*	*	PUNCT	O	0			140c8b294ba224b2274ed26f8d70465b
+6	mhmm	mhmm	INTJ	O	0			140c8b294ba224b2274ed26f8d70465b
+
+1	We	we	PRON	O	0			d7afd8bf98d91edaa45996cb218401ad
+2	refused	refuse	VERB	O	0			d7afd8bf98d91edaa45996cb218401ad
+3	the	the	DET	O	0			d7afd8bf98d91edaa45996cb218401ad
+4	order	order	NOUN	O	0			d7afd8bf98d91edaa45996cb218401ad
+5	but	but	CONJ	O	0			d7afd8bf98d91edaa45996cb218401ad
+6	Vio	vio	PROPN	O	0			d7afd8bf98d91edaa45996cb218401ad
+7	Vet	vet	PROPN	O	0			d7afd8bf98d91edaa45996cb218401ad
+8	rectified	rectify	VERB	O	0			d7afd8bf98d91edaa45996cb218401ad
+9	this	this	PRON	O	0			d7afd8bf98d91edaa45996cb218401ad
+10	by	by	ADP	O	0			d7afd8bf98d91edaa45996cb218401ad
+11	immediately	immediately	ADV	O	0			d7afd8bf98d91edaa45996cb218401ad
+12	dispatching	dispatch	VERB	O	0			d7afd8bf98d91edaa45996cb218401ad
+13	a	a	DET	O	0			d7afd8bf98d91edaa45996cb218401ad
+14	full	full	ADJ	O	0			d7afd8bf98d91edaa45996cb218401ad
+15	replacement	replacement	NOUN	O	0			d7afd8bf98d91edaa45996cb218401ad
+16	order	order	NOUN	O	0			d7afd8bf98d91edaa45996cb218401ad
+17	the	the	DET	O	0			d7afd8bf98d91edaa45996cb218401ad
+18	next	next	ADJ	O	0			d7afd8bf98d91edaa45996cb218401ad
+19	day	day	NOUN	O	0			d7afd8bf98d91edaa45996cb218401ad
+20	.	.	PUNCT	O	0			d7afd8bf98d91edaa45996cb218401ad
+
+1	purchase	purchase	NOUN	O	0			b8fb4eacbdd18760c48dbda3f861237c
+2	.	.	PUNCT	O	0			b8fb4eacbdd18760c48dbda3f861237c
+3	He	he	PRON	O	0			b8fb4eacbdd18760c48dbda3f861237c
+4	knew	know	VERB	O	0			b8fb4eacbdd18760c48dbda3f861237c
+5	the	the	DET	O	0			b8fb4eacbdd18760c48dbda3f861237c
+6	company	company	NOUN	O	0			b8fb4eacbdd18760c48dbda3f861237c
+7	that	that	PRON	O	0			b8fb4eacbdd18760c48dbda3f861237c
+8	would	would	VERB	O	0			b8fb4eacbdd18760c48dbda3f861237c
+9	offer	offer	VERB	O	0			b8fb4eacbdd18760c48dbda3f861237c
+10	the	the	DET	O	0			b8fb4eacbdd18760c48dbda3f861237c
+11	best	best	ADJ	O	0			b8fb4eacbdd18760c48dbda3f861237c
+12	enhanced	enhanced	ADJ	O	0			b8fb4eacbdd18760c48dbda3f861237c
+
+1	We	we	PRON	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+2	were	be	AUX	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+3	left	leave	VERB	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+4	stranded	strand	VERB	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+5	with	with	ADP	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+6	0	0	NUM	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+7	young	young	ADJ	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+8	kids	kid	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+9	at	at	ADP	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+10	Gatwick	gatwick	PROPN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+11	Airport	airport	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+12	for	for	ADP	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+13	nearly	nearly	ADV	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+14	0	0	NUM	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+15	hours	hours	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+16	on	on	ADP	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+17	arrival	arrival	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+18	even	even	ADV	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+19	though	though	ADV	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+20	they	they	PRON	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+21	promise	promise	VERB	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+22	to	to	PART	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+23	monitor	monitor	VERB	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+24	your	your	DET	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+25	flight	flight	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+26	and	and	CONJ	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+27	be	be	AUX	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+28	waiting	wait	VERB	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+29	at	at	ADP	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+30	arrivals	arrival	NOUN	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+31	.	.	PUNCT	O	0			6f2c915a38842fc8cb15b2f6ff922b67
+
+1	wendy	wendy	NOUN	O	0			6829d8d3397e16f075bebde8dbced800
+2	hall	hall	NOUN	O	0			6829d8d3397e16f075bebde8dbced800
+3	:	:	PUNCT	O	0			6829d8d3397e16f075bebde8dbced800
+4	YES	yes	X	O	0			6829d8d3397e16f075bebde8dbced800
+5	IT	it	PRON	O	0			6829d8d3397e16f075bebde8dbced800
+6	IS	be	VERB	O	0			6829d8d3397e16f075bebde8dbced800
+
+1	Whooaaaa	whooaaaa	INTJ	O	0			80138ca813a03dea40741f0498e0cd16
+2	bro	bro	NOUN	O	0			80138ca813a03dea40741f0498e0cd16
+3	these	these	DET	O	0			80138ca813a03dea40741f0498e0cd16
+4	CELTICS	celtics	PROPN	O	0			80138ca813a03dea40741f0498e0cd16
+5	are	be	VERB	O	0			80138ca813a03dea40741f0498e0cd16
+6	god	god	ADJ	O	0			80138ca813a03dea40741f0498e0cd16
+7	dammmm	dammmm	ADJ	O	0			80138ca813a03dea40741f0498e0cd16
+8	babies	baby	NOUN	O	0			80138ca813a03dea40741f0498e0cd16
+9	!!!	!!!	PUNCT	O	0			80138ca813a03dea40741f0498e0cd16
+10	MAN	man	VERB	O	0			80138ca813a03dea40741f0498e0cd16
+11	UP	up	ADP	O	0			80138ca813a03dea40741f0498e0cd16
+
+1	@X_SarahHumes_X	@USER	X	O	0			489d2340d4f4984c6b81fc10f8db1571
+2	@KamilaMerrygold	@USER	X	O	0			489d2340d4f4984c6b81fc10f8db1571
+3	Jesus	jesus	PROPN	O	0			489d2340d4f4984c6b81fc10f8db1571
+4	are	be	VERB	O	0			489d2340d4f4984c6b81fc10f8db1571
+5	you	you	PRON	O	0			489d2340d4f4984c6b81fc10f8db1571
+6	two	NUMBER	NUM	O	0			489d2340d4f4984c6b81fc10f8db1571
+7	still	still	ADV	O	0			489d2340d4f4984c6b81fc10f8db1571
+8	at	at	ADP	O	0			489d2340d4f4984c6b81fc10f8db1571
+9	it	it	PRON	O	0			489d2340d4f4984c6b81fc10f8db1571
+10	?	?	PUNCT	O	0			489d2340d4f4984c6b81fc10f8db1571
+11	Lolx	lolx	INTJ	O	0			489d2340d4f4984c6b81fc10f8db1571
+
+1	Watch	watch	VERB	O	0			316b8176c3e55775aced865370efe22a
+2	:	:	PUNCT	O	0			316b8176c3e55775aced865370efe22a
+3	Rihanna	rihanna	PROPN	O	0			316b8176c3e55775aced865370efe22a
+4	s	s	PART	O	0			316b8176c3e55775aced865370efe22a
+5	new	new	ADJ	O	0			316b8176c3e55775aced865370efe22a
+6	music	music	NOUN	O	0			316b8176c3e55775aced865370efe22a
+7	video	video	NOUN	O	0			316b8176c3e55775aced865370efe22a
+8	:	:	PUNCT	O	0			316b8176c3e55775aced865370efe22a
+9	http://t.co/sUxePfXO	URL	X	O	0			316b8176c3e55775aced865370efe22a
+
+1	Most	most	ADJ	O	0			8ed9b8e10811b347e789a186f80bf520
+2	people	people	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+3	think	think	VERB	O	0			8ed9b8e10811b347e789a186f80bf520
+4	they	they	PRON	O	0			8ed9b8e10811b347e789a186f80bf520
+5	know	know	VERB	O	0			8ed9b8e10811b347e789a186f80bf520
+6	what	what	PRON	O	0			8ed9b8e10811b347e789a186f80bf520
+7	origami	origami	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+8	is	be	VERB	O	0			8ed9b8e10811b347e789a186f80bf520
+9	.	.	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+10	It	it	PRON	O	0			8ed9b8e10811b347e789a186f80bf520
+11	's	's	VERB	O	0			8ed9b8e10811b347e789a186f80bf520
+12	this	this	DET	O	0			8ed9b8e10811b347e789a186f80bf520
+13	:	:	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+14	flapping	flap	VERB	O	0			8ed9b8e10811b347e789a186f80bf520
+15	birds	bird	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+16	,	,	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+17	toys	toy	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+18	,	,	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+19	cootie	cootie	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+20	catchers	catcher	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+21	,	,	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+22	that	that	DET	O	0			8ed9b8e10811b347e789a186f80bf520
+23	sort	sort	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+24	of	of	ADP	O	0			8ed9b8e10811b347e789a186f80bf520
+25	thing	thing	NOUN	O	0			8ed9b8e10811b347e789a186f80bf520
+26	.	.	PUNCT	O	0			8ed9b8e10811b347e789a186f80bf520
+
+1	My	my	DET	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+2	experience	experience	NOUN	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+3	with	with	ADP	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+4	money	money	NOUN	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+5	for	for	ADP	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+6	your	your	DET	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+7	phone	phone	NOUN	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+8	was	be	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+9	quick	quick	ADJ	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+10	and	and	CONJ	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+11	easy	easy	ADJ	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+12	would	would	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+13	use	use	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+14	again	again	ADV	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+15	money	money	NOUN	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+16	payed	pay	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+17	as	as	ADP	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+18	said	say	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+19	straight	straight	ADV	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+20	into	into	ADP	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+21	my	my	DET	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+22	account	account	VERB	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+23	easy	easy	ADJ	O	0			5d1bc8f9b3850a743f96ac27e69cf890
+
+1	Ruling	ruling	NOUN	O	0			ab9ae526eed4866c691102fc55402b62
+2	strikes	strike	VERB	O	0			ab9ae526eed4866c691102fc55402b62
+3	down	down	ADP	O	0			ab9ae526eed4866c691102fc55402b62
+4	part	part	NOUN	O	0			ab9ae526eed4866c691102fc55402b62
+5	of	of	ADP	O	0			ab9ae526eed4866c691102fc55402b62
+6	Arizona	arizona	PROPN	O	0			ab9ae526eed4866c691102fc55402b62
+7	Voter	voter	NOUN	O	0			ab9ae526eed4866c691102fc55402b62
+8	ID	id	NOUN	O	0			ab9ae526eed4866c691102fc55402b62
+9	law	law	NOUN	O	0			ab9ae526eed4866c691102fc55402b62
+10	-	-	SYM	O	0			ab9ae526eed4866c691102fc55402b62
+11	Yahoo	yahoo	PROPN	O	0			ab9ae526eed4866c691102fc55402b62
+12	!	!	PROPN	O	0			ab9ae526eed4866c691102fc55402b62
+13	News	news	PROPN	O	0			ab9ae526eed4866c691102fc55402b62
+14	http://goo.gl/85TH	URL	X	O	0			ab9ae526eed4866c691102fc55402b62
+
+1	I	i	PRON	O	0			be109a0177d5abdfb0f36ad6dc87675e
+2	have	have	AUX	O	0			be109a0177d5abdfb0f36ad6dc87675e
+3	never	never	ADV	O	0			be109a0177d5abdfb0f36ad6dc87675e
+4	had	have	VERB	O	0			be109a0177d5abdfb0f36ad6dc87675e
+5	any	any	DET	O	0			be109a0177d5abdfb0f36ad6dc87675e
+6	problems	problem	NOUN	O	0			be109a0177d5abdfb0f36ad6dc87675e
+7	with	with	ADP	O	0			be109a0177d5abdfb0f36ad6dc87675e
+8	this	this	DET	O	0			be109a0177d5abdfb0f36ad6dc87675e
+9	Company	company	NOUN	O	0			be109a0177d5abdfb0f36ad6dc87675e
+10	and	and	CONJ	O	0			be109a0177d5abdfb0f36ad6dc87675e
+11	would	would	VERB	O	0			be109a0177d5abdfb0f36ad6dc87675e
+12	rate	rate	VERB	O	0			be109a0177d5abdfb0f36ad6dc87675e
+13	them	them	PRON	O	0			be109a0177d5abdfb0f36ad6dc87675e
+14	very	very	ADV	O	0			be109a0177d5abdfb0f36ad6dc87675e
+15	highly	highly	ADV	O	0			be109a0177d5abdfb0f36ad6dc87675e
+16	.	.	PUNCT	O	0			be109a0177d5abdfb0f36ad6dc87675e
+
+1	After	after	ADP	O	0			e405bb8db3d302bb1c3ed54a223123ff
+2	meetings	meeting	NOUN	O	0			e405bb8db3d302bb1c3ed54a223123ff
+3	with	with	ADP	O	0			e405bb8db3d302bb1c3ed54a223123ff
+4	staff	staff	NOUN	O	0			e405bb8db3d302bb1c3ed54a223123ff
+5	at	at	ADP	O	0			e405bb8db3d302bb1c3ed54a223123ff
+6	AVC	avc	PROPN	O	0			e405bb8db3d302bb1c3ed54a223123ff
+7	I	i	PRON	O	0			e405bb8db3d302bb1c3ed54a223123ff
+8	was	be	AUX	O	0			e405bb8db3d302bb1c3ed54a223123ff
+9	reassured	reassure	VERB	O	0			e405bb8db3d302bb1c3ed54a223123ff
+10	that	that	CONJ	O	0			e405bb8db3d302bb1c3ed54a223123ff
+11	the	the	DET	O	0			e405bb8db3d302bb1c3ed54a223123ff
+12	package	package	NOUN	O	0			e405bb8db3d302bb1c3ed54a223123ff
+13	was	be	VERB	O	0			e405bb8db3d302bb1c3ed54a223123ff
+14	what	what	PRON	O	0			e405bb8db3d302bb1c3ed54a223123ff
+15	I	i	PRON	O	0			e405bb8db3d302bb1c3ed54a223123ff
+16	was	be	AUX	O	0			e405bb8db3d302bb1c3ed54a223123ff
+17	looking	look	VERB	O	0			e405bb8db3d302bb1c3ed54a223123ff
+18	for	for	PART	O	0			e405bb8db3d302bb1c3ed54a223123ff
+19	.	.	PUNCT	O	0			e405bb8db3d302bb1c3ed54a223123ff
+
+1	Was	be	AUX	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+2	very	very	ADV	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+3	easy	easy	ADJ	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+4	to	to	PART	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+5	identify	identify	VERB	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+6	what	what	PRON	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+7	ram	ram	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+8	I	i	PRON	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+9	required	require	VERB	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+10	for	for	ADP	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+11	my	my	DET	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+12	PC	pc	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+13	from	from	ADP	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+14	the	the	DET	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+15	web	web	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+16	site	site	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+17	,	,	PUNCT	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+18	saved	save	VERB	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+19	me	me	PRON	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+20	haivng	haivng	VERB	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+21	to	to	PART	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+22	take	take	VERB	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+23	the	the	DET	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+24	side	side	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+25	of	of	ADP	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+26	th	th	DET	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+27	ePC	epc	NOUN	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+28	twice	twice	ADV	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+29	.	.	PUNCT	O	0			c924ae2abffdb977b4c29056ff0a4f9d
+
+1	Recently	recently	ADV	O	0			6b69899201eebb085bbbdd631639af39
+2	been	be	AUX	O	0			6b69899201eebb085bbbdd631639af39
+3	inquiring	inquire	VERB	O	0			6b69899201eebb085bbbdd631639af39
+4	to	to	ADP	O	0			6b69899201eebb085bbbdd631639af39
+5	Nationwide	nationwide	PROPN	O	0			6b69899201eebb085bbbdd631639af39
+6	to	to	PART	O	0			6b69899201eebb085bbbdd631639af39
+7	change	change	VERB	O	0			6b69899201eebb085bbbdd631639af39
+8	my	my	DET	O	0			6b69899201eebb085bbbdd631639af39
+9	vehicle	vehicle	NOUN	O	0			6b69899201eebb085bbbdd631639af39
+10	and	and	CONJ	O	0			6b69899201eebb085bbbdd631639af39
+11	the	the	DET	O	0			6b69899201eebb085bbbdd631639af39
+12	response	response	NOUN	O	0			6b69899201eebb085bbbdd631639af39
+13	and	and	CONJ	O	0			6b69899201eebb085bbbdd631639af39
+14	help	help	NOUN	O	0			6b69899201eebb085bbbdd631639af39
+15	received	receive	VERB	O	0			6b69899201eebb085bbbdd631639af39
+16	so	so	ADV	O	0			6b69899201eebb085bbbdd631639af39
+17	far	far	ADV	O	0			6b69899201eebb085bbbdd631639af39
+18	is	be	VERB	O	0			6b69899201eebb085bbbdd631639af39
+19	nothing	nothing	NOUN	O	0			6b69899201eebb085bbbdd631639af39
+20	short	short	ADJ	O	0			6b69899201eebb085bbbdd631639af39
+21	of	of	ADP	O	0			6b69899201eebb085bbbdd631639af39
+22	disgraceful	disgraceful	ADJ	O	0			6b69899201eebb085bbbdd631639af39
+23	.	.	PUNCT	O	0			6b69899201eebb085bbbdd631639af39
+
+1	Elsewhere	elsewhere	ADV	O	0			464f4e8ea65b62e9cb6da4674874c844
+2	the	the	DET	O	0			464f4e8ea65b62e9cb6da4674874c844
+3	prices	price	NOUN	O	0			464f4e8ea65b62e9cb6da4674874c844
+4	were	be	VERB	O	0			464f4e8ea65b62e9cb6da4674874c844
+5	considerably	considerably	ADV	O	0			464f4e8ea65b62e9cb6da4674874c844
+6	higher	higher	ADJ	O	0			464f4e8ea65b62e9cb6da4674874c844
+7	than	than	ADP	O	0			464f4e8ea65b62e9cb6da4674874c844
+8	Fragrancedirect	fragrancedirect	PROPN	O	0			464f4e8ea65b62e9cb6da4674874c844
+9	'	'	PART	O	0			464f4e8ea65b62e9cb6da4674874c844
+10	s	s	PART	O	0			464f4e8ea65b62e9cb6da4674874c844
+11	cost	cost	NOUN	O	0			464f4e8ea65b62e9cb6da4674874c844
+12	so	so	CONJ	O	0			464f4e8ea65b62e9cb6da4674874c844
+13	that	that	PRON	O	0			464f4e8ea65b62e9cb6da4674874c844
+14	was	be	VERB	O	0			464f4e8ea65b62e9cb6da4674874c844
+15	the	the	DET	O	0			464f4e8ea65b62e9cb6da4674874c844
+16	deciding	deciding	ADJ	O	0			464f4e8ea65b62e9cb6da4674874c844
+17	factor	factor	NOUN	O	0			464f4e8ea65b62e9cb6da4674874c844
+18	for	for	ADP	O	0			464f4e8ea65b62e9cb6da4674874c844
+19	me	me	PRON	O	0			464f4e8ea65b62e9cb6da4674874c844
+20	.	.	PUNCT	O	0			464f4e8ea65b62e9cb6da4674874c844
+
+1	Thank	thank	VERB	O	0			227aa3f5eebe7b17097955d0823ca72c
+2	you	you	PRON	O	0			227aa3f5eebe7b17097955d0823ca72c
+3	Tayna	tayna	PROPN	O	0			227aa3f5eebe7b17097955d0823ca72c
+4	you	you	PRON	O	0			227aa3f5eebe7b17097955d0823ca72c
+5	are	be	VERB	O	0			227aa3f5eebe7b17097955d0823ca72c
+6	real	real	ADJ	O	0			227aa3f5eebe7b17097955d0823ca72c
+7	GEMS	gem	NOUN	O	0			227aa3f5eebe7b17097955d0823ca72c
+
+1	Oo	oo	INTJ	O	0			ab73d7cd99166ba11ea333f036a2db38
+2	yeaa	yeaa	INTJ	O	0			ab73d7cd99166ba11ea333f036a2db38
+3	ii	ii	PRON	O	0			ab73d7cd99166ba11ea333f036a2db38
+4	hear	hear	VERB	O	0			ab73d7cd99166ba11ea333f036a2db38
+5	thunda	thunda	NOUN	O	0			ab73d7cd99166ba11ea333f036a2db38
+6	!	!	PUNCT	O	0			ab73d7cd99166ba11ea333f036a2db38
+7	Rainnn	rainnn	NOUN	O	0			ab73d7cd99166ba11ea333f036a2db38
+8	kum	kum	VERB	O	0			ab73d7cd99166ba11ea333f036a2db38
+9	onnnnnn	onnnnnn	ADP	O	0			ab73d7cd99166ba11ea333f036a2db38
+
+1	@KarenAlloy	@USER	X	O	0			ef27240c4584a91a77fdab2de1fa3efc
+2	that	that	PRON	O	0			ef27240c4584a91a77fdab2de1fa3efc
+3	how	how	ADV	O	0			ef27240c4584a91a77fdab2de1fa3efc
+4	long	long	ADJ	O	0			ef27240c4584a91a77fdab2de1fa3efc
+5	my	my	PRON	O	0			ef27240c4584a91a77fdab2de1fa3efc
+6	pubes	pubes	NOUN	O	0			ef27240c4584a91a77fdab2de1fa3efc
+7	are	be	VERB	O	0			ef27240c4584a91a77fdab2de1fa3efc
+8	?	?	PUNCT	O	0			ef27240c4584a91a77fdab2de1fa3efc
+9	I	i	PRON	O	0			ef27240c4584a91a77fdab2de1fa3efc
+10	'm	'm	AUX	O	0			ef27240c4584a91a77fdab2de1fa3efc
+11	gonna	gonna	AUX	O	0			ef27240c4584a91a77fdab2de1fa3efc
+12	go	go	VERB	O	0			ef27240c4584a91a77fdab2de1fa3efc
+13	trim	trim	VERB	O	0			ef27240c4584a91a77fdab2de1fa3efc
+14	them	them	PRON	O	0			ef27240c4584a91a77fdab2de1fa3efc
+15	too	too	ADV	O	0			ef27240c4584a91a77fdab2de1fa3efc
+16	!	!	PUNCT	O	0			ef27240c4584a91a77fdab2de1fa3efc
+
+1	How`	how`	PRON	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+2	s	s	VERB	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+3	ready	ready	ADJ	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+4	for	for	ADP	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+5	summer	summer	NOUN	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+6	??	??	PUNCT	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+7	:)	EMOTICON	X	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+8	i`a	i`a	PRON	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+9	m	m	VERB	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+10	defently	defently	ADV	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+11	!	!	PUNCT	O	0			a12f1e0fa1a2c9889507cfcfc1ca26fb
+
+1	And	and	CONJ	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+2	it	it	PRON	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+3	does	do	AUX	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+4	n't	n't	PART	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+5	matter	matter	VERB	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+6	how	how	ADV	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+7	much	much	ADJ	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+8	information	information	NOUN	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+9	we	we	PRON	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+10	're	're	AUX	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+11	looking	look	VERB	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+12	at	at	ADP	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+13	,	,	PUNCT	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+14	how	how	ADV	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+15	big	big	ADJ	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+16	these	these	DET	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+17	collections	collection	NOUN	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+18	are	be	VERB	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+19	or	or	CONJ	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+20	how	how	ADV	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+21	big	big	ADJ	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+22	the	the	DET	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+23	images	image	NOUN	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+24	are	be	VERB	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+25	.	.	PUNCT	O	0			85f6ea035c4e39fe96584640e0bbbbcc
+
+1	The	the	DET	O	0			3816c954350d76f8cb14eb5761c14ac8
+2	manufacturers	manufacturer	NOUN	O	0			3816c954350d76f8cb14eb5761c14ac8
+3	have	have	AUX	O	0			3816c954350d76f8cb14eb5761c14ac8
+4	obviously	obviously	ADV	O	0			3816c954350d76f8cb14eb5761c14ac8
+5	added	add	VERB	O	0			3816c954350d76f8cb14eb5761c14ac8
+6	a	a	DET	O	0			3816c954350d76f8cb14eb5761c14ac8
+7	fewadditional	fewadditional	ADJ	O	0			3816c954350d76f8cb14eb5761c14ac8
+8	parts	parts	NOUN	O	0			3816c954350d76f8cb14eb5761c14ac8
+9	to	to	PART	O	0			3816c954350d76f8cb14eb5761c14ac8
+10	improve	improve	VERB	O	0			3816c954350d76f8cb14eb5761c14ac8
+11	the	the	DET	O	0			3816c954350d76f8cb14eb5761c14ac8
+12	bed	bed	NOUN	O	0			3816c954350d76f8cb14eb5761c14ac8
+13	and	and	CONJ	O	0			3816c954350d76f8cb14eb5761c14ac8
+14	have	have	AUX	O	0			3816c954350d76f8cb14eb5761c14ac8
+15	not	not	ADV	O	0			3816c954350d76f8cb14eb5761c14ac8
+16	updated	update	VERB	O	0			3816c954350d76f8cb14eb5761c14ac8
+17	the	the	DET	O	0			3816c954350d76f8cb14eb5761c14ac8
+18	instructionsbut	instructionsbut	NOUN	O	0			3816c954350d76f8cb14eb5761c14ac8
+19	it	it	PRON	O	0			3816c954350d76f8cb14eb5761c14ac8
+20	was	be	VERB	O	0			3816c954350d76f8cb14eb5761c14ac8
+21	fairly	fairly	ADV	O	0			3816c954350d76f8cb14eb5761c14ac8
+22	easy	easy	ADJ	O	0			3816c954350d76f8cb14eb5761c14ac8
+23	to	to	PART	O	0			3816c954350d76f8cb14eb5761c14ac8
+24	work	work	VERB	O	0			3816c954350d76f8cb14eb5761c14ac8
+25	out	out	PART	O	0			3816c954350d76f8cb14eb5761c14ac8
+26	.	.	PUNCT	O	0			3816c954350d76f8cb14eb5761c14ac8
+
+1	1	NUMBER	NUM	O	0			8b1740b55990197498544f449de6eca1
+2	,	,	PUNCT	O	0			8b1740b55990197498544f449de6eca1
+3	2	NUMBER	NUM	O	0			8b1740b55990197498544f449de6eca1
+4	,	,	PUNCT	O	0			8b1740b55990197498544f449de6eca1
+5	3	NUMBER	NUM	O	0			8b1740b55990197498544f449de6eca1
+6	,	,	PUNCT	O	0			8b1740b55990197498544f449de6eca1
+7	4	NUMBER	NUM	O	0			8b1740b55990197498544f449de6eca1
+8	,	,	PUNCT	O	0			8b1740b55990197498544f449de6eca1
+9	5	NUMBER	NUM	O	0			8b1740b55990197498544f449de6eca1
+10	Teen	teen	PROPN	O	0			8b1740b55990197498544f449de6eca1
+11	Titans	titans	PROPN	O	0			8b1740b55990197498544f449de6eca1
+12	!	!	PUNCT	O	0			8b1740b55990197498544f449de6eca1
+
+1	And	and	CONJ	O	0			eedf7681916791620d2f5ab9ed86d5e4
+2	this	this	PRON	O	0			eedf7681916791620d2f5ab9ed86d5e4
+3	is	be	VERB	O	0			eedf7681916791620d2f5ab9ed86d5e4
+4	an	an	DET	O	0			eedf7681916791620d2f5ab9ed86d5e4
+5	idea	idea	NOUN	O	0			eedf7681916791620d2f5ab9ed86d5e4
+6	,	,	PUNCT	O	0			eedf7681916791620d2f5ab9ed86d5e4
+7	if	if	SCONJ	O	0			eedf7681916791620d2f5ab9ed86d5e4
+8	you	you	PRON	O	0			eedf7681916791620d2f5ab9ed86d5e4
+9	think	think	VERB	O	0			eedf7681916791620d2f5ab9ed86d5e4
+10	about	about	ADP	O	0			eedf7681916791620d2f5ab9ed86d5e4
+11	it	it	PRON	O	0			eedf7681916791620d2f5ab9ed86d5e4
+12	,	,	PUNCT	O	0			eedf7681916791620d2f5ab9ed86d5e4
+13	can	can	AUX	O	0			eedf7681916791620d2f5ab9ed86d5e4
+14	only	only	ADV	O	0			eedf7681916791620d2f5ab9ed86d5e4
+15	fill	fill	VERB	O	0			eedf7681916791620d2f5ab9ed86d5e4
+16	you	you	PRON	O	0			eedf7681916791620d2f5ab9ed86d5e4
+17	with	with	ADP	O	0			eedf7681916791620d2f5ab9ed86d5e4
+18	hope	hope	NOUN	O	0			eedf7681916791620d2f5ab9ed86d5e4
+19	.	.	PUNCT	O	0			eedf7681916791620d2f5ab9ed86d5e4
+
+1	YB	yb	PROPN	O	0			cce2f9e0a1d038c305ac8a115afe5012
+2	:	:	PUNCT	O	0			cce2f9e0a1d038c305ac8a115afe5012
+3	To	to	PART	O	0			cce2f9e0a1d038c305ac8a115afe5012
+4	the	the	DET	O	0			cce2f9e0a1d038c305ac8a115afe5012
+5	dismay	dismay	NOUN	O	0			cce2f9e0a1d038c305ac8a115afe5012
+6	of	of	ADP	O	0			cce2f9e0a1d038c305ac8a115afe5012
+7	my	my	PRON	O	0			cce2f9e0a1d038c305ac8a115afe5012
+8	mother	mother	NOUN	O	0			cce2f9e0a1d038c305ac8a115afe5012
+9	,	,	PUNCT	O	0			cce2f9e0a1d038c305ac8a115afe5012
+10	this	this	DET	O	0			cce2f9e0a1d038c305ac8a115afe5012
+11	is	be	VERB	O	0			cce2f9e0a1d038c305ac8a115afe5012
+12	dangerous	dangerous	ADJ	O	0			cce2f9e0a1d038c305ac8a115afe5012
+13	teenage	teenage	ADJ	O	0			cce2f9e0a1d038c305ac8a115afe5012
+14	fashion	fashion	NOUN	O	0			cce2f9e0a1d038c305ac8a115afe5012
+15	right	right	ADV	O	0			cce2f9e0a1d038c305ac8a115afe5012
+16	there	there	ADV	O	0			cce2f9e0a1d038c305ac8a115afe5012
+17	.	.	PUNCT	O	0			cce2f9e0a1d038c305ac8a115afe5012
+
+1	Good	good	ADJ	O	0			cb114286e24aa72d0ca7511390fcf4c6
+2	company	company	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+3	to	to	PART	O	0			cb114286e24aa72d0ca7511390fcf4c6
+4	deal	deal	VERB	O	0			cb114286e24aa72d0ca7511390fcf4c6
+5	with	with	ADP	O	0			cb114286e24aa72d0ca7511390fcf4c6
+6	very	very	ADV	O	0			cb114286e24aa72d0ca7511390fcf4c6
+7	fast	fast	ADJ	O	0			cb114286e24aa72d0ca7511390fcf4c6
+8	delivery	delivery	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+9	,	,	PUNCT	O	0			cb114286e24aa72d0ca7511390fcf4c6
+10	did	do	AUX	O	0			cb114286e24aa72d0ca7511390fcf4c6
+11	not	not	ADV	O	0			cb114286e24aa72d0ca7511390fcf4c6
+12	think	think	VERB	O	0			cb114286e24aa72d0ca7511390fcf4c6
+13	i	i	PRON	O	0			cb114286e24aa72d0ca7511390fcf4c6
+14	would	would	AUX	O	0			cb114286e24aa72d0ca7511390fcf4c6
+15	be	be	AUX	O	0			cb114286e24aa72d0ca7511390fcf4c6
+16	sailing	sailing	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+17	for	for	ADP	O	0			cb114286e24aa72d0ca7511390fcf4c6
+18	a	a	DET	O	0			cb114286e24aa72d0ca7511390fcf4c6
+19	while	while	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+20	but	but	CONJ	O	0			cb114286e24aa72d0ca7511390fcf4c6
+21	wow	wow	X	O	0			cb114286e24aa72d0ca7511390fcf4c6
+22	it	it	PRON	O	0			cb114286e24aa72d0ca7511390fcf4c6
+23	is	be	VERB	O	0			cb114286e24aa72d0ca7511390fcf4c6
+24	here	here	ADV	O	0			cb114286e24aa72d0ca7511390fcf4c6
+25	this	this	DET	O	0			cb114286e24aa72d0ca7511390fcf4c6
+26	morning	morning	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+27	at	at	ADP	O	0			cb114286e24aa72d0ca7511390fcf4c6
+28	0	0	NUM	O	0			cb114286e24aa72d0ca7511390fcf4c6
+29	.	.	PUNCT	O	0			cb114286e24aa72d0ca7511390fcf4c6
+30	00am	00am	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+31	Friday	friday	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+32	ordered	order	VERB	O	0			cb114286e24aa72d0ca7511390fcf4c6
+33	this	this	DET	O	0			cb114286e24aa72d0ca7511390fcf4c6
+34	boat	boat	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+35	on	on	ADP	O	0			cb114286e24aa72d0ca7511390fcf4c6
+36	Wednesday	wednesday	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+37	afternoon	afternoon	NOUN	O	0			cb114286e24aa72d0ca7511390fcf4c6
+38	.	.	PUNCT	O	0			cb114286e24aa72d0ca7511390fcf4c6
+
+1	I	i	PRON	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+2	want	want	VERB	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+3	a	a	DET	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+4	unicorn	unicorn	NOUN	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+5	.	.	PUNCT	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+6	#NOHOMO	#nohomo	X	O	0			2ceddf6adc9139b21ee3b7dd4118738c
+
+1	Very	very	ADV	O	0			68a297431c456cad3e2bad110de79ca3
+2	friendly	friendly	ADJ	O	0			68a297431c456cad3e2bad110de79ca3
+3	and	and	CONJ	O	0			68a297431c456cad3e2bad110de79ca3
+4	efficient	efficient	ADJ	O	0			68a297431c456cad3e2bad110de79ca3
+5	.	.	PUNCT	O	0			68a297431c456cad3e2bad110de79ca3
+
+1	When	when	ADV	O	0			42d0a470c755299e3a019dd628673225
+2	I	i	PRON	O	0			42d0a470c755299e3a019dd628673225
+3	queried	query	VERB	O	0			42d0a470c755299e3a019dd628673225
+4	it	it	PRON	O	0			42d0a470c755299e3a019dd628673225
+5	they	they	PRON	O	0			42d0a470c755299e3a019dd628673225
+6	replied	reply	VERB	O	0			42d0a470c755299e3a019dd628673225
+7	that	that	CONJ	O	0			42d0a470c755299e3a019dd628673225
+8	it	it	PRON	O	0			42d0a470c755299e3a019dd628673225
+9	stated	state	VERB	O	0			42d0a470c755299e3a019dd628673225
+10	this	this	PRON	O	0			42d0a470c755299e3a019dd628673225
+11	on	on	ADP	O	0			42d0a470c755299e3a019dd628673225
+12	the	the	DET	O	0			42d0a470c755299e3a019dd628673225
+13	website	website	NOUN	O	0			42d0a470c755299e3a019dd628673225
+14	.	.	PUNCT	O	0			42d0a470c755299e3a019dd628673225
+
+1	@GavenAng	@USER	X	O	0			a84f02619f464e06af72b9d32f26b464
+2	LOL	lol	INTJ	O	0			a84f02619f464e06af72b9d32f26b464
+3	where	where	ADV	O	0			a84f02619f464e06af72b9d32f26b464
+4	got	get	VERB	O	0			a84f02619f464e06af72b9d32f26b464
+5	??	??	PUNCT	O	0			a84f02619f464e06af72b9d32f26b464
+
+1	@Chief_Inspector	@USER	X	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+2	I	i	PRON	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+3	got	get	AUX	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+4	some	some	DET	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+5	inking	ink	VERB	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+6	done	do	AUX	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+7	on	on	ADP	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+8	him	him	PRON	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+9	this	this	DET	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+10	morning	morning	NOUN	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+11	.	.	PUNCT	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+12	Not	not	PART	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+13	long	long	ADV	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+14	now	now	ADV	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+15	.	.	PUNCT	O	0			41f77faff4cc7d2eb59f9bc3ef28390a
+
+1	@Bryan_wright11	@USER	X	O	0			bbba2bf153f31c2a49064985c07cc206
+2	i	i	PRON	O	0			bbba2bf153f31c2a49064985c07cc206
+3	lost	lose	VERB	O	0			bbba2bf153f31c2a49064985c07cc206
+4	all	all	DET	O	0			bbba2bf153f31c2a49064985c07cc206
+5	my	my	PRON	O	0			bbba2bf153f31c2a49064985c07cc206
+6	contacts	contact	NOUN	O	0			bbba2bf153f31c2a49064985c07cc206
+7	,	,	PUNCT	O	0			bbba2bf153f31c2a49064985c07cc206
+8	smh	smh	X	O	0			bbba2bf153f31c2a49064985c07cc206
+9	.	.	PUNCT	O	0			bbba2bf153f31c2a49064985c07cc206
+
+1	@HollieRicard	@USER	X	O	0			2e5d71f25afa07735d6f9ad8d51bd8ce
+2	yaaay	yaaay	INTJ	O	0			2e5d71f25afa07735d6f9ad8d51bd8ce
+3	!	!	PUNCT	O	0			2e5d71f25afa07735d6f9ad8d51bd8ce
+4	^.^	EMOTICON	X	O	0			2e5d71f25afa07735d6f9ad8d51bd8ce
+
+1	Will	will	AUX	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+2	definately	definately	ADV	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+3	be	be	AUX	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+4	buying	buy	VERB	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+5	all	all	DET	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+6	future	future	ADJ	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+7	games	game	NOUN	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+8	and	and	CONJ	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+9	accessories	accessory	NOUN	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+10	from	from	ADP	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+11	here	here	ADV	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+12	for	for	ADP	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+13	my	my	DET	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+14	PS0	ps0	PROPN	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+15	and	and	CONJ	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+16	my	my	DET	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+17	XBOX	xbox	PROPN	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+18	000	000	NUM	O	0			cde57ab8cb5e5ebf6623b699d2b7f8a3
+
+1	@Ollierussian	@USER	X	O	0			6894a573973c3d57fc58bab8eecc8d9c
+2	I	i	PRON	O	0			6894a573973c3d57fc58bab8eecc8d9c
+3	had	have	VERB	O	0			6894a573973c3d57fc58bab8eecc8d9c
+4	potted	potted	ADJ	O	0			6894a573973c3d57fc58bab8eecc8d9c
+5	shrimp	shrimp	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+6	last	last	ADJ	O	0			6894a573973c3d57fc58bab8eecc8d9c
+7	night	night	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+8	.	.	PUNCT	O	0			6894a573973c3d57fc58bab8eecc8d9c
+9	Except	except	CONJ	O	0			6894a573973c3d57fc58bab8eecc8d9c
+10	someone	someone	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+11	else	else	ADV	O	0			6894a573973c3d57fc58bab8eecc8d9c
+12	ordered	order	VERB	O	0			6894a573973c3d57fc58bab8eecc8d9c
+13	it	it	PRON	O	0			6894a573973c3d57fc58bab8eecc8d9c
+14	&	&	CONJ	O	0			6894a573973c3d57fc58bab8eecc8d9c
+15	I	i	PRON	O	0			6894a573973c3d57fc58bab8eecc8d9c
+16	could	could	AUX	O	0			6894a573973c3d57fc58bab8eecc8d9c
+17	n't	n't	PART	O	0			6894a573973c3d57fc58bab8eecc8d9c
+18	work	work	VERB	O	0			6894a573973c3d57fc58bab8eecc8d9c
+19	out	out	ADP	O	0			6894a573973c3d57fc58bab8eecc8d9c
+20	why	why	ADV	O	0			6894a573973c3d57fc58bab8eecc8d9c
+21	we	we	PRON	O	0			6894a573973c3d57fc58bab8eecc8d9c
+22	had	have	VERB	O	0			6894a573973c3d57fc58bab8eecc8d9c
+23	creme	creme	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+24	brulee	brulee	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+25	for	for	ADP	O	0			6894a573973c3d57fc58bab8eecc8d9c
+26	a	a	DET	O	0			6894a573973c3d57fc58bab8eecc8d9c
+27	starter	starter	NOUN	O	0			6894a573973c3d57fc58bab8eecc8d9c
+28	...	...	PUNCT	O	0			6894a573973c3d57fc58bab8eecc8d9c
+
+1	RT	rt	X	O	0			0143e649c3a763cb0036f1f8ad8ba751
+2	@ILoveThem4s	@USER	X	O	0			0143e649c3a763cb0036f1f8ad8ba751
+3	:	:	X	O	0			0143e649c3a763cb0036f1f8ad8ba751
+4	@HelloMrNiNO	@USER	X	O	0			0143e649c3a763cb0036f1f8ad8ba751
+5	hang	hang	VERB	O	0			0143e649c3a763cb0036f1f8ad8ba751
+6	in	in	ADP	O	0			0143e649c3a763cb0036f1f8ad8ba751
+7	there	there	ADV	O	0			0143e649c3a763cb0036f1f8ad8ba751
+8	cousin	cousin	NOUN	O	0			0143e649c3a763cb0036f1f8ad8ba751
+9	love	love	VERB	O	0			0143e649c3a763cb0036f1f8ad8ba751
+10	you	you	PRON	O	0			0143e649c3a763cb0036f1f8ad8ba751
+
+1	And	and	CONJ	O	0			89842411968fe6d616878a01d069fbec
+2	I	i	PRON	O	0			89842411968fe6d616878a01d069fbec
+3	asked	ask	VERB	O	0			89842411968fe6d616878a01d069fbec
+4	them	them	PRON	O	0			89842411968fe6d616878a01d069fbec
+5	to	to	PART	O	0			89842411968fe6d616878a01d069fbec
+6	come	come	VERB	O	0			89842411968fe6d616878a01d069fbec
+7	along	along	ADP	O	0			89842411968fe6d616878a01d069fbec
+8	with	with	ADP	O	0			89842411968fe6d616878a01d069fbec
+9	the	the	DET	O	0			89842411968fe6d616878a01d069fbec
+10	person	person	NOUN	O	0			89842411968fe6d616878a01d069fbec
+11	they	they	PRON	O	0			89842411968fe6d616878a01d069fbec
+12	communicate	communicate	VERB	O	0			89842411968fe6d616878a01d069fbec
+13	with	with	ADP	O	0			89842411968fe6d616878a01d069fbec
+14	most	most	ADV	O	0			89842411968fe6d616878a01d069fbec
+15	.	.	PUNCT	O	0			89842411968fe6d616878a01d069fbec
+
+1	We	we	PRON	O	0			279a841d574621f90e70f35297d1e675
+2	have	have	VERB	O	0			279a841d574621f90e70f35297d1e675
+3	to	to	PART	O	0			279a841d574621f90e70f35297d1e675
+4	deal	deal	VERB	O	0			279a841d574621f90e70f35297d1e675
+5	with	with	ADP	O	0			279a841d574621f90e70f35297d1e675
+6	the	the	DET	O	0			279a841d574621f90e70f35297d1e675
+7	inexorable	inexorable	NOUN	O	0			279a841d574621f90e70f35297d1e675
+8	separation	separation	NOUN	O	0			279a841d574621f90e70f35297d1e675
+9	of	of	ADP	O	0			279a841d574621f90e70f35297d1e675
+10	death	death	NOUN	O	0			279a841d574621f90e70f35297d1e675
+11	,	,	PUNCT	O	0			279a841d574621f90e70f35297d1e675
+12	so	so	ADV	O	0			279a841d574621f90e70f35297d1e675
+13	it	it	PRON	O	0			279a841d574621f90e70f35297d1e675
+14	should	should	AUX	O	0			279a841d574621f90e70f35297d1e675
+15	n't	n't	PART	O	0			279a841d574621f90e70f35297d1e675
+16	surprise	surprise	VERB	O	0			279a841d574621f90e70f35297d1e675
+17	us	us	PRON	O	0			279a841d574621f90e70f35297d1e675
+18	that	that	SCONJ	O	0			279a841d574621f90e70f35297d1e675
+19	we	we	PRON	O	0			279a841d574621f90e70f35297d1e675
+20	all	all	DET	O	0			279a841d574621f90e70f35297d1e675
+21	sing	sing	NOUN	O	0			279a841d574621f90e70f35297d1e675
+22	,	,	PUNCT	O	0			279a841d574621f90e70f35297d1e675
+23	we	we	PRON	O	0			279a841d574621f90e70f35297d1e675
+24	all	all	DET	O	0			279a841d574621f90e70f35297d1e675
+25	dance	dance	NOUN	O	0			279a841d574621f90e70f35297d1e675
+26	,	,	PUNCT	O	0			279a841d574621f90e70f35297d1e675
+27	we	we	PRON	O	0			279a841d574621f90e70f35297d1e675
+28	all	all	DET	O	0			279a841d574621f90e70f35297d1e675
+29	have	have	VERB	O	0			279a841d574621f90e70f35297d1e675
+30	art	art	NOUN	O	0			279a841d574621f90e70f35297d1e675
+31	.	.	PUNCT	O	0			279a841d574621f90e70f35297d1e675
+
+1	Not	not	PART	O	0			c786346e2fb23ff83e5386539ae564ab
+2	a	a	DET	O	0			c786346e2fb23ff83e5386539ae564ab
+3	lot	lot	NOUN	O	0			c786346e2fb23ff83e5386539ae564ab
+4	of	of	ADP	O	0			c786346e2fb23ff83e5386539ae564ab
+5	women	woman	NOUN	O	0			c786346e2fb23ff83e5386539ae564ab
+6	did	do	VERB	O	0			c786346e2fb23ff83e5386539ae564ab
+7	.	.	PUNCT	O	0			c786346e2fb23ff83e5386539ae564ab
+
+1	Bad	bad	ADJ	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+2	loss	loss	NOUN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+3	for	for	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+4	the	the	DET	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+5	Bison	bison	PROPN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+6	men	men	NOUN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+7	tonight	tonight	ADV	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+8	at	at	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+9	Western	western	PROPN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+10	Illinois	illinois	PROPN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+11	,	,	PUNCT	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+12	against	against	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+13	a	a	DET	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+14	team	team	NOUN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+15	that	that	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+16	got	get	AUX	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+17	blown	blow	VERB	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+18	out	out	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+19	by	by	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+20	SDSU	sdsu	PROPN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+21	on	on	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+22	Thursday	thursday	PROPN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+23	and	and	CONJ	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+24	was	be	VERB	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+25	1-5	NUMBER	NUM	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+26	in	in	ADP	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+27	the	the	DET	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+28	Summit	summit	NOUN	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+29	.	.	PUNCT	O	0			fc58ac5d51582cb5bfdfe7b03f9ad420
+
+1	And	and	CONJ	O	0			1990023ae314555314a4d296669ea041
+2	in	in	ADP	O	0			1990023ae314555314a4d296669ea041
+3	fact	fact	NOUN	O	0			1990023ae314555314a4d296669ea041
+4	they	they	PRON	O	0			1990023ae314555314a4d296669ea041
+5	were	be	VERB	O	0			1990023ae314555314a4d296669ea041
+6	n't	n't	PART	O	0			1990023ae314555314a4d296669ea041
+7	.	.	PUNCT	O	0			1990023ae314555314a4d296669ea041
+8	They	they	PRON	O	0			1990023ae314555314a4d296669ea041
+9	were	be	AUX	O	0			1990023ae314555314a4d296669ea041
+10	reinventing	reinvent	VERB	O	0			1990023ae314555314a4d296669ea041
+11	charity	charity	NOUN	O	0			1990023ae314555314a4d296669ea041
+12	in	in	ADP	O	0			1990023ae314555314a4d296669ea041
+13	those	those	DET	O	0			1990023ae314555314a4d296669ea041
+14	times	times	NOUN	O	0			1990023ae314555314a4d296669ea041
+15	,	,	PUNCT	O	0			1990023ae314555314a4d296669ea041
+16	what	what	PRON	O	0			1990023ae314555314a4d296669ea041
+17	Rockefeller	rockefeller	PROPN	O	0			1990023ae314555314a4d296669ea041
+18	called	call	VERB	O	0			1990023ae314555314a4d296669ea041
+19	``	``	PUNCT	O	0			1990023ae314555314a4d296669ea041
+20	the	the	DET	O	0			1990023ae314555314a4d296669ea041
+21	business	business	NOUN	O	0			1990023ae314555314a4d296669ea041
+22	of	of	ADP	O	0			1990023ae314555314a4d296669ea041
+23	benevolence	benevolence	NOUN	O	0			1990023ae314555314a4d296669ea041
+24	''	''	PUNCT	O	0			1990023ae314555314a4d296669ea041
+25	.	.	PUNCT	O	0			1990023ae314555314a4d296669ea041
+
+1	How	how	ADV	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+2	are	be	AUX	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+3	they	they	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+4	doing	do	VERB	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+5	this	this	DET	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+6	?	?	PUNCT	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+7	They	they	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+8	're	're	AUX	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+9	doing	do	VERB	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+10	it	it	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+11	in	in	ADP	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+12	a	a	DET	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+13	very	very	ADV	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+14	simple	simple	ADJ	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+15	way	way	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+16	,	,	PUNCT	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+17	by	by	SCONJ	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+18	calling	call	VERB	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+19	their	their	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+20	mom	mom	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+21	from	from	ADP	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+22	work	work	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+23	,	,	PUNCT	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+24	by	by	SCONJ	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+25	IMing	iming	VERB	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+26	from	from	ADP	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+27	their	their	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+28	office	office	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+29	to	to	PART	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+30	their	their	PRON	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+31	friends	friend	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+32	,	,	PUNCT	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+33	by	by	SCONJ	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+34	texting	texting	VERB	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+35	under	under	ADP	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+36	the	the	DET	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+37	desk	desk	NOUN	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+38	.	.	PUNCT	O	0			c2fcb7b46dc980ad294d4a97da5db89e
+
+1	So	so	ADV	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+2	I	i	PRON	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+3	became	become	VERB	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+4	interested	interested	ADJ	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+5	in	in	SCONJ	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+6	understanding	understand	VERB	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+7	what	what	PRON	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+8	contributed	contribute	VERB	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+9	to	to	PART	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+10	a	a	DET	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+11	life	life	NOUN	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+12	that	that	DET	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+13	was	be	VERB	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+14	worth	worth	ADJ	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+15	living	live	VERB	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+16	.	.	PUNCT	O	0			1b9e81d5f7569cf5b4a9be3f7cd49eaf
+
+1	@HarrySquad	@USER	X	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+2	that	that	PRON	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+3	is	be	VERB	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+4	the	the	DET	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+5	most	most	ADV	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+6	stunning	stunning	ADJ	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+7	creature	creature	NOUN	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+8	I	i	PRON	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+9	have	have	VERB	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+10	ever	ever	ADV	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+11	seen	see	VERB	O	0			b49cbabb5be9f81daa9d8e85d37848c5
+
+1	Pick	pick	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+2	-	-	PUNCT	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+3	up	up	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+4	was	be	VERB	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+5	at	at	ADP	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+6	00	00	NUM	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+7	.	.	PUNCT	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+8	00	00	NUM	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+9	so	so	CONJ	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+10	we	we	PRON	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+11	were	be	VERB	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+12	in	in	ADP	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+13	the	the	DET	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+14	dark	dark	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+15	and	and	CONJ	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+16	had	have	VERB	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+17	a	a	DET	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+18	little	little	ADJ	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+19	difficulty	difficulty	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+20	checking	check	VERB	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+21	the	the	DET	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+22	car	car	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+23	for	for	ADP	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+24	any	any	DET	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+25	damage	damage	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+26	not	not	ADV	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+27	recorded	recorded	ADJ	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+28	on	on	ADP	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+29	the	the	DET	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+30	contract	contract	NOUN	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+31	.	.	PUNCT	O	0			231f69c0e84c3f2cf8467b8c1fb8032f
+
+1	Jesus	jesus	PROPN	O	0			3fa550282a053338c1efddda7c4eb7a6
+2	.	.	PUNCT	O	0			3fa550282a053338c1efddda7c4eb7a6
+3	Shuttlesworth	shuttlesworth	PROPN	O	0			3fa550282a053338c1efddda7c4eb7a6
+4	.	.	PUNCT	O	0			3fa550282a053338c1efddda7c4eb7a6
+5	Ladies	lady	NOUN	O	0			3fa550282a053338c1efddda7c4eb7a6
+6	and	and	CONJ	O	0			3fa550282a053338c1efddda7c4eb7a6
+7	Gentlemen	gentleman	NOUN	O	0			3fa550282a053338c1efddda7c4eb7a6
+8	.	.	PUNCT	O	0			3fa550282a053338c1efddda7c4eb7a6
+
+1	RT	rt	X	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+2	@Jaytit	@USER	X	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+3	:	:	X	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+4	Bored	bored	ADJ	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+5	as	as	ADP	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+6	fuck	fuck	NOUN	O	0			ece990fb55eedf4ffcc4a628a44d04e8
+
+1	@EnKore03	@USER	X	O	0			4bb697b23e0d0324b85af3569587d2da
+2	lmfao	lmfao	INTJ	O	0			4bb697b23e0d0324b85af3569587d2da
+3	!	!	PUNCT	O	0			4bb697b23e0d0324b85af3569587d2da
+
+1	I	i	PRON	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+2	believe	believe	VERB	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+3	that	that	SCONJ	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+4	there	there	PRON	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+5	are	be	VERB	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+6	new	new	ADJ	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+7	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+8	hidden	hidden	ADJ	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+9	tensions	tension	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+10	that	that	DET	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+11	are	be	AUX	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+12	actually	actually	ADV	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+13	happening	happen	VERB	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+14	between	between	ADP	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+15	people	people	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+16	and	and	CONJ	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+17	institutions	institution	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+18	--	--	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+19	institutions	institution	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+20	that	that	DET	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+21	are	be	VERB	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+22	the	the	DET	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+23	institutions	institution	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+24	that	that	DET	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+25	people	people	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+26	inhabit	inhabit	VERB	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+27	in	in	ADP	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+28	their	their	PRON	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+29	daily	daily	ADJ	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+30	life	life	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+31	:	:	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+32	schools	school	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+33	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+34	hospitals	hospital	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+35	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+36	workplaces	workplace	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+37	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+38	factories	factory	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+39	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+40	offices	office	NOUN	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+41	,	,	PUNCT	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+42	etc.	etc.	X	O	0			f113416cdc7f3cfa487fd9f7a9229a10
+
+1	text	text	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+2	to	to	PART	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+3	say	say	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+4	it	it	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+5	would	would	AUX	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+6	be	be	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+7	00th	00th	ADJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+8	May	may	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+9	followed	follow	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+10	within	within	ADP	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+11	00	00	NUM	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+12	mins	min	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+13	to	to	PART	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+14	say	say	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+15	it	it	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+16	would	would	AUX	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+17	be	be	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+18	00th	00th	ADJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+19	May	may	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+20	-	-	PUNCT	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+21	bank	bank	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+22	holiday	holiday	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+23	Friday	friday	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+24	and	and	CONJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+25	I	i	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+26	live	live	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+27	in	in	ADP	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+28	a	a	DET	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+29	tourist	tourist	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+30	area	area	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+31	that	that	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+32	will	will	AUX	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+33	be	be	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+34	packed	packed	ADJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+35	not	not	ADV	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+36	to	to	PART	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+37	mention	mention	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+38	really	really	ADV	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+39	busy	busy	ADJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+40	so	so	CONJ	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+41	I	i	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+42	'	'	PART	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+43	ll	ll	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+44	be	be	AUX	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+45	wasting	waste	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+46	yet	yet	ADV	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+47	another	another	DET	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+48	day	day	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+49	no	no	DET	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+50	doubt	doubt	NOUN	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+51	for	for	ADP	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+52	them	them	PRON	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+53	not	not	ADV	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+54	to	to	PART	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+55	show	show	VERB	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+56	.	.	PUNCT	O	0			87938e75f8e29432a7cc3aeffeaa44a8
+
+1	Nothing	nothing	NOUN	O	0			c9b0884c509c2fcedef349171ed30c68
+2	like	like	SCONJ	O	0			c9b0884c509c2fcedef349171ed30c68
+3	doing	do	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+4	taxes	tax	NOUN	O	0			c9b0884c509c2fcedef349171ed30c68
+5	to	to	PART	O	0			c9b0884c509c2fcedef349171ed30c68
+6	make	make	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+7	you	you	PRON	O	0			c9b0884c509c2fcedef349171ed30c68
+8	feel	feel	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+9	old	old	ADJ	O	0			c9b0884c509c2fcedef349171ed30c68
+10	.	.	PUNCT	O	0			c9b0884c509c2fcedef349171ed30c68
+11	Think	think	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+12	I	i	PRON	O	0			c9b0884c509c2fcedef349171ed30c68
+13	'll	'll	AUX	O	0			c9b0884c509c2fcedef349171ed30c68
+14	play	play	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+15	some	some	DET	O	0			c9b0884c509c2fcedef349171ed30c68
+16	SNES	snes	PROPN	O	0			c9b0884c509c2fcedef349171ed30c68
+17	to	to	PART	O	0			c9b0884c509c2fcedef349171ed30c68
+18	make	make	VERB	O	0			c9b0884c509c2fcedef349171ed30c68
+19	up	up	ADP	O	0			c9b0884c509c2fcedef349171ed30c68
+20	for	for	ADP	O	0			c9b0884c509c2fcedef349171ed30c68
+21	it	it	PRON	O	0			c9b0884c509c2fcedef349171ed30c68
+22	.	.	PUNCT	O	0			c9b0884c509c2fcedef349171ed30c68
+
+1	She	she	PRON	O	0			31022b06030fdf57a643ba0bf627eab6
+2	got	get	AUX	O	0			31022b06030fdf57a643ba0bf627eab6
+3	2b	2b	VERB	O	0			31022b06030fdf57a643ba0bf627eab6
+4	good	good	ADJ	O	0			31022b06030fdf57a643ba0bf627eab6
+5	looking	looking	ADJ	O	0			31022b06030fdf57a643ba0bf627eab6
+6	cuz	cuz	ADP	O	0			31022b06030fdf57a643ba0bf627eab6
+7	she	she	PRON	O	0			31022b06030fdf57a643ba0bf627eab6
+8	so	so	ADV	O	0			31022b06030fdf57a643ba0bf627eab6
+9	hard	hard	ADJ	O	0			31022b06030fdf57a643ba0bf627eab6
+10	2	2	PART	O	0			31022b06030fdf57a643ba0bf627eab6
+11	please	please	VERB	O	0			31022b06030fdf57a643ba0bf627eab6
+
+1	@DJTommy2GunzLTL	@USER	X	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+2	smh	smh	X	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+3	they	they	PRON	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+4	had	have	VERB	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+5	to	to	PART	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+6	book	book	VERB	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+7	him	him	PRON	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+8	fa	fa	ADP	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+9	something	something	NOUN	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+10	..	..	PUNCT	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+11	smh	smh	X	O	0			86b0a94a77c3a8cecfbdba10d53a991d
+
+1	I	i	PRON	O	0			99996421499c9a23e904178e12eb9433
+2	love	love	VERB	O	0			99996421499c9a23e904178e12eb9433
+3	My	my	PRON	O	0			99996421499c9a23e904178e12eb9433
+4	sister	sister	NOUN	O	0			99996421499c9a23e904178e12eb9433
+5	and	and	CONJ	O	0			99996421499c9a23e904178e12eb9433
+6	her	her	PRON	O	0			99996421499c9a23e904178e12eb9433
+7	slowness	slowness	NOUN	O	0			99996421499c9a23e904178e12eb9433
+8	lolol	lolol	INTJ	O	0			99996421499c9a23e904178e12eb9433
+
+1	I	i	PRON	O	0			091db1da405dfcc160c1f01306c9d1ba
+2	was	be	VERB	O	0			091db1da405dfcc160c1f01306c9d1ba
+3	in	in	ADP	O	0			091db1da405dfcc160c1f01306c9d1ba
+4	my	my	PRON	O	0			091db1da405dfcc160c1f01306c9d1ba
+5	20s	20	NOUN	O	0			091db1da405dfcc160c1f01306c9d1ba
+6	before	before	SCONJ	O	0			091db1da405dfcc160c1f01306c9d1ba
+7	I	i	PRON	O	0			091db1da405dfcc160c1f01306c9d1ba
+8	ever	ever	ADV	O	0			091db1da405dfcc160c1f01306c9d1ba
+9	went	go	VERB	O	0			091db1da405dfcc160c1f01306c9d1ba
+10	to	to	PART	O	0			091db1da405dfcc160c1f01306c9d1ba
+11	an	an	DET	O	0			091db1da405dfcc160c1f01306c9d1ba
+12	art	art	NOUN	O	0			091db1da405dfcc160c1f01306c9d1ba
+13	museum	museum	NOUN	O	0			091db1da405dfcc160c1f01306c9d1ba
+14	.	.	PUNCT	O	0			091db1da405dfcc160c1f01306c9d1ba
+
+1	And	and	CONJ	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+2	you	you	PRON	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+3	know	know	VERB	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+4	,	,	PUNCT	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+5	an	an	DET	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+6	epiphany	epiphany	NOUN	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+7	is	be	VERB	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+8	usually	usually	ADV	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+9	something	something	NOUN	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+10	you	you	PRON	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+11	find	find	VERB	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+12	that	that	DET	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+13	you	you	PRON	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+14	dropped	drop	VERB	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+15	someplace	someplace	NOUN	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+16	.	.	PUNCT	O	0			3d6da938ae781090f61e63c1fa3ac4a8
+
+1	If	if	CONJ	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+2	a	a	DET	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+3	person	person	NOUN	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+4	isn	isn	VERB	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+5	'	'	PART	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+6	t	t	PART	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+7	at	at	ADP	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+8	home	home	NOUN	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+9	it	it	PRON	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+10	'	'	PART	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+11	s	s	VERB	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+12	OK	ok	ADJ	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+13	to	to	PART	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+14	sign	sign	VERB	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+15	for	for	ADP	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+16	the	the	DET	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+17	goods	good	NOUN	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+18	themselves	themselves	PRON	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+19	and	and	CONJ	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+20	do	do	VERB	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+21	with	with	ADP	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+22	them	them	PRON	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+23	what	what	PRON	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+24	they	they	PRON	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+25	please	please	VERB	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+26	?	?	PUNCT	O	0			ac901bd79d7dc4f06fa57e83fa8bdd65
+
+1	My	my	DET	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+2	order	order	NOUN	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+3	was	be	VERB	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+4	easy	easy	ADV	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+5	to	to	PART	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+6	do	do	VERB	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+7	,	,	PUNCT	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+8	disatched	disatched	VERB	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+9	quickly	quickly	ADV	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+10	,	,	PUNCT	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+11	delivered	deliver	VERB	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+12	promptly	promptly	ADV	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+13	,	,	PUNCT	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+14	and	and	CONJ	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+15	my	my	DET	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+16	Wrangler	wrangler	PROPN	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+17	boots	boot	NOUN	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+18	are	be	VERB	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+19	fantastic	fantastic	ADJ	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+20	,	,	PUNCT	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+21	nicer	nice	ADJ	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+22	than	than	ADP	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+23	in	in	ADP	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+24	the	the	DET	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+25	picture	picture	NOUN	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+26	.	.	PUNCT	O	0			0593a4f253edbf8c8d61a4561a7aec2f
+
+1	Apple	apple	PROPN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+2	Now	now	ADV	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+3	Accepting	accept	VERB	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+4	Design	design	NOUN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+5	Award	award	NOUN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+6	Nominations	nomination	NOUN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+7	–	–	PUNCT	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+8	PC	pc	PROPN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+9	Magazine	magazine	PROPN	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+10	http://t.co/JBpgnboS	URL	X	O	0			4d54f7e279d097e63a7c458e6af0f0cd
+
+1	I	i	PRON	O	0			9a84e6851b044cfc328bc4184a08a0c8
+2	know	know	VERB	O	0			9a84e6851b044cfc328bc4184a08a0c8
+3	I	i	PRON	O	0			9a84e6851b044cfc328bc4184a08a0c8
+4	can	can	AUX	O	0			9a84e6851b044cfc328bc4184a08a0c8
+5	be	be	VERB	O	0			9a84e6851b044cfc328bc4184a08a0c8
+6	assured	assured	ADJ	O	0			9a84e6851b044cfc328bc4184a08a0c8
+7	of	of	ADP	O	0			9a84e6851b044cfc328bc4184a08a0c8
+8	next	next	ADJ	O	0			9a84e6851b044cfc328bc4184a08a0c8
+9	-	-	PUNCT	O	0			9a84e6851b044cfc328bc4184a08a0c8
+10	day	day	NOUN	O	0			9a84e6851b044cfc328bc4184a08a0c8
+11	delivery	delivery	NOUN	O	0			9a84e6851b044cfc328bc4184a08a0c8
+12	.	.	PUNCT	O	0			9a84e6851b044cfc328bc4184a08a0c8
+
+1	@TmoNSays	@USER	X	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+2	of	of	SCONJ	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+3	course	course	NOUN	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+4	she	she	PRON	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+5	is	be	VERB	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+6	lol	lol	INTJ	O	0			3c7f20a80479e2cfc6d0217b0177cfa8
+
+1	Great	great	ADJ	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+2	Review	review	NOUN	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+3	on	on	ADP	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+4	#JBSpinshttp	#jbspinshttp	X	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+5	://	URL	X	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+6	jbspins.blogspot.com/2010/10/fandom-love-saturday-nightmares.html	URL	X	O	0			f4ec7adb687002d07c9aae2d64ef49dc
+
+1	Very	very	ADV	O	0			67bc117a5495747178c545c923591ae2
+2	poor	poor	ADJ	O	0			67bc117a5495747178c545c923591ae2
+3	service	service	NOUN	O	0			67bc117a5495747178c545c923591ae2
+4	Quidco	quidco	PROPN	O	0			67bc117a5495747178c545c923591ae2
+5	.	.	PUNCT	O	0			67bc117a5495747178c545c923591ae2
+
+1	@yosoyRoland	@USER	X	O	0			5b79a42920f0f23404892e4e262f556f
+2	no	no	INTJ	O	0			5b79a42920f0f23404892e4e262f556f
+3	you	you	PRON	O	0			5b79a42920f0f23404892e4e262f556f
+4	were	be	VERB	O	0			5b79a42920f0f23404892e4e262f556f
+5	right	right	ADJ	O	0			5b79a42920f0f23404892e4e262f556f
+6	lol	lol	INTJ	O	0			5b79a42920f0f23404892e4e262f556f
+7	..	..	PUNCT	O	0			5b79a42920f0f23404892e4e262f556f
+8	I	i	PRON	O	0			5b79a42920f0f23404892e4e262f556f
+9	do	do	AUX	O	0			5b79a42920f0f23404892e4e262f556f
+10	have	have	VERB	O	0			5b79a42920f0f23404892e4e262f556f
+11	to	to	PART	O	0			5b79a42920f0f23404892e4e262f556f
+12	stop	stop	VERB	O	0			5b79a42920f0f23404892e4e262f556f
+13	and	and	CONJ	O	0			5b79a42920f0f23404892e4e262f556f
+14	I	i	PRON	O	0			5b79a42920f0f23404892e4e262f556f
+15	appreciate	appreciate	VERB	O	0			5b79a42920f0f23404892e4e262f556f
+16	the	the	DET	O	0			5b79a42920f0f23404892e4e262f556f
+17	input	input	NOUN	O	0			5b79a42920f0f23404892e4e262f556f
+
+1	The	the	DET	O	0			b74a430a2b27de2b1335f032758e5ce9
+2	kidney	kidney	NOUN	O	0			b74a430a2b27de2b1335f032758e5ce9
+3	was	be	VERB	O	0			b74a430a2b27de2b1335f032758e5ce9
+4	indeed	indeed	ADV	O	0			b74a430a2b27de2b1335f032758e5ce9
+5	the	the	DET	O	0			b74a430a2b27de2b1335f032758e5ce9
+6	first	first	ADJ	O	0			b74a430a2b27de2b1335f032758e5ce9
+7	organ	organ	NOUN	O	0			b74a430a2b27de2b1335f032758e5ce9
+8	ever	ever	ADV	O	0			b74a430a2b27de2b1335f032758e5ce9
+9	to	to	PART	O	0			b74a430a2b27de2b1335f032758e5ce9
+10	be	be	AUX	O	0			b74a430a2b27de2b1335f032758e5ce9
+11	transplanted	transplant	VERB	O	0			b74a430a2b27de2b1335f032758e5ce9
+12	to	to	PART	O	0			b74a430a2b27de2b1335f032758e5ce9
+13	the	the	DET	O	0			b74a430a2b27de2b1335f032758e5ce9
+14	human	human	NOUN	O	0			b74a430a2b27de2b1335f032758e5ce9
+15	.	.	PUNCT	O	0			b74a430a2b27de2b1335f032758e5ce9
+
+1	Great	great	ADJ	O	0			12cb3344bd65644a4620b172c52034ed
+2	range	range	NOUN	O	0			12cb3344bd65644a4620b172c52034ed
+3	too	too	ADV	O	0			12cb3344bd65644a4620b172c52034ed
+4	.	.	PUNCT	O	0			12cb3344bd65644a4620b172c52034ed
+
+1	Overall	overall	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+2	impression	impression	NOUN	O	0			27a3d5d3414fd7fa965bd63b34033f29
+3	:	:	PUNCT	O	0			27a3d5d3414fd7fa965bd63b34033f29
+4	good	good	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+5	and	and	CONJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+6	easy	easy	ADV	O	0			27a3d5d3414fd7fa965bd63b34033f29
+7	to	to	PART	O	0			27a3d5d3414fd7fa965bd63b34033f29
+8	use	use	VERB	O	0			27a3d5d3414fd7fa965bd63b34033f29
+9	website	website	NOUN	O	0			27a3d5d3414fd7fa965bd63b34033f29
+10	,	,	PUNCT	O	0			27a3d5d3414fd7fa965bd63b34033f29
+11	good	good	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+12	range	range	NOUN	O	0			27a3d5d3414fd7fa965bd63b34033f29
+13	of	of	ADP	O	0			27a3d5d3414fd7fa965bd63b34033f29
+14	products	product	NOUN	O	0			27a3d5d3414fd7fa965bd63b34033f29
+15	,	,	PUNCT	O	0			27a3d5d3414fd7fa965bd63b34033f29
+16	not	not	ADV	O	0			27a3d5d3414fd7fa965bd63b34033f29
+17	the	the	DET	O	0			27a3d5d3414fd7fa965bd63b34033f29
+18	cheapest	cheap	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+19	by	by	ADP	O	0			27a3d5d3414fd7fa965bd63b34033f29
+20	far	far	ADV	O	0			27a3d5d3414fd7fa965bd63b34033f29
+21	but	but	CONJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+22	been	be	VERB	O	0			27a3d5d3414fd7fa965bd63b34033f29
+23	fine	fine	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+24	so	so	ADV	O	0			27a3d5d3414fd7fa965bd63b34033f29
+25	far	far	ADV	O	0			27a3d5d3414fd7fa965bd63b34033f29
+26	for	for	ADP	O	0			27a3d5d3414fd7fa965bd63b34033f29
+27	a	a	DET	O	0			27a3d5d3414fd7fa965bd63b34033f29
+28	fast	fast	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+29	top	top	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+30	up	up	ADJ	O	0			27a3d5d3414fd7fa965bd63b34033f29
+31	order	order	NOUN	O	0			27a3d5d3414fd7fa965bd63b34033f29
+32	.	.	PUNCT	O	0			27a3d5d3414fd7fa965bd63b34033f29
+
+1	PEOPLE	people	NOUN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+2	OF	of	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+3	THE	the	DET	O	0			3fe7fd0c5289c9a8beed667edb50833f
+4	INTERNET	internet	NOUN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+5	!	!	PUNCT	O	0			3fe7fd0c5289c9a8beed667edb50833f
+6	The	the	DET	O	0			3fe7fd0c5289c9a8beed667edb50833f
+7	Prince	prince	PROPN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+8	doco	doco	NOUN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+9	is	be	VERB	O	0			3fe7fd0c5289c9a8beed667edb50833f
+10	on	on	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+11	at	at	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+12	9PM	NUMBER	NUM	O	0			3fe7fd0c5289c9a8beed667edb50833f
+13	on	on	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+14	BBC4	bbc4	PROPN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+15	,	,	PUNCT	O	0			3fe7fd0c5289c9a8beed667edb50833f
+16	and	and	CONJ	O	0			3fe7fd0c5289c9a8beed667edb50833f
+17	then	then	ADV	O	0			3fe7fd0c5289c9a8beed667edb50833f
+18	Purple	purple	PROPN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+19	Rain	rain	PROPN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+20	is	be	VERB	O	0			3fe7fd0c5289c9a8beed667edb50833f
+21	on	on	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+22	at	at	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+23	10PM	NUMBER	NUM	O	0			3fe7fd0c5289c9a8beed667edb50833f
+24	.	.	PUNCT	O	0			3fe7fd0c5289c9a8beed667edb50833f
+25	Apologies	apology	NOUN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+26	for	for	ADP	O	0			3fe7fd0c5289c9a8beed667edb50833f
+27	earlier	earlier	ADJ	O	0			3fe7fd0c5289c9a8beed667edb50833f
+28	incorrect	incorrect	ADJ	O	0			3fe7fd0c5289c9a8beed667edb50833f
+29	timings	timing	NOUN	O	0			3fe7fd0c5289c9a8beed667edb50833f
+30	.	.	PUNCT	O	0			3fe7fd0c5289c9a8beed667edb50833f
+
+1	Yves	yves	PROPN	O	0			56da74d34fbd73498a20d9f88e7a3c97
+2	Behar	behar	PROPN	O	0			56da74d34fbd73498a20d9f88e7a3c97
+3	:	:	PUNCT	O	0			56da74d34fbd73498a20d9f88e7a3c97
+4	And	and	CONJ	O	0			56da74d34fbd73498a20d9f88e7a3c97
+5	in	in	ADP	O	0			56da74d34fbd73498a20d9f88e7a3c97
+6	scenic	scenic	ADJ	O	0			56da74d34fbd73498a20d9f88e7a3c97
+7	Switzerland	switzerland	PROPN	O	0			56da74d34fbd73498a20d9f88e7a3c97
+8	for	for	ADP	O	0			56da74d34fbd73498a20d9f88e7a3c97
+9	me	me	PRON	O	0			56da74d34fbd73498a20d9f88e7a3c97
+10	.	.	PUNCT	O	0			56da74d34fbd73498a20d9f88e7a3c97
+
+1	@alvinhocheese	@USER	X	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+2	@Zixuan29	@USER	X	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+3	I	i	PRON	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+4	uploaded/uploading	uploaded/uploading	VERB	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+5	remaining	remain	VERB	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+6	albums	album	NOUN	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+7	.	.	PUNCT	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+8	Muackszx	muackszx	PROPN	O	0			6ad47bd81f718fa6980ca2f16a9926b3
+
+1	Caller	caller	PROPN	O	0			653880a2d0a398533f313b3644374653
+2	was	be	VERB	O	0			653880a2d0a398533f313b3644374653
+3	very	very	ADV	O	0			653880a2d0a398533f313b3644374653
+4	polite	polite	ADJ	O	0			653880a2d0a398533f313b3644374653
+5	and	and	CONJ	O	0			653880a2d0a398533f313b3644374653
+6	efficient	efficient	ADJ	O	0			653880a2d0a398533f313b3644374653
+7	.	.	PUNCT	O	0			653880a2d0a398533f313b3644374653
+
+1	Super	super	ADJ	O	0			fc09a2f27fede90f0a73a808bdadeb22
+2	quality	quality	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+3	,	,	PUNCT	O	0			fc09a2f27fede90f0a73a808bdadeb22
+4	good	good	ADJ	O	0			fc09a2f27fede90f0a73a808bdadeb22
+5	range	range	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+6	,	,	PUNCT	O	0			fc09a2f27fede90f0a73a808bdadeb22
+7	efficient	efficient	ADJ	O	0			fc09a2f27fede90f0a73a808bdadeb22
+8	delivery	delivery	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+9	-	-	PUNCT	O	0			fc09a2f27fede90f0a73a808bdadeb22
+10	I	i	PRON	O	0			fc09a2f27fede90f0a73a808bdadeb22
+11	would	would	VERB	O	0			fc09a2f27fede90f0a73a808bdadeb22
+12	recommend	recommend	VERB	O	0			fc09a2f27fede90f0a73a808bdadeb22
+13	The	the	DET	O	0			fc09a2f27fede90f0a73a808bdadeb22
+14	Door	door	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+15	Handle	handle	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+16	Company	company	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+17	to	to	ADP	O	0			fc09a2f27fede90f0a73a808bdadeb22
+18	anyone	anyone	NOUN	O	0			fc09a2f27fede90f0a73a808bdadeb22
+19	.	.	PUNCT	O	0			fc09a2f27fede90f0a73a808bdadeb22
+
+1	But	but	CONJ	O	0			2c35983c7a4ad9c6b7404b519affca44
+2	I	i	PRON	O	0			2c35983c7a4ad9c6b7404b519affca44
+3	do	do	AUX	O	0			2c35983c7a4ad9c6b7404b519affca44
+4	n't	n't	PART	O	0			2c35983c7a4ad9c6b7404b519affca44
+5	buy	buy	VERB	O	0			2c35983c7a4ad9c6b7404b519affca44
+6	anything	anything	NOUN	O	0			2c35983c7a4ad9c6b7404b519affca44
+7	new	new	ADJ	O	0			2c35983c7a4ad9c6b7404b519affca44
+8	.	.	PUNCT	O	0			2c35983c7a4ad9c6b7404b519affca44
+
+1	And	and	CONJ	O	0			c0b6daf1260620bc0ed749732c300a0f
+2	the	the	DET	O	0			c0b6daf1260620bc0ed749732c300a0f
+3	man	man	NOUN	O	0			c0b6daf1260620bc0ed749732c300a0f
+4	who	who	PRON	O	0			c0b6daf1260620bc0ed749732c300a0f
+5	talked	talk	VERB	O	0			c0b6daf1260620bc0ed749732c300a0f
+6	at	at	ADP	O	0			c0b6daf1260620bc0ed749732c300a0f
+7	that	that	DET	O	0			c0b6daf1260620bc0ed749732c300a0f
+8	evening	evening	NOUN	O	0			c0b6daf1260620bc0ed749732c300a0f
+9	lecture	lecture	NOUN	O	0			c0b6daf1260620bc0ed749732c300a0f
+10	was	be	VERB	O	0			c0b6daf1260620bc0ed749732c300a0f
+11	very	very	ADV	O	0			c0b6daf1260620bc0ed749732c300a0f
+12	interesting	interesting	ADJ	O	0			c0b6daf1260620bc0ed749732c300a0f
+13	.	.	PUNCT	O	0			c0b6daf1260620bc0ed749732c300a0f
+
+1	More	more	ADV	O	0			4e9d6209a91c3e868bd6679397580b75
+2	expensive	expensive	ADJ	O	0			4e9d6209a91c3e868bd6679397580b75
+3	than	than	ADP	O	0			4e9d6209a91c3e868bd6679397580b75
+4	some	some	DET	O	0			4e9d6209a91c3e868bd6679397580b75
+5	competitors	competitor	NOUN	O	0			4e9d6209a91c3e868bd6679397580b75
+6	but	but	CONJ	O	0			4e9d6209a91c3e868bd6679397580b75
+7	has	have	VERB	O	0			4e9d6209a91c3e868bd6679397580b75
+8	good	good	ADJ	O	0			4e9d6209a91c3e868bd6679397580b75
+9	coverage	coverage	NOUN	O	0			4e9d6209a91c3e868bd6679397580b75
+10	.	.	PUNCT	O	0			4e9d6209a91c3e868bd6679397580b75
+
+1	RT	rt	X	O	0			e0bc10d26406c00baa6134fb9dd19fad
+2	@nomoreperks	@USER	X	O	0			e0bc10d26406c00baa6134fb9dd19fad
+3	:	:	X	O	0			e0bc10d26406c00baa6134fb9dd19fad
+4	i	i	PRON	O	0			e0bc10d26406c00baa6134fb9dd19fad
+5	love	love	VERB	O	0			e0bc10d26406c00baa6134fb9dd19fad
+6	how	how	ADV	O	0			e0bc10d26406c00baa6134fb9dd19fad
+7	people	people	NOUN	O	0			e0bc10d26406c00baa6134fb9dd19fad
+8	on	on	ADP	O	0			e0bc10d26406c00baa6134fb9dd19fad
+9	#subeta	#subeta	PROPN	O	0			e0bc10d26406c00baa6134fb9dd19fad
+10	can	can	AUX	O	0			e0bc10d26406c00baa6134fb9dd19fad
+11	admit	admit	VERB	O	0			e0bc10d26406c00baa6134fb9dd19fad
+12	to	to	SCONJ	O	0			e0bc10d26406c00baa6134fb9dd19fad
+13	crying	cry	VERB	O	0			e0bc10d26406c00baa6134fb9dd19fad
+14	over	over	ADP	O	0			e0bc10d26406c00baa6134fb9dd19fad
+15	pokemon	pokemon	PROPN	O	0			e0bc10d26406c00baa6134fb9dd19fad
+16	movies	movie	NOUN	O	0			e0bc10d26406c00baa6134fb9dd19fad
+17	.	.	PUNCT	O	0			e0bc10d26406c00baa6134fb9dd19fad
+18	(	(	PUNCT	O	0			e0bc10d26406c00baa6134fb9dd19fad
+19	ngl	ngl	X	O	0			e0bc10d26406c00baa6134fb9dd19fad
+20	,	,	PUNCT	O	0			e0bc10d26406c00baa6134fb9dd19fad
+21	i	i	PRON	O	0			e0bc10d26406c00baa6134fb9dd19fad
+22	did	do	VERB	O	0			e0bc10d26406c00baa6134fb9dd19fad
+23	too	too	ADV	O	0			e0bc10d26406c00baa6134fb9dd19fad
+24	)	)	PUNCT	O	0			e0bc10d26406c00baa6134fb9dd19fad
+
+1	@ninbroken52	@USER	X	O	0			aac56131ab57aeb0981c964e7ee56e66
+2	LoL	lol	INTJ	O	0			aac56131ab57aeb0981c964e7ee56e66
+3	Looks	look	VERB	O	0			aac56131ab57aeb0981c964e7ee56e66
+4	like	like	SCONJ	O	0			aac56131ab57aeb0981c964e7ee56e66
+5	I	i	PRON	O	0			aac56131ab57aeb0981c964e7ee56e66
+6	hit	hit	VERB	O	0			aac56131ab57aeb0981c964e7ee56e66
+7	the	the	DET	O	0			aac56131ab57aeb0981c964e7ee56e66
+8	nail	nail	NOUN	O	0			aac56131ab57aeb0981c964e7ee56e66
+9	n	n	ADP	O	0			aac56131ab57aeb0981c964e7ee56e66
+10	the	the	DET	O	0			aac56131ab57aeb0981c964e7ee56e66
+11	head	head	NOUN	O	0			aac56131ab57aeb0981c964e7ee56e66
+12	with	with	ADP	O	0			aac56131ab57aeb0981c964e7ee56e66
+13	that	that	DET	O	0			aac56131ab57aeb0981c964e7ee56e66
+14	one	NUMBER	NUM	O	0			aac56131ab57aeb0981c964e7ee56e66
+15	.	.	PUNCT	O	0			aac56131ab57aeb0981c964e7ee56e66
+16	;-P	EMOTICON	X	O	0			aac56131ab57aeb0981c964e7ee56e66
+
+1	@ThreeeStacks	@USER	X	O	0			6fe26c7d3fc0a375f6d04eae5b6460db
+2	@lildick_e	@USER	X	O	0			6fe26c7d3fc0a375f6d04eae5b6460db
+3	Woooooooow	woooooooow	INTJ	O	0			6fe26c7d3fc0a375f6d04eae5b6460db
+
+1	A	a	DET	O	0			206fcd455c2560a035542a71e933fb7e
+2	0	0	NUM	O	0			206fcd455c2560a035542a71e933fb7e
+3	*****	*****	X	O	0			206fcd455c2560a035542a71e933fb7e
+4	Company	company	NOUN	O	0			206fcd455c2560a035542a71e933fb7e
+5	.	.	PUNCT	O	0			206fcd455c2560a035542a71e933fb7e
+
+1	Former	former	ADJ	O	0			57607ca60986cf091d1d0597eb719f30
+2	Villarreal	villarreal	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+3	and	and	CONJ	O	0			57607ca60986cf091d1d0597eb719f30
+4	Panathinaikos	panathinaikos	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+5	boss	boss	NOUN	O	0			57607ca60986cf091d1d0597eb719f30
+6	Victor	victor	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+7	Munoz	munoz	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+8	set	set	VERB	O	0			57607ca60986cf091d1d0597eb719f30
+9	for	for	ADP	O	0			57607ca60986cf091d1d0597eb719f30
+10	Al	al	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+11	Ittihad	ittihad	PROPN	O	0			57607ca60986cf091d1d0597eb719f30
+12	post	post	NOUN	O	0			57607ca60986cf091d1d0597eb719f30
+13	http://t.co/d9SN0ieQ	URL	X	O	0			57607ca60986cf091d1d0597eb719f30
+
+1	@MaliiBo	@USER	X	O	0			abad5d8f0e4840119c964967c9ccff50
+2	@_tee_aanal	@USER	X	O	0			abad5d8f0e4840119c964967c9ccff50
+3	miss	miss	VERB	O	0			abad5d8f0e4840119c964967c9ccff50
+4	y'all	y'all	PRON	O	0			abad5d8f0e4840119c964967c9ccff50
+5	too	too	ADV	O	0			abad5d8f0e4840119c964967c9ccff50
+6	just	just	ADV	O	0			abad5d8f0e4840119c964967c9ccff50
+7	gonna	gonna	AUX	O	0			abad5d8f0e4840119c964967c9ccff50
+8	leave	leave	VERB	O	0			abad5d8f0e4840119c964967c9ccff50
+9	me	me	PRON	O	0			abad5d8f0e4840119c964967c9ccff50
+10	out	out	ADP	O	0			abad5d8f0e4840119c964967c9ccff50
+11	the	the	DET	O	0			abad5d8f0e4840119c964967c9ccff50
+12	damn	damn	ADJ	O	0			abad5d8f0e4840119c964967c9ccff50
+13	convo	convo	NOUN	O	0			abad5d8f0e4840119c964967c9ccff50
+14	dicks	dick	NOUN	O	0			abad5d8f0e4840119c964967c9ccff50
+15	lol	lol	INTJ	O	0			abad5d8f0e4840119c964967c9ccff50
+
+1	And	and	CONJ	O	0			b4b5410e591f686a465193ec66cc7080
+2	what	what	PRON	O	0			b4b5410e591f686a465193ec66cc7080
+3	do	do	AUX	O	0			b4b5410e591f686a465193ec66cc7080
+4	I	i	PRON	O	0			b4b5410e591f686a465193ec66cc7080
+5	mean	mean	VERB	O	0			b4b5410e591f686a465193ec66cc7080
+6	by	by	ADP	O	0			b4b5410e591f686a465193ec66cc7080
+7	that	that	DET	O	0			b4b5410e591f686a465193ec66cc7080
+8	?	?	PUNCT	O	0			b4b5410e591f686a465193ec66cc7080
+
+1	@DAPtheGreat	@USER	X	O	0			235d027062b4885164db38e0db04f799
+2	THANK	thank	VERB	O	0			235d027062b4885164db38e0db04f799
+3	YOU	you	PRON	O	0			235d027062b4885164db38e0db04f799
+4	!!!!	!!!!	PUNCT	O	0			235d027062b4885164db38e0db04f799
+
+1	I	i	PRON	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+2	need	need	VERB	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+3	to	to	PART	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+4	stop	stop	VERB	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+5	being	be	VERB	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+6	so	so	ADV	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+7	realistic	realistic	ADJ	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+8	!!	!!	PUNCT	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+9	#being	#being	VERB	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+10	a	a	DET	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+11	dreamer	dreamer	NOUN	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+12	once	once	ADV	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+13	in	in	ADP	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+14	a	a	DET	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+15	while	while	NOUN	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+16	is	be	VERB	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+17	such	such	DET	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+18	a	a	DET	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+19	blessing	blessing	NOUN	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+20	some	some	DET	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+21	times	times	NOUN	O	0			ee086fd028b9b6c5edcd7f88346deb8e
+
+1	The	the	DET	O	0			1e73cf8af33739e015e9686aa482a995
+2	flight	flight	NOUN	O	0			1e73cf8af33739e015e9686aa482a995
+3	was	be	VERB	O	0			1e73cf8af33739e015e9686aa482a995
+4	fine	fine	ADJ	O	0			1e73cf8af33739e015e9686aa482a995
+5	and	and	CONJ	O	0			1e73cf8af33739e015e9686aa482a995
+6	the	the	DET	O	0			1e73cf8af33739e015e9686aa482a995
+7	staff	staff	NOUN	O	0			1e73cf8af33739e015e9686aa482a995
+8	courteous	courteous	ADJ	O	0			1e73cf8af33739e015e9686aa482a995
+9	and	and	CONJ	O	0			1e73cf8af33739e015e9686aa482a995
+10	friendly	friendly	ADJ	O	0			1e73cf8af33739e015e9686aa482a995
+11	.	.	PUNCT	O	0			1e73cf8af33739e015e9686aa482a995
+
+1	@xMSxJAZZEExTGOD	@USER	X	O	0			9c416935c1f19a910318c311bfe68bcc
+2	lol	lol	INTJ	O	0			9c416935c1f19a910318c311bfe68bcc
+3	,	,	PUNCT	O	0			9c416935c1f19a910318c311bfe68bcc
+4	naw	naw	INTJ	O	0			9c416935c1f19a910318c311bfe68bcc
+5	,	,	PUNCT	O	0			9c416935c1f19a910318c311bfe68bcc
+6	we	we	PRON	O	0			9c416935c1f19a910318c311bfe68bcc
+7	good	good	ADJ	O	0			9c416935c1f19a910318c311bfe68bcc
+
+1	RT	rt	X	O	0			a8cbf669e949c5c127b8bca05e10c05a
+2	@bigbarracuda	@USER	X	O	0			a8cbf669e949c5c127b8bca05e10c05a
+3	:	:	X	O	0			a8cbf669e949c5c127b8bca05e10c05a
+4	If	if	SCONJ	O	0			a8cbf669e949c5c127b8bca05e10c05a
+5	U	u	PRON	O	0			a8cbf669e949c5c127b8bca05e10c05a
+6	R	r	VERB	O	0			a8cbf669e949c5c127b8bca05e10c05a
+7	a	a	DET	O	0			a8cbf669e949c5c127b8bca05e10c05a
+8	scuba	scuba	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+9	diver	diver	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+10	U	u	PRON	O	0			a8cbf669e949c5c127b8bca05e10c05a
+11	must	must	AUX	O	0			a8cbf669e949c5c127b8bca05e10c05a
+12	read	read	VERB	O	0			a8cbf669e949c5c127b8bca05e10c05a
+13	Barracuda	barracuda	PROPN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+14	.	.	PUNCT	O	0			a8cbf669e949c5c127b8bca05e10c05a
+15	This	this	DET	O	0			a8cbf669e949c5c127b8bca05e10c05a
+16	novel	novel	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+17	has	have	VERB	O	0			a8cbf669e949c5c127b8bca05e10c05a
+18	more	more	ADJ	O	0			a8cbf669e949c5c127b8bca05e10c05a
+19	thrills	thrill	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+20	than	than	ADP	O	0			a8cbf669e949c5c127b8bca05e10c05a
+21	JAWS	jaws	PROPN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+22	!	!	PUNCT	O	0			a8cbf669e949c5c127b8bca05e10c05a
+23	57	NUMBER	NUM	O	0			a8cbf669e949c5c127b8bca05e10c05a
+24	reviews	review	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+25	4stars	4stars	NOUN	O	0			a8cbf669e949c5c127b8bca05e10c05a
+26	http://simurl.com	URL	X	O	0			a8cbf669e949c5c127b8bca05e10c05a
+27	...	...	X	O	0			a8cbf669e949c5c127b8bca05e10c05a
+
+1	@RubertOfficial	@USER	X	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+2	right	right	ADV	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+3	back	back	ADV	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+4	atcha	atcha	X	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+5	bro	bro	NOUN	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+6	:)	EMOTICON	X	O	0			36d9dfc8bc003ff7fa4649bf4d281acc
+
+1	Sleeping	sleep	VERB	O	0			48e195c5737597e471d7803e1b8c2110
+2	beauty	beauty	NOUN	O	0			48e195c5737597e471d7803e1b8c2110
+3	like	like	SCONJ	O	0			48e195c5737597e471d7803e1b8c2110
+4	princess	princess	NOUN	O	0			48e195c5737597e471d7803e1b8c2110
+5	~	~	SYM	O	0			48e195c5737597e471d7803e1b8c2110
+
+1	There	there	ADV	O	0			436f87d43f17fa92f4767d44f153aed6
+2	isn	isn	VERB	O	0			436f87d43f17fa92f4767d44f153aed6
+3	'	'	PART	O	0			436f87d43f17fa92f4767d44f153aed6
+4	t	t	PART	O	0			436f87d43f17fa92f4767d44f153aed6
+5	any	any	DET	O	0			436f87d43f17fa92f4767d44f153aed6
+6	!	!	PUNCT	O	0			436f87d43f17fa92f4767d44f153aed6
+
+1	I	i	PRON	O	0			b63fe1de24e157365c4174adad20fd2a
+2	'm	'm	AUX	O	0			b63fe1de24e157365c4174adad20fd2a
+3	saving	save	VERB	O	0			b63fe1de24e157365c4174adad20fd2a
+4	gas	gas	NOUN	O	0			b63fe1de24e157365c4174adad20fd2a
+5	today	today	NOUN	O	0			b63fe1de24e157365c4174adad20fd2a
+
+1	Excellent	excellent	ADJ	O	0			6b37c506e84fcf474e37380530802009
+2	article	article	NOUN	O	0			6b37c506e84fcf474e37380530802009
+3	about	about	ADP	O	0			6b37c506e84fcf474e37380530802009
+4	Intelligent	intelligent	PROPN	O	0			6b37c506e84fcf474e37380530802009
+5	Management	management	PROPN	O	0			6b37c506e84fcf474e37380530802009
+6	founder	founder	NOUN	O	0			6b37c506e84fcf474e37380530802009
+7	Lepore	lepore	PROPN	O	0			6b37c506e84fcf474e37380530802009
+8	inspired	inspire	VERB	O	0			6b37c506e84fcf474e37380530802009
+9	by	by	ADP	O	0			6b37c506e84fcf474e37380530802009
+10	Jewish	jewish	PROPN	O	0			6b37c506e84fcf474e37380530802009
+11	philosophy	philosophy	NOUN	O	0			6b37c506e84fcf474e37380530802009
+12	to	to	PART	O	0			6b37c506e84fcf474e37380530802009
+13	find	find	VERB	O	0			6b37c506e84fcf474e37380530802009
+14	business	business	NOUN	O	0			6b37c506e84fcf474e37380530802009
+15	solutions	solution	NOUN	O	0			6b37c506e84fcf474e37380530802009
+16	http://bit.ly/kxbW2Q	URL	X	O	0			6b37c506e84fcf474e37380530802009
+
+1	RT	rt	X	O	0			d469cb0ac66bdfb01d8110f0f3865096
+2	@SnackzBITCH	@USER	X	O	0			d469cb0ac66bdfb01d8110f0f3865096
+3	:	:	X	O	0			d469cb0ac66bdfb01d8110f0f3865096
+4	Eat	eat	VERB	O	0			d469cb0ac66bdfb01d8110f0f3865096
+5	that	that	DET	O	0			d469cb0ac66bdfb01d8110f0f3865096
+6	pussc	pussc	NOUN	O	0			d469cb0ac66bdfb01d8110f0f3865096
+7	like	like	ADP	O	0			d469cb0ac66bdfb01d8110f0f3865096
+8	cold	cold	ADJ	O	0			d469cb0ac66bdfb01d8110f0f3865096
+9	pizza	pizza	NOUN	O	0			d469cb0ac66bdfb01d8110f0f3865096
+10	lol	lol	INTJ	O	0			d469cb0ac66bdfb01d8110f0f3865096
+
+1	RT	rt	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+2	@djhellayella	@USER	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+3	:	:	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+4	Tonight	tonight	NOUN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+5	I	i	PRON	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+6	'm	'm	VERB	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+7	at	at	ADP	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+8	Club	club	PROPN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+9	West	west	PROPN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+10	in	in	ADP	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+11	San	san	PROPN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+12	Antonio	antonio	PROPN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+13	...	...	PUNCT	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+14	This	this	PRON	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+15	is	be	VERB	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+16	what	what	PRON	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+17	it	it	PRON	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+18	was	be	VERB	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+19	like	like	ADP	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+20	the	the	DET	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+21	last	last	ADJ	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+22	time	time	NOUN	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+23	I	i	PRON	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+24	was	be	VERB	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+25	there	there	ADV	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+26	.	.	PUNCT	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+27	(	(	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+28	cont	cont	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+29	)	)	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+30	http://tl.gd/bb2458	URL	X	O	0			2e8b6ad68c1af9831b5c1fe3e9eb4392
+
+1	So	so	ADV	O	0			0b3e3fb0f01e9f74920756656faa5e19
+2	,	,	PUNCT	O	0			0b3e3fb0f01e9f74920756656faa5e19
+3	we	we	PRON	O	0			0b3e3fb0f01e9f74920756656faa5e19
+4	have	have	VERB	O	0			0b3e3fb0f01e9f74920756656faa5e19
+5	this	this	DET	O	0			0b3e3fb0f01e9f74920756656faa5e19
+6	ability	ability	NOUN	O	0			0b3e3fb0f01e9f74920756656faa5e19
+7	as	as	ADP	O	0			0b3e3fb0f01e9f74920756656faa5e19
+8	well	well	ADV	O	0			0b3e3fb0f01e9f74920756656faa5e19
+9	.	.	PUNCT	O	0			0b3e3fb0f01e9f74920756656faa5e19
+
+1	Griner	griner	PROPN	O	0			0ddb84f0a77a028a00b83f8a1edd031c
+2	s	s	VERB	O	0			0ddb84f0a77a028a00b83f8a1edd031c
+3	a	a	DET	O	0			0ddb84f0a77a028a00b83f8a1edd031c
+4	boss	boss	NOUN	O	0			0ddb84f0a77a028a00b83f8a1edd031c
+
+1	But	but	CONJ	O	0			f50077b24245537ac94f5b535bc45eb8
+2	it	it	PRON	O	0			f50077b24245537ac94f5b535bc45eb8
+3	's	's	AUX	O	0			f50077b24245537ac94f5b535bc45eb8
+4	become	become	VERB	O	0			f50077b24245537ac94f5b535bc45eb8
+5	something	something	NOUN	O	0			f50077b24245537ac94f5b535bc45eb8
+6	else	else	ADV	O	0			f50077b24245537ac94f5b535bc45eb8
+7	.	.	PUNCT	O	0			f50077b24245537ac94f5b535bc45eb8
+
+1	Perhaps	perhaps	ADV	O	0			ba4deb4926a781b136c9b24bfa338a6e
+2	worse	worse	ADJ	O	0			ba4deb4926a781b136c9b24bfa338a6e
+3	than	than	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+4	this	this	PRON	O	0			ba4deb4926a781b136c9b24bfa338a6e
+5	is	be	VERB	O	0			ba4deb4926a781b136c9b24bfa338a6e
+6	the	the	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+7	disgraceful	disgraceful	ADJ	O	0			ba4deb4926a781b136c9b24bfa338a6e
+8	customer	customer	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+9	service	service	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+10	-	-	PUNCT	O	0			ba4deb4926a781b136c9b24bfa338a6e
+11	putting	put	VERB	O	0			ba4deb4926a781b136c9b24bfa338a6e
+12	the	the	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+13	phone	phone	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+14	down	down	PART	O	0			ba4deb4926a781b136c9b24bfa338a6e
+15	on	on	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+16	me	me	PRON	O	0			ba4deb4926a781b136c9b24bfa338a6e
+17	as	as	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+18	soon	soon	ADV	O	0			ba4deb4926a781b136c9b24bfa338a6e
+19	as	as	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+20	I	i	PRON	O	0			ba4deb4926a781b136c9b24bfa338a6e
+21	get	get	VERB	O	0			ba4deb4926a781b136c9b24bfa338a6e
+22	through	through	PART	O	0			ba4deb4926a781b136c9b24bfa338a6e
+23	(	(	PUNCT	O	0			ba4deb4926a781b136c9b24bfa338a6e
+24	after	after	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+25	dozens	dozens	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+26	of	of	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+27	attempts	attempt	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+28	)	)	PUNCT	O	0			ba4deb4926a781b136c9b24bfa338a6e
+29	to	to	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+30	their	their	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+31	customer	customer	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+32	service	service	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+33	helpline	helpline	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+34	,	,	PUNCT	O	0			ba4deb4926a781b136c9b24bfa338a6e
+35	ZERO	zero	NUM	O	0			ba4deb4926a781b136c9b24bfa338a6e
+36	replies	reply	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+37	to	to	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+38	emails	email	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+39	to	to	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+40	customer	customer	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+41	service	service	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+42	and	and	CONJ	O	0			ba4deb4926a781b136c9b24bfa338a6e
+43	removing	remove	VERB	O	0			ba4deb4926a781b136c9b24bfa338a6e
+44	my	my	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+45	comments	comment	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+46	on	on	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+47	this	this	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+48	issue	issue	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+49	from	from	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+50	their	their	DET	O	0			ba4deb4926a781b136c9b24bfa338a6e
+51	facebook	facebook	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+52	page	page	NOUN	O	0			ba4deb4926a781b136c9b24bfa338a6e
+53	rather	rather	ADV	O	0			ba4deb4926a781b136c9b24bfa338a6e
+54	than	than	ADP	O	0			ba4deb4926a781b136c9b24bfa338a6e
+55	replying	reply	VERB	O	0			ba4deb4926a781b136c9b24bfa338a6e
+56	.	.	PUNCT	O	0			ba4deb4926a781b136c9b24bfa338a6e
+
+1	Item	item	NOUN	O	0			8f0a6b0da15eb0decf58daec89c26900
+2	arrived	arrive	VERB	O	0			8f0a6b0da15eb0decf58daec89c26900
+3	quickly	quickly	ADV	O	0			8f0a6b0da15eb0decf58daec89c26900
+4	.	.	PUNCT	O	0			8f0a6b0da15eb0decf58daec89c26900
+
+1	extremely	extremely	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+2	unsatisfied	unsatisfied	ADJ	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+3	with	with	ADP	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+4	the	the	DET	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+5	customer	customer	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+6	services	services	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+7	I	i	PRON	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+8	recieved	recieved	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+9	when	when	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+10	the	the	DET	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+11	toilet	toilet	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+12	basin	basin	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+13	they	they	PRON	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+14	supplied	supply	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+15	was	be	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+16	faulty	faulty	ADJ	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+17	still	still	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+18	waiting	wait	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+19	for	for	ADP	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+20	replacement	replacement	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+21	after	after	ADP	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+22	reporting	report	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+23	fault	fault	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+24	0	0	NUM	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+25	weeks	week	NOUN	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+26	ago	ago	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+27	Will	will	AUX	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+28	not	not	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+29	be	be	AUX	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+30	using	use	VERB	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+31	again	again	ADV	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+32	.	.	PUNCT	O	0			4d47d30ab49747e55ac41c15fda6ba5d
+
+1	RT	rt	X	O	0			ac2f8d4e57b286433401b77d2d869fed
+2	@LoveDrGuadalupe	@USER	X	O	0			ac2f8d4e57b286433401b77d2d869fed
+3	:	:	X	O	0			ac2f8d4e57b286433401b77d2d869fed
+4	I	i	PRON	O	0			ac2f8d4e57b286433401b77d2d869fed
+5	feel	feel	VERB	O	0			ac2f8d4e57b286433401b77d2d869fed
+6	like	like	ADP	O	0			ac2f8d4e57b286433401b77d2d869fed
+7	a	a	DET	O	0			ac2f8d4e57b286433401b77d2d869fed
+8	bum	bum	NOUN	O	0			ac2f8d4e57b286433401b77d2d869fed
+9	,	,	PUNCT	O	0			ac2f8d4e57b286433401b77d2d869fed
+10	I	i	PRON	O	0			ac2f8d4e57b286433401b77d2d869fed
+11	look	look	VERB	O	0			ac2f8d4e57b286433401b77d2d869fed
+12	like	like	ADP	O	0			ac2f8d4e57b286433401b77d2d869fed
+13	a	a	DET	O	0			ac2f8d4e57b286433401b77d2d869fed
+14	bum	bum	NOUN	O	0			ac2f8d4e57b286433401b77d2d869fed
+15	,	,	PUNCT	O	0			ac2f8d4e57b286433401b77d2d869fed
+16	I	i	PRON	O	0			ac2f8d4e57b286433401b77d2d869fed
+17	smell	smell	VERB	O	0			ac2f8d4e57b286433401b77d2d869fed
+18	like	like	ADP	O	0			ac2f8d4e57b286433401b77d2d869fed
+19	a	a	DET	O	0			ac2f8d4e57b286433401b77d2d869fed
+20	bum	bum	NOUN	O	0			ac2f8d4e57b286433401b77d2d869fed
+21	,	,	PUNCT	O	0			ac2f8d4e57b286433401b77d2d869fed
+22	I	i	PRON	O	0			ac2f8d4e57b286433401b77d2d869fed
+23	am	be	VERB	O	0			ac2f8d4e57b286433401b77d2d869fed
+24	hungry	hungry	ADJ	O	0			ac2f8d4e57b286433401b77d2d869fed
+25	like	like	ADP	O	0			ac2f8d4e57b286433401b77d2d869fed
+26	a	a	DET	O	0			ac2f8d4e57b286433401b77d2d869fed
+27	bum	bum	NOUN	O	0			ac2f8d4e57b286433401b77d2d869fed
+28	.	.	PUNCT	O	0			ac2f8d4e57b286433401b77d2d869fed
+29	I	i	PRON	O	0			ac2f8d4e57b286433401b77d2d869fed
+30	am	be	VERB	O	0			ac2f8d4e57b286433401b77d2d869fed
+31	just	just	ADV	O	0			ac2f8d4e57b286433401b77d2d869fed
+32	a	a	DET	O	0			ac2f8d4e57b286433401b77d2d869fed
+33	fucking	fucking	ADJ	O	0			ac2f8d4e57b286433401b77d2d869fed
+34	bum	bum	NOUN	O	0			ac2f8d4e57b286433401b77d2d869fed
+35	.	.	PUNCT	O	0			ac2f8d4e57b286433401b77d2d869fed
+
+1	FN	fn	PROPN	O	0			9d0a58463bd22fa20320b002ca343187
+2	:	:	PUNCT	O	0			9d0a58463bd22fa20320b002ca343187
+3	And	and	CONJ	O	0			9d0a58463bd22fa20320b002ca343187
+4	I	i	PRON	O	0			9d0a58463bd22fa20320b002ca343187
+5	also	also	ADV	O	0			9d0a58463bd22fa20320b002ca343187
+6	had	have	VERB	O	0			9d0a58463bd22fa20320b002ca343187
+7	an	an	DET	O	0			9d0a58463bd22fa20320b002ca343187
+8	interest	interest	NOUN	O	0			9d0a58463bd22fa20320b002ca343187
+9	in	in	ADP	O	0			9d0a58463bd22fa20320b002ca343187
+10	dangerous	dangerous	ADJ	O	0			9d0a58463bd22fa20320b002ca343187
+11	inventions	invention	NOUN	O	0			9d0a58463bd22fa20320b002ca343187
+12	.	.	PUNCT	O	0			9d0a58463bd22fa20320b002ca343187
+
+1	We	we	PRON	O	0			88ebf99146bf99367c2139683afcf87e
+2	were	be	VERB	O	0			88ebf99146bf99367c2139683afcf87e
+3	originally	originally	ADV	O	0			88ebf99146bf99367c2139683afcf87e
+4	just	just	ADV	O	0			88ebf99146bf99367c2139683afcf87e
+5	after	after	ADP	O	0			88ebf99146bf99367c2139683afcf87e
+6	a	a	DET	O	0			88ebf99146bf99367c2139683afcf87e
+7	replacement	replacement	NOUN	O	0			88ebf99146bf99367c2139683afcf87e
+8	but	but	CONJ	O	0			88ebf99146bf99367c2139683afcf87e
+9	decided	decide	VERB	O	0			88ebf99146bf99367c2139683afcf87e
+10	that	that	CONJ	O	0			88ebf99146bf99367c2139683afcf87e
+11	we	we	PRON	O	0			88ebf99146bf99367c2139683afcf87e
+12	no	no	DET	O	0			88ebf99146bf99367c2139683afcf87e
+13	longer	longer	ADV	O	0			88ebf99146bf99367c2139683afcf87e
+14	wished	wish	VERB	O	0			88ebf99146bf99367c2139683afcf87e
+15	to	to	PART	O	0			88ebf99146bf99367c2139683afcf87e
+16	deal	deal	VERB	O	0			88ebf99146bf99367c2139683afcf87e
+17	with	with	ADP	O	0			88ebf99146bf99367c2139683afcf87e
+18	this	this	DET	O	0			88ebf99146bf99367c2139683afcf87e
+19	company	company	NOUN	O	0			88ebf99146bf99367c2139683afcf87e
+20	after	after	ADP	O	0			88ebf99146bf99367c2139683afcf87e
+21	many	many	ADJ	O	0			88ebf99146bf99367c2139683afcf87e
+22	concerning	concerning	ADJ	O	0			88ebf99146bf99367c2139683afcf87e
+23	phone	phone	NOUN	O	0			88ebf99146bf99367c2139683afcf87e
+24	calls	call	NOUN	O	0			88ebf99146bf99367c2139683afcf87e
+25	and	and	CONJ	O	0			88ebf99146bf99367c2139683afcf87e
+26	went	go	VERB	O	0			88ebf99146bf99367c2139683afcf87e
+27	for	for	ADP	O	0			88ebf99146bf99367c2139683afcf87e
+28	a	a	DET	O	0			88ebf99146bf99367c2139683afcf87e
+29	refund	refund	NOUN	O	0			88ebf99146bf99367c2139683afcf87e
+30	instead	instead	ADV	O	0			88ebf99146bf99367c2139683afcf87e
+31	.	.	PUNCT	O	0			88ebf99146bf99367c2139683afcf87e
+
+1	Products	product	NOUN	O	0			833a7fc344cc53212d568f426dce24bb
+2	are	be	VERB	O	0			833a7fc344cc53212d568f426dce24bb
+3	cheaper	cheap	ADJ	O	0			833a7fc344cc53212d568f426dce24bb
+4	than	than	ADP	O	0			833a7fc344cc53212d568f426dce24bb
+5	any	any	DET	O	0			833a7fc344cc53212d568f426dce24bb
+6	where	where	ADV	O	0			833a7fc344cc53212d568f426dce24bb
+7	else	else	ADV	O	0			833a7fc344cc53212d568f426dce24bb
+8	on	on	ADP	O	0			833a7fc344cc53212d568f426dce24bb
+9	the	the	DET	O	0			833a7fc344cc53212d568f426dce24bb
+10	net	net	NOUN	O	0			833a7fc344cc53212d568f426dce24bb
+11	taste	taste	VERB	O	0			833a7fc344cc53212d568f426dce24bb
+12	lovely	lovely	ADJ	O	0			833a7fc344cc53212d568f426dce24bb
+13	easy	easy	ADV	O	0			833a7fc344cc53212d568f426dce24bb
+14	to	to	PART	O	0			833a7fc344cc53212d568f426dce24bb
+15	order	order	VERB	O	0			833a7fc344cc53212d568f426dce24bb
+16	and	and	CONJ	O	0			833a7fc344cc53212d568f426dce24bb
+17	quick	quick	ADJ	O	0			833a7fc344cc53212d568f426dce24bb
+18	delivery	delivery	NOUN	O	0			833a7fc344cc53212d568f426dce24bb
+
+1	Excellent	excellent	ADJ	O	0			7bddea407b6750f80fe6e6b5668f465d
+2	products	product	NOUN	O	0			7bddea407b6750f80fe6e6b5668f465d
+3	,	,	PUNCT	O	0			7bddea407b6750f80fe6e6b5668f465d
+4	huge	huge	ADJ	O	0			7bddea407b6750f80fe6e6b5668f465d
+5	selection	selection	NOUN	O	0			7bddea407b6750f80fe6e6b5668f465d
+6	,	,	PUNCT	O	0			7bddea407b6750f80fe6e6b5668f465d
+7	super	super	ADV	O	0			7bddea407b6750f80fe6e6b5668f465d
+8	fast	fast	ADJ	O	0			7bddea407b6750f80fe6e6b5668f465d
+9	shipping	shipping	NOUN	O	0			7bddea407b6750f80fe6e6b5668f465d
+10	,	,	PUNCT	O	0			7bddea407b6750f80fe6e6b5668f465d
+11	and	and	CONJ	O	0			7bddea407b6750f80fe6e6b5668f465d
+12	as	as	ADP	O	0			7bddea407b6750f80fe6e6b5668f465d
+13	always	always	ADV	O	0			7bddea407b6750f80fe6e6b5668f465d
+14	,	,	PUNCT	O	0			7bddea407b6750f80fe6e6b5668f465d
+15	great	great	ADJ	O	0			7bddea407b6750f80fe6e6b5668f465d
+16	customer	customer	NOUN	O	0			7bddea407b6750f80fe6e6b5668f465d
+17	service	service	NOUN	O	0			7bddea407b6750f80fe6e6b5668f465d
+18	.	.	PUNCT	O	0			7bddea407b6750f80fe6e6b5668f465d
+
+1	RT	rt	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+2	@ZhihuiLee	@USER	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+3	:	:	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+4	Don't	don't	VERB	O	0			ee4aec41a2d6f2cc125457df8757eb90
+5	nonsense	nonsense	NOUN	O	0			ee4aec41a2d6f2cc125457df8757eb90
+6	ley	ley	NOUN	O	0			ee4aec41a2d6f2cc125457df8757eb90
+7	!	!	PUNCT	O	0			ee4aec41a2d6f2cc125457df8757eb90
+8	We	we	PRON	O	0			ee4aec41a2d6f2cc125457df8757eb90
+9	brother	brother	NOUN	O	0			ee4aec41a2d6f2cc125457df8757eb90
+10	sister	sister	NOUN	O	0			ee4aec41a2d6f2cc125457df8757eb90
+11	!	!	PUNCT	O	0			ee4aec41a2d6f2cc125457df8757eb90
+12	:D	EMOTICON	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+13	@JasonTan1511	@USER	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+14	I	i	PRON	O	0			ee4aec41a2d6f2cc125457df8757eb90
+15	thought	think	VERB	O	0			ee4aec41a2d6f2cc125457df8757eb90
+16	you	you	PRON	O	0			ee4aec41a2d6f2cc125457df8757eb90
+17	love	love	VERB	O	0			ee4aec41a2d6f2cc125457df8757eb90
+18	@XuepingAdole	@USER	X	O	0			ee4aec41a2d6f2cc125457df8757eb90
+19	ma	ma	NOUN	O	0			ee4aec41a2d6f2cc125457df8757eb90
+20	!	!	PUNCT	O	0			ee4aec41a2d6f2cc125457df8757eb90
+
+1	@PamalaSharpe	@USER	X	O	0			30962ce8698accccf4291eb65257baf0
+2	lmao	lmao	INTJ	O	0			30962ce8698accccf4291eb65257baf0
+3	I	i	PRON	O	0			30962ce8698accccf4291eb65257baf0
+4	'm	'm	VERB	O	0			30962ce8698accccf4291eb65257baf0
+5	not	not	PART	O	0			30962ce8698accccf4291eb65257baf0
+6	a	a	DET	O	0			30962ce8698accccf4291eb65257baf0
+7	sheep	sheep	NOUN	O	0			30962ce8698accccf4291eb65257baf0
+8	who	who	PRON	O	0			30962ce8698accccf4291eb65257baf0
+9	listens	listen	VERB	O	0			30962ce8698accccf4291eb65257baf0
+10	to	to	ADP	O	0			30962ce8698accccf4291eb65257baf0
+11	it	it	PRON	O	0			30962ce8698accccf4291eb65257baf0
+12	cos	cos	SCONJ	O	0			30962ce8698accccf4291eb65257baf0
+13	everyone	everyone	NOUN	O	0			30962ce8698accccf4291eb65257baf0
+14	else	else	ADV	O	0			30962ce8698accccf4291eb65257baf0
+15	does	do	VERB	O	0			30962ce8698accccf4291eb65257baf0
+16	,	,	PUNCT	O	0			30962ce8698accccf4291eb65257baf0
+17	it	it	PRON	O	0			30962ce8698accccf4291eb65257baf0
+18	s	s	VERB	O	0			30962ce8698accccf4291eb65257baf0
+19	generally	generally	ADV	O	0			30962ce8698accccf4291eb65257baf0
+20	shit	shit	NOUN	O	0			30962ce8698accccf4291eb65257baf0
+21	:(	EMOTICON	X	O	0			30962ce8698accccf4291eb65257baf0
+
+1	You	you	PRON	O	0			d60a2e9b2a85f7070bc075a4957ace37
+2	can	can	AUX	O	0			d60a2e9b2a85f7070bc075a4957ace37
+3	also	also	ADV	O	0			d60a2e9b2a85f7070bc075a4957ace37
+4	make	make	VERB	O	0			d60a2e9b2a85f7070bc075a4957ace37
+5	with	with	ADP	O	0			d60a2e9b2a85f7070bc075a4957ace37
+6	water	water	NOUN	O	0			d60a2e9b2a85f7070bc075a4957ace37
+7	if	if	CONJ	O	0			d60a2e9b2a85f7070bc075a4957ace37
+8	you	you	PRON	O	0			d60a2e9b2a85f7070bc075a4957ace37
+9	dont	dont	VERB	O	0			d60a2e9b2a85f7070bc075a4957ace37
+10	fancy	fancy	VERB	O	0			d60a2e9b2a85f7070bc075a4957ace37
+11	the	the	DET	O	0			d60a2e9b2a85f7070bc075a4957ace37
+12	milk	milk	NOUN	O	0			d60a2e9b2a85f7070bc075a4957ace37
+13	.	.	PUNCT	O	0			d60a2e9b2a85f7070bc075a4957ace37
+
+1	Making	make	VERB	O	0			790874039c0a8b527996a2d5db5d7878
+2	#Travel	#travel	NOUN	O	0			790874039c0a8b527996a2d5db5d7878
+3	a	a	DET	O	0			790874039c0a8b527996a2d5db5d7878
+4	Reality	reality	NOUN	O	0			790874039c0a8b527996a2d5db5d7878
+5	http://t.co/r4IWjn4B	URL	X	O	0			790874039c0a8b527996a2d5db5d7878
+6	@DenverEric	@USER	X	O	0			790874039c0a8b527996a2d5db5d7878
+7	#yakezie	#yakezie	X	O	0			790874039c0a8b527996a2d5db5d7878
+8	#lifestyle	#lifestyle	X	O	0			790874039c0a8b527996a2d5db5d7878
+9	#budget	#budget	X	O	0			790874039c0a8b527996a2d5db5d7878
+10	#travelhacking	#travelhacking	X	O	0			790874039c0a8b527996a2d5db5d7878
+
+1	When	when	ADV	O	0			8246934a8e7cb389e19b5ade262b2c14
+2	family	family	NOUN	O	0			8246934a8e7cb389e19b5ade262b2c14
+3	visit	visit	VERB	O	0			8246934a8e7cb389e19b5ade262b2c14
+4	no	no	PRON	O	0			8246934a8e7cb389e19b5ade262b2c14
+5	-	-	PUNCT	O	0			8246934a8e7cb389e19b5ade262b2c14
+6	one	one	PRON	O	0			8246934a8e7cb389e19b5ade262b2c14
+7	has	have	AUX	O	0			8246934a8e7cb389e19b5ade262b2c14
+8	to	to	PART	O	0			8246934a8e7cb389e19b5ade262b2c14
+9	waste	waste	VERB	O	0			8246934a8e7cb389e19b5ade262b2c14
+10	time	time	NOUN	O	0			8246934a8e7cb389e19b5ade262b2c14
+11	in	in	ADP	O	0			8246934a8e7cb389e19b5ade262b2c14
+12	the	the	DET	O	0			8246934a8e7cb389e19b5ade262b2c14
+13	kitchen	kitchen	NOUN	O	0			8246934a8e7cb389e19b5ade262b2c14
+14	.	.	PUNCT	O	0			8246934a8e7cb389e19b5ade262b2c14
+
+1	"	"	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+2	@allkpop	@USER	X	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+3	:	:	X	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+4	Super	super	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+5	Junior	junior	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+6	’s	’s	PART	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+7	Siwon	siwon	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+8	transforms	transform	VERB	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+9	into	into	ADP	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+10	‘	‘	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+11	Captain	captain	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+12	Choi	choi	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+13	’	’	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+14	for	for	ADP	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+15	“	“	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+16	Poseidon	poseidon	PROPN	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+17	”	”	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+18	http://t.co/W2aG8os	URL	X	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+19	"	"	PUNCT	O	0			d47fd59e3ae1ce29bb3016c9f8b834f5
+
+1	@justinbieber	@USER	X	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+2	I	i	PRON	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+3	'm	'm	AUX	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+4	a	a	DET	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+5	big	big	ADJ	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+6	fan	fan	NOUN	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+7	of	of	ADP	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+8	yours	yours	PRON	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+9	and	and	CONJ	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+10	admire	admire	VERB	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+11	your	your	PRON	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+12	work	work	NOUN	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+13	,	,	PUNCT	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+14	follow	follow	VERB	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+15	me	me	PRON	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+16	?	?	PUNCT	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+17	[/35	[/35	X	O	0			7a0b98c19f691ec9db380fe2c4d8d984
+
+1	@RachelBlueBerry	@USER	X	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+2	*	*	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+3	jumps	jump	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+4	down	down	ADV	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+5	walking	walk	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+6	over	over	ADP	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+7	to	to	ADP	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+8	you	you	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+9	singing	sing	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+10	*	*	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+11	Why	why	ADV	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+12	do	do	AUX	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+13	you	you	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+14	do	do	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+15	what	what	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+16	you	you	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+17	do	do	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+18	to	to	ADP	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+19	me	me	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+20	?	?	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+21	Yea	yea	INTJ	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+22	!	!	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+23	Why	why	ADV	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+24	wo	wo	AUX	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+25	n't	n't	PART	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+26	you	you	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+27	answer	answer	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+28	me	me	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+29	answer	answer	VERB	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+30	me	me	PRON	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+31	!	!	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+32	Yea	yea	INTJ	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+33	!	!	PUNCT	O	0			26eafcd2a16dbfb7d98fa4f1f9e6cc00
+
+1	@mashalmatere	@USER	X	O	0			2b65154e17517ac1cf94d931c371988a
+2	@NjoodM	@USER	X	O	0			2b65154e17517ac1cf94d931c371988a
+3	@WaleedAlsaggaf	@USER	X	O	0			2b65154e17517ac1cf94d931c371988a
+4	@Sa7i_Elbal	@USER	X	O	0			2b65154e17517ac1cf94d931c371988a
+5	and	and	CONJ	O	0			2b65154e17517ac1cf94d931c371988a
+6	some	some	DET	O	0			2b65154e17517ac1cf94d931c371988a
+7	others	others	NOUN	O	0			2b65154e17517ac1cf94d931c371988a
+8	unfollowed	unfollowed	VERB	O	0			2b65154e17517ac1cf94d931c371988a
+9	me	me	PRON	O	0			2b65154e17517ac1cf94d931c371988a
+10	[	[	PUNCT	O	0			2b65154e17517ac1cf94d931c371988a
+11	checked	check	VERB	O	0			2b65154e17517ac1cf94d931c371988a
+12	by	by	ADP	O	0			2b65154e17517ac1cf94d931c371988a
+13	http://t.co/EwYj9xGI	URL	X	O	0			2b65154e17517ac1cf94d931c371988a
+14	]	]	PUNCT	O	0			2b65154e17517ac1cf94d931c371988a
+
+1	RT	rt	X	O	0			3d310359d3e99ff9b59924e999f25bce
+2	@lemonjoose	@USER	X	O	0			3d310359d3e99ff9b59924e999f25bce
+3	:	:	X	O	0			3d310359d3e99ff9b59924e999f25bce
+4	£100	NUMBER	NUM	O	0			3d310359d3e99ff9b59924e999f25bce
+5	Voucher	voucher	NOUN	O	0			3d310359d3e99ff9b59924e999f25bce
+6	of	of	ADP	O	0			3d310359d3e99ff9b59924e999f25bce
+7	your	your	PRON	O	0			3d310359d3e99ff9b59924e999f25bce
+8	choice	choice	NOUN	O	0			3d310359d3e99ff9b59924e999f25bce
+9	is	be	VERB	O	0			3d310359d3e99ff9b59924e999f25bce
+10	up	up	ADV	O	0			3d310359d3e99ff9b59924e999f25bce
+11	for	for	ADP	O	0			3d310359d3e99ff9b59924e999f25bce
+12	grabs	grab	NOUN	O	0			3d310359d3e99ff9b59924e999f25bce
+13	,	,	PUNCT	O	0			3d310359d3e99ff9b59924e999f25bce
+14	just	just	ADV	O	0			3d310359d3e99ff9b59924e999f25bce
+15	RT	rt	VERB	O	0			3d310359d3e99ff9b59924e999f25bce
+16	and	and	CONJ	O	0			3d310359d3e99ff9b59924e999f25bce
+17	follow	follow	VERB	O	0			3d310359d3e99ff9b59924e999f25bce
+18	!	!	PUNCT	O	0			3d310359d3e99ff9b59924e999f25bce
+19	#win	#win	X	O	0			3d310359d3e99ff9b59924e999f25bce
+20	#competition	#competition	X	O	0			3d310359d3e99ff9b59924e999f25bce
+21	#lemonjoose	#lemonjoose	X	O	0			3d310359d3e99ff9b59924e999f25bce
+
+1	@1SmartiePants	@USER	X	O	0			1bd11d34e98622939b14c697a931ceef
+2	when	when	ADV	O	0			1bd11d34e98622939b14c697a931ceef
+3	have	have	VERB	O	0			1bd11d34e98622939b14c697a931ceef
+4	u	u	PRON	O	0			1bd11d34e98622939b14c697a931ceef
+5	ever	ever	ADV	O	0			1bd11d34e98622939b14c697a931ceef
+6	said	say	VERB	O	0			1bd11d34e98622939b14c697a931ceef
+7	yes	yes	INTJ	O	0			1bd11d34e98622939b14c697a931ceef
+8	...	...	PUNCT	O	0			1bd11d34e98622939b14c697a931ceef
+9	?	?	PUNCT	O	0			1bd11d34e98622939b14c697a931ceef
+
+1	@Say_WatsReal	@USER	X	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+2	;	;	PUNCT	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+3	awe	awe	INTJ	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+4	you	you	PRON	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+5	miss	miss	VERB	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+6	me	me	PRON	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+7	??	??	PUNCT	O	0			07cb1f3f5d9b6e5d4490de18ca5264fe
+
+1	Let	let	VERB	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+2	's	's	PRON	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+3	start	start	VERB	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+4	with	with	ADP	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+5	day	day	NOUN	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+6	and	and	CONJ	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+7	night	night	NOUN	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+8	.	.	PUNCT	O	0			6c1b25035aa7a4c0e54e809418a5aa04
+
+1	I	i	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+2	was	be	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+3	very	very	ADV	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+4	particular	particular	ADJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+5	that	that	CONJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+6	I	i	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+7	found	found	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+8	a	a	DET	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+9	company	company	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+10	that	that	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+11	would	would	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+12	offer	offer	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+13	me	me	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+14	the	the	DET	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+15	full	full	ADJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+16	package	package	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+17	-	-	PUNCT	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+18	as	as	CONJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+19	there	there	ADV	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+20	are	be	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+21	many	many	ADJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+22	out	out	ADP	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+23	there	there	ADV	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+24	that	that	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+25	do	do	AUX	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+26	not	not	ADV	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+27	let	let	AUX	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+28	you	you	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+29	have	have	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+30	the	the	DET	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+31	International	international	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+32	Warranty	warranty	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+33	Card	card	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+34	,	,	PUNCT	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+35	which	which	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+36	greatly	greatly	ADV	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+37	de	de	PART	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+38	-	-	PUNCT	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+39	values	value	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+40	the	the	DET	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+41	watch	watch	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+42	if	if	CONJ	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+43	you	you	PRON	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+44	want	want	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+45	to	to	PART	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+46	sell	sell	VERB	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+47	onion	onion	ADP	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+48	the	the	DET	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+49	future	future	NOUN	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+50	!	!	PUNCT	O	0			ecfcd924fb8e7247e9b83155b7e16a41
+
+1	My	my	PRON	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+2	friends	friend	NOUN	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+3	category	category	NOUN	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+4	is	be	VERB	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+5	odd	odd	ADJ	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+6	again	again	ADV	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+7	-.-	EMOTICON	X	O	0			85f8e90f70b36e8a4f2a4577b47bf1e8
+
+1	They	they	PRON	O	0			7487b20b60e8c7b90b7e51c486072b04
+2	tried	try	VERB	O	0			7487b20b60e8c7b90b7e51c486072b04
+3	again	again	ADV	O	0			7487b20b60e8c7b90b7e51c486072b04
+4	a	a	DET	O	0			7487b20b60e8c7b90b7e51c486072b04
+5	few	few	ADJ	O	0			7487b20b60e8c7b90b7e51c486072b04
+6	hours	hours	NOUN	O	0			7487b20b60e8c7b90b7e51c486072b04
+7	later	later	ADV	O	0			7487b20b60e8c7b90b7e51c486072b04
+8	but	but	CONJ	O	0			7487b20b60e8c7b90b7e51c486072b04
+9	still	still	ADV	O	0			7487b20b60e8c7b90b7e51c486072b04
+10	no	no	DET	O	0			7487b20b60e8c7b90b7e51c486072b04
+11	answer	answer	NOUN	O	0			7487b20b60e8c7b90b7e51c486072b04
+12	.	.	PUNCT	O	0			7487b20b60e8c7b90b7e51c486072b04
+
+1	RT	rt	X	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+2	@GodlyTweet	@USER	X	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+3	:	:	X	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+4	This	this	PRON	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+5	is	be	VERB	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+6	the	the	DET	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+7	day	day	NOUN	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+8	the	the	DET	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+9	Lord	lord	PROPN	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+10	has	have	AUX	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+11	made	make	VERB	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+12	,	,	PUNCT	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+13	I	i	PRON	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+14	will	will	AUX	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+15	rejoice	rejoice	VERB	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+16	and	and	CONJ	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+17	be	be	VERB	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+18	glad	glad	ADJ	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+19	in	in	ADP	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+20	it	it	PRON	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+21	:)	EMOTICON	X	O	0			1a64a357d646b409f9e20d9f9b5ffccb
+
+1	BUT	but	CONJ	O	0			9657c2a37a8355323121660572e300c0
+2	WHO	who	PRON	O	0			9657c2a37a8355323121660572e300c0
+3	IS	be	AUX	O	0			9657c2a37a8355323121660572e300c0
+4	BUYING	buy	VERB	O	0			9657c2a37a8355323121660572e300c0
+5	?????????????????????????????????????????????????????	?????????????????????????????????????????????????????	PUNCT	O	0			9657c2a37a8355323121660572e300c0
+
+1	@Luv_IsLove	@USER	X	O	0			320526318bdea373a15cadb70d149e38
+2	western	western	ADJ	O	0			320526318bdea373a15cadb70d149e38
+3	fries	fries	NOUN	O	0			320526318bdea373a15cadb70d149e38
+
+1	Looks	look	VERB	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+2	like	like	ADP	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+3	the	the	DET	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+4	motor	motor	NOUN	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+5	has	have	AUX	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+6	gone	go	VERB	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+7	again	again	ADV	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+8	as	as	CONJ	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+9	the	the	DET	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+10	scooter	scooter	NOUN	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+11	is	be	AUX	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+12	not	not	ADV	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+13	keeping	keep	VERB	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+14	the	the	DET	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+15	correct	correct	ADJ	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+16	speed	speed	NOUN	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+17	.	.	PUNCT	O	0			2e3cbff38fd411fb487b6bccf1960ec8
+
+1	RT	rt	X	O	0			40e556261641b33150bab7844380862e
+2	@MAMIfrom_PR	@USER	X	O	0			40e556261641b33150bab7844380862e
+3	:	:	X	O	0			40e556261641b33150bab7844380862e
+4	“	“	PUNCT	O	0			40e556261641b33150bab7844380862e
+5	@Loves_BEE	@USER	X	O	0			40e556261641b33150bab7844380862e
+6	:	:	X	O	0			40e556261641b33150bab7844380862e
+7	#oomf	#oomf	NOUN	O	0			40e556261641b33150bab7844380862e
+8	Is	be	VERB	O	0			40e556261641b33150bab7844380862e
+9	a	a	DET	O	0			40e556261641b33150bab7844380862e
+10	liar	liar	NOUN	O	0			40e556261641b33150bab7844380862e
+11	,	,	PUNCT	O	0			40e556261641b33150bab7844380862e
+12	kaylee	kaylee	PROPN	O	0			40e556261641b33150bab7844380862e
+13	knows	know	VERB	O	0			40e556261641b33150bab7844380862e
+14	who	who	PRON	O	0			40e556261641b33150bab7844380862e
+15	I	i	PRON	O	0			40e556261641b33150bab7844380862e
+16	m	m	VERB	O	0			40e556261641b33150bab7844380862e
+17	talking	talk	VERB	O	0			40e556261641b33150bab7844380862e
+18	about	about	ADP	O	0			40e556261641b33150bab7844380862e
+19	”	”	PUNCT	O	0			40e556261641b33150bab7844380862e
+20	a	a	DET	O	0			40e556261641b33150bab7844380862e
+21	lot	lot	NOUN	O	0			40e556261641b33150bab7844380862e
+22	of	of	ADP	O	0			40e556261641b33150bab7844380862e
+23	yur	yur	DET	O	0			40e556261641b33150bab7844380862e
+24	followers	followers	NOUN	O	0			40e556261641b33150bab7844380862e
+25	r	r	VERB	O	0			40e556261641b33150bab7844380862e
+26	liars	liar	NOUN	O	0			40e556261641b33150bab7844380862e
+27	!	!	PUNCT	O	0			40e556261641b33150bab7844380862e
+28	Lol	lol	INTJ	O	0			40e556261641b33150bab7844380862e
+
+1	I	i	PRON	O	0			dc87d64143c8e94e0aa40feec06717f5
+2	needa	needa	VERB	O	0			dc87d64143c8e94e0aa40feec06717f5
+3	cut	cut	NOUN	O	0			dc87d64143c8e94e0aa40feec06717f5
+4	.	.	PUNCT	O	0			dc87d64143c8e94e0aa40feec06717f5
+
+1	Even	even	ADV	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+2	over	over	ADP	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+3	Christmas	christmas	NOUN	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+4	,	,	PUNCT	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+5	and	and	CONJ	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+6	even	even	ADV	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+7	though	though	CONJ	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+8	I	i	PRON	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+9	sent	send	VERB	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+10	the	the	DET	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+11	wrong	wrong	ADJ	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+12	prescription	prescription	NOUN	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+13	for	for	ADP	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+14	what	what	PRON	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+15	I	i	PRON	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+16	'	'	PART	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+17	d	d	VERB	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+18	ordered	order	VERB	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+19	!	!	PUNCT	O	0			19c9a8d1ca82bcab1be7dfa25d3db5f5
+
+1	@TuRbii	@USER	X	O	0			97ae644aec6836abe6868e2e971bb3c1
+2	Yes	yes	INTJ	O	0			97ae644aec6836abe6868e2e971bb3c1
+3	.	.	PUNCT	O	0			97ae644aec6836abe6868e2e971bb3c1
+4	I	i	PRON	O	0			97ae644aec6836abe6868e2e971bb3c1
+5	'm	'm	AUX	O	0			97ae644aec6836abe6868e2e971bb3c1
+6	also	also	ADV	O	0			97ae644aec6836abe6868e2e971bb3c1
+7	gong	gong	VERB	O	0			97ae644aec6836abe6868e2e971bb3c1
+8	to	to	ADP	O	0			97ae644aec6836abe6868e2e971bb3c1
+9	Eastside	eastside	PROPN	O	0			97ae644aec6836abe6868e2e971bb3c1
+10	's	's	PART	O	0			97ae644aec6836abe6868e2e971bb3c1
+11	pre-show	pre-show	ADJ	O	0			97ae644aec6836abe6868e2e971bb3c1
+12	rehearsal	rehearsal	NOUN	O	0			97ae644aec6836abe6868e2e971bb3c1
+13	,	,	PUNCT	O	0			97ae644aec6836abe6868e2e971bb3c1
+14	and	and	CONJ	O	0			97ae644aec6836abe6868e2e971bb3c1
+15	trying	try	VERB	O	0			97ae644aec6836abe6868e2e971bb3c1
+16	to	to	PART	O	0			97ae644aec6836abe6868e2e971bb3c1
+17	go	go	VERB	O	0			97ae644aec6836abe6868e2e971bb3c1
+18	to	to	ADP	O	0			97ae644aec6836abe6868e2e971bb3c1
+19	yours	yours	PRON	O	0			97ae644aec6836abe6868e2e971bb3c1
+20	as	as	ADV	O	0			97ae644aec6836abe6868e2e971bb3c1
+21	well	well	ADV	O	0			97ae644aec6836abe6868e2e971bb3c1
+22	.	.	PUNCT	O	0			97ae644aec6836abe6868e2e971bb3c1
+23	#TeamDiddleHype	#teamdiddlehype	X	O	0			97ae644aec6836abe6868e2e971bb3c1
+24	#ReppinHomeTeams	#reppinhometeams	X	O	0			97ae644aec6836abe6868e2e971bb3c1
+
+1	Purchase	purchase	VERB	O	0			20c133bd7ac88ab3dad4fad7edc49135
+2	your	your	PRON	O	0			20c133bd7ac88ab3dad4fad7edc49135
+3	seats	seats	NOUN	O	0			20c133bd7ac88ab3dad4fad7edc49135
+4	to	to	PART	O	0			20c133bd7ac88ab3dad4fad7edc49135
+5	see	see	VERB	O	0			20c133bd7ac88ab3dad4fad7edc49135
+6	the	the	DET	O	0			20c133bd7ac88ab3dad4fad7edc49135
+7	Patriots	patriots	PROPN	O	0			20c133bd7ac88ab3dad4fad7edc49135
+8	here	here	ADV	O	0			20c133bd7ac88ab3dad4fad7edc49135
+9	http://t.co/RjivbHCp	URL	X	O	0			20c133bd7ac88ab3dad4fad7edc49135
+
+1	I	i	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+2	want	want	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+3	to	to	PART	O	0			c907ee5049ad3998979dcf4c2b610f45
+4	help	help	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+5	you	you	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+6	re-perceive	re-perceive	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+7	what	what	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+8	philanthropy	philanthropy	NOUN	O	0			c907ee5049ad3998979dcf4c2b610f45
+9	is	be	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+10	,	,	PUNCT	O	0			c907ee5049ad3998979dcf4c2b610f45
+11	what	what	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+12	it	it	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+13	could	could	AUX	O	0			c907ee5049ad3998979dcf4c2b610f45
+14	be	be	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+15	,	,	PUNCT	O	0			c907ee5049ad3998979dcf4c2b610f45
+16	and	and	CONJ	O	0			c907ee5049ad3998979dcf4c2b610f45
+17	what	what	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+18	your	your	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+19	relationship	relationship	NOUN	O	0			c907ee5049ad3998979dcf4c2b610f45
+20	to	to	PART	O	0			c907ee5049ad3998979dcf4c2b610f45
+21	it	it	PRON	O	0			c907ee5049ad3998979dcf4c2b610f45
+22	is	be	VERB	O	0			c907ee5049ad3998979dcf4c2b610f45
+23	.	.	PUNCT	O	0			c907ee5049ad3998979dcf4c2b610f45
+
+1	Every	every	DET	O	0			277353bc68b4dcf8620b43587e3e9e5f
+2	purchase	purchase	NOUN	O	0			277353bc68b4dcf8620b43587e3e9e5f
+3	has	have	AUX	O	0			277353bc68b4dcf8620b43587e3e9e5f
+4	been	be	AUX	O	0			277353bc68b4dcf8620b43587e3e9e5f
+5	promptly	promptly	ADV	O	0			277353bc68b4dcf8620b43587e3e9e5f
+6	and	and	CONJ	O	0			277353bc68b4dcf8620b43587e3e9e5f
+7	accurately	accurately	ADV	O	0			277353bc68b4dcf8620b43587e3e9e5f
+8	delivered	deliver	VERB	O	0			277353bc68b4dcf8620b43587e3e9e5f
+9	,	,	PUNCT	O	0			277353bc68b4dcf8620b43587e3e9e5f
+10	can	can	AUX	O	0			277353bc68b4dcf8620b43587e3e9e5f
+11	'	'	PUNCT	O	0			277353bc68b4dcf8620b43587e3e9e5f
+12	t	t	PART	O	0			277353bc68b4dcf8620b43587e3e9e5f
+13	fault	fault	VERB	O	0			277353bc68b4dcf8620b43587e3e9e5f
+14	them	them	PRON	O	0			277353bc68b4dcf8620b43587e3e9e5f
+
+1	Boohoo	boohoo	PROPN	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+2	has	have	VERB	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+3	a	a	DET	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+4	great	great	ADJ	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+5	website	website	NOUN	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+6	,	,	PUNCT	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+7	great	great	ADJ	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+8	offers	offer	NOUN	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+9	,	,	PUNCT	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+10	and	and	CONJ	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+11	great	great	ADJ	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+12	products	product	NOUN	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+13	.	.	PUNCT	O	0			3bdc5b6c8c88648511f3d478cea06b5f
+
+1	will	will	AUX	O	0			760368a6d9763255f77ae620c041ae8f
+2	be	be	AUX	O	0			760368a6d9763255f77ae620c041ae8f
+3	ordering	order	VERB	O	0			760368a6d9763255f77ae620c041ae8f
+4	from	from	ADP	O	0			760368a6d9763255f77ae620c041ae8f
+5	here	here	ADV	O	0			760368a6d9763255f77ae620c041ae8f
+6	from	from	ADP	O	0			760368a6d9763255f77ae620c041ae8f
+7	now	now	ADV	O	0			760368a6d9763255f77ae620c041ae8f
+8	on	on	ADP	O	0			760368a6d9763255f77ae620c041ae8f
+9	.	.	PUNCT	O	0			760368a6d9763255f77ae620c041ae8f
+
+1	It	it	PRON	O	0			cb0015eb0e2af25e5288044d7320486a
+2	's	's	AUX	O	0			cb0015eb0e2af25e5288044d7320486a
+3	become	become	VERB	O	0			cb0015eb0e2af25e5288044d7320486a
+4	an	an	DET	O	0			cb0015eb0e2af25e5288044d7320486a
+5	art	art	NOUN	O	0			cb0015eb0e2af25e5288044d7320486a
+6	form	form	NOUN	O	0			cb0015eb0e2af25e5288044d7320486a
+7	,	,	PUNCT	O	0			cb0015eb0e2af25e5288044d7320486a
+8	a	a	DET	O	0			cb0015eb0e2af25e5288044d7320486a
+9	form	form	NOUN	O	0			cb0015eb0e2af25e5288044d7320486a
+10	of	of	ADP	O	0			cb0015eb0e2af25e5288044d7320486a
+11	sculpture	sculpture	NOUN	O	0			cb0015eb0e2af25e5288044d7320486a
+12	.	.	PUNCT	O	0			cb0015eb0e2af25e5288044d7320486a
+
+1	A	a	DET	O	0			67132815ba31519e95609893138a5a15
+2	lady	lady	NOUN	O	0			67132815ba31519e95609893138a5a15
+3	asked	ask	VERB	O	0			67132815ba31519e95609893138a5a15
+4	me	me	PRON	O	0			67132815ba31519e95609893138a5a15
+5	what	what	PRON	O	0			67132815ba31519e95609893138a5a15
+6	tribe	tribe	NOUN	O	0			67132815ba31519e95609893138a5a15
+7	i	i	PRON	O	0			67132815ba31519e95609893138a5a15
+8	was	be	VERB	O	0			67132815ba31519e95609893138a5a15
+9	from	from	ADP	O	0			67132815ba31519e95609893138a5a15
+10	.	.	PUNCT	O	0			67132815ba31519e95609893138a5a15
+11	(	(	PUNCT	O	0			67132815ba31519e95609893138a5a15
+12	say	say	VERB	O	0			67132815ba31519e95609893138a5a15
+13	what	what	PRON	O	0			67132815ba31519e95609893138a5a15
+14	!!	!!	PUNCT	O	0			67132815ba31519e95609893138a5a15
+15	)	)	PUNCT	O	0			67132815ba31519e95609893138a5a15
+16	She	she	PRON	O	0			67132815ba31519e95609893138a5a15
+17	thought	think	VERB	O	0			67132815ba31519e95609893138a5a15
+18	i	i	PRON	O	0			67132815ba31519e95609893138a5a15
+19	was	be	VERB	O	0			67132815ba31519e95609893138a5a15
+20	indian	indian	ADJ	O	0			67132815ba31519e95609893138a5a15
+21	...	...	PUNCT	O	0			67132815ba31519e95609893138a5a15
+22	GTFO	gtfo	INTJ	O	0			67132815ba31519e95609893138a5a15
+23	...	...	PUNCT	O	0			67132815ba31519e95609893138a5a15
+24	smh	smh	X	O	0			67132815ba31519e95609893138a5a15
+25	nice	nice	ADJ	O	0			67132815ba31519e95609893138a5a15
+26	try	try	NOUN	O	0			67132815ba31519e95609893138a5a15
+27	,	,	PUNCT	O	0			67132815ba31519e95609893138a5a15
+28	but	but	CONJ	O	0			67132815ba31519e95609893138a5a15
+29	#sayno	#sayno	X	O	0			67132815ba31519e95609893138a5a15
+
+1	I	i	PRON	O	0			36f94bc0fb2445596d204786b2da846b
+2	tried	try	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+3	to	to	PART	O	0			36f94bc0fb2445596d204786b2da846b
+4	contact	contact	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+5	Cardata	cardata	PROPN	O	0			36f94bc0fb2445596d204786b2da846b
+6	and	and	CONJ	O	0			36f94bc0fb2445596d204786b2da846b
+7	all	all	NOUN	O	0			36f94bc0fb2445596d204786b2da846b
+8	they	they	PRON	O	0			36f94bc0fb2445596d204786b2da846b
+9	do	do	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+10	after	after	ADP	O	0			36f94bc0fb2445596d204786b2da846b
+11	speaking	speaking	NOUN	O	0			36f94bc0fb2445596d204786b2da846b
+12	two	two	ADP	O	0			36f94bc0fb2445596d204786b2da846b
+13	a	a	DET	O	0			36f94bc0fb2445596d204786b2da846b
+14	adviser	adviser	NOUN	O	0			36f94bc0fb2445596d204786b2da846b
+15	and	and	CONJ	O	0			36f94bc0fb2445596d204786b2da846b
+16	telling	tell	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+17	him	him	PRON	O	0			36f94bc0fb2445596d204786b2da846b
+18	my	my	DET	O	0			36f94bc0fb2445596d204786b2da846b
+19	name	name	NOUN	O	0			36f94bc0fb2445596d204786b2da846b
+20	they	they	PRON	O	0			36f94bc0fb2445596d204786b2da846b
+21	hung	hang	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+22	up	up	PART	O	0			36f94bc0fb2445596d204786b2da846b
+23	constantly	constantly	ADV	O	0			36f94bc0fb2445596d204786b2da846b
+24	and	and	CONJ	O	0			36f94bc0fb2445596d204786b2da846b
+25	will	will	AUX	O	0			36f94bc0fb2445596d204786b2da846b
+26	not	not	ADV	O	0			36f94bc0fb2445596d204786b2da846b
+27	give	give	VERB	O	0			36f94bc0fb2445596d204786b2da846b
+28	their	their	DET	O	0			36f94bc0fb2445596d204786b2da846b
+29	names	names	NOUN	O	0			36f94bc0fb2445596d204786b2da846b
+30	.	.	PUNCT	O	0			36f94bc0fb2445596d204786b2da846b
+
+1	Yet	yet	ADV	O	0			b5c3cff8c808cfa7334f0a96399b1554
+2	,	,	PUNCT	O	0			b5c3cff8c808cfa7334f0a96399b1554
+3	my	my	PRON	O	0			b5c3cff8c808cfa7334f0a96399b1554
+4	interest	interest	NOUN	O	0			b5c3cff8c808cfa7334f0a96399b1554
+5	in	in	ADP	O	0			b5c3cff8c808cfa7334f0a96399b1554
+6	photography	photography	NOUN	O	0			b5c3cff8c808cfa7334f0a96399b1554
+7	started	start	VERB	O	0			b5c3cff8c808cfa7334f0a96399b1554
+8	as	as	SCONJ	O	0			b5c3cff8c808cfa7334f0a96399b1554
+9	I	i	PRON	O	0			b5c3cff8c808cfa7334f0a96399b1554
+10	got	get	VERB	O	0			b5c3cff8c808cfa7334f0a96399b1554
+11	my	my	PRON	O	0			b5c3cff8c808cfa7334f0a96399b1554
+12	first	first	ADJ	O	0			b5c3cff8c808cfa7334f0a96399b1554
+13	digital	digital	ADJ	O	0			b5c3cff8c808cfa7334f0a96399b1554
+14	camera	camera	NOUN	O	0			b5c3cff8c808cfa7334f0a96399b1554
+15	at	at	ADP	O	0			b5c3cff8c808cfa7334f0a96399b1554
+16	the	the	DET	O	0			b5c3cff8c808cfa7334f0a96399b1554
+17	age	age	NOUN	O	0			b5c3cff8c808cfa7334f0a96399b1554
+18	of	of	ADP	O	0			b5c3cff8c808cfa7334f0a96399b1554
+19	15	15	NUM	O	0			b5c3cff8c808cfa7334f0a96399b1554
+20	.	.	PUNCT	O	0			b5c3cff8c808cfa7334f0a96399b1554
+
+1	Everything	everything	PROPN	O	0			e47dcae367fca100fb98a213bfd10cb5
+2	went	go	VERB	O	0			e47dcae367fca100fb98a213bfd10cb5
+3	so	so	ADV	O	0			e47dcae367fca100fb98a213bfd10cb5
+4	smoothly	smoothly	ADV	O	0			e47dcae367fca100fb98a213bfd10cb5
+5	.	.	PUNCT	O	0			e47dcae367fca100fb98a213bfd10cb5
+
+1	@We_luv_thisGuY	@USER	X	O	0			3126d7dc57f83f8c19bf943bf2836cf6
+2	was	be	VERB	O	0			3126d7dc57f83f8c19bf943bf2836cf6
+3	guud	guud	ADJ	O	0			3126d7dc57f83f8c19bf943bf2836cf6
+4	shitty	shitty	ADJ	O	0			3126d7dc57f83f8c19bf943bf2836cf6
+5	ass	ass	NOUN	O	0			3126d7dc57f83f8c19bf943bf2836cf6
+
+1	@mercedesjay06	@USER	X	O	0			683e9a1ae1de1a12caba869be3b260c8
+2	of	of	ADP	O	0			683e9a1ae1de1a12caba869be3b260c8
+3	course	course	NOUN	O	0			683e9a1ae1de1a12caba869be3b260c8
+4	she	she	PRON	O	0			683e9a1ae1de1a12caba869be3b260c8
+5	can	can	AUX	O	0			683e9a1ae1de1a12caba869be3b260c8
+6	come	come	VERB	O	0			683e9a1ae1de1a12caba869be3b260c8
+
+1	A	a	DET	O	0			0529aeb826f3bbd357649ba9f58992e2
+2	few	few	ADJ	O	0			0529aeb826f3bbd357649ba9f58992e2
+3	years	years	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+4	ago	ago	ADV	O	0			0529aeb826f3bbd357649ba9f58992e2
+5	,	,	PUNCT	O	0			0529aeb826f3bbd357649ba9f58992e2
+6	the	the	DET	O	0			0529aeb826f3bbd357649ba9f58992e2
+7	Marlboro	marlboro	PROPN	O	0			0529aeb826f3bbd357649ba9f58992e2
+8	Man	man	PROPN	O	0			0529aeb826f3bbd357649ba9f58992e2
+9	was	be	AUX	O	0			0529aeb826f3bbd357649ba9f58992e2
+10	retired	retire	VERB	O	0			0529aeb826f3bbd357649ba9f58992e2
+11	and	and	CONJ	O	0			0529aeb826f3bbd357649ba9f58992e2
+12	replaced	replace	VERB	O	0			0529aeb826f3bbd357649ba9f58992e2
+13	by	by	ADP	O	0			0529aeb826f3bbd357649ba9f58992e2
+14	this	this	DET	O	0			0529aeb826f3bbd357649ba9f58992e2
+15	much	much	ADV	O	0			0529aeb826f3bbd357649ba9f58992e2
+16	less	less	ADV	O	0			0529aeb826f3bbd357649ba9f58992e2
+17	impressive	impressive	ADJ	O	0			0529aeb826f3bbd357649ba9f58992e2
+18	specimen	specimen	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+19	,	,	PUNCT	O	0			0529aeb826f3bbd357649ba9f58992e2
+20	who	who	PRON	O	0			0529aeb826f3bbd357649ba9f58992e2
+21	is	be	VERB	O	0			0529aeb826f3bbd357649ba9f58992e2
+22	a	a	DET	O	0			0529aeb826f3bbd357649ba9f58992e2
+23	parody	parody	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+24	of	of	ADP	O	0			0529aeb826f3bbd357649ba9f58992e2
+25	American	american	ADJ	O	0			0529aeb826f3bbd357649ba9f58992e2
+26	manhood	manhood	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+27	,	,	PUNCT	O	0			0529aeb826f3bbd357649ba9f58992e2
+28	and	and	CONJ	O	0			0529aeb826f3bbd357649ba9f58992e2
+29	that	that	DET	O	0			0529aeb826f3bbd357649ba9f58992e2
+30	's	's	VERB	O	0			0529aeb826f3bbd357649ba9f58992e2
+31	what	what	PRON	O	0			0529aeb826f3bbd357649ba9f58992e2
+32	we	we	PRON	O	0			0529aeb826f3bbd357649ba9f58992e2
+33	have	have	VERB	O	0			0529aeb826f3bbd357649ba9f58992e2
+34	in	in	ADP	O	0			0529aeb826f3bbd357649ba9f58992e2
+35	our	our	PRON	O	0			0529aeb826f3bbd357649ba9f58992e2
+36	commercials	commercial	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+37	today	today	NOUN	O	0			0529aeb826f3bbd357649ba9f58992e2
+38	.	.	PUNCT	O	0			0529aeb826f3bbd357649ba9f58992e2
+
+1	@TFP_103	@USER	X	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+2	@losoo5150	@USER	X	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+3	nigga	nigga	NOUN	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+4	u	u	PRON	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+5	quit	quit	VERB	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+6	to	to	ADV	O	0			0c6ad0d470168eeaebbfc0cb6e34330a
+
+1	I	i	PRON	O	0			ed34ceee1e1067be0438ec8adc9d4976
+2	have	have	AUX	O	0			ed34ceee1e1067be0438ec8adc9d4976
+3	purchased	purchase	VERB	O	0			ed34ceee1e1067be0438ec8adc9d4976
+4	from	from	ADP	O	0			ed34ceee1e1067be0438ec8adc9d4976
+5	Golfbase	golfbase	PROPN	O	0			ed34ceee1e1067be0438ec8adc9d4976
+6	before	before	ADP	O	0			ed34ceee1e1067be0438ec8adc9d4976
+7	so	so	ADV	O	0			ed34ceee1e1067be0438ec8adc9d4976
+8	I	i	PRON	O	0			ed34ceee1e1067be0438ec8adc9d4976
+9	was	be	VERB	O	0			ed34ceee1e1067be0438ec8adc9d4976
+10	aware	aware	ADJ	O	0			ed34ceee1e1067be0438ec8adc9d4976
+11	of	of	ADP	O	0			ed34ceee1e1067be0438ec8adc9d4976
+12	their	their	DET	O	0			ed34ceee1e1067be0438ec8adc9d4976
+13	top	top	ADJ	O	0			ed34ceee1e1067be0438ec8adc9d4976
+14	class	class	NOUN	O	0			ed34ceee1e1067be0438ec8adc9d4976
+15	service	service	NOUN	O	0			ed34ceee1e1067be0438ec8adc9d4976
+16	.	.	PUNCT	O	0			ed34ceee1e1067be0438ec8adc9d4976
+
+1	I	i	PRON	O	0			9fb2373f15176c809237e5ebf8f51d54
+2	ordered	order	VERB	O	0			9fb2373f15176c809237e5ebf8f51d54
+3	my	my	DET	O	0			9fb2373f15176c809237e5ebf8f51d54
+4	caninsulin	caninsulin	NOUN	O	0			9fb2373f15176c809237e5ebf8f51d54
+5	,	,	PUNCT	O	0			9fb2373f15176c809237e5ebf8f51d54
+6	I	i	PRON	O	0			9fb2373f15176c809237e5ebf8f51d54
+7	scanned	scan	VERB	O	0			9fb2373f15176c809237e5ebf8f51d54
+8	my	my	DET	O	0			9fb2373f15176c809237e5ebf8f51d54
+9	prescription	prescription	NOUN	O	0			9fb2373f15176c809237e5ebf8f51d54
+10	0	0	NUM	O	0			9fb2373f15176c809237e5ebf8f51d54
+11	days	days	NOUN	O	0			9fb2373f15176c809237e5ebf8f51d54
+12	later	later	ADV	O	0			9fb2373f15176c809237e5ebf8f51d54
+13	.	.	PUNCT	O	0			9fb2373f15176c809237e5ebf8f51d54
+
+1	i	i	PRON	O	0			7db458e1361d306cb9130cb505df6cfe
+2	opened	open	VERB	O	0			7db458e1361d306cb9130cb505df6cfe
+3	them	them	PRON	O	0			7db458e1361d306cb9130cb505df6cfe
+4	(	(	PUNCT	O	0			7db458e1361d306cb9130cb505df6cfe
+5	with	with	ADP	O	0			7db458e1361d306cb9130cb505df6cfe
+6	trepidation	trepidation	NOUN	O	0			7db458e1361d306cb9130cb505df6cfe
+7	i	i	PRON	O	0			7db458e1361d306cb9130cb505df6cfe
+8	must	must	AUX	O	0			7db458e1361d306cb9130cb505df6cfe
+9	say	say	VERB	O	0			7db458e1361d306cb9130cb505df6cfe
+10	)	)	PUNCT	O	0			7db458e1361d306cb9130cb505df6cfe
+11	and	and	CONJ	O	0			7db458e1361d306cb9130cb505df6cfe
+12	found	found	VERB	O	0			7db458e1361d306cb9130cb505df6cfe
+13	gorgeous	gorgeous	ADJ	O	0			7db458e1361d306cb9130cb505df6cfe
+14	brushes	brush	NOUN	O	0			7db458e1361d306cb9130cb505df6cfe
+15	!	!	PUNCT	O	0			7db458e1361d306cb9130cb505df6cfe
+
+1	THEN	then	ADV	O	0			24712fc9a803819e9880888ee8c3ed0a
+2	,	,	PUNCT	O	0			24712fc9a803819e9880888ee8c3ed0a
+3	when	when	ADV	O	0			24712fc9a803819e9880888ee8c3ed0a
+4	they	they	PRON	O	0			24712fc9a803819e9880888ee8c3ed0a
+5	arrived	arrive	VERB	O	0			24712fc9a803819e9880888ee8c3ed0a
+6	I	i	PRON	O	0			24712fc9a803819e9880888ee8c3ed0a
+7	discovered	discover	VERB	O	0			24712fc9a803819e9880888ee8c3ed0a
+8	a	a	DET	O	0			24712fc9a803819e9880888ee8c3ed0a
+9	spelling	spelling	NOUN	O	0			24712fc9a803819e9880888ee8c3ed0a
+10	mistake	mistake	NOUN	O	0			24712fc9a803819e9880888ee8c3ed0a
+11	on	on	ADP	O	0			24712fc9a803819e9880888ee8c3ed0a
+12	only	only	ADV	O	0			24712fc9a803819e9880888ee8c3ed0a
+13	two	two	NUM	O	0			24712fc9a803819e9880888ee8c3ed0a
+14	of	of	ADP	O	0			24712fc9a803819e9880888ee8c3ed0a
+15	the	the	DET	O	0			24712fc9a803819e9880888ee8c3ed0a
+16	four	four	NUM	O	0			24712fc9a803819e9880888ee8c3ed0a
+17	items	item	NOUN	O	0			24712fc9a803819e9880888ee8c3ed0a
+18	,	,	PUNCT	O	0			24712fc9a803819e9880888ee8c3ed0a
+19	which	which	PRON	O	0			24712fc9a803819e9880888ee8c3ed0a
+20	turned	turn	VERB	O	0			24712fc9a803819e9880888ee8c3ed0a
+21	out	out	PART	O	0			24712fc9a803819e9880888ee8c3ed0a
+22	to	to	PART	O	0			24712fc9a803819e9880888ee8c3ed0a
+23	be	be	VERB	O	0			24712fc9a803819e9880888ee8c3ed0a
+24	my	my	DET	O	0			24712fc9a803819e9880888ee8c3ed0a
+25	fault	fault	NOUN	O	0			24712fc9a803819e9880888ee8c3ed0a
+26	.	.	PUNCT	O	0			24712fc9a803819e9880888ee8c3ed0a
+
+1	I	i	PRON	O	0			665ad95946fb24d651b19288c24c7adf
+2	'	'	PART	O	0			665ad95946fb24d651b19288c24c7adf
+3	ve	ve	VERB	O	0			665ad95946fb24d651b19288c24c7adf
+4	noticed	notice	VERB	O	0			665ad95946fb24d651b19288c24c7adf
+5	a	a	DET	O	0			665ad95946fb24d651b19288c24c7adf
+6	difference	difference	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+7	to	to	ADP	O	0			665ad95946fb24d651b19288c24c7adf
+8	my	my	DET	O	0			665ad95946fb24d651b19288c24c7adf
+9	arthritis	arthritis	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+10	pains	pains	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+11	,	,	PUNCT	O	0			665ad95946fb24d651b19288c24c7adf
+12	since	since	ADV	O	0			665ad95946fb24d651b19288c24c7adf
+13	taking	take	VERB	O	0			665ad95946fb24d651b19288c24c7adf
+14	the	the	DET	O	0			665ad95946fb24d651b19288c24c7adf
+15	Green	green	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+16	Lipped	lipped	PROPN	O	0			665ad95946fb24d651b19288c24c7adf
+17	Mussel	mussel	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+18	extract	extract	NOUN	O	0			665ad95946fb24d651b19288c24c7adf
+19	.	.	PUNCT	O	0			665ad95946fb24d651b19288c24c7adf
+
+1	Guhhh	guhhh	ADJ	O	0			160971851abe093b752661b0fce651e9
+2	deeeh	deeeh	NOUN	O	0			160971851abe093b752661b0fce651e9
+3	you	you	PRON	O	0			160971851abe093b752661b0fce651e9
+4	!	!	PUNCT	O	0			160971851abe093b752661b0fce651e9
+
+1	We	we	PRON	O	0			b57f1626eb360db7609871dd5b05c483
+2	go	go	VERB	O	0			b57f1626eb360db7609871dd5b05c483
+3	through	through	ADP	O	0			b57f1626eb360db7609871dd5b05c483
+4	initiation	initiation	ADJ	O	0			b57f1626eb360db7609871dd5b05c483
+5	rites	rite	NOUN	O	0			b57f1626eb360db7609871dd5b05c483
+6	.	.	PUNCT	O	0			b57f1626eb360db7609871dd5b05c483
+
+1	@Tongriyang	@USER	X	O	0			840597a4101d7e664929d26b5993417e
+2	schl	schl	NOUN	O	0			840597a4101d7e664929d26b5993417e
+3	is	be	VERB	O	0			840597a4101d7e664929d26b5993417e
+4	ok	ok	ADJ	O	0			840597a4101d7e664929d26b5993417e
+5	so	so	ADV	O	0			840597a4101d7e664929d26b5993417e
+6	far	far	ADV	O	0			840597a4101d7e664929d26b5993417e
+7	...	...	PUNCT	O	0			840597a4101d7e664929d26b5993417e
+8	.	.	PUNCT	O	0			840597a4101d7e664929d26b5993417e
+9	will	will	AUX	O	0			840597a4101d7e664929d26b5993417e
+10	calll	calll	VERB	O	0			840597a4101d7e664929d26b5993417e
+11	u	u	PRON	O	0			840597a4101d7e664929d26b5993417e
+12	soon	soon	ADV	O	0			840597a4101d7e664929d26b5993417e
+13	...	...	PUNCT	O	0			840597a4101d7e664929d26b5993417e
+14	still	still	ADV	O	0			840597a4101d7e664929d26b5993417e
+15	with	with	ADP	O	0			840597a4101d7e664929d26b5993417e
+16	my	my	PRON	O	0			840597a4101d7e664929d26b5993417e
+17	fone	fone	NOUN	O	0			840597a4101d7e664929d26b5993417e
+18	...	...	PUNCT	O	0			840597a4101d7e664929d26b5993417e
+19	he	he	PRON	O	0			840597a4101d7e664929d26b5993417e
+20	is	be	VERB	O	0			840597a4101d7e664929d26b5993417e
+21	good	good	ADJ	O	0			840597a4101d7e664929d26b5993417e
+22	;-)	EMOTICON	X	O	0			840597a4101d7e664929d26b5993417e
+23	hw	hw	ADV	O	0			840597a4101d7e664929d26b5993417e
+24	r	r	VERB	O	0			840597a4101d7e664929d26b5993417e
+25	u	u	PRON	O	0			840597a4101d7e664929d26b5993417e
+26	?	?	PUNCT	O	0			840597a4101d7e664929d26b5993417e
+
+1	And	and	CONJ	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+2	of	of	ADV	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+3	course	course	ADV	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+4	,	,	PUNCT	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+5	we	we	PRON	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+6	all	all	DET	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+7	share	share	NOUN	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+8	the	the	DET	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+9	same	same	ADJ	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+10	adaptive	adaptive	NOUN	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+11	imperatives	imperative	NOUN	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+12	.	.	PUNCT	O	0			aaf8b2993682a2f2f9c795150ef7caa9
+
+1	First	first	ADJ	O	0			53183e7e7687ee06ab2a84845343e18b
+2	time	time	NOUN	O	0			53183e7e7687ee06ab2a84845343e18b
+3	on	on	ADP	O	0			53183e7e7687ee06ab2a84845343e18b
+4	hear	hear	ADV	O	0			53183e7e7687ee06ab2a84845343e18b
+5	and	and	CONJ	O	0			53183e7e7687ee06ab2a84845343e18b
+6	do	do	AUX	O	0			53183e7e7687ee06ab2a84845343e18b
+7	n't	n't	PART	O	0			53183e7e7687ee06ab2a84845343e18b
+8	have	have	VERB	O	0			53183e7e7687ee06ab2a84845343e18b
+9	a	a	DET	O	0			53183e7e7687ee06ab2a84845343e18b
+10	clue	clue	NOUN	O	0			53183e7e7687ee06ab2a84845343e18b
+11	wot	wot	PRON	O	0			53183e7e7687ee06ab2a84845343e18b
+12	to	to	PART	O	0			53183e7e7687ee06ab2a84845343e18b
+13	do	do	VERB	O	0			53183e7e7687ee06ab2a84845343e18b
+14	lol	lol	INTJ	O	0			53183e7e7687ee06ab2a84845343e18b
+15	xxx	EMOTICON	X	O	0			53183e7e7687ee06ab2a84845343e18b
+
+1	I	i	PRON	O	0			af00d7c0dc9df0a7a0cd044861748488
+2	even	even	ADV	O	0			af00d7c0dc9df0a7a0cd044861748488
+3	tried	try	VERB	O	0			af00d7c0dc9df0a7a0cd044861748488
+4	a	a	DET	O	0			af00d7c0dc9df0a7a0cd044861748488
+5	different	different	ADJ	O	0			af00d7c0dc9df0a7a0cd044861748488
+6	cashback	cashback	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+7	site	site	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+8	but	but	CONJ	O	0			af00d7c0dc9df0a7a0cd044861748488
+9	went	go	VERB	O	0			af00d7c0dc9df0a7a0cd044861748488
+10	back	back	PART	O	0			af00d7c0dc9df0a7a0cd044861748488
+11	to	to	ADP	O	0			af00d7c0dc9df0a7a0cd044861748488
+12	Quidco	quidco	PROPN	O	0			af00d7c0dc9df0a7a0cd044861748488
+13	for	for	ADP	O	0			af00d7c0dc9df0a7a0cd044861748488
+14	its	its	DET	O	0			af00d7c0dc9df0a7a0cd044861748488
+15	reliability	reliability	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+16	,	,	PUNCT	O	0			af00d7c0dc9df0a7a0cd044861748488
+17	speedy	speedy	ADJ	O	0			af00d7c0dc9df0a7a0cd044861748488
+18	payment	payment	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+19	and	and	CONJ	O	0			af00d7c0dc9df0a7a0cd044861748488
+20	variety	variety	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+21	of	of	ADP	O	0			af00d7c0dc9df0a7a0cd044861748488
+22	merchants	merchant	NOUN	O	0			af00d7c0dc9df0a7a0cd044861748488
+23	.	.	PUNCT	O	0			af00d7c0dc9df0a7a0cd044861748488
+
+1	We	we	PRON	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+2	made	make	VERB	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+3	it	it	PRON	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+4	:)	EMOTICON	X	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+5	lol	lol	INTJ	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+6	http://twitpic.com/315uo0	URL	X	O	0			d9f35a0a0816cfde5e8da7276e0fe790
+
+1	@IamMissApril	@USER	X	O	0			c1f60daef68f747d5dfb39de7d3af804
+2	I	i	PRON	O	0			c1f60daef68f747d5dfb39de7d3af804
+3	wanted	want	VERB	O	0			c1f60daef68f747d5dfb39de7d3af804
+4	to	to	PART	O	0			c1f60daef68f747d5dfb39de7d3af804
+5	tell	tell	VERB	O	0			c1f60daef68f747d5dfb39de7d3af804
+6	him	him	PRON	O	0			c1f60daef68f747d5dfb39de7d3af804
+7	to	to	PART	O	0			c1f60daef68f747d5dfb39de7d3af804
+8	sat	sit	VERB	O	0			c1f60daef68f747d5dfb39de7d3af804
+9	his	his	PRON	O	0			c1f60daef68f747d5dfb39de7d3af804
+10	old	old	ADJ	O	0			c1f60daef68f747d5dfb39de7d3af804
+11	ass	ass	NOUN	O	0			c1f60daef68f747d5dfb39de7d3af804
+12	down	down	ADP	O	0			c1f60daef68f747d5dfb39de7d3af804
+13	somewhere	somewhere	ADV	O	0			c1f60daef68f747d5dfb39de7d3af804
+14	,	,	PUNCT	O	0			c1f60daef68f747d5dfb39de7d3af804
+15	doing	do	VERB	O	0			c1f60daef68f747d5dfb39de7d3af804
+16	the	the	DET	O	0			c1f60daef68f747d5dfb39de7d3af804
+17	most	most	ADV	O	0			c1f60daef68f747d5dfb39de7d3af804
+18	....	....	PUNCT	O	0			c1f60daef68f747d5dfb39de7d3af804
+
+1	RT	rt	X	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+2	@Martez_Faith	@USER	X	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+3	:	:	X	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+4	when	when	ADV	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+5	in	in	ADP	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+6	a	a	DET	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+7	relationship	relationship	NOUN	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+8	You	you	PRON	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+9	need	need	VERB	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+10	to	to	PART	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+11	understand	understand	VERB	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+12	the	the	DET	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+13	other	other	ADJ	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+14	person	person	NOUN	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+15	feelings	feelings	NOUN	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+16	besides	besides	ADP	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+17	yours	yours	PRON	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+18	.	.	PUNCT	O	0			60c09b7e6530b4cfdba8f7e9afa78687
+
+1	Now	now	ADV	O	0			e4969b453ad766f854396807865f2ed9
+2	that	that	SCONJ	O	0			e4969b453ad766f854396807865f2ed9
+3	you	you	PRON	O	0			e4969b453ad766f854396807865f2ed9
+4	're	're	VERB	O	0			e4969b453ad766f854396807865f2ed9
+5	good	good	ADJ	O	0			e4969b453ad766f854396807865f2ed9
+6	,	,	PUNCT	O	0			e4969b453ad766f854396807865f2ed9
+7	I	i	PRON	O	0			e4969b453ad766f854396807865f2ed9
+8	will	will	AUX	O	0			e4969b453ad766f854396807865f2ed9
+9	be	be	VERB	O	0			e4969b453ad766f854396807865f2ed9
+10	too	too	ADV	O	0			e4969b453ad766f854396807865f2ed9
+11	.	.	PUNCT	O	0			e4969b453ad766f854396807865f2ed9
+12	That	that	PRON	O	0			e4969b453ad766f854396807865f2ed9
+13	's	's	VERB	O	0			e4969b453ad766f854396807865f2ed9
+14	the	the	DET	O	0			e4969b453ad766f854396807865f2ed9
+15	last	last	ADJ	O	0			e4969b453ad766f854396807865f2ed9
+16	tweet	tweet	NOUN	O	0			e4969b453ad766f854396807865f2ed9
+17	about	about	ADP	O	0			e4969b453ad766f854396807865f2ed9
+18	you	you	PRON	O	0			e4969b453ad766f854396807865f2ed9
+19	:)	EMOTICON	X	O	0			e4969b453ad766f854396807865f2ed9
+
+1	I	i	PRON	O	0			0105860b16666fa620ab029bc601e185
+2	have	have	AUX	O	0			0105860b16666fa620ab029bc601e185
+3	also	also	ADV	O	0			0105860b16666fa620ab029bc601e185
+4	never	never	ADV	O	0			0105860b16666fa620ab029bc601e185
+5	been	be	VERB	O	0			0105860b16666fa620ab029bc601e185
+6	able	able	ADJ	O	0			0105860b16666fa620ab029bc601e185
+7	to	to	PART	O	0			0105860b16666fa620ab029bc601e185
+8	find	find	VERB	O	0			0105860b16666fa620ab029bc601e185
+9	a	a	DET	O	0			0105860b16666fa620ab029bc601e185
+10	cheaper	cheap	ADJ	O	0			0105860b16666fa620ab029bc601e185
+11	comparative	comparative	ADJ	O	0			0105860b16666fa620ab029bc601e185
+12	price	price	NOUN	O	0			0105860b16666fa620ab029bc601e185
+13	.	.	PUNCT	O	0			0105860b16666fa620ab029bc601e185
+
+1	Amateur	amateur	NOUN	O	0			29bf708e6c06890b103f490b54710495
+2	Radio	radio	NOUN	O	0			29bf708e6c06890b103f490b54710495
+3	–	–	PUNCT	O	0			29bf708e6c06890b103f490b54710495
+4	Hurricane	hurricane	PROPN	O	0			29bf708e6c06890b103f490b54710495
+5	Katrina	katrina	PROPN	O	0			29bf708e6c06890b103f490b54710495
+6	interview	interview	NOUN	O	0			29bf708e6c06890b103f490b54710495
+7	and	and	CONJ	O	0			29bf708e6c06890b103f490b54710495
+8	audio	audio	NOUN	O	0			29bf708e6c06890b103f490b54710495
+9	|	|	SYM	O	0			29bf708e6c06890b103f490b54710495
+10	Survival	survival	NOUN	O	0			29bf708e6c06890b103f490b54710495
+11	Kits	kit	NOUN	O	0			29bf708e6c06890b103f490b54710495
+12	http://bit.ly/mC435R	URL	X	O	0			29bf708e6c06890b103f490b54710495
+
+1	Tryna	tryna	VERB	O	0			945ccb0fd97813b682e6fb294f43d2de
+2	go	go	VERB	O	0			945ccb0fd97813b682e6fb294f43d2de
+3	to	to	ADP	O	0			945ccb0fd97813b682e6fb294f43d2de
+4	at	at	ADP	O	0			945ccb0fd97813b682e6fb294f43d2de
+5	least	least	ADJ	O	0			945ccb0fd97813b682e6fb294f43d2de
+6	5	NUMBER	NUM	O	0			945ccb0fd97813b682e6fb294f43d2de
+7	phillies	phillies	PROPN	O	0			945ccb0fd97813b682e6fb294f43d2de
+8	games	game	NOUN	O	0			945ccb0fd97813b682e6fb294f43d2de
+9	this	this	DET	O	0			945ccb0fd97813b682e6fb294f43d2de
+10	season	season	NOUN	O	0			945ccb0fd97813b682e6fb294f43d2de
+
+1	I	i	PRON	O	0			9aa33365bae47ace14b6e6e44adc1206
+2	contacted	contact	VERB	O	0			9aa33365bae47ace14b6e6e44adc1206
+3	them	them	PRON	O	0			9aa33365bae47ace14b6e6e44adc1206
+4	and	and	CONJ	O	0			9aa33365bae47ace14b6e6e44adc1206
+5	asked	ask	VERB	O	0			9aa33365bae47ace14b6e6e44adc1206
+6	to	to	ADP	O	0			9aa33365bae47ace14b6e6e44adc1206
+7	them	them	PRON	O	0			9aa33365bae47ace14b6e6e44adc1206
+8	to	to	PART	O	0			9aa33365bae47ace14b6e6e44adc1206
+9	stop	stop	VERB	O	0			9aa33365bae47ace14b6e6e44adc1206
+10	sending	send	VERB	O	0			9aa33365bae47ace14b6e6e44adc1206
+11	invoices	invoice	NOUN	O	0			9aa33365bae47ace14b6e6e44adc1206
+12	but	but	CONJ	O	0			9aa33365bae47ace14b6e6e44adc1206
+13	they	they	PRON	O	0			9aa33365bae47ace14b6e6e44adc1206
+14	continued	continue	VERB	O	0			9aa33365bae47ace14b6e6e44adc1206
+15	.	.	PUNCT	O	0			9aa33365bae47ace14b6e6e44adc1206
+
+1	RT	rt	X	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+2	@TheBlissfulChef	@USER	X	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+3	:	:	X	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+4	Just	just	ADV	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+5	heard	hear	VERB	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+6	vegetables	vegetable	NOUN	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+7	will	will	AUX	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+8	be	be	VERB	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+9	the	the	DET	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+10	new	new	ADJ	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+11	meat	meat	NOUN	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+12	in	in	ADP	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+13	2011	NUMBER	NUM	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+14	.	.	PUNCT	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+15	Woot	woot	INTJ	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+16	Woot	woot	INTJ	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+17	!	!	PUNCT	O	0			d7e2e3caaced45d4e5dcab9de6dd47d0
+
+1	Happy	happy	ADJ	O	0			a08928a2cbaaed9bfec327330d6182ef
+2	Guys	guy	NOUN	O	0			a08928a2cbaaed9bfec327330d6182ef
+3	Finish	finish	VERB	O	0			a08928a2cbaaed9bfec327330d6182ef
+4	Last	last	ADJ	O	0			a08928a2cbaaed9bfec327330d6182ef
+5	-	-	PUNCT	O	0			a08928a2cbaaed9bfec327330d6182ef
+6	EmpowHER.com	URL	X	O	0			a08928a2cbaaed9bfec327330d6182ef
+7	http://t.co/orgxm33	URL	X	O	0			a08928a2cbaaed9bfec327330d6182ef
+8	vía	vía	ADP	O	0			a08928a2cbaaed9bfec327330d6182ef
+9	@empowher	@USER	X	O	0			a08928a2cbaaed9bfec327330d6182ef
+
+1	Because	because	SCONJ	O	0			b0dff59b7f61a4152d78244b143c6aef
+2	,	,	PUNCT	O	0			b0dff59b7f61a4152d78244b143c6aef
+3	of	of	ADV	O	0			b0dff59b7f61a4152d78244b143c6aef
+4	course	course	ADV	O	0			b0dff59b7f61a4152d78244b143c6aef
+5	,	,	PUNCT	O	0			b0dff59b7f61a4152d78244b143c6aef
+6	this	this	PRON	O	0			b0dff59b7f61a4152d78244b143c6aef
+7	is	be	VERB	O	0			b0dff59b7f61a4152d78244b143c6aef
+8	a	a	DET	O	0			b0dff59b7f61a4152d78244b143c6aef
+9	photograph	photograph	NOUN	O	0			b0dff59b7f61a4152d78244b143c6aef
+10	that	that	DET	O	0			b0dff59b7f61a4152d78244b143c6aef
+11	you	you	PRON	O	0			b0dff59b7f61a4152d78244b143c6aef
+12	ca	ca	AUX	O	0			b0dff59b7f61a4152d78244b143c6aef
+13	n't	n't	PART	O	0			b0dff59b7f61a4152d78244b143c6aef
+14	take	take	VERB	O	0			b0dff59b7f61a4152d78244b143c6aef
+15	with	with	ADP	O	0			b0dff59b7f61a4152d78244b143c6aef
+16	your	your	PRON	O	0			b0dff59b7f61a4152d78244b143c6aef
+17	camera	camera	NOUN	O	0			b0dff59b7f61a4152d78244b143c6aef
+18	.	.	PUNCT	O	0			b0dff59b7f61a4152d78244b143c6aef
+
+1	Excellent	excellent	ADJ	O	0			559231d6607882dc473a3f7c70451a69
+2	service	service	NOUN	O	0			559231d6607882dc473a3f7c70451a69
+3	and	and	CONJ	O	0			559231d6607882dc473a3f7c70451a69
+4	top	top	ADJ	O	0			559231d6607882dc473a3f7c70451a69
+5	quality	quality	NOUN	O	0			559231d6607882dc473a3f7c70451a69
+6	.	.	PUNCT	O	0			559231d6607882dc473a3f7c70451a69
+
+1	0	0	NUM	O	0			aee168a32321fabdee70bb5531b5a89e
+2	>	>	PUNCT	O	0			aee168a32321fabdee70bb5531b5a89e
+3	Unless	unless	ADP	O	0			aee168a32321fabdee70bb5531b5a89e
+4	you	you	PRON	O	0			aee168a32321fabdee70bb5531b5a89e
+5	use	use	VERB	O	0			aee168a32321fabdee70bb5531b5a89e
+6	the	the	DET	O	0			aee168a32321fabdee70bb5531b5a89e
+7	extension	extension	NOUN	O	0			aee168a32321fabdee70bb5531b5a89e
+8	pieces	piece	NOUN	O	0			aee168a32321fabdee70bb5531b5a89e
+9	then	then	ADV	O	0			aee168a32321fabdee70bb5531b5a89e
+10	you	you	PRON	O	0			aee168a32321fabdee70bb5531b5a89e
+11	have	have	AUX	O	0			aee168a32321fabdee70bb5531b5a89e
+12	to	to	PART	O	0			aee168a32321fabdee70bb5531b5a89e
+13	stress	stress	VERB	O	0			aee168a32321fabdee70bb5531b5a89e
+14	the	the	DET	O	0			aee168a32321fabdee70bb5531b5a89e
+15	framework	framework	NOUN	O	0			aee168a32321fabdee70bb5531b5a89e
+16	quite	quite	ADV	O	0			aee168a32321fabdee70bb5531b5a89e
+17	badly	badly	ADV	O	0			aee168a32321fabdee70bb5531b5a89e
+18	.	.	PUNCT	O	0			aee168a32321fabdee70bb5531b5a89e
+
+1	Hopefully	hopefully	ADV	O	0			629c24650729e5c6d69c08c71d2a2f78
+2	Karma	karma	NOUN	O	0			629c24650729e5c6d69c08c71d2a2f78
+3	will	will	AUX	O	0			629c24650729e5c6d69c08c71d2a2f78
+4	get	get	VERB	O	0			629c24650729e5c6d69c08c71d2a2f78
+5	them	them	PRON	O	0			629c24650729e5c6d69c08c71d2a2f78
+6	in	in	ADP	O	0			629c24650729e5c6d69c08c71d2a2f78
+7	the	the	DET	O	0			629c24650729e5c6d69c08c71d2a2f78
+8	end	end	NOUN	O	0			629c24650729e5c6d69c08c71d2a2f78
+9	.	.	PUNCT	O	0			629c24650729e5c6d69c08c71d2a2f78
+
+1	Tagged	tag	VERB	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+2	:	:	PUNCT	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+3	@Celiajulia	@USER	X	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+4	@maariferrodi	@USER	X	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+5	-	-	PUNCT	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+6	http://t.co/E2DTX8mJ	URL	X	O	0			d3bf8b9d2d9b92ac50d047fc8d9b1fd1
+
+1	I	i	PRON	O	0			308bad5b355ec691ea1845653b010ba5
+2	contacted	contact	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+3	customer	customer	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+4	services	services	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+5	and	and	CONJ	O	0			308bad5b355ec691ea1845653b010ba5
+6	explained	explain	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+7	how	how	ADV	O	0			308bad5b355ec691ea1845653b010ba5
+8	annoyed	annoyed	ADJ	O	0			308bad5b355ec691ea1845653b010ba5
+9	an	an	CONJ	O	0			308bad5b355ec691ea1845653b010ba5
+10	angry	angry	ADJ	O	0			308bad5b355ec691ea1845653b010ba5
+11	I	i	PRON	O	0			308bad5b355ec691ea1845653b010ba5
+12	was	be	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+13	the	the	DET	O	0			308bad5b355ec691ea1845653b010ba5
+14	way	way	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+15	VERY	very	PROPN	O	0			308bad5b355ec691ea1845653b010ba5
+16	conducted	conduct	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+17	their	their	DET	O	0			308bad5b355ec691ea1845653b010ba5
+18	business	business	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+19	and	and	CONJ	O	0			308bad5b355ec691ea1845653b010ba5
+20	I	i	PRON	O	0			308bad5b355ec691ea1845653b010ba5
+21	was	be	AUX	O	0			308bad5b355ec691ea1845653b010ba5
+22	wiping	wipe	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+23	my	my	DET	O	0			308bad5b355ec691ea1845653b010ba5
+24	hands	hands	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+25	of	of	ADP	O	0			308bad5b355ec691ea1845653b010ba5
+26	the	the	DET	O	0			308bad5b355ec691ea1845653b010ba5
+27	whole	whole	ADJ	O	0			308bad5b355ec691ea1845653b010ba5
+28	thing	thing	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+29	,	,	PUNCT	O	0			308bad5b355ec691ea1845653b010ba5
+30	I	i	PRON	O	0			308bad5b355ec691ea1845653b010ba5
+31	would	would	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+32	be	be	AUX	O	0			308bad5b355ec691ea1845653b010ba5
+33	cancelling	cancel	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+34	my	my	DET	O	0			308bad5b355ec691ea1845653b010ba5
+35	account	account	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+36	and	and	CONJ	O	0			308bad5b355ec691ea1845653b010ba5
+37	just	just	ADV	O	0			308bad5b355ec691ea1845653b010ba5
+38	let	let	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+39	the	the	DET	O	0			308bad5b355ec691ea1845653b010ba5
+40	couriers	courier	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+41	deliver	deliver	VERB	O	0			308bad5b355ec691ea1845653b010ba5
+42	to	to	ADP	O	0			308bad5b355ec691ea1845653b010ba5
+43	an	an	DET	O	0			308bad5b355ec691ea1845653b010ba5
+44	empty	empty	ADJ	O	0			308bad5b355ec691ea1845653b010ba5
+45	house	house	NOUN	O	0			308bad5b355ec691ea1845653b010ba5
+46	.	.	PUNCT	O	0			308bad5b355ec691ea1845653b010ba5
+
+1	So	so	ADV	O	0			44b8ad431d97d4375431087e942b48a6
+2	heavy	heavy	ADJ	O	0			44b8ad431d97d4375431087e942b48a6
+3	to	to	PART	O	0			44b8ad431d97d4375431087e942b48a6
+4	manage	manage	VERB	O	0			44b8ad431d97d4375431087e942b48a6
+5	.	.	PUNCT	O	0			44b8ad431d97d4375431087e942b48a6
+
+1	Check	check	VERB	O	0			1845badb721e4fd05fc045982d57181b
+2	this	this	DET	O	0			1845badb721e4fd05fc045982d57181b
+3	video	video	NOUN	O	0			1845badb721e4fd05fc045982d57181b
+4	out	out	ADP	O	0			1845badb721e4fd05fc045982d57181b
+5	--	--	PUNCT	O	0			1845badb721e4fd05fc045982d57181b
+6	Polaroid	polaroid	PROPN	O	0			1845badb721e4fd05fc045982d57181b
+7	Polarized	polarized	ADJ	O	0			1845badb721e4fd05fc045982d57181b
+8	Sunglasses	sunglasses	NOUN	O	0			1845badb721e4fd05fc045982d57181b
+9	(	(	PUNCT	O	0			1845badb721e4fd05fc045982d57181b
+10	Thailand	thailand	PROPN	O	0			1845badb721e4fd05fc045982d57181b
+11	)	)	PUNCT	O	0			1845badb721e4fd05fc045982d57181b
+12	http://t.co/m8JrjHG	URL	X	O	0			1845badb721e4fd05fc045982d57181b
+13	via	via	ADP	O	0			1845badb721e4fd05fc045982d57181b
+14	@youtube	@USER	X	O	0			1845badb721e4fd05fc045982d57181b
+
+1	the	the	DET	O	0			82ca037c3caa46446974e8c8b9672929
+2	everything0pounds	everything0pounds	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+3	is	be	VERB	O	0			82ca037c3caa46446974e8c8b9672929
+4	fab	fab	ADJ	O	0			82ca037c3caa46446974e8c8b9672929
+5	,	,	PUNCT	O	0			82ca037c3caa46446974e8c8b9672929
+6	especially	especially	ADV	O	0			82ca037c3caa46446974e8c8b9672929
+7	when	when	ADV	O	0			82ca037c3caa46446974e8c8b9672929
+8	you	you	PRON	O	0			82ca037c3caa46446974e8c8b9672929
+9	are	be	VERB	O	0			82ca037c3caa46446974e8c8b9672929
+10	on	on	ADP	O	0			82ca037c3caa46446974e8c8b9672929
+11	a	a	DET	O	0			82ca037c3caa46446974e8c8b9672929
+12	budget	budget	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+13	these	these	DET	O	0			82ca037c3caa46446974e8c8b9672929
+14	days	days	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+15	,	,	PUNCT	O	0			82ca037c3caa46446974e8c8b9672929
+16	i	i	PRON	O	0			82ca037c3caa46446974e8c8b9672929
+17	got	get	VERB	O	0			82ca037c3caa46446974e8c8b9672929
+18	excellent	excellent	ADJ	O	0			82ca037c3caa46446974e8c8b9672929
+19	value	value	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+20	for	for	ADP	O	0			82ca037c3caa46446974e8c8b9672929
+21	tee	tee	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+22	shirts	shirt	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+23	for	for	ADP	O	0			82ca037c3caa46446974e8c8b9672929
+24	my	my	DET	O	0			82ca037c3caa46446974e8c8b9672929
+25	holiday	holiday	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+26	its	its	PRON	O	0			82ca037c3caa46446974e8c8b9672929
+27	great	great	ADJ	O	0			82ca037c3caa46446974e8c8b9672929
+28	too	too	ADV	O	0			82ca037c3caa46446974e8c8b9672929
+29	especially	especially	ADV	O	0			82ca037c3caa46446974e8c8b9672929
+30	if	if	ADP	O	0			82ca037c3caa46446974e8c8b9672929
+31	ur	ur	PRON	O	0			82ca037c3caa46446974e8c8b9672929
+32	plus	plus	ADJ	O	0			82ca037c3caa46446974e8c8b9672929
+33	sizes	size	NOUN	O	0			82ca037c3caa46446974e8c8b9672929
+34	.	.	PUNCT	O	0			82ca037c3caa46446974e8c8b9672929
+
+1	You	you	PRON	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+2	know	know	VERB	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+3	,	,	PUNCT	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+4	it	it	PRON	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+5	's	's	VERB	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+6	very	very	ADV	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+7	old	old	ADJ	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+8	.	.	PUNCT	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+9	This	this	DET	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+10	is	be	VERB	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+11	a	a	DET	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+12	plate	plate	NOUN	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+13	from	from	ADP	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+14	1797	NUMBER	NUM	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+15	.	.	PUNCT	O	0			bcb9aec80a1ec4f1d30680b1a112dc6d
+
+1	Delivery	delivery	NOUN	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+2	and	and	CONJ	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+3	dispatch	dispatch	NOUN	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+4	are	be	VERB	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+5	usually	usually	ADV	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+6	quite	quite	ADV	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+7	quick	quick	ADJ	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+8	,	,	PUNCT	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+9	and	and	CONJ	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+10	they	they	PRON	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+11	often	often	ADV	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+12	have	have	VERB	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+13	huge	huge	ADJ	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+14	discount	discount	NOUN	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+15	days	days	NOUN	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+16	.	.	PUNCT	O	0			d62ebe1a815ddd5165e77ad9de9ffd94
+
+1	@Reybot	@USER	X	O	0			11511c0488197b30aab9dd2cbd52bd43
+2	10th	10th	ADJ	O	0			11511c0488197b30aab9dd2cbd52bd43
+3	...	...	PUNCT	O	0			11511c0488197b30aab9dd2cbd52bd43
+4	that	that	DET	O	0			11511c0488197b30aab9dd2cbd52bd43
+5	random	random	ADJ	O	0			11511c0488197b30aab9dd2cbd52bd43
+6	chick	chick	NOUN	O	0			11511c0488197b30aab9dd2cbd52bd43
+7	s	s	PART	O	0			11511c0488197b30aab9dd2cbd52bd43
+8	nasty	nasty	ADJ	O	0			11511c0488197b30aab9dd2cbd52bd43
+9	ass	ass	NOUN	O	0			11511c0488197b30aab9dd2cbd52bd43
+10	breath	breath	NOUN	O	0			11511c0488197b30aab9dd2cbd52bd43
+11	:-)	EMOTICON	X	O	0			11511c0488197b30aab9dd2cbd52bd43
+
+1	This	this	DET	O	0			40d0ebbbe2a304ae4776a70fda713a44
+2	tweet	tweet	NOUN	O	0			40d0ebbbe2a304ae4776a70fda713a44
+3	is	be	VERB	O	0			40d0ebbbe2a304ae4776a70fda713a44
+4	to	to	PART	O	0			40d0ebbbe2a304ae4776a70fda713a44
+5	get	get	VERB	O	0			40d0ebbbe2a304ae4776a70fda713a44
+6	me	me	PRON	O	0			40d0ebbbe2a304ae4776a70fda713a44
+7	off	off	ADV	O	0			40d0ebbbe2a304ae4776a70fda713a44
+8	of	of	ADP	O	0			40d0ebbbe2a304ae4776a70fda713a44
+9	666	NUMBER	NUM	O	0			40d0ebbbe2a304ae4776a70fda713a44
+10	tweets	tweet	NOUN	O	0			40d0ebbbe2a304ae4776a70fda713a44
+11	...	...	PUNCT	O	0			40d0ebbbe2a304ae4776a70fda713a44
+12	Eat	eat	VERB	O	0			40d0ebbbe2a304ae4776a70fda713a44
+13	it	it	PRON	O	0			40d0ebbbe2a304ae4776a70fda713a44
+14	Satan	satan	PROPN	O	0			40d0ebbbe2a304ae4776a70fda713a44
+15	!	!	PUNCT	O	0			40d0ebbbe2a304ae4776a70fda713a44
+16	Jesus	jesus	PROPN	O	0			40d0ebbbe2a304ae4776a70fda713a44
+17	is	be	VERB	O	0			40d0ebbbe2a304ae4776a70fda713a44
+18	alive	alive	ADJ	O	0			40d0ebbbe2a304ae4776a70fda713a44
+19	and	and	CONJ	O	0			40d0ebbbe2a304ae4776a70fda713a44
+20	you	you	PRON	O	0			40d0ebbbe2a304ae4776a70fda713a44
+21	lose	lose	VERB	O	0			40d0ebbbe2a304ae4776a70fda713a44
+22	!!!	!!!	PUNCT	O	0			40d0ebbbe2a304ae4776a70fda713a44
+
+1	@Reybot	@USER	X	O	0			3c72a7c62767258aedf6600f31fa811c
+2	10th	10th	ADJ	O	0			3c72a7c62767258aedf6600f31fa811c
+3	...	...	PUNCT	O	0			3c72a7c62767258aedf6600f31fa811c
+4	that	that	DET	O	0			3c72a7c62767258aedf6600f31fa811c
+5	random	random	ADJ	O	0			3c72a7c62767258aedf6600f31fa811c
+6	chick	chick	NOUN	O	0			3c72a7c62767258aedf6600f31fa811c
+7	s	s	PART	O	0			3c72a7c62767258aedf6600f31fa811c
+8	nasty	nasty	ADJ	O	0			3c72a7c62767258aedf6600f31fa811c
+9	ass	ass	NOUN	O	0			3c72a7c62767258aedf6600f31fa811c
+10	breath	breath	NOUN	O	0			3c72a7c62767258aedf6600f31fa811c
+11	:-)	EMOTICON	X	O	0			3c72a7c62767258aedf6600f31fa811c
+
+1	This	this	DET	O	0			ef40fd8e6397c043ba22e803f36a5cab
+2	entrepreneurial	entrepreneurial	ADJ	O	0			ef40fd8e6397c043ba22e803f36a5cab
+3	energy	energy	NOUN	O	0			ef40fd8e6397c043ba22e803f36a5cab
+4	is	be	AUX	O	0			ef40fd8e6397c043ba22e803f36a5cab
+5	emerging	emerge	VERB	O	0			ef40fd8e6397c043ba22e803f36a5cab
+6	from	from	ADP	O	0			ef40fd8e6397c043ba22e803f36a5cab
+7	many	many	ADJ	O	0			ef40fd8e6397c043ba22e803f36a5cab
+8	quarters	quarters	NOUN	O	0			ef40fd8e6397c043ba22e803f36a5cab
+9	.	.	PUNCT	O	0			ef40fd8e6397c043ba22e803f36a5cab
+
+1	A	a	DET	O	0			b93f9fb083d453e0691b98df407407c5
+2	very	very	ADV	O	0			b93f9fb083d453e0691b98df407407c5
+3	happy	happy	ADJ	O	0			b93f9fb083d453e0691b98df407407c5
+4	customer	customer	NOUN	O	0			b93f9fb083d453e0691b98df407407c5
+
+1	Rajapack	rajapack	PROPN	O	0			6d927e25203a56879f89b361e936b823
+2	deserves	deserve	VERB	O	0			6d927e25203a56879f89b361e936b823
+3	recognition	recognition	NOUN	O	0			6d927e25203a56879f89b361e936b823
+4	for	for	ADP	O	0			6d927e25203a56879f89b361e936b823
+5	their	their	DET	O	0			6d927e25203a56879f89b361e936b823
+6	excellent	excellent	ADJ	O	0			6d927e25203a56879f89b361e936b823
+7	service	service	NOUN	O	0			6d927e25203a56879f89b361e936b823
+8	and	and	CONJ	O	0			6d927e25203a56879f89b361e936b823
+9	customer	customer	NOUN	O	0			6d927e25203a56879f89b361e936b823
+10	relations	relations	NOUN	O	0			6d927e25203a56879f89b361e936b823
+
+1	@mii_YoYo	@USER	X	O	0			605d04fc23b1c493c9f7be928651f076
+2	You	you	PRON	O	0			605d04fc23b1c493c9f7be928651f076
+3	Suppose	suppose	VERB	O	0			605d04fc23b1c493c9f7be928651f076
+4	To	to	PART	O	0			605d04fc23b1c493c9f7be928651f076
+5	Say	say	VERB	O	0			605d04fc23b1c493c9f7be928651f076
+6	Good'Morning	good'morning	INTJ	O	0			605d04fc23b1c493c9f7be928651f076
+7	LOVE	love	NOUN	O	0			605d04fc23b1c493c9f7be928651f076
+8	♥	EMOTICON	X	O	0			605d04fc23b1c493c9f7be928651f076
+
+1	But	but	CONJ	O	0			0ff2d647c8728131aebc03e9255bd798
+2	before	before	SCONJ	O	0			0ff2d647c8728131aebc03e9255bd798
+3	I	i	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+4	show	show	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+5	you	you	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+6	what	what	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+7	I	i	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+8	've	've	AUX	O	0			0ff2d647c8728131aebc03e9255bd798
+9	got	get	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+10	inside	inside	ADV	O	0			0ff2d647c8728131aebc03e9255bd798
+11	,	,	PUNCT	O	0			0ff2d647c8728131aebc03e9255bd798
+12	I	i	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+13	'm	'm	AUX	O	0			0ff2d647c8728131aebc03e9255bd798
+14	going	go	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+15	to	to	PART	O	0			0ff2d647c8728131aebc03e9255bd798
+16	make	make	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+17	a	a	DET	O	0			0ff2d647c8728131aebc03e9255bd798
+18	very	very	ADV	O	0			0ff2d647c8728131aebc03e9255bd798
+19	public	public	ADJ	O	0			0ff2d647c8728131aebc03e9255bd798
+20	confession	confession	NOUN	O	0			0ff2d647c8728131aebc03e9255bd798
+21	,	,	PUNCT	O	0			0ff2d647c8728131aebc03e9255bd798
+22	and	and	CONJ	O	0			0ff2d647c8728131aebc03e9255bd798
+23	that	that	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+24	is	be	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+25	,	,	PUNCT	O	0			0ff2d647c8728131aebc03e9255bd798
+26	I	i	PRON	O	0			0ff2d647c8728131aebc03e9255bd798
+27	'm	'm	VERB	O	0			0ff2d647c8728131aebc03e9255bd798
+28	outfit-obsessed	outfit-obsessed	NOUN	O	0			0ff2d647c8728131aebc03e9255bd798
+29	.	.	PUNCT	O	0			0ff2d647c8728131aebc03e9255bd798
+
+1	But	but	CONJ	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+2	we	we	PRON	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+3	have	have	VERB	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+4	a	a	DET	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+5	major	major	ADJ	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+6	shortage	shortage	NOUN	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+7	of	of	ADP	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+8	organs	organs	NOUN	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+9	.	.	PUNCT	O	0			2ababc98848e3b0af25b8dc3b640b5e4
+
+1	stunt	stunt	NOUN	O	0			7f01323fc6f76643d55dba4cb5041907
+2	devils	devil	NOUN	O	0			7f01323fc6f76643d55dba4cb5041907
+3	..	..	PUNCT	O	0			7f01323fc6f76643d55dba4cb5041907
+
+1	A	a	DET	O	0			cb6f35ee95734e8125d8189a6a77f902
+2	friend	friend	NOUN	O	0			cb6f35ee95734e8125d8189a6a77f902
+3	of	of	ADP	O	0			cb6f35ee95734e8125d8189a6a77f902
+4	mine	mine	PRON	O	0			cb6f35ee95734e8125d8189a6a77f902
+5	did	do	VERB	O	0			cb6f35ee95734e8125d8189a6a77f902
+6	that	that	PRON	O	0			cb6f35ee95734e8125d8189a6a77f902
+7	--	--	PUNCT	O	0			cb6f35ee95734e8125d8189a6a77f902
+8	Richard	richard	PROPN	O	0			cb6f35ee95734e8125d8189a6a77f902
+9	Bollingbroke	bollingbroke	PROPN	O	0			cb6f35ee95734e8125d8189a6a77f902
+10	.	.	PUNCT	O	0			cb6f35ee95734e8125d8189a6a77f902
+
+1	But	but	CONJ	O	0			aed6ee0d8ce277433f5bba1983a636ce
+2	there	there	PRON	O	0			aed6ee0d8ce277433f5bba1983a636ce
+3	are	be	VERB	O	0			aed6ee0d8ce277433f5bba1983a636ce
+4	over	over	ADV	O	0			aed6ee0d8ce277433f5bba1983a636ce
+5	48	48	NUM	O	0			aed6ee0d8ce277433f5bba1983a636ce
+6	hours	hours	NOUN	O	0			aed6ee0d8ce277433f5bba1983a636ce
+7	of	of	ADP	O	0			aed6ee0d8ce277433f5bba1983a636ce
+8	video	video	NOUN	O	0			aed6ee0d8ce277433f5bba1983a636ce
+9	uploaded	uploaded	NOUN	O	0			aed6ee0d8ce277433f5bba1983a636ce
+10	to	to	ADP	O	0			aed6ee0d8ce277433f5bba1983a636ce
+11	YouTube	youtube	PROPN	O	0			aed6ee0d8ce277433f5bba1983a636ce
+12	every	every	DET	O	0			aed6ee0d8ce277433f5bba1983a636ce
+13	minute	minute	NOUN	O	0			aed6ee0d8ce277433f5bba1983a636ce
+14	.	.	PUNCT	O	0			aed6ee0d8ce277433f5bba1983a636ce
+
+1	What	what	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+2	I	i	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+3	'm	'm	AUX	O	0			2fc0032c9b95d891b6740ee635af81f0
+4	going	go	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+5	to	to	PART	O	0			2fc0032c9b95d891b6740ee635af81f0
+6	show	show	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+7	you	you	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+8	first	first	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+9	,	,	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+10	as	as	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+11	quickly	quickly	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+12	as	as	SCONJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+13	I	i	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+14	can	can	AUX	O	0			2fc0032c9b95d891b6740ee635af81f0
+15	,	,	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+16	is	be	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+17	some	some	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+18	foundational	foundational	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+19	work	work	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+20	,	,	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+21	some	some	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+22	new	new	ADJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+23	technology	technology	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+24	that	that	SCONJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+25	we	we	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+26	brought	bring	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+27	to	to	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+28	Microsoft	microsoft	PROPN	O	0			2fc0032c9b95d891b6740ee635af81f0
+29	as	as	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+30	part	part	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+31	of	of	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+32	an	an	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+33	acquisition	acquisition	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+34	almost	almost	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+35	exactly	exactly	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+36	a	a	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+37	year	year	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+38	ago	ago	ADV	O	0			2fc0032c9b95d891b6740ee635af81f0
+39	.	.	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+40	This	this	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+41	is	be	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+42	Seadragon	seadragon	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+43	,	,	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+44	and	and	CONJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+45	it	it	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+46	's	's	VERB	O	0			2fc0032c9b95d891b6740ee635af81f0
+47	an	an	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+48	environment	environment	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+49	in	in	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+50	which	which	DET	O	0			2fc0032c9b95d891b6740ee635af81f0
+51	you	you	PRON	O	0			2fc0032c9b95d891b6740ee635af81f0
+52	can	can	AUX	O	0			2fc0032c9b95d891b6740ee635af81f0
+53	either	either	CONJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+54	locally	locally	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+55	or	or	CONJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+56	remotely	remotely	ADJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+57	interact	interact	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+58	with	with	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+59	vast	vast	ADJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+60	amounts	amount	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+61	of	of	ADP	O	0			2fc0032c9b95d891b6740ee635af81f0
+62	visual	visual	ADJ	O	0			2fc0032c9b95d891b6740ee635af81f0
+63	data	data	NOUN	O	0			2fc0032c9b95d891b6740ee635af81f0
+64	.	.	PUNCT	O	0			2fc0032c9b95d891b6740ee635af81f0
+
+1	I	i	PRON	O	0			170f13342df3fe9d9583978a54395bab
+2	may	may	VERB	O	0			170f13342df3fe9d9583978a54395bab
+3	wear	wear	VERB	O	0			170f13342df3fe9d9583978a54395bab
+4	my	my	PRON	O	0			170f13342df3fe9d9583978a54395bab
+5	hair	hair	NOUN	O	0			170f13342df3fe9d9583978a54395bab
+6	in	in	ADP	O	0			170f13342df3fe9d9583978a54395bab
+7	a	a	DET	O	0			170f13342df3fe9d9583978a54395bab
+8	comb	comb	NOUN	O	0			170f13342df3fe9d9583978a54395bab
+9	over	over	NOUN	O	0			170f13342df3fe9d9583978a54395bab
+10	fashion	fashion	NOUN	O	0			170f13342df3fe9d9583978a54395bab
+11	more	more	ADV	O	0			170f13342df3fe9d9583978a54395bab
+12	often	often	ADV	O	0			170f13342df3fe9d9583978a54395bab
+13	.	.	PUNCT	O	0			170f13342df3fe9d9583978a54395bab
+14	I	i	PRON	O	0			170f13342df3fe9d9583978a54395bab
+15	feel	feel	VERB	O	0			170f13342df3fe9d9583978a54395bab
+16	smart	smart	ADJ	O	0			170f13342df3fe9d9583978a54395bab
+17	this	this	DET	O	0			170f13342df3fe9d9583978a54395bab
+18	way	way	NOUN	O	0			170f13342df3fe9d9583978a54395bab
+19	.	.	PUNCT	O	0			170f13342df3fe9d9583978a54395bab
+
+1	Tried	try	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+2	calling	call	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+3	sales	sales	NOUN	O	0			d317fde723939db78eedd9bf5f4e009a
+4	,	,	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+5	as	as	ADP	O	0			d317fde723939db78eedd9bf5f4e009a
+6	this	this	PRON	O	0			d317fde723939db78eedd9bf5f4e009a
+7	was	be	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+8	'	'	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+9	free	free	ADJ	O	0			d317fde723939db78eedd9bf5f4e009a
+10	'	'	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+11	but	but	CONJ	O	0			d317fde723939db78eedd9bf5f4e009a
+12	as	as	CONJ	O	0			d317fde723939db78eedd9bf5f4e009a
+13	it	it	PRON	O	0			d317fde723939db78eedd9bf5f4e009a
+14	was	be	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+15	no	no	ADV	O	0			d317fde723939db78eedd9bf5f4e009a
+16	longer	longer	ADV	O	0			d317fde723939db78eedd9bf5f4e009a
+17	a	a	DET	O	0			d317fde723939db78eedd9bf5f4e009a
+18	'	'	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+19	sale	sale	NOUN	O	0			d317fde723939db78eedd9bf5f4e009a
+20	'	'	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+21	they	they	PRON	O	0			d317fde723939db78eedd9bf5f4e009a
+22	would	would	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+23	not	not	ADV	O	0			d317fde723939db78eedd9bf5f4e009a
+24	put	put	VERB	O	0			d317fde723939db78eedd9bf5f4e009a
+25	me	me	PRON	O	0			d317fde723939db78eedd9bf5f4e009a
+26	though	though	PART	O	0			d317fde723939db78eedd9bf5f4e009a
+27	.	.	PUNCT	O	0			d317fde723939db78eedd9bf5f4e009a
+
+1	RT	rt	X	O	0			411f4194e103894e857628d223ab9c12
+2	@safff_	@USER	X	O	0			411f4194e103894e857628d223ab9c12
+3	«	«	X	O	0			411f4194e103894e857628d223ab9c12
+4	@SCREAM_MICHine	@USER	X	O	0			411f4194e103894e857628d223ab9c12
+5	@Elijah_R	@USER	X	O	0			411f4194e103894e857628d223ab9c12
+6	cuffin	cuffin	VERB	O	0			411f4194e103894e857628d223ab9c12
+7	in	in	ADP	O	0			411f4194e103894e857628d223ab9c12
+8	the	the	DET	O	0			411f4194e103894e857628d223ab9c12
+9	avi	avi	NOUN	O	0			411f4194e103894e857628d223ab9c12
+10	,	,	PUNCT	O	0			411f4194e103894e857628d223ab9c12
+11	Gi	gi	VERB	O	0			411f4194e103894e857628d223ab9c12
+12	mme	mme	PRON	O	0			411f4194e103894e857628d223ab9c12
+13	$20	NUMBER	NUM	O	0			411f4194e103894e857628d223ab9c12
+14	»	»	X	O	0			411f4194e103894e857628d223ab9c12
+
+1	@sureside	@USER	X	O	0			a6c988d0f8c7484634bd0502fd8adedb
+2	I	i	PRON	O	0			a6c988d0f8c7484634bd0502fd8adedb
+3	KNOW	know	VERB	O	0			a6c988d0f8c7484634bd0502fd8adedb
+4	BUT	but	CONJ	O	0			a6c988d0f8c7484634bd0502fd8adedb
+5	IT	it	PRON	O	0			a6c988d0f8c7484634bd0502fd8adedb
+6	'S	's	VERB	O	0			a6c988d0f8c7484634bd0502fd8adedb
+7	LONG	long	ADJ	O	0			a6c988d0f8c7484634bd0502fd8adedb
+8	.	.	PUNCT	O	0			a6c988d0f8c7484634bd0502fd8adedb
+9	It	it	PRON	O	0			a6c988d0f8c7484634bd0502fd8adedb
+10	feels	feel	VERB	O	0			a6c988d0f8c7484634bd0502fd8adedb
+11	like	like	ADP	O	0			a6c988d0f8c7484634bd0502fd8adedb
+12	math	math	NOUN	O	0			a6c988d0f8c7484634bd0502fd8adedb
+13	class	class	NOUN	O	0			a6c988d0f8c7484634bd0502fd8adedb
+14	.	.	PUNCT	O	0			a6c988d0f8c7484634bd0502fd8adedb
+
+1	RT	rt	X	O	0			3630621737d7081132e55354cef6243b
+2	@LongLiveAndrea	@USER	X	O	0			3630621737d7081132e55354cef6243b
+3	:	:	X	O	0			3630621737d7081132e55354cef6243b
+4	#whatif	#whatif	PRON	O	0			3630621737d7081132e55354cef6243b
+5	People	people	NOUN	O	0			3630621737d7081132e55354cef6243b
+6	believed	believe	VERB	O	0			3630621737d7081132e55354cef6243b
+7	everything	everything	NOUN	O	0			3630621737d7081132e55354cef6243b
+8	that	that	ADP	O	0			3630621737d7081132e55354cef6243b
+9	they	they	PRON	O	0			3630621737d7081132e55354cef6243b
+10	"	"	PUNCT	O	0			3630621737d7081132e55354cef6243b
+11	heard	hear	VERB	O	0			3630621737d7081132e55354cef6243b
+12	"	"	PUNCT	O	0			3630621737d7081132e55354cef6243b
+13	about	about	ADP	O	0			3630621737d7081132e55354cef6243b
+14	me	me	PRON	O	0			3630621737d7081132e55354cef6243b
+15	..	..	PUNCT	O	0			3630621737d7081132e55354cef6243b
+16	-dumb	-dumb	ADJ	O	0			3630621737d7081132e55354cef6243b
+17	fuckers	fucker	NOUN	O	0			3630621737d7081132e55354cef6243b
+18	.	.	PUNCT	O	0			3630621737d7081132e55354cef6243b
+
+1	@inglish4u	@USER	X	O	0			dec3c1e9587084987cc774583418021a
+2	Hehe	hehe	INTJ	O	0			dec3c1e9587084987cc774583418021a
+3	I	i	PRON	O	0			dec3c1e9587084987cc774583418021a
+4	'm	'm	VERB	O	0			dec3c1e9587084987cc774583418021a
+5	still	still	ADV	O	0			dec3c1e9587084987cc774583418021a
+6	on	on	ADP	O	0			dec3c1e9587084987cc774583418021a
+7	my	my	PRON	O	0			dec3c1e9587084987cc774583418021a
+8	summer	summer	NOUN	O	0			dec3c1e9587084987cc774583418021a
+9	vacation	vacation	NOUN	O	0			dec3c1e9587084987cc774583418021a
+10	:)	EMOTICON	X	O	0			dec3c1e9587084987cc774583418021a
+11	but	but	CONJ	O	0			dec3c1e9587084987cc774583418021a
+12	if	if	SCONJ	O	0			dec3c1e9587084987cc774583418021a
+13	I	i	PRON	O	0			dec3c1e9587084987cc774583418021a
+14	do	do	AUX	O	0			dec3c1e9587084987cc774583418021a
+15	n't	n't	PART	O	0			dec3c1e9587084987cc774583418021a
+16	try	try	VERB	O	0			dec3c1e9587084987cc774583418021a
+17	get	get	VERB	O	0			dec3c1e9587084987cc774583418021a
+18	up	up	ADP	O	0			dec3c1e9587084987cc774583418021a
+19	earlier	earlier	ADV	O	0			dec3c1e9587084987cc774583418021a
+20	than	than	ADP	O	0			dec3c1e9587084987cc774583418021a
+21	now	now	ADV	O	0			dec3c1e9587084987cc774583418021a
+22	,	,	PUNCT	O	0			dec3c1e9587084987cc774583418021a
+23	I	i	PRON	O	0			dec3c1e9587084987cc774583418021a
+24	'll	'll	AUX	O	0			dec3c1e9587084987cc774583418021a
+25	definitely	definitely	ADV	O	0			dec3c1e9587084987cc774583418021a
+26	be	be	VERB	O	0			dec3c1e9587084987cc774583418021a
+27	late	late	ADJ	O	0			dec3c1e9587084987cc774583418021a
+28	for	for	ADP	O	0			dec3c1e9587084987cc774583418021a
+29	school	school	NOUN	O	0			dec3c1e9587084987cc774583418021a
+30	:'(	EMOTICON	X	O	0			dec3c1e9587084987cc774583418021a
+31	#i4u	#i4u	X	O	0			dec3c1e9587084987cc774583418021a
+
+1	However	however	CONJ	O	0			3727018482180e96b34e1c96b5b21379
+2	if	if	CONJ	O	0			3727018482180e96b34e1c96b5b21379
+3	you	you	PRON	O	0			3727018482180e96b34e1c96b5b21379
+4	have	have	VERB	O	0			3727018482180e96b34e1c96b5b21379
+5	cash	cash	NOUN	O	0			3727018482180e96b34e1c96b5b21379
+6	to	to	PART	O	0			3727018482180e96b34e1c96b5b21379
+7	burn	burn	VERB	O	0			3727018482180e96b34e1c96b5b21379
+8	,	,	PUNCT	O	0			3727018482180e96b34e1c96b5b21379
+9	use	use	VERB	O	0			3727018482180e96b34e1c96b5b21379
+10	someone	someone	NOUN	O	0			3727018482180e96b34e1c96b5b21379
+11	else	else	ADV	O	0			3727018482180e96b34e1c96b5b21379
+12	.	.	PUNCT	O	0			3727018482180e96b34e1c96b5b21379
+
+1	I	i	PRON	O	0			0a69641d40c1de87cc90d37410290e7c
+2	do	do	AUX	O	0			0a69641d40c1de87cc90d37410290e7c
+3	n't	n't	PART	O	0			0a69641d40c1de87cc90d37410290e7c
+4	want	want	VERB	O	0			0a69641d40c1de87cc90d37410290e7c
+5	any	any	DET	O	0			0a69641d40c1de87cc90d37410290e7c
+6	of	of	ADP	O	0			0a69641d40c1de87cc90d37410290e7c
+7	these	these	DET	O	0			0a69641d40c1de87cc90d37410290e7c
+8	people	people	NOUN	O	0			0a69641d40c1de87cc90d37410290e7c
+9	in	in	ADP	O	0			0a69641d40c1de87cc90d37410290e7c
+10	my	my	PRON	O	0			0a69641d40c1de87cc90d37410290e7c
+11	house	house	NOUN	O	0			0a69641d40c1de87cc90d37410290e7c
+12	right	right	ADV	O	0			0a69641d40c1de87cc90d37410290e7c
+13	now	now	ADV	O	0			0a69641d40c1de87cc90d37410290e7c
+14	,	,	PUNCT	O	0			0a69641d40c1de87cc90d37410290e7c
+15	do	do	AUX	O	0			0a69641d40c1de87cc90d37410290e7c
+16	n't	n't	PART	O	0			0a69641d40c1de87cc90d37410290e7c
+17	have	have	VERB	O	0			0a69641d40c1de87cc90d37410290e7c
+18	anything	anything	NOUN	O	0			0a69641d40c1de87cc90d37410290e7c
+19	to	to	PART	O	0			0a69641d40c1de87cc90d37410290e7c
+20	talk	talk	VERB	O	0			0a69641d40c1de87cc90d37410290e7c
+21	about	about	ADP	O	0			0a69641d40c1de87cc90d37410290e7c
+22	,	,	PUNCT	O	0			0a69641d40c1de87cc90d37410290e7c
+23	going	go	VERB	O	0			0a69641d40c1de87cc90d37410290e7c
+24	to	to	ADP	O	0			0a69641d40c1de87cc90d37410290e7c
+25	bed	bed	NOUN	O	0			0a69641d40c1de87cc90d37410290e7c
+
+1	Or	or	CONJ	O	0			855229641d71805253c3b2e8c966086a
+2	is	be	VERB	O	0			855229641d71805253c3b2e8c966086a
+3	it	it	PRON	O	0			855229641d71805253c3b2e8c966086a
+4	photography	photography	NOUN	O	0			855229641d71805253c3b2e8c966086a
+5	?	?	PUNCT	O	0			855229641d71805253c3b2e8c966086a
+
+1	@BrionyBea	@USER	X	O	0			5f6ffdc6f034b9870153e4f629a862b1
+2	hehee	hehee	INTJ	O	0			5f6ffdc6f034b9870153e4f629a862b1
+3	,	,	PUNCT	O	0			5f6ffdc6f034b9870153e4f629a862b1
+4	thankyou	thankyou	INTJ	O	0			5f6ffdc6f034b9870153e4f629a862b1
+5	:D	EMOTICON	X	O	0			5f6ffdc6f034b9870153e4f629a862b1
+6	awh	awh	INTJ	O	0			5f6ffdc6f034b9870153e4f629a862b1
+7	lmao	lmao	INTJ	O	0			5f6ffdc6f034b9870153e4f629a862b1
+8	:)	EMOTICON	X	O	0			5f6ffdc6f034b9870153e4f629a862b1
+9	xxx	EMOTICON	X	O	0			5f6ffdc6f034b9870153e4f629a862b1
+
+1	I	i	PRON	O	0			6f0be5d1a83e0c5613683014de8d420b
+2	have	have	AUX	O	0			6f0be5d1a83e0c5613683014de8d420b
+3	never	never	ADV	O	0			6f0be5d1a83e0c5613683014de8d420b
+4	received	receive	VERB	O	0			6f0be5d1a83e0c5613683014de8d420b
+5	such	such	ADV	O	0			6f0be5d1a83e0c5613683014de8d420b
+6	fantastic	fantastic	ADJ	O	0			6f0be5d1a83e0c5613683014de8d420b
+7	customer	customer	NOUN	O	0			6f0be5d1a83e0c5613683014de8d420b
+8	service	service	NOUN	O	0			6f0be5d1a83e0c5613683014de8d420b
+9	before	before	ADP	O	0			6f0be5d1a83e0c5613683014de8d420b
+10	.	.	PUNCT	O	0			6f0be5d1a83e0c5613683014de8d420b
+11	The	the	DET	O	0			6f0be5d1a83e0c5613683014de8d420b
+12	man	man	NOUN	O	0			6f0be5d1a83e0c5613683014de8d420b
+13	at	at	ADP	O	0			6f0be5d1a83e0c5613683014de8d420b
+14	the	the	DET	O	0			6f0be5d1a83e0c5613683014de8d420b
+15	end	end	NOUN	O	0			6f0be5d1a83e0c5613683014de8d420b
+16	was	be	VERB	O	0			6f0be5d1a83e0c5613683014de8d420b
+17	so	so	ADV	O	0			6f0be5d1a83e0c5613683014de8d420b
+18	helpful	helpful	ADJ	O	0			6f0be5d1a83e0c5613683014de8d420b
+19	,	,	PUNCT	O	0			6f0be5d1a83e0c5613683014de8d420b
+20	understanding	understanding	ADJ	O	0			6f0be5d1a83e0c5613683014de8d420b
+21	and	and	CONJ	O	0			6f0be5d1a83e0c5613683014de8d420b
+22	kind	kind	ADJ	O	0			6f0be5d1a83e0c5613683014de8d420b
+23	.	.	PUNCT	O	0			6f0be5d1a83e0c5613683014de8d420b
+
+1	And	and	CONJ	O	0			f4b4a794345e9c53016774da728a4999
+2	when	when	ADV	O	0			f4b4a794345e9c53016774da728a4999
+3	you	you	PRON	O	0			f4b4a794345e9c53016774da728a4999
+4	take	take	VERB	O	0			f4b4a794345e9c53016774da728a4999
+5	a	a	DET	O	0			f4b4a794345e9c53016774da728a4999
+6	photograph	photograph	NOUN	O	0			f4b4a794345e9c53016774da728a4999
+7	with	with	ADP	O	0			f4b4a794345e9c53016774da728a4999
+8	a	a	DET	O	0			f4b4a794345e9c53016774da728a4999
+9	camera	camera	NOUN	O	0			f4b4a794345e9c53016774da728a4999
+10	,	,	PUNCT	O	0			f4b4a794345e9c53016774da728a4999
+11	the	the	DET	O	0			f4b4a794345e9c53016774da728a4999
+12	process	process	NOUN	O	0			f4b4a794345e9c53016774da728a4999
+13	ends	end	VERB	O	0			f4b4a794345e9c53016774da728a4999
+14	when	when	ADV	O	0			f4b4a794345e9c53016774da728a4999
+15	you	you	PRON	O	0			f4b4a794345e9c53016774da728a4999
+16	press	press	NOUN	O	0			f4b4a794345e9c53016774da728a4999
+17	the	the	DET	O	0			f4b4a794345e9c53016774da728a4999
+18	trigger	trigger	NOUN	O	0			f4b4a794345e9c53016774da728a4999
+19	.	.	PUNCT	O	0			f4b4a794345e9c53016774da728a4999
+
+1	Have	have	AUX	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+2	I	i	PRON	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+3	just	just	ADV	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+4	been	be	VERB	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+5	lucky	lucky	ADJ	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+6	so	so	ADV	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+7	far	far	ADV	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+8	?	?	PUNCT	O	0			7bf931ea5458ce6a19d6895a4f8ea7a1
+
+1	To	to	PART	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+2	prove	prove	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+3	to	to	ADP	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+4	you	you	PRON	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+5	that	that	SCONJ	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+6	it	it	PRON	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+7	's	's	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+8	really	really	ADV	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+9	text	text	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+10	,	,	PUNCT	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+11	and	and	CONJ	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+12	not	not	ADV	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+13	an	an	DET	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+14	image	image	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+15	,	,	PUNCT	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+16	we	we	PRON	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+17	can	can	AUX	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+18	do	do	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+19	something	something	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+20	like	like	ADP	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+21	so	so	ADV	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+22	,	,	PUNCT	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+23	to	to	PART	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+24	really	really	ADV	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+25	show	show	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+26	that	that	SCONJ	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+27	this	this	PRON	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+28	is	be	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+29	a	a	DET	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+30	real	real	ADJ	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+31	representation	representation	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+32	of	of	ADP	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+33	the	the	DET	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+34	text	text	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+35	;	;	PUNCT	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+36	it	it	PRON	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+37	's	's	VERB	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+38	not	not	PART	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+39	a	a	DET	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+40	picture	picture	NOUN	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+41	.	.	PUNCT	O	0			7cc349f9d953ec21444ee1c1b6c195f8
+
+1	http://t.co/n7fLWISR	URL	X	O	0			c16e5909546081246c7eba7c504fae2f
+2	How	how	ADV	O	0			c16e5909546081246c7eba7c504fae2f
+3	to	to	PART	O	0			c16e5909546081246c7eba7c504fae2f
+4	Talk	talk	VERB	O	0			c16e5909546081246c7eba7c504fae2f
+5	to	to	ADP	O	0			c16e5909546081246c7eba7c504fae2f
+6	a	a	DET	O	0			c16e5909546081246c7eba7c504fae2f
+7	Widow	widow	NOUN	O	0			c16e5909546081246c7eba7c504fae2f
+
+1	I	i	PRON	O	0			9036bd2ac99153be98695119652028eb
+2	found	found	VERB	O	0			9036bd2ac99153be98695119652028eb
+3	the	the	DET	O	0			9036bd2ac99153be98695119652028eb
+4	staff	staff	NOUN	O	0			9036bd2ac99153be98695119652028eb
+5	to	to	PART	O	0			9036bd2ac99153be98695119652028eb
+6	be	be	VERB	O	0			9036bd2ac99153be98695119652028eb
+7	really	really	ADV	O	0			9036bd2ac99153be98695119652028eb
+8	helpful	helpful	ADJ	O	0			9036bd2ac99153be98695119652028eb
+9	,	,	PUNCT	O	0			9036bd2ac99153be98695119652028eb
+10	friendly	friendly	ADJ	O	0			9036bd2ac99153be98695119652028eb
+11	and	and	CONJ	O	0			9036bd2ac99153be98695119652028eb
+12	not	not	ADV	O	0			9036bd2ac99153be98695119652028eb
+13	pushy	pushy	ADJ	O	0			9036bd2ac99153be98695119652028eb
+14	.	.	PUNCT	O	0			9036bd2ac99153be98695119652028eb
+
+1	I	i	PRON	O	0			32c022b869bde5bafbeb284e61385d93
+2	found	found	VERB	O	0			32c022b869bde5bafbeb284e61385d93
+3	the	the	DET	O	0			32c022b869bde5bafbeb284e61385d93
+4	site	site	NOUN	O	0			32c022b869bde5bafbeb284e61385d93
+5	easy	easy	ADV	O	0			32c022b869bde5bafbeb284e61385d93
+6	to	to	PART	O	0			32c022b869bde5bafbeb284e61385d93
+7	operate	operate	VERB	O	0			32c022b869bde5bafbeb284e61385d93
+8	and	and	CONJ	O	0			32c022b869bde5bafbeb284e61385d93
+9	was	be	VERB	O	0			32c022b869bde5bafbeb284e61385d93
+10	very	very	ADV	O	0			32c022b869bde5bafbeb284e61385d93
+11	pleased	pleased	ADJ	O	0			32c022b869bde5bafbeb284e61385d93
+12	with	with	ADP	O	0			32c022b869bde5bafbeb284e61385d93
+13	my	my	DET	O	0			32c022b869bde5bafbeb284e61385d93
+14	trip	trip	NOUN	O	0			32c022b869bde5bafbeb284e61385d93
+15	.	.	PUNCT	O	0			32c022b869bde5bafbeb284e61385d93
+
+1	@SabrinagLeek	@USER	X	O	0			3fb32d6b01552a137fde57e4f849142e
+2	haha	haha	INTJ	O	0			3fb32d6b01552a137fde57e4f849142e
+3	u	u	PRON	O	0			3fb32d6b01552a137fde57e4f849142e
+4	wish	wish	VERB	O	0			3fb32d6b01552a137fde57e4f849142e
+5	!	!	PUNCT	O	0			3fb32d6b01552a137fde57e4f849142e
+6	Just	just	ADV	O	0			3fb32d6b01552a137fde57e4f849142e
+7	wait	wait	VERB	O	0			3fb32d6b01552a137fde57e4f849142e
+8	for	for	ADP	O	0			3fb32d6b01552a137fde57e4f849142e
+9	me	me	PRON	O	0			3fb32d6b01552a137fde57e4f849142e
+10	to	to	PART	O	0			3fb32d6b01552a137fde57e4f849142e
+11	fins	fin	VERB	O	0			3fb32d6b01552a137fde57e4f849142e
+12	a	a	DET	O	0			3fb32d6b01552a137fde57e4f849142e
+13	cool	cool	ADJ	O	0			3fb32d6b01552a137fde57e4f849142e
+14	name	name	NOUN	O	0			3fb32d6b01552a137fde57e4f849142e
+15	tht	tht	ADP	O	0			3fb32d6b01552a137fde57e4f849142e
+16	has	have	VERB	O	0			3fb32d6b01552a137fde57e4f849142e
+17	darren	darren	PROPN	O	0			3fb32d6b01552a137fde57e4f849142e
+18	+	+	CONJ	O	0			3fb32d6b01552a137fde57e4f849142e
+19	loewe	loewe	PROPN	O	0			3fb32d6b01552a137fde57e4f849142e
+20	in	in	ADP	O	0			3fb32d6b01552a137fde57e4f849142e
+21	it	it	PRON	O	0			3fb32d6b01552a137fde57e4f849142e
+22	lol	lol	INTJ	O	0			3fb32d6b01552a137fde57e4f849142e
+23	(	(	PUNCT	O	0			3fb32d6b01552a137fde57e4f849142e
+24	everything	everything	NOUN	O	0			3fb32d6b01552a137fde57e4f849142e
+25	sounds	sound	VERB	O	0			3fb32d6b01552a137fde57e4f849142e
+26	bad	bad	ADJ	O	0			3fb32d6b01552a137fde57e4f849142e
+27	:(	EMOTICON	X	O	0			3fb32d6b01552a137fde57e4f849142e
+28	)	)	PUNCT	O	0			3fb32d6b01552a137fde57e4f849142e
+
+1	I	i	PRON	O	0			829c8ecc97731d2395520e09d1e3d71d
+2	couldn	couldn	AUX	O	0			829c8ecc97731d2395520e09d1e3d71d
+3	'	'	PUNCT	O	0			829c8ecc97731d2395520e09d1e3d71d
+4	t	t	PART	O	0			829c8ecc97731d2395520e09d1e3d71d
+5	have	have	AUX	O	0			829c8ecc97731d2395520e09d1e3d71d
+6	faulted	fault	VERB	O	0			829c8ecc97731d2395520e09d1e3d71d
+7	their	their	DET	O	0			829c8ecc97731d2395520e09d1e3d71d
+8	assistance	assistance	NOUN	O	0			829c8ecc97731d2395520e09d1e3d71d
+9	.	.	PUNCT	O	0			829c8ecc97731d2395520e09d1e3d71d
+
+1	I	i	PRON	O	0			2bb78004548c111d71fe3425cd158269
+2	get	get	VERB	O	0			2bb78004548c111d71fe3425cd158269
+3	all	all	DET	O	0			2bb78004548c111d71fe3425cd158269
+4	my	my	PRON	O	0			2bb78004548c111d71fe3425cd158269
+5	clothes	clothes	NOUN	O	0			2bb78004548c111d71fe3425cd158269
+6	secondhand	secondhand	NOUN	O	0			2bb78004548c111d71fe3425cd158269
+7	from	from	ADP	O	0			2bb78004548c111d71fe3425cd158269
+8	flea	flea	NOUN	O	0			2bb78004548c111d71fe3425cd158269
+9	markets	market	NOUN	O	0			2bb78004548c111d71fe3425cd158269
+10	and	and	CONJ	O	0			2bb78004548c111d71fe3425cd158269
+11	thrift	thrift	ADJ	O	0			2bb78004548c111d71fe3425cd158269
+12	stores	store	NOUN	O	0			2bb78004548c111d71fe3425cd158269
+13	.	.	PUNCT	O	0			2bb78004548c111d71fe3425cd158269
+
+1	Discount	discount	NOUN	O	0			7038b612cf201afe92024cfbe14da31c
+2	codes	code	NOUN	O	0			7038b612cf201afe92024cfbe14da31c
+3	always	always	ADV	O	0			7038b612cf201afe92024cfbe14da31c
+4	available	available	ADJ	O	0			7038b612cf201afe92024cfbe14da31c
+5	although	although	CONJ	O	0			7038b612cf201afe92024cfbe14da31c
+6	I	i	PRON	O	0			7038b612cf201afe92024cfbe14da31c
+7	don	don	AUX	O	0			7038b612cf201afe92024cfbe14da31c
+8	'	'	PART	O	0			7038b612cf201afe92024cfbe14da31c
+9	t	t	PART	O	0			7038b612cf201afe92024cfbe14da31c
+10	usually	usually	ADV	O	0			7038b612cf201afe92024cfbe14da31c
+11	receive	receive	VERB	O	0			7038b612cf201afe92024cfbe14da31c
+12	vouchers	voucher	NOUN	O	0			7038b612cf201afe92024cfbe14da31c
+13	but	but	CONJ	O	0			7038b612cf201afe92024cfbe14da31c
+14	my	my	DET	O	0			7038b612cf201afe92024cfbe14da31c
+15	Boden	boden	PROPN	O	0			7038b612cf201afe92024cfbe14da31c
+16	buying	buying	ADJ	O	0			7038b612cf201afe92024cfbe14da31c
+17	friends	friend	NOUN	O	0			7038b612cf201afe92024cfbe14da31c
+18	do	do	VERB	O	0			7038b612cf201afe92024cfbe14da31c
+19	:(	:(	X	O	0			7038b612cf201afe92024cfbe14da31c
+
+1	When	when	ADV	O	0			0a61b81e16e7555908ba010f0992ea83
+2	I	i	PRON	O	0			0a61b81e16e7555908ba010f0992ea83
+3	saw	saw	VERB	O	0			0a61b81e16e7555908ba010f0992ea83
+4	this	this	DET	O	0			0a61b81e16e7555908ba010f0992ea83
+5	deal	deal	NOUN	O	0			0a61b81e16e7555908ba010f0992ea83
+6	,	,	PUNCT	O	0			0a61b81e16e7555908ba010f0992ea83
+7	I	i	PRON	O	0			0a61b81e16e7555908ba010f0992ea83
+8	could	could	AUX	O	0			0a61b81e16e7555908ba010f0992ea83
+9	hardly	hardly	ADV	O	0			0a61b81e16e7555908ba010f0992ea83
+10	believe	believe	VERB	O	0			0a61b81e16e7555908ba010f0992ea83
+11	it	it	PRON	O	0			0a61b81e16e7555908ba010f0992ea83
+12	.	.	PUNCT	O	0			0a61b81e16e7555908ba010f0992ea83
+
+1	There	there	ADV	O	0			2cf768f892c824d27b619e096d008f7f
+2	was	be	VERB	O	0			2cf768f892c824d27b619e096d008f7f
+3	an	an	DET	O	0			2cf768f892c824d27b619e096d008f7f
+4	excellent	excellent	ADJ	O	0			2cf768f892c824d27b619e096d008f7f
+5	choice	choice	NOUN	O	0			2cf768f892c824d27b619e096d008f7f
+6	of	of	ADP	O	0			2cf768f892c824d27b619e096d008f7f
+7	labels	label	NOUN	O	0			2cf768f892c824d27b619e096d008f7f
+8	to	to	PART	O	0			2cf768f892c824d27b619e096d008f7f
+9	choose	choose	VERB	O	0			2cf768f892c824d27b619e096d008f7f
+10	from	from	ADP	O	0			2cf768f892c824d27b619e096d008f7f
+11	-	-	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+12	size	size	NOUN	O	0			2cf768f892c824d27b619e096d008f7f
+13	,	,	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+14	type	type	NOUN	O	0			2cf768f892c824d27b619e096d008f7f
+15	,	,	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+16	font	font	NOUN	O	0			2cf768f892c824d27b619e096d008f7f
+17	-	-	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+18	they	they	PRON	O	0			2cf768f892c824d27b619e096d008f7f
+19	'	'	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+20	re	re	VERB	O	0			2cf768f892c824d27b619e096d008f7f
+21	easy	easy	ADJ	O	0			2cf768f892c824d27b619e096d008f7f
+22	to	to	PART	O	0			2cf768f892c824d27b619e096d008f7f
+23	use	use	VERB	O	0			2cf768f892c824d27b619e096d008f7f
+24	and	and	CONJ	O	0			2cf768f892c824d27b619e096d008f7f
+25	adhere	adhere	VERB	O	0			2cf768f892c824d27b619e096d008f7f
+26	well	well	ADV	O	0			2cf768f892c824d27b619e096d008f7f
+27	.	.	PUNCT	O	0			2cf768f892c824d27b619e096d008f7f
+
+1	As	as	CONJ	O	0			87616239669e2e447a0e94821ba266ad
+2	I	i	PRON	O	0			87616239669e2e447a0e94821ba266ad
+3	live	live	VERB	O	0			87616239669e2e447a0e94821ba266ad
+4	in	in	ADP	O	0			87616239669e2e447a0e94821ba266ad
+5	Turkey	turkey	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+6	,	,	PUNCT	O	0			87616239669e2e447a0e94821ba266ad
+7	it	it	PRON	O	0			87616239669e2e447a0e94821ba266ad
+8	is	be	VERB	O	0			87616239669e2e447a0e94821ba266ad
+9	so	so	ADV	O	0			87616239669e2e447a0e94821ba266ad
+10	easy	easy	ADJ	O	0			87616239669e2e447a0e94821ba266ad
+11	for	for	ADP	O	0			87616239669e2e447a0e94821ba266ad
+12	me	me	PRON	O	0			87616239669e2e447a0e94821ba266ad
+13	to	to	PART	O	0			87616239669e2e447a0e94821ba266ad
+14	use	use	VERB	O	0			87616239669e2e447a0e94821ba266ad
+15	Fragrance	fragrance	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+16	Direct	direct	PROPN	O	0			87616239669e2e447a0e94821ba266ad
+17	and	and	CONJ	O	0			87616239669e2e447a0e94821ba266ad
+18	then	then	ADV	O	0			87616239669e2e447a0e94821ba266ad
+19	have	have	VERB	O	0			87616239669e2e447a0e94821ba266ad
+20	the	the	DET	O	0			87616239669e2e447a0e94821ba266ad
+21	order	order	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+22	sent	send	VERB	O	0			87616239669e2e447a0e94821ba266ad
+23	to	to	ADP	O	0			87616239669e2e447a0e94821ba266ad
+24	whichever	whichever	DET	O	0			87616239669e2e447a0e94821ba266ad
+25	family	family	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+26	member	member	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+27	or	or	CONJ	O	0			87616239669e2e447a0e94821ba266ad
+28	friend	friend	NOUN	O	0			87616239669e2e447a0e94821ba266ad
+29	who	who	PRON	O	0			87616239669e2e447a0e94821ba266ad
+30	will	will	AUX	O	0			87616239669e2e447a0e94821ba266ad
+31	be	be	AUX	O	0			87616239669e2e447a0e94821ba266ad
+32	visiting	visit	VERB	O	0			87616239669e2e447a0e94821ba266ad
+33	us	us	PRON	O	0			87616239669e2e447a0e94821ba266ad
+34	next	next	ADJ	O	0			87616239669e2e447a0e94821ba266ad
+35	.	.	PUNCT	O	0			87616239669e2e447a0e94821ba266ad
+
+1	@HeavenTechnotic	@USER	X	O	0			3a1e9060113a91bc9f5f3335d4205717
+2	HAHAHAHA	hahahaha	INTJ	O	0			3a1e9060113a91bc9f5f3335d4205717
+3	,	,	PUNCT	O	0			3a1e9060113a91bc9f5f3335d4205717
+4	maybe	maybe	ADV	O	0			3a1e9060113a91bc9f5f3335d4205717
+5	it	it	PRON	O	0			3a1e9060113a91bc9f5f3335d4205717
+6	s	s	AUX	O	0			3a1e9060113a91bc9f5f3335d4205717
+7	ment	ment	VERB	O	0			3a1e9060113a91bc9f5f3335d4205717
+8	to	to	PART	O	0			3a1e9060113a91bc9f5f3335d4205717
+9	be	be	VERB	O	0			3a1e9060113a91bc9f5f3335d4205717
+10	.	.	PUNCT	O	0			3a1e9060113a91bc9f5f3335d4205717
+11	(	EMOTICON	X	O	0			3a1e9060113a91bc9f5f3335d4205717
+12	x	EMOTICON	X	O	0			3a1e9060113a91bc9f5f3335d4205717
+
+1	Ordered	order	VERB	O	0			38f715c6fd8615a4dcfd36160841bf47
+2	charleston	charleston	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+3	compact	compact	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+4	filofax	filofax	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+5	late	late	ADJ	O	0			38f715c6fd8615a4dcfd36160841bf47
+6	Thursday	thursday	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+7	evening	evening	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+8	and	and	CONJ	O	0			38f715c6fd8615a4dcfd36160841bf47
+9	arrived	arrive	VERB	O	0			38f715c6fd8615a4dcfd36160841bf47
+10	this	this	DET	O	0			38f715c6fd8615a4dcfd36160841bf47
+11	morning	morning	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+12	(	(	PUNCT	O	0			38f715c6fd8615a4dcfd36160841bf47
+13	Saturday	saturday	NOUN	O	0			38f715c6fd8615a4dcfd36160841bf47
+14	).	).	PUNCT	O	0			38f715c6fd8615a4dcfd36160841bf47
+
+1	And	and	CONJ	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+2	it	it	PRON	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+3	shows	show	VERB	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+4	the	the	DET	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+5	first	first	ADJ	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+6	time	time	NOUN	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+7	an	an	DET	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+8	organ	organ	NOUN	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+9	was	be	AUX	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+10	ever	ever	ADV	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+11	transplanted	transplant	VERB	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+12	.	.	PUNCT	O	0			46d676deb3f92e1bf0b6553ae6b14eaa
+
+1	How	how	ADV	O	0			0a39c6047c8b6b09481c6c899629e30c
+2	to	to	PART	O	0			0a39c6047c8b6b09481c6c899629e30c
+3	Find	find	VERB	O	0			0a39c6047c8b6b09481c6c899629e30c
+4	And	and	CONJ	O	0			0a39c6047c8b6b09481c6c899629e30c
+5	Cultivate	cultivate	VERB	O	0			0a39c6047c8b6b09481c6c899629e30c
+6	Your	your	PRON	O	0			0a39c6047c8b6b09481c6c899629e30c
+7	Passion	passion	NOUN	O	0			0a39c6047c8b6b09481c6c899629e30c
+
+1	I	i	PRON	O	0			f5bceeb58057eda20d9cb3ee658e633d
+2	think	think	VERB	O	0			f5bceeb58057eda20d9cb3ee658e633d
+3	Ludivine	ludivine	PROPN	O	0			f5bceeb58057eda20d9cb3ee658e633d
+4	will	will	AUX	O	0			f5bceeb58057eda20d9cb3ee658e633d
+5	love	love	VERB	O	0			f5bceeb58057eda20d9cb3ee658e633d
+6	it	it	PRON	O	0			f5bceeb58057eda20d9cb3ee658e633d
+7	and	and	CONJ	O	0			f5bceeb58057eda20d9cb3ee658e633d
+8	when	when	ADV	O	0			f5bceeb58057eda20d9cb3ee658e633d
+9	we	we	PRON	O	0			f5bceeb58057eda20d9cb3ee658e633d
+10	have	have	VERB	O	0			f5bceeb58057eda20d9cb3ee658e633d
+11	the	the	DET	O	0			f5bceeb58057eda20d9cb3ee658e633d
+12	baby	baby	NOUN	O	0			f5bceeb58057eda20d9cb3ee658e633d
+13	'	'	PART	O	0			f5bceeb58057eda20d9cb3ee658e633d
+14	s	s	PART	O	0			f5bceeb58057eda20d9cb3ee658e633d
+15	photograph	photograph	NOUN	O	0			f5bceeb58057eda20d9cb3ee658e633d
+16	in	in	ADP	O	0			f5bceeb58057eda20d9cb3ee658e633d
+17	it	it	PRON	O	0			f5bceeb58057eda20d9cb3ee658e633d
+18	Wow	wow	X	O	0			f5bceeb58057eda20d9cb3ee658e633d
+19	!	!	PUNCT	O	0			f5bceeb58057eda20d9cb3ee658e633d
+
+1	#jordanheels	#jordanheels	PROPN	O	0			961fbe18714cc66960912a6aad103d3c
+2	are	be	VERB	O	0			961fbe18714cc66960912a6aad103d3c
+3	very	very	ADV	O	0			961fbe18714cc66960912a6aad103d3c
+4	useful	useful	ADJ	O	0			961fbe18714cc66960912a6aad103d3c
+5	in	in	ADP	O	0			961fbe18714cc66960912a6aad103d3c
+6	a	a	DET	O	0			961fbe18714cc66960912a6aad103d3c
+7	fight	fight	NOUN	O	0			961fbe18714cc66960912a6aad103d3c
+8	cause	cause	SCONJ	O	0			961fbe18714cc66960912a6aad103d3c
+9	a	a	DET	O	0			961fbe18714cc66960912a6aad103d3c
+10	hoodrat	hoodrat	NOUN	O	0			961fbe18714cc66960912a6aad103d3c
+11	will	will	AUX	O	0			961fbe18714cc66960912a6aad103d3c
+12	put	put	VERB	O	0			961fbe18714cc66960912a6aad103d3c
+13	a	a	DET	O	0			961fbe18714cc66960912a6aad103d3c
+14	jordan	jordan	PROPN	O	0			961fbe18714cc66960912a6aad103d3c
+15	stamp	stamp	NOUN	O	0			961fbe18714cc66960912a6aad103d3c
+16	n	n	CONJ	O	0			961fbe18714cc66960912a6aad103d3c
+17	hole	hole	NOUN	O	0			961fbe18714cc66960912a6aad103d3c
+18	in	in	ADP	O	0			961fbe18714cc66960912a6aad103d3c
+19	ur	ur	PRON	O	0			961fbe18714cc66960912a6aad103d3c
+20	dome	dome	NOUN	O	0			961fbe18714cc66960912a6aad103d3c
+21	lls	lls	INTJ	O	0			961fbe18714cc66960912a6aad103d3c
+
+1	I	i	PRON	O	0			4e168fe184f38f58f61fe6146ac12e8d
+2	would	would	VERB	O	0			4e168fe184f38f58f61fe6146ac12e8d
+3	never	never	ADV	O	0			4e168fe184f38f58f61fe6146ac12e8d
+4	advise	advise	VERB	O	0			4e168fe184f38f58f61fe6146ac12e8d
+5	to	to	PART	O	0			4e168fe184f38f58f61fe6146ac12e8d
+6	order	order	VERB	O	0			4e168fe184f38f58f61fe6146ac12e8d
+7	from	from	ADP	O	0			4e168fe184f38f58f61fe6146ac12e8d
+8	this	this	DET	O	0			4e168fe184f38f58f61fe6146ac12e8d
+9	company	company	NOUN	O	0			4e168fe184f38f58f61fe6146ac12e8d
+10	And	and	CONJ	O	0			4e168fe184f38f58f61fe6146ac12e8d
+11	they	they	PRON	O	0			4e168fe184f38f58f61fe6146ac12e8d
+12	have	have	VERB	O	0			4e168fe184f38f58f61fe6146ac12e8d
+13	no	no	DET	O	0			4e168fe184f38f58f61fe6146ac12e8d
+14	empathy	empathy	NOUN	O	0			4e168fe184f38f58f61fe6146ac12e8d
+15	for	for	ADP	O	0			4e168fe184f38f58f61fe6146ac12e8d
+16	the	the	DET	O	0			4e168fe184f38f58f61fe6146ac12e8d
+17	customer	customer	NOUN	O	0			4e168fe184f38f58f61fe6146ac12e8d
+18	and	and	CONJ	O	0			4e168fe184f38f58f61fe6146ac12e8d
+19	really	really	ADV	O	0			4e168fe184f38f58f61fe6146ac12e8d
+20	incompetent	incompetent	ADJ	O	0			4e168fe184f38f58f61fe6146ac12e8d
+21	staff	staff	NOUN	O	0			4e168fe184f38f58f61fe6146ac12e8d
+22	.	.	PUNCT	O	0			4e168fe184f38f58f61fe6146ac12e8d
+
+1	This	this	PRON	O	0			fb8e91712592249f4891ee6d040b7400
+2	was	be	AUX	O	0			fb8e91712592249f4891ee6d040b7400
+3	soon	soon	ADV	O	0			fb8e91712592249f4891ee6d040b7400
+4	wittled	wittled	VERB	O	0			fb8e91712592249f4891ee6d040b7400
+5	down	down	PART	O	0			fb8e91712592249f4891ee6d040b7400
+6	to	to	ADP	O	0			fb8e91712592249f4891ee6d040b7400
+7	one	one	NUM	O	0			fb8e91712592249f4891ee6d040b7400
+8	or	or	CONJ	O	0			fb8e91712592249f4891ee6d040b7400
+9	two	two	NUM	O	0			fb8e91712592249f4891ee6d040b7400
+10	and	and	CONJ	O	0			fb8e91712592249f4891ee6d040b7400
+11	,	,	PUNCT	O	0			fb8e91712592249f4891ee6d040b7400
+12	following	follow	VERB	O	0			fb8e91712592249f4891ee6d040b7400
+13	some	some	DET	O	0			fb8e91712592249f4891ee6d040b7400
+14	negotiations	negotiation	NOUN	O	0			fb8e91712592249f4891ee6d040b7400
+15	,	,	PUNCT	O	0			fb8e91712592249f4891ee6d040b7400
+16	a	a	DET	O	0			fb8e91712592249f4891ee6d040b7400
+17	chalet	chalet	NOUN	O	0			fb8e91712592249f4891ee6d040b7400
+18	was	be	AUX	O	0			fb8e91712592249f4891ee6d040b7400
+19	booked	book	VERB	O	0			fb8e91712592249f4891ee6d040b7400
+20	.	.	PUNCT	O	0			fb8e91712592249f4891ee6d040b7400
+
+1	Great	great	ADJ	O	0			d49371aa9825a325a69472b6b6c8f3d7
+2	Mornin	mornin	NOUN	O	0			d49371aa9825a325a69472b6b6c8f3d7
+3	Beautiful	beautiful	ADJ	O	0			d49371aa9825a325a69472b6b6c8f3d7
+4	People	people	NOUN	O	0			d49371aa9825a325a69472b6b6c8f3d7
+5	!!	!!	PUNCT	O	0			d49371aa9825a325a69472b6b6c8f3d7
+6	Have	have	VERB	O	0			d49371aa9825a325a69472b6b6c8f3d7
+7	a	a	DET	O	0			d49371aa9825a325a69472b6b6c8f3d7
+8	good	good	ADJ	O	0			d49371aa9825a325a69472b6b6c8f3d7
+9	one	one	NOUN	O	0			d49371aa9825a325a69472b6b6c8f3d7
+
+1	A	a	DET	O	0			b854ce45f343d05d22b61a24393cdb9f
+2	woman	woman	NOUN	O	0			b854ce45f343d05d22b61a24393cdb9f
+3	dat	dat	ADP	O	0			b854ce45f343d05d22b61a24393cdb9f
+4	wants	want	VERB	O	0			b854ce45f343d05d22b61a24393cdb9f
+5	me	me	PRON	O	0			b854ce45f343d05d22b61a24393cdb9f
+6	fa	fa	ADP	O	0			b854ce45f343d05d22b61a24393cdb9f
+7	me	me	PRON	O	0			b854ce45f343d05d22b61a24393cdb9f
+8	...	...	PUNCT	O	0			b854ce45f343d05d22b61a24393cdb9f
+9	.	.	PUNCT	O	0			b854ce45f343d05d22b61a24393cdb9f
+10	dat	dat	PRON	O	0			b854ce45f343d05d22b61a24393cdb9f
+11	s	s	VERB	O	0			b854ce45f343d05d22b61a24393cdb9f
+12	all	all	DET	O	0			b854ce45f343d05d22b61a24393cdb9f
+13	I	i	PRON	O	0			b854ce45f343d05d22b61a24393cdb9f
+14	ask	ask	VERB	O	0			b854ce45f343d05d22b61a24393cdb9f
+15	for	for	ADP	O	0			b854ce45f343d05d22b61a24393cdb9f
+16	.	.	PUNCT	O	0			b854ce45f343d05d22b61a24393cdb9f
+
+1	An	an	DET	O	0			076593b1e7b9ede118093cf4bfcb6e13
+2	easy	easy	ADV	O	0			076593b1e7b9ede118093cf4bfcb6e13
+3	to	to	PART	O	0			076593b1e7b9ede118093cf4bfcb6e13
+4	navigate	navigate	VERB	O	0			076593b1e7b9ede118093cf4bfcb6e13
+5	site	site	NOUN	O	0			076593b1e7b9ede118093cf4bfcb6e13
+6	-	-	PUNCT	O	0			076593b1e7b9ede118093cf4bfcb6e13
+7	which	which	PRON	O	0			076593b1e7b9ede118093cf4bfcb6e13
+8	I	i	PRON	O	0			076593b1e7b9ede118093cf4bfcb6e13
+9	need	need	VERB	O	0			076593b1e7b9ede118093cf4bfcb6e13
+10	!	!	PUNCT	O	0			076593b1e7b9ede118093cf4bfcb6e13
+
+1	Thank	thank	PART	O	0			09d495a38fd010397ee9a863546658f0
+2	you	you	PRON	O	0			09d495a38fd010397ee9a863546658f0
+3	Mr	mr	NOUN	O	0			09d495a38fd010397ee9a863546658f0
+4	memory	memory	NOUN	O	0			09d495a38fd010397ee9a863546658f0
+5	-	-	PUNCT	O	0			09d495a38fd010397ee9a863546658f0
+6	highly	highly	ADV	O	0			09d495a38fd010397ee9a863546658f0
+7	recommended	recommend	VERB	O	0			09d495a38fd010397ee9a863546658f0
+8	.	.	PUNCT	O	0			09d495a38fd010397ee9a863546658f0
+
+1	#np	#np	X	O	0			66c214555f148ffc846ddad09839b3e1
+2	DJ	dj	NOUN	O	0			66c214555f148ffc846ddad09839b3e1
+3	Got	get	AUX	O	0			66c214555f148ffc846ddad09839b3e1
+4	Us	us	PRON	O	0			66c214555f148ffc846ddad09839b3e1
+5	-	-	PUNCT	O	0			66c214555f148ffc846ddad09839b3e1
+6	Falling	fall	VERB	O	0			66c214555f148ffc846ddad09839b3e1
+7	In	in	ADP	O	0			66c214555f148ffc846ddad09839b3e1
+8	Love	love	NOUN	O	0			66c214555f148ffc846ddad09839b3e1
+9	Ag	ag	X	O	0			66c214555f148ffc846ddad09839b3e1
+10	-	-	PUNCT	O	0			66c214555f148ffc846ddad09839b3e1
+11	U$her	u$her	PROPN	O	0			66c214555f148ffc846ddad09839b3e1
+12	Ft	ft	VERB	O	0			66c214555f148ffc846ddad09839b3e1
+13	.	.	PUNCT	O	0			66c214555f148ffc846ddad09839b3e1
+14	Pitbull	pitbull	PROPN	O	0			66c214555f148ffc846ddad09839b3e1
+
+1	Will	will	AUX	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+2	definitely	definitely	ADV	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+3	keep	keep	VERB	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+4	on	on	PART	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+5	using	use	VERB	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+6	them	them	PRON	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+7	.	.	PUNCT	O	0			6e0c92bcddff60d61f9d0f0b0a0da869
+
+1	happy	happy	ADJ	O	0			3210b2c9a5a6bdd998ba84150750a417
+2	birthday	birthday	NOUN	O	0			3210b2c9a5a6bdd998ba84150750a417
+3	to	to	ADP	O	0			3210b2c9a5a6bdd998ba84150750a417
+4	me	me	PRON	O	0			3210b2c9a5a6bdd998ba84150750a417
+5	bitches	bitch	NOUN	O	0			3210b2c9a5a6bdd998ba84150750a417
+6	!!!	!!!	PUNCT	O	0			3210b2c9a5a6bdd998ba84150750a417
+7	23	NUMBER	NUM	O	0			3210b2c9a5a6bdd998ba84150750a417
+8	is	be	VERB	O	0			3210b2c9a5a6bdd998ba84150750a417
+9	the	the	DET	O	0			3210b2c9a5a6bdd998ba84150750a417
+10	lucky	lucky	ADJ	O	0			3210b2c9a5a6bdd998ba84150750a417
+11	number	number	NOUN	O	0			3210b2c9a5a6bdd998ba84150750a417
+12	!!	!!	PUNCT	O	0			3210b2c9a5a6bdd998ba84150750a417
+
+1	And	and	CONJ	O	0			496b31f58d67f274df2d6adf0dece98b
+2	finally	finally	ADV	O	0			496b31f58d67f274df2d6adf0dece98b
+3	I	i	PRON	O	0			496b31f58d67f274df2d6adf0dece98b
+4	ended	end	VERB	O	0			496b31f58d67f274df2d6adf0dece98b
+5	up	up	ADP	O	0			496b31f58d67f274df2d6adf0dece98b
+6	encountering	encounter	VERB	O	0			496b31f58d67f274df2d6adf0dece98b
+7	psychology	psychology	NOUN	O	0			496b31f58d67f274df2d6adf0dece98b
+8	by	by	ADP	O	0			496b31f58d67f274df2d6adf0dece98b
+9	chance	chance	NOUN	O	0			496b31f58d67f274df2d6adf0dece98b
+10	.	.	PUNCT	O	0			496b31f58d67f274df2d6adf0dece98b
+
+1	@chamberlainwill	@USER	X	O	0			033bba268df8c7939d9faa87bd3a31a7
+2	Thanks	thanks	NOUN	O	0			033bba268df8c7939d9faa87bd3a31a7
+3	for	for	ADP	O	0			033bba268df8c7939d9faa87bd3a31a7
+4	the	the	DET	O	0			033bba268df8c7939d9faa87bd3a31a7
+5	#FF	#ff	NOUN	O	0			033bba268df8c7939d9faa87bd3a31a7
+6	!	!	PUNCT	O	0			033bba268df8c7939d9faa87bd3a31a7
+
+1	RT	rt	X	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+2	@EpicTweets_	@USER	X	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+3	:	:	X	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+4	Staring	stare	VERB	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+5	at	at	ADP	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+6	a	a	DET	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+7	hot	hot	ADJ	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+8	guy	guy	NOUN	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+9	and	and	CONJ	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+10	thinking	think	VERB	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+11	...	...	PUNCT	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+12	We	we	PRON	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+13	are	be	AUX	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+14	going	go	VERB	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+15	to	to	PART	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+16	make	make	VERB	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+17	beautiful	beautiful	ADJ	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+18	babies	baby	NOUN	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+19	.	.	PUNCT	O	0			7e37f672f3c8b00eddb5434219f9f1d4
+
+1	@_OutOfNowhere	@USER	X	O	0			b152407e5643f37281e16c9f7f9f18aa
+2	3	NUMBER	NUM	O	0			b152407e5643f37281e16c9f7f9f18aa
+3	couplets	couplet	NOUN	O	0			b152407e5643f37281e16c9f7f9f18aa
+4	,	,	PUNCT	O	0			b152407e5643f37281e16c9f7f9f18aa
+5	1	NUMBER	NUM	O	0			b152407e5643f37281e16c9f7f9f18aa
+6	refrain	refrain	NOUN	O	0			b152407e5643f37281e16c9f7f9f18aa
+7	.	.	PUNCT	O	0			b152407e5643f37281e16c9f7f9f18aa
+
+1	Not	not	ADV	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+2	sure	sure	ADJ	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+3	about	about	ADP	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+4	the	the	DET	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+5	00	00	NUM	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+6	hour	hour	NOUN	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+7	delivery	delivery	NOUN	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+8	-	-	PUNCT	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+9	it	it	PRON	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+10	was	be	VERB	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+11	00	00	NUM	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+12	hours	hours	NOUN	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+13	from	from	ADP	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+14	when	when	ADV	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+15	it	it	PRON	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+16	was	be	AUX	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+17	posted	post	VERB	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+18	but	but	CONJ	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+19	it	it	PRON	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+20	wasn	wasn	VERB	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+21	'	'	PART	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+22	t	t	PART	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+23	posted	post	VERB	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+24	for	for	ADP	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+25	00	00	NUM	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+26	days	days	NOUN	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+27	!	!	PUNCT	O	0			8b52b9b6e97e19d5a1fe39d14edb2ae0
+
+1	RT	rt	X	O	0			91707b79b5fc65c2ab55e31662b7dfda
+2	@jrockfor3	@USER	X	O	0			91707b79b5fc65c2ab55e31662b7dfda
+3	:	:	X	O	0			91707b79b5fc65c2ab55e31662b7dfda
+4	About	about	ADP	O	0			91707b79b5fc65c2ab55e31662b7dfda
+5	to	to	PART	O	0			91707b79b5fc65c2ab55e31662b7dfda
+6	crush	crush	VERB	O	0			91707b79b5fc65c2ab55e31662b7dfda
+7	this	this	DET	O	0			91707b79b5fc65c2ab55e31662b7dfda
+8	Denny's!!!!!!	denny's!!!!!!	PROPN	O	0			91707b79b5fc65c2ab55e31662b7dfda
+
+1	Delivery	delivery	NOUN	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+2	&	&	CONJ	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+3	service	service	NOUN	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+4	are	be	VERB	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+5	super	super	ADV	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+6	fast	fast	ADJ	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+7	and	and	CONJ	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+8	utterly	utterly	ADV	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+9	reliable	reliable	ADJ	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+10	.	.	PUNCT	O	0			5a94bae6d862f3ceb4f0c1a72cc53bb4
+
+1	@DatYellow	@USER	X	O	0			74a05451558a92564ecd270dcec1e19c
+2	@StealthyCupcake	@USER	X	O	0			74a05451558a92564ecd270dcec1e19c
+3	2+4	NUMBER	NUM	O	0			74a05451558a92564ecd270dcec1e19c
+4	=	=	PUNCT	O	0			74a05451558a92564ecd270dcec1e19c
+5	6	NUMBER	NUM	O	0			74a05451558a92564ecd270dcec1e19c
+6	I	i	PRON	O	0			74a05451558a92564ecd270dcec1e19c
+7	have	have	VERB	O	0			74a05451558a92564ecd270dcec1e19c
+8	8	NUMBER	NUM	O	0			74a05451558a92564ecd270dcec1e19c
+9	.	.	PUNCT	O	0			74a05451558a92564ecd270dcec1e19c
+
+1	I	i	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+2	call	call	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+3	my	my	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+4	dad	dad	NOUN	O	0			a22624cc8c968fad41c8622ab3bf0631
+5	and	and	CONJ	O	0			a22624cc8c968fad41c8622ab3bf0631
+6	this	this	DET	O	0			a22624cc8c968fad41c8622ab3bf0631
+7	dude	dude	NOUN	O	0			a22624cc8c968fad41c8622ab3bf0631
+8	is	be	AUX	O	0			a22624cc8c968fad41c8622ab3bf0631
+9	blasting	blast	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+10	music	music	NOUN	O	0			a22624cc8c968fad41c8622ab3bf0631
+11	.	.	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+12	I	i	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+13	ca	ca	AUX	O	0			a22624cc8c968fad41c8622ab3bf0631
+14	nt	nt	PART	O	0			a22624cc8c968fad41c8622ab3bf0631
+15	understand	understand	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+16	him	him	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+17	and	and	CONJ	O	0			a22624cc8c968fad41c8622ab3bf0631
+18	he	he	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+19	keeps	keep	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+20	saying	say	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+21	"	"	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+22	what	what	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+23	?	?	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+24	"	"	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+25	.	.	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+26	Does	do	AUX	O	0			a22624cc8c968fad41c8622ab3bf0631
+27	n't	n't	PART	O	0			a22624cc8c968fad41c8622ab3bf0631
+28	that	that	PRON	O	0			a22624cc8c968fad41c8622ab3bf0631
+29	mean	mean	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+30	turn	turn	VERB	O	0			a22624cc8c968fad41c8622ab3bf0631
+31	down	down	ADP	O	0			a22624cc8c968fad41c8622ab3bf0631
+32	the	the	DET	O	0			a22624cc8c968fad41c8622ab3bf0631
+33	music	music	NOUN	O	0			a22624cc8c968fad41c8622ab3bf0631
+34	?	?	PUNCT	O	0			a22624cc8c968fad41c8622ab3bf0631
+35	=_=	EMOTICON	X	O	0			a22624cc8c968fad41c8622ab3bf0631
+
+1	RT	rt	X	O	0			3b95394c55284702183391b996db6c0e
+2	@iBeenHadSOLE	@USER	X	O	0			3b95394c55284702183391b996db6c0e
+3	:	:	X	O	0			3b95394c55284702183391b996db6c0e
+4	That	that	PRON	O	0			3b95394c55284702183391b996db6c0e
+5	s	s	VERB	O	0			3b95394c55284702183391b996db6c0e
+6	why	why	ADV	O	0			3b95394c55284702183391b996db6c0e
+7	Jamie	jamie	PROPN	O	0			3b95394c55284702183391b996db6c0e
+8	IS	be	VERB	O	0			3b95394c55284702183391b996db6c0e
+9	THAT	that	DET	O	0			3b95394c55284702183391b996db6c0e
+10	NIGGA	nigga	NOUN	O	0			3b95394c55284702183391b996db6c0e
+11	!	!	PUNCT	O	0			3b95394c55284702183391b996db6c0e
+12	Lol	lol	INTJ	O	0			3b95394c55284702183391b996db6c0e
+
+1	jeronimo	jeronimo	PROPN	O	0			8519f1f3174ef67035b11891962e7931
+2	ft	ft	VERB	O	0			8519f1f3174ef67035b11891962e7931
+3	stay-c	stay-c	PROPN	O	0			8519f1f3174ef67035b11891962e7931
+4	_	_	PUNCT	O	0			8519f1f3174ef67035b11891962e7931
+5	I	i	PRON	O	0			8519f1f3174ef67035b11891962e7931
+6	am	be	VERB	O	0			8519f1f3174ef67035b11891962e7931
+7	no	no	DET	O	0			8519f1f3174ef67035b11891962e7931
+8	superman	superman	NOUN	O	0			8519f1f3174ef67035b11891962e7931
+9	#np	#np	X	O	0			8519f1f3174ef67035b11891962e7931
+
+1	I	i	PRON	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+2	chased	chase	VERB	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+3	this	this	PRON	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+4	many	many	ADJ	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+5	times	times	NOUN	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+6	after	after	ADP	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+7	hearing	hearing	NOUN	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+8	no	no	DET	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+9	reply	reply	NOUN	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+10	and	and	CONJ	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+11	eventually	eventually	ADV	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+12	complained	complain	VERB	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+13	.	.	PUNCT	O	0			c6cc035b5a2f8c2c7fb7752c4fe34568
+
+1	"	"	PUNCT	O	0			22342367e4d4b60ecdc78a8974b4b57a
+2	You	you	PRON	O	0			22342367e4d4b60ecdc78a8974b4b57a
+3	ai	ai	AUX	O	0			22342367e4d4b60ecdc78a8974b4b57a
+4	nt	nt	PART	O	0			22342367e4d4b60ecdc78a8974b4b57a
+5	got	get	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+6	none	none	NOUN	O	0			22342367e4d4b60ecdc78a8974b4b57a
+7	?	?	PUNCT	O	0			22342367e4d4b60ecdc78a8974b4b57a
+8	"	"	PUNCT	O	0			22342367e4d4b60ecdc78a8974b4b57a
+9	First	first	ADV	O	0			22342367e4d4b60ecdc78a8974b4b57a
+10	,	,	PUNCT	O	0			22342367e4d4b60ecdc78a8974b4b57a
+11	aint	aint	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+12	is	be	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+13	not	not	PART	O	0			22342367e4d4b60ecdc78a8974b4b57a
+14	a	a	DET	O	0			22342367e4d4b60ecdc78a8974b4b57a
+15	word	word	NOUN	O	0			22342367e4d4b60ecdc78a8974b4b57a
+16	if	if	ADP	O	0			22342367e4d4b60ecdc78a8974b4b57a
+17	you	you	PRON	O	0			22342367e4d4b60ecdc78a8974b4b57a
+18	are	be	AUX	O	0			22342367e4d4b60ecdc78a8974b4b57a
+19	referring	refer	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+20	to	to	SCONJ	O	0			22342367e4d4b60ecdc78a8974b4b57a
+21	asking	ask	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+22	me	me	PRON	O	0			22342367e4d4b60ecdc78a8974b4b57a
+23	if	if	ADP	O	0			22342367e4d4b60ecdc78a8974b4b57a
+24	I	i	PRON	O	0			22342367e4d4b60ecdc78a8974b4b57a
+25	did	do	AUX	O	0			22342367e4d4b60ecdc78a8974b4b57a
+26	n't	n't	PART	O	0			22342367e4d4b60ecdc78a8974b4b57a
+27	have	have	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+28	an	an	DET	O	0			22342367e4d4b60ecdc78a8974b4b57a
+29	appointment	appointment	NOUN	O	0			22342367e4d4b60ecdc78a8974b4b57a
+30	then	then	ADV	O	0			22342367e4d4b60ecdc78a8974b4b57a
+31	the	the	DET	O	0			22342367e4d4b60ecdc78a8974b4b57a
+32	answer	answer	NOUN	O	0			22342367e4d4b60ecdc78a8974b4b57a
+33	is	be	VERB	O	0			22342367e4d4b60ecdc78a8974b4b57a
+34	no	no	INTJ	O	0			22342367e4d4b60ecdc78a8974b4b57a
+35	.	.	PUNCT	O	0			22342367e4d4b60ecdc78a8974b4b57a
+
+1	Delivery	delivery	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+2	guaranteed	guaranteed	ADJ	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+3	by	by	ADP	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+4	end	end	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+5	of	of	ADP	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+6	next	next	ADJ	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+7	working	working	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+8	day	day	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+9	after	after	ADP	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+10	collection	collection	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+11	throughout	throughout	ADP	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+12	most	most	ADJ	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+13	of	of	ADP	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+14	the	the	DET	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+15	UK	uk	PROPN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+16	mainland	mainland	NOUN	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+17	.	.	PUNCT	O	0			f5e9ef7df02899eccddf6c0f5cc99edf
+
+1	The	the	DET	O	0			853cbd36771f4de2aa56293475de07f7
+2	eclipse	eclipse	NOUN	O	0			853cbd36771f4de2aa56293475de07f7
+3	straighteners	straightener	NOUN	O	0			853cbd36771f4de2aa56293475de07f7
+4	are	be	VERB	O	0			853cbd36771f4de2aa56293475de07f7
+5	the	the	DET	O	0			853cbd36771f4de2aa56293475de07f7
+6	best	best	ADJ	O	0			853cbd36771f4de2aa56293475de07f7
+7	that	that	PRON	O	0			853cbd36771f4de2aa56293475de07f7
+8	I	i	PRON	O	0			853cbd36771f4de2aa56293475de07f7
+9	have	have	AUX	O	0			853cbd36771f4de2aa56293475de07f7
+10	ever	ever	ADV	O	0			853cbd36771f4de2aa56293475de07f7
+11	used	use	VERB	O	0			853cbd36771f4de2aa56293475de07f7
+12	.	.	PUNCT	O	0			853cbd36771f4de2aa56293475de07f7
+
+1	In	in	ADP	O	0			dd054fa589006b2707a00734fb42a9e3
+2	the	the	DET	O	0			dd054fa589006b2707a00734fb42a9e3
+3	last	last	ADJ	O	0			dd054fa589006b2707a00734fb42a9e3
+4	decade	decade	NOUN	O	0			dd054fa589006b2707a00734fb42a9e3
+5	the	the	DET	O	0			dd054fa589006b2707a00734fb42a9e3
+6	number	number	NOUN	O	0			dd054fa589006b2707a00734fb42a9e3
+7	of	of	ADP	O	0			dd054fa589006b2707a00734fb42a9e3
+8	patients	patient	NOUN	O	0			dd054fa589006b2707a00734fb42a9e3
+9	waiting	wait	VERB	O	0			dd054fa589006b2707a00734fb42a9e3
+10	for	for	ADP	O	0			dd054fa589006b2707a00734fb42a9e3
+11	a	a	DET	O	0			dd054fa589006b2707a00734fb42a9e3
+12	transplant	transplant	NOUN	O	0			dd054fa589006b2707a00734fb42a9e3
+13	has	have	AUX	O	0			dd054fa589006b2707a00734fb42a9e3
+14	doubled	double	VERB	O	0			dd054fa589006b2707a00734fb42a9e3
+15	.	.	PUNCT	O	0			dd054fa589006b2707a00734fb42a9e3
+
+1	And	and	CONJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+2	so	so	ADV	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+3	plants	plant	NOUN	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+4	and	and	CONJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+5	animals	animal	NOUN	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+6	developed	develop	VERB	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+7	their	their	PRON	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+8	own	own	ADJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+9	internal	internal	ADJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+10	clocks	clocks	NOUN	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+11	so	so	ADP	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+12	that	that	SCONJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+13	they	they	PRON	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+14	would	would	AUX	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+15	be	be	VERB	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+16	ready	ready	ADJ	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+17	for	for	ADP	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+18	these	these	DET	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+19	changes	change	NOUN	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+20	in	in	ADP	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+21	light	light	NOUN	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+22	.	.	PUNCT	O	0			e6e5a03a6fb8fca85d7d1ba830ab6a55
+
+1	RT	rt	X	O	0			6d3633026b67992ac8f39e066aaf7a08
+2	@Sl0wb00gie	@USER	X	O	0			6d3633026b67992ac8f39e066aaf7a08
+3	:	:	X	O	0			6d3633026b67992ac8f39e066aaf7a08
+4	@ashleydene	@USER	X	O	0			6d3633026b67992ac8f39e066aaf7a08
+5	lol	lol	INTJ	O	0			6d3633026b67992ac8f39e066aaf7a08
+6	you	you	PRON	O	0			6d3633026b67992ac8f39e066aaf7a08
+7	know	know	VERB	O	0			6d3633026b67992ac8f39e066aaf7a08
+8	i	i	PRON	O	0			6d3633026b67992ac8f39e066aaf7a08
+9	m	m	VERB	O	0			6d3633026b67992ac8f39e066aaf7a08
+10	down	down	ADV	O	0			6d3633026b67992ac8f39e066aaf7a08
+11	like	like	ADP	O	0			6d3633026b67992ac8f39e066aaf7a08
+12	4	NUMBER	NUM	O	0			6d3633026b67992ac8f39e066aaf7a08
+13	flats	flats	NOUN	O	0			6d3633026b67992ac8f39e066aaf7a08
+14	on	on	ADP	O	0			6d3633026b67992ac8f39e066aaf7a08
+15	a	a	DET	O	0			6d3633026b67992ac8f39e066aaf7a08
+16	cadillac	cadillac	PROPN	O	0			6d3633026b67992ac8f39e066aaf7a08
+17	...	...	PUNCT	O	0			6d3633026b67992ac8f39e066aaf7a08
+18	lol	lol	INTJ	O	0			6d3633026b67992ac8f39e066aaf7a08
+19	wut	wut	PRON	O	0			6d3633026b67992ac8f39e066aaf7a08
+20	it	it	PRON	O	0			6d3633026b67992ac8f39e066aaf7a08
+21	do	do	VERB	O	0			6d3633026b67992ac8f39e066aaf7a08
+22	??	??	PUNCT	O	0			6d3633026b67992ac8f39e066aaf7a08
+23	||	||	X	O	0			6d3633026b67992ac8f39e066aaf7a08
+24	Haha	haha	INTJ	O	0			6d3633026b67992ac8f39e066aaf7a08
+25	!	!	PUNCT	O	0			6d3633026b67992ac8f39e066aaf7a08
+26	love	love	VERB	O	0			6d3633026b67992ac8f39e066aaf7a08
+27	it	it	PRON	O	0			6d3633026b67992ac8f39e066aaf7a08
+
+1	O_O	EMOTICON	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+2	lucky	lucky	ADJ	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+3	you	you	PRON	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+4	...	...	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+5	.	.	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+6	llabd	llabd	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+7	wutup	wutup	INTJ	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+8	doe	doe	INTJ	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+9	?!	?!	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+10	Shine	shine	VERB	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+11	!	!	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+12	RT	rt	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+13	@Queen_Shine	@USER	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+14	:	:	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+15	@11wdNICK	@USER	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+16	*	*	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+17	yawns	yawn	VERB	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+18	*	*	PUNCT	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+19	Still	still	ADV	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+20	in	in	ADP	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+21	the	the	DET	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+22	bed	bed	NOUN	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+23	:)	EMOTICON	X	O	0			f95d3f10fd59647226cf828a1ae3cdd9
+
+1	Daaammmnn	daaammmnn	INTJ	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+2	.	.	PUNCT	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+3	Florida	florida	PROPN	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+4	got	get	VERB	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+5	too	too	ADV	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+6	many	many	ADJ	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+7	tolls	toll	NOUN	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+8	..	..	PUNCT	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+9	Coach	coach	NOUN	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+10	comin	comin	VERB	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+11	outta	outta	ADP	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+12	pocket	pocket	NOUN	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+13	every	every	DET	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+14	5	NUMBER	NUM	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+15	mins	min	NOUN	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+16	-__-	EMOTICON	X	O	0			5389b9c22cf9ef9fbc3c9fd7e4ba951d
+
+1	But	but	CONJ	O	0			6887767c8fe1bce402e40b33badcddaa
+2	what	what	PRON	O	0			6887767c8fe1bce402e40b33badcddaa
+3	's	's	VERB	O	0			6887767c8fe1bce402e40b33badcddaa
+4	interesting	interesting	ADJ	O	0			6887767c8fe1bce402e40b33badcddaa
+5	is	be	VERB	O	0			6887767c8fe1bce402e40b33badcddaa
+6	the	the	DET	O	0			6887767c8fe1bce402e40b33badcddaa
+7	unique	unique	ADJ	O	0			6887767c8fe1bce402e40b33badcddaa
+8	cadence	cadence	NOUN	O	0			6887767c8fe1bce402e40b33badcddaa
+9	of	of	ADP	O	0			6887767c8fe1bce402e40b33badcddaa
+10	the	the	DET	O	0			6887767c8fe1bce402e40b33badcddaa
+11	song	song	NOUN	O	0			6887767c8fe1bce402e40b33badcddaa
+12	,	,	PUNCT	O	0			6887767c8fe1bce402e40b33badcddaa
+13	the	the	DET	O	0			6887767c8fe1bce402e40b33badcddaa
+14	rhythm	rhythm	NOUN	O	0			6887767c8fe1bce402e40b33badcddaa
+15	of	of	ADP	O	0			6887767c8fe1bce402e40b33badcddaa
+16	the	the	DET	O	0			6887767c8fe1bce402e40b33badcddaa
+17	dance	dance	NOUN	O	0			6887767c8fe1bce402e40b33badcddaa
+18	in	in	ADP	O	0			6887767c8fe1bce402e40b33badcddaa
+19	every	every	DET	O	0			6887767c8fe1bce402e40b33badcddaa
+20	culture	culture	NOUN	O	0			6887767c8fe1bce402e40b33badcddaa
+21	.	.	PUNCT	O	0			6887767c8fe1bce402e40b33badcddaa
+
+1	@MrsAlyBieber	@USER	X	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+2	If	if	SCONJ	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+3	u	u	PRON	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+4	want	want	VERB	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+5	some	some	DET	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+6	FUNNY	funny	ADJ	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+7	&	&	CONJ	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+8	TRUE	true	ADJ	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+9	quotes	quote	NOUN	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+10	on	on	ADP	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+11	your	your	PRON	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+12	timeline	timeline	NOUN	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+13	then	then	ADV	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+14	u	u	PRON	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+15	should	should	AUX	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+16	follow	follow	VERB	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+17	»	»	PUNCT	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+18	@AnilGujaraTi	@USER	X	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+19	«	«	PUNCT	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+20	He	he	PRON	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+21	'll	'll	AUX	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+22	have	have	VERB	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+23	u	u	PRON	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+24	laughing	laugh	VERB	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+25	all	all	DET	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+26	day	day	NOUN	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+27	!	!	PUNCT	O	0			41bb4bf406d74a58dd5ea133380dc0e1
+
+1	When	when	ADV	O	0			a6175121e5e24eb70bcaf12add837120
+2	introduced	introduce	VERB	O	0			a6175121e5e24eb70bcaf12add837120
+3	to	to	PART	O	0			a6175121e5e24eb70bcaf12add837120
+4	the	the	DET	O	0			a6175121e5e24eb70bcaf12add837120
+5	BT	bt	PROPN	O	0			a6175121e5e24eb70bcaf12add837120
+6	service	service	NOUN	O	0			a6175121e5e24eb70bcaf12add837120
+7	,	,	PUNCT	O	0			a6175121e5e24eb70bcaf12add837120
+8	by	by	ADP	O	0			a6175121e5e24eb70bcaf12add837120
+9	purchasing	purchasing	NOUN	O	0			a6175121e5e24eb70bcaf12add837120
+10	BTVision	btvision	PROPN	O	0			a6175121e5e24eb70bcaf12add837120
+11	package	package	NOUN	O	0			a6175121e5e24eb70bcaf12add837120
+12	,	,	PUNCT	O	0			a6175121e5e24eb70bcaf12add837120
+13	I	i	PRON	O	0			a6175121e5e24eb70bcaf12add837120
+14	thought	think	VERB	O	0			a6175121e5e24eb70bcaf12add837120
+15	it	it	PRON	O	0			a6175121e5e24eb70bcaf12add837120
+16	would	would	VERB	O	0			a6175121e5e24eb70bcaf12add837120
+17	be	be	VERB	O	0			a6175121e5e24eb70bcaf12add837120
+18	like	like	ADP	O	0			a6175121e5e24eb70bcaf12add837120
+19	all	all	DET	O	0			a6175121e5e24eb70bcaf12add837120
+20	the	the	DET	O	0			a6175121e5e24eb70bcaf12add837120
+21	rest	rest	NOUN	O	0			a6175121e5e24eb70bcaf12add837120
+22	...!!!	...!!!	PUNCT	O	0			a6175121e5e24eb70bcaf12add837120
+
+1	Havin	havin	VERB	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+2	fun	fun	NOUN	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+3	at	at	ADP	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+4	cade	cade	PROPN	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+5	ferguson	ferguson	PROPN	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+6	s	s	PART	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+7	house	house	NOUN	O	0			d7b8e7f9206d2da9b31d6364d5042c44
+
+1	@DAPtheGreat	@USER	X	O	0			559bb5882834e832db892989399dd892
+2	THANK	thank	VERB	O	0			559bb5882834e832db892989399dd892
+3	YOU	you	PRON	O	0			559bb5882834e832db892989399dd892
+4	!!!!	!!!!	PUNCT	O	0			559bb5882834e832db892989399dd892
+
+1	Citylink	citylink	PROPN	O	0			b16b2c0e71ded36587fe46205df59fea
+2	are	be	AUX	O	0			b16b2c0e71ded36587fe46205df59fea
+3	believing	believe	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+4	the	the	DET	O	0			b16b2c0e71ded36587fe46205df59fea
+5	lies	lie	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+6	of	of	ADP	O	0			b16b2c0e71ded36587fe46205df59fea
+7	their	their	DET	O	0			b16b2c0e71ded36587fe46205df59fea
+8	driver	driver	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+9	-	-	PUNCT	O	0			b16b2c0e71ded36587fe46205df59fea
+10	even	even	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+11	though	though	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+12	the	the	DET	O	0			b16b2c0e71ded36587fe46205df59fea
+13	signatures	signature	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+14	don	don	AUX	O	0			b16b2c0e71ded36587fe46205df59fea
+15	'	'	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+16	t	t	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+17	match	match	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+18	up	up	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+19	at	at	ADP	O	0			b16b2c0e71ded36587fe46205df59fea
+20	all	all	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+21	and	and	CONJ	O	0			b16b2c0e71ded36587fe46205df59fea
+22	Argos	argos	PROPN	O	0			b16b2c0e71ded36587fe46205df59fea
+23	just	just	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+24	can	can	AUX	O	0			b16b2c0e71ded36587fe46205df59fea
+25	'	'	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+26	t	t	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+27	be	be	AUX	O	0			b16b2c0e71ded36587fe46205df59fea
+28	bothered	bother	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+29	to	to	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+30	handle	handle	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+31	any	any	DET	O	0			b16b2c0e71ded36587fe46205df59fea
+32	further	further	ADJ	O	0			b16b2c0e71ded36587fe46205df59fea
+33	communication	communication	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+34	-	-	PUNCT	O	0			b16b2c0e71ded36587fe46205df59fea
+35	instead	instead	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+36	fobbing	fob	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+37	us	us	PRON	O	0			b16b2c0e71ded36587fe46205df59fea
+38	off	off	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+39	to	to	ADP	O	0			b16b2c0e71ded36587fe46205df59fea
+40	Paypal	paypal	PROPN	O	0			b16b2c0e71ded36587fe46205df59fea
+41	because	because	CONJ	O	0			b16b2c0e71ded36587fe46205df59fea
+42	they	they	PRON	O	0			b16b2c0e71ded36587fe46205df59fea
+43	know	know	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+44	full	full	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+45	well	well	ADV	O	0			b16b2c0e71ded36587fe46205df59fea
+46	they	they	PRON	O	0			b16b2c0e71ded36587fe46205df59fea
+47	'	'	PART	O	0			b16b2c0e71ded36587fe46205df59fea
+48	re	re	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+49	covered	cover	VERB	O	0			b16b2c0e71ded36587fe46205df59fea
+50	because	because	ADP	O	0			b16b2c0e71ded36587fe46205df59fea
+51	of	of	ADP	O	0			b16b2c0e71ded36587fe46205df59fea
+52	that	that	DET	O	0			b16b2c0e71ded36587fe46205df59fea
+53	dodgy	dodgy	ADJ	O	0			b16b2c0e71ded36587fe46205df59fea
+54	signature	signature	NOUN	O	0			b16b2c0e71ded36587fe46205df59fea
+55	.	.	PUNCT	O	0			b16b2c0e71ded36587fe46205df59fea
+
+1	RT	rt	X	O	0			16f3641e02e1bd4127e6d766fdff3859
+2	@jdbieber_ftw	@USER	X	O	0			16f3641e02e1bd4127e6d766fdff3859
+3	:	:	X	O	0			16f3641e02e1bd4127e6d766fdff3859
+4	he	he	PRON	O	0			16f3641e02e1bd4127e6d766fdff3859
+5	looks	look	VERB	O	0			16f3641e02e1bd4127e6d766fdff3859
+6	so	so	ADV	O	0			16f3641e02e1bd4127e6d766fdff3859
+7	crushed	crushed	ADJ	O	0			16f3641e02e1bd4127e6d766fdff3859
+8	lmao	lmao	INTJ	O	0			16f3641e02e1bd4127e6d766fdff3859
+9	http://t.co/4BwoGzfk	URL	X	O	0			16f3641e02e1bd4127e6d766fdff3859
+
+1	They	they	PRON	O	0			693506a3dabaf9eae9f2600540714b41
+2	even	even	ADV	O	0			693506a3dabaf9eae9f2600540714b41
+3	emptied	empty	VERB	O	0			693506a3dabaf9eae9f2600540714b41
+4	the	the	DET	O	0			693506a3dabaf9eae9f2600540714b41
+5	heat	heat	NOUN	O	0			693506a3dabaf9eae9f2600540714b41
+6	sink	sink	NOUN	O	0			693506a3dabaf9eae9f2600540714b41
+7	and	and	CONJ	O	0			693506a3dabaf9eae9f2600540714b41
+8	cleaned	clean	VERB	O	0			693506a3dabaf9eae9f2600540714b41
+9	the	the	DET	O	0			693506a3dabaf9eae9f2600540714b41
+10	fans	fan	NOUN	O	0			693506a3dabaf9eae9f2600540714b41
+11	free	free	ADJ	O	0			693506a3dabaf9eae9f2600540714b41
+12	of	of	ADP	O	0			693506a3dabaf9eae9f2600540714b41
+13	charge	charge	NOUN	O	0			693506a3dabaf9eae9f2600540714b41
+14	,	,	PUNCT	O	0			693506a3dabaf9eae9f2600540714b41
+15	so	so	CONJ	O	0			693506a3dabaf9eae9f2600540714b41
+16	my	my	DET	O	0			693506a3dabaf9eae9f2600540714b41
+17	laptop	laptop	NOUN	O	0			693506a3dabaf9eae9f2600540714b41
+18	'	'	PART	O	0			693506a3dabaf9eae9f2600540714b41
+19	s	s	VERB	O	0			693506a3dabaf9eae9f2600540714b41
+20	running	run	VERB	O	0			693506a3dabaf9eae9f2600540714b41
+21	extra	extra	ADV	O	0			693506a3dabaf9eae9f2600540714b41
+22	smoothly	smoothly	ADV	O	0			693506a3dabaf9eae9f2600540714b41
+23	now	now	ADV	O	0			693506a3dabaf9eae9f2600540714b41
+24	.	.	PUNCT	O	0			693506a3dabaf9eae9f2600540714b41
+
+1	Forrest	forrest	PROPN	O	0			2355f38a288c8451f7f50b316412cda1
+2	North	north	PROPN	O	0			2355f38a288c8451f7f50b316412cda1
+3	:	:	PUNCT	O	0			2355f38a288c8451f7f50b316412cda1
+4	The	the	DET	O	0			2355f38a288c8451f7f50b316412cda1
+5	beginning	beginning	NOUN	O	0			2355f38a288c8451f7f50b316412cda1
+6	of	of	ADP	O	0			2355f38a288c8451f7f50b316412cda1
+7	any	any	DET	O	0			2355f38a288c8451f7f50b316412cda1
+8	collaboration	collaboration	NOUN	O	0			2355f38a288c8451f7f50b316412cda1
+9	starts	start	VERB	O	0			2355f38a288c8451f7f50b316412cda1
+10	with	with	ADP	O	0			2355f38a288c8451f7f50b316412cda1
+11	a	a	DET	O	0			2355f38a288c8451f7f50b316412cda1
+12	conversation	conversation	NOUN	O	0			2355f38a288c8451f7f50b316412cda1
+13	.	.	PUNCT	O	0			2355f38a288c8451f7f50b316412cda1
+
+1	[	[	PUNCT	O	0			1dc3d933028af02c9a270b48c52063be
+2	POST	post	NOUN	O	0			1dc3d933028af02c9a270b48c52063be
+3	]	]	PUNCT	O	0			1dc3d933028af02c9a270b48c52063be
+4	Spammy	spammy	PROPN	O	0			1dc3d933028af02c9a270b48c52063be
+5	’s	’s	PART	O	0			1dc3d933028af02c9a270b48c52063be
+6	12	NUMBER	NUM	O	0			1dc3d933028af02c9a270b48c52063be
+7	Days	days	NOUN	O	0			1dc3d933028af02c9a270b48c52063be
+8	of	of	ADP	O	0			1dc3d933028af02c9a270b48c52063be
+9	Xmas	xmas	PROPN	O	0			1dc3d933028af02c9a270b48c52063be
+10	:	:	PUNCT	O	0			1dc3d933028af02c9a270b48c52063be
+11	Day	day	NOUN	O	0			1dc3d933028af02c9a270b48c52063be
+12	2	NUMBER	NUM	O	0			1dc3d933028af02c9a270b48c52063be
+13	–	–	PUNCT	O	0			1dc3d933028af02c9a270b48c52063be
+14	Burning	burn	VERB	O	0			1dc3d933028af02c9a270b48c52063be
+15	the	the	DET	O	0			1dc3d933028af02c9a270b48c52063be
+16	Tool	tool	NOUN	O	0			1dc3d933028af02c9a270b48c52063be
+17	Log	log	NOUN	O	0			1dc3d933028af02c9a270b48c52063be
+18	http://t.co/PdNKL8qF	URL	X	O	0			1dc3d933028af02c9a270b48c52063be
+
+1	Another	another	DET	O	0			def8af9ae917f9d65879211acd955e02
+2	glorious	glorious	ADJ	O	0			def8af9ae917f9d65879211acd955e02
+3	morning	morning	NOUN	O	0			def8af9ae917f9d65879211acd955e02
+4	that	that	SCONJ	O	0			def8af9ae917f9d65879211acd955e02
+5	Jesus	jesus	PROPN	O	0			def8af9ae917f9d65879211acd955e02
+6	blessed	bless	VERB	O	0			def8af9ae917f9d65879211acd955e02
+7	us	us	PRON	O	0			def8af9ae917f9d65879211acd955e02
+8	with	with	ADP	O	0			def8af9ae917f9d65879211acd955e02
+9	.	.	PUNCT	O	0			def8af9ae917f9d65879211acd955e02
+
+1	June	june	PROPN	O	0			66680b58dcdbb1c77fb79121ec3975cc
+2	21	NUMBER	NUM	O	0			66680b58dcdbb1c77fb79121ec3975cc
+3	*	*	PUNCT	O	0			66680b58dcdbb1c77fb79121ec3975cc
+4	sigh	sigh	VERB	O	0			66680b58dcdbb1c77fb79121ec3975cc
+5	*	*	PUNCT	O	0			66680b58dcdbb1c77fb79121ec3975cc
+
+1	Acceptable	acceptable	ADJ	O	0			a35a2bd66fa7174b85664d35062e271c
+2	experience	experience	NOUN	O	0			a35a2bd66fa7174b85664d35062e271c
+3	,	,	PUNCT	O	0			a35a2bd66fa7174b85664d35062e271c
+4	but	but	CONJ	O	0			a35a2bd66fa7174b85664d35062e271c
+5	not	not	ADV	O	0			a35a2bd66fa7174b85664d35062e271c
+6	desired	desired	ADJ	O	0			a35a2bd66fa7174b85664d35062e271c
+7	quality	quality	NOUN	O	0			a35a2bd66fa7174b85664d35062e271c
+8	....	....	PUNCT	O	0			a35a2bd66fa7174b85664d35062e271c
+
+1	No	no	DET	O	0			4338204b62428ae0706ac58c4f87f7ae
+2	flowers	flower	NOUN	O	0			4338204b62428ae0706ac58c4f87f7ae
+3	got	get	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+4	delivered	deliver	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+5	and	and	CONJ	O	0			4338204b62428ae0706ac58c4f87f7ae
+6	now	now	ADV	O	0			4338204b62428ae0706ac58c4f87f7ae
+7	I	i	PRON	O	0			4338204b62428ae0706ac58c4f87f7ae
+8	have	have	AUX	O	0			4338204b62428ae0706ac58c4f87f7ae
+9	to	to	PART	O	0			4338204b62428ae0706ac58c4f87f7ae
+10	wait	wait	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+11	for	for	ADP	O	0			4338204b62428ae0706ac58c4f87f7ae
+12	a	a	DET	O	0			4338204b62428ae0706ac58c4f87f7ae
+13	investigation	investigation	NOUN	O	0			4338204b62428ae0706ac58c4f87f7ae
+14	into	into	ADP	O	0			4338204b62428ae0706ac58c4f87f7ae
+15	what	what	PRON	O	0			4338204b62428ae0706ac58c4f87f7ae
+16	happened	happen	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+17	,	,	PUNCT	O	0			4338204b62428ae0706ac58c4f87f7ae
+18	that	that	PRON	O	0			4338204b62428ae0706ac58c4f87f7ae
+19	was	be	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+20	the	the	DET	O	0			4338204b62428ae0706ac58c4f87f7ae
+21	most	most	ADJ	O	0			4338204b62428ae0706ac58c4f87f7ae
+22	important	important	ADJ	O	0			4338204b62428ae0706ac58c4f87f7ae
+23	day	day	NOUN	O	0			4338204b62428ae0706ac58c4f87f7ae
+24	of	of	ADP	O	0			4338204b62428ae0706ac58c4f87f7ae
+25	the	the	DET	O	0			4338204b62428ae0706ac58c4f87f7ae
+26	year	year	NOUN	O	0			4338204b62428ae0706ac58c4f87f7ae
+27	ruined	ruin	VERB	O	0			4338204b62428ae0706ac58c4f87f7ae
+28	.	.	PUNCT	O	0			4338204b62428ae0706ac58c4f87f7ae
+
+1	i	i	PRON	O	0			35a174e4b749a9418e59cf1c13078862
+2	just	just	ADV	O	0			35a174e4b749a9418e59cf1c13078862
+3	orgasmed	orgasmed	VERB	O	0			35a174e4b749a9418e59cf1c13078862
+4	over	over	ADP	O	0			35a174e4b749a9418e59cf1c13078862
+5	this	this	PRON	O	0			35a174e4b749a9418e59cf1c13078862
+6	http://dreamofgaga.com/2011/01/20/born-this-way-remix-made-by-lady-gaga-herself-is-out/	URL	X	O	0			35a174e4b749a9418e59cf1c13078862
+
+1	RT	rt	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+2	@glynnaustinn	@USER	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+3	:	:	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+4	RT	rt	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+5	@koloradolane	@USER	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+6	:	:	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+7	#random	#random	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+8	ii	ii	PRON	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+9	love	love	VERB	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+10	how	how	ADV	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+11	this	this	DET	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+12	nigga	nigga	NOUN	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+13	@glynnaustinn	@USER	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+14	kome	kome	VERB	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+15	in	in	ADP	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+16	with	with	SCONJ	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+17	the	the	DET	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+18	singing	sing	VERB	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+19	on	on	ADP	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+20	#HawthorneNigga	#hawthornenigga	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+21	#noelton	#noelton	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+22	-	-	PUNCT	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+23	...	...	X	O	0			c40189b50c6831a3d9392bd7f2ccbc5b
+
+1	And	and	CONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+2	in	in	SCONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+3	doing	do	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+4	that	that	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+5	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+6	I	i	PRON	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+7	want	want	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+8	to	to	PART	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+9	offer	offer	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+10	you	you	PRON	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+11	a	a	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+12	vision	vision	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+13	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+14	an	an	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+15	imagined	imagine	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+16	future	future	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+17	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+18	if	if	SCONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+19	you	you	PRON	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+20	will	will	AUX	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+21	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+22	of	of	SCONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+23	how	how	ADV	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+24	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+25	as	as	SCONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+26	the	the	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+27	poet	poet	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+28	Seamus	seamus	PROPN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+29	Heaney	heaney	PROPN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+30	has	have	AUX	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+31	put	put	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+32	it	it	PRON	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+33	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+34	``	``	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+35	Once	once	ADV	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+36	in	in	ADP	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+37	a	a	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+38	lifetime	lifetime	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+39	the	the	DET	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+40	longed-for	longed-for	ADJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+41	tidal	tidal	ADJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+42	wave	wave	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+43	of	of	ADP	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+44	justice	justice	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+45	can	can	AUX	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+46	rise	rise	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+47	up	up	ADV	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+48	,	,	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+49	and	and	CONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+50	hope	hope	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+51	and	and	CONJ	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+52	history	history	NOUN	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+53	rhyme	rhyme	VERB	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+54	''	''	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+55	.	.	PUNCT	O	0			1b6c8b9fb95d1f7ec2d98b2902b0187c
+
+1	ther	ther	PRON	O	0			5e740b4f731627879f9db48644db32bf
+2	s	s	VERB	O	0			5e740b4f731627879f9db48644db32bf
+3	still	still	ADV	O	0			5e740b4f731627879f9db48644db32bf
+4	like	like	ADJ	O	0			5e740b4f731627879f9db48644db32bf
+5	1	NUMBER	NUM	O	0			5e740b4f731627879f9db48644db32bf
+6	1/2	NUMBER	NUM	O	0			5e740b4f731627879f9db48644db32bf
+7	hours	hours	NOUN	O	0			5e740b4f731627879f9db48644db32bf
+8	till	till	ADP	O	0			5e740b4f731627879f9db48644db32bf
+9	Bieb	bieb	PROPN	O	0			5e740b4f731627879f9db48644db32bf
+10	s	s	PART	O	0			5e740b4f731627879f9db48644db32bf
+11	bday	bday	NOUN	O	0			5e740b4f731627879f9db48644db32bf
+12	here	here	ADV	O	0			5e740b4f731627879f9db48644db32bf
+13	:P	EMOTICON	X	O	0			5e740b4f731627879f9db48644db32bf
+
+1	Yeah	yeah	INTJ	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+2	you	you	PRON	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+3	love	love	VERB	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+4	him	him	PRON	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+5	,	,	PUNCT	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+6	but	but	CONJ	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+7	just	just	ADV	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+8	stop	stop	VERB	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+9	.	.	PUNCT	O	0			1e1e4cc21c14ce6fd2bef9a6d82ab113
+
+1	RT	rt	X	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+2	@HarryAndNiall1D	@USER	X	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+3	:	:	X	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+4	Sami	sami	PROPN	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+5	Brookes	brookes	PROPN	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+6	Glamour	glamour	NOUN	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+7	Shot	shot	NOUN	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+8	!	!	PUNCT	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+9	http://t.co/MW4wCNZx	URL	X	O	0			cf6da5f5bf1d921a7beda37e9c1b38a5
+
+1	@iiTs_Keyzlaa	@USER	X	O	0			d1c59424739ec48afcab01435a73ecb3
+2	nah	nah	INTJ	O	0			d1c59424739ec48afcab01435a73ecb3
+3	u	u	PRON	O	0			d1c59424739ec48afcab01435a73ecb3
+4	really	really	ADV	O	0			d1c59424739ec48afcab01435a73ecb3
+5	do	do	VERB	O	0			d1c59424739ec48afcab01435a73ecb3
+6	though	though	ADV	O	0			d1c59424739ec48afcab01435a73ecb3
+7	.	.	PUNCT	O	0			d1c59424739ec48afcab01435a73ecb3
+8	U	u	PRON	O	0			d1c59424739ec48afcab01435a73ecb3
+9	r	r	VERB	O	0			d1c59424739ec48afcab01435a73ecb3
+10	like	like	ADV	O	0			d1c59424739ec48afcab01435a73ecb3
+11	on	on	ADP	O	0			d1c59424739ec48afcab01435a73ecb3
+12	your	your	PRON	O	0			d1c59424739ec48afcab01435a73ecb3
+13	6	NUMBER	NUM	O	0			d1c59424739ec48afcab01435a73ecb3
+14	pic	pic	NOUN	O	0			d1c59424739ec48afcab01435a73ecb3
+15	http://myloc.me/dxNyx	URL	X	O	0			d1c59424739ec48afcab01435a73ecb3
+
+1	And	and	CONJ	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+2	my	my	PRON	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+3	dad	dad	NOUN	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+4	is	be	VERB	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+5	the	the	DET	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+6	most	most	ADV	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+7	voracious	voracious	ADJ	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+8	reader	reader	NOUN	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+9	I	i	PRON	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+10	know	know	VERB	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+11	.	.	PUNCT	O	0			bc0d40bb62fc67ed7b8519c870eef3ab
+
+1	@BestRollerAlive	@USER	X	O	0			45138f75bc1ed2b4524df3bb16ba548b
+2	I	i	PRON	O	0			45138f75bc1ed2b4524df3bb16ba548b
+3	'm	'm	AUX	O	0			45138f75bc1ed2b4524df3bb16ba548b
+4	scoopin	scoopin	VERB	O	0			45138f75bc1ed2b4524df3bb16ba548b
+5	Jo	jo	PROPN	O	0			45138f75bc1ed2b4524df3bb16ba548b
+6	right	right	ADV	O	0			45138f75bc1ed2b4524df3bb16ba548b
+7	now	now	ADV	O	0			45138f75bc1ed2b4524df3bb16ba548b
+
+1	The	the	DET	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+2	mousemats	mousemats	NOUN	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+3	were	be	VERB	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+4	very	very	ADV	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+5	good	good	ADJ	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+6	and	and	CONJ	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+7	I	i	PRON	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+8	was	be	VERB	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+9	delighted	delight	VERB	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+10	with	with	ADP	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+11	them	them	PRON	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+12	.	.	PUNCT	O	0			f94879f4c0c9b73a7de2e8c7c1166695
+
+1	However	however	ADV	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+2	,	,	PUNCT	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+3	speaking	speak	VERB	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+4	online	online	ADV	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+5	with	with	ADP	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+6	a	a	DET	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+7	consultant	consultant	NOUN	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+8	from	from	ADP	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+9	DigitalRev	digitalrev	PROPN	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+10	put	put	VERB	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+11	me	me	PRON	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+12	right	right	ADV	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+13	as	as	ADP	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+14	to	to	ADP	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+15	what	what	PRON	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+16	to	to	PART	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+17	do	do	VERB	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+18	.	.	PUNCT	O	0			7e4f776fe2c7995fbf80d0fe493876c1
+
+1	Got	get	VERB	O	0			5e276bcae533093e5fcfd21b66d86cfd
+2	a	a	DET	O	0			5e276bcae533093e5fcfd21b66d86cfd
+3	guaranteed	guaranteed	ADJ	O	0			5e276bcae533093e5fcfd21b66d86cfd
+4	booking	booking	NOUN	O	0			5e276bcae533093e5fcfd21b66d86cfd
+5	confirmed	confirm	VERB	O	0			5e276bcae533093e5fcfd21b66d86cfd
+6	within	within	ADP	O	0			5e276bcae533093e5fcfd21b66d86cfd
+7	seconds	second	NOUN	O	0			5e276bcae533093e5fcfd21b66d86cfd
+8	to	to	ADP	O	0			5e276bcae533093e5fcfd21b66d86cfd
+9	my	my	PRON	O	0			5e276bcae533093e5fcfd21b66d86cfd
+10	in	in	NOUN	O	0			5e276bcae533093e5fcfd21b66d86cfd
+11	box	box	NOUN	O	0			5e276bcae533093e5fcfd21b66d86cfd
+12	and	and	CONJ	O	0			5e276bcae533093e5fcfd21b66d86cfd
+13	printed	print	VERB	O	0			5e276bcae533093e5fcfd21b66d86cfd
+14	receipt	receipt	NOUN	O	0			5e276bcae533093e5fcfd21b66d86cfd
+15	.	.	PUNCT	O	0			5e276bcae533093e5fcfd21b66d86cfd
+
+1	I	i	PRON	O	0			6d479891d472c11fa0200f41a769e8a9
+2	uploaded	upload	VERB	O	0			6d479891d472c11fa0200f41a769e8a9
+3	a	a	DET	O	0			6d479891d472c11fa0200f41a769e8a9
+4	@YouTube	@USER	X	O	0			6d479891d472c11fa0200f41a769e8a9
+5	video	video	NOUN	O	0			6d479891d472c11fa0200f41a769e8a9
+6	http://t.co/DMqaU4vJ	URL	X	O	0			6d479891d472c11fa0200f41a769e8a9
+7	paris	paris	PROPN	O	0			6d479891d472c11fa0200f41a769e8a9
+8	.	.	PUNCT	O	0			6d479891d472c11fa0200f41a769e8a9
+9	flv	flv	NOUN	O	0			6d479891d472c11fa0200f41a769e8a9
+
+1	#thingsyouwishyoucouldsaybutcant	#thingsyouwishyoucouldsaybutcant	X	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+2	stop	stop	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+3	praying	pray	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+4	to	to	ADP	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+5	GOD	god	PROPN	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+6	like	like	ADP	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+7	a	a	DET	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+8	genie	genie	NOUN	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+9	he	he	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+10	do	do	AUX	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+11	n't	n't	PART	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+12	give	give	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+13	u	u	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+14	what	what	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+15	u	u	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+16	want	want	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+17	he	he	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+18	gives	give	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+19	u	u	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+20	what	what	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+21	you	you	PRON	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+22	need	need	VERB	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+23	#iApproveThisMessage	#iapprovethismessage	X	O	0			1b4ba40d4cc170419ca7c66d456f29a1
+
+1	@ZachVall	@USER	X	O	0			37399896eb5850533e815883857839c5
+2	@daniellecroce	@USER	X	O	0			37399896eb5850533e815883857839c5
+3	nah	nah	INTJ	O	0			37399896eb5850533e815883857839c5
+4	we	we	PRON	O	0			37399896eb5850533e815883857839c5
+5	thought	think	VERB	O	0			37399896eb5850533e815883857839c5
+6	of	of	ADP	O	0			37399896eb5850533e815883857839c5
+7	it	it	PRON	O	0			37399896eb5850533e815883857839c5
+8	a	a	DET	O	0			37399896eb5850533e815883857839c5
+9	few	few	ADJ	O	0			37399896eb5850533e815883857839c5
+10	days	days	NOUN	O	0			37399896eb5850533e815883857839c5
+11	ago	ago	ADV	O	0			37399896eb5850533e815883857839c5
+
+1	I	i	PRON	O	0			14623fe2aa2301013c503807601fbc85
+2	'	'	PART	O	0			14623fe2aa2301013c503807601fbc85
+3	ve	ve	VERB	O	0			14623fe2aa2301013c503807601fbc85
+4	been	be	AUX	O	0			14623fe2aa2301013c503807601fbc85
+5	buying	buy	VERB	O	0			14623fe2aa2301013c503807601fbc85
+6	from	from	ADP	O	0			14623fe2aa2301013c503807601fbc85
+7	Simply	simply	PROPN	O	0			14623fe2aa2301013c503807601fbc85
+8	Supplements	supplement	NOUN	O	0			14623fe2aa2301013c503807601fbc85
+9	for	for	ADP	O	0			14623fe2aa2301013c503807601fbc85
+10	quite	quite	ADV	O	0			14623fe2aa2301013c503807601fbc85
+11	a	a	DET	O	0			14623fe2aa2301013c503807601fbc85
+12	while	while	NOUN	O	0			14623fe2aa2301013c503807601fbc85
+13	now	now	ADV	O	0			14623fe2aa2301013c503807601fbc85
+14	and	and	CONJ	O	0			14623fe2aa2301013c503807601fbc85
+15	I	i	PRON	O	0			14623fe2aa2301013c503807601fbc85
+16	am	be	VERB	O	0			14623fe2aa2301013c503807601fbc85
+17	very	very	ADV	O	0			14623fe2aa2301013c503807601fbc85
+18	happy	happy	ADJ	O	0			14623fe2aa2301013c503807601fbc85
+19	with	with	ADP	O	0			14623fe2aa2301013c503807601fbc85
+20	them	them	PRON	O	0			14623fe2aa2301013c503807601fbc85
+21	and	and	CONJ	O	0			14623fe2aa2301013c503807601fbc85
+22	will	will	AUX	O	0			14623fe2aa2301013c503807601fbc85
+23	continue	continue	VERB	O	0			14623fe2aa2301013c503807601fbc85
+24	to	to	PART	O	0			14623fe2aa2301013c503807601fbc85
+25	use	use	VERB	O	0			14623fe2aa2301013c503807601fbc85
+26	them	them	PRON	O	0			14623fe2aa2301013c503807601fbc85
+27	.	.	PUNCT	O	0			14623fe2aa2301013c503807601fbc85
+
+1	So	so	ADV	O	0			b574d2edf7207395ba6d4708313442bf
+2	how	how	ADV	O	0			b574d2edf7207395ba6d4708313442bf
+3	does	do	AUX	O	0			b574d2edf7207395ba6d4708313442bf
+4	it	it	PRON	O	0			b574d2edf7207395ba6d4708313442bf
+5	happen	happen	VERB	O	0			b574d2edf7207395ba6d4708313442bf
+6	?	?	PUNCT	O	0			b574d2edf7207395ba6d4708313442bf
+
+1	Where	where	PRON	O	0			438c1cdd3463088f995c10eb4dad7534
+2	's	's	VERB	O	0			438c1cdd3463088f995c10eb4dad7534
+3	this	this	DET	O	0			438c1cdd3463088f995c10eb4dad7534
+4	#SnowTO	#snowto	PROPN	O	0			438c1cdd3463088f995c10eb4dad7534
+5	at	at	ADP	O	0			438c1cdd3463088f995c10eb4dad7534
+6	?	?	PUNCT	O	0			438c1cdd3463088f995c10eb4dad7534
+7	Let	let	VERB	O	0			438c1cdd3463088f995c10eb4dad7534
+8	's	's	PRON	O	0			438c1cdd3463088f995c10eb4dad7534
+9	see	see	VERB	O	0			438c1cdd3463088f995c10eb4dad7534
+10	what	what	PRON	O	0			438c1cdd3463088f995c10eb4dad7534
+11	you	you	PRON	O	0			438c1cdd3463088f995c10eb4dad7534
+12	've	've	AUX	O	0			438c1cdd3463088f995c10eb4dad7534
+13	got	get	VERB	O	0			438c1cdd3463088f995c10eb4dad7534
+14	#Toronto	#toronto	PROPN	O	0			438c1cdd3463088f995c10eb4dad7534
+
+1	FN	fn	PROPN	O	0			958f11d4126d944382064bd0d10bb5f9
+2	:	:	PUNCT	O	0			958f11d4126d944382064bd0d10bb5f9
+3	I	i	PRON	O	0			958f11d4126d944382064bd0d10bb5f9
+4	always	always	ADV	O	0			958f11d4126d944382064bd0d10bb5f9
+5	had	have	VERB	O	0			958f11d4126d944382064bd0d10bb5f9
+6	a	a	DET	O	0			958f11d4126d944382064bd0d10bb5f9
+7	passion	passion	NOUN	O	0			958f11d4126d944382064bd0d10bb5f9
+8	for	for	ADP	O	0			958f11d4126d944382064bd0d10bb5f9
+9	alternative	alternative	ADJ	O	0			958f11d4126d944382064bd0d10bb5f9
+10	vehicles	vehicle	NOUN	O	0			958f11d4126d944382064bd0d10bb5f9
+11	.	.	PUNCT	O	0			958f11d4126d944382064bd0d10bb5f9
+
+1	Uni	uni	PROPN	O	0			61bdcdb7dc8363084c24b786ee298d49
+2	baggage	baggage	NOUN	O	0			61bdcdb7dc8363084c24b786ee298d49
+3	is	be	VERB	O	0			61bdcdb7dc8363084c24b786ee298d49
+4	a	a	DET	O	0			61bdcdb7dc8363084c24b786ee298d49
+5	fantastic	fantastic	ADJ	O	0			61bdcdb7dc8363084c24b786ee298d49
+6	way	way	NOUN	O	0			61bdcdb7dc8363084c24b786ee298d49
+7	to	to	PART	O	0			61bdcdb7dc8363084c24b786ee298d49
+8	send	send	VERB	O	0			61bdcdb7dc8363084c24b786ee298d49
+9	stuff	stuff	NOUN	O	0			61bdcdb7dc8363084c24b786ee298d49
+10	to	to	ADP	O	0			61bdcdb7dc8363084c24b786ee298d49
+11	students	student	NOUN	O	0			61bdcdb7dc8363084c24b786ee298d49
+12	at	at	ADP	O	0			61bdcdb7dc8363084c24b786ee298d49
+13	university	university	NOUN	O	0			61bdcdb7dc8363084c24b786ee298d49
+14	.	.	PUNCT	O	0			61bdcdb7dc8363084c24b786ee298d49
+
+1	My	my	PRON	O	0			ef62f77c65f8b497b8c97a009cb555fb
+2	hustle	hustle	NOUN	O	0			ef62f77c65f8b497b8c97a009cb555fb
+3	is	be	VERB	O	0			ef62f77c65f8b497b8c97a009cb555fb
+4	perpetual	perpetual	ADJ	O	0			ef62f77c65f8b497b8c97a009cb555fb
+5	that	that	PRON	O	0			ef62f77c65f8b497b8c97a009cb555fb
+6	means	mean	VERB	O	0			ef62f77c65f8b497b8c97a009cb555fb
+7	it	it	PRON	O	0			ef62f77c65f8b497b8c97a009cb555fb
+8	never	never	ADV	O	0			ef62f77c65f8b497b8c97a009cb555fb
+9	stops	stop	VERB	O	0			ef62f77c65f8b497b8c97a009cb555fb
+10	moving	move	VERB	O	0			ef62f77c65f8b497b8c97a009cb555fb
+
+1	Do	do	AUX	O	0			0e0c2ac33734962e627644ae95b27fca
+2	nt	nt	PART	O	0			0e0c2ac33734962e627644ae95b27fca
+3	stress	stress	VERB	O	0			0e0c2ac33734962e627644ae95b27fca
+4	,	,	PUNCT	O	0			0e0c2ac33734962e627644ae95b27fca
+5	jus	jus	ADV	O	0			0e0c2ac33734962e627644ae95b27fca
+6	be	be	VERB	O	0			0e0c2ac33734962e627644ae95b27fca
+7	happy	happy	ADJ	O	0			0e0c2ac33734962e627644ae95b27fca
+
+1	Irritating	irritating	ADJ	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+2	bunch	bunch	NOUN	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+3	of	of	ADP	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+4	china	china	ADJ	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+5	people	people	NOUN	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+6	on	on	ADP	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+7	the	the	DET	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+8	bus	bus	NOUN	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+9	.	.	PUNCT	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+10	-.-	EMOTICON	X	O	0			95d889f32dfe92a4c5bbcc7aacd40e2c
+
+1	@JulzGStar	@USER	X	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+2	hey	hey	INTJ	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+3	yh	yh	INTJ	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+4	I	i	PRON	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+5	'm	'm	VERB	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+6	in	in	ADP	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+7	bristol	bristol	PROPN	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+8	this	this	DET	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+9	saturday	saturday	PROPN	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+10	for	for	ADP	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+11	my	my	PRON	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+12	birthday	birthday	NOUN	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+13	,	,	PUNCT	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+14	is	be	AUX	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+15	der	der	PRON	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+16	nefin	nefin	NOUN	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+17	goin	goin	VERB	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+18	on	on	ADP	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+19	x	x	X	O	0			1c6801ad81bb5f6def38c5870a8f5ac1
+
+1	We	we	PRON	O	0			50038d7d4ed005ba01d820884dea71da
+2	're	're	VERB	O	0			50038d7d4ed005ba01d820884dea71da
+3	all	all	ADV	O	0			50038d7d4ed005ba01d820884dea71da
+4	born	bear	VERB	O	0			50038d7d4ed005ba01d820884dea71da
+5	.	.	PUNCT	O	0			50038d7d4ed005ba01d820884dea71da
+6	We	we	PRON	O	0			50038d7d4ed005ba01d820884dea71da
+7	all	all	DET	O	0			50038d7d4ed005ba01d820884dea71da
+8	bring	bring	VERB	O	0			50038d7d4ed005ba01d820884dea71da
+9	our	our	PRON	O	0			50038d7d4ed005ba01d820884dea71da
+10	children	child	NOUN	O	0			50038d7d4ed005ba01d820884dea71da
+11	into	into	ADP	O	0			50038d7d4ed005ba01d820884dea71da
+12	the	the	DET	O	0			50038d7d4ed005ba01d820884dea71da
+13	world	world	NOUN	O	0			50038d7d4ed005ba01d820884dea71da
+14	.	.	PUNCT	O	0			50038d7d4ed005ba01d820884dea71da
+
+1	"	"	PUNCT	O	0			c93eadb9d315ed971c7685082bf41eb3
+2	You	you	PRON	O	0			c93eadb9d315ed971c7685082bf41eb3
+3	should	should	AUX	O	0			c93eadb9d315ed971c7685082bf41eb3
+4	know	know	VERB	O	0			c93eadb9d315ed971c7685082bf41eb3
+5	,	,	PUNCT	O	0			c93eadb9d315ed971c7685082bf41eb3
+6	that	that	SCONJ	O	0			c93eadb9d315ed971c7685082bf41eb3
+7	if	if	SCONJ	O	0			c93eadb9d315ed971c7685082bf41eb3
+8	you	you	PRON	O	0			c93eadb9d315ed971c7685082bf41eb3
+9	come	come	VERB	O	0			c93eadb9d315ed971c7685082bf41eb3
+10	any	any	ADV	O	0			c93eadb9d315ed971c7685082bf41eb3
+11	closer	closer	ADV	O	0			c93eadb9d315ed971c7685082bf41eb3
+12	..	..	PUNCT	O	0			c93eadb9d315ed971c7685082bf41eb3
+13	I	i	PRON	O	0			c93eadb9d315ed971c7685082bf41eb3
+14	wo	wo	AUX	O	0			c93eadb9d315ed971c7685082bf41eb3
+15	n't	n't	PART	O	0			c93eadb9d315ed971c7685082bf41eb3
+16	let	let	VERB	O	0			c93eadb9d315ed971c7685082bf41eb3
+17	you	you	PRON	O	0			c93eadb9d315ed971c7685082bf41eb3
+18	go	go	VERB	O	0			c93eadb9d315ed971c7685082bf41eb3
+19	.	.	PUNCT	O	0			c93eadb9d315ed971c7685082bf41eb3
+20	"	"	PUNCT	O	0			c93eadb9d315ed971c7685082bf41eb3
+
+1	I	i	PRON	O	0			c43dc7217ef007e3550aa143a3e8bb70
+2	have	have	AUX	O	0			c43dc7217ef007e3550aa143a3e8bb70
+3	purchased	purchase	VERB	O	0			c43dc7217ef007e3550aa143a3e8bb70
+4	quite	quite	ADV	O	0			c43dc7217ef007e3550aa143a3e8bb70
+5	a	a	DET	O	0			c43dc7217ef007e3550aa143a3e8bb70
+6	few	few	ADJ	O	0			c43dc7217ef007e3550aa143a3e8bb70
+7	packs	pack	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+8	of	of	ADP	O	0			c43dc7217ef007e3550aa143a3e8bb70
+9	seeds	seed	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+10	from	from	ADP	O	0			c43dc7217ef007e3550aa143a3e8bb70
+11	time	time	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+12	to	to	ADP	O	0			c43dc7217ef007e3550aa143a3e8bb70
+13	time	time	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+14	and	and	CONJ	O	0			c43dc7217ef007e3550aa143a3e8bb70
+15	must	must	AUX	O	0			c43dc7217ef007e3550aa143a3e8bb70
+16	say	say	VERB	O	0			c43dc7217ef007e3550aa143a3e8bb70
+17	the	the	DET	O	0			c43dc7217ef007e3550aa143a3e8bb70
+18	end	end	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+19	product	product	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+20	is	be	VERB	O	0			c43dc7217ef007e3550aa143a3e8bb70
+21	a	a	DET	O	0			c43dc7217ef007e3550aa143a3e8bb70
+22	delight	delight	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+23	in	in	ADP	O	0			c43dc7217ef007e3550aa143a3e8bb70
+24	any	any	DET	O	0			c43dc7217ef007e3550aa143a3e8bb70
+25	garden	garden	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+26	or	or	CONJ	O	0			c43dc7217ef007e3550aa143a3e8bb70
+27	pot	pot	NOUN	O	0			c43dc7217ef007e3550aa143a3e8bb70
+28	.	.	PUNCT	O	0			c43dc7217ef007e3550aa143a3e8bb70
+
+1	That	that	PRON	O	0			c2fad1785e8e221b9d051ade557c4d86
+2	's	's	VERB	O	0			c2fad1785e8e221b9d051ade557c4d86
+3	a	a	DET	O	0			c2fad1785e8e221b9d051ade557c4d86
+4	painting	painting	NOUN	O	0			c2fad1785e8e221b9d051ade557c4d86
+5	of	of	ADP	O	0			c2fad1785e8e221b9d051ade557c4d86
+6	a	a	DET	O	0			c2fad1785e8e221b9d051ade557c4d86
+7	circle	circle	NOUN	O	0			c2fad1785e8e221b9d051ade557c4d86
+8	.	.	PUNCT	O	0			c2fad1785e8e221b9d051ade557c4d86
+
+1	Be	be	VERB	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+2	ready	ready	ADJ	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+3	for	for	ADP	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+4	anything	anything	NOUN	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+5	because	because	ADP	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+6	anything	anything	NOUN	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+7	goes	go	VERB	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+8	with	with	ADP	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+9	me	me	PRON	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+10	.	.	PUNCT	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+11	Check	check	VERB	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+12	out	out	ADP	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+13	http://minilien.fr/a0ku66	URL	X	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+14	#match	#match	X	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+15	#sex	#sex	X	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+16	#real	#real	X	O	0			85e2472f69e8be3b5a8803bb5ff7e703
+
+1	It	it	PRON	O	0			83c9f64fc7dbdb985ff5b99bb2322a5c
+2	's	's	AUX	O	0			83c9f64fc7dbdb985ff5b99bb2322a5c
+3	raining	rain	VERB	O	0			83c9f64fc7dbdb985ff5b99bb2322a5c
+4	!!	!!	PUNCT	O	0			83c9f64fc7dbdb985ff5b99bb2322a5c
+5			PUNCT	O	0			83c9f64fc7dbdb985ff5b99bb2322a5c
+
+1	And	and	CONJ	O	0			7dc90fd0a220a89269115fd8dea65af2
+2	their	their	PRON	O	0			7dc90fd0a220a89269115fd8dea65af2
+3	aspiration	aspiration	NOUN	O	0			7dc90fd0a220a89269115fd8dea65af2
+4	was	be	VERB	O	0			7dc90fd0a220a89269115fd8dea65af2
+5	to	to	PART	O	0			7dc90fd0a220a89269115fd8dea65af2
+6	buy	buy	VERB	O	0			7dc90fd0a220a89269115fd8dea65af2
+7	a	a	DET	O	0			7dc90fd0a220a89269115fd8dea65af2
+8	car	car	NOUN	O	0			7dc90fd0a220a89269115fd8dea65af2
+9	.	.	PUNCT	O	0			7dc90fd0a220a89269115fd8dea65af2
+
+1	Any	any	DET	O	0			99c2695861500b9ca69236f7d592edf9
+2	haggis	haggis	NOUN	O	0			99c2695861500b9ca69236f7d592edf9
+3	out	out	ADP	O	0			99c2695861500b9ca69236f7d592edf9
+4	there	there	ADV	O	0			99c2695861500b9ca69236f7d592edf9
+5	?	?	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+6	Do	do	AUX	O	0			99c2695861500b9ca69236f7d592edf9
+7	n't	n't	PART	O	0			99c2695861500b9ca69236f7d592edf9
+8	say	say	VERB	O	0			99c2695861500b9ca69236f7d592edf9
+9	that	that	PRON	O	0			99c2695861500b9ca69236f7d592edf9
+10	!	!	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+11	What	what	PRON	O	0			99c2695861500b9ca69236f7d592edf9
+12	?	?	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+13	The	the	DET	O	0			99c2695861500b9ca69236f7d592edf9
+14	'	'	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+15	H	h	NOUN	O	0			99c2695861500b9ca69236f7d592edf9
+16	'	'	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+17	word	word	NOUN	O	0			99c2695861500b9ca69236f7d592edf9
+18	.	.	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+19	Do	do	AUX	O	0			99c2695861500b9ca69236f7d592edf9
+20	n't	n't	PART	O	0			99c2695861500b9ca69236f7d592edf9
+21	say	say	VERB	O	0			99c2695861500b9ca69236f7d592edf9
+22	it	it	PRON	O	0			99c2695861500b9ca69236f7d592edf9
+23	!	!	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+24	All	all	DET	O	0			99c2695861500b9ca69236f7d592edf9
+25	right	right	ADJ	O	0			99c2695861500b9ca69236f7d592edf9
+26	...	...	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+27	are	be	VERB	O	0			99c2695861500b9ca69236f7d592edf9
+28	there	there	PRON	O	0			99c2695861500b9ca69236f7d592edf9
+29	any	any	DET	O	0			99c2695861500b9ca69236f7d592edf9
+30	out	out	ADP	O	0			99c2695861500b9ca69236f7d592edf9
+31	there	there	ADV	O	0			99c2695861500b9ca69236f7d592edf9
+32	though	though	ADV	O	0			99c2695861500b9ca69236f7d592edf9
+33	?	?	PUNCT	O	0			99c2695861500b9ca69236f7d592edf9
+
+1	Goodnight	goodnight	INTJ	O	0			7267658e3a7647f31cab6fb61b9afdb5
+
+1	We	we	PRON	O	0			2246f90740e2ca1f1709f5067f2e955e
+2	'	'	PART	O	0			2246f90740e2ca1f1709f5067f2e955e
+3	ve	ve	VERB	O	0			2246f90740e2ca1f1709f5067f2e955e
+4	asked	ask	VERB	O	0			2246f90740e2ca1f1709f5067f2e955e
+5	if	if	CONJ	O	0			2246f90740e2ca1f1709f5067f2e955e
+6	they	they	PRON	O	0			2246f90740e2ca1f1709f5067f2e955e
+7	'	'	PART	O	0			2246f90740e2ca1f1709f5067f2e955e
+8	ll	ll	VERB	O	0			2246f90740e2ca1f1709f5067f2e955e
+9	change	change	VERB	O	0			2246f90740e2ca1f1709f5067f2e955e
+10	our	our	DET	O	0			2246f90740e2ca1f1709f5067f2e955e
+11	inbound	inbound	NOUN	O	0			2246f90740e2ca1f1709f5067f2e955e
+12	flight	flight	NOUN	O	0			2246f90740e2ca1f1709f5067f2e955e
+13	time	time	NOUN	O	0			2246f90740e2ca1f1709f5067f2e955e
+14	....	....	PUNCT	O	0			2246f90740e2ca1f1709f5067f2e955e
+
+1	Photoset	photoset	NOUN	O	0			d36bafe72596013f3a21b06d4798cf87
+2	:	:	PUNCT	O	0			d36bafe72596013f3a21b06d4798cf87
+3	http://t.co/ADWfZJvy	URL	X	O	0			d36bafe72596013f3a21b06d4798cf87
+
+1	@evalina_eva	@USER	X	O	0			38171a4b7224af51d7ca62eff4f85f3d
+2	RT	rt	X	O	0			38171a4b7224af51d7ca62eff4f85f3d
+3	@girlsdeals	@USER	X	O	0			38171a4b7224af51d7ca62eff4f85f3d
+4	:	:	X	O	0			38171a4b7224af51d7ca62eff4f85f3d
+5	One	NUMBER	NUM	O	0			38171a4b7224af51d7ca62eff4f85f3d
+6	day	day	NOUN	O	0			38171a4b7224af51d7ca62eff4f85f3d
+7	I	i	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+8	hope	hope	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+9	you	you	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+10	look	look	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+11	back	back	ADV	O	0			38171a4b7224af51d7ca62eff4f85f3d
+12	at	at	ADP	O	0			38171a4b7224af51d7ca62eff4f85f3d
+13	what	what	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+14	we	we	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+15	had	have	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+16	,	,	PUNCT	O	0			38171a4b7224af51d7ca62eff4f85f3d
+17	and	and	CONJ	O	0			38171a4b7224af51d7ca62eff4f85f3d
+18	regret	regret	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+19	every	every	DET	O	0			38171a4b7224af51d7ca62eff4f85f3d
+20	single	single	ADJ	O	0			38171a4b7224af51d7ca62eff4f85f3d
+21	thing	thing	NOUN	O	0			38171a4b7224af51d7ca62eff4f85f3d
+22	you	you	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+23	did	do	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+24	to	to	PART	O	0			38171a4b7224af51d7ca62eff4f85f3d
+25	let	let	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+26	it	it	PRON	O	0			38171a4b7224af51d7ca62eff4f85f3d
+27	end	end	VERB	O	0			38171a4b7224af51d7ca62eff4f85f3d
+28	.	.	PUNCT	O	0			38171a4b7224af51d7ca62eff4f85f3d
+
+1	@modTINGsingh	@USER	X	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+2	can	can	AUX	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+3	we	we	PRON	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+4	go	go	VERB	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+5	to	to	ADP	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+6	tim	tim	PROPN	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+7	s	s	PART	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+8	please	please	ADV	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+9	and	and	CONJ	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+10	tonkkss	tonkkss	VERB	O	0			b7c5fd05099b2d833bd53ed1d3ac57c7
+
+1	It	it	PRON	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+2	weighs	weigh	VERB	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+3	too	too	ADV	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+4	much	much	ADV	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+5	this	this	DET	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+6	time	time	NOUN	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+7	.	.	PUNCT	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+8	My	my	PRON	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+9	hands	hands	NOUN	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+10	are	be	AUX	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+11	broken	break	VERB	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+12	.	.	PUNCT	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+13	She	she	PRON	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+14	'll	'll	AUX	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+15	disappear	disappear	VERB	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+16	this	this	DET	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+17	time	time	NOUN	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+18	.	.	PUNCT	O	0			4d19edb9f3cc6ef0b6be4f8f9d7e3836
+
+1	I	i	PRON	O	0			409884637f1109f13b55f29064b3d062
+2	have	have	AUX	O	0			409884637f1109f13b55f29064b3d062
+3	not	not	ADV	O	0			409884637f1109f13b55f29064b3d062
+4	had	have	VERB	O	0			409884637f1109f13b55f29064b3d062
+5	any	any	DET	O	0			409884637f1109f13b55f29064b3d062
+6	further	further	ADJ	O	0			409884637f1109f13b55f29064b3d062
+7	letters	letters	NOUN	O	0			409884637f1109f13b55f29064b3d062
+8	but	but	CONJ	O	0			409884637f1109f13b55f29064b3d062
+9	hurrah	hurrah	X	O	0			409884637f1109f13b55f29064b3d062
+10	,	,	PUNCT	O	0			409884637f1109f13b55f29064b3d062
+11	they	they	PRON	O	0			409884637f1109f13b55f29064b3d062
+12	have	have	AUX	O	0			409884637f1109f13b55f29064b3d062
+13	stopped	stop	VERB	O	0			409884637f1109f13b55f29064b3d062
+14	calling	call	VERB	O	0			409884637f1109f13b55f29064b3d062
+15	me	me	PRON	O	0			409884637f1109f13b55f29064b3d062
+16	!	!	PUNCT	O	0			409884637f1109f13b55f29064b3d062
+
+1	We	we	PRON	O	0			ea66acbd9fcae10a18aa7db2697278ea
+2	are	be	AUX	O	0			ea66acbd9fcae10a18aa7db2697278ea
+3	now	now	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+4	going	go	VERB	O	0			ea66acbd9fcae10a18aa7db2697278ea
+5	through	through	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+6	an	an	DET	O	0			ea66acbd9fcae10a18aa7db2697278ea
+7	amazing	amazing	ADJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+8	and	and	CONJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+9	unprecedented	unprecedented	ADJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+10	moment	moment	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+11	where	where	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+12	the	the	DET	O	0			ea66acbd9fcae10a18aa7db2697278ea
+13	power	power	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+14	dynamics	dynamics	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+15	between	between	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+16	men	men	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+17	and	and	CONJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+18	women	woman	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+19	are	be	AUX	O	0			ea66acbd9fcae10a18aa7db2697278ea
+20	shifting	shift	VERB	O	0			ea66acbd9fcae10a18aa7db2697278ea
+21	very	very	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+22	rapidly	rapidly	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+23	,	,	PUNCT	O	0			ea66acbd9fcae10a18aa7db2697278ea
+24	and	and	CONJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+25	in	in	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+26	many	many	ADJ	O	0			ea66acbd9fcae10a18aa7db2697278ea
+27	of	of	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+28	the	the	DET	O	0			ea66acbd9fcae10a18aa7db2697278ea
+29	places	place	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+30	where	where	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+31	it	it	PRON	O	0			ea66acbd9fcae10a18aa7db2697278ea
+32	counts	count	VERB	O	0			ea66acbd9fcae10a18aa7db2697278ea
+33	the	the	DET	O	0			ea66acbd9fcae10a18aa7db2697278ea
+34	most	most	ADV	O	0			ea66acbd9fcae10a18aa7db2697278ea
+35	,	,	PUNCT	O	0			ea66acbd9fcae10a18aa7db2697278ea
+36	women	woman	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+37	are	be	VERB	O	0			ea66acbd9fcae10a18aa7db2697278ea
+38	,	,	PUNCT	O	0			ea66acbd9fcae10a18aa7db2697278ea
+39	in	in	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+40	fact	fact	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+41	,	,	PUNCT	O	0			ea66acbd9fcae10a18aa7db2697278ea
+42	taking	take	VERB	O	0			ea66acbd9fcae10a18aa7db2697278ea
+43	control	control	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+44	of	of	ADP	O	0			ea66acbd9fcae10a18aa7db2697278ea
+45	everything	everything	NOUN	O	0			ea66acbd9fcae10a18aa7db2697278ea
+46	.	.	PUNCT	O	0			ea66acbd9fcae10a18aa7db2697278ea
+
+1	I	i	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+2	'll	'll	AUX	O	0			b5f98ff8aca2db53e941f591fce23393
+3	give	give	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+4	you	you	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+5	an	an	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+6	example	example	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+7	--	--	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+8	if	if	SCONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+9	you	you	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+10	take	take	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+11	a	a	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+12	horseshoe	horseshoe	ADJ	O	0			b5f98ff8aca2db53e941f591fce23393
+13	crab	crab	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+14	off	off	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+15	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+16	beach	beach	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+17	,	,	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+18	and	and	CONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+19	you	you	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+20	fly	fly	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+21	it	it	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+22	all	all	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+23	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+24	way	way	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+25	across	across	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+26	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+27	continent	continent	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+28	,	,	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+29	and	and	CONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+30	you	you	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+31	drop	drop	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+32	it	it	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+33	into	into	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+34	a	a	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+35	sloped	sloped	ADJ	O	0			b5f98ff8aca2db53e941f591fce23393
+36	cage	cage	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+37	,	,	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+38	it	it	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+39	will	will	AUX	O	0			b5f98ff8aca2db53e941f591fce23393
+40	scramble	scramble	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+41	up	up	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+42	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+43	floor	floor	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+44	of	of	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+45	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+46	cage	cage	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+47	as	as	SCONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+48	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+49	tide	tide	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+50	is	be	AUX	O	0			b5f98ff8aca2db53e941f591fce23393
+51	rising	rise	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+52	on	on	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+53	its	its	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+54	home	home	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+55	shores	shore	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+56	,	,	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+57	and	and	CONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+58	it	it	PRON	O	0			b5f98ff8aca2db53e941f591fce23393
+59	'll	'll	AUX	O	0			b5f98ff8aca2db53e941f591fce23393
+60	skitter	skitter	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+61	down	down	ADV	O	0			b5f98ff8aca2db53e941f591fce23393
+62	again	again	ADV	O	0			b5f98ff8aca2db53e941f591fce23393
+63	right	right	ADV	O	0			b5f98ff8aca2db53e941f591fce23393
+64	as	as	SCONJ	O	0			b5f98ff8aca2db53e941f591fce23393
+65	the	the	DET	O	0			b5f98ff8aca2db53e941f591fce23393
+66	water	water	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+67	is	be	AUX	O	0			b5f98ff8aca2db53e941f591fce23393
+68	receding	recede	VERB	O	0			b5f98ff8aca2db53e941f591fce23393
+69	thousands	thousand	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+70	of	of	ADP	O	0			b5f98ff8aca2db53e941f591fce23393
+71	miles	mile	NOUN	O	0			b5f98ff8aca2db53e941f591fce23393
+72	away	away	ADV	O	0			b5f98ff8aca2db53e941f591fce23393
+73	.	.	PUNCT	O	0			b5f98ff8aca2db53e941f591fce23393
+
+1	@GEDDYMUSIC	@USER	X	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+2	And	and	CONJ	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+3	Uh	uh	X	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+4	Next	next	ADJ	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+5	VIdeo	video	NOUN	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+6	Shoot	shoot	NOUN	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+7	in	in	ADP	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+8	The	the	DET	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+9	Hood	hood	NOUN	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+10	Holla	holla	VERB	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+11	at	at	ADP	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+12	A	a	DET	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+13	Nigga	nigga	NOUN	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+14	Ju	ju	PRON	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+15	Heard	hear	VERB	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+16	??	??	PUNCT	O	0			3b12a6a8a7fc2ba89f875b417643ffda
+
+1	RT	rt	X	O	0			4dc95335701dc77155dc3f4f96e7460d
+2	@FRIENDSHlP	@USER	X	O	0			4dc95335701dc77155dc3f4f96e7460d
+3	:	:	X	O	0			4dc95335701dc77155dc3f4f96e7460d
+4	Friendship	friendship	NOUN	O	0			4dc95335701dc77155dc3f4f96e7460d
+5	is	be	VERB	O	0			4dc95335701dc77155dc3f4f96e7460d
+6	love	love	NOUN	O	0			4dc95335701dc77155dc3f4f96e7460d
+7	without	without	SCONJ	O	0			4dc95335701dc77155dc3f4f96e7460d
+8	kissing	kiss	VERB	O	0			4dc95335701dc77155dc3f4f96e7460d
+9	...	...	PUNCT	O	0			4dc95335701dc77155dc3f4f96e7460d
+
+1	Lord	lord	PROPN	O	0			ffc639cc9c186505db79eaae807e402d
+2	Travel	travel	NOUN	O	0			ffc639cc9c186505db79eaae807e402d
+3	are	be	VERB	O	0			ffc639cc9c186505db79eaae807e402d
+4	the	the	DET	O	0			ffc639cc9c186505db79eaae807e402d
+5	operators	operator	NOUN	O	0			ffc639cc9c186505db79eaae807e402d
+6	of	of	ADP	O	0			ffc639cc9c186505db79eaae807e402d
+7	the	the	DET	O	0			ffc639cc9c186505db79eaae807e402d
+8	service	service	NOUN	O	0			ffc639cc9c186505db79eaae807e402d
+9	and	and	CONJ	O	0			ffc639cc9c186505db79eaae807e402d
+10	are	be	VERB	O	0			ffc639cc9c186505db79eaae807e402d
+11	a	a	DET	O	0			ffc639cc9c186505db79eaae807e402d
+12	complete	complete	ADJ	O	0			ffc639cc9c186505db79eaae807e402d
+13	shambles	shambles	NOUN	O	0			ffc639cc9c186505db79eaae807e402d
+14	!	!	PUNCT	O	0			ffc639cc9c186505db79eaae807e402d
+
+1	This	this	PRON	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+2	is	be	VERB	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+3	just	just	ADV	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+4	not	not	ADV	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+5	good	good	ADJ	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+6	enough	enough	ADV	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+7	!	!	PUNCT	O	0			6ef0a84cbb4eaf0660ede39f36303fdc
+
+1	Cut	cut	VERB	O	0			f351830e938a9f926b4f08db18febbec
+2	my	my	PRON	O	0			f351830e938a9f926b4f08db18febbec
+3	hair	hair	NOUN	O	0			f351830e938a9f926b4f08db18febbec
+4	,	,	PUNCT	O	0			f351830e938a9f926b4f08db18febbec
+5	gag	gag	VERB	O	0			f351830e938a9f926b4f08db18febbec
+6	and	and	CONJ	O	0			f351830e938a9f926b4f08db18febbec
+7	bore	bore	VERB	O	0			f351830e938a9f926b4f08db18febbec
+8	me	me	PRON	O	0			f351830e938a9f926b4f08db18febbec
+
+1	RT	rt	X	O	0			7ffeb3eef460c183bb50446243d869c6
+2	@Yueah_Bittie	@USER	X	O	0			7ffeb3eef460c183bb50446243d869c6
+3	:	:	X	O	0			7ffeb3eef460c183bb50446243d869c6
+4	You	you	PRON	O	0			7ffeb3eef460c183bb50446243d869c6
+5	aint	aint	VERB	O	0			7ffeb3eef460c183bb50446243d869c6
+6	sh*t	sh*t	NOUN	O	0			7ffeb3eef460c183bb50446243d869c6
+7	.	.	PUNCT	O	0			7ffeb3eef460c183bb50446243d869c6
+
+1	Try	try	VERB	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+2	the	the	DET	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+3	memory	memory	NOUN	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+4	foam	foam	NOUN	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+5	pillows	pillow	NOUN	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+6	!	!	PUNCT	O	0			e8688a7b16969caae84b7fb9ca9b6a5b
+
+1	Was	be	AUX	O	0			72b304a327f070bbd24a2f5efff96a13
+2	diagnosed	diagnose	VERB	O	0			72b304a327f070bbd24a2f5efff96a13
+3	,	,	PUNCT	O	0			72b304a327f070bbd24a2f5efff96a13
+4	by	by	ADP	O	0			72b304a327f070bbd24a2f5efff96a13
+5	a	a	DET	O	0			72b304a327f070bbd24a2f5efff96a13
+6	senior	senior	ADJ	O	0			72b304a327f070bbd24a2f5efff96a13
+7	OE	oe	PROPN	O	0			72b304a327f070bbd24a2f5efff96a13
+8	surgeon	surgeon	NOUN	O	0			72b304a327f070bbd24a2f5efff96a13
+9	,	,	PUNCT	O	0			72b304a327f070bbd24a2f5efff96a13
+10	as	as	ADP	O	0			72b304a327f070bbd24a2f5efff96a13
+11	having	have	VERB	O	0			72b304a327f070bbd24a2f5efff96a13
+12	a	a	DET	O	0			72b304a327f070bbd24a2f5efff96a13
+13	painful	painful	ADJ	O	0			72b304a327f070bbd24a2f5efff96a13
+14	and	and	CONJ	O	0			72b304a327f070bbd24a2f5efff96a13
+15	frightening	frightening	ADJ	O	0			72b304a327f070bbd24a2f5efff96a13
+16	eye	eye	NOUN	O	0			72b304a327f070bbd24a2f5efff96a13
+17	condition	condition	NOUN	O	0			72b304a327f070bbd24a2f5efff96a13
+18	requiring	require	VERB	O	0			72b304a327f070bbd24a2f5efff96a13
+19	treatment	treatment	NOUN	O	0			72b304a327f070bbd24a2f5efff96a13
+20	.	.	PUNCT	O	0			72b304a327f070bbd24a2f5efff96a13
+
+1	If	if	CONJ	O	0			c625856219e2f20aac77d33554f179fa
+2	you	you	PRON	O	0			c625856219e2f20aac77d33554f179fa
+3	are	be	AUX	O	0			c625856219e2f20aac77d33554f179fa
+4	given	give	VERB	O	0			c625856219e2f20aac77d33554f179fa
+5	the	the	DET	O	0			c625856219e2f20aac77d33554f179fa
+6	chance	chance	NOUN	O	0			c625856219e2f20aac77d33554f179fa
+7	to	to	PART	O	0			c625856219e2f20aac77d33554f179fa
+8	wait	wait	VERB	O	0			c625856219e2f20aac77d33554f179fa
+9	you	you	PRON	O	0			c625856219e2f20aac77d33554f179fa
+10	will	will	AUX	O	0			c625856219e2f20aac77d33554f179fa
+11	get	get	VERB	O	0			c625856219e2f20aac77d33554f179fa
+12	cut	cut	VERB	O	0			c625856219e2f20aac77d33554f179fa
+13	off	off	PART	O	0			c625856219e2f20aac77d33554f179fa
+14	00	00	NUM	O	0			c625856219e2f20aac77d33554f179fa
+15	-	-	PUNCT	O	0			c625856219e2f20aac77d33554f179fa
+16	00	00	NUM	O	0			c625856219e2f20aac77d33554f179fa
+17	minutes	minutes	NOUN	O	0			c625856219e2f20aac77d33554f179fa
+18	into	into	ADP	O	0			c625856219e2f20aac77d33554f179fa
+19	the	the	DET	O	0			c625856219e2f20aac77d33554f179fa
+20	wait	wait	NOUN	O	0			c625856219e2f20aac77d33554f179fa
+21	,	,	PUNCT	O	0			c625856219e2f20aac77d33554f179fa
+22	or	or	CONJ	O	0			c625856219e2f20aac77d33554f179fa
+23	you	you	PRON	O	0			c625856219e2f20aac77d33554f179fa
+24	receive	receive	VERB	O	0			c625856219e2f20aac77d33554f179fa
+25	another	another	DET	O	0			c625856219e2f20aac77d33554f179fa
+26	automated	automated	ADJ	O	0			c625856219e2f20aac77d33554f179fa
+27	message	message	NOUN	O	0			c625856219e2f20aac77d33554f179fa
+28	saying	say	VERB	O	0			c625856219e2f20aac77d33554f179fa
+29	please	please	X	O	0			c625856219e2f20aac77d33554f179fa
+30	try	try	VERB	O	0			c625856219e2f20aac77d33554f179fa
+31	later	later	ADV	O	0			c625856219e2f20aac77d33554f179fa
+32	or	or	CONJ	O	0			c625856219e2f20aac77d33554f179fa
+33	contact	contact	VERB	O	0			c625856219e2f20aac77d33554f179fa
+34	us	us	PRON	O	0			c625856219e2f20aac77d33554f179fa
+35	by	by	ADP	O	0			c625856219e2f20aac77d33554f179fa
+36	email	email	NOUN	O	0			c625856219e2f20aac77d33554f179fa
+37	,	,	PUNCT	O	0			c625856219e2f20aac77d33554f179fa
+38	then	then	ADV	O	0			c625856219e2f20aac77d33554f179fa
+39	you	you	PRON	O	0			c625856219e2f20aac77d33554f179fa
+40	are	be	AUX	O	0			c625856219e2f20aac77d33554f179fa
+41	cut	cut	VERB	O	0			c625856219e2f20aac77d33554f179fa
+42	off	off	PART	O	0			c625856219e2f20aac77d33554f179fa
+43	again	again	ADV	O	0			c625856219e2f20aac77d33554f179fa
+44	.	.	PUNCT	O	0			c625856219e2f20aac77d33554f179fa
+
+1	I	i	PRON	O	0			ab7ef008b2ee589818a83c66c78de19b
+2	swear	swear	VERB	O	0			ab7ef008b2ee589818a83c66c78de19b
+3	lately	lately	ADV	O	0			ab7ef008b2ee589818a83c66c78de19b
+4	i	i	PRON	O	0			ab7ef008b2ee589818a83c66c78de19b
+5	ve	ve	AUX	O	0			ab7ef008b2ee589818a83c66c78de19b
+6	been	be	AUX	O	0			ab7ef008b2ee589818a83c66c78de19b
+7	making	make	VERB	O	0			ab7ef008b2ee589818a83c66c78de19b
+8	the	the	DET	O	0			ab7ef008b2ee589818a83c66c78de19b
+9	wrong	wrong	ADJ	O	0			ab7ef008b2ee589818a83c66c78de19b
+10	choices	choice	NOUN	O	0			ab7ef008b2ee589818a83c66c78de19b
+
+1	How	how	ADV	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+2	?	?	PUNCT	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+3	RT	rt	X	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+4	@IRoc_Nikes08	@USER	X	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+5	:	:	X	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+6	@_ExPLICITbarbie	@USER	X	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+7	lol	lol	INTJ	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+8	dat	dat	PRON	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+9	s	s	VERB	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+10	so	so	ADV	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+11	ugly	ugly	ADJ	O	0			372bd1b2eff1c669ff57f67ef992fe4a
+
+1	I	i	PRON	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+2	think	think	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+3	jawn	jawn	PROPN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+4	was	be	AUX	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+5	tryna	tryna	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+6	be	be	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+7	smart	smart	ADJ	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+8	talk'n	talk'n	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+9	bout	bout	ADP	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+10	da	da	DET	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+11	baul	baul	NOUN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+12	little	little	ADJ	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+13	do	do	AUX	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+14	she	she	PRON	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+15	know	know	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+16	I	i	PRON	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+17	d	d	AUX	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+18	nt	nt	PART	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+19	give	give	VERB	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+20	two	NUMBER	NUM	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+21	shits	shit	NOUN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+22	about	about	ADP	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+23	none	none	NOUN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+24	of	of	ADP	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+25	these	these	DET	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+26	Cheyney	cheyney	PROPN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+27	boy's	boy's	NOUN	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+28	.	.	PUNCT	O	0			44ba30ab1cbb5ef19dd5d2e97ff277db
+
+1	The	the	DET	O	0			b9ad038f14deabfb3f1c96eac651f016
+2	chip	chip	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+3	arrived	arrive	VERB	O	0			b9ad038f14deabfb3f1c96eac651f016
+4	the	the	DET	O	0			b9ad038f14deabfb3f1c96eac651f016
+5	next	next	ADJ	O	0			b9ad038f14deabfb3f1c96eac651f016
+6	day	day	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+7	and	and	CONJ	O	0			b9ad038f14deabfb3f1c96eac651f016
+8	I	i	PRON	O	0			b9ad038f14deabfb3f1c96eac651f016
+9	was	be	VERB	O	0			b9ad038f14deabfb3f1c96eac651f016
+10	able	able	ADJ	O	0			b9ad038f14deabfb3f1c96eac651f016
+11	to	to	PART	O	0			b9ad038f14deabfb3f1c96eac651f016
+12	install	install	VERB	O	0			b9ad038f14deabfb3f1c96eac651f016
+13	it	it	PRON	O	0			b9ad038f14deabfb3f1c96eac651f016
+14	easily	easily	ADV	O	0			b9ad038f14deabfb3f1c96eac651f016
+15	within	within	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+16	0	0	NUM	O	0			b9ad038f14deabfb3f1c96eac651f016
+17	mins	min	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+18	thanks	thanks	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+19	to	to	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+20	the	the	DET	O	0			b9ad038f14deabfb3f1c96eac651f016
+21	clear	clear	ADJ	O	0			b9ad038f14deabfb3f1c96eac651f016
+22	installation	installation	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+23	instructions	instructions	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+24	provided	provide	VERB	O	0			b9ad038f14deabfb3f1c96eac651f016
+25	as	as	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+26	well	well	ADV	O	0			b9ad038f14deabfb3f1c96eac651f016
+27	as	as	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+28	the	the	DET	O	0			b9ad038f14deabfb3f1c96eac651f016
+29	excellent	excellent	ADJ	O	0			b9ad038f14deabfb3f1c96eac651f016
+30	video	video	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+31	on	on	ADP	O	0			b9ad038f14deabfb3f1c96eac651f016
+32	the	the	DET	O	0			b9ad038f14deabfb3f1c96eac651f016
+33	Mr	mr	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+34	memory	memory	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+35	site	site	NOUN	O	0			b9ad038f14deabfb3f1c96eac651f016
+36	.	.	PUNCT	O	0			b9ad038f14deabfb3f1c96eac651f016
+
+1	"	"	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+2	very	very	ADV	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+3	Poor	poor	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+4	service	service	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+5	,	,	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+6	slow	slow	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+7	dispatch	dispatch	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+8	/	/	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+9	delivery	delivery	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+10	,	,	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+11	friendly	friendly	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+12	but	but	CONJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+13	Unhelpful	unhelpful	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+14	and	and	CONJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+15	untrustworthy	untrustworthy	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+16	people	people	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+17	at	at	ADP	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+18	the	the	DET	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+19	other	other	ADJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+20	end	end	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+21	of	of	ADP	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+22	the	the	DET	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+23	phone	phone	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+24	or	or	CONJ	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+25	keyboard	keyboard	NOUN	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+26	"	"	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+27	.	.	PUNCT	O	0			96a34b74d3f1c4e95008e75aa3ca7754
+
+1	Wanna	wanna	VERB	O	0			6ef7774951d66872f58185f60b349f95
+2	see	see	VERB	O	0			6ef7774951d66872f58185f60b349f95
+3	Wrath	wrath	NOUN	O	0			6ef7774951d66872f58185f60b349f95
+4	of	of	ADP	O	0			6ef7774951d66872f58185f60b349f95
+5	the	the	DET	O	0			6ef7774951d66872f58185f60b349f95
+6	Titans	titan	NOUN	O	0			6ef7774951d66872f58185f60b349f95
+7	so	so	ADV	O	0			6ef7774951d66872f58185f60b349f95
+8	bad	bad	ADJ	O	0			6ef7774951d66872f58185f60b349f95
+9	!	!	PUNCT	O	0			6ef7774951d66872f58185f60b349f95
+
+1	@senorsarita	@USER	X	O	0			2a8f6767ac83daf234d99a6e8b2bd93f
+2	What	what	PRON	O	0			2a8f6767ac83daf234d99a6e8b2bd93f
+3	's	's	VERB	O	0			2a8f6767ac83daf234d99a6e8b2bd93f
+4	that	that	PRON	O	0			2a8f6767ac83daf234d99a6e8b2bd93f
+5	!	!	PUNCT	O	0			2a8f6767ac83daf234d99a6e8b2bd93f
+
+1	I	i	PRON	O	0			d720903ad2c2d5d082f8dc361a73b80c
+2	wish	wish	VERB	O	0			d720903ad2c2d5d082f8dc361a73b80c
+3	you	you	PRON	O	0			d720903ad2c2d5d082f8dc361a73b80c
+4	had	have	VERB	O	0			d720903ad2c2d5d082f8dc361a73b80c
+5	a	a	DET	O	0			d720903ad2c2d5d082f8dc361a73b80c
+6	fone	fone	NOUN	O	0			d720903ad2c2d5d082f8dc361a73b80c
+7	so	so	SCONJ	O	0			d720903ad2c2d5d082f8dc361a73b80c
+8	we	we	PRON	O	0			d720903ad2c2d5d082f8dc361a73b80c
+9	can	can	AUX	O	0			d720903ad2c2d5d082f8dc361a73b80c
+10	talk	talk	VERB	O	0			d720903ad2c2d5d082f8dc361a73b80c
+11	!	!	PUNCT	O	0			d720903ad2c2d5d082f8dc361a73b80c
+
+1	THEY	they	PRON	O	0			43f034ad550e49097e6dec19f67b2c95
+2	WERE	be	VERB	O	0			43f034ad550e49097e6dec19f67b2c95
+3	HELPFUL	helpful	ADJ	O	0			43f034ad550e49097e6dec19f67b2c95
+4	,	,	PUNCT	O	0			43f034ad550e49097e6dec19f67b2c95
+5	POLITE	polite	ADJ	O	0			43f034ad550e49097e6dec19f67b2c95
+6	CONSIDERATE	considerate	ADJ	O	0			43f034ad550e49097e6dec19f67b2c95
+7	I	i	PRON	O	0			43f034ad550e49097e6dec19f67b2c95
+8	WAS	be	VERB	O	0			43f034ad550e49097e6dec19f67b2c95
+9	UNORGANISED	unorganised	ADJ	O	0			43f034ad550e49097e6dec19f67b2c95
+10	RUSHED	rush	VERB	O	0			43f034ad550e49097e6dec19f67b2c95
+11	ORDER	order	NOUN	O	0			43f034ad550e49097e6dec19f67b2c95
+12	THROUFH	throufh	ADP	O	0			43f034ad550e49097e6dec19f67b2c95
+13	HAD	have	VERB	O	0			43f034ad550e49097e6dec19f67b2c95
+14	WITHIN	within	ADP	O	0			43f034ad550e49097e6dec19f67b2c95
+15	0	0	NUM	O	0			43f034ad550e49097e6dec19f67b2c95
+16	WORKING	working	NOUN	O	0			43f034ad550e49097e6dec19f67b2c95
+17	DAYS	days	NOUN	O	0			43f034ad550e49097e6dec19f67b2c95
+18	TY	ty	PART	O	0			43f034ad550e49097e6dec19f67b2c95
+
+1	The	the	DET	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+2	pictures	picture	NOUN	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+3	that	that	DET	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+4	you	you	PRON	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+5	're	're	AUX	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+6	seeing	see	VERB	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+7	behind	behind	ADP	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+8	me	me	PRON	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+9	are	be	VERB	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+10	people	people	NOUN	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+11	that	that	DET	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+12	I	i	PRON	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+13	visited	visit	VERB	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+14	in	in	ADP	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+15	the	the	DET	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+16	last	last	ADJ	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+17	few	few	ADJ	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+18	months	month	NOUN	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+19	.	.	PUNCT	O	0			3afaaf2396fd5d3ff1e5457dc2ea22b2
+
+1	“	“	PUNCT	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+2	@TeamBekka	@USER	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+3	:	:	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+4	I	i	PRON	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+5	just	just	ADV	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+6	voted	vote	VERB	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+7	for	for	ADP	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+8	Ian	ian	PROPN	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+9	Somerhalder	somerhalder	PROPN	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+10	#tvdramaactor	#tvdramaactor	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+11	#PeoplesChoice	#peopleschoice	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+12	.	.	PUNCT	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+13	Retweet	retweet	VERB	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+14	to	to	PART	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+15	vote	vote	VERB	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+16	http://t.co/Q0KjpsL9	URL	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+17	via	via	ADP	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+18	@peopleschoice	@USER	X	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+19	”	”	PUNCT	O	0			26394b9e5a54ccd25ab8f01649a8ac84
+
+1	I	i	PRON	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+2	was	be	AUX	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+3	looking	look	VERB	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+4	for	for	ADP	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+5	Equity	equity	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+6	Release	release	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+7	and	and	CONJ	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+8	the	the	DET	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+9	agent	agent	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+10	Brian	brian	PROPN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+11	McDonnell	mcdonnell	PROPN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+12	from	from	ADP	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+13	Key	key	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+14	Retirement	retirement	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+15	Solutions	solution	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+16	made	make	VERB	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+17	the	the	DET	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+18	whole	whole	ADJ	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+19	process	process	NOUN	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+20	very	very	ADV	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+21	simple	simple	ADJ	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+22	to	to	PART	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+23	understand	understand	VERB	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+24	.	.	PUNCT	O	0			aaa3a19fa8b2217a89e19e7ea2f2ec6e
+
+1	time	time	NOUN	O	0			37098824861f8b299e191f57b874d37a
+2	to	to	PART	O	0			37098824861f8b299e191f57b874d37a
+3	start	start	VERB	O	0			37098824861f8b299e191f57b874d37a
+4	living	live	VERB	O	0			37098824861f8b299e191f57b874d37a
+5	like	like	ADP	O	0			37098824861f8b299e191f57b874d37a
+6	just	just	ADV	O	0			37098824861f8b299e191f57b874d37a
+7	before	before	SCONJ	O	0			37098824861f8b299e191f57b874d37a
+8	we	we	PRON	O	0			37098824861f8b299e191f57b874d37a
+9	die	die	VERB	O	0			37098824861f8b299e191f57b874d37a
+
+1	I	i	PRON	O	0			61eb32d1f7caabffc15cfaa344388eb3
+2	feel	feel	VERB	O	0			61eb32d1f7caabffc15cfaa344388eb3
+3	that	that	CONJ	O	0			61eb32d1f7caabffc15cfaa344388eb3
+4	a	a	DET	O	0			61eb32d1f7caabffc15cfaa344388eb3
+5	backing	backing	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+6	of	of	ADP	O	0			61eb32d1f7caabffc15cfaa344388eb3
+7	cotton	cotton	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+8	material	material	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+9	gives	give	VERB	O	0			61eb32d1f7caabffc15cfaa344388eb3
+10	a	a	DET	O	0			61eb32d1f7caabffc15cfaa344388eb3
+11	better	better	ADJ	O	0			61eb32d1f7caabffc15cfaa344388eb3
+12	job	job	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+13	but	but	CONJ	O	0			61eb32d1f7caabffc15cfaa344388eb3
+14	price	price	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+15	comes	come	VERB	O	0			61eb32d1f7caabffc15cfaa344388eb3
+16	into	into	ADP	O	0			61eb32d1f7caabffc15cfaa344388eb3
+17	everything	everything	NOUN	O	0			61eb32d1f7caabffc15cfaa344388eb3
+18	.	.	PUNCT	O	0			61eb32d1f7caabffc15cfaa344388eb3
+
+1	I	i	PRON	O	0			3c1b8145a38e775bd68c36c890273f61
+2	'm	'm	AUX	O	0			3c1b8145a38e775bd68c36c890273f61
+3	going	go	VERB	O	0			3c1b8145a38e775bd68c36c890273f61
+4	to	to	PART	O	0			3c1b8145a38e775bd68c36c890273f61
+5	talk	talk	VERB	O	0			3c1b8145a38e775bd68c36c890273f61
+6	now	now	ADV	O	0			3c1b8145a38e775bd68c36c890273f61
+7	about	about	SCONJ	O	0			3c1b8145a38e775bd68c36c890273f61
+8	how	how	ADV	O	0			3c1b8145a38e775bd68c36c890273f61
+9	world	world	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+10	population	population	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+11	has	have	AUX	O	0			3c1b8145a38e775bd68c36c890273f61
+12	changed	change	VERB	O	0			3c1b8145a38e775bd68c36c890273f61
+13	from	from	ADP	O	0			3c1b8145a38e775bd68c36c890273f61
+14	that	that	DET	O	0			3c1b8145a38e775bd68c36c890273f61
+15	year	year	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+16	and	and	CONJ	O	0			3c1b8145a38e775bd68c36c890273f61
+17	into	into	ADP	O	0			3c1b8145a38e775bd68c36c890273f61
+18	the	the	DET	O	0			3c1b8145a38e775bd68c36c890273f61
+19	future	future	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+20	,	,	PUNCT	O	0			3c1b8145a38e775bd68c36c890273f61
+21	but	but	CONJ	O	0			3c1b8145a38e775bd68c36c890273f61
+22	I	i	PRON	O	0			3c1b8145a38e775bd68c36c890273f61
+23	will	will	AUX	O	0			3c1b8145a38e775bd68c36c890273f61
+24	not	not	PART	O	0			3c1b8145a38e775bd68c36c890273f61
+25	use	use	VERB	O	0			3c1b8145a38e775bd68c36c890273f61
+26	digital	digital	ADJ	O	0			3c1b8145a38e775bd68c36c890273f61
+27	technology	technology	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+28	,	,	PUNCT	O	0			3c1b8145a38e775bd68c36c890273f61
+29	as	as	SCONJ	O	0			3c1b8145a38e775bd68c36c890273f61
+30	I	i	PRON	O	0			3c1b8145a38e775bd68c36c890273f61
+31	've	've	AUX	O	0			3c1b8145a38e775bd68c36c890273f61
+32	done	do	VERB	O	0			3c1b8145a38e775bd68c36c890273f61
+33	during	during	ADP	O	0			3c1b8145a38e775bd68c36c890273f61
+34	my	my	PRON	O	0			3c1b8145a38e775bd68c36c890273f61
+35	first	first	ADJ	O	0			3c1b8145a38e775bd68c36c890273f61
+36	five	NUMBER	NUM	O	0			3c1b8145a38e775bd68c36c890273f61
+37	TEDTalks	tedtalks	NOUN	O	0			3c1b8145a38e775bd68c36c890273f61
+38	.	.	PUNCT	O	0			3c1b8145a38e775bd68c36c890273f61
+
+1	Personally	personally	ADV	O	0			1f35279f3b4598aac0f3f30635e74770
+2	,	,	PUNCT	O	0			1f35279f3b4598aac0f3f30635e74770
+3	I	i	PRON	O	0			1f35279f3b4598aac0f3f30635e74770
+4	think	think	VERB	O	0			1f35279f3b4598aac0f3f30635e74770
+5	its	its	PRON	O	0			1f35279f3b4598aac0f3f30635e74770
+6	the	the	DET	O	0			1f35279f3b4598aac0f3f30635e74770
+7	warmest	warm	ADJ	O	0			1f35279f3b4598aac0f3f30635e74770
+8	fleece	fleece	NOUN	O	0			1f35279f3b4598aac0f3f30635e74770
+9	I	i	PRON	O	0			1f35279f3b4598aac0f3f30635e74770
+10	'	'	PART	O	0			1f35279f3b4598aac0f3f30635e74770
+11	ve	ve	VERB	O	0			1f35279f3b4598aac0f3f30635e74770
+12	ever	ever	ADV	O	0			1f35279f3b4598aac0f3f30635e74770
+13	known	know	VERB	O	0			1f35279f3b4598aac0f3f30635e74770
+14	.	.	PUNCT	O	0			1f35279f3b4598aac0f3f30635e74770
+
+1	Delivery	delivery	NOUN	O	0			c07faebfac1e4bca3d3a04d27e972574
+2	has	have	AUX	O	0			c07faebfac1e4bca3d3a04d27e972574
+3	been	be	VERB	O	0			c07faebfac1e4bca3d3a04d27e972574
+4	good	good	ADJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+5	for	for	ADP	O	0			c07faebfac1e4bca3d3a04d27e972574
+6	most	most	ADJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+7	purchases	purchase	NOUN	O	0			c07faebfac1e4bca3d3a04d27e972574
+8	once	once	ADV	O	0			c07faebfac1e4bca3d3a04d27e972574
+9	a	a	DET	O	0			c07faebfac1e4bca3d3a04d27e972574
+10	bit	bit	NOUN	O	0			c07faebfac1e4bca3d3a04d27e972574
+11	slow	slow	ADJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+12	but	but	CONJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+13	should	should	AUX	O	0			c07faebfac1e4bca3d3a04d27e972574
+14	now	now	ADV	O	0			c07faebfac1e4bca3d3a04d27e972574
+15	be	be	VERB	O	0			c07faebfac1e4bca3d3a04d27e972574
+16	OK	ok	ADJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+17	as	as	CONJ	O	0			c07faebfac1e4bca3d3a04d27e972574
+18	they	they	PRON	O	0			c07faebfac1e4bca3d3a04d27e972574
+19	have	have	AUX	O	0			c07faebfac1e4bca3d3a04d27e972574
+20	changed	change	VERB	O	0			c07faebfac1e4bca3d3a04d27e972574
+21	delivery	delivery	NOUN	O	0			c07faebfac1e4bca3d3a04d27e972574
+22	company	company	NOUN	O	0			c07faebfac1e4bca3d3a04d27e972574
+23	.	.	PUNCT	O	0			c07faebfac1e4bca3d3a04d27e972574
+
+1	If	if	CONJ	O	0			7d081ad1bb7728592fb624068cfdd8a1
+2	you	you	PRON	O	0			7d081ad1bb7728592fb624068cfdd8a1
+3	want	want	VERB	O	0			7d081ad1bb7728592fb624068cfdd8a1
+4	a	a	DET	O	0			7d081ad1bb7728592fb624068cfdd8a1
+5	0	0	NUM	O	0			7d081ad1bb7728592fb624068cfdd8a1
+6	*	*	X	O	0			7d081ad1bb7728592fb624068cfdd8a1
+7	service	service	NOUN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+8	then	then	ADV	O	0			7d081ad1bb7728592fb624068cfdd8a1
+9	Visualsoft	visualsoft	PROPN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+10	is	be	VERB	O	0			7d081ad1bb7728592fb624068cfdd8a1
+11	your	your	DET	O	0			7d081ad1bb7728592fb624068cfdd8a1
+12	next	next	ADJ	O	0			7d081ad1bb7728592fb624068cfdd8a1
+13	step	step	NOUN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+14	,	,	PUNCT	O	0			7d081ad1bb7728592fb624068cfdd8a1
+15	side	side	PART	O	0			7d081ad1bb7728592fb624068cfdd8a1
+16	step	step	VERB	O	0			7d081ad1bb7728592fb624068cfdd8a1
+17	it	it	PRON	O	0			7d081ad1bb7728592fb624068cfdd8a1
+18	and	and	CONJ	O	0			7d081ad1bb7728592fb624068cfdd8a1
+19	your	your	DET	O	0			7d081ad1bb7728592fb624068cfdd8a1
+20	e	e	NOUN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+21	-	-	PUNCT	O	0			7d081ad1bb7728592fb624068cfdd8a1
+22	commerce	commerce	NOUN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+23	business	business	NOUN	O	0			7d081ad1bb7728592fb624068cfdd8a1
+24	with	with	ADP	O	0			7d081ad1bb7728592fb624068cfdd8a1
+25	stand	stand	VERB	O	0			7d081ad1bb7728592fb624068cfdd8a1
+26	still	still	ADV	O	0			7d081ad1bb7728592fb624068cfdd8a1
+27	.	.	PUNCT	O	0			7d081ad1bb7728592fb624068cfdd8a1
+
+1	I	i	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+2	'd	'd	AUX	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+3	like	like	VERB	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+4	to	to	PART	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+5	take	take	VERB	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+6	this	this	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+7	over	over	ADP	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+8	,,	,,	PUNCT	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+9	what	what	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+10	I	i	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+11	'm	'm	AUX	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+12	tryin	tryin	VERB	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+13	'	'	PUNCT	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+14	to	to	PART	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+15	say	say	VERB	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+16	is	be	AUX	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+17	you	you	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+18	should	should	AUX	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+19	be	be	VERB	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+20	mine	mine	PRON	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+21	..	..	PUNCT	O	0			6e13e28e9829e54aa4aeb28fc286f7c7
+
+1	But	but	CONJ	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+2	by	by	ADP	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+3	the	the	DET	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+4	end	end	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+5	of	of	ADP	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+6	the	the	DET	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+7	20th	20th	ADJ	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+8	century	century	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+9	,	,	PUNCT	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+10	a	a	DET	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+11	new	new	ADJ	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+12	generation	generation	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+13	of	of	ADP	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+14	critics	critic	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+15	and	and	CONJ	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+16	reformers	reformer	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+17	had	have	AUX	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+18	come	come	VERB	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+19	to	to	PART	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+20	see	see	VERB	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+21	philanthropy	philanthropy	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+22	just	just	ADV	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+23	this	this	DET	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+24	way	way	NOUN	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+25	.	.	PUNCT	O	0			89c413c7a3c25fc45c8cfcffa6b92c14
+
+1	Tessa	tessa	PROPN	O	0			5898e4a973aa472e1a7a341e5e2272b1
+2	really	really	ADV	O	0			5898e4a973aa472e1a7a341e5e2272b1
+3	stole	steal	VERB	O	0			5898e4a973aa472e1a7a341e5e2272b1
+4	all	all	DET	O	0			5898e4a973aa472e1a7a341e5e2272b1
+5	then	then	DET	O	0			5898e4a973aa472e1a7a341e5e2272b1
+6	people	people	NOUN	O	0			5898e4a973aa472e1a7a341e5e2272b1
+7	's	's	PART	O	0			5898e4a973aa472e1a7a341e5e2272b1
+8	food	food	NOUN	O	0			5898e4a973aa472e1a7a341e5e2272b1
+9	.	.	PUNCT	O	0			5898e4a973aa472e1a7a341e5e2272b1
+
+1	I	i	PRON	O	0			e85ce12020292a0ab621b2319c0359fc
+2	have	have	AUX	O	0			e85ce12020292a0ab621b2319c0359fc
+3	been	be	VERB	O	0			e85ce12020292a0ab621b2319c0359fc
+4	a	a	DET	O	0			e85ce12020292a0ab621b2319c0359fc
+5	customer	customer	NOUN	O	0			e85ce12020292a0ab621b2319c0359fc
+6	with	with	ADP	O	0			e85ce12020292a0ab621b2319c0359fc
+7	Littlewoods	littlewoods	PROPN	O	0			e85ce12020292a0ab621b2319c0359fc
+8	for	for	ADP	O	0			e85ce12020292a0ab621b2319c0359fc
+9	about	about	ADV	O	0			e85ce12020292a0ab621b2319c0359fc
+10	00years	00years	NOUN	O	0			e85ce12020292a0ab621b2319c0359fc
+11	,	,	PUNCT	O	0			e85ce12020292a0ab621b2319c0359fc
+
+1	This	this	PRON	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+2	left	leave	VERB	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+3	a	a	DET	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+4	total	total	ADJ	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+5	usable	usable	ADJ	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+6	height	height	NOUN	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+7	of	of	ADP	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+8	0	0	NUM	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+9	.	.	PUNCT	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+10	0m	0m	NOUN	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+11	.	.	PUNCT	O	0			ab9c61af36a4e2e63ad478a31e9e4631
+
+1	@LilBrownD	@USER	X	O	0			89174824027eae5741bc13ccccbfaa0b
+2	@kiaspeaks	@USER	X	O	0			89174824027eae5741bc13ccccbfaa0b
+3	Glue	glue	VERB	O	0			89174824027eae5741bc13ccccbfaa0b
+4	our	our	PRON	O	0			89174824027eae5741bc13ccccbfaa0b
+5	lips	lip	NOUN	O	0			89174824027eae5741bc13ccccbfaa0b
+6	together	together	ADV	O	0			89174824027eae5741bc13ccccbfaa0b
+7	with	with	ADP	O	0			89174824027eae5741bc13ccccbfaa0b
+8	that	that	DET	O	0			89174824027eae5741bc13ccccbfaa0b
+9	black	black	ADJ	O	0			89174824027eae5741bc13ccccbfaa0b
+10	gunk	gunk	NOUN	O	0			89174824027eae5741bc13ccccbfaa0b
+11	!	!	PUNCT	O	0			89174824027eae5741bc13ccccbfaa0b
+
+1	of	of	ADP	O	0			bd9cb2e5cfa80859063659482ee5dc40
+2	quantity	quantity	NOUN	O	0			bd9cb2e5cfa80859063659482ee5dc40
+3	or	or	CONJ	O	0			bd9cb2e5cfa80859063659482ee5dc40
+4	quality	quality	NOUN	O	0			bd9cb2e5cfa80859063659482ee5dc40
+5	and	and	CONJ	O	0			bd9cb2e5cfa80859063659482ee5dc40
+6	easy	easy	ADJ	O	0			bd9cb2e5cfa80859063659482ee5dc40
+7	to	to	PART	O	0			bd9cb2e5cfa80859063659482ee5dc40
+8	use	use	VERB	O	0			bd9cb2e5cfa80859063659482ee5dc40
+9	.	.	PUNCT	O	0			bd9cb2e5cfa80859063659482ee5dc40
+
+1	RT	rt	X	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+2	@O_KayKayy	@USER	X	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+3	:	:	X	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+4	That	that	DET	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+5	awkward	awkward	ADJ	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+6	moment	moment	NOUN	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+7	when	when	ADV	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+8	you	you	PRON	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+9	realize	realize	VERB	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+10	that	that	SCONJ	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+11	you	you	PRON	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+12	probably	probably	ADV	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+13	should	should	AUX	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+14	n't	n't	PART	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+15	have	have	VERB	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+16	told	tell	VERB	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+17	somebody	somebody	NOUN	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+18	something	something	NOUN	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+19	...	...	PUNCT	O	0			3804b5f318982a6f2d742f4ccb12e2b1
+
+1	RT	rt	X	O	0			dfa8b52bba740264d817caa7a99f04df
+2	@ohaiimalex	@USER	X	O	0			dfa8b52bba740264d817caa7a99f04df
+3	:	:	X	O	0			dfa8b52bba740264d817caa7a99f04df
+4	Seeing	see	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+5	warped	warped	PROPN	O	0			dfa8b52bba740264d817caa7a99f04df
+6	tour	tour	PROPN	O	0			dfa8b52bba740264d817caa7a99f04df
+7	ads	ad	NOUN	O	0			dfa8b52bba740264d817caa7a99f04df
+8	everywhere	everywhere	ADV	O	0			dfa8b52bba740264d817caa7a99f04df
+9	makes	make	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+10	me	me	PRON	O	0			dfa8b52bba740264d817caa7a99f04df
+11	want	want	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+12	to	to	PART	O	0			dfa8b52bba740264d817caa7a99f04df
+13	cry	cry	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+14	.	.	PUNCT	O	0			dfa8b52bba740264d817caa7a99f04df
+15	My	my	PRON	O	0			dfa8b52bba740264d817caa7a99f04df
+16	favorite	favorite	ADJ	O	0			dfa8b52bba740264d817caa7a99f04df
+17	bands	band	NOUN	O	0			dfa8b52bba740264d817caa7a99f04df
+18	are	be	AUX	O	0			dfa8b52bba740264d817caa7a99f04df
+19	having	have	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+20	signings	signing	NOUN	O	0			dfa8b52bba740264d817caa7a99f04df
+21	and	and	CONJ	O	0			dfa8b52bba740264d817caa7a99f04df
+22	it	it	PRON	O	0			dfa8b52bba740264d817caa7a99f04df
+23	s	s	AUX	O	0			dfa8b52bba740264d817caa7a99f04df
+24	killing	kill	VERB	O	0			dfa8b52bba740264d817caa7a99f04df
+25	me	me	PRON	O	0			dfa8b52bba740264d817caa7a99f04df
+26	alfhak	alfhak	X	O	0			dfa8b52bba740264d817caa7a99f04df
+
+1	@modTINGsingh	@USER	X	O	0			23ec64f003135ad3d80dcb6b556dd03a
+2	can	can	AUX	O	0			23ec64f003135ad3d80dcb6b556dd03a
+3	we	we	PRON	O	0			23ec64f003135ad3d80dcb6b556dd03a
+4	go	go	VERB	O	0			23ec64f003135ad3d80dcb6b556dd03a
+5	to	to	ADP	O	0			23ec64f003135ad3d80dcb6b556dd03a
+6	tim	tim	PROPN	O	0			23ec64f003135ad3d80dcb6b556dd03a
+7	s	s	PART	O	0			23ec64f003135ad3d80dcb6b556dd03a
+8	please	please	ADV	O	0			23ec64f003135ad3d80dcb6b556dd03a
+9	and	and	CONJ	O	0			23ec64f003135ad3d80dcb6b556dd03a
+10	tonkkss	tonkkss	VERB	O	0			23ec64f003135ad3d80dcb6b556dd03a
+
+1	Twitter	twitter	PROPN	O	0			7db615ae5bed38f525b3ccb3cca507db
+2	does	do	AUX	O	0			7db615ae5bed38f525b3ccb3cca507db
+3	make	make	VERB	O	0			7db615ae5bed38f525b3ccb3cca507db
+4	a	a	DET	O	0			7db615ae5bed38f525b3ccb3cca507db
+5	@	@	PUNCT	O	0			7db615ae5bed38f525b3ccb3cca507db
+6	button	button	NOUN	O	0			7db615ae5bed38f525b3ccb3cca507db
+7	right	right	ADV	O	0			7db615ae5bed38f525b3ccb3cca507db
+8	...	...	PUNCT	O	0			7db615ae5bed38f525b3ccb3cca507db
+9	o	o	INTJ	O	0			7db615ae5bed38f525b3ccb3cca507db
+10	just	just	ADV	O	0			7db615ae5bed38f525b3ccb3cca507db
+11	making	make	VERB	O	0			7db615ae5bed38f525b3ccb3cca507db
+12	sure	sure	ADJ	O	0			7db615ae5bed38f525b3ccb3cca507db
+
+1	But	but	CONJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+2	now	now	ADV	O	0			a16c66508a75b0aafc57f839b53c68b5
+3	Web	web	ADJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+4	video	video	NOUN	O	0			a16c66508a75b0aafc57f839b53c68b5
+5	has	have	AUX	O	0			a16c66508a75b0aafc57f839b53c68b5
+6	made	make	VERB	O	0			a16c66508a75b0aafc57f839b53c68b5
+7	it	it	PRON	O	0			a16c66508a75b0aafc57f839b53c68b5
+8	so	so	SCONJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+9	that	that	SCONJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+10	any	any	DET	O	0			a16c66508a75b0aafc57f839b53c68b5
+11	of	of	ADP	O	0			a16c66508a75b0aafc57f839b53c68b5
+12	us	us	PRON	O	0			a16c66508a75b0aafc57f839b53c68b5
+13	or	or	CONJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+14	any	any	DET	O	0			a16c66508a75b0aafc57f839b53c68b5
+15	of	of	ADP	O	0			a16c66508a75b0aafc57f839b53c68b5
+16	the	the	DET	O	0			a16c66508a75b0aafc57f839b53c68b5
+17	creative	creative	ADJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+18	things	things	NOUN	O	0			a16c66508a75b0aafc57f839b53c68b5
+19	that	that	SCONJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+20	we	we	PRON	O	0			a16c66508a75b0aafc57f839b53c68b5
+21	do	do	AUX	O	0			a16c66508a75b0aafc57f839b53c68b5
+22	can	can	AUX	O	0			a16c66508a75b0aafc57f839b53c68b5
+23	become	become	VERB	O	0			a16c66508a75b0aafc57f839b53c68b5
+24	completely	completely	ADV	O	0			a16c66508a75b0aafc57f839b53c68b5
+25	famous	famous	ADJ	O	0			a16c66508a75b0aafc57f839b53c68b5
+26	in	in	ADP	O	0			a16c66508a75b0aafc57f839b53c68b5
+27	a	a	DET	O	0			a16c66508a75b0aafc57f839b53c68b5
+28	part	part	NOUN	O	0			a16c66508a75b0aafc57f839b53c68b5
+29	of	of	ADP	O	0			a16c66508a75b0aafc57f839b53c68b5
+30	our	our	PRON	O	0			a16c66508a75b0aafc57f839b53c68b5
+31	world	world	NOUN	O	0			a16c66508a75b0aafc57f839b53c68b5
+32	's	's	PART	O	0			a16c66508a75b0aafc57f839b53c68b5
+33	culture	culture	NOUN	O	0			a16c66508a75b0aafc57f839b53c68b5
+34	.	.	PUNCT	O	0			a16c66508a75b0aafc57f839b53c68b5
+
+1	@StephenRooney	@USER	X	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+2	Not	not	PART	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+3	as	as	ADP	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+4	bent	bent	ADJ	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+5	as	as	ADP	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+6	my	my	PRON	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+7	finger	finger	NOUN	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+8	!	!	PUNCT	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+9	It	it	PRON	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+10	looks	look	VERB	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+11	freaky	freaky	ADJ	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+12	!	!	PUNCT	O	0			a8069cb9e80748efc4d1e6e102fdb28e
+
+1	@tacobell	@USER	X	O	0			036cef40caabec6b3e51604891e8a669
+2	Reportedly	reportedly	ADV	O	0			036cef40caabec6b3e51604891e8a669
+3	Testing	test	VERB	O	0			036cef40caabec6b3e51604891e8a669
+4	All-Dorito	all-dorito	ADJ	O	0			036cef40caabec6b3e51604891e8a669
+5	Taco	taco	NOUN	O	0			036cef40caabec6b3e51604891e8a669
+6	Shell	shell	NOUN	O	0			036cef40caabec6b3e51604891e8a669
+7	http://www.geekosystem.com/tacobell-dorito-taco/	URL	X	O	0			036cef40caabec6b3e51604891e8a669
+
+1	@SiaoOne	@USER	X	O	0			ad1691cc15ae0a407aa560498c007387
+2	it	it	PRON	O	0			ad1691cc15ae0a407aa560498c007387
+3	is	be	VERB	O	0			ad1691cc15ae0a407aa560498c007387
+4	Google	google	PROPN	O	0			ad1691cc15ae0a407aa560498c007387
+5	maps	maps	PROPN	O	0			ad1691cc15ae0a407aa560498c007387
+6	,	,	PUNCT	O	0			ad1691cc15ae0a407aa560498c007387
+7	but	but	CONJ	O	0			ad1691cc15ae0a407aa560498c007387
+8	I	i	PRON	O	0			ad1691cc15ae0a407aa560498c007387
+9	do	do	AUX	O	0			ad1691cc15ae0a407aa560498c007387
+10	n't	n't	PART	O	0			ad1691cc15ae0a407aa560498c007387
+11	think	think	VERB	O	0			ad1691cc15ae0a407aa560498c007387
+12	it	it	PRON	O	0			ad1691cc15ae0a407aa560498c007387
+13	was	be	VERB	O	0			ad1691cc15ae0a407aa560498c007387
+14	a	a	DET	O	0			ad1691cc15ae0a407aa560498c007387
+15	prank	prank	NOUN	O	0			ad1691cc15ae0a407aa560498c007387
+16	,	,	PUNCT	O	0			ad1691cc15ae0a407aa560498c007387
+17	it	it	PRON	O	0			ad1691cc15ae0a407aa560498c007387
+18	's	's	VERB	O	0			ad1691cc15ae0a407aa560498c007387
+19	just	just	ADV	O	0			ad1691cc15ae0a407aa560498c007387
+20	the	the	DET	O	0			ad1691cc15ae0a407aa560498c007387
+21	normal	normal	ADJ	O	0			ad1691cc15ae0a407aa560498c007387
+22	kind	kind	NOUN	O	0			ad1691cc15ae0a407aa560498c007387
+23	of	of	ADP	O	0			ad1691cc15ae0a407aa560498c007387
+24	thing	thing	NOUN	O	0			ad1691cc15ae0a407aa560498c007387
+25	that	that	ADP	O	0			ad1691cc15ae0a407aa560498c007387
+26	happens	happen	VERB	O	0			ad1691cc15ae0a407aa560498c007387
+27	in	in	ADP	O	0			ad1691cc15ae0a407aa560498c007387
+28	Germany	germany	PROPN	O	0			ad1691cc15ae0a407aa560498c007387
+
+1	Wow	wow	INTJ	O	0			73c75108cce85c892ffca99755e5ef00
+2	stuck	stick	VERB	O	0			73c75108cce85c892ffca99755e5ef00
+3	my	my	PRON	O	0			73c75108cce85c892ffca99755e5ef00
+4	hand	hand	NOUN	O	0			73c75108cce85c892ffca99755e5ef00
+5	in	in	ADP	O	0			73c75108cce85c892ffca99755e5ef00
+6	his	his	PRON	O	0			73c75108cce85c892ffca99755e5ef00
+7	cage	cage	NOUN	O	0			73c75108cce85c892ffca99755e5ef00
+8	and	and	CONJ	O	0			73c75108cce85c892ffca99755e5ef00
+9	he	he	PRON	O	0			73c75108cce85c892ffca99755e5ef00
+10	ran	run	VERB	O	0			73c75108cce85c892ffca99755e5ef00
+11	and	and	CONJ	O	0			73c75108cce85c892ffca99755e5ef00
+12	hid	hide	VERB	O	0			73c75108cce85c892ffca99755e5ef00
+13	in	in	ADP	O	0			73c75108cce85c892ffca99755e5ef00
+14	his	his	PRON	O	0			73c75108cce85c892ffca99755e5ef00
+15	tubes	tube	NOUN	O	0			73c75108cce85c892ffca99755e5ef00
+16	/:	EMOTICON	X	O	0			73c75108cce85c892ffca99755e5ef00
+
+1	I	i	PRON	O	0			757ef74dda39aee811e43bbf45441335
+2	grew	grow	VERB	O	0			757ef74dda39aee811e43bbf45441335
+3	up	up	ADP	O	0			757ef74dda39aee811e43bbf45441335
+4	in	in	ADP	O	0			757ef74dda39aee811e43bbf45441335
+5	Europe	europe	PROPN	O	0			757ef74dda39aee811e43bbf45441335
+6	,	,	PUNCT	O	0			757ef74dda39aee811e43bbf45441335
+7	and	and	CONJ	O	0			757ef74dda39aee811e43bbf45441335
+8	World	world	PROPN	O	0			757ef74dda39aee811e43bbf45441335
+9	War	war	PROPN	O	0			757ef74dda39aee811e43bbf45441335
+10	II	ii	PROPN	O	0			757ef74dda39aee811e43bbf45441335
+11	caught	catch	VERB	O	0			757ef74dda39aee811e43bbf45441335
+12	me	me	PRON	O	0			757ef74dda39aee811e43bbf45441335
+13	when	when	ADV	O	0			757ef74dda39aee811e43bbf45441335
+14	I	i	PRON	O	0			757ef74dda39aee811e43bbf45441335
+15	was	be	VERB	O	0			757ef74dda39aee811e43bbf45441335
+16	between	between	ADP	O	0			757ef74dda39aee811e43bbf45441335
+17	seven	NUMBER	NUM	O	0			757ef74dda39aee811e43bbf45441335
+18	and	and	CONJ	O	0			757ef74dda39aee811e43bbf45441335
+19	10	NUMBER	NUM	O	0			757ef74dda39aee811e43bbf45441335
+20	years	years	NOUN	O	0			757ef74dda39aee811e43bbf45441335
+21	old	old	ADJ	O	0			757ef74dda39aee811e43bbf45441335
+22	.	.	PUNCT	O	0			757ef74dda39aee811e43bbf45441335
+
+1	I	i	PRON	O	0			b204c82ac5b33ad40b42cd518740ea29
+2	suspect	suspect	VERB	O	0			b204c82ac5b33ad40b42cd518740ea29
+3	that	that	CONJ	O	0			b204c82ac5b33ad40b42cd518740ea29
+4	this	this	PRON	O	0			b204c82ac5b33ad40b42cd518740ea29
+5	was	be	VERB	O	0			b204c82ac5b33ad40b42cd518740ea29
+6	just	just	ADV	O	0			b204c82ac5b33ad40b42cd518740ea29
+7	another	another	DET	O	0			b204c82ac5b33ad40b42cd518740ea29
+8	groupon	groupon	NOUN	O	0			b204c82ac5b33ad40b42cd518740ea29
+9	deal	deal	NOUN	O	0			b204c82ac5b33ad40b42cd518740ea29
+10	that	that	PRON	O	0			b204c82ac5b33ad40b42cd518740ea29
+11	failed	fail	VERB	O	0			b204c82ac5b33ad40b42cd518740ea29
+12	to	to	PART	O	0			b204c82ac5b33ad40b42cd518740ea29
+13	be	be	AUX	O	0			b204c82ac5b33ad40b42cd518740ea29
+14	fulfilled	fulfil	VERB	O	0			b204c82ac5b33ad40b42cd518740ea29
+15	.	.	PUNCT	O	0			b204c82ac5b33ad40b42cd518740ea29
+
+1	RT	rt	X	O	0			ddce654b596bddf40ec32a144194edc7
+2	@xochinadoll	@USER	X	O	0			ddce654b596bddf40ec32a144194edc7
+3	:	:	X	O	0			ddce654b596bddf40ec32a144194edc7
+4	I	i	PRON	O	0			ddce654b596bddf40ec32a144194edc7
+5	feel	feel	VERB	O	0			ddce654b596bddf40ec32a144194edc7
+6	so	so	ADV	O	0			ddce654b596bddf40ec32a144194edc7
+7	blah	blah	ADJ	O	0			ddce654b596bddf40ec32a144194edc7
+8	today	today	NOUN	O	0			ddce654b596bddf40ec32a144194edc7
+9	.	.	PUNCT	O	0			ddce654b596bddf40ec32a144194edc7
+
+1	I	i	PRON	O	0			8fca1eaec9b4008c2da1b805beaaffee
+2	can	can	AUX	O	0			8fca1eaec9b4008c2da1b805beaaffee
+3	hold	hold	VERB	O	0			8fca1eaec9b4008c2da1b805beaaffee
+4	75	NUMBER	NUM	O	0			8fca1eaec9b4008c2da1b805beaaffee
+5	cents	cent	NOUN	O	0			8fca1eaec9b4008c2da1b805beaaffee
+6	in	in	ADP	O	0			8fca1eaec9b4008c2da1b805beaaffee
+7	my	my	PRON	O	0			8fca1eaec9b4008c2da1b805beaaffee
+8	belly	belly	NOUN	O	0			8fca1eaec9b4008c2da1b805beaaffee
+9	button	button	NOUN	O	0			8fca1eaec9b4008c2da1b805beaaffee
+10	,	,	PUNCT	O	0			8fca1eaec9b4008c2da1b805beaaffee
+11	that	that	PRON	O	0			8fca1eaec9b4008c2da1b805beaaffee
+12	's	's	VERB	O	0			8fca1eaec9b4008c2da1b805beaaffee
+13	a	a	DET	O	0			8fca1eaec9b4008c2da1b805beaaffee
+14	skill	skill	NOUN	O	0			8fca1eaec9b4008c2da1b805beaaffee
+15	I	i	PRON	O	0			8fca1eaec9b4008c2da1b805beaaffee
+16	can	can	AUX	O	0			8fca1eaec9b4008c2da1b805beaaffee
+17	take	take	VERB	O	0			8fca1eaec9b4008c2da1b805beaaffee
+18	straight	straight	ADV	O	0			8fca1eaec9b4008c2da1b805beaaffee
+19	to	to	ADP	O	0			8fca1eaec9b4008c2da1b805beaaffee
+20	the	the	DET	O	0			8fca1eaec9b4008c2da1b805beaaffee
+21	bank	bank	NOUN	O	0			8fca1eaec9b4008c2da1b805beaaffee
+22	.	.	PUNCT	O	0			8fca1eaec9b4008c2da1b805beaaffee
+
+1	Would	would	VERB	O	0			c3c299701d0896a0501e78e408155b62
+2	have	have	VERB	O	0			c3c299701d0896a0501e78e408155b62
+3	no	no	DET	O	0			c3c299701d0896a0501e78e408155b62
+4	hesitation	hesitation	NOUN	O	0			c3c299701d0896a0501e78e408155b62
+5	in	in	ADP	O	0			c3c299701d0896a0501e78e408155b62
+6	recommending	recommend	VERB	O	0			c3c299701d0896a0501e78e408155b62
+7	.	.	PUNCT	O	0			c3c299701d0896a0501e78e408155b62
+
+1	I	i	PRON	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+2	would	would	VERB	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+3	have	have	VERB	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+4	no	no	DET	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+5	hesitation	hesitation	NOUN	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+6	in	in	ADP	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+7	recommending	recommend	VERB	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+8	them	them	PRON	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+9	to	to	ADP	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+10	anyone	anyone	PRON	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+11	in	in	ADP	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+12	the	the	DET	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+13	future	future	NOUN	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+14	.	.	PUNCT	O	0			c7c92db649cd4afcd021b0819a2e1a6a
+
+1	@DJBKnockin	@USER	X	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+2	well	well	INTJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+3	I	i	PRON	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+4	'm	'm	VERB	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+5	fuckn	fuckn	ADV	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+6	amazin	amazin	ADJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+7	..	..	PUNCT	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+8	lol	lol	INTJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+9	...	...	PUNCT	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+10	tottaly	tottaly	ADV	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+11	awsome	awsome	ADJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+12	who	who	PRON	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+13	's	's	VERB	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+14	bad	bad	ADJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+15	now	now	ADV	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+16	lol	lol	INTJ	O	0			086f1c8b1f2732cb0e37ec62c7d22a00
+
+1	Left	leave	VERB	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+2	message	message	NOUN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+3	on	on	ADP	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+4	owners	owner	NOUN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+5	other	other	ADJ	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+6	company	company	NOUN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+7	Nutri	nutri	PROPN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+8	mission	mission	NOUN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+9	,	,	PUNCT	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+10	no	no	DET	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+11	reply	reply	NOUN	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+12	.	.	PUNCT	O	0			ebc86bec9c2358f1933d81f6ac35fb52
+
+1	@YoyWherezMyOreo	@USER	X	O	0			f321c547ffc50a35c67eedb335361d45
+2	YOY	yoy	INTJ	O	0			f321c547ffc50a35c67eedb335361d45
+3	my	my	PRON	O	0			f321c547ffc50a35c67eedb335361d45
+4	cuzzin	cuzzin	NOUN	O	0			f321c547ffc50a35c67eedb335361d45
+5	told	tell	VERB	O	0			f321c547ffc50a35c67eedb335361d45
+6	me	me	PRON	O	0			f321c547ffc50a35c67eedb335361d45
+7	it	it	PRON	O	0			f321c547ffc50a35c67eedb335361d45
+8	came	come	VERB	O	0			f321c547ffc50a35c67eedb335361d45
+9	on	on	ADP	O	0			f321c547ffc50a35c67eedb335361d45
+10	@	@	ADP	O	0			f321c547ffc50a35c67eedb335361d45
+11	950	NUMBER	NUM	O	0			f321c547ffc50a35c67eedb335361d45
+
+1	.	.	PUNCT	O	0			0077a658fc66a633e44d20aad878770b
+2	@OFH_John	@USER	X	O	0			0077a658fc66a633e44d20aad878770b
+3	&	&	CONJ	O	0			0077a658fc66a633e44d20aad878770b
+4	I	i	PRON	O	0			0077a658fc66a633e44d20aad878770b
+5	are	be	AUX	O	0			0077a658fc66a633e44d20aad878770b
+6	talking	talk	VERB	O	0			0077a658fc66a633e44d20aad878770b
+7	about	about	ADP	O	0			0077a658fc66a633e44d20aad878770b
+8	optics	optics	NOUN	O	0			0077a658fc66a633e44d20aad878770b
+9	entrepreneurship	entrepreneurship	NOUN	O	0			0077a658fc66a633e44d20aad878770b
+10	&	&	CONJ	O	0			0077a658fc66a633e44d20aad878770b
+11	"	"	PUNCT	O	0			0077a658fc66a633e44d20aad878770b
+12	the	the	DET	O	0			0077a658fc66a633e44d20aad878770b
+13	Actuality	actuality	PROPN	O	0			0077a658fc66a633e44d20aad878770b
+14	story	story	NOUN	O	0			0077a658fc66a633e44d20aad878770b
+15	"	"	PUNCT	O	0			0077a658fc66a633e44d20aad878770b
+16	tonight	tonight	NOUN	O	0			0077a658fc66a633e44d20aad878770b
+17	Media	media	PROPN	O	0			0077a658fc66a633e44d20aad878770b
+18	Lab	lab	PROPN	O	0			0077a658fc66a633e44d20aad878770b
+19	E14-525	NUMBER	NUM	O	0			0077a658fc66a633e44d20aad878770b
+20	6p-8p	NUMBER	NUM	O	0			0077a658fc66a633e44d20aad878770b
+21	for	for	ADP	O	0			0077a658fc66a633e44d20aad878770b
+22	http://bit.ly/mNwM28	URL	X	O	0			0077a658fc66a633e44d20aad878770b
+
+1	Abe	abe	PROPN	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+2	Lincoln	lincoln	PROPN	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+3	ain't	ain't	VERB	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+4	dead	dead	ADJ	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+5	,	,	PUNCT	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+6	he	he	PRON	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+7	's	's	VERB	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+8	in	in	ADP	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+9	my	my	PRON	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+10	pocket	pocket	NOUN	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+11	;)	EMOTICON	X	O	0			1d5abe7462222bf38cbe6ed0e099b83d
+
+1	UNFORTUNATELY	unfortunately	ADV	O	0			277663e94c9aff0a33b153e37daa4903
+2	I	i	PRON	O	0			277663e94c9aff0a33b153e37daa4903
+3	have	have	AUX	O	0			277663e94c9aff0a33b153e37daa4903
+4	to	to	PART	O	0			277663e94c9aff0a33b153e37daa4903
+5	give	give	VERB	O	0			277663e94c9aff0a33b153e37daa4903
+6	a	a	DET	O	0			277663e94c9aff0a33b153e37daa4903
+7	star	star	NOUN	O	0			277663e94c9aff0a33b153e37daa4903
+8	??	??	PUNCT	O	0			277663e94c9aff0a33b153e37daa4903
+
+1	i	i	PRON	O	0			5707da341e0c80c213a85f07748e642c
+2	ca	ca	AUX	O	0			5707da341e0c80c213a85f07748e642c
+3	n't	n't	PART	O	0			5707da341e0c80c213a85f07748e642c
+4	wait	wait	VERB	O	0			5707da341e0c80c213a85f07748e642c
+5	for	for	ADP	O	0			5707da341e0c80c213a85f07748e642c
+6	WPIALS	wpials	PROPN	O	0			5707da341e0c80c213a85f07748e642c
+
+1	ON	on	ADP	O	0			5d4fe30fa468ee78452d69338fc765b7
+2	AIR	air	NOUN	O	0			5d4fe30fa468ee78452d69338fc765b7
+3	:	:	PUNCT	O	0			5d4fe30fa468ee78452d69338fc765b7
+4	FeyDer	feyder	PROPN	O	0			5d4fe30fa468ee78452d69338fc765b7
+5	-	-	PUNCT	O	0			5d4fe30fa468ee78452d69338fc765b7
+6	20	NUMBER	NUM	O	0			5d4fe30fa468ee78452d69338fc765b7
+7	Killa	killa	PROPN	O	0			5d4fe30fa468ee78452d69338fc765b7
+8	Choons	choons	PROPN	O	0			5d4fe30fa468ee78452d69338fc765b7
+9	Mix	mix	PROPN	O	0			5d4fe30fa468ee78452d69338fc765b7
+10	#Psych0Radio	#psych0radio	X	O	0			5d4fe30fa468ee78452d69338fc765b7
+
+1	Noo	noo	INTJ	O	0			f4ecf8662a3b3696abbffd7fab1072da
+2	it	it	PRON	O	0			f4ecf8662a3b3696abbffd7fab1072da
+3	s	s	VERB	O	0			f4ecf8662a3b3696abbffd7fab1072da
+4	not	not	PART	O	0			f4ecf8662a3b3696abbffd7fab1072da
+5	cuss	cuss	SCONJ	O	0			f4ecf8662a3b3696abbffd7fab1072da
+6	you	you	PRON	O	0			f4ecf8662a3b3696abbffd7fab1072da
+7	have	have	VERB	O	0			f4ecf8662a3b3696abbffd7fab1072da
+8	swag	swag	NOUN	O	0			f4ecf8662a3b3696abbffd7fab1072da
+9	andd	andd	CONJ	O	0			f4ecf8662a3b3696abbffd7fab1072da
+10	you	you	PRON	O	0			f4ecf8662a3b3696abbffd7fab1072da
+11	wo	wo	AUX	O	0			f4ecf8662a3b3696abbffd7fab1072da
+12	nt	nt	PART	O	0			f4ecf8662a3b3696abbffd7fab1072da
+13	look	look	VERB	O	0			f4ecf8662a3b3696abbffd7fab1072da
+14	dumb	dumb	ADJ	O	0			f4ecf8662a3b3696abbffd7fab1072da
+15	!	!	PUNCT	O	0			f4ecf8662a3b3696abbffd7fab1072da
+16	@youloveants	@USER	X	O	0			f4ecf8662a3b3696abbffd7fab1072da
+17	!!	!!	PUNCT	O	0			f4ecf8662a3b3696abbffd7fab1072da
+
+1	this	this	DET	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+2	history	history	NOUN	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+3	paper	paper	NOUN	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+4	is	be	VERB	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+5	gay	gay	ADJ	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+6	af	af	ADV	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+7	.	.	PUNCT	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+8	who	who	PRON	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+9	needs	need	VERB	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+10	creative	creative	ADJ	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+11	writting	writting	NOUN	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+12	for	for	ADP	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+13	histroy	histroy	NOUN	O	0			bbc6fd9b7e5f9aba4653ea478b45a50d
+
+1	It	it	PRON	O	0			32c4cc43e98afa9f67861e6b25e2f133
+2	's	's	VERB	O	0			32c4cc43e98afa9f67861e6b25e2f133
+3	the	the	DET	O	0			32c4cc43e98afa9f67861e6b25e2f133
+4	kind	kind	NOUN	O	0			32c4cc43e98afa9f67861e6b25e2f133
+5	of	of	ADP	O	0			32c4cc43e98afa9f67861e6b25e2f133
+6	complicated	complicated	ADJ	O	0			32c4cc43e98afa9f67861e6b25e2f133
+7	circle	circle	NOUN	O	0			32c4cc43e98afa9f67861e6b25e2f133
+8	that	that	DET	O	0			32c4cc43e98afa9f67861e6b25e2f133
+9	I	i	PRON	O	0			32c4cc43e98afa9f67861e6b25e2f133
+10	'm	'm	AUX	O	0			32c4cc43e98afa9f67861e6b25e2f133
+11	going	go	VERB	O	0			32c4cc43e98afa9f67861e6b25e2f133
+12	to	to	PART	O	0			32c4cc43e98afa9f67861e6b25e2f133
+13	tell	tell	VERB	O	0			32c4cc43e98afa9f67861e6b25e2f133
+14	you	you	PRON	O	0			32c4cc43e98afa9f67861e6b25e2f133
+15	about	about	ADP	O	0			32c4cc43e98afa9f67861e6b25e2f133
+16	.	.	PUNCT	O	0			32c4cc43e98afa9f67861e6b25e2f133
+
+1	In	in	ADP	O	0			921e970171bafc7966ef87dc644f7450
+2	the	the	DET	O	0			921e970171bafc7966ef87dc644f7450
+3	developing	develop	VERB	O	0			921e970171bafc7966ef87dc644f7450
+4	world	world	NOUN	O	0			921e970171bafc7966ef87dc644f7450
+5	,	,	PUNCT	O	0			921e970171bafc7966ef87dc644f7450
+6	she	she	PRON	O	0			921e970171bafc7966ef87dc644f7450
+7	said	say	VERB	O	0			921e970171bafc7966ef87dc644f7450
+8	,	,	PUNCT	O	0			921e970171bafc7966ef87dc644f7450
+9	they	they	PRON	O	0			921e970171bafc7966ef87dc644f7450
+10	had	have	VERB	O	0			921e970171bafc7966ef87dc644f7450
+11	two	NUMBER	NUM	O	0			921e970171bafc7966ef87dc644f7450
+12	billion	NUMBER	NUM	O	0			921e970171bafc7966ef87dc644f7450
+13	people	people	NOUN	O	0			921e970171bafc7966ef87dc644f7450
+14	.	.	PUNCT	O	0			921e970171bafc7966ef87dc644f7450
+
+1	I	i	PRON	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+2	wouldn	wouldn	AUX	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+3	'	'	PART	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+4	t	t	PART	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+5	buy	buy	VERB	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+6	a	a	DET	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+7	plectrum	plectrum	NOUN	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+8	from	from	ADP	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+9	anyone	anyone	PRON	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+10	but	but	CONJ	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+11	these	these	DET	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+12	guys	guy	NOUN	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+13	.	.	PUNCT	O	0			f15074e99901d8dd1bc9d4afe7a642a8
+
+1	@D_Fikes	@USER	X	O	0			3f891668d609d278777c3a1321b8d4bd
+2	I	i	PRON	O	0			3f891668d609d278777c3a1321b8d4bd
+3	miss	miss	VERB	O	0			3f891668d609d278777c3a1321b8d4bd
+4	Fiko	fiko	PROPN	O	0			3f891668d609d278777c3a1321b8d4bd
+5	..	..	PUNCT	O	0			3f891668d609d278777c3a1321b8d4bd
+
+1	Havin	havin	VERB	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+2	fun	fun	NOUN	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+3	at	at	ADP	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+4	cade	cade	PROPN	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+5	ferguson	ferguson	PROPN	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+6	s	s	PART	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+7	house	house	NOUN	O	0			3dcc6d26b0dbc48426b593a31cbeca8b
+
+1	IT	it	PRON	O	0			e13a4383524c83346149093d9bbb2e6d
+2	CLEARLY	clearly	ADV	O	0			e13a4383524c83346149093d9bbb2e6d
+3	STATED	state	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+4	DELIVERY	delivery	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+5	BY	by	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+6	00PM	00pm	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+7	ON	on	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+8	SATURDAY	saturday	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+9	-	-	PUNCT	O	0			e13a4383524c83346149093d9bbb2e6d
+10	I	i	PRON	O	0			e13a4383524c83346149093d9bbb2e6d
+11	PAID	pay	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+12	OVE	ove	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+13	00	00	NUM	O	0			e13a4383524c83346149093d9bbb2e6d
+14	.	.	PUNCT	O	0			e13a4383524c83346149093d9bbb2e6d
+15	00	00	NUM	O	0			e13a4383524c83346149093d9bbb2e6d
+16	FOR	for	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+17	THIS	this	DET	O	0			e13a4383524c83346149093d9bbb2e6d
+18	SERVICE	service	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+19	AND	and	CONJ	O	0			e13a4383524c83346149093d9bbb2e6d
+20	IT	it	PRON	O	0			e13a4383524c83346149093d9bbb2e6d
+21	WAS	be	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+22	NOT	not	ADV	O	0			e13a4383524c83346149093d9bbb2e6d
+23	PROVIDED	provide	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+24	-	-	PUNCT	O	0			e13a4383524c83346149093d9bbb2e6d
+25	I	i	PRON	O	0			e13a4383524c83346149093d9bbb2e6d
+26	WOULD	would	AUX	O	0			e13a4383524c83346149093d9bbb2e6d
+27	LIKE	like	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+28	THE	the	DET	O	0			e13a4383524c83346149093d9bbb2e6d
+29	PAYMENT	payment	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+30	REFUNDED	refund	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+31	AND	and	CONJ	O	0			e13a4383524c83346149093d9bbb2e6d
+32	QUITE	quite	ADV	O	0			e13a4383524c83346149093d9bbb2e6d
+33	FRANKLY	frankly	ADV	O	0			e13a4383524c83346149093d9bbb2e6d
+34	I	i	PRON	O	0			e13a4383524c83346149093d9bbb2e6d
+35	AM	be	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+36	DISGUSTED	disgust	VERB	O	0			e13a4383524c83346149093d9bbb2e6d
+37	WITH	with	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+38	INTERPARCEL	interparcel	PROPN	O	0			e13a4383524c83346149093d9bbb2e6d
+39	AS	as	ADP	O	0			e13a4383524c83346149093d9bbb2e6d
+40	A	a	DET	O	0			e13a4383524c83346149093d9bbb2e6d
+41	WHOLE	whole	NOUN	O	0			e13a4383524c83346149093d9bbb2e6d
+
+1	@RealDjKayslay	@USER	X	O	0			54562c2403430bdf434ad8f08dcc9ef2
+2	lol	lol	INTJ	O	0			54562c2403430bdf434ad8f08dcc9ef2
+3	no	no	INTJ	O	0			54562c2403430bdf434ad8f08dcc9ef2
+4	pork	pork	NOUN	O	0			54562c2403430bdf434ad8f08dcc9ef2
+5	slime	slime	NOUN	O	0			54562c2403430bdf434ad8f08dcc9ef2
+
+1	@BlowMeAway117	@USER	X	O	0			c94feaf86c646675a7a9b627defa41fb
+2	No	no	INTJ	O	0			c94feaf86c646675a7a9b627defa41fb
+3	,	,	PUNCT	O	0			c94feaf86c646675a7a9b627defa41fb
+4	there	there	PRON	O	0			c94feaf86c646675a7a9b627defa41fb
+5	are	be	VERB	O	0			c94feaf86c646675a7a9b627defa41fb
+6	more	more	ADV	O	0			c94feaf86c646675a7a9b627defa41fb
+7	extensive	extensive	ADJ	O	0			c94feaf86c646675a7a9b627defa41fb
+8	steps	steps	NOUN	O	0			c94feaf86c646675a7a9b627defa41fb
+9	there	there	ADV	O	0			c94feaf86c646675a7a9b627defa41fb
+10	.	.	PUNCT	O	0			c94feaf86c646675a7a9b627defa41fb
+11	Try	try	VERB	O	0			c94feaf86c646675a7a9b627defa41fb
+12	them	them	PRON	O	0			c94feaf86c646675a7a9b627defa41fb
+13	all	all	DET	O	0			c94feaf86c646675a7a9b627defa41fb
+14	,	,	PUNCT	O	0			c94feaf86c646675a7a9b627defa41fb
+15	in	in	ADP	O	0			c94feaf86c646675a7a9b627defa41fb
+16	order	order	NOUN	O	0			c94feaf86c646675a7a9b627defa41fb
+17	.	.	PUNCT	O	0			c94feaf86c646675a7a9b627defa41fb
+18	^PS	EMOTICON	X	O	0			c94feaf86c646675a7a9b627defa41fb
+
+1	The	the	DET	O	0			11ec63cc589d007e3f10135d6a89a0b2
+2	speed	speed	NOUN	O	0			11ec63cc589d007e3f10135d6a89a0b2
+3	of	of	ADP	O	0			11ec63cc589d007e3f10135d6a89a0b2
+4	delivery	delivery	NOUN	O	0			11ec63cc589d007e3f10135d6a89a0b2
+5	was	be	VERB	O	0			11ec63cc589d007e3f10135d6a89a0b2
+6	the	the	DET	O	0			11ec63cc589d007e3f10135d6a89a0b2
+7	icing	icing	NOUN	O	0			11ec63cc589d007e3f10135d6a89a0b2
+8	on	on	ADP	O	0			11ec63cc589d007e3f10135d6a89a0b2
+9	the	the	DET	O	0			11ec63cc589d007e3f10135d6a89a0b2
+10	cake	cake	NOUN	O	0			11ec63cc589d007e3f10135d6a89a0b2
+11	.	.	PUNCT	O	0			11ec63cc589d007e3f10135d6a89a0b2
+
+1	And	and	CONJ	O	0			512ffb0362d228da425ed28979300223
+2	of	of	ADP	O	0			512ffb0362d228da425ed28979300223
+3	that	that	PRON	O	0			512ffb0362d228da425ed28979300223
+4	,	,	PUNCT	O	0			512ffb0362d228da425ed28979300223
+5	only	only	ADV	O	0			512ffb0362d228da425ed28979300223
+6	a	a	DET	O	0			512ffb0362d228da425ed28979300223
+7	tiny	tiny	ADJ	O	0			512ffb0362d228da425ed28979300223
+8	percentage	percentage	NOUN	O	0			512ffb0362d228da425ed28979300223
+9	ever	ever	ADV	O	0			512ffb0362d228da425ed28979300223
+10	goes	go	VERB	O	0			512ffb0362d228da425ed28979300223
+11	viral	viral	ADJ	O	0			512ffb0362d228da425ed28979300223
+12	and	and	CONJ	O	0			512ffb0362d228da425ed28979300223
+13	gets	get	VERB	O	0			512ffb0362d228da425ed28979300223
+14	tons	tons	NOUN	O	0			512ffb0362d228da425ed28979300223
+15	of	of	ADP	O	0			512ffb0362d228da425ed28979300223
+16	views	view	NOUN	O	0			512ffb0362d228da425ed28979300223
+17	and	and	CONJ	O	0			512ffb0362d228da425ed28979300223
+18	becomes	become	VERB	O	0			512ffb0362d228da425ed28979300223
+19	a	a	DET	O	0			512ffb0362d228da425ed28979300223
+20	cultural	cultural	ADJ	O	0			512ffb0362d228da425ed28979300223
+21	moment	moment	NOUN	O	0			512ffb0362d228da425ed28979300223
+22	.	.	PUNCT	O	0			512ffb0362d228da425ed28979300223
+
+1	And	and	CONJ	O	0			6a9550fcedf234d2eea5db50d556e3f7
+2	now	now	ADV	O	0			6a9550fcedf234d2eea5db50d556e3f7
+3	,	,	PUNCT	O	0			6a9550fcedf234d2eea5db50d556e3f7
+4	for	for	ADP	O	0			6a9550fcedf234d2eea5db50d556e3f7
+5	every	every	DET	O	0			6a9550fcedf234d2eea5db50d556e3f7
+6	two	NUMBER	NUM	O	0			6a9550fcedf234d2eea5db50d556e3f7
+7	men	men	NOUN	O	0			6a9550fcedf234d2eea5db50d556e3f7
+8	who	who	PRON	O	0			6a9550fcedf234d2eea5db50d556e3f7
+9	get	get	VERB	O	0			6a9550fcedf234d2eea5db50d556e3f7
+10	a	a	DET	O	0			6a9550fcedf234d2eea5db50d556e3f7
+11	college	college	NOUN	O	0			6a9550fcedf234d2eea5db50d556e3f7
+12	degree	degree	NOUN	O	0			6a9550fcedf234d2eea5db50d556e3f7
+13	,	,	PUNCT	O	0			6a9550fcedf234d2eea5db50d556e3f7
+14	three	NUMBER	NUM	O	0			6a9550fcedf234d2eea5db50d556e3f7
+15	women	woman	NOUN	O	0			6a9550fcedf234d2eea5db50d556e3f7
+16	will	will	AUX	O	0			6a9550fcedf234d2eea5db50d556e3f7
+17	do	do	VERB	O	0			6a9550fcedf234d2eea5db50d556e3f7
+18	the	the	DET	O	0			6a9550fcedf234d2eea5db50d556e3f7
+19	same	same	ADJ	O	0			6a9550fcedf234d2eea5db50d556e3f7
+20	.	.	PUNCT	O	0			6a9550fcedf234d2eea5db50d556e3f7
+
+1	Ordered	order	VERB	O	0			7e48372aa7b361cf15c44e5d9c728427
+2	from	from	ADP	O	0			7e48372aa7b361cf15c44e5d9c728427
+3	CameraKing	cameraking	PROPN	O	0			7e48372aa7b361cf15c44e5d9c728427
+4	twice	twice	ADV	O	0			7e48372aa7b361cf15c44e5d9c728427
+5	and	and	CONJ	O	0			7e48372aa7b361cf15c44e5d9c728427
+6	both	both	DET	O	0			7e48372aa7b361cf15c44e5d9c728427
+7	times	times	NOUN	O	0			7e48372aa7b361cf15c44e5d9c728427
+8	delivery	delivery	NOUN	O	0			7e48372aa7b361cf15c44e5d9c728427
+9	was	be	VERB	O	0			7e48372aa7b361cf15c44e5d9c728427
+10	quick	quick	ADJ	O	0			7e48372aa7b361cf15c44e5d9c728427
+11	and	and	CONJ	O	0			7e48372aa7b361cf15c44e5d9c728427
+12	item	item	NOUN	O	0			7e48372aa7b361cf15c44e5d9c728427
+13	(	(	PUNCT	O	0			7e48372aa7b361cf15c44e5d9c728427
+14	Phottix	phottix	PROPN	O	0			7e48372aa7b361cf15c44e5d9c728427
+15	Strato	strato	PROPN	O	0			7e48372aa7b361cf15c44e5d9c728427
+16	Nikon	nikon	PROPN	O	0			7e48372aa7b361cf15c44e5d9c728427
+17	triggers	trigger	NOUN	O	0			7e48372aa7b361cf15c44e5d9c728427
+18	)	)	PUNCT	O	0			7e48372aa7b361cf15c44e5d9c728427
+19	were	be	VERB	O	0			7e48372aa7b361cf15c44e5d9c728427
+20	cheapest	cheap	ADJ	O	0			7e48372aa7b361cf15c44e5d9c728427
+21	I	i	PRON	O	0			7e48372aa7b361cf15c44e5d9c728427
+22	could	could	AUX	O	0			7e48372aa7b361cf15c44e5d9c728427
+23	find	find	VERB	O	0			7e48372aa7b361cf15c44e5d9c728427
+24	anywhere	anywhere	ADV	O	0			7e48372aa7b361cf15c44e5d9c728427
+25	on	on	ADP	O	0			7e48372aa7b361cf15c44e5d9c728427
+26	the	the	DET	O	0			7e48372aa7b361cf15c44e5d9c728427
+27	net	net	NOUN	O	0			7e48372aa7b361cf15c44e5d9c728427
+28	.	.	PUNCT	O	0			7e48372aa7b361cf15c44e5d9c728427
+
+1	@kirkfranklin	@USER	X	O	0			6fa60d101198b31aa7a352d5944c006c
+2	happy	happy	ADJ	O	0			6fa60d101198b31aa7a352d5944c006c
+3	birthday	birthday	NOUN	O	0			6fa60d101198b31aa7a352d5944c006c
+4	!!!!	!!!!	PUNCT	O	0			6fa60d101198b31aa7a352d5944c006c
+5	I	i	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+6	'm	'm	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+7	so	so	ADV	O	0			6fa60d101198b31aa7a352d5944c006c
+8	glad	glad	ADJ	O	0			6fa60d101198b31aa7a352d5944c006c
+9	you	you	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+10	were	be	AUX	O	0			6fa60d101198b31aa7a352d5944c006c
+11	born	bear	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+12	!	!	PUNCT	O	0			6fa60d101198b31aa7a352d5944c006c
+13	You	you	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+14	should	should	AUX	O	0			6fa60d101198b31aa7a352d5944c006c
+15	have	have	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+16	@anthonyevansjr	@USER	X	O	0			6fa60d101198b31aa7a352d5944c006c
+17	take	take	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+18	u	u	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+19	out	out	ADP	O	0			6fa60d101198b31aa7a352d5944c006c
+20	since	since	SCONJ	O	0			6fa60d101198b31aa7a352d5944c006c
+21	he	he	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+22	's	's	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+23	a	a	DET	O	0			6fa60d101198b31aa7a352d5944c006c
+24	Texan	texan	PROPN	O	0			6fa60d101198b31aa7a352d5944c006c
+25	again	again	ADV	O	0			6fa60d101198b31aa7a352d5944c006c
+26	...	...	PUNCT	O	0			6fa60d101198b31aa7a352d5944c006c
+27	if	if	ADP	O	0			6fa60d101198b31aa7a352d5944c006c
+28	u	u	PRON	O	0			6fa60d101198b31aa7a352d5944c006c
+29	r	r	VERB	O	0			6fa60d101198b31aa7a352d5944c006c
+30	town	town	ADJ	O	0			6fa60d101198b31aa7a352d5944c006c
+
+1	@MelCardillo	@USER	X	O	0			9f7f09e708faa489e547975ec400b6df
+2	weird	weird	ADJ	O	0			9f7f09e708faa489e547975ec400b6df
+3	cause	cause	SCONJ	O	0			9f7f09e708faa489e547975ec400b6df
+4	you	you	PRON	O	0			9f7f09e708faa489e547975ec400b6df
+5	r	r	AUX	O	0			9f7f09e708faa489e547975ec400b6df
+6	not	not	PART	O	0			9f7f09e708faa489e547975ec400b6df
+7	doin	doin	VERB	O	0			9f7f09e708faa489e547975ec400b6df
+8	either	either	DET	O	0			9f7f09e708faa489e547975ec400b6df
+9	..	..	PUNCT	O	0			9f7f09e708faa489e547975ec400b6df
+
+1	@BenmStanley	@USER	X	O	0			2dbfbf46c32479323ad1706eaf7f8668
+2	4	NUMBER	NUM	O	0			2dbfbf46c32479323ad1706eaf7f8668
+3	pages	page	NOUN	O	0			2dbfbf46c32479323ad1706eaf7f8668
+4	to	to	PART	O	0			2dbfbf46c32479323ad1706eaf7f8668
+5	be	be	VERB	O	0			2dbfbf46c32479323ad1706eaf7f8668
+6	precise	precise	ADJ	O	0			2dbfbf46c32479323ad1706eaf7f8668
+
+1	Software	software	NOUN	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+2	very	very	ADV	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+3	good	good	ADJ	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+4	,	,	PUNCT	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+5	when	when	ADV	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+6	installed	instal	VERB	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+7	with	with	ADP	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+8	it	it	PRON	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+9	.	.	PUNCT	O	0			5da966f93b9dd9e76cfc7f305fbe4856
+
+1	Ultra	ultra	PROPN	O	0			fdcea994f07b7095ea572a8c90af37cd
+2	is	be	VERB	O	0			fdcea994f07b7095ea572a8c90af37cd
+3	to	to	ADV	O	0			fdcea994f07b7095ea572a8c90af37cd
+4	mutha	mutha	INTJ	O	0			fdcea994f07b7095ea572a8c90af37cd
+5	f'n	f'n	INTJ	O	0			fdcea994f07b7095ea572a8c90af37cd
+6	swole	swole	ADJ	O	0			fdcea994f07b7095ea572a8c90af37cd
+7	!!!	!!!	PUNCT	O	0			fdcea994f07b7095ea572a8c90af37cd
+8	#slowjaminthisbih	#slowjaminthisbih	X	O	0			fdcea994f07b7095ea572a8c90af37cd
+
+1	Fucking	fucking	ADJ	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+2	bitches	bitch	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+3	all	all	DET	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+4	the	the	DET	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+5	time	time	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+6	i	i	PRON	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+7	give	give	VERB	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+8	em	em	PRON	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+9	Dick	dick	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+10	i	i	PRON	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+11	m	m	VERB	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+12	on	on	ADP	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+13	dey	dey	DET	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+14	mind	mind	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+15	i	i	PRON	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+16	got	get	VERB	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+17	angels	angel	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+18	demons	demon	NOUN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+19	constantine	constantine	PROPN	O	0			0bf7c3e367f8892c8b85ec636c7403d4
+
+1	Payroll	payroll	NOUN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+2	tax	tax	NOUN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+3	a	a	DET	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+4	point	point	NOUN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+5	of	of	ADP	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+6	contention	contention	NOUN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+7	for	for	ADP	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+8	San	san	PROPN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+9	Francisco	francisco	PROPN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+10	startups	startup	NOUN	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+11	-	-	PUNCT	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+12	http://bit.ly/fIvZP9	URL	X	O	0			04b3d8842e5e197cdcd421c427cbd0a1
+
+1	The	the	DET	O	0			ecef34966a590da4d3c5451475cba443
+2	item	item	NOUN	O	0			ecef34966a590da4d3c5451475cba443
+3	arrived	arrive	VERB	O	0			ecef34966a590da4d3c5451475cba443
+4	very	very	ADV	O	0			ecef34966a590da4d3c5451475cba443
+5	quickly	quickly	ADV	O	0			ecef34966a590da4d3c5451475cba443
+6	and	and	CONJ	O	0			ecef34966a590da4d3c5451475cba443
+7	very	very	ADV	O	0			ecef34966a590da4d3c5451475cba443
+8	well	well	ADV	O	0			ecef34966a590da4d3c5451475cba443
+9	packaged	packaged	ADJ	O	0			ecef34966a590da4d3c5451475cba443
+10	.	.	PUNCT	O	0			ecef34966a590da4d3c5451475cba443
+
+1	@ObeyNell	@USER	X	O	0			48be6342e5d135562e7c69bfb551ffe2
+2	she	she	PRON	O	0			48be6342e5d135562e7c69bfb551ffe2
+3	looks	look	VERB	O	0			48be6342e5d135562e7c69bfb551ffe2
+4	like	like	SCONJ	O	0			48be6342e5d135562e7c69bfb551ffe2
+5	it	it	PRON	O	0			48be6342e5d135562e7c69bfb551ffe2
+6	pacin	pacin	VERB	O	0			48be6342e5d135562e7c69bfb551ffe2
+7	'	'	PUNCT	O	0			48be6342e5d135562e7c69bfb551ffe2
+8	back	back	ADV	O	0			48be6342e5d135562e7c69bfb551ffe2
+9	&	&	CONJ	O	0			48be6342e5d135562e7c69bfb551ffe2
+10	forth	forth	ADV	O	0			48be6342e5d135562e7c69bfb551ffe2
+11	lol	lol	INTJ	O	0			48be6342e5d135562e7c69bfb551ffe2
+
+1	You	you	PRON	O	0			62c6850fe4df95fb008d36642e5b2e38
+2	've	've	AUX	O	0			62c6850fe4df95fb008d36642e5b2e38
+3	just	just	ADV	O	0			62c6850fe4df95fb008d36642e5b2e38
+4	got	get	VERB	O	0			62c6850fe4df95fb008d36642e5b2e38
+5	to	to	PART	O	0			62c6850fe4df95fb008d36642e5b2e38
+6	go	go	VERB	O	0			62c6850fe4df95fb008d36642e5b2e38
+7	around	around	ADP	O	0			62c6850fe4df95fb008d36642e5b2e38
+8	the	the	DET	O	0			62c6850fe4df95fb008d36642e5b2e38
+9	block	block	NOUN	O	0			62c6850fe4df95fb008d36642e5b2e38
+10	to	to	PART	O	0			62c6850fe4df95fb008d36642e5b2e38
+11	see	see	VERB	O	0			62c6850fe4df95fb008d36642e5b2e38
+12	it	it	PRON	O	0			62c6850fe4df95fb008d36642e5b2e38
+13	as	as	ADP	O	0			62c6850fe4df95fb008d36642e5b2e38
+14	an	an	DET	O	0			62c6850fe4df95fb008d36642e5b2e38
+15	epiphany	epiphany	NOUN	O	0			62c6850fe4df95fb008d36642e5b2e38
+16	.	.	PUNCT	O	0			62c6850fe4df95fb008d36642e5b2e38
+
+1	No	no	DET	O	0			9940c0079885dec05768238df65808f8
+2	Test	test	NOUN	O	0			9940c0079885dec05768238df65808f8
+3	for	for	ADP	O	0			9940c0079885dec05768238df65808f8
+4	me	me	PRON	O	0			9940c0079885dec05768238df65808f8
+5	,	,	PUNCT	O	0			9940c0079885dec05768238df65808f8
+6	tomar	tomar	NOUN	O	0			9940c0079885dec05768238df65808f8
+7	:)	EMOTICON	X	O	0			9940c0079885dec05768238df65808f8
+
+1	Even	even	ADV	O	0			006b090d29158d35549a08b71cf8692b
+2	for	for	ADP	O	0			006b090d29158d35549a08b71cf8692b
+3	their	their	DET	O	0			006b090d29158d35549a08b71cf8692b
+4	long	long	ADJ	O	0			006b090d29158d35549a08b71cf8692b
+5	haul	haul	NOUN	O	0			006b090d29158d35549a08b71cf8692b
+6	flights	flight	NOUN	O	0			006b090d29158d35549a08b71cf8692b
+7	they	they	PRON	O	0			006b090d29158d35549a08b71cf8692b
+8	charge	charge	VERB	O	0			006b090d29158d35549a08b71cf8692b
+9	for	for	ADP	O	0			006b090d29158d35549a08b71cf8692b
+10	meals	meal	NOUN	O	0			006b090d29158d35549a08b71cf8692b
+11	and	and	CONJ	O	0			006b090d29158d35549a08b71cf8692b
+12	seat	seat	NOUN	O	0			006b090d29158d35549a08b71cf8692b
+13	selection	selection	NOUN	O	0			006b090d29158d35549a08b71cf8692b
+14	,	,	PUNCT	O	0			006b090d29158d35549a08b71cf8692b
+15	which	which	PRON	O	0			006b090d29158d35549a08b71cf8692b
+16	should	should	AUX	O	0			006b090d29158d35549a08b71cf8692b
+17	be	be	AUX	O	0			006b090d29158d35549a08b71cf8692b
+18	included	include	VERB	O	0			006b090d29158d35549a08b71cf8692b
+19	.	.	PUNCT	O	0			006b090d29158d35549a08b71cf8692b
+
+1	If	if	CONJ	O	0			c6159e14658e85bedc65671b572df096
+2	'	'	PUNCT	O	0			c6159e14658e85bedc65671b572df096
+3	time	time	NOUN	O	0			c6159e14658e85bedc65671b572df096
+4	'	'	PUNCT	O	0			c6159e14658e85bedc65671b572df096
+5	is	be	VERB	O	0			c6159e14658e85bedc65671b572df096
+6	of	of	ADP	O	0			c6159e14658e85bedc65671b572df096
+7	the	the	DET	O	0			c6159e14658e85bedc65671b572df096
+8	essence	essence	NOUN	O	0			c6159e14658e85bedc65671b572df096
+9	there	there	ADV	O	0			c6159e14658e85bedc65671b572df096
+10	is	be	VERB	O	0			c6159e14658e85bedc65671b572df096
+11	no	no	DET	O	0			c6159e14658e85bedc65671b572df096
+12	point	point	NOUN	O	0			c6159e14658e85bedc65671b572df096
+13	ordering	order	VERB	O	0			c6159e14658e85bedc65671b572df096
+14	and	and	CONJ	O	0			c6159e14658e85bedc65671b572df096
+15	expecting	expect	VERB	O	0			c6159e14658e85bedc65671b572df096
+16	delivery	delivery	NOUN	O	0			c6159e14658e85bedc65671b572df096
+17	within	within	ADP	O	0			c6159e14658e85bedc65671b572df096
+18	0	0	NUM	O	0			c6159e14658e85bedc65671b572df096
+19	or	or	CONJ	O	0			c6159e14658e85bedc65671b572df096
+20	0	0	NUM	O	0			c6159e14658e85bedc65671b572df096
+21	days	days	NOUN	O	0			c6159e14658e85bedc65671b572df096
+22	.	.	PUNCT	O	0			c6159e14658e85bedc65671b572df096
+
+1	@Bitch3sLoveM3	@USER	X	O	0			da365910fef8c01314aa4e2b89acecd1
+2	i	i	PRON	O	0			da365910fef8c01314aa4e2b89acecd1
+3	ve	ve	AUX	O	0			da365910fef8c01314aa4e2b89acecd1
+4	been	be	VERB	O	0			da365910fef8c01314aa4e2b89acecd1
+5	fine	fine	ADJ	O	0			da365910fef8c01314aa4e2b89acecd1
+6	..	..	PUNCT	O	0			da365910fef8c01314aa4e2b89acecd1
+7	could	could	AUX	O	0			da365910fef8c01314aa4e2b89acecd1
+8	be	be	VERB	O	0			da365910fef8c01314aa4e2b89acecd1
+9	better	better	ADJ	O	0			da365910fef8c01314aa4e2b89acecd1
+10	lol	lol	INTJ	O	0			da365910fef8c01314aa4e2b89acecd1
+11	[:	EMOTICON	X	O	0			da365910fef8c01314aa4e2b89acecd1
+
+1	Fuck	fuck	INTJ	O	0			f209dcf823021f732dca96eb2458672c
+2	what	what	PRON	O	0			f209dcf823021f732dca96eb2458672c
+3	he	he	PRON	O	0			f209dcf823021f732dca96eb2458672c
+4	wants	want	VERB	O	0			f209dcf823021f732dca96eb2458672c
+5	..	..	PUNCT	O	0			f209dcf823021f732dca96eb2458672c
+6	He	he	PRON	O	0			f209dcf823021f732dca96eb2458672c
+7	's	's	VERB	O	0			f209dcf823021f732dca96eb2458672c
+8	dead	dead	ADJ	O	0			f209dcf823021f732dca96eb2458672c
+9	to	to	ADP	O	0			f209dcf823021f732dca96eb2458672c
+10	the	the	DET	O	0			f209dcf823021f732dca96eb2458672c
+11	world	world	NOUN	O	0			f209dcf823021f732dca96eb2458672c
+12	now	now	ADV	O	0			f209dcf823021f732dca96eb2458672c
+13	..	..	PUNCT	O	0			f209dcf823021f732dca96eb2458672c
+14	I	i	PRON	O	0			f209dcf823021f732dca96eb2458672c
+15	want	want	VERB	O	0			f209dcf823021f732dca96eb2458672c
+16	!	!	PUNCT	O	0			f209dcf823021f732dca96eb2458672c
+
+1	The	the	DET	O	0			e422e9764bf700538693017f95772fce
+2	whole	whole	ADJ	O	0			e422e9764bf700538693017f95772fce
+3	process	process	NOUN	O	0			e422e9764bf700538693017f95772fce
+4	of	of	ADP	O	0			e422e9764bf700538693017f95772fce
+5	booking	book	VERB	O	0			e422e9764bf700538693017f95772fce
+6	our	our	DET	O	0			e422e9764bf700538693017f95772fce
+7	ferry	ferry	NOUN	O	0			e422e9764bf700538693017f95772fce
+8	to	to	ADP	O	0			e422e9764bf700538693017f95772fce
+9	Calais	calais	PROPN	O	0			e422e9764bf700538693017f95772fce
+10	was	be	VERB	O	0			e422e9764bf700538693017f95772fce
+11	so	so	ADV	O	0			e422e9764bf700538693017f95772fce
+12	simple	simple	ADJ	O	0			e422e9764bf700538693017f95772fce
+13	.	.	PUNCT	O	0			e422e9764bf700538693017f95772fce
+
+1	I	i	PRON	O	0			46d0842e4622d962739c77d6bd8454f0
+2	have	have	AUX	O	0			46d0842e4622d962739c77d6bd8454f0
+3	since	since	ADP	O	0			46d0842e4622d962739c77d6bd8454f0
+4	tried	try	VERB	O	0			46d0842e4622d962739c77d6bd8454f0
+5	to	to	PART	O	0			46d0842e4622d962739c77d6bd8454f0
+6	arrange	arrange	VERB	O	0			46d0842e4622d962739c77d6bd8454f0
+7	a	a	DET	O	0			46d0842e4622d962739c77d6bd8454f0
+8	re	re	NOUN	O	0			46d0842e4622d962739c77d6bd8454f0
+9	-	-	PUNCT	O	0			46d0842e4622d962739c77d6bd8454f0
+10	delivery	delivery	NOUN	O	0			46d0842e4622d962739c77d6bd8454f0
+11	but	but	CONJ	O	0			46d0842e4622d962739c77d6bd8454f0
+12	their	their	DET	O	0			46d0842e4622d962739c77d6bd8454f0
+13	system	system	NOUN	O	0			46d0842e4622d962739c77d6bd8454f0
+14	thinks	think	VERB	O	0			46d0842e4622d962739c77d6bd8454f0
+15	that	that	CONJ	O	0			46d0842e4622d962739c77d6bd8454f0
+16	the	the	DET	O	0			46d0842e4622d962739c77d6bd8454f0
+17	parcel	parcel	NOUN	O	0			46d0842e4622d962739c77d6bd8454f0
+18	is	be	VERB	O	0			46d0842e4622d962739c77d6bd8454f0
+19	still	still	ADV	O	0			46d0842e4622d962739c77d6bd8454f0
+20	out	out	ADP	O	0			46d0842e4622d962739c77d6bd8454f0
+21	for	for	ADP	O	0			46d0842e4622d962739c77d6bd8454f0
+22	delivery	delivery	NOUN	O	0			46d0842e4622d962739c77d6bd8454f0
+23	.	.	PUNCT	O	0			46d0842e4622d962739c77d6bd8454f0
+
+1	And	and	CONJ	O	0			7b6a2ca2d415442b6795d94dc296569a
+2	in	in	ADP	O	0			7b6a2ca2d415442b6795d94dc296569a
+3	humans	humans	NOUN	O	0			7b6a2ca2d415442b6795d94dc296569a
+4	,	,	PUNCT	O	0			7b6a2ca2d415442b6795d94dc296569a
+5	we	we	PRON	O	0			7b6a2ca2d415442b6795d94dc296569a
+6	call	call	VERB	O	0			7b6a2ca2d415442b6795d94dc296569a
+7	it	it	PRON	O	0			7b6a2ca2d415442b6795d94dc296569a
+8	the	the	DET	O	0			7b6a2ca2d415442b6795d94dc296569a
+9	``	``	PUNCT	O	0			7b6a2ca2d415442b6795d94dc296569a
+10	body	body	NOUN	O	0			7b6a2ca2d415442b6795d94dc296569a
+11	clock	clock	NOUN	O	0			7b6a2ca2d415442b6795d94dc296569a
+12	''	''	PUNCT	O	0			7b6a2ca2d415442b6795d94dc296569a
+13	.	.	PUNCT	O	0			7b6a2ca2d415442b6795d94dc296569a
+
+1	@i_LikeEmThick	@USER	X	O	0			5275edebf1a427225bfb4841887247b6
+2	Go	go	VERB	O	0			5275edebf1a427225bfb4841887247b6
+3	to	to	ADP	O	0			5275edebf1a427225bfb4841887247b6
+4	sleep	sleep	NOUN	O	0			5275edebf1a427225bfb4841887247b6
+5	.	.	PUNCT	O	0			5275edebf1a427225bfb4841887247b6
+6	lol	lol	INTJ	O	0			5275edebf1a427225bfb4841887247b6
+
+1	Hi	hi	INTJ	O	0			643fbb24aa26b4513eed33b5d41bee62
+2	.	.	PUNCT	O	0			643fbb24aa26b4513eed33b5d41bee62
+3	I	i	PRON	O	0			643fbb24aa26b4513eed33b5d41bee62
+4	'm	'm	VERB	O	0			643fbb24aa26b4513eed33b5d41bee62
+5	Kevin	kevin	PROPN	O	0			643fbb24aa26b4513eed33b5d41bee62
+6	Allocca	allocca	PROPN	O	0			643fbb24aa26b4513eed33b5d41bee62
+7	,	,	PUNCT	O	0			643fbb24aa26b4513eed33b5d41bee62
+8	I	i	PRON	O	0			643fbb24aa26b4513eed33b5d41bee62
+9	'm	'm	VERB	O	0			643fbb24aa26b4513eed33b5d41bee62
+10	the	the	DET	O	0			643fbb24aa26b4513eed33b5d41bee62
+11	trends	trend	NOUN	O	0			643fbb24aa26b4513eed33b5d41bee62
+12	manager	manager	NOUN	O	0			643fbb24aa26b4513eed33b5d41bee62
+13	at	at	ADP	O	0			643fbb24aa26b4513eed33b5d41bee62
+14	YouTube	youtube	PROPN	O	0			643fbb24aa26b4513eed33b5d41bee62
+15	,	,	PUNCT	O	0			643fbb24aa26b4513eed33b5d41bee62
+16	and	and	CONJ	O	0			643fbb24aa26b4513eed33b5d41bee62
+17	I	i	PRON	O	0			643fbb24aa26b4513eed33b5d41bee62
+18	professionally	professionally	ADV	O	0			643fbb24aa26b4513eed33b5d41bee62
+19	watch	watch	VERB	O	0			643fbb24aa26b4513eed33b5d41bee62
+20	YouTube	youtube	PROPN	O	0			643fbb24aa26b4513eed33b5d41bee62
+21	videos	video	NOUN	O	0			643fbb24aa26b4513eed33b5d41bee62
+22	.	.	PUNCT	O	0			643fbb24aa26b4513eed33b5d41bee62
+
+1	Biscuit	biscuit	NOUN	O	0			f7c8b17fa86f46787a340c6773dc3edb
+2	dry	dry	ADJ	O	0			f7c8b17fa86f46787a340c6773dc3edb
+3	as	as	ADP	O	0			f7c8b17fa86f46787a340c6773dc3edb
+4	hell	hell	NOUN	O	0			f7c8b17fa86f46787a340c6773dc3edb
+5	>.<	EMOTICON	X	O	0			f7c8b17fa86f46787a340c6773dc3edb
+
+1	What	what	PRON	O	0			ec3a8d6e812e85bf8a65215c502f06fd
+2	is	be	VERB	O	0			ec3a8d6e812e85bf8a65215c502f06fd
+3	origami	origami	NOUN	O	0			ec3a8d6e812e85bf8a65215c502f06fd
+4	?	?	PUNCT	O	0			ec3a8d6e812e85bf8a65215c502f06fd
+
+1	All	all	DET	O	0			a415c2aefba44a512d0b3130957415fb
+2	our	our	PRON	O	0			a415c2aefba44a512d0b3130957415fb
+3	dreams	dream	NOUN	O	0			a415c2aefba44a512d0b3130957415fb
+4	can	can	AUX	O	0			a415c2aefba44a512d0b3130957415fb
+5	come	come	VERB	O	0			a415c2aefba44a512d0b3130957415fb
+6	true	true	ADJ	O	0			a415c2aefba44a512d0b3130957415fb
+7	,	,	PUNCT	O	0			a415c2aefba44a512d0b3130957415fb
+8	if	if	SCONJ	O	0			a415c2aefba44a512d0b3130957415fb
+9	we	we	PRON	O	0			a415c2aefba44a512d0b3130957415fb
+10	have	have	VERB	O	0			a415c2aefba44a512d0b3130957415fb
+11	the	the	DET	O	0			a415c2aefba44a512d0b3130957415fb
+12	courage	courage	NOUN	O	0			a415c2aefba44a512d0b3130957415fb
+13	to	to	PART	O	0			a415c2aefba44a512d0b3130957415fb
+14	pursue	pursue	VERB	O	0			a415c2aefba44a512d0b3130957415fb
+15	them	them	PRON	O	0			a415c2aefba44a512d0b3130957415fb
+16	.	.	PUNCT	O	0			a415c2aefba44a512d0b3130957415fb
+17	--	--	PUNCT	O	0			a415c2aefba44a512d0b3130957415fb
+18	Walt	walt	PROPN	O	0			a415c2aefba44a512d0b3130957415fb
+19	Disney	disney	PROPN	O	0			a415c2aefba44a512d0b3130957415fb
+
+1	This	this	DET	O	0			caf703ea6cabb98af09c61a92c9e3716
+2	is	be	VERB	O	0			caf703ea6cabb98af09c61a92c9e3716
+3	a	a	DET	O	0			caf703ea6cabb98af09c61a92c9e3716
+4	land	land	NOUN	O	0			caf703ea6cabb98af09c61a92c9e3716
+5	yacht	yacht	NOUN	O	0			caf703ea6cabb98af09c61a92c9e3716
+6	racing	race	VERB	O	0			caf703ea6cabb98af09c61a92c9e3716
+7	across	across	ADP	O	0			caf703ea6cabb98af09c61a92c9e3716
+8	the	the	DET	O	0			caf703ea6cabb98af09c61a92c9e3716
+9	desert	desert	NOUN	O	0			caf703ea6cabb98af09c61a92c9e3716
+10	in	in	ADP	O	0			caf703ea6cabb98af09c61a92c9e3716
+11	Nevada	nevada	PROPN	O	0			caf703ea6cabb98af09c61a92c9e3716
+12	.	.	PUNCT	O	0			caf703ea6cabb98af09c61a92c9e3716
+
+1	#YouNotBlackIf	#younotblackif	X	O	0			460eef2710053f637d5cff0844fccb28
+2	You	you	PRON	O	0			460eef2710053f637d5cff0844fccb28
+3	have	have	AUX	O	0			460eef2710053f637d5cff0844fccb28
+4	n't	n't	PART	O	0			460eef2710053f637d5cff0844fccb28
+5	made	make	VERB	O	0			460eef2710053f637d5cff0844fccb28
+6	a	a	DET	O	0			460eef2710053f637d5cff0844fccb28
+7	friday	friday	PROPN	O	0			460eef2710053f637d5cff0844fccb28
+8	joke	joke	NOUN	O	0			460eef2710053f637d5cff0844fccb28
+9	(	(	PUNCT	O	0			460eef2710053f637d5cff0844fccb28
+10	Yeen	yeen	PRON	O	0			460eef2710053f637d5cff0844fccb28
+11	gotta	gotta	VERB	O	0			460eef2710053f637d5cff0844fccb28
+12	lie	lie	VERB	O	0			460eef2710053f637d5cff0844fccb28
+13	craig	craig	PROPN	O	0			460eef2710053f637d5cff0844fccb28
+14	!	!	PUNCT	O	0			460eef2710053f637d5cff0844fccb28
+15	)	)	PUNCT	O	0			460eef2710053f637d5cff0844fccb28
+
+1	So	so	ADV	O	0			07a28f6a42be332d386c2f30a82b9bd8
+2	,	,	PUNCT	O	0			07a28f6a42be332d386c2f30a82b9bd8
+3	even	even	ADV	O	0			07a28f6a42be332d386c2f30a82b9bd8
+4	if	if	CONJ	O	0			07a28f6a42be332d386c2f30a82b9bd8
+5	your	your	VERB	O	0			07a28f6a42be332d386c2f30a82b9bd8
+6	an	an	DET	O	0			07a28f6a42be332d386c2f30a82b9bd8
+7	idiot	idiot	NOUN	O	0			07a28f6a42be332d386c2f30a82b9bd8
+8	,	,	PUNCT	O	0			07a28f6a42be332d386c2f30a82b9bd8
+9	you	you	PRON	O	0			07a28f6a42be332d386c2f30a82b9bd8
+10	can	can	AUX	O	0			07a28f6a42be332d386c2f30a82b9bd8
+11	still	still	ADV	O	0			07a28f6a42be332d386c2f30a82b9bd8
+12	order	order	VERB	O	0			07a28f6a42be332d386c2f30a82b9bd8
+13	the	the	DET	O	0			07a28f6a42be332d386c2f30a82b9bd8
+14	correct	correct	ADJ	O	0			07a28f6a42be332d386c2f30a82b9bd8
+15	tyres	tyre	NOUN	O	0			07a28f6a42be332d386c2f30a82b9bd8
+16	,	,	PUNCT	O	0			07a28f6a42be332d386c2f30a82b9bd8
+17	as	as	CONJ	O	0			07a28f6a42be332d386c2f30a82b9bd8
+18	you	you	PRON	O	0			07a28f6a42be332d386c2f30a82b9bd8
+19	only	only	ADV	O	0			07a28f6a42be332d386c2f30a82b9bd8
+20	need	need	AUX	O	0			07a28f6a42be332d386c2f30a82b9bd8
+21	to	to	PART	O	0			07a28f6a42be332d386c2f30a82b9bd8
+22	put	put	VERB	O	0			07a28f6a42be332d386c2f30a82b9bd8
+23	in	in	PART	O	0			07a28f6a42be332d386c2f30a82b9bd8
+24	your	your	DET	O	0			07a28f6a42be332d386c2f30a82b9bd8
+25	vehicle	vehicle	NOUN	O	0			07a28f6a42be332d386c2f30a82b9bd8
+26	registration	registration	NOUN	O	0			07a28f6a42be332d386c2f30a82b9bd8
+27	.	.	PUNCT	O	0			07a28f6a42be332d386c2f30a82b9bd8
+
+1	@EuSouAlexander	@USER	X	O	0			e684911b64c354076fc61f9c665b4813
+2	he	he	PRON	O	0			e684911b64c354076fc61f9c665b4813
+3	1	NUMBER	NUM	O	0			e684911b64c354076fc61f9c665b4813
+4	shy	shy	ADJ	O	0			e684911b64c354076fc61f9c665b4813
+5	of	of	ADP	O	0			e684911b64c354076fc61f9c665b4813
+6	tie	tie	NOUN	O	0			e684911b64c354076fc61f9c665b4813
+7	for	for	ADP	O	0			e684911b64c354076fc61f9c665b4813
+8	most	most	ADJ	O	0			e684911b64c354076fc61f9c665b4813
+9	3s	NUMBER	NUM	O	0			e684911b64c354076fc61f9c665b4813
+10	in	in	ADP	O	0			e684911b64c354076fc61f9c665b4813
+11	NBA	nba	PROPN	O	0			e684911b64c354076fc61f9c665b4813
+12	history	history	NOUN	O	0			e684911b64c354076fc61f9c665b4813
+13	and	and	CONJ	O	0			e684911b64c354076fc61f9c665b4813
+14	2	NUMBER	NUM	O	0			e684911b64c354076fc61f9c665b4813
+15	shy	shy	ADJ	O	0			e684911b64c354076fc61f9c665b4813
+16	of	of	SCONJ	O	0			e684911b64c354076fc61f9c665b4813
+17	breaking	break	VERB	O	0			e684911b64c354076fc61f9c665b4813
+18	it	it	PRON	O	0			e684911b64c354076fc61f9c665b4813
+
+1	Phoooonneeeeeeeeee	phoooonneeeeeeeeee	NOUN	O	0			79f0f29405d3cf1a99fb58e6dc31efef
+2	with	with	ADP	O	0			79f0f29405d3cf1a99fb58e6dc31efef
+3	my	my	PRON	O	0			79f0f29405d3cf1a99fb58e6dc31efef
+4	wife	wife	NOUN	O	0			79f0f29405d3cf1a99fb58e6dc31efef
+5	!	!	PUNCT	O	0			79f0f29405d3cf1a99fb58e6dc31efef
+
+1	RT	rt	X	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+2	@QuotesGeek	@USER	X	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+3	:	:	X	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+4	Always	always	ADV	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+5	have	have	VERB	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+6	your	your	PRON	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+7	stuff	stuff	NOUN	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+8	when	when	ADV	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+9	you	you	PRON	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+10	need	need	VERB	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+11	it	it	PRON	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+12	with	with	ADP	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+13	@Dropbox	@USER	X	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+14	.	.	PUNCT	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+15	2GB	NUMBER	NUM	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+16	account	account	NOUN	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+17	is	be	VERB	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+18	free	free	ADJ	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+19	!	!	PUNCT	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+20	http://t.co/clhZfz0w	URL	X	O	0			be4d71c8101e0d17e48f58fa0d256bb9
+
+1	will	will	AUX	O	0			ac3f64e79580605b7a7e759deaaadedb
+2	deffinately	deffinately	ADV	O	0			ac3f64e79580605b7a7e759deaaadedb
+3	recommend	recommend	VERB	O	0			ac3f64e79580605b7a7e759deaaadedb
+4	to	to	ADP	O	0			ac3f64e79580605b7a7e759deaaadedb
+5	all	all	DET	O	0			ac3f64e79580605b7a7e759deaaadedb
+6	family	family	NOUN	O	0			ac3f64e79580605b7a7e759deaaadedb
+7	and	and	CONJ	O	0			ac3f64e79580605b7a7e759deaaadedb
+8	friends	friend	NOUN	O	0			ac3f64e79580605b7a7e759deaaadedb
+9	.	.	PUNCT	O	0			ac3f64e79580605b7a7e759deaaadedb
+
+1	@KWinnie89	@USER	X	O	0			78e313095d4e86a8b995022dd30b6364
+2	:/	EMOTICON	X	O	0			78e313095d4e86a8b995022dd30b6364
+3	It	it	PRON	O	0			78e313095d4e86a8b995022dd30b6364
+4	's	's	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+5	okay	okay	ADJ	O	0			78e313095d4e86a8b995022dd30b6364
+6	.	.	PUNCT	O	0			78e313095d4e86a8b995022dd30b6364
+7	I	i	PRON	O	0			78e313095d4e86a8b995022dd30b6364
+8	guess	guess	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+9	people	people	NOUN	O	0			78e313095d4e86a8b995022dd30b6364
+10	are	be	AUX	O	0			78e313095d4e86a8b995022dd30b6364
+11	going	go	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+12	again	again	ADV	O	0			78e313095d4e86a8b995022dd30b6364
+13	next	next	ADJ	O	0			78e313095d4e86a8b995022dd30b6364
+14	week	week	NOUN	O	0			78e313095d4e86a8b995022dd30b6364
+15	,	,	PUNCT	O	0			78e313095d4e86a8b995022dd30b6364
+16	do	do	AUX	O	0			78e313095d4e86a8b995022dd30b6364
+17	you	you	PRON	O	0			78e313095d4e86a8b995022dd30b6364
+18	think	think	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+19	you'll	you'll	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+20	go	go	VERB	O	0			78e313095d4e86a8b995022dd30b6364
+21	?	?	PUNCT	O	0			78e313095d4e86a8b995022dd30b6364
+
+1	Former	former	ADJ	O	0			04fb1da4ec02068f33a12612cf85991a
+2	Villarreal	villarreal	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+3	and	and	CONJ	O	0			04fb1da4ec02068f33a12612cf85991a
+4	Panathinaikos	panathinaikos	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+5	boss	boss	NOUN	O	0			04fb1da4ec02068f33a12612cf85991a
+6	Victor	victor	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+7	Munoz	munoz	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+8	set	set	VERB	O	0			04fb1da4ec02068f33a12612cf85991a
+9	for	for	ADP	O	0			04fb1da4ec02068f33a12612cf85991a
+10	Al	al	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+11	Ittihad	ittihad	PROPN	O	0			04fb1da4ec02068f33a12612cf85991a
+12	post	post	NOUN	O	0			04fb1da4ec02068f33a12612cf85991a
+13	http://t.co/d9SN0ieQ	URL	X	O	0			04fb1da4ec02068f33a12612cf85991a
+
+1	Both	both	DET	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+2	hotels	hotel	NOUN	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+3	chosen	choose	VERB	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+4	for	for	ADP	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+5	us	us	PRON	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+6	,	,	PUNCT	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+7	before	before	ADP	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+8	and	and	CONJ	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+9	especially	especially	ADV	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+10	after	after	ADP	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+11	were	be	VERB	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+12	lovely	lovely	ADJ	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+13	and	and	CONJ	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+14	the	the	DET	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+15	debriefing	debriefing	NOUN	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+16	we	we	PRON	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+17	were	be	AUX	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+18	given	give	VERB	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+19	before	before	ADP	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+20	the	the	DET	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+21	climb	climb	NOUN	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+22	was	be	VERB	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+23	very	very	ADV	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+24	informative	informative	ADJ	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+25	.	.	PUNCT	O	0			c5f8984d5e00d35ad4a5a5109da920ba
+
+1	Upcoming	upcoming	ADJ	O	0			604a872cbeed311fa4ca8c9364fffce3
+2	rap	rap	NOUN	O	0			604a872cbeed311fa4ca8c9364fffce3
+3	artist	artist	NOUN	O	0			604a872cbeed311fa4ca8c9364fffce3
+4	?	?	PUNCT	O	0			604a872cbeed311fa4ca8c9364fffce3
+5	OMFG	omfg	INTJ	O	0			604a872cbeed311fa4ca8c9364fffce3
+6	!!	!!	PUNCT	O	0			604a872cbeed311fa4ca8c9364fffce3
+7	I	i	PRON	O	0			604a872cbeed311fa4ca8c9364fffce3
+8	do	do	AUX	O	0			604a872cbeed311fa4ca8c9364fffce3
+9	n't	n't	PART	O	0			604a872cbeed311fa4ca8c9364fffce3
+10	think	think	VERB	O	0			604a872cbeed311fa4ca8c9364fffce3
+11	so	so	ADV	O	0			604a872cbeed311fa4ca8c9364fffce3
+12	http://6.md/a90f0?=f938	URL	X	O	0			604a872cbeed311fa4ca8c9364fffce3
+13	!	!	PUNCT	O	0			604a872cbeed311fa4ca8c9364fffce3
+14	Chuck	chuck	PROPN	O	0			604a872cbeed311fa4ca8c9364fffce3
+15	Norris	norris	PROPN	O	0			604a872cbeed311fa4ca8c9364fffce3
+16	Starbucks	starbucks	PROPN	O	0			604a872cbeed311fa4ca8c9364fffce3
+17	iPod	ipod	PROPN	O	0			604a872cbeed311fa4ca8c9364fffce3
+
+1	But	but	CONJ	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+2	wasn	wasn	VERB	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+3	'	'	PART	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+4	t	t	PART	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+5	I	i	PRON	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+6	pleasantly	pleasantly	ADV	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+7	surprised	surprise	VERB	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+8	.	.	PUNCT	O	0			d9c2adbc4eb4e77b50eca0c96c285a82
+
+1	@TieALitleRibbon	@USER	X	O	0			43743ba047c55955548e62c6062bcd7c
+2	I	i	PRON	O	0			43743ba047c55955548e62c6062bcd7c
+3	think	think	VERB	O	0			43743ba047c55955548e62c6062bcd7c
+4	I	i	PRON	O	0			43743ba047c55955548e62c6062bcd7c
+5	cut	cut	VERB	O	0			43743ba047c55955548e62c6062bcd7c
+6	like	like	ADJ	O	0			43743ba047c55955548e62c6062bcd7c
+7	,	,	PUNCT	O	0			43743ba047c55955548e62c6062bcd7c
+8	6-8	NUMBER	NUM	O	0			43743ba047c55955548e62c6062bcd7c
+9	inches	inch	NOUN	O	0			43743ba047c55955548e62c6062bcd7c
+10	.	.	PUNCT	O	0			43743ba047c55955548e62c6062bcd7c
+11	It	it	PRON	O	0			43743ba047c55955548e62c6062bcd7c
+12	's	's	VERB	O	0			43743ba047c55955548e62c6062bcd7c
+13	nice	nice	ADJ	O	0			43743ba047c55955548e62c6062bcd7c
+14	,	,	PUNCT	O	0			43743ba047c55955548e62c6062bcd7c
+15	but	but	CONJ	O	0			43743ba047c55955548e62c6062bcd7c
+16	I	i	PRON	O	0			43743ba047c55955548e62c6062bcd7c
+17	miss	miss	VERB	O	0			43743ba047c55955548e62c6062bcd7c
+18	my	my	PRON	O	0			43743ba047c55955548e62c6062bcd7c
+19	big	big	ADJ	O	0			43743ba047c55955548e62c6062bcd7c
+20	ponytail	ponytail	NOUN	O	0			43743ba047c55955548e62c6062bcd7c
+21	!	!	PUNCT	O	0			43743ba047c55955548e62c6062bcd7c
+
+1	And	and	CONJ	O	0			0ef195f854c3873a6bc264c1235a7b53
+2	our	our	PRON	O	0			0ef195f854c3873a6bc264c1235a7b53
+3	teacher	teacher	NOUN	O	0			0ef195f854c3873a6bc264c1235a7b53
+4	told	tell	VERB	O	0			0ef195f854c3873a6bc264c1235a7b53
+5	us	us	PRON	O	0			0ef195f854c3873a6bc264c1235a7b53
+6	that	that	SCONJ	O	0			0ef195f854c3873a6bc264c1235a7b53
+7	the	the	DET	O	0			0ef195f854c3873a6bc264c1235a7b53
+8	industrialized	industrialized	ADJ	O	0			0ef195f854c3873a6bc264c1235a7b53
+9	world	world	NOUN	O	0			0ef195f854c3873a6bc264c1235a7b53
+10	,	,	PUNCT	O	0			0ef195f854c3873a6bc264c1235a7b53
+11	1960	NUMBER	NUM	O	0			0ef195f854c3873a6bc264c1235a7b53
+12	,	,	PUNCT	O	0			0ef195f854c3873a6bc264c1235a7b53
+13	had	have	VERB	O	0			0ef195f854c3873a6bc264c1235a7b53
+14	one	NUMBER	NUM	O	0			0ef195f854c3873a6bc264c1235a7b53
+15	billion	NUMBER	NUM	O	0			0ef195f854c3873a6bc264c1235a7b53
+16	people	people	NOUN	O	0			0ef195f854c3873a6bc264c1235a7b53
+17	.	.	PUNCT	O	0			0ef195f854c3873a6bc264c1235a7b53
+
+1	And	and	CONJ	O	0			7c79d51385cf80c8eeb443e006db5337
+2	I	i	PRON	O	0			7c79d51385cf80c8eeb443e006db5337
+3	thought	think	VERB	O	0			7c79d51385cf80c8eeb443e006db5337
+4	,	,	PUNCT	O	0			7c79d51385cf80c8eeb443e006db5337
+5	well	well	INTJ	O	0			7c79d51385cf80c8eeb443e006db5337
+6	,	,	PUNCT	O	0			7c79d51385cf80c8eeb443e006db5337
+7	since	since	SCONJ	O	0			7c79d51385cf80c8eeb443e006db5337
+8	I	i	PRON	O	0			7c79d51385cf80c8eeb443e006db5337
+9	ca	ca	AUX	O	0			7c79d51385cf80c8eeb443e006db5337
+10	n't	n't	PART	O	0			7c79d51385cf80c8eeb443e006db5337
+11	go	go	VERB	O	0			7c79d51385cf80c8eeb443e006db5337
+12	to	to	PART	O	0			7c79d51385cf80c8eeb443e006db5337
+13	the	the	DET	O	0			7c79d51385cf80c8eeb443e006db5337
+14	movies	movie	NOUN	O	0			7c79d51385cf80c8eeb443e006db5337
+15	,	,	PUNCT	O	0			7c79d51385cf80c8eeb443e006db5337
+16	at	at	ADP	O	0			7c79d51385cf80c8eeb443e006db5337
+17	least	least	ADJ	O	0			7c79d51385cf80c8eeb443e006db5337
+18	I	i	PRON	O	0			7c79d51385cf80c8eeb443e006db5337
+19	will	will	AUX	O	0			7c79d51385cf80c8eeb443e006db5337
+20	go	go	VERB	O	0			7c79d51385cf80c8eeb443e006db5337
+21	for	for	ADP	O	0			7c79d51385cf80c8eeb443e006db5337
+22	free	free	ADJ	O	0			7c79d51385cf80c8eeb443e006db5337
+23	to	to	PART	O	0			7c79d51385cf80c8eeb443e006db5337
+24	listen	listen	VERB	O	0			7c79d51385cf80c8eeb443e006db5337
+25	to	to	PART	O	0			7c79d51385cf80c8eeb443e006db5337
+26	flying	fly	VERB	O	0			7c79d51385cf80c8eeb443e006db5337
+27	saucers	saucer	NOUN	O	0			7c79d51385cf80c8eeb443e006db5337
+28	.	.	PUNCT	O	0			7c79d51385cf80c8eeb443e006db5337
+
+1	RT	rt	X	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+2	@alisha_bieber96	@USER	X	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+3	:	:	X	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+4	#nsnweekend	#nsnweekend	X	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+5	how	how	ADV	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+6	can	can	AUX	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+7	people	people	NOUN	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+8	choose	choose	VERB	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+9	there	there	PRON	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+10	favourite	favourite	ADJ	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+11	performance	performance	NOUN	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+12	,	,	PUNCT	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+13	the	the	DET	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+14	whole	whole	ADJ	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+15	thing	thing	NOUN	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+16	was	be	VERB	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+17	perfect	perfect	ADJ	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+18	!	!	PUNCT	O	0			33d0b0db8e7637e5f40ed685c25ab8e2
+
+1	Tagged	tag	VERB	O	0			933872c11354cb14e6e9826993f6ea62
+2	:	:	PUNCT	O	0			933872c11354cb14e6e9826993f6ea62
+3	@Celiajulia	@USER	X	O	0			933872c11354cb14e6e9826993f6ea62
+4	@maariferrodi	@USER	X	O	0			933872c11354cb14e6e9826993f6ea62
+5	-	-	PUNCT	O	0			933872c11354cb14e6e9826993f6ea62
+6	http://t.co/E2DTX8mJ	URL	X	O	0			933872c11354cb14e6e9826993f6ea62
+
+1	RT	rt	X	O	0			556a0e4646c116dd76180c39db0f4ff9
+2	@SayingsForGirls	@USER	X	O	0			556a0e4646c116dd76180c39db0f4ff9
+3	:	:	X	O	0			556a0e4646c116dd76180c39db0f4ff9
+4	He	he	PRON	O	0			556a0e4646c116dd76180c39db0f4ff9
+5	's	's	VERB	O	0			556a0e4646c116dd76180c39db0f4ff9
+6	cute	cute	ADJ	O	0			556a0e4646c116dd76180c39db0f4ff9
+7	.	.	PUNCT	O	0			556a0e4646c116dd76180c39db0f4ff9
+8	He	he	PRON	O	0			556a0e4646c116dd76180c39db0f4ff9
+9	's	's	VERB	O	0			556a0e4646c116dd76180c39db0f4ff9
+10	fine	fine	ADJ	O	0			556a0e4646c116dd76180c39db0f4ff9
+11	.	.	PUNCT	O	0			556a0e4646c116dd76180c39db0f4ff9
+12	He	he	PRON	O	0			556a0e4646c116dd76180c39db0f4ff9
+13	's	's	VERB	O	0			556a0e4646c116dd76180c39db0f4ff9
+14	everything	everything	NOUN	O	0			556a0e4646c116dd76180c39db0f4ff9
+15	but	but	CONJ	O	0			556a0e4646c116dd76180c39db0f4ff9
+16	mine	mine	PRON	O	0			556a0e4646c116dd76180c39db0f4ff9
+17	.	.	PUNCT	O	0			556a0e4646c116dd76180c39db0f4ff9
+
+1	The	the	DET	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+2	50%	NUMBER	NUM	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+3	Return	return	NOUN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+4	Method	method	NOUN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+5	Billionaire	billionaire	NOUN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+6	Investor	investor	NOUN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+7	Warren	warren	PROPN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+8	Buffet	buffet	PROPN	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+9	Wishes	wish	VERB	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+10	He	he	PRON	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+11	Could	could	AUX	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+12	Use	use	VERB	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+13	,	,	PUNCT	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+14	You	you	PRON	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+15	Can	can	AUX	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+16	Use	use	VERB	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+17	!	!	PUNCT	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+18	http://t.co/qsrdFJe	URL	X	O	0			8ce3417869f96f62bdb75e2bdaa959aa
+
+1	@updateconf	@USER	X	O	0			0ee315c8af424492f0887b4d50ce7cad
+2	I	i	PRON	O	0			0ee315c8af424492f0887b4d50ce7cad
+3	think	think	VERB	O	0			0ee315c8af424492f0887b4d50ce7cad
+4	I	i	PRON	O	0			0ee315c8af424492f0887b4d50ce7cad
+5	thought	think	VERB	O	0			0ee315c8af424492f0887b4d50ce7cad
+6	a	a	DET	O	0			0ee315c8af424492f0887b4d50ce7cad
+7	ticket	ticket	NOUN	O	0			0ee315c8af424492f0887b4d50ce7cad
+8	the	the	DET	O	0			0ee315c8af424492f0887b4d50ce7cad
+9	other	other	ADJ	O	0			0ee315c8af424492f0887b4d50ce7cad
+10	day	day	NOUN	O	0			0ee315c8af424492f0887b4d50ce7cad
+11	-	-	PUNCT	O	0			0ee315c8af424492f0887b4d50ce7cad
+12	PayPal	paypal	PROPN	O	0			0ee315c8af424492f0887b4d50ce7cad
+13	says	say	VERB	O	0			0ee315c8af424492f0887b4d50ce7cad
+14	Yes	yes	INTJ	O	0			0ee315c8af424492f0887b4d50ce7cad
+15	,	,	PUNCT	O	0			0ee315c8af424492f0887b4d50ce7cad
+16	Eventbrite	eventbrite	PROPN	O	0			0ee315c8af424492f0887b4d50ce7cad
+17	's	's	AUX	O	0			0ee315c8af424492f0887b4d50ce7cad
+18	never	never	ADV	O	0			0ee315c8af424492f0887b4d50ce7cad
+19	heard	hear	VERB	O	0			0ee315c8af424492f0887b4d50ce7cad
+20	of	of	ADP	O	0			0ee315c8af424492f0887b4d50ce7cad
+21	me	me	PRON	O	0			0ee315c8af424492f0887b4d50ce7cad
+22	.	.	PUNCT	O	0			0ee315c8af424492f0887b4d50ce7cad
+23	Can	can	AUX	O	0			0ee315c8af424492f0887b4d50ce7cad
+24	you	you	PRON	O	0			0ee315c8af424492f0887b4d50ce7cad
+25	confirm	confirm	VERB	O	0			0ee315c8af424492f0887b4d50ce7cad
+26	success/fail	success/fail	NOUN	O	0			0ee315c8af424492f0887b4d50ce7cad
+27	status	status	NOUN	O	0			0ee315c8af424492f0887b4d50ce7cad
+28	?	?	PUNCT	O	0			0ee315c8af424492f0887b4d50ce7cad
+
+1	Only	only	ADV	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+2	one	one	NUM	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+3	occasion	occasion	NOUN	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+4	was	be	VERB	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+5	something	something	NOUN	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+6	I	i	PRON	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+7	ordered	order	VERB	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+8	out	out	ADP	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+9	of	of	ADP	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+10	stock	stock	NOUN	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+11	and	and	CONJ	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+12	delayed	delay	VERB	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+13	.	.	PUNCT	O	0			e5fcbc6cac3a4e31db47c7c970cbd29e
+
+1	That	that	DET	O	0			57b16d5002a175ac49e9104dc8433a07
+2	moment	moment	NOUN	O	0			57b16d5002a175ac49e9104dc8433a07
+3	when	when	ADV	O	0			57b16d5002a175ac49e9104dc8433a07
+4	someone	someone	NOUN	O	0			57b16d5002a175ac49e9104dc8433a07
+5	tells	tell	VERB	O	0			57b16d5002a175ac49e9104dc8433a07
+6	you	you	PRON	O	0			57b16d5002a175ac49e9104dc8433a07
+7	that	that	SCONJ	O	0			57b16d5002a175ac49e9104dc8433a07
+8	you	you	PRON	O	0			57b16d5002a175ac49e9104dc8433a07
+9	and	and	CONJ	O	0			57b16d5002a175ac49e9104dc8433a07
+10	him	him	PRON	O	0			57b16d5002a175ac49e9104dc8433a07
+11	would	would	AUX	O	0			57b16d5002a175ac49e9104dc8433a07
+12	look	look	VERB	O	0			57b16d5002a175ac49e9104dc8433a07
+13	good	good	ADJ	O	0			57b16d5002a175ac49e9104dc8433a07
+14	together	together	ADV	O	0			57b16d5002a175ac49e9104dc8433a07
+15	.	.	PUNCT	O	0			57b16d5002a175ac49e9104dc8433a07
+16	♥	EMOTICON	X	O	0			57b16d5002a175ac49e9104dc8433a07
+
+1	New	new	ADJ	O	0			7811e793935a94177cea722e431be596
+2	FC	fc	PROPN	O	0			7811e793935a94177cea722e431be596
+3	Menu	menu	PROPN	O	0			7811e793935a94177cea722e431be596
+4	Utility	utility	PROPN	O	0			7811e793935a94177cea722e431be596
+5	2.0	NUMBER	NUM	O	0			7811e793935a94177cea722e431be596
+6	#apple	#apple	PROPN	O	0			7811e793935a94177cea722e431be596
+7	http://t.co/VftFt2c	URL	X	O	0			7811e793935a94177cea722e431be596
+
+1	I	i	PRON	O	0			dc090c7a76210d615bf5269bd934585b
+2	'	'	PUNCT	O	0			dc090c7a76210d615bf5269bd934585b
+3	m	m	VERB	O	0			dc090c7a76210d615bf5269bd934585b
+4	very	very	ADV	O	0			dc090c7a76210d615bf5269bd934585b
+5	disappointed	disappointed	ADJ	O	0			dc090c7a76210d615bf5269bd934585b
+6	with	with	ADP	O	0			dc090c7a76210d615bf5269bd934585b
+7	my	my	DET	O	0			dc090c7a76210d615bf5269bd934585b
+8	£	£	X	O	0			dc090c7a76210d615bf5269bd934585b
+9	0	0	NUM	O	0			dc090c7a76210d615bf5269bd934585b
+10	,	,	PUNCT	O	0			dc090c7a76210d615bf5269bd934585b
+11	000	000	NUM	O	0			dc090c7a76210d615bf5269bd934585b
+12	purchase	purchase	NOUN	O	0			dc090c7a76210d615bf5269bd934585b
+13	and	and	CONJ	O	0			dc090c7a76210d615bf5269bd934585b
+14	I	i	PRON	O	0			dc090c7a76210d615bf5269bd934585b
+15	regret	regret	VERB	O	0			dc090c7a76210d615bf5269bd934585b
+16	ever	ever	ADV	O	0			dc090c7a76210d615bf5269bd934585b
+17	going	go	VERB	O	0			dc090c7a76210d615bf5269bd934585b
+18	near	near	ADP	O	0			dc090c7a76210d615bf5269bd934585b
+19	their	their	DET	O	0			dc090c7a76210d615bf5269bd934585b
+20	store	store	NOUN	O	0			dc090c7a76210d615bf5269bd934585b
+21	.	.	PUNCT	O	0			dc090c7a76210d615bf5269bd934585b
+
+1	I	i	PRON	O	0			38692f8ff9373ad570f13965956ed23b
+2	would	would	VERB	O	0			38692f8ff9373ad570f13965956ed23b
+3	shop	shop	VERB	O	0			38692f8ff9373ad570f13965956ed23b
+4	again	again	ADV	O	0			38692f8ff9373ad570f13965956ed23b
+5	at	at	ADP	O	0			38692f8ff9373ad570f13965956ed23b
+6	AO	ao	PROPN	O	0			38692f8ff9373ad570f13965956ed23b
+7	but	but	CONJ	O	0			38692f8ff9373ad570f13965956ed23b
+8	i	i	PRON	O	0			38692f8ff9373ad570f13965956ed23b
+9	would	would	VERB	O	0			38692f8ff9373ad570f13965956ed23b
+10	do	do	VERB	O	0			38692f8ff9373ad570f13965956ed23b
+11	my	my	DET	O	0			38692f8ff9373ad570f13965956ed23b
+12	homework	homework	NOUN	O	0			38692f8ff9373ad570f13965956ed23b
+13	elsewhere	elsewhere	ADV	O	0			38692f8ff9373ad570f13965956ed23b
+14	first	first	ADV	O	0			38692f8ff9373ad570f13965956ed23b
+15	before	before	ADP	O	0			38692f8ff9373ad570f13965956ed23b
+16	i	i	PRON	O	0			38692f8ff9373ad570f13965956ed23b
+17	hit	hit	VERB	O	0			38692f8ff9373ad570f13965956ed23b
+18	the	the	DET	O	0			38692f8ff9373ad570f13965956ed23b
+19	buy	buy	NOUN	O	0			38692f8ff9373ad570f13965956ed23b
+20	button	button	NOUN	O	0			38692f8ff9373ad570f13965956ed23b
+21	.	.	PUNCT	O	0			38692f8ff9373ad570f13965956ed23b
+
+1	RT	rt	X	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+2	@Mrweedsmoker03	@USER	X	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+3	ON	on	ADP	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+4	some	some	DET	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+5	real	real	ADJ	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+6	ass	ass	NOUN	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+7	shit	shit	NOUN	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+8	...	...	PUNCT	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+9	if	if	SCONJ	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+10	you	you	PRON	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+11	DL	dl	VERB	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+12	...	...	PUNCT	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+13	#goneon	#goneon	X	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+14	it	it	PRON	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+15	s	s	VERB	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+16	2011	NUMBER	NUM	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+17	...	...	PUNCT	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+18	there	there	PRON	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+19	is	be	VERB	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+20	no	no	DET	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+21	such	such	ADJ	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+22	thing	thing	NOUN	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+23	...	...	PUNCT	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+24	SMFH|	smfh|	X	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+25	#nothingbutthetruth	#nothingbutthetruth	X	O	0			2a0c3cfcb2de856cf233f06747ad0ec2
+
+1	Happy	happy	ADJ	O	0			16097667732d1991fb40c687df313db6
+2	Main	main	ADJ	O	0			16097667732d1991fb40c687df313db6
+3	Event	event	NOUN	O	0			16097667732d1991fb40c687df313db6
+4	Day	day	NOUN	O	0			16097667732d1991fb40c687df313db6
+5	!	!	PUNCT	O	0			16097667732d1991fb40c687df313db6
+6	GL	gl	X	O	0			16097667732d1991fb40c687df313db6
+7	to	to	ADP	O	0			16097667732d1991fb40c687df313db6
+8	all	all	DET	O	0			16097667732d1991fb40c687df313db6
+9	who	who	PRON	O	0			16097667732d1991fb40c687df313db6
+10	are	be	AUX	O	0			16097667732d1991fb40c687df313db6
+11	playing	play	VERB	O	0			16097667732d1991fb40c687df313db6
+12	on	on	ADP	O	0			16097667732d1991fb40c687df313db6
+13	Day	day	NOUN	O	0			16097667732d1991fb40c687df313db6
+14	1A	NUMBER	NUM	O	0			16097667732d1991fb40c687df313db6
+15	.	.	PUNCT	O	0			16097667732d1991fb40c687df313db6
+16	Action	action	NOUN	O	0			16097667732d1991fb40c687df313db6
+17	begins	begin	VERB	O	0			16097667732d1991fb40c687df313db6
+18	at	at	ADP	O	0			16097667732d1991fb40c687df313db6
+19	3	NUMBER	NUM	O	0			16097667732d1991fb40c687df313db6
+20	ET	et	NOUN	O	0			16097667732d1991fb40c687df313db6
+21	.	.	PUNCT	O	0			16097667732d1991fb40c687df313db6
+
+1	Also	also	ADV	O	0			344a750f6083aeca9ed6f856ade83b7a
+2	it	it	PRON	O	0			344a750f6083aeca9ed6f856ade83b7a
+3	is	be	AUX	O	0			344a750f6083aeca9ed6f856ade83b7a
+4	called	call	VERB	O	0			344a750f6083aeca9ed6f856ade83b7a
+5	everything0pounds	everything0pounds	NOUN	O	0			344a750f6083aeca9ed6f856ade83b7a
+6	.	.	PUNCT	O	0			344a750f6083aeca9ed6f856ade83b7a
+7	com	com	NOUN	O	0			344a750f6083aeca9ed6f856ade83b7a
+8	however	however	ADV	O	0			344a750f6083aeca9ed6f856ade83b7a
+9	it	it	PRON	O	0			344a750f6083aeca9ed6f856ade83b7a
+10	should	should	AUX	O	0			344a750f6083aeca9ed6f856ade83b7a
+11	be	be	VERB	O	0			344a750f6083aeca9ed6f856ade83b7a
+12	£	£	X	O	0			344a750f6083aeca9ed6f856ade83b7a
+13	0	0	NUM	O	0			344a750f6083aeca9ed6f856ade83b7a
+14	.	.	PUNCT	O	0			344a750f6083aeca9ed6f856ade83b7a
+15	00	00	NUM	O	0			344a750f6083aeca9ed6f856ade83b7a
+16	as	as	ADP	O	0			344a750f6083aeca9ed6f856ade83b7a
+17	you	you	PRON	O	0			344a750f6083aeca9ed6f856ade83b7a
+18	have	have	AUX	O	0			344a750f6083aeca9ed6f856ade83b7a
+19	to	to	PART	O	0			344a750f6083aeca9ed6f856ade83b7a
+20	pay	pay	VERB	O	0			344a750f6083aeca9ed6f856ade83b7a
+21	for	for	ADP	O	0			344a750f6083aeca9ed6f856ade83b7a
+22	delievery	delievery	NOUN	O	0			344a750f6083aeca9ed6f856ade83b7a
+23	!	!	PUNCT	O	0			344a750f6083aeca9ed6f856ade83b7a
+
+1	Had	have	VERB	O	0			560e564744335dfc7c2845b4661d8157
+2	Fun	fun	ADJ	O	0			560e564744335dfc7c2845b4661d8157
+3	,	,	PUNCT	O	0			560e564744335dfc7c2845b4661d8157
+4	Now	now	ADV	O	0			560e564744335dfc7c2845b4661d8157
+5	I	i	PRON	O	0			560e564744335dfc7c2845b4661d8157
+6	'm	'm	VERB	O	0			560e564744335dfc7c2845b4661d8157
+7	Omw	omw	X	O	0			560e564744335dfc7c2845b4661d8157
+8	To	to	ADP	O	0			560e564744335dfc7c2845b4661d8157
+9	My	my	PRON	O	0			560e564744335dfc7c2845b4661d8157
+10	Gma	gma	NOUN	O	0			560e564744335dfc7c2845b4661d8157
+11	House	house	NOUN	O	0			560e564744335dfc7c2845b4661d8157
+12	For	for	ADP	O	0			560e564744335dfc7c2845b4661d8157
+13	Her	her	PRON	O	0			560e564744335dfc7c2845b4661d8157
+14	Birthday	birthday	NOUN	O	0			560e564744335dfc7c2845b4661d8157
+
+1	@HippieOfLove	@USER	X	O	0			79b254dc6a4c0d5dd0d1f07f2c39e806
+2	u	u	PRON	O	0			79b254dc6a4c0d5dd0d1f07f2c39e806
+3	eat	eat	VERB	O	0			79b254dc6a4c0d5dd0d1f07f2c39e806
+4	sushi	sushi	NOUN	O	0			79b254dc6a4c0d5dd0d1f07f2c39e806
+5	?	?	PUNCT	O	0			79b254dc6a4c0d5dd0d1f07f2c39e806
+
+1	no	no	DET	O	0			1c04f6998d47f6757f5c52eed1707935
+2	problems	problem	NOUN	O	0			1c04f6998d47f6757f5c52eed1707935
+3	whatsoever	whatsoever	ADV	O	0			1c04f6998d47f6757f5c52eed1707935
+4	with	with	ADP	O	0			1c04f6998d47f6757f5c52eed1707935
+5	the	the	DET	O	0			1c04f6998d47f6757f5c52eed1707935
+6	product	product	NOUN	O	0			1c04f6998d47f6757f5c52eed1707935
+7	its	its	PRON	O	0			1c04f6998d47f6757f5c52eed1707935
+8	fantastic	fantastic	ADJ	O	0			1c04f6998d47f6757f5c52eed1707935
+9	,	,	PUNCT	O	0			1c04f6998d47f6757f5c52eed1707935
+10	but	but	CONJ	O	0			1c04f6998d47f6757f5c52eed1707935
+11	the	the	DET	O	0			1c04f6998d47f6757f5c52eed1707935
+12	courier	courier	NOUN	O	0			1c04f6998d47f6757f5c52eed1707935
+13	service	service	NOUN	O	0			1c04f6998d47f6757f5c52eed1707935
+14	was	be	VERB	O	0			1c04f6998d47f6757f5c52eed1707935
+15	very	very	ADV	O	0			1c04f6998d47f6757f5c52eed1707935
+16	difficult	difficult	ADJ	O	0			1c04f6998d47f6757f5c52eed1707935
+17	to	to	PART	O	0			1c04f6998d47f6757f5c52eed1707935
+18	say	say	VERB	O	0			1c04f6998d47f6757f5c52eed1707935
+19	the	the	DET	O	0			1c04f6998d47f6757f5c52eed1707935
+20	least	least	NOUN	O	0			1c04f6998d47f6757f5c52eed1707935
+21	.	.	PUNCT	O	0			1c04f6998d47f6757f5c52eed1707935
+
+1	And	and	CONJ	O	0			0683c3fde6368d200db4ffa93d7cb04d
+2	that	that	DET	O	0			0683c3fde6368d200db4ffa93d7cb04d
+3	is	be	VERB	O	0			0683c3fde6368d200db4ffa93d7cb04d
+4	what	what	PRON	O	0			0683c3fde6368d200db4ffa93d7cb04d
+5	origami	origami	NOUN	O	0			0683c3fde6368d200db4ffa93d7cb04d
+6	used	use	VERB	O	0			0683c3fde6368d200db4ffa93d7cb04d
+7	to	to	PART	O	0			0683c3fde6368d200db4ffa93d7cb04d
+8	be	be	VERB	O	0			0683c3fde6368d200db4ffa93d7cb04d
+9	.	.	PUNCT	O	0			0683c3fde6368d200db4ffa93d7cb04d
+
+1	Have	have	AUX	O	0			64187d132bc79f43955b01666c83d765
+2	recommended	recommend	VERB	O	0			64187d132bc79f43955b01666c83d765
+3	this	this	DET	O	0			64187d132bc79f43955b01666c83d765
+4	site	site	NOUN	O	0			64187d132bc79f43955b01666c83d765
+5	to	to	ADP	O	0			64187d132bc79f43955b01666c83d765
+6	friends	friend	NOUN	O	0			64187d132bc79f43955b01666c83d765
+7	and	and	CONJ	O	0			64187d132bc79f43955b01666c83d765
+8	I	i	PRON	O	0			64187d132bc79f43955b01666c83d765
+9	will	will	AUX	O	0			64187d132bc79f43955b01666c83d765
+10	definately	definately	ADV	O	0			64187d132bc79f43955b01666c83d765
+11	be	be	AUX	O	0			64187d132bc79f43955b01666c83d765
+12	visiting	visit	VERB	O	0			64187d132bc79f43955b01666c83d765
+13	again	again	ADV	O	0			64187d132bc79f43955b01666c83d765
+14	when	when	ADV	O	0			64187d132bc79f43955b01666c83d765
+15	I	i	PRON	O	0			64187d132bc79f43955b01666c83d765
+16	need	need	VERB	O	0			64187d132bc79f43955b01666c83d765
+17	more	more	ADJ	O	0			64187d132bc79f43955b01666c83d765
+18	games	game	NOUN	O	0			64187d132bc79f43955b01666c83d765
+
+1	This	this	DET	O	0			208ec249eb78a828f8728ee18974a64f
+2	year	year	NOUN	O	0			208ec249eb78a828f8728ee18974a64f
+3	,	,	PUNCT	O	0			208ec249eb78a828f8728ee18974a64f
+4	on	on	ADP	O	0			208ec249eb78a828f8728ee18974a64f
+5	renewal	renewal	NOUN	O	0			208ec249eb78a828f8728ee18974a64f
+6	Marion	marion	PROPN	O	0			208ec249eb78a828f8728ee18974a64f
+7	Williams	williams	PROPN	O	0			208ec249eb78a828f8728ee18974a64f
+8	has	have	AUX	O	0			208ec249eb78a828f8728ee18974a64f
+9	been	be	VERB	O	0			208ec249eb78a828f8728ee18974a64f
+10	particularly	particularly	ADV	O	0			208ec249eb78a828f8728ee18974a64f
+11	helpful	helpful	ADJ	O	0			208ec249eb78a828f8728ee18974a64f
+12	.	.	PUNCT	O	0			208ec249eb78a828f8728ee18974a64f
+
+1	I	i	PRON	O	0			f25bd58801394d2daf8cf1c417d43235
+2	was	be	VERB	O	0			f25bd58801394d2daf8cf1c417d43235
+3	very	very	ADV	O	0			f25bd58801394d2daf8cf1c417d43235
+4	pleased	pleased	ADJ	O	0			f25bd58801394d2daf8cf1c417d43235
+5	with	with	ADP	O	0			f25bd58801394d2daf8cf1c417d43235
+6	the	the	DET	O	0			f25bd58801394d2daf8cf1c417d43235
+7	prices	price	NOUN	O	0			f25bd58801394d2daf8cf1c417d43235
+8	in	in	ADP	O	0			f25bd58801394d2daf8cf1c417d43235
+9	the	the	DET	O	0			f25bd58801394d2daf8cf1c417d43235
+10	Petflea	petflea	PROPN	O	0			f25bd58801394d2daf8cf1c417d43235
+11	website	website	NOUN	O	0			f25bd58801394d2daf8cf1c417d43235
+12	,	,	PUNCT	O	0			f25bd58801394d2daf8cf1c417d43235
+13	the	the	DET	O	0			f25bd58801394d2daf8cf1c417d43235
+14	Frontline	frontline	PROPN	O	0			f25bd58801394d2daf8cf1c417d43235
+15	flea	flea	NOUN	O	0			f25bd58801394d2daf8cf1c417d43235
+16	treatment	treatment	NOUN	O	0			f25bd58801394d2daf8cf1c417d43235
+17	price	price	NOUN	O	0			f25bd58801394d2daf8cf1c417d43235
+18	especially	especially	ADV	O	0			f25bd58801394d2daf8cf1c417d43235
+19	.	.	PUNCT	O	0			f25bd58801394d2daf8cf1c417d43235
+
+1	I	i	PRON	O	0			4e3c9347642484947225ebe2efe8761b
+2	'm	'm	VERB	O	0			4e3c9347642484947225ebe2efe8761b
+3	Jessi	jessi	NOUN	O	0			4e3c9347642484947225ebe2efe8761b
+4	,	,	PUNCT	O	0			4e3c9347642484947225ebe2efe8761b
+5	and	and	CONJ	O	0			4e3c9347642484947225ebe2efe8761b
+6	this	this	PRON	O	0			4e3c9347642484947225ebe2efe8761b
+7	is	be	VERB	O	0			4e3c9347642484947225ebe2efe8761b
+8	my	my	PRON	O	0			4e3c9347642484947225ebe2efe8761b
+9	suitcase	suitcase	NOUN	O	0			4e3c9347642484947225ebe2efe8761b
+10	.	.	PUNCT	O	0			4e3c9347642484947225ebe2efe8761b
+
+1	I	i	PRON	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+2	would	would	VERB	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+3	highly	highly	ADV	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+4	recommend	recommend	VERB	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+5	them	them	PRON	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+6	to	to	ADP	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+7	anyone	anyone	PRON	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+8	and	and	CONJ	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+9	would	would	VERB	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+10	definitely	definitely	ADV	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+11	buy	buy	VERB	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+12	from	from	ADP	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+13	this	this	DET	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+14	company	company	NOUN	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+15	again	again	ADV	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+16	.	.	PUNCT	O	0			8edc7f752b45ade9f65b0eac9733ddb5
+
+1	Excellent	excellent	ADJ	O	0			d50f080c663e8f1e0a697600c381699d
+2	service	service	NOUN	O	0			d50f080c663e8f1e0a697600c381699d
+3	and	and	CONJ	O	0			d50f080c663e8f1e0a697600c381699d
+4	speedy	speedy	ADJ	O	0			d50f080c663e8f1e0a697600c381699d
+5	payment	payment	NOUN	O	0			d50f080c663e8f1e0a697600c381699d
+6	.	.	PUNCT	O	0			d50f080c663e8f1e0a697600c381699d
+
+1	@HDstateofMind	@USER	X	O	0			10fde070942180336d4df79975f9267c
+2	wat	wat	PRON	O	0			10fde070942180336d4df79975f9267c
+3	channle	channle	NOUN	O	0			10fde070942180336d4df79975f9267c
+
+1	@MrHelium89	@USER	X	O	0			f5b4d3bca190429e6a444b49369eef1d
+2	LOOLLL	loolll	INTJ	O	0			f5b4d3bca190429e6a444b49369eef1d
+3	I	i	PRON	O	0			f5b4d3bca190429e6a444b49369eef1d
+4	was	be	AUX	O	0			f5b4d3bca190429e6a444b49369eef1d
+5	lyin	lyin	VERB	O	0			f5b4d3bca190429e6a444b49369eef1d
+6	gem	gem	PROPN	O	0			f5b4d3bca190429e6a444b49369eef1d
+
+1	Havin	havin	VERB	O	0			5bcc138aae2f24a910ed9f7e313d218f
+2	fun	fun	NOUN	O	0			5bcc138aae2f24a910ed9f7e313d218f
+3	at	at	ADP	O	0			5bcc138aae2f24a910ed9f7e313d218f
+4	cade	cade	PROPN	O	0			5bcc138aae2f24a910ed9f7e313d218f
+5	ferguson	ferguson	PROPN	O	0			5bcc138aae2f24a910ed9f7e313d218f
+6	s	s	PART	O	0			5bcc138aae2f24a910ed9f7e313d218f
+7	house	house	NOUN	O	0			5bcc138aae2f24a910ed9f7e313d218f
+
+1	Great	great	ADJ	O	0			ae234cfdd181596f222e54b844da54a2
+2	service	service	NOUN	O	0			ae234cfdd181596f222e54b844da54a2
+3	and	and	CONJ	O	0			ae234cfdd181596f222e54b844da54a2
+4	I	i	PRON	O	0			ae234cfdd181596f222e54b844da54a2
+5	'	'	PART	O	0			ae234cfdd181596f222e54b844da54a2
+6	ll	ll	VERB	O	0			ae234cfdd181596f222e54b844da54a2
+7	not	not	ADV	O	0			ae234cfdd181596f222e54b844da54a2
+8	only	only	ADV	O	0			ae234cfdd181596f222e54b844da54a2
+9	use	use	VERB	O	0			ae234cfdd181596f222e54b844da54a2
+10	this	this	DET	O	0			ae234cfdd181596f222e54b844da54a2
+11	site	site	NOUN	O	0			ae234cfdd181596f222e54b844da54a2
+12	again	again	ADV	O	0			ae234cfdd181596f222e54b844da54a2
+13	but	but	CONJ	O	0			ae234cfdd181596f222e54b844da54a2
+14	I	i	PRON	O	0			ae234cfdd181596f222e54b844da54a2
+15	'	'	PART	O	0			ae234cfdd181596f222e54b844da54a2
+16	ll	ll	VERB	O	0			ae234cfdd181596f222e54b844da54a2
+17	also	also	ADV	O	0			ae234cfdd181596f222e54b844da54a2
+18	be	be	AUX	O	0			ae234cfdd181596f222e54b844da54a2
+19	recommending	recommend	VERB	O	0			ae234cfdd181596f222e54b844da54a2
+20	it	it	PRON	O	0			ae234cfdd181596f222e54b844da54a2
+21	to	to	ADP	O	0			ae234cfdd181596f222e54b844da54a2
+22	family	family	NOUN	O	0			ae234cfdd181596f222e54b844da54a2
+23	and	and	CONJ	O	0			ae234cfdd181596f222e54b844da54a2
+24	friends	friend	NOUN	O	0			ae234cfdd181596f222e54b844da54a2
+
+1	@DatYellow	@USER	X	O	0			df200555199b15cb6d822edcb02c643a
+2	@StealthyCupcake	@USER	X	O	0			df200555199b15cb6d822edcb02c643a
+3	2+4	NUMBER	NUM	O	0			df200555199b15cb6d822edcb02c643a
+4	=	=	PUNCT	O	0			df200555199b15cb6d822edcb02c643a
+5	6	NUMBER	NUM	O	0			df200555199b15cb6d822edcb02c643a
+6	I	i	PRON	O	0			df200555199b15cb6d822edcb02c643a
+7	have	have	VERB	O	0			df200555199b15cb6d822edcb02c643a
+8	8	NUMBER	NUM	O	0			df200555199b15cb6d822edcb02c643a
+9	.	.	PUNCT	O	0			df200555199b15cb6d822edcb02c643a
+
+1	@walkerhell	@USER	X	O	0			cec3141fb12418dc24615eaaaaa41626
+2	I	i	PRON	O	0			cec3141fb12418dc24615eaaaaa41626
+3	know	know	VERB	O	0			cec3141fb12418dc24615eaaaaa41626
+4	but	but	CONJ	O	0			cec3141fb12418dc24615eaaaaa41626
+5	passing	pass	VERB	O	0			cec3141fb12418dc24615eaaaaa41626
+6	uni	uni	NOUN	O	0			cec3141fb12418dc24615eaaaaa41626
+7	so	so	ADP	O	0			cec3141fb12418dc24615eaaaaa41626
+8	I	i	PRON	O	0			cec3141fb12418dc24615eaaaaa41626
+9	can	can	AUX	O	0			cec3141fb12418dc24615eaaaaa41626
+10	go	go	VERB	O	0			cec3141fb12418dc24615eaaaaa41626
+11	to	to	ADP	O	0			cec3141fb12418dc24615eaaaaa41626
+12	America	america	PROPN	O	0			cec3141fb12418dc24615eaaaaa41626
+13	next	next	ADJ	O	0			cec3141fb12418dc24615eaaaaa41626
+14	year	year	NOUN	O	0			cec3141fb12418dc24615eaaaaa41626
+15	and	and	CONJ	O	0			cec3141fb12418dc24615eaaaaa41626
+16	stalk	stalk	VERB	O	0			cec3141fb12418dc24615eaaaaa41626
+17	out	out	ADP	O	0			cec3141fb12418dc24615eaaaaa41626
+18	Corey	corey	PROPN	O	0			cec3141fb12418dc24615eaaaaa41626
+19	,	,	PUNCT	O	0			cec3141fb12418dc24615eaaaaa41626
+20	that	that	PRON	O	0			cec3141fb12418dc24615eaaaaa41626
+21	's	's	VERB	O	0			cec3141fb12418dc24615eaaaaa41626
+22	a	a	DET	O	0			cec3141fb12418dc24615eaaaaa41626
+23	plan	plan	NOUN	O	0			cec3141fb12418dc24615eaaaaa41626
+24	.	.	PUNCT	O	0			cec3141fb12418dc24615eaaaaa41626
+
+1	RT	rt	X	O	0			a51b9e306807c466539b269f80ef4489
+2	@jdbieber_ftw	@USER	X	O	0			a51b9e306807c466539b269f80ef4489
+3	:	:	X	O	0			a51b9e306807c466539b269f80ef4489
+4	he	he	PRON	O	0			a51b9e306807c466539b269f80ef4489
+5	looks	look	VERB	O	0			a51b9e306807c466539b269f80ef4489
+6	so	so	ADV	O	0			a51b9e306807c466539b269f80ef4489
+7	crushed	crushed	ADJ	O	0			a51b9e306807c466539b269f80ef4489
+8	lmao	lmao	INTJ	O	0			a51b9e306807c466539b269f80ef4489
+9	http://t.co/4BwoGzfk	URL	X	O	0			a51b9e306807c466539b269f80ef4489
+
+1	We	we	PRON	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+2	all	all	DET	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+3	want	want	VERB	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+4	to	to	PART	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+5	be	be	VERB	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+6	stars	star	NOUN	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+7	--	--	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+8	celebrities	celebrity	NOUN	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+9	,	,	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+10	singers	singer	NOUN	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+11	,	,	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+12	comedians	comedian	NOUN	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+13	--	--	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+14	and	and	CONJ	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+15	when	when	ADV	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+16	I	i	PRON	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+17	was	be	VERB	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+18	younger	younger	ADJ	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+19	,	,	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+20	that	that	SCONJ	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+21	seemed	seem	VERB	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+22	so	so	ADV	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+23	very	very	ADV	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+24	,	,	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+25	very	very	ADV	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+26	hard	hard	ADJ	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+27	to	to	PART	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+28	do	do	VERB	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+29	.	.	PUNCT	O	0			0c3ff15c87820a5c7f4aa1f9020c58c4
+
+1	RT	rt	X	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+2	@ohgirlphrase	@USER	X	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+3	:	:	X	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+4	When	when	ADV	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+5	I	i	PRON	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+6	see	see	VERB	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+7	you	you	PRON	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+8	,	,	PUNCT	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+9	I	i	PRON	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+10	smile	smile	VERB	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+11	.	.	PUNCT	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+12	When	when	ADV	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+13	you	you	PRON	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+14	smile	smile	VERB	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+15	back	back	ADV	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+16	,	,	PUNCT	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+17	my	my	PRON	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+18	heart	heart	NOUN	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+19	smiles	smile	VERB	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+20	♥	EMOTICON	X	O	0			1ed4127c8f58f4d5bfa9d3d3ea814699
+
+1	Our	our	DET	O	0			1b59d64589258a301a2b355128c37fe4
+2	flights	flight	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+3	were	be	AUX	O	0			1b59d64589258a301a2b355128c37fe4
+4	cancelled	cancel	VERB	O	0			1b59d64589258a301a2b355128c37fe4
+5	on	on	ADP	O	0			1b59d64589258a301a2b355128c37fe4
+6	December	december	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+7	00th	00th	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+8	from	from	ADP	O	0			1b59d64589258a301a2b355128c37fe4
+9	heathrow	heathrow	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+10	due	due	CONJ	O	0			1b59d64589258a301a2b355128c37fe4
+11	to	to	PART	O	0			1b59d64589258a301a2b355128c37fe4
+12	the	the	DET	O	0			1b59d64589258a301a2b355128c37fe4
+13	adverse	adverse	ADJ	O	0			1b59d64589258a301a2b355128c37fe4
+14	weather	weather	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+15	situation	situation	NOUN	O	0			1b59d64589258a301a2b355128c37fe4
+16	.	.	PUNCT	O	0			1b59d64589258a301a2b355128c37fe4
+
+1	hello	hello	INTJ	O	0			61c1606eeba37be9e6e930a31ad330fb
+2	bitches	bitch	NOUN	O	0			61c1606eeba37be9e6e930a31ad330fb
+
+1	Yea	yea	INTJ	O	0			6783262375649839012ab7bfa7af4e33
+2	*	*	PUNCT	O	0			6783262375649839012ab7bfa7af4e33
+3	fist	fist	NOUN	O	0			6783262375649839012ab7bfa7af4e33
+4	pumps	pump	NOUN	O	0			6783262375649839012ab7bfa7af4e33
+5	*	*	PUNCT	O	0			6783262375649839012ab7bfa7af4e33
+6	mhmm	mhmm	INTJ	O	0			6783262375649839012ab7bfa7af4e33
+
+1	When	when	CONJ	O	0			1e18b6ea0ade91f57825ade18361d367
+2	I	i	PRON	O	0			1e18b6ea0ade91f57825ade18361d367
+3	looked	look	VERB	O	0			1e18b6ea0ade91f57825ade18361d367
+4	I	i	PRON	O	0			1e18b6ea0ade91f57825ade18361d367
+5	could	could	AUX	O	0			1e18b6ea0ade91f57825ade18361d367
+6	see	see	VERB	O	0			1e18b6ea0ade91f57825ade18361d367
+7	they	they	PRON	O	0			1e18b6ea0ade91f57825ade18361d367
+8	had	have	AUX	O	0			1e18b6ea0ade91f57825ade18361d367
+9	taken	take	VERB	O	0			1e18b6ea0ade91f57825ade18361d367
+10	my	my	DET	O	0			1e18b6ea0ade91f57825ade18361d367
+11	money	money	NOUN	O	0			1e18b6ea0ade91f57825ade18361d367
+12	but	but	CONJ	O	0			1e18b6ea0ade91f57825ade18361d367
+13	no	no	DET	O	0			1e18b6ea0ade91f57825ade18361d367
+14	order	order	NOUN	O	0			1e18b6ea0ade91f57825ade18361d367
+15	was	be	AUX	O	0			1e18b6ea0ade91f57825ade18361d367
+16	showing	show	VERB	O	0			1e18b6ea0ade91f57825ade18361d367
+17	on	on	ADP	O	0			1e18b6ea0ade91f57825ade18361d367
+18	system	system	NOUN	O	0			1e18b6ea0ade91f57825ade18361d367
+19	.	.	PUNCT	O	0			1e18b6ea0ade91f57825ade18361d367
+
+1	My	my	PRON	O	0			ac701c9e280ecd0815329535eb2c414c
+2	talk	talk	NOUN	O	0			ac701c9e280ecd0815329535eb2c414c
+3	is	be	VERB	O	0			ac701c9e280ecd0815329535eb2c414c
+4	``	``	PUNCT	O	0			ac701c9e280ecd0815329535eb2c414c
+5	Flapping	flapping	PROPN	O	0			ac701c9e280ecd0815329535eb2c414c
+6	Birds	birds	PROPN	O	0			ac701c9e280ecd0815329535eb2c414c
+7	and	and	CONJ	O	0			ac701c9e280ecd0815329535eb2c414c
+8	Space	space	PROPN	O	0			ac701c9e280ecd0815329535eb2c414c
+9	Telescopes	telescopes	PROPN	O	0			ac701c9e280ecd0815329535eb2c414c
+10	''	''	PUNCT	O	0			ac701c9e280ecd0815329535eb2c414c
+11	.	.	PUNCT	O	0			ac701c9e280ecd0815329535eb2c414c
+
+1	I	i	PRON	O	0			2c576bb9378c83a4dd4e8af25c10574a
+2	discovered	discover	VERB	O	0			2c576bb9378c83a4dd4e8af25c10574a
+3	one	one	NUM	O	0			2c576bb9378c83a4dd4e8af25c10574a
+4	curtain	curtain	NOUN	O	0			2c576bb9378c83a4dd4e8af25c10574a
+5	ring	ring	NOUN	O	0			2c576bb9378c83a4dd4e8af25c10574a
+6	missing	miss	VERB	O	0			2c576bb9378c83a4dd4e8af25c10574a
+7	,	,	PUNCT	O	0			2c576bb9378c83a4dd4e8af25c10574a
+8	and	and	CONJ	O	0			2c576bb9378c83a4dd4e8af25c10574a
+9	after	after	ADP	O	0			2c576bb9378c83a4dd4e8af25c10574a
+10	an	an	DET	O	0			2c576bb9378c83a4dd4e8af25c10574a
+11	email	email	NOUN	O	0			2c576bb9378c83a4dd4e8af25c10574a
+12	to	to	ADP	O	0			2c576bb9378c83a4dd4e8af25c10574a
+13	the	the	DET	O	0			2c576bb9378c83a4dd4e8af25c10574a
+14	company	company	NOUN	O	0			2c576bb9378c83a4dd4e8af25c10574a
+15	,	,	PUNCT	O	0			2c576bb9378c83a4dd4e8af25c10574a
+16	it	it	PRON	O	0			2c576bb9378c83a4dd4e8af25c10574a
+17	was	be	AUX	O	0			2c576bb9378c83a4dd4e8af25c10574a
+18	promptly	promptly	ADV	O	0			2c576bb9378c83a4dd4e8af25c10574a
+19	posted	post	VERB	O	0			2c576bb9378c83a4dd4e8af25c10574a
+20	to	to	ADP	O	0			2c576bb9378c83a4dd4e8af25c10574a
+21	me	me	PRON	O	0			2c576bb9378c83a4dd4e8af25c10574a
+22	.	.	PUNCT	O	0			2c576bb9378c83a4dd4e8af25c10574a
+
+1	I	i	PRON	O	0			8fd41f31620a7d58fcad0818cb4d988f
+2	get	get	VERB	O	0			8fd41f31620a7d58fcad0818cb4d988f
+3	to	to	PART	O	0			8fd41f31620a7d58fcad0818cb4d988f
+4	meet	meet	VERB	O	0			8fd41f31620a7d58fcad0818cb4d988f
+5	all	all	DET	O	0			8fd41f31620a7d58fcad0818cb4d988f
+6	kinds	kind	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+7	of	of	ADP	O	0			8fd41f31620a7d58fcad0818cb4d988f
+8	great	great	ADJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+9	people	people	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+10	;	;	PUNCT	O	0			8fd41f31620a7d58fcad0818cb4d988f
+11	my	my	PRON	O	0			8fd41f31620a7d58fcad0818cb4d988f
+12	dollars	dollar	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+13	usually	usually	ADV	O	0			8fd41f31620a7d58fcad0818cb4d988f
+14	go	go	VERB	O	0			8fd41f31620a7d58fcad0818cb4d988f
+15	to	to	ADP	O	0			8fd41f31620a7d58fcad0818cb4d988f
+16	a	a	DET	O	0			8fd41f31620a7d58fcad0818cb4d988f
+17	good	good	ADJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+18	cause	cause	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+19	;	;	PUNCT	O	0			8fd41f31620a7d58fcad0818cb4d988f
+20	I	i	PRON	O	0			8fd41f31620a7d58fcad0818cb4d988f
+21	look	look	VERB	O	0			8fd41f31620a7d58fcad0818cb4d988f
+22	pretty	pretty	ADV	O	0			8fd41f31620a7d58fcad0818cb4d988f
+23	unique	unique	ADJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+24	;	;	PUNCT	O	0			8fd41f31620a7d58fcad0818cb4d988f
+25	and	and	CONJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+26	it	it	PRON	O	0			8fd41f31620a7d58fcad0818cb4d988f
+27	makes	make	VERB	O	0			8fd41f31620a7d58fcad0818cb4d988f
+28	shopping	shopping	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+29	like	like	SCONJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+30	my	my	PRON	O	0			8fd41f31620a7d58fcad0818cb4d988f
+31	own	own	ADJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+32	personal	personal	ADJ	O	0			8fd41f31620a7d58fcad0818cb4d988f
+33	treasure	treasure	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+34	hunt	hunt	NOUN	O	0			8fd41f31620a7d58fcad0818cb4d988f
+35	.	.	PUNCT	O	0			8fd41f31620a7d58fcad0818cb4d988f
+
+1	@walkerhell	@USER	X	O	0			45d4cd3f42b5b0a657807cbf1744d460
+2	I	i	PRON	O	0			45d4cd3f42b5b0a657807cbf1744d460
+3	know	know	VERB	O	0			45d4cd3f42b5b0a657807cbf1744d460
+4	but	but	CONJ	O	0			45d4cd3f42b5b0a657807cbf1744d460
+5	passing	pass	VERB	O	0			45d4cd3f42b5b0a657807cbf1744d460
+6	uni	uni	NOUN	O	0			45d4cd3f42b5b0a657807cbf1744d460
+7	so	so	SCONJ	O	0			45d4cd3f42b5b0a657807cbf1744d460
+8	I	i	PRON	O	0			45d4cd3f42b5b0a657807cbf1744d460
+9	can	can	AUX	O	0			45d4cd3f42b5b0a657807cbf1744d460
+10	go	go	VERB	O	0			45d4cd3f42b5b0a657807cbf1744d460
+11	to	to	ADP	O	0			45d4cd3f42b5b0a657807cbf1744d460
+12	America	america	PROPN	O	0			45d4cd3f42b5b0a657807cbf1744d460
+13	next	next	ADJ	O	0			45d4cd3f42b5b0a657807cbf1744d460
+14	year	year	NOUN	O	0			45d4cd3f42b5b0a657807cbf1744d460
+15	and	and	CONJ	O	0			45d4cd3f42b5b0a657807cbf1744d460
+16	stalk	stalk	VERB	O	0			45d4cd3f42b5b0a657807cbf1744d460
+17	out	out	ADP	O	0			45d4cd3f42b5b0a657807cbf1744d460
+18	Corey	corey	PROPN	O	0			45d4cd3f42b5b0a657807cbf1744d460
+19	,	,	PUNCT	O	0			45d4cd3f42b5b0a657807cbf1744d460
+20	that	that	PRON	O	0			45d4cd3f42b5b0a657807cbf1744d460
+21	's	's	VERB	O	0			45d4cd3f42b5b0a657807cbf1744d460
+22	a	a	DET	O	0			45d4cd3f42b5b0a657807cbf1744d460
+23	plan	plan	NOUN	O	0			45d4cd3f42b5b0a657807cbf1744d460
+24	.	.	PUNCT	O	0			45d4cd3f42b5b0a657807cbf1744d460
+
+1	I	i	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+2	would	would	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+3	recommend	recommend	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+4	them	them	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+5	to	to	ADP	O	0			64428a14dfd76fc0308fbc34cc8b7610
+6	anyone	anyone	NOUN	O	0			64428a14dfd76fc0308fbc34cc8b7610
+7	-	-	PUNCT	O	0			64428a14dfd76fc0308fbc34cc8b7610
+8	you	you	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+9	can	can	AUX	O	0			64428a14dfd76fc0308fbc34cc8b7610
+10	only	only	ADV	O	0			64428a14dfd76fc0308fbc34cc8b7610
+11	speak	speak	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+12	as	as	ADP	O	0			64428a14dfd76fc0308fbc34cc8b7610
+13	you	you	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+14	find	find	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+15	and	and	CONJ	O	0			64428a14dfd76fc0308fbc34cc8b7610
+16	I	i	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+17	found	found	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+18	them	them	PRON	O	0			64428a14dfd76fc0308fbc34cc8b7610
+19	to	to	PART	O	0			64428a14dfd76fc0308fbc34cc8b7610
+20	be	be	VERB	O	0			64428a14dfd76fc0308fbc34cc8b7610
+21	faultless	faultless	ADJ	O	0			64428a14dfd76fc0308fbc34cc8b7610
+22	.	.	PUNCT	O	0			64428a14dfd76fc0308fbc34cc8b7610
+
+1	I	i	PRON	O	0			c43eca783d523868e460de64c7b9858c
+2	grew	grow	VERB	O	0			c43eca783d523868e460de64c7b9858c
+3	up	up	ADP	O	0			c43eca783d523868e460de64c7b9858c
+4	in	in	ADP	O	0			c43eca783d523868e460de64c7b9858c
+5	a	a	DET	O	0			c43eca783d523868e460de64c7b9858c
+6	log	log	NOUN	O	0			c43eca783d523868e460de64c7b9858c
+7	cabin	cabin	NOUN	O	0			c43eca783d523868e460de64c7b9858c
+8	in	in	ADP	O	0			c43eca783d523868e460de64c7b9858c
+9	Washington	washington	PROPN	O	0			c43eca783d523868e460de64c7b9858c
+10	state	state	NOUN	O	0			c43eca783d523868e460de64c7b9858c
+11	with	with	ADP	O	0			c43eca783d523868e460de64c7b9858c
+12	too	too	ADV	O	0			c43eca783d523868e460de64c7b9858c
+13	much	much	ADJ	O	0			c43eca783d523868e460de64c7b9858c
+14	time	time	NOUN	O	0			c43eca783d523868e460de64c7b9858c
+15	on	on	ADP	O	0			c43eca783d523868e460de64c7b9858c
+16	my	my	PRON	O	0			c43eca783d523868e460de64c7b9858c
+17	hands	hands	NOUN	O	0			c43eca783d523868e460de64c7b9858c
+18	.	.	PUNCT	O	0			c43eca783d523868e460de64c7b9858c
+
+1	I	i	PRON	O	0			a9141ea43a500280c773ea70ef44d8b2
+2	have	have	AUX	O	0			a9141ea43a500280c773ea70ef44d8b2
+3	used	use	VERB	O	0			a9141ea43a500280c773ea70ef44d8b2
+4	transfers	transfer	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+5	on	on	ADP	O	0			a9141ea43a500280c773ea70ef44d8b2
+6	three	three	NUM	O	0			a9141ea43a500280c773ea70ef44d8b2
+7	occasions	occasions	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+8	now	now	ADV	O	0			a9141ea43a500280c773ea70ef44d8b2
+9	and	and	CONJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+10	each	each	DET	O	0			a9141ea43a500280c773ea70ef44d8b2
+11	time	time	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+12	I	i	PRON	O	0			a9141ea43a500280c773ea70ef44d8b2
+13	have	have	AUX	O	0			a9141ea43a500280c773ea70ef44d8b2
+14	been	be	VERB	O	0			a9141ea43a500280c773ea70ef44d8b2
+15	very	very	ADV	O	0			a9141ea43a500280c773ea70ef44d8b2
+16	impressed	impress	VERB	O	0			a9141ea43a500280c773ea70ef44d8b2
+17	with	with	ADP	O	0			a9141ea43a500280c773ea70ef44d8b2
+18	the	the	DET	O	0			a9141ea43a500280c773ea70ef44d8b2
+19	standard	standard	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+20	of	of	ADP	O	0			a9141ea43a500280c773ea70ef44d8b2
+21	service	service	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+22	,	,	PUNCT	O	0			a9141ea43a500280c773ea70ef44d8b2
+23	punctual	punctual	ADJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+24	pick	pick	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+25	ups	ups	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+26	and	and	CONJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+27	helpful	helpful	ADJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+28	and	and	CONJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+29	friendly	friendly	ADJ	O	0			a9141ea43a500280c773ea70ef44d8b2
+30	drivers	driver	NOUN	O	0			a9141ea43a500280c773ea70ef44d8b2
+31	.	.	PUNCT	O	0			a9141ea43a500280c773ea70ef44d8b2
+
+1	Their	their	DET	O	0			1e4bfb01f340c1846291d0f2042c99fa
+2	latest	latest	ADJ	O	0			1e4bfb01f340c1846291d0f2042c99fa
+3	email	email	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+4	suggests	suggest	VERB	O	0			1e4bfb01f340c1846291d0f2042c99fa
+5	that	that	CONJ	O	0			1e4bfb01f340c1846291d0f2042c99fa
+6	it	it	PRON	O	0			1e4bfb01f340c1846291d0f2042c99fa
+7	is	be	VERB	O	0			1e4bfb01f340c1846291d0f2042c99fa
+8	wear	wear	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+9	and	and	CONJ	O	0			1e4bfb01f340c1846291d0f2042c99fa
+10	tear	tear	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+11	which	which	PRON	O	0			1e4bfb01f340c1846291d0f2042c99fa
+12	is	be	VERB	O	0			1e4bfb01f340c1846291d0f2042c99fa
+13	an	an	DET	O	0			1e4bfb01f340c1846291d0f2042c99fa
+14	interesting	interesting	ADJ	O	0			1e4bfb01f340c1846291d0f2042c99fa
+15	theory	theory	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+16	for	for	ADP	O	0			1e4bfb01f340c1846291d0f2042c99fa
+17	a	a	DET	O	0			1e4bfb01f340c1846291d0f2042c99fa
+18	0	0	NUM	O	0			1e4bfb01f340c1846291d0f2042c99fa
+19	minute	minute	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+20	old	old	ADJ	O	0			1e4bfb01f340c1846291d0f2042c99fa
+21	bag	bag	NOUN	O	0			1e4bfb01f340c1846291d0f2042c99fa
+22	.	.	PUNCT	O	0			1e4bfb01f340c1846291d0f2042c99fa
+
+1	And	and	CONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+2	whether	whether	SCONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+3	it	it	PRON	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+4	is	be	VERB	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+5	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+6	Penan	penan	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+7	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+8	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+9	forests	forest	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+10	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+11	Borneo	borneo	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+12	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+13	or	or	CONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+14	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+15	Voodoo	voodoo	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+16	acolytes	acolyte	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+17	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+18	Haiti	haiti	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+19	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+20	or	or	CONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+21	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+22	warriors	warrior	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+23	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+24	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+25	Kaisut	kaisut	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+26	desert	desert	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+27	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+28	Northern	northern	ADJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+29	Kenya	kenya	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+30	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+31	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+32	Curandero	curandero	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+33	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+34	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+35	mountains	mountain	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+36	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+37	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+38	Andes	andes	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+39	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+40	or	or	CONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+41	a	a	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+42	caravanserai	caravanserai	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+43	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+44	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+45	middle	middle	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+46	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+47	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+48	Sahara	sahara	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+49	--	--	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+50	this	this	PRON	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+51	is	be	VERB	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+52	incidentally	incidentally	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+53	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+54	fellow	fellow	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+55	that	that	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+56	I	i	PRON	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+57	traveled	travel	VERB	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+58	into	into	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+59	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+60	desert	desert	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+61	with	with	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+62	a	a	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+63	month	month	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+64	ago	ago	ADV	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+65	--	--	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+66	or	or	CONJ	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+67	indeed	indeed	VERB	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+68	a	a	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+69	yak	yak	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+70	herder	herder	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+71	in	in	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+72	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+73	slopes	slope	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+74	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+75	Qomolangma	qomolangma	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+76	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+77	Everest	everest	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+78	,	,	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+79	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+80	goddess	goddess	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+81	mother	mother	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+82	of	of	ADP	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+83	the	the	DET	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+84	world	world	NOUN	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+85	.	.	PUNCT	O	0			833cef2b9ae9ecd2197b19670c9e8a7a
+
+1	RT	rt	X	O	0			2539fdc913b9b9f9d7362adbed68df6d
+2	@MadeaSimmons_	@USER	X	O	0			2539fdc913b9b9f9d7362adbed68df6d
+3	:	:	X	O	0			2539fdc913b9b9f9d7362adbed68df6d
+4	I	i	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+5	hate	hate	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+6	ppl	ppl	NOUN	O	0			2539fdc913b9b9f9d7362adbed68df6d
+7	that	that	ADP	O	0			2539fdc913b9b9f9d7362adbed68df6d
+8	say	say	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+9	"	"	PUNCT	O	0			2539fdc913b9b9f9d7362adbed68df6d
+10	He	he	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+11	's	's	AUX	O	0			2539fdc913b9b9f9d7362adbed68df6d
+12	a	a	DET	O	0			2539fdc913b9b9f9d7362adbed68df6d
+13	nice	nice	ADJ	O	0			2539fdc913b9b9f9d7362adbed68df6d
+14	person	person	NOUN	O	0			2539fdc913b9b9f9d7362adbed68df6d
+15	once	once	ADV	O	0			2539fdc913b9b9f9d7362adbed68df6d
+16	you	you	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+17	get	get	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+18	to	to	PART	O	0			2539fdc913b9b9f9d7362adbed68df6d
+19	know	know	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+20	him	him	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+21	"	"	PUNCT	O	0			2539fdc913b9b9f9d7362adbed68df6d
+22	They	they	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+23	might	might	AUX	O	0			2539fdc913b9b9f9d7362adbed68df6d
+24	as	as	ADV	O	0			2539fdc913b9b9f9d7362adbed68df6d
+25	well	well	ADV	O	0			2539fdc913b9b9f9d7362adbed68df6d
+26	just	just	ADV	O	0			2539fdc913b9b9f9d7362adbed68df6d
+27	say	say	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+28	"	"	PUNCT	O	0			2539fdc913b9b9f9d7362adbed68df6d
+29	He	he	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+30	's	's	VERB	O	0			2539fdc913b9b9f9d7362adbed68df6d
+31	a	a	DET	O	0			2539fdc913b9b9f9d7362adbed68df6d
+32	jerk	jerk	NOUN	O	0			2539fdc913b9b9f9d7362adbed68df6d
+33	,	,	PUNCT	O	0			2539fdc913b9b9f9d7362adbed68df6d
+34	but	but	CONJ	O	0			2539fdc913b9b9f9d7362adbed68df6d
+35	you	you	PRON	O	0			2539fdc913b9b9f9d7362adbed68df6d
+36	'	'	PUNCT	O	0			2539fdc913b9b9f9d7362adbed68df6d
+37	...	...	X	O	0			2539fdc913b9b9f9d7362adbed68df6d
+
+1	It	it	PRON	O	0			430eaba8937ce3056d9a11825b9eccde
+2	does	do	AUX	O	0			430eaba8937ce3056d9a11825b9eccde
+3	n't	n't	PART	O	0			430eaba8937ce3056d9a11825b9eccde
+4	make	make	VERB	O	0			430eaba8937ce3056d9a11825b9eccde
+5	any	any	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+6	difference	difference	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+7	because	because	SCONJ	O	0			430eaba8937ce3056d9a11825b9eccde
+8	the	the	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+9	only	only	ADJ	O	0			430eaba8937ce3056d9a11825b9eccde
+10	thing	thing	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+11	that	that	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+12	ought	ought	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+13	to	to	PART	O	0			430eaba8937ce3056d9a11825b9eccde
+14	limit	limit	VERB	O	0			430eaba8937ce3056d9a11825b9eccde
+15	the	the	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+16	performance	performance	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+17	of	of	ADP	O	0			430eaba8937ce3056d9a11825b9eccde
+18	a	a	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+19	system	system	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+20	like	like	ADP	O	0			430eaba8937ce3056d9a11825b9eccde
+21	this	this	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+22	one	one	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+23	is	be	VERB	O	0			430eaba8937ce3056d9a11825b9eccde
+24	the	the	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+25	number	number	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+26	of	of	ADP	O	0			430eaba8937ce3056d9a11825b9eccde
+27	pixels	pixel	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+28	on	on	ADP	O	0			430eaba8937ce3056d9a11825b9eccde
+29	your	your	PRON	O	0			430eaba8937ce3056d9a11825b9eccde
+30	screen	screen	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+31	at	at	ADP	O	0			430eaba8937ce3056d9a11825b9eccde
+32	any	any	DET	O	0			430eaba8937ce3056d9a11825b9eccde
+33	given	give	VERB	O	0			430eaba8937ce3056d9a11825b9eccde
+34	moment	moment	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+35	.	.	PUNCT	O	0			430eaba8937ce3056d9a11825b9eccde
+36	It	it	PRON	O	0			430eaba8937ce3056d9a11825b9eccde
+37	's	's	VERB	O	0			430eaba8937ce3056d9a11825b9eccde
+38	also	also	ADV	O	0			430eaba8937ce3056d9a11825b9eccde
+39	very	very	ADV	O	0			430eaba8937ce3056d9a11825b9eccde
+40	flexible	flexible	ADJ	O	0			430eaba8937ce3056d9a11825b9eccde
+41	architecture	architecture	NOUN	O	0			430eaba8937ce3056d9a11825b9eccde
+42	.	.	PUNCT	O	0			430eaba8937ce3056d9a11825b9eccde
+
+1	smh	smh	X	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+2	...	...	PUNCT	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+3	can	can	AUX	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+4	somebody	somebody	NOUN	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+5	guard	guard	VERB	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+6	james	james	PROPN	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+7	fucking	fucking	ADJ	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+8	jones	jones	PROPN	O	0			411c23ca1f3027296184fd0ef0f4ea8c
+
+1	RT	rt	X	O	0			a940d21423a58ffdc0c27264f7e83b35
+2	@ILoveThem4s	@USER	X	O	0			a940d21423a58ffdc0c27264f7e83b35
+3	:	:	X	O	0			a940d21423a58ffdc0c27264f7e83b35
+4	@HelloMrNiNO	@USER	X	O	0			a940d21423a58ffdc0c27264f7e83b35
+5	hang	hang	VERB	O	0			a940d21423a58ffdc0c27264f7e83b35
+6	in	in	ADP	O	0			a940d21423a58ffdc0c27264f7e83b35
+7	there	there	ADV	O	0			a940d21423a58ffdc0c27264f7e83b35
+8	cousin	cousin	NOUN	O	0			a940d21423a58ffdc0c27264f7e83b35
+9	love	love	VERB	O	0			a940d21423a58ffdc0c27264f7e83b35
+10	you	you	PRON	O	0			a940d21423a58ffdc0c27264f7e83b35
+
+1	Well	well	ADV	O	0			60807a857277de630fbb6ba5ec29730c
+2	doneMervyn	donemervyn	VERB	O	0			60807a857277de630fbb6ba5ec29730c
+3	Kinney	kinney	PROPN	O	0			60807a857277de630fbb6ba5ec29730c
+4	.	.	PUNCT	O	0			60807a857277de630fbb6ba5ec29730c
+
+1	He	he	PRON	O	0			35f8930bab6fec874bfb88a8c77d4b94
+2	talked	talk	VERB	O	0			35f8930bab6fec874bfb88a8c77d4b94
+3	about	about	SCONJ	O	0			35f8930bab6fec874bfb88a8c77d4b94
+4	how	how	ADV	O	0			35f8930bab6fec874bfb88a8c77d4b94
+5	the	the	DET	O	0			35f8930bab6fec874bfb88a8c77d4b94
+6	mandalas	mandala	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+7	of	of	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+8	ancient	ancient	ADJ	O	0			35f8930bab6fec874bfb88a8c77d4b94
+9	Hindu	hindu	PROPN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+10	religion	religion	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+11	were	be	AUX	O	0			35f8930bab6fec874bfb88a8c77d4b94
+12	kind	kind	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+13	of	of	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+14	projected	project	VERB	O	0			35f8930bab6fec874bfb88a8c77d4b94
+15	into	into	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+16	the	the	DET	O	0			35f8930bab6fec874bfb88a8c77d4b94
+17	sky	sky	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+18	as	as	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+19	an	an	DET	O	0			35f8930bab6fec874bfb88a8c77d4b94
+20	attempt	attempt	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+21	to	to	PART	O	0			35f8930bab6fec874bfb88a8c77d4b94
+22	regain	regain	VERB	O	0			35f8930bab6fec874bfb88a8c77d4b94
+23	some	some	DET	O	0			35f8930bab6fec874bfb88a8c77d4b94
+24	sense	sense	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+25	of	of	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+26	order	order	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+27	after	after	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+28	the	the	DET	O	0			35f8930bab6fec874bfb88a8c77d4b94
+29	chaos	chaos	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+30	of	of	ADP	O	0			35f8930bab6fec874bfb88a8c77d4b94
+31	war	war	NOUN	O	0			35f8930bab6fec874bfb88a8c77d4b94
+32	.	.	PUNCT	O	0			35f8930bab6fec874bfb88a8c77d4b94
+
+1	They	they	PRON	O	0			1fddd2b115850d63d00d5038c05d9bf8
+2	contacted	contact	VERB	O	0			1fddd2b115850d63d00d5038c05d9bf8
+3	me	me	PRON	O	0			1fddd2b115850d63d00d5038c05d9bf8
+4	and	and	CONJ	O	0			1fddd2b115850d63d00d5038c05d9bf8
+5	offered	offer	VERB	O	0			1fddd2b115850d63d00d5038c05d9bf8
+6	me	me	PRON	O	0			1fddd2b115850d63d00d5038c05d9bf8
+7	a	a	DET	O	0			1fddd2b115850d63d00d5038c05d9bf8
+8	better	better	ADJ	O	0			1fddd2b115850d63d00d5038c05d9bf8
+9	deal	deal	NOUN	O	0			1fddd2b115850d63d00d5038c05d9bf8
+10	than	than	ADP	O	0			1fddd2b115850d63d00d5038c05d9bf8
+11	the	the	DET	O	0			1fddd2b115850d63d00d5038c05d9bf8
+12	previous	previous	ADJ	O	0			1fddd2b115850d63d00d5038c05d9bf8
+13	contract	contract	NOUN	O	0			1fddd2b115850d63d00d5038c05d9bf8
+14	both	both	CONJ	O	0			1fddd2b115850d63d00d5038c05d9bf8
+15	for	for	ADP	O	0			1fddd2b115850d63d00d5038c05d9bf8
+16	myself	myself	PRON	O	0			1fddd2b115850d63d00d5038c05d9bf8
+17	and	and	CONJ	O	0			1fddd2b115850d63d00d5038c05d9bf8
+18	my	my	DET	O	0			1fddd2b115850d63d00d5038c05d9bf8
+19	wife	wife	NOUN	O	0			1fddd2b115850d63d00d5038c05d9bf8
+20	.	.	PUNCT	O	0			1fddd2b115850d63d00d5038c05d9bf8
+
+1	would	would	VERB	O	0			16bcf405a59e1fdf69c711c678b8fe85
+2	like	like	VERB	O	0			16bcf405a59e1fdf69c711c678b8fe85
+3	to	to	PART	O	0			16bcf405a59e1fdf69c711c678b8fe85
+4	have	have	AUX	O	0			16bcf405a59e1fdf69c711c678b8fe85
+5	seen	see	VERB	O	0			16bcf405a59e1fdf69c711c678b8fe85
+6	parts	parts	NOUN	O	0			16bcf405a59e1fdf69c711c678b8fe85
+7	for	for	ADP	O	0			16bcf405a59e1fdf69c711c678b8fe85
+8	visual	visual	ADJ	O	0			16bcf405a59e1fdf69c711c678b8fe85
+9	compairing	compairing	NOUN	O	0			16bcf405a59e1fdf69c711c678b8fe85
+10	.	.	PUNCT	O	0			16bcf405a59e1fdf69c711c678b8fe85
+
+1	Delivery	delivery	NOUN	O	0			15db6b4e2cf061384bc29881cf6e27fd
+2	was	be	VERB	O	0			15db6b4e2cf061384bc29881cf6e27fd
+3	prompt	prompt	ADJ	O	0			15db6b4e2cf061384bc29881cf6e27fd
+4	and	and	CONJ	O	0			15db6b4e2cf061384bc29881cf6e27fd
+5	even	even	ADV	O	0			15db6b4e2cf061384bc29881cf6e27fd
+6	included	include	VERB	O	0			15db6b4e2cf061384bc29881cf6e27fd
+7	a	a	DET	O	0			15db6b4e2cf061384bc29881cf6e27fd
+8	pen	pen	NOUN	O	0			15db6b4e2cf061384bc29881cf6e27fd
+9	.	.	PUNCT	O	0			15db6b4e2cf061384bc29881cf6e27fd
+
+1	@YourButt	@USER	X	O	0			8546a750683f2b941dcf2b193c1a40ae
+2	Key	key	PROPN	O	0			8546a750683f2b941dcf2b193c1a40ae
+3	and	and	CONJ	O	0			8546a750683f2b941dcf2b193c1a40ae
+4	Jjong	jjong	PROPN	O	0			8546a750683f2b941dcf2b193c1a40ae
+5	are	be	VERB	O	0			8546a750683f2b941dcf2b193c1a40ae
+6	together	together	ADJ	O	0			8546a750683f2b941dcf2b193c1a40ae
+7	.	.	PUNCT	O	0			8546a750683f2b941dcf2b193c1a40ae
+8	>.>	EMOTICON	X	O	0			8546a750683f2b941dcf2b193c1a40ae
+
+1	keep	keep	VERB	O	0			a5b24af1f86b0bd5df20a08122b562e1
+2	it	it	PRON	O	0			a5b24af1f86b0bd5df20a08122b562e1
+3	#Gangsta	#gangsta	ADJ	O	0			a5b24af1f86b0bd5df20a08122b562e1
+
+1	@itsjackc	@USER	X	O	0			3b3c980eb97957381f748d464f38f72e
+2	i	i	PRON	O	0			3b3c980eb97957381f748d464f38f72e
+3	from	from	ADP	O	0			3b3c980eb97957381f748d464f38f72e
+4	in	in	ADP	O	0			3b3c980eb97957381f748d464f38f72e
+5	italy	italy	PROPN	O	0			3b3c980eb97957381f748d464f38f72e
+6	!!!!!	!!!!!	PUNCT	O	0			3b3c980eb97957381f748d464f38f72e
+7	and	and	CONJ	O	0			3b3c980eb97957381f748d464f38f72e
+8	you	you	PRON	O	0			3b3c980eb97957381f748d464f38f72e
+9	???	???	PUNCT	O	0			3b3c980eb97957381f748d464f38f72e
+
+1	Once	once	ADV	O	0			d197484b35bdab96d85e586815f95c43
+2	again	again	ADV	O	0			d197484b35bdab96d85e586815f95c43
+3	well	well	ADV	O	0			d197484b35bdab96d85e586815f95c43
+4	done	do	VERB	O	0			d197484b35bdab96d85e586815f95c43
+5	,	,	PUNCT	O	0			d197484b35bdab96d85e586815f95c43
+6	A	a	DET	O	0			d197484b35bdab96d85e586815f95c43
+7	great	great	ADJ	O	0			d197484b35bdab96d85e586815f95c43
+8	Service	service	NOUN	O	0			d197484b35bdab96d85e586815f95c43
+9	and	and	CONJ	O	0			d197484b35bdab96d85e586815f95c43
+10	a	a	DET	O	0			d197484b35bdab96d85e586815f95c43
+11	Prosperous	prosperous	ADJ	O	0			d197484b35bdab96d85e586815f95c43
+12	New	new	PROPN	O	0			d197484b35bdab96d85e586815f95c43
+13	Year	year	NOUN	O	0			d197484b35bdab96d85e586815f95c43
+14	to	to	ADP	O	0			d197484b35bdab96d85e586815f95c43
+15	you	you	PRON	O	0			d197484b35bdab96d85e586815f95c43
+16	all	all	ADV	O	0			d197484b35bdab96d85e586815f95c43
+17	in	in	ADP	O	0			d197484b35bdab96d85e586815f95c43
+18	your	your	DET	O	0			d197484b35bdab96d85e586815f95c43
+19	shop	shop	NOUN	O	0			d197484b35bdab96d85e586815f95c43
+20	.	.	PUNCT	O	0			d197484b35bdab96d85e586815f95c43
+
+1	I	i	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+2	think	think	VERB	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+3	I	i	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+4	do	do	VERB	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+5	+_O	EMOTICON	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+6	"	"	PUNCT	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+7	you	you	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+8	're	're	VERB	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+9	sick	sick	ADJ	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+10	"	"	PUNCT	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+11	RT	rt	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+12	@Mannando	@USER	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+13	:	:	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+14	Lmao	lmao	INTJ	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+15	u	u	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+16	do	do	AUX	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+17	n	n	PART	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+18	even	even	ADV	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+19	know	know	VERB	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+20	what	what	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+21	that	that	PRON	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+22	means	mean	VERB	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+23	RT	rt	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+24	@M_teeDaQuEEn	@USER	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+25	:	:	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+26	Lol	lol	INTJ	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+27	nawe	nawe	INTJ	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+28	lol	lol	INTJ	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+29	RT	rt	X	O	0			ae46a7c021fad1cc9d6b82e2075ca862
+
+1	"	"	PUNCT	O	0			511df54f01daac90273b56d086a77c82
+2	Out	out	ADP	O	0			511df54f01daac90273b56d086a77c82
+3	of	of	ADP	O	0			511df54f01daac90273b56d086a77c82
+4	stock	stock	NOUN	O	0			511df54f01daac90273b56d086a77c82
+5	"	"	PUNCT	O	0			511df54f01daac90273b56d086a77c82
+6	items	item	NOUN	O	0			511df54f01daac90273b56d086a77c82
+7	that	that	PRON	O	0			511df54f01daac90273b56d086a77c82
+8	I	i	PRON	O	0			511df54f01daac90273b56d086a77c82
+9	enquired	enquire	VERB	O	0			511df54f01daac90273b56d086a77c82
+10	about	about	ADP	O	0			511df54f01daac90273b56d086a77c82
+11	came	come	VERB	O	0			511df54f01daac90273b56d086a77c82
+12	into	into	ADP	O	0			511df54f01daac90273b56d086a77c82
+13	stock	stock	NOUN	O	0			511df54f01daac90273b56d086a77c82
+14	very	very	ADV	O	0			511df54f01daac90273b56d086a77c82
+15	soon	soon	ADV	O	0			511df54f01daac90273b56d086a77c82
+16	and	and	CONJ	O	0			511df54f01daac90273b56d086a77c82
+17	were	be	AUX	O	0			511df54f01daac90273b56d086a77c82
+18	then	then	ADV	O	0			511df54f01daac90273b56d086a77c82
+19	despatched	despatch	VERB	O	0			511df54f01daac90273b56d086a77c82
+20	promptly	promptly	ADV	O	0			511df54f01daac90273b56d086a77c82
+21	in	in	ADP	O	0			511df54f01daac90273b56d086a77c82
+22	the	the	DET	O	0			511df54f01daac90273b56d086a77c82
+23	busy	busy	ADJ	O	0			511df54f01daac90273b56d086a77c82
+24	Xmas	xmas	NOUN	O	0			511df54f01daac90273b56d086a77c82
+25	rush	rush	NOUN	O	0			511df54f01daac90273b56d086a77c82
+26	period	period	NOUN	O	0			511df54f01daac90273b56d086a77c82
+27	.	.	PUNCT	O	0			511df54f01daac90273b56d086a77c82
+
+1	I	i	PRON	O	0			42abe8ccf908aa4720ce764e8a989fce
+2	've	've	AUX	O	0			42abe8ccf908aa4720ce764e8a989fce
+3	wanted	want	VERB	O	0			42abe8ccf908aa4720ce764e8a989fce
+4	one	NUMBER	NUM	O	0			42abe8ccf908aa4720ce764e8a989fce
+5	since	since	SCONJ	O	0			42abe8ccf908aa4720ce764e8a989fce
+6	eating	eat	VERB	O	0			42abe8ccf908aa4720ce764e8a989fce
+7	the	the	DET	O	0			42abe8ccf908aa4720ce764e8a989fce
+8	juiciest	juicy	ADJ	O	0			42abe8ccf908aa4720ce764e8a989fce
+9	meat	meat	NOUN	O	0			42abe8ccf908aa4720ce764e8a989fce
+10	from	from	ADP	O	0			42abe8ccf908aa4720ce764e8a989fce
+11	one	NUMBER	NUM	O	0			42abe8ccf908aa4720ce764e8a989fce
+12	at	at	ADP	O	0			42abe8ccf908aa4720ce764e8a989fce
+13	a	a	DET	O	0			42abe8ccf908aa4720ce764e8a989fce
+14	Moroccan	moroccan	PROPN	O	0			42abe8ccf908aa4720ce764e8a989fce
+15	restaurant	restaurant	NOUN	O	0			42abe8ccf908aa4720ce764e8a989fce
+16	last	last	ADJ	O	0			42abe8ccf908aa4720ce764e8a989fce
+17	year	year	NOUN	O	0			42abe8ccf908aa4720ce764e8a989fce
+18	.	.	PUNCT	O	0			42abe8ccf908aa4720ce764e8a989fce
+
+1	Yll	yll	PRON	O	0			3aae761a0cde819c2f8b7a5c6331948c
+2	wis	wis	VERB	O	0			3aae761a0cde819c2f8b7a5c6331948c
+3	u	u	PRON	O	0			3aae761a0cde819c2f8b7a5c6331948c
+4	live	live	VERB	O	0			3aae761a0cde819c2f8b7a5c6331948c
+5	in	in	ADP	O	0			3aae761a0cde819c2f8b7a5c6331948c
+6	MIAMI	miami	PROPN	O	0			3aae761a0cde819c2f8b7a5c6331948c
+
+1	GOOD	good	ADJ	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+2	VALUE	value	NOUN	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+3	FOR	for	ADP	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+4	MONEY	money	NOUN	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+5	,	,	PUNCT	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+6	QUICK	quick	ADJ	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+7	DELIVERY	delivery	NOUN	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+8	.................	.................	PUNCT	O	0			32930bafca32c3fdfcc1a1fdeb6a5cbe
+
+1	Owning	own	VERB	O	0			4ab635fe8880e86d24c820058d9a2b1c
+2	Your	your	PRON	O	0			4ab635fe8880e86d24c820058d9a2b1c
+3	Craft	craft	NOUN	O	0			4ab635fe8880e86d24c820058d9a2b1c
+4	in	in	ADP	O	0			4ab635fe8880e86d24c820058d9a2b1c
+5	the	the	DET	O	0			4ab635fe8880e86d24c820058d9a2b1c
+6	Fitness	fitness	NOUN	O	0			4ab635fe8880e86d24c820058d9a2b1c
+7	Business	business	NOUN	O	0			4ab635fe8880e86d24c820058d9a2b1c
+8	-	-	SYM	O	0			4ab635fe8880e86d24c820058d9a2b1c
+9	http://t.co/hTizU4q9	URL	X	O	0			4ab635fe8880e86d24c820058d9a2b1c
+10	#Fitness	#fitness	X	O	0			4ab635fe8880e86d24c820058d9a2b1c
+11	BodyBuilding	bodybuilding	X	O	0			4ab635fe8880e86d24c820058d9a2b1c
+12	#Professionals	#professionals	X	O	0			4ab635fe8880e86d24c820058d9a2b1c
+13	#Vancouver	#vancouver	X	O	0			4ab635fe8880e86d24c820058d9a2b1c
+
+1	Would	would	VERB	O	0			27a5155ef745eea381c99ed736c61003
+2	recomend	recomend	VERB	O	0			27a5155ef745eea381c99ed736c61003
+3	that	that	CONJ	O	0			27a5155ef745eea381c99ed736c61003
+4	you	you	PRON	O	0			27a5155ef745eea381c99ed736c61003
+5	take	take	VERB	O	0			27a5155ef745eea381c99ed736c61003
+6	your	your	DET	O	0			27a5155ef745eea381c99ed736c61003
+7	milage	milage	NOUN	O	0			27a5155ef745eea381c99ed736c61003
+8	reading	reading	NOUN	O	0			27a5155ef745eea381c99ed736c61003
+9	and	and	CONJ	O	0			27a5155ef745eea381c99ed736c61003
+10	ensure	ensure	VERB	O	0			27a5155ef745eea381c99ed736c61003
+11	that	that	CONJ	O	0			27a5155ef745eea381c99ed736c61003
+12	the	the	DET	O	0			27a5155ef745eea381c99ed736c61003
+13	car	car	NOUN	O	0			27a5155ef745eea381c99ed736c61003
+14	is	be	AUX	O	0			27a5155ef745eea381c99ed736c61003
+15	inspected	inspect	VERB	O	0			27a5155ef745eea381c99ed736c61003
+16	thoroughly	thoroughly	ADV	O	0			27a5155ef745eea381c99ed736c61003
+17	before	before	ADP	O	0			27a5155ef745eea381c99ed736c61003
+18	you	you	PRON	O	0			27a5155ef745eea381c99ed736c61003
+19	leave	leave	VERB	O	0			27a5155ef745eea381c99ed736c61003
+20	it	it	PRON	O	0			27a5155ef745eea381c99ed736c61003
+21	.	.	PUNCT	O	0			27a5155ef745eea381c99ed736c61003
+
+1	“	“	PUNCT	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+2	@Iamyungsmilez	@USER	X	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+3	BLUEROOM	blueroom	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+4	MAY	may	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+5	19TH	NUMBER	NUM	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+6	FEMS	fems	NOUN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+7	FREE	free	ADJ	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+8	AND	and	CONJ	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+9	DRINK	drink	NOUN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+10	FREE	free	ADJ	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+11	TIL	til	ADP	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+12	11:30	NUMBER	NUM	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+13	$5	NUMBER	NUM	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+14	ALL	all	DET	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+15	NIGHT	night	NOUN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+16	BEHIND	behind	ADP	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+17	WINN	winn	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+18	DIXIE	dixie	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+19	ON	on	ADP	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+20	PINEHILLS	pinehills	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+21	ROAD	road	PROPN	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+22	LEGGOOO	leggooo	VERB	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+23	”	”	PUNCT	O	0			d7ad6bb5ea8ab3d45403af04e402453a
+
+1	David	david	PROPN	O	0			276897428292e4b9ddb33fec31e874ef
+2	Quinn	quinn	PROPN	O	0			276897428292e4b9ddb33fec31e874ef
+3	strikes	strike	VERB	O	0			276897428292e4b9ddb33fec31e874ef
+4	a	a	DET	O	0			276897428292e4b9ddb33fec31e874ef
+5	blow	blow	NOUN	O	0			276897428292e4b9ddb33fec31e874ef
+6	for	for	ADP	O	0			276897428292e4b9ddb33fec31e874ef
+7	new	new	ADJ	O	0			276897428292e4b9ddb33fec31e874ef
+8	'	'	PUNCT	O	0			276897428292e4b9ddb33fec31e874ef
+9	anti-establishment	anti-establishment	ADJ	O	0			276897428292e4b9ddb33fec31e874ef
+10	'	'	PUNCT	O	0			276897428292e4b9ddb33fec31e874ef
+11	cause	cause	NOUN	O	0			276897428292e4b9ddb33fec31e874ef
+12	.	.	PUNCT	O	0			276897428292e4b9ddb33fec31e874ef
+13	Is	be	VERB	O	0			276897428292e4b9ddb33fec31e874ef
+14	traditional	traditional	ADJ	O	0			276897428292e4b9ddb33fec31e874ef
+15	conservatism	conservatism	NOUN	O	0			276897428292e4b9ddb33fec31e874ef
+16	really	really	ADV	O	0			276897428292e4b9ddb33fec31e874ef
+17	the	the	DET	O	0			276897428292e4b9ddb33fec31e874ef
+18	new	new	ADJ	O	0			276897428292e4b9ddb33fec31e874ef
+19	radicalism	radicalism	NOUN	O	0			276897428292e4b9ddb33fec31e874ef
+20	?	?	PUNCT	O	0			276897428292e4b9ddb33fec31e874ef
+21	http://bit.ly/hxrm7L	URL	X	O	0			276897428292e4b9ddb33fec31e874ef
+
+1	I	i	PRON	O	0			5dcd251798bb18a66078ff7926439c23
+2	would	would	VERB	O	0			5dcd251798bb18a66078ff7926439c23
+3	recommend	recommend	VERB	O	0			5dcd251798bb18a66078ff7926439c23
+4	them	them	PRON	O	0			5dcd251798bb18a66078ff7926439c23
+5	.	.	PUNCT	O	0			5dcd251798bb18a66078ff7926439c23
+
+1	And	and	CONJ	O	0			c3e27faea683e9a3acb21f0c0c94987b
+2	you	you	PRON	O	0			c3e27faea683e9a3acb21f0c0c94987b
+3	would	would	AUX	O	0			c3e27faea683e9a3acb21f0c0c94987b
+4	think	think	VERB	O	0			c3e27faea683e9a3acb21f0c0c94987b
+5	that	that	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+6	should	should	AUX	O	0			c3e27faea683e9a3acb21f0c0c94987b
+7	have	have	VERB	O	0			c3e27faea683e9a3acb21f0c0c94987b
+8	nothing	nothing	NOUN	O	0			c3e27faea683e9a3acb21f0c0c94987b
+9	to	to	PART	O	0			c3e27faea683e9a3acb21f0c0c94987b
+10	do	do	VERB	O	0			c3e27faea683e9a3acb21f0c0c94987b
+11	with	with	ADP	O	0			c3e27faea683e9a3acb21f0c0c94987b
+12	one	one	PRON	O	0			c3e27faea683e9a3acb21f0c0c94987b
+13	another	another	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+14	,	,	PUNCT	O	0			c3e27faea683e9a3acb21f0c0c94987b
+15	but	but	CONJ	O	0			c3e27faea683e9a3acb21f0c0c94987b
+16	I	i	PRON	O	0			c3e27faea683e9a3acb21f0c0c94987b
+17	hope	hope	VERB	O	0			c3e27faea683e9a3acb21f0c0c94987b
+18	by	by	ADP	O	0			c3e27faea683e9a3acb21f0c0c94987b
+19	the	the	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+20	end	end	NOUN	O	0			c3e27faea683e9a3acb21f0c0c94987b
+21	of	of	ADP	O	0			c3e27faea683e9a3acb21f0c0c94987b
+22	these	these	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+23	18	NUMBER	NUM	O	0			c3e27faea683e9a3acb21f0c0c94987b
+24	minutes	minutes	NOUN	O	0			c3e27faea683e9a3acb21f0c0c94987b
+25	,	,	PUNCT	O	0			c3e27faea683e9a3acb21f0c0c94987b
+26	you	you	PRON	O	0			c3e27faea683e9a3acb21f0c0c94987b
+27	'll	'll	AUX	O	0			c3e27faea683e9a3acb21f0c0c94987b
+28	see	see	VERB	O	0			c3e27faea683e9a3acb21f0c0c94987b
+29	a	a	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+30	little	little	ADJ	O	0			c3e27faea683e9a3acb21f0c0c94987b
+31	bit	bit	NOUN	O	0			c3e27faea683e9a3acb21f0c0c94987b
+32	of	of	ADP	O	0			c3e27faea683e9a3acb21f0c0c94987b
+33	a	a	DET	O	0			c3e27faea683e9a3acb21f0c0c94987b
+34	relation	relation	NOUN	O	0			c3e27faea683e9a3acb21f0c0c94987b
+35	.	.	PUNCT	O	0			c3e27faea683e9a3acb21f0c0c94987b
+
+1	RT	rt	X	O	0			16ab7834d0dd58a55932bc30381228f7
+2	@itiswhatitis_5	@USER	X	O	0			16ab7834d0dd58a55932bc30381228f7
+3	:	:	X	O	0			16ab7834d0dd58a55932bc30381228f7
+4	Nothing	nothing	NOUN	O	0			16ab7834d0dd58a55932bc30381228f7
+5	is	be	VERB	O	0			16ab7834d0dd58a55932bc30381228f7
+6	more	more	ADV	O	0			16ab7834d0dd58a55932bc30381228f7
+7	despicable	despicable	ADJ	O	0			16ab7834d0dd58a55932bc30381228f7
+8	than	than	ADP	O	0			16ab7834d0dd58a55932bc30381228f7
+9	respect	respect	NOUN	O	0			16ab7834d0dd58a55932bc30381228f7
+10	based	base	VERB	O	0			16ab7834d0dd58a55932bc30381228f7
+11	on	on	ADP	O	0			16ab7834d0dd58a55932bc30381228f7
+12	fear	fear	NOUN	O	0			16ab7834d0dd58a55932bc30381228f7
+13	.	.	PUNCT	O	0			16ab7834d0dd58a55932bc30381228f7
+
+1	You	you	PRON	O	0			58112ae68691271510c5f24ac24bd082
+2	can	can	AUX	O	0			58112ae68691271510c5f24ac24bd082
+3	see	see	VERB	O	0			58112ae68691271510c5f24ac24bd082
+4	this	this	DET	O	0			58112ae68691271510c5f24ac24bd082
+5	most	most	ADV	O	0			58112ae68691271510c5f24ac24bd082
+6	clearly	clearly	ADV	O	0			58112ae68691271510c5f24ac24bd082
+7	when	when	ADV	O	0			58112ae68691271510c5f24ac24bd082
+8	you	you	PRON	O	0			58112ae68691271510c5f24ac24bd082
+9	take	take	VERB	O	0			58112ae68691271510c5f24ac24bd082
+10	away	away	ADP	O	0			58112ae68691271510c5f24ac24bd082
+11	someone	someone	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+12	's	's	PART	O	0			58112ae68691271510c5f24ac24bd082
+13	watch	watch	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+14	and	and	CONJ	O	0			58112ae68691271510c5f24ac24bd082
+15	you	you	PRON	O	0			58112ae68691271510c5f24ac24bd082
+16	shut	shut	VERB	O	0			58112ae68691271510c5f24ac24bd082
+17	them	them	PRON	O	0			58112ae68691271510c5f24ac24bd082
+18	into	into	ADP	O	0			58112ae68691271510c5f24ac24bd082
+19	a	a	DET	O	0			58112ae68691271510c5f24ac24bd082
+20	bunker	bunker	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+21	,	,	PUNCT	O	0			58112ae68691271510c5f24ac24bd082
+22	deep	deep	ADJ	O	0			58112ae68691271510c5f24ac24bd082
+23	underground	underground	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+24	,	,	PUNCT	O	0			58112ae68691271510c5f24ac24bd082
+25	for	for	ADP	O	0			58112ae68691271510c5f24ac24bd082
+26	a	a	DET	O	0			58112ae68691271510c5f24ac24bd082
+27	couple	couple	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+28	of	of	ADP	O	0			58112ae68691271510c5f24ac24bd082
+29	months	month	NOUN	O	0			58112ae68691271510c5f24ac24bd082
+30	.	.	PUNCT	O	0			58112ae68691271510c5f24ac24bd082
+
+1	For	for	ADP	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+2	20	NUMBER	NUM	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+3	years	years	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+4	,	,	PUNCT	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+5	I	i	PRON	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+6	've	've	AUX	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+7	been	be	AUX	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+8	looking	look	VERB	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+9	at	at	SCONJ	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+10	how	how	ADV	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+11	people	people	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+12	use	use	VERB	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+13	channels	channels	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+14	such	such	ADJ	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+15	as	as	ADP	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+16	email	email	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+17	,	,	PUNCT	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+18	the	the	DET	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+19	mobile	mobile	ADJ	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+20	phone	phone	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+21	,	,	PUNCT	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+22	texting	texting	NOUN	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+23	,	,	PUNCT	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+24	etc.	etc.	X	O	0			f689e1b9249f0f1e0d258ce4ec6c1aea
+
+1	The	the	DET	O	0			82d6a22e9dccb95761f8e80ac922b53f
+2	serving	serving	NOUN	O	0			82d6a22e9dccb95761f8e80ac922b53f
+3	staff	staff	NOUN	O	0			82d6a22e9dccb95761f8e80ac922b53f
+4	are	be	VERB	O	0			82d6a22e9dccb95761f8e80ac922b53f
+5	generally	generally	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+6	very	very	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+7	nice	nice	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+8	and	and	CONJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+9	cheery	cheery	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+10	apart	apart	ADP	O	0			82d6a22e9dccb95761f8e80ac922b53f
+11	from	from	ADP	O	0			82d6a22e9dccb95761f8e80ac922b53f
+12	one	one	PRON	O	0			82d6a22e9dccb95761f8e80ac922b53f
+13	of	of	ADP	O	0			82d6a22e9dccb95761f8e80ac922b53f
+14	the	the	DET	O	0			82d6a22e9dccb95761f8e80ac922b53f
+15	younger	younger	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+16	ones	one	NOUN	O	0			82d6a22e9dccb95761f8e80ac922b53f
+17	who	who	PRON	O	0			82d6a22e9dccb95761f8e80ac922b53f
+18	is	be	VERB	O	0			82d6a22e9dccb95761f8e80ac922b53f
+19	always	always	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+20	sullen	sullen	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+21	,	,	PUNCT	O	0			82d6a22e9dccb95761f8e80ac922b53f
+22	unapproachable	unapproachable	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+23	and	and	CONJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+24	quite	quite	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+25	frankly	frankly	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+26	very	very	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+27	obviously	obviously	ADV	O	0			82d6a22e9dccb95761f8e80ac922b53f
+28	bored	bored	ADJ	O	0			82d6a22e9dccb95761f8e80ac922b53f
+29	.	.	PUNCT	O	0			82d6a22e9dccb95761f8e80ac922b53f
+
+1	My	my	DET	O	0			d145d55144e032fc44c20f0e5884ff15
+2	sweet	sweet	ADJ	O	0			d145d55144e032fc44c20f0e5884ff15
+3	pea	pea	NOUN	O	0			d145d55144e032fc44c20f0e5884ff15
+4	plants	plant	NOUN	O	0			d145d55144e032fc44c20f0e5884ff15
+5	arrived	arrive	VERB	O	0			d145d55144e032fc44c20f0e5884ff15
+6	00th	00th	ADJ	O	0			d145d55144e032fc44c20f0e5884ff15
+7	May	may	NOUN	O	0			d145d55144e032fc44c20f0e5884ff15
+8	completely	completely	ADV	O	0			d145d55144e032fc44c20f0e5884ff15
+9	dried	dry	VERB	O	0			d145d55144e032fc44c20f0e5884ff15
+10	up	up	PART	O	0			d145d55144e032fc44c20f0e5884ff15
+11	and	and	CONJ	O	0			d145d55144e032fc44c20f0e5884ff15
+12	dead	dead	ADJ	O	0			d145d55144e032fc44c20f0e5884ff15
+13	!	!	PUNCT	O	0			d145d55144e032fc44c20f0e5884ff15
+
+1	For	for	ADP	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+2	a	a	DET	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+3	long	long	ADJ	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+4	time	time	NOUN	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+5	,	,	PUNCT	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+6	this	this	DET	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+7	is	be	VERB	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+8	the	the	DET	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+9	image	image	NOUN	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+10	of	of	ADP	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+11	American	american	ADJ	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+12	manhood	manhood	NOUN	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+13	that	that	DET	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+14	dominated	dominate	VERB	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+15	--	--	PUNCT	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+16	tough	tough	ADJ	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+17	,	,	PUNCT	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+18	rugged	rugged	ADJ	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+19	,	,	PUNCT	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+20	in	in	ADP	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+21	control	control	NOUN	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+22	of	of	ADP	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+23	his	his	PRON	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+24	own	own	ADJ	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+25	environment	environment	NOUN	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+26	.	.	PUNCT	O	0			dc3a1282fdc9c18ba0be4a8512b65b39
+
+1	nowFOLLOWiNG	nowfollowing	X	O	0			7b4a5f52b78943a920bc981b1dde040e
+2	@youngstunna336	@USER	X	O	0			7b4a5f52b78943a920bc981b1dde040e
+3	le	le	VERB	O	0			7b4a5f52b78943a920bc981b1dde040e
+4	mme	mme	PRON	O	0			7b4a5f52b78943a920bc981b1dde040e
+5	give	give	VERB	O	0			7b4a5f52b78943a920bc981b1dde040e
+6	him	him	PRON	O	0			7b4a5f52b78943a920bc981b1dde040e
+7	a	a	DET	O	0			7b4a5f52b78943a920bc981b1dde040e
+8	quick	quick	ADJ	O	0			7b4a5f52b78943a920bc981b1dde040e
+9	s\o	s\o	NOUN	O	0			7b4a5f52b78943a920bc981b1dde040e
+10	!!!	!!!	PUNCT	O	0			7b4a5f52b78943a920bc981b1dde040e
+11	Ladies	lady	NOUN	O	0			7b4a5f52b78943a920bc981b1dde040e
+12	follow	follow	VERB	O	0			7b4a5f52b78943a920bc981b1dde040e
+13	him	him	PRON	O	0			7b4a5f52b78943a920bc981b1dde040e
+14	he	he	PRON	O	0			7b4a5f52b78943a920bc981b1dde040e
+15	's	's	VERB	O	0			7b4a5f52b78943a920bc981b1dde040e
+16	#teamfollowback	#teamfollowback	NOUN	O	0			7b4a5f52b78943a920bc981b1dde040e
+17	hey	hey	INTJ	O	0			7b4a5f52b78943a920bc981b1dde040e
+18	chris	chris	PROPN	O	0			7b4a5f52b78943a920bc981b1dde040e
+19	!!!	!!!	PUNCT	O	0			7b4a5f52b78943a920bc981b1dde040e
+
+1	RT	rt	X	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+2	@MISSMYA	@USER	X	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+3	:	:	X	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+4	"	"	PUNCT	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+5	It	it	PRON	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+6	always	always	ADV	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+7	seems	seem	VERB	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+8	impossible	impossible	ADJ	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+9	until	until	SCONJ	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+10	it	it	PRON	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+11	's	's	AUX	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+12	done	do	VERB	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+13	.	.	PUNCT	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+14	"	"	PUNCT	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+15	-	-	PUNCT	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+16	Nelson	nelson	PROPN	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+17	Mandela	mandela	PROPN	O	0			f3b326a747474c38b2f0f8c75e6e13d5
+
+1	You	you	PRON	O	0			099db1d85d47a1111ef5be07aa26b4c3
+2	can	can	AUX	O	0			099db1d85d47a1111ef5be07aa26b4c3
+3	have	have	VERB	O	0			099db1d85d47a1111ef5be07aa26b4c3
+4	me	me	PRON	O	0			099db1d85d47a1111ef5be07aa26b4c3
+5	as	as	ADP	O	0			099db1d85d47a1111ef5be07aa26b4c3
+6	a	a	DET	O	0			099db1d85d47a1111ef5be07aa26b4c3
+7	farmer	farmer	NOUN	O	0			099db1d85d47a1111ef5be07aa26b4c3
+8	,	,	PUNCT	O	0			099db1d85d47a1111ef5be07aa26b4c3
+9	or	or	CONJ	O	0			099db1d85d47a1111ef5be07aa26b4c3
+10	in	in	ADP	O	0			099db1d85d47a1111ef5be07aa26b4c3
+11	leathers	leather	NOUN	O	0			099db1d85d47a1111ef5be07aa26b4c3
+12	,	,	PUNCT	O	0			099db1d85d47a1111ef5be07aa26b4c3
+13	and	and	CONJ	O	0			099db1d85d47a1111ef5be07aa26b4c3
+14	no	no	DET	O	0			099db1d85d47a1111ef5be07aa26b4c3
+15	one	one	NOUN	O	0			099db1d85d47a1111ef5be07aa26b4c3
+16	has	have	AUX	O	0			099db1d85d47a1111ef5be07aa26b4c3
+17	ever	ever	ADV	O	0			099db1d85d47a1111ef5be07aa26b4c3
+18	chose	choose	VERB	O	0			099db1d85d47a1111ef5be07aa26b4c3
+19	farmer	farmer	NOUN	O	0			099db1d85d47a1111ef5be07aa26b4c3
+20	.	.	PUNCT	O	0			099db1d85d47a1111ef5be07aa26b4c3
+
+1	There	there	PRON	O	0			97f69ee99058458d1f678be29c1fa0a7
+2	was	be	VERB	O	0			97f69ee99058458d1f678be29c1fa0a7
+3	a	a	DET	O	0			97f69ee99058458d1f678be29c1fa0a7
+4	big	big	ADJ	O	0			97f69ee99058458d1f678be29c1fa0a7
+5	gap	gap	NOUN	O	0			97f69ee99058458d1f678be29c1fa0a7
+6	between	between	ADP	O	0			97f69ee99058458d1f678be29c1fa0a7
+7	the	the	DET	O	0			97f69ee99058458d1f678be29c1fa0a7
+8	one	NUMBER	NUM	O	0			97f69ee99058458d1f678be29c1fa0a7
+9	billion	NUMBER	NUM	O	0			97f69ee99058458d1f678be29c1fa0a7
+10	in	in	ADP	O	0			97f69ee99058458d1f678be29c1fa0a7
+11	the	the	DET	O	0			97f69ee99058458d1f678be29c1fa0a7
+12	industrialized	industrialized	ADJ	O	0			97f69ee99058458d1f678be29c1fa0a7
+13	world	world	NOUN	O	0			97f69ee99058458d1f678be29c1fa0a7
+14	and	and	CONJ	O	0			97f69ee99058458d1f678be29c1fa0a7
+15	the	the	DET	O	0			97f69ee99058458d1f678be29c1fa0a7
+16	two	NUMBER	NUM	O	0			97f69ee99058458d1f678be29c1fa0a7
+17	billion	NUMBER	NUM	O	0			97f69ee99058458d1f678be29c1fa0a7
+18	in	in	ADP	O	0			97f69ee99058458d1f678be29c1fa0a7
+19	the	the	DET	O	0			97f69ee99058458d1f678be29c1fa0a7
+20	developing	develop	VERB	O	0			97f69ee99058458d1f678be29c1fa0a7
+21	world	world	NOUN	O	0			97f69ee99058458d1f678be29c1fa0a7
+22	.	.	PUNCT	O	0			97f69ee99058458d1f678be29c1fa0a7
+
+1	I	i	PRON	O	0			167df70c60a3688403ff1b1e274d8e5d
+2	still	still	ADV	O	0			167df70c60a3688403ff1b1e274d8e5d
+3	remember	remember	VERB	O	0			167df70c60a3688403ff1b1e274d8e5d
+4	the	the	DET	O	0			167df70c60a3688403ff1b1e274d8e5d
+5	day	day	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+6	in	in	ADP	O	0			167df70c60a3688403ff1b1e274d8e5d
+7	school	school	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+8	when	when	ADV	O	0			167df70c60a3688403ff1b1e274d8e5d
+9	our	our	PRON	O	0			167df70c60a3688403ff1b1e274d8e5d
+10	teacher	teacher	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+11	told	tell	VERB	O	0			167df70c60a3688403ff1b1e274d8e5d
+12	us	us	PRON	O	0			167df70c60a3688403ff1b1e274d8e5d
+13	that	that	SCONJ	O	0			167df70c60a3688403ff1b1e274d8e5d
+14	the	the	DET	O	0			167df70c60a3688403ff1b1e274d8e5d
+15	world	world	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+16	population	population	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+17	had	have	AUX	O	0			167df70c60a3688403ff1b1e274d8e5d
+18	become	become	VERB	O	0			167df70c60a3688403ff1b1e274d8e5d
+19	three	NUMBER	NUM	O	0			167df70c60a3688403ff1b1e274d8e5d
+20	billion	NUMBER	NUM	O	0			167df70c60a3688403ff1b1e274d8e5d
+21	people	people	NOUN	O	0			167df70c60a3688403ff1b1e274d8e5d
+22	,	,	PUNCT	O	0			167df70c60a3688403ff1b1e274d8e5d
+23	and	and	CONJ	O	0			167df70c60a3688403ff1b1e274d8e5d
+24	that	that	DET	O	0			167df70c60a3688403ff1b1e274d8e5d
+25	was	be	VERB	O	0			167df70c60a3688403ff1b1e274d8e5d
+26	in	in	ADP	O	0			167df70c60a3688403ff1b1e274d8e5d
+27	1960	NUMBER	NUM	O	0			167df70c60a3688403ff1b1e274d8e5d
+28	.	.	PUNCT	O	0			167df70c60a3688403ff1b1e274d8e5d
+
+1	RT	rt	X	O	0			b65c5db52a5373c2f16e16dbba755394
+2	@kerriewanted1D	@USER	X	O	0			b65c5db52a5373c2f16e16dbba755394
+3	:	:	X	O	0			b65c5db52a5373c2f16e16dbba755394
+4	@Leaah_TW	@USER	X	O	0			b65c5db52a5373c2f16e16dbba755394
+5	this	this	DET	O	0			b65c5db52a5373c2f16e16dbba755394
+6	park	park	NOUN	O	0			b65c5db52a5373c2f16e16dbba755394
+7	is	be	VERB	O	0			b65c5db52a5373c2f16e16dbba755394
+8	the	the	DET	O	0			b65c5db52a5373c2f16e16dbba755394
+9	cutest	cut	ADJ	O	0			b65c5db52a5373c2f16e16dbba755394
+10	thing	thing	NOUN	O	0			b65c5db52a5373c2f16e16dbba755394
+11	ever	ever	ADV	O	0			b65c5db52a5373c2f16e16dbba755394
+12	omg	omg	INTJ	O	0			b65c5db52a5373c2f16e16dbba755394
+13	http://t.co/2RNYQ4NZ	URL	X	O	0			b65c5db52a5373c2f16e16dbba755394
+
+1	@belinda_bieber	@USER	X	O	0			bf64e27049aa8e364962e487a4cc0426
+2	.	.	PUNCT	O	0			bf64e27049aa8e364962e487a4cc0426
+3	Have	have	VERB	O	0			bf64e27049aa8e364962e487a4cc0426
+4	u	u	PRON	O	0			bf64e27049aa8e364962e487a4cc0426
+5	meet	meet	VERB	O	0			bf64e27049aa8e364962e487a4cc0426
+6	norway	norway	PROPN	O	0			bf64e27049aa8e364962e487a4cc0426
+7	yet	yet	ADV	O	0			bf64e27049aa8e364962e487a4cc0426
+8	??	??	PUNCT	O	0			bf64e27049aa8e364962e487a4cc0426
+9	Lol	lol	INTJ	O	0			bf64e27049aa8e364962e487a4cc0426
+
+1	Beautiful	beautiful	ADJ	O	0			b4044101c6efb6f031a64cb6c779a5cb
+2	carpet	carpet	NOUN	O	0			b4044101c6efb6f031a64cb6c779a5cb
+3	runner	runner	NOUN	O	0			b4044101c6efb6f031a64cb6c779a5cb
+4	for	for	ADP	O	0			b4044101c6efb6f031a64cb6c779a5cb
+5	upstairs	upstairs	NOUN	O	0			b4044101c6efb6f031a64cb6c779a5cb
+6	and	and	CONJ	O	0			b4044101c6efb6f031a64cb6c779a5cb
+7	downstairs	downstairs	NOUN	O	0			b4044101c6efb6f031a64cb6c779a5cb
+8	landing	landing	NOUN	O	0			b4044101c6efb6f031a64cb6c779a5cb
+9	.	.	PUNCT	O	0			b4044101c6efb6f031a64cb6c779a5cb
+
+1	RT	rt	X	O	0			463ac774255057dc007a5b789de475d6
+2	@GreatestQuotes	@USER	X	O	0			463ac774255057dc007a5b789de475d6
+3	:	:	X	O	0			463ac774255057dc007a5b789de475d6
+4	"	"	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+5	Do	do	VERB	O	0			463ac774255057dc007a5b789de475d6
+6	what	what	PRON	O	0			463ac774255057dc007a5b789de475d6
+7	you	you	PRON	O	0			463ac774255057dc007a5b789de475d6
+8	can	can	VERB	O	0			463ac774255057dc007a5b789de475d6
+9	,	,	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+10	with	with	ADP	O	0			463ac774255057dc007a5b789de475d6
+11	what	what	PRON	O	0			463ac774255057dc007a5b789de475d6
+12	you	you	PRON	O	0			463ac774255057dc007a5b789de475d6
+13	have	have	VERB	O	0			463ac774255057dc007a5b789de475d6
+14	,	,	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+15	where	where	ADV	O	0			463ac774255057dc007a5b789de475d6
+16	you	you	PRON	O	0			463ac774255057dc007a5b789de475d6
+17	are	be	VERB	O	0			463ac774255057dc007a5b789de475d6
+18	.	.	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+19	"	"	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+20	-	-	PUNCT	O	0			463ac774255057dc007a5b789de475d6
+21	Theodore	theodore	PROPN	O	0			463ac774255057dc007a5b789de475d6
+22	Roosevelt	roosevelt	PROPN	O	0			463ac774255057dc007a5b789de475d6
+
+1	Are	be	AUX	O	0			f597055ce01aa211461bbcad0c66d48f
+2	you	you	PRON	O	0			f597055ce01aa211461bbcad0c66d48f
+3	allowed	allow	VERB	O	0			f597055ce01aa211461bbcad0c66d48f
+4	to	to	PART	O	0			f597055ce01aa211461bbcad0c66d48f
+5	vote	vote	VERB	O	0			f597055ce01aa211461bbcad0c66d48f
+6	?	?	PUNCT	O	0			f597055ce01aa211461bbcad0c66d48f
+7	—	—	SYM	O	0			f597055ce01aa211461bbcad0c66d48f
+8	nope	nope	INTJ	O	0			f597055ce01aa211461bbcad0c66d48f
+9	.	.	PUNCT	O	0			f597055ce01aa211461bbcad0c66d48f
+10	3	NUMBER	NUM	O	0			f597055ce01aa211461bbcad0c66d48f
+11	more	more	ADJ	O	0			f597055ce01aa211461bbcad0c66d48f
+12	years	years	NOUN	O	0			f597055ce01aa211461bbcad0c66d48f
+13	.	.	PUNCT	O	0			f597055ce01aa211461bbcad0c66d48f
+14	http://4ms.me/c08ijl	URL	X	O	0			f597055ce01aa211461bbcad0c66d48f
+
+1	No	no	DET	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+2	user	user	NOUN	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+3	guide	guide	NOUN	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+4	/	/	PUNCT	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+5	manual	manual	NOUN	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+6	with	with	ADP	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+7	the	the	DET	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+8	machine	machine	NOUN	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+9	and	and	CONJ	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+10	a	a	DET	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+11	very	very	ADV	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+12	poor	poor	ADJ	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+13	version	version	NOUN	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+14	on	on	ADV	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+15	-	-	PUNCT	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+16	line	line	ADV	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+17	.	.	PUNCT	O	0			ed5c3df2f13f3261f90fe8d2c762277a
+
+1	Happy	happy	ADJ	O	0			58a2fd0ad630249dfe72f5744aca7bde
+2	Mother	mother	NOUN	O	0			58a2fd0ad630249dfe72f5744aca7bde
+3	s	s	PART	O	0			58a2fd0ad630249dfe72f5744aca7bde
+4	Day	day	NOUN	O	0			58a2fd0ad630249dfe72f5744aca7bde
+5	!	!	PUNCT	O	0			58a2fd0ad630249dfe72f5744aca7bde
+6	#bigmummalove	#bigmummalove	X	O	0			58a2fd0ad630249dfe72f5744aca7bde
+
+1	And	and	CONJ	O	0			33523956baba28881df140325e6c8f9f
+2	amazingly	amazingly	ADV	O	0			33523956baba28881df140325e6c8f9f
+3	fast	fast	ADJ	O	0			33523956baba28881df140325e6c8f9f
+4	shipping	shipping	NOUN	O	0			33523956baba28881df140325e6c8f9f
+5	from	from	ADP	O	0			33523956baba28881df140325e6c8f9f
+6	Denmark	denmark	PROPN	O	0			33523956baba28881df140325e6c8f9f
+7	-	-	PUNCT	O	0			33523956baba28881df140325e6c8f9f
+8	top	top	ADJ	O	0			33523956baba28881df140325e6c8f9f
+9	marks	marks	NOUN	O	0			33523956baba28881df140325e6c8f9f
+10	!	!	PUNCT	O	0			33523956baba28881df140325e6c8f9f
+
+1	What	what	PRON	O	0			413ab35f695973f1faecce1404176f05
+2	should	should	AUX	O	0			413ab35f695973f1faecce1404176f05
+3	be	be	VERB	O	0			413ab35f695973f1faecce1404176f05
+4	the	the	DET	O	0			413ab35f695973f1faecce1404176f05
+5	length	length	NOUN	O	0			413ab35f695973f1faecce1404176f05
+6	of	of	ADP	O	0			413ab35f695973f1faecce1404176f05
+7	your	your	PRON	O	0			413ab35f695973f1faecce1404176f05
+8	#maternity	#maternity	NOUN	O	0			413ab35f695973f1faecce1404176f05
+9	#wear	#wear	NOUN	O	0			413ab35f695973f1faecce1404176f05
+10	?	?	PUNCT	O	0			413ab35f695973f1faecce1404176f05
+11	-part	-part	NOUN	O	0			413ab35f695973f1faecce1404176f05
+12	I	NUMBER	NUM	O	0			413ab35f695973f1faecce1404176f05
+13	http://bit.ly/mjmERk	URL	X	O	0			413ab35f695973f1faecce1404176f05
+
+1	I	i	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+2	was	be	AUX	O	0			f96a6b70131e6c4d80bc3b539d955269
+3	sent	send	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+4	emails	email	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+5	at	at	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+6	each	each	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+7	stage	stage	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+8	of	of	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+9	the	the	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+10	delivery	delivery	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+11	process	process	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+12	,	,	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+13	order	order	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+14	recieved	recieved	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+15	,	,	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+16	item	item	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+17	picked	pick	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+18	and	and	CONJ	O	0			f96a6b70131e6c4d80bc3b539d955269
+19	item	item	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+20	dispatch	dispatch	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+21	which	which	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+22	was	be	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+23	very	very	ADV	O	0			f96a6b70131e6c4d80bc3b539d955269
+24	helpful	helpful	ADJ	O	0			f96a6b70131e6c4d80bc3b539d955269
+25	,	,	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+26	the	the	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+27	watch	watch	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+28	was	be	AUX	O	0			f96a6b70131e6c4d80bc3b539d955269
+29	delivered	deliver	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+30	today	today	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+31	it	it	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+32	was	be	AUX	O	0			f96a6b70131e6c4d80bc3b539d955269
+33	ordered	order	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+34	on	on	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+35	the	the	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+36	Sunday	sunday	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+37	afternoon	afternoon	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+38	and	and	CONJ	O	0			f96a6b70131e6c4d80bc3b539d955269
+39	delivered	deliver	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+40	on	on	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+41	the	the	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+42	Wednesday	wednesday	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+43	morning	morning	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+44	,	,	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+45	and	and	CONJ	O	0			f96a6b70131e6c4d80bc3b539d955269
+46	I	i	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+47	am	be	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+48	delighted	delighted	ADJ	O	0			f96a6b70131e6c4d80bc3b539d955269
+49	with	with	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+50	it	it	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+51	,	,	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+52	as	as	ADP	O	0			f96a6b70131e6c4d80bc3b539d955269
+53	I	i	PRON	O	0			f96a6b70131e6c4d80bc3b539d955269
+54	hope	hope	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+55	my	my	DET	O	0			f96a6b70131e6c4d80bc3b539d955269
+56	grandson	grandson	NOUN	O	0			f96a6b70131e6c4d80bc3b539d955269
+57	will	will	AUX	O	0			f96a6b70131e6c4d80bc3b539d955269
+58	be	be	VERB	O	0			f96a6b70131e6c4d80bc3b539d955269
+59	.	.	PUNCT	O	0			f96a6b70131e6c4d80bc3b539d955269
+
+1	And	and	CONJ	O	0			38d05467a21d987403618c749f46f6b5
+2	I	i	PRON	O	0			38d05467a21d987403618c749f46f6b5
+3	think	think	VERB	O	0			38d05467a21d987403618c749f46f6b5
+4	it	it	PRON	O	0			38d05467a21d987403618c749f46f6b5
+5	was	be	VERB	O	0			38d05467a21d987403618c749f46f6b5
+6	a	a	DET	O	0			38d05467a21d987403618c749f46f6b5
+7	great	great	ADJ	O	0			38d05467a21d987403618c749f46f6b5
+8	place	place	NOUN	O	0			38d05467a21d987403618c749f46f6b5
+9	to	to	PART	O	0			38d05467a21d987403618c749f46f6b5
+10	grow	grow	VERB	O	0			38d05467a21d987403618c749f46f6b5
+11	up	up	ADP	O	0			38d05467a21d987403618c749f46f6b5
+12	as	as	ADP	O	0			38d05467a21d987403618c749f46f6b5
+13	an	an	DET	O	0			38d05467a21d987403618c749f46f6b5
+14	artist	artist	NOUN	O	0			38d05467a21d987403618c749f46f6b5
+15	because	because	SCONJ	O	0			38d05467a21d987403618c749f46f6b5
+16	I	i	PRON	O	0			38d05467a21d987403618c749f46f6b5
+17	grew	grow	VERB	O	0			38d05467a21d987403618c749f46f6b5
+18	up	up	ADP	O	0			38d05467a21d987403618c749f46f6b5
+19	around	around	ADP	O	0			38d05467a21d987403618c749f46f6b5
+20	quirky	quirky	ADJ	O	0			38d05467a21d987403618c749f46f6b5
+21	,	,	PUNCT	O	0			38d05467a21d987403618c749f46f6b5
+22	colorful	colorful	ADJ	O	0			38d05467a21d987403618c749f46f6b5
+23	characters	character	NOUN	O	0			38d05467a21d987403618c749f46f6b5
+24	who	who	PRON	O	0			38d05467a21d987403618c749f46f6b5
+25	were	be	VERB	O	0			38d05467a21d987403618c749f46f6b5
+26	great	great	ADJ	O	0			38d05467a21d987403618c749f46f6b5
+27	at	at	SCONJ	O	0			38d05467a21d987403618c749f46f6b5
+28	making	make	VERB	O	0			38d05467a21d987403618c749f46f6b5
+29	with	with	ADP	O	0			38d05467a21d987403618c749f46f6b5
+30	their	their	PRON	O	0			38d05467a21d987403618c749f46f6b5
+31	hands	hands	NOUN	O	0			38d05467a21d987403618c749f46f6b5
+32	.	.	PUNCT	O	0			38d05467a21d987403618c749f46f6b5
+
+1	Ayeee	ayeee	INTJ	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+2	do	do	VERB	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+3	ya	ya	PRON	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+4	thing	thing	NOUN	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+5	@normanfame	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+6	@BougieGivenchy	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+7	@reniday4900	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+8	@BOOGE246	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+9	@cutty4900	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+10	@Listenllc	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+11	@reniday	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+12	@remmy188grindtime	@USER	X	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+13	shootn	shootn	VERB	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+14	my	my	PRON	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+15	movie	movie	NOUN	O	0			1bd0ff342f02a7fe762f800c4cc16f56
+
+1	These	these	PRON	O	0			3de65374bce9cac7b845490c4f67bf92
+2	are	be	VERB	O	0			3de65374bce9cac7b845490c4f67bf92
+3	wonderful	wonderful	ADJ	O	0			3de65374bce9cac7b845490c4f67bf92
+4	.	.	PUNCT	O	0			3de65374bce9cac7b845490c4f67bf92
+
+1	Basically	basically	ADV	O	0			14b29071a286f30372eab47e14019ad3
+2	we	we	PRON	O	0			14b29071a286f30372eab47e14019ad3
+3	lost	lose	VERB	O	0			14b29071a286f30372eab47e14019ad3
+4	a	a	DET	O	0			14b29071a286f30372eab47e14019ad3
+5	phone	phone	NOUN	O	0			14b29071a286f30372eab47e14019ad3
+6	somewhere	somewhere	ADV	O	0			14b29071a286f30372eab47e14019ad3
+7	,	,	PUNCT	O	0			14b29071a286f30372eab47e14019ad3
+8	rang	ring	VERB	O	0			14b29071a286f30372eab47e14019ad3
+9	it	it	PRON	O	0			14b29071a286f30372eab47e14019ad3
+10	a	a	DET	O	0			14b29071a286f30372eab47e14019ad3
+11	few	few	ADJ	O	0			14b29071a286f30372eab47e14019ad3
+12	times	times	NOUN	O	0			14b29071a286f30372eab47e14019ad3
+13	and	and	CONJ	O	0			14b29071a286f30372eab47e14019ad3
+14	had	have	VERB	O	0			14b29071a286f30372eab47e14019ad3
+15	quite	quite	ADV	O	0			14b29071a286f30372eab47e14019ad3
+16	an	an	DET	O	0			14b29071a286f30372eab47e14019ad3
+17	annoying	annoying	ADJ	O	0			14b29071a286f30372eab47e14019ad3
+18	conversation	conversation	NOUN	O	0			14b29071a286f30372eab47e14019ad3
+19	with	with	ADP	O	0			14b29071a286f30372eab47e14019ad3
+20	a	a	DET	O	0			14b29071a286f30372eab47e14019ad3
+21	youth	youth	NOUN	O	0			14b29071a286f30372eab47e14019ad3
+22	offering	offer	VERB	O	0			14b29071a286f30372eab47e14019ad3
+23	to	to	PART	O	0			14b29071a286f30372eab47e14019ad3
+24	give	give	VERB	O	0			14b29071a286f30372eab47e14019ad3
+25	me	me	PRON	O	0			14b29071a286f30372eab47e14019ad3
+26	my	my	DET	O	0			14b29071a286f30372eab47e14019ad3
+27	phone	phone	NOUN	O	0			14b29071a286f30372eab47e14019ad3
+28	back	back	PART	O	0			14b29071a286f30372eab47e14019ad3
+29	for	for	ADP	O	0			14b29071a286f30372eab47e14019ad3
+30	£	£	X	O	0			14b29071a286f30372eab47e14019ad3
+31	00	00	NUM	O	0			14b29071a286f30372eab47e14019ad3
+32	.	.	PUNCT	O	0			14b29071a286f30372eab47e14019ad3
+
+1	20	NUMBER	NUM	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+2	DAYS	days	NOUN	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+3	LEFT	leave	VERB	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+4	TILL	till	ADP	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+5	LONDON	london	PROPN	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+6	<3	EMOTICON	X	O	0			bc21715a4cd5cc1e91b0c2274f7549da
+
+1	@Rhe_says	@USER	X	O	0			330a700b014d5ca74c3df627038360d3
+2	lyod	lyod	PROPN	O	0			330a700b014d5ca74c3df627038360d3
+3	and	and	CONJ	O	0			330a700b014d5ca74c3df627038360d3
+4	Wayne	wayne	PROPN	O	0			330a700b014d5ca74c3df627038360d3
+5	-	-	PUNCT	O	0			330a700b014d5ca74c3df627038360d3
+6	you	you	INTJ	O	0			330a700b014d5ca74c3df627038360d3
+7	that	that	DET	O	0			330a700b014d5ca74c3df627038360d3
+8	was	be	VERB	O	0			330a700b014d5ca74c3df627038360d3
+9	bigggg	bigggg	ADJ	O	0			330a700b014d5ca74c3df627038360d3
+10	!	!	PUNCT	O	0			330a700b014d5ca74c3df627038360d3
+
+1	no	no	DET	O	0			20ae997c645d22764b2aea798b8a8aa0
+2	question	question	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+3	is	be	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+4	too	too	ADV	O	0			20ae997c645d22764b2aea798b8a8aa0
+5	small	small	ADJ	O	0			20ae997c645d22764b2aea798b8a8aa0
+6	to	to	PART	O	0			20ae997c645d22764b2aea798b8a8aa0
+7	be	be	AUX	O	0			20ae997c645d22764b2aea798b8a8aa0
+8	answered	answer	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+9	,	,	PUNCT	O	0			20ae997c645d22764b2aea798b8a8aa0
+10	prices	price	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+11	are	be	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+12	the	the	DET	O	0			20ae997c645d22764b2aea798b8a8aa0
+13	lowest	lowest	ADJ	O	0			20ae997c645d22764b2aea798b8a8aa0
+14	on	on	ADP	O	0			20ae997c645d22764b2aea798b8a8aa0
+15	the	the	DET	O	0			20ae997c645d22764b2aea798b8a8aa0
+16	net	net	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+17	and	and	CONJ	O	0			20ae997c645d22764b2aea798b8a8aa0
+18	delivery	delivery	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+19	times	times	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+20	are	be	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+21	unbelievable	unbelievable	ADJ	O	0			20ae997c645d22764b2aea798b8a8aa0
+22	-	-	PUNCT	O	0			20ae997c645d22764b2aea798b8a8aa0
+23	if	if	CONJ	O	0			20ae997c645d22764b2aea798b8a8aa0
+24	you	you	PRON	O	0			20ae997c645d22764b2aea798b8a8aa0
+25	want	want	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+26	golf	golf	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+27	equipment	equipment	NOUN	O	0			20ae997c645d22764b2aea798b8a8aa0
+28	check	check	VERB	O	0			20ae997c645d22764b2aea798b8a8aa0
+29	these	these	PRON	O	0			20ae997c645d22764b2aea798b8a8aa0
+30	out	out	PART	O	0			20ae997c645d22764b2aea798b8a8aa0
+31	first	first	ADV	O	0			20ae997c645d22764b2aea798b8a8aa0
+32	.	.	PUNCT	O	0			20ae997c645d22764b2aea798b8a8aa0
+
+1	@BeyonceFan1981	@USER	X	O	0			af471f93080d062c06c799f2087cef59
+2	I	i	PRON	O	0			af471f93080d062c06c799f2087cef59
+3	'm	'm	VERB	O	0			af471f93080d062c06c799f2087cef59
+4	allergic	allergic	ADJ	O	0			af471f93080d062c06c799f2087cef59
+5	and	and	CONJ	O	0			af471f93080d062c06c799f2087cef59
+6	they	they	PRON	O	0			af471f93080d062c06c799f2087cef59
+7	taste	taste	VERB	O	0			af471f93080d062c06c799f2087cef59
+8	horrible	horrible	ADJ	O	0			af471f93080d062c06c799f2087cef59
+
+1	@LelandBChapman	@USER	X	O	0			31de0367ef960cecad13fd5b48c5ebc4
+2	...	...	PUNCT	O	0			31de0367ef960cecad13fd5b48c5ebc4
+3	when	when	ADV	O	0			31de0367ef960cecad13fd5b48c5ebc4
+4	will	will	AUX	O	0			31de0367ef960cecad13fd5b48c5ebc4
+5	you	you	PRON	O	0			31de0367ef960cecad13fd5b48c5ebc4
+6	come	come	VERB	O	0			31de0367ef960cecad13fd5b48c5ebc4
+7	out	out	ADP	O	0			31de0367ef960cecad13fd5b48c5ebc4
+8	to	to	ADP	O	0			31de0367ef960cecad13fd5b48c5ebc4
+9	the	the	DET	O	0			31de0367ef960cecad13fd5b48c5ebc4
+10	field	field	NOUN	O	0			31de0367ef960cecad13fd5b48c5ebc4
+11	:)	EMOTICON	X	O	0			31de0367ef960cecad13fd5b48c5ebc4
+
+1	2pac	2pac	PROPN	O	0			6963118960e9a76b68711b96e25304f0
+2	was	be	VERB	O	0			6963118960e9a76b68711b96e25304f0
+3	not	not	PART	O	0			6963118960e9a76b68711b96e25304f0
+4	a	a	DET	O	0			6963118960e9a76b68711b96e25304f0
+5	"	"	PUNCT	O	0			6963118960e9a76b68711b96e25304f0
+6	rapper	rapper	NOUN	O	0			6963118960e9a76b68711b96e25304f0
+7	"	"	PUNCT	O	0			6963118960e9a76b68711b96e25304f0
+8	he	he	PRON	O	0			6963118960e9a76b68711b96e25304f0
+9	was	be	VERB	O	0			6963118960e9a76b68711b96e25304f0
+10	so	so	ADV	O	0			6963118960e9a76b68711b96e25304f0
+11	much	much	ADV	O	0			6963118960e9a76b68711b96e25304f0
+12	more	more	ADJ	O	0			6963118960e9a76b68711b96e25304f0
+13	than	than	ADP	O	0			6963118960e9a76b68711b96e25304f0
+14	that	that	PRON	O	0			6963118960e9a76b68711b96e25304f0
+15	.	.	PUNCT	O	0			6963118960e9a76b68711b96e25304f0
+16	He	he	PRON	O	0			6963118960e9a76b68711b96e25304f0
+17	was	be	VERB	O	0			6963118960e9a76b68711b96e25304f0
+18	a	a	DET	O	0			6963118960e9a76b68711b96e25304f0
+19	Revolutionary	revolutionary	NOUN	O	0			6963118960e9a76b68711b96e25304f0
+20	.	.	PUNCT	O	0			6963118960e9a76b68711b96e25304f0
+21	A	a	DET	O	0			6963118960e9a76b68711b96e25304f0
+22	misunderstood-Revolutionary	misunderstood-revolutionary	NOUN	O	0			6963118960e9a76b68711b96e25304f0
+
+1	It	it	PRON	O	0			eb0fbbb90edfc5803957e1f363884244
+2	'll	'll	AUX	O	0			eb0fbbb90edfc5803957e1f363884244
+3	do	do	VERB	O	0			eb0fbbb90edfc5803957e1f363884244
+4	this	this	DET	O	0			eb0fbbb90edfc5803957e1f363884244
+5	for	for	ADP	O	0			eb0fbbb90edfc5803957e1f363884244
+6	weeks	week	NOUN	O	0			eb0fbbb90edfc5803957e1f363884244
+7	,	,	PUNCT	O	0			eb0fbbb90edfc5803957e1f363884244
+8	until	until	SCONJ	O	0			eb0fbbb90edfc5803957e1f363884244
+9	it	it	PRON	O	0			eb0fbbb90edfc5803957e1f363884244
+10	kind	kind	NOUN	O	0			eb0fbbb90edfc5803957e1f363884244
+11	of	of	ADP	O	0			eb0fbbb90edfc5803957e1f363884244
+12	gradually	gradually	ADV	O	0			eb0fbbb90edfc5803957e1f363884244
+13	loses	lose	VERB	O	0			eb0fbbb90edfc5803957e1f363884244
+14	the	the	DET	O	0			eb0fbbb90edfc5803957e1f363884244
+15	plot	plot	NOUN	O	0			eb0fbbb90edfc5803957e1f363884244
+16	.	.	PUNCT	O	0			eb0fbbb90edfc5803957e1f363884244
+
+1	Items	item	NOUN	O	0			4c26f165944980602f3bd2ed8529a684
+2	are	be	AUX	O	0			4c26f165944980602f3bd2ed8529a684
+3	dispatched	dispatch	VERB	O	0			4c26f165944980602f3bd2ed8529a684
+4	very	very	ADV	O	0			4c26f165944980602f3bd2ed8529a684
+5	quickly	quickly	ADV	O	0			4c26f165944980602f3bd2ed8529a684
+6	and	and	CONJ	O	0			4c26f165944980602f3bd2ed8529a684
+7	arrive	arrive	VERB	O	0			4c26f165944980602f3bd2ed8529a684
+8	swiftly	swiftly	ADV	O	0			4c26f165944980602f3bd2ed8529a684
+9	.	.	PUNCT	O	0			4c26f165944980602f3bd2ed8529a684
+
+1	One	NUMBER	NUM	O	0			c9b670c27299ea4cbaeb9653bd824e49
+2	young	young	ADJ	O	0			c9b670c27299ea4cbaeb9653bd824e49
+3	woman	woman	NOUN	O	0			c9b670c27299ea4cbaeb9653bd824e49
+4	brought	bring	VERB	O	0			c9b670c27299ea4cbaeb9653bd824e49
+5	her	her	PRON	O	0			c9b670c27299ea4cbaeb9653bd824e49
+6	grandfather	grandfather	NOUN	O	0			c9b670c27299ea4cbaeb9653bd824e49
+7	.	.	PUNCT	O	0			c9b670c27299ea4cbaeb9653bd824e49
+
+1	Moving	move	VERB	O	0			c5815fc740425dcdf771e0247e6b7ab6
+2	Truck	truck	NOUN	O	0			c5815fc740425dcdf771e0247e6b7ab6
+3	Rentals	rental	NOUN	O	0			c5815fc740425dcdf771e0247e6b7ab6
+4	http://dlvr.it/cTkhl	URL	X	O	0			c5815fc740425dcdf771e0247e6b7ab6
+
+1	We	we	PRON	O	0			97c079601df37a3bdf7a44848548d8a0
+2	love	love	VERB	O	0			97c079601df37a3bdf7a44848548d8a0
+3	this	this	DET	O	0			97c079601df37a3bdf7a44848548d8a0
+4	site	site	NOUN	O	0			97c079601df37a3bdf7a44848548d8a0
+5	.	.	PUNCT	O	0			97c079601df37a3bdf7a44848548d8a0
+
+1	RT	rt	X	O	0			f3c13e48c070475d8b507380fdde87c1
+2	@kirkfranklin	@USER	X	O	0			f3c13e48c070475d8b507380fdde87c1
+3	:	:	X	O	0			f3c13e48c070475d8b507380fdde87c1
+4	The	the	DET	O	0			f3c13e48c070475d8b507380fdde87c1
+5	word	word	NOUN	O	0			f3c13e48c070475d8b507380fdde87c1
+6	teaches	teach	VERB	O	0			f3c13e48c070475d8b507380fdde87c1
+7	us	us	PRON	O	0			f3c13e48c070475d8b507380fdde87c1
+8	to	to	PART	O	0			f3c13e48c070475d8b507380fdde87c1
+9	turn	turn	VERB	O	0			f3c13e48c070475d8b507380fdde87c1
+10	the	the	DET	O	0			f3c13e48c070475d8b507380fdde87c1
+11	other	other	ADJ	O	0			f3c13e48c070475d8b507380fdde87c1
+12	cheek	cheek	NOUN	O	0			f3c13e48c070475d8b507380fdde87c1
+13	;	;	PUNCT	O	0			f3c13e48c070475d8b507380fdde87c1
+14	but	but	CONJ	O	0			f3c13e48c070475d8b507380fdde87c1
+15	it	it	PRON	O	0			f3c13e48c070475d8b507380fdde87c1
+16	does	do	AUX	O	0			f3c13e48c070475d8b507380fdde87c1
+17	n't	n't	PART	O	0			f3c13e48c070475d8b507380fdde87c1
+18	teach	teach	VERB	O	0			f3c13e48c070475d8b507380fdde87c1
+19	you	you	PRON	O	0			f3c13e48c070475d8b507380fdde87c1
+20	to	to	PART	O	0			f3c13e48c070475d8b507380fdde87c1
+21	confuse	confuse	VERB	O	0			f3c13e48c070475d8b507380fdde87c1
+22	meek	meek	ADJ	O	0			f3c13e48c070475d8b507380fdde87c1
+23	for	for	ADP	O	0			f3c13e48c070475d8b507380fdde87c1
+24	weak	weak	ADJ	O	0			f3c13e48c070475d8b507380fdde87c1
+25	.	.	PUNCT	O	0			f3c13e48c070475d8b507380fdde87c1
+26	You	you	PRON	O	0			f3c13e48c070475d8b507380fdde87c1
+27	're	're	VERB	O	0			f3c13e48c070475d8b507380fdde87c1
+28	Christian	christian	PROPN	O	0			f3c13e48c070475d8b507380fdde87c1
+29	...	...	PUNCT	O	0			f3c13e48c070475d8b507380fdde87c1
+30	not	not	PART	O	0			f3c13e48c070475d8b507380fdde87c1
+31	...	...	X	O	0			f3c13e48c070475d8b507380fdde87c1
+
+1	I	i	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+2	mean	mean	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+3	that	that	SCONJ	O	0			994e7816cd16b25ffcb325d36f95d312
+4	what	what	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+5	people	people	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+6	are	be	AUX	O	0			994e7816cd16b25ffcb325d36f95d312
+7	doing	do	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+8	is	be	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+9	,	,	PUNCT	O	0			994e7816cd16b25ffcb325d36f95d312
+10	in	in	ADP	O	0			994e7816cd16b25ffcb325d36f95d312
+11	fact	fact	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+12	,	,	PUNCT	O	0			994e7816cd16b25ffcb325d36f95d312
+13	they	they	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+14	are	be	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+15	sort	sort	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+16	of	of	ADP	O	0			994e7816cd16b25ffcb325d36f95d312
+17	,	,	PUNCT	O	0			994e7816cd16b25ffcb325d36f95d312
+18	with	with	ADP	O	0			994e7816cd16b25ffcb325d36f95d312
+19	their	their	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+20	communication	communication	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+21	channels	channels	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+22	,	,	PUNCT	O	0			994e7816cd16b25ffcb325d36f95d312
+23	they	they	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+24	are	be	AUX	O	0			994e7816cd16b25ffcb325d36f95d312
+25	breaking	break	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+26	an	an	DET	O	0			994e7816cd16b25ffcb325d36f95d312
+27	imposed	impose	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+28	isolation	isolation	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+29	that	that	DET	O	0			994e7816cd16b25ffcb325d36f95d312
+30	these	these	DET	O	0			994e7816cd16b25ffcb325d36f95d312
+31	institutions	institution	NOUN	O	0			994e7816cd16b25ffcb325d36f95d312
+32	are	be	AUX	O	0			994e7816cd16b25ffcb325d36f95d312
+33	imposing	impose	VERB	O	0			994e7816cd16b25ffcb325d36f95d312
+34	on	on	ADP	O	0			994e7816cd16b25ffcb325d36f95d312
+35	them	them	PRON	O	0			994e7816cd16b25ffcb325d36f95d312
+36	.	.	PUNCT	O	0			994e7816cd16b25ffcb325d36f95d312
+
+1	He	he	PRON	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+2	can	can	AUX	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+3	read	read	VERB	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+4	a	a	DET	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+5	novel	novel	NOUN	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+6	or	or	CONJ	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+7	two	NUMBER	NUM	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+8	a	a	DET	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+9	day	day	NOUN	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+10	.	.	PUNCT	O	0			b3fe989e0e9513730d02b5a5231d4fd8
+
+1	RT	rt	X	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+2	@Dani_Brenae13	@USER	X	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+3	:	:	X	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+4	I	i	PRON	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+5	just	just	ADV	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+6	missed	miss	VERB	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+7	the	the	DET	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+8	best	best	ADJ	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+9	twitpic	twitpic	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+10	opportunity	opportunity	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+11	smh	smh	X	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+12	..	..	PUNCT	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+13	This	this	DET	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+14	nigga	nigga	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+15	was	be	VERB	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+16	bald	bald	ADJ	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+17	all	all	DET	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+18	over	over	ADP	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+19	but	but	CONJ	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+20	had	have	VERB	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+21	a	a	DET	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+22	pony	pony	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+23	tail	tail	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+24	of	of	ADP	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+25	dreads	dread	NOUN	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+26	lol	lol	INTJ	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+27	<-	<-	X	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+28			PUNCT	O	0			47283c4f4bf2b5d3e949f798c24a2c44
+
+1	We	we	PRON	O	0			2ebf0f65492b63e120f7060a2fe386a7
+2	would	would	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+3	consider	consider	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+4	using	use	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+5	Lowcost	lowcost	PROPN	O	0			2ebf0f65492b63e120f7060a2fe386a7
+6	again	again	ADV	O	0			2ebf0f65492b63e120f7060a2fe386a7
+7	,	,	PUNCT	O	0			2ebf0f65492b63e120f7060a2fe386a7
+8	but	but	CONJ	O	0			2ebf0f65492b63e120f7060a2fe386a7
+9	feel	feel	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+10	they	they	PRON	O	0			2ebf0f65492b63e120f7060a2fe386a7
+11	should	should	AUX	O	0			2ebf0f65492b63e120f7060a2fe386a7
+12	only	only	ADV	O	0			2ebf0f65492b63e120f7060a2fe386a7
+13	sell	sell	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+14	properties	property	NOUN	O	0			2ebf0f65492b63e120f7060a2fe386a7
+15	who	who	PRON	O	0			2ebf0f65492b63e120f7060a2fe386a7
+16	can	can	AUX	O	0			2ebf0f65492b63e120f7060a2fe386a7
+17	supply	supply	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+18	the	the	DET	O	0			2ebf0f65492b63e120f7060a2fe386a7
+19	service	service	NOUN	O	0			2ebf0f65492b63e120f7060a2fe386a7
+20	as	as	ADP	O	0			2ebf0f65492b63e120f7060a2fe386a7
+21	advertised	advertise	VERB	O	0			2ebf0f65492b63e120f7060a2fe386a7
+
+1	Many	many	ADV	O	0			78d33733658a161341d3665d795878c4
+2	more	more	ADJ	O	0			78d33733658a161341d3665d795878c4
+3	people	people	NOUN	O	0			78d33733658a161341d3665d795878c4
+4	are	be	AUX	O	0			78d33733658a161341d3665d795878c4
+5	coming	come	VERB	O	0			78d33733658a161341d3665d795878c4
+6	forward	forward	PART	O	0			78d33733658a161341d3665d795878c4
+7	,	,	PUNCT	O	0			78d33733658a161341d3665d795878c4
+8	DAILY	daily	ADV	O	0			78d33733658a161341d3665d795878c4
+9	with	with	ADP	O	0			78d33733658a161341d3665d795878c4
+10	problems	problem	NOUN	O	0			78d33733658a161341d3665d795878c4
+11	and	and	CONJ	O	0			78d33733658a161341d3665d795878c4
+12	the	the	DET	O	0			78d33733658a161341d3665d795878c4
+13	issues	issue	NOUN	O	0			78d33733658a161341d3665d795878c4
+14	surrounding	surround	VERB	O	0			78d33733658a161341d3665d795878c4
+15	laser	laser	NOUN	O	0			78d33733658a161341d3665d795878c4
+16	eye	eye	NOUN	O	0			78d33733658a161341d3665d795878c4
+17	surgery	surgery	NOUN	O	0			78d33733658a161341d3665d795878c4
+18	with	with	ADP	O	0			78d33733658a161341d3665d795878c4
+19	companies	company	NOUN	O	0			78d33733658a161341d3665d795878c4
+20	like	like	ADP	O	0			78d33733658a161341d3665d795878c4
+21	optical	optical	NOUN	O	0			78d33733658a161341d3665d795878c4
+22	express	express	NOUN	O	0			78d33733658a161341d3665d795878c4
+23	is	be	VERB	O	0			78d33733658a161341d3665d795878c4
+24	about	about	PART	O	0			78d33733658a161341d3665d795878c4
+25	to	to	PART	O	0			78d33733658a161341d3665d795878c4
+26	gain	gain	VERB	O	0			78d33733658a161341d3665d795878c4
+27	massive	massive	ADJ	O	0			78d33733658a161341d3665d795878c4
+28	publicity	publicity	NOUN	O	0			78d33733658a161341d3665d795878c4
+29	very	very	ADV	O	0			78d33733658a161341d3665d795878c4
+30	soon	soon	ADV	O	0			78d33733658a161341d3665d795878c4
+31	.....	.....	PUNCT	O	0			78d33733658a161341d3665d795878c4
+32	please	please	PART	O	0			78d33733658a161341d3665d795878c4
+33	pay	pay	VERB	O	0			78d33733658a161341d3665d795878c4
+34	attention	attention	NOUN	O	0			78d33733658a161341d3665d795878c4
+35	to	to	ADP	O	0			78d33733658a161341d3665d795878c4
+36	what	what	PRON	O	0			78d33733658a161341d3665d795878c4
+37	is	be	AUX	O	0			78d33733658a161341d3665d795878c4
+38	being	be	AUX	O	0			78d33733658a161341d3665d795878c4
+39	reported	report	VERB	O	0			78d33733658a161341d3665d795878c4
+40	.	.	PUNCT	O	0			78d33733658a161341d3665d795878c4
+
+1	RT	rt	X	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+2	@Jaytit	@USER	X	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+3	:	:	X	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+4	Bored	bored	ADJ	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+5	as	as	ADP	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+6	fuck	fuck	NOUN	O	0			fcf978c2bbaef78fe7183b6f432af1eb
+
+1	@DatYellow	@USER	X	O	0			cf0fef06a5ce7a57b65328a63441bb33
+2	@StealthyCupcake	@USER	X	O	0			cf0fef06a5ce7a57b65328a63441bb33
+3	2+4	NUMBER	NUM	O	0			cf0fef06a5ce7a57b65328a63441bb33
+4	=	=	PUNCT	O	0			cf0fef06a5ce7a57b65328a63441bb33
+5	6	NUMBER	NUM	O	0			cf0fef06a5ce7a57b65328a63441bb33
+6	I	i	PRON	O	0			cf0fef06a5ce7a57b65328a63441bb33
+7	have	have	VERB	O	0			cf0fef06a5ce7a57b65328a63441bb33
+8	8	NUMBER	NUM	O	0			cf0fef06a5ce7a57b65328a63441bb33
+9	.	.	PUNCT	O	0			cf0fef06a5ce7a57b65328a63441bb33
+
+1	Freaks	freak	NOUN	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+2	come	come	VERB	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+3	out	out	ADP	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+4	at	at	ADP	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+5	night	night	NOUN	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+6	.	.	PUNCT	O	0			02e4c31f5e191ff3e53da5e1313d3d52
+
+1	Expected	expect	VERB	O	0			019ef312ad495ceec00f04a6986276f6
+2	the	the	DET	O	0			019ef312ad495ceec00f04a6986276f6
+3	order	order	NOUN	O	0			019ef312ad495ceec00f04a6986276f6
+4	to	to	PART	O	0			019ef312ad495ceec00f04a6986276f6
+5	arrive	arrive	VERB	O	0			019ef312ad495ceec00f04a6986276f6
+6	on	on	ADP	O	0			019ef312ad495ceec00f04a6986276f6
+7	Thursday	thursday	NOUN	O	0			019ef312ad495ceec00f04a6986276f6
+8	but	but	CONJ	O	0			019ef312ad495ceec00f04a6986276f6
+9	instead	instead	ADV	O	0			019ef312ad495ceec00f04a6986276f6
+10	it	it	PRON	O	0			019ef312ad495ceec00f04a6986276f6
+11	arrived	arrive	VERB	O	0			019ef312ad495ceec00f04a6986276f6
+12	Wednesday	wednesday	NOUN	O	0			019ef312ad495ceec00f04a6986276f6
+13	.	.	PUNCT	O	0			019ef312ad495ceec00f04a6986276f6
+
+1	The	the	DET	O	0			588aa43ec12ccb0214664ad2544af165
+2	print	print	NOUN	O	0			588aa43ec12ccb0214664ad2544af165
+3	quality	quality	NOUN	O	0			588aa43ec12ccb0214664ad2544af165
+4	is	be	VERB	O	0			588aa43ec12ccb0214664ad2544af165
+5	excellent	excellent	ADJ	O	0			588aa43ec12ccb0214664ad2544af165
+6	.	.	PUNCT	O	0			588aa43ec12ccb0214664ad2544af165
+
+1	Liked	like	VERB	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+2	that	that	CONJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+3	I	i	PRON	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+4	got	get	VERB	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+5	an	an	DET	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+6	Arrival	arrival	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+7	confirmation	confirmation	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+8	e	e	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+9	-	-	PUNCT	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+10	mail	mail	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+11	00	00	NUM	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+12	hours	hours	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+13	prior	prior	ADV	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+14	to	to	ADP	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+15	our	our	DET	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+16	trip	trip	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+17	,	,	PUNCT	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+18	as	as	CONJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+19	we	we	PRON	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+20	had	have	AUX	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+21	booked	book	VERB	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+22	a	a	DET	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+23	few	few	ADJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+24	months	month	NOUN	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+25	before	before	ADV	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+26	and	and	CONJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+27	found	found	VERB	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+28	this	this	PRON	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+29	very	very	ADV	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+30	re	re	ADJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+31	-	-	PUNCT	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+32	assuring	assuring	ADJ	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+33	.	.	PUNCT	O	0			4f5eddd5fb8d3dc71ca08913bb4b2473
+
+1	I	i	PRON	O	0			3ef95a0de5ed963c81b101be3e46b58b
+2	do	do	AUX	O	0			3ef95a0de5ed963c81b101be3e46b58b
+3	n't	n't	PART	O	0			3ef95a0de5ed963c81b101be3e46b58b
+4	understand	understand	VERB	O	0			3ef95a0de5ed963c81b101be3e46b58b
+5	why	why	ADV	O	0			3ef95a0de5ed963c81b101be3e46b58b
+6	someone	someone	NOUN	O	0			3ef95a0de5ed963c81b101be3e46b58b
+7	would	would	AUX	O	0			3ef95a0de5ed963c81b101be3e46b58b
+8	decline	decline	VERB	O	0			3ef95a0de5ed963c81b101be3e46b58b
+9	a	a	DET	O	0			3ef95a0de5ed963c81b101be3e46b58b
+10	game	game	NOUN	O	0			3ef95a0de5ed963c81b101be3e46b58b
+11	on	on	ADP	O	0			3ef95a0de5ed963c81b101be3e46b58b
+12	words	words	PROPN	O	0			3ef95a0de5ed963c81b101be3e46b58b
+13	with	with	ADP	O	0			3ef95a0de5ed963c81b101be3e46b58b
+14	friends	friends	PROPN	O	0			3ef95a0de5ed963c81b101be3e46b58b
+15	#thingsunknown	#thingsunknown	X	O	0			3ef95a0de5ed963c81b101be3e46b58b
+
+1	Having	have	AUX	O	0			6943a950175f210149247562c2f91163
+2	made	make	VERB	O	0			6943a950175f210149247562c2f91163
+3	my	my	DET	O	0			6943a950175f210149247562c2f91163
+4	order	order	NOUN	O	0			6943a950175f210149247562c2f91163
+5	I	i	PRON	O	0			6943a950175f210149247562c2f91163
+6	was	be	AUX	O	0			6943a950175f210149247562c2f91163
+7	then	then	ADV	O	0			6943a950175f210149247562c2f91163
+8	informed	inform	VERB	O	0			6943a950175f210149247562c2f91163
+9	that	that	CONJ	O	0			6943a950175f210149247562c2f91163
+10	glasses	glasses	NOUN	O	0			6943a950175f210149247562c2f91163
+11	I	i	PRON	O	0			6943a950175f210149247562c2f91163
+12	had	have	AUX	O	0			6943a950175f210149247562c2f91163
+13	ordered	order	VERB	O	0			6943a950175f210149247562c2f91163
+14	were	be	VERB	O	0			6943a950175f210149247562c2f91163
+15	no	no	ADV	O	0			6943a950175f210149247562c2f91163
+16	longer	longer	ADV	O	0			6943a950175f210149247562c2f91163
+17	instock	instock	NOUN	O	0			6943a950175f210149247562c2f91163
+18	and	and	CONJ	O	0			6943a950175f210149247562c2f91163
+19	should	should	AUX	O	0			6943a950175f210149247562c2f91163
+20	not	not	ADV	O	0			6943a950175f210149247562c2f91163
+21	have	have	AUX	O	0			6943a950175f210149247562c2f91163
+22	been	be	AUX	O	0			6943a950175f210149247562c2f91163
+23	showing	show	VERB	O	0			6943a950175f210149247562c2f91163
+24	.	.	PUNCT	O	0			6943a950175f210149247562c2f91163
+
+1	also	also	ADV	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+2	I	i	PRON	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+3	was	be	AUX	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+4	informed	inform	VERB	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+5	that	that	CONJ	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+6	the	the	DET	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+7	additional	additional	ADJ	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+8	insurance	insurance	NOUN	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+9	cover	cover	NOUN	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+10	was	be	VERB	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+11	€	€	X	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+12	0	0	NUM	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+13	.	.	PUNCT	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+14	00	00	NUM	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+15	per	per	ADP	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+16	day	day	NOUN	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+17	but	but	CONJ	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+18	on	on	ADP	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+19	arrival	arrival	NOUN	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+20	I	i	PRON	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+21	was	be	AUX	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+22	changed	change	VERB	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+23	€	€	X	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+24	0	0	NUM	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+25	.	.	PUNCT	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+26	00	00	NUM	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+27	per	per	ADP	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+28	day	day	NOUN	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+29	.	.	PUNCT	O	0			1ef28d3c1f4a86cba9eb90d2b889e52b
+
+1	I	i	PRON	O	0			f50d636edf43baccfb72bfab9031b3bb
+2	do	do	AUX	O	0			f50d636edf43baccfb72bfab9031b3bb
+3	n't	n't	PART	O	0			f50d636edf43baccfb72bfab9031b3bb
+4	understand	understand	VERB	O	0			f50d636edf43baccfb72bfab9031b3bb
+5	why	why	ADV	O	0			f50d636edf43baccfb72bfab9031b3bb
+6	someone	someone	NOUN	O	0			f50d636edf43baccfb72bfab9031b3bb
+7	would	would	AUX	O	0			f50d636edf43baccfb72bfab9031b3bb
+8	decline	decline	VERB	O	0			f50d636edf43baccfb72bfab9031b3bb
+9	a	a	DET	O	0			f50d636edf43baccfb72bfab9031b3bb
+10	game	game	NOUN	O	0			f50d636edf43baccfb72bfab9031b3bb
+11	on	on	ADP	O	0			f50d636edf43baccfb72bfab9031b3bb
+12	words	words	PROPN	O	0			f50d636edf43baccfb72bfab9031b3bb
+13	with	with	ADP	O	0			f50d636edf43baccfb72bfab9031b3bb
+14	friends	friends	PROPN	O	0			f50d636edf43baccfb72bfab9031b3bb
+15	#thingsunknown	#thingsunknown	X	O	0			f50d636edf43baccfb72bfab9031b3bb
+
+1	this	this	PRON	O	0			a6b5740734603821b96168aad9602ed3
+2	was	be	VERB	O	0			a6b5740734603821b96168aad9602ed3
+3	my	my	DET	O	0			a6b5740734603821b96168aad9602ed3
+4	first	first	ADJ	O	0			a6b5740734603821b96168aad9602ed3
+5	purchase	purchase	NOUN	O	0			a6b5740734603821b96168aad9602ed3
+6	from	from	ADP	O	0			a6b5740734603821b96168aad9602ed3
+7	creative	creative	NOUN	O	0			a6b5740734603821b96168aad9602ed3
+8	audio	audio	NOUN	O	0			a6b5740734603821b96168aad9602ed3
+9	and	and	CONJ	O	0			a6b5740734603821b96168aad9602ed3
+10	would	would	VERB	O	0			a6b5740734603821b96168aad9602ed3
+11	not	not	ADV	O	0			a6b5740734603821b96168aad9602ed3
+12	hesitate	hesitate	VERB	O	0			a6b5740734603821b96168aad9602ed3
+13	to	to	PART	O	0			a6b5740734603821b96168aad9602ed3
+14	buy	buy	VERB	O	0			a6b5740734603821b96168aad9602ed3
+15	from	from	ADP	O	0			a6b5740734603821b96168aad9602ed3
+16	them	them	PRON	O	0			a6b5740734603821b96168aad9602ed3
+
+1	Very	very	ADV	O	0			32155cdcebfc06c6968f62367f6cdfa4
+2	poor	poor	ADJ	O	0			32155cdcebfc06c6968f62367f6cdfa4
+3	battery	battery	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+4	life	life	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+5	,	,	PUNCT	O	0			32155cdcebfc06c6968f62367f6cdfa4
+6	keypad	keypad	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+7	so	so	ADV	O	0			32155cdcebfc06c6968f62367f6cdfa4
+8	small	small	ADJ	O	0			32155cdcebfc06c6968f62367f6cdfa4
+9	you	you	PRON	O	0			32155cdcebfc06c6968f62367f6cdfa4
+10	keep	keep	VERB	O	0			32155cdcebfc06c6968f62367f6cdfa4
+11	hitting	hit	VERB	O	0			32155cdcebfc06c6968f62367f6cdfa4
+12	the	the	DET	O	0			32155cdcebfc06c6968f62367f6cdfa4
+13	wrong	wrong	ADJ	O	0			32155cdcebfc06c6968f62367f6cdfa4
+14	letters	letters	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+15	on	on	ADP	O	0			32155cdcebfc06c6968f62367f6cdfa4
+16	the	the	DET	O	0			32155cdcebfc06c6968f62367f6cdfa4
+17	Samsung	samsung	PROPN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+18	Galaxy	galaxy	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+19	Mini	mini	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+20	,	,	PUNCT	O	0			32155cdcebfc06c6968f62367f6cdfa4
+21	I	i	PRON	O	0			32155cdcebfc06c6968f62367f6cdfa4
+22	can	can	AUX	O	0			32155cdcebfc06c6968f62367f6cdfa4
+23	'	'	PUNCT	O	0			32155cdcebfc06c6968f62367f6cdfa4
+24	t	t	PART	O	0			32155cdcebfc06c6968f62367f6cdfa4
+25	even	even	ADV	O	0			32155cdcebfc06c6968f62367f6cdfa4
+26	connect	connect	VERB	O	0			32155cdcebfc06c6968f62367f6cdfa4
+27	to	to	ADP	O	0			32155cdcebfc06c6968f62367f6cdfa4
+28	my	my	DET	O	0			32155cdcebfc06c6968f62367f6cdfa4
+29	email	email	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+30	address	address	NOUN	O	0			32155cdcebfc06c6968f62367f6cdfa4
+31	.	.	PUNCT	O	0			32155cdcebfc06c6968f62367f6cdfa4
+
+1	These	these	DET	O	0			d906103ed84cc8611182337768eeddf8
+2	are	be	VERB	O	0			d906103ed84cc8611182337768eeddf8
+3	chemical	chemical	NOUN	O	0			d906103ed84cc8611182337768eeddf8
+4	clocks	clocks	NOUN	O	0			d906103ed84cc8611182337768eeddf8
+5	,	,	PUNCT	O	0			d906103ed84cc8611182337768eeddf8
+6	and	and	CONJ	O	0			d906103ed84cc8611182337768eeddf8
+7	they	they	PRON	O	0			d906103ed84cc8611182337768eeddf8
+8	're	're	AUX	O	0			d906103ed84cc8611182337768eeddf8
+9	found	found	VERB	O	0			d906103ed84cc8611182337768eeddf8
+10	in	in	ADP	O	0			d906103ed84cc8611182337768eeddf8
+11	every	every	DET	O	0			d906103ed84cc8611182337768eeddf8
+12	known	know	VERB	O	0			d906103ed84cc8611182337768eeddf8
+13	being	being	NOUN	O	0			d906103ed84cc8611182337768eeddf8
+14	that	that	DET	O	0			d906103ed84cc8611182337768eeddf8
+15	has	have	VERB	O	0			d906103ed84cc8611182337768eeddf8
+16	two	NUMBER	NUM	O	0			d906103ed84cc8611182337768eeddf8
+17	or	or	CONJ	O	0			d906103ed84cc8611182337768eeddf8
+18	more	more	ADJ	O	0			d906103ed84cc8611182337768eeddf8
+19	cells	cell	NOUN	O	0			d906103ed84cc8611182337768eeddf8
+20	and	and	CONJ	O	0			d906103ed84cc8611182337768eeddf8
+21	in	in	ADP	O	0			d906103ed84cc8611182337768eeddf8
+22	some	some	DET	O	0			d906103ed84cc8611182337768eeddf8
+23	that	that	DET	O	0			d906103ed84cc8611182337768eeddf8
+24	only	only	ADV	O	0			d906103ed84cc8611182337768eeddf8
+25	have	have	VERB	O	0			d906103ed84cc8611182337768eeddf8
+26	one	NUMBER	NUM	O	0			d906103ed84cc8611182337768eeddf8
+27	cell	cell	NOUN	O	0			d906103ed84cc8611182337768eeddf8
+28	.	.	PUNCT	O	0			d906103ed84cc8611182337768eeddf8
+
+1	RT	rt	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+2	@MizzTinazz	@USER	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+3	:	:	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+4	@iUnique920	@USER	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+5	@Mrs_DW	@USER	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+6	LMAO	lmao	INTJ	O	0			4a6dc17e3596e97c37122acf90796fc2
+7	!	!	PUNCT	O	0			4a6dc17e3596e97c37122acf90796fc2
+8	"	"	PUNCT	O	0			4a6dc17e3596e97c37122acf90796fc2
+9	If	if	SCONJ	O	0			4a6dc17e3596e97c37122acf90796fc2
+10	you	you	PRON	O	0			4a6dc17e3596e97c37122acf90796fc2
+11	not	not	PART	O	0			4a6dc17e3596e97c37122acf90796fc2
+12	down	down	ADV	O	0			4a6dc17e3596e97c37122acf90796fc2
+13	with	with	ADP	O	0			4a6dc17e3596e97c37122acf90796fc2
+14	birdman	birdman	PROPN	O	0			4a6dc17e3596e97c37122acf90796fc2
+15	I	i	PRON	O	0			4a6dc17e3596e97c37122acf90796fc2
+16	ca	ca	AUX	O	0			4a6dc17e3596e97c37122acf90796fc2
+17	n't	n't	PART	O	0			4a6dc17e3596e97c37122acf90796fc2
+18	fuck	fuck	VERB	O	0			4a6dc17e3596e97c37122acf90796fc2
+19	with	with	ADP	O	0			4a6dc17e3596e97c37122acf90796fc2
+20	you	you	PRON	O	0			4a6dc17e3596e97c37122acf90796fc2
+21	musically	musically	ADV	O	0			4a6dc17e3596e97c37122acf90796fc2
+22	!!!	!!!	PUNCT	O	0			4a6dc17e3596e97c37122acf90796fc2
+23	"	"	PUNCT	O	0			4a6dc17e3596e97c37122acf90796fc2
+24	<	<	X	O	0			4a6dc17e3596e97c37122acf90796fc2
+25	Trueshit	trueshit	INTJ	O	0			4a6dc17e3596e97c37122acf90796fc2
+
+1	What	what	PRON	O	0			232295627d3c3b97d2928f9c3eb28d47
+2	more	more	ADV	O	0			232295627d3c3b97d2928f9c3eb28d47
+3	can	can	AUX	O	0			232295627d3c3b97d2928f9c3eb28d47
+4	I	i	PRON	O	0			232295627d3c3b97d2928f9c3eb28d47
+5	say	say	VERB	O	0			232295627d3c3b97d2928f9c3eb28d47
+6	.	.	PUNCT	O	0			232295627d3c3b97d2928f9c3eb28d47
+
+1	I	i	PRON	O	0			9950b0543f5074d2648d3a1bde6d3095
+2	was	be	VERB	O	0			9950b0543f5074d2648d3a1bde6d3095
+3	able	able	ADJ	O	0			9950b0543f5074d2648d3a1bde6d3095
+4	to	to	PART	O	0			9950b0543f5074d2648d3a1bde6d3095
+5	change	change	VERB	O	0			9950b0543f5074d2648d3a1bde6d3095
+6	it	it	PRON	O	0			9950b0543f5074d2648d3a1bde6d3095
+7	with	with	ADP	O	0			9950b0543f5074d2648d3a1bde6d3095
+8	the	the	DET	O	0			9950b0543f5074d2648d3a1bde6d3095
+9	courier	courier	NOUN	O	0			9950b0543f5074d2648d3a1bde6d3095
+10	,	,	PUNCT	O	0			9950b0543f5074d2648d3a1bde6d3095
+11	luckily	luckily	ADV	O	0			9950b0543f5074d2648d3a1bde6d3095
+12	but	but	CONJ	O	0			9950b0543f5074d2648d3a1bde6d3095
+13	sent	send	VERB	O	0			9950b0543f5074d2648d3a1bde6d3095
+14	a	a	DET	O	0			9950b0543f5074d2648d3a1bde6d3095
+15	complaint	complaint	NOUN	O	0			9950b0543f5074d2648d3a1bde6d3095
+16	to	to	ADP	O	0			9950b0543f5074d2648d3a1bde6d3095
+17	Ikea	ikea	PROPN	O	0			9950b0543f5074d2648d3a1bde6d3095
+18	.	.	PUNCT	O	0			9950b0543f5074d2648d3a1bde6d3095
+
+1	My	my	DET	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+2	only	only	ADJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+3	reservation	reservation	NOUN	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+4	is	be	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+5	that	that	CONJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+6	the	the	DET	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+7	roses	rose	NOUN	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+8	are	be	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+9	in	in	ADP	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+10	full	full	ADJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+11	bloom	bloom	NOUN	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+12	and	and	CONJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+13	almost	almost	ADV	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+14	finished	finished	ADJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+15	,	,	PUNCT	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+16	they	they	PRON	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+17	don	don	AUX	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+18	'	'	PUNCT	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+19	t	t	PART	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+20	last	last	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+21	that	that	DET	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+22	long	long	ADV	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+23	anyway	anyway	ADV	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+24	so	so	CONJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+25	it	it	PRON	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+26	would	would	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+27	have	have	AUX	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+28	been	be	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+29	better	better	ADV	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+30	if	if	ADP	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+31	they	they	PRON	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+32	were	be	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+33	in	in	ADP	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+34	bud	bud	NOUN	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+35	or	or	CONJ	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+36	just	just	ADV	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+37	opening	open	VERB	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+38	.	.	PUNCT	O	0			bf4eb4a1d1eb119f012c88a0c8c6cb77
+
+1	@meldacountryboy	@USER	X	O	0			b205383c37f0a6f0db6effc78c38cad4
+2	eh	eh	INTJ	O	0			b205383c37f0a6f0db6effc78c38cad4
+3	yeah	yeah	INTJ	O	0			b205383c37f0a6f0db6effc78c38cad4
+4	I	i	PRON	O	0			b205383c37f0a6f0db6effc78c38cad4
+5	'll	'll	AUX	O	0			b205383c37f0a6f0db6effc78c38cad4
+6	be	be	VERB	O	0			b205383c37f0a6f0db6effc78c38cad4
+7	fine	fine	ADJ	O	0			b205383c37f0a6f0db6effc78c38cad4
+8	,	,	PUNCT	O	0			b205383c37f0a6f0db6effc78c38cad4
+9	just	just	ADV	O	0			b205383c37f0a6f0db6effc78c38cad4
+10	annoyed	annoy	VERB	O	0			b205383c37f0a6f0db6effc78c38cad4
+
+1	@spainzaku	@USER	X	O	0			a0da6bc3aa4087f2d53cab1079f107e6
+2	STHERIOUTHLY	stheriouthly	ADV	O	0			a0da6bc3aa4087f2d53cab1079f107e6
+3	.	.	PUNCT	O	0			a0da6bc3aa4087f2d53cab1079f107e6
+
+1	@monaeebbyy2k11	@USER	X	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+2	I	i	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+3	miss	miss	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+4	you	you	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+5	too	too	ADV	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+6	<3	EMOTICON	X	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+7	I	i	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+8	miss	miss	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+9	|California|	|california|	PROPN	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+10	but	but	CONJ	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+11	i	i	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+12	mma	mma	AUX	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+13	come	come	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+14	see	see	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+15	you	you	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+16	as	as	ADV	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+17	soon	soon	ADV	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+18	as	as	ADP	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+19	I	i	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+20	come	come	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+21	back	back	ADV	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+22	I	i	PRON	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+23	#promise	#promise	VERB	O	0			02c0a422ffe2275dcd6624f1aa221ae6
+
+1	Three	three	NUM	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+2	things	things	NOUN	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+3	:	:	PUNCT	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+4	tastemakers	tastemakers	NOUN	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+5	,	,	PUNCT	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+6	communities	community	NOUN	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+7	of	of	ADP	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+8	participation	participation	NOUN	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+9	and	and	CONJ	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+10	unexpectedness	unexpectedness	NOUN	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+11	.	.	PUNCT	O	0			38da66d340d97b5da8bcbb31ba00a9ff
+
+1	00	00	NUM	O	0			213cf42c15a758e8a96e9bb4482ed1f2
+2	/	/	PUNCT	O	0			213cf42c15a758e8a96e9bb4482ed1f2
+3	00	00	NUM	O	0			213cf42c15a758e8a96e9bb4482ed1f2
+4	.	.	PUNCT	O	0			213cf42c15a758e8a96e9bb4482ed1f2
+
+1	I	i	PRON	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+2	grew	grow	VERB	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+3	up	up	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+4	in	in	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+5	the	the	DET	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+6	middle	middle	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+7	of	of	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+8	nowhere	nowhere	ADV	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+9	on	on	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+10	a	a	DET	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+11	dirt	dirt	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+12	road	road	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+13	in	in	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+14	rural	rural	ADJ	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+15	Arkansas	arkansas	PROPN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+16	,	,	PUNCT	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+17	an	an	DET	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+18	hour	hour	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+19	from	from	ADP	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+20	the	the	DET	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+21	nearest	near	ADJ	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+22	movie	movie	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+23	theater	theater	NOUN	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+24	.	.	PUNCT	O	0			9ebc1f520bfe9fd3c87eaa4d57cdeadf
+
+1	Booked	book	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+2	a	a	DET	O	0			3473d66381e9b3169c50f3b48af740d0
+3	collection	collection	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+4	,	,	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+5	paid	pay	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+6	for	for	ADP	O	0			3473d66381e9b3169c50f3b48af740d0
+7	next	next	ADJ	O	0			3473d66381e9b3169c50f3b48af740d0
+8	day	day	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+9	delivery	delivery	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+10	,	,	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+11	they	they	PRON	O	0			3473d66381e9b3169c50f3b48af740d0
+12	then	then	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+13	said	say	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+14	"	"	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+15	it	it	PRON	O	0			3473d66381e9b3169c50f3b48af740d0
+16	is	be	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+17	not	not	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+18	a	a	DET	O	0			3473d66381e9b3169c50f3b48af740d0
+19	gauranteed	gauranteed	ADJ	O	0			3473d66381e9b3169c50f3b48af740d0
+20	service	service	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+21	,	,	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+22	we	we	PRON	O	0			3473d66381e9b3169c50f3b48af740d0
+23	only	only	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+24	gaurantee	gaurantee	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+25	next	next	ADJ	O	0			3473d66381e9b3169c50f3b48af740d0
+26	day	day	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+27	after	after	ADP	O	0			3473d66381e9b3169c50f3b48af740d0
+28	collection	collection	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+29	is	be	AUX	O	0			3473d66381e9b3169c50f3b48af740d0
+30	made	make	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+31	,	,	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+32	we	we	PRON	O	0			3473d66381e9b3169c50f3b48af740d0
+33	do	do	AUX	O	0			3473d66381e9b3169c50f3b48af740d0
+34	NOT	not	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+35	gaurantee	gaurantee	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+36	collection	collection	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+37	will	will	AUX	O	0			3473d66381e9b3169c50f3b48af740d0
+38	take	take	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+39	place	place	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+40	as	as	ADP	O	0			3473d66381e9b3169c50f3b48af740d0
+41	promised	promise	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+42	"	"	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+43	if	if	CONJ	O	0			3473d66381e9b3169c50f3b48af740d0
+44	you	you	PRON	O	0			3473d66381e9b3169c50f3b48af740d0
+45	want	want	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+46	something	something	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+47	gauranteed	gauranteed	ADJ	O	0			3473d66381e9b3169c50f3b48af740d0
+48	go	go	VERB	O	0			3473d66381e9b3169c50f3b48af740d0
+49	elsewhere	elsewhere	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+50	customer	customer	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+51	service	service	NOUN	O	0			3473d66381e9b3169c50f3b48af740d0
+52	totally	totally	ADV	O	0			3473d66381e9b3169c50f3b48af740d0
+53	unhelpfull	unhelpfull	ADJ	O	0			3473d66381e9b3169c50f3b48af740d0
+54	.	.	PUNCT	O	0			3473d66381e9b3169c50f3b48af740d0
+
+1	While	while	ADP	O	0			ab18304eeeb0643ce543be7cc355d11b
+2	,	,	PUNCT	O	0			ab18304eeeb0643ce543be7cc355d11b
+3	at	at	ADP	O	0			ab18304eeeb0643ce543be7cc355d11b
+4	the	the	DET	O	0			ab18304eeeb0643ce543be7cc355d11b
+5	same	same	ADJ	O	0			ab18304eeeb0643ce543be7cc355d11b
+6	time	time	NOUN	O	0			ab18304eeeb0643ce543be7cc355d11b
+7	,	,	PUNCT	O	0			ab18304eeeb0643ce543be7cc355d11b
+8	the	the	DET	O	0			ab18304eeeb0643ce543be7cc355d11b
+9	actual	actual	ADJ	O	0			ab18304eeeb0643ce543be7cc355d11b
+10	number	number	NOUN	O	0			ab18304eeeb0643ce543be7cc355d11b
+11	of	of	ADP	O	0			ab18304eeeb0643ce543be7cc355d11b
+12	transplants	transplant	NOUN	O	0			ab18304eeeb0643ce543be7cc355d11b
+13	has	have	AUX	O	0			ab18304eeeb0643ce543be7cc355d11b
+14	remained	remain	VERB	O	0			ab18304eeeb0643ce543be7cc355d11b
+15	almost	almost	ADV	O	0			ab18304eeeb0643ce543be7cc355d11b
+16	entirely	entirely	ADV	O	0			ab18304eeeb0643ce543be7cc355d11b
+17	flat	flat	ADJ	O	0			ab18304eeeb0643ce543be7cc355d11b
+18	.	.	PUNCT	O	0			ab18304eeeb0643ce543be7cc355d11b
+
+1	("`▽´)-σ	("`▽´)-σ	SYM	O	0			52c2f47c83d13187cf11845a674e6ab4
+2	•	•	SYM	O	0			52c2f47c83d13187cf11845a674e6ab4
+3	RT	rt	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+4	@YYISHolaf	@USER	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+5	:	:	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+6	Hhmm	hhmm	INTJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+7	iyo	iyo	INTJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+8	yeee	yeee	INTJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+9	RT	rt	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+10	@RadioGalauFM	@USER	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+11	:	:	X	O	0			52c2f47c83d13187cf11845a674e6ab4
+12	If	if	SCONJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+13	you	you	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+14	're	're	VERB	O	0			52c2f47c83d13187cf11845a674e6ab4
+15	not	not	PART	O	0			52c2f47c83d13187cf11845a674e6ab4
+16	in	in	ADP	O	0			52c2f47c83d13187cf11845a674e6ab4
+17	a	a	DET	O	0			52c2f47c83d13187cf11845a674e6ab4
+18	relationship	relationship	NOUN	O	0			52c2f47c83d13187cf11845a674e6ab4
+19	with	with	ADP	O	0			52c2f47c83d13187cf11845a674e6ab4
+20	him	him	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+21	but	but	CONJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+22	you	you	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+23	're	're	VERB	O	0			52c2f47c83d13187cf11845a674e6ab4
+24	jealous	jealous	ADJ	O	0			52c2f47c83d13187cf11845a674e6ab4
+25	-it	-it	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+26	means	mean	VERB	O	0			52c2f47c83d13187cf11845a674e6ab4
+27	you	you	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+28	love	love	VERB	O	0			52c2f47c83d13187cf11845a674e6ab4
+29	him	him	PRON	O	0			52c2f47c83d13187cf11845a674e6ab4
+30	.	.	PUNCT	O	0			52c2f47c83d13187cf11845a674e6ab4
+
+1	I	i	PRON	O	0			00f5865b63617f4894177a243ea4ac44
+2	'm	'm	VERB	O	0			00f5865b63617f4894177a243ea4ac44
+3	here	here	ADV	O	0			00f5865b63617f4894177a243ea4ac44
+4	today	today	NOUN	O	0			00f5865b63617f4894177a243ea4ac44
+5	to	to	PART	O	0			00f5865b63617f4894177a243ea4ac44
+6	talk	talk	VERB	O	0			00f5865b63617f4894177a243ea4ac44
+7	to	to	ADP	O	0			00f5865b63617f4894177a243ea4ac44
+8	you	you	PRON	O	0			00f5865b63617f4894177a243ea4ac44
+9	about	about	ADP	O	0			00f5865b63617f4894177a243ea4ac44
+10	circles	circle	NOUN	O	0			00f5865b63617f4894177a243ea4ac44
+11	and	and	CONJ	O	0			00f5865b63617f4894177a243ea4ac44
+12	epiphanies	epiphany	NOUN	O	0			00f5865b63617f4894177a243ea4ac44
+13	.	.	PUNCT	O	0			00f5865b63617f4894177a243ea4ac44
+
+1	Whew	whew	INTJ	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+2	...	...	PUNCT	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+3	Thinking	think	VERB	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+4	did	do	AUX	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+5	u	u	PRON	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+6	smile	smile	VERB	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+7	@	@	ADP	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+8	me	me	PRON	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+9	ealier	ealier	ADV	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+10	...	...	PUNCT	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+11	U	u	PRON	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+12	were	be	VERB	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+13	so	so	ADV	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+14	bsy	bsy	ADJ	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+15	on	on	ADP	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+16	the	the	DET	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+17	phone	phone	NOUN	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+18	lol	lol	INTJ	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+19	RT	rt	X	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+20	@jadorelexy	@USER	X	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+21	:	:	X	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+22	I	i	PRON	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+23	do	do	AUX	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+24	nt	nt	PART	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+25	smile	smile	VERB	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+26	with	with	ADP	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+27	too	too	ADV	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+28	many	many	ADJ	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+29	woman	woman	NOUN	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+30	they	they	PRON	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+31	be	be	VERB	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+32	phony	phony	ADJ	O	0			1f9e6056d134e17307cd7b88bd1abdf9
+
+1	"	"	PUNCT	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+2	We	we	PRON	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+3	ca	ca	AUX	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+4	n’t	n’t	PART	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+5	command	command	VERB	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+6	our	our	PRON	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+7	love	love	NOUN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+8	,	,	PUNCT	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+9	but	but	CONJ	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+10	we	we	PRON	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+11	can	can	VERB	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+12	our	our	PRON	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+13	actions	action	NOUN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+14	"	"	PUNCT	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+15	-	-	PUNCT	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+16	Sir	sir	PROPN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+17	Arthur	arthur	PROPN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+18	Connan	connan	PROPN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+19	Doyle	doyle	PROPN	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+20	http://t.co/4ZN1gCjH	URL	X	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+21	#NOOK	#nook	X	O	0			93ccabc98b8968af8a3828a45ae0b6cb
+
+1	It	it	PRON	O	0			613190368880de5f6a63545aa0e6102c
+2	arrived	arrive	VERB	O	0			613190368880de5f6a63545aa0e6102c
+3	dead	dead	ADV	O	0			613190368880de5f6a63545aa0e6102c
+4	in	in	ADP	O	0			613190368880de5f6a63545aa0e6102c
+5	the	the	DET	O	0			613190368880de5f6a63545aa0e6102c
+6	middle	middle	NOUN	O	0			613190368880de5f6a63545aa0e6102c
+7	of	of	ADP	O	0			613190368880de5f6a63545aa0e6102c
+8	the	the	DET	O	0			613190368880de5f6a63545aa0e6102c
+9	delivery	delivery	NOUN	O	0			613190368880de5f6a63545aa0e6102c
+10	slot	slot	NOUN	O	0			613190368880de5f6a63545aa0e6102c
+11	of	of	ADP	O	0			613190368880de5f6a63545aa0e6102c
+12	0	0	NUM	O	0			613190368880de5f6a63545aa0e6102c
+13	hour	hour	NOUN	O	0			613190368880de5f6a63545aa0e6102c
+14	.	.	PUNCT	O	0			613190368880de5f6a63545aa0e6102c
+
+1	Fast	fast	ADJ	O	0			245f465af461e36791c74e89bcbfe6c6
+2	delivery	delivery	NOUN	O	0			245f465af461e36791c74e89bcbfe6c6
+3	,	,	PUNCT	O	0			245f465af461e36791c74e89bcbfe6c6
+4	good	good	ADJ	O	0			245f465af461e36791c74e89bcbfe6c6
+5	communication	communication	NOUN	O	0			245f465af461e36791c74e89bcbfe6c6
+6	about	about	ADP	O	0			245f465af461e36791c74e89bcbfe6c6
+7	date	date	NOUN	O	0			245f465af461e36791c74e89bcbfe6c6
+8	and	and	CONJ	O	0			245f465af461e36791c74e89bcbfe6c6
+9	time	time	NOUN	O	0			245f465af461e36791c74e89bcbfe6c6
+10	of	of	ADP	O	0			245f465af461e36791c74e89bcbfe6c6
+11	delivery	delivery	NOUN	O	0			245f465af461e36791c74e89bcbfe6c6
+12	.	.	PUNCT	O	0			245f465af461e36791c74e89bcbfe6c6
+
+1	RT	rt	X	O	0			292108c92f5bccf83be04fb8478e6113
+2	@Yo_Gurl_On_Fire	@USER	X	O	0			292108c92f5bccf83be04fb8478e6113
+3	:	:	X	O	0			292108c92f5bccf83be04fb8478e6113
+4	I	i	PRON	O	0			292108c92f5bccf83be04fb8478e6113
+5	blow	blow	VERB	O	0			292108c92f5bccf83be04fb8478e6113
+6	supplies	supply	NOUN	O	0			292108c92f5bccf83be04fb8478e6113
+7	up	up	ADP	O	0			292108c92f5bccf83be04fb8478e6113
+8	in	in	ADP	O	0			292108c92f5bccf83be04fb8478e6113
+9	the	the	DET	O	0			292108c92f5bccf83be04fb8478e6113
+10	air	air	NOUN	O	0			292108c92f5bccf83be04fb8478e6113
+11	sometimes	sometimes	ADV	O	0			292108c92f5bccf83be04fb8478e6113
+12	saying	say	VERB	O	0			292108c92f5bccf83be04fb8478e6113
+13	ayoo	ayoo	INTJ	O	0			292108c92f5bccf83be04fb8478e6113
+14	take	take	VERB	O	0			292108c92f5bccf83be04fb8478e6113
+15	that	that	DET	O	0			292108c92f5bccf83be04fb8478e6113
+16	Cato	cato	PROPN	O	0			292108c92f5bccf83be04fb8478e6113
+
+1	Where	where	ADV	O	0			c8da62d0f6fbef96d0a5e8aa671c736e
+2	tf	tf	NOUN	O	0			c8da62d0f6fbef96d0a5e8aa671c736e
+3	is	be	VERB	O	0			c8da62d0f6fbef96d0a5e8aa671c736e
+4	nick	nick	PROPN	O	0			c8da62d0f6fbef96d0a5e8aa671c736e
+
+1	Certainly	certainly	ADV	O	0			197799f2a999b7ff2acb91c5af023cde
+2	many	many	ADJ	O	0			197799f2a999b7ff2acb91c5af023cde
+3	advances	advance	NOUN	O	0			197799f2a999b7ff2acb91c5af023cde
+4	,	,	PUNCT	O	0			197799f2a999b7ff2acb91c5af023cde
+5	many	many	ADJ	O	0			197799f2a999b7ff2acb91c5af023cde
+6	lives	life	NOUN	O	0			197799f2a999b7ff2acb91c5af023cde
+7	saved	save	VERB	O	0			197799f2a999b7ff2acb91c5af023cde
+8	.	.	PUNCT	O	0			197799f2a999b7ff2acb91c5af023cde
+
+1	Tuesday	tuesday	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+2	they	they	PRON	O	0			0681cad76eac89400761b9fe245e3628
+3	emailed	email	VERB	O	0			0681cad76eac89400761b9fe245e3628
+4	me	me	PRON	O	0			0681cad76eac89400761b9fe245e3628
+5	back	back	PART	O	0			0681cad76eac89400761b9fe245e3628
+6	,	,	PUNCT	O	0			0681cad76eac89400761b9fe245e3628
+7	and	and	CONJ	O	0			0681cad76eac89400761b9fe245e3628
+8	after	after	ADP	O	0			0681cad76eac89400761b9fe245e3628
+9	a	a	DET	O	0			0681cad76eac89400761b9fe245e3628
+10	few	few	ADJ	O	0			0681cad76eac89400761b9fe245e3628
+11	emails	email	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+12	back	back	ADP	O	0			0681cad76eac89400761b9fe245e3628
+13	and	and	CONJ	O	0			0681cad76eac89400761b9fe245e3628
+14	forth	forth	ADP	O	0			0681cad76eac89400761b9fe245e3628
+15	,	,	PUNCT	O	0			0681cad76eac89400761b9fe245e3628
+16	as	as	ADP	O	0			0681cad76eac89400761b9fe245e3628
+17	got	get	VERB	O	0			0681cad76eac89400761b9fe245e3628
+18	a	a	DET	O	0			0681cad76eac89400761b9fe245e3628
+19	phone	phone	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+20	call	call	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+21	from	from	ADP	O	0			0681cad76eac89400761b9fe245e3628
+22	a	a	DET	O	0			0681cad76eac89400761b9fe245e3628
+23	very	very	ADV	O	0			0681cad76eac89400761b9fe245e3628
+24	pleasant	pleasant	ADJ	O	0			0681cad76eac89400761b9fe245e3628
+25	lady	lady	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+26	,	,	PUNCT	O	0			0681cad76eac89400761b9fe245e3628
+27	who	who	PRON	O	0			0681cad76eac89400761b9fe245e3628
+28	assured	assure	VERB	O	0			0681cad76eac89400761b9fe245e3628
+29	me	me	PRON	O	0			0681cad76eac89400761b9fe245e3628
+30	that	that	CONJ	O	0			0681cad76eac89400761b9fe245e3628
+31	it	it	PRON	O	0			0681cad76eac89400761b9fe245e3628
+32	was	be	VERB	O	0			0681cad76eac89400761b9fe245e3628
+33	a	a	DET	O	0			0681cad76eac89400761b9fe245e3628
+34	mistake	mistake	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+35	and	and	CONJ	O	0			0681cad76eac89400761b9fe245e3628
+36	that	that	CONJ	O	0			0681cad76eac89400761b9fe245e3628
+37	payment	payment	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+38	would	would	VERB	O	0			0681cad76eac89400761b9fe245e3628
+39	be	be	AUX	O	0			0681cad76eac89400761b9fe245e3628
+40	received	receive	VERB	O	0			0681cad76eac89400761b9fe245e3628
+41	by	by	ADP	O	0			0681cad76eac89400761b9fe245e3628
+42	0pm	0pm	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+43	on	on	ADP	O	0			0681cad76eac89400761b9fe245e3628
+44	that	that	DET	O	0			0681cad76eac89400761b9fe245e3628
+45	night	night	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+46	(	(	PUNCT	O	0			0681cad76eac89400761b9fe245e3628
+47	Tuesday	tuesday	NOUN	O	0			0681cad76eac89400761b9fe245e3628
+48	).	).	PUNCT	O	0			0681cad76eac89400761b9fe245e3628
+
+1	I	i	PRON	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+2	think	think	VERB	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+3	I	i	PRON	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+4	'm	'm	AUX	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+5	a	a	VERB	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+6	wait	wait	VERB	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+7	an	an	DET	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+8	hour	hour	NOUN	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+9	or	or	CONJ	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+10	2	NUMBER	NUM	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+11	&	&	CONJ	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+12	THEN	then	ADV	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+13	tweet	tweet	VERB	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+14	@sinittaofficial	@USER	X	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+15	...	...	PUNCT	O	0			11c3d8280d4c1e8f7cb61b4a618a34af
+
+1	RT	rt	X	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+2	@steven_moffat	@USER	X	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+3	:	:	X	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+4	"	"	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+5	Daddy	daddy	NOUN	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+6	,	,	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+7	what	what	PRON	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+8	are	be	VERB	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+9	THESE	these	PRON	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+10	?	?	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+11	Can	can	AUX	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+12	I	i	PRON	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+13	have	have	VERB	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+14	one	NUMBER	NUM	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+15	?	?	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+16	These	these	PRON	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+17	.	.	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+18	Are	be	VERB	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+19	.	.	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+20	AWESOME	awesome	ADJ	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+21	!!	!!	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+22	"	"	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+23	Louis	louis	PROPN	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+24	,	,	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+25	9	NUMBER	NUM	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+26	,	,	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+27	finding	find	VERB	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+28	a	a	DET	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+29	VHS	vhs	NOUN	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+30	.	.	PUNCT	O	0			1bcae0db06fb5c12ba5b7dd718e7107b
+
+1	@Diva2ude	@USER	X	O	0			0ea90081547c84dabde389498662d59d
+2	lmbo	lmbo	INTJ	O	0			0ea90081547c84dabde389498662d59d
+
+1	.	.	PUNCT	O	0			06702b936f9a65ba724d5f24d21289f8
+2	Step	step	ADJ	O	0			06702b936f9a65ba724d5f24d21289f8
+3	Brothers	brother	NOUN	O	0			06702b936f9a65ba724d5f24d21289f8
+4	#Lol	#lol	X	O	0			06702b936f9a65ba724d5f24d21289f8
+
+1	@YMMoss	@USER	X	O	0			1d4dee51301ccb60c8b2f03c09feaae4
+2	china	china	PROPN	O	0			1d4dee51301ccb60c8b2f03c09feaae4
+
+1	@meliSalazar	@USER	X	O	0			3acdc8f259ae6cab11b2638b34da49c2
+2	I	i	PRON	O	0			3acdc8f259ae6cab11b2638b34da49c2
+3	LOVE	love	VERB	O	0			3acdc8f259ae6cab11b2638b34da49c2
+4	YOU	you	PRON	O	0			3acdc8f259ae6cab11b2638b34da49c2
+5	MORE	more	ADV	O	0			3acdc8f259ae6cab11b2638b34da49c2
+
+1	And	and	CONJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+2	it	it	PRON	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+3	's	's	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+4	incredible	incredible	ADJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+5	to	to	PART	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+6	watch	watch	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+7	,	,	PUNCT	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+8	but	but	CONJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+9	there	there	PRON	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+10	's	's	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+11	nothing	nothing	NOUN	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+12	psychic	psychic	ADJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+13	or	or	CONJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+14	paranormal	paranormal	ADJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+15	going	go	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+16	on	on	ADP	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+17	;	;	PUNCT	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+18	it	it	PRON	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+19	's	's	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+20	simply	simply	ADV	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+21	that	that	SCONJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+22	these	these	DET	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+23	crabs	crabs	NOUN	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+24	have	have	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+25	internal	internal	ADJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+26	cycles	cycle	NOUN	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+27	that	that	DET	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+28	correspond	correspond	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+29	,	,	PUNCT	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+30	usually	usually	ADV	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+31	,	,	PUNCT	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+32	with	with	SCONJ	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+33	what	what	PRON	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+34	's	's	AUX	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+35	going	go	VERB	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+36	on	on	ADP	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+37	around	around	ADP	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+38	it	it	PRON	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+39	.	.	PUNCT	O	0			1515ef78e4e9c5d5c0d1a12997154fa8
+
+1	Glad	glad	ADJ	O	0			a678fd75f96031fc481da7833e61e408
+2	some	some	DET	O	0			a678fd75f96031fc481da7833e61e408
+3	network	network	NOUN	O	0			a678fd75f96031fc481da7833e61e408
+4	picked	pick	VERB	O	0			a678fd75f96031fc481da7833e61e408
+5	up	up	ADP	O	0			a678fd75f96031fc481da7833e61e408
+6	#AmericasMostWanted	#americasmostwanted	PROPN	O	0			a678fd75f96031fc481da7833e61e408
+7	.	.	PUNCT	O	0			a678fd75f96031fc481da7833e61e408
+8	@lifetimetv	@USER	X	O	0			a678fd75f96031fc481da7833e61e408
+
+1	RT	rt	X	O	0			d15ebcbbed408d444f3d440832939706
+2	@marleemou	@USER	X	O	0			d15ebcbbed408d444f3d440832939706
+3	:	:	X	O	0			d15ebcbbed408d444f3d440832939706
+4	@JohnsHNIC	@USER	X	O	0			d15ebcbbed408d444f3d440832939706
+5	I	i	PRON	O	0			d15ebcbbed408d444f3d440832939706
+6	'll	'll	AUX	O	0			d15ebcbbed408d444f3d440832939706
+7	literally	literally	ADV	O	0			d15ebcbbed408d444f3d440832939706
+8	be	be	VERB	O	0			d15ebcbbed408d444f3d440832939706
+9	there	there	ADV	O	0			d15ebcbbed408d444f3d440832939706
+10	at	at	ADP	O	0			d15ebcbbed408d444f3d440832939706
+11	7:07	NUMBER	NUM	O	0			d15ebcbbed408d444f3d440832939706
+12	.	.	PUNCT	O	0			d15ebcbbed408d444f3d440832939706
+13	:D	EMOTICON	X	O	0			d15ebcbbed408d444f3d440832939706
+
+1	all	all	DET	O	0			e2a8bfc84892a811b9d85ea098b963ab
+2	i	i	PRON	O	0			e2a8bfc84892a811b9d85ea098b963ab
+3	,	,	PUNCT	O	0			e2a8bfc84892a811b9d85ea098b963ab
+4	wanna	wanna	VERB	O	0			e2a8bfc84892a811b9d85ea098b963ab
+5	hear	hear	VERB	O	0			e2a8bfc84892a811b9d85ea098b963ab
+6	u	u	PRON	O	0			e2a8bfc84892a811b9d85ea098b963ab
+7	say	say	VERB	O	0			e2a8bfc84892a811b9d85ea098b963ab
+8	is	be	AUX	O	0			e2a8bfc84892a811b9d85ea098b963ab
+9	r	r	VERB	O	0			e2a8bfc84892a811b9d85ea098b963ab
+10	u	u	PRON	O	0			e2a8bfc84892a811b9d85ea098b963ab
+11	mineeeee	mineeeee	PRON	O	0			e2a8bfc84892a811b9d85ea098b963ab
+
+1	I	i	PRON	O	0			e054f027cff09e5222d3ce1ab801aa30
+2	didn't	didn't	VERB	O	0			e054f027cff09e5222d3ce1ab801aa30
+3	even	even	ADV	O	0			e054f027cff09e5222d3ce1ab801aa30
+4	know	know	VERB	O	0			e054f027cff09e5222d3ce1ab801aa30
+5	what	what	PRON	O	0			e054f027cff09e5222d3ce1ab801aa30
+6	the	the	DET	O	0			e054f027cff09e5222d3ce1ab801aa30
+7	changes	change	NOUN	O	0			e054f027cff09e5222d3ce1ab801aa30
+8	were	be	VERB	O	0			e054f027cff09e5222d3ce1ab801aa30
+9	...	...	PUNCT	O	0			e054f027cff09e5222d3ce1ab801aa30
+10	oh	oh	INTJ	O	0			e054f027cff09e5222d3ce1ab801aa30
+11	well	well	INTJ	O	0			e054f027cff09e5222d3ce1ab801aa30
+12	.	.	PUNCT	O	0			e054f027cff09e5222d3ce1ab801aa30
+
+1	We	we	PRON	O	0			c726d2feea55cb4d24d128376598a9c3
+2	all	all	DET	O	0			c726d2feea55cb4d24d128376598a9c3
+3	know	know	VERB	O	0			c726d2feea55cb4d24d128376598a9c3
+4	which	which	DET	O	0			c726d2feea55cb4d24d128376598a9c3
+5	side	side	NOUN	O	0			c726d2feea55cb4d24d128376598a9c3
+6	of	of	ADP	O	0			c726d2feea55cb4d24d128376598a9c3
+7	these	these	DET	O	0			c726d2feea55cb4d24d128376598a9c3
+8	we	we	PRON	O	0			c726d2feea55cb4d24d128376598a9c3
+9	'd	'd	AUX	O	0			c726d2feea55cb4d24d128376598a9c3
+10	like	like	VERB	O	0			c726d2feea55cb4d24d128376598a9c3
+11	to	to	PART	O	0			c726d2feea55cb4d24d128376598a9c3
+12	be	be	VERB	O	0			c726d2feea55cb4d24d128376598a9c3
+13	on	on	ADP	O	0			c726d2feea55cb4d24d128376598a9c3
+14	.	.	PUNCT	O	0			c726d2feea55cb4d24d128376598a9c3
+
+1	Tumbling	tumble	VERB	O	0			20ac9037d9208ac9b2a0fcaaaeba8439
+2	Today	today	NOUN	O	0			20ac9037d9208ac9b2a0fcaaaeba8439
+
+1	Know	know	VERB	O	0			72bd406cbabee0b30d87e23728068472
+2	the	the	DET	O	0			72bd406cbabee0b30d87e23728068472
+3	Professionals	professional	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+4	,	,	PUNCT	O	0			72bd406cbabee0b30d87e23728068472
+5	Information	information	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+6	and	and	CONJ	O	0			72bd406cbabee0b30d87e23728068472
+7	facts	fact	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+8	on	on	ADP	O	0			72bd406cbabee0b30d87e23728068472
+9	Cosmetic	cosmetic	ADJ	O	0			72bd406cbabee0b30d87e23728068472
+10	Dentist	dentist	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+11	Procedures	procedure	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+12	and	and	CONJ	O	0			72bd406cbabee0b30d87e23728068472
+13	Treatments	treatment	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+14	:	:	PUNCT	O	0			72bd406cbabee0b30d87e23728068472
+15	Anybody	anybody	NOUN	O	0			72bd406cbabee0b30d87e23728068472
+16	unfamiliar	unfamiliar	ADJ	O	0			72bd406cbabee0b30d87e23728068472
+17	...	...	X	O	0			72bd406cbabee0b30d87e23728068472
+18	http://bit.ly/mEeohe	URL	X	O	0			72bd406cbabee0b30d87e23728068472
+
+1	I	i	PRON	O	0			36aeef9777ca666b2ab87b352b314d8f
+2	'm	'm	VERB	O	0			36aeef9777ca666b2ab87b352b314d8f
+3	in	in	ADP	O	0			36aeef9777ca666b2ab87b352b314d8f
+4	and	and	CONJ	O	0			36aeef9777ca666b2ab87b352b314d8f
+5	out	out	ADP	O	0			36aeef9777ca666b2ab87b352b314d8f
+6	the	the	DET	O	0			36aeef9777ca666b2ab87b352b314d8f
+7	pussy	pussy	NOUN	O	0			36aeef9777ca666b2ab87b352b314d8f
+8	#DriveThru	#drivethru	NOUN	O	0			36aeef9777ca666b2ab87b352b314d8f
+9	!!!	!!!	PUNCT	O	0			36aeef9777ca666b2ab87b352b314d8f
+
+1	My	my	DET	O	0			8fe292105a045a267ec2747b1f9e3ae6
+2	prescription	prescription	NOUN	O	0			8fe292105a045a267ec2747b1f9e3ae6
+3	is	be	VERB	O	0			8fe292105a045a267ec2747b1f9e3ae6
+4	very	very	ADV	O	0			8fe292105a045a267ec2747b1f9e3ae6
+5	strong	strong	ADJ	O	0			8fe292105a045a267ec2747b1f9e3ae6
+6	and	and	CONJ	O	0			8fe292105a045a267ec2747b1f9e3ae6
+7	other	other	ADJ	O	0			8fe292105a045a267ec2747b1f9e3ae6
+8	companies	company	NOUN	O	0			8fe292105a045a267ec2747b1f9e3ae6
+9	don	don	AUX	O	0			8fe292105a045a267ec2747b1f9e3ae6
+10	'	'	PART	O	0			8fe292105a045a267ec2747b1f9e3ae6
+11	t	t	PART	O	0			8fe292105a045a267ec2747b1f9e3ae6
+12	cater	cater	VERB	O	0			8fe292105a045a267ec2747b1f9e3ae6
+13	for	for	ADP	O	0			8fe292105a045a267ec2747b1f9e3ae6
+14	me	me	PRON	O	0			8fe292105a045a267ec2747b1f9e3ae6
+15	.	.	PUNCT	O	0			8fe292105a045a267ec2747b1f9e3ae6
+
+1	Fuck	fuck	VERB	O	0			243d2cb9a2cfc280598da2d129109b03
+2	you	you	PRON	O	0			243d2cb9a2cfc280598da2d129109b03
+3	mode	mode	NOUN	O	0			243d2cb9a2cfc280598da2d129109b03
+4	right	right	ADV	O	0			243d2cb9a2cfc280598da2d129109b03
+5	now	now	ADV	O	0			243d2cb9a2cfc280598da2d129109b03
+6	.	.	PUNCT	O	0			243d2cb9a2cfc280598da2d129109b03
+
+1	I	i	PRON	O	0			ad01c810fe31a8798afd72aee1c2810c
+2	want	want	VERB	O	0			ad01c810fe31a8798afd72aee1c2810c
+3	a	a	DET	O	0			ad01c810fe31a8798afd72aee1c2810c
+4	unicorn	unicorn	NOUN	O	0			ad01c810fe31a8798afd72aee1c2810c
+5	.	.	PUNCT	O	0			ad01c810fe31a8798afd72aee1c2810c
+6	#NOHOMO	#nohomo	X	O	0			ad01c810fe31a8798afd72aee1c2810c
+
+1	Gabe	gabe	PROPN	O	0			52b03b4545614c0c9ac7ddaed1362f80
+2	:	:	PUNCT	O	0			52b03b4545614c0c9ac7ddaed1362f80
+3	"	"	PUNCT	O	0			52b03b4545614c0c9ac7ddaed1362f80
+4	You	you	PRON	O	0			52b03b4545614c0c9ac7ddaed1362f80
+5	want	want	VERB	O	0			52b03b4545614c0c9ac7ddaed1362f80
+6	to	to	PART	O	0			52b03b4545614c0c9ac7ddaed1362f80
+7	buy	buy	VERB	O	0			52b03b4545614c0c9ac7ddaed1362f80
+8	shoes	shoes	NOUN	O	0			52b03b4545614c0c9ac7ddaed1362f80
+9	?	?	PUNCT	O	0			52b03b4545614c0c9ac7ddaed1362f80
+10	You	you	PRON	O	0			52b03b4545614c0c9ac7ddaed1362f80
+11	have	have	VERB	O	0			52b03b4545614c0c9ac7ddaed1362f80
+12	18	NUMBER	NUM	O	0			52b03b4545614c0c9ac7ddaed1362f80
+13	minutes	minutes	NOUN	O	0			52b03b4545614c0c9ac7ddaed1362f80
+14	left	left	ADJ	O	0			52b03b4545614c0c9ac7ddaed1362f80
+15	before	before	ADP	O	0			52b03b4545614c0c9ac7ddaed1362f80
+16	your	your	PRON	O	0			52b03b4545614c0c9ac7ddaed1362f80
+17	appointment	appointment	NOUN	O	0			52b03b4545614c0c9ac7ddaed1362f80
+18	.	.	PUNCT	O	0			52b03b4545614c0c9ac7ddaed1362f80
+19	"	"	PUNCT	O	0			52b03b4545614c0c9ac7ddaed1362f80
+20	#ChallengeAccepted	#challengeaccepted	X	O	0			52b03b4545614c0c9ac7ddaed1362f80
+21	#MissionImpossibleTheme	#missionimpossibletheme	X	O	0			52b03b4545614c0c9ac7ddaed1362f80
+22	#DoABarrelRoll	#doabarrelroll	X	O	0			52b03b4545614c0c9ac7ddaed1362f80
+
+1	I	i	PRON	O	0			d389207e281cd9d9ab75bd7a0cf2ff75
+2	recommend	recommend	VERB	O	0			d389207e281cd9d9ab75bd7a0cf2ff75
+3	this	this	DET	O	0			d389207e281cd9d9ab75bd7a0cf2ff75
+4	company	company	NOUN	O	0			d389207e281cd9d9ab75bd7a0cf2ff75
+5	.	.	PUNCT	O	0			d389207e281cd9d9ab75bd7a0cf2ff75
+
+1	You	you	PRON	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+2	know	know	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+3	,	,	PUNCT	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+4	what	what	PRON	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+5	I	i	PRON	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+6	do	do	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+7	is	be	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+8	write	write	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+9	for	for	ADP	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+10	children	child	NOUN	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+11	,	,	PUNCT	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+12	and	and	CONJ	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+13	I	i	PRON	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+14	'm	'm	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+15	probably	probably	ADV	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+16	America	america	PROPN	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+17	's	's	PART	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+18	most	most	ADV	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+19	widely	widely	ADV	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+20	read	read	VERB	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+21	children	child	NOUN	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+22	's	's	PART	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+23	author	author	NOUN	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+24	,	,	PUNCT	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+25	in	in	ADP	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+26	fact	fact	NOUN	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+27	.	.	PUNCT	O	0			e6b56e532c53a55bf1b0e9fc81c2d5f7
+
+1	RT	rt	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+2	@Shae_FreeDrizzy	@USER	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+3	:	:	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+4	No	no	INTJ	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+5	you	you	PRON	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+6	're	're	VERB	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+7	not	not	PART	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+8	twinn	twinn	NOUN	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+9	RT	rt	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+10	@Jay_Reyes	@USER	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+11	:	:	X	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+12	I	i	PRON	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+13	'm	'm	VERB	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+14	Ugly	ugly	ADJ	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+15	.	.	PUNCT	O	0			a602c0fc79fb5aa64685c1a8244e6c8d
+
+1	Someone	someone	NOUN	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+2	is	be	AUX	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+3	n't	n't	PART	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+4	replyIng	reply	VERB	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+5	back	back	ADV	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+6	!	!	PUNCT	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+7	@kendall_trigga	@USER	X	O	0			fb2d5a7f4a06cf8c2aaa737965bcf3ee
+
+1	@xpleasestaymine	@USER	X	O	0			4457a3a963c75e8129b7f53940c528d4
+2	Because	because	SCONJ	O	0			4457a3a963c75e8129b7f53940c528d4
+3	I	i	PRON	O	0			4457a3a963c75e8129b7f53940c528d4
+4	do	do	AUX	O	0			4457a3a963c75e8129b7f53940c528d4
+5	n't	n't	PART	O	0			4457a3a963c75e8129b7f53940c528d4
+6	have	have	VERB	O	0			4457a3a963c75e8129b7f53940c528d4
+7	school	school	NOUN	O	0			4457a3a963c75e8129b7f53940c528d4
+8	on	on	ADP	O	0			4457a3a963c75e8129b7f53940c528d4
+9	Friday	friday	PROPN	O	0			4457a3a963c75e8129b7f53940c528d4
+
+1	I	i	PRON	O	0			ad2c53b8f26da51218312f525d6afc3b
+2	'	'	PART	O	0			ad2c53b8f26da51218312f525d6afc3b
+3	ve	ve	VERB	O	0			ad2c53b8f26da51218312f525d6afc3b
+4	booked	book	VERB	O	0			ad2c53b8f26da51218312f525d6afc3b
+5	for	for	ADP	O	0			ad2c53b8f26da51218312f525d6afc3b
+6	a	a	DET	O	0			ad2c53b8f26da51218312f525d6afc3b
+7	group	group	NOUN	O	0			ad2c53b8f26da51218312f525d6afc3b
+8	of	of	ADP	O	0			ad2c53b8f26da51218312f525d6afc3b
+9	00	00	NUM	O	0			ad2c53b8f26da51218312f525d6afc3b
+10	after	after	ADP	O	0			ad2c53b8f26da51218312f525d6afc3b
+11	staying	stay	VERB	O	0			ad2c53b8f26da51218312f525d6afc3b
+12	in	in	ADP	O	0			ad2c53b8f26da51218312f525d6afc3b
+13	Edinburgh	edinburgh	PROPN	O	0			ad2c53b8f26da51218312f525d6afc3b
+14	over	over	ADP	O	0			ad2c53b8f26da51218312f525d6afc3b
+15	the	the	DET	O	0			ad2c53b8f26da51218312f525d6afc3b
+16	Hogmanay	hogmanay	NOUN	O	0			ad2c53b8f26da51218312f525d6afc3b
+17	.	.	PUNCT	O	0			ad2c53b8f26da51218312f525d6afc3b
+
+1	I	i	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+2	was	be	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+3	at	at	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+4	a	a	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+5	ski	ski	ADJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+6	resort	resort	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+7	in	in	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+8	Switzerland	switzerland	PROPN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+9	without	without	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+10	any	any	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+11	money	money	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+12	to	to	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+13	actually	actually	ADV	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+14	enjoy	enjoy	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+15	myself	myself	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+16	,	,	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+17	because	because	SCONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+18	the	the	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+19	snow	snow	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+20	had	have	AUX	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+21	melted	melt	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+22	and	and	CONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+23	I	i	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+24	did	do	AUX	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+25	n't	n't	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+26	have	have	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+27	money	money	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+28	to	to	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+29	go	go	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+30	to	to	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+31	a	a	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+32	movie	movie	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+33	.	.	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+34	But	but	CONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+35	I	i	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+36	found	found	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+37	that	that	SCONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+38	on	on	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+39	the	the	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+40	--	--	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+41	I	i	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+42	read	read	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+43	in	in	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+44	the	the	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+45	newspapers	newspaper	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+46	that	that	SCONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+47	there	there	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+48	was	be	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+49	to	to	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+50	be	be	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+51	a	a	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+52	presentation	presentation	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+53	by	by	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+54	someone	someone	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+55	in	in	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+56	a	a	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+57	place	place	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+58	that	that	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+59	I	i	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+60	'd	'd	AUX	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+61	seen	see	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+62	in	in	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+63	the	the	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+64	center	center	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+65	of	of	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+66	Zurich	zurich	PROPN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+67	,	,	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+68	and	and	CONJ	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+69	it	it	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+70	was	be	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+71	about	about	ADP	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+72	flying	fly	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+73	saucers	saucer	NOUN	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+74	(	(	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+75	that	that	DET	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+76	)	)	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+77	he	he	PRON	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+78	was	be	AUX	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+79	going	go	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+80	to	to	PART	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+81	talk	talk	VERB	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+82	.	.	PUNCT	O	0			f7017b6dcb06fd51054e64ad9a8e8289
+
+1	RT	rt	X	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+2	@ajparrot	@USER	X	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+3	:	:	X	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+4	you	you	PRON	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+5	do	do	AUX	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+6	nt	nt	PART	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+7	know	know	VERB	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+8	shit	shit	NOUN	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+9	,	,	PUNCT	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+10	about	about	ADP	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+11	shit	shit	NOUN	O	0			1cacfea9f9b0c3a2cfc30d58ae45577f
+
+1	How	how	ADV	O	0			0ea633c099128bdf652f1dffb364725d
+2	about	about	ADP	O	0			0ea633c099128bdf652f1dffb364725d
+3	girls	girl	NOUN	O	0			0ea633c099128bdf652f1dffb364725d
+4	who	who	PRON	O	0			0ea633c099128bdf652f1dffb364725d
+5	do	do	AUX	O	0			0ea633c099128bdf652f1dffb364725d
+6	n't	n't	PART	O	0			0ea633c099128bdf652f1dffb364725d
+7	know	know	VERB	O	0			0ea633c099128bdf652f1dffb364725d
+8	how	how	ADV	O	0			0ea633c099128bdf652f1dffb364725d
+9	to	to	PART	O	0			0ea633c099128bdf652f1dffb364725d
+10	walk	walk	VERB	O	0			0ea633c099128bdf652f1dffb364725d
+11	in	in	ADP	O	0			0ea633c099128bdf652f1dffb364725d
+12	heels	heel	NOUN	O	0			0ea633c099128bdf652f1dffb364725d
+13	do	do	AUX	O	0			0ea633c099128bdf652f1dffb364725d
+14	n't	n't	PART	O	0			0ea633c099128bdf652f1dffb364725d
+15	walk	walk	VERB	O	0			0ea633c099128bdf652f1dffb364725d
+16	in	in	ADP	O	0			0ea633c099128bdf652f1dffb364725d
+17	heels	heel	NOUN	O	0			0ea633c099128bdf652f1dffb364725d
+18	#justsaying	#justsaying	X	O	0			0ea633c099128bdf652f1dffb364725d
+
+1	Life	life	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+2	evolved	evolve	VERB	O	0			61169ce35b36f96c81a36b5ee280e059
+3	under	under	ADP	O	0			61169ce35b36f96c81a36b5ee280e059
+4	conditions	conditions	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+5	of	of	ADP	O	0			61169ce35b36f96c81a36b5ee280e059
+6	light	light	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+7	and	and	CONJ	O	0			61169ce35b36f96c81a36b5ee280e059
+8	darkness	darkness	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+9	,	,	PUNCT	O	0			61169ce35b36f96c81a36b5ee280e059
+10	light	light	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+11	and	and	CONJ	O	0			61169ce35b36f96c81a36b5ee280e059
+12	then	then	ADV	O	0			61169ce35b36f96c81a36b5ee280e059
+13	darkness	darkness	NOUN	O	0			61169ce35b36f96c81a36b5ee280e059
+14	.	.	PUNCT	O	0			61169ce35b36f96c81a36b5ee280e059
+
+1	Lorex	lorex	PROPN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+2	LW2003	lw2003	PROPN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+3	LIVE	live	ADV	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+4	snap	snap	VERB	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+5	Video	video	NOUN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+6	Baby	baby	NOUN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+7	Monitor	monitor	NOUN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+8	(	(	PUNCT	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+9	White	white	ADJ	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+10	):	):	PUNCT	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+11	Get	get	VERB	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+12	The	the	DET	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+13	Lowest	lowest	ADJ	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+14	Prices	price	NOUN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+15	On	on	SCONJ	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+16	NEW	new	ADJ	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+17	Lorex	lorex	PROPN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+18	LW2003	lw2003	PROPN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+19	LIVE	live	ADV	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+20	snap	snap	VERB	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+21	Video	video	NOUN	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+22	Bab	bab	X	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+23	...	...	X	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+24	http://bit.ly/dRjonS	URL	X	O	0			0e913e44be2e6e85fd42ac155bd4dc75
+
+1	@iGot_Charisma13	@USER	X	O	0			8c87eed16f571da5026c03f82c134bf7
+2	you	you	PRON	O	0			8c87eed16f571da5026c03f82c134bf7
+3	wont	wont	VERB	O	0			8c87eed16f571da5026c03f82c134bf7
+4	?	?	PUNCT	O	0			8c87eed16f571da5026c03f82c134bf7
+
+1	Bouta	bouta	SCONJ	O	0			a7fb58f83d78093ce19bf7514e561c49
+2	be	be	VERB	O	0			a7fb58f83d78093ce19bf7514e561c49
+3	home	home	NOUN	O	0			a7fb58f83d78093ce19bf7514e561c49
+
+1	Having	have	AUX	O	0			dad2172bc75a0621b0a0805dafe4af58
+2	found	found	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+3	differing	differing	ADJ	O	0			dad2172bc75a0621b0a0805dafe4af58
+4	opinions	opinion	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+5	on	on	ADP	O	0			dad2172bc75a0621b0a0805dafe4af58
+6	how	how	ADV	O	0			dad2172bc75a0621b0a0805dafe4af58
+7	to	to	PART	O	0			dad2172bc75a0621b0a0805dafe4af58
+8	include	include	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+9	,	,	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+10	group	group	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+11	or	or	CONJ	O	0			dad2172bc75a0621b0a0805dafe4af58
+12	associate	associate	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+13	a	a	DET	O	0			dad2172bc75a0621b0a0805dafe4af58
+14	Horstmann	horstmann	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+15	HRT0	hrt0	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+16	-	-	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+17	ZW	zw	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+18	thermostat	thermostat	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+19	and	and	CONJ	O	0			dad2172bc75a0621b0a0805dafe4af58
+20	ASR	asr	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+21	-	-	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+22	ZW	zw	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+23	receiver	receiver	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+24	(	(	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+25	switch	switch	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+26	)	)	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+27	....	....	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+28	one	one	NUM	O	0			dad2172bc75a0621b0a0805dafe4af58
+29	thing	thing	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+30	I	i	PRON	O	0			dad2172bc75a0621b0a0805dafe4af58
+31	can	can	AUX	O	0			dad2172bc75a0621b0a0805dafe4af58
+32	say	say	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+33	is	be	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+34	UK	uk	PROPN	O	0			dad2172bc75a0621b0a0805dafe4af58
+35	Automation	automation	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+36	'	'	PART	O	0			dad2172bc75a0621b0a0805dafe4af58
+37	s	s	PART	O	0			dad2172bc75a0621b0a0805dafe4af58
+38	instructions	instructions	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+39	actually	actually	ADV	O	0			dad2172bc75a0621b0a0805dafe4af58
+40	work	work	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+41	.....	.....	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+42	they	they	PRON	O	0			dad2172bc75a0621b0a0805dafe4af58
+43	offer	offer	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+44	specific	specific	ADJ	O	0			dad2172bc75a0621b0a0805dafe4af58
+45	instructions	instructions	NOUN	O	0			dad2172bc75a0621b0a0805dafe4af58
+46	on	on	ADP	O	0			dad2172bc75a0621b0a0805dafe4af58
+47	how	how	ADV	O	0			dad2172bc75a0621b0a0805dafe4af58
+48	to	to	PART	O	0			dad2172bc75a0621b0a0805dafe4af58
+49	do	do	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+50	this	this	PRON	O	0			dad2172bc75a0621b0a0805dafe4af58
+51	and	and	CONJ	O	0			dad2172bc75a0621b0a0805dafe4af58
+52	I	i	PRON	O	0			dad2172bc75a0621b0a0805dafe4af58
+53	can	can	AUX	O	0			dad2172bc75a0621b0a0805dafe4af58
+54	thoroughly	thoroughly	ADV	O	0			dad2172bc75a0621b0a0805dafe4af58
+55	recommend	recommend	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+56	following	follow	VERB	O	0			dad2172bc75a0621b0a0805dafe4af58
+57	these	these	PRON	O	0			dad2172bc75a0621b0a0805dafe4af58
+58	.	.	PUNCT	O	0			dad2172bc75a0621b0a0805dafe4af58
+
+1	@eyesof99	@USER	X	O	0			34b2ea064429bca1b79c2d491fd38464
+2	CD	cd	NOUN	O	0			34b2ea064429bca1b79c2d491fd38464
+3	:	:	PUNCT	O	0			34b2ea064429bca1b79c2d491fd38464
+4	90%	NUMBER	NUM	O	0			34b2ea064429bca1b79c2d491fd38464
+5	MP3	mp3	NOUN	O	0			34b2ea064429bca1b79c2d491fd38464
+6	:	:	PUNCT	O	0			34b2ea064429bca1b79c2d491fd38464
+7	0%	NUMBER	NUM	O	0			34b2ea064429bca1b79c2d491fd38464
+8	Vinyl	vinyl	NOUN	O	0			34b2ea064429bca1b79c2d491fd38464
+9	:	:	PUNCT	O	0			34b2ea064429bca1b79c2d491fd38464
+10	10%	NUMBER	NUM	O	0			34b2ea064429bca1b79c2d491fd38464
+
+1	The	the	DET	O	0			107b3750349294714b8162eafed615ff
+2	weather	weather	NOUN	O	0			107b3750349294714b8162eafed615ff
+3	outside	outside	ADJ	O	0			107b3750349294714b8162eafed615ff
+4	does	do	AUX	O	0			107b3750349294714b8162eafed615ff
+5	n't	n't	PART	O	0			107b3750349294714b8162eafed615ff
+6	look	look	VERB	O	0			107b3750349294714b8162eafed615ff
+7	too	too	ADV	O	0			107b3750349294714b8162eafed615ff
+8	appealing	appealing	ADJ	O	0			107b3750349294714b8162eafed615ff
+9	.	.	PUNCT	O	0			107b3750349294714b8162eafed615ff
+
+1	January	january	PROPN	O	0			540d652884f642305ef35453351d1119
+2	16	NUMBER	NUM	O	0			540d652884f642305ef35453351d1119
+3	,	,	PUNCT	O	0			540d652884f642305ef35453351d1119
+4	2011	NUMBER	NUM	O	0			540d652884f642305ef35453351d1119
+5	@sam_concepcion	@USER	X	O	0			540d652884f642305ef35453351d1119
+6	will	will	AUX	O	0			540d652884f642305ef35453351d1119
+7	be	be	VERB	O	0			540d652884f642305ef35453351d1119
+8	in	in	ADP	O	0			540d652884f642305ef35453351d1119
+9	SM	sm	PROPN	O	0			540d652884f642305ef35453351d1119
+10	,	,	PUNCT	O	0			540d652884f642305ef35453351d1119
+11	Cebu	cebu	PROPN	O	0			540d652884f642305ef35453351d1119
+12	!!!!!	!!!!!	PUNCT	O	0			540d652884f642305ef35453351d1119
+
+1	We	we	PRON	O	0			48b89d35f708d66e9d2ea9592d0fa076
+2	Talk	talk	VERB	O	0			48b89d35f708d66e9d2ea9592d0fa076
+3	“Megamind”	“megamind”	PROPN	O	0			48b89d35f708d66e9d2ea9592d0fa076
+4	with	with	ADP	O	0			48b89d35f708d66e9d2ea9592d0fa076
+5	Will	will	PROPN	O	0			48b89d35f708d66e9d2ea9592d0fa076
+6	and	and	CONJ	O	0			48b89d35f708d66e9d2ea9592d0fa076
+7	Tina	tina	PROPN	O	0			48b89d35f708d66e9d2ea9592d0fa076
+8	!	!	PUNCT	O	0			48b89d35f708d66e9d2ea9592d0fa076
+9	http://ow.ly/30v2Z	URL	X	O	0			48b89d35f708d66e9d2ea9592d0fa076
+
+1	This	this	DET	O	0			c143f4b4bb0755e906b601c0897cbb34
+2	"	"	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+3	Christian	christian	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+4	"	"	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+5	"	"	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+6	chapel	chapel	NOUN	O	0			c143f4b4bb0755e906b601c0897cbb34
+7	"	"	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+8	ignores	ignore	VERB	O	0			c143f4b4bb0755e906b601c0897cbb34
+9	Matthew	matthew	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+10	's	's	PART	O	0			c143f4b4bb0755e906b601c0897cbb34
+11	Gospel	gospel	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+12	:	:	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+13	Pathetic	pathetic	ADJ	O	0			c143f4b4bb0755e906b601c0897cbb34
+14	Muslim	muslim	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+15	preaches	preach	VERB	O	0			c143f4b4bb0755e906b601c0897cbb34
+16	at	at	ADP	O	0			c143f4b4bb0755e906b601c0897cbb34
+17	Oxford	oxford	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+18	college	college	NOUN	O	0			c143f4b4bb0755e906b601c0897cbb34
+19	chapel	chapel	NOUN	O	0			c143f4b4bb0755e906b601c0897cbb34
+20	(	(	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+21	From	from	ADP	O	0			c143f4b4bb0755e906b601c0897cbb34
+22	Oxford	oxford	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+23	Mail	mail	PROPN	O	0			c143f4b4bb0755e906b601c0897cbb34
+24	)	)	PUNCT	O	0			c143f4b4bb0755e906b601c0897cbb34
+25	http://goo.gl/nucv	URL	X	O	0			c143f4b4bb0755e906b601c0897cbb34
+
+1	@Zoe_Titmuss	@USER	X	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+2	yeh	yeh	INTJ	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+3	i	i	PRON	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+4	have	have	VERB	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+5	no	no	DET	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+6	idea	idea	NOUN	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+7	but	but	CONJ	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+8	i	i	PRON	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+9	ca	ca	AUX	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+10	nt	nt	PART	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+11	wait	wait	VERB	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+12	xx	EMOTICON	X	O	0			4d41d62c99f1d1f9c7b44ed0c8e32cdc
+
+1	It	it	PRON	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+2	ties	tie	VERB	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+3	to	to	PART	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+4	origami	origami	NOUN	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+5	.	.	PUNCT	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+6	So	so	ADV	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+7	let	let	VERB	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+8	me	me	PRON	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+9	start	start	VERB	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+10	.	.	PUNCT	O	0			f9f444a688fb86af0c56e5f0f8fe761f
+
+1	Whaoo	whaoo	INTJ	O	0			422f921b3f64b54cbad381c75f3310ee
+2	#BlowUp	#blowup	X	O	0			422f921b3f64b54cbad381c75f3310ee
+3	RT	rt	X	O	0			422f921b3f64b54cbad381c75f3310ee
+4	@ENVYTheRedHead_	@USER	X	O	0			422f921b3f64b54cbad381c75f3310ee
+5	:	:	X	O	0			422f921b3f64b54cbad381c75f3310ee
+6	My	my	PRON	O	0			422f921b3f64b54cbad381c75f3310ee
+7	mom	mom	NOUN	O	0			422f921b3f64b54cbad381c75f3310ee
+8	bitchh	bitchh	VERB	O	0			422f921b3f64b54cbad381c75f3310ee
+9	to	to	ADV	O	0			422f921b3f64b54cbad381c75f3310ee
+10	much	much	ADJ	O	0			422f921b3f64b54cbad381c75f3310ee
+11	.	.	PUNCT	O	0			422f921b3f64b54cbad381c75f3310ee
+
+1	It	it	PRON	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+2	s	s	VERB	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+3	the	the	DET	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+4	little	little	ADJ	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+5	things	things	NOUN	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+6	that	that	SCONJ	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+7	strengthen	strengthen	VERB	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+8	my	my	PRON	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+9	tiny	tiny	ADJ	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+10	wings	wings	NOUN	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+11	.	.	PUNCT	O	0			c02ee23d8101659dbeb01c9e41d0fb06
+
+1	Over	over	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+2	50	NUMBER	NUM	O	0			6362bc207a0dc2d9b15d8c36769941bd
+3	percent	percent	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+4	of	of	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+5	managers	manager	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+6	are	be	VERB	O	0			6362bc207a0dc2d9b15d8c36769941bd
+7	women	woman	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+8	these	these	DET	O	0			6362bc207a0dc2d9b15d8c36769941bd
+9	days	days	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+10	,	,	PUNCT	O	0			6362bc207a0dc2d9b15d8c36769941bd
+11	and	and	CONJ	O	0			6362bc207a0dc2d9b15d8c36769941bd
+12	in	in	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+13	the	the	DET	O	0			6362bc207a0dc2d9b15d8c36769941bd
+14	15	NUMBER	NUM	O	0			6362bc207a0dc2d9b15d8c36769941bd
+15	professions	profession	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+16	projected	project	VERB	O	0			6362bc207a0dc2d9b15d8c36769941bd
+17	to	to	PART	O	0			6362bc207a0dc2d9b15d8c36769941bd
+18	grow	grow	VERB	O	0			6362bc207a0dc2d9b15d8c36769941bd
+19	the	the	DET	O	0			6362bc207a0dc2d9b15d8c36769941bd
+20	most	most	ADJ	O	0			6362bc207a0dc2d9b15d8c36769941bd
+21	in	in	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+22	the	the	DET	O	0			6362bc207a0dc2d9b15d8c36769941bd
+23	next	next	ADJ	O	0			6362bc207a0dc2d9b15d8c36769941bd
+24	decade	decade	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+25	,	,	PUNCT	O	0			6362bc207a0dc2d9b15d8c36769941bd
+26	all	all	DET	O	0			6362bc207a0dc2d9b15d8c36769941bd
+27	but	but	CONJ	O	0			6362bc207a0dc2d9b15d8c36769941bd
+28	two	NUMBER	NUM	O	0			6362bc207a0dc2d9b15d8c36769941bd
+29	of	of	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+30	them	them	PRON	O	0			6362bc207a0dc2d9b15d8c36769941bd
+31	are	be	AUX	O	0			6362bc207a0dc2d9b15d8c36769941bd
+32	dominated	dominate	VERB	O	0			6362bc207a0dc2d9b15d8c36769941bd
+33	by	by	ADP	O	0			6362bc207a0dc2d9b15d8c36769941bd
+34	women	woman	NOUN	O	0			6362bc207a0dc2d9b15d8c36769941bd
+35	.	.	PUNCT	O	0			6362bc207a0dc2d9b15d8c36769941bd
+
+1	Washing	wash	VERB	O	0			e2fcdc22015e2aefab31b5cf5883a3fa
+2	my	my	PRON	O	0			e2fcdc22015e2aefab31b5cf5883a3fa
+3	motorcycle	motorcycle	NOUN	O	0			e2fcdc22015e2aefab31b5cf5883a3fa
+
+1	@GalacticLacquer	@USER	X	O	0			292976be5834c122a6b24ff2f9963226
+2	is	be	AUX	O	0			292976be5834c122a6b24ff2f9963226
+3	having	have	VERB	O	0			292976be5834c122a6b24ff2f9963226
+4	a	a	DET	O	0			292976be5834c122a6b24ff2f9963226
+5	giveaway	giveaway	NOUN	O	0			292976be5834c122a6b24ff2f9963226
+6	!	!	PUNCT	O	0			292976be5834c122a6b24ff2f9963226
+7	http://t.co/vwtGvNl5	URL	X	O	0			292976be5834c122a6b24ff2f9963226
+8	http://t.co/vwtGvNl5	URL	X	O	0			292976be5834c122a6b24ff2f9963226
+
+1	That	that	DET	O	0			5cbc7ab395e20bab189530ec7011790b
+2	thing	thing	NOUN	O	0			5cbc7ab395e20bab189530ec7011790b
+3	caused	cause	VERB	O	0			5cbc7ab395e20bab189530ec7011790b
+4	abt	abt	ADV	O	0			5cbc7ab395e20bab189530ec7011790b
+5	$200	NUMBER	NUM	O	0			5cbc7ab395e20bab189530ec7011790b
+6	from	from	ADP	O	0			5cbc7ab395e20bab189530ec7011790b
+7	the	the	DET	O	0			5cbc7ab395e20bab189530ec7011790b
+8	mall	mall	NOUN	O	0			5cbc7ab395e20bab189530ec7011790b
+9	i	i	PRON	O	0			5cbc7ab395e20bab189530ec7011790b
+10	wonder	wonder	VERB	O	0			5cbc7ab395e20bab189530ec7011790b
+11	would	would	AUX	O	0			5cbc7ab395e20bab189530ec7011790b
+12	my	my	PRON	O	0			5cbc7ab395e20bab189530ec7011790b
+13	warranty	warranty	NOUN	O	0			5cbc7ab395e20bab189530ec7011790b
+14	help	help	VERB	O	0			5cbc7ab395e20bab189530ec7011790b
+
+1	kid	kid	PROPN	O	0			c60b9ea434781311aed6a4ec53b61e21
+2	cudi	cudi	PROPN	O	0			c60b9ea434781311aed6a4ec53b61e21
+3	is	be	VERB	O	0			c60b9ea434781311aed6a4ec53b61e21
+4	a	a	DET	O	0			c60b9ea434781311aed6a4ec53b61e21
+5	faggot	faggot	NOUN	O	0			c60b9ea434781311aed6a4ec53b61e21
+6	,	,	PUNCT	O	0			c60b9ea434781311aed6a4ec53b61e21
+7	that	that	PRON	O	0			c60b9ea434781311aed6a4ec53b61e21
+8	is	be	VERB	O	0			c60b9ea434781311aed6a4ec53b61e21
+9	all	all	DET	O	0			c60b9ea434781311aed6a4ec53b61e21
+
+1	Don	don	VERB	O	0			6e218e1d42e47c35afb81f70320650f2
+2	'	'	PART	O	0			6e218e1d42e47c35afb81f70320650f2
+3	t	t	PART	O	0			6e218e1d42e47c35afb81f70320650f2
+4	touch	touch	VERB	O	0			6e218e1d42e47c35afb81f70320650f2
+5	these	these	DET	O	0			6e218e1d42e47c35afb81f70320650f2
+6	guys	guy	NOUN	O	0			6e218e1d42e47c35afb81f70320650f2
+7	unless	unless	ADP	O	0			6e218e1d42e47c35afb81f70320650f2
+8	you	you	PRON	O	0			6e218e1d42e47c35afb81f70320650f2
+9	are	be	VERB	O	0			6e218e1d42e47c35afb81f70320650f2
+10	desperate	desperate	ADJ	O	0			6e218e1d42e47c35afb81f70320650f2
+11	.	.	PUNCT	O	0			6e218e1d42e47c35afb81f70320650f2
+
+1	I	i	PRON	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+2	find	find	VERB	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+3	this	this	DET	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+4	website	website	NOUN	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+5	dead	dead	ADV	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+6	easy	easy	ADV	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+7	to	to	PART	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+8	negotiate	negotiate	VERB	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+9	-	-	PUNCT	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+10	coz	coz	CONJ	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+11	I	i	PRON	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+12	am	be	VERB	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+13	not	not	ADV	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+14	too	too	ADV	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+15	savvy	savvy	ADJ	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+16	on	on	ADP	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+17	the	the	DET	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+18	computer	computer	NOUN	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+19	!	!	PUNCT	O	0			5be7aac0f8b5e702c28f4da26d68c4c6
+
+1	RT	rt	X	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+2	@thickinmyhips	@USER	X	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+3	i	i	PRON	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+4	hate	hate	VERB	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+5	being	be	AUX	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+6	employed	employ	VERB	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+7	sometimes	sometimes	ADV	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+8	!	!	PUNCT	O	0			eff20334cbf3f089b7f5448b5d7cc6c0
+
+1	Without	without	ADP	O	0			00d85930f37e00512e73f17f465c4e6a
+2	gratuitous	gratuitous	ADJ	O	0			00d85930f37e00512e73f17f465c4e6a
+3	sex	sex	NOUN	O	0			00d85930f37e00512e73f17f465c4e6a
+4	,	,	PUNCT	O	0			00d85930f37e00512e73f17f465c4e6a
+5	we	we	PRON	O	0			00d85930f37e00512e73f17f465c4e6a
+6	would	would	AUX	O	0			00d85930f37e00512e73f17f465c4e6a
+7	be	be	VERB	O	0			00d85930f37e00512e73f17f465c4e6a
+8	no	no	ADV	O	0			00d85930f37e00512e73f17f465c4e6a
+9	better	better	ADJ	O	0			00d85930f37e00512e73f17f465c4e6a
+10	than	than	ADP	O	0			00d85930f37e00512e73f17f465c4e6a
+11	animals	animal	NOUN	O	0			00d85930f37e00512e73f17f465c4e6a
+
+1	I	i	PRON	O	0			a299c4355b5560b838070eb5019465dd
+2	received	receive	VERB	O	0			a299c4355b5560b838070eb5019465dd
+3	excellent	excellent	ADJ	O	0			a299c4355b5560b838070eb5019465dd
+4	service	service	NOUN	O	0			a299c4355b5560b838070eb5019465dd
+5	from	from	ADP	O	0			a299c4355b5560b838070eb5019465dd
+6	an	an	DET	O	0			a299c4355b5560b838070eb5019465dd
+7	excellent	excellent	ADJ	O	0			a299c4355b5560b838070eb5019465dd
+8	company	company	NOUN	O	0			a299c4355b5560b838070eb5019465dd
+9	.	.	PUNCT	O	0			a299c4355b5560b838070eb5019465dd
+
+1	This	this	DET	O	0			cf379ffdcc4aefd9699f099985242d7b
+2	is	be	VERB	O	0			cf379ffdcc4aefd9699f099985242d7b
+3	a	a	DET	O	0			cf379ffdcc4aefd9699f099985242d7b
+4	reusme	reusme	NOUN	O	0			cf379ffdcc4aefd9699f099985242d7b
+5	of	of	ADP	O	0			cf379ffdcc4aefd9699f099985242d7b
+6	what	what	PRON	O	0			cf379ffdcc4aefd9699f099985242d7b
+7	we	we	PRON	O	0			cf379ffdcc4aefd9699f099985242d7b
+8	experienced	experience	VERB	O	0			cf379ffdcc4aefd9699f099985242d7b
+9	:	:	PUNCT	O	0			cf379ffdcc4aefd9699f099985242d7b
+
+1	a	a	DET	O	0			5d5cf4578a5cb760920bb72a1dc03321
+2	very	very	ADV	O	0			5d5cf4578a5cb760920bb72a1dc03321
+3	satisfying	satisfying	ADJ	O	0			5d5cf4578a5cb760920bb72a1dc03321
+4	on	on	NOUN	O	0			5d5cf4578a5cb760920bb72a1dc03321
+5	-	-	PUNCT	O	0			5d5cf4578a5cb760920bb72a1dc03321
+6	line	line	NOUN	O	0			5d5cf4578a5cb760920bb72a1dc03321
+7	shopping	shopping	NOUN	O	0			5d5cf4578a5cb760920bb72a1dc03321
+8	experience	experience	NOUN	O	0			5d5cf4578a5cb760920bb72a1dc03321
+9	.	.	PUNCT	O	0			5d5cf4578a5cb760920bb72a1dc03321
+
+1	TRUE	true	PROPN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+2	BLOOD	blood	PROPN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+3	tonight	tonight	NOUN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+4	...	...	PUNCT	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+5	still	still	ADV	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+6	not	not	PART	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+7	sure	sure	ADJ	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+8	I	i	PRON	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+9	am	be	AUX	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+10	gonna	gonna	AUX	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+11	like	like	VERB	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+12	the	the	DET	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+13	new	new	ADJ	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+14	XANADU	xanadu	PROPN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+15	style	style	NOUN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+16	storyline	storyline	NOUN	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+17	they	they	PRON	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+18	are	be	AUX	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+19	getting	get	VERB	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+20	into	into	ADP	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+21	...	...	X	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+22	http://bit.ly/iXSxin	URL	X	O	0			ad4d2cf368b8d5e727b339cb36bcf674
+
+1	Having	have	AUX	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+2	never	never	ADV	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+3	booked	book	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+4	train	train	NOUN	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+5	tickets	ticket	NOUN	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+6	online	online	ADV	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+7	before	before	ADP	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+8	thought	think	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+9	I	i	PRON	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+10	would	would	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+11	give	give	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+12	it	it	PRON	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+13	a	a	DET	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+14	try	try	NOUN	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+15	and	and	CONJ	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+16	was	be	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+17	very	very	ADV	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+18	surprised	surprised	ADJ	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+19	at	at	ADP	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+20	how	how	ADV	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+21	much	much	ADV	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+22	I	i	PRON	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+23	saved	save	VERB	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+24	.	.	PUNCT	O	0			3ba9de15d7b2e77f822d34c3963fe1f2
+
+1	She	she	PRON	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+2	didn	didn	VERB	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+3	'	'	PUNCT	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+4	t	t	PART	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+5	even	even	ADV	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+6	know	know	VERB	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+7	she	she	PRON	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+8	had	have	AUX	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+9	had	have	VERB	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+10	a	a	DET	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+11	delivery	delivery	NOUN	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+12	until	until	ADP	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+13	I	i	PRON	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+14	asked	ask	VERB	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+15	her	her	DET	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+16	daughter	daughter	NOUN	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+17	if	if	ADP	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+18	she	she	PRON	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+19	had	have	AUX	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+20	received	receive	VERB	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+21	them	them	PRON	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+22	.	.	PUNCT	O	0			f85c6af8c40514afb0b39e2fa8b9c19d
+
+1	Well	well	X	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+2	that	that	PRON	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+3	'	'	PART	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+4	s	s	VERB	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+5	me	me	DET	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+6	parcel	parcel	NOUN	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+7	back	back	ADV	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+8	In	in	ADP	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+9	Germany	germany	PROPN	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+10	!	!	PUNCT	O	0			10bd9adcb57659e03fa7a1c42e08cfb5
+
+1	Having	have	AUX	O	0			23e99e84b2732ac706ec1809db30d091
+2	had	have	VERB	O	0			23e99e84b2732ac706ec1809db30d091
+3	experiences	experience	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+4	with	with	ADP	O	0			23e99e84b2732ac706ec1809db30d091
+5	so	so	ADV	O	0			23e99e84b2732ac706ec1809db30d091
+6	called	call	VERB	O	0			23e99e84b2732ac706ec1809db30d091
+7	web	web	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+8	designers	designer	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+9	before	before	ADP	O	0			23e99e84b2732ac706ec1809db30d091
+10	who	who	PRON	O	0			23e99e84b2732ac706ec1809db30d091
+11	promised	promise	VERB	O	0			23e99e84b2732ac706ec1809db30d091
+12	all	all	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+13	and	and	CONJ	O	0			23e99e84b2732ac706ec1809db30d091
+14	failed	fail	VERB	O	0			23e99e84b2732ac706ec1809db30d091
+15	on	on	ADP	O	0			23e99e84b2732ac706ec1809db30d091
+16	all	all	DET	O	0			23e99e84b2732ac706ec1809db30d091
+17	accounts	account	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+18	,	,	PUNCT	O	0			23e99e84b2732ac706ec1809db30d091
+19	this	this	PRON	O	0			23e99e84b2732ac706ec1809db30d091
+20	was	be	VERB	O	0			23e99e84b2732ac706ec1809db30d091
+21	a	a	DET	O	0			23e99e84b2732ac706ec1809db30d091
+22	breathe	breathe	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+23	of	of	ADP	O	0			23e99e84b2732ac706ec1809db30d091
+24	fresh	fresh	ADJ	O	0			23e99e84b2732ac706ec1809db30d091
+25	air	air	NOUN	O	0			23e99e84b2732ac706ec1809db30d091
+26	.	.	PUNCT	O	0			23e99e84b2732ac706ec1809db30d091
+
+1	After	after	ADP	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+2	experiencing	experience	VERB	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+3	many	many	ADJ	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+4	difficulties	difficulty	NOUN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+5	with	with	ADP	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+6	our	our	DET	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+7	previous	previous	ADJ	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+8	provider	provider	NOUN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+9	,	,	PUNCT	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+10	we	we	PRON	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+11	made	make	VERB	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+12	the	the	DET	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+13	move	move	NOUN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+14	to	to	ADP	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+15	Visualsoft	visualsoft	PROPN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+16	who	who	PRON	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+17	provided	provide	VERB	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+18	us	us	PRON	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+19	with	with	ADP	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+20	the	the	DET	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+21	perfect	perfect	ADJ	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+22	website	website	NOUN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+23	for	for	ADP	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+24	our	our	DET	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+25	brand	brand	NOUN	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+26	.	.	PUNCT	O	0			0a6c7a3ebb507d44fe0e4840835ad840
+
+1	[	[	PUNCT	O	0			a6474a8726e270c9ae435cf61827eb5e
+2	POST	post	NOUN	O	0			a6474a8726e270c9ae435cf61827eb5e
+3	]	]	PUNCT	O	0			a6474a8726e270c9ae435cf61827eb5e
+4	Spammy	spammy	PROPN	O	0			a6474a8726e270c9ae435cf61827eb5e
+5	’s	’s	PART	O	0			a6474a8726e270c9ae435cf61827eb5e
+6	12	NUMBER	NUM	O	0			a6474a8726e270c9ae435cf61827eb5e
+7	Days	days	NOUN	O	0			a6474a8726e270c9ae435cf61827eb5e
+8	of	of	ADP	O	0			a6474a8726e270c9ae435cf61827eb5e
+9	Xmas	xmas	PROPN	O	0			a6474a8726e270c9ae435cf61827eb5e
+10	:	:	PUNCT	O	0			a6474a8726e270c9ae435cf61827eb5e
+11	Day	day	NOUN	O	0			a6474a8726e270c9ae435cf61827eb5e
+12	2	NUMBER	NUM	O	0			a6474a8726e270c9ae435cf61827eb5e
+13	–	–	PUNCT	O	0			a6474a8726e270c9ae435cf61827eb5e
+14	Burning	burn	VERB	O	0			a6474a8726e270c9ae435cf61827eb5e
+15	the	the	DET	O	0			a6474a8726e270c9ae435cf61827eb5e
+16	Tool	tool	NOUN	O	0			a6474a8726e270c9ae435cf61827eb5e
+17	Log	log	NOUN	O	0			a6474a8726e270c9ae435cf61827eb5e
+18	http://t.co/PdNKL8qF	URL	X	O	0			a6474a8726e270c9ae435cf61827eb5e
+
+1	I	i	PRON	O	0			9a670182d0044e73ab0845670723c973
+2	would	would	VERB	O	0			9a670182d0044e73ab0845670723c973
+3	normally	normally	ADV	O	0			9a670182d0044e73ab0845670723c973
+4	purchase	purchase	VERB	O	0			9a670182d0044e73ab0845670723c973
+5	such	such	ADV	O	0			9a670182d0044e73ab0845670723c973
+6	an	an	DET	O	0			9a670182d0044e73ab0845670723c973
+7	item	item	NOUN	O	0			9a670182d0044e73ab0845670723c973
+8	locally	locally	ADV	O	0			9a670182d0044e73ab0845670723c973
+9	to	to	PART	O	0			9a670182d0044e73ab0845670723c973
+10	enable	enable	VERB	O	0			9a670182d0044e73ab0845670723c973
+11	us	us	PRON	O	0			9a670182d0044e73ab0845670723c973
+12	to	to	PART	O	0			9a670182d0044e73ab0845670723c973
+13	test	test	VERB	O	0			9a670182d0044e73ab0845670723c973
+14	it	it	PRON	O	0			9a670182d0044e73ab0845670723c973
+15	first	first	ADV	O	0			9a670182d0044e73ab0845670723c973
+16	and	and	CONJ	O	0			9a670182d0044e73ab0845670723c973
+17	for	for	ADP	O	0			9a670182d0044e73ab0845670723c973
+18	easier	easy	ADJ	O	0			9a670182d0044e73ab0845670723c973
+19	delivery	delivery	NOUN	O	0			9a670182d0044e73ab0845670723c973
+20	options	option	NOUN	O	0			9a670182d0044e73ab0845670723c973
+21	but	but	CONJ	O	0			9a670182d0044e73ab0845670723c973
+22	couldn	couldn	AUX	O	0			9a670182d0044e73ab0845670723c973
+23	'	'	PART	O	0			9a670182d0044e73ab0845670723c973
+24	t	t	PART	O	0			9a670182d0044e73ab0845670723c973
+25	find	find	VERB	O	0			9a670182d0044e73ab0845670723c973
+26	one	one	PRON	O	0			9a670182d0044e73ab0845670723c973
+27	in	in	ADP	O	0			9a670182d0044e73ab0845670723c973
+28	this	this	DET	O	0			9a670182d0044e73ab0845670723c973
+29	area	area	NOUN	O	0			9a670182d0044e73ab0845670723c973
+30	.	.	PUNCT	O	0			9a670182d0044e73ab0845670723c973
+
+1	A	a	DET	O	0			f0add4294ad4e3ce56ada05acff81a71
+2	company	company	NOUN	O	0			f0add4294ad4e3ce56ada05acff81a71
+3	who	who	PRON	O	0			f0add4294ad4e3ce56ada05acff81a71
+4	sell	sell	VERB	O	0			f0add4294ad4e3ce56ada05acff81a71
+5	all	all	DET	O	0			f0add4294ad4e3ce56ada05acff81a71
+6	products	product	NOUN	O	0			f0add4294ad4e3ce56ada05acff81a71
+7	needed	need	VERB	O	0			f0add4294ad4e3ce56ada05acff81a71
+8	by	by	ADP	O	0			f0add4294ad4e3ce56ada05acff81a71
+9	those	those	PRON	O	0			f0add4294ad4e3ce56ada05acff81a71
+10	who	who	PRON	O	0			f0add4294ad4e3ce56ada05acff81a71
+11	enjoy	enjoy	VERB	O	0			f0add4294ad4e3ce56ada05acff81a71
+12	a	a	DET	O	0			f0add4294ad4e3ce56ada05acff81a71
+13	proper	proper	ADJ	O	0			f0add4294ad4e3ce56ada05acff81a71
+14	shave	shave	NOUN	O	0			f0add4294ad4e3ce56ada05acff81a71
+15	and	and	CONJ	O	0			f0add4294ad4e3ce56ada05acff81a71
+16	groom	groom	NOUN	O	0			f0add4294ad4e3ce56ada05acff81a71
+17	.	.	PUNCT	O	0			f0add4294ad4e3ce56ada05acff81a71
+
+1	I	i	PRON	O	0			d9b53fad130be875a488afe02134b41d
+2	then	then	ADV	O	0			d9b53fad130be875a488afe02134b41d
+3	received	receive	VERB	O	0			d9b53fad130be875a488afe02134b41d
+4	another	another	DET	O	0			d9b53fad130be875a488afe02134b41d
+5	text	text	NOUN	O	0			d9b53fad130be875a488afe02134b41d
+6	followed	follow	VERB	O	0			d9b53fad130be875a488afe02134b41d
+7	by	by	ADP	O	0			d9b53fad130be875a488afe02134b41d
+8	a	a	DET	O	0			d9b53fad130be875a488afe02134b41d
+9	phone	phone	NOUN	O	0			d9b53fad130be875a488afe02134b41d
+10	call	call	NOUN	O	0			d9b53fad130be875a488afe02134b41d
+11	to	to	PART	O	0			d9b53fad130be875a488afe02134b41d
+12	let	let	VERB	O	0			d9b53fad130be875a488afe02134b41d
+13	me	me	PRON	O	0			d9b53fad130be875a488afe02134b41d
+14	know	know	VERB	O	0			d9b53fad130be875a488afe02134b41d
+15	the	the	DET	O	0			d9b53fad130be875a488afe02134b41d
+16	cab	cab	NOUN	O	0			d9b53fad130be875a488afe02134b41d
+17	had	have	AUX	O	0			d9b53fad130be875a488afe02134b41d
+18	arrived	arrive	VERB	O	0			d9b53fad130be875a488afe02134b41d
+19	.	.	PUNCT	O	0			d9b53fad130be875a488afe02134b41d
+
+1	Dear	dear	NOUN	O	0			c5e24751b8f98774e1226d5266147f65
+2	I	i	PRON	O	0			c5e24751b8f98774e1226d5266147f65
+3	think	think	VERB	O	0			c5e24751b8f98774e1226d5266147f65
+4	we	we	PRON	O	0			c5e24751b8f98774e1226d5266147f65
+5	are	be	AUX	O	0			c5e24751b8f98774e1226d5266147f65
+6	facing	face	VERB	O	0			c5e24751b8f98774e1226d5266147f65
+7	a	a	DET	O	0			c5e24751b8f98774e1226d5266147f65
+8	problem	problem	NOUN	O	0			c5e24751b8f98774e1226d5266147f65
+9	,	,	PUNCT	O	0			c5e24751b8f98774e1226d5266147f65
+10	you	you	PRON	O	0			c5e24751b8f98774e1226d5266147f65
+11	act	act	VERB	O	0			c5e24751b8f98774e1226d5266147f65
+12	like	like	SCONJ	O	0			c5e24751b8f98774e1226d5266147f65
+13	you	you	PRON	O	0			c5e24751b8f98774e1226d5266147f65
+14	love	love	VERB	O	0			c5e24751b8f98774e1226d5266147f65
+15	me	me	PRON	O	0			c5e24751b8f98774e1226d5266147f65
+16	no	no	ADV	O	0			c5e24751b8f98774e1226d5266147f65
+17	longer	longer	ADV	O	0			c5e24751b8f98774e1226d5266147f65
+18	.	.	PUNCT	O	0			c5e24751b8f98774e1226d5266147f65
+
+1	Do	do	AUX	O	0			13bb658a611b1c4959e80ed281572135
+2	not	not	PART	O	0			13bb658a611b1c4959e80ed281572135
+3	feel	feel	VERB	O	0			13bb658a611b1c4959e80ed281572135
+4	good	good	ADJ	O	0			13bb658a611b1c4959e80ed281572135
+5	at	at	ADP	O	0			13bb658a611b1c4959e80ed281572135
+6	all	all	DET	O	0			13bb658a611b1c4959e80ed281572135
+7	!!	!!	PUNCT	O	0			13bb658a611b1c4959e80ed281572135
+8	#notwinning	#notwinning	X	O	0			13bb658a611b1c4959e80ed281572135
+
diff --git a/dimsum-data/dimsum16.test.cupt b/dimsum-data/dimsum16.test.cupt
new file mode 100644
index 0000000..99177c5
--- /dev/null
+++ b/dimsum-data/dimsum16.test.cupt
@@ -0,0 +1,20501 @@
+# global.columns = ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC PARSEME:MWE
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.298
+# sent_counter = 1
+# text = @JoJoLyrics I hear enough talking , just turn round keep walking haha in that part
+1	@JoJoLyrics	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+4	enough	enough	ADV	_	_	_	_	_	_	*
+5	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	turn	turn	VERB	_	_	_	_	_	ss=v.motion	1:X
+9	round	round	ADV	_	_	_	_	_	_	1
+10	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+11	walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+12	haha	haha	INTJ	_	_	_	_	_	_	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	part	part	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.33
+# sent_counter = 2
+# text = Photo : http://t.co/2zggP2a
+1	Photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	http://t.co/2zggP2a	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.343
+# sent_counter = 3
+# text = Ahh . Flutes sound really bad with cheap mics . Writing a song now , just need chords and I'll be good . Bye :D
+1	Ahh	ahh	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Flutes	flute	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	sound	sound	VERB	_	_	_	_	_	ss=v.perception	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	bad	bad	ADJ	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	cheap	cheap	ADJ	_	_	_	_	_	_	*
+9	mics	mics	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Writing	write	VERB	_	_	_	_	_	ss=v.creation	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	song	song	NOUN	_	_	_	_	_	ss=n.communication	*
+14	now	now	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+18	chords	chord	NOUN	_	_	_	_	_	ss=n.relation	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	I'll	i'll	VERB	_	_	_	_	_	ss=v.stative	*
+21	be	be	AUX	_	_	_	_	_	_	*
+22	good	good	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	Bye	bye	INTJ	_	_	_	_	_	_	*
+25	:D	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-210
+# sent_counter = 4
+# text = We called the number which promised an English speaking advisor , instead we got a Spanish one .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	number	number	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	which	which	PRON	_	_	_	_	_	_	*
+6	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	English	english	NOUN	_	_	_	_	_	_	1:X
+9	speaking	speaking	ADJ	_	_	_	_	_	_	1
+10	advisor	advisor	NOUN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	instead	instead	ADV	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	Spanish	spanish	ADJ	_	_	_	_	_	_	*
+17	one	one	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.2
+# sent_counter = 5
+# text = And I would like to share with you some of the bits of the conversation that we started with .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	would	would	AUX	_	_	_	_	_	_	*
+4	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	share	share	VERB	_	_	_	_	_	ss=v.social	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	some	some	DET	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	bits	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	conversation	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	started	start	VERB	_	_	_	_	_	ss=v.change	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.51
+# sent_counter = 6
+# text = @asya269 Follow @hardiksco .. He has awesome quotes and Your end up with wow .. :-) Follow him if you like his tweets ..
+1	@asya269	@USER	X	_	_	_	_	_	_	*
+2	Follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+3	@hardiksco	@USER	X	_	_	_	_	_	_	*
+4	..	..	PUNCT	_	_	_	_	_	_	*
+5	He	he	PRON	_	_	_	_	_	_	*
+6	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	awesome	awesome	ADJ	_	_	_	_	_	_	*
+8	quotes	quote	NOUN	_	_	_	_	_	ss=n.communication	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	Your	your	PRON	_	_	_	_	_	_	*
+11	end	end	NOUN	_	_	_	_	_	_	1:X
+12	up	up	ADP	_	_	_	_	_	_	1
+13	with	with	ADP	_	_	_	_	_	_	*
+14	wow	wow	INTJ	_	_	_	_	_	_	*
+15	..	..	PUNCT	_	_	_	_	_	_	*
+16	:-)	EMOTICON	X	_	_	_	_	_	_	*
+17	Follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+18	him	him	PRON	_	_	_	_	_	_	*
+19	if	if	SCONJ	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+22	his	his	PRON	_	_	_	_	_	_	*
+23	tweets	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+24	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.165
+# sent_counter = 7
+# text = 1-4-3 happy VaLentine s Day ! :) <3 http://Zipz.it/Songcardmb
+1	1-4-3	NUMBER	NUM	_	_	_	_	_	_	*
+2	happy	happy	ADJ	_	_	_	_	_	_	1:X
+3	VaLentine	valentine	PROPN	_	_	_	_	_	_	1
+4	s	s	PART	_	_	_	_	_	_	1
+5	Day	day	NOUN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	:)	EMOTICON	X	_	_	_	_	_	_	*
+8	<3	EMOTICON	X	_	_	_	_	_	_	*
+9	http://Zipz.it/Songcardmb	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-150
+# sent_counter = 8
+# text = Products are of a high standard , quick delivery and should you have a problem it is sorted straight away by a friendly person on the phone .
+1	Products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	_	*
+6	standard	standard	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	quick	quick	ADJ	_	_	_	_	_	_	*
+9	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	should	should	AUX	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	is	be	AUX	_	_	_	_	_	_	*
+18	sorted	sort	VERB	_	_	_	_	_	ss=v.change	*
+19	straight	straight	ADV	_	_	_	_	_	_	1:X
+20	away	away	ADV	_	_	_	_	_	_	1
+21	by	by	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	friendly	friendly	ADJ	_	_	_	_	_	_	*
+24	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+25	on	on	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-281
+# sent_counter = 9
+# text = I picked a more expensive item and they gave me an unasked for discount !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	picked	pick	VERB	_	_	_	_	_	ss=v.cognition	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	more	more	ADV	_	_	_	_	_	_	*
+5	expensive	expensive	ADJ	_	_	_	_	_	_	*
+6	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	gave	give	VERB	_	_	_	_	_	ss=v.change	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	unasked	unasked	ADJ	_	_	_	_	_	_	*
+13	for	for	PART	_	_	_	_	_	_	*
+14	discount	discount	NOUN	_	_	_	_	_	ss=n.possession	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.7
+# sent_counter = 10
+# text = So to me it felt like photography was more about being at the right place and the right time .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+6	like	like	SCONJ	_	_	_	_	_	_	*
+7	photography	photography	NOUN	_	_	_	_	_	ss=n.act	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	about	about	SCONJ	_	_	_	_	_	_	*
+11	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	right	right	ADJ	_	_	_	_	_	ss=n.location	1:X
+15	place	place	NOUN	_	_	_	_	_	_	1
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	right	right	ADJ	_	_	_	_	_	ss=n.time	2:X
+19	time	time	NOUN	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.324
+# sent_counter = 11
+# text = Super Bowl Countdown : http://t.co/ZuVEYdYm
+1	Super	super	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	Bowl	bowl	PROPN	_	_	_	_	_	_	1
+3	Countdown	countdown	NOUN	_	_	_	_	_	ss=n.act	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	http://t.co/ZuVEYdYm	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.5
+# sent_counter = 12
+# text = That was back in 1954 , 55 years ago .
+1	That	that	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	back	back	ADV	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	1954	NUMBER	NUM	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	55	NUMBER	NUM	_	_	_	_	_	_	*
+8	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+9	ago	ago	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.2
+# sent_counter = 13
+# text = In my mother 's day , she did n't go to college .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	mother	mother	NOUN	_	_	_	_	_	ss=n.person	*
+4	's	's	PART	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	she	she	PRON	_	_	_	_	_	_	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	college	college	NOUN	_	_	_	_	_	ss=n.act	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.4
+# sent_counter = 14
+# text = Most of them are ordinary digital camera photos , but this one , for example , is a scan from the Library of Congress , and it 's in the 300 megapixel range .
+1	Most	most	ADJ	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	ordinary	ordinary	ADJ	_	_	_	_	_	_	*
+6	digital	digital	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+7	camera	camera	NOUN	_	_	_	_	_	_	1
+8	photos	photo	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	one	one	NOUN	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	example	example	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	scan	scan	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	from	from	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	ss=n.group	2:X
+22	Library	library	NOUN	_	_	_	_	_	_	2
+23	of	of	ADP	_	_	_	_	_	_	2
+24	Congress	congress	PROPN	_	_	_	_	_	_	2
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+29	in	in	ADP	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	300	300	NUM	_	_	_	_	_	ss=n.quantity	3:X
+32	megapixel	megapixel	NOUN	_	_	_	_	_	_	3
+33	range	range	NOUN	_	_	_	_	_	ss=n.attribute	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.393
+# sent_counter = 15
+# text = ... .. think I might move to Raleigh . NCSU giving up any money ??
+1	...	...	X	_	_	_	_	_	_	*
+2	..	..	X	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	might	might	AUX	_	_	_	_	_	_	*
+6	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	Raleigh	raleigh	PROPN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	NCSU	ncsu	PROPN	_	_	_	_	_	ss=n.group	*
+11	giving	give	VERB	_	_	_	_	_	ss=v.change	1:X
+12	up	up	ADP	_	_	_	_	_	_	1
+13	any	any	DET	_	_	_	_	_	_	*
+14	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+15	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-213
+# sent_counter = 16
+# text = The Asda site is easy to use - however unlike rival sites it doesn ' t store your instore shopping .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Asda	asda	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	site	site	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	easy	easy	ADV	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	use	use	VERB	_	_	_	_	_	ss=v.cognition	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	however	however	ADV	_	_	_	_	_	_	*
+10	unlike	unlike	ADV	_	_	_	_	_	_	*
+11	rival	rival	ADJ	_	_	_	_	_	_	*
+12	sites	site	NOUN	_	_	_	_	_	ss=n.communication	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	doesn	doesn	VERB	_	_	_	_	_	_	*
+15	'	'	PART	_	_	_	_	_	_	*
+16	t	t	PART	_	_	_	_	_	_	*
+17	store	store	VERB	_	_	_	_	_	ss=v.stative	*
+18	your	your	DET	_	_	_	_	_	_	*
+19	instore	instore	ADJ	_	_	_	_	_	_	*
+20	shopping	shopping	NOUN	_	_	_	_	_	ss=n.act	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-307
+# sent_counter = 17
+# text = They found that Apple hasn ' t even activated the 0G network and told me to call O0 .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	CCONJ	_	_	_	_	_	_	*
+4	Apple	apple	NOUN	_	_	_	_	_	ss=n.group	*
+5	hasn	hasn	VERB	_	_	_	_	_	_	*
+6	'	'	PART	_	_	_	_	_	_	*
+7	t	t	PART	_	_	_	_	_	_	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	activated	activate	VERB	_	_	_	_	_	ss=v.change	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	0G	0g	ADJ	_	_	_	_	_	ss=n.communication	1:X
+12	network	network	NOUN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+18	O0	o0	PROPN	_	_	_	_	_	ss=n.group	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-259
+# sent_counter = 18
+# text = Pet Supermarket is an excellent choice for all pet owners and I can highly recommend this company for their quality goods , selection , promptness , and after sales service with a good returns policy .
+1	Pet	pet	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	Supermarket	supermarket	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	*
+9	pet	pet	NOUN	_	_	_	_	_	ss=n.person	2:X
+10	owners	owner	NOUN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	highly	highly	ADV	_	_	_	_	_	_	*
+15	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	their	their	DET	_	_	_	_	_	_	*
+20	quality	quality	NOUN	_	_	_	_	_	_	*
+21	goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	selection	selection	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	promptness	promptness	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	after	after	ADP	_	_	_	_	_	ss=n.act	3:X
+29	sales	sales	NOUN	_	_	_	_	_	_	3
+30	service	service	NOUN	_	_	_	_	_	_	3
+31	with	with	ADP	_	_	_	_	_	_	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	good	good	ADJ	_	_	_	_	_	_	*
+34	returns	return	NOUN	_	_	_	_	_	ss=n.communication	4:X
+35	policy	policy	NOUN	_	_	_	_	_	_	4
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.430
+# sent_counter = 19
+# text = RT @Pretty_Girl1908 Where is punk ass , @ShaineO_Mac Tonite !!! < Honestly who cares ?? :-P
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Pretty_Girl1908	@USER	X	_	_	_	_	_	_	*
+3	Where	where	ADV	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	punk	punk	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	ass	ass	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	@ShaineO_Mac	@USER	X	_	_	_	_	_	_	*
+9	Tonite	tonite	ADV	_	_	_	_	_	_	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+11	<	<	X	_	_	_	_	_	_	*
+12	Honestly	honestly	ADV	_	_	_	_	_	_	*
+13	who	who	PRON	_	_	_	_	_	_	*
+14	cares	care	VERB	_	_	_	_	_	ss=v.emotion	*
+15	??	??	PUNCT	_	_	_	_	_	_	*
+16	:-P	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-237
+# sent_counter = 20
+# text = Handwritten card very personal touch .
+1	Handwritten	handwritten	ADJ	_	_	_	_	_	_	*
+2	card	card	NOUN	_	_	_	_	_	ss=n.communication	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	personal	personal	ADJ	_	_	_	_	_	ss=n.feeling	1:X
+5	touch	touch	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.371
+# sent_counter = 21
+# text = DAMMIT TENTEN !!! Ca n't you just let a ninja pee in peace ??!!?!?!?!? http://t.co/lz8Y9iUv
+1	DAMMIT	dammit	INTJ	_	_	_	_	_	_	*
+2	TENTEN	tenten	PROPN	_	_	_	_	_	ss=n.person	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+4	Ca	ca	AUX	_	_	_	_	_	_	1:X
+5	n't	n't	PART	_	_	_	_	_	_	1
+6	you	you	PRON	_	_	_	_	_	_	1
+7	just	just	ADV	_	_	_	_	_	_	1
+8	let	let	VERB	_	_	_	_	_	ss=v.social	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	ninja	ninja	NOUN	_	_	_	_	_	ss=n.person	*
+11	pee	pee	VERB	_	_	_	_	_	ss=v.body	*
+12	in	in	ADP	_	_	_	_	_	_	2:X
+13	peace	peace	NOUN	_	_	_	_	_	_	2
+14	??!!?!?!?!?	??!!?!?!?!?	PUNCT	_	_	_	_	_	_	*
+15	http://t.co/lz8Y9iUv	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-180
+# sent_counter = 22
+# text = Thank you for the replacement as promised .
+1	Thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	replacement	replacement	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	as	as	CCONJ	_	_	_	_	_	_	*
+7	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.130
+# sent_counter = 23
+# text = RT @colindobson : Check out http://bit.ly/e5hSx0 . Freezing my nads in the snow , naked for #MND Charity . £4.5 k raised so far . Please RT ! Thx .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@colindobson	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Check	check	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	out	out	ADP	_	_	_	_	_	_	1
+6	http://bit.ly/e5hSx0	URL	X	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Freezing	freeze	VERB	_	_	_	_	_	ss=v.change	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	nads	nad	NOUN	_	_	_	_	_	ss=n.body	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	snow	snow	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	naked	naked	ADJ	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	#MND	#mnd	PROPN	_	_	_	_	_	ss=n.group	2:X
+18	Charity	charity	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	£4.5	NUMBER	NUM	_	_	_	_	_	_	*
+21	k	k	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	raised	raise	VERB	_	_	_	_	_	ss=v.change	*
+23	so	so	ADV	_	_	_	_	_	_	3:X
+24	far	far	ADV	_	_	_	_	_	_	3
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	Please	please	VERB	_	_	_	_	_	ss=v.emotion	*
+27	RT	rt	VERB	_	_	_	_	_	ss=v.communication	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+29	Thx	thx	NOUN	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-169
+# sent_counter = 24
+# text = I ' ve relied on Vodafone since mobile phones were the size and weight of bricks and have never had any problems with their service or products .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	*
+4	relied	rely	VERB	_	_	_	_	_	ss=v.cognition	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	Vodafone	vodafone	PROPN	_	_	_	_	_	ss=n.group	*
+7	since	since	ADP	_	_	_	_	_	_	*
+8	mobile	mobile	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+9	phones	phone	NOUN	_	_	_	_	_	_	1
+10	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	size	size	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	weight	weight	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	bricks	brick	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	have	have	AUX	_	_	_	_	_	_	*
+19	never	never	ADV	_	_	_	_	_	_	*
+20	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+21	any	any	DET	_	_	_	_	_	_	*
+22	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+23	with	with	ADP	_	_	_	_	_	_	*
+24	their	their	DET	_	_	_	_	_	_	*
+25	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+26	or	or	CCONJ	_	_	_	_	_	_	*
+27	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-34
+# sent_counter = 25
+# text = The information provided on the website during the build process , the quality of the e - mail communication and the speedy and accurate delivery have all been first class .
+1	The	the	DET	_	_	_	_	_	_	*
+2	information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+3	provided	provided	ADJ	_	_	_	_	_	_	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+7	during	during	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	build	build	NOUN	_	_	_	_	_	ss=n.process	1:X
+10	process	process	NOUN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	e	e	NOUN	_	_	_	_	_	ss=n.communication	2:X
+17	-	-	PUNCT	_	_	_	_	_	_	2
+18	mail	mail	NOUN	_	_	_	_	_	_	2
+19	communication	communication	NOUN	_	_	_	_	_	_	2
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	speedy	speedy	ADJ	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	accurate	accurate	ADJ	_	_	_	_	_	_	*
+25	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+26	have	have	AUX	_	_	_	_	_	_	*
+27	all	all	PRON	_	_	_	_	_	_	*
+28	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	first	first	ADJ	_	_	_	_	_	ss=n.attribute	3:X
+30	class	class	NOUN	_	_	_	_	_	_	3
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-132
+# sent_counter = 26
+# text = It was air - conditioned , and drove pretty well , once I ' d sussed out the bite point ( which I had to do after stalling on a 0 : 0 hill - a bit scary !).
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	air	air	ADJ	_	_	_	_	_	_	1:X
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	conditioned	conditioned	ADJ	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+9	pretty	pretty	ADV	_	_	_	_	_	_	*
+10	well	well	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	once	once	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	'	'	PUNCT	_	_	_	_	_	_	*
+15	d	d	VERB	_	_	_	_	_	_	*
+16	sussed	sussed	VERB	_	_	_	_	_	ss=v.cognition	2:X
+17	out	out	PART	_	_	_	_	_	_	2
+18	the	the	DET	_	_	_	_	_	_	*
+19	bite	bite	NOUN	_	_	_	_	_	ss=n.attribute	3:X
+20	point	point	NOUN	_	_	_	_	_	_	3
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	which	which	PRON	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	had	have	AUX	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	do	do	VERB	_	_	_	_	_	ss=v.contact	*
+27	after	after	ADV	_	_	_	_	_	_	*
+28	stalling	stall	VERB	_	_	_	_	_	ss=v.change	*
+29	on	on	ADP	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	0	0	NUM	_	_	_	_	_	ss=n.natural_object	4:X
+32	:	:	PUNCT	_	_	_	_	_	_	4
+33	0	0	NUM	_	_	_	_	_	_	4
+34	hill	hill	NOUN	_	_	_	_	_	_	4
+35	-	-	PUNCT	_	_	_	_	_	_	*
+36	a	a	DET	_	_	_	_	_	_	*
+37	bit	bit	NOUN	_	_	_	_	_	ss=n.attribute	*
+38	scary	scary	ADJ	_	_	_	_	_	_	*
+39	!).	!).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.410
+# sent_counter = 27
+# text = @MelCardillo weird cause you r not doin either ..
+1	@MelCardillo	@USER	X	_	_	_	_	_	_	*
+2	weird	weird	ADJ	_	_	_	_	_	_	*
+3	cause	cause	SCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	doin	doin	VERB	_	_	_	_	_	ss=v.stative	*
+8	either	either	DET	_	_	_	_	_	_	*
+9	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.6
+# sent_counter = 28
+# text = Aww , thank you .
+1	Aww	aww	NOUN	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.111
+# sent_counter = 29
+# text = yeah Start all overrrr 3YearsBreakout
+1	yeah	yeah	INTJ	_	_	_	_	_	_	*
+2	Start	start	VERB	_	_	_	_	_	ss=v.change	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	overrrr	overrrr	ADP	_	_	_	_	_	_	*
+5	3YearsBreakout	3yearsbreakout	PROPN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.462
+# sent_counter = 30
+# text = @BrittyKitty28 i ma get me a flip phone for real
+1	@BrittyKitty28	@USER	X	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	ma	ma	AUX	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	flip	flip	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+8	phone	phone	NOUN	_	_	_	_	_	_	1
+9	for	for	ADP	_	_	_	_	_	_	2:X
+10	real	real	ADJ	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.402
+# sent_counter = 31
+# text = Ty Beanie Babies - Set of 2 Beanies ( Dora & Boots ): TY Beanie Babies Set of 2- Dora the Explorer and Boots http://t.co/c90SAqaR
+1	Ty	ty	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+2	Beanie	beanie	PROPN	_	_	_	_	_	_	1
+3	Babies	babies	PROPN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	Set	set	NOUN	_	_	_	_	_	ss=n.group	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	2	NUMBER	NUM	_	_	_	_	_	_	*
+8	Beanies	beanies	PROPN	_	_	_	_	_	ss=n.artifact	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Dora	dora	PROPN	_	_	_	_	_	ss=n.person	*
+11	&	&	CCONJ	_	_	_	_	_	_	*
+12	Boots	boots	PROPN	_	_	_	_	_	ss=n.person	*
+13	):	):	PUNCT	_	_	_	_	_	_	*
+14	TY	ty	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+15	Beanie	beanie	PROPN	_	_	_	_	_	_	2
+16	Babies	babies	PROPN	_	_	_	_	_	_	2
+17	Set	set	NOUN	_	_	_	_	_	ss=n.group	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	2-	NUMBER	NUM	_	_	_	_	_	_	*
+20	Dora	dora	PROPN	_	_	_	_	_	ss=n.person	3:X
+21	the	the	DET	_	_	_	_	_	_	3
+22	Explorer	explorer	NOUN	_	_	_	_	_	_	3
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	Boots	boots	PROPN	_	_	_	_	_	ss=n.person	*
+25	http://t.co/c90SAqaR	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-182
+# sent_counter = 32
+# text = I received an email from Lindy on 00rd August stating they had shipped the order 0st Class , today is the 0th September and I have received nothing / heard nothing .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	received	receive	VERB	_	_	_	_	_	ss=v.communication	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Lindy	lindy	NOUN	_	_	_	_	_	ss=n.person	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	00rd	00rd	ADJ	_	_	_	_	_	_	*
+9	August	august	NOUN	_	_	_	_	_	ss=n.time	*
+10	stating	state	VERB	_	_	_	_	_	ss=v.communication	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	had	have	AUX	_	_	_	_	_	_	*
+13	shipped	ship	VERB	_	_	_	_	_	ss=v.motion	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+16	0st	0st	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+17	Class	class	NOUN	_	_	_	_	_	_	1
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	0th	0th	ADJ	_	_	_	_	_	_	*
+23	September	september	NOUN	_	_	_	_	_	ss=n.time	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	have	have	AUX	_	_	_	_	_	_	*
+27	received	receive	VERB	_	_	_	_	_	ss=v.change	*
+28	nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+29	/	/	PUNCT	_	_	_	_	_	_	*
+30	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+31	nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.1
+# sent_counter = 33
+# text = I 'm here to share my photography .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	share	share	VERB	_	_	_	_	_	ss=v.social	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	photography	photography	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.5
+# sent_counter = 34
+# text = When philanthropy was reinvented a century ago , when the foundation form was actually invented , they did n't think of themselves on the wrong side of these either .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	philanthropy	philanthropy	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	reinvented	reinvent	VERB	_	_	_	_	_	ss=v.creation	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	century	century	NOUN	_	_	_	_	_	ss=n.time	*
+7	ago	ago	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	foundation	foundation	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+12	form	form	NOUN	_	_	_	_	_	_	1
+13	was	be	AUX	_	_	_	_	_	_	*
+14	actually	actually	ADV	_	_	_	_	_	_	*
+15	invented	invent	VERB	_	_	_	_	_	ss=v.creation	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	n't	n't	PART	_	_	_	_	_	_	*
+20	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	themselves	themselves	PRON	_	_	_	_	_	_	*
+23	on	on	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	wrong	wrong	ADJ	_	_	_	_	_	_	*
+26	side	side	NOUN	_	_	_	_	_	ss=n.location	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	these	these	DET	_	_	_	_	_	_	*
+29	either	either	CCONJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.2
+# sent_counter = 35
+# text = Just to know that Jaguar shamans still journey beyond the Milky Way , or the myths of the Inuit elders still resonate with meaning , or that in the Himalaya , the Buddhists still pursue the breath of the Dharma , is to really remember the central revelation of anthropology , and that is the idea that the world in which we live does not exist in some absolute sense , but is just one model of reality , the consequence of one particular set of adaptive choices that our lineage made , albeit successfully , many generations ago .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	Jaguar	jaguar	VERB	_	_	_	_	_	ss=n.person	1:X
+6	shamans	shaman	NOUN	_	_	_	_	_	_	1
+7	still	still	ADV	_	_	_	_	_	_	*
+8	journey	journey	NOUN	_	_	_	_	_	ss=n.act	*
+9	beyond	beyond	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	Milky	milky	ADJ	_	_	_	_	_	ss=n.natural_object	2:X
+12	Way	way	NOUN	_	_	_	_	_	_	2
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	myths	myths	PROPN	_	_	_	_	_	ss=n.communication	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	Inuit	inuit	NOUN	_	_	_	_	_	ss=n.person	3:X
+20	elders	elder	NOUN	_	_	_	_	_	_	3
+21	still	still	ADV	_	_	_	_	_	_	*
+22	resonate	resonate	VERB	_	_	_	_	_	ss=v.emotion	*
+23	with	with	ADP	_	_	_	_	_	_	*
+24	meaning	meaning	NOUN	_	_	_	_	_	ss=n.communication	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	or	or	CCONJ	_	_	_	_	_	_	*
+27	that	that	PRON	_	_	_	_	_	_	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	Himalaya	himalaya	NOUN	_	_	_	_	_	ss=n.location	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	Buddhists	buddhist	NOUN	_	_	_	_	_	ss=n.person	*
+34	still	still	ADV	_	_	_	_	_	_	*
+35	pursue	pursue	VERB	_	_	_	_	_	ss=v.cognition	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	breath	breath	NOUN	_	_	_	_	_	ss=n.body	*
+38	of	of	ADP	_	_	_	_	_	_	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	Dharma	dharma	NOUN	_	_	_	_	_	ss=n.person	*
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	is	be	VERB	_	_	_	_	_	_	*
+43	to	to	PART	_	_	_	_	_	_	*
+44	really	really	ADV	_	_	_	_	_	_	*
+45	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+46	the	the	DET	_	_	_	_	_	_	*
+47	central	central	ADJ	_	_	_	_	_	_	*
+48	revelation	revelation	NOUN	_	_	_	_	_	ss=n.cognition	*
+49	of	of	ADP	_	_	_	_	_	_	*
+50	anthropology	anthropology	NOUN	_	_	_	_	_	ss=n.cognition	*
+51	,	,	PUNCT	_	_	_	_	_	_	*
+52	and	and	CCONJ	_	_	_	_	_	_	*
+53	that	that	PRON	_	_	_	_	_	_	*
+54	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+55	the	the	DET	_	_	_	_	_	_	*
+56	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+57	that	that	SCONJ	_	_	_	_	_	_	*
+58	the	the	DET	_	_	_	_	_	_	*
+59	world	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+60	in	in	ADP	_	_	_	_	_	_	*
+61	which	which	DET	_	_	_	_	_	_	*
+62	we	we	PRON	_	_	_	_	_	_	*
+63	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+64	does	do	AUX	_	_	_	_	_	_	*
+65	not	not	PART	_	_	_	_	_	_	*
+66	exist	exist	VERB	_	_	_	_	_	ss=v.stative	*
+67	in	in	ADP	_	_	_	_	_	_	*
+68	some	some	DET	_	_	_	_	_	_	*
+69	absolute	absolute	ADJ	_	_	_	_	_	_	*
+70	sense	sense	NOUN	_	_	_	_	_	ss=n.cognition	*
+71	,	,	PUNCT	_	_	_	_	_	_	*
+72	but	but	CCONJ	_	_	_	_	_	_	*
+73	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+74	just	just	ADV	_	_	_	_	_	_	*
+75	one	one	NUM	_	_	_	_	_	_	*
+76	model	model	NOUN	_	_	_	_	_	ss=n.cognition	*
+77	of	of	ADP	_	_	_	_	_	_	*
+78	reality	reality	NOUN	_	_	_	_	_	ss=n.cognition	*
+79	,	,	PUNCT	_	_	_	_	_	_	*
+80	the	the	DET	_	_	_	_	_	_	*
+81	consequence	consequence	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+82	of	of	ADP	_	_	_	_	_	_	*
+83	one	one	NUM	_	_	_	_	_	_	*
+84	particular	particular	ADJ	_	_	_	_	_	_	*
+85	set	set	NOUN	_	_	_	_	_	ss=n.group	*
+86	of	of	ADP	_	_	_	_	_	_	*
+87	adaptive	adaptive	NOUN	_	_	_	_	_	_	*
+88	choices	choices	VERB	_	_	_	_	_	_	*
+89	that	that	DET	_	_	_	_	_	_	*
+90	our	our	PRON	_	_	_	_	_	_	*
+91	lineage	lineage	NOUN	_	_	_	_	_	ss=n.group	*
+92	made	make	VERB	_	_	_	_	_	ss=v.change	*
+93	,	,	PUNCT	_	_	_	_	_	_	*
+94	albeit	albeit	VERB	_	_	_	_	_	_	*
+95	successfully	successfully	ADV	_	_	_	_	_	_	*
+96	,	,	PUNCT	_	_	_	_	_	_	*
+97	many	many	ADJ	_	_	_	_	_	_	*
+98	generations	generation	NOUN	_	_	_	_	_	ss=n.group	*
+99	ago	ago	ADV	_	_	_	_	_	_	*
+100	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-205
+# sent_counter = 36
+# text = I would definitely choose AFerry again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+5	AFerry	aferry	PROPN	_	_	_	_	_	ss=n.group	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.56
+# sent_counter = 37
+# text = RT @JuicyJennaa : @Dame_O_DewBaby aite bruh bruh I got you foue
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JuicyJennaa	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@Dame_O_DewBaby	@USER	X	_	_	_	_	_	_	*
+5	aite	aite	INTJ	_	_	_	_	_	_	*
+6	bruh	bruh	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	bruh	bruh	NOUN	_	_	_	_	_	_	1
+8	I	i	PRON	_	_	_	_	_	_	*
+9	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	foue	foue	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-109
+# sent_counter = 38
+# text = Would use these again .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+3	these	these	PRON	_	_	_	_	_	_	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.83
+# sent_counter = 39
+# text = RT @ieatpussy4pizza : @Allan_oVo got them black girl groupies though
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ieatpussy4pizza	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@Allan_oVo	@USER	X	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+6	them	them	DET	_	_	_	_	_	_	*
+7	black	black	ADJ	_	_	_	_	_	ss=n.person	1:X
+8	girl	girl	NOUN	_	_	_	_	_	_	1
+9	groupies	groupie	NOUN	_	_	_	_	_	_	1
+10	though	though	ADP	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.7
+# sent_counter = 40
+# text = Secondhand shopping allows me to reduce the impact my wardrobe has on the environment and on my wallet .
+1	Secondhand	secondhand	ADJ	_	_	_	_	_	_	*
+2	shopping	shopping	NOUN	_	_	_	_	_	ss=n.act	*
+3	allows	allow	VERB	_	_	_	_	_	ss=v.stative	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	reduce	reduce	VERB	_	_	_	_	_	ss=v.change	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	impact	impact	NOUN	_	_	_	_	_	ss=n.process	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wardrobe	wardrobe	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	environment	environment	NOUN	_	_	_	_	_	ss=n.state	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	wallet	wallet	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.152
+# sent_counter = 41
+# text = @mandaffodil lol , we are one . and that was me this weekend especially . maybe put it off until you feel like ~ talking again ?
+1	@mandaffodil	@USER	X	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	one	one	INTJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	that	that	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+14	especially	especially	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	maybe	maybe	ADV	_	_	_	_	_	_	*
+17	put	put	VERB	_	_	_	_	_	ss=v.change	1:X
+18	it	it	PRON	_	_	_	_	_	_	*
+19	off	off	ADP	_	_	_	_	_	_	1
+20	until	until	SCONJ	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	2:X
+23	like	like	SCONJ	_	_	_	_	_	_	2
+24	~	~	SYM	_	_	_	_	_	_	*
+25	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+26	again	again	ADV	_	_	_	_	_	_	*
+27	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-123
+# sent_counter = 42
+# text = Keep up the good work guys .
+1	Keep	keep	VERB	_	_	_	_	_	ss=v.stative	1:X
+2	up	up	PART	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+6	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.7
+# sent_counter = 43
+# text = But on the other side of that , though , we were big readers in our house .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	side	side	NOUN	_	_	_	_	_	ss=n.location	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	though	though	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	big	big	ADJ	_	_	_	_	_	_	*
+14	readers	reader	NOUN	_	_	_	_	_	ss=n.person	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	our	our	PRON	_	_	_	_	_	_	*
+17	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.10
+# sent_counter = 44
+# text = Photos like this : construction going on along a busy road .
+1	Photos	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	like	like	ADP	_	_	_	_	_	_	*
+3	this	this	PRON	_	_	_	_	_	_	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	construction	construction	NOUN	_	_	_	_	_	ss=n.act	*
+6	going	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	on	on	ADP	_	_	_	_	_	_	1
+8	along	along	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	busy	busy	ADJ	_	_	_	_	_	_	*
+11	road	road	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-38
+# sent_counter = 45
+# text = I was looking for a watch for my teenage grandson for his birthday , I found the watchshop from a web search .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	watch	watch	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	teenage	teenage	ADJ	_	_	_	_	_	ss=n.person	1:X
+10	grandson	grandson	NOUN	_	_	_	_	_	_	1
+11	for	for	ADP	_	_	_	_	_	_	*
+12	his	his	DET	_	_	_	_	_	_	*
+13	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+17	the	the	DET	_	_	_	_	_	ss=n.group	2:X
+18	watchshop	watchshop	NOUN	_	_	_	_	_	_	2
+19	from	from	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	web	web	NOUN	_	_	_	_	_	ss=n.communication	3:X
+22	search	search	NOUN	_	_	_	_	_	_	3
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-225
+# sent_counter = 46
+# text = very clearly and at no time did I feel under pressure to use this service .
+1	very	very	ADV	_	_	_	_	_	_	*
+2	clearly	clearly	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+10	under	under	ADP	_	_	_	_	_	ss=n.feeling	1:X
+11	pressure	pressure	NOUN	_	_	_	_	_	_	1
+12	to	to	PART	_	_	_	_	_	_	*
+13	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.496
+# sent_counter = 47
+# text = Haha . My producer said UV vodka is a bad situation waitin to happen , i said #fuuuuuuucccit
+1	Haha	haha	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	My	my	PRON	_	_	_	_	_	_	*
+4	producer	producer	NOUN	_	_	_	_	_	ss=n.person	*
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	UV	uv	PROPN	_	_	_	_	_	ss=n.food	1:X
+7	vodka	vodka	NOUN	_	_	_	_	_	_	1
+8	is	be	AUX	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	bad	bad	ADJ	_	_	_	_	_	_	*
+11	situation	situation	NOUN	_	_	_	_	_	ss=n.state	*
+12	waitin	waitin	VERB	_	_	_	_	_	ss=v.stative	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	happen	happen	VERB	_	_	_	_	_	ss=v.change	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+18	#fuuuuuuucccit	#fuuuuuuucccit	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-258
+# sent_counter = 48
+# text = Took three days , be patient and it ' ll happen .
+1	Took	take	VERB	_	_	_	_	_	ss=v.stative	*
+2	three	three	NUM	_	_	_	_	_	_	*
+3	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	patient	patient	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	'	'	PART	_	_	_	_	_	_	*
+10	ll	ll	VERB	_	_	_	_	_	_	*
+11	happen	happen	VERB	_	_	_	_	_	ss=v.change	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-83
+# sent_counter = 49
+# text = I needed a service that was simple and quick which Transglobal provided , from the start of the process to receiving goods from the USA took 0 days which in my opinion is superb .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	needed	need	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	that	that	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	simple	simple	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	quick	quick	ADJ	_	_	_	_	_	_	*
+10	which	which	PRON	_	_	_	_	_	_	*
+11	Transglobal	transglobal	PROPN	_	_	_	_	_	ss=n.group	*
+12	provided	provide	VERB	_	_	_	_	_	ss=v.stative	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	start	start	NOUN	_	_	_	_	_	ss=n.event	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	receiving	receive	VERB	_	_	_	_	_	ss=v.contact	*
+22	goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	from	from	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	USA	usa	PROPN	_	_	_	_	_	ss=n.location	*
+26	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+27	0	0	NUM	_	_	_	_	_	_	*
+28	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+29	which	which	PRON	_	_	_	_	_	_	*
+30	in	in	ADP	_	_	_	_	_	_	*
+31	my	my	DET	_	_	_	_	_	_	*
+32	opinion	opinion	NOUN	_	_	_	_	_	ss=n.cognition	*
+33	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	superb	superb	ADJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-10
+# sent_counter = 50
+# text = well done Illumi for a great product .
+1	well	well	ADV	_	_	_	_	_	_	1:X
+2	done	do	VERB	_	_	_	_	_	_	1
+3	Illumi	illumi	PROPN	_	_	_	_	_	ss=n.group	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.425
+# sent_counter = 51
+# text = SHOWOFFRADIO LIVE !!!
+1	SHOWOFFRADIO	showoffradio	PROPN	_	_	_	_	_	ss=n.communication	*
+2	LIVE	live	ADJ	_	_	_	_	_	_	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-245
+# sent_counter = 52
+# text = Any ideas re cause ?
+1	Any	any	DET	_	_	_	_	_	_	*
+2	ideas	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	re	re	ADP	_	_	_	_	_	_	*
+4	cause	cause	NOUN	_	_	_	_	_	_	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.413
+# sent_counter = 53
+# text = Rihanna changed her all style she was nothing like she is now
+1	Rihanna	rihanna	PROPN	_	_	_	_	_	ss=n.person	*
+2	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	nothing	nothing	NOUN	_	_	_	_	_	_	*
+9	like	like	SCONJ	_	_	_	_	_	_	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	now	now	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-103
+# sent_counter = 54
+# text = I presume they will now have to take the duff machine issue up with Hotpoint but offered me a fantastic service as it ' s resolved the issue for me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	presume	presume	VERB	_	_	_	_	_	ss=v.cognition	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	now	now	ADV	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	take	take	VERB	_	_	_	_	_	ss=v.communication	1:X
+9	the	the	DET	_	_	_	_	_	_	*
+10	duff	duff	NOUN	_	_	_	_	_	_	*
+11	machine	machine	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	issue	issue	NOUN	_	_	_	_	_	ss=n.state	*
+13	up	up	PART	_	_	_	_	_	_	1
+14	with	with	ADP	_	_	_	_	_	_	*
+15	Hotpoint	hotpoint	PROPN	_	_	_	_	_	ss=n.group	*
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+21	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+22	as	as	ADP	_	_	_	_	_	_	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	'	'	PART	_	_	_	_	_	_	*
+25	s	s	VERB	_	_	_	_	_	_	*
+26	resolved	resolve	VERB	_	_	_	_	_	ss=v.change	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	issue	issue	NOUN	_	_	_	_	_	ss=n.state	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-166
+# sent_counter = 55
+# text = Credit card company now notified we are in dispute and a replacement order in progress with alternative supplier .
+1	Credit	credit	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	card	card	NOUN	_	_	_	_	_	_	1
+3	company	company	NOUN	_	_	_	_	_	_	1
+4	now	now	ADV	_	_	_	_	_	_	*
+5	notified	notify	VERB	_	_	_	_	_	ss=v.communication	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	dispute	dispute	NOUN	_	_	_	_	_	ss=n.state	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	replacement	replacement	NOUN	_	_	_	_	_	ss=n.communication	2:X
+13	order	order	NOUN	_	_	_	_	_	_	2
+14	in	in	ADP	_	_	_	_	_	_	*
+15	progress	progress	NOUN	_	_	_	_	_	ss=n.act	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	alternative	alternative	ADJ	_	_	_	_	_	ss=n.group	3:X
+18	supplier	supplier	NOUN	_	_	_	_	_	_	3
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.184
+# sent_counter = 56
+# text = @syabillaedward honestly ? I have no idea . I just am ... all . the . time . :(
+1	@syabillaedward	@USER	X	_	_	_	_	_	_	*
+2	honestly	honestly	ADV	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	no	no	DET	_	_	_	_	_	_	*
+7	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	:(	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.316
+# sent_counter = 57
+# text = @room_downstairs where did you ask ? We are very prompt with replies . If you want to DM your name or email we can check right now .
+1	@room_downstairs	@USER	X	_	_	_	_	_	_	*
+2	where	where	ADV	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	We	we	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	prompt	prompt	ADJ	_	_	_	_	_	_	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	replies	reply	NOUN	_	_	_	_	_	ss=n.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	If	if	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	DM	dm	VERB	_	_	_	_	_	ss=v.communication	*
+19	your	your	PRON	_	_	_	_	_	_	*
+20	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+21	or	or	CCONJ	_	_	_	_	_	_	*
+22	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+23	we	we	PRON	_	_	_	_	_	_	*
+24	can	can	AUX	_	_	_	_	_	_	*
+25	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+26	right	right	ADV	_	_	_	_	_	_	1:X
+27	now	now	ADV	_	_	_	_	_	_	1
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-165
+# sent_counter = 58
+# text = I would recommend their services , to friends , without hesitation .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	their	their	DET	_	_	_	_	_	_	*
+5	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	without	without	ADP	_	_	_	_	_	_	*
+11	hesitation	hesitation	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.187
+# sent_counter = 59
+# text = Fainlly KFC dinner is here ♥ .
+1	Fainlly	fainlly	ADV	_	_	_	_	_	_	*
+2	KFC	kfc	PROPN	_	_	_	_	_	ss=n.group	*
+3	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	♥	♥	PUNCT	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-4
+# sent_counter = 60
+# text = They kept to the estimated worth they had given for my phone .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	estimated	estimated	ADJ	_	_	_	_	_	_	*
+6	worth	worth	NOUN	_	_	_	_	_	ss=n.possession	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	given	give	VERB	_	_	_	_	_	ss=v.communication	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	my	my	DET	_	_	_	_	_	_	*
+12	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.330
+# sent_counter = 61
+# text = @CareenaCoolAss u not callin me
+1	@CareenaCoolAss	@USER	X	_	_	_	_	_	_	*
+2	u	u	PRON	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	callin	callin	VERB	_	_	_	_	_	ss=v.communication	*
+5	me	me	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-104
+# sent_counter = 62
+# text = Overall we were really impressed with the service and the pricing and would recommend them to others .
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	impressed	impressed	ADJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	pricing	pricing	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	would	would	VERB	_	_	_	_	_	_	*
+14	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+15	them	them	PRON	_	_	_	_	_	_	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	others	others	NOUN	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.173
+# sent_counter = 63
+# text = @Tiff3rz smfh that 's fucking crazy
+1	@Tiff3rz	@USER	X	_	_	_	_	_	_	*
+2	smfh	smfh	X	_	_	_	_	_	_	*
+3	that	that	PRON	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	fucking	fucking	ADV	_	_	_	_	_	_	*
+6	crazy	crazy	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-9
+# sent_counter = 64
+# text = It took me months to eventually take the dealer to court .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	eventually	eventually	ADV	_	_	_	_	_	_	*
+7	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	court	court	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.277
+# sent_counter = 65
+# text = Pain is pleasure
+1	Pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleasure	pleasure	NOUN	_	_	_	_	_	ss=n.feeling	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.133
+# sent_counter = 66
+# text = Bridalplasty ! Love this showww .
+1	Bridalplasty	bridalplasty	PROPN	_	_	_	_	_	ss=n.communication	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	showww	showww	NOUN	_	_	_	_	_	ss=n.communication	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-189
+# sent_counter = 67
+# text = The screen washer was empty on delivery and unfortunately I parked under some trees for the first night and came back to a pebble - dashed car the next morning .
+1	The	the	DET	_	_	_	_	_	_	*
+2	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	washer	washer	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	empty	empty	ADJ	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	parked	park	VERB	_	_	_	_	_	ss=v.contact	*
+12	under	under	ADP	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	trees	tree	NOUN	_	_	_	_	_	ss=n.plant	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	first	first	ADJ	_	_	_	_	_	_	*
+18	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	came	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+21	back	back	PART	_	_	_	_	_	_	2
+22	to	to	ADP	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	pebble	pebble	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+25	-	-	PUNCT	_	_	_	_	_	_	3
+26	dashed	dashed	ADJ	_	_	_	_	_	_	3
+27	car	car	NOUN	_	_	_	_	_	_	3
+28	the	the	DET	_	_	_	_	_	_	*
+29	next	next	ADJ	_	_	_	_	_	_	*
+30	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.112
+# sent_counter = 68
+# text = Another push to allow guns on college campuses : The upcoming legislative session will see a push by pro-gun ... http://t.co/QFzgmXOm
+1	Another	another	DET	_	_	_	_	_	_	*
+2	push	push	NOUN	_	_	_	_	_	ss=n.act	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	allow	allow	VERB	_	_	_	_	_	ss=v.stative	*
+5	guns	gun	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	college	college	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+8	campuses	campus	NOUN	_	_	_	_	_	_	1
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	The	the	DET	_	_	_	_	_	_	*
+11	upcoming	upcoming	ADJ	_	_	_	_	_	_	*
+12	legislative	legislative	ADJ	_	_	_	_	_	_	*
+13	session	session	NOUN	_	_	_	_	_	ss=n.communication	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	push	push	NOUN	_	_	_	_	_	ss=n.act	*
+18	by	by	ADP	_	_	_	_	_	_	*
+19	pro-gun	pro-gun	ADJ	_	_	_	_	_	_	*
+20	...	...	X	_	_	_	_	_	_	*
+21	http://t.co/QFzgmXOm	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.279
+# sent_counter = 69
+# text = I made $300 . That is on top of the $550 I 've made earlier on this trip . Not bad if I do say so myself .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+3	$300	NUMBER	NUM	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	That	that	PRON	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	top	top	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	1
+10	the	the	DET	_	_	_	_	_	_	*
+11	$550	NUMBER	NUM	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	've	've	AUX	_	_	_	_	_	_	*
+14	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+15	earlier	earlier	ADV	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	trip	trip	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Not	not	PART	_	_	_	_	_	_	*
+21	bad	bad	ADJ	_	_	_	_	_	_	*
+22	if	if	SCONJ	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	do	do	AUX	_	_	_	_	_	_	*
+25	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+26	so	so	ADV	_	_	_	_	_	_	*
+27	myself	myself	PRON	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-81
+# sent_counter = 70
+# text = My order was swiftly completed delivered and information regarding updates to the delivery were spot on .
+1	My	my	DET	_	_	_	_	_	_	*
+2	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	swiftly	swiftly	ADV	_	_	_	_	_	_	*
+5	completed	complete	VERB	_	_	_	_	_	ss=v.change	*
+6	delivered	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+9	regarding	regard	VERB	_	_	_	_	_	ss=v.cognition	*
+10	updates	update	NOUN	_	_	_	_	_	ss=n.communication	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+14	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	spot	spot	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+16	on	on	ADP	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.10
+# sent_counter = 71
+# text = I would n't recommend it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.194
+# sent_counter = 72
+# text = @waveyylifestyle true true . I 'm in love wit food nigga
+1	@waveyylifestyle	@USER	X	_	_	_	_	_	_	*
+2	true	true	ADJ	_	_	_	_	_	_	*
+3	true	true	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	1:X
+8	love	love	NOUN	_	_	_	_	_	_	1
+9	wit	wit	ADP	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.493
+# sent_counter = 73
+# text = I had forgotten how much i looove coffee cake !! Yup ! I Love Coffee Cake . Y Que ?!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	forgotten	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+4	how	how	ADV	_	_	_	_	_	_	*
+5	much	much	ADV	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	looove	looove	VERB	_	_	_	_	_	ss=v.emotion	*
+8	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	1:X
+9	cake	cake	NOUN	_	_	_	_	_	_	1
+10	!!	!!	PUNCT	_	_	_	_	_	_	*
+11	Yup	yup	INTJ	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+15	Coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	2:X
+16	Cake	cake	NOUN	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Y	y	X	_	_	_	_	_	_	3:X
+19	Que	que	X	_	_	_	_	_	_	3
+20	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.109
+# sent_counter = 74
+# text = I gotta make my way to the sprint store n I really do n't wana go outside i ma try to get moms to give me a ride lol
+1	I	i	PRON	_	_	_	_	_	_	*
+2	gotta	gotta	VERB	_	_	_	_	_	_	*
+3	make	make	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	my	my	PRON	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	sprint	sprint	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	store	store	NOUN	_	_	_	_	_	_	2
+10	n	n	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	really	really	ADV	_	_	_	_	_	_	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	wana	wana	VERB	_	_	_	_	_	ss=v.emotion	*
+16	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	outside	outside	ADV	_	_	_	_	_	_	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	ma	ma	AUX	_	_	_	_	_	_	*
+20	try	try	VERB	_	_	_	_	_	ss=v.social	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	get	get	VERB	_	_	_	_	_	ss=v.communication	*
+23	moms	mom	NOUN	_	_	_	_	_	ss=n.person	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	give	give	VERB	_	_	_	_	_	ss=v.stative	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	ride	ride	NOUN	_	_	_	_	_	ss=n.act	*
+29	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.6
+# sent_counter = 75
+# text = This is an entire book , so this is an example of non-image data .
+1	This	this	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	entire	entire	ADJ	_	_	_	_	_	_	*
+5	book	book	NOUN	_	_	_	_	_	ss=n.communication	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	this	this	PRON	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	example	example	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	non-image	non-image	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+14	data	data	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.9
+# sent_counter = 76
+# text = The thing to watch for as a global philanthropy industry comes about -- and that 's exactly what is happening -- is how the aspiration is to flip these old assumptions , for philanthropy to become open and big and fast and connected , in service of the long term .
+1	The	the	DET	_	_	_	_	_	_	*
+2	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	watch	watch	VERB	_	_	_	_	_	ss=v.perception	1:X
+5	for	for	ADP	_	_	_	_	_	_	1
+6	as	as	SCONJ	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	global	global	ADJ	_	_	_	_	_	_	*
+9	philanthropy	philanthropy	NOUN	_	_	_	_	_	ss=n.act	2:X
+10	industry	industry	NOUN	_	_	_	_	_	_	2
+11	comes	come	VERB	_	_	_	_	_	ss=v.change	3:X
+12	about	about	ADP	_	_	_	_	_	_	3
+13	--	--	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+17	exactly	exactly	ADV	_	_	_	_	_	_	*
+18	what	what	PRON	_	_	_	_	_	_	*
+19	is	be	AUX	_	_	_	_	_	_	*
+20	happening	happen	VERB	_	_	_	_	_	ss=v.change	*
+21	--	--	PUNCT	_	_	_	_	_	_	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	how	how	ADV	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	aspiration	aspiration	NOUN	_	_	_	_	_	ss=n.feeling	*
+26	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	flip	flip	VERB	_	_	_	_	_	ss=v.change	*
+29	these	these	DET	_	_	_	_	_	_	*
+30	old	old	ADJ	_	_	_	_	_	_	*
+31	assumptions	assumption	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	for	for	SCONJ	_	_	_	_	_	_	*
+34	philanthropy	philanthropy	NOUN	_	_	_	_	_	ss=n.act	*
+35	to	to	PART	_	_	_	_	_	_	*
+36	become	become	VERB	_	_	_	_	_	ss=v.change	*
+37	open	open	ADJ	_	_	_	_	_	_	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	big	big	ADJ	_	_	_	_	_	_	*
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	fast	fast	ADJ	_	_	_	_	_	_	*
+42	and	and	CCONJ	_	_	_	_	_	_	*
+43	connected	connected	ADJ	_	_	_	_	_	_	*
+44	,	,	PUNCT	_	_	_	_	_	_	*
+45	in	in	ADP	_	_	_	_	_	_	*
+46	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+47	of	of	ADP	_	_	_	_	_	_	*
+48	the	the	DET	_	_	_	_	_	_	*
+49	long	long	ADJ	_	_	_	_	_	ss=n.time	4:X
+50	term	term	NOUN	_	_	_	_	_	_	4
+51	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-146
+# sent_counter = 77
+# text = This company deserves fantastic recognition for customer service and superb quality goods .
+1	This	this	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	deserves	deserve	VERB	_	_	_	_	_	ss=v.stative	*
+4	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+5	recognition	recognition	NOUN	_	_	_	_	_	ss=n.state	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	service	service	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	superb	superb	ADJ	_	_	_	_	_	_	*
+11	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.486
+# sent_counter = 78
+# text = @MS_OUTTA_ORDA lol it wasnt blood but thanks .
+1	@MS_OUTTA_ORDA	@USER	X	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	wasnt	wasnt	VERB	_	_	_	_	_	ss=v.stative	*
+5	blood	blood	NOUN	_	_	_	_	_	ss=n.body	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-155
+# sent_counter = 79
+# text = 00 , not 0 . the address was given them correctly , they chose to drop a digit .
+1	00	00	NUM	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	0	0	NUM	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	address	address	NOUN	_	_	_	_	_	ss=n.communication	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	given	give	VERB	_	_	_	_	_	ss=v.stative	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	correctly	correctly	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	drop	drop	VERB	_	_	_	_	_	ss=v.change	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	digit	digit	NOUN	_	_	_	_	_	ss=n.quantity	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.190
+# sent_counter = 80
+# text = SHM .. brb
+1	SHM	shm	NOUN	_	_	_	_	_	_	*
+2	..	..	PUNCT	_	_	_	_	_	_	*
+3	brb	brb	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-12
+# sent_counter = 81
+# text = It was a very comfortable bus and arrived at our resort in the time it stated .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+6	bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	our	our	DET	_	_	_	_	_	_	*
+11	resort	resort	NOUN	_	_	_	_	_	ss=n.location	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.168
+# sent_counter = 82
+# text = RT @dddika : RT @DamnItsTrue : I love when teachers get off topic . #DamnItsTrue
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@dddika	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@DamnItsTrue	@USER	X	_	_	_	_	_	_	*
+6	:	:	X	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	*
+12	off	off	ADP	_	_	_	_	_	_	1:X
+13	topic	topic	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	#DamnItsTrue	#damnitstrue	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.2
+# sent_counter = 83
+# text = It 's true .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	true	true	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.210
+# sent_counter = 84
+# text = answer : spouting , @tunjung 8/388 points , meaning : http://goo.gl/XzlsV
+1	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	spouting	spout	VERB	_	_	_	_	_	ss=v.motion	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	@tunjung	@USER	X	_	_	_	_	_	_	*
+6	8/388	NUMBER	NUM	_	_	_	_	_	_	*
+7	points	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	meaning	meaning	NOUN	_	_	_	_	_	ss=n.communication	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	http://goo.gl/XzlsV	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-62
+# sent_counter = 85
+# text = This was to deteriorate into 0 / 0s of the screen displaying a blurry image .
+1	This	this	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	deteriorate	deteriorate	VERB	_	_	_	_	_	ss=v.change	*
+5	into	into	ADP	_	_	_	_	_	_	*
+6	0	0	NUM	_	_	_	_	_	ss=n.quantity	1:X
+7	/	/	PUNCT	_	_	_	_	_	_	1
+8	0s	0	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	displaying	display	VERB	_	_	_	_	_	ss=v.perception	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	blurry	blurry	ADJ	_	_	_	_	_	_	*
+15	image	image	NOUN	_	_	_	_	_	ss=n.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.312
+# sent_counter = 86
+# text = RT @MISSMYA : " It always seems impossible until it 's done . " - Nelson Mandela
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MISSMYA	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	It	it	PRON	_	_	_	_	_	_	*
+6	always	always	ADV	_	_	_	_	_	_	*
+7	seems	seem	VERB	_	_	_	_	_	ss=v.perception	*
+8	impossible	impossible	ADJ	_	_	_	_	_	_	*
+9	until	until	SCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	's	's	AUX	_	_	_	_	_	_	*
+12	done	do	VERB	_	_	_	_	_	ss=v.change	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	Nelson	nelson	PROPN	_	_	_	_	_	ss=n.person	1:X
+17	Mandela	mandela	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-247
+# sent_counter = 87
+# text = Deramores stocks a wide range of yarns and accessories . They also stock an amazing array of patterns and books .
+1	Deramores	deramores	PROPN	_	_	_	_	_	ss=n.group	*
+2	stocks	stock	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	wide	wide	ADJ	_	_	_	_	_	_	*
+5	range	range	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	yarns	yarn	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	accessories	accessory	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	They	they	PRON	_	_	_	_	_	_	*
+12	also	also	ADV	_	_	_	_	_	_	*
+13	stock	stock	VERB	_	_	_	_	_	ss=v.possession	*
+14	an	an	DET	_	_	_	_	_	_	*
+15	amazing	amazing	ADJ	_	_	_	_	_	_	*
+16	array	array	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	patterns	pattern	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	books	book	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.132
+# sent_counter = 88
+# text = Found the scarriest mystery door in my school . I 'M SO CURIOUS D:
+1	Found	found	VERB	_	_	_	_	_	ss=v.perception	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	scarriest	scarriest	ADJ	_	_	_	_	_	_	*
+4	mystery	mystery	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	door	door	NOUN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	'M	'm	VERB	_	_	_	_	_	ss=v.stative	*
+12	SO	so	ADV	_	_	_	_	_	_	*
+13	CURIOUS	curious	ADJ	_	_	_	_	_	_	*
+14	D:	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.431
+# sent_counter = 89
+# text = @WaddleandSilvy sup shirt off
+1	@WaddleandSilvy	@USER	X	_	_	_	_	_	_	*
+2	sup	sup	INTJ	_	_	_	_	_	_	*
+3	shirt	shirt	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	off	off	ADP	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.45
+# sent_counter = 90
+# text = @JanetteAhylin did u get that janette !? " prefection rhymes with one direction " Not Janette Gonzalez . ~ Lol
+1	@JanetteAhylin	@USER	X	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.cognition	*
+5	that	that	PRON	_	_	_	_	_	_	*
+6	janette	janette	PROPN	_	_	_	_	_	ss=n.person	*
+7	!?	!?	PUNCT	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	prefection	prefection	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	rhymes	rhyme	VERB	_	_	_	_	_	ss=v.cognition	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	one	NUMBER	NUM	_	_	_	_	_	ss=n.artifact	1:X
+13	direction	direction	NOUN	_	_	_	_	_	_	1
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	Not	not	PART	_	_	_	_	_	_	*
+16	Janette	janette	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+17	Gonzalez	gonzalez	PROPN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	~	~	PUNCT	_	_	_	_	_	_	*
+20	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.460
+# sent_counter = 91
+# text = #badcombination any bitch born in da 9o's & me
+1	#badcombination	#badcombination	X	_	_	_	_	_	_	*
+2	any	any	DET	_	_	_	_	_	_	*
+3	bitch	bitch	NOUN	_	_	_	_	_	ss=n.person	*
+4	born	bear	VERB	_	_	_	_	_	ss=v.body	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	da	da	DET	_	_	_	_	_	_	*
+7	9o's	NUMBER	NUM	_	_	_	_	_	_	*
+8	&	&	CCONJ	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-32
+# sent_counter = 92
+# text = My contact was Lee .
+1	My	my	DET	_	_	_	_	_	_	*
+2	contact	contact	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	Lee	lee	PROPN	_	_	_	_	_	ss=n.person	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-15
+# sent_counter = 93
+# text = I highly recommend them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.1
+# sent_counter = 94
+# text = I 'm a contemporary artist with a bit of an unexpected background .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	contemporary	contemporary	ADJ	_	_	_	_	_	_	*
+5	artist	artist	NOUN	_	_	_	_	_	ss=n.person	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	unexpected	unexpected	ADJ	_	_	_	_	_	_	*
+12	background	background	NOUN	_	_	_	_	_	ss=n.state	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.468
+# sent_counter = 95
+# text = @Fashionisda HA . AHA !!!!! YOU SO NASTY !!!!!!!.. BUT I LIKE IT LMAO
+1	@Fashionisda	@USER	X	_	_	_	_	_	_	*
+2	HA	ha	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	AHA	aha	INTJ	_	_	_	_	_	_	*
+5	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+6	YOU	you	PRON	_	_	_	_	_	_	*
+7	SO	so	ADV	_	_	_	_	_	_	*
+8	NASTY	nasty	ADJ	_	_	_	_	_	_	*
+9	!!!!!!!..	!!!!!!!..	PUNCT	_	_	_	_	_	_	*
+10	BUT	but	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	LIKE	like	VERB	_	_	_	_	_	ss=v.emotion	*
+13	IT	it	PRON	_	_	_	_	_	_	*
+14	LMAO	lmao	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-51
+# sent_counter = 96
+# text = Only ever had 0 problem with an order through Amazon , not their fault or the supplier , the goods were lost in the U . S . postal system .
+1	Only	only	ADV	_	_	_	_	_	_	*
+2	ever	ever	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	0	0	NUM	_	_	_	_	_	_	*
+5	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	order	order	NOUN	_	_	_	_	_	ss=n.possession	*
+9	through	through	ADP	_	_	_	_	_	_	*
+10	Amazon	amazon	PROPN	_	_	_	_	_	ss=n.group	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	their	their	DET	_	_	_	_	_	_	*
+14	fault	fault	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	supplier	supplier	NOUN	_	_	_	_	_	ss=n.person	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	were	be	AUX	_	_	_	_	_	_	*
+22	lost	lose	VERB	_	_	_	_	_	ss=v.change	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	U	u	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+26	.	.	PUNCT	_	_	_	_	_	_	1
+27	S	s	NOUN	_	_	_	_	_	_	1
+28	.	.	PUNCT	_	_	_	_	_	_	1
+29	postal	postal	ADJ	_	_	_	_	_	_	1
+30	system	system	NOUN	_	_	_	_	_	_	1
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.411
+# sent_counter = 97
+# text = Blu Cantrell just came on my Destiny 's Child Pandora . See what happens when you leave the door open ? Getcho ass out !!!
+1	Blu	blu	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Cantrell	cantrell	PROPN	_	_	_	_	_	_	1
+3	just	just	ADV	_	_	_	_	_	_	*
+4	came	come	VERB	_	_	_	_	_	ss=v.perception	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	Destiny	destiny	PROPN	_	_	_	_	_	ss=n.communication	2:X
+8	's	's	PART	_	_	_	_	_	_	2
+9	Child	child	PROPN	_	_	_	_	_	_	2
+10	Pandora	pandora	PROPN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	See	see	VERB	_	_	_	_	_	ss=v.perception	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	happens	happen	VERB	_	_	_	_	_	ss=v.change	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	leave	leave	VERB	_	_	_	_	_	ss=v.stative	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	open	open	ADJ	_	_	_	_	_	_	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+22	Getcho	getcho	VERB	_	_	_	_	_	ss=v.motion	*
+23	ass	ass	NOUN	_	_	_	_	_	ss=n.body	*
+24	out	out	ADP	_	_	_	_	_	_	*
+25	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.6
+# sent_counter = 98
+# text = Yet we 're still dealing with a lot of the same challenges as many decades ago .
+1	Yet	yet	CCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	're	're	AUX	_	_	_	_	_	_	*
+4	still	still	ADV	_	_	_	_	_	_	*
+5	dealing	deal	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	with	with	ADP	_	_	_	_	_	_	1
+7	a	a	DET	_	_	_	_	_	_	*
+8	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	same	same	ADJ	_	_	_	_	_	_	*
+12	challenges	challenge	NOUN	_	_	_	_	_	ss=n.state	*
+13	as	as	ADP	_	_	_	_	_	_	*
+14	many	many	ADJ	_	_	_	_	_	_	*
+15	decades	decade	NOUN	_	_	_	_	_	ss=n.time	*
+16	ago	ago	ADP	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.147
+# sent_counter = 99
+# text = RT @justinbieber : now Hailee get a twitter
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@justinbieber	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	now	now	ADV	_	_	_	_	_	_	*
+5	Hailee	hailee	PROPN	_	_	_	_	_	ss=n.person	*
+6	get	get	VERB	_	_	_	_	_	ss=v.change	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.160
+# sent_counter = 100
+# text = strobelights dance with the stars ..
+1	strobelights	strobelights	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	dance	dance	VERB	_	_	_	_	_	ss=v.motion	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	stars	star	NOUN	_	_	_	_	_	ss=n.natural_object	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.404
+# sent_counter = 101
+# text = Home sweet home :)
+1	Home	home	NOUN	_	_	_	_	_	ss=n.location	1:X
+2	sweet	sweet	ADJ	_	_	_	_	_	_	1
+3	home	home	NOUN	_	_	_	_	_	_	1
+4	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.81
+# sent_counter = 102
+# text = Why aren't I tired ? -_-
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	aren't	aren't	VERB	_	_	_	_	_	ss=v.stative	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	tired	tired	ADJ	_	_	_	_	_	_	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	-_-	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.472
+# sent_counter = 103
+# text = We are always getting invited and you ca n't say no !!: )
+1	We	we	PRON	_	_	_	_	_	_	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	getting	get	AUX	_	_	_	_	_	_	*
+5	invited	invite	VERB	_	_	_	_	_	ss=v.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	ca	ca	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	no	no	INTJ	_	_	_	_	_	_	*
+12	!!:	!!:	PUNCT	_	_	_	_	_	_	*
+13	)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-41
+# sent_counter = 104
+# text = It had the tumble dryer i wanted at a price i liked , so i ordered one .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	tumble	tumble	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	dryer	dryer	NOUN	_	_	_	_	_	_	1
+6	i	i	PRON	_	_	_	_	_	_	*
+7	wanted	want	VERB	_	_	_	_	_	ss=v.emotion	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	ordered	order	VERB	_	_	_	_	_	ss=v.change	*
+17	one	one	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.218
+# sent_counter = 105
+# text = RT @JosetteSheeran : @WFP #Libya breakthru ! We move urgently needed #food ( wheat , flour ) by truck convoy into western Libya for 1st time ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JosetteSheeran	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@WFP	@USER	X	_	_	_	_	_	_	*
+5	#Libya	#libya	PROPN	_	_	_	_	_	ss=n.location	*
+6	breakthru	breakthru	NOUN	_	_	_	_	_	ss=n.event	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	We	we	PRON	_	_	_	_	_	_	*
+9	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+10	urgently	urgently	ADV	_	_	_	_	_	_	*
+11	needed	need	VERB	_	_	_	_	_	ss=v.stative	*
+12	#food	#food	NOUN	_	_	_	_	_	ss=n.food	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	wheat	wheat	NOUN	_	_	_	_	_	ss=n.food	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	flour	flour	NOUN	_	_	_	_	_	ss=n.food	*
+17	)	)	PUNCT	_	_	_	_	_	_	*
+18	by	by	ADP	_	_	_	_	_	_	*
+19	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	convoy	convoy	NOUN	_	_	_	_	_	ss=n.group	*
+21	into	into	ADP	_	_	_	_	_	_	*
+22	western	western	ADJ	_	_	_	_	_	ss=n.location	1:X
+23	Libya	libya	PROPN	_	_	_	_	_	_	1
+24	for	for	ADP	_	_	_	_	_	_	*
+25	1st	1st	ADJ	_	_	_	_	_	_	*
+26	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+27	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.360
+# sent_counter = 106
+# text = I 'm a super hero in my own right . Actually ... Anti Hero more like .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	super	super	ADJ	_	_	_	_	_	ss=n.person	1:X
+5	hero	hero	NOUN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	2:X
+7	my	my	PRON	_	_	_	_	_	_	*
+8	own	own	ADJ	_	_	_	_	_	_	2
+9	right	right	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Actually	actually	ADV	_	_	_	_	_	_	*
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	Anti	anti	NOUN	_	_	_	_	_	ss=n.person	3:X
+14	Hero	hero	NOUN	_	_	_	_	_	_	3
+15	more	more	ADV	_	_	_	_	_	_	4:X
+16	like	like	ADP	_	_	_	_	_	_	4
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.91
+# sent_counter = 107
+# text = Wind 2.2 mph NNW . Barometer 1019.0 mb , Rising . Temperature 15.5 °C . Rain today 0.0 mm . Humidity 59%
+1	Wind	wind	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+2	2.2	NUMBER	NUM	_	_	_	_	_	_	*
+3	mph	mph	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	NNW	nnw	NOUN	_	_	_	_	_	ss=n.relation	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Barometer	barometer	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	1019.0	NUMBER	NUM	_	_	_	_	_	_	*
+8	mb	mb	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Rising	rise	VERB	_	_	_	_	_	ss=v.motion	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Temperature	temperature	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	15.5	NUMBER	NUM	_	_	_	_	_	_	*
+14	°C	°c	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Rain	rain	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+17	today	today	NOUN	_	_	_	_	_	_	*
+18	0.0	NUMBER	NUM	_	_	_	_	_	_	*
+19	mm	mm	NOUN	_	_	_	_	_	ss=n.quantity	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	Humidity	humidity	NOUN	_	_	_	_	_	ss=n.state	*
+22	59%	NUMBER	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-318
+# sent_counter = 108
+# text = I ' ve just found out that I ' ve been paying £ 00 a month and not getting my 0G - awful .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	found	found	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	out	out	PART	_	_	_	_	_	_	1
+7	that	that	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'	'	PART	_	_	_	_	_	_	*
+10	ve	ve	VERB	_	_	_	_	_	_	2:X
+11	been	be	AUX	_	_	_	_	_	_	2
+12	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+13	£	£	X	_	_	_	_	_	_	*
+14	00	00	NUM	_	_	_	_	_	_	*
+15	a	a	ADP	_	_	_	_	_	_	*
+16	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	not	not	ADV	_	_	_	_	_	_	*
+19	getting	get	VERB	_	_	_	_	_	ss=v.stative	*
+20	my	my	DET	_	_	_	_	_	_	*
+21	0G	0g	NOUN	_	_	_	_	_	ss=n.communication	*
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	awful	awful	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-58
+# sent_counter = 109
+# text = I complained to them and have copied their response below .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	complained	complain	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	copied	copy	VERB	_	_	_	_	_	ss=v.creation	*
+8	their	their	DET	_	_	_	_	_	_	*
+9	response	response	NOUN	_	_	_	_	_	ss=n.communication	*
+10	below	below	ADP	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.1
+# sent_counter = 110
+# text = RT @ieatpussy4pizza : @Allan_oVo got them black girl groupies though
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ieatpussy4pizza	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@Allan_oVo	@USER	X	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+6	them	them	DET	_	_	_	_	_	_	*
+7	black	black	ADJ	_	_	_	_	_	_	*
+8	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+9	groupies	groupie	NOUN	_	_	_	_	_	ss=n.person	*
+10	though	though	ADP	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-269
+# sent_counter = 111
+# text = USED TWICE , VERY DECIEVING INFORMATION , BACKED UP BY UNHELPFULL STAFF MEMBERS , HAD TO DO A CLAIMBACK LAST TIME TO RECOVER PAYMENT MADE IN FULL IN ADVANCE , NEVER AGAIN , BEWARE , CHECK THOROUGHLY ...
+1	USED	use	VERB	_	_	_	_	_	ss=v.stative	*
+2	TWICE	twice	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	VERY	very	ADV	_	_	_	_	_	_	*
+5	DECIEVING	decieving	ADJ	_	_	_	_	_	_	*
+6	INFORMATION	information	VERB	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	BACKED	back	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	UP	up	PART	_	_	_	_	_	_	1
+10	BY	by	ADP	_	_	_	_	_	_	*
+11	UNHELPFULL	unhelpfull	ADJ	_	_	_	_	_	_	*
+12	STAFF	staff	NOUN	_	_	_	_	_	ss=n.person	2:X
+13	MEMBERS	members	PROPN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	HAD	have	AUX	_	_	_	_	_	_	*
+16	TO	to	PART	_	_	_	_	_	_	*
+17	DO	do	VERB	_	_	_	_	_	ss=v.cognition	*
+18	A	a	DET	_	_	_	_	_	_	*
+19	CLAIMBACK	claimback	PROPN	_	_	_	_	_	ss=n.communication	*
+20	LAST	last	ADJ	_	_	_	_	_	ss=n.event	3:X
+21	TIME	time	NOUN	_	_	_	_	_	_	3
+22	TO	to	PART	_	_	_	_	_	_	*
+23	RECOVER	recover	VERB	_	_	_	_	_	ss=v.possession	*
+24	PAYMENT	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+25	MADE	make	VERB	_	_	_	_	_	ss=v.possession	*
+26	IN	in	ADP	_	_	_	_	_	_	*
+27	FULL	full	ADJ	_	_	_	_	_	_	*
+28	IN	in	ADP	_	_	_	_	_	_	*
+29	ADVANCE	advance	NOUN	_	_	_	_	_	ss=n.event	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	NEVER	never	ADV	_	_	_	_	_	_	4:X
+32	AGAIN	again	ADV	_	_	_	_	_	_	4
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	BEWARE	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	CHECK	check	VERB	_	_	_	_	_	ss=v.cognition	*
+37	THOROUGHLY	thoroughly	ADV	_	_	_	_	_	_	*
+38	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.172
+# sent_counter = 112
+# text = @KUTV2News is giving away 2 $250 Grocery Gift Cards to Associated Foods . Winner announced Wed on 2News at 10 ! http://on.fb.me/h8uFzD
+1	@KUTV2News	@USER	X	_	_	_	_	_	_	*
+2	is	be	AUX	_	_	_	_	_	_	*
+3	giving	give	VERB	_	_	_	_	_	ss=v.possession	1:X
+4	away	away	ADV	_	_	_	_	_	_	1
+5	2	NUMBER	NUM	_	_	_	_	_	_	*
+6	$250	NUMBER	NUM	_	_	_	_	_	_	*
+7	Grocery	grocery	NOUN	_	_	_	_	_	ss=n.food	*
+8	Gift	gift	NOUN	_	_	_	_	_	ss=n.possession	2:X
+9	Cards	cards	NOUN	_	_	_	_	_	_	2
+10	to	to	ADP	_	_	_	_	_	_	*
+11	Associated	associated	PROPN	_	_	_	_	_	ss=n.group	3:X
+12	Foods	foods	PROPN	_	_	_	_	_	_	3
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	Winner	winner	NOUN	_	_	_	_	_	ss=n.person	*
+15	announced	announce	VERB	_	_	_	_	_	ss=v.communication	*
+16	Wed	wed	PROPN	_	_	_	_	_	ss=n.time	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	2News	2news	PROPN	_	_	_	_	_	ss=n.group	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	10	NUMBER	NUM	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+22	http://on.fb.me/h8uFzD	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-114
+# sent_counter = 113
+# text = Ordering was easy and delivery was quick .
+1	Ordering	ordering	NOUN	_	_	_	_	_	ss=n.communication	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	easy	easy	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	quick	quick	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-36
+# sent_counter = 114
+# text = Three weeks later I was told they couldn ' t get it and I should go elsewhere , and I was told that it would take up to 00 days to refund my money , which it did .
+1	Three	three	NUM	_	_	_	_	_	_	*
+2	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	AUX	_	_	_	_	_	_	*
+6	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	couldn	couldn	AUX	_	_	_	_	_	_	*
+9	'	'	PART	_	_	_	_	_	_	*
+10	t	t	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	should	should	AUX	_	_	_	_	_	_	*
+16	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	was	be	AUX	_	_	_	_	_	_	*
+22	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+23	that	that	CCONJ	_	_	_	_	_	_	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	would	would	VERB	_	_	_	_	_	_	*
+26	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+27	up	up	ADP	_	_	_	_	_	_	*
+28	to	to	ADP	_	_	_	_	_	_	*
+29	00	00	NUM	_	_	_	_	_	_	*
+30	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	refund	refund	VERB	_	_	_	_	_	ss=v.possession	*
+33	my	my	DET	_	_	_	_	_	_	*
+34	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	which	which	PRON	_	_	_	_	_	_	*
+37	it	it	PRON	_	_	_	_	_	_	*
+38	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-198
+# sent_counter = 115
+# text = Found a device that matched our criteria and also compared well from a price comparison perspective .
+1	Found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	device	device	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	that	that	PRON	_	_	_	_	_	_	*
+5	matched	match	VERB	_	_	_	_	_	ss=v.stative	*
+6	our	our	DET	_	_	_	_	_	_	*
+7	criteria	criterion	NOUN	_	_	_	_	_	ss=n.motive	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	also	also	ADV	_	_	_	_	_	_	*
+10	compared	compare	VERB	_	_	_	_	_	ss=v.cognition	*
+11	well	well	ADV	_	_	_	_	_	_	*
+12	from	from	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	price	price	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+15	comparison	comparison	NOUN	_	_	_	_	_	_	1
+16	perspective	perspective	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-331
+# sent_counter = 116
+# text = I have been buying Glucosamine and Multi - Vitamins now for quite some time for my elderly dog who suffers from arthritis .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+5	Glucosamine	glucosamine	NOUN	_	_	_	_	_	ss=n.substance	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Multi	multi	PROPN	_	_	_	_	_	ss=n.substance	1:X
+8	-	-	PUNCT	_	_	_	_	_	_	1
+9	Vitamins	vitamin	NOUN	_	_	_	_	_	_	1
+10	now	now	ADV	_	_	_	_	_	_	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	quite	quite	ADV	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	my	my	DET	_	_	_	_	_	_	*
+17	elderly	elderly	ADJ	_	_	_	_	_	_	*
+18	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+19	who	who	PRON	_	_	_	_	_	_	*
+20	suffers	suffer	VERB	_	_	_	_	_	ss=v.emotion	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	arthritis	arthritis	NOUN	_	_	_	_	_	ss=n.body	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-333
+# sent_counter = 117
+# text = We never even looked at other sites because the service we got in the past was good .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	*
+7	sites	site	NOUN	_	_	_	_	_	ss=n.communication	*
+8	because	because	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	past	past	NOUN	_	_	_	_	_	ss=n.time	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	good	good	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.235
+# sent_counter = 118
+# text = Facing difficulties in serving elder family member get assistance from respite care service and live life peacefully . http://ow.ly/2CnxL
+1	Facing	face	VERB	_	_	_	_	_	ss=v.cognition	*
+2	difficulties	difficulty	NOUN	_	_	_	_	_	ss=n.state	*
+3	in	in	SCONJ	_	_	_	_	_	_	*
+4	serving	serve	VERB	_	_	_	_	_	ss=v.social	*
+5	elder	elder	ADJ	_	_	_	_	_	_	*
+6	family	family	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	member	member	NOUN	_	_	_	_	_	_	1
+8	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+9	assistance	assistance	NOUN	_	_	_	_	_	ss=n.act	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	respite	respite	NOUN	_	_	_	_	_	ss=n.group	2:X
+12	care	care	NOUN	_	_	_	_	_	_	2
+13	service	service	NOUN	_	_	_	_	_	_	2
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+16	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+17	peacefully	peacefully	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	http://ow.ly/2CnxL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.205
+# sent_counter = 119
+# text = Twitter off#
+1	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+2	off#	off#	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.181
+# sent_counter = 120
+# text = Mmmmm cranberries :)
+1	Mmmmm	mmmmm	INTJ	_	_	_	_	_	_	*
+2	cranberries	cranberry	NOUN	_	_	_	_	_	ss=n.food	*
+3	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-239
+# sent_counter = 121
+# text = Follow up : I have recently been told by an independent surgeon that the Optical Express surgeon put incorrect parameters into the laser before my second ( LASEK ) surgery ( first surgery LASIK was a failure by the same surgeon ).
+1	Follow	follow	PROPN	_	_	_	_	_	_	1:X
+2	up	up	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	recently	recently	ADV	_	_	_	_	_	_	*
+7	been	be	AUX	_	_	_	_	_	_	*
+8	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	independent	independent	ADJ	_	_	_	_	_	_	*
+12	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+13	that	that	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Optical	optical	PROPN	_	_	_	_	_	ss=n.person	2:X
+16	Express	express	NOUN	_	_	_	_	_	_	2
+17	surgeon	surgeon	NOUN	_	_	_	_	_	_	2
+18	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+19	incorrect	incorrect	ADJ	_	_	_	_	_	_	*
+20	parameters	parameter	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	into	into	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	laser	laser	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	before	before	ADP	_	_	_	_	_	_	*
+25	my	my	DET	_	_	_	_	_	_	*
+26	second	second	ADJ	_	_	_	_	_	ss=n.act	3:X
+27	(	(	PUNCT	_	_	_	_	_	_	3
+28	LASEK	lasek	NOUN	_	_	_	_	_	_	3
+29	)	)	PUNCT	_	_	_	_	_	_	3
+30	surgery	surgery	NOUN	_	_	_	_	_	_	3
+31	(	(	PUNCT	_	_	_	_	_	_	*
+32	first	first	ADJ	_	_	_	_	_	ss=n.act	4:X
+33	surgery	surgery	NOUN	_	_	_	_	_	_	4
+34	LASIK	lasik	NOUN	_	_	_	_	_	_	4
+35	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	a	a	DET	_	_	_	_	_	_	*
+37	failure	failure	NOUN	_	_	_	_	_	ss=n.state	*
+38	by	by	ADP	_	_	_	_	_	_	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	same	same	ADJ	_	_	_	_	_	_	*
+41	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+42	).	).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-87
+# sent_counter = 122
+# text = Their customer helpline has always been able to fix any problems quickly and courteously .
+1	Their	their	DET	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	helpline	helpline	NOUN	_	_	_	_	_	_	1
+4	has	have	AUX	_	_	_	_	_	_	*
+5	always	always	ADV	_	_	_	_	_	_	*
+6	been	be	VERB	_	_	_	_	_	_	2:X
+7	able	able	ADJ	_	_	_	_	_	_	2
+8	to	to	PART	_	_	_	_	_	_	2
+9	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+10	any	any	DET	_	_	_	_	_	_	*
+11	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+12	quickly	quickly	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	courteously	courteously	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.9
+# sent_counter = 123
+# text = In the industrialized world , people were healthy , educated , rich , and they had small families .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	industrialized	industrialized	ADJ	_	_	_	_	_	ss=n.natural_object	1:X
+4	world	world	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	healthy	healthy	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	educated	educated	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	rich	rich	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	small	small	ADJ	_	_	_	_	_	_	*
+18	families	family	NOUN	_	_	_	_	_	ss=n.group	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-270
+# sent_counter = 124
+# text = I would not even consider going elsewhere for my vinyl needs , the service is just that good and the price is fantastic too .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	consider	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+6	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	my	my	DET	_	_	_	_	_	_	*
+10	vinyl	vinyl	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+11	needs	need	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	that	that	ADV	_	_	_	_	_	_	*
+18	good	good	ADJ	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+24	too	too	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.250
+# sent_counter = 125
+# text = TCA to play for Colorado 3A women 's soccer championship . #charterschool #tca #soccer
+1	TCA	tca	PROPN	_	_	_	_	_	ss=n.person	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	play	play	VERB	_	_	_	_	_	ss=v.competition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	Colorado	colorado	PROPN	_	_	_	_	_	ss=n.group	*
+6	3A	3a	PROPN	_	_	_	_	_	ss=n.group	*
+7	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+8	's	's	PART	_	_	_	_	_	_	*
+9	soccer	soccer	NOUN	_	_	_	_	_	ss=n.act	*
+10	championship	championship	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	#charterschool	#charterschool	X	_	_	_	_	_	_	*
+13	#tca	#tca	X	_	_	_	_	_	_	*
+14	#soccer	#soccer	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.170
+# sent_counter = 126
+# text = Every girl always says RT @_jadorecheri I 'm different from most girls .
+1	Every	every	DET	_	_	_	_	_	_	*
+2	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	RT	rt	X	_	_	_	_	_	_	*
+6	@_jadorecheri	@USER	X	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+9	different	different	ADJ	_	_	_	_	_	_	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	most	most	ADJ	_	_	_	_	_	_	*
+12	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-86
+# sent_counter = 127
+# text = Excellent on time delivery .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	on	on	ADP	_	_	_	_	_	_	1:X
+3	time	time	NOUN	_	_	_	_	_	_	1
+4	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-65
+# sent_counter = 128
+# text = I ordered a bifold shower door and a shower base with waste .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	bifold	bifold	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+5	shower	shower	NOUN	_	_	_	_	_	_	1
+6	door	door	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+10	base	base	NOUN	_	_	_	_	_	_	2
+11	with	with	ADP	_	_	_	_	_	_	2
+12	waste	waste	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.325
+# sent_counter = 129
+# text = RT @FRIENDSHlP : Friendship is love without kissing ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@FRIENDSHlP	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Friendship	friendship	NOUN	_	_	_	_	_	ss=n.state	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	without	without	SCONJ	_	_	_	_	_	_	*
+8	kissing	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.344
+# sent_counter = 130
+# text = « @KayoVito #KayoQ &A LADIES what if u tell a guy " I Love you " and he says " oh ok " ... ... . then what ? »then he do n't love you lol
+1	«	«	X	_	_	_	_	_	_	*
+2	@KayoVito	@USER	X	_	_	_	_	_	_	*
+3	#KayoQ	#kayoq	X	_	_	_	_	_	_	*
+4	&A	&a	X	_	_	_	_	_	_	*
+5	LADIES	lady	NOUN	_	_	_	_	_	ss=n.person	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	if	if	ADP	_	_	_	_	_	_	*
+8	u	u	PRON	_	_	_	_	_	_	*
+9	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	1:X
+14	Love	love	VERB	_	_	_	_	_	_	1
+15	you	you	PRON	_	_	_	_	_	_	1
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	he	he	PRON	_	_	_	_	_	_	*
+19	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+21	oh	oh	INTJ	_	_	_	_	_	_	2:X
+22	ok	ok	INTJ	_	_	_	_	_	_	2
+23	"	"	PUNCT	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	then	then	ADV	_	_	_	_	_	_	*
+28	what	what	PRON	_	_	_	_	_	_	*
+29	?	?	PUNCT	_	_	_	_	_	_	*
+30	»then	»then	X	_	_	_	_	_	_	*
+31	he	he	PRON	_	_	_	_	_	_	*
+32	do	do	AUX	_	_	_	_	_	_	*
+33	n't	n't	PART	_	_	_	_	_	_	*
+34	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+35	you	you	PRON	_	_	_	_	_	_	*
+36	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.305
+# sent_counter = 131
+# text = @CoverGurlFayyy i did tooo ! this is getting goood . lol
+1	@CoverGurlFayyy	@USER	X	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	tooo	tooo	ADV	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	this	this	PRON	_	_	_	_	_	_	*
+7	is	be	AUX	_	_	_	_	_	ss=v.change	1:X
+8	getting	get	VERB	_	_	_	_	_	_	1
+9	goood	goood	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.176
+# sent_counter = 132
+# text = if @DoobieClothing do nt make some hoodies soon ... i mma beat em !
+1	if	if	SCONJ	_	_	_	_	_	_	*
+2	@DoobieClothing	@USER	X	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	nt	nt	PART	_	_	_	_	_	_	*
+5	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	hoodies	hoodies	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	soon	soon	ADV	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	mma	mma	AUX	_	_	_	_	_	_	*
+12	beat	beat	VERB	_	_	_	_	_	ss=v.contact	*
+13	em	em	PRON	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-222
+# sent_counter = 133
+# text = Ordered 0 nail varnishes good quality makes love the colours keeping them for my hols very easy to order quick delivery and excellent prices
+1	Ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+2	0	0	NUM	_	_	_	_	_	_	*
+3	nail	nail	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	varnishes	varnish	NOUN	_	_	_	_	_	_	1
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	makes	make	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	colours	colours	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	my	my	DET	_	_	_	_	_	_	*
+15	hols	hols	NOUN	_	_	_	_	_	ss=n.event	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	easy	easy	ADJ	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+20	quick	quick	ADJ	_	_	_	_	_	_	*
+21	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	excellent	excellent	ADJ	_	_	_	_	_	_	*
+24	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.55
+# sent_counter = 134
+# text = Fuck 
+1	Fuck	fuck	VERB	_	_	_	_	_	_	*
+2			PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.257
+# sent_counter = 135
+# text = @MrNixon357 aight leaving my crib in 20 minutes
+1	@MrNixon357	@USER	X	_	_	_	_	_	_	*
+2	aight	aight	INTJ	_	_	_	_	_	_	*
+3	leaving	leave	VERB	_	_	_	_	_	ss=v.motion	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	crib	crib	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	20	NUMBER	NUM	_	_	_	_	_	_	*
+8	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.196
+# sent_counter = 136
+# text = http://bit.ly/er4S9P making it easy to put up a @wordpress , @joomla in the cloud #aws
+1	http://bit.ly/er4S9P	URL	X	_	_	_	_	_	_	*
+2	making	make	VERB	_	_	_	_	_	ss=v.change	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	easy	easy	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	put	put	VERB	_	_	_	_	_	ss=v.creation	1:X
+7	up	up	ADP	_	_	_	_	_	_	1
+8	a	a	DET	_	_	_	_	_	_	*
+9	@wordpress	@USER	X	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	@joomla	@USER	X	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	cloud	cloud	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+15	#aws	#aws	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-73
+# sent_counter = 137
+# text = well here I am waiting for tickets for the England v Australia game Nov 0nd .
+1	well	well	X	_	_	_	_	_	_	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	am	be	AUX	_	_	_	_	_	_	*
+5	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	tickets	ticket	NOUN	_	_	_	_	_	ss=n.communication	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	England	england	PROPN	_	_	_	_	_	ss=n.act	1:X
+11	v	v	ADP	_	_	_	_	_	_	1
+12	Australia	australia	PROPN	_	_	_	_	_	_	1
+13	game	game	NOUN	_	_	_	_	_	_	1
+14	Nov	nov	NOUN	_	_	_	_	_	ss=n.time	2:X
+15	0nd	0nd	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.8
+# sent_counter = 138
+# text = And if the TV was on , we were watching a documentary .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	if	if	SCONJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	TV	tv	NOUN	_	_	_	_	_	ss=n.communication	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	on	on	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	were	be	AUX	_	_	_	_	_	_	*
+10	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	documentary	documentary	NOUN	_	_	_	_	_	ss=n.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-54
+# sent_counter = 139
+# text = Purchased a couple of things from Currys recently , One of the items would not allow me to purchase on - line , so after searching the internet for a contact number for my local store ( this is an impossible task and the website also does not have this information ).
+1	Purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	couple	couple	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	things	things	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	Currys	curry	NOUN	_	_	_	_	_	ss=n.group	*
+8	recently	recently	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	One	one	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	would	would	VERB	_	_	_	_	_	_	*
+15	not	not	ADV	_	_	_	_	_	_	*
+16	allow	allow	VERB	_	_	_	_	_	ss=v.stative	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+20	on	on	ADJ	_	_	_	_	_	_	*
+21	-	-	PUNCT	_	_	_	_	_	_	*
+22	line	line	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	so	so	ADV	_	_	_	_	_	_	*
+25	after	after	ADP	_	_	_	_	_	_	*
+26	searching	search	VERB	_	_	_	_	_	ss=v.cognition	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	internet	internet	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	contact	contact	NOUN	_	_	_	_	_	ss=n.communication	1:X
+32	number	number	NOUN	_	_	_	_	_	_	1
+33	for	for	ADP	_	_	_	_	_	_	*
+34	my	my	DET	_	_	_	_	_	_	*
+35	local	local	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+36	store	store	NOUN	_	_	_	_	_	_	2
+37	(	(	PUNCT	_	_	_	_	_	_	*
+38	this	this	DET	_	_	_	_	_	_	*
+39	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	an	an	DET	_	_	_	_	_	_	*
+41	impossible	impossible	ADJ	_	_	_	_	_	_	*
+42	task	task	NOUN	_	_	_	_	_	ss=n.act	*
+43	and	and	CCONJ	_	_	_	_	_	_	*
+44	the	the	DET	_	_	_	_	_	_	*
+45	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+46	also	also	ADV	_	_	_	_	_	_	*
+47	does	do	AUX	_	_	_	_	_	_	*
+48	not	not	ADV	_	_	_	_	_	_	*
+49	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+50	this	this	DET	_	_	_	_	_	_	*
+51	information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+52	).	).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.333
+# sent_counter = 140
+# text = RT @taylorswift13 : I got to say ' peace up , A-town down ' in atlanta then @UsherRaymondIV came out and sang ' Yeah!' with me . I 'm thinking ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@taylorswift13	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	got	get	AUX	_	_	_	_	_	_	1:X
+6	to	to	ADP	_	_	_	_	_	_	1
+7	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	peace	peace	NOUN	_	_	_	_	_	ss=n.body	2:X
+10	up	up	ADJ	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	2
+12	A-town	a-town	PROPN	_	_	_	_	_	_	2
+13	down	down	ADJ	_	_	_	_	_	_	2
+14	'	'	PUNCT	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	atlanta	atlanta	PROPN	_	_	_	_	_	ss=n.location	*
+17	then	then	ADV	_	_	_	_	_	_	*
+18	@UsherRaymondIV	@USER	X	_	_	_	_	_	_	*
+19	came	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+20	out	out	ADP	_	_	_	_	_	_	3
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	sang	sing	VERB	_	_	_	_	_	ss=v.creation	*
+23	'	'	PUNCT	_	_	_	_	_	_	*
+24	Yeah!'	yeah!'	INTJ	_	_	_	_	_	_	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+30	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+31	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.267
+# sent_counter = 141
+# text = Ambitious young Italians are quitting their country in droves , leaving power in the hands of an elderly elite . http://t.co/6idomWv #tsunami
+1	Ambitious	ambitious	ADJ	_	_	_	_	_	_	*
+2	young	young	ADJ	_	_	_	_	_	_	*
+3	Italians	italians	PROPN	_	_	_	_	_	ss=n.person	*
+4	are	be	AUX	_	_	_	_	_	_	*
+5	quitting	quit	VERB	_	_	_	_	_	ss=v.change	*
+6	their	their	PRON	_	_	_	_	_	_	*
+7	country	country	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	droves	drove	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	leaving	leave	VERB	_	_	_	_	_	ss=v.stative	*
+12	power	power	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	hands	hands	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	elderly	elderly	ADJ	_	_	_	_	_	_	*
+19	elite	elite	NOUN	_	_	_	_	_	ss=n.group	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	http://t.co/6idomWv	URL	X	_	_	_	_	_	_	*
+22	#tsunami	#tsunami	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.9
+# sent_counter = 142
+# text = This is a 100,000-volt Tesla coil that I built in my bedroom , much to the dismay of my mother .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	100,000-volt	100,000-volt	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+5	Tesla	tesla	ADJ	_	_	_	_	_	_	1
+6	coil	coil	NOUN	_	_	_	_	_	_	1
+7	that	that	DET	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	built	build	VERB	_	_	_	_	_	ss=v.creation	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	bedroom	bedroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	much	much	ADV	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	dismay	dismay	NOUN	_	_	_	_	_	ss=n.feeling	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	mother	mother	NOUN	_	_	_	_	_	ss=n.person	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.3
+# sent_counter = 143
+# text = In the front , you see , actually , Joe Murray getting the patient ready for the transplant , while in the back room you see Hartwell Harrison , the Chief of Urology at Harvard , actually harvesting the kidney .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	front	front	NOUN	_	_	_	_	_	ss=n.location	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	actually	actually	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Joe	joe	PROPN	_	_	_	_	_	ss=n.person	1:X
+11	Murray	murray	PROPN	_	_	_	_	_	_	1
+12	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+15	ready	ready	ADJ	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	transplant	transplant	NOUN	_	_	_	_	_	ss=n.body	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	while	while	SCONJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	back	back	ADJ	_	_	_	_	_	_	*
+24	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+27	Hartwell	hartwell	PROPN	_	_	_	_	_	ss=n.person	2:X
+28	Harrison	harrison	PROPN	_	_	_	_	_	_	2
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	Chief	chief	PROPN	_	_	_	_	_	ss=n.person	3:X
+32	of	of	ADP	_	_	_	_	_	_	3
+33	Urology	urology	PROPN	_	_	_	_	_	_	3
+34	at	at	ADP	_	_	_	_	_	_	*
+35	Harvard	harvard	PROPN	_	_	_	_	_	ss=n.group	*
+36	,	,	PUNCT	_	_	_	_	_	_	*
+37	actually	actually	ADV	_	_	_	_	_	_	*
+38	harvesting	harvest	VERB	_	_	_	_	_	ss=v.contact	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	kidney	kidney	NOUN	_	_	_	_	_	ss=n.body	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-57
+# sent_counter = 144
+# text = I was offered an alternative .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	alternative	alternative	NOUN	_	_	_	_	_	ss=n.other	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.234
+# sent_counter = 145
+# text = I do n't mean to stay awake at this hour . But that is what the poorest of all network would do you when you try to download !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+7	awake	awake	ADJ	_	_	_	_	_	_	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	But	but	CCONJ	_	_	_	_	_	_	*
+13	that	that	PRON	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	what	what	PRON	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	poorest	poor	ADJ	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	network	network	NOUN	_	_	_	_	_	ss=n.group	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	when	when	ADV	_	_	_	_	_	_	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	try	try	VERB	_	_	_	_	_	ss=v.change	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	download	download	VERB	_	_	_	_	_	ss=v.change	*
+29	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.358
+# sent_counter = 146
+# text = Reading and tweeting ( 99% tweeting , . 5% reading , . 5% wanting to fall asleep )
+1	Reading	read	VERB	_	_	_	_	_	ss=v.cognition	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	tweeting	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	99%	NUMBER	NUM	_	_	_	_	_	_	*
+6	tweeting	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	5%	NUMBER	NUM	_	_	_	_	_	_	*
+10	reading	read	VERB	_	_	_	_	_	ss=v.cognition	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	5%	NUMBER	NUM	_	_	_	_	_	_	*
+14	wanting	want	VERB	_	_	_	_	_	ss=v.emotion	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	fall	fall	VERB	_	_	_	_	_	ss=v.body	1:X
+17	asleep	asleep	ADV	_	_	_	_	_	_	1
+18	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.260
+# sent_counter = 147
+# text = @cliine3 thanks :3
+1	@cliine3	@USER	X	_	_	_	_	_	_	*
+2	thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+3	:3	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-102
+# sent_counter = 148
+# text = Have been a loyal customer of Orange for many years , yet when I have a problem customer services don ' t want to know .
+1	Have	have	AUX	_	_	_	_	_	_	*
+2	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	loyal	loyal	ADJ	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Orange	orange	NOUN	_	_	_	_	_	ss=n.group	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	many	many	ADJ	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	yet	yet	ADV	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+18	customer	customer	NOUN	_	_	_	_	_	ss=n.group	1:X
+19	services	services	NOUN	_	_	_	_	_	_	1
+20	don	don	AUX	_	_	_	_	_	_	*
+21	'	'	PART	_	_	_	_	_	_	*
+22	t	t	PART	_	_	_	_	_	_	*
+23	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.292
+# sent_counter = 149
+# text = @AngieMaskeBerka NBC is going to have the NYC fireworks on . They are amazing-at least in person they were two years ago .
+1	@AngieMaskeBerka	@USER	X	_	_	_	_	_	_	*
+2	NBC	nbc	PROPN	_	_	_	_	_	ss=n.communication	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	2:X
+7	the	the	DET	_	_	_	_	_	ss=n.act	3:X
+8	NYC	nyc	PROPN	_	_	_	_	_	_	3
+9	fireworks	firework	NOUN	_	_	_	_	_	_	3
+10	on	on	ADP	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	They	they	PRON	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	amazing-at	amazing-at	X	_	_	_	_	_	_	*
+15	least	least	ADJ	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	4:X
+17	person	person	NOUN	_	_	_	_	_	_	4
+18	they	they	PRON	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	two	NUMBER	NUM	_	_	_	_	_	_	*
+21	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+22	ago	ago	ADP	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.353
+# sent_counter = 150
+# text = RT @GryffindorAngie : @GeorgeWeasley_ read this !!! http://t.co/Qn5tk3vF
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@GryffindorAngie	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@GeorgeWeasley_	@USER	X	_	_	_	_	_	_	*
+5	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+6	this	this	PRON	_	_	_	_	_	_	*
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+8	http://t.co/Qn5tk3vF	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.273
+# sent_counter = 151
+# text = RT @ForeverrLeslie : Damn , when u hit your toe on the door you wanna say every cuss word you know
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ForeverrLeslie	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Damn	damn	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	u	u	PRON	_	_	_	_	_	_	*
+8	hit	hit	VERB	_	_	_	_	_	ss=v.contact	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	toe	toe	NOUN	_	_	_	_	_	ss=n.body	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+16	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+17	every	every	DET	_	_	_	_	_	_	*
+18	cuss	cuss	NOUN	_	_	_	_	_	ss=n.communication	1:X
+19	word	word	NOUN	_	_	_	_	_	_	1
+20	you	you	PRON	_	_	_	_	_	_	*
+21	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-108
+# sent_counter = 152
+# text = Great service with brilliant price , use them all the time !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	brilliant	brilliant	ADJ	_	_	_	_	_	_	*
+5	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+8	them	them	PRON	_	_	_	_	_	_	*
+9	all	all	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.329
+# sent_counter = 153
+# text = Nick Adamson 's online audition for Gunrunner Billy Kane 's character " The Rat " http://fb.me/Q2q1JwMr
+1	Nick	nick	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Adamson	adamson	PROPN	_	_	_	_	_	_	1
+3	's	's	PART	_	_	_	_	_	_	1
+4	online	online	ADJ	_	_	_	_	_	_	*
+5	audition	audition	NOUN	_	_	_	_	_	ss=n.act	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	Gunrunner	gunrunner	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Billy	billy	PROPN	_	_	_	_	_	_	2
+9	Kane	kane	PROPN	_	_	_	_	_	_	2
+10	's	's	PART	_	_	_	_	_	_	2
+11	character	character	NOUN	_	_	_	_	_	ss=n.person	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	The	the	DET	_	_	_	_	_	ss=n.person	3:X
+14	Rat	rat	NOUN	_	_	_	_	_	_	3
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	http://fb.me/Q2q1JwMr	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.375
+# sent_counter = 154
+# text = @WWE doesn't change anything if it 's a " best seller . " IE @JohnCena and the WWE Title . Most businesses reinvest their profits into NEW things
+1	@WWE	@USER	X	_	_	_	_	_	_	*
+2	doesn't	doesn't	VERB	_	_	_	_	_	ss=v.stative	*
+3	change	change	VERB	_	_	_	_	_	ss=v.change	*
+4	anything	anything	NOUN	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	best	best	ADJ	_	_	_	_	_	ss=n.attribute	1:X
+11	seller	seller	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	IE	ie	X	_	_	_	_	_	_	*
+15	@JohnCena	@USER	X	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	WWE	wwe	PROPN	_	_	_	_	_	ss=n.communication	2:X
+19	Title	title	NOUN	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	Most	most	ADJ	_	_	_	_	_	_	*
+22	businesses	business	NOUN	_	_	_	_	_	ss=n.group	*
+23	reinvest	reinvest	VERB	_	_	_	_	_	ss=v.possession	*
+24	their	their	PRON	_	_	_	_	_	_	*
+25	profits	profits	NOUN	_	_	_	_	_	ss=n.possession	*
+26	into	into	ADP	_	_	_	_	_	_	*
+27	NEW	new	ADJ	_	_	_	_	_	_	*
+28	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.199
+# sent_counter = 155
+# text = hurreyyyyyyyyyyyyyy we won
+1	hurreyyyyyyyyyyyyyy	hurreyyyyyyyyyyyyyy	INTJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	won	win	VERB	_	_	_	_	_	ss=v.competition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-93
+# sent_counter = 156
+# text = so you click on this and it then takes away the option of sending your email and states that there is no way of cancelling your order and you have to wait until
+1	so	so	ADV	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	click	click	VERB	_	_	_	_	_	ss=v.motion	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	this	this	PRON	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	then	then	ADV	_	_	_	_	_	_	*
+9	takes	take	VERB	_	_	_	_	_	ss=v.change	1:X
+10	away	away	PART	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	option	option	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	sending	send	VERB	_	_	_	_	_	ss=v.communication	*
+15	your	your	DET	_	_	_	_	_	_	*
+16	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	states	state	VERB	_	_	_	_	_	ss=v.communication	*
+19	that	that	CCONJ	_	_	_	_	_	_	*
+20	there	there	ADV	_	_	_	_	_	_	*
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	no	no	DET	_	_	_	_	_	_	*
+23	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	cancelling	cancel	VERB	_	_	_	_	_	ss=v.change	*
+26	your	your	DET	_	_	_	_	_	_	*
+27	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	you	you	PRON	_	_	_	_	_	_	*
+30	have	have	AUX	_	_	_	_	_	_	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+33	until	until	ADP	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-337
+# sent_counter = 157
+# text = I would reccommend serenata to anyone and already have at work .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	reccommend	reccommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	serenata	serenata	NOUN	_	_	_	_	_	ss=n.group	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	PRON	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	already	already	ADV	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	ss=v.communication	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-113
+# sent_counter = 158
+# text = Found the clothes and toys to be of a high quality and reasonably priced .
+1	Found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	toys	toy	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	high	high	ADJ	_	_	_	_	_	_	*
+11	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	reasonably	reasonably	ADV	_	_	_	_	_	_	*
+14	priced	priced	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-147
+# sent_counter = 159
+# text = iI ORDERED TWO PAIRS AS I HAVE HAD THEM FROM SPECKY FOUR BEFORE BUT THEY GOT LOST IN THE POST CONTACTED SPECKY FOUR EYES AND THEY SENT TWO NEW PAIRS WHICH I RECIEVED WITHIN 0 DAYS SO EXCELLENT SERVICE AND WILL CERTAINLY USE AGAIN
+1	iI	ii	PRON	_	_	_	_	_	_	*
+2	ORDERED	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	TWO	two	NUM	_	_	_	_	_	_	*
+4	PAIRS	pair	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	AS	as	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	HAVE	have	AUX	_	_	_	_	_	_	*
+8	HAD	have	VERB	_	_	_	_	_	ss=v.contact	*
+9	THEM	them	PRON	_	_	_	_	_	_	*
+10	FROM	from	ADP	_	_	_	_	_	_	*
+11	SPECKY	specky	PROPN	_	_	_	_	_	ss=n.group	1:X
+12	FOUR	four	NOUN	_	_	_	_	_	_	1
+13	BEFORE	before	ADV	_	_	_	_	_	_	*
+14	BUT	but	CCONJ	_	_	_	_	_	_	*
+15	THEY	they	PRON	_	_	_	_	_	_	*
+16	GOT	get	VERB	_	_	_	_	_	ss=v.stative	*
+17	LOST	lost	ADJ	_	_	_	_	_	_	*
+18	IN	in	ADP	_	_	_	_	_	_	*
+19	THE	the	DET	_	_	_	_	_	_	*
+20	POST	post	PROPN	_	_	_	_	_	ss=n.act	*
+21	CONTACTED	contact	VERB	_	_	_	_	_	ss=v.communication	*
+22	SPECKY	specky	PROPN	_	_	_	_	_	ss=n.group	2:X
+23	FOUR	four	NOUN	_	_	_	_	_	_	2
+24	EYES	eyes	NOUN	_	_	_	_	_	_	2
+25	AND	and	CCONJ	_	_	_	_	_	_	*
+26	THEY	they	PRON	_	_	_	_	_	_	*
+27	SENT	send	VERB	_	_	_	_	_	ss=v.motion	*
+28	TWO	two	NUM	_	_	_	_	_	_	*
+29	NEW	new	ADJ	_	_	_	_	_	_	*
+30	PAIRS	pair	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	WHICH	which	PRON	_	_	_	_	_	_	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	RECIEVED	recieved	VERB	_	_	_	_	_	ss=v.contact	*
+34	WITHIN	within	ADP	_	_	_	_	_	_	*
+35	0	0	NUM	_	_	_	_	_	_	*
+36	DAYS	days	NOUN	_	_	_	_	_	ss=n.time	*
+37	SO	so	CCONJ	_	_	_	_	_	_	*
+38	EXCELLENT	excellent	ADJ	_	_	_	_	_	_	*
+39	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+40	AND	and	CCONJ	_	_	_	_	_	_	*
+41	WILL	will	AUX	_	_	_	_	_	_	*
+42	CERTAINLY	certainly	ADV	_	_	_	_	_	_	*
+43	USE	use	VERB	_	_	_	_	_	ss=v.stative	*
+44	AGAIN	again	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-107
+# sent_counter = 160
+# text = Their website is very easy to follow and they offer a useful reminder service for when a prescription is due for renewal .
+1	Their	their	DET	_	_	_	_	_	_	*
+2	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	easy	easy	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	follow	follow	VERB	_	_	_	_	_	ss=v.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	offer	offer	VERB	_	_	_	_	_	ss=v.communication	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	useful	useful	ADJ	_	_	_	_	_	_	*
+13	reminder	reminder	NOUN	_	_	_	_	_	ss=n.communication	1:X
+14	service	service	NOUN	_	_	_	_	_	_	1
+15	for	for	ADP	_	_	_	_	_	_	*
+16	when	when	ADV	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	prescription	prescription	NOUN	_	_	_	_	_	ss=n.communication	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	due	due	ADJ	_	_	_	_	_	_	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	renewal	renewal	NOUN	_	_	_	_	_	ss=n.act	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-78
+# sent_counter = 161
+# text = Would recommend the Modelrailwayloft to anyone interested in the hobby of model railways .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Modelrailwayloft	modelrailwayloft	PROPN	_	_	_	_	_	ss=n.group	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	PRON	_	_	_	_	_	_	*
+7	interested	interested	ADJ	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	hobby	hobby	NOUN	_	_	_	_	_	ss=n.act	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	model	model	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+13	railways	railway	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-304
+# sent_counter = 162
+# text = Used a voucher code from mighty deals "£ 00 worth of flowers for £ 00 "
+1	Used	use	VERB	_	_	_	_	_	ss=v.change	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	voucher	voucher	NOUN	_	_	_	_	_	ss=n.possession	1:X
+4	code	code	NOUN	_	_	_	_	_	_	1
+5	from	from	ADP	_	_	_	_	_	_	*
+6	mighty	mighty	ADJ	_	_	_	_	_	ss=n.group	2:X
+7	deals	deal	NOUN	_	_	_	_	_	_	2
+8	"£	"£	PUNCT	_	_	_	_	_	ss=n.quantity	3:X
+9	00	00	NUM	_	_	_	_	_	_	3
+10	worth	worth	NOUN	_	_	_	_	_	_	3
+11	of	of	ADP	_	_	_	_	_	_	*
+12	flowers	flower	NOUN	_	_	_	_	_	ss=n.plant	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	£	£	X	_	_	_	_	_	_	*
+15	00	00	NUM	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.34
+# sent_counter = 163
+# text = Cold , raining , dark early . You 'd think it was November not August bank holiday weekend
+1	Cold	cold	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	raining	rain	VERB	_	_	_	_	_	ss=v.weather	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	dark	dark	ADJ	_	_	_	_	_	_	*
+6	early	early	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	You	you	PRON	_	_	_	_	_	_	*
+9	'd	'd	AUX	_	_	_	_	_	_	*
+10	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	November	november	PROPN	_	_	_	_	_	ss=n.event	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	August	august	PROPN	_	_	_	_	_	ss=n.event	1:X
+16	bank	bank	NOUN	_	_	_	_	_	_	1
+17	holiday	holiday	NOUN	_	_	_	_	_	_	1
+18	weekend	weekend	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-105
+# sent_counter = 164
+# text = I was kept informed when the delivery would be ( free delivery too ) and they were on time ... which is always a bonus .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	informed	informed	ADJ	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+8	would	would	VERB	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	free	free	ADJ	_	_	_	_	_	_	*
+12	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+13	too	too	ADV	_	_	_	_	_	_	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	on	on	ADP	_	_	_	_	_	ss=n.time	1:X
+19	time	time	NOUN	_	_	_	_	_	_	1
+20	...	...	PUNCT	_	_	_	_	_	_	*
+21	which	which	PRON	_	_	_	_	_	_	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	always	always	ADV	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	bonus	bonus	NOUN	_	_	_	_	_	ss=n.feeling	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.466
+# sent_counter = 165
+# text = Video Lesson of the Week : Over Troubled Waters http://ow.ly/2ZX1T
+1	Video	video	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	Lesson	lesson	NOUN	_	_	_	_	_	_	1
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Week	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Over	over	ADP	_	_	_	_	_	ss=n.communication	2:X
+8	Troubled	troubled	ADJ	_	_	_	_	_	_	2
+9	Waters	waters	NOUN	_	_	_	_	_	_	2
+10	http://ow.ly/2ZX1T	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.308
+# sent_counter = 166
+# text = @D_Fikes I miss Fiko ..
+1	@D_Fikes	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+4	Fiko	fiko	PROPN	_	_	_	_	_	ss=n.person	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-111
+# sent_counter = 167
+# text = Easy to fit and look just beautiful .
+1	Easy	easy	ADV	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	fit	fit	VERB	_	_	_	_	_	ss=v.contact	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.446
+# sent_counter = 168
+# text = Needs to focus NOW .
+1	Needs	need	VERB	_	_	_	_	_	ss=v.stative	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	focus	focus	VERB	_	_	_	_	_	ss=v.cognition	*
+4	NOW	now	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.346
+# sent_counter = 169
+# text = Ordering , pizza (: yumm .. :DD starved ..
+1	Ordering	order	VERB	_	_	_	_	_	ss=v.communication	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+4	(:	EMOTICON	X	_	_	_	_	_	_	*
+5	yumm	yumm	INTJ	_	_	_	_	_	_	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	:DD	EMOTICON	X	_	_	_	_	_	_	*
+8	starved	starved	ADJ	_	_	_	_	_	_	*
+9	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.420
+# sent_counter = 170
+# text = RT @basilBronson : somebody should text me :)
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@basilBronson	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	somebody	somebody	NOUN	_	_	_	_	_	_	*
+5	should	should	AUX	_	_	_	_	_	_	*
+6	text	text	VERB	_	_	_	_	_	ss=v.communication	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-127
+# sent_counter = 171
+# text = I will be using their services again in the future .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	using	use	VERB	_	_	_	_	_	ss=v.change	*
+5	their	their	DET	_	_	_	_	_	_	*
+6	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-61
+# sent_counter = 172
+# text = When the TV was switched on it was faulty and was showing a small dark line on the screen .
+1	When	when	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	TV	tv	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	switched	switch	VERB	_	_	_	_	_	ss=v.change	1:X
+6	on	on	PART	_	_	_	_	_	_	1
+7	it	it	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	faulty	faulty	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	showing	show	VERB	_	_	_	_	_	ss=v.perception	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	small	small	ADJ	_	_	_	_	_	_	*
+15	dark	dark	ADJ	_	_	_	_	_	_	*
+16	line	line	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.26
+# sent_counter = 173
+# text = @Korentine_ Omg Luke you need to watch remember me . I literally was balling . You 'd love it .
+1	@Korentine_	@USER	X	_	_	_	_	_	_	*
+2	Omg	omg	INTJ	_	_	_	_	_	_	*
+3	Luke	luke	PROPN	_	_	_	_	_	ss=n.person	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	need	need	VERB	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+8	remember	remember	VERB	_	_	_	_	_	_	1:X
+9	me	me	PRON	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	literally	literally	ADV	_	_	_	_	_	_	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	balling	ball	VERB	_	_	_	_	_	ss=v.emotion	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	You	you	PRON	_	_	_	_	_	_	*
+17	'd	'd	AUX	_	_	_	_	_	_	*
+18	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.9
+# sent_counter = 174
+# text = Maybe this is a kind of an artificial way to read an e-book .
+1	Maybe	maybe	ADV	_	_	_	_	_	_	*
+2	this	this	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	kind	kind	NOUN	_	_	_	_	_	_	1:X
+6	of	of	ADP	_	_	_	_	_	_	1
+7	an	an	DET	_	_	_	_	_	_	*
+8	artificial	artificial	NOUN	_	_	_	_	_	_	*
+9	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	e-book	e-book	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-63
+# sent_counter = 175
+# text = For an additional and very reasonable £ 00 our car was returned , equally efficiently ten minutes after we had telephoned .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	an	an	DET	_	_	_	_	_	_	*
+3	additional	additional	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+7	£	£	X	_	_	_	_	_	_	*
+8	00	00	NUM	_	_	_	_	_	_	*
+9	our	our	DET	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	returned	return	VERB	_	_	_	_	_	ss=v.motion	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	equally	equally	ADV	_	_	_	_	_	_	*
+15	efficiently	efficiently	ADV	_	_	_	_	_	_	*
+16	ten	ten	NUM	_	_	_	_	_	_	*
+17	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	had	have	AUX	_	_	_	_	_	_	*
+21	telephoned	telephone	VERB	_	_	_	_	_	ss=v.communication	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.9
+# sent_counter = 176
+# text = So I wanted to create something different , something where the process starts when you press the trigger .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	create	create	VERB	_	_	_	_	_	ss=v.creation	*
+6	something	something	NOUN	_	_	_	_	_	_	*
+7	different	different	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	something	something	NOUN	_	_	_	_	_	_	*
+10	where	where	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+13	starts	start	VERB	_	_	_	_	_	ss=v.change	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	press	press	NOUN	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	trigger	trigger	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.3
+# sent_counter = 177
+# text = Instead , I have progressed , and I am , today , launching a brand new analog teaching technology that I picked up from IKEA : this box .
+1	Instead	instead	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	progressed	progress	VERB	_	_	_	_	_	ss=v.change	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	launching	launch	VERB	_	_	_	_	_	ss=v.social	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	brand	brand	ADV	_	_	_	_	_	_	1:X
+16	new	new	ADJ	_	_	_	_	_	_	1
+17	analog	analog	ADJ	_	_	_	_	_	_	*
+18	teaching	teaching	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+19	technology	technology	NOUN	_	_	_	_	_	_	2
+20	that	that	DET	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	picked	pick	VERB	_	_	_	_	_	ss=v.contact	3:X
+23	up	up	ADP	_	_	_	_	_	_	3
+24	from	from	ADP	_	_	_	_	_	_	*
+25	IKEA	ikea	PROPN	_	_	_	_	_	ss=n.group	*
+26	:	:	PUNCT	_	_	_	_	_	_	*
+27	this	this	DET	_	_	_	_	_	_	*
+28	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.492
+# sent_counter = 178
+# text = @adamkotsko nice !
+1	@adamkotsko	@USER	X	_	_	_	_	_	_	*
+2	nice	nice	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.20
+# sent_counter = 179
+# text = @PrettyNpaidCEO right ..
+1	@PrettyNpaidCEO	@USER	X	_	_	_	_	_	_	*
+2	right	right	INTJ	_	_	_	_	_	_	*
+3	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-306
+# sent_counter = 180
+# text = I was amazed that they actually delivered my car back home after the entire servicing was completed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazed	amazed	ADJ	_	_	_	_	_	_	*
+4	that	that	CCONJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	actually	actually	ADV	_	_	_	_	_	_	*
+7	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	back	back	ADV	_	_	_	_	_	_	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	after	after	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	entire	entire	ADJ	_	_	_	_	_	_	*
+15	servicing	servicing	NOUN	_	_	_	_	_	ss=n.act	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	completed	complete	VERB	_	_	_	_	_	ss=v.change	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.41
+# sent_counter = 181
+# text = @AdorableJustinB CONGRATS !!! FREDO NOTICED YOU !! please help me get noticed . :P
+1	@AdorableJustinB	@USER	X	_	_	_	_	_	_	*
+2	CONGRATS	congrats	INTJ	_	_	_	_	_	_	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+4	FREDO	fredo	PROPN	_	_	_	_	_	ss=n.person	*
+5	NOTICED	notice	VERB	_	_	_	_	_	ss=v.perception	*
+6	YOU	you	PRON	_	_	_	_	_	_	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+8	please	please	VERB	_	_	_	_	_	ss=v.emotion	*
+9	help	help	VERB	_	_	_	_	_	ss=v.social	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	get	get	AUX	_	_	_	_	_	_	*
+12	noticed	notice	VERB	_	_	_	_	_	ss=v.perception	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	:P	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.5
+# sent_counter = 182
+# text = And my childhood is more hick than I could ever possibly relate to you , and also more intellectual than you would ever expect .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	childhood	childhood	NOUN	_	_	_	_	_	ss=n.event	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	more	more	ADV	_	_	_	_	_	_	*
+6	hick	hick	ADJ	_	_	_	_	_	_	*
+7	than	than	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	could	could	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	possibly	possibly	ADV	_	_	_	_	_	_	*
+12	relate	relate	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	also	also	ADV	_	_	_	_	_	_	*
+18	more	more	ADV	_	_	_	_	_	_	*
+19	intellectual	intellectual	ADJ	_	_	_	_	_	_	*
+20	than	than	SCONJ	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	would	would	AUX	_	_	_	_	_	_	*
+23	ever	ever	ADV	_	_	_	_	_	_	*
+24	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.47
+# sent_counter = 183
+# text = Stupid Kilkenny did n't get to meet @Royseven :/
+1	Stupid	stupid	ADJ	_	_	_	_	_	_	*
+2	Kilkenny	kilkenny	PROPN	_	_	_	_	_	ss=n.person	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+8	@Royseven	@USER	X	_	_	_	_	_	_	*
+9	:/	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.8
+# sent_counter = 184
+# text = So the global economy is becoming a place where women are more successful than men , believe it or not , and these economic changes are starting to rapidly affect our culture -- what our romantic comedies look like , what our marriages look like , what our dating lives look like , and our new set of superheroes .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	global	global	ADJ	_	_	_	_	_	_	*
+4	economy	economy	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	is	be	AUX	_	_	_	_	_	_	*
+6	becoming	become	VERB	_	_	_	_	_	ss=v.change	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+9	where	where	ADV	_	_	_	_	_	_	*
+10	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	more	more	ADV	_	_	_	_	_	_	*
+13	successful	successful	ADJ	_	_	_	_	_	_	*
+14	than	than	ADP	_	_	_	_	_	_	*
+15	men	men	NOUN	_	_	_	_	_	ss=n.person	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	these	these	DET	_	_	_	_	_	_	*
+24	economic	economic	ADJ	_	_	_	_	_	_	*
+25	changes	change	NOUN	_	_	_	_	_	ss=n.event	*
+26	are	be	AUX	_	_	_	_	_	_	*
+27	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	rapidly	rapidly	ADV	_	_	_	_	_	_	*
+30	affect	affect	VERB	_	_	_	_	_	ss=v.change	*
+31	our	our	PRON	_	_	_	_	_	_	*
+32	culture	culture	NOUN	_	_	_	_	_	ss=n.cognition	*
+33	--	--	PUNCT	_	_	_	_	_	_	*
+34	what	what	PRON	_	_	_	_	_	_	*
+35	our	our	PRON	_	_	_	_	_	_	*
+36	romantic	romantic	ADJ	_	_	_	_	_	ss=n.communication	1:X
+37	comedies	comedy	NOUN	_	_	_	_	_	_	1
+38	look	look	VERB	_	_	_	_	_	ss=v.perception	2:X
+39	like	like	ADJ	_	_	_	_	_	_	2
+40	,	,	PUNCT	_	_	_	_	_	_	*
+41	what	what	PRON	_	_	_	_	_	_	*
+42	our	our	PRON	_	_	_	_	_	_	*
+43	marriages	marriage	NOUN	_	_	_	_	_	ss=n.state	*
+44	look	look	VERB	_	_	_	_	_	ss=v.perception	3:X
+45	like	like	ADJ	_	_	_	_	_	_	3
+46	,	,	PUNCT	_	_	_	_	_	_	*
+47	what	what	PRON	_	_	_	_	_	_	*
+48	our	our	PRON	_	_	_	_	_	_	*
+49	dating	date	VERB	_	_	_	_	_	ss=v.social	*
+50	lives	life	NOUN	_	_	_	_	_	ss=n.state	*
+51	look	look	VERB	_	_	_	_	_	ss=v.perception	4:X
+52	like	like	ADP	_	_	_	_	_	_	4
+53	,	,	PUNCT	_	_	_	_	_	_	*
+54	and	and	CCONJ	_	_	_	_	_	_	*
+55	our	our	PRON	_	_	_	_	_	_	*
+56	new	new	ADJ	_	_	_	_	_	_	*
+57	set	set	NOUN	_	_	_	_	_	ss=n.group	*
+58	of	of	ADP	_	_	_	_	_	_	*
+59	superheroes	superheroes	NOUN	_	_	_	_	_	ss=n.person	*
+60	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-5
+# sent_counter = 185
+# text = [ Name ] O / T : I am very sorry , Do you have an order number ?
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	Name	name	NOUN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	O	o	NOUN	_	_	_	_	_	_	*
+5	/	/	PUNCT	_	_	_	_	_	_	*
+6	T	t	NOUN	_	_	_	_	_	_	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	sorry	sorry	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	Do	do	AUX	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	order	order	NOUN	_	_	_	_	_	ss=n.communication	1:X
+18	number	number	NOUN	_	_	_	_	_	_	1
+19	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.296
+# sent_counter = 186
+# text = @malamucha22 @MsLockallhearts they had their fun , we hd ours ! ;) lmaooo
+1	@malamucha22	@USER	X	_	_	_	_	_	_	*
+2	@MsLockallhearts	@USER	X	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	their	their	PRON	_	_	_	_	_	_	*
+6	fun	fun	NOUN	_	_	_	_	_	ss=n.act	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	hd	hd	VERB	_	_	_	_	_	ss=v.stative	*
+10	ours	ours	PRON	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	;)	EMOTICON	X	_	_	_	_	_	_	*
+13	lmaooo	lmaooo	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.482
+# sent_counter = 187
+# text = @JoshMiami I 'm off Thursday . Is that good for you ?
+1	@JoshMiami	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	off	off	ADJ	_	_	_	_	_	_	*
+5	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	that	that	PRON	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.4
+# sent_counter = 188
+# text = And I tried , as a child , as a teenager , to read philosophy and to get involved in art and religion and many other ways that I could see as a possible answer to that question .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	child	child	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	as	as	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	teenager	teenager	NOUN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+15	philosophy	philosophy	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	get	get	AUX	_	_	_	_	_	_	*
+19	involved	involve	VERB	_	_	_	_	_	ss=v.stative	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	art	art	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	religion	religion	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	many	many	ADJ	_	_	_	_	_	_	*
+26	other	other	ADJ	_	_	_	_	_	_	*
+27	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	that	that	SCONJ	_	_	_	_	_	_	*
+29	I	i	PRON	_	_	_	_	_	_	*
+30	could	could	AUX	_	_	_	_	_	_	*
+31	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+32	as	as	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	possible	possible	ADJ	_	_	_	_	_	_	*
+35	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+36	to	to	PART	_	_	_	_	_	_	*
+37	that	that	DET	_	_	_	_	_	_	*
+38	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.164
+# sent_counter = 189
+# text = Happy Valentine 's Day ! ♥
+1	Happy	happy	ADJ	_	_	_	_	_	_	1:X
+2	Valentine	valentine	PROPN	_	_	_	_	_	_	1
+3	's	's	PART	_	_	_	_	_	_	1
+4	Day	day	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-37
+# sent_counter = 190
+# text = Yet again good service from Market Cross .
+1	Yet	yet	ADV	_	_	_	_	_	_	*
+2	again	again	ADV	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Market	market	NOUN	_	_	_	_	_	ss=n.group	1:X
+7	Cross	cross	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-335
+# sent_counter = 191
+# text = She has the ability to to make you feel confidant about your work as well as being able to criticise your work but also advise you on how you can do better .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	ability	ability	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	make	make	VERB	_	_	_	_	_	ss=v.creation	1:X
+8	you	you	PRON	_	_	_	_	_	_	*
+9	feel	feel	VERB	_	_	_	_	_	_	1
+10	confidant	confidant	ADJ	_	_	_	_	_	_	*
+11	about	about	ADP	_	_	_	_	_	_	*
+12	your	your	DET	_	_	_	_	_	_	*
+13	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+14	as	as	ADP	_	_	_	_	_	_	*
+15	well	well	ADV	_	_	_	_	_	_	*
+16	as	as	ADP	_	_	_	_	_	_	*
+17	being	be	VERB	_	_	_	_	_	_	2:X
+18	able	able	ADJ	_	_	_	_	_	_	2
+19	to	to	PART	_	_	_	_	_	_	2
+20	criticise	criticise	VERB	_	_	_	_	_	ss=v.communication	*
+21	your	your	DET	_	_	_	_	_	_	*
+22	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+23	but	but	CCONJ	_	_	_	_	_	_	*
+24	also	also	ADV	_	_	_	_	_	_	*
+25	advise	advise	VERB	_	_	_	_	_	ss=v.communication	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	on	on	ADP	_	_	_	_	_	_	*
+28	how	how	ADV	_	_	_	_	_	_	*
+29	you	you	PRON	_	_	_	_	_	_	*
+30	can	can	AUX	_	_	_	_	_	_	*
+31	do	do	VERB	_	_	_	_	_	ss=v.change	*
+32	better	better	ADV	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.150
+# sent_counter = 192
+# text = #TV TV Review : Charlie Sheen rushed to hospital http://dlvr.it/FF1cl
+1	#TV	#tv	X	_	_	_	_	_	_	*
+2	TV	tv	NOUN	_	_	_	_	_	_	1:X
+3	Review	review	NOUN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Charlie	charlie	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	Sheen	sheen	PROPN	_	_	_	_	_	_	2
+7	rushed	rush	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	hospital	hospital	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	http://dlvr.it/FF1cl	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.347
+# sent_counter = 193
+# text = ON AIR : FeyDer - 20 Killa Choons Mix #Psych0Radio
+1	ON	on	ADP	_	_	_	_	_	_	1:X
+2	AIR	air	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	FeyDer	feyder	PROPN	_	_	_	_	_	ss=n.person	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	20	NUMBER	NUM	_	_	_	_	_	ss=n.communication	2:X
+7	Killa	killa	PROPN	_	_	_	_	_	_	2
+8	Choons	choons	PROPN	_	_	_	_	_	_	2
+9	Mix	mix	PROPN	_	_	_	_	_	_	2
+10	#Psych0Radio	#psych0radio	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.16
+# sent_counter = 194
+# text = My lady on her Marilyn http://t.co/QZgFaK84
+1	My	my	PRON	_	_	_	_	_	_	*
+2	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	Marilyn	marilyn	PROPN	_	_	_	_	_	ss=n.artifact	*
+6	http://t.co/QZgFaK84	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.70
+# sent_counter = 195
+# text = Nigguhs Heard I m Gettin Money So Now Dey Creepin Thru ..
+1	Nigguhs	nigguhs	NOUN	_	_	_	_	_	ss=n.person	*
+2	Heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+5	Gettin	gettin	VERB	_	_	_	_	_	ss=v.change	*
+6	Money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+7	So	so	SCONJ	_	_	_	_	_	_	*
+8	Now	now	ADV	_	_	_	_	_	_	*
+9	Dey	dey	PRON	_	_	_	_	_	_	*
+10	Creepin	creepin	VERB	_	_	_	_	_	ss=v.social	1:X
+11	Thru	thru	ADP	_	_	_	_	_	_	1
+12	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.264
+# sent_counter = 196
+# text = @Virg1877 I 'M on east coast and thei r on . do n't know how that works live in CA .? WITWIAL
+1	@Virg1877	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'M	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	east	east	ADJ	_	_	_	_	_	ss=n.location	1:X
+6	coast	coast	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	thei	thei	PRON	_	_	_	_	_	_	*
+9	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+15	how	how	ADV	_	_	_	_	_	_	*
+16	that	that	PRON	_	_	_	_	_	_	*
+17	works	work	VERB	_	_	_	_	_	ss=v.cognition	*
+18	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	CA	ca	PROPN	_	_	_	_	_	ss=n.location	*
+21	.?	.?	PUNCT	_	_	_	_	_	_	*
+22	WITWIAL	witwial	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.185
+# sent_counter = 197
+# text = i really hate hearing about deadbeat moms !!!
+1	i	i	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+4	hearing	hear	VERB	_	_	_	_	_	ss=v.perception	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	deadbeat	deadbeat	ADJ	_	_	_	_	_	_	*
+7	moms	mom	NOUN	_	_	_	_	_	ss=n.person	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.151
+# sent_counter = 198
+# text = @itzayanaa_ okay ?
+1	@itzayanaa_	@USER	X	_	_	_	_	_	_	*
+2	okay	okay	INTJ	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.9
+# sent_counter = 199
+# text = I mean , what am I going to find today ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	am	be	AUX	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	going	go	VERB	_	_	_	_	_	_	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.5
+# sent_counter = 200
+# text = @georgiameramo how was paris !? Xx
+1	@georgiameramo	@USER	X	_	_	_	_	_	_	*
+2	how	how	ADV	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	paris	paris	PROPN	_	_	_	_	_	ss=n.location	*
+5	!?	!?	PUNCT	_	_	_	_	_	_	*
+6	Xx	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-322
+# sent_counter = 201
+# text = Bought a Ibanez AW000 would have rated 0 , but when took the guitar out the box one of the strings had snapped .
+1	Bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	Ibanez	ibanez	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+4	AW000	aw000	PROPN	_	_	_	_	_	_	1
+5	would	would	VERB	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	rated	rate	VERB	_	_	_	_	_	ss=v.communication	*
+8	0	0	NUM	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	took	take	VERB	_	_	_	_	_	ss=v.contact	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	guitar	guitar	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	out	out	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	one	one	NOUN	_	_	_	_	_	ss=n.quantity	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	strings	strings	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	had	have	AUX	_	_	_	_	_	_	*
+23	snapped	snap	VERB	_	_	_	_	_	ss=v.change	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.105
+# sent_counter = 202
+# text = @Bella_Bijou Kmsl . Leave Anna out . of this . God I ma have to hear about this all week huh
+1	@Bella_Bijou	@USER	X	_	_	_	_	_	_	*
+2	Kmsl	kmsl	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Leave	leave	VERB	_	_	_	_	_	ss=v.social	1:X
+5	Anna	anna	PROPN	_	_	_	_	_	ss=n.person	*
+6	out	out	ADP	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	this	this	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	God	god	PROPN	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	ma	ma	AUX	_	_	_	_	_	_	*
+14	have	have	VERB	_	_	_	_	_	_	2:X
+15	to	to	PART	_	_	_	_	_	_	2
+16	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+17	about	about	ADP	_	_	_	_	_	_	*
+18	this	this	PRON	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	3:X
+20	week	week	NOUN	_	_	_	_	_	_	3
+21	huh	huh	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.236
+# sent_counter = 203
+# text = So supernatural . Actual and factual . Unstoppable , I 'm possibly the illest possibility .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	supernatural	supernatural	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Actual	actual	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	factual	factual	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Unstoppable	unstoppable	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+12	possibly	possibly	ADV	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	illest	ill	ADJ	_	_	_	_	_	_	*
+15	possibility	possibility	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-309
+# sent_counter = 204
+# text = I received them really quickly and will use Healthy Supplies again , really impressed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	received	receive	VERB	_	_	_	_	_	ss=v.contact	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	quickly	quickly	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+9	Healthy	healthy	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Supplies	supply	NOUN	_	_	_	_	_	_	1
+11	again	again	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	impressed	impressed	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.117
+# sent_counter = 205
+# text = The weather outside does n't look too appealing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	weather	weather	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	outside	outside	ADJ	_	_	_	_	_	_	*
+4	does	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+7	too	too	ADV	_	_	_	_	_	_	*
+8	appealing	appealing	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.8
+# sent_counter = 206
+# text = And somebody brought a boyfriend , somebody a father .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	somebody	somebody	NOUN	_	_	_	_	_	_	*
+3	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	boyfriend	boyfriend	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	somebody	somebody	NOUN	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	father	father	NOUN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.25
+# sent_counter = 207
+# text = My definition of a hot date includes a delicious cup of tea , a really good book and cuddling by myself in the couch .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	definition	definition	NOUN	_	_	_	_	_	ss=n.communication	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	hot	hot	ADJ	_	_	_	_	_	ss=n.act	1:X
+6	date	date	NOUN	_	_	_	_	_	_	1
+7	includes	include	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	delicious	delicious	ADJ	_	_	_	_	_	_	*
+10	cup	cup	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	tea	tea	NOUN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	really	really	ADV	_	_	_	_	_	_	*
+16	good	good	ADJ	_	_	_	_	_	_	*
+17	book	book	NOUN	_	_	_	_	_	ss=n.communication	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	cuddling	cuddle	VERB	_	_	_	_	_	ss=v.contact	*
+20	by	by	ADP	_	_	_	_	_	_	*
+21	myself	myself	PRON	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	couch	couch	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.321
+# sent_counter = 208
+# text = keep it #Gangsta
+1	keep	keep	VERB	_	_	_	_	_	_	1:X
+2	it	it	PRON	_	_	_	_	_	_	1
+3	#Gangsta	#gangsta	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-168
+# sent_counter = 209
+# text = What a load of cr * p this scooter is .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	load	load	NOUN	_	_	_	_	_	ss=n.feeling	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	cr	cr	NOUN	_	_	_	_	_	_	1
+6	*	*	NOUN	_	_	_	_	_	_	1
+7	p	p	NOUN	_	_	_	_	_	_	1
+8	this	this	DET	_	_	_	_	_	_	*
+9	scooter	scooter	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.4
+# sent_counter = 210
+# text = This box contains one billion people .
+1	This	this	DET	_	_	_	_	_	_	*
+2	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	contains	contain	VERB	_	_	_	_	_	ss=v.stative	*
+4	one	NUMBER	NUM	_	_	_	_	_	_	*
+5	billion	NUMBER	NUM	_	_	_	_	_	_	*
+6	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.13
+# sent_counter = 211
+# text = @_MyHipsDontLie_ You would have had 1,987,001 followers if you did <3 lol
+1	@_MyHipsDontLie_	@USER	X	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	would	would	AUX	_	_	_	_	_	_	1:X
+4	have	have	VERB	_	_	_	_	_	_	1
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	1,987,001	NUMBER	NUM	_	_	_	_	_	_	*
+7	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+8	if	if	ADP	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	did	do	VERB	_	_	_	_	_	ss=v.social	*
+11	<3	EMOTICON	X	_	_	_	_	_	_	*
+12	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.3
+# sent_counter = 212
+# text = So we 're going to talk a little bit today about how videos go viral and then why that even matters .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	're	're	AUX	_	_	_	_	_	_	1:X
+4	going	go	VERB	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	1
+6	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	little	little	ADJ	_	_	_	_	_	_	*
+9	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+11	about	about	SCONJ	_	_	_	_	_	_	*
+12	how	how	ADV	_	_	_	_	_	_	*
+13	videos	video	NOUN	_	_	_	_	_	ss=n.communication	*
+14	go	go	VERB	_	_	_	_	_	ss=v.change	*
+15	viral	viral	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	then	then	ADV	_	_	_	_	_	_	*
+18	why	why	ADV	_	_	_	_	_	_	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	matters	matter	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.74
+# sent_counter = 213
+# text = 3-0 !! Phew !!! Good no TD !!! Go job D !!! #birdgang
+1	3-0	NUMBER	NUM	_	_	_	_	_	_	*
+2	!!	!!	PUNCT	_	_	_	_	_	_	*
+3	Phew	phew	INTJ	_	_	_	_	_	_	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+5	Good	good	ADJ	_	_	_	_	_	_	*
+6	no	no	DET	_	_	_	_	_	_	*
+7	TD	td	NOUN	_	_	_	_	_	ss=n.act	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+9	Go	go	ADJ	_	_	_	_	_	_	*
+10	job	job	NOUN	_	_	_	_	_	ss=n.group	1:X
+11	D	d	NOUN	_	_	_	_	_	_	1
+12	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+13	#birdgang	#birdgang	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.361
+# sent_counter = 214
+# text = A nice fluffy pillow sounds great
+1	A	a	DET	_	_	_	_	_	_	*
+2	nice	nice	ADJ	_	_	_	_	_	_	*
+3	fluffy	fluffy	ADJ	_	_	_	_	_	_	*
+4	pillow	pillow	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	sounds	sound	VERB	_	_	_	_	_	ss=v.cognition	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.145
+# sent_counter = 215
+# text = Women`s Health is true ! Hurry up ! Best prices for Gyne-Lotriminor Serophene See more http://tinyurl.com/WomenPillsa
+1	Women`s	women`s	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Health	health	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	true	true	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	Hurry	hurry	VERB	_	_	_	_	_	ss=v.motion	2:X
+7	up	up	ADP	_	_	_	_	_	_	2
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	Best	best	ADJ	_	_	_	_	_	_	*
+10	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	Gyne-Lotriminor	gyne-lotriminor	PROPN	_	_	_	_	_	ss=n.substance	3:X
+13	Serophene	serophene	PROPN	_	_	_	_	_	_	3
+14	See	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	more	more	ADJ	_	_	_	_	_	_	*
+16	http://tinyurl.com/WomenPillsa	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.281
+# sent_counter = 216
+# text = enjoys a good Snog at lunchtime .
+1	enjoys	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	Snog	snog	NOUN	_	_	_	_	_	ss=n.body	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	lunchtime	lunchtime	NOUN	_	_	_	_	_	ss=n.event	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-142
+# sent_counter = 217
+# text = Just received my order which I ordered 0 days ago , very impressed also the new packaging is a godsend as it goes through the letter box without any problems .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	received	receive	VERB	_	_	_	_	_	ss=v.contact	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	order	order	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	which	which	PRON	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+8	0	0	NUM	_	_	_	_	_	_	*
+9	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+10	ago	ago	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	impressed	impressed	ADJ	_	_	_	_	_	_	*
+14	also	also	ADV	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	new	new	ADJ	_	_	_	_	_	_	*
+17	packaging	packaging	NOUN	_	_	_	_	_	ss=n.substance	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	godsend	godsend	NOUN	_	_	_	_	_	ss=n.feeling	*
+21	as	as	CCONJ	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	goes	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+24	through	through	ADP	_	_	_	_	_	_	1
+25	the	the	DET	_	_	_	_	_	_	*
+26	letter	letter	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+27	box	box	NOUN	_	_	_	_	_	_	2
+28	without	without	ADP	_	_	_	_	_	_	*
+29	any	any	DET	_	_	_	_	_	_	*
+30	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.6
+# sent_counter = 218
+# text = Wish I was at odd future rn 
+1	Wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	odd	odd	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	future	future	PROPN	_	_	_	_	_	_	1
+7	rn	rn	ADV	_	_	_	_	_	_	1
+8			SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.6
+# sent_counter = 219
+# text = Any one of you could be famous on the Internet by next Saturday .
+1	Any	any	DET	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	famous	famous	ADJ	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Internet	internet	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	next	next	ADJ	_	_	_	_	_	_	*
+13	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.189
+# sent_counter = 220
+# text = Blog Post - Learn how to Raise More Money and Awareness through Collaborative Partnership 46 - http://ow.ly/4enPp
+1	Blog	blog	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	Post	post	NOUN	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	Raise	raise	VERB	_	_	_	_	_	ss=v.creation	*
+8	More	more	ADJ	_	_	_	_	_	_	*
+9	Money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Awareness	awareness	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	through	through	ADP	_	_	_	_	_	_	*
+13	Collaborative	collaborative	ADJ	_	_	_	_	_	_	*
+14	Partnership	partnership	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	46	NUMBER	NUM	_	_	_	_	_	_	*
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	http://ow.ly/4enPp	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.297
+# sent_counter = 221
+# text = just did some unfollows .. I hate havin #deadweight on my TL
+1	just	just	ADV	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.social	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	unfollows	unfollows	NOUN	_	_	_	_	_	ss=n.act	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+8	havin	havin	VERB	_	_	_	_	_	ss=v.stative	*
+9	#deadweight	#deadweight	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	TL	tl	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-159
+# sent_counter = 222
+# text = Mr Norman Rees , customer reference 000000
+1	Mr	mr	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	Norman	norman	PROPN	_	_	_	_	_	_	1
+3	Rees	rees	PROPN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.communication	2:X
+6	reference	reference	NOUN	_	_	_	_	_	_	2
+7	000000	000000	NUM	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.121
+# sent_counter = 223
+# text = Tour ready . http://t.co/S2m5C80J
+1	Tour	tour	NOUN	_	_	_	_	_	_	1:X
+2	ready	ready	ADJ	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	http://t.co/S2m5C80J	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.261
+# sent_counter = 224
+# text = @_punkybrewster yea i k , just for me hahaa
+1	@_punkybrewster	@USER	X	_	_	_	_	_	_	*
+2	yea	yea	INTJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	k	k	VERB	_	_	_	_	_	ss=v.stative	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	hahaa	hahaa	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.243
+# sent_counter = 225
+# text = @Dat_Babiifayce I already have sis !!! Girl they hate me !
+1	@Dat_Babiifayce	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	already	already	ADV	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	sis	sis	NOUN	_	_	_	_	_	ss=n.person	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+7	Girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-70
+# sent_counter = 226
+# text = Driver chatty and informative en route .
+1	Driver	driver	PROPN	_	_	_	_	_	ss=n.person	*
+2	chatty	chatty	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	informative	informative	ADJ	_	_	_	_	_	_	*
+5	en	en	ADP	_	_	_	_	_	_	1:X
+6	route	route	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-232
+# sent_counter = 227
+# text = Only problem is a little hole in fabric in a corner only noticed it after a days use .
+1	Only	only	ADJ	_	_	_	_	_	_	*
+2	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	little	little	ADJ	_	_	_	_	_	_	*
+6	hole	hole	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	fabric	fabric	NOUN	_	_	_	_	_	ss=n.substance	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+12	only	only	ADV	_	_	_	_	_	_	*
+13	noticed	notice	VERB	_	_	_	_	_	ss=v.perception	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	after	after	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+18	use	use	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-29
+# sent_counter = 228
+# text = For the price I paid for the Sheraton Bunk beds and the London mattresses I could not be more pleased .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	Sheraton	sheraton	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	Bunk	bunk	NOUN	_	_	_	_	_	_	1
+10	beds	bed	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	London	london	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+14	mattresses	mattress	NOUN	_	_	_	_	_	_	2
+15	I	i	PRON	_	_	_	_	_	_	*
+16	could	could	AUX	_	_	_	_	_	_	*
+17	not	not	ADV	_	_	_	_	_	_	*
+18	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	more	more	ADV	_	_	_	_	_	_	*
+20	pleased	pleased	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-121
+# sent_counter = 229
+# text = I would definitely use this company again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.75
+# sent_counter = 230
+# text = @savanastang there are more #creatures in donny 's room in today too bad you missed them :)
+1	@savanastang	@USER	X	_	_	_	_	_	_	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	more	more	ADJ	_	_	_	_	_	_	*
+5	#creatures	#creatures	NOUN	_	_	_	_	_	ss=n.animal	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	donny	donny	PROPN	_	_	_	_	_	ss=n.person	*
+8	's	's	PART	_	_	_	_	_	_	*
+9	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+12	too	too	ADV	_	_	_	_	_	_	1:X
+13	bad	bad	ADJ	_	_	_	_	_	_	1
+14	you	you	PRON	_	_	_	_	_	_	*
+15	missed	miss	VERB	_	_	_	_	_	ss=v.perception	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.100
+# sent_counter = 231
+# text = Super Bowl Countdown : http://t.co/ZuVEYdYm
+1	Super	super	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	Bowl	bowl	PROPN	_	_	_	_	_	_	1
+3	Countdown	countdown	NOUN	_	_	_	_	_	ss=n.act	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	http://t.co/ZuVEYdYm	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-43
+# sent_counter = 232
+# text = 0 days after purchase and payment ( including £ 0 . 00 postage ) was received .
+1	0	0	NUM	_	_	_	_	_	_	*
+2	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+3	after	after	ADP	_	_	_	_	_	_	*
+4	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	including	include	VERB	_	_	_	_	_	ss=v.stative	*
+9	£	£	X	_	_	_	_	_	_	*
+10	0	0	NUM	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	00	00	NUM	_	_	_	_	_	_	*
+13	postage	postage	NOUN	_	_	_	_	_	ss=n.possession	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	was	be	AUX	_	_	_	_	_	_	*
+16	received	receive	VERB	_	_	_	_	_	ss=v.possession	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-71
+# sent_counter = 233
+# text = Quality gear guys , excellent !
+1	Quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	gear	gear	NOUN	_	_	_	_	_	ss=n.person	1:X
+3	guys	guy	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.104
+# sent_counter = 234
+# text = I Feel Gud ... ..
+1	I	i	PRON	_	_	_	_	_	_	*
+2	Feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Gud	gud	ADJ	_	_	_	_	_	_	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-47
+# sent_counter = 235
+# text = Would definately use this company again .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	definately	definately	ADV	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-206
+# sent_counter = 236
+# text = Placed an order on 0 Feb for £ 000 . 00 .
+1	Placed	place	VERB	_	_	_	_	_	ss=v.communication	*
+2	an	an	DET	_	_	_	_	_	_	*
+3	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	0	0	NUM	_	_	_	_	_	_	*
+6	Feb	feb	NOUN	_	_	_	_	_	ss=n.time	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	£	£	X	_	_	_	_	_	_	*
+9	000	000	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	00	00	NUM	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.249
+# sent_counter = 237
+# text = @montse_nn All my loving I will send to you ♥
+1	@montse_nn	@USER	X	_	_	_	_	_	_	*
+2	All	all	DET	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	loving	love	VERB	_	_	_	_	_	ss=v.emotion	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	will	will	AUX	_	_	_	_	_	_	*
+7	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	♥	♥	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-248
+# sent_counter = 238
+# text = I was then offered a new deal by a small local company for the same service for only £ 00 so I gave notice to XLN as required .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	then	then	ADV	_	_	_	_	_	_	*
+4	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	new	new	ADJ	_	_	_	_	_	_	*
+7	deal	deal	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	small	small	ADJ	_	_	_	_	_	_	*
+11	local	local	ADJ	_	_	_	_	_	_	*
+12	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	same	same	ADJ	_	_	_	_	_	_	*
+16	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	only	only	ADV	_	_	_	_	_	_	*
+19	£	£	X	_	_	_	_	_	_	*
+20	00	00	NUM	_	_	_	_	_	_	*
+21	so	so	CCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	gave	give	VERB	_	_	_	_	_	ss=v.communication	*
+24	notice	notice	NOUN	_	_	_	_	_	ss=n.communication	*
+25	to	to	ADP	_	_	_	_	_	_	*
+26	XLN	xln	PROPN	_	_	_	_	_	ss=n.group	*
+27	as	as	ADP	_	_	_	_	_	_	*
+28	required	require	VERB	_	_	_	_	_	ss=v.stative	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.6
+# sent_counter = 239
+# text = And they 're starting to dominate lots of professions -- doctors , lawyers , bankers , accountants .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	're	're	AUX	_	_	_	_	_	_	*
+4	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	dominate	dominate	VERB	_	_	_	_	_	ss=v.stative	*
+7	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	professions	profession	NOUN	_	_	_	_	_	ss=n.group	*
+10	--	--	PUNCT	_	_	_	_	_	_	*
+11	doctors	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	lawyers	lawyer	NOUN	_	_	_	_	_	ss=n.person	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	bankers	banker	NOUN	_	_	_	_	_	ss=n.person	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	accountants	accountant	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.119
+# sent_counter = 240
+# text = #YouGotTheWrongDavid IT 'S T-E-N-N-A-N-T , NOT BECKHAM !
+1	#YouGotTheWrongDavid	#yougotthewrongdavid	X	_	_	_	_	_	_	*
+2	IT	it	PRON	_	_	_	_	_	_	*
+3	'S	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	T-E-N-N-A-N-T	t-e-n-n-a-n-t	PROPN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	NOT	not	PART	_	_	_	_	_	_	*
+7	BECKHAM	beckham	PROPN	_	_	_	_	_	ss=n.person	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-203
+# sent_counter = 241
+# text = Would recomend giving this a a try .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	recomend	recomend	VERB	_	_	_	_	_	ss=v.cognition	*
+3	giving	give	VERB	_	_	_	_	_	ss=v.stative	*
+4	this	this	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	try	try	NOUN	_	_	_	_	_	ss=n.act	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.397
+# sent_counter = 242
+# text = RT @JasonKennedy1 : I 'm sitting down with Gaga for an in depth intv 2day , got ? ' s -> RT @ladygaga : The " Marry The Night " Video will prem ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JasonKennedy1	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+6	sitting	sit	VERB	_	_	_	_	_	ss=v.body	1:X
+7	down	down	ADP	_	_	_	_	_	_	1
+8	with	with	ADP	_	_	_	_	_	_	*
+9	Gaga	gaga	PROPN	_	_	_	_	_	ss=n.person	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	2:X
+13	depth	depth	NOUN	_	_	_	_	_	_	2
+14	intv	intv	NOUN	_	_	_	_	_	ss=n.communication	*
+15	2day	2day	NOUN	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+18	?	?	NOUN	_	_	_	_	_	_	*
+19	'	'	SYM	_	_	_	_	_	_	*
+20	s	s	X	_	_	_	_	_	_	*
+21	->	->	X	_	_	_	_	_	_	*
+22	RT	rt	X	_	_	_	_	_	_	*
+23	@ladygaga	@USER	X	_	_	_	_	_	_	*
+24	:	:	X	_	_	_	_	_	_	*
+25	The	the	DET	_	_	_	_	_	_	*
+26	"	"	PUNCT	_	_	_	_	_	ss=n.communication	3:X
+27	Marry	marry	VERB	_	_	_	_	_	_	3
+28	The	the	DET	_	_	_	_	_	_	3
+29	Night	night	NOUN	_	_	_	_	_	_	3
+30	"	"	PUNCT	_	_	_	_	_	_	*
+31	Video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+32	will	will	VERB	_	_	_	_	_	_	*
+33	prem	prem	X	_	_	_	_	_	_	*
+34	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.452
+# sent_counter = 243
+# text = i m home :)
+1	i	i	PRON	_	_	_	_	_	_	*
+2	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+3	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+4	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-79
+# sent_counter = 244
+# text = I duly received an email with a collection reference number to collect and pay for my item .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	duly	duly	ADV	_	_	_	_	_	_	*
+3	received	receive	VERB	_	_	_	_	_	ss=v.communication	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	collection	collection	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+9	reference	reference	NOUN	_	_	_	_	_	_	1
+10	number	number	NOUN	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	*
+12	collect	collect	VERB	_	_	_	_	_	ss=v.contact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	my	my	DET	_	_	_	_	_	_	*
+17	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-129
+# sent_counter = 245
+# text = The check - in at both ends was painless .
+1	The	the	DET	_	_	_	_	_	_	*
+2	check	check	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	in	in	NOUN	_	_	_	_	_	_	1
+5	at	at	ADP	_	_	_	_	_	_	*
+6	both	both	DET	_	_	_	_	_	_	*
+7	ends	end	NOUN	_	_	_	_	_	ss=n.location	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	painless	painless	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.162
+# sent_counter = 246
+# text = #NSN3D sorrryyz i got caught for textinnggg . dudeee . it was the most awkward thing ever ! I SEE YOU DOWN THER !
+1	#NSN3D	#nsn3d	X	_	_	_	_	_	_	*
+2	sorrryyz	sorrryyz	INTJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	got	get	AUX	_	_	_	_	_	_	*
+5	caught	catch	VERB	_	_	_	_	_	ss=v.social	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	textinnggg	textinnggg	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	dudeee	dudeee	INTJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	most	most	ADV	_	_	_	_	_	_	*
+15	awkward	awkward	ADJ	_	_	_	_	_	_	*
+16	thing	thing	NOUN	_	_	_	_	_	ss=n.event	*
+17	ever	ever	ADV	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	SEE	see	VERB	_	_	_	_	_	ss=v.perception	*
+21	YOU	you	PRON	_	_	_	_	_	_	*
+22	DOWN	down	ADV	_	_	_	_	_	_	*
+23	THER	ther	ADV	_	_	_	_	_	_	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.97
+# sent_counter = 247
+# text = your voice made my new year ♥
+1	your	your	PRON	_	_	_	_	_	_	*
+2	voice	voice	NOUN	_	_	_	_	_	ss=n.body	*
+3	made	make	VERB	_	_	_	_	_	ss=v.emotion	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	new	new	ADJ	_	_	_	_	_	ss=n.event	1:X
+6	year	year	NOUN	_	_	_	_	_	_	1
+7	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-156
+# sent_counter = 248
+# text = My order was processed efficiently and arrived in good time .
+1	My	my	DET	_	_	_	_	_	_	*
+2	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	processed	process	VERB	_	_	_	_	_	ss=v.change	*
+5	efficiently	efficiently	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.442
+# sent_counter = 249
+# text = PS : Hearing the The Early Show cast get outraged by Four Loko was hilarious . Made my morning and subsequent day . #ParentsJustDontUnderstand
+1	PS	ps	NOUN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Hearing	hear	VERB	_	_	_	_	_	ss=v.perception	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	The	the	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Early	early	PROPN	_	_	_	_	_	_	1
+7	Show	show	PROPN	_	_	_	_	_	_	1
+8	cast	cast	NOUN	_	_	_	_	_	_	1
+9	get	get	AUX	_	_	_	_	_	_	*
+10	outraged	outrage	VERB	_	_	_	_	_	ss=v.emotion	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	Four	four	PROPN	_	_	_	_	_	ss=n.person	2:X
+13	Loko	loko	PROPN	_	_	_	_	_	_	2
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	hilarious	hilarious	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	subsequent	subsequent	ADJ	_	_	_	_	_	_	*
+22	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	#ParentsJustDontUnderstand	#parentsjustdontunderstand	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.137
+# sent_counter = 250
+# text = ADD ME ON FACEBOOK (( http://www.facebook.com/DJBolt1 )) x2
+1	ADD	add	VERB	_	_	_	_	_	ss=v.change	*
+2	ME	me	PRON	_	_	_	_	_	_	*
+3	ON	on	ADP	_	_	_	_	_	_	*
+4	FACEBOOK	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+5	((	((	PUNCT	_	_	_	_	_	_	*
+6	http://www.facebook.com/DJBolt1	URL	X	_	_	_	_	_	_	*
+7	))	))	PUNCT	_	_	_	_	_	_	*
+8	x2	x2	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.227
+# sent_counter = 251
+# text = @amy_inVA He better !! We buy his stuff ! haha
+1	@amy_inVA	@USER	X	_	_	_	_	_	_	*
+2	He	he	PRON	_	_	_	_	_	_	*
+3	better	better	ADV	_	_	_	_	_	_	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5	We	we	PRON	_	_	_	_	_	_	*
+6	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	his	his	PRON	_	_	_	_	_	_	*
+8	stuff	stuff	NOUN	_	_	_	_	_	ss=n.other	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	haha	haha	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-135
+# sent_counter = 252
+# text = Brilliant service and free P & P .
+1	Brilliant	brilliant	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	free	free	ADJ	_	_	_	_	_	_	*
+5	P	p	NOUN	_	_	_	_	_	ss=n.act	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	P	p	NOUN	_	_	_	_	_	ss=n.substance	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.2
+# sent_counter = 253
+# text = And I realized how few of the grown-ups that I knew were able to withstand the tragedies that the war visited on them -- how few of them could even resemble a normal , contented , satisfied , happy life once their job , their home , their security was destroyed by the war .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	realized	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+4	how	how	ADV	_	_	_	_	_	_	*
+5	few	few	ADJ	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	grown-ups	grown-ups	NOUN	_	_	_	_	_	ss=n.person	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	able	able	ADJ	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	withstand	withstand	VERB	_	_	_	_	_	ss=v.cognition	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	tragedies	tragedy	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	that	that	DET	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	war	war	NOUN	_	_	_	_	_	ss=n.act	*
+21	visited	visit	VERB	_	_	_	_	_	ss=v.change	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	them	them	PRON	_	_	_	_	_	_	*
+24	--	--	PUNCT	_	_	_	_	_	_	*
+25	how	how	ADV	_	_	_	_	_	_	*
+26	few	few	ADJ	_	_	_	_	_	_	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	them	them	PRON	_	_	_	_	_	_	*
+29	could	could	AUX	_	_	_	_	_	_	*
+30	even	even	ADV	_	_	_	_	_	_	*
+31	resemble	resemble	VERB	_	_	_	_	_	ss=v.stative	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	normal	normal	ADJ	_	_	_	_	_	_	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	contented	contented	ADJ	_	_	_	_	_	_	*
+36	,	,	PUNCT	_	_	_	_	_	_	*
+37	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	happy	happy	ADJ	_	_	_	_	_	_	*
+40	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+41	once	once	SCONJ	_	_	_	_	_	_	*
+42	their	their	PRON	_	_	_	_	_	_	*
+43	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+44	,	,	PUNCT	_	_	_	_	_	_	*
+45	their	their	PRON	_	_	_	_	_	_	*
+46	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+47	,	,	PUNCT	_	_	_	_	_	_	*
+48	their	their	PRON	_	_	_	_	_	_	*
+49	security	security	NOUN	_	_	_	_	_	ss=n.state	*
+50	was	be	AUX	_	_	_	_	_	_	*
+51	destroyed	destroy	VERB	_	_	_	_	_	ss=v.change	*
+52	by	by	ADP	_	_	_	_	_	_	*
+53	the	the	DET	_	_	_	_	_	_	*
+54	war	war	NOUN	_	_	_	_	_	ss=n.act	*
+55	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.464
+# sent_counter = 254
+# text = Are you allowed to vote ? — nope . 3 more years . http://4ms.me/c08ijl
+1	Are	be	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	allowed	allow	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	vote	vote	VERB	_	_	_	_	_	ss=v.social	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	—	—	SYM	_	_	_	_	_	_	*
+8	nope	nope	INTJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	3	NUMBER	NUM	_	_	_	_	_	_	*
+11	more	more	ADJ	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	http://4ms.me/c08ijl	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.140
+# sent_counter = 255
+# text = RT @TorontoStar : Berlusconi probed over cash-for-sex case : Prime Minister Silvio Berlusconi faces investigation in a prostitution ... htt ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TorontoStar	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Berlusconi	berlusconi	PROPN	_	_	_	_	_	ss=n.person	*
+5	probed	probe	VERB	_	_	_	_	_	ss=v.communication	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	cash-for-sex	cash-for-sex	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+8	case	case	NOUN	_	_	_	_	_	_	1
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	Prime	prime	ADJ	_	_	_	_	_	ss=n.person	2:X
+11	Minister	minister	NOUN	_	_	_	_	_	_	2
+12	Silvio	silvio	PROPN	_	_	_	_	_	_	2
+13	Berlusconi	berlusconi	PROPN	_	_	_	_	_	_	2
+14	faces	face	VERB	_	_	_	_	_	ss=v.cognition	*
+15	investigation	investigation	NOUN	_	_	_	_	_	ss=n.act	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	prostitution	prostitution	NOUN	_	_	_	_	_	ss=n.act	*
+19	...	...	X	_	_	_	_	_	_	*
+20	htt	URL	X	_	_	_	_	_	_	*
+21	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.89
+# sent_counter = 256
+# text = What a bummer .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	bummer	bummer	NOUN	_	_	_	_	_	ss=n.feeling	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.10
+# sent_counter = 257
+# text = My circle began back in the '60s in high school in Stow , Ohio where I was the class queer .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	circle	circle	NOUN	_	_	_	_	_	ss=n.shape	*
+3	began	begin	VERB	_	_	_	_	_	ss=v.change	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	'60s	'60s	NOUN	_	_	_	_	_	ss=n.time	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	high	high	ADJ	_	_	_	_	_	ss=n.location	1:X
+10	school	school	NOUN	_	_	_	_	_	_	1
+11	in	in	ADP	_	_	_	_	_	_	*
+12	Stow	stow	NOUN	_	_	_	_	_	ss=n.location	2:X
+13	,	,	PUNCT	_	_	_	_	_	_	2
+14	Ohio	ohio	NOUN	_	_	_	_	_	_	2
+15	where	where	ADV	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	class	class	NOUN	_	_	_	_	_	ss=n.attribute	3:X
+20	queer	queer	NOUN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-289
+# sent_counter = 258
+# text = Many thanks Nitrotek .
+1	Many	many	ADJ	_	_	_	_	_	_	*
+2	thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+3	Nitrotek	nitrotek	PROPN	_	_	_	_	_	ss=n.group	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.490
+# sent_counter = 259
+# text = Whaddup pimpin ken . Ha !
+1	Whaddup	whaddup	INTJ	_	_	_	_	_	_	*
+2	pimpin	pimpin	ADJ	_	_	_	_	_	_	*
+3	ken	ken	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Ha	ha	INTJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-66
+# sent_counter = 260
+# text = I recently purchased a fender mustang amp which was ordered in for me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fender	fender	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	mustang	mustang	NOUN	_	_	_	_	_	_	1
+7	amp	amp	NOUN	_	_	_	_	_	_	1
+8	which	which	PRON	_	_	_	_	_	_	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	ordered	order	VERB	_	_	_	_	_	ss=v.change	2:X
+11	in	in	PART	_	_	_	_	_	_	2
+12	for	for	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.373
+# sent_counter = 261
+# text = Whenn i seee uglyy boys that i think is cutee , i bee likee mhmmmm he isss cuteeeee . && my momma holla out ion kno wth yu looking at lol
+1	Whenn	whenn	ADV	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	seee	seee	VERB	_	_	_	_	_	ss=v.perception	*
+4	uglyy	uglyy	ADJ	_	_	_	_	_	_	*
+5	boys	boy	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	ADP	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	cutee	cutee	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	bee	bee	VERB	_	_	_	_	_	ss=v.stative	*
+14	likee	likee	SCONJ	_	_	_	_	_	_	*
+15	mhmmmm	mhmmmm	INTJ	_	_	_	_	_	_	*
+16	he	he	PRON	_	_	_	_	_	_	*
+17	isss	isss	VERB	_	_	_	_	_	ss=v.stative	*
+18	cuteeeee	cuteeeee	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	&&	&&	CCONJ	_	_	_	_	_	_	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	momma	momma	NOUN	_	_	_	_	_	ss=n.person	*
+23	holla	holla	VERB	_	_	_	_	_	ss=v.communication	1:X
+24	out	out	ADV	_	_	_	_	_	_	1
+25	ion	ion	PRON	_	_	_	_	_	_	*
+26	kno	kno	VERB	_	_	_	_	_	ss=v.cognition	*
+27	wth	wth	INTJ	_	_	_	_	_	_	*
+28	yu	yu	PRON	_	_	_	_	_	_	*
+29	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+30	at	at	ADP	_	_	_	_	_	_	*
+31	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.362
+# sent_counter = 262
+# text = RT @jaxlively : !!! RT @Cooliomandingo : Homework blows tf outta my day .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jaxlively	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+5	RT	rt	X	_	_	_	_	_	_	*
+6	@Cooliomandingo	@USER	X	_	_	_	_	_	_	*
+7	:	:	X	_	_	_	_	_	_	*
+8	Homework	homework	NOUN	_	_	_	_	_	ss=n.act	*
+9	blows	blow	VERB	_	_	_	_	_	ss=v.emotion	1:X
+10	tf	tf	NOUN	_	_	_	_	_	_	*
+11	outta	outta	ADP	_	_	_	_	_	_	1
+12	my	my	PRON	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-317
+# sent_counter = 263
+# text = The quality is amazing for only £ 0 .
+1	The	the	DET	_	_	_	_	_	_	*
+2	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	only	only	ADV	_	_	_	_	_	_	*
+7	£	£	X	_	_	_	_	_	_	*
+8	0	0	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-260
+# sent_counter = 264
+# text = In their Terms and Conditions , reference is made to bookings being subject to such a charge where applicable , but it is only at the final payment stage when this becomes visible .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	their	their	DET	_	_	_	_	_	_	*
+3	Terms	terms	NOUN	_	_	_	_	_	ss=n.communication	1:X
+4	and	and	CCONJ	_	_	_	_	_	_	1
+5	Conditions	conditions	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	reference	reference	NOUN	_	_	_	_	_	ss=n.communication	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	bookings	booking	NOUN	_	_	_	_	_	ss=n.act	*
+12	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	subject	subject	NOUN	_	_	_	_	_	_	2:X
+14	to	to	ADP	_	_	_	_	_	_	2
+15	such	such	ADJ	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	charge	charge	NOUN	_	_	_	_	_	ss=n.act	*
+18	where	where	ADV	_	_	_	_	_	_	*
+19	applicable	applicable	ADJ	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	only	only	ADV	_	_	_	_	_	_	*
+25	at	at	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	final	final	ADJ	_	_	_	_	_	ss=n.state	3:X
+28	payment	payment	NOUN	_	_	_	_	_	_	3
+29	stage	stage	NOUN	_	_	_	_	_	_	3
+30	when	when	ADV	_	_	_	_	_	_	*
+31	this	this	PRON	_	_	_	_	_	_	*
+32	becomes	become	VERB	_	_	_	_	_	ss=v.change	*
+33	visible	visible	ADJ	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.157
+# sent_counter = 265
+# text = @ImJustSar I know the feeling .
+1	@ImJustSar	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	feeling	feeling	NOUN	_	_	_	_	_	ss=n.feeling	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-99
+# sent_counter = 266
+# text = Hence , the change and I got £ 00 . 00 cashback off a new handset as I ' d spent £ 00 . 00 on groceries the previous day .
+1	Hence	hence	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	change	change	NOUN	_	_	_	_	_	ss=n.event	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+8	£	£	X	_	_	_	_	_	_	*
+9	00	00	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	00	00	NUM	_	_	_	_	_	_	*
+12	cashback	cashback	NOUN	_	_	_	_	_	ss=n.possession	*
+13	off	off	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	new	new	ADJ	_	_	_	_	_	_	*
+16	handset	handset	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	as	as	CCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	'	'	PART	_	_	_	_	_	_	*
+20	d	d	VERB	_	_	_	_	_	_	*
+21	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+22	£	£	X	_	_	_	_	_	_	*
+23	00	00	NUM	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	00	00	NUM	_	_	_	_	_	_	*
+26	on	on	ADP	_	_	_	_	_	_	*
+27	groceries	grocery	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	previous	previous	ADJ	_	_	_	_	_	_	*
+30	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.2
+# sent_counter = 267
+# text = And I always tell people that I do n't want to show up looking like a scientist .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	show	show	VERB	_	_	_	_	_	ss=v.motion	1:X
+13	up	up	ADP	_	_	_	_	_	_	1
+14	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	scientist	scientist	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.69
+# sent_counter = 268
+# text = “ @Iamyungsmilez BLUEROOM MAY 19TH FEMS FREE AND DRINK FREE TIL 11:30 $5 ALL NIGHT BEHIND WINN DIXIE ON PINEHILLS ROAD LEGGOOO ”
+1	“	“	PUNCT	_	_	_	_	_	_	*
+2	@Iamyungsmilez	@USER	X	_	_	_	_	_	_	*
+3	BLUEROOM	blueroom	PROPN	_	_	_	_	_	ss=n.group	*
+4	MAY	may	PROPN	_	_	_	_	_	ss=n.time	*
+5	19TH	NUMBER	NUM	_	_	_	_	_	_	*
+6	FEMS	fems	NOUN	_	_	_	_	_	ss=n.person	*
+7	FREE	free	ADJ	_	_	_	_	_	_	*
+8	AND	and	CCONJ	_	_	_	_	_	_	*
+9	DRINK	drink	NOUN	_	_	_	_	_	ss=n.food	*
+10	FREE	free	ADJ	_	_	_	_	_	_	*
+11	TIL	til	ADP	_	_	_	_	_	_	*
+12	11:30	NUMBER	NUM	_	_	_	_	_	_	*
+13	$5	NUMBER	NUM	_	_	_	_	_	_	*
+14	ALL	all	DET	_	_	_	_	_	_	*
+15	NIGHT	night	NOUN	_	_	_	_	_	ss=n.time	*
+16	BEHIND	behind	ADP	_	_	_	_	_	_	*
+17	WINN	winn	PROPN	_	_	_	_	_	ss=n.person	1:X
+18	DIXIE	dixie	PROPN	_	_	_	_	_	_	1
+19	ON	on	ADP	_	_	_	_	_	_	*
+20	PINEHILLS	pinehills	PROPN	_	_	_	_	_	ss=n.location	2:X
+21	ROAD	road	PROPN	_	_	_	_	_	_	2
+22	LEGGOOO	leggooo	VERB	_	_	_	_	_	_	*
+23	”	”	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.6
+# sent_counter = 269
+# text = For instance , me and my sister , when we were little , we would compete to see who could eat the most squirrel brains .
+1	For	for	ADP	_	_	_	_	_	_	1:X
+2	instance	instance	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	little	little	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	would	would	AUX	_	_	_	_	_	_	*
+16	compete	compete	VERB	_	_	_	_	_	ss=v.competition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+19	who	who	PRON	_	_	_	_	_	_	*
+20	could	could	AUX	_	_	_	_	_	_	*
+21	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	most	most	ADJ	_	_	_	_	_	_	*
+24	squirrel	squirrel	NOUN	_	_	_	_	_	ss=n.animal	2:X
+25	brains	brain	NOUN	_	_	_	_	_	_	2
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.433
+# sent_counter = 270
+# text = Whaddup pimpin ken . Ha !
+1	Whaddup	whaddup	INTJ	_	_	_	_	_	_	*
+2	pimpin	pimpin	ADJ	_	_	_	_	_	_	*
+3	ken	ken	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Ha	ha	INTJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.392
+# sent_counter = 271
+# text = RT @SayingsForGirls : He 's cute . He 's fine . He 's everything but mine .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SayingsForGirls	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	He	he	PRON	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	cute	cute	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	He	he	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	fine	fine	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	He	he	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	everything	everything	NOUN	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	mine	mine	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.7
+# sent_counter = 272
+# text = YB : Combination of windsurfing and skiing into this invention there .
+1	YB	yb	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Combination	combination	NOUN	_	_	_	_	_	ss=n.state	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	windsurfing	windsurfing	NOUN	_	_	_	_	_	ss=n.act	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	skiing	skiing	NOUN	_	_	_	_	_	ss=n.act	*
+8	into	into	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	invention	invention	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	there	there	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.233
+# sent_counter = 273
+# text = #NowPlaying Get Another Boyfriend of @backstreetboys
+1	#NowPlaying	#nowplaying	X	_	_	_	_	_	_	*
+2	Get	get	VERB	_	_	_	_	_	ss=n.communication	1:X
+3	Another	another	DET	_	_	_	_	_	_	1
+4	Boyfriend	boyfriend	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	*
+6	@backstreetboys	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.9
+# sent_counter = 274
+# text = Instead of talking about little green men , he talked about how the psyche of the Europeans had been traumatized by the war , and now they 're projecting flying saucers into the sky .
+1	Instead	instead	ADV	_	_	_	_	_	_	*
+2	of	of	SCONJ	_	_	_	_	_	_	*
+3	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	little	little	ADJ	_	_	_	_	_	ss=n.phenomenon	1:X
+6	green	green	ADJ	_	_	_	_	_	_	1
+7	men	men	NOUN	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	talked	talk	VERB	_	_	_	_	_	ss=v.communication	*
+11	about	about	SCONJ	_	_	_	_	_	_	*
+12	how	how	ADV	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	psyche	psyche	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Europeans	europeans	PROPN	_	_	_	_	_	ss=n.person	*
+18	had	have	AUX	_	_	_	_	_	_	*
+19	been	be	AUX	_	_	_	_	_	_	*
+20	traumatized	traumatize	VERB	_	_	_	_	_	ss=v.cognition	*
+21	by	by	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	war	war	NOUN	_	_	_	_	_	ss=n.act	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	now	now	ADV	_	_	_	_	_	_	*
+27	they	they	PRON	_	_	_	_	_	_	*
+28	're	're	AUX	_	_	_	_	_	_	*
+29	projecting	project	VERB	_	_	_	_	_	ss=v.cognition	*
+30	flying	fly	VERB	_	_	_	_	_	ss=n.phenomenon	2:X
+31	saucers	saucer	NOUN	_	_	_	_	_	_	2
+32	into	into	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	sky	sky	NOUN	_	_	_	_	_	ss=n.natural_object	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.9
+# sent_counter = 275
+# text = The common theme -- what makes it origami -- is folding is how we create the form .
+1	The	the	DET	_	_	_	_	_	_	*
+2	common	common	ADJ	_	_	_	_	_	_	*
+3	theme	theme	NOUN	_	_	_	_	_	ss=n.communication	*
+4	--	--	PUNCT	_	_	_	_	_	_	*
+5	what	what	DET	_	_	_	_	_	_	*
+6	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+9	--	--	PUNCT	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	folding	folding	NOUN	_	_	_	_	_	ss=n.process	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	how	how	ADV	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	create	create	VERB	_	_	_	_	_	ss=v.creation	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	form	form	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.389
+# sent_counter = 276
+# text = RT @MarcUn4gettable : i m either goin be the BEST or the WORST , but atleast i m #1 in your HEART at it ..
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MarcUn4gettable	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+6	either	either	CCONJ	_	_	_	_	_	_	*
+7	goin	goin	VERB	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	BEST	best	ADJ	_	_	_	_	_	_	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	WORST	worst	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	atleast	atleast	ADV	_	_	_	_	_	_	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+19	#1	NUMBER	NUM	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	your	your	PRON	_	_	_	_	_	_	*
+22	HEART	heart	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	at	at	ADP	_	_	_	_	_	_	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.394
+# sent_counter = 277
+# text = #FOLLOW us & #CHECKOUT the multi-talented Spanglish/Techno/Pop Singer/Model @LaniBoomBoom aka Lady Boom Boom http://t.co/370clluQ
+1	#FOLLOW	#follow	VERB	_	_	_	_	_	ss=v.social	*
+2	us	us	PRON	_	_	_	_	_	_	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	#CHECKOUT	#checkout	VERB	_	_	_	_	_	ss=v.cognition	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	multi-talented	multi-talented	ADJ	_	_	_	_	_	_	*
+7	Spanglish/Techno/Pop	spanglish/techno/pop	NOUN	_	_	_	_	_	ss=n.person	1:X
+8	Singer/Model	singer/model	NOUN	_	_	_	_	_	_	1
+9	@LaniBoomBoom	@USER	X	_	_	_	_	_	_	1
+10	aka	aka	X	_	_	_	_	_	_	*
+11	Lady	lady	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Boom	boom	PROPN	_	_	_	_	_	_	2
+13	Boom	boom	PROPN	_	_	_	_	_	_	2
+14	http://t.co/370clluQ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.159
+# sent_counter = 278
+# text = RT @georgelopez : I saw @JustinBieber : Never Say Never and here 's what I thought : http://t.co/Et7sGlB Viva El Biebs !!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@georgelopez	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+6	@JustinBieber	@USER	X	_	_	_	_	_	_	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	Never	never	PROPN	_	_	_	_	_	_	1:X
+9	Say	say	PROPN	_	_	_	_	_	_	1
+10	Never	never	PROPN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	here	here	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+17	:	:	PUNCT	_	_	_	_	_	_	*
+18	http://t.co/Et7sGlB	URL	X	_	_	_	_	_	_	*
+19	Viva	viva	X	_	_	_	_	_	_	*
+20	El	el	X	_	_	_	_	_	_	*
+21	Biebs	biebs	PROPN	_	_	_	_	_	ss=n.person	*
+22	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.77
+# sent_counter = 279
+# text = Is today thanks giving ? : L
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+3	thanks	thanks	PROPN	_	_	_	_	_	ss=n.event	1:X
+4	giving	giving	PROPN	_	_	_	_	_	_	1
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	:	EMOTICON	X	_	_	_	_	_	_	*
+7	L	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.6
+# sent_counter = 280
+# text = In fact they would never have thought of themselves as closed and set in their ways , as slow to respond to new challenges , as small and risk-averse .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	fact	fact	NOUN	_	_	_	_	_	_	1
+3	they	they	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	never	never	ADV	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	themselves	themselves	PRON	_	_	_	_	_	_	*
+10	as	as	ADP	_	_	_	_	_	_	*
+11	closed	closed	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	set	set	VERB	_	_	_	_	_	ss=n.state	2:X
+14	in	in	ADP	_	_	_	_	_	_	2
+15	their	their	PRON	_	_	_	_	_	_	*
+16	ways	ways	NOUN	_	_	_	_	_	_	2
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	as	as	ADP	_	_	_	_	_	_	*
+19	slow	slow	ADJ	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	respond	respond	VERB	_	_	_	_	_	ss=v.change	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	new	new	ADJ	_	_	_	_	_	_	*
+24	challenges	challenge	NOUN	_	_	_	_	_	ss=n.state	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	as	as	ADP	_	_	_	_	_	_	*
+27	small	small	ADJ	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	risk-averse	risk-averse	ADJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-173
+# sent_counter = 281
+# text = 0 days later I received a marketing email from them .
+1	0	0	NUM	_	_	_	_	_	_	*
+2	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	received	receive	VERB	_	_	_	_	_	ss=v.change	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	marketing	marketing	NOUN	_	_	_	_	_	ss=n.communication	1:X
+8	email	email	NOUN	_	_	_	_	_	_	1
+9	from	from	ADP	_	_	_	_	_	_	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-153
+# sent_counter = 282
+# text = Their website works very well .
+1	Their	their	DET	_	_	_	_	_	_	*
+2	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+3	works	work	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	well	well	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.436
+# sent_counter = 283
+# text = I 'm following just about anyone who follows me , but if you DM me afterwards trying to promote your stuff , I 'll unfollow . Thank you .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	following	follow	VERB	_	_	_	_	_	ss=v.social	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	about	about	ADV	_	_	_	_	_	_	*
+6	anyone	anyone	PRON	_	_	_	_	_	_	*
+7	who	who	PRON	_	_	_	_	_	_	*
+8	follows	follow	VERB	_	_	_	_	_	ss=v.social	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	DM	dm	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	afterwards	afterwards	ADV	_	_	_	_	_	_	*
+17	trying	try	VERB	_	_	_	_	_	ss=v.cognition	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	promote	promote	VERB	_	_	_	_	_	ss=v.cognition	*
+20	your	your	PRON	_	_	_	_	_	_	*
+21	stuff	stuff	NOUN	_	_	_	_	_	ss=n.other	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	'll	'll	AUX	_	_	_	_	_	_	*
+25	unfollow	unfollow	VERB	_	_	_	_	_	ss=v.social	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	Thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.406
+# sent_counter = 284
+# text = I had my old Bitch go bck 2 School 2 get her Masters ...
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	old	old	ADJ	_	_	_	_	_	ss=n.person	1:X
+5	Bitch	bitch	NOUN	_	_	_	_	_	_	1
+6	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	bck	bck	ADV	_	_	_	_	_	_	*
+8	2	2	ADP	_	_	_	_	_	_	*
+9	School	school	NOUN	_	_	_	_	_	ss=n.group	*
+10	2	2	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+12	her	her	PRON	_	_	_	_	_	_	*
+13	Masters	masters	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.467
+# sent_counter = 285
+# text = boom like an 808
+1	boom	boom	VERB	_	_	_	_	_	ss=v.perception	*
+2	like	like	ADP	_	_	_	_	_	_	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	808	808	PROPN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.68
+# sent_counter = 286
+# text = RT @3xOscar : Fucking @MargaritaAlexis is louder than an group of barking dogs .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@3xOscar	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Fucking	fucking	ADJ	_	_	_	_	_	_	*
+5	@MargaritaAlexis	@USER	X	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	louder	loud	ADJ	_	_	_	_	_	_	*
+8	than	than	ADP	_	_	_	_	_	_	*
+9	an	an	DET	_	_	_	_	_	_	*
+10	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	barking	bark	VERB	_	_	_	_	_	ss=v.perception	*
+13	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-339
+# sent_counter = 287
+# text = Prices are not much cheaper than other places to be honest .
+1	Prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	much	much	ADV	_	_	_	_	_	_	*
+5	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+6	than	than	ADP	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	to	to	PART	_	_	_	_	_	_	1:X
+10	be	be	VERB	_	_	_	_	_	_	1
+11	honest	honest	ADJ	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.272
+# sent_counter = 288
+# text = @FcknnMerissaa_ how ??!
+1	@FcknnMerissaa_	@USER	X	_	_	_	_	_	_	*
+2	how	how	ADV	_	_	_	_	_	_	*
+3	??!	??!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.429
+# sent_counter = 289
+# text = is all about Pennsylvania Polka by Lawrence Welk
+1	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	Pennsylvania	pennsylvania	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Polka	polka	PROPN	_	_	_	_	_	_	1
+6	by	by	ADP	_	_	_	_	_	_	*
+7	Lawrence	lawrence	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Welk	welk	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.1
+# sent_counter = 290
+# text = This is actually a painting that hangs at the Countway Library at Harvard Medical School .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	actually	actually	ADV	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	painting	painting	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	hangs	hang	VERB	_	_	_	_	_	ss=v.contact	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Countway	countway	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Library	library	PROPN	_	_	_	_	_	_	1
+12	at	at	ADP	_	_	_	_	_	_	*
+13	Harvard	harvard	PROPN	_	_	_	_	_	ss=n.group	2:X
+14	Medical	medical	PROPN	_	_	_	_	_	_	2
+15	School	school	PROPN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-42
+# sent_counter = 291
+# text = Never seem to get them at low prices .
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	seem	seem	VERB	_	_	_	_	_	ss=v.perception	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	low	low	ADJ	_	_	_	_	_	_	*
+8	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.500
+# sent_counter = 292
+# text = @alaxico lmfao that different
+1	@alaxico	@USER	X	_	_	_	_	_	_	*
+2	lmfao	lmfao	INTJ	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	different	different	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.99
+# sent_counter = 293
+# text = @ScarletAblettx #YNWA best wishes at this sad time
+1	@ScarletAblettx	@USER	X	_	_	_	_	_	_	*
+2	#YNWA	#ynwa	X	_	_	_	_	_	_	*
+3	best	best	ADJ	_	_	_	_	_	_	*
+4	wishes	wish	NOUN	_	_	_	_	_	ss=n.feeling	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	sad	sad	ADJ	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.387
+# sent_counter = 294
+# text = @PrettyNpaidCEO right ..
+1	@PrettyNpaidCEO	@USER	X	_	_	_	_	_	_	*
+2	right	right	INTJ	_	_	_	_	_	_	*
+3	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.415
+# sent_counter = 295
+# text = @DomsWildThings OOooo you made my head spin with that one ! You are such a cheeky studmuffin !
+1	@DomsWildThings	@USER	X	_	_	_	_	_	_	*
+2	OOooo	ooooo	INTJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	head	head	NOUN	_	_	_	_	_	ss=n.body	*
+7	spin	spin	VERB	_	_	_	_	_	ss=v.cognition	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	one	one	NOUN	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	You	you	PRON	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	such	such	ADJ	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	cheeky	cheeky	ADJ	_	_	_	_	_	_	*
+17	studmuffin	studmuffin	NOUN	_	_	_	_	_	ss=n.person	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.328
+# sent_counter = 296
+# text = @eleven26am naw naw i ma have to lock up w his ass lol but she 's eating as usual 
+1	@eleven26am	@USER	X	_	_	_	_	_	_	*
+2	naw	naw	INTJ	_	_	_	_	_	_	*
+3	naw	naw	INTJ	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	ma	ma	AUX	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	_	1:X
+7	to	to	ADP	_	_	_	_	_	_	1
+8	lock	lock	VERB	_	_	_	_	_	ss=v.contact	2:X
+9	up	up	ADP	_	_	_	_	_	_	2
+10	w	w	ADP	_	_	_	_	_	_	*
+11	his	his	PRON	_	_	_	_	_	_	*
+12	ass	ass	NOUN	_	_	_	_	_	ss=n.body	*
+13	lol	lol	INTJ	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	she	she	PRON	_	_	_	_	_	_	*
+16	's	's	AUX	_	_	_	_	_	_	*
+17	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+18	as	as	ADP	_	_	_	_	_	_	*
+19	usual	usual	ADJ	_	_	_	_	_	_	*
+20			PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-174
+# sent_counter = 297
+# text = Turned up at 0 . 00am at the fitting garage , local to me , had 0 tyres fitted and out the door by 0am .
+1	Turned	turn	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	up	up	PART	_	_	_	_	_	_	1
+3	at	at	ADP	_	_	_	_	_	_	*
+4	0	0	NUM	_	_	_	_	_	ss=n.time	2:X
+5	.	.	PUNCT	_	_	_	_	_	_	2
+6	00am	00am	NOUN	_	_	_	_	_	_	2
+7	at	at	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	fitting	fitting	ADJ	_	_	_	_	_	ss=n.location	3:X
+10	garage	garage	NOUN	_	_	_	_	_	_	3
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	local	local	ADJ	_	_	_	_	_	_	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.change	*
+17	0	0	NUM	_	_	_	_	_	_	*
+18	tyres	tyre	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	fitted	fit	VERB	_	_	_	_	_	ss=v.contact	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	out	out	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	by	by	ADP	_	_	_	_	_	_	*
+25	0am	0am	NOUN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.422
+# sent_counter = 298
+# text = @CaliforniaVixen lmao I was waiting for u to say something after the barely pulled it out ....... they still weak as hell tho lol
+1	@CaliforniaVixen	@USER	X	_	_	_	_	_	_	*
+2	lmao	lmao	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	u	u	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	something	something	NOUN	_	_	_	_	_	_	*
+11	after	after	SCONJ	_	_	_	_	_	_	*
+12	the	the	PRON	_	_	_	_	_	_	*
+13	barely	barely	ADV	_	_	_	_	_	_	*
+14	pulled	pull	VERB	_	_	_	_	_	ss=v.contact	1:X
+15	it	it	PRON	_	_	_	_	_	_	*
+16	out	out	ADP	_	_	_	_	_	_	1
+17	.......	.......	PUNCT	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	still	still	ADV	_	_	_	_	_	_	*
+20	weak	weak	ADJ	_	_	_	_	_	_	*
+21	as	as	ADP	_	_	_	_	_	_	*
+22	hell	hell	NOUN	_	_	_	_	_	ss=n.location	*
+23	tho	tho	ADV	_	_	_	_	_	_	*
+24	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-50
+# sent_counter = 299
+# text = on the 00th December we ordered a piano stool for my sons birthday ( 0st Jan ).
+1	on	on	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	00th	00th	ADJ	_	_	_	_	_	_	*
+4	December	december	NOUN	_	_	_	_	_	ss=n.time	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	piano	piano	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	stool	stool	NOUN	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	my	my	DET	_	_	_	_	_	_	*
+12	sons	son	NOUN	_	_	_	_	_	ss=n.person	*
+13	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	0st	0st	ADJ	_	_	_	_	_	_	*
+16	Jan	jan	NOUN	_	_	_	_	_	ss=n.time	*
+17	).	).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.8
+# sent_counter = 300
+# text = I felt like anyone could do that .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	anyone	anyone	NOUN	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-314
+# sent_counter = 301
+# text = Then I discovered their free home trial service !
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	discovered	discover	VERB	_	_	_	_	_	ss=v.cognition	*
+4	their	their	DET	_	_	_	_	_	_	*
+5	free	free	ADJ	_	_	_	_	_	_	*
+6	home	home	NOUN	_	_	_	_	_	ss=n.act	1:X
+7	trial	trial	NOUN	_	_	_	_	_	_	1
+8	service	service	NOUN	_	_	_	_	_	_	1
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.88
+# sent_counter = 302
+# text = @jlock4820 Brand New macbook with zero cost www.slop.in/qrvd
+1	@jlock4820	@USER	X	_	_	_	_	_	_	*
+2	Brand	brand	ADV	_	_	_	_	_	_	1:X
+3	New	new	ADJ	_	_	_	_	_	_	1
+4	macbook	macbook	PROPN	_	_	_	_	_	ss=n.artifact	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	zero	NUMBER	NUM	_	_	_	_	_	_	*
+7	cost	cost	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	www.slop.in/qrvd	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.85
+# sent_counter = 303
+# text = RT @VINNYGUADAGNINO : There 's a valuable lessen to be learned here kids . When things get rough ... .. buy a stripper pole #Jerzathon
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@VINNYGUADAGNINO	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	There	there	PRON	_	_	_	_	_	_	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	valuable	valuable	ADJ	_	_	_	_	_	_	*
+8	lessen	lessen	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	learned	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	When	when	ADV	_	_	_	_	_	_	*
+16	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+17	get	get	VERB	_	_	_	_	_	ss=v.change	*
+18	rough	rough	ADJ	_	_	_	_	_	_	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	..	..	PUNCT	_	_	_	_	_	_	*
+21	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	stripper	stripper	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+24	pole	pole	NOUN	_	_	_	_	_	_	1
+25	#Jerzathon	#jerzathon	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-19
+# sent_counter = 304
+# text = This service can carry larger and heavier parcels , but is not suitable for pallets .
+1	This	this	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	carry	carry	VERB	_	_	_	_	_	ss=v.contact	*
+5	larger	larger	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	heavier	heavy	ADJ	_	_	_	_	_	_	*
+8	parcels	parcel	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	suitable	suitable	ADJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	pallets	pallet	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.285
+# sent_counter = 305
+# text = Guess Who " American Woman "
+1	Guess	guess	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	Who	who	PRON	_	_	_	_	_	_	1
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	American	american	PROPN	_	_	_	_	_	ss=n.person	2:X
+5	Woman	woman	NOUN	_	_	_	_	_	_	2
+6	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.399
+# sent_counter = 306
+# text = Goodnight everyone ... <33 ://
+1	Goodnight	goodnight	INTJ	_	_	_	_	_	_	*
+2	everyone	everyone	NOUN	_	_	_	_	_	_	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	<33	EMOTICON	X	_	_	_	_	_	_	*
+5	://	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.9
+# sent_counter = 307
+# text = All of these peoples teach us that there are other ways of being , other ways of thinking , other ways of orienting yourself in the Earth .
+1	All	all	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	these	these	DET	_	_	_	_	_	_	*
+4	peoples	peoples	NOUN	_	_	_	_	_	ss=n.group	*
+5	teach	teach	VERB	_	_	_	_	_	ss=v.communication	*
+6	us	us	PRON	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	there	there	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	other	other	ADJ	_	_	_	_	_	_	*
+11	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	being	being	NOUN	_	_	_	_	_	ss=n.state	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	other	other	ADJ	_	_	_	_	_	_	*
+16	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	thinking	thinking	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	other	other	ADJ	_	_	_	_	_	_	*
+21	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	of	of	SCONJ	_	_	_	_	_	_	*
+23	orienting	orient	VERB	_	_	_	_	_	ss=v.cognition	*
+24	yourself	yourself	PRON	_	_	_	_	_	_	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	Earth	earth	NOUN	_	_	_	_	_	ss=n.natural_object	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.116
+# sent_counter = 308
+# text = Givin out Back shots
+1	Givin	givin	VERB	_	_	_	_	_	ss=v.social	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	Back	back	NOUN	_	_	_	_	_	ss=n.body	2:X
+4	shots	shot	NOUN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-329
+# sent_counter = 309
+# text = Would not use again .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	not	not	ADV	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.167
+# sent_counter = 310
+# text = http://www.youtube.com/watch?v=DnrAJgkOG3w @justinbieber look what i made ?
+1	http://www.youtube.com/watch?v=DnrAJgkOG3w	URL	X	_	_	_	_	_	_	*
+2	@justinbieber	@USER	X	_	_	_	_	_	_	*
+3	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-215
+# sent_counter = 311
+# text = Would still have no hesitation about booking Resort Hoppa for our next holiday in June and again after that .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	still	still	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	hesitation	hesitation	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	booking	book	VERB	_	_	_	_	_	ss=v.communication	*
+8	Resort	resort	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Hoppa	hoppa	PROPN	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	our	our	DET	_	_	_	_	_	_	*
+12	next	next	ADJ	_	_	_	_	_	_	*
+13	holiday	holiday	NOUN	_	_	_	_	_	ss=n.event	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	June	june	NOUN	_	_	_	_	_	ss=n.time	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	again	again	ADV	_	_	_	_	_	_	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	that	that	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.2
+# sent_counter = 312
+# text = We 're looking at many , many gigabytes of digital photos here and kind of seamlessly and continuously zooming in , panning through the thing , rearranging it in any way we want .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	're	're	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	many	many	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	gigabytes	gigabyte	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	digital	digital	ADJ	_	_	_	_	_	_	*
+11	photos	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	kind	kind	ADV	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	seamlessly	seamlessly	NOUN	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	continuously	continuously	ADJ	_	_	_	_	_	_	*
+19	zooming	zooming	NOUN	_	_	_	_	_	_	1:X
+20	in	in	ADV	_	_	_	_	_	_	1
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	panning	panning	NOUN	_	_	_	_	_	_	2:X
+23	through	through	ADP	_	_	_	_	_	_	2
+24	the	the	DET	_	_	_	_	_	_	*
+25	thing	thing	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	rearranging	rearrange	VERB	_	_	_	_	_	ss=v.change	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	in	in	ADP	_	_	_	_	_	_	*
+30	any	any	DET	_	_	_	_	_	_	*
+31	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+32	we	we	PRON	_	_	_	_	_	_	*
+33	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.498
+# sent_counter = 313
+# text = RT @paigemontojo : Flyboys ! James franco do n't die , I love you !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@paigemontojo	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Flyboys	flyboys	NOUN	_	_	_	_	_	ss=n.person	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	James	james	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	franco	franco	PROPN	_	_	_	_	_	_	1
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	die	die	VERB	_	_	_	_	_	ss=v.body	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-77
+# sent_counter = 314
+# text = one week before Christmas .
+1	one	one	NUM	_	_	_	_	_	_	*
+2	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+3	before	before	ADP	_	_	_	_	_	_	*
+4	Christmas	christmas	NOUN	_	_	_	_	_	ss=n.event	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-30
+# sent_counter = 315
+# text = However would prefer , where possible , to travel with jet0 every time .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	prefer	prefer	VERB	_	_	_	_	_	ss=v.emotion	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	where	where	ADV	_	_	_	_	_	_	*
+6	possible	possible	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	travel	travel	VERB	_	_	_	_	_	ss=v.motion	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	jet0	jet0	NOUN	_	_	_	_	_	ss=n.group	*
+12	every	every	DET	_	_	_	_	_	_	*
+13	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.448
+# sent_counter = 316
+# text = FREAKY LIKE MY LADY PYRAMID
+1	FREAKY	freaky	ADJ	_	_	_	_	_	_	*
+2	LIKE	like	ADP	_	_	_	_	_	_	*
+3	MY	my	PRON	_	_	_	_	_	_	*
+4	LADY	lady	NOUN	_	_	_	_	_	ss=n.person	1:X
+5	PYRAMID	pyramid	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-18
+# sent_counter = 317
+# text = I ordered some flea spray , at a very reasonable price , and the product arrived next day .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	flea	flea	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	spray	spray	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+17	next	next	ADJ	_	_	_	_	_	_	*
+18	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-94
+# sent_counter = 318
+# text = I called customer service which is a premium rate number costing me £ 0 . 00 only to be told OH YES ITS BEEN DOING IT A LOT TODAY but nothing we can do to help you as you don ’ t have a order number .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.communication	1:X
+4	service	service	NOUN	_	_	_	_	_	_	1
+5	which	which	PRON	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	premium	premium	NOUN	_	_	_	_	_	ss=n.communication	2:X
+9	rate	rate	NOUN	_	_	_	_	_	_	2
+10	number	number	NOUN	_	_	_	_	_	_	2
+11	costing	cost	VERB	_	_	_	_	_	ss=v.stative	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	£	£	X	_	_	_	_	_	_	*
+14	0	0	NUM	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	00	00	NUM	_	_	_	_	_	_	*
+17	only	only	ADV	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	be	be	AUX	_	_	_	_	_	_	*
+20	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+21	OH	oh	X	_	_	_	_	_	_	*
+22	YES	yes	PART	_	_	_	_	_	_	*
+23	ITS	its	PRON	_	_	_	_	_	_	*
+24	BEEN	be	AUX	_	_	_	_	_	_	*
+25	DOING	do	VERB	_	_	_	_	_	ss=v.stative	*
+26	IT	it	PRON	_	_	_	_	_	_	*
+27	A	a	DET	_	_	_	_	_	_	*
+28	LOT	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+29	TODAY	today	ADV	_	_	_	_	_	_	*
+30	but	but	CCONJ	_	_	_	_	_	_	*
+31	nothing	nothing	NOUN	_	_	_	_	_	ss=n.state	*
+32	we	we	PRON	_	_	_	_	_	_	*
+33	can	can	AUX	_	_	_	_	_	_	*
+34	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+35	to	to	PART	_	_	_	_	_	_	*
+36	help	help	VERB	_	_	_	_	_	ss=v.social	*
+37	you	you	PRON	_	_	_	_	_	_	*
+38	as	as	CCONJ	_	_	_	_	_	_	*
+39	you	you	PRON	_	_	_	_	_	_	*
+40	don	don	AUX	_	_	_	_	_	_	*
+41	’	’	PART	_	_	_	_	_	_	*
+42	t	t	PART	_	_	_	_	_	_	*
+43	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+44	a	a	DET	_	_	_	_	_	_	*
+45	order	order	NOUN	_	_	_	_	_	ss=n.communication	3:X
+46	number	number	NOUN	_	_	_	_	_	_	3
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.209
+# sent_counter = 319
+# text = @ViRiDiS68 ha ! I 'm gonna go with yes
+1	@ViRiDiS68	@USER	X	_	_	_	_	_	_	*
+2	ha	ha	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	AUX	_	_	_	_	_	_	*
+6	gonna	gonna	AUX	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	with	with	ADP	_	_	_	_	_	_	1
+9	yes	yes	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.125
+# sent_counter = 320
+# text = RT @xBiebers_Worldx : RT for a shoutout ♥
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@xBiebers_Worldx	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	RT	rt	VERB	_	_	_	_	_	ss=v.communication	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	shoutout	shoutout	NOUN	_	_	_	_	_	ss=n.communication	*
+8	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.171
+# sent_counter = 321
+# text = @d_daniels : If a player wins his first match , then loses in the second round that 's a t-17 , technically . Does that count as top-25 ?
+1	@d_daniels	@USER	X	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	If	if	SCONJ	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	player	player	NOUN	_	_	_	_	_	ss=n.person	*
+6	wins	win	VERB	_	_	_	_	_	ss=v.competition	*
+7	his	his	PRON	_	_	_	_	_	_	*
+8	first	first	ADJ	_	_	_	_	_	_	*
+9	match	match	NOUN	_	_	_	_	_	ss=n.act	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	then	then	ADV	_	_	_	_	_	_	*
+12	loses	lose	VERB	_	_	_	_	_	ss=v.competition	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	second	second	ADJ	_	_	_	_	_	_	*
+16	round	round	NOUN	_	_	_	_	_	ss=n.act	*
+17	that	that	PRON	_	_	_	_	_	_	*
+18	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	t-17	NUMBER	NUM	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	technically	technically	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	Does	do	AUX	_	_	_	_	_	_	*
+25	that	that	PRON	_	_	_	_	_	_	*
+26	count	count	VERB	_	_	_	_	_	ss=v.cognition	*
+27	as	as	ADV	_	_	_	_	_	_	*
+28	top-25	top-25	ADJ	_	_	_	_	_	_	*
+29	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.461
+# sent_counter = 322
+# text = I love you more than songs can say .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	more	more	ADJ	_	_	_	_	_	_	*
+5	than	than	SCONJ	_	_	_	_	_	_	*
+6	songs	song	NOUN	_	_	_	_	_	ss=n.communication	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.122
+# sent_counter = 323
+# text = Tessa really stole all then people 's food .
+1	Tessa	tessa	PROPN	_	_	_	_	_	ss=n.person	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	stole	steal	VERB	_	_	_	_	_	ss=v.possession	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	then	then	DET	_	_	_	_	_	_	*
+6	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+7	's	's	PART	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.451
+# sent_counter = 324
+# text = @rainbowsora wait a sec ... how late do you eat ?!? It 's like dinnertime here !
+1	@rainbowsora	@USER	X	_	_	_	_	_	_	*
+2	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	sec	sec	NOUN	_	_	_	_	_	ss=n.time	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	late	late	ADJ	_	_	_	_	_	_	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+11	?!?	?!?	PUNCT	_	_	_	_	_	_	*
+12	It	it	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	like	like	ADV	_	_	_	_	_	_	*
+15	dinnertime	dinnertime	NOUN	_	_	_	_	_	ss=n.time	*
+16	here	here	ADV	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-273
+# sent_counter = 325
+# text = so impressed with the service
+1	so	so	ADV	_	_	_	_	_	_	*
+2	impressed	impressed	ADJ	_	_	_	_	_	_	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-208
+# sent_counter = 326
+# text = Both items were easy to order using the on line system .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	were	be	AUX	_	_	_	_	_	_	*
+4	easy	easy	ADV	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+7	using	use	VERB	_	_	_	_	_	ss=v.cognition	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	on	on	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+10	line	line	NOUN	_	_	_	_	_	_	1
+11	system	system	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.356
+# sent_counter = 327
+# text = RT @FayePalmerNews : Exclusive picture of @FayePalmer_BB and Jay 's mum Sue ! http://t.co/rJHLPRrj
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@FayePalmerNews	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Exclusive	exclusive	ADJ	_	_	_	_	_	_	*
+5	picture	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	@FayePalmer_BB	@USER	X	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	Jay	jay	PROPN	_	_	_	_	_	ss=n.person	*
+10	's	's	PART	_	_	_	_	_	_	*
+11	mum	mum	NOUN	_	_	_	_	_	ss=n.person	*
+12	Sue	sue	PROPN	_	_	_	_	_	ss=n.person	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	http://t.co/rJHLPRrj	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-275
+# sent_counter = 328
+# text = Postage cost was quite high for the item ( a pair of socks ) but I would definitely use again .
+1	Postage	postage	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+2	cost	cost	NOUN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	quite	quite	ADV	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	pair	pair	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+12	of	of	ADP	_	_	_	_	_	_	2
+13	socks	sock	NOUN	_	_	_	_	_	_	2
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	would	would	VERB	_	_	_	_	_	_	*
+18	definitely	definitely	ADV	_	_	_	_	_	_	*
+19	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+20	again	again	ADV	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-100
+# sent_counter = 329
+# text = I had a parcel to send that was 0 . 0 metres long ( a spinnaker pole ) and weighed 0 kilos .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	parcel	parcel	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	0	0	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	0	0	NUM	_	_	_	_	_	_	*
+12	metres	metre	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	long	long	ADJ	_	_	_	_	_	_	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	spinnaker	spinnaker	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+17	pole	pole	NOUN	_	_	_	_	_	_	1
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	weighed	weigh	VERB	_	_	_	_	_	ss=v.stative	*
+21	0	0	NUM	_	_	_	_	_	_	*
+22	kilos	kilo	NOUN	_	_	_	_	_	ss=n.quantity	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.7
+# sent_counter = 330
+# text = And they lived away then .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	lived	live	VERB	_	_	_	_	_	ss=v.stative	*
+4	away	away	ADV	_	_	_	_	_	_	*
+5	then	then	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.269
+# sent_counter = 331
+# text = ; i dk why ... but ifeel like talkin dirty O_o
+1	;	;	PUNCT	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	dk	dk	VERB	_	_	_	_	_	ss=v.cognition	*
+4	why	why	ADV	_	_	_	_	_	_	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	ifeel	ifeel	VERB	_	_	_	_	_	ss=v.emotion	1:X
+8	like	like	SCONJ	_	_	_	_	_	_	1
+9	talkin	talkin	VERB	_	_	_	_	_	ss=v.communication	2:X
+10	dirty	dirty	ADJ	_	_	_	_	_	_	2
+11	O_o	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.179
+# sent_counter = 332
+# text = It kinda feels like a junk food kinda day . Good thing I am planning some time with my friend , Jillian Michaels , tonight
+1	It	it	PRON	_	_	_	_	_	_	*
+2	kinda	kinda	ADV	_	_	_	_	_	_	*
+3	feels	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	junk	junk	NOUN	_	_	_	_	_	ss=n.food	1:X
+7	food	food	NOUN	_	_	_	_	_	_	1
+8	kinda	kinda	X	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Good	good	ADJ	_	_	_	_	_	_	*
+12	thing	thing	NOUN	_	_	_	_	_	ss=n.state	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	am	be	AUX	_	_	_	_	_	_	*
+15	planning	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+16	some	some	DET	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	Jillian	jillian	PROPN	_	_	_	_	_	ss=n.person	2:X
+23	Michaels	michaels	PROPN	_	_	_	_	_	_	2
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	tonight	tonight	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.98
+# sent_counter = 333
+# text = Nobody cares about watch did in 2011 !
+1	Nobody	nobody	NOUN	_	_	_	_	_	_	*
+2	cares	care	VERB	_	_	_	_	_	ss=v.emotion	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	watch	watch	PRON	_	_	_	_	_	_	*
+5	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	2011	NUMBER	NUM	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.456
+# sent_counter = 334
+# text = @BettyMcSweets that hurts !
+1	@BettyMcSweets	@USER	X	_	_	_	_	_	_	*
+2	that	that	PRON	_	_	_	_	_	_	*
+3	hurts	hurt	VERB	_	_	_	_	_	ss=v.cognition	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-49
+# sent_counter = 335
+# text = They said it was a picking error and sent them out the next day , so I had to wait in for delivery the second time .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	picking	picking	NOUN	_	_	_	_	_	ss=n.act	1:X
+7	error	error	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	sent	send	VERB	_	_	_	_	_	ss=v.motion	2:X
+10	them	them	PRON	_	_	_	_	_	_	*
+11	out	out	PART	_	_	_	_	_	_	2
+12	the	the	DET	_	_	_	_	_	_	*
+13	next	next	ADJ	_	_	_	_	_	_	*
+14	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	had	have	AUX	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	wait	wait	VERB	_	_	_	_	_	ss=v.stative	3:X
+21	in	in	ADP	_	_	_	_	_	_	3
+22	for	for	ADP	_	_	_	_	_	_	*
+23	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	second	second	ADJ	_	_	_	_	_	_	*
+26	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-52
+# sent_counter = 336
+# text = wonder if the person parking it was really tall and had a bit of a sleep in it ??
+1	wonder	wonder	VERB	_	_	_	_	_	ss=v.cognition	*
+2	if	if	CCONJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	parking	park	VERB	_	_	_	_	_	ss=v.motion	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	really	really	ADV	_	_	_	_	_	_	*
+9	tall	tall	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.change	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	sleep	sleep	NOUN	_	_	_	_	_	ss=n.body	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-145
+# sent_counter = 337
+# text = We didn ' t have to fill up at all , and had a small amount left in the tank when we dropped off , having driven around 000km .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	didn	didn	VERB	_	_	_	_	_	_	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	fill	fill	VERB	_	_	_	_	_	ss=v.change	1:X
+8	up	up	PART	_	_	_	_	_	_	1
+9	at	at	ADP	_	_	_	_	_	_	*
+10	all	all	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	small	small	ADJ	_	_	_	_	_	_	*
+16	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	left	left	ADJ	_	_	_	_	_	_	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	tank	tank	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	when	when	ADV	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	dropped	drop	VERB	_	_	_	_	_	ss=v.motion	2:X
+24	off	off	PART	_	_	_	_	_	_	2
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	having	have	AUX	_	_	_	_	_	_	*
+27	driven	drive	VERB	_	_	_	_	_	ss=v.motion	*
+28	around	around	ADV	_	_	_	_	_	_	*
+29	000km	000km	NOUN	_	_	_	_	_	ss=n.quantity	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.315
+# sent_counter = 338
+# text = Feelin like poop ..
+1	Feelin	feelin	VERB	_	_	_	_	_	ss=v.stative	*
+2	like	like	ADP	_	_	_	_	_	_	*
+3	poop	poop	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.5
+# sent_counter = 339
+# text = It mixed with my earlier passion for drawing , but it was a bit different , because using the camera , the process was in the planning instead .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	mixed	mix	VERB	_	_	_	_	_	ss=v.change	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	earlier	earlier	ADJ	_	_	_	_	_	_	*
+6	passion	passion	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	drawing	drawing	NOUN	_	_	_	_	_	ss=n.act	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	different	different	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	because	because	SCONJ	_	_	_	_	_	_	*
+18	using	use	VERB	_	_	_	_	_	ss=v.contact	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	camera	camera	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	planning	planning	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	instead	instead	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-285
+# sent_counter = 340
+# text = I bought a shield for my " new " ipad mini from Extreme because the actual cost of the Apple one on sale everywhere was almost double the price that Extreme charge and they also give two screen savers and a clear back for the ipad .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	shield	shield	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	my	my	DET	_	_	_	_	_	_	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	new	new	ADJ	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	ipad	ipad	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	mini	mini	NOUN	_	_	_	_	_	_	1
+12	from	from	ADP	_	_	_	_	_	_	*
+13	Extreme	extreme	NOUN	_	_	_	_	_	ss=n.group	*
+14	because	because	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	actual	actual	ADJ	_	_	_	_	_	_	*
+17	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	Apple	apple	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	one	one	PRON	_	_	_	_	_	_	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	sale	sale	NOUN	_	_	_	_	_	ss=n.act	*
+24	everywhere	everywhere	ADV	_	_	_	_	_	_	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	almost	almost	ADV	_	_	_	_	_	_	*
+27	double	double	NOUN	_	_	_	_	_	ss=n.attribute	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+30	that	that	PRON	_	_	_	_	_	_	*
+31	Extreme	extreme	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	they	they	PRON	_	_	_	_	_	_	*
+35	also	also	ADV	_	_	_	_	_	_	*
+36	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+37	two	two	NUM	_	_	_	_	_	_	*
+38	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+39	savers	saver	NOUN	_	_	_	_	_	_	2
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	a	a	DET	_	_	_	_	_	_	*
+42	clear	clear	ADJ	_	_	_	_	_	ss=n.artifact	3:X
+43	back	back	NOUN	_	_	_	_	_	_	3
+44	for	for	ADP	_	_	_	_	_	_	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	ipad	ipad	NOUN	_	_	_	_	_	ss=n.artifact	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.388
+# sent_counter = 341
+# text = jelena is still annoying af .
+1	jelena	jelena	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	still	still	ADV	_	_	_	_	_	_	*
+4	annoying	annoying	ADJ	_	_	_	_	_	_	*
+5	af	af	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.82
+# sent_counter = 342
+# text = First serious attack by Philadelphia , but the Timber s D got the ball out .
+1	First	first	ADJ	_	_	_	_	_	_	*
+2	serious	serious	ADJ	_	_	_	_	_	_	*
+3	attack	attack	NOUN	_	_	_	_	_	ss=n.act	*
+4	by	by	ADP	_	_	_	_	_	_	*
+5	Philadelphia	philadelphia	PROPN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Timber	timber	PROPN	_	_	_	_	_	ss=n.person	1:X
+10	s	s	PART	_	_	_	_	_	_	1
+11	D	d	NOUN	_	_	_	_	_	_	1
+12	got	get	VERB	_	_	_	_	_	ss=v.contact	2:X
+13	the	the	DET	_	_	_	_	_	_	*
+14	ball	ball	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	out	out	ADJ	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.96
+# sent_counter = 343
+# text = @igctrance wow ! O.o
+1	@igctrance	@USER	X	_	_	_	_	_	_	*
+2	wow	wow	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	O.o	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.182
+# sent_counter = 344
+# text = David Mitchell 's Immersive Reading Room , the " ultimate environment " to enjoy Thousand Autumns : http://is.gd/4y40Ht /via @PD_Smith
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Mitchell	mitchell	PROPN	_	_	_	_	_	_	1
+3	's	's	PART	_	_	_	_	_	_	1
+4	Immersive	immersive	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+5	Reading	read	VERB	_	_	_	_	_	_	2
+6	Room	room	NOUN	_	_	_	_	_	_	2
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	ultimate	ultimate	ADJ	_	_	_	_	_	_	*
+11	environment	environment	NOUN	_	_	_	_	_	ss=n.state	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+15	Thousand	thousand	PROPN	_	_	_	_	_	ss=n.communication	3:X
+16	Autumns	autumns	PROPN	_	_	_	_	_	_	3
+17	:	:	PUNCT	_	_	_	_	_	_	*
+18	http://is.gd/4y40Ht	URL	X	_	_	_	_	_	_	*
+19	/via	/via	ADP	_	_	_	_	_	_	*
+20	@PD_Smith	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-116
+# sent_counter = 345
+# text = I recently purchased a Canon lens from Simply Electronics .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Canon	canon	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	lens	lens	NOUN	_	_	_	_	_	_	1
+7	from	from	ADP	_	_	_	_	_	_	*
+8	Simply	simply	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	Electronics	electronics	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.5
+# sent_counter = 346
+# text = Women , for the first time this year , became the majority of the American workforce .
+1	Women	women	PROPN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	first	first	ADJ	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	became	become	VERB	_	_	_	_	_	ss=v.change	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	majority	majority	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	American	american	ADJ	_	_	_	_	_	_	*
+16	workforce	workforce	NOUN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-20
+# sent_counter = 347
+# text = Goods were delivered in great condition and very well packed .
+1	Goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	delivered	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	condition	condition	NOUN	_	_	_	_	_	ss=n.state	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	well	well	ADV	_	_	_	_	_	_	*
+10	packed	pack	VERB	_	_	_	_	_	ss=v.contact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-257
+# sent_counter = 348
+# text = I ordered a Sonos S0 on the 00nd of September , the web stated ( as did a follow up email ) shipping in 0 - 0 working days and delivery in 0 - 0 working days .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Sonos	sonos	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+5	S0	s0	PROPN	_	_	_	_	_	_	1
+6	on	on	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	00nd	00nd	NOUN	_	_	_	_	_	ss=n.time	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	September	september	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	web	web	NOUN	_	_	_	_	_	ss=n.communication	*
+14	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	as	as	ADV	_	_	_	_	_	_	*
+17	did	do	VERB	_	_	_	_	_	ss=v.communication	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	follow	follow	NOUN	_	_	_	_	_	ss=n.communication	2:X
+20	up	up	NOUN	_	_	_	_	_	_	2
+21	email	email	NOUN	_	_	_	_	_	_	2
+22	)	)	PUNCT	_	_	_	_	_	_	*
+23	shipping	shipping	NOUN	_	_	_	_	_	ss=n.act	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	0	0	NUM	_	_	_	_	_	_	*
+26	-	-	PUNCT	_	_	_	_	_	_	*
+27	0	0	NUM	_	_	_	_	_	_	*
+28	working	working	NOUN	_	_	_	_	_	ss=n.time	3:X
+29	days	days	NOUN	_	_	_	_	_	_	3
+30	and	and	CCONJ	_	_	_	_	_	_	*
+31	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+32	in	in	ADP	_	_	_	_	_	_	*
+33	0	0	NUM	_	_	_	_	_	_	*
+34	-	-	PUNCT	_	_	_	_	_	_	*
+35	0	0	NUM	_	_	_	_	_	_	*
+36	working	working	NOUN	_	_	_	_	_	ss=n.time	4:X
+37	days	days	NOUN	_	_	_	_	_	_	4
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.434
+# sent_counter = 349
+# text = fiNna gO tO cHeErleAdiN pRactiCe ... yaY #cheer
+1	fiNna	finna	ADV	_	_	_	_	_	_	*
+2	gO	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	tO	to	ADP	_	_	_	_	_	_	*
+4	cHeErleAdiN	cheerleadin	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	pRactiCe	practice	NOUN	_	_	_	_	_	_	1
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	yaY	yay	INTJ	_	_	_	_	_	_	*
+8	#cheer	#cheer	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-117
+# sent_counter = 350
+# text = Had to cancel a collection .
+1	Had	have	AUX	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	collection	collection	NOUN	_	_	_	_	_	ss=n.act	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.10
+# sent_counter = 351
+# text = Is it going to be my size ?
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	going	go	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	size	size	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.458
+# sent_counter = 352
+# text = @DannyYaZMehhh otay
+1	@DannyYaZMehhh	@USER	X	_	_	_	_	_	_	*
+2	otay	otay	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-242
+# sent_counter = 353
+# text = Prompt delivery of my order and really pleased with my Fitflops .
+1	Prompt	prompt	ADJ	_	_	_	_	_	_	*
+2	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	my	my	DET	_	_	_	_	_	_	*
+5	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	pleased	pleased	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	my	my	DET	_	_	_	_	_	_	*
+11	Fitflops	fitflops	PROPN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.212
+# sent_counter = 354
+# text = #nothappy that Adelaide has lost the #rugbysevens
+1	#nothappy	#nothappy	X	_	_	_	_	_	_	*
+2	that	that	SCONJ	_	_	_	_	_	_	*
+3	Adelaide	adelaide	PROPN	_	_	_	_	_	ss=n.group	*
+4	has	have	AUX	_	_	_	_	_	_	*
+5	lost	lose	VERB	_	_	_	_	_	ss=v.competition	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	#rugbysevens	#rugbysevens	PROPN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-170
+# sent_counter = 355
+# text = Today was a fine example , thanks Daniel , you rock !
+1	Today	today	NOUN	_	_	_	_	_	ss=n.event	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	fine	fine	ADJ	_	_	_	_	_	_	*
+5	example	example	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	thanks	thanks	PART	_	_	_	_	_	_	*
+8	Daniel	daniel	PROPN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	1:X
+11	rock	rock	VERB	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.256
+# sent_counter = 356
+# text = RT @CelebsFacts : Bruno Mars hates it when cameramen zoom in too close . #CelebsFacts
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@CelebsFacts	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Bruno	bruno	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Mars	mars	PROPN	_	_	_	_	_	_	1
+6	hates	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	cameramen	cameraman	NOUN	_	_	_	_	_	ss=n.person	*
+10	zoom	zoom	VERB	_	_	_	_	_	ss=v.motion	2:X
+11	in	in	ADP	_	_	_	_	_	_	2
+12	too	too	ADV	_	_	_	_	_	_	*
+13	close	close	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	#CelebsFacts	#celebsfacts	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.270
+# sent_counter = 357
+# text = @M40PixeL hi , how are you good ? http://t.co/aAY2Uga
+1	@M40PixeL	@USER	X	_	_	_	_	_	_	*
+2	hi	hi	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	how	how	ADV	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+9	http://t.co/aAY2Uga	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-164
+# sent_counter = 358
+# text = Told delivery would be 00 / 00 / 00 .
+1	Told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+2	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+3	would	would	VERB	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	00	00	NUM	_	_	_	_	_	_	*
+6	/	/	PUNCT	_	_	_	_	_	_	*
+7	00	00	NUM	_	_	_	_	_	_	*
+8	/	/	PUNCT	_	_	_	_	_	_	*
+9	00	00	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-194
+# sent_counter = 359
+# text = Now my daughter has reached grade 0 we wanted a digital piano that would meet her needs for now and into the future giving her the same experience as regular piano .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	my	my	DET	_	_	_	_	_	_	*
+3	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+4	has	have	AUX	_	_	_	_	_	_	*
+5	reached	reach	VERB	_	_	_	_	_	ss=v.change	*
+6	grade	grade	NOUN	_	_	_	_	_	ss=n.state	1:X
+7	0	0	NUM	_	_	_	_	_	_	1
+8	we	we	PRON	_	_	_	_	_	_	*
+9	wanted	want	VERB	_	_	_	_	_	ss=v.emotion	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	digital	digital	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+12	piano	piano	NOUN	_	_	_	_	_	_	2
+13	that	that	PRON	_	_	_	_	_	_	*
+14	would	would	VERB	_	_	_	_	_	_	*
+15	meet	meet	VERB	_	_	_	_	_	ss=n.state	3:X
+16	her	her	DET	_	_	_	_	_	_	*
+17	needs	need	NOUN	_	_	_	_	_	_	3
+18	for	for	ADP	_	_	_	_	_	_	*
+19	now	now	ADV	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	into	into	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+24	giving	give	VERB	_	_	_	_	_	ss=v.stative	*
+25	her	her	PRON	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	same	same	ADJ	_	_	_	_	_	_	*
+28	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	as	as	ADP	_	_	_	_	_	_	*
+30	regular	regular	ADJ	_	_	_	_	_	ss=n.artifact	4:X
+31	piano	piano	NOUN	_	_	_	_	_	_	4
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.1
+# sent_counter = 360
+# text = You know , one of the intense pleasures of travel and one of the delights of ethnographic research is the opportunity to live amongst those who have not forgotten the old ways , who still feel their past in the wind , touch it in stones polished by rain , taste it in the bitter leaves of plants .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	one	one	NUM	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	intense	intense	ADJ	_	_	_	_	_	_	*
+8	pleasures	pleasure	NOUN	_	_	_	_	_	ss=n.feeling	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	travel	travel	NOUN	_	_	_	_	_	ss=n.act	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	one	one	NUM	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	delights	delight	NOUN	_	_	_	_	_	ss=n.feeling	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	ethnographic	ethnographic	ADJ	_	_	_	_	_	_	*
+18	research	research	NOUN	_	_	_	_	_	ss=n.act	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	opportunity	opportunity	NOUN	_	_	_	_	_	ss=n.state	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+24	amongst	amongst	ADP	_	_	_	_	_	_	*
+25	those	those	PRON	_	_	_	_	_	_	*
+26	who	who	PRON	_	_	_	_	_	_	*
+27	have	have	AUX	_	_	_	_	_	_	*
+28	not	not	PART	_	_	_	_	_	_	*
+29	forgotten	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	old	old	ADJ	_	_	_	_	_	_	*
+32	ways	ways	NOUN	_	_	_	_	_	ss=n.state	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	who	who	PRON	_	_	_	_	_	_	*
+35	still	still	ADV	_	_	_	_	_	_	*
+36	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+37	their	their	PRON	_	_	_	_	_	_	*
+38	past	past	ADJ	_	_	_	_	_	_	*
+39	in	in	ADP	_	_	_	_	_	_	*
+40	the	the	DET	_	_	_	_	_	_	*
+41	wind	wind	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+42	,	,	PUNCT	_	_	_	_	_	_	*
+43	touch	touch	VERB	_	_	_	_	_	ss=v.contact	*
+44	it	it	PRON	_	_	_	_	_	_	*
+45	in	in	ADP	_	_	_	_	_	_	*
+46	stones	stones	PROPN	_	_	_	_	_	ss=n.natural_object	*
+47	polished	polished	NOUN	_	_	_	_	_	_	*
+48	by	by	ADP	_	_	_	_	_	_	*
+49	rain	rain	NOUN	_	_	_	_	_	ss=n.substance	*
+50	,	,	PUNCT	_	_	_	_	_	_	*
+51	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+52	it	it	PRON	_	_	_	_	_	_	*
+53	in	in	ADP	_	_	_	_	_	_	*
+54	the	the	DET	_	_	_	_	_	_	*
+55	bitter	bitter	NOUN	_	_	_	_	_	_	*
+56	leaves	leave	VERB	_	_	_	_	_	_	*
+57	of	of	ADP	_	_	_	_	_	_	*
+58	plants	plant	NOUN	_	_	_	_	_	ss=n.plant	*
+59	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.228
+# sent_counter = 361
+# text = @Codys1Angel143 I 'm from england . Where 's missiuri ?
+1	@Codys1Angel143	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	england	england	PROPN	_	_	_	_	_	ss=n.location	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Where	where	PRON	_	_	_	_	_	_	*
+8	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+9	missiuri	missiuri	PROPN	_	_	_	_	_	ss=n.location	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.2
+# sent_counter = 362
+# text = And something that I see happening is something that I would like to call a sort of `` democratization of intimacy '' .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	something	something	NOUN	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	happening	happen	VERB	_	_	_	_	_	ss=v.change	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	something	something	NOUN	_	_	_	_	_	_	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	sort	sort	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+17	of	of	ADP	_	_	_	_	_	_	1
+18	``	``	PUNCT	_	_	_	_	_	_	*
+19	democratization	democratization	NOUN	_	_	_	_	_	ss=n.act	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	intimacy	intimacy	NOUN	_	_	_	_	_	ss=n.feeling	*
+22	''	''	PUNCT	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.108
+# sent_counter = 363
+# text = Someone was just questioning how I would look pregnant ... and asked if I would lose the weight after having the baby ... I said hell yea !
+1	Someone	someone	NOUN	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	questioning	question	VERB	_	_	_	_	_	ss=v.communication	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+9	pregnant	pregnant	ADJ	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+13	if	if	SCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	would	would	AUX	_	_	_	_	_	_	*
+16	lose	lose	VERB	_	_	_	_	_	ss=v.change	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	weight	weight	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	after	after	SCONJ	_	_	_	_	_	_	*
+20	having	have	VERB	_	_	_	_	_	ss=v.body	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+26	hell	hell	INTJ	_	_	_	_	_	_	1:X
+27	yea	yea	INTJ	_	_	_	_	_	_	1
+28	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-112
+# sent_counter = 364
+# text = Its the first time I have ever used Mazuma and I found they were everything they promised .
+1	Its	its	VERB	_	_	_	_	_	ss=v.stative	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	first	first	ADJ	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	ever	ever	ADV	_	_	_	_	_	_	*
+8	used	use	VERB	_	_	_	_	_	ss=v.stative	*
+9	Mazuma	mazuma	PROPN	_	_	_	_	_	ss=n.group	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	everything	everything	NOUN	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.488
+# sent_counter = 365
+# text = RT @YourFavWhiteGuy : Helppp meeeee . I 'mmm meltiiinngggg --> http://twitpic.com/316cjg
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@YourFavWhiteGuy	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Helppp	helppp	VERB	_	_	_	_	_	ss=v.social	*
+5	meeeee	meeeee	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'mmm	'mmm	VERB	_	_	_	_	_	ss=v.stative	*
+9	meltiiinngggg	meltiiinngggg	ADJ	_	_	_	_	_	_	*
+10	-->	-->	SYM	_	_	_	_	_	_	*
+11	http://twitpic.com/316cjg	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.3
+# sent_counter = 366
+# text = I love finding , wearing , and more recently , photographing and blogging a different , colorful , crazy outfit for every single occasion .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	finding	finding	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	wearing	wear	VERB	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	more	more	ADV	_	_	_	_	_	_	*
+9	recently	recently	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	photographing	photographing	NOUN	_	_	_	_	_	ss=n.act	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	blogging	blogging	VERB	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	different	different	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	colorful	colorful	NOUN	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	crazy	crazy	ADJ	_	_	_	_	_	_	*
+20	outfit	outfit	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	every	every	DET	_	_	_	_	_	_	*
+23	single	single	ADJ	_	_	_	_	_	_	*
+24	occasion	occasion	NOUN	_	_	_	_	_	ss=n.event	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.226
+# sent_counter = 367
+# text = RT @RobertaSaidThat : Billionaires/CEOs throwing massive $$$ into front Orgs since Citizens United . They plan to BUY America Gov't in 201 ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@RobertaSaidThat	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Billionaires/CEOs	billionaires/ceos	NOUN	_	_	_	_	_	ss=n.person	*
+5	throwing	throw	VERB	_	_	_	_	_	ss=v.change	*
+6	massive	massive	ADJ	_	_	_	_	_	_	*
+7	$$$	$$$	NOUN	_	_	_	_	_	ss=n.possession	*
+8	into	into	ADP	_	_	_	_	_	_	*
+9	front	front	NOUN	_	_	_	_	_	ss=n.location	*
+10	Orgs	orgs	NOUN	_	_	_	_	_	ss=n.group	*
+11	since	since	ADP	_	_	_	_	_	_	*
+12	Citizens	citizen	NOUN	_	_	_	_	_	ss=n.group	1:X
+13	United	united	ADJ	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	They	they	PRON	_	_	_	_	_	_	*
+16	plan	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	BUY	buy	VERB	_	_	_	_	_	ss=v.possession	*
+19	America	america	PROPN	_	_	_	_	_	ss=n.group	2:X
+20	Gov't	gov't	NOUN	_	_	_	_	_	_	2
+21	in	in	ADP	_	_	_	_	_	_	*
+22	201	NUMBER	NUM	_	_	_	_	_	_	*
+23	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.3
+# sent_counter = 368
+# text = I want to start with these word pairs here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	start	start	VERB	_	_	_	_	_	ss=v.change	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	these	these	DET	_	_	_	_	_	_	*
+7	word	word	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+8	pairs	pair	NOUN	_	_	_	_	_	_	1
+9	here	here	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-85
+# sent_counter = 369
+# text = Would definitely use and again and recommend .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	definitely	definitely	ADV	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.change	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	again	again	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.479
+# sent_counter = 370
+# text = @meldacountryboy eh yeah I 'll be fine , just annoyed
+1	@meldacountryboy	@USER	X	_	_	_	_	_	_	*
+2	eh	eh	INTJ	_	_	_	_	_	_	*
+3	yeah	yeah	INTJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'll	'll	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	fine	fine	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	annoyed	annoy	VERB	_	_	_	_	_	ss=v.emotion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-326
+# sent_counter = 371
+# text = I sent quite an aggressive email that evening , and was ready to speak with the police on Wednesday morning , and had I not have been driving to work when they called me , I would have done .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sent	send	VERB	_	_	_	_	_	ss=v.communication	*
+3	quite	quite	ADV	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	aggressive	aggressive	ADJ	_	_	_	_	_	_	*
+6	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	ready	ready	ADJ	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	police	police	NOUN	_	_	_	_	_	ss=n.group	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	1:X
+20	morning	morning	NOUN	_	_	_	_	_	_	1
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	had	have	AUX	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	not	not	ADV	_	_	_	_	_	_	*
+26	have	have	AUX	_	_	_	_	_	_	*
+27	been	be	AUX	_	_	_	_	_	_	*
+28	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+29	to	to	ADP	_	_	_	_	_	_	*
+30	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+31	when	when	ADV	_	_	_	_	_	_	*
+32	they	they	PRON	_	_	_	_	_	_	*
+33	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+34	me	me	PRON	_	_	_	_	_	_	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	I	i	PRON	_	_	_	_	_	_	*
+37	would	would	VERB	_	_	_	_	_	_	*
+38	have	have	AUX	_	_	_	_	_	_	*
+39	done	do	VERB	_	_	_	_	_	ss=v.communication	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-324
+# sent_counter = 372
+# text = I personally would recommend this course and Kate as a trainer and i look forward to my next course with her in the near future .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	personally	personally	ADV	_	_	_	_	_	_	*
+3	would	would	VERB	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	course	course	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	Kate	kate	PROPN	_	_	_	_	_	ss=n.person	*
+9	as	as	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	trainer	trainer	NOUN	_	_	_	_	_	ss=n.person	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	look	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+15	forward	forward	ADV	_	_	_	_	_	_	1
+16	to	to	ADP	_	_	_	_	_	_	1
+17	my	my	DET	_	_	_	_	_	_	*
+18	next	next	ADJ	_	_	_	_	_	_	*
+19	course	course	NOUN	_	_	_	_	_	ss=n.act	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	her	her	PRON	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	near	near	ADJ	_	_	_	_	_	_	*
+25	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-161
+# sent_counter = 373
+# text = Reliable , friendly and very competent , just 0 words to describe this business , fast response to queries , great communication , easy to use website and great products .
+1	Reliable	reliable	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	competent	competent	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	just	just	ADV	_	_	_	_	_	_	*
+9	0	0	NUM	_	_	_	_	_	_	*
+10	words	words	NOUN	_	_	_	_	_	ss=n.communication	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	describe	describe	VERB	_	_	_	_	_	ss=v.communication	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	fast	fast	ADJ	_	_	_	_	_	_	*
+17	response	response	NOUN	_	_	_	_	_	ss=n.act	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	queries	query	NOUN	_	_	_	_	_	ss=n.communication	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	great	great	ADJ	_	_	_	_	_	_	*
+22	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	easy	easy	ADJ	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+27	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	great	great	ADJ	_	_	_	_	_	_	*
+30	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-272
+# sent_counter = 374
+# text = They were a bargain and arrived well packaged in a couple of days .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	bargain	bargain	NOUN	_	_	_	_	_	ss=n.possession	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+7	well	well	ADV	_	_	_	_	_	_	*
+8	packaged	packaged	ADV	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	couple	couple	NOUN	_	_	_	_	_	ss=n.quantity	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.484
+# sent_counter = 375
+# text = What #exhibitors are currently least satisfied with in their trade show display http://ow.ly/30d3P #exhbiting #tradeshow #eventprofs #b2b
+1	What	what	DET	_	_	_	_	_	_	*
+2	#exhibitors	#exhibitors	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	currently	currently	ADV	_	_	_	_	_	_	*
+5	least	least	ADV	_	_	_	_	_	_	*
+6	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	trade	trade	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	show	show	NOUN	_	_	_	_	_	_	1
+12	display	display	NOUN	_	_	_	_	_	_	1
+13	http://ow.ly/30d3P	URL	X	_	_	_	_	_	_	*
+14	#exhbiting	#exhbiting	X	_	_	_	_	_	_	*
+15	#tradeshow	#tradeshow	X	_	_	_	_	_	_	*
+16	#eventprofs	#eventprofs	X	_	_	_	_	_	_	*
+17	#b2b	#b2b	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-330
+# sent_counter = 376
+# text = ' The Viagago guarantee ' is a joke .
+1	'	'	PUNCT	_	_	_	_	_	_	*
+2	The	the	DET	_	_	_	_	_	_	*
+3	Viagago	viagago	PROPN	_	_	_	_	_	ss=n.group	*
+4	guarantee	guarantee	NOUN	_	_	_	_	_	ss=n.communication	*
+5	'	'	PUNCT	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	joke	joke	NOUN	_	_	_	_	_	ss=n.feeling	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.7
+# sent_counter = 377
+# text = This is `` Bleak House '' by Dickens . Every column is a chapter .
+1	This	this	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	``	``	ADJ	_	_	_	_	_	_	*
+4	Bleak	bleak	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	House	house	NOUN	_	_	_	_	_	_	1
+6	''	''	PUNCT	_	_	_	_	_	_	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	Dickens	dickens	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	Every	every	DET	_	_	_	_	_	_	*
+11	column	column	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	chapter	chapter	NOUN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.84
+# sent_counter = 378
+# text = Yea * fist pumps * mhmm
+1	Yea	yea	INTJ	_	_	_	_	_	_	*
+2	*	*	PUNCT	_	_	_	_	_	_	*
+3	fist	fist	NOUN	_	_	_	_	_	ss=n.body	1:X
+4	pumps	pump	NOUN	_	_	_	_	_	_	1
+5	*	*	PUNCT	_	_	_	_	_	_	*
+6	mhmm	mhmm	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-209
+# sent_counter = 379
+# text = We refused the order but Vio Vet rectified this by immediately dispatching a full replacement order the next day .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	order	order	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	Vio	vio	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Vet	vet	PROPN	_	_	_	_	_	_	1
+8	rectified	rectify	VERB	_	_	_	_	_	ss=v.change	*
+9	this	this	PRON	_	_	_	_	_	_	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	immediately	immediately	ADV	_	_	_	_	_	_	*
+12	dispatching	dispatch	VERB	_	_	_	_	_	ss=v.motion	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	full	full	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+15	replacement	replacement	NOUN	_	_	_	_	_	_	2
+16	order	order	NOUN	_	_	_	_	_	_	2
+17	the	the	DET	_	_	_	_	_	_	*
+18	next	next	ADJ	_	_	_	_	_	ss=n.time	3:X
+19	day	day	NOUN	_	_	_	_	_	_	3
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-188
+# sent_counter = 380
+# text = purchase . He knew the company that would offer the best enhanced
+1	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	He	he	PRON	_	_	_	_	_	_	*
+4	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	would	would	VERB	_	_	_	_	_	_	*
+9	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	best	best	ADJ	_	_	_	_	_	_	*
+12	enhanced	enhanced	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-251
+# sent_counter = 381
+# text = We were left stranded with 0 young kids at Gatwick Airport for nearly 0 hours on arrival even though they promise to monitor your flight and be waiting at arrivals .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	left	leave	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	stranded	strand	VERB	_	_	_	_	_	_	1
+5	with	with	ADP	_	_	_	_	_	_	*
+6	0	0	NUM	_	_	_	_	_	_	*
+7	young	young	ADJ	_	_	_	_	_	_	*
+8	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	Gatwick	gatwick	PROPN	_	_	_	_	_	ss=n.location	2:X
+11	Airport	airport	NOUN	_	_	_	_	_	_	2
+12	for	for	ADP	_	_	_	_	_	_	*
+13	nearly	nearly	ADV	_	_	_	_	_	_	*
+14	0	0	NUM	_	_	_	_	_	_	*
+15	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	arrival	arrival	NOUN	_	_	_	_	_	ss=n.act	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	though	though	ADV	_	_	_	_	_	_	*
+20	they	they	PRON	_	_	_	_	_	_	*
+21	promise	promise	VERB	_	_	_	_	_	ss=v.communication	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	monitor	monitor	VERB	_	_	_	_	_	ss=v.perception	*
+24	your	your	DET	_	_	_	_	_	_	*
+25	flight	flight	NOUN	_	_	_	_	_	ss=n.act	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	be	be	AUX	_	_	_	_	_	_	*
+28	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+29	at	at	ADP	_	_	_	_	_	_	*
+30	arrivals	arrival	NOUN	_	_	_	_	_	ss=n.location	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-46
+# sent_counter = 382
+# text = wendy hall : YES IT IS
+1	wendy	wendy	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	hall	hall	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	YES	yes	X	_	_	_	_	_	_	*
+5	IT	it	PRON	_	_	_	_	_	_	*
+6	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.238
+# sent_counter = 383
+# text = Whooaaaa bro these CELTICS are god dammmm babies !!! MAN UP
+1	Whooaaaa	whooaaaa	INTJ	_	_	_	_	_	_	*
+2	bro	bro	NOUN	_	_	_	_	_	ss=n.person	*
+3	these	these	DET	_	_	_	_	_	_	*
+4	CELTICS	celtics	PROPN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	god	god	ADJ	_	_	_	_	_	_	1:X
+7	dammmm	dammmm	ADJ	_	_	_	_	_	_	1
+8	babies	baby	NOUN	_	_	_	_	_	ss=n.person	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+10	MAN	man	VERB	_	_	_	_	_	_	2:X
+11	UP	up	ADP	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.153
+# sent_counter = 384
+# text = @X_SarahHumes_X @KamilaMerrygold Jesus are you two still at it ? Lolx
+1	@X_SarahHumes_X	@USER	X	_	_	_	_	_	_	*
+2	@KamilaMerrygold	@USER	X	_	_	_	_	_	_	*
+3	Jesus	jesus	PROPN	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	two	NUMBER	NUM	_	_	_	_	_	_	*
+7	still	still	ADV	_	_	_	_	_	_	*
+8	at	at	ADP	_	_	_	_	_	_	1:X
+9	it	it	PRON	_	_	_	_	_	_	1
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	Lolx	lolx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.384
+# sent_counter = 385
+# text = Watch : Rihanna s new music video : http://t.co/sUxePfXO
+1	Watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Rihanna	rihanna	PROPN	_	_	_	_	_	ss=n.person	*
+4	s	s	PART	_	_	_	_	_	_	*
+5	new	new	ADJ	_	_	_	_	_	_	*
+6	music	music	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	video	video	NOUN	_	_	_	_	_	_	1
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	http://t.co/sUxePfXO	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.5
+# sent_counter = 386
+# text = Most people think they know what origami is . It 's this : flapping birds , toys , cootie catchers , that sort of thing .
+1	Most	most	ADJ	_	_	_	_	_	_	*
+2	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	It	it	PRON	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	flapping	flap	VERB	_	_	_	_	_	ss=n.animal	1:X
+15	birds	bird	NOUN	_	_	_	_	_	_	1
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	toys	toy	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	cootie	cootie	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+20	catchers	catcher	NOUN	_	_	_	_	_	_	2
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	that	that	DET	_	_	_	_	_	_	*
+23	sort	sort	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-91
+# sent_counter = 387
+# text = My experience with money for your phone was quick and easy would use again money payed as said straight into my account easy
+1	My	my	DET	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	money	money	NOUN	_	_	_	_	_	ss=n.group	1:X
+5	for	for	ADP	_	_	_	_	_	_	1
+6	your	your	DET	_	_	_	_	_	_	1
+7	phone	phone	NOUN	_	_	_	_	_	_	1
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	quick	quick	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	easy	easy	ADJ	_	_	_	_	_	_	*
+12	would	would	VERB	_	_	_	_	_	_	*
+13	use	use	VERB	_	_	_	_	_	ss=v.change	*
+14	again	again	ADV	_	_	_	_	_	_	*
+15	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+16	payed	pay	VERB	_	_	_	_	_	ss=v.possession	*
+17	as	as	ADP	_	_	_	_	_	_	*
+18	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+19	straight	straight	ADV	_	_	_	_	_	_	*
+20	into	into	ADP	_	_	_	_	_	_	*
+21	my	my	DET	_	_	_	_	_	_	*
+22	account	account	VERB	_	_	_	_	_	_	*
+23	easy	easy	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.473
+# sent_counter = 388
+# text = Ruling strikes down part of Arizona Voter ID law - Yahoo ! News http://goo.gl/85TH
+1	Ruling	ruling	NOUN	_	_	_	_	_	ss=n.act	*
+2	strikes	strike	VERB	_	_	_	_	_	ss=v.change	1:X
+3	down	down	ADP	_	_	_	_	_	_	1
+4	part	part	NOUN	_	_	_	_	_	ss=n.relation	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	Arizona	arizona	PROPN	_	_	_	_	_	ss=n.location	*
+7	Voter	voter	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+8	ID	id	NOUN	_	_	_	_	_	_	2
+9	law	law	NOUN	_	_	_	_	_	_	2
+10	-	-	SYM	_	_	_	_	_	_	*
+11	Yahoo	yahoo	PROPN	_	_	_	_	_	ss=n.communication	3:X
+12	!	!	PROPN	_	_	_	_	_	_	3
+13	News	news	PROPN	_	_	_	_	_	_	3
+14	http://goo.gl/85TH	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-261
+# sent_counter = 389
+# text = I have never had any problems with this Company and would rate them very highly .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	Company	company	NOUN	_	_	_	_	_	ss=n.group	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	would	would	VERB	_	_	_	_	_	_	*
+12	rate	rate	VERB	_	_	_	_	_	ss=v.cognition	*
+13	them	them	PRON	_	_	_	_	_	_	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	highly	highly	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-133
+# sent_counter = 390
+# text = After meetings with staff at AVC I was reassured that the package was what I was looking for .
+1	After	after	ADP	_	_	_	_	_	_	*
+2	meetings	meeting	NOUN	_	_	_	_	_	ss=n.act	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	AVC	avc	PROPN	_	_	_	_	_	ss=n.group	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	reassured	reassure	VERB	_	_	_	_	_	ss=v.communication	*
+10	that	that	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	package	package	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	looking	look	VERB	_	_	_	_	_	ss=v.perception	1:X
+18	for	for	PART	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-144
+# sent_counter = 391
+# text = Was very easy to identify what ram I required for my PC from the web site , saved me haivng to take the side of th ePC twice .
+1	Was	be	AUX	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	easy	easy	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	identify	identify	VERB	_	_	_	_	_	ss=v.cognition	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	ram	ram	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	required	require	VERB	_	_	_	_	_	ss=v.stative	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	my	my	DET	_	_	_	_	_	_	*
+12	PC	pc	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	web	web	NOUN	_	_	_	_	_	ss=n.communication	1:X
+16	site	site	NOUN	_	_	_	_	_	_	1
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	saved	save	VERB	_	_	_	_	_	ss=v.stative	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	haivng	haivng	VERB	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	ss=v.contact	2:X
+22	take	take	VERB	_	_	_	_	_	_	2
+23	the	the	DET	_	_	_	_	_	_	*
+24	side	side	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	th	th	DET	_	_	_	_	_	_	*
+27	ePC	epc	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	twice	twice	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-167
+# sent_counter = 392
+# text = Recently been inquiring to Nationwide to change my vehicle and the response and help received so far is nothing short of disgraceful .
+1	Recently	recently	ADV	_	_	_	_	_	_	*
+2	been	be	AUX	_	_	_	_	_	_	*
+3	inquiring	inquire	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	Nationwide	nationwide	PROPN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	change	change	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	response	response	NOUN	_	_	_	_	_	ss=n.communication	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+15	received	receive	VERB	_	_	_	_	_	ss=v.stative	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	far	far	ADV	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+20	short	short	ADJ	_	_	_	_	_	_	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	disgraceful	disgraceful	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-233
+# sent_counter = 393
+# text = Elsewhere the prices were considerably higher than Fragrancedirect ' s cost so that was the deciding factor for me .
+1	Elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	considerably	considerably	ADV	_	_	_	_	_	_	*
+6	higher	higher	ADJ	_	_	_	_	_	_	*
+7	than	than	ADP	_	_	_	_	_	_	*
+8	Fragrancedirect	fragrancedirect	PROPN	_	_	_	_	_	ss=n.group	*
+9	'	'	PART	_	_	_	_	_	_	*
+10	s	s	PART	_	_	_	_	_	_	*
+11	cost	cost	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	so	so	CCONJ	_	_	_	_	_	_	*
+13	that	that	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	deciding	deciding	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+17	factor	factor	NOUN	_	_	_	_	_	_	1
+18	for	for	ADP	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-152
+# sent_counter = 394
+# text = Thank you Tayna you are real GEMS
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Tayna	tayna	PROPN	_	_	_	_	_	ss=n.person	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	real	real	ADJ	_	_	_	_	_	_	*
+7	GEMS	gem	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.263
+# sent_counter = 395
+# text = Oo yeaa ii hear thunda ! Rainnn kum onnnnnn
+1	Oo	oo	INTJ	_	_	_	_	_	_	*
+2	yeaa	yeaa	INTJ	_	_	_	_	_	_	*
+3	ii	ii	PRON	_	_	_	_	_	_	*
+4	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+5	thunda	thunda	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Rainnn	rainnn	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+8	kum	kum	VERB	_	_	_	_	_	ss=v.stative	1:X
+9	onnnnnn	onnnnnn	ADP	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.320
+# sent_counter = 396
+# text = @KarenAlloy that how long my pubes are ? I 'm gonna go trim them too !
+1	@KarenAlloy	@USER	X	_	_	_	_	_	_	*
+2	that	that	PRON	_	_	_	_	_	_	*
+3	how	how	ADV	_	_	_	_	_	_	*
+4	long	long	ADJ	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	pubes	pubes	NOUN	_	_	_	_	_	ss=n.body	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	AUX	_	_	_	_	_	_	*
+11	gonna	gonna	AUX	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+13	trim	trim	VERB	_	_	_	_	_	ss=v.contact	*
+14	them	them	PRON	_	_	_	_	_	_	*
+15	too	too	ADV	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.319
+# sent_counter = 397
+# text = How` s ready for summer ?? :) i`a m defently !
+1	How`	how`	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	ready	ready	ADJ	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	summer	summer	NOUN	_	_	_	_	_	ss=n.event	*
+6	??	??	PUNCT	_	_	_	_	_	_	*
+7	:)	EMOTICON	X	_	_	_	_	_	_	*
+8	i`a	i`a	PRON	_	_	_	_	_	_	*
+9	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+10	defently	defently	ADV	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.3
+# sent_counter = 398
+# text = And it does n't matter how much information we 're looking at , how big these collections are or how big the images are .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	matter	matter	VERB	_	_	_	_	_	ss=v.stative	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	much	much	ADJ	_	_	_	_	_	_	*
+8	information	information	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	're	're	AUX	_	_	_	_	_	_	*
+11	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	how	how	ADV	_	_	_	_	_	_	*
+15	big	big	ADJ	_	_	_	_	_	_	*
+16	these	these	DET	_	_	_	_	_	_	*
+17	collections	collection	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	how	how	ADV	_	_	_	_	_	_	*
+21	big	big	ADJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	images	image	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-266
+# sent_counter = 399
+# text = The manufacturers have obviously added a fewadditional parts to improve the bed and have not updated the instructionsbut it was fairly easy to work out .
+1	The	the	DET	_	_	_	_	_	_	*
+2	manufacturers	manufacturer	NOUN	_	_	_	_	_	ss=n.group	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	obviously	obviously	ADV	_	_	_	_	_	_	*
+5	added	add	VERB	_	_	_	_	_	ss=v.change	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	fewadditional	fewadditional	ADJ	_	_	_	_	_	_	*
+8	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	improve	improve	VERB	_	_	_	_	_	ss=v.change	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	have	have	AUX	_	_	_	_	_	_	*
+15	not	not	ADV	_	_	_	_	_	_	*
+16	updated	update	VERB	_	_	_	_	_	ss=v.change	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	instructionsbut	instructionsbut	NOUN	_	_	_	_	_	ss=n.communication	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	fairly	fairly	ADV	_	_	_	_	_	_	*
+22	easy	easy	ADJ	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	work	work	VERB	_	_	_	_	_	ss=v.cognition	1:X
+25	out	out	PART	_	_	_	_	_	_	1
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.266
+# sent_counter = 400
+# text = 1 , 2 , 3 , 4 , 5 Teen Titans !
+1	1	NUMBER	NUM	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	2	NUMBER	NUM	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	3	NUMBER	NUM	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	4	NUMBER	NUM	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	5	NUMBER	NUM	_	_	_	_	_	_	*
+10	Teen	teen	PROPN	_	_	_	_	_	ss=n.person	1:X
+11	Titans	titans	PROPN	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.10
+# sent_counter = 401
+# text = And this is an idea , if you think about it , can only fill you with hope .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	this	this	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	if	if	SCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	only	only	ADV	_	_	_	_	_	_	*
+15	fill	fill	VERB	_	_	_	_	_	ss=v.change	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	with	with	ADP	_	_	_	_	_	_	*
+18	hope	hope	NOUN	_	_	_	_	_	ss=n.feeling	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.10
+# sent_counter = 402
+# text = YB : To the dismay of my mother , this is dangerous teenage fashion right there .
+1	YB	yb	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	To	to	PART	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	dismay	dismay	NOUN	_	_	_	_	_	ss=n.feeling	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	mother	mother	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	dangerous	dangerous	ADJ	_	_	_	_	_	_	*
+13	teenage	teenage	ADJ	_	_	_	_	_	_	*
+14	fashion	fashion	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	right	right	ADV	_	_	_	_	_	_	*
+16	there	there	ADV	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-59
+# sent_counter = 403
+# text = Good company to deal with very fast delivery , did not think i would be sailing for a while but wow it is here this morning at 0 . 00am Friday ordered this boat on Wednesday afternoon .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	deal	deal	VERB	_	_	_	_	_	ss=v.communication	1:X
+5	with	with	ADP	_	_	_	_	_	_	1
+6	very	very	ADV	_	_	_	_	_	_	*
+7	fast	fast	ADJ	_	_	_	_	_	_	*
+8	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	did	do	AUX	_	_	_	_	_	_	*
+11	not	not	ADV	_	_	_	_	_	_	*
+12	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	sailing	sailing	NOUN	_	_	_	_	_	ss=n.act	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	while	while	NOUN	_	_	_	_	_	ss=n.time	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	wow	wow	X	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	here	here	ADV	_	_	_	_	_	_	*
+25	this	this	DET	_	_	_	_	_	_	*
+26	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+27	at	at	ADP	_	_	_	_	_	_	*
+28	0	0	NUM	_	_	_	_	_	ss=n.time	2:X
+29	.	.	PUNCT	_	_	_	_	_	_	2
+30	00am	00am	NOUN	_	_	_	_	_	_	2
+31	Friday	friday	NOUN	_	_	_	_	_	ss=n.time	*
+32	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+33	this	this	DET	_	_	_	_	_	_	*
+34	boat	boat	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	on	on	ADP	_	_	_	_	_	_	*
+36	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	3:X
+37	afternoon	afternoon	NOUN	_	_	_	_	_	_	3
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.95
+# sent_counter = 404
+# text = I want a unicorn . #NOHOMO
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	unicorn	unicorn	NOUN	_	_	_	_	_	ss=n.animal	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	#NOHOMO	#nohomo	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-175
+# sent_counter = 405
+# text = Very friendly and efficient .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	efficient	efficient	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-171
+# sent_counter = 406
+# text = When I queried it they replied that it stated this on the website .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	queried	query	VERB	_	_	_	_	_	ss=v.communication	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	replied	reply	VERB	_	_	_	_	_	ss=v.communication	*
+7	that	that	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+10	this	this	PRON	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.28
+# sent_counter = 407
+# text = @GavenAng LOL where got ??
+1	@GavenAng	@USER	X	_	_	_	_	_	_	*
+2	LOL	lol	INTJ	_	_	_	_	_	_	*
+3	where	where	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.435
+# sent_counter = 408
+# text = @Chief_Inspector I got some inking done on him this morning . Not long now .
+1	@Chief_Inspector	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	AUX	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	inking	ink	VERB	_	_	_	_	_	ss=v.emotion	*
+6	done	do	AUX	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	him	him	PRON	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	1:X
+10	morning	morning	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Not	not	PART	_	_	_	_	_	_	*
+13	long	long	ADV	_	_	_	_	_	_	*
+14	now	now	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.309
+# sent_counter = 409
+# text = @Bryan_wright11 i lost all my contacts , smh .
+1	@Bryan_wright11	@USER	X	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	lost	lose	VERB	_	_	_	_	_	ss=v.change	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	contacts	contact	NOUN	_	_	_	_	_	ss=n.communication	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	smh	smh	X	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.107
+# sent_counter = 410
+# text = @HollieRicard yaaay ! ^.^
+1	@HollieRicard	@USER	X	_	_	_	_	_	_	*
+2	yaaay	yaaay	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	^.^	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-284
+# sent_counter = 411
+# text = Will definately be buying all future games and accessories from here for my PS0 and my XBOX 000
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	definately	definately	ADV	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	future	future	ADJ	_	_	_	_	_	_	*
+7	games	game	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	accessories	accessory	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	here	here	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	my	my	DET	_	_	_	_	_	_	*
+14	PS0	ps0	PROPN	_	_	_	_	_	ss=n.artifact	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	my	my	DET	_	_	_	_	_	_	*
+17	XBOX	xbox	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+18	000	000	NUM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.276
+# sent_counter = 412
+# text = @Ollierussian I had potted shrimp last night . Except someone else ordered it & I could n't work out why we had creme brulee for a starter ...
+1	@Ollierussian	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+4	potted	potted	ADJ	_	_	_	_	_	ss=n.food	1:X
+5	shrimp	shrimp	NOUN	_	_	_	_	_	_	1
+6	last	last	ADJ	_	_	_	_	_	_	2:X
+7	night	night	NOUN	_	_	_	_	_	_	2
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Except	except	CCONJ	_	_	_	_	_	_	*
+10	someone	someone	NOUN	_	_	_	_	_	_	3:X
+11	else	else	ADV	_	_	_	_	_	_	3
+12	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	&	&	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	could	could	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	work	work	VERB	_	_	_	_	_	ss=v.cognition	4:X
+19	out	out	ADP	_	_	_	_	_	_	4
+20	why	why	ADV	_	_	_	_	_	_	*
+21	we	we	PRON	_	_	_	_	_	_	*
+22	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+23	creme	creme	NOUN	_	_	_	_	_	ss=n.food	5:X
+24	brulee	brulee	NOUN	_	_	_	_	_	_	5
+25	for	for	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	starter	starter	NOUN	_	_	_	_	_	ss=n.food	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.24
+# sent_counter = 413
+# text = RT @ILoveThem4s : @HelloMrNiNO hang in there cousin love you
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ILoveThem4s	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@HelloMrNiNO	@USER	X	_	_	_	_	_	_	*
+5	hang	hang	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	in	in	ADP	_	_	_	_	_	_	1
+7	there	there	ADV	_	_	_	_	_	_	1
+8	cousin	cousin	NOUN	_	_	_	_	_	ss=n.person	*
+9	love	love	VERB	_	_	_	_	_	ss=v.emotion	2:X
+10	you	you	PRON	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.7
+# sent_counter = 414
+# text = And I asked them to come along with the person they communicate with most .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	along	along	ADP	_	_	_	_	_	_	1
+8	with	with	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	communicate	communicate	VERB	_	_	_	_	_	ss=v.communication	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	most	most	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.6
+# sent_counter = 415
+# text = We have to deal with the inexorable separation of death , so it should n't surprise us that we all sing , we all dance , we all have art .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	deal	deal	VERB	_	_	_	_	_	ss=v.cognition	2:X
+5	with	with	ADP	_	_	_	_	_	_	2
+6	the	the	DET	_	_	_	_	_	_	*
+7	inexorable	inexorable	NOUN	_	_	_	_	_	_	*
+8	separation	separation	NOUN	_	_	_	_	_	ss=n.process	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	death	death	NOUN	_	_	_	_	_	ss=n.body	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	should	should	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	surprise	surprise	VERB	_	_	_	_	_	ss=v.cognition	*
+17	us	us	PRON	_	_	_	_	_	_	*
+18	that	that	SCONJ	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	sing	sing	NOUN	_	_	_	_	_	ss=n.act	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	we	we	PRON	_	_	_	_	_	_	*
+24	all	all	DET	_	_	_	_	_	_	*
+25	dance	dance	NOUN	_	_	_	_	_	ss=n.act	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	we	we	PRON	_	_	_	_	_	_	*
+28	all	all	DET	_	_	_	_	_	_	*
+29	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+30	art	art	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.3
+# sent_counter = 416
+# text = Not a lot of women did .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+6	did	do	VERB	_	_	_	_	_	ss=v.motion	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.141
+# sent_counter = 417
+# text = Bad loss for the Bison men tonight at Western Illinois , against a team that got blown out by SDSU on Thursday and was 1-5 in the Summit .
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	loss	loss	NOUN	_	_	_	_	_	ss=n.state	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Bison	bison	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	men	men	NOUN	_	_	_	_	_	_	1
+7	tonight	tonight	ADV	_	_	_	_	_	_	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	Western	western	PROPN	_	_	_	_	_	ss=n.location	2:X
+10	Illinois	illinois	PROPN	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	against	against	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+15	that	that	ADP	_	_	_	_	_	_	*
+16	got	get	AUX	_	_	_	_	_	_	*
+17	blown	blow	VERB	_	_	_	_	_	ss=v.change	3:X
+18	out	out	ADP	_	_	_	_	_	_	3
+19	by	by	ADP	_	_	_	_	_	_	*
+20	SDSU	sdsu	PROPN	_	_	_	_	_	ss=n.group	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	1-5	NUMBER	NUM	_	_	_	_	_	_	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	Summit	summit	NOUN	_	_	_	_	_	ss=n.time	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.7
+# sent_counter = 418
+# text = And in fact they were n't . They were reinventing charity in those times , what Rockefeller called `` the business of benevolence '' .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	1:X
+3	fact	fact	NOUN	_	_	_	_	_	_	1
+4	they	they	PRON	_	_	_	_	_	_	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	They	they	PRON	_	_	_	_	_	_	*
+9	were	be	AUX	_	_	_	_	_	_	*
+10	reinventing	reinvent	VERB	_	_	_	_	_	ss=v.creation	*
+11	charity	charity	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	those	those	DET	_	_	_	_	_	_	*
+14	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	what	what	PRON	_	_	_	_	_	_	*
+17	Rockefeller	rockefeller	PROPN	_	_	_	_	_	ss=n.person	*
+18	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+19	``	``	PUNCT	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	business	business	NOUN	_	_	_	_	_	ss=n.state	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	benevolence	benevolence	NOUN	_	_	_	_	_	ss=n.feeling	*
+24	''	''	PUNCT	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.5
+# sent_counter = 419
+# text = How are they doing this ? They 're doing it in a very simple way , by calling their mom from work , by IMing from their office to their friends , by texting under the desk .
+1	How	how	ADV	_	_	_	_	_	_	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	They	they	PRON	_	_	_	_	_	_	*
+8	're	're	AUX	_	_	_	_	_	_	*
+9	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	very	very	ADV	_	_	_	_	_	_	*
+14	simple	simple	ADJ	_	_	_	_	_	_	*
+15	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	by	by	SCONJ	_	_	_	_	_	_	*
+18	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+19	their	their	PRON	_	_	_	_	_	_	*
+20	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	by	by	SCONJ	_	_	_	_	_	_	*
+25	IMing	iming	VERB	_	_	_	_	_	ss=v.communication	*
+26	from	from	ADP	_	_	_	_	_	_	*
+27	their	their	PRON	_	_	_	_	_	_	*
+28	office	office	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	their	their	PRON	_	_	_	_	_	_	*
+31	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	by	by	SCONJ	_	_	_	_	_	_	*
+34	texting	texting	VERB	_	_	_	_	_	ss=v.communication	*
+35	under	under	ADP	_	_	_	_	_	_	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	desk	desk	NOUN	_	_	_	_	_	ss=n.artifact	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.3
+# sent_counter = 420
+# text = So I became interested in understanding what contributed to a life that was worth living .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	became	become	VERB	_	_	_	_	_	ss=v.change	*
+4	interested	interested	ADJ	_	_	_	_	_	_	*
+5	in	in	SCONJ	_	_	_	_	_	_	*
+6	understanding	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	contributed	contribute	VERB	_	_	_	_	_	ss=v.change	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	worth	worth	ADJ	_	_	_	_	_	_	*
+15	living	live	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.202
+# sent_counter = 421
+# text = @HarrySquad that is the most stunning creature I have ever seen
+1	@HarrySquad	@USER	X	_	_	_	_	_	_	*
+2	that	that	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	most	most	ADV	_	_	_	_	_	_	*
+6	stunning	stunning	ADJ	_	_	_	_	_	_	*
+7	creature	creature	NOUN	_	_	_	_	_	ss=n.animal	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-238
+# sent_counter = 422
+# text = Pick - up was at 00 . 00 so we were in the dark and had a little difficulty checking the car for any damage not recorded on the contract .
+1	Pick	pick	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	-	-	PUNCT	_	_	_	_	_	_	1
+3	up	up	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	00	00	NUM	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	00	00	NUM	_	_	_	_	_	_	*
+9	so	so	CCONJ	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	in	in	ADP	_	_	_	_	_	ss=n.state	2:X
+13	the	the	DET	_	_	_	_	_	_	2
+14	dark	dark	NOUN	_	_	_	_	_	_	2
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	little	little	ADJ	_	_	_	_	_	_	*
+19	difficulty	difficulty	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	checking	check	VERB	_	_	_	_	_	ss=v.cognition	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	any	any	DET	_	_	_	_	_	_	*
+25	damage	damage	NOUN	_	_	_	_	_	ss=n.state	*
+26	not	not	ADV	_	_	_	_	_	_	*
+27	recorded	recorded	ADJ	_	_	_	_	_	_	*
+28	on	on	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	contract	contract	NOUN	_	_	_	_	_	ss=n.communication	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.469
+# sent_counter = 423
+# text = Jesus . Shuttlesworth . Ladies and Gentlemen .
+1	Jesus	jesus	PROPN	_	_	_	_	_	ss=n.person	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Shuttlesworth	shuttlesworth	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Ladies	lady	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	Gentlemen	gentleman	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.21
+# sent_counter = 424
+# text = RT @Jaytit : Bored as fuck
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Jaytit	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Bored	bored	ADJ	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	1:X
+6	fuck	fuck	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.487
+# sent_counter = 425
+# text = @EnKore03 lmfao !
+1	@EnKore03	@USER	X	_	_	_	_	_	_	*
+2	lmfao	lmfao	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.1
+# sent_counter = 426
+# text = I believe that there are new , hidden tensions that are actually happening between people and institutions -- institutions that are the institutions that people inhabit in their daily life : schools , hospitals , workplaces , factories , offices , etc.
+1	I	i	PRON	_	_	_	_	_	_	*
+2	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	there	there	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	new	new	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	hidden	hidden	ADJ	_	_	_	_	_	_	*
+9	tensions	tension	NOUN	_	_	_	_	_	ss=n.feeling	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	are	be	AUX	_	_	_	_	_	_	*
+12	actually	actually	ADV	_	_	_	_	_	_	*
+13	happening	happen	VERB	_	_	_	_	_	ss=v.change	*
+14	between	between	ADP	_	_	_	_	_	_	*
+15	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	institutions	institution	NOUN	_	_	_	_	_	ss=n.group	*
+18	--	--	PUNCT	_	_	_	_	_	_	*
+19	institutions	institution	NOUN	_	_	_	_	_	ss=n.group	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	institutions	institution	NOUN	_	_	_	_	_	ss=n.group	*
+24	that	that	DET	_	_	_	_	_	_	*
+25	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+26	inhabit	inhabit	VERB	_	_	_	_	_	ss=v.stative	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	their	their	PRON	_	_	_	_	_	_	*
+29	daily	daily	ADJ	_	_	_	_	_	_	*
+30	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+31	:	:	PUNCT	_	_	_	_	_	_	*
+32	schools	school	NOUN	_	_	_	_	_	ss=n.group	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	hospitals	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	workplaces	workplace	NOUN	_	_	_	_	_	ss=n.group	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	factories	factory	NOUN	_	_	_	_	_	ss=n.group	*
+39	,	,	PUNCT	_	_	_	_	_	_	*
+40	offices	office	NOUN	_	_	_	_	_	ss=n.group	*
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	etc.	etc.	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-229
+# sent_counter = 427
+# text = text to say it would be 00th May followed within 00 mins to say it would be 00th May - bank holiday Friday and I live in a tourist area that will be packed not to mention really busy so I ' ll be wasting yet another day no doubt for them not to show .
+1	text	text	NOUN	_	_	_	_	_	ss=n.communication	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	00th	00th	ADJ	_	_	_	_	_	_	*
+8	May	may	NOUN	_	_	_	_	_	ss=n.time	*
+9	followed	follow	VERB	_	_	_	_	_	ss=v.change	*
+10	within	within	ADP	_	_	_	_	_	_	*
+11	00	00	NUM	_	_	_	_	_	_	*
+12	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	00th	00th	ADJ	_	_	_	_	_	_	*
+19	May	may	NOUN	_	_	_	_	_	ss=n.time	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	bank	bank	NOUN	_	_	_	_	_	ss=n.event	1:X
+22	holiday	holiday	NOUN	_	_	_	_	_	_	1
+23	Friday	friday	NOUN	_	_	_	_	_	_	1
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	tourist	tourist	NOUN	_	_	_	_	_	ss=n.location	2:X
+30	area	area	NOUN	_	_	_	_	_	_	2
+31	that	that	PRON	_	_	_	_	_	_	*
+32	will	will	AUX	_	_	_	_	_	_	*
+33	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	packed	packed	ADJ	_	_	_	_	_	_	*
+35	not	not	ADV	_	_	_	_	_	_	3:X
+36	to	to	PART	_	_	_	_	_	_	3
+37	mention	mention	VERB	_	_	_	_	_	_	3
+38	really	really	ADV	_	_	_	_	_	_	*
+39	busy	busy	ADJ	_	_	_	_	_	_	*
+40	so	so	CCONJ	_	_	_	_	_	_	*
+41	I	i	PRON	_	_	_	_	_	_	*
+42	'	'	PART	_	_	_	_	_	_	*
+43	ll	ll	VERB	_	_	_	_	_	_	*
+44	be	be	AUX	_	_	_	_	_	_	*
+45	wasting	waste	VERB	_	_	_	_	_	ss=v.stative	*
+46	yet	yet	ADV	_	_	_	_	_	_	*
+47	another	another	DET	_	_	_	_	_	_	*
+48	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+49	no	no	DET	_	_	_	_	_	_	4:X
+50	doubt	doubt	NOUN	_	_	_	_	_	_	4
+51	for	for	ADP	_	_	_	_	_	_	*
+52	them	them	PRON	_	_	_	_	_	_	*
+53	not	not	ADV	_	_	_	_	_	_	*
+54	to	to	PART	_	_	_	_	_	_	*
+55	show	show	VERB	_	_	_	_	_	ss=v.change	*
+56	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.178
+# sent_counter = 428
+# text = Nothing like doing taxes to make you feel old . Think I 'll play some SNES to make up for it .
+1	Nothing	nothing	NOUN	_	_	_	_	_	_	*
+2	like	like	SCONJ	_	_	_	_	_	_	*
+3	doing	do	VERB	_	_	_	_	_	ss=v.creation	*
+4	taxes	tax	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+9	old	old	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	'll	'll	AUX	_	_	_	_	_	_	*
+14	play	play	VERB	_	_	_	_	_	ss=v.contact	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	SNES	snes	PROPN	_	_	_	_	_	ss=n.artifact	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	make	make	VERB	_	_	_	_	_	ss=v.stative	1:X
+19	up	up	ADP	_	_	_	_	_	_	1
+20	for	for	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.432
+# sent_counter = 429
+# text = She got 2b good looking cuz she so hard 2 please
+1	She	she	PRON	_	_	_	_	_	_	*
+2	got	get	AUX	_	_	_	_	_	_	*
+3	2b	2b	VERB	_	_	_	_	_	ss=v.stative	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	looking	looking	ADJ	_	_	_	_	_	_	*
+6	cuz	cuz	ADP	_	_	_	_	_	_	*
+7	she	she	PRON	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	hard	hard	ADJ	_	_	_	_	_	_	*
+10	2	2	PART	_	_	_	_	_	_	*
+11	please	please	VERB	_	_	_	_	_	ss=v.emotion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.474
+# sent_counter = 430
+# text = @DJTommy2GunzLTL smh they had to book him fa something .. smh
+1	@DJTommy2GunzLTL	@USER	X	_	_	_	_	_	_	*
+2	smh	smh	X	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	book	book	VERB	_	_	_	_	_	ss=v.communication	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	fa	fa	ADP	_	_	_	_	_	_	*
+9	something	something	NOUN	_	_	_	_	_	_	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	smh	smh	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.50
+# sent_counter = 431
+# text = I love My sister and her slowness lolol
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	My	my	PRON	_	_	_	_	_	_	*
+4	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	her	her	PRON	_	_	_	_	_	_	*
+7	slowness	slowness	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	lolol	lolol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.2
+# sent_counter = 432
+# text = I was in my 20s before I ever went to an art museum .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	20s	20	NOUN	_	_	_	_	_	ss=n.state	*
+6	before	before	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	art	art	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+13	museum	museum	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.5
+# sent_counter = 433
+# text = And you know , an epiphany is usually something you find that you dropped someplace .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	epiphany	epiphany	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	usually	usually	ADV	_	_	_	_	_	_	*
+9	something	something	NOUN	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	dropped	drop	VERB	_	_	_	_	_	ss=v.motion	*
+15	someplace	someplace	NOUN	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-321
+# sent_counter = 434
+# text = If a person isn ' t at home it ' s OK to sign for the goods themselves and do with them what they please ?
+1	If	if	CCONJ	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	isn	isn	VERB	_	_	_	_	_	ss=v.stative	*
+5	'	'	PART	_	_	_	_	_	_	*
+6	t	t	PART	_	_	_	_	_	_	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	'	'	PART	_	_	_	_	_	_	*
+11	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+12	OK	ok	ADJ	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	sign	sign	VERB	_	_	_	_	_	ss=v.communication	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	goods	good	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	themselves	themselves	PRON	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	them	them	PRON	_	_	_	_	_	_	*
+23	what	what	PRON	_	_	_	_	_	_	*
+24	they	they	PRON	_	_	_	_	_	_	*
+25	please	please	VERB	_	_	_	_	_	ss=v.emotion	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-240
+# sent_counter = 435
+# text = My order was easy to do , disatched quickly , delivered promptly , and my Wrangler boots are fantastic , nicer than in the picture .
+1	My	my	DET	_	_	_	_	_	_	*
+2	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	easy	easy	ADV	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	disatched	disatched	VERB	_	_	_	_	_	ss=v.motion	*
+9	quickly	quickly	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+12	promptly	promptly	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	my	my	DET	_	_	_	_	_	_	*
+16	Wrangler	wrangler	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+17	boots	boot	NOUN	_	_	_	_	_	_	1
+18	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	nicer	nice	ADJ	_	_	_	_	_	_	*
+22	than	than	ADP	_	_	_	_	_	_	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	picture	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.350
+# sent_counter = 436
+# text = Apple Now Accepting Design Award Nominations – PC Magazine http://t.co/JBpgnboS
+1	Apple	apple	PROPN	_	_	_	_	_	ss=n.group	*
+2	Now	now	ADV	_	_	_	_	_	_	*
+3	Accepting	accept	VERB	_	_	_	_	_	ss=v.stative	*
+4	Design	design	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	Award	award	NOUN	_	_	_	_	_	_	1
+6	Nominations	nomination	NOUN	_	_	_	_	_	_	1
+7	–	–	PUNCT	_	_	_	_	_	_	*
+8	PC	pc	PROPN	_	_	_	_	_	ss=n.communication	2:X
+9	Magazine	magazine	PROPN	_	_	_	_	_	_	2
+10	http://t.co/JBpgnboS	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-122
+# sent_counter = 437
+# text = I know I can be assured of next - day delivery .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	assured	assured	ADJ	_	_	_	_	_	_	1
+7	of	of	ADP	_	_	_	_	_	_	*
+8	next	next	ADJ	_	_	_	_	_	ss=n.act	2:X
+9	-	-	PUNCT	_	_	_	_	_	_	2
+10	day	day	NOUN	_	_	_	_	_	_	2
+11	delivery	delivery	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.291
+# sent_counter = 438
+# text = @TmoNSays of course she is lol
+1	@TmoNSays	@USER	X	_	_	_	_	_	_	*
+2	of	of	SCONJ	_	_	_	_	_	_	1:X
+3	course	course	NOUN	_	_	_	_	_	_	1
+4	she	she	PRON	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.443
+# sent_counter = 439
+# text = Great Review on #JBSpinshttp :// jbspins.blogspot.com/2010/10/fandom-love-saturday-nightmares.html
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	#JBSpinshttp	#jbspinshttp	X	_	_	_	_	_	_	*
+5	://	URL	X	_	_	_	_	_	_	*
+6	jbspins.blogspot.com/2010/10/fandom-love-saturday-nightmares.html	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-8
+# sent_counter = 440
+# text = Very poor service Quidco .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	poor	poor	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	Quidco	quidco	PROPN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.345
+# sent_counter = 441
+# text = @yosoyRoland no you were right lol .. I do have to stop and I appreciate the input
+1	@yosoyRoland	@USER	X	_	_	_	_	_	_	*
+2	no	no	INTJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	right	right	ADJ	_	_	_	_	_	_	*
+6	lol	lol	INTJ	_	_	_	_	_	_	*
+7	..	..	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	have	have	VERB	_	_	_	_	_	_	1:X
+11	to	to	PART	_	_	_	_	_	_	1
+12	stop	stop	VERB	_	_	_	_	_	ss=v.motion	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	input	input	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.4
+# sent_counter = 442
+# text = The kidney was indeed the first organ ever to be transplanted to the human .
+1	The	the	DET	_	_	_	_	_	_	*
+2	kidney	kidney	NOUN	_	_	_	_	_	ss=n.body	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	indeed	indeed	ADV	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	first	first	ADJ	_	_	_	_	_	_	*
+7	organ	organ	NOUN	_	_	_	_	_	ss=n.body	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	transplanted	transplant	VERB	_	_	_	_	_	ss=v.body	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	human	human	NOUN	_	_	_	_	_	ss=n.animal	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-300
+# sent_counter = 443
+# text = Great range too .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	range	range	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	too	too	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-31
+# sent_counter = 444
+# text = Overall impression : good and easy to use website , good range of products , not the cheapest by far but been fine so far for a fast top up order .
+1	Overall	overall	ADJ	_	_	_	_	_	_	*
+2	impression	impression	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	easy	easy	ADV	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.cognition	*
+9	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	good	good	ADJ	_	_	_	_	_	_	*
+12	range	range	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	not	not	ADV	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+19	by	by	ADP	_	_	_	_	_	_	1:X
+20	far	far	ADV	_	_	_	_	_	_	1
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	fine	fine	ADJ	_	_	_	_	_	_	*
+24	so	so	ADV	_	_	_	_	_	_	*
+25	far	far	ADV	_	_	_	_	_	_	*
+26	for	for	ADP	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	fast	fast	ADJ	_	_	_	_	_	_	*
+29	top	top	ADJ	_	_	_	_	_	ss=n.possession	2:X
+30	up	up	ADJ	_	_	_	_	_	_	2
+31	order	order	NOUN	_	_	_	_	_	_	2
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.78
+# sent_counter = 445
+# text = PEOPLE OF THE INTERNET ! The Prince doco is on at 9PM on BBC4 , and then Purple Rain is on at 10PM . Apologies for earlier incorrect timings .
+1	PEOPLE	people	NOUN	_	_	_	_	_	ss=n.person	*
+2	OF	of	ADP	_	_	_	_	_	_	*
+3	THE	the	DET	_	_	_	_	_	_	*
+4	INTERNET	internet	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	The	the	DET	_	_	_	_	_	ss=n.communication	1:X
+7	Prince	prince	PROPN	_	_	_	_	_	_	1
+8	doco	doco	NOUN	_	_	_	_	_	_	1
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	9PM	NUMBER	NUM	_	_	_	_	_	_	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	BBC4	bbc4	PROPN	_	_	_	_	_	ss=n.communication	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	then	then	ADV	_	_	_	_	_	_	*
+18	Purple	purple	PROPN	_	_	_	_	_	ss=n.communication	2:X
+19	Rain	rain	PROPN	_	_	_	_	_	_	2
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	10PM	NUMBER	NUM	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	Apologies	apology	NOUN	_	_	_	_	_	ss=n.communication	*
+26	for	for	ADP	_	_	_	_	_	_	*
+27	earlier	earlier	ADJ	_	_	_	_	_	_	*
+28	incorrect	incorrect	ADJ	_	_	_	_	_	_	*
+29	timings	timing	NOUN	_	_	_	_	_	ss=n.attribute	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.4
+# sent_counter = 446
+# text = Yves Behar : And in scenic Switzerland for me .
+1	Yves	yves	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Behar	behar	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	And	and	CCONJ	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	scenic	scenic	ADJ	_	_	_	_	_	_	*
+7	Switzerland	switzerland	PROPN	_	_	_	_	_	ss=n.location	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.222
+# sent_counter = 447
+# text = @alvinhocheese @Zixuan29 I uploaded/uploading remaining albums . Muackszx
+1	@alvinhocheese	@USER	X	_	_	_	_	_	_	*
+2	@Zixuan29	@USER	X	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	uploaded/uploading	uploaded/uploading	VERB	_	_	_	_	_	ss=v.change	*
+5	remaining	remain	VERB	_	_	_	_	_	ss=v.change	*
+6	albums	album	NOUN	_	_	_	_	_	ss=n.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Muackszx	muackszx	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-157
+# sent_counter = 448
+# text = Caller was very polite and efficient .
+1	Caller	caller	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	polite	polite	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	efficient	efficient	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-126
+# sent_counter = 449
+# text = Super quality , good range , efficient delivery - I would recommend The Door Handle Company to anyone .
+1	Super	super	ADJ	_	_	_	_	_	_	*
+2	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	range	range	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	efficient	efficient	ADJ	_	_	_	_	_	_	*
+8	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	would	would	VERB	_	_	_	_	_	_	*
+12	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+13	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+14	Door	door	NOUN	_	_	_	_	_	_	1
+15	Handle	handle	NOUN	_	_	_	_	_	_	1
+16	Company	company	NOUN	_	_	_	_	_	_	1
+17	to	to	ADP	_	_	_	_	_	_	*
+18	anyone	anyone	NOUN	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.4
+# sent_counter = 450
+# text = But I do n't buy anything new .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	anything	anything	NOUN	_	_	_	_	_	_	*
+7	new	new	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.8
+# sent_counter = 451
+# text = And the man who talked at that evening lecture was very interesting .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	talked	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	evening	evening	NOUN	_	_	_	_	_	ss=n.communication	1:X
+9	lecture	lecture	NOUN	_	_	_	_	_	_	1
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	interesting	interesting	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-262
+# sent_counter = 452
+# text = More expensive than some competitors but has good coverage .
+1	More	more	ADV	_	_	_	_	_	_	*
+2	expensive	expensive	ADJ	_	_	_	_	_	_	*
+3	than	than	ADP	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	competitors	competitor	NOUN	_	_	_	_	_	ss=n.relation	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	coverage	coverage	NOUN	_	_	_	_	_	ss=n.communication	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.441
+# sent_counter = 453
+# text = RT @nomoreperks : i love how people on #subeta can admit to crying over pokemon movies . ( ngl , i did too )
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@nomoreperks	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	#subeta	#subeta	PROPN	_	_	_	_	_	ss=n.group	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	admit	admit	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	SCONJ	_	_	_	_	_	_	*
+13	crying	cry	VERB	_	_	_	_	_	ss=v.body	*
+14	over	over	ADP	_	_	_	_	_	_	*
+15	pokemon	pokemon	PROPN	_	_	_	_	_	ss=n.communication	1:X
+16	movies	movie	NOUN	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	ngl	ngl	X	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	i	i	PRON	_	_	_	_	_	_	*
+22	did	do	VERB	_	_	_	_	_	ss=v.body	*
+23	too	too	ADV	_	_	_	_	_	_	*
+24	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.139
+# sent_counter = 454
+# text = @ninbroken52 LoL Looks like I hit the nail n the head with that one . ;-P
+1	@ninbroken52	@USER	X	_	_	_	_	_	_	*
+2	LoL	lol	INTJ	_	_	_	_	_	_	*
+3	Looks	look	VERB	_	_	_	_	_	ss=v.perception	1:X
+4	like	like	SCONJ	_	_	_	_	_	_	1
+5	I	i	PRON	_	_	_	_	_	_	*
+6	hit	hit	VERB	_	_	_	_	_	ss=v.change	2:X
+7	the	the	DET	_	_	_	_	_	_	2
+8	nail	nail	NOUN	_	_	_	_	_	_	2
+9	n	n	ADP	_	_	_	_	_	_	2
+10	the	the	DET	_	_	_	_	_	_	2
+11	head	head	NOUN	_	_	_	_	_	_	2
+12	with	with	ADP	_	_	_	_	_	_	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	one	NUMBER	NUM	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	;-P	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.244
+# sent_counter = 455
+# text = @ThreeeStacks @lildick_e Woooooooow
+1	@ThreeeStacks	@USER	X	_	_	_	_	_	_	*
+2	@lildick_e	@USER	X	_	_	_	_	_	_	*
+3	Woooooooow	woooooooow	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-254
+# sent_counter = 456
+# text = A 0 ***** Company .
+1	A	a	DET	_	_	_	_	_	_	*
+2	0	0	NUM	_	_	_	_	_	_	*
+3	*****	*****	X	_	_	_	_	_	_	*
+4	Company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.53
+# sent_counter = 457
+# text = Former Villarreal and Panathinaikos boss Victor Munoz set for Al Ittihad post http://t.co/d9SN0ieQ
+1	Former	former	ADJ	_	_	_	_	_	_	*
+2	Villarreal	villarreal	PROPN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Panathinaikos	panathinaikos	PROPN	_	_	_	_	_	ss=n.group	*
+5	boss	boss	NOUN	_	_	_	_	_	ss=n.person	*
+6	Victor	victor	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	Munoz	munoz	PROPN	_	_	_	_	_	_	1
+8	set	set	VERB	_	_	_	_	_	ss=v.stative	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	Al	al	PROPN	_	_	_	_	_	ss=n.act	2:X
+11	Ittihad	ittihad	PROPN	_	_	_	_	_	_	2
+12	post	post	NOUN	_	_	_	_	_	_	2
+13	http://t.co/d9SN0ieQ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.80
+# sent_counter = 458
+# text = @MaliiBo @_tee_aanal miss y'all too just gonna leave me out the damn convo dicks lol
+1	@MaliiBo	@USER	X	_	_	_	_	_	_	*
+2	@_tee_aanal	@USER	X	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+4	y'all	y'all	PRON	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	gonna	gonna	AUX	_	_	_	_	_	_	*
+8	leave	leave	VERB	_	_	_	_	_	ss=v.social	1:X
+9	me	me	PRON	_	_	_	_	_	_	*
+10	out	out	ADP	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	damn	damn	ADJ	_	_	_	_	_	_	*
+13	convo	convo	NOUN	_	_	_	_	_	ss=n.communication	*
+14	dicks	dick	NOUN	_	_	_	_	_	ss=n.person	*
+15	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.3
+# sent_counter = 459
+# text = And what do I mean by that ?
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+6	by	by	ADP	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.60
+# sent_counter = 460
+# text = @DAPtheGreat THANK YOU !!!!
+1	@DAPtheGreat	@USER	X	_	_	_	_	_	_	*
+2	THANK	thank	VERB	_	_	_	_	_	ss=v.communication	*
+3	YOU	you	PRON	_	_	_	_	_	_	*
+4	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.349
+# sent_counter = 461
+# text = I need to stop being so realistic !! #being a dreamer once in a while is such a blessing some times
+1	I	i	PRON	_	_	_	_	_	_	*
+2	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	stop	stop	VERB	_	_	_	_	_	ss=v.motion	*
+5	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	realistic	realistic	ADJ	_	_	_	_	_	_	*
+8	!!	!!	PUNCT	_	_	_	_	_	_	*
+9	#being	#being	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	dreamer	dreamer	NOUN	_	_	_	_	_	ss=n.person	*
+12	once	once	ADV	_	_	_	_	_	_	1:X
+13	in	in	ADP	_	_	_	_	_	_	1
+14	a	a	DET	_	_	_	_	_	_	1
+15	while	while	NOUN	_	_	_	_	_	_	1
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	such	such	DET	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	blessing	blessing	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	some	some	DET	_	_	_	_	_	_	2:X
+21	times	times	NOUN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-44
+# sent_counter = 462
+# text = The flight was fine and the staff courteous and friendly .
+1	The	the	DET	_	_	_	_	_	_	*
+2	flight	flight	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fine	fine	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	courteous	courteous	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	friendly	friendly	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.481
+# sent_counter = 463
+# text = @xMSxJAZZEExTGOD lol , naw , we good
+1	@xMSxJAZZEExTGOD	@USER	X	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	naw	naw	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.495
+# sent_counter = 464
+# text = RT @bigbarracuda : If U R a scuba diver U must read Barracuda . This novel has more thrills than JAWS ! 57 reviews 4stars http://simurl.com ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@bigbarracuda	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	If	if	SCONJ	_	_	_	_	_	_	*
+5	U	u	PRON	_	_	_	_	_	_	*
+6	R	r	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	scuba	scuba	NOUN	_	_	_	_	_	ss=n.person	1:X
+9	diver	diver	NOUN	_	_	_	_	_	_	1
+10	U	u	PRON	_	_	_	_	_	_	*
+11	must	must	AUX	_	_	_	_	_	_	*
+12	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+13	Barracuda	barracuda	PROPN	_	_	_	_	_	ss=n.communication	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	This	this	DET	_	_	_	_	_	_	*
+16	novel	novel	NOUN	_	_	_	_	_	ss=n.communication	*
+17	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	more	more	ADJ	_	_	_	_	_	_	*
+19	thrills	thrill	NOUN	_	_	_	_	_	ss=n.feeling	*
+20	than	than	ADP	_	_	_	_	_	_	*
+21	JAWS	jaws	PROPN	_	_	_	_	_	ss=n.communication	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	57	NUMBER	NUM	_	_	_	_	_	_	*
+24	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+25	4stars	4stars	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	http://simurl.com	URL	X	_	_	_	_	_	_	*
+27	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.241
+# sent_counter = 465
+# text = @RubertOfficial right back atcha bro :)
+1	@RubertOfficial	@USER	X	_	_	_	_	_	_	*
+2	right	right	ADV	_	_	_	_	_	_	1:X
+3	back	back	ADV	_	_	_	_	_	_	1
+4	atcha	atcha	X	_	_	_	_	_	_	1
+5	bro	bro	NOUN	_	_	_	_	_	ss=n.person	*
+6	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.355
+# sent_counter = 466
+# text = Sleeping beauty like princess ~
+1	Sleeping	sleep	VERB	_	_	_	_	_	ss=n.person	1:X
+2	beauty	beauty	NOUN	_	_	_	_	_	_	1
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	princess	princess	NOUN	_	_	_	_	_	ss=n.person	*
+5	~	~	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-154
+# sent_counter = 467
+# text = There isn ' t any !
+1	There	there	ADV	_	_	_	_	_	_	*
+2	isn	isn	VERB	_	_	_	_	_	ss=v.stative	*
+3	'	'	PART	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.123
+# sent_counter = 468
+# text = I 'm saving gas today
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	saving	save	VERB	_	_	_	_	_	ss=v.stative	*
+4	gas	gas	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	today	today	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.275
+# sent_counter = 469
+# text = Excellent article about Intelligent Management founder Lepore inspired by Jewish philosophy to find business solutions http://bit.ly/kxbW2Q
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	article	article	NOUN	_	_	_	_	_	ss=n.communication	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	Intelligent	intelligent	PROPN	_	_	_	_	_	ss=n.cognition	1:X
+5	Management	management	PROPN	_	_	_	_	_	_	1
+6	founder	founder	NOUN	_	_	_	_	_	ss=n.person	*
+7	Lepore	lepore	PROPN	_	_	_	_	_	ss=n.person	*
+8	inspired	inspire	VERB	_	_	_	_	_	ss=v.emotion	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	Jewish	jewish	PROPN	_	_	_	_	_	ss=n.cognition	2:X
+11	philosophy	philosophy	NOUN	_	_	_	_	_	_	2
+12	to	to	PART	_	_	_	_	_	_	*
+13	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+14	business	business	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+15	solutions	solution	NOUN	_	_	_	_	_	_	3
+16	http://bit.ly/kxbW2Q	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.304
+# sent_counter = 470
+# text = RT @SnackzBITCH : Eat that pussc like cold pizza lol
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SnackzBITCH	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	pussc	pussc	NOUN	_	_	_	_	_	ss=n.body	*
+7	like	like	ADP	_	_	_	_	_	_	*
+8	cold	cold	ADJ	_	_	_	_	_	_	*
+9	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+10	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.282
+# sent_counter = 471
+# text = RT @djhellayella : Tonight I 'm at Club West in San Antonio ... This is what it was like the last time I was there . ( cont ) http://tl.gd/bb2458
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@djhellayella	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.event	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Club	club	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	West	west	PROPN	_	_	_	_	_	_	1
+10	in	in	ADP	_	_	_	_	_	_	*
+11	San	san	PROPN	_	_	_	_	_	ss=n.location	2:X
+12	Antonio	antonio	PROPN	_	_	_	_	_	_	2
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	This	this	PRON	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	what	what	PRON	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	like	like	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	last	last	ADJ	_	_	_	_	_	_	*
+22	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	there	there	ADV	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	(	(	X	_	_	_	_	_	_	*
+28	cont	cont	X	_	_	_	_	_	_	*
+29	)	)	X	_	_	_	_	_	_	*
+30	http://tl.gd/bb2458	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.8
+# sent_counter = 472
+# text = So , we have this ability as well .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	ability	ability	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	as	as	ADP	_	_	_	_	_	_	*
+8	well	well	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.403
+# sent_counter = 473
+# text = Griner s a boss
+1	Griner	griner	PROPN	_	_	_	_	_	ss=n.person	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	boss	boss	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.7
+# sent_counter = 474
+# text = But it 's become something else .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	AUX	_	_	_	_	_	_	*
+4	become	become	VERB	_	_	_	_	_	ss=v.change	*
+5	something	something	NOUN	_	_	_	_	_	_	*
+6	else	else	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-224
+# sent_counter = 475
+# text = Perhaps worse than this is the disgraceful customer service - putting the phone down on me as soon as I get through ( after dozens of attempts ) to their customer service helpline , ZERO replies to emails to customer service and removing my comments on this issue from their facebook page rather than replying .
+1	Perhaps	perhaps	ADV	_	_	_	_	_	_	*
+2	worse	worse	ADJ	_	_	_	_	_	_	*
+3	than	than	ADP	_	_	_	_	_	_	*
+4	this	this	PRON	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	disgraceful	disgraceful	ADJ	_	_	_	_	_	_	*
+8	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+9	service	service	NOUN	_	_	_	_	_	_	1
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	putting	put	VERB	_	_	_	_	_	ss=v.contact	2:X
+12	the	the	DET	_	_	_	_	_	_	*
+13	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	down	down	PART	_	_	_	_	_	_	2
+15	on	on	ADP	_	_	_	_	_	_	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	as	as	ADP	_	_	_	_	_	_	*
+18	soon	soon	ADV	_	_	_	_	_	_	*
+19	as	as	ADP	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	get	get	VERB	_	_	_	_	_	ss=v.communication	3:X
+22	through	through	PART	_	_	_	_	_	_	3
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	after	after	ADP	_	_	_	_	_	_	*
+25	dozens	dozens	NOUN	_	_	_	_	_	ss=n.quantity	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	attempts	attempt	NOUN	_	_	_	_	_	ss=n.act	*
+28	)	)	PUNCT	_	_	_	_	_	_	*
+29	to	to	ADP	_	_	_	_	_	_	*
+30	their	their	DET	_	_	_	_	_	_	*
+31	customer	customer	NOUN	_	_	_	_	_	ss=n.communication	4:X
+32	service	service	NOUN	_	_	_	_	_	_	4
+33	helpline	helpline	NOUN	_	_	_	_	_	_	4
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	ZERO	zero	NUM	_	_	_	_	_	_	*
+36	replies	reply	NOUN	_	_	_	_	_	ss=n.communication	*
+37	to	to	ADP	_	_	_	_	_	_	*
+38	emails	email	NOUN	_	_	_	_	_	ss=n.communication	*
+39	to	to	ADP	_	_	_	_	_	_	*
+40	customer	customer	NOUN	_	_	_	_	_	ss=n.communication	5:X
+41	service	service	NOUN	_	_	_	_	_	_	5
+42	and	and	CCONJ	_	_	_	_	_	_	*
+43	removing	remove	VERB	_	_	_	_	_	ss=v.change	*
+44	my	my	DET	_	_	_	_	_	_	*
+45	comments	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+46	on	on	ADP	_	_	_	_	_	_	*
+47	this	this	DET	_	_	_	_	_	_	*
+48	issue	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+49	from	from	ADP	_	_	_	_	_	_	*
+50	their	their	DET	_	_	_	_	_	_	*
+51	facebook	facebook	NOUN	_	_	_	_	_	ss=n.communication	6:X
+52	page	page	NOUN	_	_	_	_	_	_	6
+53	rather	rather	ADV	_	_	_	_	_	_	*
+54	than	than	ADP	_	_	_	_	_	_	*
+55	replying	reply	VERB	_	_	_	_	_	ss=v.communication	*
+56	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-201
+# sent_counter = 476
+# text = Item arrived quickly .
+1	Item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+3	quickly	quickly	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-312
+# sent_counter = 477
+# text = extremely unsatisfied with the customer services I recieved when the toilet basin they supplied was faulty still waiting for replacement after reporting fault 0 weeks ago Will not be using again .
+1	extremely	extremely	ADV	_	_	_	_	_	_	*
+2	unsatisfied	unsatisfied	ADJ	_	_	_	_	_	_	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+6	services	services	NOUN	_	_	_	_	_	_	1
+7	I	i	PRON	_	_	_	_	_	_	*
+8	recieved	recieved	VERB	_	_	_	_	_	ss=v.communication	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	toilet	toilet	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+12	basin	basin	NOUN	_	_	_	_	_	_	2
+13	they	they	PRON	_	_	_	_	_	_	*
+14	supplied	supply	VERB	_	_	_	_	_	ss=v.possession	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	faulty	faulty	ADJ	_	_	_	_	_	_	*
+17	still	still	ADV	_	_	_	_	_	_	*
+18	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	replacement	replacement	NOUN	_	_	_	_	_	ss=n.act	*
+21	after	after	ADP	_	_	_	_	_	_	*
+22	reporting	report	VERB	_	_	_	_	_	ss=v.communication	*
+23	fault	fault	NOUN	_	_	_	_	_	ss=n.state	*
+24	0	0	NUM	_	_	_	_	_	_	*
+25	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+26	ago	ago	ADV	_	_	_	_	_	_	*
+27	Will	will	AUX	_	_	_	_	_	_	*
+28	not	not	ADV	_	_	_	_	_	_	*
+29	be	be	AUX	_	_	_	_	_	_	*
+30	using	use	VERB	_	_	_	_	_	ss=v.stative	*
+31	again	again	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.27
+# sent_counter = 478
+# text = RT @LoveDrGuadalupe : I feel like a bum , I look like a bum , I smell like a bum , I am hungry like a bum . I am just a fucking bum .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@LoveDrGuadalupe	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	bum	bum	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+12	like	like	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	bum	bum	NOUN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	smell	smell	VERB	_	_	_	_	_	ss=v.perception	*
+18	like	like	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	bum	bum	NOUN	_	_	_	_	_	ss=n.person	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	hungry	hungry	ADJ	_	_	_	_	_	_	*
+25	like	like	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	bum	bum	NOUN	_	_	_	_	_	ss=n.person	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	I	i	PRON	_	_	_	_	_	_	*
+30	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	just	just	ADV	_	_	_	_	_	_	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	fucking	fucking	ADJ	_	_	_	_	_	_	*
+34	bum	bum	NOUN	_	_	_	_	_	ss=n.person	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.8
+# sent_counter = 479
+# text = FN : And I also had an interest in dangerous inventions .
+1	FN	fn	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	And	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	also	also	ADV	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	interest	interest	NOUN	_	_	_	_	_	ss=n.feeling	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	dangerous	dangerous	ADJ	_	_	_	_	_	_	*
+11	inventions	invention	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-98
+# sent_counter = 480
+# text = We were originally just after a replacement but decided that we no longer wished to deal with this company after many concerning phone calls and went for a refund instead .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	originally	originally	ADV	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	replacement	replacement	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+10	that	that	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	no	no	DET	_	_	_	_	_	_	*
+13	longer	longer	ADV	_	_	_	_	_	_	*
+14	wished	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	deal	deal	VERB	_	_	_	_	_	ss=v.communication	1:X
+17	with	with	ADP	_	_	_	_	_	_	1
+18	this	this	DET	_	_	_	_	_	_	*
+19	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+20	after	after	ADP	_	_	_	_	_	_	*
+21	many	many	ADJ	_	_	_	_	_	_	*
+22	concerning	concerning	ADJ	_	_	_	_	_	_	*
+23	phone	phone	NOUN	_	_	_	_	_	ss=n.act	2:X
+24	calls	call	NOUN	_	_	_	_	_	_	2
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+27	for	for	ADP	_	_	_	_	_	_	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	refund	refund	NOUN	_	_	_	_	_	ss=n.possession	*
+30	instead	instead	ADV	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-249
+# sent_counter = 481
+# text = Products are cheaper than any where else on the net taste lovely easy to order and quick delivery
+1	Products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+4	than	than	ADP	_	_	_	_	_	_	*
+5	any	any	DET	_	_	_	_	_	_	1:X
+6	where	where	ADV	_	_	_	_	_	_	1
+7	else	else	ADV	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	net	net	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	taste	taste	VERB	_	_	_	_	_	ss=v.body	*
+12	lovely	lovely	ADJ	_	_	_	_	_	_	*
+13	easy	easy	ADV	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	quick	quick	ADJ	_	_	_	_	_	_	*
+18	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-292
+# sent_counter = 482
+# text = Excellent products , huge selection , super fast shipping , and as always , great customer service .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	huge	huge	ADJ	_	_	_	_	_	_	*
+5	selection	selection	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	super	super	ADV	_	_	_	_	_	_	*
+8	fast	fast	ADJ	_	_	_	_	_	_	*
+9	shipping	shipping	NOUN	_	_	_	_	_	ss=n.act	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	as	as	ADP	_	_	_	_	_	_	*
+13	always	always	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+16	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+17	service	service	NOUN	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.92
+# sent_counter = 483
+# text = RT @ZhihuiLee : Don't nonsense ley ! We brother sister ! :D @JasonTan1511 I thought you love @XuepingAdole ma !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ZhihuiLee	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Don't	don't	VERB	_	_	_	_	_	ss=v.stative	*
+5	nonsense	nonsense	NOUN	_	_	_	_	_	_	*
+6	ley	ley	NOUN	_	_	_	_	_	ss=n.person	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	We	we	PRON	_	_	_	_	_	_	*
+9	brother	brother	NOUN	_	_	_	_	_	ss=n.person	*
+10	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	:D	EMOTICON	X	_	_	_	_	_	_	*
+13	@JasonTan1511	@USER	X	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+18	@XuepingAdole	@USER	X	_	_	_	_	_	_	*
+19	ma	ma	NOUN	_	_	_	_	_	ss=n.person	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.370
+# sent_counter = 484
+# text = @PamalaSharpe lmao I 'm not a sheep who listens to it cos everyone else does , it s generally shit :(
+1	@PamalaSharpe	@USER	X	_	_	_	_	_	_	*
+2	lmao	lmao	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	1:X
+4	'm	'm	VERB	_	_	_	_	_	_	1
+5	not	not	PART	_	_	_	_	_	_	1
+6	a	a	DET	_	_	_	_	_	_	*
+7	sheep	sheep	NOUN	_	_	_	_	_	ss=n.animal	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	listens	listen	VERB	_	_	_	_	_	ss=v.perception	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	cos	cos	SCONJ	_	_	_	_	_	_	*
+13	everyone	everyone	NOUN	_	_	_	_	_	_	2:X
+14	else	else	ADV	_	_	_	_	_	_	2
+15	does	do	VERB	_	_	_	_	_	ss=v.social	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+19	generally	generally	ADV	_	_	_	_	_	_	*
+20	shit	shit	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	:(	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-216
+# sent_counter = 485
+# text = You can also make with water if you dont fancy the milk .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	water	water	NOUN	_	_	_	_	_	ss=n.substance	*
+7	if	if	CCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	dont	dont	VERB	_	_	_	_	_	_	*
+10	fancy	fancy	VERB	_	_	_	_	_	ss=v.emotion	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	milk	milk	NOUN	_	_	_	_	_	ss=n.food	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.71
+# sent_counter = 486
+# text = Making #Travel a Reality http://t.co/r4IWjn4B @DenverEric #yakezie #lifestyle #budget #travelhacking
+1	Making	make	VERB	_	_	_	_	_	ss=v.creation	*
+2	#Travel	#travel	NOUN	_	_	_	_	_	ss=n.act	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Reality	reality	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	http://t.co/r4IWjn4B	URL	X	_	_	_	_	_	_	*
+6	@DenverEric	@USER	X	_	_	_	_	_	_	*
+7	#yakezie	#yakezie	X	_	_	_	_	_	_	*
+8	#lifestyle	#lifestyle	X	_	_	_	_	_	_	*
+9	#budget	#budget	X	_	_	_	_	_	_	*
+10	#travelhacking	#travelhacking	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-35
+# sent_counter = 487
+# text = When family visit no - one has to waste time in the kitchen .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+4	no	no	PRON	_	_	_	_	_	_	1:X
+5	-	-	PUNCT	_	_	_	_	_	_	1
+6	one	one	PRON	_	_	_	_	_	_	1
+7	has	have	AUX	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	waste	waste	VERB	_	_	_	_	_	ss=v.possession	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.35
+# sent_counter = 488
+# text = " @allkpop : Super Junior ’s Siwon transforms into ‘ Captain Choi ’ for “ Poseidon ” http://t.co/W2aG8os "
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	@allkpop	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Super	super	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Junior	junior	PROPN	_	_	_	_	_	_	1
+6	’s	’s	PART	_	_	_	_	_	_	1
+7	Siwon	siwon	PROPN	_	_	_	_	_	_	1
+8	transforms	transform	VERB	_	_	_	_	_	ss=v.change	*
+9	into	into	ADP	_	_	_	_	_	_	*
+10	‘	‘	PUNCT	_	_	_	_	_	_	*
+11	Captain	captain	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Choi	choi	PROPN	_	_	_	_	_	_	2
+13	’	’	PUNCT	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	“	“	PUNCT	_	_	_	_	_	_	*
+16	Poseidon	poseidon	PROPN	_	_	_	_	_	ss=n.act	*
+17	”	”	PUNCT	_	_	_	_	_	_	*
+18	http://t.co/W2aG8os	URL	X	_	_	_	_	_	_	*
+19	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.293
+# sent_counter = 489
+# text = @justinbieber I 'm a big fan of yours and admire your work , follow me ? [/35
+1	@justinbieber	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	big	big	ADJ	_	_	_	_	_	_	*
+6	fan	fan	NOUN	_	_	_	_	_	ss=n.person	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	yours	yours	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	admire	admire	VERB	_	_	_	_	_	ss=v.emotion	*
+11	your	your	PRON	_	_	_	_	_	_	*
+12	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+17	[/35	[/35	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.295
+# sent_counter = 490
+# text = @RachelBlueBerry * jumps down walking over to you singing * Why do you do what you do to me ? Yea ! Why wo n't you answer me answer me ! Yea !
+1	@RachelBlueBerry	@USER	X	_	_	_	_	_	_	*
+2	*	*	PUNCT	_	_	_	_	_	_	*
+3	jumps	jump	VERB	_	_	_	_	_	ss=v.motion	*
+4	down	down	ADV	_	_	_	_	_	_	*
+5	walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	singing	sing	VERB	_	_	_	_	_	ss=v.creation	*
+10	*	*	PUNCT	_	_	_	_	_	_	*
+11	Why	why	ADV	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	do	do	VERB	_	_	_	_	_	ss=v.social	*
+15	what	what	PRON	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.social	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+21	Yea	yea	INTJ	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	Why	why	ADV	_	_	_	_	_	_	*
+24	wo	wo	AUX	_	_	_	_	_	_	*
+25	n't	n't	PART	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+28	me	me	PRON	_	_	_	_	_	_	*
+29	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+32	Yea	yea	INTJ	_	_	_	_	_	_	*
+33	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.40
+# sent_counter = 491
+# text = @mashalmatere @NjoodM @WaleedAlsaggaf @Sa7i_Elbal and some others unfollowed me [ checked by http://t.co/EwYj9xGI ]
+1	@mashalmatere	@USER	X	_	_	_	_	_	_	*
+2	@NjoodM	@USER	X	_	_	_	_	_	_	*
+3	@WaleedAlsaggaf	@USER	X	_	_	_	_	_	_	*
+4	@Sa7i_Elbal	@USER	X	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	others	others	NOUN	_	_	_	_	_	_	*
+8	unfollowed	unfollowed	VERB	_	_	_	_	_	ss=v.change	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	[	[	PUNCT	_	_	_	_	_	_	*
+11	checked	check	VERB	_	_	_	_	_	ss=v.cognition	*
+12	by	by	ADP	_	_	_	_	_	_	*
+13	http://t.co/EwYj9xGI	URL	X	_	_	_	_	_	_	*
+14	]	]	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.166
+# sent_counter = 492
+# text = RT @lemonjoose : £100 Voucher of your choice is up for grabs , just RT and follow ! #win #competition #lemonjoose
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@lemonjoose	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	£100	NUMBER	NUM	_	_	_	_	_	_	*
+5	Voucher	voucher	NOUN	_	_	_	_	_	ss=n.possession	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	up	up	ADV	_	_	_	_	_	_	1:X
+11	for	for	ADP	_	_	_	_	_	_	1
+12	grabs	grab	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	RT	rt	VERB	_	_	_	_	_	ss=v.communication	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	follow	follow	VERB	_	_	_	_	_	ss=v.communication	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	#win	#win	X	_	_	_	_	_	_	*
+20	#competition	#competition	X	_	_	_	_	_	_	*
+21	#lemonjoose	#lemonjoose	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.412
+# sent_counter = 493
+# text = @1SmartiePants when have u ever said yes ... ?
+1	@1SmartiePants	@USER	X	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	u	u	PRON	_	_	_	_	_	_	*
+5	ever	ever	ADV	_	_	_	_	_	_	*
+6	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	yes	yes	INTJ	_	_	_	_	_	_	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.390
+# sent_counter = 494
+# text = @Say_WatsReal ; awe you miss me ??
+1	@Say_WatsReal	@USER	X	_	_	_	_	_	_	*
+2	;	;	PUNCT	_	_	_	_	_	_	*
+3	awe	awe	INTJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.1
+# sent_counter = 495
+# text = Let 's start with day and night .
+1	Let	let	VERB	_	_	_	_	_	ss=v.social	*
+2	's	's	PRON	_	_	_	_	_	_	*
+3	start	start	VERB	_	_	_	_	_	ss=v.change	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-80
+# sent_counter = 496
+# text = I was very particular that I found a company that would offer me the full package - as there are many out there that do not let you have the International Warranty Card , which greatly de - values the watch if you want to sell onion the future !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	particular	particular	ADJ	_	_	_	_	_	_	*
+5	that	that	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+10	that	that	PRON	_	_	_	_	_	_	*
+11	would	would	VERB	_	_	_	_	_	_	*
+12	offer	offer	VERB	_	_	_	_	_	ss=v.communication	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	full	full	ADJ	_	_	_	_	_	ss=n.attribute	1:X
+16	package	package	NOUN	_	_	_	_	_	_	1
+17	-	-	PUNCT	_	_	_	_	_	_	*
+18	as	as	CCONJ	_	_	_	_	_	_	*
+19	there	there	ADV	_	_	_	_	_	_	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	many	many	ADJ	_	_	_	_	_	_	*
+22	out	out	ADP	_	_	_	_	_	_	*
+23	there	there	ADV	_	_	_	_	_	_	*
+24	that	that	PRON	_	_	_	_	_	_	*
+25	do	do	AUX	_	_	_	_	_	_	*
+26	not	not	ADV	_	_	_	_	_	_	*
+27	let	let	AUX	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	International	international	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+32	Warranty	warranty	NOUN	_	_	_	_	_	_	2
+33	Card	card	NOUN	_	_	_	_	_	_	2
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	which	which	PRON	_	_	_	_	_	_	*
+36	greatly	greatly	ADV	_	_	_	_	_	_	*
+37	de	de	PART	_	_	_	_	_	ss=v.change	3:X
+38	-	-	PUNCT	_	_	_	_	_	_	3
+39	values	value	VERB	_	_	_	_	_	_	3
+40	the	the	DET	_	_	_	_	_	_	*
+41	watch	watch	NOUN	_	_	_	_	_	ss=n.artifact	*
+42	if	if	CCONJ	_	_	_	_	_	_	*
+43	you	you	PRON	_	_	_	_	_	_	*
+44	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+45	to	to	PART	_	_	_	_	_	_	*
+46	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+47	onion	onion	ADP	_	_	_	_	_	_	*
+48	the	the	DET	_	_	_	_	_	_	*
+49	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+50	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.299
+# sent_counter = 497
+# text = My friends category is odd again -.-
+1	My	my	PRON	_	_	_	_	_	_	*
+2	friends	friend	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+3	category	category	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	odd	odd	ADJ	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	-.-	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-23
+# sent_counter = 498
+# text = They tried again a few hours later but still no answer .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.change	*
+3	again	again	ADV	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	few	few	ADJ	_	_	_	_	_	_	*
+6	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+7	later	later	ADV	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	still	still	ADV	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.48
+# sent_counter = 499
+# text = RT @GodlyTweet : This is the day the Lord has made , I will rejoice and be glad in it :)
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@GodlyTweet	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	This	this	PRON	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Lord	lord	PROPN	_	_	_	_	_	ss=n.person	*
+10	has	have	AUX	_	_	_	_	_	_	*
+11	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	rejoice	rejoice	VERB	_	_	_	_	_	ss=v.emotion	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	glad	glad	ADJ	_	_	_	_	_	_	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.354
+# sent_counter = 500
+# text = BUT WHO IS BUYING ?????????????????????????????????????????????????????
+1	BUT	but	CCONJ	_	_	_	_	_	_	*
+2	WHO	who	PRON	_	_	_	_	_	_	*
+3	IS	be	AUX	_	_	_	_	_	_	*
+4	BUYING	buy	VERB	_	_	_	_	_	ss=v.possession	*
+5	?????????????????????????????????????????????????????	?????????????????????????????????????????????????????	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.459
+# sent_counter = 501
+# text = @Luv_IsLove western fries
+1	@Luv_IsLove	@USER	X	_	_	_	_	_	_	*
+2	western	western	ADJ	_	_	_	_	_	_	*
+3	fries	fries	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-185
+# sent_counter = 502
+# text = Looks like the motor has gone again as the scooter is not keeping the correct speed .
+1	Looks	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	like	like	ADP	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	motor	motor	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	has	have	AUX	_	_	_	_	_	_	*
+6	gone	go	VERB	_	_	_	_	_	ss=v.change	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	as	as	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	scooter	scooter	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	is	be	AUX	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	correct	correct	ADJ	_	_	_	_	_	_	*
+16	speed	speed	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.54
+# sent_counter = 503
+# text = RT @MAMIfrom_PR : “ @Loves_BEE : #oomf Is a liar , kaylee knows who I m talking about ” a lot of yur followers r liars ! Lol
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MAMIfrom_PR	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	“	“	PUNCT	_	_	_	_	_	_	*
+5	@Loves_BEE	@USER	X	_	_	_	_	_	_	*
+6	:	:	X	_	_	_	_	_	_	*
+7	#oomf	#oomf	NOUN	_	_	_	_	_	ss=n.person	*
+8	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	liar	liar	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	kaylee	kaylee	PROPN	_	_	_	_	_	ss=n.person	*
+13	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	who	who	PRON	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+17	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+18	about	about	ADP	_	_	_	_	_	_	*
+19	”	”	PUNCT	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	yur	yur	DET	_	_	_	_	_	_	*
+24	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+25	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+26	liars	liar	NOUN	_	_	_	_	_	ss=n.attribute	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+28	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.340
+# sent_counter = 504
+# text = I needa cut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	needa	needa	VERB	_	_	_	_	_	ss=v.stative	*
+3	cut	cut	NOUN	_	_	_	_	_	ss=n.body	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-221
+# sent_counter = 505
+# text = Even over Christmas , and even though I sent the wrong prescription for what I ' d ordered !
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	over	over	ADP	_	_	_	_	_	_	*
+3	Christmas	christmas	NOUN	_	_	_	_	_	ss=n.event	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	even	even	ADV	_	_	_	_	_	_	*
+7	though	though	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	wrong	wrong	ADJ	_	_	_	_	_	_	*
+12	prescription	prescription	NOUN	_	_	_	_	_	ss=n.communication	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	'	'	PART	_	_	_	_	_	_	*
+17	d	d	VERB	_	_	_	_	_	_	*
+18	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.106
+# sent_counter = 506
+# text = @TuRbii Yes . I 'm also gong to Eastside 's pre-show rehearsal , and trying to go to yours as well . #TeamDiddleHype #ReppinHomeTeams
+1	@TuRbii	@USER	X	_	_	_	_	_	_	*
+2	Yes	yes	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	AUX	_	_	_	_	_	_	*
+6	also	also	ADV	_	_	_	_	_	_	*
+7	gong	gong	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Eastside	eastside	PROPN	_	_	_	_	_	ss=n.group	*
+10	's	's	PART	_	_	_	_	_	_	*
+11	pre-show	pre-show	ADJ	_	_	_	_	_	ss=n.act	1:X
+12	rehearsal	rehearsal	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	trying	try	VERB	_	_	_	_	_	_	2:X
+16	to	to	PART	_	_	_	_	_	_	2
+17	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	yours	yours	PRON	_	_	_	_	_	_	*
+20	as	as	ADV	_	_	_	_	_	_	3:X
+21	well	well	ADV	_	_	_	_	_	_	3
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	#TeamDiddleHype	#teamdiddlehype	X	_	_	_	_	_	_	*
+24	#ReppinHomeTeams	#reppinhometeams	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.39
+# sent_counter = 507
+# text = Purchase your seats to see the Patriots here http://t.co/RjivbHCp
+1	Purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+2	your	your	PRON	_	_	_	_	_	_	*
+3	seats	seats	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Patriots	patriots	PROPN	_	_	_	_	_	ss=n.group	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	http://t.co/RjivbHCp	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.1
+# sent_counter = 508
+# text = I want to help you re-perceive what philanthropy is , what it could be , and what your relationship to it is .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	help	help	VERB	_	_	_	_	_	ss=v.social	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	re-perceive	re-perceive	VERB	_	_	_	_	_	ss=v.cognition	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	philanthropy	philanthropy	NOUN	_	_	_	_	_	ss=n.act	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	what	what	PRON	_	_	_	_	_	_	*
+18	your	your	PRON	_	_	_	_	_	_	*
+19	relationship	relationship	NOUN	_	_	_	_	_	ss=n.relation	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-139
+# sent_counter = 509
+# text = Every purchase has been promptly and accurately delivered , can ' t fault them
+1	Every	every	DET	_	_	_	_	_	_	*
+2	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	promptly	promptly	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	accurately	accurately	ADV	_	_	_	_	_	_	*
+8	delivered	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	'	'	PUNCT	_	_	_	_	_	_	*
+12	t	t	PART	_	_	_	_	_	_	*
+13	fault	fault	VERB	_	_	_	_	_	ss=v.cognition	*
+14	them	them	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-202
+# sent_counter = 510
+# text = Boohoo has a great website , great offers , and great products .
+1	Boohoo	boohoo	PROPN	_	_	_	_	_	ss=n.group	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	offers	offer	NOUN	_	_	_	_	_	ss=n.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-328
+# sent_counter = 511
+# text = will be ordering from here from now on .
+1	will	will	AUX	_	_	_	_	_	_	*
+2	be	be	AUX	_	_	_	_	_	_	*
+3	ordering	order	VERB	_	_	_	_	_	ss=v.communication	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.8
+# sent_counter = 512
+# text = It 's become an art form , a form of sculpture .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	become	become	VERB	_	_	_	_	_	ss=v.change	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	art	art	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	form	form	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	form	form	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	sculpture	sculpture	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.169
+# sent_counter = 513
+# text = A lady asked me what tribe i was from . ( say what !! ) She thought i was indian ... GTFO ... smh nice try , but #sayno
+1	A	a	DET	_	_	_	_	_	_	*
+2	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+3	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	tribe	tribe	NOUN	_	_	_	_	_	ss=n.group	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	say	say	VERB	_	_	_	_	_	_	1:X
+13	what	what	PRON	_	_	_	_	_	_	1
+14	!!	!!	PUNCT	_	_	_	_	_	_	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	She	she	PRON	_	_	_	_	_	_	*
+17	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	indian	indian	ADJ	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	GTFO	gtfo	INTJ	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	smh	smh	X	_	_	_	_	_	_	*
+25	nice	nice	ADJ	_	_	_	_	_	_	*
+26	try	try	NOUN	_	_	_	_	_	ss=n.act	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	but	but	CCONJ	_	_	_	_	_	_	*
+29	#sayno	#sayno	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-294
+# sent_counter = 514
+# text = I tried to contact Cardata and all they do after speaking two a adviser and telling him my name they hung up constantly and will not give their names .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	contact	contact	VERB	_	_	_	_	_	ss=v.communication	*
+5	Cardata	cardata	PROPN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	all	all	NOUN	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+10	after	after	ADP	_	_	_	_	_	_	*
+11	speaking	speaking	NOUN	_	_	_	_	_	_	*
+12	two	two	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	adviser	adviser	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	him	him	PRON	_	_	_	_	_	_	*
+18	my	my	DET	_	_	_	_	_	_	*
+19	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+20	they	they	PRON	_	_	_	_	_	_	*
+21	hung	hang	VERB	_	_	_	_	_	ss=v.change	1:X
+22	up	up	PART	_	_	_	_	_	_	1
+23	constantly	constantly	ADV	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	will	will	AUX	_	_	_	_	_	_	*
+26	not	not	ADV	_	_	_	_	_	_	*
+27	give	give	VERB	_	_	_	_	_	ss=v.stative	*
+28	their	their	DET	_	_	_	_	_	_	*
+29	names	names	NOUN	_	_	_	_	_	ss=n.communication	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.4
+# sent_counter = 515
+# text = Yet , my interest in photography started as I got my first digital camera at the age of 15 .
+1	Yet	yet	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	interest	interest	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	photography	photography	NOUN	_	_	_	_	_	ss=n.act	*
+7	started	start	VERB	_	_	_	_	_	ss=v.change	*
+8	as	as	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	first	first	ADJ	_	_	_	_	_	_	*
+13	digital	digital	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+14	camera	camera	NOUN	_	_	_	_	_	_	1
+15	at	at	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	15	15	NUM	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-28
+# sent_counter = 516
+# text = Everything went so smoothly .
+1	Everything	everything	PROPN	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.change	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	smoothly	smoothly	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.445
+# sent_counter = 517
+# text = @We_luv_thisGuY was guud shitty ass
+1	@We_luv_thisGuY	@USER	X	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	guud	guud	ADJ	_	_	_	_	_	_	*
+4	shitty	shitty	ADJ	_	_	_	_	_	_	*
+5	ass	ass	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.485
+# sent_counter = 518
+# text = @mercedesjay06 of course she can come
+1	@mercedesjay06	@USER	X	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	ss=n.communication	1:X
+3	course	course	NOUN	_	_	_	_	_	_	1
+4	she	she	PRON	_	_	_	_	_	_	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.10
+# sent_counter = 519
+# text = A few years ago , the Marlboro Man was retired and replaced by this much less impressive specimen , who is a parody of American manhood , and that 's what we have in our commercials today .
+1	A	a	DET	_	_	_	_	_	_	*
+2	few	few	ADJ	_	_	_	_	_	_	*
+3	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+4	ago	ago	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Marlboro	marlboro	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Man	man	PROPN	_	_	_	_	_	_	1
+9	was	be	AUX	_	_	_	_	_	_	*
+10	retired	retire	VERB	_	_	_	_	_	ss=v.change	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+13	by	by	ADP	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	much	much	ADV	_	_	_	_	_	_	*
+16	less	less	ADV	_	_	_	_	_	_	*
+17	impressive	impressive	ADJ	_	_	_	_	_	_	*
+18	specimen	specimen	NOUN	_	_	_	_	_	ss=n.person	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	who	who	PRON	_	_	_	_	_	_	*
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	parody	parody	NOUN	_	_	_	_	_	ss=n.communication	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	American	american	ADJ	_	_	_	_	_	_	*
+26	manhood	manhood	NOUN	_	_	_	_	_	ss=n.state	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+31	what	what	PRON	_	_	_	_	_	_	*
+32	we	we	PRON	_	_	_	_	_	_	*
+33	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+34	in	in	ADP	_	_	_	_	_	_	*
+35	our	our	PRON	_	_	_	_	_	_	*
+36	commercials	commercial	NOUN	_	_	_	_	_	ss=n.communication	*
+37	today	today	NOUN	_	_	_	_	_	_	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.259
+# sent_counter = 520
+# text = @TFP_103 @losoo5150 nigga u quit to
+1	@TFP_103	@USER	X	_	_	_	_	_	_	*
+2	@losoo5150	@USER	X	_	_	_	_	_	_	*
+3	nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+4	u	u	PRON	_	_	_	_	_	_	*
+5	quit	quit	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-45
+# sent_counter = 521
+# text = I have purchased from Golfbase before so I was aware of their top class service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	Golfbase	golfbase	PROPN	_	_	_	_	_	ss=n.group	*
+6	before	before	ADP	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	aware	aware	ADJ	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	their	their	DET	_	_	_	_	_	_	*
+13	top	top	ADJ	_	_	_	_	_	_	1:X
+14	class	class	NOUN	_	_	_	_	_	_	1
+15	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-68
+# sent_counter = 522
+# text = I ordered my caninsulin , I scanned my prescription 0 days later .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	caninsulin	caninsulin	NOUN	_	_	_	_	_	ss=n.substance	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	scanned	scan	VERB	_	_	_	_	_	ss=v.perception	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	prescription	prescription	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	0	0	NUM	_	_	_	_	_	_	*
+11	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+12	later	later	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-334
+# sent_counter = 523
+# text = i opened them ( with trepidation i must say ) and found gorgeous brushes !
+1	i	i	PRON	_	_	_	_	_	_	*
+2	opened	open	VERB	_	_	_	_	_	ss=v.contact	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	trepidation	trepidation	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	i	i	PRON	_	_	_	_	_	_	1:X
+8	must	must	AUX	_	_	_	_	_	_	1
+9	say	say	VERB	_	_	_	_	_	_	1
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	found	found	VERB	_	_	_	_	_	ss=v.perception	*
+13	gorgeous	gorgeous	ADJ	_	_	_	_	_	_	*
+14	brushes	brush	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-199
+# sent_counter = 524
+# text = THEN , when they arrived I discovered a spelling mistake on only two of the four items , which turned out to be my fault .
+1	THEN	then	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	discovered	discover	VERB	_	_	_	_	_	ss=v.cognition	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	spelling	spelling	NOUN	_	_	_	_	_	ss=n.communication	1:X
+10	mistake	mistake	NOUN	_	_	_	_	_	_	1
+11	on	on	ADP	_	_	_	_	_	_	*
+12	only	only	ADV	_	_	_	_	_	_	*
+13	two	two	NUM	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	four	four	NUM	_	_	_	_	_	_	*
+17	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	which	which	PRON	_	_	_	_	_	_	*
+20	turned	turn	VERB	_	_	_	_	_	ss=v.stative	2:X
+21	out	out	PART	_	_	_	_	_	_	2
+22	to	to	PART	_	_	_	_	_	_	*
+23	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	my	my	DET	_	_	_	_	_	_	*
+25	fault	fault	NOUN	_	_	_	_	_	ss=n.act	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-293
+# sent_counter = 525
+# text = I ' ve noticed a difference to my arthritis pains , since taking the Green Lipped Mussel extract .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	*
+4	noticed	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	difference	difference	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	arthritis	arthritis	NOUN	_	_	_	_	_	ss=n.body	1:X
+10	pains	pains	NOUN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	since	since	ADV	_	_	_	_	_	_	*
+13	taking	take	VERB	_	_	_	_	_	ss=v.consumption	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Green	green	NOUN	_	_	_	_	_	ss=n.substance	2:X
+16	Lipped	lipped	PROPN	_	_	_	_	_	_	2
+17	Mussel	mussel	NOUN	_	_	_	_	_	_	2
+18	extract	extract	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.247
+# sent_counter = 526
+# text = Guhhh deeeh you !
+1	Guhhh	guhhh	ADJ	_	_	_	_	_	_	1:X
+2	deeeh	deeeh	NOUN	_	_	_	_	_	_	1
+3	you	you	PRON	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.5
+# sent_counter = 527
+# text = We go through initiation rites .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.change	1:X
+3	through	through	ADP	_	_	_	_	_	_	1
+4	initiation	initiation	ADJ	_	_	_	_	_	_	*
+5	rites	rite	NOUN	_	_	_	_	_	ss=n.act	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.66
+# sent_counter = 528
+# text = @Tongriyang schl is ok so far ... . will calll u soon ... still with my fone ... he is good ;-) hw r u ?
+1	@Tongriyang	@USER	X	_	_	_	_	_	_	*
+2	schl	schl	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	ok	ok	ADJ	_	_	_	_	_	_	*
+5	so	so	ADV	_	_	_	_	_	_	1:X
+6	far	far	ADV	_	_	_	_	_	_	1
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	calll	calll	VERB	_	_	_	_	_	ss=v.communication	*
+11	u	u	PRON	_	_	_	_	_	_	*
+12	soon	soon	ADV	_	_	_	_	_	_	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	still	still	ADV	_	_	_	_	_	_	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	fone	fone	NOUN	_	_	_	_	_	ss=n.communication	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	good	good	ADJ	_	_	_	_	_	_	*
+22	;-)	EMOTICON	X	_	_	_	_	_	_	*
+23	hw	hw	ADV	_	_	_	_	_	_	*
+24	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+25	u	u	PRON	_	_	_	_	_	_	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.3
+# sent_counter = 529
+# text = And of course , we all share the same adaptive imperatives .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	of	of	ADV	_	_	_	_	_	_	1:X
+3	course	course	ADV	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	share	share	NOUN	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	same	same	ADJ	_	_	_	_	_	_	*
+10	adaptive	adaptive	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+11	imperatives	imperative	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.103
+# sent_counter = 530
+# text = First time on hear and do n't have a clue wot to do lol xxx
+1	First	first	ADJ	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	hear	hear	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	ss=n.cognition	1:X
+7	n't	n't	PART	_	_	_	_	_	_	1
+8	have	have	VERB	_	_	_	_	_	_	1
+9	a	a	DET	_	_	_	_	_	_	1
+10	clue	clue	NOUN	_	_	_	_	_	_	1
+11	wot	wot	PRON	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	do	do	VERB	_	_	_	_	_	ss=v.cognition	*
+14	lol	lol	INTJ	_	_	_	_	_	_	*
+15	xxx	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-313
+# sent_counter = 531
+# text = I even tried a different cashback site but went back to Quidco for its reliability , speedy payment and variety of merchants .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.change	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	different	different	ADJ	_	_	_	_	_	_	*
+6	cashback	cashback	NOUN	_	_	_	_	_	ss=n.group	1:X
+7	site	site	NOUN	_	_	_	_	_	_	1
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	went	go	VERB	_	_	_	_	_	ss=v.change	*
+10	back	back	PART	_	_	_	_	_	_	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	Quidco	quidco	PROPN	_	_	_	_	_	ss=n.group	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	its	its	DET	_	_	_	_	_	_	*
+15	reliability	reliability	NOUN	_	_	_	_	_	ss=n.attribute	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	speedy	speedy	ADJ	_	_	_	_	_	_	*
+18	payment	payment	NOUN	_	_	_	_	_	ss=n.act	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	variety	variety	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	merchants	merchant	NOUN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.489
+# sent_counter = 532
+# text = We made it :) lol http://twitpic.com/315uo0
+1	We	we	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.social	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	:)	EMOTICON	X	_	_	_	_	_	_	*
+5	lol	lol	INTJ	_	_	_	_	_	_	*
+6	http://twitpic.com/315uo0	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.439
+# sent_counter = 533
+# text = @IamMissApril I wanted to tell him to sat his old ass down somewhere , doing the most ....
+1	@IamMissApril	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	him	him	PRON	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	sat	sit	VERB	_	_	_	_	_	ss=v.contact	1:X
+9	his	his	PRON	_	_	_	_	_	_	*
+10	old	old	ADJ	_	_	_	_	_	_	*
+11	ass	ass	NOUN	_	_	_	_	_	ss=n.body	*
+12	down	down	ADP	_	_	_	_	_	_	1
+13	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	most	most	ADV	_	_	_	_	_	_	*
+18	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.274
+# sent_counter = 534
+# text = RT @Martez_Faith : when in a relationship You need to understand the other person feelings besides yours .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Martez_Faith	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	relationship	relationship	NOUN	_	_	_	_	_	ss=n.relation	*
+8	You	you	PRON	_	_	_	_	_	_	*
+9	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	other	other	ADJ	_	_	_	_	_	_	*
+14	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+15	feelings	feelings	NOUN	_	_	_	_	_	ss=n.feeling	*
+16	besides	besides	ADP	_	_	_	_	_	_	*
+17	yours	yours	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.476
+# sent_counter = 535
+# text = Now that you 're good , I will be too . That 's the last tweet about you :)
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	that	that	SCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	too	too	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	That	that	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	last	last	ADJ	_	_	_	_	_	_	*
+16	tweet	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+17	about	about	ADP	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-196
+# sent_counter = 536
+# text = I have also never been able to find a cheaper comparative price .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	never	never	ADV	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	_	1:X
+6	able	able	ADJ	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	1
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+11	comparative	comparative	ADJ	_	_	_	_	_	_	*
+12	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.232
+# sent_counter = 537
+# text = Amateur Radio – Hurricane Katrina interview and audio | Survival Kits http://bit.ly/mC435R
+1	Amateur	amateur	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	Radio	radio	NOUN	_	_	_	_	_	_	1
+3	–	–	PUNCT	_	_	_	_	_	_	*
+4	Hurricane	hurricane	PROPN	_	_	_	_	_	ss=n.phenomenon	2:X
+5	Katrina	katrina	PROPN	_	_	_	_	_	_	2
+6	interview	interview	NOUN	_	_	_	_	_	ss=n.communication	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	audio	audio	NOUN	_	_	_	_	_	ss=n.communication	*
+9	|	|	SYM	_	_	_	_	_	_	*
+10	Survival	survival	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+11	Kits	kit	NOUN	_	_	_	_	_	_	3
+12	http://bit.ly/mC435R	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.198
+# sent_counter = 538
+# text = Tryna go to at least 5 phillies games this season
+1	Tryna	tryna	VERB	_	_	_	_	_	ss=v.stative	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	at	at	ADP	_	_	_	_	_	_	1:X
+5	least	least	ADJ	_	_	_	_	_	_	1
+6	5	NUMBER	NUM	_	_	_	_	_	_	*
+7	phillies	phillies	PROPN	_	_	_	_	_	ss=n.group	*
+8	games	game	NOUN	_	_	_	_	_	ss=n.act	*
+9	this	this	DET	_	_	_	_	_	_	2:X
+10	season	season	NOUN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-217
+# sent_counter = 539
+# text = I contacted them and asked to them to stop sending invoices but they continued .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	contacted	contact	VERB	_	_	_	_	_	ss=v.communication	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+10	sending	send	VERB	_	_	_	_	_	ss=v.motion	*
+11	invoices	invoice	NOUN	_	_	_	_	_	ss=n.communication	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	continued	continue	VERB	_	_	_	_	_	ss=v.stative	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.128
+# sent_counter = 540
+# text = RT @TheBlissfulChef : Just heard vegetables will be the new meat in 2011 . Woot Woot !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TheBlissfulChef	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Just	just	ADV	_	_	_	_	_	_	*
+5	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+6	vegetables	vegetable	NOUN	_	_	_	_	_	ss=n.food	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	new	new	ADJ	_	_	_	_	_	_	*
+11	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	2011	NUMBER	NUM	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Woot	woot	INTJ	_	_	_	_	_	_	*
+16	Woot	woot	INTJ	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.253
+# sent_counter = 541
+# text = Happy Guys Finish Last - EmpowHER.com http://t.co/orgxm33 vía @empowher
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	Guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	Finish	finish	VERB	_	_	_	_	_	ss=v.change	*
+4	Last	last	ADJ	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	EmpowHER.com	URL	X	_	_	_	_	_	_	*
+7	http://t.co/orgxm33	URL	X	_	_	_	_	_	_	*
+8	vía	vía	ADP	_	_	_	_	_	_	*
+9	@empowher	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.3
+# sent_counter = 542
+# text = Because , of course , this is a photograph that you ca n't take with your camera .
+1	Because	because	SCONJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	of	of	ADV	_	_	_	_	_	_	*
+4	course	course	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	this	this	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	photograph	photograph	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	ca	ca	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	take	take	VERB	_	_	_	_	_	ss=v.creation	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	camera	camera	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-60
+# sent_counter = 543
+# text = Excellent service and top quality .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	top	top	ADJ	_	_	_	_	_	_	*
+5	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-193
+# sent_counter = 544
+# text = 0 > Unless you use the extension pieces then you have to stress the framework quite badly .
+1	0	0	NUM	_	_	_	_	_	_	*
+2	>	>	PUNCT	_	_	_	_	_	_	*
+3	Unless	unless	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	extension	extension	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+8	pieces	piece	NOUN	_	_	_	_	_	_	1
+9	then	then	ADV	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	stress	stress	VERB	_	_	_	_	_	ss=v.contact	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	framework	framework	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	quite	quite	ADV	_	_	_	_	_	_	*
+17	badly	badly	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-211
+# sent_counter = 545
+# text = Hopefully Karma will get them in the end .
+1	Hopefully	hopefully	ADV	_	_	_	_	_	_	*
+2	Karma	karma	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.change	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	end	end	NOUN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.391
+# sent_counter = 546
+# text = Tagged : @Celiajulia @maariferrodi - http://t.co/E2DTX8mJ
+1	Tagged	tag	VERB	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	@Celiajulia	@USER	X	_	_	_	_	_	_	*
+4	@maariferrodi	@USER	X	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	http://t.co/E2DTX8mJ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-92
+# sent_counter = 547
+# text = I contacted customer services and explained how annoyed an angry I was the way VERY conducted their business and I was wiping my hands of the whole thing , I would be cancelling my account and just let the couriers deliver to an empty house .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	contacted	contact	VERB	_	_	_	_	_	ss=v.communication	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+4	services	services	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+7	how	how	ADV	_	_	_	_	_	_	*
+8	annoyed	annoyed	ADJ	_	_	_	_	_	_	*
+9	an	an	CCONJ	_	_	_	_	_	_	*
+10	angry	angry	ADJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	VERY	very	PROPN	_	_	_	_	_	ss=n.group	*
+16	conducted	conduct	VERB	_	_	_	_	_	ss=v.change	*
+17	their	their	DET	_	_	_	_	_	_	*
+18	business	business	NOUN	_	_	_	_	_	ss=n.act	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	was	be	AUX	_	_	_	_	_	_	*
+22	wiping	wipe	VERB	_	_	_	_	_	ss=v.change	2:X
+23	my	my	DET	_	_	_	_	_	_	*
+24	hands	hands	NOUN	_	_	_	_	_	_	2
+25	of	of	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	whole	whole	ADJ	_	_	_	_	_	ss=n.group	3:X
+28	thing	thing	NOUN	_	_	_	_	_	_	3
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	would	would	VERB	_	_	_	_	_	_	*
+32	be	be	AUX	_	_	_	_	_	_	*
+33	cancelling	cancel	VERB	_	_	_	_	_	ss=v.change	*
+34	my	my	DET	_	_	_	_	_	_	*
+35	account	account	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	and	and	CCONJ	_	_	_	_	_	_	*
+37	just	just	ADV	_	_	_	_	_	_	*
+38	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	couriers	courier	NOUN	_	_	_	_	_	ss=n.person	*
+41	deliver	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+42	to	to	ADP	_	_	_	_	_	_	*
+43	an	an	DET	_	_	_	_	_	_	*
+44	empty	empty	ADJ	_	_	_	_	_	_	*
+45	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+46	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-17
+# sent_counter = 548
+# text = So heavy to manage .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	heavy	heavy	ADJ	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	manage	manage	VERB	_	_	_	_	_	ss=v.contact	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.216
+# sent_counter = 549
+# text = Check this video out -- Polaroid Polarized Sunglasses ( Thailand ) http://t.co/m8JrjHG via @youtube
+1	Check	check	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	this	this	DET	_	_	_	_	_	_	*
+3	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+4	out	out	ADP	_	_	_	_	_	_	1
+5	--	--	PUNCT	_	_	_	_	_	_	*
+6	Polaroid	polaroid	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+7	Polarized	polarized	ADJ	_	_	_	_	_	_	2
+8	Sunglasses	sunglasses	NOUN	_	_	_	_	_	_	2
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Thailand	thailand	PROPN	_	_	_	_	_	ss=n.location	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	http://t.co/m8JrjHG	URL	X	_	_	_	_	_	_	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	@youtube	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-244
+# sent_counter = 550
+# text = the everything0pounds is fab , especially when you are on a budget these days , i got excellent value for tee shirts for my holiday its great too especially if ur plus sizes .
+1	the	the	DET	_	_	_	_	_	_	*
+2	everything0pounds	everything0pounds	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fab	fab	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	especially	especially	ADV	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	budget	budget	NOUN	_	_	_	_	_	ss=n.possession	*
+13	these	these	DET	_	_	_	_	_	_	*
+14	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	got	get	VERB	_	_	_	_	_	ss=v.social	*
+18	excellent	excellent	ADJ	_	_	_	_	_	_	*
+19	value	value	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	tee	tee	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+22	shirts	shirt	NOUN	_	_	_	_	_	_	1
+23	for	for	ADP	_	_	_	_	_	_	*
+24	my	my	DET	_	_	_	_	_	_	*
+25	holiday	holiday	NOUN	_	_	_	_	_	ss=n.event	*
+26	its	its	PRON	_	_	_	_	_	_	*
+27	great	great	ADJ	_	_	_	_	_	_	*
+28	too	too	ADV	_	_	_	_	_	_	*
+29	especially	especially	ADV	_	_	_	_	_	_	*
+30	if	if	ADP	_	_	_	_	_	_	*
+31	ur	ur	PRON	_	_	_	_	_	_	*
+32	plus	plus	ADJ	_	_	_	_	_	ss=n.attribute	2:X
+33	sizes	size	NOUN	_	_	_	_	_	_	2
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.10
+# sent_counter = 551
+# text = You know , it 's very old . This is a plate from 1797 .
+1	You	you	PRON	_	_	_	_	_	_	1:X
+2	know	know	VERB	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	old	old	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	This	this	DET	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	plate	plate	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	1797	NUMBER	NUM	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-311
+# sent_counter = 552
+# text = Delivery and dispatch are usually quite quick , and they often have huge discount days .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	dispatch	dispatch	NOUN	_	_	_	_	_	ss=n.act	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	usually	usually	ADV	_	_	_	_	_	_	*
+6	quite	quite	ADV	_	_	_	_	_	_	*
+7	quick	quick	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	often	often	ADV	_	_	_	_	_	_	*
+12	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	huge	huge	ADJ	_	_	_	_	_	_	*
+14	discount	discount	NOUN	_	_	_	_	_	ss=n.event	1:X
+15	days	days	NOUN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.366
+# sent_counter = 553
+# text = @Reybot 10th ... that random chick s nasty ass breath :-)
+1	@Reybot	@USER	X	_	_	_	_	_	_	*
+2	10th	10th	ADJ	_	_	_	_	_	_	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	random	random	ADJ	_	_	_	_	_	_	*
+6	chick	chick	NOUN	_	_	_	_	_	ss=n.person	*
+7	s	s	PART	_	_	_	_	_	_	*
+8	nasty	nasty	ADJ	_	_	_	_	_	_	1:X
+9	ass	ass	NOUN	_	_	_	_	_	_	1
+10	breath	breath	NOUN	_	_	_	_	_	ss=n.body	*
+11	:-)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.407
+# sent_counter = 554
+# text = This tweet is to get me off of 666 tweets ... Eat it Satan ! Jesus is alive and you lose !!!
+1	This	this	DET	_	_	_	_	_	_	*
+2	tweet	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	off	off	ADV	_	_	_	_	_	_	1
+8	of	of	ADP	_	_	_	_	_	_	*
+9	666	NUMBER	NUM	_	_	_	_	_	_	*
+10	tweets	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	Eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	Satan	satan	PROPN	_	_	_	_	_	ss=n.person	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	Jesus	jesus	PROPN	_	_	_	_	_	ss=n.person	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	alive	alive	ADJ	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	lose	lose	VERB	_	_	_	_	_	ss=v.competition	*
+22	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.8
+# sent_counter = 555
+# text = @Reybot 10th ... that random chick s nasty ass breath :-)
+1	@Reybot	@USER	X	_	_	_	_	_	_	*
+2	10th	10th	ADJ	_	_	_	_	_	_	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	random	random	ADJ	_	_	_	_	_	_	*
+6	chick	chick	NOUN	_	_	_	_	_	ss=n.person	*
+7	s	s	PART	_	_	_	_	_	_	*
+8	nasty	nasty	ADJ	_	_	_	_	_	_	1:X
+9	ass	ass	NOUN	_	_	_	_	_	_	1
+10	breath	breath	NOUN	_	_	_	_	_	ss=n.body	*
+11	:-)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.10
+# sent_counter = 556
+# text = This entrepreneurial energy is emerging from many quarters .
+1	This	this	DET	_	_	_	_	_	_	*
+2	entrepreneurial	entrepreneurial	ADJ	_	_	_	_	_	_	*
+3	energy	energy	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	emerging	emerge	VERB	_	_	_	_	_	ss=v.change	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	quarters	quarters	NOUN	_	_	_	_	_	ss=n.location	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-3
+# sent_counter = 557
+# text = A very happy customer
+1	A	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	happy	happy	ADJ	_	_	_	_	_	_	*
+4	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-69
+# sent_counter = 558
+# text = Rajapack deserves recognition for their excellent service and customer relations
+1	Rajapack	rajapack	PROPN	_	_	_	_	_	ss=n.group	*
+2	deserves	deserve	VERB	_	_	_	_	_	ss=v.stative	*
+3	recognition	recognition	NOUN	_	_	_	_	_	ss=n.state	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	their	their	DET	_	_	_	_	_	_	*
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.relation	1:X
+10	relations	relations	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.94
+# sent_counter = 559
+# text = @mii_YoYo You Suppose To Say Good'Morning LOVE ♥
+1	@mii_YoYo	@USER	X	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	Suppose	suppose	VERB	_	_	_	_	_	ss=v.social	1:X
+4	To	to	PART	_	_	_	_	_	_	1
+5	Say	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	Good'Morning	good'morning	INTJ	_	_	_	_	_	_	*
+7	LOVE	love	NOUN	_	_	_	_	_	ss=n.person	*
+8	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.2
+# sent_counter = 560
+# text = But before I show you what I 've got inside , I 'm going to make a very public confession , and that is , I 'm outfit-obsessed .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	before	before	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	show	show	VERB	_	_	_	_	_	ss=v.perception	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	've	've	AUX	_	_	_	_	_	_	*
+9	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+10	inside	inside	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	'm	'm	AUX	_	_	_	_	_	_	*
+14	going	go	VERB	_	_	_	_	_	_	1:X
+15	to	to	PART	_	_	_	_	_	_	1
+16	make	make	VERB	_	_	_	_	_	ss=v.communication	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	very	very	ADV	_	_	_	_	_	_	*
+19	public	public	ADJ	_	_	_	_	_	_	*
+20	confession	confession	NOUN	_	_	_	_	_	ss=n.communication	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	that	that	PRON	_	_	_	_	_	_	*
+24	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+28	outfit-obsessed	outfit-obsessed	NOUN	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.8
+# sent_counter = 561
+# text = But we have a major shortage of organs .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	major	major	ADJ	_	_	_	_	_	_	*
+6	shortage	shortage	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	organs	organs	NOUN	_	_	_	_	_	ss=n.body	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.12
+# sent_counter = 562
+# text = stunt devils ..
+1	stunt	stunt	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	devils	devil	NOUN	_	_	_	_	_	_	1
+3	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.8
+# sent_counter = 563
+# text = A friend of mine did that -- Richard Bollingbroke .
+1	A	a	DET	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	mine	mine	PRON	_	_	_	_	_	_	*
+5	did	do	VERB	_	_	_	_	_	ss=v.creation	*
+6	that	that	PRON	_	_	_	_	_	_	*
+7	--	--	PUNCT	_	_	_	_	_	_	*
+8	Richard	richard	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Bollingbroke	bollingbroke	PROPN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.7
+# sent_counter = 564
+# text = But there are over 48 hours of video uploaded to YouTube every minute .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	over	over	ADV	_	_	_	_	_	_	*
+5	48	48	NUM	_	_	_	_	_	_	*
+6	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+9	uploaded	uploaded	NOUN	_	_	_	_	_	_	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.group	*
+12	every	every	DET	_	_	_	_	_	_	*
+13	minute	minute	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.1
+# sent_counter = 565
+# text = What I 'm going to show you first , as quickly as I can , is some foundational work , some new technology that we brought to Microsoft as part of an acquisition almost exactly a year ago . This is Seadragon , and it 's an environment in which you can either locally or remotely interact with vast amounts of visual data .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	show	show	VERB	_	_	_	_	_	ss=v.perception	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	first	first	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	as	as	ADV	_	_	_	_	_	_	*
+11	quickly	quickly	ADV	_	_	_	_	_	_	*
+12	as	as	SCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	can	can	AUX	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	some	some	DET	_	_	_	_	_	_	*
+18	foundational	foundational	NOUN	_	_	_	_	_	_	*
+19	work	work	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	some	some	DET	_	_	_	_	_	_	*
+22	new	new	ADJ	_	_	_	_	_	_	*
+23	technology	technology	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	that	that	SCONJ	_	_	_	_	_	_	*
+25	we	we	PRON	_	_	_	_	_	_	*
+26	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+27	to	to	ADP	_	_	_	_	_	_	*
+28	Microsoft	microsoft	PROPN	_	_	_	_	_	ss=n.group	*
+29	as	as	ADP	_	_	_	_	_	_	*
+30	part	part	NOUN	_	_	_	_	_	ss=n.relation	*
+31	of	of	ADP	_	_	_	_	_	_	*
+32	an	an	DET	_	_	_	_	_	_	*
+33	acquisition	acquisition	NOUN	_	_	_	_	_	ss=n.act	*
+34	almost	almost	ADV	_	_	_	_	_	_	*
+35	exactly	exactly	ADV	_	_	_	_	_	_	*
+36	a	a	DET	_	_	_	_	_	_	*
+37	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+38	ago	ago	ADV	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+40	This	this	PRON	_	_	_	_	_	_	*
+41	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+42	Seadragon	seadragon	NOUN	_	_	_	_	_	ss=n.group	*
+43	,	,	PUNCT	_	_	_	_	_	_	*
+44	and	and	CCONJ	_	_	_	_	_	_	*
+45	it	it	PRON	_	_	_	_	_	_	*
+46	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+47	an	an	DET	_	_	_	_	_	_	*
+48	environment	environment	NOUN	_	_	_	_	_	ss=n.cognition	*
+49	in	in	ADP	_	_	_	_	_	_	*
+50	which	which	DET	_	_	_	_	_	_	*
+51	you	you	PRON	_	_	_	_	_	_	*
+52	can	can	AUX	_	_	_	_	_	_	*
+53	either	either	CCONJ	_	_	_	_	_	_	*
+54	locally	locally	NOUN	_	_	_	_	_	_	*
+55	or	or	CCONJ	_	_	_	_	_	_	*
+56	remotely	remotely	ADJ	_	_	_	_	_	_	*
+57	interact	interact	NOUN	_	_	_	_	_	_	*
+58	with	with	ADP	_	_	_	_	_	_	*
+59	vast	vast	ADJ	_	_	_	_	_	_	*
+60	amounts	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+61	of	of	ADP	_	_	_	_	_	_	*
+62	visual	visual	ADJ	_	_	_	_	_	_	*
+63	data	data	NOUN	_	_	_	_	_	ss=n.cognition	*
+64	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.470
+# sent_counter = 566
+# text = I may wear my hair in a comb over fashion more often . I feel smart this way .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	may	may	VERB	_	_	_	_	_	ss=v.stative	*
+3	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	comb	comb	NOUN	_	_	_	_	_	_	1:X
+9	over	over	NOUN	_	_	_	_	_	_	1
+10	fashion	fashion	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	more	more	ADV	_	_	_	_	_	_	*
+12	often	often	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+16	smart	smart	ADJ	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-118
+# sent_counter = 567
+# text = Tried calling sales , as this was ' free ' but as it was no longer a ' sale ' they would not put me though .
+1	Tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+2	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	sales	sales	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	this	this	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	free	free	ADJ	_	_	_	_	_	_	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	as	as	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	no	no	ADV	_	_	_	_	_	_	*
+16	longer	longer	ADV	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	'	'	PUNCT	_	_	_	_	_	_	*
+19	sale	sale	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	'	'	PUNCT	_	_	_	_	_	_	*
+21	they	they	PRON	_	_	_	_	_	_	*
+22	would	would	VERB	_	_	_	_	_	_	*
+23	not	not	ADV	_	_	_	_	_	_	*
+24	put	put	VERB	_	_	_	_	_	ss=v.change	1:X
+25	me	me	PRON	_	_	_	_	_	_	*
+26	though	though	PART	_	_	_	_	_	_	1
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.381
+# sent_counter = 568
+# text = RT @safff_ « @SCREAM_MICHine @Elijah_R cuffin in the avi , Gi mme $20 »
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@safff_	@USER	X	_	_	_	_	_	_	*
+3	«	«	X	_	_	_	_	_	_	*
+4	@SCREAM_MICHine	@USER	X	_	_	_	_	_	_	*
+5	@Elijah_R	@USER	X	_	_	_	_	_	_	*
+6	cuffin	cuffin	VERB	_	_	_	_	_	ss=v.social	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	avi	avi	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Gi	gi	VERB	_	_	_	_	_	ss=v.possession	*
+12	mme	mme	PRON	_	_	_	_	_	_	*
+13	$20	NUMBER	NUM	_	_	_	_	_	_	*
+14	»	»	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.438
+# sent_counter = 569
+# text = @sureside I KNOW BUT IT 'S LONG . It feels like math class .
+1	@sureside	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	KNOW	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	BUT	but	CCONJ	_	_	_	_	_	_	*
+5	IT	it	PRON	_	_	_	_	_	_	*
+6	'S	's	VERB	_	_	_	_	_	ss=v.stative	*
+7	LONG	long	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	It	it	PRON	_	_	_	_	_	_	*
+10	feels	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+11	like	like	ADP	_	_	_	_	_	_	*
+12	math	math	NOUN	_	_	_	_	_	ss=n.act	1:X
+13	class	class	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.491
+# sent_counter = 570
+# text = RT @LongLiveAndrea : #whatif People believed everything that they " heard " about me .. -dumb fuckers .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@LongLiveAndrea	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	#whatif	#whatif	PRON	_	_	_	_	_	_	*
+5	People	people	NOUN	_	_	_	_	_	ss=n.group	*
+6	believed	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+7	everything	everything	NOUN	_	_	_	_	_	_	*
+8	that	that	ADP	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	..	..	PUNCT	_	_	_	_	_	_	*
+16	-dumb	-dumb	ADJ	_	_	_	_	_	_	*
+17	fuckers	fucker	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.63
+# sent_counter = 571
+# text = @inglish4u Hehe I 'm still on my summer vacation :) but if I do n't try get up earlier than now , I 'll definitely be late for school :'( #i4u
+1	@inglish4u	@USER	X	_	_	_	_	_	_	*
+2	Hehe	hehe	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+5	still	still	ADV	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	summer	summer	NOUN	_	_	_	_	_	ss=n.act	1:X
+9	vacation	vacation	NOUN	_	_	_	_	_	_	1
+10	:)	EMOTICON	X	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	try	try	VERB	_	_	_	_	_	ss=v.stative	*
+17	get	get	VERB	_	_	_	_	_	ss=v.body	2:X
+18	up	up	ADP	_	_	_	_	_	_	2
+19	earlier	earlier	ADV	_	_	_	_	_	_	*
+20	than	than	ADP	_	_	_	_	_	_	*
+21	now	now	ADV	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	'll	'll	AUX	_	_	_	_	_	_	*
+25	definitely	definitely	ADV	_	_	_	_	_	_	*
+26	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	late	late	ADJ	_	_	_	_	_	_	*
+28	for	for	ADP	_	_	_	_	_	_	*
+29	school	school	NOUN	_	_	_	_	_	ss=n.act	*
+30	:'(	EMOTICON	X	_	_	_	_	_	_	*
+31	#i4u	#i4u	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-197
+# sent_counter = 572
+# text = However if you have cash to burn , use someone else .
+1	However	however	CCONJ	_	_	_	_	_	_	*
+2	if	if	CCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	burn	burn	VERB	_	_	_	_	_	ss=v.consumption	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+10	someone	someone	NOUN	_	_	_	_	_	_	*
+11	else	else	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.254
+# sent_counter = 573
+# text = I do n't want any of these people in my house right now , do n't have anything to talk about , going to bed
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	these	these	DET	_	_	_	_	_	_	*
+8	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	right	right	ADV	_	_	_	_	_	_	*
+13	now	now	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	do	do	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	anything	anything	NOUN	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	talk	talk	VERB	_	_	_	_	_	ss=v.communication	1:X
+21	about	about	ADP	_	_	_	_	_	_	1
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+24	to	to	ADP	_	_	_	_	_	_	*
+25	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.2
+# sent_counter = 574
+# text = Or is it photography ?
+1	Or	or	CCONJ	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	photography	photography	NOUN	_	_	_	_	_	ss=n.act	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.37
+# sent_counter = 575
+# text = @BrionyBea hehee , thankyou :D awh lmao :) xxx
+1	@BrionyBea	@USER	X	_	_	_	_	_	_	*
+2	hehee	hehee	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	thankyou	thankyou	INTJ	_	_	_	_	_	_	*
+5	:D	EMOTICON	X	_	_	_	_	_	_	*
+6	awh	awh	INTJ	_	_	_	_	_	_	*
+7	lmao	lmao	INTJ	_	_	_	_	_	_	*
+8	:)	EMOTICON	X	_	_	_	_	_	_	*
+9	xxx	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-33
+# sent_counter = 576
+# text = I have never received such fantastic customer service before . The man at the end was so helpful , understanding and kind .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	received	receive	VERB	_	_	_	_	_	ss=v.change	*
+5	such	such	ADV	_	_	_	_	_	_	*
+6	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	service	service	NOUN	_	_	_	_	_	_	1
+9	before	before	ADP	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	The	the	DET	_	_	_	_	_	_	*
+12	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	end	end	NOUN	_	_	_	_	_	ss=n.location	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	so	so	ADV	_	_	_	_	_	_	*
+18	helpful	helpful	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	understanding	understanding	ADJ	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	kind	kind	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1353.6
+# sent_counter = 577
+# text = And when you take a photograph with a camera , the process ends when you press the trigger .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	take	take	VERB	_	_	_	_	_	ss=v.creation	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	photograph	photograph	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	camera	camera	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+13	ends	end	VERB	_	_	_	_	_	ss=v.stative	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	press	press	NOUN	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	trigger	trigger	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-295
+# sent_counter = 578
+# text = Have I just been lucky so far ?
+1	Have	have	AUX	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	lucky	lucky	ADJ	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	far	far	ADV	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.8
+# sent_counter = 579
+# text = To prove to you that it 's really text , and not an image , we can do something like so , to really show that this is a real representation of the text ; it 's not a picture .
+1	To	to	PART	_	_	_	_	_	_	*
+2	prove	prove	VERB	_	_	_	_	_	ss=v.social	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	really	really	ADV	_	_	_	_	_	_	*
+9	text	text	NOUN	_	_	_	_	_	ss=n.communication	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	an	an	DET	_	_	_	_	_	_	*
+14	image	image	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	can	can	AUX	_	_	_	_	_	_	*
+18	do	do	VERB	_	_	_	_	_	ss=v.change	*
+19	something	something	NOUN	_	_	_	_	_	_	*
+20	like	like	ADP	_	_	_	_	_	_	*
+21	so	so	ADV	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	really	really	ADV	_	_	_	_	_	_	*
+25	show	show	VERB	_	_	_	_	_	ss=v.perception	*
+26	that	that	SCONJ	_	_	_	_	_	_	*
+27	this	this	PRON	_	_	_	_	_	_	*
+28	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	real	real	ADJ	_	_	_	_	_	_	*
+31	representation	representation	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	of	of	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	text	text	NOUN	_	_	_	_	_	ss=n.communication	*
+35	;	;	PUNCT	_	_	_	_	_	_	*
+36	it	it	PRON	_	_	_	_	_	_	*
+37	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+38	not	not	PART	_	_	_	_	_	_	*
+39	a	a	DET	_	_	_	_	_	_	*
+40	picture	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.380
+# sent_counter = 580
+# text = http://t.co/n7fLWISR How to Talk to a Widow
+1	http://t.co/n7fLWISR	URL	X	_	_	_	_	_	_	*
+2	How	how	ADV	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	Talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	Widow	widow	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-84
+# sent_counter = 581
+# text = I found the staff to be really helpful , friendly and not pushy .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	found	VERB	_	_	_	_	_	ss=v.perception	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	helpful	helpful	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	friendly	friendly	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	pushy	pushy	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-264
+# sent_counter = 582
+# text = I found the site easy to operate and was very pleased with my trip .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+5	easy	easy	ADV	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	operate	operate	VERB	_	_	_	_	_	ss=v.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	pleased	pleased	ADJ	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	my	my	DET	_	_	_	_	_	_	*
+14	trip	trip	NOUN	_	_	_	_	_	ss=n.act	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.287
+# sent_counter = 583
+# text = @SabrinagLeek haha u wish ! Just wait for me to fins a cool name tht has darren + loewe in it lol ( everything sounds bad :( )
+1	@SabrinagLeek	@USER	X	_	_	_	_	_	_	*
+2	haha	haha	INTJ	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	Just	just	ADV	_	_	_	_	_	_	*
+7	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	fins	fin	VERB	_	_	_	_	_	ss=v.change	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	cool	cool	ADJ	_	_	_	_	_	_	*
+14	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+15	tht	tht	ADP	_	_	_	_	_	_	*
+16	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	darren	darren	PROPN	_	_	_	_	_	ss=n.person	*
+18	+	+	CCONJ	_	_	_	_	_	_	*
+19	loewe	loewe	PROPN	_	_	_	_	_	ss=n.person	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	lol	lol	INTJ	_	_	_	_	_	_	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	everything	everything	NOUN	_	_	_	_	_	_	*
+25	sounds	sound	VERB	_	_	_	_	_	ss=v.perception	*
+26	bad	bad	ADJ	_	_	_	_	_	_	*
+27	:(	EMOTICON	X	_	_	_	_	_	_	*
+28	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-137
+# sent_counter = 584
+# text = I couldn ' t have faulted their assistance .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	couldn	couldn	AUX	_	_	_	_	_	_	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	faulted	fault	VERB	_	_	_	_	_	ss=v.cognition	*
+7	their	their	DET	_	_	_	_	_	_	*
+8	assistance	assistance	NOUN	_	_	_	_	_	ss=n.act	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.5
+# sent_counter = 585
+# text = I get all my clothes secondhand from flea markets and thrift stores .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	secondhand	secondhand	NOUN	_	_	_	_	_	_	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	flea	flea	NOUN	_	_	_	_	_	ss=n.group	1:X
+9	markets	market	NOUN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	thrift	thrift	ADJ	_	_	_	_	_	ss=n.group	2:X
+12	stores	store	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-26
+# sent_counter = 586
+# text = Discount codes always available although I don ' t usually receive vouchers but my Boden buying friends do :(
+1	Discount	discount	NOUN	_	_	_	_	_	ss=n.possession	1:X
+2	codes	code	NOUN	_	_	_	_	_	_	1
+3	always	always	ADV	_	_	_	_	_	_	*
+4	available	available	ADJ	_	_	_	_	_	_	*
+5	although	although	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	don	don	AUX	_	_	_	_	_	_	*
+8	'	'	PART	_	_	_	_	_	_	*
+9	t	t	PART	_	_	_	_	_	_	*
+10	usually	usually	ADV	_	_	_	_	_	_	*
+11	receive	receive	VERB	_	_	_	_	_	ss=v.change	*
+12	vouchers	voucher	NOUN	_	_	_	_	_	ss=n.possession	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	my	my	DET	_	_	_	_	_	_	*
+15	Boden	boden	PROPN	_	_	_	_	_	ss=n.person	2:X
+16	buying	buying	ADJ	_	_	_	_	_	_	2
+17	friends	friend	NOUN	_	_	_	_	_	_	2
+18	do	do	VERB	_	_	_	_	_	ss=v.change	*
+19	:(	:(	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-190
+# sent_counter = 587
+# text = When I saw this deal , I could hardly believe it .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	deal	deal	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	hardly	hardly	ADV	_	_	_	_	_	_	*
+10	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-149
+# sent_counter = 588
+# text = There was an excellent choice of labels to choose from - size , type , font - they ' re easy to use and adhere well .
+1	There	there	ADV	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	choice	choice	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	labels	label	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	size	size	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	type	type	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	font	font	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	-	-	PUNCT	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	'	'	PUNCT	_	_	_	_	_	_	*
+20	re	re	VERB	_	_	_	_	_	ss=v.stative	*
+21	easy	easy	ADJ	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	adhere	adhere	VERB	_	_	_	_	_	ss=v.contact	*
+26	well	well	ADV	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-11
+# sent_counter = 589
+# text = As I live in Turkey , it is so easy for me to use Fragrance Direct and then have the order sent to whichever family member or friend who will be visiting us next .
+1	As	as	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Turkey	turkey	NOUN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	easy	easy	ADJ	_	_	_	_	_	_	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	use	use	VERB	_	_	_	_	_	ss=v.change	*
+15	Fragrance	fragrance	NOUN	_	_	_	_	_	ss=n.group	1:X
+16	Direct	direct	PROPN	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	then	then	ADV	_	_	_	_	_	_	*
+19	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+22	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+23	to	to	ADP	_	_	_	_	_	_	*
+24	whichever	whichever	DET	_	_	_	_	_	_	*
+25	family	family	NOUN	_	_	_	_	_	ss=n.person	2:X
+26	member	member	NOUN	_	_	_	_	_	_	2
+27	or	or	CCONJ	_	_	_	_	_	_	*
+28	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+29	who	who	PRON	_	_	_	_	_	_	*
+30	will	will	AUX	_	_	_	_	_	_	*
+31	be	be	AUX	_	_	_	_	_	_	*
+32	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+33	us	us	PRON	_	_	_	_	_	_	*
+34	next	next	ADJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.200
+# sent_counter = 590
+# text = @HeavenTechnotic HAHAHAHA , maybe it s ment to be . ( x
+1	@HeavenTechnotic	@USER	X	_	_	_	_	_	_	*
+2	HAHAHAHA	hahahaha	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	maybe	maybe	ADV	_	_	_	_	_	_	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	s	s	AUX	_	_	_	_	_	_	*
+7	ment	ment	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	be	be	VERB	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	(	EMOTICON	X	_	_	_	_	_	_	*
+12	x	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-223
+# sent_counter = 591
+# text = Ordered charleston compact filofax late Thursday evening and arrived this morning ( Saturday ).
+1	Ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+2	charleston	charleston	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	compact	compact	NOUN	_	_	_	_	_	_	1
+4	filofax	filofax	NOUN	_	_	_	_	_	_	1
+5	late	late	ADJ	_	_	_	_	_	_	*
+6	Thursday	thursday	NOUN	_	_	_	_	_	ss=n.time	2:X
+7	evening	evening	NOUN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+10	this	this	DET	_	_	_	_	_	ss=n.time	3:X
+11	morning	morning	NOUN	_	_	_	_	_	_	3
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	Saturday	saturday	NOUN	_	_	_	_	_	ss=n.time	*
+14	).	).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.2
+# sent_counter = 592
+# text = And it shows the first time an organ was ever transplanted .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	shows	show	VERB	_	_	_	_	_	ss=v.perception	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	first	first	ADJ	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	organ	organ	NOUN	_	_	_	_	_	ss=n.body	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	transplanted	transplant	VERB	_	_	_	_	_	ss=v.body	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.229
+# sent_counter = 593
+# text = How to Find And Cultivate Your Passion
+1	How	how	ADV	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	Find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	And	and	CCONJ	_	_	_	_	_	_	*
+5	Cultivate	cultivate	VERB	_	_	_	_	_	ss=v.change	*
+6	Your	your	PRON	_	_	_	_	_	_	*
+7	Passion	passion	NOUN	_	_	_	_	_	ss=n.feeling	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-25
+# sent_counter = 594
+# text = I think Ludivine will love it and when we have the baby ' s photograph in it Wow !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	Ludivine	ludivine	PROPN	_	_	_	_	_	ss=n.person	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	have	have	VERB	_	_	_	_	_	ss=v.change	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	baby	baby	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+13	'	'	PART	_	_	_	_	_	_	1
+14	s	s	PART	_	_	_	_	_	_	1
+15	photograph	photograph	NOUN	_	_	_	_	_	_	1
+16	in	in	ADP	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	Wow	wow	X	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.426
+# sent_counter = 595
+# text = #jordanheels are very useful in a fight cause a hoodrat will put a jordan stamp n hole in ur dome lls
+1	#jordanheels	#jordanheels	PROPN	_	_	_	_	_	ss=n.artifact	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	useful	useful	ADJ	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	fight	fight	NOUN	_	_	_	_	_	ss=n.act	*
+8	cause	cause	SCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	hoodrat	hoodrat	NOUN	_	_	_	_	_	ss=n.person	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	jordan	jordan	PROPN	_	_	_	_	_	ss=n.body	1:X
+15	stamp	stamp	NOUN	_	_	_	_	_	_	1
+16	n	n	CCONJ	_	_	_	_	_	_	*
+17	hole	hole	NOUN	_	_	_	_	_	ss=n.natural_object	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	ur	ur	PRON	_	_	_	_	_	_	*
+20	dome	dome	NOUN	_	_	_	_	_	ss=n.body	*
+21	lls	lls	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-305
+# sent_counter = 596
+# text = I would never advise to order from this company And they have no empathy for the customer and really incompetent staff .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	advise	advise	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+10	And	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	no	no	DET	_	_	_	_	_	_	*
+14	empathy	empathy	NOUN	_	_	_	_	_	ss=n.feeling	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	really	really	ADV	_	_	_	_	_	_	*
+20	incompetent	incompetent	ADJ	_	_	_	_	_	_	*
+21	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-176
+# sent_counter = 597
+# text = This was soon wittled down to one or two and , following some negotiations , a chalet was booked .
+1	This	this	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	soon	soon	ADV	_	_	_	_	_	_	*
+4	wittled	wittled	VERB	_	_	_	_	_	ss=v.change	1:X
+5	down	down	PART	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	or	or	CCONJ	_	_	_	_	_	_	*
+9	two	two	NUM	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	following	follow	VERB	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	negotiations	negotiation	NOUN	_	_	_	_	_	ss=n.communication	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	chalet	chalet	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	was	be	AUX	_	_	_	_	_	_	*
+19	booked	book	VERB	_	_	_	_	_	ss=v.stative	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.427
+# sent_counter = 598
+# text = Great Mornin Beautiful People !! Have a good one
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Mornin	mornin	NOUN	_	_	_	_	_	ss=n.event	*
+3	Beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+4	People	people	NOUN	_	_	_	_	_	ss=n.person	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+6	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	one	one	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.286
+# sent_counter = 599
+# text = A woman dat wants me fa me ... . dat s all I ask for .
+1	A	a	DET	_	_	_	_	_	_	*
+2	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+3	dat	dat	ADP	_	_	_	_	_	_	*
+4	wants	want	VERB	_	_	_	_	_	ss=v.emotion	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	fa	fa	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	dat	dat	PRON	_	_	_	_	_	_	*
+11	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+12	all	all	DET	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	ask	ask	VERB	_	_	_	_	_	ss=v.emotion	1:X
+15	for	for	ADP	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-40
+# sent_counter = 600
+# text = An easy to navigate site - which I need !
+1	An	an	DET	_	_	_	_	_	_	*
+2	easy	easy	ADV	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	navigate	navigate	VERB	_	_	_	_	_	_	1
+5	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	which	which	PRON	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-263
+# sent_counter = 601
+# text = Thank you Mr memory - highly recommended .
+1	Thank	thank	PART	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	Mr	mr	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	memory	memory	NOUN	_	_	_	_	_	_	1
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	highly	highly	ADV	_	_	_	_	_	_	*
+7	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.191
+# sent_counter = 602
+# text = #np DJ Got Us - Falling In Love Ag - U$her Ft . Pitbull
+1	#np	#np	X	_	_	_	_	_	_	*
+2	DJ	dj	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	Got	get	AUX	_	_	_	_	_	_	1
+4	Us	us	PRON	_	_	_	_	_	_	1
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	Falling	fall	VERB	_	_	_	_	_	_	1
+7	In	in	ADP	_	_	_	_	_	_	1
+8	Love	love	NOUN	_	_	_	_	_	_	1
+9	Ag	ag	X	_	_	_	_	_	_	1
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	U$her	u$her	PROPN	_	_	_	_	_	ss=n.person	*
+12	Ft	ft	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	Pitbull	pitbull	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-136
+# sent_counter = 603
+# text = Will definitely keep on using them .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	definitely	definitely	ADV	_	_	_	_	_	_	*
+3	keep	keep	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	on	on	PART	_	_	_	_	_	_	1
+5	using	use	VERB	_	_	_	_	_	ss=v.stative	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.477
+# sent_counter = 604
+# text = happy birthday to me bitches !!! 23 is the lucky number !!
+1	happy	happy	ADJ	_	_	_	_	_	ss=n.communication	1:X
+2	birthday	birthday	NOUN	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	bitches	bitch	NOUN	_	_	_	_	_	ss=n.person	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+7	23	NUMBER	NUM	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	lucky	lucky	ADJ	_	_	_	_	_	ss=n.attribute	2:X
+11	number	number	NOUN	_	_	_	_	_	_	2
+12	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.5
+# sent_counter = 605
+# text = And finally I ended up encountering psychology by chance .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	finally	finally	ADV	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	ended	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	encountering	encounter	VERB	_	_	_	_	_	ss=v.change	*
+7	psychology	psychology	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.283
+# sent_counter = 606
+# text = @chamberlainwill Thanks for the #FF !
+1	@chamberlainwill	@USER	X	_	_	_	_	_	_	*
+2	Thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	#FF	#ff	NOUN	_	_	_	_	_	ss=n.communication	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.302
+# sent_counter = 607
+# text = RT @EpicTweets_ : Staring at a hot guy and thinking ... We are going to make beautiful babies .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@EpicTweets_	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Staring	stare	VERB	_	_	_	_	_	ss=v.perception	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	hot	hot	ADJ	_	_	_	_	_	_	*
+8	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	We	we	PRON	_	_	_	_	_	_	*
+13	are	be	AUX	_	_	_	_	_	_	*
+14	going	go	VERB	_	_	_	_	_	_	1:X
+15	to	to	PART	_	_	_	_	_	_	1
+16	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+17	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+18	babies	baby	NOUN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.183
+# sent_counter = 608
+# text = @_OutOfNowhere 3 couplets , 1 refrain .
+1	@_OutOfNowhere	@USER	X	_	_	_	_	_	_	*
+2	3	NUMBER	NUM	_	_	_	_	_	_	*
+3	couplets	couplet	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	1	NUMBER	NUM	_	_	_	_	_	_	*
+6	refrain	refrain	NOUN	_	_	_	_	_	ss=n.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-212
+# sent_counter = 609
+# text = Not sure about the 00 hour delivery - it was 00 hours from when it was posted but it wasn ' t posted for 00 days !
+1	Not	not	ADV	_	_	_	_	_	_	*
+2	sure	sure	ADJ	_	_	_	_	_	_	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	00	00	NUM	_	_	_	_	_	ss=n.act	1:X
+6	hour	hour	NOUN	_	_	_	_	_	_	1
+7	delivery	delivery	NOUN	_	_	_	_	_	_	1
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	00	00	NUM	_	_	_	_	_	_	*
+12	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	posted	post	VERB	_	_	_	_	_	ss=v.contact	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	wasn	wasn	VERB	_	_	_	_	_	ss=v.stative	*
+21	'	'	PART	_	_	_	_	_	_	*
+22	t	t	PART	_	_	_	_	_	_	*
+23	posted	post	VERB	_	_	_	_	_	ss=v.contact	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	00	00	NUM	_	_	_	_	_	_	*
+26	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.10
+# sent_counter = 610
+# text = RT @jrockfor3 : About to crush this Denny's!!!!!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jrockfor3	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	About	about	ADP	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	crush	crush	VERB	_	_	_	_	_	ss=v.consumption	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	Denny's!!!!!!	denny's!!!!!!	PROPN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-183
+# sent_counter = 611
+# text = Delivery & service are super fast and utterly reliable .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	&	&	CCONJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	super	super	ADV	_	_	_	_	_	_	*
+6	fast	fast	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	utterly	utterly	ADV	_	_	_	_	_	_	*
+9	reliable	reliable	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.326
+# sent_counter = 612
+# text = @DatYellow @StealthyCupcake 2+4 = 6 I have 8 .
+1	@DatYellow	@USER	X	_	_	_	_	_	_	*
+2	@StealthyCupcake	@USER	X	_	_	_	_	_	_	*
+3	2+4	NUMBER	NUM	_	_	_	_	_	_	*
+4	=	=	PUNCT	_	_	_	_	_	_	*
+5	6	NUMBER	NUM	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	8	NUMBER	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.225
+# sent_counter = 613
+# text = I call my dad and this dude is blasting music . I ca nt understand him and he keeps saying " what ? " . Does n't that mean turn down the music ? =_=
+1	I	i	PRON	_	_	_	_	_	_	*
+2	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	dude	dude	NOUN	_	_	_	_	_	ss=n.person	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	blasting	blast	VERB	_	_	_	_	_	ss=v.perception	*
+10	music	music	NOUN	_	_	_	_	_	ss=n.communication	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	ca	ca	AUX	_	_	_	_	_	_	*
+14	nt	nt	PART	_	_	_	_	_	_	*
+15	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+16	him	him	PRON	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	he	he	PRON	_	_	_	_	_	_	*
+19	keeps	keep	VERB	_	_	_	_	_	ss=v.stative	*
+20	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	what	what	PRON	_	_	_	_	_	_	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+24	"	"	PUNCT	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	Does	do	AUX	_	_	_	_	_	_	*
+27	n't	n't	PART	_	_	_	_	_	_	*
+28	that	that	PRON	_	_	_	_	_	_	*
+29	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+30	turn	turn	VERB	_	_	_	_	_	ss=v.change	1:X
+31	down	down	ADP	_	_	_	_	_	_	1
+32	the	the	DET	_	_	_	_	_	_	*
+33	music	music	NOUN	_	_	_	_	_	ss=n.communication	*
+34	?	?	PUNCT	_	_	_	_	_	_	*
+35	=_=	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.351
+# sent_counter = 614
+# text = RT @iBeenHadSOLE : That s why Jamie IS THAT NIGGA ! Lol
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@iBeenHadSOLE	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	That	that	PRON	_	_	_	_	_	_	*
+5	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+6	why	why	ADV	_	_	_	_	_	_	*
+7	Jamie	jamie	PROPN	_	_	_	_	_	ss=n.person	*
+8	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	THAT	that	DET	_	_	_	_	_	_	*
+10	NIGGA	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.29
+# sent_counter = 615
+# text = jeronimo ft stay-c _ I am no superman #np
+1	jeronimo	jeronimo	PROPN	_	_	_	_	_	ss=n.person	*
+2	ft	ft	VERB	_	_	_	_	_	ss=v.stative	*
+3	stay-c	stay-c	PROPN	_	_	_	_	_	ss=n.person	*
+4	_	_	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	no	no	DET	_	_	_	_	_	_	*
+8	superman	superman	NOUN	_	_	_	_	_	ss=n.person	*
+9	#np	#np	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-332
+# sent_counter = 616
+# text = I chased this many times after hearing no reply and eventually complained .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	chased	chase	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	PRON	_	_	_	_	_	_	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+6	after	after	ADP	_	_	_	_	_	_	*
+7	hearing	hearing	NOUN	_	_	_	_	_	_	*
+8	no	no	DET	_	_	_	_	_	_	*
+9	reply	reply	NOUN	_	_	_	_	_	ss=n.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	eventually	eventually	ADV	_	_	_	_	_	_	*
+12	complained	complain	VERB	_	_	_	_	_	ss=v.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.149
+# sent_counter = 617
+# text = " You ai nt got none ? " First , aint is not a word if you are referring to asking me if I did n't have an appointment then the answer is no .
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	ai	ai	AUX	_	_	_	_	_	_	*
+4	nt	nt	PART	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+6	none	none	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	First	first	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	aint	aint	VERB	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	word	word	NOUN	_	_	_	_	_	ss=n.communication	*
+16	if	if	ADP	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	referring	refer	VERB	_	_	_	_	_	ss=v.communication	*
+20	to	to	SCONJ	_	_	_	_	_	_	*
+21	asking	ask	VERB	_	_	_	_	_	ss=v.communication	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	if	if	ADP	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	did	do	AUX	_	_	_	_	_	_	*
+26	n't	n't	PART	_	_	_	_	_	_	*
+27	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+28	an	an	DET	_	_	_	_	_	_	*
+29	appointment	appointment	NOUN	_	_	_	_	_	ss=n.act	*
+30	then	then	ADV	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+33	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	no	no	INTJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-48
+# sent_counter = 618
+# text = Delivery guaranteed by end of next working day after collection throughout most of the UK mainland .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	guaranteed	guaranteed	ADJ	_	_	_	_	_	_	*
+3	by	by	ADP	_	_	_	_	_	_	*
+4	end	end	NOUN	_	_	_	_	_	ss=n.state	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	next	next	ADJ	_	_	_	_	_	_	*
+7	working	working	NOUN	_	_	_	_	_	ss=n.event	1:X
+8	day	day	NOUN	_	_	_	_	_	_	1
+9	after	after	ADP	_	_	_	_	_	_	*
+10	collection	collection	NOUN	_	_	_	_	_	ss=n.act	*
+11	throughout	throughout	ADP	_	_	_	_	_	_	*
+12	most	most	ADJ	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	ss=n.location	2:X
+15	UK	uk	PROPN	_	_	_	_	_	_	2
+16	mainland	mainland	NOUN	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-325
+# sent_counter = 619
+# text = The eclipse straighteners are the best that I have ever used .
+1	The	the	DET	_	_	_	_	_	_	*
+2	eclipse	eclipse	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	straighteners	straightener	NOUN	_	_	_	_	_	_	1
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	used	use	VERB	_	_	_	_	_	ss=v.contact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.9
+# sent_counter = 620
+# text = In the last decade the number of patients waiting for a transplant has doubled .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	last	last	ADJ	_	_	_	_	_	_	*
+4	decade	decade	NOUN	_	_	_	_	_	ss=n.time	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	patients	patient	NOUN	_	_	_	_	_	ss=n.person	*
+9	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	transplant	transplant	NOUN	_	_	_	_	_	ss=n.body	*
+13	has	have	AUX	_	_	_	_	_	_	*
+14	doubled	double	VERB	_	_	_	_	_	ss=v.change	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.3
+# sent_counter = 621
+# text = And so plants and animals developed their own internal clocks so that they would be ready for these changes in light .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	plants	plant	NOUN	_	_	_	_	_	ss=n.plant	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+6	developed	develop	VERB	_	_	_	_	_	ss=v.creation	*
+7	their	their	PRON	_	_	_	_	_	_	*
+8	own	own	ADJ	_	_	_	_	_	_	*
+9	internal	internal	ADJ	_	_	_	_	_	_	*
+10	clocks	clocks	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	so	so	ADP	_	_	_	_	_	_	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	ready	ready	ADJ	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	these	these	DET	_	_	_	_	_	_	*
+19	changes	change	NOUN	_	_	_	_	_	ss=n.event	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	light	light	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.252
+# sent_counter = 622
+# text = RT @Sl0wb00gie : @ashleydene lol you know i m down like 4 flats on a cadillac ... lol wut it do ?? || Haha ! love it
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Sl0wb00gie	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@ashleydene	@USER	X	_	_	_	_	_	_	*
+5	lol	lol	INTJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	1:X
+7	know	know	VERB	_	_	_	_	_	_	1
+8	i	i	PRON	_	_	_	_	_	_	2:X
+9	m	m	VERB	_	_	_	_	_	_	2
+10	down	down	ADV	_	_	_	_	_	_	2
+11	like	like	ADP	_	_	_	_	_	_	*
+12	4	NUMBER	NUM	_	_	_	_	_	_	*
+13	flats	flats	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	cadillac	cadillac	PROPN	_	_	_	_	_	ss=n.artifact	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	lol	lol	INTJ	_	_	_	_	_	_	*
+19	wut	wut	PRON	_	_	_	_	_	_	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+22	??	??	PUNCT	_	_	_	_	_	_	*
+23	||	||	X	_	_	_	_	_	_	*
+24	Haha	haha	INTJ	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+27	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.193
+# sent_counter = 623
+# text = O_O lucky you ... . llabd wutup doe ?! Shine ! RT @Queen_Shine : @11wdNICK * yawns * Still in the bed :)
+1	O_O	EMOTICON	X	_	_	_	_	_	_	*
+2	lucky	lucky	ADJ	_	_	_	_	_	_	1:X
+3	you	you	PRON	_	_	_	_	_	_	1
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	llabd	llabd	X	_	_	_	_	_	_	*
+7	wutup	wutup	INTJ	_	_	_	_	_	_	*
+8	doe	doe	INTJ	_	_	_	_	_	_	*
+9	?!	?!	PUNCT	_	_	_	_	_	_	*
+10	Shine	shine	VERB	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	RT	rt	X	_	_	_	_	_	_	*
+13	@Queen_Shine	@USER	X	_	_	_	_	_	_	*
+14	:	:	X	_	_	_	_	_	_	*
+15	@11wdNICK	@USER	X	_	_	_	_	_	_	*
+16	*	*	PUNCT	_	_	_	_	_	_	*
+17	yawns	yawn	VERB	_	_	_	_	_	ss=v.body	*
+18	*	*	PUNCT	_	_	_	_	_	_	*
+19	Still	still	ADV	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.127
+# sent_counter = 624
+# text = Daaammmnn . Florida got too many tolls .. Coach comin outta pocket every 5 mins -__-
+1	Daaammmnn	daaammmnn	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Florida	florida	PROPN	_	_	_	_	_	ss=n.location	*
+4	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	many	many	ADJ	_	_	_	_	_	_	*
+7	tolls	toll	NOUN	_	_	_	_	_	ss=n.possession	*
+8	..	..	PUNCT	_	_	_	_	_	_	*
+9	Coach	coach	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	comin	comin	VERB	_	_	_	_	_	ss=v.motion	*
+11	outta	outta	ADP	_	_	_	_	_	ss=n.state	1:X
+12	pocket	pocket	NOUN	_	_	_	_	_	_	1
+13	every	every	DET	_	_	_	_	_	_	*
+14	5	NUMBER	NUM	_	_	_	_	_	_	*
+15	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+16	-__-	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.7
+# sent_counter = 625
+# text = But what 's interesting is the unique cadence of the song , the rhythm of the dance in every culture .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	interesting	interesting	ADJ	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	unique	unique	ADJ	_	_	_	_	_	_	*
+8	cadence	cadence	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	song	song	NOUN	_	_	_	_	_	ss=n.communication	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	rhythm	rhythm	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	dance	dance	NOUN	_	_	_	_	_	ss=n.act	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	every	every	DET	_	_	_	_	_	_	*
+20	culture	culture	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.368
+# sent_counter = 626
+# text = @MrsAlyBieber If u want some FUNNY & TRUE quotes on your timeline then u should follow » @AnilGujaraTi « He 'll have u laughing all day !
+1	@MrsAlyBieber	@USER	X	_	_	_	_	_	_	*
+2	If	if	SCONJ	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	FUNNY	funny	ADJ	_	_	_	_	_	_	*
+7	&	&	CCONJ	_	_	_	_	_	_	*
+8	TRUE	true	ADJ	_	_	_	_	_	_	*
+9	quotes	quote	NOUN	_	_	_	_	_	ss=n.communication	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	your	your	PRON	_	_	_	_	_	_	*
+12	timeline	timeline	NOUN	_	_	_	_	_	ss=n.communication	*
+13	then	then	ADV	_	_	_	_	_	_	*
+14	u	u	PRON	_	_	_	_	_	_	*
+15	should	should	AUX	_	_	_	_	_	_	*
+16	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+17	»	»	PUNCT	_	_	_	_	_	_	*
+18	@AnilGujaraTi	@USER	X	_	_	_	_	_	_	*
+19	«	«	PUNCT	_	_	_	_	_	_	*
+20	He	he	PRON	_	_	_	_	_	_	*
+21	'll	'll	AUX	_	_	_	_	_	_	*
+22	have	have	VERB	_	_	_	_	_	_	*
+23	u	u	PRON	_	_	_	_	_	_	*
+24	laughing	laugh	VERB	_	_	_	_	_	ss=v.emotion	*
+25	all	all	DET	_	_	_	_	_	_	1:X
+26	day	day	NOUN	_	_	_	_	_	_	1
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-277
+# sent_counter = 627
+# text = When introduced to the BT service , by purchasing BTVision package , I thought it would be like all the rest ...!!!
+1	When	when	ADV	_	_	_	_	_	_	*
+2	introduced	introduce	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	BT	bt	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	service	service	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	purchasing	purchasing	NOUN	_	_	_	_	_	_	*
+10	BTVision	btvision	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+11	package	package	NOUN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	would	would	VERB	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	like	like	ADP	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	rest	rest	NOUN	_	_	_	_	_	ss=n.relation	*
+22	...!!!	...!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.31
+# sent_counter = 628
+# text = Havin fun at cade ferguson s house
+1	Havin	havin	VERB	_	_	_	_	_	ss=v.stative	*
+2	fun	fun	NOUN	_	_	_	_	_	ss=n.act	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	cade	cade	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	ferguson	ferguson	PROPN	_	_	_	_	_	_	1
+6	s	s	PART	_	_	_	_	_	_	1
+7	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.313
+# sent_counter = 629
+# text = @DAPtheGreat THANK YOU !!!!
+1	@DAPtheGreat	@USER	X	_	_	_	_	_	_	*
+2	THANK	thank	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	YOU	you	PRON	_	_	_	_	_	_	1
+4	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-302
+# sent_counter = 630
+# text = Citylink are believing the lies of their driver - even though the signatures don ' t match up at all and Argos just can ' t be bothered to handle any further communication - instead fobbing us off to Paypal because they know full well they ' re covered because of that dodgy signature .
+1	Citylink	citylink	PROPN	_	_	_	_	_	ss=n.group	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	believing	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	lies	lie	NOUN	_	_	_	_	_	ss=n.communication	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	their	their	DET	_	_	_	_	_	_	*
+8	driver	driver	NOUN	_	_	_	_	_	ss=n.person	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	though	though	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	signatures	signature	NOUN	_	_	_	_	_	ss=n.communication	*
+14	don	don	AUX	_	_	_	_	_	_	*
+15	'	'	PART	_	_	_	_	_	_	*
+16	t	t	PART	_	_	_	_	_	_	*
+17	match	match	VERB	_	_	_	_	_	ss=v.stative	1:X
+18	up	up	PART	_	_	_	_	_	_	1
+19	at	at	ADP	_	_	_	_	_	_	2:X
+20	all	all	NOUN	_	_	_	_	_	_	2
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	Argos	argos	PROPN	_	_	_	_	_	ss=n.group	*
+23	just	just	ADV	_	_	_	_	_	_	*
+24	can	can	AUX	_	_	_	_	_	_	*
+25	'	'	PART	_	_	_	_	_	_	*
+26	t	t	PART	_	_	_	_	_	_	*
+27	be	be	AUX	_	_	_	_	_	_	*
+28	bothered	bother	VERB	_	_	_	_	_	ss=v.emotion	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	handle	handle	VERB	_	_	_	_	_	ss=v.cognition	*
+31	any	any	DET	_	_	_	_	_	_	*
+32	further	further	ADJ	_	_	_	_	_	_	*
+33	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+34	-	-	PUNCT	_	_	_	_	_	_	*
+35	instead	instead	ADV	_	_	_	_	_	_	*
+36	fobbing	fob	VERB	_	_	_	_	_	ss=v.change	3:X
+37	us	us	PRON	_	_	_	_	_	_	*
+38	off	off	PART	_	_	_	_	_	_	3
+39	to	to	ADP	_	_	_	_	_	_	*
+40	Paypal	paypal	PROPN	_	_	_	_	_	ss=n.group	*
+41	because	because	CCONJ	_	_	_	_	_	_	*
+42	they	they	PRON	_	_	_	_	_	_	*
+43	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+44	full	full	ADV	_	_	_	_	_	_	*
+45	well	well	ADV	_	_	_	_	_	_	*
+46	they	they	PRON	_	_	_	_	_	_	*
+47	'	'	PART	_	_	_	_	_	_	*
+48	re	re	VERB	_	_	_	_	_	_	*
+49	covered	cover	VERB	_	_	_	_	_	ss=v.stative	*
+50	because	because	ADP	_	_	_	_	_	_	*
+51	of	of	ADP	_	_	_	_	_	_	*
+52	that	that	DET	_	_	_	_	_	_	*
+53	dodgy	dodgy	ADJ	_	_	_	_	_	_	*
+54	signature	signature	NOUN	_	_	_	_	_	ss=n.communication	*
+55	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.401
+# sent_counter = 631
+# text = RT @jdbieber_ftw : he looks so crushed lmao http://t.co/4BwoGzfk
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jdbieber_ftw	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	crushed	crushed	ADJ	_	_	_	_	_	_	*
+8	lmao	lmao	INTJ	_	_	_	_	_	_	*
+9	http://t.co/4BwoGzfk	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-310
+# sent_counter = 632
+# text = They even emptied the heat sink and cleaned the fans free of charge , so my laptop ' s running extra smoothly now .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	emptied	empty	VERB	_	_	_	_	_	ss=v.change	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	heat	heat	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	sink	sink	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	cleaned	clean	VERB	_	_	_	_	_	ss=v.contact	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	fans	fan	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	free	free	ADJ	_	_	_	_	_	_	2:X
+12	of	of	ADP	_	_	_	_	_	_	2
+13	charge	charge	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	so	so	CCONJ	_	_	_	_	_	_	*
+16	my	my	DET	_	_	_	_	_	_	*
+17	laptop	laptop	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	'	'	PART	_	_	_	_	_	_	*
+19	s	s	VERB	_	_	_	_	_	_	*
+20	running	run	VERB	_	_	_	_	_	ss=v.motion	*
+21	extra	extra	ADV	_	_	_	_	_	_	*
+22	smoothly	smoothly	ADV	_	_	_	_	_	_	*
+23	now	now	ADV	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.1
+# sent_counter = 633
+# text = Forrest North : The beginning of any collaboration starts with a conversation .
+1	Forrest	forrest	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	North	north	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	beginning	beginning	NOUN	_	_	_	_	_	ss=n.event	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	any	any	DET	_	_	_	_	_	_	*
+8	collaboration	collaboration	NOUN	_	_	_	_	_	ss=n.act	*
+9	starts	start	VERB	_	_	_	_	_	ss=v.change	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	conversation	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.374
+# sent_counter = 634
+# text = [ POST ] Spammy ’s 12 Days of Xmas : Day 2 – Burning the Tool Log http://t.co/PdNKL8qF
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	POST	post	NOUN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	Spammy	spammy	PROPN	_	_	_	_	_	ss=n.person	*
+5	’s	’s	PART	_	_	_	_	_	_	*
+6	12	NUMBER	NUM	_	_	_	_	_	_	*
+7	Days	days	NOUN	_	_	_	_	_	ss=n.time	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	Xmas	xmas	PROPN	_	_	_	_	_	ss=n.event	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	Day	day	NOUN	_	_	_	_	_	ss=n.event	*
+12	2	NUMBER	NUM	_	_	_	_	_	_	*
+13	–	–	PUNCT	_	_	_	_	_	_	*
+14	Burning	burn	VERB	_	_	_	_	_	ss=v.change	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Tool	tool	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+17	Log	log	NOUN	_	_	_	_	_	_	1
+18	http://t.co/PdNKL8qF	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.454
+# sent_counter = 635
+# text = Another glorious morning that Jesus blessed us with .
+1	Another	another	DET	_	_	_	_	_	_	*
+2	glorious	glorious	ADJ	_	_	_	_	_	_	*
+3	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	Jesus	jesus	PROPN	_	_	_	_	_	ss=n.person	*
+6	blessed	bless	VERB	_	_	_	_	_	ss=v.communication	*
+7	us	us	PRON	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.418
+# sent_counter = 636
+# text = June 21 * sigh *
+1	June	june	PROPN	_	_	_	_	_	ss=n.time	1:X
+2	21	NUMBER	NUM	_	_	_	_	_	_	1
+3	*	*	PUNCT	_	_	_	_	_	_	*
+4	sigh	sigh	VERB	_	_	_	_	_	ss=v.body	*
+5	*	*	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-141
+# sent_counter = 637
+# text = Acceptable experience , but not desired quality ....
+1	Acceptable	acceptable	ADJ	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	not	not	ADV	_	_	_	_	_	_	*
+6	desired	desired	ADJ	_	_	_	_	_	_	*
+7	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-181
+# sent_counter = 638
+# text = No flowers got delivered and now I have to wait for a investigation into what happened , that was the most important day of the year ruined .
+1	No	no	DET	_	_	_	_	_	_	*
+2	flowers	flower	NOUN	_	_	_	_	_	ss=n.plant	*
+3	got	get	VERB	_	_	_	_	_	_	*
+4	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	now	now	ADV	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	investigation	investigation	NOUN	_	_	_	_	_	ss=n.act	*
+14	into	into	ADP	_	_	_	_	_	_	*
+15	what	what	PRON	_	_	_	_	_	_	*
+16	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	that	that	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	most	most	ADJ	_	_	_	_	_	_	*
+22	important	important	ADJ	_	_	_	_	_	_	*
+23	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+27	ruined	ruin	VERB	_	_	_	_	_	ss=v.emotion	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.142
+# sent_counter = 639
+# text = i just orgasmed over this http://dreamofgaga.com/2011/01/20/born-this-way-remix-made-by-lady-gaga-herself-is-out/
+1	i	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	orgasmed	orgasmed	VERB	_	_	_	_	_	ss=v.body	*
+4	over	over	ADP	_	_	_	_	_	_	*
+5	this	this	PRON	_	_	_	_	_	_	*
+6	http://dreamofgaga.com/2011/01/20/born-this-way-remix-made-by-lady-gaga-herself-is-out/	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.494
+# sent_counter = 640
+# text = RT @glynnaustinn : RT @koloradolane : #random ii love how this nigga @glynnaustinn kome in with the singing on #HawthorneNigga #noelton - ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@glynnaustinn	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@koloradolane	@USER	X	_	_	_	_	_	_	*
+6	:	:	X	_	_	_	_	_	_	*
+7	#random	#random	X	_	_	_	_	_	_	*
+8	ii	ii	PRON	_	_	_	_	_	_	*
+9	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+10	how	how	ADV	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+13	@glynnaustinn	@USER	X	_	_	_	_	_	_	*
+14	kome	kome	VERB	_	_	_	_	_	ss=v.stative	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	with	with	SCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	singing	sing	VERB	_	_	_	_	_	ss=v.creation	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	#HawthorneNigga	#hawthornenigga	X	_	_	_	_	_	_	*
+21	#noelton	#noelton	X	_	_	_	_	_	_	*
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.2
+# sent_counter = 641
+# text = And in doing that , I want to offer you a vision , an imagined future , if you will , of how , as the poet Seamus Heaney has put it , `` Once in a lifetime the longed-for tidal wave of justice can rise up , and hope and history rhyme '' .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	in	in	SCONJ	_	_	_	_	_	_	*
+3	doing	do	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	offer	offer	VERB	_	_	_	_	_	ss=v.communication	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	vision	vision	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	an	an	DET	_	_	_	_	_	_	*
+15	imagined	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+16	future	future	NOUN	_	_	_	_	_	ss=n.state	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	if	if	SCONJ	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	will	will	AUX	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	of	of	SCONJ	_	_	_	_	_	_	*
+23	how	how	ADV	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	as	as	SCONJ	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	poet	poet	NOUN	_	_	_	_	_	ss=n.person	*
+28	Seamus	seamus	PROPN	_	_	_	_	_	ss=n.person	1:X
+29	Heaney	heaney	PROPN	_	_	_	_	_	_	1
+30	has	have	AUX	_	_	_	_	_	_	*
+31	put	put	VERB	_	_	_	_	_	ss=v.communication	*
+32	it	it	PRON	_	_	_	_	_	_	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	``	``	PUNCT	_	_	_	_	_	_	*
+35	Once	once	ADV	_	_	_	_	_	_	*
+36	in	in	ADP	_	_	_	_	_	_	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	lifetime	lifetime	NOUN	_	_	_	_	_	ss=n.event	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	longed-for	longed-for	ADJ	_	_	_	_	_	_	*
+41	tidal	tidal	ADJ	_	_	_	_	_	ss=n.process	2:X
+42	wave	wave	NOUN	_	_	_	_	_	_	2
+43	of	of	ADP	_	_	_	_	_	_	*
+44	justice	justice	NOUN	_	_	_	_	_	ss=n.cognition	*
+45	can	can	AUX	_	_	_	_	_	_	*
+46	rise	rise	VERB	_	_	_	_	_	ss=v.motion	3:X
+47	up	up	ADV	_	_	_	_	_	_	3
+48	,	,	PUNCT	_	_	_	_	_	_	*
+49	and	and	CCONJ	_	_	_	_	_	_	*
+50	hope	hope	NOUN	_	_	_	_	_	ss=n.feeling	*
+51	and	and	CCONJ	_	_	_	_	_	_	*
+52	history	history	NOUN	_	_	_	_	_	ss=n.time	*
+53	rhyme	rhyme	VERB	_	_	_	_	_	ss=v.creation	*
+54	''	''	PUNCT	_	_	_	_	_	_	*
+55	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.177
+# sent_counter = 642
+# text = ther s still like 1 1/2 hours till Bieb s bday here :P
+1	ther	ther	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	still	still	ADV	_	_	_	_	_	_	*
+4	like	like	ADJ	_	_	_	_	_	_	*
+5	1	NUMBER	NUM	_	_	_	_	_	_	*
+6	1/2	NUMBER	NUM	_	_	_	_	_	_	*
+7	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+8	till	till	ADP	_	_	_	_	_	_	*
+9	Bieb	bieb	PROPN	_	_	_	_	_	ss=n.person	*
+10	s	s	PART	_	_	_	_	_	_	*
+11	bday	bday	NOUN	_	_	_	_	_	ss=n.event	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	:P	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.408
+# sent_counter = 643
+# text = Yeah you love him , but just stop .
+1	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.337
+# sent_counter = 644
+# text = RT @HarryAndNiall1D : Sami Brookes Glamour Shot ! http://t.co/MW4wCNZx
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@HarryAndNiall1D	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Sami	sami	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Brookes	brookes	PROPN	_	_	_	_	_	_	1
+6	Glamour	glamour	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+7	Shot	shot	NOUN	_	_	_	_	_	_	2
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	http://t.co/MW4wCNZx	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.497
+# sent_counter = 645
+# text = @iiTs_Keyzlaa nah u really do though . U r like on your 6 pic http://myloc.me/dxNyx
+1	@iiTs_Keyzlaa	@USER	X	_	_	_	_	_	_	*
+2	nah	nah	INTJ	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	do	do	VERB	_	_	_	_	_	ss=v.social	*
+6	though	though	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	U	u	PRON	_	_	_	_	_	_	*
+9	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+10	like	like	ADV	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	6	NUMBER	NUM	_	_	_	_	_	_	*
+14	pic	pic	NOUN	_	_	_	_	_	ss=n.communication	*
+15	http://myloc.me/dxNyx	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.9
+# sent_counter = 646
+# text = And my dad is the most voracious reader I know .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	most	most	ADV	_	_	_	_	_	_	*
+7	voracious	voracious	ADJ	_	_	_	_	_	_	*
+8	reader	reader	NOUN	_	_	_	_	_	ss=n.person	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.240
+# sent_counter = 647
+# text = @BestRollerAlive I 'm scoopin Jo right now
+1	@BestRollerAlive	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	scoopin	scoopin	VERB	_	_	_	_	_	ss=v.social	*
+5	Jo	jo	PROPN	_	_	_	_	_	ss=n.person	*
+6	right	right	ADV	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-16
+# sent_counter = 648
+# text = The mousemats were very good and I was delighted with them .
+1	The	the	DET	_	_	_	_	_	_	*
+2	mousemats	mousemats	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	_	*
+9	delighted	delight	VERB	_	_	_	_	_	ss=v.emotion	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	them	them	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-230
+# sent_counter = 649
+# text = However , speaking online with a consultant from DigitalRev put me right as to what to do .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	speaking	speak	VERB	_	_	_	_	_	ss=v.communication	*
+4	online	online	ADV	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	consultant	consultant	NOUN	_	_	_	_	_	ss=n.person	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	DigitalRev	digitalrev	PROPN	_	_	_	_	_	ss=n.group	*
+10	put	put	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	me	me	PRON	_	_	_	_	_	_	*
+12	right	right	ADV	_	_	_	_	_	_	1
+13	as	as	ADP	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	what	what	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.change	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-204
+# sent_counter = 650
+# text = Got a guaranteed booking confirmed within seconds to my in box and printed receipt .
+1	Got	get	VERB	_	_	_	_	_	ss=v.change	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	guaranteed	guaranteed	ADJ	_	_	_	_	_	_	*
+4	booking	booking	NOUN	_	_	_	_	_	ss=n.communication	*
+5	confirmed	confirm	VERB	_	_	_	_	_	ss=v.cognition	*
+6	within	within	ADP	_	_	_	_	_	_	*
+7	seconds	second	NOUN	_	_	_	_	_	ss=n.time	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	in	in	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	box	box	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	printed	print	VERB	_	_	_	_	_	ss=v.creation	*
+14	receipt	receipt	NOUN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.334
+# sent_counter = 651
+# text = I uploaded a @YouTube video http://t.co/DMqaU4vJ paris . flv
+1	I	i	PRON	_	_	_	_	_	_	*
+2	uploaded	upload	VERB	_	_	_	_	_	ss=v.change	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	@YouTube	@USER	X	_	_	_	_	_	ss=n.communication	1:X
+5	video	video	NOUN	_	_	_	_	_	_	1
+6	http://t.co/DMqaU4vJ	URL	X	_	_	_	_	_	_	*
+7	paris	paris	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	flv	flv	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.423
+# sent_counter = 652
+# text = #thingsyouwishyoucouldsaybutcant stop praying to GOD like a genie he do n't give u what u want he gives u what you need #iApproveThisMessage
+1	#thingsyouwishyoucouldsaybutcant	#thingsyouwishyoucouldsaybutcant	X	_	_	_	_	_	_	*
+2	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+3	praying	pray	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	GOD	god	PROPN	_	_	_	_	_	ss=n.person	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	genie	genie	NOUN	_	_	_	_	_	ss=n.person	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+13	u	u	PRON	_	_	_	_	_	_	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	u	u	PRON	_	_	_	_	_	_	*
+16	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	gives	give	VERB	_	_	_	_	_	ss=v.possession	*
+19	u	u	PRON	_	_	_	_	_	_	*
+20	what	what	PRON	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+23	#iApproveThisMessage	#iapprovethismessage	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.14
+# sent_counter = 653
+# text = @ZachVall @daniellecroce nah we thought of it a few days ago
+1	@ZachVall	@USER	X	_	_	_	_	_	_	*
+2	@daniellecroce	@USER	X	_	_	_	_	_	_	*
+3	nah	nah	INTJ	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	thought	think	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	of	of	ADP	_	_	_	_	_	_	1
+7	it	it	PRON	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	few	few	ADJ	_	_	_	_	_	_	*
+10	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-218
+# sent_counter = 654
+# text = I ' ve been buying from Simply Supplements for quite a while now and I am very happy with them and will continue to use them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	1:X
+4	been	be	AUX	_	_	_	_	_	_	1
+5	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	Simply	simply	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	Supplements	supplement	NOUN	_	_	_	_	_	_	2
+9	for	for	ADP	_	_	_	_	_	_	*
+10	quite	quite	ADV	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	while	while	NOUN	_	_	_	_	_	ss=n.time	*
+13	now	now	ADV	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	very	very	ADV	_	_	_	_	_	_	*
+18	happy	happy	ADJ	_	_	_	_	_	_	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	them	them	PRON	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	will	will	AUX	_	_	_	_	_	_	*
+23	continue	continue	VERB	_	_	_	_	_	ss=v.stative	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+26	them	them	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.9
+# sent_counter = 655
+# text = So how does it happen ?
+1	So	so	ADV	_	_	_	_	_	_	*
+2	how	how	ADV	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	happen	happen	VERB	_	_	_	_	_	ss=v.change	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.154
+# sent_counter = 656
+# text = Where 's this #SnowTO at ? Let 's see what you 've got #Toronto
+1	Where	where	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	#SnowTO	#snowto	PROPN	_	_	_	_	_	ss=n.natural_object	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	Let	let	VERB	_	_	_	_	_	_	*
+8	's	's	PRON	_	_	_	_	_	_	*
+9	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+10	what	what	PRON	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	've	've	AUX	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	#Toronto	#toronto	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.5
+# sent_counter = 657
+# text = FN : I always had a passion for alternative vehicles .
+1	FN	fn	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	passion	passion	NOUN	_	_	_	_	_	ss=n.feeling	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	alternative	alternative	ADJ	_	_	_	_	_	_	*
+10	vehicles	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-220
+# sent_counter = 658
+# text = Uni baggage is a fantastic way to send stuff to students at university .
+1	Uni	uni	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	baggage	baggage	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+6	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+9	stuff	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	university	university	NOUN	_	_	_	_	_	ss=n.location	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.377
+# sent_counter = 659
+# text = My hustle is perpetual that means it never stops moving
+1	My	my	PRON	_	_	_	_	_	_	*
+2	hustle	hustle	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	perpetual	perpetual	ADJ	_	_	_	_	_	_	*
+5	that	that	PRON	_	_	_	_	_	_	*
+6	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	never	never	ADV	_	_	_	_	_	_	*
+9	stops	stop	VERB	_	_	_	_	_	ss=v.motion	*
+10	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.342
+# sent_counter = 660
+# text = Do nt stress , jus be happy
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	nt	nt	PART	_	_	_	_	_	_	*
+3	stress	stress	VERB	_	_	_	_	_	ss=v.emotion	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	jus	jus	ADV	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	happy	happy	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.323
+# sent_counter = 661
+# text = Irritating bunch of china people on the bus . -.-
+1	Irritating	irritating	ADJ	_	_	_	_	_	_	*
+2	bunch	bunch	NOUN	_	_	_	_	_	ss=n.group	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	china	china	ADJ	_	_	_	_	_	_	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	-.-	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.197
+# sent_counter = 662
+# text = @JulzGStar hey yh I 'm in bristol this saturday for my birthday , is der nefin goin on x
+1	@JulzGStar	@USER	X	_	_	_	_	_	_	*
+2	hey	hey	INTJ	_	_	_	_	_	_	*
+3	yh	yh	INTJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	bristol	bristol	PROPN	_	_	_	_	_	ss=n.location	*
+8	this	this	DET	_	_	_	_	_	_	1:X
+9	saturday	saturday	PROPN	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	is	be	AUX	_	_	_	_	_	_	*
+15	der	der	PRON	_	_	_	_	_	_	*
+16	nefin	nefin	NOUN	_	_	_	_	_	_	*
+17	goin	goin	VERB	_	_	_	_	_	ss=v.social	2:X
+18	on	on	ADP	_	_	_	_	_	_	2
+19	x	x	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.4
+# sent_counter = 663
+# text = We 're all born . We all bring our children into the world .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	're	're	VERB	_	_	_	_	_	_	*
+3	all	all	ADV	_	_	_	_	_	_	*
+4	born	bear	VERB	_	_	_	_	_	ss=v.body	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	We	we	PRON	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	bring	bring	VERB	_	_	_	_	_	ss=v.social	1:X
+9	our	our	PRON	_	_	_	_	_	_	*
+10	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+11	into	into	ADP	_	_	_	_	_	_	1
+12	the	the	DET	_	_	_	_	_	_	*
+13	world	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.290
+# sent_counter = 664
+# text = " You should know , that if you come any closer .. I wo n't let you go . "
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	if	if	SCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+10	any	any	ADV	_	_	_	_	_	_	*
+11	closer	closer	ADV	_	_	_	_	_	_	*
+12	..	..	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	wo	wo	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	let	let	VERB	_	_	_	_	_	ss=v.social	1:X
+17	you	you	PRON	_	_	_	_	_	_	*
+18	go	go	VERB	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-280
+# sent_counter = 665
+# text = I have purchased quite a few packs of seeds from time to time and must say the end product is a delight in any garden or pot .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+4	quite	quite	ADV	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	few	few	ADJ	_	_	_	_	_	_	*
+7	packs	pack	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+8	of	of	ADP	_	_	_	_	_	_	1
+9	seeds	seed	NOUN	_	_	_	_	_	_	1
+10	from	from	ADP	_	_	_	_	_	ss=n.event	2:X
+11	time	time	NOUN	_	_	_	_	_	_	2
+12	to	to	ADP	_	_	_	_	_	_	2
+13	time	time	NOUN	_	_	_	_	_	_	2
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	must	must	AUX	_	_	_	_	_	_	*
+16	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	end	end	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+19	product	product	NOUN	_	_	_	_	_	_	3
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	delight	delight	NOUN	_	_	_	_	_	ss=n.feeling	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	any	any	DET	_	_	_	_	_	_	*
+25	garden	garden	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	or	or	CCONJ	_	_	_	_	_	_	*
+27	pot	pot	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.7
+# sent_counter = 666
+# text = That 's a painting of a circle .
+1	That	that	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	painting	painting	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	circle	circle	NOUN	_	_	_	_	_	ss=n.shape	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.204
+# sent_counter = 667
+# text = Be ready for anything because anything goes with me . Check out http://minilien.fr/a0ku66 #match #sex #real
+1	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	ready	ready	ADJ	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	anything	anything	NOUN	_	_	_	_	_	_	*
+5	because	because	ADP	_	_	_	_	_	_	*
+6	anything	anything	NOUN	_	_	_	_	_	_	*
+7	goes	go	VERB	_	_	_	_	_	ss=v.social	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Check	check	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	out	out	ADP	_	_	_	_	_	_	1
+13	http://minilien.fr/a0ku66	URL	X	_	_	_	_	_	_	*
+14	#match	#match	X	_	_	_	_	_	_	*
+15	#sex	#sex	X	_	_	_	_	_	_	*
+16	#real	#real	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.207
+# sent_counter = 668
+# text = It 's raining !! 
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	raining	rain	VERB	_	_	_	_	_	ss=v.weather	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5			PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.10
+# sent_counter = 669
+# text = And their aspiration was to buy a car .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	their	their	PRON	_	_	_	_	_	_	*
+3	aspiration	aspiration	NOUN	_	_	_	_	_	ss=n.feeling	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.155
+# sent_counter = 670
+# text = Any haggis out there ? Do n't say that ! What ? The ' H ' word . Do n't say it ! All right ... are there any out there though ?
+1	Any	any	DET	_	_	_	_	_	_	*
+2	haggis	haggis	NOUN	_	_	_	_	_	ss=n.food	*
+3	out	out	ADP	_	_	_	_	_	_	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	Do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	that	that	PRON	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	What	what	PRON	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	The	the	DET	_	_	_	_	_	_	*
+14	'	'	PUNCT	_	_	_	_	_	_	*
+15	H	h	NOUN	_	_	_	_	_	ss=n.communication	*
+16	'	'	PUNCT	_	_	_	_	_	_	*
+17	word	word	NOUN	_	_	_	_	_	ss=n.communication	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Do	do	AUX	_	_	_	_	_	_	*
+20	n't	n't	PART	_	_	_	_	_	_	*
+21	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+24	All	all	DET	_	_	_	_	_	_	1:X
+25	right	right	ADJ	_	_	_	_	_	_	1
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	there	there	PRON	_	_	_	_	_	_	*
+29	any	any	DET	_	_	_	_	_	_	*
+30	out	out	ADP	_	_	_	_	_	_	*
+31	there	there	ADV	_	_	_	_	_	_	*
+32	though	though	ADV	_	_	_	_	_	_	*
+33	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.73
+# sent_counter = 671
+# text = Goodnight
+1	Goodnight	goodnight	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-319
+# sent_counter = 672
+# text = We ' ve asked if they ' ll change our inbound flight time ....
+1	We	we	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	*
+4	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	if	if	CCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	'	'	PART	_	_	_	_	_	_	*
+8	ll	ll	VERB	_	_	_	_	_	_	*
+9	change	change	VERB	_	_	_	_	_	ss=v.change	*
+10	our	our	DET	_	_	_	_	_	_	*
+11	inbound	inbound	NOUN	_	_	_	_	_	ss=n.act	1:X
+12	flight	flight	NOUN	_	_	_	_	_	_	1
+13	time	time	NOUN	_	_	_	_	_	_	1
+14	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.67
+# sent_counter = 673
+# text = Photoset : http://t.co/ADWfZJvy
+1	Photoset	photoset	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	http://t.co/ADWfZJvy	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.335
+# sent_counter = 674
+# text = @evalina_eva RT @girlsdeals : One day I hope you look back at what we had , and regret every single thing you did to let it end .
+1	@evalina_eva	@USER	X	_	_	_	_	_	_	*
+2	RT	rt	X	_	_	_	_	_	_	*
+3	@girlsdeals	@USER	X	_	_	_	_	_	_	*
+4	:	:	X	_	_	_	_	_	_	*
+5	One	NUMBER	NUM	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	look	look	VERB	_	_	_	_	_	ss=v.perception	1:X
+11	back	back	ADV	_	_	_	_	_	_	1
+12	at	at	ADP	_	_	_	_	_	_	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	regret	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+19	every	every	DET	_	_	_	_	_	_	*
+20	single	single	ADJ	_	_	_	_	_	_	*
+21	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	let	let	VERB	_	_	_	_	_	ss=v.social	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	end	end	VERB	_	_	_	_	_	ss=v.change	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.306
+# sent_counter = 675
+# text = @modTINGsingh can we go to tim s please and tonkkss
+1	@modTINGsingh	@USER	X	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	tim	tim	PROPN	_	_	_	_	_	ss=n.person	*
+7	s	s	PART	_	_	_	_	_	_	*
+8	please	please	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	tonkkss	tonkkss	VERB	_	_	_	_	_	ss=v.social	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.444
+# sent_counter = 676
+# text = It weighs too much this time . My hands are broken . She 'll disappear this time .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	weighs	weigh	VERB	_	_	_	_	_	ss=v.stative	*
+3	too	too	ADV	_	_	_	_	_	_	*
+4	much	much	ADV	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	1:X
+6	time	time	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	My	my	PRON	_	_	_	_	_	_	*
+9	hands	hands	NOUN	_	_	_	_	_	ss=n.body	*
+10	are	be	AUX	_	_	_	_	_	_	*
+11	broken	break	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	She	she	PRON	_	_	_	_	_	_	*
+14	'll	'll	AUX	_	_	_	_	_	_	*
+15	disappear	disappear	VERB	_	_	_	_	_	ss=v.change	*
+16	this	this	DET	_	_	_	_	_	_	2:X
+17	time	time	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-308
+# sent_counter = 677
+# text = I have not had any further letters but hurrah , they have stopped calling me !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.contact	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	further	further	ADJ	_	_	_	_	_	_	*
+7	letters	letters	NOUN	_	_	_	_	_	ss=n.communication	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	hurrah	hurrah	X	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	stopped	stop	VERB	_	_	_	_	_	ss=v.change	*
+14	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.1
+# sent_counter = 678
+# text = We are now going through an amazing and unprecedented moment where the power dynamics between men and women are shifting very rapidly , and in many of the places where it counts the most , women are , in fact , taking control of everything .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.change	1:X
+5	through	through	ADP	_	_	_	_	_	_	1
+6	an	an	DET	_	_	_	_	_	_	*
+7	amazing	amazing	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	unprecedented	unprecedented	ADJ	_	_	_	_	_	_	*
+10	moment	moment	NOUN	_	_	_	_	_	ss=n.event	*
+11	where	where	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	power	power	NOUN	_	_	_	_	_	ss=n.relation	2:X
+14	dynamics	dynamics	NOUN	_	_	_	_	_	_	2
+15	between	between	ADP	_	_	_	_	_	_	*
+16	men	men	NOUN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+19	are	be	AUX	_	_	_	_	_	_	*
+20	shifting	shift	VERB	_	_	_	_	_	ss=v.change	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	rapidly	rapidly	ADV	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	many	many	ADJ	_	_	_	_	_	_	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	places	place	NOUN	_	_	_	_	_	ss=n.location	*
+30	where	where	ADV	_	_	_	_	_	_	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	counts	count	VERB	_	_	_	_	_	ss=v.stative	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	most	most	ADV	_	_	_	_	_	_	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+37	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	in	in	ADP	_	_	_	_	_	_	3:X
+40	fact	fact	NOUN	_	_	_	_	_	_	3
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	taking	take	VERB	_	_	_	_	_	ss=v.change	4:X
+43	control	control	NOUN	_	_	_	_	_	_	4
+44	of	of	ADP	_	_	_	_	_	_	*
+45	everything	everything	NOUN	_	_	_	_	_	_	*
+46	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.5
+# sent_counter = 679
+# text = I 'll give you an example -- if you take a horseshoe crab off the beach , and you fly it all the way across the continent , and you drop it into a sloped cage , it will scramble up the floor of the cage as the tide is rising on its home shores , and it 'll skitter down again right as the water is receding thousands of miles away .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	example	example	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	--	--	PUNCT	_	_	_	_	_	_	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	take	take	VERB	_	_	_	_	_	ss=v.contact	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	horseshoe	horseshoe	ADJ	_	_	_	_	_	ss=n.animal	1:X
+13	crab	crab	NOUN	_	_	_	_	_	_	1
+14	off	off	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	beach	beach	NOUN	_	_	_	_	_	ss=n.natural_object	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	fly	fly	VERB	_	_	_	_	_	ss=v.motion	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	all	all	DET	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	across	across	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	continent	continent	NOUN	_	_	_	_	_	ss=n.natural_object	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	you	you	PRON	_	_	_	_	_	_	*
+31	drop	drop	VERB	_	_	_	_	_	ss=v.motion	*
+32	it	it	PRON	_	_	_	_	_	_	*
+33	into	into	ADP	_	_	_	_	_	_	*
+34	a	a	DET	_	_	_	_	_	_	*
+35	sloped	sloped	ADJ	_	_	_	_	_	_	*
+36	cage	cage	NOUN	_	_	_	_	_	ss=n.artifact	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	it	it	PRON	_	_	_	_	_	_	*
+39	will	will	AUX	_	_	_	_	_	_	*
+40	scramble	scramble	NOUN	_	_	_	_	_	_	*
+41	up	up	ADP	_	_	_	_	_	_	*
+42	the	the	DET	_	_	_	_	_	_	*
+43	floor	floor	NOUN	_	_	_	_	_	ss=n.artifact	*
+44	of	of	ADP	_	_	_	_	_	_	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	cage	cage	NOUN	_	_	_	_	_	ss=n.artifact	*
+47	as	as	SCONJ	_	_	_	_	_	_	*
+48	the	the	DET	_	_	_	_	_	_	*
+49	tide	tide	NOUN	_	_	_	_	_	ss=n.event	*
+50	is	be	AUX	_	_	_	_	_	_	*
+51	rising	rise	VERB	_	_	_	_	_	ss=v.motion	*
+52	on	on	ADP	_	_	_	_	_	_	*
+53	its	its	PRON	_	_	_	_	_	_	*
+54	home	home	NOUN	_	_	_	_	_	ss=n.location	2:X
+55	shores	shore	NOUN	_	_	_	_	_	_	2
+56	,	,	PUNCT	_	_	_	_	_	_	*
+57	and	and	CCONJ	_	_	_	_	_	_	*
+58	it	it	PRON	_	_	_	_	_	_	*
+59	'll	'll	AUX	_	_	_	_	_	_	*
+60	skitter	skitter	VERB	_	_	_	_	_	ss=v.motion	*
+61	down	down	ADV	_	_	_	_	_	_	*
+62	again	again	ADV	_	_	_	_	_	_	*
+63	right	right	ADV	_	_	_	_	_	_	*
+64	as	as	SCONJ	_	_	_	_	_	_	*
+65	the	the	DET	_	_	_	_	_	_	*
+66	water	water	NOUN	_	_	_	_	_	ss=n.substance	*
+67	is	be	AUX	_	_	_	_	_	_	*
+68	receding	recede	VERB	_	_	_	_	_	ss=v.motion	*
+69	thousands	thousand	NOUN	_	_	_	_	_	ss=n.quantity	*
+70	of	of	ADP	_	_	_	_	_	_	*
+71	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+72	away	away	ADV	_	_	_	_	_	_	*
+73	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.471
+# sent_counter = 680
+# text = @GEDDYMUSIC And Uh Next VIdeo Shoot in The Hood Holla at A Nigga Ju Heard ??
+1	@GEDDYMUSIC	@USER	X	_	_	_	_	_	_	*
+2	And	and	CCONJ	_	_	_	_	_	_	*
+3	Uh	uh	X	_	_	_	_	_	_	*
+4	Next	next	ADJ	_	_	_	_	_	_	*
+5	VIdeo	video	NOUN	_	_	_	_	_	ss=n.act	1:X
+6	Shoot	shoot	NOUN	_	_	_	_	_	_	1
+7	in	in	ADP	_	_	_	_	_	_	*
+8	The	the	DET	_	_	_	_	_	ss=n.location	2:X
+9	Hood	hood	NOUN	_	_	_	_	_	_	2
+10	Holla	holla	VERB	_	_	_	_	_	ss=v.communication	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	A	a	DET	_	_	_	_	_	_	*
+13	Nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+14	Ju	ju	PRON	_	_	_	_	_	_	*
+15	Heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+16	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.101
+# sent_counter = 681
+# text = RT @FRIENDSHlP : Friendship is love without kissing ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@FRIENDSHlP	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Friendship	friendship	NOUN	_	_	_	_	_	ss=n.state	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	without	without	SCONJ	_	_	_	_	_	_	*
+8	kissing	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-278
+# sent_counter = 682
+# text = Lord Travel are the operators of the service and are a complete shambles !
+1	Lord	lord	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Travel	travel	NOUN	_	_	_	_	_	_	1
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	operators	operator	NOUN	_	_	_	_	_	ss=n.act	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	complete	complete	ADJ	_	_	_	_	_	ss=n.feeling	2:X
+13	shambles	shambles	NOUN	_	_	_	_	_	_	2
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-76
+# sent_counter = 683
+# text = This is just not good enough !
+1	This	this	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	enough	enough	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.49
+# sent_counter = 684
+# text = Cut my hair , gag and bore me
+1	Cut	cut	VERB	_	_	_	_	_	ss=v.contact	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	gag	gag	VERB	_	_	_	_	_	ss=v.contact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	bore	bore	VERB	_	_	_	_	_	ss=v.emotion	*
+8	me	me	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.300
+# sent_counter = 685
+# text = RT @Yueah_Bittie : You aint sh*t .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Yueah_Bittie	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	You	you	PRON	_	_	_	_	_	_	*
+5	aint	aint	VERB	_	_	_	_	_	ss=v.stative	*
+6	sh*t	sh*t	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-184
+# sent_counter = 686
+# text = Try the memory foam pillows !
+1	Try	try	VERB	_	_	_	_	_	ss=v.body	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	memory	memory	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	foam	foam	NOUN	_	_	_	_	_	_	1
+5	pillows	pillow	NOUN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-227
+# sent_counter = 687
+# text = Was diagnosed , by a senior OE surgeon , as having a painful and frightening eye condition requiring treatment .
+1	Was	be	AUX	_	_	_	_	_	_	*
+2	diagnosed	diagnose	VERB	_	_	_	_	_	ss=v.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	by	by	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	senior	senior	ADJ	_	_	_	_	_	_	*
+7	OE	oe	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	surgeon	surgeon	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	as	as	ADP	_	_	_	_	_	_	*
+11	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	painful	painful	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	frightening	frightening	ADJ	_	_	_	_	_	_	*
+16	eye	eye	NOUN	_	_	_	_	_	ss=n.body	2:X
+17	condition	condition	NOUN	_	_	_	_	_	_	2
+18	requiring	require	VERB	_	_	_	_	_	ss=v.stative	*
+19	treatment	treatment	NOUN	_	_	_	_	_	ss=n.act	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-163
+# sent_counter = 688
+# text = If you are given the chance to wait you will get cut off 00 - 00 minutes into the wait , or you receive another automated message saying please try later or contact us by email , then you are cut off again .
+1	If	if	CCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	AUX	_	_	_	_	_	_	*
+4	given	give	VERB	_	_	_	_	_	ss=v.change	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	*
+12	cut	cut	VERB	_	_	_	_	_	ss=v.change	1:X
+13	off	off	PART	_	_	_	_	_	_	1
+14	00	00	NUM	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	00	00	NUM	_	_	_	_	_	_	*
+17	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+18	into	into	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	wait	wait	NOUN	_	_	_	_	_	ss=n.time	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	or	or	CCONJ	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	receive	receive	VERB	_	_	_	_	_	ss=v.change	*
+25	another	another	DET	_	_	_	_	_	_	*
+26	automated	automated	ADJ	_	_	_	_	_	_	*
+27	message	message	NOUN	_	_	_	_	_	ss=n.communication	*
+28	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+29	please	please	X	_	_	_	_	_	_	*
+30	try	try	VERB	_	_	_	_	_	ss=v.change	*
+31	later	later	ADV	_	_	_	_	_	_	*
+32	or	or	CCONJ	_	_	_	_	_	_	*
+33	contact	contact	VERB	_	_	_	_	_	ss=v.communication	*
+34	us	us	PRON	_	_	_	_	_	_	*
+35	by	by	ADP	_	_	_	_	_	_	*
+36	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	then	then	ADV	_	_	_	_	_	_	*
+39	you	you	PRON	_	_	_	_	_	_	*
+40	are	be	AUX	_	_	_	_	_	_	*
+41	cut	cut	VERB	_	_	_	_	_	ss=v.change	2:X
+42	off	off	PART	_	_	_	_	_	_	2
+43	again	again	ADV	_	_	_	_	_	_	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.359
+# sent_counter = 689
+# text = I swear lately i ve been making the wrong choices
+1	I	i	PRON	_	_	_	_	_	_	*
+2	swear	swear	VERB	_	_	_	_	_	ss=v.communication	*
+3	lately	lately	ADV	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	ve	ve	AUX	_	_	_	_	_	_	*
+6	been	be	AUX	_	_	_	_	_	_	*
+7	making	make	VERB	_	_	_	_	_	ss=v.cognition	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	wrong	wrong	ADJ	_	_	_	_	_	_	*
+10	choices	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.32
+# sent_counter = 690
+# text = How ? RT @IRoc_Nikes08 : @_ExPLICITbarbie lol dat s so ugly
+1	How	how	ADV	_	_	_	_	_	_	*
+2	?	?	PUNCT	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@IRoc_Nikes08	@USER	X	_	_	_	_	_	_	*
+5	:	:	X	_	_	_	_	_	_	*
+6	@_ExPLICITbarbie	@USER	X	_	_	_	_	_	_	*
+7	lol	lol	INTJ	_	_	_	_	_	_	*
+8	dat	dat	PRON	_	_	_	_	_	_	*
+9	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	ugly	ugly	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.271
+# sent_counter = 691
+# text = I think jawn was tryna be smart talk'n bout da baul little do she know I d nt give two shits about none of these Cheyney boy's .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	jawn	jawn	PROPN	_	_	_	_	_	ss=n.person	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	tryna	tryna	VERB	_	_	_	_	_	ss=v.social	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	smart	smart	ADJ	_	_	_	_	_	_	*
+8	talk'n	talk'n	VERB	_	_	_	_	_	ss=v.communication	*
+9	bout	bout	ADP	_	_	_	_	_	_	*
+10	da	da	DET	_	_	_	_	_	_	*
+11	baul	baul	NOUN	_	_	_	_	_	ss=n.person	*
+12	little	little	ADJ	_	_	_	_	_	ss=v.cognition	1:X
+13	do	do	AUX	_	_	_	_	_	_	1
+14	she	she	PRON	_	_	_	_	_	_	*
+15	know	know	VERB	_	_	_	_	_	_	1
+16	I	i	PRON	_	_	_	_	_	_	*
+17	d	d	AUX	_	_	_	_	_	_	*
+18	nt	nt	PART	_	_	_	_	_	_	*
+19	give	give	VERB	_	_	_	_	_	ss=v.emotion	2:X
+20	two	NUMBER	NUM	_	_	_	_	_	_	2
+21	shits	shit	NOUN	_	_	_	_	_	_	2
+22	about	about	ADP	_	_	_	_	_	_	*
+23	none	none	NOUN	_	_	_	_	_	ss=n.quantity	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	these	these	DET	_	_	_	_	_	_	*
+26	Cheyney	cheyney	PROPN	_	_	_	_	_	ss=n.person	3:X
+27	boy's	boy's	NOUN	_	_	_	_	_	_	3
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-296
+# sent_counter = 692
+# text = The chip arrived the next day and I was able to install it easily within 0 mins thanks to the clear installation instructions provided as well as the excellent video on the Mr memory site .
+1	The	the	DET	_	_	_	_	_	_	*
+2	chip	chip	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	next	next	ADJ	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	_	1:X
+10	able	able	ADJ	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	1
+12	install	install	VERB	_	_	_	_	_	ss=v.contact	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	easily	easily	ADV	_	_	_	_	_	_	*
+15	within	within	ADP	_	_	_	_	_	_	*
+16	0	0	NUM	_	_	_	_	_	_	*
+17	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+18	thanks	thanks	ADP	_	_	_	_	_	_	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	clear	clear	ADJ	_	_	_	_	_	_	*
+22	installation	installation	NOUN	_	_	_	_	_	ss=n.communication	2:X
+23	instructions	instructions	NOUN	_	_	_	_	_	_	2
+24	provided	provide	VERB	_	_	_	_	_	ss=v.stative	*
+25	as	as	ADP	_	_	_	_	_	_	*
+26	well	well	ADV	_	_	_	_	_	_	*
+27	as	as	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	excellent	excellent	ADJ	_	_	_	_	_	_	*
+30	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+31	on	on	ADP	_	_	_	_	_	_	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	Mr	mr	NOUN	_	_	_	_	_	ss=n.communication	3:X
+34	memory	memory	NOUN	_	_	_	_	_	_	3
+35	site	site	NOUN	_	_	_	_	_	_	3
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-7
+# sent_counter = 693
+# text = " very Poor service , slow dispatch / delivery , friendly but Unhelpful and untrustworthy people at the other end of the phone or keyboard " .
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	Poor	poor	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	slow	slow	ADJ	_	_	_	_	_	_	*
+7	dispatch	dispatch	NOUN	_	_	_	_	_	ss=n.act	*
+8	/	/	PUNCT	_	_	_	_	_	_	*
+9	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	friendly	friendly	ADJ	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	Unhelpful	unhelpful	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	untrustworthy	untrustworthy	ADJ	_	_	_	_	_	_	*
+16	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	other	other	ADJ	_	_	_	_	_	_	*
+20	end	end	NOUN	_	_	_	_	_	ss=n.location	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	or	or	CCONJ	_	_	_	_	_	_	*
+25	keyboard	keyboard	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	"	"	PUNCT	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.405
+# sent_counter = 694
+# text = Wanna see Wrath of the Titans so bad !
+1	Wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+2	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	Wrath	wrath	NOUN	_	_	_	_	_	ss=n.communication	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	1
+6	Titans	titan	NOUN	_	_	_	_	_	_	1
+7	so	so	ADV	_	_	_	_	_	_	*
+8	bad	bad	ADJ	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.9
+# sent_counter = 695
+# text = @senorsarita What 's that !
+1	@senorsarita	@USER	X	_	_	_	_	_	_	*
+2	What	what	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	that	that	PRON	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.22
+# sent_counter = 696
+# text = I wish you had a fone so we can talk !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	fone	fone	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	so	so	SCONJ	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-101
+# sent_counter = 697
+# text = THEY WERE HELPFUL , POLITE CONSIDERATE I WAS UNORGANISED RUSHED ORDER THROUFH HAD WITHIN 0 WORKING DAYS TY
+1	THEY	they	PRON	_	_	_	_	_	_	*
+2	WERE	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	HELPFUL	helpful	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	POLITE	polite	ADJ	_	_	_	_	_	_	*
+6	CONSIDERATE	considerate	ADJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	UNORGANISED	unorganised	ADJ	_	_	_	_	_	_	*
+10	RUSHED	rush	VERB	_	_	_	_	_	ss=v.motion	*
+11	ORDER	order	NOUN	_	_	_	_	_	ss=n.communication	*
+12	THROUFH	throufh	ADP	_	_	_	_	_	_	*
+13	HAD	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	WITHIN	within	ADP	_	_	_	_	_	_	*
+15	0	0	NUM	_	_	_	_	_	_	*
+16	WORKING	working	NOUN	_	_	_	_	_	ss=n.time	1:X
+17	DAYS	days	NOUN	_	_	_	_	_	_	1
+18	TY	ty	PART	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.6
+# sent_counter = 698
+# text = The pictures that you 're seeing behind me are people that I visited in the last few months .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	're	're	AUX	_	_	_	_	_	_	*
+6	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	behind	behind	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	visited	visit	VERB	_	_	_	_	_	ss=v.social	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	last	last	ADJ	_	_	_	_	_	_	*
+17	few	few	ADJ	_	_	_	_	_	_	*
+18	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.398
+# sent_counter = 699
+# text = “ @TeamBekka : I just voted for Ian Somerhalder #tvdramaactor #PeoplesChoice . Retweet to vote http://t.co/Q0KjpsL9 via @peopleschoice ”
+1	“	“	PUNCT	_	_	_	_	_	_	*
+2	@TeamBekka	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	voted	vote	VERB	_	_	_	_	_	ss=v.communication	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	Ian	ian	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Somerhalder	somerhalder	PROPN	_	_	_	_	_	_	1
+10	#tvdramaactor	#tvdramaactor	X	_	_	_	_	_	_	*
+11	#PeoplesChoice	#peopleschoice	X	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Retweet	retweet	VERB	_	_	_	_	_	ss=v.communication	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	vote	vote	VERB	_	_	_	_	_	ss=v.social	*
+16	http://t.co/Q0KjpsL9	URL	X	_	_	_	_	_	_	*
+17	via	via	ADP	_	_	_	_	_	_	*
+18	@peopleschoice	@USER	X	_	_	_	_	_	_	*
+19	”	”	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-219
+# sent_counter = 700
+# text = I was looking for Equity Release and the agent Brian McDonnell from Key Retirement Solutions made the whole process very simple to understand .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	Equity	equity	NOUN	_	_	_	_	_	ss=n.possession	1:X
+6	Release	release	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	agent	agent	NOUN	_	_	_	_	_	ss=n.person	*
+10	Brian	brian	PROPN	_	_	_	_	_	ss=n.person	2:X
+11	McDonnell	mcdonnell	PROPN	_	_	_	_	_	_	2
+12	from	from	ADP	_	_	_	_	_	_	*
+13	Key	key	NOUN	_	_	_	_	_	ss=n.group	3:X
+14	Retirement	retirement	NOUN	_	_	_	_	_	_	3
+15	Solutions	solution	NOUN	_	_	_	_	_	_	3
+16	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	whole	whole	ADJ	_	_	_	_	_	_	*
+19	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+20	very	very	ADV	_	_	_	_	_	_	*
+21	simple	simple	ADJ	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.38
+# sent_counter = 701
+# text = time to start living like just before we die
+1	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	start	start	VERB	_	_	_	_	_	ss=v.change	*
+4	living	live	VERB	_	_	_	_	_	ss=v.stative	*
+5	like	like	ADP	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	before	before	SCONJ	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	die	die	VERB	_	_	_	_	_	ss=v.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-97
+# sent_counter = 702
+# text = I feel that a backing of cotton material gives a better job but price comes into everything .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	that	that	CCONJ	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	backing	backing	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	cotton	cotton	NOUN	_	_	_	_	_	ss=n.substance	1:X
+8	material	material	NOUN	_	_	_	_	_	_	1
+9	gives	give	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	better	better	ADJ	_	_	_	_	_	_	*
+12	job	job	NOUN	_	_	_	_	_	ss=n.state	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	comes	come	VERB	_	_	_	_	_	ss=v.stative	2:X
+16	into	into	ADP	_	_	_	_	_	_	2
+17	everything	everything	NOUN	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.2
+# sent_counter = 703
+# text = I 'm going to talk now about how world population has changed from that year and into the future , but I will not use digital technology , as I 've done during my first five TEDTalks .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	going	go	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	now	now	ADV	_	_	_	_	_	_	*
+7	about	about	SCONJ	_	_	_	_	_	_	*
+8	how	how	ADV	_	_	_	_	_	_	*
+9	world	world	NOUN	_	_	_	_	_	ss=n.group	2:X
+10	population	population	NOUN	_	_	_	_	_	_	2
+11	has	have	AUX	_	_	_	_	_	_	*
+12	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	into	into	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	will	will	AUX	_	_	_	_	_	_	*
+24	not	not	PART	_	_	_	_	_	_	*
+25	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+26	digital	digital	ADJ	_	_	_	_	_	_	*
+27	technology	technology	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	as	as	SCONJ	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	've	've	AUX	_	_	_	_	_	_	*
+32	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+33	during	during	ADP	_	_	_	_	_	_	*
+34	my	my	PRON	_	_	_	_	_	_	*
+35	first	first	ADJ	_	_	_	_	_	_	*
+36	five	NUMBER	NUM	_	_	_	_	_	_	*
+37	TEDTalks	tedtalks	NOUN	_	_	_	_	_	ss=n.communication	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-53
+# sent_counter = 704
+# text = Personally , I think its the warmest fleece I ' ve ever known .
+1	Personally	personally	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+5	its	its	PRON	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	warmest	warm	ADJ	_	_	_	_	_	_	*
+8	fleece	fleece	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'	'	PART	_	_	_	_	_	_	*
+11	ve	ve	VERB	_	_	_	_	_	_	*
+12	ever	ever	ADV	_	_	_	_	_	_	*
+13	known	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-172
+# sent_counter = 705
+# text = Delivery has been good for most purchases once a bit slow but should now be OK as they have changed delivery company .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	most	most	ADJ	_	_	_	_	_	_	*
+7	purchases	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+8	once	once	ADV	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	slow	slow	ADJ	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	should	should	AUX	_	_	_	_	_	_	*
+14	now	now	ADV	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	OK	ok	ADJ	_	_	_	_	_	_	*
+17	as	as	CCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+21	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+22	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-72
+# sent_counter = 706
+# text = If you want a 0 * service then Visualsoft is your next step , side step it and your e - commerce business with stand still .
+1	If	if	CCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	0	0	NUM	_	_	_	_	_	_	*
+6	*	*	X	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	then	then	ADV	_	_	_	_	_	_	*
+9	Visualsoft	visualsoft	PROPN	_	_	_	_	_	ss=n.group	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	your	your	DET	_	_	_	_	_	_	*
+12	next	next	ADJ	_	_	_	_	_	ss=n.act	1:X
+13	step	step	NOUN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	side	side	PART	_	_	_	_	_	ss=v.change	2:X
+16	step	step	VERB	_	_	_	_	_	_	2
+17	it	it	PRON	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	your	your	DET	_	_	_	_	_	_	*
+20	e	e	NOUN	_	_	_	_	_	ss=n.group	3:X
+21	-	-	PUNCT	_	_	_	_	_	_	3
+22	commerce	commerce	NOUN	_	_	_	_	_	_	3
+23	business	business	NOUN	_	_	_	_	_	_	3
+24	with	with	ADP	_	_	_	_	_	_	*
+25	stand	stand	VERB	_	_	_	_	_	ss=v.stative	4:X
+26	still	still	ADV	_	_	_	_	_	_	4
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.206
+# sent_counter = 707
+# text = I 'd like to take this over ,, what I 'm tryin ' to say is you should be mine ..
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'd	'd	AUX	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+6	this	this	PRON	_	_	_	_	_	_	*
+7	over	over	ADP	_	_	_	_	_	_	1
+8	,,	,,	PUNCT	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	'm	'm	AUX	_	_	_	_	_	_	*
+12	tryin	tryin	VERB	_	_	_	_	_	ss=v.stative	*
+13	'	'	PUNCT	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+16	is	be	AUX	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	should	should	AUX	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	mine	mine	PRON	_	_	_	_	_	_	*
+21	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.8
+# sent_counter = 708
+# text = But by the end of the 20th century , a new generation of critics and reformers had come to see philanthropy just this way .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	by	by	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	end	end	NOUN	_	_	_	_	_	ss=n.location	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	20th	20th	ADJ	_	_	_	_	_	ss=n.time	1:X
+8	century	century	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	new	new	ADJ	_	_	_	_	_	_	*
+12	generation	generation	NOUN	_	_	_	_	_	ss=n.group	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	critics	critic	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	reformers	reformer	NOUN	_	_	_	_	_	ss=n.person	*
+17	had	have	AUX	_	_	_	_	_	_	*
+18	come	come	VERB	_	_	_	_	_	ss=v.change	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+21	philanthropy	philanthropy	NOUN	_	_	_	_	_	ss=n.act	*
+22	just	just	ADV	_	_	_	_	_	_	*
+23	this	this	DET	_	_	_	_	_	_	*
+24	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.18
+# sent_counter = 709
+# text = Tessa really stole all then people 's food .
+1	Tessa	tessa	PROPN	_	_	_	_	_	ss=n.person	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	stole	steal	VERB	_	_	_	_	_	ss=v.possession	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	then	then	DET	_	_	_	_	_	_	*
+6	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+7	's	's	PART	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-22
+# sent_counter = 710
+# text = I have been a customer with Littlewoods for about 00years ,
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	Littlewoods	littlewoods	PROPN	_	_	_	_	_	ss=n.group	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	about	about	ADV	_	_	_	_	_	_	*
+10	00years	00years	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-56
+# sent_counter = 711
+# text = This left a total usable height of 0 . 0m .
+1	This	this	PRON	_	_	_	_	_	_	*
+2	left	leave	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	total	total	ADJ	_	_	_	_	_	_	*
+5	usable	usable	ADJ	_	_	_	_	_	_	*
+6	height	height	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	0	0	NUM	_	_	_	_	_	ss=n.quantity	1:X
+9	.	.	PUNCT	_	_	_	_	_	_	1
+10	0m	0m	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.455
+# sent_counter = 712
+# text = @LilBrownD @kiaspeaks Glue our lips together with that black gunk !
+1	@LilBrownD	@USER	X	_	_	_	_	_	_	*
+2	@kiaspeaks	@USER	X	_	_	_	_	_	_	*
+3	Glue	glue	VERB	_	_	_	_	_	ss=v.contact	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	lips	lip	NOUN	_	_	_	_	_	ss=n.body	*
+6	together	together	ADV	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	black	black	ADJ	_	_	_	_	_	_	*
+10	gunk	gunk	NOUN	_	_	_	_	_	ss=n.substance	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-274
+# sent_counter = 713
+# text = of quantity or quality and easy to use .
+1	of	of	ADP	_	_	_	_	_	_	*
+2	quantity	quantity	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	or	or	CCONJ	_	_	_	_	_	_	*
+4	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	easy	easy	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.113
+# sent_counter = 714
+# text = RT @O_KayKayy : That awkward moment when you realize that you probably should n't have told somebody something ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@O_KayKayy	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	That	that	DET	_	_	_	_	_	_	*
+5	awkward	awkward	ADJ	_	_	_	_	_	_	*
+6	moment	moment	NOUN	_	_	_	_	_	ss=n.event	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	realize	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	probably	probably	ADV	_	_	_	_	_	_	*
+13	should	should	AUX	_	_	_	_	_	_	1:X
+14	n't	n't	PART	_	_	_	_	_	_	1
+15	have	have	VERB	_	_	_	_	_	_	1
+16	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	somebody	somebody	NOUN	_	_	_	_	_	_	*
+18	something	something	NOUN	_	_	_	_	_	_	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.288
+# sent_counter = 715
+# text = RT @ohaiimalex : Seeing warped tour ads everywhere makes me want to cry . My favorite bands are having signings and it s killing me alfhak
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ohaiimalex	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+5	warped	warped	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	tour	tour	PROPN	_	_	_	_	_	_	1
+7	ads	ad	NOUN	_	_	_	_	_	ss=n.communication	*
+8	everywhere	everywhere	ADV	_	_	_	_	_	_	*
+9	makes	make	VERB	_	_	_	_	_	ss=v.change	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	cry	cry	VERB	_	_	_	_	_	ss=v.emotion	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	My	my	PRON	_	_	_	_	_	_	*
+16	favorite	favorite	ADJ	_	_	_	_	_	_	*
+17	bands	band	NOUN	_	_	_	_	_	ss=n.group	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	signings	signing	NOUN	_	_	_	_	_	ss=n.communication	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	s	s	AUX	_	_	_	_	_	_	*
+24	killing	kill	VERB	_	_	_	_	_	ss=v.emotion	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	alfhak	alfhak	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.86
+# sent_counter = 716
+# text = @modTINGsingh can we go to tim s please and tonkkss
+1	@modTINGsingh	@USER	X	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	tim	tim	PROPN	_	_	_	_	_	ss=n.person	*
+7	s	s	PART	_	_	_	_	_	_	*
+8	please	please	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	tonkkss	tonkkss	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.156
+# sent_counter = 717
+# text = Twitter does make a @ button right ... o just making sure
+1	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.group	*
+2	does	do	AUX	_	_	_	_	_	_	*
+3	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	@	@	PUNCT	_	_	_	_	_	_	*
+6	button	button	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	right	right	ADV	_	_	_	_	_	_	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	o	o	INTJ	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	making	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	sure	sure	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.5
+# sent_counter = 718
+# text = But now Web video has made it so that any of us or any of the creative things that we do can become completely famous in a part of our world 's culture .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	Web	web	ADJ	_	_	_	_	_	ss=n.communication	1:X
+4	video	video	NOUN	_	_	_	_	_	_	1
+5	has	have	AUX	_	_	_	_	_	_	*
+6	made	make	VERB	_	_	_	_	_	ss=v.change	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	so	so	SCONJ	_	_	_	_	_	_	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	any	any	DET	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	us	us	PRON	_	_	_	_	_	_	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	any	any	DET	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	creative	creative	ADJ	_	_	_	_	_	_	*
+18	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	can	can	AUX	_	_	_	_	_	_	*
+23	become	become	VERB	_	_	_	_	_	ss=v.change	*
+24	completely	completely	ADV	_	_	_	_	_	_	*
+25	famous	famous	ADJ	_	_	_	_	_	_	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	part	part	NOUN	_	_	_	_	_	ss=n.relation	*
+29	of	of	ADP	_	_	_	_	_	_	*
+30	our	our	PRON	_	_	_	_	_	_	*
+31	world	world	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+32	's	's	PART	_	_	_	_	_	_	2
+33	culture	culture	NOUN	_	_	_	_	_	_	2
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.280
+# sent_counter = 719
+# text = @StephenRooney Not as bent as my finger ! It looks freaky !
+1	@StephenRooney	@USER	X	_	_	_	_	_	_	*
+2	Not	not	PART	_	_	_	_	_	_	*
+3	as	as	ADP	_	_	_	_	_	_	*
+4	bent	bent	ADJ	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	finger	finger	NOUN	_	_	_	_	_	ss=n.body	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	It	it	PRON	_	_	_	_	_	_	*
+10	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+11	freaky	freaky	ADJ	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.213
+# sent_counter = 720
+# text = @tacobell Reportedly Testing All-Dorito Taco Shell http://www.geekosystem.com/tacobell-dorito-taco/
+1	@tacobell	@USER	X	_	_	_	_	_	_	*
+2	Reportedly	reportedly	ADV	_	_	_	_	_	_	*
+3	Testing	test	VERB	_	_	_	_	_	ss=v.contact	*
+4	All-Dorito	all-dorito	ADJ	_	_	_	_	_	ss=n.food	1:X
+5	Taco	taco	NOUN	_	_	_	_	_	_	1
+6	Shell	shell	NOUN	_	_	_	_	_	_	1
+7	http://www.geekosystem.com/tacobell-dorito-taco/	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.144
+# sent_counter = 721
+# text = @SiaoOne it is Google maps , but I do n't think it was a prank , it 's just the normal kind of thing that happens in Germany
+1	@SiaoOne	@USER	X	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	Google	google	PROPN	_	_	_	_	_	ss=n.communication	1:X
+5	maps	maps	PROPN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	prank	prank	NOUN	_	_	_	_	_	ss=n.act	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+19	just	just	ADV	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	normal	normal	ADJ	_	_	_	_	_	_	*
+22	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	thing	thing	NOUN	_	_	_	_	_	ss=n.state	*
+25	that	that	ADP	_	_	_	_	_	_	*
+26	happens	happen	VERB	_	_	_	_	_	ss=v.change	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	Germany	germany	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.303
+# sent_counter = 722
+# text = Wow stuck my hand in his cage and he ran and hid in his tubes /:
+1	Wow	wow	INTJ	_	_	_	_	_	_	*
+2	stuck	stick	VERB	_	_	_	_	_	ss=v.contact	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	hand	hand	NOUN	_	_	_	_	_	ss=n.body	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	cage	cage	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	ran	run	VERB	_	_	_	_	_	ss=v.motion	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	hid	hide	VERB	_	_	_	_	_	ss=v.motion	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	his	his	PRON	_	_	_	_	_	_	*
+15	tubes	tube	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	/:	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.1
+# sent_counter = 723
+# text = I grew up in Europe , and World War II caught me when I was between seven and 10 years old .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	grew	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Europe	europe	PROPN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	World	world	PROPN	_	_	_	_	_	ss=n.event	2:X
+9	War	war	PROPN	_	_	_	_	_	_	2
+10	II	ii	PROPN	_	_	_	_	_	_	2
+11	caught	catch	VERB	_	_	_	_	_	ss=v.cognition	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	between	between	ADP	_	_	_	_	_	_	*
+17	seven	NUMBER	NUM	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	10	NUMBER	NUM	_	_	_	_	_	_	*
+20	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+21	old	old	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-283
+# sent_counter = 724
+# text = I suspect that this was just another groupon deal that failed to be fulfilled .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	suspect	suspect	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	CCONJ	_	_	_	_	_	_	*
+4	this	this	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	another	another	DET	_	_	_	_	_	_	*
+8	groupon	groupon	NOUN	_	_	_	_	_	ss=n.communication	1:X
+9	deal	deal	NOUN	_	_	_	_	_	_	1
+10	that	that	PRON	_	_	_	_	_	_	*
+11	failed	fail	VERB	_	_	_	_	_	ss=v.change	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	be	be	AUX	_	_	_	_	_	_	*
+14	fulfilled	fulfil	VERB	_	_	_	_	_	ss=v.creation	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.192
+# sent_counter = 725
+# text = RT @xochinadoll : I feel so blah today .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@xochinadoll	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	blah	blah	ADJ	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.499
+# sent_counter = 726
+# text = I can hold 75 cents in my belly button , that 's a skill I can take straight to the bank .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	hold	hold	VERB	_	_	_	_	_	ss=v.stative	*
+4	75	NUMBER	NUM	_	_	_	_	_	ss=n.artifact	1:X
+5	cents	cent	NOUN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	belly	belly	NOUN	_	_	_	_	_	ss=n.body	2:X
+9	button	button	NOUN	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	that	that	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	skill	skill	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	*
+17	take	take	VERB	_	_	_	_	_	ss=n.motive	3:X
+18	straight	straight	ADV	_	_	_	_	_	_	*
+19	to	to	ADP	_	_	_	_	_	_	3
+20	the	the	DET	_	_	_	_	_	_	3
+21	bank	bank	NOUN	_	_	_	_	_	_	3
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-160
+# sent_counter = 727
+# text = Would have no hesitation in recommending .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	hesitation	hesitation	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	recommending	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-231
+# sent_counter = 728
+# text = I would have no hesitation in recommending them to anyone in the future .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	hesitation	hesitation	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	recommending	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	them	them	PRON	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	anyone	anyone	PRON	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.208
+# sent_counter = 729
+# text = @DJBKnockin well I 'm fuckn amazin .. lol ... tottaly awsome who 's bad now lol
+1	@DJBKnockin	@USER	X	_	_	_	_	_	_	*
+2	well	well	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+5	fuckn	fuckn	ADV	_	_	_	_	_	_	*
+6	amazin	amazin	ADJ	_	_	_	_	_	_	*
+7	..	..	PUNCT	_	_	_	_	_	_	*
+8	lol	lol	INTJ	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	tottaly	tottaly	ADV	_	_	_	_	_	_	*
+11	awsome	awsome	ADJ	_	_	_	_	_	_	*
+12	who	who	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	bad	bad	ADJ	_	_	_	_	_	_	*
+15	now	now	ADV	_	_	_	_	_	_	*
+16	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-192
+# sent_counter = 730
+# text = Left message on owners other company Nutri mission , no reply .
+1	Left	leave	VERB	_	_	_	_	_	ss=v.stative	*
+2	message	message	NOUN	_	_	_	_	_	ss=n.communication	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+5	other	other	ADJ	_	_	_	_	_	_	*
+6	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+7	Nutri	nutri	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	mission	mission	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	reply	reply	NOUN	_	_	_	_	_	ss=n.communication	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.186
+# sent_counter = 731
+# text = @YoyWherezMyOreo YOY my cuzzin told me it came on @ 950
+1	@YoyWherezMyOreo	@USER	X	_	_	_	_	_	_	*
+2	YOY	yoy	INTJ	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	cuzzin	cuzzin	NOUN	_	_	_	_	_	ss=n.person	*
+5	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	came	come	VERB	_	_	_	_	_	ss=v.change	1:X
+9	on	on	ADP	_	_	_	_	_	_	1
+10	@	@	ADP	_	_	_	_	_	_	*
+11	950	NUMBER	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.231
+# sent_counter = 732
+# text = . @OFH_John & I are talking about optics entrepreneurship & " the Actuality story " tonight Media Lab E14-525 6p-8p for http://bit.ly/mNwM28
+1	.	.	PUNCT	_	_	_	_	_	_	*
+2	@OFH_John	@USER	X	_	_	_	_	_	_	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	are	be	AUX	_	_	_	_	_	_	*
+6	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	optics	optics	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+9	entrepreneurship	entrepreneurship	NOUN	_	_	_	_	_	_	1
+10	&	&	CCONJ	_	_	_	_	_	_	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	ss=n.communication	2:X
+13	Actuality	actuality	PROPN	_	_	_	_	_	_	2
+14	story	story	NOUN	_	_	_	_	_	_	2
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	tonight	tonight	NOUN	_	_	_	_	_	_	*
+17	Media	media	PROPN	_	_	_	_	_	ss=n.communication	3:X
+18	Lab	lab	PROPN	_	_	_	_	_	_	3
+19	E14-525	NUMBER	NUM	_	_	_	_	_	_	*
+20	6p-8p	NUMBER	NUM	_	_	_	_	_	_	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	http://bit.ly/mNwM28	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.62
+# sent_counter = 733
+# text = Abe Lincoln ain't dead , he 's in my pocket ;)
+1	Abe	abe	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Lincoln	lincoln	PROPN	_	_	_	_	_	_	1
+3	ain't	ain't	VERB	_	_	_	_	_	ss=v.stative	*
+4	dead	dead	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	pocket	pocket	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	;)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-234
+# sent_counter = 734
+# text = UNFORTUNATELY I have to give a star ??
+1	UNFORTUNATELY	unfortunately	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	star	star	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.175
+# sent_counter = 735
+# text = i ca n't wait for WPIALS
+1	i	i	PRON	_	_	_	_	_	_	*
+2	ca	ca	AUX	_	_	_	_	_	ss=v.cognition	1:X
+3	n't	n't	PART	_	_	_	_	_	_	1
+4	wait	wait	VERB	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	WPIALS	wpials	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.310
+# sent_counter = 736
+# text = ON AIR : FeyDer - 20 Killa Choons Mix #Psych0Radio
+1	ON	on	ADP	_	_	_	_	_	_	1:X
+2	AIR	air	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	FeyDer	feyder	PROPN	_	_	_	_	_	ss=n.person	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	20	NUMBER	NUM	_	_	_	_	_	ss=n.communication	2:X
+7	Killa	killa	PROPN	_	_	_	_	_	_	2
+8	Choons	choons	PROPN	_	_	_	_	_	_	2
+9	Mix	mix	PROPN	_	_	_	_	_	_	2
+10	#Psych0Radio	#psych0radio	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.245
+# sent_counter = 737
+# text = Noo it s not cuss you have swag andd you wo nt look dumb ! @youloveants !!
+1	Noo	noo	INTJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	cuss	cuss	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	swag	swag	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	andd	andd	CCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	wo	wo	AUX	_	_	_	_	_	_	*
+12	nt	nt	PART	_	_	_	_	_	_	*
+13	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+14	dumb	dumb	ADJ	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	@youloveants	@USER	X	_	_	_	_	_	_	*
+17	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.336
+# sent_counter = 738
+# text = this history paper is gay af . who needs creative writting for histroy
+1	this	this	DET	_	_	_	_	_	_	*
+2	history	history	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+3	paper	paper	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	gay	gay	ADJ	_	_	_	_	_	_	*
+6	af	af	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	needs	need	VERB	_	_	_	_	_	ss=v.stative	*
+10	creative	creative	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+11	writting	writting	NOUN	_	_	_	_	_	_	2
+12	for	for	ADP	_	_	_	_	_	_	*
+13	histroy	histroy	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.9
+# sent_counter = 739
+# text = It 's the kind of complicated circle that I 'm going to tell you about .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	kind	kind	NOUN	_	_	_	_	_	ss=n.relation	1:X
+5	of	of	ADP	_	_	_	_	_	_	1
+6	complicated	complicated	ADJ	_	_	_	_	_	_	*
+7	circle	circle	NOUN	_	_	_	_	_	ss=n.shape	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	AUX	_	_	_	_	_	_	*
+11	going	go	VERB	_	_	_	_	_	_	2:X
+12	to	to	PART	_	_	_	_	_	_	2
+13	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.6
+# sent_counter = 740
+# text = In the developing world , she said , they had two billion people .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	developing	develop	VERB	_	_	_	_	_	ss=n.natural_object	1:X
+4	world	world	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	two	NUMBER	NUM	_	_	_	_	_	_	*
+12	billion	NUMBER	NUM	_	_	_	_	_	_	*
+13	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-64
+# sent_counter = 741
+# text = I wouldn ' t buy a plectrum from anyone but these guys .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wouldn	wouldn	AUX	_	_	_	_	_	_	*
+3	'	'	PART	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	plectrum	plectrum	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	anyone	anyone	PRON	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	these	these	DET	_	_	_	_	_	_	*
+12	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.332
+# sent_counter = 742
+# text = @D_Fikes I miss Fiko ..
+1	@D_Fikes	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+4	Fiko	fiko	PROPN	_	_	_	_	_	ss=n.person	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.348
+# sent_counter = 743
+# text = Havin fun at cade ferguson s house
+1	Havin	havin	VERB	_	_	_	_	_	ss=v.stative	*
+2	fun	fun	NOUN	_	_	_	_	_	ss=n.feeling	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	cade	cade	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	ferguson	ferguson	PROPN	_	_	_	_	_	_	1
+6	s	s	PART	_	_	_	_	_	_	1
+7	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-2
+# sent_counter = 744
+# text = IT CLEARLY STATED DELIVERY BY 00PM ON SATURDAY - I PAID OVE 00 . 00 FOR THIS SERVICE AND IT WAS NOT PROVIDED - I WOULD LIKE THE PAYMENT REFUNDED AND QUITE FRANKLY I AM DISGUSTED WITH INTERPARCEL AS A WHOLE
+1	IT	it	PRON	_	_	_	_	_	_	*
+2	CLEARLY	clearly	ADV	_	_	_	_	_	_	*
+3	STATED	state	VERB	_	_	_	_	_	ss=v.communication	*
+4	DELIVERY	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	BY	by	ADP	_	_	_	_	_	_	*
+6	00PM	00pm	NOUN	_	_	_	_	_	ss=n.time	*
+7	ON	on	ADP	_	_	_	_	_	_	*
+8	SATURDAY	saturday	NOUN	_	_	_	_	_	ss=n.time	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	PAID	pay	VERB	_	_	_	_	_	ss=v.possession	*
+12	OVE	ove	ADP	_	_	_	_	_	_	*
+13	00	00	NUM	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	00	00	NUM	_	_	_	_	_	_	*
+16	FOR	for	ADP	_	_	_	_	_	_	*
+17	THIS	this	DET	_	_	_	_	_	_	*
+18	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+19	AND	and	CCONJ	_	_	_	_	_	_	*
+20	IT	it	PRON	_	_	_	_	_	_	*
+21	WAS	be	VERB	_	_	_	_	_	_	*
+22	NOT	not	ADV	_	_	_	_	_	_	*
+23	PROVIDED	provide	VERB	_	_	_	_	_	ss=v.possession	*
+24	-	-	PUNCT	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	WOULD	would	AUX	_	_	_	_	_	_	*
+27	LIKE	like	VERB	_	_	_	_	_	ss=v.emotion	*
+28	THE	the	DET	_	_	_	_	_	_	*
+29	PAYMENT	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+30	REFUNDED	refund	VERB	_	_	_	_	_	ss=v.possession	*
+31	AND	and	CCONJ	_	_	_	_	_	_	*
+32	QUITE	quite	ADV	_	_	_	_	_	_	*
+33	FRANKLY	frankly	ADV	_	_	_	_	_	_	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	AM	be	VERB	_	_	_	_	_	_	*
+36	DISGUSTED	disgust	VERB	_	_	_	_	_	ss=v.perception	*
+37	WITH	with	ADP	_	_	_	_	_	_	*
+38	INTERPARCEL	interparcel	PROPN	_	_	_	_	_	ss=n.group	*
+39	AS	as	ADP	_	_	_	_	_	_	1:X
+40	A	a	DET	_	_	_	_	_	_	1
+41	WHOLE	whole	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.146
+# sent_counter = 745
+# text = @RealDjKayslay lol no pork slime
+1	@RealDjKayslay	@USER	X	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	no	no	INTJ	_	_	_	_	_	_	*
+4	pork	pork	NOUN	_	_	_	_	_	ss=n.substance	1:X
+5	slime	slime	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.46
+# sent_counter = 746
+# text = @BlowMeAway117 No , there are more extensive steps there . Try them all , in order . ^PS
+1	@BlowMeAway117	@USER	X	_	_	_	_	_	_	*
+2	No	no	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	there	there	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	more	more	ADV	_	_	_	_	_	_	*
+7	extensive	extensive	ADJ	_	_	_	_	_	_	*
+8	steps	steps	NOUN	_	_	_	_	_	ss=n.process	*
+9	there	there	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	order	order	NOUN	_	_	_	_	_	ss=n.state	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	^PS	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-236
+# sent_counter = 747
+# text = The speed of delivery was the icing on the cake .
+1	The	the	DET	_	_	_	_	_	_	*
+2	speed	speed	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	ss=n.feeling	1:X
+7	icing	icing	NOUN	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	1
+9	the	the	DET	_	_	_	_	_	_	1
+10	cake	cake	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.8
+# sent_counter = 748
+# text = And of that , only a tiny percentage ever goes viral and gets tons of views and becomes a cultural moment .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	that	that	PRON	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	tiny	tiny	ADJ	_	_	_	_	_	_	*
+8	percentage	percentage	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	goes	go	VERB	_	_	_	_	_	ss=v.change	*
+11	viral	viral	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	gets	get	VERB	_	_	_	_	_	ss=v.change	*
+14	tons	tons	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	views	view	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	becomes	become	VERB	_	_	_	_	_	ss=v.change	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	cultural	cultural	ADJ	_	_	_	_	_	ss=n.phenomenon	1:X
+21	moment	moment	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.4
+# sent_counter = 749
+# text = And now , for every two men who get a college degree , three women will do the same .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	every	every	DET	_	_	_	_	_	_	*
+6	two	NUMBER	NUM	_	_	_	_	_	_	*
+7	men	men	NOUN	_	_	_	_	_	ss=n.person	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	college	college	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+12	degree	degree	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	three	NUMBER	NUM	_	_	_	_	_	_	*
+15	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+16	will	will	AUX	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.possession	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	same	same	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-297
+# sent_counter = 750
+# text = Ordered from CameraKing twice and both times delivery was quick and item ( Phottix Strato Nikon triggers ) were cheapest I could find anywhere on the net .
+1	Ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	CameraKing	cameraking	PROPN	_	_	_	_	_	ss=n.group	*
+4	twice	twice	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	both	both	DET	_	_	_	_	_	_	*
+7	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+8	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	quick	quick	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	Phottix	phottix	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+15	Strato	strato	PROPN	_	_	_	_	_	_	1
+16	Nikon	nikon	PROPN	_	_	_	_	_	_	1
+17	triggers	trigger	NOUN	_	_	_	_	_	_	1
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	could	could	AUX	_	_	_	_	_	_	*
+23	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+24	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+25	on	on	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	net	net	NOUN	_	_	_	_	_	ss=n.communication	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.148
+# sent_counter = 751
+# text = @kirkfranklin happy birthday !!!! I 'm so glad you were born ! You should have @anthonyevansjr take u out since he 's a Texan again ... if u r town
+1	@kirkfranklin	@USER	X	_	_	_	_	_	_	*
+2	happy	happy	ADJ	_	_	_	_	_	_	1:X
+3	birthday	birthday	NOUN	_	_	_	_	_	_	1
+4	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	glad	glad	ADJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	were	be	AUX	_	_	_	_	_	_	*
+11	born	bear	VERB	_	_	_	_	_	ss=v.body	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	You	you	PRON	_	_	_	_	_	_	*
+14	should	should	AUX	_	_	_	_	_	_	2:X
+15	have	have	VERB	_	_	_	_	_	_	2
+16	@anthonyevansjr	@USER	X	_	_	_	_	_	_	*
+17	take	take	VERB	_	_	_	_	_	ss=v.social	3:X
+18	u	u	PRON	_	_	_	_	_	_	*
+19	out	out	ADP	_	_	_	_	_	_	3
+20	since	since	SCONJ	_	_	_	_	_	_	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	Texan	texan	PROPN	_	_	_	_	_	ss=n.person	*
+25	again	again	ADV	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	if	if	ADP	_	_	_	_	_	_	*
+28	u	u	PRON	_	_	_	_	_	_	*
+29	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+30	town	town	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.126
+# sent_counter = 752
+# text = @MelCardillo weird cause you r not doin either ..
+1	@MelCardillo	@USER	X	_	_	_	_	_	_	*
+2	weird	weird	ADJ	_	_	_	_	_	_	*
+3	cause	cause	SCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	r	r	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	doin	doin	VERB	_	_	_	_	_	ss=v.stative	*
+8	either	either	DET	_	_	_	_	_	_	*
+9	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.357
+# sent_counter = 753
+# text = @BenmStanley 4 pages to be precise
+1	@BenmStanley	@USER	X	_	_	_	_	_	_	*
+2	4	NUMBER	NUM	_	_	_	_	_	_	*
+3	pages	page	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	precise	precise	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-187
+# sent_counter = 754
+# text = Software very good , when installed with it .
+1	Software	software	NOUN	_	_	_	_	_	ss=n.communication	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	installed	instal	VERB	_	_	_	_	_	ss=v.change	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.163
+# sent_counter = 755
+# text = Ultra is to mutha f'n swole !!! #slowjaminthisbih
+1	Ultra	ultra	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	ADV	_	_	_	_	_	_	*
+4	mutha	mutha	INTJ	_	_	_	_	_	_	1:X
+5	f'n	f'n	INTJ	_	_	_	_	_	_	1
+6	swole	swole	ADJ	_	_	_	_	_	_	*
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+8	#slowjaminthisbih	#slowjaminthisbih	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.365
+# sent_counter = 756
+# text = Fucking bitches all the time i give em Dick i m on dey mind i got angels demons constantine
+1	Fucking	fucking	ADJ	_	_	_	_	_	_	*
+2	bitches	bitch	NOUN	_	_	_	_	_	ss=n.person	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	give	give	VERB	_	_	_	_	_	ss=v.body	*
+8	em	em	PRON	_	_	_	_	_	_	*
+9	Dick	dick	NOUN	_	_	_	_	_	ss=n.body	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	dey	dey	DET	_	_	_	_	_	_	*
+14	mind	mind	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+17	angels	angel	NOUN	_	_	_	_	_	ss=n.person	*
+18	demons	demon	NOUN	_	_	_	_	_	ss=n.person	*
+19	constantine	constantine	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.188
+# sent_counter = 757
+# text = Payroll tax a point of contention for San Francisco startups - http://bit.ly/fIvZP9
+1	Payroll	payroll	NOUN	_	_	_	_	_	ss=n.possession	1:X
+2	tax	tax	NOUN	_	_	_	_	_	_	1
+3	a	a	DET	_	_	_	_	_	_	*
+4	point	point	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+5	of	of	ADP	_	_	_	_	_	_	2
+6	contention	contention	NOUN	_	_	_	_	_	_	2
+7	for	for	ADP	_	_	_	_	_	_	*
+8	San	san	PROPN	_	_	_	_	_	ss=n.location	3:X
+9	Francisco	francisco	PROPN	_	_	_	_	_	_	3
+10	startups	startup	NOUN	_	_	_	_	_	ss=n.group	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	http://bit.ly/fIvZP9	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-148
+# sent_counter = 758
+# text = The item arrived very quickly and very well packaged .
+1	The	the	DET	_	_	_	_	_	_	*
+2	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	quickly	quickly	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	well	well	ADV	_	_	_	_	_	_	*
+9	packaged	packaged	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.15
+# sent_counter = 759
+# text = @ObeyNell she looks like it pacin ' back & forth lol
+1	@ObeyNell	@USER	X	_	_	_	_	_	_	*
+2	she	she	PRON	_	_	_	_	_	_	*
+3	looks	look	VERB	_	_	_	_	_	ss=v.perception	1:X
+4	like	like	SCONJ	_	_	_	_	_	_	1
+5	it	it	PRON	_	_	_	_	_	_	*
+6	pacin	pacin	VERB	_	_	_	_	_	ss=v.motion	*
+7	'	'	PUNCT	_	_	_	_	_	_	*
+8	back	back	ADV	_	_	_	_	_	_	2:X
+9	&	&	CCONJ	_	_	_	_	_	_	2
+10	forth	forth	ADV	_	_	_	_	_	_	2
+11	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.6
+# sent_counter = 760
+# text = You 've just got to go around the block to see it as an epiphany .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	around	around	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	block	block	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	as	as	ADP	_	_	_	_	_	_	*
+14	an	an	DET	_	_	_	_	_	_	*
+15	epiphany	epiphany	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.376
+# sent_counter = 761
+# text = No Test for me , tomar :)
+1	No	no	DET	_	_	_	_	_	_	*
+2	Test	test	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	tomar	tomar	NOUN	_	_	_	_	_	ss=n.person	*
+7	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-316
+# sent_counter = 762
+# text = Even for their long haul flights they charge for meals and seat selection , which should be included .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	their	their	DET	_	_	_	_	_	_	*
+4	long	long	ADJ	_	_	_	_	_	ss=n.act	1:X
+5	haul	haul	NOUN	_	_	_	_	_	_	1
+6	flights	flight	NOUN	_	_	_	_	_	_	1
+7	they	they	PRON	_	_	_	_	_	_	*
+8	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	meals	meal	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	seat	seat	NOUN	_	_	_	_	_	ss=n.act	2:X
+13	selection	selection	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	which	which	PRON	_	_	_	_	_	_	*
+16	should	should	AUX	_	_	_	_	_	_	*
+17	be	be	AUX	_	_	_	_	_	_	*
+18	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-298
+# sent_counter = 763
+# text = If ' time ' is of the essence there is no point ordering and expecting delivery within 0 or 0 days .
+1	If	if	CCONJ	_	_	_	_	_	_	*
+2	'	'	PUNCT	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+4	'	'	PUNCT	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	of	of	ADP	_	_	_	_	_	ss=n.feeling	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	essence	essence	NOUN	_	_	_	_	_	_	1
+9	there	there	ADV	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	no	no	DET	_	_	_	_	_	_	*
+12	point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	ordering	order	VERB	_	_	_	_	_	ss=v.communication	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+16	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+17	within	within	ADP	_	_	_	_	_	_	*
+18	0	0	NUM	_	_	_	_	_	_	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	0	0	NUM	_	_	_	_	_	_	*
+21	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.369
+# sent_counter = 764
+# text = @Bitch3sLoveM3 i ve been fine .. could be better lol [:
+1	@Bitch3sLoveM3	@USER	X	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	ve	ve	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	fine	fine	ADJ	_	_	_	_	_	_	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	lol	lol	INTJ	_	_	_	_	_	_	*
+11	[:	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.379
+# sent_counter = 765
+# text = Fuck what he wants .. He 's dead to the world now .. I want !
+1	Fuck	fuck	INTJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	wants	want	VERB	_	_	_	_	_	ss=v.emotion	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+6	He	he	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	dead	dead	ADJ	_	_	_	_	_	_	1:X
+9	to	to	ADP	_	_	_	_	_	_	1
+10	the	the	DET	_	_	_	_	_	_	1
+11	world	world	NOUN	_	_	_	_	_	_	1
+12	now	now	ADV	_	_	_	_	_	_	*
+13	..	..	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-235
+# sent_counter = 766
+# text = The whole process of booking our ferry to Calais was so simple .
+1	The	the	DET	_	_	_	_	_	_	*
+2	whole	whole	ADJ	_	_	_	_	_	_	*
+3	process	process	NOUN	_	_	_	_	_	ss=n.act	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	booking	book	VERB	_	_	_	_	_	ss=v.cognition	*
+6	our	our	DET	_	_	_	_	_	_	*
+7	ferry	ferry	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Calais	calais	PROPN	_	_	_	_	_	ss=n.location	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	simple	simple	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-143
+# sent_counter = 767
+# text = I have since tried to arrange a re - delivery but their system thinks that the parcel is still out for delivery .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	since	since	ADP	_	_	_	_	_	_	*
+4	tried	try	VERB	_	_	_	_	_	ss=v.stative	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	arrange	arrange	VERB	_	_	_	_	_	ss=v.change	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	re	re	NOUN	_	_	_	_	_	ss=n.act	1:X
+9	-	-	PUNCT	_	_	_	_	_	_	1
+10	delivery	delivery	NOUN	_	_	_	_	_	_	1
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	their	their	DET	_	_	_	_	_	_	*
+13	system	system	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	thinks	think	VERB	_	_	_	_	_	ss=v.cognition	*
+15	that	that	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	parcel	parcel	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	still	still	ADV	_	_	_	_	_	_	*
+20	out	out	ADP	_	_	_	_	_	_	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.9
+# sent_counter = 768
+# text = And in humans , we call it the `` body clock '' .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	humans	humans	NOUN	_	_	_	_	_	ss=n.animal	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	``	``	PUNCT	_	_	_	_	_	_	*
+10	body	body	NOUN	_	_	_	_	_	ss=n.body	1:X
+11	clock	clock	NOUN	_	_	_	_	_	_	1
+12	''	''	PUNCT	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.301
+# sent_counter = 769
+# text = @i_LikeEmThick Go to sleep . lol
+1	@i_LikeEmThick	@USER	X	_	_	_	_	_	_	*
+2	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	sleep	sleep	NOUN	_	_	_	_	_	ss=n.body	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.1
+# sent_counter = 770
+# text = Hi . I 'm Kevin Allocca , I 'm the trends manager at YouTube , and I professionally watch YouTube videos .
+1	Hi	hi	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+5	Kevin	kevin	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Allocca	allocca	PROPN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	trends	trend	NOUN	_	_	_	_	_	ss=n.person	2:X
+12	manager	manager	NOUN	_	_	_	_	_	_	2
+13	at	at	ADP	_	_	_	_	_	_	*
+14	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.group	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	professionally	professionally	ADV	_	_	_	_	_	_	*
+19	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+20	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	3:X
+21	videos	video	NOUN	_	_	_	_	_	_	3
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.385
+# sent_counter = 771
+# text = Biscuit dry as hell >.<
+1	Biscuit	biscuit	NOUN	_	_	_	_	_	ss=n.food	*
+2	dry	dry	ADJ	_	_	_	_	_	_	*
+3	as	as	ADP	_	_	_	_	_	_	*
+4	hell	hell	NOUN	_	_	_	_	_	ss=n.location	*
+5	>.<	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.4
+# sent_counter = 772
+# text = What is origami ?
+1	What	what	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.378
+# sent_counter = 773
+# text = All our dreams can come true , if we have the courage to pursue them . -- Walt Disney
+1	All	all	DET	_	_	_	_	_	_	*
+2	our	our	PRON	_	_	_	_	_	_	*
+3	dreams	dream	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	come	come	VERB	_	_	_	_	_	ss=v.creation	1:X
+6	true	true	ADJ	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	courage	courage	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	pursue	pursue	VERB	_	_	_	_	_	ss=v.cognition	*
+15	them	them	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	--	--	PUNCT	_	_	_	_	_	_	*
+18	Walt	walt	PROPN	_	_	_	_	_	ss=n.person	2:X
+19	Disney	disney	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.6
+# sent_counter = 774
+# text = This is a land yacht racing across the desert in Nevada .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	land	land	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	yacht	yacht	NOUN	_	_	_	_	_	_	1
+6	racing	race	VERB	_	_	_	_	_	ss=v.motion	*
+7	across	across	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	desert	desert	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Nevada	nevada	PROPN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.23
+# sent_counter = 775
+# text = #YouNotBlackIf You have n't made a friday joke ( Yeen gotta lie craig ! )
+1	#YouNotBlackIf	#younotblackif	X	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	made	make	VERB	_	_	_	_	_	ss=v.communication	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	friday	friday	PROPN	_	_	_	_	_	ss=n.communication	1:X
+8	joke	joke	NOUN	_	_	_	_	_	_	1
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Yeen	yeen	PRON	_	_	_	_	_	_	*
+11	gotta	gotta	VERB	_	_	_	_	_	_	*
+12	lie	lie	VERB	_	_	_	_	_	ss=v.communication	*
+13	craig	craig	PROPN	_	_	_	_	_	ss=n.person	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-6
+# sent_counter = 776
+# text = So , even if your an idiot , you can still order the correct tyres , as you only need to put in your vehicle registration .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	if	if	CCONJ	_	_	_	_	_	_	*
+5	your	your	VERB	_	_	_	_	_	ss=v.stative	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	idiot	idiot	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	still	still	ADV	_	_	_	_	_	_	*
+12	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	correct	correct	ADJ	_	_	_	_	_	_	*
+15	tyres	tyre	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	as	as	CCONJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	only	only	ADV	_	_	_	_	_	_	*
+20	need	need	AUX	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	put	put	VERB	_	_	_	_	_	ss=v.communication	1:X
+23	in	in	PART	_	_	_	_	_	_	1
+24	your	your	DET	_	_	_	_	_	_	*
+25	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+26	registration	registration	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.161
+# sent_counter = 777
+# text = @EuSouAlexander he 1 shy of tie for most 3s in NBA history and 2 shy of breaking it
+1	@EuSouAlexander	@USER	X	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	1	NUMBER	NUM	_	_	_	_	_	_	*
+4	shy	shy	ADJ	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	tie	tie	NOUN	_	_	_	_	_	ss=n.state	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	most	most	ADJ	_	_	_	_	_	_	*
+9	3s	NUMBER	NUM	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	NBA	nba	PROPN	_	_	_	_	_	ss=n.group	*
+12	history	history	NOUN	_	_	_	_	_	ss=n.time	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	2	NUMBER	NUM	_	_	_	_	_	_	*
+15	shy	shy	ADJ	_	_	_	_	_	_	*
+16	of	of	SCONJ	_	_	_	_	_	_	*
+17	breaking	break	VERB	_	_	_	_	_	ss=v.change	*
+18	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.215
+# sent_counter = 778
+# text = Phoooonneeeeeeeeee with my wife !
+1	Phoooonneeeeeeeeee	phoooonneeeeeeeeee	NOUN	_	_	_	_	_	ss=n.communication	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.395
+# sent_counter = 779
+# text = RT @QuotesGeek : Always have your stuff when you need it with @Dropbox . 2GB account is free ! http://t.co/clhZfz0w
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@QuotesGeek	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Always	always	ADV	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	stuff	stuff	NOUN	_	_	_	_	_	ss=n.possession	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	@Dropbox	@USER	X	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	2GB	NUMBER	NUM	_	_	_	_	_	_	*
+16	account	account	NOUN	_	_	_	_	_	ss=n.communication	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	free	free	ADJ	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	http://t.co/clhZfz0w	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-320
+# sent_counter = 780
+# text = will deffinately recommend to all family and friends .
+1	will	will	AUX	_	_	_	_	_	_	*
+2	deffinately	deffinately	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.219
+# sent_counter = 781
+# text = @KWinnie89 :/ It 's okay . I guess people are going again next week , do you think you'll go ?
+1	@KWinnie89	@USER	X	_	_	_	_	_	_	*
+2	:/	EMOTICON	X	_	_	_	_	_	_	*
+3	It	it	PRON	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	okay	okay	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+9	people	people	NOUN	_	_	_	_	_	ss=n.group	*
+10	are	be	AUX	_	_	_	_	_	_	*
+11	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+12	again	again	ADV	_	_	_	_	_	_	*
+13	next	next	ADJ	_	_	_	_	_	_	1:X
+14	week	week	NOUN	_	_	_	_	_	_	1
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+19	you'll	you'll	VERB	_	_	_	_	_	ss=v.stative	*
+20	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.30
+# sent_counter = 782
+# text = Former Villarreal and Panathinaikos boss Victor Munoz set for Al Ittihad post http://t.co/d9SN0ieQ
+1	Former	former	ADJ	_	_	_	_	_	_	*
+2	Villarreal	villarreal	PROPN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Panathinaikos	panathinaikos	PROPN	_	_	_	_	_	ss=n.group	*
+5	boss	boss	NOUN	_	_	_	_	_	ss=n.person	*
+6	Victor	victor	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	Munoz	munoz	PROPN	_	_	_	_	_	_	1
+8	set	set	VERB	_	_	_	_	_	ss=v.stative	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	Al	al	PROPN	_	_	_	_	_	ss=n.group	2:X
+11	Ittihad	ittihad	PROPN	_	_	_	_	_	_	2
+12	post	post	NOUN	_	_	_	_	_	ss=n.act	*
+13	http://t.co/d9SN0ieQ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-226
+# sent_counter = 783
+# text = Both hotels chosen for us , before and especially after were lovely and the debriefing we were given before the climb was very informative .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	hotels	hotel	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	chosen	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	before	before	ADP	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	especially	especially	ADV	_	_	_	_	_	_	*
+10	after	after	ADP	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	lovely	lovely	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	debriefing	debriefing	NOUN	_	_	_	_	_	ss=n.communication	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	were	be	AUX	_	_	_	_	_	_	*
+18	given	give	VERB	_	_	_	_	_	ss=v.communication	*
+19	before	before	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	climb	climb	NOUN	_	_	_	_	_	ss=n.act	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	very	very	ADV	_	_	_	_	_	_	*
+24	informative	informative	ADJ	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.211
+# sent_counter = 784
+# text = Upcoming rap artist ? OMFG !! I do n't think so http://6.md/a90f0?=f938 ! Chuck Norris Starbucks iPod
+1	Upcoming	upcoming	ADJ	_	_	_	_	_	_	*
+2	rap	rap	NOUN	_	_	_	_	_	ss=n.person	1:X
+3	artist	artist	NOUN	_	_	_	_	_	_	1
+4	?	?	PUNCT	_	_	_	_	_	_	*
+5	OMFG	omfg	INTJ	_	_	_	_	_	_	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	http://6.md/a90f0?=f938	URL	X	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	Chuck	chuck	PROPN	_	_	_	_	_	ss=n.person	2:X
+15	Norris	norris	PROPN	_	_	_	_	_	_	2
+16	Starbucks	starbucks	PROPN	_	_	_	_	_	ss=n.group	*
+17	iPod	ipod	PROPN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-286
+# sent_counter = 785
+# text = But wasn ' t I pleasantly surprised .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	wasn	wasn	VERB	_	_	_	_	_	ss=v.stative	*
+3	'	'	PART	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	pleasantly	pleasantly	ADV	_	_	_	_	_	_	*
+7	surprised	surprise	VERB	_	_	_	_	_	ss=v.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.131
+# sent_counter = 786
+# text = @TieALitleRibbon I think I cut like , 6-8 inches . It 's nice , but I miss my big ponytail !
+1	@TieALitleRibbon	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	cut	cut	VERB	_	_	_	_	_	ss=v.contact	*
+6	like	like	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	6-8	NUMBER	NUM	_	_	_	_	_	_	*
+9	inches	inch	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	It	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	nice	nice	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	big	big	ADJ	_	_	_	_	_	_	*
+20	ponytail	ponytail	NOUN	_	_	_	_	_	ss=n.body	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.5
+# sent_counter = 787
+# text = And our teacher told us that the industrialized world , 1960 , had one billion people .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	our	our	PRON	_	_	_	_	_	_	*
+3	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+4	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	industrialized	industrialized	ADJ	_	_	_	_	_	ss=n.natural_object	1:X
+9	world	world	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	1960	NUMBER	NUM	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	one	NUMBER	NUM	_	_	_	_	_	_	*
+15	billion	NUMBER	NUM	_	_	_	_	_	_	*
+16	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.7
+# sent_counter = 788
+# text = And I thought , well , since I ca n't go to the movies , at least I will go for free to listen to flying saucers .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	well	well	INTJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	since	since	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	ca	ca	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	least	least	ADJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	will	will	AUX	_	_	_	_	_	_	*
+20	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	free	free	ADJ	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	listen	listen	VERB	_	_	_	_	_	ss=v.perception	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	flying	fly	VERB	_	_	_	_	_	ss=n.phenomenon	1:X
+27	saucers	saucer	NOUN	_	_	_	_	_	_	1
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.221
+# sent_counter = 789
+# text = RT @alisha_bieber96 : #nsnweekend how can people choose there favourite performance , the whole thing was perfect !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@alisha_bieber96	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	#nsnweekend	#nsnweekend	X	_	_	_	_	_	_	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	can	can	AUX	_	_	_	_	_	_	*
+7	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+8	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+9	there	there	PRON	_	_	_	_	_	_	*
+10	favourite	favourite	ADJ	_	_	_	_	_	_	*
+11	performance	performance	NOUN	_	_	_	_	_	ss=n.act	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	whole	whole	ADJ	_	_	_	_	_	_	*
+15	thing	thing	NOUN	_	_	_	_	_	ss=n.act	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	perfect	perfect	ADJ	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.338
+# sent_counter = 790
+# text = Tagged : @Celiajulia @maariferrodi - http://t.co/E2DTX8mJ
+1	Tagged	tag	VERB	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	@Celiajulia	@USER	X	_	_	_	_	_	_	*
+4	@maariferrodi	@USER	X	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	http://t.co/E2DTX8mJ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.339
+# sent_counter = 791
+# text = RT @SayingsForGirls : He 's cute . He 's fine . He 's everything but mine .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SayingsForGirls	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	He	he	PRON	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	cute	cute	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	He	he	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	fine	fine	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	He	he	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	everything	everything	NOUN	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	mine	mine	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.289
+# sent_counter = 792
+# text = The 50% Return Method Billionaire Investor Warren Buffet Wishes He Could Use , You Can Use ! http://t.co/qsrdFJe
+1	The	the	DET	_	_	_	_	_	_	*
+2	50%	NUMBER	NUM	_	_	_	_	_	ss=n.cognition	1:X
+3	Return	return	NOUN	_	_	_	_	_	_	1
+4	Method	method	NOUN	_	_	_	_	_	_	1
+5	Billionaire	billionaire	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	Investor	investor	NOUN	_	_	_	_	_	ss=n.person	*
+7	Warren	warren	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Buffet	buffet	PROPN	_	_	_	_	_	_	2
+9	Wishes	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+10	He	he	PRON	_	_	_	_	_	_	*
+11	Could	could	AUX	_	_	_	_	_	_	*
+12	Use	use	VERB	_	_	_	_	_	ss=v.stative	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	You	you	PRON	_	_	_	_	_	_	*
+15	Can	can	AUX	_	_	_	_	_	_	*
+16	Use	use	VERB	_	_	_	_	_	ss=v.stative	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	http://t.co/qsrdFJe	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.268
+# sent_counter = 793
+# text = @updateconf I think I thought a ticket the other day - PayPal says Yes , Eventbrite 's never heard of me . Can you confirm success/fail status ?
+1	@updateconf	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	thought	think	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	ticket	ticket	NOUN	_	_	_	_	_	ss=n.possession	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	other	other	ADJ	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	PayPal	paypal	PROPN	_	_	_	_	_	ss=n.group	*
+13	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	Yes	yes	INTJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	Eventbrite	eventbrite	PROPN	_	_	_	_	_	ss=n.group	*
+17	's	's	AUX	_	_	_	_	_	_	*
+18	never	never	ADV	_	_	_	_	_	_	*
+19	heard	hear	VERB	_	_	_	_	_	ss=v.perception	1:X
+20	of	of	ADP	_	_	_	_	_	_	1
+21	me	me	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Can	can	AUX	_	_	_	_	_	_	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	confirm	confirm	VERB	_	_	_	_	_	ss=v.cognition	*
+26	success/fail	success/fail	NOUN	_	_	_	_	_	ss=n.attribute	*
+27	status	status	NOUN	_	_	_	_	_	ss=n.state	*
+28	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-179
+# sent_counter = 794
+# text = Only one occasion was something I ordered out of stock and delayed .
+1	Only	only	ADV	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	occasion	occasion	NOUN	_	_	_	_	_	ss=n.event	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	something	something	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+8	out	out	ADP	_	_	_	_	_	ss=n.attribute	1:X
+9	of	of	ADP	_	_	_	_	_	_	1
+10	stock	stock	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	delayed	delay	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.396
+# sent_counter = 795
+# text = That moment when someone tells you that you and him would look good together . ♥
+1	That	that	DET	_	_	_	_	_	_	*
+2	moment	moment	NOUN	_	_	_	_	_	ss=n.event	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	someone	someone	NOUN	_	_	_	_	_	_	*
+5	tells	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	him	him	PRON	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	together	together	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.251
+# sent_counter = 796
+# text = New FC Menu Utility 2.0 #apple http://t.co/VftFt2c
+1	New	new	ADJ	_	_	_	_	_	_	*
+2	FC	fc	PROPN	_	_	_	_	_	ss=n.cognition	1:X
+3	Menu	menu	PROPN	_	_	_	_	_	_	1
+4	Utility	utility	PROPN	_	_	_	_	_	_	1
+5	2.0	NUMBER	NUM	_	_	_	_	_	_	*
+6	#apple	#apple	PROPN	_	_	_	_	_	ss=n.artifact	*
+7	http://t.co/VftFt2c	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-128
+# sent_counter = 797
+# text = I ' m very disappointed with my £ 0 , 000 purchase and I regret ever going near their store .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PUNCT	_	_	_	_	_	_	*
+3	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	disappointed	disappointed	ADJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	my	my	DET	_	_	_	_	_	_	*
+8	£	£	X	_	_	_	_	_	_	*
+9	0	0	NUM	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	000	000	NUM	_	_	_	_	_	_	*
+12	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	regret	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+16	ever	ever	ADV	_	_	_	_	_	_	*
+17	going	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+18	near	near	ADP	_	_	_	_	_	_	1
+19	their	their	DET	_	_	_	_	_	_	*
+20	store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-195
+# sent_counter = 798
+# text = I would shop again at AO but i would do my homework elsewhere first before i hit the buy button .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	shop	shop	VERB	_	_	_	_	_	ss=v.possession	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	AO	ao	PROPN	_	_	_	_	_	ss=n.group	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	would	would	VERB	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.cognition	*
+11	my	my	DET	_	_	_	_	_	_	*
+12	homework	homework	NOUN	_	_	_	_	_	ss=n.act	*
+13	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+14	first	first	ADV	_	_	_	_	_	_	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	hit	hit	VERB	_	_	_	_	_	ss=v.contact	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	buy	buy	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+20	button	button	NOUN	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.143
+# sent_counter = 799
+# text = RT @Mrweedsmoker03 ON some real ass shit ... if you DL ... #goneon it s 2011 ... there is no such thing ... SMFH| #nothingbutthetruth
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Mrweedsmoker03	@USER	X	_	_	_	_	_	_	*
+3	ON	on	ADP	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	real	real	ADJ	_	_	_	_	_	_	1:X
+6	ass	ass	NOUN	_	_	_	_	_	_	1
+7	shit	shit	NOUN	_	_	_	_	_	ss=n.communication	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	DL	dl	VERB	_	_	_	_	_	ss=v.stative	*
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	#goneon	#goneon	X	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+16	2011	NUMBER	NUM	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	there	there	PRON	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	no	no	DET	_	_	_	_	_	ss=n.attribute	2:X
+21	such	such	ADJ	_	_	_	_	_	_	2
+22	thing	thing	NOUN	_	_	_	_	_	_	2
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	SMFH|	smfh|	X	_	_	_	_	_	_	*
+25	#nothingbutthetruth	#nothingbutthetruth	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.294
+# sent_counter = 800
+# text = Happy Main Event Day ! GL to all who are playing on Day 1A . Action begins at 3 ET .
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	Main	main	ADJ	_	_	_	_	_	ss=n.event	1:X
+3	Event	event	NOUN	_	_	_	_	_	_	1
+4	Day	day	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	GL	gl	X	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	are	be	AUX	_	_	_	_	_	_	*
+11	playing	play	VERB	_	_	_	_	_	ss=v.competition	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	1A	NUMBER	NUM	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Action	action	NOUN	_	_	_	_	_	ss=n.act	*
+17	begins	begin	VERB	_	_	_	_	_	ss=v.change	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	3	NUMBER	NUM	_	_	_	_	_	_	*
+20	ET	et	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-338
+# sent_counter = 801
+# text = Also it is called everything0pounds . com however it should be £ 0 . 00 as you have to pay for delievery !
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+5	everything0pounds	everything0pounds	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	.	.	PUNCT	_	_	_	_	_	_	1
+7	com	com	NOUN	_	_	_	_	_	_	1
+8	however	however	ADV	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	should	should	AUX	_	_	_	_	_	_	*
+11	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	£	£	X	_	_	_	_	_	_	*
+13	0	0	NUM	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	00	00	NUM	_	_	_	_	_	_	*
+16	as	as	ADP	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	have	have	AUX	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	delievery	delievery	NOUN	_	_	_	_	_	ss=n.act	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.255
+# sent_counter = 802
+# text = Had Fun , Now I 'm Omw To My Gma House For Her Birthday
+1	Had	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	Fun	fun	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Now	now	ADV	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	Omw	omw	X	_	_	_	_	_	_	*
+8	To	to	ADP	_	_	_	_	_	_	*
+9	My	my	PRON	_	_	_	_	_	_	*
+10	Gma	gma	NOUN	_	_	_	_	_	ss=n.person	*
+11	House	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	For	for	ADP	_	_	_	_	_	_	*
+13	Her	her	PRON	_	_	_	_	_	_	*
+14	Birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.424
+# sent_counter = 803
+# text = @HippieOfLove u eat sushi ?
+1	@HippieOfLove	@USER	X	_	_	_	_	_	_	*
+2	u	u	PRON	_	_	_	_	_	_	*
+3	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+4	sushi	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-282
+# sent_counter = 804
+# text = no problems whatsoever with the product its fantastic , but the courier service was very difficult to say the least .
+1	no	no	DET	_	_	_	_	_	_	*
+2	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+3	whatsoever	whatsoever	ADV	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	its	its	PRON	_	_	_	_	_	_	*
+8	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	courier	courier	NOUN	_	_	_	_	_	ss=n.act	1:X
+13	service	service	NOUN	_	_	_	_	_	_	1
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	difficult	difficult	ADJ	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	2:X
+18	say	say	VERB	_	_	_	_	_	_	2
+19	the	the	DET	_	_	_	_	_	_	2
+20	least	least	NOUN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.6
+# sent_counter = 805
+# text = And that is what origami used to be .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+6	used	use	VERB	_	_	_	_	_	_	1:X
+7	to	to	PART	_	_	_	_	_	_	1
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-340
+# sent_counter = 806
+# text = Have recommended this site to friends and I will definately be visiting again when I need more games
+1	Have	have	AUX	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	definately	definately	ADV	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	visiting	visit	VERB	_	_	_	_	_	ss=v.perception	*
+13	again	again	ADV	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	need	need	VERB	_	_	_	_	_	ss=v.emotion	*
+17	more	more	ADJ	_	_	_	_	_	_	*
+18	games	game	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-67
+# sent_counter = 807
+# text = This year , on renewal Marion Williams has been particularly helpful .
+1	This	this	DET	_	_	_	_	_	_	*
+2	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	renewal	renewal	NOUN	_	_	_	_	_	ss=n.act	*
+6	Marion	marion	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	Williams	williams	PROPN	_	_	_	_	_	_	1
+8	has	have	AUX	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	particularly	particularly	ADV	_	_	_	_	_	_	*
+11	helpful	helpful	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-21
+# sent_counter = 808
+# text = I was very pleased with the prices in the Petflea website , the Frontline flea treatment price especially .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Petflea	petflea	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	website	website	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Frontline	frontline	PROPN	_	_	_	_	_	ss=n.communication	2:X
+15	flea	flea	NOUN	_	_	_	_	_	_	2
+16	treatment	treatment	NOUN	_	_	_	_	_	_	2
+17	price	price	NOUN	_	_	_	_	_	_	2
+18	especially	especially	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.1
+# sent_counter = 809
+# text = I 'm Jessi , and this is my suitcase .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	Jessi	jessi	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	this	this	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	suitcase	suitcase	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-246
+# sent_counter = 810
+# text = I would highly recommend them to anyone and would definitely buy from this company again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	PRON	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	would	would	VERB	_	_	_	_	_	_	*
+10	definitely	definitely	ADV	_	_	_	_	_	_	*
+11	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+12	from	from	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+15	again	again	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-115
+# sent_counter = 811
+# text = Excellent service and speedy payment .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	speedy	speedy	ADJ	_	_	_	_	_	_	*
+5	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.58
+# sent_counter = 812
+# text = @HDstateofMind wat channle
+1	@HDstateofMind	@USER	X	_	_	_	_	_	_	*
+2	wat	wat	PRON	_	_	_	_	_	_	*
+3	channle	channle	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.421
+# sent_counter = 813
+# text = @MrHelium89 LOOLLL I was lyin gem
+1	@MrHelium89	@USER	X	_	_	_	_	_	_	*
+2	LOOLLL	loolll	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	lyin	lyin	VERB	_	_	_	_	_	ss=v.communication	*
+6	gem	gem	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.311
+# sent_counter = 814
+# text = Havin fun at cade ferguson s house
+1	Havin	havin	VERB	_	_	_	_	_	ss=v.stative	*
+2	fun	fun	NOUN	_	_	_	_	_	ss=n.feeling	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	cade	cade	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	ferguson	ferguson	PROPN	_	_	_	_	_	_	1
+6	s	s	PART	_	_	_	_	_	_	1
+7	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-39
+# sent_counter = 815
+# text = Great service and I ' ll not only use this site again but I ' ll also be recommending it to family and friends
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'	'	PART	_	_	_	_	_	_	*
+6	ll	ll	VERB	_	_	_	_	_	_	*
+7	not	not	ADV	_	_	_	_	_	_	*
+8	only	only	ADV	_	_	_	_	_	_	*
+9	use	use	VERB	_	_	_	_	_	ss=v.cognition	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+12	again	again	ADV	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'	'	PART	_	_	_	_	_	_	*
+16	ll	ll	VERB	_	_	_	_	_	_	*
+17	also	also	ADV	_	_	_	_	_	_	*
+18	be	be	AUX	_	_	_	_	_	_	*
+19	recommending	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.36
+# sent_counter = 816
+# text = @DatYellow @StealthyCupcake 2+4 = 6 I have 8 .
+1	@DatYellow	@USER	X	_	_	_	_	_	_	*
+2	@StealthyCupcake	@USER	X	_	_	_	_	_	_	*
+3	2+4	NUMBER	NUM	_	_	_	_	_	_	*
+4	=	=	PUNCT	_	_	_	_	_	_	*
+5	6	NUMBER	NUM	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	8	NUMBER	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.93
+# sent_counter = 817
+# text = @walkerhell I know but passing uni so I can go to America next year and stalk out Corey , that 's a plan .
+1	@walkerhell	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	passing	pass	VERB	_	_	_	_	_	ss=v.motion	*
+6	uni	uni	NOUN	_	_	_	_	_	ss=n.location	*
+7	so	so	ADP	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	America	america	PROPN	_	_	_	_	_	ss=n.location	*
+13	next	next	ADJ	_	_	_	_	_	_	1:X
+14	year	year	NOUN	_	_	_	_	_	_	1
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	stalk	stalk	VERB	_	_	_	_	_	ss=v.perception	2:X
+17	out	out	ADP	_	_	_	_	_	_	2
+18	Corey	corey	PROPN	_	_	_	_	_	ss=n.person	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	that	that	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	plan	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.372
+# sent_counter = 818
+# text = RT @jdbieber_ftw : he looks so crushed lmao http://t.co/4BwoGzfk
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jdbieber_ftw	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	crushed	crushed	ADJ	_	_	_	_	_	_	*
+8	lmao	lmao	INTJ	_	_	_	_	_	_	*
+9	http://t.co/4BwoGzfk	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.4
+# sent_counter = 819
+# text = We all want to be stars -- celebrities , singers , comedians -- and when I was younger , that seemed so very , very hard to do .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	stars	star	NOUN	_	_	_	_	_	ss=n.person	*
+7	--	--	PUNCT	_	_	_	_	_	_	*
+8	celebrities	celebrity	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	singers	singer	NOUN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	comedians	comedian	NOUN	_	_	_	_	_	ss=n.person	*
+13	--	--	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	younger	younger	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	that	that	SCONJ	_	_	_	_	_	_	*
+21	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+22	so	so	ADV	_	_	_	_	_	_	*
+23	very	very	ADV	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	very	very	ADV	_	_	_	_	_	_	*
+26	hard	hard	ADJ	_	_	_	_	_	_	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	do	do	VERB	_	_	_	_	_	ss=v.social	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.317
+# sent_counter = 820
+# text = RT @ohgirlphrase : When I see you , I smile . When you smile back , my heart smiles ♥
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ohgirlphrase	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	When	when	ADV	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	When	when	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+15	back	back	ADV	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	heart	heart	NOUN	_	_	_	_	_	ss=n.body	*
+19	smiles	smile	VERB	_	_	_	_	_	ss=v.body	*
+20	♥	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-291
+# sent_counter = 821
+# text = Our flights were cancelled on December 00th from heathrow due to the adverse weather situation .
+1	Our	our	DET	_	_	_	_	_	_	*
+2	flights	flight	NOUN	_	_	_	_	_	ss=n.act	*
+3	were	be	AUX	_	_	_	_	_	_	*
+4	cancelled	cancel	VERB	_	_	_	_	_	ss=v.change	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	December	december	NOUN	_	_	_	_	_	ss=n.time	1:X
+7	00th	00th	NOUN	_	_	_	_	_	_	1
+8	from	from	ADP	_	_	_	_	_	_	*
+9	heathrow	heathrow	NOUN	_	_	_	_	_	ss=n.location	*
+10	due	due	CCONJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	adverse	adverse	ADJ	_	_	_	_	_	_	*
+14	weather	weather	NOUN	_	_	_	_	_	ss=n.phenomenon	2:X
+15	situation	situation	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.331
+# sent_counter = 822
+# text = hello bitches
+1	hello	hello	INTJ	_	_	_	_	_	_	*
+2	bitches	bitch	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.2
+# sent_counter = 823
+# text = Yea * fist pumps * mhmm
+1	Yea	yea	INTJ	_	_	_	_	_	_	*
+2	*	*	PUNCT	_	_	_	_	_	_	*
+3	fist	fist	NOUN	_	_	_	_	_	ss=n.body	1:X
+4	pumps	pump	NOUN	_	_	_	_	_	_	1
+5	*	*	PUNCT	_	_	_	_	_	_	*
+6	mhmm	mhmm	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-75
+# sent_counter = 824
+# text = When I looked I could see they had taken my money but no order was showing on system .
+1	When	when	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	taken	take	VERB	_	_	_	_	_	ss=v.change	*
+10	my	my	DET	_	_	_	_	_	_	*
+11	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	no	no	DET	_	_	_	_	_	_	*
+14	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+15	was	be	AUX	_	_	_	_	_	_	*
+16	showing	show	VERB	_	_	_	_	_	ss=v.perception	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	system	system	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.1
+# sent_counter = 825
+# text = My talk is `` Flapping Birds and Space Telescopes '' .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	talk	talk	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	``	``	PUNCT	_	_	_	_	_	_	*
+5	Flapping	flapping	PROPN	_	_	_	_	_	ss=n.animal	1:X
+6	Birds	birds	PROPN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	Space	space	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	Telescopes	telescopes	PROPN	_	_	_	_	_	_	2
+10	''	''	PUNCT	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-243
+# sent_counter = 826
+# text = I discovered one curtain ring missing , and after an email to the company , it was promptly posted to me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	discovered	discover	VERB	_	_	_	_	_	ss=v.perception	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	curtain	curtain	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	ring	ring	NOUN	_	_	_	_	_	_	1
+6	missing	miss	VERB	_	_	_	_	_	ss=v.perception	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	was	be	AUX	_	_	_	_	_	_	*
+18	promptly	promptly	ADV	_	_	_	_	_	_	*
+19	posted	post	VERB	_	_	_	_	_	ss=v.contact	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	me	me	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1161.8
+# sent_counter = 827
+# text = I get to meet all kinds of great people ; my dollars usually go to a good cause ; I look pretty unique ; and it makes shopping like my own personal treasure hunt .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	get	get	VERB	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	kinds	kind	NOUN	_	_	_	_	_	ss=n.relation	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	people	people	NOUN	_	_	_	_	_	ss=n.group	*
+10	;	;	PUNCT	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+13	usually	usually	ADV	_	_	_	_	_	_	*
+14	go	go	VERB	_	_	_	_	_	ss=v.possession	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	good	good	ADJ	_	_	_	_	_	ss=n.phenomenon	1:X
+18	cause	cause	NOUN	_	_	_	_	_	_	1
+19	;	;	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+22	pretty	pretty	ADV	_	_	_	_	_	_	*
+23	unique	unique	ADJ	_	_	_	_	_	_	*
+24	;	;	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+28	shopping	shopping	NOUN	_	_	_	_	_	ss=n.act	*
+29	like	like	SCONJ	_	_	_	_	_	_	*
+30	my	my	PRON	_	_	_	_	_	_	*
+31	own	own	ADJ	_	_	_	_	_	_	*
+32	personal	personal	ADJ	_	_	_	_	_	_	*
+33	treasure	treasure	NOUN	_	_	_	_	_	ss=n.act	2:X
+34	hunt	hunt	NOUN	_	_	_	_	_	_	2
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.327
+# sent_counter = 828
+# text = @walkerhell I know but passing uni so I can go to America next year and stalk out Corey , that 's a plan .
+1	@walkerhell	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	passing	pass	VERB	_	_	_	_	_	ss=v.change	*
+6	uni	uni	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	so	so	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	America	america	PROPN	_	_	_	_	_	ss=n.location	*
+13	next	next	ADJ	_	_	_	_	_	_	1:X
+14	year	year	NOUN	_	_	_	_	_	_	1
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	stalk	stalk	VERB	_	_	_	_	_	ss=v.social	2:X
+17	out	out	ADP	_	_	_	_	_	_	2
+18	Corey	corey	PROPN	_	_	_	_	_	ss=n.person	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	that	that	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	plan	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-178
+# sent_counter = 829
+# text = I would recommend them to anyone - you can only speak as you find and I found them to be faultless .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	only	only	ADV	_	_	_	_	_	_	*
+11	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+12	as	as	ADP	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+18	them	them	PRON	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	faultless	faultless	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.004-YvesBehar_2009.iwslt.552.3
+# sent_counter = 830
+# text = I grew up in a log cabin in Washington state with too much time on my hands .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	grew	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	log	log	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+7	cabin	cabin	NOUN	_	_	_	_	_	_	2
+8	in	in	ADP	_	_	_	_	_	_	*
+9	Washington	washington	PROPN	_	_	_	_	_	ss=n.location	3:X
+10	state	state	NOUN	_	_	_	_	_	_	3
+11	with	with	ADP	_	_	_	_	_	_	*
+12	too	too	ADV	_	_	_	_	_	ss=n.time	4:X
+13	much	much	ADJ	_	_	_	_	_	_	4
+14	time	time	NOUN	_	_	_	_	_	_	4
+15	on	on	ADP	_	_	_	_	_	_	4
+16	my	my	PRON	_	_	_	_	_	_	*
+17	hands	hands	NOUN	_	_	_	_	_	_	4
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-1
+# sent_counter = 831
+# text = I have used transfers on three occasions now and each time I have been very impressed with the standard of service , punctual pick ups and helpful and friendly drivers .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.change	*
+4	transfers	transfer	NOUN	_	_	_	_	_	ss=n.act	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	three	three	NUM	_	_	_	_	_	_	*
+7	occasions	occasions	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	now	now	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	each	each	DET	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	been	be	VERB	_	_	_	_	_	_	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	impressed	impress	VERB	_	_	_	_	_	ss=v.emotion	*
+17	with	with	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	standard	standard	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	punctual	punctual	ADJ	_	_	_	_	_	_	*
+24	pick	pick	NOUN	_	_	_	_	_	ss=n.act	1:X
+25	ups	ups	NOUN	_	_	_	_	_	_	1
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	helpful	helpful	ADJ	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	friendly	friendly	ADJ	_	_	_	_	_	_	*
+30	drivers	driver	NOUN	_	_	_	_	_	ss=n.person	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-110
+# sent_counter = 832
+# text = Their latest email suggests that it is wear and tear which is an interesting theory for a 0 minute old bag .
+1	Their	their	DET	_	_	_	_	_	_	*
+2	latest	latest	ADJ	_	_	_	_	_	_	*
+3	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+4	suggests	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+5	that	that	CCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	wear	wear	NOUN	_	_	_	_	_	ss=n.state	1:X
+9	and	and	CCONJ	_	_	_	_	_	_	1
+10	tear	tear	NOUN	_	_	_	_	_	_	1
+11	which	which	PRON	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	an	an	DET	_	_	_	_	_	_	*
+14	interesting	interesting	ADJ	_	_	_	_	_	_	*
+15	theory	theory	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	0	0	NUM	_	_	_	_	_	_	*
+19	minute	minute	NOUN	_	_	_	_	_	ss=n.time	*
+20	old	old	ADJ	_	_	_	_	_	_	*
+21	bag	bag	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.69.8
+# sent_counter = 833
+# text = And whether it is the Penan in the forests of Borneo , or the Voodoo acolytes in Haiti , or the warriors in the Kaisut desert of Northern Kenya , the Curandero in the mountains of the Andes , or a caravanserai in the middle of the Sahara -- this is incidentally the fellow that I traveled into the desert with a month ago -- or indeed a yak herder in the slopes of Qomolangma , Everest , the goddess mother of the world .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	whether	whether	SCONJ	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Penan	penan	NOUN	_	_	_	_	_	ss=n.person	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	forests	forest	NOUN	_	_	_	_	_	ss=n.plant	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	Borneo	borneo	NOUN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Voodoo	voodoo	NOUN	_	_	_	_	_	ss=n.person	1:X
+16	acolytes	acolyte	NOUN	_	_	_	_	_	_	1
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Haiti	haiti	NOUN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	or	or	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	warriors	warrior	NOUN	_	_	_	_	_	ss=n.person	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	Kaisut	kaisut	NOUN	_	_	_	_	_	ss=n.location	2:X
+26	desert	desert	NOUN	_	_	_	_	_	_	2
+27	of	of	ADP	_	_	_	_	_	_	*
+28	Northern	northern	ADJ	_	_	_	_	_	ss=n.location	3:X
+29	Kenya	kenya	NOUN	_	_	_	_	_	_	3
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	Curandero	curandero	NOUN	_	_	_	_	_	ss=n.person	*
+33	in	in	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	mountains	mountain	NOUN	_	_	_	_	_	ss=n.natural_object	*
+36	of	of	ADP	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	Andes	andes	NOUN	_	_	_	_	_	ss=n.location	*
+39	,	,	PUNCT	_	_	_	_	_	_	*
+40	or	or	CCONJ	_	_	_	_	_	_	*
+41	a	a	DET	_	_	_	_	_	_	*
+42	caravanserai	caravanserai	NOUN	_	_	_	_	_	ss=n.person	*
+43	in	in	ADP	_	_	_	_	_	_	*
+44	the	the	DET	_	_	_	_	_	_	*
+45	middle	middle	NOUN	_	_	_	_	_	ss=n.location	*
+46	of	of	ADP	_	_	_	_	_	_	*
+47	the	the	DET	_	_	_	_	_	_	*
+48	Sahara	sahara	NOUN	_	_	_	_	_	ss=n.location	*
+49	--	--	PUNCT	_	_	_	_	_	_	*
+50	this	this	PRON	_	_	_	_	_	_	*
+51	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+52	incidentally	incidentally	NOUN	_	_	_	_	_	_	*
+53	the	the	DET	_	_	_	_	_	_	*
+54	fellow	fellow	NOUN	_	_	_	_	_	ss=n.person	*
+55	that	that	DET	_	_	_	_	_	_	*
+56	I	i	PRON	_	_	_	_	_	_	*
+57	traveled	travel	VERB	_	_	_	_	_	ss=v.motion	*
+58	into	into	ADP	_	_	_	_	_	_	*
+59	the	the	DET	_	_	_	_	_	_	*
+60	desert	desert	NOUN	_	_	_	_	_	ss=n.location	*
+61	with	with	ADP	_	_	_	_	_	_	*
+62	a	a	DET	_	_	_	_	_	_	*
+63	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+64	ago	ago	ADV	_	_	_	_	_	_	*
+65	--	--	PUNCT	_	_	_	_	_	_	*
+66	or	or	CCONJ	_	_	_	_	_	_	*
+67	indeed	indeed	VERB	_	_	_	_	_	_	*
+68	a	a	DET	_	_	_	_	_	_	*
+69	yak	yak	NOUN	_	_	_	_	_	ss=n.person	4:X
+70	herder	herder	NOUN	_	_	_	_	_	_	4
+71	in	in	ADP	_	_	_	_	_	_	*
+72	the	the	DET	_	_	_	_	_	_	*
+73	slopes	slope	NOUN	_	_	_	_	_	ss=n.natural_object	*
+74	of	of	ADP	_	_	_	_	_	_	*
+75	Qomolangma	qomolangma	NOUN	_	_	_	_	_	ss=n.location	*
+76	,	,	PUNCT	_	_	_	_	_	_	*
+77	Everest	everest	NOUN	_	_	_	_	_	ss=n.natural_object	*
+78	,	,	PUNCT	_	_	_	_	_	_	*
+79	the	the	DET	_	_	_	_	_	_	*
+80	goddess	goddess	NOUN	_	_	_	_	_	ss=n.person	5:X
+81	mother	mother	NOUN	_	_	_	_	_	_	5
+82	of	of	ADP	_	_	_	_	_	_	*
+83	the	the	DET	_	_	_	_	_	_	*
+84	world	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+85	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.17
+# sent_counter = 834
+# text = RT @MadeaSimmons_ : I hate ppl that say " He 's a nice person once you get to know him " They might as well just say " He 's a jerk , but you ' ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MadeaSimmons_	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+6	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+7	that	that	ADP	_	_	_	_	_	_	*
+8	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	He	he	PRON	_	_	_	_	_	_	*
+11	's	's	AUX	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	nice	nice	ADJ	_	_	_	_	_	_	*
+14	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+15	once	once	ADV	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	They	they	PRON	_	_	_	_	_	_	*
+23	might	might	AUX	_	_	_	_	_	_	*
+24	as	as	ADV	_	_	_	_	_	_	*
+25	well	well	ADV	_	_	_	_	_	_	*
+26	just	just	ADV	_	_	_	_	_	_	*
+27	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+29	He	he	PRON	_	_	_	_	_	_	*
+30	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+31	a	a	DET	_	_	_	_	_	_	*
+32	jerk	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	but	but	CCONJ	_	_	_	_	_	_	*
+35	you	you	PRON	_	_	_	_	_	_	*
+36	'	'	PUNCT	_	_	_	_	_	_	*
+37	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.129.5
+# sent_counter = 835
+# text = It does n't make any difference because the only thing that ought to limit the performance of a system like this one is the number of pixels on your screen at any given moment . It 's also very flexible architecture .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	does	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	difference	difference	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	only	only	ADJ	_	_	_	_	_	_	*
+10	thing	thing	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	ought	ought	NOUN	_	_	_	_	_	_	1:X
+13	to	to	PART	_	_	_	_	_	_	1
+14	limit	limit	VERB	_	_	_	_	_	ss=v.change	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	performance	performance	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	system	system	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	like	like	ADP	_	_	_	_	_	_	*
+21	this	this	DET	_	_	_	_	_	_	*
+22	one	one	NOUN	_	_	_	_	_	_	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	pixels	pixel	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	on	on	ADP	_	_	_	_	_	_	*
+29	your	your	PRON	_	_	_	_	_	_	*
+30	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	at	at	ADP	_	_	_	_	_	_	*
+32	any	any	DET	_	_	_	_	_	ss=n.time	2:X
+33	given	give	VERB	_	_	_	_	_	_	2
+34	moment	moment	NOUN	_	_	_	_	_	_	2
+35	.	.	PUNCT	_	_	_	_	_	_	*
+36	It	it	PRON	_	_	_	_	_	_	*
+37	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+38	also	also	ADV	_	_	_	_	_	_	*
+39	very	very	ADV	_	_	_	_	_	_	*
+40	flexible	flexible	ADJ	_	_	_	_	_	_	*
+41	architecture	architecture	NOUN	_	_	_	_	_	ss=n.artifact	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.440
+# sent_counter = 836
+# text = smh ... can somebody guard james fucking jones
+1	smh	smh	X	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	somebody	somebody	NOUN	_	_	_	_	_	_	*
+5	guard	guard	VERB	_	_	_	_	_	ss=v.social	*
+6	james	james	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	fucking	fucking	ADJ	_	_	_	_	_	_	1
+8	jones	jones	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.52
+# sent_counter = 837
+# text = RT @ILoveThem4s : @HelloMrNiNO hang in there cousin love you
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ILoveThem4s	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@HelloMrNiNO	@USER	X	_	_	_	_	_	_	*
+5	hang	hang	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	in	in	ADP	_	_	_	_	_	_	1
+7	there	there	ADV	_	_	_	_	_	_	1
+8	cousin	cousin	NOUN	_	_	_	_	_	ss=n.person	*
+9	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+10	you	you	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-299
+# sent_counter = 838
+# text = Well doneMervyn Kinney .
+1	Well	well	ADV	_	_	_	_	_	_	*
+2	doneMervyn	donemervyn	VERB	_	_	_	_	_	_	*
+3	Kinney	kinney	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.10
+# sent_counter = 839
+# text = He talked about how the mandalas of ancient Hindu religion were kind of projected into the sky as an attempt to regain some sense of order after the chaos of war .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	talked	talk	VERB	_	_	_	_	_	ss=v.communication	*
+3	about	about	SCONJ	_	_	_	_	_	_	*
+4	how	how	ADV	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	mandalas	mandala	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	ancient	ancient	ADJ	_	_	_	_	_	_	*
+9	Hindu	hindu	PROPN	_	_	_	_	_	ss=n.cognition	1:X
+10	religion	religion	NOUN	_	_	_	_	_	_	1
+11	were	be	AUX	_	_	_	_	_	_	*
+12	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+13	of	of	ADP	_	_	_	_	_	_	2
+14	projected	project	VERB	_	_	_	_	_	ss=v.communication	*
+15	into	into	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	sky	sky	NOUN	_	_	_	_	_	ss=n.natural_object	*
+18	as	as	ADP	_	_	_	_	_	_	*
+19	an	an	DET	_	_	_	_	_	_	*
+20	attempt	attempt	NOUN	_	_	_	_	_	ss=n.act	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	regain	regain	VERB	_	_	_	_	_	ss=v.change	*
+23	some	some	DET	_	_	_	_	_	_	*
+24	sense	sense	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	order	order	NOUN	_	_	_	_	_	ss=n.state	*
+27	after	after	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	chaos	chaos	NOUN	_	_	_	_	_	ss=n.state	*
+30	of	of	ADP	_	_	_	_	_	_	*
+31	war	war	NOUN	_	_	_	_	_	ss=n.act	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-253
+# sent_counter = 840
+# text = They contacted me and offered me a better deal than the previous contract both for myself and my wife .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	contacted	contact	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	better	better	ADJ	_	_	_	_	_	_	*
+9	deal	deal	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	than	than	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	previous	previous	ADJ	_	_	_	_	_	_	*
+13	contract	contract	NOUN	_	_	_	_	_	ss=n.communication	*
+14	both	both	CCONJ	_	_	_	_	_	_	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	myself	myself	PRON	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	my	my	DET	_	_	_	_	_	_	*
+19	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-268
+# sent_counter = 841
+# text = would like to have seen parts for visual compairing .
+1	would	would	VERB	_	_	_	_	_	_	*
+2	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	visual	visual	ADJ	_	_	_	_	_	_	*
+9	compairing	compairing	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-89
+# sent_counter = 842
+# text = Delivery was prompt and even included a pen .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	prompt	prompt	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	even	even	ADV	_	_	_	_	_	_	*
+6	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	pen	pen	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.224
+# sent_counter = 843
+# text = @YourButt Key and Jjong are together . >.>
+1	@YourButt	@USER	X	_	_	_	_	_	_	*
+2	Key	key	PROPN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Jjong	jjong	PROPN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	together	together	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	>.>	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.118
+# sent_counter = 844
+# text = keep it #Gangsta
+1	keep	keep	VERB	_	_	_	_	_	_	1:X
+2	it	it	PRON	_	_	_	_	_	_	1
+3	#Gangsta	#gangsta	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.217
+# sent_counter = 845
+# text = @itsjackc i from in italy !!!!! and you ???
+1	@itsjackc	@USER	X	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	italy	italy	PROPN	_	_	_	_	_	ss=n.location	*
+6	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	???	???	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-88
+# sent_counter = 846
+# text = Once again well done , A great Service and a Prosperous New Year to you all in your shop .
+1	Once	once	ADV	_	_	_	_	_	_	*
+2	again	again	ADV	_	_	_	_	_	_	*
+3	well	well	ADV	_	_	_	_	_	ss=v.communication	1:X
+4	done	do	VERB	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	A	a	DET	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	Prosperous	prosperous	ADJ	_	_	_	_	_	_	*
+12	New	new	PROPN	_	_	_	_	_	ss=n.event	2:X
+13	Year	year	NOUN	_	_	_	_	_	_	2
+14	to	to	ADP	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	all	all	ADV	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	your	your	DET	_	_	_	_	_	_	*
+19	shop	shop	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.265
+# sent_counter = 847
+# text = I think I do +_O " you 're sick " RT @Mannando : Lmao u do n even know what that means RT @M_teeDaQuEEn : Lol nawe lol RT
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+5	+_O	EMOTICON	X	_	_	_	_	_	_	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+9	sick	sick	ADJ	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	RT	rt	X	_	_	_	_	_	_	*
+12	@Mannando	@USER	X	_	_	_	_	_	_	*
+13	:	:	X	_	_	_	_	_	_	*
+14	Lmao	lmao	INTJ	_	_	_	_	_	_	*
+15	u	u	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	n	n	PART	_	_	_	_	_	_	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+20	what	what	PRON	_	_	_	_	_	_	*
+21	that	that	PRON	_	_	_	_	_	_	*
+22	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+23	RT	rt	X	_	_	_	_	_	_	*
+24	@M_teeDaQuEEn	@USER	X	_	_	_	_	_	_	*
+25	:	:	X	_	_	_	_	_	_	*
+26	Lol	lol	INTJ	_	_	_	_	_	_	*
+27	nawe	nawe	INTJ	_	_	_	_	_	_	*
+28	lol	lol	INTJ	_	_	_	_	_	_	*
+29	RT	rt	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-158
+# sent_counter = 848
+# text = " Out of stock " items that I enquired about came into stock very soon and were then despatched promptly in the busy Xmas rush period .
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Out	out	ADP	_	_	_	_	_	ss=n.attribute	1:X
+3	of	of	ADP	_	_	_	_	_	_	1
+4	stock	stock	NOUN	_	_	_	_	_	_	1
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	enquired	enquire	VERB	_	_	_	_	_	ss=v.communication	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+12	into	into	ADP	_	_	_	_	_	_	*
+13	stock	stock	NOUN	_	_	_	_	_	ss=n.possession	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	soon	soon	ADV	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	were	be	AUX	_	_	_	_	_	_	*
+18	then	then	ADV	_	_	_	_	_	_	*
+19	despatched	despatch	VERB	_	_	_	_	_	ss=v.motion	*
+20	promptly	promptly	ADV	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	busy	busy	ADJ	_	_	_	_	_	_	*
+24	Xmas	xmas	NOUN	_	_	_	_	_	ss=n.time	2:X
+25	rush	rush	NOUN	_	_	_	_	_	_	2
+26	period	period	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.453
+# sent_counter = 849
+# text = I 've wanted one since eating the juiciest meat from one at a Moroccan restaurant last year .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	one	NUMBER	NUM	_	_	_	_	_	_	*
+5	since	since	SCONJ	_	_	_	_	_	_	*
+6	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	juiciest	juicy	ADJ	_	_	_	_	_	_	*
+9	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	one	NUMBER	NUM	_	_	_	_	_	_	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	Moroccan	moroccan	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+15	restaurant	restaurant	NOUN	_	_	_	_	_	_	1
+16	last	last	ADJ	_	_	_	_	_	_	2:X
+17	year	year	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.447
+# sent_counter = 850
+# text = Yll wis u live in MIAMI
+1	Yll	yll	PRON	_	_	_	_	_	_	*
+2	wis	wis	VERB	_	_	_	_	_	ss=v.stative	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	MIAMI	miami	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-125
+# sent_counter = 851
+# text = GOOD VALUE FOR MONEY , QUICK DELIVERY .................
+1	GOOD	good	ADJ	_	_	_	_	_	_	*
+2	VALUE	value	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	FOR	for	ADP	_	_	_	_	_	_	*
+4	MONEY	money	NOUN	_	_	_	_	_	ss=n.possession	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	QUICK	quick	ADJ	_	_	_	_	_	_	*
+7	DELIVERY	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+8	.................	.................	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.57
+# sent_counter = 852
+# text = Owning Your Craft in the Fitness Business - http://t.co/hTizU4q9 #Fitness BodyBuilding #Professionals #Vancouver
+1	Owning	own	VERB	_	_	_	_	_	ss=v.possession	*
+2	Your	your	PRON	_	_	_	_	_	_	*
+3	Craft	craft	NOUN	_	_	_	_	_	ss=n.act	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Fitness	fitness	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+7	Business	business	NOUN	_	_	_	_	_	_	1
+8	-	-	SYM	_	_	_	_	_	_	*
+9	http://t.co/hTizU4q9	URL	X	_	_	_	_	_	_	*
+10	#Fitness	#fitness	X	_	_	_	_	_	_	*
+11	BodyBuilding	bodybuilding	X	_	_	_	_	_	_	*
+12	#Professionals	#professionals	X	_	_	_	_	_	_	*
+13	#Vancouver	#vancouver	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-82
+# sent_counter = 853
+# text = Would recomend that you take your milage reading and ensure that the car is inspected thoroughly before you leave it .
+1	Would	would	VERB	_	_	_	_	_	_	*
+2	recomend	recomend	VERB	_	_	_	_	_	ss=v.social	*
+3	that	that	CCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.perception	*
+6	your	your	DET	_	_	_	_	_	_	*
+7	milage	milage	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+8	reading	reading	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	ensure	ensure	VERB	_	_	_	_	_	ss=v.cognition	*
+11	that	that	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	is	be	AUX	_	_	_	_	_	_	*
+15	inspected	inspect	VERB	_	_	_	_	_	ss=v.perception	*
+16	thoroughly	thoroughly	ADV	_	_	_	_	_	_	*
+17	before	before	ADP	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	leave	leave	VERB	_	_	_	_	_	ss=v.stative	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.386
+# sent_counter = 854
+# text = “ @Iamyungsmilez BLUEROOM MAY 19TH FEMS FREE AND DRINK FREE TIL 11:30 $5 ALL NIGHT BEHIND WINN DIXIE ON PINEHILLS ROAD LEGGOOO ”
+1	“	“	PUNCT	_	_	_	_	_	_	*
+2	@Iamyungsmilez	@USER	X	_	_	_	_	_	_	*
+3	BLUEROOM	blueroom	PROPN	_	_	_	_	_	ss=n.event	*
+4	MAY	may	PROPN	_	_	_	_	_	ss=n.time	1:X
+5	19TH	NUMBER	NUM	_	_	_	_	_	_	1
+6	FEMS	fems	NOUN	_	_	_	_	_	ss=n.person	*
+7	FREE	free	ADJ	_	_	_	_	_	_	*
+8	AND	and	CCONJ	_	_	_	_	_	_	*
+9	DRINK	drink	NOUN	_	_	_	_	_	ss=n.food	*
+10	FREE	free	ADJ	_	_	_	_	_	_	*
+11	TIL	til	ADP	_	_	_	_	_	_	*
+12	11:30	NUMBER	NUM	_	_	_	_	_	_	*
+13	$5	NUMBER	NUM	_	_	_	_	_	_	*
+14	ALL	all	DET	_	_	_	_	_	_	2:X
+15	NIGHT	night	NOUN	_	_	_	_	_	_	2
+16	BEHIND	behind	ADP	_	_	_	_	_	_	*
+17	WINN	winn	PROPN	_	_	_	_	_	ss=n.group	3:X
+18	DIXIE	dixie	PROPN	_	_	_	_	_	_	3
+19	ON	on	ADP	_	_	_	_	_	_	*
+20	PINEHILLS	pinehills	PROPN	_	_	_	_	_	ss=n.location	4:X
+21	ROAD	road	PROPN	_	_	_	_	_	_	4
+22	LEGGOOO	leggooo	VERB	_	_	_	_	_	ss=v.social	*
+23	”	”	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.180
+# sent_counter = 855
+# text = David Quinn strikes a blow for new ' anti-establishment ' cause . Is traditional conservatism really the new radicalism ? http://bit.ly/hxrm7L
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Quinn	quinn	PROPN	_	_	_	_	_	_	1
+3	strikes	strike	VERB	_	_	_	_	_	ss=v.communication	2:X
+4	a	a	DET	_	_	_	_	_	_	2
+5	blow	blow	NOUN	_	_	_	_	_	_	2
+6	for	for	ADP	_	_	_	_	_	_	*
+7	new	new	ADJ	_	_	_	_	_	_	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	anti-establishment	anti-establishment	ADJ	_	_	_	_	_	_	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	cause	cause	NOUN	_	_	_	_	_	ss=n.event	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	traditional	traditional	ADJ	_	_	_	_	_	_	*
+15	conservatism	conservatism	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	really	really	ADV	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	new	new	ADJ	_	_	_	_	_	_	*
+19	radicalism	radicalism	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+21	http://bit.ly/hxrm7L	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-130
+# sent_counter = 856
+# text = I would recommend them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.2
+# sent_counter = 857
+# text = And you would think that should have nothing to do with one another , but I hope by the end of these 18 minutes , you 'll see a little bit of a relation .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	would	would	AUX	_	_	_	_	_	_	*
+4	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	should	should	AUX	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	nothing	nothing	NOUN	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	one	one	PRON	_	_	_	_	_	_	1:X
+13	another	another	DET	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+18	by	by	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	end	end	NOUN	_	_	_	_	_	ss=n.location	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	these	these	DET	_	_	_	_	_	_	*
+23	18	NUMBER	NUM	_	_	_	_	_	_	*
+24	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	'll	'll	AUX	_	_	_	_	_	_	*
+28	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	little	little	ADJ	_	_	_	_	_	_	*
+31	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+32	of	of	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	relation	relation	NOUN	_	_	_	_	_	ss=n.relation	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.475
+# sent_counter = 858
+# text = RT @itiswhatitis_5 : Nothing is more despicable than respect based on fear .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@itiswhatitis_5	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Nothing	nothing	NOUN	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	more	more	ADV	_	_	_	_	_	_	*
+7	despicable	despicable	ADJ	_	_	_	_	_	_	*
+8	than	than	ADP	_	_	_	_	_	_	*
+9	respect	respect	NOUN	_	_	_	_	_	ss=n.feeling	*
+10	based	base	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	on	on	ADP	_	_	_	_	_	_	1
+12	fear	fear	NOUN	_	_	_	_	_	ss=n.feeling	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.10
+# sent_counter = 859
+# text = You can see this most clearly when you take away someone 's watch and you shut them into a bunker , deep underground , for a couple of months .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	most	most	ADV	_	_	_	_	_	_	*
+6	clearly	clearly	ADV	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	take	take	VERB	_	_	_	_	_	ss=v.change	1:X
+10	away	away	ADP	_	_	_	_	_	_	1
+11	someone	someone	NOUN	_	_	_	_	_	_	*
+12	's	's	PART	_	_	_	_	_	_	*
+13	watch	watch	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	shut	shut	VERB	_	_	_	_	_	ss=v.contact	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	into	into	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	bunker	bunker	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	deep	deep	ADJ	_	_	_	_	_	_	*
+23	underground	underground	NOUN	_	_	_	_	_	ss=n.location	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	for	for	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	couple	couple	NOUN	_	_	_	_	_	ss=n.quantity	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.10
+# sent_counter = 860
+# text = For 20 years , I 've been looking at how people use channels such as email , the mobile phone , texting , etc.
+1	For	for	ADP	_	_	_	_	_	_	*
+2	20	NUMBER	NUM	_	_	_	_	_	_	*
+3	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	've	've	AUX	_	_	_	_	_	_	*
+7	been	be	AUX	_	_	_	_	_	_	*
+8	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+9	at	at	SCONJ	_	_	_	_	_	_	*
+10	how	how	ADV	_	_	_	_	_	_	*
+11	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+12	use	use	VERB	_	_	_	_	_	ss=v.social	*
+13	channels	channels	NOUN	_	_	_	_	_	ss=n.communication	*
+14	such	such	ADJ	_	_	_	_	_	_	*
+15	as	as	ADP	_	_	_	_	_	_	*
+16	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	mobile	mobile	ADJ	_	_	_	_	_	ss=n.communication	1:X
+20	phone	phone	NOUN	_	_	_	_	_	_	1
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	texting	texting	NOUN	_	_	_	_	_	ss=n.communication	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	etc.	etc.	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-120
+# sent_counter = 861
+# text = The serving staff are generally very nice and cheery apart from one of the younger ones who is always sullen , unapproachable and quite frankly very obviously bored .
+1	The	the	DET	_	_	_	_	_	_	*
+2	serving	serving	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	staff	staff	NOUN	_	_	_	_	_	_	1
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	generally	generally	ADV	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	cheery	cheery	ADJ	_	_	_	_	_	_	*
+10	apart	apart	ADP	_	_	_	_	_	_	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	one	one	PRON	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	younger	younger	ADJ	_	_	_	_	_	_	*
+16	ones	one	NOUN	_	_	_	_	_	_	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	always	always	ADV	_	_	_	_	_	_	*
+20	sullen	sullen	ADJ	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	unapproachable	unapproachable	ADJ	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	quite	quite	ADV	_	_	_	_	_	_	*
+25	frankly	frankly	ADV	_	_	_	_	_	_	*
+26	very	very	ADV	_	_	_	_	_	_	*
+27	obviously	obviously	ADV	_	_	_	_	_	_	*
+28	bored	bored	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-124
+# sent_counter = 862
+# text = My sweet pea plants arrived 00th May completely dried up and dead !
+1	My	my	DET	_	_	_	_	_	_	*
+2	sweet	sweet	ADJ	_	_	_	_	_	ss=n.plant	1:X
+3	pea	pea	NOUN	_	_	_	_	_	_	1
+4	plants	plant	NOUN	_	_	_	_	_	_	1
+5	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+6	00th	00th	ADJ	_	_	_	_	_	_	*
+7	May	may	NOUN	_	_	_	_	_	ss=n.time	*
+8	completely	completely	ADV	_	_	_	_	_	_	*
+9	dried	dry	VERB	_	_	_	_	_	_	2:X
+10	up	up	PART	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	dead	dead	ADJ	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.9
+# sent_counter = 863
+# text = For a long time , this is the image of American manhood that dominated -- tough , rugged , in control of his own environment .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	long	long	ADJ	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	image	image	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	American	american	ADJ	_	_	_	_	_	_	*
+12	manhood	manhood	NOUN	_	_	_	_	_	ss=n.state	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	dominated	dominate	VERB	_	_	_	_	_	ss=v.stative	*
+15	--	--	PUNCT	_	_	_	_	_	_	*
+16	tough	tough	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	rugged	rugged	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	control	control	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	his	his	PRON	_	_	_	_	_	_	*
+24	own	own	ADJ	_	_	_	_	_	_	*
+25	environment	environment	NOUN	_	_	_	_	_	ss=n.state	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.483
+# sent_counter = 864
+# text = nowFOLLOWiNG @youngstunna336 le mme give him a quick s\o !!! Ladies follow him he 's #teamfollowback hey chris !!!
+1	nowFOLLOWiNG	nowfollowing	X	_	_	_	_	_	_	*
+2	@youngstunna336	@USER	X	_	_	_	_	_	_	*
+3	le	le	VERB	_	_	_	_	_	ss=v.social	*
+4	mme	mme	PRON	_	_	_	_	_	_	*
+5	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+6	him	him	PRON	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	quick	quick	ADJ	_	_	_	_	_	_	*
+9	s\o	s\o	NOUN	_	_	_	_	_	ss=n.communication	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+11	Ladies	lady	NOUN	_	_	_	_	_	ss=n.person	*
+12	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+13	him	him	PRON	_	_	_	_	_	_	*
+14	he	he	PRON	_	_	_	_	_	_	*
+15	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+16	#teamfollowback	#teamfollowback	NOUN	_	_	_	_	_	_	*
+17	hey	hey	INTJ	_	_	_	_	_	_	*
+18	chris	chris	PROPN	_	_	_	_	_	ss=n.person	*
+19	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.59
+# sent_counter = 865
+# text = RT @MISSMYA : " It always seems impossible until it 's done . " - Nelson Mandela
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MISSMYA	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	It	it	PRON	_	_	_	_	_	_	*
+6	always	always	ADV	_	_	_	_	_	_	*
+7	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+8	impossible	impossible	ADJ	_	_	_	_	_	_	*
+9	until	until	SCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	's	's	AUX	_	_	_	_	_	_	*
+12	done	do	VERB	_	_	_	_	_	ss=v.change	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	Nelson	nelson	PROPN	_	_	_	_	_	ss=n.person	1:X
+17	Mandela	mandela	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.3
+# sent_counter = 866
+# text = You can have me as a farmer , or in leathers , and no one has ever chose farmer .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	farmer	farmer	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	leathers	leather	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	no	no	DET	_	_	_	_	_	_	1:X
+15	one	one	NOUN	_	_	_	_	_	_	1
+16	has	have	AUX	_	_	_	_	_	_	*
+17	ever	ever	ADV	_	_	_	_	_	_	*
+18	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+19	farmer	farmer	NOUN	_	_	_	_	_	ss=n.person	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.8
+# sent_counter = 867
+# text = There was a big gap between the one billion in the industrialized world and the two billion in the developing world .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	big	big	ADJ	_	_	_	_	_	_	*
+5	gap	gap	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	between	between	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	one	NUMBER	NUM	_	_	_	_	_	_	*
+9	billion	NUMBER	NUM	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	industrialized	industrialized	ADJ	_	_	_	_	_	ss=n.natural_object	1:X
+13	world	world	NOUN	_	_	_	_	_	_	1
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	two	NUMBER	NUM	_	_	_	_	_	_	*
+17	billion	NUMBER	NUM	_	_	_	_	_	_	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	developing	develop	VERB	_	_	_	_	_	ss=n.natural_object	2:X
+21	world	world	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.007-HansRosling_2010S.iwslt.9121.1
+# sent_counter = 868
+# text = I still remember the day in school when our teacher told us that the world population had become three billion people , and that was in 1960 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	still	still	ADV	_	_	_	_	_	_	*
+3	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	school	school	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+11	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+12	us	us	PRON	_	_	_	_	_	_	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	world	world	NOUN	_	_	_	_	_	ss=n.group	1:X
+16	population	population	NOUN	_	_	_	_	_	_	1
+17	had	have	AUX	_	_	_	_	_	_	*
+18	become	become	VERB	_	_	_	_	_	ss=v.change	*
+19	three	NUMBER	NUM	_	_	_	_	_	_	*
+20	billion	NUMBER	NUM	_	_	_	_	_	_	*
+21	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	that	that	DET	_	_	_	_	_	_	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	1960	NUMBER	NUM	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.364
+# sent_counter = 869
+# text = RT @kerriewanted1D : @Leaah_TW this park is the cutest thing ever omg http://t.co/2RNYQ4NZ
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@kerriewanted1D	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@Leaah_TW	@USER	X	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	park	park	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	cutest	cut	ADJ	_	_	_	_	_	_	*
+10	thing	thing	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	omg	omg	INTJ	_	_	_	_	_	_	*
+13	http://t.co/2RNYQ4NZ	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.220
+# sent_counter = 870
+# text = @belinda_bieber . Have u meet norway yet ?? Lol
+1	@belinda_bieber	@USER	X	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	u	u	PRON	_	_	_	_	_	_	*
+5	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+6	norway	norway	PROPN	_	_	_	_	_	ss=n.location	*
+7	yet	yet	ADV	_	_	_	_	_	_	*
+8	??	??	PUNCT	_	_	_	_	_	_	*
+9	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-250
+# sent_counter = 871
+# text = Beautiful carpet runner for upstairs and downstairs landing .
+1	Beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+2	carpet	carpet	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	runner	runner	NOUN	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	upstairs	upstairs	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+6	and	and	CCONJ	_	_	_	_	_	_	2
+7	downstairs	downstairs	NOUN	_	_	_	_	_	_	2
+8	landing	landing	NOUN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.214
+# sent_counter = 872
+# text = RT @GreatestQuotes : " Do what you can , with what you have , where you are . " - Theodore Roosevelt
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@GreatestQuotes	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	Do	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	can	can	VERB	_	_	_	_	_	ss=v.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	where	where	ADV	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	"	"	PUNCT	_	_	_	_	_	_	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	Theodore	theodore	PROPN	_	_	_	_	_	ss=n.person	1:X
+22	Roosevelt	roosevelt	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.478
+# sent_counter = 873
+# text = Are you allowed to vote ? — nope . 3 more years . http://4ms.me/c08ijl
+1	Are	be	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	allowed	allow	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	vote	vote	VERB	_	_	_	_	_	ss=v.social	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	—	—	SYM	_	_	_	_	_	_	*
+8	nope	nope	INTJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	3	NUMBER	NUM	_	_	_	_	_	_	*
+11	more	more	ADJ	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	http://4ms.me/c08ijl	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-74
+# sent_counter = 874
+# text = No user guide / manual with the machine and a very poor version on - line .
+1	No	no	DET	_	_	_	_	_	_	*
+2	user	user	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	guide	guide	NOUN	_	_	_	_	_	_	1
+4	/	/	PUNCT	_	_	_	_	_	_	1
+5	manual	manual	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	machine	machine	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	poor	poor	ADJ	_	_	_	_	_	_	*
+13	version	version	NOUN	_	_	_	_	_	ss=n.communication	*
+14	on	on	ADV	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	line	line	ADV	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.3
+# sent_counter = 875
+# text = Happy Mother s Day ! #bigmummalove
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	Mother	mother	NOUN	_	_	_	_	_	ss=n.event	1:X
+3	s	s	PART	_	_	_	_	_	_	1
+4	Day	day	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	#bigmummalove	#bigmummalove	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-106
+# sent_counter = 876
+# text = And amazingly fast shipping from Denmark - top marks !
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	amazingly	amazingly	ADV	_	_	_	_	_	_	*
+3	fast	fast	ADJ	_	_	_	_	_	_	*
+4	shipping	shipping	NOUN	_	_	_	_	_	ss=n.act	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Denmark	denmark	PROPN	_	_	_	_	_	ss=n.location	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	top	top	ADJ	_	_	_	_	_	_	1:X
+9	marks	marks	NOUN	_	_	_	_	_	_	1
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.258
+# sent_counter = 877
+# text = What should be the length of your #maternity #wear ? -part I http://bit.ly/mjmERk
+1	What	what	PRON	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	length	length	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	#maternity	#maternity	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	#wear	#wear	NOUN	_	_	_	_	_	_	1
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	-part	-part	NOUN	_	_	_	_	_	ss=n.communication	*
+12	I	NUMBER	NUM	_	_	_	_	_	_	*
+13	http://bit.ly/mjmERk	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-24
+# sent_counter = 878
+# text = I was sent emails at each stage of the delivery process , order recieved , item picked and item dispatch which was very helpful , the watch was delivered today it was ordered on the Sunday afternoon and delivered on the Wednesday morning , and I am delighted with it , as I hope my grandson will be .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	sent	send	VERB	_	_	_	_	_	ss=v.communication	*
+4	emails	email	NOUN	_	_	_	_	_	ss=n.communication	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	each	each	DET	_	_	_	_	_	_	*
+7	stage	stage	NOUN	_	_	_	_	_	ss=n.time	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	1:X
+11	process	process	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+14	recieved	recieved	VERB	_	_	_	_	_	ss=v.stative	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	picked	pick	VERB	_	_	_	_	_	ss=v.contact	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	dispatch	dispatch	NOUN	_	_	_	_	_	_	*
+21	which	which	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	very	very	ADV	_	_	_	_	_	_	*
+24	helpful	helpful	ADJ	_	_	_	_	_	_	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	watch	watch	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	was	be	AUX	_	_	_	_	_	_	*
+29	delivered	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+30	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	was	be	AUX	_	_	_	_	_	_	*
+33	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+34	on	on	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	Sunday	sunday	NOUN	_	_	_	_	_	ss=n.time	2:X
+37	afternoon	afternoon	NOUN	_	_	_	_	_	_	2
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	delivered	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+40	on	on	ADP	_	_	_	_	_	_	*
+41	the	the	DET	_	_	_	_	_	_	*
+42	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	3:X
+43	morning	morning	NOUN	_	_	_	_	_	_	3
+44	,	,	PUNCT	_	_	_	_	_	_	*
+45	and	and	CCONJ	_	_	_	_	_	_	*
+46	I	i	PRON	_	_	_	_	_	_	*
+47	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+48	delighted	delighted	ADJ	_	_	_	_	_	_	*
+49	with	with	ADP	_	_	_	_	_	_	*
+50	it	it	PRON	_	_	_	_	_	_	*
+51	,	,	PUNCT	_	_	_	_	_	_	*
+52	as	as	ADP	_	_	_	_	_	_	*
+53	I	i	PRON	_	_	_	_	_	_	*
+54	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+55	my	my	DET	_	_	_	_	_	_	*
+56	grandson	grandson	NOUN	_	_	_	_	_	ss=n.person	*
+57	will	will	AUX	_	_	_	_	_	_	*
+58	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+59	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.4
+# sent_counter = 879
+# text = And I think it was a great place to grow up as an artist because I grew up around quirky , colorful characters who were great at making with their hands .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	grow	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+11	up	up	ADP	_	_	_	_	_	_	1
+12	as	as	ADP	_	_	_	_	_	_	*
+13	an	an	DET	_	_	_	_	_	_	*
+14	artist	artist	NOUN	_	_	_	_	_	ss=n.person	*
+15	because	because	SCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	grew	grow	VERB	_	_	_	_	_	ss=v.change	2:X
+18	up	up	ADP	_	_	_	_	_	_	2
+19	around	around	ADP	_	_	_	_	_	_	*
+20	quirky	quirky	ADJ	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	colorful	colorful	ADJ	_	_	_	_	_	_	*
+23	characters	character	NOUN	_	_	_	_	_	ss=n.person	*
+24	who	who	PRON	_	_	_	_	_	_	*
+25	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	great	great	ADJ	_	_	_	_	_	_	*
+27	at	at	SCONJ	_	_	_	_	_	_	*
+28	making	make	VERB	_	_	_	_	_	ss=v.creation	*
+29	with	with	ADP	_	_	_	_	_	_	*
+30	their	their	PRON	_	_	_	_	_	_	*
+31	hands	hands	NOUN	_	_	_	_	_	ss=n.body	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.158
+# sent_counter = 880
+# text = Ayeee do ya thing @normanfame @BougieGivenchy @reniday4900 @BOOGE246 @cutty4900 @Listenllc @reniday @remmy188grindtime shootn my movie
+1	Ayeee	ayeee	INTJ	_	_	_	_	_	_	*
+2	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	ya	ya	PRON	_	_	_	_	_	_	*
+4	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+5	@normanfame	@USER	X	_	_	_	_	_	_	*
+6	@BougieGivenchy	@USER	X	_	_	_	_	_	_	*
+7	@reniday4900	@USER	X	_	_	_	_	_	_	*
+8	@BOOGE246	@USER	X	_	_	_	_	_	_	*
+9	@cutty4900	@USER	X	_	_	_	_	_	_	*
+10	@Listenllc	@USER	X	_	_	_	_	_	_	*
+11	@reniday	@USER	X	_	_	_	_	_	_	*
+12	@remmy188grindtime	@USER	X	_	_	_	_	_	_	*
+13	shootn	shootn	VERB	_	_	_	_	_	ss=v.creation	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-27
+# sent_counter = 881
+# text = These are wonderful .
+1	These	these	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-323
+# sent_counter = 882
+# text = Basically we lost a phone somewhere , rang it a few times and had quite an annoying conversation with a youth offering to give me my phone back for £ 00 .
+1	Basically	basically	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	lost	lose	VERB	_	_	_	_	_	ss=v.contact	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	rang	ring	VERB	_	_	_	_	_	ss=v.communication	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	few	few	ADJ	_	_	_	_	_	_	*
+12	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	quite	quite	ADV	_	_	_	_	_	_	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	annoying	annoying	ADJ	_	_	_	_	_	_	*
+18	conversation	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	youth	youth	NOUN	_	_	_	_	_	ss=n.person	*
+22	offering	offer	VERB	_	_	_	_	_	ss=v.communication	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	give	give	VERB	_	_	_	_	_	ss=v.contact	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	my	my	DET	_	_	_	_	_	_	*
+27	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	back	back	PART	_	_	_	_	_	_	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	£	£	X	_	_	_	_	_	_	*
+31	00	00	NUM	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.124
+# sent_counter = 883
+# text = 20 DAYS LEFT TILL LONDON <3
+1	20	NUMBER	NUM	_	_	_	_	_	_	*
+2	DAYS	days	NOUN	_	_	_	_	_	ss=n.time	*
+3	LEFT	leave	VERB	_	_	_	_	_	_	*
+4	TILL	till	ADP	_	_	_	_	_	_	*
+5	LONDON	london	PROPN	_	_	_	_	_	ss=n.location	*
+6	<3	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.416
+# sent_counter = 884
+# text = @Rhe_says lyod and Wayne - you that was bigggg !
+1	@Rhe_says	@USER	X	_	_	_	_	_	_	*
+2	lyod	lyod	PROPN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Wayne	wayne	PROPN	_	_	_	_	_	ss=n.person	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	you	you	INTJ	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	bigggg	bigggg	ADJ	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-267
+# sent_counter = 885
+# text = no question is too small to be answered , prices are the lowest on the net and delivery times are unbelievable - if you want golf equipment check these out first .
+1	no	no	DET	_	_	_	_	_	_	*
+2	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	too	too	ADV	_	_	_	_	_	_	*
+5	small	small	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	lowest	lowest	ADJ	_	_	_	_	_	_	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	net	net	NOUN	_	_	_	_	_	ss=n.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	1:X
+19	times	times	NOUN	_	_	_	_	_	_	1
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	unbelievable	unbelievable	ADJ	_	_	_	_	_	_	*
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	if	if	CCONJ	_	_	_	_	_	_	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+26	golf	golf	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+27	equipment	equipment	NOUN	_	_	_	_	_	_	2
+28	check	check	VERB	_	_	_	_	_	ss=v.cognition	3:X
+29	these	these	PRON	_	_	_	_	_	_	*
+30	out	out	PART	_	_	_	_	_	_	3
+31	first	first	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.382
+# sent_counter = 886
+# text = @BeyonceFan1981 I 'm allergic and they taste horrible
+1	@BeyonceFan1981	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	allergic	allergic	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+8	horrible	horrible	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.419
+# sent_counter = 887
+# text = @LelandBChapman ... when will you come out to the field :)
+1	@LelandBChapman	@USER	X	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	out	out	ADP	_	_	_	_	_	_	1
+8	to	to	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	field	field	NOUN	_	_	_	_	_	ss=n.location	*
+11	:)	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.138
+# sent_counter = 888
+# text = 2pac was not a " rapper " he was so much more than that . He was a Revolutionary . A misunderstood-Revolutionary
+1	2pac	2pac	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	rapper	rapper	NOUN	_	_	_	_	_	ss=n.person	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	much	much	ADV	_	_	_	_	_	_	*
+12	more	more	ADJ	_	_	_	_	_	_	*
+13	than	than	ADP	_	_	_	_	_	_	*
+14	that	that	PRON	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	He	he	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	Revolutionary	revolutionary	NOUN	_	_	_	_	_	ss=n.person	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	A	a	DET	_	_	_	_	_	_	*
+22	misunderstood-Revolutionary	misunderstood-revolutionary	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.6
+# sent_counter = 889
+# text = It 'll do this for weeks , until it kind of gradually loses the plot .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.motion	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	until	until	SCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+11	of	of	ADP	_	_	_	_	_	_	1
+12	gradually	gradually	ADV	_	_	_	_	_	_	*
+13	loses	lose	VERB	_	_	_	_	_	ss=n.cognition	2:X
+14	the	the	DET	_	_	_	_	_	_	2
+15	plot	plot	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-336
+# sent_counter = 890
+# text = Items are dispatched very quickly and arrive swiftly .
+1	Items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	dispatched	dispatch	VERB	_	_	_	_	_	ss=v.contact	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	quickly	quickly	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	arrive	arrive	VERB	_	_	_	_	_	ss=v.contact	*
+8	swiftly	swiftly	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.9
+# sent_counter = 891
+# text = One young woman brought her grandfather .
+1	One	NUMBER	NUM	_	_	_	_	_	_	*
+2	young	young	ADJ	_	_	_	_	_	_	*
+3	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+4	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	grandfather	grandfather	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.90
+# sent_counter = 892
+# text = Moving Truck Rentals http://dlvr.it/cTkhl
+1	Moving	move	VERB	_	_	_	_	_	ss=n.artifact	1:X
+2	Truck	truck	NOUN	_	_	_	_	_	_	1
+3	Rentals	rental	NOUN	_	_	_	_	_	ss=n.possession	*
+4	http://dlvr.it/cTkhl	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-301
+# sent_counter = 893
+# text = We love this site .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.318
+# sent_counter = 894
+# text = RT @kirkfranklin : The word teaches us to turn the other cheek ; but it does n't teach you to confuse meek for weak . You 're Christian ... not ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@kirkfranklin	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	word	word	NOUN	_	_	_	_	_	ss=n.communication	*
+6	teaches	teach	VERB	_	_	_	_	_	ss=v.communication	*
+7	us	us	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	turn	turn	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	the	the	DET	_	_	_	_	_	_	1
+11	other	other	ADJ	_	_	_	_	_	_	1
+12	cheek	cheek	NOUN	_	_	_	_	_	_	1
+13	;	;	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	does	do	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	teach	teach	VERB	_	_	_	_	_	ss=v.communication	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	confuse	confuse	VERB	_	_	_	_	_	ss=v.cognition	*
+22	meek	meek	ADJ	_	_	_	_	_	_	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	weak	weak	ADJ	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	You	you	PRON	_	_	_	_	_	_	*
+27	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+28	Christian	christian	PROPN	_	_	_	_	_	ss=n.cognition	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+30	not	not	PART	_	_	_	_	_	_	*
+31	...	...	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.008-StefanaBroadbent_2009G.iwslt.680.4
+# sent_counter = 895
+# text = I mean that what people are doing is , in fact , they are sort of , with their communication channels , they are breaking an imposed isolation that these institutions are imposing on them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	1:X
+11	fact	fact	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	sort	sort	NOUN	_	_	_	_	_	_	2:X
+16	of	of	ADP	_	_	_	_	_	_	2
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	their	their	PRON	_	_	_	_	_	_	*
+20	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	3:X
+21	channels	channels	NOUN	_	_	_	_	_	_	3
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	are	be	AUX	_	_	_	_	_	_	*
+25	breaking	break	VERB	_	_	_	_	_	ss=v.change	*
+26	an	an	DET	_	_	_	_	_	_	*
+27	imposed	impose	VERB	_	_	_	_	_	ss=v.social	*
+28	isolation	isolation	NOUN	_	_	_	_	_	ss=n.state	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	these	these	DET	_	_	_	_	_	_	*
+31	institutions	institution	NOUN	_	_	_	_	_	ss=n.group	*
+32	are	be	AUX	_	_	_	_	_	_	*
+33	imposing	impose	VERB	_	_	_	_	_	ss=v.social	*
+34	on	on	ADP	_	_	_	_	_	_	*
+35	them	them	PRON	_	_	_	_	_	_	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.10
+# sent_counter = 896
+# text = He can read a novel or two a day .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	novel	novel	NOUN	_	_	_	_	_	ss=n.communication	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	two	NUMBER	NUM	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.237
+# sent_counter = 897
+# text = RT @Dani_Brenae13 : I just missed the best twitpic opportunity smh .. This nigga was bald all over but had a pony tail of dreads lol <- 
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Dani_Brenae13	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	missed	miss	VERB	_	_	_	_	_	ss=v.cognition	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	best	best	ADJ	_	_	_	_	_	_	*
+9	twitpic	twitpic	NOUN	_	_	_	_	_	ss=n.communication	*
+10	opportunity	opportunity	NOUN	_	_	_	_	_	ss=n.state	*
+11	smh	smh	X	_	_	_	_	_	_	*
+12	..	..	PUNCT	_	_	_	_	_	_	*
+13	This	this	DET	_	_	_	_	_	_	*
+14	nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	bald	bald	ADJ	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	1:X
+18	over	over	ADP	_	_	_	_	_	_	1
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	pony	pony	NOUN	_	_	_	_	_	ss=n.body	2:X
+23	tail	tail	NOUN	_	_	_	_	_	_	2
+24	of	of	ADP	_	_	_	_	_	_	*
+25	dreads	dread	NOUN	_	_	_	_	_	ss=n.body	*
+26	lol	lol	INTJ	_	_	_	_	_	_	*
+27	<-	<-	X	_	_	_	_	_	_	*
+28			PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-279
+# sent_counter = 898
+# text = We would consider using Lowcost again , but feel they should only sell properties who can supply the service as advertised
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	consider	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+4	using	use	VERB	_	_	_	_	_	ss=v.stative	*
+5	Lowcost	lowcost	PROPN	_	_	_	_	_	ss=n.group	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	should	should	AUX	_	_	_	_	_	_	*
+12	only	only	ADV	_	_	_	_	_	_	*
+13	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+14	properties	property	NOUN	_	_	_	_	_	ss=n.possession	*
+15	who	who	PRON	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	*
+17	supply	supply	VERB	_	_	_	_	_	ss=v.possession	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+20	as	as	ADP	_	_	_	_	_	_	*
+21	advertised	advertise	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-214
+# sent_counter = 899
+# text = Many more people are coming forward , DAILY with problems and the issues surrounding laser eye surgery with companies like optical express is about to gain massive publicity very soon ..... please pay attention to what is being reported .
+1	Many	many	ADV	_	_	_	_	_	_	*
+2	more	more	ADJ	_	_	_	_	_	_	*
+3	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+4	are	be	AUX	_	_	_	_	_	_	*
+5	coming	come	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	forward	forward	PART	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	DAILY	daily	ADV	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	issues	issue	NOUN	_	_	_	_	_	ss=n.state	*
+14	surrounding	surround	VERB	_	_	_	_	_	_	*
+15	laser	laser	NOUN	_	_	_	_	_	ss=n.act	2:X
+16	eye	eye	NOUN	_	_	_	_	_	_	2
+17	surgery	surgery	NOUN	_	_	_	_	_	_	2
+18	with	with	ADP	_	_	_	_	_	_	*
+19	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+20	like	like	ADP	_	_	_	_	_	_	*
+21	optical	optical	NOUN	_	_	_	_	_	ss=n.group	3:X
+22	express	express	NOUN	_	_	_	_	_	_	3
+23	is	be	VERB	_	_	_	_	_	_	4:X
+24	about	about	PART	_	_	_	_	_	_	4
+25	to	to	PART	_	_	_	_	_	_	4
+26	gain	gain	VERB	_	_	_	_	_	ss=v.change	*
+27	massive	massive	ADJ	_	_	_	_	_	_	*
+28	publicity	publicity	NOUN	_	_	_	_	_	ss=n.communication	*
+29	very	very	ADV	_	_	_	_	_	_	*
+30	soon	soon	ADV	_	_	_	_	_	_	*
+31	.....	.....	PUNCT	_	_	_	_	_	_	*
+32	please	please	PART	_	_	_	_	_	_	*
+33	pay	pay	VERB	_	_	_	_	_	ss=v.perception	5:X
+34	attention	attention	NOUN	_	_	_	_	_	_	5
+35	to	to	ADP	_	_	_	_	_	_	*
+36	what	what	PRON	_	_	_	_	_	_	*
+37	is	be	AUX	_	_	_	_	_	_	*
+38	being	be	AUX	_	_	_	_	_	_	*
+39	reported	report	VERB	_	_	_	_	_	ss=v.communication	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.110
+# sent_counter = 900
+# text = RT @Jaytit : Bored as fuck
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Jaytit	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	Bored	bored	ADJ	_	_	_	_	_	_	1:X
+5	as	as	ADP	_	_	_	_	_	_	1
+6	fuck	fuck	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.114
+# sent_counter = 901
+# text = @DatYellow @StealthyCupcake 2+4 = 6 I have 8 .
+1	@DatYellow	@USER	X	_	_	_	_	_	_	*
+2	@StealthyCupcake	@USER	X	_	_	_	_	_	_	*
+3	2+4	NUMBER	NUM	_	_	_	_	_	_	*
+4	=	=	PUNCT	_	_	_	_	_	_	*
+5	6	NUMBER	NUM	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	8	NUMBER	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.322
+# sent_counter = 902
+# text = Freaks come out at night .
+1	Freaks	freak	NOUN	_	_	_	_	_	ss=n.person	*
+2	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	at	at	ADP	_	_	_	_	_	_	*
+5	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-151
+# sent_counter = 903
+# text = Expected the order to arrive on Thursday but instead it arrived Wednesday .
+1	Expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	Thursday	thursday	NOUN	_	_	_	_	_	ss=n.time	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	instead	instead	ADV	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+12	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-177
+# sent_counter = 904
+# text = The print quality is excellent .
+1	The	the	DET	_	_	_	_	_	_	*
+2	print	print	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+3	quality	quality	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-228
+# sent_counter = 905
+# text = Liked that I got an Arrival confirmation e - mail 00 hours prior to our trip , as we had booked a few months before and found this very re - assuring .
+1	Liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+2	that	that	CCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.change	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	Arrival	arrival	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	confirmation	confirmation	NOUN	_	_	_	_	_	_	1
+8	e	e	NOUN	_	_	_	_	_	_	1
+9	-	-	PUNCT	_	_	_	_	_	_	1
+10	mail	mail	NOUN	_	_	_	_	_	_	1
+11	00	00	NUM	_	_	_	_	_	_	*
+12	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+13	prior	prior	ADV	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	our	our	DET	_	_	_	_	_	_	*
+16	trip	trip	NOUN	_	_	_	_	_	ss=n.act	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	as	as	CCONJ	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	had	have	AUX	_	_	_	_	_	_	*
+21	booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	few	few	ADJ	_	_	_	_	_	_	*
+24	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+25	before	before	ADV	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+28	this	this	PRON	_	_	_	_	_	_	*
+29	very	very	ADV	_	_	_	_	_	_	*
+30	re	re	ADJ	_	_	_	_	_	_	*
+31	-	-	PUNCT	_	_	_	_	_	_	*
+32	assuring	assuring	ADJ	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.307
+# sent_counter = 906
+# text = I do n't understand why someone would decline a game on words with friends #thingsunknown
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+5	why	why	ADV	_	_	_	_	_	_	*
+6	someone	someone	NOUN	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	decline	decline	VERB	_	_	_	_	_	ss=v.communication	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	words	words	PROPN	_	_	_	_	_	ss=n.communication	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	friends	friends	PROPN	_	_	_	_	_	ss=n.person	*
+15	#thingsunknown	#thingsunknown	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-55
+# sent_counter = 907
+# text = Having made my order I was then informed that glasses I had ordered were no longer instock and should not have been showing .
+1	Having	have	AUX	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.change	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+9	that	that	CCONJ	_	_	_	_	_	_	*
+10	glasses	glasses	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	had	have	AUX	_	_	_	_	_	_	*
+13	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+14	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	no	no	ADV	_	_	_	_	_	_	*
+16	longer	longer	ADV	_	_	_	_	_	_	*
+17	instock	instock	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	should	should	AUX	_	_	_	_	_	_	*
+20	not	not	ADV	_	_	_	_	_	_	*
+21	have	have	AUX	_	_	_	_	_	_	*
+22	been	be	AUX	_	_	_	_	_	_	*
+23	showing	show	VERB	_	_	_	_	_	ss=v.perception	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-255
+# sent_counter = 908
+# text = also I was informed that the additional insurance cover was € 0 . 00 per day but on arrival I was changed € 0 . 00 per day .
+1	also	also	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+5	that	that	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	additional	additional	ADJ	_	_	_	_	_	_	*
+8	insurance	insurance	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+9	cover	cover	NOUN	_	_	_	_	_	_	1
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	€	€	X	_	_	_	_	_	_	*
+12	0	0	NUM	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	00	00	NUM	_	_	_	_	_	_	*
+15	per	per	ADP	_	_	_	_	_	_	*
+16	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	arrival	arrival	NOUN	_	_	_	_	_	ss=n.act	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	was	be	AUX	_	_	_	_	_	_	*
+22	changed	change	VERB	_	_	_	_	_	ss=v.possession	*
+23	€	€	X	_	_	_	_	_	_	*
+24	0	0	NUM	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	00	00	NUM	_	_	_	_	_	_	*
+27	per	per	ADP	_	_	_	_	_	_	*
+28	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.87
+# sent_counter = 909
+# text = I do n't understand why someone would decline a game on words with friends #thingsunknown
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+5	why	why	ADV	_	_	_	_	_	_	*
+6	someone	someone	NOUN	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	decline	decline	VERB	_	_	_	_	_	ss=v.communication	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	words	words	PROPN	_	_	_	_	_	ss=n.communication	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	friends	friends	PROPN	_	_	_	_	_	ss=n.person	*
+15	#thingsunknown	#thingsunknown	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-287
+# sent_counter = 910
+# text = this was my first purchase from creative audio and would not hesitate to buy from them
+1	this	this	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	first	first	ADJ	_	_	_	_	_	_	*
+5	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	creative	creative	NOUN	_	_	_	_	_	ss=n.group	1:X
+8	audio	audio	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	would	would	VERB	_	_	_	_	_	_	*
+11	not	not	ADV	_	_	_	_	_	_	*
+12	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	them	them	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-138
+# sent_counter = 911
+# text = Very poor battery life , keypad so small you keep hitting the wrong letters on the Samsung Galaxy Mini , I can ' t even connect to my email address .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	poor	poor	ADJ	_	_	_	_	_	_	*
+3	battery	battery	NOUN	_	_	_	_	_	ss=n.state	1:X
+4	life	life	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	keypad	keypad	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	small	small	ADJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	keep	keep	VERB	_	_	_	_	_	_	*
+11	hitting	hit	VERB	_	_	_	_	_	ss=v.contact	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	wrong	wrong	ADJ	_	_	_	_	_	_	*
+14	letters	letters	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Samsung	samsung	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+18	Galaxy	galaxy	NOUN	_	_	_	_	_	_	2
+19	Mini	mini	NOUN	_	_	_	_	_	_	2
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	can	can	AUX	_	_	_	_	_	_	*
+23	'	'	PUNCT	_	_	_	_	_	_	*
+24	t	t	PART	_	_	_	_	_	_	*
+25	even	even	ADV	_	_	_	_	_	_	*
+26	connect	connect	VERB	_	_	_	_	_	ss=v.communication	*
+27	to	to	ADP	_	_	_	_	_	_	*
+28	my	my	DET	_	_	_	_	_	_	*
+29	email	email	NOUN	_	_	_	_	_	ss=n.communication	3:X
+30	address	address	NOUN	_	_	_	_	_	_	3
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.4
+# sent_counter = 912
+# text = These are chemical clocks , and they 're found in every known being that has two or more cells and in some that only have one cell .
+1	These	these	DET	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	chemical	chemical	NOUN	_	_	_	_	_	ss=n.substance	1:X
+4	clocks	clocks	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	're	're	AUX	_	_	_	_	_	_	*
+9	found	found	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	every	every	DET	_	_	_	_	_	_	*
+12	known	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	being	being	NOUN	_	_	_	_	_	ss=n.animal	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	two	NUMBER	NUM	_	_	_	_	_	_	*
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	more	more	ADJ	_	_	_	_	_	_	*
+19	cells	cell	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	some	some	DET	_	_	_	_	_	_	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	only	only	ADV	_	_	_	_	_	_	*
+25	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+26	one	NUMBER	NUM	_	_	_	_	_	_	*
+27	cell	cell	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.174
+# sent_counter = 913
+# text = RT @MizzTinazz : @iUnique920 @Mrs_DW LMAO ! " If you not down with birdman I ca n't fuck with you musically !!! " < Trueshit
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MizzTinazz	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@iUnique920	@USER	X	_	_	_	_	_	_	*
+5	@Mrs_DW	@USER	X	_	_	_	_	_	_	*
+6	LMAO	lmao	INTJ	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	If	if	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	down	down	ADV	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	birdman	birdman	PROPN	_	_	_	_	_	ss=n.person	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	ca	ca	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	fuck	fuck	VERB	_	_	_	_	_	ss=v.contact	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	musically	musically	ADV	_	_	_	_	_	_	*
+22	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+23	"	"	PUNCT	_	_	_	_	_	_	*
+24	<	<	X	_	_	_	_	_	_	*
+25	Trueshit	trueshit	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-162
+# sent_counter = 914
+# text = What more can I say .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	more	more	ADV	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-315
+# sent_counter = 915
+# text = I was able to change it with the courier , luckily but sent a complaint to Ikea .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	_	1:X
+3	able	able	ADJ	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	1
+5	change	change	VERB	_	_	_	_	_	ss=v.change	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	courier	courier	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	luckily	luckily	ADV	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	sent	send	VERB	_	_	_	_	_	ss=v.communication	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	complaint	complaint	NOUN	_	_	_	_	_	ss=n.communication	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	Ikea	ikea	PROPN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-119
+# sent_counter = 916
+# text = My only reservation is that the roses are in full bloom and almost finished , they don ' t last that long anyway so it would have been better if they were in bud or just opening .
+1	My	my	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	reservation	reservation	NOUN	_	_	_	_	_	ss=n.feeling	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	roses	rose	NOUN	_	_	_	_	_	ss=n.plant	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	full	full	ADJ	_	_	_	_	_	ss=n.plant	1:X
+11	bloom	bloom	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	almost	almost	ADV	_	_	_	_	_	_	*
+14	finished	finished	ADJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	don	don	AUX	_	_	_	_	_	_	*
+18	'	'	PUNCT	_	_	_	_	_	_	*
+19	t	t	PART	_	_	_	_	_	_	*
+20	last	last	VERB	_	_	_	_	_	ss=v.stative	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	long	long	ADV	_	_	_	_	_	_	*
+23	anyway	anyway	ADV	_	_	_	_	_	_	*
+24	so	so	CCONJ	_	_	_	_	_	_	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	would	would	VERB	_	_	_	_	_	_	*
+27	have	have	AUX	_	_	_	_	_	_	*
+28	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	better	better	ADV	_	_	_	_	_	_	*
+30	if	if	ADP	_	_	_	_	_	_	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	in	in	ADP	_	_	_	_	_	ss=n.plant	2:X
+34	bud	bud	NOUN	_	_	_	_	_	_	2
+35	or	or	CCONJ	_	_	_	_	_	_	*
+36	just	just	ADV	_	_	_	_	_	_	*
+37	opening	open	VERB	_	_	_	_	_	ss=v.change	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.465
+# sent_counter = 917
+# text = @meldacountryboy eh yeah I 'll be fine , just annoyed
+1	@meldacountryboy	@USER	X	_	_	_	_	_	_	*
+2	eh	eh	INTJ	_	_	_	_	_	_	*
+3	yeah	yeah	INTJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'll	'll	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	fine	fine	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	annoyed	annoy	VERB	_	_	_	_	_	ss=v.emotion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.463
+# sent_counter = 918
+# text = @spainzaku STHERIOUTHLY .
+1	@spainzaku	@USER	X	_	_	_	_	_	_	*
+2	STHERIOUTHLY	stheriouthly	ADV	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.44
+# sent_counter = 919
+# text = @monaeebbyy2k11 I miss you too <3 I miss |California| but i mma come see you as soon as I come back I #promise
+1	@monaeebbyy2k11	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	<3	EMOTICON	X	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+9	|California|	|california|	PROPN	_	_	_	_	_	ss=n.location	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	mma	mma	AUX	_	_	_	_	_	_	*
+13	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+14	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	as	as	ADV	_	_	_	_	_	_	1:X
+17	soon	soon	ADV	_	_	_	_	_	_	1
+18	as	as	ADP	_	_	_	_	_	_	1
+19	I	i	PRON	_	_	_	_	_	_	*
+20	come	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+21	back	back	ADV	_	_	_	_	_	_	2
+22	I	i	PRON	_	_	_	_	_	_	*
+23	#promise	#promise	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1371.10
+# sent_counter = 920
+# text = Three things : tastemakers , communities of participation and unexpectedness .
+1	Three	three	NUM	_	_	_	_	_	_	*
+2	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	tastemakers	tastemakers	NOUN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	communities	community	NOUN	_	_	_	_	_	ss=n.group	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	participation	participation	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	unexpectedness	unexpectedness	NOUN	_	_	_	_	_	ss=n.state	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-290
+# sent_counter = 921
+# text = 00 / 00 .
+1	00	00	NUM	_	_	_	_	_	_	*
+2	/	/	PUNCT	_	_	_	_	_	_	*
+3	00	00	NUM	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.000-SheaHembrey_2011.iwslt.1169.3
+# sent_counter = 922
+# text = I grew up in the middle of nowhere on a dirt road in rural Arkansas , an hour from the nearest movie theater .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	grew	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	middle	middle	NOUN	_	_	_	_	_	ss=n.location	2:X
+7	of	of	ADP	_	_	_	_	_	_	2
+8	nowhere	nowhere	ADV	_	_	_	_	_	_	2
+9	on	on	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	dirt	dirt	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+12	road	road	NOUN	_	_	_	_	_	_	3
+13	in	in	ADP	_	_	_	_	_	_	*
+14	rural	rural	ADJ	_	_	_	_	_	_	*
+15	Arkansas	arkansas	PROPN	_	_	_	_	_	ss=n.location	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+19	from	from	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	nearest	near	ADJ	_	_	_	_	_	_	*
+22	movie	movie	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+23	theater	theater	NOUN	_	_	_	_	_	_	4
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-200
+# sent_counter = 923
+# text = Booked a collection , paid for next day delivery , they then said " it is not a gauranteed service , we only gaurantee next day after collection is made , we do NOT gaurantee collection will take place as promised " if you want something gauranteed go elsewhere customer service totally unhelpfull .
+1	Booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	collection	collection	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	next	next	ADJ	_	_	_	_	_	ss=n.act	1:X
+8	day	day	NOUN	_	_	_	_	_	_	1
+9	delivery	delivery	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	then	then	ADV	_	_	_	_	_	_	*
+13	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	not	not	ADV	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	gauranteed	gauranteed	ADJ	_	_	_	_	_	ss=n.act	2:X
+20	service	service	NOUN	_	_	_	_	_	_	2
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	only	only	ADV	_	_	_	_	_	_	*
+24	gaurantee	gaurantee	VERB	_	_	_	_	_	ss=v.stative	*
+25	next	next	ADJ	_	_	_	_	_	ss=n.time	3:X
+26	day	day	NOUN	_	_	_	_	_	_	3
+27	after	after	ADP	_	_	_	_	_	_	*
+28	collection	collection	NOUN	_	_	_	_	_	ss=n.act	*
+29	is	be	AUX	_	_	_	_	_	_	*
+30	made	make	VERB	_	_	_	_	_	ss=v.contact	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	we	we	PRON	_	_	_	_	_	_	*
+33	do	do	AUX	_	_	_	_	_	_	*
+34	NOT	not	ADV	_	_	_	_	_	_	*
+35	gaurantee	gaurantee	VERB	_	_	_	_	_	ss=v.stative	*
+36	collection	collection	NOUN	_	_	_	_	_	ss=n.act	*
+37	will	will	AUX	_	_	_	_	_	_	*
+38	take	take	VERB	_	_	_	_	_	ss=v.contact	4:X
+39	place	place	NOUN	_	_	_	_	_	_	4
+40	as	as	ADP	_	_	_	_	_	_	*
+41	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+42	"	"	PUNCT	_	_	_	_	_	_	*
+43	if	if	CCONJ	_	_	_	_	_	_	*
+44	you	you	PRON	_	_	_	_	_	_	*
+45	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+46	something	something	NOUN	_	_	_	_	_	_	*
+47	gauranteed	gauranteed	ADJ	_	_	_	_	_	_	*
+48	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+49	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+50	customer	customer	NOUN	_	_	_	_	_	ss=n.group	5:X
+51	service	service	NOUN	_	_	_	_	_	_	5
+52	totally	totally	ADV	_	_	_	_	_	_	*
+53	unhelpfull	unhelpfull	ADJ	_	_	_	_	_	_	*
+54	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.10
+# sent_counter = 924
+# text = While , at the same time , the actual number of transplants has remained almost entirely flat .
+1	While	while	ADP	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	same	same	ADJ	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	actual	actual	ADJ	_	_	_	_	_	_	*
+10	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	transplants	transplant	NOUN	_	_	_	_	_	ss=n.body	*
+13	has	have	AUX	_	_	_	_	_	_	*
+14	remained	remain	VERB	_	_	_	_	_	ss=v.stative	*
+15	almost	almost	ADV	_	_	_	_	_	_	*
+16	entirely	entirely	ADV	_	_	_	_	_	_	*
+17	flat	flat	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.43
+# sent_counter = 925
+# text = ("`▽´)-σ • RT @YYISHolaf : Hhmm iyo yeee RT @RadioGalauFM : If you 're not in a relationship with him but you 're jealous -it means you love him .
+1	("`▽´)-σ	("`▽´)-σ	SYM	_	_	_	_	_	_	*
+2	•	•	SYM	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@YYISHolaf	@USER	X	_	_	_	_	_	_	*
+5	:	:	X	_	_	_	_	_	_	*
+6	Hhmm	hhmm	INTJ	_	_	_	_	_	_	*
+7	iyo	iyo	INTJ	_	_	_	_	_	_	*
+8	yeee	yeee	INTJ	_	_	_	_	_	_	*
+9	RT	rt	X	_	_	_	_	_	_	*
+10	@RadioGalauFM	@USER	X	_	_	_	_	_	_	*
+11	:	:	X	_	_	_	_	_	_	*
+12	If	if	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	relationship	relationship	NOUN	_	_	_	_	_	ss=n.relation	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+24	jealous	jealous	ADJ	_	_	_	_	_	_	*
+25	-it	-it	PRON	_	_	_	_	_	_	*
+26	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+29	him	him	PRON	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.4
+# sent_counter = 926
+# text = I 'm here today to talk to you about circles and epiphanies .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	about	about	ADP	_	_	_	_	_	_	*
+10	circles	circle	NOUN	_	_	_	_	_	ss=n.shape	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	epiphanies	epiphany	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.129
+# sent_counter = 927
+# text = Whew ... Thinking did u smile @ me ealier ... U were so bsy on the phone lol RT @jadorelexy : I do nt smile with too many woman they be phony
+1	Whew	whew	INTJ	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+3	Thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	did	do	AUX	_	_	_	_	_	_	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+7	@	@	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	ealier	ealier	ADV	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	U	u	PRON	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	so	so	ADV	_	_	_	_	_	_	*
+14	bsy	bsy	ADJ	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	*
+18	lol	lol	INTJ	_	_	_	_	_	_	*
+19	RT	rt	X	_	_	_	_	_	_	*
+20	@jadorelexy	@USER	X	_	_	_	_	_	_	*
+21	:	:	X	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	do	do	AUX	_	_	_	_	_	_	*
+24	nt	nt	PART	_	_	_	_	_	_	*
+25	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+26	with	with	ADP	_	_	_	_	_	_	*
+27	too	too	ADV	_	_	_	_	_	_	*
+28	many	many	ADJ	_	_	_	_	_	_	*
+29	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+30	they	they	PRON	_	_	_	_	_	_	*
+31	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	phony	phony	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.102
+# sent_counter = 928
+# text = " We ca n’t command our love , but we can our actions " - Sir Arthur Connan Doyle http://t.co/4ZN1gCjH #NOOK
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	We	we	PRON	_	_	_	_	_	_	*
+3	ca	ca	AUX	_	_	_	_	_	_	*
+4	n’t	n’t	PART	_	_	_	_	_	_	*
+5	command	command	VERB	_	_	_	_	_	ss=v.cognition	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	can	can	VERB	_	_	_	_	_	_	*
+12	our	our	PRON	_	_	_	_	_	_	*
+13	actions	action	NOUN	_	_	_	_	_	ss=n.act	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	Sir	sir	PROPN	_	_	_	_	_	ss=n.person	1:X
+17	Arthur	arthur	PROPN	_	_	_	_	_	_	1
+18	Connan	connan	PROPN	_	_	_	_	_	_	1
+19	Doyle	doyle	PROPN	_	_	_	_	_	_	1
+20	http://t.co/4ZN1gCjH	URL	X	_	_	_	_	_	_	*
+21	#NOOK	#nook	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-265
+# sent_counter = 929
+# text = It arrived dead in the middle of the delivery slot of 0 hour .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+3	dead	dead	ADV	_	_	_	_	_	ss=n.time	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	middle	middle	NOUN	_	_	_	_	_	_	1
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	delivery	delivery	NOUN	_	_	_	_	_	ss=n.time	2:X
+10	slot	slot	NOUN	_	_	_	_	_	_	2
+11	of	of	ADP	_	_	_	_	_	_	*
+12	0	0	NUM	_	_	_	_	_	_	*
+13	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-191
+# sent_counter = 930
+# text = Fast delivery , good communication about date and time of delivery .
+1	Fast	fast	ADJ	_	_	_	_	_	_	*
+2	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	date	date	NOUN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.367
+# sent_counter = 931
+# text = RT @Yo_Gurl_On_Fire : I blow supplies up in the air sometimes saying ayoo take that Cato
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Yo_Gurl_On_Fire	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	blow	blow	VERB	_	_	_	_	_	ss=v.contact	1:X
+6	supplies	supply	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	up	up	ADP	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	air	air	NOUN	_	_	_	_	_	ss=n.substance	*
+11	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+12	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	ayoo	ayoo	INTJ	_	_	_	_	_	_	*
+14	take	take	VERB	_	_	_	_	_	ss=v.communication	2:X
+15	that	that	DET	_	_	_	_	_	_	2
+16	Cato	cato	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.7
+# sent_counter = 932
+# text = Where tf is nick
+1	Where	where	ADV	_	_	_	_	_	_	1:X
+2	tf	tf	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	nick	nick	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.009-AnthonyAtala_2009P.iwslt.744.7
+# sent_counter = 933
+# text = Certainly many advances , many lives saved .
+1	Certainly	certainly	ADV	_	_	_	_	_	_	*
+2	many	many	ADJ	_	_	_	_	_	_	*
+3	advances	advance	NOUN	_	_	_	_	_	ss=n.event	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	many	many	ADJ	_	_	_	_	_	_	*
+6	lives	life	NOUN	_	_	_	_	_	ss=n.state	*
+7	saved	save	VERB	_	_	_	_	_	ss=v.change	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-327
+# sent_counter = 934
+# text = Tuesday they emailed me back , and after a few emails back and forth , as got a phone call from a very pleasant lady , who assured me that it was a mistake and that payment would be received by 0pm on that night ( Tuesday ).
+1	Tuesday	tuesday	NOUN	_	_	_	_	_	ss=n.time	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	emailed	email	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	back	back	PART	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	after	after	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	few	few	ADJ	_	_	_	_	_	_	*
+11	emails	email	NOUN	_	_	_	_	_	ss=n.communication	*
+12	back	back	ADP	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	forth	forth	ADP	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	as	as	ADP	_	_	_	_	_	_	*
+17	got	get	VERB	_	_	_	_	_	ss=v.communication	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+20	call	call	NOUN	_	_	_	_	_	_	1
+21	from	from	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	very	very	ADV	_	_	_	_	_	_	*
+24	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+25	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	who	who	PRON	_	_	_	_	_	_	*
+28	assured	assure	VERB	_	_	_	_	_	ss=v.cognition	*
+29	me	me	PRON	_	_	_	_	_	_	*
+30	that	that	CCONJ	_	_	_	_	_	_	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	mistake	mistake	NOUN	_	_	_	_	_	ss=n.act	*
+35	and	and	CCONJ	_	_	_	_	_	_	*
+36	that	that	CCONJ	_	_	_	_	_	_	*
+37	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+38	would	would	VERB	_	_	_	_	_	_	*
+39	be	be	AUX	_	_	_	_	_	_	*
+40	received	receive	VERB	_	_	_	_	_	ss=v.possession	*
+41	by	by	ADP	_	_	_	_	_	_	*
+42	0pm	0pm	NOUN	_	_	_	_	_	ss=n.time	*
+43	on	on	ADP	_	_	_	_	_	_	*
+44	that	that	DET	_	_	_	_	_	_	*
+45	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+46	(	(	PUNCT	_	_	_	_	_	_	*
+47	Tuesday	tuesday	NOUN	_	_	_	_	_	ss=n.time	*
+48	).	).	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.136
+# sent_counter = 935
+# text = I think I 'm a wait an hour or 2 & THEN tweet @sinittaofficial ...
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	AUX	_	_	_	_	_	_	1:X
+5	a	a	VERB	_	_	_	_	_	_	1
+6	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	2	NUMBER	NUM	_	_	_	_	_	_	*
+11	&	&	CCONJ	_	_	_	_	_	_	*
+12	THEN	then	ADV	_	_	_	_	_	_	*
+13	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+14	@sinittaofficial	@USER	X	_	_	_	_	_	_	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.278
+# sent_counter = 936
+# text = RT @steven_moffat : " Daddy , what are THESE ? Can I have one ? These . Are . AWESOME !! " Louis , 9 , finding a VHS .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@steven_moffat	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	Daddy	daddy	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	THESE	these	PRON	_	_	_	_	_	_	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	Can	can	AUX	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	one	NUMBER	NUM	_	_	_	_	_	_	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	These	these	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	AWESOME	awesome	ADJ	_	_	_	_	_	_	*
+21	!!	!!	PUNCT	_	_	_	_	_	_	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+23	Louis	louis	PROPN	_	_	_	_	_	ss=n.person	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	9	NUMBER	NUM	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	finding	find	VERB	_	_	_	_	_	ss=v.perception	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	VHS	vhs	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.246
+# sent_counter = 937
+# text = @Diva2ude lmbo
+1	@Diva2ude	@USER	X	_	_	_	_	_	_	*
+2	lmbo	lmbo	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.120
+# sent_counter = 938
+# text = . Step Brothers #Lol
+1	.	.	PUNCT	_	_	_	_	_	_	*
+2	Step	step	ADJ	_	_	_	_	_	ss=n.person	1:X
+3	Brothers	brother	NOUN	_	_	_	_	_	_	1
+4	#Lol	#lol	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.262
+# sent_counter = 939
+# text = @YMMoss china
+1	@YMMoss	@USER	X	_	_	_	_	_	_	*
+2	china	china	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.449
+# sent_counter = 940
+# text = @meliSalazar I LOVE YOU MORE
+1	@meliSalazar	@USER	X	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	YOU	you	PRON	_	_	_	_	_	_	*
+5	MORE	more	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.7
+# sent_counter = 941
+# text = And it 's incredible to watch , but there 's nothing psychic or paranormal going on ; it 's simply that these crabs have internal cycles that correspond , usually , with what 's going on around it .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	incredible	incredible	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	there	there	PRON	_	_	_	_	_	_	*
+10	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+11	nothing	nothing	NOUN	_	_	_	_	_	_	*
+12	psychic	psychic	ADJ	_	_	_	_	_	_	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	paranormal	paranormal	ADJ	_	_	_	_	_	_	*
+15	going	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+16	on	on	ADP	_	_	_	_	_	_	1
+17	;	;	PUNCT	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+20	simply	simply	ADV	_	_	_	_	_	_	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	these	these	DET	_	_	_	_	_	_	*
+23	crabs	crabs	NOUN	_	_	_	_	_	ss=n.animal	*
+24	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+25	internal	internal	ADJ	_	_	_	_	_	_	*
+26	cycles	cycle	NOUN	_	_	_	_	_	ss=n.process	*
+27	that	that	DET	_	_	_	_	_	_	*
+28	correspond	correspond	VERB	_	_	_	_	_	ss=v.stative	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	usually	usually	ADV	_	_	_	_	_	_	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	with	with	SCONJ	_	_	_	_	_	_	*
+33	what	what	PRON	_	_	_	_	_	_	*
+34	's	's	AUX	_	_	_	_	_	_	*
+35	going	go	VERB	_	_	_	_	_	ss=v.motion	2:X
+36	on	on	ADP	_	_	_	_	_	_	2
+37	around	around	ADP	_	_	_	_	_	_	*
+38	it	it	PRON	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.363
+# sent_counter = 942
+# text = Glad some network picked up #AmericasMostWanted . @lifetimetv
+1	Glad	glad	ADJ	_	_	_	_	_	_	*
+2	some	some	DET	_	_	_	_	_	_	*
+3	network	network	NOUN	_	_	_	_	_	ss=n.group	*
+4	picked	pick	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	#AmericasMostWanted	#americasmostwanted	PROPN	_	_	_	_	_	ss=n.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	@lifetimetv	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.11
+# sent_counter = 943
+# text = RT @marleemou : @JohnsHNIC I 'll literally be there at 7:07 . :D
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@marleemou	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	@JohnsHNIC	@USER	X	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'll	'll	AUX	_	_	_	_	_	_	*
+7	literally	literally	ADV	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	there	there	ADV	_	_	_	_	_	_	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	7:07	NUMBER	NUM	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	:D	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.414
+# sent_counter = 944
+# text = all i , wanna hear u say is r u mineeeee
+1	all	all	DET	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+5	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+6	u	u	PRON	_	_	_	_	_	_	*
+7	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+10	u	u	PRON	_	_	_	_	_	_	*
+11	mineeeee	mineeeee	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.79
+# sent_counter = 945
+# text = I didn't even know what the changes were ... oh well .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	didn't	didn't	VERB	_	_	_	_	_	ss=v.stative	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	changes	change	NOUN	_	_	_	_	_	ss=n.event	*
+8	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	oh	oh	INTJ	_	_	_	_	_	_	1:X
+11	well	well	INTJ	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.005-KatherineFulton_2007.iwslt.585.4
+# sent_counter = 946
+# text = We all know which side of these we 'd like to be on .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	which	which	DET	_	_	_	_	_	_	*
+5	side	side	NOUN	_	_	_	_	_	ss=n.location	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	these	these	DET	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	'd	'd	AUX	_	_	_	_	_	_	*
+10	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.417
+# sent_counter = 947
+# text = Tumbling Today
+1	Tumbling	tumble	VERB	_	_	_	_	_	ss=v.motion	*
+2	Today	today	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.248
+# sent_counter = 948
+# text = Know the Professionals , Information and facts on Cosmetic Dentist Procedures and Treatments : Anybody unfamiliar ... http://bit.ly/mEeohe
+1	Know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	Professionals	professional	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	facts	fact	NOUN	_	_	_	_	_	ss=n.communication	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	Cosmetic	cosmetic	ADJ	_	_	_	_	_	_	*
+10	Dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+11	Procedures	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	Treatments	treatment	NOUN	_	_	_	_	_	ss=n.act	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	Anybody	anybody	NOUN	_	_	_	_	_	_	*
+16	unfamiliar	unfamiliar	ADJ	_	_	_	_	_	_	*
+17	...	...	X	_	_	_	_	_	_	*
+18	http://bit.ly/mEeohe	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.383
+# sent_counter = 949
+# text = I 'm in and out the pussy #DriveThru !!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	out	out	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	pussy	pussy	NOUN	_	_	_	_	_	ss=n.body	*
+8	#DriveThru	#drivethru	NOUN	_	_	_	_	_	ss=n.person	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-207
+# sent_counter = 950
+# text = My prescription is very strong and other companies don ' t cater for me .
+1	My	my	DET	_	_	_	_	_	_	*
+2	prescription	prescription	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	strong	strong	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+9	don	don	AUX	_	_	_	_	_	_	*
+10	'	'	PART	_	_	_	_	_	_	*
+11	t	t	PART	_	_	_	_	_	_	*
+12	cater	cater	VERB	_	_	_	_	_	ss=v.stative	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.4
+# sent_counter = 951
+# text = Fuck you mode right now .
+1	Fuck	fuck	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	mode	mode	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	right	right	ADV	_	_	_	_	_	_	*
+5	now	now	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.42
+# sent_counter = 952
+# text = I want a unicorn . #NOHOMO
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	unicorn	unicorn	NOUN	_	_	_	_	_	ss=n.animal	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	#NOHOMO	#nohomo	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.201
+# sent_counter = 953
+# text = Gabe : " You want to buy shoes ? You have 18 minutes left before your appointment . " #ChallengeAccepted #MissionImpossibleTheme #DoABarrelRoll
+1	Gabe	gabe	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	You	you	PRON	_	_	_	_	_	_	*
+5	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+8	shoes	shoes	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	You	you	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	18	NUMBER	NUM	_	_	_	_	_	_	*
+13	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+14	left	left	ADJ	_	_	_	_	_	_	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	appointment	appointment	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	"	"	PUNCT	_	_	_	_	_	_	*
+20	#ChallengeAccepted	#challengeaccepted	X	_	_	_	_	_	_	*
+21	#MissionImpossibleTheme	#missionimpossibletheme	X	_	_	_	_	_	_	*
+22	#DoABarrelRoll	#doabarrelroll	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-271
+# sent_counter = 954
+# text = I recommend this company .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.iwslt.1176.1
+# sent_counter = 955
+# text = You know , what I do is write for children , and I 'm probably America 's most widely read children 's author , in fact .
+1	You	you	PRON	_	_	_	_	_	_	1:X
+2	know	know	VERB	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.social	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	write	write	VERB	_	_	_	_	_	ss=v.creation	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+15	probably	probably	ADV	_	_	_	_	_	_	*
+16	America	america	PROPN	_	_	_	_	_	ss=n.location	*
+17	's	's	PART	_	_	_	_	_	_	*
+18	most	most	ADV	_	_	_	_	_	_	*
+19	widely	widely	ADV	_	_	_	_	_	_	*
+20	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+21	children	child	NOUN	_	_	_	_	_	ss=n.person	2:X
+22	's	's	PART	_	_	_	_	_	_	2
+23	author	author	NOUN	_	_	_	_	_	_	2
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	in	in	ADP	_	_	_	_	_	_	3:X
+26	fact	fact	NOUN	_	_	_	_	_	_	3
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.428
+# sent_counter = 956
+# text = RT @Shae_FreeDrizzy : No you 're not twinn RT @Jay_Reyes : I 'm Ugly .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Shae_FreeDrizzy	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	No	no	INTJ	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	twinn	twinn	NOUN	_	_	_	_	_	ss=n.person	*
+9	RT	rt	X	_	_	_	_	_	_	*
+10	@Jay_Reyes	@USER	X	_	_	_	_	_	_	*
+11	:	:	X	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+14	Ugly	ugly	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.314
+# sent_counter = 957
+# text = Someone is n't replyIng back ! @kendall_trigga
+1	Someone	someone	NOUN	_	_	_	_	_	_	*
+2	is	be	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	replyIng	reply	VERB	_	_	_	_	_	ss=v.communication	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	@kendall_trigga	@USER	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.480
+# sent_counter = 958
+# text = @xpleasestaymine Because I do n't have school on Friday
+1	@xpleasestaymine	@USER	X	_	_	_	_	_	_	*
+2	Because	because	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-90
+# sent_counter = 959
+# text = I ' ve booked for a group of 00 after staying in Edinburgh over the Hogmanay .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	ve	ve	VERB	_	_	_	_	_	_	*
+4	booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	00	00	NUM	_	_	_	_	_	_	*
+10	after	after	ADP	_	_	_	_	_	_	*
+11	staying	stay	VERB	_	_	_	_	_	ss=v.stative	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Edinburgh	edinburgh	PROPN	_	_	_	_	_	ss=n.location	*
+14	over	over	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Hogmanay	hogmanay	NOUN	_	_	_	_	_	ss=n.event	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.003-MihalyCsikszentmihalyi_2004.iwslt.366.6
+# sent_counter = 960
+# text = I was at a ski resort in Switzerland without any money to actually enjoy myself , because the snow had melted and I did n't have money to go to a movie . But I found that on the -- I read in the newspapers that there was to be a presentation by someone in a place that I 'd seen in the center of Zurich , and it was about flying saucers ( that ) he was going to talk .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	ski	ski	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+6	resort	resort	NOUN	_	_	_	_	_	_	1
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Switzerland	switzerland	PROPN	_	_	_	_	_	ss=n.location	*
+9	without	without	ADP	_	_	_	_	_	_	*
+10	any	any	DET	_	_	_	_	_	_	*
+11	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	actually	actually	ADV	_	_	_	_	_	_	*
+14	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+15	myself	myself	PRON	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	because	because	SCONJ	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	snow	snow	NOUN	_	_	_	_	_	ss=n.natural_object	*
+20	had	have	AUX	_	_	_	_	_	_	*
+21	melted	melt	VERB	_	_	_	_	_	ss=v.change	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	did	do	AUX	_	_	_	_	_	_	*
+25	n't	n't	PART	_	_	_	_	_	_	*
+26	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+27	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+30	to	to	PART	_	_	_	_	_	_	*
+31	a	a	DET	_	_	_	_	_	_	*
+32	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+34	But	but	CCONJ	_	_	_	_	_	_	*
+35	I	i	PRON	_	_	_	_	_	_	*
+36	found	found	VERB	_	_	_	_	_	ss=v.perception	*
+37	that	that	SCONJ	_	_	_	_	_	_	*
+38	on	on	ADP	_	_	_	_	_	_	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	--	--	PUNCT	_	_	_	_	_	_	*
+41	I	i	PRON	_	_	_	_	_	_	*
+42	read	read	VERB	_	_	_	_	_	ss=v.perception	*
+43	in	in	ADP	_	_	_	_	_	_	*
+44	the	the	DET	_	_	_	_	_	_	*
+45	newspapers	newspaper	NOUN	_	_	_	_	_	ss=n.communication	*
+46	that	that	SCONJ	_	_	_	_	_	_	*
+47	there	there	PRON	_	_	_	_	_	_	*
+48	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+49	to	to	PART	_	_	_	_	_	_	*
+50	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+51	a	a	DET	_	_	_	_	_	_	*
+52	presentation	presentation	NOUN	_	_	_	_	_	ss=n.act	*
+53	by	by	ADP	_	_	_	_	_	_	*
+54	someone	someone	NOUN	_	_	_	_	_	_	*
+55	in	in	ADP	_	_	_	_	_	_	*
+56	a	a	DET	_	_	_	_	_	_	*
+57	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+58	that	that	DET	_	_	_	_	_	_	*
+59	I	i	PRON	_	_	_	_	_	_	*
+60	'd	'd	AUX	_	_	_	_	_	_	*
+61	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+62	in	in	ADP	_	_	_	_	_	_	*
+63	the	the	DET	_	_	_	_	_	_	*
+64	center	center	NOUN	_	_	_	_	_	ss=n.location	*
+65	of	of	ADP	_	_	_	_	_	_	*
+66	Zurich	zurich	PROPN	_	_	_	_	_	ss=n.location	*
+67	,	,	PUNCT	_	_	_	_	_	_	*
+68	and	and	CCONJ	_	_	_	_	_	_	*
+69	it	it	PRON	_	_	_	_	_	_	*
+70	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+71	about	about	ADP	_	_	_	_	_	_	*
+72	flying	fly	VERB	_	_	_	_	_	ss=n.phenomenon	2:X
+73	saucers	saucer	NOUN	_	_	_	_	_	_	2
+74	(	(	PUNCT	_	_	_	_	_	_	*
+75	that	that	DET	_	_	_	_	_	_	*
+76	)	)	PUNCT	_	_	_	_	_	_	*
+77	he	he	PRON	_	_	_	_	_	_	*
+78	was	be	AUX	_	_	_	_	_	_	*
+79	going	go	VERB	_	_	_	_	_	_	3:X
+80	to	to	PART	_	_	_	_	_	_	3
+81	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+82	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.203
+# sent_counter = 961
+# text = RT @ajparrot : you do nt know shit , about shit
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ajparrot	@USER	X	_	_	_	_	_	_	*
+3	:	:	X	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	nt	nt	PART	_	_	_	_	_	_	*
+7	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+8	shit	shit	NOUN	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	shit	shit	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.134
+# sent_counter = 962
+# text = How about girls who do n't know how to walk in heels do n't walk in heels #justsaying
+1	How	how	ADV	_	_	_	_	_	_	1:X
+2	about	about	ADP	_	_	_	_	_	_	1
+3	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+8	how	how	ADV	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	heels	heel	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	heels	heel	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	#justsaying	#justsaying	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.002-JessaGamble_2010G.iwslt.957.2
+# sent_counter = 963
+# text = Life evolved under conditions of light and darkness , light and then darkness .
+1	Life	life	NOUN	_	_	_	_	_	ss=n.state	*
+2	evolved	evolve	VERB	_	_	_	_	_	ss=v.change	*
+3	under	under	ADP	_	_	_	_	_	_	*
+4	conditions	conditions	NOUN	_	_	_	_	_	ss=n.state	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	light	light	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	darkness	darkness	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	light	light	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	then	then	ADV	_	_	_	_	_	_	*
+13	darkness	darkness	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.223
+# sent_counter = 964
+# text = Lorex LW2003 LIVE snap Video Baby Monitor ( White ): Get The Lowest Prices On NEW Lorex LW2003 LIVE snap Video Bab ... http://bit.ly/dRjonS
+1	Lorex	lorex	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+2	LW2003	lw2003	PROPN	_	_	_	_	_	_	1
+3	LIVE	live	ADV	_	_	_	_	_	_	1
+4	snap	snap	VERB	_	_	_	_	_	_	1
+5	Video	video	NOUN	_	_	_	_	_	_	1
+6	Baby	baby	NOUN	_	_	_	_	_	_	1
+7	Monitor	monitor	NOUN	_	_	_	_	_	_	1
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	White	white	ADJ	_	_	_	_	_	_	*
+10	):	):	PUNCT	_	_	_	_	_	_	*
+11	Get	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	The	the	DET	_	_	_	_	_	_	*
+13	Lowest	lowest	ADJ	_	_	_	_	_	_	*
+14	Prices	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	On	on	SCONJ	_	_	_	_	_	_	*
+16	NEW	new	ADJ	_	_	_	_	_	_	*
+17	Lorex	lorex	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+18	LW2003	lw2003	PROPN	_	_	_	_	_	_	2
+19	LIVE	live	ADV	_	_	_	_	_	_	2
+20	snap	snap	VERB	_	_	_	_	_	_	2
+21	Video	video	NOUN	_	_	_	_	_	_	2
+22	Bab	bab	X	_	_	_	_	_	_	2
+23	...	...	X	_	_	_	_	_	_	*
+24	http://bit.ly/dRjonS	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.352
+# sent_counter = 965
+# text = @iGot_Charisma13 you wont ?
+1	@iGot_Charisma13	@USER	X	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	wont	wont	VERB	_	_	_	_	_	ss=v.stative	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.64
+# sent_counter = 966
+# text = Bouta be home
+1	Bouta	bouta	SCONJ	_	_	_	_	_	_	*
+2	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-276
+# sent_counter = 967
+# text = Having found differing opinions on how to include , group or associate a Horstmann HRT0 - ZW thermostat and ASR - ZW receiver ( switch ) .... one thing I can say is UK Automation ' s instructions actually work ..... they offer specific instructions on how to do this and I can thoroughly recommend following these .
+1	Having	have	AUX	_	_	_	_	_	_	*
+2	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+3	differing	differing	ADJ	_	_	_	_	_	_	*
+4	opinions	opinion	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	include	include	VERB	_	_	_	_	_	ss=v.stative	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	group	group	VERB	_	_	_	_	_	ss=v.cognition	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	associate	associate	VERB	_	_	_	_	_	ss=v.cognition	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	Horstmann	horstmann	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+15	HRT0	hrt0	PROPN	_	_	_	_	_	_	1
+16	-	-	PUNCT	_	_	_	_	_	_	1
+17	ZW	zw	PROPN	_	_	_	_	_	_	1
+18	thermostat	thermostat	NOUN	_	_	_	_	_	_	1
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	ASR	asr	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+21	-	-	PUNCT	_	_	_	_	_	_	2
+22	ZW	zw	PROPN	_	_	_	_	_	_	2
+23	receiver	receiver	NOUN	_	_	_	_	_	_	2
+24	(	(	PUNCT	_	_	_	_	_	_	*
+25	switch	switch	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	....	....	PUNCT	_	_	_	_	_	_	*
+28	one	one	NUM	_	_	_	_	_	_	*
+29	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	can	can	AUX	_	_	_	_	_	_	*
+32	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+33	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	UK	uk	PROPN	_	_	_	_	_	ss=n.communication	3:X
+35	Automation	automation	NOUN	_	_	_	_	_	_	3
+36	'	'	PART	_	_	_	_	_	_	3
+37	s	s	PART	_	_	_	_	_	_	3
+38	instructions	instructions	NOUN	_	_	_	_	_	_	3
+39	actually	actually	ADV	_	_	_	_	_	_	*
+40	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+41	.....	.....	PUNCT	_	_	_	_	_	_	*
+42	they	they	PRON	_	_	_	_	_	_	*
+43	offer	offer	VERB	_	_	_	_	_	ss=v.communication	*
+44	specific	specific	ADJ	_	_	_	_	_	_	*
+45	instructions	instructions	NOUN	_	_	_	_	_	ss=n.communication	*
+46	on	on	ADP	_	_	_	_	_	_	*
+47	how	how	ADV	_	_	_	_	_	_	*
+48	to	to	PART	_	_	_	_	_	_	*
+49	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+50	this	this	PRON	_	_	_	_	_	_	*
+51	and	and	CCONJ	_	_	_	_	_	_	*
+52	I	i	PRON	_	_	_	_	_	_	*
+53	can	can	AUX	_	_	_	_	_	_	*
+54	thoroughly	thoroughly	ADV	_	_	_	_	_	_	*
+55	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+56	following	follow	VERB	_	_	_	_	_	ss=v.motion	*
+57	these	these	PRON	_	_	_	_	_	_	*
+58	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.65
+# sent_counter = 968
+# text = @eyesof99 CD : 90% MP3 : 0% Vinyl : 10%
+1	@eyesof99	@USER	X	_	_	_	_	_	_	*
+2	CD	cd	NOUN	_	_	_	_	_	ss=n.communication	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	90%	NUMBER	NUM	_	_	_	_	_	_	*
+5	MP3	mp3	NOUN	_	_	_	_	_	ss=n.communication	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	0%	NUMBER	NUM	_	_	_	_	_	_	*
+8	Vinyl	vinyl	NOUN	_	_	_	_	_	ss=n.communication	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	10%	NUMBER	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.61
+# sent_counter = 969
+# text = The weather outside does n't look too appealing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	weather	weather	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	outside	outside	ADJ	_	_	_	_	_	_	*
+4	does	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+7	too	too	ADV	_	_	_	_	_	_	*
+8	appealing	appealing	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.135
+# sent_counter = 970
+# text = January 16 , 2011 @sam_concepcion will be in SM , Cebu !!!!!
+1	January	january	PROPN	_	_	_	_	_	ss=n.time	*
+2	16	NUMBER	NUM	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	2011	NUMBER	NUM	_	_	_	_	_	_	*
+5	@sam_concepcion	@USER	X	_	_	_	_	_	_	*
+6	will	will	AUX	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	SM	sm	PROPN	_	_	_	_	_	ss=n.location	1:X
+10	,	,	PUNCT	_	_	_	_	_	_	1
+11	Cebu	cebu	PROPN	_	_	_	_	_	_	1
+12	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.450
+# sent_counter = 971
+# text = We Talk “Megamind” with Will and Tina ! http://ow.ly/30v2Z
+1	We	we	PRON	_	_	_	_	_	_	*
+2	Talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+3	“Megamind”	“megamind”	PROPN	_	_	_	_	_	ss=n.communication	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Will	will	PROPN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Tina	tina	PROPN	_	_	_	_	_	ss=n.person	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	http://ow.ly/30v2Z	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.437
+# sent_counter = 972
+# text = This " Christian " " chapel " ignores Matthew 's Gospel : Pathetic Muslim preaches at Oxford college chapel ( From Oxford Mail ) http://goo.gl/nucv
+1	This	this	DET	_	_	_	_	_	_	*
+2	"	"	PUNCT	_	_	_	_	_	_	*
+3	Christian	christian	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	chapel	chapel	NOUN	_	_	_	_	_	_	1
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	ignores	ignore	VERB	_	_	_	_	_	ss=v.cognition	*
+9	Matthew	matthew	PROPN	_	_	_	_	_	ss=n.communication	2:X
+10	's	's	PART	_	_	_	_	_	_	2
+11	Gospel	gospel	PROPN	_	_	_	_	_	_	2
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	Pathetic	pathetic	ADJ	_	_	_	_	_	_	*
+14	Muslim	muslim	PROPN	_	_	_	_	_	ss=n.person	*
+15	preaches	preach	VERB	_	_	_	_	_	ss=v.communication	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	Oxford	oxford	PROPN	_	_	_	_	_	ss=n.location	3:X
+18	college	college	NOUN	_	_	_	_	_	_	3
+19	chapel	chapel	NOUN	_	_	_	_	_	_	3
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	From	from	ADP	_	_	_	_	_	_	*
+22	Oxford	oxford	PROPN	_	_	_	_	_	ss=n.communication	4:X
+23	Mail	mail	PROPN	_	_	_	_	_	_	4
+24	)	)	PUNCT	_	_	_	_	_	_	*
+25	http://goo.gl/nucv	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.72
+# sent_counter = 973
+# text = @Zoe_Titmuss yeh i have no idea but i ca nt wait xx
+1	@Zoe_Titmuss	@USER	X	_	_	_	_	_	_	*
+2	yeh	yeh	INTJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	ca	ca	AUX	_	_	_	_	_	ss=v.emotion	1:X
+10	nt	nt	PART	_	_	_	_	_	_	1
+11	wait	wait	VERB	_	_	_	_	_	_	1
+12	xx	EMOTICON	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.001-RobertLang_2008.iwslt.321.3
+# sent_counter = 974
+# text = It ties to origami . So let me start .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	ties	tie	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	So	so	ADV	_	_	_	_	_	_	*
+7	let	let	VERB	_	_	_	_	_	ss=v.social	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	start	start	VERB	_	_	_	_	_	ss=v.change	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.341
+# sent_counter = 975
+# text = Whaoo #BlowUp RT @ENVYTheRedHead_ : My mom bitchh to much .
+1	Whaoo	whaoo	INTJ	_	_	_	_	_	_	*
+2	#BlowUp	#blowup	X	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@ENVYTheRedHead_	@USER	X	_	_	_	_	_	_	*
+5	:	:	X	_	_	_	_	_	_	*
+6	My	my	PRON	_	_	_	_	_	_	*
+7	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+8	bitchh	bitchh	VERB	_	_	_	_	_	ss=v.communication	*
+9	to	to	ADV	_	_	_	_	_	_	1:X
+10	much	much	ADJ	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.242
+# sent_counter = 976
+# text = It s the little things that strengthen my tiny wings .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	things	things	NOUN	_	_	_	_	_	ss=n.event	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	strengthen	strengthen	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	tiny	tiny	ADJ	_	_	_	_	_	_	*
+10	wings	wings	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test ted.naist.006-HannaRosin_2010W.iwslt.1033.7
+# sent_counter = 977
+# text = Over 50 percent of managers are women these days , and in the 15 professions projected to grow the most in the next decade , all but two of them are dominated by women .
+1	Over	over	ADP	_	_	_	_	_	_	*
+2	50	NUMBER	NUM	_	_	_	_	_	_	*
+3	percent	percent	NOUN	_	_	_	_	_	ss=n.relation	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	managers	manager	NOUN	_	_	_	_	_	ss=n.person	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+8	these	these	DET	_	_	_	_	_	_	1:X
+9	days	days	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	15	NUMBER	NUM	_	_	_	_	_	_	*
+15	professions	profession	NOUN	_	_	_	_	_	ss=n.group	*
+16	projected	project	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	grow	grow	VERB	_	_	_	_	_	ss=v.change	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	most	most	ADJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	next	next	ADJ	_	_	_	_	_	_	*
+24	decade	decade	NOUN	_	_	_	_	_	ss=n.time	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	all	all	DET	_	_	_	_	_	_	*
+27	but	but	CCONJ	_	_	_	_	_	_	*
+28	two	NUMBER	NUM	_	_	_	_	_	_	*
+29	of	of	ADP	_	_	_	_	_	_	*
+30	them	them	PRON	_	_	_	_	_	_	*
+31	are	be	AUX	_	_	_	_	_	_	*
+32	dominated	dominate	VERB	_	_	_	_	_	ss=v.stative	*
+33	by	by	ADP	_	_	_	_	_	_	*
+34	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.239
+# sent_counter = 978
+# text = Washing my motorcycle
+1	Washing	wash	VERB	_	_	_	_	_	ss=v.contact	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	motorcycle	motorcycle	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.409
+# sent_counter = 979
+# text = @GalacticLacquer is having a giveaway ! http://t.co/vwtGvNl5 http://t.co/vwtGvNl5
+1	@GalacticLacquer	@USER	X	_	_	_	_	_	_	*
+2	is	be	AUX	_	_	_	_	_	_	*
+3	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	giveaway	giveaway	NOUN	_	_	_	_	_	ss=n.possession	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	http://t.co/vwtGvNl5	URL	X	_	_	_	_	_	_	*
+8	http://t.co/vwtGvNl5	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.457
+# sent_counter = 980
+# text = That thing caused abt $200 from the mall i wonder would my warranty help
+1	That	that	DET	_	_	_	_	_	_	*
+2	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+3	caused	cause	VERB	_	_	_	_	_	ss=v.creation	*
+4	abt	abt	ADV	_	_	_	_	_	_	*
+5	$200	NUMBER	NUM	_	_	_	_	_	_	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	mall	mall	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	wonder	wonder	VERB	_	_	_	_	_	ss=v.cognition	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	warranty	warranty	NOUN	_	_	_	_	_	ss=n.communication	*
+14	help	help	VERB	_	_	_	_	_	ss=v.change	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.230
+# sent_counter = 981
+# text = kid cudi is a faggot , that is all
+1	kid	kid	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	cudi	cudi	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	faggot	faggot	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	that	that	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	all	all	DET	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-252
+# sent_counter = 982
+# text = Don ' t touch these guys unless you are desperate .
+1	Don	don	VERB	_	_	_	_	_	_	*
+2	'	'	PART	_	_	_	_	_	_	*
+3	t	t	PART	_	_	_	_	_	_	*
+4	touch	touch	VERB	_	_	_	_	_	ss=v.communication	*
+5	these	these	DET	_	_	_	_	_	_	*
+6	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+7	unless	unless	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	desperate	desperate	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-241
+# sent_counter = 983
+# text = I find this website dead easy to negotiate - coz I am not too savvy on the computer !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+5	dead	dead	ADV	_	_	_	_	_	_	*
+6	easy	easy	ADV	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	negotiate	negotiate	VERB	_	_	_	_	_	ss=v.cognition	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	coz	coz	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	not	not	ADV	_	_	_	_	_	_	*
+14	too	too	ADV	_	_	_	_	_	_	*
+15	savvy	savvy	ADJ	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	computer	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.19
+# sent_counter = 984
+# text = RT @thickinmyhips i hate being employed sometimes !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@thickinmyhips	@USER	X	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+5	being	be	AUX	_	_	_	_	_	_	*
+6	employed	employ	VERB	_	_	_	_	_	ss=v.stative	*
+7	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.76
+# sent_counter = 985
+# text = Without gratuitous sex , we would be no better than animals
+1	Without	without	ADP	_	_	_	_	_	_	*
+2	gratuitous	gratuitous	ADJ	_	_	_	_	_	_	*
+3	sex	sex	NOUN	_	_	_	_	_	ss=n.body	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	no	no	ADV	_	_	_	_	_	_	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	than	than	ADP	_	_	_	_	_	_	*
+11	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-14
+# sent_counter = 986
+# text = I received excellent service from an excellent company .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	received	receive	VERB	_	_	_	_	_	ss=v.possession	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	excellent	excellent	ADJ	_	_	_	_	_	_	*
+8	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-13
+# sent_counter = 987
+# text = This is a reusme of what we experienced :
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	reusme	reusme	NOUN	_	_	_	_	_	ss=n.communication	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	experienced	experience	VERB	_	_	_	_	_	ss=v.perception	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-131
+# sent_counter = 988
+# text = a very satisfying on - line shopping experience .
+1	a	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	satisfying	satisfying	ADJ	_	_	_	_	_	_	*
+4	on	on	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	-	-	PUNCT	_	_	_	_	_	_	1
+6	line	line	NOUN	_	_	_	_	_	_	1
+7	shopping	shopping	NOUN	_	_	_	_	_	_	1
+8	experience	experience	NOUN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.284
+# sent_counter = 989
+# text = TRUE BLOOD tonight ... still not sure I am gonna like the new XANADU style storyline they are getting into ... http://bit.ly/iXSxin
+1	TRUE	true	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	BLOOD	blood	PROPN	_	_	_	_	_	_	1
+3	tonight	tonight	NOUN	_	_	_	_	_	_	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	still	still	ADV	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	sure	sure	ADJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	am	be	AUX	_	_	_	_	_	_	*
+10	gonna	gonna	AUX	_	_	_	_	_	_	*
+11	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	new	new	ADJ	_	_	_	_	_	_	*
+14	XANADU	xanadu	PROPN	_	_	_	_	_	ss=n.communication	2:X
+15	style	style	NOUN	_	_	_	_	_	_	2
+16	storyline	storyline	NOUN	_	_	_	_	_	_	2
+17	they	they	PRON	_	_	_	_	_	_	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	getting	get	VERB	_	_	_	_	_	ss=v.change	3:X
+20	into	into	ADP	_	_	_	_	_	_	3
+21	...	...	X	_	_	_	_	_	_	*
+22	http://bit.ly/iXSxin	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-134
+# sent_counter = 990
+# text = Having never booked train tickets online before thought I would give it a try and was very surprised at how much I saved .
+1	Having	have	AUX	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+4	train	train	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	tickets	ticket	NOUN	_	_	_	_	_	_	1
+6	online	online	ADV	_	_	_	_	_	_	*
+7	before	before	ADP	_	_	_	_	_	_	*
+8	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	would	would	VERB	_	_	_	_	_	_	*
+11	give	give	VERB	_	_	_	_	_	ss=n.act	2:X
+12	it	it	PRON	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	try	try	NOUN	_	_	_	_	_	_	2
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	very	very	ADV	_	_	_	_	_	_	*
+18	surprised	surprised	ADJ	_	_	_	_	_	_	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	how	how	ADV	_	_	_	_	_	_	*
+21	much	much	ADV	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	saved	save	VERB	_	_	_	_	_	ss=v.possession	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-140
+# sent_counter = 991
+# text = She didn ' t even know she had had a delivery until I asked her daughter if she had received them .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	didn	didn	VERB	_	_	_	_	_	_	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	t	t	PART	_	_	_	_	_	_	*
+5	even	even	ADV	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	she	she	PRON	_	_	_	_	_	_	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+12	until	until	ADP	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+15	her	her	DET	_	_	_	_	_	_	*
+16	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+17	if	if	ADP	_	_	_	_	_	_	*
+18	she	she	PRON	_	_	_	_	_	_	*
+19	had	have	AUX	_	_	_	_	_	_	*
+20	received	receive	VERB	_	_	_	_	_	ss=v.change	*
+21	them	them	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-288
+# sent_counter = 992
+# text = Well that ' s me parcel back In Germany !
+1	Well	well	X	_	_	_	_	_	_	*
+2	that	that	PRON	_	_	_	_	_	_	*
+3	'	'	PART	_	_	_	_	_	_	*
+4	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+5	me	me	DET	_	_	_	_	_	_	*
+6	parcel	parcel	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	In	in	ADP	_	_	_	_	_	_	*
+9	Germany	germany	PROPN	_	_	_	_	_	ss=n.location	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-96
+# sent_counter = 993
+# text = Having had experiences with so called web designers before who promised all and failed on all accounts , this was a breathe of fresh air .
+1	Having	have	AUX	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	experiences	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	so	so	ADV	_	_	_	_	_	ss=v.communication	1:X
+6	called	call	VERB	_	_	_	_	_	_	1
+7	web	web	NOUN	_	_	_	_	_	ss=n.person	2:X
+8	designers	designer	NOUN	_	_	_	_	_	_	2
+9	before	before	ADP	_	_	_	_	_	_	*
+10	who	who	PRON	_	_	_	_	_	_	*
+11	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+12	all	all	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	failed	fail	VERB	_	_	_	_	_	ss=v.stative	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	all	all	DET	_	_	_	_	_	ss=n.other	3:X
+17	accounts	account	NOUN	_	_	_	_	_	_	3
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	this	this	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	breathe	breathe	NOUN	_	_	_	_	_	ss=n.feeling	4:X
+23	of	of	ADP	_	_	_	_	_	_	4
+24	fresh	fresh	ADJ	_	_	_	_	_	_	4
+25	air	air	NOUN	_	_	_	_	_	_	4
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-303
+# sent_counter = 994
+# text = After experiencing many difficulties with our previous provider , we made the move to Visualsoft who provided us with the perfect website for our brand .
+1	After	after	ADP	_	_	_	_	_	_	*
+2	experiencing	experience	VERB	_	_	_	_	_	ss=v.cognition	*
+3	many	many	ADJ	_	_	_	_	_	_	*
+4	difficulties	difficulty	NOUN	_	_	_	_	_	ss=n.state	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	our	our	DET	_	_	_	_	_	_	*
+7	previous	previous	ADJ	_	_	_	_	_	_	*
+8	provider	provider	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	made	make	VERB	_	_	_	_	_	ss=v.change	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	move	move	NOUN	_	_	_	_	_	ss=n.act	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	Visualsoft	visualsoft	PROPN	_	_	_	_	_	ss=n.group	*
+16	who	who	PRON	_	_	_	_	_	_	*
+17	provided	provide	VERB	_	_	_	_	_	ss=v.change	*
+18	us	us	PRON	_	_	_	_	_	_	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	perfect	perfect	ADJ	_	_	_	_	_	_	*
+22	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	our	our	DET	_	_	_	_	_	_	*
+25	brand	brand	NOUN	_	_	_	_	_	ss=n.communication	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.400
+# sent_counter = 995
+# text = [ POST ] Spammy ’s 12 Days of Xmas : Day 2 – Burning the Tool Log http://t.co/PdNKL8qF
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	POST	post	NOUN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	Spammy	spammy	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	’s	’s	PART	_	_	_	_	_	_	1
+6	12	NUMBER	NUM	_	_	_	_	_	_	1
+7	Days	days	NOUN	_	_	_	_	_	_	1
+8	of	of	ADP	_	_	_	_	_	_	1
+9	Xmas	xmas	PROPN	_	_	_	_	_	ss=n.event	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	Day	day	NOUN	_	_	_	_	_	ss=n.event	*
+12	2	NUMBER	NUM	_	_	_	_	_	_	*
+13	–	–	PUNCT	_	_	_	_	_	_	*
+14	Burning	burn	VERB	_	_	_	_	_	ss=v.change	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Tool	tool	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+17	Log	log	NOUN	_	_	_	_	_	_	2
+18	http://t.co/PdNKL8qF	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-95
+# sent_counter = 996
+# text = I would normally purchase such an item locally to enable us to test it first and for easier delivery options but couldn ' t find one in this area .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	VERB	_	_	_	_	_	_	*
+3	normally	normally	ADV	_	_	_	_	_	_	*
+4	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+5	such	such	ADV	_	_	_	_	_	_	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	locally	locally	ADV	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	enable	enable	VERB	_	_	_	_	_	ss=v.change	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	test	test	VERB	_	_	_	_	_	ss=v.change	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	first	first	ADV	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	easier	easy	ADJ	_	_	_	_	_	_	*
+19	delivery	delivery	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+20	options	option	NOUN	_	_	_	_	_	_	1
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	couldn	couldn	AUX	_	_	_	_	_	_	*
+23	'	'	PART	_	_	_	_	_	_	*
+24	t	t	PART	_	_	_	_	_	_	*
+25	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+26	one	one	PRON	_	_	_	_	_	_	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	this	this	DET	_	_	_	_	_	_	*
+29	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-256
+# sent_counter = 997
+# text = A company who sell all products needed by those who enjoy a proper shave and groom .
+1	A	a	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	needed	need	VERB	_	_	_	_	_	ss=v.emotion	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	those	those	PRON	_	_	_	_	_	_	*
+10	who	who	PRON	_	_	_	_	_	_	*
+11	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	proper	proper	ADJ	_	_	_	_	_	_	*
+14	shave	shave	NOUN	_	_	_	_	_	ss=n.act	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	groom	groom	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test trustpilot-186
+# sent_counter = 998
+# text = I then received another text followed by a phone call to let me know the cab had arrived .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	received	receive	VERB	_	_	_	_	_	ss=v.communication	*
+4	another	another	DET	_	_	_	_	_	_	*
+5	text	text	NOUN	_	_	_	_	_	ss=n.communication	*
+6	followed	follow	VERB	_	_	_	_	_	ss=v.change	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	phone	phone	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	call	call	NOUN	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	*
+12	let	let	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	me	me	PRON	_	_	_	_	_	_	*
+14	know	know	VERB	_	_	_	_	_	_	2
+15	the	the	DET	_	_	_	_	_	_	*
+16	cab	cab	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	had	have	AUX	_	_	_	_	_	_	*
+18	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.195
+# sent_counter = 999
+# text = Dear I think we are facing a problem , you act like you love me no longer .
+1	Dear	dear	NOUN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	are	be	AUX	_	_	_	_	_	_	*
+6	facing	face	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	act	act	VERB	_	_	_	_	_	ss=v.social	*
+12	like	like	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	no	no	ADV	_	_	_	_	_	_	1:X
+17	longer	longer	ADV	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.test tweebank.115
+# sent_counter = 1000
+# text = Do not feel good at all !! #notwinning
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	1:X
+6	all	all	DET	_	_	_	_	_	_	1
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+8	#notwinning	#notwinning	X	_	_	_	_	_	_	*
+
diff --git a/dimsum-data/dimsum16.train b/dimsum-data/dimsum16.train
new file mode 100644
index 0000000..2888a64
--- /dev/null
+++ b/dimsum-data/dimsum16.train
@@ -0,0 +1,78625 @@
+1	Security	security	NOUN	O	0		n.state	lowlands-1
+2	increased	increase	VERB	O	0		v.change	lowlands-1
+3	in	in	ADP	O	0			lowlands-1
+4	Mumbai	mumbai	PROPN	O	0		n.location	lowlands-1
+5	amid	amid	ADP	O	0			lowlands-1
+6	terror	terror	NOUN	B	0		n.communication	lowlands-1
+7	threats	threat	NOUN	I	6			lowlands-1
+8	ahead	ahead	ADP	O	0			lowlands-1
+9	of	of	ADP	O	0			lowlands-1
+10	Ganeshotsav	ganeshotsav	PROPN	O	0		n.event	lowlands-1
+11	:	:	PUNCT	O	0			lowlands-1
+12	police	police	NOUN	O	0		n.group	lowlands-1
+13	URL	URL	X	O	0			lowlands-1
+
+1	Magic	magic	ADJ	B	0		n.group	lowlands-2
+2	Key	key	NOUN	I	1			lowlands-2
+3	Security	security	NOUN	I	2			lowlands-2
+4	Locksmiths	locksmith	NOUN	I	3			lowlands-2
+5	Save	save	ADJ	O	0			lowlands-2
+6	?	?	PUNCT	O	0			lowlands-2
+7	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-2
+8	on	on	ADP	O	0			lowlands-2
+9	all	all	DET	O	0			lowlands-2
+10	Booked	book	VERB	O	0		v.communication	lowlands-2
+11	Services	services	NOUN	O	0		n.act	lowlands-2
+12	with	with	ADP	O	0			lowlands-2
+13	@USER	@USER	PROPN	O	0			lowlands-2
+14	URL	URL	X	O	0			lowlands-2
+15	@USER	@USER	PROPN	O	0			lowlands-2
+
+1	#HNIC	#hnic	PROPN	B	0			lowlands-3
+2	#HNIC	#hnic	PROPN	I	1			lowlands-3
+3	Hamsik	hamsik	PROPN	O	0		n.person	lowlands-3
+4	vows	vow	VERB	O	0		v.communication	lowlands-3
+5	to	to	ADP	O	0			lowlands-3
+6	challenge	challenge	VERB	O	0		v.competition	lowlands-3
+7	for	for	ADP	O	0			lowlands-3
+8	title	title	NOUN	O	0		n.communication	lowlands-3
+9	with	with	ADP	O	0			lowlands-3
+10	Napoli	napoli	PROPN	O	0		n.person	lowlands-3
+11	:	:	PUNCT	O	0			lowlands-3
+12	The	the	DET	O	0			lowlands-3
+13	Slovakia	slovakia	PROPN	B	0		n.person	lowlands-3
+14	international	international	NOUN	I	13			lowlands-3
+15	was	be	VERB	O	0		v.stative	lowlands-3
+16	in	in	ADP	O	0			lowlands-3
+17	...	...	PUNCT	O	0			lowlands-3
+18	URL	URL	X	O	0			lowlands-3
+19	on	on	ADP	O	0			lowlands-3
+20	@USER	@USER	PROPN	O	0			lowlands-3
+
+1	Is	be	VERB	O	0		v.stative	lowlands-4
+2	your	your	DET	O	0			lowlands-4
+3	cat	cat	NOUN	O	0		n.animal	lowlands-4
+4	safe	safe	ADJ	O	0			lowlands-4
+5	from	from	ADP	O	0			lowlands-4
+6	disease	disease	NOUN	O	0		n.body	lowlands-4
+7	just	just	ADV	O	0			lowlands-4
+8	because	because	CONJ	O	0			lowlands-4
+9	he	he	PRON	O	0			lowlands-4
+10	got	get	VERB	O	0		v.body	lowlands-4
+11	a	a	DET	O	0			lowlands-4
+12	vaccine	vaccine	NOUN	O	0		n.substance	lowlands-4
+13	?	?	PUNCT	O	0			lowlands-4
+14	It	it	PRON	O	0			lowlands-4
+15	depends	depend	VERB	O	0		v.stative	lowlands-4
+16	.	.	PUNCT	O	0			lowlands-4
+17	Find	find	VERB	B	0		v.cognition	lowlands-4
+18	out	out	PART	I	17			lowlands-4
+19	why	why	ADV	O	0			lowlands-4
+20	URL	URL	X	O	0			lowlands-4
+
+1	I	i	PRON	O	0			lowlands-5
+2	posted	post	VERB	O	0		v.communication	lowlands-5
+3	a	a	DET	O	0			lowlands-5
+4	new	new	ADJ	O	0			lowlands-5
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-5
+6	to	to	ADP	O	0			lowlands-5
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-5
+8	URL	URL	X	O	0			lowlands-5
+
+1	European	european	ADJ	O	0			lowlands-6
+2	Study	study	NOUN	O	0		n.communication	lowlands-6
+3	Finds	find	VERB	O	0		v.cognition	lowlands-6
+4	Megaupload	megaupload	PROPN	O	0		n.group	lowlands-6
+5	Closure	closure	NOUN	O	0		n.event	lowlands-6
+6	Helped	help	VERB	O	0		v.stative	lowlands-6
+7	Blockbusters	blockbusters	PROPN	O	0		n.group	lowlands-6
+8	,	,	PUNCT	O	0			lowlands-6
+9	Hurt	hurt	VERB	O	0		v.change	lowlands-6
+10	Smaller	smaller	ADJ	O	0			lowlands-6
+11	Pics	pic	NOUN	O	0		n.artifact	lowlands-6
+12	:	:	PUNCT	O	0			lowlands-6
+13	Researchers	researcher	NOUN	O	0		n.person	lowlands-6
+14	from	from	ADP	O	0			lowlands-6
+15	the	the	DET	O	0			lowlands-6
+16	Munich	munich	PROPN	B	0		n.group	lowlands-6
+17	Sc	sc	NOUN	I	16			lowlands-6
+18	...	...	PUNCT	O	0			lowlands-6
+19	URL	URL	X	O	0			lowlands-6
+
+1	NUMBER	NUMBER	NUM	B	0		n.communication	lowlands-7
+2	Challenge	challenge	NOUN	I	1			lowlands-7
+3	:	:	PUNCT	O	0			lowlands-7
+4	Move	move	VERB	O	0		v.motion	lowlands-7
+5	a	a	DET	O	0			lowlands-7
+6	Mile	mile	NOUN	O	0		n.quantity	lowlands-7
+7	a	a	DET	O	0			lowlands-7
+8	Day	day	NOUN	O	0		n.time	lowlands-7
+9	#getmefit2	#getmefit2	NOUN	O	0		n.communication	lowlands-7
+10	URL	URL	X	O	0			lowlands-7
+11	URL	URL	X	O	0			lowlands-7
+
+1	Messi	messi	PROPN	O	0		n.person	lowlands-8
+2	,	,	PUNCT	O	0			lowlands-8
+3	who	who	PRON	O	0			lowlands-8
+4	is	be	AUX	O	0			lowlands-8
+5	recovering	recover	VERB	O	0		v.body	lowlands-8
+6	from	from	ADP	O	0			lowlands-8
+7	a	a	DET	O	0			lowlands-8
+8	thigh	thigh	NOUN	B	0		n.body	lowlands-8
+9	muscle	muscle	NOUN	I	8			lowlands-8
+10	injury	injury	NOUN	I	9			lowlands-8
+11	,	,	PUNCT	O	0			lowlands-8
+12	rejoins	rejoin	VERB	O	0		v.social	lowlands-8
+13	the	the	DET	O	0			lowlands-8
+14	group	group	NOUN	O	0		n.group	lowlands-8
+15	on	on	ADP	O	0			lowlands-8
+16	training	training	NOUN	O	0		n.act	lowlands-8
+17	today	today	NOUN	O	0			lowlands-8
+18	URL	URL	X	O	0			lowlands-8
+
+1	Whatever	whatever	ADV	O	0			lowlands-9
+2	your	your	DET	O	0			lowlands-9
+3	sexual	sexual	ADJ	O	0			lowlands-9
+4	fantasy	fantasy	NOUN	O	0		n.cognition	lowlands-9
+5	@USER	@USER	PROPN	O	0		n.person	lowlands-9
+6	has	have	AUX	O	0			lowlands-9
+7	probably	probably	ADV	O	0			lowlands-9
+8	written	write	VERB	O	0		v.creation	lowlands-9
+9	about	about	ADP	O	0			lowlands-9
+10	it	it	PRON	O	0			lowlands-9
+11	URL	URL	X	O	0			lowlands-9
+12	Check	check	VERB	B	0		v.cognition	lowlands-9
+13	out	out	PART	I	12			lowlands-9
+14	his	his	DET	O	0			lowlands-9
+15	hot	hot	ADJ	O	0			lowlands-9
+16	&	&	CONJ	O	0			lowlands-9
+17	sexy	sexy	ADJ	O	0			lowlands-9
+18	short	short	ADJ	O	0			lowlands-9
+19	stories	story	NOUN	O	0		n.communication	lowlands-9
+20	.	.	PUNCT	O	0			lowlands-9
+
+1	@USER	@USER	PROPN	O	0			lowlands-10
+2	Checkout	checkout	VERB	O	0		v.cognition	lowlands-10
+3	&	&	CONJ	O	0			lowlands-10
+4	Share	share	VERB	O	0		v.social	lowlands-10
+5	NEW	new	ADJ	O	0			lowlands-10
+6	Single	single	NOUN	B	0		n.person	lowlands-10
+7	@USER	@USER	PROPN	I	6			lowlands-10
+8	&	&	CONJ	O	0			lowlands-10
+9	@USER	@USER	PROPN	O	0		n.person	lowlands-10
+10	-	-	PUNCT	O	0			lowlands-10
+11	Playtime	playtime	NOUN	O	0		n.act	lowlands-10
+12	URL	URL	X	O	0			lowlands-10
+13	#RipMucho	#ripmucho	NOUN	O	0			lowlands-10
+14	#DoIt4Mucho	#doit4mucho	NOUN	O	0			lowlands-10
+15	#FreeKush	#freekush	NOUN	O	0			lowlands-10
+
+1	Are	be	VERB	O	0		v.stative	lowlands-11
+2	you	you	PRON	O	0			lowlands-11
+3	on	on	ADP	O	0			lowlands-11
+4	Google+	google+	PROPN	O	0		n.communication	lowlands-11
+5	?	?	PUNCT	O	0			lowlands-11
+6	If	if	ADP	O	0			lowlands-11
+7	you	you	PRON	O	0			lowlands-11
+8	are	be	VERB	O	0		v.stative	lowlands-11
+9	,	,	PUNCT	O	0			lowlands-11
+10	make	make	VERB	B	0		v.cognition	lowlands-11
+11	sure	sure	ADJ	I	10			lowlands-11
+12	to	to	ADP	O	0			lowlands-11
+13	follow	follow	VERB	O	0		v.social	lowlands-11
+14	@USER	@USER	PROPN	O	0		n.person	lowlands-11
+15	!	!	PUNCT	O	0			lowlands-11
+16	URL	URL	X	O	0			lowlands-11
+
+1	'	'	PUNCT	O	0			lowlands-12
+2	Manuelgross/management	manuelgross/management	PROPN	O	0		n.group	lowlands-12
+3	'	'	PUNCT	O	0			lowlands-12
+4	news	news	NOUN	O	0		n.communication	lowlands-12
+5	URL	URL	X	O	0			lowlands-12
+6	-	-	PUNCT	O	0			lowlands-12
+7	top	top	ADJ	O	0			lowlands-12
+8	stories	story	NOUN	O	0		n.communication	lowlands-12
+9	by	by	ADP	O	0			lowlands-12
+10	RLloria	rlloria	PROPN	O	0		n.person	lowlands-12
+11	,	,	PUNCT	O	0			lowlands-12
+12	AliciaPomares	aliciapomares	PROPN	O	0		n.person	lowlands-12
+13	,	,	PUNCT	O	0			lowlands-12
+14	manuelgross	manuelgross	PROPN	O	0		n.group	lowlands-12
+
+1	omg	omg	X	O	0			lowlands-13
+2	but	but	CONJ	O	0			lowlands-13
+3	stop	stop	VERB	O	0		v.change	lowlands-13
+4	with	with	ADP	O	0			lowlands-13
+5	articles	article	NOUN	O	0		n.communication	lowlands-13
+6	about	about	ADP	O	0			lowlands-13
+7	Lea	lea	PROPN	O	0		n.person	lowlands-13
+8	and	and	CONJ	O	0			lowlands-13
+9	her	her	PRON	O	0			lowlands-13
+10	love	love	NOUN	O	0		n.feeling	lowlands-13
+11	for	for	ADP	O	0			lowlands-13
+12	Cory	cory	PROPN	O	0		n.person	lowlands-13
+13	it	it	PRON	O	0			lowlands-13
+14	hurts	hurt	VERB	O	0		v.cognition	lowlands-13
+15	:'(	:'(	X	O	0			lowlands-13
+16	and	and	CONJ	O	0			lowlands-13
+17	it's	it's	VERB	O	0		v.stative	lowlands-13
+18	not	not	ADV	O	0			lowlands-13
+19	a	a	DET	O	0			lowlands-13
+20	good	good	ADJ	O	0			lowlands-13
+21	source	source	NOUN	O	0		n.state	lowlands-13
+22	...	...	PUNCT	O	0			lowlands-13
+23	URL	URL	X	O	0			lowlands-13
+
+1	Why	why	ADV	O	0			lowlands-14
+2	barefoot	barefoot	NOUN	O	0		n.body	lowlands-14
+3	isn't	isn't	VERB	O	0		v.stative	lowlands-14
+4	best	best	ADJ	O	0			lowlands-14
+5	for	for	ADP	O	0			lowlands-14
+6	most	most	DET	O	0			lowlands-14
+7	runners	runner	NOUN	O	0		n.person	lowlands-14
+8	URL	URL	X	O	0			lowlands-14
+
+1	Target	target	NOUN	O	0			lowlands-15
+2	:	:	PUNCT	O	0			lowlands-15
+3	Tena	tena	PROPN	O	0		n.person	lowlands-15
+4	Money	money	NOUN	B	0		n.cognition	lowlands-15
+5	Maker	maker	NOUN	I	4			lowlands-15
+6	Deal	deal	NOUN	I	5			lowlands-15
+7	!!	!!	PUNCT	O	0			lowlands-15
+8	URL	URL	X	O	0			lowlands-15
+
+1	Estate	estate	NOUN	B	0		n.state	lowlands-16
+2	agency	agency	NOUN	I	1			lowlands-16
+3	insolvencies	insolvency	NOUN	I	2			lowlands-16
+4	'	'	PUNCT	O	0			lowlands-16
+5	up	up	PART	O	0			lowlands-16
+6	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-16
+7	URL	URL	X	O	0			lowlands-16
+
+1	White	white	ADJ	B	0		n.communication	lowlands-17
+2	Paper	paper	NOUN	I	1			lowlands-17
+3	:	:	PUNCT	O	0			lowlands-17
+4	How	how	ADV	O	0			lowlands-17
+5	to	to	ADP	O	0			lowlands-17
+6	Effectively	effectively	ADV	O	0			lowlands-17
+7	Integrate	integrate	VERB	O	0		v.change	lowlands-17
+8	Social	social	ADJ	B	0		n.communication	lowlands-17
+9	Media	medium	NOUN	I	8			lowlands-17
+10	and	and	CONJ	O	0			lowlands-17
+11	Online	online	ADJ	B	0		n.communication	lowlands-17
+12	Marketing	marketing	NOUN	I	11			lowlands-17
+13	URL	URL	X	O	0			lowlands-17
+
+1	Mild	mild	ADJ	O	0			lowlands-18
+2	temperatures	temperature	NOUN	O	0		n.attribute	lowlands-18
+3	and	and	CONJ	O	0			lowlands-18
+4	low	low	ADJ	O	0			lowlands-18
+5	rain	rain	NOUN	B	0		n.state	lowlands-18
+6	chances	chance	NOUN	I	5			lowlands-18
+7	are	be	VERB	O	0		v.stative	lowlands-18
+8	on	on	ADP	B	0		n.state	lowlands-18
+9	tap	tap	NOUN	I	8			lowlands-18
+10	to	to	ADP	O	0			lowlands-18
+11	start	start	VERB	O	0		v.change	lowlands-18
+12	the	the	DET	O	0			lowlands-18
+13	work	work	NOUN	B	0		n.time	lowlands-18
+14	week	week	NOUN	I	13			lowlands-18
+15	.	.	PUNCT	O	0			lowlands-18
+16	URL	URL	X	O	0			lowlands-18
+
+1	Today	today	NOUN	B	0		n.communication	lowlands-19
+2	stats	stats	NOUN	I	1			lowlands-19
+3	:	:	PUNCT	O	0			lowlands-19
+4	NUMBER	NUMBER	NUM	B	0		n.communication	lowlands-19
+5	followers	followers	NOUN	I	4			lowlands-19
+6	,	,	PUNCT	O	0			lowlands-19
+7	No	no	DET	O	0			lowlands-19
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-19
+9	and	and	CONJ	O	0			lowlands-19
+10	followed	follow	VERB	O	0		v.social	lowlands-19
+11	one	one	NUM	O	0		n.other	lowlands-19
+12	person	person	NOUN	O	0		n.person	lowlands-19
+13	via	via	ADP	O	0			lowlands-19
+14	URL	URL	X	O	0			lowlands-19
+
+1	#BBATheChase	#bbathechase	PROPN	O	0			lowlands-20
+2	:	:	PUNCT	O	0			lowlands-20
+3	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-20
+4	housemates	housemate	NOUN	O	0		n.person	lowlands-20
+5	we	we	PRON	O	0			lowlands-20
+6	loved	love	VERB	O	0		v.emotion	lowlands-20
+7	this	this	DET	O	0			lowlands-20
+8	year	year	NOUN	O	0		n.event	lowlands-20
+9	URL	URL	X	O	0			lowlands-20
+
+1	#Cinetainment	#cinetainment	NOUN	O	0			lowlands-21
+2	:	:	PUNCT	O	0			lowlands-21
+3	#Warning	#warning	NOUN	O	0			lowlands-21
+4	is	be	VERB	O	0		v.stative	lowlands-21
+5	an	an	DET	O	0			lowlands-21
+6	upcoming	upcoming	ADJ	O	0			lowlands-21
+7	Thriller	thriller	NOUN	O	0		n.communication	lowlands-21
+8	NUMBER	NUMBER	NUM	O	0			lowlands-21
+9	film	film	NOUN	O	0		n.communication	lowlands-21
+10	directed	direct	VERB	O	0		v.communication	lowlands-21
+11	by	by	ADP	O	0			lowlands-21
+12	#Gurmmeet	#gurmmeet	PROPN	B	0		n.person	lowlands-21
+13	Singh	singh	PROPN	I	12			lowlands-21
+14	.	.	PUNCT	O	0			lowlands-21
+15	The	the	DET	O	0			lowlands-21
+16	film	film	NOUN	O	0		n.communication	lowlands-21
+17	features	feature	VERB	O	0		v.stative	lowlands-21
+18	...	...	PUNCT	O	0			lowlands-21
+19	URL	URL	X	O	0			lowlands-21
+
+1	Do	do	AUX	O	0			lowlands-22
+2	you	you	PRON	O	0			lowlands-22
+3	know	know	VERB	O	0		v.cognition	lowlands-22
+4	Benjamin	benjamin	PROPN	B	0		n.person	lowlands-22
+5	Sir	sir	PROPN	I	4			lowlands-22
+6	twitter	twitter	NOUN	O	0		n.communication	lowlands-22
+7	or	or	CONJ	O	0			lowlands-22
+8	insta	insta	NOUN	O	0		n.communication	lowlands-22
+9	?	?	PUNCT	O	0			lowlands-22
+10	?	?	PUNCT	O	0			lowlands-22
+11	Nope	nope	X	O	0			lowlands-22
+12	,	,	PUNCT	O	0			lowlands-22
+13	sorry	sorry	X	O	0			lowlands-22
+14	(:	(:	X	O	0			lowlands-22
+15	HEY	hey	X	O	0			lowlands-22
+16	WHAT	what	DET	O	0			lowlands-22
+17	LAO	lao	X	O	0			lowlands-22
+18	EH	eh	X	O	0			lowlands-22
+19	!	!	PUNCT	O	0			lowlands-22
+20	I	i	PRON	O	0			lowlands-22
+21	NOT	not	ADV	O	0			lowlands-22
+22	SOME	some	DET	O	0			lowlands-22
+23	PHONE	phone	NOUN	B	0		n.communication	lowlands-22
+24	BOOK	book	NOUN	I	23			lowlands-22
+25	OR	or	CONJ	O	0			lowlands-22
+26	FACEBOOK	facebook	PROPN	O	0		n.communication	lowlands-22
+27	O	o	X	O	0			lowlands-22
+28	...	...	PUNCT	O	0			lowlands-22
+29	URL	URL	X	O	0			lowlands-22
+
+1	The	the	DET	O	0			lowlands-23
+2	event	event	NOUN	O	0		n.event	lowlands-23
+3	with	with	ADP	O	0			lowlands-23
+4	Philip	philip	PROPN	B	0		n.person	lowlands-23
+5	Pullman	pullman	PROPN	I	4			lowlands-23
+6	and	and	CONJ	O	0			lowlands-23
+7	@USER	@USER	PROPN	O	0		n.person	lowlands-23
+8	in	in	ADP	O	0			lowlands-23
+9	Oxford	oxford	PROPN	O	0		n.location	lowlands-23
+10	last	last	ADJ	B	0			lowlands-23
+11	week	week	NOUN	I	10			lowlands-23
+12	was	be	VERB	O	0		v.stative	lowlands-23
+13	magical	magical	ADJ	O	0			lowlands-23
+14	.	.	PUNCT	O	0			lowlands-23
+15	Listen	listen	VERB	O	0		v.perception	lowlands-23
+16	to	to	ADP	O	0			lowlands-23
+17	the	the	DET	O	0			lowlands-23
+18	hour-long	hour-long	ADJ	O	0			lowlands-23
+19	podcast	podcast	NOUN	O	0		n.communication	lowlands-23
+20	here	here	ADV	O	0			lowlands-23
+21	:	:	PUNCT	O	0			lowlands-23
+22	URL	URL	X	O	0			lowlands-23
+
+1	(	(	PUNCT	O	0			lowlands-24
+2	K-Dawg	k-dawg	PROPN	O	0			lowlands-24
+3	)	)	PUNCT	O	0			lowlands-24
+4	I	i	PRON	O	0			lowlands-24
+5	can	can	AUX	O	0			lowlands-24
+6	cook	cook	VERB	O	0		v.creation	lowlands-24
+7	,	,	PUNCT	O	0			lowlands-24
+8	bit	bit	CONJ	O	0			lowlands-24
+9	i	i	PRON	O	0			lowlands-24
+10	CAN'T	can't	AUX	O	0			lowlands-24
+11	operate	operate	VERB	O	0		v.contact	lowlands-24
+12	the	the	DET	O	0			lowlands-24
+13	dishwasher	dishwasher	NOUN	O	0		n.artifact	lowlands-24
+14	...	...	PUNCT	O	0			lowlands-24
+15	guess	guess	VERB	O	0		v.cognition	lowlands-24
+16	this	this	PRON	O	0			lowlands-24
+17	leaves	leave	VERB	B	0		v.stative	lowlands-24
+18	me	me	PRON	o	0			lowlands-24
+19	out	out	PART	I	17			lowlands-24
+20	!	!	PUNCT	O	0			lowlands-24
+21	LOL	lol	X	O	0			lowlands-24
+22	A	a	DET	O	0			lowlands-24
+23	handful	handful	DET	O	0			lowlands-24
+24	of	of	ADP	O	0			lowlands-24
+25	YouTube	youtube	PROPN	O	0		n.communication	lowlands-24
+26	...	...	PUNCT	O	0			lowlands-24
+27	URL	URL	X	O	0			lowlands-24
+
+1	Today	today	ADV	B	0			lowlands-25
+2	stats	stats	NOUN	I	1			lowlands-25
+3	:	:	PUNCT	O	0			lowlands-25
+4	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-25
+5	followers	followers	NOUN	O	0		n.person	lowlands-25
+6	,	,	PUNCT	O	0			lowlands-25
+7	One	one	NUM	O	0		n.person	lowlands-25
+8	unfollower	unfollower	NOUN	O	0		n.person	lowlands-25
+9	and	and	CONJ	O	0			lowlands-25
+10	followed	follow	VERB	O	0		v.social	lowlands-25
+11	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-25
+12	people	people	NOUN	O	0		n.person	lowlands-25
+13	via	via	ADP	O	0			lowlands-25
+14	URL	URL	X	O	0			lowlands-25
+
+1	Relatively	relatively	ADV	O	0			lowlands-26
+2	Satisfied	satisfied	ADJ	O	0			lowlands-26
+3	Customers	customer	NOUN	O	0		n.person	lowlands-26
+4	:	:	PUNCT	O	0			lowlands-26
+5	Dilbert	dilbert	PROPN	O	0		n.person	lowlands-26
+6	URL	URL	X	O	0			lowlands-26
+7	#CartoonsandPictures	#cartoonsandpictures	NOUN	O	0			lowlands-26
+8	#UserExperience	#userexperience	NOUN	O	0			lowlands-26
+
+1	Why	why	ADV	O	0			lowlands-27
+2	not	not	ADV	O	0			lowlands-27
+3	start	start	VERB	B	0		v.change	lowlands-27
+4	the	the	DET	o	0			lowlands-27
+5	week	week	NOUN	o	0		n.time	lowlands-27
+6	out	out	PART	I	3			lowlands-27
+7	by	by	ADP	O	0			lowlands-27
+8	getting	get	VERB	O	0		v.change	lowlands-27
+9	depressed	depressed	ADJ	O	0			lowlands-27
+10	?	?	PUNCT	O	0			lowlands-27
+11	According	accord	VERB	B	0			lowlands-27
+12	to	to	ADP	I	11			lowlands-27
+13	Jill	jill	PROPN	B	0		n.person	lowlands-27
+14	Konrath	konrath	PROPN	I	13			lowlands-27
+15	,	,	PUNCT	O	0			lowlands-27
+16	?	?	PUNCT	O	0			lowlands-27
+17	when	when	ADV	O	0			lowlands-27
+18	people	people	NOUN	O	0		n.person	lowlands-27
+19	try	try	VERB	O	0		v.change	lowlands-27
+20	to	to	ADP	O	0			lowlands-27
+21	do	do	VERB	O	0		v.stative	lowlands-27
+22	two	two	NUM	O	0		n.quantity	lowlands-27
+23	...	...	PUNCT	O	0			lowlands-27
+24	URL	URL	X	O	0			lowlands-27
+
+1	Venice	venice	PROPN	B	0		n.group	lowlands-28
+2	Festival	festival	NOUN	I	1			lowlands-28
+3	Offers	offer	VERB	O	0		v.communication	lowlands-28
+4	Bold	bold	ADJ	O	0			lowlands-28
+5	Mix	mix	NOUN	O	0		n.attribute	lowlands-28
+6	:	:	PUNCT	O	0			lowlands-28
+7	As	as	ADV	O	0			lowlands-28
+8	the	the	DET	O	0			lowlands-28
+9	Venice	venice	PROPN	B	0		n.event	lowlands-28
+10	Film	film	NOUN	I	9			lowlands-28
+11	Festival	festival	NOUN	I	10			lowlands-28
+12	celebrates	celebrate	VERB	O	0		v.social	lowlands-28
+13	its	its	DET	O	0			lowlands-28
+14	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-28
+15	year	year	NOUN	O	0		n.time	lowlands-28
+16	,	,	PUNCT	O	0			lowlands-28
+17	its	its	DET	O	0			lowlands-28
+18	lineup	lineup	NOUN	O	0		n.communication	lowlands-28
+19	looks	look	VERB	O	0		v.perception	lowlands-28
+20	to	to	ADP	O	0			lowlands-28
+21	the	the	DET	O	0			lowlands-28
+22	...	...	PUNCT	O	0			lowlands-28
+23	URL	URL	X	O	0			lowlands-28
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-29
+2	:	:	PUNCT	O	0			lowlands-29
+3	Follow	follow	VERB	O	0		v.social	lowlands-29
+4	@USER	@USER	PROPN	O	0		n.person	lowlands-29
+5	and	and	CONJ	O	0			lowlands-29
+6	this	this	DET	O	0			lowlands-29
+7	tweet	tweet	NOUN	O	0		n.communication	lowlands-29
+8	to	to	ADP	O	0			lowlands-29
+9	win	win	VERB	O	0		v.competition	lowlands-29
+10	this	this	DET	O	0			lowlands-29
+11	@USER	@USER	PROPN	O	0		n.person	lowlands-29
+12	watch	watch	VERB	O	0		v.perception	lowlands-29
+13	worth	worth	ADJ	O	0			lowlands-29
+14	?	?	PUNCT	O	0			lowlands-29
+15	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-29
+16	!	!	PUNCT	O	0			lowlands-29
+17	URL	URL	X	O	0			lowlands-29
+18	URL	URL	X	O	0			lowlands-29
+
+1	#Syria's	#syria's	PROPN	B	0		n.person	lowlands-30
+2	#Assad	#assad	PROPN	I	1			lowlands-30
+3	dismisses	dismiss	VERB	O	0		v.communication	lowlands-30
+4	chemical	chemical	ADJ	B	0		n.artifact	lowlands-30
+5	weapon	weapon	NOUN	I	4			lowlands-30
+6	use	use	NOUN	O	0		n.act	lowlands-30
+7	as	as	ADP	O	0			lowlands-30
+8	politically	politically	ADV	O	0			lowlands-30
+9	motivated	motivate	VERB	O	0		v.cognition	lowlands-30
+10	-	-	PUNCT	O	0			lowlands-30
+11	The	the	DET	B	0		n.communication	lowlands-30
+12	Star	star	NOUN	I	11			lowlands-30
+13	Online	online	NOUN	I	12			lowlands-30
+14	URL	URL	X	O	0			lowlands-30
+
+1	Baseball	baseball	NOUN	O	0		n.act	lowlands-31
+2	has	have	VERB	O	0		v.stative	lowlands-31
+3	the	the	DET	O	0			lowlands-31
+4	great	great	ADJ	O	0			lowlands-31
+5	advantage	advantage	NOUN	O	0		n.attribute	lowlands-31
+6	over	over	ADP	O	0			lowlands-31
+7	cricket	cricket	NOUN	O	0		n.act	lowlands-31
+8	of	of	ADP	O	0			lowlands-31
+9	being	be	AUX	O	0			lowlands-31
+10	sooner	sooner	ADV	O	0			lowlands-31
+11	ended	end	VERB	O	0		v.stative	lowlands-31
+12	-	-	PUNCT	O	0			lowlands-31
+13	George	george	PROPN	B	0		n.person	lowlands-31
+14	Bernard	bernard	PROPN	I	13			lowlands-31
+15	Shaw	shaw	PROPN	I	14			lowlands-31
+16	URL	URL	X	O	0			lowlands-31
+17	#Quotes	#quotes	NOUN	O	0		n.communication	lowlands-31
+
+1	Were	be	AUX	O	0			lowlands-32
+2	ordered	order	VERB	O	0		v.communication	lowlands-32
+3	to	to	ADP	O	0			lowlands-32
+4	chant	chant	VERB	O	0		v.communication	lowlands-32
+5	praise	praise	NOUN	O	0		n.attribute	lowlands-32
+6	of	of	ADP	O	0			lowlands-32
+7	Narendra	narendra	PROPN	B	0		n.person	lowlands-32
+8	Modi	modi	PROPN	I	7			lowlands-32
+9	,	,	PUNCT	O	0			lowlands-32
+10	say	say	VERB	O	0		v.communication	lowlands-32
+11	Pune	pune	PROPN	B	0		n.person	lowlands-32
+12	film	film	NOUN	I	11			lowlands-32
+13	students	student	NOUN	I	12			lowlands-32
+14	after	after	ADP	O	0			lowlands-32
+15	clash	clash	NOUN	O	0		n.event	lowlands-32
+16	URL	URL	X	O	0			lowlands-32
+
+1	Zombie	zombie	NOUN	B	0			lowlands-33
+2	News	news	NOUN	I	1			lowlands-33
+3	:	:	PUNCT	O	0			lowlands-33
+4	Sneak	sneak	NOUN	B	0		n.act	lowlands-33
+5	Peek	peek	NOUN	I	4			lowlands-33
+6	of	of	ADP	O	0			lowlands-33
+7	The	the	DET	O	0			lowlands-33
+8	Walking	walking	NOUN	B	0		n.communication	lowlands-33
+9	Dead	dead	NOUN	I	8			lowlands-33
+10	Season	season	NOUN	I	9			lowlands-33
+11	4	4	NUM	I	10			lowlands-33
+12	Right	right	ADV	O	0			lowlands-33
+13	Here	here	ADV	O	0			lowlands-33
+14	!	!	PUNCT	O	0			lowlands-33
+15	URL	URL	X	O	0			lowlands-33
+
+1	WMAL	wmal	X	O	0			lowlands-34
+2	EXCLUSIVE	exclusive	ADJ	O	0			lowlands-34
+3	:	:	PUNCT	O	0			lowlands-34
+4	Panhandling	panhandling	NOUN	B	0		n.communication	lowlands-34
+5	Ban	ban	NOUN	I	4			lowlands-34
+6	Causes	cause	VERB	O	0		v.change	lowlands-34
+7	Loudoun	loudoun	PROPN	B	0		n.person	lowlands-34
+8	Firefighters	firefighter	NOUN	I	7			lowlands-34
+9	'	'	PUNCT	O	0			lowlands-34
+10	"	"	PUNCT	O	0			lowlands-34
+11	Fill	fill	VERB	B	0		n.communication	lowlands-34
+12	The	the	DET	I	11			lowlands-34
+13	Boot	boot	NOUN	I	12			lowlands-34
+14	"	"	PUNCT	O	0			lowlands-34
+15	Donations	donation	NOUN	O	0		n.possession	lowlands-34
+16	To	to	ADP	O	0			lowlands-34
+17	Dwindle	dwindle	VERB	O	0		v.change	lowlands-34
+18	URL	URL	X	O	0			lowlands-34
+
+1	Today	today	ADV	O	0			lowlands-35
+2	stats	stats	NOUN	O	0		n.communication	lowlands-35
+3	:	:	PUNCT	O	0			lowlands-35
+4	One	one	NUM	O	0		n.person	lowlands-35
+5	follower	follower	NOUN	O	0		n.person	lowlands-35
+6	,	,	PUNCT	O	0			lowlands-35
+7	2	2	NUM	O	0		n.person	lowlands-35
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-35
+9	via	via	ADP	O	0			lowlands-35
+10	URL	URL	X	O	0			lowlands-35
+
+1	For	for	ADP	O	0			lowlands-36
+2	your	your	DET	O	0			lowlands-36
+3	Leadership	leadership	NOUN	B	0		n.cognition	lowlands-36
+4	Toolbox	toolbox	NOUN	I	3			lowlands-36
+5	:	:	PUNCT	O	0			lowlands-36
+6	Evernote	evernote	PROPN	O	0		n.communication	lowlands-36
+7	?	?	PUNCT	O	0			lowlands-36
+8	A	a	DET	O	0			lowlands-36
+9	Multi-Platform	multi-platform	ADJ	O	0			lowlands-36
+10	Way	way	NOUN	O	0		n.attribute	lowlands-36
+11	to	to	ADP	O	0			lowlands-36
+12	Stay	stay	VERB	O	0		v.change	lowlands-36
+13	Organized	organized	ADJ	O	0			lowlands-36
+14	and	and	CONJ	O	0			lowlands-36
+15	More	more	ADV	O	0			lowlands-36
+16	(	(	PUNCT	O	0			lowlands-36
+17	@USER	@USER	PROPN	O	0		n.person	lowlands-36
+18	)	)	PUNCT	O	0			lowlands-36
+19	|	|	PUNCT	O	0			lowlands-36
+20	URL	URL	X	O	0			lowlands-36
+
+1	Watch	watch	VERB	O	0		v.perception	lowlands-37
+2	Aaron	aaron	PROPN	B	0		n.artifact	lowlands-37
+3	Paul's	paul's	PROPN	I	2			lowlands-37
+4	Audition	audition	NOUN	I	3			lowlands-37
+5	Tape	tape	NOUN	I	4			lowlands-37
+6	For	for	ADP	O	0			lowlands-37
+7	Breaking	breaking	NOUN	B	0		n.communication	lowlands-37
+8	Bad	bad	NOUN	I	7			lowlands-37
+9	URL	URL	X	O	0			lowlands-37
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-38
+2	:	:	PUNCT	O	0			lowlands-38
+3	Fancams	fancams	NOUN	O	0		n.artifact	lowlands-38
+4	:	:	PUNCT	O	0			lowlands-38
+5	G-Dragon	g-dragon	PROPN	O	0		n.person	lowlands-38
+6	and	and	CONJ	O	0			lowlands-38
+7	Missy	missy	PROPN	B	0		n.person	lowlands-38
+8	Elliott	elliott	PROPN	I	7			lowlands-38
+9	perform	perform	VERB	O	0		v.creation	lowlands-38
+10	"	"	PUNCT	O	0			lowlands-38
+11	Niliria	niliria	PROPN	O	0		n.communication	lowlands-38
+12	"	"	PUNCT	O	0			lowlands-38
+13	@USER	@USER	PROPN	O	0		n.person	lowlands-38
+14	KCON	kcon	PROPN	O	0		n.person	lowlands-38
+15	URL	URL	X	O	0			lowlands-38
+
+1	Sihuan	sihuan	PROPN	B	0		n.group	lowlands-39
+2	Pharmaceutical	pharmaceutical	NOUN	I	1			lowlands-39
+3	Announces	announce	VERB	O	0		v.communication	lowlands-39
+4	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-39
+5	Interim	interim	ADJ	O	0			lowlands-39
+6	Results	result	NOUN	O	0		n.phenomenon	lowlands-39
+7	URL	URL	X	O	0			lowlands-39
+
+1	Howard	howard	PROPN	O	0		n.person	lowlands-40
+2	:	:	PUNCT	O	0			lowlands-40
+3	Baines	baines	PROPN	O	0		n.person	lowlands-40
+4	and	and	CONJ	O	0			lowlands-40
+5	Fellaini	fellaini	PROPN	O	0		n.person	lowlands-40
+6	not	not	ADV	O	0			lowlands-40
+7	fazed	faze	VERB	O	0		v.emotion	lowlands-40
+8	by	by	ADP	O	0			lowlands-40
+9	bid	bid	NOUN	O	0		n.communication	lowlands-40
+10	URL	URL	X	O	0			lowlands-40
+
+1	Today	today	NOUN	B	0			lowlands-41
+2	stats	stats	NOUN	I	1			lowlands-41
+3	:	:	PUNCT	O	0			lowlands-41
+4	2	2	NUM	O	0		n.group	lowlands-41
+5	followers	followers	NOUN	O	0		n.person	lowlands-41
+6	,	,	PUNCT	O	0			lowlands-41
+7	2	2	NUM	O	0		n.person	lowlands-41
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-41
+9	and	and	CONJ	O	0			lowlands-41
+10	followed	follow	VERB	O	0		v.social	lowlands-41
+11	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-41
+12	people	people	NOUN	O	0		n.person	lowlands-41
+13	via	via	ADP	O	0			lowlands-41
+14	URL	URL	X	O	0			lowlands-41
+
+1	No	no	DET	O	0			lowlands-42
+2	#usopen	#usopen	PROPN	B	0		n.communication	lowlands-42
+3	credential	credential	NOUN	I	2			lowlands-42
+4	for	for	ADP	O	0			lowlands-42
+5	Tomic's	tomic's	PROPN	B	0		n.person	lowlands-42
+6	dad	dad	NOUN	I	5			lowlands-42
+7	:	:	PUNCT	O	0			lowlands-42
+8	"	"	PUNCT	O	0			lowlands-42
+9	Our	our	DET	O	0			lowlands-42
+10	desire	desire	NOUN	O	0		n.feeling	lowlands-42
+11	is	be	VERB	O	0		v.stative	lowlands-42
+12	to	to	ADP	O	0			lowlands-42
+13	make	make	VERB	O	0		v.change	lowlands-42
+14	it	it	PRON	O	0			lowlands-42
+15	as	as	ADP	O	0			lowlands-42
+16	difficult	difficult	ADJ	O	0			lowlands-42
+17	as	as	ADP	O	0			lowlands-42
+18	possible	possible	ADJ	O	0			lowlands-42
+19	for	for	ADP	O	0			lowlands-42
+20	him	him	PRON	O	0			lowlands-42
+21	to	to	ADP	O	0			lowlands-42
+22	gain	gain	VERB	O	0		v.change	lowlands-42
+23	entry	entry	NOUN	O	0		n.act	lowlands-42
+24	"	"	PUNCT	O	0			lowlands-42
+25	URL	URL	X	O	0			lowlands-42
+
+1	Senior	senior	ADJ	B	0		n.person	lowlands-43
+2	Accountant/Financial	accountant/financial	NOUN	I	1			lowlands-43
+3	controller(ACCA	controller(acca	NOUN	I	2			lowlands-43
+4	)	)	PUNCT	O	0			lowlands-43
+5	-	-	PUNCT	O	0			lowlands-43
+6	#Qatar	#qatar	PROPN	O	0			lowlands-43
+7	#Jobs	#jobs	NOUN	O	0			lowlands-43
+8	URL	URL	X	O	0			lowlands-43
+
+1	We've	we've	AUX	O	0			lowlands-44
+2	been	be	AUX	O	0			lowlands-44
+3	waiting	wait	VERB	O	0		v.stative	lowlands-44
+4	for	for	ADP	O	0			lowlands-44
+5	you	you	PRON	O	0			lowlands-44
+6	.	.	PUNCT	O	0			lowlands-44
+7	.	.	PUNCT	O	0			lowlands-44
+8	.	.	PUNCT	O	0			lowlands-44
+9	Memo	memo	NOUN	O	0		n.communication	lowlands-44
+10	to	to	ADP	O	0			lowlands-44
+11	CEOs	ceo	NOUN	O	0		n.person	lowlands-44
+12	:	:	PUNCT	O	0			lowlands-44
+13	Go	go	VERB	O	0		v.social	lowlands-44
+14	Social	social	ADJ	O	0			lowlands-44
+15	or	or	CONJ	O	0			lowlands-44
+16	Go	go	VERB	O	0		v.motion	lowlands-44
+17	Home	home	NOUN	O	0		n.location	lowlands-44
+18	|	|	PUNCT	O	0			lowlands-44
+19	LinkedIn	linkedin	PROPN	O	0		n.group	lowlands-44
+20	URL	URL	X	O	0			lowlands-44
+21	#CEO	#ceo	NOUN	O	0			lowlands-44
+22	#leadership	#leadership	NOUN	O	0			lowlands-44
+23	#management	#management	NOUN	O	0			lowlands-44
+24	#SoMe	#some	NOUN	O	0			lowlands-44
+
+1	#HNIC	#hnic	PROPN	O	0			lowlands-45
+2	#HNIC	#hnic	PROPN	O	0			lowlands-45
+3	Xavi	xavi	PROPN	O	0		n.person	lowlands-45
+4	:	:	PUNCT	O	0			lowlands-45
+5	La	la	PROPN	B	0		n.event	lowlands-45
+6	Liga	liga	PROPN	I	5			lowlands-45
+7	not	not	ADV	O	0			lowlands-45
+8	a	a	DET	O	0			lowlands-45
+9	two-horse	two-horse	NOUN	B	0		n.event	lowlands-45
+10	race	race	NOUN	I	9			lowlands-45
+11	:	:	PUNCT	O	0			lowlands-45
+12	The	the	DET	O	0			lowlands-45
+13	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-45
+14	feels	feel	VERB	O	0		v.emotion	lowlands-45
+15	that	that	ADP	O	0			lowlands-45
+16	Malaga	malaga	PROPN	O	0		n.group	lowlands-45
+17	showed	show	VERB	O	0		v.stative	lowlands-45
+18	...	...	PUNCT	O	0			lowlands-45
+19	URL	URL	X	O	0			lowlands-45
+20	on	on	ADP	O	0			lowlands-45
+21	@USER	@USER	PROPN	O	0		n.person	lowlands-45
+
+1	CRED	cred	PROPN	B	0		n.group	lowlands-46
+2	Communications	communications	PROPN	I	1			lowlands-46
+3	and	and	CONJ	O	0			lowlands-46
+4	PRecious	precious	PROPN	B	0		n.group	lowlands-46
+5	Communications	communications	PROPN	I	4			lowlands-46
+6	embark	embark	VERB	O	0		v.change	lowlands-46
+7	on	on	ADP	O	0			lowlands-46
+8	strategic	strategic	ADJ	O	0			lowlands-46
+9	partnership	partnership	NOUN	O	0		n.act	lowlands-46
+10	URL	URL	X	O	0			lowlands-46
+11	via	via	ADP	O	0			lowlands-46
+12	@USER	@USER	PROPN	O	0		n.person	lowlands-46
+
+1	WATCH	watch	VERB	O	0			lowlands-47
+2	:	:	PUNCT	O	0			lowlands-47
+3	Surviving	surviving	ADJ	O	0			lowlands-47
+4	Panda	panda	NOUN	B	0		n.animal	lowlands-47
+5	Cub	cub	NOUN	I	4			lowlands-47
+6	At	at	ADP	O	0			lowlands-47
+7	National	national	ADJ	B	0		n.group	lowlands-47
+8	Zoo	zoo	NOUN	I	7			lowlands-47
+9	Appears	appear	VERB	O	0		v.perception	lowlands-47
+10	Healthy	healthy	ADJ	O	0			lowlands-47
+11	,	,	PUNCT	O	0			lowlands-47
+12	Vibrant	vibrant	ADJ	O	0			lowlands-47
+13	URL	URL	X	O	0			lowlands-47
+
+1	URL	URL	X	O	0			lowlands-48
+2	Several	several	DET	O	0			lowlands-48
+3	months	month	NOUN	O	0		n.time	lowlands-48
+4	in	in	ADP	O	0			lowlands-48
+5	Portugal	portugal	PROPN	O	0		n.location	lowlands-48
+6	,	,	PUNCT	O	0			lowlands-48
+7	still	still	ADV	O	0			lowlands-48
+8	don't	don't	AUX	O	0			lowlands-48
+9	understand	understand	VERB	O	0		v.cognition	lowlands-48
+10	Portuguese	portuguese	NOUN	O	0		n.communication	lowlands-48
+
+1	#VIEW	#view	NOUN	O	0			lowlands-49
+2	-NOW	-now	ADV	O	0			lowlands-49
+3	--->	--->	X	O	0			lowlands-49
+4	@USER	@USER	PROPN	O	0		n.person	lowlands-49
+5	?	?	PUNCT	O	0			lowlands-49
+6	Over	over	ADP	O	0			lowlands-49
+7	?	?	PUNCT	O	0			lowlands-49
+8	Dir	dir	NOUN	O	0			lowlands-49
+9	by	by	ADP	O	0			lowlands-49
+10	@USER	@USER	PROPN	O	0		n.person	lowlands-49
+11	x	x	X	O	0			lowlands-49
+12	@USER	@USER	PROPN	O	0		n.person	lowlands-49
+13	(	(	PUNCT	O	0			lowlands-49
+14	Music	music	NOUN	B	0		n.communication	lowlands-49
+15	Video	video	NOUN	I	14			lowlands-49
+16	)	)	PUNCT	O	0			lowlands-49
+17	|	|	PUNCT	O	0			lowlands-49
+18	trappedoutseries	trappedoutseries	NOUN	O	0		n.communication	lowlands-49
+19	:	:	PUNCT	O	0			lowlands-49
+20	URL	URL	X	O	0			lowlands-49
+
+1	Today	today	NOUN	B	0			lowlands-50
+2	stats	stats	NOUN	I	1			lowlands-50
+3	:	:	PUNCT	O	0			lowlands-50
+4	One	one	NUM	O	0		n.person	lowlands-50
+5	follower	follower	NOUN	O	0		n.person	lowlands-50
+6	,	,	PUNCT	O	0			lowlands-50
+7	No	no	DET	O	0			lowlands-50
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-50
+9	and	and	CONJ	O	0			lowlands-50
+10	followed	follow	VERB	O	0		v.social	lowlands-50
+11	one	one	NUM	O	0		n.other	lowlands-50
+12	person	person	NOUN	O	0		n.person	lowlands-50
+13	via	via	ADP	O	0			lowlands-50
+14	URL	URL	X	O	0			lowlands-50
+
+1	Man	man	NOUN	O	0		n.person	lowlands-51
+2	arrested	arrest	VERB	O	0		v.contact	lowlands-51
+3	after	after	ADP	O	0			lowlands-51
+4	farm	farm	NOUN	B	0		n.event	lowlands-51
+5	road	road	NOUN	I	4			lowlands-51
+6	crash	crash	NOUN	I	5			lowlands-51
+7	URL	URL	X	O	0			lowlands-51
+
+1	I	i	PRON	O	0			lowlands-52
+2	posted	post	VERB	O	0		v.communication	lowlands-52
+3	a	a	DET	O	0			lowlands-52
+4	new	new	ADJ	O	0			lowlands-52
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-52
+6	to	to	ADP	O	0			lowlands-52
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-52
+8	URL	URL	X	O	0			lowlands-52
+
+1	Today	today	NOUN	B	0			lowlands-53
+2	stats	stats	NOUN	I	1			lowlands-53
+3	:	:	PUNCT	O	0			lowlands-53
+4	One	one	NUM	O	0		n.person	lowlands-53
+5	follower	follower	NOUN	O	0		n.person	lowlands-53
+6	,	,	PUNCT	O	0			lowlands-53
+7	One	one	NUM	O	0		n.person	lowlands-53
+8	unfollower	unfollower	NOUN	O	0		n.person	lowlands-53
+9	and	and	CONJ	O	0			lowlands-53
+10	followed	follow	VERB	O	0		v.social	lowlands-53
+11	2	2	NUM	O	0		n.group	lowlands-53
+12	people	people	NOUN	O	0		n.person	lowlands-53
+13	via	via	ADP	O	0			lowlands-53
+14	URL	URL	X	O	0			lowlands-53
+
+1	I	i	PRON	O	0			lowlands-54
+2	liked	like	VERB	O	0		v.emotion	lowlands-54
+3	a	a	DET	O	0			lowlands-54
+4	@USER	@USER	PROPN	B	0		n.communication	lowlands-54
+5	video	video	NOUN	I	4			lowlands-54
+6	URL	URL	X	O	0			lowlands-54
+7	Cubase	cubase	PROPN	O	0		n.group	lowlands-54
+8	NUMBER	NUMBER	NUM	O	0			lowlands-54
+9	Patch	patch	NOUN	O	0		n.artifact	lowlands-54
+10	and	and	CONJ	O	0			lowlands-54
+11	Crack	crack	PROPN	O	0		n.cognition	lowlands-54
+12	Team	team	PROPN	B	0		n.group	lowlands-54
+13	Air	air	PROPN	I	12			lowlands-54
+
+1	Sep	sep	NOUN	O	0		n.time	lowlands-55
+2	NUMBER	NUMBER	NUM	O	0			lowlands-55
+3	(	(	PUNCT	O	0			lowlands-55
+4	Fri	fri	NOUN	O	0		n.time	lowlands-55
+5	)	)	PUNCT	O	0			lowlands-55
+6	DreamYard's	dreamyard's	PROPN	O	0		n.group	lowlands-55
+7	Annual	annual	ADJ	O	0			lowlands-55
+8	Movie	movie	NOUN	B	0		n.event	lowlands-55
+9	Night	night	NOUN	I	8			lowlands-55
+10	URL	URL	X	O	0			lowlands-55
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-56
+2	Presents	present	VERB	O	0		v.communication	lowlands-56
+3	The	the	DET	O	0			lowlands-56
+4	Aurora	aurora	PROPN	B	0		n.act	lowlands-56
+5	Soul	soul	PROPN	I	4			lowlands-56
+6	Sessions	sessions	PROPN	I	5			lowlands-56
+7	Showcase	showcase	PROPN	I	6			lowlands-56
+8	@USER	@USER	PROPN	O	0		n.person	lowlands-56
+9	|	|	PUNCT	O	0			lowlands-56
+10	Details	details	NOUN	O	0		n.communication	lowlands-56
+11	@USER	@USER	PROPN	O	0		n.person	lowlands-56
+12	URL	URL	X	O	0			lowlands-56
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-57
+2	Barry	barry	PROPN	B	0		n.communication	lowlands-57
+3	Sergeant's	sergeant's	PROPN	I	2			lowlands-57
+4	The	the	DET	I	3			lowlands-57
+5	Assault	assault	NOUN	I	4			lowlands-57
+6	on	on	ADP	I	5			lowlands-57
+7	the	the	DET	I	6			lowlands-57
+8	Rand	rand	PROPN	I	7			lowlands-57
+9	Launched	launch	VERB	O	0		v.change	lowlands-57
+10	with	with	ADP	O	0			lowlands-57
+11	Kevin	kevin	PROPN	B	0		n.person	lowlands-57
+12	Wakeford	wakeford	PROPN	I	11			lowlands-57
+13	and	and	CONJ	O	0			lowlands-57
+14	Susan	susan	PROPN	B	0		n.person	lowlands-57
+15	Comrie	comrie	PROPN	I	14			lowlands-57
+16	URL	URL	X	O	0			lowlands-57
+
+1	Note	note	NOUN	O	0		n.communication	lowlands-58
+2	to	to	ADP	O	0			lowlands-58
+3	Correspondents	correspondent	NOUN	O	0		n.person	lowlands-58
+4	on	on	ADP	O	0			lowlands-58
+5	the	the	DET	O	0			lowlands-58
+6	UN	un	PROPN	B	0		n.group	lowlands-58
+7	Chemical	chemical	ADJ	I	6			lowlands-58
+8	Weapons	weapon	NOUN	I	7			lowlands-58
+9	Investigation	investigation	NOUN	I	8			lowlands-58
+10	Team	team	NOUN	I	9			lowlands-58
+11	in	in	ADP	O	0			lowlands-58
+12	Damascus	damascus	PROPN	O	0		n.location	lowlands-58
+13	URL	URL	X	O	0			lowlands-58
+
+1	Safety	safety	NOUN	O	0		n.state	lowlands-59
+2	Drives	drive	VERB	O	0		v.stative	lowlands-59
+3	Robot	robot	NOUN	B	0		n.act	lowlands-59
+4	Adoption	adoption	NOUN	I	3			lowlands-59
+5	in	in	ADP	O	0			lowlands-59
+6	Warehouses	warehouse	NOUN	O	0		n.artifact	lowlands-59
+7	and	and	CONJ	O	0			lowlands-59
+8	Distributions	distributions	PROPN	B	0		n.artifact	lowlands-59
+9	Centers	centers	PROPN	I	8			lowlands-59
+10	According	accord	VERB	B	0		v.stative	lowlands-59
+11	to	to	ADP	I	10			lowlands-59
+12	TR	tr	PROPN	B	0		n.person	lowlands-59
+13	Cutler	cutler	PROPN	I	12			lowlands-59
+14	URL	URL	X	O	0			lowlands-59
+
+1	The	the	DET	O	0			lowlands-60
+2	Western	western	ADJ	B	0		n.animal	lowlands-60
+3	fence	fence	NOUN	I	2			lowlands-60
+4	lizard	lizard	NOUN	I	3			lowlands-60
+5	has	have	VERB	O	0		v.stative	lowlands-60
+6	a	a	DET	O	0			lowlands-60
+7	protein	protein	NOUN	O	0		n.substance	lowlands-60
+8	in	in	ADP	O	0			lowlands-60
+9	its	its	DET	O	0			lowlands-60
+10	blood	blood	NOUN	O	0		n.body	lowlands-60
+11	that	that	DET	O	0			lowlands-60
+12	kills	kill	VERB	O	0		v.change	lowlands-60
+13	the	the	DET	O	0			lowlands-60
+14	bacterium	bacterium	NOUN	O	0		n.animal	lowlands-60
+15	responsible	responsible	ADJ	O	0			lowlands-60
+16	for	for	ADP	O	0			lowlands-60
+17	Lyme	lyme	PROPN	B	0		n.state	lowlands-60
+18	disease	disease	NOUN	I	17			lowlands-60
+19	:	:	PUNCT	O	0			lowlands-60
+20	What	what	DET	O	0			lowlands-60
+21	...	...	PUNCT	O	0			lowlands-60
+22	URL	URL	X	O	0			lowlands-60
+
+1	Venice	venice	PROPN	B	0		n.group	lowlands-61
+2	Festival	festival	NOUN	I	1			lowlands-61
+3	Offers	offer	VERB	O	0		v.communication	lowlands-61
+4	Bold	bold	ADJ	O	0			lowlands-61
+5	Mix	mix	NOUN	O	0		n.attribute	lowlands-61
+6	:	:	PUNCT	O	0			lowlands-61
+7	As	as	ADP	O	0			lowlands-61
+8	the	the	DET	O	0			lowlands-61
+9	Venice	venice	PROPN	B	0		n.group	lowlands-61
+10	Film	film	NOUN	I	9			lowlands-61
+11	Festival	festival	NOUN	I	10			lowlands-61
+12	celebrates	celebrate	VERB	O	0		v.social	lowlands-61
+13	its	its	DET	O	0			lowlands-61
+14	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-61
+15	year	year	NOUN	O	0		n.time	lowlands-61
+16	,	,	PUNCT	O	0			lowlands-61
+17	its	its	DET	O	0			lowlands-61
+18	lineup	lineup	NOUN	O	0		n.communication	lowlands-61
+19	looks	look	VERB	O	0		v.perception	lowlands-61
+20	to	to	ADP	O	0			lowlands-61
+21	the	the	DET	O	0			lowlands-61
+22	...	...	PUNCT	O	0			lowlands-61
+23	URL	URL	X	O	0			lowlands-61
+
+1	One	one	DET	O	0			lowlands-62
+2	of	of	ADP	O	0			lowlands-62
+3	my	my	DET	O	0			lowlands-62
+4	favorite	favorite	ADJ	O	0			lowlands-62
+5	coaches	coach	NOUN	O	0		n.person	lowlands-62
+6	&	&	CONJ	O	0			lowlands-62
+7	leaders	leaders	NOUN	O	0		n.person	lowlands-62
+8	of	of	ADP	B	0			lowlands-62
+9	ALL-Time	all-time	NOUN	I	8			lowlands-62
+10	is	be	VERB	O	0		v.stative	lowlands-62
+11	John	john	PROPN	B	0		n.person	lowlands-62
+12	Wooden	wooden	PROPN	I	11			lowlands-62
+13	.	.	PUNCT	O	0			lowlands-62
+14	And	and	CONJ	O	0			lowlands-62
+15	one	one	DET	O	0			lowlands-62
+16	of	of	ADP	O	0			lowlands-62
+17	my	my	DET	O	0			lowlands-62
+18	favorite	favorite	ADJ	O	0			lowlands-62
+19	books	book	NOUN	O	0		n.communication	lowlands-62
+20	is	be	VERB	O	0		v.stative	lowlands-62
+21	his	his	DET	O	0			lowlands-62
+22	"	"	PUNCT	O	0			lowlands-62
+23	Pyramid	pyramid	NOUN	B	0		n.communication	lowlands-62
+24	of	of	ADP	I	23			lowlands-62
+25	...	...	PUNCT	O	0			lowlands-62
+26	URL	URL	X	O	0			lowlands-62
+
+1	@USER	@USER	PROPN	O	0			lowlands-63
+2	:	:	PUNCT	O	0			lowlands-63
+3	Day	day	NOUN	O	0		n.time	lowlands-63
+4	after	after	ADP	O	0			lowlands-63
+5	giant	giant	ADJ	B	0		n.animal	lowlands-63
+6	panda	panda	NOUN	I	5			lowlands-63
+7	gave	give	VERB	B	0		v.body	lowlands-63
+8	birth	birth	NOUN	I	7			lowlands-63
+9	to	to	ADP	O	0			lowlands-63
+10	a	a	DET	O	0			lowlands-63
+11	live	live	ADJ	O	0			lowlands-63
+12	cub	cub	NOUN	O	0		n.animal	lowlands-63
+13	,	,	PUNCT	O	0			lowlands-63
+14	she	she	PRON	O	0			lowlands-63
+15	delivered	deliver	VERB	O	0		v.body	lowlands-63
+16	a	a	DET	O	0			lowlands-63
+17	stillborn	stillborn	NOUN	O	0		n.animal	lowlands-63
+18	:	:	PUNCT	O	0			lowlands-63
+19	URL	URL	X	O	0			lowlands-63
+
+1	ABRSM	abrsm	PROPN	B	0		n.communication	lowlands-64
+2	Scale	scale	VERB	I	1			lowlands-64
+3	Practice	practice	NOUN	I	2			lowlands-64
+4	Charts	chart	NOUN	I	3			lowlands-64
+5	for	for	ADP	O	0			lowlands-64
+6	Piano	piano	NOUN	B	0		n.attribute	lowlands-64
+7	Grades	grade	NOUN	I	6			lowlands-64
+8	NUMBER	NUMBER	NUM	O	0			lowlands-64
+9	to	to	ADP	O	0			lowlands-64
+10	4	4	NUM	O	0		n.quantity	lowlands-64
+11	URL	URL	X	O	0			lowlands-64
+
+1	Nissan	nissan	PROPN	B	0		n.artifact	lowlands-65
+2	Terrano	terrano	PROPN	I	1			lowlands-65
+3	:	:	PUNCT	O	0			lowlands-65
+4	next-gen	next-gen	ADJ	O	0			lowlands-65
+5	compact	compact	ADJ	O	0			lowlands-65
+6	SUV	suv	NOUN	O	0		n.artifact	lowlands-65
+7	not	not	ADV	O	0			lowlands-65
+8	for	for	ADP	O	0			lowlands-65
+9	Oz	oz	PROPN	O	0		n.location	lowlands-65
+10	URL	URL	X	O	0			lowlands-65
+
+1	Today	today	ADV	B	0			lowlands-66
+2	stats	stats	NOUN	I	1			lowlands-66
+3	:	:	PUNCT	O	0			lowlands-66
+4	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-66
+5	followers	followers	NOUN	O	0		n.person	lowlands-66
+6	,	,	PUNCT	O	0			lowlands-66
+7	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-66
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-66
+9	via	via	ADP	O	0			lowlands-66
+10	URL	URL	X	O	0			lowlands-66
+
+1	Venice	venice	PROPN	B	0		n.group	lowlands-67
+2	Festival	festival	NOUN	I	1			lowlands-67
+3	Offers	offer	VERB	O	0		v.communication	lowlands-67
+4	Bold	bold	ADJ	O	0			lowlands-67
+5	Mix	mix	NOUN	O	0		n.attribute	lowlands-67
+6	:	:	PUNCT	O	0			lowlands-67
+7	As	as	ADP	O	0			lowlands-67
+8	the	the	DET	O	0			lowlands-67
+9	Venice	venice	PROPN	B	0		n.group	lowlands-67
+10	Film	film	NOUN	I	9			lowlands-67
+11	Festival	festival	NOUN	I	10			lowlands-67
+12	celebrates	celebrate	VERB	O	0		v.social	lowlands-67
+13	its	its	DET	O	0			lowlands-67
+14	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-67
+15	year	year	NOUN	O	0		n.time	lowlands-67
+16	,	,	PUNCT	O	0			lowlands-67
+17	its	its	DET	O	0			lowlands-67
+18	lineup	lineup	NOUN	O	0		n.communication	lowlands-67
+19	looks	look	VERB	O	0		v.perception	lowlands-67
+20	to	to	ADP	O	0			lowlands-67
+21	the	the	DET	O	0			lowlands-67
+22	...	...	PUNCT	O	0			lowlands-67
+23	URL	URL	X	O	0			lowlands-67
+
+1	I	i	PRON	O	0			lowlands-68
+2	posted	post	VERB	O	0		v.communication	lowlands-68
+3	a	a	DET	O	0			lowlands-68
+4	new	new	ADJ	O	0			lowlands-68
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-68
+6	to	to	ADP	O	0			lowlands-68
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-68
+8	URL	URL	X	O	0			lowlands-68
+
+1	The	the	DET	O	0			lowlands-69
+2	night	night	NOUN	O	0		n.event	lowlands-69
+3	that	that	PRON	O	0			lowlands-69
+4	Jam	jam	PROPN	B	0		n.body	lowlands-69
+5	Master	master	PROPN	I	4			lowlands-69
+6	Jay's	jay's	PROPN	I	5			lowlands-69
+7	hand	hand	NOUN	I	6			lowlands-69
+8	slipped	slip	VERB	O	0		v.motion	lowlands-69
+9	!	!	PUNCT	O	0			lowlands-69
+10	Analysis	analysis	NOUN	O	0		n.cognition	lowlands-69
+11	by	by	ADP	O	0			lowlands-69
+12	Cosmo	cosmo	PROPN	B	0		n.person	lowlands-69
+13	Baker	baker	PROPN	I	12			lowlands-69
+14	:	:	PUNCT	O	0			lowlands-69
+15	URL	URL	X	O	0			lowlands-69
+
+1	@USER	@USER	PROPN	O	0			lowlands-70
+2	:	:	PUNCT	O	0			lowlands-70
+3	AgriNews	agrinews	PROPN	O	0		n.communication	lowlands-70
+4	:	:	PUNCT	O	0			lowlands-70
+5	#Vilsack	#vilsack	PROPN	O	0		n.person	lowlands-70
+6	#US	#us	PROPN	O	0		n.group	lowlands-70
+7	will	will	AUX	O	0			lowlands-70
+8	stop	stop	VERB	O	0		v.change	lowlands-70
+9	#cotton	#cotton	NOUN	B	0		n.possession	lowlands-70
+10	payments	payment	NOUN	I	9			lowlands-70
+11	to	to	ADP	O	0			lowlands-70
+12	#Brazil	#brazil	PROPN	O	0		n.group	lowlands-70
+13	URL	URL	X	O	0			lowlands-70
+14	via	via	ADP	O	0			lowlands-70
+15	@USER	@USER	PROPN	O	0		n.person	lowlands-70
+16	#trade	#trade	NOUN	O	0			lowlands-70
+17	#WTO	#wto	PROPN	O	0			lowlands-70
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-71
+2	:	:	PUNCT	O	0			lowlands-71
+3	Seamless	seamless	ADJ	O	0			lowlands-71
+4	wirefee	wirefee	ADJ	O	0			lowlands-71
+5	Leisure	leisure	NOUN	B	0		n.artifact	lowlands-71
+6	#bra	#bra	NOUN	I	5			lowlands-71
+7	Read	read	VERB	O	0		v.cognition	lowlands-71
+8	more	more	ADJ	O	0			lowlands-71
+9	:	:	PUNCT	O	0			lowlands-71
+10	URL	URL	X	O	0			lowlands-71
+11	URL	URL	X	O	0			lowlands-71
+
+1	Remembering	remember	VERB	O	0		v.cognition	lowlands-72
+2	:	:	PUNCT	O	0			lowlands-72
+3	very	very	ADV	O	0			lowlands-72
+4	kinky	kinky	ADJ	O	0			lowlands-72
+5	Karlie	karlie	PROPN	B	0		n.person	lowlands-72
+6	Kloss	kloss	PROPN	I	5			lowlands-72
+7	shot	shoot	VERB	O	0		v.creation	lowlands-72
+8	by	by	ADP	O	0			lowlands-72
+9	Greg	greg	PROPN	B	0		n.person	lowlands-72
+10	Kadel	kadel	PROPN	I	9			lowlands-72
+11	for	for	ADP	O	0			lowlands-72
+12	Num	num	NOUN	O	0		n.person	lowlands-72
+13	?	?	PUNCT	O	0			lowlands-72
+14	ro	ro	X	O	0			lowlands-72
+15	Russia's	russia's	PROPN	B	0		n.communication	lowlands-72
+16	October	october	PROPN	I	15			lowlands-72
+17	NUMBER	NUMBER	NUM	I	16			lowlands-72
+18	issue	issue	NOUN	I	17			lowlands-72
+19	.	.	PUNCT	O	0			lowlands-72
+20	#Karlie	#karlie	PROPN	B	0		n.person	lowlands-72
+21	#Kloss	#kloss	PROPN	I	20			lowlands-72
+22	...	...	PUNCT	O	0			lowlands-72
+23	URL	URL	X	O	0			lowlands-72
+
+1	#Syria's	#syria's	PROPN	B	0		n.person	lowlands-73
+2	#Assad	#assad	PROPN	I	1			lowlands-73
+3	reportedly	reportedly	ADV	O	0			lowlands-73
+4	denies	deny	VERB	O	0		v.communication	lowlands-73
+5	use	use	NOUN	O	0		n.act	lowlands-73
+6	of	of	ADP	O	0			lowlands-73
+7	chemical	chemical	ADJ	B	0		n.artifact	lowlands-73
+8	weapons	weapon	NOUN	I	7			lowlands-73
+9	-	-	PUNCT	O	0			lowlands-73
+10	Los	los	PROPN	B	0		n.communication	lowlands-73
+11	Angeles	angeles	PROPN	I	10			lowlands-73
+12	Times	times	PROPN	I	11			lowlands-73
+13	URL	URL	X	O	0			lowlands-73
+
+1	On	on	ADP	O	0			lowlands-74
+2	more	more	ADJ	O	0			lowlands-74
+3	time	time	NOUN	O	0		n.event	lowlands-74
+4	.	.	PUNCT	O	0			lowlands-74
+5	Why	why	ADV	O	0			lowlands-74
+6	should	should	AUX	O	0			lowlands-74
+7	I	i	PRON	O	0			lowlands-74
+8	switch	switch	VERB	O	0		v.change	lowlands-74
+9	to	to	ADP	O	0			lowlands-74
+10	Software	software	NOUN	B	0		n.cognition	lowlands-74
+11	as	as	ADP	I	10			lowlands-74
+12	a	a	DET	I	11			lowlands-74
+13	Service	service	NOUN	I	12			lowlands-74
+14	,	,	PUNCT	O	0			lowlands-74
+15	anyway	anyway	ADV	O	0			lowlands-74
+16	?	?	PUNCT	O	0			lowlands-74
+17	URL	URL	X	O	0			lowlands-74
+18	#IBM	#ibm	PROPN	O	0			lowlands-74
+19	#IBMCloud	#ibmcloud	PROPN	O	0			lowlands-74
+20	#SaaS	#saas	PROPN	O	0			lowlands-74
+21	#Cloud	#cloud	NOUN	O	0			lowlands-74
+
+1	Signs	sign	NOUN	O	0		n.communication	lowlands-75
+2	that	that	DET	O	0			lowlands-75
+3	you	you	PRON	O	0			lowlands-75
+4	have	have	VERB	O	0		v.stative	lowlands-75
+5	cancer	cancer	NOUN	O	0		n.state	lowlands-75
+6	:	:	PUNCT	O	0			lowlands-75
+7	early	early	ADJ	O	0			lowlands-75
+8	detection	detection	NOUN	O	0		n.cognition	lowlands-75
+9	is	be	VERB	O	0		v.stative	lowlands-75
+10	key	key	NOUN	O	0			lowlands-75
+11	,	,	PUNCT	O	0			lowlands-75
+12	this	this	PRON	O	0			lowlands-75
+13	could	could	AUX	O	0			lowlands-75
+14	save	save	VERB	O	0		v.stative	lowlands-75
+15	your	your	DET	O	0			lowlands-75
+16	life	life	NOUN	O	0		n.state	lowlands-75
+17	.	.	PUNCT	O	0			lowlands-75
+18	URL	URL	X	O	0			lowlands-75
+
+1	#HNIC	#hnic	PROPN	B	0			lowlands-76
+2	#HNIC	#hnic	PROPN	I	1			lowlands-76
+3	Rodgers	rodgers	PROPN	O	0		n.person	lowlands-76
+4	:	:	PUNCT	O	0			lowlands-76
+5	England	england	PROPN	O	0		n.group	lowlands-76
+6	are	be	VERB	O	0		v.stative	lowlands-76
+7	lucky	lucky	ADJ	O	0			lowlands-76
+8	to	to	ADP	O	0			lowlands-76
+9	have	have	VERB	O	0		v.stative	lowlands-76
+10	Sturridge	sturridge	PROPN	O	0		n.person	lowlands-76
+11	:	:	PUNCT	O	0			lowlands-76
+12	The	the	DET	O	0			lowlands-76
+13	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-76
+14	has	have	AUX	O	0			lowlands-76
+15	scored	score	VERB	O	0		v.competition	lowlands-76
+16	winning	winning	ADV	O	0			lowlands-76
+17	...	...	PUNCT	O	0			lowlands-76
+18	URL	URL	X	O	0			lowlands-76
+19	on	on	ADP	O	0			lowlands-76
+20	@USER	@USER	PROPN	O	0			lowlands-76
+
+1	@USER	@USER	PROPN	O	0			lowlands-77
+2	:	:	PUNCT	O	0			lowlands-77
+3	VT	vt	PROPN	O	0		n.group	lowlands-77
+4	is	be	AUX	O	0			lowlands-77
+5	starting	start	VERB	O	0		v.change	lowlands-77
+6	a	a	DET	O	0			lowlands-77
+7	true	true	ADJ	O	0			lowlands-77
+8	FR	fr	PROPN	O	0		n.attribute	lowlands-77
+9	Jonathan	jonathan	PROPN	B	0		n.person	lowlands-77
+10	McLaughlin	mclaughlin	PROPN	I	9			lowlands-77
+11	at	at	ADP	O	0			lowlands-77
+12	LT	lt	PROPN	O	0		n.location	lowlands-77
+13	against	against	ADP	O	0			lowlands-77
+14	Saban's	saban's	PROPN	B	0		n.group	lowlands-77
+15	D	d	NOUN	I	14			lowlands-77
+16	.	.	PUNCT	O	0			lowlands-77
+17	Good	good	ADJ	O	0			lowlands-77
+18	luck	luck	NOUN	O	0		n.cognition	lowlands-77
+19	#Hokies	#hokies	PROPN	O	0		n.group	lowlands-77
+20	:	:	PUNCT	O	0			lowlands-77
+21	URL	URL	X	O	0			lowlands-77
+22	#Bama	#bama	PROPN	O	0			lowlands-77
+
+1	TEEN	teen	PROPN	B	0		n.person	lowlands-78
+2	TOP	top	PROPN	I	1			lowlands-78
+3	make	make	VERB	O	0		v.creation	lowlands-78
+4	a	a	DET	O	0			lowlands-78
+5	performances	performance	NOUN	O	0		n.act	lowlands-78
+6	"	"	PUNCT	O	0			lowlands-78
+7	ROCKING	rock	VERB	O	0			lowlands-78
+8	"	"	PUNCT	O	0			lowlands-78
+9	at	at	ADP	O	0			lowlands-78
+10	Concert	concert	NOUN	B	0		n.group	lowlands-78
+11	KCON	kcon	PROPN	I	10			lowlands-78
+12	NUMBER	NUMBER	NUM	I	11			lowlands-78
+13	in	in	ADP	O	0			lowlands-78
+14	L.A	l.a	PROPN	O	0		n.location	lowlands-78
+15	URL	URL	X	O	0			lowlands-78
+
+1	Is	be	VERB	O	0		v.stative	lowlands-79
+2	the	the	DET	O	0			lowlands-79
+3	rumor	rumor	NOUN	O	0		n.communication	lowlands-79
+4	regarding	regarding	ADP	O	0			lowlands-79
+5	TTS	tts	PROPN	B	0		n.communication	lowlands-79
+6	english	english	ADJ	I	5			lowlands-79
+7	album	album	NOUN	I	6			lowlands-79
+8	leggit	leggit	ADJ	O	0			lowlands-79
+9	?	?	PUNCT	O	0			lowlands-79
+10	?	?	PUNCT	O	0			lowlands-79
+11	Since	since	ADP	O	0			lowlands-79
+12	the	the	DET	O	0			lowlands-79
+13	info	info	NOUN	O	0		n.communication	lowlands-79
+14	are	be	VERB	O	0		v.stative	lowlands-79
+15	from	from	ADP	O	0			lowlands-79
+16	SSF	ssf	PROPN	O	0		n.group	lowlands-79
+17	,	,	PUNCT	O	0			lowlands-79
+18	I	i	PRON	O	0			lowlands-79
+19	guess	guess	VERB	O	0		v.cognition	lowlands-79
+20	it	it	PRON	O	0			lowlands-79
+21	is	be	VERB	O	0		v.stative	lowlands-79
+22	URL	URL	X	O	0			lowlands-79
+
+1	European	european	ADJ	O	0			lowlands-80
+2	Study	study	NOUN	O	0		n.act	lowlands-80
+3	Finds	find	VERB	O	0		v.cognition	lowlands-80
+4	Megaupload	megaupload	PROPN	B	0		n.act	lowlands-80
+5	Closure	closure	NOUN	I	4			lowlands-80
+6	Helped	help	VERB	O	0		v.change	lowlands-80
+7	Blockbusters	blockbusters	PROPN	O	0		n.group	lowlands-80
+8	,	,	PUNCT	O	0			lowlands-80
+9	Hurt	hurt	VERB	O	0		v.change	lowlands-80
+10	Smaller	smaller	ADJ	O	0			lowlands-80
+11	Pics	pic	NOUN	O	0		n.communication	lowlands-80
+12	:	:	PUNCT	O	0			lowlands-80
+13	Researchers	researcher	NOUN	O	0		n.person	lowlands-80
+14	from	from	ADP	O	0			lowlands-80
+15	the	the	DET	O	0			lowlands-80
+16	Munich	munich	PROPN	B	0		n.group	lowlands-80
+17	Sc	sc	X	I	16			lowlands-80
+18	...	...	PUNCT	O	0			lowlands-80
+19	URL	URL	X	O	0			lowlands-80
+
+1	Good	good	ADJ	O	0			lowlands-81
+2	Monday	monday	NOUN	B	0		n.event	lowlands-81
+3	morning	morning	NOUN	I	2			lowlands-81
+4	:)	:)	X	O	0			lowlands-81
+5	Here	here	ADV	O	0			lowlands-81
+6	are	be	VERB	O	0		v.stative	lowlands-81
+7	a	a	DET	O	0			lowlands-81
+8	million	million	NUM	O	0		n.quantity	lowlands-81
+9	beautiful	beautiful	ADJ	O	0			lowlands-81
+10	WWI	wwi	PROPN	B	0		n.artifact	lowlands-81
+11	photos	photo	NOUN	I	10			lowlands-81
+12	,	,	PUNCT	O	0			lowlands-81
+13	just	just	ADV	O	0			lowlands-81
+14	for	for	ADP	O	0			lowlands-81
+15	you	you	PRON	O	0			lowlands-81
+16	URL	URL	X	O	0			lowlands-81
+17	@USER	@USER	PROPN	O	0			lowlands-81
+
+1	[	[	PUNCT	O	0			lowlands-82
+2	PHOTOS	photo	NOUN	O	0			lowlands-82
+3	]	]	PUNCT	O	0			lowlands-82
+4	SwizzBeatz	swizzbeatz	PROPN	O	0		n.person	lowlands-82
+5	Praises	praise	VERB	O	0		v.communication	lowlands-82
+6	Femi	femi	PROPN	B	0		n.communication	lowlands-82
+7	Kuti	kuti	PROPN	I	6			lowlands-82
+8	?	?	PUNCT	I	7			lowlands-82
+9	s	s	NOUN	I	8			lowlands-82
+10	Album	album	NOUN	I	9			lowlands-82
+11	Via	via	ADP	O	0			lowlands-82
+12	Instagram	instagram	PROPN	O	0		n.communication	lowlands-82
+13	URL	URL	X	O	0			lowlands-82
+
+1	I	i	PRON	O	0			lowlands-83
+2	DON	don	AUX	O	0			lowlands-83
+3	?	?	PUNCT	O	0			lowlands-83
+4	T	t	AUX	O	0			lowlands-83
+5	GET	get	VERB	O	0		v.cognition	lowlands-83
+6	CELEBRITITES	celebritites	NOUN	O	0		n.person	lowlands-83
+7	,	,	PUNCT	O	0			lowlands-83
+8	THEY	they	PRON	O	0			lowlands-83
+9	HAVE	have	VERB	O	0		v.stative	lowlands-83
+10	SO	so	ADV	O	0			lowlands-83
+11	MUCH	much	ADJ	O	0			lowlands-83
+12	MONEY	money	NOUN	O	0		n.possession	lowlands-83
+13	AND	and	CONJ	O	0			lowlands-83
+14	YET	yet	ADV	O	0			lowlands-83
+15	THEY	they	PRON	O	0			lowlands-83
+16	WEAR	wear	VERB	O	0		v.body	lowlands-83
+17	LIKE	like	X	O	0			lowlands-83
+18	THE	the	DET	O	0			lowlands-83
+19	UGLIEST	ugly	ADJ	O	0			lowlands-83
+20	AND	and	CONJ	O	0			lowlands-83
+21	STUPIDEST	stupid	ADJ	O	0			lowlands-83
+22	OUTFITS	outfit	NOUN	O	0		n.artifact	lowlands-83
+23	...	...	PUNCT	O	0			lowlands-83
+24	URL	URL	X	O	0			lowlands-83
+
+1	Venice	venice	PROPN	B	0		n.group	lowlands-84
+2	Festival	festival	NOUN	I	1			lowlands-84
+3	Offers	offer	VERB	O	0		v.communication	lowlands-84
+4	Bold	bold	ADJ	O	0			lowlands-84
+5	Mix	mix	NOUN	O	0		n.attribute	lowlands-84
+6	:	:	PUNCT	O	0			lowlands-84
+7	As	as	ADV	O	0			lowlands-84
+8	the	the	DET	O	0			lowlands-84
+9	Venice	venice	PROPN	B	0		n.group	lowlands-84
+10	Film	film	NOUN	I	9			lowlands-84
+11	Festival	festival	NOUN	I	10			lowlands-84
+12	celebrates	celebrate	VERB	O	0		v.social	lowlands-84
+13	its	its	DET	O	0			lowlands-84
+14	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-84
+15	year	year	NOUN	O	0		n.time	lowlands-84
+16	,	,	PUNCT	O	0			lowlands-84
+17	its	its	DET	O	0			lowlands-84
+18	lineup	lineup	NOUN	O	0		n.communication	lowlands-84
+19	looks	look	VERB	O	0		v.perception	lowlands-84
+20	to	to	ADP	O	0			lowlands-84
+21	the	the	DET	O	0			lowlands-84
+22	...	...	PUNCT	O	0			lowlands-84
+23	URL	URL	X	O	0			lowlands-84
+
+1	On	on	ADP	O	0			lowlands-85
+2	this	this	DET	O	0			lowlands-85
+3	date	date	NOUN	O	0		n.event	lowlands-85
+4	in	in	ADP	O	0			lowlands-85
+5	WWF	wwf	X	O	0			lowlands-85
+6	history	history	NOUN	O	0		n.time	lowlands-85
+7	:	:	PUNCT	O	0			lowlands-85
+8	Bret	bret	PROPN	B	0		n.person	lowlands-85
+9	Hart	hart	PROPN	I	8			lowlands-85
+10	vs	vs	X	O	0			lowlands-85
+11	Mr.	mr.	PROPN	B	0		n.person	lowlands-85
+12	Perfect	perfect	PROPN	I	11			lowlands-85
+13	for	for	ADP	O	0			lowlands-85
+14	the	the	DET	O	0			lowlands-85
+15	Intercontinental	intercontinental	ADJ	B	0		n.attribute	lowlands-85
+16	title	title	NOUN	I	15			lowlands-85
+17	at	at	ADP	O	0			lowlands-85
+18	SummerSlam	summerslam	PROPN	O	0		n.event	lowlands-85
+19	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-85
+20	URL	URL	X	O	0			lowlands-85
+
+1	URGENT	urgent	ADJ	O	0			lowlands-86
+2	:	:	PUNCT	O	0			lowlands-86
+3	#Damascus	#damascus	PROPN	O	0		n.location	lowlands-86
+4	,	,	PUNCT	O	0			lowlands-86
+5	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-86
+6	:	:	PUNCT	O	0			lowlands-86
+7	All	all	DET	O	0			lowlands-86
+8	important	important	ADJ	O	0			lowlands-86
+9	and	and	CONJ	O	0			lowlands-86
+10	sensitive	sensitive	ADJ	O	0			lowlands-86
+11	documents	document	NOUN	O	0		n.communication	lowlands-86
+12	in	in	ADP	O	0			lowlands-86
+13	the	the	DET	O	0			lowlands-86
+14	Presidential	presidential	ADJ	B	0		n.artifact	lowlands-86
+15	Palace	palace	NOUN	I	14			lowlands-86
+16	are	be	VERB	O	0		v.stative	lowlands-86
+17	reportedly	reportedly	ADV	O	0			lowlands-86
+18	...	...	PUNCT	O	0			lowlands-86
+19	URL	URL	X	O	0			lowlands-86
+
+1	@USER	@USER	PROPN	O	0		n.person	lowlands-87
+2	:	:	PUNCT	O	0			lowlands-87
+3	Just	just	ADV	O	0			lowlands-87
+4	got	get	VERB	O	0		v.possession	lowlands-87
+5	a	a	DET	O	0			lowlands-87
+6	shot	shot	NOUN	O	0		n.act	lowlands-87
+7	in	in	ADP	O	0			lowlands-87
+8	my	my	DET	O	0			lowlands-87
+9	butt	butt	NOUN	O	0		n.artifact	lowlands-87
+10	...	...	PUNCT	O	0			lowlands-87
+11	gotta	gotta	AUX	O	0			lowlands-87
+12	be	be	VERB	O	0		v.stative	lowlands-87
+13	in	in	ADP	O	0			lowlands-87
+14	top	top	ADJ	B	0			lowlands-87
+15	shape	shape	NOUN	I	14			lowlands-87
+16	for	for	ADP	O	0			lowlands-87
+17	tonight	tonight	NOUN	O	0		n.time	lowlands-87
+18	!	!	PUNCT	O	0			lowlands-87
+19	?	?	PUNCT	O	0			lowlands-87
+20	lol	lol	X	O	0			lowlands-87
+21	URL	URL	X	O	0			lowlands-87
+
+1	Inspire	inspire	VERB	O	0		v.emotion	lowlands-88
+2	people	people	NOUN	O	0		n.person	lowlands-88
+3	through	through	ADP	O	0			lowlands-88
+4	your	your	DET	O	0			lowlands-88
+5	song	song	NOUN	O	0		n.communication	lowlands-88
+6	towards	towards	ADP	O	0			lowlands-88
+7	a	a	DET	O	0			lowlands-88
+8	cleaner	clean	ADJ	O	0			lowlands-88
+9	,	,	PUNCT	O	0			lowlands-88
+10	greener	green	ADJ	O	0			lowlands-88
+11	Singapore	singapore	PROPN	O	0		n.location	lowlands-88
+12	and	and	CONJ	O	0			lowlands-88
+13	win	win	VERB	O	0		v.competition	lowlands-88
+14	up	up	ADP	O	0			lowlands-88
+15	to	to	ADP	O	0			lowlands-88
+16	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-88
+17	!	!	PUNCT	O	0			lowlands-88
+18	#EcoMusic	#ecomusic	NOUN	B	0			lowlands-88
+19	Challenge	challenge	NOUN	I	18			lowlands-88
+20	URL	URL	X	O	0			lowlands-88
+
+1	@USER	@USER	PROPN	O	0			lowlands-89
+2	:	:	PUNCT	O	0			lowlands-89
+3	#Syria	#syria	PROPN	O	0		n.location	lowlands-89
+4	:	:	PUNCT	O	0			lowlands-89
+5	Hague	hague	PROPN	O	0		n.person	lowlands-89
+6	hints	hint	VERB	O	0		v.communication	lowlands-89
+7	at	at	ADP	O	0			lowlands-89
+8	military	military	ADJ	O	0			lowlands-89
+9	action	action	NOUN	O	0		n.act	lowlands-89
+10	-	-	PUNCT	O	0			lowlands-89
+11	latest	latest	ADJ	O	0			lowlands-89
+12	news	news	NOUN	O	0		n.communication	lowlands-89
+13	URL	URL	X	O	0			lowlands-89
+14	via	via	ADP	O	0			lowlands-89
+15	@USER	@USER	PROPN	O	0		n.person	lowlands-89
+16	#ASSAD	#assad	PROPN	O	0			lowlands-89
+17	#chemicalweapons	#chemicalweapons	NOUN	O	0			lowlands-89
+
+1	Photo	photo	NOUN	O	0		n.artifact	lowlands-90
+2	:	:	PUNCT	O	0			lowlands-90
+3	elucidatings	elucidatings	NOUN	O	0		n.cognition	lowlands-90
+4	:	:	PUNCT	O	0			lowlands-90
+5	Promoting	promote	VERB	O	0		v.social	lowlands-90
+6	all	all	DET	O	0			lowlands-90
+7	NEW	new	ADJ	O	0			lowlands-90
+8	followers	followers	NOUN	O	0		n.person	lowlands-90
+9	URL	URL	X	O	0			lowlands-90
+
+1	@USER	@USER	PROPN	O	0			lowlands-91
+2	:	:	PUNCT	O	0			lowlands-91
+3	David	david	PROPN	B	0		n.person	lowlands-91
+4	Guetta	guetta	PROPN	I	3			lowlands-91
+5	Rescheduled	reschedule	VERB	O	0		v.change	lowlands-91
+6	at	at	ADP	O	0			lowlands-91
+7	Creamfields	creamfields	PROPN	O	0		n.group	lowlands-91
+8	Due	due	CONJ	O	0			lowlands-91
+9	to	to	ADP	O	0			lowlands-91
+10	Airplane	airplane	NOUN	B	0		n.event	lowlands-91
+11	Fire	fire	NOUN	I	10			lowlands-91
+12	|	|	PUNCT	O	0			lowlands-91
+13	Your	your	DET	O	0			lowlands-91
+14	EDM	edm	X	O	0			lowlands-91
+15	URL	URL	X	O	0			lowlands-91
+
+1	Hire	hire	VERB	O	0		v.change	lowlands-92
+2	Or	or	CONJ	O	0			lowlands-92
+3	Provide	provide	VERB	O	0		v.stative	lowlands-92
+4	Professional	professional	ADJ	O	0			lowlands-92
+5	Services	services	NOUN	O	0		n.act	lowlands-92
+6	From	from	ADP	O	0			lowlands-92
+7	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-92
+8	To	to	ADP	O	0			lowlands-92
+9	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-92
+10	URL	URL	X	O	0			lowlands-92
+
+1	@USER	@USER	PROPN	O	0			lowlands-93
+2	:	:	PUNCT	O	0			lowlands-93
+3	?	?	PUNCT	O	0			lowlands-93
+4	Just	just	ADV	O	0			lowlands-93
+5	Announced	announce	VERB	O	0		v.communication	lowlands-93
+6	:	:	PUNCT	O	0			lowlands-93
+7	Zurich	zurich	PROPN	O	0		n.location	lowlands-93
+8	,	,	PUNCT	O	0			lowlands-93
+9	Switzerland	switzerland	PROPN	O	0		n.location	lowlands-93
+10	-	-	PUNCT	O	0			lowlands-93
+11	Dec	dec	NOUN	O	0		n.time	lowlands-93
+12	NUMBER	NUMBER	NUM	O	0			lowlands-93
+13	at	at	ADP	O	0			lowlands-93
+14	Mascotte	mascotte	PROPN	O	0		n.group	lowlands-93
+15	URL	URL	X	O	0			lowlands-93
+
+1	@USER	@USER	PROPN	O	0			lowlands-94
+2	:	:	PUNCT	O	0			lowlands-94
+3	Breaking	breaking	ADJ	O	0			lowlands-94
+4	News	news	NOUN	O	0		n.communication	lowlands-94
+5	:	:	PUNCT	O	0			lowlands-94
+6	U.N.	u.n.	PROPN	B	0		n.group	lowlands-94
+7	chemical	chemical	ADJ	I	6			lowlands-94
+8	weapons	weapon	NOUN	I	7			lowlands-94
+9	team	team	NOUN	I	8			lowlands-94
+10	under	under	ADP	B	0			lowlands-94
+11	fire	fire	NOUN	I	10			lowlands-94
+12	in	in	ADP	O	0			lowlands-94
+13	Syria	syria	PROPN	O	0		n.location	lowlands-94
+14	URL	URL	X	O	0			lowlands-94
+
+1	I'm	i'm	VERB	O	0		v.stative	lowlands-95
+2	A	a	DET	O	0			lowlands-95
+3	Real	real	ADJ	O	0			lowlands-95
+4	Girl	girl	NOUN	O	0		n.person	lowlands-95
+5	URL	URL	X	O	0			lowlands-95
+
+1	Valon	valon	PROPN	B	0		n.person	lowlands-96
+2	Behrami	behrami	PROPN	I	1			lowlands-96
+3	West	west	PROPN	B	0		n.person	lowlands-96
+4	Ham	ham	PROPN	I	3			lowlands-96
+5	Napoli	napoli	PROPN	I	4			lowlands-96
+6	Lazio	lazio	PROPN	I	5			lowlands-96
+7	Fiorentina	fiorentina	PROPN	I	6			lowlands-96
+8	Signed	signed	ADJ	O	0			lowlands-96
+9	autograph	autograph	NOUN	B	0		n.artifact	lowlands-96
+10	Card	card	NOUN	I	9			lowlands-96
+11	:	:	PUNCT	O	0			lowlands-96
+12	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-96
+13	End	end	NOUN	B	0		n.communication	lowlands-96
+14	Date	date	NOUN	I	13			lowlands-96
+15	:	:	PUNCT	O	0			lowlands-96
+16	Wednesday	wednesday	NOUN	B	0		n.time	lowlands-96
+17	Sep-25-2013	sep-25-2013	NOUN	I	16			lowlands-96
+18	...	...	PUNCT	O	0			lowlands-96
+19	URL	URL	X	O	0			lowlands-96
+
+1	@USER	@USER	PROPN	O	0			lowlands-97
+2	:	:	PUNCT	O	0			lowlands-97
+3	COUNT	count	VERB	B	0		v.cognition	lowlands-97
+4	ME	me	PRON	o	0			lowlands-97
+5	IN	in	PART	I	3			lowlands-97
+6	!	!	PUNCT	O	0			lowlands-97
+7	Ted	ted	PROPN	B	0		n.person	lowlands-97
+8	Cruz	cruz	PROPN	I	7			lowlands-97
+9	says	say	VERB	O	0		v.communication	lowlands-97
+10	a	a	DET	O	0			lowlands-97
+11	'	'	PUNCT	O	0			lowlands-97
+12	Grassroots	grassroots	NOUN	B	0		n.event	lowlands-97
+13	Tsunami	tsunami	NOUN	I	12			lowlands-97
+14	'	'	PUNCT	O	0			lowlands-97
+15	is	be	AUX	O	0			lowlands-97
+16	Needed	need	VERB	O	0		v.stative	lowlands-97
+17	to	to	ADP	O	0			lowlands-97
+18	Defund	defund	VERB	O	0		v.change	lowlands-97
+19	Obamacare	obamacare	PROPN	O	0		n.cognition	lowlands-97
+20	.	.	PUNCT	O	0			lowlands-97
+21	URL	URL	X	O	0			lowlands-97
+22	Pls	pls	PART	O	0			lowlands-97
+23	RT	rt	VERB	O	0		v.communication	lowlands-97
+
+1	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-98
+2	of	of	ADP	O	0			lowlands-98
+3	Teens	teens	NOUN	O	0		n.person	lowlands-98
+4	Share	share	VERB	O	0		v.social	lowlands-98
+5	Too	too	ADV	O	0			lowlands-98
+6	Much	much	ADJ	O	0			lowlands-98
+7	Personal	personal	ADJ	O	0			lowlands-98
+8	Data	data	NOUN	O	0		n.cognition	lowlands-98
+9	,	,	PUNCT	O	0			lowlands-98
+10	a	a	DET	O	0			lowlands-98
+11	LifeLock	lifelock	PROPN	B	0		n.act	lowlands-98
+12	Survey	survey	NOUN	I	11			lowlands-98
+13	Finds	find	VERB	O	0		v.cognition	lowlands-98
+14	URL	URL	X	O	0			lowlands-98
+
+1	Honda	honda	PROPN	B	0		n.artifact	lowlands-99
+2	Civic	civic	PROPN	I	1			lowlands-99
+3	NUMBER	NUMBER	NUM	O	0			lowlands-99
+4	FLYAUDIO	flyaudio	PROPN	O	0		n.group	lowlands-99
+5	NUMBER	NUMBER	NUM	O	0			lowlands-99
+6	Gen	gen	NOUN	O	0		n.artifact	lowlands-99
+7	NUMBER	NUMBER	NUM	O	0			lowlands-99
+8	"	"	PUNCT	O	0			lowlands-99
+9	screen/GPS/DVD/IPOD/BT/MP3/USB/RD	screen/gps/dvd/ipod/bt/mp3/usb/rd	NOUN	O	0		n.artifact	lowlands-99
+10	:	:	PUNCT	O	0			lowlands-99
+11	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-99
+12	(	(	PUNCT	O	0			lowlands-99
+13	NUMBER	NUMBER	NUM	O	0		n.communication	lowlands-99
+14	Bids	bid	NOUN	O	0		n.communication	lowlands-99
+15	)	)	PUNCT	O	0			lowlands-99
+16	End	end	NOUN	B	0		n.time	lowlands-99
+17	Date	date	NOUN	I	16			lowlands-99
+18	:	:	PUNCT	O	0			lowlands-99
+19	Thursday	thursday	NOUN	O	0		n.time	lowlands-99
+20	...	...	PUNCT	O	0			lowlands-99
+21	URL	URL	X	O	0			lowlands-99
+
+1	New	new	ADJ	O	0			lowlands-100
+2	to	to	ADP	O	0			lowlands-100
+3	the	the	DET	O	0			lowlands-100
+4	Pancake	pancake	PROPN	B	0		n.group	lowlands-100
+5	Pantry	pantry	PROPN	I	4			lowlands-100
+6	?	?	PUNCT	O	0			lowlands-100
+7	We're	we're	VERB	O	0		v.stative	lowlands-100
+8	open	open	ADJ	O	0			lowlands-100
+9	ALL	all	DET	O	0			lowlands-100
+10	year	year	NOUN	O	0		n.time	lowlands-100
+11	round	round	ADP	O	0			lowlands-100
+12	(	(	PUNCT	O	0			lowlands-100
+13	except	except	ADP	O	0			lowlands-100
+14	Thanksgiving	thanksgiving	PROPN	O	0		n.event	lowlands-100
+15	and	and	CONJ	O	0			lowlands-100
+16	Christmas	christmas	PROPN	B	0		n.event	lowlands-100
+17	Day	day	PROPN	I	16			lowlands-100
+18	)	)	PUNCT	O	0			lowlands-100
+19	.	.	PUNCT	O	0			lowlands-100
+20	We	we	PRON	O	0			lowlands-100
+21	are	be	VERB	O	0		v.stative	lowlands-100
+22	even	even	ADV	O	0			lowlands-100
+23	open	open	ADJ	O	0			lowlands-100
+24	...	...	PUNCT	O	0			lowlands-100
+25	URL	URL	X	O	0			lowlands-100
+
+1	@USER	@USER	PROPN	O	0			lowlands-101
+2	:	:	PUNCT	O	0			lowlands-101
+3	Syria	syria	PROPN	O	0		n.group	lowlands-101
+4	Changes	change	VERB	O	0		v.change	lowlands-101
+5	Course	course	NOUN	O	0		n.act	lowlands-101
+6	,	,	PUNCT	O	0			lowlands-101
+7	Will	will	AUX	O	0			lowlands-101
+8	Allow	allow	VERB	O	0		v.stative	lowlands-101
+9	Inspectors	inspector	NOUN	O	0		n.person	lowlands-101
+10	:	:	PUNCT	O	0			lowlands-101
+11	URL	URL	X	O	0			lowlands-101
+
+1	I'm	i'm	VERB	O	0		v.stative	lowlands-102
+2	at	at	ADP	O	0			lowlands-102
+3	Pacific	pacific	PROPN	B	0		n.group	lowlands-102
+4	Transload	transload	PROPN	I	3			lowlands-102
+5	Systems	systems	PROPN	I	4			lowlands-102
+6	-	-	PUNCT	O	0			lowlands-102
+7	Port	port	PROPN	B	0		n.location	lowlands-102
+8	Of	of	ADP	I	7			lowlands-102
+9	Oakland	oakland	PROPN	I	8			lowlands-102
+10	(	(	PUNCT	O	0			lowlands-102
+11	Oakland	oakland	PROPN	O	0		n.location	lowlands-102
+12	,	,	PUNCT	O	0			lowlands-102
+13	CA	ca	PROPN	O	0		n.location	lowlands-102
+14	)	)	PUNCT	O	0			lowlands-102
+15	URL	URL	X	O	0			lowlands-102
+
+1	Photo	photo	NOUN	O	0		n.artifact	lowlands-103
+2	:	:	PUNCT	O	0			lowlands-103
+3	Alessandra	alessandra	PROPN	B	0		n.person	lowlands-103
+4	Kamaile	kamaile	PROPN	I	3			lowlands-103
+5	-	-	PUNCT	O	0			lowlands-103
+6	inspiring	inspiring	ADJ	O	0			lowlands-103
+7	picture	picture	NOUN	O	0		n.artifact	lowlands-103
+8	on	on	ADP	O	0			lowlands-103
+9	URL	URL	X	O	0			lowlands-103
+10	en	en	X	O	0			lowlands-103
+11	We	we	PRON	O	0			lowlands-103
+12	Heart	heart	VERB	O	0		v.emotion	lowlands-103
+13	It	it	PRON	O	0			lowlands-103
+14	....	....	PUNCT	O	0			lowlands-103
+15	URL	URL	X	O	0			lowlands-103
+
+1	Baffled	baffled	ADJ	O	0			lowlands-104
+2	Di	di	PROPN	B	0		n.person	lowlands-104
+3	Resta	resta	PROPN	I	2			lowlands-104
+4	rues	rue	VERB	O	0		v.emotion	lowlands-104
+5	collision	collision	NOUN	O	0		n.event	lowlands-104
+6	URL	URL	X	O	0			lowlands-104
+
+1	"	"	PUNCT	O	0			lowlands-105
+2	Dictionaries	dictionary	NOUN	O	0		n.communication	lowlands-105
+3	Redefine	redefine	VERB	O	0		v.change	lowlands-105
+4	'	'	PUNCT	O	0			lowlands-105
+5	Marriage	marriage	NOUN	O	0		n.cognition	lowlands-105
+6	'	'	PUNCT	O	0			lowlands-105
+7	in	in	ADP	O	0			lowlands-105
+8	Wake	wake	NOUN	O	0		n.phenomenon	lowlands-105
+9	of	of	ADP	O	0			lowlands-105
+10	British	british	ADJ	O	0			lowlands-105
+11	Gay	gay	NOUN	B	0		n.communication	lowlands-105
+12	Marriage	marriage	NOUN	I	11			lowlands-105
+13	Legislation	legislation	NOUN	I	12			lowlands-105
+14	"	"	PUNCT	O	0			lowlands-105
+15	What	what	PRON	O	0			lowlands-105
+16	do	do	AUX	O	0			lowlands-105
+17	you	you	PRON	O	0			lowlands-105
+18	think	think	VERB	O	0		v.cognition	lowlands-105
+19	?	?	PUNCT	O	0			lowlands-105
+20	URL	URL	X	O	0			lowlands-105
+
+1	Photo	photo	NOUN	O	0		n.artifact	lowlands-106
+2	?	?	PUNCT	O	0			lowlands-106
+3	At	at	ADP	O	0			lowlands-106
+4	The	the	DET	O	0			lowlands-106
+5	End	end	NOUN	O	0		n.cognition	lowlands-106
+6	of	of	ADP	O	0			lowlands-106
+7	the	the	DET	O	0			lowlands-106
+8	World	world	NOUN	O	0		n.natural_object	lowlands-106
+9	?	?	PUNCT	O	0			lowlands-106
+10	by	by	ADP	O	0			lowlands-106
+11	wim	wim	PROPN	B	0		n.person	lowlands-106
+12	denijs	denijs	PROPN	I	11			lowlands-106
+13	#500px	#500px	NOUN	O	0			lowlands-106
+14	URL	URL	X	O	0			lowlands-106
+
+1	If	if	ADP	O	0			lowlands-107
+2	you	you	PRON	O	0			lowlands-107
+3	were	be	VERB	O	0		v.stative	lowlands-107
+4	a	a	DET	O	0			lowlands-107
+5	car	car	NOUN	O	0		n.artifact	lowlands-107
+6	,	,	PUNCT	O	0			lowlands-107
+7	what	what	PRON	O	0			lowlands-107
+8	kind	kind	NOUN	O	0		n.cognition	lowlands-107
+9	of	of	ADP	O	0			lowlands-107
+10	car	car	NOUN	O	0		n.artifact	lowlands-107
+11	would	would	AUX	O	0			lowlands-107
+12	you	you	PRON	O	0			lowlands-107
+13	be	be	VERB	O	0		v.stative	lowlands-107
+14	?	?	PUNCT	O	0			lowlands-107
+15	?	?	PUNCT	O	0			lowlands-107
+16	the	the	DET	O	0			lowlands-107
+17	Mini	mini	PROPN	B	0		n.artifact	lowlands-107
+18	Cooper	cooper	PROPN	I	17			lowlands-107
+19	Convertible	convertible	NOUN	I	18			lowlands-107
+20	one	one	NUM	O	0		n.quantity	lowlands-107
+21	URL	URL	X	O	0			lowlands-107
+
+1	@USER	@USER	PROPN	O	0			lowlands-108
+2	:	:	PUNCT	O	0			lowlands-108
+3	?	?	PUNCT	O	0			lowlands-108
+4	NUMBER	NUMBER	NUM	O	0		n.cognition	lowlands-108
+5	Cognitive	cognitive	NOUN	B	0		n.cognition	lowlands-108
+6	Biases	bias	NOUN	I	5			lowlands-108
+7	That	that	PRON	O	0			lowlands-108
+8	Screw	screw	VERB	B	0		v.change	lowlands-108
+9	Up	up	PART	I	8			lowlands-108
+10	How	how	ADV	O	0			lowlands-108
+11	We	we	PRON	O	0			lowlands-108
+12	Think	think	VERB	O	0		v.cognition	lowlands-108
+13	?	?	PUNCT	O	0			lowlands-108
+14	URL	URL	X	O	0			lowlands-108
+15	via	via	ADP	O	0			lowlands-108
+16	@USER	@USER	PROPN	O	0		n.person	lowlands-108
+
+1	Today	today	NOUN	B	0			lowlands-109
+2	stats	stats	NOUN	I	1			lowlands-109
+3	:	:	PUNCT	O	0			lowlands-109
+4	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-109
+5	followers	followers	NOUN	O	0		n.person	lowlands-109
+6	,	,	PUNCT	O	0			lowlands-109
+7	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-109
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-109
+9	and	and	CONJ	O	0			lowlands-109
+10	followed	follow	VERB	O	0		v.social	lowlands-109
+11	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-109
+12	people	people	NOUN	O	0		n.person	lowlands-109
+13	via	via	ADP	O	0			lowlands-109
+14	URL	URL	X	O	0			lowlands-109
+
+1	@USER	@USER	PROPN	O	0			lowlands-110
+2	:	:	PUNCT	O	0			lowlands-110
+3	Evolving	evolving	ADJ	O	0			lowlands-110
+4	world	world	NOUN	O	0		n.cognition	lowlands-110
+5	of	of	ADP	O	0			lowlands-110
+6	BPM	bpm	PROPN	B	0		n.group	lowlands-110
+7	|	|	PUNCT	I	6			lowlands-110
+8	IBM	ibm	PROPN	I	7			lowlands-110
+9	Software	software	PROPN	I	8			lowlands-110
+10	India	india	PROPN	I	9			lowlands-110
+11	:	:	PUNCT	O	0			lowlands-110
+12	business	business	NOUN	B	0		n.attribute	lowlands-110
+13	agility	agility	NOUN	I	12			lowlands-110
+14	,	,	PUNCT	O	0			lowlands-110
+15	BPM	bpm	PROPN	O	0		n.group	lowlands-110
+16	,	,	PUNCT	O	0			lowlands-110
+17	business	business	NOUN	B	0		n.act	lowlands-110
+18	process	process	NOUN	I	17			lowlands-110
+19	management	management	NOUN	I	18			lowlands-110
+20	,	,	PUNCT	O	0			lowlands-110
+21	...	...	PUNCT	O	0			lowlands-110
+22	URL	URL	X	B	0			lowlands-110
+23	#	#	NOUN	I	22			lowlands-110
+24	?	?	PUNCT	O	0			lowlands-110
+
+1	Today	today	NOUN	B	0			lowlands-111
+2	stats	stats	NOUN	I	1			lowlands-111
+3	:	:	PUNCT	O	0			lowlands-111
+4	2	2	NUM	O	0		n.group	lowlands-111
+5	followers	followers	NOUN	O	0		n.person	lowlands-111
+6	,	,	PUNCT	O	0			lowlands-111
+7	2	2	NUM	O	0		n.person	lowlands-111
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-111
+9	and	and	CONJ	O	0			lowlands-111
+10	followed	follow	VERB	O	0		v.social	lowlands-111
+11	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-111
+12	people	people	NOUN	O	0		n.person	lowlands-111
+13	via	via	ADP	O	0			lowlands-111
+14	URL	URL	X	O	0			lowlands-111
+
+1	Today	today	NOUN	B	0			lowlands-112
+2	stats	stats	NOUN	I	1			lowlands-112
+3	:	:	PUNCT	O	0			lowlands-112
+4	NUMBER	NUMBER	NUM	O	0		n.group	lowlands-112
+5	followers	followers	NOUN	O	0		n.person	lowlands-112
+6	,	,	PUNCT	O	0			lowlands-112
+7	No	no	DET	O	0			lowlands-112
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-112
+9	via	via	ADP	O	0			lowlands-112
+10	URL	URL	X	O	0			lowlands-112
+
+1	@USER	@USER	PROPN	O	0			lowlands-113
+2	:	:	PUNCT	O	0			lowlands-113
+3	for	for	ADP	O	0			lowlands-113
+4	a	a	DET	O	0			lowlands-113
+5	chance	chance	NOUN	O	0		n.state	lowlands-113
+6	to	to	ADP	O	0			lowlands-113
+7	win	win	VERB	O	0		v.competition	lowlands-113
+8	2	2	NUM	O	0		n.communication	lowlands-113
+9	tickets	ticket	NOUN	O	0		n.artifact	lowlands-113
+10	to	to	ADP	O	0			lowlands-113
+11	the	the	DET	O	0			lowlands-113
+12	@USER	@USER	PROPN	B	0		n.event	lowlands-113
+13	Art	art	PROPN	I	12			lowlands-113
+14	Launch	launch	PROPN	I	13			lowlands-113
+15	Party	party	PROPN	I	14			lowlands-113
+16	tomorrow	tomorrow	NOUN	O	0			lowlands-113
+17	!	!	PUNCT	O	0			lowlands-113
+18	More	more	DET	O	0			lowlands-113
+19	info	info	NOUN	O	0		n.communication	lowlands-113
+20	-	-	PUNCT	O	0			lowlands-113
+21	URL	URL	X	O	0			lowlands-113
+
+1	There	there	PRON	O	0			lowlands-114
+2	are	be	VERB	O	0		v.stative	lowlands-114
+3	some	some	DET	O	0			lowlands-114
+4	constraints	constraint	NOUN	O	0		n.state	lowlands-114
+5	as	as	ADP	O	0			lowlands-114
+6	to	to	ADP	O	0			lowlands-114
+7	how	how	ADV	O	0			lowlands-114
+8	high	high	ADJ	O	0			lowlands-114
+9	or	or	CONJ	O	0			lowlands-114
+10	how	how	ADV	O	0			lowlands-114
+11	low	low	ADJ	O	0			lowlands-114
+12	you	you	PRON	O	0			lowlands-114
+13	can	can	AUX	O	0			lowlands-114
+14	set	set	VERB	O	0		v.stative	lowlands-114
+15	your	your	DET	O	0			lowlands-114
+16	price	price	NOUN	O	0		n.attribute	lowlands-114
+17	when	when	ADV	O	0			lowlands-114
+18	posting	post	VERB	O	0		v.creation	lowlands-114
+19	your	your	DET	O	0			lowlands-114
+20	bid	bid	NOUN	O	0		n.communication	lowlands-114
+21	.	.	PUNCT	O	0			lowlands-114
+22	URL	URL	X	O	0			lowlands-114
+
+1	Radio	radio	PROPN	B	0			lowlands-115
+2	NUMBER	NUMBER	NUM	I	1			lowlands-115
+3	Darkside	darkside	PROPN	I	2			lowlands-115
+4	Teaser	teaser	NOUN	I	3			lowlands-115
+5	:	:	PUNCT	O	0			lowlands-115
+6	URL	URL	X	O	0			lowlands-115
+7	via	via	ADP	O	0			lowlands-115
+8	@USER	@USER	PROPN	O	0		n.person	lowlands-115
+9	NUMBER	NUMBER	NUM	O	0			lowlands-115
+10	years	years	NOUN	O	0		n.time	lowlands-115
+11	ago	ago	ADV	O	0			lowlands-115
+12	!	!	PUNCT	O	0			lowlands-115
+13	Timeless	timeless	ADJ	O	0			lowlands-115
+14	.	.	PUNCT	O	0			lowlands-115
+
+1	Today	today	NOUN	B	0			lowlands-116
+2	stats	stats	NOUN	I	1			lowlands-116
+3	:	:	PUNCT	O	0			lowlands-116
+4	One	one	NUM	O	0		n.person	lowlands-116
+5	follower	follower	NOUN	O	0		n.person	lowlands-116
+6	,	,	PUNCT	O	0			lowlands-116
+7	No	no	DET	O	0			lowlands-116
+8	unfollowers	unfollowers	NOUN	O	0		n.person	lowlands-116
+9	via	via	ADP	O	0			lowlands-116
+10	URL	URL	X	O	0			lowlands-116
+
+1	"	"	PUNCT	O	0			lowlands-117
+2	Weird	weird	ADJ	O	0			lowlands-117
+3	seaside	seaside	ADJ	B	0		n.artifact	lowlands-117
+4	accessories	accessory	NOUN	I	3			lowlands-117
+5	-	-	PUNCT	O	0			lowlands-117
+6	Telegraph	telegraph	PROPN	O	0		n.artifact	lowlands-117
+7	"	"	PUNCT	O	0			lowlands-117
+8	URL	URL	X	O	0			lowlands-117
+
+1	Music	music	NOUN	B	0		n.group	lowlands-118
+2	Think	think	NOUN	I	1			lowlands-118
+3	Tank	tank	NOUN	I	2			lowlands-118
+4	-	-	PUNCT	O	0			lowlands-118
+5	How	how	ADV	O	0			lowlands-118
+6	To	to	ADP	O	0			lowlands-118
+7	Make	make	VERB	O	0		v.change	lowlands-118
+8	It	it	PRON	O	0			lowlands-118
+9	In	in	ADP	O	0			lowlands-118
+10	The	the	DET	O	0			lowlands-118
+11	Music	music	NOUN	B	0		n.cognition	lowlands-118
+12	Industry	industry	NOUN	I	11			lowlands-118
+13	-	-	PUNCT	O	0			lowlands-118
+14	4	4	NUM	O	0		n.quantity	lowlands-118
+15	Key	key	NOUN	O	0			lowlands-118
+16	Factors	factor	NOUN	O	0		n.attribute	lowlands-118
+17	URL	URL	X	O	0			lowlands-118
+
+1	NSA	nsa	PROPN	B	0		n.person	lowlands-119
+2	agents	agent	NOUN	I	1			lowlands-119
+3	spied	spy	VERB	O	0		v.perception	lowlands-119
+4	on	on	ADP	O	0			lowlands-119
+5	their	their	DET	O	0			lowlands-119
+6	love	love	NOUN	B	0		n.person	lowlands-119
+7	interests	interest	NOUN	I	6			lowlands-119
+8	under	under	ADP	O	0			lowlands-119
+9	a	a	DET	O	0			lowlands-119
+10	program	program	NOUN	O	0		n.cognition	lowlands-119
+11	called	call	VERB	O	0		v.communication	lowlands-119
+12	"	"	PUNCT	O	0			lowlands-119
+13	LOVEINT	loveint	PROPN	O	0			lowlands-119
+14	"	"	PUNCT	O	0			lowlands-119
+15	URL	URL	X	O	0			lowlands-119
+
+1	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-120
+2	top	top	ADJ	O	0			lowlands-120
+3	theme	theme	NOUN	B	0		n.artifact	lowlands-120
+4	parks	parks	NOUN	I	3			lowlands-120
+5	opening	open	VERB	O	0		v.change	lowlands-120
+6	soon	soon	ADV	O	0			lowlands-120
+7	URL	URL	X	O	0			lowlands-120
+
+1	@USER	@USER	PROPN	O	0			lowlands-121
+2	:	:	PUNCT	O	0			lowlands-121
+3	Lady	lady	PROPN	B	0		n.person	lowlands-121
+4	Gaga	gaga	PROPN	I	3			lowlands-121
+5	talking	talk	VERB	O	0		v.communication	lowlands-121
+6	to	to	ADP	O	0			lowlands-121
+7	the	the	DET	O	0			lowlands-121
+8	boys	boy	NOUN	O	0		n.person	lowlands-121
+9	after	after	ADP	O	0			lowlands-121
+10	they	they	PRON	O	0			lowlands-121
+11	won	win	VERB	O	0		v.competition	lowlands-121
+12	the	the	DET	O	0			lowlands-121
+13	award	award	NOUN	O	0		n.cognition	lowlands-121
+14	,	,	PUNCT	O	0			lowlands-121
+15	gotta	gotta	AUX	O	0			lowlands-121
+16	love	love	VERB	O	0		v.emotion	lowlands-121
+17	her	her	PRON	O	0			lowlands-121
+18	.	.	PUNCT	O	0			lowlands-121
+19	URL	URL	X	O	0			lowlands-121
+20	?	?	PUNCT	O	0			lowlands-121
+
+1	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-122
+2	Chevy	chevy	PROPN	B	0		n.artifact	lowlands-122
+3	Lumina-	lumina-	PROPN	I	2			lowlands-122
+4	Rare	rare	ADJ	O	0			lowlands-122
+5	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-122
+6	Package-	package-	NOUN	O	0		n.artifact	lowlands-122
+7	Recaro	recaro	PROPN	B	0		n.artifact	lowlands-122
+8	Seats-	seats-	NOUN	I	7			lowlands-122
+9	NUMBER	NUMBER	NUM	O	0			lowlands-122
+10	v6-	v6-	NOUN	O	0			lowlands-122
+11	NUMBER	NUMBER	NUM	O	0			lowlands-122
+12	obo	obo	PROPN	O	0			lowlands-122
+13	(	(	PUNCT	O	0			lowlands-122
+14	yopungstown	yopungstown	PROPN	O	0		n.person	lowlands-122
+15	)	)	PUNCT	O	0			lowlands-122
+16	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-122
+17	URL	URL	X	O	0			lowlands-122
+
+1	I	i	PRON	O	0			lowlands-123
+2	posted	post	VERB	O	0		v.communication	lowlands-123
+3	a	a	DET	O	0			lowlands-123
+4	new	new	ADJ	O	0			lowlands-123
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-123
+6	to	to	ADP	O	0			lowlands-123
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-123
+8	URL	URL	X	O	0			lowlands-123
+
+1	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-124
+2	Girly	girly	ADJ	O	0			lowlands-124
+3	School	school	NOUN	B	0		n.artifact	lowlands-124
+4	Supplies	supply	NOUN	I	3			lowlands-124
+5	From	from	ADP	O	0			lowlands-124
+6	Your	your	DET	O	0			lowlands-124
+7	Childhood	childhood	NOUN	O	0		n.time	lowlands-124
+8	You	you	PRON	O	0			lowlands-124
+9	Maybe	maybe	ADV	O	0			lowlands-124
+10	Still	still	ADV	O	0			lowlands-124
+11	Want	want	VERB	O	0		v.emotion	lowlands-124
+12	URL	URL	X	O	0			lowlands-124
+
+1	@USER	@USER	PROPN	O	0			lowlands-125
+2	:	:	PUNCT	O	0			lowlands-125
+3	Traits	trait	NOUN	O	0		n.attribute	lowlands-125
+4	of	of	ADP	O	0			lowlands-125
+5	Autism	autism	NOUN	O	0		n.state	lowlands-125
+6	Seen	see	VERB	O	0		v.perception	lowlands-125
+7	in	in	ADP	O	0			lowlands-125
+8	Some	some	DET	O	0			lowlands-125
+9	Kids	kid	NOUN	O	0		n.person	lowlands-125
+10	with	with	ADP	O	0			lowlands-125
+11	ADHD	adhd	PROPN	O	0		n.state	lowlands-125
+12	URL	URL	X	O	0			lowlands-125
+
+1	When	when	ADV	O	0			lowlands-126
+2	I	i	PRON	O	0			lowlands-126
+3	grow	grow	VERB	B	0		v.change	lowlands-126
+4	up	up	PART	I	3			lowlands-126
+5	,	,	PUNCT	O	0			lowlands-126
+6	I	i	PRON	O	0			lowlands-126
+7	want	want	VERB	O	0		v.emotion	lowlands-126
+8	to	to	ADP	O	0			lowlands-126
+9	...	...	PUNCT	O	0			lowlands-126
+10	URL	URL	X	O	0			lowlands-126
+11	from	from	ADP	O	0			lowlands-126
+12	Seth	seth	PROPN	B	0		n.person	lowlands-126
+13	Godin	godin	PROPN	I	12			lowlands-126
+14	.	.	PUNCT	O	0			lowlands-126
+15	You	you	PRON	O	0			lowlands-126
+16	don't	don't	AUX	O	0			lowlands-126
+17	need	need	AUX	O	0			lowlands-126
+18	to	to	ADP	O	0			lowlands-126
+19	boil	boil	VERB	O	0		v.change	lowlands-126
+20	the	the	DET	O	0			lowlands-126
+21	ocean	ocean	NOUN	O	0		n.natural_object	lowlands-126
+22	to	to	ADP	O	0			lowlands-126
+23	change	change	VERB	O	0		v.change	lowlands-126
+24	the	the	DET	O	0			lowlands-126
+25	world	world	NOUN	O	0		n.natural_object	lowlands-126
+26	for	for	ADP	O	0			lowlands-126
+27	the	the	DET	O	0			lowlands-126
+28	better	better	ADJ	O	0			lowlands-126
+29	.	.	PUNCT	O	0			lowlands-126
+
+1	Nube	nube	PROPN	O	0		n.person	lowlands-127
+2	NUMBER	NUMBER	NUM	O	0			lowlands-127
+3	@USER	@USER	PROPN	O	0		n.person	lowlands-127
+4	the	the	DET	B	0		n.group	lowlands-127
+5	Philarmonic	philarmonic	PROPN	I	4			lowlands-127
+6	of	of	ADP	I	5			lowlands-127
+7	Liverpool	liverpool	PROPN	I	6			lowlands-127
+8	-	-	PUNCT	O	0			lowlands-127
+9	homage	homage	NOUN	O	0		n.act	lowlands-127
+10	to	to	ADP	O	0			lowlands-127
+11	George	george	PROPN	O	0		n.person	lowlands-127
+12	.	.	PUNCT	O	0			lowlands-127
+13	URL	URL	X	O	0			lowlands-127
+
+1	I	i	PRON	O	0			lowlands-128
+2	posted	post	VERB	O	0		v.communication	lowlands-128
+3	a	a	DET	O	0			lowlands-128
+4	new	new	ADJ	O	0			lowlands-128
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-128
+6	to	to	ADP	O	0			lowlands-128
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-128
+8	URL	URL	X	O	0			lowlands-128
+
+1	NUMBER	NUMBER	NUM	O	0		n.person	lowlands-129
+2	Technology	technology	PROPN	B	0		n.person	lowlands-129
+3	Award	award	PROPN	I	2			lowlands-129
+4	Winners	winner	NOUN	I	3			lowlands-129
+5	Announced	announce	VERB	O	0		v.communication	lowlands-129
+6	by	by	ADP	O	0			lowlands-129
+7	International	international	PROPN	O	0		n.group	lowlands-129
+8	NUMBER	NUMBER	NUM	O	0			lowlands-129
+9	&	&	CONJ	O	0			lowlands-129
+10	Advanced	advanced	PROPN	B	0		n.group	lowlands-129
+11	Imaging	imaging	PROPN	I	10			lowlands-129
+12	Society	society	PROPN	I	11			lowlands-129
+13	URL	URL	X	O	0			lowlands-129
+
+1	Does	do	AUX	O	0			lowlands-130
+2	Evil	evil	PROPN	O	0		n.state	lowlands-130
+3	ever	ever	ADV	O	0			lowlands-130
+4	really	really	ADV	O	0			lowlands-130
+5	sleep	sleep	VERB	O	0		v.body	lowlands-130
+6	?	?	PUNCT	O	0			lowlands-130
+7	Or	or	CONJ	O	0			lowlands-130
+8	does	do	AUX	O	0			lowlands-130
+9	it	it	PRON	O	0			lowlands-130
+10	just	just	ADV	O	0			lowlands-130
+11	wait	wait	VERB	O	0		v.stative	lowlands-130
+12	?	?	PUNCT	O	0			lowlands-130
+13	#kiramorgana	#kiramorgana	PROPN	B	0			lowlands-130
+14	#TTATE	#ttate	PROPN	I	13			lowlands-130
+15	-	-	PUNCT	O	0			lowlands-130
+16	URL	URL	X	O	0			lowlands-130
+
+1	NEW	new	ADJ	O	0			lowlands-131
+2	POST	post	NOUN	O	0		n.communication	lowlands-131
+3	:	:	PUNCT	O	0			lowlands-131
+4	More	more	ADJ	O	0			lowlands-131
+5	than	than	ADP	O	0			lowlands-131
+6	NUMBER	NUMBER	NUM	O	0		n.communication	lowlands-131
+7	vintage	vintage	NOUN	B	0		n.communication	lowlands-131
+8	ads	ad	NOUN	I	7			lowlands-131
+9	at	at	ADP	O	0			lowlands-131
+10	your	your	DET	O	0			lowlands-131
+11	fingertips	fingertip	NOUN	O	0		n.body	lowlands-131
+12	URL	URL	X	O	0			lowlands-131
+13	#vintage	#vintage	NOUN	O	0			lowlands-131
+
+1	I	i	PRON	O	0			lowlands-132
+2	posted	post	VERB	O	0		v.communication	lowlands-132
+3	a	a	DET	O	0			lowlands-132
+4	new	new	ADJ	O	0			lowlands-132
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-132
+6	to	to	ADP	O	0			lowlands-132
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-132
+8	URL	URL	X	O	0			lowlands-132
+
+1	Japan	japan	PROPN	B	0		n.group	lowlands-133
+2	school	school	NOUN	I	1			lowlands-133
+3	board	board	NOUN	I	2			lowlands-133
+4	bows	bow	VERB	O	0		v.cognition	lowlands-133
+5	to	to	ADP	O	0			lowlands-133
+6	outcry	outcry	NOUN	O	0		n.communication	lowlands-133
+7	,	,	PUNCT	O	0			lowlands-133
+8	drops	drop	VERB	O	0		v.change	lowlands-133
+9	curbs	curb	NOUN	O	0		n.state	lowlands-133
+10	on	on	ADP	O	0			lowlands-133
+11	anti-war	anti-war	ADJ	O	0			lowlands-133
+12	comic	comic	NOUN	O	0		n.person	lowlands-133
+13	URL	URL	X	O	0			lowlands-133
+14	#health	#health	NOUN	O	0			lowlands-133
+15	#living	#living	NOUN	O	0			lowlands-133
+
+1	NUMBER	NUMBER	NUM	O	0		n.quantity	lowlands-134
+2	MILLION	million	NOUN	O	0		n.quantity	lowlands-134
+3	Mega	mega	ADJ	B	0		n.possession	lowlands-134
+4	Millions	millions	PROPN	I	3			lowlands-134
+5	Jackpot	jackpot	PROPN	I	4			lowlands-134
+6	this	this	DET	O	0			lowlands-134
+7	Tuesday	tuesday	NOUN	O	0		n.time	lowlands-134
+8	,	,	PUNCT	O	0			lowlands-134
+9	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-134
+10	Aug	aug	NOUN	O	0		n.time	lowlands-134
+11	NUMBER	NUMBER	NUM	O	0			lowlands-134
+12	!	!	PUNCT	O	0			lowlands-134
+13	Find	find	VERB	B	0		v.cognition	lowlands-134
+14	out	out	PART	I	13			lowlands-134
+15	how	how	ADV	O	0			lowlands-134
+16	to	to	ADP	O	0			lowlands-134
+17	win	win	VERB	O	0		v.competition	lowlands-134
+18	it	it	PRON	O	0			lowlands-134
+19	:	:	PUNCT	O	0			lowlands-134
+20	URL	URL	X	O	0			lowlands-134
+
+1	Antique	antique	ADJ	O	0			lowlands-135
+2	ROYAL	royal	PROPN	B	0		n.artifact	lowlands-135
+3	BAYREUTH	bayreuth	PROPN	I	2			lowlands-135
+4	Sun-Bonnet	sun-bonnet	NOUN	I	3			lowlands-135
+5	Babies	baby	NOUN	I	4			lowlands-135
+6	Blue	blue	NOUN	I	5			lowlands-135
+7	Mark	mark	NOUN	I	6			lowlands-135
+8	sewing	sew	VERB	O	0		v.contact	lowlands-135
+9	/	/	PUNCT	O	0			lowlands-135
+10	Mending	mend	VERB	O	0		v.contact	lowlands-135
+11	/	/	PUNCT	O	0			lowlands-135
+12	Wednesday	wednesday	NOUN	O	0		n.time	lowlands-135
+13	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-135
+14	URL	URL	X	O	0			lowlands-135
+15	#plates	#plates	NOUN	O	0			lowlands-135
+
+1	Don't	don't	AUX	O	0			lowlands-136
+2	forget	forget	VERB	O	0		v.cognition	lowlands-136
+3	to	to	ADP	O	0			lowlands-136
+4	get	get	VERB	O	0		v.possession	lowlands-136
+5	your	your	DET	O	0			lowlands-136
+6	Atlanta	atlanta	PROPN	B	0		n.artifact	lowlands-136
+7	Beagle	beagle	PROPN	I	6			lowlands-136
+8	Rescue	rescue	PROPN	I	7			lowlands-136
+9	gear	gear	NOUN	I	8			lowlands-136
+10	!	!	PUNCT	O	0			lowlands-136
+11	URL	URL	X	O	0			lowlands-136
+12	URL	URL	X	O	0			lowlands-136
+
+1	Don	don	AUX	O	0			lowlands-137
+2	?	?	PUNCT	O	0			lowlands-137
+3	t	t	AUX	O	0			lowlands-137
+4	get	get	VERB	B	0		v.cognition	lowlands-137
+5	lost	lost	ADJ	I	4			lowlands-137
+6	in	in	ADP	O	0			lowlands-137
+7	a	a	DET	O	0			lowlands-137
+8	business	business	NOUN	B	0		n.communication	lowlands-137
+9	book	book	NOUN	I	8			lowlands-137
+10	.	.	PUNCT	O	0			lowlands-137
+11	Learn	learn	VERB	O	0		v.cognition	lowlands-137
+12	how	how	ADV	O	0			lowlands-137
+13	to	to	ADP	O	0			lowlands-137
+14	work	work	VERB	O	0		v.stative	lowlands-137
+15	smarter	smarter	ADV	O	0			lowlands-137
+16	and	and	CONJ	O	0			lowlands-137
+17	live	live	VERB	O	0		v.stative	lowlands-137
+18	better	better	ADV	O	0			lowlands-137
+19	here	here	ADV	O	0			lowlands-137
+20	at	at	ADP	O	0			lowlands-137
+21	#ExpertsEnterprise	#expertsenterprise	PROPN	O	0		n.group	lowlands-137
+22	URL	URL	X	O	0			lowlands-137
+
+1	Guzan	guzan	PROPN	O	0			lowlands-138
+2	:	:	PUNCT	O	0			lowlands-138
+3	Villa	villa	PROPN	O	0		n.group	lowlands-138
+4	massively	massively	ADV	O	0			lowlands-138
+5	different	different	ADJ	O	0			lowlands-138
+6	this	this	DET	O	0			lowlands-138
+7	season	season	NOUN	O	0		n.time	lowlands-138
+8	URL	URL	X	O	0			lowlands-138
+
+1	Soccer	soccer	NOUN	B	0		n.communication	lowlands-139
+2	news	news	NOUN	I	1			lowlands-139
+3	:	:	PUNCT	O	0			lowlands-139
+4	RODGERS	rodgers	PROPN	O	0		n.person	lowlands-139
+5	:	:	PUNCT	O	0			lowlands-139
+6	ENGLAND	england	PROPN	O	0		n.group	lowlands-139
+7	ARE	be	VERB	O	0		v.stative	lowlands-139
+8	LUCKY	lucky	ADJ	O	0			lowlands-139
+9	TO	to	ADP	O	0			lowlands-139
+10	HAVE	have	VERB	O	0		v.stative	lowlands-139
+11	STURRIDGE	sturridge	PROPN	O	0		n.person	lowlands-139
+12	URL	URL	X	O	0			lowlands-139
+13	#SoccerNews	#soccernews	NOUN	O	0			lowlands-139
+14	#soccer	#soccer	NOUN	O	0			lowlands-139
+15	#fifa	#fifa	PROPN	O	0			lowlands-139
+16	#soccer	#soccer	NOUN	O	0			lowlands-139
+17	#football	#football	NOUN	O	0			lowlands-139
+
+1	'	'	PUNCT	O	0			lowlands-140
+2	Favstar/top-50-funny	favstar/top-50-funny	ADJ	O	0			lowlands-140
+3	'	'	PUNCT	O	0			lowlands-140
+4	news	news	NOUN	O	0		n.communication	lowlands-140
+5	URL	URL	X	O	0			lowlands-140
+6	-	-	PUNCT	O	0			lowlands-140
+7	top	top	ADJ	O	0			lowlands-140
+8	stories	story	NOUN	O	0		n.communication	lowlands-140
+9	by	by	ADP	O	0			lowlands-140
+10	BestofTheWorsti	bestoftheworsti	PROPN	O	0		n.person	lowlands-140
+11	,	,	PUNCT	O	0			lowlands-140
+12	ItsGuiRodrigues	itsguirodrigues	PROPN	O	0		n.person	lowlands-140
+13	,	,	PUNCT	O	0			lowlands-140
+14	AlberttoLicona	alberttolicona	PROPN	O	0		n.person	lowlands-140
+
+1	You	you	PRON	O	0			lowlands-141
+2	and	and	CONJ	O	0			lowlands-141
+3	jack	jack	PROPN	O	0		n.person	lowlands-141
+4	should	should	AUX	O	0			lowlands-141
+5	get	get	AUX	O	0			lowlands-141
+6	married	marry	VERB	O	0		v.social	lowlands-141
+7	already	already	ADV	O	0			lowlands-141
+8	.	.	PUNCT	O	0			lowlands-141
+9	I'll	i'll	AUX	O	0			lowlands-141
+10	plan	plan	VERB	O	0		v.cognition	lowlands-141
+11	it	it	PRON	O	0			lowlands-141
+12	.	.	PUNCT	O	0			lowlands-141
+13	?	?	PUNCT	O	0			lowlands-141
+14	trip	trip	NOUN	O	0		n.act	lowlands-141
+15	to	to	ADP	O	0			lowlands-141
+16	michigan	michigan	PROPN	O	0		n.location	lowlands-141
+17	URL	URL	X	O	0			lowlands-141
+
+1	#NowPlaying	#nowplaying	NOUN	O	0			lowlands-142
+2	Do	do	VERB	B	0			lowlands-142
+3	You	you	PRON	I	2			lowlands-142
+4	...	...	PUNCT	O	0			lowlands-142
+5	by	by	ADP	O	0			lowlands-142
+6	Miguel	miguel	PROPN	O	0		n.person	lowlands-142
+7	on	on	ADP	O	0			lowlands-142
+8	#Spotify	#spotify	PROPN	O	0		n.communication	lowlands-142
+9	Do	do	AUX	O	0			lowlands-142
+10	you	you	PRON	O	0			lowlands-142
+11	like	like	VERB	O	0		v.emotion	lowlands-142
+12	drugs	drug	NOUN	O	0		n.substance	lowlands-142
+13	?	?	PUNCT	O	0			lowlands-142
+14	Yeah	yeah	X	O	0			lowlands-142
+15	?	?	PUNCT	O	0			lowlands-142
+16	well	well	X	O	0			lowlands-142
+17	me	me	PRON	O	0			lowlands-142
+18	too	too	ADV	O	0			lowlands-142
+19	?	?	PUNCT	O	0			lowlands-142
+20	URL	URL	X	O	0			lowlands-142
+
+1	***	***	PUNCT	O	0			lowlands-143
+2	#CCC	#ccc	NOUN	B	0			lowlands-143
+3	Butterfly	butterfly	NOUN	I	2			lowlands-143
+4	?????	?????	PUNCT	O	0			lowlands-143
+5	Asks	ask	VERB	O	0		v.communication	lowlands-143
+6	........	........	PUNCT	O	0			lowlands-143
+7	WHAT	what	PRON	O	0			lowlands-143
+8	AM	be	VERB	O	0		v.stative	lowlands-143
+9	I	i	PRON	O	0			lowlands-143
+10	????	????	PUNCT	O	0			lowlands-143
+11	***	***	PUNCT	O	0			lowlands-143
+12	Riddle	riddle	VERB	O	0		v.cognition	lowlands-143
+13	me	me	PRON	O	0			lowlands-143
+14	this	this	PRON	O	0			lowlands-143
+15	,	,	PUNCT	O	0			lowlands-143
+16	Riddle	riddle	VERB	O	0		v.cognition	lowlands-143
+17	me	me	PRON	O	0			lowlands-143
+18	that	that	PRON	O	0			lowlands-143
+19	A	a	DET	O	0			lowlands-143
+20	Quiz	quiz	NOUN	O	0		n.communication	lowlands-143
+21	for	for	ADP	O	0			lowlands-143
+22	you	you	PRON	O	0			lowlands-143
+23	,	,	PUNCT	O	0			lowlands-143
+24	so	so	X	O	0			lowlands-143
+25	get	get	VERB	B	0		v.stative	lowlands-143
+26	on	on	ADP	I	25			lowlands-143
+27	...	...	PUNCT	O	0			lowlands-143
+28	URL	URL	X	O	0			lowlands-143
+
+1	Post	post	ADJ	B	0		n.act	lowlands-144
+2	match	match	NOUN	I	1			lowlands-144
+3	interview	interview	NOUN	I	2			lowlands-144
+4	with	with	ADP	O	0			lowlands-144
+5	Kraigg	kraigg	PROPN	B	0		n.person	lowlands-144
+6	Brathwaite	brathwaite	PROPN	I	5			lowlands-144
+7	URL	URL	X	O	0			lowlands-144
+
+1	Have	have	AUX	O	0			lowlands-145
+2	you	you	PRON	O	0			lowlands-145
+3	tried	try	VERB	O	0		v.consumption	lowlands-145
+4	our	our	DET	O	0			lowlands-145
+5	Spicy	spicy	ADJ	B	0		n.food	lowlands-145
+6	Tako	tako	NOUN	I	5			lowlands-145
+7	Salad	salad	NOUN	I	6			lowlands-145
+8	?	?	PUNCT	O	0			lowlands-145
+9	It's	it's	VERB	O	0		v.stative	lowlands-145
+10	marinated	marinated	ADJ	O	0			lowlands-145
+11	octopus	octopus	NOUN	O	0		n.food	lowlands-145
+12	over	over	ADP	O	0			lowlands-145
+13	a	a	DET	O	0			lowlands-145
+14	bed	bed	NOUN	O	0		n.artifact	lowlands-145
+15	of	of	ADP	O	0			lowlands-145
+16	cucumber	cucumber	NOUN	B	0		n.food	lowlands-145
+17	salad	salad	NOUN	I	16			lowlands-145
+18	.	.	PUNCT	O	0			lowlands-145
+19	Served	serve	VERB	O	0		v.stative	lowlands-145
+20	with	with	ADP	O	0			lowlands-145
+21	ponzu	ponzu	NOUN	B	0		n.food	lowlands-145
+22	sauce	sauce	NOUN	I	21			lowlands-145
+23	...	...	PUNCT	O	0			lowlands-145
+24	URL	URL	X	O	0			lowlands-145
+
+1	lack	lack	NOUN	O	0		n.state	lowlands-146
+2	of	of	ADP	O	0			lowlands-146
+3	accurate	accurate	ADJ	O	0			lowlands-146
+4	climate	climate	NOUN	B	0		n.cognition	lowlands-146
+5	models	model	NOUN	I	4			lowlands-146
+6	should	should	AUX	O	0			lowlands-146
+7	not	not	ADV	O	0			lowlands-146
+8	dissuade	dissuade	VERB	O	0		v.change	lowlands-146
+9	countries	country	NOUN	O	0		n.group	lowlands-146
+10	from	from	ADP	O	0			lowlands-146
+11	choosing	choose	VERB	O	0		v.cognition	lowlands-146
+12	best	best	ADJ	O	0			lowlands-146
+13	ways	ways	NOUN	O	0		n.cognition	lowlands-146
+14	to	to	ADP	O	0			lowlands-146
+15	adapt	adapt	VERB	O	0		v.change	lowlands-146
+16	to	to	ADP	O	0			lowlands-146
+17	changing	changing	ADJ	B	0		n.phenomenon	lowlands-146
+18	climate	climate	NOUN	I	17			lowlands-146
+19	URL	URL	X	O	0			lowlands-146
+
+1	@USER	@USER	PROPN	O	0			lowlands-147
+2	:	:	PUNCT	O	0			lowlands-147
+3	Breaking	breaking	ADJ	O	0			lowlands-147
+4	News	news	NOUN	O	0		n.communication	lowlands-147
+5	:	:	PUNCT	O	0			lowlands-147
+6	Social	social	PROPN	B	0		n.communication	lowlands-147
+7	Media	media	PROPN	I	6			lowlands-147
+8	NUMBER	NUMBER	NUM	O	0			lowlands-147
+9	is	be	VERB	O	0		v.stative	lowlands-147
+10	out	out	ADV	O	0			lowlands-147
+11	!	!	PUNCT	O	0			lowlands-147
+12	URL	URL	X	O	0			lowlands-147
+13	?	?	PUNCT	O	0			lowlands-147
+14	?	?	PUNCT	O	0			lowlands-147
+15	Top	top	ADJ	O	0			lowlands-147
+16	stories	story	NOUN	O	0		n.communication	lowlands-147
+17	today	today	ADV	O	0			lowlands-147
+18	via	via	ADP	O	0			lowlands-147
+19	@USER	@USER	PROPN	O	0		n.person	lowlands-147
+20	@USER	@USER	PROPN	O	0		n.person	lowlands-147
+
+1	The	the	DET	O	0			lowlands-148
+2	Secret	secret	NOUN	O	0		n.attribute	lowlands-148
+3	To	to	ADP	O	0			lowlands-148
+4	A	a	DET	O	0			lowlands-148
+5	Perfect	perfect	ADJ	O	0			lowlands-148
+6	Sandwich	sandwich	NOUN	O	0		n.food	lowlands-148
+7	URL	URL	X	O	0			lowlands-148
+
+1	I	i	PRON	O	0			lowlands-149
+2	posted	post	VERB	O	0		v.communication	lowlands-149
+3	a	a	DET	O	0			lowlands-149
+4	new	new	ADJ	O	0			lowlands-149
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-149
+6	to	to	ADP	O	0			lowlands-149
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-149
+8	URL	URL	X	O	0			lowlands-149
+
+1	Bendtner	bendtner	PROPN	O	0		n.person	lowlands-150
+2	could	could	AUX	O	0			lowlands-150
+3	not	not	ADV	O	0			lowlands-150
+4	hit	hit	VERB	O	0		v.contact	lowlands-150
+5	a	a	DET	O	0			lowlands-150
+6	Cows	cows	NOUN	B	0		n.animal	lowlands-150
+7	Arse	arse	NOUN	I	6			lowlands-150
+8	with	with	ADP	O	0			lowlands-150
+9	a	a	DET	O	0			lowlands-150
+10	cricket	cricket	NOUN	B	0		n.artifact	lowlands-150
+11	bat	bat	NOUN	I	10			lowlands-150
+12	!!	!!	PUNCT	O	0			lowlands-150
+13	No	no	PART	O	0			lowlands-150
+14	Albion	albion	PROPN	O	0		n.group	lowlands-150
+15	No	no	PART	O	0			lowlands-150
+16	,	,	PUNCT	O	0			lowlands-150
+17	Im	im	VERB	O	0		v.stative	lowlands-150
+18	available	available	ADJ	O	0			lowlands-150
+19	at	at	ADP	O	0			lowlands-150
+20	NUMBER	NUMBER	NUM	B	0		n.location	lowlands-150
+21	FFS	ffs	NOUN	I	20			lowlands-150
+22	.	.	PUNCT	O	0			lowlands-150
+23	#WBAFC	#wbafc	PROPN	O	0			lowlands-150
+24	#Baggiee	#baggiee	PROPN	O	0			lowlands-150
+25	URL	URL	X	O	0			lowlands-150
+
+1	Build	build	VERB	B	0		n.act	lowlands-151
+2	a	a	DET	I	1			lowlands-151
+3	bear	bear	NOUN	I	2			lowlands-151
+4	workshop	workshop	NOUN	I	3			lowlands-151
+5	,	,	PUNCT	O	0			lowlands-151
+6	Avenues	avenues	PROPN	O	0			lowlands-151
+7	:	:	PUNCT	O	0			lowlands-151
+8	Loving	love	VERB	O	0		v.emotion	lowlands-151
+9	the	the	DET	O	0			lowlands-151
+10	build	build	VERB	B	0		n.act	lowlands-151
+11	a	a	DET	I	10			lowlands-151
+12	bear	bear	NOUN	I	11			lowlands-151
+13	workshop	workshop	NOUN	I	12			lowlands-151
+14	!	!	PUNCT	O	0			lowlands-151
+15	What	what	PRON	O	0			lowlands-151
+16	a	a	DET	O	0			lowlands-151
+17	fabulous	fabulous	ADJ	O	0			lowlands-151
+18	idea	idea	NOUN	O	0		n.cognition	lowlands-151
+19	.	.	PUNCT	O	0			lowlands-151
+20	The	the	DET	O	0			lowlands-151
+21	post	post	NOUN	O	0			lowlands-151
+22	Bui	bui	PROPN	O	0			lowlands-151
+23	?	?	PUNCT	O	0			lowlands-151
+24	URL	URL	X	O	0			lowlands-151
+
+1	European	european	ADJ	O	0			lowlands-152
+2	Study	study	NOUN	O	0		n.act	lowlands-152
+3	Finds	find	VERB	O	0		v.cognition	lowlands-152
+4	Megaupload	megaupload	PROPN	B	0		n.act	lowlands-152
+5	Closure	closure	NOUN	I	4			lowlands-152
+6	Helped	help	VERB	O	0		v.stative	lowlands-152
+7	Blockbusters	blockbusters	PROPN	O	0		n.group	lowlands-152
+8	,	,	PUNCT	O	0			lowlands-152
+9	Hurt	hurt	VERB	O	0		v.change	lowlands-152
+10	Smaller	smaller	ADJ	O	0			lowlands-152
+11	Pics	pic	NOUN	O	0		n.communication	lowlands-152
+12	:	:	PUNCT	O	0			lowlands-152
+13	Researchers	researcher	NOUN	O	0		n.person	lowlands-152
+14	from	from	ADP	O	0			lowlands-152
+15	the	the	DET	O	0			lowlands-152
+16	Munich	munich	PROPN	B	0		n.group	lowlands-152
+17	Sc	sc	NOUN	I	16			lowlands-152
+18	...	...	PUNCT	O	0			lowlands-152
+19	URL	URL	X	O	0			lowlands-152
+
+1	Interview	interview	NOUN	O	0			lowlands-153
+2	:	:	PUNCT	O	0			lowlands-153
+3	Brodus	brodus	PROPN	B	0		n.person	lowlands-153
+4	Clay	clay	PROPN	I	3			lowlands-153
+5	URL	URL	X	O	0			lowlands-153
+6	No	no	DET	B	0			lowlands-153
+7	One	one	NOUN	I	6			lowlands-153
+8	Lives	live	VERB	O	0		v.stative	lowlands-153
+9	actor/WWE	actor/wwe	NOUN	B	0		n.person	lowlands-153
+10	Superstar	superstar	NOUN	I	9			lowlands-153
+11	chats	chat	VERB	O	0		v.communication	lowlands-153
+12	about	about	ADP	O	0			lowlands-153
+13	differences	difference	NOUN	O	0		n.relation	lowlands-153
+14	between	between	ADP	O	0			lowlands-153
+15	horror/wresting	horror/wresting	NOUN	B	0		n.group	lowlands-153
+16	crowds	crowd	NOUN	I	15			lowlands-153
+17	&	&	CONJ	O	0			lowlands-153
+18	more	more	NOUN	O	0			lowlands-153
+
+1	#Gambling	#gambling	NOUN	B	0		n.cognition	lowlands-154
+2	#APP	#app	NOUN	I	1			lowlands-154
+3	simply	simply	ADV	O	0			lowlands-154
+4	the	the	DET	O	0			lowlands-154
+5	best	best	ADJ	O	0			lowlands-154
+6	FREE	free	ADJ	O	0			lowlands-154
+7	app	app	NOUN	O	0		n.cognition	lowlands-154
+8	covering	cover	VERB	O	0		v.stative	lowlands-154
+9	all	all	DET	O	0			lowlands-154
+10	top	top	ADJ	O	0			lowlands-154
+11	bookies	bookie	NOUN	O	0		n.group	lowlands-154
+12	.	.	PUNCT	O	0			lowlands-154
+13	iphone	iphone	NOUN	O	0		n.artifact	lowlands-154
+14	go	go	VERB	O	0		v.motion	lowlands-154
+15	to	to	ADP	O	0			lowlands-154
+16	URL	URL	X	O	0		n.person	lowlands-154
+17	ipad	ipad	NOUN	O	0		n.artifact	lowlands-154
+18	...	...	PUNCT	O	0			lowlands-154
+19	URL	URL	X	O	0			lowlands-154
+
+1	WELSH	welsh	ADJ	O	0			lowlands-155
+2	DRAGON	dragon	NOUN	O	0		n.animal	lowlands-155
+3	FOUND	found	VERB	O	0		v.perception	lowlands-155
+4	:	:	PUNCT	O	0			lowlands-155
+5	URL	URL	X	O	0			lowlands-155
+6	via	via	ADP	O	0			lowlands-155
+7	@USER	@USER	PROPN	O	0		n.person	lowlands-155
+
+1	Who	who	PRON	O	0			lowlands-156
+2	Is	be	AUX	O	0			lowlands-156
+3	Missing	miss	VERB	O	0		v.perception	lowlands-156
+4	From	from	ADP	O	0			lowlands-156
+5	Danity	danity	PROPN	B	0		n.event	lowlands-156
+6	Kane's	kane's	PROPN	I	5			lowlands-156
+7	Video	video	NOUN	I	6			lowlands-156
+8	Music	music	NOUN	I	7			lowlands-156
+9	Awards	award	NOUN	I	8			lowlands-156
+10	Reunion	reunion	NOUN	I	9			lowlands-156
+11	?	?	PUNCT	O	0			lowlands-156
+12	URL	URL	X	O	0			lowlands-156
+
+1	Date	date	NOUN	O	0		n.time	lowlands-157
+2	agreed	agree	VERB	O	0		v.communication	lowlands-157
+3	for	for	ADP	O	0			lowlands-157
+4	referendum	referendum	NOUN	O	0		n.act	lowlands-157
+5	purdah	purdah	NOUN	O	0		n.state	lowlands-157
+6	URL	URL	X	O	0			lowlands-157
+
+1	Global	global	ADJ	O	0			lowlands-158
+2	Analysis	analysis	NOUN	O	0		n.cognition	lowlands-158
+3	of	of	ADP	O	0			lowlands-158
+4	the	the	DET	O	0			lowlands-158
+5	Automotive	automotive	NOUN	B	0		n.cognition	lowlands-158
+6	Refinish	refinish	NOUN	I	5			lowlands-158
+7	Coatings	coating	NOUN	I	6			lowlands-158
+8	Market	market	NOUN	I	7			lowlands-158
+9	URL	URL	X	O	0			lowlands-158
+
+1	I'm	i'm	AUX	O	0			lowlands-159
+2	sharing	share	VERB	O	0		v.social	lowlands-159
+3	my	my	DET	O	0			lowlands-159
+4	favorite	favorite	ADJ	O	0			lowlands-159
+5	blueberry	blueberry	NOUN	B	0		n.communication	lowlands-159
+6	muffin	muffin	NOUN	I	5			lowlands-159
+7	recipe	recipe	NOUN	I	6			lowlands-159
+8	today	today	NOUN	O	0			lowlands-159
+9	.	.	PUNCT	O	0			lowlands-159
+10	URL	URL	X	O	0			lowlands-159
+11	URL	URL	X	O	0			lowlands-159
+
+1	GMC/Chevy/Hummer/Buick/Saturn/	gmc/chevy/hummer/buick/saturn/	PROPN	O	0		n.artifact	lowlands-160
+2	Flyaudio	flyaudio	PROPN	O	0		n.artifact	lowlands-160
+3	GPS/DVD/IPOD/BT/USB/RADIO/AV	gps/dvd/ipod/bt/usb/radio/av	NOUN	B	0		n.artifact	lowlands-160
+4	/Navigation	/navigation	NOUN	I	3			lowlands-160
+5	:	:	PUNCT	O	0			lowlands-160
+6	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-160
+7	(	(	PUNCT	O	0			lowlands-160
+8	NUMBER	NUMBER	NUM	O	0		n.communication	lowlands-160
+9	Bids	bid	NOUN	O	0		n.communication	lowlands-160
+10	)	)	PUNCT	O	0			lowlands-160
+11	End	end	NOUN	B	0		n.time	lowlands-160
+12	Date	date	NOUN	I	11			lowlands-160
+13	:	:	PUNCT	O	0			lowlands-160
+14	...	...	PUNCT	O	0			lowlands-160
+15	URL	URL	X	O	0			lowlands-160
+
+1	aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhh	aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhh	X	O	0			lowlands-161
+2	!!!!!!!!!!	!!!!!!!!!!	PUNCT	O	0			lowlands-161
+3	?	?	PUNCT	O	0			lowlands-161
+4	Nothing	nothing	NOUN	O	0		n.quantity	lowlands-161
+5	to	to	ADP	O	0			lowlands-161
+6	Say	say	VERB	O	0		v.communication	lowlands-161
+7	?	?	PUNCT	O	0			lowlands-161
+8	Angra	angra	PROPN	O	0		n.person	lowlands-161
+9	URL	URL	X	O	0			lowlands-161
+10	#NowPlaying	#nowplaying	NOUN	O	0			lowlands-161
+
+1	[	[	PUNCT	O	0			lowlands-162
+2	SEP	sep	PROPN	B	0		n.time	lowlands-162
+3	2	2	NUM	I	2			lowlands-162
+4	]	]	PUNCT	O	0			lowlands-162
+5	@USER	@USER	PROPN	O	0		n.person	lowlands-162
+6	presents	present	VERB	O	0		v.communication	lowlands-162
+7	exclusive	exclusive	ADJ	O	0			lowlands-162
+8	Listening	listening	NOUN	B	0		n.event	lowlands-162
+9	Session	session	NOUN	I	8			lowlands-162
+10	w/	w/	ADP	O	0			lowlands-162
+11	@USER	@USER	PROPN	O	0		n.person	lowlands-162
+12	4	4	ADP	O	0			lowlands-162
+13	Music	music	PROPN	B	0		n.event	lowlands-162
+14	Monday	monday	PROPN	I	13			lowlands-162
+15	.	.	PUNCT	O	0			lowlands-162
+16	RSVP	rsvp	VERB	O	0		v.communication	lowlands-162
+17	TODAY	today	NOUN	O	0			lowlands-162
+18	|	|	PUNCT	O	0			lowlands-162
+19	Details	details	NOUN	O	0		n.communication	lowlands-162
+20	@USER	@USER	PROPN	O	0		n.person	lowlands-162
+21	URL	URL	X	O	0			lowlands-162
+
+1	National	national	NOUN	B	0		n.event	lowlands-163
+2	Dance	dance	NOUN	I	1			lowlands-163
+3	Day	day	NOUN	I	2			lowlands-163
+4	NUMBER	NUMBER	NUM	O	0			lowlands-163
+5	Instructional	instructional	NOUN	B	0		n.act	lowlands-163
+6	Master	master	NOUN	I	5			lowlands-163
+7	Class	class	NOUN	I	6			lowlands-163
+8	-	-	PUNCT	O	0			lowlands-163
+9	Mirrored	mirrored	ADJ	O	0			lowlands-163
+10	and	and	CONJ	O	0			lowlands-163
+11	Slow	slow	ADJ	O	0			lowlands-163
+12	*	*	PUNCT	O	0			lowlands-163
+13	...	...	PUNCT	O	0			lowlands-163
+14	:	:	PUNCT	O	0			lowlands-163
+15	URL	URL	X	O	0			lowlands-163
+16	via	via	ADP	O	0			lowlands-163
+17	@USER	@USER	PROPN	O	0		n.person	lowlands-163
+
+1	Fake	fake	ADJ	O	0			lowlands-164
+2	Shemales	shemales	NOUN	O	0		n.person	lowlands-164
+3	in	in	ADP	O	0			lowlands-164
+4	Pantyhose	pantyhose	NOUN	O	0		n.body	lowlands-164
+5	#porn	#porn	NOUN	O	0			lowlands-164
+6	#sexy	#sexy	NOUN	O	0			lowlands-164
+7	#xxx	#xxx	NOUN	O	0			lowlands-164
+8	#adult	#adult	NOUN	O	0			lowlands-164
+9	#amateur	#amateur	NOUN	O	0			lowlands-164
+10	#nsfw	#nsfw	NOUN	O	0			lowlands-164
+11	#shemales	#shemales	NOUN	O	0			lowlands-164
+12	#pantyhose	#pantyhose	NOUN	O	0			lowlands-164
+13	URL	URL	X	O	0			lowlands-164
+
+1	#Redgage	#redgage	PROPN	O	0			lowlands-165
+2	Save	save	VERB	O	0		v.stative	lowlands-165
+3	#water	#water	NOUN	O	0		n.substance	lowlands-165
+4	while	while	ADP	O	0			lowlands-165
+5	#washing	#washing	NOUN	O	0			lowlands-165
+6	your	your	DET	O	0			lowlands-165
+7	#vehicles	#vehicles	NOUN	O	0		n.artifact	lowlands-165
+8	#Photo	#photo	NOUN	O	0			lowlands-165
+9	URL	URL	X	O	0			lowlands-165
+
+1	One	one	NOUN	B	0		n.event	lowlands-166
+2	Dress	dress	NOUN	I	1			lowlands-166
+3	a	a	NOUN	I	2			lowlands-166
+4	Day	day	NOUN	I	3			lowlands-166
+5	Exclusive	exclusive	ADJ	O	0			lowlands-166
+6	:	:	PUNCT	O	0			lowlands-166
+7	Liverpool	liverpool	PROPN	B	0		n.artifact	lowlands-166
+8	Dress	dress	NOUN	I	7			lowlands-166
+9	URL	URL	X	O	0			lowlands-166
+
+1	Welcome	welcome	VERB	O	0		v.communication	lowlands-167
+2	Home	home	NOUN	O	0		n.location	lowlands-167
+3	URL	URL	X	O	0			lowlands-167
+4	via	via	ADP	O	0			lowlands-167
+5	@USER	@USER	PROPN	B	0		n.person	lowlands-167
+6	Liz	liz	PROPN	I	5			lowlands-167
+7	W	w	PROPN	I	6			lowlands-167
+8	is	be	VERB	O	0		v.stative	lowlands-167
+9	back	back	ADV	O	0			lowlands-167
+10	@USER	@USER	PROPN	O	0		n.person	lowlands-167
+11	Davidson	davidson	PROPN	O	0		n.person	lowlands-167
+
+1	NUMBER	NUMBER	NUM	O	0		n.motive	lowlands-168
+2	Reasons	reason	NOUN	O	0		n.motive	lowlands-168
+3	Your	your	DET	O	0			lowlands-168
+4	Job	job	NOUN	B	0		n.act	lowlands-168
+5	Search	search	NOUN	I	4			lowlands-168
+6	is	be	AUX	O	0			lowlands-168
+7	Falling	fall	VERB	B	0		v.change	lowlands-168
+8	Flat	flat	PART	I	7			lowlands-168
+9	|	|	PUNCT	O	0			lowlands-168
+10	Resume	resume	NOUN	B	0		n.group	lowlands-168
+11	Companion	companion	NOUN	I	10			lowlands-168
+12	URL	URL	X	O	0			lowlands-168
+
+1	yu	yu	PRON	O	0			lowlands-169
+2	a	a	DET	O	0			lowlands-169
+3	bitch	bitch	NOUN	O	0		n.state	lowlands-169
+4	2	2	ADV	O	0			lowlands-169
+5	?	?	PUNCT	O	0			lowlands-169
+6	gladly	gladly	ADJ	O	0			lowlands-169
+7	to	to	ADP	O	0			lowlands-169
+8	kno	kno	VERB	O	0		v.cognition	lowlands-169
+9	that	that	ADP	O	0			lowlands-169
+10	im	im	VERB	O	0		v.stative	lowlands-169
+11	on	on	ADP	B	0		n.feeling	lowlands-169
+12	your	your	PRON	o	0			lowlands-169
+13	mind	mind	NOUN	I	11			lowlands-169
+14	&	&	CONJ	O	0			lowlands-169
+15	you	you	PRON	O	0			lowlands-169
+16	think	think	VERB	O	0		v.cognition	lowlands-169
+17	of	of	ADP	O	0			lowlands-169
+18	me	me	PRON	O	0			lowlands-169
+19	like	like	ADP	O	0			lowlands-169
+20	that	that	DET	O	0			lowlands-169
+21	!!!!	!!!!	PUNCT	O	0			lowlands-169
+22	URL	URL	X	O	0			lowlands-169
+
+1	I	i	PRON	O	0			lowlands-170
+2	posted	post	VERB	O	0		v.communication	lowlands-170
+3	a	a	DET	O	0			lowlands-170
+4	new	new	ADJ	O	0			lowlands-170
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-170
+6	to	to	ADP	O	0			lowlands-170
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-170
+8	URL	URL	X	O	0			lowlands-170
+
+1	Leicester	leicester	PROPN	B	0		n.group	lowlands-171
+2	City	city	PROPN	I	1			lowlands-171
+3	v	v	ADP	O	0			lowlands-171
+4	Liverpool	liverpool	PROPN	O	0		n.group	lowlands-171
+5	~	~	PUNCT	O	0			lowlands-171
+6	Premier	premier	PROPN	B	0		n.cognition	lowlands-171
+7	League	league	PROPN	I	6			lowlands-171
+8	~	~	PUNCT	O	0			lowlands-171
+9	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-171
+10	:	:	PUNCT	O	0			lowlands-171
+11	NUMBER	NUMBER	NUM	O	0		n.time	lowlands-171
+12	End	end	NOUN	B	0		n.time	lowlands-171
+13	Date	date	NOUN	I	12			lowlands-171
+14	:	:	PUNCT	O	0			lowlands-171
+15	Wednesday	wednesday	NOUN	B	0		n.time	lowlands-171
+16	Sep-25-2013	sep-25-2013	NOUN	I	15			lowlands-171
+17	NUMBER	NUMBER	NUM	O	0			lowlands-171
+18	PDT	pdt	PROPN	O	0			lowlands-171
+19	Buy	buy	VERB	O	0		v.possession	lowlands-171
+20	It	it	PRON	O	0			lowlands-171
+21	...	...	PUNCT	O	0			lowlands-171
+22	URL	URL	X	O	0			lowlands-171
+
+1	I	i	PRON	O	0			lowlands-172
+2	liked	like	VERB	O	0		v.emotion	lowlands-172
+3	a	a	DET	O	0			lowlands-172
+4	@USER	@USER	PROPN	B	0		n.communication	lowlands-172
+5	video	video	NOUN	I	4			lowlands-172
+6	from	from	ADP	O	0			lowlands-172
+7	@USER	@USER	PROPN	O	0		n.person	lowlands-172
+8	URL	URL	X	O	0			lowlands-172
+9	Cedar	cedar	PROPN	B	0		n.group	lowlands-172
+10	Park	park	PROPN	I	9			lowlands-172
+11	Receives	receive	VERB	O	0		v.possession	lowlands-172
+12	the	the	DET	O	0			lowlands-172
+13	Lone	lone	PROPN	B	0		n.artifact	lowlands-172
+14	Star	star	PROPN	I	13			lowlands-172
+15	Cup	cup	NOUN	I	14			lowlands-172
+
+1	Soccer	soccer	NOUN	B	0		n.communication	lowlands-173
+2	news	news	NOUN	I	1			lowlands-173
+3	:	:	PUNCT	O	0			lowlands-173
+4	COOL	cool	ADJ	O	0			lowlands-173
+5	SOCCER	soccer	NOUN	B	0		n.artifact	lowlands-173
+6	FANS	fan	NOUN	I	5			lowlands-173
+7	IMAGES	image	NOUN	I	6			lowlands-173
+8	URL	URL	X	O	0			lowlands-173
+9	#SoccerFans	#soccerfans	NOUN	O	0			lowlands-173
+10	#soccer	#soccer	NOUN	O	0			lowlands-173
+11	#fifa	#fifa	PROPN	O	0			lowlands-173
+12	#soccer	#soccer	NOUN	O	0			lowlands-173
+13	#football	#football	NOUN	O	0			lowlands-173
+
+1	@USER	@USER	PROPN	O	0			lowlands-174
+2	:	:	PUNCT	O	0			lowlands-174
+3	VMA's	vma's	PROPN	B	0		n.communication	lowlands-174
+4	Red	red	ADJ	I	3			lowlands-174
+5	Carpet	carpet	NOUN	I	4			lowlands-174
+6	Report	report	NOUN	I	5			lowlands-174
+7	:	:	PUNCT	O	0			lowlands-174
+8	Thirty	thirty	NUM	B	0		n.group	lowlands-174
+9	Seconds	second	NOUN	I	8			lowlands-174
+10	To	to	ADP	I	9			lowlands-174
+11	Mars	mars	PROPN	I	10			lowlands-174
+12	URL	URL	X	O	0			lowlands-174
+
+1	Joey	joey	PROPN	B	0		n.person	lowlands-175
+2	Bada$$	bada$$	PROPN	I	1			lowlands-175
+3	-	-	PUNCT	O	0			lowlands-175
+4	Killuminati	killuminati	PROPN	B	0		n.communication	lowlands-175
+5	Pt	pt	NOUN	I	4			lowlands-175
+6	2	2	NUM	I	5			lowlands-175
+7	"	"	PUNCT	O	0			lowlands-175
+8	Kendrick	kendrick	PROPN	B	0		n.communication	lowlands-175
+9	Lamar	lamar	PROPN	I	8			lowlands-175
+10	Response	response	NOUN	I	9			lowlands-175
+11	"	"	PUNCT	O	0			lowlands-175
+12	:	:	PUNCT	O	0			lowlands-175
+13	URL	URL	X	O	0			lowlands-175
+
+1	Kiessling	kiessling	PROPN	O	0		n.person	lowlands-176
+2	unconcerned	unconcerned	VERB	O	0		v.cognition	lowlands-176
+3	by	by	ADP	O	0			lowlands-176
+4	international	international	ADJ	O	0			lowlands-176
+5	snub	snub	NOUN	O	0		n.communication	lowlands-176
+6	URL	URL	X	O	0			lowlands-176
+
+1	September	september	NOUN	B	0		n.act	lowlands-177
+2	Couponing	couponing	NOUN	I	1			lowlands-177
+3	Class	class	NOUN	I	2			lowlands-177
+4	,	,	PUNCT	O	0			lowlands-177
+5	it's	it's	VERB	O	0		v.stative	lowlands-177
+6	an	an	DET	O	0			lowlands-177
+7	awesome	awesome	ADJ	O	0			lowlands-177
+8	NUMBER	NUMBER	NUM	B	0		n.act	lowlands-177
+9	week	week	NOUN	I	8			lowlands-177
+10	class	class	NOUN	I	9			lowlands-177
+11	to	to	ADP	O	0			lowlands-177
+12	learn	learn	VERB	O	0		v.cognition	lowlands-177
+13	tips	tip	NOUN	O	0		n.cognition	lowlands-177
+14	and	and	CONJ	O	0			lowlands-177
+15	tricks	trick	NOUN	O	0		n.cognition	lowlands-177
+16	URL	URL	X	O	0			lowlands-177
+
+1	I	i	PRON	O	0			lowlands-178
+2	posted	post	VERB	O	0		v.communication	lowlands-178
+3	a	a	DET	O	0			lowlands-178
+4	new	new	ADJ	O	0			lowlands-178
+5	photo	photo	NOUN	O	0		n.artifact	lowlands-178
+6	to	to	ADP	O	0			lowlands-178
+7	Facebook	facebook	PROPN	O	0		n.communication	lowlands-178
+8	URL	URL	X	O	0			lowlands-178
+
+1	Google	google	PROPN	B	0		n.group	lowlands-179
+2	?	?	PUNCT	I	1			lowlands-179
+3	s	s	NOUN	I	2			lowlands-179
+4	local	local	ADJ	I	3			lowlands-179
+5	business	business	NOUN	I	4			lowlands-179
+6	is	be	AUX	O	0			lowlands-179
+7	?	?	PUNCT	O	0			lowlands-179
+8	really	really	ADV	O	0			lowlands-179
+9	struggling	struggle	VERB	O	0		v.change	lowlands-179
+10	,?	,?	PUNCT	O	0			lowlands-179
+11	in	in	ADP	O	0			lowlands-179
+12	?	?	PUNCT	O	0			lowlands-179
+13	constant	constant	ADJ	O	0			lowlands-179
+14	chaos	chaos	NOUN	O	0		n.state	lowlands-179
+15	,?	,?	PUNCT	O	0			lowlands-179
+16	Yelp	yelp	PROPN	B	0		n.person	lowlands-179
+17	CEO	ceo	NOUN	I	16			lowlands-179
+18	tells	tell	VERB	O	0		v.communication	lowlands-179
+19	Charlie	charlie	PROPN	B	0		n.person	lowlands-179
+20	Rose	rose	PROPN	I	19			lowlands-179
+21	(	(	X	O	0			lowlands-179
+22	Video	video	NOUN	O	0		n.communication	lowlands-179
+23	)	)	PUNCT	O	0			lowlands-179
+24	...	...	PUNCT	O	0			lowlands-179
+25	URL	URL	X	O	0			lowlands-179
+
+1	[	[	PUNCT	O	0			lowlands-180
+2	MUSIC	music	NOUN	O	0			lowlands-180
+3	]	]	PUNCT	O	0			lowlands-180
+4	EFA	efa	PROPN	O	0		n.group	lowlands-180
+5	(	(	PUNCT	O	0			lowlands-180
+6	@USER	@USER	PROPN	O	0		n.person	lowlands-180
+7	)	)	PUNCT	O	0			lowlands-180
+8	-	-	PUNCT	O	0			lowlands-180
+9	SUNMOBI	sunmobi	PROPN	B	0		n.communication	lowlands-180
+10	PROD	prod	NOUN	I	9			lowlands-180
+11	BY	by	ADP	O	0			lowlands-180
+12	D'TUNES	d'tunes	PROPN	O	0		n.group	lowlands-180
+13	(	(	PUNCT	O	0			lowlands-180
+14	@USER	@USER	PROPN	O	0		n.person	lowlands-180
+15	)	)	PUNCT	O	0			lowlands-180
+16	URL	URL	X	O	0			lowlands-180
+
+1	Loudoun	loudoun	PROPN	B	0		n.group	lowlands-181
+2	County	county	PROPN	I	1			lowlands-181
+3	winemaker	winemaker	NOUN	I	2			lowlands-181
+4	still	still	ADV	O	0			lowlands-181
+5	battling	battle	VERB	O	0		v.competition	lowlands-181
+6	homeowner	homeowner	NOUN	B	0		n.group	lowlands-181
+7	association	association	NOUN	I	6			lowlands-181
+8	,	,	PUNCT	O	0			lowlands-181
+9	files	file	VERB	O	0		v.communication	lowlands-181
+10	bankruptcy	bankruptcy	NOUN	O	0		n.state	lowlands-181
+11	URL	URL	X	O	0			lowlands-181
+
+1	Even	even	ADV	O	0			lowlands-182
+2	the	the	DET	O	0			lowlands-182
+3	Deer	deer	NOUN	O	0		n.animal	lowlands-182
+4	Are	be	VERB	O	0		v.stative	lowlands-182
+5	Polite	polite	ADJ	O	0			lowlands-182
+6	in	in	ADP	O	0			lowlands-182
+7	Japan	japan	PROPN	O	0		n.location	lowlands-182
+8	.	.	PUNCT	O	0			lowlands-182
+9	(	(	PUNCT	O	0			lowlands-182
+10	You're	you're	AUX	O	0			lowlands-182
+11	Kidding	kid	VERB	O	0		v.communication	lowlands-182
+12	,	,	PUNCT	O	0			lowlands-182
+13	Right	right	X	O	0			lowlands-182
+14	?	?	PUNCT	O	0			lowlands-182
+15	)	)	PUNCT	O	0			lowlands-182
+16	:	:	PUNCT	O	0			lowlands-182
+17	Just	just	ADV	O	0			lowlands-182
+18	look	look	VERB	O	0		v.perception	lowlands-182
+19	how	how	ADV	O	0			lowlands-182
+20	this	this	DET	O	0			lowlands-182
+21	deer	deer	NOUN	O	0		n.animal	lowlands-182
+22	bows	bow	VERB	O	0		v.motion	lowlands-182
+23	.	.	PUNCT	O	0			lowlands-182
+24	These	these	DET	O	0			lowlands-182
+25	Japanese	japanese	ADJ	O	0			lowlands-182
+26	deer	deer	NOUN	O	0		n.animal	lowlands-182
+27	...	...	PUNCT	O	0			lowlands-182
+28	URL	URL	X	O	0			lowlands-182
+
+1	Win	win	VERB	O	0		v.competition	lowlands-183
+2	a	a	DET	O	0			lowlands-183
+3	NUMBER	NUMBER	NUM	B	0		n.artifact	lowlands-183
+4	Visa	visa	PROPN	I	3			lowlands-183
+5	Gift	gift	NOUN	I	4			lowlands-183
+6	Card	card	NOUN	I	5			lowlands-183
+7	from	from	ADP	O	0			lowlands-183
+8	@USER	@USER	PROPN	O	0		n.person	lowlands-183
+9	and	and	CONJ	O	0			lowlands-183
+10	@USER	@USER	PROPN	O	0		n.person	lowlands-183
+11	#giveaway	#giveaway	NOUN	O	0		n.act	lowlands-183
+12	URL	URL	X	O	0			lowlands-183
+
+1	Apple's	apple's	PROPN	O	0		n.group	lowlands-184
+2	'	'	PUNCT	O	0			lowlands-184
+3	iPhone	iphone	PROPN	B	0		n.artifact	lowlands-184
+4	NUMBER	NUMBER	NUM	I	3			lowlands-184
+5	'	'	PUNCT	O	0			lowlands-184
+6	to	to	ADP	O	0			lowlands-184
+7	use	use	VERB	O	0		v.stative	lowlands-184
+8	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-184
+9	faster	faster	ADV	O	0			lowlands-184
+10	'	'	PUNCT	O	0			lowlands-184
+11	A7	a7	PROPN	B	0		n.artifact	lowlands-184
+12	'	'	PUNCT	I	11			lowlands-184
+13	chip	chip	NOUN	I	12			lowlands-184
+14	,	,	PUNCT	O	0			lowlands-184
+15	feature	feature	NOUN	B	0		n.cognition	lowlands-184
+16	motion	motion	NOUN	I	15			lowlands-184
+17	tracking	tracking	NOUN	I	16			lowlands-184
+18	-	-	PUNCT	O	0			lowlands-184
+19	report	report	VERB	O	0		v.communication	lowlands-184
+20	-	-	PUNCT	O	0			lowlands-184
+21	Apple	apple	PROPN	B	0		n.communication	lowlands-184
+22	Insider	insider	NOUN	I	21			lowlands-184
+23	URL	URL	X	O	0			lowlands-184
+
+1	Hearts	hearts	PROPN	B	0		n.person	lowlands-185
+2	fan	fan	NOUN	I	1			lowlands-185
+3	offers	offer	VERB	O	0		v.communication	lowlands-185
+4	cash	cash	NOUN	O	0		n.possession	lowlands-185
+5	for	for	ADP	O	0			lowlands-185
+6	appeal	appeal	NOUN	O	0		n.act	lowlands-185
+7	URL	URL	X	O	0			lowlands-185
+
+1	Online	online	ADJ	O	0			lowlands-186
+2	CRM	crm	NOUN	B	0		n.cognition	lowlands-186
+3	system	system	NOUN	I	2			lowlands-186
+4	and	and	CONJ	O	0			lowlands-186
+5	your	your	DET	O	0			lowlands-186
+6	business	business	NOUN	O	0		n.group	lowlands-186
+7	-	-	PUNCT	O	0			lowlands-186
+8	URL	URL	X	O	0			lowlands-186
+9	URL	URL	X	O	0			lowlands-186
+
+1	How	how	ADV	O	0			lowlands-187
+2	late	late	ADJ	O	0			lowlands-187
+3	did	do	AUX	O	0			lowlands-187
+4	you	you	PRON	O	0			lowlands-187
+5	stay	stay	VERB	B	0		v.body	lowlands-187
+6	up	up	PART	I	5			lowlands-187
+7	last	last	ADJ	B	0			lowlands-187
+8	night	night	NOUN	I	7			lowlands-187
+9	and	and	CONJ	O	0			lowlands-187
+10	why	why	ADV	O	0			lowlands-187
+11	?	?	PUNCT	O	0			lowlands-187
+12	-	-	PUNCT	O	0			lowlands-187
+13	Idk	idk	VERB	O	0			lowlands-187
+14	and	and	CONJ	O	0			lowlands-187
+15	cuz	cuz	ADP	O	0			lowlands-187
+16	fell	fell	VERB	B	0		v.body	lowlands-187
+17	asleep	asleep	ADJ	I	16			lowlands-187
+18	.	.	PUNCT	O	0			lowlands-187
+19	URL	URL	X	O	0			lowlands-187
+
+1	Lenny	lenny	PROPN	B	0		n.person	lowlands-188
+2	Bonsignore	bonsignore	PROPN	I	1			lowlands-188
+3	:	:	PUNCT	O	0			lowlands-188
+4	My	my	DET	O	0			lowlands-188
+5	Windows	windows	PROPN	O	0		n.communication	lowlands-188
+6	crap	crap	NOUN	O	0			lowlands-188
+7	Phone	phone	NOUN	O	0		n.artifact	lowlands-188
+8	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-188
+9	Start	start	NOUN	B	0		n.communication	lowlands-188
+10	Screen	screen	NOUN	I	9			lowlands-188
+11	URL	URL	X	O	0			lowlands-188
+
+1	@USER	@USER	PROPN	O	0			lowlands-189
+2	:	:	PUNCT	O	0			lowlands-189
+3	Egyptians	egyptians	PROPN	O	0		n.person	lowlands-189
+4	Not	not	ADV	O	0			lowlands-189
+5	Buying	buy	VERB	O	0		v.cognition	lowlands-189
+6	Muslim	muslim	ADJ	B	0		n.act	lowlands-189
+7	Brotherhood's	brotherhood's	PROPN	I	6			lowlands-189
+8	Christian	christian	NOUN	I	7			lowlands-189
+9	Scapegoating	scapegoating	NOUN	I	8			lowlands-189
+10	URL	URL	X	O	0			lowlands-189
+
+1	Ballina	ballina	PROPN	B	0		n.group	lowlands-190
+2	Expo	expo	PROPN	I	1			lowlands-190
+3	for	for	ADP	O	0			lowlands-190
+4	unemployed	unemployed	NOUN	O	0		n.person	lowlands-190
+5	.	.	PUNCT	O	0			lowlands-190
+6	URL	URL	X	O	0			lowlands-190
+
+1	Accountant	accountant	NOUN	O	0		n.person	lowlands-191
+2	with	with	ADP	O	0			lowlands-191
+3	Tally	tally	PROPN	B	0		n.group	lowlands-191
+4	/	/	PUNCT	I	3			lowlands-191
+5	peachtree	peachtree	PROPN	I	4			lowlands-191
+6	experience	experience	NOUN	O	0		n.state	lowlands-191
+7	-	-	PUNCT	O	0			lowlands-191
+8	#Qatar	#qatar	PROPN	O	0			lowlands-191
+9	#Jobs	#jobs	NOUN	O	0			lowlands-191
+10	URL	URL	X	O	0			lowlands-191
+
+1	Temazo	temazo	PROPN	O	0		n.person	lowlands-192
+2	!	!	PUNCT	O	0			lowlands-192
+3	?	?	PUNCT	O	0			lowlands-192
+4	Wake	wake	VERB	B	0		v.body	lowlands-192
+5	Me	me	PRON	o	0			lowlands-192
+6	Up	up	PART	I	4			lowlands-192
+7	-	-	PUNCT	O	0			lowlands-192
+8	Radio	radio	NOUN	B	0		n.communication	lowlands-192
+9	Edit	edit	NOUN	I	8			lowlands-192
+10	?	?	PUNCT	O	0			lowlands-192
+11	Avicii	avicii	PROPN	O	0		n.person	lowlands-192
+12	URL	URL	X	O	0			lowlands-192
+13	#NowPlaying	#nowplaying	NOUN	O	0		n.act	lowlands-192
+
+1	#Beachparty	#beachparty	NOUN	O	0		n.event	lowlands-193
+2	tonight	tonight	ADV	O	0			lowlands-193
+3	Ladies	lady	NOUN	O	0		n.person	lowlands-193
+4	?	?	PUNCT	O	0			lowlands-193
+5	Put	put	VERB	B	0		v.body	lowlands-193
+6	on	on	ADP	I	5			lowlands-193
+7	your	your	DET	O	0			lowlands-193
+8	Animagical	animagical	ADJ	B	0		n.substance	lowlands-193
+9	#Fragrance	#fragrance	NOUN	I	8			lowlands-193
+10	and	and	CONJ	O	0			lowlands-193
+11	go	go	VERB	O	0		v.body	lowlands-193
+12	wild	wild	ADV	O	0			lowlands-193
+13	!	!	PUNCT	O	0			lowlands-193
+14	URL	URL	X	O	0			lowlands-193
+15	URL	URL	X	O	0			lowlands-193
+
+1	Why	why	ADV	O	0			lowlands-194
+2	Touch	touch	NOUN	B	0		n.artifact	lowlands-194
+3	Screens	screen	NOUN	I	2			lowlands-194
+4	Will	will	AUX	O	0			lowlands-194
+5	Not	not	ADV	O	0			lowlands-194
+6	Take	take	VERB	B	0		v.change	lowlands-194
+7	Over	over	PART	I	6			lowlands-194
+8	:	:	PUNCT	O	0			lowlands-194
+9	Scientific	scientific	ADJ	B	0		n.communication	lowlands-194
+10	American	american	PROPN	I	9			lowlands-194
+11	URL	URL	X	O	0			lowlands-194
+12	via	via	ADP	O	0			lowlands-194
+13	@USER	@USER	PROPN	O	0		n.person	lowlands-194
+
+1	NUMBER	NUMBER	NUM	B	0		n.artifact	lowlands-195
+2	Hudson	hudson	PROPN	I	1			lowlands-195
+3	Sedan	sedan	NOUN	I	2			lowlands-195
+4	-	-	PUNCT	O	0			lowlands-195
+5	Original	original	ADJ	O	0			lowlands-195
+6	&	&	CONJ	O	0			lowlands-195
+7	Very	very	ADV	O	0			lowlands-195
+8	Rare	rare	ADJ	O	0			lowlands-195
+9	(	(	PUNCT	O	0			lowlands-195
+10	Billings	billings	NOUN	O	0		n.location	lowlands-195
+11	,	,	PUNCT	O	0			lowlands-195
+12	MT	mt	NOUN	B	0		n.attribute	lowlands-195
+13	NUMBER	NUMBER	NUM	I	12			lowlands-195
+14	)	)	PUNCT	O	0			lowlands-195
+15	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-195
+16	URL	URL	X	O	0			lowlands-195
+
+1	NUMBER	NUMBER	NUM	O	0		n.attribute	lowlands-196
+2	Indian	indian	ADJ	O	0			lowlands-196
+3	fishermen	fisherman	NOUN	O	0		n.person	lowlands-196
+4	arrested	arrest	VERB	O	0		v.contact	lowlands-196
+5	off	off	ADP	O	0			lowlands-196
+6	Sri	sri	PROPN	B	0		n.location	lowlands-196
+7	Lanka's	lanka's	PROPN	I	6			lowlands-196
+8	west	west	NOUN	I	7			lowlands-196
+9	coast	coast	NOUN	I	8			lowlands-196
+10	-	-	PUNCT	O	0			lowlands-196
+11	Business	business	NOUN	B	0		n.group	lowlands-196
+12	Standard	standard	NOUN	I	11			lowlands-196
+13	URL	URL	X	O	0			lowlands-196
+
+1	"	"	PUNCT	O	0			lowlands-197
+2	Neither	neither	DET	O	0			lowlands-197
+3	party	party	NOUN	O	0		n.group	lowlands-197
+4	gets	get	VERB	O	0		v.stative	lowlands-197
+5	what's	what's	AUX	O	0			lowlands-197
+6	coming	come	VERB	O	0		v.change	lowlands-197
+7	down	down	PART	O	0			lowlands-197
+8	the	the	DET	O	0			lowlands-197
+9	pike	pike	NOUN	O	0		n.cognition	lowlands-197
+10	"	"	PUNCT	O	0			lowlands-197
+11	--	--	PUNCT	O	0			lowlands-197
+12	Democrat	democrat	PROPN	B	0		n.person	lowlands-197
+13	Michelle	michelle	PROPN	I	12			lowlands-197
+14	Diggles	diggles	PROPN	I	13			lowlands-197
+15	of	of	ADP	O	0			lowlands-197
+16	@USER	@USER	PROPN	O	0		n.location	lowlands-197
+17	#Millennials	#millennials	NOUN	O	0			lowlands-197
+18	URL	URL	X	O	0			lowlands-197
+
+1	Check	check	VERB	B	0		v.perception	lowlands-198
+2	out	out	PART	I	1			lowlands-198
+3	our	our	DET	O	0			lowlands-198
+4	new	new	ADJ	O	0			lowlands-198
+5	,	,	PUNCT	O	0			lowlands-198
+6	easy	easy	ADJ	O	0			lowlands-198
+7	to	to	ADP	O	0			lowlands-198
+8	use	use	VERB	O	0		v.cognition	lowlands-198
+9	,	,	PUNCT	O	0			lowlands-198
+10	video	video	NOUN	B	0		n.location	lowlands-198
+11	submission	submission	NOUN	I	10			lowlands-198
+12	area	area	NOUN	I	11			lowlands-198
+13	!	!	PUNCT	O	0			lowlands-198
+14	URL	URL	X	O	0		n.person	lowlands-198
+15	#MaxIt	#maxit	NOUN	O	0			lowlands-198
+16	#indie	#indie	NOUN	O	0			lowlands-198
+17	We	we	PRON	O	0			lowlands-198
+18	love	love	VERB	O	0		v.emotion	lowlands-198
+19	getting	get	VERB	O	0		v.communication	lowlands-198
+20	to	to	ADP	O	0			lowlands-198
+21	word	word	VERB	B	0		v.communication	lowlands-198
+22	out	out	PART	I	21			lowlands-198
+23	about	about	ADP	O	0			lowlands-198
+24	ur	ur	DET	O	0			lowlands-198
+25	#indies	#indies	NOUN	O	0		n.attribute	lowlands-198
+26	!	!	PUNCT	O	0			lowlands-198
+
+1	Oh	oh	X	O	0			lowlands-199
+2	stahp	stahp	VERB	O	0		v.change	lowlands-199
+3	it	it	PRON	O	0			lowlands-199
+4	,	,	PUNCT	O	0			lowlands-199
+5	you	you	PRON	O	0			lowlands-199
+6	URL	URL	X	O	0			lowlands-199
+
+1	LIVE	live	VERB	O	0		v.stative	lowlands-200
+2	:	:	PUNCT	O	0			lowlands-200
+3	Syria	syria	PROPN	O	0		n.location	lowlands-200
+4	:	:	PUNCT	O	0			lowlands-200
+5	UN	un	PROPN	B	0		n.person	lowlands-200
+6	inspectors	inspector	NOUN	I	5			lowlands-200
+7	attacked	attack	VERB	O	0		v.contact	lowlands-200
+8	by	by	ADP	O	0			lowlands-200
+9	snipers	sniper	NOUN	O	0		n.person	lowlands-200
+10	-	-	X	O	0			lowlands-200
+11	latest	latest	ADJ	O	0			lowlands-200
+12	news	news	NOUN	O	0		n.communication	lowlands-200
+13	URL	URL	X	O	0			lowlands-200
+14	via	via	ADP	O	0			lowlands-200
+15	@USER	@USER	PROPN	O	0		n.person	lowlands-200
+
+1	@PERSONGUY6661	@personguy6661	PROPN	O	0			ritter-1
+2	I	i	PRON	O	0			ritter-1
+3	have	have	VERB	O	0		v.possession	ritter-1
+4	n't	n't	ADV	O	0			ritter-1
+5	unfortunately	unfortunately	ADJ	O	0			ritter-1
+6	:(	:(	INTJ	O	0			ritter-1
+7	I	i	PRON	O	0			ritter-1
+8	missed	miss	VERB	O	0		v.stative	ritter-1
+9	the	the	DET	O	0			ritter-1
+10	chance	chance	NOUN	O	0		n.event	ritter-1
+11	when	when	ADV	O	0			ritter-1
+12	theycame	theycame	VERB	O	0		v.motion	ritter-1
+13	to	to	PART	O	0			ritter-1
+14	the	the	DET	O	0			ritter-1
+15	uk	uk	PROPN	O	0		n.location	ritter-1
+16	this	this	DET	O	0			ritter-1
+17	year	year	NOUN	O	0		n.time	ritter-1
+18	,	,	PUNCT	O	0			ritter-1
+19	you	you	PRON	O	0			ritter-1
+20	seen	see	VERB	O	0		v.perception	ritter-1
+21	them	them	PRON	O	0			ritter-1
+22	?	?	PUNCT	O	0			ritter-1
+
+1	Stephen	stephen	PROPN	O	0		n.person	ritter-2
+2	,	,	PUNCT	O	0			ritter-2
+3	the	the	DET	O	0			ritter-2
+4	Intellectual	intellectual	PROPN	O	0		n.attribute	ritter-2
+5	.	.	PUNCT	O	0			ritter-2
+6	@bbhess	@bbhess	PROPN	O	0			ritter-2
+7	I	i	PRON	O	0			ritter-2
+8	bet	bet	VERB	O	0		v.social	ritter-2
+9	ppl	ppl	NOUN	O	0		n.person	ritter-2
+10	that	that	DET	O	0			ritter-2
+11	design	design	VERB	O	0		v.creation	ritter-2
+12	book	book	NOUN	B	0		n.artifact	ritter-2
+13	covers	cover	NOUN	I	12			ritter-2
+14	for	for	ADP	O	0			ritter-2
+15	a	a	DET	O	0			ritter-2
+16	living	living	NOUN	O	0		n.act	ritter-2
+17	hate	hate	VERB	O	0		v.emotion	ritter-2
+18	when	when	ADV	O	0			ritter-2
+19	people	people	NOUN	O	0		n.person	ritter-2
+20	say	say	VERB	O	0		v.communication	ritter-2
+21	do	do	AUX	O	0			ritter-2
+22	n't	n't	ADV	O	0			ritter-2
+23	judge	judge	VERB	O	0		v.cognition	ritter-2
+24	a	a	DET	O	0			ritter-2
+25	book	book	NOUN	O	0		n.communication	ritter-2
+26	by	by	ADP	O	0			ritter-2
+27	its	its	PRON	O	0			ritter-2
+28	cover	cover	NOUN	O	0		n.artifact	ritter-2
+
+1	I	i	PRON	O	0			ritter-3
+2	miss	miss	VERB	O	0		v.emotion	ritter-3
+3	being	be	VERB	B	0		v.stative	ritter-3
+4	able	able	ADJ	I	3			ritter-3
+5	to	to	PART	I	4			ritter-3
+6	run	run	VERB	O	0		v.motion	ritter-3
+7	and	and	CONJ	O	0			ritter-3
+8	dance	dance	VERB	O	0		v.motion	ritter-3
+9	around	around	PART	O	0			ritter-3
+10	all	all	DET	O	0			ritter-3
+11	day	day	NOUN	O	0		n.time	ritter-3
+12	instead	instead	ADV	O	0			ritter-3
+13	of	of	ADP	O	0			ritter-3
+14	having	have	AUX	B	0			ritter-3
+15	to	to	PART	I	14			ritter-3
+16	catch	catch	VERB	B	0		n.body	ritter-3
+17	my	my	PRON	o	0			ritter-3
+18	breath	breath	NOUN	I	16			ritter-3
+19	every	every	DET	O	0			ritter-3
+20	five	five	NUM	O	0			ritter-3
+21	minutes	minutes	NOUN	O	0		n.time	ritter-3
+22	of	of	ADP	O	0			ritter-3
+23	my	my	PRON	O	0			ritter-3
+24	life	life	NOUN	O	0		n.state	ritter-3
+25	.	.	PUNCT	O	0			ritter-3
+
+1	Is	be	AUX	O	0			ritter-4
+2	all	all	DET	O	0			ritter-4
+3	done	do	VERB	O	0		v.change	ritter-4
+4	getting	get	VERB	O	0		v.change	ritter-4
+5	things	things	NOUN	O	0		n.other	ritter-4
+6	set	set	VERB	B	0		v.creation	ritter-4
+7	up	up	PART	I	6			ritter-4
+8	for	for	ADP	O	0			ritter-4
+9	the	the	DET	O	0			ritter-4
+10	Ultimate	ultimate	PROPN	B	0		n.communication	ritter-4
+11	Magic	magic	PROPN	I	10			ritter-4
+12	playtest	playtest	NOUN	I	11			ritter-4
+13	that	that	DET	O	0			ritter-4
+14	starts	start	VERB	O	0		v.change	ritter-4
+15	on	on	ADP	O	0			ritter-4
+16	Monday	monday	PROPN	O	0		n.time	ritter-4
+17	.	.	PUNCT	O	0			ritter-4
+18	Ca	ca	AUX	B	0		v.emotion	ritter-4
+19	n't	n't	ADV	I	18			ritter-4
+20	wait	wait	VERB	I	19			ritter-4
+21	to	to	PART	O	0			ritter-4
+22	see	see	VERB	O	0		v.perception	ritter-4
+23	what	what	PRON	O	0			ritter-4
+24	people	people	NOUN	O	0		n.person	ritter-4
+25	think	think	VERB	O	0		v.cognition	ritter-4
+26	.	.	PUNCT	O	0			ritter-4
+
+1	I	i	PRON	O	0			ritter-5
+2	've	've	AUX	O	0			ritter-5
+3	never	never	ADV	O	0			ritter-5
+4	found	found	VERB	O	0		v.cognition	ritter-5
+5	a	a	DET	O	0			ritter-5
+6	happy	happy	ADJ	O	0			ritter-5
+7	way	way	NOUN	O	0		n.attribute	ritter-5
+8	to	to	PART	O	0			ritter-5
+9	preserve	preserve	VERB	O	0		v.change	ritter-5
+10	it	it	PRON	O	0			ritter-5
+11	but	but	CONJ	O	0			ritter-5
+12	it	it	PRON	O	0			ritter-5
+13	's	's	VERB	O	0		v.stative	ritter-5
+14	usually	usually	ADV	O	0			ritter-5
+15	affordable	affordable	ADJ	O	0			ritter-5
+16	most	most	ADJ	O	0			ritter-5
+17	of	of	ADP	O	0			ritter-5
+18	the	the	DET	O	0			ritter-5
+19	year	year	NOUN	O	0		n.time	ritter-5
+20	.	.	PUNCT	O	0			ritter-5
+21	We	we	PRON	O	0			ritter-5
+22	eat	eat	VERB	O	0		v.consumption	ritter-5
+23	a	a	DET	B	0		n.quantity	ritter-5
+24	lot	lot	NOUN	I	23			ritter-5
+25	2	2	ADV	O	0			ritter-5
+26	,	,	PUNCT	O	0			ritter-5
+27	grilled	grilled	ADJ	O	0			ritter-5
+28	saute	saute	ADJ	O	0			ritter-5
+29	bake	bake	ADJ	O	0			ritter-5
+30	or	or	CONJ	O	0			ritter-5
+31	fried	fried	ADJ	O	0			ritter-5
+
+1	RT	rt	X	O	0			ritter-6
+2	@LilTwist	@liltwist	PROPN	O	0			ritter-6
+3	:	:	PUNCT	O	0			ritter-6
+4	RT	rt	X	O	0			ritter-6
+5	this	this	DET	O	0			ritter-6
+6	if	if	ADP	O	0			ritter-6
+7	you	you	PRON	O	0			ritter-6
+8	want	want	VERB	O	0		v.emotion	ritter-6
+9	me	me	PRON	O	0			ritter-6
+10	to	to	PART	O	0			ritter-6
+11	go	go	VERB	O	0		v.change	ritter-6
+12	back	back	ADV	O	0			ritter-6
+13	live	live	ADV	O	0			ritter-6
+14	on	on	ADP	O	0			ritter-6
+15	Ustream	ustream	PROPN	O	0		n.communication	ritter-6
+16	later	later	ADV	O	0			ritter-6
+17	tonight	tonight	NOUN	O	0		n.time	ritter-6
+
+1	Have	have	VERB	O	0		v.stative	ritter-7
+2	DJ	dj	NOUN	B	0		n.communication	ritter-7
+3	Got	get	VERB	I	2			ritter-7
+4	Us	us	PRON	I	3			ritter-7
+5	Fallin	fallin	VERB	I	4			ritter-7
+6	in	in	ADP	I	5			ritter-7
+7	Love	love	NOUN	I	6			ritter-7
+8	in	in	ADP	O	0			ritter-7
+9	my	my	PRON	O	0			ritter-7
+10	head	head	NOUN	O	0		n.body	ritter-7
+11	.	.	PUNCT	O	0			ritter-7
+12	"	"	PUNCT	O	0			ritter-7
+13	Cause	cause	ADP	O	0			ritter-7
+14	baby	baby	NOUN	O	0		n.person	ritter-7
+15	tonight	tonight	NOUN	O	0		n.time	ritter-7
+16	,	,	PUNCT	O	0			ritter-7
+17	The	the	DET	O	0			ritter-7
+18	dj	dj	NOUN	O	0		n.person	ritter-7
+19	got	get	VERB	O	0		v.change	ritter-7
+20	us	us	PRON	O	0			ritter-7
+21	fallin	fallin	VERB	O	0		v.change	ritter-7
+22	in	in	ADP	O	0			ritter-7
+23	love	love	NOUN	O	0		n.feeling	ritter-7
+24	again	again	ADV	O	0			ritter-7
+25	"	"	PUNCT	O	0			ritter-7
+
+1	@Littlesapling	@littlesapling	PROPN	O	0			ritter-8
+2	You	you	PRON	O	0			ritter-8
+3	said	say	VERB	O	0		v.communication	ritter-8
+4	that	that	DET	O	0			ritter-8
+5	last	last	ADJ	O	0			ritter-8
+6	week	week	NOUN	O	0		n.time	ritter-8
+7	Ash	ash	PROPN	O	0		n.person	ritter-8
+8	.	.	PUNCT	O	0			ritter-8
+9	I	i	PRON	O	0			ritter-8
+10	think	think	VERB	O	0		v.cognition	ritter-8
+11	you	you	PRON	O	0			ritter-8
+12	need	need	VERB	O	0		v.stative	ritter-8
+13	a	a	DET	O	0			ritter-8
+14	12	12	NUM	B	0		n.act	ritter-8
+15	step	step	NOUN	I	14			ritter-8
+16	program	program	NOUN	I	15			ritter-8
+17	.	.	PUNCT	O	0			ritter-8
+
+1	How	how	ADV	O	0			ritter-9
+2	to	to	PART	O	0			ritter-9
+3	Write	write	VERB	O	0		v.communication	ritter-9
+4	a	a	DET	O	0			ritter-9
+5	Resume	resume	NOUN	O	0		n.communication	ritter-9
+6	After	after	ADP	O	0			ritter-9
+7	Being	be	AUX	O	0			ritter-9
+8	Fired	fire	VERB	O	0		v.competition	ritter-9
+9	:	:	PUNCT	O	0			ritter-9
+10	Dealing	deal	VERB	O	0		v.social	ritter-9
+11	with	with	ADP	O	0			ritter-9
+12	how	how	ADV	O	0			ritter-9
+13	to	to	PART	O	0			ritter-9
+14	write	write	VERB	O	0		v.communication	ritter-9
+15	a	a	DET	O	0			ritter-9
+16	resume	resume	NOUN	O	0		n.communication	ritter-9
+17	after	after	ADP	O	0			ritter-9
+18	being	be	AUX	O	0			ritter-9
+19	fired	fired	NOUN	O	0		n.event	ritter-9
+20	is	be	VERB	O	0		v.stative	ritter-9
+21	something	something	NOUN	O	0			ritter-9
+22	many	many	NOUN	O	0		n.quantity	ritter-9
+23	of	of	ADP	O	0			ritter-9
+24	...	...	PUNCT	O	0			ritter-9
+25	http://bit.ly/amRxFJ	http://bit.ly/amrxfj	X	O	0			ritter-9
+
+1	Amber	amber	PROPN	B	0		n.person	ritter-10
+2	Le	le	PROPN	I	1			ritter-10
+3	Bon	bon	PROPN	I	2			ritter-10
+4	is	be	AUX	O	0			ritter-10
+5	to	to	PART	O	0			ritter-10
+6	walk	walk	VERB	O	0		v.motion	ritter-10
+7	in	in	ADP	O	0			ritter-10
+8	Giles	giles	PROPN	B	0		n.person	ritter-10
+9	Deacon	deacon	PROPN	I	8			ritter-10
+10	's	's	PART	O	0			ritter-10
+11	Monday	monday	PROPN	O	0		n.time	ritter-10
+12	LFW	lfw	PROPN	B	0		n.communication	ritter-10
+13	show	show	NOUN	I	12			ritter-10
+
+1	@KFSH	@kfsh	PROPN	O	0			ritter-11
+2	totally	totally	INTJ	O	0			ritter-11
+3	!	!	PUNCT	O	0			ritter-11
+4	I	i	PRON	O	0			ritter-11
+5	can	can	AUX	O	0			ritter-11
+6	go	go	VERB	O	0		v.cognition	ritter-11
+7	a	a	DET	O	0			ritter-11
+8	week	week	NOUN	O	0		n.time	ritter-11
+9	w/o	w/o	ADP	O	0			ritter-11
+10	tv	tv	NOUN	O	0		n.communication	ritter-11
+11	,	,	PUNCT	O	0			ritter-11
+12	phones	phone	NOUN	O	0		n.communication	ritter-11
+13	or	or	CONJ	O	0			ritter-11
+14	a	a	DET	O	0			ritter-11
+15	computer	computer	NOUN	O	0		n.communication	ritter-11
+16	.	.	PUNCT	O	0			ritter-11
+17	I	i	PRON	O	0			ritter-11
+18	get	get	VERB	O	0		v.possession	ritter-11
+19	some	some	DET	O	0			ritter-11
+20	time	time	NOUN	O	0		n.event	ritter-11
+21	to	to	PART	O	0			ritter-11
+22	myself	myself	PRON	O	0			ritter-11
+23	and	and	CONJ	O	0			ritter-11
+24	God	god	PROPN	O	0		n.person	ritter-11
+25	.	.	PUNCT	O	0			ritter-11
+26	Brings	bring	VERB	O	0		v.change	ritter-11
+27	peace	peace	NOUN	O	0		n.feeling	ritter-11
+28	into	into	ADP	O	0			ritter-11
+29	my	my	PRON	O	0			ritter-11
+30	life	life	NOUN	O	0		n.state	ritter-11
+31	.	.	PUNCT	O	0			ritter-11
+
+1	last	last	ADJ	O	0			ritter-12
+2	day	day	NOUN	O	0		n.time	ritter-12
+3	of	of	ADP	O	0			ritter-12
+4	sorting	sort	VERB	O	0		v.social	ritter-12
+5	pope	pope	PROPN	O	0		n.person	ritter-12
+6	visit	visit	NOUN	O	0		n.act	ritter-12
+7	to	to	PART	O	0			ritter-12
+8	birmingham	birmingham	PROPN	O	0		n.location	ritter-12
+9	stuff	stuff	NOUN	O	0		n.attribute	ritter-12
+10	out	out	PART	O	0			ritter-12
+11	.....	.....	PUNCT	O	0			ritter-12
+12	hope	hope	VERB	O	0		v.emotion	ritter-12
+13	it	it	PRON	O	0			ritter-12
+14	goes	go	VERB	O	0		v.stative	ritter-12
+15	ok	ok	ADJ	O	0			ritter-12
+16	on	on	ADP	O	0			ritter-12
+17	sunday	sunday	PROPN	O	0		n.time	ritter-12
+18	!!	!!	PUNCT	O	0			ritter-12
+
+1	Lmao	lmao	INTJ	O	0			ritter-13
+2	..	..	PUNCT	O	0			ritter-13
+3	They	they	PRON	O	0			ritter-13
+4	#Hurrt	#hurrt	VERB	O	0		v.emotion	ritter-13
+5	!	!	PUNCT	O	0			ritter-13
+6	RT	rt	X	O	0			ritter-13
+7	@_sofucKENNrude	@_sofuckennrude	PROPN	O	0			ritter-13
+8	y	y	ADV	O	0			ritter-13
+9	every	every	DET	O	0			ritter-13
+10	nigga	nigga	NOUN	O	0		n.person	ritter-13
+11	tryna	tryna	VERB	O	0		v.change	ritter-13
+12	grow	grow	VERB	B	0		v.body	ritter-13
+13	they	they	PRON	o	0			ritter-13
+14	hair	hair	NOUN	o	0		n.body	ritter-13
+15	out	out	PART	I	12			ritter-13
+16	.	.	PUNCT	O	0			ritter-13
+17	should	should	AUX	O	0			ritter-13
+18	of	of	NOUN	O	0			ritter-13
+19	did	do	VERB	O	0		v.change	ritter-13
+20	that	that	DET	O	0			ritter-13
+21	a	a	DET	O	0			ritter-13
+22	long	long	ADJ	O	0			ritter-13
+23	time	time	NOUN	O	0		n.event	ritter-13
+24	ago	ago	ADP	O	0			ritter-13
+25	.	.	PUNCT	O	0			ritter-13
+26	-_-	-_-	INTJ	O	0			ritter-13
+27	skimp	skimp	ADJ	B	0			ritter-13
+28	ass	ass	ADJ	I	27			ritter-13
+29	braids	braid	NOUN	O	0		n.body	ritter-13
+30	.	.	PUNCT	O	0			ritter-13
+
+1	RT	rt	X	O	0			ritter-14
+2	@TomsTop5	@tomstop5	PROPN	O	0			ritter-14
+3	:	:	PUNCT	O	0			ritter-14
+4	Check	check	VERB	B	0		v.perception	ritter-14
+5	us	us	PRON	o	0			ritter-14
+6	out	out	PART	I	4			ritter-14
+7	-	-	PUNCT	O	0			ritter-14
+8	we	we	PRON	O	0			ritter-14
+9	're	're	AUX	O	0			ritter-14
+10	FEATURED	feature	VERB	O	0		v.communication	ritter-14
+11	on	on	ADP	O	0			ritter-14
+12	iTunes	itunes	PROPN	O	0		n.communication	ritter-14
+13	this	this	DET	O	0			ritter-14
+14	week	week	NOUN	O	0		n.time	ritter-14
+15	!	!	PUNCT	O	0			ritter-14
+16	Make	make	VERB	B	0		v.social	ritter-14
+17	sure	sure	ADJ	I	16			ritter-14
+18	to	to	PART	O	0			ritter-14
+19	subscribe	subscribe	VERB	O	0		v.communication	ritter-14
+20	so	so	ADP	O	0			ritter-14
+21	Jobs	jobs	PROPN	O	0		n.person	ritter-14
+22	knows	know	VERB	O	0		v.cognition	ritter-14
+23	you	you	PRON	O	0			ritter-14
+24	love	love	VERB	O	0		v.emotion	ritter-14
+25	us	us	PRON	O	0			ritter-14
+26	http://twitpic.com/2pdr8h	http://twitpic.com/2pdr8h	X	O	0			ritter-14
+
+1	just	just	ADV	O	0			ritter-15
+2	about	about	ADV	O	0			ritter-15
+3	off	off	ADV	O	0			ritter-15
+4	work	work	NOUN	O	0		n.act	ritter-15
+5	!	!	PUNCT	O	0			ritter-15
+6	going	go	VERB	O	0		v.motion	ritter-15
+7	to	to	PART	O	0			ritter-15
+8	alderwood	alderwood	PROPN	O	0		n.location	ritter-15
+9	again	again	ADV	O	0			ritter-15
+10	:)	:)	INTJ	O	0			ritter-15
+11	yay	yay	INTJ	O	0			ritter-15
+12	.	.	PUNCT	O	0			ritter-15
+13	hopefully	hopefully	ADV	O	0			ritter-15
+14	we	we	PRON	O	0			ritter-15
+15	got	get	VERB	O	0		v.possession	ritter-15
+16	cody	cody	PROPN	O	0		n.person	ritter-15
+17	's	's	PART	O	0			ritter-15
+18	ipod	ipod	NOUN	O	0		n.artifact	ritter-15
+19	in	in	ADP	O	0			ritter-15
+20	the	the	DET	O	0			ritter-15
+21	mail	mail	NOUN	O	0		n.communication	ritter-15
+22	today	today	NOUN	O	0		n.time	ritter-15
+23	.	.	PUNCT	O	0			ritter-15
+
+1	@justinbieber	@justinbieber	PROPN	O	0			ritter-16
+2	I	i	PRON	O	0			ritter-16
+3	have	have	VERB	O	0		v.stative	ritter-16
+4	chance	chance	NOUN	O	0		n.motive	ritter-16
+5	with	with	ADP	O	0			ritter-16
+6	you	you	PRON	O	0			ritter-16
+7	?	?	PUNCT	O	0			ritter-16
+8	webcam	webcam	NOUN	O	0		n.communication	ritter-16
+9	enters	enter	VERB	O	0		v.social	ritter-16
+10	Sunday	sunday	PROPN	O	0		n.time	ritter-16
+11	7:00	7:00	NUM	O	0			ritter-16
+12	pm	pm	ADJ	O	0			ritter-16
+13	?	?	PUNCT	O	0			ritter-16
+14	please	please	INTJ	O	0			ritter-16
+15	?	?	PUNCT	O	0			ritter-16
+16	to	to	PART	O	0			ritter-16
+17	talk	talk	VERB	O	0		v.communication	ritter-16
+18	right	right	ADV	O	0			ritter-16
+19	!	!	PUNCT	O	0			ritter-16
+20	kisses	kiss	NOUN	O	0		n.act	ritter-16
+21	on	on	ADP	O	0			ritter-16
+22	the	the	DET	O	0			ritter-16
+23	chin	chin	NOUN	O	0		n.body	ritter-16
+
+1	Its	its	PRON	O	0			ritter-17
+2	stupid	stupid	ADJ	O	0			ritter-17
+3	I	i	PRON	O	0			ritter-17
+4	hate	hate	VERB	O	0		v.emotion	ritter-17
+5	getn	getn	VERB	O	0		v.communication	ritter-17
+6	a	a	DET	O	0			ritter-17
+7	attitude	attitude	NOUN	O	0		n.feeling	ritter-17
+8	from	from	ADP	O	0			ritter-17
+9	ppl	ppl	NOUN	O	0		n.person	ritter-17
+10	when	when	ADV	O	0			ritter-17
+11	I	i	PRON	O	0			ritter-17
+12	'm	'm	AUX	O	0			ritter-17
+13	jus	jus	ADV	O	0			ritter-17
+14	tryna	tryna	VERB	O	0		v.stative	ritter-17
+15	be	be	VERB	O	0		v.stative	ritter-17
+16	nice	nice	ADJ	B	0		n.attribute	ritter-17
+17	n	n	CONJ	I	16			ritter-17
+18	shit	shit	NOUN	I	17			ritter-17
+19	.	.	PUNCT	O	0			ritter-17
+20	WTF	wtf	INTJ	O	0			ritter-17
+21	now	now	ADV	O	0			ritter-17
+22	I	i	PRON	O	0			ritter-17
+23	'm	'm	VERB	O	0		v.stative	ritter-17
+24	mad	mad	ADJ	O	0			ritter-17
+25	so	so	ADP	O	0			ritter-17
+26	dnt	dnt	VERB	O	0			ritter-17
+27	talk	talk	VERB	O	0		v.communication	ritter-17
+28	to	to	PART	O	0			ritter-17
+29	me	me	PRON	O	0			ritter-17
+30	right	right	ADV	O	0			ritter-17
+31	now	now	ADV	O	0			ritter-17
+
+1	RT	rt	X	O	0			ritter-18
+2	@DamnTeenQuotes	@damnteenquotes	PROPN	O	0			ritter-18
+3	:	:	PUNCT	O	0			ritter-18
+4	I	i	PRON	O	0			ritter-18
+5	remember	remember	VERB	O	0		v.cognition	ritter-18
+6	when	when	ADV	O	0			ritter-18
+7	i	i	PRON	O	0			ritter-18
+8	was	be	VERB	O	0		v.stative	ritter-18
+9	your	your	PRON	O	0			ritter-18
+10	age	age	NOUN	O	0		n.attribute	ritter-18
+11	,	,	PUNCT	O	0			ritter-18
+12	spencer	spencer	PROPN	O	0		n.person	ritter-18
+13	from	from	ADP	O	0			ritter-18
+14	iCarly	icarly	PROPN	O	0		n.person	ritter-18
+15	was	be	VERB	O	0		v.stative	ritter-18
+16	Crazy	crazy	PROPN	B	0		n.person	ritter-18
+17	Steve	steve	PROPN	I	16			ritter-18
+18	,	,	PUNCT	O	0			ritter-18
+19	Carly	carly	PROPN	O	0		n.person	ritter-18
+20	was	be	VERB	O	0		v.stative	ritter-18
+21	Megan	megan	PROPN	O	0		n.person	ritter-18
+22	and	and	CONJ	O	0			ritter-18
+23	Josh	josh	PROPN	O	0		n.person	ritter-18
+24	was	be	VERB	O	0		v.stative	ritter-18
+25	fat	fat	NOUN	O	0		n.attribute	ritter-18
+26	.	.	PUNCT	O	0			ritter-18
+27	#damnteenquotes	#damnteenquotes	NOUN	O	0			ritter-18
+
+1	@itzkeving	@itzkeving	PROPN	O	0			ritter-19
+2	im	im	PRON	O	0			ritter-19
+3	getting	get	VERB	O	0		v.possession	ritter-19
+4	mine	mine	PRON	O	0			ritter-19
+5	off	off	ADV	O	0			ritter-19
+6	this	this	DET	O	0			ritter-19
+7	monday	monday	PROPN	O	0		n.time	ritter-19
+8	:'	:'	INTJ	O	0			ritter-19
+9	)	)	PUNCT	O	0			ritter-19
+
+1	Israel	israel	PROPN	O	0		n.location	ritter-20
+2	grinds	grind	VERB	O	0		v.change	ritter-20
+3	to	to	PART	O	0			ritter-20
+4	a	a	DET	O	0			ritter-20
+5	halt	halt	NOUN	O	0		n.state	ritter-20
+6	for	for	ADP	O	0			ritter-20
+7	Yom	yom	PROPN	B	0		n.event	ritter-20
+8	Kippur	kippur	PROPN	I	7			ritter-20
+9	fasting	fasting	ADJ	O	0			ritter-20
+10	day	day	NOUN	O	0		n.time	ritter-20
+11	(	(	PUNCT	O	0			ritter-20
+12	wwrn.org	wwrn.org	X	O	0			ritter-20
+13	)	)	PUNCT	O	0			ritter-20
+14	http://bit.ly/cqlwCZ	http://bit.ly/cqlwcz	X	O	0			ritter-20
+
+1	#Fancyflow	#fancyflow	NOUN	O	0			ritter-21
+2	..	..	PUNCT	O	0			ritter-21
+3	im	im	PRON	O	0			ritter-21
+4	in	in	ADP	O	0			ritter-21
+5	the	the	DET	O	0			ritter-21
+6	hair	hair	NOUN	B	0		n.location	ritter-21
+7	salon	salon	NOUN	I	6			ritter-21
+8	right	right	ADV	O	0			ritter-21
+9	now	now	ADV	O	0			ritter-21
+10	..	..	PUNCT	O	0			ritter-21
+11	smh	smh	INTJ	O	0			ritter-21
+12	..	..	PUNCT	O	0			ritter-21
+13	Friday	friday	PROPN	O	0		n.time	ritter-21
+14	,	,	PUNCT	O	0			ritter-21
+15	its	its	PRON	O	0			ritter-21
+16	packed	packed	ADJ	O	0			ritter-21
+17	in	in	ADP	O	0			ritter-21
+18	here	here	ADV	O	0			ritter-21
+19	RT	rt	X	O	0			ritter-21
+20	@neimanMarcus203	@neimanmarcus203	PROPN	O	0			ritter-21
+21	:	:	PUNCT	O	0			ritter-21
+22	Where	where	ADV	O	0			ritter-21
+23	is	be	VERB	O	0		v.stative	ritter-21
+24	@ihavesuperpower	@ihavesuperpower	PROPN	O	0		n.person	ritter-21
+25	???	???	PUNCT	O	0			ritter-21
+
+1	@vogueglamGIRL	@vogueglamgirl	PROPN	O	0			ritter-22
+2	Ah	ah	INTJ	O	0			ritter-22
+3	I	i	PRON	O	0			ritter-22
+4	know	know	VERB	O	0		v.cognition	ritter-22
+5	!	!	PUNCT	O	0			ritter-22
+6	She	she	PRON	O	0			ritter-22
+7	is	be	VERB	O	0		v.stative	ritter-22
+8	simply	simply	ADV	O	0			ritter-22
+9	the	the	DET	O	0			ritter-22
+10	best	best	ADJ	O	0			ritter-22
+11	in	in	ADP	O	0			ritter-22
+12	The	the	DET	O	0			ritter-22
+13	Sept	sept	PROPN	O	0		n.time	ritter-22
+14	Issue	issue	NOUN	O	0		n.communication	ritter-22
+15	.	.	PUNCT	O	0			ritter-22
+16	My	my	PRON	O	0			ritter-22
+17	boyfriend	boyfriend	NOUN	O	0		n.person	ritter-22
+18	's	's	AUX	O	0			ritter-22
+19	aunt	aunt	NOUN	O	0		n.person	ritter-22
+20	worked	work	VERB	O	0		v.social	ritter-22
+21	for	for	ADP	O	0			ritter-22
+22	Anna	anna	PROPN	B	0		n.person	ritter-22
+23	Wintor	wintor	PROPN	I	22			ritter-22
+24	in	in	ADP	O	0			ritter-22
+25	NY	ny	PROPN	O	0		n.location	ritter-22
+26	.	.	PUNCT	O	0			ritter-22
+
+1	Reduced	reduced	NOUN	B	0		n.communication	ritter-23
+2	Sodium	sodium	NOUN	I	1			ritter-23
+3	labels	label	NOUN	O	0		n.communication	ritter-23
+4	may	may	AUX	O	0			ritter-23
+5	only	only	ADV	O	0			ritter-23
+6	have	have	VERB	O	0		v.possession	ritter-23
+7	25%	25%	NUM	O	0			ritter-23
+8	less	less	ADJ	O	0			ritter-23
+9	sodium	sodium	NOUN	O	0		n.substance	ritter-23
+10	than	than	ADP	O	0			ritter-23
+11	the	the	DET	O	0			ritter-23
+12	original	original	NOUN	O	0		n.attribute	ritter-23
+13	..	..	PUNCT	O	0			ritter-23
+14	go	go	VERB	O	0		v.possession	ritter-23
+15	for	for	ADP	O	0			ritter-23
+16	"	"	PUNCT	O	0			ritter-23
+17	Low	low	NOUN	B	0		n.communication	ritter-23
+18	Sodium	sodium	NOUN	I	17			ritter-23
+19	"	"	PUNCT	O	0			ritter-23
+20	labels	label	NOUN	O	0		n.communication	ritter-23
+21	which	which	DET	O	0			ritter-23
+22	have	have	VERB	O	0		v.possession	ritter-23
+23	no	no	ADV	O	0			ritter-23
+24	more	more	ADV	O	0			ritter-23
+25	than	than	ADP	O	0			ritter-23
+26	140	140	NUM	O	0			ritter-23
+27	mg	mg	NOUN	O	0		n.quantity	ritter-23
+28	per	per	ADP	O	0			ritter-23
+29	serving	serving	NOUN	O	0		n.quantity	ritter-23
+
+1	@Infamous__Kid	@infamous__kid	PROPN	O	0			ritter-24
+2	lol	lol	INTJ	O	0			ritter-24
+3	you	you	PRON	O	0			ritter-24
+4	always	always	ADV	O	0			ritter-24
+5	got	get	VERB	O	0		v.possession	ritter-24
+6	problems	problem	NOUN	O	0		n.attribute	ritter-24
+7	with	with	ADP	O	0			ritter-24
+8	ur	ur	PRON	O	0			ritter-24
+9	hair	hair	NOUN	O	0		n.body	ritter-24
+10	you	you	PRON	O	0			ritter-24
+11	said	say	VERB	O	0		v.communication	ritter-24
+12	somethin	somethin	NOUN	O	0			ritter-24
+13	last	last	ADJ	O	0			ritter-24
+14	time	time	NOUN	O	0		n.event	ritter-24
+15	like	like	ADP	O	0			ritter-24
+16	they	they	PRON	O	0			ritter-24
+17	didnt	didnt	VERB	O	0			ritter-24
+18	cut	cut	VERB	O	0		v.body	ritter-24
+19	it	it	PRON	O	0			ritter-24
+20	right	right	ADV	O	0			ritter-24
+21	ha	ha	INTJ	O	0			ritter-24
+
+1	Going	go	VERB	O	0		v.motion	ritter-25
+2	now	now	ADV	O	0			ritter-25
+3	.	.	PUNCT	O	0			ritter-25
+4	Be	be	VERB	O	0		v.stative	ritter-25
+5	back	back	ADV	O	0			ritter-25
+6	later	later	ADV	O	0			ritter-25
+7	tonight	tonight	NOUN	O	0		n.time	ritter-25
+8	.	.	PUNCT	O	0			ritter-25
+9	Thanks	thanks	NOUN	O	0		n.communication	ritter-25
+10	for	for	ADP	O	0			ritter-25
+11	all	all	DET	O	0			ritter-25
+12	the	the	DET	O	0			ritter-25
+13	Friday	friday	PROPN	B	0		n.act	ritter-25
+14	Fucking	fucking	PROPN	I	13			ritter-25
+15	,	,	PUNCT	O	0			ritter-25
+16	appreciate	appreciate	VERB	O	0		v.emotion	ritter-25
+17	it	it	PRON	O	0			ritter-25
+18	.	.	PUNCT	O	0			ritter-25
+19	Make	make	VERB	B	0		n.act	ritter-25
+20	love	love	NOUN	I	19			ritter-25
+21	,	,	PUNCT	O	0			ritter-25
+22	not	not	ADV	O	0			ritter-25
+23	war	war	NOUN	O	0		n.act	ritter-25
+24	:	:	PUNCT	O	0			ritter-25
+25	condoms	condom	NOUN	O	0		n.artifact	ritter-25
+26	are	be	VERB	O	0		v.stative	ritter-25
+27	cheaper	cheap	ADJ	O	0			ritter-25
+28	than	than	ADP	O	0			ritter-25
+29	guns	gun	NOUN	O	0		n.artifact	ritter-25
+30	.	.	PUNCT	O	0			ritter-25
+31	XOXO	xoxo	INTJ	O	0			ritter-25
+
+1	Awesome	awesome	ADJ	O	0			ritter-26
+2	tennis	tennis	NOUN	B	0		n.act	ritter-26
+3	practice	practice	NOUN	I	2			ritter-26
+4	today~	today~	NOUN	O	0		n.time	ritter-26
+5	So	so	ADV	O	0			ritter-26
+6	happy	happy	ADJ	O	0			ritter-26
+7	to	to	PART	O	0			ritter-26
+8	play	play	VERB	O	0		v.competition	ritter-26
+9	again	again	NOUN	O	0		n.quantity	ritter-26
+10	:)	:)	INTJ	O	0			ritter-26
+
+1	Sleeping	sleep	VERB	O	0		v.body	ritter-27
+2	later	later	ADV	O	0			ritter-27
+3	and	and	CONJ	O	0			ritter-27
+4	later	later	ADV	O	0			ritter-27
+5	everyday	everyday	NOUN	O	0		n.time	ritter-27
+6	,	,	PUNCT	O	0			ritter-27
+7	waking	wake	VERB	B	0		v.body	ritter-27
+8	up	up	PART	I	7			ritter-27
+9	earlier	earlier	ADV	O	0			ritter-27
+10	and	and	CONJ	O	0			ritter-27
+11	earlier	earlier	ADV	O	0			ritter-27
+12	day	day	NOUN	O	0		n.time	ritter-27
+13	by	by	ADP	O	0			ritter-27
+14	day	day	NOUN	O	0		n.time	ritter-27
+15	.	.	PUNCT	O	0			ritter-27
+16	My	my	PRON	O	0			ritter-27
+17	eyes	eyes	NOUN	O	0		n.body	ritter-27
+18	are	be	VERB	O	0			ritter-27
+19	getting	get	VERB	O	0		v.change	ritter-27
+20	smaller	smaller	ADJ	O	0			ritter-27
+21	and	and	CONJ	O	0			ritter-27
+22	smaller	smaller	ADJ	O	0			ritter-27
+23	.	.	PUNCT	O	0			ritter-27
+
+1	RT	rt	X	O	0			ritter-28
+2	@WALuvsKatStacks	@waluvskatstacks	PROPN	O	0			ritter-28
+3	:	:	PUNCT	O	0			ritter-28
+4	Ah	ah	INTJ	O	0			ritter-28
+5	,	,	PUNCT	O	0			ritter-28
+6	i	i	PRON	O	0			ritter-28
+7	asked	ask	VERB	O	0		v.communication	ritter-28
+8	for	for	ADP	O	0			ritter-28
+9	a	a	DET	O	0			ritter-28
+10	follow	follow	NOUN	B	0		n.communication	ritter-28
+11	back	back	NOUN	I	10			ritter-28
+12	-	-	PUNCT	O	0			ritter-28
+13	when	when	ADV	O	0			ritter-28
+14	i	i	PRON	O	0			ritter-28
+15	already	already	ADV	O	0			ritter-28
+16	hadd	hadd	VERB	O	0		v.possession	ritter-28
+17	one	one	NUM	O	0			ritter-28
+18	so	so	ADP	O	0			ritter-28
+19	they	they	PRON	O	0			ritter-28
+20	call	call	VERB	O	0		v.communication	ritter-28
+21	me	me	PRON	O	0			ritter-28
+22	thirsty	thirsty	ADJ	O	0			ritter-28
+23	lmao	lmao	INTJ	O	0			ritter-28
+24	?	?	PUNCT	O	0			ritter-28
+25	Fck	fck	VERB	O	0			ritter-28
+26	you	you	PRON	O	0			ritter-28
+27	#teamkatstacksbitch	#teamkatstacksbitch	NOUN	O	0			ritter-28
+28	...	...	PUNCT	O	0			ritter-28
+
+1	chinese	chinese	PROPN	B	0		n.food	ritter-29
+2	food	food	NOUN	I	1			ritter-29
+3	..	..	PUNCT	O	0			ritter-29
+4	stayin	stayin	VERB	O	0		v.stative	ritter-29
+5	in	in	ADP	O	0			ritter-29
+6	for	for	ADP	O	0			ritter-29
+7	tonight	tonight	NOUN	O	0		n.time	ritter-29
+8	but	but	CONJ	O	0			ritter-29
+9	goin	goin	VERB	B	0		v.motion	ritter-29
+10	to	to	PART	I	9			ritter-29
+11	the	the	DET	O	0			ritter-29
+12	archery	archery	NOUN	B	0		n.location	ritter-29
+13	range	range	NOUN	I	12			ritter-29
+14	either	either	DET	O	0			ritter-29
+15	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-29
+16	or	or	CONJ	O	0			ritter-29
+17	sunday	sunday	PROPN	O	0		n.time	ritter-29
+
+1	Think	think	VERB	O	0		v.cognition	ritter-30
+2	I	i	PRON	O	0			ritter-30
+3	'm	'm	AUX	O	0			ritter-30
+4	going	go	VERB	B	0			ritter-30
+5	to	to	PART	I	4			ritter-30
+6	give	give	VERB	B	0		v.change	ritter-30
+7	in	in	PART	I	6			ritter-30
+8	and	and	CONJ	O	0			ritter-30
+9	pull	pull	VERB	B	0		v.social	ritter-30
+10	the	the	DET	o	0			ritter-30
+11	boots	boot	NOUN	o	0		n.artifact	ritter-30
+12	out	out	PART	I	9			ritter-30
+13	tonight	tonight	NOUN	O	0		n.time	ritter-30
+14	!	!	PUNCT	O	0			ritter-30
+15	#bittersweet	#bittersweet	NOUN	O	0			ritter-30
+
+1	nightmare	nightmare	NOUN	O	0		n.cognition	ritter-31
+2	before	before	ADP	O	0			ritter-31
+3	christmas	christmas	PROPN	O	0		n.event	ritter-31
+4	!!!	!!!	PUNCT	O	0			ritter-31
+
+1	@hdscc	@hdscc	PROPN	O	0			ritter-32
+2	Yo	yo	INTJ	O	0			ritter-32
+3	Man	man	INTJ	O	0			ritter-32
+4	,	,	PUNCT	O	0			ritter-32
+5	just	just	ADV	O	0			ritter-32
+6	won	win	VERB	O	0		v.competition	ritter-32
+7	$1000	$1000	NUM	O	0			ritter-32
+8	tonight	tonight	NOUN	O	0		n.time	ritter-32
+9	.	.	PUNCT	O	0			ritter-32
+10	100%	100%	NUM	O	0			ritter-32
+11	Bonus	bonus	NOUN	O	0		n.possession	ritter-32
+12	,	,	PUNCT	O	0			ritter-32
+13	Bonus	bonus	NOUN	O	0		n.possession	ritter-32
+14	Code	code	NOUN	O	0		n.communication	ritter-32
+15	:	:	PUNCT	O	0			ritter-32
+16	win2bet	win2bet	NOUN	O	0		n.communication	ritter-32
+17	!	!	PUNCT	O	0			ritter-32
+18	Fantastic	fantastic	ADJ	O	0			ritter-32
+19	Place	place	NOUN	O	0		n.location	ritter-32
+20	to	to	PART	O	0			ritter-32
+21	Play	play	VERB	O	0		v.competition	ritter-32
+22	http://bit.ly/aoDEls?=njq4	http://bit.ly/aodels?=njq4	X	O	0			ritter-32
+
+1	RT	rt	X	O	0			ritter-33
+2	@mrdaveyd	@mrdaveyd	PROPN	O	0			ritter-33
+3	:	:	PUNCT	O	0			ritter-33
+4	PG&lt;E	pg&lt;e	PROPN	O	0		n.group	ritter-33
+5	donated	donate	VERB	O	0		v.possession	ritter-33
+6	35G	35g	NUM	O	0			ritter-33
+7	to	to	PART	O	0			ritter-33
+8	state	state	NOUN	O	0		n.group	ritter-33
+9	committe	committe	NOUN	O	0		n.group	ritter-33
+10	chairman	chairman	NOUN	O	0		n.person	ritter-33
+11	investigating	investigate	VERB	O	0		v.communication	ritter-33
+12	them	them	PRON	O	0			ritter-33
+13	1day	1day	NOUN	O	0		n.time	ritter-33
+14	after	after	ADP	O	0			ritter-33
+15	explosion	explosion	NOUN	O	0		n.event	ritter-33
+16	in	in	ADP	O	0			ritter-33
+17	#sanBrunofire	#sanbrunofire	X	O	0			ritter-33
+18	-Who	-who	PRON	O	0			ritter-33
+19	is	be	AUX	O	0			ritter-33
+20	still	still	ADV	O	0			ritter-33
+21	defendi	defendi	VERB	O	0		v.communication	ritter-33
+22	...	...	PUNCT	O	0			ritter-33
+
+1	I	i	PRON	O	0			ritter-34
+2	called	call	VERB	O	0		v.communication	ritter-34
+3	my	my	PRON	O	0			ritter-34
+4	sister	sister	NOUN	O	0		n.person	ritter-34
+5	and	and	CONJ	O	0			ritter-34
+6	she	she	PRON	O	0			ritter-34
+7	asked	ask	VERB	O	0		v.communication	ritter-34
+8	why	why	ADV	O	0			ritter-34
+9	i	i	PRON	O	0			ritter-34
+10	want	want	VERB	O	0		v.emotion	ritter-34
+11	a	a	DET	O	0			ritter-34
+12	mcdonalds	mcdonalds	NOUN	O	0		n.food	ritter-34
+13	at	at	ADP	O	0			ritter-34
+14	this	this	DET	O	0			ritter-34
+15	time	time	NOUN	O	0		n.time	ritter-34
+16	of	of	ADP	O	0			ritter-34
+17	nigh	nigh	NOUN	O	0		n.time	ritter-34
+18	t.i	t.i	NOUN	O	0			ritter-34
+19	said	say	VERB	O	0		v.communication	ritter-34
+20	'	'	PUNCT	O	0			ritter-34
+21	blame	blame	VERB	O	0		v.communication	ritter-34
+22	rose	rose	PROPN	O	0		n.person	ritter-34
+23	'	'	PUNCT	O	0			ritter-34
+24	she	she	PRON	O	0			ritter-34
+25	said	say	VERB	O	0		v.communication	ritter-34
+26	'	'	PUNCT	O	0			ritter-34
+27	who	who	PRON	O	0		n.group	ritter-34
+28	's	's	VERB	O	0		v.stative	ritter-34
+29	rose	rose	PROPN	O	0		n.person	ritter-34
+30	?'	?'	PUNCT	O	0			ritter-34
+31	lmao	lmao	INTJ	O	0			ritter-34
+
+1	Fresh	fresh	ADJ	O	0			ritter-35
+2	out	out	PART	O	0			ritter-35
+3	the	the	DET	O	0			ritter-35
+4	psych	psych	NOUN	B	0		n.group	ritter-35
+5	ward	ward	NOUN	I	4			ritter-35
+6	today	today	NOUN	O	0		n.time	ritter-35
+
+1	@IzzieZac	@izziezac	PROPN	O	0			ritter-36
+2	Told	tell	VERB	O	0		v.communication	ritter-36
+3	you	you	PRON	O	0			ritter-36
+4	!!	!!	PUNCT	O	0			ritter-36
+5	:o	:o	INTJ	O	0			ritter-36
+6	))	))	INTJ	O	0			ritter-36
+7	When	when	ADV	O	0			ritter-36
+8	's	's	PRON	O	0			ritter-36
+9	she	she	PRON	O	0			ritter-36
+10	back	back	ADV	O	0			ritter-36
+11	again	again	ADV	O	0			ritter-36
+12	?	?	PUNCT	O	0			ritter-36
+
+1	Today	today	NOUN	O	0		n.time	ritter-37
+2	was	be	VERB	O	0		v.stative	ritter-37
+3	awesome	awesome	ADJ	O	0			ritter-37
+4	,	,	PUNCT	O	0			ritter-37
+5	I	i	PRON	O	0			ritter-37
+6	finally	finally	ADV	O	0			ritter-37
+7	get	get	VERB	O	0		v.change	ritter-37
+8	to	to	PART	O	0			ritter-37
+9	relax	relax	VERB	O	0		v.body	ritter-37
+10	:)	:)	INTJ	O	0			ritter-37
+
+1	#yesterday	#yesterday	NOUN	O	0		n.time	ritter-38
+
+1	My	my	PRON	O	0			ritter-39
+2	#twitter	#twitter	NOUN	O	0		n.group	ritter-39
+3	age	age	NOUN	O	0		n.attribute	ritter-39
+4	is	be	VERB	O	0		v.stative	ritter-39
+5	458	458	NUM	O	0			ritter-39
+6	days	days	NOUN	O	0		n.time	ritter-39
+7	0	0	NUM	O	0			ritter-39
+8	hours	hours	NOUN	O	0		n.time	ritter-39
+9	3	3	NUM	O	0			ritter-39
+10	minutes	minutes	NOUN	O	0		n.time	ritter-39
+11	49	49	NUM	O	0			ritter-39
+12	seconds	second	NOUN	O	0		n.time	ritter-39
+13	.	.	PUNCT	O	0			ritter-39
+14	Find	find	VERB	B	0		v.cognition	ritter-39
+15	out	out	PART	I	14			ritter-39
+16	yours	yours	PRON	O	0			ritter-39
+17	at	at	ADP	O	0			ritter-39
+18	http://twitter.seocoder.org/	http://twitter.seocoder.org/	X	O	0			ritter-39
+19	#twittertime	#twittertime	NOUN	O	0			ritter-39
+
+1	ugh	ugh	INTJ	O	0			ritter-40
+2	so	so	INTJ	O	0			ritter-40
+3	this	this	DET	O	0			ritter-40
+4	chick	chick	NOUN	O	0		n.person	ritter-40
+5	onFB	onfb	PROPN	O	0		n.group	ritter-40
+6	jus	jus	ADV	O	0			ritter-40
+7	wrote	write	VERB	O	0		v.communication	ritter-40
+8	this	this	DET	O	0			ritter-40
+9	long	long	ADJ	O	0			ritter-40
+10	status	status	NOUN	O	0		n.communication	ritter-40
+11	cussin	cussin	VERB	B	0		v.communication	ritter-40
+12	me	me	PRON	o	0			ritter-40
+13	out	out	PART	I	11			ritter-40
+14	,	,	PUNCT	O	0			ritter-40
+15	but	but	CONJ	O	0			ritter-40
+16	im	im	PRON	O	0			ritter-40
+17	not	not	ADV	O	0			ritter-40
+18	even	even	ADV	O	0			ritter-40
+19	gonna	gonna	VERB	O	0			ritter-40
+20	stoop	stoop	VERB	O	0		v.social	ritter-40
+21	to	to	PART	O	0			ritter-40
+22	her	her	PRON	O	0			ritter-40
+23	leve	leve	NOUN	O	0		n.attribute	ritter-40
+24	but	but	CONJ	O	0			ritter-40
+25	i	i	PRON	O	0			ritter-40
+26	wanna	wanna	VERB	O	0		v.communication	ritter-40
+27	bomb	bomb	VERB	B	0		v.emotion	ritter-40
+28	her	her	PRON	o	0			ritter-40
+29	ass	ass	NOUN	o	0		n.body	ritter-40
+30	out	out	PART	I	27			ritter-40
+31	so	so	ADV	O	0			ritter-40
+32	bad	bad	ADJ	O	0			ritter-40
+
+1	pulling	pull	VERB	O	0		v.stative	ritter-41
+2	an	an	DET	O	0			ritter-41
+3	all	all	DET	B	0		n.time	ritter-41
+4	nighter	nighter	NOUN	I	3			ritter-41
+5	tonight	tonight	NOUN	O	0		n.time	ritter-41
+6	....	....	PUNCT	O	0			ritter-41
+7	good	good	ADJ	O	0			ritter-41
+8	times	times	NOUN	O	0		n.feeling	ritter-41
+9	are	be	AUX	O	0			ritter-41
+10	approaching	approach	VERB	O	0		v.change	ritter-41
+
+1	It	it	PRON	O	0			ritter-42
+2	's	's	VERB	O	0		v.stative	ritter-42
+3	official	official	NOUN	O	0			ritter-42
+4	.	.	PUNCT	O	0			ritter-42
+5	Next	next	ADJ	O	0			ritter-42
+6	book	book	NOUN	B	0		n.group	ritter-42
+7	club	club	NOUN	I	6			ritter-42
+8	selection	selection	NOUN	O	0		n.act	ritter-42
+9	is	be	VERB	O	0		v.stative	ritter-42
+10	"	"	PUNCT	O	0			ritter-42
+11	Not	not	PROPN	B	0		n.communication	ritter-42
+12	a	a	PROPN	I	11			ritter-42
+13	Genuine	genuine	PROPN	I	12			ritter-42
+14	Black	black	PROPN	I	13			ritter-42
+15	Man	man	PROPN	I	14			ritter-42
+16	"	"	PUNCT	O	0			ritter-42
+17	by	by	ADP	O	0			ritter-42
+18	@BrianCopie	@briancopie	PROPN	O	0		n.person	ritter-42
+19	I	i	PRON	O	0			ritter-42
+20	saw	saw	VERB	O	0		v.perception	ritter-42
+21	the	the	DET	O	0			ritter-42
+22	show	show	NOUN	O	0		n.act	ritter-42
+23	a	a	DET	O	0			ritter-42
+24	few	few	ADJ	O	0			ritter-42
+25	years	years	NOUN	O	0		n.time	ritter-42
+26	ago	ago	ADV	O	0			ritter-42
+27	and	and	CONJ	O	0			ritter-42
+28	it	it	PRON	O	0			ritter-42
+29	was	be	VERB	O	0		v.stative	ritter-42
+30	fantastic	fantastic	ADJ	O	0			ritter-42
+31	.	.	PUNCT	O	0			ritter-42
+
+1	@FirstLadyEve	@firstladyeve	PROPN	O	0			ritter-43
+2	have	have	VERB	O	0		v.possession	ritter-43
+3	a	a	DET	O	0			ritter-43
+4	dating	dating	NOUN	B	0		n.event	ritter-43
+5	show	show	NOUN	I	4			ritter-43
+6	with	with	ADP	O	0			ritter-43
+7	@ogochocinco	@ogochocinco	PROPN	O	0		n.group	ritter-43
+8	evry	evry	ADJ	O	0			ritter-43
+9	week	week	NOUN	O	0		n.time	ritter-43
+10	'll	'll	AUX	O	0			ritter-43
+11	compete	compete	VERB	O	0		v.competition	ritter-43
+12	with	with	ADP	O	0			ritter-43
+13	sum	sum	DET	O	0			ritter-43
+14	hawt	hawt	ADJ	O	0			ritter-43
+15	dude	dude	NOUN	O	0		n.person	ritter-43
+16	2	2	PART	O	0			ritter-43
+17	keep	keep	VERB	O	0		v.stative	ritter-43
+18	ur	ur	PRON	O	0			ritter-43
+19	intrest	intrest	NOUN	O	0		n.feeling	ritter-43
+20	like	like	ADP	O	0			ritter-43
+21	@willdemps	@willdemps	PROPN	O	0		n.person	ritter-43
+22	my$	my$	PRON	O	0			ritter-43
+23	on	on	ADP	O	0			ritter-43
+24	will	will	VERB	O	0			ritter-43
+
+1	RT	rt	X	O	0			ritter-44
+2	@twitter	@twitter	PROPN	O	0			ritter-44
+3	:	:	PUNCT	O	0			ritter-44
+4	#AskEv	#askev	NOUN	O	0		n.person	ritter-44
+5	your	your	PRON	O	0			ritter-44
+6	big	big	ADJ	O	0			ritter-44
+7	questions	question	NOUN	O	0		n.communication	ritter-44
+8	about	about	ADP	O	0			ritter-44
+9	the	the	DET	O	0			ritter-44
+10	new	new	ADJ	O	0			ritter-44
+11	Twitter	twitter	X	O	0			ritter-44
+12	.	.	PUNCT	O	0			ritter-44
+13	com	com	X	O	0			ritter-44
+14	today	today	NOUN	O	0		n.time	ritter-44
+15	at	at	ADP	O	0			ritter-44
+16	1pm	1pm	NUM	O	0			ritter-44
+17	PST	pst	PROPN	O	0		n.time	ritter-44
+18	.	.	PUNCT	O	0			ritter-44
+19	'll	'll	AUX	O	0			ritter-44
+20	be	be	AUX	O	0			ritter-44
+21	responding	respond	VERB	O	0		v.communication	ritter-44
+22	from	from	ADP	O	0			ritter-44
+23	his	his	PRON	O	0			ritter-44
+24	own	own	ADJ	O	0			ritter-44
+25	account	account	NOUN	O	0		n.communication	ritter-44
+26	(@ev)	(@ev)	PROPN	O	0		n.person	ritter-44
+27	.	.	PUNCT	O	0			ritter-44
+28	Make	make	VERB	O	0			ritter-44
+29	...	...	PUNCT	O	0			ritter-44
+
+1	I	i	PRON	O	0			ritter-45
+2	need	need	VERB	O	0		v.consumption	ritter-45
+3	a	a	DET	O	0			ritter-45
+4	syringe	syringe	NOUN	O	0		n.artifact	ritter-45
+5	of	of	ADP	O	0			ritter-45
+6	anything	anything	NOUN	O	0		n.substance	ritter-45
+7	you	you	PRON	O	0			ritter-45
+8	want	want	VERB	O	0		v.cognition	ritter-45
+9	but	but	CONJ	O	0			ritter-45
+10	which	which	DET	O	0			ritter-45
+11	will	will	AUX	O	0			ritter-45
+12	switch	switch	VERB	B	0		v.change	ritter-45
+13	me	me	PRON	o	0			ritter-45
+14	off	off	PART	I	12			ritter-45
+15	till	till	ADP	O	0			ritter-45
+16	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-45
+17	noon	noon	NOUN	O	0		n.time	ritter-45
+18	,	,	PUNCT	O	0			ritter-45
+19	anyone	anyone	NOUN	O	0		n.person	ritter-45
+20	??	??	PUNCT	O	0			ritter-45
+
+1	RT	rt	X	O	0			ritter-46
+2	@high_n_fly	@high_n_fly	PROPN	O	0			ritter-46
+3	:	:	PUNCT	O	0			ritter-46
+4	#FACT	#fact	NOUN	O	0		n.communication	ritter-46
+5	when	when	ADV	O	0			ritter-46
+6	you	you	PRON	O	0			ritter-46
+7	are	be	VERB	O	0		v.stative	ritter-46
+8	comfortable	comfortable	ADJ	O	0			ritter-46
+9	with	with	ADP	O	0			ritter-46
+10	yourself	yourself	PRON	O	0			ritter-46
+11	nothing	nothing	NOUN	O	0		n.quantity	ritter-46
+12	else	else	ADV	O	0			ritter-46
+13	matters	matter	VERB	O	0		v.cognition	ritter-46
+14	nobody	nobody	NOUN	O	0			ritter-46
+15	can	can	AUX	O	0			ritter-46
+16	tell	tell	VERB	O	0		v.communication	ritter-46
+17	you	you	PRON	O	0			ritter-46
+18	about	about	ADP	O	0			ritter-46
+19	yourself	yourself	PRON	O	0			ritter-46
+20	#HnF	#hnf	X	O	0			ritter-46
+
+1	@SoccerByIves	@soccerbyives	PROPN	O	0			ritter-47
+2	Let	let	VERB	O	0		v.social	ritter-47
+3	's	's	AUX	O	0			ritter-47
+4	hope	hope	VERB	O	0		v.emotion	ritter-47
+5	the	the	DET	O	0			ritter-47
+6	Serie	serie	PROPN	B	0		n.group	ritter-47
+7	A	a	PROPN	I	6			ritter-47
+8	continues	continue	VERB	O	0		v.communication	ritter-47
+9	to	to	PART	O	0			ritter-47
+10	be	be	VERB	O	0		v.stative	ritter-47
+11	on	on	ADP	O	0			ritter-47
+12	the	the	DET	O	0			ritter-47
+13	tv	tv	NOUN	B	0		n.communication	ritter-47
+14	schedule	schedule	NOUN	I	13			ritter-47
+15	next	next	ADJ	O	0			ritter-47
+16	week	week	NOUN	O	0		n.time	ritter-47
+17	.	.	PUNCT	O	0			ritter-47
+18	This	this	DET	O	0			ritter-47
+19	strike	strike	NOUN	O	0		n.act	ritter-47
+20	has	have	VERB	O	0		v.stative	ritter-47
+21	fans	fan	NOUN	O	0		n.person	ritter-47
+22	of	of	ADP	O	0			ritter-47
+23	Calcio	calcio	PROPN	O	0		n.group	ritter-47
+24	worried	worry	VERB	O	0		v.emotion	ritter-47
+25	....	....	PUNCT	O	0			ritter-47
+
+1	RT	rt	X	O	0			ritter-48
+2	@JeremiahBonds	@jeremiahbonds	PROPN	O	0			ritter-48
+3	:	:	PUNCT	O	0			ritter-48
+4	who	who	PRON	O	0		n.group	ritter-48
+5	thinks	think	VERB	O	0		v.cognition	ritter-48
+6	they	they	PRON	O	0			ritter-48
+7	deserve	deserve	VERB	O	0		v.cognition	ritter-48
+8	a	a	DET	O	0			ritter-48
+9	#ff	#ff	X	O	0			ritter-48
+10	follow	follow	NOUN	B	0		n.communication	ritter-48
+11	friday	friday	NOUN	I	10			ritter-48
+12	?	?	PUNCT	O	0			ritter-48
+13	lol	lol	INTJ	O	0			ritter-48
+14	&lt;	&lt;	CONJ	O	0			ritter-48
+15	&lt;	&lt;	CONJ	O	0			ritter-48
+16	@Ms_GudBitch	@ms_gudbitch	PROPN	O	0		n.person	ritter-48
+17	Duhhh	duhhh	INTJ	O	0			ritter-48
+18	Lol	lol	INTJ	O	0			ritter-48
+19	:)	:)	INTJ	O	0			ritter-48
+
+1	http://bit.ly/aTTQYq	http://bit.ly/attqyq	X	O	0			ritter-49
+2	When	when	ADV	O	0			ritter-49
+3	Pepsi	pepsi	PROPN	O	0		n.food	ritter-49
+4	to	to	PART	O	0			ritter-49
+5	ring	ring	VERB	O	0		v.communication	ritter-49
+6	usually	usually	ADV	O	0			ritter-49
+7	confirm	confirm	VERB	O	0		v.communication	ritter-49
+8	to	to	PART	O	0			ritter-49
+9	,	,	PUNCT	O	0			ritter-49
+10	winning	win	VERB	O	0		v.possession	ritter-49
+11	a	a	DET	O	0			ritter-49
+12	Nokia	nokia	PROPN	B	0		n.artifact	ritter-49
+13	5800	5800	NUM	I	12			ritter-49
+14	?	?	PUNCT	O	0			ritter-49
+
+1	Just	just	ADV	O	0			ritter-50
+2	tried	try	VERB	O	0		v.cognition	ritter-50
+3	to	to	PART	O	0			ritter-50
+4	watch	watch	VERB	O	0		v.perception	ritter-50
+5	The	the	PROPN	B	0		n.communication	ritter-50
+6	Inbetweeners	inbetweeners	PROPN	I	5			ritter-50
+7	for	for	ADP	O	0			ritter-50
+8	the	the	DET	O	0			ritter-50
+9	first	first	ADJ	O	0			ritter-50
+10	time	time	NOUN	O	0		n.event	ritter-50
+11	,	,	PUNCT	O	0			ritter-50
+12	not	not	ADV	O	0			ritter-50
+13	entirely	entirely	ADV	O	0			ritter-50
+14	sure	sure	ADJ	O	0			ritter-50
+15	about	about	ADP	O	0			ritter-50
+16	it	it	PRON	O	0			ritter-50
+17	.	.	PUNCT	O	0			ritter-50
+
+1	WEDNESDAY	wednesday	PROPN	O	0		n.time	ritter-51
+2	NITES	nites	NOUN	O	0		n.time	ritter-51
+3	WE	we	PRON	O	0			ritter-51
+4	CRANK	crank	VERB	B	0		v.change	ritter-51
+5	IT	it	PRON	o	0			ritter-51
+6	UP	up	PART	I	4			ritter-51
+7	AT	at	ADP	O	0			ritter-51
+8	VISIONS	visions	PROPN	B	0		n.group	ritter-51
+9	LOUNGE	lounge	PROPN	I	8			ritter-51
+10	!!!!!	!!!!!	PUNCT	O	0			ritter-51
+11	18+	18+	NUM	O	0			ritter-51
+12	NO	no	DET	O	0			ritter-51
+13	COLLEGE	college	NOUN	B	0		n.artifact	ritter-51
+14	ID	id	NOUN	I	13			ritter-51
+15	NEEDED	need	VERB	O	0		v.stative	ritter-51
+16	!	!	PUNCT	O	0			ritter-51
+17	LADIES	lady	NOUN	O	0		n.group	ritter-51
+18	FREE	free	ADJ	O	0			ritter-51
+19	B4	b4	ADP	O	0			ritter-51
+20	11PM	11pm	NUM	O	0			ritter-51
+21	!	!	PUNCT	O	0			ritter-51
+22	VISIONS	visions	PROPN	B	0		n.group	ritter-51
+23	LOUNGE	lounge	PROPN	I	22			ritter-51
+24	(	(	PUNCT	O	0			ritter-51
+25	247	247	NUM	O	0			ritter-51
+26	1ST	1st	PROPN	B	0		n.location	ritter-51
+27	AVE	ave	NOUN	I	26			ritter-51
+28	HKY	hky	PROPN	O	0		n.location	ritter-51
+29	)	)	PUNCT	O	0			ritter-51
+
+1	Today	today	NOUN	O	0		n.time	ritter-52
+2	I	i	PROPN	O	0		n.person	ritter-52
+3	justt	justt	ADV	O	0			ritter-52
+4	felt	felt	VERB	O	0		v.emotion	ritter-52
+5	special	special	ADJ	O	0			ritter-52
+6	forr	forr	ADP	O	0			ritter-52
+7	no	no	DET	O	0			ritter-52
+8	reason	reason	NOUN	O	0		n.motive	ritter-52
+9	&lt;	&lt;	INTJ	O	0			ritter-52
+10	3	3	INTJ	O	0			ritter-52
+11	.	.	PUNCT	O	0			ritter-52
+12	It	it	PRON	O	0			ritter-52
+13	wass	wass	VERB	O	0		v.stative	ritter-52
+14	cool	cool	ADJ	O	0			ritter-52
+15	thou(	thou(	ADV	O	0			ritter-52
+16	:	:	PUNCT	O	0			ritter-52
+
+1	RT	rt	X	O	0			ritter-53
+2	@PLLGirls	@pllgirls	PROPN	O	0			ritter-53
+3	:	:	PUNCT	O	0			ritter-53
+4	Episodes	episode	NOUN	O	0		n.communication	ritter-53
+5	1-10	1-10	NUM	O	0			ritter-53
+6	of	of	ADP	O	0			ritter-53
+7	Pretty	pretty	PROPN	B	0		n.communication	ritter-53
+8	Little	little	PROPN	I	7			ritter-53
+9	Liars	liars	PROPN	I	8			ritter-53
+10	will	will	AUX	O	0			ritter-53
+11	air	air	VERB	O	0		v.communication	ritter-53
+12	in	in	ADP	O	0			ritter-53
+13	the	the	DET	O	0			ritter-53
+14	UK	uk	PROPN	O	0		n.location	ritter-53
+15	on	on	ADP	O	0			ritter-53
+16	October	october	PROPN	O	0		n.time	ritter-53
+17	18	18	NUM	O	0			ritter-53
+18	!	!	PUNCT	O	0			ritter-53
+
+1	@Loserface_Laura	@loserface_laura	PROPN	O	0			ritter-54
+2	when	when	ADV	O	0			ritter-54
+3	mike	mike	PROPN	O	0		n.person	ritter-54
+4	lets	let	VERB	O	0		v.stative	ritter-54
+5	me	me	PRON	O	0			ritter-54
+6	know	know	VERB	O	0		v.cognition	ritter-54
+7	,	,	PUNCT	O	0			ritter-54
+8	I	i	PROPN	O	0		n.person	ritter-54
+9	will	will	AUX	O	0			ritter-54
+10	let	let	VERB	O	0		v.stative	ritter-54
+11	you	you	PRON	O	0			ritter-54
+12	know	know	VERB	O	0		v.cognition	ritter-54
+13	.	.	PUNCT	O	0			ritter-54
+14	I	i	PRON	O	0			ritter-54
+15	mean	mean	VERB	O	0		v.cognition	ritter-54
+16	everyone	everyone	NOUN	O	0		n.person	ritter-54
+17	might	might	AUX	O	0			ritter-54
+18	just	just	ADV	O	0			ritter-54
+19	switch	switch	VERB	B	0		v.change	ritter-54
+20	out	out	PART	I	19			ritter-54
+21	a	a	DET	O	0			ritter-54
+22	lot	lot	NOUN	O	0		n.quantity	ritter-54
+23	.	.	PUNCT	O	0			ritter-54
+
+1	@CULTOFMIKEY	@cultofmikey	PROPN	O	0			ritter-55
+2	It	it	PRON	O	0			ritter-55
+3	's	's	VERB	O	0		v.stative	ritter-55
+4	too	too	ADV	O	0			ritter-55
+5	long	long	ADJ	O	0			ritter-55
+6	,	,	PUNCT	O	0			ritter-55
+7	and	and	CONJ	O	0			ritter-55
+8	it	it	PRON	O	0			ritter-55
+9	just	just	ADV	O	0			ritter-55
+10	...	...	PUNCT	O	0			ritter-55
+11	I	i	PRON	O	0			ritter-55
+12	do	do	AUX	O	0			ritter-55
+13	n't	n't	ADV	O	0			ritter-55
+14	know	know	VERB	O	0		v.cognition	ritter-55
+15	,	,	PUNCT	O	0			ritter-55
+16	it	it	PRON	O	0			ritter-55
+17	sounds	sound	VERB	O	0		v.perception	ritter-55
+18	cliche	cliche	NOUN	O	0		n.feeling	ritter-55
+19	.	.	PUNCT	O	0			ritter-55
+20	And	and	CONJ	O	0			ritter-55
+21	dumb	dumb	ADJ	O	0			ritter-55
+22	.	.	PUNCT	O	0			ritter-55
+23	My	my	PRON	O	0			ritter-55
+24	sister	sister	NOUN	O	0		n.person	ritter-55
+25	wants	want	VERB	O	0		v.emotion	ritter-55
+26	to	to	PART	O	0			ritter-55
+27	cry	cry	VERB	O	0		v.emotion	ritter-55
+28	she	she	PRON	O	0			ritter-55
+29	hates	hate	VERB	O	0		v.emotion	ritter-55
+30	it	it	PRON	O	0			ritter-55
+31	so	so	ADV	O	0			ritter-55
+32	much	much	ADJ	O	0			ritter-55
+33	.	.	PUNCT	O	0			ritter-55
+
+1	Goin	goin	VERB	B	0			ritter-56
+2	to	to	PART	I	1			ritter-56
+3	my	my	PRON	O	0			ritter-56
+4	BEST	best	ADJ	O	0			ritter-56
+5	friends	friend	NOUN	O	0		n.person	ritter-56
+6	birthday	birthday	NOUN	B	0		n.event	ritter-56
+7	party	party	NOUN	I	6			ritter-56
+8	2day	2day	NOUN	O	0		n.time	ritter-56
+9	.	.	PUNCT	O	0			ritter-56
+10	As	as	ADP	O	0			ritter-56
+11	u	u	PRON	O	0			ritter-56
+12	can	can	AUX	O	0			ritter-56
+13	see	see	VERB	O	0		v.perception	ritter-56
+14	her	her	PRON	O	0			ritter-56
+15	name	name	NOUN	O	0		n.attribute	ritter-56
+16	is	be	VERB	O	0		v.stative	ritter-56
+17	taylor	taylor	PROPN	O	0		n.person	ritter-56
+18	and	and	CONJ	O	0			ritter-56
+19	i	i	PRON	O	0			ritter-56
+20	love	love	VERB	O	0		v.emotion	ritter-56
+21	her	her	PRON	O	0			ritter-56
+22	like	like	ADP	O	0			ritter-56
+23	a	a	DET	O	0			ritter-56
+24	sister	sister	NOUN	O	0		n.person	ritter-56
+25	!	!	PUNCT	O	0			ritter-56
+26	~HAPPY	~happy	ADJ	O	0			ritter-56
+27	B-DAY	b-day	NOUN	O	0		n.event	ritter-56
+28	TAYLOR	taylor	PROPN	O	0		n.person	ritter-56
+29	!!!	!!!	PUNCT	O	0			ritter-56
+30	LUVZ	luvz	VERB	O	0		v.emotion	ritter-56
+31	YA~	ya~	PRON	O	0			ritter-56
+
+1	the	the	DET	O	0			ritter-57
+2	day	day	NOUN	O	0		n.event	ritter-57
+3	you	you	PRON	O	0			ritter-57
+4	go	go	VERB	O	0		v.body	ritter-57
+5	shirtless	shirtless	ADJ	O	0			ritter-57
+6	in	in	ADP	O	0			ritter-57
+7	school	school	NOUN	O	0		n.group	ritter-57
+8	is	be	VERB	O	0		v.stative	ritter-57
+9	the	the	DET	O	0			ritter-57
+10	day	day	NOUN	O	0		n.time	ritter-57
+11	I	i	PRON	O	0			ritter-57
+12	give	give	VERB	B	0		n.body	ritter-57
+13	birth	birth	NOUN	I	12			ritter-57
+14	to	to	PART	O	0			ritter-57
+15	a	a	DET	O	0			ritter-57
+16	pig	pig	NOUN	O	0		n.animal	ritter-57
+
+1	Man	man	NOUN	O	0		n.person	ritter-58
+2	gets	get	VERB	O	0		v.possession	ritter-58
+3	20	20	NUM	O	0			ritter-58
+4	years	years	NOUN	O	0		n.quantity	ritter-58
+5	in	in	ADP	O	0			ritter-58
+6	murder	murder	NOUN	B	0		n.cognition	ritter-58
+7	plot	plot	NOUN	I	6			ritter-58
+8	against	against	ADP	O	0			ritter-58
+9	judge	judge	NOUN	O	0		n.person	ritter-58
+10	http://bit.ly/agB9iL	http://bit.ly/agb9il	X	O	0			ritter-58
+
+1	RT	rt	X	O	0			ritter-59
+2	@ChrystallK	@chrystallk	PROPN	O	0			ritter-59
+3	:	:	PUNCT	O	0			ritter-59
+4	Yo	yo	INTJ	O	0			ritter-59
+5	,	,	PUNCT	O	0			ritter-59
+6	artists	artist	NOUN	O	0		n.person	ritter-59
+7	!	!	PUNCT	O	0			ritter-59
+8	ASU	asu	PROPN	B	0		n.group	ritter-59
+9	Step	step	PROPN	I	8			ritter-59
+10	Gallery	gallery	PROPN	I	9			ritter-59
+11	wants	want	VERB	O	0		v.emotion	ritter-59
+12	your	your	PRON	O	0			ritter-59
+13	"	"	PUNCT	O	0			ritter-59
+14	socially	socially	ADV	O	0			ritter-59
+15	relevant	relevant	ADJ	O	0			ritter-59
+16	"	"	PUNCT	O	0			ritter-59
+17	comic	comic	NOUN	B	0		n.artifact	ritter-59
+18	book	book	NOUN	I	17			ritter-59
+19	cover	cover	NOUN	I	18			ritter-59
+20	designs	design	NOUN	I	19			ritter-59
+21	for	for	ADP	O	0			ritter-59
+22	a	a	DET	O	0			ritter-59
+23	Nov	nov	PROPN	O	0		n.time	ritter-59
+24	.	.	PUNCT	O	0			ritter-59
+25	show	show	NOUN	O	0		n.act	ritter-59
+26	http://bit.ly/8YLSw4	http://bit.ly/8ylsw4	X	O	0			ritter-59
+
+1	A	a	DET	O	0			ritter-60
+2	day	day	NOUN	O	0		n.time	ritter-60
+3	late	late	ADJ	O	0			ritter-60
+4	but	but	CONJ	O	0			ritter-60
+5	thank	thank	VERB	B	0			ritter-60
+6	you	you	PRON	I	5			ritter-60
+7	=	=	INTJ	O	0			ritter-60
+8	)	)	INTJ	O	0			ritter-60
+9	I	i	PRON	O	0			ritter-60
+10	love	love	VERB	O	0		v.emotion	ritter-60
+11	it	it	PRON	O	0			ritter-60
+
+1	@joejonas	@joejonas	PROPN	O	0			ritter-61
+2	@nickjonas	@nickjonas	PROPN	O	0			ritter-61
+3	@kevinjonas	@kevinjonas	PROPN	O	0			ritter-61
+4	@papajonas	@papajonas	PROPN	O	0			ritter-61
+5	@greggarbo	@greggarbo	PROPN	O	0			ritter-61
+6	@johnlloydtaylor	@johnlloydtaylor	PROPN	O	0			ritter-61
+7	Rock	rock	VERB	O	0		v.motion	ritter-61
+8	to	to	PART	O	0			ritter-61
+9	SECTION	section	NOUN	B	0		n.location	ritter-61
+10	204	204	NUM	I	9			ritter-61
+11	tonight	tonight	NOUN	O	0		n.time	ritter-61
+12	!!!!	!!!!	PUNCT	O	0			ritter-61
+
+1	@	@	ADP	O	0			ritter-62
+2	home	home	X	O	0			ritter-62
+3	chilling	chill	VERB	O	0		v.stative	ritter-62
+4	guess	guess	VERB	O	0		v.cognition	ritter-62
+5	I	i	PRON	O	0			ritter-62
+6	'm	'm	AUX	O	0			ritter-62
+7	staying	stay	VERB	O	0		v.stative	ritter-62
+8	in	in	PART	O	0			ritter-62
+9	2day	2day	NOUN	O	0		n.time	ritter-62
+10	2	2	PART	O	0			ritter-62
+11	rest	rest	VERB	O	0		v.stative	ritter-62
+12	this	this	DET	O	0			ritter-62
+13	week	week	NOUN	O	0		n.event	ritter-62
+14	was	be	VERB	O	0		v.stative	ritter-62
+15	crazy	crazy	ADJ	O	0			ritter-62
+16	but	but	CONJ	O	0			ritter-62
+17	I	i	PRON	O	0			ritter-62
+18	'm	'm	VERB	O	0		v.stative	ritter-62
+19	ready	ready	ADJ	O	0			ritter-62
+20	for	for	ADP	O	0			ritter-62
+21	dis	dis	DET	O	0			ritter-62
+22	weekend	weekend	NOUN	O	0		n.event	ritter-62
+
+1	Peace	peace	INTJ	O	0			ritter-63
+2	green	green	ADJ	B	0		n.food	ritter-63
+3	tea	tea	NOUN	I	2			ritter-63
+4	time	time	NOUN	O	0		n.event	ritter-63
+5	!!	!!	PUNCT	O	0			ritter-63
+6	Happyzone	happyzone	PROPN	O	0		n.feeling	ritter-63
+7	!!!!	!!!!	PUNCT	O	0			ritter-63
+8	:)	:)	INTJ	O	0			ritter-63
+9	))))	))))	INTJ	O	0			ritter-63
+
+1	man	man	INTJ	O	0			ritter-64
+2	my	my	PRON	O	0			ritter-64
+3	twin	twin	NOUN	O	0		n.person	ritter-64
+4	wanna	wanna	VERB	O	0		v.emotion	ritter-64
+5	act	act	VERB	O	0		v.social	ritter-64
+6	fake	fake	ADJ	O	0			ritter-64
+7	today	today	NOUN	O	0		n.time	ritter-64
+8	but	but	CONJ	O	0			ritter-64
+9	its	its	PRON	O	0			ritter-64
+10	okay	okay	ADJ	O	0			ritter-64
+11	bcuz	bcuz	ADP	O	0			ritter-64
+12	i	i	PRON	O	0			ritter-64
+13	still	still	ADV	O	0			ritter-64
+14	love	love	VERB	O	0		v.emotion	ritter-64
+15	you	you	PRON	O	0			ritter-64
+
+1	@peasmom3	@peasmom3	PROPN	O	0			ritter-65
+2	and	and	CONJ	O	0			ritter-65
+3	as	as	ADV	O	0			ritter-65
+4	if	if	ADP	O	0			ritter-65
+5	I	i	PRON	O	0			ritter-65
+6	was	be	AUX	O	0			ritter-65
+7	n't	n't	ADV	O	0			ritter-65
+8	obsessed	obsess	VERB	O	0		v.emotion	ritter-65
+9	with	with	ADP	O	0			ritter-65
+10	AFL	afl	PROPN	O	0		n.group	ritter-65
+11	already	already	ADV	O	0			ritter-65
+12	,	,	PUNCT	O	0			ritter-65
+13	after	after	ADP	O	0			ritter-65
+14	Sunday	sunday	PROPN	O	0		n.event	ritter-65
+15	I	i	PRON	O	0			ritter-65
+16	've	've	AUX	O	0			ritter-65
+17	gotten	get	VERB	O	0		v.change	ritter-65
+18	even	even	ADV	O	0			ritter-65
+19	more	more	ADV	O	0			ritter-65
+20	so	so	ADV	O	0			ritter-65
+21	!!	!!	PUNCT	O	0			ritter-65
+22	I	i	PRON	O	0			ritter-65
+23	'm	'm	AUX	O	0			ritter-65
+24	so	so	ADV	O	0			ritter-65
+25	obsessed	obsess	VERB	O	0		v.emotion	ritter-65
+26	with	with	ADP	O	0			ritter-65
+27	his	his	PRON	O	0			ritter-65
+28	sexiness	sexiness	NOUN	O	0		n.attribute	ritter-65
+29	!!!!	!!!!	PUNCT	O	0			ritter-65
+
+1	RT	rt	X	O	0			ritter-66
+2	@LilTwist	@liltwist	PROPN	O	0			ritter-66
+3	:	:	PUNCT	O	0			ritter-66
+4	RT	rt	X	O	0			ritter-66
+5	this	this	DET	O	0			ritter-66
+6	if	if	ADP	O	0			ritter-66
+7	you	you	PRON	O	0			ritter-66
+8	want	want	VERB	O	0		v.emotion	ritter-66
+9	me	me	PRON	O	0			ritter-66
+10	to	to	PART	O	0			ritter-66
+11	go	go	VERB	O	0		v.communication	ritter-66
+12	back	back	ADV	O	0			ritter-66
+13	live	live	ADJ	O	0			ritter-66
+14	on	on	ADP	O	0			ritter-66
+15	Ustream	ustream	PROPN	O	0		n.group	ritter-66
+16	later	later	ADV	O	0			ritter-66
+17	tonight	tonight	NOUN	O	0		n.time	ritter-66
+
+1	@ohy22SD	@ohy22sd	PROPN	O	0			ritter-67
+2	Hopefully	hopefully	ADV	O	0			ritter-67
+3	the	the	DET	O	0			ritter-67
+4	Force	force	PROPN	O	0		n.phenomenon	ritter-67
+5	will	will	AUX	O	0			ritter-67
+6	be	be	VERB	O	0		v.stative	ritter-67
+7	VERY	very	ADV	O	0			ritter-67
+8	strong	strong	ADJ	O	0			ritter-67
+9	with	with	ADP	O	0			ritter-67
+10	the	the	DET	O	0			ritter-67
+11	#Padres	#padres	NOUN	O	0		n.group	ritter-67
+12	tonight	tonight	NOUN	O	0		n.time	ritter-67
+13	.	.	PUNCT	O	0			ritter-67
+14	We	we	PRON	O	0			ritter-67
+15	NEED	need	VERB	O	0		v.emotion	ritter-67
+16	a	a	DET	O	0			ritter-67
+17	win	win	NOUN	O	0		n.event	ritter-67
+18	.	.	PUNCT	O	0			ritter-67
+19	#ScoreSomeRuns	#scoresomeruns	X	O	0			ritter-67
+
+1	Bestfriend	bestfriend	NOUN	O	0		n.person	ritter-68
+2	HouseTonight	housetonight	NOUN	O	0		n.location	ritter-68
+3	Til	til	ADP	O	0			ritter-68
+4	Sunday	sunday	PROPN	O	0		n.time	ritter-68
+5	Route	route	PROPN	B	0		n.event	ritter-68
+6	66	66	NUM	I	5			ritter-68
+7	Tomarrow	tomarrow	NOUN	O	0		n.time	ritter-68
+8	Wit	wit	ADP	O	0			ritter-68
+9	The	the	DET	O	0			ritter-68
+10	Cuhzans	cuhzans	NOUN	O	0		n.person	ritter-68
+11	,	,	PUNCT	O	0			ritter-68
+12	Bestfriend&lt;Ride	bestfriend&lt;ride	NOUN	B	0		n.act	ritter-68
+13	Or	or	CONJ	I	12			ritter-68
+14	Die	die	VERB	I	13			ritter-68
+15	.	.	PUNCT	O	0			ritter-68
+16	Fuxx	fuxx	VERB	O	0			ritter-68
+17	Widd	widd	ADP	O	0			ritter-68
+18	IHT	iht	PROPN	O	0			ritter-68
+19	MODEL'$$	model'$$	NOUN	O	0		n.person	ritter-68
+20	Repp	repp	NOUN	O	0			ritter-68
+21	:)	:)	INTJ	O	0			ritter-68
+
+1	Good	good	ADJ	O	0			ritter-69
+2	day	day	NOUN	O	0		n.event	ritter-69
+3	looking	look	VERB	O	0		v.perception	ritter-69
+4	for	for	ADP	O	0			ritter-69
+5	software	software	NOUN	O	0		n.communication	ritter-69
+6	n	n	CONJ	O	0			ritter-69
+7	usb	usb	NOUN	B	0		n.artifact	ritter-69
+8	drivers	driver	NOUN	I	7			ritter-69
+9	http://f.ast.ly/DfxRf	http://f.ast.ly/dfxrf	X	O	0			ritter-69
+
+1	I	i	PRON	O	0			ritter-70
+2	was	be	VERB	O	0		v.stative	ritter-70
+3	15	15	NUM	O	0			ritter-70
+4	minutes	minutes	NOUN	O	0		n.time	ritter-70
+5	late	late	ADJ	O	0			ritter-70
+6	yesterday	yesterday	NOUN	O	0		n.time	ritter-70
+7	so	so	ADP	O	0			ritter-70
+8	I	i	PRON	O	0			ritter-70
+9	left	leave	VERB	O	0		v.motion	ritter-70
+10	20	20	NUM	O	0			ritter-70
+11	min	min	NOUN	O	0		n.time	ritter-70
+12	earlier	earlier	ADV	O	0			ritter-70
+13	today	today	NOUN	O	0		n.time	ritter-70
+14	.	.	PUNCT	O	0			ritter-70
+15	I	i	PRON	O	0			ritter-70
+16	will	will	AUX	O	0			ritter-70
+17	be	be	VERB	O	0		v.stative	ritter-70
+18	20	20	NUM	O	0			ritter-70
+19	minutes	minutes	NOUN	O	0		n.time	ritter-70
+20	late	late	ADJ	O	0			ritter-70
+21	today	today	NOUN	O	0		n.time	ritter-70
+22	.	.	PUNCT	O	0			ritter-70
+23	#lifeispointless	#lifeispointless	NOUN	O	0		n.feeling	ritter-70
+
+1	@isaccnewton7	@isaccnewton7	PROPN	O	0			ritter-71
+2	call	call	VERB	O	0		v.communication	ritter-71
+3	me	me	PRON	O	0			ritter-71
+4	when	when	ADV	O	0			ritter-71
+5	u	u	PRON	O	0			ritter-71
+6	go	go	VERB	B	0		v.motion	ritter-71
+7	out	out	PART	I	6			ritter-71
+8	to	to	PART	O	0			ritter-71
+9	practice	practice	VERB	O	0		v.social	ritter-71
+
+1	@JoshRamsayArmy	@joshramsayarmy	PROPN	O	0			ritter-72
+2	Kay	kay	PROPN	O	0		n.person	ritter-72
+3	sorry	sorry	ADJ	O	0			ritter-72
+4	...	...	PUNCT	O	0			ritter-72
+5	Well	well	INTJ	O	0			ritter-72
+6	my	my	PRON	O	0			ritter-72
+7	dad	dad	NOUN	O	0		n.person	ritter-72
+8	lest	lest	VERB	O	0		v.stative	ritter-72
+9	when	when	ADV	O	0			ritter-72
+10	i	i	PRON	O	0			ritter-72
+11	was	be	VERB	O	0		v.stative	ritter-72
+12	3	3	NUM	O	0			ritter-72
+13	.	.	PUNCT	O	0			ritter-72
+14	He	he	PRON	O	0			ritter-72
+15	has	have	VERB	O	0		v.possession	ritter-72
+16	issues	issue	NOUN	O	0		n.cognition	ritter-72
+17	.	.	PUNCT	O	0			ritter-72
+18	He	he	PRON	O	0			ritter-72
+19	held	hold	VERB	O	0		v.stative	ritter-72
+20	a	a	DET	O	0			ritter-72
+21	knife	knife	NOUN	O	0		n.artifact	ritter-72
+22	at	at	ADP	O	0			ritter-72
+23	mom	mom	NOUN	O	0		n.person	ritter-72
+24	.	.	PUNCT	O	0			ritter-72
+25	I	i	PRON	O	0			ritter-72
+26	can	can	AUX	O	0			ritter-72
+27	STILL	still	ADV	O	0			ritter-72
+28	remember	remember	VERB	O	0		v.cognition	ritter-72
+29	that	that	DET	O	0			ritter-72
+30	...	...	PUNCT	O	0			ritter-72
+31	=/	=/	INTJ	O	0			ritter-72
+
+1	RT	rt	X	O	0			ritter-73
+2	@kiera16_x	@kiera16_x	PROPN	O	0			ritter-73
+3	:	:	PUNCT	O	0			ritter-73
+4	#Twitition	#twitition	X	O	0			ritter-73
+5	HELP	help	VERB	O	0		v.social	ritter-73
+6	us	us	PRON	O	0			ritter-73
+7	meet	meet	VERB	O	0		v.social	ritter-73
+8	Justin	justin	PROPN	B	0		n.person	ritter-73
+9	Bieber	bieber	PROPN	I	8			ritter-73
+10	on	on	ADP	O	0			ritter-73
+11	November	november	PROPN	O	0		n.time	ritter-73
+12	6	6	NUM	O	0			ritter-73
+13	(	(	INTJ	O	0			ritter-73
+14	:	:	INTJ	O	0			ritter-73
+15	THANKYOU	thankyou	INTJ	O	0			ritter-73
+16	http://twitition.com/oxm5g	http://twitition.com/oxm5g	X	O	0			ritter-73
+17	@MariaMdn	@mariamdn	PROPN	O	0			ritter-73
+
+1	i	i	PRON	O	0			ritter-74
+2	swear	swear	VERB	O	0		v.communication	ritter-74
+3	when	when	ADV	O	0			ritter-74
+4	you	you	PRON	O	0			ritter-74
+5	miss	miss	VERB	O	0		v.stative	ritter-74
+6	1	1	NUM	O	0			ritter-74
+7	day	day	NOUN	O	0		n.time	ritter-74
+8	of	of	ADP	O	0			ritter-74
+9	school	school	NOUN	O	0		n.event	ritter-74
+10	,	,	PUNCT	O	0			ritter-74
+11	feels	feel	VERB	O	0		v.emotion	ritter-74
+12	like	like	ADP	O	0			ritter-74
+13	you	you	PRON	O	0			ritter-74
+14	missed	miss	VERB	O	0		v.stative	ritter-74
+15	a	a	DET	O	0			ritter-74
+16	whole	whole	ADJ	O	0			ritter-74
+17	year	year	NOUN	O	0		n.time	ritter-74
+18	!	!	PUNCT	O	0			ritter-74
+19	dont	dont	VERB	O	0			ritter-74
+20	even	even	ADV	O	0			ritter-74
+21	have	have	VERB	O	0		v.possession	ritter-74
+22	homwork	homwork	NOUN	O	0		n.act	ritter-74
+23	today	today	NOUN	O	0		n.time	ritter-74
+24	,	,	PUNCT	O	0			ritter-74
+25	suprising	suprising	ADJ	O	0			ritter-74
+26	?	?	PUNCT	O	0			ritter-74
+
+1	Preventing	prevent	VERB	O	0		v.change	ritter-75
+2	Public	public	NOUN	B	0		n.event	ritter-75
+3	Health	health	NOUN	I	2			ritter-75
+4	Disasters	disaster	NOUN	I	3			ritter-75
+5	[	[	PUNCT	O	0			ritter-75
+6	The	the	DET	B	0		n.communication	ritter-75
+7	Pump	pump	NOUN	I	6			ritter-75
+8	Handle]	handle]	NOUN	I	7			ritter-75
+9	:	:	PUNCT	O	0			ritter-75
+10	Earlier	earlier	ADV	O	0			ritter-75
+11	this	this	DET	O	0			ritter-75
+12	week	week	NOUN	O	0		n.time	ritter-75
+13	,	,	PUNCT	O	0			ritter-75
+14	FDA	fda	PROPN	B	0		n.group	ritter-75
+15	Commissioner	commissioner	NOUN	I	14			ritter-75
+16	Margaret	margaret	PROPN	B	0		n.person	ritter-75
+17	Hamburg	hamburg	PROPN	I	16			ritter-75
+18	present	present	VERB	O	0		v.communication	ritter-75
+19	...	...	PUNCT	O	0			ritter-75
+20	http://bit.ly/9i1AEg	http://bit.ly/9i1aeg	X	O	0			ritter-75
+
+1	Lol	lol	INTJ	O	0			ritter-76
+2	lucky	lucky	ADJ	O	0			ritter-76
+3	me	me	PRON	O	0			ritter-76
+4	,	,	PUNCT	O	0			ritter-76
+5	u	u	PRON	O	0			ritter-76
+6	remembered	remember	VERB	O	0		v.cognition	ritter-76
+7	me	me	PRON	O	0			ritter-76
+8	:D	:d	INTJ	O	0			ritter-76
+9	...	...	PUNCT	O	0			ritter-76
+10	When	when	ADV	O	0			ritter-76
+11	u	u	PRON	O	0			ritter-76
+12	c	c	VERB	O	0		v.perception	ritter-76
+13	her	her	PRON	O	0			ritter-76
+14	again	again	ADV	O	0			ritter-76
+15	tell	tell	VERB	O	0		v.communication	ritter-76
+16	her	her	PRON	O	0			ritter-76
+17	I	i	PRON	O	0			ritter-76
+18	say	say	VERB	O	0		v.communication	ritter-76
+19	hi	hi	INTJ	O	0			ritter-76
+20	x	x	INTJ	O	0			ritter-76
+21	)	)	INTJ	O	0			ritter-76
+
+1	watching	watch	VERB	O	0		v.perception	ritter-77
+2	the	the	DET	O	0			ritter-77
+3	VMA	vma	PROPN	B	0		n.communication	ritter-77
+4	pre-show	pre-show	NOUN	I	3			ritter-77
+5	again	again	ADV	O	0			ritter-77
+6	lol	lol	INTJ	O	0			ritter-77
+7	it	it	PRON	O	0			ritter-77
+8	was	be	VERB	O	0		v.stative	ritter-77
+9	n't	n't	ADV	O	0			ritter-77
+10	even	even	ADV	O	0			ritter-77
+11	a	a	DET	O	0			ritter-77
+12	good	good	ADJ	O	0			ritter-77
+13	show	show	NOUN	O	0		n.act	ritter-77
+14	the	the	DET	O	0			ritter-77
+15	first	first	ADJ	O	0			ritter-77
+16	time	time	NOUN	O	0		n.time	ritter-77
+17	...	...	PUNCT	O	0			ritter-77
+18	so	so	ADV	O	0			ritter-77
+19	bored	bore	VERB	O	0		v.emotion	ritter-77
+20	!	!	PUNCT	O	0			ritter-77
+
+1	DJ	dj	PROPN	B	0		n.act	ritter-78
+2	set	set	NOUN	I	1			ritter-78
+3	at	at	ADP	O	0			ritter-78
+4	The	the	PROPN	B	0		n.group	ritter-78
+5	Standard	standard	PROPN	I	4			ritter-78
+6	in	in	ADP	O	0			ritter-78
+7	LA	la	PROPN	O	0		n.location	ritter-78
+8	tonight	tonight	NOUN	O	0		n.time	ritter-78
+9	!	!	PUNCT	O	0			ritter-78
+10	http://fb.me/I91IUaEq	http://fb.me/i91iuaeq	X	O	0			ritter-78
+
+1	This	this	DET	O	0			ritter-79
+2	is	be	VERB	O	0		v.stative	ritter-79
+3	the	the	DET	O	0			ritter-79
+4	2nd	2nd	NUM	O	0			ritter-79
+5	hospital	hospital	NOUN	O	0		n.group	ritter-79
+6	ive	ive	PRON	O	0			ritter-79
+7	been	be	VERB	O	0		v.stative	ritter-79
+8	in	in	ADP	O	0			ritter-79
+9	today	today	NOUN	O	0		n.time	ritter-79
+10	,	,	PUNCT	O	0			ritter-79
+11	but	but	CONJ	O	0			ritter-79
+12	ive	ive	PRON	O	0			ritter-79
+13	just	just	ADV	O	0			ritter-79
+14	seen	see	VERB	O	0		v.perception	ritter-79
+15	a	a	DET	O	0			ritter-79
+16	doctor	doctor	NOUN	O	0		n.person	ritter-79
+17	who	who	PRON	O	0			ritter-79
+18	was	be	VERB	O	0		v.stative	ritter-79
+19	an	an	DET	O	0			ritter-79
+20	older	older	ADJ	O	0			ritter-79
+21	version	version	NOUN	O	0		n.relation	ritter-79
+22	of	of	ADP	O	0			ritter-79
+23	justin	justin	PROPN	O	0		n.person	ritter-79
+24	:'	:'	INTJ	O	0			ritter-79
+25	)	)	INTJ	O	0			ritter-79
+
+1	Personal	personal	ADJ	O	0			ritter-80
+2	Twitter	twitter	PROPN	O	0		n.communication	ritter-80
+3	is	be	VERB	O	0		v.stative	ritter-80
+4	now	now	ADV	O	0			ritter-80
+5	ago	ago	ADV	O	0			ritter-80
+6	.	.	PUNCT	O	0			ritter-80
+7	People	people	NOUN	O	0		n.person	ritter-80
+8	can	can	AUX	O	0			ritter-80
+9	now	now	ADV	O	0			ritter-80
+10	keep	keep	VERB	B	0		n.act	ritter-80
+11	track	track	NOUN	I	10			ritter-80
+12	of	of	ADP	O	0			ritter-80
+13	me	me	PRON	O	0			ritter-80
+14	instead	instead	ADV	O	0			ritter-80
+15	of	of	ADP	O	0			ritter-80
+16	just	just	ADV	O	0			ritter-80
+17	my	my	PRON	O	0			ritter-80
+18	films	film	NOUN	B	0		n.communication	ritter-80
+19	and	and	CONJ	I	18			ritter-80
+20	production	production	NOUN	I	19			ritter-80
+21	company	company	NOUN	I	20			ritter-80
+22	.	.	PUNCT	O	0			ritter-80
+
+1	@Suzie55	@suzie55	PROPN	O	0			ritter-81
+2	whispering	whisper	VERB	O	0		v.communication	ritter-81
+3	cause	cause	ADP	O	0			ritter-81
+4	I	i	PRON	O	0			ritter-81
+5	may	may	AUX	O	0			ritter-81
+6	have	have	AUX	O	0			ritter-81
+7	had	have	VERB	O	0		v.consumption	ritter-81
+8	1	1	NUM	B	0			ritter-81
+9	too	too	ADV	I	8			ritter-81
+10	many	many	ADJ	I	9			ritter-81
+11	vodka	vodka	NOUN	O	0		n.food	ritter-81
+12	's	's	AUX	O	0			ritter-81
+13	last	last	ADJ	O	0			ritter-81
+14	night	night	NOUN	O	0		n.time	ritter-81
+15	and	and	CONJ	O	0			ritter-81
+16	am	be	VERB	O	0		v.stative	ritter-81
+17	a	a	DET	O	0			ritter-81
+18	lil	lil	ADJ	O	0			ritter-81
+19	fragile	fragile	NOUN	O	0		n.feeling	ritter-81
+20	,	,	PUNCT	O	0			ritter-81
+21	hold	hold	VERB	O	0		v.contact	ritter-81
+22	me	me	PRON	O	0			ritter-81
+23	?	?	PUNCT	O	0			ritter-81
+
+1	@bendingoutward	@bendingoutward	PROPN	O	0			ritter-82
+2	What	what	PRON	O	0			ritter-82
+3	about	about	ADP	O	0			ritter-82
+4	the	the	DET	O	0			ritter-82
+5	site	site	NOUN	O	0		n.group	ritter-82
+6	could	could	AUX	O	0			ritter-82
+7	be	be	AUX	O	0			ritter-82
+8	changed	change	VERB	O	0		v.change	ritter-82
+9	in	in	ADP	B	0			ritter-82
+10	order	order	NOUN	I	9			ritter-82
+11	to	to	PART	I	10			ritter-82
+12	reduce	reduce	VERB	O	0		v.change	ritter-82
+13	the	the	DET	O	0			ritter-82
+14	time	time	NOUN	O	0		n.time	ritter-82
+15	required	require	VERB	O	0		v.stative	ritter-82
+16	for	for	ADP	O	0			ritter-82
+17	you	you	PRON	O	0			ritter-82
+18	to	to	PART	O	0			ritter-82
+19	provide	provide	VERB	O	0		v.change	ritter-82
+20	solutions	solution	NOUN	O	0		n.act	ritter-82
+21	?	?	PUNCT	O	0			ritter-82
+
+1	I	i	PRON	O	0			ritter-83
+2	like	like	VERB	O	0		v.emotion	ritter-83
+3	@SouljaBoy	@souljaboy	PROPN	O	0		n.person	ritter-83
+4	songs	song	NOUN	O	0		n.communication	ritter-83
+5	after	after	ADP	O	0			ritter-83
+6	a	a	DET	O	0			ritter-83
+7	few	few	ADJ	O	0			ritter-83
+8	drinks	drink	NOUN	O	0		n.food	ritter-83
+
+1	...	...	PUNCT	O	0			ritter-84
+2	asked	ask	VERB	O	0		v.communication	ritter-84
+3	me	me	PRON	O	0			ritter-84
+4	a	a	DET	O	0			ritter-84
+5	question	question	NOUN	O	0		n.communication	ritter-84
+6	for	for	ADP	O	0			ritter-84
+7	once	once	ADV	O	0			ritter-84
+8	,	,	PUNCT	O	0			ritter-84
+9	but	but	CONJ	O	0			ritter-84
+10	no	no	INTJ	O	0			ritter-84
+11	!	!	PUNCT	O	0			ritter-84
+12	You	you	PRON	O	0			ritter-84
+13	ask	ask	VERB	O	0		v.communication	ritter-84
+14	me	me	PRON	O	0			ritter-84
+15	about	about	ADP	O	0			ritter-84
+16	fucking	fucking	ADV	O	0			ritter-84
+17	donuts	donut	NOUN	O	0		n.food	ritter-84
+18	you	you	PRON	O	0			ritter-84
+19	donut	donut	NOUN	O	0		n.attribute	ritter-84
+20	...	...	PUNCT	O	0			ritter-84
+21	have	have	VERB	O	0		v.stative	ritter-84
+22	a	a	DET	O	0			ritter-84
+23	nice	nice	ADJ	O	0			ritter-84
+24	day	day	NOUN	O	0		n.time	ritter-84
+25	:P	:p	INTJ	O	0			ritter-84
+
+1	every	every	DET	O	0			ritter-85
+2	year	year	NOUN	O	0		n.time	ritter-85
+3	your	your	PART	O	0			ritter-85
+4	"	"	PUNCT	O	0			ritter-85
+5	bestfriend	bestfriend	NOUN	O	0		n.person	ritter-85
+6	"	"	PUNCT	O	0			ritter-85
+7	get	get	VERB	O	0		v.social	ritter-85
+8	yo	yo	PRON	O	0			ritter-85
+9	ass	ass	NOUN	O	0		n.person	ritter-85
+10	in	in	ADP	O	0			ritter-85
+11	trouble	trouble	NOUN	O	0		n.attribute	ritter-85
+12	smdh	smdh	INTJ	O	0			ritter-85
+13	#doinme	#doinme	X	O	0			ritter-85
+
+1	And	and	CONJ	O	0			ritter-86
+2	now	now	ADV	O	0			ritter-86
+3	the	the	DET	O	0			ritter-86
+4	wait	wait	NOUN	O	0		n.time	ritter-86
+5	til	til	ADP	O	0			ritter-86
+6	the	the	DET	O	0			ritter-86
+7	games	game	NOUN	O	0		n.act	ritter-86
+8	get	get	VERB	B	0		v.change	ritter-86
+9	started	start	VERB	I	8			ritter-86
+10	for	for	ADP	O	0			ritter-86
+11	the	the	DET	O	0			ritter-86
+12	day	day	NOUN	O	0		n.event	ritter-86
+13	.	.	PUNCT	O	0			ritter-86
+
+1	belles	belles	PROPN	B	0		n.group	ritter-87
+2	mansion	mansion	NOUN	I	1			ritter-87
+3	4	4	ADP	O	0			ritter-87
+4	bday	bday	NOUN	B	0		n.event	ritter-87
+5	dinner	dinner	NOUN	I	4			ritter-87
+6	.	.	PUNCT	O	0			ritter-87
+7	eventhough	eventhough	ADV	O	0			ritter-87
+8	its	its	PRON	O	0			ritter-87
+9	a	a	DET	O	0			ritter-87
+10	day	day	NOUN	O	0		n.time	ritter-87
+11	early	early	ADV	O	0			ritter-87
+12	.	.	PUNCT	O	0			ritter-87
+13	*N*I*K*K*I*	*n*i*k*k*i*	PROPN	O	0		n.person	ritter-87
+
+1	CHILLIN	chillin	VERB	O	0		v.stative	ritter-88
+2	@LIVE	@live	PROPN	O	0			ritter-88
+3	TONIGHT	tonight	NOUN	O	0		n.time	ritter-88
+4	!	!	PUNCT	O	0			ritter-88
+
+1	But	but	CONJ	O	0			ritter-89
+2	in	in	ADP	B	0			ritter-89
+3	any	any	DET	I	2			ritter-89
+4	case	case	NOUN	I	3			ritter-89
+5	I	i	PRON	O	0			ritter-89
+6	suppose	suppose	VERB	O	0		v.cognition	ritter-89
+7	you	you	PRON	O	0			ritter-89
+8	will	will	AUX	O	0			ritter-89
+9	not	not	ADV	O	0			ritter-89
+10	let	let	VERB	B	0		v.contact	ritter-89
+11	it	it	PRON	o	0			ritter-89
+12	away	away	ADV	I	10			ritter-89
+13	for	for	ADP	O	0			ritter-89
+14	some	some	DET	O	0			ritter-89
+15	days	days	NOUN	O	0		n.time	ritter-89
+16	?	?	PUNCT	O	0			ritter-89
+
+1	So	so	ADP	O	0			ritter-90
+2	this	this	DET	O	0			ritter-90
+3	will	will	AUX	O	0			ritter-90
+4	be	be	VERB	O	0		v.stative	ritter-90
+5	more	more	ADJ	O	0			ritter-90
+6	lhs	lhs	PROPN	B	0		n.act	ritter-90
+7	games	game	NOUN	I	6			ritter-90
+8	then	then	ADP	O	0			ritter-90
+9	i	i	PRON	O	0			ritter-90
+10	went	go	VERB	O	0		v.motion	ritter-90
+11	to	to	PART	O	0			ritter-90
+12	then	then	ADP	O	0			ritter-90
+13	when	when	ADV	O	0			ritter-90
+14	i	i	PRON	O	0			ritter-90
+15	went	go	VERB	O	0		v.motion	ritter-90
+16	to	to	PART	O	0			ritter-90
+17	lhs	lhs	PROPN	O	0		n.group	ritter-90
+
+1	@ToriVicotia	@torivicotia	PROPN	O	0			ritter-91
+2	aaahhh	aaahhh	INTJ	O	0			ritter-91
+3	!	!	PUNCT	O	0			ritter-91
+4	Me	me	PRON	O	0			ritter-91
+5	too	too	ADV	O	0			ritter-91
+6	!!!!	!!!!	PUNCT	O	0			ritter-91
+7	Its	its	PRON	O	0			ritter-91
+8	so	so	ADV	O	0			ritter-91
+9	much	much	ADV	O	0			ritter-91
+10	better	better	ADJ	O	0			ritter-91
+11	than	than	ADP	O	0			ritter-91
+12	when	when	ADV	O	0			ritter-91
+13	you	you	PRON	O	0			ritter-91
+14	play	play	VERB	O	0		v.body	ritter-91
+15	it	it	PRON	O	0			ritter-91
+16	yourself	yourself	PRON	O	0			ritter-91
+17	!	!	PUNCT	O	0			ritter-91
+18	Haha	haha	INTJ	O	0			ritter-91
+19	!	!	PUNCT	O	0			ritter-91
+
+1	lush	lush	INTJ	O	0			ritter-92
+2	when	when	ADV	O	0			ritter-92
+3	ya	ya	PRON	O	0			ritter-92
+4	download	download	NOUN	B	0		n.quantity	ritter-92
+5	limit	limit	NOUN	I	4			ritter-92
+6	has	have	AUX	O	0			ritter-92
+7	been	be	VERB	O	0		v.stative	ritter-92
+8	succeeded	succeeded	ADV	O	0			ritter-92
+9	like	like	INTJ	O	0			ritter-92
+10	all	all	DET	O	0			ritter-92
+11	night	night	NOUN	O	0		n.time	ritter-92
+12	:	:	INTJ	O	0			ritter-92
+13	L	l	INTJ	O	0			ritter-92
+
+1	I	i	PRON	O	0			ritter-93
+2	HATE	hate	VERB	O	0		v.emotion	ritter-93
+3	MY	my	PRON	O	0			ritter-93
+4	MOTHER	mother	NOUN	O	0		n.person	ritter-93
+5	!!!!!!!!!!!...	!!!!!!!!!!!...	PUNCT	O	0			ritter-93
+6	Where	where	ADV	O	0			ritter-93
+7	is	be	VERB	O	0		v.stative	ritter-93
+8	Dee	dee	PROPN	O	0		n.person	ritter-93
+9	when	when	ADV	O	0			ritter-93
+10	I	i	PRON	O	0			ritter-93
+11	need	need	VERB	O	0		v.emotion	ritter-93
+12	him	him	PRON	O	0			ritter-93
+
+1	Pick	pick	VERB	B	0		v.contact	ritter-94
+2	up	up	PART	I	1			ritter-94
+3	here	here	ADV	O	0			ritter-94
+4	.	.	PUNCT	O	0			ritter-94
+5	Deliver	deliver	VERB	O	0		v.contact	ritter-94
+6	on	on	ADP	O	0			ritter-94
+7	Dayton	dayton	PROPN	B	0		n.location	ritter-94
+8	NJ	nj	PROPN	I	7			ritter-94
+9	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-94
+10	(@	(@	ADP	O	0			ritter-94
+11	Ball	ball	PROPN	O	0		n.shape	ritter-94
+12	Metal	metal	PROPN	B	0		n.artifact	ritter-94
+13	Container	container	PROPN	I	12			ritter-94
+14	)	)	PUNCT	O	0			ritter-94
+
+1	MetroPCS	metropcs	PROPN	O	0		n.group	ritter-95
+2	has	have	VERB	O	0		v.stative	ritter-95
+3	the	the	DET	O	0			ritter-95
+4	worst	worst	ADJ	O	0			ritter-95
+5	customer	customer	NOUN	B	0		n.attribute	ritter-95
+6	service	service	NOUN	I	5			ritter-95
+7	I	i	PRON	O	0			ritter-95
+8	've	've	AUX	O	0			ritter-95
+9	experienced	experience	VERB	O	0		v.perception	ritter-95
+10	in	in	ADP	O	0			ritter-95
+11	months	month	NOUN	O	0		n.time	ritter-95
+12	(	(	PUNCT	O	0			ritter-95
+13	trying	try	VERB	O	0		v.cognition	ritter-95
+14	to	to	PART	O	0			ritter-95
+15	help	help	VERB	O	0		v.social	ritter-95
+16	someone	someone	NOUN	O	0			ritter-95
+17	order	order	VERB	O	0		v.possession	ritter-95
+18	a	a	DET	O	0			ritter-95
+19	phone	phone	NOUN	O	0		n.artifact	ritter-95
+20	)	)	PUNCT	O	0			ritter-95
+21	#metropcs	#metropcs	NOUN	O	0			ritter-95
+22	#fail	#fail	X	O	0			ritter-95
+
+1	@xSophieBx	@xsophiebx	PROPN	O	0			ritter-96
+2	He	he	PRON	O	0			ritter-96
+3	has	have	VERB	O	0		v.stative	ritter-96
+4	a	a	DET	O	0			ritter-96
+5	habit	habit	NOUN	O	0		n.cognition	ritter-96
+6	of	of	ADP	O	0			ritter-96
+7	tweeting	tweet	VERB	O	0		v.communication	ritter-96
+8	at	at	ADP	O	0			ritter-96
+9	the	the	DET	O	0			ritter-96
+10	same	same	ADJ	O	0			ritter-96
+11	time	time	NOUN	O	0		n.time	ritter-96
+12	as	as	ADP	O	0			ritter-96
+13	you	you	PRON	O	0			ritter-96
+14	lol	lol	INTJ	O	0			ritter-96
+
+1	I	i	PRON	O	0			ritter-97
+2	need	need	AUX	O	0			ritter-97
+3	to	to	PART	O	0			ritter-97
+4	draw	draw	VERB	O	0		v.creation	ritter-97
+5	FASTER	fast	ADJ	O	0			ritter-97
+6	.	.	PUNCT	O	0			ritter-97
+7	I	i	PRON	O	0			ritter-97
+8	'm	'm	AUX	O	0			ritter-97
+9	gonna	gonna	VERB	O	0			ritter-97
+10	scan	scan	VERB	O	0		v.contact	ritter-97
+11	two	two	NUM	O	0			ritter-97
+12	weeks	week	NOUN	O	0		n.time	ritter-97
+13	worth	worth	ADJ	O	0			ritter-97
+14	of	of	ADP	O	0			ritter-97
+15	doodles	doodle	NOUN	O	0		n.artifact	ritter-97
+16	to	to	PART	O	0			ritter-97
+17	get	get	VERB	B	0		v.change	ritter-97
+18	going	go	VERB	I	17			ritter-97
+19	,	,	PUNCT	O	0			ritter-97
+20	lol	lol	INTJ	O	0			ritter-97
+21	.	.	PUNCT	O	0			ritter-97
+
+1	AND	and	CONJ	O	0			ritter-98
+2	EVERYTHING	everything	NOUN	O	0			ritter-98
+3	YOU	you	PRON	O	0			ritter-98
+4	STAND	stand	VERB	O	0		v.stative	ritter-98
+5	FOR	for	ADP	O	0			ritter-98
+6	,	,	PUNCT	O	0			ritter-98
+7	TURNS	turn	VERB	O	0		v.change	ritter-98
+8	ON	on	PART	O	0			ritter-98
+9	YOU	you	PRON	O	0			ritter-98
+10	TO	to	PART	O	0			ritter-98
+11	SPITE	spite	VERB	O	0		v.emotion	ritter-98
+12	YOU	you	PRON	O	0			ritter-98
+13	?	?	PUNCT	O	0			ritter-98
+14	WHAT	what	PRON	O	0			ritter-98
+15	HAPPENS	happen	VERB	O	0		v.change	ritter-98
+16	WHEN	when	ADV	O	0			ritter-98
+17	YOU	you	PRON	O	0			ritter-98
+18	BECOME	become	VERB	O	0		v.change	ritter-98
+19	THE	the	DET	O	0			ritter-98
+20	MAIN	main	ADJ	O	0			ritter-98
+21	SOURCE	source	NOUN	O	0		n.attribute	ritter-98
+22	OF	of	ADP	O	0			ritter-98
+23	HER	her	PRON	O	0			ritter-98
+24	PAIN	pain	NOUN	O	0		n.feeling	ritter-98
+25	?	?	PUNCT	O	0			ritter-98
+
+1	LIVESTRONG	livestrong	PROPN	B	0		n.event	ritter-99
+2	Day	day	PROPN	I	1			ritter-99
+3	is	be	VERB	O	0		v.stative	ritter-99
+4	10-02-10	10-02-10	NUM	O	0			ritter-99
+5	around	around	ADP	O	0			ritter-99
+6	the	the	DET	O	0			ritter-99
+7	world	world	NOUN	O	0		n.location	ritter-99
+8	.	.	PUNCT	O	0			ritter-99
+
+1	RT	rt	X	O	0			ritter-100
+2	@itsPLG	@itsplg	PROPN	O	0			ritter-100
+3	:	:	PUNCT	O	0			ritter-100
+4	Congrats	congrats	NOUN	O	0		n.communication	ritter-100
+5	to	to	PART	O	0			ritter-100
+6	@bobburnquist	@bobburnquist	PROPN	O	0		n.person	ritter-100
+7	for	for	ADP	O	0			ritter-100
+8	qualifying	qualify	VERB	O	0		v.competition	ritter-100
+9	in	in	ADP	O	0			ritter-100
+10	1st	1st	ADJ	O	0			ritter-100
+11	place	place	NOUN	O	0		n.relation	ritter-100
+12	today	today	NOUN	O	0		n.time	ritter-100
+13	!!!	!!!	PUNCT	O	0			ritter-100
+14	Yeah	yeah	INTJ	O	0			ritter-100
+15	son	son	INTJ	O	0			ritter-100
+16	!!!	!!!	PUNCT	O	0			ritter-100
+
+1	Everything	everything	NOUN	O	0			ritter-101
+2	shouldber	shouldber	VERB	O	0			ritter-101
+3	cleared	clear	VERB	B	0		v.change	ritter-101
+4	up	up	PART	I	3			ritter-101
+5	by	by	ADP	O	0			ritter-101
+6	the	the	DET	O	0			ritter-101
+7	week	week	NOUN	B	0		n.time	ritter-101
+8	end	end	NOUN	I	7			ritter-101
+9	.	.	PUNCT	O	0			ritter-101
+
+1	@toukie_s	@toukie_s	PROPN	O	0		n.person	ritter-102
+2	i'mgoing	i'mgoing	VERB	B	0		v.body	ritter-102
+3	to	to	PART	I	2			ritter-102
+4	sleep	sleep	VERB	I	3			ritter-102
+5	,	,	PUNCT	O	0			ritter-102
+6	not	not	ADV	O	0			ritter-102
+7	feeling	feel	VERB	O	0		v.perception	ritter-102
+8	very	very	ADV	O	0			ritter-102
+9	well	well	ADV	O	0			ritter-102
+10	,	,	PUNCT	O	0			ritter-102
+11	see	see	VERB	O	0		v.perception	ritter-102
+12	you	you	PRON	O	0			ritter-102
+13	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-102
+
+1	Soulja	soulja	PROPN	B	0		n.person	ritter-103
+2	Boy	boy	PROPN	I	1			ritter-103
+3	|	|	PUNCT	O	0			ritter-103
+4	TheDeAndreWay	thedeandreway	PROPN	B	0		n.communication	ritter-103
+5	.	.	PUNCT	I	4			ritter-103
+6	com	com	X	I	5			ritter-103
+7	-	-	PUNCT	O	0			ritter-103
+8	The	the	DET	B	0		n.communication	ritter-103
+9	DeAndre	deandre	PROPN	I	8			ritter-103
+10	Way	way	PROPN	I	9			ritter-103
+11	in	in	ADP	O	0			ritter-103
+12	stores	store	NOUN	O	0		n.location	ritter-103
+13	Nov	nov	PROPN	O	0		n.time	ritter-103
+14	2	2	NUM	O	0			ritter-103
+15	,	,	PUNCT	O	0			ritter-103
+16	2010	2010	NUM	O	0			ritter-103
+17	souljaboytellem-iga.ning.com	souljaboytellem-iga.ning.com	X	O	0			ritter-103
+18	via	via	ADP	O	0			ritter-103
+19	@SouljaBoy	@souljaboy	PROPN	O	0		n.person	ritter-103
+20	!	!	PUNCT	O	0			ritter-103
+21	#Blessed	#blessed	VERB	O	0			ritter-103
+
+1	RT	rt	X	O	0			ritter-104
+2	@dropolo	@dropolo	PROPN	O	0			ritter-104
+3	Headed	head	VERB	O	0		v.motion	ritter-104
+4	to	to	PART	O	0			ritter-104
+5	da	da	DET	O	0			ritter-104
+6	gump	gump	NOUN	O	0		n.location	ritter-104
+7	today	today	NOUN	O	0		n.time	ritter-104
+8	alabama	alabama	PROPN	O	0		n.location	ritter-104
+9	here	here	ADV	O	0			ritter-104
+10	I	i	PRON	O	0			ritter-104
+11	come	come	VERB	O	0		v.motion	ritter-104
+12	&lt;	&lt;	CONJ	O	0			ritter-104
+13	&lt;	&lt;	CONJ	O	0			ritter-104
+14	come	come	VERB	O	0		v.motion	ritter-104
+15	to	to	PART	O	0			ritter-104
+16	shut	shut	VERB	B	0		v.social	ritter-104
+17	it	it	PRON	o	0			ritter-104
+18	down	down	PART	I	16			ritter-104
+19	broski	broski	PROPN	O	0		n.person	ritter-104
+20	..	..	PUNCT	O	0			ritter-104
+21	fuck	fuck	VERB	O	0		v.social	ritter-104
+22	wit	wit	ADP	O	0			ritter-104
+23	me..Parlae	me..parlae	PROPN	O	0		n.person	ritter-104
+24	's	's	PART	O	0			ritter-104
+25	in	in	NOUN	O	0			ritter-104
+26	house	house	NOUN	O	0		n.location	ritter-104
+27	producer	producer	NOUN	O	0		n.person	ritter-104
+
+1	@Dc_Luvs_Swift	@dc_luvs_swift	PROPN	O	0			ritter-105
+2	randomly	randomly	ADV	O	0			ritter-105
+3	that	that	DET	O	0			ritter-105
+4	just	just	ADV	O	0			ritter-105
+5	made	make	VERB	O	0		v.change	ritter-105
+6	me	me	PRON	O	0			ritter-105
+7	smile	smile	VERB	O	0		v.body	ritter-105
+8	:D	:d	INTJ	O	0			ritter-105
+9	do	do	AUX	O	0			ritter-105
+10	n't	n't	ADV	O	0			ritter-105
+11	ring	ring	VERB	O	0		v.contact	ritter-105
+12	the	the	DET	O	0			ritter-105
+13	bell	bell	NOUN	O	0		n.artifact	ritter-105
+14	tweet	tweet	VERB	O	0		v.communication	ritter-105
+15	me	me	PRON	O	0			ritter-105
+16	when	when	ADV	O	0			ritter-105
+17	ur	ur	PRON	O	0			ritter-105
+18	here	here	ADV	O	0			ritter-105
+19	'll	'll	AUX	O	0			ritter-105
+20	let	let	VERB	O	0		v.social	ritter-105
+21	u	u	PRON	O	0			ritter-105
+22	in	in	ADP	O	0			ritter-105
+23	:D	:d	INTJ	O	0			ritter-105
+24	...	...	PUNCT	O	0			ritter-105
+25	that	that	DET	O	0			ritter-105
+26	def	def	ADV	O	0			ritter-105
+27	would	would	AUX	O	0			ritter-105
+28	be	be	VERB	O	0		v.stative	ritter-105
+29	awesome	awesome	ADJ	O	0			ritter-105
+30	:D	:d	INTJ	O	0			ritter-105
+
+1	@justinbieber	@justinbieber	PROPN	O	0		n.person	ritter-106
+2	I	i	PRON	O	0			ritter-106
+3	could	could	AUX	O	0			ritter-106
+4	sing	sing	VERB	O	0		v.communication	ritter-106
+5	with	with	ADP	O	0			ritter-106
+6	you	you	PRON	O	0			ritter-106
+7	what	what	PRON	O	0			ritter-106
+8	I`ll	i`ll	PRON	O	0			ritter-106
+9	do	do	VERB	O	0		v.change	ritter-106
+10	o	o	DET	O	0			ritter-106
+11	show	show	NOUN	O	0		n.act	ritter-106
+12	in	in	ADP	O	0			ritter-106
+13	november	november	PROPN	O	0		n.time	ritter-106
+14	in	in	ADP	O	0			ritter-106
+15	my	my	PRON	O	0			ritter-106
+16	city	city	NOUN	O	0		n.location	ritter-106
+17	oh	oh	INTJ	O	0			ritter-106
+18	my	my	PRON	O	0			ritter-106
+19	dream	dream	NOUN	O	0		n.cognition	ritter-106
+20	and	and	CONJ	O	0			ritter-106
+21	sing	sing	VERB	O	0		v.communication	ritter-106
+22	one	one	NUM	O	0			ritter-106
+23	time	time	NOUN	O	0		n.event	ritter-106
+
+1	The	the	DET	O	0			ritter-107
+2	Basic	basic	ADJ	O	0			ritter-107
+3	Step	step	NOUN	O	0		n.act	ritter-107
+4	Before	before	ADV	O	0			ritter-107
+5	You	you	PRON	O	0			ritter-107
+6	Even	even	ADV	O	0			ritter-107
+7	Start	start	VERB	O	0		v.change	ritter-107
+8	Thinking	think	VERB	O	0		v.cognition	ritter-107
+9	Of	of	ADP	O	0			ritter-107
+10	Making	make	VERB	O	0		v.creation	ritter-107
+11	Your	your	PRON	O	0			ritter-107
+12	...:	...:	PUNCT	O	0			ritter-107
+13	Keyword	keyword	NOUN	B	0		n.act	ritter-107
+14	research	research	NOUN	I	13			ritter-107
+15	is	be	VERB	O	0		v.stative	ritter-107
+16	a	a	DET	O	0			ritter-107
+17	well	well	ADV	O	0			ritter-107
+18	known	known	ADJ	O	0			ritter-107
+19	subject	subject	NOUN	O	0		n.cognition	ritter-107
+20	,	,	PUNCT	O	0			ritter-107
+21	yet	yet	CONJ	O	0			ritter-107
+22	so	so	ADV	O	0			ritter-107
+23	...	...	PUNCT	O	0			ritter-107
+24	http://bit.ly/9XQgSr	http://bit.ly/9xqgsr	X	O	0			ritter-107
+
+1	@SnoopDogg	@snoopdogg	PROPN	O	0			ritter-108
+2	hey	hey	INTJ	O	0			ritter-108
+3	snoop	snoop	PROPN	O	0		n.person	ritter-108
+4	my	my	PRON	O	0			ritter-108
+5	wife	wife	NOUN	O	0		n.person	ritter-108
+6	Cath	cath	PROPN	O	0		n.person	ritter-108
+7	is	be	VERB	O	0		v.stative	ritter-108
+8	30	30	NUM	O	0			ritter-108
+9	today	today	NOUN	O	0		n.time	ritter-108
+10	,	,	PUNCT	O	0			ritter-108
+11	any	any	DET	O	0			ritter-108
+12	chance	chance	NOUN	O	0		n.state	ritter-108
+13	of	of	ADP	O	0			ritter-108
+14	a	a	DET	O	0			ritter-108
+15	shout	shout	NOUN	B	0		n.communication	ritter-108
+16	out	out	ADP	I	15			ritter-108
+17	to	to	PART	O	0			ritter-108
+18	her	her	PRON	O	0			ritter-108
+19	,	,	PUNCT	O	0			ritter-108
+
+1	Today	today	NOUN	O	0		n.time	ritter-109
+2	I	i	PRON	O	0			ritter-109
+3	got	get	VERB	B	0		v.social	ritter-109
+4	a	a	DET	o	0			ritter-109
+5	promotion	promotion	NOUN	I	3			ritter-109
+6	at	at	ADP	O	0			ritter-109
+7	work	work	NOUN	O	0		n.location	ritter-109
+8	,	,	PUNCT	O	0			ritter-109
+9	and	and	CONJ	O	0			ritter-109
+10	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-109
+11	I	i	PRON	O	0			ritter-109
+12	'm	'm	AUX	O	0			ritter-109
+13	going	go	VERB	O	0		v.motion	ritter-109
+14	home	home	NOUN	O	0		n.location	ritter-109
+15	to	to	PART	O	0			ritter-109
+16	Wisconsin	wisconsin	PROPN	O	0		n.location	ritter-109
+17	for	for	ADP	O	0			ritter-109
+18	a	a	DET	O	0			ritter-109
+19	few	few	ADJ	O	0			ritter-109
+20	days	days	NOUN	O	0		n.time	ritter-109
+21	.	.	PUNCT	O	0			ritter-109
+22	So	so	INTJ	O	0			ritter-109
+23	content	content	ADJ	O	0			ritter-109
+24	with	with	ADP	O	0			ritter-109
+25	life	life	NOUN	O	0		n.state	ritter-109
+26	right	right	ADV	O	0			ritter-109
+27	now	now	ADV	O	0			ritter-109
+28	.	.	PUNCT	O	0			ritter-109
+29	:)	:)	INTJ	O	0			ritter-109
+
+1	It	it	PRON	O	0			ritter-110
+2	might	might	AUX	O	0			ritter-110
+3	just	just	ADV	O	0			ritter-110
+4	be	be	VERB	O	0		v.stative	ritter-110
+5	me	me	PRON	O	0			ritter-110
+6	but	but	CONJ	O	0			ritter-110
+7	when	when	ADV	O	0			ritter-110
+8	males	male	NOUN	O	0		n.person	ritter-110
+9	text	text	VERB	O	0		v.communication	ritter-110
+10	"	"	PUNCT	O	0			ritter-110
+11	K	k	NOUN	O	0		n.communication	ritter-110
+12	"	"	PUNCT	O	0			ritter-110
+13	or	or	CONJ	O	0			ritter-110
+14	cross	cross	VERB	O	0		v.motion	ritter-110
+15	there	there	PRON	O	0			ritter-110
+16	legs	legs	NOUN	O	0		n.body	ritter-110
+17	while	while	ADP	O	0			ritter-110
+18	sitting	sit	VERB	O	0		v.stative	ritter-110
+19	ai	ai	VERB	O	0		v.stative	ritter-110
+20	n't	n't	ADV	O	0			ritter-110
+21	cool	cool	ADJ	O	0			ritter-110
+22	wit	wit	ADP	O	0			ritter-110
+23	me	me	PRON	O	0			ritter-110
+24	.	.	PUNCT	O	0			ritter-110
+
+1	@Foxy_Shoe_Thief	@foxy_shoe_thief	PROPN	O	0			ritter-111
+2	*purrs	*purrs	VERB	O	0		v.communication	ritter-111
+3	long	long	ADV	O	0			ritter-111
+4	on	on	ADP	O	0			ritter-111
+5	the	the	DET	O	0			ritter-111
+6	inside	inside	NOUN	O	0		n.location	ritter-111
+7	,	,	PUNCT	O	0			ritter-111
+8	moving	move	VERB	O	0		v.motion	ritter-111
+9	stealthy	stealthy	ADV	O	0			ritter-111
+10	like	like	VERB	O	0			ritter-111
+11	my	my	PRON	O	0			ritter-111
+12	pard	pard	NOUN	O	0		n.animal	ritter-111
+13	taught	teach	VERB	O	0		v.social	ritter-111
+14	me	me	PRON	O	0			ritter-111
+15	to	to	PART	O	0			ritter-111
+16	do	do	VERB	O	0		v.change	ritter-111
+17	..	..	PUNCT	O	0			ritter-111
+18	ears	ear	NOUN	O	0		n.body	ritter-111
+19	pulled	pull	VERB	O	0		v.body	ritter-111
+20	back	back	ADV	O	0			ritter-111
+21	,	,	PUNCT	O	0			ritter-111
+22	claws	claw	NOUN	O	0		n.animal	ritter-111
+23	out	out	ADP	O	0			ritter-111
+24	long*	long*	ADJ	O	0			ritter-111
+25	@MicahPardKing	@micahpardking	PROPN	O	0			ritter-111
+
+1	Must	must	AUX	O	0			ritter-112
+2	say	say	VERB	O	0		v.communication	ritter-112
+3	iPhone	iphone	NOUN	O	0		n.artifact	ritter-112
+4	is	be	VERB	O	0		v.stative	ritter-112
+5	more	more	ADV	O	0			ritter-112
+6	accurate	accurate	ADJ	O	0			ritter-112
+7	.	.	PUNCT	O	0			ritter-112
+8	Wasnt	wasnt	VERB	O	0			ritter-112
+9	brought	bring	VERB	B	0		v.social	ritter-112
+10	up	up	PART	I	9			ritter-112
+11	here	here	ADP	O	0			ritter-112
+12	though	though	ADV	O	0			ritter-112
+13	,	,	PUNCT	O	0			ritter-112
+14	Wrawby	wrawby	PROPN	O	0		n.location	ritter-112
+15	is	be	VERB	O	0		v.stative	ritter-112
+16	where	where	ADV	O	0			ritter-112
+17	I	i	PRON	O	0			ritter-112
+18	spent	spend	VERB	O	0		v.stative	ritter-112
+19	18	18	NUM	O	0			ritter-112
+20	years	years	NOUN	O	0		n.time	ritter-112
+21	of	of	ADP	O	0			ritter-112
+22	my	my	PRON	O	0			ritter-112
+23	life	life	NOUN	O	0		n.state	ritter-112
+24	.	.	PUNCT	O	0			ritter-112
+
+1	Before	before	ADV	O	0			ritter-113
+2	I	i	PRON	O	0			ritter-113
+3	proceed	proceed	VERB	O	0		v.motion	ritter-113
+4	into	into	ADP	O	0			ritter-113
+5	the	the	DET	O	0			ritter-113
+6	paradise	paradise	NOUN	O	0		n.location	ritter-113
+7	,	,	PUNCT	O	0			ritter-113
+8	let	let	VERB	O	0		v.social	ritter-113
+9	's	's	AUX	O	0			ritter-113
+10	not	not	ADV	O	0			ritter-113
+11	forget	forget	VERB	O	0		v.cognition	ritter-113
+12	the	the	DET	O	0			ritter-113
+13	Princess	princess	PROPN	B	0		n.communication	ritter-113
+14	Lover	lover	PROPN	I	13			ritter-113
+15	OVA	ova	PROPN	O	0		n.communication	ritter-113
+16	1	1	NUM	O	0			ritter-113
+17	teaser	teaser	NOUN	B	0		n.communication	ritter-113
+18	pic	pic	NOUN	I	17			ritter-113
+19	,	,	PUNCT	O	0			ritter-113
+20	SFW	sfw	PROPN	O	0		n.attribute	ritter-113
+21	http://yfrog.com/0fg2kfj	http://yfrog.com/0fg2kfj	X	O	0			ritter-113
+
+1	ahaha	ahaha	INTJ	O	0			ritter-114
+2	that	that	DET	O	0			ritter-114
+3	just	just	ADV	O	0			ritter-114
+4	made	make	VERB	B	0		v.change	ritter-114
+5	my	my	PRON	o	0			ritter-114
+6	day	day	NOUN	I	4			ritter-114
+7	xDlmfao	xdlmfao	INTJ	O	0			ritter-114
+8	!!!!	!!!!	PUNCT	O	0			ritter-114
+
+1	Pope	pope	PROPN	B	0		n.person	ritter-115
+2	Benedict	benedict	PROPN	I	1			ritter-115
+3	trip	trip	NOUN	O	0		n.act	ritter-115
+4	:	:	PUNCT	O	0			ritter-115
+5	Why	why	ADV	O	0			ritter-115
+6	move	move	VERB	O	0		v.change	ritter-115
+7	John	john	PROPN	B	0		n.person	ritter-115
+8	Henry	henry	PROPN	I	7			ritter-115
+9	Newman	newman	PROPN	I	8			ritter-115
+10	toward	toward	ADP	O	0			ritter-115
+11	sainthood	sainthood	NOUN	O	0		n.state	ritter-115
+12	?:	?:	PUNCT	O	0			ritter-115
+13	Pope	pope	PROPN	B	0		n.person	ritter-115
+14	Benedict	benedict	PROPN	I	13			ritter-115
+15	XVI	xvi	NUM	I	14			ritter-115
+16	plans	plan	VERB	O	0		v.cognition	ritter-115
+17	on	on	ADP	O	0			ritter-115
+18	Sunday	sunday	PROPN	O	0		n.time	ritter-115
+19	during	during	ADP	O	0			ritter-115
+20	his	his	PRON	O	0			ritter-115
+21	sta	sta	NOUN	O	0		n.state	ritter-115
+22	...	...	PUNCT	O	0			ritter-115
+23	http://bit.ly/d7tM0r	http://bit.ly/d7tm0r	X	O	0			ritter-115
+
+1	When	when	ADV	O	0			ritter-116
+2	you	you	PRON	O	0			ritter-116
+3	know	know	VERB	O	0		v.cognition	ritter-116
+4	what	what	PRON	O	0			ritter-116
+5	you	you	PRON	O	0			ritter-116
+6	want	want	VERB	O	0		v.emotion	ritter-116
+7	,	,	PUNCT	O	0			ritter-116
+8	and	and	CONJ	O	0			ritter-116
+9	want	want	VERB	O	0		v.emotion	ritter-116
+10	it	it	PRON	O	0			ritter-116
+11	bad	bad	ADJ	O	0			ritter-116
+12	enough	enough	ADV	O	0			ritter-116
+13	,	,	PUNCT	O	0			ritter-116
+14	you	you	PRON	O	0			ritter-116
+15	will	will	AUX	O	0			ritter-116
+16	find	find	VERB	O	0		v.cognition	ritter-116
+17	a	a	DET	O	0			ritter-116
+18	way	way	NOUN	O	0		n.attribute	ritter-116
+19	to	to	PART	O	0			ritter-116
+20	get	get	VERB	O	0		v.possession	ritter-116
+21	it	it	PRON	O	0			ritter-116
+22	.	.	PUNCT	O	0			ritter-116
+23	-	-	PUNCT	O	0			ritter-116
+24	Jim	jim	PROPN	B	0		n.person	ritter-116
+25	Rohn	rohn	PROPN	I	24			ritter-116
+26	RT	rt	X	O	0			ritter-116
+27	@TheSCICoach	@thescicoach	PROPN	O	0			ritter-116
+
+1	@MikePortnoy	@mikeportnoy	PROPN	O	0		n.person	ritter-117
+2	I	i	PRON	O	0			ritter-117
+3	got	get	VERB	O	0			ritter-117
+4	slapped	slap	VERB	O	0		v.contact	ritter-117
+5	in	in	ADP	O	0			ritter-117
+6	the	the	DET	O	0			ritter-117
+7	face	face	NOUN	O	0		n.body	ritter-117
+8	the	the	DET	B	0			ritter-117
+9	other	other	ADJ	I	8			ritter-117
+10	day	day	NOUN	O	0		n.time	ritter-117
+11	by	by	ADP	O	0			ritter-117
+12	a	a	DET	B	0			ritter-117
+13	few	few	ADJ	I	12			ritter-117
+14	DT	dt	PROPN	O	0		n.group	ritter-117
+15	fans	fan	NOUN	O	0		n.person	ritter-117
+16	because	because	ADP	O	0			ritter-117
+17	I	i	PRON	O	0			ritter-117
+18	said	say	VERB	O	0		v.communication	ritter-117
+19	you	you	PRON	O	0			ritter-117
+20	were	be	VERB	O	0		v.stative	ritter-117
+21	awesome	awesome	ADJ	O	0			ritter-117
+22	for	for	ADP	O	0			ritter-117
+23	joining	join	VERB	O	0		v.social	ritter-117
+24	A7X	a7x	PROPN	O	0		n.group	ritter-117
+25	.	.	PUNCT	O	0			ritter-117
+26	So	so	ADV	O	0			ritter-117
+27	worth	worth	ADJ	O	0			ritter-117
+28	it	it	PRON	O	0			ritter-117
+29	.	.	PUNCT	O	0			ritter-117
+30	foREVer	forever	ADV	O	0			ritter-117
+31	!	!	PUNCT	O	0			ritter-117
+
+1	LOL	lol	INTJ	O	0			ritter-118
+2	A-W-E-S-O-M-E	a-w-e-s-o-m-e	ADJ	O	0			ritter-118
+3	!!	!!	PUNCT	O	0			ritter-118
+4	btw	btw	INTJ	O	0			ritter-118
+5	,	,	PUNCT	O	0			ritter-118
+6	totally	totally	ADV	O	0			ritter-118
+7	agree	agree	VERB	O	0		v.cognition	ritter-118
+8	RT	rt	X	O	0			ritter-118
+9	@fanoffob	@fanoffob	PROPN	O	0			ritter-118
+10	Fall	fall	PROPN	B	0		n.group	ritter-118
+11	Out	out	PROPN	I	10			ritter-118
+12	Boy	boy	PROPN	I	11			ritter-118
+13	is	be	VERB	O	0		v.stative	ritter-118
+14	gay	gay	ADJ	O	0			ritter-118
+15	#reallymeans	#reallymeans	X	O	0			ritter-118
+16	I	i	PRON	O	0			ritter-118
+17	'm	'm	VERB	O	0		v.stative	ritter-118
+18	secretly	secretly	ADV	O	0			ritter-118
+19	a	a	DET	O	0			ritter-118
+20	big	big	ADJ	O	0			ritter-118
+21	time	time	ADJ	O	0			ritter-118
+22	fan	fan	NOUN	O	0		n.person	ritter-118
+23	.	.	PUNCT	O	0			ritter-118
+
+1	My	my	PRON	O	0			ritter-119
+2	first	first	ADJ	O	0			ritter-119
+3	assignment	assignment	NOUN	O	0		n.communication	ritter-119
+4	was	be	VERB	O	0		v.stative	ritter-119
+5	a	a	DET	O	0			ritter-119
+6	medical	medical	ADJ	O	0			ritter-119
+7	illustration	illustration	NOUN	O	0		n.communication	ritter-119
+8	job	job	NOUN	O	0		n.act	ritter-119
+9	through	through	ADP	O	0			ritter-119
+10	a	a	DET	O	0			ritter-119
+11	friend	friend	NOUN	O	0		n.person	ritter-119
+12	.	.	PUNCT	O	0			ritter-119
+13	After	after	ADP	O	0			ritter-119
+14	meeting	meet	VERB	O	0		v.social	ritter-119
+15	with	with	ADP	O	0			ritter-119
+16	the	the	DET	O	0			ritter-119
+17	surgeon	surgeon	NOUN	O	0		n.person	ritter-119
+18	,	,	PUNCT	O	0			ritter-119
+19	I	i	PRON	O	0			ritter-119
+20	comple	comple	ADV	O	0			ritter-119
+21	...	...	PUNCT	O	0			ritter-119
+
+1	@MATHHOFFA	@mathhoffa	PROPN	O	0			ritter-120
+2	@darealjustjuice	@darealjustjuice	PROPN	O	0			ritter-120
+3	yo	yo	INTJ	O	0			ritter-120
+4	I	i	PRON	O	0			ritter-120
+5	put	put	VERB	B	0		v.social	ritter-120
+6	that	that	ADP	o	0			ritter-120
+7	bitch	bitch	NOUN	b	0		n.person	ritter-120
+8	boy	boy	NOUN	i	7			ritter-120
+9	in	in	ADP	I	5			ritter-120
+10	his	his	PRON	o	0			ritter-120
+11	place	place	NOUN	I	9			ritter-120
+12	the	the	DET	O	0			ritter-120
+13	other	other	ADJ	O	0			ritter-120
+14	day	day	NOUN	O	0		n.time	ritter-120
+15	.	.	PUNCT	O	0			ritter-120
+16	Do	do	AUX	O	0			ritter-120
+17	n't	n't	ADV	O	0			ritter-120
+18	even	even	ADV	O	0			ritter-120
+19	waste	waste	VERB	O	0		v.possession	ritter-120
+20	ya	ya	PRON	O	0			ritter-120
+21	time	time	NOUN	O	0		n.time	ritter-120
+22	wit	wit	ADP	O	0			ritter-120
+23	clowns	clown	NOUN	O	0		n.person	ritter-120
+
+1	RT	rt	X	O	0			ritter-121
+2	@AKingPNCRadio	@akingpncradio	PROPN	O	0			ritter-121
+3	:	:	PUNCT	O	0			ritter-121
+4	Shout	shout	VERB	B	0		v.communication	ritter-121
+5	out	out	PART	I	4			ritter-121
+6	to	to	PART	O	0			ritter-121
+7	@Laureluxe	@laureluxe	PROPN	O	0		n.person	ritter-121
+8	for	for	ADP	O	0			ritter-121
+9	a	a	DET	O	0			ritter-121
+10	dope	dope	ADJ	O	0			ritter-121
+11	show	show	NOUN	O	0		n.communication	ritter-121
+12	today	today	NOUN	O	0		n.time	ritter-121
+13	on	on	ADP	O	0			ritter-121
+14	@TheLuxeHour	@theluxehour	PROPN	O	0		n.communication	ritter-121
+15	w/special	w/special	ADJ	O	0			ritter-121
+16	guest	guest	NOUN	O	0		n.person	ritter-121
+17	@cheridennis	@cheridennis	PROPN	O	0		n.person	ritter-121
+18	...	...	PUNCT	O	0			ritter-121
+19	audio	audio	NOUN	O	0		n.communication	ritter-121
+20	droppin	droppin	VERB	O	0		v.motion	ritter-121
+21	later	later	ADV	O	0			ritter-121
+22	tod	tod	NOUN	O	0		n.time	ritter-121
+23	...	...	PUNCT	O	0			ritter-121
+
+1	RT	rt	X	O	0			ritter-122
+2	@BiebersFairies	@biebersfairies	PROPN	O	0			ritter-122
+3	:	:	PUNCT	O	0			ritter-122
+4	the	the	DET	O	0			ritter-122
+5	day	day	NOUN	O	0		n.time	ritter-122
+6	Justin	justin	PROPN	B	0		n.person	ritter-122
+7	Bieber	bieber	PROPN	I	6			ritter-122
+8	was	be	AUX	O	0			ritter-122
+9	born	bear	VERB	O	0		v.stative	ritter-122
+10	was	be	VERB	O	0		v.stative	ritter-122
+11	a	a	DET	O	0			ritter-122
+12	rainy	rainy	ADJ	O	0			ritter-122
+13	day	day	NOUN	O	0		n.time	ritter-122
+14	,	,	PUNCT	O	0			ritter-122
+15	but	but	CONJ	O	0			ritter-122
+16	it	it	PRON	O	0			ritter-122
+17	was	be	VERB	O	0		v.stative	ritter-122
+18	no	no	DET	O	0			ritter-122
+19	rain	rain	NOUN	O	0		n.phenomenon	ritter-122
+20	,	,	PUNCT	O	0			ritter-122
+21	NO	no	INTJ	O	0			ritter-122
+22	!	!	PUNCT	O	0			ritter-122
+23	the	the	DET	O	0			ritter-122
+24	heaven	heaven	NOUN	O	0		n.location	ritter-122
+25	was	be	AUX	O	0			ritter-122
+26	crying	cry	VERB	O	0		v.body	ritter-122
+27	cause	cause	ADP	O	0			ritter-122
+28	he	he	PRON	O	0			ritter-122
+29	lost	lose	VERB	O	0		v.possession	ritter-122
+30	his	his	PRON	O	0			ritter-122
+31	most	most	ADJ	O	0			ritter-122
+32	...	...	PUNCT	O	0			ritter-122
+
+1	@JessicaLynne6	@jessicalynne6	PROPN	O	0		n.person	ritter-123
+2	where	where	ADV	O	0			ritter-123
+3	you	you	PRON	O	0			ritter-123
+4	takin	takin	VERB	O	0		v.motion	ritter-123
+5	me	me	PRON	O	0			ritter-123
+6	tonight	tonight	NOUN	O	0		n.time	ritter-123
+7	after	after	ADP	O	0			ritter-123
+8	u	u	PRON	O	0			ritter-123
+9	get	get	VERB	B	0		v.change	ritter-123
+10	off	off	PART	I	9			ritter-123
+11	?	?	PUNCT	O	0			ritter-123
+12	i	i	PRON	O	0			ritter-123
+13	know	know	VERB	O	0		v.cognition	ritter-123
+14	u	u	PRON	O	0			ritter-123
+15	tryna	tryna	VERB	O	0		v.cognition	ritter-123
+16	kick	kick	VERB	B	0		v.social	ritter-123
+17	it	it	PRON	I	16			ritter-123
+18	..	..	PUNCT	O	0			ritter-123
+19	lol	lol	INTJ	O	0			ritter-123
+
+1	@besocialonline	@besocialonline	PROPN	O	0			ritter-124
+2	dank	dank	X	O	0			ritter-124
+3	je	je	ADP	O	0			ritter-124
+4	Gert	gert	PROPN	B	0		n.person	ritter-124
+5	Jan	jan	PROPN	I	4			ritter-124
+
+1	Do	do	AUX	O	0			ritter-125
+2	n't	n't	ADV	O	0			ritter-125
+3	miss	miss	VERB	O	0		v.stative	ritter-125
+4	our	our	PRON	O	0			ritter-125
+5	Half	half	ADJ	B	0		n.attribute	ritter-125
+6	Way	way	NOUN	I	5			ritter-125
+7	to	to	PART	O	0			ritter-125
+8	St	st	PROPN	B	0		n.event	ritter-125
+9	.	.	PUNCT	I	8			ritter-125
+10	Patty	patty	PROPN	I	9			ritter-125
+11	's	's	AUX	I	10			ritter-125
+12	Day	day	PROPN	I	11			ritter-125
+13	Party	party	NOUN	O	0		n.event	ritter-125
+14	Tonight	tonight	NOUN	O	0		n.time	ritter-125
+15	!	!	PUNCT	O	0			ritter-125
+16	We	we	PRON	O	0			ritter-125
+17	're	're	AUX	O	0			ritter-125
+18	having	have	VERB	O	0		v.possession	ritter-125
+19	crazy	crazy	ADJ	O	0			ritter-125
+20	drink	drink	NOUN	O	0		n.food	ritter-125
+21	Specials	special	NOUN	O	0		n.possession	ritter-125
+22	too	too	ADV	O	0			ritter-125
+23	..	..	PUNCT	O	0			ritter-125
+24	tex	tex	VERB	O	0		v.communication	ritter-125
+25	980-333-3923	980-333-3923	NUM	O	0			ritter-125
+26	to	to	PART	O	0			ritter-125
+27	get	get	VERB	O	0		v.change	ritter-125
+28	on	on	ADP	O	0			ritter-125
+29	the	the	DET	O	0			ritter-125
+30	guest	guest	NOUN	B	0		n.artifact	ritter-125
+31	list	list	NOUN	I	30			ritter-125
+32	!	!	PUNCT	O	0			ritter-125
+
+1	Tidyin	tidyin	VERB	O	0		v.change	ritter-126
+2	my	my	PRON	O	0			ritter-126
+3	room	room	NOUN	O	0		n.location	ritter-126
+4	.	.	PUNCT	O	0			ritter-126
+5	Need	need	AUX	O	0			ritter-126
+6	to	to	PART	O	0			ritter-126
+7	do	do	VERB	O	0		v.body	ritter-126
+8	my	my	PRON	O	0			ritter-126
+9	hair	hair	NOUN	O	0		n.body	ritter-126
+10	.	.	PUNCT	O	0			ritter-126
+11	its	its	PRON	O	0			ritter-126
+12	soo	soo	ADV	O	0			ritter-126
+13	nasty	nasty	ADJ	O	0			ritter-126
+14	when	when	ADV	O	0			ritter-126
+15	its	its	PRON	O	0			ritter-126
+16	naturally	naturally	ADV	O	0			ritter-126
+17	curly	curly	ADJ	O	0			ritter-126
+18	.	.	PUNCT	O	0			ritter-126
+
+1	Lingerie	lingerie	NOUN	B	0		n.communication	ritter-127
+2	football	football	NOUN	I	1			ritter-127
+3	league	league	NOUN	I	2			ritter-127
+4	come	come	VERB	B	0		v.communication	ritter-127
+5	on	on	ADP	I	4			ritter-127
+6	tonight	tonight	NOUN	O	0		n.time	ritter-127
+
+1	RT	rt	X	O	0			ritter-128
+2	@FTFDband	@ftfdband	PROPN	O	0			ritter-128
+3	NEW	new	ADJ	O	0			ritter-128
+4	SONG	song	NOUN	O	0		n.communication	ritter-128
+5	COMING	come	VERB	O	0		v.change	ritter-128
+6	THIS	this	DET	O	0			ritter-128
+7	SUNDAY	sunday	PROPN	O	0		n.time	ritter-128
+8	!	!	PUNCT	O	0			ritter-128
+9	:D	:d	INTJ	O	0			ritter-128
+
+1	...	...	PUNCT	O	0			ritter-129
+2	four	four	NUM	O	0			ritter-129
+3	fucking	fucking	ADJ	O	0			ritter-129
+4	years	years	NOUN	O	0		n.time	ritter-129
+5	I	i	PRON	O	0			ritter-129
+6	've	've	AUX	O	0			ritter-129
+7	been	be	AUX	O	0			ritter-129
+8	configuring	configure	VERB	O	0		v.change	ritter-129
+9	iBGP	ibgp	PROPN	O	0		n.communication	ritter-129
+10	and	and	CONJ	O	0			ritter-129
+11	eBGP	ebgp	PROPN	O	0		n.communication	ritter-129
+12	on	on	ADP	O	0			ritter-129
+13	Cisco	cisco	PROPN	O	0		n.group	ritter-129
+14	AND	and	CONJ	O	0			ritter-129
+15	Juniper	juniper	PROPN	O	0		n.group	ritter-129
+16	routers	router	NOUN	O	0		n.artifact	ritter-129
+17	for	for	ADP	O	0			ritter-129
+18	America	america	PROPN	O	0		n.location	ritter-129
+19	's	's	AUX	O	0			ritter-129
+20	largest	large	ADJ	O	0			ritter-129
+21	wireless	wireless	NOUN	O	0		n.attribute	ritter-129
+22	ISP	isp	NOUN	O	0		n.group	ritter-129
+23	...	...	PUNCT	O	0			ritter-129
+24	and	and	CONJ	O	0			ritter-129
+25	I	i	PRON	O	0			ritter-129
+26	get	get	VERB	O	0		v.possession	ritter-129
+27	a	a	DET	O	0			ritter-129
+28	612	612	NUM	O	0			ritter-129
+
+1	to	to	PART	O	0			ritter-130
+2	all	all	DET	O	0			ritter-130
+3	my	my	PRON	O	0			ritter-130
+4	girls	girl	NOUN	O	0		n.person	ritter-130
+5	in	in	ADP	O	0			ritter-130
+6	london	london	PROPN	O	0		n.location	ritter-130
+7	or	or	CONJ	O	0			ritter-130
+8	travelling	travel	VERB	O	0		v.motion	ritter-130
+9	up	up	PART	O	0			ritter-130
+10	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-130
+11	i	i	PRON	O	0			ritter-130
+12	love	love	VERB	O	0		v.emotion	ritter-130
+13	and	and	CONJ	O	0			ritter-130
+14	miss	miss	VERB	O	0		v.emotion	ritter-130
+15	you	you	PRON	O	0			ritter-130
+16	wish	wish	VERB	O	0		v.emotion	ritter-130
+17	i	i	PRON	O	0			ritter-130
+18	could	could	AUX	O	0			ritter-130
+19	be	be	VERB	O	0		v.stative	ritter-130
+20	there	there	ADV	O	0			ritter-130
+21	!	!	PUNCT	O	0			ritter-130
+22	NEXT	next	ADJ	O	0			ritter-130
+23	YEAR	year	NOUN	O	0		n.time	ritter-130
+24	I	i	PRON	O	0			ritter-130
+25	WILL	will	VERB	O	0			ritter-130
+26	!	!	PUNCT	O	0			ritter-130
+
+1	RT	rt	X	O	0			ritter-131
+2	@DonnieWahlberg	@donniewahlberg	PROPN	O	0			ritter-131
+3	:	:	PUNCT	O	0			ritter-131
+4	Soldiers	soldier	NOUN	O	0		n.person	ritter-131
+5	...	...	PUNCT	O	0			ritter-131
+6	Familia	familia	NOUN	O	0		n.group	ritter-131
+7	...	...	PUNCT	O	0			ritter-131
+8	BH's...	bh's...	NOUN	O	0		n.person	ritter-131
+9	NK	nk	PROPN	O	0		n.location	ritter-131
+10	Fam	fam	NOUN	O	0		n.group	ritter-131
+11	...	...	PUNCT	O	0			ritter-131
+12	Homies	homies	NOUN	O	0		n.person	ritter-131
+13	...	...	PUNCT	O	0			ritter-131
+14	Etc	etc	X	O	0			ritter-131
+15	.	.	PUNCT	O	0			ritter-131
+16	Etc	etc	X	O	0			ritter-131
+17	.	.	PUNCT	O	0			ritter-131
+18	Etc	etc	X	O	0			ritter-131
+19	....	....	PUNCT	O	0			ritter-131
+20	I	i	PRON	O	0			ritter-131
+21	'm	'm	AUX	O	0			ritter-131
+22	gonna	gonna	VERB	O	0			ritter-131
+23	need	need	VERB	O	0		v.stative	ritter-131
+24	some	some	DET	O	0			ritter-131
+25	company	company	NOUN	O	0		n.group	ritter-131
+26	next	next	ADJ	O	0			ritter-131
+27	Friday	friday	PROPN	O	0		n.time	ritter-131
+28	in	in	ADP	O	0			ritter-131
+29	NYC	nyc	PROPN	O	0		n.location	ritter-131
+30	...	...	PUNCT	O	0			ritter-131
+
+1	Day	day	NOUN	O	0		n.time	ritter-132
+2	at	at	ADP	O	0			ritter-132
+3	T	t	PROPN	O	0		n.location	ritter-132
+4	.	.	PUNCT	O	0			ritter-132
+5	epic	epic	ADJ	O	0			ritter-132
+6	interview	interview	NOUN	O	0		n.communication	ritter-132
+7	and	and	CONJ	O	0			ritter-132
+8	photo	photo	NOUN	B	0		n.communication	ritter-132
+9	shoot	shoot	NOUN	I	8			ritter-132
+10	with	with	ADP	O	0			ritter-132
+11	Marie	marie	PROPN	B	0		n.communication	ritter-132
+12	Clair	clair	PROPN	I	11			ritter-132
+13	.	.	PUNCT	O	0			ritter-132
+14	@OHEMMGEEZY	@ohemmgeezy	PROPN	O	0			ritter-132
+
+1	Yo	yo	INTJ	O	0			ritter-133
+2	kids	kid	NOUN	O	0		n.person	ritter-133
+3	!	!	PUNCT	O	0			ritter-133
+4	Today	today	NOUN	O	0		n.time	ritter-133
+5	's	's	AUX	O	0			ritter-133
+6	ACF	acf	PROPN	B	0		n.event	ritter-133
+7	Friday	friday	PROPN	I	6			ritter-133
+8	Large	large	PROPN	I	7			ritter-133
+9	Group	group	PROPN	I	8			ritter-133
+10	is	be	VERB	O	0		v.stative	ritter-133
+11	at	at	ADP	O	0			ritter-133
+12	PITT	pitt	PROPN	B	0		n.group	ritter-133
+13	University	university	PROPN	I	12			ritter-133
+14	!	!	PUNCT	O	0			ritter-133
+15	It	it	PRON	O	0			ritter-133
+16	's	's	VERB	O	0		v.stative	ritter-133
+17	at	at	ADP	O	0			ritter-133
+18	Cathedral	cathedral	PROPN	B	0		n.location	ritter-133
+19	of	of	PROPN	I	18			ritter-133
+20	Learning	learning	PROPN	I	19			ritter-133
+21	G24	g24	PROPN	O	0		n.location	ritter-133
+22	at	at	ADP	O	0			ritter-133
+23	7pm	7pm	NUM	O	0			ritter-133
+24	!	!	PUNCT	O	0			ritter-133
+25	Be	be	VERB	O	0		v.stative	ritter-133
+26	sure	sure	ADJ	O	0			ritter-133
+27	to	to	PART	O	0			ritter-133
+28	check	check	VERB	O	0		v.cognition	ritter-133
+29	it	it	PRON	O	0			ritter-133
+30	out	out	PART	O	0			ritter-133
+31	!	!	PUNCT	O	0			ritter-133
+
+1	Rep	rep	PROPN	B	0		n.person	ritter-134
+2	.	.	PUNCT	I	1			ritter-134
+3	Bono	bono	PROPN	I	2			ritter-134
+4	Mack	mack	PROPN	I	3			ritter-134
+5	to	to	PART	O	0			ritter-134
+6	criticize	criticize	VERB	O	0		v.communication	ritter-134
+7	fellow	fellow	ADJ	O	0			ritter-134
+8	desert	desert	NOUN	O	0		n.location	ritter-134
+9	dweller	dweller	NOUN	O	0		n.person	ritter-134
+10	Barbara	barbara	PROPN	B	0		n.person	ritter-134
+11	Boxer	boxer	PROPN	I	10			ritter-134
+12	at	at	ADP	O	0			ritter-134
+13	event	event	NOUN	O	0		n.act	ritter-134
+14	today	today	NOUN	O	0		n.time	ritter-134
+15	.	.	PUNCT	O	0			ritter-134
+16	http://tinyurl.com/2bhyuq7	http://tinyurl.com/2bhyuq7	X	O	0			ritter-134
+
+1	My	my	PRON	O	0			ritter-135
+2	town	town	NOUN	O	0		n.location	ritter-135
+3	!	!	PUNCT	O	0			ritter-135
+4	RT	rt	X	O	0			ritter-135
+5	@Etsy	@etsy	PROPN	O	0			ritter-135
+6	:	:	PUNCT	O	0			ritter-135
+7	This	this	DET	O	0			ritter-135
+8	week	week	NOUN	O	0		n.time	ritter-135
+9	's	's	AUX	O	0			ritter-135
+10	Dinner	dinner	NOUN	O	0		n.event	ritter-135
+11	&	&	CONJ	O	0			ritter-135
+12	a	a	DET	O	0			ritter-135
+13	Video	video	NOUN	O	0		n.communication	ritter-135
+14	:	:	PUNCT	O	0			ritter-135
+15	Take	take	VERB	B	0		v.motion	ritter-135
+16	a	a	DET	o	0			ritter-135
+17	visit	visit	NOUN	I	15			ritter-135
+18	to	to	PART	O	0			ritter-135
+19	one	one	NUM	O	0			ritter-135
+20	of	of	ADP	O	0			ritter-135
+21	the	the	DET	O	0			ritter-135
+22	largest	large	ADJ	O	0			ritter-135
+23	antique	antique	NOUN	B	0		n.act	ritter-135
+24	shows	show	NOUN	I	23			ritter-135
+25	in	in	ADP	O	0			ritter-135
+26	the	the	DET	O	0			ritter-135
+27	country	country	NOUN	O	0		n.location	ritter-135
+28	.	.	PUNCT	O	0			ritter-135
+29	http://etsy.me/9tTkop	http://etsy.me/9ttkop	X	O	0			ritter-135
+
+1	Honored	honor	VERB	O	0		v.social	ritter-136
+2	Double	double	PROPN	B	0		n.person	ritter-136
+3	Diaomond	diaomond	PROPN	I	2			ritter-136
+4	as	as	ADP	O	0			ritter-136
+5	well	well	ADV	O	0			ritter-136
+6	:	:	PUNCT	O	0			ritter-136
+7	Jan	jan	PROPN	B	0		n.person	ritter-136
+8	Bloom	bloom	PROPN	I	7			ritter-136
+9	...	...	PUNCT	O	0			ritter-136
+10	her	her	PRON	O	0			ritter-136
+11	two	two	NUM	O	0			ritter-136
+12	beautiful	beautiful	ADJ	O	0			ritter-136
+13	daughters	daughter	NOUN	O	0		n.person	ritter-136
+14	surprised	surprise	VERB	O	0		v.social	ritter-136
+15	her	her	PRON	O	0			ritter-136
+16	on	on	ADP	B	0			ritter-136
+17	stage	stage	NOUN	I	16			ritter-136
+18	,	,	PUNCT	O	0			ritter-136
+19	it	it	PRON	O	0			ritter-136
+20	was	be	VERB	O	0		v.stative	ritter-136
+21	just	just	ADV	O	0			ritter-136
+22	sooo	sooo	ADV	O	0			ritter-136
+23	...	...	PUNCT	O	0			ritter-136
+24	http://fb.me/JLLhbDl0	http://fb.me/jllhbdl0	X	O	0			ritter-136
+
+1	RT	rt	X	O	0			ritter-137
+2	@Luq_Combs	@luq_combs	PROPN	O	0			ritter-137
+3	:	:	PUNCT	O	0			ritter-137
+4	Funniest	funny	ADJ	O	0			ritter-137
+5	thing	thing	NOUN	O	0		n.other	ritter-137
+6	I	i	PRON	O	0			ritter-137
+7	heard	hear	VERB	O	0		v.perception	ritter-137
+8	this	this	DET	O	0			ritter-137
+9	week	week	NOUN	O	0		n.time	ritter-137
+10	.	.	PUNCT	O	0			ritter-137
+11	Wingo	wingo	PROPN	O	0		n.person	ritter-137
+12	tellin	tellin	VERB	O	0		v.communication	ritter-137
+13	me	me	PRON	O	0			ritter-137
+14	and	and	CONJ	O	0			ritter-137
+15	wood	wood	PROPN	O	0		n.person	ritter-137
+16	.	.	PUNCT	O	0			ritter-137
+17	"	"	PUNCT	O	0			ritter-137
+18	I	i	PRON	O	0			ritter-137
+19	'm	'm	AUX	O	0			ritter-137
+20	scared	scare	VERB	O	0		v.emotion	ritter-137
+21	"	"	PUNCT	O	0			ritter-137
+22	#pow#pow#pow@Cowboy_Wingo	#pow#pow#pow@cowboy_wingo	X	O	0			ritter-137
+
+1	College	college	NOUN	B	0		n.person	ritter-138
+2	Student	student	NOUN	I	1			ritter-138
+3	-	-	PUNCT	O	0			ritter-138
+4	Trusty	trusty	ADJ	O	0			ritter-138
+5	House	house	NOUN	O	0		n.artifact	ritter-138
+6	and	and	CONJ	O	0			ritter-138
+7	Pet	pet	NOUN	O	0		n.animal	ritter-138
+8	Sitter	sitter	NOUN	O	0		n.person	ritter-138
+9	(	(	PUNCT	O	0			ritter-138
+10	Barefoot	barefoot	NOUN	B	0		n.person	ritter-138
+11	Student)	student)	NOUN	I	10			ritter-138
+12	:	:	PUNCT	O	0			ritter-138
+13	I	i	PRON	O	0			ritter-138
+14	'm	'm	VERB	O	0		v.stative	ritter-138
+15	a	a	DET	O	0			ritter-138
+16	22	22	NUM	O	0			ritter-138
+17	year	year	NOUN	B	0			ritter-138
+18	old	old	ADJ	I	17			ritter-138
+19	first	first	ADJ	O	0			ritter-138
+20	year	year	NOUN	O	0		n.time	ritter-138
+21	graduate	graduate	NOUN	B	0		n.person	ritter-138
+22	student	student	NOUN	I	21			ritter-138
+23	at	at	ADP	O	0			ritter-138
+24	...	...	PUNCT	O	0			ritter-138
+25	http://bit.ly/cDYeqQ	http://bit.ly/cdyeqq	X	O	0			ritter-138
+
+1	Time	time	PROPN	B	0		n.group	ritter-139
+2	Warner	warner	PROPN	I	1			ritter-139
+3	Cable	cable	PROPN	I	2			ritter-139
+4	Boycotting	boycott	VERB	O	0		v.possession	ritter-139
+5	Epix	epix	PROPN	B	0		n.group	ritter-139
+6	Movie	movie	PROPN	I	5			ritter-139
+7	Channel	channel	PROPN	I	6			ritter-139
+8	Because	because	ADP	O	0			ritter-139
+9	It	it	PRON	O	0			ritter-139
+10	Did	do	VERB	B	0		v.possession	ritter-139
+11	A	a	DET	o	0			ritter-139
+12	Deal	deal	NOUN	I	10			ritter-139
+13	With	with	ADP	O	0			ritter-139
+14	Netflix	netflix	PROPN	O	0		n.group	ritter-139
+15	http://dlvr.it/5RgcL	http://dlvr.it/5rgcl	X	O	0			ritter-139
+
+1	@GiaAllemand	@giaallemand	PROPN	O	0			ritter-140
+2	soon	soon	ADV	O	0			ritter-140
+3	,	,	PUNCT	O	0			ritter-140
+4	as	as	ADV	O	0			ritter-140
+5	long	long	ADV	O	0			ritter-140
+6	as	as	ADP	O	0			ritter-140
+7	@chrislambton13	@chrislambton13	PROPN	O	0		n.person	ritter-140
+8	peels	peel	VERB	O	0		v.contact	ritter-140
+9	himself	himself	PRON	O	0			ritter-140
+10	away	away	PART	O	0			ritter-140
+11	from	from	ADP	O	0			ritter-140
+12	the	the	DET	O	0			ritter-140
+13	duckies	ducky	NOUN	O	0		n.animal	ritter-140
+14	,	,	PUNCT	O	0			ritter-140
+15	and	and	CONJ	O	0			ritter-140
+16	get	get	VERB	O	0		v.motion	ritter-140
+17	on	on	ADP	B	0			ritter-140
+18	his	his	PRON	o	0			ritter-140
+19	way	way	NOUN	I	17			ritter-140
+20	.	.	PUNCT	O	0			ritter-140
+21	but	but	CONJ	O	0			ritter-140
+22	we	we	PRON	O	0			ritter-140
+23	want	want	VERB	O	0		v.emotion	ritter-140
+24	more	more	ADJ	O	0			ritter-140
+25	pics	pic	NOUN	O	0		n.communication	ritter-140
+26	dont	dont	VERB	O	0			ritter-140
+27	we	we	PRON	O	0			ritter-140
+28	?	?	PUNCT	O	0			ritter-140
+
+1	@irishhooligan	@irishhooligan	PROPN	O	0			ritter-141
+2	or	or	CONJ	O	0			ritter-141
+3	the	the	DET	O	0			ritter-141
+4	best	best	ADJ	O	0			ritter-141
+5	is	be	AUX	O	0			ritter-141
+6	just	just	ADV	O	0			ritter-141
+7	walking	walk	VERB	O	0		v.motion	ritter-141
+8	along	along	ADP	O	0			ritter-141
+9	the	the	DET	O	0			ritter-141
+10	road	road	NOUN	O	0		n.artifact	ritter-141
+11	when	when	ADV	O	0			ritter-141
+12	a	a	DET	O	0			ritter-141
+13	clump	clump	NOUN	O	0		n.artifact	ritter-141
+14	of	of	ADP	O	0			ritter-141
+15	it	it	PRON	O	0			ritter-141
+16	just	just	ADV	O	0			ritter-141
+17	appears	appear	VERB	O	0		v.perception	ritter-141
+18	to	to	PART	O	0			ritter-141
+19	be	be	AUX	O	0			ritter-141
+20	waiting	wait	VERB	O	0		v.stative	ritter-141
+21	in	in	ADP	B	0			ritter-141
+22	front	front	NOUN	I	21			ritter-141
+23	of	of	ADP	I	22			ritter-141
+24	you	you	PRON	O	0			ritter-141
+25	all	all	ADP	O	0			ritter-141
+26	that	that	DET	O	0			ritter-141
+27	time	time	NOUN	O	0		n.time	ritter-141
+28	#icky	#icky	X	O	0			ritter-141
+
+1	What	what	PRON	B	0			ritter-142
+2	is	be	VERB	I	1			ritter-142
+3	it	it	PRON	I	2			ritter-142
+4	with	with	ADP	I	3			ritter-142
+5	people	people	NOUN	O	0		n.person	ritter-142
+6	and	and	CONJ	O	0			ritter-142
+7	punctuality	punctuality	ADV	O	0			ritter-142
+8	?	?	PUNCT	O	0			ritter-142
+9	I	i	PRON	O	0			ritter-142
+10	used	use	VERB	B	0			ritter-142
+11	to	to	PART	I	10			ritter-142
+12	be	be	VERB	O	0		v.stative	ritter-142
+13	that	that	DET	O	0			ritter-142
+14	guy	guy	NOUN	O	0		n.person	ritter-142
+15	and	and	CONJ	O	0			ritter-142
+16	honestly	honestly	ADV	O	0			ritter-142
+17	,	,	PUNCT	O	0			ritter-142
+18	it	it	PRON	O	0			ritter-142
+19	's	's	VERB	O	0		v.stative	ritter-142
+20	a	a	DET	O	0			ritter-142
+21	haze	haze	NOUN	O	0		n.phenomenon	ritter-142
+22	now	now	ADV	O	0			ritter-142
+23	.	.	PUNCT	O	0			ritter-142
+24	Just	just	ADV	O	0			ritter-142
+25	be	be	VERB	O	0		v.stative	ritter-142
+26	on	on	ADP	B	0			ritter-142
+27	time	time	NOUN	I	26			ritter-142
+28	.	.	PUNCT	O	0			ritter-142
+29	It	it	PRON	O	0			ritter-142
+30	's	's	VERB	O	0		v.stative	ritter-142
+31	not	not	ADV	O	0			ritter-142
+32	like	like	ADP	O	0			ritter-142
+33	its	its	PRON	O	0			ritter-142
+34	a	a	DET	O	0			ritter-142
+35	surprise	surprise	NOUN	O	0		n.event	ritter-142
+36	.	.	PUNCT	O	0			ritter-142
+
+1	I	i	PRON	O	0			ritter-143
+2	liked	like	VERB	O	0		v.communication	ritter-143
+3	a	a	DET	O	0			ritter-143
+4	YouTube	youtube	PROPN	O	0		n.communication	ritter-143
+5	video	video	NOUN	O	0		n.communication	ritter-143
+6	--	--	PUNCT	O	0			ritter-143
+7	Family	family	PROPN	B	0		n.communication	ritter-143
+8	Guy	guy	PROPN	I	7			ritter-143
+9	-	-	PUNCT	O	0			ritter-143
+10	Songs	song	NOUN	B	0		n.communication	ritter-143
+11	Named	name	VERB	I	10			ritter-143
+12	After	after	ADP	I	11			ritter-143
+13	a	a	DET	I	12			ritter-143
+14	Girl	girl	NOUN	I	13			ritter-143
+15	http://youtu.be/ErPsx8zdnX4?a	http://youtu.be/erpsx8zdnx4?a	X	O	0			ritter-143
+
+1	@bookpage	@bookpage	PROPN	O	0			ritter-144
+2	We	we	PRON	O	0			ritter-144
+3	should	should	AUX	O	0			ritter-144
+4	've	've	AUX	O	0			ritter-144
+5	scheduled	schedule	VERB	O	0		v.communication	ritter-144
+6	a	a	DET	O	0			ritter-144
+7	meeting	meeting	NOUN	O	0		n.act	ritter-144
+8	with	with	ADP	O	0			ritter-144
+9	Trisha	trisha	PROPN	O	0		n.person	ritter-144
+10	in	in	ADP	O	0			ritter-144
+11	Paris	paris	PROPN	O	0		n.location	ritter-144
+12	for	for	ADP	O	0			ritter-144
+13	this	this	DET	O	0			ritter-144
+14	week	week	NOUN	O	0		n.time	ritter-144
+15	...	...	PUNCT	O	0			ritter-144
+16	#deau	#deau	X	O	0			ritter-144
+
+1	@jimmy722	@jimmy722	PROPN	O	0			ritter-145
+2	surgery	surgery	NOUN	O	0		n.body	ritter-145
+3	or	or	CONJ	O	0			ritter-145
+4	not	not	ADV	O	0			ritter-145
+5	,	,	PUNCT	O	0			ritter-145
+6	the	the	DET	O	0			ritter-145
+7	most	most	ADV	O	0			ritter-145
+8	important	important	ADJ	O	0			ritter-145
+9	thing	thing	NOUN	O	0		n.other	ritter-145
+10	is	be	VERB	O	0		v.stative	ritter-145
+11	that	that	DET	O	0			ritter-145
+12	'll	'll	AUX	O	0			ritter-145
+13	be	be	VERB	O	0		v.stative	ritter-145
+14	all	all	DET	O	0			ritter-145
+15	okay	okay	NOUN	O	0		n.state	ritter-145
+16	after	after	ADP	O	0			ritter-145
+17	that	that	DET	O	0			ritter-145
+18	!	!	PUNCT	O	0			ritter-145
+
+1	I	i	PRON	O	0			ritter-146
+2	have	have	VERB	O	0		v.stative	ritter-146
+3	a	a	DET	O	0			ritter-146
+4	test	test	NOUN	O	0		n.act	ritter-146
+5	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-146
+6	,	,	PUNCT	O	0			ritter-146
+7	im	im	PRON	O	0			ritter-146
+8	going	go	VERB	B	0			ritter-146
+9	to	to	PART	I	8			ritter-146
+10	say	say	VERB	O	0		v.communication	ritter-146
+11	"	"	PUNCT	O	0			ritter-146
+12	the	the	DET	O	0			ritter-146
+13	shore	shore	NOUN	O	0		n.communication	ritter-146
+14	was	be	VERB	O	0		v.stative	ritter-146
+15	on	on	ADP	O	0			ritter-146
+16	,	,	PUNCT	O	0			ritter-146
+17	and	and	CONJ	O	0			ritter-146
+18	preparation	preparation	NOUN	O	0		n.act	ritter-146
+19	took	take	VERB	O	0		v.stative	ritter-146
+20	all	all	DET	O	0			ritter-146
+21	day	day	NOUN	O	0		n.time	ritter-146
+22	".	".	PUNCT	O	0			ritter-146
+
+1	NCAAF	ncaaf	PROPN	O	0		n.event	ritter-147
+2	:	:	PUNCT	O	0			ritter-147
+3	Notre	notre	PROPN	B	0		n.group	ritter-147
+4	Dame	dame	PROPN	I	3			ritter-147
+5	at	at	ADP	O	0			ritter-147
+6	Miami	miami	PROPN	O	0		n.location	ritter-147
+7	(	(	PUNCT	O	0			ritter-147
+8	FL	fl	PROPN	O	0		n.location	ritter-147
+9	)	)	PUNCT	O	0			ritter-147
+10	-	-	PUNCT	O	0			ritter-147
+11	Dec	dec	PROPN	O	0		n.time	ritter-147
+12	31	31	NUM	O	0			ritter-147
+13	,	,	PUNCT	O	0			ritter-147
+14	2010	2010	NUM	O	0			ritter-147
+15	-	-	PUNCT	O	0			ritter-147
+16	Photo	photo	NOUN	B	0		n.location	ritter-147
+17	Gallery	gallery	NOUN	I	16			ritter-147
+18	...:	...:	PUNCT	O	0			ritter-147
+19	EL	el	PROPN	B	0		n.location	ritter-147
+20	PASO	paso	PROPN	I	19			ritter-147
+21	,	,	PUNCT	O	0			ritter-147
+22	TX	tx	PROPN	O	0		n.location	ritter-147
+23	-	-	PUNCT	O	0			ritter-147
+24	DECEMBER	december	PROPN	O	0		n.time	ritter-147
+25	30	30	NUM	O	0			ritter-147
+26	:	:	PUNCT	O	0			ritter-147
+27	Running	running	NOUN	B	0		n.person	ritter-147
+28	back	back	NOUN	I	27			ritter-147
+29	Cier	cier	PROPN	O	0		n.person	ritter-147
+30	...	...	PUNCT	O	0			ritter-147
+31	http://bit.ly/f3YPEB	http://bit.ly/f3ypeb	X	O	0			ritter-147
+
+1	@Cuthouse_Hadi	@cuthouse_hadi	PROPN	O	0			ritter-148
+2	when	when	ADV	O	0			ritter-148
+3	someone	someone	NOUN	O	0		n.person	ritter-148
+4	is	be	AUX	O	0			ritter-148
+5	talking	talk	VERB	B	0		v.communication	ritter-148
+6	shit	shit	NOUN	I	5			ritter-148
+7	,	,	PUNCT	O	0			ritter-148
+8	behind	behind	ADP	B	0			ritter-148
+9	your	your	PRON	o	0			ritter-148
+10	back	back	NOUN	I	8			ritter-148
+11	.	.	PUNCT	O	0			ritter-148
+
+1	Just	just	ADV	O	0			ritter-149
+2	found	found	VERB	B	0		v.cognition	ritter-149
+3	out	out	PART	I	2			ritter-149
+4	my	my	PRON	O	0			ritter-149
+5	custom	custom	ADJ	O	0			ritter-149
+6	@SteveCorino	@stevecorino	PROPN	O	0		n.person	ritter-149
+7	shirt	shirt	NOUN	O	0		n.artifact	ritter-149
+8	wo	wo	AUX	O	0			ritter-149
+9	n't	n't	ADV	O	0			ritter-149
+10	arrive	arrive	VERB	O	0		v.motion	ritter-149
+11	in	in	ADP	B	0			ritter-149
+12	time	time	NOUN	I	11			ritter-149
+13	for	for	ADP	O	0			ritter-149
+14	next	next	ADJ	O	0			ritter-149
+15	weekend	weekend	NOUN	O	0		n.time	ritter-149
+16	's	's	AUX	O	0			ritter-149
+17	ROH	roh	PROPN	O	0		n.communication	ritter-149
+18	shows	show	NOUN	O	0		n.communication	ritter-149
+19	.	.	PUNCT	O	0			ritter-149
+20	How	how	ADV	O	0			ritter-149
+21	am	be	AUX	O	0			ritter-149
+22	I	i	PRON	O	0			ritter-149
+23	gonna	gonna	VERB	O	0			ritter-149
+24	rep	rep	VERB	O	0		v.communication	ritter-149
+25	old	old	ADJ	B	0			ritter-149
+26	school	school	NOUN	I	25			ritter-149
+27	now	now	ADV	O	0			ritter-149
+28	?	?	PUNCT	O	0			ritter-149
+
+1	Photo	photo	NOUN	O	0		n.communication	ritter-150
+2	:	:	PUNCT	O	0			ritter-150
+3	SHE	she	PRON	O	0			ritter-150
+4	GETS	get	VERB	O	0		v.change	ritter-150
+5	TIRED	tired	ADJ	O	0			ritter-150
+6	AFTER	after	ADP	O	0			ritter-150
+7	SEX	sex	NOUN	O	0		n.act	ritter-150
+8	!	!	PUNCT	O	0			ritter-150
+9	http://tumblr.com/xsu17j0ynx	http://tumblr.com/xsu17j0ynx	X	O	0			ritter-150
+
+1	NCAAF	ncaaf	PROPN	O	0		n.group	ritter-151
+2	:	:	PUNCT	O	0			ritter-151
+3	Notre	notre	PROPN	B	0		n.group	ritter-151
+4	Dame	dame	PROPN	I	3			ritter-151
+5	at	at	ADP	O	0			ritter-151
+6	Miami	miami	PROPN	B	0		n.location	ritter-151
+7	(	(	PUNCT	o	0			ritter-151
+8	FL	fl	PROPN	I	6			ritter-151
+9	)	)	PUNCT	O	0			ritter-151
+10	-	-	PUNCT	O	0			ritter-151
+11	Dec	dec	PROPN	O	0		n.time	ritter-151
+12	31	31	NUM	O	0			ritter-151
+13	,	,	PUNCT	O	0			ritter-151
+14	2010	2010	NUM	O	0			ritter-151
+15	-	-	PUNCT	O	0			ritter-151
+16	Photo	photo	NOUN	B	0		n.group	ritter-151
+17	Gallery	gallery	NOUN	I	16			ritter-151
+18	...:	...:	PUNCT	O	0			ritter-151
+19	EL	el	PROPN	B	0		n.location	ritter-151
+20	PASO	paso	PROPN	I	19			ritter-151
+21	,	,	PUNCT	o	0			ritter-151
+22	TX	tx	PROPN	I	20			ritter-151
+23	-	-	PUNCT	O	0			ritter-151
+24	DECEMBER	december	PROPN	O	0		n.time	ritter-151
+25	30	30	NUM	O	0			ritter-151
+26	:	:	PUNCT	O	0			ritter-151
+27	Running	running	NOUN	B	0		n.person	ritter-151
+28	back	back	NOUN	I	27			ritter-151
+29	Cier	cier	PROPN	O	0		n.person	ritter-151
+30	...	...	PUNCT	O	0			ritter-151
+31	http://bit.ly/f3YPEB	http://bit.ly/f3ypeb	X	O	0			ritter-151
+
+1	@YasminBaildon	@yasminbaildon	PROPN	O	0		n.person	ritter-152
+2	do	do	AUX	O	0			ritter-152
+3	you	you	PRON	O	0			ritter-152
+4	think	think	VERB	O	0		v.cognition	ritter-152
+5	its	its	PRON	O	0			ritter-152
+6	possible	possible	ADJ	O	0			ritter-152
+7	one	one	NUM	O	0			ritter-152
+8	day	day	NOUN	O	0		n.time	ritter-152
+9	ill	ill	PRON	O	0			ritter-152
+10	meet	meet	VERB	O	0		v.social	ritter-152
+11	you	you	PRON	O	0			ritter-152
+12	Cody	cody	PROPN	O	0		n.person	ritter-152
+13	and	and	CONJ	O	0			ritter-152
+14	Alli	alli	PROPN	O	0		n.person	ritter-152
+15	:D	:d	INTJ	O	0			ritter-152
+16	&lt;	&lt;	INTJ	O	0			ritter-152
+17	3dreaming	3dreaming	VERB	O	0		v.cognition	ritter-152
+18	big	big	ADJ	O	0			ritter-152
+19	&lt;	&lt;	INTJ	O	0			ritter-152
+20	3	3	INTJ	O	0			ritter-152
+21	!!!	!!!	PUNCT	O	0			ritter-152
+
+1	So	so	INTJ	O	0			ritter-153
+2	I	i	PRON	O	0			ritter-153
+3	'm	'm	AUX	O	0			ritter-153
+4	currently	currently	ADV	O	0			ritter-153
+5	looking	look	VERB	O	0		v.perception	ritter-153
+6	at	at	ADP	O	0			ritter-153
+7	about	about	ADJ	O	0			ritter-153
+8	5	5	NUM	O	0			ritter-153
+9	years	years	NOUN	O	0		n.time	ritter-153
+10	and	and	CONJ	O	0			ritter-153
+11	3	3	NUM	O	0			ritter-153
+12	months	month	NOUN	O	0		n.time	ritter-153
+13	if	if	ADP	O	0			ritter-153
+14	I	i	PRON	O	0			ritter-153
+15	can	can	AUX	O	0			ritter-153
+16	get	get	VERB	O	0		v.motion	ritter-153
+17	out	out	ADP	B	0			ritter-153
+18	of	of	ADP	I	17			ritter-153
+19	there	there	ADV	O	0			ritter-153
+20	within	within	ADP	O	0			ritter-153
+21	the	the	DET	O	0			ritter-153
+22	next	next	ADJ	O	0			ritter-153
+23	month	month	NOUN	O	0		n.time	ritter-153
+24	.	.	PUNCT	O	0			ritter-153
+
+1	RT	rt	X	O	0			ritter-154
+2	@TeenDreaming	@teendreaming	PROPN	O	0			ritter-154
+3	:	:	PUNCT	O	0			ritter-154
+4	Retweet	retweet	VERB	O	0		v.communication	ritter-154
+5	if	if	ADP	O	0			ritter-154
+6	you	you	PRON	O	0			ritter-154
+7	're	're	AUX	O	0			ritter-154
+8	being	be	AUX	O	0			ritter-154
+9	distracted	distract	VERB	O	0		v.perception	ritter-154
+10	by	by	ADP	O	0			ritter-154
+11	twitter	twitter	PROPN	O	0		n.communication	ritter-154
+12	when	when	ADV	O	0			ritter-154
+13	you	you	PRON	O	0			ritter-154
+14	're	're	AUX	O	0			ritter-154
+15	supposed	suppose	VERB	B	0			ritter-154
+16	to	to	PART	I	15			ritter-154
+17	be	be	AUX	O	0			ritter-154
+18	studying/doing	studying/doing	VERB	O	0		v.cognition	ritter-154
+19	homework	homework	NOUN	O	0		n.act	ritter-154
+20	!	!	PUNCT	O	0			ritter-154
+21	:p	:p	INTJ	O	0			ritter-154
+
+1	Mortgage	mortgage	NOUN	O	0		n.possession	ritter-155
+2	Advice	advice	NOUN	O	0		n.communication	ritter-155
+3	&gt;	&gt;	X	O	0			ritter-155
+4	First	first	ADJ	O	0			ritter-155
+5	time	time	NOUN	O	0		n.event	ritter-155
+6	home	home	NOUN	O	0		n.artifact	ritter-155
+7	buyer	buyer	NOUN	O	0		n.person	ritter-155
+8	with	with	ADP	O	0			ritter-155
+9	several	several	ADJ	O	0			ritter-155
+10	questions	question	NOUN	O	0		n.communication	ritter-155
+11	in	in	ADP	O	0			ritter-155
+12	...:	...:	PUNCT	O	0			ritter-155
+13	My	my	PRON	O	0			ritter-155
+14	wife	wife	NOUN	O	0		n.person	ritter-155
+15	and	and	CONJ	O	0			ritter-155
+16	I	i	PRON	O	0			ritter-155
+17	are	be	AUX	O	0			ritter-155
+18	beginning	begin	VERB	O	0		v.change	ritter-155
+19	to	to	PART	O	0			ritter-155
+20	look	look	VERB	O	0		v.perception	ritter-155
+21	at	at	ADP	O	0			ritter-155
+22	re	re	NOUN	O	0			ritter-155
+23	...	...	PUNCT	O	0			ritter-155
+24	http://bit.ly/hgMKjS	http://bit.ly/hgmkjs	X	O	0			ritter-155
+
+1	@justinbieber	@justinbieber	PROPN	O	0			ritter-156
+2	I	i	PRON	O	0			ritter-156
+3	have	have	VERB	O	0		v.possession	ritter-156
+4	this	this	DET	O	0			ritter-156
+5	on	on	ADP	O	0			ritter-156
+6	my	my	PRON	O	0			ritter-156
+7	computer	computer	NOUN	O	0		n.communication	ritter-156
+8	,	,	PUNCT	O	0			ritter-156
+9	it	it	PRON	O	0			ritter-156
+10	gives	give	VERB	O	0		v.communication	ritter-156
+11	me	me	PRON	O	0			ritter-156
+12	days	days	NOUN	O	0		n.time	ritter-156
+13	,	,	PUNCT	O	0			ritter-156
+14	hours	hours	NOUN	O	0		n.time	ritter-156
+15	,	,	PUNCT	O	0			ritter-156
+16	mintues	mintues	NOUN	O	0		n.time	ritter-156
+17	__AND__	__and__	CONJ	O	0			ritter-156
+18	seconds	second	NOUN	O	0		n.time	ritter-156
+19	till	till	ADP	O	0			ritter-156
+20	Feb	feb	PROPN	O	0		n.time	ritter-156
+21	9th	9th	NUM	O	0			ritter-156
+22	!	!	PUNCT	O	0			ritter-156
+23	#purpleglasses	#purpleglasses	NOUN	O	0			ritter-156
+24	http://twitpic.com/3nouem	http://twitpic.com/3nouem	X	O	0			ritter-156
+
+1	I	i	PRON	O	0			ritter-157
+2	just	just	ADV	O	0			ritter-157
+3	earned	earn	VERB	O	0		v.possession	ritter-157
+4	the	the	DET	O	0			ritter-157
+5	'	'	PUNCT	O	0			ritter-157
+6	New	new	PROPN	B	0		n.communication	ritter-157
+7	Brew	brew	PROPN	I	6			ritter-157
+8	Thursday	thursday	PROPN	I	7			ritter-157
+9	'	'	PUNCT	O	0			ritter-157
+10	badge	badge	NOUN	O	0		n.communication	ritter-157
+11	on	on	ADP	O	0			ritter-157
+12	@untappd	@untappd	PROPN	O	0		n.communication	ritter-157
+13	!	!	PUNCT	O	0			ritter-157
+14	http://untpd.it/Ubimqr	http://untpd.it/ubimqr	X	O	0			ritter-157
+
+1	@michaelringer24	@michaelringer24	PROPN	O	0			ritter-158
+2	yeah	yeah	INTJ	O	0			ritter-158
+3	when	when	ADV	O	0			ritter-158
+4	i	i	PRON	O	0			ritter-158
+5	got	get	VERB	O	0			ritter-158
+6	caught	catch	VERB	B	0		v.social	ritter-158
+7	up	up	PART	I	6			ritter-158
+8	a	a	DET	O	0			ritter-158
+9	year	year	NOUN	O	0		n.time	ritter-158
+10	ago	ago	ADV	O	0			ritter-158
+11	...	...	PUNCT	O	0			ritter-158
+12	you	you	PRON	O	0			ritter-158
+13	can	can	AUX	O	0			ritter-158
+14	prolly	prolly	ADV	O	0			ritter-158
+15	stay	stay	VERB	O	0		v.social	ritter-158
+16	with	with	ADP	O	0			ritter-158
+17	us	us	PRON	O	0			ritter-158
+18	..	..	PUNCT	O	0			ritter-158
+19	im	im	PRON	O	0			ritter-158
+20	stayin	stayin	VERB	O	0		v.social	ritter-158
+21	with	with	ADP	O	0			ritter-158
+22	lexis	lexis	PROPN	O	0		n.person	ritter-158
+23	on	on	ADP	O	0			ritter-158
+24	the	the	DET	O	0			ritter-158
+25	pull	pull	NOUN	B	0		n.act	ritter-158
+26	out	out	NOUN	I	25			ritter-158
+27	,	,	PUNCT	O	0			ritter-158
+28	you	you	PRON	O	0			ritter-158
+29	cn	cn	VERB	O	0			ritter-158
+30	prolly	prolly	ADV	O	0			ritter-158
+
+1	@The_Messiah113	@the_messiah113	PROPN	O	0			ritter-159
+2	177	177	NUM	O	0			ritter-159
+3	people	people	NOUN	O	0		n.person	ritter-159
+4	!	!	PUNCT	O	0			ritter-159
+5	:	:	INTJ	O	0			ritter-159
+6	0	0	INTJ	O	0			ritter-159
+7	lol	lol	INTJ	O	0			ritter-159
+8	a	a	DET	O	0			ritter-159
+9	week	week	NOUN	O	0		n.time	ritter-159
+10	or	or	CONJ	O	0			ritter-159
+11	what	what	PRON	O	0			ritter-159
+12	?	?	PUNCT	O	0			ritter-159
+
+1	@elbirth	@elbirth	PROPN	O	0			ritter-160
+2	haha	haha	INTJ	O	0			ritter-160
+3	,	,	PUNCT	O	0			ritter-160
+4	I	i	PRON	O	0			ritter-160
+5	want	want	VERB	O	0		v.emotion	ritter-160
+6	to	to	PART	O	0			ritter-160
+7	load	load	VERB	B	0		v.possession	ritter-160
+8	up	up	PART	I	7			ritter-160
+9	on	on	ADP	O	0			ritter-160
+10	that	that	DET	O	0			ritter-160
+11	before	before	ADP	O	0			ritter-160
+12	work	work	NOUN	O	0		n.act	ritter-160
+13	one	one	NUM	O	0			ritter-160
+14	day	day	NOUN	O	0		n.time	ritter-160
+
+1	Paul	paul	PROPN	B	0		n.person	ritter-161
+2	McCartney	mccartney	PROPN	I	1			ritter-161
+3	asks	ask	VERB	O	0		v.communication	ritter-161
+4	Indian	indian	PROPN	O	0			ritter-161
+5	Prime	prime	PROPN	B	0		n.person	ritter-161
+6	Minister	minister	PROPN	I	5			ritter-161
+7	to	to	PART	O	0			ritter-161
+8	declare	declare	VERB	O	0		v.communication	ritter-161
+9	national	national	ADJ	O	0			ritter-161
+10	Vegetarian	vegetarian	NOUN	B	0		n.time	ritter-161
+11	Day	day	NOUN	I	10			ritter-161
+12	-	-	PUNCT	O	0			ritter-161
+13	http://newzfor.me/?bv5q	http://newzfor.me/?bv5q	X	O	0			ritter-161
+
+1	@elizabethgrace7	@elizabethgrace7	PROPN	O	0			ritter-162
+2	I	i	PRON	O	0			ritter-162
+3	'm	'm	AUX	O	0			ritter-162
+4	leaving	leave	VERB	O	0		v.motion	ritter-162
+5	June	june	PROPN	O	0		n.time	ritter-162
+6	21	21	NUM	O	0			ritter-162
+7	and	and	CONJ	O	0			ritter-162
+8	just	just	ADV	O	0			ritter-162
+9	traveling	travel	VERB	O	0		v.motion	ritter-162
+10	in	in	ADP	O	0			ritter-162
+11	west	west	ADJ	O	0			ritter-162
+12	and	and	CONJ	O	0			ritter-162
+13	south	south	ADJ	O	0			ritter-162
+14	Europe	europe	PROPN	O	0		n.location	ritter-162
+15	.	.	PUNCT	O	0			ritter-162
+
+1	wait	wait	INTJ	O	0			ritter-163
+2	what	what	PRON	O	0			ritter-163
+3	was	be	VERB	O	0		v.stative	ritter-163
+4	ur	ur	PRON	O	0			ritter-163
+5	question	question	NOUN	O	0		n.communication	ritter-163
+6	:o	:o	INTJ	O	0			ritter-163
+7	?	?	PUNCT	O	0			ritter-163
+8	why	why	ADV	O	0			ritter-163
+9	would	would	AUX	O	0			ritter-163
+10	you	you	PRON	O	0			ritter-163
+11	tell	tell	VERB	O	0		v.communication	ritter-163
+12	her	her	PRON	O	0			ritter-163
+13	that	that	DET	O	0			ritter-163
+14	tho	tho	ADV	O	0			ritter-163
+15	when	when	ADV	O	0			ritter-163
+16	you	you	PRON	O	0			ritter-163
+17	really	really	ADV	O	0			ritter-163
+18	dont	dont	VERB	O	0			ritter-163
+19	know	know	VERB	O	0		v.cognition	ritter-163
+20	the	the	DET	O	0			ritter-163
+21	whole	whole	ADJ	O	0			ritter-163
+22	story	story	NOUN	O	0		n.communication	ritter-163
+23	?	?	PUNCT	O	0			ritter-163
+24	@getjaykrazy	@getjaykrazy	PROPN	O	0			ritter-163
+
+1	2011	2011	NUM	O	0			ritter-164
+2	first	first	ADJ	O	0			ritter-164
+3	time	time	NOUN	O	0		n.event	ritter-164
+4	home	home	NOUN	O	0		n.artifact	ritter-164
+5	buyer	buyer	NOUN	O	0		n.person	ritter-164
+6	incentives	incentive	NOUN	O	0		n.possession	ritter-164
+7	in	in	ADP	O	0			ritter-164
+8	Temecula	temecula	PROPN	O	0		n.location	ritter-164
+9	CA	ca	PROPN	O	0		n.location	ritter-164
+10	:	:	PUNCT	O	0			ritter-164
+11	2011	2011	NUM	O	0			ritter-164
+12	First	first	ADJ	O	0			ritter-164
+13	Time	time	NOUN	O	0		n.event	ritter-164
+14	Home	home	NOUN	O	0		n.artifact	ritter-164
+15	Buyer	buyer	NOUN	O	0		n.person	ritter-164
+16	Incentives	incentive	NOUN	O	0		n.possession	ritter-164
+17	in	in	ADP	O	0			ritter-164
+18	Temecula	temecula	PROPN	O	0		n.location	ritter-164
+19	CA	ca	PROPN	O	0		n.location	ritter-164
+20	Incen	incen	NOUN	O	0		n.possession	ritter-164
+21	...	...	PUNCT	O	0			ritter-164
+22	http://bit.ly/hB3WWp	http://bit.ly/hb3wwp	X	O	0			ritter-164
+
+1	@yourjessica	@yourjessica	PROPN	O	0			ritter-165
+2	'll	'll	AUX	O	0			ritter-165
+3	do	do	VERB	O	0		v.change	ritter-165
+4	it	it	PRON	O	0			ritter-165
+5	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-165
+6	.	.	PUNCT	O	0			ritter-165
+7	Possibly	possibly	ADV	O	0			ritter-165
+8	.	.	PUNCT	O	0			ritter-165
+9	Most	most	ADV	O	0			ritter-165
+10	likely	likely	ADV	O	0			ritter-165
+11	.	.	PUNCT	O	0			ritter-165
+12	Hopefully	hopefully	ADV	O	0			ritter-165
+13	.	.	PUNCT	O	0			ritter-165
+14	Maybe	maybe	ADV	O	0			ritter-165
+15	:)	:)	INTJ	O	0			ritter-165
+
+1	@DottyDizzot	@dottydizzot	PROPN	O	0			ritter-166
+2	oh	oh	INTJ	O	0			ritter-166
+3	nice	nice	ADJ	O	0			ritter-166
+4	,	,	PUNCT	O	0			ritter-166
+5	im	im	PRON	O	0			ritter-166
+6	sdill	sdill	ADV	O	0			ritter-166
+7	at	at	ADP	O	0			ritter-166
+8	work	work	NOUN	O	0		n.location	ritter-166
+9	=(	=(	INTJ	O	0			ritter-166
+10	but	but	CONJ	O	0			ritter-166
+11	im	im	PRON	O	0			ritter-166
+12	glad	glad	ADJ	O	0			ritter-166
+13	it	it	PRON	O	0			ritter-166
+14	's	's	VERB	O	0		v.stative	ritter-166
+15	Friday	friday	PROPN	O	0		n.time	ritter-166
+16	today	today	NOUN	O	0		n.time	ritter-166
+17	=)	=)	INTJ	O	0			ritter-166
+
+1	Threesum	threesum	NOUN	O	0		n.act	ritter-167
+2	!	!	PUNCT	O	0			ritter-167
+3	This	this	DET	O	0			ritter-167
+4	is	be	VERB	O	0		v.stative	ritter-167
+5	the	the	DET	O	0			ritter-167
+6	time	time	NOUN	O	0		n.event	ritter-167
+7	!	!	PUNCT	O	0			ritter-167
+8	The	the	DET	O	0			ritter-167
+9	time	time	NOUN	O	0		n.event	ritter-167
+10	is	be	VERB	O	0		v.stative	ritter-167
+11	now	now	ADV	O	0			ritter-167
+12	!	!	PUNCT	O	0			ritter-167
+
+1	LMFAO	lmfao	INTJ	O	0			ritter-168
+2	:D	:d	INTJ	O	0			ritter-168
+3	RT	rt	X	O	0			ritter-168
+4	@PeezySqueezy	@peezysqueezy	PROPN	O	0			ritter-168
+5	:	:	PUNCT	O	0			ritter-168
+6	Stop	stop	VERB	O	0		v.change	ritter-168
+7	tweeting	tweet	VERB	O	0		v.communication	ritter-168
+8	about	about	ADP	O	0			ritter-168
+9	jersey	jersey	PROPN	B	0		n.communication	ritter-168
+10	shore	shore	PROPN	I	9			ritter-168
+11	,	,	PUNCT	O	0			ritter-168
+12	we	we	PRON	O	0			ritter-168
+13	know	know	VERB	O	0		v.cognition	ritter-168
+14	its	its	PRON	O	0			ritter-168
+15	tonight	tonight	NOUN	O	0		n.time	ritter-168
+16	,	,	PUNCT	O	0			ritter-168
+17	but	but	CONJ	O	0			ritter-168
+18	its	its	PRON	O	0			ritter-168
+19	just	just	ADV	O	0			ritter-168
+20	another	another	DET	O	0			ritter-168
+21	that	that	DET	O	0			ritter-168
+22	shows	show	VERB	O	0			ritter-168
+23	of	of	ADP	O	0			ritter-168
+24	a	a	DET	O	0			ritter-168
+25	life	life	NOUN	O	0			ritter-168
+26	'll	'll	AUX	O	0			ritter-168
+27	never	never	ADV	O	0			ritter-168
+28	...	...	PUNCT	O	0			ritter-168
+
+1	@justinbieber	@justinbieber	PROPN	O	0		n.person	ritter-169
+2	omb	omb	INTJ	O	0			ritter-169
+3	ily	ily	ADV	O	0			ritter-169
+4	hope	hope	VERB	O	0		v.emotion	ritter-169
+5	one	one	NUM	O	0			ritter-169
+6	day	day	NOUN	O	0		n.time	ritter-169
+7	u	u	PRON	O	0			ritter-169
+8	follow	follow	VERB	O	0		v.communication	ritter-169
+9	me	me	PRON	O	0			ritter-169
+10	'll	'll	AUX	O	0			ritter-169
+11	cry	cry	VERB	O	0		v.body	ritter-169
+12	!	!	PUNCT	O	0			ritter-169
+13	jk	jk	INTJ	O	0			ritter-169
+14	but	but	CONJ	O	0			ritter-169
+15	thats	thats	DET	O	0			ritter-169
+16	not	not	ADV	O	0			ritter-169
+17	all	all	DET	O	0			ritter-169
+18	'll	'll	AUX	O	0			ritter-169
+19	support	support	VERB	O	0		v.social	ritter-169
+20	u	u	PRON	O	0			ritter-169
+21	to	to	PART	O	0			ritter-169
+22	the	the	DET	O	0			ritter-169
+23	end	end	NOUN	O	0		n.state	ritter-169
+24	no	no	DET	B	0			ritter-169
+25	matter	matter	NOUN	I	24			ritter-169
+26	what	what	PRON	I	25			ritter-169
+27	ily	ily	ADV	O	0			ritter-169
+28	&lt;	&lt;	INTJ	O	0			ritter-169
+29	3	3	INTJ	O	0			ritter-169
+
+1	Mission	mission	NOUN	B	0		n.act	ritter-170
+2	Friday	friday	PROPN	I	1			ritter-170
+3	:	:	PUNCT	O	0			ritter-170
+4	In	in	ADP	B	0			ritter-170
+5	Progress	progress	NOUN	I	4			ritter-170
+
+1	2	2	PROPN	B	0		n.group	ritter-171
+2	Steps	steps	PROPN	I	1			ritter-171
+3	Back	back	PROPN	I	2			ritter-171
+4	will	will	AUX	O	0			ritter-171
+5	be	be	AUX	O	0			ritter-171
+6	playing	play	VERB	O	0		v.communication	ritter-171
+7	at	at	ADP	O	0			ritter-171
+8	Ugly	ugly	PROPN	B	0		n.location	ritter-171
+9	Mug	mug	PROPN	I	8			ritter-171
+10	Live	live	ADV	O	0			ritter-171
+11	on	on	ADP	O	0			ritter-171
+12	08	08	NUM	O	0			ritter-171
+13	Jan	jan	PROPN	O	0		n.time	ritter-171
+14	:	:	PUNCT	O	0			ritter-171
+15	http://schmap.it/ntidVT	http://schmap.it/ntidvt	X	O	0			ritter-171
+16	(	(	PUNCT	O	0			ritter-171
+17	via	via	ADP	O	0			ritter-171
+18	@THE_BertBerry	@the_bertberry	PROPN	O	0			ritter-171
+19	)	)	PUNCT	O	0			ritter-171
+
+1	@deidrefunk	@deidrefunk	PROPN	O	0			ritter-172
+2	MTV	mtv	PROPN	O	0		n.communication	ritter-172
+3	IT	it	PRON	O	0			ritter-172
+4	TOMORROW	tomorrow	NOUN	O	0		n.time	ritter-172
+5	THATS	thats	DET	O	0			ritter-172
+6	WHAT	what	PRON	O	0			ritter-172
+7	IM	im	PRON	O	0			ritter-172
+8	GON	gon	VERB	O	0			ritter-172
+9	'	'	PUNCT	O	0			ritter-172
+10	DO	do	VERB	O	0		v.change	ritter-172
+11	!	!	PUNCT	O	0			ritter-172
+12	IM	im	PRON	O	0			ritter-172
+13	EXCITEDD	excitedd	ADJ	O	0			ritter-172
+
+1	RT	rt	X	O	0			ritter-173
+2	@EpicTweets_	@epictweets_	PROPN	O	0			ritter-173
+3	:	:	PUNCT	O	0			ritter-173
+4	When	when	ADV	O	0			ritter-173
+5	you	you	PRON	O	0			ritter-173
+6	check	check	VERB	B	0		v.perception	ritter-173
+7	out	out	PART	I	6			ritter-173
+8	your	your	PRON	O	0			ritter-173
+9	crush	crush	NOUN	O	0		n.person	ritter-173
+10	's	's	AUX	O	0			ritter-173
+11	FB	fb	PROPN	O	0		n.communication	ritter-173
+12	profile	profile	NOUN	O	0		n.communication	ritter-173
+13	alot	alot	ADV	O	0			ritter-173
+14	and	and	CONJ	O	0			ritter-173
+15	then	then	ADP	O	0			ritter-173
+16	they	they	PRON	O	0			ritter-173
+17	do	do	VERB	O	0		v.change	ritter-173
+18	this	this	DET	O	0			ritter-173
+19	''	''	PUNCT	O	0			ritter-173
+20	Top	top	PROPN	B	0		n.communication	ritter-173
+21	Followers/Fans	followers/fans	PROPN	I	20			ritter-173
+22	''	''	PUNCT	O	0			ritter-173
+23	thing	thing	NOUN	O	0		n.other	ritter-173
+24	and	and	CONJ	O	0			ritter-173
+25	they	they	PRON	O	0			ritter-173
+26	expose	expose	VERB	O	0		v.communication	ritter-173
+27	you	you	PRON	O	0			ritter-173
+28	.	.	PUNCT	O	0			ritter-173
+29	...	...	PUNCT	O	0			ritter-173
+
+1	@Ice_calibr29	@ice_calibr29	PROPN	O	0			ritter-174
+2	'll	'll	AUX	O	0			ritter-174
+3	tryy~	tryy~	VERB	O	0		v.cognition	ritter-174
+4	Hope	hope	VERB	O	0		v.emotion	ritter-174
+5	the	the	DET	O	0			ritter-174
+6	Sharks	sharks	PROPN	O	0		n.group	ritter-174
+7	will	will	AUX	O	0			ritter-174
+8	try	try	VERB	O	0		v.cognition	ritter-174
+9	tonight	tonight	NOUN	O	0		n.time	ritter-174
+10	,	,	PUNCT	O	0			ritter-174
+11	I	i	PRON	O	0			ritter-174
+12	think	think	VERB	O	0		v.cognition	ritter-174
+13	they	they	PRON	O	0			ritter-174
+14	should	should	AUX	O	0			ritter-174
+15	after	after	ADP	O	0			ritter-174
+16	Clowe	clowe	PROPN	O	0		n.person	ritter-174
+17	called	call	VERB	B	0		v.communication	ritter-174
+18	them	them	PRON	o	0			ritter-174
+19	out	out	PART	I	17			ritter-174
+20	on	on	ADP	O	0			ritter-174
+21	it	it	PRON	O	0			ritter-174
+22	http://tl.gd/7vjue7	http://tl.gd/7vjue7	X	O	0			ritter-174
+
+1	@JaeChartaye	@jaechartaye	PROPN	O	0		n.person	ritter-175
+2	I	i	PRON	O	0			ritter-175
+3	got	get	VERB	O	0		v.cognition	ritter-175
+4	u	u	PRON	O	0			ritter-175
+5	next	next	ADJ	O	0			ritter-175
+6	week	week	NOUN	O	0		n.time	ritter-175
+
+1	@RheaFayeB	@rheafayeb	PROPN	O	0			ritter-176
+2	yaaaayyy	yaaaayyy	INTJ	O	0			ritter-176
+3	!!!!!	!!!!!	PUNCT	O	0			ritter-176
+4	Same	same	ADJ	O	0			ritter-176
+5	to	to	PART	O	0			ritter-176
+6	you	you	PRON	O	0			ritter-176
+7	rhea	rhea	PROPN	O	0		n.person	ritter-176
+8	!!!!!	!!!!!	PUNCT	O	0			ritter-176
+9	This	this	DET	O	0			ritter-176
+10	year	year	NOUN	O	0		n.time	ritter-176
+11	reeks	reek	VERB	O	0		v.perception	ritter-176
+12	epic-ism	epic-ism	ADJ	O	0			ritter-176
+13	all	all	DET	O	0			ritter-176
+14	over	over	ADP	O	0			ritter-176
+15	!!!	!!!	PUNCT	O	0			ritter-176
+16	Be	be	VERB	B	0		v.stative	ritter-176
+17	sure	sure	ADJ	I	16			ritter-176
+18	to	to	PART	I	17			ritter-176
+19	ride	ride	VERB	O	0		v.motion	ritter-176
+20	that	that	DET	O	0			ritter-176
+21	epic	epic	NOUN	O	0			ritter-176
+22	wave	wave	NOUN	O	0		n.event	ritter-176
+23	;)	;)	INTJ	O	0			ritter-176
+
+1	With	with	ADP	O	0			ritter-177
+2	record	record	NOUN	O	0			ritter-177
+3	low	low	ADJ	O	0			ritter-177
+4	interest	interest	NOUN	B	0		n.possession	ritter-177
+5	rates	rates	NOUN	I	4			ritter-177
+6	,	,	PUNCT	O	0			ritter-177
+7	2011	2011	NUM	O	0			ritter-177
+8	is	be	AUX	O	0			ritter-177
+9	proving	prove	VERB	O	0		v.stative	ritter-177
+10	to	to	PART	O	0			ritter-177
+11	be	be	VERB	O	0		v.stative	ritter-177
+12	a	a	DET	O	0			ritter-177
+13	great	great	ADJ	O	0			ritter-177
+14	time	time	NOUN	O	0		n.time	ritter-177
+15	to	to	PART	O	0			ritter-177
+16	buy	buy	VERB	O	0		v.possession	ritter-177
+17	real	real	NOUN	B	0		n.possession	ritter-177
+18	estate	estate	NOUN	I	17			ritter-177
+19	in	in	ADP	O	0			ritter-177
+20	the	the	DET	O	0			ritter-177
+21	lower	low	ADJ	O	0			ritter-177
+22	mainland	mainland	NOUN	O	0		n.location	ritter-177
+23	.	.	PUNCT	O	0			ritter-177
+24	http://bit.ly/h4wiIs	http://bit.ly/h4wiis	X	O	0			ritter-177
+
+1	RT	rt	X	O	0			ritter-178
+2	@purplekissessxo	@purplekissessxo	PROPN	O	0			ritter-178
+3	:	:	PUNCT	O	0			ritter-178
+4	@EL_Swagga1	@el_swagga1	PROPN	O	0		n.person	ritter-178
+5	i	i	PRON	O	0			ritter-178
+6	miss	miss	VERB	O	0		v.emotion	ritter-178
+7	your	your	PRON	O	0			ritter-178
+8	face	face	NOUN	O	0		n.body	ritter-178
+9	.	.	PUNCT	O	0			ritter-178
+10	i	i	PRON	O	0			ritter-178
+11	was	be	AUX	O	0			ritter-178
+12	thinking	think	VERB	O	0		v.cognition	ritter-178
+13	the	the	DET	O	0			ritter-178
+14	other	other	ADJ	O	0			ritter-178
+15	day	day	NOUN	O	0		n.time	ritter-178
+16	how	how	ADV	O	0			ritter-178
+17	excited	excited	ADJ	O	0			ritter-178
+18	you	you	PRON	O	0			ritter-178
+19	were	be	VERB	O	0		v.stative	ritter-178
+20	when	when	ADV	O	0			ritter-178
+21	you	you	PRON	O	0			ritter-178
+22	first	first	ADV	O	0			ritter-178
+23	got	get	VERB	O	0		v.possession	ritter-178
+24	pandora	pandora	PROPN	O	0		n.communication	ritter-178
+25	..	..	PUNCT	O	0			ritter-178
+26	aww	aww	INTJ	O	0			ritter-178
+27	lol	lol	INTJ	O	0			ritter-178
+28	...	...	PUNCT	O	0			ritter-178
+
+1	just	just	ADV	O	0			ritter-179
+2	went	go	VERB	O	0		v.motion	ritter-179
+3	on	on	ADP	O	0			ritter-179
+4	an	an	DET	O	0			ritter-179
+5	unfollowing	unfollowing	NOUN	O	0		n.act	ritter-179
+6	spree	spree	NOUN	O	0		n.act	ritter-179
+7	...	...	PUNCT	O	0			ritter-179
+8	there	there	DET	O	0			ritter-179
+9	's	's	VERB	O	0		v.stative	ritter-179
+10	no	no	DET	O	0			ritter-179
+11	point	point	NOUN	O	0		n.motive	ritter-179
+12	of	of	ADP	O	0			ritter-179
+13	following	follow	VERB	O	0		v.communication	ritter-179
+14	you	you	PRON	O	0			ritter-179
+15	if	if	ADP	O	0			ritter-179
+16	you	you	PRON	O	0			ritter-179
+17	have	have	AUX	O	0			ritter-179
+18	n't	n't	ADV	O	0			ritter-179
+19	tweeted	tweet	VERB	O	0		v.communication	ritter-179
+20	in	in	ADP	O	0			ritter-179
+21	10+	10+	NUM	O	0			ritter-179
+22	days	days	NOUN	O	0		n.time	ritter-179
+23	.	.	PUNCT	O	0			ritter-179
+24	#justsaying	#justsaying	X	O	0			ritter-179
+25	..	..	PUNCT	O	0			ritter-179
+
+1	going	go	VERB	O	0		v.motion	ritter-180
+2	to	to	PART	O	0			ritter-180
+3	portland	portland	PROPN	O	0		n.location	ritter-180
+4	in	in	ADP	O	0			ritter-180
+5	t-minus	t-minus	NOUN	B	0		n.time	ritter-180
+6	26	26	NUM	o	0			ritter-180
+7	days	days	NOUN	I	5			ritter-180
+
+1	AUTUMN	autumn	PROPN	O	0		n.time	ritter-181
+2	COMES	come	VERB	O	0		v.motion	ritter-181
+3	SATURDAY	saturday	PROPN	O	0		n.time	ritter-181
+4	&lt;	&lt;	INTJ	O	0			ritter-181
+5	3	3	INTJ	O	0			ritter-181
+6	!!!	!!!	PUNCT	O	0			ritter-181
+
+1	So	so	INTJ	O	0			ritter-182
+2	im	im	PRON	O	0			ritter-182
+3	in	in	ADP	O	0			ritter-182
+4	tha	tha	DET	O	0			ritter-182
+5	chi	chi	PROPN	O	0		n.location	ritter-182
+6	whts	whts	PRON	O	0			ritter-182
+7	popping	pop	VERB	O	0		v.social	ritter-182
+8	tonight	tonight	NOUN	O	0		n.time	ritter-182
+9	?	?	PUNCT	O	0			ritter-182
+
+1	Nothing	nothing	NOUN	B	0			ritter-183
+2	like	like	ADP	I	1			ritter-183
+3	getting	get	VERB	O	0		v.possession	ritter-183
+4	no	no	DET	O	0			ritter-183
+5	sleep	sleep	NOUN	O	0		n.state	ritter-183
+6	before	before	ADP	O	0			ritter-183
+7	a	a	DET	O	0			ritter-183
+8	5	5	NUM	O	0			ritter-183
+9	hour	hour	NOUN	O	0		n.time	ritter-183
+10	trip	trip	NOUN	O	0		n.event	ritter-183
+11	..	..	PUNCT	O	0			ritter-183
+12	#wheee	#wheee	X	O	0			ritter-183
+
+1	Bestfriend	bestfriend	NOUN	O	0		n.person	ritter-184
+2	wanna	wanna	VERB	O	0		v.emotion	ritter-184
+3	go	go	VERB	O	0		v.motion	ritter-184
+4	wit	wit	ADP	O	0			ritter-184
+5	me	me	PRON	O	0			ritter-184
+6	to	to	PART	O	0			ritter-184
+7	get	get	VERB	B	0		v.body	ritter-184
+8	my	my	PRON	o	0			ritter-184
+9	nails	nail	NOUN	o	0		n.body	ritter-184
+10	did	do	VERB	I	7			ritter-184
+11	Saturday	saturday	PROPN	O	0		n.time	ritter-184
+
+1	BE	be	VERB	O	0		v.stative	ritter-185
+2	IN	in	ADP	O	0			ritter-185
+3	TEXAS	texas	PROPN	O	0		n.location	ritter-185
+4	NEXT	next	ADJ	O	0			ritter-185
+5	WEEK	week	NOUN	O	0		n.time	ritter-185
+6	..........	..........	PUNCT	O	0			ritter-185
+7	IM	im	PRON	O	0			ritter-185
+8	TIRED	tired	ADJ	O	0			ritter-185
+9	OF	of	ADP	O	0			ritter-185
+10	THIS	this	DET	O	0			ritter-185
+11	DMV	dmv	PROPN	O	0		n.location	ritter-185
+12	COLD	cold	NOUN	O	0		n.state	ritter-185
+13	........	........	PUNCT	O	0			ritter-185
+
+1	NHL	nhl	PROPN	O	0		n.group	ritter-186
+2	Betting	bet	VERB	O	0		v.possession	ritter-186
+3	Picks	pick	NOUN	O	0		n.possession	ritter-186
+4	-	-	PUNCT	O	0			ritter-186
+5	Bruins	bruins	PROPN	O	0		n.group	ritter-186
+6	vs	vs	ADP	O	0			ritter-186
+7	Wild	wild	PROPN	O	0		n.group	ritter-186
+8	:	:	PUNCT	O	0			ritter-186
+9	Thursday	thursday	PROPN	O	0		n.time	ritter-186
+10	night	night	NOUN	O	0		n.time	ritter-186
+11	is	be	AUX	O	0			ritter-186
+12	reserved	reserve	VERB	O	0		v.stative	ritter-186
+13	for	for	ADP	O	0			ritter-186
+14	hockey	hockey	NOUN	O	0		n.act	ritter-186
+15	as	as	ADP	O	0			ritter-186
+16	we	we	PRON	O	0			ritter-186
+17	are	be	AUX	O	0			ritter-186
+18	taking	take	VERB	B	0		v.stative	ritter-186
+19	a	a	DET	o	0			ritter-186
+20	good	good	ADJ	o	0			ritter-186
+21	rest	rest	NOUN	I	18			ritter-186
+22	from	from	ADP	O	0			ritter-186
+23	the	the	DET	O	0			ritter-186
+24	...	...	PUNCT	O	0			ritter-186
+25	http://bit.ly/gw8oSb	http://bit.ly/gw8osb	X	O	0			ritter-186
+
+1	I	i	PRON	O	0			ritter-187
+2	've	've	AUX	O	0			ritter-187
+3	been	be	VERB	O	0		v.stative	ritter-187
+4	at	at	ADP	O	0			ritter-187
+5	this	this	DET	O	0			ritter-187
+6	'	'	PUNCT	O	0			ritter-187
+7	almost	almost	ADV	O	0			ritter-187
+8	done	do	VERB	O	0			ritter-187
+9	!'	!'	ADJ	O	0			ritter-187
+10	stage	stage	NOUN	O	0		n.state	ritter-187
+11	in	in	ADP	O	0			ritter-187
+12	building	build	VERB	O	0		v.creation	ritter-187
+13	my	my	PRON	O	0			ritter-187
+14	portfolio	portfolio	NOUN	O	0		n.communication	ritter-187
+15	for	for	ADP	O	0			ritter-187
+16	over	over	ADP	O	0			ritter-187
+17	a	a	DET	O	0			ritter-187
+18	month	month	NOUN	O	0		n.time	ritter-187
+19	now	now	ADV	O	0			ritter-187
+20	but	but	CONJ	O	0			ritter-187
+21	I	i	PRON	O	0			ritter-187
+22	just	just	ADV	O	0			ritter-187
+23	ca	ca	AUX	O	0			ritter-187
+24	n't	n't	ADV	O	0			ritter-187
+25	quite	quite	ADV	O	0			ritter-187
+26	finish	finish	VERB	O	0		v.change	ritter-187
+27	it	it	PRON	O	0			ritter-187
+28	.	.	PUNCT	O	0			ritter-187
+29	Sigh	sigh	NOUN	O	0		n.communication	ritter-187
+30	.	.	PUNCT	O	0			ritter-187
+
+1	@AuntB	@auntb	PROPN	O	0			ritter-188
+2	@rachel_w	@rachel_w	PROPN	O	0			ritter-188
+3	@randomjeweler	@randomjeweler	PROPN	O	0			ritter-188
+4	To	to	PART	O	0			ritter-188
+5	further	further	VERB	O	0		v.social	ritter-188
+6	your	your	PRON	O	0			ritter-188
+7	daily	daily	NOUN	B	0		n.communication	ritter-188
+8	downer	downer	NOUN	I	7			ritter-188
+9	,	,	PUNCT	O	0			ritter-188
+10	he	he	PRON	O	0			ritter-188
+11	made	make	VERB	O	0		v.creation	ritter-188
+12	Requiem	requiem	PROPN	B	0		n.communication	ritter-188
+13	for	for	PROPN	I	12			ritter-188
+14	a	a	PROPN	I	13			ritter-188
+15	Dream	dream	NOUN	I	14			ritter-188
+16	when	when	ADV	O	0			ritter-188
+17	he	he	PRON	O	0			ritter-188
+18	was	be	VERB	O	0		v.stative	ritter-188
+19	31	31	NUM	O	0			ritter-188
+20	.	.	PUNCT	O	0			ritter-188
+
+1	gonna	gonna	VERB	O	0			ritter-189
+2	watch	watch	VERB	O	0		v.perception	ritter-189
+3	500	500	PROPN	B	0		n.communication	ritter-189
+4	days	days	PROPN	I	3			ritter-189
+5	of	of	PROPN	I	4			ritter-189
+6	summer	summer	PROPN	I	5			ritter-189
+7	,	,	PUNCT	O	0			ritter-189
+8	and	and	CONJ	O	0			ritter-189
+9	call	call	VERB	B	0		v.change	ritter-189
+10	it	it	PRON	I	9			ritter-189
+11	a	a	DET	I	10			ritter-189
+12	night	night	NOUN	O	0		n.state	ritter-189
+13	:\	:\	INTJ	O	0			ritter-189
+
+1	@Greeneyed0807	@greeneyed0807	PROPN	O	0			ritter-190
+2	Heyyyyy	heyyyyy	INTJ	O	0			ritter-190
+3	!	!	PUNCT	O	0			ritter-190
+4	When	when	ADV	O	0			ritter-190
+5	are	be	AUX	O	0			ritter-190
+6	you	you	PRON	O	0			ritter-190
+7	ever	ever	ADV	O	0			ritter-190
+8	coming	come	VERB	O	0		v.motion	ritter-190
+9	back	back	ADV	O	0			ritter-190
+10	.	.	PUNCT	O	0			ritter-190
+11	Ummm	ummm	INTJ	O	0			ritter-190
+12	can	can	AUX	O	0			ritter-190
+13	you	you	PRON	O	0			ritter-190
+14	like	like	ADV	O	0			ritter-190
+15	call	call	VERB	O	0		v.communication	ritter-190
+16	meee	meee	PRON	O	0			ritter-190
+17	,	,	PUNCT	O	0			ritter-190
+
+1	@ahleach	@ahleach	PROPN	O	0			ritter-191
+2	me	me	PRON	B	0		v.cognition	ritter-191
+3	thinks	think	VERB	I	2			ritter-191
+4	it	it	PRON	O	0			ritter-191
+5	was	be	VERB	O	0		v.stative	ritter-191
+6	tedious	tedious	ADJ	O	0			ritter-191
+7	and	and	CONJ	O	0			ritter-191
+8	a	a	DET	O	0			ritter-191
+9	waste	waste	NOUN	O	0		n.state	ritter-191
+10	of	of	ADP	O	0			ritter-191
+11	time	time	NOUN	O	0		n.time	ritter-191
+12	and	and	CONJ	O	0			ritter-191
+13	money	money	NOUN	O	0		n.possession	ritter-191
+14	-	-	PUNCT	O	0			ritter-191
+15	15	15	NUM	O	0			ritter-191
+16	mins	min	NOUN	O	0		n.time	ritter-191
+17	over	over	ADP	O	0			ritter-191
+18	-	-	PUNCT	O	0			ritter-191
+19	what	what	PRON	O	0			ritter-191
+20	was	be	VERB	O	0		v.stative	ritter-191
+21	the	the	DET	O	0			ritter-191
+22	point	point	NOUN	O	0		n.motive	ritter-191
+23	of	of	ADP	O	0			ritter-191
+24	her	her	PRON	O	0			ritter-191
+25	?	?	PUNCT	O	0			ritter-191
+
+1	I	i	PRON	O	0			ritter-192
+2	feel	feel	VERB	O	0		v.emotion	ritter-192
+3	like	like	ADP	O	0			ritter-192
+4	a	a	DET	O	0			ritter-192
+5	trillion	trillion	NUM	O	0			ritter-192
+6	bucks	buck	NOUN	O	0		n.possession	ritter-192
+7	!	!	PUNCT	O	0			ritter-192
+8	I	i	PRON	O	0			ritter-192
+9	feel	feel	VERB	O	0		v.emotion	ritter-192
+10	like	like	ADP	O	0			ritter-192
+11	breaking	break	VERB	O	0		v.change	ritter-192
+12	a	a	DET	O	0			ritter-192
+13	record	record	NOUN	O	0		n.cognition	ritter-192
+14	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-192
+15	...	...	PUNCT	O	0			ritter-192
+16	and	and	CONJ	O	0			ritter-192
+17	i	i	PRON	O	0			ritter-192
+18	will	will	VERB	O	0			ritter-192
+
+1	@hime8644	@hime8644	PROPN	O	0			ritter-193
+2	LOL	lol	INTJ	O	0			ritter-193
+3	theres	theres	DET	O	0			ritter-193
+4	always	always	ADV	O	0			ritter-193
+5	some	some	DET	O	0			ritter-193
+6	good	good	ADJ	O	0			ritter-193
+7	vids	vids	NOUN	O	0		n.communication	ritter-193
+8	I	i	PRON	O	0			ritter-193
+9	didnt	didnt	VERB	O	0			ritter-193
+10	see	see	VERB	O	0		v.perception	ritter-193
+11	before	before	ADV	O	0			ritter-193
+12	like	like	ADP	O	0			ritter-193
+13	this	this	DET	O	0			ritter-193
+14	one	one	NOUN	O	0			ritter-193
+15	XD	xd	INTJ	O	0			ritter-193
+16	---	---	X	O	0			ritter-193
+17	&gt;	&gt;	X	O	0			ritter-193
+18	http://www.youtube.com/watch?v=8zJKZJ7TGlU	http://www.youtube.com/watch?v=8zjkzj7tglu	X	O	0			ritter-193
+19	OMG	omg	INTJ	O	0			ritter-193
+20	*DROOLS*	*drools*	INTJ	O	0			ritter-193
+
+1	Has	have	AUX	O	0			ritter-194
+2	been	be	VERB	O	0		v.stative	ritter-194
+3	a	a	DET	O	0			ritter-194
+4	good	good	ADJ	O	0			ritter-194
+5	week	week	NOUN	O	0		n.time	ritter-194
+6	so	so	ADV	B	0			ritter-194
+7	far	far	ADV	I	6			ritter-194
+8	:)	:)	INTJ	O	0			ritter-194
+9	Immensely	immensely	ADV	O	0			ritter-194
+10	entertained	entertain	VERB	O	0		v.social	ritter-194
+11	by	by	ADP	O	0			ritter-194
+12	dog	dog	NOUN	O	0		n.animal	ritter-194
+13	in	in	ADP	O	0			ritter-194
+14	snow	snow	NOUN	O	0		n.substance	ritter-194
+15	!	!	PUNCT	O	0			ritter-194
+
+1	Is	be	VERB	O	0		v.stative	ritter-195
+2	there	there	DET	O	0			ritter-195
+3	an	an	DET	O	0			ritter-195
+4	At	at	PROPN	B	0		n.event	ritter-195
+5	Issue	issue	NOUN	I	4			ritter-195
+6	panel	panel	NOUN	I	5			ritter-195
+7	tonight	tonight	NOUN	O	0		n.time	ritter-195
+8	?	?	PUNCT	O	0			ritter-195
+
+1	RT	rt	X	O	0			ritter-196
+2	@bieberarmy	@bieberarmy	PROPN	O	0			ritter-196
+3	:	:	PUNCT	O	0			ritter-196
+4	@LilTwist	@liltwist	PROPN	O	0			ritter-196
+5	Yeah	yeah	INTJ	O	0			ritter-196
+6	if	if	ADP	B	0			ritter-196
+7	I	i	PRON	I	6			ritter-196
+8	were	be	VERB	I	7			ritter-196
+9	you	you	PRON	I	8			ritter-196
+10	I'd	i'd	PRON	O	0			ritter-196
+11	sleep	sleep	VERB	O	0		v.body	ritter-196
+12	with	with	ADP	O	0			ritter-196
+13	one	one	NUM	O	0			ritter-196
+14	eye	eye	NOUN	O	0		n.body	ritter-196
+15	open	open	NOUN	O	0			ritter-196
+16	...	...	PUNCT	O	0			ritter-196
+17	considering	consider	VERB	O	0			ritter-196
+18	@justinbieber	@justinbieber	PROPN	O	0		n.person	ritter-196
+19	slapped	slap	VERB	O	0		v.contact	ritter-196
+20	@itsryanbutler	@itsryanbutler	PROPN	O	0		n.person	ritter-196
+21	when	when	ADV	O	0			ritter-196
+22	he	he	PRON	O	0			ritter-196
+23	was	be	VERB	O	0		v.stative	ritter-196
+24	...	...	PUNCT	O	0			ritter-196
+
+1	@PhilHiPhy	@philhiphy	PROPN	O	0		n.person	ritter-197
+2	when	when	ADV	O	0			ritter-197
+3	r	r	VERB	O	0		v.stative	ritter-197
+4	u	u	PRON	O	0			ritter-197
+5	do	do	VERB	O	0		v.stative	ritter-197
+6	for	for	ADP	O	0			ritter-197
+7	an	an	DET	O	0			ritter-197
+8	upgrade	upgrade	NOUN	O	0		n.act	ritter-197
+9	?:	?:	INTJ	O	0			ritter-197
+10	P	p	INTJ	O	0			ritter-197
+
+1	RT	rt	X	O	0			ritter-198
+2	@SudsReport	@sudsreport	PROPN	O	0			ritter-198
+3	:	:	PUNCT	O	0			ritter-198
+4	Scrubs	scrubs	PROPN	O	0		n.communication	ritter-198
+5	fans	fan	NOUN	O	0		n.person	ritter-198
+6	are	be	VERB	O	0		v.stative	ritter-198
+7	on	on	ADP	B	0			ritter-198
+8	fire	fire	NOUN	I	7			ritter-198
+9	!	!	PUNCT	O	0			ritter-198
+10	Our	our	PRON	O	0			ritter-198
+11	tvguide.ca/soaps	tvguide.ca/soaps	PROPN	O	0		n.communication	ritter-198
+12	poll	poll	NOUN	O	0		n.communication	ritter-198
+13	is	be	VERB	O	0		v.stative	ritter-198
+14	fiery	fiery	ADJ	O	0			ritter-198
+15	tonight	tonight	NOUN	O	0		n.time	ritter-198
+16	.	.	PUNCT	O	0			ritter-198
+17	Do	do	AUX	O	0			ritter-198
+18	n't	n't	ADV	O	0			ritter-198
+19	f*ck	f*ck	VERB	O	0		v.social	ritter-198
+20	with	with	ADP	O	0			ritter-198
+21	Scrubs	scrubs	PROPN	O	0		n.communication	ritter-198
+22	,	,	PUNCT	O	0			ritter-198
+23	Liason	liason	PROPN	O	0		n.group	ritter-198
+24	,	,	PUNCT	O	0			ritter-198
+25	Carbo	carbo	PROPN	O	0		n.group	ritter-198
+26	,	,	PUNCT	O	0			ritter-198
+27	Bope	bope	PROPN	O	0		n.group	ritter-198
+28	,	,	PUNCT	O	0			ritter-198
+29	Venice	venice	PROPN	O	0		n.communication	ritter-198
+30	...	...	PUNCT	O	0			ritter-198
+
+1	"	"	PUNCT	O	0			ritter-199
+2	@DJDROC	@djdroc	PROPN	O	0			ritter-199
+3	:	:	PUNCT	O	0			ritter-199
+4	#beforeserato	#beforeserato	X	O	0			ritter-199
+5	djs	djs	PROPN	O	0		n.person	ritter-199
+6	actually	actually	ADV	O	0			ritter-199
+7	used	use	VERB	O	0		v.stative	ritter-199
+8	headphones	headphone	NOUN	O	0		n.artifact	ritter-199
+9	believe	believe	VERB	B	0			ritter-199
+10	it	it	PRON	I	9			ritter-199
+11	or	or	CONJ	I	10			ritter-199
+12	not	not	ADV	I	11			ritter-199
+13	"	"	PUNCT	O	0			ritter-199
+14	---	---	X	O	0			ritter-199
+15	except	except	ADP	O	0			ritter-199
+16	majestic	majestic	PROPN	O	0		n.person	ritter-199
+17	and	and	CONJ	O	0			ritter-199
+18	me	me	PRON	O	0			ritter-199
+19	when	when	ADV	O	0			ritter-199
+20	we	we	PRON	O	0			ritter-199
+21	were	be	VERB	O	0		v.stative	ritter-199
+22	drunk	drunk	ADJ	O	0			ritter-199
+23	...	...	PUNCT	O	0			ritter-199
+24	haha	haha	INTJ	O	0			ritter-199
+
+1	Sleep	sleep	VERB	O	0		v.stative	ritter-200
+2	.	.	PUNCT	O	0			ritter-200
+3	Tomorrow	tomorrow	NOUN	O	0		n.time	ritter-200
+4	is	be	VERB	O	0		v.stative	ritter-200
+5	Friday	friday	PROPN	O	0		n.time	ritter-200
+6	which	which	DET	O	0			ritter-200
+7	is	be	VERB	O	0		v.stative	ritter-200
+8	good	good	ADJ	O	0			ritter-200
+9	,	,	PUNCT	O	0			ritter-200
+10	but	but	CONJ	O	0			ritter-200
+11	then	then	ADP	O	0			ritter-200
+12	Saturday	saturday	PROPN	O	0		n.time	ritter-200
+13	,	,	PUNCT	O	0			ritter-200
+14	I	i	PRON	O	0			ritter-200
+15	have	have	VERB	O	0		v.stative	ritter-200
+16	work	work	NOUN	O	0		n.act	ritter-200
+17	.	.	PUNCT	O	0			ritter-200
+18	Ugh	ugh	INTJ	O	0			ritter-200
+19	.	.	PUNCT	O	0			ritter-200
+20	I	i	PRON	O	0			ritter-200
+21	have	have	VERB	O	0		v.possession	ritter-200
+22	basically	basically	ADV	O	0			ritter-200
+23	no	no	DET	O	0			ritter-200
+24	break	break	NOUN	O	0		n.act	ritter-200
+25	because	because	ADP	O	0			ritter-200
+26	I	i	PRON	O	0			ritter-200
+27	am	be	AUX	O	0			ritter-200
+28	doing	do	VERB	O	0		v.creation	ritter-200
+29	homework	homework	NOUN	O	0		n.act	ritter-200
+30	sunday	sunday	NOUN	O	0		n.time	ritter-200
+31	.	.	PUNCT	O	0			ritter-200
+
+1	@Pantera77fembz	@pantera77fembz	PROPN	O	0			ritter-201
+2	Gosh	gosh	INTJ	O	0			ritter-201
+3	!	!	PUNCT	O	0			ritter-201
+4	How	how	ADV	O	0			ritter-201
+5	long	long	ADJ	O	0			ritter-201
+6	you	you	PRON	O	0			ritter-201
+7	handle	handle	VERB	O	0		v.emotion	ritter-201
+8	this	this	DET	O	0			ritter-201
+9	life	life	NOUN	O	0		n.state	ritter-201
+10	??	??	PUNCT	O	0			ritter-201
+
+1	@xmrksthespot4	@xmrksthespot4	PROPN	O	0			ritter-202
+2	Okay	okay	INTJ	O	0			ritter-202
+3	girl	girl	INTJ	O	0			ritter-202
+4	,	,	PUNCT	O	0			ritter-202
+5	you	you	PRON	O	0			ritter-202
+6	let	let	VERB	B	0		v.communication	ritter-202
+7	me	me	PRON	o	0			ritter-202
+8	know	know	VERB	I	6			ritter-202
+9	when	when	ADV	O	0			ritter-202
+10	ur	ur	PRON	O	0			ritter-202
+11	havin	havin	VERB	O	0		v.stative	ritter-202
+12	or	or	CONJ	O	0			ritter-202
+13	know	know	VERB	O	0		v.cognition	ritter-202
+14	of	of	ADP	O	0			ritter-202
+15	sumthing	sumthing	NOUN	O	0			ritter-202
+16	Trey	trey	PROPN	O	0		n.person	ritter-202
+17	themed-	themed-	ADJ	O	0			ritter-202
+18	Im	im	PRON	O	0			ritter-202
+19	there	there	ADV	O	0			ritter-202
+20	ok	ok	INTJ	O	0			ritter-202
+
+1	Class	class	NOUN	O	0		n.attribute	ritter-203
+2	,	,	PUNCT	O	0			ritter-203
+3	intelligence	intelligence	NOUN	O	0		n.attribute	ritter-203
+4	,	,	PUNCT	O	0			ritter-203
+5	honesty	honesty	NOUN	O	0		n.attribute	ritter-203
+6	,	,	PUNCT	O	0			ritter-203
+7	and	and	CONJ	O	0			ritter-203
+8	morals	morals	NOUN	O	0		n.attribute	ritter-203
+9	are	be	VERB	O	0		v.stative	ritter-203
+10	non	non	ADJ	B	0			ritter-203
+11	existent	existent	ADJ	I	10			ritter-203
+12	these	these	DET	O	0			ritter-203
+13	days	days	NOUN	O	0		n.time	ritter-203
+14	.	.	PUNCT	O	0			ritter-203
+
+1	@justinbieber	@justinbieber	PROPN	O	0			ritter-204
+2	hey	hey	INTJ	O	0			ritter-204
+3	its	its	PRON	O	0			ritter-204
+4	my	my	PRON	O	0			ritter-204
+5	birthday	birthday	NOUN	O	0		n.event	ritter-204
+6	which	which	DET	O	0			ritter-204
+7	happens	happen	VERB	O	0		v.stative	ritter-204
+8	1	1	NUM	O	0			ritter-204
+9	time	time	NOUN	O	0		n.event	ritter-204
+10	every	every	DET	O	0			ritter-204
+11	year	year	NOUN	O	0		n.time	ritter-204
+12	.	.	PUNCT	O	0			ritter-204
+13	wanna	wanna	VERB	O	0		v.emotion	ritter-204
+14	actually	actually	ADV	O	0			ritter-204
+15	make	make	VERB	O	0		v.creation	ritter-204
+16	my	my	PRON	O	0			ritter-204
+17	wish	wish	NOUN	O	0		n.motive	ritter-204
+18	come	come	VERB	O	0		v.creation	ritter-204
+19	true	true	ADJ	O	0			ritter-204
+20	and	and	CONJ	O	0			ritter-204
+21	follow	follow	VERB	O	0		v.communication	ritter-204
+22	me	me	PRON	O	0			ritter-204
+23	TODAY	today	NOUN	O	0		n.time	ritter-204
+24	?	?	PUNCT	O	0			ritter-204
+25	(	(	INTJ	O	0			ritter-204
+26	:	:	INTJ	O	0			ritter-204
+
+1	RT	rt	X	O	0			ritter-205
+2	@JupiterStorm	@jupiterstorm	PROPN	O	0			ritter-205
+3	:	:	PUNCT	O	0			ritter-205
+4	1	1	NUM	O	0			ritter-205
+5	.	.	PUNCT	O	0			ritter-205
+6	6	6	NUM	O	0			ritter-205
+7	.	.	PUNCT	O	0			ritter-205
+8	2011	2011	NUM	O	0			ritter-205
+9	.	.	PUNCT	O	0			ritter-205
+10	The	the	DET	O	0			ritter-205
+11	day	day	NOUN	O	0		n.time	ritter-205
+12	@owlcity	@owlcity	PROPN	O	0		n.group	ritter-205
+13	went	go	VERB	O	0		v.motion	ritter-205
+14	on	on	ADP	O	0			ritter-205
+15	an	an	DET	O	0			ritter-205
+16	Emporer	emporer	PROPN	B	0		n.act	ritter-205
+17	's	's	PROPN	I	16			ritter-205
+18	New	new	PROPN	I	17			ritter-205
+19	Groove	groove	PROPN	I	18			ritter-205
+20	rampage	rampage	NOUN	I	19			ritter-205
+21	through	through	ADP	O	0			ritter-205
+22	twitter	twitter	NOUN	O	0		n.group	ritter-205
+23	.	.	PUNCT	O	0			ritter-205
+24	xD	xd	INTJ	O	0			ritter-205
+
+1	good	good	INTJ	O	0			ritter-206
+2	morning	morning	INTJ	O	0			ritter-206
+3	tweeps	tweeps	NOUN	O	0		n.person	ritter-206
+4	.	.	PUNCT	O	0			ritter-206
+5	have	have	VERB	O	0		v.stative	ritter-206
+6	'll	'll	AUX	O	0			ritter-206
+7	a	a	DET	O	0			ritter-206
+8	fabulous	fabulous	ADJ	O	0			ritter-206
+9	day	day	NOUN	O	0		n.time	ritter-206
+10	....	....	PUNCT	O	0			ritter-206
+
+1	I	i	PRON	O	0			ritter-207
+2	know	know	VERB	O	0		v.cognition	ritter-207
+3	Deena	deena	PROPN	O	0		n.person	ritter-207
+4	watched	watch	VERB	O	0		v.perception	ritter-207
+5	this	this	DET	O	0			ritter-207
+6	show	show	NOUN	O	0		n.communication	ritter-207
+7	,	,	PUNCT	O	0			ritter-207
+8	now	now	ADV	O	0			ritter-207
+9	shes	shes	PRON	O	0			ritter-207
+10	trying	try	VERB	O	0		v.social	ritter-207
+11	to	to	PART	O	0			ritter-207
+12	get	get	VERB	B	0		v.social	ritter-207
+13	with	with	ADP	I	12			ritter-207
+14	Vinny	vinny	PROPN	O	0		n.person	ritter-207
+15	after	after	ADP	O	0			ritter-207
+16	Snooki	snooki	PROPN	O	0		n.person	ritter-207
+17	been	be	VERB	B	0		v.social	ritter-207
+18	with	with	ADP	I	17			ritter-207
+19	him	him	PRON	O	0			ritter-207
+20	?	?	PUNCT	O	0			ritter-207
+
+1	RT	rt	X	O	0			ritter-208
+2	@KyotoIS	@kyotois	PROPN	O	0			ritter-208
+3	:	:	PUNCT	O	0			ritter-208
+4	BEST	best	ADJ	O	0			ritter-208
+5	SATURDAY	saturday	PROPN	B	0		n.event	ritter-208
+6	PARTY	party	NOUN	I	5			ritter-208
+7	IN	in	ADP	O	0			ritter-208
+8	KYOTO	kyoto	PROPN	O	0		n.location	ritter-208
+9	!	!	PUNCT	O	0			ritter-208
+10	BUTTERFLY	butterfly	PROPN	B	0		n.event	ritter-208
+11	SATURDAYS	saturdays	PROPN	I	10			ritter-208
+12	@BUTTERFLYKYOTO	@butterflykyoto	PROPN	O	0			ritter-208
+13	@DJLEADJP	@djleadjp	PROPN	O	0			ritter-208
+14	@djshiotsu	@djshiotsu	PROPN	O	0			ritter-208
+15	@DJYMX	@djymx	PROPN	O	0			ritter-208
+16	http://t.co/ifuwGCI	http://t.co/ifuwgci	X	O	0			ritter-208
+
+1	I	i	PRON	O	0			ritter-209
+2	typed	type	VERB	O	0		v.creation	ritter-209
+3	an	an	DET	O	0			ritter-209
+4	essay	essay	NOUN	O	0		n.communication	ritter-209
+5	and	and	CONJ	O	0			ritter-209
+6	before	before	ADP	O	0			ritter-209
+7	I	i	PRON	O	0			ritter-209
+8	saved	save	VERB	O	0		v.stative	ritter-209
+9	it	it	PRON	O	0			ritter-209
+10	my	my	PRON	O	0			ritter-209
+11	lap	lap	NOUN	B	0		n.artifact	ritter-209
+12	top	top	NOUN	I	11			ritter-209
+13	froze	freeze	VERB	O	0		v.change	ritter-209
+14	and	and	CONJ	O	0			ritter-209
+15	died	die	VERB	O	0		v.change	ritter-209
+16	.	.	PUNCT	O	0			ritter-209
+17	-___-	-___-	INTJ	O	0			ritter-209
+
+1	Excellent	excellent	ADJ	O	0			ritter-210
+2	dinner	dinner	NOUN	O	0		n.food	ritter-210
+3	@nostranapdx	@nostranapdx	PROPN	O	0		n.person	ritter-210
+4	,	,	PUNCT	O	0			ritter-210
+5	now	now	ADV	O	0			ritter-210
+6	home	home	NOUN	O	0		n.location	ritter-210
+7	and	and	CONJ	O	0			ritter-210
+8	drinking	drink	VERB	O	0		v.consumption	ritter-210
+9	pinot	pinot	NOUN	O	0		n.food	ritter-210
+10	and	and	CONJ	O	0			ritter-210
+11	watching	watch	VERB	O	0		v.perception	ritter-210
+12	an	an	DET	O	0			ritter-210
+13	Ahhhhnold	ahhhhnold	PROPN	B	0		n.communication	ritter-210
+14	movie	movie	NOUN	I	13			ritter-210
+15	.	.	PUNCT	O	0			ritter-210
+16	Some	some	DET	O	0			ritter-210
+17	days	days	NOUN	O	0		n.time	ritter-210
+18	require	require	VERB	O	0		v.stative	ritter-210
+19	mixed	mix	VERB	B	0		n.communication	ritter-210
+20	messages	message	NOUN	I	19			ritter-210
+21	.	.	PUNCT	O	0			ritter-210
+
+1	Cruisers	cruiser	NOUN	O	0		n.group	ritter-211
+2	meet	meet	VERB	O	0		v.social	ritter-211
+3	at	at	ADP	O	0			ritter-211
+4	Norfolk	norfolk	PROPN	B	0		n.location	ritter-211
+5	Mall	mall	PROPN	I	4			ritter-211
+6	Swiss	swiss	PROPN	I	5			ritter-211
+7	Chalet	chalet	PROPN	I	6			ritter-211
+8	;	;	PUNCT	O	0			ritter-211
+9	Sat	sat	PROPN	O	0		n.time	ritter-211
+10	.	.	PUNCT	O	0			ritter-211
+11	Jan	jan	PROPN	O	0		n.time	ritter-211
+12	.	.	PUNCT	O	0			ritter-211
+13	22	22	NUM	O	0			ritter-211
+14	,	,	PUNCT	O	0			ritter-211
+15	4:30	4:30	NUM	O	0			ritter-211
+16	to	to	PART	O	0			ritter-211
+17	??.	??.	PUNCT	O	0			ritter-211
+18	Contact	contact	VERB	O	0		v.communication	ritter-211
+19	Doug	doug	PROPN	O	0		n.person	ritter-211
+20	for	for	ADP	O	0			ritter-211
+21	more	more	ADV	O	0			ritter-211
+22	info	info	NOUN	O	0		n.communication	ritter-211
+23	.	.	PUNCT	O	0			ritter-211
+24	http://www.cruisetillsonburg.com/	http://www.cruisetillsonburg.com/	X	O	0			ritter-211
+
+1	@iians	@iians	PROPN	O	0			ritter-212
+2	Id	id	PRON	O	0			ritter-212
+3	love	love	VERB	O	0		v.emotion	ritter-212
+4	to	to	PART	O	0			ritter-212
+5	see	see	VERB	O	0		v.perception	ritter-212
+6	IDWT	idwt	PROPN	O	0		n.communication	ritter-212
+7	live	live	ADJ	O	0			ritter-212
+8	from	from	ADP	O	0			ritter-212
+9	CES	ces	PROPN	O	0		n.location	ritter-212
+10	.	.	PUNCT	O	0			ritter-212
+11	And	and	CONJ	O	0			ritter-212
+12	one	one	NUM	O	0			ritter-212
+13	day	day	NOUN	O	0		n.time	ritter-212
+14	I	i	PRON	O	0			ritter-212
+15	hope	hope	VERB	O	0		v.emotion	ritter-212
+16	to	to	PART	O	0			ritter-212
+17	go	go	VERB	O	0		v.motion	ritter-212
+18	to	to	PART	O	0			ritter-212
+19	ces	ces	PROPN	O	0		n.location	ritter-212
+20	myself	myself	PRON	O	0			ritter-212
+21	.	.	PUNCT	O	0			ritter-212
+
+1	when	when	ADV	O	0			ritter-213
+2	does	do	AUX	O	0			ritter-213
+3	skins	skins	PROPN	O	0		n.communication	ritter-213
+4	start	start	VERB	O	0		v.change	ritter-213
+5	?	?	PUNCT	O	0			ritter-213
+
+1	@CELLY32	@celly32	PROPN	O	0			ritter-214
+2	I	i	PRON	O	0			ritter-214
+3	went	go	VERB	O	0		v.motion	ritter-214
+4	to	to	PART	O	0			ritter-214
+5	kolb	kolb	PROPN	O	0		n.location	ritter-214
+6	for	for	ADP	O	0			ritter-214
+7	a	a	DET	O	0			ritter-214
+8	week	week	NOUN	O	0		n.time	ritter-214
+9	lol	lol	INTJ	O	0			ritter-214
+10	that	that	DET	O	0			ritter-214
+11	shit	shit	NOUN	O	0		n.location	ritter-214
+12	was	be	VERB	O	0		v.stative	ritter-214
+13	trash	trash	ADJ	O	0			ritter-214
+14	lmao	lmao	INTJ	O	0			ritter-214
+
+1	RT	rt	X	O	0			ritter-215
+2	@PeepsMagoo	@peepsmagoo	PROPN	O	0			ritter-215
+3	:	:	PUNCT	O	0			ritter-215
+4	Please	please	VERB	O	0		v.communication	ritter-215
+5	help	help	VERB	O	0		v.social	ritter-215
+6	me	me	PRON	O	0			ritter-215
+7	save	save	VERB	O	0		v.social	ritter-215
+8	Sunshine	sunshine	PROPN	O	0		n.animal	ritter-215
+9	.	.	PUNCT	O	0			ritter-215
+10	She	she	PRON	O	0			ritter-215
+11	is	be	AUX	O	0			ritter-215
+12	scheduled	schedule	VERB	O	0		v.stative	ritter-215
+13	to	to	PART	O	0			ritter-215
+14	be	be	AUX	O	0			ritter-215
+15	put	put	VERB	B	0		v.body	ritter-215
+16	down	down	PART	I	15			ritter-215
+17	at	at	ADP	O	0			ritter-215
+18	a	a	DET	O	0			ritter-215
+19	Camarillo	camarillo	PROPN	B	0		n.location	ritter-215
+20	shelter	shelter	NOUN	I	19			ritter-215
+21	on	on	ADP	O	0			ritter-215
+22	Jan	jan	PROPN	O	0		n.time	ritter-215
+23	6	6	NUM	O	0			ritter-215
+24	http://fragurl.com/5P	http://fragurl.com/5p	X	O	0			ritter-215
+
+1	RT	rt	X	O	0			ritter-216
+2	@JANKYJ818	@jankyj818	PROPN	O	0			ritter-216
+3	:	:	PUNCT	O	0			ritter-216
+4	Shout	shout	VERB	B	0		v.communication	ritter-216
+5	out	out	PART	I	4			ritter-216
+6	2	2	PART	O	0			ritter-216
+7	all	all	DET	O	0			ritter-216
+8	the	the	DET	O	0			ritter-216
+9	real	real	ADJ	O	0			ritter-216
+10	women	woman	NOUN	O	0		n.person	ritter-216
+11	that	that	DET	O	0			ritter-216
+12	hold	hold	VERB	B	0		v.social	ritter-216
+13	they	they	PRON	o	0			ritter-216
+14	man	man	NOUN	o	0		n.person	ritter-216
+15	down	down	ADP	I	12			ritter-216
+16	when	when	ADV	O	0			ritter-216
+17	he	he	PRON	O	0			ritter-216
+18	's	's	AUX	O	0			ritter-216
+19	doin	doin	VERB	O	0		v.stative	ritter-216
+20	what	what	PRON	O	0			ritter-216
+21	he	he	PRON	O	0			ritter-216
+22	has	have	AUX	O	0			ritter-216
+23	2	2	PART	O	0			ritter-216
+24	do	do	AUX	O	0			ritter-216
+25	2	2	PART	O	0			ritter-216
+26	make	make	VERB	B	0		v.competition	ritter-216
+27	it	it	PRON	I	26			ritter-216
+28	in	in	ADP	O	0			ritter-216
+29	this	this	DET	O	0			ritter-216
+30	world	world	NOUN	O	0		n.phenomenon	ritter-216
+31	!	!	PUNCT	O	0			ritter-216
+32	RESPECT	respect	VERB	O	0		v.social	ritter-216
+33	T	t	NOUN	O	0			ritter-216
+34	...	...	PUNCT	O	0			ritter-216
+
+1	@Khunnie0624	@khunnie0624	PROPN	O	0			ritter-217
+2	because	because	ADP	O	0			ritter-217
+3	I	i	PRON	O	0			ritter-217
+4	have	have	VERB	O	0		v.stative	ritter-217
+5	no	no	DET	O	0			ritter-217
+6	time	time	NOUN	O	0		n.time	ritter-217
+7	to	to	PART	O	0			ritter-217
+8	fan-girl	fan-girl	VERB	O	0		v.emotion	ritter-217
+9	...	...	PUNCT	O	0			ritter-217
+10	I	i	PRON	O	0			ritter-217
+11	miss	miss	VERB	O	0		v.emotion	ritter-217
+12	you	you	PRON	O	0			ritter-217
+13	!	!	PUNCT	O	0			ritter-217
+14	:(	:(	INTJ	O	0			ritter-217
+
+1	Hey	hey	INTJ	O	0			ritter-218
+2	Pouliot	pouliot	PROPN	O	0		n.person	ritter-218
+3	,	,	PUNCT	O	0			ritter-218
+4	remember	remember	VERB	O	0		v.cognition	ritter-218
+5	that	that	DET	O	0			ritter-218
+6	time	time	NOUN	O	0		n.time	ritter-218
+7	when	when	ADV	O	0			ritter-218
+8	Sid	sid	PROPN	O	0		n.person	ritter-218
+9	and	and	CONJ	O	0			ritter-218
+10	Jack	jack	PROPN	O	0		n.person	ritter-218
+11	were	be	AUX	O	0			ritter-218
+12	both	both	DET	O	0			ritter-218
+13	drafted	draft	VERB	O	0		v.change	ritter-218
+14	before	before	ADP	O	0			ritter-218
+15	you	you	PRON	O	0			ritter-218
+16	and	and	CONJ	O	0			ritter-218
+17	you	you	PRON	O	0			ritter-218
+18	stared	stare	VERB	O	0		v.perception	ritter-218
+19	at	at	ADP	O	0			ritter-218
+20	your	your	PRON	O	0			ritter-218
+21	acne	acne	NOUN	O	0		n.body	ritter-218
+22	?	?	PUNCT	O	0			ritter-218
+23	good	good	ADJ	O	0			ritter-218
+24	times	times	NOUN	O	0		n.time	ritter-218
+25	.	.	PUNCT	O	0			ritter-218
+
+1	my	my	PRON	O	0			ritter-219
+2	tl	tl	NOUN	O	0		n.communication	ritter-219
+3	is	be	VERB	O	0		v.stative	ritter-219
+4	full	full	ADJ	O	0			ritter-219
+5	of	of	ADP	O	0			ritter-219
+6	jersey	jersey	PROPN	B	0		n.communication	ritter-219
+7	shore	shore	PROPN	I	6			ritter-219
+8	.	.	PUNCT	O	0			ritter-219
+9	time	time	NOUN	O	0		n.time	ritter-219
+10	to	to	PART	O	0			ritter-219
+11	get	get	VERB	B	0		v.change	ritter-219
+12	of	of	ADP	I	11			ritter-219
+13	now	now	ADV	O	0			ritter-219
+14	.	.	PUNCT	O	0			ritter-219
+
+1	Jersey	jersey	PROPN	B	0		n.communication	ritter-220
+2	Shore	shore	PROPN	I	1			ritter-220
+3	is	be	AUX	O	0			ritter-220
+4	overrated	overrate	VERB	O	0		v.cognition	ritter-220
+5	.	.	PUNCT	O	0			ritter-220
+6	studying	study	VERB	O	0		v.cognition	ritter-220
+7	and	and	CONJ	O	0			ritter-220
+8	history	history	NOUN	B	0		n.cognition	ritter-220
+9	homework	homework	NOUN	I	8			ritter-220
+10	then	then	ADV	O	0			ritter-220
+11	a	a	DET	O	0			ritter-220
+12	fat	fat	ADJ	O	0			ritter-220
+13	night	night	NOUN	O	0		n.event	ritter-220
+14	of	of	ADP	O	0			ritter-220
+15	sleep	sleep	NOUN	O	0		n.body	ritter-220
+16	!	!	PUNCT	O	0			ritter-220
+17	lord	lord	PROPN	O	0		n.person	ritter-220
+18	give	give	VERB	O	0		v.possession	ritter-220
+19	me	me	PRON	O	0			ritter-220
+20	a	a	DET	O	0			ritter-220
+21	snow	snow	NOUN	B	0		n.event	ritter-220
+22	day	day	NOUN	I	21			ritter-220
+23	:)	:)	INTJ	O	0			ritter-220
+
+1	@YoDayDay	@yodayday	PROPN	O	0			ritter-221
+2	Nope	nope	INTJ	O	0			ritter-221
+3	!	!	PUNCT	O	0			ritter-221
+4	*lil	*lil	ADJ	B	0			ritter-221
+5	kid	kid	NOUN	I	4			ritter-221
+6	voice*	voice*	NOUN	I	5			ritter-221
+7	im	im	PRON	O	0			ritter-221
+8	being	be	VERB	O	0		v.stative	ritter-221
+9	stingy	stingy	ADJ	O	0			ritter-221
+10	tonight	tonight	ADV	O	0			ritter-221
+11	!!	!!	PUNCT	O	0			ritter-221
+12	*hmph*	*hmph*	INTJ	O	0			ritter-221
+
+1	its	its	PRON	O	0			ritter-222
+2	barely	barely	ADV	O	0			ritter-222
+3	a	a	DET	O	0			ritter-222
+4	new	new	ADJ	O	0			ritter-222
+5	year	year	NOUN	O	0		n.time	ritter-222
+6	and	and	CONJ	O	0			ritter-222
+7	i	i	PRON	O	0			ritter-222
+8	feel	feel	VERB	O	0		v.emotion	ritter-222
+9	like	like	ADP	O	0			ritter-222
+10	ive	ive	PRON	O	0			ritter-222
+11	already	already	ADV	O	0			ritter-222
+12	stuffed	stuff	VERB	B	0		v.change	ritter-222
+13	things	things	NOUN	o	0		n.other	ritter-222
+14	up	up	PART	I	12			ritter-222
+15	!	!	PUNCT	O	0			ritter-222
+16	:(	:(	INTJ	O	0			ritter-222
+
+1	@MANTOTHEDON	@mantothedon	PROPN	O	0			ritter-223
+2	he	he	PRON	O	0			ritter-223
+3	and	and	CONJ	O	0			ritter-223
+4	Ally	ally	PROPN	B	0		n.person	ritter-223
+5	Hilfiger	hilfiger	PROPN	I	4			ritter-223
+6	are	be	AUX	O	0			ritter-223
+7	now	now	ADV	O	0			ritter-223
+8	working	work	VERB	O	0		v.social	ritter-223
+9	together	together	ADV	O	0			ritter-223
+10	.	.	PUNCT	O	0			ritter-223
+11	The	the	DET	O	0			ritter-223
+12	film	film	NOUN	O	0		n.communication	ritter-223
+13	's	's	AUX	O	0			ritter-223
+14	releasing	release	VERB	O	0		v.change	ritter-223
+15	on	on	ADP	O	0			ritter-223
+16	Feb	feb	PROPN	O	0		n.time	ritter-223
+17	.	.	PUNCT	O	0			ritter-223
+18	4th	4th	NUM	O	0			ritter-223
+19	.	.	PUNCT	O	0			ritter-223
+20	It	it	PRON	O	0			ritter-223
+21	's	's	VERB	O	0		v.stative	ritter-223
+22	really	really	ADV	O	0			ritter-223
+23	good	good	ADJ	O	0			ritter-223
+24	.	.	PUNCT	O	0			ritter-223
+
+1	Eating	eat	VERB	O	0		v.consumption	ritter-224
+2	!	!	PUNCT	O	0			ritter-224
+3	After	after	ADP	O	0			ritter-224
+4	18	18	NUM	O	0			ritter-224
+5	hours	hours	NOUN	O	0		n.time	ritter-224
+6	.	.	PUNCT	O	0			ritter-224
+
+1	RT	rt	X	O	0			ritter-225
+2	@savageNON	@savagenon	PROPN	O	0			ritter-225
+3	:	:	PUNCT	O	0			ritter-225
+4	yo	yo	INTJ	O	0			ritter-225
+5	,	,	PUNCT	O	0			ritter-225
+6	too	too	ADV	O	0			ritter-225
+7	many	many	ADJ	O	0			ritter-225
+8	kidz	kidz	NOUN	O	0		n.person	ritter-225
+9	be	be	AUX	O	0			ritter-225
+10	gettin	gettin	VERB	B	0		v.consumption	ritter-225
+11	high	high	NOUN	I	10			ritter-225
+12	all	all	DET	O	0			ritter-225
+13	the	the	DET	O	0			ritter-225
+14	time	time	NOUN	O	0		n.time	ritter-225
+15	but	but	CONJ	O	0			ritter-225
+16	they	they	PRON	O	0			ritter-225
+17	ai	ai	VERB	O	0		v.stative	ritter-225
+18	n't	n't	ADV	O	0			ritter-225
+19	showin	showin	VERB	O	0		v.communication	ritter-225
+20	enough	enough	ADJ	O	0			ritter-225
+21	SKILLS	skill	NOUN	O	0		n.attribute	ritter-225
+22	.	.	PUNCT	O	0			ritter-225
+23	that	that	DET	O	0			ritter-225
+24	's	's	VERB	O	0		v.stative	ritter-225
+25	what	what	PRON	O	0			ritter-225
+26	we	we	PRON	O	0			ritter-225
+27	call	call	VERB	O	0		v.communication	ritter-225
+28	fakin	fakin	VERB	B	0		v.social	ritter-225
+29	the	the	DET	I	28			ritter-225
+30	funk	funk	NOUN	I	29			ritter-225
+31	!	!	PUNCT	O	0			ritter-225
+32	st	st	NOUN	O	0		n.communication	ritter-225
+33	...	...	PUNCT	O	0			ritter-225
+
+1	I	i	PRON	O	0			ritter-226
+2	have	have	VERB	O	0		v.stative	ritter-226
+3	$7	$7	NOUN	O	0		n.possession	ritter-226
+4	and	and	CONJ	O	0			ritter-226
+5	my	my	PRON	O	0			ritter-226
+6	car	car	NOUN	O	0		n.artifact	ritter-226
+7	is	be	VERB	O	0		v.stative	ritter-226
+8	dead	dead	ADJ	O	0			ritter-226
+9	.	.	PUNCT	O	0			ritter-226
+10	Maybe	maybe	ADV	O	0			ritter-226
+11	next	next	ADJ	O	0			ritter-226
+12	month	month	NOUN	O	0		n.time	ritter-226
+13	?	?	PUNCT	O	0			ritter-226
+14	Weeeeee	weeeeee	INTJ	O	0			ritter-226
+15	!	!	PUNCT	O	0			ritter-226
+
+1	i	i	PRON	O	0			ritter-227
+2	have	have	AUX	O	0			ritter-227
+3	to	to	PART	O	0			ritter-227
+4	say	say	VERB	O	0		v.communication	ritter-227
+5	.	.	PUNCT	O	0			ritter-227
+6	bringing	bring	VERB	O	0		v.motion	ritter-227
+7	luna	luna	PROPN	O	0		n.animal	ritter-227
+8	to	to	PART	O	0			ritter-227
+9	work	work	NOUN	O	0		n.location	ritter-227
+10	makes	make	VERB	O	0		v.change	ritter-227
+11	the	the	DET	O	0			ritter-227
+12	day	day	NOUN	O	0		n.time	ritter-227
+13	so	so	ADV	O	0			ritter-227
+14	much	much	ADV	O	0			ritter-227
+15	more	more	ADV	O	0			ritter-227
+16	interesting	interesting	ADJ	O	0			ritter-227
+17	.	.	PUNCT	O	0			ritter-227
+18	even	even	ADV	O	0			ritter-227
+19	if	if	ADP	O	0			ritter-227
+20	i	i	PRON	O	0			ritter-227
+21	do	do	AUX	O	0			ritter-227
+22	have	have	AUX	O	0			ritter-227
+23	to	to	PART	O	0			ritter-227
+24	clean	clean	VERB	B	0		v.change	ritter-227
+25	up	up	PART	I	24			ritter-227
+26	her	her	PRON	O	0			ritter-227
+27	whoopsies	whoopsies	NOUN	O	0		n.substance	ritter-227
+28	.	.	PUNCT	O	0			ritter-227
+29	#boredas	#boredas	X	O	0			ritter-227
+
+1	spent	spend	VERB	O	0		v.stative	ritter-228
+2	all	all	DET	B	0		n.time	ritter-228
+3	day	day	NOUN	I	2			ritter-228
+4	entering	enter	VERB	O	0		v.creation	ritter-228
+5	sweepstakes	sweepstakes	NOUN	O	0		n.artifact	ritter-228
+6	...	...	PUNCT	O	0			ritter-228
+7	lets	let	VERB	O	0		v.social	ritter-228
+8	hope	hope	VERB	O	0		v.emotion	ritter-228
+9	it	it	PRON	O	0			ritter-228
+10	works	work	VERB	B	0		v.stative	ritter-228
+11	out	out	PART	I	10			ritter-228
+12	=D	=d	INTJ	O	0			ritter-228
+
+1	sitting	sit	VERB	O	0		v.body	ritter-229
+2	here	here	ADV	O	0			ritter-229
+3	trying	try	VERB	O	0		v.social	ritter-229
+4	to	to	PART	O	0			ritter-229
+5	setup	setup	VERB	O	0		v.creation	ritter-229
+6	googleTV	googletv	PROPN	O	0		n.artifact	ritter-229
+7	in	in	ADP	O	0			ritter-229
+8	our	our	PRON	O	0			ritter-229
+9	hotel	hotel	NOUN	B	0		n.location	ritter-229
+10	room	room	NOUN	I	9			ritter-229
+11	.....	.....	PUNCT	O	0			ritter-229
+12	after	after	ADP	O	0			ritter-229
+13	finally	finally	ADV	O	0			ritter-229
+14	getting	get	VERB	O	0		v.possession	ritter-229
+15	an	an	DET	O	0			ritter-229
+16	HDMI	hdmi	PROPN	B	0		n.artifact	ritter-229
+17	plug	plug	NOUN	I	16			ritter-229
+18	into	into	ADP	O	0			ritter-229
+19	this	this	DET	O	0			ritter-229
+20	TV	tv	NOUN	O	0		n.artifact	ritter-229
+21	pressed	press	VERB	O	0		v.contact	ritter-229
+22	against	against	ADP	O	0			ritter-229
+23	the	the	DET	O	0			ritter-229
+24	wall	wall	NOUN	O	0		n.artifact	ritter-229
+25	...	...	PUNCT	O	0			ritter-229
+
+1	RT	rt	X	O	0			ritter-230
+2	@BieberMinnie	@bieberminnie	PROPN	O	0			ritter-230
+3	:	:	PUNCT	O	0			ritter-230
+4	It	it	PRON	O	0			ritter-230
+5	would	would	AUX	O	0			ritter-230
+6	be	be	VERB	O	0		v.stative	ritter-230
+7	perfect	perfect	ADJ	O	0			ritter-230
+8	if	if	ADP	O	0			ritter-230
+9	girls	girl	NOUN	O	0		n.person	ritter-230
+10	had	have	VERB	O	0		v.stative	ritter-230
+11	mute	mute	NOUN	B	0		n.artifact	ritter-230
+12	buttons	button	NOUN	I	11			ritter-230
+13	,	,	PUNCT	O	0			ritter-230
+14	guys	guy	NOUN	O	0		n.person	ritter-230
+15	had	have	VERB	O	0		v.stative	ritter-230
+16	edit	edit	NOUN	B	0		n.artifact	ritter-230
+17	buttons	button	NOUN	I	16			ritter-230
+18	,	,	PUNCT	O	0			ritter-230
+19	hard	hard	ADJ	B	0		n.feeling	ritter-230
+20	times	times	NOUN	I	19			ritter-230
+21	had	have	VERB	O	0		v.stative	ritter-230
+22	fast	fast	NOUN	B	0		n.artifact	ritter-230
+23	forward	forward	NOUN	I	22			ritter-230
+24	buttons	button	NOUN	I	23			ritter-230
+25	,	,	PUNCT	O	0			ritter-230
+26	__AND__	__and__	CONJ	O	0			ritter-230
+27	good	good	ADJ	B	0		n.feeling	ritter-230
+28	time	time	NOUN	I	27			ritter-230
+29	...	...	PUNCT	O	0			ritter-230
+
+1	@keridiculous	@keridiculous	PROPN	O	0			ritter-231
+2	He	he	PRON	O	0			ritter-231
+3	may	may	AUX	O	0			ritter-231
+4	need	need	AUX	O	0			ritter-231
+5	cure	cure	NOUN	O	0		n.artifact	ritter-231
+6	named	name	VERB	O	0		v.communication	ritter-231
+7	The	the	PROPN	B	0		n.communication	ritter-231
+8	Rocky	rocky	PROPN	I	7			ritter-231
+9	Horror	horror	PROPN	I	8			ritter-231
+10	Picture	picture	PROPN	I	9			ritter-231
+11	Show	show	PROPN	I	10			ritter-231
+12	;	;	PUNCT	O	0			ritter-231
+13	Find	find	VERB	O	0		v.possession	ritter-231
+14	that	that	DET	O	0			ritter-231
+15	movie	movie	NOUN	B	0		n.artifact	ritter-231
+16	DVD	dvd	PROPN	I	15			ritter-231
+17	or	or	CONJ	O	0			ritter-231
+18	through	through	ADP	O	0			ritter-231
+19	Youtube	youtube	PROPN	O	0		n.group	ritter-231
+20	and	and	CONJ	O	0			ritter-231
+21	show	show	VERB	O	0		v.perception	ritter-231
+22	him	him	PRON	O	0			ritter-231
+23	:	:	PUNCT	O	0			ritter-231
+24	Sweet	sweet	PROPN	B	0		n.person	ritter-231
+25	Transvestite	transvestite	PROPN	I	24			ritter-231
+26	.	.	PUNCT	O	0			ritter-231
+
+1	RT	rt	X	O	0			ritter-232
+2	@HHASSELHOFF	@hhasselhoff	PROPN	O	0			ritter-232
+3	:	:	PUNCT	O	0			ritter-232
+4	We	we	PRON	O	0			ritter-232
+5	live	live	VERB	O	0		v.stative	ritter-232
+6	life	life	NOUN	O	0		n.state	ritter-232
+7	like	like	ADP	O	0			ritter-232
+8	caterpillars	caterpillar	NOUN	O	0		n.animal	ritter-232
+9	awaiting	await	VERB	O	0		v.cognition	ritter-232
+10	for	for	ADP	O	0			ritter-232
+11	that	that	DET	O	0			ritter-232
+12	one	one	NUM	O	0			ritter-232
+13	day	day	NOUN	O	0		n.event	ritter-232
+14	where	where	ADV	O	0			ritter-232
+15	we	we	PRON	O	0			ritter-232
+16	become	become	VERB	O	0		v.change	ritter-232
+17	butterflies	butterfly	NOUN	O	0		n.animal	ritter-232
+18	with	with	ADP	O	0			ritter-232
+19	endless	endless	ADJ	O	0			ritter-232
+20	opportunities	opportunity	NOUN	O	0		n.state	ritter-232
+
+1	RT	rt	X	O	0			ritter-233
+2	@Cap_aus1980	@cap_aus1980	PROPN	O	0			ritter-233
+3	:	:	PUNCT	O	0			ritter-233
+4	If	if	ADP	O	0			ritter-233
+5	I	i	PRON	O	0			ritter-233
+6	was	be	VERB	O	0		v.stative	ritter-233
+7	a	a	DET	O	0			ritter-233
+8	whale	whale	NOUN	O	0		n.animal	ritter-233
+9	I'd	i'd	PRON	O	0			ritter-233
+10	get	get	VERB	O	0		v.change	ritter-233
+11	drunk	drunk	ADJ	O	0			ritter-233
+12	and	and	CONJ	O	0			ritter-233
+13	fuck	fuck	VERB	B	0		v.change	ritter-233
+14	shit	shit	NOUN	o	0		n.other	ritter-233
+15	up	up	PART	I	13			ritter-233
+16	all	all	DET	O	0			ritter-233
+17	the	the	DET	O	0			ritter-233
+18	time	time	NOUN	O	0		n.time	ritter-233
+19	....	....	PUNCT	O	0			ritter-233
+20	And	and	CONJ	O	0			ritter-233
+21	then	then	ADV	O	0			ritter-233
+22	blame	blame	VERB	O	0		v.communication	ritter-233
+23	it	it	PRON	O	0			ritter-233
+24	on	on	ADP	O	0			ritter-233
+25	the	the	DET	O	0			ritter-233
+26	submarines	submarine	NOUN	O	0		n.artifact	ritter-233
+27	the	the	DET	O	0			ritter-233
+28	next	next	ADJ	O	0			ritter-233
+29	morning	morning	NOUN	O	0		n.time	ritter-233
+
+1	DAVID	david	PROPN	B	0		n.person	ritter-234
+2	MARIL	maril	PROPN	I	1			ritter-234
+3	:	:	PUNCT	O	0			ritter-234
+4	Cut	cut	VERB	O	0		v.change	ritter-234
+5	some	some	DET	O	0			ritter-234
+6	TV	tv	NOUN	O	0		n.communication	ritter-234
+7	channels	channels	NOUN	O	0		n.communication	ritter-234
+8	and	and	CONJ	O	0			ritter-234
+9	let	let	VERB	O	0		v.stative	ritter-234
+10	me	me	PRON	O	0			ritter-234
+11	buy	buy	VERB	O	0		v.possession	ritter-234
+12	what	what	PRON	O	0			ritter-234
+13	I	i	PRON	O	0			ritter-234
+14	watch	watch	VERB	O	0		v.perception	ritter-234
+15	:	:	PUNCT	O	0			ritter-234
+16	My	my	PRON	O	0			ritter-234
+17	question	question	NOUN	O	0		n.communication	ritter-234
+18	is	be	VERB	O	0		v.stative	ritter-234
+19	why	why	ADV	O	0			ritter-234
+20	,	,	PUNCT	O	0			ritter-234
+21	when	when	ADV	O	0			ritter-234
+22	we	we	PRON	O	0			ritter-234
+23	purchase	purchase	VERB	O	0		v.possession	ritter-234
+24	cable	cable	NOUN	O	0		n.communication	ritter-234
+25	and	and	CONJ	O	0			ritter-234
+26	sa	sa	NOUN	O	0		n.communication	ritter-234
+27	...	...	PUNCT	O	0			ritter-234
+28	http://bit.ly/fW3ByU	http://bit.ly/fw3byu	X	O	0			ritter-234
+
+1	@brittanyyy_imk	@brittanyyy_imk	PROPN	O	0			ritter-235
+2	aww	aww	INTJ	O	0			ritter-235
+3	yeah	yeah	INTJ	O	0			ritter-235
+4	,	,	PUNCT	O	0			ritter-235
+5	its	its	PRON	O	0			ritter-235
+6	gonna	gonna	AUX	O	0			ritter-235
+7	be	be	VERB	O	0		v.stative	ritter-235
+8	one	one	NUM	O	0			ritter-235
+9	to	to	PART	O	0			ritter-235
+10	remember	remember	VERB	O	0		v.cognition	ritter-235
+11	,	,	PUNCT	O	0			ritter-235
+12	cause	cause	ADP	O	0			ritter-235
+13	the	the	DET	O	0			ritter-235
+14	next	next	ADJ	O	0			ritter-235
+15	day	day	NOUN	O	0		n.time	ritter-235
+16	,	,	PUNCT	O	0			ritter-235
+17	my	my	PRON	O	0			ritter-235
+18	sis	sis	NOUN	O	0		n.person	ritter-235
+19	is	be	AUX	O	0			ritter-235
+20	getting	get	VERB	B	0		v.social	ritter-235
+21	married	marry	VERB	I	20			ritter-235
+22	&lt;	&lt;	INTJ	O	0			ritter-235
+23	3	3	INTJ	O	0			ritter-235
+24	yours	yours	PRON	O	0			ritter-235
+25	is	be	AUX	O	0			ritter-235
+26	marked	mark	VERB	O	0		v.stative	ritter-235
+27	special	special	NOUN	B	0		n.event	ritter-235
+28	occassion	occassion	NOUN	I	27			ritter-235
+
+1	Going	go	VERB	O	0		v.change	ritter-236
+2	to	to	PART	O	0			ritter-236
+3	kill	kill	VERB	O	0		v.body	ritter-236
+4	myself	myself	PRON	O	0			ritter-236
+5	today	today	NOUN	O	0		n.time	ritter-236
+6	.	.	PUNCT	O	0			ritter-236
+7	(@	(@	ADP	O	0			ritter-236
+8	LA	la	PROPN	B	0		n.location	ritter-236
+9	Fitness	fitness	PROPN	I	8			ritter-236
+10	w/	w/	ADP	O	0			ritter-236
+11	4	4	NUM	O	0			ritter-236
+12	others	others	NOUN	O	0		n.person	ritter-236
+13	)	)	PUNCT	O	0			ritter-236
+14	http://4sq.com/ejqAQY	http://4sq.com/ejqaqy	X	O	0			ritter-236
+
+1	@christinamarks_	@christinamarks_	PROPN	O	0			ritter-237
+2	u	u	PRON	O	0			ritter-237
+3	try	try	VERB	O	0		v.social	ritter-237
+4	to	to	PART	O	0			ritter-237
+5	be	be	VERB	O	0		v.stative	ritter-237
+6	like	like	ADP	O	0			ritter-237
+7	April	april	PROPN	O	0		n.person	ritter-237
+8	on	on	ADP	O	0			ritter-237
+9	youtube	youtube	PROPN	O	0		n.group	ritter-237
+
+1	@Bunbun22	@bunbun22	PROPN	O	0			ritter-238
+2	Oh	oh	INTJ	O	0			ritter-238
+3	,	,	PUNCT	O	0			ritter-238
+4	no	no	INTJ	O	0			ritter-238
+5	,	,	PUNCT	O	0			ritter-238
+6	I	i	PRON	O	0			ritter-238
+7	did	do	VERB	O	0		v.change	ritter-238
+8	it	it	PRON	O	0			ritter-238
+9	after	after	ADP	O	0			ritter-238
+10	you	you	PRON	O	0			ritter-238
+11	tweeted	tweet	VERB	O	0		v.communication	ritter-238
+12	it	it	PRON	O	0			ritter-238
+13	.	.	PUNCT	O	0			ritter-238
+14	I	i	PRON	O	0			ritter-238
+15	think	think	VERB	O	0		v.cognition	ritter-238
+16	it	it	PRON	O	0			ritter-238
+17	's	's	VERB	O	0		v.stative	ritter-238
+18	kinda	kinda	ADV	O	0			ritter-238
+19	sad	sad	ADJ	O	0			ritter-238
+20	.	.	PUNCT	O	0			ritter-238
+
+1	RT	rt	X	O	0			ritter-239
+2	@DroVictorious	@drovictorious	PROPN	O	0			ritter-239
+3	:	:	PUNCT	O	0			ritter-239
+4	The	the	DET	O	0			ritter-239
+5	only	only	ADJ	O	0			ritter-239
+6	way	way	NOUN	O	0		n.attribute	ritter-239
+7	for	for	ADP	O	0			ritter-239
+8	a	a	DET	O	0			ritter-239
+9	relationship	relationship	NOUN	O	0		n.relation	ritter-239
+10	to	to	PART	O	0			ritter-239
+11	survive	survive	VERB	O	0		v.stative	ritter-239
+12	is	be	VERB	O	0		v.stative	ritter-239
+13	when	when	ADV	O	0			ritter-239
+14	no	no	DET	B	0			ritter-239
+15	one	one	NOUN	I	14			ritter-239
+16	knows	know	VERB	O	0		v.cognition	ritter-239
+17	about	about	ADP	O	0			ritter-239
+18	it	it	PRON	O	0			ritter-239
+19	.	.	PUNCT	O	0			ritter-239
+
+1	@YvesSaintLinda	@yvessaintlinda	PROPN	O	0			ritter-240
+2	I	i	PRON	O	0			ritter-240
+3	have	have	AUX	O	0			ritter-240
+4	n't	n't	ADV	O	0			ritter-240
+5	had	have	VERB	O	0		v.stative	ritter-240
+6	a	a	DET	O	0			ritter-240
+7	chance	chance	NOUN	O	0		n.state	ritter-240
+8	to	to	PART	O	0			ritter-240
+9	go	go	VERB	O	0		v.motion	ritter-240
+10	for	for	ADP	O	0			ritter-240
+11	a	a	DET	O	0			ritter-240
+12	good	good	ADJ	O	0			ritter-240
+13	long	long	ADJ	O	0			ritter-240
+14	shopping	shopping	NOUN	B	0		n.act	ritter-240
+15	spree	spree	NOUN	I	14			ritter-240
+16	but	but	CONJ	O	0			ritter-240
+17	i	i	PRON	O	0			ritter-240
+18	will	will	VERB	O	0		v.stative	ritter-240
+19	soon	soon	ADV	O	0			ritter-240
+20	.	.	PUNCT	O	0			ritter-240
+21	Everyone	everyone	NOUN	O	0			ritter-240
+22	stares	stare	VERB	O	0		v.perception	ritter-240
+23	,	,	PUNCT	O	0			ritter-240
+24	it	it	PRON	O	0			ritter-240
+25	's	's	VERB	O	0		v.stative	ritter-240
+26	so	so	ADV	O	0			ritter-240
+27	creepy	creepy	ADJ	O	0			ritter-240
+28	!	!	PUNCT	O	0			ritter-240
+
+1	MALDIVES	maldives	PROPN	O	0		n.location	ritter-241
+2	http://t.co/UdssrZv	http://t.co/udssrzv	X	O	0			ritter-241
+3	Years	years	NOUN	O	0		n.time	ritter-241
+4	of	of	ADP	O	0			ritter-241
+5	hard	hard	ADJ	O	0			ritter-241
+6	work	work	NOUN	O	0		n.act	ritter-241
+7	are	be	AUX	O	0			ritter-241
+8	starting	start	VERB	O	0		v.change	ritter-241
+9	to	to	PART	O	0			ritter-241
+10	pay	pay	VERB	B	0		v.change	ritter-241
+11	off	off	PART	I	10			ritter-241
+12	with	with	ADP	O	0			ritter-241
+13	the	the	DET	O	0			ritter-241
+14	team	team	NOUN	O	0		n.group	ritter-241
+15	winning	win	VERB	O	0		v.competition	ritter-241
+16	.	.	PUNCT	O	0			ritter-241
+17	Next	next	ADJ	O	0			ritter-241
+18	few	few	ADJ	O	0			ritter-241
+19	years	years	NOUN	O	0		n.time	ritter-241
+20	are	be	VERB	O	0		v.stative	ritter-241
+21	critical	critical	ADJ	O	0			ritter-241
+22	to	to	PART	O	0			ritter-241
+23	development	development	NOUN	O	0		n.process	ritter-241
+24	.	.	PUNCT	O	0			ritter-241
+
+1	Consumer	consumer	PROPN	B	0		n.event	ritter-242
+2	Electronics	electronics	PROPN	I	1			ritter-242
+3	Show	show	PROPN	I	2			ritter-242
+4	:	:	PUNCT	O	0			ritter-242
+5	Attendees	attendee	NOUN	O	0		n.person	ritter-242
+6	take	take	VERB	B	0		v.motion	ritter-242
+7	to	to	PART	I	6			ritter-242
+8	Twitter	twitter	PROPN	O	0		n.group	ritter-242
+9	on	on	ADP	O	0			ritter-242
+10	opening	opening	NOUN	B	0		n.event	ritter-242
+11	day	day	NOUN	I	10			ritter-242
+12	:	:	PUNCT	O	0			ritter-242
+13	If	if	ADP	O	0			ritter-242
+14	we	we	PRON	O	0			ritter-242
+15	listened	listen	VERB	O	0		v.perception	ritter-242
+16	to	to	PART	O	0			ritter-242
+17	attendees	attendee	NOUN	O	0		n.person	ritter-242
+18	at	at	ADP	O	0			ritter-242
+19	the	the	DET	O	0			ritter-242
+20	Consumer	consumer	PROPN	O	0		n.group	ritter-242
+21	...	...	PUNCT	O	0			ritter-242
+22	http://bit.ly/gy6Oqe	http://bit.ly/gy6oqe	X	O	0			ritter-242
+
+1	@amandamaryyy	@amandamaryyy	PROPN	O	0			ritter-243
+2	that	that	DET	O	0			ritter-243
+3	's	's	VERB	O	0		v.stative	ritter-243
+4	no	no	DET	O	0			ritter-243
+5	good	good	ADJ	O	0			ritter-243
+6	maybe	maybe	ADV	O	0			ritter-243
+7	you	you	PRON	O	0			ritter-243
+8	got	get	VERB	O	0		v.possession	ritter-243
+9	a	a	DET	O	0			ritter-243
+10	stomach	stomach	NOUN	B	0		n.body	ritter-243
+11	bug	bug	NOUN	I	10			ritter-243
+12	,	,	PUNCT	O	0			ritter-243
+13	atleast	atleast	ADJ	O	0			ritter-243
+14	when	when	ADV	O	0			ritter-243
+15	your	your	PRON	O	0			ritter-243
+16	blanket	blanket	NOUN	O	0		n.artifact	ritter-243
+17	comes	come	VERB	B	0		v.motion	ritter-243
+18	out	out	ADP	I	17			ritter-243
+19	the	the	DET	O	0			ritter-243
+20	dryer	dryer	NOUN	O	0		n.artifact	ritter-243
+21	it	it	PRON	O	0			ritter-243
+22	will	will	AUX	O	0			ritter-243
+23	be	be	VERB	O	0		v.stative	ritter-243
+24	nice	nice	ADJ	O	0			ritter-243
+25	and	and	CONJ	O	0			ritter-243
+26	warm	warm	ADJ	O	0			ritter-243
+
+1	Lunch	lunch	NOUN	O	0		n.food	ritter-244
+2	@UniversityCup	@universitycup	PROPN	O	0		n.group	ritter-244
+3	before	before	ADP	O	0			ritter-244
+4	1st	1st	NUM	O	0			ritter-244
+5	MKT	mkt	PROPN	B	0		n.event	ritter-244
+6	exam	exam	NOUN	I	5			ritter-244
+7	@	@	ADP	O	0			ritter-244
+8	3:30	3:30	NUM	O	0			ritter-244
+9	....	....	PUNCT	O	0			ritter-244
+
+1	No	no	DET	O	0			ritter-245
+2	work	work	NOUN	O	0		n.act	ritter-245
+3	today	today	NOUN	O	0		n.time	ritter-245
+
+1	So	so	ADV	O	0			ritter-246
+2	nice	nice	ADJ	O	0			ritter-246
+3	out	out	ADP	O	0			ritter-246
+4	today	today	NOUN	O	0		n.time	ritter-246
+5	!!!!	!!!!	PUNCT	O	0			ritter-246
+6	:D	:d	INTJ	O	0			ritter-246
+7	Ca	ca	AUX	O	0			ritter-246
+8	n't	n't	ADV	O	0			ritter-246
+9	wait	wait	VERB	O	0		v.stative	ritter-246
+10	till	till	ADP	O	0			ritter-246
+11	spring	spring	NOUN	O	0		n.event	ritter-246
+12	!	!	PUNCT	O	0			ritter-246
+
+1	RT	rt	X	O	0			ritter-247
+2	@monsterrkev	@monsterrkev	PROPN	O	0			ritter-247
+3	:	:	PUNCT	O	0			ritter-247
+4	No	no	DET	O	0			ritter-247
+5	more	more	ADV	O	0			ritter-247
+6	Pink	pink	ADJ	B	0		n.artifact	ritter-247
+7	Friday	friday	PROPN	I	6			ritter-247
+8	barbiez	barbiez	NOUN	I	7			ritter-247
+9	!!	!!	PUNCT	O	0			ritter-247
+10	monsters	monster	NOUN	O	0		n.person	ritter-247
+11	are	be	AUX	O	0			ritter-247
+12	taking	take	VERB	B	0		v.change	ritter-247
+13	over	over	ADP	I	12			ritter-247
+14	.	.	PUNCT	O	0			ritter-247
+15	Welcome	welcome	VERB	O	0		v.change	ritter-247
+16	BORNTHISWAYFRIDAY	bornthiswayfriday	PROPN	O	0		n.feeling	ritter-247
+
+1	RT	rt	X	O	0			ritter-248
+2	@4MusicGossip	@4musicgossip	PROPN	O	0			ritter-248
+3	:	:	PUNCT	O	0			ritter-248
+4	Oh	oh	INTJ	O	0			ritter-248
+5	,	,	PUNCT	O	0			ritter-248
+6	and	and	CONJ	O	0			ritter-248
+7	do	do	AUX	O	0			ritter-248
+8	n't	n't	ADV	O	0			ritter-248
+9	forget	forget	VERB	O	0		v.cognition	ritter-248
+10	that	that	ADP	O	0			ritter-248
+11	there	there	DET	O	0			ritter-248
+12	's	's	VERB	O	0		v.stative	ritter-248
+13	another	another	DET	O	0			ritter-248
+14	chance	chance	NOUN	O	0		n.state	ritter-248
+15	to	to	PART	O	0			ritter-248
+16	see	see	VERB	O	0		v.perception	ritter-248
+17	@pink	@pink	PROPN	O	0		n.person	ritter-248
+18	:	:	PUNCT	O	0			ritter-248
+19	My	my	PRON	B	0		n.communication	ritter-248
+20	Story	story	NOUN	I	19			ritter-248
+21	at	at	ADP	O	0			ritter-248
+22	7pm	7pm	NUM	O	0			ritter-248
+23	tonight	tonight	NOUN	O	0		n.time	ritter-248
+24	http://bit.ly/hLAnXp	http://bit.ly/hlanxp	X	O	0			ritter-248
+
+1	Today	today	NOUN	O	0		n.time	ritter-249
+2	Internet	internet	NOUN	O	0		n.artifact	ritter-249
+3	sucks	suck	VERB	O	0		v.emotion	ritter-249
+4	in	in	ADP	O	0			ritter-249
+5	Campus	campus	PROPN	B	0		n.location	ritter-249
+6	Village	village	PROPN	I	5			ritter-249
+7	...	...	PUNCT	O	0			ritter-249
+8	(@	(@	ADP	O	0			ritter-249
+9	Campus	campus	PROPN	B	0		n.location	ritter-249
+10	Village	village	PROPN	I	9			ritter-249
+11	)	)	PUNCT	O	0			ritter-249
+12	http://4sq.com/epmWHV	http://4sq.com/epmwhv	X	O	0			ritter-249
+
+1	@bakermattbaker	@bakermattbaker	PROPN	O	0			ritter-250
+2	im	im	PRON	O	0			ritter-250
+3	coming	come	VERB	O	0		v.motion	ritter-250
+4	to	to	PART	O	0			ritter-250
+5	see	see	VERB	O	0		v.social	ritter-250
+6	you	you	PRON	O	0			ritter-250
+7	on	on	ADP	O	0			ritter-250
+8	wednesday	wednesday	PROPN	O	0		n.time	ritter-250
+9	.....	.....	PUNCT	O	0			ritter-250
+10	will	will	AUX	O	0			ritter-250
+11	you	you	PRON	O	0			ritter-250
+12	come	come	VERB	B	0		v.motion	ritter-250
+13	out	out	PART	I	12			ritter-250
+14	to	to	PART	O	0			ritter-250
+15	the	the	DET	O	0			ritter-250
+16	gates	gates	NOUN	O	0		n.artifact	ritter-250
+17	after	after	ADP	O	0			ritter-250
+18	,	,	PUNCT	O	0			ritter-250
+19	me	me	PRON	O	0			ritter-250
+20	and	and	CONJ	O	0			ritter-250
+21	my	my	PRON	O	0			ritter-250
+22	mum	mum	NOUN	O	0		n.person	ritter-250
+23	would	would	AUX	O	0			ritter-250
+24	love	love	VERB	O	0		v.emotion	ritter-250
+25	to	to	PART	O	0			ritter-250
+26	meet	meet	VERB	O	0		v.social	ritter-250
+27	you	you	PRON	O	0			ritter-250
+28	!!!	!!!	PUNCT	O	0			ritter-250
+29	xxxxxxxx	xxxxxxxx	INTJ	O	0			ritter-250
+
+1	Yikes	yikes	INTJ	O	0			ritter-251
+2	!	!	PUNCT	O	0			ritter-251
+3	RT	rt	X	O	0			ritter-251
+4	@mollyesque	@mollyesque	PROPN	O	0			ritter-251
+5	:	:	PUNCT	O	0			ritter-251
+6	@cbellantoni	@cbellantoni	PROPN	O	0			ritter-251
+7	Yes	yes	INTJ	O	0			ritter-251
+8	!	!	PUNCT	O	0			ritter-251
+9	I	i	PRON	O	0			ritter-251
+10	got	get	VERB	O	0		v.possession	ritter-251
+11	a	a	DET	O	0			ritter-251
+12	"	"	PUNCT	O	0			ritter-251
+13	fuck43	fuck43	NOUN	O	0		n.communication	ritter-251
+14	"	"	PUNCT	O	0			ritter-251
+15	bit	bit	NOUN	B	0		n.communication	ritter-251
+16	.	.	PUNCT	o	0			ritter-251
+17	ly	ly	NOUN	I	15			ritter-251
+18	on	on	ADP	O	0			ritter-251
+19	Friday	friday	PROPN	O	0		n.time	ritter-251
+20	--	--	PUNCT	O	0			ritter-251
+21	veiled	veiled	ADJ	O	0			ritter-251
+22	anti-Bush	anti-bush	ADJ	O	0			ritter-251
+23	message	message	NOUN	O	0		n.communication	ritter-251
+24	?	?	PUNCT	O	0			ritter-251
+
+1	@firecore	@firecore	PROPN	O	0			ritter-252
+2	http://twitpic.com/3xgdng	http://twitpic.com/3xgdng	X	O	0			ritter-252
+3	-	-	PUNCT	O	0			ritter-252
+4	sign	sign	VERB	B	0		v.change	ritter-252
+5	me	me	PRON	o	0			ritter-252
+6	up	up	PART	I	4			ritter-252
+7	,	,	PUNCT	O	0			ritter-252
+8	just	just	ADV	O	0			ritter-252
+9	did	do	VERB	O	0		v.social	ritter-252
+10	the	the	DET	O	0			ritter-252
+11	preorder	preorder	NOUN	O	0		n.act	ritter-252
+12	yesterday	yesterday	NOUN	O	0		n.time	ritter-252
+13	!	!	PUNCT	O	0			ritter-252
+
+1	RT	rt	X	O	0			ritter-253
+2	@Isabelly011	@isabelly011	PROPN	O	0			ritter-253
+3	:	:	PUNCT	O	0			ritter-253
+4	i	i	PRON	O	0			ritter-253
+5	like	like	VERB	O	0		v.cognition	ritter-253
+6	my	my	PRON	O	0			ritter-253
+7	tea	tea	NOUN	O	0		n.food	ritter-253
+8	like	like	ADP	O	0			ritter-253
+9	i	i	PRON	O	0			ritter-253
+10	like	like	VERB	O	0		v.cognition	ritter-253
+11	my	my	PRON	O	0			ritter-253
+12	men	men	NOUN	O	0		n.group	ritter-253
+13	.	.	PUNCT	O	0			ritter-253
+14	darker	dark	ADJ	O	0			ritter-253
+15	than	than	ADP	O	0			ritter-253
+16	the	the	DET	O	0			ritter-253
+17	night	night	NOUN	O	0		n.phenomenon	ritter-253
+
+1	@neemantalel	@neemantalel	PROPN	O	0			ritter-254
+2	@gregorsalto	@gregorsalto	PROPN	O	0			ritter-254
+3	this	this	DET	O	0			ritter-254
+4	thursday	thursday	PROPN	O	0		n.time	ritter-254
+5	@clubseven	@clubseven	PROPN	O	0		n.group	ritter-254
+6	:	:	PUNCT	O	0			ritter-254
+7	The	the	DET	O	0			ritter-254
+8	New	new	PROPN	B	0		n.event	ritter-254
+9	African	african	PROPN	I	8			ritter-254
+10	Soul	soul	PROPN	I	9			ritter-254
+11	Event	event	PROPN	I	10			ritter-254
+12	!	!	PUNCT	O	0			ritter-254
+13	www.africaunsigned.com/asn	www.africaunsigned.com/asn	X	O	0			ritter-254
+14	for	for	ADP	O	0			ritter-254
+15	more	more	ADV	O	0			ritter-254
+16	info	info	NOUN	O	0		n.communication	ritter-254
+17	and	and	CONJ	O	0			ritter-254
+18	tickets	ticket	NOUN	O	0		n.artifact	ritter-254
+
+1	Please	please	VERB	O	0			ritter-255
+2	join	join	VERB	O	0		v.social	ritter-255
+3	us	us	PRON	O	0			ritter-255
+4	Wed	wed	PROPN	O	0		n.time	ritter-255
+5	@	@	ADP	O	0			ritter-255
+6	7pm	7pm	NUM	O	0			ritter-255
+7	in	in	ADP	O	0			ritter-255
+8	the	the	DET	O	0			ritter-255
+9	CPR	cpr	PROPN	O	0		n.location	ritter-255
+10	for	for	ADP	O	0			ritter-255
+11	Paul	paul	PROPN	B	0		n.person	ritter-255
+12	Levit'z	levit'z	PROPN	I	11			ritter-255
+13	lecture	lecture	NOUN	O	0		n.communication	ritter-255
+14	:	:	PUNCT	O	0			ritter-255
+15	"	"	PUNCT	O	0			ritter-255
+16	75	75	NUM	O	0			ritter-255
+17	Years	years	NOUN	O	0		n.quantity	ritter-255
+18	of	of	ADP	O	0			ritter-255
+19	DC	dc	PROPN	B	0		n.communication	ritter-255
+20	Comics	comics	PROPN	I	19			ritter-255
+21	:	:	PUNCT	O	0			ritter-255
+22	Art	art	NOUN	O	0		n.cognition	ritter-255
+23	of	of	ADP	O	0			ritter-255
+24	Modern	modern	ADJ	B	0		n.act	ritter-255
+25	Mythmaking	mythmaking	NOUN	I	24			ritter-255
+26	."	."	PUNCT	O	0			ritter-255
+
+1	Still	still	ADV	O	0			ritter-256
+2	smh	smh	INTJ	O	0			ritter-256
+3	@	@	ADP	O	0			ritter-256
+4	last	last	ADJ	O	0			ritter-256
+5	night	night	NOUN	O	0		n.time	ritter-256
+6	.	.	PUNCT	O	0			ritter-256
+7	Dointhemost	dointhemost	X	O	0			ritter-256
+8	.	.	X	O	0			ritter-256
+9	com	com	X	O	0			ritter-256
+
+1	bruise	bruise	NOUN	O	0		n.body	ritter-257
+2	on	on	ADP	O	0			ritter-257
+3	my	my	PRON	O	0			ritter-257
+4	facee	facee	NOUN	O	0		n.body	ritter-257
+5	...	...	PUNCT	O	0			ritter-257
+6	wild	wild	ADJ	O	0			ritter-257
+7	night	night	NOUN	O	0		n.time	ritter-257
+8	!	!	PUNCT	O	0			ritter-257
+
+1	I	i	PRON	O	0			ritter-258
+2	need	need	AUX	O	0			ritter-258
+3	to	to	PART	O	0			ritter-258
+4	go	go	VERB	O	0		v.motion	ritter-258
+5	get	get	VERB	O	0		v.change	ritter-258
+6	some	some	DET	O	0			ritter-258
+7	music	music	NOUN	O	0		n.communication	ritter-258
+8	mixed	mix	VERB	O	0		v.change	ritter-258
+9	down	down	PART	O	0			ritter-258
+10	today	today	NOUN	O	0		n.time	ritter-258
+
+1	PREACH	preach	VERB	O	0		v.communication	ritter-259
+2	!!	!!	PUNCT	O	0			ritter-259
+3	RT	rt	X	O	0			ritter-259
+4	@DJRyan1der	@djryan1der	PROPN	O	0			ritter-259
+5	:	:	PUNCT	O	0			ritter-259
+6	These	these	DET	O	0			ritter-259
+7	ppl	ppl	NOUN	O	0		n.person	ritter-259
+8	do	do	AUX	O	0			ritter-259
+9	n't	n't	ADV	O	0			ritter-259
+10	understand	understand	VERB	O	0		v.cognition	ritter-259
+11	its	its	PRON	O	0			ritter-259
+12	Monday	monday	PROPN	O	0		n.time	ritter-259
+13	and	and	CONJ	O	0			ritter-259
+14	I	i	PRON	O	0			ritter-259
+15	'm	'm	AUX	O	0			ritter-259
+16	not	not	ADV	O	0			ritter-259
+17	in	in	ADP	O	0			ritter-259
+18	da	da	DET	O	0			ritter-259
+19	mood	mood	NOUN	O	0		n.state	ritter-259
+20	to	to	PART	O	0			ritter-259
+21	deal	deal	VERB	O	0		v.cognition	ritter-259
+22	wit	wit	ADP	O	0			ritter-259
+23	their	their	PRON	O	0			ritter-259
+24	bullshit	bullshit	NOUN	O	0		n.feeling	ritter-259
+25	!!	!!	PUNCT	O	0			ritter-259
+26	Fukk	fukk	VERB	O	0		v.emotion	ritter-259
+27	outta	outta	ADP	O	0			ritter-259
+28	here	here	ADV	O	0			ritter-259
+29	!!!	!!!	PUNCT	O	0			ritter-259
+
+1	@SMFG800	@smfg800	PROPN	O	0			ritter-260
+2	is	be	VERB	O	0		v.stative	ritter-260
+3	not	not	ADV	O	0			ritter-260
+4	morning	morning	NOUN	O	0		n.time	ritter-260
+5	anymore	anymore	ADV	O	0			ritter-260
+6	=p	=p	INTJ	O	0			ritter-260
+
+1	A	a	DET	O	0			ritter-261
+2	wet	wet	ADJ	O	0			ritter-261
+3	and	and	CONJ	O	0			ritter-261
+4	cold	cold	ADJ	O	0			ritter-261
+5	Monday	monday	PROPN	O	0		n.time	ritter-261
+6	....:	....:	PUNCT	O	0			ritter-261
+7	High	high	ADJ	O	0			ritter-261
+8	temperatures	temperature	NOUN	O	0		n.phenomenon	ritter-261
+9	will	will	AUX	O	0			ritter-261
+10	be	be	AUX	O	0			ritter-261
+11	reached	reach	VERB	O	0		v.change	ritter-261
+12	this	this	DET	O	0			ritter-261
+13	morning	morning	NOUN	O	0		n.time	ritter-261
+14	,	,	PUNCT	O	0			ritter-261
+15	in	in	ADP	O	0			ritter-261
+16	the	the	DET	O	0			ritter-261
+17	low	low	ADJ	O	0			ritter-261
+18	to	to	PART	O	0			ritter-261
+19	mid	mid	ADJ	O	0			ritter-261
+20	40s	40s	NUM	O	0			ritter-261
+21	,	,	PUNCT	O	0			ritter-261
+22	before	before	ADP	O	0			ritter-261
+23	cooling	cool	VERB	O	0		v.change	ritter-261
+24	...	...	PUNCT	O	0			ritter-261
+25	http://bit.ly/fkdrr6	http://bit.ly/fkdrr6	X	O	0			ritter-261
+
+1	I	i	PRON	O	0			ritter-262
+2	'm	'm	VERB	O	0		v.stative	ritter-262
+3	at	at	ADP	O	0			ritter-262
+4	Roll	roll	PROPN	B	0		n.group	ritter-262
+5	And	and	PROPN	I	4			ritter-262
+6	Go	go	PROPN	I	5			ritter-262
+7	Quality	quality	PROPN	I	6			ritter-262
+8	Kitchen	kitchen	PROPN	I	7			ritter-262
+9	(	(	PUNCT	O	0			ritter-262
+10	8th	8th	PROPN	B	0		n.location	ritter-262
+11	Ave	ave	PROPN	I	10			ritter-262
+12	,	,	PUNCT	o	0			ritter-262
+13	W	w	PROPN	I	11			ritter-262
+14	38th	38th	PROPN	I	13			ritter-262
+15	St	st	PROPN	I	14			ritter-262
+16	,	,	PUNCT	o	0			ritter-262
+17	New	new	PROPN	I	15			ritter-262
+18	York	york	PROPN	I	17			ritter-262
+19	)	)	PUNCT	O	0			ritter-262
+20	http://4sq.com/e1rqnP	http://4sq.com/e1rqnp	X	O	0			ritter-262
+
+1	Foto	foto	NOUN	O	0		n.artifact	ritter-263
+2	Feb	feb	PROPN	O	0		n.time	ritter-263
+3	6	6	NUM	O	0			ritter-263
+4	:	:	PUNCT	O	0			ritter-263
+5	St	st	PROPN	B	0		n.location	ritter-263
+6	Luke	luke	PROPN	I	5			ritter-263
+7	's	's	PART	O	0			ritter-263
+8	http://wp.me/pqLtw-lN	http://wp.me/pqltw-ln	X	O	0			ritter-263
+
+1	RT	rt	X	O	0			ritter-264
+2	@NaomiAKlein	@naomiaklein	PROPN	O	0			ritter-264
+3	:	:	PUNCT	O	0			ritter-264
+4	Today	today	NOUN	O	0		n.time	ritter-264
+5	's	's	AUX	O	0			ritter-264
+6	NYT	nyt	PROPN	B	0		n.communication	ritter-264
+7	story	story	NOUN	I	6			ritter-264
+8	on	on	ADP	O	0			ritter-264
+9	@aljazeera	@aljazeera	PROPN	O	0		n.group	ritter-264
+10	reads	read	VERB	O	0		v.cognition	ritter-264
+11	like	like	ADP	O	0			ritter-264
+12	the	the	DET	O	0			ritter-264
+13	reporter	reporter	NOUN	O	0		n.person	ritter-264
+14	just	just	ADV	O	0			ritter-264
+15	discovered	discover	VERB	O	0		v.cognition	ritter-264
+16	news	news	NOUN	O	0		n.communication	ritter-264
+17	for	for	ADP	O	0			ritter-264
+18	the	the	DET	O	0			ritter-264
+19	first	first	ADJ	O	0			ritter-264
+20	time	time	NOUN	O	0		n.event	ritter-264
+
+1	Gates	gates	PROPN	O	0		n.person	ritter-265
+2	:	:	PUNCT	O	0			ritter-265
+3	The	the	DET	O	0			ritter-265
+4	Sun	sun	NOUN	O	0		n.natural_object	ritter-265
+5	Will	will	AUX	O	0			ritter-265
+6	Rise	rise	VERB	O	0		v.motion	ritter-265
+7	...	...	PUNCT	O	0			ritter-265
+8	This	this	DET	O	0			ritter-265
+9	reminds	remind	VERB	O	0		v.cognition	ritter-265
+10	me	me	PRON	O	0			ritter-265
+11	a	a	DET	O	0			ritter-265
+12	lot	lot	NOUN	O	0		n.quantity	ritter-265
+13	of	of	ADP	O	0			ritter-265
+14	Envy	envy	PROPN	O	0		n.communication	ritter-265
+15	and	and	CONJ	O	0			ritter-265
+16	CSTVT	cstvt	PROPN	O	0		n.communication	ritter-265
+17	but	but	CONJ	O	0			ritter-265
+18	w/o	w/o	ADP	O	0			ritter-265
+19	the	the	DET	O	0			ritter-265
+20	hardcore	hardcore	NOUN	O	0		n.attribute	ritter-265
+21	elements	elements	NOUN	O	0		n.attribute	ritter-265
+22	.	.	PUNCT	O	0			ritter-265
+23	Super	super	ADV	O	0			ritter-265
+24	good	good	ADJ	O	0			ritter-265
+25	and	and	CONJ	O	0			ritter-265
+26	free	free	ADJ	O	0			ritter-265
+27	:	:	PUNCT	O	0			ritter-265
+28	http://bit.ly/e8PhEI	http://bit.ly/e8phei	X	O	0			ritter-265
+
+1	I	i	PRON	O	0			ritter-266
+2	'm	'm	VERB	O	0		v.stative	ritter-266
+3	at	at	ADP	O	0			ritter-266
+4	Winn-Dixie	winn-dixie	PROPN	O	0		n.group	ritter-266
+5	(	(	PUNCT	O	0			ritter-266
+6	948	948	NUM	O	0			ritter-266
+7	SW	sw	PROPN	B	0		n.location	ritter-266
+8	67th	67th	PROPN	I	7			ritter-266
+9	Ave	ave	PROPN	I	8			ritter-266
+10	,	,	PUNCT	o	0			ritter-266
+11	SW	sw	PROPN	I	9			ritter-266
+12	8th	8th	PROPN	I	11			ritter-266
+13	St	st	PROPN	I	12			ritter-266
+14	.,	.,	ADP	O	0			ritter-266
+15	Miami	miami	PROPN	O	0		n.location	ritter-266
+16	)	)	PUNCT	O	0			ritter-266
+17	http://4sq.com/eA4NFI	http://4sq.com/ea4nfi	X	O	0			ritter-266
+
+1	THE	the	DET	O	0			ritter-267
+2	BONG	bong	PROPN	O	0		n.artifact	ritter-267
+3	WENT	go	VERB	O	0		v.motion	ritter-267
+4	5-O	5-o	ADJ	O	0			ritter-267
+5	LAST	last	ADJ	B	0		n.event	ritter-267
+6	NIGHT	night	NOUN	I	5			ritter-267
+7	papers	papers	NOUN	O	0		n.artifact	ritter-267
+8	not	not	ADV	O	0			ritter-267
+9	included	include	VERB	O	0		v.stative	ritter-267
+
+1	@FeverRomance	@feverromance	PROPN	O	0		n.communication	ritter-268
+2	i	i	PRON	O	0			ritter-268
+3	just	just	ADV	O	0			ritter-268
+4	watched	watch	VERB	O	0		v.perception	ritter-268
+5	that	that	DET	O	0			ritter-268
+6	this	this	DET	O	0		n.event	ritter-268
+7	morning	morning	NOUN	O	0		n.time	ritter-268
+8	xD	xd	INTJ	O	0			ritter-268
+
+1	RT	rt	X	O	0			ritter-269
+2	@google	@google	PROPN	O	0			ritter-269
+3	:	:	PUNCT	O	0			ritter-269
+4	On	on	ADP	O	0			ritter-269
+5	Feb	feb	PROPN	O	0		n.time	ritter-269
+6	10	10	NUM	O	0			ritter-269
+7	,	,	PUNCT	O	0			ritter-269
+8	livestream	livestream	VERB	O	0		v.communication	ritter-269
+9	our	our	PRON	O	0			ritter-269
+10	"	"	PUNCT	O	0			ritter-269
+11	ThinkMobile	thinkmobile	PROPN	B	0		n.event	ritter-269
+12	"	"	PUNCT	o	0			ritter-269
+13	event	event	NOUN	I	11			ritter-269
+14	aimed	aim	VERB	O	0		v.cognition	ritter-269
+15	at	at	ADP	O	0			ritter-269
+16	helping	help	VERB	O	0		v.cognition	ritter-269
+17	businesses	business	NOUN	O	0		n.group	ritter-269
+18	succeed	succeed	VERB	O	0		v.competition	ritter-269
+19	in	in	ADP	O	0			ritter-269
+20	the	the	DET	O	0			ritter-269
+21	mobile	mobile	NOUN	B	0		n.state	ritter-269
+22	era	era	NOUN	I	21			ritter-269
+23	http://goo.gl/xODvf	http://goo.gl/xodvf	X	O	0			ritter-269
+
+1	#oyster	#oyster	NOUN	B	0		n.person	ritter-270
+2	fans	fan	NOUN	I	1			ritter-270
+3	get	get	VERB	O	0		v.cognition	ritter-270
+4	ready	ready	ADJ	O	0			ritter-270
+5	4	4	ADP	O	0			ritter-270
+6	Tuesday	tuesday	PROPN	B	0		n.event	ritter-270
+7	dollar	dollar	NOUN	I	6			ritter-270
+8	oyster	oyster	NOUN	I	7			ritter-270
+9	night	night	NOUN	I	8			ritter-270
+10	!	!	PUNCT	O	0			ritter-270
+11	More	more	ADJ	O	0			ritter-270
+12	varieties	variety	NOUN	O	0		n.food	ritter-270
+13	,	,	PUNCT	O	0			ritter-270
+14	more	more	ADJ	O	0			ritter-270
+15	fun	fun	NOUN	O	0		n.act	ritter-270
+16	,	,	PUNCT	O	0			ritter-270
+17	more	more	ADJ	O	0			ritter-270
+18	Jeff	jeff	PROPN	O	0		n.person	ritter-270
+19	.	.	PUNCT	O	0			ritter-270
+20	Think	think	VERB	O	0		v.cognition	ritter-270
+21	outside	outside	ADP	O	0			ritter-270
+22	the	the	DET	O	0			ritter-270
+23	(	(	PUNCT	O	0			ritter-270
+24	cont	cont	NOUN	O	0		n.state	ritter-270
+25	)	)	PUNCT	O	0			ritter-270
+26	http://tl.gd/8m0d6d	http://tl.gd/8m0d6d	X	O	0			ritter-270
+
+1	RT	rt	X	O	0			ritter-271
+2	@DowntownJackson	@downtownjackson	PROPN	O	0			ritter-271
+3	:	:	PUNCT	O	0			ritter-271
+4	Today	today	NOUN	O	0		n.time	ritter-271
+5	at	at	ADP	O	0			ritter-271
+6	6	6	NUM	O	0			ritter-271
+7	p.m.	p.m.	NOUN	O	0		n.time	ritter-271
+8	the	the	DET	O	0			ritter-271
+9	Mississippi	mississippi	PROPN	B	0		n.group	ritter-271
+10	Museum	museum	PROPN	I	9			ritter-271
+11	of	of	ADP	I	10			ritter-271
+12	Art	art	PROPN	I	11			ritter-271
+13	host	host	VERB	O	0		v.creation	ritter-271
+14	a	a	DET	O	0			ritter-271
+15	presentation	presentation	NOUN	O	0		n.communication	ritter-271
+16	on	on	ADP	O	0			ritter-271
+17	their	their	PRON	O	0			ritter-271
+18	NEW	new	ADJ	O	0			ritter-271
+19	Art	art	NOUN	B	0		n.artifact	ritter-271
+20	Garden	garden	NOUN	I	19			ritter-271
+21	.	.	PUNCT	O	0			ritter-271
+22	Do	do	AUX	O	0			ritter-271
+23	n't	n't	ADV	O	0			ritter-271
+24	miss	miss	VERB	B	0		v.stative	ritter-271
+25	out	out	PART	I	24			ritter-271
+26	!	!	PUNCT	O	0			ritter-271
+
+1	Taco|	taco|	PROPN	B	0		n.person	ritter-272
+2	P-Dogs	p-dogs	PROPN	I	1			ritter-272
+3	Cruise	cruise	PROPN	B	0		n.event	ritter-272
+4	Night	night	PROPN	I	3			ritter-272
+5	~	~	PUNCT	O	0			ritter-272
+6	South	south	PROPN	B	0		n.location	ritter-272
+7	Gate	gate	PROPN	I	6			ritter-272
+8	:	:	PUNCT	O	0			ritter-272
+9	First	first	ADJ	O	0			ritter-272
+10	event	event	NOUN	O	0		n.event	ritter-272
+11	coverage	coverage	NOUN	O	0		n.communication	ritter-272
+12	of	of	ADP	O	0			ritter-272
+13	the	the	DET	O	0			ritter-272
+14	new	new	ADJ	B	0		n.phenomenon	ritter-272
+15	year	year	NOUN	I	14			ritter-272
+16	and	and	CONJ	O	0			ritter-272
+17	Candy	candy	PROPN	B	0		n.person	ritter-272
+18	Coated	coated	PROPN	I	17			ritter-272
+19	made	make	VERB	B	0		v.motion	ritter-272
+20	it	it	PRON	o	0			ritter-272
+21	out	out	PART	I	19			ritter-272
+22	to	to	PART	O	0			ritter-272
+23	P-D	p-d	PROPN	O	0		n.location	ritter-272
+24	...	...	PUNCT	O	0			ritter-272
+25	http://bit.ly/gsSina	http://bit.ly/gssina	X	O	0			ritter-272
+
+1	Today	today	NOUN	O	0		n.time	ritter-273
+2	is	be	VERB	O	0		v.stative	ritter-273
+3	a	a	DET	O	0			ritter-273
+4	new	new	ADJ	O	0			ritter-273
+5	day	day	NOUN	O	0		n.state	ritter-273
+6	.	.	PUNCT	O	0			ritter-273
+7	I	i	PRON	O	0			ritter-273
+8	woke	wake	VERB	B	0		v.body	ritter-273
+9	up	up	PART	I	8			ritter-273
+10	this	this	DET	O	0			ritter-273
+11	morning	morning	NOUN	O	0		n.time	ritter-273
+12	from	from	ADP	O	0			ritter-273
+13	an	an	DET	O	0			ritter-273
+14	amazing	amazing	ADJ	O	0			ritter-273
+15	weekend	weekend	NOUN	O	0		n.event	ritter-273
+16	with	with	ADP	O	0			ritter-273
+17	friends	friend	NOUN	O	0		n.person	ritter-273
+18	and	and	CONJ	O	0			ritter-273
+19	I	i	PRON	O	0			ritter-273
+20	feel	feel	VERB	O	0		v.emotion	ritter-273
+21	great	great	ADJ	O	0			ritter-273
+22	:)	:)	INTJ	O	0			ritter-273
+23	now	now	ADV	O	0			ritter-273
+24	its	its	PRON	O	0			ritter-273
+25	time	time	NOUN	O	0		n.event	ritter-273
+26	to	to	PART	O	0			ritter-273
+27	step	step	VERB	B	0		v.change	ritter-273
+28	my	my	PRON	o	0			ritter-273
+29	tweet	tweet	NOUN	b	0		n.act	ritter-273
+30	game	game	NOUN	i	29			ritter-273
+31	up	up	PART	I	27			ritter-273
+
+1	@OscarDoll24	@oscardoll24	PROPN	O	0			ritter-274
+2	good	good	INTJ	O	0			ritter-274
+3	morning	morning	INTJ	O	0			ritter-274
+4	love	love	INTJ	O	0			ritter-274
+5	.	.	PUNCT	O	0			ritter-274
+6	i	i	PRON	O	0			ritter-274
+7	miss	miss	VERB	O	0		v.emotion	ritter-274
+8	you	you	PRON	O	0			ritter-274
+9	.	.	PUNCT	O	0			ritter-274
+10	hope	hope	VERB	O	0		v.emotion	ritter-274
+11	you	you	PRON	O	0			ritter-274
+12	have	have	VERB	O	0		v.stative	ritter-274
+13	a	a	DET	O	0			ritter-274
+14	beautiful	beautiful	ADJ	O	0			ritter-274
+15	day	day	NOUN	O	0		n.event	ritter-274
+16	.	.	PUNCT	O	0			ritter-274
+17	&lt;	&lt;	CONJ	O	0			ritter-274
+18	#	#	X	O	0			ritter-274
+
+1	@rebexarama	@rebexarama	PROPN	O	0			ritter-275
+2	I	i	PRON	O	0			ritter-275
+3	meant	mean	VERB	O	0		v.communication	ritter-275
+4	in	in	ADP	B	0			ritter-275
+5	terms	terms	NOUN	I	4			ritter-275
+6	of	of	ADP	I	5			ritter-275
+7	boringness	boringness	NOUN	O	0		n.attribute	ritter-275
+8	.	.	PUNCT	O	0			ritter-275
+9	It	it	PRON	O	0			ritter-275
+10	was	be	VERB	O	0		v.stative	ritter-275
+11	actually	actually	ADV	O	0			ritter-275
+12	awesome	awesome	ADJ	O	0			ritter-275
+13	up	up	ADV	O	0			ritter-275
+14	until	until	ADP	O	0			ritter-275
+15	mid-December	mid-december	NOUN	O	0		n.time	ritter-275
+16	.	.	PUNCT	O	0			ritter-275
+
+1	@Flyboi_Pierre	@flyboi_pierre	PROPN	O	0			ritter-276
+2	cool	cool	ADJ	O	0			ritter-276
+3	as	as	ADP	O	0			ritter-276
+4	hell	hell	NOUN	O	0		n.attribute	ritter-276
+5	and	and	CONJ	O	0			ritter-276
+6	go	go	VERB	O	0		v.change	ritter-276
+7	crazy	crazy	ADJ	O	0			ritter-276
+8	on	on	ADP	O	0			ritter-276
+9	twitter	twitter	PROPN	O	0		n.group	ritter-276
+10	u	u	PRON	O	0			ritter-276
+11	may	may	AUX	O	0			ritter-276
+12	not	not	ADV	O	0			ritter-276
+13	see	see	VERB	O	0		v.perception	ritter-276
+14	him	him	PRON	O	0			ritter-276
+15	out	out	PART	O	0			ritter-276
+16	much	much	ADV	O	0			ritter-276
+17	but	but	CONJ	O	0			ritter-276
+18	at	at	ADP	B	0		n.feeling	ritter-276
+19	heart	heart	NOUN	I	18			ritter-276
+20	he	he	PRON	O	0			ritter-276
+21	's	's	VERB	O	0		v.stative	ritter-276
+22	a	a	DET	O	0			ritter-276
+23	real	real	ADJ	O	0			ritter-276
+24	partier	partier	NOUN	O	0		n.attribute	ritter-276
+25	#BrightHistMonth	#brighthistmonth	X	O	0			ritter-276
+
+1	the	the	DET	O	0			ritter-277
+2	one	one	NOUN	B	0		n.quantity	ritter-277
+3	and	and	CONJ	I	2			ritter-277
+4	only	only	ADJ	I	3			ritter-277
+5	MARK	mark	PROPN	B	0		n.person	ritter-277
+6	MEISMER	meismer	PROPN	I	5			ritter-277
+7	is	be	AUX	O	0			ritter-277
+8	teaching	teach	VERB	O	0		v.communication	ritter-277
+9	TONIGHT	tonight	NOUN	O	0		n.time	ritter-277
+10	at	at	ADP	O	0			ritter-277
+11	EDGe	edge	PROPN	O	0		n.group	ritter-277
+12	at	at	ADP	O	0			ritter-277
+13	830-1030	830-1030	NUM	O	0			ritter-277
+14	!	!	PUNCT	O	0			ritter-277
+15	Come	come	VERB	O	0		v.motion	ritter-277
+16	twirlllllllllll	twirlllllllllll	VERB	O	0		v.motion	ritter-277
+17	!!!!!	!!!!!	PUNCT	O	0			ritter-277
+18	RT	rt	X	O	0			ritter-277
+19	!!	!!	PUNCT	O	0			ritter-277
+
+1	@ChrisMurrin	@chrismurrin	PROPN	O	0			ritter-278
+2	Thanks	thanks	INTJ	O	0			ritter-278
+3	Chris	chris	PROPN	O	0		n.person	ritter-278
+4	.	.	PUNCT	O	0			ritter-278
+5	We	we	PRON	O	0			ritter-278
+6	are	be	AUX	O	0			ritter-278
+7	going	go	VERB	O	0		v.motion	ritter-278
+8	to	to	PART	O	0			ritter-278
+9	Lucilles	lucilles	PROPN	O	0		n.group	ritter-278
+10	for	for	ADP	O	0			ritter-278
+11	Valentines	valentines	PROPN	B	0		n.event	ritter-278
+12	Day	day	PROPN	I	11			ritter-278
+13	and	and	CONJ	O	0			ritter-278
+14	maybe	maybe	ADV	O	0			ritter-278
+15	Famous	famous	PROPN	B	0		n.group	ritter-278
+16	Daves	daves	PROPN	I	15			ritter-278
+17	tonight	tonight	NOUN	O	0		n.time	ritter-278
+18	.	.	PUNCT	O	0			ritter-278
+
+1	@FoIManUK	@foimanuk	PROPN	O	0			ritter-279
+2	our	our	PRON	O	0			ritter-279
+3	#FOI	#foi	NOUN	O	0			ritter-279
+4	Jan	jan	PROPN	O	0		n.time	ritter-279
+5	11	11	NUM	O	0			ritter-279
+6	tally	tally	NOUN	O	0		n.act	ritter-279
+7	is	be	VERB	O	0		v.stative	ritter-279
+8	26%	26%	NUM	O	0			ritter-279
+9	of	of	ADP	O	0			ritter-279
+10	2010	2010	NUM	O	0			ritter-279
+11	total	total	NOUN	O	0		n.state	ritter-279
+
+1	GooDNighT	goodnight	INTJ	O	0			ritter-280
+2	ELFs	elf	NOUN	O	0		n.person	ritter-280
+3	..	..	PUNCT	O	0			ritter-280
+4	i	i	PRON	O	0			ritter-280
+5	have	have	AUX	O	0			ritter-280
+6	to	to	PART	O	0			ritter-280
+7	go	go	VERB	O	0		v.motion	ritter-280
+8	now	now	ADV	O	0			ritter-280
+9	see	see	VERB	O	0		v.perception	ritter-280
+10	u	u	PRON	O	0			ritter-280
+11	later	later	ADV	O	0			ritter-280
+12	...	...	PUNCT	O	0			ritter-280
+13	bye	bye	INTJ	B	0			ritter-280
+14	bye	bye	INTJ	I	13			ritter-280
+15	...	...	PUNCT	O	0			ritter-280
+16	saranghae	saranghae	INTJ	O	0			ritter-280
+17	...	...	PUNCT	O	0			ritter-280
+18	@siwon407	@siwon407	PROPN	O	0			ritter-280
+19	tell	tell	VERB	O	0		v.communication	ritter-280
+20	me	me	PRON	O	0			ritter-280
+21	HappY	happy	ADJ	B	0		n.communication	ritter-280
+22	BirthdaY	birthday	NOUN	I	21			ritter-280
+23	on	on	ADP	O	0			ritter-280
+24	11\Feb	11\feb	NUM	O	0			ritter-280
+25	...	...	PUNCT	O	0			ritter-280
+26	ok	ok	INTJ	O	0			ritter-280
+27	...	...	PUNCT	O	0			ritter-280
+28	please	please	INTJ	O	0			ritter-280
+29	^^	^^	INTJ	O	0			ritter-280
+30	LOVE	love	VERB	O	0		v.emotion	ritter-280
+31	U	u	PRON	O	0			ritter-280
+
+1	So	so	ADP	O	0			ritter-281
+2	April	april	PROPN	O	0		n.time	ritter-281
+3	is	be	AUX	O	0			ritter-281
+4	looking	look	VERB	O	0		v.perception	ritter-281
+5	like	like	ADP	O	0			ritter-281
+6	a	a	DET	O	0			ritter-281
+7	spectacular	spectacular	ADJ	O	0			ritter-281
+8	month	month	NOUN	O	0		n.time	ritter-281
+9	for	for	ADP	O	0			ritter-281
+10	shows	show	NOUN	O	0		n.communication	ritter-281
+11	.	.	PUNCT	O	0			ritter-281
+12	Spring	spring	PROPN	B	0		n.act	ritter-281
+13	Break	break	PROPN	I	12			ritter-281
+14	Your	your	PROPN	I	13			ritter-281
+15	Heart	heart	PROPN	I	14			ritter-281
+16	Tour	tour	PROPN	I	15			ritter-281
+17	,	,	PUNCT	O	0			ritter-281
+18	Dirty	dirty	PROPN	B	0		n.act	ritter-281
+19	Work	work	PROPN	I	18			ritter-281
+20	Tour	tour	PROPN	I	19			ritter-281
+21	,	,	PUNCT	O	0			ritter-281
+22	Gamechangers	gamechangers	PROPN	B	0		n.act	ritter-281
+23	Tour	tour	PROPN	I	22			ritter-281
+24	,	,	PUNCT	O	0			ritter-281
+25	and	and	CONJ	O	0			ritter-281
+26	now	now	ADV	O	0			ritter-281
+27	FYS	fys	PROPN	O	0		n.act	ritter-281
+28	!	!	PUNCT	O	0			ritter-281
+29	#yuss	#yuss	X	O	0			ritter-281
+
+1	Happy	happy	ADJ	O	0			ritter-282
+2	birthday	birthday	NOUN	O	0		n.event	ritter-282
+3	to	to	PART	O	0			ritter-282
+4	my	my	PRON	O	0			ritter-282
+5	not	not	ADV	O	0			ritter-282
+6	so	so	ADV	O	0			ritter-282
+7	little	little	ADJ	O	0			ritter-282
+8	brother	brother	NOUN	O	0		n.person	ritter-282
+9	@xHangmanx	@xhangmanx	PROPN	O	0		n.person	ritter-282
+10	!!!	!!!	PUNCT	O	0			ritter-282
+11	He	he	PRON	O	0			ritter-282
+12	's	's	VERB	O	0		v.stative	ritter-282
+13	20	20	NUM	O	0			ritter-282
+14	today	today	NOUN	O	0		n.time	ritter-282
+15	!	!	PUNCT	O	0			ritter-282
+16	Holy	holy	INTJ	O	0			ritter-282
+17	crap	crap	INTJ	O	0			ritter-282
+18	,	,	PUNCT	O	0			ritter-282
+19	20	20	NUM	O	0			ritter-282
+20	?	?	PUNCT	O	0			ritter-282
+21	Jeez	jeez	INTJ	O	0			ritter-282
+22	man	man	INTJ	O	0			ritter-282
+23	...	...	PUNCT	O	0			ritter-282
+
+1	Jus	jus	ADV	O	0			ritter-283
+2	Another	another	DET	O	0			ritter-283
+3	Monday	monday	PROPN	O	0		n.time	ritter-283
+4	Lettin	lettin	VERB	B	0		v.change	ritter-283
+5	That	that	DET	o	0			ritter-283
+6	Work	work	NOUN	o	0		n.act	ritter-283
+7	Go	go	VERB	I	4			ritter-283
+8	Today	today	NOUN	O	0		n.time	ritter-283
+9	I	i	PRON	O	0			ritter-283
+10	'm	'm	VERB	O	0		v.stative	ritter-283
+11	On	on	ADP	O	0			ritter-283
+12	Cherry	cherry	PROPN	O	0		n.food	ritter-283
+13	,	,	PUNCT	O	0			ritter-283
+14	Bubble	bubble	PROPN	O	0		n.food	ritter-283
+15	__AND__	__and__	CONJ	O	0			ritter-283
+16	Purple	purple	PROPN	O	0		n.food	ritter-283
+
+1	OMG	omg	INTJ	O	0			ritter-284
+2	,	,	PUNCT	O	0			ritter-284
+3	you	you	PRON	O	0			ritter-284
+4	guys	guy	NOUN	O	0		n.person	ritter-284
+5	are	be	VERB	O	0		v.stative	ritter-284
+6	too	too	ADV	O	0			ritter-284
+7	funny	funny	ADJ	O	0			ritter-284
+8	today	today	ADV	O	0		n.time	ritter-284
+9	.	.	PUNCT	O	0			ritter-284
+10	I	i	PRON	O	0			ritter-284
+11	'm	'm	VERB	O	0		v.stative	ritter-284
+12	all	all	DET	B	0			ritter-284
+13	about	about	ADP	I	12			ritter-284
+14	the	the	DET	O	0			ritter-284
+15	Unicorns	unicorns	PROPN	O	0		n.animal	ritter-284
+16	!!!	!!!	PUNCT	O	0			ritter-284
+17	Have	have	VERB	O	0		v.stative	ritter-284
+18	a	a	DET	O	0			ritter-284
+19	great	great	ADJ	O	0			ritter-284
+20	week	week	NOUN	O	0		n.time	ritter-284
+21	everyone	everyone	NOUN	O	0			ritter-284
+22	!!	!!	PUNCT	O	0			ritter-284
+
+1	RT	rt	X	O	0			ritter-285
+2	@RawyaRageh	@rawyarageh	PROPN	O	0			ritter-285
+3	:	:	PUNCT	O	0			ritter-285
+4	Protesters	protester	NOUN	O	0		n.person	ritter-285
+5	hold	hold	VERB	B	0		v.stative	ritter-285
+6	their	their	PRON	o	0			ritter-285
+7	ground	ground	NOUN	I	5			ritter-285
+8	for	for	ADP	O	0			ritter-285
+9	the	the	DET	O	0			ritter-285
+10	14th	14th	ADJ	O	0			ritter-285
+11	day	day	NOUN	O	0		n.time	ritter-285
+12	in	in	ADP	O	0			ritter-285
+13	Tahrir	tahrir	PROPN	B	0		n.location	ritter-285
+14	Sq	sq	PROPN	I	13			ritter-285
+15	.	.	PUNCT	O	0			ritter-285
+16	Ayman	ayman	PROPN	B	0		n.person	ritter-285
+17	Mohyeldin	mohyeldin	PROPN	I	16			ritter-285
+18	free	free	ADJ	O	0			ritter-285
+19	and	and	CONJ	O	0			ritter-285
+20	well	well	ADJ	O	0			ritter-285
+21	.	.	PUNCT	O	0			ritter-285
+22	#Egypt	#egypt	NOUN	O	0		n.location	ritter-285
+23	#Jan25	#jan25	NOUN	O	0		n.time	ritter-285
+
+1	@Elinor_Althani	@elinor_althani	PROPN	O	0			ritter-286
+2	ahhhh	ahhhh	INTJ	O	0			ritter-286
+3	reading	read	VERB	O	0		v.cognition	ritter-286
+4	,	,	PUNCT	O	0			ritter-286
+5	still	still	ADV	O	0			ritter-286
+6	i	i	PRON	O	0			ritter-286
+7	did	do	AUX	O	0			ritter-286
+8	n't	n't	ADV	O	0			ritter-286
+9	finish	finish	VERB	O	0		v.change	ritter-286
+10	my	my	PRON	O	0			ritter-286
+11	book	book	NOUN	O	0		n.communication	ritter-286
+12	=(	=(	INTJ	O	0			ritter-286
+13	i	i	PRON	O	0			ritter-286
+14	have	have	AUX	O	0			ritter-286
+15	to	to	PART	O	0			ritter-286
+16	do	do	VERB	O	0		v.cognition	ritter-286
+17	it	it	PRON	O	0			ritter-286
+18	before	before	ADP	O	0			ritter-286
+19	Feb	feb	PROPN	O	0		n.time	ritter-286
+20	ends	end	VERB	O	0		v.change	ritter-286
+21	inshallah	inshallah	NOUN	O	0		n.motive	ritter-286
+22	:)	:)	INTJ	O	0			ritter-286
+
+1	RT	rt	X	O	0			ritter-287
+2	@DIVINEDYNASTY	@divinedynasty	PROPN	O	0			ritter-287
+3	:	:	PUNCT	O	0			ritter-287
+4	RT	rt	X	O	0			ritter-287
+5	@PLAIN_JAMES	@plain_james	PROPN	O	0			ritter-287
+6	:	:	PUNCT	O	0			ritter-287
+7	http://twitpic.com/3t0eng	http://twitpic.com/3t0eng	X	O	0			ritter-287
+8	-	-	PUNCT	O	0			ritter-287
+9	#THEREDROOM	#theredroom	X	O	0			ritter-287
+10	FRI	fri	PROPN	B	0		n.time	ritter-287
+11	03.18	03.18	NUM	I	10			ritter-287
+12	.	.	PUNCT	I	11			ritter-287
+13	11	11	NUM	I	12			ritter-287
+14	CALI'S	cali's	PROPN	O	0		n.person	ritter-287
+15	BDAY	bday	NOUN	B	0		n.event	ritter-287
+16	BASH	bash	NOUN	I	15			ritter-287
+17	FOR	for	ADP	O	0			ritter-287
+18	PISCES/ARIES	pisces/aries	PROPN	B	0		n.time	ritter-287
+19	DAY	day	NOUN	I	18			ritter-287
+20	1	1	NUM	O	0			ritter-287
+21	(	(	PUNCT	O	0			ritter-287
+22	cont	cont	NOUN	O	0		n.state	ritter-287
+23	)	)	PUNCT	O	0			ritter-287
+24	...	...	PUNCT	O	0			ritter-287
+
+1	Happy	happy	ADJ	O	0			ritter-288
+2	Monday	monday	PROPN	O	0		n.time	ritter-288
+3	!	!	PUNCT	O	0			ritter-288
+
+1	How	how	ADV	B	0			ritter-289
+2	about	about	ADP	I	1			ritter-289
+3	a	a	DET	O	0			ritter-289
+4	great	great	ADJ	O	0			ritter-289
+5	improv	improv	NOUN	B	0		n.event	ritter-289
+6	comedy	comedy	NOUN	I	5			ritter-289
+7	night	night	NOUN	I	6			ritter-289
+8	with	with	ADP	O	0			ritter-289
+9	the	the	DET	O	0			ritter-289
+10	family	family	NOUN	O	0		n.group	ritter-289
+11	?	?	PUNCT	O	0			ritter-289
+12	http://nctphoenix.com/showtimes.html	http://nctphoenix.com/showtimes.html	X	O	0			ritter-289
+
+1	NEW	new	PROPN	B	0		n.event	ritter-290
+2	MUZIK	muzik	PROPN	I	1			ritter-290
+3	MONDAY	monday	PROPN	I	2			ritter-290
+4	--	--	PUNCT	O	0			ritter-290
+5	&gt;	&gt;	PUNCT	O	0			ritter-290
+6	http://mysong.fm/goodloving	http://mysong.fm/goodloving	X	O	0			ritter-290
+7	@LNIC2	@lnic2	PROPN	O	0		n.communication	ritter-290
+8	Lil	lil	PROPN	B	0		n.person	ritter-290
+9	Ronnie	ronnie	PROPN	I	8			ritter-290
+10	ft	ft	VERB	O	0		v.social	ritter-290
+11	@Jr_Patton	@jr_patton	PROPN	O	0		n.person	ritter-290
+12	"	"	PUNCT	O	0			ritter-290
+13	Good	good	PROPN	B	0		n.communication	ritter-290
+14	Love	love	PROPN	I	13			ritter-290
+15	"	"	PUNCT	O	0			ritter-290
+
+1	Just	just	ADV	O	0			ritter-291
+2	another	another	DET	O	0			ritter-291
+3	Monday	monday	PROPN	O	0		n.time	ritter-291
+4	...........	...........	PUNCT	O	0			ritter-291
+
+1	Coventry	coventry	PROPN	B	0		n.location	ritter-292
+2	Rugby	rugby	PROPN	I	1			ritter-292
+3	v	v	PROPN	O	0		n.other	ritter-292
+4	Barking	barking	PROPN	O	0		n.location	ritter-292
+5	match	match	NOUN	B	0		n.act	ritter-292
+6	preview	preview	NOUN	I	5			ritter-292
+7	__AND__	__and__	CONJ	O	0			ritter-292
+8	results	result	NOUN	O	0		n.attribute	ritter-292
+9	roundup	roundup	NOUN	O	0		n.attribute	ritter-292
+10	:	:	PUNCT	O	0			ritter-292
+11	This	this	DET	O	0			ritter-292
+12	Saturday	saturday	PROPN	O	0		n.time	ritter-292
+13	12th	12th	NUM	B	0		n.time	ritter-292
+14	February	february	PROPN	I	13			ritter-292
+15	at	at	ADP	O	0			ritter-292
+16	the	the	DET	O	0			ritter-292
+17	BPA	bpa	PROPN	O	0		n.location	ritter-292
+18	,	,	PUNCT	O	0			ritter-292
+19	kick	kick	VERB	B	0		v.change	ritter-292
+20	off	off	PART	I	19			ritter-292
+21	3p	3p	NUM	O	0			ritter-292
+22	...	...	PUNCT	O	0			ritter-292
+23	http://bit.ly/fci92L	http://bit.ly/fci92l	X	O	0			ritter-292
+
+1	LISTEN	listen	VERB	O	0		v.perception	ritter-293
+2	TO	to	PART	O	0			ritter-293
+3	Haunted	haunted	PROPN	B	0		n.communication	ritter-293
+4	Hearts	hearts	PROPN	I	3			ritter-293
+5	TUNE	tune	NOUN	O	0		n.communication	ritter-293
+6	"	"	PUNCT	O	0			ritter-293
+7	SISTER	sister	PROPN	B	0		n.communication	ritter-293
+8	LOVERS	lovers	PROPN	I	7			ritter-293
+9	TONIGHT	tonight	PROPN	I	8			ritter-293
+10	"	"	PUNCT	O	0			ritter-293
+11	.	.	PUNCT	O	0			ritter-293
+12	GREAT	great	ADJ	O	0			ritter-293
+13	TUNE	tune	NOUN	O	0		n.communication	ritter-293
+14	ABOUT	about	ADP	O	0			ritter-293
+15	LISTENING	listen	VERB	O	0		v.perception	ritter-293
+16	TO	to	PART	O	0			ritter-293
+17	YOUR	your	PRON	O	0			ritter-293
+18	FAVOURITE	favourite	ADJ	O	0			ritter-293
+19	RECORDS	record	NOUN	O	0		n.communication	ritter-293
+20	...	...	PUNCT	O	0			ritter-293
+21	http://fb.me/UJ35aFnM	http://fb.me/uj35afnm	X	O	0			ritter-293
+
+1	Have	have	AUX	O	0			ritter-294
+2	you	you	PRON	O	0			ritter-294
+3	Entered	enter	VERB	O	0		v.competition	ritter-294
+4	your	your	PRON	O	0			ritter-294
+5	Valentine	valentine	PROPN	B	0		n.artifact	ritter-294
+6	Photo	photo	NOUN	I	5			ritter-294
+7	in	in	ADP	O	0			ritter-294
+8	our	our	PRON	O	0			ritter-294
+9	Cutie	cutie	PROPN	B	0		n.event	ritter-294
+10	Patootie	patootie	PROPN	I	9			ritter-294
+11	Contest	contest	PROPN	I	10			ritter-294
+12	?	?	PUNCT	O	0			ritter-294
+13	Winner	winner	NOUN	O	0		n.person	ritter-294
+14	will	will	AUX	O	0			ritter-294
+15	be	be	AUX	O	0			ritter-294
+16	published	publish	VERB	O	0		v.communication	ritter-294
+17	in	in	ADP	O	0			ritter-294
+18	our	our	PRON	O	0			ritter-294
+19	March	march	PROPN	B	0		n.communication	ritter-294
+20	issue	issue	NOUN	I	19			ritter-294
+21	...	...	PUNCT	O	0			ritter-294
+22	http://fb.me/U46NWcXP	http://fb.me/u46nwcxp	X	O	0			ritter-294
+
+1	Morning	morning	INTJ	O	0		n.plant	ritter-295
+2	kush	kush	PROPN	O	0		n.plant	ritter-295
+
+1	RT	rt	X	O	0			ritter-296
+2	@Kandi	@kandi	PROPN	O	0			ritter-296
+3	:	:	PUNCT	O	0			ritter-296
+4	the	the	DET	O	0			ritter-296
+5	cast	cast	NOUN	O	0		n.group	ritter-296
+6	of	of	ADP	O	0			ritter-296
+7	Glee	glee	PROPN	O	0		n.group	ritter-296
+8	doing	do	VERB	O	0		v.creation	ritter-296
+9	"	"	PUNCT	O	0			ritter-296
+10	Bills	bills	PROPN	B	0		n.communication	ritter-296
+11	,	,	PUNCT	o	0			ritter-296
+12	Bills	bills	PROPN	I	10			ritter-296
+13	,	,	PUNCT	o	0			ritter-296
+14	Bills	bills	PROPN	I	12			ritter-296
+15	"	"	PUNCT	O	0			ritter-296
+16	last	last	ADJ	O	0			ritter-296
+17	night	night	NOUN	O	0		n.time	ritter-296
+18	.	.	PUNCT	O	0			ritter-296
+19	heres	heres	ADV	O	0			ritter-296
+20	the	the	DET	O	0			ritter-296
+21	clip	clip	NOUN	O	0		n.communication	ritter-296
+22	http://www.youtube.com/watch?v=X_kWC4_aOdI__AND__feature=p	http://www.youtube.com/watch?v=x_kwc4_aodi__and__feature=p	X	O	0			ritter-296
+23	...	...	PUNCT	O	0			ritter-296
+
+1	Saw	saw	VERB	O	0		v.perception	ritter-297
+2	Ip-Man	ip-man	PROPN	B	0		n.communication	ritter-297
+3	2	2	PROPN	I	2			ritter-297
+4	at	at	ADP	O	0			ritter-297
+5	the	the	DET	O	0			ritter-297
+6	Cinemark	cinemark	PROPN	O	0		n.group	ritter-297
+7	in	in	ADP	O	0			ritter-297
+8	Long	long	PROPN	B	0		n.location	ritter-297
+9	Beach	beach	PROPN	I	8			ritter-297
+10	last	last	ADJ	O	0			ritter-297
+11	night	night	NOUN	O	0		n.time	ritter-297
+12	.	.	PUNCT	O	0			ritter-297
+13	That	that	DET	O	0			ritter-297
+14	movie	movie	NOUN	O	0		n.communication	ritter-297
+15	was	be	VERB	O	0		v.stative	ritter-297
+16	dope	dope	ADJ	O	0			ritter-297
+17	!!	!!	PUNCT	O	0			ritter-297
+18	I	i	PRON	O	0			ritter-297
+19	love	love	VERB	O	0		v.emotion	ritter-297
+20	goin	goin	VERB	O	0		v.motion	ritter-297
+21	to	to	PART	O	0			ritter-297
+22	the	the	DET	O	0			ritter-297
+23	movies	movie	NOUN	O	0		n.communication	ritter-297
+24	.	.	PUNCT	O	0			ritter-297
+
+1	RT	rt	X	O	0			ritter-298
+2	@JordanCenter	@jordancenter	PROPN	O	0			ritter-298
+3	:	:	PUNCT	O	0			ritter-298
+4	LIL	lil	PROPN	B	0		n.person	ritter-298
+5	WAYNE	wayne	PROPN	I	4			ritter-298
+6	/	/	CONJ	O	0			ritter-298
+7	NICKI	nicki	PROPN	B	0		n.person	ritter-298
+8	MINAJ	minaj	PROPN	I	7			ritter-298
+9	-	-	PUNCT	O	0			ritter-298
+10	March	march	PROPN	B	0		n.time	ritter-298
+11	30	30	NUM	I	10			ritter-298
+12	-	-	PUNCT	O	0			ritter-298
+13	SOLD	sell	VERB	B	0		v.possession	ritter-298
+14	OUT.....'nuff	out.....'nuff	PART	I	13			ritter-298
+15	said	say	VERB	O	0		v.communication	ritter-298
+16	.	.	PUNCT	O	0			ritter-298
+
+1	ok	ok	INTJ	O	0			ritter-299
+2	so	so	ADV	O	0			ritter-299
+3	,	,	PUNCT	O	0			ritter-299
+4	can	can	AUX	O	0			ritter-299
+5	someone	someone	NOUN	O	0			ritter-299
+6	make	make	VERB	O	0		v.creation	ritter-299
+7	me	me	PRON	O	0			ritter-299
+8	Steelers	steelers	PROPN	B	0		n.group	ritter-299
+9	(	(	PUNCT	o	0			ritter-299
+10	Happy	happy	ADJ	o	0			ritter-299
+11	)	)	PUNCT	o	0			ritter-299
+12	gifs	gifs	NOUN	I	8			ritter-299
+13	from	from	ADP	O	0			ritter-299
+14	last	last	ADJ	O	0			ritter-299
+15	night	night	NOUN	O	0		n.time	ritter-299
+16	during	during	ADP	O	0			ritter-299
+17	the	the	DET	O	0			ritter-299
+18	game	game	NOUN	O	0		n.act	ritter-299
+19	?	?	PUNCT	O	0			ritter-299
+20	-	-	PUNCT	O	0			ritter-299
+21	I	i	PRON	O	0			ritter-299
+22	will	will	AUX	O	0			ritter-299
+23	love	love	VERB	O	0		v.emotion	ritter-299
+24	you	you	PRON	O	0			ritter-299
+25	forever	forever	ADV	O	0			ritter-299
+26	...	...	PUNCT	O	0			ritter-299
+27	http://tumblr.com/xny1gcptdg	http://tumblr.com/xny1gcptdg	X	O	0			ritter-299
+
+1	Come	come	VERB	O	0		v.motion	ritter-300
+2	on	on	ADP	O	0			ritter-300
+3	Monday	monday	PROPN	O	0		n.time	ritter-300
+4	-	-	PUNCT	O	0			ritter-300
+5	get	get	VERB	O	0		v.stative	ritter-300
+6	moving	move	VERB	O	0		v.motion	ritter-300
+7	.	.	PUNCT	O	0			ritter-300
+
+1	okay	okay	INTJ	O	0			ritter-301
+2	okay	okay	INTJ	O	0			ritter-301
+3	,	,	PUNCT	O	0			ritter-301
+4	'll	'll	AUX	O	0			ritter-301
+5	follow	follow	VERB	O	0		v.social	ritter-301
+6	EVERYONE	everyone	NOUN	O	0			ritter-301
+7	back	back	ADV	O	0			ritter-301
+8	today	today	NOUN	O	0		n.time	ritter-301
+9	.	.	PUNCT	O	0			ritter-301
+10	:D	:d	INTJ	O	0			ritter-301
+
+1	February	february	PROPN	O	0		n.time	ritter-302
+2	is	be	VERB	O	0		v.stative	ritter-302
+3	Love	love	PROPN	B	0		n.event	ritter-302
+4	Your	your	PROPN	I	3			ritter-302
+5	Library	library	PROPN	I	4			ritter-302
+6	Month	month	PROPN	I	5			ritter-302
+7	.	.	PUNCT	O	0			ritter-302
+8	Take	take	VERB	O	0		v.stative	ritter-302
+9	a	a	DET	O	0			ritter-302
+10	moment	moment	NOUN	O	0		n.time	ritter-302
+11	to	to	PART	O	0			ritter-302
+12	fill	fill	VERB	B	0		v.contact	ritter-302
+13	out	out	ADP	I	12			ritter-302
+14	a	a	DET	O	0			ritter-302
+15	heart	heart	NOUN	O	0		n.artifact	ritter-302
+16	in	in	ADP	O	0			ritter-302
+17	our	our	PRON	O	0			ritter-302
+18	lobby	lobby	NOUN	O	0		n.location	ritter-302
+19	with	with	ADP	O	0			ritter-302
+20	why	why	ADV	O	0			ritter-302
+21	you	you	PRON	O	0			ritter-302
+22	love	love	VERB	O	0		v.emotion	ritter-302
+23	the	the	DET	O	0			ritter-302
+24	Niles	niles	PROPN	O	0		n.artifact	ritter-302
+25	...	...	PUNCT	O	0			ritter-302
+26	http://fb.me/RxpYpimE	http://fb.me/rxpypime	X	O	0			ritter-302
+
+1	CA	ca	PROPN	O	0		n.person	ritter-303
+2	murdered	murder	VERB	O	0		v.change	ritter-303
+3	the	the	DET	O	0			ritter-303
+4	national	national	NOUN	B	0		n.communication	ritter-303
+5	anthem	anthem	NOUN	I	4			ritter-303
+6	last	last	ADJ	O	0			ritter-303
+7	night	night	NOUN	O	0		n.time	ritter-303
+8	,	,	PUNCT	O	0			ritter-303
+9	even	even	ADV	O	0			ritter-303
+10	tho	tho	ADP	O	0			ritter-303
+11	she	she	PRON	O	0			ritter-303
+12	fucked	fuck	VERB	B	0		v.change	ritter-303
+13	up	up	PART	I	12			ritter-303
+14	the	the	DET	O	0			ritter-303
+15	words	words	NOUN	O	0		n.communication	ritter-303
+16	,	,	PUNCT	O	0			ritter-303
+17	she	she	PRON	O	0			ritter-303
+18	still	still	ADV	O	0			ritter-303
+19	blessed	bless	VERB	O	0		v.communication	ritter-303
+20	that	that	DET	O	0			ritter-303
+21	shit	shit	NOUN	O	0		n.communication	ritter-303
+22	.	.	PUNCT	O	0			ritter-303
+23	#realchop	#realchop	X	O	0			ritter-303
+
+1	I	i	PRON	O	0			ritter-304
+2	kept	keep	VERB	O	0		v.stative	ritter-304
+3	telling	tell	VERB	O	0		v.communication	ritter-304
+4	niggers	nigger	NOUN	O	0		n.person	ritter-304
+5	it'd	it'd	PRON	O	0			ritter-304
+6	happen	happen	VERB	O	0		v.change	ritter-304
+7	.	.	PUNCT	O	0			ritter-304
+8	Come	come	VERB	O	0		v.stative	ritter-304
+9	Thursday	thursday	PROPN	O	0		n.time	ritter-304
+10	im	im	PRON	O	0			ritter-304
+11	inna	inna	ADP	O	0			ritter-304
+12	boardroom	boardroom	NOUN	O	0		n.location	ritter-304
+13	full	full	ADJ	O	0			ritter-304
+14	of	of	ADP	O	0			ritter-304
+15	niggers	nigger	NOUN	O	0		n.person	ritter-304
+16	3times	3times	NOUN	O	0		n.quantity	ritter-304
+17	my	my	PRON	O	0			ritter-304
+18	age	age	NOUN	O	0		n.attribute	ritter-304
+19	.	.	PUNCT	O	0			ritter-304
+20	.	.	PUNCT	O	0			ritter-304
+21	.	.	PUNCT	O	0			ritter-304
+22	at	at	ADP	O	0			ritter-304
+23	the	the	DET	O	0			ritter-304
+24	tender	tender	ADJ	O	0			ritter-304
+25	age	age	NOUN	O	0		n.attribute	ritter-304
+26	of	of	ADP	O	0			ritter-304
+27	17	17	NUM	O	0			ritter-304
+28	!!	!!	PUNCT	O	0			ritter-304
+29	Im	im	PRON	O	0			ritter-304
+30	pleased	pleased	ADJ	O	0			ritter-304
+31	.	.	PUNCT	O	0			ritter-304
+
+1	good	good	INTJ	O	0			ritter-305
+2	afternoon	afternoon	INTJ	O	0			ritter-305
+
+1	@alexkrumm	@alexkrumm	PROPN	O	0			ritter-306
+2	ohhh	ohhh	INTJ	O	0			ritter-306
+3	,	,	PUNCT	O	0			ritter-306
+4	atmosphere	atmosphere	PROPN	O	0		n.communication	ritter-306
+5	might	might	AUX	O	0			ritter-306
+6	have	have	AUX	O	0			ritter-306
+7	to	to	PART	O	0			ritter-306
+8	slip	slip	VERB	O	0		v.motion	ritter-306
+9	into	into	ADP	O	0			ritter-306
+10	there	there	ADV	O	0			ritter-306
+11	,	,	PUNCT	O	0			ritter-306
+12	also	also	ADV	O	0			ritter-306
+13	.	.	PUNCT	O	0			ritter-306
+14	I	i	PRON	O	0			ritter-306
+15	might	might	AUX	O	0			ritter-306
+16	be	be	AUX	O	0			ritter-306
+17	hitting	hit	VERB	O	0		v.motion	ritter-306
+18	a	a	DET	O	0			ritter-306
+19	show	show	NOUN	O	0		n.act	ritter-306
+20	of	of	ADP	O	0			ritter-306
+21	theirs	theirs	PRON	O	0			ritter-306
+22	end	end	NOUN	O	0		n.time	ritter-306
+23	of	of	ADP	O	0			ritter-306
+24	February	february	PROPN	O	0		n.time	ritter-306
+25	.	.	PUNCT	O	0			ritter-306
+26	good	good	ADJ	O	0			ritter-306
+27	call	call	NOUN	O	0		n.cognition	ritter-306
+28	.	.	PUNCT	O	0			ritter-306
+
+1	Its	its	PRON	O	0			ritter-307
+2	amazing	amazing	ADJ	O	0			ritter-307
+3	how	how	ADV	O	0			ritter-307
+4	something	something	NOUN	O	0			ritter-307
+5	bad	bad	ADJ	O	0			ritter-307
+6	saved	save	VERB	O	0		v.stative	ritter-307
+7	me	me	PRON	O	0			ritter-307
+8	today	today	NOUN	O	0		n.time	ritter-307
+9	.	.	PUNCT	O	0			ritter-307
+10	#grindmode	#grindmode	NOUN	O	0			ritter-307
+
+1	@magicsteacher	@magicsteacher	PROPN	O	0			ritter-308
+2	Anytime	anytime	INTJ	O	0			ritter-308
+3	penguin	penguin	PROPN	O	0		n.animal	ritter-308
+4	,	,	PUNCT	O	0			ritter-308
+5	you	you	PRON	O	0			ritter-308
+6	know	know	VERB	O	0		v.cognition	ritter-308
+7	we	we	PRON	O	0			ritter-308
+8	aquarians	aquarians	NOUN	O	0		n.person	ritter-308
+9	are	be	VERB	O	0		v.stative	ritter-308
+10	the	the	DET	O	0			ritter-308
+11	best	best	ADJ	O	0			ritter-308
+12	read	read	NOUN	O	0		n.communication	ritter-308
+13	http://www.astrology.com/aquarius-sun-sign-zodiac-signs/2-d-d-66917	http://www.astrology.com/aquarius-sun-sign-zodiac-signs/2-d-d-66917	X	O	0			ritter-308
+
+1	I	i	PRON	O	0			ritter-309
+2	can	can	AUX	O	0			ritter-309
+3	count	count	VERB	O	0		v.cognition	ritter-309
+4	my	my	PRON	O	0			ritter-309
+5	reasons	reason	NOUN	O	0		n.motive	ritter-309
+6	to	to	PART	O	0			ritter-309
+7	get	get	VERB	B	0		v.motion	ritter-309
+8	out	out	ADP	I	7			ritter-309
+9	of	of	ADP	O	0			ritter-309
+10	bed	bed	NOUN	O	0		n.artifact	ritter-309
+11	each	each	DET	O	0			ritter-309
+12	morning	morning	NOUN	O	0		n.time	ritter-309
+13	on	on	ADP	O	0			ritter-309
+14	one	one	NUM	O	0			ritter-309
+15	hand	hand	NOUN	O	0		n.body	ritter-309
+16	.	.	PUNCT	O	0			ritter-309
+
+1	No	no	DET	O	0			ritter-310
+2	School	school	NOUN	O	0		n.event	ritter-310
+3	today	today	NOUN	O	0		n.time	ritter-310
+4	.	.	PUNCT	O	0			ritter-310
+5	HELL	hell	INTJ	O	0			ritter-310
+6	YEAH	yeah	INTJ	O	0			ritter-310
+7	http://tumblr.com/xt21gcptqr	http://tumblr.com/xt21gcptqr	X	O	0			ritter-310
+
+1	let	let	VERB	O	0		v.stative	ritter-311
+2	me	me	PRON	O	0			ritter-311
+3	use	use	VERB	B	0		v.consumption	ritter-311
+4	you	you	PRON	o	0			ritter-311
+5	up	up	PART	I	3			ritter-311
+6	tonight	tonight	NOUN	O	0		n.time	ritter-311
+7	#meteopau	#meteopau	NOUN	O	0		n.person	ritter-311
+8	give	give	VERB	O	0		v.change	ritter-311
+9	me	me	PRON	O	0			ritter-311
+10	your	your	PRON	O	0			ritter-311
+11	your	your	PRON	O	0			ritter-311
+12	your	your	PRON	O	0			ritter-311
+13	young	young	ADJ	O	0			ritter-311
+14	minddddddd	minddddddd	NOUN	O	0		n.cognition	ritter-311
+
+1	RT	rt	X	O	0			ritter-312
+2	@CHINOXL	@chinoxl	PROPN	O	0			ritter-312
+3	:	:	PUNCT	O	0			ritter-312
+4	Today	today	NOUN	O	0		n.time	ritter-312
+5	is	be	VERB	O	0		v.stative	ritter-312
+6	my	my	PRON	O	0			ritter-312
+7	main	main	ADJ	O	0			ritter-312
+8	goonie	goonie	NOUN	O	0		n.person	ritter-312
+9	@bobbyboutit	@bobbyboutit	PROPN	O	0		n.person	ritter-312
+10	birthday	birthday	NOUN	O	0		n.event	ritter-312
+11	#teamchino	#teamchino	X	O	0			ritter-312
+12	ca	ca	AUX	O	0			ritter-312
+13	n't	n't	ADV	O	0			ritter-312
+14	move	move	VERB	O	0		v.motion	ritter-312
+15	without	without	ADP	O	0			ritter-312
+16	him	him	PRON	O	0			ritter-312
+17	,	,	PUNCT	O	0			ritter-312
+18	please	please	VERB	O	0		v.communication	ritter-312
+19	send	send	VERB	O	0		v.communication	ritter-312
+20	him	him	PRON	O	0			ritter-312
+21	some	some	DET	O	0			ritter-312
+22	shouts	shout	NOUN	O	0		n.communication	ritter-312
+23	!!	!!	PUNCT	O	0			ritter-312
+24	While	while	ADP	O	0			ritter-312
+25	he	he	PRON	O	0			ritter-312
+26	's	's	VERB	O	0		v.stative	ritter-312
+27	...	...	PUNCT	O	0			ritter-312
+
+1	HBCU	hbcu	PROPN	O	0		n.group	ritter-313
+2	's	's	AUX	O	0			ritter-313
+3	should	should	AUX	O	0			ritter-313
+4	have	have	VERB	O	0		v.creation	ritter-313
+5	a	a	DET	O	0			ritter-313
+6	free	free	ADJ	O	0			ritter-313
+7	JORDAN	jordan	PROPN	B	0		n.event	ritter-313
+8	shoe	shoe	NOUN	I	7			ritter-313
+9	lottery	lottery	NOUN	I	8			ritter-313
+10	every	every	DET	O	0			ritter-313
+11	Tuesday	tuesday	PROPN	O	0		n.time	ritter-313
+12	but	but	CONJ	O	0			ritter-313
+13	only	only	ADV	O	0			ritter-313
+14	at	at	ADP	O	0			ritter-313
+15	7pm	7pm	NUM	O	0			ritter-313
+16	.	.	PUNCT	O	0			ritter-313
+17	Ninjas	ninja	NOUN	O	0		n.person	ritter-313
+18	would	would	AUX	O	0			ritter-313
+19	skip	skip	VERB	O	0		v.change	ritter-313
+20	class	class	NOUN	O	0		n.act	ritter-313
+21	for	for	ADP	O	0			ritter-313
+22	this	this	DET	O	0			ritter-313
+23	shit	shit	NOUN	O	0		n.event	ritter-313
+
+1	EventsandHolidays	eventsandholidays	NOUN	O	0		n.event	ritter-314
+2	with	with	ADP	O	0			ritter-314
+3	"	"	PUNCT	O	0			ritter-314
+4	cute	cute	ADJ	O	0			ritter-314
+5	easter	easter	PROPN	B	0		n.artifact	ritter-314
+6	egg	egg	NOUN	I	5			ritter-314
+7	color	color	NOUN	I	6			ritter-314
+8	shower	shower	NOUN	I	7			ritter-314
+9	Easter	easter	PROPN	I	8			ritter-314
+10	cards	cards	PROPN	I	9			ritter-314
+11	",	",	PROPN	O	0			ritter-314
+12	Zazzle	zazzle	PROPN	O	0		n.group	ritter-314
+13	's	's	PART	O	0			ritter-314
+14	Best	best	ADJ	O	0			ritter-314
+15	Today	today	NOUN	O	0		n.time	ritter-314
+16	.	.	PUNCT	O	0			ritter-314
+17	http://bit.ly/ebZzGT	http://bit.ly/ebzzgt	X	O	0			ritter-314
+
+1	still	still	ADV	O	0			ritter-315
+2	fly	fly	ADJ	O	0			ritter-315
+3	from	from	ADP	O	0			ritter-315
+4	yesterday	yesterday	NOUN	O	0		n.time	ritter-315
+5	....	....	PUNCT	O	0			ritter-315
+6	same	same	ADJ	O	0			ritter-315
+7	clothes	clothes	NOUN	O	0		n.artifact	ritter-315
+8	from	from	ADP	O	0			ritter-315
+9	yesterday	yesterday	NOUN	O	0		n.time	ritter-315
+10	...	...	PUNCT	O	0			ritter-315
+11	lmao	lmao	INTJ	O	0			ritter-315
+
+1	RT	rt	X	O	0			ritter-316
+2	@iloveheartstoo	@iloveheartstoo	PROPN	O	0			ritter-316
+3	:	:	PUNCT	O	0			ritter-316
+4	Please	please	VERB	O	0		v.communication	ritter-316
+5	follow	follow	VERB	O	0		v.motion	ritter-316
+6	me	me	PRON	O	0			ritter-316
+7	and	and	CONJ	O	0			ritter-316
+8	RT	rt	X	O	0			ritter-316
+9	for	for	ADP	O	0			ritter-316
+10	a	a	DET	O	0			ritter-316
+11	chance	chance	NOUN	O	0		n.state	ritter-316
+12	to	to	PART	O	0			ritter-316
+13	win	win	VERB	O	0		v.competition	ritter-316
+14	.	.	PUNCT	O	0			ritter-316
+15	Ends	end	VERB	O	0		v.stative	ritter-316
+16	Tue	tue	PROPN	O	0		n.time	ritter-316
+17	8	8	NUM	O	0			ritter-316
+18	Feb	feb	PROPN	O	0		n.time	ritter-316
+19	8pm	8pm	NUM	O	0			ritter-316
+20	x	x	INTJ	O	0			ritter-316
+21	http://ilovehearts.bigcartel.com/product/love-hear	http://ilovehearts.bigcartel.com/product/love-hear	X	O	0			ritter-316
+22	...	...	PUNCT	O	0			ritter-316
+
+1	RT	rt	X	O	0			ritter-317
+2	@MiracoleBurns	@miracoleburns	PROPN	O	0			ritter-317
+3	:	:	PUNCT	O	0			ritter-317
+4	Tonight	tonight	NOUN	O	0		n.time	ritter-317
+5	(	(	PUNCT	O	0			ritter-317
+6	2/7	2/7	NUM	O	0			ritter-317
+7	)	)	PUNCT	O	0			ritter-317
+8	is	be	VERB	O	0		v.stative	ritter-317
+9	Drink	drink	PROPN	O	0		n.food	ritter-317
+10	__AND__	__and__	CONJ	O	0			ritter-317
+11	Draw	draw	PROPN	O	0		n.act	ritter-317
+12	@	@	ADP	O	0			ritter-317
+13	the	the	DET	O	0			ritter-317
+14	Mellow	mellow	PROPN	B	0		n.group	ritter-317
+15	Mushroom	mushroom	PROPN	I	14			ritter-317
+16	in	in	ADP	O	0			ritter-317
+17	Decatur	decatur	PROPN	O	0		n.location	ritter-317
+18	@8pm	@8pm	NUM	O	0			ritter-317
+19	.	.	PUNCT	O	0			ritter-317
+20	It	it	PRON	O	0			ritter-317
+21	's	's	VERB	O	0		v.stative	ritter-317
+22	our	our	PRON	O	0			ritter-317
+23	first	first	ADJ	O	0			ritter-317
+24	time	time	NOUN	O	0		n.event	ritter-317
+25	back	back	ADV	O	0			ritter-317
+26	in	in	ADP	O	0			ritter-317
+27	3	3	NUM	O	0			ritter-317
+28	months	month	NOUN	O	0		n.time	ritter-317
+29	!	!	PUNCT	O	0			ritter-317
+30	Come	come	VERB	B	0		v.motion	ritter-317
+31	out	out	PART	I	30			ritter-317
+32	,	,	PUNCT	O	0			ritter-317
+33	...	...	PUNCT	O	0			ritter-317
+
+1	@SteveTheBaron	@stevethebaron	PROPN	O	0			ritter-318
+2	lol	lol	INTJ	O	0			ritter-318
+3	r	r	VERB	O	0			ritter-318
+4	we	we	PRON	O	0			ritter-318
+5	talking	talk	VERB	O	0		v.communication	ritter-318
+6	about	about	ADP	O	0			ritter-318
+7	roasts	roast	NOUN	O	0		n.food	ritter-318
+8	again	again	ADV	O	0			ritter-318
+9	u	u	PRON	O	0			ritter-318
+10	never	never	ADV	O	0			ritter-318
+11	turn	turn	VERB	B	0		v.motion	ritter-318
+12	up	up	PART	I	11			ritter-318
+13	for	for	ADP	O	0			ritter-318
+14	the	the	DET	O	0			ritter-318
+15	last	last	ADJ	O	0			ritter-318
+16	one	one	NOUN	O	0		n.event	ritter-318
+17	i	i	PRON	O	0			ritter-318
+18	cooked	cook	VERB	O	0		v.creation	ritter-318
+19	u	u	PRON	O	0			ritter-318
+20	u	u	PRON	O	0			ritter-318
+21	said	say	VERB	O	0		v.communication	ritter-318
+22	stay	stay	VERB	B	0		v.stative	ritter-318
+23	up	up	PART	I	22			ritter-318
+24	all	all	DET	O	0			ritter-318
+25	night	night	NOUN	O	0		n.time	ritter-318
+26	and	and	CONJ	O	0			ritter-318
+27	wimped	wimped	VERB	B	0		v.change	ritter-318
+28	out	out	PART	I	27			ritter-318
+29	lol	lol	INTJ	O	0			ritter-318
+
+1	I	i	PRON	O	0			ritter-319
+2	sold	sell	VERB	O	0		v.possession	ritter-319
+3	an	an	DET	O	0			ritter-319
+4	image	image	NOUN	O	0		n.artifact	ritter-319
+5	today	today	NOUN	O	0		n.time	ritter-319
+6	through	through	ADP	O	0			ritter-319
+7	@shutterstock	@shutterstock	PROPN	O	0		n.group	ritter-319
+8	!	!	PUNCT	O	0			ritter-319
+9	My	my	PRON	O	0			ritter-319
+10	gallery	gallery	NOUN	O	0		n.artifact	ritter-319
+11	is	be	VERB	O	0		v.stative	ritter-319
+12	here	here	ADV	O	0			ritter-319
+13	:	:	PUNCT	O	0			ritter-319
+14	http://tinyurl.com/yek3sya	http://tinyurl.com/yek3sya	X	O	0			ritter-319
+
+1	(	(	PUNCT	O	0			ritter-320
+2	Community	community	PROPN	O	0			ritter-320
+3	)	)	PUNCT	O	0			ritter-320
+4	New	new	ADJ	O	0			ritter-320
+5	book	book	NOUN	B	0		n.person	ritter-320
+6	blogger	blogger	NOUN	I	5			ritter-320
+7	@GennaSarnak	@gennasarnak	PROPN	O	0		n.person	ritter-320
+8	launches	launch	VERB	O	0		v.creation	ritter-320
+9	weekly	weekly	ADJ	O	0			ritter-320
+10	feature	feature	NOUN	O	0		n.communication	ritter-320
+11	,	,	PUNCT	O	0			ritter-320
+12	Poetry	poetry	PROPN	B	0		n.communication	ritter-320
+13	Sunday	sunday	PROPN	I	12			ritter-320
+14	:	:	PUNCT	O	0			ritter-320
+15	http://tinyurl.com/47vbdy5	http://tinyurl.com/47vbdy5	X	O	0			ritter-320
+16	#Books	#books	NOUN	O	0		n.artifact	ritter-320
+17	#Poetry	#poetry	NOUN	O	0		n.communication	ritter-320
+
+1	I	i	PRON	O	0			ritter-321
+2	hate	hate	VERB	O	0		v.emotion	ritter-321
+3	Sun	sun	PROPN	B	0		n.group	ritter-321
+4	Cleaners	cleaners	PROPN	I	3			ritter-321
+5	,	,	PUNCT	O	0			ritter-321
+6	they	they	PRON	O	0			ritter-321
+7	hemmed	hem	VERB	O	0		v.contact	ritter-321
+8	my	my	PRON	O	0			ritter-321
+9	pants	pants	NOUN	O	0		n.artifact	ritter-321
+10	too	too	ADV	O	0			ritter-321
+11	short	short	ADJ	O	0			ritter-321
+12	.	.	PUNCT	O	0			ritter-321
+13	#dammit	#dammit	X	O	0			ritter-321
+
+1	RT	rt	X	O	0			ritter-322
+2	@djlogansama	@djlogansama	PROPN	O	0			ritter-322
+3	:	:	PUNCT	O	0			ritter-322
+4	Tonight	tonight	ADV	O	0		n.time	ritter-322
+5	on	on	ADP	O	0			ritter-322
+6	the	the	DET	O	0			ritter-322
+7	show	show	NOUN	O	0		n.communication	ritter-322
+8	:	:	PUNCT	O	0			ritter-322
+9	JUST	just	ADV	O	0			ritter-322
+10	LANDED	land	VERB	O	0		v.motion	ritter-322
+11	BACK	back	ADV	O	0			ritter-322
+12	FROM	from	ADP	O	0			ritter-322
+13	JAMAICA	jamaica	PROPN	O	0		n.location	ritter-322
+14	Badness	badness	PROPN	O	0		n.attribute	ritter-322
+15	in	in	ADP	O	0			ritter-322
+16	the	the	DET	O	0			ritter-322
+17	studio	studio	NOUN	O	0		n.location	ritter-322
+18	spinning	spin	VERB	O	0		v.motion	ritter-322
+19	2	2	NUM	O	0			ritter-322
+20	exclusive	exclusive	ADJ	O	0			ritter-322
+21	new	new	ADJ	O	0			ritter-322
+22	tunes	tune	NOUN	O	0		n.communication	ritter-322
+
+1	@maofootball	@maofootball	PROPN	O	0			ritter-323
+2	Something	something	NOUN	O	0			ritter-323
+3	that	that	DET	O	0			ritter-323
+4	needs	need	VERB	O	0		v.stative	ritter-323
+5	fixed	fix	VERB	O	0		v.change	ritter-323
+6	more	more	ADV	O	0			ritter-323
+7	than	than	ADP	O	0			ritter-323
+8	anything	anything	NOUN	O	0			ritter-323
+9	-	-	PUNCT	O	0			ritter-323
+10	MLS	mls	PROPN	B	0		n.artifact	ritter-323
+11	Cup	cup	PROPN	I	10			ritter-323
+12	loser	loser	NOUN	I	11			ritter-323
+13	berth	berth	NOUN	I	12			ritter-323
+14	should	should	AUX	O	0			ritter-323
+15	be	be	AUX	O	0			ritter-323
+16	given	give	VERB	O	0		v.change	ritter-323
+17	to	to	PART	O	0			ritter-323
+18	2nd	2nd	NOUN	O	0		n.group	ritter-323
+19	in	in	ADP	O	0			ritter-323
+20	table	table	NOUN	O	0		n.artifact	ritter-323
+21	.	.	PUNCT	O	0			ritter-323
+22	If	if	ADP	O	0			ritter-323
+23	MLS	mls	PROPN	O	0		n.group	ritter-323
+24	wants	want	VERB	O	0		v.emotion	ritter-323
+25	to	to	PART	O	0			ritter-323
+26	win	win	VERB	O	0		v.competition	ritter-323
+27	it	it	PRON	O	0			ritter-323
+28	.	.	PUNCT	O	0			ritter-323
+
+1	@KCLalumni	@kclalumni	PROPN	O	0			ritter-324
+2	I	i	PRON	O	0			ritter-324
+3	may	may	AUX	O	0			ritter-324
+4	not	not	ADV	O	0			ritter-324
+5	have	have	AUX	O	0			ritter-324
+6	got	get	VERB	O	0		v.change	ritter-324
+7	a	a	DET	O	0			ritter-324
+8	job	job	NOUN	O	0		n.act	ritter-324
+9	yet	yet	ADV	O	0			ritter-324
+10	but	but	CONJ	O	0			ritter-324
+11	have	have	AUX	O	0			ritter-324
+12	had	have	VERB	O	0		v.change	ritter-324
+13	interviews	interview	NOUN	O	0		n.communication	ritter-324
+14	__AND__	__and__	CONJ	O	0			ritter-324
+15	lots	lots	NOUN	O	0		n.quantity	ritter-324
+16	of	of	ADP	O	0			ritter-324
+17	advice	advice	NOUN	O	0		n.communication	ritter-324
+18	from	from	ADP	O	0			ritter-324
+19	them	them	PRON	O	0			ritter-324
+20	really	really	ADV	O	0			ritter-324
+21	helpful	helpful	ADJ	O	0			ritter-324
+
+1	@boboroshi	@boboroshi	PROPN	O	0			ritter-325
+2	yep	yep	INTJ	O	0			ritter-325
+3	.	.	PUNCT	O	0			ritter-325
+4	(	(	PUNCT	O	0			ritter-325
+5	Glad	glad	ADJ	O	0			ritter-325
+6	you	you	PRON	O	0			ritter-325
+7	saw	saw	VERB	O	0		v.perception	ritter-325
+8	that	that	DET	O	0			ritter-325
+9	,	,	PUNCT	O	0			ritter-325
+10	btw	btw	INTJ	O	0			ritter-325
+11	;	;	PUNCT	O	0			ritter-325
+12	it	it	PRON	O	0			ritter-325
+13	reminded	remind	VERB	O	0		v.cognition	ritter-325
+14	me	me	PRON	O	0			ritter-325
+15	of	of	ADP	O	0			ritter-325
+16	your	your	PRON	O	0			ritter-325
+17	rule	rule	NOUN	B	0		n.cognition	ritter-325
+18	of	of	ADP	I	17			ritter-325
+19	thumb	thumb	NOUN	I	18			ritter-325
+20	that	that	ADP	O	0			ritter-325
+21	I	i	PRON	O	0			ritter-325
+22	retweeted	retweeted	VERB	O	0		v.communication	ritter-325
+23	yesterday	yesterday	NOUN	O	0		n.time	ritter-325
+24	.	.	PUNCT	O	0			ritter-325
+25	)	)	PUNCT	O	0			ritter-325
+
+1	RT	rt	X	O	0			ritter-326
+2	@djjeffdaniels	@djjeffdaniels	PROPN	O	0			ritter-326
+3	:	:	PUNCT	O	0			ritter-326
+4	This	this	DET	O	0			ritter-326
+5	Friday	friday	PROPN	O	0		n.time	ritter-326
+6	@	@	ADP	O	0			ritter-326
+7	Fishbowl	fishbowl	PROPN	O	0		n.group	ritter-326
+8	-	-	PUNCT	O	0			ritter-326
+9	Fri	fri	PROPN	O	0		n.time	ritter-326
+10	11th	11th	NUM	O	0			ritter-326
+11	Feb	feb	PROPN	O	0		n.time	ritter-326
+12	-	-	PUNCT	O	0			ritter-326
+13	Drink	drink	VERB	O	0		v.consumption	ritter-326
+14	in	in	ADP	O	0			ritter-326
+15	Brighton	brighton	PROPN	O	0		n.location	ritter-326
+16	-	-	PUNCT	O	0			ritter-326
+17	pubs	pub	NOUN	O	0		n.artifact	ritter-326
+18	,	,	PUNCT	O	0			ritter-326
+19	bars	bars	NOUN	O	0		n.artifact	ritter-326
+20	,	,	PUNCT	O	0			ritter-326
+21	clubs	club	NOUN	O	0		n.artifact	ritter-326
+22	,	,	PUNCT	O	0			ritter-326
+23	venues	venue	NOUN	O	0		n.artifact	ritter-326
+24	and	and	CONJ	O	0			ritter-326
+25	event	event	NOUN	B	0		n.communication	ritter-326
+26	listings	listing	NOUN	I	25			ritter-326
+27	http://t.co/	http://t.co/	X	O	0			ritter-326
+28	...	...	PUNCT	O	0			ritter-326
+
+1	Is	be	AUX	O	0			ritter-327
+2	thinking	think	VERB	O	0		v.cognition	ritter-327
+3	about	about	ADP	O	0			ritter-327
+4	doing	do	VERB	O	0		v.social	ritter-327
+5	maybe	maybe	ADV	O	0			ritter-327
+6	an	an	DET	O	0			ritter-327
+7	open	open	NOUN	B	0		n.event	ritter-327
+8	mic	mic	NOUN	I	7			ritter-327
+9	night	night	NOUN	I	8			ritter-327
+10	stand	stand	NOUN	I	9			ritter-327
+11	up	up	NOUN	I	10			ritter-327
+12	comedy	comedy	NOUN	I	11			ritter-327
+
+1	@OrionCards	@orioncards	PROPN	O	0			ritter-328
+2	there	there	DET	O	0			ritter-328
+3	will	will	AUX	O	0			ritter-328
+4	be	be	VERB	O	0		v.stative	ritter-328
+5	,	,	PUNCT	O	0			ritter-328
+6	just	just	ADV	O	0			ritter-328
+7	need	need	AUX	O	0			ritter-328
+8	to	to	PART	O	0			ritter-328
+9	sort	sort	VERB	B	0		v.cognition	ritter-328
+10	it	it	PRON	o	0			ritter-328
+11	out	out	PART	I	9			ritter-328
+12	really	really	ADV	O	0			ritter-328
+13	!	!	PUNCT	O	0			ritter-328
+14	already	already	ADV	O	0			ritter-328
+15	got	get	VERB	O	0		v.change	ritter-328
+16	my	my	PRON	O	0			ritter-328
+17	place	place	NOUN	O	0		n.other	ritter-328
+18	for	for	ADP	O	0			ritter-328
+19	2nd	2nd	NUM	O	0			ritter-328
+20	year	year	NOUN	O	0		n.time	ritter-328
+
+1	RT	rt	X	O	0			ritter-329
+2	@natives	@natives	PROPN	O	0			ritter-329
+3	:	:	PUNCT	O	0			ritter-329
+4	You	you	PRON	O	0			ritter-329
+5	may	may	AUX	O	0			ritter-329
+6	have	have	AUX	O	0			ritter-329
+7	forgotten	forget	VERB	O	0		v.cognition	ritter-329
+8	Kenneth	kenneth	PROPN	B	0		n.person	ritter-329
+9	Cole	cole	PROPN	I	8			ritter-329
+10	's	's	AUX	O	0			ritter-329
+11	unfunny	unfunny	ADJ	O	0			ritter-329
+12	Egypt	egypt	PROPN	B	0		n.communication	ritter-329
+13	tweet	tweet	NOUN	I	12			ritter-329
+14	already	already	ADV	O	0			ritter-329
+15	:	:	PUNCT	O	0			ritter-329
+16	these	these	DET	O	0			ritter-329
+17	Seven	seven	NUM	B	0		n.communication	ritter-329
+18	Stages	stage	NOUN	I	17			ritter-329
+19	of	of	ADP	I	18			ritter-329
+20	Social	social	PROPN	I	19			ritter-329
+21	Media	media	PROPN	I	20			ritter-329
+22	Sin	sin	PROPN	I	21			ritter-329
+23	move	move	VERB	O	0		v.motion	ritter-329
+24	fast	fast	ADV	O	0			ritter-329
+25	http://	http://	X	O	0			ritter-329
+26	...	...	PUNCT	O	0			ritter-329
+
+1	Great	great	ADJ	O	0			ritter-330
+2	#COACHING	#coaching	NOUN	O	0		n.act	ritter-330
+3	-	-	PUNCT	O	0			ritter-330
+4	Mike	mike	PROPN	B	0		n.person	ritter-330
+5	McCarthy	mccarthy	PROPN	I	4			ritter-330
+6	had	have	AUX	O	0			ritter-330
+7	Green	green	PROPN	B	0		n.group	ritter-330
+8	Bay	bay	PROPN	I	7			ritter-330
+9	Packers	packers	PROPN	I	8			ritter-330
+10	fitted	fit	VERB	O	0		v.stative	ritter-330
+11	for	for	ADP	O	0			ritter-330
+12	rings	rings	NOUN	O	0		n.artifact	ritter-330
+13	Saturday	saturday	PROPN	O	0		n.time	ritter-330
+14	-	-	PUNCT	O	0			ritter-330
+15	Benefits	benefit	NOUN	O	0		n.attribute	ritter-330
+16	of	of	ADP	O	0			ritter-330
+17	a	a	DET	O	0			ritter-330
+18	Great	great	ADJ	O	0			ritter-330
+19	#Coach	#coach	NOUN	O	0		n.person	ritter-330
+
+1	80	80	NUM	O	0			ritter-331
+2	degrees	degree	NOUN	O	0		n.quantity	ritter-331
+3	in	in	ADP	O	0			ritter-331
+4	SF	sf	PROPN	O	0		n.location	ritter-331
+5	yesterday	yesterday	NOUN	O	0		n.time	ritter-331
+6	,	,	PUNCT	O	0			ritter-331
+7	sorry	sorry	ADJ	O	0			ritter-331
+8	east	east	ADJ	B	0		n.person	ritter-331
+9	coasters	coaster	NOUN	I	8			ritter-331
+10	!	!	PUNCT	O	0			ritter-331
+
+1	@DIYSara	@diysara	PROPN	O	0			ritter-332
+2	maybe	maybe	ADV	O	0			ritter-332
+3	your	your	PRON	O	0			ritter-332
+4	leftovers	leftovers	NOUN	O	0		n.food	ritter-332
+5	:)	:)	INTJ	O	0			ritter-332
+6	we	we	PRON	O	0			ritter-332
+7	were	be	AUX	O	0			ritter-332
+8	covered	cover	VERB	O	0		v.contact	ritter-332
+9	in	in	ADP	O	0			ritter-332
+10	ice	ice	NOUN	O	0		n.substance	ritter-332
+11	all	all	DET	O	0			ritter-332
+12	day	day	NOUN	O	0		n.time	ritter-332
+13	Friday	friday	PROPN	O	0		n.time	ritter-332
+14	,	,	PUNCT	O	0			ritter-332
+15	no	no	DET	O	0			ritter-332
+16	power	power	NOUN	O	0		n.phenomenon	ritter-332
+17	most	most	ADJ	O	0			ritter-332
+18	of	of	ADP	O	0			ritter-332
+19	the	the	DET	O	0			ritter-332
+20	day	day	NOUN	O	0		n.state	ritter-332
+21	and	and	CONJ	O	0			ritter-332
+22	all	all	DET	O	0			ritter-332
+23	gone	go	VERB	O	0		v.change	ritter-332
+24	by	by	ADP	O	0			ritter-332
+25	Sat	sat	PROPN	B	0		n.time	ritter-332
+26	.	.	PUNCT	I	25			ritter-332
+27	evening	evening	NOUN	I	26			ritter-332
+
+1	RT	rt	X	O	0			ritter-333
+2	@JasonKingYahoo	@jasonkingyahoo	PROPN	O	0			ritter-333
+3	:	:	PUNCT	O	0			ritter-333
+4	Eventful	eventful	ADJ	O	0			ritter-333
+5	morning	morning	NOUN	O	0		n.time	ritter-333
+6	for	for	ADP	O	0			ritter-333
+7	Oklahoma	oklahoma	PROPN	B	0		n.location	ritter-333
+8	State	state	PROPN	I	7			ritter-333
+9	's	's	AUX	O	0			ritter-333
+10	Darrell	darrell	PROPN	B	0		n.person	ritter-333
+11	Williams	williams	PROPN	I	10			ritter-333
+12	.	.	PUNCT	O	0			ritter-333
+13	Won	win	VERB	O	0		v.competition	ritter-333
+14	Big	big	PROPN	B	0		n.possession	ritter-333
+15	12	12	PROPN	I	14			ritter-333
+16	Rookie	rookie	NOUN	I	15			ritter-333
+17	of	of	ADP	I	16			ritter-333
+18	the	the	DET	I	17			ritter-333
+19	Week	week	NOUN	I	18			ritter-333
+20	Award	award	NOUN	I	19			ritter-333
+21	-	-	PUNCT	O	0			ritter-333
+22	and	and	CONJ	O	0			ritter-333
+23	got	get	VERB	O	0			ritter-333
+24	charged	charge	VERB	O	0		v.stative	ritter-333
+25	with	with	ADP	O	0			ritter-333
+26	f	f	NOUN	O	0			ritter-333
+27	...	...	PUNCT	O	0			ritter-333
+
+1	RT	rt	X	O	0			ritter-334
+2	@NathanTheWanted	@nathanthewanted	PROPN	O	0			ritter-334
+3	:	:	PUNCT	O	0			ritter-334
+4	Night	night	INTJ	O	0			ritter-334
+5	people	people	NOUN	O	0		n.group	ritter-334
+6	!!!	!!!	PUNCT	O	0			ritter-334
+7	Off	off	ADP	O	0			ritter-334
+8	2	2	PART	O	0			ritter-334
+9	bed	bed	NOUN	O	0		n.artifact	ritter-334
+10	....	....	PUNCT	O	0			ritter-334
+11	Again	again	ADV	O	0			ritter-334
+12	.....	.....	PUNCT	O	0			ritter-334
+
+1	hello	hello	INTJ	O	0			ritter-335
+2	and	and	CONJ	O	0			ritter-335
+3	good	good	INTJ	O	0			ritter-335
+4	evening	evening	INTJ	O	0			ritter-335
+5	.......	.......	PUNCT	O	0			ritter-335
+6	hope	hope	VERB	O	0		v.emotion	ritter-335
+7	you	you	PRON	O	0			ritter-335
+8	all	all	DET	O	0			ritter-335
+9	had	have	VERB	O	0		v.stative	ritter-335
+10	a	a	DET	O	0			ritter-335
+11	fab	fab	ADJ	O	0			ritter-335
+12	day	day	NOUN	O	0		n.event	ritter-335
+13	.	.	PUNCT	O	0			ritter-335
+14	Ive	ive	PRON	O	0			ritter-335
+15	been	be	VERB	O	0		v.stative	ritter-335
+16	to	to	PART	O	0			ritter-335
+17	the	the	DET	O	0			ritter-335
+18	gym	gym	NOUN	O	0		n.location	ritter-335
+19	with	with	ADP	O	0			ritter-335
+20	@lazer558	@lazer558	PROPN	O	0		n.person	ritter-335
+21	and	and	CONJ	O	0			ritter-335
+22	had	have	VERB	O	0		v.social	ritter-335
+23	a	a	DET	O	0			ritter-335
+24	friend	friend	NOUN	O	0		n.person	ritter-335
+25	round	round	ADP	O	0			ritter-335
+26	.	.	PUNCT	O	0			ritter-335
+
+1	RT	rt	X	O	0			ritter-336
+2	@jasonmunday	@jasonmunday	PROPN	O	0			ritter-336
+3	:	:	PUNCT	O	0			ritter-336
+4	Yay	yay	INTJ	O	0			ritter-336
+5	for	for	ADP	O	0			ritter-336
+6	video	video	NOUN	B	0		n.communication	ritter-336
+7	schedules	schedule	NOUN	I	6			ritter-336
+8	!	!	PUNCT	O	0			ritter-336
+9	New	new	ADJ	O	0			ritter-336
+10	music	music	NOUN	B	0		n.communication	ritter-336
+11	video	video	NOUN	I	10			ritter-336
+12	again	again	ADV	O	0			ritter-336
+13	today	today	NOUN	O	0		n.time	ritter-336
+14	.	.	PUNCT	O	0			ritter-336
+15	http://youtu.be/pnhXhR07s14	http://youtu.be/pnhxhr07s14	X	O	0			ritter-336
+16	#MundayMonday	#mundaymonday	X	O	0			ritter-336
+
+1	Pastimedesigns	pastimedesigns	NOUN	O	0		n.group	ritter-337
+2	with	with	ADP	O	0			ritter-337
+3	"	"	PUNCT	O	0			ritter-337
+4	Prairie	prairie	PROPN	B	0		n.artifact	ritter-337
+5	Wildflower	wildflower	PROPN	I	4			ritter-337
+6	Greeting	greeting	NOUN	I	5			ritter-337
+7	Card	card	NOUN	I	6			ritter-337
+8	",	",	ADP	O	0			ritter-337
+9	Zazzle	zazzle	PROPN	O	0		n.person	ritter-337
+10	's	's	PART	O	0			ritter-337
+11	Best	best	ADJ	O	0			ritter-337
+12	Today	today	NOUN	O	0		n.time	ritter-337
+13	.	.	PUNCT	O	0			ritter-337
+14	http://bit.ly/hridq0	http://bit.ly/hridq0	X	O	0			ritter-337
+
+1	RT	rt	X	O	0			ritter-338
+2	@TheLiverpoolMal	@theliverpoolmal	PROPN	O	0			ritter-338
+3	:	:	PUNCT	O	0			ritter-338
+4	Retweet	retweet	VERB	O	0		v.communication	ritter-338
+5	when	when	ADV	O	0			ritter-338
+6	your	your	PRON	O	0			ritter-338
+7	heart	heart	NOUN	O	0		n.body	ritter-338
+8	skip	skip	VERB	O	0		v.change	ritter-338
+9	a	a	DET	O	0			ritter-338
+10	beat	beat	NOUN	O	0		n.body	ritter-338
+11	for	for	ADP	O	0			ritter-338
+12	a	a	DET	O	0			ritter-338
+13	nights	night	NOUN	B	0		n.act	ritter-338
+14	stay	stay	NOUN	I	13			ritter-338
+15	with	with	ADP	O	0			ritter-338
+16	your	your	PRON	O	0			ritter-338
+17	loved	loved	NOUN	B	0		n.person	ritter-338
+18	one	one	NOUN	I	17			ritter-338
+19	on	on	ADP	O	0			ritter-338
+20	the	the	DET	O	0			ritter-338
+21	14th	14th	NUM	O	0			ritter-338
+22	Feb	feb	PROPN	O	0		n.time	ritter-338
+23	with	with	ADP	O	0			ritter-338
+24	breakfast	breakfast	NOUN	O	0		n.food	ritter-338
+25	.	.	PUNCT	O	0			ritter-338
+26	Rates	rates	NOUN	O	0		n.possession	ritter-338
+27	fro	fro	ADP	O	0			ritter-338
+28	...	...	PUNCT	O	0			ritter-338
+
+1	@nfldraftdog	@nfldraftdog	PROPN	O	0			ritter-339
+2	He	he	PRON	O	0			ritter-339
+3	definitely	definitely	ADV	O	0			ritter-339
+4	will	will	VERB	O	0		v.stative	ritter-339
+5	as	as	ADV	O	0			ritter-339
+6	long	long	ADV	O	0			ritter-339
+7	as	as	ADP	O	0			ritter-339
+8	he	he	PRON	O	0			ritter-339
+9	checks	check	VERB	B	0		v.stative	ritter-339
+10	out	out	PART	I	9			ritter-339
+11	medically	medically	NOUN	O	0			ritter-339
+12	.	.	PUNCT	O	0			ritter-339
+13	I	i	PRON	O	0			ritter-339
+14	think	think	VERB	O	0		v.cognition	ritter-339
+15	he	he	PRON	O	0			ritter-339
+16	could	could	AUX	O	0			ritter-339
+17	go	go	VERB	O	0		v.competition	ritter-339
+18	as	as	ADV	O	0			ritter-339
+19	high	high	ADJ	O	0			ritter-339
+20	as	as	ADP	O	0			ritter-339
+21	the	the	DET	O	0			ritter-339
+22	2nd	2nd	NUM	O	0			ritter-339
+23	or	or	CONJ	O	0			ritter-339
+24	3rd	3rd	NUM	O	0			ritter-339
+25	round	round	NOUN	O	0		n.event	ritter-339
+26	.	.	PUNCT	O	0			ritter-339
+
+1	the	the	DET	O	0			ritter-340
+2	weather	weather	NOUN	O	0		n.phenomenon	ritter-340
+3	is	be	VERB	O	0		v.stative	ritter-340
+4	KINDA	kinda	ADV	O	0			ritter-340
+5	nice	nice	ADJ	O	0			ritter-340
+6	outside	outside	ADP	O	0			ritter-340
+7	today	today	NOUN	O	0		n.time	ritter-340
+
+1	Hell	hell	INTJ	O	0			ritter-341
+2	yes	yes	INTJ	O	0			ritter-341
+3	!	!	PUNCT	O	0			ritter-341
+4	RT	rt	X	O	0			ritter-341
+5	@GeeSPOT_	@geespot_	PROPN	O	0			ritter-341
+6	:	:	PUNCT	O	0			ritter-341
+7	does	do	AUX	O	0			ritter-341
+8	a	a	DET	O	0			ritter-341
+9	new	new	ADJ	O	0			ritter-341
+10	ep	ep	NOUN	O	0		n.communication	ritter-341
+11	of	of	ADP	O	0			ritter-341
+12	#BGC	#bgc	NOUN	O	0		n.group	ritter-341
+13	come	come	VERB	B	0		v.change	ritter-341
+14	on	on	ADP	I	13			ritter-341
+15	tonight	tonight	NOUN	O	0		n.time	ritter-341
+16	?	?	PUNCT	O	0			ritter-341
+
+1	RT	rt	X	O	0			ritter-342
+2	@benisweird	@benisweird	PROPN	O	0			ritter-342
+3	:	:	PUNCT	O	0			ritter-342
+4	#FF	#ff	X	O	0			ritter-342
+5	Once	once	ADV	B	0		n.time	ritter-342
+6	upon	upon	ADP	I	5			ritter-342
+7	a	a	DET	I	6			ritter-342
+8	time	time	NOUN	I	7			ritter-342
+9	@FredasaurusRex	@fredasaurusrex	PROPN	O	0		n.person	ritter-342
+10	opened	open	VERB	O	0		v.change	ritter-342
+11	his	his	PRON	O	0			ritter-342
+12	mouth	mouth	NOUN	O	0		n.body	ritter-342
+13	and	and	CONJ	O	0			ritter-342
+14	the	the	DET	O	0			ritter-342
+15	wind	wind	NOUN	O	0		n.phenomenon	ritter-342
+16	changed	change	VERB	O	0		v.change	ritter-342
+17	direction	direction	NOUN	O	0		n.location	ritter-342
+18	.	.	PUNCT	O	0			ritter-342
+19	Now	now	ADV	O	0			ritter-342
+20	he	he	PRON	O	0			ritter-342
+21	's	's	AUX	O	0			ritter-342
+22	stuck	stick	VERB	O	0		v.stative	ritter-342
+23	like	like	ADP	O	0			ritter-342
+24	that	that	DET	O	0			ritter-342
+25	.	.	PUNCT	O	0			ritter-342
+26	I	i	PRON	O	0			ritter-342
+27	find	find	VERB	O	0		v.cognition	ritter-342
+28	h	h	NOUN	O	0			ritter-342
+29	...	...	PUNCT	O	0			ritter-342
+
+1	second	second	ADJ	O	0			ritter-343
+2	day	day	NOUN	O	0		n.state	ritter-343
+3	of	of	ADP	O	0			ritter-343
+4	orientation	orientation	NOUN	O	0		n.act	ritter-343
+5	at	at	ADP	O	0			ritter-343
+6	old	old	PROPN	B	0		n.group	ritter-343
+7	navy	navy	PROPN	I	6			ritter-343
+8	today	today	NOUN	O	0		n.time	ritter-343
+9	and	and	CONJ	O	0			ritter-343
+10	then	then	ADV	O	0			ritter-343
+11	going	go	VERB	O	0		v.motion	ritter-343
+12	to	to	PART	O	0			ritter-343
+13	f__AND__e	f__and__e	PROPN	O	0		n.group	ritter-343
+14	to	to	PART	O	0			ritter-343
+15	do	do	VERB	B	0		v.change	ritter-343
+16	an	an	DET	o	0			ritter-343
+17	overnight	overnight	NOUN	I	15			ritter-343
+18	.	.	PUNCT	O	0			ritter-343
+19	hooray	hooray	INTJ	O	0			ritter-343
+20	for	for	ADP	O	0			ritter-343
+21	me	me	PRON	O	0			ritter-343
+22	!	!	PUNCT	O	0			ritter-343
+
+1	RT	rt	X	O	0			ritter-344
+2	@thefutoncritic	@thefutoncritic	PROPN	O	0			ritter-344
+3	:	:	PUNCT	O	0			ritter-344
+4	Exclusive	exclusive	NOUN	O	0			ritter-344
+5	:	:	PUNCT	O	0			ritter-344
+6	FOX	fox	PROPN	O	0		n.group	ritter-344
+7	to	to	PART	O	0			ritter-344
+8	give	give	VERB	O	0		v.change	ritter-344
+9	"	"	PUNCT	O	0			ritter-344
+10	The	the	PROPN	B	0		n.communication	ritter-344
+11	Good	good	PROPN	I	10			ritter-344
+12	Guys	guys	PROPN	I	11			ritter-344
+13	"	"	PUNCT	O	0			ritter-344
+14	Saturday	saturday	PROPN	B	0		n.time	ritter-344
+15	late-night	late-night	ADJ	I	14			ritter-344
+16	slot	slot	NOUN	I	15			ritter-344
+17	;	;	PUNCT	O	0			ritter-344
+18	"	"	PUNCT	O	0			ritter-344
+19	Running	running	PROPN	B	0		n.communication	ritter-344
+20	Wilde	wilde	PROPN	I	19			ritter-344
+21	"	"	PUNCT	O	0			ritter-344
+22	one-hour	one-hour	ADJ	O	0			ritter-344
+23	winter	winter	NOUN	B	0		n.communication	ritter-344
+24	finale	finale	NOUN	I	23			ritter-344
+25	December	december	PROPN	O	0		n.time	ritter-344
+26	28	28	NUM	O	0			ritter-344
+27	...	...	PUNCT	O	0			ritter-344
+
+1	@markschlereth	@markschlereth	PROPN	O	0		n.person	ritter-345
+2	offensive	offensive	NOUN	O	0		n.attribute	ritter-345
+3	player	player	NOUN	O	0		n.person	ritter-345
+4	of	of	ADP	O	0			ritter-345
+5	year	year	NOUN	O	0		n.state	ritter-345
+6	so	so	ADV	O	0			ritter-345
+7	far	far	ADV	O	0			ritter-345
+8	,	,	PUNCT	O	0			ritter-345
+9	but	but	CONJ	O	0			ritter-345
+10	NOT	not	ADV	O	0			ritter-345
+11	the	the	DET	O	0			ritter-345
+12	most	most	ADV	O	0			ritter-345
+13	valuable	valuable	ADJ	O	0			ritter-345
+14	player	player	NOUN	O	0		n.person	ritter-345
+15	,	,	PUNCT	O	0			ritter-345
+16	when	when	ADV	O	0			ritter-345
+17	he	he	PRON	O	0			ritter-345
+18	was	be	AUX	O	0			ritter-345
+19	hurt	hurt	VERB	O	0		v.body	ritter-345
+20	,	,	PUNCT	O	0			ritter-345
+21	they	they	PRON	O	0			ritter-345
+22	were	be	VERB	O	0		v.stative	ritter-345
+23	still	still	ADV	O	0			ritter-345
+24	good	good	ADJ	O	0			ritter-345
+
+1	People	people	NOUN	O	0		n.person	ritter-346
+2	who	who	PRON	O	0			ritter-346
+3	tweet	tweet	VERB	O	0		v.communication	ritter-346
+4	to	to	PART	O	0			ritter-346
+5	follow	follow	VERB	O	0		v.communication	ritter-346
+6	@GuyGirlTweets	@guygirltweets	PROPN	O	0		n.communication	ritter-346
+7	will	will	AUX	O	0			ritter-346
+8	get	get	VERB	O	0		v.change	ritter-346
+9	huge	huge	ADJ	O	0			ritter-346
+10	shout	shout	NOUN	B	0		n.communication	ritter-346
+11	outs	out	NOUN	I	10			ritter-346
+12	from	from	ADP	O	0			ritter-346
+13	me	me	PRON	O	0			ritter-346
+14	:)	:)	INTJ	O	0			ritter-346
+15	Just	just	ADV	O	0			ritter-346
+16	tell	tell	VERB	O	0		v.communication	ritter-346
+17	me	me	PRON	O	0			ritter-346
+18	when	when	ADV	O	0			ritter-346
+19	you	you	PRON	O	0			ritter-346
+20	do	do	VERB	O	0		v.change	ritter-346
+21	!	!	PUNCT	O	0			ritter-346
+
+1	RT	rt	X	O	0			ritter-347
+2	@shaunproulx	@shaunproulx	PROPN	O	0			ritter-347
+3	:	:	PUNCT	O	0			ritter-347
+4	Encore	encore	INTJ	O	0			ritter-347
+5	!	!	PUNCT	O	0			ritter-347
+6	@bifnaked	@bifnaked	PROPN	O	0		n.body	ritter-347
+7	for	for	ADP	O	0			ritter-347
+8	the	the	DET	O	0			ritter-347
+9	whole	whole	ADJ	O	0			ritter-347
+10	@ShaunProulxShow	@shaunproulxshow	PROPN	O	0		n.person	ritter-347
+11	tonight	tonight	NOUN	O	0		n.time	ritter-347
+12	!	!	PUNCT	O	0			ritter-347
+13	Intimate	intimate	ADJ	O	0			ritter-347
+14	convo	convo	NOUN	O	0		n.communication	ritter-347
+15	with	with	ADP	O	0			ritter-347
+16	the	the	DET	O	0			ritter-347
+17	rock	rock	NOUN	B	0		n.person	ritter-347
+18	star	star	NOUN	I	17			ritter-347
+19	/	/	CONJ	O	0			ritter-347
+20	cancer	cancer	NOUN	B	0		n.person	ritter-347
+21	survivor	survivor	NOUN	I	20			ritter-347
+22	-	-	PUNCT	O	0			ritter-347
+23	10:30	10:30	NUM	O	0			ritter-347
+24	E	e	PROPN	O	0			ritter-347
+25	...	...	PUNCT	O	0			ritter-347
+
+1	@yoopergirl89	@yoopergirl89	PROPN	O	0			ritter-348
+2	Yeah	yeah	INTJ	O	0			ritter-348
+3	it	it	PRON	O	0			ritter-348
+4	was	be	VERB	O	0		v.stative	ritter-348
+5	a	a	DET	O	0			ritter-348
+6	long	long	ADJ	O	0			ritter-348
+7	week	week	NOUN	O	0		n.time	ritter-348
+8	here	here	ADV	O	0			ritter-348
+9	too	too	ADV	O	0			ritter-348
+10	.	.	PUNCT	O	0			ritter-348
+11	Luckily	luckily	ADV	O	0			ritter-348
+12	for	for	ADP	O	0			ritter-348
+13	me	me	PRON	O	0			ritter-348
+14	next	next	ADJ	O	0			ritter-348
+15	is	be	VERB	O	0		v.stative	ritter-348
+16	only	only	ADV	O	0			ritter-348
+17	Monday	monday	PROPN	O	0		n.time	ritter-348
+18	__AND__	__and__	CONJ	O	0			ritter-348
+19	Tuesday	tuesday	PROPN	O	0		n.time	ritter-348
+20	week	week	NOUN	O	0		n.time	ritter-348
+21	.	.	PUNCT	O	0			ritter-348
+
+1	I	i	PRON	O	0			ritter-349
+2	wish	wish	VERB	O	0		v.emotion	ritter-349
+3	that	that	ADP	O	0			ritter-349
+4	you	you	PRON	O	0			ritter-349
+5	are	be	VERB	O	0		v.stative	ritter-349
+6	here	here	ADV	O	0			ritter-349
+7	with	with	ADP	O	0			ritter-349
+8	me	me	PRON	O	0			ritter-349
+9	,	,	PUNCT	O	0			ritter-349
+10	but	but	CONJ	O	0			ritter-349
+11	we	we	PRON	O	0			ritter-349
+12	're	're	VERB	O	0		v.stative	ritter-349
+13	stuck	stuck	ADJ	O	0			ritter-349
+14	where	where	ADV	O	0			ritter-349
+15	we	we	PRON	O	0			ritter-349
+16	are	be	VERB	O	0		v.stative	ritter-349
+17	.	.	PUNCT	O	0			ritter-349
+18	It	it	PRON	O	0			ritter-349
+19	's	's	VERB	O	0		v.stative	ritter-349
+20	so	so	ADV	O	0			ritter-349
+21	hard	hard	ADJ	O	0			ritter-349
+22	,	,	PUNCT	O	0			ritter-349
+23	you	you	PRON	O	0			ritter-349
+24	're	're	VERB	O	0		v.stative	ritter-349
+25	so	so	ADV	O	0			ritter-349
+26	far	far	ADV	O	0			ritter-349
+27	..	..	PUNCT	O	0			ritter-349
+28	This	this	DET	O	0			ritter-349
+29	long	long	ADJ	O	0			ritter-349
+30	distance	distance	NOUN	O	0		n.location	ritter-349
+31	is	be	AUX	O	0			ritter-349
+32	killing	kill	VERB	O	0		v.cognition	ritter-349
+33	me	me	PRON	O	0			ritter-349
+34	.	.	PUNCT	O	0			ritter-349
+
+1	@abbi5895	@abbi5895	PROPN	O	0			ritter-350
+2	Bacon	bacon	PROPN	B	0		n.artifact	ritter-350
+3	swishers	swishers	PROPN	I	2			ritter-350
+4	!!	!!	PUNCT	O	0			ritter-350
+5	RT	rt	X	O	0			ritter-350
+6	londonland	londonland	PROPN	O	0		n.location	ritter-350
+7	:	:	PUNCT	O	0			ritter-350
+8	They	they	PRON	O	0			ritter-350
+9	put	put	VERB	O	0		v.contact	ritter-350
+10	bacon	bacon	NOUN	O	0		n.food	ritter-350
+11	on	on	ADP	O	0			ritter-350
+12	everything	everything	NOUN	O	0			ritter-350
+13	these	these	DET	O	0			ritter-350
+14	days	days	NOUN	O	0		n.time	ritter-350
+15	...	...	PUNCT	O	0			ritter-350
+16	Bacon	bacon	NOUN	B	0		n.food	ritter-350
+17	cereal	cereal	NOUN	I	16			ritter-350
+18	is	be	VERB	O	0		v.stative	ritter-350
+19	up	up	PART	O	0			ritter-350
+20	next	next	ADJ	O	0			ritter-350
+21	http://hjv.dw.tc/Q0t2R	http://hjv.dw.tc/q0t2r	X	O	0			ritter-350
+
+1	@keancipriano	@keancipriano	PROPN	O	0			ritter-351
+2	hey	hey	INTJ	O	0			ritter-351
+3	:)	:)	INTJ	O	0			ritter-351
+4	where	where	ADV	O	0			ritter-351
+5	exactly	exactly	ADV	O	0			ritter-351
+6	is	be	VERB	O	0		v.stative	ritter-351
+7	your	your	PRON	O	0			ritter-351
+8	gig	gig	NOUN	O	0		n.act	ritter-351
+9	tonight	tonight	NOUN	O	0		n.time	ritter-351
+10	?	?	PUNCT	O	0			ritter-351
+11	:)	:)	INTJ	O	0			ritter-351
+
+1	Ooof	ooof	INTJ	O	0			ritter-352
+2	!	!	PUNCT	O	0			ritter-352
+3	FB	fb	PROPN	B	0		n.communication	ritter-352
+4	status	status	NOUN	I	3			ritter-352
+5	"	"	PUNCT	O	0			ritter-352
+6	Help	help	VERB	O	0		v.social	ritter-352
+7	!	!	PUNCT	O	0			ritter-352
+8	I	i	PRON	O	0			ritter-352
+9	have	have	AUX	O	0			ritter-352
+10	to	to	PART	O	0			ritter-352
+11	clean	clean	VERB	O	0		v.contact	ritter-352
+12	60	60	NUM	O	0			ritter-352
+13	lbs	lb	NOUN	O	0		n.quantity	ritter-352
+14	of	of	ADP	O	0			ritter-352
+15	chitlins	chitlins	NOUN	O	0		n.food	ritter-352
+16	tonight	tonight	NOUN	O	0		n.time	ritter-352
+17	!"	!"	PUNCT	O	0			ritter-352
+18	*Barf*	*barf*	INTJ	O	0			ritter-352
+
+1	Wesley	wesley	PROPN	B	0		n.person	ritter-353
+2	Snipes	snipes	PROPN	I	1			ritter-353
+3	is	be	AUX	O	0			ritter-353
+4	going	go	VERB	O	0		v.motion	ritter-353
+5	to	to	PART	O	0			ritter-353
+6	jail	jail	NOUN	O	0		n.location	ritter-353
+7	.	.	PUNCT	O	0			ritter-353
+8	For	for	ADP	O	0			ritter-353
+9	3	3	NUM	O	0			ritter-353
+10	years	years	NOUN	O	0		n.time	ritter-353
+11	26	26	NUM	O	0			ritter-353
+12	!	!	PUNCT	O	0			ritter-353
+13	-	-	PUNCT	O	0			ritter-353
+14	http://newzfor.me/?aqk7	http://newzfor.me/?aqk7	X	O	0			ritter-353
+15	[	[	PUNCT	O	0			ritter-353
+16	Like	like	VERB	O	0		v.cognition	ritter-353
+17	it	it	PRON	O	0			ritter-353
+18	?	?	PUNCT	O	0			ritter-353
+19	http://bit.ly/ccWJrQ	http://bit.ly/ccwjrq	X	O	0			ritter-353
+20	]	]	PUNCT	O	0			ritter-353
+
+1	so	so	ADV	O	0			ritter-354
+2	far	far	ADV	O	0			ritter-354
+3	this	this	DET	O	0			ritter-354
+4	week	week	NOUN	O	0		n.time	ritter-354
+5	ive	ive	PRON	O	0			ritter-354
+6	realised	realise	VERB	O	0		v.cognition	ritter-354
+7	what	what	PRON	O	0			ritter-354
+8	i	i	PRON	O	0			ritter-354
+9	believe	believe	VERB	O	0		v.cognition	ritter-354
+10	,	,	PUNCT	O	0			ritter-354
+11	picked	pick	VERB	B	0		v.contact	ritter-354
+12	up	up	PART	I	11			ritter-354
+13	my	my	PRON	O	0			ritter-354
+14	guitar	guitar	NOUN	O	0		n.artifact	ritter-354
+15	,	,	PUNCT	O	0			ritter-354
+16	started	start	VERB	O	0		v.change	ritter-354
+17	writing	write	VERB	O	0		v.creation	ritter-354
+18	and	and	CONJ	O	0			ritter-354
+19	sketching	sketch	VERB	O	0		v.creation	ritter-354
+20	again	again	ADV	O	0			ritter-354
+21	...	...	PUNCT	O	0			ritter-354
+22	things	things	NOUN	O	0		n.other	ritter-354
+23	are	be	AUX	O	0			ritter-354
+24	beginning	begin	VERB	O	0		v.change	ritter-354
+25	to	to	PART	O	0			ritter-354
+26	look	look	VERB	B	0		v.change	ritter-354
+27	up	up	PART	I	26			ritter-354
+
+1	Annoying	annoying	ADJ	O	0			ritter-355
+2	:	:	PUNCT	O	0			ritter-355
+3	when	when	ADV	O	0			ritter-355
+4	my	my	PRON	O	0			ritter-355
+5	boss	boss	NOUN	O	0		n.person	ritter-355
+6	complains	complain	VERB	O	0		v.communication	ritter-355
+7	people	people	NOUN	O	0		n.person	ritter-355
+8	do	do	AUX	O	0			ritter-355
+9	n't	n't	ADV	O	0			ritter-355
+10	respond	respond	VERB	O	0		v.communication	ritter-355
+11	to	to	PART	O	0			ritter-355
+12	emails	email	NOUN	O	0		n.communication	ritter-355
+13	ASAP	asap	ADV	O	0			ritter-355
+14	&lt;	&lt;	CONJ	O	0			ritter-355
+15	yet	yet	CONJ	O	0			ritter-355
+16	I	i	PRON	O	0			ritter-355
+17	always	always	ADV	O	0			ritter-355
+18	do	do	VERB	O	0		v.communication	ritter-355
+19	,	,	PUNCT	O	0			ritter-355
+20	yet	yet	CONJ	O	0			ritter-355
+21	she	she	PRON	O	0			ritter-355
+22	never	never	ADV	O	0			ritter-355
+23	responds	respond	VERB	O	0		v.communication	ritter-355
+24	to	to	PART	O	0			ritter-355
+25	me	me	PRON	O	0			ritter-355
+26	ASAP	asap	ADV	O	0			ritter-355
+27	!	!	PUNCT	O	0			ritter-355
+
+1	i	i	PRON	O	0			ritter-356
+2	just	just	ADV	O	0			ritter-356
+3	gave	give	VERB	O	0		v.possession	ritter-356
+4	my	my	PRON	O	0			ritter-356
+5	momma	momma	NOUN	O	0		n.person	ritter-356
+6	some	some	DET	O	0			ritter-356
+7	money	money	NOUN	O	0		n.possession	ritter-356
+8	4	4	ADP	O	0			ritter-356
+9	a	a	DET	O	0			ritter-356
+10	bill	bill	NOUN	O	0		n.possession	ritter-356
+11	....	....	PUNCT	O	0			ritter-356
+12	she	she	PRON	O	0			ritter-356
+13	smiled	smile	VERB	O	0		v.body	ritter-356
+14	when	when	ADV	O	0			ritter-356
+15	i	i	PRON	O	0			ritter-356
+16	put	put	VERB	O	0		v.contact	ritter-356
+17	it	it	PRON	O	0			ritter-356
+18	n	n	ADP	O	0			ritter-356
+19	her	her	PRON	O	0			ritter-356
+20	hand	hand	NOUN	O	0		n.body	ritter-356
+21	__AND__	__and__	CONJ	O	0			ritter-356
+22	said	say	VERB	O	0		v.communication	ritter-356
+23	"	"	PUNCT	O	0			ritter-356
+24	i	i	PRON	O	0			ritter-356
+25	wanna	wanna	VERB	O	0		v.emotion	ritter-356
+26	go	go	VERB	B	0		v.motion	ritter-356
+27	out	out	PART	I	26			ritter-356
+28	to	to	PART	O	0			ritter-356
+29	eat	eat	VERB	O	0		v.consumption	ritter-356
+30	"...	"...	PUNCT	O	0			ritter-356
+31	-______-	-______-	INTJ	O	0			ritter-356
+32	HELLA	hella	INTJ	O	0			ritter-356
+33	SCAN	scan	INTJ	O	0			ritter-356
+
+1	I	i	PRON	O	0			ritter-357
+2	'm	'm	AUX	O	0			ritter-357
+3	donning	don	VERB	O	0		v.body	ritter-357
+4	my	my	PRON	O	0			ritter-357
+5	Santa	santa	PROPN	B	0		n.artifact	ritter-357
+6	hat	hat	NOUN	I	5			ritter-357
+7	!:	!:	PUNCT	O	0			ritter-357
+8	It	it	PRON	O	0			ritter-357
+9	's	's	VERB	O	0		v.stative	ritter-357
+10	November	november	PROPN	O	0		n.time	ritter-357
+11	and	and	CONJ	O	0			ritter-357
+12	almost	almost	ADV	O	0			ritter-357
+13	Thanksgiving	thanksgiving	PROPN	O	0		n.event	ritter-357
+14	...	...	PUNCT	O	0			ritter-357
+15	so	so	ADV	O	0			ritter-357
+16	you	you	PRON	O	0			ritter-357
+17	know	know	VERB	O	0		v.cognition	ritter-357
+18	what	what	PRON	O	0			ritter-357
+19	that	that	DET	O	0			ritter-357
+20	means	mean	VERB	O	0		v.stative	ritter-357
+21	,	,	PUNCT	O	0			ritter-357
+22	right	right	INTJ	O	0			ritter-357
+23	?	?	PUNCT	O	0			ritter-357
+24	Mum	mum	NOUN	O	0		n.person	ritter-357
+25	and	and	CONJ	O	0			ritter-357
+26	I	i	PRON	O	0			ritter-357
+27	...	...	PUNCT	O	0			ritter-357
+28	http://bit.ly/9uTYHJ	http://bit.ly/9utyhj	X	O	0			ritter-357
+
+1	when	when	ADV	O	0			ritter-358
+2	i	i	PRON	O	0			ritter-358
+3	compliment	compliment	VERB	O	0		v.communication	ritter-358
+4	her	her	PRON	O	0			ritter-358
+5	she	she	PRON	O	0			ritter-358
+6	wo	wo	AUX	O	0			ritter-358
+7	n't	n't	ADV	O	0			ritter-358
+8	believe	believe	VERB	O	0		v.cognition	ritter-358
+9	mee	mee	PRON	O	0			ritter-358
+10	&lt;	&lt;	INTJ	O	0			ritter-358
+11	3	3	INTJ	O	0			ritter-358
+
+1	Jopulse	jopulse	PROPN	O	0		n.person	ritter-359
+2	:	:	PUNCT	O	0			ritter-359
+3	Get	get	VERB	O	0		v.change	ritter-359
+4	This	this	DET	O	0			ritter-359
+5	Little	little	ADJ	O	0			ritter-359
+6	Secret	secret	NOUN	O	0		n.communication	ritter-359
+7	When	when	ADV	O	0			ritter-359
+8	to	to	PART	O	0			ritter-359
+9	Avail	avail	VERB	O	0			ritter-359
+10	For	for	ADP	O	0			ritter-359
+11	Mortgage	mortgage	NOUN	O	0		n.possession	ritter-359
+12	http://bit.ly/9yTa3x	http://bit.ly/9yta3x	X	O	0			ritter-359
+
+1	@sweet_clockwork	@sweet_clockwork	PROPN	O	0			ritter-360
+2	lmao	lmao	INTJ	O	0			ritter-360
+3	!	!	PUNCT	O	0			ritter-360
+4	okay	okay	INTJ	O	0			ritter-360
+5	then	then	ADP	O	0			ritter-360
+6	:o	:o	INTJ	O	0			ritter-360
+7	)	)	PUNCT	O	0			ritter-360
+8	im	im	PRON	O	0			ritter-360
+9	baking	bake	VERB	O	0		v.creation	ritter-360
+10	it	it	PRON	O	0			ritter-360
+11	tonight	tonight	NOUN	O	0		n.time	ritter-360
+12	,	,	PUNCT	O	0			ritter-360
+13	so	so	ADP	O	0			ritter-360
+14	'll	'll	AUX	O	0			ritter-360
+15	hit	hit	VERB	B	0		v.communication	ritter-360
+16	you	you	PRON	o	0			ritter-360
+17	up	up	PART	I	15			ritter-360
+18	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-360
+19	and	and	CONJ	O	0			ritter-360
+20	see	see	VERB	O	0		v.social	ritter-360
+21	about	about	ADP	O	0			ritter-360
+22	getting	get	VERB	O	0		v.possession	ritter-360
+23	you	you	PRON	O	0			ritter-360
+24	some	some	DET	O	0			ritter-360
+25	yummies	yummies	NOUN	O	0		n.food	ritter-360
+26	!!	!!	PUNCT	O	0			ritter-360
+27	&lt;	&lt;	INTJ	O	0			ritter-360
+28	3	3	INTJ	O	0			ritter-360
+
+1	buy	buy	VERB	O	0		v.possession	ritter-361
+2	it	it	PRON	O	0			ritter-361
+3	when	when	ADV	O	0			ritter-361
+4	it	it	PRON	O	0			ritter-361
+5	comes	come	VERB	B	0		v.change	ritter-361
+6	out	out	ADP	I	5			ritter-361
+7	.	.	PUNCT	O	0			ritter-361
+8	o_O	o_o	INTJ	O	0			ritter-361
+9	RT	rt	X	O	0			ritter-361
+10	@ReginaPearl	@reginapearl	PROPN	O	0		n.person	ritter-361
+11	yo	yo	INTJ	O	0			ritter-361
+12	is	be	VERB	O	0		v.stative	ritter-361
+13	there	there	ADV	O	0			ritter-361
+14	another	another	DET	O	0			ritter-361
+15	way	way	NOUN	O	0		n.process	ritter-361
+16	to	to	PART	O	0			ritter-361
+17	listen	listen	VERB	O	0		v.perception	ritter-361
+18	to	to	PART	O	0			ritter-361
+19	nicki	nicki	PROPN	B	0		n.communication	ritter-361
+20	album	album	PROPN	I	19			ritter-361
+21	beside	beside	ADP	O	0			ritter-361
+22	fb	fb	PROPN	O	0		n.communication	ritter-361
+23	?	?	PUNCT	O	0			ritter-361
+
+1	Gen	gen	PROPN	O	0			ritter-362
+2	pen	pen	PROPN	O	0		n.artifact	ritter-362
+3	n	n	CONJ	O	0			ritter-362
+4	inc	inc	PROPN	O	0			ritter-362
+5	orr	orr	PROPN	O	0			ritter-362
+6	ball	ball	NOUN	O	0		n.artifact	ritter-362
+7	at	at	ADP	O	0			ritter-362
+8	own	own	ADJ	O	0			ritter-362
+9	46	46	NUM	O	0			ritter-362
+10	orr	orr	PROPN	O	0			ritter-362
+11	comp	comp	VERB	O	0			ritter-362
+12	long	long	ADJ	O	0			ritter-362
+13	pass	pass	NOUN	O	0		n.act	ritter-362
+14	to	to	PART	O	0			ritter-362
+15	end	end	VERB	O	0		v.stative	ritter-362
+16	half	half	NOUN	O	0		n.quantity	ritter-362
+17	9-6	9-6	ADV	O	0			ritter-362
+
+1	Watching	watch	VERB	O	0		v.perception	ritter-363
+2	a	a	DET	O	0			ritter-363
+3	detective	detective	NOUN	B	0		n.communication	ritter-363
+4	show	show	NOUN	I	3			ritter-363
+5	,	,	PUNCT	O	0			ritter-363
+6	Monk	monk	PROPN	O	0		n.communication	ritter-363
+7	.	.	PUNCT	O	0			ritter-363
+8	They	they	PRON	O	0			ritter-363
+9	go	go	VERB	O	0		v.motion	ritter-363
+10	to	to	PART	O	0			ritter-363
+11	a	a	DET	O	0			ritter-363
+12	commercial	commercial	NOUN	O	0		n.communication	ritter-363
+13	right	right	ADV	O	0			ritter-363
+14	when	when	ADV	O	0			ritter-363
+15	the	the	DET	O	0			ritter-363
+16	house	house	NOUN	O	0		n.artifact	ritter-363
+17	blows	blow	VERB	B	0		v.change	ritter-363
+18	up	up	PART	I	17			ritter-363
+19	,	,	PUNCT	O	0			ritter-363
+20	of	of	ADP	B	0			ritter-363
+21	course	course	NOUN	I	20			ritter-363
+22	.	.	INTJ	O	0			ritter-363
+23	_	_	INTJ	O	0			ritter-363
+24	.	.	INTJ	O	0			ritter-363
+
+1	Monsters	monsters	PROPN	O	0		n.group	ritter-364
+2	,	,	PUNCT	O	0			ritter-364
+3	tweet	tweet	VERB	O	0		v.communication	ritter-364
+4	@defpenradio	@defpenradio	PROPN	O	0			ritter-364
+5	and	and	CONJ	O	0			ritter-364
+6	ask	ask	VERB	O	0		v.communication	ritter-364
+7	them	them	PRON	O	0			ritter-364
+8	when	when	ADV	O	0			ritter-364
+9	they	they	PRON	O	0			ritter-364
+10	will	will	AUX	O	0			ritter-364
+11	reveal	reveal	VERB	O	0		v.communication	ritter-364
+12	new	new	ADJ	O	0			ritter-364
+13	info	info	NOUN	O	0		n.communication	ritter-364
+14	about	about	ADP	O	0			ritter-364
+15	#BornThisWay	#bornthisway	NOUN	O	0		n.communication	ritter-364
+16	!	!	PUNCT	O	0			ritter-364
+
+1	Every	every	DET	O	0			ritter-365
+2	year	year	NOUN	O	0		n.time	ritter-365
+3	,	,	PUNCT	O	0			ritter-365
+4	i	i	PRON	O	0			ritter-365
+5	realize	realize	VERB	O	0		v.cognition	ritter-365
+6	how	how	ADV	O	0			ritter-365
+7	lame	lame	ADJ	O	0			ritter-365
+8	i	i	PRON	O	0			ritter-365
+9	was	be	VERB	O	0		v.stative	ritter-365
+10	last	last	ADJ	O	0			ritter-365
+11	year	year	NOUN	O	0		n.time	ritter-365
+12	.	.	PUNCT	O	0			ritter-365
+
+1	Cowboys	cowboys	PROPN	O	0		n.group	ritter-366
+2	vs	vs	ADP	O	0			ritter-366
+3	.	.	PUNCT	O	0			ritter-366
+4	Lions	lions	PROPN	O	0		n.group	ritter-366
+5	:	:	PUNCT	O	0			ritter-366
+6	The	the	DET	O	0			ritter-366
+7	Jason	jason	PROPN	B	0		n.time	ritter-366
+8	Garrett	garrett	PROPN	I	7			ritter-366
+9	era	era	NOUN	I	8			ritter-366
+10	got	get	VERB	B	0		v.change	ritter-366
+11	off	off	PART	I	10			ritter-366
+12	to	to	PART	O	0			ritter-366
+13	a	a	DET	O	0			ritter-366
+14	good	good	ADJ	O	0			ritter-366
+15	start	start	NOUN	O	0		n.act	ritter-366
+16	last	last	ADJ	O	0			ritter-366
+17	week	week	NOUN	O	0		n.time	ritter-366
+18	.	.	PUNCT	O	0			ritter-366
+19	Now	now	ADV	O	0			ritter-366
+20	the	the	DET	O	0			ritter-366
+21	Cowboys	cowboy	NOUN	O	0		n.group	ritter-366
+22	will	will	AUX	O	0			ritter-366
+23	try	try	VERB	O	0		v.competition	ritter-366
+24	to	to	PART	O	0			ritter-366
+25	snap	snap	VERB	O	0		v.change	ritter-366
+26	a	a	DET	O	0			ritter-366
+27	f	f	NOUN	O	0			ritter-366
+28	...	...	PUNCT	O	0			ritter-366
+29	http://bit.ly/bSS914	http://bit.ly/bss914	X	O	0			ritter-366
+
+1	you	you	PRON	O	0			ritter-367
+2	reach	reach	VERB	O	0		v.motion	ritter-367
+3	your	your	PRON	O	0			ritter-367
+4	hand	hand	NOUN	O	0		n.body	ritter-367
+5	in	in	ADP	O	0			ritter-367
+6	fire	fire	NOUN	O	0		n.phenomenon	ritter-367
+7	...	...	PUNCT	O	0			ritter-367
+8	you	you	PRON	O	0			ritter-367
+9	pull	pull	VERB	B	0		v.motion	ritter-367
+10	it	it	PRON	o	0			ritter-367
+11	back	back	ADV	I	9			ritter-367
+12	when	when	ADV	O	0			ritter-367
+13	you	you	PRON	O	0			ritter-367
+14	get	get	VERB	O	0		v.contact	ritter-367
+15	hurt	hurt	ADJ	O	0			ritter-367
+16	...	...	PUNCT	O	0			ritter-367
+
+1	RT	rt	X	O	0			ritter-368
+2	@ulfaaaaaa	@ulfaaaaaa	PROPN	O	0			ritter-368
+3	:	:	PUNCT	O	0			ritter-368
+4	RT	rt	X	O	0			ritter-368
+5	@JustBecausee	@justbecausee	PROPN	O	0			ritter-368
+6	:	:	PUNCT	O	0			ritter-368
+7	#Justbecause	#justbecause	X	O	0			ritter-368
+8	I	i	PRON	O	0			ritter-368
+9	can	can	AUX	O	0			ritter-368
+10	help	help	VERB	O	0		v.social	ritter-368
+11	you	you	PRON	O	0			ritter-368
+12	,	,	PUNCT	O	0			ritter-368
+13	does	do	AUX	O	0			ritter-368
+14	n't	n't	ADV	O	0			ritter-368
+15	mean	mean	VERB	O	0		v.stative	ritter-368
+16	I	i	PRON	O	0			ritter-368
+17	will	will	VERB	O	0		v.social	ritter-368
+18	-	-	PUNCT	O	0			ritter-368
+19	all	all	DET	O	0			ritter-368
+20	the	the	DET	O	0			ritter-368
+21	time	time	NOUN	O	0		n.event	ritter-368
+22	.	.	PUNCT	O	0			ritter-368
+
+1	@vinceviloria	@vinceviloria	PROPN	O	0			ritter-369
+2	word	word	INTJ	O	0			ritter-369
+3	.	.	PUNCT	O	0			ritter-369
+4	no	no	DET	B	0		n.feeling	ritter-369
+5	way	way	NOUN	I	4			ritter-369
+6	I	i	PRON	O	0			ritter-369
+7	was	be	AUX	O	0			ritter-369
+8	gonna	gonna	VERB	O	0		v.stative	ritter-369
+9	trust	trust	VERB	O	0		v.cognition	ritter-369
+10	drivers	driver	NOUN	O	0		n.person	ritter-369
+11	to	to	PART	O	0			ritter-369
+12	not	not	ADV	O	0			ritter-369
+13	kill	kill	VERB	O	0		v.contact	ritter-369
+14	me	me	PRON	O	0			ritter-369
+15	on	on	ADP	O	0			ritter-369
+16	my	my	PRON	O	0			ritter-369
+17	bike	bike	ADV	O	0		n.artifact	ritter-369
+18	today	today	NOUN	O	0		n.time	ritter-369
+19	.	.	PUNCT	O	0			ritter-369
+20	esp	esp	ADV	O	0			ritter-369
+21	,	,	PUNCT	O	0			ritter-369
+22	after	after	ADP	O	0			ritter-369
+23	getting	get	VERB	O	0		v.stative	ritter-369
+24	run	run	VERB	B	0		v.motion	ritter-369
+25	off	off	PART	I	24			ritter-369
+26	the	the	DET	O	0			ritter-369
+27	road	road	NOUN	O	0		n.artifact	ritter-369
+28	yesterday	yesterday	NOUN	O	0		n.time	ritter-369
+29	.	.	PUNCT	O	0			ritter-369
+
+1	time	time	NOUN	O	0		n.event	ritter-370
+2	to	to	PART	O	0			ritter-370
+3	help	help	VERB	O	0		v.social	ritter-370
+4	our	our	PRON	O	0			ritter-370
+5	fellow	fellow	ADJ	O	0			ritter-370
+6	BELIEBER	belieber	PROPN	O	0		n.person	ritter-370
+7	shoutout	shoutout	NOUN	O	0		n.communication	ritter-370
+8	for	for	ADP	O	0			ritter-370
+9	@rchristelyn.....@rchristeyn....@rchristelyn...she	@rchristelyn.....@rchristeyn....@rchristelyn...she	PROPN	O	0		n.person	ritter-370
+10	's	's	VERB	O	0		v.stative	ritter-370
+11	one	one	NOUN	O	0		n.quantity	ritter-370
+12	of	of	ADP	O	0			ritter-370
+13	my	my	PRON	O	0			ritter-370
+14	bestfriends	bestfriends	NOUN	O	0		n.person	ritter-370
+15	on	on	ADP	O	0			ritter-370
+16	our	our	PRON	O	0			ritter-370
+17	school	school	NOUN	O	0		n.group	ritter-370
+
+1	Thinking	think	VERB	B	0		n.artifact	ritter-371
+2	towels	towel	NOUN	I	1			ritter-371
+3	,	,	PUNCT	O	0			ritter-371
+4	white	white	PROPN	B	0		n.food	ritter-371
+5	Russians	russians	PROPN	I	4			ritter-371
+6	__AND__	__and__	CONJ	O	0			ritter-371
+7	the	the	PROPN	B	0		n.communication	ritter-371
+8	big	big	PROPN	I	7			ritter-371
+9	lebowski	lebowski	PROPN	I	8			ritter-371
+10	is	be	VERB	O	0		v.stative	ritter-371
+11	in	in	ADP	B	0		n.state	ritter-371
+12	order	order	NOUN	I	11			ritter-371
+13	tonight	tonight	NOUN	O	0		n.time	ritter-371
+14	.	.	PUNCT	O	0			ritter-371
+15	Wish	wish	VERB	O	0		v.emotion	ritter-371
+16	we	we	PRON	O	0			ritter-371
+17	could	could	AUX	O	0			ritter-371
+18	bring	bring	VERB	O	0		v.motion	ritter-371
+19	the	the	DET	O	0			ritter-371
+20	bubble	bubble	NOUN	B	0		n.artifact	ritter-371
+21	bath	bath	NOUN	I	20			ritter-371
+22	in	in	ADP	O	0			ritter-371
+23	the	the	DET	O	0			ritter-371
+24	living	living	NOUN	B	0		n.location	ritter-371
+25	room	room	NOUN	I	24			ritter-371
+26	.	.	PUNCT	O	0			ritter-371
+27	;)	;)	INTJ	O	0			ritter-371
+28	#marmaset	#marmaset	NOUN	O	0			ritter-371
+
+1	Polling	polling	NOUN	O	0		n.act	ritter-372
+2	ends	end	VERB	O	0		v.stative	ritter-372
+3	in	in	ADP	O	0			ritter-372
+4	Bihar	bihar	PROPN	O	0		n.location	ritter-372
+5	today	today	NOUN	O	0		n.time	ritter-372
+6	,	,	PUNCT	O	0			ritter-372
+7	counting	counting	NOUN	O	0		n.act	ritter-372
+8	on	on	ADP	O	0			ritter-372
+9	November	november	PROPN	O	0		n.time	ritter-372
+10	24	24	NUM	O	0			ritter-372
+11	http://toi.in/ujtwya	http://toi.in/ujtwya	X	O	0			ritter-372
+
+1	RT	rt	X	O	0			ritter-373
+2	@jaiwil	@jaiwil	PROPN	O	0			ritter-373
+3	:	:	PUNCT	O	0			ritter-373
+4	Friday	friday	PROPN	O	0		n.time	ritter-373
+5	feels	feel	VERB	O	0		v.cognition	ritter-373
+6	like	like	ADP	O	0			ritter-373
+7	Saturday	saturday	PROPN	O	0		n.time	ritter-373
+8	,	,	PUNCT	O	0			ritter-373
+9	lots	lots	NOUN	O	0		n.quantity	ritter-373
+10	of	of	ADP	O	0			ritter-373
+11	action	action	NOUN	O	0		n.act	ritter-373
+12	!!!!	!!!!	PUNCT	O	0			ritter-373
+
+1	@yeastieboys	@yeastieboys	PROPN	O	0			ritter-374
+2	that	that	DET	O	0			ritter-374
+3	's	's	VERB	O	0		v.stative	ritter-374
+4	terrible	terrible	ADJ	O	0			ritter-374
+5	.	.	PUNCT	O	0			ritter-374
+6	I	i	PRON	O	0			ritter-374
+7	ca	ca	AUX	O	0			ritter-374
+8	n't	n't	ADV	O	0			ritter-374
+9	believe	believe	VERB	O	0		v.cognition	ritter-374
+10	its	its	PRON	O	0			ritter-374
+11	been	be	AUX	O	0			ritter-374
+12	going	go	VERB	B	0		v.change	ritter-374
+13	on	on	PART	I	12			ritter-374
+14	so	so	ADV	O	0			ritter-374
+15	long	long	ADV	O	0			ritter-374
+16	.	.	PUNCT	O	0			ritter-374
+17	My	my	PRON	O	0			ritter-374
+18	parents	parent	NOUN	O	0		n.person	ritter-374
+19	are	be	VERB	O	0		v.stative	ritter-374
+20	in	in	ADP	O	0			ritter-374
+21	Ashvegas	ashvegas	PROPN	O	0		n.location	ritter-374
+22	but	but	CONJ	O	0			ritter-374
+23	I	i	PRON	O	0			ritter-374
+24	dont	dont	VERB	O	0			ritter-374
+25	think	think	VERB	O	0		v.cognition	ritter-374
+26	it	it	PRON	O	0			ritter-374
+27	's	's	VERB	O	0		v.stative	ritter-374
+28	as	as	ADV	O	0			ritter-374
+29	bad	bad	ADJ	O	0			ritter-374
+30	down	down	ADP	O	0			ritter-374
+31	there	there	ADV	O	0			ritter-374
+32	.	.	PUNCT	O	0			ritter-374
+
+1	@chas_barbie	@chas_barbie	PROPN	O	0			ritter-375
+2	wyd	wyd	PROPN	O	0		n.communication	ritter-375
+3	tonite	tonite	NOUN	O	0		n.time	ritter-375
+
+1	@VeexCeexDee	@veexceexdee	PROPN	O	0			ritter-376
+2	same	same	ADJ	O	0			ritter-376
+3	shit	shit	NOUN	O	0		n.act	ritter-376
+4	different	different	ADJ	O	0			ritter-376
+5	day	day	NOUN	O	0		n.time	ritter-376
+6	What	what	PRON	O	0			ritter-376
+7	good	good	ADJ	O	0			ritter-376
+8	on	on	ADP	O	0			ritter-376
+9	ur	ur	PRON	O	0			ritter-376
+10	side	side	NOUN	O	0		n.location	ritter-376
+11	?	?	PUNCT	O	0			ritter-376
+
+1	Dallas	dallas	PROPN	B	0		n.communication	ritter-377
+2	Cowboys	cowboys	PROPN	I	1			ritter-377
+3	News	news	PROPN	I	2			ritter-377
+4	:	:	PUNCT	O	0			ritter-377
+5	Cowboys	cowboys	PROPN	O	0		n.group	ritter-377
+6	vs	vs	ADP	O	0			ritter-377
+7	.	.	PUNCT	O	0			ritter-377
+8	Lions	lion	NOUN	O	0		n.group	ritter-377
+9	:	:	PUNCT	O	0			ritter-377
+10	The	the	DET	O	0			ritter-377
+11	Jason	jason	PROPN	B	0		n.time	ritter-377
+12	Garrett	garrett	PROPN	I	11			ritter-377
+13	era	era	NOUN	I	12			ritter-377
+14	got	get	VERB	O	0		v.motion	ritter-377
+15	off	off	ADP	O	0			ritter-377
+16	to	to	PART	O	0			ritter-377
+17	a	a	DET	O	0			ritter-377
+18	good	good	ADJ	O	0			ritter-377
+19	start	start	NOUN	O	0		n.event	ritter-377
+20	last	last	ADJ	O	0			ritter-377
+21	week	week	NOUN	O	0		n.time	ritter-377
+22	.	.	PUNCT	O	0			ritter-377
+23	Now	now	ADV	O	0			ritter-377
+24	th	th	DET	O	0			ritter-377
+25	...	...	PUNCT	O	0			ritter-377
+26	http://bit.ly/amHf2G	http://bit.ly/amhf2g	X	O	0			ritter-377
+27	#Cowboys	#cowboys	NOUN	O	0			ritter-377
+
+1	it	it	PRON	O	0			ritter-378
+2	was	be	VERB	O	0		v.stative	ritter-378
+3	half	half	NOUN	O	0		n.time	ritter-378
+4	past	past	ADJ	O	0			ritter-378
+5	8	8	NUM	O	0			ritter-378
+6	when	when	ADV	O	0			ritter-378
+7	the	the	DET	O	0			ritter-378
+8	drugs	drug	NOUN	O	0		n.substance	ritter-378
+9	began	begin	VERB	O	0		v.change	ritter-378
+10	to	to	PART	O	0			ritter-378
+11	take	take	VERB	B	0		n.feeling	ritter-378
+12	hold	hold	NOUN	I	11			ritter-378
+13	....	....	PUNCT	O	0			ritter-378
+
+1	Oh	oh	INTJ	O	0			ritter-379
+2	jeez	jeez	INTJ	O	0			ritter-379
+3	,	,	PUNCT	O	0			ritter-379
+4	you	you	PRON	O	0			ritter-379
+5	hear	hear	VERB	O	0		v.perception	ritter-379
+6	about	about	ADP	O	0			ritter-379
+7	Colt	colt	PROPN	B	0		n.person	ritter-379
+8	Brennan	brennan	PROPN	I	7			ritter-379
+9	's	's	AUX	O	0			ritter-379
+10	serious	serious	ADJ	O	0			ritter-379
+11	car	car	NOUN	B	0		n.event	ritter-379
+12	accident	accident	NOUN	I	11			ritter-379
+13	?	?	PUNCT	O	0			ritter-379
+14	I	i	PRON	O	0			ritter-379
+15	remember	remember	VERB	O	0		v.cognition	ritter-379
+16	being	be	VERB	O	0		v.stative	ritter-379
+17	in	in	ADP	O	0			ritter-379
+18	Hawaii	hawaii	PROPN	O	0		n.location	ritter-379
+19	a	a	DET	O	0			ritter-379
+20	few	few	ADJ	O	0			ritter-379
+21	years	years	NOUN	O	0		n.time	ritter-379
+22	back	back	ADV	O	0			ritter-379
+23	when	when	ADV	O	0			ritter-379
+24	Hawaii	hawaii	PROPN	O	0		n.location	ritter-379
+25	's	's	AUX	O	0			ritter-379
+26	coach	coach	NOUN	O	0		n.person	ritter-379
+27	nearly	nearly	ADV	O	0			ritter-379
+28	died	die	VERB	O	0		v.body	ritter-379
+29	too	too	ADV	O	0			ritter-379
+
+1	Take	take	VERB	O	0		v.contact	ritter-380
+2	my	my	PRON	O	0			ritter-380
+3	hand	hand	NOUN	O	0		n.body	ritter-380
+4	,	,	PUNCT	O	0			ritter-380
+5	'll	'll	AUX	O	0			ritter-380
+6	fly	fly	VERB	O	0		v.motion	ritter-380
+7	to	to	PART	O	0			ritter-380
+8	the	the	DET	O	0			ritter-380
+9	sky	sky	NOUN	O	0		n.location	ritter-380
+10	.	.	PUNCT	O	0			ritter-380
+11	Close	close	VERB	O	0		v.contact	ritter-380
+12	your	your	PRON	O	0			ritter-380
+13	eyes	eyes	NOUN	O	0		n.body	ritter-380
+14	,	,	PUNCT	O	0			ritter-380
+15	I	i	PRON	O	0			ritter-380
+16	'm	'm	VERB	O	0		v.stative	ritter-380
+17	at	at	ADP	O	0			ritter-380
+18	your	your	PRON	O	0			ritter-380
+19	side	side	NOUN	O	0		n.body	ritter-380
+20	.	.	PUNCT	O	0			ritter-380
+21	Tomorrow	tomorrow	NOUN	O	0		n.time	ritter-380
+22	's	's	AUX	O	0			ritter-380
+23	gonna	gonna	VERB	O	0			ritter-380
+24	be	be	VERB	O	0		v.stative	ritter-380
+25	just	just	ADV	O	0			ritter-380
+26	fine	fine	ADJ	O	0			ritter-380
+27	.	.	PUNCT	O	0			ritter-380
+
+1	@Redilocks	@redilocks	PROPN	O	0			ritter-381
+2	ya	ya	INTJ	O	0			ritter-381
+3	know....he	know....he	INTJ	O	0			ritter-381
+4	's	's	AUX	O	0			ritter-381
+5	gonna	gonna	AUX	O	0			ritter-381
+6	be	be	VERB	O	0		v.stative	ritter-381
+7	there	there	ADV	O	0			ritter-381
+8	Saturday	saturday	PROPN	O	0		n.time	ritter-381
+9	.	.	PUNCT	O	0			ritter-381
+10	I	i	PRON	O	0			ritter-381
+11	could	could	AUX	O	0			ritter-381
+12	just	just	ADV	O	0			ritter-381
+13	drive	drive	VERB	O	0		v.motion	ritter-381
+14	down	down	ADP	O	0			ritter-381
+15	on	on	ADP	O	0			ritter-381
+16	Saturday	saturday	PROPN	O	0		n.time	ritter-381
+17	.....	.....	PUNCT	O	0			ritter-381
+18	crash	crash	VERB	O	0		v.body	ritter-381
+19	in	in	ADP	O	0			ritter-381
+20	ya'lls	ya'lls	PRON	O	0			ritter-381
+21	room	room	NOUN	O	0		n.location	ritter-381
+22	!	!	PUNCT	O	0			ritter-381
+
+1	RT	rt	X	O	0			ritter-382
+2	@KassHussain	@kasshussain	PROPN	O	0			ritter-382
+3	:	:	PUNCT	O	0			ritter-382
+4	RT	rt	X	O	0			ritter-382
+5	@newsycombinator	@newsycombinator	PROPN	O	0			ritter-382
+6	:	:	PUNCT	O	0			ritter-382
+7	Signups	signups	NOUN	O	0		n.act	ritter-382
+8	increased	increase	VERB	O	0		v.change	ritter-382
+9	by	by	ADP	O	0			ritter-382
+10	60%	60%	NUM	O	0			ritter-382
+11	after	after	ADP	O	0			ritter-382
+12	actually	actually	ADV	O	0			ritter-382
+13	removing	remove	VERB	O	0		v.change	ritter-382
+14	the	the	DET	O	0			ritter-382
+15	signup	signup	NOUN	B	0		n.communication	ritter-382
+16	form	form	NOUN	I	15			ritter-382
+17	http://j.mp/a3R3U1	http://j.mp/a3r3u1	X	O	0			ritter-382
+18	@carlosdomingos	@carlosdomingos	PROPN	O	0			ritter-382
+
+1	@YnYrTheOne	@ynyrtheone	PROPN	O	0			ritter-383
+2	what	what	PRON	O	0			ritter-383
+3	time	time	NOUN	O	0		n.attribute	ritter-383
+4	is	be	VERB	O	0		v.stative	ritter-383
+5	it	it	PRON	O	0			ritter-383
+6	over	over	ADP	O	0			ritter-383
+7	there	there	ADV	O	0			ritter-383
+8	?	?	PUNCT	O	0			ritter-383
+
+1	RT	rt	X	O	0			ritter-384
+2	@thefutoncritic	@thefutoncritic	PROPN	O	0			ritter-384
+3	:	:	PUNCT	O	0			ritter-384
+4	Exclusive	exclusive	NOUN	O	0			ritter-384
+5	:	:	PUNCT	O	0			ritter-384
+6	FOX	fox	PROPN	O	0		n.group	ritter-384
+7	to	to	PART	O	0			ritter-384
+8	give	give	VERB	O	0		v.change	ritter-384
+9	"	"	PUNCT	O	0			ritter-384
+10	The	the	PROPN	B	0		n.communication	ritter-384
+11	Good	good	PROPN	I	10			ritter-384
+12	Guys	guys	PROPN	I	11			ritter-384
+13	"	"	PUNCT	O	0			ritter-384
+14	Saturday	saturday	PROPN	O	0		n.time	ritter-384
+15	late-night	late-night	ADJ	O	0			ritter-384
+16	slot	slot	NOUN	O	0		n.time	ritter-384
+17	;	;	PUNCT	O	0			ritter-384
+18	"	"	PUNCT	O	0			ritter-384
+19	Running	running	PROPN	B	0		n.communication	ritter-384
+20	Wilde	wilde	PROPN	I	19			ritter-384
+21	"	"	PUNCT	O	0			ritter-384
+22	one-hour	one-hour	ADJ	O	0			ritter-384
+23	winter	winter	NOUN	B	0		n.act	ritter-384
+24	finale	finale	NOUN	I	23			ritter-384
+25	December	december	PROPN	O	0		n.time	ritter-384
+26	28	28	NUM	O	0			ritter-384
+27	...	...	PUNCT	O	0			ritter-384
+
+1	casual	casual	ADJ	O	0			ritter-385
+2	picture	picture	NOUN	O	0		n.artifact	ritter-385
+3	with	with	ADP	O	0			ritter-385
+4	Leah	leah	PROPN	B	0		n.person	ritter-385
+5	Mason	mason	PROPN	I	4			ritter-385
+6	outside	outside	ADP	O	0			ritter-385
+7	the	the	DET	O	0			ritter-385
+8	Apollo	apollo	PROPN	O	0		n.location	ritter-385
+9	tonight	tonight	NOUN	O	0		n.time	ritter-385
+10	..	..	PUNCT	O	0			ritter-385
+11	cheeky	cheeky	ADJ	O	0			ritter-385
+12	.	.	PUNCT	O	0			ritter-385
+
+1	WIN	win	VERB	O	0		v.competition	ritter-386
+2	a	a	DET	O	0			ritter-386
+3	GROOVY	groovy	PROPN	B	0		n.artifact	ritter-386
+4	GIRLS	girls	PROPN	I	3			ritter-386
+5	PRINCESS	princess	PROPN	I	4			ritter-386
+6	SERAPHINA	seraphina	PROPN	I	5			ritter-386
+7	Doll	doll	PROPN	I	6			ritter-386
+8	@BabyStorePlus	@babystoreplus	PROPN	B	0		n.event	ritter-386
+9	Giveaway	giveaway	NOUN	I	8			ritter-386
+10	a	a	DET	B	0		n.event	ritter-386
+11	Week	week	NOUN	I	10			ritter-386
+12	til	til	ADP	I	11			ritter-386
+13	Christmas	christmas	PROPN	I	12			ritter-386
+14	Event	event	NOUN	I	13			ritter-386
+15	http://goo.gl/fb/X7T4s	http://goo.gl/fb/x7t4s	X	O	0			ritter-386
+16	(	(	PUNCT	O	0			ritter-386
+17	12/13	12/13	NUM	O	0			ritter-386
+18	)	)	PUNCT	O	0			ritter-386
+
+1	@msloaf	@msloaf	PROPN	O	0			ritter-387
+2	Though	though	ADP	O	0			ritter-387
+3	I	i	PRON	O	0			ritter-387
+4	do	do	AUX	O	0			ritter-387
+5	agree	agree	VERB	O	0		v.communication	ritter-387
+6	that	that	ADP	O	0			ritter-387
+7	it	it	PRON	O	0			ritter-387
+8	is	be	VERB	O	0		v.stative	ritter-387
+9	offensive	offensive	ADJ	O	0			ritter-387
+10	and	and	CONJ	O	0			ritter-387
+11	would	would	AUX	O	0			ritter-387
+12	be	be	VERB	O	0		v.stative	ritter-387
+13	difficult	difficult	ADJ	O	0			ritter-387
+14	to	to	PART	O	0			ritter-387
+15	explain	explain	VERB	O	0		v.communication	ritter-387
+16	.	.	PUNCT	O	0			ritter-387
+17	When	when	ADV	O	0			ritter-387
+18	this	this	DET	O	0			ritter-387
+19	stuff	stuff	NOUN	O	0		n.other	ritter-387
+20	happens	happen	VERB	O	0		v.change	ritter-387
+21	to	to	PART	O	0			ritter-387
+22	me	me	PRON	O	0			ritter-387
+23	I	i	PRON	O	0			ritter-387
+24	want	want	VERB	O	0		v.cognition	ritter-387
+25	to	to	PART	O	0			ritter-387
+26	yell	yell	VERB	O	0		v.communication	ritter-387
+27	,	,	PUNCT	O	0			ritter-387
+28	"	"	PUNCT	O	0			ritter-387
+29	URDUMB	urdumb	INTJ	O	0			ritter-387
+30	!"	!"	PUNCT	O	0			ritter-387
+
+1	@paulskemp	@paulskemp	PROPN	O	0			ritter-388
+2	Sorry	sorry	ADJ	O	0			ritter-388
+3	to	to	PART	O	0			ritter-388
+4	hear	hear	VERB	O	0		v.perception	ritter-388
+5	!	!	PUNCT	O	0			ritter-388
+6	:(	:(	INTJ	O	0			ritter-388
+7	I	i	PRON	O	0			ritter-388
+8	had	have	VERB	O	0		v.possession	ritter-388
+9	a	a	DET	O	0			ritter-388
+10	dog	dog	NOUN	O	0		n.animal	ritter-388
+11	for	for	ADP	O	0			ritter-388
+12	14	14	NUM	O	0			ritter-388
+13	years	years	NOUN	O	0		n.time	ritter-388
+14	and	and	CONJ	O	0			ritter-388
+15	it	it	PRON	O	0			ritter-388
+16	was	be	VERB	O	0		v.stative	ritter-388
+17	really	really	ADV	O	0			ritter-388
+18	tough	tough	ADJ	O	0			ritter-388
+19	to	to	PART	O	0			ritter-388
+20	lose	lose	VERB	O	0		v.possession	ritter-388
+21	him	him	PRON	O	0			ritter-388
+22	.	.	PUNCT	O	0			ritter-388
+23	Tough	tough	ADJ	O	0			ritter-388
+24	to	to	PART	O	0			ritter-388
+25	lose	lose	VERB	O	0		v.possession	ritter-388
+26	my	my	PRON	O	0			ritter-388
+27	second	second	ADJ	O	0			ritter-388
+28	one	one	NOUN	O	0		n.animal	ritter-388
+29	too	too	ADV	O	0			ritter-388
+30	.	.	PUNCT	O	0			ritter-388
+
+1	@ExOtiCly_ErOtiC	@exoticly_erotic	PROPN	O	0			ritter-389
+2	let	let	VERB	B	0		v.communication	ritter-389
+3	me	me	PRON	o	0			ritter-389
+4	know	know	VERB	I	2			ritter-389
+5	.	.	PUNCT	O	0			ritter-389
+6	is	be	AUX	O	0			ritter-389
+7	it	it	PRON	O	0			ritter-389
+8	goin	goin	VERB	B	0		v.change	ritter-389
+9	off	off	PART	I	8			ritter-389
+10	at	at	ADP	O	0			ritter-389
+11	liquids	liquids	PROPN	O	0		n.group	ritter-389
+12	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-389
+13	i	i	PRON	O	0			ritter-389
+14	might	might	AUX	O	0			ritter-389
+15	go	go	VERB	O	0		v.motion	ritter-389
+16	???	???	PUNCT	O	0			ritter-389
+
+1	RT	rt	X	O	0			ritter-390
+2	@justinbieber	@justinbieber	PROPN	O	0			ritter-390
+3	:	:	PUNCT	O	0			ritter-390
+4	ATLANTIC	atlantic	PROPN	B	0		n.event	ritter-390
+5	CITY	city	PROPN	I	4			ritter-390
+6	SHOW	show	NOUN	I	5			ritter-390
+7	TOMORROW	tomorrow	NOUN	O	0		n.time	ritter-390
+8	!!!	!!!	PUNCT	O	0			ritter-390
+
+1	RT	rt	X	O	0			ritter-391
+2	@IDS_BroncoBeat	@ids_broncobeat	PROPN	O	0			ritter-391
+3	:	:	PUNCT	O	0			ritter-391
+4	Boise	boise	PROPN	B	0		n.group	ritter-391
+5	State	state	PROPN	I	4			ritter-391
+6	wearing	wear	VERB	O	0		v.body	ritter-391
+7	orange	orange	ADJ	O	0			ritter-391
+8	pants	pants	NOUN	O	0		n.artifact	ritter-391
+9	,	,	PUNCT	O	0			ritter-391
+10	orange	orange	ADJ	O	0			ritter-391
+11	jerseys	jersey	NOUN	O	0		n.artifact	ritter-391
+12	,	,	PUNCT	O	0			ritter-391
+13	usual	usual	ADJ	O	0			ritter-391
+14	blue	blue	ADJ	O	0			ritter-391
+15	helmets	helmet	NOUN	O	0		n.artifact	ritter-391
+16	tonight	tonight	NOUN	O	0		n.time	ritter-391
+17	.	.	PUNCT	O	0			ritter-391
+18	Orange	orange	ADJ	O	0			ritter-391
+19	jerseys	jersey	NOUN	O	0		n.artifact	ritter-391
+20	match	match	VERB	O	0		v.stative	ritter-391
+21	their	their	PRON	O	0			ritter-391
+22	regular	regular	ADJ	O	0			ritter-391
+23	blu	blu	ADJ	O	0			ritter-391
+24	...	...	PUNCT	O	0			ritter-391
+
+1	St	st	PROPN	B	0		n.location	ritter-392
+2	Louis	louis	PROPN	I	1			ritter-392
+3	:	:	PUNCT	O	0			ritter-392
+4	APR	apr	PROPN	B	0		n.artifact	ritter-392
+5	Chocolate	chocolate	PROPN	I	4			ritter-392
+6	Toy	toy	PROPN	I	5			ritter-392
+7	Poodle	poodle	PROPN	I	6			ritter-392
+8	Pups	pups	PROPN	I	7			ritter-392
+9	-	-	PUNCT	O	0			ritter-392
+10	$300	$300	NUM	O	0			ritter-392
+11	(	(	PUNCT	O	0			ritter-392
+12	Liberty	liberty	PROPN	O	0		n.communication	ritter-392
+13	)	)	PUNCT	O	0			ritter-392
+14	http://bit.ly/bHftHD	http://bit.ly/bhfthd	X	O	0			ritter-392
+15	#eBC	#ebc	X	O	0			ritter-392
+16	#Pets	#pets	NOUN	O	0		n.animal	ritter-392
+
+1	'll	'll	AUX	O	0			ritter-393
+2	be	be	AUX	O	0			ritter-393
+3	wearing	wear	VERB	O	0		v.body	ritter-393
+4	my	my	PRON	O	0			ritter-393
+5	Dr	dr	PROPN	B	0		n.artifact	ritter-393
+6	.	.	PUNCT	I	5			ritter-393
+7	J	j	PROPN	I	6			ritter-393
+8	#6	#6	NOUN	I	7			ritter-393
+9	jersey	jersey	NOUN	I	8			ritter-393
+10	.	.	PUNCT	O	0			ritter-393
+11	Old	old	NOUN	B	0			ritter-393
+12	school	school	NOUN	I	11			ritter-393
+13	.	.	PUNCT	O	0			ritter-393
+14	RT	rt	X	O	0			ritter-393
+15	@laurenreale	@laurenreale	PROPN	O	0			ritter-393
+16	"	"	PUNCT	O	0			ritter-393
+17	hmmm	hmmm	INTJ	O	0			ritter-393
+18	...	...	PUNCT	O	0			ritter-393
+19	im	im	PRON	O	0			ritter-393
+20	gonna	gonna	VERB	O	0		v.change	ritter-393
+21	wear	wear	VERB	O	0		v.body	ritter-393
+22	my	my	PRON	O	0			ritter-393
+23	@Sixers	@sixers	PROPN	O	0		n.person	ritter-393
+24	jersey	jersey	NOUN	O	0		n.artifact	ritter-393
+25	tonight	tonight	NOUN	O	0		n.time	ritter-393
+26	......	......	PUNCT	O	0			ritter-393
+27	http://tl.gd/72egjj	http://tl.gd/72egjj	X	O	0			ritter-393
+
+1	RT	rt	X	O	0			ritter-394
+2	@taaeamo	@taaeamo	PROPN	O	0			ritter-394
+3	Friggg	friggg	PROPN	O	0		n.person	ritter-394
+4	how	how	ADV	O	0			ritter-394
+5	long	long	ADJ	O	0			ritter-394
+6	is	be	VERB	O	0		v.stative	ritter-394
+7	flow	flow	PROPN	B	0		n.communication	ritter-394
+8	93.5	93.5	PROPN	I	7			ritter-394
+9	gonna	gonna	VERB	O	0			ritter-394
+10	be	be	VERB	O	0		v.stative	ritter-394
+11	new	new	ADJ	O	0			ritter-394
+12	?	?	PUNCT	O	0			ritter-394
+
+1	Awesome	awesome	ADJ	O	0			ritter-395
+2	performance	performance	NOUN	O	0		n.act	ritter-395
+3	by	by	ADP	O	0			ritter-395
+4	The	the	PROPN	B	0		n.group	ritter-395
+5	Wanted	wanted	PROPN	I	4			ritter-395
+6	tonight	tonight	NOUN	O	0		n.time	ritter-395
+7	...	...	PUNCT	O	0			ritter-395
+8	HA	ha	INTJ	O	0			ritter-395
+9	!	!	PUNCT	O	0			ritter-395
+10	@wl_wl_wl	@wl_wl_wl	PROPN	O	0			ritter-395
+11	@I_am_Ben_D	@i_am_ben_d	PROPN	O	0			ritter-395
+
+1	oh	oh	INTJ	O	0			ritter-396
+2	yeah	yeah	INTJ	O	0			ritter-396
+3	today	today	NOUN	O	0		n.time	ritter-396
+4	was/is	was/is	VERB	O	0		v.stative	ritter-396
+5	a	a	DET	O	0			ritter-396
+6	GREAT	great	ADJ	O	0			ritter-396
+7	day	day	NOUN	O	0		n.time	ritter-396
+8	!!!!	!!!!	PUNCT	O	0			ritter-396
+9	@dayis017	@dayis017	PROPN	O	0			ritter-396
+10	@sebastianribo	@sebastianribo	PROPN	O	0			ritter-396
+
+1	NO	no	INTJ	O	0			ritter-397
+2	Saints	saints	PROPN	B	0		n.person	ritter-397
+3	R	r	VERB	I	2			ritter-397
+4	.	.	PUNCT	o	0			ritter-397
+5	Buch	buch	PROPN	I	3			ritter-397
+6	might	might	AUX	O	0			ritter-397
+7	come	come	VERB	B	0		v.motion	ritter-397
+8	back	back	ADV	I	7			ritter-397
+9	n	n	CONJ	O	0			ritter-397
+10	play	play	VERB	O	0		v.competition	ritter-397
+11	vs	vs	ADP	O	0			ritter-397
+12	Seahawks	seahawks	PROPN	O	0		n.group	ritter-397
+13	on	on	ADP	O	0			ritter-397
+14	Sunday	sunday	PROPN	O	0		n.time	ritter-397
+15	??	??	PUNCT	O	0			ritter-397
+
+1	Kfc	kfc	PROPN	O	0		n.group	ritter-398
+2	!	!	PUNCT	O	0			ritter-398
+3	my	my	PRON	O	0			ritter-398
+4	mom	mom	NOUN	O	0		n.person	ritter-398
+5	wuz	wuz	VERB	O	0		v.stative	ritter-398
+6	pushy	pushy	ADJ	O	0			ritter-398
+7	in	in	ADP	O	0			ritter-398
+8	there	there	ADV	O	0			ritter-398
+9	,	,	PUNCT	O	0			ritter-398
+10	damn	damn	INTJ	O	0			ritter-398
+11	~December*18th~	~december*18th~	PROPN	O	0		n.time	ritter-398
+
+1	@MrPregameShawty	@mrpregameshawty	PROPN	O	0			ritter-399
+2	Lol	lol	INTJ	O	0			ritter-399
+3	i	i	PRON	O	0			ritter-399
+4	be	be	AUX	O	0			ritter-399
+5	trippin	trippin	VERB	O	0		v.emotion	ritter-399
+6	when	when	ADV	O	0			ritter-399
+7	i	i	PRON	O	0			ritter-399
+8	get	get	VERB	O	0		v.change	ritter-399
+9	bored	bored	ADJ	O	0			ritter-399
+10	!	!	PUNCT	O	0			ritter-399
+
+1	I	i	PRON	O	0			ritter-400
+2	do	do	AUX	O	0			ritter-400
+3	hope	hope	VERB	O	0		v.emotion	ritter-400
+4	we	we	PRON	O	0			ritter-400
+5	beat	beat	VERB	O	0		v.competition	ritter-400
+6	the	the	DET	O	0			ritter-400
+7	wanderers	wanderers	PROPN	O	0		n.group	ritter-400
+8	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-400
+9	#coys	#coys	X	O	0			ritter-400
+
+1	Fabulous	fabulous	ADJ	O	0			ritter-401
+2	day	day	NOUN	O	0		n.state	ritter-401
+3	on	on	ADP	O	0			ritter-401
+4	the	the	DET	O	0			ritter-401
+5	Surf	surf	PROPN	B	0		n.location	ritter-401
+6	Coast	coast	PROPN	I	5			ritter-401
+7	http://twitpic.com/38c0c6	http://twitpic.com/38c0c6	X	O	0			ritter-401
+
+1	yayi	yayi	PRON	O	0			ritter-402
+2	dont	dont	VERB	O	0			ritter-402
+3	think	think	VERB	O	0		v.cognition	ritter-402
+4	today	today	NOUN	O	0		n.time	ritter-402
+5	can	can	AUX	O	0			ritter-402
+6	get	get	VERB	O	0		v.change	ritter-402
+7	any	any	DET	O	0			ritter-402
+8	better	better	ADJ	O	0			ritter-402
+9	@planetjedward	@planetjedward	PROPN	O	0		n.communication	ritter-402
+10	and	and	CONJ	O	0			ritter-402
+11	@thewantedmusic	@thewantedmusic	PROPN	O	0		n.communication	ritter-402
+12	on	on	ADP	O	0			ritter-402
+13	my	my	PRON	O	0			ritter-402
+14	tv	tv	NOUN	O	0		n.artifact	ritter-402
+15	:)	:)	INTJ	O	0			ritter-402
+16	aka	aka	VERB	O	0			ritter-402
+17	derek	derek	PROPN	O	0		n.person	ritter-402
+18	[	[	PUNCT	O	0			ritter-402
+19	Like	like	VERB	O	0		v.cognition	ritter-402
+20	it	it	PRON	O	0			ritter-402
+21	?	?	PUNCT	O	0			ritter-402
+22	http://bit.ly/9U3nrK	http://bit.ly/9u3nrk	X	O	0			ritter-402
+23	]	]	PUNCT	O	0			ritter-402
+
+1	Saying	say	VERB	O	0		v.communication	ritter-403
+2	"	"	PUNCT	O	0			ritter-403
+3	I	i	PRON	O	0			ritter-403
+4	'm	'm	AUX	O	0			ritter-403
+5	having	have	VERB	O	0		v.stative	ritter-403
+6	a	a	DET	O	0			ritter-403
+7	bad	bad	ADJ	O	0			ritter-403
+8	hair	hair	NOUN	O	0		n.body	ritter-403
+9	day	day	NOUN	O	0		n.state	ritter-403
+10	"	"	PUNCT	O	0			ritter-403
+11	is	be	VERB	O	0		v.stative	ritter-403
+12	a	a	DET	O	0			ritter-403
+13	huge	huge	ADJ	O	0			ritter-403
+14	understatement	understatement	NOUN	O	0		n.communication	ritter-403
+15	today	today	NOUN	O	0		n.time	ritter-403
+16	...	...	PUNCT	O	0			ritter-403
+17	I	i	PRON	O	0			ritter-403
+18	do	do	AUX	O	0			ritter-403
+19	n't	n't	ADV	O	0			ritter-403
+20	know	know	VERB	O	0		v.cognition	ritter-403
+21	if	if	ADP	O	0			ritter-403
+22	my	my	PRON	O	0			ritter-403
+23	hair	hair	NOUN	O	0		n.body	ritter-403
+24	has	have	AUX	O	0			ritter-403
+25	EVER	ever	ADV	O	0			ritter-403
+26	looked	look	VERB	O	0		v.perception	ritter-403
+27	this	this	DET	O	0			ritter-403
+28	disheveled	disheveled	ADJ	O	0			ritter-403
+29	!	!	PUNCT	O	0			ritter-403
+
+1	The	the	DET	O	0			ritter-404
+2	inevitability	inevitability	NOUN	O	0		n.attribute	ritter-404
+3	of	of	ADP	O	0			ritter-404
+4	ambivalence	ambivalence	NOUN	O	0		n.feeling	ritter-404
+5	--	--	PUNCT	O	0			ritter-404
+6	on	on	ADP	O	0			ritter-404
+7	my	my	PRON	O	0			ritter-404
+8	blog	blog	NOUN	O	0		n.communication	ritter-404
+9	,	,	PUNCT	O	0			ritter-404
+10	After	after	PROPN	O	0			ritter-404
+11	Psychotherapy	psychotherapy	PROPN	O	0		n.act	ritter-404
+12	.	.	PUNCT	O	0			ritter-404
+13	http://tiny.ly/isQV	http://tiny.ly/isqv	X	O	0			ritter-404
+
+1	Tonight	tonight	NOUN	O	0		n.time	ritter-405
+2	's	's	AUX	O	0			ritter-405
+3	episode	episode	NOUN	O	0		n.communication	ritter-405
+4	of	of	ADP	O	0			ritter-405
+5	Sym-Bionic	sym-bionic	PROPN	B	0		n.communication	ritter-405
+6	Titan	titan	PROPN	I	5			ritter-405
+7	was	be	VERB	O	0		v.stative	ritter-405
+8	ADORABLE	adorable	ADJ	O	0			ritter-405
+9	...	...	PUNCT	O	0			ritter-405
+
+1	WHY	why	ADV	O	0			ritter-406
+2	IS	be	VERB	O	0		v.stative	ritter-406
+3	TODAY	today	NOUN	O	0		n.time	ritter-406
+4	SO	so	ADV	O	0			ritter-406
+5	SLOW	slow	ADJ	O	0			ritter-406
+6	?!	?!	PUNCT	O	0			ritter-406
+7	O	o	INTJ	O	0			ritter-406
+8	.	.	INTJ	O	0			ritter-406
+9	o	o	INTJ	O	0			ritter-406
+
+1	omfg	omfg	INTJ	O	0			ritter-407
+2	there	there	DET	O	0			ritter-407
+3	was	be	VERB	O	0		v.stative	ritter-407
+4	a	a	DET	O	0			ritter-407
+5	pigeon	pigeon	NOUN	O	0		n.animal	ritter-407
+6	and	and	CONJ	O	0			ritter-407
+7	cockatoo	cockatoo	NOUN	O	0		n.animal	ritter-407
+8	on	on	ADP	O	0			ritter-407
+9	my	my	PRON	O	0			ritter-407
+10	bathroom	bathroom	NOUN	B	0		n.artifact	ritter-407
+11	window	window	NOUN	I	10			ritter-407
+12	sill	sill	NOUN	I	11			ritter-407
+13	outside	outside	ADP	O	0			ritter-407
+14	and	and	CONJ	O	0			ritter-407
+15	it	it	PRON	O	0			ritter-407
+16	scared	scare	VERB	O	0		v.emotion	ritter-407
+17	me	me	PRON	O	0			ritter-407
+18	when	when	ADV	O	0			ritter-407
+19	i	i	PRON	O	0			ritter-407
+20	showered	shower	VERB	O	0		v.body	ritter-407
+21	=(	=(	INTJ	O	0			ritter-407
+22	(	(	INTJ	O	0			ritter-407
+
+1	Sorry	sorry	INTJ	O	0			ritter-408
+2	but	but	CONJ	O	0			ritter-408
+3	if	if	ADP	O	0			ritter-408
+4	my	my	PRON	O	0			ritter-408
+5	baby	baby	NOUN	O	0		n.person	ritter-408
+6	is	be	AUX	O	0			ritter-408
+7	gonna	gonna	VERB	O	0			ritter-408
+8	sound	sound	VERB	O	0		v.perception	ritter-408
+9	that	that	ADV	O	0			ritter-408
+10	silly	silly	ADJ	O	0			ritter-408
+11	when	when	ADV	O	0			ritter-408
+12	reading	read	VERB	O	0		v.cognition	ritter-408
+13	at	at	ADP	O	0			ritter-408
+14	age	age	NOUN	O	0		n.attribute	ritter-408
+15	3	3	NUM	O	0			ritter-408
+16	then	then	ADP	O	0			ritter-408
+17	'll	'll	AUX	O	0			ritter-408
+18	take	take	VERB	B	0		v.stative	ritter-408
+19	my	my	PRON	o	0			ritter-408
+20	chances	chance	NOUN	I	18			ritter-408
+21	__AND__	__and__	CONJ	O	0			ritter-408
+22	wait	wait	VERB	O	0		v.stative	ritter-408
+23	till	till	ADP	O	0			ritter-408
+24	they	they	PRON	O	0			ritter-408
+25	're	're	VERB	O	0		v.stative	ritter-408
+26	6	6	NUM	O	0			ritter-408
+27	.	.	PUNCT	O	0			ritter-408
+28	#yourbabycanread	#yourbabycanread	X	O	0			ritter-408
+
+1	@_liinds	@_liinds	PROPN	O	0			ritter-409
+2	yehhh	yehhh	INTJ	O	0			ritter-409
+3	!	!	PUNCT	O	0			ritter-409
+4	i	i	PRON	O	0			ritter-409
+5	thinkk	thinkk	VERB	O	0		v.cognition	ritter-409
+6	i	i	PRON	O	0			ritter-409
+7	got	get	VERB	O	0		v.cognition	ritter-409
+8	it	it	PRON	O	0			ritter-409
+9	(	(	INTJ	O	0			ritter-409
+10	:	:	INTJ	O	0			ritter-409
+11	the	the	DET	O	0			ritter-409
+12	guy	guy	NOUN	O	0		n.person	ritter-409
+13	told	tell	VERB	O	0		v.communication	ritter-409
+14	me	me	PRON	O	0			ritter-409
+15	'll	'll	AUX	O	0			ritter-409
+16	call	call	VERB	O	0		v.communication	ritter-409
+17	me	me	PRON	O	0			ritter-409
+18	when	when	ADV	O	0			ritter-409
+19	he	he	PRON	O	0			ritter-409
+20	gets	get	VERB	O	0		v.change	ritter-409
+21	my	my	PRON	O	0			ritter-409
+22	application	application	NOUN	O	0		n.communication	ritter-409
+23	to	to	PART	O	0			ritter-409
+24	the	the	DET	O	0			ritter-409
+25	person	person	NOUN	O	0		n.person	ritter-409
+26	!	!	PUNCT	O	0			ritter-409
+27	its	its	PRON	O	0			ritter-409
+28	the	the	DET	O	0			ritter-409
+29	one	one	NOUN	O	0		n.quantity	ritter-409
+30	in	in	ADP	O	0			ritter-409
+31	herold	herold	PROPN	B	0		n.location	ritter-409
+32	square	square	PROPN	I	31			ritter-409
+33	!	!	PUNCT	O	0			ritter-409
+
+1	Got	get	VERB	O	0		v.possession	ritter-410
+2	the	the	DET	O	0			ritter-410
+3	stuff	stuff	NOUN	O	0		n.substance	ritter-410
+4	to	to	PART	O	0			ritter-410
+5	make	make	VERB	O	0		v.creation	ritter-410
+6	egg	egg	NOUN	B	0		n.food	ritter-410
+7	rolls	roll	NOUN	I	6			ritter-410
+8	for	for	ADP	O	0			ritter-410
+9	work	work	NOUN	O	0		n.act	ritter-410
+10	monday	monday	PROPN	O	0		n.time	ritter-410
+
+1	@Royalsbf	@royalsbf	PROPN	O	0			ritter-411
+2	Steve	steve	PROPN	O	0		n.person	ritter-411
+3	...	...	PUNCT	O	0			ritter-411
+4	hello	hello	INTJ	O	0			ritter-411
+5	,	,	PUNCT	O	0			ritter-411
+6	how	how	ADV	O	0			ritter-411
+7	are	be	VERB	O	0		v.stative	ritter-411
+8	you	you	PRON	O	0			ritter-411
+9	?	?	PUNCT	O	0			ritter-411
+10	All	all	DET	O	0			ritter-411
+11	the	the	DET	O	0			ritter-411
+12	gals	gal	NOUN	O	0		n.person	ritter-411
+13	are	be	VERB	O	0		v.stative	ritter-411
+14	here	here	ADV	O	0			ritter-411
+15	tonight	tonight	NOUN	O	0		n.time	ritter-411
+
+1	#eritrea	#eritrea	NOUN	O	0			ritter-412
+2	Top	top	ADJ	O	0			ritter-412
+3	amateurs	amateur	NOUN	O	0		n.person	ritter-412
+4	in	in	ADP	O	0			ritter-412
+5	North	north	PROPN	B	0		n.location	ritter-412
+6	Rift	rift	PROPN	I	5			ritter-412
+7	for	for	ADP	O	0			ritter-412
+8	Manchester	manchester	PROPN	B	0		n.artifact	ritter-412
+9	Salver	salver	PROPN	I	8			ritter-412
+10	:	:	PUNCT	O	0			ritter-412
+11	After	after	ADP	O	0			ritter-412
+12	failing	fail	VERB	O	0		v.change	ritter-412
+13	to	to	PART	O	0			ritter-412
+14	recapture	recapture	VERB	O	0		v.creation	ritter-412
+15	the	the	DET	O	0			ritter-412
+16	East	east	PROPN	B	0		n.location	ritter-412
+17	Africa	africa	PROPN	I	16			ritter-412
+18	Chal	chal	PROPN	O	0			ritter-412
+19	...	...	PUNCT	O	0			ritter-412
+20	http://bit.ly/9HIJAp	http://bit.ly/9hijap	X	O	0			ritter-412
+21	#news	#news	NOUN	O	0			ritter-412
+
+1	@UrbanDecay411	@urbandecay411	PROPN	O	0			ritter-413
+2	so	so	ADV	O	0			ritter-413
+3	stoked	stoked	ADJ	O	0			ritter-413
+4	got	get	VERB	O	0		v.possession	ritter-413
+5	some	some	DET	O	0			ritter-413
+6	lip	lip	NOUN	B	0		n.artifact	ritter-413
+7	junkie	junkie	NOUN	I	6			ritter-413
+8	in	in	ADP	O	0			ritter-413
+9	heavy	heavy	ADJ	O	0			ritter-413
+10	__AND__	__and__	CONJ	O	0			ritter-413
+11	am	be	AUX	O	0			ritter-413
+12	picking	pick	VERB	O	0		v.possession	ritter-413
+13	my	my	PRON	O	0			ritter-413
+14	book	book	NOUN	B	0		n.artifact	ritter-413
+15	of	of	ADP	I	14			ritter-413
+16	shadows	shadow	NOUN	I	15			ritter-413
+17	II	ii	ADV	I	16			ritter-413
+18	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-413
+19	!	!	PUNCT	O	0			ritter-413
+20	So	so	ADV	O	0			ritter-413
+21	stoked	stoke	VERB	O	0		v.emotion	ritter-413
+22	!	!	PUNCT	O	0			ritter-413
+23	:D	:d	INTJ	O	0			ritter-413
+
+1	@InuBoA_Kwon	@inuboa_kwon	PROPN	O	0			ritter-414
+2	i	i	PRON	O	0			ritter-414
+3	told	tell	VERB	O	0		v.communication	ritter-414
+4	her	her	PRON	O	0			ritter-414
+5	you	you	PRON	O	0			ritter-414
+6	r	r	VERB	O	0		v.stative	ritter-414
+7	very	very	ADV	O	0			ritter-414
+8	lucky	lucky	ADJ	O	0			ritter-414
+9	to	to	PART	O	0			ritter-414
+10	know	know	VERB	O	0		v.cognition	ritter-414
+11	me	me	PRON	O	0			ritter-414
+12	in	in	ADP	O	0			ritter-414
+13	past	past	ADJ	O	0			ritter-414
+14	year	year	NOUN	O	0		n.time	ritter-414
+15	ago	ago	ADV	O	0			ritter-414
+16	.	.	PUNCT	O	0			ritter-414
+17	i	i	PRON	O	0			ritter-414
+18	had	have	VERB	O	0		v.stative	ritter-414
+19	1	1	NUM	O	0			ritter-414
+20	mention	mention	NOUN	O	0		n.communication	ritter-414
+21	from	from	ADP	O	0			ritter-414
+22	my	my	PRON	O	0			ritter-414
+23	fans	fan	NOUN	O	0		n.person	ritter-414
+24	she	she	PRON	O	0			ritter-414
+25	said	say	VERB	O	0		v.communication	ritter-414
+26	i	i	PRON	O	0			ritter-414
+27	same	same	ADJ	O	0			ritter-414
+28	characters	character	NOUN	O	0		n.attribute	ritter-414
+29	as	as	ADP	O	0			ritter-414
+30	@BoA_1105	@boa_1105	PROPN	O	0		n.person	ritter-414
+
+1	RT	rt	X	O	0			ritter-415
+2	@cstatus	@cstatus	PROPN	O	0			ritter-415
+3	:	:	PUNCT	O	0			ritter-415
+4	pet	pet	NOUN	B	0		n.feeling	ritter-415
+5	peeve	peeve	NOUN	I	4			ritter-415
+6	when	when	ADV	O	0			ritter-415
+7	niggas	nigga	NOUN	O	0		n.person	ritter-415
+8	do	do	AUX	O	0			ritter-415
+9	n't	n't	ADV	O	0			ritter-415
+10	tag	tag	VERB	O	0		v.communication	ritter-415
+11	albums	album	NOUN	O	0		n.communication	ritter-415
+12	right	right	ADV	O	0			ritter-415
+13	...	...	PUNCT	O	0			ritter-415
+14	lowercase	lowercase	ADJ	O	0			ritter-415
+15	track	track	NOUN	B	0		n.communication	ritter-415
+16	names	names	NOUN	I	15			ritter-415
+17	and	and	CONJ	B	0			ritter-415
+18	shit	shit	NOUN	I	17			ritter-415
+
+1	@WriteRCastle	@writercastle	PROPN	O	0			ritter-416
+2	So	so	INTJ	O	0			ritter-416
+3	,	,	PUNCT	O	0			ritter-416
+4	when	when	ADV	O	0			ritter-416
+5	do	do	AUX	O	0			ritter-416
+6	you	you	PRON	O	0			ritter-416
+7	start	start	VERB	O	0		v.change	ritter-416
+8	the	the	DET	O	0			ritter-416
+9	next	next	ADJ	O	0			ritter-416
+10	book	book	NOUN	O	0		n.communication	ritter-416
+11	?	?	PUNCT	O	0			ritter-416
+12	Surely	surely	ADV	O	0			ritter-416
+13	you	you	PRON	O	0			ritter-416
+14	want	want	VERB	O	0		v.emotion	ritter-416
+15	another	another	DET	O	0			ritter-416
+16	bestseller	bestseller	NOUN	O	0		n.communication	ritter-416
+17	next	next	ADJ	O	0			ritter-416
+18	year	year	NOUN	O	0		n.time	ritter-416
+19	!	!	PUNCT	O	0			ritter-416
+
+1	Next	next	ADJ	O	0			ritter-417
+2	time	time	NOUN	O	0		n.event	ritter-417
+3	:	:	PUNCT	O	0			ritter-417
+4	cocktails	cocktail	NOUN	O	0		n.food	ritter-417
+5	.	.	PUNCT	O	0			ritter-417
+6	Yes	yes	INTJ	O	0			ritter-417
+7	.	.	PUNCT	O	0			ritter-417
+8	Need	need	AUX	O	0			ritter-417
+9	to	to	PART	O	0			ritter-417
+10	get	get	VERB	B	0		v.change	ritter-417
+11	tolerance	tolerance	NOUN	o	0		n.attribute	ritter-417
+12	up	up	PART	I	10			ritter-417
+13	again	again	ADV	O	0			ritter-417
+14	.	.	PUNCT	O	0			ritter-417
+15	I	i	PRON	O	0			ritter-417
+16	have	have	VERB	O	0		v.possession	ritter-417
+17	none	none	NOUN	O	0		n.attribute	ritter-417
+18	.	.	PUNCT	O	0			ritter-417
+19	(	(	PUNCT	O	0			ritter-417
+20	hills	hills	PROPN	O	0		n.location	ritter-417
+21	-	-	PUNCT	O	0			ritter-417
+22	on	on	ADP	O	0			ritter-417
+23	own	own	ADJ	O	0			ritter-417
+24	-	-	PUNCT	O	0			ritter-417
+25	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-417
+26	...	...	PUNCT	O	0			ritter-417
+27	'll	'll	AUX	O	0			ritter-417
+28	be	be	VERB	O	0		v.stative	ritter-417
+29	interesting	interesting	ADJ	O	0			ritter-417
+30	.	.	PUNCT	O	0			ritter-417
+31	)	)	PUNCT	O	0			ritter-417
+
+1	I	i	PRON	O	0			ritter-418
+2	hate	hate	VERB	O	0		v.emotion	ritter-418
+3	when	when	ADV	O	0			ritter-418
+4	people	people	NOUN	O	0		n.person	ritter-418
+5	do	do	VERB	O	0		v.social	ritter-418
+6	shit	shit	NOUN	O	0		n.act	ritter-418
+7	like	like	ADP	O	0			ritter-418
+8	that	that	DET	O	0			ritter-418
+
+1	2	2	NUM	O	0			ritter-419
+2	days	days	NOUN	O	0		n.time	ritter-419
+3	til	til	ADP	O	0			ritter-419
+4	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+5	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+6	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+7	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+8	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+9	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+10	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+11	#houseofmirrors	#houseofmirrors	NOUN	O	0		n.communication	ritter-419
+12	!	!	PUNCT	O	0			ritter-419
+
+1	@GuardWifeL	@guardwifel	PROPN	O	0			ritter-420
+2	@TiffanyGreen48	@tiffanygreen48	PROPN	O	0		n.person	ritter-420
+3	I	i	PRON	O	0			ritter-420
+4	've	've	AUX	O	0			ritter-420
+5	already	already	ADV	O	0			ritter-420
+6	#ff'ed	#ff'ed	VERB	O	0		v.social	ritter-420
+7	her	her	PRON	O	0			ritter-420
+8	she	she	PRON	O	0			ritter-420
+9	's	's	VERB	O	0		v.stative	ritter-420
+10	not	not	ADV	O	0			ritter-420
+11	worthy	worthy	ADJ	O	0			ritter-420
+12	of	of	ADP	O	0			ritter-420
+13	two	two	NUM	O	0			ritter-420
+14	in	in	ADP	O	0			ritter-420
+15	one	one	NUM	O	0			ritter-420
+16	day	day	NOUN	O	0		n.time	ritter-420
+17	!	!	PUNCT	O	0			ritter-420
+18	Lol	lol	INTJ	O	0			ritter-420
+
+1	@ginamak	@ginamak	PROPN	O	0			ritter-421
+2	I	i	PRON	O	0			ritter-421
+3	've	've	AUX	O	0			ritter-421
+4	had	have	VERB	O	0		v.consumption	ritter-421
+5	what	what	PRON	O	0			ritter-421
+6	was	be	VERB	O	0		v.stative	ritter-421
+7	purportedly	purportedly	ADV	O	0			ritter-421
+8	Chicago-style	chicago-style	ADJ	B	0		n.food	ritter-421
+9	thin	thin	ADJ	I	8			ritter-421
+10	crust	crust	NOUN	I	9			ritter-421
+11	from	from	ADP	O	0			ritter-421
+12	a	a	DET	O	0			ritter-421
+13	pizzeria	pizzeria	NOUN	O	0		n.artifact	ritter-421
+14	in	in	ADP	O	0			ritter-421
+15	this	this	DET	O	0			ritter-421
+16	area	area	NOUN	O	0		n.location	ritter-421
+17	before	before	ADV	O	0			ritter-421
+18	.	.	PUNCT	O	0			ritter-421
+19	It	it	PRON	O	0			ritter-421
+20	was	be	VERB	O	0		v.stative	ritter-421
+21	very	very	ADV	O	0			ritter-421
+22	tasty	tasty	ADJ	O	0			ritter-421
+23	,	,	PUNCT	O	0			ritter-421
+24	but	but	CONJ	O	0			ritter-421
+25	the	the	DET	O	0			ritter-421
+26	...	...	PUNCT	O	0			ritter-421
+
+1	#oneofmyfollowers	#oneofmyfollowers	NOUN	O	0		n.person	ritter-422
+2	has	have	VERB	O	0		v.possession	ritter-422
+3	the	the	DET	O	0			ritter-422
+4	hoodie	hoodie	NOUN	O	0		n.artifact	ritter-422
+5	I	i	PRON	O	0			ritter-422
+6	wanna	wanna	VERB	O	0			ritter-422
+7	wear	wear	VERB	O	0		v.body	ritter-422
+8	tonite	tonite	NOUN	O	0		n.time	ritter-422
+9	.	.	PUNCT	O	0			ritter-422
+10	#ohwell	#ohwell	X	O	0			ritter-422
+
+1	@Team_Panic	@team_panic	PROPN	O	0			ritter-423
+2	omg	omg	INTJ	O	0			ritter-423
+3	,	,	PUNCT	O	0			ritter-423
+4	i	i	PRON	O	0			ritter-423
+5	wish	wish	VERB	O	0		v.emotion	ritter-423
+6	i	i	PRON	O	0			ritter-423
+7	got	get	VERB	O	0		v.change	ritter-423
+8	paid	pay	VERB	O	0		v.possession	ritter-423
+9	to	to	PART	O	0			ritter-423
+10	freak	freak	VERB	B	0		v.emotion	ritter-423
+11	people	people	NOUN	o	0		n.person	ritter-423
+12	out	out	PART	I	10			ritter-423
+13	.	.	PUNCT	O	0			ritter-423
+14	it	it	PRON	O	0			ritter-423
+15	's	's	VERB	O	0		v.stative	ritter-423
+16	so	so	ADV	O	0			ritter-423
+17	funny	funny	ADJ	O	0			ritter-423
+18	when	when	ADV	O	0			ritter-423
+19	they	they	PRON	O	0			ritter-423
+20	think	think	VERB	O	0		v.cognition	ritter-423
+21	you'r	you'r	PRON	O	0			ritter-423
+22	serious	serious	ADJ	O	0			ritter-423
+23	.	.	PUNCT	O	0			ritter-423
+24	noobs	noobs	NOUN	O	0		n.person	ritter-423
+25	.	.	PUNCT	O	0			ritter-423
+
+1	Polling	polling	NOUN	O	0		n.act	ritter-424
+2	ends	end	VERB	O	0		v.stative	ritter-424
+3	in	in	ADP	O	0			ritter-424
+4	Bihar	bihar	PROPN	O	0		n.location	ritter-424
+5	today	today	NOUN	O	0		n.time	ritter-424
+6	,	,	PUNCT	O	0			ritter-424
+7	counting	counting	NOUN	O	0		n.act	ritter-424
+8	on	on	ADP	O	0			ritter-424
+9	November	november	PROPN	O	0		n.time	ritter-424
+10	24	24	NUM	O	0			ritter-424
+11	http://toi.in/ujtwya	http://toi.in/ujtwya	X	O	0			ritter-424
+
+1	@JoeyImageDotCom	@joeyimagedotcom	PROPN	O	0			ritter-425
+2	black	black	NOUN	B	0		n.event	ritter-425
+3	friday	friday	NOUN	I	2			ritter-425
+4	i	i	PRON	O	0			ritter-425
+5	work	work	VERB	O	0		v.stative	ritter-425
+6	2-11	2-11	ADJ	O	0			ritter-425
+7	not	not	ADV	O	0			ritter-425
+8	too	too	ADV	O	0			ritter-425
+9	bad	bad	ADJ	O	0			ritter-425
+10	lol	lol	INTJ	O	0			ritter-425
+
+1	@TooSavii4tv	@toosavii4tv	PROPN	O	0			ritter-426
+2	alright	alright	INTJ	O	0			ritter-426
+3	bro	bro	INTJ	O	0			ritter-426
+4	unc	unc	PROPN	O	0		n.person	ritter-426
+5	said	say	VERB	O	0		v.communication	ritter-426
+6	he	he	PRON	O	0			ritter-426
+7	do	do	AUX	O	0			ritter-426
+8	n't	n't	ADV	O	0			ritter-426
+9	what	what	PRON	O	0			ritter-426
+10	time	time	NOUN	O	0		n.time	ritter-426
+11	he	he	PRON	O	0			ritter-426
+12	gonna	gonna	VERB	O	0			ritter-426
+13	get	get	VERB	O	0		v.motion	ritter-426
+14	there	there	ADV	O	0			ritter-426
+15	but	but	CONJ	O	0			ritter-426
+16	just	just	ADV	O	0			ritter-426
+17	stay	stay	VERB	O	0		v.stative	ritter-426
+18	cus	cus	ADP	O	0			ritter-426
+19	he	he	PRON	O	0			ritter-426
+20	's	's	AUX	O	0			ritter-426
+21	gonna	gonna	VERB	O	0			ritter-426
+22	cum	cum	VERB	O	0		v.motion	ritter-426
+
+1	@Kristi_Taylor	@kristi_taylor	PROPN	O	0			ritter-427
+2	Going	go	VERB	O	0		v.motion	ritter-427
+3	to	to	PART	O	0			ritter-427
+4	Windsor	windsor	PROPN	O	0		n.location	ritter-427
+5	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-427
+6	.	.	PUNCT	O	0			ritter-427
+7	Are	be	VERB	O	0		v.stative	ritter-427
+8	you	you	PRON	O	0			ritter-427
+9	free	free	ADJ	O	0			ritter-427
+10	on	on	ADP	O	0			ritter-427
+11	Sunday	sunday	PROPN	O	0		n.time	ritter-427
+12	?	?	PUNCT	O	0			ritter-427
+
+1	RT	rt	X	O	0			ritter-428
+2	@michael_schlact	@michael_schlact	PROPN	O	0			ritter-428
+3	:	:	PUNCT	O	0			ritter-428
+4	"	"	PUNCT	O	0			ritter-428
+5	Nobody	nobody	NOUN	O	0			ritter-428
+6	can	can	AUX	O	0			ritter-428
+7	go	go	VERB	O	0		v.motion	ritter-428
+8	back	back	ADV	O	0			ritter-428
+9	and	and	CONJ	O	0			ritter-428
+10	start	start	VERB	O	0		v.change	ritter-428
+11	a	a	DET	O	0			ritter-428
+12	new	new	ADJ	O	0			ritter-428
+13	beginning	beginning	NOUN	O	0		n.event	ritter-428
+14	,	,	PUNCT	O	0			ritter-428
+15	but	but	CONJ	O	0			ritter-428
+16	anyone	anyone	NOUN	O	0			ritter-428
+17	can	can	AUX	O	0			ritter-428
+18	start	start	VERB	O	0		v.change	ritter-428
+19	today	today	NOUN	O	0		n.time	ritter-428
+20	and	and	CONJ	O	0			ritter-428
+21	make	make	VERB	O	0		v.creation	ritter-428
+22	a	a	DET	O	0			ritter-428
+23	new	new	ADJ	O	0			ritter-428
+24	ending	ending	NOUN	O	0		n.event	ritter-428
+25	."	."	PUNCT	O	0			ritter-428
+
+1	@BeeeestDJ	@beeeestdj	PROPN	O	0			ritter-429
+2	it	it	PRON	O	0			ritter-429
+3	seems	seem	VERB	O	0		v.perception	ritter-429
+4	like	like	ADP	O	0			ritter-429
+5	i	i	PRON	O	0			ritter-429
+6	gotta	gotta	VERB	O	0			ritter-429
+7	ignore	ignore	VERB	O	0		v.perception	ritter-429
+8	you	you	PRON	O	0			ritter-429
+9	for	for	ADP	O	0			ritter-429
+10	a	a	DET	O	0			ritter-429
+11	whole	whole	ADJ	O	0			ritter-429
+12	week	week	NOUN	O	0		n.time	ritter-429
+13	.	.	PUNCT	O	0			ritter-429
+14	-	-	INTJ	O	0			ritter-429
+15	,	,	INTJ	O	0			ritter-429
+16	-	-	INTJ	O	0			ritter-429
+17	blame	blame	VERB	O	0		v.cognition	ritter-429
+18	yerself	yerself	PRON	O	0			ritter-429
+19	for	for	ADP	O	0			ritter-429
+20	being	be	VERB	O	0		v.stative	ritter-429
+21	cheesy	cheesy	ADJ	O	0			ritter-429
+22	.	.	PUNCT	O	0			ritter-429
+
+1	Bday	bday	NOUN	B	0		n.event	ritter-430
+2	party	party	NOUN	I	1			ritter-430
+3	for	for	ADP	O	0			ritter-430
+4	@SILVRSCREENSTAR	@silvrscreenstar	PROPN	O	0		n.person	ritter-430
+5	then	then	ADP	O	0			ritter-430
+6	hp6	hp6	PROPN	O	0		n.communication	ritter-430
+7	with	with	ADP	O	0			ritter-430
+8	my	my	PRON	O	0			ritter-430
+9	girls	girl	NOUN	O	0		n.person	ritter-430
+10	to	to	PART	O	0			ritter-430
+11	get	get	VERB	B	0		v.change	ritter-430
+12	ready	ready	ADJ	I	11			ritter-430
+13	for	for	ADP	O	0			ritter-430
+14	Sunday	sunday	PROPN	O	0		n.time	ritter-430
+15	!!	!!	PUNCT	O	0			ritter-430
+
+1	RT	rt	X	O	0			ritter-431
+2	@keytaeonjongmin	@keytaeonjongmin	PROPN	O	0			ritter-431
+3	:	:	PUNCT	O	0			ritter-431
+4	@KPOPSHINee	@kpopshinee	PROPN	O	0			ritter-431
+5	sharing	share	VERB	O	0		v.social	ritter-431
+6	a	a	DET	O	0			ritter-431
+7	room	room	NOUN	O	0		n.artifact	ritter-431
+8	with	with	ADP	O	0			ritter-431
+9	onew	onew	PROPN	O	0		n.person	ritter-431
+10	.	.	PUNCT	O	0			ritter-431
+11	so	so	ADV	O	0			ritter-431
+12	i	i	PRON	O	0			ritter-431
+13	can	can	AUX	O	0			ritter-431
+14	see	see	VERB	O	0		v.social	ritter-431
+15	him	him	PRON	O	0			ritter-431
+16	evertime/day	evertime/day	NOUN	O	0		n.time	ritter-431
+17	__AND__	__and__	CONJ	O	0			ritter-431
+18	so	so	ADV	O	0			ritter-431
+19	that	that	ADP	O	0			ritter-431
+20	we	we	PRON	O	0			ritter-431
+21	can	can	AUX	O	0			ritter-431
+22	be	be	VERB	O	0		v.stative	ritter-431
+23	more	more	ADV	O	0			ritter-431
+24	closer	closer	ADV	O	0			ritter-431
+25	keke	keke	INTJ	O	0			ritter-431
+26	^^	^^	INTJ	O	0			ritter-431
+
+1	@iHeartHummelToo	@ihearthummeltoo	PROPN	O	0			ritter-432
+2	yeah	yeah	INTJ	O	0			ritter-432
+3	!	!	PUNCT	O	0			ritter-432
+4	I	i	PRON	O	0			ritter-432
+5	've	've	AUX	O	0			ritter-432
+6	never	never	ADV	O	0			ritter-432
+7	noticed	notice	VERB	O	0		v.perception	ritter-432
+8	it	it	PRON	O	0			ritter-432
+9	before	before	ADP	O	0			ritter-432
+10	,	,	PUNCT	O	0			ritter-432
+11	I	i	PRON	O	0			ritter-432
+12	'm	'm	VERB	O	0		v.stative	ritter-432
+13	sure	sure	ADJ	O	0			ritter-432
+14	it	it	PRON	O	0			ritter-432
+15	must	must	AUX	O	0			ritter-432
+16	be	be	VERB	O	0		v.stative	ritter-432
+17	new	new	ADJ	O	0			ritter-432
+18	:/	:/	INTJ	O	0			ritter-432
+
+1	Hanging	hang	VERB	B	0		v.social	ritter-433
+2	out	out	PART	I	1			ritter-433
+3	with	with	ADP	O	0			ritter-433
+4	drama	drama	PROPN	O	0		n.person	ritter-433
+5	tonight	tonight	NOUN	O	0		n.time	ritter-433
+6	to	to	PART	O	0			ritter-433
+7	check	check	VERB	B	0		v.perception	ritter-433
+8	out	out	PART	I	7			ritter-433
+9	his	his	PRON	O	0			ritter-433
+10	calves	calf	NOUN	O	0		n.body	ritter-433
+
+1	@Demi_Louis	@demi_louis	PROPN	O	0			ritter-434
+2	awwwwwwww	awwwwwwww	INTJ	O	0			ritter-434
+3	go	go	VERB	O	0		v.motion	ritter-434
+4	son	son	NOUN	O	0		n.person	ritter-434
+5	momma	momma	NOUN	O	0		n.person	ritter-434
+6	loves	love	VERB	O	0		v.emotion	ritter-434
+7	you	you	PRON	O	0			ritter-434
+8	since	since	ADP	O	0			ritter-434
+9	the	the	DET	O	0			ritter-434
+10	day	day	NOUN	O	0		n.time	ritter-434
+11	you	you	PRON	O	0			ritter-434
+12	were	be	AUX	O	0			ritter-434
+13	born	bear	VERB	O	0		v.body	ritter-434
+14	:)	:)	INTJ	O	0			ritter-434
+15	#MOMMATWEET	#mommatweet	NOUN	O	0		n.communication	ritter-434
+
+1	Pretty	pretty	ADV	O	0			ritter-435
+2	disappointed	disappoint	VERB	O	0		v.emotion	ritter-435
+3	in	in	ADP	O	0			ritter-435
+4	the	the	DET	O	0			ritter-435
+5	brothers	brother	NOUN	O	0		n.person	ritter-435
+6	tonight	tonight	NOUN	O	0		n.time	ritter-435
+7	...	...	PUNCT	O	0			ritter-435
+8	1	1	NUM	O	0			ritter-435
+9	.	.	PUNCT	O	0			ritter-435
+10	We	we	PRON	O	0			ritter-435
+11	lost	lose	VERB	O	0		v.competition	ritter-435
+12	jeopardy	jeopardy	NOUN	O	0		n.act	ritter-435
+13	and	and	CONJ	O	0			ritter-435
+14	2	2	NUM	O	0			ritter-435
+15	.	.	PUNCT	O	0			ritter-435
+16	they	they	PRON	O	0			ritter-435
+17	're	're	AUX	O	0			ritter-435
+18	pissing	piss	VERB	B	0		v.emotion	ritter-435
+19	me	me	PRON	o	0			ritter-435
+20	off	off	PART	I	18			ritter-435
+21	more	more	ADV	O	0			ritter-435
+22	and	and	CONJ	O	0			ritter-435
+23	more	more	ADV	O	0			ritter-435
+24	each	each	DET	O	0			ritter-435
+25	day	day	NOUN	O	0		n.time	ritter-435
+26	.	.	PUNCT	O	0			ritter-435
+
+1	@defpenradio	@defpenradio	PROPN	O	0			ritter-436
+2	@boomkack	@boomkack	PROPN	O	0			ritter-436
+3	@ladygaga	@ladygaga	PROPN	O	0			ritter-436
+4	We	we	PRON	O	0			ritter-436
+5	've	've	AUX	O	0			ritter-436
+6	beeb	beeb	VERB	O	0			ritter-436
+7	waiting	wait	VERB	O	0		v.stative	ritter-436
+8	enthusiastically	enthusiastically	ADV	O	0			ritter-436
+9	for	for	ADP	O	0			ritter-436
+10	half	half	ADJ	O	0			ritter-436
+11	a	a	DET	O	0			ritter-436
+12	year	year	NOUN	O	0		n.time	ritter-436
+13	.	.	PUNCT	O	0			ritter-436
+14	I	i	PRON	O	0			ritter-436
+15	think	think	VERB	O	0		v.cognition	ritter-436
+16	its	its	PRON	O	0			ritter-436
+17	about	about	ADP	O	0			ritter-436
+18	time	time	NOUN	O	0		n.time	ritter-436
+19	.	.	PUNCT	O	0			ritter-436
+20	We	we	PRON	O	0			ritter-436
+21	're	're	AUX	O	0			ritter-436
+22	dying	die	VERB	O	0		v.emotion	ritter-436
+23	.	.	PUNCT	O	0			ritter-436
+24	#BornThisWay	#bornthisway	X	O	0			ritter-436
+
+1	:)	:)	INTJ	O	0			ritter-437
+2	RT	rt	X	O	0			ritter-437
+3	@ashtondoyle	@ashtondoyle	PROPN	O	0			ritter-437
+4	:	:	PUNCT	O	0			ritter-437
+5	I	i	PRON	O	0			ritter-437
+6	am	be	VERB	O	0		v.stative	ritter-437
+7	a	a	DET	O	0			ritter-437
+8	total	total	ADJ	O	0			ritter-437
+9	dork	dork	NOUN	O	0		n.attribute	ritter-437
+10	.	.	PUNCT	O	0			ritter-437
+11	But	but	CONJ	O	0			ritter-437
+12	having	have	AUX	O	0			ritter-437
+13	Flipboard	flipboard	VERB	O	0			ritter-437
+14	up	up	ADP	O	0			ritter-437
+15	on	on	ADP	O	0			ritter-437
+16	my	my	PRON	O	0			ritter-437
+17	desk	desk	NOUN	O	0		n.artifact	ritter-437
+18	all	all	DET	O	0			ritter-437
+19	day	day	NOUN	O	0		n.time	ritter-437
+20	makes	make	VERB	O	0		v.change	ritter-437
+21	me	me	PRON	O	0			ritter-437
+22	happy	happy	ADJ	O	0			ritter-437
+23	.	.	PUNCT	O	0			ritter-437
+24	http://plixi.com/p/57934009	http://plixi.com/p/57934009	X	O	0			ritter-437
+
+1	plez	plez	VERB	O	0		v.communication	ritter-438
+2	check	check	VERB	O	0		v.cognition	ritter-438
+3	https://owensoto.wordpress.com/	https://owensoto.wordpress.com/	NOUN	O	0		n.communication	ritter-438
+4	(	(	PUNCT	O	0			ritter-438
+5	my	my	PRON	O	0			ritter-438
+6	blog	blog	NOUN	O	0		n.communication	ritter-438
+7	)	)	PUNCT	O	0			ritter-438
+8	__AND__	__and__	CONJ	O	0			ritter-438
+9	http://www.youtube.com/user/22Soto22?feature=mhum	http://www.youtube.com/user/22soto22?feature=mhum	X	O	0			ritter-438
+10	(	(	PUNCT	O	0			ritter-438
+11	my	my	PRON	O	0			ritter-438
+12	youtube	youtube	PROPN	B	0		n.communication	ritter-438
+13	channel	channel	NOUN	I	12			ritter-438
+14	)	)	PUNCT	O	0			ritter-438
+15	if	if	ADP	O	0			ritter-438
+16	u	u	PRON	O	0			ritter-438
+17	have	have	VERB	O	0		v.possession	ritter-438
+18	time	time	NOUN	O	0		n.attribute	ritter-438
+
+1	@RaqC	@raqc	PROPN	O	0			ritter-439
+2	fo	fo	INTJ	O	0			ritter-439
+3	shoooo	shoooo	INTJ	O	0			ritter-439
+4	!	!	PUNCT	O	0			ritter-439
+5	Jajaja	jajaja	INTJ	O	0			ritter-439
+6	luv	luv	VERB	O	0		v.emotion	ritter-439
+7	u	u	PRON	O	0			ritter-439
+8	girl	girl	NOUN	O	0		n.person	ritter-439
+9	.	.	PUNCT	O	0			ritter-439
+10	How	how	ADV	O	0			ritter-439
+11	was	be	VERB	O	0		v.stative	ritter-439
+12	your	your	PRON	O	0			ritter-439
+13	day	day	NOUN	O	0		n.time	ritter-439
+14	?	?	PUNCT	O	0			ritter-439
+
+1	RT	rt	X	O	0			ritter-440
+2	@mhking	@mhking	PROPN	O	0			ritter-440
+3	:	:	PUNCT	O	0			ritter-440
+4	Memphis	memphis	PROPN	B	0		n.person	ritter-440
+5	man	man	NOUN	I	4			ritter-440
+6	shoots	shoot	VERB	O	0		v.contact	ritter-440
+7	teen	teen	NOUN	O	0		n.person	ritter-440
+8	who	who	PRON	O	0			ritter-440
+9	refuses	refuse	VERB	O	0		v.communication	ritter-440
+10	to	to	PART	O	0			ritter-440
+11	pull	pull	VERB	O	0		v.contact	ritter-440
+12	up	up	PART	O	0			ritter-440
+13	saggy	saggy	NOUN	B	0		n.artifact	ritter-440
+14	pants	pants	NOUN	I	13			ritter-440
+15	http://t.co/wZ0LIUw	http://t.co/wz0liuw	X	O	0			ritter-440
+
+1	hates	hate	VERB	O	0		v.emotion	ritter-441
+2	it	it	PRON	O	0			ritter-441
+3	when	when	ADV	O	0			ritter-441
+4	people	people	NOUN	O	0		n.person	ritter-441
+5	untag	untag	VERB	O	0		v.communication	ritter-441
+6	there	there	PRON	O	0			ritter-441
+7	selfs	selfs	PRON	O	0			ritter-441
+8	from	from	ADP	O	0			ritter-441
+9	pictures	picture	NOUN	O	0		n.artifact	ritter-441
+10	that	that	ADP	O	0			ritter-441
+11	no	no	DET	B	0			ritter-441
+12	ones	one	NOUN	I	11			ritter-441
+13	even	even	ADV	O	0			ritter-441
+14	going	go	VERB	O	0			ritter-441
+15	to	to	PART	O	0			ritter-441
+16	look	look	VERB	O	0		v.perception	ritter-441
+17	at	at	ADP	O	0			ritter-441
+18	!	!	PUNCT	O	0			ritter-441
+19	-	-	INTJ	O	0			ritter-441
+20	.	.	INTJ	O	0			ritter-441
+21	-	-	INTJ	O	0			ritter-441
+22	@_Rhiann	@_rhiann	PROPN	O	0			ritter-441
+
+1	@Haworthinc	@haworthinc	PROPN	O	0			ritter-442
+2	Hey	hey	INTJ	O	0			ritter-442
+3	there	there	INTJ	O	0			ritter-442
+4	RP	rp	PROPN	O	0		n.person	ritter-442
+5	...	...	PUNCT	O	0			ritter-442
+6	Hope	hope	VERB	O	0		v.emotion	ritter-442
+7	you	you	PRON	O	0			ritter-442
+8	're	're	AUX	O	0			ritter-442
+9	having	have	VERB	O	0		v.stative	ritter-442
+10	a	a	DET	O	0			ritter-442
+11	great	great	ADJ	O	0			ritter-442
+12	Monday	monday	PROPN	O	0		n.time	ritter-442
+13	!...	!...	PUNCT	O	0			ritter-442
+14	JG	jg	PROPN	O	0		n.person	ritter-442
+
+1	A	a	DET	O	0			ritter-443
+2	NEW	new	ADJ	O	0			ritter-443
+3	Alcohol	alcohol	NOUN	B	0		n.food	ritter-443
+4	energy	energy	NOUN	I	3			ritter-443
+5	drink	drink	NOUN	I	4			ritter-443
+6	...	...	PUNCT	O	0			ritter-443
+7	which	which	DET	O	0			ritter-443
+8	may	may	AUX	O	0			ritter-443
+9	be	be	AUX	O	0			ritter-443
+10	banned	ban	VERB	O	0		v.change	ritter-443
+11	..	..	PUNCT	O	0			ritter-443
+12	because	because	ADP	O	0			ritter-443
+13	it	it	PRON	O	0			ritter-443
+14	causes	cause	VERB	O	0		v.creation	ritter-443
+15	problems	problem	NOUN	O	0		n.state	ritter-443
+16	among	among	ADP	O	0			ritter-443
+17	college	college	NOUN	B	0		n.person	ritter-443
+18	students	student	NOUN	I	17			ritter-443
+19	.	.	PUNCT	O	0			ritter-443
+
+1	Gonna	gonna	VERB	O	0			ritter-444
+2	start	start	VERB	O	0		v.change	ritter-444
+3	my	my	PRON	O	0			ritter-444
+4	gym	gym	NOUN	O	0		n.act	ritter-444
+5	back	back	ADV	O	0			ritter-444
+6	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-444
+7	!!	!!	PUNCT	O	0			ritter-444
+
+1	@TheMichaelSuper	@themichaelsuper	PROPN	O	0			ritter-445
+2	good	good	INTJ	O	0			ritter-445
+3	morning	morning	INTJ	O	0			ritter-445
+4	!	!	PUNCT	O	0			ritter-445
+5	How	how	ADV	O	0			ritter-445
+6	are	be	VERB	O	0		v.stative	ritter-445
+7	you	you	PRON	O	0			ritter-445
+8	today	today	NOUN	O	0		n.time	ritter-445
+9	?	?	PUNCT	O	0			ritter-445
+
+1	RT	rt	X	O	0			ritter-446
+2	@RestaurantsATL	@restaurantsatl	PROPN	O	0			ritter-446
+3	:	:	PUNCT	O	0			ritter-446
+4	It	it	PRON	O	0			ritter-446
+5	's	's	PART	O	0		v.stative	ritter-446
+6	National	national	PROPN	B	0		n.event	ritter-446
+7	Taco	taco	PROPN	I	6			ritter-446
+8	Day	day	PROPN	I	7			ritter-446
+9	.	.	PUNCT	O	0			ritter-446
+10	BOGO	bogo	PROPN	B	0		n.possession	ritter-446
+11	FREE	free	ADJ	I	10			ritter-446
+12	tacos	taco	NOUN	O	0		n.food	ritter-446
+13	at	at	ADP	O	0			ritter-446
+14	all	all	DET	O	0			ritter-446
+15	three	three	NUM	O	0			ritter-446
+16	Tin	tin	PROPN	B	0		n.group	ritter-446
+17	Lizzie	lizzie	PROPN	I	16			ritter-446
+18	's	's	PART	O	0			ritter-446
+19	locations	location	NOUN	O	0		n.location	ritter-446
+20	!	!	PUNCT	O	0			ritter-446
+21	http://ow.ly/2O5OA	http://ow.ly/2o5oa	X	O	0			ritter-446
+22	#Atlanta	#atlanta	NOUN	O	0		n.location	ritter-446
+23	(	(	PUNCT	O	0			ritter-446
+24	via	via	ADP	O	0			ritter-446
+25	@365At	@365at	PROPN	O	0			ritter-446
+26	...	...	PUNCT	O	0			ritter-446
+
+1	Do	do	AUX	O	0			ritter-447
+2	n't	n't	ADV	O	0			ritter-447
+3	miss	miss	VERB	B	0		v.stative	ritter-447
+4	out	out	PART	I	3			ritter-447
+5	on	on	ADP	O	0			ritter-447
+6	our	our	PRON	O	0			ritter-447
+7	Clearance	clearance	ADJ	B	0		n.event	ritter-447
+8	Blowout	blowout	ADJ	I	7			ritter-447
+9	Sale	sale	NOUN	I	8			ritter-447
+10	!	!	PUNCT	O	0			ritter-447
+11	LAST	last	ADJ	O	0			ritter-447
+12	DAY	day	NOUN	O	0		n.time	ritter-447
+13	for	for	ADP	O	0			ritter-447
+14	an	an	DET	O	0			ritter-447
+15	additional	additional	ADJ	O	0			ritter-447
+16	15%	15%	NOUN	O	0		n.quantity	ritter-447
+17	off	off	ADP	O	0			ritter-447
+18	on	on	ADP	O	0			ritter-447
+19	all	all	DET	O	0			ritter-447
+20	clearance	clearance	NOUN	B	0		n.artifact	ritter-447
+21	items	item	NOUN	I	20			ritter-447
+22	-	-	PUNCT	O	0			ritter-447
+23	Visit	visit	VERB	O	0		v.communication	ritter-447
+24	http://bit.ly/clr104	http://bit.ly/clr104	X	O	0			ritter-447
+
+1	matiin	matiin	PROPN	B	0		n.person	ritter-448
+2	lampu	lampu	PROPN	I	1			ritter-448
+3	,	,	PUNCT	O	0			ritter-448
+4	and	and	CONJ	O	0			ritter-448
+5	sleep	sleep	NOUN	O	0		n.state	ritter-448
+6	zz	zz	INTJ	O	0			ritter-448
+7	.	.	PUNCT	O	0			ritter-448
+8	nite	nite	INTJ	O	0			ritter-448
+9	world	world	INTJ	O	0			ritter-448
+10	!	!	PUNCT	O	0			ritter-448
+11	see	see	VERB	O	0		v.perception	ritter-448
+12	u	u	PRON	O	0			ritter-448
+13	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-448
+
+1	LOOP	loop	PROPN	B	0		n.group	ritter-449
+2	PRODUCTION	production	PROPN	I	1			ritter-449
+3	PRESENT	present	VERB	O	0		v.communication	ritter-449
+4	!!!	!!!	PUNCT	O	0			ritter-449
+5	**ROCKSTAR**THURSDAY	**rockstar**thursday	X	O	0			ritter-449
+6	7	7	NUM	O	0			ritter-449
+7	OCT	oct	PROPN	O	0		n.time	ritter-449
+8	2010	2010	NUM	O	0			ritter-449
+9	ONLY	only	ADV	O	0			ritter-449
+10	@	@	ADP	O	0			ritter-449
+11	EQUINOX	equinox	PROPN	O	0		n.group	ritter-449
+12	!!!!!!!	!!!!!!!	PUNCT	O	0			ritter-449
+13	INFO	info	NOUN	O	0		n.communication	ritter-449
+14	08176595105	08176595105	NUM	O	0			ritter-449
+15	http://yfrog.com/j7o94pj	http://yfrog.com/j7o94pj	X	O	0			ritter-449
+16	.	.	PUNCT	O	0			ritter-449
+
+1	I	i	PRON	O	0			ritter-450
+2	'm	'm	AUX	O	0			ritter-450
+3	stressed	stress	VERB	O	0		v.emotion	ritter-450
+4	at	at	ADP	O	0			ritter-450
+5	9am	9am	NUM	O	0			ritter-450
+6	,	,	PUNCT	O	0			ritter-450
+7	shopping	shop	VERB	O	0		v.possession	ritter-450
+8	on	on	ADP	O	0			ritter-450
+9	my	my	PRON	O	0			ritter-450
+10	lunch	lunch	NOUN	B	0		n.event	ritter-450
+11	break	break	NOUN	I	10			ritter-450
+12	.....	.....	PUNCT	O	0			ritter-450
+13	i	i	PRON	O	0			ritter-450
+14	ca	ca	AUX	O	0			ritter-450
+15	n't	n't	ADV	O	0			ritter-450
+16	deal	deal	VERB	O	0		v.cognition	ritter-450
+17	w/	w/	ADP	O	0			ritter-450
+18	this	this	DET	O	0			ritter-450
+19	shit	shit	NOUN	O	0		n.other	ritter-450
+20	today	today	NOUN	O	0		n.time	ritter-450
+21	.	.	PUNCT	O	0			ritter-450
+22	#retailtherapy	#retailtherapy	NOUN	O	0			ritter-450
+
+1	I	i	PRON	O	0			ritter-451
+2	am	be	VERB	O	0		v.stative	ritter-451
+3	in	in	ADP	O	0			ritter-451
+4	such	such	ADJ	O	0			ritter-451
+5	a	a	DET	O	0			ritter-451
+6	good	good	ADJ	O	0			ritter-451
+7	mood	mood	NOUN	O	0		n.state	ritter-451
+8	,	,	PUNCT	O	0			ritter-451
+9	i	i	PRON	O	0			ritter-451
+10	should	should	AUX	O	0			ritter-451
+11	probably	probably	ADV	O	0			ritter-451
+12	do	do	VERB	O	0		v.cognition	ritter-451
+13	my	my	PRON	O	0			ritter-451
+14	math	math	NOUN	O	0		n.act	ritter-451
+15	before	before	ADP	O	0			ritter-451
+16	my	my	PRON	O	0			ritter-451
+17	mood	mood	NOUN	O	0		n.state	ritter-451
+18	changes	change	VERB	O	0		v.change	ritter-451
+19	and	and	CONJ	O	0			ritter-451
+20	i	i	PRON	O	0			ritter-451
+21	dont	dont	VERB	O	0			ritter-451
+22	want	want	VERB	O	0		v.emotion	ritter-451
+23	to	to	PART	O	0			ritter-451
+24	later	later	ADV	O	0			ritter-451
+25	...	...	PUNCT	O	0			ritter-451
+26	lol	lol	INTJ	O	0			ritter-451
+
+1	RT	rt	X	O	0			ritter-452
+2	@Daigetsbusi	@daigetsbusi	PROPN	O	0			ritter-452
+3	:	:	PUNCT	O	0			ritter-452
+4	After	after	ADP	O	0			ritter-452
+5	@Rob_Manuchi	@rob_manuchi	PROPN	O	0		n.person	ritter-452
+6	Bday	bday	NOUN	B	0		n.event	ritter-452
+7	Bash	bash	NOUN	I	6			ritter-452
+8	I	i	PRON	O	0			ritter-452
+9	'm	'm	AUX	O	0			ritter-452
+10	not	not	ADV	O	0			ritter-452
+11	doing	do	VERB	O	0		v.social	ritter-452
+12	nothing	nothing	NOUN	O	0		n.quantity	ritter-452
+13	Else	else	ADV	O	0			ritter-452
+14	if	if	ADP	O	0			ritter-452
+15	its	its	PRON	O	0			ritter-452
+16	local	local	ADJ	O	0			ritter-452
+17	...	...	PUNCT	O	0			ritter-452
+18	Nope	nope	INTJ	O	0			ritter-452
+
+1	@Jezkwon	@jezkwon	PROPN	O	0			ritter-453
+2	@kpop_stuff	@kpop_stuff	PROPN	O	0			ritter-453
+3	Tweet	tweet	VERB	O	0		v.communication	ritter-453
+4	me	me	PRON	O	0			ritter-453
+5	a	a	DET	O	0			ritter-453
+6	member	member	NOUN	O	0		n.person	ritter-453
+7	for	for	ADP	O	0			ritter-453
+8	picspam	picspam	PROPN	O	0		n.communication	ritter-453
+9	.	.	PUNCT	O	0			ritter-453
+10	Will	will	AUX	O	0			ritter-453
+11	do	do	VERB	O	0		v.change	ritter-453
+12	them	them	PRON	O	0			ritter-453
+13	tomorrow	tomorrow	NOUN	B	0		n.time	ritter-453
+14	morning	morning	NOUN	I	13			ritter-453
+15	.	.	PUNCT	O	0			ritter-453
+16	(	(	INTJ	O	0			ritter-453
+17	:	:	INTJ	O	0			ritter-453
+
+1	Wow	wow	INTJ	O	0			ritter-454
+2	,	,	PUNCT	O	0			ritter-454
+3	i	i	PRON	O	0			ritter-454
+4	feel	feel	VERB	O	0		v.body	ritter-454
+5	so	so	ADV	O	0			ritter-454
+6	much	much	ADV	O	0			ritter-454
+7	better	better	ADJ	O	0			ritter-454
+8	after	after	ADP	O	0			ritter-454
+9	working	work	VERB	B	0		v.body	ritter-454
+10	out	out	PART	I	9			ritter-454
+11	:)	:)	INTJ	O	0			ritter-454
+12	so	so	ADV	O	0			ritter-454
+13	worth	worth	ADJ	B	0			ritter-454
+14	it	it	PRON	I	13			ritter-454
+15	.	.	PUNCT	O	0			ritter-454
+
+1	RT	rt	X	O	0			ritter-455
+2	@treeoflifeceleb	@treeoflifeceleb	PROPN	O	0			ritter-455
+3	:	:	PUNCT	O	0			ritter-455
+4	If	if	ADP	O	0			ritter-455
+5	I	i	PRON	O	0			ritter-455
+6	knew	know	VERB	O	0		v.cognition	ritter-455
+7	I	i	PRON	O	0			ritter-455
+8	should	should	AUX	O	0			ritter-455
+9	die	die	VERB	O	0		v.change	ritter-455
+10	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-455
+11	,	,	PUNCT	O	0			ritter-455
+12	I	i	PRON	O	0			ritter-455
+13	would	would	AUX	O	0			ritter-455
+14	plant	plant	VERB	O	0		v.contact	ritter-455
+15	a	a	DET	O	0			ritter-455
+16	tree	tree	NOUN	O	0		n.plant	ritter-455
+17	today	today	NOUN	O	0		n.time	ritter-455
+18	.	.	PUNCT	O	0			ritter-455
+19	~Stephen	~stephen	PROPN	B	0		n.person	ritter-455
+20	Girard~	girard~	PROPN	I	19			ritter-455
+21	Come	come	VERB	O	0		v.motion	ritter-455
+22	to	to	PART	O	0			ritter-455
+23	the	the	DET	O	0			ritter-455
+24	Tree	tree	PROPN	B	0		n.event	ritter-455
+25	of	of	ADP	I	24			ritter-455
+26	Life	life	NOUN	I	25			ritter-455
+27	Celebration	celebration	NOUN	I	26			ritter-455
+28	!	!	PUNCT	O	0			ritter-455
+29	...	...	PUNCT	O	0			ritter-455
+
+1	@StarJonesEsq	@starjonesesq	PROPN	O	0		n.person	ritter-456
+2	just	just	ADV	O	0			ritter-456
+3	shocked	shock	VERB	O	0		v.emotion	ritter-456
+4	me	me	PRON	O	0			ritter-456
+5	for	for	ADP	O	0			ritter-456
+6	the	the	DET	O	0			ritter-456
+7	second	second	ADJ	O	0			ritter-456
+8	time	time	NOUN	O	0		n.event	ritter-456
+9	..	..	PUNCT	O	0			ritter-456
+10	she	she	PRON	O	0			ritter-456
+11	's	's	VERB	O	0		v.stative	ritter-456
+12	a	a	DET	O	0			ritter-456
+13	lawyer	lawyer	NOUN	O	0		n.attribute	ritter-456
+14	!?	!?	PUNCT	O	0			ritter-456
+15	LOL	lol	INTJ	O	0			ritter-456
+16	.	.	PUNCT	O	0			ritter-456
+17	No	no	INTJ	O	0			ritter-456
+18	tell	tell	VERB	O	0		v.communication	ritter-456
+19	me	me	PRON	O	0			ritter-456
+20	it	it	PRON	O	0			ritter-456
+21	's	's	VERB	O	0		v.stative	ritter-456
+22	April	april	PROPN	O	0		n.time	ritter-456
+23	1st	1st	NUM	O	0			ritter-456
+24	right	right	ADV	O	0			ritter-456
+25	now	now	ADV	O	0			ritter-456
+26	.	.	PUNCT	O	0			ritter-456
+
+1	Y	y	ADV	O	0			ritter-457
+2	iis	iis	VERB	O	0		v.stative	ritter-457
+3	Love	love	NOUN	O	0		n.feeling	ritter-457
+4	so	so	ADV	O	0			ritter-457
+5	strong	strong	ADJ	O	0			ritter-457
+6	..	..	PUNCT	O	0			ritter-457
+7	y	y	ADV	O	0			ritter-457
+8	ca	ca	AUX	O	0			ritter-457
+9	n't	n't	ADV	O	0			ritter-457
+10	you	you	PRON	O	0			ritter-457
+11	say	say	VERB	O	0		v.communication	ritter-457
+12	fuck	fuck	INTJ	O	0			ritter-457
+13	iit	iit	INTJ	O	0			ritter-457
+14	when	when	ADV	O	0			ritter-457
+15	you	you	PRON	O	0			ritter-457
+16	want	want	VERB	O	0		v.emotion	ritter-457
+17	too	too	PART	O	0			ritter-457
+18	???	???	PUNCT	O	0			ritter-457
+
+1	This	this	DET	O	0			ritter-458
+2	will	will	AUX	O	0			ritter-458
+3	be	be	VERB	O	0		v.stative	ritter-458
+4	a	a	DET	O	0			ritter-458
+5	great	great	ADJ	O	0			ritter-458
+6	week	week	NOUN	O	0		n.event	ritter-458
+7	hell	hell	INTJ	O	0			ritter-458
+8	a	a	DET	O	0			ritter-458
+9	great	great	ADJ	O	0			ritter-458
+10	month	month	NOUN	O	0		n.event	ritter-458
+
+1	@MeredithLim	@meredithlim	PROPN	O	0			ritter-459
+2	No	no	INTJ	O	0			ritter-459
+3	.	.	PUNCT	O	0			ritter-459
+4	Tomorrow	tomorrow	NOUN	O	0		n.time	ritter-459
+5	.	.	PUNCT	O	0			ritter-459
+
+1	CIty	city	NOUN	O	0		n.group	ritter-460
+2	Sponsors	sponsor	VERB	O	0		v.possession	ritter-460
+3	Drug	drug	NOUN	B	0		n.act	ritter-460
+4	Toss	toss	NOUN	I	3			ritter-460
+5	To	to	PART	O	0			ritter-460
+6	Dispose	dispose	VERB	O	0		v.possession	ritter-460
+7	Of	of	ADP	O	0			ritter-460
+8	Expired	expired	ADJ	O	0			ritter-460
+9	Medications	medication	NOUN	O	0		n.artifact	ritter-460
+10	:	:	PUNCT	O	0			ritter-460
+11	Louisville	louisville	PROPN	O	0		n.group	ritter-460
+12	and	and	CONJ	O	0			ritter-460
+13	several	several	ADJ	O	0			ritter-460
+14	partners	partner	NOUN	O	0		n.person	ritter-460
+15	are	be	AUX	O	0			ritter-460
+16	offering	offer	VERB	O	0		v.possession	ritter-460
+17	three	three	NUM	O	0			ritter-460
+18	days	days	NOUN	O	0		n.time	ritter-460
+19	...	...	PUNCT	O	0			ritter-460
+20	http://bit.ly/bbUSMP	http://bit.ly/bbusmp	X	O	0			ritter-460
+
+1	October	october	PROPN	O	0		n.time	ritter-461
+2	is	be	VERB	O	0		v.stative	ritter-461
+3	Breast	breast	PROPN	B	0		n.time	ritter-461
+4	Cancer	cancer	PROPN	I	3			ritter-461
+5	Awareness	awareness	PROPN	I	4			ritter-461
+6	month	month	NOUN	I	5			ritter-461
+7	-	-	PUNCT	O	0			ritter-461
+8	a	a	DET	O	0			ritter-461
+9	portion	portion	NOUN	O	0		n.quantity	ritter-461
+10	of	of	ADP	O	0			ritter-461
+11	the	the	DET	O	0			ritter-461
+12	proceeds	proceeds	NOUN	O	0		n.possession	ritter-461
+13	from	from	ADP	O	0			ritter-461
+14	purchase	purchase	NOUN	O	0		n.act	ritter-461
+15	of	of	ADP	O	0			ritter-461
+16	this	this	DET	O	0			ritter-461
+17	beautiful	beautiful	ADJ	O	0			ritter-461
+18	diamond	diamond	NOUN	O	0		n.natural_object	ritter-461
+19	...	...	PUNCT	O	0			ritter-461
+20	http://fb.me/B680RuaH	http://fb.me/b680ruah	X	O	0			ritter-461
+
+1	@Freyza_	@freyza_	PROPN	O	0			ritter-462
+2	oh	oh	INTJ	O	0			ritter-462
+3	thats	thats	DET	O	0			ritter-462
+4	not	not	ADV	O	0			ritter-462
+5	so	so	ADV	O	0			ritter-462
+6	bad	bad	ADJ	O	0			ritter-462
+7	then	then	ADV	O	0			ritter-462
+8	?	?	PUNCT	O	0			ritter-462
+9	And	and	CONJ	O	0			ritter-462
+10	,	,	PUNCT	O	0			ritter-462
+11	what	what	PRON	O	0			ritter-462
+12	time	time	NOUN	O	0		n.time	ritter-462
+13	do	do	AUX	O	0			ritter-462
+14	you	you	PRON	O	0			ritter-462
+15	get	get	VERB	B	0		v.change	ritter-462
+16	off	off	PART	I	15			ritter-462
+17	?	?	PUNCT	O	0			ritter-462
+
+1	No	no	DET	O	0			ritter-463
+2	bike	bike	NOUN	O	0		n.artifact	ritter-463
+3	t'day	t'day	NOUN	O	0		n.time	ritter-463
+4	:(	:(	INTJ	O	0			ritter-463
+
+1	@BrianNeudorff	@brianneudorff	PROPN	O	0			ritter-464
+2	I	i	PRON	O	0			ritter-464
+3	have	have	AUX	O	0			ritter-464
+4	n't	n't	ADV	O	0			ritter-464
+5	seen	see	VERB	O	0		v.perception	ritter-464
+6	it	it	PRON	O	0			ritter-464
+7	in	in	ADP	O	0			ritter-464
+8	so	so	ADV	O	0			ritter-464
+9	long	long	ADV	O	0			ritter-464
+10	!	!	PUNCT	O	0			ritter-464
+11	I	i	PRON	O	0			ritter-464
+12	'm	'm	VERB	O	0		v.stative	ritter-464
+13	overdue	overdue	ADJ	O	0			ritter-464
+14	for	for	ADP	O	0			ritter-464
+15	some	some	DET	O	0			ritter-464
+16	thundersnow	thundersnow	PROPN	O	0		n.phenomenon	ritter-464
+
+1	RT	rt	X	O	0			ritter-465
+2	@KamilleLeai	@kamilleleai	PROPN	O	0			ritter-465
+3	:	:	PUNCT	O	0			ritter-465
+4	Even	even	ADV	O	0			ritter-465
+5	when	when	ADV	O	0			ritter-465
+6	u	u	PRON	O	0			ritter-465
+7	have	have	VERB	O	0		v.possession	ritter-465
+8	no	no	DET	O	0			ritter-465
+9	job	job	NOUN	O	0		n.act	ritter-465
+10	,	,	PUNCT	O	0			ritter-465
+11	monday	monday	PROPN	O	0		n.time	ritter-465
+12	's	's	AUX	O	0			ritter-465
+13	still	still	ADV	O	0			ritter-465
+14	suck	suck	VERB	O	0		v.emotion	ritter-465
+15	lol	lol	INTJ	O	0			ritter-465
+
+1	corrr	corrr	NOUN	O	0			ritter-466
+2	about	about	ADP	O	0			ritter-466
+3	,	,	PUNCT	O	0			ritter-466
+4	'	'	PUNCT	O	0			ritter-466
+5	bet	bet	VERB	O	0		v.cognition	ritter-466
+6	id	id	PRON	O	0			ritter-466
+7	have	have	VERB	O	0		v.possession	ritter-466
+8	money	money	NOUN	O	0		n.possession	ritter-466
+9	then	then	ADV	O	0			ritter-466
+10	'	'	PUNCT	O	0			ritter-466
+11	obviously	obviously	ADV	O	0			ritter-466
+12	its	its	PRON	O	0			ritter-466
+13	ma	ma	PRON	O	0			ritter-466
+14	bday	bday	NOUN	O	0		n.event	ritter-466
+15	like	like	ADP	O	0			ritter-466
+16	i	i	PRON	O	0			ritter-466
+17	wont	wont	AUX	O	0			ritter-466
+18	get	get	VERB	O	0		v.possession	ritter-466
+19	bday	bday	NOUN	B	0		n.possession	ritter-466
+20	money	money	NOUN	I	19			ritter-466
+21	lool	lool	INTJ	O	0			ritter-466
+22	some	some	DET	O	0			ritter-466
+23	ppl	ppl	NOUN	O	0		n.person	ritter-466
+24	make	make	VERB	O	0		v.social	ritter-466
+25	me	me	PRON	O	0			ritter-466
+26	lol	lol	INTJ	O	0			ritter-466
+27	,	,	PUNCT	O	0			ritter-466
+28	hard	hard	ADJ	O	0			ritter-466
+29	time	time	NOUN	O	0		n.time	ritter-466
+30	these	these	DET	O	0			ritter-466
+31	days	days	NOUN	O	0		n.time	ritter-466
+32	man	man	NOUN	O	0			ritter-466
+
+1	It	it	PRON	O	0			ritter-467
+2	was	be	VERB	O	0		v.stative	ritter-467
+3	just	just	ADV	O	0			ritter-467
+4	the	the	DET	O	0			ritter-467
+5	best	best	ADJ	O	0			ritter-467
+6	day	day	NOUN	O	0		n.event	ritter-467
+7	of	of	ADP	O	0			ritter-467
+8	my	my	PRON	O	0			ritter-467
+9	life	life	NOUN	O	0		n.state	ritter-467
+10	..	..	PUNCT	O	0			ritter-467
+11	thanks	thanks	NOUN	O	0			ritter-467
+12	to	to	PART	O	0			ritter-467
+13	some	some	DET	O	0			ritter-467
+14	people	people	NOUN	O	0		n.person	ritter-467
+15	and	and	CONJ	O	0			ritter-467
+16	the	the	DET	O	0			ritter-467
+17	unknown	unknown	ADJ	O	0			ritter-467
+18	old	old	ADJ	O	0			ritter-467
+19	lady	lady	NOUN	O	0		n.person	ritter-467
+20	for	for	ADP	O	0			ritter-467
+21	sharing	share	VERB	O	0		v.social	ritter-467
+22	her	her	PRON	O	0			ritter-467
+23	experience	experience	NOUN	O	0		n.cognition	ritter-467
+24	__AND__	__and__	CONJ	O	0			ritter-467
+25	advice	advice	NOUN	O	0		n.communication	ritter-467
+26	...	...	PUNCT	O	0			ritter-467
+
+1	@pegasus_za	@pegasus_za	PROPN	O	0			ritter-468
+2	You	you	PRON	O	0			ritter-468
+3	're	're	VERB	O	0		v.stative	ritter-468
+4	welcome	welcome	ADJ	O	0			ritter-468
+5	.	.	PUNCT	O	0			ritter-468
+6	Yeah	yeah	INTJ	O	0			ritter-468
+7	,	,	PUNCT	O	0			ritter-468
+8	it	it	PRON	O	0			ritter-468
+9	's	's	VERB	O	0		v.stative	ritter-468
+10	not	not	ADV	O	0			ritter-468
+11	a	a	DET	O	0			ritter-468
+12	bad	bad	ADJ	O	0			ritter-468
+13	day	day	NOUN	O	0		n.time	ritter-468
+14	,	,	PUNCT	O	0			ritter-468
+15	just	just	ADV	O	0			ritter-468
+16	feeling	feel	VERB	O	0		v.emotion	ritter-468
+17	a	a	DET	O	0			ritter-468
+18	little	little	ADV	O	0			ritter-468
+19	tired	tired	ADJ	O	0			ritter-468
+20	and	and	CONJ	O	0			ritter-468
+21	ill	ill	PRON	O	0			ritter-468
+22	.	.	PUNCT	O	0			ritter-468
+23	How	how	ADV	O	0			ritter-468
+24	's	's	AUX	O	0			ritter-468
+25	it	it	PRON	O	0			ritter-468
+26	going	go	VERB	O	0		v.stative	ritter-468
+27	with	with	ADP	O	0			ritter-468
+28	you	you	PRON	O	0			ritter-468
+29	?	?	PUNCT	O	0			ritter-468
+
+1	Think	think	VERB	O	0		v.cognition	ritter-469
+2	I'ma	i'ma	PRON	O	0			ritter-469
+3	make	make	VERB	O	0		v.change	ritter-469
+4	@GrownWomanStuff	@grownwomanstuff	PROPN	O	0		n.person	ritter-469
+5	have	have	VERB	O	0		v.possession	ritter-469
+6	a	a	DET	O	0			ritter-469
+7	shoegasm	shoegasm	NOUN	O	0		n.act	ritter-469
+8	today	today	NOUN	O	0		n.time	ritter-469
+9	hahahaha	hahahaha	INTJ	O	0			ritter-469
+
+1	RT	rt	X	O	0			ritter-470
+2	@politicalwind	@politicalwind	PROPN	O	0			ritter-470
+3	:	:	PUNCT	O	0			ritter-470
+4	Congress	congress	PROPN	O	0		n.group	ritter-470
+5	punts	punt	NOUN	O	0			ritter-470
+6	tough	tough	ADJ	O	0			ritter-470
+7	choice	choice	NOUN	O	0		n.act	ritter-470
+8	until	until	ADP	O	0			ritter-470
+9	after	after	ADP	O	0			ritter-470
+10	election	election	NOUN	O	0		n.act	ritter-470
+11	http://bit.ly/aEi59e	http://bit.ly/aei59e	X	O	0			ritter-470
+12	#oreillyfactor	#oreillyfactor	X	O	0			ritter-470
+
+1	Shower	shower	NOUN	B	0		n.event	ritter-471
+2	time	time	NOUN	I	1			ritter-471
+3	the	the	DET	O	0			ritter-471
+4	flyin	flyin	PROPN	B	0		n.location	ritter-471
+5	pilot	pilot	PROPN	I	4			ritter-471
+6	I	i	PRON	O	0			ritter-471
+7	was	be	VERB	O	0		v.stative	ritter-471
+8	at	at	ADP	O	0			ritter-471
+9	last	last	ADJ	O	0			ritter-471
+10	night	night	NOUN	O	0		n.time	ritter-471
+11	did	do	AUX	O	0			ritter-471
+12	n't	n't	ADV	O	0			ritter-471
+13	have	have	VERB	O	0		v.possession	ritter-471
+14	no	no	DET	O	0			ritter-471
+15	hot	hot	ADJ	O	0			ritter-471
+16	water	water	NOUN	O	0		n.substance	ritter-471
+17	uggghh	uggghh	INTJ	O	0			ritter-471
+
+1	@gabbysueurban	@gabbysueurban	PROPN	O	0			ritter-472
+2	WELL	well	INTJ	O	0			ritter-472
+3	seems	seem	VERB	B	0		v.cognition	ritter-472
+4	like	like	ADP	I	3			ritter-472
+5	you	you	PRON	O	0			ritter-472
+6	had	have	VERB	O	0		v.stative	ritter-472
+7	a	a	DET	O	0			ritter-472
+8	fantastic	fantastic	ADJ	O	0			ritter-472
+9	time	time	NOUN	O	0		n.event	ritter-472
+10	!!!	!!!	PUNCT	O	0			ritter-472
+11	lol	lol	INTJ	O	0			ritter-472
+12	MISSED	miss	VERB	O	0		v.emotion	ritter-472
+13	YAH	yah	PRON	O	0			ritter-472
+14	!	!	PUNCT	O	0			ritter-472
+15	:)	:)	INTJ	O	0			ritter-472
+16	ttys	ttys	INTJ	O	0			ritter-472
+
+1	enough	enough	ADV	O	0			ritter-473
+2	assassins	assassins	PROPN	B	0		n.communication	ritter-473
+3	creed	creed	PROPN	I	2			ritter-473
+4	for	for	ADP	O	0			ritter-473
+5	today	today	NOUN	O	0		n.time	ritter-473
+6	,	,	PUNCT	O	0			ritter-473
+7	now	now	ADV	O	0			ritter-473
+8	its	its	PRON	O	0			ritter-473
+9	time	time	NOUN	O	0		n.event	ritter-473
+10	for	for	ADP	O	0			ritter-473
+11	some	some	DET	O	0			ritter-473
+12	homework	homework	NOUN	O	0		n.act	ritter-473
+13	,	,	PUNCT	O	0			ritter-473
+14	and	and	CONJ	O	0			ritter-473
+15	a	a	DET	O	0			ritter-473
+16	chocolate	chocolate	NOUN	B	0		n.food	ritter-473
+17	milkshake	milkshake	NOUN	I	16			ritter-473
+18	:D	:d	INTJ	O	0			ritter-473
+
+1	Most	most	ADJ	O	0			ritter-474
+2	things	things	NOUN	O	0		n.other	ritter-474
+3	usually	usually	ADV	O	0			ritter-474
+4	do	do	VERB	O	0			ritter-474
+5	RT	rt	X	O	0			ritter-474
+6	@johncabell	@johncabell	PROPN	O	0			ritter-474
+7	Somehow	somehow	ADV	O	0			ritter-474
+8	it	it	PRON	O	0			ritter-474
+9	seems	seem	VERB	O	0		v.cognition	ritter-474
+10	a	a	DET	O	0			ritter-474
+11	much	much	ADV	O	0			ritter-474
+12	more	more	ADV	O	0			ritter-474
+13	sensible	sensible	ADJ	O	0			ritter-474
+14	idea	idea	NOUN	O	0		n.cognition	ritter-474
+15	when	when	ADV	O	0			ritter-474
+16	@mccanner	@mccanner	PROPN	O	0		n.person	ritter-474
+17	suggests	suggest	VERB	O	0		v.communication	ritter-474
+18	it	it	PRON	O	0			ritter-474
+19	.	.	PUNCT	O	0			ritter-474
+
+1	Dude	dude	NOUN	O	0		n.person	ritter-475
+2	in	in	ADP	O	0			ritter-475
+3	my	my	PRON	O	0			ritter-475
+4	group	group	NOUN	O	0		n.group	ritter-475
+5	in	in	ADP	O	0			ritter-475
+6	my	my	PRON	O	0			ritter-475
+7	Bcom	bcom	NOUN	B	0		n.group	ritter-475
+8	class	class	NOUN	I	7			ritter-475
+9	invited	invite	VERB	O	0		v.social	ritter-475
+10	me	me	PRON	O	0			ritter-475
+11	to	to	PART	O	0			ritter-475
+12	an	an	DET	O	0			ritter-475
+13	Evangelist	evangelist	NOUN	B	0		n.event	ritter-475
+14	revival	revival	NOUN	I	13			ritter-475
+15	mass	mass	NOUN	I	14			ritter-475
+16	...	...	PUNCT	O	0			ritter-475
+17	FUCKING	fucking	ADV	O	0			ritter-475
+18	HATE	hate	VERB	O	0		v.emotion	ritter-475
+19	IT	it	PRON	O	0			ritter-475
+20	WHEN	when	ADV	O	0			ritter-475
+21	THEY	they	PRON	O	0			ritter-475
+22	KNOW	know	VERB	O	0		v.cognition	ritter-475
+23	I'M	i'm	PRON	O	0			ritter-475
+24	PAGAN	pagan	PROPN	O	0		n.person	ritter-475
+25	AND	and	CONJ	O	0			ritter-475
+26	INVITE	invite	VERB	O	0		v.social	ritter-475
+27	ME	me	PRON	O	0			ritter-475
+28	.	.	PUNCT	O	0			ritter-475
+29	ANGER	anger	NOUN	O	0		n.feeling	ritter-475
+30	.	.	PUNCT	O	0			ritter-475
+
+1	We	we	PRON	O	0			ritter-476
+2	should	should	AUX	O	0			ritter-476
+3	be	be	AUX	O	0			ritter-476
+4	launching	launch	VERB	O	0		v.change	ritter-476
+5	our	our	PRON	O	0			ritter-476
+6	first	first	ADJ	O	0			ritter-476
+7	street	street	NOUN	B	0		n.act	ritter-476
+8	team	team	NOUN	I	7			ritter-476
+9	promotion	promotion	NOUN	I	8			ritter-476
+10	today	today	NOUN	O	0		n.time	ritter-476
+11	.	.	PUNCT	O	0			ritter-476
+12	Stay	stay	VERB	B	0		v.communication	ritter-476
+13	tuned	tune	VERB	I	12			ritter-476
+14	!	!	PUNCT	O	0			ritter-476
+15	http://tinyurl.com/22kset2	http://tinyurl.com/22kset2	X	O	0			ritter-476
+
+1	Very	very	ADV	O	0			ritter-477
+2	grateful	grateful	ADJ	O	0			ritter-477
+3	for	for	ADP	O	0			ritter-477
+4	another	another	DET	O	0			ritter-477
+5	Monday	monday	PROPN	O	0		n.event	ritter-477
+6	and	and	CONJ	O	0			ritter-477
+7	a	a	DET	O	0			ritter-477
+8	new	new	ADJ	O	0			ritter-477
+9	week	week	NOUN	O	0		n.event	ritter-477
+10	full	full	ADJ	O	0			ritter-477
+11	of	of	ADP	O	0			ritter-477
+12	endless	endless	ADJ	O	0			ritter-477
+13	possibilities	possibility	NOUN	O	0		n.other	ritter-477
+14	!	!	PUNCT	O	0			ritter-477
+15	Go	go	VERB	O	0			ritter-477
+16	World	world	NOUN	O	0		n.natural_object	ritter-477
+17	!	!	PUNCT	O	0			ritter-477
+
+1	SCORES	scores	NOUN	O	0		n.quantity	ritter-478
+2	WEEK	week	NOUN	O	0		n.time	ritter-478
+3	#4	#4	X	O	0			ritter-478
+4	http://bit.ly/cDuurY	http://bit.ly/cduury	X	O	0			ritter-478
+
+1	New	new	ADJ	O	0			ritter-479
+2	Hannah	hannah	PROPN	B	0		n.communication	ritter-479
+3	Montana	montana	PROPN	I	2			ritter-479
+4	tonight	tonight	NOUN	O	0		n.time	ritter-479
+5	!!!	!!!	PUNCT	O	0			ritter-479
+6	:D	:d	INTJ	O	0			ritter-479
+7	wow	wow	INTJ	O	0			ritter-479
+8	I	i	PRON	O	0			ritter-479
+9	'm	'm	VERB	O	0		v.stative	ritter-479
+10	way	way	ADV	O	0			ritter-479
+11	to	to	PART	O	0			ritter-479
+12	excited	excited	ADJ	O	0			ritter-479
+13	are	be	VERB	O	0		v.stative	ritter-479
+14	n't	n't	ADV	O	0			ritter-479
+15	I	i	PRON	O	0			ritter-479
+16	?	?	PUNCT	O	0			ritter-479
+
+1	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-480
+2	no	no	DET	O	0			ritter-480
+3	school	school	NOUN	O	0		n.event	ritter-480
+4	for	for	ADP	O	0			ritter-480
+5	me	me	PRON	O	0			ritter-480
+6	but	but	CONJ	O	0			ritter-480
+7	I	i	PRON	O	0			ritter-480
+8	'm	'm	VERB	O	0		v.stative	ritter-480
+9	so	so	ADV	O	0			ritter-480
+10	anxious	anxious	ADJ	O	0			ritter-480
+11	beacuse	beacuse	ADP	O	0			ritter-480
+12	of	of	ADP	O	0			ritter-480
+13	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-480
+14	omg	omg	INTJ	O	0			ritter-480
+15	:/	:/	INTJ	O	0			ritter-480
+
+1	Happy	happy	ADJ	O	0			ritter-481
+2	1	1	NUM	B	0		n.event	ritter-481
+3	month	month	NOUN	I	2			ritter-481
+4	anniversary	anniversary	NOUN	I	3			ritter-481
+5	to	to	PART	O	0			ritter-481
+6	my	my	PRON	O	0			ritter-481
+7	wonderful	wonderful	ADJ	O	0			ritter-481
+8	wife	wife	NOUN	O	0		n.person	ritter-481
+9	@lizwoodring	@lizwoodring	PROPN	O	0		n.person	ritter-481
+10	!!!	!!!	PUNCT	O	0			ritter-481
+
+1	I	i	PRON	O	0			ritter-482
+2	finished	finish	VERB	O	0		v.change	ritter-482
+3	it	it	PRON	O	0			ritter-482
+4	before	before	ADP	O	0			ritter-482
+5	the	the	DET	O	0			ritter-482
+6	bell	bell	NOUN	O	0		n.artifact	ritter-482
+7	rang	ring	VERB	O	0		v.perception	ritter-482
+8	,	,	PUNCT	O	0			ritter-482
+9	just	just	ADV	O	0			ritter-482
+10	after	after	ADP	O	0			ritter-482
+11	the	the	DET	O	0			ritter-482
+12	bell	bell	NOUN	O	0		n.artifact	ritter-482
+13	started	start	VERB	O	0		v.change	ritter-482
+14	ringing	ring	VERB	O	0		v.perception	ritter-482
+15	..!	..!	PUNCT	O	0			ritter-482
+16	I	i	PRON	O	0			ritter-482
+17	sware	sware	VERB	O	0		v.communication	ritter-482
+18	!	!	PUNCT	O	0			ritter-482
+
+1	@biancalilly	@biancalilly	PROPN	O	0			ritter-483
+2	ahaha	ahaha	INTJ	O	0			ritter-483
+3	!	!	PUNCT	O	0			ritter-483
+4	Omg	omg	INTJ	O	0			ritter-483
+5	Bianca	bianca	PROPN	O	0		n.person	ritter-483
+6	,	,	PUNCT	O	0			ritter-483
+7	that	that	DET	O	0			ritter-483
+8	made	make	VERB	O	0		v.social	ritter-483
+9	my	my	PRON	O	0			ritter-483
+10	day	day	NOUN	O	0		n.event	ritter-483
+11	!	!	PUNCT	O	0			ritter-483
+
+1	all	all	DET	O	0			ritter-484
+2	night	night	NOUN	B	0		n.act	ritter-484
+3	email-athon	email-athon	NOUN	I	2			ritter-484
+4	!	!	PUNCT	O	0			ritter-484
+5	really	really	ADV	O	0			ritter-484
+6	need	need	AUX	O	0			ritter-484
+7	to	to	PART	O	0			ritter-484
+8	catch	catch	VERB	B	0		v.change	ritter-484
+9	up	up	PART	I	8			ritter-484
+10	-	-	PUNCT	O	0			ritter-484
+11	if	if	ADP	O	0			ritter-484
+12	you	you	PRON	O	0			ritter-484
+13	've	've	AUX	O	0			ritter-484
+14	been	be	AUX	O	0			ritter-484
+15	waiting	wait	VERB	O	0		v.stative	ritter-484
+16	for	for	ADP	O	0			ritter-484
+17	a	a	DET	O	0			ritter-484
+18	reply	reply	NOUN	O	0		n.communication	ritter-484
+19	all	all	DET	O	0			ritter-484
+20	summer	summer	NOUN	O	0		n.time	ritter-484
+21	tonight	tonight	NOUN	O	0		n.time	ritter-484
+22	is	be	VERB	O	0		v.stative	ritter-484
+23	YOUR	your	PRON	O	0			ritter-484
+24	night	night	NOUN	O	0		n.time	ritter-484
+25	!	!	PUNCT	O	0			ritter-484
+
+1	RT	rt	X	O	0			ritter-485
+2	@Yale	@yale	PROPN	O	0			ritter-485
+3	:	:	PUNCT	O	0			ritter-485
+4	RT	rt	X	O	0			ritter-485
+5	@YaleSOM	@yalesom	PROPN	O	0			ritter-485
+6	:	:	PUNCT	O	0			ritter-485
+7	Will	will	AUX	O	0			ritter-485
+8	government	government	NOUN	O	0		n.group	ritter-485
+9	or	or	CONJ	O	0			ritter-485
+10	markets	market	NOUN	O	0		n.group	ritter-485
+11	finance	finance	VERB	O	0		v.possession	ritter-485
+12	sustainability	sustainability	NOUN	O	0		n.attribute	ritter-485
+13	?	?	PUNCT	O	0			ritter-485
+14	A	a	DET	O	0			ritter-485
+15	free	free	ADJ	O	0			ritter-485
+16	webinar	webinar	NOUN	O	0		n.act	ritter-485
+17	on	on	ADP	O	0			ritter-485
+18	Oct	oct	PROPN	O	0		n.time	ritter-485
+19	.	.	PUNCT	O	0			ritter-485
+20	6	6	NUM	O	0			ritter-485
+21	.	.	PUNCT	O	0			ritter-485
+22	http://bit.ly/YaleSOMwebinar	http://bit.ly/yalesomwebinar	X	O	0			ritter-485
+
+1	RT	rt	X	O	0			ritter-486
+2	@UWEauClaire	@uweauclaire	PROPN	O	0			ritter-486
+3	:	:	PUNCT	O	0			ritter-486
+4	It	it	PRON	O	0			ritter-486
+5	's	's	VERB	O	0		v.stative	ritter-486
+6	Fire	fire	PROPN	B	0		n.event	ritter-486
+7	Prevention	prevention	PROPN	I	6			ritter-486
+8	Week	week	PROPN	I	7			ritter-486
+9	2010	2010	NUM	O	0			ritter-486
+10	.	.	PUNCT	O	0			ritter-486
+11	Review	review	VERB	O	0		v.cognition	ritter-486
+12	these	these	DET	O	0			ritter-486
+13	home	home	NOUN	B	0		n.communication	ritter-486
+14	prevention	prevention	NOUN	I	13			ritter-486
+15	guidelines	guideline	NOUN	I	14			ritter-486
+16	http://bit.ly/ahmX6b	http://bit.ly/ahmx6b	X	O	0			ritter-486
+17	and	and	CONJ	O	0			ritter-486
+18	watch	watch	VERB	O	0		v.perception	ritter-486
+19	this	this	DET	O	0			ritter-486
+20	video	video	NOUN	O	0		n.communication	ritter-486
+21	http	http	X	O	0			ritter-486
+22	:	:	PUNCT	O	0			ritter-486
+23	...	...	PUNCT	O	0			ritter-486
+
+1	Part	part	NOUN	O	0		n.quantity	ritter-487
+2	of	of	ADP	O	0			ritter-487
+3	me	me	PRON	O	0			ritter-487
+4	always	always	ADV	O	0			ritter-487
+5	thinks	think	VERB	O	0		v.cognition	ritter-487
+6	life	life	NOUN	O	0		n.state	ritter-487
+7	will	will	AUX	O	0			ritter-487
+8	slow	slow	VERB	B	0		v.change	ritter-487
+9	down	down	PART	I	8			ritter-487
+10	in	in	ADP	O	0			ritter-487
+11	the	the	DET	O	0			ritter-487
+12	fall	fall	NOUN	O	0		n.time	ritter-487
+13	,	,	PUNCT	O	0			ritter-487
+14	but	but	CONJ	O	0			ritter-487
+15	it	it	PRON	O	0			ritter-487
+16	feels	feel	VERB	O	0		v.cognition	ritter-487
+17	far	far	ADV	O	0			ritter-487
+18	from	from	ADP	O	0			ritter-487
+19	it	it	PRON	O	0			ritter-487
+20	!	!	PUNCT	O	0			ritter-487
+21	Time	time	NOUN	O	0		n.event	ritter-487
+22	to	to	PART	O	0			ritter-487
+23	sync	sync	VERB	B	0		v.change	ritter-487
+24	up	up	PART	I	23			ritter-487
+25	my	my	PRON	O	0			ritter-487
+26	calendars	calendar	NOUN	O	0		n.time	ritter-487
+27	soon	soon	ADV	O	0			ritter-487
+
+1	y'all	y'all	PRON	O	0			ritter-488
+2	care	care	VERB	O	0		v.emotion	ritter-488
+3	if	if	ADP	O	0			ritter-488
+4	I	i	PRON	O	0			ritter-488
+5	do	do	VERB	O	0		v.creation	ritter-488
+6	a	a	DET	O	0			ritter-488
+7	countdown	countdown	NOUN	O	0		n.act	ritter-488
+8	to	to	PART	O	0			ritter-488
+9	#wku	#wku	NOUN	B	0		n.act	ritter-488
+10	homecoming	homecoming	NOUN	I	9			ritter-488
+11	?	?	PUNCT	O	0			ritter-488
+12	ok	ok	INTJ	O	0			ritter-488
+13	,	,	PUNCT	O	0			ritter-488
+14	no	no	INTJ	O	0			ritter-488
+15	?	?	PUNCT	O	0			ritter-488
+16	26	26	NUM	O	0			ritter-488
+17	days	days	NOUN	O	0		n.time	ritter-488
+
+1	Volleyball	volleyball	NOUN	B	0		n.person	ritter-489
+2	player	player	NOUN	I	1			ritter-489
+3	Stephanie	stephanie	PROPN	I	2			ritter-489
+4	Rogers	rogers	PROPN	I	3			ritter-489
+5	and	and	CONJ	O	0			ritter-489
+6	cross	cross	NOUN	B	0		n.person	ritter-489
+7	country	country	NOUN	I	6			ritter-489
+8	runner	runner	NOUN	I	7			ritter-489
+9	Matt	matt	PROPN	I	8			ritter-489
+10	Brooker	brooker	PROPN	I	9			ritter-489
+11	named	name	VERB	O	0		v.communication	ritter-489
+12	Cedarville	cedarville	PROPN	B	0		n.attribute	ritter-489
+13	SUBWAY	subway	PROPN	I	12			ritter-489
+14	Athetes	athetes	PROPN	I	13			ritter-489
+15	of	of	ADP	I	14			ritter-489
+16	the	the	DET	I	15			ritter-489
+17	Week	week	NOUN	I	16			ritter-489
+18	(	(	PUNCT	O	0			ritter-489
+19	9/26-10/2)	9/26-10/2)	NUM	O	0			ritter-489
+20	.	.	PUNCT	O	0			ritter-489
+
+1	...	...	PUNCT	O	0			ritter-490
+2	Good	good	ADJ	O	0			ritter-490
+3	day	day	NOUN	O	0		n.time	ritter-490
+4	at	at	ADP	O	0			ritter-490
+5	school	school	NOUN	O	0		n.group	ritter-490
+6	,!	,!	PUNCT	O	0			ritter-490
+7	Getting	get	VERB	O	0		v.motion	ritter-490
+8	the	the	DET	O	0			ritter-490
+9	bus	bus	NOUN	O	0		n.artifact	ritter-490
+10	home	home	NOUN	O	0		n.location	ritter-490
+11	from	from	ADP	O	0			ritter-490
+12	school	school	NOUN	O	0		n.group	ritter-490
+13	was	be	VERB	O	0		v.stative	ritter-490
+14	even	even	ADV	O	0			ritter-490
+15	funnyer	funny	ADJ	O	0			ritter-490
+16	:D	:d	INTJ	O	0			ritter-490
+17	xHahaa	xhahaa	INTJ	O	0			ritter-490
+18	!!	!!	PUNCT	O	0			ritter-490
+19	;)	;)	INTJ	O	0			ritter-490
+20	x	x	INTJ	O	0			ritter-490
+
+1	@ms_gee	@ms_gee	PROPN	O	0			ritter-491
+2	Happy	happy	ADJ	O	0			ritter-491
+3	B	b	NOUN	B	0		n.event	ritter-491
+4	Day	day	NOUN	I	3			ritter-491
+5	...	...	PUNCT	O	0			ritter-491
+
+1	@enaj	@enaj	PROPN	O	0			ritter-492
+2	@autoclavicle	@autoclavicle	PROPN	O	0			ritter-492
+3	we	we	PRON	O	0			ritter-492
+4	saw	saw	VERB	O	0		v.perception	ritter-492
+5	one	one	NUM	O	0			ritter-492
+6	last	last	ADJ	O	0			ritter-492
+7	Sun	sun	PROPN	B	0		n.time	ritter-492
+8	morn	morn	NOUN	I	7			ritter-492
+9	in	in	ADP	O	0			ritter-492
+10	St	st	PROPN	B	0		n.location	ritter-492
+11	Paul	paul	PROPN	I	10			ritter-492
+12	.	.	PUNCT	O	0			ritter-492
+13	Only	only	ADJ	O	0			ritter-492
+14	time	time	NOUN	O	0		n.event	ritter-492
+15	I	i	PRON	O	0			ritter-492
+16	thought	think	VERB	O	0		v.cognition	ritter-492
+17	it	it	PRON	O	0			ritter-492
+18	could	could	AUX	O	0			ritter-492
+19	be	be	VERB	O	0		v.stative	ritter-492
+20	fun	fun	ADJ	O	0			ritter-492
+21	.	.	PUNCT	O	0			ritter-492
+22	Brunch	brunch	NOUN	B	0		n.act	ritter-492
+23	crawl	crawl	NOUN	I	22			ritter-492
+24	.	.	PUNCT	O	0			ritter-492
+
+1	FUCK	fuck	VERB	O	0		v.emotion	ritter-493
+2	3D	3d	NOUN	O	0		n.communication	ritter-493
+3	!!!!	!!!!	PUNCT	O	0			ritter-493
+4	They	they	PRON	O	0			ritter-493
+5	going	go	VERB	B	0			ritter-493
+6	to	to	PART	I	5			ritter-493
+7	remake	remake	VERB	O	0		v.creation	ritter-493
+8	every	every	DET	O	0			ritter-493
+9	single	single	ADJ	O	0			ritter-493
+10	one	one	NUM	O	0			ritter-493
+11	of	of	ADP	O	0			ritter-493
+12	the	the	DET	O	0			ritter-493
+13	starwars	starwars	PROPN	B	0		n.communication	ritter-493
+14	movies	movie	NOUN	I	13			ritter-493
+15	in	in	ADP	O	0			ritter-493
+16	3D	3d	NUM	O	0			ritter-493
+17	and	and	CONJ	O	0			ritter-493
+18	show	show	VERB	O	0		v.communication	ritter-493
+19	new	new	ADJ	O	0			ritter-493
+20	one	one	NUM	O	0			ritter-493
+21	every	every	DET	O	0			ritter-493
+22	year	year	NOUN	O	0		n.time	ritter-493
+23	from	from	ADP	O	0			ritter-493
+24	2012	2012	NUM	O	0			ritter-493
+25	till	till	ADP	O	0			ritter-493
+26	2017	2017	NUM	O	0			ritter-493
+27	.	.	PUNCT	O	0			ritter-493
+28	FUCK	fuck	VERB	O	0		v.emotion	ritter-493
+29	YOU	you	PRON	O	0			ritter-493
+30	3D	3d	NOUN	O	0		n.communication	ritter-493
+31	!	!	PUNCT	O	0			ritter-493
+
+1	RT	rt	X	O	0			ritter-494
+2	@malikismusic	@malikismusic	PROPN	O	0			ritter-494
+3	:	:	PUNCT	O	0			ritter-494
+4	#TEAMPOSITIVITY	#teampositivity	X	O	0			ritter-494
+5	ALL	all	DET	O	0			ritter-494
+6	DAY	day	NOUN	O	0		n.time	ritter-494
+7	!!!!	!!!!	PUNCT	O	0			ritter-494
+8	RETWEET	retweet	VERB	O	0		v.communication	ritter-494
+9	!!!	!!!	PUNCT	O	0			ritter-494
+
+1	Tomorrow	tomorrow	NOUN	O	0		n.time	ritter-495
+2	is	be	VERB	O	0		v.stative	ritter-495
+3	the	the	DET	O	0			ritter-495
+4	last	last	ADJ	O	0			ritter-495
+5	day	day	NOUN	O	0		n.time	ritter-495
+6	to	to	PART	O	0			ritter-495
+7	join	join	VERB	O	0		v.social	ritter-495
+8	our	our	PRON	O	0			ritter-495
+9	team	team	NOUN	O	0		n.group	ritter-495
+10	as	as	ADP	O	0			ritter-495
+11	we	we	PRON	O	0			ritter-495
+12	"	"	PUNCT	O	0			ritter-495
+13	Race	race	VERB	O	0		v.competition	ritter-495
+14	for	for	ADP	O	0			ritter-495
+15	the	the	DET	O	0			ritter-495
+16	Cure	cure	NOUN	O	0		n.other	ritter-495
+17	"!!	"!!	PUNCT	O	0			ritter-495
+18	Please	please	VERB	O	0			ritter-495
+19	follow	follow	VERB	O	0		v.cognition	ritter-495
+20	the	the	DET	O	0			ritter-495
+21	instructions	instructions	NOUN	O	0		n.communication	ritter-495
+22	below	below	ADP	O	0			ritter-495
+23	to	to	PART	O	0			ritter-495
+24	...	...	PUNCT	O	0			ritter-495
+25	http://fb.me/HdvXNndg	http://fb.me/hdvxnndg	X	O	0			ritter-495
+
+1	@Exclusively_T	@exclusively_t	PROPN	O	0			ritter-496
+2	it	it	PRON	O	0			ritter-496
+3	came	come	VERB	O	0		v.motion	ritter-496
+4	on	on	ADP	O	0			ritter-496
+5	my	my	PRON	O	0			ritter-496
+6	pandora	pandora	PROPN	O	0		n.artifact	ritter-496
+7	today	today	NOUN	O	0		n.time	ritter-496
+8	tho	tho	ADV	O	0			ritter-496
+9	loser	loser	NOUN	O	0		n.person	ritter-496
+10	so	so	ADP	O	0			ritter-496
+11	I	i	PRON	O	0			ritter-496
+12	tweeted	tweet	VERB	O	0		v.communication	ritter-496
+13	it	it	PRON	O	0			ritter-496
+14	,	,	PUNCT	O	0			ritter-496
+15	nobody	nobody	NOUN	O	0			ritter-496
+16	stuntin	stuntin	VERB	O	0		v.communication	ritter-496
+17	yo	yo	PRON	O	0			ritter-496
+18	tweet	tweet	NOUN	O	0		n.communication	ritter-496
+
+1	well	well	INTJ	O	0			ritter-497
+2	i	i	PRON	O	0			ritter-497
+3	will	will	AUX	O	0			ritter-497
+4	be	be	VERB	O	0		v.stative	ritter-497
+5	back	back	ADV	O	0			ritter-497
+6	later	later	ADV	O	0			ritter-497
+7	no	no	DET	B	0		n.cognition	ritter-497
+8	doubt	doubt	NOUN	I	7			ritter-497
+9	,	,	PUNCT	O	0			ritter-497
+10	its	its	PRON	O	0			ritter-497
+11	feeding	feed	VERB	B	0		n.event	ritter-497
+12	time	time	NOUN	I	11			ritter-497
+13	at	at	ADP	O	0			ritter-497
+14	the	the	DET	O	0			ritter-497
+15	zoo	zoo	NOUN	O	0		n.location	ritter-497
+16	!!	!!	PUNCT	O	0			ritter-497
+17	See	see	VERB	O	0		v.perception	ritter-497
+18	'll	'll	PRON	O	0			ritter-497
+19	later	later	ADV	O	0			ritter-497
+20	!	!	PUNCT	O	0			ritter-497
+21	xx	xx	INTJ	O	0			ritter-497
+
+1	It	it	PRON	O	0			ritter-498
+2	's	's	VERB	O	0		v.stative	ritter-498
+3	time	time	NOUN	O	0		n.event	ritter-498
+4	to	to	PART	O	0			ritter-498
+5	leave	leave	VERB	O	0		v.motion	ritter-498
+6	.	.	PUNCT	O	0			ritter-498
+7	Thanks	thanks	NOUN	O	0		n.communication	ritter-498
+8	for	for	ADP	O	0			ritter-498
+9	the	the	DET	O	0			ritter-498
+10	roller	roller	NOUN	B	0		n.act	ritter-498
+11	coaster	coaster	NOUN	I	10			ritter-498
+12	ride	ride	NOUN	I	11			ritter-498
+13	it	it	PRON	O	0			ritter-498
+14	's	's	AUX	O	0			ritter-498
+15	been	be	VERB	O	0		v.stative	ritter-498
+16	interesting	interesting	ADJ	O	0			ritter-498
+17	but	but	CONJ	O	0			ritter-498
+18	excruciatingly	excruciatingly	ADV	O	0			ritter-498
+19	painful	painful	ADJ	O	0			ritter-498
+20	!!	!!	PUNCT	O	0			ritter-498
+
+1	@paulwalk	@paulwalk	PROPN	O	0			ritter-499
+2	It	it	PRON	O	0			ritter-499
+3	's	's	VERB	O	0		v.stative	ritter-499
+4	the	the	DET	O	0			ritter-499
+5	view	view	NOUN	O	0		n.cognition	ritter-499
+6	from	from	ADP	O	0			ritter-499
+7	where	where	ADV	O	0			ritter-499
+8	I	i	PRON	O	0			ritter-499
+9	'm	'm	AUX	O	0			ritter-499
+10	living	live	VERB	O	0		v.stative	ritter-499
+11	for	for	ADP	O	0			ritter-499
+12	two	two	NUM	O	0			ritter-499
+13	weeks	week	NOUN	O	0		n.time	ritter-499
+14	.	.	PUNCT	O	0			ritter-499
+15	Empire	empire	PROPN	B	0		n.artifact	ritter-499
+16	State	state	PROPN	I	15			ritter-499
+17	Building	building	PROPN	I	16			ritter-499
+18	=	=	X	O	0			ritter-499
+19	ESB	esb	PROPN	O	0		n.artifact	ritter-499
+20	.	.	PUNCT	O	0			ritter-499
+21	Pretty	pretty	ADV	O	0			ritter-499
+22	bad	bad	ADJ	O	0			ritter-499
+23	storm	storm	NOUN	O	0		n.phenomenon	ritter-499
+24	here	here	ADV	O	0			ritter-499
+25	last	last	ADJ	O	0			ritter-499
+26	evening	evening	NOUN	O	0		n.time	ritter-499
+27	.	.	PUNCT	O	0			ritter-499
+
+1	Small	small	ADJ	B	0		n.event	ritter-500
+2	Biz	biz	PROPN	I	1			ritter-500
+3	Tech	tech	PROPN	I	2			ritter-500
+4	Tour	tour	PROPN	I	3			ritter-500
+5	2010	2010	NUM	O	0			ritter-500
+6	Launches	launch	VERB	O	0		v.creation	ritter-500
+7	Five	five	NUM	B	0		n.event	ritter-500
+8	City	city	NOUN	I	7			ritter-500
+9	Tour	tour	NOUN	I	8			ritter-500
+10	MONTCLAIR	montclair	PROPN	O	0		n.location	ritter-500
+11	N.J.	n.j.	PROPN	O	0		n.location	ritter-500
+12	...:	...:	PUNCT	O	0			ritter-500
+13	The	the	DET	O	0			ritter-500
+14	all	all	DET	B	0		n.event	ritter-500
+15	day	day	NOUN	I	14			ritter-500
+16	event	event	NOUN	I	15			ritter-500
+17	features	feature	VERB	O	0		v.social	ritter-500
+18	America's...	america's...	PROPN	O	0		n.group	ritter-500
+19	http://tinyurl.com/28hd9fu	http://tinyurl.com/28hd9fu	X	O	0			ritter-500
+20	#fb	#fb	NOUN	O	0		n.communication	ritter-500
+
+1	@MiSS_SOTO	@miss_soto	PROPN	O	0			ritter-501
+2	I	i	PRON	O	0			ritter-501
+3	think	think	VERB	O	0		v.cognition	ritter-501
+4	that	that	DET	O	0			ritter-501
+5	's	's	VERB	O	0		v.stative	ritter-501
+6	when	when	ADV	O	0			ritter-501
+7	I	i	PRON	O	0			ritter-501
+8	'm	'm	AUX	O	0			ritter-501
+9	gonna	gonna	AUX	O	0			ritter-501
+10	be	be	VERB	O	0		v.stative	ritter-501
+11	there	there	ADV	O	0			ritter-501
+
+1	On	on	ADP	O	0			ritter-502
+2	Thanksgiving	thanksgiving	PROPN	O	0		n.event	ritter-502
+3	after	after	ADP	O	0			ritter-502
+4	you	you	PRON	O	0			ritter-502
+5	done	do	VERB	O	0		v.change	ritter-502
+6	eating	eat	VERB	O	0		v.consumption	ritter-502
+7	its	its	PRON	O	0			ritter-502
+8	#TimeToGetOut	#timetogetout	NOUN	O	0		n.time	ritter-502
+9	unless	unless	ADP	O	0			ritter-502
+10	you	you	PRON	O	0			ritter-502
+11	wanna	wanna	VERB	O	0		v.emotion	ritter-502
+12	help	help	VERB	O	0		v.contact	ritter-502
+13	with	with	ADP	O	0			ritter-502
+14	the	the	DET	O	0			ritter-502
+15	dishes	dish	NOUN	O	0		n.act	ritter-502
+
+1	RT	rt	X	O	0			ritter-503
+2	@robmoysey	@robmoysey	PROPN	O	0			ritter-503
+3	Eyeopener	eyeopener	PROPN	O	0		n.group	ritter-503
+4	vs	vs	CONJ	O	0			ritter-503
+5	.	.	PUNCT	O	0			ritter-503
+6	Ryerson	ryerson	PROPN	B	0		n.group	ritter-503
+7	Quidditch	quidditch	NOUN	I	6			ritter-503
+8	team	team	NOUN	I	7			ritter-503
+9	this	this	DET	O	0			ritter-503
+10	Sunday	sunday	PROPN	O	0		n.time	ritter-503
+11	at	at	ADP	O	0			ritter-503
+12	4	4	NUM	B	0		n.time	ritter-503
+13	p.m.	p.m.	NOUN	I	12			ritter-503
+14	Anyone	anyone	NOUN	O	0			ritter-503
+15	know	know	VERB	O	0		v.cognition	ritter-503
+16	where	where	ADV	O	0			ritter-503
+17	to	to	PART	O	0			ritter-503
+18	get	get	VERB	O	0		v.possession	ritter-503
+19	cheap	cheap	ADJ	O	0			ritter-503
+20	brooms	broom	NOUN	O	0		n.artifact	ritter-503
+21	?	?	PUNCT	O	0			ritter-503
+22	#Ryerson	#ryerson	NOUN	O	0			ritter-503
+23	@RUQuidditch	@ruquidditch	PROPN	O	0			ritter-503
+24	#Rams	#rams	X	O	0			ritter-503
+
+1	RT	rt	X	O	0			ritter-504
+2	@ZodiacFacts	@zodiacfacts	PROPN	O	0			ritter-504
+3	:	:	PUNCT	O	0			ritter-504
+4	#ZodiacFacts	#zodiacfacts	NOUN	O	0			ritter-504
+5	As	as	ADP	O	0			ritter-504
+6	an	an	DET	O	0			ritter-504
+7	#Aries	#aries	NOUN	O	0		n.person	ritter-504
+8	romance	romance	NOUN	O	0		n.feeling	ritter-504
+9	is	be	VERB	O	0		v.stative	ritter-504
+10	n't	n't	ADV	O	0			ritter-504
+11	about	about	ADP	O	0			ritter-504
+12	what	what	PRON	O	0			ritter-504
+13	you	you	PRON	O	0			ritter-504
+14	're	're	VERB	O	0		v.stative	ritter-504
+15	after	after	ADP	O	0			ritter-504
+16	--	--	PUNCT	O	0			ritter-504
+17	it	it	PRON	O	0			ritter-504
+18	's	's	AUX	O	0			ritter-504
+19	about	about	ADP	O	0			ritter-504
+20	taking	take	VERB	O	0		v.social	ritter-504
+21	chances	chance	NOUN	O	0		n.act	ritter-504
+22	,	,	PUNCT	O	0			ritter-504
+23	exploring	explore	VERB	O	0		v.cognition	ritter-504
+24	and	and	CONJ	O	0			ritter-504
+25	keeping	keep	VERB	O	0		v.stative	ritter-504
+26	an	an	DET	O	0			ritter-504
+27	...	...	PUNCT	O	0			ritter-504
+
+1	ThAnK	thank	VERB	O	0		v.communication	ritter-505
+2	gOd	god	PROPN	O	0		n.person	ritter-505
+3	ItS	its	PRON	O	0			ritter-505
+4	fRiDaY	friday	PROPN	O	0		n.time	ritter-505
+5	!!	!!	PUNCT	O	0			ritter-505
+
+1	I	i	PRON	O	0			ritter-506
+2	think	think	VERB	O	0		v.cognition	ritter-506
+3	that	that	DET	O	0			ritter-506
+4	today	today	NOUN	O	0		n.time	ritter-506
+5	the	the	DET	O	0			ritter-506
+6	party	party	NOUN	O	0		n.event	ritter-506
+7	has	have	AUX	O	0			ritter-506
+8	been	be	AUX	O	0			ritter-506
+9	canceled	cancel	VERB	O	0		v.change	ritter-506
+10	makes	make	VERB	O	0		v.creation	ritter-506
+11	too	too	ADV	O	0			ritter-506
+12	much	much	ADV	O	0			ritter-506
+13	air	air	NOUN	O	0		n.substance	ritter-506
+14	in	in	ADP	O	0			ritter-506
+15	the	the	DET	O	0			ritter-506
+16	street	street	NOUN	O	0		n.location	ritter-506
+17	loll	loll	INTJ	O	0			ritter-506
+18	.	.	PUNCT	O	0			ritter-506
+19	miss	miss	VERB	O	0		v.emotion	ritter-506
+20	u	u	PRON	O	0			ritter-506
+21	twitfriends	twitfriends	NOUN	O	0		n.person	ritter-506
+22	.	.	PUNCT	O	0			ritter-506
+23	xx	xx	INTJ	O	0			ritter-506
+
+1	Gotta	gotta	VERB	O	0		v.emotion	ritter-507
+2	dress	dress	VERB	B	0		v.body	ritter-507
+3	up	up	PART	I	2			ritter-507
+4	for	for	ADP	O	0			ritter-507
+5	london	london	PROPN	B	0		n.event	ritter-507
+6	fashion	fashion	NOUN	I	5			ritter-507
+7	week	week	NOUN	I	6			ritter-507
+8	and	and	CONJ	O	0			ritter-507
+9	party	party	VERB	O	0		v.social	ritter-507
+10	in	in	ADP	O	0			ritter-507
+11	style	style	NOUN	O	0		n.attribute	ritter-507
+12	!	!	PUNCT	O	0			ritter-507
+
+1	@rattleknackers	@rattleknackers	PROPN	O	0		n.group	ritter-508
+2	amusing	amusing	ADJ	O	0			ritter-508
+3	?	?	PUNCT	O	0			ritter-508
+4	This	this	DET	O	0			ritter-508
+5	is	be	VERB	O	0		v.stative	ritter-508
+6	some	some	DET	O	0			ritter-508
+7	of	of	ADP	O	0			ritter-508
+8	the	the	DET	O	0			ritter-508
+9	greatest	greatest	ADJ	O	0			ritter-508
+10	music	music	NOUN	O	0		n.communication	ritter-508
+11	of	of	ADP	O	0			ritter-508
+12	all	all	DET	O	0			ritter-508
+13	time	time	NOUN	O	0		n.time	ritter-508
+14	,	,	PUNCT	O	0			ritter-508
+15	my	my	PRON	O	0			ritter-508
+16	foot	foot	NOUN	O	0		n.body	ritter-508
+17	has	have	AUX	O	0			ritter-508
+18	n't	n't	ADV	O	0			ritter-508
+19	stopped	stop	VERB	O	0		v.change	ritter-508
+20	tapping	tap	VERB	O	0		v.motion	ritter-508
+21	all	all	DET	O	0			ritter-508
+22	night	night	NOUN	O	0		n.time	ritter-508
+
+1	@aplusk	@aplusk	PROPN	O	0			ritter-509
+2	http://www.youtube.com/watch?v=eLMui7zBiXo	http://www.youtube.com/watch?v=elmui7zbixo	X	O	0			ritter-509
+3	we	we	PRON	O	0			ritter-509
+4	beat	beat	VERB	O	0		v.competition	ritter-509
+5	kilkenny	kilkenny	PROPN	O	0		n.group	ritter-509
+6	after	after	ADP	O	0			ritter-509
+7	they	they	PRON	O	0			ritter-509
+8	beat	beat	VERB	O	0		v.competition	ritter-509
+9	us	us	PRON	O	0			ritter-509
+10	for	for	ADP	O	0			ritter-509
+11	the	the	DET	O	0			ritter-509
+12	last	last	ADJ	O	0			ritter-509
+13	4	4	NUM	O	0			ritter-509
+14	years	years	NOUN	O	0		n.time	ritter-509
+15	in	in	ADP	O	0			ritter-509
+16	the	the	DET	O	0			ritter-509
+17	hurling	hurling	NOUN	O	0		n.act	ritter-509
+18	.	.	PUNCT	O	0			ritter-509
+19	Woo	woo	INTJ	O	0			ritter-509
+20	!!!	!!!	PUNCT	O	0			ritter-509
+
+1	@MakethisRalate	@makethisralate	PROPN	O	0			ritter-510
+2	good	good	ADJ	B	0			ritter-510
+3	luck	luck	NOUN	I	2			ritter-510
+4	at	at	ADP	O	0			ritter-510
+5	Elliot	elliot	PROPN	B	0		n.group	ritter-510
+6	Miner	miner	PROPN	I	5			ritter-510
+7	:D	:d	INTJ	O	0			ritter-510
+8	yous	yous	PRON	O	0			ritter-510
+9	were	be	VERB	O	0		v.stative	ritter-510
+10	greaaaat	greaaaat	ADJ	O	0			ritter-510
+11	tonight	tonight	NOUN	O	0		n.time	ritter-510
+12	&lt;	&lt;	INTJ	O	0			ritter-510
+13	3	3	INTJ	O	0			ritter-510
+14	xx	xx	INTJ	O	0			ritter-510
+
+1	@snufflesgirl25	@snufflesgirl25	PROPN	O	0			ritter-511
+2	@mo9x	@mo9x	PROPN	O	0			ritter-511
+3	Well	well	INTJ	O	0			ritter-511
+4	.	.	PUNCT	O	0			ritter-511
+5	just	just	ADV	O	0			ritter-511
+6	beg	beg	VERB	O	0		v.communication	ritter-511
+7	@100monkeysmusic	@100monkeysmusic	PROPN	O	0		n.person	ritter-511
+8	..	..	PUNCT	O	0			ritter-511
+9	PLEASE	please	VERB	O	0			ritter-511
+10	come	come	VERB	O	0		v.motion	ritter-511
+11	to	to	PART	O	0			ritter-511
+12	the	the	DET	O	0			ritter-511
+13	#SBLeurope	#sbleurope	NOUN	O	0		n.event	ritter-511
+14	Next	next	ADJ	O	0			ritter-511
+15	year	year	NOUN	O	0		n.time	ritter-511
+16	!.	!.	PUNCT	O	0			ritter-511
+17	We	we	PRON	O	0			ritter-511
+18	need	need	VERB	O	0		v.cognition	ritter-511
+19	you	you	PRON	O	0			ritter-511
+20	there	there	ADV	O	0			ritter-511
+21	!	!	PUNCT	O	0			ritter-511
+22	*puss	*puss	NOUN	B	0		n.attribute	ritter-511
+23	in	in	ADP	I	22			ritter-511
+24	boots	boot	NOUN	I	23			ritter-511
+25	eyes*	eyes*	NOUN	O	0		n.body	ritter-511
+
+1	Kk	kk	INTJ	O	0			ritter-512
+2	its	its	PRON	O	0			ritter-512
+3	22:48	22:48	NUM	O	0			ritter-512
+4	friday	friday	PROPN	B	0		n.time	ritter-512
+5	nyt	nyt	NOUN	I	4			ritter-512
+6	:D	:d	INTJ	O	0			ritter-512
+7	really	really	ADV	O	0			ritter-512
+8	tired	tired	ADJ	O	0			ritter-512
+9	so	so	ADP	O	0			ritter-512
+10	imma	imma	PRON	O	0			ritter-512
+11	go	go	VERB	B	0		v.body	ritter-512
+12	to	to	PART	o	0			ritter-512
+13	sleep	sleep	VERB	I	11			ritter-512
+14	:)	:)	INTJ	O	0			ritter-512
+15	good	good	ADJ	B	0		n.communication	ritter-512
+16	nyt	nyt	NOUN	I	15			ritter-512
+17	x	x	INTJ	O	0			ritter-512
+18	god	god	PROPN	B	0		n.communication	ritter-512
+19	bles	bles	VERB	I	18			ritter-512
+20	xxxxx	xxxxx	INTJ	O	0			ritter-512
+
+1	@ConorMc_Ginty	@conormc_ginty	PROPN	O	0			ritter-513
+2	GaGa	gaga	PROPN	O	0		n.person	ritter-513
+3	played	play	VERB	O	0		v.creation	ritter-513
+4	here	here	ADV	O	0			ritter-513
+5	a	a	DET	O	0			ritter-513
+6	few	few	ADJ	O	0			ritter-513
+7	weeks	week	NOUN	O	0		n.time	ritter-513
+8	back	back	ADJ	O	0			ritter-513
+9	.	.	PUNCT	O	0			ritter-513
+10	She	she	PRON	O	0			ritter-513
+11	spoke	speak	VERB	B	0		v.communication	ritter-513
+12	out	out	PART	I	11			ritter-513
+13	against	against	ADP	O	0			ritter-513
+14	SB1070	sb1070	PROPN	O	0		n.group	ritter-513
+15	during	during	ADP	O	0			ritter-513
+16	the	the	DET	O	0			ritter-513
+17	show	show	NOUN	O	0		n.act	ritter-513
+18	.	.	PUNCT	O	0			ritter-513
+19	God	god	PROPN	O	0		n.person	ritter-513
+20	bless	bless	VERB	O	0		v.communication	ritter-513
+21	her	her	PRON	O	0			ritter-513
+22	for	for	ADP	O	0			ritter-513
+23	that	that	DET	O	0			ritter-513
+24	.	.	PUNCT	O	0			ritter-513
+
+1	@DaylySpecialz	@daylyspecialz	PROPN	O	0			ritter-514
+2	im	im	PRON	O	0			ritter-514
+3	doin	doin	VERB	O	0		v.emotion	ritter-514
+4	good	good	ADJ	O	0			ritter-514
+5	,	,	PUNCT	O	0			ritter-514
+6	just	just	ADV	O	0			ritter-514
+7	maxin	maxin	VERB	O	0		v.body	ritter-514
+8	&	&	CONJ	O	0			ritter-514
+9	relaxin	relaxin	VERB	O	0		v.body	ritter-514
+10	on	on	ADP	O	0			ritter-514
+11	my	my	PRON	O	0			ritter-514
+12	day	day	NOUN	B	0		n.event	ritter-514
+13	off	off	ADP	I	12			ritter-514
+14	...	...	PUNCT	O	0			ritter-514
+15	i	i	PRON	O	0			ritter-514
+16	have	have	VERB	O	0		v.stative	ritter-514
+17	a	a	DET	O	0			ritter-514
+18	4	4	NUM	O	0			ritter-514
+19	day	day	NOUN	O	0		n.time	ritter-514
+20	stetch	stetch	NOUN	O	0		n.act	ritter-514
+21	startin	startin	VERB	O	0		v.change	ritter-514
+22	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-514
+23	.	.	PUNCT	O	0			ritter-514
+
+1	I	i	PRON	O	0			ritter-515
+2	just	just	ADV	O	0			ritter-515
+3	took	take	VERB	O	0		v.perception	ritter-515
+4	"	"	PUNCT	O	0			ritter-515
+5	After	after	ADP	O	0			ritter-515
+6	getting	get	VERB	O	0		v.change	ritter-515
+7	trampled	trample	VERB	O	0		v.body	ritter-515
+8	at	at	ADP	O	0			ritter-515
+9	a	a	DET	O	0			ritter-515
+10	Justin	justin	PROPN	B	0		n.communication	ritter-515
+11	Bieber	bieber	PROPN	I	10			ritter-515
+12	concert	concert	NOUN	I	11			ritter-515
+13	,	,	PUNCT	O	0			ritter-515
+14	yoiu	yoiu	PRON	O	0			ritter-515
+15	wake	wake	VERB	B	0		v.body	ritter-515
+16	up	up	ADP	I	15			ritter-515
+17	and	and	CONJ	O	0			ritter-515
+18	..."	..."	PUNCT	O	0			ritter-515
+19	and	and	CONJ	O	0			ritter-515
+20	got	get	VERB	O	0		v.stative	ritter-515
+21	:	:	PUNCT	O	0			ritter-515
+22	Part	part	NOUN	B	0		n.communication	ritter-515
+23	6	6	NUM	I	22			ritter-515
+24	:)	:)	INTJ	O	0			ritter-515
+25	!	!	PUNCT	O	0			ritter-515
+26	Try	try	VERB	O	0		v.social	ritter-515
+27	it	it	PRON	O	0			ritter-515
+28	:	:	PUNCT	O	0			ritter-515
+29	http://tinyurl.com/26zeju5	http://tinyurl.com/26zeju5	X	O	0			ritter-515
+
+1	@k8_walsh	@k8_walsh	PROPN	O	0			ritter-516
+2	I	i	PRON	O	0			ritter-516
+3	've	've	AUX	O	0			ritter-516
+4	been	be	VERB	O	0		v.stative	ritter-516
+5	out	out	ADP	B	0			ritter-516
+6	of	of	ADP	I	5			ritter-516
+7	the	the	DET	I	6			ritter-516
+8	loop	loop	NOUN	I	7			ritter-516
+9	,	,	PUNCT	O	0			ritter-516
+10	but	but	CONJ	O	0			ritter-516
+11	is	be	VERB	O	0		v.stative	ritter-516
+12	Private	private	PROPN	B	0		n.communication	ritter-516
+13	Practice	practice	PROPN	I	12			ritter-516
+14	coming	come	VERB	B	0		v.change	ritter-516
+15	back	back	ADV	I	14			ritter-516
+16	this	this	DET	O	0			ritter-516
+17	year	year	NOUN	O	0		n.time	ritter-516
+18	?	?	PUNCT	O	0			ritter-516
+
+1	I	i	PRON	O	0			ritter-517
+2	just	just	ADV	O	0			ritter-517
+3	took	take	VERB	O	0		v.perception	ritter-517
+4	"	"	PUNCT	O	0			ritter-517
+5	After	after	ADP	O	0			ritter-517
+6	getting	get	VERB	O	0		v.change	ritter-517
+7	trampled	trample	VERB	O	0		v.body	ritter-517
+8	at	at	ADP	O	0			ritter-517
+9	a	a	DET	O	0			ritter-517
+10	Justin	justin	PROPN	B	0		n.communication	ritter-517
+11	Bieber	bieber	PROPN	I	10			ritter-517
+12	concert	concert	NOUN	I	11			ritter-517
+13	,	,	PUNCT	O	0			ritter-517
+14	yoiu	yoiu	PRON	O	0			ritter-517
+15	wake	wake	VERB	B	0		v.body	ritter-517
+16	up	up	ADP	I	15			ritter-517
+17	and	and	CONJ	O	0			ritter-517
+18	..."	..."	NUM	O	0			ritter-517
+19	and	and	CONJ	O	0			ritter-517
+20	got	get	VERB	O	0		v.stative	ritter-517
+21	:	:	PUNCT	O	0			ritter-517
+22	Part	part	NOUN	B	0		n.communication	ritter-517
+23	6	6	NUM	I	22			ritter-517
+24	:)	:)	INTJ	O	0			ritter-517
+25	!	!	PUNCT	O	0			ritter-517
+26	Try	try	VERB	O	0		v.stative	ritter-517
+27	it	it	PRON	O	0			ritter-517
+28	:	:	PUNCT	O	0			ritter-517
+29	http://tinyurl.com/233u5lu	http://tinyurl.com/233u5lu	X	O	0			ritter-517
+
+1	RT	rt	X	O	0			ritter-518
+2	@Mickey__Rourke	@mickey__rourke	PROPN	O	0			ritter-518
+3	:	:	PUNCT	O	0			ritter-518
+4	58	58	NUM	O	0			ritter-518
+5	years	years	NOUN	O	0		n.time	ritter-518
+6	ago	ago	ADP	O	0			ritter-518
+7	today	today	NOUN	O	0		n.event	ritter-518
+8	I	i	PRON	O	0			ritter-518
+9	tumbled	tumble	VERB	O	0		v.motion	ritter-518
+10	from	from	ADP	O	0			ritter-518
+11	my	my	PRON	O	0			ritter-518
+12	mother	mother	NOUN	O	0		n.person	ritter-518
+13	's	's	PART	O	0			ritter-518
+14	womb	womb	NOUN	O	0		n.body	ritter-518
+15	with	with	ADP	O	0			ritter-518
+16	a	a	DET	O	0			ritter-518
+17	cigarette	cigarette	NOUN	O	0		n.artifact	ritter-518
+18	in	in	ADP	O	0			ritter-518
+19	my	my	PRON	O	0			ritter-518
+20	mouth	mouth	NOUN	O	0		n.body	ritter-518
+21	and	and	CONJ	O	0			ritter-518
+22	a	a	DET	O	0			ritter-518
+23	chihuahua	chihuahua	NOUN	B	0		n.animal	ritter-518
+24	puppy	puppy	NOUN	I	23			ritter-518
+25	under	under	ADP	O	0			ritter-518
+26	each	each	DET	O	0			ritter-518
+27	arm	arm	NOUN	O	0		n.body	ritter-518
+28	...	...	PUNCT	O	0			ritter-518
+
+1	Amazon	amazon	PROPN	B	0		n.group	ritter-519
+2	U.K.	u.k.	PROPN	I	1			ritter-519
+3	Offering	offer	VERB	O	0		v.communication	ritter-519
+4	HTC	htc	PROPN	B	0		n.artifact	ritter-519
+5	Desire	desire	PROPN	I	4			ritter-519
+6	Z	z	PROPN	I	5			ritter-519
+7	Unlocked	unlocked	ADJ	O	0			ritter-519
+8	October	october	PROPN	O	0		n.time	ritter-519
+9	11	11	NUM	O	0			ritter-519
+10	:	:	PUNCT	O	0			ritter-519
+11	We	we	PRON	O	0			ritter-519
+12	just	just	ADV	O	0			ritter-519
+13	got	get	VERB	O	0		v.communication	ritter-519
+14	official	official	ADJ	O	0			ritter-519
+15	word	word	NOUN	O	0		n.communication	ritter-519
+16	of	of	ADP	O	0			ritter-519
+17	the	the	DET	O	0			ritter-519
+18	HTC	htc	PROPN	B	0		n.artifact	ritter-519
+19	Desire	desire	PROPN	I	18			ritter-519
+20	Z	z	PROPN	I	19			ritter-519
+21	earlier	earlier	ADJ	O	0			ritter-519
+22	in	in	ADP	O	0			ritter-519
+23	Lo	lo	PROPN	O	0		n.communication	ritter-519
+24	...	...	PUNCT	O	0			ritter-519
+25	http://bit.ly/bsyz9H	http://bit.ly/bsyz9h	X	O	0			ritter-519
+
+1	Yay	yay	INTJ	O	0			ritter-520
+2	.	.	PUNCT	O	0			ritter-520
+3	@penguin	@penguin	PROPN	O	0		n.person	ritter-520
+4	is	be	AUX	O	0			ritter-520
+5	coming	come	VERB	O	0		v.motion	ritter-520
+6	to	to	PART	O	0			ritter-520
+7	see	see	VERB	O	0		v.social	ritter-520
+8	me	me	PRON	O	0			ritter-520
+9	next	next	ADJ	O	0			ritter-520
+10	week	week	NOUN	O	0		n.time	ritter-520
+11	...	...	PUNCT	O	0			ritter-520
+12	plotting	plot	VERB	O	0		v.cognition	ritter-520
+13	my	my	PRON	O	0			ritter-520
+14	cooking	cooking	NOUN	O	0		n.act	ritter-520
+15	now	now	ADV	O	0			ritter-520
+16	!	!	PUNCT	O	0			ritter-520
+
+1	RT	rt	X	O	0			ritter-521
+2	@m_candelaria	@m_candelaria	PROPN	O	0			ritter-521
+3	:	:	PUNCT	O	0			ritter-521
+4	The	the	DET	O	0			ritter-521
+5	amazing	amazing	ADJ	O	0			ritter-521
+6	Follow	follow	PROPN	B	0		n.cognition	ritter-521
+7	Friday	friday	PROPN	I	6			ritter-521
+8	Train	train	PROPN	I	7			ritter-521
+9	:	:	PUNCT	O	0			ritter-521
+10	@Sketchjobs	@sketchjobs	PROPN	O	0			ritter-521
+11	@lollieshopping	@lollieshopping	PROPN	O	0			ritter-521
+12	@philadelphiabn	@philadelphiabn	PROPN	O	0			ritter-521
+13	@elainebiss	@elainebiss	PROPN	O	0			ritter-521
+14	@TableMatters10	@tablematters10	PROPN	O	0			ritter-521
+15	@STALKmyPRETT	@stalkmyprett	PROPN	O	0			ritter-521
+16	...	...	PUNCT	O	0			ritter-521
+
+1	RT	rt	X	O	0			ritter-522
+2	@JDay_Sept15	@jday_sept15	PROPN	O	0			ritter-522
+3	:	:	PUNCT	O	0			ritter-522
+4	RT	rt	X	O	0			ritter-522
+5	@Ashanie_di_Don	@ashanie_di_don	PROPN	O	0			ritter-522
+6	:	:	PUNCT	O	0			ritter-522
+7	@JDay_Sept15	@jday_sept15	PROPN	O	0			ritter-522
+8	lol	lol	INTJ	O	0			ritter-522
+9	i	i	PRON	O	0			ritter-522
+10	see	see	VERB	O	0		v.perception	ritter-522
+11	someone	someone	NOUN	O	0			ritter-522
+12	hyped	hyped	ADJ	O	0			ritter-522
+13	and	and	CONJ	O	0			ritter-522
+14	ready	ready	ADJ	O	0			ritter-522
+15	for	for	ADP	O	0			ritter-522
+16	#FlavaFridays	#flavafridays	NOUN	O	0		n.event	ritter-522
+17	tonight	tonight	NOUN	O	0		n.time	ritter-522
+18	&lt;	&lt;	CONJ	O	0			ritter-522
+19	every	every	DET	O	0			ritter-522
+20	week	week	NOUN	O	0		n.time	ritter-522
+21	.	.	PUNCT	O	0			ritter-522
+22	Lets	let	VERB	O	0		v.social	ritter-522
+23	get	get	VERB	O	0		v.social	ritter-522
+24	it	it	PRON	O	0			ritter-522
+25	!	!	PUNCT	O	0			ritter-522
+
+1	@BieberEgypt	@bieberegypt	PROPN	O	0			ritter-523
+2	I	i	PRON	O	0			ritter-523
+3	've	've	AUX	O	0			ritter-523
+4	got	get	VERB	O	0		v.stative	ritter-523
+5	some	some	DET	O	0			ritter-523
+6	bad	bad	ADJ	O	0			ritter-523
+7	news	news	NOUN	O	0		n.communication	ritter-523
+8	,	,	PUNCT	O	0			ritter-523
+9	Yeah	yeah	INTJ	O	0			ritter-523
+10	I	i	PRON	O	0			ritter-523
+11	cant	cant	AUX	O	0			ritter-523
+12	come	come	VERB	O	0		v.motion	ritter-523
+13	to	to	PART	O	0			ritter-523
+14	the	the	DET	O	0			ritter-523
+15	meeting	meeting	NOUN	O	0		n.event	ritter-523
+16	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-523
+17	.	.	PUNCT	O	0			ritter-523
+18	:	:	PUNCT	O	0			ritter-523
+19	S	s	PROPN	O	0			ritter-523
+
+1	What	what	PRON	O	0			ritter-524
+2	a	a	DET	O	0			ritter-524
+3	productive	productive	ADJ	O	0			ritter-524
+4	day	day	NOUN	O	0		n.time	ritter-524
+5	.	.	PUNCT	O	0			ritter-524
+6	Not	not	ADV	O	0			ritter-524
+7	.	.	PUNCT	O	0			ritter-524
+
+1	Fellas	fella	NOUN	O	0		n.person	ritter-525
+2	Do	do	AUX	O	0			ritter-525
+3	n't	n't	ADV	O	0			ritter-525
+4	just	just	ADV	O	0			ritter-525
+5	lick	lick	VERB	O	0		v.contact	ritter-525
+6	the	the	DET	O	0			ritter-525
+7	PussyY	pussyy	NOUN	O	0		n.body	ritter-525
+8	,	,	PUNCT	O	0			ritter-525
+9	LOVE	love	VERB	O	0		v.emotion	ritter-525
+10	IT	it	PRON	O	0			ritter-525
+11	!	!	PUNCT	O	0			ritter-525
+12	enjoy	enjoy	VERB	O	0		v.emotion	ritter-525
+13	it	it	PRON	O	0			ritter-525
+14	.	.	PUNCT	O	0			ritter-525
+15	like	like	ADP	O	0			ritter-525
+16	u	u	PRON	O	0			ritter-525
+17	just	just	ADV	O	0			ritter-525
+18	got	get	VERB	O	0			ritter-525
+19	married	marry	VERB	O	0		v.social	ritter-525
+20	&	&	CONJ	O	0			ritter-525
+21	the	the	DET	O	0			ritter-525
+22	preacher	preacher	NOUN	O	0		n.person	ritter-525
+23	said	say	VERB	O	0		v.communication	ritter-525
+24	u	u	PRON	O	0			ritter-525
+25	may	may	AUX	O	0			ritter-525
+26	kiss	kiss	VERB	O	0		v.contact	ritter-525
+27	the	the	DET	O	0			ritter-525
+28	bride	bride	NOUN	O	0		n.person	ritter-525
+
+1	RT	rt	X	O	0			ritter-526
+2	@ItsTheTeenLife	@itstheteenlife	PROPN	O	0			ritter-526
+3	:	:	PUNCT	O	0			ritter-526
+4	The	the	DET	O	0			ritter-526
+5	exact	exact	ADJ	O	0			ritter-526
+6	day	day	NOUN	O	0		n.time	ritter-526
+7	that	that	ADP	O	0			ritter-526
+8	I	i	PRON	O	0			ritter-526
+9	wear	wear	VERB	O	0		v.body	ritter-526
+10	shorts	shorts	NOUN	O	0		n.artifact	ritter-526
+11	and	and	CONJ	O	0			ritter-526
+12	a	a	DET	O	0			ritter-526
+13	tee	tee	NOUN	B	0		n.artifact	ritter-526
+14	shirt	shirt	NOUN	I	13			ritter-526
+15	everyone	everyone	NOUN	O	0			ritter-526
+16	shows	show	VERB	B	0		v.motion	ritter-526
+17	up	up	PART	I	16			ritter-526
+18	wearing	wear	VERB	O	0		v.body	ritter-526
+19	hoodies	hoodies	NOUN	O	0		n.artifact	ritter-526
+20	and	and	CONJ	O	0			ritter-526
+21	jeans	jean	NOUN	O	0		n.artifact	ritter-526
+22	.	.	PUNCT	O	0			ritter-526
+23	-_-	-_-	INTJ	O	0			ritter-526
+24	#ItsTheTeenLife	#itstheteenlife	X	O	0			ritter-526
+
+1	RT	rt	X	O	0			ritter-527
+2	@BieberPledge	@bieberpledge	PROPN	O	0			ritter-527
+3	:	:	PUNCT	O	0			ritter-527
+4	When	when	ADV	O	0			ritter-527
+5	I	i	PRON	O	0			ritter-527
+6	Get	get	VERB	O	0		v.change	ritter-527
+7	Old	old	ADJ	O	0			ritter-527
+8	,	,	PUNCT	O	0			ritter-527
+9	Imma	imma	PRON	O	0			ritter-527
+10	Still	still	ADV	O	0			ritter-527
+11	Be	be	AUX	O	0			ritter-527
+12	Rockin	rockin	VERB	B	0		v.motion	ritter-527
+13	Out	out	PART	I	12			ritter-527
+14	To	to	PART	O	0			ritter-527
+15	'	'	PUNCT	O	0			ritter-527
+16	Baby'...Even	baby'...even	PROPN	O	0		n.communication	ritter-527
+17	If	if	ADP	O	0			ritter-527
+18	I	i	PRON	O	0			ritter-527
+19	Break	break	VERB	O	0		v.contact	ritter-527
+20	A	a	DET	O	0			ritter-527
+21	Hip	hip	NOUN	O	0		n.body	ritter-527
+22	;)	;)	INTJ	O	0			ritter-527
+
+1	I	i	PRON	O	0			ritter-528
+2	just	just	ADV	O	0			ritter-528
+3	took	take	VERB	O	0		v.cognition	ritter-528
+4	"	"	PUNCT	O	0			ritter-528
+5	When	when	ADV	O	0			ritter-528
+6	your	your	PRON	O	0			ritter-528
+7	mom	mom	NOUN	O	0		n.person	ritter-528
+8	makes	make	VERB	O	0		v.cognition	ritter-528
+9	you	you	PRON	O	0			ritter-528
+10	go	go	VERB	O	0		v.change	ritter-528
+11	live	live	VERB	O	0		v.stative	ritter-528
+12	with	with	ADP	O	0			ritter-528
+13	your	your	PRON	O	0			ritter-528
+14	dad	dad	NOUN	O	0		n.person	ritter-528
+15	Scooter	scooter	PROPN	B	0		n.person	ritter-528
+16	Braun	braun	PROPN	I	15			ritter-528
+17	,	,	PUNCT	O	0			ritter-528
+18	your	your	PRON	O	0			ritter-528
+19	life	life	NOUN	O	0		n.state	ritter-528
+20	..."	..."	PUNCT	O	0			ritter-528
+21	and	and	CONJ	O	0			ritter-528
+22	got	get	VERB	O	0		v.stative	ritter-528
+23	:	:	PUNCT	O	0			ritter-528
+24	Part	part	NOUN	B	0		n.attribute	ritter-528
+25	7	7	NUM	I	24			ritter-528
+26	!	!	PUNCT	O	0			ritter-528
+27	Try	try	VERB	O	0		v.cognition	ritter-528
+28	it	it	PRON	O	0			ritter-528
+29	:	:	PUNCT	O	0			ritter-528
+30	http://tinyurl.com/27r2pdz	http://tinyurl.com/27r2pdz	X	O	0			ritter-528
+
+1	Not	not	ADV	O	0			ritter-529
+2	feeling	feel	VERB	O	0		v.emotion	ritter-529
+3	up	up	ADP	O	0			ritter-529
+4	to	to	PART	O	0			ritter-529
+5	par	par	NOUN	O	0		n.attribute	ritter-529
+6	today	today	NOUN	O	0		n.time	ritter-529
+7	.	.	PUNCT	O	0			ritter-529
+8	#stressing	#stressing	NOUN	O	0			ritter-529
+
+1	Thanks	thanks	INTJ	O	0			ritter-530
+2	and	and	CONJ	O	0			ritter-530
+3	I	i	PRON	O	0			ritter-530
+4	will	will	VERB	O	0		v.communication	ritter-530
+5	RT	rt	X	O	0			ritter-530
+6	@InnerGizerBunni	@innergizerbunni	PROPN	O	0		n.person	ritter-530
+7	@kizfoprez_TR	@kizfoprez_tr	PROPN	O	0		n.person	ritter-530
+8	Happy	happy	ADJ	O	0			ritter-530
+9	Berlated	berlated	ADJ	O	0			ritter-530
+10	Birthday	birthday	NOUN	O	0		n.event	ritter-530
+11	!	!	PUNCT	O	0			ritter-530
+12	I	i	PRON	O	0			ritter-530
+13	hope	hope	VERB	O	0		v.emotion	ritter-530
+14	u	u	PRON	O	0			ritter-530
+15	have	have	VERB	O	0		v.social	ritter-530
+16	fun	fun	ADJ	O	0			ritter-530
+17	&	&	CONJ	O	0			ritter-530
+18	live	live	VERB	B	0		v.social	ritter-530
+19	it	it	PRON	I	18			ritter-530
+20	up	up	PART	I	19			ritter-530
+21	tonight	tonight	NOUN	O	0		n.time	ritter-530
+22	..	..	PUNCT	O	0			ritter-530
+23	Enjoy	enjoy	VERB	O	0		v.emotion	ritter-530
+24	&	&	CONJ	O	0			ritter-530
+25	b	b	VERB	O	0		v.stative	ritter-530
+26	safe	safe	ADJ	O	0			ritter-530
+27	!	!	PUNCT	O	0			ritter-530
+
+1	Man	man	INTJ	O	0			ritter-531
+2	i	i	PRON	O	0			ritter-531
+3	been	be	AUX	O	0			ritter-531
+4	eatin	eatin	VERB	O	0		v.consumption	ritter-531
+5	fastfood	fastfood	NOUN	O	0		n.food	ritter-531
+6	everyday	everyday	NOUN	O	0		n.quantity	ritter-531
+7	im	im	PRON	O	0			ritter-531
+8	so	so	ADV	O	0			ritter-531
+9	glad	glad	ADJ	O	0			ritter-531
+10	my	my	PRON	O	0			ritter-531
+11	mommy	mommy	NOUN	O	0		n.person	ritter-531
+12	cookin	cookin	VERB	O	0		v.creation	ritter-531
+13	today	today	NOUN	O	0		n.time	ritter-531
+14	...	...	PUNCT	O	0			ritter-531
+
+1	Gotta	gotta	VERB	O	0			ritter-532
+2	call	call	VERB	O	0		v.communication	ritter-532
+3	mom	mom	NOUN	O	0		n.person	ritter-532
+4	2	2	PART	O	0			ritter-532
+5	let	let	VERB	B	0		v.communication	ritter-532
+6	her	her	PRON	o	0			ritter-532
+7	know	know	VERB	I	5			ritter-532
+8	it	it	PRON	O	0			ritter-532
+9	's	's	VERB	O	0		v.stative	ritter-532
+10	almost	almost	ADV	O	0			ritter-532
+11	3	3	NUM	O	0			ritter-532
+12	.	.	PUNCT	O	0			ritter-532
+13	Yli	yli	PROPN	O	0		n.person	ritter-532
+14	gets	get	VERB	B	0		v.motion	ritter-532
+15	out	out	PART	I	14			ritter-532
+16	in	in	ADP	O	0			ritter-532
+17	15	15	NUM	O	0			ritter-532
+18	.	.	PUNCT	O	0			ritter-532
+19	Mom	mom	NOUN	O	0		n.person	ritter-532
+20	took	take	VERB	O	0		v.motion	ritter-532
+21	the	the	DET	O	0			ritter-532
+22	antenna	antenna	NOUN	O	0		n.artifact	ritter-532
+23	home	home	NOUN	O	0		n.location	ritter-532
+24	today	today	NOUN	O	0		n.time	ritter-532
+25	&	&	CONJ	O	0			ritter-532
+26	connected	connect	VERB	O	0		v.contact	ritter-532
+27	it	it	PRON	O	0			ritter-532
+28	at	at	ADP	O	0			ritter-532
+29	home	home	NOUN	O	0		n.location	ritter-532
+30	,	,	PUNCT	O	0			ritter-532
+31	finally	finally	ADV	O	0			ritter-532
+32	.	.	PUNCT	O	0			ritter-532
+
+1	@Zerinaakers	@zerinaakers	PROPN	O	0			ritter-533
+2	talking	talk	VERB	O	0		v.communication	ritter-533
+3	about	about	ADP	O	0			ritter-533
+4	as	as	ADV	O	0			ritter-533
+5	far	far	ADV	O	0			ritter-533
+6	as	as	ADP	O	0			ritter-533
+7	shooting	shoot	VERB	O	0		v.creation	ritter-533
+8	for	for	ADP	O	0			ritter-533
+9	location	location	NOUN	O	0		n.location	ritter-533
+10	its	its	PRON	O	0			ritter-533
+11	going	go	VERB	B	0			ritter-533
+12	to	to	PART	I	11			ritter-533
+13	be	be	VERB	O	0		v.stative	ritter-533
+14	on	on	ADP	O	0			ritter-533
+15	#Vh1	#vh1	NOUN	O	0		n.communication	ritter-533
+16	so	so	ADV	O	0			ritter-533
+17	by	by	ADP	O	0			ritter-533
+18	the	the	DET	O	0			ritter-533
+19	end	end	NOUN	O	0		n.time	ritter-533
+20	of	of	ADP	O	0			ritter-533
+21	the	the	DET	O	0			ritter-533
+22	month	month	NOUN	O	0		n.time	ritter-533
+23	i	i	PRON	O	0			ritter-533
+24	should	should	AUX	O	0			ritter-533
+25	know	know	VERB	O	0		v.cognition	ritter-533
+26	something	something	NOUN	O	0			ritter-533
+
+1	Really	really	ADV	O	0			ritter-534
+2	hope	hope	VERB	O	0		v.emotion	ritter-534
+3	I	i	PRON	O	0			ritter-534
+4	can	can	AUX	O	0			ritter-534
+5	get	get	VERB	O	0		v.motion	ritter-534
+6	to	to	PART	O	0			ritter-534
+7	@glasgowfilm	@glasgowfilm	PROPN	O	0		n.event	ritter-534
+8	for	for	ADP	O	0			ritter-534
+9	Winter	winter	PROPN	B	0		n.communication	ritter-534
+10	's	's	AUX	I	9			ritter-534
+11	Bone	bone	PROPN	I	10			ritter-534
+12	-	-	PUNCT	O	0			ritter-534
+13	need	need	AUX	O	0			ritter-534
+14	to	to	PART	O	0			ritter-534
+15	get	get	VERB	B	0		v.cognition	ritter-534
+16	on	on	ADP	I	15			ritter-534
+17	with	with	ADP	O	0			ritter-534
+18	job	job	NOUN	B	0		n.communication	ritter-534
+19	applications	application	NOUN	I	18			ritter-534
+20	tonight	tonight	NOUN	O	0		n.time	ritter-534
+21	then	then	ADV	O	0			ritter-534
+22	!	!	PUNCT	O	0			ritter-534
+23	Trailer	trailer	NOUN	O	0		n.communication	ritter-534
+24	:	:	PUNCT	O	0			ritter-534
+25	http://bit.ly/bhUlum	http://bit.ly/bhulum	X	O	0			ritter-534
+
+1	@CWWatson	@cwwatson	PROPN	O	0			ritter-535
+2	one	one	NUM	O	0			ritter-535
+3	of	of	ADP	O	0			ritter-535
+4	the	the	DET	O	0			ritter-535
+5	complainers	complainer	NOUN	O	0		n.person	ritter-535
+6	is	be	VERB	O	0		v.stative	ritter-535
+7	a	a	DET	O	0			ritter-535
+8	child	child	NOUN	B	0		n.person	ritter-535
+9	minder	minder	NOUN	I	8			ritter-535
+10	who	who	PRON	O	0			ritter-535
+11	brings	bring	VERB	O	0		v.motion	ritter-535
+12	kids	kid	NOUN	O	0		n.person	ritter-535
+13	to	to	PART	O	0			ritter-535
+14	the	the	DET	O	0			ritter-535
+15	school	school	NOUN	O	0		n.group	ritter-535
+16	then	then	ADV	O	0			ritter-535
+17	looks	look	VERB	B	0		v.social	ritter-535
+18	after	after	PART	I	17			ritter-535
+19	other	other	ADJ	O	0			ritter-535
+20	kids	kid	NOUN	O	0		n.person	ritter-535
+21	thro	thro	ADP	O	0			ritter-535
+22	the	the	DET	O	0			ritter-535
+23	day	day	NOUN	O	0		n.time	ritter-535
+24	.	.	PUNCT	O	0			ritter-535
+25	Beggers	beggers	NOUN	B	0			ritter-535
+26	belief	belief	NOUN	I	25			ritter-535
+
+1	Bonfire	bonfire	NOUN	O	0		n.event	ritter-536
+2	tonite	tonite	NOUN	O	0		n.time	ritter-536
+3	.	.	PUNCT	O	0			ritter-536
+4	All	all	DET	O	0			ritter-536
+5	are	be	AUX	O	0			ritter-536
+6	welcome	welcome	VERB	O	0			ritter-536
+7	,	,	PUNCT	O	0			ritter-536
+8	joe	joe	PROPN	O	0		n.person	ritter-536
+9	included	include	VERB	O	0		v.stative	ritter-536
+
+1	@zombie_killer94	@zombie_killer94	PROPN	O	0			ritter-537
+2	aaahh	aaahh	INTJ	O	0			ritter-537
+3	sorry	sorry	ADJ	O	0			ritter-537
+4	i	i	PRON	O	0			ritter-537
+5	posted	post	VERB	O	0		v.communication	ritter-537
+6	the	the	DET	O	0			ritter-537
+7	link	link	NOUN	O	0		n.communication	ritter-537
+8	wrong	wrong	ADJ	O	0			ritter-537
+9	:(	:(	INTJ	O	0			ritter-537
+10	basically	basically	ADV	O	0			ritter-537
+11	their	their	PRON	O	0			ritter-537
+12	record	record	NOUN	B	0		n.group	ritter-537
+13	company	company	NOUN	I	12			ritter-537
+14	confirmed	confirm	VERB	O	0		v.communication	ritter-537
+15	the	the	DET	O	0			ritter-537
+16	title	title	NOUN	O	0		n.communication	ritter-537
+17	&	&	CONJ	O	0			ritter-537
+18	it	it	PRON	O	0			ritter-537
+19	comes	come	VERB	B	0		v.change	ritter-537
+20	out	out	ADP	I	19			ritter-537
+21	nov	nov	PROPN	O	0		n.time	ritter-537
+22	23	23	NUM	O	0			ritter-537
+23	XD	xd	INTJ	O	0			ritter-537
+
+1	Happy	happy	ADJ	O	0			ritter-538
+2	birfday	birfday	NOUN	O	0		n.event	ritter-538
+3	to	to	PART	O	0			ritter-538
+4	the	the	DET	O	0			ritter-538
+5	only	only	ADJ	O	0			ritter-538
+6	p-i-m-p	p-i-m-p	NOUN	O	0		n.person	ritter-538
+7	I	i	PRON	O	0			ritter-538
+8	know	know	VERB	O	0		v.cognition	ritter-538
+9	...	...	PUNCT	O	0			ritter-538
+10	@amcdavid	@amcdavid	PROPN	O	0		n.person	ritter-538
+11	!	!	PUNCT	O	0			ritter-538
+12	We	we	PRON	O	0			ritter-538
+13	're	're	AUX	O	0			ritter-538
+14	getting	get	VERB	O	0		v.change	ritter-538
+15	"	"	PUNCT	O	0			ritter-538
+16	white	white	ADJ	B	0		n.person	ritter-538
+17	boy	boy	NOUN	I	16			ritter-538
+18	wasted	waste	VERB	O	0		v.body	ritter-538
+19	"	"	PUNCT	O	0			ritter-538
+20	tonight	tonight	NOUN	O	0		n.time	ritter-538
+21	!	!	PUNCT	O	0			ritter-538
+
+1	@endlesskies	@endlesskies	PROPN	O	0			ritter-539
+2	ik	ik	INTJ	O	0			ritter-539
+3	me	me	PRON	O	0			ritter-539
+4	2	2	ADV	O	0			ritter-539
+5	.	.	PUNCT	O	0			ritter-539
+6	At	at	ADP	O	0			ritter-539
+7	night	night	NOUN	O	0		n.time	ritter-539
+8	I	i	PRON	O	0			ritter-539
+9	'm	'm	VERB	O	0		v.stative	ritter-539
+10	wide	wide	ADV	O	0			ritter-539
+11	awake	awake	ADJ	O	0			ritter-539
+12	but	but	CONJ	O	0			ritter-539
+13	the	the	DET	O	0			ritter-539
+14	daytime	daytime	NOUN	O	0		n.time	ritter-539
+15	,	,	PUNCT	O	0			ritter-539
+16	I	i	PRON	O	0			ritter-539
+17	'm	'm	VERB	O	0		v.stative	ritter-539
+18	so	so	ADV	O	0			ritter-539
+19	tired	tired	ADJ	O	0			ritter-539
+20	my	my	PRON	O	0			ritter-539
+21	day	day	NOUN	O	0		n.time	ritter-539
+22	drags	drag	VERB	O	0		v.stative	ritter-539
+
+1	Is	be	VERB	O	0		v.stative	ritter-540
+2	Joaquin	joaquin	PROPN	B	0		n.person	ritter-540
+3	Phoenix	phoenix	PROPN	I	2			ritter-540
+4	Our	our	PRON	O	0			ritter-540
+5	Modern	modern	ADJ	B	0			ritter-540
+6	Day	day	NOUN	I	5			ritter-540
+7	Andy	andy	PROPN	B	0		n.person	ritter-540
+8	Kaufman	kaufman	PROPN	I	7			ritter-540
+9	?:	?:	PUNCT	O	0			ritter-540
+10	...	...	PUNCT	O	0			ritter-540
+11	the	the	DET	O	0			ritter-540
+12	bizarre	bizarre	ADJ	O	0			ritter-540
+13	events	event	NOUN	O	0		n.event	ritter-540
+14	leading	lead	VERB	B	0		v.change	ritter-540
+15	up	up	ADP	I	14			ritter-540
+16	to	to	PART	I	15			ritter-540
+17	this	this	DET	O	0			ritter-540
+18	moment	moment	NOUN	O	0		n.time	ritter-540
+19	,	,	PUNCT	O	0			ritter-540
+20	the	the	DET	O	0			ritter-540
+21	movie	movie	NOUN	O	0		n.communication	ritter-540
+22	could	could	AUX	O	0			ritter-540
+23	...	...	PUNCT	O	0			ritter-540
+24	http://bit.ly/aUZ2on	http://bit.ly/auz2on	X	O	0			ritter-540
+
+1	Not	not	ADV	O	0			ritter-541
+2	only	only	ADV	O	0			ritter-541
+3	is	be	VERB	O	0		v.stative	ritter-541
+4	it	it	PRON	O	0			ritter-541
+5	#BattlestarGalactica	#battlestargalactica	NOUN	O	0		n.communication	ritter-541
+6	's	's	AUX	O	0			ritter-541
+7	32nd	32nd	ADJ	O	0			ritter-541
+8	Anniversary	anniversary	NOUN	O	0		n.event	ritter-541
+9	,	,	PUNCT	O	0			ritter-541
+10	tonite	tonite	NOUN	O	0		n.time	ritter-541
+11	is	be	VERB	O	0		v.stative	ritter-541
+12	the	the	DET	O	0			ritter-541
+13	3rd	3rd	ADJ	B	0		n.communication	ritter-541
+14	season	season	NOUN	I	13			ritter-541
+15	premiere	premiere	NOUN	I	14			ritter-541
+16	of	of	ADP	O	0			ritter-541
+17	#StarWars	#starwars	NOUN	B	0		n.communication	ritter-541
+18	#TheCloneWars	#theclonewars	NOUN	I	17			ritter-541
+19	!!	!!	PUNCT	O	0			ritter-541
+
+1	even	even	ADV	O	0			ritter-542
+2	better	better	ADJ	O	0			ritter-542
+3	than	than	ADP	O	0			ritter-542
+4	cocktail	cocktail	NOUN	B	0		n.event	ritter-542
+5	friday	friday	PROPN	I	4			ritter-542
+6	!	!	PUNCT	O	0			ritter-542
+7	http://is.gd/ffDb9	http://is.gd/ffdb9	X	O	0			ritter-542
+
+1	@_AsToldByBV	@_astoldbybv	PROPN	O	0			ritter-543
+2	well	well	INTJ	O	0			ritter-543
+3	i	i	PRON	O	0			ritter-543
+4	wrote	write	VERB	O	0		v.communication	ritter-543
+5	you	you	PRON	O	0			ritter-543
+6	like	like	ADP	O	0			ritter-543
+7	6	6	NUM	O	0			ritter-543
+8	times	times	NOUN	O	0		n.quantity	ritter-543
+9	this	this	DET	O	0			ritter-543
+10	week	week	NOUN	O	0		n.time	ritter-543
+11	!	!	PUNCT	O	0			ritter-543
+12	urgh	urgh	INTJ	O	0			ritter-543
+13	.	.	PUNCT	O	0			ritter-543
+14	RACHELLE	rachelle	PROPN	O	0		n.person	ritter-543
+15	im	im	PRON	O	0			ritter-543
+16	gonnauh	gonnauh	VERB	O	0			ritter-543
+17	kill	kill	VERB	O	0		v.contact	ritter-543
+18	YOU	you	PRON	O	0			ritter-543
+19	tonite	tonite	NOUN	O	0		n.time	ritter-543
+20	!	!	PUNCT	O	0			ritter-543
+
+1	I	i	PRON	O	0			ritter-544
+2	want	want	VERB	O	0		v.emotion	ritter-544
+3	it	it	PRON	O	0			ritter-544
+4	NOW	now	ADV	O	0			ritter-544
+5	!	!	PUNCT	O	0			ritter-544
+6	;)	;)	INTJ	O	0			ritter-544
+7	RT	rt	X	O	0			ritter-544
+8	:	:	PUNCT	O	0			ritter-544
+9	@corsairartisan	@corsairartisan	PROPN	O	0			ritter-544
+10	Pumpkin	pumpkin	PROPN	B	0		n.food	ritter-544
+11	Moonshine	moonshine	PROPN	I	10			ritter-544
+12	has	have	AUX	O	0			ritter-544
+13	arrived	arrive	VERB	O	0		v.motion	ritter-544
+14	in	in	ADP	O	0			ritter-544
+15	Nashville	nashville	PROPN	O	0		n.location	ritter-544
+16	--	--	PUNCT	O	0			ritter-544
+17	Give	give	VERB	O	0		v.stative	ritter-544
+18	it	it	PRON	O	0			ritter-544
+19	a	a	DET	O	0			ritter-544
+20	week	week	NOUN	O	0		n.time	ritter-544
+21	to	to	PART	O	0			ritter-544
+22	get	get	VERB	O	0		v.possession	ritter-544
+23	it	it	PRON	O	0			ritter-544
+24	in	in	ADP	O	0			ritter-544
+25	stores	store	NOUN	O	0		n.artifact	ritter-544
+26	.	.	PUNCT	O	0			ritter-544
+27	KY	ky	PROPN	O	0		n.group	ritter-544
+28	ships	ship	VERB	O	0		v.motion	ritter-544
+29	next	next	ADP	O	0			ritter-544
+30	week	week	NOUN	O	0		n.time	ritter-544
+31	!	!	PUNCT	O	0			ritter-544
+
+1	Hey	hey	INTJ	O	0			ritter-545
+2	....	....	PUNCT	O	0			ritter-545
+3	my	my	PRON	O	0			ritter-545
+4	birthday	birthday	NOUN	O	0		n.event	ritter-545
+5	is	be	VERB	O	0		v.stative	ritter-545
+6	in	in	ADP	O	0			ritter-545
+7	exactly	exactly	ADV	O	0			ritter-545
+8	one	one	NUM	O	0			ritter-545
+9	month	month	NOUN	O	0		n.time	ritter-545
+10	!!!	!!!	PUNCT	O	0			ritter-545
+11	:D	:d	INTJ	O	0			ritter-545
+
+1	RT	rt	X	O	0			ritter-546
+2	@TheOutlawz	@theoutlawz	PROPN	O	0			ritter-546
+3	:	:	PUNCT	O	0			ritter-546
+4	EVERYBODY	everybody	NOUN	O	0			ritter-546
+5	WHO	who	PRON	O	0			ritter-546
+6	WANT	want	VERB	O	0		v.emotion	ritter-546
+7	A	a	DET	O	0			ritter-546
+8	FOLLOW	follow	NOUN	O	0		n.act	ritter-546
+9	FROM	from	ADP	O	0			ritter-546
+10	ME	me	PRON	O	0			ritter-546
+11	FOR	for	ADP	O	0			ritter-546
+12	FOLLOW	follow	NOUN	B	0		n.event	ritter-546
+13	FRIDAY	friday	PROPN	I	12			ritter-546
+14	LET	let	VERB	B	0		v.communication	ritter-546
+15	ME	me	PRON	o	0			ritter-546
+16	KNOW	know	VERB	I	14			ritter-546
+17	!!	!!	PUNCT	O	0			ritter-546
+18	WE	we	PRON	O	0			ritter-546
+19	AINT	aint	VERB	O	0		v.stative	ritter-546
+20	LIKE	like	ADP	O	0			ritter-546
+21	THESE	these	DET	O	0			ritter-546
+22	HOLLYWOOD	hollywood	PROPN	B	0		n.group	ritter-546
+23	AZZ	azz	NOUN	I	22			ritter-546
+24	RAPPERS	rapper	NOUN	I	23			ritter-546
+25	WE	we	PRON	O	0			ritter-546
+26	FOLLOW	follow	VERB	O	0		v.communication	ritter-546
+27	BACK	back	ADV	O	0			ritter-546
+28	!	!	PUNCT	O	0			ritter-546
+
+1	RT	rt	X	O	0			ritter-547
+2	@rockerfuckerak	@rockerfuckerak	PROPN	O	0			ritter-547
+3	:	:	PUNCT	O	0			ritter-547
+4	What	what	PRON	O	0			ritter-547
+5	's	's	AUX	O	0			ritter-547
+6	done	do	VERB	O	0		v.change	ritter-547
+7	is	be	AUX	O	0			ritter-547
+8	done	do	VERB	O	0		v.change	ritter-547
+9	,	,	PUNCT	O	0			ritter-547
+10	Just	just	ADV	O	0			ritter-547
+11	leave	leave	VERB	B	0		v.stative	ritter-547
+12	it	it	PRON	o	0			ritter-547
+13	alone	alone	ADV	I	11			ritter-547
+14	,	,	PUNCT	O	0			ritter-547
+15	and	and	CONJ	O	0			ritter-547
+16	do	do	AUX	O	0			ritter-547
+17	n't	n't	ADV	O	0			ritter-547
+18	regret	regret	VERB	O	0		v.emotion	ritter-547
+19	.	.	PUNCT	O	0			ritter-547
+20	Sometimes	sometimes	ADV	O	0			ritter-547
+21	somethings	somethings	NOUN	O	0			ritter-547
+22	turn	turn	VERB	B	0		v.change	ritter-547
+23	in-to	in-to	ADP	I	22			ritter-547
+24	dumb	dumb	ADJ	O	0			ritter-547
+25	things	things	NOUN	O	0		n.other	ritter-547
+26	.	.	PUNCT	O	0			ritter-547
+27	And	and	CONJ	O	0			ritter-547
+28	that	that	DET	O	0			ritter-547
+29	's	's	VERB	O	0		v.stative	ritter-547
+30	when	when	ADV	O	0			ritter-547
+31	...	...	PUNCT	O	0			ritter-547
+
+1	@ShelAndPushPlay	@shelandpushplay	PROPN	O	0			ritter-548
+2	Yeah	yeah	INTJ	O	0			ritter-548
+3	man	man	INTJ	O	0			ritter-548
+4	,	,	PUNCT	O	0			ritter-548
+5	u	u	PRON	O	0			ritter-548
+6	got	get	VERB	O	0		v.cognition	ritter-548
+7	it	it	PRON	O	0			ritter-548
+8	.	.	PUNCT	O	0			ritter-548
+9	It	it	PRON	O	0			ritter-548
+10	's	's	VERB	O	0		v.stative	ritter-548
+11	only	only	ADV	O	0			ritter-548
+12	a	a	DET	O	0			ritter-548
+13	matter	matter	NOUN	B	0		n.time	ritter-548
+14	of	of	ADP	I	13			ritter-548
+15	time	time	NOUN	I	14			ritter-548
+16	.	.	PUNCT	O	0			ritter-548
+
+1	@jaredleto	@jaredleto	PROPN	O	0			ritter-549
+2	...	...	PUNCT	O	0			ritter-549
+3	ive	ive	PRON	O	0			ritter-549
+4	been	be	VERB	O	0		v.motion	ritter-549
+5	to	to	PART	O	0			ritter-549
+6	13	13	NUM	O	0			ritter-549
+7	30stm	30stm	PROPN	B	0		n.event	ritter-549
+8	concerts	concert	NOUN	I	7			ritter-549
+9	now	now	ADV	O	0			ritter-549
+10	and	and	CONJ	O	0			ritter-549
+11	you	you	PRON	O	0			ritter-549
+12	never	never	ADV	O	0			ritter-549
+13	got	get	VERB	O	0		v.motion	ritter-549
+14	me	me	PRON	O	0			ritter-549
+15	on	on	ADP	O	0			ritter-549
+16	stage	stage	NOUN	O	0		n.location	ritter-549
+17	during/before	during/before	ADV	O	0			ritter-549
+18	kings	kings	PROPN	B	0		n.communication	ritter-549
+19	and	and	CONJ	I	18			ritter-549
+20	queens	queens	PROPN	I	19			ritter-549
+21	:(	:(	INTJ	O	0			ritter-549
+22	((	((	INTJ	O	0			ritter-549
+
+1	looking	look	VERB	B	0		v.cognition	ritter-550
+2	forward	forward	ADV	I	1			ritter-550
+3	to	to	PART	I	2			ritter-550
+4	a	a	DET	O	0			ritter-550
+5	weekend	weekend	NOUN	O	0		n.time	ritter-550
+6	resting	rest	VERB	O	0		v.body	ritter-550
+7	foot	foot	NOUN	O	0		n.body	ritter-550
+8	!!	!!	PUNCT	O	0			ritter-550
+9	oh	oh	INTJ	O	0			ritter-550
+10	and	and	CONJ	O	0			ritter-550
+11	the	the	DET	O	0			ritter-550
+12	irish	irish	PROPN	O	0		n.group	ritter-550
+13	on	on	ADP	O	0			ritter-550
+14	sunday	sunday	PROPN	O	0		n.time	ritter-550
+15	.	.	PUNCT	O	0			ritter-550
+
+1	Power	power	NOUN	B	0		n.act	ritter-551
+2	nap	nap	NOUN	I	1			ritter-551
+3	.	.	PUNCT	O	0			ritter-551
+4	I	i	PRON	O	0			ritter-551
+5	need	need	VERB	O	0		v.emotion	ritter-551
+6	it	it	PRON	O	0			ritter-551
+7	.	.	PUNCT	O	0			ritter-551
+8	Its	its	PRON	O	0			ritter-551
+9	been	be	VERB	O	0		v.stative	ritter-551
+10	a	a	DET	O	0			ritter-551
+11	stressful	stressful	ADJ	O	0			ritter-551
+12	week	week	NOUN	O	0		n.time	ritter-551
+13	.	.	PUNCT	O	0			ritter-551
+14	I	i	PRON	O	0			ritter-551
+15	'm	'm	AUX	O	0			ritter-551
+16	excited	excite	VERB	O	0		v.emotion	ritter-551
+17	for	for	ADP	O	0			ritter-551
+18	xmas	xmas	PROPN	O	0		n.event	ritter-551
+19	,	,	PUNCT	O	0			ritter-551
+20	haha	haha	INTJ	O	0			ritter-551
+21	.	.	PUNCT	O	0			ritter-551
+22	Goodnight	goodnight	INTJ	O	0			ritter-551
+23	.	.	PUNCT	O	0			ritter-551
+24	:)	:)	INTJ	O	0			ritter-551
+
+1	today	today	NOUN	O	0		n.time	ritter-552
+2	just	just	ADV	O	0			ritter-552
+3	does	do	AUX	O	0			ritter-552
+4	n't	n't	ADV	O	0			ritter-552
+5	feel	feel	VERB	O	0		v.cognition	ritter-552
+6	like	like	ADP	O	0			ritter-552
+7	a	a	DET	O	0			ritter-552
+8	Friday	friday	PROPN	O	0		n.time	ritter-552
+
+1	Yahoo	yahoo	PROPN	O	0		n.group	ritter-553
+2	:	:	PUNCT	O	0			ritter-553
+3	Jackie	jackie	PROPN	O	0		n.person	ritter-553
+4	joins	join	VERB	O	0		v.change	ritter-553
+5	Twitter	twitter	PROPN	O	0		n.group	ritter-553
+6	50	50	NUM	O	0			ritter-553
+7	years	years	NOUN	O	0		n.time	ritter-553
+8	after	after	ADP	O	0			ritter-553
+9	JFK	jfk	PROPN	B	0		n.event	ritter-553
+10	campaign	campaign	NOUN	I	9			ritter-553
+11	:	:	PUNCT	O	0			ritter-553
+12	Had	have	AUX	O	0			ritter-553
+13	Twitter	twitter	PROPN	O	0		n.group	ritter-553
+14	been	be	VERB	O	0		v.stative	ritter-553
+15	an	an	DET	O	0			ritter-553
+16	option	option	NOUN	O	0		n.cognition	ritter-553
+17	in	in	ADP	O	0			ritter-553
+18	1960	1960	NUM	O	0			ritter-553
+19	,	,	PUNCT	O	0			ritter-553
+20	a	a	DET	O	0			ritter-553
+21	pregnant	pregnant	ADJ	O	0			ritter-553
+22	Jacquelin	jacquelin	PROPN	O	0		n.person	ritter-553
+23	...	...	PUNCT	O	0			ritter-553
+24	http://yhoo.it/9VAD4A	http://yhoo.it/9vad4a	X	O	0			ritter-553
+
+1	my	my	PRON	O	0			ritter-554
+2	past	past	NOUN	O	0		n.event	ritter-554
+3	was	be	VERB	O	0		v.stative	ritter-554
+4	the	the	DET	O	0			ritter-554
+5	reason	reason	NOUN	O	0		n.motive	ritter-554
+6	i	i	PRON	O	0			ritter-554
+7	tried	try	VERB	O	0		v.motion	ritter-554
+8	to	to	PART	O	0			ritter-554
+9	kill	kill	VERB	O	0		v.contact	ritter-554
+10	myself	myself	PRON	O	0			ritter-554
+11	the	the	DET	O	0			ritter-554
+12	other	other	ADJ	O	0			ritter-554
+13	day	day	NOUN	O	0		n.time	ritter-554
+14	,	,	PUNCT	O	0			ritter-554
+15	and	and	CONJ	O	0			ritter-554
+16	i	i	PRON	O	0			ritter-554
+17	'll	'll	AUX	O	0			ritter-554
+18	gladly	gladly	ADV	O	0			ritter-554
+19	do	do	VERB	O	0		v.motion	ritter-554
+20	it	it	PRON	O	0			ritter-554
+21	again	again	ADV	O	0			ritter-554
+22	.	.	PUNCT	O	0			ritter-554
+
+1	Dollar	dollar	NOUN	O	0		n.cognition	ritter-555
+2	steady	steady	ADV	O	0			ritter-555
+3	versus	versus	CONJ	O	0			ritter-555
+4	yen	yen	NOUN	O	0		n.cognition	ritter-555
+5	but	but	CONJ	O	0			ritter-555
+6	market	market	NOUN	O	0		n.cognition	ritter-555
+7	wary	wary	ADJ	O	0			ritter-555
+8	of	of	ADP	O	0			ritter-555
+9	intervention	intervention	NOUN	O	0		n.act	ritter-555
+10	|	|	PUNCT	O	0			ritter-555
+11	Money	money	NOUN	O	0		n.possession	ritter-555
+12	...:	...:	PUNCT	O	0			ritter-555
+13	The	the	DET	O	0			ritter-555
+14	dollar	dollar	NOUN	O	0		n.cognition	ritter-555
+15	held	hold	VERB	O	0		v.stative	ritter-555
+16	near	near	ADP	O	0			ritter-555
+17	its	its	PRON	O	0			ritter-555
+18	highest	high	ADJ	O	0			ritter-555
+19	in	in	ADP	O	0			ritter-555
+20	a	a	DET	O	0			ritter-555
+21	month	month	NOUN	O	0		n.time	ritter-555
+22	...	...	PUNCT	O	0			ritter-555
+23	http://bit.ly/a0F3dO	http://bit.ly/a0f3do	X	O	0			ritter-555
+
+1	:(	:(	INTJ	O	0			ritter-556
+2	RT	rt	X	O	0			ritter-556
+3	@themaine	@themaine	PROPN	O	0			ritter-556
+4	Who	who	PRON	O	0		n.group	ritter-556
+5	is	be	AUX	O	0			ritter-556
+6	coming	come	VERB	O	0		v.motion	ritter-556
+7	to	to	PART	O	0			ritter-556
+8	the	the	DET	O	0			ritter-556
+9	show	show	NOUN	O	0		n.event	ritter-556
+10	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-556
+11	in	in	ADP	O	0			ritter-556
+12	Hawaii	hawaii	PROPN	O	0		n.location	ritter-556
+13	?	?	PUNCT	O	0			ritter-556
+
+1	@DrHubaEvaluator	@drhubaevaluator	PROPN	O	0			ritter-557
+2	Not	not	ADV	O	0			ritter-557
+3	long	long	ADV	O	0			ritter-557
+4	ago	ago	ADV	O	0			ritter-557
+5	I	i	PRON	O	0			ritter-557
+6	responded	respond	VERB	O	0		v.communication	ritter-557
+7	to	to	PART	O	0			ritter-557
+8	a	a	DET	O	0			ritter-557
+9	angry	angry	ADJ	O	0			ritter-557
+10	cardiologist	cardiologist	NOUN	O	0		n.person	ritter-557
+11	whom	whom	PRON	O	0			ritter-557
+12	I	i	PRON	O	0			ritter-557
+13	have	have	AUX	O	0			ritter-557
+14	known	know	VERB	O	0		v.cognition	ritter-557
+15	yrs	yr	NOUN	O	0		n.time	ritter-557
+16	.	.	PUNCT	O	0			ritter-557
+17	when	when	ADV	O	0			ritter-557
+18	he	he	PRON	O	0			ritter-557
+19	spit	spit	VERB	B	0		v.communication	ritter-557
+20	venom	venom	NOUN	I	19			ritter-557
+21	to	to	PART	O	0			ritter-557
+22	the	the	DET	O	0			ritter-557
+23	newspaper	newspaper	NOUN	O	0		n.communication	ritter-557
+24	but	but	CONJ	O	0			ritter-557
+25	I	i	PRON	O	0			ritter-557
+26	did	do	VERB	O	0		v.stative	ritter-557
+27	it	it	PRON	O	0			ritter-557
+28	+	+	X	O	0			ritter-557
+
+1	@Strigy	@strigy	PROPN	O	0			ritter-558
+2	got	get	VERB	O	0		v.possession	ritter-558
+3	mine	mine	NOUN	O	0		n.artifact	ritter-558
+4	in	in	ADP	O	0			ritter-558
+5	bbt	bbt	PROPN	B	0		n.location	ritter-558
+6	aintree	aintree	PROPN	I	5			ritter-558
+7	today	today	NOUN	O	0		n.time	ritter-558
+8	.	.	PUNCT	O	0			ritter-558
+9	Played	play	VERB	O	0		v.competition	ritter-558
+10	table	table	NOUN	B	0		n.act	ritter-558
+11	tennis	tennis	NOUN	I	10			ritter-558
+12	on	on	ADP	O	0			ritter-558
+13	it	it	PRON	O	0			ritter-558
+14	in	in	ADP	O	0			ritter-558
+15	store	store	NOUN	O	0		n.location	ritter-558
+16	!	!	PUNCT	O	0			ritter-558
+17	V	v	ADV	O	0			ritter-558
+18	impressed	impress	VERB	O	0		v.emotion	ritter-558
+19	.	.	PUNCT	O	0			ritter-558
+20	Did	do	AUX	O	0			ritter-558
+21	you	you	PRON	O	0			ritter-558
+22	get	get	VERB	O	0		v.possession	ritter-558
+23	analogue	analogue	ADJ	B	0		n.artifact	ritter-558
+24	controller	controller	NOUN	I	23			ritter-558
+25	2	2	ADV	O	0			ritter-558
+26	?	?	PUNCT	O	0			ritter-558
+
+1	USM	usm	PROPN	O	0		n.person	ritter-559
+2	get	get	VERB	B	0		v.body	ritter-559
+3	ready	ready	ADV	I	2			ritter-559
+4	yours	yours	PRON	B	0			ritter-559
+5	truly	truly	ADV	I	4			ritter-559
+6	tonight	tonight	NOUN	O	0		n.time	ritter-559
+7	at	at	ADP	O	0			ritter-559
+8	frat	frat	NOUN	B	0		n.location	ritter-559
+9	house	house	NOUN	I	8			ritter-559
+10	Hattiesburg	hattiesburg	PROPN	I	9			ritter-559
+11	on	on	ADP	O	0			ritter-559
+12	the	the	DET	O	0			ritter-559
+13	1s	1s	NUM	O	0			ritter-559
+14	n	n	CONJ	O	0			ritter-559
+15	2s	2s	NUM	O	0			ritter-559
+16	!!	!!	PUNCT	O	0			ritter-559
+
+1	Today	today	NOUN	O	0		n.time	ritter-560
+2	's	's	AUX	O	0			ritter-560
+3	cheer	cheer	NOUN	O	0		n.communication	ritter-560
+4	went	go	VERB	O	0		v.change	ritter-560
+5	from	from	ADP	O	0			ritter-560
+6	awful	awful	ADJ	O	0			ritter-560
+7	to	to	PART	O	0			ritter-560
+8	awesome	awesome	ADJ	O	0			ritter-560
+9	from	from	ADP	O	0			ritter-560
+10	the	the	DET	O	0			ritter-560
+11	moment	moment	NOUN	O	0		n.time	ritter-560
+12	I	i	PRON	O	0			ritter-560
+13	realized	realize	VERB	O	0		v.cognition	ritter-560
+14	I	i	PRON	O	0			ritter-560
+15	did	do	AUX	O	0			ritter-560
+16	not	not	ADV	O	0			ritter-560
+17	have	have	VERB	O	0		v.social	ritter-560
+18	class	class	NOUN	O	0		n.act	ritter-560
+19	today	today	NOUN	O	0		n.time	ritter-560
+20	.	.	PUNCT	O	0			ritter-560
+
+1	@jonronson	@jonronson	PROPN	O	0			ritter-561
+2	But	but	CONJ	O	0			ritter-561
+3	a	a	DET	O	0			ritter-561
+4	mess	mess	NOUN	O	0		n.state	ritter-561
+5	on	on	ADP	O	0			ritter-561
+6	one	one	NUM	O	0			ritter-561
+7	day	day	NOUN	O	0		n.time	ritter-561
+8	may	may	AUX	O	0			ritter-561
+9	not	not	ADV	O	0			ritter-561
+10	a	a	DET	O	0			ritter-561
+11	mess	mess	NOUN	O	0		n.state	ritter-561
+12	eternally	eternally	ADV	O	0			ritter-561
+13	be	be	VERB	O	0		v.stative	ritter-561
+14	.	.	PUNCT	O	0			ritter-561
+
+1	Driving	drive	VERB	O	0		v.motion	ritter-562
+2	,	,	PUNCT	O	0			ritter-562
+3	driving	drive	VERB	O	0		v.motion	ritter-562
+4	,	,	PUNCT	O	0			ritter-562
+5	driving	drive	VERB	O	0		v.motion	ritter-562
+6	away	away	ADV	O	0			ritter-562
+7	to	to	PART	O	0			ritter-562
+8	Phil	phil	PROPN	O	0		n.location	ritter-562
+9	.	.	PUNCT	O	0			ritter-562
+10	Tasty	tasty	ADJ	O	0			ritter-562
+11	dinner	dinner	NOUN	O	0		n.food	ritter-562
+12	tonight	tonight	NOUN	O	0		n.time	ritter-562
+13	with	with	ADP	O	0			ritter-562
+14	the	the	DET	O	0			ritter-562
+15	Society	society	PROPN	B	0		n.group	ritter-562
+16	of	of	ADP	I	15			ritter-562
+17	Mining	mining	PROPN	I	16			ritter-562
+18	and	and	CONJ	I	17			ritter-562
+19	Metallurgy	metallurgy	PROPN	I	18			ritter-562
+20	Engineers	engineers	PROPN	I	19			ritter-562
+21	.	.	PUNCT	O	0			ritter-562
+
+1	Have	have	VERB	O	0		v.stative	ritter-563
+2	a	a	DET	O	0			ritter-563
+3	practice	practice	NOUN	B	0		n.event	ritter-563
+4	session	session	NOUN	I	3			ritter-563
+5	@Cromwell	@cromwell	PROPN	B	0		n.location	ritter-563
+6	Field	field	NOUN	I	5			ritter-563
+7	today	today	NOUN	O	0		n.time	ritter-563
+8	at	at	ADP	O	0			ritter-563
+9	6pm	6pm	NUM	O	0			ritter-563
+10	.	.	PUNCT	O	0			ritter-563
+11	Hope	hope	VERB	O	0		v.emotion	ritter-563
+12	i	i	PRON	O	0			ritter-563
+13	shine	shine	VERB	O	0		v.emotion	ritter-563
+14	well	well	ADV	O	0			ritter-563
+15	and	and	CONJ	O	0			ritter-563
+16	start	start	VERB	O	0		v.change	ritter-563
+17	the	the	DET	O	0			ritter-563
+18	next	next	ADJ	O	0			ritter-563
+19	game	game	NOUN	O	0		n.act	ritter-563
+20	.	.	PUNCT	O	0			ritter-563
+21	:)	:)	INTJ	O	0			ritter-563
+
+1	Pxleyes	pxleyes	PROPN	O	0		n.group	ritter-564
+2	Top	top	PROPN	B	0		n.quantity	ritter-564
+3	50	50	NUM	I	2			ritter-564
+4	Photography	photography	PROPN	B	0		n.artifact	ritter-564
+5	Contest	contest	PROPN	I	4			ritter-564
+6	Pictures	picture	NOUN	I	5			ritter-564
+7	of	of	ADP	O	0			ritter-564
+8	August	august	PROPN	O	0		n.time	ritter-564
+9	2010	2010	NUM	O	0			ritter-564
+10	...	...	PUNCT	O	0			ritter-564
+11	http://bit.ly/bgCyZ0	http://bit.ly/bgcyz0	X	O	0			ritter-564
+12	#photography	#photography	X	O	0			ritter-564
+
+1	Costa	costa	ADJ	B	0			ritter-565
+2	Rican	rican	ADJ	I	1			ritter-565
+3	group	group	NOUN	O	0		n.group	ritter-565
+4	CocoFunka	cocofunka	PROPN	O	0		n.group	ritter-565
+5	power	power	VERB	O	0		v.creation	ritter-565
+6	this	this	DET	O	0			ritter-565
+7	week	week	NOUN	O	0		n.time	ritter-565
+8	's	's	PART	O	0			ritter-565
+9	Indiesent	indiesent	PROPN	B	0		n.event	ritter-565
+10	Exposure	exposure	PROPN	I	9			ritter-565
+11	http://ht.ly/2G4nS	http://ht.ly/2g4ns	X	O	0			ritter-565
+12	by	by	ADP	O	0			ritter-565
+13	@fuseboxradio	@fuseboxradio	PROPN	O	0		n.group	ritter-565
+14	on	on	ADP	O	0			ritter-565
+15	@planetill	@planetill	PROPN	O	0		n.group	ritter-565
+
+1	RT	rt	X	O	0			ritter-566
+2	@Quotealicious	@quotealicious	PROPN	O	0			ritter-566
+3	:	:	PUNCT	O	0			ritter-566
+4	Today	today	NOUN	O	0		n.time	ritter-566
+5	,	,	PUNCT	O	0			ritter-566
+6	I	i	PRON	O	0			ritter-566
+7	saw	saw	VERB	O	0		v.perception	ritter-566
+8	a	a	DET	O	0			ritter-566
+9	guy	guy	NOUN	O	0		n.person	ritter-566
+10	driving	drive	VERB	O	0		v.motion	ritter-566
+11	a	a	DET	O	0			ritter-566
+12	Pepsi	pepsi	PROPN	B	0		n.artifact	ritter-566
+13	truck	truck	NOUN	I	12			ritter-566
+14	,	,	PUNCT	O	0			ritter-566
+15	drinking	drink	VERB	O	0		v.consumption	ritter-566
+16	a	a	DET	O	0			ritter-566
+17	Coke	coke	PROPN	O	0		n.food	ritter-566
+18	.	.	PUNCT	O	0			ritter-566
+19	MLIA	mlia	INTJ	O	0			ritter-566
+20	#Quotealicious	#quotealicious	X	O	0			ritter-566
+
+1	After	after	ADP	O	0			ritter-567
+2	I	i	PRON	O	0			ritter-567
+3	pet	pet	VERB	O	0		v.contact	ritter-567
+4	a	a	DET	O	0			ritter-567
+5	kitten	kitten	NOUN	O	0		n.animal	ritter-567
+6	on	on	ADP	O	0			ritter-567
+7	JFK	jfk	PROPN	O	0		n.location	ritter-567
+8	,	,	PUNCT	O	0			ritter-567
+9	the	the	DET	O	0			ritter-567
+10	owners	owner	NOUN	O	0		n.person	ritter-567
+11	informed	inform	VERB	O	0		v.communication	ritter-567
+12	me	me	PRON	O	0			ritter-567
+13	it	it	PRON	O	0			ritter-567
+14	's	's	VERB	O	0		v.stative	ritter-567
+15	'	'	PUNCT	O	0			ritter-567
+16	double-pawed	double-pawed	ADJ	O	0			ritter-567
+17	'	'	PUNCT	O	0			ritter-567
+18	(	(	PUNCT	O	0			ritter-567
+19	polydactyl)	polydactyl)	NOUN	O	0			ritter-567
+20	,	,	PUNCT	O	0			ritter-567
+21	which	which	DET	O	0			ritter-567
+22	is	be	VERB	O	0		v.stative	ritter-567
+23	"	"	PUNCT	O	0			ritter-567
+24	a	a	DET	O	0			ritter-567
+25	form	form	NOUN	O	0		n.relation	ritter-567
+26	of	of	ADP	O	0			ritter-567
+27	retardation	retardation	NOUN	O	0		n.attribute	ritter-567
+28	in	in	ADP	O	0			ritter-567
+29	the	the	DET	O	0			ritter-567
+30	animal	animal	NOUN	B	0		n.group	ritter-567
+31	kingdom	kingdom	NOUN	I	30			ritter-567
+32	"	"	PUNCT	O	0			ritter-567
+
+1	I	i	PRON	O	0			ritter-568
+2	'm	'm	VERB	O	0		v.stative	ritter-568
+3	tired	tired	ADJ	O	0			ritter-568
+4	after	after	ADP	O	0			ritter-568
+5	school	school	NOUN	O	0		n.event	ritter-568
+6	today	today	NOUN	O	0			ritter-568
+7	!	!	PUNCT	O	0			ritter-568
+
+1	About	about	PROPN	O	0			ritter-569
+2	online	online	NOUN	B	0		n.group	ritter-569
+3	dietician	dietician	NOUN	I	2			ritter-569
+4	:	:	PUNCT	O	0			ritter-569
+5	A	a	DET	O	0			ritter-569
+6	thinner	thin	ADJ	O	0			ritter-569
+7	stool	stool	NOUN	O	0		n.substance	ritter-569
+8	than	than	ADP	O	0			ritter-569
+9	usual	usual	ADJ	O	0			ritter-569
+10	can	can	AUX	O	0			ritter-569
+11	be	be	AUX	O	0			ritter-569
+12	identified	identify	VERB	O	0		v.cognition	ritter-569
+13	and	and	CONJ	O	0			ritter-569
+14	removed	remove	VERB	O	0		v.change	ritter-569
+15	before	before	ADP	O	0			ritter-569
+16	they	they	PRON	O	0			ritter-569
+17	get	get	VERB	O	0		v.change	ritter-569
+18	are	be	VERB	O	0		v.stative	ritter-569
+19	2	2	NUM	O	0			ritter-569
+20	weeks	week	NOUN	O	0		n.time	ritter-569
+21	ago	ago	ADP	O	0			ritter-569
+22	J	j	PROPN	O	0			ritter-569
+23	...	...	PUNCT	O	0			ritter-569
+24	http://bit.ly/cYGBdz	http://bit.ly/cygbdz	X	O	0			ritter-569
+
+1	Greek	greek	PROPN	B	0		n.event	ritter-570
+2	Festival	festival	PROPN	I	1			ritter-570
+3	at	at	ADP	O	0			ritter-570
+4	St	st	PROPN	B	0		n.location	ritter-570
+5	Johns	johns	PROPN	I	4			ritter-570
+6	before	before	ADP	O	0			ritter-570
+7	ASPEN	aspen	PROPN	O	0		n.location	ritter-570
+
+1	The	the	PROPN	B	0		n.communication	ritter-571
+2	Town	town	PROPN	I	1			ritter-571
+3	might	might	AUX	O	0			ritter-571
+4	be	be	VERB	O	0		v.stative	ritter-571
+5	one	one	NUM	O	0			ritter-571
+6	of	of	ADP	O	0			ritter-571
+7	the	the	DET	O	0			ritter-571
+8	best	best	ADJ	O	0			ritter-571
+9	movies	movie	NOUN	O	0		n.communication	ritter-571
+10	I	i	PRON	O	0			ritter-571
+11	have	have	AUX	O	0			ritter-571
+12	seen	see	VERB	O	0		v.perception	ritter-571
+13	all	all	DET	O	0			ritter-571
+14	year	year	NOUN	O	0		n.time	ritter-571
+15	.	.	PUNCT	O	0			ritter-571
+16	So	so	ADV	O	0			ritter-571
+17	,	,	PUNCT	O	0			ritter-571
+18	so	so	ADV	O	0			ritter-571
+19	good	good	ADJ	O	0			ritter-571
+20	.	.	PUNCT	O	0			ritter-571
+21	And	and	CONJ	O	0			ritter-571
+22	do	do	AUX	O	0			ritter-571
+23	n't	n't	ADV	O	0			ritter-571
+24	worry	worry	VERB	O	0		v.emotion	ritter-571
+25	Ben	ben	PROPN	O	0		n.person	ritter-571
+26	,	,	PUNCT	O	0			ritter-571
+27	we	we	PRON	O	0			ritter-571
+28	already	already	ADV	O	0			ritter-571
+29	forgave	forgive	VERB	O	0		v.cognition	ritter-571
+30	you	you	PRON	O	0			ritter-571
+31	for	for	ADP	O	0			ritter-571
+32	Gigli	gigli	PROPN	O	0		n.communication	ritter-571
+33	.	.	PUNCT	O	0			ritter-571
+34	Really	really	ADV	O	0			ritter-571
+35	.	.	PUNCT	O	0			ritter-571
+
+1	@Jsmoothhh	@jsmoothhh	PROPN	O	0			ritter-572
+2	it	it	PRON	O	0			ritter-572
+3	's	's	AUX	O	0			ritter-572
+4	not	not	ADV	O	0			ritter-572
+5	supposed	suppose	VERB	B	0			ritter-572
+6	to	to	PART	I	5			ritter-572
+7	rain	rain	VERB	O	0		v.weather	ritter-572
+8	till	till	ADP	O	0			ritter-572
+9	Sunday	sunday	PROPN	B	0		n.time	ritter-572
+10	night	night	NOUN	I	9			ritter-572
+11	.	.	PUNCT	O	0			ritter-572
+
+1	So	so	ADV	O	0			ritter-573
+2	far	far	ADV	O	0			ritter-573
+3	this	this	DET	O	0			ritter-573
+4	day	day	NOUN	O	0		n.time	ritter-573
+5	xxx	xxx	ADJ	O	0			ritter-573
+6	;	;	PUNCT	O	0			ritter-573
+7	t	t	ADV	O	0			ritter-573
+8	gone	go	VERB	O	0		v.stative	ritter-573
+9	to	to	PART	O	0			ritter-573
+10	well	well	ADV	O	0			ritter-573
+11	,	,	PUNCT	O	0			ritter-573
+12	hopefully	hopefully	ADV	O	0			ritter-573
+13	my	my	PRON	O	0			ritter-573
+14	night	night	NOUN	O	0		n.time	ritter-573
+15	will	will	AUX	O	0			ritter-573
+16	be	be	VERB	O	0		v.stative	ritter-573
+17	better	better	ADJ	O	0			ritter-573
+18	!	!	PUNCT	O	0			ritter-573
+
+1	Going	go	VERB	O	0		v.motion	ritter-574
+2	to	to	PART	O	0			ritter-574
+3	the	the	DET	O	0			ritter-574
+4	country	country	NOUN	B	0		n.event	ritter-574
+5	fair	fair	NOUN	I	4			ritter-574
+6	today	today	NOUN	O	0			ritter-574
+7	:)	:)	INTJ	O	0			ritter-574
+
+1	Lindsay	lindsay	PROPN	B	0		n.person	ritter-575
+2	Lohan	lohan	PROPN	I	1			ritter-575
+3	allegedly	allegedly	ADV	O	0			ritter-575
+4	failed	fail	VERB	O	0		v.change	ritter-575
+5	her	her	PRON	O	0			ritter-575
+6	drug	drug	NOUN	B	0		n.act	ritter-575
+7	test	test	NOUN	I	6			ritter-575
+8	.	.	PUNCT	O	0			ritter-575
+9	So	so	ADV	O	0			ritter-575
+10	not	not	ADV	O	0			ritter-575
+11	fetch	fetch	ADJ	O	0			ritter-575
+12	.	.	PUNCT	O	0			ritter-575
+13	Quick	quick	ADV	O	0			ritter-575
+14	,	,	PUNCT	O	0			ritter-575
+15	let	let	VERB	O	0		v.social	ritter-575
+16	's	's	AUX	O	0			ritter-575
+17	all	all	DET	O	0			ritter-575
+18	put	put	VERB	B	0		v.body	ritter-575
+19	on	on	ADP	I	18			ritter-575
+20	our	our	PRON	O	0			ritter-575
+21	shocked	shocked	ADJ	O	0			ritter-575
+22	faces	face	NOUN	O	0		n.body	ritter-575
+23	that	that	ADP	O	0			ritter-575
+24	23	23	NUM	O	0			ritter-575
+25	days	days	NOUN	O	0		n.time	ritter-575
+26	of	of	ADP	O	0			ritter-575
+27	rehab	rehab	NOUN	O	0		n.act	ritter-575
+28	did	do	AUX	O	0			ritter-575
+29	n't	n't	ADV	O	0			ritter-575
+30	work	work	VERB	O	0		v.stative	ritter-575
+31	!	!	PUNCT	O	0			ritter-575
+
+1	@SweetBee_90	@sweetbee_90	PROPN	O	0			ritter-576
+2	what	what	PRON	O	0			ritter-576
+3	's	's	VERB	O	0		v.stative	ritter-576
+4	the	the	DET	O	0			ritter-576
+5	look	look	NOUN	O	0		n.attribute	ritter-576
+6	for	for	ADP	O	0			ritter-576
+7	tonight	tonight	NOUN	O	0		n.time	ritter-576
+8	?	?	PUNCT	O	0			ritter-576
+
+1	I	i	PRON	O	0			ritter-577
+2	remember	remember	VERB	O	0		v.cognition	ritter-577
+3	when	when	ADV	O	0			ritter-577
+4	you	you	PRON	O	0			ritter-577
+5	all	all	DET	O	0			ritter-577
+6	were	be	VERB	O	0		v.stative	ritter-577
+7	thiiis	thiiis	DET	O	0			ritter-577
+8	big	big	ADJ	O	0			ritter-577
+9	,	,	PUNCT	O	0			ritter-577
+10	you	you	PRON	B	0			ritter-577
+11	know	know	VERB	I	10			ritter-577
+12	?	?	PUNCT	O	0			ritter-577
+
+1	going	go	VERB	O	0		v.motion	ritter-578
+2	now	now	ADV	O	0			ritter-578
+3	guiseeeee	guiseeeee	NOUN	O	0		n.person	ritter-578
+4	...	...	PUNCT	O	0			ritter-578
+5	if	if	ADP	O	0			ritter-578
+6	i	i	PRON	O	0			ritter-578
+7	dont	dont	VERB	O	0			ritter-578
+8	see	see	VERB	O	0		v.perception	ritter-578
+9	you	you	PRON	O	0			ritter-578
+10	through	through	ADP	O	0			ritter-578
+11	the	the	DET	O	0			ritter-578
+12	week	week	NOUN	O	0		n.time	ritter-578
+13	ill	ill	AUX	O	0			ritter-578
+14	see	see	VERB	O	0		v.perception	ritter-578
+15	you	you	PRON	O	0			ritter-578
+16	through	through	ADP	O	0			ritter-578
+17	the	the	DET	O	0			ritter-578
+18	window	window	NOUN	O	0		n.artifact	ritter-578
+19	:)	:)	INTJ	O	0			ritter-578
+20	:)	:)	INTJ	O	0			ritter-578
+
+1	Beautiful	beautiful	ADJ	O	0			ritter-579
+2	day	day	NOUN	O	0		n.time	ritter-579
+3	in	in	ADP	O	0			ritter-579
+4	Chicago	chicago	PROPN	O	0		n.location	ritter-579
+5	!	!	PUNCT	O	0			ritter-579
+6	Nice	nice	ADJ	O	0			ritter-579
+7	to	to	PART	O	0			ritter-579
+8	get	get	VERB	B	0		v.motion	ritter-579
+9	away	away	ADV	I	8			ritter-579
+10	from	from	ADP	O	0			ritter-579
+11	the	the	DET	O	0			ritter-579
+12	Florida	florida	PROPN	B	0		n.phenomenon	ritter-579
+13	heat	heat	NOUN	I	12			ritter-579
+14	.	.	PUNCT	O	0			ritter-579
+
+1	But	but	CONJ	O	0			ritter-580
+2	what	what	PRON	O	0			ritter-580
+3	happens	happen	VERB	O	0		v.change	ritter-580
+4	when	when	ADV	O	0			ritter-580
+5	karam	karam	PROPN	O	0		n.phenomenon	ritter-580
+6	turns	turn	VERB	B	0		v.change	ritter-580
+7	right	right	ADV	o	0			ritter-580
+8	around	around	PART	I	6			ritter-580
+9	and	and	CONJ	O	0			ritter-580
+10	bites	bite	VERB	O	0		v.change	ritter-580
+11	you	you	PRON	O	0			ritter-580
+12	?	?	PUNCT	O	0			ritter-580
+13	And	and	CONJ	O	0			ritter-580
+14	everything	everything	NOUN	O	0			ritter-580
+15	you	you	PRON	O	0			ritter-580
+16	stand	stand	VERB	B	0		v.cognition	ritter-580
+17	for	for	ADP	I	16			ritter-580
+18	turns	turn	VERB	B	0		v.change	ritter-580
+19	on	on	ADP	I	18			ritter-580
+20	you	you	PRON	O	0			ritter-580
+21	despite	despite	ADP	O	0			ritter-580
+22	you	you	PRON	O	0			ritter-580
+23	?	?	PUNCT	O	0			ritter-580
+
+1	@alealshinn	@alealshinn	PROPN	O	0			ritter-581
+2	@BambingBling	@bambingbling	PROPN	O	0			ritter-581
+3	~~~	~~~	PUNCT	O	0			ritter-581
+4	@sunchips	@sunchips	PROPN	O	0			ritter-581
+5	this	this	DET	O	0			ritter-581
+6	is	be	VERB	O	0		v.stative	ritter-581
+7	the	the	DET	O	0			ritter-581
+8	second	second	ADJ	O	0			ritter-581
+9	time	time	NOUN	O	0		n.event	ritter-581
+10	they	they	PRON	O	0			ritter-581
+11	have	have	AUX	O	0			ritter-581
+12	messed	mess	VERB	B	0		v.cognition	ritter-581
+13	up	up	PART	I	12			ritter-581
+14	....	....	PUNCT	O	0			ritter-581
+15	about	about	ADP	O	0			ritter-581
+16	to	to	PART	O	0			ritter-581
+17	give	give	VERB	B	0		v.cognition	ritter-581
+18	up	up	PART	I	17			ritter-581
+19	on	on	ADP	O	0			ritter-581
+20	them	them	PRON	O	0			ritter-581
+
+1	#blackholidays	#blackholidays	X	O	0			ritter-582
+2	"	"	PUNCT	O	0			ritter-582
+3	National	national	ADJ	O	0			ritter-582
+4	forget	forget	VERB	B	0		n.event	ritter-582
+5	the	the	DET	I	4			ritter-582
+6	he	he	PRON	I	5			ritter-582
+7	say	say	VERB	I	6			ritter-582
+8	she	she	PRON	I	7			ritter-582
+9	say	say	VERB	I	8			ritter-582
+10	...	...	PUNCT	I	9			ritter-582
+11	what	what	PRON	I	10			ritter-582
+12	do	do	AUX	I	11			ritter-582
+13	God	god	PROPN	I	12			ritter-582
+14	say	say	VERB	I	13			ritter-582
+15	day	day	NOUN	I	14			ritter-582
+16	"	"	PUNCT	O	0			ritter-582
+
+1	JV	jv	NOUN	B	0		n.group	ritter-583
+2	soccer	soccer	NOUN	I	1			ritter-583
+3	leads	lead	VERB	O	0		v.competition	ritter-583
+4	4-1	4-1	ADJ	O	0			ritter-583
+5	after	after	ADP	O	0			ritter-583
+6	Benitez	benitez	PROPN	O	0		n.person	ritter-583
+7	scores	score	VERB	O	0		v.competition	ritter-583
+8	again	again	ADV	O	0			ritter-583
+9	,	,	PUNCT	O	0			ritter-583
+10	less	less	ADJ	O	0			ritter-583
+11	than	than	ADP	O	0			ritter-583
+12	7	7	NUM	O	0			ritter-583
+13	mins	min	NOUN	O	0		n.time	ritter-583
+14	to	to	PART	O	0			ritter-583
+15	play	play	VERB	O	0		v.competition	ritter-583
+
+1	Aggressive	aggressive	ADJ	O	0			ritter-584
+2	Kids	kid	NOUN	O	0		n.person	ritter-584
+3	With	with	ADP	O	0			ritter-584
+4	ADHD	adhd	PROPN	O	0		n.cognition	ritter-584
+5	May	may	AUX	O	0			ritter-584
+6	Not	not	ADV	O	0			ritter-584
+7	Need	need	VERB	O	0		v.stative	ritter-584
+8	Antipsychotic	antipsychotic	ADJ	B	0		n.substance	ritter-584
+9	Meds	med	NOUN	I	8			ritter-584
+10	http://t.co/JfGm0uH	http://t.co/jfgm0uh	X	O	0			ritter-584
+
+1	@princessmariam9	@princessmariam9	PROPN	O	0			ritter-585
+2	i	i	PRON	O	0			ritter-585
+3	know	know	VERB	O	0		v.cognition	ritter-585
+4	..	..	PUNCT	O	0			ritter-585
+5	i	i	PRON	O	0			ritter-585
+6	need	need	AUX	O	0			ritter-585
+7	to	to	PART	O	0			ritter-585
+8	stop	stop	VERB	O	0		v.change	ritter-585
+9	before	before	ADP	O	0			ritter-585
+10	my	my	PRON	O	0			ritter-585
+11	room	room	NOUN	O	0		n.artifact	ritter-585
+12	is	be	AUX	O	0			ritter-585
+13	gonna	gonna	VERB	O	0			ritter-585
+14	get	get	VERB	O	0			ritter-585
+15	filled	fill	VERB	O	0		v.change	ritter-585
+16	with	with	ADP	O	0			ritter-585
+17	water	water	NOUN	O	0		n.substance	ritter-585
+18	.	.	PUNCT	O	0			ritter-585
+
+1	@BornThisWayBaby	@bornthiswaybaby	PROPN	O	0			ritter-586
+2	thankk	thankk	VERB	O	0		v.communication	ritter-586
+3	yhuu	yhuu	PRON	O	0			ritter-586
+4	#monsterlove	#monsterlove	NOUN	O	0		n.person	ritter-586
+5	u	u	PRON	O	0			ritter-586
+6	just	just	ADV	O	0			ritter-586
+7	made	make	VERB	O	0		v.social	ritter-586
+8	my	my	PRON	O	0			ritter-586
+9	day	day	NOUN	O	0		n.time	ritter-586
+10	:D	:d	INTJ	O	0			ritter-586
+
+1	@mekamoe927	@mekamoe927	PROPN	O	0			ritter-587
+2	I	i	PRON	O	0			ritter-587
+3	've	've	AUX	O	0			ritter-587
+4	had	have	VERB	O	0		v.stative	ritter-587
+5	one	one	NUM	O	0			ritter-587
+6	before	before	ADV	O	0			ritter-587
+7	,	,	PUNCT	O	0			ritter-587
+8	but	but	CONJ	O	0			ritter-587
+9	it	it	PRON	O	0			ritter-587
+10	was	be	VERB	O	0		v.stative	ritter-587
+11	a	a	DET	O	0			ritter-587
+12	short	short	ADJ	O	0			ritter-587
+13	experience	experience	NOUN	O	0		n.cognition	ritter-587
+14	(	(	PUNCT	O	0			ritter-587
+15	double	double	ADJ	O	0			ritter-587
+16	entendre	entendre	NOUN	O	0		n.communication	ritter-587
+17	intended)	intended)	VERB	O	0		v.cognition	ritter-587
+18	.	.	PUNCT	O	0			ritter-587
+
+1	Why	why	ADV	O	0			ritter-588
+2	hate	hate	VERB	B	0		v.emotion	ritter-588
+3	on	on	ADP	I	2			ritter-588
+4	somebody	somebody	NOUN	O	0			ritter-588
+5	for	for	ADP	O	0			ritter-588
+6	doing	do	VERB	O	0		v.social	ritter-588
+7	well	well	ADV	O	0			ritter-588
+8	when	when	ADV	O	0			ritter-588
+9	you	you	PRON	O	0			ritter-588
+10	can	can	AUX	O	0			ritter-588
+11	simply	simply	ADV	O	0			ritter-588
+12	say	say	VERB	O	0		v.communication	ritter-588
+13	great	great	ADJ	O	0			ritter-588
+14	job	job	NOUN	O	0		n.act	ritter-588
+15	and	and	CONJ	O	0			ritter-588
+16	move	move	VERB	B	0		v.change	ritter-588
+17	on	on	ADP	I	16			ritter-588
+18	..	..	PUNCT	O	0			ritter-588
+19	[Haters	[haters	NOUN	O	0		n.person	ritter-588
+20	u	u	PRON	O	0			ritter-588
+21	can	can	AUX	O	0			ritter-588
+22	kill	kill	VERB	O	0		v.contact	ritter-588
+23	yourself	yourself	PRON	O	0			ritter-588
+24	]	]	PUNCT	O	0			ritter-588
+25	cuz	cuz	ADP	O	0			ritter-588
+26	ur	ur	PRON	O	0			ritter-588
+27	losers	loser	NOUN	O	0		n.person	ritter-588
+
+1	If	if	ADP	O	0			ritter-589
+2	you	you	PRON	O	0			ritter-589
+3	are	be	AUX	O	0			ritter-589
+4	staying	stay	VERB	O	0		v.stative	ritter-589
+5	in	in	ADP	O	0			ritter-589
+6	Gainesville	gainesville	PROPN	O	0		n.location	ritter-589
+7	,	,	PUNCT	O	0			ritter-589
+8	come	come	VERB	O	0		v.motion	ritter-589
+9	check	check	VERB	B	0		v.cognition	ritter-589
+10	out	out	PART	I	9			ritter-589
+11	Costa	costa	PROPN	B	0		n.group	ritter-589
+12	Lounge	lounge	PROPN	I	11			ritter-589
+13	TONIGHT	tonight	NOUN	O	0		n.time	ritter-589
+14	!	!	PUNCT	O	0			ritter-589
+15	Say	say	VERB	O	0		v.communication	ritter-589
+16	you	you	PRON	O	0			ritter-589
+17	are	be	VERB	O	0		v.stative	ritter-589
+18	with	with	ADP	O	0			ritter-589
+19	salsa	salsa	PROPN	B	0		n.group	ritter-589
+20	caliente	caliente	PROPN	I	19			ritter-589
+21	and	and	CONJ	O	0			ritter-589
+22	get	get	VERB	B	0		v.motion	ritter-589
+23	in	in	ADP	I	22			ritter-589
+24	...	...	PUNCT	O	0			ritter-589
+25	http://fb.me/FZVzm8H9	http://fb.me/fzvzm8h9	X	O	0			ritter-589
+
+1	@godsgirl8494	@godsgirl8494	PROPN	O	0			ritter-590
+2	can	can	AUX	O	0			ritter-590
+3	u	u	PRON	O	0			ritter-590
+4	please	please	VERB	O	0			ritter-590
+5	follow	follow	VERB	O	0		v.social	ritter-590
+6	me	me	PRON	O	0			ritter-590
+7	?	?	PUNCT	O	0			ritter-590
+8	you	you	PRON	O	0			ritter-590
+9	will	will	AUX	O	0			ritter-590
+10	make	make	VERB	O	0		v.social	ritter-590
+11	my	my	PRON	O	0			ritter-590
+12	day	day	NOUN	O	0		n.time	ritter-590
+13	&lt;	&lt;	INTJ	O	0			ritter-590
+14	3	3	INTJ	O	0			ritter-590
+15	8	8	NUM	O	0			ritter-590
+
+1	Ugh	ugh	INTJ	O	0			ritter-591
+2	I	i	PRON	O	0			ritter-591
+3	DO	do	AUX	O	0			ritter-591
+4	N'T	n't	ADV	O	0			ritter-591
+5	HAVE	have	VERB	O	0		v.possession	ritter-591
+6	MY	my	PRON	O	0			ritter-591
+7	EARPHONES	earphone	NOUN	O	0		n.artifact	ritter-591
+8	I	i	PRON	O	0			ritter-591
+9	GUESS	guess	VERB	O	0		v.cognition	ritter-591
+10	I	i	PRON	O	0			ritter-591
+11	WO	wo	AUX	O	0			ritter-591
+12	N'T	n't	ADV	O	0			ritter-591
+13	B	b	VERB	O	0		v.stative	ritter-591
+14	TALKING	talk	VERB	O	0		v.communication	ritter-591
+15	AND	and	CONJ	O	0			ritter-591
+16	DRIVING	drive	VERB	O	0		v.motion	ritter-591
+17	TODAY	today	NOUN	O	0		n.time	ritter-591
+18	LOL	lol	INTJ	O	0			ritter-591
+19	....	....	PUNCT	O	0			ritter-591
+20	Excuses	excuse	NOUN	O	0		n.communication	ritter-591
+21	Excuses	excuse	NOUN	O	0		n.communication	ritter-591
+22	Excuses	excuse	NOUN	O	0		n.communication	ritter-591
+23	SMH	smh	INTJ	O	0			ritter-591
+
+1	There	there	DET	O	0			ritter-592
+2	was	be	VERB	O	0		v.stative	ritter-592
+3	just	just	ADV	O	0			ritter-592
+4	a	a	DET	O	0			ritter-592
+5	fire	fire	NOUN	O	0		n.event	ritter-592
+6	at	at	ADP	O	0			ritter-592
+7	work	work	NOUN	O	0		n.location	ritter-592
+8	.	.	PUNCT	O	0			ritter-592
+9	Today	today	NOUN	O	0		n.time	ritter-592
+10	is	be	AUX	O	0			ritter-592
+11	looking	look	VERB	B	0		v.cognition	ritter-592
+12	up	up	PART	I	11			ritter-592
+13	.	.	PUNCT	O	0			ritter-592
+
+1	Haha	haha	INTJ	O	0			ritter-593
+2	I	i	PRON	O	0			ritter-593
+3	seen	see	VERB	O	0		v.perception	ritter-593
+4	a	a	DET	O	0			ritter-593
+5	ped	ped	ADJ	B	0		n.artifact	ritter-593
+6	egg	egg	NOUN	I	5			ritter-593
+7	called	call	VERB	O	0		v.communication	ritter-593
+8	a	a	DET	O	0			ritter-593
+9	foot	foot	NOUN	B	0		n.communication	ritter-593
+10	cheese	cheese	NOUN	I	9			ritter-593
+11	grater	grater	NOUN	I	10			ritter-593
+12	today	today	NOUN	O	0			ritter-593
+13	.	.	PUNCT	O	0			ritter-593
+14	I	i	PRON	O	0			ritter-593
+15	found	found	VERB	O	0		v.cognition	ritter-593
+16	it	it	PRON	O	0			ritter-593
+17	proper	proper	ADJ	O	0			ritter-593
+18	hilarious	hilarious	ADJ	O	0			ritter-593
+19	xD	xd	INTJ	O	0			ritter-593
+
+1	For	for	ADP	O	0			ritter-594
+2	code	code	NOUN	O	0		n.communication	ritter-594
+3	I	i	PRON	O	0			ritter-594
+4	've	've	AUX	O	0			ritter-594
+5	written	write	VERB	O	0		v.creation	ritter-594
+6	since	since	ADP	O	0			ritter-594
+7	Sept	sept	PROPN	O	0		n.time	ritter-594
+8	'	'	PUNCT	O	0			ritter-594
+9	09	09	NUM	O	0			ritter-594
+10	,	,	PUNCT	O	0			ritter-594
+11	the	the	DET	O	0			ritter-594
+12	delay	delay	NOUN	O	0		n.time	ritter-594
+13	between	between	ADP	O	0			ritter-594
+14	commit	commit	VERB	O	0		v.cognition	ritter-594
+15	to	to	PART	O	0			ritter-594
+16	SCM	scm	PROPN	O	0		n.communication	ritter-594
+17	and	and	CONJ	O	0			ritter-594
+18	running	run	VERB	O	0		v.change	ritter-594
+19	on	on	ADP	O	0			ritter-594
+20	customer	customer	NOUN	B	0		n.artifact	ritter-594
+21	hardware	hardware	NOUN	I	20			ritter-594
+22	has	have	AUX	O	0			ritter-594
+23	been	be	VERB	O	0		v.stative	ritter-594
+24	about	about	ADP	O	0			ritter-594
+25	10	10	NUM	O	0			ritter-594
+26	days	days	NOUN	O	0		n.time	ritter-594
+27	.	.	PUNCT	O	0			ritter-594
+
+1	Good	good	ADJ	O	0			ritter-595
+2	start	start	NOUN	O	0		n.act	ritter-595
+3	for	for	ADP	O	0			ritter-595
+4	sharks	sharks	PROPN	O	0		n.group	ritter-595
+5	tonight	tonight	NOUN	O	0			ritter-595
+6	can	can	AUX	O	0			ritter-595
+7	only	only	ADV	O	0			ritter-595
+8	get	get	VERB	O	0		v.change	ritter-595
+9	better	better	ADJ	O	0			ritter-595
+10	.	.	PUNCT	O	0			ritter-595
+11	Played	play	VERB	O	0		v.competition	ritter-595
+12	with	with	ADP	O	0			ritter-595
+13	short	short	ADJ	B	0		n.quantity	ritter-595
+14	bench	bench	NOUN	I	13			ritter-595
+15	tonight	tonight	NOUN	O	0			ritter-595
+16	.	.	PUNCT	O	0			ritter-595
+17	Thought	think	VERB	O	0		v.cognition	ritter-595
+18	Rocks	rocks	PROPN	O	0		n.person	ritter-595
+19	well	well	ADV	O	0			ritter-595
+20	in	in	ADP	O	0			ritter-595
+21	game	game	NOUN	O	0		n.act	ritter-595
+22	early	early	ADV	O	0			ritter-595
+23	though	though	ADP	O	0			ritter-595
+24	until	until	ADP	O	0			ritter-595
+25	'	'	PUNCT	O	0			ritter-595
+26	unseen	unseen	NOUN	O	0		n.cognition	ritter-595
+27	'	'	PUNCT	O	0			ritter-595
+
+1	@sarahk47	@sarahk47	PROPN	O	0			ritter-596
+2	Okay	okay	INTJ	O	0			ritter-596
+3	The	the	DET	O	0			ritter-596
+4	doc	doc	NOUN	O	0		n.person	ritter-596
+5	's	's	AUX	O	0			ritter-596
+6	saying	say	VERB	O	0		v.communication	ritter-596
+7	Keep	keep	VERB	O	0		v.stative	ritter-596
+8	it	it	PRON	O	0			ritter-596
+9	tamped	tamp	VERB	B	0		v.contact	ritter-596
+10	down	down	PART	I	9			ritter-596
+11	a	a	DET	O	0			ritter-596
+12	coupla	coupla	NOUN	O	0		n.quantity	ritter-596
+13	days	days	NOUN	O	0		n.time	ritter-596
+14	then	then	ADP	O	0			ritter-596
+15	bring	bring	VERB	B	0		v.change	ritter-596
+16	her	her	PRON	o	0			ritter-596
+17	out	out	ADP	I	15			ritter-596
+18	early	early	ADV	O	0			ritter-596
+19	?	?	PUNCT	O	0			ritter-596
+
+1	"	"	PUNCT	O	0			ritter-597
+2	before	before	ADP	O	0			ritter-597
+3	we	we	PRON	O	0			ritter-597
+4	start	start	VERB	O	0		v.change	ritter-597
+5	,	,	PUNCT	O	0			ritter-597
+6	how	how	ADV	O	0			ritter-597
+7	old	old	ADJ	O	0			ritter-597
+8	are	be	VERB	O	0		v.stative	ritter-597
+9	you	you	PRON	O	0			ritter-597
+10	?	?	PUNCT	O	0			ritter-597
+11	HER	her	PRON	O	0			ritter-597
+12	:	:	PUNCT	O	0			ritter-597
+13	I	i	PRON	O	0			ritter-597
+14	'm	'm	VERB	O	0		v.stative	ritter-597
+15	15	15	NUM	O	0			ritter-597
+16	..	..	PUNCT	O	0			ritter-597
+17	old	old	ADJ	O	0			ritter-597
+18	enough	enough	ADV	O	0			ritter-597
+19	!........	!........	PUNCT	O	0			ritter-597
+20	#FindTheNearestExit	#findthenearestexit	X	O	0			ritter-597
+
+1	RT	rt	X	O	0			ritter-598
+2	@ericjohnsalut	@ericjohnsalut	PROPN	O	0			ritter-598
+3	"	"	PUNCT	O	0			ritter-598
+4	Good	good	INTJ	B	0			ritter-598
+5	Morning	morning	INTJ	I	4			ritter-598
+6	!	!	PUNCT	O	0			ritter-598
+7	Have	have	VERB	O	0		v.stative	ritter-598
+8	a	a	DET	O	0			ritter-598
+9	pleasant	pleasant	ADJ	O	0			ritter-598
+10	and	and	CONJ	O	0			ritter-598
+11	happy	happy	ADJ	O	0			ritter-598
+12	day	day	NOUN	O	0		n.time	ritter-598
+13	!"	!"	PUNCT	O	0			ritter-598
+14	http://dlvr.it/5Rh4w	http://dlvr.it/5rh4w	X	O	0			ritter-598
+
+1	VIDEO	video	NOUN	O	0		n.communication	ritter-599
+2	:	:	PUNCT	O	0			ritter-599
+3	Showbiz	showbiz	PROPN	B	0		n.communication	ritter-599
+4	Tonight	tonight	PROPN	I	3			ritter-599
+5	-	-	PUNCT	O	0			ritter-599
+6	Is	be	VERB	O	0		v.stative	ritter-599
+7	TV	tv	NOUN	O	0		n.communication	ritter-599
+8	Too	too	ADV	O	0			ritter-599
+9	Gay	gay	ADJ	O	0			ritter-599
+10	?:	?:	PUNCT	O	0			ritter-599
+11	http://bit.ly/aAZMD6	http://bit.ly/aazmd6	X	O	0			ritter-599
+
+1	when	when	ADV	O	0			ritter-600
+2	did	do	AUX	O	0			ritter-600
+3	@thecodysimpson	@thecodysimpson	PROPN	O	0		n.person	ritter-600
+4	last	last	ADV	O	0			ritter-600
+5	tweet	tweet	VERB	O	0		v.communication	ritter-600
+6	,?	,?	PUNCT	O	0			ritter-600
+7	;)	;)	INTJ	O	0			ritter-600
+
+1	[	[	PUNCT	O	0			ritter-601
+2	GigaOM	gigaom	PROPN	O	0			ritter-601
+3	]	]	PUNCT	O	0			ritter-601
+4	DRM	drm	PROPN	O	0		n.group	ritter-601
+5	FAIL	fail	VERB	O	0		v.stative	ritter-601
+6	:	:	PUNCT	O	0			ritter-601
+7	Five	five	NUM	O	0			ritter-601
+8	Broken	broken	ADJ	O	0			ritter-601
+9	Copy	copy	NOUN	B	0		n.cognition	ritter-601
+10	Protection	protection	NOUN	I	9			ritter-601
+11	Schemes	scheme	NOUN	I	10			ritter-601
+12	:	:	PUNCT	O	0			ritter-601
+13	This	this	DET	O	0			ritter-601
+14	week	week	NOUN	O	0		n.time	ritter-601
+15	,	,	PUNCT	O	0			ritter-601
+16	we	we	PRON	O	0			ritter-601
+17	learned	learn	VERB	O	0		v.cognition	ritter-601
+18	that	that	ADP	O	0			ritter-601
+19	the	the	DET	O	0			ritter-601
+20	HDCP	hdcp	PROPN	O	0		n.group	ritter-601
+21	copy	copy	NOUN	B	0		n.cognition	ritter-601
+22	protection	protection	NOUN	I	21			ritter-601
+23	scheme	scheme	NOUN	I	22			ritter-601
+24	...	...	PUNCT	O	0			ritter-601
+25	http://bit.ly/blWf0e	http://bit.ly/blwf0e	X	O	0			ritter-601
+
+1	Was	be	VERB	O	0		v.stative	ritter-602
+2	hard	hard	ADJ	O	0			ritter-602
+3	work	work	NOUN	O	0		n.act	ritter-602
+4	going	go	VERB	O	0		v.motion	ritter-602
+5	to	to	PART	O	0			ritter-602
+6	the	the	DET	O	0			ritter-602
+7	gym	gym	NOUN	O	0		n.location	ritter-602
+8	on	on	ADP	O	0			ritter-602
+9	my	my	PRON	O	0			ritter-602
+10	own	own	ADJ	O	0			ritter-602
+11	tonight	tonight	NOUN	O	0			ritter-602
+12	but	but	CONJ	O	0			ritter-602
+13	managed	manage	VERB	O	0		v.body	ritter-602
+14	a	a	DET	O	0			ritter-602
+15	30	30	NUM	O	0			ritter-602
+16	min	min	NOUN	O	0		n.time	ritter-602
+17	run	run	NOUN	O	0		n.act	ritter-602
+18	and	and	CONJ	O	0			ritter-602
+19	plenty	plenty	ADV	O	0			ritter-602
+20	of	of	ADP	O	0			ritter-602
+21	weights	weight	NOUN	O	0		n.act	ritter-602
+22	.	.	PUNCT	O	0			ritter-602
+23	Catching	catch	VERB	B	0		v.perception	ritter-602
+24	up	up	PART	I	23			ritter-602
+25	on	on	ADP	O	0			ritter-602
+26	ufc	ufc	PROPN	O	0		n.communication	ritter-602
+27	now	now	ADV	O	0			ritter-602
+
+1	From	from	ADP	O	0			ritter-603
+2	Green	green	PROPN	B	0		n.communication	ritter-603
+3	Newsfeed	newsfeed	PROPN	I	2			ritter-603
+4	:	:	PUNCT	O	0			ritter-603
+5	AHFA	ahfa	PROPN	O	0		n.group	ritter-603
+6	extends	extend	VERB	O	0		v.change	ritter-603
+7	deadline	deadline	NOUN	O	0		n.time	ritter-603
+8	for	for	ADP	O	0			ritter-603
+9	Sage	sage	PROPN	B	0		n.act	ritter-603
+10	Award	award	PROPN	I	9			ritter-603
+11	to	to	PART	O	0			ritter-603
+12	Nov	nov	PROPN	O	0		n.time	ritter-603
+13	.	.	PUNCT	O	0			ritter-603
+14	5	5	NUM	O	0			ritter-603
+15	http://tinyurl.com/24agj38	http://tinyurl.com/24agj38	X	O	0			ritter-603
+
+1	Thrilled	thrill	VERB	O	0		v.emotion	ritter-604
+2	about	about	ADP	O	0			ritter-604
+3	this	this	DET	O	0			ritter-604
+4	@HPC//RT@DeLynnRizzo	@hpc//rt@delynnrizzo	PROPN	O	0			ritter-604
+5	:	:	PUNCT	O	0			ritter-604
+6	girls	girl	NOUN	O	0		n.person	ritter-604
+7	,	,	PUNCT	O	0			ritter-604
+8	register4	register4	VERB	O	0		v.communication	ritter-604
+9	#livethedream	#livethedream	X	O	0			ritter-604
+10	@joycemeyer	@joycemeyer	PROPN	O	0			ritter-604
+11	,	,	PUNCT	O	0			ritter-604
+12	J	j	PROPN	B	0		n.person	ritter-604
+13	John	john	PROPN	I	12			ritter-604
+14	,	,	PUNCT	O	0			ritter-604
+15	@kerriweems	@kerriweems	PROPN	O	0			ritter-604
+16	oct	oct	PROPN	O	0		n.time	ritter-604
+17	7-9	7-9	NUM	O	0			ritter-604
+18	.	.	PUNCT	O	0			ritter-604
+19	livethedreamconference	livethedreamconference	X	O	0			ritter-604
+20	.	.	X	O	0			ritter-604
+21	com	com	X	O	0			ritter-604
+
+1	4Dbling	4dbling	PROPN	O	0		n.person	ritter-605
+2	's	's	PART	O	0			ritter-605
+3	place	place	NOUN	O	0		n.location	ritter-605
+4	til	til	ADP	O	0			ritter-605
+5	monday	monday	PROPN	O	0		n.time	ritter-605
+6	,	,	PUNCT	O	0			ritter-605
+7	party	party	NOUN	O	0			ritter-605
+8	party	party	NOUN	O	0			ritter-605
+9	party	party	NOUN	O	0			ritter-605
+10	.	.	PUNCT	O	0			ritter-605
+11	&lt;	&lt;	INTJ	O	0			ritter-605
+12	3	3	INTJ	O	0			ritter-605
+
+1	@FeeninforPretty	@feeninforpretty	PROPN	O	0			ritter-606
+2	making	make	VERB	O	0		v.creation	ritter-606
+3	something	something	NOUN	O	0			ritter-606
+4	to	to	PART	O	0			ritter-606
+5	eat	eat	VERB	O	0		v.consumption	ritter-606
+6	,	,	PUNCT	O	0			ritter-606
+7	aint	aint	VERB	O	0			ritter-606
+8	ate	eat	VERB	O	0		v.consumption	ritter-606
+9	all	all	DET	O	0			ritter-606
+10	day	day	NOUN	O	0		n.time	ritter-606
+
+1	omg	omg	INTJ	O	0			ritter-607
+2	simone	simone	PROPN	O	0		n.person	ritter-607
+3	is	be	AUX	O	0			ritter-607
+4	coming	come	VERB	B	0		v.motion	ritter-607
+5	over	over	ADP	I	4			ritter-607
+6	then	then	ADP	O	0			ritter-607
+7	2morrow	2morrow	NOUN	O	0		n.time	ritter-607
+8	we	we	PRON	O	0			ritter-607
+9	foin	foin	VERB	O	0		v.motion	ritter-607
+10	2	2	PART	O	0			ritter-607
+11	da	da	DET	O	0			ritter-607
+12	fall	fall	NOUN	B	0		n.event	ritter-607
+13	festival	festival	NOUN	I	12			ritter-607
+14	cant	cant	AUX	B	0		v.emotion	ritter-607
+15	wait	wait	VERB	I	14			ritter-607
+16	4	4	ADP	O	0			ritter-607
+17	GAC	gac	PROPN	O	0		n.person	ritter-607
+18	2night	2night	NOUN	O	0			ritter-607
+19	!	!	PUNCT	O	0			ritter-607
+20	an	an	CONJ	O	0			ritter-607
+21	Justin	justin	PROPN	B	0		n.event	ritter-607
+22	Bieber	bieber	PROPN	I	21			ritter-607
+23	concert	concert	NOUN	I	22			ritter-607
+24	in	in	ADP	O	0			ritter-607
+25	Dec	dec	PROPN	O	0		n.time	ritter-607
+26	.!!!!!!!	.!!!!!!!	PUNCT	O	0			ritter-607
+27	&lt;	&lt;	INTJ	O	0			ritter-607
+28	3	3	INTJ	O	0			ritter-607
+
+1	27	27	NUM	O	0			ritter-608
+2	followers	followers	NOUN	O	0		n.person	ritter-608
+3	!	!	PUNCT	O	0			ritter-608
+4	30	30	NUM	O	0			ritter-608
+5	followers	followers	NOUN	O	0		n.person	ritter-608
+6	is	be	VERB	O	0		v.stative	ritter-608
+7	my	my	PRON	O	0			ritter-608
+8	goal	goal	NOUN	O	0		n.cognition	ritter-608
+9	for	for	ADP	O	0			ritter-608
+10	today	today	NOUN	O	0		n.time	ritter-608
+11	!	!	PUNCT	O	0			ritter-608
+
+1	good	good	ADJ	O	0			ritter-609
+2	friday	friday	PROPN	O	0		n.time	ritter-609
+3	whatchu	whatchu	PRON	O	0			ritter-609
+4	got	get	VERB	O	0		v.possession	ritter-609
+5	for	for	ADP	O	0			ritter-609
+6	me	me	PRON	O	0			ritter-609
+7	@kanyewest	@kanyewest	PROPN	O	0		n.person	ritter-609
+
+1	I	i	PRON	O	0			ritter-610
+2	see	see	VERB	O	0		v.perception	ritter-610
+3	her	her	PRON	O	0			ritter-610
+4	tomorrow	tomorrow	NOUN	O	0			ritter-610
+5	:	:	INTJ	O	0			ritter-610
+6	3	3	INTJ	O	0			ritter-610
+7	so	so	INTJ	O	0			ritter-610
+8	yeah~	yeah~	INTJ	O	0			ritter-610
+9	ca	ca	AUX	B	0		v.emotion	ritter-610
+10	n't	n't	ADV	I	9			ritter-610
+11	wait	wait	VERB	I	10			ritter-610
+
+1	Friday	friday	PROPN	B	0		n.time	ritter-611
+2	Night	night	PROPN	I	1			ritter-611
+3	Eats	eats	PROPN	O	0		n.food	ritter-611
+4	http://twitpic.com/2pdvtr	http://twitpic.com/2pdvtr	X	O	0			ritter-611
+
+1	RT	rt	X	O	0			ritter-612
+2	@kanyewest	@kanyewest	PROPN	O	0		n.person	ritter-612
+3	:	:	PUNCT	O	0			ritter-612
+4	You	you	PRON	O	0			ritter-612
+5	basically	basically	ADV	O	0			ritter-612
+6	can	can	AUX	O	0			ritter-612
+7	say	say	VERB	O	0		v.communication	ritter-612
+8	anything	anything	NOUN	O	0			ritter-612
+9	to	to	PART	O	0			ritter-612
+10	someone	someone	NOUN	O	0			ritter-612
+11	on	on	ADP	O	0			ritter-612
+12	an	an	DET	O	0			ritter-612
+13	email	email	NOUN	O	0		n.communication	ritter-612
+14	or	or	CONJ	O	0			ritter-612
+15	text	text	NOUN	O	0		n.communication	ritter-612
+16	as	as	ADP	O	0			ritter-612
+17	long	long	ADV	O	0			ritter-612
+18	as	as	ADP	O	0			ritter-612
+19	you	you	PRON	O	0			ritter-612
+20	put	put	VERB	O	0		v.communication	ritter-612
+21	LOL	lol	NOUN	O	0		n.communication	ritter-612
+22	at	at	ADP	O	0			ritter-612
+23	the	the	DET	O	0			ritter-612
+24	end	end	NOUN	O	0		n.location	ritter-612
+
+1	@Bills_Ears	@bills_ears	PROPN	O	0			ritter-613
+2	WELL	well	INTJ	O	0			ritter-613
+3	SORRRY	sorrry	ADJ	O	0			ritter-613
+4	!!	!!	PUNCT	O	0			ritter-613
+5	I	i	PRON	O	0			ritter-613
+6	did	do	AUX	O	0			ritter-613
+7	n't	n't	ADV	O	0			ritter-613
+8	know	know	VERB	O	0		v.cognition	ritter-613
+9	you	you	PRON	O	0			ritter-613
+10	YEARS	years	NOUN	B	0			ritter-613
+11	AGO	ago	ADV	I	10			ritter-613
+12	!	!	PUNCT	O	0			ritter-613
+
+1	Salty	salty	INTJ	O	0			ritter-614
+2	i	i	PRON	O	0			ritter-614
+3	broke	break	VERB	O	0		v.change	ritter-614
+4	one	one	NUM	O	0			ritter-614
+5	of	of	ADP	O	0			ritter-614
+6	my	my	PRON	O	0			ritter-614
+7	favorite	favorite	ADJ	O	0			ritter-614
+8	Betsey	betsey	PROPN	B	0		n.artifact	ritter-614
+9	Johnson	johnson	PROPN	I	8			ritter-614
+10	necklaces	necklace	NOUN	I	9			ritter-614
+11	today	today	NOUN	O	0			ritter-614
+12	!!	!!	PUNCT	O	0			ritter-614
+
+1	#NFL	#nfl	NOUN	O	0		n.group	ritter-615
+2	Week	week	NOUN	B	0		n.communication	ritter-615
+3	2	2	NUM	I	2			ritter-615
+4	picks	pick	NOUN	I	3			ritter-615
+5	blog	blog	NOUN	I	4			ritter-615
+6	is	be	VERB	O	0		v.stative	ritter-615
+7	up	up	ADV	O	0			ritter-615
+8	on	on	ADP	O	0			ritter-615
+9	@The_Score	@the_score	PROPN	O	0		n.group	ritter-615
+10	website	website	NOUN	O	0		n.communication	ritter-615
+11	...	...	PUNCT	O	0			ritter-615
+12	http://blogs.thescore.com/nfl/2010/09/17/pizzolaw2/	http://blogs.thescore.com/nfl/2010/09/17/pizzolaw2/	X	O	0			ritter-615
+
+1	cant	cant	AUX	B	0		v.emotion	ritter-616
+2	wait	wait	VERB	I	1			ritter-616
+3	to	to	PART	O	0			ritter-616
+4	see	see	VERB	O	0		v.perception	ritter-616
+5	my	my	PRON	O	0			ritter-616
+6	beautiful	beautiful	ADJ	O	0			ritter-616
+7	neice	neice	NOUN	O	0		n.person	ritter-616
+8	nx	nx	ADJ	O	0			ritter-616
+9	week	week	NOUN	O	0			ritter-616
+10	,	,	PUNCT	O	0			ritter-616
+11	gonna	gonna	VERB	O	0			ritter-616
+12	spoil	spoil	VERB	O	0		v.social	ritter-616
+13	her	her	PRON	O	0			ritter-616
+14	rotton	rotton	ADJ	O	0			ritter-616
+
+1	@winashbrown	@winashbrown	PROPN	O	0			ritter-617
+2	If	if	ADP	O	0			ritter-617
+3	that	that	DET	O	0			ritter-617
+4	auto	auto	NOUN	B	0			ritter-617
+5	URL	URL	X	I	4			ritter-617
+6	shortening	shortening	NOUN	I	5			ritter-617
+7	could	could	AUX	O	0			ritter-617
+8	work	work	VERB	O	0		v.stative	ritter-617
+9	I	i	PRON	O	0			ritter-617
+10	might	might	AUX	O	0			ritter-617
+11	stick	stick	VERB	O	0		v.stative	ritter-617
+12	with	with	ADP	O	0			ritter-617
+13	SD2	sd2	PROPN	O	0		n.artifact	ritter-617
+14	for	for	ADP	O	0			ritter-617
+15	a	a	DET	O	0			ritter-617
+16	while	while	NOUN	O	0		n.time	ritter-617
+17	-	-	PUNCT	O	0			ritter-617
+18	that	that	ADP	O	0			ritter-617
+19	saves	save	VERB	O	0		v.stative	ritter-617
+20	me	me	PRON	O	0			ritter-617
+21	3	3	NUM	O	0			ritter-617
+22	or	or	CONJ	O	0			ritter-617
+23	4	4	NUM	O	0			ritter-617
+24	steps	steps	NOUN	O	0		n.act	ritter-617
+25	when	when	ADV	O	0			ritter-617
+26	I	i	PRON	O	0			ritter-617
+27	am	be	AUX	O	0			ritter-617
+28	tweeting	tweet	VERB	O	0		v.communication	ritter-617
+29	links	links	NOUN	O	0		n.communication	ritter-617
+
+1	RT	rt	X	O	0			ritter-618
+2	@therbertson	@therbertson	PROPN	O	0			ritter-618
+3	:	:	PUNCT	O	0			ritter-618
+4	Just	just	ADV	O	0			ritter-618
+5	saw	saw	VERB	O	0		v.perception	ritter-618
+6	the	the	DET	O	0			ritter-618
+7	worst	worst	ADJ	O	0			ritter-618
+8	movie	movie	NOUN	O	0		n.communication	ritter-618
+9	in	in	ADP	O	0			ritter-618
+10	years	years	NOUN	O	0		n.time	ritter-618
+11	...	...	PUNCT	O	0			ritter-618
+12	Piranha	piranha	PROPN	B	0		n.communication	ritter-618
+13	3D	3d	PROPN	I	12			ritter-618
+14	just	just	ADV	O	0			ritter-618
+15	exceeded	exceed	VERB	O	0		v.change	ritter-618
+16	the	the	DET	O	0			ritter-618
+17	limits	limit	NOUN	O	0		n.attribute	ritter-618
+18	of	of	ADP	O	0			ritter-618
+19	crappyness	crappyness	NOUN	O	0		n.feeling	ritter-618
+20	.	.	PUNCT	O	0			ritter-618
+21	|	|	PUNCT	O	0			ritter-618
+22	Glad	glad	ADJ	O	0			ritter-618
+23	you	you	PRON	O	0			ritter-618
+24	enjoyed	enjoy	VERB	O	0		v.emotion	ritter-618
+25	it	it	PRON	O	0			ritter-618
+26	.	.	PUNCT	O	0			ritter-618
+
+1	RT	rt	X	O	0			ritter-619
+2	@midgetmegs	@midgetmegs	PROPN	O	0			ritter-619
+3	:	:	PUNCT	O	0			ritter-619
+4	hate	hate	VERB	O	0		v.emotion	ritter-619
+5	people	people	NOUN	O	0		n.person	ritter-619
+6	who	who	PRON	O	0			ritter-619
+7	write	write	VERB	O	0		v.creation	ritter-619
+8	drunk	drunk	ADJ	O	0			ritter-619
+9	status'.	status'.	NOUN	O	0		n.communication	ritter-619
+10	must	must	AUX	O	0			ritter-619
+11	be	be	AUX	O	0			ritter-619
+12	having	have	VERB	O	0		v.stative	ritter-619
+13	a	a	DET	O	0			ritter-619
+14	great	great	ADJ	O	0			ritter-619
+15	time	time	NOUN	O	0		n.event	ritter-619
+16	if	if	ADP	O	0			ritter-619
+17	your	your	PRON	O	0			ritter-619
+18	sat	sat	PROPN	O	0			ritter-619
+19	writing	write	VERB	O	0		v.creation	ritter-619
+20	it	it	PRON	O	0			ritter-619
+21	on	on	ADP	O	0			ritter-619
+22	facebook	facebook	PROPN	O	0		n.communication	ritter-619
+23	.....	.....	PUNCT	O	0			ritter-619
+
+1	Kahlua	kahlua	PROPN	O	0		n.food	ritter-620
+2	&	&	CONJ	O	0			ritter-620
+3	Coffee	coffee	PROPN	O	0		n.food	ritter-620
+4	over	over	ADP	B	0			ritter-620
+5	looking	looking	ADJ	I	4			ritter-620
+6	the	the	DET	O	0			ritter-620
+7	lake	lake	NOUN	O	0		n.natural_object	ritter-620
+8	is	be	VERB	O	0			ritter-620
+9	just	just	ADV	B	0		v.cognition	ritter-620
+10	what	what	PRON	I	9			ritter-620
+11	the	the	DET	I	10			ritter-620
+12	doctor	doctor	NOUN	I	11			ritter-620
+13	ordered	order	VERB	I	12			ritter-620
+14	....	....	PUNCT	O	0			ritter-620
+15	hope	hope	VERB	O	0		v.emotion	ritter-620
+16	everyone	everyone	NOUN	O	0			ritter-620
+17	has	have	VERB	O	0		v.stative	ritter-620
+18	a	a	DET	O	0			ritter-620
+19	great	great	ADJ	O	0			ritter-620
+20	Friday	friday	PROPN	B	0		n.event	ritter-620
+21	night	night	NOUN	I	20			ritter-620
+22	!	!	PUNCT	O	0			ritter-620
+
+1	Football	football	NOUN	B	0		n.event	ritter-621
+2	game	game	NOUN	I	1			ritter-621
+3	tonight	tonight	NOUN	O	0			ritter-621
+4	with	with	ADP	O	0			ritter-621
+5	mariaelena	mariaelena	PROPN	O	0		n.person	ritter-621
+6	,	,	PUNCT	O	0			ritter-621
+7	sarah	sarah	PROPN	O	0		n.person	ritter-621
+8	,	,	PUNCT	O	0			ritter-621
+9	and	and	CONJ	O	0			ritter-621
+10	brittany	brittany	PROPN	O	0		n.person	ritter-621
+11	!	!	PUNCT	O	0			ritter-621
+12	Mood	mood	NOUN	O	0		n.state	ritter-621
+13	:	:	PUNCT	O	0			ritter-621
+14	excited	excited	ADJ	O	0			ritter-621
+15	!!	!!	PUNCT	O	0			ritter-621
+16	GOO	goo	VERB	O	0		v.cognition	ritter-621
+17	WB	wb	PROPN	B	0		n.group	ritter-621
+18	WILDCATS	wildcats	PROPN	I	17			ritter-621
+19	!	!	PUNCT	O	0			ritter-621
+
+1	Gotta	gotta	VERB	O	0			ritter-622
+2	love	love	VERB	O	0		v.emotion	ritter-622
+3	the	the	DET	O	0			ritter-622
+4	bumper	bumper	NOUN	B	0		n.artifact	ritter-622
+5	stickers	sticker	NOUN	I	4			ritter-622
+6	of	of	ADP	O	0			ritter-622
+7	Fayette	fayette	PROPN	B	0		n.location	ritter-622
+8	County	county	PROPN	I	7			ritter-622
+9	:	:	PUNCT	O	0			ritter-622
+10	"	"	PUNCT	O	0			ritter-622
+11	Ever	ever	ADV	O	0			ritter-622
+12	wonder	wonder	VERB	O	0		v.cognition	ritter-622
+13	if	if	ADP	O	0			ritter-622
+14	there	there	DET	O	0			ritter-622
+15	is	be	VERB	O	0		v.stative	ritter-622
+16	life	life	NOUN	O	0		n.state	ritter-622
+17	after	after	ADP	O	0			ritter-622
+18	death	death	NOUN	O	0		n.event	ritter-622
+19	?	?	PUNCT	O	0			ritter-622
+20	Touch	touch	VERB	O	0		v.contact	ritter-622
+21	my	my	PRON	O	0			ritter-622
+22	truck	truck	NOUN	O	0		n.artifact	ritter-622
+23	and	and	CONJ	O	0			ritter-622
+24	'll	'll	AUX	O	0			ritter-622
+25	find	find	VERB	B	0		v.cognition	ritter-622
+26	out	out	PART	I	25			ritter-622
+27	."	."	PUNCT	O	0			ritter-622
+
+1	@mfeige	@mfeige	PROPN	O	0			ritter-623
+2	it	it	PRON	O	0			ritter-623
+3	's	's	VERB	O	0		v.stative	ritter-623
+4	on	on	ADP	O	0			ritter-623
+5	a	a	DET	O	0			ritter-623
+6	Saturday	saturday	PROPN	O	0		n.time	ritter-623
+7	though	though	ADV	O	0			ritter-623
+8	.	.	PUNCT	O	0			ritter-623
+9	So	so	ADV	O	0			ritter-623
+10	that	that	DET	O	0			ritter-623
+11	's	's	VERB	O	0		v.stative	ritter-623
+12	a	a	DET	O	0			ritter-623
+13	thing	thing	NOUN	O	0		n.other	ritter-623
+14	.	.	PUNCT	O	0			ritter-623
+
+1	3	3	NUM	O	0			ritter-624
+2	tests	test	NOUN	O	0		n.act	ritter-624
+3	and	and	CONJ	O	0			ritter-624
+4	an	an	DET	O	0			ritter-624
+5	essay	essay	NOUN	O	0		n.communication	ritter-624
+6	today	today	NOUN	O	0			ritter-624
+7	.	.	PUNCT	O	0			ritter-624
+8	&gt;	&gt;	INTJ	O	0			ritter-624
+9	__	__	INTJ	O	0			ritter-624
+10	&gt;	&gt;	INTJ	O	0			ritter-624
+11	also	also	ADV	O	0			ritter-624
+12	i	i	PRON	O	0			ritter-624
+13	lost	lose	VERB	O	0		v.change	ritter-624
+14	my	my	PRON	O	0			ritter-624
+15	backpackkk	backpackkk	NOUN	O	0		n.artifact	ritter-624
+16	c	c	INTJ	O	0			ritter-624
+17	:	:	INTJ	O	0			ritter-624
+18	but	but	CONJ	O	0			ritter-624
+19	then	then	ADV	O	0			ritter-624
+20	i	i	PRON	O	0			ritter-624
+21	found	found	VERB	O	0		v.possession	ritter-624
+22	it	it	PRON	O	0			ritter-624
+23	.	.	PUNCT	O	0			ritter-624
+
+1	RT	rt	X	O	0			ritter-625
+2	@DaymiCarolina	@daymicarolina	PROPN	O	0			ritter-625
+3	:	:	PUNCT	O	0			ritter-625
+4	Yayaayayay	yayaayayay	INTJ	O	0			ritter-625
+5	kings	kings	PROPN	B	0		n.group	ritter-625
+6	of	of	ADP	I	5			ritter-625
+7	leon	leon	PROPN	I	6			ritter-625
+8	tonight	tonight	NOUN	O	0			ritter-625
+9	!!!	!!!	PUNCT	O	0			ritter-625
+
+1	No	no	INTJ	O	0			ritter-626
+2	I	i	PRON	O	0			ritter-626
+3	'm	'm	AUX	O	0			ritter-626
+4	not	not	ADV	O	0			ritter-626
+5	saying	say	VERB	O	0		v.communication	ritter-626
+6	I	i	PRON	O	0			ritter-626
+7	'm	'm	VERB	O	0		v.stative	ritter-626
+8	sorry	sorry	ADJ	O	0			ritter-626
+9	One	one	NUM	O	0			ritter-626
+10	day	day	NOUN	O	0		n.time	ritter-626
+11	,	,	PUNCT	O	0			ritter-626
+12	maybe	maybe	ADV	O	0			ritter-626
+13	'll	'll	AUX	O	0			ritter-626
+14	meet	meet	VERB	O	0		v.social	ritter-626
+15	again	again	ADV	O	0			ritter-626
+16	No	no	ADV	O	0			ritter-626
+17	No	no	ADV	O	0			ritter-626
+18	No	no	ADV	O	0			ritter-626
+19	No	no	ADV	O	0			ritter-626
+20	(	(	PUNCT	O	0			ritter-626
+21	8	8	NUM	O	0			ritter-626
+22	)	)	PUNCT	O	0			ritter-626
+
+1	Companies	company	NOUN	O	0		n.group	ritter-627
+2	fixing	fix	VERB	O	0		v.change	ritter-627
+3	a	a	DET	O	0			ritter-627
+4	problem	problem	NOUN	O	0		n.state	ritter-627
+5	that	that	DET	O	0			ritter-627
+6	's	's	VERB	O	0		v.stative	ritter-627
+7	wholly	wholly	ADV	O	0			ritter-627
+8	their	their	PRON	O	0			ritter-627
+9	fault	fault	NOUN	O	0		n.cognition	ritter-627
+10	and	and	CONJ	O	0			ritter-627
+11	calling	call	VERB	O	0		v.communication	ritter-627
+12	it	it	PRON	O	0			ritter-627
+13	a	a	DET	O	0			ritter-627
+14	"	"	PUNCT	O	0			ritter-627
+15	one-time	one-time	ADJ	O	0			ritter-627
+16	courtesy	courtesy	NOUN	O	0		n.act	ritter-627
+17	"	"	PUNCT	O	0			ritter-627
+18	is	be	VERB	O	0		v.stative	ritter-627
+19	insult	insult	NOUN	B	0			ritter-627
+20	to	to	PART	I	19			ritter-627
+21	injury	injury	NOUN	I	20			ritter-627
+22	.	.	PUNCT	O	0			ritter-627
+23	They	they	PRON	O	0			ritter-627
+24	're	're	VERB	O	0		v.stative	ritter-627
+25	clearly	clearly	ADV	O	0			ritter-627
+26	not	not	ADV	O	0			ritter-627
+27	sorry	sorry	ADJ	O	0			ritter-627
+28	!	!	PUNCT	O	0			ritter-627
+
+1	@_mistercory	@_mistercory	PROPN	O	0			ritter-628
+2	*Smiles	*smiles	VERB	O	0		v.body	ritter-628
+3	up	up	ADP	O	0			ritter-628
+4	at	at	ADP	O	0			ritter-628
+5	him*	him*	PRON	O	0			ritter-628
+6	Can	can	VERB	O	0			ritter-628
+7	we	we	PRON	O	0			ritter-628
+8	just	just	ADV	O	0			ritter-628
+9	...	...	PUNCT	O	0			ritter-628
+10	sit	sit	VERB	O	0		v.contact	ritter-628
+11	together	together	ADV	O	0			ritter-628
+12	for	for	ADP	O	0			ritter-628
+13	a	a	DET	O	0			ritter-628
+14	while	while	NOUN	O	0		n.time	ritter-628
+15	before	before	ADP	O	0			ritter-628
+16	round	round	NOUN	B	0		n.act	ritter-628
+17	two	two	NUM	I	16			ritter-628
+18	?	?	PUNCT	O	0			ritter-628
+
+1	I	i	PRON	O	0			ritter-629
+2	am	be	AUX	O	0			ritter-629
+3	living	live	VERB	O	0		v.stative	ritter-629
+4	my	my	PRON	O	0			ritter-629
+5	dream	dream	NOUN	O	0		n.cognition	ritter-629
+6	,	,	PUNCT	O	0			ritter-629
+7	winning	win	VERB	O	0		v.possession	ritter-629
+8	at	at	ADP	O	0			ritter-629
+9	life	life	NOUN	O	0		n.state	ritter-629
+10	and	and	CONJ	O	0			ritter-629
+11	being	be	AUX	O	0			ritter-629
+12	respected	respect	VERB	O	0		v.social	ritter-629
+13	for	for	ADP	O	0			ritter-629
+14	every	every	DET	B	0			ritter-629
+15	thing	thing	NOUN	I	14			ritter-629
+16	I	i	PRON	O	0			ritter-629
+17	do	do	VERB	O	0		v.stative	ritter-629
+18	.	.	PUNCT	O	0			ritter-629
+19	And	and	CONJ	O	0			ritter-629
+20	its	its	PRON	O	0			ritter-629
+21	about	about	ADP	O	0			ritter-629
+22	fucking	fucking	ADV	O	0			ritter-629
+23	time	time	NOUN	O	0		n.other	ritter-629
+24	.	.	PUNCT	O	0			ritter-629
+25	#dontsettle	#dontsettle	X	O	0			ritter-629
+26	#EVER	#ever	X	O	0			ritter-629
+
+1	the	the	DET	O	0			ritter-630
+2	last	last	ADJ	O	0			ritter-630
+3	group	group	NOUN	O	0		n.group	ritter-630
+4	dalam	dalam	VERB	O	0			ritter-630
+5	lab	lab	NOUN	O	0		n.location	ritter-630
+6	,	,	PUNCT	O	0			ritter-630
+7	for	for	ADP	O	0			ritter-630
+8	the	the	DET	O	0			ritter-630
+9	first	first	ADJ	O	0			ritter-630
+10	time	time	NOUN	O	0		n.event	ritter-630
+
+1	@pjames	@pjames	PROPN	O	0			ritter-631
+2	Add	add	VERB	O	0		v.change	ritter-631
+3	a	a	DET	O	0			ritter-631
+4	little	little	ADJ	O	0			ritter-631
+5	Belanger	belanger	PROPN	O	0		n.artifact	ritter-631
+6	,	,	PUNCT	O	0			ritter-631
+7	and	and	CONJ	O	0			ritter-631
+8	you	you	PRON	O	0			ritter-631
+9	've	've	AUX	O	0			ritter-631
+10	got	get	VERB	O	0		v.stative	ritter-631
+11	it	it	PRON	O	0			ritter-631
+12	!	!	PUNCT	O	0			ritter-631
+13	Of	of	ADP	B	0			ritter-631
+14	course	course	NOUN	I	13			ritter-631
+15	...	...	PUNCT	O	0			ritter-631
+16	after	after	ADP	O	0			ritter-631
+17	his	his	PRON	O	0			ritter-631
+18	household	household	NOUN	B	0		n.artifact	ritter-631
+19	items	item	NOUN	I	18			ritter-631
+20	arrive	arrive	VERB	O	0		v.motion	ritter-631
+21	from	from	ADP	O	0			ritter-631
+22	D	d	PROPN	B	0		n.location	ritter-631
+23	.	.	PUNCT	o	0			ritter-631
+24	C	c	PROPN	I	22			ritter-631
+25	.	.	PUNCT	O	0			ritter-631
+
+1	RT	rt	X	O	0			ritter-632
+2	@OMGwhatateen	@omgwhatateen	PROPN	O	0			ritter-632
+3	:	:	PUNCT	O	0			ritter-632
+4	RT	rt	X	O	0			ritter-632
+5	if	if	ADP	O	0			ritter-632
+6	you	you	PRON	O	0			ritter-632
+7	are	be	VERB	O	0		v.stative	ritter-632
+8	happy	happy	ADJ	O	0			ritter-632
+9	it	it	PRON	O	0			ritter-632
+10	's	's	VERB	O	0		v.stative	ritter-632
+11	friday	friday	PROPN	O	0		n.time	ritter-632
+12	.	.	PUNCT	O	0			ritter-632
+13	#OMGwhatateen	#omgwhatateen	X	O	0			ritter-632
+
+1	Halo	halo	PROPN	B	0		n.communication	ritter-633
+2	Reach	reach	PROPN	I	1			ritter-633
+3	was	be	VERB	O	0		v.stative	ritter-633
+4	a	a	DET	O	0			ritter-633
+5	bit	bit	ADJ	O	0			ritter-633
+6	crap	crap	NOUN	O	0			ritter-633
+7	tonight	tonight	NOUN	O	0			ritter-633
+
+1	@Miss_deadpool	@miss_deadpool	PROPN	O	0			ritter-634
+2	May	may	AUX	O	0		n.person	ritter-634
+3	's	's	AUX	O	0			ritter-634
+4	costume	costume	NOUN	O	0		n.artifact	ritter-634
+5	is	be	VERB	O	0		v.stative	ritter-634
+6	the	the	DET	O	0			ritter-634
+7	giant	giant	ADJ	O	0			ritter-634
+8	spider	spider	NOUN	O	0		n.animal	ritter-634
+9	on	on	ADP	O	0			ritter-634
+10	her	her	PRON	O	0			ritter-634
+11	upper	upper	NOUN	B	0		n.body	ritter-634
+12	body	body	NOUN	I	11			ritter-634
+13	.	.	PUNCT	O	0			ritter-634
+14	I	i	PRON	O	0			ritter-634
+15	'm	'm	AUX	O	0			ritter-634
+16	JJ	jj	VERB	O	0			ritter-634
+17	.	.	PUNCT	O	0			ritter-634
+
+1	Working	work	VERB	O	0		v.cognition	ritter-635
+2	at	at	ADP	O	0			ritter-635
+3	my	my	PRON	O	0			ritter-635
+4	old	old	ADJ	O	0			ritter-635
+5	office	office	NOUN	O	0		n.location	ritter-635
+6	tomorrow	tomorrow	NOUN	O	0			ritter-635
+7	to	to	PART	O	0			ritter-635
+8	catch	catch	VERB	B	0		v.change	ritter-635
+9	the	the	DET	o	0			ritter-635
+10	bookkeeping	bookkeeping	NOUN	o	0		n.act	ritter-635
+11	up	up	PART	I	8			ritter-635
+12	.	.	PUNCT	O	0			ritter-635
+13	Money	money	NOUN	O	0		n.possession	ritter-635
+14	to	to	PART	O	0			ritter-635
+15	do	do	VERB	O	0		v.stative	ritter-635
+16	easy	easy	ADJ	O	0			ritter-635
+17	stuff	stuff	NOUN	O	0		n.act	ritter-635
+18	when	when	ADV	O	0			ritter-635
+19	I	i	PRON	O	0			ritter-635
+20	would	would	AUX	O	0			ritter-635
+21	just	just	ADV	O	0			ritter-635
+22	be	be	AUX	O	0			ritter-635
+23	sitting	sit	VERB	O	0		v.contact	ritter-635
+24	around	around	ADP	O	0			ritter-635
+25	anyway	anyway	NOUN	O	0			ritter-635
+26	?	?	PUNCT	O	0			ritter-635
+27	Yes	yes	INTJ	O	0			ritter-635
+28	plz	plz	INTJ	O	0			ritter-635
+29	.	.	PUNCT	O	0			ritter-635
+
+1	QUAKE	quake	NOUN	O	0		n.event	ritter-636
+2	:	:	PUNCT	O	0			ritter-636
+3	Mag	mag	NOUN	O	0		n.attribute	ritter-636
+4	4.5	4.5	NUM	O	0			ritter-636
+5	,	,	PUNCT	O	0			ritter-636
+6	Saturday	saturday	PROPN	O	0		n.time	ritter-636
+7	,	,	PUNCT	O	0			ritter-636
+8	September	september	PROPN	O	0		n.time	ritter-636
+9	18	18	NUM	O	0			ritter-636
+10	2010	2010	NUM	O	0			ritter-636
+11	at	at	ADP	O	0			ritter-636
+12	10:03	10:03	NUM	O	0			ritter-636
+13	am	am	NOUN	O	0			ritter-636
+14	(	(	PUNCT	O	0			ritter-636
+15	NZST)	nzst)	PROPN	O	0		n.time	ritter-636
+16	,	,	PUNCT	O	0			ritter-636
+17	20	20	NUM	O	0			ritter-636
+18	km	km	NOUN	O	0		n.quantity	ritter-636
+19	south-west	south-west	ADJ	O	0			ritter-636
+20	of	of	ADP	O	0			ritter-636
+21	Christchurch	christchurch	PROPN	O	0		n.location	ritter-636
+22	.	.	PUNCT	O	0			ritter-636
+23	http://tinyurl.com/265n4mx	http://tinyurl.com/265n4mx	X	O	0			ritter-636
+24	#eqnz	#eqnz	X	O	0			ritter-636
+
+1	RT	rt	X	O	0			ritter-637
+2	@Eeenie_Meenie	@eeenie_meenie	PROPN	O	0			ritter-637
+3	:	:	PUNCT	O	0			ritter-637
+4	RT	rt	X	O	0			ritter-637
+5	if	if	ADP	O	0			ritter-637
+6	you	you	PRON	O	0			ritter-637
+7	are	be	VERB	O	0		v.stative	ritter-637
+8	happy	happy	ADJ	O	0			ritter-637
+9	that	that	ADP	O	0			ritter-637
+10	today	today	NOUN	O	0		n.time	ritter-637
+11	is	be	VERB	O	0		v.stative	ritter-637
+12	FRIDAY	friday	PROPN	O	0		n.time	ritter-637
+13	!	!	PUNCT	O	0			ritter-637
+14	:)	:)	INTJ	O	0			ritter-637
+
+1	Wanna	wanna	VERB	O	0			ritter-638
+2	see	see	VERB	O	0		v.social	ritter-638
+3	ya	ya	PRON	O	0			ritter-638
+4	bro	bro	INTJ	O	0			ritter-638
+5	,	,	PUNCT	O	0			ritter-638
+6	I	i	PRON	O	0			ritter-638
+7	miss	miss	VERB	O	0		v.emotion	ritter-638
+8	u	u	PRON	O	0			ritter-638
+9	U	u	PRON	O	0			ritter-638
+10	scared	scare	VERB	O	0		v.emotion	ritter-638
+11	me	me	PRON	O	0			ritter-638
+12	to	to	PART	O	0			ritter-638
+13	hell	hell	NOUN	O	0		n.cognition	ritter-638
+14	yesterday	yesterday	NOUN	O	0			ritter-638
+15	,	,	PUNCT	O	0			ritter-638
+16	cant	cant	AUX	O	0			ritter-638
+17	live	live	VERB	O	0		v.stative	ritter-638
+18	without	without	ADP	O	0			ritter-638
+19	u	u	PRON	O	0			ritter-638
+20	U	u	PRON	O	0			ritter-638
+21	're	're	VERB	O	0		v.stative	ritter-638
+22	more	more	ADJ	O	0			ritter-638
+23	than	than	ADP	O	0			ritter-638
+24	a	a	DET	O	0			ritter-638
+25	bro	bro	NOUN	O	0		n.person	ritter-638
+26	u	u	PRON	O	0			ritter-638
+27	're	're	VERB	O	0		v.stative	ritter-638
+28	Like	like	ADP	O	0			ritter-638
+29	my	my	PRON	O	0			ritter-638
+30	twin	twin	NOUN	O	0		n.person	ritter-638
+31	Need	need	VERB	O	0		v.emotion	ritter-638
+32	u	u	PRON	O	0			ritter-638
+33	,	,	PUNCT	O	0			ritter-638
+34	come	come	VERB	O	0		v.motion	ritter-638
+35	home	home	NOUN	O	0		n.location	ritter-638
+36	Luv	luv	VERB	O	0		v.emotion	ritter-638
+37	u	u	PRON	O	0			ritter-638
+38	&lt;	&lt;	INTJ	O	0			ritter-638
+39	3	3	INTJ	O	0			ritter-638
+
+1	TWEET	tweet	INTJ	O	0			ritter-639
+2	!	!	PUNCT	O	0			ritter-639
+3	@stjosephs	@stjosephs	PROPN	O	0			ritter-639
+4	Empls	empls	NOUN	O	0		n.person	ritter-639
+5	of	of	ADP	O	0			ritter-639
+6	the	the	DET	O	0			ritter-639
+7	Month	month	NOUN	O	0		n.time	ritter-639
+8	:	:	PUNCT	O	0			ritter-639
+9	Deborah	deborah	PROPN	B	0		n.person	ritter-639
+10	L	l	PROPN	I	9			ritter-639
+11	#Speech	#speech	NOUN	O	0		n.communication	ritter-639
+12	#Pathologist-Childrens	#pathologist-childrens	X	O	0			ritter-639
+13	Rehab	rehab	NOUN	O	0		n.act	ritter-639
+14	and	and	CONJ	O	0			ritter-639
+15	Patricia	patricia	PROPN	B	0		n.person	ritter-639
+16	M	m	PROPN	I	15			ritter-639
+17	#Referral/#Auth	#referral/#auth	X	O	0			ritter-639
+18	#Spec-#Womens	#spec-#womens	X	O	0			ritter-639
+19	#Care	#care	X	O	0			ritter-639
+20	!	!	PUNCT	O	0			ritter-639
+
+1	RT	rt	X	O	0			ritter-640
+2	@BuffSabresGrl63	@buffsabresgrl63	PROPN	O	0			ritter-640
+3	:	:	PUNCT	O	0			ritter-640
+4	RT	rt	X	O	0			ritter-640
+5	@LindyRuffsTie	@lindyruffstie	PROPN	O	0			ritter-640
+6	:	:	PUNCT	O	0			ritter-640
+7	RT	rt	X	O	0			ritter-640
+8	@FakeDarcy	@fakedarcy	PROPN	O	0			ritter-640
+9	:	:	PUNCT	O	0			ritter-640
+10	No	no	INTJ	O	0			ritter-640
+11	Derek	derek	PROPN	O	0		n.person	ritter-640
+12	,	,	PUNCT	O	0			ritter-640
+13	when	when	ADV	O	0			ritter-640
+14	guys	guy	NOUN	O	0		n.person	ritter-640
+15	get	get	VERB	O	0		v.change	ritter-640
+16	hurt	hurt	VERB	O	0		v.body	ritter-640
+17	,	,	PUNCT	O	0			ritter-640
+18	"	"	PUNCT	O	0			ritter-640
+19	kissing	kiss	VERB	O	0		v.contact	ritter-640
+20	the	the	DET	O	0			ritter-640
+21	boo-boo	boo-boo	NOUN	O	0		n.body	ritter-640
+22	"	"	PUNCT	O	0			ritter-640
+23	will	will	AUX	O	0			ritter-640
+24	not	not	ADV	O	0			ritter-640
+25	make	make	VERB	O	0		v.change	ritter-640
+26	it	it	PRON	O	0			ritter-640
+27	better	better	ADJ	O	0			ritter-640
+28	.	.	PUNCT	O	0			ritter-640
+29	#sab	#sab	X	O	0			ritter-640
+30	...	...	PUNCT	O	0			ritter-640
+
+1	RT	rt	X	O	0			ritter-641
+2	@TRAEABN	@traeabn	PROPN	O	0			ritter-641
+3	Headed	head	VERB	O	0		v.motion	ritter-641
+4	to	to	PART	O	0			ritter-641
+5	Shreveport	shreveport	PROPN	O	0		n.location	ritter-641
+6	then	then	ADP	O	0			ritter-641
+7	Lake	lake	PROPN	B	0		n.location	ritter-641
+8	Charles	charles	PROPN	I	7			ritter-641
+9	-might	-might	AUX	O	0			ritter-641
+10	as	as	ADP	O	0			ritter-641
+11	well	well	ADV	O	0			ritter-641
+12	shoot	shoot	VERB	B	0		v.motion	ritter-641
+13	through	through	ADP	I	12			ritter-641
+14	dat	dat	DET	O	0			ritter-641
+15	#BMT	#bmt	X	O	0			ritter-641
+16	after	after	ADP	O	0			ritter-641
+17	the	the	DET	O	0			ritter-641
+18	slab	slab	NOUN	B	0		n.act	ritter-641
+19	show	show	NOUN	I	18			ritter-641
+20	in	in	ADP	O	0			ritter-641
+21	Lake	lake	PROPN	B	0		n.location	ritter-641
+22	Charles	charles	PROPN	I	21			ritter-641
+23	..	..	PUNCT	O	0			ritter-641
+
+1	RT	rt	X	O	0			ritter-642
+2	@WeSpazForJB	@wespazforjb	PROPN	O	0			ritter-642
+3	:	:	PUNCT	O	0			ritter-642
+4	http://twitpic.com/2nn4ee	http://twitpic.com/2nn4ee	X	O	0			ritter-642
+5	&lt;	&lt;	X	O	0			ritter-642
+6	----	----	X	O	0			ritter-642
+7	still	still	ADV	O	0			ritter-642
+8	the	the	DET	O	0			ritter-642
+9	funniest	funny	ADJ	O	0			ritter-642
+10	photo	photo	NOUN	O	0		n.artifact	ritter-642
+11	.	.	PUNCT	O	0			ritter-642
+12	of	of	ADP	B	0			ritter-642
+13	all	all	DET	I	12			ritter-642
+14	time	time	NOUN	I	13			ritter-642
+15	.	.	PUNCT	O	0			ritter-642
+16	ALL	all	DET	B	0			ritter-642
+17	TIME	time	NOUN	I	16			ritter-642
+18	.	.	PUNCT	O	0			ritter-642
+
+1	I	i	PRON	O	0			ritter-643
+2	have	have	AUX	O	0			ritter-643
+3	eaten	eat	VERB	O	0		v.consumption	ritter-643
+4	a	a	DET	O	0			ritter-643
+5	large	large	ADJ	O	0			ritter-643
+6	quantity	quantity	NOUN	O	0		n.quantity	ritter-643
+7	of	of	ADP	O	0			ritter-643
+8	oranges	orange	NOUN	O	0		n.food	ritter-643
+9	this	this	DET	B	0			ritter-643
+10	week	week	NOUN	I	9			ritter-643
+11	...	...	PUNCT	O	0			ritter-643
+
+1	RT	rt	X	O	0			ritter-644
+2	@NickSilly	@nicksilly	PROPN	O	0			ritter-644
+3	:	:	PUNCT	O	0			ritter-644
+4	Fun	fun	ADJ	O	0			ritter-644
+5	!	!	PUNCT	O	0			ritter-644
+6	RT	rt	X	O	0			ritter-644
+7	@JackFMDFW	@jackfmdfw	PROPN	O	0			ritter-644
+8	:	:	PUNCT	O	0			ritter-644
+9	Put	put	VERB	B	0		v.body	ritter-644
+10	on	on	ADP	I	9			ritter-644
+11	your	your	PRON	O	0			ritter-644
+12	Boogie	boogie	NOUN	B	0		n.artifact	ritter-644
+13	Shoes	shoes	NOUN	I	12			ritter-644
+14	and	and	CONJ	O	0			ritter-644
+15	Get	get	VERB	B	0		v.motion	ritter-644
+16	Down	down	PART	I	15			ritter-644
+17	Tonight	tonight	NOUN	O	0		n.time	ritter-644
+18	with	with	ADP	O	0			ritter-644
+19	KC	kc	PROPN	B	0		n.group	ritter-644
+20	and	and	CONJ	I	19			ritter-644
+21	The	the	PROPN	I	20			ritter-644
+22	Sunshine	sunshine	PROPN	I	21			ritter-644
+23	Band	band	PROPN	I	22			ritter-644
+24	.	.	PUNCT	O	0			ritter-644
+25	#Dallas	#dallas	NOUN	O	0			ritter-644
+26	#concerts	#concerts	NOUN	O	0			ritter-644
+27	http	http	X	O	0			ritter-644
+28	:/	:/	PUNCT	O	0			ritter-644
+29	...	...	PUNCT	O	0			ritter-644
+
+1	Someone	someone	NOUN	O	0			ritter-645
+2	just	just	ADV	O	0			ritter-645
+3	started	start	VERB	O	0		v.change	ritter-645
+4	following	follow	VERB	O	0		v.communication	ritter-645
+5	me	me	PRON	O	0			ritter-645
+6	today	today	NOUN	O	0			ritter-645
+7	so	so	ADP	O	0			ritter-645
+8	I	i	PRON	O	0			ritter-645
+9	better	better	AUX	O	0			ritter-645
+10	post	post	VERB	O	0		v.communication	ritter-645
+11	something	something	NOUN	O	0			ritter-645
+12	.	.	PUNCT	O	0			ritter-645
+13	There	there	INTJ	O	0			ritter-645
+14	.	.	PUNCT	O	0			ritter-645
+
+1	i	i	PRON	O	0			ritter-646
+2	want	want	VERB	O	0		v.emotion	ritter-646
+3	a	a	DET	O	0			ritter-646
+4	bath	bath	NOUN	O	0		n.artifact	ritter-646
+5	but	but	CONJ	O	0			ritter-646
+6	do	do	AUX	O	0			ritter-646
+7	n't	n't	ADV	O	0			ritter-646
+8	have	have	VERB	O	0		v.possession	ritter-646
+9	a	a	DET	O	0			ritter-646
+10	bath	bath	NOUN	O	0		n.artifact	ritter-646
+11	,	,	PUNCT	O	0			ritter-646
+12	shut	shut	VERB	B	0		v.communication	ritter-646
+13	up	up	PART	I	12			ritter-646
+14	,	,	PUNCT	O	0			ritter-646
+15	sam	sam	PROPN	O	0		n.person	ritter-646
+16	's	's	AUX	O	0			ritter-646
+17	coming	come	VERB	O	0		v.motion	ritter-646
+18	tomorrow	tomorrow	NOUN	O	0			ritter-646
+19	and	and	CONJ	O	0			ritter-646
+20	steve	steve	PROPN	O	0		n.person	ritter-646
+21	and	and	CONJ	O	0			ritter-646
+22	tanya	tanya	PROPN	O	0		n.person	ritter-646
+23	will	will	AUX	O	0			ritter-646
+24	be	be	VERB	O	0		v.stative	ritter-646
+25	round	round	ADV	O	0			ritter-646
+26	at	at	ADP	O	0			ritter-646
+27	10am	10am	NUM	O	0			ritter-646
+28	so	so	ADP	O	0			ritter-646
+29	go	go	VERB	B	0		v.motion	ritter-646
+30	away	away	ADV	I	29			ritter-646
+31	you	you	PRON	O	0			ritter-646
+32	mean	mean	ADJ	O	0			ritter-646
+33	people	people	NOUN	O	0		n.person	ritter-646
+
+1	What	what	PRON	O	0			ritter-647
+2	Do	do	AUX	O	0			ritter-647
+3	S.F.	s.f.	PROPN	B	0		n.person	ritter-647
+4	Rabbis	rabbi	NOUN	I	3			ritter-647
+5	Eat	eat	VERB	O	0		v.consumption	ritter-647
+6	Before	before	ADP	O	0			ritter-647
+7	and	and	CONJ	O	0			ritter-647
+8	After	after	ADP	O	0			ritter-647
+9	Yom	yom	PROPN	B	0		n.event	ritter-647
+10	Kippur	kippur	PROPN	I	9			ritter-647
+11	?	?	PUNCT	O	0			ritter-647
+12	We	we	PRON	O	0			ritter-647
+13	Asked	ask	VERB	O	0		v.communication	ritter-647
+14	Five	five	NUM	O	0			ritter-647
+15	to	to	PART	O	0			ritter-647
+16	Enlighten	enlighten	VERB	O	0		v.communication	ritter-647
+17	Us	us	PRON	O	0			ritter-647
+18	!	!	PUNCT	O	0			ritter-647
+19	via	via	ADP	O	0			ritter-647
+20	@SFoodie	@sfoodie	PROPN	O	0		n.communication	ritter-647
+21	http://bit.ly/aQrFUz	http://bit.ly/aqrfuz	X	O	0			ritter-647
+
+1	Half	half	DET	B	0			ritter-648
+2	baked	baked	ADJ	I	1			ritter-648
+3	,	,	PUNCT	O	0			ritter-648
+4	next	next	ADJ	O	0			ritter-648
+5	how	how	ADV	O	0			ritter-648
+6	high	high	ADJ	O	0			ritter-648
+7	,	,	PUNCT	O	0			ritter-648
+8	grandma	grandma	NOUN	B	0		n.person	ritter-648
+9	boys	boy	NOUN	I	8			ritter-648
+10	,	,	PUNCT	O	0			ritter-648
+11	puff	puff	VERB	B	0			ritter-648
+12	puff	puff	VERB	I	11			ritter-648
+13	pass	pass	VERB	I	12			ritter-648
+14	,	,	PUNCT	O	0			ritter-648
+15	and	and	CONJ	O	0			ritter-648
+16	4	4	NUM	O	0			ritter-648
+17	hours	hours	NOUN	O	0		n.time	ritter-648
+18	of	of	ADP	O	0			ritter-648
+19	friday	friday	PROPN	O	0		n.time	ritter-648
+20	.	.	PUNCT	O	0			ritter-648
+21	&lt;	&lt;	X	O	0			ritter-648
+22	DEAD	dead	PROPN	B	0		n.communication	ritter-648
+23	GREEN	green	PROPN	I	22			ritter-648
+24	HARTS	harts	PROPN	I	23			ritter-648
+25	&gt;	&gt;	X	O	0			ritter-648
+
+1	@mcflysandra	@mcflysandra	PROPN	O	0			ritter-649
+2	haha	haha	INTJ	O	0			ritter-649
+3	yes	yes	INTJ	O	0			ritter-649
+4	:)	:)	INTJ	O	0			ritter-649
+5	have	have	AUX	O	0			ritter-649
+6	to	to	PART	O	0			ritter-649
+7	go	go	VERB	O	0		v.motion	ritter-649
+8	speak	speak	VERB	O	0		v.communication	ritter-649
+9	tomorrow	tomorrow	NOUN	O	0			ritter-649
+10	:)	:)	INTJ	O	0			ritter-649
+11	good	good	ADJ	B	0		n.communication	ritter-649
+12	night	night	NOUN	I	11			ritter-649
+13	xxx	xxx	INTJ	O	0			ritter-649
+
+1	RT	rt	X	O	0			ritter-650
+2	@GreatestQuotes	@greatestquotes	PROPN	O	0			ritter-650
+3	:	:	PUNCT	O	0			ritter-650
+4	"	"	PUNCT	O	0			ritter-650
+5	When	when	ADV	O	0			ritter-650
+6	everything	everything	NOUN	O	0			ritter-650
+7	seems	seem	VERB	O	0		v.cognition	ritter-650
+8	to	to	PART	O	0			ritter-650
+9	be	be	AUX	O	0			ritter-650
+10	going	go	VERB	O	0		v.stative	ritter-650
+11	against	against	ADP	O	0			ritter-650
+12	you	you	PRON	O	0			ritter-650
+13	,	,	PUNCT	O	0			ritter-650
+14	remember	remember	VERB	O	0		v.cognition	ritter-650
+15	that	that	ADP	O	0			ritter-650
+16	the	the	DET	O	0			ritter-650
+17	airplane	airplane	NOUN	O	0		n.artifact	ritter-650
+18	takes	take	VERB	B	0		v.motion	ritter-650
+19	off	off	PART	I	18			ritter-650
+20	against	against	ADP	O	0			ritter-650
+21	the	the	DET	O	0			ritter-650
+22	wind	wind	NOUN	O	0		n.phenomenon	ritter-650
+23	,	,	PUNCT	O	0			ritter-650
+24	not	not	ADV	O	0			ritter-650
+25	with	with	ADP	O	0			ritter-650
+26	it	it	PRON	O	0			ritter-650
+27	."	."	PUNCT	O	0			ritter-650
+28	...	...	PUNCT	O	0			ritter-650
+
+1	@2kjdream	@2kjdream	PROPN	O	0			ritter-651
+2	Good	good	ADJ	B	0			ritter-651
+3	morning	morning	NOUN	I	2			ritter-651
+4	!	!	PUNCT	O	0			ritter-651
+5	Have	have	VERB	O	0		v.stative	ritter-651
+6	a	a	DET	O	0			ritter-651
+7	Good	good	ADJ	O	0			ritter-651
+8	day	day	NOUN	O	0		n.time	ritter-651
+9	:)	:)	INTJ	O	0			ritter-651
+10	from	from	ADP	O	0			ritter-651
+11	JPN	jpn	PROPN	O	0		n.person	ritter-651
+12	.	.	PUNCT	O	0			ritter-651
+
+1	DITR	ditr	PROPN	B	0		n.communication	ritter-652
+2	REI	rei	PROPN	I	1			ritter-652
+3	Update	update	NOUN	I	2			ritter-652
+4	:	:	PUNCT	O	0			ritter-652
+5	California	california	PROPN	B	0		n.possession	ritter-652
+6	Home	home	NOUN	I	5			ritter-652
+7	Sales	sales	NOUN	I	6			ritter-652
+8	Decline	decline	VERB	O	0		v.change	ritter-652
+9	Year-Over-Year	year-over-year	ADJ	O	0			ritter-652
+10	:	:	PUNCT	O	0			ritter-652
+11	By	by	ADP	O	0			ritter-652
+12	Michael	michael	PROPN	B	0		n.person	ritter-652
+13	Kraus	kraus	PROPN	I	12			ritter-652
+14	on	on	ADP	O	0			ritter-652
+15	September	september	PROPN	O	0		n.time	ritter-652
+16	17	17	NUM	O	0			ritter-652
+17	...	...	PUNCT	O	0			ritter-652
+18	http://bit.ly/96Zavf	http://bit.ly/96zavf	X	O	0			ritter-652
+19	#realestate	#realestate	X	O	0			ritter-652
+20	#invest	#invest	VERB	O	0			ritter-652
+
+1	Good	good	INTJ	B	0			ritter-653
+2	golly	golly	INTJ	I	1			ritter-653
+3	.	.	PUNCT	O	0			ritter-653
+4	Who	who	PRON	O	0		n.group	ritter-653
+5	left	leave	VERB	O	0		v.contact	ritter-653
+6	the	the	DET	O	0			ritter-653
+7	candy	candy	NOUN	O	0		n.food	ritter-653
+8	in	in	ADP	O	0			ritter-653
+9	the	the	DET	O	0			ritter-653
+10	lunchroom	lunchroom	NOUN	O	0		n.location	ritter-653
+11	.	.	PUNCT	O	0			ritter-653
+12	May	may	AUX	O	0			ritter-653
+13	set	set	VERB	O	0		v.competition	ritter-653
+14	a	a	DET	O	0			ritter-653
+15	world	world	NOUN	B	0		n.communication	ritter-653
+16	record	record	NOUN	I	15			ritter-653
+17	for	for	ADP	O	0			ritter-653
+18	the	the	DET	O	0			ritter-653
+19	most	most	ADJ	O	0			ritter-653
+20	Sour	sour	PROPN	B	0		n.food	ritter-653
+21	Patch	patch	PROPN	I	20			ritter-653
+22	kids	kids	PROPN	I	21			ritter-653
+23	eaten	eat	VERB	O	0		v.consumption	ritter-653
+24	by	by	ADP	O	0			ritter-653
+25	an	an	DET	O	0			ritter-653
+26	individual	individual	NOUN	O	0		n.person	ritter-653
+27	!	!	PUNCT	O	0			ritter-653
+
+1	Last	last	ADJ	O	0			ritter-654
+2	stop	stop	NOUN	O	0		n.act	ritter-654
+3	of	of	ADP	O	0			ritter-654
+4	the	the	DET	O	0			ritter-654
+5	day	day	NOUN	O	0		n.time	ritter-654
+6	thank	thank	VERB	O	0		v.communication	ritter-654
+7	goddddd	goddddd	PROPN	O	0		n.person	ritter-654
+8	(@	(@	PUNCT	O	0			ritter-654
+9	H-E-B	h-e-b	PROPN	B	0		n.group	ritter-654
+10	Plus	plus	PROPN	I	9			ritter-654
+11	)	)	PUNCT	O	0			ritter-654
+12	http://4sq.com/7RDhgd	http://4sq.com/7rdhgd	X	O	0			ritter-654
+
+1	Exclusive	exclusive	ADJ	O	0			ritter-655
+2	:	:	PUNCT	O	0			ritter-655
+3	Rep	rep	PROPN	B	0		n.person	ritter-655
+4	.	.	PUNCT	o	0			ritter-655
+5	Steve	steve	PROPN	I	3			ritter-655
+6	King	king	PROPN	I	5			ritter-655
+7	on	on	ADP	O	0			ritter-655
+8	ObamaCare	obamacare	PROPN	O	0		n.cognition	ritter-655
+9	,	,	PUNCT	O	0			ritter-655
+10	Tea	tea	PROPN	B	0		n.group	ritter-655
+11	Party	party	PROPN	I	10			ritter-655
+12	,	,	PUNCT	O	0			ritter-655
+13	and	and	CONJ	O	0			ritter-655
+14	Constitution	constitution	PROPN	B	0		n.event	ritter-655
+15	Day	day	PROPN	I	14			ritter-655
+16	:	:	PUNCT	O	0			ritter-655
+17	The	the	DET	O	0			ritter-655
+18	inclusion	inclusion	NOUN	O	0		n.state	ritter-655
+19	of	of	ADP	O	0			ritter-655
+20	the	the	DET	O	0			ritter-655
+21	Tenth	tenth	PROPN	B	0		n.communication	ritter-655
+22	Amendment	amendment	PROPN	I	21			ritter-655
+23	in	in	ADP	O	0			ritter-655
+24	...	...	PUNCT	O	0			ritter-655
+25	http://bit.ly/cYITA8	http://bit.ly/cyita8	X	O	0			ritter-655
+
+1	Long	long	ADJ	O	0			ritter-656
+2	18k	18k	NUM	O	0			ritter-656
+3	run	run	NOUN	O	0		n.act	ritter-656
+4	done	do	VERB	O	0		v.stative	ritter-656
+5	and	and	CONJ	O	0			ritter-656
+6	in	in	ADP	O	0			ritter-656
+7	the	the	DET	O	0			ritter-656
+8	books	book	NOUN	O	0		n.communication	ritter-656
+9	!	!	PUNCT	O	0			ritter-656
+10	Beauty	beauty	ADJ	B	0		n.event	ritter-656
+11	day	day	NOUN	I	10			ritter-656
+12	.	.	PUNCT	O	0			ritter-656
+13	Til	til	ADP	O	0			ritter-656
+14	now	now	ADV	O	0			ritter-656
+15	,	,	PUNCT	O	0			ritter-656
+16	at	at	ADP	O	0			ritter-656
+17	dentist	dentist	NOUN	O	0		n.location	ritter-656
+18	,	,	PUNCT	O	0			ritter-656
+19	and	and	CONJ	O	0			ritter-656
+20	lady	lady	NOUN	O	0		n.person	ritter-656
+21	next	next	ADJ	O	0			ritter-656
+22	to	to	PART	O	0			ritter-656
+23	me	me	PRON	O	0			ritter-656
+24	spilling	spill	VERB	B	0		v.contact	ritter-656
+25	over	over	ADP	I	24			ritter-656
+26	to	to	PART	O	0			ritter-656
+27	my	my	PRON	O	0			ritter-656
+28	chair	chair	NOUN	O	0		n.artifact	ritter-656
+29	..	..	PUNCT	O	0			ritter-656
+30	Just	just	ADV	O	0			ritter-656
+31	belched	belch	VERB	O	0		v.body	ritter-656
+32	.	.	PUNCT	O	0			ritter-656
+33	Loudly	loudly	ADV	O	0			ritter-656
+34	.	.	PUNCT	O	0			ritter-656
+35	+1	+1	NUM	O	0			ritter-656
+
+1	You	you	PRON	O	0			ritter-657
+2	gotta	gotta	VERB	O	0		v.cognition	ritter-657
+3	let	let	VERB	O	0		v.social	ritter-657
+4	em	em	PRON	O	0			ritter-657
+5	lick	lick	VERB	O	0		v.contact	ritter-657
+6	it	it	PRON	O	0			ritter-657
+7	before	before	ADP	O	0			ritter-657
+8	they	they	PRON	O	0			ritter-657
+9	stick	stick	VERB	O	0		v.contact	ritter-657
+10	it	it	PRON	O	0			ritter-657
+
+1	@Hollly_	@hollly_	PROPN	O	0			ritter-658
+2	16	16	NUM	O	0			ritter-658
+3	b	b	VERB	O	0		v.stative	ritter-658
+4	17	17	NUM	O	0			ritter-658
+5	in	in	ADP	O	0			ritter-658
+6	feb	feb	PROPN	O	0		n.time	ritter-658
+
+1	There	there	DET	O	0			ritter-659
+2	's	's	VERB	O	0		v.stative	ritter-659
+3	a	a	DET	O	0			ritter-659
+4	lot	lot	NOUN	O	0		n.quantity	ritter-659
+5	of	of	ADP	O	0			ritter-659
+6	people	people	NOUN	O	0		n.person	ritter-659
+7	showing	show	VERB	B	0		v.social	ritter-659
+8	off	off	PART	I	7			ritter-659
+9	their	their	PRON	O	0			ritter-659
+10	iPhones	iphones	NOUN	O	0		n.artifact	ritter-659
+11	on	on	ADP	O	0			ritter-659
+12	facebook	facebook	PROPN	O	0		n.communication	ritter-659
+13	today	today	NOUN	O	0			ritter-659
+14	,	,	PUNCT	O	0			ritter-659
+15	so	so	ADV	O	0			ritter-659
+16	&	&	CONJ	O	0			ritter-659
+17	so	so	ADV	O	0			ritter-659
+18	is	be	VERB	O	0		v.stative	ritter-659
+19	at	at	ADP	O	0			ritter-659
+20	such	such	ADJ	O	0			ritter-659
+21	a	a	DET	O	0			ritter-659
+22	place	place	NOUN	O	0		n.location	ritter-659
+23	,	,	PUNCT	O	0			ritter-659
+24	it	it	PRON	O	0			ritter-659
+25	's	's	VERB	O	0		v.stative	ritter-659
+26	really	really	ADV	O	0			ritter-659
+27	not	not	ADV	O	0			ritter-659
+28	that	that	DET	O	0			ritter-659
+29	interesting	interesting	ADJ	O	0			ritter-659
+30	;o	;o	INTJ	O	0			ritter-659
+31	)	)	PUNCT	O	0			ritter-659
+
+1	RT	rt	X	O	0			ritter-660
+2	@zahrock12	@zahrock12	PROPN	O	0			ritter-660
+3	:	:	PUNCT	O	0			ritter-660
+4	Fuck	fuck	INTJ	O	0			ritter-660
+5	yeah	yeah	INTJ	O	0			ritter-660
+6	its	its	PRON	O	0			ritter-660
+7	FRIDAY	friday	PROPN	O	0		n.time	ritter-660
+8	!!	!!	PUNCT	O	0			ritter-660
+
+1	#Astros	#astros	NOUN	O	0		n.group	ritter-661
+2	lineup	lineup	NOUN	O	0		n.state	ritter-661
+3	for	for	ADP	O	0			ritter-661
+4	tonight	tonight	NOUN	O	0		n.time	ritter-661
+5	.	.	PUNCT	O	0			ritter-661
+6	Keppinger	keppinger	PROPN	O	0		n.person	ritter-661
+7	sits	sit	VERB	O	0		v.stative	ritter-661
+8	,	,	PUNCT	O	0			ritter-661
+9	Downs	downs	PROPN	O	0		n.person	ritter-661
+10	plays	play	VERB	O	0		v.competition	ritter-661
+11	2B	2b	NOUN	O	0		n.attribute	ritter-661
+12	,	,	PUNCT	O	0			ritter-661
+13	CJ	cj	PROPN	O	0		n.person	ritter-661
+14	bats	bat	VERB	O	0		v.contact	ritter-661
+15	5th	5th	ADJ	O	0			ritter-661
+16	.	.	PUNCT	O	0			ritter-661
+17	@alysonfooter	@alysonfooter	PROPN	O	0			ritter-661
+18	http://bit.ly/bHvgCS	http://bit.ly/bhvgcs	X	O	0			ritter-661
+
+1	HA	ha	INTJ	O	0			ritter-662
+2	!	!	PUNCT	O	0			ritter-662
+3	RT	rt	X	O	0			ritter-662
+4	@ew32766	@ew32766	PROPN	O	0			ritter-662
+5	I	i	PRON	O	0			ritter-662
+6	love	love	VERB	O	0		v.emotion	ritter-662
+7	it	it	PRON	O	0			ritter-662
+8	when	when	ADV	O	0			ritter-662
+9	my	my	PRON	O	0			ritter-662
+10	mom	mom	NOUN	O	0		n.person	ritter-662
+11	posts	post	VERB	O	0		v.communication	ritter-662
+12	status	status	NOUN	B	0		n.communication	ritter-662
+13	updates	update	NOUN	I	12			ritter-662
+14	on	on	ADP	O	0			ritter-662
+15	FB	fb	PROPN	O	0		n.communication	ritter-662
+16	,	,	PUNCT	O	0			ritter-662
+17	they	they	PRON	O	0			ritter-662
+18	are	be	VERB	O	0		v.stative	ritter-662
+19	usually	usually	ADV	O	0			ritter-662
+20	personal	personal	ADJ	O	0			ritter-662
+21	messages	message	NOUN	O	0		n.communication	ritter-662
+22	she	she	PRON	O	0			ritter-662
+23	meant	mean	VERB	O	0		v.cognition	ritter-662
+24	2write	2write	VERB	O	0		v.creation	ritter-662
+25	on	on	ADP	O	0			ritter-662
+26	someone	someone	NOUN	O	0		n.person	ritter-662
+27	's	's	PART	O	0			ritter-662
+28	wall	wall	NOUN	O	0		n.communication	ritter-662
+29	.	.	PUNCT	O	0			ritter-662
+30	;)	;)	INTJ	O	0			ritter-662
+
+1	#Random	#random	X	O	0			ritter-663
+2	But	but	CONJ	O	0			ritter-663
+3	Why	why	ADV	O	0			ritter-663
+4	Do	do	AUX	O	0			ritter-663
+5	Woman	woman	NOUN	O	0		n.person	ritter-663
+6	Say	say	VERB	O	0		v.communication	ritter-663
+7	The	the	PRON	O	0			ritter-663
+8	Want	want	VERB	O	0		v.emotion	ritter-663
+9	A	a	DET	O	0			ritter-663
+10	Big	big	ADJ	O	0			ritter-663
+11	D@ck	d@ck	NOUN	O	0		n.body	ritter-663
+12	&	&	CONJ	O	0			ritter-663
+13	When	when	ADV	O	0			ritter-663
+14	They	they	PRON	O	0			ritter-663
+15	Get	get	VERB	O	0		v.stative	ritter-663
+16	It	it	PRON	O	0			ritter-663
+17	They	they	PRON	O	0			ritter-663
+18	Favorite	favorite	ADJ	O	0			ritter-663
+19	Line	line	NOUN	O	0		n.communication	ritter-663
+20	Is	be	VERB	O	0		v.stative	ritter-663
+21	"	"	PUNCT	O	0			ritter-663
+22	where	where	ADV	O	0			ritter-663
+23	is	be	AUX	O	0			ritter-663
+24	that	that	ADP	O	0			ritter-663
+25	suppose	suppose	VERB	B	0			ritter-663
+26	to	to	PART	I	25			ritter-663
+27	go	go	VERB	O	0		v.motion	ritter-663
+28	"	"	PUNCT	O	0			ritter-663
+
+1	Knowing	know	VERB	O	0		v.cognition	ritter-664
+2	that	that	ADP	O	0			ritter-664
+3	I	i	PRON	O	0			ritter-664
+4	have	have	VERB	O	0		v.stative	ritter-664
+5	people	people	NOUN	O	0		n.person	ritter-664
+6	who	who	PRON	O	0			ritter-664
+7	love	love	VERB	O	0		v.emotion	ritter-664
+8	me	me	PRON	O	0			ritter-664
+9	and	and	CONJ	O	0			ritter-664
+10	I	i	PRON	O	0			ritter-664
+11	love	love	VERB	O	0		v.emotion	ritter-664
+12	them	them	PRON	O	0			ritter-664
+13	back	back	ADV	O	0			ritter-664
+14	makes	make	VERB	O	0		v.creation	ritter-664
+15	my	my	PRON	O	0			ritter-664
+16	day	day	NOUN	O	0		n.time	ritter-664
+
+1	She	she	PRON	O	0			ritter-665
+2	should	should	AUX	O	0			ritter-665
+3	nom	nom	VERB	O	0		v.communication	ritter-665
+4	me	me	PRON	O	0			ritter-665
+5	when	when	ADV	O	0			ritter-665
+6	she	she	PRON	O	0			ritter-665
+7	gets	get	VERB	O	0		v.motion	ritter-665
+8	back	back	ADV	O	0			ritter-665
+9	!	!	PUNCT	O	0			ritter-665
+10	If	if	ADP	O	0			ritter-665
+11	she	she	PRON	O	0			ritter-665
+12	's	's	VERB	O	0		v.stative	ritter-665
+13	not	not	ADV	O	0			ritter-665
+14	tired	tired	ADJ	O	0			ritter-665
+15	that	that	ADP	O	0			ritter-665
+16	is	be	VERB	O	0		v.stative	ritter-665
+17	.	.	PUNCT	O	0			ritter-665
+
+1	@ashhleybrookee	@ashhleybrookee	PROPN	O	0			ritter-666
+2	it	it	PRON	O	0			ritter-666
+3	may	may	AUX	O	0			ritter-666
+4	be	be	VERB	O	0		v.stative	ritter-666
+5	nasty	nasty	ADJ	O	0			ritter-666
+6	but	but	CONJ	O	0			ritter-666
+7	...	...	PUNCT	O	0			ritter-666
+8	it	it	PRON	O	0			ritter-666
+9	works	work	VERB	O	0		v.stative	ritter-666
+10	.	.	PUNCT	O	0			ritter-666
+
+1	fckn	fckn	ADJ	O	0			ritter-667
+2	emily	emily	PROPN	B	0		n.person	ritter-667
+3	rodriguez	rodriguez	PROPN	I	2			ritter-667
+4	did	do	AUX	O	0			ritter-667
+5	n't	n't	ADV	O	0			ritter-667
+6	bring	bring	VERB	O	0		v.motion	ritter-667
+7	my	my	PRON	O	0			ritter-667
+8	cookies	cookie	NOUN	O	0		n.food	ritter-667
+9	today	today	NOUN	O	0			ritter-667
+10	!!	!!	PUNCT	O	0			ritter-667
+11	lil	lil	ADJ	O	0			ritter-667
+12	brat	brat	NOUN	O	0		n.person	ritter-667
+13	.	.	PUNCT	O	0			ritter-667
+
+1	No	no	DET	O	0			ritter-668
+2	loss	loss	NOUN	O	0		n.possession	ritter-668
+3	is	be	VERB	O	0		v.stative	ritter-668
+4	greater	greater	ADJ	O	0			ritter-668
+5	than	than	ADP	O	0			ritter-668
+6	the	the	DET	O	0			ritter-668
+7	loss	loss	NOUN	O	0		n.possession	ritter-668
+8	of	of	ADP	O	0			ritter-668
+9	a	a	DET	O	0			ritter-668
+10	thought	thought	NOUN	B	0		n.cognition	ritter-668
+11	process	process	NOUN	I	10			ritter-668
+12	before	before	ADP	O	0			ritter-668
+13	you	you	PRON	O	0			ritter-668
+14	've	've	AUX	O	0			ritter-668
+15	had	have	VERB	O	0		v.stative	ritter-668
+16	the	the	DET	O	0			ritter-668
+17	time	time	NOUN	O	0		n.time	ritter-668
+18	to	to	PART	O	0			ritter-668
+19	write	write	VERB	B	0		v.creation	ritter-668
+20	it	it	PRON	o	0			ritter-668
+21	down	down	PART	I	19			ritter-668
+22	.	.	PUNCT	O	0			ritter-668
+
+1	No	no	INTJ	O	0			ritter-669
+2	.	.	PUNCT	O	0			ritter-669
+3	The	the	DET	O	0			ritter-669
+4	Pope	pope	PROPN	O	0		n.person	ritter-669
+5	asked	ask	VERB	O	0		v.communication	ritter-669
+6	me	me	PRON	O	0			ritter-669
+7	to	to	PART	O	0			ritter-669
+8	stay	stay	VERB	O	0		v.stative	ritter-669
+9	after	after	ADP	O	0			ritter-669
+10	class	class	NOUN	O	0		n.act	ritter-669
+11	.	.	PUNCT	O	0			ritter-669
+12	#moviedialoguewithpopesubstitute	#moviedialoguewithpopesubstitute	X	O	0			ritter-669
+
+1	Lots	lots	NOUN	O	0		n.quantity	ritter-670
+2	of	of	ADP	O	0			ritter-670
+3	Merlot	merlot	PROPN	O	0		n.food	ritter-670
+4	on	on	ADP	O	0			ritter-670
+5	Thursday	thursday	PROPN	B	0		n.time	ritter-670
+6	night	night	NOUN	I	5			ritter-670
+7	means	mean	VERB	O	0		v.cognition	ritter-670
+8	tired	tired	ADJ	O	0			ritter-670
+9	London	london	PROPN	B	0		n.person	ritter-670
+10	Ladies	lady	NOUN	I	9			ritter-670
+11	are	be	VERB	O	0		v.stative	ritter-670
+12	in	in	ADP	O	0			ritter-670
+13	bed	bed	NOUN	O	0		n.location	ritter-670
+14	by	by	ADP	O	0			ritter-670
+15	23.19	23.19	NUM	O	0			ritter-670
+16	on	on	ADP	O	0			ritter-670
+17	the	the	DET	O	0			ritter-670
+18	Friday	friday	PROPN	O	0		n.time	ritter-670
+19	.	.	PUNCT	O	0			ritter-670
+20	Listening	listen	VERB	O	0		v.perception	ritter-670
+21	to	to	PART	O	0			ritter-670
+22	the	the	DET	O	0			ritter-670
+23	arts	arts	NOUN	B	0		n.communication	ritter-670
+24	show	show	NOUN	I	23			ritter-670
+25	on	on	ADP	O	0			ritter-670
+26	@BBCRadio4	@bbcradio4	PROPN	O	0		n.communication	ritter-670
+27	.	.	PUNCT	O	0			ritter-670
+
+1	....	....	PUNCT	O	0			ritter-671
+2	today	today	NOUN	O	0		n.time	ritter-671
+3	is	be	VERB	O	0		v.stative	ritter-671
+4	better	better	ADV	O	0			ritter-671
+5	than	than	ADP	O	0			ritter-671
+6	yesterday	yesterday	NOUN	O	0		n.time	ritter-671
+7	,	,	PUNCT	O	0			ritter-671
+8	but	but	CONJ	O	0			ritter-671
+9	I	i	PRON	O	0			ritter-671
+10	hope	hope	VERB	O	0		v.emotion	ritter-671
+11	tomorrow	tomorrow	NOUN	O	0		n.time	ritter-671
+12	is	be	VERB	O	0		v.stative	ritter-671
+13	better	better	ADV	O	0			ritter-671
+14	than	than	ADP	O	0			ritter-671
+15	today	today	NOUN	O	0		n.time	ritter-671
+16	,	,	PUNCT	O	0			ritter-671
+17	because	because	ADP	O	0			ritter-671
+18	today	today	NOUN	O	0		n.time	ritter-671
+19	still	still	ADV	O	0			ritter-671
+20	somewhat	somewhat	ADV	O	0			ritter-671
+21	-	-	PUNCT	O	0			ritter-671
+22	SUCKS	suck	VERB	O	0		v.emotion	ritter-671
+23	.	.	PUNCT	O	0			ritter-671
+
+1	@Yeweezii	@yeweezii	PROPN	O	0			ritter-672
+2	Jst	jst	ADV	O	0			ritter-672
+3	lock	lock	VERB	O	0		v.contact	ritter-672
+4	her	her	PRON	O	0			ritter-672
+5	outside	outside	ADP	O	0			ritter-672
+6	4	4	ADP	O	0			ritter-672
+7	d	d	DET	O	0			ritter-672
+8	nite	nite	NOUN	O	0		n.time	ritter-672
+9	.	.	PUNCT	O	0			ritter-672
+10	It	it	PRON	O	0			ritter-672
+11	workz	workz	VERB	O	0		v.stative	ritter-672
+12	al	al	DET	O	0			ritter-672
+13	d	d	DET	O	0			ritter-672
+14	time	time	NOUN	O	0		n.time	ritter-672
+15	:-D	:-d	INTJ	O	0			ritter-672
+
+1	Observances	observance	NOUN	O	0		n.act	ritter-673
+2	mark	mark	VERB	O	0		v.communication	ritter-673
+3	9/11	9/11	NUM	O	0			ritter-673
+4	anniversary	anniversary	NOUN	O	0		n.event	ritter-673
+5	:	:	PUNCT	O	0			ritter-673
+6	Observances	observance	NOUN	O	0		n.act	ritter-673
+7	in	in	ADP	O	0			ritter-673
+8	Temecula	temecula	PROPN	O	0		n.location	ritter-673
+9	and	and	CONJ	O	0			ritter-673
+10	elsewhere	elsewhere	ADV	O	0			ritter-673
+11	throughout	throughout	ADP	O	0			ritter-673
+12	the	the	DET	O	0			ritter-673
+13	region	region	NOUN	O	0		n.location	ritter-673
+14	last	last	ADJ	O	0			ritter-673
+15	week	week	NOUN	O	0		n.time	ritter-673
+16	marked	mark	VERB	O	0		v.communication	ritter-673
+17	the	the	DET	O	0			ritter-673
+18	...	...	PUNCT	O	0			ritter-673
+19	http://dlvr.it/5Rckw	http://dlvr.it/5rckw	X	O	0			ritter-673
+
+1	RT	rt	X	O	0			ritter-674
+2	@jimjonescapo	@jimjonescapo	PROPN	O	0			ritter-674
+3	:	:	PUNCT	O	0			ritter-674
+4	Som1	som1	NOUN	O	0			ritter-674
+5	ask	ask	VERB	O	0		v.communication	ritter-674
+6	whn	whn	ADV	O	0			ritter-674
+7	do	do	AUX	O	0			ritter-674
+8	I	i	PRON	O	0			ritter-674
+9	sleep	sleep	VERB	O	0		v.body	ritter-674
+10	:	:	PUNCT	O	0			ritter-674
+11	when	when	ADV	O	0			ritter-674
+12	God	god	PROPN	O	0		n.person	ritter-674
+13	tel	tel	VERB	O	0		v.communication	ritter-674
+14	me	me	PRON	O	0			ritter-674
+15	to	to	PART	O	0			ritter-674
+16	cum	cum	VERB	O	0		v.motion	ritter-674
+17	home	home	NOUN	O	0		n.location	ritter-674
+18	is	be	VERB	O	0		v.stative	ritter-674
+19	when	when	ADV	O	0			ritter-674
+20	I	i	PRON	O	0			ritter-674
+21	wil	wil	AUX	O	0			ritter-674
+22	sleep	sleep	VERB	O	0		v.body	ritter-674
+23	til	til	ADP	O	0			ritter-674
+24	thn	thn	ADV	O	0			ritter-674
+25	Im	im	PRON	O	0			ritter-674
+26	chasin	chasin	VERB	O	0		v.motion	ritter-674
+27	n	n	CONJ	O	0			ritter-674
+28	makin	makin	VERB	O	0		v.creation	ritter-674
+29	this	this	DET	O	0			ritter-674
+30	money	money	NOUN	O	0		n.possession	ritter-674
+31	to	to	PART	O	0			ritter-674
+32	leav	leav	VERB	O	0		v.motion	ritter-674
+33	...	...	PUNCT	O	0			ritter-674
+
+1	It	it	PRON	O	0			ritter-675
+2	's	's	VERB	O	0		v.stative	ritter-675
+3	5pm	5pm	NUM	O	0			ritter-675
+4	on	on	ADP	O	0			ritter-675
+5	Friday	friday	PROPN	O	0		n.time	ritter-675
+6	!	!	PUNCT	O	0			ritter-675
+7	Wish	wish	VERB	O	0		v.emotion	ritter-675
+8	you	you	PRON	O	0			ritter-675
+9	guys	guy	NOUN	O	0		n.person	ritter-675
+10	have	have	VERB	O	0		v.stative	ritter-675
+11	a	a	DET	O	0			ritter-675
+12	fabulous	fabulous	ADJ	O	0			ritter-675
+13	evening	evening	NOUN	O	0		n.time	ritter-675
+14	!!!	!!!	PUNCT	O	0			ritter-675
+15	And	and	CONJ	O	0			ritter-675
+16	have	have	VERB	O	0		v.stative	ritter-675
+17	a	a	DET	O	0			ritter-675
+18	wonderful	wonderful	ADJ	O	0			ritter-675
+19	weekend	weekend	NOUN	O	0		n.time	ritter-675
+20	&lt;	&lt;	INTJ	O	0			ritter-675
+21	3	3	INTJ	O	0			ritter-675
+22	&lt;	&lt;	INTJ	O	0			ritter-675
+23	3	3	INTJ	O	0			ritter-675
+24	http://fb.me/xLeN7MAe	http://fb.me/xlen7mae	X	O	0			ritter-675
+
+1	Soulja	soulja	PROPN	B	0		n.person	ritter-676
+2	Boy	boy	PROPN	I	1			ritter-676
+3	|	|	PUNCT	O	0			ritter-676
+4	TheDeAndreWay	thedeandreway	X	O	0			ritter-676
+5	.	.	PUNCT	O	0			ritter-676
+6	com	com	X	O	0			ritter-676
+7	-	-	PUNCT	O	0			ritter-676
+8	The	the	PROPN	B	0		n.communication	ritter-676
+9	DeAndre	deandre	PROPN	I	8			ritter-676
+10	Way	way	PROPN	I	9			ritter-676
+11	in	in	ADP	O	0			ritter-676
+12	stores	store	NOUN	O	0		n.artifact	ritter-676
+13	Nov	nov	PROPN	O	0		n.time	ritter-676
+14	.	.	PUNCT	O	0			ritter-676
+15	2	2	NUM	O	0			ritter-676
+16	,	,	PUNCT	O	0			ritter-676
+17	2010	2010	NUM	O	0			ritter-676
+18	http://t.co/woAiLlZ	http://t.co/woaillz	X	O	0			ritter-676
+19	via	via	ADP	O	0			ritter-676
+20	@SouljaBoy	@souljaboy	PROPN	O	0			ritter-676
+
+1	Who	who	PRON	O	0		n.group	ritter-677
+2	loves	love	VERB	O	0		v.emotion	ritter-677
+3	Friday	friday	PROPN	O	0		n.time	ritter-677
+4	?	?	PUNCT	O	0			ritter-677
+5	At	at	ADP	O	0			ritter-677
+6	the	the	DET	O	0			ritter-677
+7	gym	gym	NOUN	O	0		n.location	ritter-677
+8	now	now	ADV	O	0			ritter-677
+9	!	!	PUNCT	O	0			ritter-677
+10	Excited	excited	ADJ	O	0			ritter-677
+11	for	for	ADP	O	0			ritter-677
+12	weekend	weekend	NOUN	B	0		n.cognition	ritter-677
+13	plans	plan	NOUN	I	12			ritter-677
+14	!	!	PUNCT	O	0			ritter-677
+
+1	Time	time	NOUN	O	0		n.event	ritter-678
+2	to	to	PART	O	0			ritter-678
+3	have	have	VERB	O	0		v.social	ritter-678
+4	#sex	#sex	NOUN	O	0		n.act	ritter-678
+
+1	Mmmm	mmmm	INTJ	O	0			ritter-679
+2	wings	wings	NOUN	O	0		n.food	ritter-679
+3	and	and	CONJ	O	0			ritter-679
+4	beer	beer	NOUN	O	0		n.food	ritter-679
+5	.	.	PUNCT	O	0			ritter-679
+6	Damn	damn	INTJ	O	0			ritter-679
+7	that	that	DET	O	0			ritter-679
+8	means	mean	VERB	O	0		v.cognition	ritter-679
+9	extra	extra	ADJ	O	0			ritter-679
+10	gym	gym	NOUN	B	0		n.time	ritter-679
+11	time	time	NOUN	I	10			ritter-679
+12	2mar	2mar	NOUN	O	0			ritter-679
+
+1	RT	rt	X	O	0			ritter-680
+2	@Huddy85	@huddy85	PROPN	O	0			ritter-680
+3	:	:	PUNCT	O	0			ritter-680
+4	@Mz_Twilightxxx	@mz_twilightxxx	PROPN	O	0			ritter-680
+5	*kisses	*kisses	VERB	O	0		v.contact	ritter-680
+6	your	your	PRON	O	0			ritter-680
+7	ass**sneezes	ass**sneezes	NOUN	O	0		n.body	ritter-680
+8	after*	after*	ADV	O	0			ritter-680
+9	Lol	lol	INTJ	O	0			ritter-680
+
+1	RT	rt	X	O	0			ritter-681
+2	@ajc	@ajc	PROPN	O	0			ritter-681
+3	:	:	PUNCT	O	0			ritter-681
+4	Today	today	NOUN	O	0		n.time	ritter-681
+5	's	's	VERB	O	0		v.stative	ritter-681
+6	the	the	DET	O	0			ritter-681
+7	102nd	102nd	ADJ	O	0			ritter-681
+8	birthday	birthday	NOUN	O	0		n.event	ritter-681
+9	of	of	ADP	O	0			ritter-681
+10	the	the	DET	O	0			ritter-681
+11	American	american	PROPN	B	0		n.group	ritter-681
+12	Professional	professional	PROPN	I	11			ritter-681
+13	Football	football	PROPN	I	12			ritter-681
+14	Association	association	PROPN	I	13			ritter-681
+15	(	(	PUNCT	O	0			ritter-681
+16	we	we	PRON	O	0			ritter-681
+17	call	call	VERB	O	0		v.communication	ritter-681
+18	it	it	PRON	O	0			ritter-681
+19	the	the	DET	O	0			ritter-681
+20	NFL)	nfl)	PROPN	O	0		n.group	ritter-681
+21	.	.	PUNCT	O	0			ritter-681
+22	First	first	ADJ	O	0			ritter-681
+23	draft	draft	NOUN	O	0		n.communication	ritter-681
+24	choice	choice	NOUN	O	0		n.cognition	ritter-681
+25	:	:	PUNCT	O	0			ritter-681
+26	Brett	brett	PROPN	B	0		n.person	ritter-681
+27	Favre	favre	PROPN	I	26			ritter-681
+28	.	.	PUNCT	O	0			ritter-681
+
+1	Day	day	NOUN	O	0		n.time	ritter-682
+2	One	one	NUM	O	0			ritter-682
+3	:	:	PUNCT	O	0			ritter-682
+4	Ten	ten	NUM	O	0			ritter-682
+5	things	things	NOUN	O	0		n.other	ritter-682
+6	you	you	PRON	O	0			ritter-682
+7	want	want	VERB	O	0		v.emotion	ritter-682
+8	to	to	PART	O	0			ritter-682
+9	say	say	VERB	O	0		v.communication	ritter-682
+10	to	to	PART	O	0			ritter-682
+11	ten	ten	NUM	O	0			ritter-682
+12	different	different	ADJ	O	0			ritter-682
+13	people	people	NOUN	O	0		n.person	ritter-682
+14	right	right	ADV	O	0			ritter-682
+15	now	now	ADV	O	0			ritter-682
+16	-	-	PUNCT	O	0			ritter-682
+17	1	1	X	O	0			ritter-682
+18	)	)	PUNCT	O	0			ritter-682
+19	Eduardo	eduardo	PROPN	B	0		n.person	ritter-682
+20	Surita	surita	PROPN	I	19			ritter-682
+21	:	:	PUNCT	O	0			ritter-682
+22	your	your	PRON	O	0			ritter-682
+23	a	a	DET	O	0			ritter-682
+24	freaking	freaking	ADJ	O	0			ritter-682
+25	...	...	PUNCT	O	0			ritter-682
+26	http://tumblr.com/xmciuda0t	http://tumblr.com/xmciuda0t	X	O	0			ritter-682
+
+1	RT	rt	X	O	0			ritter-683
+2	@DesignerDepot	@designerdepot	PROPN	O	0			ritter-683
+3	:	:	PUNCT	O	0			ritter-683
+4	Minimalist	minimalist	ADJ	O	0			ritter-683
+5	Web	web	NOUN	B	0		n.act	ritter-683
+6	Design	design	NOUN	I	5			ritter-683
+7	:	:	PUNCT	O	0			ritter-683
+8	When	when	ADV	O	0			ritter-683
+9	Less	less	ADJ	O	0			ritter-683
+10	is	be	VERB	O	0		v.stative	ritter-683
+11	More	more	ADJ	O	0			ritter-683
+12	-	-	PUNCT	O	0			ritter-683
+13	http://ow.ly/2FwyX	http://ow.ly/2fwyx	X	O	0			ritter-683
+
+1	Pope	pope	PROPN	O	0		n.person	ritter-684
+2	says	say	VERB	O	0		v.communication	ritter-684
+3	religion	religion	NOUN	O	0		n.cognition	ritter-684
+4	'	'	PUNCT	O	0			ritter-684
+5	marginalized':	marginalized':	VERB	O	0		v.cognition	ritter-684
+6	That	that	DET	O	0			ritter-684
+7	's	's	VERB	O	0		v.stative	ritter-684
+8	why	why	ADV	O	0			ritter-684
+9	he	he	PRON	O	0			ritter-684
+10	ca	ca	AUX	O	0			ritter-684
+11	n't	n't	ADV	O	0			ritter-684
+12	get	get	VERB	O	0		v.change	ritter-684
+13	a	a	DET	O	0			ritter-684
+14	headline	headline	NOUN	O	0		n.communication	ritter-684
+15	printed	print	VERB	O	0		v.creation	ritter-684
+16	anywhere	anywhere	ADV	O	0			ritter-684
+17	,	,	PUNCT	O	0			ritter-684
+18	because	because	ADP	O	0			ritter-684
+19	religion	religion	NOUN	O	0		n.cognition	ritter-684
+20	is	be	VERB	O	0		v.stative	ritter-684
+21	so	so	ADV	O	0			ritter-684
+22	mar	mar	ADJ	O	0			ritter-684
+23	...	...	PUNCT	O	0			ritter-684
+24	http://bit.ly/cBvt1u	http://bit.ly/cbvt1u	X	O	0			ritter-684
+
+1	All	all	DET	O	0			ritter-685
+2	night	night	NOUN	O	0		n.time	ritter-685
+3	long	long	ADV	O	0			ritter-685
+4	RT	rt	X	O	0			ritter-685
+5	@FauxSuhlenaa	@fauxsuhlenaa	PROPN	O	0			ritter-685
+6	:	:	PUNCT	O	0			ritter-685
+7	I	i	PRON	O	0			ritter-685
+8	rape	rape	VERB	O	0		v.body	ritter-685
+9	Nick	nick	PROPN	B	0		n.person	ritter-685
+10	Jonas	jonas	PROPN	I	9			ritter-685
+11	.	.	PUNCT	O	0			ritter-685
+
+1	@lexi_nicole2010	@lexi_nicole2010	PROPN	O	0			ritter-686
+2	That	that	DET	O	0			ritter-686
+3	's	's	VERB	O	0		v.stative	ritter-686
+4	not	not	ADV	O	0			ritter-686
+5	the	the	DET	O	0			ritter-686
+6	story	story	NOUN	O	0		n.communication	ritter-686
+7	by	by	ADP	O	0			ritter-686
+8	a	a	DET	O	0			ritter-686
+9	long	long	ADJ	B	0		n.feeling	ritter-686
+10	shot	shot	NOUN	I	9			ritter-686
+11	biotch	biotch	INTJ	O	0			ritter-686
+12	!	!	PUNCT	O	0			ritter-686
+
+1	I	i	PRON	O	0			ritter-687
+2	have	have	VERB	O	0		v.stative	ritter-687
+3	a	a	DET	O	0			ritter-687
+4	strong	strong	ADJ	O	0			ritter-687
+5	hunch	hunch	NOUN	O	0		n.cognition	ritter-687
+6	Adam	adam	PROPN	O	0		n.person	ritter-687
+7	will	will	AUX	O	0			ritter-687
+8	be	be	VERB	O	0		v.stative	ritter-687
+9	a	a	DET	O	0			ritter-687
+10	story	story	NOUN	O	0		n.communication	ritter-687
+11	on	on	ADP	O	0			ritter-687
+12	TMZ	tmz	PROPN	O	0		n.communication	ritter-687
+13	tonight	tonight	NOUN	O	0			ritter-687
+14	.	.	PUNCT	O	0			ritter-687
+15	Gulp	gulp	INTJ	O	0			ritter-687
+16	.	.	PUNCT	O	0			ritter-687
+
+1	Columbus	columbus	PROPN	O	0		n.location	ritter-688
+2	,	,	PUNCT	O	0			ritter-688
+3	GA	ga	PROPN	O	0		n.location	ritter-688
+4	:	:	PUNCT	O	0			ritter-688
+5	@TimmNintey146	@timmnintey146	PROPN	O	0		n.person	ritter-688
+6	and	and	CONJ	O	0			ritter-688
+7	'll	'll	AUX	O	0			ritter-688
+8	be	be	AUX	O	0			ritter-688
+9	mixing	mix	VERB	O	0		v.creation	ritter-688
+10	an	an	DET	O	0			ritter-688
+11	80	80	NUM	O	0			ritter-688
+12	's	's	AUX	O	0			ritter-688
+13	and	and	CONJ	O	0			ritter-688
+14	other	other	ADJ	O	0			ritter-688
+15	throwbacks	throwback	NOUN	O	0		n.communication	ritter-688
+16	dance	dance	NOUN	B	0		n.event	ritter-688
+17	party	party	NOUN	I	16			ritter-688
+18	tonight	tonight	NOUN	O	0			ritter-688
+19	at	at	ADP	O	0			ritter-688
+20	eighty-five	eighty-five	ADJ	O	0			ritter-688
+21	.	.	PUNCT	O	0			ritter-688
+22	Come	come	VERB	O	0		v.motion	ritter-688
+23	kickit	kickit	VERB	O	0		v.social	ritter-688
+24	!	!	PUNCT	O	0			ritter-688
+
+1	@angelportugues	@angelportugues	PROPN	O	0			ritter-689
+2	LMAO	lmao	INTJ	O	0			ritter-689
+3	!	!	PUNCT	O	0			ritter-689
+4	When	when	ADV	O	0			ritter-689
+5	is	be	VERB	O	0		v.stative	ritter-689
+6	tht	tht	DET	O	0			ritter-689
+7	one	one	NUM	O	0			ritter-689
+8	day	day	NOUN	O	0		n.time	ritter-689
+9	?:	?:	INTJ	O	0			ritter-689
+10	P	p	INTJ	O	0			ritter-689
+
+1	I	i	PRON	O	0			ritter-690
+2	've	've	AUX	O	0			ritter-690
+3	just	just	ADV	O	0			ritter-690
+4	watched	watch	VERB	O	0		v.perception	ritter-690
+5	first	first	ADJ	O	0			ritter-690
+6	four	four	NUM	O	0			ritter-690
+7	episodes	episode	NOUN	O	0		n.communication	ritter-690
+8	of	of	ADP	O	0			ritter-690
+9	K-On	k-on	PROPN	O	0		n.communication	ritter-690
+10	for	for	ADP	O	0			ritter-690
+11	the	the	DET	O	0			ritter-690
+12	first	first	ADJ	O	0			ritter-690
+13	time	time	NOUN	O	0		n.event	ritter-690
+14	!	!	PUNCT	O	0			ritter-690
+15	:	:	INTJ	O	0			ritter-690
+16	3	3	INTJ	O	0			ritter-690
+
+1	i	i	PRON	O	0			ritter-691
+2	think	think	VERB	O	0		v.cognition	ritter-691
+3	it	it	PRON	O	0			ritter-691
+4	's	's	VERB	O	0		v.stative	ritter-691
+5	better	better	ADJ	O	0			ritter-691
+6	to	to	PART	O	0			ritter-691
+7	go	go	VERB	O	0		v.motion	ritter-691
+8	to	to	PART	O	0			ritter-691
+9	bed	bed	NOUN	O	0		n.body	ritter-691
+10	after	after	ADP	O	0			ritter-691
+11	this	this	DET	O	0			ritter-691
+12	bad	bad	ADJ	O	0			ritter-691
+13	day	day	NOUN	O	0		n.time	ritter-691
+14	...	...	PUNCT	O	0			ritter-691
+
+1	Love	love	VERB	O	0		v.emotion	ritter-692
+2	how	how	ADV	O	0			ritter-692
+3	I	i	PRON	O	0			ritter-692
+4	ca	ca	AUX	O	0			ritter-692
+5	n't	n't	ADV	O	0			ritter-692
+6	wear	wear	VERB	O	0		v.body	ritter-692
+7	my	my	PRON	O	0			ritter-692
+8	shorts	shorts	NOUN	O	0		n.artifact	ritter-692
+9	to	to	PART	O	0			ritter-692
+10	the	the	DET	O	0			ritter-692
+11	party	party	NOUN	O	0		n.event	ritter-692
+12	tonight	tonight	NOUN	O	0			ritter-692
+13	,	,	PUNCT	O	0			ritter-692
+14	so	so	CONJ	O	0			ritter-692
+15	I	i	PRON	O	0			ritter-692
+16	have	have	AUX	O	0			ritter-692
+17	to	to	PART	O	0			ritter-692
+18	wear	wear	VERB	O	0		v.body	ritter-692
+19	sweat	sweat	NOUN	B	0		n.artifact	ritter-692
+20	pants	pants	NOUN	I	19			ritter-692
+21	over	over	ADP	O	0			ritter-692
+22	them	them	PRON	O	0			ritter-692
+23	and	and	CONJ	O	0			ritter-692
+24	change	change	VERB	O	0		v.change	ritter-692
+25	when	when	ADV	O	0			ritter-692
+26	I	i	PRON	O	0			ritter-692
+27	get	get	VERB	O	0		v.motion	ritter-692
+28	there	there	ADV	O	0			ritter-692
+29	.	.	PUNCT	O	0			ritter-692
+30	SmackMyHead	smackmyhead	INTJ	O	0			ritter-692
+31	.	.	PUNCT	O	0			ritter-692
+
+1	Such	such	ADJ	O	0			ritter-693
+2	a	a	DET	O	0			ritter-693
+3	shiny	shiny	ADJ	O	0			ritter-693
+4	morning	morning	NOUN	O	0		n.event	ritter-693
+5	!!!	!!!	PUNCT	O	0			ritter-693
+6	Love	love	VERB	O	0		v.emotion	ritter-693
+7	It	it	PRON	O	0			ritter-693
+8	.	.	PUNCT	O	0			ritter-693
+9	Anyways	anyways	INTJ	O	0			ritter-693
+10	,	,	PUNCT	O	0			ritter-693
+11	today	today	NOUN	O	0		n.event	ritter-693
+12	will	will	AUX	O	0			ritter-693
+13	be	be	VERB	O	0		v.stative	ritter-693
+14	very	very	ADV	O	0			ritter-693
+15	busy	busy	ADJ	O	0			ritter-693
+16	!	!	PUNCT	O	0			ritter-693
+
+1	Oh	oh	INTJ	B	0			ritter-694
+2	lord	lord	PROPN	I	1			ritter-694
+3	here	here	ADV	B	0			ritter-694
+4	we	we	PRON	I	3			ritter-694
+5	go	go	VERB	I	4			ritter-694
+6	again	again	ADV	I	5			ritter-694
+7	Paranormal	paranormal	PROPN	B	0		n.communication	ritter-694
+8	Activity	activity	PROPN	I	7			ritter-694
+9	2	2	NUM	I	8			ritter-694
+10	http://j.mp/ascgZr	http://j.mp/ascgzr	X	O	0			ritter-694
+11	I	i	PRON	O	0			ritter-694
+12	'm	'm	AUX	O	0			ritter-694
+13	not	not	ADV	O	0			ritter-694
+14	requesting	request	VERB	O	0		v.communication	ritter-694
+15	it	it	PRON	O	0			ritter-694
+16	in	in	ADP	O	0			ritter-694
+17	my	my	PRON	O	0			ritter-694
+18	area	area	NOUN	O	0		n.location	ritter-694
+19	this	this	DET	O	0			ritter-694
+20	time	time	NOUN	O	0		n.event	ritter-694
+21	.	.	PUNCT	O	0			ritter-694
+22	Are	be	VERB	O	0		v.stative	ritter-694
+23	you	you	PRON	O	0			ritter-694
+24	?	?	PUNCT	O	0			ritter-694
+
+1	RT	rt	X	O	0			ritter-695
+2	@HippoArmy	@hippoarmy	PROPN	O	0			ritter-695
+3	:	:	PUNCT	O	0			ritter-695
+4	Thousands	thousand	NOUN	O	0		n.quantity	ritter-695
+5	of	of	ADP	O	0			ritter-695
+6	angry	angry	ADJ	O	0			ritter-695
+7	masturbators	masturbator	NOUN	O	0		n.person	ritter-695
+8	marched	march	VERB	O	0		v.motion	ritter-695
+9	against	against	ADP	O	0			ritter-695
+10	Christine	christine	PROPN	B	0		n.person	ritter-695
+11	O'Donnell	o'donnell	PROPN	I	10			ritter-695
+12	today	today	NOUN	O	0			ritter-695
+13	http://bit.ly/9nTWQw	http://bit.ly/9ntwqw	X	O	0			ritter-695
+14	Seriously	seriously	INTJ	O	0			ritter-695
+15	.	.	PUNCT	O	0			ritter-695
+
+1	Our	our	PRON	O	0			ritter-696
+2	Favorite	favorite	ADJ	O	0			ritter-696
+3	YouTube	youtube	PROPN	B	0		n.communication	ritter-696
+4	Videos	video	NOUN	I	3			ritter-696
+5	This	this	DET	O	0			ritter-696
+6	Week	week	NOUN	O	0		n.time	ritter-696
+7	:	:	PUNCT	O	0			ritter-696
+8	The	the	DET	O	0			ritter-696
+9	Drama	drama	PROPN	B	0		n.communication	ritter-696
+10	Edition	edition	PROPN	I	9			ritter-696
+11	:	:	PUNCT	O	0			ritter-696
+12	Had	have	VERB	O	0		v.possession	ritter-696
+13	any	any	DET	O	0			ritter-696
+14	epic	epic	ADJ	O	0			ritter-696
+15	meltdowns	meltdown	NOUN	O	0		n.cognition	ritter-696
+16	this	this	DET	O	0			ritter-696
+17	week	week	NOUN	O	0		n.time	ritter-696
+18	?	?	PUNCT	O	0			ritter-696
+19	You	you	PRON	O	0			ritter-696
+20	know	know	VERB	O	0		v.cognition	ritter-696
+21	,	,	PUNCT	O	0			ritter-696
+22	of	of	ADP	O	0			ritter-696
+23	the	the	DET	O	0			ritter-696
+24	cryin	cryin	NOUN	O	0		n.body	ritter-696
+25	...	...	PUNCT	O	0			ritter-696
+26	http://bit.ly/cuy0yt	http://bit.ly/cuy0yt	X	O	0			ritter-696
+
+1	Pedigree	pedigree	PROPN	O	0		n.group	ritter-697
+2	Donates	donate	VERB	O	0		v.possession	ritter-697
+3	Dog	dog	NOUN	B	0		n.food	ritter-697
+4	Food	food	NOUN	I	3			ritter-697
+5	for	for	ADP	O	0			ritter-697
+6	Blog	blog	NOUN	B	0		n.communication	ritter-697
+7	Posts	post	NOUN	I	6			ritter-697
+8	:	:	PUNCT	O	0			ritter-697
+9	These	these	DET	B	0			ritter-697
+10	days	days	NOUN	I	9			ritter-697
+11	,	,	PUNCT	O	0			ritter-697
+12	big	big	ADJ	O	0			ritter-697
+13	brands	brand	NOUN	O	0		n.communication	ritter-697
+14	usually	usually	ADV	O	0			ritter-697
+15	look	look	VERB	O	0		v.cognition	ritter-697
+16	to	to	PART	O	0			ritter-697
+17	the	the	DET	O	0			ritter-697
+18	big	big	ADJ	O	0			ritter-697
+19	social	social	NOUN	B	0		n.communication	ritter-697
+20	networks	network	NOUN	I	19			ritter-697
+21	like	like	ADP	O	0			ritter-697
+22	Face	face	PROPN	O	0		n.communication	ritter-697
+23	...	...	PUNCT	O	0			ritter-697
+24	http://bit.ly/bYWzrq	http://bit.ly/bywzrq	X	O	0			ritter-697
+
+1	@jackjohnson	@jackjohnson	PROPN	O	0			ritter-698
+2	where	where	ADV	O	0			ritter-698
+3	can	can	AUX	O	0			ritter-698
+4	I	i	PRON	O	0			ritter-698
+5	get	get	VERB	O	0		v.possession	ritter-698
+6	the	the	DET	O	0			ritter-698
+7	official	official	ADJ	O	0			ritter-698
+8	set	set	NOUN	B	0		n.communication	ritter-698
+9	list	list	NOUN	I	8			ritter-698
+10	to	to	PART	O	0			ritter-698
+11	the	the	DET	O	0			ritter-698
+12	show	show	NOUN	O	0		n.act	ritter-698
+13	at	at	ADP	O	0			ritter-698
+14	Berkeley	berkeley	PROPN	O	0		n.location	ritter-698
+15	in	in	ADP	O	0			ritter-698
+16	Oct	oct	PROPN	O	0		n.time	ritter-698
+17	6th	6th	NUM	O	0			ritter-698
+18	?!	?!	PUNCT	O	0			ritter-698
+
+1	Check	check	VERB	B	0		v.perception	ritter-699
+2	this	this	DET	o	0			ritter-699
+3	video	video	NOUN	o	0		n.communication	ritter-699
+4	out	out	PART	I	1			ritter-699
+5	--	--	PUNCT	O	0			ritter-699
+6	Three	three	PROPN	B	0		n.group	ritter-699
+7	Days	days	PROPN	I	6			ritter-699
+8	Grace	grace	PROPN	I	7			ritter-699
+9	-	-	PUNCT	O	0			ritter-699
+10	Break	break	PROPN	O	0		n.communication	ritter-699
+11	(	(	PUNCT	O	0			ritter-699
+12	Official	official	ADJ	O	0			ritter-699
+13	Music	music	NOUN	B	0		n.communication	ritter-699
+14	Video	video	NOUN	I	13			ritter-699
+15	)	)	PUNCT	O	0			ritter-699
+16	[	[	ADP	O	0			ritter-699
+17	HQ	hq	ADJ	O	0			ritter-699
+18	]	]	PUNCT	O	0			ritter-699
+19	http://t.co/GOwCLQJ	http://t.co/gowclqj	X	O	0			ritter-699
+20	via	via	ADP	O	0			ritter-699
+21	@youtube	@youtube	PROPN	O	0		n.group	ritter-699
+
+1	in	in	ADP	O	0			ritter-700
+2	tthe	tthe	DET	O	0			ritter-700
+3	Car	car	NOUN	O	0		n.artifact	ritter-700
+4	:/	:/	INTJ	O	0			ritter-700
+5	Today	today	NOUN	O	0		n.time	ritter-700
+6	wasz	wasz	VERB	O	0		v.stative	ritter-700
+7	Fun	fun	ADJ	O	0			ritter-700
+8	cusz	cusz	ADP	O	0			ritter-700
+9	anna	anna	PROPN	O	0		n.person	ritter-700
+10	Came	come	VERB	O	0		v.motion	ritter-700
+11	juss	juss	ADV	O	0			ritter-700
+12	for	for	ADP	O	0			ritter-700
+13	me	me	PRON	O	0			ritter-700
+14	&lt;	&lt;	INTJ	O	0			ritter-700
+15	3(	3(	INTJ	O	0			ritter-700
+16	:	:	INTJ	O	0			ritter-700
+17	hahaha	hahaha	INTJ	O	0			ritter-700
+
+1	@angelajames	@angelajames	PROPN	O	0			ritter-701
+2	@roxannestclaire	@roxannestclaire	PROPN	O	0			ritter-701
+3	I	i	PRON	O	0			ritter-701
+4	have	have	AUX	O	0			ritter-701
+5	n't	n't	ADV	O	0			ritter-701
+6	tried	try	VERB	O	0		v.contact	ritter-701
+7	MAC	mac	PROPN	O	0		n.artifact	ritter-701
+8	.	.	PUNCT	O	0			ritter-701
+9	Next	next	ADJ	O	0			ritter-701
+10	time	time	NOUN	O	0		n.event	ritter-701
+11	!	!	PUNCT	O	0			ritter-701
+
+1	friday	friday	PROPN	B	0		n.act	ritter-702
+2	night	night	NOUN	I	1			ritter-702
+3	missions	mission	NOUN	I	2			ritter-702
+4	iguess	iguess	VERB	O	0		v.cognition	ritter-702
+5	!	!	PUNCT	O	0			ritter-702
+
+1	LADY	lady	PROPN	B	0		n.person	ritter-703
+2	GAGA	gaga	PROPN	I	1			ritter-703
+3	IS	be	VERB	O	0		v.stative	ritter-703
+4	BETTER	better	ADV	O	0			ritter-703
+5	THE	the	DET	O	0			ritter-703
+6	5th	5th	ADJ	O	0			ritter-703
+7	TIME	time	NOUN	O	0		n.event	ritter-703
+8	OH	oh	INTJ	O	0			ritter-703
+9	BABY(	baby(	INTJ	O	0			ritter-703
+10	:	:	INTJ	O	0			ritter-703
+
+1	Tryna	tryna	VERB	O	0		v.cognition	ritter-704
+2	Get	get	VERB	B	0		v.cognition	ritter-704
+3	Into	into	ADP	I	2			ritter-704
+4	Something	something	NOUN	O	0			ritter-704
+5	Tonight	tonight	NOUN	O	0			ritter-704
+
+1	Just	just	ADV	O	0			ritter-705
+2	got	get	VERB	O	0		v.motion	ritter-705
+3	home	home	NOUN	O	0		n.location	ritter-705
+4	from	from	ADP	O	0			ritter-705
+5	school	school	NOUN	O	0		n.group	ritter-705
+6	.	.	PUNCT	O	0			ritter-705
+7	:D	:d	INTJ	O	0			ritter-705
+8	it	it	PRON	O	0			ritter-705
+9	's	's	VERB	O	0		v.stative	ritter-705
+10	friday	friday	NOUN	O	0		n.time	ritter-705
+11	guys	guy	NOUN	O	0		n.person	ritter-705
+12	!,	!,	PUNCT	O	0			ritter-705
+
+1	Kid	kid	PROPN	B	0		n.person	ritter-706
+2	Cudi	cudi	PROPN	I	1			ritter-706
+3	Opens	open	VERB	B	0		v.communication	ritter-706
+4	Up	up	PART	I	3			ritter-706
+5	About	about	ADP	O	0			ritter-706
+6	Cocaine	cocaine	NOUN	B	0		n.act	ritter-706
+7	Use	use	NOUN	I	6			ritter-706
+8	,	,	PUNCT	O	0			ritter-706
+9	Failed	failed	ADJ	O	0			ritter-706
+10	Lady	lady	PROPN	B	0		n.act	ritter-706
+11	Gaga	gaga	PROPN	I	10			ritter-706
+12	Tour	tour	NOUN	I	11			ritter-706
+13	:	:	PUNCT	O	0			ritter-706
+14	by	by	ADP	O	0			ritter-706
+15	Mariel	mariel	PROPN	B	0		n.person	ritter-706
+16	Concepcion	concepcion	PROPN	I	15			ritter-706
+17	,	,	PUNCT	O	0			ritter-706
+18	NY	ny	PROPN	O	0		n.location	ritter-706
+19	|	|	PUNCT	O	0			ritter-706
+20	September	september	PROPN	O	0		n.time	ritter-706
+21	1	1	NUM	O	0			ritter-706
+22	...	...	PUNCT	O	0			ritter-706
+23	http://bit.ly/cZWGDi	http://bit.ly/czwgdi	X	O	0			ritter-706
+
+1	RT	rt	X	O	0			ritter-707
+2	@RMBWilliams	@rmbwilliams	PROPN	O	0			ritter-707
+3	:	:	PUNCT	O	0			ritter-707
+4	Here	here	ADV	O	0			ritter-707
+5	in	in	ADP	O	0			ritter-707
+6	DC	dc	PROPN	O	0		n.location	ritter-707
+7	!	!	PUNCT	O	0			ritter-707
+8	About	about	ADV	O	0			ritter-707
+9	to	to	PART	O	0			ritter-707
+10	get	get	VERB	O	0		v.body	ritter-707
+11	some	some	DET	O	0			ritter-707
+12	rest	rest	NOUN	O	0		n.body	ritter-707
+13	!	!	PUNCT	O	0			ritter-707
+14	Looking	look	VERB	B	0		v.emotion	ritter-707
+15	forward	forward	ADV	I	14			ritter-707
+16	to	to	PART	I	15			ritter-707
+17	tonight	tonight	NOUN	O	0		n.time	ritter-707
+18	!	!	PUNCT	O	0			ritter-707
+19	Yes-sir	yes-sir	INTJ	O	0			ritter-707
+20	!	!	PUNCT	O	0			ritter-707
+
+1	holy	holy	INTJ	B	0			ritter-708
+2	FUCK	fuck	INTJ	I	1			ritter-708
+3	THIS	this	DET	O	0			ritter-708
+4	IS	be	VERB	O	0		v.stative	ritter-708
+5	THE	the	DET	O	0			ritter-708
+6	MOST	most	ADJ	O	0			ritter-708
+7	BORING	boring	ADJ	O	0			ritter-708
+8	DAY	day	NOUN	O	0		n.event	ritter-708
+9	EVER	ever	ADV	O	0			ritter-708
+10	.	.	PUNCT	O	0			ritter-708
+
+1	@NeilPen	@neilpen	PROPN	O	0			ritter-709
+2	I	i	PRON	O	0			ritter-709
+3	position	position	NOUN	O	0			ritter-709
+4	to	to	PART	O	0			ritter-709
+5	Manchester	manchester	PROPN	O	0		n.location	ritter-709
+6	tomorrow	tomorrow	NOUN	O	0			ritter-709
+7	on	on	ADP	O	0			ritter-709
+8	BA	ba	PROPN	B	0		n.artifact	ritter-709
+9	2910	2910	NUM	I	8			ritter-709
+10	and	and	CONJ	O	0			ritter-709
+11	fly	fly	VERB	O	0		v.motion	ritter-709
+12	to	to	PART	O	0			ritter-709
+13	Barbados	barbados	PROPN	O	0		n.location	ritter-709
+14	on	on	ADP	O	0			ritter-709
+15	Sunday	sunday	PROPN	O	0		n.time	ritter-709
+
+1	RT	rt	X	O	0			ritter-710
+2	@SteevoSupremo	@steevosupremo	PROPN	O	0			ritter-710
+3	:	:	PUNCT	O	0			ritter-710
+4	#The1906andPearlsShow	#the1906andpearlsshow	NOUN	O	0		n.event	ritter-710
+5	THIS	this	DET	O	0			ritter-710
+6	MONDAY	monday	PROPN	O	0		n.time	ritter-710
+7	@	@	ADP	O	0			ritter-710
+8	7:06	7:06	NUM	O	0			ritter-710
+9	:	:	PUNCT	O	0			ritter-710
+10	08pm	08pm	NUM	O	0			ritter-710
+11	!!!!!	!!!!!	PUNCT	O	0			ritter-710
+12	#MAINBUILDING	#mainbuilding	NOUN	B	0		n.location	ritter-710
+13	ROOM	room	NOUN	I	12			ritter-710
+14	.	.	PUNCT	O	0			ritter-710
+15	104	104	NUM	O	0			ritter-710
+16	!!!	!!!	PUNCT	O	0			ritter-710
+17	http://twitpic.com/2oeark	http://twitpic.com/2oeark	X	O	0			ritter-710
+18	SPECIAL	special	ADJ	O	0			ritter-710
+19	PERF	perf	NOUN	O	0		n.act	ritter-710
+20	...	...	PUNCT	O	0			ritter-710
+
+1	In	in	ADP	O	0			ritter-711
+2	bed	bed	NOUN	O	0		n.location	ritter-711
+3	watching	watch	VERB	O	0		v.perception	ritter-711
+4	Day	day	NOUN	B	0		n.communication	ritter-711
+5	51	51	NUM	I	4			ritter-711
+6	HLs	hls	PROPN	I	5			ritter-711
+7	.	.	PUNCT	O	0			ritter-711
+8	(	(	PUNCT	O	0			ritter-711
+9	Awaiting	await	VERB	O	0		v.cognition	ritter-711
+10	Marcus	marcus	PROPN	B	0		n.person	ritter-711
+11	Bentley	bentley	PROPN	I	10			ritter-711
+12	!	!	PUNCT	O	0			ritter-711
+13	)	)	PUNCT	O	0			ritter-711
+14	#BB11	#bb11	X	O	0			ritter-711
+
+1	@Starmaker73	@starmaker73	PROPN	O	0			ritter-712
+2	ya	ya	INTJ	O	0			ritter-712
+3	but	but	CONJ	O	0			ritter-712
+4	it	it	PRON	O	0			ritter-712
+5	would	would	AUX	O	0			ritter-712
+6	have	have	AUX	O	0			ritter-712
+7	to	to	PART	O	0			ritter-712
+8	go	go	VERB	B	0		v.change	ritter-712
+9	down	down	ADP	I	8			ritter-712
+10	Saturday	saturday	PROPN	B	0		n.time	ritter-712
+11	morning	morning	NOUN	I	10			ritter-712
+12	and	and	CONJ	O	0			ritter-712
+13	tht	tht	DET	O	0			ritter-712
+14	would	would	AUX	O	0			ritter-712
+15	ntake	ntake	VERB	O	0		v.stative	ritter-712
+16	all	all	DET	O	0			ritter-712
+17	day	day	NOUN	O	0		n.time	ritter-712
+18	lol	lol	INTJ	O	0			ritter-712
+19	so	so	INTJ	O	0			ritter-712
+20	id	id	PRON	O	0			ritter-712
+21	be	be	AUX	O	0			ritter-712
+22	cutting	cut	VERB	B	0		v.cognition	ritter-712
+23	it	it	PRON	o	0			ritter-712
+24	close	close	ADJ	I	22			ritter-712
+25	lol	lol	INTJ	O	0			ritter-712
+
+1	Our	our	PRON	O	0			ritter-713
+2	Favorite	favorite	ADJ	O	0			ritter-713
+3	YouTube	youtube	PROPN	B	0		n.communication	ritter-713
+4	Videos	video	NOUN	I	3			ritter-713
+5	This	this	DET	O	0			ritter-713
+6	Week	week	NOUN	O	0		n.time	ritter-713
+7	:	:	PUNCT	O	0			ritter-713
+8	The	the	DET	O	0			ritter-713
+9	Drama	drama	PROPN	B	0		n.communication	ritter-713
+10	Edition	edition	PROPN	I	9			ritter-713
+11	http://dlvr.it/5RfHy	http://dlvr.it/5rfhy	X	O	0			ritter-713
+
+1	i	i	PRON	O	0			ritter-714
+2	see	see	VERB	O	0		v.perception	ritter-714
+3	some	some	DET	O	0			ritter-714
+4	ppl	ppl	NOUN	O	0		n.person	ritter-714
+5	celebrating	celebrate	VERB	O	0		v.social	ritter-714
+6	their	their	PRON	O	0			ritter-714
+7	birthdays	birthday	NOUN	O	0		n.event	ritter-714
+8	like	like	ADP	O	0			ritter-714
+9	2-3	2-3	NUM	O	0			ritter-714
+10	times	times	NOUN	O	0		n.quantity	ritter-714
+11	a	a	DET	O	0			ritter-714
+12	year	year	NOUN	O	0		n.time	ritter-714
+13	...	...	PUNCT	O	0			ritter-714
+14	WTF	wtf	INTJ	O	0			ritter-714
+15	?!	?!	PUNCT	O	0			ritter-714
+
+1	@TRARONEdwards	@traronedwards	PROPN	O	0			ritter-715
+2	tuesday	tuesday	PROPN	O	0		n.time	ritter-715
+3	is	be	VERB	O	0		v.stative	ritter-715
+4	perfecy	perfecy	ADJ	O	0			ritter-715
+
+1	WIN	win	VERB	O	0		v.competition	ritter-716
+2	FREE	free	ADJ	O	0			ritter-716
+3	PAMPERS	pampers	NOUN	O	0		n.artifact	ritter-716
+4	FOR	for	ADP	O	0			ritter-716
+5	A	a	DET	O	0			ritter-716
+6	YEAR	year	NOUN	O	0		n.time	ritter-716
+7	!!!	!!!	PUNCT	O	0			ritter-716
+8	And	and	CONJ	O	0			ritter-716
+9	more	more	ADJ	O	0			ritter-716
+10	...	...	PUNCT	O	0			ritter-716
+11	http://nblo.gs/80qJu	http://nblo.gs/80qju	X	O	0			ritter-716
+
+1	today	today	NOUN	O	0		n.time	ritter-717
+2	is	be	VERB	O	0		v.stative	ritter-717
+3	my	my	PRON	O	0			ritter-717
+4	last	last	ADJ	O	0			ritter-717
+5	day	day	NOUN	O	0		n.time	ritter-717
+6	at	at	ADP	O	0			ritter-717
+7	the	the	DET	O	0			ritter-717
+8	office	office	NOUN	O	0		n.cognition	ritter-717
+9	.	.	PUNCT	O	0			ritter-717
+
+1	Stop	stop	VERB	B	0		v.motion	ritter-718
+2	by	by	ADP	I	1			ritter-718
+3	the	the	DET	O	0			ritter-718
+4	COLLEGE	college	PROPN	B	0		n.group	ritter-718
+5	REPUBLICAN	republican	PROPN	I	4			ritter-718
+6	TAILGATE	tailgate	PROPN	I	5			ritter-718
+7	tomorrow	tomorrow	NOUN	O	0			ritter-718
+8	@	@	ADP	O	0			ritter-718
+9	9:30	9:30	NUM	O	0			ritter-718
+10	in	in	ADP	O	0			ritter-718
+11	Yellow	yellow	PROPN	B	0		n.location	ritter-718
+12	Lot	lot	PROPN	I	11			ritter-718
+13	17	17	NUM	I	12			ritter-718
+14	for	for	ADP	O	0			ritter-718
+15	FOOD	food	NOUN	O	0		n.food	ritter-718
+16	before	before	ADP	O	0			ritter-718
+17	the	the	DET	O	0			ritter-718
+18	game	game	NOUN	O	0		n.event	ritter-718
+
+1	RT	rt	X	O	0			ritter-719
+2	@OscarBlandi	@oscarblandi	PROPN	O	0			ritter-719
+3	:	:	PUNCT	O	0			ritter-719
+4	That	that	DET	O	0			ritter-719
+5	time	time	NOUN	O	0		n.event	ritter-719
+6	again	again	ADV	O	0			ritter-719
+7	!	!	PUNCT	O	0			ritter-719
+8	#FreebieFriday	#freebiefriday	NOUN	O	0		n.event	ritter-719
+9	Be	be	VERB	O	0		v.stative	ritter-719
+10	the	the	DET	O	0			ritter-719
+11	15th	15th	ADJ	O	0			ritter-719
+12	RT	rt	X	O	0			ritter-719
+13	&	&	CONJ	O	0			ritter-719
+14	get	get	VERB	O	0		v.possession	ritter-719
+15	your	your	PRON	O	0			ritter-719
+16	hands	hands	NOUN	O	0		n.body	ritter-719
+17	on	on	ADP	O	0			ritter-719
+18	a	a	DET	O	0			ritter-719
+19	free	free	ADJ	O	0			ritter-719
+20	travel	travel	NOUN	B	0			ritter-719
+21	size	size	NOUN	I	20			ritter-719
+22	pronto	pronto	NOUN	B	0		n.artifact	ritter-719
+23	invisible	invisible	ADJ	I	22			ritter-719
+24	dry	dry	ADJ	I	23			ritter-719
+25	shampoo	shampoo	NOUN	I	24			ritter-719
+26	!	!	PUNCT	O	0			ritter-719
+
+1	Oh	oh	INTJ	B	0			ritter-720
+2	yeah	yeah	INTJ	I	1			ritter-720
+3	!	!	PUNCT	O	0			ritter-720
+4	Probably	probably	ADV	O	0			ritter-720
+5	hairdresser	hairdresser	NOUN	O	0		n.act	ritter-720
+6	tomorrow	tomorrow	NOUN	O	0			ritter-720
+7	,	,	PUNCT	O	0			ritter-720
+8	and	and	CONJ	O	0			ritter-720
+9	for	for	ADP	B	0			ritter-720
+10	sure	sure	ADJ	I	9			ritter-720
+11	meet	meet	VERB	O	0		v.social	ritter-720
+12	Levin	levin	PROPN	O	0		n.person	ritter-720
+13	,	,	PUNCT	O	0			ritter-720
+14	Hien	hien	PROPN	O	0		n.person	ritter-720
+15	&lt;	&lt;	INTJ	O	0			ritter-720
+16	3	3	INTJ	O	0			ritter-720
+17	and	and	CONJ	O	0			ritter-720
+18	Fabi	fabi	PROPN	O	0		n.person	ritter-720
+19	.	.	PUNCT	O	0			ritter-720
+20	'll	'll	AUX	O	0			ritter-720
+21	have	have	VERB	O	0		v.cognition	ritter-720
+22	a	a	DET	O	0			ritter-720
+23	great	great	ADJ	O	0			ritter-720
+24	daaaaay	daaaaay	NOUN	O	0		n.event	ritter-720
+25	&lt;	&lt;	INTJ	O	0			ritter-720
+26	33	33	INTJ	O	0			ritter-720
+
+1	RT	rt	X	O	0			ritter-721
+2	@SonyElectronics	@sonyelectronics	PROPN	O	0			ritter-721
+3	:	:	PUNCT	O	0			ritter-721
+4	Sony/Bud	sony/bud	PROPN	B	0		n.event	ritter-721
+5	Light	light	PROPN	I	4			ritter-721
+6	3D	3d	NOUN	I	5			ritter-721
+7	tailgate	tailgate	NOUN	I	6			ritter-721
+8	parties	party	NOUN	I	7			ritter-721
+9	on	on	ADP	O	0			ritter-721
+10	Saturday	saturday	PROPN	O	0		n.time	ritter-721
+11	-	-	PUNCT	O	0			ritter-721
+12	Clemson	clemson	PROPN	B	0		n.event	ritter-721
+13	party	party	NOUN	I	12			ritter-721
+14	at	at	ADP	O	0			ritter-721
+15	http://bit.ly/cds8Pd	http://bit.ly/cds8pd	X	O	0			ritter-721
+16	;	;	PUNCT	O	0			ritter-721
+17	Auburn	auburn	PROPN	B	0		n.event	ritter-721
+18	party	party	NOUN	I	17			ritter-721
+19	at	at	ADP	O	0			ritter-721
+20	http://bit	http://bit	X	O	0			ritter-721
+21	.	.	PUNCT	O	0			ritter-721
+22	...	...	PUNCT	O	0			ritter-721
+
+1	I	i	PRON	O	0			ritter-722
+2	may	may	AUX	O	0			ritter-722
+3	have	have	AUX	O	0			ritter-722
+4	been	be	VERB	O	0		v.stative	ritter-722
+5	wrong	wrong	ADJ	O	0			ritter-722
+6	about	about	ADP	O	0			ritter-722
+7	Murkowski	murkowski	PROPN	O	0		n.person	ritter-722
+8	,	,	PUNCT	O	0			ritter-722
+9	look	look	VERB	O	0		v.cognition	ritter-722
+10	like	like	ADP	O	0			ritter-722
+11	she	she	PRON	O	0			ritter-722
+12	's	's	AUX	O	0			ritter-722
+13	going	go	VERB	B	0			ritter-722
+14	to	to	PART	I	13			ritter-722
+15	turn	turn	VERB	B	0		v.change	ritter-722
+16	Friday	friday	PROPN	b	0		n.communication	ritter-722
+17	news	news	NOUN	i	16			ritter-722
+18	dump	dump	NOUN	i	17			ritter-722
+19	on	on	ADP	I	15			ritter-722
+20	its	its	PRON	o	0			ritter-722
+21	head	head	NOUN	I	19			ritter-722
+22	.	.	PUNCT	O	0			ritter-722
+23	three-way	three-way	ADJ	O	0			ritter-722
+24	race	race	NOUN	O	0		n.event	ritter-722
+25	reportedly	reportedly	ADV	O	0			ritter-722
+26	ahead	ahead	ADV	O	0			ritter-722
+27	in	in	ADP	O	0			ritter-722
+28	AK	ak	PROPN	O	0		n.location	ritter-722
+29	.	.	PUNCT	O	0			ritter-722
+
+1	I	i	PRON	O	0			ritter-723
+2	've	've	AUX	O	0			ritter-723
+3	got	get	VERB	O	0		v.cognition	ritter-723
+4	a	a	DET	O	0			ritter-723
+5	theory	theory	NOUN	O	0		n.cognition	ritter-723
+6	that	that	ADP	O	0			ritter-723
+7	if	if	ADP	O	0			ritter-723
+8	you	you	PRON	O	0			ritter-723
+9	give	give	VERB	O	0		v.stative	ritter-723
+10	100%	100%	NOUN	O	0		n.cognition	ritter-723
+11	all	all	DET	O	0			ritter-723
+12	of	of	ADP	O	0			ritter-723
+13	the	the	DET	O	0			ritter-723
+14	time	time	NOUN	O	0		n.time	ritter-723
+15	,	,	PUNCT	O	0			ritter-723
+16	somehow	somehow	ADV	O	0			ritter-723
+17	things	things	NOUN	O	0		n.other	ritter-723
+18	will	will	AUX	O	0			ritter-723
+19	work	work	VERB	B	0		v.stative	ritter-723
+20	out	out	PART	I	19			ritter-723
+21	in	in	ADP	O	0			ritter-723
+22	the	the	DET	O	0			ritter-723
+23	end	end	NOUN	O	0		n.time	ritter-723
+24	.	.	PUNCT	O	0			ritter-723
+25	-Larry	-larry	PROPN	B	0		n.person	ritter-723
+26	Bird	bird	PROPN	I	25			ritter-723
+
+1	I	i	PRON	O	0			ritter-724
+2	have	have	AUX	O	0			ritter-724
+3	lost	lose	VERB	O	0		v.change	ritter-724
+4	everything	everything	NOUN	O	0			ritter-724
+5	importing	importing	ADJ	O	0			ritter-724
+6	in	in	ADP	O	0			ritter-724
+7	my	my	PRON	O	0			ritter-724
+8	life	life	NOUN	O	0		n.state	ritter-724
+9	within	within	ADP	O	0			ritter-724
+10	the	the	DET	O	0			ritter-724
+11	past	past	ADJ	O	0			ritter-724
+12	week	week	NOUN	O	0		n.time	ritter-724
+13	anything	anything	NOUN	O	0			ritter-724
+14	that	that	DET	O	0			ritter-724
+15	i	i	PRON	O	0			ritter-724
+16	loved	love	VERB	O	0		v.emotion	ritter-724
+17	is	be	AUX	O	0			ritter-724
+18	now	now	ADV	O	0			ritter-724
+19	gone	go	VERB	O	0			ritter-724
+
+1	Hit	hit	VERB	O	0		v.change	ritter-725
+2	word	word	NOUN	B	0		n.quantity	ritter-725
+3	count	count	NOUN	I	2			ritter-725
+4	!	!	PUNCT	O	0			ritter-725
+5	Woo-hoo	woo-hoo	INTJ	O	0			ritter-725
+6	!	!	PUNCT	O	0			ritter-725
+7	*throwing	*throwing	VERB	O	0		v.contact	ritter-725
+8	confetti*	confetti*	NOUN	O	0		n.artifact	ritter-725
+9	Now	now	ADV	O	0			ritter-725
+10	I	i	PRON	O	0			ritter-725
+11	can	can	AUX	O	0			ritter-725
+12	goof	goof	VERB	B	0		v.social	ritter-725
+13	off	off	PART	I	12			ritter-725
+14	tonight	tonight	NOUN	O	0			ritter-725
+15	and	and	CONJ	O	0			ritter-725
+16	read	read	VERB	O	0		v.perception	ritter-725
+17	.	.	PUNCT	O	0			ritter-725
+18	*happy	*happy	ADJ	O	0			ritter-725
+19	writer	writer	NOUN	B	0		n.act	ritter-725
+20	dance*	dance*	NOUN	I	19			ritter-725
+21	#amwriting	#amwriting	X	O	0			ritter-725
+22	#havewritten-yay	#havewritten-yay	X	O	0			ritter-725
+23	!	!	PUNCT	O	0			ritter-725
+
+1	Korean	korean	PROPN	B	0		n.act	ritter-726
+2	War	war	PROPN	I	1			ritter-726
+3	spy	spy	NOUN	I	2			ritter-726
+4	rivalries	rivalry	NOUN	I	3			ritter-726
+5	persist	persist	VERB	O	0		v.stative	ritter-726
+6	60	60	NUM	O	0			ritter-726
+7	years	years	NOUN	O	0		n.time	ritter-726
+8	later	later	ADJ	O	0			ritter-726
+9	:	:	PUNCT	O	0			ritter-726
+10	Far	far	ADV	B	0			ritter-726
+11	be	be	VERB	I	10			ritter-726
+12	it	it	PRON	I	11			ritter-726
+13	that	that	ADP	O	0			ritter-726
+14	the	the	DET	O	0			ritter-726
+15	week	week	NOUN	O	0		n.time	ritter-726
+16	should	should	AUX	O	0			ritter-726
+17	pass	pass	VERB	O	0		v.change	ritter-726
+18	without	without	ADP	O	0			ritter-726
+19	noting	note	VERB	O	0		v.communication	ritter-726
+20	that	that	ADP	O	0			ritter-726
+21	it	it	PRON	O	0			ritter-726
+22	was	be	VERB	O	0		v.stative	ritter-726
+23	60	60	NUM	O	0			ritter-726
+24	...	...	PUNCT	O	0			ritter-726
+25	http://bit.ly/cCjFBm	http://bit.ly/ccjfbm	X	O	0			ritter-726
+
+1	It	it	PRON	O	0			ritter-727
+2	is	be	VERB	O	0		v.stative	ritter-727
+3	Friday	friday	PROPN	B	0		n.time	ritter-727
+4	afternoon	afternoon	NOUN	I	3			ritter-727
+5	adn	adn	CONJ	O	0			ritter-727
+6	I	i	PRON	O	0			ritter-727
+7	could	could	AUX	O	0			ritter-727
+8	n't	n't	ADV	O	0			ritter-727
+9	be	be	VERB	O	0		v.stative	ritter-727
+10	happier	happy	ADJ	O	0			ritter-727
+11	.	.	PUNCT	O	0			ritter-727
+12	Ending	end	VERB	O	0		v.stative	ritter-727
+13	a	a	DET	O	0			ritter-727
+14	crappy	crappy	ADJ	O	0			ritter-727
+15	week	week	NOUN	O	0		n.time	ritter-727
+16	on	on	ADP	O	0			ritter-727
+17	a	a	DET	O	0			ritter-727
+18	good	good	ADJ	B	0		n.cognition	ritter-727
+19	note	note	NOUN	I	18			ritter-727
+20	is	be	VERB	O	0		v.stative	ritter-727
+21	always	always	ADV	O	0			ritter-727
+22	nice	nice	ADJ	O	0			ritter-727
+23	.	.	PUNCT	O	0			ritter-727
+
+1	@MrzEndy	@mrzendy	PROPN	O	0			ritter-728
+2	tru	tru	INTJ	O	0			ritter-728
+3	tru	tru	INTJ	O	0			ritter-728
+4	I	i	PRON	O	0			ritter-728
+5	'm	'm	AUX	O	0			ritter-728
+6	leavin	leavin	VERB	O	0		v.motion	ritter-728
+7	again	again	ADV	O	0			ritter-728
+8	on	on	ADP	O	0			ritter-728
+9	Tuesday	tuesday	PROPN	O	0		n.time	ritter-728
+10	yo	yo	INTJ	O	0			ritter-728
+
+1	by	by	ADP	O	0			ritter-729
+2	my	my	PRON	B	0			ritter-729
+3	lonesome	lonesome	NOUN	I	2			ritter-729
+4	tonight	tonight	NOUN	O	0			ritter-729
+5	....	....	PUNCT	O	0			ritter-729
+6	#obsessions	#obsessions	X	O	0			ritter-729
+
+1	The	the	DET	O	0			ritter-730
+2	guys	guy	NOUN	O	0		n.person	ritter-730
+3	are	be	AUX	O	0			ritter-730
+4	cooking	cook	VERB	O	0		v.creation	ritter-730
+5	about	about	ADP	O	0			ritter-730
+6	a	a	DET	O	0			ritter-730
+7	dozen	dozen	NOUN	O	0		n.quantity	ritter-730
+8	pizzas	pizza	NOUN	O	0		n.food	ritter-730
+9	at	at	ADP	O	0			ritter-730
+10	our	our	PRON	O	0			ritter-730
+11	house	house	NOUN	O	0		n.location	ritter-730
+12	for	for	ADP	O	0			ritter-730
+13	the	the	DET	O	0			ritter-730
+14	tailgate	tailgate	NOUN	O	0		n.event	ritter-730
+15	tonight	tonight	NOUN	O	0			ritter-730
+16	.	.	PUNCT	O	0			ritter-730
+17	Nonetheless	nonetheless	ADV	O	0			ritter-730
+18	it	it	PRON	O	0			ritter-730
+19	smells	smell	VERB	O	0		v.perception	ritter-730
+20	fresh	fresh	ADJ	O	0			ritter-730
+21	in	in	ADP	O	0			ritter-730
+22	this	this	DET	O	0			ritter-730
+23	place	place	NOUN	O	0		n.location	ritter-730
+24	.	.	PUNCT	O	0			ritter-730
+
+1	I	i	PRON	O	0			ritter-731
+2	heart	heart	VERB	O	0		v.emotion	ritter-731
+3	Park(ing	park(ing	PROPN	B	0		n.event	ritter-731
+4	)	)	PUNCT	o	0			ritter-731
+5	Day	day	PROPN	I	3			ritter-731
+6	!	!	PUNCT	O	0			ritter-731
+7	Photo	photo	NOUN	O	0		n.artifact	ritter-731
+8	of	of	ADP	O	0			ritter-731
+9	meter	meter	NOUN	B	0		n.animal	ritter-731
+10	shark	shark	NOUN	I	9			ritter-731
+11	:	:	PUNCT	O	0			ritter-731
+12	http://bit.ly/aQun1b	http://bit.ly/aqun1b	X	O	0			ritter-731
+
+1	hows	hows	ADV	O	0			ritter-732
+2	everyones	everyones	PRON	O	0			ritter-732
+3	day	day	NOUN	O	0		n.time	ritter-732
+4	goin	goin	VERB	O	0		v.social	ritter-732
+5	?	?	PUNCT	O	0			ritter-732
+
+1	Going	go	VERB	B	0			ritter-733
+2	to	to	PART	I	1			ritter-733
+3	start	start	VERB	O	0		v.change	ritter-733
+4	#HelloMornings	#hellomornings	NOUN	O	0		n.communication	ritter-733
+5	on	on	ADP	O	0			ritter-733
+6	Oct	oct	PROPN	O	0		n.time	ritter-733
+7	1	1	NUM	O	0			ritter-733
+8	-	-	PUNCT	O	0			ritter-733
+9	Check	check	VERB	B	0		v.perception	ritter-733
+10	it	it	PRON	o	0			ritter-733
+11	out	out	PART	I	9			ritter-733
+12	on	on	ADP	O	0			ritter-733
+13	@michellebygrace	@michellebygrace	PROPN	O	0		n.communication	ritter-733
+
+1	@Phoebe1_	@phoebe1_	PROPN	O	0		n.person	ritter-734
+2	and	and	CONJ	O	0			ritter-734
+3	i	i	PRON	O	0			ritter-734
+4	also	also	ADV	O	0			ritter-734
+5	loved	love	VERB	O	0		v.emotion	ritter-734
+6	the	the	DET	O	0			ritter-734
+7	last	last	ADJ	O	0			ritter-734
+8	years	years	NOUN	O	0		n.time	ritter-734
+9	eurovision	eurovision	NOUN	B	0		n.communication	ritter-734
+10	entry	entry	NOUN	I	9			ritter-734
+11	!!	!!	PUNCT	O	0			ritter-734
+12	hoppaa	hoppaa	INTJ	O	0			ritter-734
+13	!	!	PUNCT	O	0			ritter-734
+14	they	they	PRON	O	0			ritter-734
+15	were	be	VERB	O	0		v.stative	ritter-734
+16	cool	cool	ADJ	O	0			ritter-734
+17	too	too	ADV	O	0			ritter-734
+18	!!	!!	PUNCT	O	0			ritter-734
+
+1	;	;	PUNCT	O	0			ritter-735
+2	I	i	PRON	O	0			ritter-735
+3	can	can	AUX	O	0			ritter-735
+4	upgrade	upgrade	VERB	O	0		v.change	ritter-735
+5	to	to	PART	O	0			ritter-735
+6	a	a	DET	O	0			ritter-735
+7	BlackBerry	blackberry	PROPN	O	0		n.artifact	ritter-735
+8	in	in	ADP	O	0			ritter-735
+9	November	november	PROPN	O	0		n.time	ritter-735
+10	!!	!!	PUNCT	O	0			ritter-735
+11	Yesss	yesss	INTJ	O	0			ritter-735
+12	.	.	PUNCT	O	0			ritter-735
+13	&lt;	&lt;	INTJ	O	0			ritter-735
+14	3	3	INTJ	O	0			ritter-735
+15	BB	bb	PROPN	B	0		n.artifact	ritter-735
+16	Bold	bold	PROPN	I	15			ritter-735
+17	,	,	PUNCT	O	0			ritter-735
+18	here	here	ADV	O	0			ritter-735
+19	I	i	PRON	O	0			ritter-735
+20	come	come	VERB	O	0		v.cognition	ritter-735
+21	!	!	PUNCT	O	0			ritter-735
+
+1	@_Kinghoopa	@_kinghoopa	PROPN	O	0			ritter-736
+2	the	the	DET	O	0			ritter-736
+3	one	one	NUM	O	0			ritter-736
+4	thats	thats	DET	O	0			ritter-736
+5	out	out	ADJ	O	0			ritter-736
+6	now	now	ADV	O	0			ritter-736
+7	is	be	VERB	O	0		v.stative	ritter-736
+8	free	free	ADJ	O	0			ritter-736
+9	...	...	PUNCT	O	0			ritter-736
+10	Father	father	NOUN	O	0		n.person	ritter-736
+11	to	to	PART	O	0			ritter-736
+12	tha	tha	DET	O	0			ritter-736
+13	Game	game	NOUN	O	0		n.artifact	ritter-736
+14	is	be	AUX	O	0			ritter-736
+15	droppin	droppin	VERB	O	0		v.change	ritter-736
+16	in	in	ADP	O	0			ritter-736
+17	a	a	DET	O	0			ritter-736
+18	month	month	NOUN	O	0		n.time	ritter-736
+19	or	or	CONJ	O	0			ritter-736
+20	so	so	ADV	O	0			ritter-736
+21	..	..	PUNCT	O	0			ritter-736
+
+1	A	a	DET	O	0			ritter-737
+2	TRUE	true	ADJ	O	0			ritter-737
+3	friend	friend	NOUN	O	0		n.person	ritter-737
+4	walks	walk	VERB	O	0		v.motion	ritter-737
+5	in	in	ADP	O	0			ritter-737
+6	when	when	ADV	O	0			ritter-737
+7	everybody	everybody	NOUN	O	0			ritter-737
+8	else	else	ADV	O	0			ritter-737
+9	walks	walk	VERB	B	0		v.change	ritter-737
+10	out	out	PART	I	9			ritter-737
+11	!	!	PUNCT	O	0			ritter-737
+
+1	@lauraluanabeth	@lauraluanabeth	PROPN	O	0		n.person	ritter-738
+2	'll	'll	AUX	O	0			ritter-738
+3	be	be	VERB	O	0		v.stative	ritter-738
+4	back	back	ADV	O	0			ritter-738
+5	in	in	ADP	O	0			ritter-738
+6	LA	la	PROPN	O	0		n.location	ritter-738
+7	tomorrow	tomorrow	NOUN	B	0			ritter-738
+8	night	night	NOUN	I	7			ritter-738
+9	!	!	PUNCT	O	0			ritter-738
+10	yaaaay	yaaaay	INTJ	O	0			ritter-738
+11	!	!	PUNCT	O	0			ritter-738
+
+1	Do	do	AUX	O	0			ritter-739
+2	n't	n't	ADV	O	0			ritter-739
+3	Have	have	VERB	O	0		v.possession	ritter-739
+4	Time	time	NOUN	O	0		n.time	ritter-739
+5	To	to	PART	O	0			ritter-739
+6	Stop	stop	VERB	B	0		v.motion	ritter-739
+7	In	in	PART	I	6			ritter-739
+8	???	???	PUNCT	O	0			ritter-739
+9	Then	then	ADV	O	0			ritter-739
+10	,	,	PUNCT	O	0			ritter-739
+11	Check	check	VERB	B	0		v.cognition	ritter-739
+12	Out	out	PART	I	11			ritter-739
+13	Our	our	PRON	O	0			ritter-739
+14	Quick	quick	ADJ	O	0			ritter-739
+15	Full	full	ADJ	O	0			ritter-739
+16	Service	service	ADJ	O	0			ritter-739
+17	Drive	drive	NOUN	B	0		n.artifact	ritter-739
+18	Thru	thru	NOUN	I	17			ritter-739
+19	Window	window	NOUN	I	18			ritter-739
+20	:)	:)	INTJ	O	0			ritter-739
+
+1	today	today	NOUN	O	0		n.time	ritter-740
+2	seems	seem	VERB	O	0		v.cognition	ritter-740
+3	like	like	ADP	O	0			ritter-740
+4	a	a	DET	O	0			ritter-740
+5	good	good	ADJ	O	0			ritter-740
+6	day	day	NOUN	O	0		n.time	ritter-740
+7	to	to	PART	O	0			ritter-740
+8	chill	chill	VERB	O	0		v.body	ritter-740
+9	:)	:)	INTJ	O	0			ritter-740
+
+1	the	the	DET	O	0			ritter-741
+2	tears	tears	NOUN	O	0		n.body	ritter-741
+3	may	may	AUX	O	0			ritter-741
+4	have	have	AUX	O	0			ritter-741
+5	been	be	AUX	B	0		v.change	ritter-741
+6	and	and	CONJ	I	5			ritter-741
+7	gone	go	VERB	I	6			ritter-741
+8	,	,	PUNCT	O	0			ritter-741
+9	but	but	CONJ	O	0			ritter-741
+10	the	the	DET	O	0			ritter-741
+11	feeling	feeling	NOUN	O	0		n.feeling	ritter-741
+12	still	still	ADV	O	0			ritter-741
+13	stay	stay	VERB	O	0		v.stative	ritter-741
+14	the	the	DET	O	0			ritter-741
+15	same	same	ADJ	O	0			ritter-741
+16	.	.	PUNCT	O	0			ritter-741
+
+1	Still	still	ADV	O	0			ritter-742
+2	on	on	ADP	O	0			ritter-742
+3	my	my	PRON	O	0			ritter-742
+4	@teganandsara	@teganandsara	PROPN	O	0		n.person	ritter-742
+5	kick	kick	NOUN	O	0		n.feeling	ritter-742
+6	!	!	PUNCT	O	0			ritter-742
+7	It	it	PRON	O	0			ritter-742
+8	's	's	AUX	O	0			ritter-742
+9	been	be	VERB	O	0		v.stative	ritter-742
+10	a	a	DET	O	0			ritter-742
+11	solid	solid	ADJ	O	0			ritter-742
+12	2	2	NUM	O	0			ritter-742
+13	weeks	week	NOUN	O	0		n.time	ritter-742
+14	!	!	PUNCT	O	0			ritter-742
+
+1	Chilling	chill	VERB	O	0		v.social	ritter-743
+2	wit	wit	ADP	O	0			ritter-743
+3	my	my	PRON	O	0			ritter-743
+4	baby	baby	NOUN	O	0		n.person	ritter-743
+5	tonight	tonight	NOUN	O	0			ritter-743
+6	!	!	PUNCT	O	0			ritter-743
+
+1	@abzmedic	@abzmedic	PROPN	O	0			ritter-744
+2	I	i	PRON	O	0			ritter-744
+3	'm	'm	AUX	O	0			ritter-744
+4	missing	miss	VERB	O	0		v.emotion	ritter-744
+5	autumn	autumn	NOUN	O	0		n.event	ritter-744
+6	because	because	ADP	O	0			ritter-744
+7	of	of	ADP	O	0			ritter-744
+8	work	work	NOUN	O	0		n.act	ritter-744
+9	.	.	PUNCT	O	0			ritter-744
+10	:(	:(	INTJ	O	0			ritter-744
+11	I	i	PRON	O	0			ritter-744
+12	must	must	AUX	O	0			ritter-744
+13	get	get	VERB	O	0		v.motion	ritter-744
+14	into	into	ADP	O	0			ritter-744
+15	the	the	DET	O	0			ritter-744
+16	forests	forest	NOUN	O	0		n.plant	ritter-744
+17	tomorrow	tomorrow	NOUN	O	0			ritter-744
+18	!	!	PUNCT	O	0			ritter-744
+
+1	#woot	#woot	X	O	0			ritter-745
+2	I'd	i'd	PRON	O	0			ritter-745
+3	like	like	VERB	O	0		v.emotion	ritter-745
+4	to	to	PART	O	0			ritter-745
+5	buy	buy	VERB	O	0		v.possession	ritter-745
+6	this	this	DET	O	0			ritter-745
+7	,	,	PUNCT	O	0			ritter-745
+8	but	but	CONJ	O	0			ritter-745
+9	i	i	PRON	O	0			ritter-745
+10	have	have	VERB	O	0		v.stative	ritter-745
+11	a	a	DET	O	0			ritter-745
+12	hard	hard	ADJ	B	0		n.feeling	ritter-745
+13	time	time	NOUN	I	12			ritter-745
+14	doing	do	VERB	O	0		v.motion	ritter-745
+15	a	a	DET	O	0			ritter-745
+16	sit	sit	NOUN	B	0		n.body	ritter-745
+17	up	up	NOUN	I	16			ritter-745
+18	...	...	PUNCT	O	0			ritter-745
+
+1	RT	rt	X	O	0			ritter-746
+2	@Sexstrology	@sexstrology	PROPN	O	0			ritter-746
+3	:	:	PUNCT	O	0			ritter-746
+4	Pisces	pisces	NOUN	O	0		n.person	ritter-746
+5	tend	tend	VERB	O	0		v.stative	ritter-746
+6	to	to	PART	O	0			ritter-746
+7	escape	escape	VERB	O	0		v.change	ritter-746
+8	into	into	ADP	O	0			ritter-746
+9	fantasy	fantasy	NOUN	O	0		n.cognition	ritter-746
+10	and	and	ADJ	O	0			ritter-746
+11	day	day	NOUN	B	0		n.cognition	ritter-746
+12	dreams	dream	NOUN	I	11			ritter-746
+13	.	.	PUNCT	O	0			ritter-746
+14	There	there	ADV	O	0			ritter-746
+15	they	they	PRON	O	0			ritter-746
+16	are	be	VERB	O	0		v.stative	ritter-746
+17	free	free	ADJ	O	0			ritter-746
+18	.	.	PUNCT	O	0			ritter-746
+
+1	Cant	cant	AUX	B	0		v.emotion	ritter-747
+2	wait	wait	VERB	I	1			ritter-747
+3	for	for	ADP	O	0			ritter-747
+4	the	the	DET	O	0			ritter-747
+5	ravens	ravens	PROPN	B	0		n.event	ritter-747
+6	game	game	NOUN	I	5			ritter-747
+7	tomorrow	tomorrow	NOUN	O	0			ritter-747
+8	....	....	PUNCT	O	0			ritter-747
+9	go	go	VERB	O	0		v.communication	ritter-747
+10	ray	ray	PROPN	B	0		n.person	ritter-747
+11	rice	rice	PROPN	I	10			ritter-747
+12	!!!!!!!	!!!!!!!	PUNCT	O	0			ritter-747
+
+1	RT	rt	X	O	0			ritter-748
+2	@jakeandamir	@jakeandamir	PROPN	O	0			ritter-748
+3	:	:	PUNCT	O	0			ritter-748
+4	THIS	this	DET	O	0			ritter-748
+5	TWEET	tweet	NOUN	O	0		n.communication	ritter-748
+6	IS	be	VERB	O	0		v.stative	ritter-748
+7	FOR	for	ADP	O	0			ritter-748
+8	MY	my	PRON	O	0			ritter-748
+9	EYES	eyes	NOUN	O	0		n.body	ritter-748
+10	ONLY	only	ADV	O	0			ritter-748
+11	!	!	PUNCT	O	0			ritter-748
+12	PLEASE	please	VERB	O	0			ritter-748
+13	STOP	stop	VERB	O	0		v.change	ritter-748
+14	READING	read	VERB	O	0			ritter-748
+15	!	!	PUNCT	O	0			ritter-748
+16	Hey	hey	INTJ	O	0			ritter-748
+17	Amir	amir	PROPN	O	0		n.person	ritter-748
+18	,	,	PUNCT	O	0			ritter-748
+19	in	in	ADP	B	0			ritter-748
+20	case	case	NOUN	I	19			ritter-748
+21	you	you	PRON	O	0			ritter-748
+22	ever	ever	ADV	O	0			ritter-748
+23	forget	forget	VERB	O	0		v.cognition	ritter-748
+24	,	,	PUNCT	O	0			ritter-748
+25	your	your	PRON	O	0			ritter-748
+26	PIN	pin	NOUN	B	0		n.communication	ritter-748
+27	#	#	NOUN	I	26			ritter-748
+28	is	be	VERB	O	0		v.stative	ritter-748
+29	3919	3919	NUM	O	0			ritter-748
+30	.	.	PUNCT	O	0			ritter-748
+31	YOU	you	PRON	O	0			ritter-748
+32	MAY	may	AUX	O	0			ritter-748
+33	ALL	all	DET	O	0			ritter-748
+34	BEG	beg	VERB	O	0		v.communication	ritter-748
+
+1	@LucaHelvetica	@lucahelvetica	PROPN	O	0			ritter-749
+2	Exactly	exactly	INTJ	O	0			ritter-749
+3	and	and	CONJ	O	0			ritter-749
+4	thats	thats	DET	O	0			ritter-749
+5	why	why	ADV	O	0			ritter-749
+6	i	i	PRON	O	0			ritter-749
+7	have	have	AUX	O	0			ritter-749
+8	qualified	qualify	VERB	O	0		v.communication	ritter-749
+9	every	every	DET	O	0			ritter-749
+10	time	time	NOUN	O	0		n.event	ritter-749
+11	i	i	PRON	O	0			ritter-749
+12	have	have	AUX	O	0			ritter-749
+13	said	say	VERB	O	0		v.communication	ritter-749
+14	that	that	ADP	O	0			ritter-749
+15	he	he	PRON	O	0			ritter-749
+16	hasnt	hasnt	VERB	O	0			ritter-749
+17	impressed	impress	VERB	O	0		v.cognition	ritter-749
+18	me	me	PRON	O	0			ritter-749
+
+1	My	my	PRON	O	0			ritter-750
+2	dad	dad	NOUN	O	0		n.person	ritter-750
+3	laughed	laugh	VERB	O	0		v.body	ritter-750
+4	when	when	ADV	O	0			ritter-750
+5	he	he	PRON	O	0			ritter-750
+6	read	read	VERB	O	0		v.cognition	ritter-750
+7	about	about	ADP	O	0			ritter-750
+8	Linkin	linkin	PROPN	B	0		n.group	ritter-750
+9	Park	park	PROPN	I	8			ritter-750
+10	being	be	AUX	O	0			ritter-750
+11	classified	classify	VERB	O	0		v.cognition	ritter-750
+12	under	under	ADP	O	0			ritter-750
+13	'	'	PUNCT	O	0			ritter-750
+14	rap-rock'.	rap-rock'.	NOUN	O	0		n.communication	ritter-750
+15	I	i	PRON	O	0			ritter-750
+16	hope	hope	VERB	O	0		v.emotion	ritter-750
+17	he	he	PRON	O	0			ritter-750
+18	did	do	AUX	O	0			ritter-750
+19	n't	n't	ADV	O	0			ritter-750
+20	mean	mean	VERB	O	0		v.cognition	ritter-750
+21	'	'	PUNCT	O	0			ritter-750
+22	shit	shit	INTJ	O	0			ritter-750
+23	my	my	PRON	O	0			ritter-750
+24	son	son	NOUN	O	0		n.person	ritter-750
+25	listens	listen	VERB	O	0		v.perception	ritter-750
+26	to'.	to'.	PART	O	0			ritter-750
+
+1	Antick	antick	PROPN	B	0		n.person	ritter-751
+2	Musings	musings	PROPN	I	1			ritter-751
+3	post	post	NOUN	O	0		n.communication	ritter-751
+4	:	:	PUNCT	O	0			ritter-751
+5	Book-A-Day	book-a-day	PROPN	O	0		n.communication	ritter-751
+6	2010	2010	NUM	O	0			ritter-751
+7	#	#	NOUN	O	0			ritter-751
+8	243	243	NUM	O	0			ritter-751
+9	(	(	PUNCT	O	0			ritter-751
+10	10/4	10/4	NUM	O	0			ritter-751
+11	)	)	PUNCT	O	0			ritter-751
+12	--	--	PUNCT	O	0			ritter-751
+13	Gray	gray	PROPN	B	0		n.communication	ritter-751
+14	Horses	horses	PROPN	I	13			ritter-751
+15	by	by	ADP	O	0			ritter-751
+16	Hope	hope	PROPN	B	0		n.person	ritter-751
+17	Larson	larson	PROPN	I	16			ritter-751
+18	http://bit.ly/as8fvc	http://bit.ly/as8fvc	X	O	0			ritter-751
+
+1	Amazing	amazing	INTJ	O	0			ritter-752
+2	!	!	PUNCT	O	0			ritter-752
+3	RT	rt	X	O	0			ritter-752
+4	@dailygalaxy	@dailygalaxy	PROPN	O	0			ritter-752
+5	Image	image	NOUN	O	0		n.artifact	ritter-752
+6	of	of	ADP	O	0			ritter-752
+7	the	the	DET	O	0			ritter-752
+8	Day	day	NOUN	O	0		n.time	ritter-752
+9	:	:	PUNCT	O	0			ritter-752
+10	A	a	DET	O	0			ritter-752
+11	Ghostly	ghostly	PROPN	O	0			ritter-752
+12	Reflection	reflection	PROPN	O	0		n.phenomenon	ritter-752
+13	Nebula	nebula	PROPN	O	0		n.natural_object	ritter-752
+14	http://su.pr/1XBMfP	http://su.pr/1xbmfp	X	O	0			ritter-752
+
+1	@BexsterBexster	@bexsterbexster	PROPN	O	0			ritter-753
+2	@shinobi32768	@shinobi32768	PROPN	O	0			ritter-753
+3	I	i	PRON	O	0			ritter-753
+4	've	've	AUX	O	0			ritter-753
+5	been	be	AUX	O	0			ritter-753
+6	having	have	VERB	O	0		v.consumption	ritter-753
+7	soup	soup	NOUN	O	0		n.food	ritter-753
+8	all	all	DET	B	0			ritter-753
+9	week	week	NOUN	I	8			ritter-753
+10	,	,	PUNCT	O	0			ritter-753
+11	do	do	AUX	O	0			ritter-753
+12	n't	n't	ADV	O	0			ritter-753
+13	really	really	ADV	O	0			ritter-753
+14	have	have	VERB	O	0		v.stative	ritter-753
+15	a	a	DET	O	0			ritter-753
+16	favourite	favourite	NOUN	O	0		n.food	ritter-753
+17	.	.	PUNCT	O	0			ritter-753
+18	It	it	PRON	O	0			ritter-753
+19	's	's	AUX	O	0			ritter-753
+20	starting	start	VERB	O	0		v.change	ritter-753
+21	to	to	PART	O	0			ritter-753
+22	taste	taste	VERB	O	0		v.perception	ritter-753
+23	pretty	pretty	ADV	O	0			ritter-753
+24	much	much	ADV	O	0			ritter-753
+25	the	the	DET	O	0			ritter-753
+26	same	same	ADJ	O	0			ritter-753
+27	.	.	PUNCT	O	0			ritter-753
+
+1	Where	where	ADV	O	0			ritter-754
+2	It	it	PRON	O	0			ritter-754
+3	Started	start	VERB	O	0		v.change	ritter-754
+4	:	:	PUNCT	O	0			ritter-754
+5	Guest	guest	NOUN	B	0		n.person	ritter-754
+6	Editor	editor	NOUN	I	5			ritter-754
+7	Warren	warren	PROPN	I	6			ritter-754
+8	Ellis	ellis	PROPN	I	7			ritter-754
+9	Explains	explain	VERB	O	0		v.communication	ritter-754
+10	The	the	DET	O	0			ritter-754
+11	Origin	origin	NOUN	O	0		n.cognition	ritter-754
+12	Of	of	ADP	O	0			ritter-754
+13	'	'	PUNCT	O	0			ritter-754
+14	Red':	red':	PROPN	O	0		n.cognition	ritter-754
+15	...	...	PUNCT	O	0			ritter-754
+16	next	next	ADJ	O	0			ritter-754
+17	two	two	NUM	O	0			ritter-754
+18	weeks	week	NOUN	O	0		n.time	ritter-754
+19	of	of	ADP	O	0			ritter-754
+20	coverage	coverage	NOUN	O	0		n.communication	ritter-754
+21	with	with	ADP	O	0			ritter-754
+22	five	five	NUM	O	0			ritter-754
+23	...	...	PUNCT	O	0			ritter-754
+24	http://bit.ly/bdoK3l	http://bit.ly/bdok3l	X	O	0			ritter-754
+
+1	I	i	PRON	O	0			ritter-755
+2	like	like	VERB	O	0		v.emotion	ritter-755
+3	when	when	ADV	O	0			ritter-755
+4	it	it	PRON	O	0			ritter-755
+5	rains	rain	VERB	O	0		v.weather	ritter-755
+6	.	.	PUNCT	O	0			ritter-755
+
+1	volleyball	volleyball	NOUN	O	0		n.act	ritter-756
+2	tomorrow	tomorrow	NOUN	O	0			ritter-756
+
+1	I	i	PRON	O	0			ritter-757
+2	'm	'm	VERB	O	0		v.stative	ritter-757
+3	not	not	ADV	O	0			ritter-757
+4	an	an	DET	O	0			ritter-757
+5	emotional	emotional	ADJ	O	0			ritter-757
+6	human	human	NOUN	B	0		n.person	ritter-757
+7	being	be	AUX	I	6			ritter-757
+8	.	.	PUNCT	O	0			ritter-757
+9	I	i	PRON	O	0			ritter-757
+10	get	get	VERB	O	0		v.change	ritter-757
+11	angry	angry	ADJ	O	0			ritter-757
+12	before	before	ADP	O	0			ritter-757
+13	I	i	PRON	O	0			ritter-757
+14	get	get	VERB	O	0		v.change	ritter-757
+15	sad	sad	ADJ	O	0			ritter-757
+16	.	.	PUNCT	O	0			ritter-757
+17	And	and	CONJ	O	0			ritter-757
+18	when	when	ADV	O	0			ritter-757
+19	I	i	PRON	O	0			ritter-757
+20	do	do	AUX	O	0			ritter-757
+21	get	get	VERB	O	0		v.change	ritter-757
+22	sad	sad	ADJ	O	0			ritter-757
+23	,	,	PUNCT	O	0			ritter-757
+24	It	it	PRON	O	0			ritter-757
+25	's	's	VERB	O	0		v.stative	ritter-757
+26	often	often	ADV	O	0			ritter-757
+27	not	not	ADV	O	0			ritter-757
+28	that	that	ADV	O	0			ritter-757
+29	much	much	ADJ	O	0			ritter-757
+30	.	.	PUNCT	O	0			ritter-757
+31	I	i	PRON	O	0			ritter-757
+32	guess	guess	VERB	O	0		v.cognition	ritter-757
+33	I	i	PRON	O	0			ritter-757
+34	'm	'm	VERB	O	0		v.stative	ritter-757
+35	kinda	kinda	ADV	O	0			ritter-757
+36	heartless	heartless	ADJ	O	0			ritter-757
+
+1	RT	rt	X	O	0			ritter-758
+2	@TricycleTheatre	@tricycletheatre	PROPN	O	0			ritter-758
+3	:	:	PUNCT	O	0			ritter-758
+4	v	v	ADV	O	0			ritter-758
+5	excited	excited	ADJ	O	0			ritter-758
+6	that	that	ADP	O	0			ritter-758
+7	Director	director	NOUN	B	0		n.person	ritter-758
+8	Nigel	nigel	PROPN	I	7			ritter-758
+9	Cole	cole	PROPN	I	8			ritter-758
+10	will	will	AUX	O	0			ritter-758
+11	join	join	VERB	O	0		v.social	ritter-758
+12	our	our	PRON	O	0			ritter-758
+13	Made	made	PROPN	B	0		n.act	ritter-758
+14	in	in	PROPN	I	13			ritter-758
+15	Dagenham	dagenham	PROPN	I	14			ritter-758
+16	Q__AND__A	q__and__a	NOUN	I	15			ritter-758
+17	next	next	ADJ	B	0			ritter-758
+18	week	week	NOUN	I	17			ritter-758
+19	!	!	PUNCT	O	0			ritter-758
+20	More	more	ADJ	O	0			ritter-758
+21	info	info	NOUN	O	0		n.communication	ritter-758
+22	here	here	ADV	O	0			ritter-758
+23	http://bit.ly/cNOeyS	http://bit.ly/cnoeys	X	O	0			ritter-758
+
+1	@acoyne	@acoyne	PROPN	O	0			ritter-759
+2	but	but	CONJ	O	0			ritter-759
+3	then	then	ADV	O	0			ritter-759
+4	what	what	PRON	O	0			ritter-759
+5	's	's	VERB	O	0		v.stative	ritter-759
+6	the	the	DET	O	0			ritter-759
+7	point	point	NOUN	O	0		n.cognition	ritter-759
+8	of	of	ADP	O	0			ritter-759
+9	twitter	twitter	PROPN	O	0		n.communication	ritter-759
+10	if	if	ADP	O	0			ritter-759
+11	people	people	NOUN	O	0		n.person	ritter-759
+12	can	can	AUX	O	0			ritter-759
+13	just	just	ADV	O	0			ritter-759
+14	write	write	VERB	O	0		v.creation	ritter-759
+15	nice	nice	ADJ	O	0			ritter-759
+16	long	long	ADJ	O	0			ritter-759
+17	messages	message	NOUN	O	0		n.communication	ritter-759
+18	?	?	PUNCT	O	0			ritter-759
+19	it	it	PRON	O	0			ritter-759
+20	would	would	AUX	O	0			ritter-759
+21	lose	lose	VERB	O	0		v.change	ritter-759
+22	its	its	PRON	O	0			ritter-759
+23	critical	critical	ADJ	O	0			ritter-759
+24	advantage	advantage	NOUN	O	0		n.attribute	ritter-759
+25	.	.	PUNCT	O	0			ritter-759
+
+1	RT	rt	X	O	0			ritter-760
+2	@SPN_minion	@spn_minion	PROPN	O	0			ritter-760
+3	:	:	PUNCT	O	0			ritter-760
+4	#Supernatural	#supernatural	NOUN	O	0		n.communication	ritter-760
+5	is	be	VERB	O	0		v.stative	ritter-760
+6	like	like	ADP	O	0			ritter-760
+7	a	a	DET	O	0			ritter-760
+8	vitamin	vitamin	NOUN	O	0		n.substance	ritter-760
+9	,	,	PUNCT	O	0			ritter-760
+10	you	you	PRON	O	0			ritter-760
+11	should	should	AUX	O	0			ritter-760
+12	take	take	VERB	O	0		v.consumption	ritter-760
+13	at	at	ADP	O	0			ritter-760
+14	least	least	ADJ	O	0			ritter-760
+15	one	one	NUM	O	0			ritter-760
+16	dose	dose	NOUN	O	0		n.quantity	ritter-760
+17	every	every	DET	B	0			ritter-760
+18	day	day	NOUN	I	17			ritter-760
+19	!	!	PUNCT	O	0			ritter-760
+
+1	After	after	ADP	O	0			ritter-761
+2	so	so	ADV	O	0			ritter-761
+3	longggggg	longggggg	ADJ	O	0			ritter-761
+4	,	,	PUNCT	O	0			ritter-761
+5	I	i	PRON	O	0			ritter-761
+6	'm	'm	VERB	O	0		v.stative	ritter-761
+7	finally	finally	ADV	O	0			ritter-761
+8	outta	outta	ADP	O	0			ritter-761
+9	the	the	DET	O	0			ritter-761
+10	overweight	overweight	NOUN	B	0		n.group	ritter-761
+11	category	category	NOUN	I	10			ritter-761
+12	!	!	PUNCT	O	0			ritter-761
+13	But	but	CONJ	O	0			ritter-761
+14	i	i	PRON	O	0			ritter-761
+15	still	still	ADV	O	0			ritter-761
+16	hate	hate	VERB	O	0		v.emotion	ritter-761
+17	my	my	PRON	O	0			ritter-761
+18	body	body	NOUN	O	0		n.body	ritter-761
+19	.	.	PUNCT	O	0			ritter-761
+20	Sighhhhh	sighhhhh	INTJ	O	0			ritter-761
+21	~	~	PUNCT	O	0			ritter-761
+
+1	Just	just	ADV	O	0			ritter-762
+2	5	5	NUM	O	0			ritter-762
+3	days	days	NOUN	O	0		n.time	ritter-762
+4	until	until	ADP	O	0			ritter-762
+5	our	our	PRON	O	0			ritter-762
+6	huge	huge	ADJ	O	0			ritter-762
+7	Twice	twice	PROPN	B	0		n.event	ritter-762
+8	Loved	loved	PROPN	I	7			ritter-762
+9	Boutique	boutique	PROPN	I	8			ritter-762
+10	Breast	breast	PROPN	I	9			ritter-762
+11	Cancer	cancer	PROPN	I	10			ritter-762
+12	Awareness	awareness	PROPN	I	11			ritter-762
+13	Bag	bag	PROPN	I	12			ritter-762
+14	Sale	sale	NOUN	I	13			ritter-762
+15	Savings	savings	NOUN	I	14			ritter-762
+16	Event	event	NOUN	I	15			ritter-762
+17	!	!	PUNCT	O	0			ritter-762
+18	!	!	PUNCT	O	0			ritter-762
+19	We	we	PRON	O	0			ritter-762
+20	've	've	AUX	O	0			ritter-762
+21	got	get	VERB	O	0		v.possession	ritter-762
+22	a	a	DET	O	0			ritter-762
+23	tent	tent	NOUN	O	0		n.artifact	ritter-762
+24	...	...	PUNCT	O	0			ritter-762
+25	http://fb.me/EXtZkGSX	http://fb.me/extzkgsx	X	O	0			ritter-762
+
+1	Jiaaah	jiaaah	PROPN	O	0			ritter-763
+2	..	..	PUNCT	O	0			ritter-763
+3	Ky	ky	PROPN	O	0			ritter-763
+4	barang	barang	VERB	O	0			ritter-763
+5	aja	aja	ADJ	O	0			ritter-763
+6	maen	maen	NOUN	O	0			ritter-763
+7	nitip	nitip	NOUN	O	0			ritter-763
+8	"..	"..	PUNCT	O	0			ritter-763
+9	Hahaha	hahaha	INTJ	O	0			ritter-763
+10	..	..	PUNCT	O	0			ritter-763
+11	Udh	udh	PROPN	O	0			ritter-763
+12	jul	jul	NOUN	O	0			ritter-763
+13	..	..	PUNCT	O	0			ritter-763
+14	Galakin	galakin	PROPN	O	0			ritter-763
+15	aja	aja	INTJ	O	0			ritter-763
+16	..	..	PUNCT	O	0			ritter-763
+17	Wkwkwk	wkwkwk	PROPN	O	0			ritter-763
+18	RT	rt	X	O	0			ritter-763
+19	@riesranty	@riesranty	PROPN	O	0			ritter-763
+20	:	:	PUNCT	O	0			ritter-763
+21	@azkuro	@azkuro	PROPN	O	0			ritter-763
+22	kak	kak	ADJ	O	0			ritter-763
+23	ajul	ajul	NOUN	O	0			ritter-763
+24	,	,	PUNCT	O	0			ritter-763
+25	titip	titip	PROPN	O	0			ritter-763
+26	...	...	PUNCT	O	0			ritter-763
+27	http://mtw.tl/lkfslx	http://mtw.tl/lkfslx	X	O	0			ritter-763
+
+1	Mum	mum	NOUN	O	0		n.person	ritter-764
+2	just	just	ADV	O	0			ritter-764
+3	told	tell	VERB	O	0		v.communication	ritter-764
+4	me	me	PRON	O	0			ritter-764
+5	she	she	PRON	O	0			ritter-764
+6	bought	buy	VERB	O	0		v.possession	ritter-764
+7	me	me	PRON	O	0			ritter-764
+8	an	an	DET	O	0			ritter-764
+9	alice	alice	PROPN	B	0		n.artifact	ritter-764
+10	wig	wig	NOUN	I	9			ritter-764
+11	and	and	CONJ	O	0			ritter-764
+12	an	an	DET	O	0			ritter-764
+13	eclipse	eclipse	PROPN	B	0		n.artifact	ritter-764
+14	advent	advent	PROPN	I	13			ritter-764
+15	calendar	calendar	NOUN	I	14			ritter-764
+16	,	,	PUNCT	O	0			ritter-764
+17	could	could	AUX	O	0			ritter-764
+18	this	this	DET	O	0			ritter-764
+19	day	day	NOUN	O	0		n.time	ritter-764
+20	get	get	VERB	O	0		v.change	ritter-764
+21	better	better	ADJ	O	0			ritter-764
+22	?	?	PUNCT	O	0			ritter-764
+
+1	He	he	PRON	O	0			ritter-765
+2	did	do	VERB	O	0		v.stative	ritter-765
+3	okay	okay	ADJ	O	0			ritter-765
+4	when	when	ADV	O	0			ritter-765
+5	he	he	PRON	O	0			ritter-765
+6	played	play	VERB	O	0		v.competition	ritter-765
+7	.	.	PUNCT	O	0			ritter-765
+8	RT	rt	X	O	0			ritter-765
+9	@Itsgreat2bme	@itsgreat2bme	PROPN	O	0			ritter-765
+10	:	:	PUNCT	O	0			ritter-765
+11	@bmoreumissedit	@bmoreumissedit	PROPN	O	0			ritter-765
+12	It	it	PRON	O	0			ritter-765
+13	was	be	VERB	O	0		v.stative	ritter-765
+14	no	no	DET	O	0			ritter-765
+15	game	game	NOUN	O	0		n.act	ritter-765
+16	for	for	ADP	O	0			ritter-765
+17	Adam	adam	PROPN	O	0		n.person	ritter-765
+18	,	,	PUNCT	O	0			ritter-765
+19	what	what	PRON	O	0			ritter-765
+20	is	be	AUX	O	0			ritter-765
+21	it	it	PRON	O	0			ritter-765
+22	called	call	VERB	O	0		v.communication	ritter-765
+23	by-week	by-week	NOUN	O	0		n.attribute	ritter-765
+24	?	?	PUNCT	O	0			ritter-765
+25	How	how	ADV	O	0			ritter-765
+26	did	do	AUX	O	0			ritter-765
+27	little	little	ADJ	B	0		n.person	ritter-765
+28	G	g	PROPN	I	27			ritter-765
+29	do	do	VERB	O	0		v.stative	ritter-765
+30	?	?	PUNCT	O	0			ritter-765
+
+1	"	"	PUNCT	O	0			ritter-766
+2	when	when	ADV	O	0			ritter-766
+3	ur	ur	PRON	O	0			ritter-766
+4	feelin	feelin	VERB	O	0		v.emotion	ritter-766
+5	good	good	ADJ	O	0			ritter-766
+6	in	in	ADP	O	0			ritter-766
+7	somebodys	somebody	NOUN	O	0			ritter-766
+8	spot	spot	NOUN	O	0		n.body	ritter-766
+9	gettin	gettin	VERB	O	0		v.change	ritter-766
+10	hot	hot	ADJ	O	0			ritter-766
+11	dont	dont	VERB	O	0			ritter-766
+12	stop	stop	VERB	O	0		v.change	ritter-766
+13	..	..	PUNCT	O	0			ritter-766
+14	just	just	ADV	O	0			ritter-766
+15	dont	dont	VERB	O	0			ritter-766
+16	think	think	VERB	O	0		v.cognition	ritter-766
+17	im	im	PRON	O	0			ritter-766
+18	not	not	ADV	O	0			ritter-766
+19	..	..	PUNCT	O	0			ritter-766
+20	cuz	cuz	ADP	O	0			ritter-766
+21	im	im	PRON	O	0			ritter-766
+22	out	out	ADP	O	0			ritter-766
+23	gettin	gettin	VERB	O	0		v.body	ritter-766
+24	mineS	mine	NOUN	O	0		n.body	ritter-766
+25	"!	"!	PUNCT	O	0			ritter-766
+26	realest	real	ADJ	O	0			ritter-766
+27	throwback	throwback	NOUN	O	0		n.communication	ritter-766
+28	of	of	ADP	O	0			ritter-766
+29	all	all	DET	O	0			ritter-766
+30	time	time	NOUN	O	0		n.event	ritter-766
+
+1	@IAMtheCOMMODORE	@iamthecommodore	PROPN	O	0			ritter-767
+2	Today	today	NOUN	O	0		n.time	ritter-767
+3	is	be	VERB	O	0		v.stative	ritter-767
+4	my	my	PRON	O	0			ritter-767
+5	20th	20th	ADJ	O	0			ritter-767
+6	birthday	birthday	NOUN	O	0		n.event	ritter-767
+7	and	and	CONJ	O	0			ritter-767
+8	it	it	PRON	O	0			ritter-767
+9	would	would	AUX	O	0			ritter-767
+10	mean	mean	VERB	B	0		v.cognition	ritter-767
+11	the	the	DET	I	10			ritter-767
+12	world	world	NOUN	I	11			ritter-767
+13	to	to	PART	O	0			ritter-767
+14	me	me	PRON	O	0			ritter-767
+15	if	if	ADP	O	0			ritter-767
+16	I	i	PRON	O	0			ritter-767
+17	got	get	VERB	O	0		v.communication	ritter-767
+18	an	an	DET	O	0			ritter-767
+19	@reply	@reply	NOUN	O	0		n.communication	ritter-767
+20	from	from	ADP	O	0			ritter-767
+21	you	you	PRON	O	0			ritter-767
+22	today	today	NOUN	O	0		n.time	ritter-767
+23	!	!	PUNCT	O	0			ritter-767
+24	&lt;	&lt;	INTJ	O	0			ritter-767
+25	3	3	INTJ	O	0			ritter-767
+
+1	Happy	happy	ADJ	O	0			ritter-768
+2	Monday	monday	PROPN	O	0		n.event	ritter-768
+3	to	to	PART	O	0			ritter-768
+4	Everyone	everyone	NOUN	O	0			ritter-768
+5	!	!	PUNCT	O	0			ritter-768
+6	#education	#education	NOUN	O	0		n.cognition	ritter-768
+7	can	can	AUX	O	0			ritter-768
+8	never	never	ADV	O	0			ritter-768
+9	be	be	AUX	O	0			ritter-768
+10	taken	take	VERB	B	0		v.change	ritter-768
+11	away	away	ADV	I	10			ritter-768
+12	...	...	PUNCT	O	0			ritter-768
+13	go	go	VERB	O	0		v.cognition	ritter-768
+14	follow	follow	VERB	O	0		v.cognition	ritter-768
+15	your	your	PRON	O	0			ritter-768
+16	#dreams	#dreams	NOUN	O	0		n.cognition	ritter-768
+
+1	@taylorrhicks	@taylorrhicks	PROPN	O	0			ritter-769
+2	Thunder	thunder	NOUN	O	0		n.phenomenon	ritter-769
+3	,	,	PUNCT	O	0			ritter-769
+4	lightening	lightening	NOUN	O	0		n.phenomenon	ritter-769
+5	,	,	PUNCT	O	0			ritter-769
+6	first	first	ADJ	O	0			ritter-769
+7	rain	rain	NOUN	O	0		n.phenomenon	ritter-769
+8	we	we	PRON	O	0			ritter-769
+9	've	've	AUX	O	0			ritter-769
+10	had	have	VERB	O	0		v.stative	ritter-769
+11	in	in	ADP	O	0			ritter-769
+12	months	month	NOUN	O	0		n.time	ritter-769
+13	...	...	PUNCT	O	0			ritter-769
+14	love	love	VERB	O	0		v.emotion	ritter-769
+15	it	it	PRON	O	0			ritter-769
+16	!	!	PUNCT	O	0			ritter-769
+17	Chukchansi	chukchansi	PROPN	O	0		n.person	ritter-769
+18	had	have	VERB	O	0		v.stative	ritter-769
+19	a	a	DET	O	0			ritter-769
+20	pow	pow	NOUN	B	0		n.act	ritter-769
+21	wow	wow	NOUN	I	20			ritter-769
+22	this	this	DET	B	0			ritter-769
+23	weekend	weekend	NOUN	I	22			ritter-769
+24	.	.	PUNCT	O	0			ritter-769
+25	Think	think	VERB	O	0		v.cognition	ritter-769
+26	someone	someone	NOUN	O	0			ritter-769
+27	did	do	VERB	O	0		v.stative	ritter-769
+28	a	a	DET	O	0			ritter-769
+29	...	...	PUNCT	O	0			ritter-769
+
+1	Got	get	VERB	O	0		v.possession	ritter-770
+2	another	another	DET	O	0			ritter-770
+3	two	two	NUM	O	0			ritter-770
+4	box	box	NOUN	O	0		n.quantity	ritter-770
+5	of	of	ADP	O	0			ritter-770
+6	chocolate	chocolate	NOUN	O	0		n.food	ritter-770
+7	from	from	ADP	O	0			ritter-770
+8	sister	sister	NOUN	O	0		n.person	ritter-770
+9	.	.	PUNCT	O	0			ritter-770
+10	.	.	PUNCT	O	0			ritter-770
+11	Rewind	rewind	VERB	O	0		v.cognition	ritter-770
+12	the	the	DET	O	0			ritter-770
+13	1st	1st	NUM	O	0			ritter-770
+14	time	time	NOUN	O	0		n.event	ritter-770
+15	I	i	PRON	O	0			ritter-770
+16	gave	give	VERB	O	0		v.possession	ritter-770
+17	you	you	PRON	O	0			ritter-770
+18	a	a	DET	O	0			ritter-770
+19	bar	bar	NOUN	B	0		n.food	ritter-770
+20	of	of	ADP	I	19			ritter-770
+21	chocolate	chocolate	NOUN	I	20			ritter-770
+22	.	.	PUNCT	O	0			ritter-770
+23	.	.	PUNCT	O	0			ritter-770
+24	Everything	everything	NOUN	O	0			ritter-770
+25	pratically	pratically	ADV	O	0			ritter-770
+26	remind	remind	VERB	O	0		v.cognition	ritter-770
+27	me	me	PRON	O	0			ritter-770
+28	of	of	ADP	O	0			ritter-770
+29	you	you	PRON	O	0			ritter-770
+30	?	?	PUNCT	O	0			ritter-770
+
+1	@MzStarrBurst	@mzstarrburst	PROPN	O	0			ritter-771
+2	You	you	PRON	O	0			ritter-771
+3	doing	do	VERB	O	0		v.contact	ritter-771
+4	a	a	DET	O	0			ritter-771
+5	person	person	NOUN	O	0		n.person	ritter-771
+6	's	's	AUX	O	0			ritter-771
+7	makeup	makeup	NOUN	O	0		n.artifact	ritter-771
+8	does	do	AUX	O	0			ritter-771
+9	n't	n't	ADV	O	0			ritter-771
+10	dictate	dictate	VERB	O	0		v.cognition	ritter-771
+11	what	what	PRON	O	0			ritter-771
+12	medication	medication	NOUN	O	0		n.artifact	ritter-771
+13	they	they	PRON	O	0			ritter-771
+14	may	may	AUX	O	0			ritter-771
+15	receive	receive	VERB	O	0		v.possession	ritter-771
+16	.	.	PUNCT	O	0			ritter-771
+17	That	that	DET	O	0			ritter-771
+18	's	's	VERB	O	0		v.stative	ritter-771
+19	my	my	PRON	O	0			ritter-771
+20	point	point	NOUN	O	0		n.cognition	ritter-771
+21	.	.	PUNCT	O	0			ritter-771
+
+1	Do	do	AUX	O	0			ritter-772
+2	you	you	PRON	O	0			ritter-772
+3	want	want	VERB	O	0		v.emotion	ritter-772
+4	to	to	PART	O	0			ritter-772
+5	learn	learn	VERB	O	0		v.cognition	ritter-772
+6	how	how	ADV	O	0			ritter-772
+7	to	to	PART	O	0			ritter-772
+8	get	get	VERB	O	0		v.possession	ritter-772
+9	rooms	rooms	NOUN	O	0		n.artifact	ritter-772
+10	at	at	ADP	O	0			ritter-772
+11	the	the	DET	O	0			ritter-772
+12	Marriott	marriott	PROPN	O	0		n.group	ritter-772
+13	for	for	ADP	O	0			ritter-772
+14	$35	$35	NUM	O	0			ritter-772
+15	a	a	DET	O	0			ritter-772
+16	night	night	NOUN	O	0		n.event	ritter-772
+17	,	,	PUNCT	O	0			ritter-772
+18	all	all	DET	B	0			ritter-772
+19	year	year	NOUN	I	18			ritter-772
+20	long	long	ADJ	I	19			ritter-772
+21	?	?	PUNCT	O	0			ritter-772
+22	Check	check	VERB	B	0		v.perception	ritter-772
+23	this	this	DET	o	0			ritter-772
+24	out	out	PART	I	22			ritter-772
+25	!	!	PUNCT	O	0			ritter-772
+26	------	------	X	O	0			ritter-772
+27	&gt;	&gt;	X	O	0			ritter-772
+28	http://bit.ly/cL9IwC	http://bit.ly/cl9iwc	X	O	0			ritter-772
+
+1	RT	rt	X	O	0			ritter-773
+2	@IronRangeMN	@ironrangemn	PROPN	O	0			ritter-773
+3	:	:	PUNCT	O	0			ritter-773
+4	October	october	PROPN	B	0		n.communication	ritter-773
+5	Iron	iron	PROPN	I	4			ritter-773
+6	Range	range	PROPN	I	5			ritter-773
+7	eNews	enews	NOUN	I	6			ritter-773
+8	and	and	CONJ	I	7			ritter-773
+9	Specials	special	NOUN	I	8			ritter-773
+10	http://conta.cc/9N6D15	http://conta.cc/9n6d15	X	O	0			ritter-773
+11	via	via	X	O	0			ritter-773
+12	#constantcontact	#constantcontact	X	O	0			ritter-773
+
+1	Dierks	dierks	PROPN	B	0		n.person	ritter-774
+2	Bentley	bentley	PROPN	I	1			ritter-774
+3	Admits	admit	VERB	O	0		v.communication	ritter-774
+4	He	he	PRON	O	0			ritter-774
+5	Snuck	sneak	VERB	B	0		v.motion	ritter-774
+6	Into	into	ADP	I	5			ritter-774
+7	Grand	grand	PROPN	B	0		n.location	ritter-774
+8	Ole	ole	PROPN	I	7			ritter-774
+9	Opry	opry	PROPN	I	8			ritter-774
+10	Before	before	ADP	O	0			ritter-774
+11	He	he	PRON	O	0			ritter-774
+12	Made	make	VERB	B	0		v.change	ritter-774
+13	It	it	PRON	I	12			ritter-774
+14	Big	big	ADJ	I	13			ritter-774
+15	:	:	PUNCT	O	0			ritter-774
+16	Just	just	ADV	O	0			ritter-774
+17	days	days	NOUN	O	0		n.time	ritter-774
+18	after	after	ADP	O	0			ritter-774
+19	join	join	NOUN	O	0			ritter-774
+20	...	...	PUNCT	O	0			ritter-774
+21	http://bit.ly/9LJLHE	http://bit.ly/9ljlhe	X	O	0			ritter-774
+
+1	Antick	antick	PROPN	B	0		n.communication	ritter-775
+2	Musings	musings	PROPN	I	1			ritter-775
+3	post	post	NOUN	I	2			ritter-775
+4	:	:	PUNCT	O	0			ritter-775
+5	Reviewing	review	VERB	O	0		v.cognition	ritter-775
+6	the	the	DET	O	0			ritter-775
+7	Mail	mail	NOUN	O	0		n.communication	ritter-775
+8	:	:	PUNCT	O	0			ritter-775
+9	Week	week	NOUN	O	0		n.time	ritter-775
+10	of	of	ADP	O	0			ritter-775
+11	10/2	10/2	NUM	O	0			ritter-775
+12	http://bit.ly/9PIm5E	http://bit.ly/9pim5e	X	O	0			ritter-775
+
+1	Trying	try	VERB	O	0		v.body	ritter-776
+2	Something	something	NOUN	O	0			ritter-776
+3	New	new	ADJ	O	0			ritter-776
+4	In	in	ADP	O	0			ritter-776
+5	Bed	bed	NOUN	O	0		n.cognition	ritter-776
+6	(	(	PUNCT	O	0			ritter-776
+7	You	you	PRON	O	0			ritter-776
+8	Game	game	ADJ	O	0			ritter-776
+9	?	?	PUNCT	O	0			ritter-776
+10	)	)	PUNCT	O	0			ritter-776
+11	:	:	PUNCT	O	0			ritter-776
+12	Someone	someone	NOUN	O	0			ritter-776
+13	wrote	write	VERB	O	0		v.communication	ritter-776
+14	me	me	PRON	O	0			ritter-776
+15	last	last	ADJ	B	0			ritter-776
+16	week	week	NOUN	I	15			ritter-776
+17	about	about	ADP	O	0			ritter-776
+18	wanting	want	VERB	O	0		v.emotion	ritter-776
+19	to	to	PART	O	0			ritter-776
+20	role	role	VERB	B	0		v.social	ritter-776
+21	play	play	VERB	I	20			ritter-776
+22	.	.	PUNCT	O	0			ritter-776
+23	Her	her	PRON	O	0			ritter-776
+24	husband	husband	NOUN	O	0		n.person	ritter-776
+25	is	be	VERB	O	0		v.stative	ritter-776
+26	a	a	DET	O	0			ritter-776
+27	...	...	PUNCT	O	0			ritter-776
+28	http://yhoo.it/bX9l33	http://yhoo.it/bx9l33	X	O	0			ritter-776
+
+1	Our	our	PRON	O	0			ritter-777
+2	October	october	PROPN	B	0		n.communication	ritter-777
+3	issue	issue	NOUN	I	2			ritter-777
+4	drops	drop	VERB	O	0		v.change	ritter-777
+5	today	today	NOUN	O	0			ritter-777
+6	!	!	PUNCT	O	0			ritter-777
+7	Pick	pick	VERB	B	0		v.contact	ritter-777
+8	up	up	PART	I	7			ritter-777
+9	a	a	DET	O	0			ritter-777
+10	copy	copy	NOUN	O	0		n.communication	ritter-777
+11	in	in	ADP	O	0			ritter-777
+12	your	your	PRON	O	0			ritter-777
+13	area	area	NOUN	O	0		n.location	ritter-777
+14	for	for	ADP	O	0			ritter-777
+15	birthday	birthday	NOUN	B	0		n.cognition	ritter-777
+16	party	party	NOUN	I	15			ritter-777
+17	ideas	idea	NOUN	I	16			ritter-777
+18	and	and	CONJ	O	0			ritter-777
+19	resources	resource	NOUN	O	0		n.possession	ritter-777
+20	,	,	PUNCT	O	0			ritter-777
+21	tons	tons	NOUN	O	0		n.quantity	ritter-777
+22	of	of	ADP	O	0			ritter-777
+23	...	...	PUNCT	O	0			ritter-777
+24	http://fb.me/HsqX911j	http://fb.me/hsqx911j	X	O	0			ritter-777
+
+1	Today	today	NOUN	O	0		n.time	ritter-778
+2	has	have	AUX	O	0			ritter-778
+3	been	be	VERB	O	0		v.stative	ritter-778
+4	a	a	DET	O	0			ritter-778
+5	GREAT	great	ADJ	O	0			ritter-778
+6	day	day	NOUN	O	0		n.time	ritter-778
+7	__AND__	__and__	CONJ	O	0			ritter-778
+8	it	it	PRON	O	0			ritter-778
+9	just	just	ADV	O	0			ritter-778
+10	keeps	keep	VERB	O	0		v.stative	ritter-778
+11	getting	get	VERB	O	0		v.change	ritter-778
+12	better	better	ADV	O	0			ritter-778
+13	!!!	!!!	PUNCT	O	0			ritter-778
+14	Thank	thank	VERB	O	0		v.communication	ritter-778
+15	You	you	PRON	O	0			ritter-778
+16	Lord	lord	PROPN	O	0		n.person	ritter-778
+17	!	!	PUNCT	O	0			ritter-778
+
+1	Big	big	ADJ	O	0			ritter-779
+2	news	news	NOUN	O	0		n.communication	ritter-779
+3	,	,	PUNCT	O	0			ritter-779
+4	indeed	indeed	ADV	O	0			ritter-779
+5	!	!	PUNCT	O	0			ritter-779
+6	RT	rt	X	O	0			ritter-779
+7	@AlexPappasDC	@alexpappasdc	PROPN	O	0			ritter-779
+8	Big	big	ADJ	O	0			ritter-779
+9	news	news	NOUN	O	0		n.communication	ritter-779
+10	at	at	ADP	O	0			ritter-779
+11	TheDC	thedc	PROPN	O	0		n.group	ritter-779
+12	RT	rt	X	O	0			ritter-779
+13	@mkhammer	@mkhammer	PROPN	O	0			ritter-779
+14	Start	start	VERB	O	0		v.change	ritter-779
+15	new	new	ADJ	O	0			ritter-779
+16	job	job	NOUN	O	0		n.act	ritter-779
+17	doing	do	VERB	O	0		v.creation	ritter-779
+18	video	video	NOUN	O	0		n.communication	ritter-779
+19	@DailyCaller	@dailycaller	PROPN	O	0		n.communication	ritter-779
+20	tomorrow	tomorrow	NOUN	O	0			ritter-779
+21	!	!	PUNCT	O	0			ritter-779
+22	http://is.gd/fKm4j	http://is.gd/fkm4j	X	O	0			ritter-779
+
+1	I	i	PRON	O	0			ritter-780
+2	'm	'm	AUX	O	0			ritter-780
+3	so	so	ADV	O	0			ritter-780
+4	addicted	addict	VERB	O	0		v.cognition	ritter-780
+5	to	to	PART	O	0			ritter-780
+6	Twitter	twitter	PROPN	O	0		n.communication	ritter-780
+7	now	now	ADV	O	0			ritter-780
+8	that	that	ADP	O	0			ritter-780
+9	I	i	PRON	O	0			ritter-780
+10	can	can	AUX	O	0			ritter-780
+11	tweet	tweet	VERB	O	0		v.communication	ritter-780
+12	all	all	DET	B	0			ritter-780
+13	the	the	DET	I	12			ritter-780
+14	time	time	NOUN	I	13			ritter-780
+15	.	.	PUNCT	O	0			ritter-780
+16	Not	not	ADV	O	0			ritter-780
+17	good	good	ADJ	O	0			ritter-780
+18	.	.	PUNCT	O	0			ritter-780
+
+1	@DORSEY33	@dorsey33	PROPN	O	0			ritter-781
+2	lol	lol	INTJ	O	0			ritter-781
+3	aw	aw	INTJ	O	0			ritter-781
+4	.	.	PUNCT	O	0			ritter-781
+5	i	i	PRON	O	0			ritter-781
+6	thought	think	VERB	O	0		v.cognition	ritter-781
+7	u	u	PRON	O	0			ritter-781
+8	was	be	AUX	O	0			ritter-781
+9	talkin	talkin	VERB	O	0		v.communication	ritter-781
+10	bout	bout	ADP	O	0			ritter-781
+11	another	another	DET	O	0			ritter-781
+12	time	time	NOUN	O	0		n.event	ritter-781
+13	.	.	PUNCT	O	0			ritter-781
+14	nd	nd	CONJ	O	0			ritter-781
+15	i	i	PRON	O	0			ritter-781
+16	dnt	dnt	VERB	O	0			ritter-781
+17	see	see	VERB	O	0		v.perception	ritter-781
+18	u	u	PRON	O	0			ritter-781
+19	either	either	ADV	O	0			ritter-781
+20	!	!	PUNCT	O	0			ritter-781
+
+1	Deez	deez	DET	O	0			ritter-782
+2	niggaz	niggaz	NOUN	O	0		n.person	ritter-782
+3	now	now	ADV	B	0			ritter-782
+4	a	a	DET	I	3			ritter-782
+5	days	days	NOUN	I	4			ritter-782
+6	is	be	VERB	O	0		v.stative	ritter-782
+7	strate	strate	ADJ	O	0			ritter-782
+8	clowns	clown	NOUN	O	0		n.person	ritter-782
+9	...	...	PUNCT	O	0			ritter-782
+10	85%	85%	NUM	O	0			ritter-782
+11	of	of	ADP	O	0			ritter-782
+12	deez	deez	DET	O	0			ritter-782
+13	niggaz	niggaz	NOUN	O	0		n.person	ritter-782
+14	ai	ai	VERB	B	0		v.stative	ritter-782
+15	n't	n't	ADV	I	14			ritter-782
+16	shit	shit	ADJ	O	0			ritter-782
+17	wit	wit	ADP	O	0			ritter-782
+18	out	out	ADP	O	0			ritter-782
+19	eachother	eachother	NOUN	O	0			ritter-782
+20	..	..	PUNCT	O	0			ritter-782
+21	#bitchmade	#bitchmade	X	O	0			ritter-782
+
+1	@Bibhu2109	@bibhu2109	PROPN	O	0			ritter-783
+2	No	no	INTJ	O	0			ritter-783
+3	.	.	PUNCT	O	0			ritter-783
+4	He	he	PRON	O	0			ritter-783
+5	's	's	AUX	O	0			ritter-783
+6	gonna	gonna	VERB	O	0			ritter-783
+7	run	run	VERB	B	0		v.change	ritter-783
+8	out	out	ADP	I	7			ritter-783
+9	of	of	ADP	O	0			ritter-783
+10	money	money	NOUN	O	0		n.possession	ritter-783
+11	some	some	DET	B	0			ritter-783
+12	day	day	NOUN	I	11			ritter-783
+13	:P	:p	INTJ	O	0			ritter-783
+
+1	@SincerelyKRenee	@sincerelykrenee	PROPN	O	0			ritter-784
+2	but	but	CONJ	O	0			ritter-784
+3	u	u	PRON	O	0			ritter-784
+4	can	can	AUX	O	0			ritter-784
+5	just	just	ADV	O	0			ritter-784
+6	get	get	VERB	O	0		v.stative	ritter-784
+7	her	her	PRON	O	0			ritter-784
+8	shit	shit	NOUN	O	0		n.artifact	ritter-784
+9	today	today	NOUN	O	0			ritter-784
+10	n	n	CONJ	O	0			ritter-784
+11	do	do	AUX	O	0			ritter-784
+12	n't	n't	ADV	O	0			ritter-784
+13	forget	forget	VERB	O	0		v.cognition	ritter-784
+14	goosh	goosh	INTJ	O	0			ritter-784
+15	we	we	PRON	O	0			ritter-784
+16	know	know	VERB	O	0		v.cognition	ritter-784
+17	how	how	ADV	O	0			ritter-784
+18	u	u	PRON	O	0			ritter-784
+19	get	get	VERB	O	0		v.change	ritter-784
+20	b4	b4	ADP	O	0			ritter-784
+21	I	i	PRON	O	0			ritter-784
+22	make	make	VERB	O	0		v.change	ritter-784
+23	her	her	PRON	O	0			ritter-784
+24	beat	beat	VERB	O	0		v.contact	ritter-784
+25	on	on	ADP	O	0			ritter-784
+26	u	u	PRON	O	0			ritter-784
+
+1	Forbidden	forbidden	PROPN	B	0		n.plant	ritter-785
+2	Fruit	fruit	PROPN	I	1			ritter-785
+3	:	:	PUNCT	O	0			ritter-785
+4	How	how	ADV	O	0			ritter-785
+5	to	to	PART	O	0			ritter-785
+6	Deal	deal	VERB	O	0		v.cognition	ritter-785
+7	When	when	ADV	O	0			ritter-785
+8	Your	your	PRON	O	0			ritter-785
+9	Crush	crush	NOUN	O	0		n.person	ritter-785
+10	Is	be	AUX	O	0			ritter-785
+11	Taken	take	VERB	O	0		v.change	ritter-785
+12	:	:	PUNCT	O	0			ritter-785
+13	http://yhoo.it/aFG5Ue	http://yhoo.it/afg5ue	X	O	0			ritter-785
+
+1	RT	rt	X	O	0			ritter-786
+2	@MyssLidia	@mysslidia	PROPN	O	0			ritter-786
+3	:	:	PUNCT	O	0			ritter-786
+4	If	if	ADP	O	0			ritter-786
+5	u	u	PRON	O	0			ritter-786
+6	call	call	VERB	O	0		v.communication	ritter-786
+7	someone	someone	NOUN	O	0			ritter-786
+8	5x	5x	NOUN	B	0		n.quantity	ritter-786
+9	's	's	PART	I	8			ritter-786
+10	a	a	DET	O	0			ritter-786
+11	day	day	NOUN	O	0		n.time	ritter-786
+12	and	and	CONJ	O	0			ritter-786
+13	they	they	PRON	O	0			ritter-786
+14	do	do	AUX	O	0			ritter-786
+15	n't	n't	ADV	O	0			ritter-786
+16	answer	answer	VERB	O	0		v.communication	ritter-786
+17	,	,	PUNCT	O	0			ritter-786
+18	do	do	AUX	O	0			ritter-786
+19	u	u	PRON	O	0			ritter-786
+20	not	not	ADV	O	0			ritter-786
+21	get	get	VERB	O	0		v.cognition	ritter-786
+22	a	a	DET	O	0			ritter-786
+23	hint	hint	NOUN	O	0		n.communication	ritter-786
+24	that	that	ADP	O	0			ritter-786
+25	MAYBE	maybe	ADV	O	0			ritter-786
+26	they	they	PRON	O	0			ritter-786
+27	just	just	ADV	O	0			ritter-786
+28	do	do	AUX	O	0			ritter-786
+29	n't	n't	ADV	O	0			ritter-786
+30	wanna	wanna	VERB	O	0			ritter-786
+31	talk	talk	VERB	O	0		v.communication	ritter-786
+32	to	to	PART	O	0			ritter-786
+33	u	u	PRON	O	0			ritter-786
+34	!!!!!	!!!!!	PUNCT	O	0			ritter-786
+
+1	@lesanto	@lesanto	PROPN	O	0			ritter-787
+2	have	have	VERB	O	0		v.perception	ritter-787
+3	a	a	DET	O	0			ritter-787
+4	look	look	NOUN	O	0		n.act	ritter-787
+5	at	at	ADP	O	0			ritter-787
+6	http://facebook.com/media14	http://facebook.com/media14	X	O	0			ritter-787
+7	,	,	PUNCT	O	0			ritter-787
+8	there	there	DET	O	0			ritter-787
+9	are	be	VERB	O	0		v.stative	ritter-787
+10	postings	posting	NOUN	O	0		n.communication	ritter-787
+11	from	from	ADP	O	0			ritter-787
+12	TechCrunch	techcrunch	PROPN	O	0		n.group	ritter-787
+13	and	and	CONJ	O	0			ritter-787
+14	Flowtown	flowtown	PROPN	O	0		n.group	ritter-787
+15	that	that	DET	O	0			ritter-787
+16	may	may	AUX	O	0			ritter-787
+17	help	help	VERB	O	0		v.change	ritter-787
+18	#mobile	#mobile	X	O	0			ritter-787
+
+1	Hello	hello	INTJ	O	0			ewtb.r.007403.2
+2	my	my	PRON	O	0			ewtb.r.007403.2
+3	name	name	NOUN	O	0		n.communication	ewtb.r.007403.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.007403.2
+5	Vera	vera	PROPN	O	0		n.person	ewtb.r.007403.2
+6	and	and	CONJ	O	0			ewtb.r.007403.2
+7	I	i	PRON	O	0			ewtb.r.007403.2
+8	'm	'm	AUX	O	0			ewtb.r.007403.2
+9	writing	write	VERB	O	0		v.communication	ewtb.r.007403.2
+10	a	a	DET	O	0			ewtb.r.007403.2
+11	review	review	NOUN	O	0		n.communication	ewtb.r.007403.2
+12	about	about	ADP	O	0			ewtb.r.007403.2
+13	my	my	PRON	O	0			ewtb.r.007403.2
+14	own	own	ADJ	O	0			ewtb.r.007403.2
+15	counseling	counseling	NOUN	O	0		n.act	ewtb.r.007403.2
+16	practice	practice	NOUN	O	0		n.group	ewtb.r.007403.2
+17	in	in	ADP	O	0			ewtb.r.007403.2
+18	Bellevue	bellevue	PROPN	O	0		n.location	ewtb.r.007403.2
+19	,	,	PUNCT	O	0			ewtb.r.007403.2
+20	WA.	wa.	PROPN	O	0		n.location	ewtb.r.007403.2
+21	and	and	CONJ	O	0			ewtb.r.007403.2
+22	in	in	ADP	O	0			ewtb.r.007403.2
+23	Renton	renton	PROPN	O	0		n.location	ewtb.r.007403.2
+24	WA	wa	PROPN	O	0		n.location	ewtb.r.007403.2
+25	.	.	PUNCT	O	0			ewtb.r.007403.2
+
+1	Please	please	INTJ	O	0			ewtb.r.007403.6
+2	visit	visit	VERB	O	0		v.communication	ewtb.r.007403.6
+3	my	my	PRON	O	0			ewtb.r.007403.6
+4	website	website	NOUN	O	0		n.communication	ewtb.r.007403.6
+5	to	to	PART	O	0			ewtb.r.007403.6
+6	learn	learn	VERB	O	0		v.cognition	ewtb.r.007403.6
+7	more	more	ADJ	O	0			ewtb.r.007403.6
+8	about	about	ADP	O	0			ewtb.r.007403.6
+9	my	my	PRON	O	0			ewtb.r.007403.6
+10	practice	practice	NOUN	O	0		n.group	ewtb.r.007403.6
+11	at	at	ADP	O	0			ewtb.r.007403.6
+12	www.veraakulov.com	www.veraakulov.com	X	O	0		n.communication	ewtb.r.007403.6
+13	.	.	PUNCT	O	0			ewtb.r.007403.6
+
+1	I	i	PRON	O	0			ewtb.r.007403.7
+2	am	be	VERB	O	0			ewtb.r.007403.7
+3	a	a	DET	O	0			ewtb.r.007403.7
+4	preferred	prefer	VERB	O	0			ewtb.r.007403.7
+5	provider	provider	NOUN	O	0		n.person	ewtb.r.007403.7
+6	with	with	ADP	O	0			ewtb.r.007403.7
+7	most	most	ADJ	O	0			ewtb.r.007403.7
+8	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.007403.7
+9	companies	company	NOUN	O	0		n.group	ewtb.r.007403.7
+10	.	.	PUNCT	O	0			ewtb.r.007403.7
+
+1	absolutely	absolutely	ADV	O	0			ewtb.r.011806.1
+2	fantastic	fantastic	ADJ	O	0			ewtb.r.011806.1
+3	experience	experience	NOUN	O	0		n.event	ewtb.r.011806.1
+4	getting	get	VERB	O	0			ewtb.r.011806.1
+5	my	my	PRON	O	0			ewtb.r.011806.1
+6	iphone	iphone	NOUN	O	0		n.artifact	ewtb.r.011806.1
+7	upgraded	upgrade	VERB	O	0		v.change	ewtb.r.011806.1
+8	at	at	ADP	O	0			ewtb.r.011806.1
+9	Zion	zion	PROPN	O	0		n.group	ewtb.r.011806.1
+10	...	...	PUNCT	O	0			ewtb.r.011806.1
+
+1	I	i	PRON	O	0			ewtb.r.024306.3
+2	do	do	AUX	O	0			ewtb.r.024306.3
+3	n't	n't	PART	O	0			ewtb.r.024306.3
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.024306.3
+5	this	this	DET	O	0			ewtb.r.024306.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.024306.3
+7	to	to	ADP	O	0			ewtb.r.024306.3
+8	anyone	anyone	NOUN	O	0			ewtb.r.024306.3
+9	or	or	CONJ	O	0			ewtb.r.024306.3
+10	even	even	ADV	O	0			ewtb.r.024306.3
+11	anything	anything	NOUN	O	0			ewtb.r.024306.3
+12	to	to	PART	O	0			ewtb.r.024306.3
+13	eat	eat	VERB	O	0		v.consumption	ewtb.r.024306.3
+14	.	.	PUNCT	O	0			ewtb.r.024306.3
+
+1	Best	best	ADJ	O	0			ewtb.r.034501.1
+2	Stationery	stationery	NOUN	O	0		n.artifact	ewtb.r.034501.1
+3	store	store	NOUN	O	0		n.artifact	ewtb.r.034501.1
+4	in	in	ADP	O	0			ewtb.r.034501.1
+5	Bethesda	bethesda	PROPN	O	0		n.location	ewtb.r.034501.1
+
+1	Papeluna	papeluna	PROPN	O	0		n.group	ewtb.r.034501.2
+2	,	,	PUNCT	O	0			ewtb.r.034501.2
+3	a	a	DET	O	0			ewtb.r.034501.2
+4	cute	cute	ADJ	O	0			ewtb.r.034501.2
+5	Mom	mom	PROPN	B	0		n.cognition	ewtb.r.034501.2
+6	/	/	PUNCT	I	5			ewtb.r.034501.2
+7	Pop	pop	PROPN	I	6			ewtb.r.034501.2
+8	custom	custom	NOUN	O	0		n.cognition	ewtb.r.034501.2
+9	printing	printing	NOUN	O	0		n.act	ewtb.r.034501.2
+10	and	and	CONJ	O	0			ewtb.r.034501.2
+11	paper	paper	NOUN	O	0		n.artifact	ewtb.r.034501.2
+12	store	store	NOUN	O	0		n.artifact	ewtb.r.034501.2
+13	,	,	PUNCT	O	0			ewtb.r.034501.2
+14	just	just	ADV	O	0			ewtb.r.034501.2
+15	opened	open	VERB	O	0		v.stative	ewtb.r.034501.2
+16	a	a	DET	O	0			ewtb.r.034501.2
+17	few	few	ADJ	O	0			ewtb.r.034501.2
+18	days	days	NOUN	O	0		n.time	ewtb.r.034501.2
+19	ago	ago	ADV	O	0			ewtb.r.034501.2
+20	.	.	PUNCT	O	0			ewtb.r.034501.2
+
+1	It	it	PRON	O	0			ewtb.r.034501.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.034501.3
+3	right	right	ADV	O	0			ewtb.r.034501.3
+4	on	on	ADP	O	0			ewtb.r.034501.3
+5	the	the	DET	O	0			ewtb.r.034501.3
+6	hustle	hustle	NOUN	B	0		n.state	ewtb.r.034501.3
+7	and	and	CONJ	I	6			ewtb.r.034501.3
+8	bustle	bustle	NOUN	I	7			ewtb.r.034501.3
+9	of	of	ADP	O	0			ewtb.r.034501.3
+10	Wisconsin	wisconsin	PROPN	B	0		n.location	ewtb.r.034501.3
+11	Ave	ave	PROPN	I	10			ewtb.r.034501.3
+12	but	but	CONJ	O	0			ewtb.r.034501.3
+13	some	some	DET	O	0			ewtb.r.034501.3
+14	might	might	AUX	O	0			ewtb.r.034501.3
+15	miss	miss	VERB	O	0		v.social	ewtb.r.034501.3
+16	it	it	PRON	O	0			ewtb.r.034501.3
+17	as	as	SCONJ	O	0			ewtb.r.034501.3
+18	it	it	PRON	O	0			ewtb.r.034501.3
+19	is	be	AUX	O	0			ewtb.r.034501.3
+20	nestled	nestle	VERB	O	0		v.stative	ewtb.r.034501.3
+21	in	in	ADP	B	0			ewtb.r.034501.3
+22	between	between	ADP	I	21			ewtb.r.034501.3
+23	Subway	subway	PROPN	B	0		n.group	ewtb.r.034501.3
+24	Sandwiches	sandwiches	PROPN	I	23			ewtb.r.034501.3
+25	and	and	CONJ	O	0			ewtb.r.034501.3
+26	Modell	modell	PROPN	B	0		n.group	ewtb.r.034501.3
+27	's	's	PART	I	26			ewtb.r.034501.3
+28	.	.	PUNCT	O	0			ewtb.r.034501.3
+
+1	I	i	PRON	O	0			ewtb.r.034501.4
+2	popped	pop	VERB	B	0		v.motion	ewtb.r.034501.4
+3	in	in	ADV	I	2			ewtb.r.034501.4
+4	after	after	ADP	O	0			ewtb.r.034501.4
+5	my	my	PRON	O	0			ewtb.r.034501.4
+6	afternoon	afternoon	NOUN	O	0		n.time	ewtb.r.034501.4
+7	pumpkin	pumpkin	NOUN	B	0		n.food	ewtb.r.034501.4
+8	spice	spice	NOUN	I	7			ewtb.r.034501.4
+9	latte	latte	NOUN	I	8			ewtb.r.034501.4
+10	break	break	NOUN	O	0		n.event	ewtb.r.034501.4
+11	at	at	ADP	O	0			ewtb.r.034501.4
+12	Starbucks	starbucks	PROPN	O	0		n.group	ewtb.r.034501.4
+13	.	.	PUNCT	O	0			ewtb.r.034501.4
+
+1	It	it	PRON	O	0			ewtb.r.034501.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.034501.5
+3	an	an	DET	O	0			ewtb.r.034501.5
+4	adorable	adorable	ADJ	O	0			ewtb.r.034501.5
+5	little	little	ADJ	O	0			ewtb.r.034501.5
+6	store	store	NOUN	O	0		n.group	ewtb.r.034501.5
+7	filled	fill	VERB	B	0		v.stative	ewtb.r.034501.5
+8	with	with	ADP	I	7			ewtb.r.034501.5
+9	lots	lots	NOUN	O	0			ewtb.r.034501.5
+10	of	of	ADP	O	0			ewtb.r.034501.5
+11	stationery	stationery	NOUN	O	0		n.artifact	ewtb.r.034501.5
+12	goodness	goodness	NOUN	O	0		n.attribute	ewtb.r.034501.5
+13	.	.	PUNCT	O	0			ewtb.r.034501.5
+
+1	I	i	PRON	O	0			ewtb.r.034501.8
+2	ended	end	VERB	B	0		v.stative	ewtb.r.034501.8
+3	up	up	ADP	I	2			ewtb.r.034501.8
+4	buying	buy	VERB	O	0		v.possession	ewtb.r.034501.8
+5	a	a	DET	O	0			ewtb.r.034501.8
+6	birthday	birthday	NOUN	B	0		n.communication	ewtb.r.034501.8
+7	card	card	NOUN	I	6			ewtb.r.034501.8
+8	and	and	CONJ	O	0			ewtb.r.034501.8
+9	would	would	AUX	O	0			ewtb.r.034501.8
+10	probably	probably	ADV	O	0			ewtb.r.034501.8
+11	come	come	VERB	B	0		v.motion	ewtb.r.034501.8
+12	back	back	ADV	I	11			ewtb.r.034501.8
+13	for	for	ADP	O	0			ewtb.r.034501.8
+14	more	more	ADJ	O	0			ewtb.r.034501.8
+15	.	.	PUNCT	O	0			ewtb.r.034501.8
+
+1	Men	men	NOUN	B	0		n.group	ewtb.r.046500.1
+2	s	s	PART	I	1			ewtb.r.046500.1
+3	and	and	CONJ	I	2			ewtb.r.046500.1
+4	Boys	boy	NOUN	I	3			ewtb.r.046500.1
+5	Barbers	barber	NOUN	I	4			ewtb.r.046500.1
+6	,	,	PUNCT	O	0			ewtb.r.046500.1
+7	on	on	ADP	O	0			ewtb.r.046500.1
+8	the	the	DET	O	0			ewtb.r.046500.1
+9	number	number	NOUN	O	0		n.communication	ewtb.r.046500.1
+10	9	9	NUM	O	0			ewtb.r.046500.1
+11	Bus	bus	NOUN	O	0		n.artifact	ewtb.r.046500.1
+12	route	route	NOUN	O	0		n.location	ewtb.r.046500.1
+13	.	.	PUNCT	O	0			ewtb.r.046500.1
+
+1	We	we	PRON	O	0			ewtb.r.048201.4
+2	tried	try	VERB	O	0		v.consumption	ewtb.r.048201.4
+3	4	4	NUM	O	0			ewtb.r.048201.4
+4	different	different	ADJ	O	0			ewtb.r.048201.4
+5	style	style	NOUN	O	0		n.cognition	ewtb.r.048201.4
+6	of	of	ADP	O	0			ewtb.r.048201.4
+7	donuts	donut	NOUN	O	0		n.food	ewtb.r.048201.4
+8	,	,	PUNCT	O	0			ewtb.r.048201.4
+9	they	they	PRON	O	0			ewtb.r.048201.4
+10	were	be	VERB	O	0		v.stative	ewtb.r.048201.4
+11	all	all	ADV	O	0			ewtb.r.048201.4
+12	the	the	DET	O	0			ewtb.r.048201.4
+13	same	same	ADJ	O	0			ewtb.r.048201.4
+14	when	when	ADV	B	0			ewtb.r.048201.4
+15	it	it	PRON	I	14			ewtb.r.048201.4
+16	came	come	VERB	I	15			ewtb.r.048201.4
+17	to	to	ADP	I	16			ewtb.r.048201.4
+18	quality	quality	NOUN	O	0		n.cognition	ewtb.r.048201.4
+19	.	.	PUNCT	O	0			ewtb.r.048201.4
+
+1	Not	not	PART	B	0			ewtb.r.055207.7
+2	to	to	PART	I	1			ewtb.r.055207.7
+3	mention	mention	VERB	I	2			ewtb.r.055207.7
+4	the	the	DET	B	0			ewtb.r.055207.7
+5	fact	fact	NOUN	I	4			ewtb.r.055207.7
+6	that	that	SCONJ	I	5			ewtb.r.055207.7
+7	they	they	PRON	O	0			ewtb.r.055207.7
+8	gave	give	VERB	O	0		v.stative	ewtb.r.055207.7
+9	us	us	PRON	O	0			ewtb.r.055207.7
+10	our	our	PRON	O	0			ewtb.r.055207.7
+11	cats	cat	NOUN	O	0		n.animal	ewtb.r.055207.7
+12	back	back	ADV	O	0			ewtb.r.055207.7
+13	not	not	PART	O	0			ewtb.r.055207.7
+14	even	even	ADV	O	0			ewtb.r.055207.7
+15	30	30	NUM	O	0			ewtb.r.055207.7
+16	minutes	minutes	NOUN	O	0		n.time	ewtb.r.055207.7
+17	after	after	SCONJ	O	0			ewtb.r.055207.7
+18	they	they	PRON	O	0			ewtb.r.055207.7
+19	were	be	VERB	O	0		v.stative	ewtb.r.055207.7
+20	out	out	ADV	O	0			ewtb.r.055207.7
+21	from	from	ADP	O	0			ewtb.r.055207.7
+22	surgery	surgery	NOUN	O	0		n.act	ewtb.r.055207.7
+23	.	.	PUNCT	O	0			ewtb.r.055207.7
+
+1	It	it	PRON	O	0			ewtb.r.058009.1
+2	taste	taste	VERB	O	0		v.perception	ewtb.r.058009.1
+3	better	better	ADJ	O	0			ewtb.r.058009.1
+4	than	than	ADP	O	0			ewtb.r.058009.1
+5	In	in	PROPN	B	0		n.group	ewtb.r.058009.1
+6	and	and	CONJ	I	5			ewtb.r.058009.1
+7	Out	out	PROPN	I	6			ewtb.r.058009.1
+8	....	....	PUNCT	O	0			ewtb.r.058009.1
+
+1	I	i	PRON	O	0			ewtb.r.059005.3
+2	go	go	VERB	O	0		v.motion	ewtb.r.059005.3
+3	in	in	ADV	O	0			ewtb.r.059005.3
+4	about	about	ADV	O	0			ewtb.r.059005.3
+5	every	every	DET	O	0			ewtb.r.059005.3
+6	morning	morning	NOUN	O	0		n.time	ewtb.r.059005.3
+7	to	to	PART	O	0			ewtb.r.059005.3
+8	get	get	VERB	O	0		v.stative	ewtb.r.059005.3
+9	bagels	bagel	NOUN	O	0		n.food	ewtb.r.059005.3
+10	for	for	ADP	O	0			ewtb.r.059005.3
+11	myself	myself	PRON	O	0			ewtb.r.059005.3
+12	or	or	CONJ	O	0			ewtb.r.059005.3
+13	my	my	PRON	O	0			ewtb.r.059005.3
+14	co-workers	co-worker	NOUN	O	0		n.person	ewtb.r.059005.3
+15	and	and	CONJ	O	0			ewtb.r.059005.3
+16	the	the	DET	O	0			ewtb.r.059005.3
+17	employees	employee	NOUN	O	0		n.person	ewtb.r.059005.3
+18	at	at	ADP	O	0			ewtb.r.059005.3
+19	Max	max	PROPN	B	0		n.group	ewtb.r.059005.3
+20	's	's	PART	I	19			ewtb.r.059005.3
+21	are	be	VERB	O	0		v.stative	ewtb.r.059005.3
+22	great	great	ADJ	O	0			ewtb.r.059005.3
+23	!!	!!	PUNCT	O	0			ewtb.r.059005.3
+
+1	I	i	PRON	O	0			ewtb.r.059005.5
+2	have	have	AUX	O	0			ewtb.r.059005.5
+3	never	never	ADV	O	0			ewtb.r.059005.5
+4	had	have	VERB	B	0		v.cognition	ewtb.r.059005.5
+5	a	a	DET	o	0			ewtb.r.059005.5
+6	problem	problem	NOUN	I	4			ewtb.r.059005.5
+7	with	with	ADP	O	0			ewtb.r.059005.5
+8	their	their	PRON	O	0			ewtb.r.059005.5
+9	hours	hours	NOUN	O	0		n.time	ewtb.r.059005.5
+10	because	because	SCONJ	O	0			ewtb.r.059005.5
+11	I	i	PRON	O	0			ewtb.r.059005.5
+12	always	always	ADV	O	0			ewtb.r.059005.5
+13	go	go	VERB	O	0		v.motion	ewtb.r.059005.5
+14	during	during	ADP	O	0			ewtb.r.059005.5
+15	the	the	DET	O	0			ewtb.r.059005.5
+16	mornings	morning	NOUN	O	0		n.time	ewtb.r.059005.5
+17	.	.	PUNCT	O	0			ewtb.r.059005.5
+
+1	Cool	cool	ADJ	O	0			ewtb.r.064100.2
+2	ambience	ambience	NOUN	O	0		n.attribute	ewtb.r.064100.2
+3	.	.	PUNCT	O	0			ewtb.r.064100.2
+
+1	Criminal	criminal	ADJ	O	0			ewtb.r.068009.1
+2	Attorney	attorney	NOUN	O	0		n.person	ewtb.r.068009.1
+3	Dallas	dallas	PROPN	O	0		n.location	ewtb.r.068009.1
+
+1	As	as	ADP	O	0			ewtb.r.068009.3
+2	a	a	DET	O	0			ewtb.r.068009.3
+3	qualified	qualified	ADJ	O	0			ewtb.r.068009.3
+4	criminal	criminal	ADJ	B	0		n.person	ewtb.r.068009.3
+5	defense	defense	NOUN	I	4			ewtb.r.068009.3
+6	attorney	attorney	NOUN	I	5			ewtb.r.068009.3
+7	,	,	PUNCT	O	0			ewtb.r.068009.3
+8	he	he	PRON	O	0			ewtb.r.068009.3
+9	will	will	AUX	O	0			ewtb.r.068009.3
+10	work	work	VERB	B	0		v.social	ewtb.r.068009.3
+11	every	every	DET	I	10			ewtb.r.068009.3
+12	possible	possible	ADJ	o	0			ewtb.r.068009.3
+13	legal	legal	ADJ	o	0			ewtb.r.068009.3
+14	"	"	PUNCT	o	0			ewtb.r.068009.3
+15	angle	angle	NOUN	I	11			ewtb.r.068009.3
+16	"	"	PUNCT	O	0			ewtb.r.068009.3
+17	(	(	PUNCT	O	0			ewtb.r.068009.3
+18	leaving	leave	VERB	B	0		v.social	ewtb.r.068009.3
+19	no	no	DET	I	18			ewtb.r.068009.3
+20	stone	stone	NOUN	I	19			ewtb.r.068009.3
+21	unturned	unturned	ADJ	I	20			ewtb.r.068009.3
+22	)	)	PUNCT	O	0			ewtb.r.068009.3
+23	of	of	ADP	O	0			ewtb.r.068009.3
+24	your	your	PRON	O	0			ewtb.r.068009.3
+25	case	case	NOUN	O	0		n.cognition	ewtb.r.068009.3
+26	to	to	PART	O	0			ewtb.r.068009.3
+27	achieve	achieve	VERB	O	0		v.cognition	ewtb.r.068009.3
+28	the	the	DET	O	0			ewtb.r.068009.3
+29	most	most	ADV	O	0			ewtb.r.068009.3
+30	favorable	favorable	ADJ	O	0			ewtb.r.068009.3
+31	result	result	NOUN	O	0		n.phenomenon	ewtb.r.068009.3
+32	possible	possible	ADJ	O	0			ewtb.r.068009.3
+33	.	.	PUNCT	O	0			ewtb.r.068009.3
+
+1	Have	have	VERB	O	0		v.social	ewtb.r.001961.3
+2	a	a	DET	O	0			ewtb.r.001961.3
+3	real	real	ADJ	O	0			ewtb.r.001961.3
+4	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.001961.3
+5	check	check	VERB	O	0		v.cognition	ewtb.r.001961.3
+6	before	before	SCONJ	O	0			ewtb.r.001961.3
+7	you	you	PRON	O	0			ewtb.r.001961.3
+8	buy	buy	VERB	O	0		v.possession	ewtb.r.001961.3
+9	!!!!	!!!!	PUNCT	O	0			ewtb.r.001961.3
+
+1	Expensive	expensive	ADJ	O	0			ewtb.r.005760.4
+2	for	for	ADP	O	0			ewtb.r.005760.4
+3	the	the	DET	O	0			ewtb.r.005760.4
+4	level	level	NOUN	O	0		n.cognition	ewtb.r.005760.4
+5	of	of	ADP	O	0			ewtb.r.005760.4
+6	food	food	NOUN	O	0		n.food	ewtb.r.005760.4
+7	and	and	CONJ	O	0			ewtb.r.005760.4
+8	the	the	DET	O	0			ewtb.r.005760.4
+9	quality	quality	NOUN	O	0		n.attribute	ewtb.r.005760.4
+10	of	of	ADP	O	0			ewtb.r.005760.4
+11	service	service	NOUN	O	0		n.act	ewtb.r.005760.4
+12	.	.	PUNCT	O	0			ewtb.r.005760.4
+
+1	Many	many	ADJ	O	0			ewtb.r.014764.3
+2	thanks	thanks	NOUN	O	0		n.communication	ewtb.r.014764.3
+3	from	from	ADP	O	0			ewtb.r.014764.3
+4	myself	myself	PRON	O	0			ewtb.r.014764.3
+5	and	and	CONJ	O	0			ewtb.r.014764.3
+6	all	all	DET	O	0			ewtb.r.014764.3
+7	of	of	ADP	O	0			ewtb.r.014764.3
+8	our	our	PRON	O	0			ewtb.r.014764.3
+9	wedding	wedding	NOUN	O	0		n.event	ewtb.r.014764.3
+10	guests	guest	NOUN	O	0		n.person	ewtb.r.014764.3
+11	!	!	PUNCT	O	0			ewtb.r.014764.3
+
+1	Stayed	stay	VERB	O	0		v.stative	ewtb.r.016861.1
+2	in	in	ADP	O	0			ewtb.r.016861.1
+3	the	the	DET	O	0			ewtb.r.016861.1
+4	Seaview	seaview	NOUN	O	0		n.location	ewtb.r.016861.1
+5	room	room	NOUN	O	0		n.artifact	ewtb.r.016861.1
+6	here	here	ADV	O	0			ewtb.r.016861.1
+7	in	in	ADP	O	0			ewtb.r.016861.1
+8	December	december	PROPN	O	0		n.time	ewtb.r.016861.1
+9	2009	2009	NUM	O	0			ewtb.r.016861.1
+10	!	!	PUNCT	O	0			ewtb.r.016861.1
+
+1	I	i	PRON	O	0			ewtb.r.016861.4
+2	highly	highly	ADV	O	0			ewtb.r.016861.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.016861.4
+4	Bay	bay	PROPN	B	0		n.group	ewtb.r.016861.4
+5	View	view	PROPN	I	4			ewtb.r.016861.4
+6	if	if	SCONJ	O	0			ewtb.r.016861.4
+7	you	you	PRON	O	0			ewtb.r.016861.4
+8	are	be	AUX	O	0			ewtb.r.016861.4
+9	looking	look	VERB	O	0		v.cognition	ewtb.r.016861.4
+10	for	for	ADP	O	0			ewtb.r.016861.4
+11	Accommodation	accommodation	NOUN	O	0		n.possession	ewtb.r.016861.4
+12	in	in	ADP	O	0			ewtb.r.016861.4
+13	Camps	camps	PROPN	B	0		n.location	ewtb.r.016861.4
+14	Bay	bay	PROPN	I	13			ewtb.r.016861.4
+15	.	.	PUNCT	O	0			ewtb.r.016861.4
+
+1	The	the	DET	O	0			ewtb.r.018465.1
+2	Salon	salon	NOUN	O	0		n.group	ewtb.r.018465.1
+3	Experience	experience	NOUN	O	0		n.event	ewtb.r.018465.1
+4	from	from	ADP	B	0			ewtb.r.018465.1
+5	Hell	hell	PROPN	I	4			ewtb.r.018465.1
+
+1	The	the	DET	O	0			ewtb.r.018465.10
+2	other	other	ADJ	O	0			ewtb.r.018465.10
+3	stylists	stylist	NOUN	O	0		n.person	ewtb.r.018465.10
+4	around	around	ADP	O	0			ewtb.r.018465.10
+5	me	me	PRON	O	0			ewtb.r.018465.10
+6	kept	keep	VERB	O	0		v.change	ewtb.r.018465.10
+7	pressuring	pressure	VERB	O	0		v.social	ewtb.r.018465.10
+8	me	me	PRON	O	0			ewtb.r.018465.10
+9	saying	say	VERB	O	0		v.communication	ewtb.r.018465.10
+10	he	he	PRON	O	0			ewtb.r.018465.10
+11	's	's	VERB	O	0		v.stative	ewtb.r.018465.10
+12	so	so	ADV	O	0			ewtb.r.018465.10
+13	wonderful	wonderful	ADJ	O	0			ewtb.r.018465.10
+14	,	,	PUNCT	O	0			ewtb.r.018465.10
+15	you	you	PRON	O	0			ewtb.r.018465.10
+16	're	're	AUX	O	0			ewtb.r.018465.10
+17	going	go	VERB	B	0			ewtb.r.018465.10
+18	to	to	PART	I	17			ewtb.r.018465.10
+19	love	love	VERB	O	0		v.emotion	ewtb.r.018465.10
+20	your	your	PRON	O	0			ewtb.r.018465.10
+21	hair	hair	NOUN	O	0		n.body	ewtb.r.018465.10
+22	.	.	PUNCT	O	0			ewtb.r.018465.10
+
+1	It	it	PRON	O	0			ewtb.r.018465.16
+2	was	be	VERB	O	0		v.stative	ewtb.r.018465.16
+3	the	the	DET	O	0			ewtb.r.018465.16
+4	salon	salon	NOUN	O	0		n.group	ewtb.r.018465.16
+5	experience	experience	NOUN	O	0		n.event	ewtb.r.018465.16
+6	from	from	ADP	B	0			ewtb.r.018465.16
+7	absolutely	absolutely	ADV	o	0			ewtb.r.018465.16
+8	Hell	hell	PROPN	I	6			ewtb.r.018465.16
+9	.	.	PUNCT	O	0			ewtb.r.018465.16
+
+1	He	he	PRON	O	0			ewtb.r.018465.17
+2	also	also	ADV	O	0			ewtb.r.018465.17
+3	told	tell	VERB	O	0		v.communication	ewtb.r.018465.17
+4	me	me	PRON	O	0			ewtb.r.018465.17
+5	that	that	SCONJ	O	0			ewtb.r.018465.17
+6	he	he	PRON	O	0			ewtb.r.018465.17
+7	worked	work	VERB	O	0		v.body	ewtb.r.018465.17
+8	on	on	ADP	O	0			ewtb.r.018465.17
+9	the	the	DET	O	0			ewtb.r.018465.17
+10	cast	cast	NOUN	O	0		n.group	ewtb.r.018465.17
+11	of	of	ADP	O	0			ewtb.r.018465.17
+12	will	will	PROPN	B	0		n.group	ewtb.r.018465.17
+13	and	and	CONJ	I	12			ewtb.r.018465.17
+14	grace	grace	PROPN	I	13			ewtb.r.018465.17
+15	and	and	CONJ	O	0			ewtb.r.018465.17
+16	that	that	SCONJ	O	0			ewtb.r.018465.17
+17	they	they	PRON	O	0			ewtb.r.018465.17
+18	were	be	VERB	O	0		v.stative	ewtb.r.018465.17
+19	all	all	ADV	O	0			ewtb.r.018465.17
+20	jerks	jerk	NOUN	O	0		n.person	ewtb.r.018465.17
+21	.	.	PUNCT	O	0			ewtb.r.018465.17
+
+1	That	that	DET	O	0			ewtb.r.018465.18
+2	's	's	VERB	O	0		v.stative	ewtb.r.018465.18
+3	my	my	PRON	O	0			ewtb.r.018465.18
+4	favorite	favorite	ADJ	O	0			ewtb.r.018465.18
+5	show	show	NOUN	O	0		n.communication	ewtb.r.018465.18
+6	of	of	ADP	B	0			ewtb.r.018465.18
+7	all	all	DET	I	6			ewtb.r.018465.18
+8	time	time	NOUN	I	7			ewtb.r.018465.18
+9	.	.	PUNCT	O	0			ewtb.r.018465.18
+
+1	I	i	PRON	O	0			ewtb.r.018465.5
+2	never	never	ADV	O	0			ewtb.r.018465.5
+3	got	get	VERB	O	0		v.communication	ewtb.r.018465.5
+4	a	a	DET	O	0			ewtb.r.018465.5
+5	price	price	NOUN	B	0		n.possession	ewtb.r.018465.5
+6	quote	quote	NOUN	I	5			ewtb.r.018465.5
+7	over	over	ADP	B	0			ewtb.r.018465.5
+8	the	the	DET	I	7			ewtb.r.018465.5
+9	phone	phone	NOUN	I	8			ewtb.r.018465.5
+10	and	and	CONJ	O	0			ewtb.r.018465.5
+11	they	they	PRON	O	0			ewtb.r.018465.5
+12	take	take	VERB	O	0		v.communication	ewtb.r.018465.5
+13	your	your	PRON	O	0			ewtb.r.018465.5
+14	cc	cc	NOUN	O	0		n.possession	ewtb.r.018465.5
+15	info	info	NOUN	O	0		n.cognition	ewtb.r.018465.5
+16	just	just	ADV	O	0			ewtb.r.018465.5
+17	to	to	PART	O	0			ewtb.r.018465.5
+18	make	make	VERB	B	0		v.social	ewtb.r.018465.5
+19	the	the	DET	I	18			ewtb.r.018465.5
+20	appointment	appointment	NOUN	O	0		n.event	ewtb.r.018465.5
+21	because	because	SCONJ	O	0			ewtb.r.018465.5
+22	if	if	SCONJ	O	0			ewtb.r.018465.5
+23	you	you	PRON	O	0			ewtb.r.018465.5
+24	do	do	AUX	O	0			ewtb.r.018465.5
+25	n't	n't	PART	O	0			ewtb.r.018465.5
+26	show	show	VERB	B	0		v.social	ewtb.r.018465.5
+27	up	up	ADP	I	26			ewtb.r.018465.5
+28	,	,	PUNCT	O	0			ewtb.r.018465.5
+29	they	they	PRON	O	0			ewtb.r.018465.5
+30	'll	'll	AUX	O	0			ewtb.r.018465.5
+31	charge	charge	VERB	O	0		v.possession	ewtb.r.018465.5
+32	you	you	PRON	O	0			ewtb.r.018465.5
+33	.	.	PUNCT	O	0			ewtb.r.018465.5
+
+1	I	i	PRON	O	0			ewtb.r.018465.6
+2	had	have	VERB	O	0		v.social	ewtb.r.018465.6
+3	this	this	DET	O	0			ewtb.r.018465.6
+4	ridiculous	ridiculous	ADJ	O	0			ewtb.r.018465.6
+5	celebrity	celebrity	NOUN	O	0		n.person	ewtb.r.018465.6
+6	stylist	stylist	NOUN	O	0		n.person	ewtb.r.018465.6
+7	from	from	ADP	O	0			ewtb.r.018465.6
+8	LA	la	PROPN	O	0		n.location	ewtb.r.018465.6
+9	named	name	VERB	O	0		v.communication	ewtb.r.018465.6
+10	Derrick	derrick	PROPN	O	0		n.person	ewtb.r.018465.6
+11	.	.	PUNCT	O	0			ewtb.r.018465.6
+
+1	After	after	SCONJ	O	0			ewtb.r.018465.7
+2	he	he	PRON	O	0			ewtb.r.018465.7
+3	already	already	ADV	O	0			ewtb.r.018465.7
+4	put	put	VERB	O	0		v.contact	ewtb.r.018465.7
+5	product	product	NOUN	O	0		n.artifact	ewtb.r.018465.7
+6	on	on	ADP	O	0			ewtb.r.018465.7
+7	my	my	PRON	O	0			ewtb.r.018465.7
+8	hair	hair	NOUN	O	0		n.body	ewtb.r.018465.7
+9	he	he	PRON	O	0			ewtb.r.018465.7
+10	said	say	VERB	O	0		v.communication	ewtb.r.018465.7
+11	"	"	PUNCT	O	0			ewtb.r.018465.7
+12	I	i	PRON	O	0			ewtb.r.018465.7
+13	should	should	AUX	O	0			ewtb.r.018465.7
+14	warn	warn	VERB	O	0		v.communication	ewtb.r.018465.7
+15	you	you	PRON	O	0			ewtb.r.018465.7
+16	,	,	PUNCT	O	0			ewtb.r.018465.7
+17	I	i	PRON	O	0			ewtb.r.018465.7
+18	'm	'm	VERB	O	0		v.stative	ewtb.r.018465.7
+19	expensive	expensive	ADJ	O	0			ewtb.r.018465.7
+20	.	.	PUNCT	O	0			ewtb.r.018465.7
+21	"	"	PUNCT	O	0			ewtb.r.018465.7
+
+1	What	what	PRON	O	0			ewtb.r.018465.8
+2	was	be	AUX	B	0			ewtb.r.018465.8
+3	I	i	PRON	o	0			ewtb.r.018465.8
+4	supposed	suppose	VERB	I	2			ewtb.r.018465.8
+5	to	to	PART	I	4			ewtb.r.018465.8
+6	do	do	VERB	O	0		v.change	ewtb.r.018465.8
+7	,	,	PUNCT	O	0			ewtb.r.018465.8
+8	say	say	VERB	O	0		v.communication	ewtb.r.018465.8
+9	I	i	PRON	O	0			ewtb.r.018465.8
+10	ca	ca	AUX	O	0			ewtb.r.018465.8
+11	n't	n't	PART	O	0			ewtb.r.018465.8
+12	afford	afford	VERB	O	0		v.stative	ewtb.r.018465.8
+13	you	you	PRON	O	0			ewtb.r.018465.8
+14	and	and	CONJ	O	0			ewtb.r.018465.8
+15	walk	walk	VERB	B	0		v.motion	ewtb.r.018465.8
+16	out	out	ADV	I	15			ewtb.r.018465.8
+17	with	with	ADP	O	0			ewtb.r.018465.8
+18	crap	crap	NOUN	O	0		n.artifact	ewtb.r.018465.8
+19	all	all	ADV	B	0			ewtb.r.018465.8
+20	over	over	ADP	I	19			ewtb.r.018465.8
+21	my	my	PRON	O	0			ewtb.r.018465.8
+22	hair	hair	NOUN	O	0		n.body	ewtb.r.018465.8
+23	.	.	PUNCT	O	0			ewtb.r.018465.8
+
+1	I	i	PRON	O	0			ewtb.r.018562.2
+2	want	want	VERB	O	0		v.cognition	ewtb.r.018562.2
+3	to	to	PART	O	0			ewtb.r.018562.2
+4	say	say	VERB	O	0		v.communication	ewtb.r.018562.2
+5	that	that	SCONJ	O	0			ewtb.r.018562.2
+6	Mike	mike	PROPN	O	0		n.person	ewtb.r.018562.2
+7	did	do	VERB	O	0		v.change	ewtb.r.018562.2
+8	a	a	DET	O	0			ewtb.r.018562.2
+9	great	great	ADJ	O	0			ewtb.r.018562.2
+10	job	job	NOUN	O	0		n.act	ewtb.r.018562.2
+11	for	for	ADP	O	0			ewtb.r.018562.2
+12	our	our	PRON	O	0			ewtb.r.018562.2
+13	family	family	NOUN	O	0		n.group	ewtb.r.018562.2
+14	in	in	ADP	B	0			ewtb.r.018562.2
+15	our	our	PRON	o	0			ewtb.r.018562.2
+16	time	time	NOUN	I	14			ewtb.r.018562.2
+17	of	of	ADP	I	16			ewtb.r.018562.2
+18	need	need	NOUN	I	17			ewtb.r.018562.2
+19	.	.	PUNCT	O	0			ewtb.r.018562.2
+
+1	Both	both	DET	O	0			ewtb.r.018562.3
+2	my	my	PRON	O	0			ewtb.r.018562.3
+3	grandparents	grandparent	NOUN	O	0		n.person	ewtb.r.018562.3
+4	passed	pass	VERB	B	0		v.body	ewtb.r.018562.3
+5	away	away	ADV	I	4			ewtb.r.018562.3
+6	4	4	NUM	O	0			ewtb.r.018562.3
+7	months	month	NOUN	O	0		n.time	ewtb.r.018562.3
+8	apart	apart	ADV	O	0			ewtb.r.018562.3
+9	and	and	CONJ	O	0			ewtb.r.018562.3
+10	Mike	mike	PROPN	O	0		n.person	ewtb.r.018562.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.018562.3
+12	very	very	ADV	O	0			ewtb.r.018562.3
+13	understanding	understanding	ADJ	O	0			ewtb.r.018562.3
+14	.	.	PUNCT	O	0			ewtb.r.018562.3
+
+1	My	my	PRON	O	0			ewtb.r.018562.7
+2	grandfather	grandfather	NOUN	O	0		n.person	ewtb.r.018562.7
+3	passed	pass	VERB	B	0		v.body	ewtb.r.018562.7
+4	away	away	ADV	I	3			ewtb.r.018562.7
+5	silently	silently	ADV	O	0			ewtb.r.018562.7
+6	in	in	ADP	O	0			ewtb.r.018562.7
+7	his	his	PRON	O	0			ewtb.r.018562.7
+8	sleep	sleep	NOUN	O	0		n.act	ewtb.r.018562.7
+9	,	,	PUNCT	O	0			ewtb.r.018562.7
+10	and	and	CONJ	O	0			ewtb.r.018562.7
+11	my	my	PRON	O	0			ewtb.r.018562.7
+12	grandmother	grandmother	NOUN	O	0		n.person	ewtb.r.018562.7
+13	passed	pass	VERB	B	0		v.body	ewtb.r.018562.7
+14	away	away	ADV	I	13			ewtb.r.018562.7
+15	after	after	ADP	O	0			ewtb.r.018562.7
+16	a	a	DET	O	0			ewtb.r.018562.7
+17	short	short	ADJ	O	0			ewtb.r.018562.7
+18	struggle	struggle	NOUN	O	0		n.act	ewtb.r.018562.7
+19	with	with	ADP	O	0			ewtb.r.018562.7
+20	cancer	cancer	NOUN	O	0		n.state	ewtb.r.018562.7
+21	.	.	PUNCT	O	0			ewtb.r.018562.7
+
+1	My	my	PRON	O	0			ewtb.r.047762.1
+2	Favorite	favorite	ADJ	O	0			ewtb.r.047762.1
+3	place	place	NOUN	O	0		n.group	ewtb.r.047762.1
+4	at	at	ADP	O	0			ewtb.r.047762.1
+5	Wildwood	wildwood	PROPN	O	0		n.location	ewtb.r.047762.1
+
+1	I	i	PRON	O	0			ewtb.r.048363.2
+2	was	be	AUX	O	0			ewtb.r.048363.2
+3	involved	involve	VERB	B	0		v.social	ewtb.r.048363.2
+4	in	in	ADP	I	3			ewtb.r.048363.2
+5	a	a	DET	O	0			ewtb.r.048363.2
+6	car	car	NOUN	B	0		n.event	ewtb.r.048363.2
+7	accident	accident	NOUN	I	6			ewtb.r.048363.2
+8	20	20	NUM	O	0			ewtb.r.048363.2
+9	years	years	NOUN	O	0		n.time	ewtb.r.048363.2
+10	ago	ago	ADV	O	0			ewtb.r.048363.2
+11	and	and	CONJ	O	0			ewtb.r.048363.2
+12	since	since	ADP	O	0			ewtb.r.048363.2
+13	then	then	ADV	O	0			ewtb.r.048363.2
+14	I	i	PRON	O	0			ewtb.r.048363.2
+15	've	've	AUX	O	0			ewtb.r.048363.2
+16	been	be	VERB	O	0		v.stative	ewtb.r.048363.2
+17	a	a	DET	B	0		n.person	ewtb.r.048363.2
+18	nervous	nervous	ADJ	I	17			ewtb.r.048363.2
+19	wreck	wreck	NOUN	I	18			ewtb.r.048363.2
+20	and	and	CONJ	O	0			ewtb.r.048363.2
+21	have	have	AUX	O	0			ewtb.r.048363.2
+22	n't	n't	PART	O	0			ewtb.r.048363.2
+23	been	be	VERB	O	0		v.stative	ewtb.r.048363.2
+24	behind	behind	ADP	B	0			ewtb.r.048363.2
+25	the	the	DET	I	24			ewtb.r.048363.2
+26	wheel	wheel	NOUN	I	25			ewtb.r.048363.2
+27	.	.	PUNCT	O	0			ewtb.r.048363.2
+
+1	My	my	PRON	O	0			ewtb.r.048363.9
+2	heart	heart	NOUN	O	0		n.body	ewtb.r.048363.9
+3	pounded	pound	VERB	O	0		v.body	ewtb.r.048363.9
+4	as	as	SCONJ	O	0			ewtb.r.048363.9
+5	I	i	PRON	O	0			ewtb.r.048363.9
+6	walked	walk	VERB	O	0		v.motion	ewtb.r.048363.9
+7	down	down	ADV	O	0			ewtb.r.048363.9
+8	and	and	CONJ	O	0			ewtb.r.048363.9
+9	pounded	pound	VERB	O	0		v.body	ewtb.r.048363.9
+10	even	even	ADV	O	0			ewtb.r.048363.9
+11	faster	faster	ADV	O	0			ewtb.r.048363.9
+12	upon	upon	SCONJ	O	0			ewtb.r.048363.9
+13	seeing	see	VERB	O	0		v.perception	ewtb.r.048363.9
+14	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.9
+15	in	in	ADP	O	0			ewtb.r.048363.9
+16	an	an	DET	O	0			ewtb.r.048363.9
+17	SUV	suv	PROPN	O	0		n.artifact	ewtb.r.048363.9
+18	-	-	PUNCT	O	0			ewtb.r.048363.9
+19	Lexus	lexus	PROPN	O	0		n.artifact	ewtb.r.048363.9
+20	!	!	PUNCT	O	0			ewtb.r.048363.9
+
+1	Atop	atop	ADP	O	0			ewtb.r.049766.3
+2	Spring	spring	PROPN	B	0		n.natural_object	ewtb.r.049766.3
+3	Mountain	mountain	PROPN	I	2			ewtb.r.049766.3
+4	,	,	PUNCT	O	0			ewtb.r.049766.3
+5	from	from	ADP	O	0			ewtb.r.049766.3
+6	the	the	DET	O	0			ewtb.r.049766.3
+7	decks	deck	NOUN	O	0		n.artifact	ewtb.r.049766.3
+8	of	of	ADP	O	0			ewtb.r.049766.3
+9	the	the	DET	O	0			ewtb.r.049766.3
+10	West	west	PROPN	O	0		n.relation	ewtb.r.049766.3
+11	porch	porch	NOUN	O	0		n.artifact	ewtb.r.049766.3
+12	,	,	PUNCT	O	0			ewtb.r.049766.3
+13	"	"	PUNCT	O	0			ewtb.r.049766.3
+14	one	one	PRON	O	0			ewtb.r.049766.3
+15	can	can	AUX	O	0			ewtb.r.049766.3
+16	see	see	VERB	O	0		v.perception	ewtb.r.049766.3
+17	forever	forever	ADV	O	0			ewtb.r.049766.3
+18	"	"	PUNCT	O	0			ewtb.r.049766.3
+19	a	a	DET	O	0			ewtb.r.049766.3
+20	scene	scene	NOUN	O	0		n.natural_object	ewtb.r.049766.3
+21	of	of	ADP	O	0			ewtb.r.049766.3
+22	unparalleled	unparalleled	ADJ	O	0			ewtb.r.049766.3
+23	beauty	beauty	NOUN	O	0		n.attribute	ewtb.r.049766.3
+24	and	and	CONJ	O	0			ewtb.r.049766.3
+25	grandeur	grandeur	NOUN	O	0		n.attribute	ewtb.r.049766.3
+26	.	.	PUNCT	O	0			ewtb.r.049766.3
+
+1	I	i	PRON	O	0			ewtb.r.049766.4
+2	saw	see	VERB	O	0		v.perception	ewtb.r.049766.4
+3	deer	deer	NOUN	O	0		n.animal	ewtb.r.049766.4
+4	frequently	frequently	ADV	O	0			ewtb.r.049766.4
+5	,	,	PUNCT	O	0			ewtb.r.049766.4
+6	in	in	ADP	B	0			ewtb.r.049766.4
+7	fact	fact	NOUN	I	6			ewtb.r.049766.4
+8	a	a	DET	O	0			ewtb.r.049766.4
+9	small	small	ADJ	O	0			ewtb.r.049766.4
+10	herd	herd	NOUN	O	0		n.group	ewtb.r.049766.4
+11	were	be	AUX	O	0			ewtb.r.049766.4
+12	grazing	graze	VERB	O	0		v.consumption	ewtb.r.049766.4
+13	near	near	ADP	O	0			ewtb.r.049766.4
+14	the	the	DET	O	0			ewtb.r.049766.4
+15	lodge	lodge	NOUN	O	0		n.artifact	ewtb.r.049766.4
+16	.	.	PUNCT	O	0			ewtb.r.049766.4
+
+1	I	i	PRON	O	0			ewtb.r.062167.2
+2	work	work	VERB	O	0		v.social	ewtb.r.062167.2
+3	as	as	ADP	O	0			ewtb.r.062167.2
+4	a	a	DET	O	0			ewtb.r.062167.2
+5	Transformational	transformational	ADJ	O	0			ewtb.r.062167.2
+6	Life	life	NOUN	B	0		n.person	ewtb.r.062167.2
+7	Coach	coach	NOUN	I	6			ewtb.r.062167.2
+8	.	.	PUNCT	O	0			ewtb.r.062167.2
+
+1	Even	even	ADV	O	0			ewtb.r.063963.3
+2	taking	take	VERB	B	0		v.cognition	ewtb.r.063963.3
+3	into	into	ADP	I	2			ewtb.r.063963.3
+4	account	account	NOUN	I	3			ewtb.r.063963.3
+5	the	the	DET	O	0			ewtb.r.063963.3
+6	fact	fact	NOUN	O	0		n.cognition	ewtb.r.063963.3
+7	that	that	SCONJ	O	0			ewtb.r.063963.3
+8	my	my	PRON	O	0			ewtb.r.063963.3
+9	3	3	NUM	O	0			ewtb.r.063963.3
+10	year	year	NOUN	B	0		n.person	ewtb.r.063963.3
+11	old	old	ADJ	I	10			ewtb.r.063963.3
+12	wanted	want	VERB	O	0		v.cognition	ewtb.r.063963.3
+13	to	to	PART	O	0			ewtb.r.063963.3
+14	run	run	VERB	O	0		v.motion	ewtb.r.063963.3
+15	most	most	ADJ	O	0			ewtb.r.063963.3
+16	of	of	ADP	O	0			ewtb.r.063963.3
+17	the	the	DET	O	0			ewtb.r.063963.3
+18	way	way	NOUN	O	0		n.cognition	ewtb.r.063963.3
+19	round	round	ADV	O	0			ewtb.r.063963.3
+20	,	,	PUNCT	O	0			ewtb.r.063963.3
+21	it	it	PRON	O	0			ewtb.r.063963.3
+22	took	take	VERB	O	0		v.stative	ewtb.r.063963.3
+23	us	us	PRON	O	0			ewtb.r.063963.3
+24	just	just	ADV	O	0			ewtb.r.063963.3
+25	over	over	ADP	O	0			ewtb.r.063963.3
+26	one	one	NUM	O	0			ewtb.r.063963.3
+27	hour	hour	NOUN	O	0		n.time	ewtb.r.063963.3
+28	start	start	NOUN	B	0		n.process	ewtb.r.063963.3
+29	to	to	ADP	I	28			ewtb.r.063963.3
+30	finish	finish	NOUN	I	29			ewtb.r.063963.3
+31	.	.	PUNCT	O	0			ewtb.r.063963.3
+
+1	(	(	PUNCT	O	0			ewtb.r.063963.6
+2	For	for	ADP	O	0			ewtb.r.063963.6
+3	some	some	DET	O	0			ewtb.r.063963.6
+4	reason	reason	NOUN	O	0		n.motive	ewtb.r.063963.6
+5	it	it	PRON	O	0			ewtb.r.063963.6
+6	will	will	AUX	O	0			ewtb.r.063963.6
+7	not	not	PART	O	0			ewtb.r.063963.6
+8	let	let	VERB	O	0		v.stative	ewtb.r.063963.6
+9	me	me	PRON	O	0			ewtb.r.063963.6
+10	rate	rate	VERB	O	0		v.cognition	ewtb.r.063963.6
+11	it	it	PRON	O	0			ewtb.r.063963.6
+12	one	one	NUM	B	0		n.communication	ewtb.r.063963.6
+13	star	star	NOUN	I	12			ewtb.r.063963.6
+14	-	-	PUNCT	O	0			ewtb.r.063963.6
+15	it	it	PRON	O	0			ewtb.r.063963.6
+16	is	be	AUX	O	0			ewtb.r.063963.6
+17	not	not	PART	O	0			ewtb.r.063963.6
+18	rated	rate	VERB	O	0		v.cognition	ewtb.r.063963.6
+19	5	5	NUM	O	0			ewtb.r.063963.6
+20	by	by	ADP	O	0			ewtb.r.063963.6
+21	me	me	PRON	O	0			ewtb.r.063963.6
+22	!	!	PUNCT	O	0			ewtb.r.063963.6
+23	)	)	PUNCT	O	0			ewtb.r.063963.6
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.061768.1
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.061768.1
+3	service	service	NOUN	I	2			ewtb.r.061768.1
+4	.	.	PUNCT	O	0			ewtb.r.061768.1
+
+1	I	i	PRON	O	0			ewtb.r.061768.2
+2	came	come	VERB	B	0		v.motion	ewtb.r.061768.2
+3	in	in	ADV	I	2			ewtb.r.061768.2
+4	to	to	PART	O	0			ewtb.r.061768.2
+5	get	get	VERB	O	0		v.possession	ewtb.r.061768.2
+6	a	a	DET	O	0			ewtb.r.061768.2
+7	nice	nice	ADJ	O	0			ewtb.r.061768.2
+8	gift	gift	NOUN	O	0		n.artifact	ewtb.r.061768.2
+9	for	for	ADP	O	0			ewtb.r.061768.2
+10	my	my	PRON	O	0			ewtb.r.061768.2
+11	wife	wife	NOUN	O	0		n.person	ewtb.r.061768.2
+12	.	.	PUNCT	O	0			ewtb.r.061768.2
+
+1	The	the	DET	O	0			ewtb.r.061768.3
+2	one	one	NUM	O	0			ewtb.r.061768.3
+3	guy	guy	NOUN	O	0			ewtb.r.061768.3
+4	who	who	PRON	O	0			ewtb.r.061768.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.061768.3
+6	there	there	ADV	O	0			ewtb.r.061768.3
+7	,	,	PUNCT	O	0			ewtb.r.061768.3
+8	I	i	PRON	O	0			ewtb.r.061768.3
+9	'm	'm	AUX	O	0			ewtb.r.061768.3
+10	guessing	guess	VERB	O	0		v.cognition	ewtb.r.061768.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.061768.3
+12	the	the	DET	O	0			ewtb.r.061768.3
+13	owner	owner	NOUN	O	0		n.person	ewtb.r.061768.3
+14	,	,	PUNCT	O	0			ewtb.r.061768.3
+15	was	be	VERB	O	0		v.stative	ewtb.r.061768.3
+16	probably	probably	ADV	O	0			ewtb.r.061768.3
+17	the	the	DET	O	0			ewtb.r.061768.3
+18	least	least	ADV	O	0			ewtb.r.061768.3
+19	helpful	helpful	ADJ	O	0			ewtb.r.061768.3
+20	person	person	NOUN	O	0		n.person	ewtb.r.061768.3
+21	I	i	PRON	O	0			ewtb.r.061768.3
+22	've	've	AUX	O	0			ewtb.r.061768.3
+23	ever	ever	ADV	O	0			ewtb.r.061768.3
+24	met	meet	VERB	O	0		v.social	ewtb.r.061768.3
+25	.	.	PUNCT	O	0			ewtb.r.061768.3
+
+1	But	but	CONJ	O	0			ewtb.r.061768.4
+2	thankfully	thankfully	ADV	O	0			ewtb.r.061768.4
+3	there	there	PRON	O	0			ewtb.r.061768.4
+4	are	be	VERB	O	0		v.stative	ewtb.r.061768.4
+5	other	other	ADJ	O	0			ewtb.r.061768.4
+6	flowers	flower	NOUN	O	0		n.plant	ewtb.r.061768.4
+7	shops	shop	NOUN	O	0		n.group	ewtb.r.061768.4
+8	around	around	ADP	O	0			ewtb.r.061768.4
+9	Norman	norman	PROPN	O	0		n.location	ewtb.r.061768.4
+10	.	.	PUNCT	O	0			ewtb.r.061768.4
+
+1	Highly	highly	ADV	O	0			ewtb.r.062167.1
+2	Recommend	recommend	VERB	O	0		v.communication	ewtb.r.062167.1
+
+1	Since	since	SCONJ	O	0			ewtb.r.062167.3
+2	this	this	DET	O	0			ewtb.r.062167.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.062167.3
+4	an	an	DET	O	0			ewtb.r.062167.3
+5	alternative	alternative	ADJ	O	0			ewtb.r.062167.3
+6	therapy	therapy	NOUN	O	0		n.act	ewtb.r.062167.3
+7	I	i	PRON	O	0			ewtb.r.062167.3
+8	always	always	ADV	O	0			ewtb.r.062167.3
+9	refer	refer	VERB	O	0		v.communication	ewtb.r.062167.3
+10	clients	client	NOUN	O	0		n.person	ewtb.r.062167.3
+11	to	to	ADP	O	0			ewtb.r.062167.3
+12	a	a	DET	O	0			ewtb.r.062167.3
+13	lisenced	lisenced	ADJ	O	0			ewtb.r.062167.3
+14	therapist	therapist	NOUN	O	0		n.person	ewtb.r.062167.3
+15	when	when	ADV	O	0			ewtb.r.062167.3
+16	I	i	PRON	O	0			ewtb.r.062167.3
+17	feel	feel	VERB	O	0		v.cognition	ewtb.r.062167.3
+18	that	that	DET	O	0			ewtb.r.062167.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.062167.3
+20	appropriate	appropriate	ADJ	O	0			ewtb.r.062167.3
+21	.	.	PUNCT	O	0			ewtb.r.062167.3
+
+1	I	i	PRON	O	0			ewtb.r.062167.4
+2	found	find	VERB	O	0		v.social	ewtb.r.062167.4
+3	her	her	PRON	O	0			ewtb.r.062167.4
+4	through	through	ADP	O	0			ewtb.r.062167.4
+5	a	a	DET	O	0			ewtb.r.062167.4
+6	colleague	colleague	NOUN	O	0		n.person	ewtb.r.062167.4
+7	one	one	NUM	O	0			ewtb.r.062167.4
+8	day	day	NOUN	O	0		n.event	ewtb.r.062167.4
+9	when	when	ADV	O	0			ewtb.r.062167.4
+10	one	one	NUM	O	0			ewtb.r.062167.4
+11	of	of	ADP	O	0			ewtb.r.062167.4
+12	my	my	PRON	O	0			ewtb.r.062167.4
+13	clients	client	NOUN	O	0		n.person	ewtb.r.062167.4
+14	was	be	VERB	O	0		v.stative	ewtb.r.062167.4
+15	in	in	ADP	B	0			ewtb.r.062167.4
+16	the	the	DET	I	15			ewtb.r.062167.4
+17	midst	midst	NOUN	I	16			ewtb.r.062167.4
+18	of	of	ADP	I	17			ewtb.r.062167.4
+19	a	a	DET	O	0			ewtb.r.062167.4
+20	panic	panic	NOUN	B	0		n.state	ewtb.r.062167.4
+21	attack	attack	NOUN	I	20			ewtb.r.062167.4
+22	and	and	CONJ	O	0			ewtb.r.062167.4
+23	needed	need	VERB	O	0		v.cognition	ewtb.r.062167.4
+24	professional	professional	ADJ	B	0		n.act	ewtb.r.062167.4
+25	help	help	NOUN	I	24			ewtb.r.062167.4
+26	that	that	DET	O	0			ewtb.r.062167.4
+27	I	i	PRON	O	0			ewtb.r.062167.4
+28	am	be	VERB	O	0		v.stative	ewtb.r.062167.4
+29	not	not	PART	O	0			ewtb.r.062167.4
+30	qualified	qualified	ADJ	O	0			ewtb.r.062167.4
+31	to	to	PART	O	0			ewtb.r.062167.4
+32	provide	provide	VERB	O	0		v.social	ewtb.r.062167.4
+33	.	.	PUNCT	O	0			ewtb.r.062167.4
+
+1	Little	little	ADV	B	0			ewtb.r.062167.5
+2	did	do	AUX	I	1			ewtb.r.062167.5
+3	I	i	PRON	o	0			ewtb.r.062167.5
+4	know	know	VERB	I	2			ewtb.r.062167.5
+5	that	that	SCONJ	O	0			ewtb.r.062167.5
+6	I	i	PRON	O	0			ewtb.r.062167.5
+7	would	would	AUX	O	0			ewtb.r.062167.5
+8	soon	soon	ADV	O	0			ewtb.r.062167.5
+9	be	be	AUX	O	0			ewtb.r.062167.5
+10	needing	need	VERB	O	0		v.cognition	ewtb.r.062167.5
+11	her	her	PRON	O	0			ewtb.r.062167.5
+12	help	help	NOUN	O	0		n.act	ewtb.r.062167.5
+13	as	as	ADV	B	0			ewtb.r.062167.5
+14	well	well	ADV	I	13			ewtb.r.062167.5
+15	!	!	PUNCT	O	0			ewtb.r.062167.5
+
+1	She	she	PRON	O	0			ewtb.r.062167.6
+2	guided	guide	VERB	O	0		v.social	ewtb.r.062167.6
+3	me	me	PRON	O	0			ewtb.r.062167.6
+4	through	through	ADP	O	0			ewtb.r.062167.6
+5	a	a	DET	O	0			ewtb.r.062167.6
+6	very	very	ADV	O	0			ewtb.r.062167.6
+7	difficult	difficult	ADJ	O	0			ewtb.r.062167.6
+8	period	period	NOUN	O	0		n.time	ewtb.r.062167.6
+9	dealing	deal	VERB	B	0		v.emotion	ewtb.r.062167.6
+10	with	with	ADP	I	9			ewtb.r.062167.6
+11	a	a	DET	O	0			ewtb.r.062167.6
+12	family	family	NOUN	O	0		n.group	ewtb.r.062167.6
+13	member	member	NOUN	O	0		n.person	ewtb.r.062167.6
+14	's	's	PART	O	0			ewtb.r.062167.6
+15	suicide	suicide	NOUN	O	0		n.event	ewtb.r.062167.6
+16	,	,	PUNCT	O	0			ewtb.r.062167.6
+17	coupled	couple	VERB	B	0		v.stative	ewtb.r.062167.6
+18	with	with	ADP	I	17			ewtb.r.062167.6
+19	elder	elder	NOUN	O	0		n.person	ewtb.r.062167.6
+20	abuse	abuse	NOUN	O	0		n.act	ewtb.r.062167.6
+21	.	.	PUNCT	O	0			ewtb.r.062167.6
+
+1	I	i	PRON	O	0			ewtb.r.062167.7
+2	found	find	VERB	O	0		v.cognition	ewtb.r.062167.7
+3	her	her	PRON	O	0			ewtb.r.062167.7
+4	to	to	PART	O	0			ewtb.r.062167.7
+5	be	be	VERB	O	0		v.stative	ewtb.r.062167.7
+6	extremely	extremely	ADV	O	0			ewtb.r.062167.7
+7	solid	solid	ADJ	O	0			ewtb.r.062167.7
+8	,	,	PUNCT	O	0			ewtb.r.062167.7
+9	kind	kind	ADJ	O	0			ewtb.r.062167.7
+10	,	,	PUNCT	O	0			ewtb.r.062167.7
+11	compassionate	compassionate	ADJ	O	0			ewtb.r.062167.7
+12	,	,	PUNCT	O	0			ewtb.r.062167.7
+13	and	and	CONJ	O	0			ewtb.r.062167.7
+14	intuitive	intuitive	ADJ	O	0			ewtb.r.062167.7
+15	as	as	ADV	B	0			ewtb.r.062167.7
+16	well	well	ADV	I	15			ewtb.r.062167.7
+17	.	.	PUNCT	O	0			ewtb.r.062167.7
+
+1	I	i	PRON	O	0			ewtb.r.062167.8
+2	would	would	AUX	O	0			ewtb.r.062167.8
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.062167.8
+4	her	her	PRON	O	0			ewtb.r.062167.8
+5	highly	highly	ADV	O	0			ewtb.r.062167.8
+6	!	!	PUNCT	O	0			ewtb.r.062167.8
+
+1	Do	do	AUX	O	0			ewtb.r.063963.1
+2	n't	n't	PART	O	0			ewtb.r.063963.1
+3	waste	waste	VERB	O	0		v.consumption	ewtb.r.063963.1
+4	your	your	PRON	O	0			ewtb.r.063963.1
+5	time	time	NOUN	O	0		n.time	ewtb.r.063963.1
+6	or	or	CONJ	O	0			ewtb.r.063963.1
+7	money	money	NOUN	O	0		n.possession	ewtb.r.063963.1
+8	!	!	PUNCT	O	0			ewtb.r.063963.1
+
+1	I	i	PRON	O	0			ewtb.r.063963.2
+2	took	take	VERB	O	0		v.motion	ewtb.r.063963.2
+3	my	my	PRON	O	0			ewtb.r.063963.2
+4	3	3	NUM	O	0			ewtb.r.063963.2
+5	year	year	NOUN	B	0		n.cognition	ewtb.r.063963.2
+6	old	old	ADJ	I	5			ewtb.r.063963.2
+7	son	son	NOUN	O	0		n.person	ewtb.r.063963.2
+8	here	here	ADV	O	0			ewtb.r.063963.2
+9	at	at	ADP	O	0			ewtb.r.063963.2
+10	the	the	DET	O	0			ewtb.r.063963.2
+11	weekend	weekend	NOUN	O	0		n.time	ewtb.r.063963.2
+12	and	and	CONJ	O	0			ewtb.r.063963.2
+13	to	to	PART	B	0			ewtb.r.063963.2
+14	be	be	VERB	I	13			ewtb.r.063963.2
+15	honest	honest	ADJ	I	14			ewtb.r.063963.2
+16	,	,	PUNCT	O	0			ewtb.r.063963.2
+17	apart	apart	ADV	B	0			ewtb.r.063963.2
+18	from	from	ADP	I	17			ewtb.r.063963.2
+19	the	the	DET	O	0			ewtb.r.063963.2
+20	shark	shark	NOUN	O	0		n.cognition	ewtb.r.063963.2
+21	walkway	walkway	NOUN	O	0		n.artifact	ewtb.r.063963.2
+22	,	,	PUNCT	O	0			ewtb.r.063963.2
+23	I	i	PRON	O	0			ewtb.r.063963.2
+24	thought	think	VERB	O	0		v.cognition	ewtb.r.063963.2
+25	it	it	PRON	O	0			ewtb.r.063963.2
+26	was	be	VERB	O	0		v.stative	ewtb.r.063963.2
+27	rubbish	rubbish	NOUN	O	0		n.cognition	ewtb.r.063963.2
+28	and	and	CONJ	O	0			ewtb.r.063963.2
+29	overpriced	overpriced	ADJ	O	0			ewtb.r.063963.2
+30	.	.	PUNCT	O	0			ewtb.r.063963.2
+
+1	If	if	SCONJ	O	0			ewtb.r.063963.4
+2	you	you	PRON	O	0			ewtb.r.063963.4
+3	have	have	AUX	O	0			ewtb.r.063963.4
+4	been	be	VERB	B	0		v.motion	ewtb.r.063963.4
+5	to	to	ADP	I	4			ewtb.r.063963.4
+6	the	the	DET	O	0			ewtb.r.063963.4
+7	London	london	PROPN	B	0		n.group	ewtb.r.063963.4
+8	Aquarium	aquarium	PROPN	I	7			ewtb.r.063963.4
+9	I	i	PRON	O	0			ewtb.r.063963.4
+10	would	would	AUX	O	0			ewtb.r.063963.4
+11	not	not	PART	O	0			ewtb.r.063963.4
+12	even	even	ADV	O	0			ewtb.r.063963.4
+13	bother	bother	VERB	O	0		v.social	ewtb.r.063963.4
+14	with	with	ADP	O	0			ewtb.r.063963.4
+15	this	this	DET	O	0			ewtb.r.063963.4
+16	.	.	PUNCT	O	0			ewtb.r.063963.4
+
+1	If	if	SCONJ	O	0			ewtb.r.063963.5
+2	you	you	PRON	O	0			ewtb.r.063963.5
+3	are	be	VERB	O	0		v.stative	ewtb.r.063963.5
+4	really	really	ADV	O	0			ewtb.r.063963.5
+5	desperate	desperate	ADJ	B	0			ewtb.r.063963.5
+6	for	for	ADP	I	5			ewtb.r.063963.5
+7	something	something	NOUN	O	0			ewtb.r.063963.5
+8	to	to	PART	O	0			ewtb.r.063963.5
+9	pass	pass	VERB	B	0		v.stative	ewtb.r.063963.5
+10	the	the	DET	I	9			ewtb.r.063963.5
+11	time	time	NOUN	I	10			ewtb.r.063963.5
+12	and	and	CONJ	O	0			ewtb.r.063963.5
+13	are	be	VERB	O	0			ewtb.r.063963.5
+14	willing	willing	ADJ	O	0			ewtb.r.063963.5
+15	to	to	PART	O	0			ewtb.r.063963.5
+16	shell	shell	VERB	B	0		v.possession	ewtb.r.063963.5
+17	out	out	ADP	I	16			ewtb.r.063963.5
+18	the	the	DET	B	0			ewtb.r.063963.5
+19	best	best	ADJ	I	18			ewtb.r.063963.5
+20	part	part	NOUN	I	19			ewtb.r.063963.5
+21	of	of	ADP	I	20			ewtb.r.063963.5
+22	L	l	SYM	O	0			ewtb.r.063963.5
+23	30	30	NUM	O	0			ewtb.r.063963.5
+24	for	for	ADP	O	0			ewtb.r.063963.5
+25	2	2	NUM	O	0			ewtb.r.063963.5
+26	two	two	NUM	O	0			ewtb.r.063963.5
+27	people	person	NOUN	O	0		n.person	ewtb.r.063963.5
+28	then	then	ADV	O	0			ewtb.r.063963.5
+29	go	go	VERB	B	0		v.social	ewtb.r.063963.5
+30	for	for	ADP	I	29			ewtb.r.063963.5
+31	it	it	PRON	I	30			ewtb.r.063963.5
+32	.	.	PUNCT	O	0			ewtb.r.063963.5
+
+1	They	they	PRON	O	0			ewtb.r.010393.4
+2	have	have	AUX	O	0			ewtb.r.010393.4
+3	towed	tow	VERB	O	0		v.motion	ewtb.r.010393.4
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.010393.4
+5	for	for	ADP	O	0			ewtb.r.010393.4
+6	me	me	PRON	O	0			ewtb.r.010393.4
+7	a	a	DET	B	0			ewtb.r.010393.4
+8	few	few	ADJ	I	7			ewtb.r.010393.4
+9	times	times	NOUN	O	0		n.event	ewtb.r.010393.4
+10	and	and	CONJ	O	0			ewtb.r.010393.4
+11	I	i	PRON	O	0			ewtb.r.010393.4
+12	am	be	VERB	O	0		v.stative	ewtb.r.010393.4
+13	always	always	ADV	O	0			ewtb.r.010393.4
+14	very	very	ADV	O	0			ewtb.r.010393.4
+15	satisfied	satisfied	ADJ	O	0			ewtb.r.010393.4
+16	with	with	ADP	O	0			ewtb.r.010393.4
+17	this	this	DET	O	0			ewtb.r.010393.4
+18	services	services	NOUN	O	0		n.act	ewtb.r.010393.4
+19	.	.	PUNCT	O	0			ewtb.r.010393.4
+
+1	I	i	PRON	O	0			ewtb.r.020992.2
+2	was	be	AUX	O	0			ewtb.r.020992.2
+3	booked	book	VERB	O	0		v.communication	ewtb.r.020992.2
+4	for	for	ADP	O	0			ewtb.r.020992.2
+5	2	2	NUM	O	0			ewtb.r.020992.2
+6	nights	night	NOUN	O	0		n.event	ewtb.r.020992.2
+7	at	at	ADP	O	0			ewtb.r.020992.2
+8	this	this	DET	O	0			ewtb.r.020992.2
+9	hotel	hotel	NOUN	O	0		n.group	ewtb.r.020992.2
+10	in	in	ADP	O	0			ewtb.r.020992.2
+11	Oct	oct	PROPN	O	0		n.time	ewtb.r.020992.2
+12	2007	2007	NUM	O	0			ewtb.r.020992.2
+13	.	.	PUNCT	O	0			ewtb.r.020992.2
+
+1	At	at	ADP	O	0			ewtb.r.020992.3
+2	3:15	3:15	NUM	O	0			ewtb.r.020992.3
+3	am	am	NOUN	O	0		n.time	ewtb.r.020992.3
+4	on	on	ADP	O	0			ewtb.r.020992.3
+5	night	night	NOUN	O	0		n.event	ewtb.r.020992.3
+6	#	#	NOUN	O	0			ewtb.r.020992.3
+7	2	2	NUM	O	0			ewtb.r.020992.3
+8	,	,	PUNCT	O	0			ewtb.r.020992.3
+9	the	the	DET	O	0			ewtb.r.020992.3
+10	fire	fire	NOUN	B	0		n.artifact	ewtb.r.020992.3
+11	alarm	alarm	NOUN	I	10			ewtb.r.020992.3
+12	and	and	CONJ	O	0			ewtb.r.020992.3
+13	strobe	strobe	NOUN	B	0		n.artifact	ewtb.r.020992.3
+14	light	light	NOUN	I	13			ewtb.r.020992.3
+15	activated	activate	VERB	O	0		v.change	ewtb.r.020992.3
+16	in	in	ADP	O	0			ewtb.r.020992.3
+17	my	my	PRON	O	0			ewtb.r.020992.3
+18	room	room	NOUN	O	0		n.location	ewtb.r.020992.3
+19	.	.	PUNCT	O	0			ewtb.r.020992.3
+
+1	The	the	DET	O	0			ewtb.r.020992.8
+2	desk	desk	NOUN	O	0		n.artifact	ewtb.r.020992.8
+3	agent	agent	NOUN	O	0		n.person	ewtb.r.020992.8
+4	actually	actually	ADV	O	0			ewtb.r.020992.8
+5	argued	argue	VERB	O	0		v.communication	ewtb.r.020992.8
+6	with	with	ADP	O	0			ewtb.r.020992.8
+7	me	me	PRON	O	0			ewtb.r.020992.8
+8	,	,	PUNCT	O	0			ewtb.r.020992.8
+9	claiming	claim	VERB	O	0		v.communication	ewtb.r.020992.8
+10	that	that	SCONJ	O	0			ewtb.r.020992.8
+11	no	no	DET	O	0			ewtb.r.020992.8
+12	such	such	ADJ	O	0			ewtb.r.020992.8
+13	alarm	alarm	NOUN	O	0		n.artifact	ewtb.r.020992.8
+14	had	have	AUX	O	0			ewtb.r.020992.8
+15	gone	go	VERB	B	0		v.stative	ewtb.r.020992.8
+16	off	off	ADP	I	15			ewtb.r.020992.8
+17	(	(	PUNCT	O	0			ewtb.r.020992.8
+18	as	as	ADP	B	0			ewtb.r.020992.8
+19	if	if	SCONJ	I	18			ewtb.r.020992.8
+20	I	i	PRON	O	0			ewtb.r.020992.8
+21	would	would	AUX	O	0			ewtb.r.020992.8
+22	make	make	VERB	B	0		v.cognition	ewtb.r.020992.8
+23	that	that	DET	o	0			ewtb.r.020992.8
+24	up	up	ADP	I	22			ewtb.r.020992.8
+25	?	?	PUNCT	O	0			ewtb.r.020992.8
+26	)	)	PUNCT	O	0			ewtb.r.020992.8
+27	.	.	PUNCT	O	0			ewtb.r.020992.8
+
+1	Awesome	awesome	ADJ	O	0			ewtb.r.054798.2
+2	haircut	haircut	NOUN	O	0		n.act	ewtb.r.054798.2
+3	at	at	ADP	O	0			ewtb.r.054798.2
+4	awesome	awesome	ADJ	O	0			ewtb.r.054798.2
+5	price	price	NOUN	O	0		n.possession	ewtb.r.054798.2
+6	right	right	ADV	O	0			ewtb.r.054798.2
+7	here	here	ADV	O	0			ewtb.r.054798.2
+8	in	in	ADP	O	0			ewtb.r.054798.2
+9	Palatine	palatine	PROPN	O	0		n.location	ewtb.r.054798.2
+10	!	!	PUNCT	O	0			ewtb.r.054798.2
+
+1	The	the	DET	O	0			ewtb.r.060396.1
+2	best	best	ADJ	O	0			ewtb.r.060396.1
+3	Thai	thai	ADJ	O	0			ewtb.r.060396.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.060396.1
+5	I	i	PRON	O	0			ewtb.r.060396.1
+6	've	've	AUX	O	0			ewtb.r.060396.1
+7	ever	ever	ADV	O	0			ewtb.r.060396.1
+8	had	have	VERB	O	0		v.stative	ewtb.r.060396.1
+9	in	in	ADP	O	0			ewtb.r.060396.1
+10	Australia	australia	PROPN	O	0		n.location	ewtb.r.060396.1
+11	,	,	PUNCT	O	0			ewtb.r.060396.1
+12	very	very	ADV	O	0			ewtb.r.060396.1
+13	fresh	fresh	ADJ	O	0			ewtb.r.060396.1
+14	and	and	CONJ	O	0			ewtb.r.060396.1
+15	so	so	ADV	O	0			ewtb.r.060396.1
+16	much	much	ADJ	O	0			ewtb.r.060396.1
+17	favor	favor	NOUN	O	0		n.cognition	ewtb.r.060396.1
+18	of	of	ADP	O	0			ewtb.r.060396.1
+19	authentic	authentic	ADJ	O	0			ewtb.r.060396.1
+20	Thai	thai	ADJ	O	0			ewtb.r.060396.1
+21	.	.	PUNCT	O	0			ewtb.r.060396.1
+
+1	The	the	DET	O	0			ewtb.r.060396.2
+2	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.060396.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.060396.2
+4	the	the	DET	O	0			ewtb.r.060396.2
+5	most	most	ADV	O	0			ewtb.r.060396.2
+6	beautiful	beautiful	ADJ	O	0			ewtb.r.060396.2
+7	thai	thai	ADJ	O	0			ewtb.r.060396.2
+8	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.060396.2
+9	in	in	ADP	O	0			ewtb.r.060396.2
+10	Geelong	geelong	PROPN	O	0		n.location	ewtb.r.060396.2
+11	...	...	PUNCT	O	0			ewtb.r.060396.2
+12	just	just	ADV	O	0			ewtb.r.060396.2
+13	love	love	VERB	O	0		v.emotion	ewtb.r.060396.2
+14	it	it	PRON	O	0			ewtb.r.060396.2
+
+1	This	this	DET	O	0			ewtb.r.063690.1
+2	office	office	NOUN	O	0		n.group	ewtb.r.063690.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.063690.1
+4	awesome	awesome	ADJ	O	0			ewtb.r.063690.1
+5	!	!	PUNCT	O	0			ewtb.r.063690.1
+
+1	everyone	everyone	NOUN	O	0			ewtb.r.063690.2
+2	here	here	ADV	O	0			ewtb.r.063690.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.063690.2
+4	super	super	ADV	O	0			ewtb.r.063690.2
+5	friendly	friendly	ADJ	O	0			ewtb.r.063690.2
+6	and	and	CONJ	O	0			ewtb.r.063690.2
+7	efficient	efficient	ADJ	O	0			ewtb.r.063690.2
+8	!	!	PUNCT	O	0			ewtb.r.063690.2
+
+1	it	it	PRON	O	0			ewtb.r.063690.3
+2	s	s	VERB	O	0		v.stative	ewtb.r.063690.3
+3	great	great	ADJ	O	0			ewtb.r.063690.3
+4	to	to	PART	O	0			ewtb.r.063690.3
+5	know	know	VERB	O	0		v.cognition	ewtb.r.063690.3
+6	you	you	PRON	O	0			ewtb.r.063690.3
+7	can	can	AUX	O	0			ewtb.r.063690.3
+8	get	get	VERB	O	0		v.social	ewtb.r.063690.3
+9	great	great	ADJ	O	0			ewtb.r.063690.3
+10	service	service	NOUN	O	0		n.act	ewtb.r.063690.3
+11	,	,	PUNCT	O	0			ewtb.r.063690.3
+12	great	great	ADJ	O	0			ewtb.r.063690.3
+13	product	product	NOUN	O	0		n.artifact	ewtb.r.063690.3
+14	,	,	PUNCT	O	0			ewtb.r.063690.3
+15	and	and	CONJ	O	0			ewtb.r.063690.3
+16	for	for	ADP	O	0			ewtb.r.063690.3
+17	the	the	DET	O	0			ewtb.r.063690.3
+18	best	best	ADJ	O	0			ewtb.r.063690.3
+19	price	price	NOUN	O	0		n.possession	ewtb.r.063690.3
+20	all	all	DET	B	0			ewtb.r.063690.3
+21	in	in	ADP	I	20			ewtb.r.063690.3
+22	one	one	NUM	I	21			ewtb.r.063690.3
+23	!	!	PUNCT	O	0			ewtb.r.063690.3
+
+1	I	i	PRON	O	0			ewtb.r.063690.4
+2	've	've	AUX	O	0			ewtb.r.063690.4
+3	referred	refer	VERB	O	0		v.communication	ewtb.r.063690.4
+4	everyone	everyone	NOUN	O	0			ewtb.r.063690.4
+5	i	i	PRON	O	0			ewtb.r.063690.4
+6	know	know	VERB	O	0		v.cognition	ewtb.r.063690.4
+7	here	here	ADV	O	0			ewtb.r.063690.4
+8	and	and	CONJ	O	0			ewtb.r.063690.4
+9	they	they	PRON	O	0			ewtb.r.063690.4
+10	all	all	DET	O	0			ewtb.r.063690.4
+11	feel	feel	VERB	O	0		v.cognition	ewtb.r.063690.4
+12	the	the	DET	O	0			ewtb.r.063690.4
+13	same	same	ADJ	O	0			ewtb.r.063690.4
+14	way	way	NOUN	O	0		n.cognition	ewtb.r.063690.4
+15	!!	!!	PUNCT	O	0			ewtb.r.063690.4
+
+1	i	i	PRON	O	0			ewtb.r.063690.5
+2	'll	'll	AUX	O	0			ewtb.r.063690.5
+3	be	be	AUX	O	0			ewtb.r.063690.5
+4	coming	come	VERB	O	0		v.motion	ewtb.r.063690.5
+5	back	back	ADV	O	0			ewtb.r.063690.5
+6	for	for	ADP	O	0			ewtb.r.063690.5
+7	years	years	NOUN	B	0		n.time	ewtb.r.063690.5
+8	to	to	PART	I	7			ewtb.r.063690.5
+9	come	come	VERB	I	8			ewtb.r.063690.5
+10	!	!	PUNCT	O	0			ewtb.r.063690.5
+
+1	AMAZING	amazing	ADJ	O	0			ewtb.r.069995.1
+2	NIGHT	night	NOUN	O	0		n.event	ewtb.r.069995.1
+3	-	-	PUNCT	O	0			ewtb.r.069995.1
+4	Great	great	ADJ	O	0			ewtb.r.069995.1
+5	Party	party	NOUN	O	0		n.event	ewtb.r.069995.1
+6	Spot	spot	NOUN	O	0		n.group	ewtb.r.069995.1
+7	!!	!!	PUNCT	O	0			ewtb.r.069995.1
+
+1	Went	go	VERB	O	0		v.motion	ewtb.r.069995.2
+2	to	to	ADP	O	0			ewtb.r.069995.2
+3	the	the	DET	O	0			ewtb.r.069995.2
+4	Willow	willow	PROPN	B	0		n.group	ewtb.r.069995.2
+5	Lounge	lounge	PROPN	I	4			ewtb.r.069995.2
+6	this	this	DET	O	0			ewtb.r.069995.2
+7	past	past	ADJ	O	0			ewtb.r.069995.2
+8	weekend	weekend	NOUN	O	0		n.time	ewtb.r.069995.2
+9	for	for	ADP	O	0			ewtb.r.069995.2
+10	dinner	dinner	NOUN	O	0		n.food	ewtb.r.069995.2
+11	and	and	CONJ	O	0			ewtb.r.069995.2
+12	drinks	drink	NOUN	O	0		n.food	ewtb.r.069995.2
+13	...	...	PUNCT	O	0			ewtb.r.069995.2
+14	place	place	NOUN	O	0		n.group	ewtb.r.069995.2
+15	is	be	VERB	O	0		v.stative	ewtb.r.069995.2
+16	awesome	awesome	ADJ	O	0			ewtb.r.069995.2
+17	.	.	PUNCT	O	0			ewtb.r.069995.2
+
+1	Had	have	VERB	B	0			ewtb.r.069995.3
+2	to	to	PART	I	1			ewtb.r.069995.3
+3	keep	keep	VERB	B	0		v.cognition	ewtb.r.069995.3
+4	in	in	ADP	I	3			ewtb.r.069995.3
+5	mind	mind	NOUN	I	4			ewtb.r.069995.3
+6	that	that	SCONJ	O	0			ewtb.r.069995.3
+7	the	the	DET	O	0			ewtb.r.069995.3
+8	A	a	NOUN	B	0		n.artifact	ewtb.r.069995.3
+9	/	/	PUNCT	I	8			ewtb.r.069995.3
+10	C	c	NOUN	I	9			ewtb.r.069995.3
+11	broke	break	VERB	O	0		v.change	ewtb.r.069995.3
+12	,	,	PUNCT	O	0			ewtb.r.069995.3
+13	I	i	PRON	O	0			ewtb.r.069995.3
+14	feel	feel	VERB	O	0		v.emotion	ewtb.r.069995.3
+15	bad	bad	ADJ	O	0			ewtb.r.069995.3
+16	it	it	PRON	O	0			ewtb.r.069995.3
+17	was	be	VERB	O	0		v.stative	ewtb.r.069995.3
+18	their	their	PRON	O	0			ewtb.r.069995.3
+19	opening	opening	NOUN	O	0		n.event	ewtb.r.069995.3
+20	!	!	PUNCT	O	0			ewtb.r.069995.3
+
+1	Anyway	anyway	ADV	O	0			ewtb.r.069995.4
+2	,	,	PUNCT	O	0			ewtb.r.069995.4
+3	once	once	SCONJ	O	0			ewtb.r.069995.4
+4	that	that	DET	O	0			ewtb.r.069995.4
+5	is	be	AUX	O	0			ewtb.r.069995.4
+6	fixed	fix	VERB	O	0		v.change	ewtb.r.069995.4
+7	,	,	PUNCT	O	0			ewtb.r.069995.4
+8	this	this	DET	O	0			ewtb.r.069995.4
+9	place	place	NOUN	O	0		n.group	ewtb.r.069995.4
+10	will	will	AUX	O	0			ewtb.r.069995.4
+11	be	be	VERB	O	0		v.stative	ewtb.r.069995.4
+12	amazing	amazing	ADJ	O	0			ewtb.r.069995.4
+13	.	.	PUNCT	O	0			ewtb.r.069995.4
+
+1	Drinks	drink	NOUN	O	0		n.food	ewtb.r.069995.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.069995.5
+3	awesome	awesome	ADJ	O	0			ewtb.r.069995.5
+4	,	,	PUNCT	O	0			ewtb.r.069995.5
+5	prices	price	NOUN	O	0		n.possession	ewtb.r.069995.5
+6	reasonable	reasonable	ADJ	O	0			ewtb.r.069995.5
+7	,	,	PUNCT	O	0			ewtb.r.069995.5
+8	and	and	CONJ	O	0			ewtb.r.069995.5
+9	staff	staff	NOUN	O	0		n.group	ewtb.r.069995.5
+10	friendly	friendly	ADJ	O	0			ewtb.r.069995.5
+11	.	.	PUNCT	O	0			ewtb.r.069995.5
+
+1	This	this	DET	O	0			ewtb.r.069995.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.069995.6
+3	an	an	DET	O	0			ewtb.r.069995.6
+4	awesome	awesome	ADJ	O	0			ewtb.r.069995.6
+5	date	date	NOUN	O	0		n.event	ewtb.r.069995.6
+6	spot	spot	NOUN	O	0		n.group	ewtb.r.069995.6
+7	that	that	DET	O	0			ewtb.r.069995.6
+8	the	the	DET	O	0			ewtb.r.069995.6
+9	area	area	NOUN	O	0		n.group	ewtb.r.069995.6
+10	SERIOUSLY	seriously	ADV	O	0			ewtb.r.069995.6
+11	needs	need	VERB	O	0		v.cognition	ewtb.r.069995.6
+12	.	.	PUNCT	O	0			ewtb.r.069995.6
+
+1	Check	check	VERB	B	0		v.social	ewtb.r.069995.7
+2	out	out	ADP	I	1			ewtb.r.069995.7
+3	The	the	DET	B	0		n.group	ewtb.r.069995.7
+4	Willow	willow	PROPN	I	3			ewtb.r.069995.7
+5	Lounge	lounge	PROPN	I	4			ewtb.r.069995.7
+6	,	,	PUNCT	O	0			ewtb.r.069995.7
+7	you	you	PRON	O	0			ewtb.r.069995.7
+8	ll	ll	AUX	O	0			ewtb.r.069995.7
+9	be	be	VERB	O	0		v.stative	ewtb.r.069995.7
+10	happy	happy	ADJ	O	0			ewtb.r.069995.7
+11	!	!	PUNCT	O	0			ewtb.r.069995.7
+
+1	Good	good	ADJ	O	0			ewtb.r.070492.1
+2	,	,	PUNCT	O	0			ewtb.r.070492.1
+3	friendly	friendly	ADJ	O	0			ewtb.r.070492.1
+4	,	,	PUNCT	O	0			ewtb.r.070492.1
+5	reasonable	reasonable	ADJ	O	0			ewtb.r.070492.1
+6	service	service	NOUN	O	0		n.act	ewtb.r.070492.1
+
+1	Very	very	ADV	O	0			ewtb.r.008635.2
+2	good	good	ADJ	O	0			ewtb.r.008635.2
+3	with	with	ADP	O	0			ewtb.r.008635.2
+4	my	my	PRON	O	0			ewtb.r.008635.2
+5	5	5	NUM	O	0			ewtb.r.008635.2
+6	year	year	NOUN	B	0		n.person	ewtb.r.008635.2
+7	old	old	ADJ	I	6			ewtb.r.008635.2
+8	daughter	daughter	NOUN	O	0		n.person	ewtb.r.008635.2
+9	.	.	PUNCT	O	0			ewtb.r.008635.2
+
+1	Only	only	ADV	O	0			ewtb.r.010433.6
+2	one	one	NUM	O	0			ewtb.r.010433.6
+3	server	server	NOUN	O	0		n.person	ewtb.r.010433.6
+4	,	,	PUNCT	O	0			ewtb.r.010433.6
+5	too	too	ADV	O	0			ewtb.r.010433.6
+6	buys	buys	ADJ	O	0			ewtb.r.010433.6
+7	talking	talk	VERB	O	0		v.communication	ewtb.r.010433.6
+8	with	with	ADP	O	0			ewtb.r.010433.6
+9	others	others	NOUN	O	0			ewtb.r.010433.6
+10	I	i	PRON	O	0			ewtb.r.010433.6
+11	guess	guess	VERB	O	0		v.cognition	ewtb.r.010433.6
+12	.	.	PUNCT	O	0			ewtb.r.010433.6
+
+1	Great	great	ADJ	O	0			ewtb.r.017235.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.017235.2
+3	for	for	ADP	O	0			ewtb.r.017235.2
+4	Antique	antique	ADJ	O	0			ewtb.r.017235.2
+5	Lighting	lighting	NOUN	O	0		n.artifact	ewtb.r.017235.2
+6	!	!	PUNCT	O	0			ewtb.r.017235.2
+
+1	I	i	PRON	O	0			ewtb.r.017235.7
+2	would	would	AUX	O	0			ewtb.r.017235.7
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.017235.7
+4	them	them	PRON	O	0			ewtb.r.017235.7
+5	for	for	ADP	O	0			ewtb.r.017235.7
+6	any	any	DET	O	0			ewtb.r.017235.7
+7	custom	custom	NOUN	O	0			ewtb.r.017235.7
+8	lighting	lighting	NOUN	O	0		n.artifact	ewtb.r.017235.7
+9	or	or	CONJ	O	0			ewtb.r.017235.7
+10	Lighting	lighting	NOUN	O	0		n.artifact	ewtb.r.017235.7
+11	Repair	repair	NOUN	O	0		n.act	ewtb.r.017235.7
+12	and	and	CONJ	O	0			ewtb.r.017235.7
+13	Restoration	restoration	NOUN	O	0		n.act	ewtb.r.017235.7
+14	Chicago	chicago	PROPN	O	0		n.location	ewtb.r.017235.7
+
+1	I	i	PRON	O	0			ewtb.r.022533.3
+2	called	call	VERB	O	0		v.communication	ewtb.r.022533.3
+3	and	and	CONJ	O	0			ewtb.r.022533.3
+4	asked	ask	VERB	O	0		v.communication	ewtb.r.022533.3
+5	about	about	ADP	O	0			ewtb.r.022533.3
+6	the	the	DET	O	0			ewtb.r.022533.3
+7	price	price	NOUN	O	0		n.possession	ewtb.r.022533.3
+8	for	for	ADP	O	0			ewtb.r.022533.3
+9	hair	hair	NOUN	O	0		n.body	ewtb.r.022533.3
+10	updo	updo	NOUN	O	0		n.attribute	ewtb.r.022533.3
+11	and	and	CONJ	O	0			ewtb.r.022533.3
+12	the	the	DET	O	0			ewtb.r.022533.3
+13	receptionist	receptionist	NOUN	O	0		n.person	ewtb.r.022533.3
+14	or	or	CONJ	O	0			ewtb.r.022533.3
+15	owner	owner	NOUN	O	0		n.person	ewtb.r.022533.3
+16	who	who	PRON	O	0			ewtb.r.022533.3
+17	aswered	aswered	VERB	B	0		v.communication	ewtb.r.022533.3
+18	the	the	DET	o	0			ewtb.r.022533.3
+19	phone	phone	NOUN	I	17			ewtb.r.022533.3
+20	refused	refuse	VERB	O	0		v.communication	ewtb.r.022533.3
+21	to	to	PART	O	0			ewtb.r.022533.3
+22	tell	tell	VERB	O	0		v.communication	ewtb.r.022533.3
+23	me	me	PRON	O	0			ewtb.r.022533.3
+24	,	,	PUNCT	O	0			ewtb.r.022533.3
+25	or	or	CONJ	O	0			ewtb.r.022533.3
+26	even	even	ADV	O	0			ewtb.r.022533.3
+27	just	just	ADV	O	0			ewtb.r.022533.3
+28	give	give	VERB	O	0		v.communication	ewtb.r.022533.3
+29	me	me	PRON	O	0			ewtb.r.022533.3
+30	an	an	DET	O	0			ewtb.r.022533.3
+31	approximate	approximate	ADJ	O	0			ewtb.r.022533.3
+32	price	price	NOUN	B	0		n.possession	ewtb.r.022533.3
+33	range	range	NOUN	I	32			ewtb.r.022533.3
+34	.	.	PUNCT	O	0			ewtb.r.022533.3
+
+1	I	i	PRON	O	0			ewtb.r.042530.2
+2	live	live	VERB	O	0		v.social	ewtb.r.042530.2
+3	in	in	ADP	O	0			ewtb.r.042530.2
+4	the	the	DET	O	0			ewtb.r.042530.2
+5	neighborhood	neighborhood	NOUN	O	0		n.group	ewtb.r.042530.2
+6	and	and	CONJ	O	0			ewtb.r.042530.2
+7	this	this	DET	O	0			ewtb.r.042530.2
+8	place	place	NOUN	O	0		n.group	ewtb.r.042530.2
+9	is	be	VERB	O	0		v.stative	ewtb.r.042530.2
+10	one	one	NUM	O	0			ewtb.r.042530.2
+11	of	of	ADP	O	0			ewtb.r.042530.2
+12	my	my	PRON	O	0			ewtb.r.042530.2
+13	favorites	favorite	NOUN	O	0		n.cognition	ewtb.r.042530.2
+14	for	for	ADP	O	0			ewtb.r.042530.2
+15	a	a	DET	O	0			ewtb.r.042530.2
+16	tasty	tasty	ADJ	O	0			ewtb.r.042530.2
+17	,	,	PUNCT	O	0			ewtb.r.042530.2
+18	quick	quick	ADJ	O	0			ewtb.r.042530.2
+19	and	and	CONJ	O	0			ewtb.r.042530.2
+20	inexpensive	inexpensive	ADJ	O	0			ewtb.r.042530.2
+21	meal	meal	NOUN	O	0		n.food	ewtb.r.042530.2
+22	.	.	PUNCT	O	0			ewtb.r.042530.2
+
+1	The	the	DET	O	0			ewtb.r.068436.1
+2	worst	worst	ADJ	O	0			ewtb.r.068436.1
+3	Burger	burger	PROPN	B	0		n.group	ewtb.r.068436.1
+4	King	king	PROPN	I	3			ewtb.r.068436.1
+5	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.068436.1
+6	!!!	!!!	PUNCT	O	0			ewtb.r.068436.1
+
+1	This	this	DET	O	0			ewtb.r.068436.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.068436.3
+3	a	a	DET	O	0			ewtb.r.068436.3
+4	shame	shame	NOUN	O	0		n.cognition	ewtb.r.068436.3
+5	of	of	ADP	O	0			ewtb.r.068436.3
+6	my	my	PRON	O	0			ewtb.r.068436.3
+7	adorable	adorable	ADJ	O	0			ewtb.r.068436.3
+8	town	town	NOUN	O	0		n.group	ewtb.r.068436.3
+9	,	,	PUNCT	O	0			ewtb.r.068436.3
+10	Branford	branford	PROPN	O	0		n.location	ewtb.r.068436.3
+11	.	.	PUNCT	O	0			ewtb.r.068436.3
+
+1	I	i	PRON	O	0			ewtb.r.068436.4
+2	ordered	order	VERB	O	0		v.social	ewtb.r.068436.4
+3	a	a	DET	O	0			ewtb.r.068436.4
+4	kid	kid	NOUN	B	0		n.food	ewtb.r.068436.4
+5	meal	meal	NOUN	I	4			ewtb.r.068436.4
+6	with	with	ADP	O	0			ewtb.r.068436.4
+7	a	a	DET	O	0			ewtb.r.068436.4
+8	milk	milk	NOUN	O	0		n.food	ewtb.r.068436.4
+9	and	and	CONJ	O	0			ewtb.r.068436.4
+10	found	find	VERB	O	0		v.cognition	ewtb.r.068436.4
+11	a	a	DET	O	0			ewtb.r.068436.4
+12	bottle	bottle	NOUN	O	0		n.artifact	ewtb.r.068436.4
+13	was	be	AUX	O	0			ewtb.r.068436.4
+14	half	half	ADV	O	0			ewtb.r.068436.4
+15	opened	open	VERB	O	0		v.stative	ewtb.r.068436.4
+16	already	already	ADV	O	0			ewtb.r.068436.4
+17	.	.	PUNCT	O	0			ewtb.r.068436.4
+
+1	I	i	PRON	O	0			ewtb.r.068436.5
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.068436.5
+3	them	them	PRON	O	0			ewtb.r.068436.5
+4	to	to	PART	O	0			ewtb.r.068436.5
+5	change	change	VERB	O	0		v.change	ewtb.r.068436.5
+6	it	it	PRON	O	0			ewtb.r.068436.5
+7	but	but	CONJ	O	0			ewtb.r.068436.5
+8	they	they	PRON	O	0			ewtb.r.068436.5
+9	rudely	rudely	ADV	O	0			ewtb.r.068436.5
+10	said	say	VERB	O	0		v.communication	ewtb.r.068436.5
+11	that	that	SCONJ	O	0			ewtb.r.068436.5
+12	it	it	PRON	O	0			ewtb.r.068436.5
+13	was	be	VERB	O	0		v.stative	ewtb.r.068436.5
+14	okay	okay	ADJ	O	0			ewtb.r.068436.5
+15	.	.	PUNCT	O	0			ewtb.r.068436.5
+
+1	Disgusting	disgusting	ADJ	O	0			ewtb.r.068436.6
+2	french	french	ADJ	B	0		n.food	ewtb.r.068436.6
+3	fries	fries	NOUN	I	2			ewtb.r.068436.6
+4	is	be	VERB	O	0		v.stative	ewtb.r.068436.6
+5	very	very	ADV	O	0			ewtb.r.068436.6
+6	best	best	ADJ	O	0			ewtb.r.068436.6
+7	menu	menu	NOUN	O	0		n.artifact	ewtb.r.068436.6
+8	.	.	PUNCT	O	0			ewtb.r.068436.6
+
+1	Do	do	AUX	O	0			ewtb.r.068436.7
+2	n't	n't	PART	O	0			ewtb.r.068436.7
+3	go	go	VERB	O	0		v.social	ewtb.r.068436.7
+4	,	,	PUNCT	O	0			ewtb.r.068436.7
+5	or	or	CONJ	O	0			ewtb.r.068436.7
+6	you	you	PRON	O	0			ewtb.r.068436.7
+7	will	will	AUX	O	0			ewtb.r.068436.7
+8	learn	learn	VERB	O	0		v.cognition	ewtb.r.068436.7
+9	how	how	ADV	O	0			ewtb.r.068436.7
+10	to	to	PART	O	0			ewtb.r.068436.7
+11	waste	waste	VERB	O	0		v.stative	ewtb.r.068436.7
+12	your	your	PRON	O	0			ewtb.r.068436.7
+13	money	money	NOUN	O	0		n.possession	ewtb.r.068436.7
+14	.	.	PUNCT	O	0			ewtb.r.068436.7
+
+1	We	we	PRON	O	0			ewtb.r.070730.1
+2	decided	decide	VERB	O	0		v.cognition	ewtb.r.070730.1
+3	to	to	PART	O	0			ewtb.r.070730.1
+4	try	try	VERB	O	0		v.social	ewtb.r.070730.1
+5	this	this	DET	O	0			ewtb.r.070730.1
+6	place	place	NOUN	O	0		n.group	ewtb.r.070730.1
+7	last	last	ADJ	O	0			ewtb.r.070730.1
+8	night	night	NOUN	O	0		n.time	ewtb.r.070730.1
+9	because	because	SCONJ	O	0			ewtb.r.070730.1
+10	we	we	PRON	O	0			ewtb.r.070730.1
+11	noticed	notice	VERB	O	0		v.cognition	ewtb.r.070730.1
+12	that	that	SCONJ	O	0			ewtb.r.070730.1
+13	it	it	PRON	O	0			ewtb.r.070730.1
+14	had	have	VERB	O	0		v.stative	ewtb.r.070730.1
+15	some	some	DET	O	0			ewtb.r.070730.1
+16	interesting	interesting	ADJ	O	0			ewtb.r.070730.1
+17	things	things	NOUN	O	0			ewtb.r.070730.1
+18	on	on	ADP	O	0			ewtb.r.070730.1
+19	the	the	DET	O	0			ewtb.r.070730.1
+20	menu	menu	NOUN	O	0		n.artifact	ewtb.r.070730.1
+21	aside	aside	ADV	B	0			ewtb.r.070730.1
+22	from	from	ADP	I	21			ewtb.r.070730.1
+23	the	the	DET	O	0			ewtb.r.070730.1
+24	usual	usual	ADJ	O	0			ewtb.r.070730.1
+25	rolls	roll	NOUN	O	0		n.food	ewtb.r.070730.1
+26	--	--	PUNCT	O	0			ewtb.r.070730.1
+27	live	live	ADJ	O	0			ewtb.r.070730.1
+28	scallop	scallop	NOUN	O	0		n.food	ewtb.r.070730.1
+29	sashimi	sashimi	NOUN	O	0		n.food	ewtb.r.070730.1
+30	,	,	PUNCT	O	0			ewtb.r.070730.1
+31	duck	duck	ADP	O	0			ewtb.r.070730.1
+32	breast	breast	NOUN	O	0		n.food	ewtb.r.070730.1
+33	nigiri	nigiri	NOUN	O	0		n.food	ewtb.r.070730.1
+34	with	with	ADP	O	0			ewtb.r.070730.1
+35	foie	foie	NOUN	B	0		n.food	ewtb.r.070730.1
+36	gras	gras	NOUN	I	35			ewtb.r.070730.1
+37	,	,	PUNCT	O	0			ewtb.r.070730.1
+38	panko	panko	NOUN	O	0		n.food	ewtb.r.070730.1
+39	mussels	mussel	NOUN	O	0		n.food	ewtb.r.070730.1
+40	--	--	PUNCT	O	0			ewtb.r.070730.1
+41	but	but	CONJ	O	0			ewtb.r.070730.1
+42	none	none	NOUN	O	0			ewtb.r.070730.1
+43	of	of	ADP	O	0			ewtb.r.070730.1
+44	these	these	DET	O	0			ewtb.r.070730.1
+45	were	be	VERB	O	0		v.stative	ewtb.r.070730.1
+46	particularly	particularly	ADV	O	0			ewtb.r.070730.1
+47	great	great	ADJ	O	0			ewtb.r.070730.1
+48	or	or	CONJ	O	0			ewtb.r.070730.1
+49	worth	worth	ADJ	O	0			ewtb.r.070730.1
+50	the	the	DET	O	0			ewtb.r.070730.1
+51	sticker	sticker	NOUN	B	0		n.possession	ewtb.r.070730.1
+52	price	price	NOUN	I	51			ewtb.r.070730.1
+53	.	.	PUNCT	O	0			ewtb.r.070730.1
+
+1	Additionally	additionally	ADV	O	0			ewtb.r.070730.2
+2	we	we	PRON	O	0			ewtb.r.070730.2
+3	tried	try	VERB	O	0		v.social	ewtb.r.070730.2
+4	the	the	DET	O	0			ewtb.r.070730.2
+5	Logan	logan	PROPN	B	0		n.location	ewtb.r.070730.2
+6	Circle	circle	PROPN	I	5			ewtb.r.070730.2
+7	roll	roll	NOUN	O	0		n.food	ewtb.r.070730.2
+8	,	,	PUNCT	O	0			ewtb.r.070730.2
+9	spicy	spicy	ADJ	O	0			ewtb.r.070730.2
+10	crab	crab	NOUN	O	0		n.food	ewtb.r.070730.2
+11	and	and	CONJ	O	0			ewtb.r.070730.2
+12	tuna	tuna	NOUN	O	0		n.food	ewtb.r.070730.2
+13	roll	roll	NOUN	O	0		n.food	ewtb.r.070730.2
+14	,	,	PUNCT	O	0			ewtb.r.070730.2
+15	and	and	CONJ	O	0			ewtb.r.070730.2
+16	sweet	sweet	ADJ	B	0		n.food	ewtb.r.070730.2
+17	potato	potato	NOUN	I	16			ewtb.r.070730.2
+18	tempura	tempura	NOUN	O	0		n.food	ewtb.r.070730.2
+19	roll	roll	NOUN	O	0		n.food	ewtb.r.070730.2
+20	(	(	PUNCT	O	0			ewtb.r.070730.2
+21	$	$	SYM	O	0			ewtb.r.070730.2
+22	15	15	NUM	O	0			ewtb.r.070730.2
+23	,	,	PUNCT	O	0			ewtb.r.070730.2
+24	$	$	SYM	O	0			ewtb.r.070730.2
+25	10	10	NUM	O	0			ewtb.r.070730.2
+26	,	,	PUNCT	O	0			ewtb.r.070730.2
+27	and	and	CONJ	O	0			ewtb.r.070730.2
+28	$	$	SYM	O	0			ewtb.r.070730.2
+29	3.75	3.75	NUM	O	0			ewtb.r.070730.2
+30	respectively	respectively	ADV	O	0			ewtb.r.070730.2
+31	)	)	PUNCT	O	0			ewtb.r.070730.2
+32	.	.	PUNCT	O	0			ewtb.r.070730.2
+
+1	The	the	DET	O	0			ewtb.r.070730.3
+2	sweet	sweet	ADJ	B	0		n.food	ewtb.r.070730.3
+3	potato	potato	NOUN	I	2			ewtb.r.070730.3
+4	tempura	tempura	NOUN	O	0		n.food	ewtb.r.070730.3
+5	roll	roll	NOUN	O	0		n.food	ewtb.r.070730.3
+6	was	be	VERB	O	0		v.stative	ewtb.r.070730.3
+7	actually	actually	ADV	O	0			ewtb.r.070730.3
+8	a	a	DET	O	0			ewtb.r.070730.3
+9	great	great	ADJ	O	0			ewtb.r.070730.3
+10	surprise	surprise	NOUN	O	0		n.cognition	ewtb.r.070730.3
+11	:	:	PUNCT	O	0			ewtb.r.070730.3
+12	cheap	cheap	ADJ	O	0			ewtb.r.070730.3
+13	and	and	CONJ	O	0			ewtb.r.070730.3
+14	delicious	delicious	ADJ	O	0			ewtb.r.070730.3
+15	,	,	PUNCT	O	0			ewtb.r.070730.3
+16	the	the	DET	O	0			ewtb.r.070730.3
+17	only	only	ADJ	O	0			ewtb.r.070730.3
+18	thing	thing	NOUN	O	0			ewtb.r.070730.3
+19	we	we	PRON	O	0			ewtb.r.070730.3
+20	tried	try	VERB	O	0		v.consumption	ewtb.r.070730.3
+21	that	that	DET	O	0			ewtb.r.070730.3
+22	I	i	PRON	O	0			ewtb.r.070730.3
+23	would	would	AUX	O	0			ewtb.r.070730.3
+24	say	say	VERB	O	0		v.communication	ewtb.r.070730.3
+25	was	be	VERB	O	0		v.stative	ewtb.r.070730.3
+26	well	well	ADV	O	0			ewtb.r.070730.3
+27	worth	worth	ADJ	O	0			ewtb.r.070730.3
+28	it	it	PRON	O	0			ewtb.r.070730.3
+29	and	and	CONJ	O	0			ewtb.r.070730.3
+30	a	a	DET	O	0			ewtb.r.070730.3
+31	great	great	ADJ	O	0			ewtb.r.070730.3
+32	value	value	NOUN	O	0		n.possession	ewtb.r.070730.3
+33	(	(	PUNCT	O	0			ewtb.r.070730.3
+34	and	and	CONJ	O	0			ewtb.r.070730.3
+35	I	i	PRON	O	0			ewtb.r.070730.3
+36	never	never	ADV	O	0			ewtb.r.070730.3
+37	get	get	VERB	O	0		v.stative	ewtb.r.070730.3
+38	vegetarian	vegetarian	ADJ	O	0			ewtb.r.070730.3
+39	rolls	roll	NOUN	O	0		n.food	ewtb.r.070730.3
+40	)	)	PUNCT	O	0			ewtb.r.070730.3
+41	.	.	PUNCT	O	0			ewtb.r.070730.3
+
+1	The	the	DET	O	0			ewtb.r.070730.4
+2	other	other	ADJ	O	0			ewtb.r.070730.4
+3	rolls	roll	NOUN	O	0		n.food	ewtb.r.070730.4
+4	were	be	VERB	O	0		v.stative	ewtb.r.070730.4
+5	n't	n't	PART	O	0			ewtb.r.070730.4
+6	at	at	ADV	B	0			ewtb.r.070730.4
+7	all	all	ADV	I	6			ewtb.r.070730.4
+8	special	special	ADJ	O	0			ewtb.r.070730.4
+9	,	,	PUNCT	O	0			ewtb.r.070730.4
+10	especially	especially	ADV	O	0			ewtb.r.070730.4
+11	given	give	VERB	O	0		v.stative	ewtb.r.070730.4
+12	their	their	PRON	O	0			ewtb.r.070730.4
+13	pricing	pricing	NOUN	O	0		n.possession	ewtb.r.070730.4
+14	.	.	PUNCT	O	0			ewtb.r.070730.4
+
+1	The	the	DET	O	0			ewtb.r.070730.5
+2	bottom	bottom	ADJ	B	0		n.cognition	ewtb.r.070730.5
+3	line	line	NOUN	I	2			ewtb.r.070730.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.070730.5
+5	that	that	SCONJ	O	0			ewtb.r.070730.5
+6	the	the	DET	O	0			ewtb.r.070730.5
+7	food	food	NOUN	O	0		n.food	ewtb.r.070730.5
+8	is	be	VERB	O	0		v.stative	ewtb.r.070730.5
+9	n't	n't	PART	O	0			ewtb.r.070730.5
+10	great	great	ADJ	O	0			ewtb.r.070730.5
+11	and	and	CONJ	O	0			ewtb.r.070730.5
+12	is	be	VERB	O	0		v.stative	ewtb.r.070730.5
+13	relatively	relatively	ADV	O	0			ewtb.r.070730.5
+14	high	high	ADJ	O	0			ewtb.r.070730.5
+15	-	-	PUNCT	O	0			ewtb.r.070730.5
+16	priced	priced	ADJ	O	0			ewtb.r.070730.5
+17	.	.	PUNCT	O	0			ewtb.r.070730.5
+
+1	But	but	CONJ	O	0			ewtb.r.070730.7
+2	I	i	PRON	O	0			ewtb.r.070730.7
+3	'd	'd	AUX	O	0			ewtb.r.070730.7
+4	go	go	VERB	O	0		v.motion	ewtb.r.070730.7
+5	elsewhere	elsewhere	ADV	O	0			ewtb.r.070730.7
+6	unless	unless	SCONJ	O	0			ewtb.r.070730.7
+7	the	the	DET	O	0			ewtb.r.070730.7
+8	prices	price	NOUN	B	0		v.change	ewtb.r.070730.7
+9	are	be	AUX	o	0			ewtb.r.070730.7
+10	cut	cut	VERB	I	8			ewtb.r.070730.7
+11	.	.	PUNCT	O	0			ewtb.r.070730.7
+
+1	It	it	PRON	O	0			ewtb.r.070730.8
+2	's	's	VERB	O	0		v.stative	ewtb.r.070730.8
+3	just	just	ADV	O	0			ewtb.r.070730.8
+4	not	not	PART	O	0			ewtb.r.070730.8
+5	worth	worth	ADJ	O	0			ewtb.r.070730.8
+6	it	it	PRON	O	0			ewtb.r.070730.8
+7	.	.	PUNCT	O	0			ewtb.r.070730.8
+
+1	I	i	PRON	O	0			ewtb.r.008585.2
+2	was	be	AUX	O	0			ewtb.r.008585.2
+3	recently	recently	ADV	O	0			ewtb.r.008585.2
+4	traveling	travel	VERB	O	0		v.motion	ewtb.r.008585.2
+5	down	down	ADP	O	0			ewtb.r.008585.2
+6	I	i	PROPN	B	0		n.location	ewtb.r.008585.2
+7	-	-	PUNCT	I	6			ewtb.r.008585.2
+8	24	24	PROPN	I	7			ewtb.r.008585.2
+9	from	from	ADP	O	0			ewtb.r.008585.2
+10	Nashville	nashville	PROPN	O	0		n.location	ewtb.r.008585.2
+11	with	with	ADP	O	0			ewtb.r.008585.2
+12	my	my	PRON	O	0			ewtb.r.008585.2
+13	3	3	NUM	O	0			ewtb.r.008585.2
+14	young	young	ADJ	O	0			ewtb.r.008585.2
+15	children	child	NOUN	O	0		n.person	ewtb.r.008585.2
+16	and	and	CONJ	O	0			ewtb.r.008585.2
+17	had	have	VERB	B	0		v.change	ewtb.r.008585.2
+18	a	a	DET	o	0			ewtb.r.008585.2
+19	blowout	blowout	NOUN	I	17			ewtb.r.008585.2
+20	on	on	ADP	O	0			ewtb.r.008585.2
+21	the	the	DET	O	0			ewtb.r.008585.2
+22	southeast	southeast	NOUN	O	0		n.location	ewtb.r.008585.2
+23	side	side	NOUN	O	0		n.location	ewtb.r.008585.2
+24	of	of	ADP	O	0			ewtb.r.008585.2
+25	Murfreesboro	murfreesboro	PROPN	O	0		n.location	ewtb.r.008585.2
+26	.	.	PUNCT	O	0			ewtb.r.008585.2
+
+1	Not	not	PART	O	0			ewtb.r.008585.4
+2	only	only	ADV	O	0			ewtb.r.008585.4
+3	did	do	AUX	O	0			ewtb.r.008585.4
+4	they	they	PRON	O	0			ewtb.r.008585.4
+5	answer	answer	VERB	O	0		v.communication	ewtb.r.008585.4
+6	the	the	DET	O	0			ewtb.r.008585.4
+7	phone	phone	NOUN	O	0		n.artifact	ewtb.r.008585.4
+8	at	at	ADP	O	0			ewtb.r.008585.4
+9	4:50	4:50	NUM	O	0			ewtb.r.008585.4
+10	on	on	ADP	O	0			ewtb.r.008585.4
+11	a	a	DET	O	0			ewtb.r.008585.4
+12	Thursday	thursday	PROPN	O	0		n.time	ewtb.r.008585.4
+13	,	,	PUNCT	O	0			ewtb.r.008585.4
+14	they	they	PRON	O	0			ewtb.r.008585.4
+15	hit	hit	VERB	B	0		v.change	ewtb.r.008585.4
+16	the	the	DET	I	15			ewtb.r.008585.4
+17	ground	ground	NOUN	I	16			ewtb.r.008585.4
+18	moving	move	VERB	O	0		v.motion	ewtb.r.008585.4
+19	!.	!.	PUNCT	O	0			ewtb.r.008585.4
+
+1	After	after	ADP	O	0			ewtb.r.026883.6
+2	seventeen	seventeen	NUM	O	0			ewtb.r.026883.6
+3	days	days	NOUN	O	0		n.time	ewtb.r.026883.6
+4	the	the	DET	O	0			ewtb.r.026883.6
+5	delivery	delivery	NOUN	O	0		n.act	ewtb.r.026883.6
+6	van	van	NOUN	O	0		n.artifact	ewtb.r.026883.6
+7	showed	show	VERB	B	0		v.social	ewtb.r.026883.6
+8	up	up	ADP	I	7			ewtb.r.026883.6
+9	at	at	ADP	O	0			ewtb.r.026883.6
+10	my	my	PRON	O	0			ewtb.r.026883.6
+11	home	home	NOUN	O	0		n.location	ewtb.r.026883.6
+12	minus	minus	ADP	O	0			ewtb.r.026883.6
+13	two	two	NUM	O	0			ewtb.r.026883.6
+14	pieces	piece	NOUN	O	0		n.artifact	ewtb.r.026883.6
+15	.	.	PUNCT	O	0			ewtb.r.026883.6
+
+1	I	i	PRON	O	0			ewtb.r.026883.7
+2	was	be	AUX	O	0			ewtb.r.026883.7
+3	later	later	ADV	O	0			ewtb.r.026883.7
+4	told	tell	VERB	O	0		v.communication	ewtb.r.026883.7
+5	they	they	PRON	O	0			ewtb.r.026883.7
+6	had	have	AUX	O	0			ewtb.r.026883.7
+7	been	be	AUX	O	0			ewtb.r.026883.7
+8	left	leave	VERB	O	0		v.motion	ewtb.r.026883.7
+9	at	at	ADP	O	0			ewtb.r.026883.7
+10	the	the	DET	O	0			ewtb.r.026883.7
+11	warehouse	warehouse	NOUN	O	0		n.location	ewtb.r.026883.7
+12	and	and	CONJ	O	0			ewtb.r.026883.7
+13	some	some	DET	O	0			ewtb.r.026883.7
+14	future	future	NOUN	O	0		n.time	ewtb.r.026883.7
+15	date	date	NOUN	O	0		n.time	ewtb.r.026883.7
+16	they	they	PRON	O	0			ewtb.r.026883.7
+17	would	would	AUX	O	0			ewtb.r.026883.7
+18	be	be	AUX	O	0			ewtb.r.026883.7
+19	delivered	deliver	VERB	O	0		v.motion	ewtb.r.026883.7
+20	.	.	PUNCT	O	0			ewtb.r.026883.7
+
+1	The	the	DET	O	0			ewtb.r.047184.3
+2	new	new	ADJ	O	0			ewtb.r.047184.3
+3	Centre	centre	PROPN	O	0		n.location	ewtb.r.047184.3
+4	has	have	VERB	B	0		v.cognition	ewtb.r.047184.3
+5	4	4	NUM	o	0			ewtb.r.047184.3
+6	studios	studio	NOUN	o	0			ewtb.r.047184.3
+7	planned	plan	VERB	I	4			ewtb.r.047184.3
+8	and	and	CONJ	O	0			ewtb.r.047184.3
+9	now	now	ADV	O	0			ewtb.r.047184.3
+10	boasts	boast	VERB	O	0		v.cognition	ewtb.r.047184.3
+11	the	the	DET	O	0			ewtb.r.047184.3
+12	largest	large	ADJ	O	0			ewtb.r.047184.3
+13	single	single	ADJ	O	0			ewtb.r.047184.3
+14	dance	dance	NOUN	B	0		n.artifact	ewtb.r.047184.3
+15	floor	floor	NOUN	I	14			ewtb.r.047184.3
+16	area	area	NOUN	O	0		n.location	ewtb.r.047184.3
+17	in	in	ADP	O	0			ewtb.r.047184.3
+18	Kingston	kingston	PROPN	B	0		n.group	ewtb.r.047184.3
+19	upon	upon	ADP	I	18			ewtb.r.047184.3
+20	Hull	hull	PROPN	I	19			ewtb.r.047184.3
+21	.	.	PUNCT	O	0			ewtb.r.047184.3
+
+1	Fast	fast	ADJ	O	0			ewtb.r.059685.1
+2	and	and	CONJ	O	0			ewtb.r.059685.1
+3	great	great	ADJ	O	0			ewtb.r.059685.1
+4	service	service	NOUN	O	0		n.act	ewtb.r.059685.1
+5	on	on	ADP	O	0			ewtb.r.059685.1
+6	pool	pool	NOUN	B	0		n.artifact	ewtb.r.059685.1
+7	covers	cover	NOUN	I	6			ewtb.r.059685.1
+
+1	Not	not	PART	B	0			ewtb.r.003418.12
+2	only	only	ADV	I	1			ewtb.r.003418.12
+3	am	be	AUX	O	0			ewtb.r.003418.12
+4	I	i	PRON	O	0			ewtb.r.003418.12
+5	being	be	AUX	O	0			ewtb.r.003418.12
+6	bilked	bilk	VERB	O	0		v.possession	ewtb.r.003418.12
+7	for	for	ADP	O	0			ewtb.r.003418.12
+8	money	money	NOUN	O	0		n.possession	ewtb.r.003418.12
+9	I	i	PRON	O	0			ewtb.r.003418.12
+10	do	do	AUX	O	0			ewtb.r.003418.12
+11	not	not	PART	O	0			ewtb.r.003418.12
+12	owe	owe	VERB	O	0		v.possession	ewtb.r.003418.12
+13	,	,	PUNCT	O	0			ewtb.r.003418.12
+14	the	the	DET	O	0			ewtb.r.003418.12
+15	office	office	NOUN	O	0		n.group	ewtb.r.003418.12
+16	staff	staff	NOUN	O	0		n.group	ewtb.r.003418.12
+17	is	be	VERB	O	0		v.stative	ewtb.r.003418.12
+18	rude	rude	ADJ	O	0			ewtb.r.003418.12
+19	to	to	PART	B	0			ewtb.r.003418.12
+20	boot	boot	VERB	I	19			ewtb.r.003418.12
+21	.	.	PUNCT	O	0			ewtb.r.003418.12
+
+1	I	i	PRON	O	0			ewtb.r.003418.2
+2	had	have	VERB	B	0		v.social	ewtb.r.003418.2
+3	a	a	DET	o	0			ewtb.r.003418.2
+4	routine	routine	ADJ	o	0			ewtb.r.003418.2
+5	surgery	surgery	NOUN	I	2			ewtb.r.003418.2
+6	for	for	ADP	O	0			ewtb.r.003418.2
+7	an	an	DET	O	0			ewtb.r.003418.2
+8	ingrown	ingrown	ADJ	B	0		n.body	ewtb.r.003418.2
+9	toenail	toenail	NOUN	I	8			ewtb.r.003418.2
+10	.	.	PUNCT	O	0			ewtb.r.003418.2
+
+1	Then	then	ADV	O	0			ewtb.r.003418.4
+2	I	i	PRON	O	0			ewtb.r.003418.4
+3	got	get	VERB	O	0		v.stative	ewtb.r.003418.4
+4	a	a	DET	O	0			ewtb.r.003418.4
+5	bill	bill	NOUN	O	0		n.possession	ewtb.r.003418.4
+6	for	for	ADP	O	0			ewtb.r.003418.4
+7	$	$	SYM	O	0			ewtb.r.003418.4
+8	483.00	483.00	NUM	O	0			ewtb.r.003418.4
+9	.	.	PUNCT	O	0			ewtb.r.003418.4
+
+1	The	the	DET	O	0			ewtb.r.003418.7
+2	office	office	NOUN	O	0		n.group	ewtb.r.003418.7
+3	refused	refuse	VERB	O	0		v.communication	ewtb.r.003418.7
+4	my	my	PRON	O	0			ewtb.r.003418.7
+5	requests	request	NOUN	O	0		n.communication	ewtb.r.003418.7
+6	to	to	PART	O	0			ewtb.r.003418.7
+7	see	see	VERB	O	0		v.perception	ewtb.r.003418.7
+8	what	what	PRON	O	0			ewtb.r.003418.7
+9	they	they	PRON	O	0			ewtb.r.003418.7
+10	got	get	VERB	O	0		v.stative	ewtb.r.003418.7
+11	from	from	ADP	O	0			ewtb.r.003418.7
+12	BC	bc	PROPN	B	0		n.group	ewtb.r.003418.7
+13	/	/	PUNCT	I	12			ewtb.r.003418.7
+14	BS	bs	PROPN	I	13			ewtb.r.003418.7
+15	.	.	PUNCT	O	0			ewtb.r.003418.7
+
+1	Recommend	recommend	VERB	O	0		v.communication	ewtb.r.025516.3
+2	you	you	PRON	O	0			ewtb.r.025516.3
+3	call	call	VERB	B	0		v.communication	ewtb.r.025516.3
+4	in	in	ADP	I	3			ewtb.r.025516.3
+5	for	for	ADP	O	0			ewtb.r.025516.3
+6	a	a	DET	O	0			ewtb.r.025516.3
+7	look	look	NOUN	O	0		n.event	ewtb.r.025516.3
+8	.	.	PUNCT	O	0			ewtb.r.025516.3
+
+1	We	we	PRON	O	0			ewtb.r.029218.2
+2	just	just	ADV	O	0			ewtb.r.029218.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.029218.2
+4	our	our	PRON	O	0			ewtb.r.029218.2
+5	wedding	wedding	NOUN	O	0		n.event	ewtb.r.029218.2
+6	on	on	ADP	O	0			ewtb.r.029218.2
+7	11/7/08	11/7/08	NUM	O	0			ewtb.r.029218.2
+8	and	and	CONJ	O	0			ewtb.r.029218.2
+9	was	be	VERB	O	0		v.stative	ewtb.r.029218.2
+10	very	very	ADV	O	0			ewtb.r.029218.2
+11	impressed	impressed	ADJ	O	0			ewtb.r.029218.2
+12	.	.	PUNCT	O	0			ewtb.r.029218.2
+
+1	I	i	PRON	O	0			ewtb.r.031113.2
+2	just	just	ADV	O	0			ewtb.r.031113.2
+3	moved	move	VERB	O	0		v.motion	ewtb.r.031113.2
+4	nearby	nearby	ADV	O	0			ewtb.r.031113.2
+5	and	and	CONJ	O	0			ewtb.r.031113.2
+6	have	have	AUX	O	0			ewtb.r.031113.2
+7	tried	try	VERB	O	0		v.social	ewtb.r.031113.2
+8	several	several	ADJ	O	0			ewtb.r.031113.2
+9	of	of	ADP	O	0			ewtb.r.031113.2
+10	the	the	DET	O	0			ewtb.r.031113.2
+11	local	local	ADJ	O	0			ewtb.r.031113.2
+12	places	place	NOUN	O	0		n.group	ewtb.r.031113.2
+13	,	,	PUNCT	O	0			ewtb.r.031113.2
+14	this	this	DET	O	0			ewtb.r.031113.2
+15	was	be	VERB	O	0		v.stative	ewtb.r.031113.2
+16	the	the	DET	O	0			ewtb.r.031113.2
+17	first	first	ADJ	O	0			ewtb.r.031113.2
+18	one	one	NUM	O	0			ewtb.r.031113.2
+19	and	and	CONJ	O	0			ewtb.r.031113.2
+20	I	i	PRON	O	0			ewtb.r.031113.2
+21	should	should	AUX	O	0			ewtb.r.031113.2
+22	have	have	AUX	O	0			ewtb.r.031113.2
+23	just	just	ADV	O	0			ewtb.r.031113.2
+24	stuck	stick	VERB	B	0		v.social	ewtb.r.031113.2
+25	with	with	ADP	I	24			ewtb.r.031113.2
+26	it	it	PRON	O	0			ewtb.r.031113.2
+27	.	.	PUNCT	O	0			ewtb.r.031113.2
+
+1	Baffled	baffle	VERB	O	0		v.cognition	ewtb.r.034813.1
+2	by	by	ADP	O	0			ewtb.r.034813.1
+3	the	the	DET	O	0			ewtb.r.034813.1
+4	one	one	NUM	B	0		n.communication	ewtb.r.034813.1
+5	-	-	PUNCT	o	0			ewtb.r.034813.1
+6	star	star	NOUN	I	4			ewtb.r.034813.1
+7	reviews	review	NOUN	O	0		n.communication	ewtb.r.034813.1
+
+1	I	i	PRON	O	0			ewtb.r.042012.6
+2	will	will	AUX	O	0			ewtb.r.042012.6
+3	4	4	X	B	0			ewtb.r.042012.6
+4	-	-	PUNCT	I	3			ewtb.r.042012.6
+5	ever	ever	ADV	I	4			ewtb.r.042012.6
+6	be	be	VERB	O	0		v.stative	ewtb.r.042012.6
+7	eternally	eternally	ADV	O	0			ewtb.r.042012.6
+8	grateful	grateful	ADJ	O	0			ewtb.r.042012.6
+9	for	for	ADP	O	0			ewtb.r.042012.6
+10	their	their	PRON	O	0			ewtb.r.042012.6
+11	hospitality	hospitality	NOUN	O	0		n.attribute	ewtb.r.042012.6
+12	and	and	CONJ	O	0			ewtb.r.042012.6
+13	luv	luv	NOUN	B	0		v.emotion	ewtb.r.042012.6
+14	that	that	DET	o	0			ewtb.r.042012.6
+15	my	my	PRON	o	0			ewtb.r.042012.6
+16	Sicilian	sicilian	ADJ	o	0			ewtb.r.042012.6
+17	family	family	NOUN	o	0		n.group	ewtb.r.042012.6
+18	showed	show	VERB	I	13			ewtb.r.042012.6
+19	me	me	PRON	O	0			ewtb.r.042012.6
+20	when	when	ADV	O	0			ewtb.r.042012.6
+21	I	i	PRON	O	0			ewtb.r.042012.6
+22	was	be	VERB	O	0		v.stative	ewtb.r.042012.6
+23	there	there	ADV	O	0			ewtb.r.042012.6
+24	for	for	ADP	O	0			ewtb.r.042012.6
+25	3	3	NUM	O	0			ewtb.r.042012.6
+26	years	years	NOUN	O	0		n.time	ewtb.r.042012.6
+27	.	.	PUNCT	O	0			ewtb.r.042012.6
+
+1	We	we	PRON	O	0			ewtb.r.042416.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.042416.3
+3	in	in	ADP	O	0			ewtb.r.042416.3
+4	Santa	santa	PROPN	B	0		n.location	ewtb.r.042416.3
+5	Fe	fe	PROPN	I	4			ewtb.r.042416.3
+6	for	for	ADP	O	0			ewtb.r.042416.3
+7	a	a	DET	O	0			ewtb.r.042416.3
+8	special	special	ADJ	O	0			ewtb.r.042416.3
+9	event	event	NOUN	O	0		n.event	ewtb.r.042416.3
+10	and	and	CONJ	O	0			ewtb.r.042416.3
+11	our	our	PRON	O	0			ewtb.r.042416.3
+12	hosts	host	NOUN	O	0		n.group	ewtb.r.042416.3
+13	rented	rent	VERB	B	0		v.possession	ewtb.r.042416.3
+14	out	out	ADP	I	13			ewtb.r.042416.3
+15	the	the	DET	O	0			ewtb.r.042416.3
+16	El	el	PROPN	B	0		n.location	ewtb.r.042416.3
+17	Paradero	paradero	PROPN	I	16			ewtb.r.042416.3
+18	for	for	SCONJ	O	0			ewtb.r.042416.3
+19	all	all	DET	O	0			ewtb.r.042416.3
+20	their	their	PRON	O	0			ewtb.r.042416.3
+21	guests	guest	NOUN	O	0		n.group	ewtb.r.042416.3
+22	to	to	PART	O	0			ewtb.r.042416.3
+23	stay	stay	VERB	O	0		v.social	ewtb.r.042416.3
+24	at	at	ADP	O	0			ewtb.r.042416.3
+25	.	.	PUNCT	O	0			ewtb.r.042416.3
+
+1	The	the	DET	O	0			ewtb.r.042416.5
+2	weekend	weekend	NOUN	O	0		n.event	ewtb.r.042416.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.042416.5
+4	perfect	perfect	ADJ	O	0			ewtb.r.042416.5
+5	in	in	ADP	B	0			ewtb.r.042416.5
+6	every	every	DET	I	5			ewtb.r.042416.5
+7	way	way	NOUN	I	6			ewtb.r.042416.5
+8	,	,	PUNCT	O	0			ewtb.r.042416.5
+9	in	in	ADP	B	0			ewtb.r.042416.5
+10	large	large	ADJ	I	9			ewtb.r.042416.5
+11	part	part	NOUN	I	10			ewtb.r.042416.5
+12	to	to	ADP	O	0			ewtb.r.042416.5
+13	Sue	sue	PROPN	O	0		n.person	ewtb.r.042416.5
+14	and	and	CONJ	O	0			ewtb.r.042416.5
+15	her	her	PRON	O	0			ewtb.r.042416.5
+16	great	great	ADJ	O	0			ewtb.r.042416.5
+17	staff	staff	NOUN	O	0		n.group	ewtb.r.042416.5
+18	.	.	PUNCT	O	0			ewtb.r.042416.5
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.042416.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.042416.6
+3	so	so	ADV	O	0			ewtb.r.042416.6
+4	friendly	friendly	ADJ	O	0			ewtb.r.042416.6
+5	and	and	CONJ	O	0			ewtb.r.042416.6
+6	really	really	ADV	O	0			ewtb.r.042416.6
+7	went	go	VERB	B	0		v.social	ewtb.r.042416.6
+8	out	out	ADP	I	7			ewtb.r.042416.6
+9	of	of	ADP	I	8			ewtb.r.042416.6
+10	their	their	PRON	o	0			ewtb.r.042416.6
+11	way	way	NOUN	I	9			ewtb.r.042416.6
+12	to	to	PART	O	0			ewtb.r.042416.6
+13	make	make	VERB	B	0		v.cognition	ewtb.r.042416.6
+14	sure	sure	ADJ	I	13			ewtb.r.042416.6
+15	everything	everything	NOUN	O	0			ewtb.r.042416.6
+16	went	go	VERB	O	0		v.stative	ewtb.r.042416.6
+17	well	well	ADV	O	0			ewtb.r.042416.6
+18	.	.	PUNCT	O	0			ewtb.r.042416.6
+
+1	I	i	PRON	O	0			ewtb.r.059416.2
+2	recently	recently	ADV	O	0			ewtb.r.059416.2
+3	threw	throw	VERB	O	0		v.social	ewtb.r.059416.2
+4	a	a	DET	O	0			ewtb.r.059416.2
+5	surprise	surprise	NOUN	O	0			ewtb.r.059416.2
+6	birthday	birthday	NOUN	B	0		n.event	ewtb.r.059416.2
+7	party	party	NOUN	I	6			ewtb.r.059416.2
+8	for	for	ADP	O	0			ewtb.r.059416.2
+9	my	my	PRON	O	0			ewtb.r.059416.2
+10	wife	wife	NOUN	O	0		n.person	ewtb.r.059416.2
+11	at	at	ADP	O	0			ewtb.r.059416.2
+12	Fraiser	fraiser	PROPN	B	0		n.group	ewtb.r.059416.2
+13	's	's	PART	I	12			ewtb.r.059416.2
+14	.	.	PUNCT	O	0			ewtb.r.059416.2
+
+1	We	we	PRON	O	0			ewtb.r.059416.3
+2	had	have	VERB	O	0		v.stative	ewtb.r.059416.3
+3	30	30	NUM	O	0			ewtb.r.059416.3
+4	guests	guest	NOUN	O	0		n.group	ewtb.r.059416.3
+5	for	for	ADP	O	0			ewtb.r.059416.3
+6	the	the	DET	O	0			ewtb.r.059416.3
+7	event	event	NOUN	O	0		n.event	ewtb.r.059416.3
+8	,	,	PUNCT	O	0			ewtb.r.059416.3
+9	and	and	CONJ	O	0			ewtb.r.059416.3
+10	everyone	everyone	NOUN	O	0			ewtb.r.059416.3
+11	came	come	VERB	B	0		v.cognition	ewtb.r.059416.3
+12	away	away	ADV	I	11			ewtb.r.059416.3
+13	from	from	ADP	I	12			ewtb.r.059416.3
+14	the	the	DET	O	0			ewtb.r.059416.3
+15	evening	evening	NOUN	O	0		n.event	ewtb.r.059416.3
+16	impressed	impressed	ADJ	O	0			ewtb.r.059416.3
+17	with	with	ADP	O	0			ewtb.r.059416.3
+18	not	not	PART	B	0			ewtb.r.059416.3
+19	only	only	ADV	I	18			ewtb.r.059416.3
+20	the	the	DET	O	0			ewtb.r.059416.3
+21	food	food	NOUN	O	0		n.food	ewtb.r.059416.3
+22	,	,	PUNCT	O	0			ewtb.r.059416.3
+23	but	but	CONJ	O	0			ewtb.r.059416.3
+24	the	the	DET	O	0			ewtb.r.059416.3
+25	outstanding	outstanding	ADJ	O	0			ewtb.r.059416.3
+26	service	service	NOUN	O	0		n.act	ewtb.r.059416.3
+27	as	as	ADV	B	0			ewtb.r.059416.3
+28	well	well	ADV	I	27			ewtb.r.059416.3
+29	.	.	PUNCT	O	0			ewtb.r.059416.3
+
+1	The	the	DET	O	0			ewtb.r.059416.4
+2	management	management	NOUN	O	0		n.group	ewtb.r.059416.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.059416.4
+4	easy	easy	ADJ	O	0			ewtb.r.059416.4
+5	to	to	PART	O	0			ewtb.r.059416.4
+6	deal	deal	VERB	B	0		v.social	ewtb.r.059416.4
+7	with	with	ADP	I	6			ewtb.r.059416.4
+8	during	during	ADP	O	0			ewtb.r.059416.4
+9	the	the	DET	O	0			ewtb.r.059416.4
+10	planning	planning	NOUN	O	0		n.cognition	ewtb.r.059416.4
+11	stages	stage	NOUN	O	0		n.process	ewtb.r.059416.4
+12	,	,	PUNCT	O	0			ewtb.r.059416.4
+13	and	and	CONJ	O	0			ewtb.r.059416.4
+14	the	the	DET	O	0			ewtb.r.059416.4
+15	execution	execution	NOUN	O	0		n.act	ewtb.r.059416.4
+16	by	by	ADP	O	0			ewtb.r.059416.4
+17	the	the	DET	O	0			ewtb.r.059416.4
+18	kitchen	kitchen	NOUN	O	0		n.group	ewtb.r.059416.4
+19	and	and	CONJ	O	0			ewtb.r.059416.4
+20	wait	wait	NOUN	B	0		n.group	ewtb.r.059416.4
+21	staff	staff	NOUN	I	20			ewtb.r.059416.4
+22	was	be	VERB	O	0		v.stative	ewtb.r.059416.4
+23	flawless	flawless	ADJ	O	0			ewtb.r.059416.4
+24	.	.	PUNCT	O	0			ewtb.r.059416.4
+
+1	I	i	PRON	O	0			ewtb.r.059416.5
+2	highly	highly	ADV	O	0			ewtb.r.059416.5
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.059416.5
+4	Fraiser	fraiser	PROPN	B	0		n.group	ewtb.r.059416.5
+5	's	's	PART	I	4			ewtb.r.059416.5
+6	for	for	ADP	O	0			ewtb.r.059416.5
+7	anyone	anyone	NOUN	O	0			ewtb.r.059416.5
+8	planning	plan	VERB	O	0		v.social	ewtb.r.059416.5
+9	a	a	DET	O	0			ewtb.r.059416.5
+10	special	special	ADJ	O	0			ewtb.r.059416.5
+11	event	event	NOUN	O	0		n.event	ewtb.r.059416.5
+12	for	for	ADP	O	0			ewtb.r.059416.5
+13	friends	friend	NOUN	O	0		n.group	ewtb.r.059416.5
+14	,	,	PUNCT	O	0			ewtb.r.059416.5
+15	family	family	NOUN	O	0		n.group	ewtb.r.059416.5
+16	or	or	CONJ	O	0			ewtb.r.059416.5
+17	business	business	NOUN	O	0		n.group	ewtb.r.059416.5
+18	.	.	PUNCT	O	0			ewtb.r.059416.5
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.059416.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.059416.1
+3	,	,	PUNCT	O	0			ewtb.r.059416.1
+4	fantastic	fantastic	ADJ	O	0			ewtb.r.059416.1
+5	wait	wait	NOUN	B	0		n.group	ewtb.r.059416.1
+6	staff	staff	NOUN	I	5			ewtb.r.059416.1
+
+1	It	it	PRON	O	0			ewtb.r.071017.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.071017.1
+3	ok	ok	ADJ	O	0			ewtb.r.071017.1
+4	,	,	PUNCT	O	0			ewtb.r.071017.1
+5	nice	nice	ADJ	O	0			ewtb.r.071017.1
+6	management	management	NOUN	O	0		n.group	ewtb.r.071017.1
+7	,	,	PUNCT	O	0			ewtb.r.071017.1
+8	they	they	PRON	O	0			ewtb.r.071017.1
+9	let	let	VERB	O	0		v.social	ewtb.r.071017.1
+10	us	us	PRON	O	0			ewtb.r.071017.1
+11	check	check	VERB	B	0		v.social	ewtb.r.071017.1
+12	in	in	ADP	I	11			ewtb.r.071017.1
+13	early	early	ADV	O	0			ewtb.r.071017.1
+14	,	,	PUNCT	O	0			ewtb.r.071017.1
+15	but	but	CONJ	O	0			ewtb.r.071017.1
+16	the	the	DET	O	0			ewtb.r.071017.1
+17	place	place	NOUN	O	0		n.group	ewtb.r.071017.1
+18	was	be	VERB	O	0		v.stative	ewtb.r.071017.1
+19	old	old	ADJ	O	0			ewtb.r.071017.1
+20	.	.	PUNCT	O	0			ewtb.r.071017.1
+
+1	It	it	PRON	O	0			ewtb.r.071017.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.071017.2
+3	clean	clean	ADJ	O	0			ewtb.r.071017.2
+4	,	,	PUNCT	O	0			ewtb.r.071017.2
+5	but	but	CONJ	O	0			ewtb.r.071017.2
+6	just	just	ADV	O	0			ewtb.r.071017.2
+7	a	a	DET	B	0			ewtb.r.071017.2
+8	little	little	ADJ	I	7			ewtb.r.071017.2
+9	dumpy	dumpy	ADJ	O	0			ewtb.r.071017.2
+10	.	.	PUNCT	O	0			ewtb.r.071017.2
+
+1	Hard	hard	ADJ	O	0			ewtb.r.071017.4
+2	to	to	PART	O	0			ewtb.r.071017.4
+3	get	get	VERB	O	0		v.stative	ewtb.r.071017.4
+4	into	into	ADP	O	0			ewtb.r.071017.4
+5	though	though	ADV	O	0			ewtb.r.071017.4
+6	because	because	ADP	B	0			ewtb.r.071017.4
+7	of	of	ADP	I	6			ewtb.r.071017.4
+8	road	road	NOUN	B	0		n.event	ewtb.r.071017.4
+9	construction	construction	NOUN	I	8			ewtb.r.071017.4
+10	.	.	PUNCT	O	0			ewtb.r.071017.4
+
+1	Great	great	ADJ	O	0			ewtb.r.071518.1
+2	,	,	PUNCT	O	0			ewtb.r.071518.1
+3	Honest	honest	ADJ	O	0			ewtb.r.071518.1
+4	Service	service	NOUN	O	0		n.act	ewtb.r.071518.1
+
+1	The	the	DET	O	0			ewtb.r.071518.3
+2	dealer	dealer	NOUN	O	0		n.person	ewtb.r.071518.3
+3	wanted	want	VERB	O	0		v.cognition	ewtb.r.071518.3
+4	$	$	SYM	O	0			ewtb.r.071518.3
+5	1300	1300	NUM	O	0			ewtb.r.071518.3
+6	to	to	PART	O	0			ewtb.r.071518.3
+7	fix	fix	VERB	O	0		v.change	ewtb.r.071518.3
+8	that	that	DET	O	0			ewtb.r.071518.3
+9	and	and	CONJ	O	0			ewtb.r.071518.3
+10	another	another	DET	O	0			ewtb.r.071518.3
+11	$	$	SYM	O	0			ewtb.r.071518.3
+12	1500	1500	NUM	O	0			ewtb.r.071518.3
+13	to	to	PART	O	0			ewtb.r.071518.3
+14	fix	fix	VERB	O	0		v.change	ewtb.r.071518.3
+15	some	some	DET	O	0			ewtb.r.071518.3
+16	other	other	ADJ	O	0			ewtb.r.071518.3
+17	things	things	NOUN	O	0			ewtb.r.071518.3
+18	.	.	PUNCT	O	0			ewtb.r.071518.3
+
+1	Eagle	eagle	PROPN	B	0		n.group	ewtb.r.071518.4
+2	Transmission	transmission	PROPN	I	1			ewtb.r.071518.4
+3	determined	determine	VERB	O	0		v.cognition	ewtb.r.071518.4
+4	that	that	SCONJ	O	0			ewtb.r.071518.4
+5	much	much	ADJ	O	0			ewtb.r.071518.4
+6	of	of	ADP	O	0			ewtb.r.071518.4
+7	the	the	DET	O	0			ewtb.r.071518.4
+8	work	work	NOUN	O	0		n.act	ewtb.r.071518.4
+9	the	the	DET	O	0			ewtb.r.071518.4
+10	dealer	dealer	NOUN	O	0		n.person	ewtb.r.071518.4
+11	said	say	VERB	O	0		v.communication	ewtb.r.071518.4
+12	needed	need	VERB	O	0		v.cognition	ewtb.r.071518.4
+13	to	to	PART	O	0			ewtb.r.071518.4
+14	be	be	AUX	O	0			ewtb.r.071518.4
+15	done	do	VERB	O	0		v.stative	ewtb.r.071518.4
+16	was	be	VERB	O	0		v.stative	ewtb.r.071518.4
+17	unneccesary	unneccesary	ADJ	O	0			ewtb.r.071518.4
+18	and	and	CONJ	O	0			ewtb.r.071518.4
+19	what	what	PRON	O	0			ewtb.r.071518.4
+20	needed	need	VERB	O	0		v.cognition	ewtb.r.071518.4
+21	to	to	PART	O	0			ewtb.r.071518.4
+22	be	be	AUX	O	0			ewtb.r.071518.4
+23	fixed	fix	VERB	O	0		v.change	ewtb.r.071518.4
+24	was	be	VERB	O	0		v.stative	ewtb.r.071518.4
+25	only	only	ADV	O	0			ewtb.r.071518.4
+26	$	$	SYM	O	0			ewtb.r.071518.4
+27	400	400	NUM	O	0			ewtb.r.071518.4
+28	!!	!!	PUNCT	O	0			ewtb.r.071518.4
+
+1	I	i	PRON	O	0			ewtb.r.071518.6
+2	dropped	drop	VERB	B	0		v.motion	ewtb.r.071518.6
+3	the	the	DET	o	0			ewtb.r.071518.6
+4	truck	truck	NOUN	o	0		n.artifact	ewtb.r.071518.6
+5	off	off	ADP	I	2			ewtb.r.071518.6
+6	in	in	ADP	O	0			ewtb.r.071518.6
+7	the	the	DET	O	0			ewtb.r.071518.6
+8	morning	morning	NOUN	O	0		n.time	ewtb.r.071518.6
+9	and	and	CONJ	O	0			ewtb.r.071518.6
+10	it	it	PRON	O	0			ewtb.r.071518.6
+11	was	be	VERB	O	0		v.stative	ewtb.r.071518.6
+12	ready	ready	ADJ	O	0			ewtb.r.071518.6
+13	that	that	DET	O	0			ewtb.r.071518.6
+14	afternoon	afternoon	NOUN	O	0		n.time	ewtb.r.071518.6
+15	.	.	PUNCT	O	0			ewtb.r.071518.6
+
+1	I	i	PRON	O	0			ewtb.r.071518.7
+2	have	have	AUX	O	0		v.stative	ewtb.r.071518.7
+3	finally	finally	ADV	O	0			ewtb.r.071518.7
+4	found	find	VERB	O	0		v.cognition	ewtb.r.071518.7
+5	a	a	DET	O	0			ewtb.r.071518.7
+6	mechanic	mechanic	ADJ	O	0			ewtb.r.071518.7
+7	I	i	PRON	O	0			ewtb.r.071518.7
+8	trust	trust	VERB	O	0		v.emotion	ewtb.r.071518.7
+9	!!	!!	PUNCT	O	0			ewtb.r.071518.7
+
+1	And	and	CONJ	O	0			ewtb.r.071518.8
+2	it	it	PRON	O	0			ewtb.r.071518.8
+3	was	be	VERB	O	0		v.stative	ewtb.r.071518.8
+4	great	great	ADJ	O	0			ewtb.r.071518.8
+5	that	that	SCONJ	O	0			ewtb.r.071518.8
+6	they	they	PRON	O	0			ewtb.r.071518.8
+7	did	do	AUX	O	0			ewtb.r.071518.8
+8	not	not	PART	O	0			ewtb.r.071518.8
+9	charge	charge	VERB	O	0		v.possession	ewtb.r.071518.8
+10	a	a	DET	O	0			ewtb.r.071518.8
+11	service	service	NOUN	B	0		n.possession	ewtb.r.071518.8
+12	fee	fee	NOUN	I	11			ewtb.r.071518.8
+13	to	to	PART	O	0			ewtb.r.071518.8
+14	diagnose	diagnose	VERB	O	0		v.cognition	ewtb.r.071518.8
+15	the	the	DET	O	0			ewtb.r.071518.8
+16	problem	problem	NOUN	O	0		n.cognition	ewtb.r.071518.8
+17	-	-	PUNCT	O	0			ewtb.r.071518.8
+18	an	an	NOUN	O	0			ewtb.r.071518.8
+19	added	add	VERB	O	0		v.stative	ewtb.r.071518.8
+20	bonus	bonus	NOUN	O	0		n.possession	ewtb.r.071518.8
+21	!!	!!	PUNCT	O	0			ewtb.r.071518.8
+
+1	They	they	PRON	O	0			ewtb.r.004940.5
+2	did	do	VERB	O	0		v.stative	ewtb.r.004940.5
+3	that	that	DET	O	0			ewtb.r.004940.5
+4	with	with	ADP	O	0			ewtb.r.004940.5
+5	no	no	DET	O	0			ewtb.r.004940.5
+6	problem	problem	NOUN	O	0		n.cognition	ewtb.r.004940.5
+7	.	.	PUNCT	O	0			ewtb.r.004940.5
+
+1	moving	move	VERB	O	0		v.motion	ewtb.r.009943.2
+2	with	with	ADP	O	0			ewtb.r.009943.2
+3	a	a	DET	O	0			ewtb.r.009943.2
+4	pod	pod	NOUN	O	0		n.artifact	ewtb.r.009943.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.009943.2
+6	the	the	DET	O	0			ewtb.r.009943.2
+7	best	best	ADJ	O	0			ewtb.r.009943.2
+8	moving	moving	NOUN	O	0		n.act	ewtb.r.009943.2
+9	experience	experience	NOUN	O	0		n.event	ewtb.r.009943.2
+10	i	i	PRON	O	0			ewtb.r.009943.2
+11	have	have	AUX	O	0			ewtb.r.009943.2
+12	had	have	VERB	O	0		v.stative	ewtb.r.009943.2
+13	.	.	PUNCT	O	0			ewtb.r.009943.2
+
+1	After	after	ADV	B	0			ewtb.r.015148.5
+2	all	all	ADV	I	1			ewtb.r.015148.5
+3	she	she	PRON	O	0			ewtb.r.015148.5
+4	will	will	AUX	O	0			ewtb.r.015148.5
+5	only	only	ADV	O	0			ewtb.r.015148.5
+6	be	be	VERB	O	0		v.stative	ewtb.r.015148.5
+7	a	a	DET	O	0			ewtb.r.015148.5
+8	baby	baby	NOUN	O	0		n.person	ewtb.r.015148.5
+9	for	for	ADP	O	0			ewtb.r.015148.5
+10	so	so	ADV	O	0			ewtb.r.015148.5
+11	long	long	ADV	O	0			ewtb.r.015148.5
+12	I	i	PRON	O	0			ewtb.r.015148.5
+13	figure	figure	VERB	O	0		v.cognition	ewtb.r.015148.5
+14	why	why	ADV	O	0			ewtb.r.015148.5
+15	not	not	PART	O	0			ewtb.r.015148.5
+16	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.015148.5
+17	it	it	PRON	O	0			ewtb.r.015148.5
+18	.	.	PUNCT	O	0			ewtb.r.015148.5
+
+1	**	**	SYM	O	0			ewtb.r.018548.12
+2	Edit	edit	NOUN	O	0			ewtb.r.018548.12
+3	:	:	PUNCT	O	0			ewtb.r.018548.12
+4	Living	live	VERB	O	0		v.social	ewtb.r.018548.12
+5	on	on	ADP	O	0			ewtb.r.018548.12
+6	campus	campus	NOUN	O	0		n.location	ewtb.r.018548.12
+7	at	at	ADP	O	0			ewtb.r.018548.12
+8	Clarkson	clarkson	PROPN	B	0		n.location	ewtb.r.018548.12
+9	University	university	PROPN	I	8			ewtb.r.018548.12
+10	,	,	PUNCT	O	0			ewtb.r.018548.12
+11	I	i	PRON	O	0			ewtb.r.018548.12
+12	have	have	AUX	O	0			ewtb.r.018548.12
+13	had	have	VERB	O	0		v.stative	ewtb.r.018548.12
+14	food	food	NOUN	O	0		n.food	ewtb.r.018548.12
+15	delivered	deliver	VERB	O	0		v.motion	ewtb.r.018548.12
+16	before	before	ADV	O	0			ewtb.r.018548.12
+17	.	.	PUNCT	O	0			ewtb.r.018548.12
+
+1	This	this	DET	O	0			ewtb.r.018548.13
+2	was	be	VERB	O	0		v.stative	ewtb.r.018548.13
+3	back	back	ADV	O	0			ewtb.r.018548.13
+4	between	between	ADP	O	0			ewtb.r.018548.13
+5	'05	'05	NUM	O	0			ewtb.r.018548.13
+6	and	and	CONJ	O	0			ewtb.r.018548.13
+7	'09	'09	NUM	O	0			ewtb.r.018548.13
+8	and	and	CONJ	O	0			ewtb.r.018548.13
+9	I	i	PRON	O	0			ewtb.r.018548.13
+10	do	do	AUX	O	0			ewtb.r.018548.13
+11	n't	n't	PART	O	0			ewtb.r.018548.13
+12	remember	remember	VERB	O	0		v.cognition	ewtb.r.018548.13
+13	how	how	ADV	O	0			ewtb.r.018548.13
+14	many	many	ADJ	O	0			ewtb.r.018548.13
+15	times	times	NOUN	O	0		n.event	ewtb.r.018548.13
+16	we	we	PRON	O	0			ewtb.r.018548.13
+17	've	've	AUX	O	0			ewtb.r.018548.13
+18	had	have	VERB	O	0		v.stative	ewtb.r.018548.13
+19	it	it	PRON	O	0			ewtb.r.018548.13
+20	delivered	deliver	VERB	O	0		v.motion	ewtb.r.018548.13
+21	.	.	PUNCT	O	0			ewtb.r.018548.13
+
+1	it	it	PRON	O	0			ewtb.r.018548.3
+2	s	s	VERB	O	0		v.stative	ewtb.r.018548.3
+3	like	like	ADP	O	0			ewtb.r.018548.3
+4	a	a	DET	O	0			ewtb.r.018548.3
+5	pizza	pizza	NOUN	B	0		n.food	ewtb.r.018548.3
+6	roll	roll	NOUN	I	5			ewtb.r.018548.3
+7	,	,	PUNCT	O	0			ewtb.r.018548.3
+8	but	but	CONJ	O	0			ewtb.r.018548.3
+9	they	they	PRON	O	0			ewtb.r.018548.3
+10	just	just	ADV	O	0			ewtb.r.018548.3
+11	toss	toss	VERB	O	0		v.contact	ewtb.r.018548.3
+12	ham	ham	NOUN	O	0		n.food	ewtb.r.018548.3
+13	and	and	CONJ	O	0			ewtb.r.018548.3
+14	cheese	cheese	NOUN	O	0		n.food	ewtb.r.018548.3
+15	inside	inside	ADV	O	0			ewtb.r.018548.3
+16	.	.	PUNCT	O	0			ewtb.r.018548.3
+
+1	also	also	ADV	O	0			ewtb.r.018548.5
+2	,	,	PUNCT	O	0			ewtb.r.018548.5
+3	you	you	PRON	O	0			ewtb.r.018548.5
+4	can	can	AUX	O	0			ewtb.r.018548.5
+5	call	call	VERB	O	0		v.communication	ewtb.r.018548.5
+6	em	em	PRON	O	0			ewtb.r.018548.5
+7	ahead	ahead	ADV	B	0			ewtb.r.018548.5
+8	of	of	ADP	I	7			ewtb.r.018548.5
+9	time	time	NOUN	I	8			ewtb.r.018548.5
+10	,	,	PUNCT	O	0			ewtb.r.018548.5
+11	and	and	CONJ	O	0			ewtb.r.018548.5
+12	then	then	ADV	O	0			ewtb.r.018548.5
+13	go	go	VERB	O	0		v.motion	ewtb.r.018548.5
+14	to	to	PART	O	0			ewtb.r.018548.5
+15	pick	pick	VERB	B	0		v.motion	ewtb.r.018548.5
+16	up	up	ADP	I	15			ewtb.r.018548.5
+17	ur	ur	PRON	O	0			ewtb.r.018548.5
+18	food	food	NOUN	O	0		n.food	ewtb.r.018548.5
+19	,	,	PUNCT	O	0			ewtb.r.018548.5
+20	or	or	CONJ	O	0			ewtb.r.018548.5
+21	have	have	VERB	O	0		v.stative	ewtb.r.018548.5
+22	it	it	PRON	O	0			ewtb.r.018548.5
+23	delivered	deliver	VERB	O	0		v.motion	ewtb.r.018548.5
+24	**	**	SYM	O	0			ewtb.r.018548.5
+25	.	.	PUNCT	O	0			ewtb.r.018548.5
+
+1	it	it	PRON	O	0			ewtb.r.018548.7
+2	usually	usually	ADV	O	0			ewtb.r.018548.7
+3	takes	take	VERB	O	0		v.stative	ewtb.r.018548.7
+4	20	20	NUM	O	0			ewtb.r.018548.7
+5	mins	min	NOUN	O	0		n.time	ewtb.r.018548.7
+6	for	for	ADP	O	0			ewtb.r.018548.7
+7	a	a	DET	O	0			ewtb.r.018548.7
+8	mezza	mezza	NOUN	B	0		n.food	ewtb.r.018548.7
+9	luna	luna	NOUN	I	8			ewtb.r.018548.7
+10	,	,	PUNCT	O	0			ewtb.r.018548.7
+11	as	as	SCONJ	O	0			ewtb.r.018548.7
+12	they	they	PRON	O	0			ewtb.r.018548.7
+13	have	have	VERB	B	0			ewtb.r.018548.7
+14	to	to	PART	I	13			ewtb.r.018548.7
+15	add	add	VERB	O	0		v.change	ewtb.r.018548.7
+16	pure	pure	ADJ	O	0			ewtb.r.018548.7
+17	delicious	delicious	ADJ	O	0			ewtb.r.018548.7
+18	extract	extract	NOUN	O	0		n.food	ewtb.r.018548.7
+19	to	to	ADP	O	0			ewtb.r.018548.7
+20	the	the	DET	O	0			ewtb.r.018548.7
+21	mix	mix	NOUN	O	0		n.food	ewtb.r.018548.7
+22	.	.	PUNCT	O	0			ewtb.r.018548.7
+
+1	Do	do	AUX	O	0			ewtb.r.048644.1
+2	n't	n't	PART	O	0			ewtb.r.048644.1
+3	judge	judge	VERB	O	0		v.cognition	ewtb.r.048644.1
+4	a	a	DET	O	0			ewtb.r.048644.1
+5	book	book	NOUN	O	0		n.artifact	ewtb.r.048644.1
+6	by	by	ADP	O	0			ewtb.r.048644.1
+7	its	it	PRON	O	0			ewtb.r.048644.1
+8	cover	cover	NOUN	O	0		n.artifact	ewtb.r.048644.1
+
+1	This	this	DET	O	0			ewtb.r.048644.3
+2	could	could	AUX	O	0			ewtb.r.048644.3
+3	n't	n't	PART	O	0			ewtb.r.048644.3
+4	be	be	VERB	O	0		v.stative	ewtb.r.048644.3
+5	farther	farther	ADV	O	0			ewtb.r.048644.3
+6	from	from	ADP	O	0			ewtb.r.048644.3
+7	the	the	DET	O	0			ewtb.r.048644.3
+8	truth	truth	NOUN	O	0		n.cognition	ewtb.r.048644.3
+9	.	.	PUNCT	O	0			ewtb.r.048644.3
+
+1	The	the	DET	O	0			ewtb.r.053248.16
+2	warm	warm	ADJ	O	0			ewtb.r.053248.16
+3	chocolate	chocolate	NOUN	O	0		n.food	ewtb.r.053248.16
+4	cake	cake	NOUN	O	0		n.food	ewtb.r.053248.16
+5	was	be	VERB	O	0		v.stative	ewtb.r.053248.16
+6	very	very	ADV	O	0			ewtb.r.053248.16
+7	tasty	tasty	ADJ	O	0			ewtb.r.053248.16
+8	,	,	PUNCT	O	0			ewtb.r.053248.16
+9	but	but	CONJ	O	0			ewtb.r.053248.16
+10	served	serve	VERB	O	0		v.social	ewtb.r.053248.16
+11	at	at	ADP	O	0			ewtb.r.053248.16
+12	room	room	NOUN	B	0		n.natural_object	ewtb.r.053248.16
+13	temperature	temperature	NOUN	I	12			ewtb.r.053248.16
+14	,	,	PUNCT	O	0			ewtb.r.053248.16
+15	not	not	PART	O	0			ewtb.r.053248.16
+16	warm	warm	ADJ	O	0			ewtb.r.053248.16
+17	by	by	ADP	B	0			ewtb.r.053248.16
+18	any	any	DET	I	17			ewtb.r.053248.16
+19	stretch	stretch	NOUN	I	18			ewtb.r.053248.16
+20	of	of	ADP	I	19			ewtb.r.053248.16
+21	the	the	DET	I	20			ewtb.r.053248.16
+22	imagination	imagination	NOUN	I	21			ewtb.r.053248.16
+23	.	.	PUNCT	O	0			ewtb.r.053248.16
+
+1	PS	ps	NOUN	O	0			ewtb.r.053248.21
+2	)	)	PUNCT	O	0			ewtb.r.053248.21
+3	When	when	ADV	O	0			ewtb.r.053248.21
+4	we	we	PRON	O	0			ewtb.r.053248.21
+5	called	call	VERB	O	0		v.communication	ewtb.r.053248.21
+6	for	for	ADP	O	0			ewtb.r.053248.21
+7	a	a	DET	O	0			ewtb.r.053248.21
+8	reservation	reservation	NOUN	O	0		n.event	ewtb.r.053248.21
+9	,	,	PUNCT	O	0			ewtb.r.053248.21
+10	we	we	PRON	O	0			ewtb.r.053248.21
+11	were	be	AUX	O	0			ewtb.r.053248.21
+12	told	tell	VERB	O	0		v.communication	ewtb.r.053248.21
+13	that	that	SCONJ	O	0			ewtb.r.053248.21
+14	5:00	5:00	NUM	O	0			ewtb.r.053248.21
+15	and	and	CONJ	O	0			ewtb.r.053248.21
+16	9:30	9:30	NUM	O	0			ewtb.r.053248.21
+17	were	be	VERB	O	0		v.stative	ewtb.r.053248.21
+18	their	their	PRON	O	0			ewtb.r.053248.21
+19	only	only	ADJ	O	0			ewtb.r.053248.21
+20	openings	opening	NOUN	O	0		n.event	ewtb.r.053248.21
+21	.	.	PUNCT	O	0			ewtb.r.053248.21
+
+1	When	when	ADV	O	0			ewtb.r.053248.22
+2	we	we	PRON	O	0			ewtb.r.053248.22
+3	arrived	arrive	VERB	O	0		v.motion	ewtb.r.053248.22
+4	at	at	ADP	O	0			ewtb.r.053248.22
+5	5	5	NUM	O	0			ewtb.r.053248.22
+6	,	,	PUNCT	O	0			ewtb.r.053248.22
+7	and	and	CONJ	O	0			ewtb.r.053248.22
+8	left	leave	VERB	O	0		v.motion	ewtb.r.053248.22
+9	circa	circa	ADP	O	0			ewtb.r.053248.22
+10	7	7	NUM	O	0			ewtb.r.053248.22
+11	,	,	PUNCT	O	0			ewtb.r.053248.22
+12	there	there	PRON	O	0			ewtb.r.053248.22
+13	were	be	VERB	O	0		v.stative	ewtb.r.053248.22
+14	the	the	DET	O	0			ewtb.r.053248.22
+15	same	same	ADJ	O	0			ewtb.r.053248.22
+16	4	4	NUM	O	0			ewtb.r.053248.22
+17	or	or	CONJ	O	0			ewtb.r.053248.22
+18	5	5	NUM	O	0			ewtb.r.053248.22
+19	empty	empty	ADJ	O	0			ewtb.r.053248.22
+20	tables	table	NOUN	O	0		n.artifact	ewtb.r.053248.22
+21	surrounding	surround	VERB	O	0		v.stative	ewtb.r.053248.22
+22	us	us	PRON	O	0			ewtb.r.053248.22
+23	.	.	PUNCT	O	0			ewtb.r.053248.22
+
+1	The	the	DET	O	0			ewtb.r.063549.5
+2	waiting	waiting	NOUN	B	0		n.person	ewtb.r.063549.5
+3	staff	staff	NOUN	I	2			ewtb.r.063549.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.063549.5
+5	beyond	beyond	ADP	O	0			ewtb.r.063549.5
+6	impeccable	impeccable	ADJ	O	0			ewtb.r.063549.5
+7	(	(	PUNCT	O	0			ewtb.r.063549.5
+8	they	they	PRON	O	0			ewtb.r.063549.5
+9	refold	refold	VERB	O	0		v.change	ewtb.r.063549.5
+10	your	your	PRON	O	0			ewtb.r.063549.5
+11	napkin	napkin	NOUN	O	0		n.artifact	ewtb.r.063549.5
+12	when	when	ADV	O	0			ewtb.r.063549.5
+13	you	you	PRON	O	0			ewtb.r.063549.5
+14	go	go	VERB	O	0		v.motion	ewtb.r.063549.5
+15	to	to	ADP	O	0			ewtb.r.063549.5
+16	the	the	DET	O	0			ewtb.r.063549.5
+17	bathroom	bathroom	NOUN	O	0		n.location	ewtb.r.063549.5
+18	)	)	PUNCT	O	0			ewtb.r.063549.5
+19	.	.	PUNCT	O	0			ewtb.r.063549.5
+
+1	a	a	DET	O	0			ewtb.r.063347.1
+2	great	great	ADJ	O	0			ewtb.r.063347.1
+3	vacation	vacation	NOUN	O	0		n.event	ewtb.r.063347.1
+4	!	!	PUNCT	O	0			ewtb.r.063347.1
+
+1	We	we	PRON	O	0			ewtb.r.063347.2
+2	wanted	want	VERB	O	0		v.cognition	ewtb.r.063347.2
+3	to	to	PART	O	0			ewtb.r.063347.2
+4	see	see	VERB	B	0		v.social	ewtb.r.063347.2
+5	the	the	DET	I	4			ewtb.r.063347.2
+6	sun	sun	NOUN	I	5			ewtb.r.063347.2
+7	-	-	PUNCT	O	0			ewtb.r.063347.2
+8	and	and	CONJ	O	0			ewtb.r.063347.2
+9	we	we	PRON	O	0			ewtb.r.063347.2
+10	also	also	ADV	O	0			ewtb.r.063347.2
+11	got	get	VERB	O	0		v.stative	ewtb.r.063347.2
+12	much	much	ADV	O	0			ewtb.r.063347.2
+13	more	more	ADJ	O	0			ewtb.r.063347.2
+14	!	!	PUNCT	O	0			ewtb.r.063347.2
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.063347.3
+2	chefs	chef	NOUN	O	0		n.person	ewtb.r.063347.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.063347.3
+4	in	in	ADP	O	0			ewtb.r.063347.3
+5	the	the	DET	O	0			ewtb.r.063347.3
+6	kitchen	kitchen	NOUN	O	0		n.location	ewtb.r.063347.3
+7	preparing	prepare	VERB	O	0		v.creation	ewtb.r.063347.3
+8	memorable	memorable	ADJ	O	0			ewtb.r.063347.3
+9	breakfasts	breakfast	NOUN	O	0		n.food	ewtb.r.063347.3
+10	.	.	PUNCT	O	0			ewtb.r.063347.3
+
+1	After	after	ADP	O	0			ewtb.r.063347.4
+2	a	a	DET	O	0			ewtb.r.063347.4
+3	train	train	NOUN	O	0		n.artifact	ewtb.r.063347.4
+4	ride	ride	NOUN	O	0		n.act	ewtb.r.063347.4
+5	over	over	ADP	O	0			ewtb.r.063347.4
+6	the	the	DET	O	0			ewtb.r.063347.4
+7	mountains	mountain	NOUN	O	0		n.natural_object	ewtb.r.063347.4
+8	,	,	PUNCT	O	0			ewtb.r.063347.4
+9	we	we	PRON	O	0			ewtb.r.063347.4
+10	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.063347.4
+11	hiking	hike	VERB	O	0		v.motion	ewtb.r.063347.4
+12	in	in	ADP	O	0			ewtb.r.063347.4
+13	the	the	DET	O	0			ewtb.r.063347.4
+14	flower	flower	NOUN	O	0		n.natural_object	ewtb.r.063347.4
+15	-	-	PUNCT	O	0			ewtb.r.063347.4
+16	filled	fill	VERB	O	0			ewtb.r.063347.4
+17	Wenatchee	wenatchee	PROPN	B	0		n.location	ewtb.r.063347.4
+18	hills	hill	NOUN	I	17			ewtb.r.063347.4
+19	(	(	PUNCT	O	0			ewtb.r.063347.4
+20	in	in	ADP	O	0			ewtb.r.063347.4
+21	May	may	PROPN	O	0		n.time	ewtb.r.063347.4
+22	)	)	PUNCT	O	0			ewtb.r.063347.4
+23	and	and	CONJ	O	0			ewtb.r.063347.4
+24	a	a	DET	O	0			ewtb.r.063347.4
+25	very	very	ADV	O	0			ewtb.r.063347.4
+26	interesting	interesting	ADJ	O	0			ewtb.r.063347.4
+27	bike	bike	NOUN	O	0		n.artifact	ewtb.r.063347.4
+28	ride	ride	NOUN	O	0		n.act	ewtb.r.063347.4
+29	in	in	ADP	O	0			ewtb.r.063347.4
+30	a	a	DET	O	0			ewtb.r.063347.4
+31	loop	loop	NOUN	O	0		n.shape	ewtb.r.063347.4
+32	around	around	ADP	O	0			ewtb.r.063347.4
+33	the	the	DET	O	0			ewtb.r.063347.4
+34	Columbia	columbia	PROPN	B	0		n.natural_object	ewtb.r.063347.4
+35	River	river	PROPN	I	34			ewtb.r.063347.4
+36	...	...	PUNCT	O	0			ewtb.r.063347.4
+37	and	and	CONJ	O	0			ewtb.r.063347.4
+38	then	then	ADV	O	0			ewtb.r.063347.4
+39	wine	wine	NOUN	O	0		n.food	ewtb.r.063347.4
+40	if	if	SCONJ	O	0			ewtb.r.063347.4
+41	we	we	PRON	O	0			ewtb.r.063347.4
+42	wanted	want	VERB	O	0		v.cognition	ewtb.r.063347.4
+43	it	it	PRON	O	0			ewtb.r.063347.4
+44	on	on	ADP	O	0			ewtb.r.063347.4
+45	the	the	DET	O	0			ewtb.r.063347.4
+46	patio	patio	NOUN	O	0		n.artifact	ewtb.r.063347.4
+47	in	in	ADP	O	0			ewtb.r.063347.4
+48	the	the	DET	O	0			ewtb.r.063347.4
+49	evening	evening	NOUN	O	0		n.time	ewtb.r.063347.4
+50	....	....	PUNCT	O	0			ewtb.r.063347.4
+
+1	This	this	DET	O	0			ewtb.r.063347.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.063347.5
+3	a	a	DET	O	0			ewtb.r.063347.5
+4	busy	busy	ADJ	O	0			ewtb.r.063347.5
+5	group	group	NOUN	O	0		n.group	ewtb.r.063347.5
+6	of	of	ADP	O	0			ewtb.r.063347.5
+7	hosts	host	NOUN	O	0		n.person	ewtb.r.063347.5
+8	they	they	PRON	O	0			ewtb.r.063347.5
+9	are	be	AUX	O	0			ewtb.r.063347.5
+10	also	also	ADV	O	0			ewtb.r.063347.5
+11	running	run	VERB	O	0		v.social	ewtb.r.063347.5
+12	a	a	DET	O	0			ewtb.r.063347.5
+13	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.063347.5
+14	,	,	PUNCT	O	0			ewtb.r.063347.5
+15	which	which	DET	O	0			ewtb.r.063347.5
+16	also	also	ADV	O	0			ewtb.r.063347.5
+17	must	must	AUX	O	0			ewtb.r.063347.5
+18	be	be	VERB	O	0		v.stative	ewtb.r.063347.5
+19	wonderful	wonderful	ADJ	O	0			ewtb.r.063347.5
+20	-	-	PUNCT	O	0			ewtb.r.063347.5
+21	so	so	ADV	O	0			ewtb.r.063347.5
+22	just	just	ADV	O	0			ewtb.r.063347.5
+23	ask	ask	VERB	O	0		v.communication	ewtb.r.063347.5
+24	for	for	SCONJ	O	0			ewtb.r.063347.5
+25	what	what	PRON	O	0			ewtb.r.063347.5
+26	you	you	PRON	O	0			ewtb.r.063347.5
+27	need	need	VERB	O	0		v.cognition	ewtb.r.063347.5
+28	,	,	PUNCT	O	0			ewtb.r.063347.5
+29	and	and	CONJ	O	0			ewtb.r.063347.5
+30	I	i	PRON	O	0			ewtb.r.063347.5
+31	'm	'm	VERB	O	0		v.stative	ewtb.r.063347.5
+32	sure	sure	ADJ	O	0			ewtb.r.063347.5
+33	they	they	PRON	O	0			ewtb.r.063347.5
+34	will	will	AUX	O	0			ewtb.r.063347.5
+35	do	do	VERB	O	0		v.stative	ewtb.r.063347.5
+36	their	their	PRON	O	0			ewtb.r.063347.5
+37	best	best	ADJ	O	0			ewtb.r.063347.5
+38	to	to	PART	O	0			ewtb.r.063347.5
+39	be	be	VERB	O	0		v.stative	ewtb.r.063347.5
+40	hospitable	hospitable	ADJ	O	0			ewtb.r.063347.5
+41	.	.	PUNCT	O	0			ewtb.r.063347.5
+
+1	Best	best	ADJ	O	0			ewtb.r.063549.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.063549.1
+3	in	in	ADP	O	0			ewtb.r.063549.1
+4	northeast	northeast	NOUN	O	0		n.location	ewtb.r.063549.1
+
+1	There	there	PRON	O	0			ewtb.r.063549.2
+2	s	s	VERB	O	0		v.stative	ewtb.r.063549.2
+3	a	a	DET	O	0			ewtb.r.063549.2
+4	reason	reason	NOUN	O	0		n.cognition	ewtb.r.063549.2
+5	why	why	ADV	O	0			ewtb.r.063549.2
+6	Frank	frank	PROPN	B	0		n.person	ewtb.r.063549.2
+7	mcclelland	mcclelland	PROPN	I	6			ewtb.r.063549.2
+8	was	be	AUX	O	0			ewtb.r.063549.2
+9	named	name	VERB	O	0		v.communication	ewtb.r.063549.2
+10	best	best	ADJ	O	0			ewtb.r.063549.2
+11	chef	chef	NOUN	O	0		n.person	ewtb.r.063549.2
+12	of	of	ADP	O	0			ewtb.r.063549.2
+13	the	the	DET	O	0			ewtb.r.063549.2
+14	north	north	ADJ	O	0			ewtb.r.063549.2
+15	east	east	ADJ	O	0			ewtb.r.063549.2
+16	reigon	reigon	NOUN	O	0		n.location	ewtb.r.063549.2
+17	.	.	PUNCT	O	0			ewtb.r.063549.2
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.063549.3
+2	here	here	ADV	O	0			ewtb.r.063549.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.063549.3
+4	absolutely	absolutely	ADV	O	0			ewtb.r.063549.3
+5	superb	superb	ADJ	O	0			ewtb.r.063549.3
+6	.	.	PUNCT	O	0			ewtb.r.063549.3
+
+1	Everything	everything	NOUN	O	0			ewtb.r.063549.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.063549.4
+3	delicous	delicous	ADJ	O	0			ewtb.r.063549.4
+4	and	and	CONJ	O	0			ewtb.r.063549.4
+5	cooked	cook	VERB	O	0		v.creation	ewtb.r.063549.4
+6	perfectly	perfectly	ADV	O	0			ewtb.r.063549.4
+7	.	.	PUNCT	O	0			ewtb.r.063549.4
+
+1	If	if	SCONJ	O	0			ewtb.r.063549.6
+2	you	you	PRON	O	0			ewtb.r.063549.6
+3	want	want	VERB	O	0		v.cognition	ewtb.r.063549.6
+4	great	great	ADJ	O	0			ewtb.r.063549.6
+5	food	food	NOUN	O	0		n.food	ewtb.r.063549.6
+6	then	then	ADV	O	0			ewtb.r.063549.6
+7	L'espalier	l'espalier	PROPN	O	0		n.group	ewtb.r.063549.6
+8	is	be	VERB	O	0		v.stative	ewtb.r.063549.6
+9	the	the	DET	O	0			ewtb.r.063549.6
+10	place	place	NOUN	O	0		n.location	ewtb.r.063549.6
+11	to	to	PART	O	0			ewtb.r.063549.6
+12	go	go	VERB	O	0		v.motion	ewtb.r.063549.6
+13	.	.	PUNCT	O	0			ewtb.r.063549.6
+
+1	Best	best	ADJ	O	0			ewtb.r.064146.1
+2	Pizzas	pizza	NOUN	O	0		n.food	ewtb.r.064146.1
+3	and	and	CONJ	O	0			ewtb.r.064146.1
+4	Calzones	calzones	NOUN	O	0		n.food	ewtb.r.064146.1
+5	in	in	ADP	O	0			ewtb.r.064146.1
+6	the	the	DET	O	0			ewtb.r.064146.1
+7	City	city	NOUN	O	0		n.location	ewtb.r.064146.1
+8	!	!	PUNCT	O	0			ewtb.r.064146.1
+
+1	What	what	DET	O	0			ewtb.r.064146.2
+2	a	a	DET	O	0			ewtb.r.064146.2
+3	hidden	hidden	ADJ	O	0			ewtb.r.064146.2
+4	gem	gem	NOUN	O	0		n.group	ewtb.r.064146.2
+5	!	!	PUNCT	O	0			ewtb.r.064146.2
+
+1	The	the	DET	O	0			ewtb.r.064146.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.064146.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.064146.3
+4	superb	superb	ADJ	O	0			ewtb.r.064146.3
+5	and	and	CONJ	O	0			ewtb.r.064146.3
+6	they	they	PRON	O	0			ewtb.r.064146.3
+7	were	be	AUX	O	0			ewtb.r.064146.3
+8	delivered	deliver	VERB	O	0		v.motion	ewtb.r.064146.3
+9	nice	nice	ADJ	O	0			ewtb.r.064146.3
+10	and	and	CONJ	O	0			ewtb.r.064146.3
+11	hot	hot	ADJ	O	0			ewtb.r.064146.3
+12	!	!	PUNCT	O	0			ewtb.r.064146.3
+
+1	I	i	PRON	O	0			ewtb.r.064146.4
+2	highly	highly	ADV	O	0			ewtb.r.064146.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.064146.4
+4	this	this	DET	O	0			ewtb.r.064146.4
+5	place	place	NOUN	O	0		n.group	ewtb.r.064146.4
+6	!	!	PUNCT	O	0			ewtb.r.064146.4
+
+1	I	i	PRON	O	0			ewtb.r.011257.4
+2	said	say	VERB	O	0		v.communication	ewtb.r.011257.4
+3	great	great	ADJ	O	0			ewtb.r.011257.4
+4	and	and	CONJ	O	0			ewtb.r.011257.4
+5	Dan	dan	PROPN	O	0		n.person	ewtb.r.011257.4
+6	arrived	arrive	VERB	O	0		v.motion	ewtb.r.011257.4
+7	on	on	ADP	B	0			ewtb.r.011257.4
+8	time	time	NOUN	I	7			ewtb.r.011257.4
+9	at	at	ADP	O	0			ewtb.r.011257.4
+10	10	10	NUM	O	0			ewtb.r.011257.4
+11	am	am	NOUN	O	0		n.time	ewtb.r.011257.4
+12	to	to	PART	O	0			ewtb.r.011257.4
+13	make	make	VERB	B	0		v.change	ewtb.r.011257.4
+14	the	the	DET	o	0			ewtb.r.011257.4
+15	repair	repair	NOUN	I	13			ewtb.r.011257.4
+16	.	.	PUNCT	O	0			ewtb.r.011257.4
+
+1	Before	before	SCONJ	O	0			ewtb.r.020851.2
+2	you	you	PRON	O	0			ewtb.r.020851.2
+3	buy	buy	VERB	O	0		v.possession	ewtb.r.020851.2
+4	ANYTHING	anything	NOUN	O	0			ewtb.r.020851.2
+5	in	in	ADP	O	0			ewtb.r.020851.2
+6	NY	ny	PROPN	O	0		n.location	ewtb.r.020851.2
+7	,	,	PUNCT	O	0			ewtb.r.020851.2
+8	make	make	VERB	B	0		v.cognition	ewtb.r.020851.2
+9	sure	sure	ADJ	I	8			ewtb.r.020851.2
+10	you	you	PRON	O	0			ewtb.r.020851.2
+11	stop	stop	VERB	B	0		v.motion	ewtb.r.020851.2
+12	by	by	ADP	I	11			ewtb.r.020851.2
+13	Jack	jack	PROPN	B	0		n.group	ewtb.r.020851.2
+14	-s	-s	PART	I	13			ewtb.r.020851.2
+15	first	first	ADV	O	0			ewtb.r.020851.2
+16	.	.	PUNCT	O	0			ewtb.r.020851.2
+
+1	i	i	PRON	O	0			ewtb.r.036753.2
+2	made	make	VERB	B	0		v.cognition	ewtb.r.036753.2
+3	the	the	DET	o	0			ewtb.r.036753.2
+4	mistake	mistake	NOUN	I	2			ewtb.r.036753.2
+5	of	of	SCONJ	O	0			ewtb.r.036753.2
+6	buying	buy	VERB	O	0		v.possession	ewtb.r.036753.2
+7	from	from	ADP	O	0			ewtb.r.036753.2
+8	these	these	DET	O	0			ewtb.r.036753.2
+9	thieves	thief	NOUN	O	0		n.person	ewtb.r.036753.2
+10	.	.	PUNCT	O	0			ewtb.r.036753.2
+
+1	Well	well	INTJ	O	0			ewtb.r.036753.5
+2	I	i	PRON	O	0			ewtb.r.036753.5
+3	think	think	VERB	O	0		v.cognition	ewtb.r.036753.5
+4	a	a	DET	O	0			ewtb.r.036753.5
+5	blown	blow	VERB	O	0			ewtb.r.036753.5
+6	engine	engine	NOUN	O	0		n.artifact	ewtb.r.036753.5
+7	falls	fall	VERB	B	0		v.stative	ewtb.r.036753.5
+8	under	under	ADP	I	7			ewtb.r.036753.5
+9	the	the	DET	O	0			ewtb.r.036753.5
+10	catagory	catagory	NOUN	O	0		n.cognition	ewtb.r.036753.5
+11	of	of	ADP	O	0			ewtb.r.036753.5
+12	mechanics	mechanics	NOUN	O	0		n.person	ewtb.r.036753.5
+13	right	right	INTJ	O	0			ewtb.r.036753.5
+14	?	?	PUNCT	O	0			ewtb.r.036753.5
+
+1	I	i	PRON	O	0			ewtb.r.038358.3
+2	would	would	AUX	O	0			ewtb.r.038358.3
+3	have	have	AUX	O	0			ewtb.r.038358.3
+4	had	have	VERB	B	0		v.stative	ewtb.r.038358.3
+5	to	to	PART	I	4			ewtb.r.038358.3
+6	because	because	SCONJ	O	0			ewtb.r.038358.3
+7	with	with	SCONJ	B	0			ewtb.r.038358.3
+8	the	the	DET	o	0			ewtb.r.038358.3
+9	economy	economy	NOUN	o	0		n.cognition	ewtb.r.038358.3
+10	the	the	DET	I	7			ewtb.r.038358.3
+11	way	way	NOUN	I	10			ewtb.r.038358.3
+12	it	it	PRON	I	11			ewtb.r.038358.3
+13	is	be	VERB	I	12			ewtb.r.038358.3
+14	i	i	PRON	O	0			ewtb.r.038358.3
+15	ai	ai	AUX	O	0			ewtb.r.038358.3
+16	nt	nt	ADV	O	0			ewtb.r.038358.3
+17	haves	have	VERB	O	0		v.possession	ewtb.r.038358.3
+18	much	much	ADJ	O	0			ewtb.r.038358.3
+19	monies	monies	NOUN	O	0		n.possession	ewtb.r.038358.3
+20	fo	fo	ADP	O	0			ewtb.r.038358.3
+21	repairs	repair	NOUN	O	0		n.act	ewtb.r.038358.3
+22	round	round	ADP	O	0			ewtb.r.038358.3
+23	the	the	DET	O	0			ewtb.r.038358.3
+24	House	house	NOUN	O	0		n.location	ewtb.r.038358.3
+25	....	....	PUNCT	O	0			ewtb.r.038358.3
+
+1	Absolute	absolute	ADV	O	0			ewtb.r.039856.2
+2	horrible	horrible	ADJ	O	0			ewtb.r.039856.2
+3	service	service	NOUN	O	0		n.act	ewtb.r.039856.2
+4	from	from	ADP	O	0			ewtb.r.039856.2
+5	the	the	DET	O	0			ewtb.r.039856.2
+6	parts	parts	NOUN	O	0		n.artifact	ewtb.r.039856.2
+7	department	department	NOUN	O	0		n.group	ewtb.r.039856.2
+8	.	.	PUNCT	O	0			ewtb.r.039856.2
+
+1	the	the	DET	O	0			ewtb.r.059655.1
+2	team	team	NOUN	O	0		n.group	ewtb.r.059655.1
+3	at	at	ADP	O	0			ewtb.r.059655.1
+4	barton	barton	PROPN	B	0		n.group	ewtb.r.059655.1
+5	car	car	PROPN	I	4			ewtb.r.059655.1
+6	wash	wash	PROPN	I	5			ewtb.r.059655.1
+7	was	be	VERB	O	0		v.stative	ewtb.r.059655.1
+8	very	very	ADV	O	0			ewtb.r.059655.1
+9	friendly	friendly	ADJ	O	0			ewtb.r.059655.1
+10	.	.	PUNCT	O	0			ewtb.r.059655.1
+
+1	and	and	CONJ	O	0			ewtb.r.059655.2
+2	did	do	VERB	O	0		v.stative	ewtb.r.059655.2
+3	great	great	ADJ	O	0			ewtb.r.059655.2
+4	job	job	NOUN	O	0		n.act	ewtb.r.059655.2
+5	.	.	PUNCT	O	0			ewtb.r.059655.2
+
+1	i	i	PRON	O	0			ewtb.r.059655.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.059655.3
+3	very	very	ADV	O	0			ewtb.r.059655.3
+4	pleased	pleased	ADJ	B	0			ewtb.r.059655.3
+5	with	with	ADP	I	4			ewtb.r.059655.3
+6	the	the	DET	O	0			ewtb.r.059655.3
+7	service	service	NOUN	O	0		n.act	ewtb.r.059655.3
+8	.	.	PUNCT	O	0			ewtb.r.059655.3
+
+1	Chuck	chuck	PROPN	O	0		n.person	ewtb.r.063754.1
+2	and	and	CONJ	O	0			ewtb.r.063754.1
+3	Gretchen	gretchen	PROPN	O	0		n.person	ewtb.r.063754.1
+4	were	be	VERB	O	0		v.stative	ewtb.r.063754.1
+5	very	very	ADV	O	0			ewtb.r.063754.1
+6	positive	positive	ADJ	O	0			ewtb.r.063754.1
+7	,	,	PUNCT	O	0			ewtb.r.063754.1
+8	and	and	CONJ	O	0			ewtb.r.063754.1
+9	when	when	ADV	O	0			ewtb.r.063754.1
+10	Alan	alan	PROPN	B	0		n.group	ewtb.r.063754.1
+11	's	's	PART	I	10			ewtb.r.063754.1
+12	refused	refuse	VERB	O	0		v.communication	ewtb.r.063754.1
+13	to	to	PART	O	0			ewtb.r.063754.1
+14	work	work	VERB	O	0		v.social	ewtb.r.063754.1
+15	on	on	ADP	O	0			ewtb.r.063754.1
+16	my	my	PRON	O	0			ewtb.r.063754.1
+17	bike	bike	NOUN	O	0		n.artifact	ewtb.r.063754.1
+18	,	,	PUNCT	O	0			ewtb.r.063754.1
+19	Chuck	chuck	PROPN	O	0		n.person	ewtb.r.063754.1
+20	came	come	VERB	O	0		v.motion	ewtb.r.063754.1
+21	right	right	ADV	O	0			ewtb.r.063754.1
+22	out	out	ADV	O	0			ewtb.r.063754.1
+23	and	and	CONJ	O	0			ewtb.r.063754.1
+24	saw	see	VERB	O	0		v.perception	ewtb.r.063754.1
+25	the	the	DET	O	0			ewtb.r.063754.1
+26	problem	problem	NOUN	O	0		n.cognition	ewtb.r.063754.1
+27	and	and	CONJ	O	0			ewtb.r.063754.1
+28	did	do	VERB	O	0		v.stative	ewtb.r.063754.1
+29	what	what	PRON	O	0			ewtb.r.063754.1
+30	Alan	alan	PROPN	B	0		n.group	ewtb.r.063754.1
+31	's	's	PART	I	30			ewtb.r.063754.1
+32	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.063754.1
+33	would	would	AUX	O	0			ewtb.r.063754.1
+34	n't	n't	PART	O	0			ewtb.r.063754.1
+35	do	do	VERB	O	0		v.stative	ewtb.r.063754.1
+36	.	.	PUNCT	O	0			ewtb.r.063754.1
+
+1	He	he	PRON	O	0			ewtb.r.063754.2
+2	worked	work	VERB	B	0		v.social	ewtb.r.063754.2
+3	on	on	ADP	I	2			ewtb.r.063754.2
+4	it	it	PRON	O	0			ewtb.r.063754.2
+5	right	right	ADV	O	0			ewtb.r.063754.2
+6	on	on	ADP	O	0			ewtb.r.063754.2
+7	the	the	DET	O	0			ewtb.r.063754.2
+8	back	back	NOUN	O	0		n.location	ewtb.r.063754.2
+9	of	of	ADP	O	0			ewtb.r.063754.2
+10	my	my	PRON	O	0			ewtb.r.063754.2
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.063754.2
+12	.	.	PUNCT	O	0			ewtb.r.063754.2
+
+1	I	i	PRON	O	0			ewtb.r.063754.3
+2	am	be	VERB	O	0		v.stative	ewtb.r.063754.3
+3	extremely	extremely	ADV	O	0			ewtb.r.063754.3
+4	pleased	pleased	ADJ	O	0			ewtb.r.063754.3
+
+1	I	i	PRON	O	0			ewtb.r.071650.1
+2	would	would	AUX	O	0			ewtb.r.071650.1
+3	NEVER	never	ADV	O	0			ewtb.r.071650.1
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.071650.1
+5	this	this	DET	O	0			ewtb.r.071650.1
+6	gym	gym	NOUN	O	0		n.group	ewtb.r.071650.1
+7	to	to	ADP	O	0			ewtb.r.071650.1
+8	anyone	anyone	NOUN	O	0			ewtb.r.071650.1
+9	and	and	CONJ	O	0			ewtb.r.071650.1
+10	unfortunately	unfortunately	ADV	O	0			ewtb.r.071650.1
+11	this	this	DET	O	0			ewtb.r.071650.1
+12	is	be	AUX	O	0			ewtb.r.071650.1
+13	based	base	VERB	B	0		v.stative	ewtb.r.071650.1
+14	solely	solely	ADV	o	0			ewtb.r.071650.1
+15	on	on	ADP	I	13			ewtb.r.071650.1
+16	the	the	DET	O	0			ewtb.r.071650.1
+17	owner	owner	NOUN	O	0		n.person	ewtb.r.071650.1
+18	's	's	PART	O	0			ewtb.r.071650.1
+19	own	own	ADJ	O	0			ewtb.r.071650.1
+20	unprofessionalism	unprofessionalism	NOUN	O	0		n.attribute	ewtb.r.071650.1
+21	.	.	PUNCT	O	0			ewtb.r.071650.1
+
+1	When	when	ADV	O	0			ewtb.r.071650.2
+2	I	i	PRON	O	0			ewtb.r.071650.2
+3	originally	originally	ADV	O	0			ewtb.r.071650.2
+4	joined	join	VERB	O	0		v.social	ewtb.r.071650.2
+5	in	in	ADP	O	0			ewtb.r.071650.2
+6	January	january	PROPN	O	0		n.time	ewtb.r.071650.2
+7	I	i	PRON	O	0			ewtb.r.071650.2
+8	only	only	ADV	O	0			ewtb.r.071650.2
+9	did	do	VERB	B	0		v.stative	ewtb.r.071650.2
+10	so	so	ADV	I	9			ewtb.r.071650.2
+11	because	because	SCONJ	O	0			ewtb.r.071650.2
+12	I	i	PRON	O	0			ewtb.r.071650.2
+13	was	be	AUX	O	0			ewtb.r.071650.2
+14	told	tell	VERB	O	0		v.communication	ewtb.r.071650.2
+15	I	i	PRON	O	0			ewtb.r.071650.2
+16	would	would	AUX	O	0			ewtb.r.071650.2
+17	be	be	VERB	O	0		v.stative	ewtb.r.071650.2
+18	able	able	ADJ	O	0			ewtb.r.071650.2
+19	to	to	PART	O	0			ewtb.r.071650.2
+20	cancel	cancel	VERB	O	0		v.change	ewtb.r.071650.2
+21	the	the	DET	O	0			ewtb.r.071650.2
+22	12	12	NUM	O	0			ewtb.r.071650.2
+23	month	month	NOUN	O	0		n.time	ewtb.r.071650.2
+24	membership	membership	NOUN	O	0		n.possession	ewtb.r.071650.2
+25	if	if	SCONJ	O	0			ewtb.r.071650.2
+26	I	i	PRON	O	0			ewtb.r.071650.2
+27	was	be	VERB	O	0			ewtb.r.071650.2
+28	to	to	PART	O	0			ewtb.r.071650.2
+29	move	move	VERB	O	0		v.motion	ewtb.r.071650.2
+30	away	away	ADV	O	0			ewtb.r.071650.2
+31	.	.	PUNCT	O	0			ewtb.r.071650.2
+
+1	I	i	PRON	O	0			ewtb.r.071650.3
+2	signed	sign	VERB	B	0		v.communication	ewtb.r.071650.3
+3	up	up	ADP	I	2			ewtb.r.071650.3
+4	with	with	ADP	O	0			ewtb.r.071650.3
+5	one	one	NUM	O	0			ewtb.r.071650.3
+6	of	of	ADP	O	0			ewtb.r.071650.3
+7	the	the	DET	O	0			ewtb.r.071650.3
+8	staff	staff	NOUN	O	0		n.person	ewtb.r.071650.3
+9	who	who	PRON	O	0			ewtb.r.071650.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.071650.3
+11	very	very	ADV	O	0			ewtb.r.071650.3
+12	pleasant	pleasant	ADJ	O	0			ewtb.r.071650.3
+13	and	and	CONJ	O	0			ewtb.r.071650.3
+14	professional	professional	ADJ	O	0			ewtb.r.071650.3
+15	.	.	PUNCT	O	0			ewtb.r.071650.3
+
+1	Actually	actually	ADV	O	0			ewtb.r.071650.4
+2	working	work	VERB	B	0		v.body	ewtb.r.071650.4
+3	out	out	ADP	I	2			ewtb.r.071650.4
+4	there	there	ADV	O	0			ewtb.r.071650.4
+5	was	be	VERB	O	0		v.stative	ewtb.r.071650.4
+6	good	good	ADJ	O	0			ewtb.r.071650.4
+7	-	-	PUNCT	O	0			ewtb.r.071650.4
+8	the	the	DET	O	0			ewtb.r.071650.4
+9	machines	machine	NOUN	O	0		n.artifact	ewtb.r.071650.4
+10	are	be	VERB	O	0		v.stative	ewtb.r.071650.4
+11	nice	nice	ADJ	O	0			ewtb.r.071650.4
+12	and	and	CONJ	O	0			ewtb.r.071650.4
+13	the	the	DET	O	0			ewtb.r.071650.4
+14	classes	class	NOUN	O	0		n.event	ewtb.r.071650.4
+15	are	be	VERB	O	0		v.stative	ewtb.r.071650.4
+16	fun	fun	ADJ	O	0			ewtb.r.071650.4
+17	.	.	PUNCT	O	0			ewtb.r.071650.4
+
+1	The	the	DET	O	0			ewtb.r.071650.5
+2	locker	locker	NOUN	B	0		n.location	ewtb.r.071650.5
+3	room	room	NOUN	I	2			ewtb.r.071650.5
+4	is	be	AUX	O	0		v.stative	ewtb.r.071650.5
+5	certainly	certainly	ADV	O	0			ewtb.r.071650.5
+6	lacking	lack	VERB	O	0			ewtb.r.071650.5
+7	-	-	PUNCT	O	0			ewtb.r.071650.5
+8	I	i	PRON	O	0			ewtb.r.071650.5
+9	would	would	AUX	O	0			ewtb.r.071650.5
+10	never	never	ADV	O	0			ewtb.r.071650.5
+11	shower	shower	VERB	O	0		v.body	ewtb.r.071650.5
+12	or	or	CONJ	O	0			ewtb.r.071650.5
+13	change	change	VERB	O	0		v.body	ewtb.r.071650.5
+14	there	there	ADV	O	0			ewtb.r.071650.5
+15	.	.	PUNCT	O	0			ewtb.r.071650.5
+
+1	They	they	PRON	O	0			ewtb.r.071650.6
+2	need	need	VERB	O	0		v.cognition	ewtb.r.071650.6
+3	to	to	PART	O	0			ewtb.r.071650.6
+4	update	update	VERB	O	0		v.change	ewtb.r.071650.6
+5	the	the	DET	O	0			ewtb.r.071650.6
+6	locker	locker	NOUN	B	0		n.location	ewtb.r.071650.6
+7	rooms	rooms	NOUN	I	6			ewtb.r.071650.6
+8	ASAP	asap	ADV	O	0			ewtb.r.071650.6
+9	.	.	PUNCT	O	0			ewtb.r.071650.6
+
+1	Back	back	ADV	B	0			ewtb.r.071650.7
+2	to	to	ADP	I	1			ewtb.r.071650.7
+3	my	my	PRON	O	0			ewtb.r.071650.7
+4	poor	poor	ADJ	O	0			ewtb.r.071650.7
+5	rating	rating	NOUN	O	0		n.communication	ewtb.r.071650.7
+6	-	-	PUNCT	O	0			ewtb.r.071650.7
+7	I	i	PRON	O	0			ewtb.r.071650.7
+8	was	be	AUX	O	0			ewtb.r.071650.7
+9	excepted	except	VERB	O	0		v.cognition	ewtb.r.071650.7
+10	to	to	ADP	O	0			ewtb.r.071650.7
+11	medical	medical	ADJ	B	0		n.cognition	ewtb.r.071650.7
+12	school	school	NOUN	I	11			ewtb.r.071650.7
+13	and	and	CONJ	O	0			ewtb.r.071650.7
+14	went	go	VERB	O	0		v.motion	ewtb.r.071650.7
+15	in	in	ADV	O	0			ewtb.r.071650.7
+16	to	to	PART	O	0			ewtb.r.071650.7
+17	cancel	cancel	VERB	O	0		v.change	ewtb.r.071650.7
+18	my	my	PRON	O	0			ewtb.r.071650.7
+19	membership	membership	NOUN	O	0		n.possession	ewtb.r.071650.7
+20	as	as	SCONJ	O	0			ewtb.r.071650.7
+21	I	i	PRON	O	0			ewtb.r.071650.7
+22	was	be	AUX	O	0			ewtb.r.071650.7
+23	told	tell	VERB	O	0		v.communication	ewtb.r.071650.7
+24	I	i	PRON	O	0			ewtb.r.071650.7
+25	could	could	AUX	O	0			ewtb.r.071650.7
+26	do	do	AUX	O	0		v.stative	ewtb.r.071650.7
+27	since	since	SCONJ	O	0			ewtb.r.071650.7
+28	I	i	PRON	O	0			ewtb.r.071650.7
+29	was	be	AUX	O	0			ewtb.r.071650.7
+30	moving	move	VERB	O	0		v.motion	ewtb.r.071650.7
+31	away	away	ADV	O	0			ewtb.r.071650.7
+32	.	.	PUNCT	O	0			ewtb.r.071650.7
+
+1	The	the	DET	O	0			ewtb.r.071650.8
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.071650.8
+3	was	be	VERB	O	0		v.stative	ewtb.r.071650.8
+4	VERY	very	ADV	O	0			ewtb.r.071650.8
+5	rude	rude	ADJ	O	0			ewtb.r.071650.8
+6	,	,	PUNCT	O	0			ewtb.r.071650.8
+7	accused	accuse	VERB	O	0		v.communication	ewtb.r.071650.8
+8	me	me	PRON	O	0			ewtb.r.071650.8
+9	of	of	SCONJ	O	0			ewtb.r.071650.8
+10	not	not	PART	O	0			ewtb.r.071650.8
+11	reading	read	VERB	O	0		v.communication	ewtb.r.071650.8
+12	my	my	PRON	O	0			ewtb.r.071650.8
+13	contract	contract	NOUN	O	0		n.possession	ewtb.r.071650.8
+14	,	,	PUNCT	O	0			ewtb.r.071650.8
+15	and	and	CONJ	O	0			ewtb.r.071650.8
+16	basically	basically	ADV	O	0			ewtb.r.071650.8
+17	told	tell	VERB	O	0		v.communication	ewtb.r.071650.8
+18	me	me	PRON	O	0			ewtb.r.071650.8
+19	to	to	PART	O	0			ewtb.r.071650.8
+20	shut	shut	VERB	B	0		v.communication	ewtb.r.071650.8
+21	up	up	ADP	I	20			ewtb.r.071650.8
+22	when	when	ADV	O	0			ewtb.r.071650.8
+23	I	i	PRON	O	0			ewtb.r.071650.8
+24	was	be	AUX	O	0			ewtb.r.071650.8
+25	trying	try	VERB	O	0		v.cognition	ewtb.r.071650.8
+26	to	to	PART	O	0			ewtb.r.071650.8
+27	ask	ask	VERB	O	0		v.communication	ewtb.r.071650.8
+28	questions	question	NOUN	O	0		n.communication	ewtb.r.071650.8
+29	to	to	PART	O	0			ewtb.r.071650.8
+30	further	further	ADV	O	0			ewtb.r.071650.8
+31	understand	understand	VERB	O	0		v.cognition	ewtb.r.071650.8
+32	the	the	DET	O	0			ewtb.r.071650.8
+33	process	process	NOUN	O	0		n.process	ewtb.r.071650.8
+34	of	of	SCONJ	O	0			ewtb.r.071650.8
+35	canceling	cancel	VERB	O	0		v.change	ewtb.r.071650.8
+36	my	my	PRON	O	0			ewtb.r.071650.8
+37	membership	membership	NOUN	O	0		n.possession	ewtb.r.071650.8
+38	.	.	PUNCT	O	0			ewtb.r.071650.8
+
+1	I	i	PRON	O	0			ewtb.r.071650.9
+2	was	be	VERB	O	0		v.stative	ewtb.r.071650.9
+3	able	able	ADJ	O	0			ewtb.r.071650.9
+4	to	to	PART	O	0			ewtb.r.071650.9
+5	cancel	cancel	VERB	O	0		v.change	ewtb.r.071650.9
+6	it	it	PRON	O	0			ewtb.r.071650.9
+7	but	but	CONJ	O	0			ewtb.r.071650.9
+8	only	only	ADV	O	0			ewtb.r.071650.9
+9	after	after	SCONJ	O	0			ewtb.r.071650.9
+10	paying	pay	VERB	O	0		v.possession	ewtb.r.071650.9
+11	a	a	DET	O	0			ewtb.r.071650.9
+12	$	$	SYM	O	0			ewtb.r.071650.9
+13	50	50	NUM	O	0			ewtb.r.071650.9
+14	fee	fee	NOUN	O	0		n.possession	ewtb.r.071650.9
+15	(	(	PUNCT	O	0			ewtb.r.071650.9
+16	which	which	DET	O	0			ewtb.r.071650.9
+17	the	the	DET	O	0			ewtb.r.071650.9
+18	staff	staff	NOUN	O	0		n.group	ewtb.r.071650.9
+19	person	person	NOUN	O	0		n.person	ewtb.r.071650.9
+20	who	who	PRON	O	0			ewtb.r.071650.9
+21	signed	sign	VERB	B	0		v.communication	ewtb.r.071650.9
+22	me	me	PRON	o	0			ewtb.r.071650.9
+23	up	up	ADP	I	21			ewtb.r.071650.9
+24	stated	state	VERB	O	0		v.communication	ewtb.r.071650.9
+25	I	i	PRON	O	0			ewtb.r.071650.9
+26	would	would	AUX	O	0			ewtb.r.071650.9
+27	not	not	PART	O	0			ewtb.r.071650.9
+28	have	have	VERB	B	0		v.cognition	ewtb.r.071650.9
+29	to	to	PART	I	28			ewtb.r.071650.9
+30	pay	pay	VERB	O	0		v.possession	ewtb.r.071650.9
+31	if	if	SCONJ	O	0			ewtb.r.071650.9
+32	I	i	PRON	O	0			ewtb.r.071650.9
+33	had	have	VERB	O	0		v.stative	ewtb.r.071650.9
+34	proof	proof	NOUN	O	0		n.cognition	ewtb.r.071650.9
+35	of	of	ADP	O	0			ewtb.r.071650.9
+36	moving	moving	NOUN	O	0		n.act	ewtb.r.071650.9
+37	)	)	PUNCT	O	0			ewtb.r.071650.9
+38	and	and	CONJ	O	0			ewtb.r.071650.9
+39	being	be	AUX	O	0			ewtb.r.071650.9
+40	spoken	speak	VERB	O	0		v.communication	ewtb.r.071650.9
+41	to	to	ADP	O	0			ewtb.r.071650.9
+42	in	in	ADP	O	0			ewtb.r.071650.9
+43	a	a	DET	O	0			ewtb.r.071650.9
+44	very	very	ADV	O	0			ewtb.r.071650.9
+45	belittling	belittling	ADJ	O	0			ewtb.r.071650.9
+46	manner	manner	NOUN	O	0		n.cognition	ewtb.r.071650.9
+47	.	.	PUNCT	O	0			ewtb.r.071650.9
+
+1	Bad	bad	ADJ	O	0			ewtb.r.071650.11
+2	for	for	ADP	O	0			ewtb.r.071650.11
+3	business	business	NOUN	O	0		n.group	ewtb.r.071650.11
+4	.	.	PUNCT	O	0			ewtb.r.071650.11
+
+1	I	i	PRON	O	0			ewtb.r.071650.12
+2	was	be	VERB	O	0		v.stative	ewtb.r.071650.12
+3	appalled	appalled	ADJ	O	0			ewtb.r.071650.12
+4	.	.	PUNCT	O	0			ewtb.r.071650.12
+
+1	I	i	PRON	O	0			ewtb.r.071650.13
+2	will	will	AUX	O	0			ewtb.r.071650.13
+3	never	never	ADV	O	0			ewtb.r.071650.13
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.071650.13
+5	this	this	DET	O	0			ewtb.r.071650.13
+6	gym	gym	NOUN	O	0		n.group	ewtb.r.071650.13
+7	to	to	ADP	O	0			ewtb.r.071650.13
+8	any	any	DET	O	0			ewtb.r.071650.13
+9	woman	woman	NOUN	O	0		n.person	ewtb.r.071650.13
+10	.	.	PUNCT	O	0			ewtb.r.071650.13
+
+1	Hooray	hooray	INTJ	O	0			ewtb.r.001325.4
+2	for	for	ADP	O	0			ewtb.r.001325.4
+3	Craggy	craggy	PROPN	O	0		n.person	ewtb.r.001325.4
+4	.	.	PUNCT	O	0			ewtb.r.001325.4
+
+1	And	and	CONJ	O	0			ewtb.r.010820.4
+2	another	another	DET	O	0			ewtb.r.010820.4
+3	$	$	SYM	O	0			ewtb.r.010820.4
+4	100	100	NUM	O	0			ewtb.r.010820.4
+5	for	for	SCONJ	O	0			ewtb.r.010820.4
+6	wrapping	wrap	VERB	O	0		v.contact	ewtb.r.010820.4
+7	the	the	DET	O	0			ewtb.r.010820.4
+8	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.010820.4
+9	.	.	PUNCT	O	0			ewtb.r.010820.4
+
+1	The	the	DET	O	0			ewtb.r.023620.3
+2	whole	whole	ADJ	O	0			ewtb.r.023620.3
+3	experience	experience	NOUN	O	0		n.cognition	ewtb.r.023620.3
+4	shows	show	VERB	O	0		v.stative	ewtb.r.023620.3
+5	a	a	DET	O	0			ewtb.r.023620.3
+6	hotel	hotel	NOUN	O	0		n.group	ewtb.r.023620.3
+7	managed	manage	VERB	O	0		v.social	ewtb.r.023620.3
+8	by	by	SCONJ	O	0			ewtb.r.023620.3
+9	what	what	PRON	O	0			ewtb.r.023620.3
+10	must	must	AUX	O	0			ewtb.r.023620.3
+11	be	be	VERB	O	0		v.stative	ewtb.r.023620.3
+12	a	a	DET	O	0			ewtb.r.023620.3
+13	2	2	NUM	B	0		n.attribute	ewtb.r.023620.3
+14	star	star	NOUN	I	13			ewtb.r.023620.3
+15	hotel	hotel	NOUN	O	0		n.group	ewtb.r.023620.3
+16	manager	manager	NOUN	O	0		n.person	ewtb.r.023620.3
+17	.	.	PUNCT	O	0			ewtb.r.023620.3
+
+1	Short	short	ADV	B	0			ewtb.r.023620.6
+2	of	of	ADP	I	1			ewtb.r.023620.6
+3	that	that	DET	I	2			ewtb.r.023620.6
+4	,	,	PUNCT	O	0			ewtb.r.023620.6
+5	avoid	avoid	VERB	O	0		v.cognition	ewtb.r.023620.6
+6	this	this	DET	O	0			ewtb.r.023620.6
+7	place	place	NOUN	O	0		n.location	ewtb.r.023620.6
+8	,	,	PUNCT	O	0			ewtb.r.023620.6
+9	as	as	ADP	O	0			ewtb.r.023620.6
+10	a	a	DET	O	0			ewtb.r.023620.6
+11	silver	silver	NOUN	B	0			ewtb.r.023620.6
+12	Marriott	marriott	PROPN	o	0		n.group	ewtb.r.023620.6
+13	member	member	NOUN	I	11			ewtb.r.023620.6
+14	,	,	PUNCT	O	0			ewtb.r.023620.6
+15	this	this	DET	O	0			ewtb.r.023620.6
+16	is	be	VERB	O	0		v.stative	ewtb.r.023620.6
+17	a	a	DET	O	0			ewtb.r.023620.6
+18	disgrace	disgrace	NOUN	O	0		n.attribute	ewtb.r.023620.6
+19	.	.	PUNCT	O	0			ewtb.r.023620.6
+
+1	I	i	PRON	O	0			ewtb.r.030126.3
+2	attended	attend	VERB	O	0		v.motion	ewtb.r.030126.3
+3	it	it	PRON	O	0			ewtb.r.030126.3
+4	for	for	ADP	O	0			ewtb.r.030126.3
+5	2	2	NUM	O	0			ewtb.r.030126.3
+6	years	years	NOUN	O	0		n.time	ewtb.r.030126.3
+7	,	,	PUNCT	O	0			ewtb.r.030126.3
+8	and	and	CONJ	O	0			ewtb.r.030126.3
+9	that	that	DET	O	0			ewtb.r.030126.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.030126.3
+11	enough	enough	ADJ	O	0			ewtb.r.030126.3
+12	.	.	PUNCT	O	0			ewtb.r.030126.3
+
+1	Even	even	ADV	O	0			ewtb.r.035726.5
+2	though	though	SCONJ	O	0			ewtb.r.035726.5
+3	I	i	PRON	O	0			ewtb.r.035726.5
+4	live	live	VERB	O	0		v.social	ewtb.r.035726.5
+5	pretty	pretty	ADV	O	0			ewtb.r.035726.5
+6	far	far	ADV	O	0			ewtb.r.035726.5
+7	from	from	ADP	O	0			ewtb.r.035726.5
+8	her	her	PRON	O	0			ewtb.r.035726.5
+9	office	office	NOUN	O	0		n.location	ewtb.r.035726.5
+10	I	i	PRON	O	0			ewtb.r.035726.5
+11	still	still	ADV	O	0			ewtb.r.035726.5
+12	make	make	VERB	B	0		v.motion	ewtb.r.035726.5
+13	the	the	DET	o	0			ewtb.r.035726.5
+14	trip	trip	NOUN	I	12			ewtb.r.035726.5
+15	so	so	SCONJ	O	0			ewtb.r.035726.5
+16	my	my	PRON	O	0			ewtb.r.035726.5
+17	daughters	daughter	NOUN	O	0		n.person	ewtb.r.035726.5
+18	will	will	AUX	O	0			ewtb.r.035726.5
+19	have	have	VERB	O	0		v.stative	ewtb.r.035726.5
+20	the	the	DET	O	0			ewtb.r.035726.5
+21	BEST	best	ADJ	O	0			ewtb.r.035726.5
+22	!	!	PUNCT	O	0			ewtb.r.035726.5
+
+1	I	i	PRON	O	0			ewtb.r.041925.2
+2	will	will	AUX	O	0			ewtb.r.041925.2
+3	be	be	AUX	O	0			ewtb.r.041925.2
+4	calling	call	VERB	O	0		v.communication	ewtb.r.041925.2
+5	tropics	tropics	NOUN	O	0		n.group	ewtb.r.041925.2
+6	for	for	ADP	O	0			ewtb.r.041925.2
+7	my	my	PRON	O	0			ewtb.r.041925.2
+8	companie	companie	NOUN	O	0		n.group	ewtb.r.041925.2
+9	s	s	PART	O	0			ewtb.r.041925.2
+10	next	next	ADJ	O	0			ewtb.r.041925.2
+11	event	event	NOUN	O	0		n.event	ewtb.r.041925.2
+12	!	!	PUNCT	O	0			ewtb.r.041925.2
+
+1	She	she	PRON	O	0			ewtb.r.043020.10
+2	even	even	ADV	O	0			ewtb.r.043020.10
+3	went	go	VERB	B	0			ewtb.r.043020.10
+4	so	so	ADV	I	3			ewtb.r.043020.10
+5	far	far	ADV	I	4			ewtb.r.043020.10
+6	as	as	SCONJ	I	5			ewtb.r.043020.10
+7	to	to	PART	I	6			ewtb.r.043020.10
+8	say	say	VERB	I	7			ewtb.r.043020.10
+9	"	"	PUNCT	O	0			ewtb.r.043020.10
+10	You	you	PRON	O	0			ewtb.r.043020.10
+11	r	r	AUX	O	0			ewtb.r.043020.10
+12	calling	call	VERB	O	0		v.communication	ewtb.r.043020.10
+13	about	about	ADP	O	0			ewtb.r.043020.10
+14	one	one	NUM	O	0			ewtb.r.043020.10
+15	board	board	NOUN	O	0		n.artifact	ewtb.r.043020.10
+16	?	?	PUNCT	O	0			ewtb.r.043020.10
+17	"	"	PUNCT	O	0			ewtb.r.043020.10
+
+1	Well	well	INTJ	O	0			ewtb.r.043020.11
+2	-	-	PUNCT	O	0			ewtb.r.043020.11
+3	when	when	ADV	O	0			ewtb.r.043020.11
+4	you	you	PRON	O	0			ewtb.r.043020.11
+5	pay	pay	VERB	O	0		v.possession	ewtb.r.043020.11
+6	over	over	ADP	O	0			ewtb.r.043020.11
+7	$	$	SYM	O	0			ewtb.r.043020.11
+8	1000	1000	NUM	O	0			ewtb.r.043020.11
+9	for	for	ADP	O	0			ewtb.r.043020.11
+10	something	something	NOUN	O	0			ewtb.r.043020.11
+11	you	you	PRON	O	0			ewtb.r.043020.11
+12	want	want	VERB	O	0		v.cognition	ewtb.r.043020.11
+13	it	it	PRON	O	0			ewtb.r.043020.11
+14	to	to	PART	O	0			ewtb.r.043020.11
+15	hold	hold	VERB	B	0		v.stative	ewtb.r.043020.11
+16	up	up	ADP	I	15			ewtb.r.043020.11
+17	and	and	CONJ	O	0			ewtb.r.043020.11
+18	look	look	VERB	O	0		v.perception	ewtb.r.043020.11
+19	good	good	ADJ	O	0			ewtb.r.043020.11
+20	!!!	!!!	PUNCT	O	0			ewtb.r.043020.11
+
+1	I	i	PRON	O	0			ewtb.r.043020.13
+2	WAS	be	AUX	O	0			ewtb.r.043020.13
+3	calling	call	VERB	O	0		v.communication	ewtb.r.043020.13
+4	about	about	ADP	O	0			ewtb.r.043020.13
+5	one	one	NUM	O	0			ewtb.r.043020.13
+6	board	board	NOUN	O	0		n.artifact	ewtb.r.043020.13
+7	!!	!!	PUNCT	O	0			ewtb.r.043020.13
+
+1	They	they	PRON	O	0			ewtb.r.043020.18
+2	came	come	VERB	B	0		v.social	ewtb.r.043020.18
+3	in	in	ADV	I	2			ewtb.r.043020.18
+4	under	under	ADP	I	3			ewtb.r.043020.18
+5	a	a	DET	B	0			ewtb.r.043020.18
+6	lot	lot	NOUN	I	5			ewtb.r.043020.18
+7	of	of	ADP	O	0			ewtb.r.043020.18
+8	other	other	ADJ	O	0			ewtb.r.043020.18
+9	quotes	quote	NOUN	O	0		n.possession	ewtb.r.043020.18
+10	and	and	CONJ	O	0			ewtb.r.043020.18
+11	now	now	ADV	O	0			ewtb.r.043020.18
+12	I	i	PRON	O	0			ewtb.r.043020.18
+13	know	know	VERB	O	0		v.cognition	ewtb.r.043020.18
+14	why	why	ADV	O	0			ewtb.r.043020.18
+15	!!!	!!!	PUNCT	O	0			ewtb.r.043020.18
+
+1	Within	within	ADP	O	0			ewtb.r.043020.5
+2	a	a	DET	O	0			ewtb.r.043020.5
+3	week	week	NOUN	O	0		n.time	ewtb.r.043020.5
+4	we	we	PRON	O	0			ewtb.r.043020.5
+5	noticed	notice	VERB	O	0		v.cognition	ewtb.r.043020.5
+6	one	one	NUM	O	0			ewtb.r.043020.5
+7	of	of	ADP	O	0			ewtb.r.043020.5
+8	the	the	DET	O	0			ewtb.r.043020.5
+9	boards	boards	NOUN	O	0		n.artifact	ewtb.r.043020.5
+10	on	on	ADP	O	0			ewtb.r.043020.5
+11	our	our	PRON	O	0			ewtb.r.043020.5
+12	gate	gate	NOUN	O	0		n.artifact	ewtb.r.043020.5
+13	splitting	split	VERB	O	0		v.change	ewtb.r.043020.5
+14	where	where	ADV	O	0			ewtb.r.043020.5
+15	a	a	DET	O	0			ewtb.r.043020.5
+16	nail	nail	NOUN	O	0		n.artifact	ewtb.r.043020.5
+17	had	have	AUX	O	0			ewtb.r.043020.5
+18	gone	go	VERB	O	0		v.stative	ewtb.r.043020.5
+19	in	in	ADV	O	0			ewtb.r.043020.5
+20	.	.	PUNCT	O	0			ewtb.r.043020.5
+
+1	What	what	DET	O	0			ewtb.r.061721.1
+2	a	a	DET	O	0			ewtb.r.061721.1
+3	Dump	dump	NOUN	O	0		n.artifact	ewtb.r.061721.1
+4	!	!	PUNCT	O	0			ewtb.r.061721.1
+
+1	The	the	DET	O	0			ewtb.r.061721.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.061721.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.061721.2
+4	terrible	terrible	ADJ	O	0			ewtb.r.061721.2
+5	.	.	PUNCT	O	0			ewtb.r.061721.2
+
+1	The	the	DET	O	0			ewtb.r.061721.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.061721.3
+3	smells	smell	VERB	O	0		v.perception	ewtb.r.061721.3
+4	and	and	CONJ	O	0			ewtb.r.061721.3
+5	the	the	DET	O	0			ewtb.r.061721.3
+6	owner	owner	NOUN	O	0		n.person	ewtb.r.061721.3
+7	is	be	VERB	O	0		v.stative	ewtb.r.061721.3
+8	very	very	ADV	O	0			ewtb.r.061721.3
+9	very	very	ADV	O	0			ewtb.r.061721.3
+10	rude	rude	ADJ	O	0			ewtb.r.061721.3
+11	!	!	PUNCT	O	0			ewtb.r.061721.3
+
+1	I	i	PRON	O	0			ewtb.r.061721.4
+2	could	could	AUX	O	0			ewtb.r.061721.4
+3	go	go	VERB	B	0		v.communication	ewtb.r.061721.4
+4	on	on	ADV	I	3			ewtb.r.061721.4
+5	and	and	CONJ	I	4			ewtb.r.061721.4
+6	on	on	ADV	I	5			ewtb.r.061721.4
+7	!	!	PUNCT	O	0			ewtb.r.061721.4
+
+1	Just	just	ADV	O	0			ewtb.r.061721.5
+2	do	do	AUX	O	0			ewtb.r.061721.5
+3	n't	n't	PART	O	0			ewtb.r.061721.5
+4	go	go	VERB	O	0		v.motion	ewtb.r.061721.5
+5	there	there	ADV	O	0			ewtb.r.061721.5
+6	.	.	PUNCT	O	0			ewtb.r.061721.5
+
+1	Doctor	doctor	PROPN	B	0		n.person	ewtb.r.067423.1
+2	Hank	hank	PROPN	I	1			ewtb.r.067423.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.067423.1
+4	Amazing	amazing	ADJ	O	0			ewtb.r.067423.1
+
+1	I	i	PRON	O	0			ewtb.r.067423.3
+2	would	would	AUX	O	0			ewtb.r.067423.3
+3	n't	n't	PART	O	0			ewtb.r.067423.3
+4	go	go	VERB	O	0		v.motion	ewtb.r.067423.3
+5	to	to	ADP	O	0			ewtb.r.067423.3
+6	anyone	anyone	NOUN	O	0			ewtb.r.067423.3
+7	else	else	ADJ	O	0			ewtb.r.067423.3
+8	.	.	PUNCT	O	0			ewtb.r.067423.3
+
+1	If	if	SCONJ	O	0			ewtb.r.067826.1
+2	you	you	PRON	O	0			ewtb.r.067826.1
+3	're	're	AUX	O	0			ewtb.r.067826.1
+4	looking	look	VERB	O	0		v.cognition	ewtb.r.067826.1
+5	for	for	ADP	O	0			ewtb.r.067826.1
+6	homestyle	homestyle	ADJ	O	0			ewtb.r.067826.1
+7	Japanese	japanese	ADJ	O	0			ewtb.r.067826.1
+8	food	food	NOUN	O	0		n.food	ewtb.r.067826.1
+9	,	,	PUNCT	O	0			ewtb.r.067826.1
+10	you	you	PRON	B	0		v.competition	ewtb.r.067826.1
+11	ca	ca	AUX	I	10			ewtb.r.067826.1
+12	n't	n't	PART	I	11			ewtb.r.067826.1
+13	beat	beat	VERB	I	12			ewtb.r.067826.1
+14	this	this	DET	I	13			ewtb.r.067826.1
+
+1	We	we	PRON	O	0			ewtb.r.006970.2
+2	arrived	arrive	VERB	O	0		v.motion	ewtb.r.006970.2
+3	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.006970.2
+4	at	at	ADP	O	0			ewtb.r.006970.2
+5	about	about	ADV	O	0			ewtb.r.006970.2
+6	230	230	NUM	O	0			ewtb.r.006970.2
+7	and	and	CONJ	O	0			ewtb.r.006970.2
+8	found	find	VERB	O	0		v.cognition	ewtb.r.006970.2
+9	a	a	DET	O	0			ewtb.r.006970.2
+10	do	do	NOUN	O	0		n.animal	ewtb.r.006970.2
+11	we	we	PRON	O	0			ewtb.r.006970.2
+12	really	really	ADV	O	0			ewtb.r.006970.2
+13	liked	like	VERB	O	0		v.emotion	ewtb.r.006970.2
+14	.	.	PUNCT	O	0			ewtb.r.006970.2
+
+1	I	i	PRON	O	0			ewtb.r.010378.5
+2	learned	learn	VERB	O	0		v.cognition	ewtb.r.010378.5
+3	more	more	ADJ	O	0			ewtb.r.010378.5
+4	about	about	ADP	O	0			ewtb.r.010378.5
+5	this	this	DET	O	0			ewtb.r.010378.5
+6	doing	do	VERB	B	0		v.social	ewtb.r.010378.5
+7	my	my	PRON	o	0			ewtb.r.010378.5
+8	own	own	ADJ	o	0			ewtb.r.010378.5
+9	research	research	NOUN	I	6			ewtb.r.010378.5
+10	afterward	afterward	ADV	O	0			ewtb.r.010378.5
+11	.	.	PUNCT	O	0			ewtb.r.010378.5
+
+1	Friendliest	friendly	ADJ	O	0			ewtb.r.061079.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.061079.1
+3	I	i	PRON	O	0			ewtb.r.061079.1
+4	have	have	AUX	O	0			ewtb.r.061079.1
+5	ever	ever	ADV	O	0			ewtb.r.061079.1
+6	stayed	stay	VERB	O	0		v.social	ewtb.r.061079.1
+7	!	!	PUNCT	O	0			ewtb.r.061079.1
+
+1	WOW	wow	INTJ	O	0			ewtb.r.071278.1
+2	!!!	!!!	PUNCT	O	0			ewtb.r.071278.1
+
+1	I	i	PRON	O	0			ewtb.r.071278.2
+2	ca	ca	AUX	O	0			ewtb.r.071278.2
+3	n't	n't	PART	O	0			ewtb.r.071278.2
+4	say	say	VERB	O	0		v.communication	ewtb.r.071278.2
+5	enough	enough	ADJ	O	0			ewtb.r.071278.2
+6	good	good	ADJ	O	0			ewtb.r.071278.2
+7	things	things	NOUN	O	0			ewtb.r.071278.2
+8	about	about	ADP	O	0			ewtb.r.071278.2
+9	Karla	karla	PROPN	O	0		n.person	ewtb.r.071278.2
+10	and	and	CONJ	O	0			ewtb.r.071278.2
+11	the	the	DET	O	0			ewtb.r.071278.2
+12	wonderful	wonderful	ADJ	O	0			ewtb.r.071278.2
+13	things	things	NOUN	O	0			ewtb.r.071278.2
+14	she	she	PRON	O	0			ewtb.r.071278.2
+15	has	have	AUX	O	0			ewtb.r.071278.2
+16	done	do	VERB	O	0		v.stative	ewtb.r.071278.2
+17	for	for	ADP	O	0			ewtb.r.071278.2
+18	me	me	PRON	O	0			ewtb.r.071278.2
+19	and	and	CONJ	O	0			ewtb.r.071278.2
+20	my	my	PRON	O	0			ewtb.r.071278.2
+21	dog	dog	NOUN	O	0		n.animal	ewtb.r.071278.2
+22	Gracee	gracee	PROPN	O	0		n.animal	ewtb.r.071278.2
+23	.	.	PUNCT	O	0			ewtb.r.071278.2
+
+1	Gracee	gracee	PROPN	O	0		n.animal	ewtb.r.071278.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.071278.3
+3	more	more	ADV	O	0			ewtb.r.071278.3
+4	excited	excited	ADJ	O	0			ewtb.r.071278.3
+5	to	to	PART	O	0			ewtb.r.071278.3
+6	see	see	VERB	O	0		v.social	ewtb.r.071278.3
+7	her	her	PRON	O	0			ewtb.r.071278.3
+8	than	than	SCONJ	O	0			ewtb.r.071278.3
+9	she	she	PRON	O	0			ewtb.r.071278.3
+10	is	be	VERB	O	0		v.stative	ewtb.r.071278.3
+11	to	to	PART	O	0			ewtb.r.071278.3
+12	see	see	VERB	O	0		v.social	ewtb.r.071278.3
+13	me	me	PRON	O	0			ewtb.r.071278.3
+14	!!!!	!!!!	PUNCT	O	0			ewtb.r.071278.3
+
+1	She	she	PRON	O	0			ewtb.r.071278.4
+2	has	have	AUX	O	0			ewtb.r.071278.4
+3	always	always	ADV	O	0			ewtb.r.071278.4
+4	been	be	VERB	B	0		v.social	ewtb.r.071278.4
+5	there	there	ADV	I	4			ewtb.r.071278.4
+6	for	for	ADP	I	5			ewtb.r.071278.4
+7	Gracee	gracee	PROPN	O	0		n.animal	ewtb.r.071278.4
+8	even	even	ADV	O	0			ewtb.r.071278.4
+9	for	for	ADP	O	0			ewtb.r.071278.4
+10	last	last	ADJ	B	0		n.event	ewtb.r.071278.4
+11	minute	minute	NOUN	I	10			ewtb.r.071278.4
+12	calls	call	NOUN	O	0		n.communication	ewtb.r.071278.4
+13	!	!	PUNCT	O	0			ewtb.r.071278.4
+
+1	She	she	PRON	O	0			ewtb.r.071278.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.071278.6
+3	caring	caring	ADJ	O	0			ewtb.r.071278.6
+4	,	,	PUNCT	O	0			ewtb.r.071278.6
+5	punctual	punctual	ADJ	O	0			ewtb.r.071278.6
+6	,	,	PUNCT	O	0			ewtb.r.071278.6
+7	and	and	CONJ	O	0			ewtb.r.071278.6
+8	very	very	ADV	O	0			ewtb.r.071278.6
+9	enthusiastic	enthusiastic	ADJ	O	0			ewtb.r.071278.6
+10	about	about	ADP	O	0			ewtb.r.071278.6
+11	her	her	PRON	O	0			ewtb.r.071278.6
+12	job	job	NOUN	O	0		n.act	ewtb.r.071278.6
+13	!	!	PUNCT	O	0			ewtb.r.071278.6
+
+1	You	you	PRON	O	0			ewtb.r.071278.7
+2	should	should	AUX	O	0			ewtb.r.071278.7
+3	give	give	VERB	B	0		v.social	ewtb.r.071278.7
+4	her	her	PRON	o	0			ewtb.r.071278.7
+5	a	a	DET	I	3			ewtb.r.071278.7
+6	try	try	NOUN	I	5			ewtb.r.071278.7
+7	-	-	PUNCT	O	0			ewtb.r.071278.7
+8	it	it	PRON	O	0			ewtb.r.071278.7
+9	's	's	VERB	O	0		v.stative	ewtb.r.071278.7
+10	worth	worth	ADJ	B	0			ewtb.r.071278.7
+11	every	every	DET	I	10			ewtb.r.071278.7
+12	penny	penny	NOUN	I	11			ewtb.r.071278.7
+13	to	to	PART	O	0			ewtb.r.071278.7
+14	know	know	VERB	O	0		v.cognition	ewtb.r.071278.7
+15	that	that	SCONJ	O	0			ewtb.r.071278.7
+16	you	you	PRON	O	0			ewtb.r.071278.7
+17	pet	pet	NOUN	O	0		n.animal	ewtb.r.071278.7
+18	is	be	VERB	B	0		v.social	ewtb.r.071278.7
+19	in	in	ADP	I	18			ewtb.r.071278.7
+20	GREAT	great	ADJ	o	0			ewtb.r.071278.7
+21	hands	hands	NOUN	I	19			ewtb.r.071278.7
+22	with	with	ADP	O	0			ewtb.r.071278.7
+23	Wunderbar	wunderbar	PROPN	B	0		n.group	ewtb.r.071278.7
+24	pet	pet	PROPN	I	23			ewtb.r.071278.7
+25	sitting	sitting	PROPN	I	24			ewtb.r.071278.7
+26	!!!!	!!!!	PUNCT	O	0			ewtb.r.071278.7
+
+1	Their	their	PRON	O	0			ewtb.r.079007.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.079007.1
+3	and	and	CONJ	O	0			ewtb.r.079007.1
+4	sweets	sweet	NOUN	O	0		n.food	ewtb.r.079007.1
+5	are	be	VERB	O	0		v.stative	ewtb.r.079007.1
+6	awesome	awesome	ADJ	O	0			ewtb.r.079007.1
+7	.	.	PUNCT	O	0			ewtb.r.079007.1
+
+1	But	but	CONJ	O	0			ewtb.r.079007.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.079007.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.079007.2
+4	very	very	ADV	O	0			ewtb.r.079007.2
+5	poor	poor	ADJ	O	0			ewtb.r.079007.2
+6	.	.	PUNCT	O	0			ewtb.r.079007.2
+
+1	Attitude	attitude	NOUN	O	0		n.feeling	ewtb.r.079007.3
+2	of	of	ADP	O	0			ewtb.r.079007.3
+3	staff	staff	NOUN	O	0		n.person	ewtb.r.079007.3
+4	very	very	ADV	O	0			ewtb.r.079007.3
+5	bad	bad	ADJ	O	0			ewtb.r.079007.3
+6	.	.	PUNCT	O	0			ewtb.r.079007.3
+
+1	Never	never	ADV	O	0			ewtb.r.079007.4
+2	gives	give	VERB	O	0		v.possession	ewtb.r.079007.4
+3	a	a	DET	O	0			ewtb.r.079007.4
+4	receipt	receipt	NOUN	O	0		n.artifact	ewtb.r.079007.4
+5	.	.	PUNCT	O	0			ewtb.r.079007.4
+
+1	Sometimes	sometimes	ADV	O	0			ewtb.r.079007.5
+2	even	even	ADV	O	0			ewtb.r.079007.5
+3	gives	give	VERB	O	0		v.possession	ewtb.r.079007.5
+4	wrong	wrong	ADJ	O	0			ewtb.r.079007.5
+5	dish	dish	NOUN	O	0		n.food	ewtb.r.079007.5
+6	.	.	PUNCT	O	0			ewtb.r.079007.5
+
+1	So	so	ADV	O	0			ewtb.r.079007.6
+2	confused	confused	ADJ	O	0			ewtb.r.079007.6
+3	at	at	ADP	O	0			ewtb.r.079007.6
+4	the	the	DET	O	0			ewtb.r.079007.6
+5	payment	payment	NOUN	O	0		n.possession	ewtb.r.079007.6
+6	area	area	NOUN	O	0		n.location	ewtb.r.079007.6
+7	.	.	PUNCT	O	0			ewtb.r.079007.6
+
+1	Line	line	NOUN	B	0		n.cognition	ewtb.r.079007.7
+2	up	up	NOUN	I	1			ewtb.r.079007.7
+3	is	be	VERB	O	0		v.stative	ewtb.r.079007.7
+4	so	so	ADV	O	0			ewtb.r.079007.7
+5	stupid	stupid	ADJ	O	0			ewtb.r.079007.7
+6	.	.	PUNCT	O	0			ewtb.r.079007.7
+
+1	Even	even	ADV	O	0			ewtb.r.079007.8
+2	if	if	SCONJ	O	0			ewtb.r.079007.8
+3	you	you	PRON	O	0			ewtb.r.079007.8
+4	line	line	VERB	B	0		v.stative	ewtb.r.079007.8
+5	up	up	ADP	I	4			ewtb.r.079007.8
+6	.	.	PUNCT	O	0			ewtb.r.079007.8
+
+1	To	to	PART	O	0			ewtb.r.079007.9
+2	make	make	VERB	B	0		v.communication	ewtb.r.079007.9
+3	a	a	DET	o	0			ewtb.r.079007.9
+4	order	order	NOUN	I	2			ewtb.r.079007.9
+5	you	you	PRON	O	0			ewtb.r.079007.9
+6	may	may	AUX	O	0			ewtb.r.079007.9
+7	have	have	VERB	B	0			ewtb.r.079007.9
+8	to	to	PART	I	7			ewtb.r.079007.9
+9	go	go	VERB	O	0		v.motion	ewtb.r.079007.9
+10	to	to	ADP	O	0			ewtb.r.079007.9
+11	back	back	NOUN	O	0		n.relation	ewtb.r.079007.9
+12	of	of	ADP	O	0			ewtb.r.079007.9
+13	line	line	NOUN	O	0		n.group	ewtb.r.079007.9
+14	.	.	PUNCT	O	0			ewtb.r.079007.9
+
+1	And	and	CONJ	O	0			ewtb.r.079007.10
+2	then	then	ADV	O	0			ewtb.r.079007.10
+3	wait	wait	VERB	O	0		v.cognition	ewtb.r.079007.10
+4	again	again	ADV	O	0			ewtb.r.079007.10
+5	.	.	PUNCT	O	0			ewtb.r.079007.10
+
+1	Not	not	PART	O	0			ewtb.r.079007.11
+2	organised	organised	ADJ	O	0			ewtb.r.079007.11
+3	.	.	PUNCT	O	0			ewtb.r.079007.11
+
+1	Awesome	awesome	ADJ	O	0			ewtb.r.085009.1
+2	Landscaping	landscaping	NOUN	O	0		n.act	ewtb.r.085009.1
+3	Job	job	NOUN	O	0		n.act	ewtb.r.085009.1
+
+1	MFJ	mfj	PROPN	B	0		n.group	ewtb.r.085009.2
+2	Inc	inc	PROPN	I	1			ewtb.r.085009.2
+3	transformed	transform	VERB	O	0		v.change	ewtb.r.085009.2
+4	our	our	PRON	O	0			ewtb.r.085009.2
+5	run	run	VERB	B	0			ewtb.r.085009.2
+6	down	down	ADP	I	5			ewtb.r.085009.2
+7	back	back	ADJ	B	0		n.location	ewtb.r.085009.2
+8	yard	yard	NOUN	I	7			ewtb.r.085009.2
+9	into	into	ADP	O	0			ewtb.r.085009.2
+10	a	a	DET	O	0			ewtb.r.085009.2
+11	place	place	NOUN	O	0		n.location	ewtb.r.085009.2
+12	of	of	ADP	O	0			ewtb.r.085009.2
+13	beauty	beauty	NOUN	O	0		n.attribute	ewtb.r.085009.2
+14	.	.	PUNCT	O	0			ewtb.r.085009.2
+
+1	The	the	DET	O	0			ewtb.r.085009.3
+2	work	work	NOUN	O	0		n.act	ewtb.r.085009.3
+3	was	be	AUX	O	0			ewtb.r.085009.3
+4	completed	complete	VERB	O	0		v.change	ewtb.r.085009.3
+5	within	within	ADP	O	0			ewtb.r.085009.3
+6	one	one	NUM	O	0			ewtb.r.085009.3
+7	week	week	NOUN	O	0		n.time	ewtb.r.085009.3
+8	,	,	PUNCT	O	0			ewtb.r.085009.3
+9	and	and	CONJ	O	0			ewtb.r.085009.3
+10	everything	everything	NOUN	O	0			ewtb.r.085009.3
+11	was	be	AUX	O	0			ewtb.r.085009.3
+12	cleaned	clean	VERB	B	0		v.change	ewtb.r.085009.3
+13	up	up	ADP	I	12			ewtb.r.085009.3
+14	on	on	ADP	O	0			ewtb.r.085009.3
+15	completion	completion	NOUN	O	0		n.act	ewtb.r.085009.3
+16	.	.	PUNCT	O	0			ewtb.r.085009.3
+
+1	Highly	highly	ADV	O	0			ewtb.r.085009.4
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.085009.4
+3	landscaper	landscaper	NOUN	O	0		n.person	ewtb.r.085009.4
+4	!!!	!!!	PUNCT	O	0			ewtb.r.085009.4
+
+1	SERVERS	server	NOUN	O	0		n.person	ewtb.r.202402.1
+
+1	When	when	ADV	O	0			ewtb.r.202402.2
+2	my	my	PRON	O	0			ewtb.r.202402.2
+3	server	server	NOUN	O	0		n.person	ewtb.r.202402.2
+4	crashed	crash	VERB	O	0		v.stative	ewtb.r.202402.2
+5	,	,	PUNCT	O	0			ewtb.r.202402.2
+6	Greg	greg	PROPN	O	0		n.person	ewtb.r.202402.2
+7	worked	work	VERB	O	0		v.social	ewtb.r.202402.2
+8	from	from	ADP	O	0			ewtb.r.202402.2
+9	7	7	NUM	O	0			ewtb.r.202402.2
+10	PM	pm	NOUN	O	0		n.time	ewtb.r.202402.2
+11	until	until	ADP	O	0			ewtb.r.202402.2
+12	4	4	NUM	O	0			ewtb.r.202402.2
+13	AM	am	NOUN	O	0		n.time	ewtb.r.202402.2
+14	and	and	CONJ	O	0			ewtb.r.202402.2
+15	had	have	VERB	O	0		v.stative	ewtb.r.202402.2
+16	my	my	PRON	O	0			ewtb.r.202402.2
+17	company	company	NOUN	O	0		n.group	ewtb.r.202402.2
+18	up	up	ADV	B	0			ewtb.r.202402.2
+19	and	and	CONJ	I	18			ewtb.r.202402.2
+20	running	run	VERB	I	19			ewtb.r.202402.2
+21	the	the	DET	O	0			ewtb.r.202402.2
+22	next	next	ADJ	O	0			ewtb.r.202402.2
+23	morning	morning	NOUN	O	0		n.time	ewtb.r.202402.2
+24	.	.	PUNCT	O	0			ewtb.r.202402.2
+
+1	That	that	DET	O	0			ewtb.r.202402.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.202402.3
+3	what	what	PRON	O	0			ewtb.r.202402.3
+4	I	i	PRON	O	0			ewtb.r.202402.3
+5	call	call	VERB	O	0		v.communication	ewtb.r.202402.3
+6	customer	customer	NOUN	B	0		n.act	ewtb.r.202402.3
+7	service	service	NOUN	I	6			ewtb.r.202402.3
+8	!	!	PUNCT	O	0			ewtb.r.202402.3
+
+1	Elmira	elmira	PROPN	O	0		n.person	ewtb.r.202709.1
+2	,	,	PUNCT	O	0			ewtb.r.202709.1
+3	you	you	PRON	O	0			ewtb.r.202709.1
+4	r	r	VERB	O	0		v.stative	ewtb.r.202709.1
+5	the	the	DET	O	0			ewtb.r.202709.1
+6	best	best	ADJ	O	0			ewtb.r.202709.1
+7	!	!	PUNCT	O	0			ewtb.r.202709.1
+
+1	All	all	DET	O	0			ewtb.r.202709.2
+2	I	i	PRON	O	0			ewtb.r.202709.2
+3	can	can	AUX	O	0			ewtb.r.202709.2
+4	say	say	VERB	O	0		v.communication	ewtb.r.202709.2
+5	is	be	VERB	O	0		v.stative	ewtb.r.202709.2
+6	that	that	SCONJ	O	0			ewtb.r.202709.2
+7	Elmira	elmira	PROPN	O	0		n.person	ewtb.r.202709.2
+8	you	you	PRON	O	0			ewtb.r.202709.2
+9	are	be	VERB	O	0		v.stative	ewtb.r.202709.2
+10	the	the	DET	O	0			ewtb.r.202709.2
+11	best	best	ADJ	O	0			ewtb.r.202709.2
+12	I	i	PRON	O	0			ewtb.r.202709.2
+13	ve	ve	AUX	O	0			ewtb.r.202709.2
+14	experienced	experience	VERB	O	0		v.social	ewtb.r.202709.2
+15	,	,	PUNCT	O	0			ewtb.r.202709.2
+16	never	never	ADV	O	0			ewtb.r.202709.2
+17	before	before	ADV	O	0			ewtb.r.202709.2
+18	has	have	AUX	O	0			ewtb.r.202709.2
+19	the	the	DET	O	0			ewtb.r.202709.2
+20	seamstress	seamstress	NOUN	O	0		n.person	ewtb.r.202709.2
+21	done	do	VERB	B	0		v.social	ewtb.r.202709.2
+22	a	a	DET	o	0			ewtb.r.202709.2
+23	perfect	perfect	ADJ	o	0			ewtb.r.202709.2
+24	job	job	NOUN	I	21			ewtb.r.202709.2
+25	until	until	SCONJ	O	0			ewtb.r.202709.2
+26	i	i	PRON	O	0			ewtb.r.202709.2
+27	met	meet	VERB	O	0		v.social	ewtb.r.202709.2
+28	you	you	PRON	O	0			ewtb.r.202709.2
+29	.	.	PUNCT	O	0			ewtb.r.202709.2
+
+1	I	i	PRON	O	0			ewtb.r.202709.3
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.202709.3
+3	you	you	PRON	O	0			ewtb.r.202709.3
+4	to	to	ADP	O	0			ewtb.r.202709.3
+5	everyone	everyone	NOUN	O	0			ewtb.r.202709.3
+6	in	in	ADP	O	0			ewtb.r.202709.3
+7	Calgary	calgary	PROPN	O	0		n.location	ewtb.r.202709.3
+8	,	,	PUNCT	O	0			ewtb.r.202709.3
+9	as	as	SCONJ	O	0			ewtb.r.202709.3
+10	she	she	PRON	O	0			ewtb.r.202709.3
+11	is	be	VERB	O	0		v.stative	ewtb.r.202709.3
+12	a	a	DET	O	0			ewtb.r.202709.3
+13	professional	professional	NOUN	O	0		n.person	ewtb.r.202709.3
+14	and	and	CONJ	O	0			ewtb.r.202709.3
+15	the	the	DET	O	0			ewtb.r.202709.3
+16	cost	cost	NOUN	O	0		n.possession	ewtb.r.202709.3
+17	for	for	ADP	O	0			ewtb.r.202709.3
+18	her	her	PRON	O	0			ewtb.r.202709.3
+19	was	be	VERB	O	0		v.stative	ewtb.r.202709.3
+20	low	low	ADJ	O	0			ewtb.r.202709.3
+21	.	.	PUNCT	O	0			ewtb.r.202709.3
+
+1	Natasha	natasha	PROPN	O	0		n.person	ewtb.r.206303.1
+
+1	A	a	DET	O	0			ewtb.r.206303.2
+2	real	real	ADJ	O	0			ewtb.r.206303.2
+3	pleasure	pleasure	NOUN	O	0		n.feeling	ewtb.r.206303.2
+4	training	train	VERB	O	0		v.social	ewtb.r.206303.2
+5	with	with	ADP	O	0			ewtb.r.206303.2
+6	Natasha	natasha	PROPN	O	0		n.person	ewtb.r.206303.2
+7	.	.	PUNCT	O	0			ewtb.r.206303.2
+
+1	Always	always	ADV	O	0			ewtb.r.206303.3
+2	professional	professional	ADJ	O	0			ewtb.r.206303.3
+3	and	and	CONJ	O	0			ewtb.r.206303.3
+4	reliable	reliable	ADJ	O	0			ewtb.r.206303.3
+5	,	,	PUNCT	O	0			ewtb.r.206303.3
+6	sessions	sessions	NOUN	O	0		n.event	ewtb.r.206303.3
+7	are	be	VERB	O	0		v.stative	ewtb.r.206303.3
+8	good	good	ADJ	O	0			ewtb.r.206303.3
+9	fun	fun	NOUN	O	0		n.feeling	ewtb.r.206303.3
+10	and	and	CONJ	O	0			ewtb.r.206303.3
+11	suitably	suitably	ADV	O	0			ewtb.r.206303.3
+12	challenging	challenging	ADJ	O	0			ewtb.r.206303.3
+13	.	.	PUNCT	O	0			ewtb.r.206303.3
+
+1	She	she	PRON	O	0			ewtb.r.206303.4
+2	really	really	ADV	O	0			ewtb.r.206303.4
+3	listens	listen	VERB	O	0		v.perception	ewtb.r.206303.4
+4	to	to	ADP	O	0			ewtb.r.206303.4
+5	what	what	PRON	O	0			ewtb.r.206303.4
+6	it	it	PRON	O	0			ewtb.r.206303.4
+7	is	be	VERB	O	0		v.stative	ewtb.r.206303.4
+8	you	you	PRON	O	0			ewtb.r.206303.4
+9	would	would	AUX	O	0			ewtb.r.206303.4
+10	like	like	VERB	O	0		v.emotion	ewtb.r.206303.4
+11	to	to	PART	O	0			ewtb.r.206303.4
+12	achieve	achieve	VERB	O	0		v.cognition	ewtb.r.206303.4
+13	,	,	PUNCT	O	0			ewtb.r.206303.4
+14	and	and	CONJ	O	0			ewtb.r.206303.4
+15	I	i	PRON	O	0			ewtb.r.206303.4
+16	am	be	VERB	O	0		v.stative	ewtb.r.206303.4
+17	very	very	ADV	O	0			ewtb.r.206303.4
+18	happy	happy	ADJ	O	0			ewtb.r.206303.4
+19	with	with	ADP	O	0			ewtb.r.206303.4
+20	my	my	PRON	O	0			ewtb.r.206303.4
+21	results	result	NOUN	O	0		n.phenomenon	ewtb.r.206303.4
+22	.	.	PUNCT	O	0			ewtb.r.206303.4
+
+1	I	i	PRON	O	0			ewtb.r.206303.5
+2	would	would	AUX	O	0			ewtb.r.206303.5
+3	highly	highly	ADV	O	0			ewtb.r.206303.5
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.206303.5
+5	her	her	PRON	O	0			ewtb.r.206303.5
+6	services	services	NOUN	O	0		n.act	ewtb.r.206303.5
+7	.	.	PUNCT	O	0			ewtb.r.206303.5
+
+1	Best	best	ADJ	O	0			ewtb.r.211709.1
+2	ceviche	ceviche	NOUN	O	0		n.food	ewtb.r.211709.1
+3	that	that	DET	O	0			ewtb.r.211709.1
+4	I	i	PRON	O	0			ewtb.r.211709.1
+5	'd	'd	AUX	O	0			ewtb.r.211709.1
+6	had	have	VERB	O	0		v.consumption	ewtb.r.211709.1
+7	so	so	ADV	B	0			ewtb.r.211709.1
+8	far	far	ADV	I	7			ewtb.r.211709.1
+9	!	!	PUNCT	O	0			ewtb.r.211709.1
+10	:)	:)	SYM	O	0			ewtb.r.211709.1
+
+1	First	first	ADJ	O	0			ewtb.r.224906.1
+2	and	and	CONJ	O	0			ewtb.r.224906.1
+3	Last	last	ADJ	O	0			ewtb.r.224906.1
+4	time	time	NOUN	O	0		n.event	ewtb.r.224906.1
+5	we	we	PRON	O	0			ewtb.r.224906.1
+6	'll	'll	AUX	O	0			ewtb.r.224906.1
+7	eat	eat	VERB	O	0		v.consumption	ewtb.r.224906.1
+8	there	there	ADV	O	0			ewtb.r.224906.1
+
+1	My	my	PRON	O	0			ewtb.r.224906.2
+2	friend	friend	NOUN	O	0		n.person	ewtb.r.224906.2
+3	and	and	CONJ	O	0			ewtb.r.224906.2
+4	I	i	PRON	O	0			ewtb.r.224906.2
+5	went	go	VERB	O	0		v.motion	ewtb.r.224906.2
+6	there	there	ADV	O	0			ewtb.r.224906.2
+7	for	for	ADP	O	0			ewtb.r.224906.2
+8	lunch	lunch	NOUN	O	0		n.event	ewtb.r.224906.2
+9	today	today	NOUN	O	0		n.time	ewtb.r.224906.2
+10	.	.	PUNCT	O	0			ewtb.r.224906.2
+
+1	Neither	neither	DET	O	0			ewtb.r.224906.3
+2	one	one	NOUN	O	0			ewtb.r.224906.3
+3	of	of	ADP	O	0			ewtb.r.224906.3
+4	us	us	PRON	O	0			ewtb.r.224906.3
+5	had	have	AUX	O	0			ewtb.r.224906.3
+6	ever	ever	ADV	O	0			ewtb.r.224906.3
+7	been	be	VERB	O	0		v.motion	ewtb.r.224906.3
+8	-	-	PUNCT	O	0			ewtb.r.224906.3
+9	so	so	ADV	O	0			ewtb.r.224906.3
+10	we	we	PRON	O	0			ewtb.r.224906.3
+11	thought	think	VERB	O	0		v.cognition	ewtb.r.224906.3
+12	we	we	PRON	O	0			ewtb.r.224906.3
+13	'd	'd	AUX	O	0			ewtb.r.224906.3
+14	try	try	VERB	O	0		v.social	ewtb.r.224906.3
+15	it	it	PRON	O	0			ewtb.r.224906.3
+16	.	.	PUNCT	O	0			ewtb.r.224906.3
+
+1	BIG	big	ADJ	O	0			ewtb.r.224906.4
+2	MISTAKE	mistake	NOUN	O	0		n.cognition	ewtb.r.224906.4
+3	-	-	PUNCT	O	0			ewtb.r.224906.4
+4	The	the	DET	O	0			ewtb.r.224906.4
+5	food	food	NOUN	O	0		n.food	ewtb.r.224906.4
+6	was	be	VERB	O	0		v.stative	ewtb.r.224906.4
+7	tasteless	tasteless	ADJ	O	0			ewtb.r.224906.4
+8	and	and	CONJ	O	0			ewtb.r.224906.4
+9	cold	cold	ADJ	O	0			ewtb.r.224906.4
+10	.	.	PUNCT	O	0			ewtb.r.224906.4
+
+1	We	we	PRON	O	0			ewtb.r.224906.5
+2	both	both	DET	O	0			ewtb.r.224906.5
+3	kept	keep	VERB	O	0		v.stative	ewtb.r.224906.5
+4	trying	try	VERB	O	0		v.social	ewtb.r.224906.5
+5	to	to	PART	O	0			ewtb.r.224906.5
+6	find	find	VERB	O	0		v.cognition	ewtb.r.224906.5
+7	something	something	NOUN	O	0			ewtb.r.224906.5
+8	we	we	PRON	O	0			ewtb.r.224906.5
+9	liked	like	VERB	O	0		v.emotion	ewtb.r.224906.5
+10	.	.	PUNCT	O	0			ewtb.r.224906.5
+
+1	The	the	DET	O	0			ewtb.r.224906.6
+2	only	only	ADJ	O	0			ewtb.r.224906.6
+3	thing	thing	NOUN	O	0			ewtb.r.224906.6
+4	I	i	PRON	O	0			ewtb.r.224906.6
+5	found	find	VERB	O	0		v.stative	ewtb.r.224906.6
+6	edible	edible	ADJ	O	0			ewtb.r.224906.6
+7	were	be	VERB	O	0		v.stative	ewtb.r.224906.6
+8	the	the	DET	O	0			ewtb.r.224906.6
+9	potato	potato	NOUN	O	0		n.food	ewtb.r.224906.6
+10	wedges	wedge	NOUN	O	0		n.food	ewtb.r.224906.6
+11	,	,	PUNCT	O	0			ewtb.r.224906.6
+12	I	i	PRON	O	0			ewtb.r.224906.6
+13	finally	finally	ADV	O	0			ewtb.r.224906.6
+14	gave	give	VERB	B	0		v.cognition	ewtb.r.224906.6
+15	up	up	ADP	I	14			ewtb.r.224906.6
+16	,	,	PUNCT	O	0			ewtb.r.224906.6
+17	he	he	PRON	O	0			ewtb.r.224906.6
+18	kept	keep	VERB	O	0		v.stative	ewtb.r.224906.6
+19	trying	try	VERB	O	0		v.social	ewtb.r.224906.6
+20	-	-	PUNCT	O	0			ewtb.r.224906.6
+21	he	he	PRON	O	0			ewtb.r.224906.6
+22	found	find	VERB	O	0		v.cognition	ewtb.r.224906.6
+23	the	the	DET	O	0			ewtb.r.224906.6
+24	fried	fry	VERB	O	0			ewtb.r.224906.6
+25	wantons	wanton	NOUN	O	0		n.food	ewtb.r.224906.6
+26	to	to	PART	O	0			ewtb.r.224906.6
+27	be	be	VERB	O	0		v.stative	ewtb.r.224906.6
+28	OK	ok	ADJ	O	0			ewtb.r.224906.6
+29	-	-	PUNCT	O	0			ewtb.r.224906.6
+30	His	his	PRON	O	0			ewtb.r.224906.6
+31	Mongolian	mongolian	ADJ	O	0			ewtb.r.224906.6
+32	bowl	bowl	NOUN	O	0		n.food	ewtb.r.224906.6
+33	was	be	VERB	O	0		v.stative	ewtb.r.224906.6
+34	awful	awful	ADJ	O	0			ewtb.r.224906.6
+35	.	.	PUNCT	O	0			ewtb.r.224906.6
+
+1	Would	would	AUX	O	0			ewtb.r.224906.7
+2	NOT	not	PART	O	0			ewtb.r.224906.7
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.224906.7
+4	this	this	DET	O	0			ewtb.r.224906.7
+5	place	place	NOUN	O	0		n.location	ewtb.r.224906.7
+6	to	to	ADP	O	0			ewtb.r.224906.7
+7	anyone	anyone	NOUN	O	0		n.person	ewtb.r.224906.7
+8	-	-	PUNCT	O	0			ewtb.r.224906.7
+9	in	in	ADP	B	0			ewtb.r.224906.7
+10	fact	fact	NOUN	I	9			ewtb.r.224906.7
+11	-	-	PUNCT	O	0			ewtb.r.224906.7
+12	save	save	VERB	O	0		v.stative	ewtb.r.224906.7
+13	your	your	PRON	O	0			ewtb.r.224906.7
+14	money	money	NOUN	O	0		n.possession	ewtb.r.224906.7
+15	and	and	CONJ	O	0			ewtb.r.224906.7
+16	go	go	VERB	O	0		v.motion	ewtb.r.224906.7
+17	somewhere	somewhere	ADV	O	0			ewtb.r.224906.7
+18	else	else	ADV	O	0			ewtb.r.224906.7
+19	.	.	PUNCT	O	0			ewtb.r.224906.7
+
+1	Good	good	ADJ	O	0			ewtb.r.227605.1
+2	local	local	ADJ	O	0			ewtb.r.227605.1
+3	steakhouse	steakhouse	NOUN	O	0		n.group	ewtb.r.227605.1
+4	,	,	PUNCT	O	0			ewtb.r.227605.1
+5	I	i	PRON	O	0			ewtb.r.227605.1
+6	recommend	recommend	VERB	O	0		v.communication	ewtb.r.227605.1
+7	it	it	PRON	O	0			ewtb.r.227605.1
+8	!	!	PUNCT	O	0			ewtb.r.227605.1
+
+1	Great	great	ADJ	O	0			ewtb.r.229100.1
+2	Place	place	NOUN	O	0		n.group	ewtb.r.229100.1
+3	!	!	PUNCT	O	0			ewtb.r.229100.1
+
+1	Love	love	VERB	O	0		v.emotion	ewtb.r.229100.2
+2	this	this	DET	O	0			ewtb.r.229100.2
+3	place	place	NOUN	O	0		n.group	ewtb.r.229100.2
+4	!!	!!	PUNCT	O	0			ewtb.r.229100.2
+
+1	Has	have	VERB	O	0		v.stative	ewtb.r.229100.3
+2	another	another	DET	O	0			ewtb.r.229100.3
+3	store	store	NOUN	O	0		n.group	ewtb.r.229100.3
+4	in	in	ADP	O	0			ewtb.r.229100.3
+5	the	the	DET	O	0			ewtb.r.229100.3
+6	st.	st.	PROPN	B	0		n.group	ewtb.r.229100.3
+7	charles	charles	PROPN	I	6			ewtb.r.229100.3
+8	mall	mall	PROPN	I	7			ewtb.r.229100.3
+9	.	.	PUNCT	O	0			ewtb.r.229100.3
+
+1	Place	place	NOUN	O	0		n.location	ewtb.r.229100.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.229100.4
+3	next	next	ADJ	B	0			ewtb.r.229100.4
+4	to	to	ADP	I	3			ewtb.r.229100.4
+5	carval	carval	PROPN	O	0		n.location	ewtb.r.229100.4
+6	and	and	CONJ	O	0			ewtb.r.229100.4
+7	walmart	walmart	PROPN	O	0		n.location	ewtb.r.229100.4
+8	.	.	PUNCT	O	0			ewtb.r.229100.4
+
+1	Do	do	AUX	O	0			ewtb.r.229100.5
+2	nt	nt	ADV	O	0			ewtb.r.229100.5
+3	go	go	VERB	O	0		v.motion	ewtb.r.229100.5
+4	to	to	ADP	O	0			ewtb.r.229100.5
+5	the	the	DET	O	0			ewtb.r.229100.5
+6	one	one	NOUN	O	0			ewtb.r.229100.5
+7	by	by	ADP	O	0			ewtb.r.229100.5
+8	pepco	pepco	PROPN	O	0		n.location	ewtb.r.229100.5
+9	,	,	PUNCT	O	0			ewtb.r.229100.5
+10	I	i	PRON	O	0			ewtb.r.229100.5
+11	got	get	VERB	B	0		v.cognition	ewtb.r.229100.5
+12	confused	confused	ADJ	I	11			ewtb.r.229100.5
+13	!!!	!!!	PUNCT	O	0			ewtb.r.229100.5
+
+1	Bad	bad	ADJ	O	0			ewtb.r.229100.6
+2	place	place	NOUN	O	0		n.group	ewtb.r.229100.6
+3	.	.	PUNCT	O	0			ewtb.r.229100.6
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.229100.7
+2	to	to	ADP	O	0			ewtb.r.229100.7
+3	ATLANTIC	atlantic	PROPN	B	0		n.group	ewtb.r.229100.7
+4	WIRELESS	wireless	PROPN	I	3			ewtb.r.229100.7
+5	!!	!!	PUNCT	O	0			ewtb.r.229100.7
+
+1	I	i	PRON	O	0			ewtb.r.229100.8
+2	love	love	VERB	O	0		v.emotion	ewtb.r.229100.8
+3	them	them	PRON	O	0			ewtb.r.229100.8
+4	!!!	!!!	PUNCT	O	0			ewtb.r.229100.8
+
+1	Okay	okay	INTJ	O	0			ewtb.r.231203.1
+2	,	,	PUNCT	O	0			ewtb.r.231203.1
+3	here	here	ADV	B	0			ewtb.r.231203.1
+4	's	's	VERB	I	3			ewtb.r.231203.1
+5	the	the	DET	I	4			ewtb.r.231203.1
+6	scoop	scoop	NOUN	I	5			ewtb.r.231203.1
+7	.	.	PUNCT	O	0			ewtb.r.231203.1
+
+1	I	i	PRON	O	0			ewtb.r.231203.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.231203.2
+3	a	a	DET	O	0			ewtb.r.231203.2
+4	regular	regular	NOUN	O	0		n.person	ewtb.r.231203.2
+5	at	at	ADP	O	0			ewtb.r.231203.2
+6	the	the	DET	O	0			ewtb.r.231203.2
+7	HH	hh	PROPN	O	0		n.location	ewtb.r.231203.2
+8	.	.	PUNCT	O	0			ewtb.r.231203.2
+
+1	The	the	DET	O	0			ewtb.r.231203.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.231203.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.231203.3
+4	excellent	excellent	ADJ	O	0			ewtb.r.231203.3
+5	,	,	PUNCT	O	0			ewtb.r.231203.3
+6	the	the	DET	O	0			ewtb.r.231203.3
+7	serivce	serivce	NOUN	O	0		n.act	ewtb.r.231203.3
+8	is	be	VERB	O	0		v.stative	ewtb.r.231203.3
+9	horrible	horrible	ADJ	O	0			ewtb.r.231203.3
+10	.	.	PUNCT	O	0			ewtb.r.231203.3
+
+1	I	i	PRON	O	0			ewtb.r.231203.4
+2	think	think	VERB	O	0		v.cognition	ewtb.r.231203.4
+3	they	they	PRON	O	0			ewtb.r.231203.4
+4	're	're	VERB	O	0		v.stative	ewtb.r.231203.4
+5	still	still	ADV	O	0			ewtb.r.231203.4
+6	in	in	ADP	O	0			ewtb.r.231203.4
+7	the	the	DET	O	0			ewtb.r.231203.4
+8	mindset	mindset	NOUN	O	0		n.cognition	ewtb.r.231203.4
+9	from	from	SCONJ	O	0			ewtb.r.231203.4
+10	when	when	ADV	O	0			ewtb.r.231203.4
+11	it	it	PRON	O	0			ewtb.r.231203.4
+12	was	be	VERB	O	0		v.stative	ewtb.r.231203.4
+13	only	only	ADV	O	0			ewtb.r.231203.4
+14	smokers	smoker	NOUN	O	0		n.person	ewtb.r.231203.4
+15	sitting	sit	VERB	B	0		v.stative	ewtb.r.231203.4
+16	around	around	ADV	I	15			ewtb.r.231203.4
+17	and	and	CONJ	O	0			ewtb.r.231203.4
+18	drinking	drink	VERB	O	0		v.consumption	ewtb.r.231203.4
+19	...	...	PUNCT	O	0			ewtb.r.231203.4
+20	not	not	PART	O	0			ewtb.r.231203.4
+21	in	in	ADP	B	0			ewtb.r.231203.4
+22	any	any	DET	o	0			ewtb.r.231203.4
+23	hurry	hurry	NOUN	I	21			ewtb.r.231203.4
+24	.	.	PUNCT	O	0			ewtb.r.231203.4
+
+1	In	in	ADP	B	0			ewtb.r.231203.5
+2	my	my	PRON	o	0			ewtb.r.231203.5
+3	experience	experience	NOUN	I	1			ewtb.r.231203.5
+4	the	the	DET	O	0			ewtb.r.231203.5
+5	food	food	NOUN	O	0		n.food	ewtb.r.231203.5
+6	has	have	AUX	O	0			ewtb.r.231203.5
+7	been	be	VERB	O	0		v.stative	ewtb.r.231203.5
+8	excellent	excellent	ADJ	O	0			ewtb.r.231203.5
+9	(	(	PUNCT	O	0			ewtb.r.231203.5
+10	for	for	ADP	B	0			ewtb.r.231203.5
+11	the	the	DET	I	10			ewtb.r.231203.5
+12	most	most	ADJ	I	11			ewtb.r.231203.5
+13	part	part	NOUN	I	12			ewtb.r.231203.5
+14	)	)	PUNCT	O	0			ewtb.r.231203.5
+15	.	.	PUNCT	O	0			ewtb.r.231203.5
+
+1	However	however	ADV	O	0			ewtb.r.231203.6
+2	,	,	PUNCT	O	0			ewtb.r.231203.6
+3	the	the	DET	O	0			ewtb.r.231203.6
+4	bartenders	bartender	NOUN	O	0		n.person	ewtb.r.231203.6
+5	/	/	PUNCT	O	0			ewtb.r.231203.6
+6	waitresses	waitress	NOUN	O	0		n.person	ewtb.r.231203.6
+7	definately	definately	ADV	O	0			ewtb.r.231203.6
+8	need	need	VERB	O	0		v.cognition	ewtb.r.231203.6
+9	to	to	PART	O	0			ewtb.r.231203.6
+10	be	be	AUX	O	0			ewtb.r.231203.6
+11	re-trained	re-trained	VERB	O	0		v.social	ewtb.r.231203.6
+12	(	(	PUNCT	O	0			ewtb.r.231203.6
+13	if	if	SCONJ	O	0			ewtb.r.231203.6
+14	they	they	PRON	O	0			ewtb.r.231203.6
+15	ever	ever	ADV	O	0			ewtb.r.231203.6
+16	had	have	VERB	O	0		v.stative	ewtb.r.231203.6
+17	any	any	DET	O	0			ewtb.r.231203.6
+18	to	to	PART	B	0			ewtb.r.231203.6
+19	begin	begin	VERB	I	18			ewtb.r.231203.6
+20	with	with	ADP	I	19			ewtb.r.231203.6
+21	)	)	PUNCT	O	0			ewtb.r.231203.6
+22	and	and	CONJ	O	0			ewtb.r.231203.6
+23	learn	learn	VERB	O	0		v.cognition	ewtb.r.231203.6
+24	two	two	NUM	O	0			ewtb.r.231203.6
+25	things	things	NOUN	O	0			ewtb.r.231203.6
+26	:	:	PUNCT	O	0			ewtb.r.231203.6
+27	only	only	ADV	O	0			ewtb.r.231203.6
+28	chat	chat	VERB	O	0		v.communication	ewtb.r.231203.6
+29	with	with	ADP	O	0			ewtb.r.231203.6
+30	customers	customer	NOUN	O	0		n.person	ewtb.r.231203.6
+31	when	when	ADV	O	0			ewtb.r.231203.6
+32	other	other	ADJ	O	0			ewtb.r.231203.6
+33	customers	customer	NOUN	O	0		n.person	ewtb.r.231203.6
+34	are	be	AUX	O	0			ewtb.r.231203.6
+35	not	not	PART	O	0			ewtb.r.231203.6
+36	impatiently	impatiently	ADV	O	0			ewtb.r.231203.6
+37	waiting	wait	VERB	O	0		v.cognition	ewtb.r.231203.6
+38	and	and	CONJ	O	0			ewtb.r.231203.6
+39	to	to	PART	O	0			ewtb.r.231203.6
+40	look	look	VERB	O	0		v.perception	ewtb.r.231203.6
+41	around	around	ADV	O	0			ewtb.r.231203.6
+42	more	more	ADV	O	0			ewtb.r.231203.6
+43	often	often	ADV	O	0			ewtb.r.231203.6
+44	to	to	PART	O	0			ewtb.r.231203.6
+45	see	see	VERB	O	0		v.perception	ewtb.r.231203.6
+46	if	if	SCONJ	O	0			ewtb.r.231203.6
+47	people	person	NOUN	O	0		n.person	ewtb.r.231203.6
+48	are	be	AUX	O	0			ewtb.r.231203.6
+49	waiting	wait	VERB	O	0		v.stative	ewtb.r.231203.6
+50	.	.	PUNCT	O	0			ewtb.r.231203.6
+
+1	In	in	ADP	O	0			ewtb.r.231203.7
+2	some	some	DET	O	0			ewtb.r.231203.7
+3	cases	case	NOUN	O	0		n.event	ewtb.r.231203.7
+4	the	the	DET	O	0			ewtb.r.231203.7
+5	result	result	NOUN	O	0		n.phenomenon	ewtb.r.231203.7
+6	is	be	VERB	O	0		v.stative	ewtb.r.231203.7
+7	because	because	ADP	B	0			ewtb.r.231203.7
+8	of	of	ADP	I	7			ewtb.r.231203.7
+9	understaffing	understaffing	NOUN	O	0		n.state	ewtb.r.231203.7
+10	,	,	PUNCT	O	0			ewtb.r.231203.7
+11	in	in	ADP	O	0			ewtb.r.231203.7
+12	some	some	DET	O	0			ewtb.r.231203.7
+13	cases	case	NOUN	O	0		n.event	ewtb.r.231203.7
+14	the	the	DET	O	0			ewtb.r.231203.7
+15	staff	staff	NOUN	O	0		n.group	ewtb.r.231203.7
+16	just	just	ADV	O	0			ewtb.r.231203.7
+17	does	do	AUX	O	0			ewtb.r.231203.7
+18	n't	n't	PART	O	0			ewtb.r.231203.7
+19	care	care	VERB	O	0		v.cognition	ewtb.r.231203.7
+20	/	/	PUNCT	O	0			ewtb.r.231203.7
+21	know	know	VERB	B	0		v.cognition	ewtb.r.231203.7
+22	better	better	ADV	I	21			ewtb.r.231203.7
+23	.	.	PUNCT	O	0			ewtb.r.231203.7
+
+1	They	they	PRON	O	0			ewtb.r.231203.8
+2	must	must	AUX	O	0			ewtb.r.231203.8
+3	also	also	ADV	O	0			ewtb.r.231203.8
+4	get	get	VERB	O	0		v.stative	ewtb.r.231203.8
+5	something	something	NOUN	O	0			ewtb.r.231203.8
+6	to	to	PART	O	0			ewtb.r.231203.8
+7	keep	keep	VERB	O	0		v.stative	ewtb.r.231203.8
+8	take	take	NOUN	B	0		n.food	ewtb.r.231203.8
+9	-	-	PUNCT	I	8			ewtb.r.231203.8
+10	out	out	NOUN	I	9			ewtb.r.231203.8
+11	warm	warm	ADJ	O	0			ewtb.r.231203.8
+12	,	,	PUNCT	O	0			ewtb.r.231203.8
+13	so	so	SCONJ	O	0			ewtb.r.231203.8
+14	it	it	PRON	O	0			ewtb.r.231203.8
+15	's	's	VERB	O	0		v.stative	ewtb.r.231203.8
+16	not	not	PART	O	0			ewtb.r.231203.8
+17	room	room	NOUN	B	0		n.state	ewtb.r.231203.8
+18	temperature	temperature	NOUN	I	17			ewtb.r.231203.8
+19	at	at	ADV	B	0			ewtb.r.231203.8
+20	best	best	ADV	I	19			ewtb.r.231203.8
+21	when	when	ADV	O	0			ewtb.r.231203.8
+22	you	you	PRON	O	0			ewtb.r.231203.8
+23	get	get	VERB	B	0		v.stative	ewtb.r.231203.8
+24	it	it	PRON	o	0			ewtb.r.231203.8
+25	home	home	ADV	I	23			ewtb.r.231203.8
+26	.	.	PUNCT	O	0			ewtb.r.231203.8
+
+1	You	you	PRON	O	0			ewtb.r.231203.9
+2	just	just	ADV	O	0			ewtb.r.231203.9
+3	have	have	VERB	B	0			ewtb.r.231203.9
+4	to	to	PART	I	3			ewtb.r.231203.9
+5	know	know	VERB	O	0		v.cognition	ewtb.r.231203.9
+6	what	what	PRON	O	0			ewtb.r.231203.9
+7	you	you	PRON	O	0			ewtb.r.231203.9
+8	're	're	AUX	O	0			ewtb.r.231203.9
+9	getting	get	VERB	B	0		v.change	ewtb.r.231203.9
+10	into	into	ADP	I	9			ewtb.r.231203.9
+11	when	when	ADV	O	0			ewtb.r.231203.9
+12	you	you	PRON	O	0			ewtb.r.231203.9
+13	go	go	VERB	O	0		v.motion	ewtb.r.231203.9
+14	.	.	PUNCT	O	0			ewtb.r.231203.9
+
+1	Nice	nice	ADJ	O	0			ewtb.r.231203.10
+2	local	local	ADJ	O	0			ewtb.r.231203.10
+3	pub	pub	NOUN	O	0		n.location	ewtb.r.231203.10
+4	,	,	PUNCT	O	0			ewtb.r.231203.10
+5	excellent	excellent	ADJ	O	0			ewtb.r.231203.10
+6	food	food	NOUN	O	0		n.food	ewtb.r.231203.10
+7	(	(	PUNCT	O	0			ewtb.r.231203.10
+8	especially	especially	ADV	O	0			ewtb.r.231203.10
+9	wings	wings	NOUN	O	0		n.food	ewtb.r.231203.10
+10	)	)	PUNCT	O	0			ewtb.r.231203.10
+11	,	,	PUNCT	O	0			ewtb.r.231203.10
+12	and	and	CONJ	O	0			ewtb.r.231203.10
+13	do	do	AUX	O	0			ewtb.r.231203.10
+14	n't	n't	PART	O	0			ewtb.r.231203.10
+15	go	go	VERB	O	0		v.motion	ewtb.r.231203.10
+16	if	if	SCONJ	O	0			ewtb.r.231203.10
+17	you	you	PRON	O	0			ewtb.r.231203.10
+18	have	have	VERB	O	0		v.stative	ewtb.r.231203.10
+19	a	a	DET	O	0			ewtb.r.231203.10
+20	limited	limited	ADJ	O	0			ewtb.r.231203.10
+21	amount	amount	NOUN	O	0		n.quantity	ewtb.r.231203.10
+22	of	of	ADP	O	0			ewtb.r.231203.10
+23	time	time	NOUN	O	0		n.time	ewtb.r.231203.10
+24	.	.	PUNCT	O	0			ewtb.r.231203.10
+
+1	Clean	clean	ADJ	O	0			ewtb.r.232106.1
+2	&	&	CONJ	O	0			ewtb.r.232106.1
+3	tidy	tidy	ADJ	O	0			ewtb.r.232106.1
+4	with	with	ADP	O	0			ewtb.r.232106.1
+5	good	good	ADJ	O	0			ewtb.r.232106.1
+6	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.232106.1
+7	&	&	CONJ	O	0			ewtb.r.232106.1
+8	pleasant	pleasant	ADJ	O	0			ewtb.r.232106.1
+9	staff	staff	NOUN	O	0		n.group	ewtb.r.232106.1
+10	.	.	PUNCT	O	0			ewtb.r.232106.1
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.232106.2
+2	drastically	drastically	ADV	O	0			ewtb.r.232106.2
+3	let's	let	VERB	B	0		v.cognition	ewtb.r.232106.2
+4	the	the	DET	o	0			ewtb.r.232106.2
+5	place	place	NOUN	o	0		n.group	ewtb.r.232106.2
+6	down	down	ADP	I	3			ewtb.r.232106.2
+7	though	though	ADV	O	0			ewtb.r.232106.2
+
+1	STAY	stay	VERB	B	0			ewtb.r.241108.1
+2	AWAY	away	ADV	I	1			ewtb.r.241108.1
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.241108.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.241108.2
+3	.	.	PUNCT	O	0			ewtb.r.241108.2
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.241108.3
+2	rude	rude	ADJ	O	0			ewtb.r.241108.3
+3	.	.	PUNCT	O	0			ewtb.r.241108.3
+
+1	Did	do	VERB	O	0		v.stative	ewtb.r.241108.4
+2	services	services	NOUN	O	0		n.act	ewtb.r.241108.4
+3	I	i	PRON	O	0			ewtb.r.241108.4
+4	asked	ask	VERB	O	0		v.communication	ewtb.r.241108.4
+5	them	them	PRON	O	0			ewtb.r.241108.4
+6	NOT	not	PART	O	0			ewtb.r.241108.4
+7	to	to	PART	O	0			ewtb.r.241108.4
+8	do	do	VERB	O	0		v.stative	ewtb.r.241108.4
+9	and	and	CONJ	O	0			ewtb.r.241108.4
+10	was	be	AUX	O	0			ewtb.r.241108.4
+11	still	still	ADV	O	0			ewtb.r.241108.4
+12	charged	charge	VERB	O	0		v.possession	ewtb.r.241108.4
+13	.	.	PUNCT	O	0			ewtb.r.241108.4
+
+1	Awesome	awesome	ADJ	O	0			ewtb.r.242303.1
+2	bacon	bacon	NOUN	O	0		n.food	ewtb.r.242303.1
+3	egg	egg	NOUN	O	0		n.food	ewtb.r.242303.1
+4	and	and	CONJ	O	0			ewtb.r.242303.1
+5	cheese	cheese	NOUN	O	0		n.food	ewtb.r.242303.1
+6	sandwich	sandwich	NOUN	O	0		n.food	ewtb.r.242303.1
+7	for	for	ADP	O	0			ewtb.r.242303.1
+8	breakfast	breakfast	NOUN	O	0		n.event	ewtb.r.242303.1
+9	.	.	PUNCT	O	0			ewtb.r.242303.1
+
+1	Cheapest	cheap	ADJ	O	0			ewtb.r.253807.1
+2	drinks	drink	NOUN	O	0		n.food	ewtb.r.253807.1
+3	in	in	ADP	O	0			ewtb.r.253807.1
+4	Keene	keene	PROPN	O	0		n.location	ewtb.r.253807.1
+5	!	!	PUNCT	O	0			ewtb.r.253807.1
+
+1	I	i	PRON	O	0			ewtb.r.254908.1
+2	hired	hire	VERB	O	0		v.social	ewtb.r.254908.1
+3	this	this	DET	O	0			ewtb.r.254908.1
+4	company	company	NOUN	O	0		n.group	ewtb.r.254908.1
+5	to	to	PART	O	0			ewtb.r.254908.1
+6	unlock	unlock	VERB	O	0		v.change	ewtb.r.254908.1
+7	my	my	PRON	O	0			ewtb.r.254908.1
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.254908.1
+9	.	.	PUNCT	O	0			ewtb.r.254908.1
+
+1	The	the	DET	O	0			ewtb.r.254908.2
+2	price	price	NOUN	O	0		n.possession	ewtb.r.254908.2
+3	they	they	PRON	O	0			ewtb.r.254908.2
+4	gave	give	VERB	O	0		v.communication	ewtb.r.254908.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.254908.2
+6	good	good	ADJ	O	0			ewtb.r.254908.2
+7	so	so	ADV	O	0			ewtb.r.254908.2
+8	I	i	PRON	O	0			ewtb.r.254908.2
+9	said	say	VERB	O	0		v.communication	ewtb.r.254908.2
+10	hey	hey	INTJ	O	0			ewtb.r.254908.2
+11	this	this	DET	O	0			ewtb.r.254908.2
+12	seems	seem	VERB	O	0		v.cognition	ewtb.r.254908.2
+13	great	great	ADJ	O	0			ewtb.r.254908.2
+14	.	.	PUNCT	O	0			ewtb.r.254908.2
+
+1	After	after	SCONJ	O	0			ewtb.r.254908.3
+2	they	they	PRON	O	0			ewtb.r.254908.3
+3	showed	show	VERB	B	0		v.cognition	ewtb.r.254908.3
+4	up	up	ADP	I	3			ewtb.r.254908.3
+5	there	there	PRON	O	0			ewtb.r.254908.3
+6	was	be	VERB	O	0		v.stative	ewtb.r.254908.3
+7	a	a	DET	B	0			ewtb.r.254908.3
+8	little	little	ADJ	I	7			ewtb.r.254908.3
+9	trouble	trouble	NOUN	O	0		n.cognition	ewtb.r.254908.3
+10	to	to	PART	O	0			ewtb.r.254908.3
+11	get	get	VERB	B	0		v.change	ewtb.r.254908.3
+12	my	my	PRON	o	0			ewtb.r.254908.3
+13	car	car	NOUN	o	0		n.artifact	ewtb.r.254908.3
+14	unlocked	unlock	VERB	I	11			ewtb.r.254908.3
+15	,	,	PUNCT	O	0			ewtb.r.254908.3
+16	it	it	PRON	O	0			ewtb.r.254908.3
+17	took	take	VERB	B	0		v.stative	ewtb.r.254908.3
+18	quite	quite	DET	o	0			ewtb.r.254908.3
+19	a	a	DET	b	0		n.quantity	ewtb.r.254908.3
+20	bit	bit	NOUN	i	19			ewtb.r.254908.3
+21	of	of	ADP	o	0			ewtb.r.254908.3
+22	time	time	NOUN	I	17			ewtb.r.254908.3
+23	but	but	CONJ	O	0			ewtb.r.254908.3
+24	the	the	DET	O	0			ewtb.r.254908.3
+25	job	job	NOUN	O	0		n.act	ewtb.r.254908.3
+26	was	be	VERB	O	0			ewtb.r.254908.3
+27	well	well	ADV	O	0			ewtb.r.254908.3
+28	done	do	VERB	O	0		v.social	ewtb.r.254908.3
+29	.	.	PUNCT	O	0			ewtb.r.254908.3
+
+1	Great	great	ADJ	O	0			ewtb.r.263909.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.263909.1
+3	Great	great	ADJ	O	0			ewtb.r.263909.1
+4	People	person	NOUN	O	0		n.person	ewtb.r.263909.1
+
+1	Bisconti	bisconti	PROPN	O	0		n.group	ewtb.r.263909.2
+2	wanted	want	VERB	O	0		v.cognition	ewtb.r.263909.2
+3	over	over	ADV	O	0			ewtb.r.263909.2
+4	$	$	SYM	O	0			ewtb.r.263909.2
+5	300	300	NUM	O	0			ewtb.r.263909.2
+6	to	to	PART	O	0			ewtb.r.263909.2
+7	fix	fix	VERB	O	0		v.change	ewtb.r.263909.2
+8	my	my	PRON	O	0			ewtb.r.263909.2
+9	laptop	laptop	NOUN	O	0		n.artifact	ewtb.r.263909.2
+10	and	and	CONJ	O	0			ewtb.r.263909.2
+11	these	these	DET	O	0			ewtb.r.263909.2
+12	guys	guy	NOUN	O	0		n.person	ewtb.r.263909.2
+13	fixed	fix	VERB	O	0		v.change	ewtb.r.263909.2
+14	it	it	PRON	O	0			ewtb.r.263909.2
+15	for	for	ADP	O	0			ewtb.r.263909.2
+16	$	$	SYM	O	0			ewtb.r.263909.2
+17	90	90	NUM	O	0			ewtb.r.263909.2
+18	!	!	PUNCT	O	0			ewtb.r.263909.2
+
+1	Call	call	VERB	O	0		v.communication	ewtb.r.263909.3
+2	them	them	PRON	O	0			ewtb.r.263909.3
+3	today	today	NOUN	O	0		n.time	ewtb.r.263909.3
+4	!	!	PUNCT	O	0			ewtb.r.263909.3
+
+1	Had	have	VERB	O	0		v.stative	ewtb.r.263909.4
+2	it	it	PRON	O	0			ewtb.r.263909.4
+3	fixed	fix	VERB	O	0		v.change	ewtb.r.263909.4
+4	within	within	ADP	O	0			ewtb.r.263909.4
+5	a	a	DET	B	0			ewtb.r.263909.4
+6	few	few	ADJ	I	5			ewtb.r.263909.4
+7	days	days	NOUN	O	0		n.time	ewtb.r.263909.4
+8	(	(	PUNCT	O	0			ewtb.r.263909.4
+9	had	have	VERB	B	0			ewtb.r.263909.4
+10	to	to	PART	I	9			ewtb.r.263909.4
+11	order	order	VERB	O	0		v.communication	ewtb.r.263909.4
+12	a	a	DET	O	0			ewtb.r.263909.4
+13	part	part	NOUN	O	0		n.artifact	ewtb.r.263909.4
+14	)	)	PUNCT	O	0			ewtb.r.263909.4
+15	.	.	PUNCT	O	0			ewtb.r.263909.4
+
+1	Great	great	ADJ	O	0			ewtb.r.270502.1
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.270502.1
+3	.	.	PUNCT	O	0			ewtb.r.270502.1
+
+1	Very	very	ADV	O	0			ewtb.r.270502.2
+2	helpful	helpful	ADJ	O	0			ewtb.r.270502.2
+3	!!!!	!!!!	PUNCT	O	0			ewtb.r.270502.2
+
+1	They	they	PRON	O	0			ewtb.r.270502.3
+2	interviewed	interview	VERB	O	0		v.communication	ewtb.r.270502.3
+3	me	me	PRON	O	0			ewtb.r.270502.3
+4	,	,	PUNCT	O	0			ewtb.r.270502.3
+5	gave	give	VERB	B	0		v.social	ewtb.r.270502.3
+6	me	me	PRON	o	0			ewtb.r.270502.3
+7	tests	test	NOUN	I	5			ewtb.r.270502.3
+8	in	in	ADP	O	0			ewtb.r.270502.3
+9	the	the	DET	O	0			ewtb.r.270502.3
+10	software	software	NOUN	O	0		n.communication	ewtb.r.270502.3
+11	I	i	PRON	O	0			ewtb.r.270502.3
+12	included	include	VERB	O	0		v.stative	ewtb.r.270502.3
+13	on	on	ADP	O	0			ewtb.r.270502.3
+14	my	my	PRON	O	0			ewtb.r.270502.3
+15	resume	resume	NOUN	O	0		n.communication	ewtb.r.270502.3
+16	,	,	PUNCT	O	0			ewtb.r.270502.3
+17	and	and	CONJ	O	0			ewtb.r.270502.3
+18	placed	place	VERB	O	0		v.stative	ewtb.r.270502.3
+19	me	me	PRON	O	0			ewtb.r.270502.3
+20	in	in	ADP	O	0			ewtb.r.270502.3
+21	a	a	DET	O	0			ewtb.r.270502.3
+22	position	position	NOUN	O	0		n.cognition	ewtb.r.270502.3
+23	that	that	DET	O	0			ewtb.r.270502.3
+24	I	i	PRON	O	0			ewtb.r.270502.3
+25	kept	keep	VERB	O	0		v.stative	ewtb.r.270502.3
+26	for	for	ADP	O	0			ewtb.r.270502.3
+27	several	several	ADJ	O	0			ewtb.r.270502.3
+28	years	years	NOUN	O	0		n.time	ewtb.r.270502.3
+29	.	.	PUNCT	O	0			ewtb.r.270502.3
+
+1	Re-interviewed	re-interviewed	VERB	O	0		v.social	ewtb.r.270502.4
+2	and	and	CONJ	O	0			ewtb.r.270502.4
+3	am	be	AUX	O	0			ewtb.r.270502.4
+4	going	go	VERB	O	0		v.social	ewtb.r.270502.4
+5	on	on	ADP	O	0			ewtb.r.270502.4
+6	interviews	interview	NOUN	O	0		n.event	ewtb.r.270502.4
+7	for	for	ADP	O	0			ewtb.r.270502.4
+8	a	a	DET	O	0			ewtb.r.270502.4
+9	new	new	ADJ	O	0			ewtb.r.270502.4
+10	job	job	NOUN	O	0		n.cognition	ewtb.r.270502.4
+11	.	.	PUNCT	O	0			ewtb.r.270502.4
+
+1	I	i	PRON	O	0			ewtb.r.270502.5
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.270502.5
+3	really	really	ADV	O	0			ewtb.r.270502.5
+4	thankful	thankful	ADJ	O	0			ewtb.r.270502.5
+5	for	for	ADP	O	0			ewtb.r.270502.5
+6	the	the	DET	O	0			ewtb.r.270502.5
+7	folks	folks	NOUN	O	0		n.person	ewtb.r.270502.5
+8	at	at	ADP	O	0			ewtb.r.270502.5
+9	HR	hr	PROPN	B	0		n.group	ewtb.r.270502.5
+10	Office	office	PROPN	I	9			ewtb.r.270502.5
+11	.	.	PUNCT	O	0			ewtb.r.270502.5
+
+1	They	they	PRON	O	0			ewtb.r.270502.6
+2	are	be	VERB	O	0		v.stative	ewtb.r.270502.6
+3	dependable	dependable	ADJ	O	0			ewtb.r.270502.6
+4	,	,	PUNCT	O	0			ewtb.r.270502.6
+5	have	have	VERB	O	0		v.stative	ewtb.r.270502.6
+6	great	great	ADJ	O	0			ewtb.r.270502.6
+7	connections	connection	NOUN	O	0		n.communication	ewtb.r.270502.6
+8	in	in	ADP	O	0			ewtb.r.270502.6
+9	the	the	DET	O	0			ewtb.r.270502.6
+10	community	community	NOUN	O	0		n.group	ewtb.r.270502.6
+11	,	,	PUNCT	O	0			ewtb.r.270502.6
+12	and	and	CONJ	O	0			ewtb.r.270502.6
+13	are	be	VERB	O	0		v.stative	ewtb.r.270502.6
+14	a	a	DET	O	0			ewtb.r.270502.6
+15	great	great	ADJ	O	0			ewtb.r.270502.6
+16	resource	resource	NOUN	O	0		n.cognition	ewtb.r.270502.6
+17	for	for	SCONJ	O	0			ewtb.r.270502.6
+18	finding	find	VERB	O	0		v.cognition	ewtb.r.270502.6
+19	a	a	DET	O	0			ewtb.r.270502.6
+20	job	job	NOUN	O	0		n.cognition	ewtb.r.270502.6
+21	.	.	PUNCT	O	0			ewtb.r.270502.6
+
+1	I	i	PRON	O	0			ewtb.r.270502.7
+2	highly	highly	ADV	O	0			ewtb.r.270502.7
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.270502.7
+4	them	them	PRON	O	0			ewtb.r.270502.7
+5	to	to	ADP	O	0			ewtb.r.270502.7
+6	all	all	DET	O	0			ewtb.r.270502.7
+7	of	of	ADP	O	0			ewtb.r.270502.7
+8	my	my	PRON	O	0			ewtb.r.270502.7
+9	friends	friend	NOUN	O	0		n.person	ewtb.r.270502.7
+10	!!!!	!!!!	PUNCT	O	0			ewtb.r.270502.7
+11	!	!	PUNCT	O	0			ewtb.r.270502.7
+
+1	AMAZINGLY	amazingly	ADV	O	0			ewtb.r.274106.1
+2	YUMMY	yummy	ADJ	O	0			ewtb.r.274106.1
+3	!	!	PUNCT	O	0			ewtb.r.274106.1
+
+1	I	i	PRON	O	0			ewtb.r.274106.2
+2	just	just	ADV	O	0			ewtb.r.274106.2
+3	got	get	VERB	O	0		v.stative	ewtb.r.274106.2
+4	back	back	ADV	O	0			ewtb.r.274106.2
+5	from	from	ADP	O	0			ewtb.r.274106.2
+6	france	france	PROPN	O	0		n.location	ewtb.r.274106.2
+7	yesterday	yesterday	NOUN	O	0		n.time	ewtb.r.274106.2
+8	and	and	CONJ	O	0			ewtb.r.274106.2
+9	just	just	ADV	O	0			ewtb.r.274106.2
+10	missed	miss	VERB	O	0		v.cognition	ewtb.r.274106.2
+11	the	the	DET	O	0			ewtb.r.274106.2
+12	food	food	NOUN	O	0		n.food	ewtb.r.274106.2
+13	already	already	ADV	O	0			ewtb.r.274106.2
+14	!	!	PUNCT	O	0			ewtb.r.274106.2
+
+1	My	my	PRON	O	0			ewtb.r.274106.3
+2	sister	sister	NOUN	B	0		n.person	ewtb.r.274106.3
+3	in	in	ADP	I	2			ewtb.r.274106.3
+4	law	law	NOUN	I	3			ewtb.r.274106.3
+5	told	tell	VERB	O	0		v.communication	ewtb.r.274106.3
+6	me	me	PRON	O	0			ewtb.r.274106.3
+7	about	about	ADP	O	0			ewtb.r.274106.3
+8	this	this	DET	O	0			ewtb.r.274106.3
+9	amazing	amazing	ADJ	O	0			ewtb.r.274106.3
+10	new	new	ADJ	O	0			ewtb.r.274106.3
+11	crepe	crepe	NOUN	O	0		n.food	ewtb.r.274106.3
+12	place	place	NOUN	O	0		n.location	ewtb.r.274106.3
+13	in	in	ADP	B	0			ewtb.r.274106.3
+14	town	town	NOUN	I	13			ewtb.r.274106.3
+15	,	,	PUNCT	O	0			ewtb.r.274106.3
+16	I	i	PRON	O	0			ewtb.r.274106.3
+17	was	be	VERB	O	0		v.stative	ewtb.r.274106.3
+18	so	so	ADV	O	0			ewtb.r.274106.3
+19	excited	excited	ADJ	O	0			ewtb.r.274106.3
+20	I	i	PRON	O	0			ewtb.r.274106.3
+21	just	just	ADV	O	0			ewtb.r.274106.3
+22	wanted	want	VERB	O	0		v.cognition	ewtb.r.274106.3
+23	to	to	PART	O	0			ewtb.r.274106.3
+24	go	go	VERB	O	0		v.motion	ewtb.r.274106.3
+25	and	and	CONJ	O	0			ewtb.r.274106.3
+26	test	test	VERB	B	0		v.social	ewtb.r.274106.3
+27	it	it	PRON	o	0			ewtb.r.274106.3
+28	out	out	ADP	I	26			ewtb.r.274106.3
+29	for	for	ADP	O	0			ewtb.r.274106.3
+30	my	my	X	B	0			ewtb.r.274106.3
+31	self	self	PRON	I	30			ewtb.r.274106.3
+32	!	!	PUNCT	O	0			ewtb.r.274106.3
+
+1	Their	their	PRON	O	0			ewtb.r.274106.4
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.274106.4
+3	service	service	NOUN	I	2			ewtb.r.274106.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.274106.4
+5	perfect	perfect	ADJ	O	0			ewtb.r.274106.4
+6	!	!	PUNCT	O	0			ewtb.r.274106.4
+
+1	Their	their	PRON	O	0			ewtb.r.274106.5
+2	Food	food	NOUN	O	0		n.food	ewtb.r.274106.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.274106.5
+4	better	better	ADJ	O	0			ewtb.r.274106.5
+5	then	then	ADP	O	0			ewtb.r.274106.5
+6	anything	anything	NOUN	O	0			ewtb.r.274106.5
+7	I	i	PRON	O	0			ewtb.r.274106.5
+8	had	have	AUX	O	0			ewtb.r.274106.5
+9	ever	ever	ADV	O	0			ewtb.r.274106.5
+10	tasted	taste	VERB	O	0		v.perception	ewtb.r.274106.5
+11	.	.	PUNCT	O	0			ewtb.r.274106.5
+
+1	EVEN	even	ADV	O	0			ewtb.r.274106.6
+2	IN	in	ADP	O	0			ewtb.r.274106.6
+3	FRANCE	france	PROPN	O	0		n.location	ewtb.r.274106.6
+4	!	!	PUNCT	O	0			ewtb.r.274106.6
+
+1	I	i	PRON	O	0			ewtb.r.274106.7
+2	would	would	AUX	O	0			ewtb.r.274106.7
+3	highly	highly	ADV	O	0			ewtb.r.274106.7
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.274106.7
+5	this	this	DET	O	0			ewtb.r.274106.7
+6	place	place	NOUN	O	0		n.group	ewtb.r.274106.7
+7	to	to	ADP	O	0			ewtb.r.274106.7
+8	anyone	anyone	NOUN	O	0			ewtb.r.274106.7
+9	looking	look	VERB	O	0		v.cognition	ewtb.r.274106.7
+10	for	for	ADP	O	0			ewtb.r.274106.7
+11	a	a	DET	O	0			ewtb.r.274106.7
+12	great	great	ADJ	O	0			ewtb.r.274106.7
+13	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.274106.7
+14	,	,	PUNCT	O	0			ewtb.r.274106.7
+15	amazing	amazing	ADJ	O	0			ewtb.r.274106.7
+16	food	food	NOUN	O	0		n.food	ewtb.r.274106.7
+17	,	,	PUNCT	O	0			ewtb.r.274106.7
+18	and	and	CONJ	O	0			ewtb.r.274106.7
+19	great	great	ADJ	O	0			ewtb.r.274106.7
+20	customer	customer	NOUN	B	0		n.act	ewtb.r.274106.7
+21	service	service	NOUN	I	20			ewtb.r.274106.7
+22	!	!	PUNCT	O	0			ewtb.r.274106.7
+
+1	Thank	thank	VERB	B	0			ewtb.r.274106.8
+2	you	you	PRON	I	1			ewtb.r.274106.8
+3	Roll	roll	PROPN	B	0		n.group	ewtb.r.274106.8
+4	UP	up	PROPN	I	3			ewtb.r.274106.8
+5	Crepes	crepes	PROPN	I	4			ewtb.r.274106.8
+6	!	!	PUNCT	O	0			ewtb.r.274106.8
+
+1	The	the	DET	O	0			ewtb.r.277703.1
+2	best	best	ADJ	O	0			ewtb.r.277703.1
+3	Supermarket	supermarket	NOUN	O	0		n.group	ewtb.r.277703.1
+4	in	in	ADP	O	0			ewtb.r.277703.1
+5	Bay	bay	PROPN	B	0		n.location	ewtb.r.277703.1
+6	Ridge	ridge	PROPN	I	5			ewtb.r.277703.1
+7	have	have	VERB	O	0		v.stative	ewtb.r.277703.1
+8	everything	everything	NOUN	O	0			ewtb.r.277703.1
+9	what	what	DET	O	0			ewtb.r.277703.1
+10	a	a	DET	O	0			ewtb.r.277703.1
+11	customer	customer	NOUN	O	0		n.person	ewtb.r.277703.1
+12	needs	need	VERB	O	0		v.cognition	ewtb.r.277703.1
+13	.	.	PUNCT	O	0			ewtb.r.277703.1
+
+1	very	very	ADV	O	0			ewtb.r.283903.1
+2	reasonable	reasonable	ADJ	O	0			ewtb.r.283903.1
+3	prices	price	NOUN	O	0		n.possession	ewtb.r.283903.1
+4	.	.	PUNCT	O	0			ewtb.r.283903.1
+
+1	quick	quick	ADJ	O	0			ewtb.r.283903.2
+2	in	in	ADV	O	0			ewtb.r.283903.2
+3	&	&	CONJ	O	0			ewtb.r.283903.2
+4	out	out	ADV	O	0			ewtb.r.283903.2
+5	.	.	PUNCT	O	0			ewtb.r.283903.2
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.283903.3
+2	service	service	NOUN	O	0		n.act	ewtb.r.283903.3
+3	.	.	PUNCT	O	0			ewtb.r.283903.3
+
+1	Kliotech	kliotech	PROPN	O	0		n.group	ewtb.r.287501.1
+
+1	A	a	DET	O	0			ewtb.r.287501.2
+2	company	company	NOUN	O	0		n.group	ewtb.r.287501.2
+3	which	which	DET	O	0			ewtb.r.287501.2
+4	provide	provide	VERB	O	0		v.stative	ewtb.r.287501.2
+5	good	good	ADJ	O	0			ewtb.r.287501.2
+6	quality	quality	NOUN	O	0		n.attribute	ewtb.r.287501.2
+7	portals	portal	NOUN	O	0		n.communication	ewtb.r.287501.2
+8	,	,	PUNCT	O	0			ewtb.r.287501.2
+9	E-commerce	e-commerce	NOUN	O	0		n.group	ewtb.r.287501.2
+10	solutions	solution	NOUN	O	0		n.cognition	ewtb.r.287501.2
+11	,	,	PUNCT	O	0			ewtb.r.287501.2
+12	web	web	NOUN	O	0		n.communication	ewtb.r.287501.2
+13	based	base	VERB	O	0		v.stative	ewtb.r.287501.2
+14	MMOG	mmog	NOUN	O	0		n.cognition	ewtb.r.287501.2
+15	...	...	PUNCT	O	0			ewtb.r.287501.2
+16	etc	etc	X	O	0			ewtb.r.287501.2
+
+1	Poor	poor	ADJ	O	0			ewtb.r.288100.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.288100.1
+3	,	,	PUNCT	O	0			ewtb.r.288100.1
+4	Lack	lack	NOUN	O	0		n.quantity	ewtb.r.288100.1
+5	of	of	ADP	O	0			ewtb.r.288100.1
+6	Passion	passion	NOUN	O	0		n.motive	ewtb.r.288100.1
+7	:	:	PUNCT	O	0			ewtb.r.288100.1
+8	Do	do	AUX	O	0			ewtb.r.288100.1
+9	NOT	not	PART	O	0			ewtb.r.288100.1
+10	go	go	VERB	O	0		v.motion	ewtb.r.288100.1
+
+1	I	i	PRON	O	0			ewtb.r.288100.2
+2	began	begin	VERB	O	0		v.stative	ewtb.r.288100.2
+3	seeing	see	VERB	O	0		v.social	ewtb.r.288100.2
+4	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.288100.2
+5	Romanick	romanick	PROPN	I	4			ewtb.r.288100.2
+6	back	back	ADV	O	0			ewtb.r.288100.2
+7	in	in	ADP	O	0			ewtb.r.288100.2
+8	2000	2000	NUM	O	0			ewtb.r.288100.2
+9	and	and	CONJ	O	0			ewtb.r.288100.2
+10	have	have	AUX	O	0			ewtb.r.288100.2
+11	seen	see	VERB	O	0		v.cognition	ewtb.r.288100.2
+12	a	a	DET	O	0			ewtb.r.288100.2
+13	significant	significant	ADJ	O	0			ewtb.r.288100.2
+14	decline	decline	NOUN	B	0		n.process	ewtb.r.288100.2
+15	in	in	ADP	I	14			ewtb.r.288100.2
+16	the	the	DET	O	0			ewtb.r.288100.2
+17	quality	quality	NOUN	O	0		n.attribute	ewtb.r.288100.2
+18	of	of	ADP	O	0			ewtb.r.288100.2
+19	care	care	NOUN	O	0		n.act	ewtb.r.288100.2
+20	,	,	PUNCT	O	0			ewtb.r.288100.2
+21	patient	patient	NOUN	O	0		n.person	ewtb.r.288100.2
+22	-	-	PUNCT	O	0			ewtb.r.288100.2
+23	doctor	doctor	NOUN	O	0		n.person	ewtb.r.288100.2
+24	communication	communication	NOUN	O	0		n.communication	ewtb.r.288100.2
+25	,	,	PUNCT	O	0			ewtb.r.288100.2
+26	and	and	CONJ	O	0			ewtb.r.288100.2
+27	just	just	ADV	O	0			ewtb.r.288100.2
+28	the	the	DET	O	0			ewtb.r.288100.2
+29	overall	overall	ADJ	O	0			ewtb.r.288100.2
+30	level	level	NOUN	O	0		n.cognition	ewtb.r.288100.2
+31	of	of	ADP	O	0			ewtb.r.288100.2
+32	services	services	NOUN	O	0		n.act	ewtb.r.288100.2
+33	.	.	PUNCT	O	0			ewtb.r.288100.2
+
+1	The	the	DET	O	0			ewtb.r.288100.3
+2	poor	poor	ADJ	O	0			ewtb.r.288100.3
+3	quality	quality	NOUN	O	0		n.attribute	ewtb.r.288100.3
+4	starts	start	VERB	O	0		v.stative	ewtb.r.288100.3
+5	at	at	ADP	O	0			ewtb.r.288100.3
+6	the	the	DET	O	0			ewtb.r.288100.3
+7	receptionist	receptionist	NOUN	O	0		n.person	ewtb.r.288100.3
+8	desk	desk	NOUN	O	0		n.location	ewtb.r.288100.3
+9	,	,	PUNCT	O	0			ewtb.r.288100.3
+10	where	where	ADV	O	0			ewtb.r.288100.3
+11	the	the	DET	O	0			ewtb.r.288100.3
+12	staff	staff	NOUN	O	0		n.group	ewtb.r.288100.3
+13	is	be	VERB	O	0		v.stative	ewtb.r.288100.3
+14	very	very	ADV	O	0			ewtb.r.288100.3
+15	impatient	impatient	ADJ	O	0			ewtb.r.288100.3
+16	and	and	CONJ	O	0			ewtb.r.288100.3
+17	lack	lack	VERB	O	0		v.stative	ewtb.r.288100.3
+18	the	the	DET	O	0			ewtb.r.288100.3
+19	efficiency	efficiency	NOUN	O	0		n.attribute	ewtb.r.288100.3
+20	I	i	PRON	O	0			ewtb.r.288100.3
+21	once	once	ADV	O	0			ewtb.r.288100.3
+22	loved	love	VERB	O	0		v.emotion	ewtb.r.288100.3
+23	about	about	ADP	O	0			ewtb.r.288100.3
+24	the	the	DET	O	0			ewtb.r.288100.3
+25	office	office	NOUN	O	0		n.group	ewtb.r.288100.3
+26	.	.	PUNCT	O	0			ewtb.r.288100.3
+
+1	It	it	PRON	O	0			ewtb.r.288100.4
+2	took	take	VERB	O	0		v.stative	ewtb.r.288100.4
+3	them	them	PRON	O	0			ewtb.r.288100.4
+4	nearly	nearly	ADV	O	0			ewtb.r.288100.4
+5	two	two	NUM	O	0			ewtb.r.288100.4
+6	months	month	NOUN	O	0		n.time	ewtb.r.288100.4
+7	to	to	PART	O	0			ewtb.r.288100.4
+8	complete	complete	VERB	O	0		v.change	ewtb.r.288100.4
+9	a	a	DET	O	0			ewtb.r.288100.4
+10	simple	simple	ADJ	O	0			ewtb.r.288100.4
+11	task	task	NOUN	O	0		n.act	ewtb.r.288100.4
+12	,	,	PUNCT	O	0			ewtb.r.288100.4
+13	and	and	CONJ	O	0			ewtb.r.288100.4
+14	countless	countless	ADJ	O	0			ewtb.r.288100.4
+15	calls	call	NOUN	O	0		n.communication	ewtb.r.288100.4
+16	from	from	ADP	O	0			ewtb.r.288100.4
+17	my	my	PRON	O	0			ewtb.r.288100.4
+18	part	part	NOUN	O	0		n.cognition	ewtb.r.288100.4
+19	due	due	ADP	B	0			ewtb.r.288100.4
+20	to	to	ADP	I	19			ewtb.r.288100.4
+21	their	their	PRON	O	0			ewtb.r.288100.4
+22	lack	lack	NOUN	O	0		n.quantity	ewtb.r.288100.4
+23	of	of	ADP	O	0			ewtb.r.288100.4
+24	response	response	NOUN	O	0		n.communication	ewtb.r.288100.4
+25	and	and	CONJ	O	0			ewtb.r.288100.4
+26	passion	passion	NOUN	O	0		n.motive	ewtb.r.288100.4
+27	(	(	PUNCT	O	0			ewtb.r.288100.4
+28	not	not	PART	O	0			ewtb.r.288100.4
+29	that	that	SCONJ	O	0			ewtb.r.288100.4
+30	it	it	PRON	O	0			ewtb.r.288100.4
+31	's	's	VERB	O	0		v.stative	ewtb.r.288100.4
+32	a	a	DET	O	0			ewtb.r.288100.4
+33	requirement	requirement	NOUN	O	0		n.cognition	ewtb.r.288100.4
+34	for	for	ADP	O	0			ewtb.r.288100.4
+35	the	the	DET	O	0			ewtb.r.288100.4
+36	job	job	NOUN	O	0		n.act	ewtb.r.288100.4
+37	,	,	PUNCT	O	0			ewtb.r.288100.4
+38	but	but	CONJ	O	0			ewtb.r.288100.4
+39	it	it	PRON	O	0			ewtb.r.288100.4
+40	helps	help	VERB	O	0		v.social	ewtb.r.288100.4
+41	to	to	PART	O	0			ewtb.r.288100.4
+42	at	at	ADV	B	0			ewtb.r.288100.4
+43	least	least	ADV	I	42			ewtb.r.288100.4
+44	pretend	pretend	VERB	O	0		v.social	ewtb.r.288100.4
+45	to	to	PART	O	0			ewtb.r.288100.4
+46	be	be	VERB	O	0		v.stative	ewtb.r.288100.4
+47	helpful	helpful	ADJ	O	0			ewtb.r.288100.4
+48	)	)	PUNCT	O	0			ewtb.r.288100.4
+49	.	.	PUNCT	O	0			ewtb.r.288100.4
+
+1	Also	also	ADV	O	0			ewtb.r.288100.5
+2	,	,	PUNCT	O	0			ewtb.r.288100.5
+3	I	i	PRON	O	0			ewtb.r.288100.5
+4	was	be	AUX	O	0			ewtb.r.288100.5
+5	promised	promise	VERB	O	0		v.communication	ewtb.r.288100.5
+6	to	to	PART	O	0			ewtb.r.288100.5
+7	have	have	VERB	O	0		v.stative	ewtb.r.288100.5
+8	my	my	PRON	O	0			ewtb.r.288100.5
+9	test	test	NOUN	O	0		n.cognition	ewtb.r.288100.5
+10	results	result	NOUN	O	0		n.cognition	ewtb.r.288100.5
+11	emailed	email	VERB	O	0		v.communication	ewtb.r.288100.5
+12	to	to	ADP	O	0			ewtb.r.288100.5
+13	me	me	PRON	O	0			ewtb.r.288100.5
+14	,	,	PUNCT	O	0			ewtb.r.288100.5
+15	but	but	CONJ	O	0			ewtb.r.288100.5
+16	it	it	PRON	O	0			ewtb.r.288100.5
+17	never	never	ADV	O	0			ewtb.r.288100.5
+18	happened	happen	VERB	O	0		v.stative	ewtb.r.288100.5
+19	,	,	PUNCT	O	0			ewtb.r.288100.5
+20	and	and	CONJ	O	0			ewtb.r.288100.5
+21	after	after	ADP	O	0			ewtb.r.288100.5
+22	a	a	DET	B	0			ewtb.r.288100.5
+23	few	few	ADJ	I	22			ewtb.r.288100.5
+24	attempts	attempt	NOUN	O	0		n.act	ewtb.r.288100.5
+25	to	to	PART	O	0			ewtb.r.288100.5
+26	get	get	VERB	B	0		v.communication	ewtb.r.288100.5
+27	Dr.	dr.	PROPN	b	0		n.person	ewtb.r.288100.5
+28	Romanick	romanick	PROPN	i	27			ewtb.r.288100.5
+29	on	on	ADP	I	26			ewtb.r.288100.5
+30	the	the	DET	I	29			ewtb.r.288100.5
+31	phone	phone	NOUN	I	30			ewtb.r.288100.5
+32	to	to	PART	O	0			ewtb.r.288100.5
+33	brief	brief	VERB	B	0		v.communication	ewtb.r.288100.5
+34	me	me	PRON	o	0			ewtb.r.288100.5
+35	on	on	ADP	I	33			ewtb.r.288100.5
+36	my	my	PRON	O	0			ewtb.r.288100.5
+37	condition	condition	NOUN	O	0		n.state	ewtb.r.288100.5
+38	,	,	PUNCT	O	0			ewtb.r.288100.5
+39	I	i	PRON	O	0			ewtb.r.288100.5
+40	finally	finally	ADV	O	0			ewtb.r.288100.5
+41	gave	give	VERB	B	0		v.cognition	ewtb.r.288100.5
+42	up	up	ADP	I	41			ewtb.r.288100.5
+43	and	and	CONJ	O	0			ewtb.r.288100.5
+44	went	go	VERB	O	0		v.motion	ewtb.r.288100.5
+45	to	to	ADP	O	0			ewtb.r.288100.5
+46	a	a	DET	O	0			ewtb.r.288100.5
+47	different	different	ADJ	O	0			ewtb.r.288100.5
+48	doctor	doctor	NOUN	O	0		n.person	ewtb.r.288100.5
+49	.	.	PUNCT	O	0			ewtb.r.288100.5
+
+1	Please	please	INTJ	O	0			ewtb.r.288100.6
+2	do	do	AUX	O	0			ewtb.r.288100.6
+3	not	not	PART	O	0			ewtb.r.288100.6
+4	go	go	VERB	O	0		v.motion	ewtb.r.288100.6
+5	there	there	ADV	O	0			ewtb.r.288100.6
+6	if	if	SCONJ	O	0			ewtb.r.288100.6
+7	it	it	PRON	O	0			ewtb.r.288100.6
+8	's	's	VERB	O	0		v.stative	ewtb.r.288100.6
+9	professional	professional	ADJ	O	0			ewtb.r.288100.6
+10	,	,	PUNCT	O	0			ewtb.r.288100.6
+11	friendly	friendly	ADJ	O	0			ewtb.r.288100.6
+12	,	,	PUNCT	O	0			ewtb.r.288100.6
+13	diligent	diligent	ADJ	O	0			ewtb.r.288100.6
+14	medical	medical	ADJ	O	0			ewtb.r.288100.6
+15	services	services	NOUN	O	0		n.act	ewtb.r.288100.6
+16	you	you	PRON	O	0			ewtb.r.288100.6
+17	're	're	AUX	O	0			ewtb.r.288100.6
+18	looking	look	VERB	O	0		v.cognition	ewtb.r.288100.6
+19	for	for	ADP	O	0			ewtb.r.288100.6
+20	.	.	PUNCT	O	0			ewtb.r.288100.6
+
+1	Save	save	VERB	O	0		v.cognition	ewtb.r.288100.7
+2	yourself	yourself	PRON	O	0			ewtb.r.288100.7
+3	the	the	DET	O	0			ewtb.r.288100.7
+4	trouble	trouble	NOUN	O	0		n.cognition	ewtb.r.288100.7
+5	,	,	PUNCT	O	0			ewtb.r.288100.7
+6	money	money	NOUN	O	0		n.possession	ewtb.r.288100.7
+7	and	and	CONJ	O	0			ewtb.r.288100.7
+8	time	time	NOUN	O	0		n.time	ewtb.r.288100.7
+9	and	and	CONJ	O	0			ewtb.r.288100.7
+10	visit	visit	VERB	O	0		v.social	ewtb.r.288100.7
+11	a	a	DET	O	0			ewtb.r.288100.7
+12	more	more	ADV	O	0			ewtb.r.288100.7
+13	caring	caring	ADJ	O	0			ewtb.r.288100.7
+14	facility	facility	NOUN	O	0		n.group	ewtb.r.288100.7
+15	/	/	PUNCT	O	0			ewtb.r.288100.7
+16	doctor	doctor	NOUN	O	0		n.person	ewtb.r.288100.7
+17	.	.	PUNCT	O	0			ewtb.r.288100.7
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.296406.1
+2	tap	tap	NOUN	B	0		n.food	ewtb.r.296406.1
+3	water	water	NOUN	I	2			ewtb.r.296406.1
+4	.	.	PUNCT	O	0			ewtb.r.296406.1
+
+1	But	but	CONJ	O	0			ewtb.r.296406.2
+2	no	no	DET	O	0			ewtb.r.296406.2
+3	other	other	ADJ	O	0			ewtb.r.296406.2
+4	complaints	complaint	NOUN	O	0		n.communication	ewtb.r.296406.2
+5	.	.	PUNCT	O	0			ewtb.r.296406.2
+
+1	LOCATION	location	NOUN	O	0		n.group	ewtb.r.307209.1
+2	HAS	have	AUX	O	0			ewtb.r.307209.1
+3	CLOSED	close	VERB	O	0		v.stative	ewtb.r.307209.1
+4	.	.	PUNCT	O	0			ewtb.r.307209.1
+
+1	HAS	have	AUX	O	0			ewtb.r.307209.2
+2	MOVED	move	VERB	O	0		v.change	ewtb.r.307209.2
+3	TO	to	ADP	O	0			ewtb.r.307209.2
+4	4783	4783	NUM	O	0			ewtb.r.307209.2
+5	Bay	bay	PROPN	B	0		n.location	ewtb.r.307209.2
+6	Rd	rd	PROPN	I	5			ewtb.r.307209.2
+7	Saginaw	saginaw	PROPN	O	0		n.location	ewtb.r.307209.2
+8	,	,	PUNCT	O	0			ewtb.r.307209.2
+9	Michigan	michigan	PROPN	O	0		n.location	ewtb.r.307209.2
+10	48604	48604	NUM	O	0			ewtb.r.307209.2
+11	(	(	PUNCT	B	0			ewtb.r.307209.2
+12	989	989	NUM	I	11			ewtb.r.307209.2
+13	)	)	PUNCT	I	12			ewtb.r.307209.2
+14	755-1109	755-1109	NUM	I	13			ewtb.r.307209.2
+
+1	Best	best	ADJ	O	0			ewtb.r.329807.1
+2	Electrician	electrician	NOUN	O	0		n.person	ewtb.r.329807.1
+3	in	in	ADP	O	0			ewtb.r.329807.1
+4	Florence	florence	PROPN	O	0		n.location	ewtb.r.329807.1
+
+1	I	i	PRON	O	0			ewtb.r.329807.2
+2	have	have	AUX	O	0			ewtb.r.329807.2
+3	been	be	AUX	O	0			ewtb.r.329807.2
+4	using	use	VERB	O	0		v.social	ewtb.r.329807.2
+5	Steele	steele	PROPN	B	0		n.group	ewtb.r.329807.2
+6	Electric	electric	PROPN	I	5			ewtb.r.329807.2
+7	for	for	ADP	O	0			ewtb.r.329807.2
+8	years	years	NOUN	O	0		n.time	ewtb.r.329807.2
+9	.	.	PUNCT	O	0			ewtb.r.329807.2
+
+1	They	they	PRON	O	0			ewtb.r.329807.3
+2	have	have	AUX	O	0			ewtb.r.329807.3
+3	always	always	ADV	O	0			ewtb.r.329807.3
+4	done	do	VERB	O	0		v.stative	ewtb.r.329807.3
+5	a	a	DET	O	0			ewtb.r.329807.3
+6	great	great	ADJ	O	0			ewtb.r.329807.3
+7	job	job	NOUN	O	0		n.act	ewtb.r.329807.3
+8	at	at	ADP	O	0			ewtb.r.329807.3
+9	a	a	DET	O	0			ewtb.r.329807.3
+10	reasonable	reasonable	ADJ	O	0			ewtb.r.329807.3
+11	price	price	NOUN	O	0		n.possession	ewtb.r.329807.3
+12	.	.	PUNCT	O	0			ewtb.r.329807.3
+
+1	Highly	highly	ADV	O	0			ewtb.r.329807.4
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.329807.4
+3	.	.	PUNCT	O	0			ewtb.r.329807.4
+
+1	My	my	PRON	O	0			ewtb.r.332105.1
+2	wife	wife	NOUN	O	0		n.person	ewtb.r.332105.1
+3	and	and	CONJ	O	0			ewtb.r.332105.1
+4	I	i	PRON	O	0			ewtb.r.332105.1
+5	avoided	avoid	VERB	O	0		v.cognition	ewtb.r.332105.1
+6	doing	do	VERB	B	0		v.change	ewtb.r.332105.1
+7	some	some	DET	o	0			ewtb.r.332105.1
+8	fairly	fairly	ADV	o	0			ewtb.r.332105.1
+9	simple	simple	ADJ	o	0			ewtb.r.332105.1
+10	electrical	electrical	ADJ	o	0			ewtb.r.332105.1
+11	re-wiring	re-wiring	NOUN	I	6			ewtb.r.332105.1
+12	in	in	ADP	O	0			ewtb.r.332105.1
+13	our	our	PRON	O	0			ewtb.r.332105.1
+14	home	home	NOUN	O	0		n.artifact	ewtb.r.332105.1
+15	for	for	ADP	O	0			ewtb.r.332105.1
+16	several	several	ADJ	O	0			ewtb.r.332105.1
+17	years	years	NOUN	O	0		n.time	ewtb.r.332105.1
+18	due	due	ADP	B	0			ewtb.r.332105.1
+19	to	to	ADP	I	18			ewtb.r.332105.1
+20	overall	overall	ADJ	O	0			ewtb.r.332105.1
+21	hassle	hassle	NOUN	O	0		n.cognition	ewtb.r.332105.1
+22	and	and	CONJ	O	0			ewtb.r.332105.1
+23	cost	cost	NOUN	O	0		n.possession	ewtb.r.332105.1
+24	involved	involve	VERB	O	0		v.cognition	ewtb.r.332105.1
+25	.	.	PUNCT	O	0			ewtb.r.332105.1
+
+1	I	i	PRON	O	0			ewtb.r.332105.2
+2	finally	finally	ADV	O	0			ewtb.r.332105.2
+3	called	call	VERB	O	0		v.communication	ewtb.r.332105.2
+4	Matt	matt	PROPN	O	0		n.person	ewtb.r.332105.2
+5	from	from	ADP	O	0			ewtb.r.332105.2
+6	Bonafide	bonafide	PROPN	O	0		n.group	ewtb.r.332105.2
+7	and	and	CONJ	O	0			ewtb.r.332105.2
+8	he	he	PRON	O	0			ewtb.r.332105.2
+9	made	make	VERB	O	0		v.stative	ewtb.r.332105.2
+10	the	the	DET	O	0			ewtb.r.332105.2
+11	project	project	NOUN	O	0		n.event	ewtb.r.332105.2
+12	both	both	CONJ	O	0			ewtb.r.332105.2
+13	easy	easy	ADJ	O	0			ewtb.r.332105.2
+14	for	for	ADP	O	0			ewtb.r.332105.2
+15	us	us	PRON	O	0			ewtb.r.332105.2
+16	and	and	CONJ	O	0			ewtb.r.332105.2
+17	reasonable	reasonable	ADJ	O	0			ewtb.r.332105.2
+18	.	.	PUNCT	O	0			ewtb.r.332105.2
+
+1	He	he	PRON	O	0			ewtb.r.332105.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.332105.3
+3	prompt	prompt	ADJ	O	0			ewtb.r.332105.3
+4	,	,	PUNCT	O	0			ewtb.r.332105.3
+5	knowledgable	knowledgable	ADJ	O	0			ewtb.r.332105.3
+6	,	,	PUNCT	O	0			ewtb.r.332105.3
+7	friendly	friendly	ADJ	O	0			ewtb.r.332105.3
+8	,	,	PUNCT	O	0			ewtb.r.332105.3
+9	clean	clean	ADJ	O	0			ewtb.r.332105.3
+10	and	and	CONJ	O	0			ewtb.r.332105.3
+11	just	just	ADV	O	0			ewtb.r.332105.3
+12	an	an	DET	O	0			ewtb.r.332105.3
+13	overall	overall	ADJ	O	0			ewtb.r.332105.3
+14	great	great	ADJ	O	0			ewtb.r.332105.3
+15	guy	guy	NOUN	O	0		n.person	ewtb.r.332105.3
+16	who	who	PRON	O	0			ewtb.r.332105.3
+17	obviously	obviously	ADV	O	0			ewtb.r.332105.3
+18	cares	care	VERB	O	0		v.cognition	ewtb.r.332105.3
+19	about	about	ADP	O	0			ewtb.r.332105.3
+20	his	his	PRON	O	0			ewtb.r.332105.3
+21	business	business	NOUN	O	0		n.group	ewtb.r.332105.3
+22	.	.	PUNCT	O	0			ewtb.r.332105.3
+
+1	I	i	PRON	O	0			ewtb.r.332105.4
+2	will	will	AUX	O	0			ewtb.r.332105.4
+3	reccommend	reccommend	VERB	O	0		v.communication	ewtb.r.332105.4
+4	his	his	PRON	O	0			ewtb.r.332105.4
+5	services	services	NOUN	O	0		n.act	ewtb.r.332105.4
+6	however	however	ADV	O	0			ewtb.r.332105.4
+7	/	/	SYM	O	0			ewtb.r.332105.4
+8	whenever	whenever	ADV	O	0			ewtb.r.332105.4
+9	possible	possible	ADJ	O	0			ewtb.r.332105.4
+10	!	!	PUNCT	O	0			ewtb.r.332105.4
+
+1	Great	great	ADJ	O	0			ewtb.r.334808.1
+2	deals	deal	NOUN	O	0		n.possession	ewtb.r.334808.1
+3	,	,	PUNCT	O	0			ewtb.r.334808.1
+4	great	great	ADJ	O	0			ewtb.r.334808.1
+5	pizza	pizza	NOUN	O	0		n.food	ewtb.r.334808.1
+6	!	!	PUNCT	O	0			ewtb.r.334808.1
+
+1	hard	hard	ADJ	O	0			ewtb.r.336305.1
+2	to	to	PART	O	0			ewtb.r.336305.1
+3	forgive	forgive	VERB	O	0		v.cognition	ewtb.r.336305.1
+4	such	such	DET	O	0			ewtb.r.336305.1
+5	an	an	DET	O	0			ewtb.r.336305.1
+6	awful	awful	ADJ	O	0			ewtb.r.336305.1
+7	margarita	margarita	NOUN	O	0		n.food	ewtb.r.336305.1
+8	and	and	CONJ	O	0			ewtb.r.336305.1
+9	steep	steep	ADJ	O	0			ewtb.r.336305.1
+10	prices	price	NOUN	O	0		n.possession	ewtb.r.336305.1
+11	but	but	CONJ	O	0			ewtb.r.336305.1
+12	the	the	DET	O	0			ewtb.r.336305.1
+13	food	food	NOUN	O	0		n.food	ewtb.r.336305.1
+14	can	can	AUX	O	0			ewtb.r.336305.1
+15	be	be	VERB	O	0		v.stative	ewtb.r.336305.1
+16	good	good	ADJ	O	0			ewtb.r.336305.1
+
+1	Great	great	ADJ	O	0			ewtb.r.342807.1
+2	,	,	PUNCT	O	0			ewtb.r.342807.1
+3	and	and	CONJ	O	0			ewtb.r.342807.1
+4	probably	probably	ADV	O	0			ewtb.r.342807.1
+5	the	the	DET	O	0			ewtb.r.342807.1
+6	only	only	ADJ	O	0			ewtb.r.342807.1
+7	West	west	ADJ	B	0			ewtb.r.342807.1
+8	Indian	indian	ADJ	I	7			ewtb.r.342807.1
+9	spot	spot	NOUN	O	0		n.group	ewtb.r.342807.1
+10	worth	worth	ADJ	O	0			ewtb.r.342807.1
+11	hitting	hit	VERB	B	0		v.social	ewtb.r.342807.1
+12	up	up	ADP	I	11			ewtb.r.342807.1
+13	in	in	ADP	O	0			ewtb.r.342807.1
+14	Nashville	nashville	PROPN	O	0		n.location	ewtb.r.342807.1
+15	.	.	PUNCT	O	0			ewtb.r.342807.1
+
+1	I	i	PRON	O	0			ewtb.r.342807.2
+2	was	be	AUX	O	0			ewtb.r.342807.2
+3	born	bear	VERB	O	0		v.stative	ewtb.r.342807.2
+4	and	and	CONJ	O	0			ewtb.r.342807.2
+5	raised	raise	VERB	O	0		v.social	ewtb.r.342807.2
+6	in	in	ADP	O	0			ewtb.r.342807.2
+7	Toronto	toronto	PROPN	O	0		n.location	ewtb.r.342807.2
+8	,	,	PUNCT	O	0			ewtb.r.342807.2
+9	which	which	DET	O	0			ewtb.r.342807.2
+10	has	have	VERB	O	0		v.stative	ewtb.r.342807.2
+11	a	a	DET	O	0			ewtb.r.342807.2
+12	huge	huge	ADJ	O	0			ewtb.r.342807.2
+13	West	west	ADJ	B	0			ewtb.r.342807.2
+14	Indian	indian	ADJ	I	13			ewtb.r.342807.2
+15	(	(	PUNCT	O	0			ewtb.r.342807.2
+16	Trinidadian	trinidadian	ADJ	O	0			ewtb.r.342807.2
+17	,	,	PUNCT	O	0			ewtb.r.342807.2
+18	Jamaican	jamaican	ADJ	O	0			ewtb.r.342807.2
+19	,	,	PUNCT	O	0			ewtb.r.342807.2
+20	etc	etc	X	O	0			ewtb.r.342807.2
+21	)	)	PUNCT	O	0			ewtb.r.342807.2
+22	population	population	NOUN	O	0		n.group	ewtb.r.342807.2
+23	.	.	PUNCT	O	0			ewtb.r.342807.2
+
+1	So	so	ADV	O	0			ewtb.r.342807.3
+2	huge	huge	ADJ	O	0			ewtb.r.342807.3
+3	in	in	ADP	B	0			ewtb.r.342807.3
+4	fact	fact	NOUN	I	3			ewtb.r.342807.3
+5	,	,	PUNCT	O	0			ewtb.r.342807.3
+6	that	that	SCONJ	O	0			ewtb.r.342807.3
+7	Toronto	toronto	PROPN	O	0		n.location	ewtb.r.342807.3
+8	slang	slang	NOUN	O	0		n.communication	ewtb.r.342807.3
+9	is	be	AUX	O	0			ewtb.r.342807.3
+10	influenced	influence	VERB	O	0		v.cognition	ewtb.r.342807.3
+11	by	by	ADP	O	0			ewtb.r.342807.3
+12	and	and	CONJ	O	0			ewtb.r.342807.3
+13	has	have	VERB	O	0		v.stative	ewtb.r.342807.3
+14	Jamaican	jamaican	ADJ	O	0			ewtb.r.342807.3
+15	references	reference	NOUN	O	0		n.communication	ewtb.r.342807.3
+16	,	,	PUNCT	O	0			ewtb.r.342807.3
+17	and	and	CONJ	O	0			ewtb.r.342807.3
+18	Jamaican	jamaican	ADJ	O	0			ewtb.r.342807.3
+19	beef	beef	NOUN	O	0		n.food	ewtb.r.342807.3
+20	patties	patty	NOUN	O	0		n.food	ewtb.r.342807.3
+21	are	be	VERB	O	0		v.stative	ewtb.r.342807.3
+22	staples	staple	NOUN	O	0		n.cognition	ewtb.r.342807.3
+23	in	in	ADP	O	0			ewtb.r.342807.3
+24	my	my	PRON	O	0			ewtb.r.342807.3
+25	high	high	ADJ	B	0		n.group	ewtb.r.342807.3
+26	school	school	NOUN	I	25			ewtb.r.342807.3
+27	cafeteria	cafeteria	NOUN	O	0		n.location	ewtb.r.342807.3
+28	.	.	PUNCT	O	0			ewtb.r.342807.3
+
+1	Anyway	anyway	INTJ	O	0			ewtb.r.342807.4
+2	,	,	PUNCT	O	0			ewtb.r.342807.4
+3	I	i	PRON	O	0			ewtb.r.342807.4
+4	was	be	AUX	O	0			ewtb.r.342807.4
+5	practically	practically	ADV	O	0			ewtb.r.342807.4
+6	raised	raise	VERB	B	0		v.social	ewtb.r.342807.4
+7	on	on	ADP	I	6			ewtb.r.342807.4
+8	this	this	DET	O	0			ewtb.r.342807.4
+9	stuff	stuff	NOUN	O	0		n.food	ewtb.r.342807.4
+10	,	,	PUNCT	O	0			ewtb.r.342807.4
+11	and	and	CONJ	O	0			ewtb.r.342807.4
+12	being	be	VERB	O	0		v.stative	ewtb.r.342807.4
+13	a	a	DET	O	0			ewtb.r.342807.4
+14	connoisseur	connoisseur	NOUN	O	0		n.person	ewtb.r.342807.4
+15	of	of	ADP	O	0			ewtb.r.342807.4
+16	West	west	ADJ	B	0			ewtb.r.342807.4
+17	Indian	indian	ADJ	I	16			ewtb.r.342807.4
+18	cuisine	cuisine	NOUN	O	0		n.food	ewtb.r.342807.4
+19	,	,	PUNCT	O	0			ewtb.r.342807.4
+20	Jamaica	jamaica	PROPN	B	0		n.group	ewtb.r.342807.4
+21	Way	way	PROPN	I	20			ewtb.r.342807.4
+22	is	be	VERB	O	0			ewtb.r.342807.4
+23	a	a	DET	B	0			ewtb.r.342807.4
+24	bit	bit	NOUN	I	23			ewtb.r.342807.4
+25	toned	tone	VERB	B	0		v.stative	ewtb.r.342807.4
+26	down	down	ADP	I	25			ewtb.r.342807.4
+27	to	to	PART	O	0			ewtb.r.342807.4
+28	suit	suit	VERB	O	0		v.social	ewtb.r.342807.4
+29	the	the	DET	O	0			ewtb.r.342807.4
+30	American	american	ADJ	O	0			ewtb.r.342807.4
+31	palette	palette	NOUN	O	0		n.cognition	ewtb.r.342807.4
+32	.	.	PUNCT	O	0			ewtb.r.342807.4
+
+1	All	all	DET	O	0			ewtb.r.342807.5
+2	you	you	PRON	O	0			ewtb.r.342807.5
+3	have	have	VERB	B	0			ewtb.r.342807.5
+4	to	to	PART	I	3			ewtb.r.342807.5
+5	do	do	VERB	O	0		v.social	ewtb.r.342807.5
+6	to	to	PART	O	0			ewtb.r.342807.5
+7	make	make	VERB	O	0		v.creation	ewtb.r.342807.5
+8	it	it	PRON	O	0			ewtb.r.342807.5
+9	authentic	authentic	ADJ	O	0			ewtb.r.342807.5
+10	Jamaican	jamaican	ADJ	O	0			ewtb.r.342807.5
+11	food	food	NOUN	O	0		n.food	ewtb.r.342807.5
+12	,	,	PUNCT	O	0			ewtb.r.342807.5
+13	is	be	VERB	O	0			ewtb.r.342807.5
+14	add	add	VERB	O	0		v.change	ewtb.r.342807.5
+15	a	a	DET	B	0			ewtb.r.342807.5
+16	whole	whole	ADJ	o	0			ewtb.r.342807.5
+17	lot	lot	NOUN	I	15			ewtb.r.342807.5
+18	of	of	ADP	O	0			ewtb.r.342807.5
+19	pepper	pepper	NOUN	O	0		n.food	ewtb.r.342807.5
+20	.	.	PUNCT	O	0			ewtb.r.342807.5
+
+1	A	a	DET	B	0			ewtb.r.342807.6
+2	lot	lot	NOUN	I	1			ewtb.r.342807.6
+3	.	.	PUNCT	O	0			ewtb.r.342807.6
+
+1	You	you	PRON	O	0			ewtb.r.356705.1
+2	were	be	VERB	O	0		v.stative	ewtb.r.356705.1
+3	extremely	extremely	ADV	O	0			ewtb.r.356705.1
+4	polite	polite	ADJ	O	0			ewtb.r.356705.1
+5	and	and	CONJ	O	0			ewtb.r.356705.1
+6	professional	professional	ADJ	O	0			ewtb.r.356705.1
+7	.	.	PUNCT	O	0			ewtb.r.356705.1
+
+1	Very	very	ADV	O	0			ewtb.r.356705.2
+2	Impressed	impressed	ADJ	O	0			ewtb.r.356705.2
+3	.	.	PUNCT	O	0			ewtb.r.356705.2
+
+1	Great	great	ADJ	O	0			ewtb.r.356705.3
+2	electrician	electrician	NOUN	O	0		n.person	ewtb.r.356705.3
+3	.	.	PUNCT	O	0			ewtb.r.356705.3
+
+1	Slowest	slow	ADJ	O	0			ewtb.r.358702.1
+2	,	,	PUNCT	O	0			ewtb.r.358702.1
+3	Unfriendly	unfriendly	ADJ	O	0			ewtb.r.358702.1
+4	Sstaff	sstaff	NOUN	O	0		n.group	ewtb.r.358702.1
+5	on	on	ADP	O	0			ewtb.r.358702.1
+6	Weekends	weekend	NOUN	O	0		n.time	ewtb.r.358702.1
+
+1	There	there	PRON	O	0			ewtb.r.358702.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.358702.2
+3	three	three	NUM	O	0			ewtb.r.358702.2
+4	Starbucks	starbucks	PROPN	O	0		n.group	ewtb.r.358702.2
+5	locations	location	NOUN	O	0		n.group	ewtb.r.358702.2
+6	that	that	DET	O	0			ewtb.r.358702.2
+7	I	i	PRON	O	0			ewtb.r.358702.2
+8	frequent	frequent	VERB	O	0		v.social	ewtb.r.358702.2
+9	.	.	PUNCT	O	0			ewtb.r.358702.2
+
+1	I	i	PRON	O	0			ewtb.r.358702.3
+2	have	have	VERB	B	0		v.cognition	ewtb.r.358702.3
+3	a	a	DET	b	0		n.quantity	ewtb.r.358702.3
+4	bit	bit	NOUN	i	3			ewtb.r.358702.3
+5	of	of	ADP	o	0			ewtb.r.358702.3
+6	experience	experience	NOUN	I	2			ewtb.r.358702.3
+7	watching	watch	VERB	O	0		v.perception	ewtb.r.358702.3
+8	the	the	DET	O	0			ewtb.r.358702.3
+9	usual	usual	ADJ	O	0			ewtb.r.358702.3
+10	assembly	assembly	NOUN	B	0		n.process	ewtb.r.358702.3
+11	line	line	NOUN	I	10			ewtb.r.358702.3
+12	.	.	PUNCT	O	0			ewtb.r.358702.3
+
+1	I	i	PRON	O	0			ewtb.r.358702.4
+2	also	also	ADV	O	0			ewtb.r.358702.4
+3	understand	understand	VERB	O	0		v.cognition	ewtb.r.358702.4
+4	that	that	SCONJ	O	0			ewtb.r.358702.4
+5	weekend	weekend	NOUN	O	0		n.time	ewtb.r.358702.4
+6	staffs	staff	NOUN	O	0		n.group	ewtb.r.358702.4
+7	are	be	VERB	O	0		v.stative	ewtb.r.358702.4
+8	different	different	ADJ	B	0			ewtb.r.358702.4
+9	than	than	ADP	I	8			ewtb.r.358702.4
+10	daytime	daytime	NOUN	O	0		n.time	ewtb.r.358702.4
+11	staffs	staff	NOUN	O	0		n.group	ewtb.r.358702.4
+12	and	and	CONJ	O	0			ewtb.r.358702.4
+13	not	not	PART	O	0			ewtb.r.358702.4
+14	necessarily	necessarily	ADV	O	0			ewtb.r.358702.4
+15	Starbucks	starbucks	PROPN	O	0		n.group	ewtb.r.358702.4
+16	A	a	NOUN	B	0		n.group	ewtb.r.358702.4
+17	-	-	PUNCT	I	16			ewtb.r.358702.4
+18	team	team	NOUN	I	17			ewtb.r.358702.4
+19	or	or	CONJ	O	0			ewtb.r.358702.4
+20	even	even	ADV	O	0			ewtb.r.358702.4
+21	full	full	ADJ	B	0			ewtb.r.358702.4
+22	-	-	PUNCT	I	21			ewtb.r.358702.4
+23	time	time	NOUN	I	22			ewtb.r.358702.4
+24	.	.	PUNCT	O	0			ewtb.r.358702.4
+
+1	But	but	CONJ	O	0			ewtb.r.358702.5
+2	this	this	DET	O	0			ewtb.r.358702.5
+3	location	location	NOUN	O	0		n.group	ewtb.r.358702.5
+4	has	have	VERB	O	0		v.stative	ewtb.r.358702.5
+5	the	the	DET	O	0			ewtb.r.358702.5
+6	worst	worst	ADJ	O	0			ewtb.r.358702.5
+7	weekend	weekend	NOUN	O	0		n.time	ewtb.r.358702.5
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.358702.5
+9	I	i	PRON	O	0			ewtb.r.358702.5
+10	've	've	AUX	O	0			ewtb.r.358702.5
+11	seen	see	VERB	O	0		v.social	ewtb.r.358702.5
+12	EVER	ever	ADV	O	0			ewtb.r.358702.5
+13	.	.	PUNCT	O	0			ewtb.r.358702.5
+
+1	The	the	DET	O	0			ewtb.r.369608.1
+2	management	management	NOUN	O	0		n.group	ewtb.r.369608.1
+3	and	and	CONJ	O	0			ewtb.r.369608.1
+4	staff	staff	NOUN	O	0		n.group	ewtb.r.369608.1
+5	are	be	VERB	O	0		v.stative	ewtb.r.369608.1
+6	superb	superb	ADJ	O	0			ewtb.r.369608.1
+7	.	.	PUNCT	O	0			ewtb.r.369608.1
+
+1	I	i	PRON	O	0			ewtb.r.369608.2
+2	worked	work	VERB	O	0		v.social	ewtb.r.369608.2
+3	with	with	ADP	O	0			ewtb.r.369608.2
+4	Sam	sam	PROPN	B	0		n.person	ewtb.r.369608.2
+5	Mones	mones	PROPN	I	4			ewtb.r.369608.2
+6	who	who	PRON	O	0			ewtb.r.369608.2
+7	took	take	VERB	B	0		v.social	ewtb.r.369608.2
+8	great	great	ADJ	o	0			ewtb.r.369608.2
+9	care	care	NOUN	I	7			ewtb.r.369608.2
+10	of	of	ADP	I	9			ewtb.r.369608.2
+11	me	me	PRON	O	0			ewtb.r.369608.2
+12	.	.	PUNCT	O	0			ewtb.r.369608.2
+
+1	This	this	DET	O	0			ewtb.r.369608.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.369608.3
+3	by	by	ADP	B	0			ewtb.r.369608.3
+4	far	far	ADV	I	3			ewtb.r.369608.3
+5	the	the	DET	O	0			ewtb.r.369608.3
+6	best	best	ADV	O	0			ewtb.r.369608.3
+7	run	run	VERB	O	0		v.social	ewtb.r.369608.3
+8	dealership	dealership	NOUN	O	0		n.group	ewtb.r.369608.3
+9	in	in	ADP	O	0			ewtb.r.369608.3
+10	Miami	miami	PROPN	O	0		n.location	ewtb.r.369608.3
+11	.	.	PUNCT	O	0			ewtb.r.369608.3
+
+1	Never	never	ADV	O	0			ewtb.r.371300.1
+2	again	again	ADV	O	0			ewtb.r.371300.1
+
+1	Do	do	AUX	O	0			ewtb.r.371300.2
+2	n't	n't	PART	O	0			ewtb.r.371300.2
+3	go	go	VERB	O	0		v.motion	ewtb.r.371300.2
+4	here	here	ADV	O	0			ewtb.r.371300.2
+5	unless	unless	SCONJ	O	0			ewtb.r.371300.2
+6	you	you	PRON	O	0			ewtb.r.371300.2
+7	want	want	VERB	O	0		v.cognition	ewtb.r.371300.2
+8	to	to	PART	O	0			ewtb.r.371300.2
+9	sit	sit	VERB	O	0		v.stative	ewtb.r.371300.2
+10	,	,	PUNCT	O	0			ewtb.r.371300.2
+11	order	order	VERB	O	0		v.communication	ewtb.r.371300.2
+12	,	,	PUNCT	O	0			ewtb.r.371300.2
+13	eat	eat	VERB	O	0		v.consumption	ewtb.r.371300.2
+14	and	and	CONJ	O	0			ewtb.r.371300.2
+15	be	be	AUX	O	0			ewtb.r.371300.2
+16	asked	ask	VERB	O	0		v.communication	ewtb.r.371300.2
+17	to	to	PART	O	0			ewtb.r.371300.2
+18	leave	leave	VERB	O	0		v.motion	ewtb.r.371300.2
+19	all	all	ADV	O	0			ewtb.r.371300.2
+20	in	in	ADP	B	0			ewtb.r.371300.2
+21	a	a	DET	I	20			ewtb.r.371300.2
+22	matter	matter	NOUN	I	21			ewtb.r.371300.2
+23	of	of	ADP	I	22			ewtb.r.371300.2
+24	20	20	NUM	O	0			ewtb.r.371300.2
+25	minutes	minutes	NOUN	O	0		n.time	ewtb.r.371300.2
+26	.	.	PUNCT	O	0			ewtb.r.371300.2
+
+1	You	you	PRON	O	0			ewtb.r.371300.3
+2	wo	wo	AUX	O	0			ewtb.r.371300.3
+3	n't	n't	PART	O	0			ewtb.r.371300.3
+4	even	even	ADV	O	0			ewtb.r.371300.3
+5	have	have	VERB	O	0		v.stative	ewtb.r.371300.3
+6	time	time	NOUN	O	0		n.time	ewtb.r.371300.3
+7	to	to	PART	O	0			ewtb.r.371300.3
+8	read	read	VERB	O	0		v.communication	ewtb.r.371300.3
+9	the	the	DET	O	0			ewtb.r.371300.3
+10	entire	entire	ADJ	O	0			ewtb.r.371300.3
+11	menu	menu	NOUN	O	0		n.communication	ewtb.r.371300.3
+12	before	before	SCONJ	O	0			ewtb.r.371300.3
+13	being	be	AUX	O	0			ewtb.r.371300.3
+14	asked	ask	VERB	O	0		v.communication	ewtb.r.371300.3
+15	to	to	PART	O	0			ewtb.r.371300.3
+16	order	order	VERB	O	0		v.communication	ewtb.r.371300.3
+17	and	and	CONJ	O	0			ewtb.r.371300.3
+18	if	if	SCONJ	O	0			ewtb.r.371300.3
+19	you	you	PRON	O	0			ewtb.r.371300.3
+20	ask	ask	VERB	O	0		v.communication	ewtb.r.371300.3
+21	for	for	ADP	O	0			ewtb.r.371300.3
+22	more	more	ADJ	O	0			ewtb.r.371300.3
+23	time	time	NOUN	O	0		n.time	ewtb.r.371300.3
+24	your	your	PRON	O	0			ewtb.r.371300.3
+25	server	server	NOUN	O	0		n.person	ewtb.r.371300.3
+26	will	will	AUX	O	0			ewtb.r.371300.3
+27	wait	wait	VERB	O	0		v.stative	ewtb.r.371300.3
+28	at	at	ADP	O	0			ewtb.r.371300.3
+29	the	the	DET	O	0			ewtb.r.371300.3
+30	table	table	NOUN	O	0		n.artifact	ewtb.r.371300.3
+31	.	.	PUNCT	O	0			ewtb.r.371300.3
+
+1	This	this	DET	O	0			ewtb.r.371300.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.371300.4
+3	the	the	DET	O	0			ewtb.r.371300.4
+4	only	only	ADJ	O	0			ewtb.r.371300.4
+5	place	place	NOUN	O	0		n.group	ewtb.r.371300.4
+6	I	i	PRON	O	0			ewtb.r.371300.4
+7	have	have	AUX	O	0			ewtb.r.371300.4
+8	ever	ever	ADV	O	0			ewtb.r.371300.4
+9	eaten	eat	VERB	O	0		v.consumption	ewtb.r.371300.4
+10	and	and	CONJ	O	0			ewtb.r.371300.4
+11	been	be	AUX	O	0			ewtb.r.371300.4
+12	told	tell	VERB	O	0		v.communication	ewtb.r.371300.4
+13	to	to	PART	O	0			ewtb.r.371300.4
+14	leave	leave	VERB	O	0		v.motion	ewtb.r.371300.4
+15	because	because	SCONJ	O	0			ewtb.r.371300.4
+16	other	other	ADJ	O	0			ewtb.r.371300.4
+17	people	person	NOUN	O	0		n.person	ewtb.r.371300.4
+18	were	be	AUX	O	0			ewtb.r.371300.4
+19	waiting	wait	VERB	O	0		v.stative	ewtb.r.371300.4
+20	.	.	PUNCT	O	0			ewtb.r.371300.4
+
+1	I	i	PRON	O	0			ewtb.r.371300.5
+2	was	be	AUX	O	0			ewtb.r.371300.5
+3	told	tell	VERB	O	0		v.communication	ewtb.r.371300.5
+4	to	to	PART	O	0			ewtb.r.371300.5
+5	take	take	VERB	O	0		v.motion	ewtb.r.371300.5
+6	my	my	PRON	O	0			ewtb.r.371300.5
+7	coffee	coffee	NOUN	O	0		n.food	ewtb.r.371300.5
+8	to	to	PART	B	0			ewtb.r.371300.5
+9	go	go	VERB	I	8			ewtb.r.371300.5
+10	if	if	SCONJ	O	0			ewtb.r.371300.5
+11	I	i	PRON	O	0			ewtb.r.371300.5
+12	wanted	want	VERB	O	0		v.cognition	ewtb.r.371300.5
+13	to	to	PART	O	0			ewtb.r.371300.5
+14	finish	finish	VERB	O	0		v.consumption	ewtb.r.371300.5
+15	it	it	PRON	O	0			ewtb.r.371300.5
+16	.	.	PUNCT	O	0			ewtb.r.371300.5
+
+1	Oh	oh	INTJ	O	0			ewtb.r.371300.6
+2	,	,	PUNCT	O	0			ewtb.r.371300.6
+3	and	and	CONJ	O	0			ewtb.r.371300.6
+4	their	their	PRON	O	0			ewtb.r.371300.6
+5	liquor	liquor	NOUN	O	0		n.food	ewtb.r.371300.6
+6	license	license	NOUN	O	0		n.communication	ewtb.r.371300.6
+7	was	be	VERB	O	0		v.stative	ewtb.r.371300.6
+8	expired	expired	ADJ	O	0			ewtb.r.371300.6
+9	so	so	ADV	O	0			ewtb.r.371300.6
+10	no	no	DET	O	0			ewtb.r.371300.6
+11	Bloody	bloody	ADJ	B	0		n.food	ewtb.r.371300.6
+12	Mary	mary	NOUN	I	11			ewtb.r.371300.6
+13	or	or	CONJ	O	0			ewtb.r.371300.6
+14	Mimosas	mimosa	NOUN	O	0		n.food	ewtb.r.371300.6
+15	.	.	PUNCT	O	0			ewtb.r.371300.6
+
+1	Plus	plus	CONJ	O	0			ewtb.r.371300.7
+2	the	the	DET	O	0			ewtb.r.371300.7
+3	drinks	drink	NOUN	O	0		n.food	ewtb.r.371300.7
+4	are	be	VERB	O	0		v.stative	ewtb.r.371300.7
+5	self	self	NOUN	B	0		n.act	ewtb.r.371300.7
+6	service	service	NOUN	I	5			ewtb.r.371300.7
+7	,	,	PUNCT	O	0			ewtb.r.371300.7
+8	have	have	VERB	B	0			ewtb.r.371300.7
+9	fun	fun	NOUN	I	8			ewtb.r.371300.7
+10	trying	try	VERB	O	0		v.cognition	ewtb.r.371300.7
+11	to	to	PART	O	0			ewtb.r.371300.7
+12	negotiate	negotiate	VERB	O	0		v.social	ewtb.r.371300.7
+13	the	the	DET	O	0			ewtb.r.371300.7
+14	small	small	ADJ	O	0			ewtb.r.371300.7
+15	cafeteria	cafeteria	NOUN	O	0		n.location	ewtb.r.371300.7
+16	space	space	NOUN	O	0		n.location	ewtb.r.371300.7
+17	to	to	PART	O	0			ewtb.r.371300.7
+18	get	get	VERB	O	0		v.stative	ewtb.r.371300.7
+19	your	your	PRON	O	0			ewtb.r.371300.7
+20	coffee	coffee	NOUN	O	0		n.food	ewtb.r.371300.7
+21	,	,	PUNCT	O	0			ewtb.r.371300.7
+22	juice	juice	NOUN	O	0		n.food	ewtb.r.371300.7
+23	or	or	CONJ	O	0			ewtb.r.371300.7
+24	water	water	NOUN	O	0		n.food	ewtb.r.371300.7
+25	.	.	PUNCT	O	0			ewtb.r.371300.7
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.371300.8
+2	next	next	ADJ	B	0		n.location	ewtb.r.371300.8
+3	door	door	NOUN	I	2			ewtb.r.371300.8
+4	to	to	ADP	O	0			ewtb.r.371300.8
+5	the	the	DET	O	0			ewtb.r.371300.8
+6	Ball	ball	PROPN	B	0		n.group	ewtb.r.371300.8
+7	Square	square	PROPN	I	6			ewtb.r.371300.8
+8	Cafe	cafe	PROPN	I	7			ewtb.r.371300.8
+9	instead	instead	ADV	O	0			ewtb.r.371300.8
+10	.	.	PUNCT	O	0			ewtb.r.371300.8
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.372903.1
+2	for	for	ADP	O	0			ewtb.r.372903.1
+3	kids	kid	NOUN	O	0		n.person	ewtb.r.372903.1
+
+1	If	if	SCONJ	O	0			ewtb.r.372903.2
+2	you	you	PRON	O	0			ewtb.r.372903.2
+3	have	have	VERB	O	0		v.stative	ewtb.r.372903.2
+4	children	child	NOUN	O	0		n.person	ewtb.r.372903.2
+5	or	or	CONJ	O	0			ewtb.r.372903.2
+6	are	be	VERB	O	0		v.stative	ewtb.r.372903.2
+7	just	just	ADV	O	0			ewtb.r.372903.2
+8	a	a	DET	O	0			ewtb.r.372903.2
+9	real	real	ADJ	O	0			ewtb.r.372903.2
+10	animal	animal	NOUN	O	0		n.animal	ewtb.r.372903.2
+11	lover	lover	NOUN	O	0		n.person	ewtb.r.372903.2
+12	yourself	yourself	PRON	O	0			ewtb.r.372903.2
+13	you	you	PRON	O	0			ewtb.r.372903.2
+14	'll	'll	AUX	O	0			ewtb.r.372903.2
+15	love	love	VERB	O	0		v.emotion	ewtb.r.372903.2
+16	this	this	DET	O	0			ewtb.r.372903.2
+17	zoo	zoo	NOUN	O	0		n.group	ewtb.r.372903.2
+18	.	.	PUNCT	O	0			ewtb.r.372903.2
+
+1	It	it	PRON	O	0			ewtb.r.372903.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.372903.3
+3	only	only	ADV	O	0			ewtb.r.372903.3
+4	$	$	SYM	O	0			ewtb.r.372903.3
+5	10	10	NUM	O	0			ewtb.r.372903.3
+6	and	and	CONJ	O	0			ewtb.r.372903.3
+7	in	in	ADP	B	0			ewtb.r.372903.3
+8	essence	essence	NOUN	I	7			ewtb.r.372903.3
+9	just	just	ADV	O	0			ewtb.r.372903.3
+10	one	one	NUM	O	0			ewtb.r.372903.3
+11	big	big	ADJ	O	0			ewtb.r.372903.3
+12	petting	petting	NOUN	B	0		n.group	ewtb.r.372903.3
+13	zoo	zoo	NOUN	I	12			ewtb.r.372903.3
+14	.	.	PUNCT	O	0			ewtb.r.372903.3
+
+1	They	they	PRON	O	0			ewtb.r.372903.4
+2	sell	sell	VERB	O	0		v.possession	ewtb.r.372903.4
+3	feed	feed	NOUN	O	0		n.food	ewtb.r.372903.4
+4	and	and	CONJ	O	0			ewtb.r.372903.4
+5	milk	milk	NOUN	O	0		n.food	ewtb.r.372903.4
+6	bottles	bottle	NOUN	O	0		n.artifact	ewtb.r.372903.4
+7	at	at	ADP	O	0			ewtb.r.372903.4
+8	the	the	DET	O	0			ewtb.r.372903.4
+9	front	front	NOUN	O	0		n.location	ewtb.r.372903.4
+10	and	and	CONJ	O	0			ewtb.r.372903.4
+11	I	i	PRON	O	0			ewtb.r.372903.4
+12	recommend	recommend	VERB	O	0		v.communication	ewtb.r.372903.4
+13	you	you	PRON	O	0			ewtb.r.372903.4
+14	buy	buy	VERB	O	0		v.possession	ewtb.r.372903.4
+15	lots	lots	NOUN	O	0		n.quantity	ewtb.r.372903.4
+16	.	.	PUNCT	O	0			ewtb.r.372903.4
+
+1	We	we	PRON	O	0			ewtb.r.372903.5
+2	took	take	VERB	O	0		v.motion	ewtb.r.372903.5
+3	our	our	PRON	O	0			ewtb.r.372903.5
+4	7	7	NUM	O	0			ewtb.r.372903.5
+5	month	month	NOUN	B	0		n.person	ewtb.r.372903.5
+6	old	old	ADJ	I	5			ewtb.r.372903.5
+7	and	and	CONJ	O	0			ewtb.r.372903.5
+8	she	she	PRON	O	0			ewtb.r.372903.5
+9	laughed	laugh	VERB	O	0		v.communication	ewtb.r.372903.5
+10	and	and	CONJ	O	0			ewtb.r.372903.5
+11	giggled	giggle	VERB	O	0		v.communication	ewtb.r.372903.5
+12	when	when	ADV	O	0			ewtb.r.372903.5
+13	(	(	PUNCT	O	0			ewtb.r.372903.5
+14	very	very	ADV	O	0			ewtb.r.372903.5
+15	harshly	harshly	ADV	O	0			ewtb.r.372903.5
+16	I	i	PRON	O	0			ewtb.r.372903.5
+17	might	might	AUX	O	0			ewtb.r.372903.5
+18	add	add	VERB	O	0		v.change	ewtb.r.372903.5
+19	)	)	PUNCT	O	0			ewtb.r.372903.5
+20	grabbing	grab	VERB	O	0		v.contact	ewtb.r.372903.5
+21	and	and	CONJ	O	0			ewtb.r.372903.5
+22	'	'	PUNCT	O	0			ewtb.r.372903.5
+23	kissed	kiss	VERB	O	0		v.contact	ewtb.r.372903.5
+24	'	'	PUNCT	O	0			ewtb.r.372903.5
+25	the	the	DET	O	0			ewtb.r.372903.5
+26	goats	goat	NOUN	O	0		n.animal	ewtb.r.372903.5
+27	and	and	CONJ	O	0			ewtb.r.372903.5
+28	lambs	lamb	NOUN	O	0		n.animal	ewtb.r.372903.5
+29	.	.	PUNCT	O	0			ewtb.r.372903.5
+
+1	The	the	DET	O	0			ewtb.r.372903.6
+2	animals	animal	NOUN	O	0		n.animal	ewtb.r.372903.6
+3	were	be	VERB	O	0		v.stative	ewtb.r.372903.6
+4	all	all	ADV	O	0			ewtb.r.372903.6
+5	very	very	ADV	O	0			ewtb.r.372903.6
+6	sweet	sweet	ADJ	O	0			ewtb.r.372903.6
+7	and	and	CONJ	O	0			ewtb.r.372903.6
+8	patient	patient	ADJ	O	0			ewtb.r.372903.6
+9	with	with	ADP	O	0			ewtb.r.372903.6
+10	her	her	PRON	O	0			ewtb.r.372903.6
+11	.	.	PUNCT	O	0			ewtb.r.372903.6
+
+1	Among	among	ADP	O	0			ewtb.r.372903.7
+2	the	the	DET	O	0			ewtb.r.372903.7
+3	animals	animal	NOUN	O	0		n.animal	ewtb.r.372903.7
+4	that	that	DET	O	0			ewtb.r.372903.7
+5	were	be	VERB	O	0		v.stative	ewtb.r.372903.7
+6	available	available	ADJ	O	0			ewtb.r.372903.7
+7	to	to	PART	O	0			ewtb.r.372903.7
+8	touch	touch	VERB	O	0		v.contact	ewtb.r.372903.7
+9	were	be	VERB	O	0		v.stative	ewtb.r.372903.7
+10	pony's	pony	NOUN	O	0		n.animal	ewtb.r.372903.7
+11	,	,	PUNCT	O	0			ewtb.r.372903.7
+12	camels	camel	NOUN	O	0		n.animal	ewtb.r.372903.7
+13	and	and	CONJ	O	0			ewtb.r.372903.7
+14	EVEN	even	ADV	O	0			ewtb.r.372903.7
+15	AN	an	DET	O	0			ewtb.r.372903.7
+16	OSTRICH	ostrich	NOUN	O	0		n.animal	ewtb.r.372903.7
+17	!!!	!!!	PUNCT	O	0			ewtb.r.372903.7
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.372903.8
+2	,	,	PUNCT	O	0			ewtb.r.372903.8
+3	inexpensive	inexpensive	ADJ	O	0			ewtb.r.372903.8
+4	and	and	CONJ	O	0			ewtb.r.372903.8
+5	lots	lots	NOUN	O	0		n.quantity	ewtb.r.372903.8
+6	of	of	ADP	O	0			ewtb.r.372903.8
+7	fun	fun	NOUN	O	0		n.cognition	ewtb.r.372903.8
+8	!	!	PUNCT	O	0			ewtb.r.372903.8
+
+1	GREAT	great	ADJ	O	0			ewtb.r.374000.1
+2	Store	store	NOUN	O	0		n.group	ewtb.r.374000.1
+3	GREAT	great	ADJ	O	0			ewtb.r.374000.1
+4	Service	service	NOUN	O	0		n.act	ewtb.r.374000.1
+5	!	!	PUNCT	O	0			ewtb.r.374000.1
+
+1	"	"	PUNCT	O	0			ewtb.r.374000.2
+2	This	this	DET	O	0			ewtb.r.374000.2
+3	store	store	NOUN	O	0		n.group	ewtb.r.374000.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.374000.2
+5	great	great	ADJ	O	0			ewtb.r.374000.2
+6	!!	!!	PUNCT	O	0			ewtb.r.374000.2
+
+1	I	i	PRON	O	0			ewtb.r.374000.3
+2	love	love	VERB	O	0		v.emotion	ewtb.r.374000.3
+3	walking	walk	VERB	O	0		v.motion	ewtb.r.374000.3
+4	in	in	ADV	O	0			ewtb.r.374000.3
+5	and	and	CONJ	O	0			ewtb.r.374000.3
+6	not	not	PART	O	0			ewtb.r.374000.3
+7	being	be	AUX	O	0			ewtb.r.374000.3
+8	hassled	hassle	VERB	O	0		v.social	ewtb.r.374000.3
+9	.	.	PUNCT	O	0			ewtb.r.374000.3
+
+1	I	i	PRON	O	0			ewtb.r.374000.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.374000.4
+3	there	there	ADV	O	0			ewtb.r.374000.4
+4	when	when	ADV	O	0			ewtb.r.374000.4
+5	they	they	PRON	O	0			ewtb.r.374000.4
+6	did	do	VERB	O	0		v.stative	ewtb.r.374000.4
+7	a	a	DET	O	0			ewtb.r.374000.4
+8	free	free	ADJ	O	0			ewtb.r.374000.4
+9	raffle	raffle	NOUN	O	0		n.event	ewtb.r.374000.4
+10	in	in	ADP	O	0			ewtb.r.374000.4
+11	August	august	PROPN	O	0		n.time	ewtb.r.374000.4
+12	and	and	CONJ	O	0			ewtb.r.374000.4
+13	I	i	PRON	O	0			ewtb.r.374000.4
+14	won	win	VERB	O	0		v.stative	ewtb.r.374000.4
+15	a	a	DET	O	0			ewtb.r.374000.4
+16	hard	hard	ADJ	B	0		n.artifact	ewtb.r.374000.4
+17	drive	drive	NOUN	I	16			ewtb.r.374000.4
+18	!	!	PUNCT	O	0			ewtb.r.374000.4
+
+1	The	the	DET	O	0			ewtb.r.374000.5
+2	reason	reason	NOUN	O	0		n.motive	ewtb.r.374000.5
+3	I	i	PRON	O	0			ewtb.r.374000.5
+4	go	go	VERB	O	0		v.motion	ewtb.r.374000.5
+5	back	back	ADV	O	0			ewtb.r.374000.5
+6	is	be	VERB	O	0		v.stative	ewtb.r.374000.5
+7	because	because	SCONJ	O	0			ewtb.r.374000.5
+8	the	the	DET	O	0			ewtb.r.374000.5
+9	employees	employee	NOUN	O	0		n.person	ewtb.r.374000.5
+10	are	be	VERB	O	0		v.stative	ewtb.r.374000.5
+11	sooooo	sooooo	ADV	O	0			ewtb.r.374000.5
+12	nice	nice	ADJ	O	0			ewtb.r.374000.5
+13	.	.	PUNCT	O	0			ewtb.r.374000.5
+14	"	"	PUNCT	O	0			ewtb.r.374000.5
+
+1	I	i	PRON	O	0			ewtb.r.374604.1
+2	've	've	AUX	O	0			ewtb.r.374604.1
+3	never	never	ADV	O	0			ewtb.r.374604.1
+4	felt	felt	VERB	B	0		v.cognition	ewtb.r.374604.1
+5	the	the	DET	I	4			ewtb.r.374604.1
+6	need	need	NOUN	I	5			ewtb.r.374604.1
+7	to	to	PART	O	0			ewtb.r.374604.1
+8	write	write	VERB	O	0		v.communication	ewtb.r.374604.1
+9	a	a	DET	O	0			ewtb.r.374604.1
+10	review	review	NOUN	O	0		n.communication	ewtb.r.374604.1
+11	or	or	CONJ	O	0			ewtb.r.374604.1
+12	make	make	VERB	B	0		v.communication	ewtb.r.374604.1
+13	a	a	DET	o	0			ewtb.r.374604.1
+14	complaint	complaint	NOUN	I	12			ewtb.r.374604.1
+15	before	before	ADV	O	0			ewtb.r.374604.1
+16	,	,	PUNCT	O	0			ewtb.r.374604.1
+17	but	but	CONJ	O	0			ewtb.r.374604.1
+18	after	after	ADP	O	0			ewtb.r.374604.1
+19	the	the	DET	O	0			ewtb.r.374604.1
+20	way	way	NOUN	O	0		n.cognition	ewtb.r.374604.1
+21	I	i	PRON	O	0			ewtb.r.374604.1
+22	was	be	AUX	O	0			ewtb.r.374604.1
+23	spoken	speak	VERB	O	0		v.communication	ewtb.r.374604.1
+24	to	to	ADP	O	0			ewtb.r.374604.1
+25	by	by	ADP	O	0			ewtb.r.374604.1
+26	a	a	DET	O	0			ewtb.r.374604.1
+27	member	member	NOUN	O	0		n.person	ewtb.r.374604.1
+28	of	of	ADP	O	0			ewtb.r.374604.1
+29	staff	staff	NOUN	O	0		n.group	ewtb.r.374604.1
+30	at	at	ADP	O	0			ewtb.r.374604.1
+31	the	the	DET	O	0			ewtb.r.374604.1
+32	kennels	kennel	NOUN	O	0		n.location	ewtb.r.374604.1
+33	(	(	PUNCT	O	0			ewtb.r.374604.1
+34	whose	whose	PRON	O	0			ewtb.r.374604.1
+35	name	name	NOUN	O	0		n.communication	ewtb.r.374604.1
+36	I	i	PRON	O	0			ewtb.r.374604.1
+37	believe	believe	VERB	O	0		v.cognition	ewtb.r.374604.1
+38	to	to	PART	O	0			ewtb.r.374604.1
+39	be	be	VERB	O	0		v.stative	ewtb.r.374604.1
+40	Mrs	mrs	PROPN	B	0		n.person	ewtb.r.374604.1
+41	Closs	closs	PROPN	I	40			ewtb.r.374604.1
+42	)	)	PUNCT	O	0			ewtb.r.374604.1
+43	I	i	PRON	O	0			ewtb.r.374604.1
+44	would	would	AUX	O	0			ewtb.r.374604.1
+45	now	now	ADV	O	0			ewtb.r.374604.1
+46	not	not	PART	O	0			ewtb.r.374604.1
+47	recommend	recommend	VERB	O	0		v.communication	ewtb.r.374604.1
+48	this	this	DET	O	0			ewtb.r.374604.1
+49	business	business	NOUN	O	0		n.group	ewtb.r.374604.1
+50	to	to	ADP	O	0			ewtb.r.374604.1
+51	anybody	anybody	NOUN	O	0		n.person	ewtb.r.374604.1
+52	.	.	PUNCT	O	0			ewtb.r.374604.1
+
+1	If	if	SCONJ	O	0			ewtb.r.374604.2
+2	the	the	DET	O	0			ewtb.r.374604.2
+3	animals	animal	NOUN	O	0		n.animal	ewtb.r.374604.2
+4	are	be	AUX	O	0			ewtb.r.374604.2
+5	treated	treat	VERB	O	0		v.social	ewtb.r.374604.2
+6	in	in	ADP	O	0			ewtb.r.374604.2
+7	the	the	DET	O	0			ewtb.r.374604.2
+8	same	same	ADJ	O	0			ewtb.r.374604.2
+9	way	way	NOUN	O	0		n.cognition	ewtb.r.374604.2
+10	the	the	DET	O	0			ewtb.r.374604.2
+11	customers	customer	NOUN	O	0		n.person	ewtb.r.374604.2
+12	are	be	AUX	O	0			ewtb.r.374604.2
+13	treated	treat	VERB	O	0		v.social	ewtb.r.374604.2
+14	then	then	ADV	O	0			ewtb.r.374604.2
+15	this	this	DET	O	0			ewtb.r.374604.2
+16	leaves	leave	VERB	O	0		v.stative	ewtb.r.374604.2
+17	a	a	DET	B	0			ewtb.r.374604.2
+18	lot	lot	NOUN	I	17			ewtb.r.374604.2
+19	to	to	PART	B	0			ewtb.r.374604.2
+20	be	be	AUX	I	19			ewtb.r.374604.2
+21	desired	desire	VERB	I	20			ewtb.r.374604.2
+22	!	!	PUNCT	O	0			ewtb.r.374604.2
+
+1	Nobody	nobody	NOUN	O	0			ewtb.r.374604.3
+2	should	should	AUX	O	0			ewtb.r.374604.3
+3	be	be	AUX	O	0			ewtb.r.374604.3
+4	spoken	speak	VERB	O	0		v.communication	ewtb.r.374604.3
+5	to	to	ADP	O	0			ewtb.r.374604.3
+6	like	like	ADP	O	0			ewtb.r.374604.3
+7	that	that	DET	O	0			ewtb.r.374604.3
+8	regardless	regardless	ADV	B	0			ewtb.r.374604.3
+9	of	of	ADP	I	8			ewtb.r.374604.3
+10	how	how	ADV	O	0			ewtb.r.374604.3
+11	bad	bad	ADJ	O	0			ewtb.r.374604.3
+12	their	their	PRON	O	0			ewtb.r.374604.3
+13	day	day	NOUN	O	0		n.time	ewtb.r.374604.3
+14	may	may	AUX	O	0			ewtb.r.374604.3
+15	have	have	AUX	O	0			ewtb.r.374604.3
+16	been	be	VERB	O	0		v.stative	ewtb.r.374604.3
+17	or	or	CONJ	O	0			ewtb.r.374604.3
+18	what	what	PRON	O	0			ewtb.r.374604.3
+19	may	may	AUX	O	0			ewtb.r.374604.3
+20	be	be	AUX	O	0			ewtb.r.374604.3
+21	going	go	VERB	B	0		v.social	ewtb.r.374604.3
+22	on	on	ADP	I	21			ewtb.r.374604.3
+23	in	in	ADP	O	0			ewtb.r.374604.3
+24	their	their	PRON	O	0			ewtb.r.374604.3
+25	private	private	ADJ	O	0			ewtb.r.374604.3
+26	lives	life	NOUN	O	0		n.process	ewtb.r.374604.3
+27	!	!	PUNCT	O	0			ewtb.r.374604.3
+
+1	I	i	PRON	O	0			ewtb.r.376503.1
+2	interviewed	interview	VERB	O	0		v.social	ewtb.r.376503.1
+3	several	several	ADJ	O	0			ewtb.r.376503.1
+4	contractors	contractor	NOUN	O	0		n.person	ewtb.r.376503.1
+5	for	for	ADP	O	0			ewtb.r.376503.1
+6	a	a	DET	O	0			ewtb.r.376503.1
+7	kitchen	kitchen	NOUN	O	0		n.artifact	ewtb.r.376503.1
+8	remodel	remodel	NOUN	O	0		n.act	ewtb.r.376503.1
+9	.	.	PUNCT	O	0			ewtb.r.376503.1
+
+1	Liberty	liberty	PROPN	B	0		n.group	ewtb.r.376503.2
+2	construction	construction	PROPN	I	1			ewtb.r.376503.2
+3	shows	show	VERB	B	0		v.motion	ewtb.r.376503.2
+4	up	up	ADP	I	3			ewtb.r.376503.2
+5	and	and	CONJ	O	0			ewtb.r.376503.2
+6	it	it	PRON	O	0			ewtb.r.376503.2
+7	's	's	VERB	O	0		v.stative	ewtb.r.376503.2
+8	two	two	NUM	O	0			ewtb.r.376503.2
+9	guys	guy	NOUN	O	0		n.person	ewtb.r.376503.2
+10	...	...	PUNCT	O	0			ewtb.r.376503.2
+11	all	all	DET	O	0			ewtb.r.376503.2
+12	I	i	PRON	O	0			ewtb.r.376503.2
+13	get	get	VERB	O	0		v.communication	ewtb.r.376503.2
+14	is	be	VERB	O	0		v.stative	ewtb.r.376503.2
+15	100	100	NUM	O	0			ewtb.r.376503.2
+16	%	%	SYM	O	0		n.quantity	ewtb.r.376503.2
+17	sales	sales	NOUN	B	0		n.communication	ewtb.r.376503.2
+18	pitch	pitch	NOUN	I	17			ewtb.r.376503.2
+19	"	"	PUNCT	O	0			ewtb.r.376503.2
+20	We	we	PRON	O	0			ewtb.r.376503.2
+21	're	're	VERB	O	0		v.stative	ewtb.r.376503.2
+22	the	the	DET	O	0			ewtb.r.376503.2
+23	best	best	ADJ	O	0			ewtb.r.376503.2
+24	...	...	PUNCT	O	0			ewtb.r.376503.2
+25	we	we	PRON	O	0			ewtb.r.376503.2
+26	're	're	VERB	O	0		v.stative	ewtb.r.376503.2
+27	number	number	NOUN	O	0		n.relation	ewtb.r.376503.2
+28	50	50	NUM	O	0			ewtb.r.376503.2
+29	so	so	ADV	O	0			ewtb.r.376503.2
+30	we	we	PRON	O	0			ewtb.r.376503.2
+31	must	must	AUX	O	0			ewtb.r.376503.2
+32	be	be	AUX	O	0			ewtb.r.376503.2
+33	doing	do	VERB	O	0		v.stative	ewtb.r.376503.2
+34	something	something	NOUN	O	0			ewtb.r.376503.2
+35	right	right	ADV	O	0			ewtb.r.376503.2
+36	...	...	PUNCT	O	0			ewtb.r.376503.2
+37	look	look	VERB	O	0		v.perception	ewtb.r.376503.2
+38	at	at	ADP	O	0			ewtb.r.376503.2
+39	all	all	DET	O	0			ewtb.r.376503.2
+40	these	these	DET	O	0			ewtb.r.376503.2
+41	certificates	certificate	NOUN	O	0		n.communication	ewtb.r.376503.2
+42	that	that	DET	O	0			ewtb.r.376503.2
+43	say	say	VERB	O	0		v.communication	ewtb.r.376503.2
+44	we	we	PRON	O	0			ewtb.r.376503.2
+45	're	're	VERB	O	0		v.stative	ewtb.r.376503.2
+46	great	great	ADJ	O	0			ewtb.r.376503.2
+47	"	"	PUNCT	O	0			ewtb.r.376503.2
+48	.	.	PUNCT	O	0			ewtb.r.376503.2
+
+1	Not	not	PART	O	0			ewtb.r.376503.3
+2	once	once	ADV	O	0			ewtb.r.376503.3
+3	did	do	AUX	O	0			ewtb.r.376503.3
+4	I	i	PRON	O	0			ewtb.r.376503.3
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.376503.3
+6	listened	listen	VERB	O	0		v.communication	ewtb.r.376503.3
+7	to	to	ADP	O	0			ewtb.r.376503.3
+8	like	like	SCONJ	O	0			ewtb.r.376503.3
+9	they	they	PRON	O	0			ewtb.r.376503.3
+10	actually	actually	ADV	O	0			ewtb.r.376503.3
+11	cared	care	VERB	O	0		v.emotion	ewtb.r.376503.3
+12	about	about	SCONJ	O	0			ewtb.r.376503.3
+13	what	what	PRON	O	0			ewtb.r.376503.3
+14	I	i	PRON	O	0			ewtb.r.376503.3
+15	wanted	want	VERB	O	0		v.cognition	ewtb.r.376503.3
+16	,	,	PUNCT	O	0			ewtb.r.376503.3
+17	all	all	DET	O	0			ewtb.r.376503.3
+18	they	they	PRON	O	0			ewtb.r.376503.3
+19	were	be	VERB	O	0		v.stative	ewtb.r.376503.3
+20	interested	interested	ADJ	O	0			ewtb.r.376503.3
+21	in	in	ADP	O	0			ewtb.r.376503.3
+22	was	be	VERB	O	0		v.stative	ewtb.r.376503.3
+23	me	me	PRON	O	0			ewtb.r.376503.3
+24	signing	sign	VERB	O	0		v.communication	ewtb.r.376503.3
+25	a	a	DET	O	0			ewtb.r.376503.3
+26	contract	contract	NOUN	O	0		n.communication	ewtb.r.376503.3
+27	right	right	ADV	O	0			ewtb.r.376503.3
+28	then	then	ADV	O	0			ewtb.r.376503.3
+29	and	and	CONJ	O	0			ewtb.r.376503.3
+30	there	there	ADV	O	0			ewtb.r.376503.3
+31	.	.	PUNCT	O	0			ewtb.r.376503.3
+
+1	Very	very	ADV	O	0			ewtb.r.376503.4
+2	high	high	ADJ	O	0			ewtb.r.376503.4
+3	pressured	pressured	ADJ	O	0			ewtb.r.376503.4
+4	sales	sales	NOUN	O	0		n.possession	ewtb.r.376503.4
+5	and	and	CONJ	O	0			ewtb.r.376503.4
+6	with	with	ADP	O	0			ewtb.r.376503.4
+7	the	the	DET	O	0			ewtb.r.376503.4
+8	reviews	review	NOUN	O	0		n.communication	ewtb.r.376503.4
+9	of	of	ADP	O	0			ewtb.r.376503.4
+10	many	many	ADJ	O	0			ewtb.r.376503.4
+11	others	others	NOUN	O	0			ewtb.r.376503.4
+12	bad	bad	ADJ	O	0			ewtb.r.376503.4
+13	service	service	NOUN	O	0		n.act	ewtb.r.376503.4
+14	.	.	PUNCT	O	0			ewtb.r.376503.4
+
+1	I	i	PRON	O	0			ewtb.r.376503.5
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.376503.5
+3	glad	glad	ADJ	O	0			ewtb.r.376503.5
+4	I	i	PRON	O	0			ewtb.r.376503.5
+5	trusted	trust	VERB	B	0		v.cognition	ewtb.r.376503.5
+6	my	my	PRON	o	0			ewtb.r.376503.5
+7	gut	gut	NOUN	I	5			ewtb.r.376503.5
+8	and	and	CONJ	O	0			ewtb.r.376503.5
+9	did	do	AUX	O	0			ewtb.r.376503.5
+10	n't	n't	PART	O	0			ewtb.r.376503.5
+11	get	get	AUX	B	0		v.cognition	ewtb.r.376503.5
+12	sucked	suck	VERB	I	11			ewtb.r.376503.5
+13	into	into	SCONJ	I	12			ewtb.r.376503.5
+14	doing	do	VERB	B	0		v.social	ewtb.r.376503.5
+15	business	business	NOUN	I	14			ewtb.r.376503.5
+16	with	with	ADP	I	15			ewtb.r.376503.5
+17	them	them	PRON	O	0			ewtb.r.376503.5
+18	.	.	PUNCT	O	0			ewtb.r.376503.5
+
+1	Find	find	VERB	O	0		v.cognition	ewtb.r.376503.6
+2	someone	someone	NOUN	O	0			ewtb.r.376503.6
+3	you	you	PRON	O	0			ewtb.r.376503.6
+4	trust	trust	VERB	O	0		v.cognition	ewtb.r.376503.6
+5	that	that	DET	O	0			ewtb.r.376503.6
+6	actually	actually	ADV	O	0			ewtb.r.376503.6
+7	hears	hear	VERB	O	0		v.communication	ewtb.r.376503.6
+8	you	you	PRON	O	0			ewtb.r.376503.6
+9	and	and	CONJ	O	0			ewtb.r.376503.6
+10	wants	want	VERB	O	0		v.cognition	ewtb.r.376503.6
+11	to	to	PART	O	0			ewtb.r.376503.6
+12	do	do	VERB	O	0		v.social	ewtb.r.376503.6
+13	the	the	DET	O	0			ewtb.r.376503.6
+14	job	job	NOUN	O	0		n.act	ewtb.r.376503.6
+15	right	right	ADV	O	0			ewtb.r.376503.6
+16	.	.	PUNCT	O	0			ewtb.r.376503.6
+
+1	VERYYYY	veryyyy	ADV	O	0			ewtb.r.379701.1
+2	!!!!	!!!!	PUNCT	O	0			ewtb.r.379701.1
+3	VERYYY	veryyy	ADV	O	0			ewtb.r.379701.1
+4	!!	!!	PUNCT	O	0			ewtb.r.379701.1
+5	Good	good	ADJ	O	0			ewtb.r.379701.1
+6	auto	auto	NOUN	B	0		n.act	ewtb.r.379701.1
+7	repair	repair	NOUN	I	6			ewtb.r.379701.1
+8	men	men	NOUN	O	0		n.person	ewtb.r.379701.1
+9	.	.	PUNCT	O	0			ewtb.r.379701.1
+
+1	Do	do	VERB	O	0		v.social	ewtb.r.379701.2
+2	the	the	DET	O	0			ewtb.r.379701.2
+3	job	job	NOUN	O	0		n.act	ewtb.r.379701.2
+4	honest	honest	ADV	O	0			ewtb.r.379701.2
+5	and	and	CONJ	O	0			ewtb.r.379701.2
+6	quickly	quickly	ADV	O	0			ewtb.r.379701.2
+7	as	as	ADP	O	0			ewtb.r.379701.2
+8	possible	possible	ADJ	O	0			ewtb.r.379701.2
+9	.	.	PUNCT	O	0			ewtb.r.379701.2
+
+1	Would	would	AUX	O	0			ewtb.r.379701.3
+2	100	100	NUM	O	0			ewtb.r.379701.3
+3	%	%	SYM	O	0		n.quantity	ewtb.r.379701.3
+4	recomend	recomend	VERB	O	0		v.communication	ewtb.r.379701.3
+5	to	to	ADP	O	0			ewtb.r.379701.3
+6	others	others	NOUN	O	0		n.person	ewtb.r.379701.3
+7	for	for	ADP	O	0			ewtb.r.379701.3
+8	a	a	DET	O	0			ewtb.r.379701.3
+9	great	great	ADJ	O	0			ewtb.r.379701.3
+10	service	service	NOUN	O	0		n.act	ewtb.r.379701.3
+11	.	.	PUNCT	O	0			ewtb.r.379701.3
+
+1	Thank	thank	VERB	B	0			ewtb.r.379701.4
+2	You	you	PRON	I	1			ewtb.r.379701.4
+3	Barry	barry	PROPN	B	0		n.group	ewtb.r.379701.4
+4	s	s	PART	I	3			ewtb.r.379701.4
+5	Auto	auto	PROPN	I	4			ewtb.r.379701.4
+6	Tech	tech	PROPN	I	5			ewtb.r.379701.4
+7	!	!	PUNCT	O	0			ewtb.r.379701.4
+
+1	My	my	PRON	O	0			ewtb.r.007403.1
+2	counseling	counseling	NOUN	O	0		n.act	ewtb.r.007403.1
+3	practice	practice	NOUN	O	0		n.group	ewtb.r.007403.1
+
+1	I	i	PRON	O	0			ewtb.r.007403.3
+2	am	be	VERB	O	0		v.stative	ewtb.r.007403.3
+3	a	a	DET	O	0			ewtb.r.007403.3
+4	licensed	license	VERB	O	0		v.stative	ewtb.r.007403.3
+5	mental	mental	ADJ	B	0		n.cognition	ewtb.r.007403.3
+6	health	health	NOUN	I	5			ewtb.r.007403.3
+7	counselor	counselor	NOUN	O	0		n.person	ewtb.r.007403.3
+8	and	and	CONJ	O	0			ewtb.r.007403.3
+9	I	i	PRON	O	0			ewtb.r.007403.3
+10	work	work	VERB	O	0		v.social	ewtb.r.007403.3
+11	with	with	ADP	O	0			ewtb.r.007403.3
+12	variety	variety	NOUN	O	0		n.cognition	ewtb.r.007403.3
+13	of	of	ADP	O	0			ewtb.r.007403.3
+14	mental	mental	ADJ	B	0		n.cognition	ewtb.r.007403.3
+15	health	health	NOUN	I	14			ewtb.r.007403.3
+16	problems	problem	NOUN	O	0		n.cognition	ewtb.r.007403.3
+17	.	.	PUNCT	O	0			ewtb.r.007403.3
+
+1	I	i	PRON	O	0			ewtb.r.007403.4
+2	offer	offer	VERB	O	0		v.social	ewtb.r.007403.4
+3	compassionate	compassionate	ADJ	O	0			ewtb.r.007403.4
+4	,	,	PUNCT	O	0			ewtb.r.007403.4
+5	approachable	approachable	ADJ	O	0			ewtb.r.007403.4
+6	and	and	CONJ	O	0			ewtb.r.007403.4
+7	personalized	personalize	VERB	O	0			ewtb.r.007403.4
+8	counseling	counseling	NOUN	O	0		n.act	ewtb.r.007403.4
+9	services	services	NOUN	O	0		n.act	ewtb.r.007403.4
+10	.	.	PUNCT	O	0			ewtb.r.007403.4
+
+1	My	my	PRON	O	0			ewtb.r.007403.5
+2	style	style	NOUN	O	0		n.cognition	ewtb.r.007403.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.007403.5
+4	compassionate	compassionate	ADJ	O	0			ewtb.r.007403.5
+5	,	,	PUNCT	O	0			ewtb.r.007403.5
+6	nonjudgmental	nonjudgmental	ADJ	O	0			ewtb.r.007403.5
+7	,	,	PUNCT	O	0			ewtb.r.007403.5
+8	and	and	CONJ	O	0			ewtb.r.007403.5
+9	caring	caring	ADJ	O	0			ewtb.r.007403.5
+10	.	.	PUNCT	O	0			ewtb.r.007403.5
+
+1	Schedule	schedule	VERB	O	0		v.social	ewtb.r.007403.8
+2	your	your	PRON	O	0			ewtb.r.007403.8
+3	first	first	ADJ	O	0			ewtb.r.007403.8
+4	appointment	appointment	NOUN	O	0		n.event	ewtb.r.007403.8
+5	online	online	ADV	O	0			ewtb.r.007403.8
+6	!	!	PUNCT	O	0			ewtb.r.007403.8
+
+1	I	i	PRON	O	0			ewtb.r.007403.9
+2	would	would	AUX	O	0			ewtb.r.007403.9
+3	appreciate	appreciate	VERB	O	0		v.emotion	ewtb.r.007403.9
+4	reviews	review	NOUN	O	0		n.communication	ewtb.r.007403.9
+5	from	from	ADP	O	0			ewtb.r.007403.9
+6	anyone	anyone	NOUN	O	0			ewtb.r.007403.9
+7	who	who	PRON	O	0			ewtb.r.007403.9
+8	has	have	AUX	O	0			ewtb.r.007403.9
+9	worked	work	VERB	O	0		v.social	ewtb.r.007403.9
+10	with	with	ADP	O	0			ewtb.r.007403.9
+11	me	me	PRON	O	0			ewtb.r.007403.9
+12	before	before	ADV	O	0			ewtb.r.007403.9
+13	in	in	ADP	O	0			ewtb.r.007403.9
+14	the	the	DET	O	0			ewtb.r.007403.9
+15	mental	mental	ADJ	B	0		n.cognition	ewtb.r.007403.9
+16	health	health	NOUN	I	15			ewtb.r.007403.9
+17	setting	setting	NOUN	O	0		n.cognition	ewtb.r.007403.9
+18	.	.	PUNCT	O	0			ewtb.r.007403.9
+
+1	Sheer	sheer	ADJ	O	0			ewtb.r.011806.2
+2	contrast	contrast	NOUN	O	0		n.relation	ewtb.r.011806.2
+3	to	to	SCONJ	O	0			ewtb.r.011806.2
+4	getting	get	VERB	O	0		v.social	ewtb.r.011806.2
+5	it	it	PRON	O	0			ewtb.r.011806.2
+6	done	do	VERB	O	0		v.change	ewtb.r.011806.2
+7	at	at	ADP	O	0			ewtb.r.011806.2
+8	karol	karol	PROPN	B	0		n.group	ewtb.r.011806.2
+9	bagh	bagh	PROPN	I	8			ewtb.r.011806.2
+10	which	which	DET	O	0			ewtb.r.011806.2
+11	is	be	AUX	O	0			ewtb.r.011806.2
+12	done	do	VERB	O	0		v.stative	ewtb.r.011806.2
+13	under	under	ADP	O	0			ewtb.r.011806.2
+14	the	the	DET	O	0			ewtb.r.011806.2
+15	wooden	wooden	ADJ	O	0			ewtb.r.011806.2
+16	plank	plank	NOUN	O	0		n.artifact	ewtb.r.011806.2
+
+1	Very	very	ADV	O	0			ewtb.r.022900.1
+2	hard	hard	ADJ	B	0		n.act	ewtb.r.022900.1
+3	work	work	NOUN	I	2			ewtb.r.022900.1
+4	from	from	ADP	O	0			ewtb.r.022900.1
+5	the	the	DET	O	0			ewtb.r.022900.1
+6	boys	boy	NOUN	B	0		n.group	ewtb.r.022900.1
+7	in	in	ADP	I	6			ewtb.r.022900.1
+8	blue	blue	ADJ	I	7			ewtb.r.022900.1
+9	there	there	ADV	O	0			ewtb.r.022900.1
+10	!	!	PUNCT	O	0			ewtb.r.022900.1
+
+1	Brilll	brilll	ADJ	O	0			ewtb.r.022900.2
+2	.	.	PUNCT	O	0			ewtb.r.022900.2
+
+1	Very	very	ADV	O	0			ewtb.r.022900.3
+2	hard	hard	ADJ	B	0		n.act	ewtb.r.022900.3
+3	work	work	NOUN	I	2			ewtb.r.022900.3
+4	from	from	ADP	O	0			ewtb.r.022900.3
+5	the	the	DET	O	0			ewtb.r.022900.3
+6	boys	boy	NOUN	B	0		n.group	ewtb.r.022900.3
+7	in	in	ADP	I	6			ewtb.r.022900.3
+8	blue	blue	ADJ	I	7			ewtb.r.022900.3
+9	there	there	ADV	O	0			ewtb.r.022900.3
+10	!	!	PUNCT	O	0			ewtb.r.022900.3
+
+1	Worst	worst	ADV	O	0			ewtb.r.024306.1
+2	Tasting	taste	VERB	O	0			ewtb.r.024306.1
+3	Pizza	pizza	NOUN	O	0		n.food	ewtb.r.024306.1
+
+1	This	this	DET	O	0			ewtb.r.024306.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.024306.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.024306.2
+4	the	the	DET	O	0			ewtb.r.024306.2
+5	worst	worst	ADV	O	0			ewtb.r.024306.2
+6	tasting	taste	VERB	O	0			ewtb.r.024306.2
+7	pizza	pizza	NOUN	O	0		n.food	ewtb.r.024306.2
+8	I	i	PRON	O	0			ewtb.r.024306.2
+9	have	have	AUX	O	0			ewtb.r.024306.2
+10	ever	ever	ADV	O	0			ewtb.r.024306.2
+11	tasted	taste	VERB	O	0		v.perception	ewtb.r.024306.2
+12	it	it	PRON	O	0			ewtb.r.024306.2
+13	was	be	VERB	O	0		v.stative	ewtb.r.024306.2
+14	possible	possible	ADV	O	0			ewtb.r.024306.2
+15	the	the	DET	O	0			ewtb.r.024306.2
+16	worst	worst	ADJ	O	0			ewtb.r.024306.2
+17	food	food	NOUN	O	0		n.food	ewtb.r.024306.2
+18	I	i	PRON	O	0			ewtb.r.024306.2
+19	've	've	AUX	O	0			ewtb.r.024306.2
+20	ever	ever	ADV	O	0			ewtb.r.024306.2
+21	eaten	eat	VERB	O	0		v.consumption	ewtb.r.024306.2
+22	.	.	PUNCT	O	0			ewtb.r.024306.2
+
+1	Cards	cards	NOUN	O	0		n.artifact	ewtb.r.034501.6
+2	,	,	PUNCT	O	0			ewtb.r.034501.6
+3	wrapping	wrapping	NOUN	B	0		n.artifact	ewtb.r.034501.6
+4	paper	paper	NOUN	I	3			ewtb.r.034501.6
+5	,	,	PUNCT	O	0			ewtb.r.034501.6
+6	paper	paper	NOUN	O	0		n.artifact	ewtb.r.034501.6
+7	,	,	PUNCT	O	0			ewtb.r.034501.6
+8	and	and	CONJ	O	0			ewtb.r.034501.6
+9	an	an	DET	O	0			ewtb.r.034501.6
+10	area	area	NOUN	O	0		n.location	ewtb.r.034501.6
+11	to	to	PART	O	0			ewtb.r.034501.6
+12	sit	sit	VERB	B	0		v.stative	ewtb.r.034501.6
+13	down	down	ADV	I	12			ewtb.r.034501.6
+14	and	and	CONJ	O	0			ewtb.r.034501.6
+15	talk	talk	VERB	O	0		v.communication	ewtb.r.034501.6
+16	with	with	ADP	O	0			ewtb.r.034501.6
+17	someone	someone	NOUN	O	0		n.person	ewtb.r.034501.6
+18	to	to	PART	O	0			ewtb.r.034501.6
+19	design	design	VERB	O	0		v.creation	ewtb.r.034501.6
+20	your	your	PRON	O	0			ewtb.r.034501.6
+21	own	own	ADJ	O	0			ewtb.r.034501.6
+22	invitations	invitation	NOUN	O	0		n.communication	ewtb.r.034501.6
+23	or	or	CONJ	O	0			ewtb.r.034501.6
+24	for	for	SCONJ	O	0			ewtb.r.034501.6
+25	whatever	whatever	DET	O	0			ewtb.r.034501.6
+26	else	else	ADJ	O	0			ewtb.r.034501.6
+27	your	your	PRON	O	0			ewtb.r.034501.6
+28	custom	custom	NOUN	O	0		n.cognition	ewtb.r.034501.6
+29	printing	printing	NOUN	O	0		n.act	ewtb.r.034501.6
+30	needs	need	NOUN	O	0		n.motive	ewtb.r.034501.6
+31	may	may	AUX	O	0			ewtb.r.034501.6
+32	be	be	VERB	O	0		v.stative	ewtb.r.034501.6
+33	.	.	PUNCT	O	0			ewtb.r.034501.6
+
+1	I	i	PRON	O	0			ewtb.r.034501.7
+2	gave	give	VERB	O	0		v.possession	ewtb.r.034501.7
+3	the	the	DET	O	0			ewtb.r.034501.7
+4	woman	woman	NOUN	O	0		n.person	ewtb.r.034501.7
+5	I	i	PRON	O	0			ewtb.r.034501.7
+6	spoke	speak	VERB	O	0		v.communication	ewtb.r.034501.7
+7	with	with	ADP	O	0			ewtb.r.034501.7
+8	today	today	NOUN	O	0		n.time	ewtb.r.034501.7
+9	a	a	DET	O	0			ewtb.r.034501.7
+10	"	"	PUNCT	O	0			ewtb.r.034501.7
+11	You	you	PRON	O	0			ewtb.r.034501.7
+12	've	've	AUX	O	0			ewtb.r.034501.7
+13	been	be	AUX	O	0			ewtb.r.034501.7
+14	yelped	yelp	VERB	O	0		v.communication	ewtb.r.034501.7
+15	!	!	PUNCT	O	0			ewtb.r.034501.7
+16	"	"	PUNCT	O	0			ewtb.r.034501.7
+17	card	card	NOUN	O	0		n.communication	ewtb.r.034501.7
+18	to	to	PART	O	0			ewtb.r.034501.7
+19	let	let	VERB	B	0		v.communication	ewtb.r.034501.7
+20	her	her	PRON	o	0			ewtb.r.034501.7
+21	know	know	VERB	I	19			ewtb.r.034501.7
+22	that	that	SCONJ	O	0			ewtb.r.034501.7
+23	Yelp	yelp	PROPN	O	0		n.group	ewtb.r.034501.7
+24	may	may	AUX	O	0			ewtb.r.034501.7
+25	be	be	VERB	O	0		v.stative	ewtb.r.034501.7
+26	a	a	DET	O	0			ewtb.r.034501.7
+27	good	good	ADJ	O	0			ewtb.r.034501.7
+28	tool	tool	NOUN	O	0		n.cognition	ewtb.r.034501.7
+29	for	for	SCONJ	O	0			ewtb.r.034501.7
+30	helping	help	VERB	O	0		v.social	ewtb.r.034501.7
+31	spreading	spread	VERB	B	0		v.communication	ewtb.r.034501.7
+32	the	the	DET	I	31			ewtb.r.034501.7
+33	word	word	NOUN	I	32			ewtb.r.034501.7
+34	about	about	ADP	O	0			ewtb.r.034501.7
+35	Papeluna	papeluna	PROPN	O	0		n.group	ewtb.r.034501.7
+36	.	.	PUNCT	O	0			ewtb.r.034501.7
+
+1	printing	printing	NOUN	O	0		n.act	ewtb.r.034501.9
+2	,	,	PUNCT	O	0			ewtb.r.034501.9
+3	printing	printing	NOUN	O	0		n.act	ewtb.r.034501.9
+4	,	,	PUNCT	O	0			ewtb.r.034501.9
+5	copies	copy	NOUN	O	0		n.artifact	ewtb.r.034501.9
+6	,	,	PUNCT	O	0			ewtb.r.034501.9
+7	printing	printing	NOUN	O	0		n.act	ewtb.r.034501.9
+8	,	,	PUNCT	O	0			ewtb.r.034501.9
+9	copies	copy	NOUN	O	0		n.artifact	ewtb.r.034501.9
+10	,	,	PUNCT	O	0			ewtb.r.034501.9
+11	printing	print	VERB	O	0			ewtb.r.034501.9
+12	,	,	PUNCT	O	0			ewtb.r.034501.9
+
+1	Ladies	lady	NOUN	B	0		n.group	ewtb.r.046500.2
+2	room	room	NOUN	I	1			ewtb.r.046500.2
+3	,	,	PUNCT	O	0			ewtb.r.046500.2
+4	Open	open	ADJ	O	0			ewtb.r.046500.2
+5	Sundays	sundays	PROPN	O	0		n.time	ewtb.r.046500.2
+
+1	rug	rug	NOUN	O	0		n.group	ewtb.r.046906.1
+2	works	work	VERB	B	0		v.social	ewtb.r.046906.1
+3	for	for	ADP	I	2			ewtb.r.046906.1
+4	me	me	PRON	I	3			ewtb.r.046906.1
+
+1	Called	call	VERB	O	0		v.communication	ewtb.r.047007.1
+2	to	to	PART	O	0			ewtb.r.047007.1
+3	check	check	VERB	O	0		v.cognition	ewtb.r.047007.1
+4	if	if	SCONJ	O	0			ewtb.r.047007.1
+5	they	they	PRON	O	0			ewtb.r.047007.1
+6	had	have	VERB	O	0		v.stative	ewtb.r.047007.1
+7	a	a	DET	O	0			ewtb.r.047007.1
+8	product	product	NOUN	O	0		n.artifact	ewtb.r.047007.1
+9	I	i	PRON	O	0			ewtb.r.047007.1
+10	've	've	AUX	O	0			ewtb.r.047007.1
+11	been	be	AUX	O	0			ewtb.r.047007.1
+12	using	use	VERB	O	0		v.stative	ewtb.r.047007.1
+13	on	on	ADP	O	0			ewtb.r.047007.1
+14	my	my	PRON	O	0			ewtb.r.047007.1
+15	dog	dog	NOUN	O	0		n.animal	ewtb.r.047007.1
+16	for	for	ADP	O	0			ewtb.r.047007.1
+17	years	years	NOUN	O	0		n.time	ewtb.r.047007.1
+18	...	...	PUNCT	O	0			ewtb.r.047007.1
+19	the	the	DET	O	0			ewtb.r.047007.1
+20	boy	boy	NOUN	O	0		n.person	ewtb.r.047007.1
+21	who	who	PRON	O	0			ewtb.r.047007.1
+22	answered	answer	VERB	O	0		v.communication	ewtb.r.047007.1
+23	the	the	DET	O	0			ewtb.r.047007.1
+24	phone	phone	NOUN	O	0		n.artifact	ewtb.r.047007.1
+25	could	could	AUX	O	0			ewtb.r.047007.1
+26	n't	n't	PART	O	0			ewtb.r.047007.1
+27	possibly	possibly	ADV	O	0			ewtb.r.047007.1
+28	have	have	AUX	O	0			ewtb.r.047007.1
+29	been	be	VERB	O	0		v.stative	ewtb.r.047007.1
+30	ruder	rude	ADJ	O	0			ewtb.r.047007.1
+31	to	to	ADP	O	0			ewtb.r.047007.1
+32	me	me	PRON	O	0			ewtb.r.047007.1
+33	.	.	PUNCT	O	0			ewtb.r.047007.1
+
+1	I	i	PRON	O	0			ewtb.r.047007.2
+2	will	will	AUX	O	0			ewtb.r.047007.2
+3	never	never	ADV	O	0			ewtb.r.047007.2
+4	come	come	VERB	O	0		v.motion	ewtb.r.047007.2
+5	here	here	ADV	O	0			ewtb.r.047007.2
+6	again	again	ADV	O	0			ewtb.r.047007.2
+7	.	.	PUNCT	O	0			ewtb.r.047007.2
+
+1	Very	very	ADV	O	0			ewtb.r.048201.1
+2	Mediocre	mediocre	ADJ	O	0			ewtb.r.048201.1
+3	donuts	donut	NOUN	O	0		n.food	ewtb.r.048201.1
+4	!	!	PUNCT	O	0			ewtb.r.048201.1
+
+1	The	the	DET	O	0			ewtb.r.048201.2
+2	Donuts	donut	NOUN	O	0		n.food	ewtb.r.048201.2
+3	were	be	VERB	O	0		v.stative	ewtb.r.048201.2
+4	very	very	ADV	O	0			ewtb.r.048201.2
+5	over	over	ADV	B	0			ewtb.r.048201.2
+6	proofed	proofed	ADJ	I	5			ewtb.r.048201.2
+7	,	,	PUNCT	O	0			ewtb.r.048201.2
+8	making	make	VERB	O	0		v.stative	ewtb.r.048201.2
+9	them	them	PRON	O	0			ewtb.r.048201.2
+10	stale	stale	ADJ	O	0			ewtb.r.048201.2
+11	and	and	CONJ	O	0			ewtb.r.048201.2
+12	bready	bready	ADJ	O	0			ewtb.r.048201.2
+13	.	.	PUNCT	O	0			ewtb.r.048201.2
+
+1	The	the	DET	O	0			ewtb.r.048201.3
+2	service	service	NOUN	O	0		n.act	ewtb.r.048201.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.048201.3
+4	friendly	friendly	ADJ	O	0			ewtb.r.048201.3
+5	and	and	CONJ	O	0			ewtb.r.048201.3
+6	fast	fast	ADJ	O	0			ewtb.r.048201.3
+7	,	,	PUNCT	O	0			ewtb.r.048201.3
+8	but	but	CONJ	O	0			ewtb.r.048201.3
+9	this	this	DET	O	0			ewtb.r.048201.3
+10	just	just	ADV	O	0			ewtb.r.048201.3
+11	does	do	AUX	O	0			ewtb.r.048201.3
+12	nt	nt	ADV	O	0			ewtb.r.048201.3
+13	make	make	VERB	B	0		v.social	ewtb.r.048201.3
+14	up	up	ADP	I	13			ewtb.r.048201.3
+15	for	for	ADP	I	14			ewtb.r.048201.3
+16	the	the	DET	O	0			ewtb.r.048201.3
+17	lack	lack	ADJ	B	0			ewtb.r.048201.3
+18	-	-	PUNCT	I	17			ewtb.r.048201.3
+19	luster	luster	ADJ	I	18			ewtb.r.048201.3
+20	product	product	NOUN	O	0		n.artifact	ewtb.r.048201.3
+21	.	.	PUNCT	O	0			ewtb.r.048201.3
+
+1	Blooming	bloom	VERB	B	0		n.food	ewtb.r.048302.1
+2	onion	onion	NOUN	I	1			ewtb.r.048302.1
+3	,	,	PUNCT	O	0			ewtb.r.048302.1
+4	the	the	DET	O	0			ewtb.r.048302.1
+5	only	only	ADJ	O	0			ewtb.r.048302.1
+6	reason	reason	NOUN	O	0		n.motive	ewtb.r.048302.1
+7	to	to	PART	O	0			ewtb.r.048302.1
+8	visit	visit	VERB	O	0		v.motion	ewtb.r.048302.1
+9	this	this	DET	O	0			ewtb.r.048302.1
+10	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.048302.1
+11	.	.	PUNCT	O	0			ewtb.r.048302.1
+
+1	Spay	spay	NOUN	B	0		n.act	ewtb.r.055207.1
+2	and	and	CONJ	I	1			ewtb.r.055207.1
+3	neuter	neuter	NOUN	I	2			ewtb.r.055207.1
+4	service	service	NOUN	O	0		n.act	ewtb.r.055207.1
+5	.	.	PUNCT	O	0			ewtb.r.055207.1
+
+1	I	i	PRON	O	0			ewtb.r.055207.2
+2	have	have	VERB	B	0		v.cognition	ewtb.r.055207.2
+3	no	no	DET	o	0			ewtb.r.055207.2
+4	doubt	doubt	NOUN	I	2			ewtb.r.055207.2
+5	that	that	SCONJ	O	0			ewtb.r.055207.2
+6	the	the	DET	O	0			ewtb.r.055207.2
+7	rescue	rescue	NOUN	O	0		n.act	ewtb.r.055207.2
+8	is	be	VERB	O	0		v.stative	ewtb.r.055207.2
+9	wonderful	wonderful	ADJ	O	0			ewtb.r.055207.2
+10	.	.	PUNCT	O	0			ewtb.r.055207.2
+
+1	But	but	CONJ	O	0			ewtb.r.055207.3
+2	I	i	PRON	O	0			ewtb.r.055207.3
+3	had	have	VERB	B	0		v.body	ewtb.r.055207.3
+4	my	my	PRON	o	0			ewtb.r.055207.3
+5	cat	cat	NOUN	o	0		n.animal	ewtb.r.055207.3
+6	spayed	spay	VERB	I	3			ewtb.r.055207.3
+7	through	through	ADP	O	0			ewtb.r.055207.3
+8	their	their	PRON	O	0			ewtb.r.055207.3
+9	reduced	reduce	VERB	O	0			ewtb.r.055207.3
+10	/	/	SYM	O	0			ewtb.r.055207.3
+11	free	free	ADJ	O	0			ewtb.r.055207.3
+12	spay	spay	NOUN	B	0		n.artifact	ewtb.r.055207.3
+13	and	and	CONJ	I	12			ewtb.r.055207.3
+14	neuter	neuter	NOUN	I	13			ewtb.r.055207.3
+15	program	program	NOUN	O	0		n.group	ewtb.r.055207.3
+16	and	and	CONJ	O	0			ewtb.r.055207.3
+17	the	the	DET	O	0			ewtb.r.055207.3
+18	vet	vet	NOUN	O	0		n.person	ewtb.r.055207.3
+19	they	they	PRON	O	0			ewtb.r.055207.3
+20	sent	send	VERB	O	0		v.motion	ewtb.r.055207.3
+21	us	us	PRON	O	0			ewtb.r.055207.3
+22	to	to	ADP	O	0			ewtb.r.055207.3
+23	was	be	VERB	O	0		v.stative	ewtb.r.055207.3
+24	first	first	ADV	B	0			ewtb.r.055207.3
+25	of	of	ADP	I	24			ewtb.r.055207.3
+26	all	all	DET	I	25			ewtb.r.055207.3
+27	a	a	DET	O	0			ewtb.r.055207.3
+28	hour	hour	NOUN	O	0		n.time	ewtb.r.055207.3
+29	and	and	CONJ	O	0			ewtb.r.055207.3
+30	a	a	DET	O	0			ewtb.r.055207.3
+31	half	half	NOUN	O	0		n.time	ewtb.r.055207.3
+32	away	away	ADV	O	0			ewtb.r.055207.3
+33	,	,	PUNCT	O	0			ewtb.r.055207.3
+34	and	and	CONJ	O	0			ewtb.r.055207.3
+35	4	4	NUM	O	0			ewtb.r.055207.3
+36	days	days	NOUN	O	0		n.time	ewtb.r.055207.3
+37	later	later	ADV	O	0			ewtb.r.055207.3
+38	we	we	PRON	O	0			ewtb.r.055207.3
+39	had	have	VERB	B	0			ewtb.r.055207.3
+40	to	to	PART	I	39			ewtb.r.055207.3
+41	bring	bring	VERB	O	0		v.motion	ewtb.r.055207.3
+42	them	them	PRON	O	0			ewtb.r.055207.3
+43	to	to	ADP	O	0			ewtb.r.055207.3
+44	our	our	PRON	O	0			ewtb.r.055207.3
+45	normal	normal	ADJ	O	0			ewtb.r.055207.3
+46	vet	vet	NOUN	O	0		n.person	ewtb.r.055207.3
+47	because	because	SCONJ	O	0			ewtb.r.055207.3
+48	the	the	DET	O	0			ewtb.r.055207.3
+49	vets	vet	NOUN	O	0		n.person	ewtb.r.055207.3
+50	at	at	ADP	O	0			ewtb.r.055207.3
+51	the	the	DET	O	0			ewtb.r.055207.3
+52	place	place	NOUN	O	0		n.location	ewtb.r.055207.3
+53	in	in	ADP	O	0			ewtb.r.055207.3
+54	wisconsin	wisconsin	PROPN	O	0		n.location	ewtb.r.055207.3
+55	did	do	VERB	B	0		v.social	ewtb.r.055207.3
+56	a	a	DET	I	55			ewtb.r.055207.3
+57	crappy	crappy	ADJ	o	0			ewtb.r.055207.3
+58	job	job	NOUN	I	56			ewtb.r.055207.3
+59	and	and	CONJ	O	0			ewtb.r.055207.3
+60	they	they	PRON	O	0			ewtb.r.055207.3
+61	got	get	VERB	B	0		v.body	ewtb.r.055207.3
+62	infections	infection	NOUN	I	61			ewtb.r.055207.3
+63	.	.	PUNCT	O	0			ewtb.r.055207.3
+
+1	My	my	PRON	O	0			ewtb.r.055207.4
+2	vet	vet	NOUN	O	0		n.person	ewtb.r.055207.4
+3	even	even	ADV	O	0			ewtb.r.055207.4
+4	said	say	VERB	O	0		v.communication	ewtb.r.055207.4
+5	it	it	PRON	O	0			ewtb.r.055207.4
+6	was	be	VERB	O	0		v.stative	ewtb.r.055207.4
+7	not	not	PART	O	0			ewtb.r.055207.4
+8	my	my	PRON	O	0			ewtb.r.055207.4
+9	fault	fault	NOUN	O	0		n.cognition	ewtb.r.055207.4
+10	it	it	PRON	O	0			ewtb.r.055207.4
+11	was	be	VERB	O	0		v.stative	ewtb.r.055207.4
+12	the	the	DET	O	0			ewtb.r.055207.4
+13	vet	vet	NOUN	O	0		n.person	ewtb.r.055207.4
+14	that	that	DET	O	0			ewtb.r.055207.4
+15	did	do	VERB	B	0		v.body	ewtb.r.055207.4
+16	the	the	DET	o	0			ewtb.r.055207.4
+17	surgery	surgery	NOUN	I	15			ewtb.r.055207.4
+18	,	,	PUNCT	O	0			ewtb.r.055207.4
+19	So	so	ADV	O	0			ewtb.r.055207.4
+20	I	i	PRON	O	0			ewtb.r.055207.4
+21	would	would	AUX	O	0			ewtb.r.055207.4
+22	not	not	PART	O	0			ewtb.r.055207.4
+23	recommend	recommend	VERB	O	0		v.communication	ewtb.r.055207.4
+24	getting	get	VERB	O	0		v.possession	ewtb.r.055207.4
+25	that	that	DET	O	0			ewtb.r.055207.4
+26	program	program	NOUN	O	0		n.group	ewtb.r.055207.4
+27	unless	unless	SCONJ	O	0			ewtb.r.055207.4
+28	you	you	PRON	O	0			ewtb.r.055207.4
+29	have	have	VERB	O	0		v.stative	ewtb.r.055207.4
+30	an	an	DET	O	0			ewtb.r.055207.4
+31	extra	extra	ADJ	O	0			ewtb.r.055207.4
+32	hundred	hundred	NUM	O	0			ewtb.r.055207.4
+33	dollars	dollar	NOUN	O	0		n.possession	ewtb.r.055207.4
+34	or	or	CONJ	B	0			ewtb.r.055207.4
+35	so	so	ADV	I	34			ewtb.r.055207.4
+36	for	for	ADP	O	0			ewtb.r.055207.4
+37	antibiotics	antibiotic	NOUN	O	0		n.artifact	ewtb.r.055207.4
+38	and	and	CONJ	O	0			ewtb.r.055207.4
+39	a	a	DET	O	0			ewtb.r.055207.4
+40	vet	vet	NOUN	O	0		n.person	ewtb.r.055207.4
+41	visit	visit	NOUN	O	0		n.event	ewtb.r.055207.4
+42	.	.	PUNCT	O	0			ewtb.r.055207.4
+
+1	You	you	PRON	O	0			ewtb.r.055207.5
+2	'd	'd	AUX	O	0			ewtb.r.055207.5
+3	think	think	VERB	O	0		v.cognition	ewtb.r.055207.5
+4	they	they	PRON	O	0			ewtb.r.055207.5
+5	would	would	AUX	O	0			ewtb.r.055207.5
+6	do	do	VERB	B	0		v.social	ewtb.r.055207.5
+7	a	a	DET	I	6			ewtb.r.055207.5
+8	good	good	ADJ	o	0			ewtb.r.055207.5
+9	job	job	NOUN	I	7			ewtb.r.055207.5
+10	but	but	CONJ	O	0			ewtb.r.055207.5
+11	they	they	PRON	O	0			ewtb.r.055207.5
+12	do	do	AUX	O	0			ewtb.r.055207.5
+13	n't	n't	PART	O	0			ewtb.r.055207.5
+14	care	care	VERB	O	0		v.emotion	ewtb.r.055207.5
+15	unless	unless	SCONJ	O	0			ewtb.r.055207.5
+16	they	they	PRON	O	0			ewtb.r.055207.5
+17	are	be	AUX	O	0			ewtb.r.055207.5
+18	getting	get	AUX	B	0		v.possession	ewtb.r.055207.5
+19	paid	pay	VERB	I	18			ewtb.r.055207.5
+20	full	full	ADJ	B	0		n.possession	ewtb.r.055207.5
+21	price	price	NOUN	I	20			ewtb.r.055207.5
+22	.	.	PUNCT	O	0			ewtb.r.055207.5
+
+1	Which	which	DET	O	0			ewtb.r.055207.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.055207.6
+3	so	so	ADV	O	0			ewtb.r.055207.6
+4	dumb	dumb	ADJ	O	0			ewtb.r.055207.6
+5	.	.	PUNCT	O	0			ewtb.r.055207.6
+
+1	Dessert	dessert	NOUN	O	0		n.food	ewtb.r.056408.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.056408.1
+3	good	good	ADJ	O	0			ewtb.r.056408.1
+4	.	.	PUNCT	O	0			ewtb.r.056408.1
+
+1	Rest	rest	NOUN	O	0		n.food	ewtb.r.056408.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.056408.2
+3	too	too	ADV	O	0			ewtb.r.056408.2
+4	oily	oily	ADJ	O	0			ewtb.r.056408.2
+5	.	.	PUNCT	O	0			ewtb.r.056408.2
+
+1	I	i	PRON	O	0			ewtb.r.059005.1
+2	<3	<3	VERB	O	0		v.emotion	ewtb.r.059005.1
+3	Max	max	PROPN	B	0		n.group	ewtb.r.059005.1
+4	's	's	PART	I	3			ewtb.r.059005.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.059005.2
+2	bagels	bagel	NOUN	O	0		n.food	ewtb.r.059005.2
+3	and	and	CONJ	O	0			ewtb.r.059005.2
+4	excellent	excellent	ADJ	O	0			ewtb.r.059005.2
+5	service	service	NOUN	O	0		n.act	ewtb.r.059005.2
+6	!	!	PUNCT	O	0			ewtb.r.059005.2
+
+1	They	they	PRON	O	0			ewtb.r.059005.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.059005.4
+3	friendly	friendly	ADJ	O	0			ewtb.r.059005.4
+4	and	and	CONJ	O	0			ewtb.r.059005.4
+5	fast	fast	ADJ	O	0			ewtb.r.059005.4
+6	.	.	PUNCT	O	0			ewtb.r.059005.4
+
+1	They	they	PRON	O	0			ewtb.r.059005.6
+2	are	be	VERB	O	0		v.stative	ewtb.r.059005.6
+3	great	great	ADJ	O	0			ewtb.r.059005.6
+4	!	!	PUNCT	O	0			ewtb.r.059005.6
+
+1	Great	great	ADJ	O	0			ewtb.r.064100.1
+2	spot	spot	NOUN	O	0		n.location	ewtb.r.064100.1
+3	to	to	PART	O	0			ewtb.r.064100.1
+4	kick	kick	VERB	B	0		v.stative	ewtb.r.064100.1
+5	back	back	ADV	I	4			ewtb.r.064100.1
+6	for	for	ADP	O	0			ewtb.r.064100.1
+7	a	a	DET	O	0			ewtb.r.064100.1
+8	cup	cup	NOUN	B	0		n.food	ewtb.r.064100.1
+9	of	of	ADP	I	8			ewtb.r.064100.1
+10	joe	joe	NOUN	I	9			ewtb.r.064100.1
+11	and	and	CONJ	O	0			ewtb.r.064100.1
+12	a	a	DET	O	0			ewtb.r.064100.1
+13	snack	snack	NOUN	O	0		n.food	ewtb.r.064100.1
+14	.	.	PUNCT	O	0			ewtb.r.064100.1
+
+1	Dallas	dallas	PROPN	O	0		n.location	ewtb.r.068009.2
+2	Criminal	criminal	ADJ	B	0		n.person	ewtb.r.068009.2
+3	Attorney	attorney	NOUN	I	2			ewtb.r.068009.2
+4	Peter	peter	PROPN	B	0		n.person	ewtb.r.068009.2
+5	Barrett	barrett	PROPN	I	4			ewtb.r.068009.2
+6	is	be	VERB	O	0		v.stative	ewtb.r.068009.2
+7	absolutely	absolutely	ADV	O	0			ewtb.r.068009.2
+8	committed	committed	ADJ	O	0			ewtb.r.068009.2
+9	to	to	SCONJ	O	0			ewtb.r.068009.2
+10	vigorously	vigorously	ADV	O	0			ewtb.r.068009.2
+11	supporting	support	VERB	O	0		v.social	ewtb.r.068009.2
+12	your	your	PRON	O	0			ewtb.r.068009.2
+13	rights	right	NOUN	O	0		n.cognition	ewtb.r.068009.2
+14	and	and	CONJ	O	0			ewtb.r.068009.2
+15	achieving	achieve	VERB	O	0		v.cognition	ewtb.r.068009.2
+16	a	a	DET	O	0			ewtb.r.068009.2
+17	successful	successful	ADJ	O	0			ewtb.r.068009.2
+18	outcome	outcome	NOUN	O	0		n.phenomenon	ewtb.r.068009.2
+19	.	.	PUNCT	O	0			ewtb.r.068009.2
+
+1	Dave	dave	PROPN	O	0		n.person	ewtb.r.072507.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.072507.1
+3	a	a	DET	O	0			ewtb.r.072507.1
+4	patient	patient	ADJ	O	0			ewtb.r.072507.1
+5	and	and	CONJ	O	0			ewtb.r.072507.1
+6	methodical	methodical	ADJ	O	0			ewtb.r.072507.1
+7	teacher	teacher	NOUN	O	0		n.person	ewtb.r.072507.1
+8	,	,	PUNCT	O	0			ewtb.r.072507.1
+9	who	who	PRON	O	0			ewtb.r.072507.1
+10	has	have	VERB	O	0		v.stative	ewtb.r.072507.1
+11	a	a	DET	O	0			ewtb.r.072507.1
+12	great	great	ADJ	B	0		n.cognition	ewtb.r.072507.1
+13	ear	ear	NOUN	I	12			ewtb.r.072507.1
+14	and	and	CONJ	O	0			ewtb.r.072507.1
+15	sensitivity	sensitivity	NOUN	O	0		n.cognition	ewtb.r.072507.1
+16	for	for	ADP	O	0			ewtb.r.072507.1
+17	his	his	PRON	O	0			ewtb.r.072507.1
+18	students	student	NOUN	O	0		n.person	ewtb.r.072507.1
+19	'	'	PART	O	0			ewtb.r.072507.1
+20	passion	passion	NOUN	O	0		n.attribute	ewtb.r.072507.1
+21	and	and	CONJ	O	0			ewtb.r.072507.1
+22	the	the	DET	O	0			ewtb.r.072507.1
+23	direction	direction	NOUN	B	0		n.cognition	ewtb.r.072507.1
+24	they	they	PRON	o	0			ewtb.r.072507.1
+25	want	want	VERB	o	0		v.cognition	ewtb.r.072507.1
+26	their	their	PRON	o	0			ewtb.r.072507.1
+27	lessons	lesson	NOUN	o	0		n.event	ewtb.r.072507.1
+28	to	to	PART	o	0			ewtb.r.072507.1
+29	take	take	VERB	I	23			ewtb.r.072507.1
+30	.	.	PUNCT	O	0			ewtb.r.072507.1
+
+1	Also	also	ADV	O	0			ewtb.r.072507.2
+2	,	,	PUNCT	O	0			ewtb.r.072507.2
+3	he	he	PRON	O	0			ewtb.r.072507.2
+4	loves	love	VERB	O	0		v.emotion	ewtb.r.072507.2
+5	teaching	teaching	NOUN	O	0		n.act	ewtb.r.072507.2
+6	so	so	ADV	O	0			ewtb.r.072507.2
+7	much	much	ADV	O	0			ewtb.r.072507.2
+8	,	,	PUNCT	O	0			ewtb.r.072507.2
+9	his	his	PRON	O	0			ewtb.r.072507.2
+10	price	price	NOUN	O	0		n.possession	ewtb.r.072507.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.072507.2
+12	unbeatable	unbeatable	ADJ	O	0			ewtb.r.072507.2
+13	,	,	PUNCT	O	0			ewtb.r.072507.2
+14	but	but	CONJ	O	0			ewtb.r.072507.2
+15	that	that	DET	O	0			ewtb.r.072507.2
+16	does	do	AUX	O	0			ewtb.r.072507.2
+17	not	not	PART	O	0			ewtb.r.072507.2
+18	change	change	VERB	O	0		v.change	ewtb.r.072507.2
+19	his	his	PRON	O	0			ewtb.r.072507.2
+20	level	level	NOUN	O	0		n.cognition	ewtb.r.072507.2
+21	of	of	ADP	O	0			ewtb.r.072507.2
+22	skill	skill	NOUN	O	0		n.cognition	ewtb.r.072507.2
+23	.	.	PUNCT	O	0			ewtb.r.072507.2
+
+1	Dave	dave	PROPN	O	0		n.person	ewtb.r.072507.3
+2	has	have	VERB	B	0		v.stative	ewtb.r.072507.3
+3	much	much	ADJ	o	0			ewtb.r.072507.3
+4	to	to	PART	I	2			ewtb.r.072507.3
+5	offer	offer	VERB	I	4			ewtb.r.072507.3
+6	.	.	PUNCT	O	0			ewtb.r.072507.3
+
+1	In	in	ADP	O	0			ewtb.r.072507.4
+2	just	just	ADV	O	0			ewtb.r.072507.4
+3	2	2	NUM	O	0			ewtb.r.072507.4
+4	-	-	SYM	O	0			ewtb.r.072507.4
+5	3	3	NUM	O	0			ewtb.r.072507.4
+6	focused	focus	VERB	O	0			ewtb.r.072507.4
+7	lessons	lesson	NOUN	O	0		n.event	ewtb.r.072507.4
+8	,	,	PUNCT	O	0			ewtb.r.072507.4
+9	I	i	PRON	O	0			ewtb.r.072507.4
+10	'm	'm	VERB	O	0		v.stative	ewtb.r.072507.4
+11	already	already	ADV	O	0			ewtb.r.072507.4
+12	now	now	ADV	O	0			ewtb.r.072507.4
+13	capable	capable	ADJ	B	0			ewtb.r.072507.4
+14	of	of	SCONJ	I	13			ewtb.r.072507.4
+15	picking	pick	VERB	B	0		v.cognition	ewtb.r.072507.4
+16	up	up	ADP	I	15			ewtb.r.072507.4
+17	new	new	ADJ	O	0			ewtb.r.072507.4
+18	songs	song	NOUN	O	0		n.communication	ewtb.r.072507.4
+19	off	off	ADP	O	0			ewtb.r.072507.4
+20	YouTube	youtube	PROPN	O	0		n.communication	ewtb.r.072507.4
+21	guitar	guitar	NOUN	O	0		n.artifact	ewtb.r.072507.4
+22	how	how	ADV	B	0			ewtb.r.072507.4
+23	to	to	PART	I	22			ewtb.r.072507.4
+24	videos	video	NOUN	O	0		n.communication	ewtb.r.072507.4
+25	and	and	CONJ	O	0			ewtb.r.072507.4
+26	am	be	AUX	O	0			ewtb.r.072507.4
+27	even	even	ADV	O	0			ewtb.r.072507.4
+28	writing	write	VERB	O	0		v.creation	ewtb.r.072507.4
+29	my	my	PRON	O	0			ewtb.r.072507.4
+30	own	own	ADJ	O	0			ewtb.r.072507.4
+31	orginals	orginals	NOUN	O	0		n.communication	ewtb.r.072507.4
+32	with	with	ADP	O	0			ewtb.r.072507.4
+33	confidence	confidence	NOUN	O	0		n.feeling	ewtb.r.072507.4
+34	!	!	PUNCT	O	0			ewtb.r.072507.4
+
+1	~	~	SYM	O	0			ewtb.r.072507.5
+2	Jason	jason	PROPN	O	0		n.person	ewtb.r.072507.5
+
+1	Oil	oil	NOUN	B	0		n.act	ewtb.r.091704.1
+2	Change	change	NOUN	I	1			ewtb.r.091704.1
+3	Disaster	disaster	NOUN	O	0		n.event	ewtb.r.091704.1
+
+1	My	my	PRON	O	0			ewtb.r.091704.2
+2	wife	wife	NOUN	O	0		n.person	ewtb.r.091704.2
+3	had	have	AUX	O	0			ewtb.r.091704.2
+4	taken	take	VERB	B	0		v.motion	ewtb.r.091704.2
+5	her	her	PRON	o	0			ewtb.r.091704.2
+6	'07	'07	NUM	b	0		n.artifact	ewtb.r.091704.2
+7	Ford	ford	PROPN	i	6			ewtb.r.091704.2
+8	Fusion	fusion	PROPN	i	7			ewtb.r.091704.2
+9	in	in	ADV	I	4			ewtb.r.091704.2
+10	for	for	ADP	O	0			ewtb.r.091704.2
+11	a	a	DET	O	0			ewtb.r.091704.2
+12	routine	routine	ADJ	O	0			ewtb.r.091704.2
+13	oil	oil	NOUN	B	0		n.act	ewtb.r.091704.2
+14	change	change	NOUN	I	13			ewtb.r.091704.2
+15	.	.	PUNCT	O	0			ewtb.r.091704.2
+
+1	A	a	DET	B	0			ewtb.r.091704.3
+2	couple	couple	NOUN	I	1			ewtb.r.091704.3
+3	days	days	NOUN	O	0		n.time	ewtb.r.091704.3
+4	after	after	ADP	O	0			ewtb.r.091704.3
+5	the	the	DET	O	0			ewtb.r.091704.3
+6	oil	oil	NOUN	B	0		n.act	ewtb.r.091704.3
+7	change	change	NOUN	I	6			ewtb.r.091704.3
+8	,	,	PUNCT	O	0			ewtb.r.091704.3
+9	the	the	DET	O	0			ewtb.r.091704.3
+10	engine	engine	NOUN	O	0		n.artifact	ewtb.r.091704.3
+11	ran	run	VERB	B	0		v.stative	ewtb.r.091704.3
+12	rough	rough	ADV	I	11			ewtb.r.091704.3
+13	,	,	PUNCT	O	0			ewtb.r.091704.3
+14	the	the	DET	O	0			ewtb.r.091704.3
+15	low	low	ADJ	O	0			ewtb.r.091704.3
+16	oil	oil	NOUN	O	0		n.substance	ewtb.r.091704.3
+17	pressure	pressure	NOUN	O	0		n.phenomenon	ewtb.r.091704.3
+18	light	light	NOUN	O	0		n.artifact	ewtb.r.091704.3
+19	would	would	AUX	O	0			ewtb.r.091704.3
+20	come	come	VERB	B	0		v.change	ewtb.r.091704.3
+21	on	on	ADP	I	20			ewtb.r.091704.3
+22	sporadically	sporadically	ADV	O	0			ewtb.r.091704.3
+23	,	,	PUNCT	O	0			ewtb.r.091704.3
+24	and	and	CONJ	O	0			ewtb.r.091704.3
+25	the	the	DET	O	0			ewtb.r.091704.3
+26	engine	engine	NOUN	O	0		n.artifact	ewtb.r.091704.3
+27	would	would	AUX	O	0			ewtb.r.091704.3
+28	whir	whir	VERB	O	0		v.stative	ewtb.r.091704.3
+29	loudly	loudly	ADV	O	0			ewtb.r.091704.3
+30	.	.	PUNCT	O	0			ewtb.r.091704.3
+
+1	Turns	turn	VERB	B	0		v.stative	ewtb.r.091704.4
+2	out	out	ADP	I	1			ewtb.r.091704.4
+3	the	the	DET	O	0			ewtb.r.091704.4
+4	engine	engine	NOUN	O	0		n.artifact	ewtb.r.091704.4
+5	had	have	VERB	O	0		v.stative	ewtb.r.091704.4
+6	no	no	DET	O	0			ewtb.r.091704.4
+7	oil	oil	NOUN	O	0		n.substance	ewtb.r.091704.4
+8	,	,	PUNCT	O	0			ewtb.r.091704.4
+9	and	and	CONJ	O	0			ewtb.r.091704.4
+10	when	when	ADV	O	0			ewtb.r.091704.4
+11	oil	oil	NOUN	O	0		n.substance	ewtb.r.091704.4
+12	was	be	AUX	O	0			ewtb.r.091704.4
+13	put	put	VERB	B	0		v.stative	ewtb.r.091704.4
+14	it	it	ADV	I	13			ewtb.r.091704.4
+15	,	,	PUNCT	O	0			ewtb.r.091704.4
+16	it	it	PRON	O	0			ewtb.r.091704.4
+17	would	would	AUX	O	0			ewtb.r.091704.4
+18	just	just	ADV	O	0			ewtb.r.091704.4
+19	run	run	VERB	O	0		v.contact	ewtb.r.091704.4
+20	out	out	ADP	B	0			ewtb.r.091704.4
+21	of	of	ADP	I	20			ewtb.r.091704.4
+22	the	the	DET	O	0			ewtb.r.091704.4
+23	filter	filter	NOUN	O	0		n.artifact	ewtb.r.091704.4
+24	.	.	PUNCT	O	0			ewtb.r.091704.4
+
+1	There	there	PRON	O	0			ewtb.r.091704.5
+2	could	could	AUX	O	0			ewtb.r.091704.5
+3	have	have	VERB	O	0		v.stative	ewtb.r.091704.5
+4	(	(	PUNCT	O	0			ewtb.r.091704.5
+5	hopefully	hopefully	ADV	O	0			ewtb.r.091704.5
+6	does	do	AUX	O	0			ewtb.r.091704.5
+7	n't	n't	PART	O	0			ewtb.r.091704.5
+8	have	have	VERB	O	0		v.stative	ewtb.r.091704.5
+9	)	)	PUNCT	O	0			ewtb.r.091704.5
+10	major	major	ADJ	O	0			ewtb.r.091704.5
+11	damage	damage	NOUN	O	0			ewtb.r.091704.5
+12	to	to	ADP	O	0			ewtb.r.091704.5
+13	the	the	DET	O	0			ewtb.r.091704.5
+14	engine	engine	NOUN	O	0		n.artifact	ewtb.r.091704.5
+15	.	.	PUNCT	O	0			ewtb.r.091704.5
+
+1	All	all	DET	O	0			ewtb.r.091704.6
+2	of	of	ADP	O	0			ewtb.r.091704.6
+3	this	this	DET	O	0			ewtb.r.091704.6
+4	started	start	VERB	O	0		v.stative	ewtb.r.091704.6
+5	after	after	ADP	O	0			ewtb.r.091704.6
+6	their	their	PRON	O	0			ewtb.r.091704.6
+7	oil	oil	NOUN	B	0		n.act	ewtb.r.091704.6
+8	change	change	NOUN	I	7			ewtb.r.091704.6
+9	.	.	PUNCT	O	0			ewtb.r.091704.6
+
+1	Once	once	SCONJ	O	0			ewtb.r.091704.7
+2	they	they	PRON	O	0			ewtb.r.091704.7
+3	realized	realize	VERB	O	0		v.cognition	ewtb.r.091704.7
+4	their	their	PRON	O	0			ewtb.r.091704.7
+5	mistake	mistake	NOUN	O	0		n.event	ewtb.r.091704.7
+6	they	they	PRON	O	0			ewtb.r.091704.7
+7	sent	send	VERB	O	0		v.motion	ewtb.r.091704.7
+8	a	a	DET	O	0			ewtb.r.091704.7
+9	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.091704.7
+10	and	and	CONJ	O	0			ewtb.r.091704.7
+11	tow	tow	NOUN	B	0		n.artifact	ewtb.r.091704.7
+12	truck	truck	NOUN	I	11			ewtb.r.091704.7
+13	to	to	ADP	O	0			ewtb.r.091704.7
+14	my	my	PRON	O	0			ewtb.r.091704.7
+15	wife	wife	NOUN	O	0		n.person	ewtb.r.091704.7
+16	's	's	PART	O	0			ewtb.r.091704.7
+17	work	work	NOUN	O	0		n.location	ewtb.r.091704.7
+18	and	and	CONJ	O	0			ewtb.r.091704.7
+19	towed	tow	VERB	O	0		v.motion	ewtb.r.091704.7
+20	it	it	PRON	O	0			ewtb.r.091704.7
+21	back	back	ADV	O	0			ewtb.r.091704.7
+22	to	to	PART	O	0			ewtb.r.091704.7
+23	fix	fix	VERB	O	0		v.change	ewtb.r.091704.7
+24	it	it	PRON	O	0			ewtb.r.091704.7
+25	.	.	PUNCT	O	0			ewtb.r.091704.7
+
+1	I	i	PRON	O	0			ewtb.r.091704.8
+2	would	would	AUX	O	0			ewtb.r.091704.8
+3	not	not	PART	O	0			ewtb.r.091704.8
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.091704.8
+5	this	this	DET	O	0			ewtb.r.091704.8
+6	shop	shop	NOUN	O	0		n.group	ewtb.r.091704.8
+7	for	for	ADP	O	0			ewtb.r.091704.8
+8	anything	anything	NOUN	O	0			ewtb.r.091704.8
+9	,	,	PUNCT	O	0			ewtb.r.091704.8
+10	not	not	PART	O	0			ewtb.r.091704.8
+11	even	even	ADV	O	0			ewtb.r.091704.8
+12	something	something	NOUN	O	0			ewtb.r.091704.8
+13	as	as	ADV	O	0			ewtb.r.091704.8
+14	simple	simple	ADJ	O	0			ewtb.r.091704.8
+15	as	as	ADP	O	0			ewtb.r.091704.8
+16	an	an	DET	O	0			ewtb.r.091704.8
+17	oil	oil	NOUN	B	0		n.act	ewtb.r.091704.8
+18	change	change	NOUN	I	17			ewtb.r.091704.8
+19	.	.	PUNCT	O	0			ewtb.r.091704.8
+
+1	Plus	plus	CONJ	O	0			ewtb.r.091704.9
+2	they	they	PRON	O	0			ewtb.r.091704.9
+3	will	will	AUX	O	0			ewtb.r.091704.9
+4	overcharge	overcharge	VERB	O	0		v.possession	ewtb.r.091704.9
+5	you	you	PRON	O	0			ewtb.r.091704.9
+6	for	for	ADP	O	0			ewtb.r.091704.9
+7	just	just	ADV	B	0			ewtb.r.091704.9
+8	about	about	ADV	I	7			ewtb.r.091704.9
+9	everything	everything	NOUN	O	0			ewtb.r.091704.9
+10	,	,	PUNCT	O	0			ewtb.r.091704.9
+11	and	and	CONJ	O	0			ewtb.r.091704.9
+12	smile	smile	VERB	O	0		v.stative	ewtb.r.091704.9
+13	while	while	SCONJ	O	0			ewtb.r.091704.9
+14	doing	do	VERB	O	0		v.stative	ewtb.r.091704.9
+15	it	it	PRON	O	0			ewtb.r.091704.9
+16	.	.	PUNCT	O	0			ewtb.r.091704.9
+
+1	Best	best	ADJ	O	0			ewtb.r.097507.1
+2	meat	meat	NOUN	O	0		n.food	ewtb.r.097507.1
+3	pies	pie	NOUN	O	0		n.food	ewtb.r.097507.1
+4	in	in	ADP	O	0			ewtb.r.097507.1
+5	Canada	canada	PROPN	O	0		n.location	ewtb.r.097507.1
+
+1	If	if	SCONJ	O	0			ewtb.r.097507.2
+2	you	you	PRON	O	0			ewtb.r.097507.2
+3	are	be	AUX	O	0			ewtb.r.097507.2
+4	looking	look	VERB	O	0		v.cognition	ewtb.r.097507.2
+5	for	for	ADP	O	0			ewtb.r.097507.2
+6	authentic	authentic	ADJ	O	0			ewtb.r.097507.2
+7	British	british	ADJ	O	0			ewtb.r.097507.2
+8	meat	meat	NOUN	O	0		n.food	ewtb.r.097507.2
+9	pies	pie	NOUN	O	0		n.food	ewtb.r.097507.2
+10	,	,	PUNCT	O	0			ewtb.r.097507.2
+11	then	then	ADV	O	0			ewtb.r.097507.2
+12	look	look	VERB	B	0			ewtb.r.097507.2
+13	know	know	ADV	I	12			ewtb.r.097507.2
+14	further	further	ADV	I	13			ewtb.r.097507.2
+15	.	.	PUNCT	O	0			ewtb.r.097507.2
+
+1	I	i	PRON	O	0			ewtb.r.097507.3
+2	especially	especially	ADV	O	0			ewtb.r.097507.3
+3	like	like	VERB	O	0		v.emotion	ewtb.r.097507.3
+4	the	the	DET	O	0			ewtb.r.097507.3
+5	Chicken	chicken	NOUN	O	0		n.food	ewtb.r.097507.3
+6	Curry	curry	NOUN	O	0		n.food	ewtb.r.097507.3
+7	pie	pie	NOUN	O	0		n.food	ewtb.r.097507.3
+8	.	.	PUNCT	O	0			ewtb.r.097507.3
+
+1	Good	good	ADJ	O	0			ewtb.r.097507.4
+2	Food	food	NOUN	O	0		n.food	ewtb.r.097507.4
+3	.	.	PUNCT	O	0			ewtb.r.097507.4
+
+1	The	the	DET	O	0			ewtb.r.097507.5
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.097507.5
+3	/	/	SYM	O	0			ewtb.r.097507.5
+4	baker	baker	NOUN	O	0		n.person	ewtb.r.097507.5
+5	,	,	PUNCT	O	0			ewtb.r.097507.5
+6	"	"	PUNCT	O	0			ewtb.r.097507.5
+7	Pie	pie	PROPN	B	0		n.person	ewtb.r.097507.5
+8	Guy	guy	PROPN	I	7			ewtb.r.097507.5
+9	"	"	PUNCT	O	0			ewtb.r.097507.5
+10	is	be	VERB	O	0		v.stative	ewtb.r.097507.5
+11	a	a	DET	B	0		n.cognition	ewtb.r.097507.5
+12	hoot	hoot	NOUN	I	11			ewtb.r.097507.5
+13	to	to	PART	O	0			ewtb.r.097507.5
+14	deal	deal	VERB	B	0		v.social	ewtb.r.097507.5
+15	with	with	ADP	I	14			ewtb.r.097507.5
+16	as	as	ADV	B	0			ewtb.r.097507.5
+17	well	well	ADV	I	16			ewtb.r.097507.5
+18	.	.	PUNCT	O	0			ewtb.r.097507.5
+
+1	Mo	mo	PROPN	O	0		n.person	ewtb.r.097507.6
+
+1	Great	great	ADJ	O	0			ewtb.r.103609.1
+2	Family	family	NOUN	B	0		n.cognition	ewtb.r.103609.1
+3	Fun	fun	NOUN	I	2			ewtb.r.103609.1
+4	and	and	CONJ	O	0			ewtb.r.103609.1
+5	Bonding	bonding	NOUN	O	0		n.act	ewtb.r.103609.1
+
+1	What	what	PRON	O	0			ewtb.r.103609.2
+2	more	more	ADJ	O	0			ewtb.r.103609.2
+3	can	can	AUX	O	0			ewtb.r.103609.2
+4	be	be	AUX	O	0			ewtb.r.103609.2
+5	said	say	VERB	O	0		v.communication	ewtb.r.103609.2
+6	:	:	PUNCT	O	0			ewtb.r.103609.2
+7	"	"	PUNCT	O	0			ewtb.r.103609.2
+8	Burch	burch	PROPN	B	0		n.group	ewtb.r.103609.2
+9	's	's	PART	I	8			ewtb.r.103609.2
+10	Karate	karate	PROPN	I	9			ewtb.r.103609.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.103609.2
+12	the	the	DET	O	0			ewtb.r.103609.2
+13	GREATEST	greatest	ADJ	O	0			ewtb.r.103609.2
+14	!	!	PUNCT	O	0			ewtb.r.103609.2
+15	"	"	PUNCT	O	0			ewtb.r.103609.2
+
+1	best	best	ADJ	O	0			ewtb.r.104703.1
+
+1	Best	best	ADJ	O	0			ewtb.r.104703.2
+2	pedi	pedi	NOUN	O	0		n.act	ewtb.r.104703.2
+3	mani	mani	NOUN	O	0		n.act	ewtb.r.104703.2
+4	I	i	PRON	O	0			ewtb.r.104703.2
+5	ve	ve	AUX	O	0			ewtb.r.104703.2
+6	ever	ever	ADV	O	0			ewtb.r.104703.2
+7	had	have	VERB	O	0		v.stative	ewtb.r.104703.2
+8	.	.	PUNCT	O	0			ewtb.r.104703.2
+
+1	Darla	darla	PROPN	O	0		n.person	ewtb.r.104703.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.104703.3
+3	amazing	amazing	ADJ	O	0			ewtb.r.104703.3
+4	,	,	PUNCT	O	0			ewtb.r.104703.3
+5	I	i	PRON	O	0			ewtb.r.104703.3
+6	would	would	AUX	O	0			ewtb.r.104703.3
+7	recoment	recoment	VERB	O	0		v.communication	ewtb.r.104703.3
+8	her	her	PRON	O	0			ewtb.r.104703.3
+9	to	to	ADP	O	0			ewtb.r.104703.3
+10	anyone	anyone	NOUN	O	0			ewtb.r.104703.3
+11	.	.	PUNCT	O	0			ewtb.r.104703.3
+
+1	excellence	excellence	NOUN	O	0		n.attribute	ewtb.r.107608.1
+2	in	in	ADP	O	0			ewtb.r.107608.1
+3	glasgow	glasgow	PROPN	O	0		n.location	ewtb.r.107608.1
+
+1	I	i	PRON	O	0			ewtb.r.107608.2
+2	v	v	AUX	O	0			ewtb.r.107608.2
+3	just	just	ADV	O	0			ewtb.r.107608.2
+4	had	have	VERB	O	0		v.stative	ewtb.r.107608.2
+5	my	my	PRON	O	0			ewtb.r.107608.2
+6	bmw	bmw	PROPN	B	0		n.artifact	ewtb.r.107608.2
+7	z3	z3	PROPN	I	6			ewtb.r.107608.2
+8	rear	rear	ADJ	B	0		n.artifact	ewtb.r.107608.2
+9	window	window	NOUN	I	8			ewtb.r.107608.2
+10	replaced	replace	VERB	O	0		v.change	ewtb.r.107608.2
+11	by	by	ADP	O	0			ewtb.r.107608.2
+12	the	the	DET	O	0			ewtb.r.107608.2
+13	guys	guy	NOUN	O	0		n.person	ewtb.r.107608.2
+14	at	at	ADP	O	0			ewtb.r.107608.2
+15	kelvin	kelvin	PROPN	B	0		n.group	ewtb.r.107608.2
+16	trimmers	trimmers	PROPN	I	15			ewtb.r.107608.2
+17	.	.	PUNCT	O	0			ewtb.r.107608.2
+
+1	The	the	DET	O	0			ewtb.r.107608.3
+2	team	team	NOUN	O	0		n.group	ewtb.r.107608.3
+3	who	who	PRON	O	0			ewtb.r.107608.3
+4	work	work	VERB	O	0		v.social	ewtb.r.107608.3
+5	there	there	ADV	O	0			ewtb.r.107608.3
+6	are	be	VERB	O	0		v.stative	ewtb.r.107608.3
+7	helpfull	helpfull	ADJ	O	0			ewtb.r.107608.3
+8	,	,	PUNCT	O	0			ewtb.r.107608.3
+9	friendly	friendly	ADJ	O	0			ewtb.r.107608.3
+10	and	and	CONJ	O	0			ewtb.r.107608.3
+11	extremely	extremely	ADV	O	0			ewtb.r.107608.3
+12	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.107608.3
+13	and	and	CONJ	O	0			ewtb.r.107608.3
+14	will	will	AUX	O	0			ewtb.r.107608.3
+15	help	help	VERB	O	0		v.social	ewtb.r.107608.3
+16	you	you	PRON	O	0			ewtb.r.107608.3
+17	as	as	ADV	O	0			ewtb.r.107608.3
+18	much	much	ADV	O	0			ewtb.r.107608.3
+19	as	as	SCONJ	O	0			ewtb.r.107608.3
+20	they	they	PRON	O	0			ewtb.r.107608.3
+21	can	can	AUX	O	0			ewtb.r.107608.3
+22	with	with	ADP	O	0			ewtb.r.107608.3
+23	thier	thier	PRON	O	0			ewtb.r.107608.3
+24	years	years	NOUN	O	0		n.time	ewtb.r.107608.3
+25	of	of	ADP	O	0			ewtb.r.107608.3
+26	hands	hands	NOUN	B	0			ewtb.r.107608.3
+27	on	on	ADV	I	26			ewtb.r.107608.3
+28	practice	practice	NOUN	O	0		n.act	ewtb.r.107608.3
+29	.	.	PUNCT	O	0			ewtb.r.107608.3
+
+1	Highly	highly	ADV	O	0			ewtb.r.107608.4
+2	recomended	recomended	VERB	O	0		v.communication	ewtb.r.107608.4
+3	.	.	PUNCT	O	0			ewtb.r.107608.4
+
+1	Great	great	ADJ	O	0			ewtb.r.110908.1
+2	pub	pub	NOUN	O	0		n.group	ewtb.r.110908.1
+
+1	Had	have	VERB	O	0		v.stative	ewtb.r.110908.2
+2	a	a	DET	O	0			ewtb.r.110908.2
+3	meal	meal	NOUN	O	0		n.food	ewtb.r.110908.2
+4	in	in	ADP	O	0			ewtb.r.110908.2
+5	this	this	DET	O	0			ewtb.r.110908.2
+6	pub	pub	NOUN	O	0		n.group	ewtb.r.110908.2
+7	and	and	CONJ	O	0			ewtb.r.110908.2
+8	i	i	PRON	O	0			ewtb.r.110908.2
+9	have	have	VERB	B	0			ewtb.r.110908.2
+10	to	to	PART	I	9			ewtb.r.110908.2
+11	say	say	VERB	O	0		v.communication	ewtb.r.110908.2
+12	it	it	PRON	O	0			ewtb.r.110908.2
+13	was	be	VERB	O	0		v.stative	ewtb.r.110908.2
+14	excellant	excellant	ADJ	O	0			ewtb.r.110908.2
+15	.	.	PUNCT	O	0			ewtb.r.110908.2
+
+1	It	it	PRON	O	0			ewtb.r.110908.3
+2	has	have	VERB	B	0			ewtb.r.110908.3
+3	to	to	PART	I	2			ewtb.r.110908.3
+4	be	be	VERB	O	0		v.stative	ewtb.r.110908.3
+5	one	one	NUM	O	0			ewtb.r.110908.3
+6	of	of	ADP	O	0			ewtb.r.110908.3
+7	the	the	DET	O	0			ewtb.r.110908.3
+8	nicest	nice	ADJ	O	0			ewtb.r.110908.3
+9	pubs	pub	NOUN	O	0		n.group	ewtb.r.110908.3
+10	that	that	DET	O	0			ewtb.r.110908.3
+11	i	i	PRON	O	0			ewtb.r.110908.3
+12	have	have	AUX	O	0			ewtb.r.110908.3
+13	been	be	VERB	O	0		v.stative	ewtb.r.110908.3
+14	into	into	ADP	O	0			ewtb.r.110908.3
+15	in	in	ADP	O	0			ewtb.r.110908.3
+16	a	a	DET	O	0			ewtb.r.110908.3
+17	long	long	ADJ	O	0			ewtb.r.110908.3
+18	time	time	NOUN	O	0		n.time	ewtb.r.110908.3
+19	,	,	PUNCT	O	0			ewtb.r.110908.3
+20	the	the	DET	O	0			ewtb.r.110908.3
+21	decor	decor	NOUN	O	0		n.artifact	ewtb.r.110908.3
+22	is	be	VERB	O	0		v.stative	ewtb.r.110908.3
+23	nice	nice	ADJ	O	0			ewtb.r.110908.3
+24	and	and	CONJ	O	0			ewtb.r.110908.3
+25	it	it	PRON	O	0			ewtb.r.110908.3
+26	has	have	VERB	O	0		v.stative	ewtb.r.110908.3
+27	a	a	DET	O	0			ewtb.r.110908.3
+28	really	really	ADV	O	0			ewtb.r.110908.3
+29	nice	nice	ADJ	O	0			ewtb.r.110908.3
+30	garden	garden	NOUN	O	0		n.artifact	ewtb.r.110908.3
+31	and	and	CONJ	O	0			ewtb.r.110908.3
+32	a	a	DET	O	0			ewtb.r.110908.3
+33	lovely	lovely	ADJ	O	0			ewtb.r.110908.3
+34	decking	decking	NOUN	O	0		n.artifact	ewtb.r.110908.3
+35	area	area	NOUN	O	0		n.location	ewtb.r.110908.3
+36	.	.	PUNCT	O	0			ewtb.r.110908.3
+
+1	Good	good	ADJ	O	0			ewtb.r.110908.4
+2	beer	beer	NOUN	O	0		n.food	ewtb.r.110908.4
+3	good	good	ADJ	O	0			ewtb.r.110908.4
+4	service	service	NOUN	O	0		n.act	ewtb.r.110908.4
+5	and	and	CONJ	O	0			ewtb.r.110908.4
+6	what	what	PRON	O	0			ewtb.r.110908.4
+7	more	more	ADJ	O	0			ewtb.r.110908.4
+8	could	could	AUX	O	0			ewtb.r.110908.4
+9	you	you	PRON	O	0			ewtb.r.110908.4
+10	want	want	VERB	O	0		v.cognition	ewtb.r.110908.4
+11	.	.	PUNCT	O	0			ewtb.r.110908.4
+
+1	Relish	relish	PROPN	O	0		n.food	ewtb.r.128808.1
+
+1	A	a	DET	O	0			ewtb.r.128808.2
+2	Top	top	ADJ	O	0			ewtb.r.128808.2
+3	Quality	quality	NOUN	O	0		n.cognition	ewtb.r.128808.2
+4	Sandwich	sandwich	NOUN	O	0		n.food	ewtb.r.128808.2
+5	made	make	VERB	O	0		v.creation	ewtb.r.128808.2
+6	to	to	ADP	O	0			ewtb.r.128808.2
+7	artistic	artistic	ADJ	O	0			ewtb.r.128808.2
+8	standards	standard	NOUN	O	0		n.cognition	ewtb.r.128808.2
+9	.	.	PUNCT	O	0			ewtb.r.128808.2
+
+1	The	the	DET	O	0			ewtb.r.128808.3
+2	best	best	ADJ	O	0			ewtb.r.128808.3
+3	darlington	darlington	PROPN	O	0		n.location	ewtb.r.128808.3
+4	has	have	VERB	B	0		v.social	ewtb.r.128808.3
+5	to	to	PART	I	4			ewtb.r.128808.3
+6	offer	offer	VERB	I	5			ewtb.r.128808.3
+7	in	in	ADP	O	0			ewtb.r.128808.3
+8	contemporary	contemporary	ADJ	O	0			ewtb.r.128808.3
+9	sandwicheering	sandwicheering	NOUN	O	0		n.act	ewtb.r.128808.3
+10	.	.	PUNCT	O	0			ewtb.r.128808.3
+
+1	Drum	drum	NOUN	O	0		n.artifact	ewtb.r.128808.4
+2	and	and	CONJ	O	0			ewtb.r.128808.4
+3	bass	bass	NOUN	O	0		n.artifact	ewtb.r.128808.4
+4	as	as	ADP	O	0			ewtb.r.128808.4
+5	standard	standard	NOUN	O	0		n.cognition	ewtb.r.128808.4
+6	.	.	PUNCT	O	0			ewtb.r.128808.4
+
+1	I	i	PRON	O	0			ewtb.r.128908.1
+2	love	love	VERB	O	0		v.emotion	ewtb.r.128908.1
+3	the	the	DET	O	0			ewtb.r.128908.1
+4	meat	meat	NOUN	O	0		n.food	ewtb.r.128908.1
+5	!	!	PUNCT	O	0			ewtb.r.128908.1
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.133601.1
+2	Chao	chao	PROPN	I	1			ewtb.r.133601.1
+3	you	you	PRON	O	0			ewtb.r.133601.1
+4	are	be	VERB	O	0		v.stative	ewtb.r.133601.1
+5	the	the	DET	O	0			ewtb.r.133601.1
+6	best	best	ADJ	O	0			ewtb.r.133601.1
+7	dentist	dentist	NOUN	O	0		n.person	ewtb.r.133601.1
+8	I	i	PRON	O	0			ewtb.r.133601.1
+9	have	have	AUX	O	0			ewtb.r.133601.1
+10	ever	ever	ADV	O	0			ewtb.r.133601.1
+11	had	have	VERB	O	0		v.stative	ewtb.r.133601.1
+12	.	.	PUNCT	O	0			ewtb.r.133601.1
+
+1	You	you	PRON	O	0			ewtb.r.133601.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.133601.2
+3	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.133601.2
+4	,	,	PUNCT	O	0			ewtb.r.133601.2
+5	professional	professional	ADJ	O	0			ewtb.r.133601.2
+6	,	,	PUNCT	O	0			ewtb.r.133601.2
+7	gentel	gentel	ADJ	O	0			ewtb.r.133601.2
+8	and	and	CONJ	O	0			ewtb.r.133601.2
+9	kind	kind	ADJ	O	0			ewtb.r.133601.2
+10	.	.	PUNCT	O	0			ewtb.r.133601.2
+
+1	I	i	PRON	O	0			ewtb.r.133601.3
+2	wish	wish	VERB	O	0		v.cognition	ewtb.r.133601.3
+3	I	i	PRON	O	0			ewtb.r.133601.3
+4	had	have	VERB	O	0		v.stative	ewtb.r.133601.3
+5	you	you	PRON	O	0			ewtb.r.133601.3
+6	as	as	ADP	O	0			ewtb.r.133601.3
+7	my	my	PRON	O	0			ewtb.r.133601.3
+8	dentist	dentist	NOUN	O	0		n.person	ewtb.r.133601.3
+9	early	early	ADV	B	0			ewtb.r.133601.3
+10	on	on	ADV	I	9			ewtb.r.133601.3
+11	in	in	ADP	O	0			ewtb.r.133601.3
+12	my	my	PRON	O	0			ewtb.r.133601.3
+13	life	life	NOUN	O	0		n.process	ewtb.r.133601.3
+14	-	-	PUNCT	O	0			ewtb.r.133601.3
+15	maybe	maybe	ADV	O	0			ewtb.r.133601.3
+16	my	my	PRON	O	0			ewtb.r.133601.3
+17	teeth	teeth	NOUN	O	0		n.body	ewtb.r.133601.3
+18	would	would	AUX	O	0			ewtb.r.133601.3
+19	have	have	AUX	O	0			ewtb.r.133601.3
+20	been	be	VERB	O	0		v.stative	ewtb.r.133601.3
+21	a	a	DET	B	0			ewtb.r.133601.3
+22	lot	lot	NOUN	I	21			ewtb.r.133601.3
+23	better	better	ADJ	O	0			ewtb.r.133601.3
+24	then	then	SCONJ	O	0			ewtb.r.133601.3
+25	they	they	PRON	O	0			ewtb.r.133601.3
+26	are	be	VERB	O	0		v.stative	ewtb.r.133601.3
+27	now	now	ADV	O	0			ewtb.r.133601.3
+28	,	,	PUNCT	O	0			ewtb.r.133601.3
+29	However	however	ADV	O	0			ewtb.r.133601.3
+30	I	i	PRON	O	0			ewtb.r.133601.3
+31	am	be	VERB	O	0		v.stative	ewtb.r.133601.3
+32	glad	glad	ADJ	O	0			ewtb.r.133601.3
+33	you	you	PRON	O	0			ewtb.r.133601.3
+34	are	be	VERB	O	0		v.stative	ewtb.r.133601.3
+35	my	my	PRON	O	0			ewtb.r.133601.3
+36	dentist	dentist	NOUN	O	0		n.person	ewtb.r.133601.3
+37	now	now	ADV	O	0			ewtb.r.133601.3
+38	.	.	PUNCT	O	0			ewtb.r.133601.3
+
+1	Even	even	ADV	O	0			ewtb.r.133601.4
+2	though	though	SCONJ	O	0			ewtb.r.133601.4
+3	you	you	PRON	O	0			ewtb.r.133601.4
+4	are	be	VERB	O	0		v.stative	ewtb.r.133601.4
+5	expensive	expensive	ADJ	O	0			ewtb.r.133601.4
+6	.	.	PUNCT	O	0			ewtb.r.133601.4
+
+1	Thank	thank	VERB	B	0			ewtb.r.133601.5
+2	you	you	PRON	I	1			ewtb.r.133601.5
+3	for	for	SCONJ	O	0			ewtb.r.133601.5
+4	helping	help	VERB	O	0		v.social	ewtb.r.133601.5
+5	to	to	PART	O	0			ewtb.r.133601.5
+6	preserve	preserve	VERB	O	0		v.stative	ewtb.r.133601.5
+7	my	my	PRON	O	0			ewtb.r.133601.5
+8	teeth	teeth	NOUN	O	0		n.body	ewtb.r.133601.5
+9	.	.	PUNCT	O	0			ewtb.r.133601.5
+
+1	You	you	PRON	O	0			ewtb.r.133601.6
+2	are	be	VERB	O	0		v.stative	ewtb.r.133601.6
+3	meticulous	meticulous	ADJ	O	0			ewtb.r.133601.6
+4	in	in	ADP	O	0			ewtb.r.133601.6
+5	your	your	PRON	O	0			ewtb.r.133601.6
+6	work	work	NOUN	O	0		n.act	ewtb.r.133601.6
+7	and	and	CONJ	O	0			ewtb.r.133601.6
+8	it	it	PRON	O	0			ewtb.r.133601.6
+9	shows	show	VERB	O	0		v.stative	ewtb.r.133601.6
+10	in	in	ADP	O	0			ewtb.r.133601.6
+11	my	my	PRON	O	0			ewtb.r.133601.6
+12	smile	smile	NOUN	O	0		n.body	ewtb.r.133601.6
+13	.	.	PUNCT	O	0			ewtb.r.133601.6
+
+1	Liars	liar	NOUN	O	0		n.person	ewtb.r.135800.1
+2	,	,	PUNCT	O	0			ewtb.r.135800.1
+3	negative	negative	ADJ	O	0			ewtb.r.135800.1
+4	stars	star	NOUN	O	0		n.communication	ewtb.r.135800.1
+5	!	!	PUNCT	O	0			ewtb.r.135800.1
+
+1	Took	take	VERB	B	0		v.motion	ewtb.r.135800.2
+2	my	my	PRON	o	0			ewtb.r.135800.2
+3	Cruze	cruze	PROPN	o	0		n.artifact	ewtb.r.135800.2
+4	in	in	ADV	I	1			ewtb.r.135800.2
+5	twice	twice	ADV	O	0			ewtb.r.135800.2
+6	for	for	ADP	O	0			ewtb.r.135800.2
+7	poor	poor	ADJ	O	0			ewtb.r.135800.2
+8	fuel	fuel	NOUN	B	0		n.attribute	ewtb.r.135800.2
+9	economy	economy	NOUN	I	8			ewtb.r.135800.2
+10	.	.	PUNCT	O	0			ewtb.r.135800.2
+
+1	The	the	DET	O	0			ewtb.r.135800.3
+2	first	first	ADJ	O	0			ewtb.r.135800.3
+3	time	time	NOUN	O	0		n.event	ewtb.r.135800.3
+4	they	they	PRON	O	0			ewtb.r.135800.3
+5	claimed	claim	VERB	O	0		v.communication	ewtb.r.135800.3
+6	to	to	PART	O	0			ewtb.r.135800.3
+7	get	get	VERB	O	0		v.stative	ewtb.r.135800.3
+8	reasonable	reasonable	ADJ	O	0			ewtb.r.135800.3
+9	mpg	mpg	NOUN	O	0		n.quantity	ewtb.r.135800.3
+10	.	.	PUNCT	O	0			ewtb.r.135800.3
+
+1	However	however	ADV	O	0			ewtb.r.135800.4
+2	,	,	PUNCT	O	0			ewtb.r.135800.4
+3	they	they	PRON	O	0			ewtb.r.135800.4
+4	would	would	AUX	O	0			ewtb.r.135800.4
+5	never	never	ADV	O	0			ewtb.r.135800.4
+6	drive	drive	VERB	O	0		v.motion	ewtb.r.135800.4
+7	the	the	DET	O	0			ewtb.r.135800.4
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.135800.4
+9	with	with	SCONJ	O	0			ewtb.r.135800.4
+10	me	me	PRON	O	0			ewtb.r.135800.4
+11	in	in	ADP	O	0			ewtb.r.135800.4
+12	it	it	PRON	O	0			ewtb.r.135800.4
+13	to	to	PART	O	0			ewtb.r.135800.4
+14	prove	prove	VERB	O	0		v.social	ewtb.r.135800.4
+15	their	their	PRON	O	0			ewtb.r.135800.4
+16	findings	findings	NOUN	O	0		n.cognition	ewtb.r.135800.4
+17	.	.	PUNCT	O	0			ewtb.r.135800.4
+
+1	I	i	PRON	O	0			ewtb.r.135800.5
+2	wonder	wonder	VERB	O	0		v.cognition	ewtb.r.135800.5
+3	if	if	SCONJ	O	0			ewtb.r.135800.5
+4	they	they	PRON	O	0			ewtb.r.135800.5
+5	were	be	AUX	O	0			ewtb.r.135800.5
+6	going	go	VERB	O	0		v.communication	ewtb.r.135800.5
+7	down	down	ADP	O	0			ewtb.r.135800.5
+8	a	a	DET	O	0			ewtb.r.135800.5
+9	hill	hill	NOUN	O	0		n.natural_object	ewtb.r.135800.5
+10	!	!	PUNCT	O	0			ewtb.r.135800.5
+
+1	They	they	PRON	O	0			ewtb.r.135800.6
+2	told	tell	VERB	O	0		v.communication	ewtb.r.135800.6
+3	me	me	PRON	O	0			ewtb.r.135800.6
+4	to	to	PART	O	0			ewtb.r.135800.6
+5	bring	bring	VERB	O	0		v.motion	ewtb.r.135800.6
+6	it	it	PRON	O	0			ewtb.r.135800.6
+7	back	back	ADV	O	0			ewtb.r.135800.6
+8	after	after	ADP	O	0			ewtb.r.135800.6
+9	5000	5000	NUM	O	0			ewtb.r.135800.6
+10	miles	mile	NOUN	O	0		n.quantity	ewtb.r.135800.6
+11	.	.	PUNCT	O	0			ewtb.r.135800.6
+
+1	I	i	PRON	O	0			ewtb.r.135800.7
+2	brought	bring	VERB	O	0		v.motion	ewtb.r.135800.7
+3	it	it	PRON	O	0			ewtb.r.135800.7
+4	back	back	ADV	O	0			ewtb.r.135800.7
+5	with	with	ADP	O	0			ewtb.r.135800.7
+6	9000	9000	NUM	O	0			ewtb.r.135800.7
+7	miles	mile	NOUN	O	0		n.quantity	ewtb.r.135800.7
+8	.	.	PUNCT	O	0			ewtb.r.135800.7
+
+1	They	they	PRON	O	0			ewtb.r.135800.8
+2	"	"	PUNCT	O	0			ewtb.r.135800.8
+3	finished	finish	VERB	O	0		v.change	ewtb.r.135800.8
+4	"	"	PUNCT	O	0			ewtb.r.135800.8
+5	the	the	DET	O	0			ewtb.r.135800.8
+6	work	work	NOUN	O	0		n.act	ewtb.r.135800.8
+7	and	and	CONJ	O	0			ewtb.r.135800.8
+8	told	tell	VERB	O	0		v.communication	ewtb.r.135800.8
+9	me	me	PRON	O	0			ewtb.r.135800.8
+10	the	the	DET	O	0			ewtb.r.135800.8
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.135800.8
+12	was	be	VERB	O	0		v.stative	ewtb.r.135800.8
+13	ready	ready	ADJ	O	0			ewtb.r.135800.8
+14	.	.	PUNCT	O	0			ewtb.r.135800.8
+
+1	I	i	PRON	O	0			ewtb.r.135800.9
+2	found	find	VERB	B	0		v.cognition	ewtb.r.135800.9
+3	out	out	ADP	I	2			ewtb.r.135800.9
+4	they	they	PRON	O	0			ewtb.r.135800.9
+5	did	do	AUX	O	0			ewtb.r.135800.9
+6	not	not	PART	O	0			ewtb.r.135800.9
+7	even	even	ADV	O	0			ewtb.r.135800.9
+8	drive	drive	VERB	O	0		v.motion	ewtb.r.135800.9
+9	the	the	DET	O	0			ewtb.r.135800.9
+10	car	car	NOUN	O	0		n.artifact	ewtb.r.135800.9
+11	,	,	PUNCT	O	0			ewtb.r.135800.9
+12	stated	state	VERB	O	0		v.communication	ewtb.r.135800.9
+13	they	they	PRON	O	0			ewtb.r.135800.9
+14	looked	look	VERB	O	0		v.perception	ewtb.r.135800.9
+15	at	at	ADP	O	0			ewtb.r.135800.9
+16	it	it	PRON	O	0			ewtb.r.135800.9
+17	before	before	ADV	O	0			ewtb.r.135800.9
+18	.	.	PUNCT	O	0			ewtb.r.135800.9
+
+1	They	they	PRON	O	0			ewtb.r.135800.10
+2	still	still	ADV	O	0			ewtb.r.135800.10
+3	would	would	AUX	O	0			ewtb.r.135800.10
+4	not	not	PART	O	0			ewtb.r.135800.10
+5	drive	drive	VERB	O	0		v.motion	ewtb.r.135800.10
+6	the	the	DET	O	0			ewtb.r.135800.10
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.135800.10
+8	with	with	ADP	O	0			ewtb.r.135800.10
+9	me	me	PRON	O	0			ewtb.r.135800.10
+10	to	to	PART	O	0			ewtb.r.135800.10
+11	show	show	VERB	O	0		v.social	ewtb.r.135800.10
+12	their	their	PRON	O	0			ewtb.r.135800.10
+13	mpg	mpg	NOUN	O	0		n.relation	ewtb.r.135800.10
+14	number	number	NOUN	O	0		n.quantity	ewtb.r.135800.10
+15	.	.	PUNCT	O	0			ewtb.r.135800.10
+
+1	They	they	PRON	O	0			ewtb.r.135800.11
+2	also	also	ADV	O	0			ewtb.r.135800.11
+3	claimed	claim	VERB	O	0		v.communication	ewtb.r.135800.11
+4	not	not	PART	O	0			ewtb.r.135800.11
+5	to	to	PART	O	0			ewtb.r.135800.11
+6	see	see	VERB	O	0		v.cognition	ewtb.r.135800.11
+7	anything	anything	NOUN	O	0			ewtb.r.135800.11
+8	wrong	wrong	ADJ	O	0			ewtb.r.135800.11
+9	with	with	ADP	O	0			ewtb.r.135800.11
+10	the	the	DET	O	0			ewtb.r.135800.11
+11	blower	blower	NOUN	B	0		n.artifact	ewtb.r.135800.11
+12	fan	fan	NOUN	I	11			ewtb.r.135800.11
+13	(	(	PUNCT	O	0			ewtb.r.135800.11
+14	a	a	DET	O	0			ewtb.r.135800.11
+15	seperate	seperate	ADJ	O	0			ewtb.r.135800.11
+16	issue	issue	NOUN	O	0		n.cognition	ewtb.r.135800.11
+17	)	)	PUNCT	O	0			ewtb.r.135800.11
+18	,	,	PUNCT	O	0			ewtb.r.135800.11
+19	but	but	CONJ	O	0			ewtb.r.135800.11
+20	when	when	ADV	O	0			ewtb.r.135800.11
+21	I	i	PRON	O	0			ewtb.r.135800.11
+22	drove	drive	VERB	O	0		v.motion	ewtb.r.135800.11
+23	the	the	DET	O	0			ewtb.r.135800.11
+24	car	car	NOUN	O	0		n.artifact	ewtb.r.135800.11
+25	home	home	ADV	O	0			ewtb.r.135800.11
+26	I	i	PRON	O	0			ewtb.r.135800.11
+27	had	have	VERB	O	0		v.stative	ewtb.r.135800.11
+28	the	the	DET	O	0			ewtb.r.135800.11
+29	same	same	ADJ	O	0			ewtb.r.135800.11
+30	symptoms	symptom	NOUN	O	0		n.state	ewtb.r.135800.11
+31	.	.	PUNCT	O	0			ewtb.r.135800.11
+
+1	I	i	PRON	O	0			ewtb.r.135800.12
+2	will	will	AUX	O	0			ewtb.r.135800.12
+3	never	never	ADV	O	0			ewtb.r.135800.12
+4	purchace	purchace	VERB	O	0		v.possession	ewtb.r.135800.12
+5	another	another	DET	O	0			ewtb.r.135800.12
+6	vehicle	vehicle	NOUN	O	0		n.artifact	ewtb.r.135800.12
+7	from	from	ADP	O	0			ewtb.r.135800.12
+8	Vic	vic	PROPN	B	0		n.person	ewtb.r.135800.12
+9	Canever	canever	PROPN	I	8			ewtb.r.135800.12
+10	.	.	PUNCT	O	0			ewtb.r.135800.12
+
+1	5	5	NUM	B	0		n.communication	ewtb.r.140302.1
+2	star	star	NOUN	I	1			ewtb.r.140302.1
+3	detail	detail	NOUN	O	0		n.act	ewtb.r.140302.1
+4	job	job	NOUN	O	0		n.act	ewtb.r.140302.1
+
+1	I	i	PRON	O	0			ewtb.r.140302.2
+2	took	take	VERB	O	0		v.motion	ewtb.r.140302.2
+3	my	my	PRON	O	0			ewtb.r.140302.2
+4	Mustang	mustang	PROPN	O	0		n.artifact	ewtb.r.140302.2
+5	here	here	ADV	O	0			ewtb.r.140302.2
+6	and	and	CONJ	O	0			ewtb.r.140302.2
+7	it	it	PRON	O	0			ewtb.r.140302.2
+8	looked	look	VERB	O	0		v.perception	ewtb.r.140302.2
+9	amazing	amazing	ADJ	O	0			ewtb.r.140302.2
+10	after	after	SCONJ	O	0			ewtb.r.140302.2
+11	they	they	PRON	O	0			ewtb.r.140302.2
+12	were	be	VERB	O	0		v.stative	ewtb.r.140302.2
+13	done	done	ADJ	O	0			ewtb.r.140302.2
+14	,	,	PUNCT	O	0			ewtb.r.140302.2
+15	they	they	PRON	O	0			ewtb.r.140302.2
+16	did	do	VERB	B	0		v.social	ewtb.r.140302.2
+17	a	a	DET	I	16			ewtb.r.140302.2
+18	great	great	ADJ	o	0			ewtb.r.140302.2
+19	job	job	NOUN	I	17			ewtb.r.140302.2
+20	,	,	PUNCT	O	0			ewtb.r.140302.2
+21	I	i	PRON	O	0			ewtb.r.140302.2
+22	'm	'm	VERB	O	0		v.stative	ewtb.r.140302.2
+23	very	very	ADV	O	0			ewtb.r.140302.2
+24	satisfied	satisfied	ADJ	O	0			ewtb.r.140302.2
+25	with	with	ADP	O	0			ewtb.r.140302.2
+26	the	the	DET	O	0			ewtb.r.140302.2
+27	results	result	NOUN	O	0		n.phenomenon	ewtb.r.140302.2
+28	.	.	PUNCT	O	0			ewtb.r.140302.2
+
+1	The	the	DET	O	0			ewtb.r.140302.3
+2	paint	paint	NOUN	O	0		n.substance	ewtb.r.140302.3
+3	and	and	CONJ	O	0			ewtb.r.140302.3
+4	wheels	wheel	NOUN	O	0		n.artifact	ewtb.r.140302.3
+5	looked	look	VERB	O	0		v.perception	ewtb.r.140302.3
+6	like	like	ADP	O	0			ewtb.r.140302.3
+7	glass	glass	NOUN	O	0		n.substance	ewtb.r.140302.3
+8	and	and	CONJ	O	0			ewtb.r.140302.3
+9	the	the	DET	O	0			ewtb.r.140302.3
+10	interior	interior	ADJ	O	0			ewtb.r.140302.3
+11	looked	look	VERB	O	0		v.perception	ewtb.r.140302.3
+12	new	new	ADJ	O	0			ewtb.r.140302.3
+13	!	!	PUNCT	O	0			ewtb.r.140302.3
+
+1	Also	also	ADV	O	0			ewtb.r.140302.4
+2	,	,	PUNCT	O	0			ewtb.r.140302.4
+3	they	they	PRON	O	0			ewtb.r.140302.4
+4	have	have	VERB	O	0		v.stative	ewtb.r.140302.4
+5	great	great	ADJ	O	0			ewtb.r.140302.4
+6	customer	customer	NOUN	B	0		n.act	ewtb.r.140302.4
+7	service	service	NOUN	I	6			ewtb.r.140302.4
+8	and	and	CONJ	O	0			ewtb.r.140302.4
+9	a	a	DET	O	0			ewtb.r.140302.4
+10	very	very	ADV	O	0			ewtb.r.140302.4
+11	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.140302.4
+12	staff	staff	NOUN	O	0		n.group	ewtb.r.140302.4
+
+1	Good	good	ADJ	O	0			ewtb.r.141103.1
+2	location	location	NOUN	O	0		n.location	ewtb.r.141103.1
+
+1	For	for	ADP	O	0			ewtb.r.141103.2
+2	a	a	DET	O	0			ewtb.r.141103.2
+3	hotel	hotel	NOUN	O	0		n.group	ewtb.r.141103.2
+4	like	like	ADP	O	0			ewtb.r.141103.2
+5	this	this	DET	O	0			ewtb.r.141103.2
+6	you	you	PRON	O	0			ewtb.r.141103.2
+7	would	would	AUX	O	0			ewtb.r.141103.2
+8	expect	expect	VERB	O	0		v.cognition	ewtb.r.141103.2
+9	some	some	DET	O	0			ewtb.r.141103.2
+10	form	form	NOUN	O	0		n.cognition	ewtb.r.141103.2
+11	of	of	ADP	O	0			ewtb.r.141103.2
+12	free	free	ADJ	O	0			ewtb.r.141103.2
+13	internet	internet	NOUN	O	0		n.communication	ewtb.r.141103.2
+14	.	.	PUNCT	O	0			ewtb.r.141103.2
+
+1	What	what	PRON	O	0			ewtb.r.141103.3
+2	you	you	PRON	O	0			ewtb.r.141103.3
+3	get	get	VERB	O	0		v.stative	ewtb.r.141103.3
+4	is	be	VERB	O	0		v.stative	ewtb.r.141103.3
+5	a	a	DET	O	0			ewtb.r.141103.3
+6	$	$	SYM	O	0			ewtb.r.141103.3
+7	13	13	NUM	O	0			ewtb.r.141103.3
+8	/	/	SYM	O	0			ewtb.r.141103.3
+9	day	day	NOUN	O	0		n.time	ewtb.r.141103.3
+10	charge	charge	NOUN	O	0		n.possession	ewtb.r.141103.3
+11	to	to	PART	O	0			ewtb.r.141103.3
+12	access	access	VERB	O	0		v.stative	ewtb.r.141103.3
+13	the	the	DET	O	0			ewtb.r.141103.3
+14	internet	internet	NOUN	O	0		n.communication	ewtb.r.141103.3
+15	through	through	ADP	O	0			ewtb.r.141103.3
+16	a	a	DET	O	0			ewtb.r.141103.3
+17	slow	slow	ADJ	O	0			ewtb.r.141103.3
+18	512	512	NUM	O	0			ewtb.r.141103.3
+19	/	/	SYM	O	0			ewtb.r.141103.3
+20	512	512	NUM	O	0			ewtb.r.141103.3
+21	kb	kb	NOUN	O	0		n.quantity	ewtb.r.141103.3
+22	/	/	SYM	O	0			ewtb.r.141103.3
+23	s	s	NOUN	O	0		n.time	ewtb.r.141103.3
+24	that	that	DET	O	0			ewtb.r.141103.3
+25	you	you	PRON	O	0			ewtb.r.141103.3
+26	can	can	AUX	O	0			ewtb.r.141103.3
+27	only	only	ADV	O	0			ewtb.r.141103.3
+28	use	use	VERB	O	0		v.stative	ewtb.r.141103.3
+29	to	to	PART	O	0			ewtb.r.141103.3
+30	check	check	VERB	O	0		v.cognition	ewtb.r.141103.3
+31	email	email	NOUN	O	0		n.communication	ewtb.r.141103.3
+32	etc	etc	X	O	0			ewtb.r.141103.3
+33	(	(	PUNCT	O	0			ewtb.r.141103.3
+34	Read	read	VERB	O	0		v.communication	ewtb.r.141103.3
+35	:	:	PUNCT	O	0			ewtb.r.141103.3
+36	No	no	DET	O	0			ewtb.r.141103.3
+37	downloading	downloading	NOUN	O	0		n.communication	ewtb.r.141103.3
+38	)	)	PUNCT	O	0			ewtb.r.141103.3
+39	.	.	PUNCT	O	0			ewtb.r.141103.3
+
+1	Other	other	ADV	B	0			ewtb.r.141103.4
+2	than	than	ADP	I	1			ewtb.r.141103.4
+3	that	that	DET	O	0			ewtb.r.141103.4
+4	the	the	DET	O	0			ewtb.r.141103.4
+5	hotel	hotel	NOUN	O	0		n.group	ewtb.r.141103.4
+6	is	be	VERB	O	0		v.stative	ewtb.r.141103.4
+7	in	in	ADP	O	0			ewtb.r.141103.4
+8	a	a	DET	O	0			ewtb.r.141103.4
+9	good	good	ADJ	O	0			ewtb.r.141103.4
+10	location	location	NOUN	O	0		n.location	ewtb.r.141103.4
+11	and	and	CONJ	O	0			ewtb.r.141103.4
+12	the	the	DET	O	0			ewtb.r.141103.4
+13	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.141103.4
+14	is	be	VERB	O	0		v.stative	ewtb.r.141103.4
+15	great	great	ADJ	O	0			ewtb.r.141103.4
+
+1	The	the	DET	O	0			ewtb.r.162702.1
+2	best	best	ADJ	O	0			ewtb.r.162702.1
+3	photographer	photographer	NOUN	O	0		n.person	ewtb.r.162702.1
+4	in	in	ADP	O	0			ewtb.r.162702.1
+5	Miami	miami	PROPN	O	0		n.location	ewtb.r.162702.1
+
+1	I	i	PRON	O	0			ewtb.r.162702.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.162702.2
+3	soooo	soooo	ADV	O	0			ewtb.r.162702.2
+4	lucky	lucky	ADJ	O	0			ewtb.r.162702.2
+5	to	to	PART	O	0			ewtb.r.162702.2
+6	have	have	AUX	O	0			ewtb.r.162702.2
+7	used	use	VERB	O	0		v.social	ewtb.r.162702.2
+8	Marlon	marlon	PROPN	O	0		n.person	ewtb.r.162702.2
+9	's	's	PART	O	0			ewtb.r.162702.2
+10	photography	photography	NOUN	O	0		n.act	ewtb.r.162702.2
+11	services	services	NOUN	O	0		n.act	ewtb.r.162702.2
+12	....	....	PUNCT	O	0			ewtb.r.162702.2
+13	such	such	DET	O	0			ewtb.r.162702.2
+14	a	a	DET	O	0			ewtb.r.162702.2
+15	creative	creative	ADJ	O	0			ewtb.r.162702.2
+16	and	and	CONJ	O	0			ewtb.r.162702.2
+17	talented	talented	ADJ	O	0			ewtb.r.162702.2
+18	photographer	photographer	NOUN	O	0		n.person	ewtb.r.162702.2
+19	and	and	CONJ	O	0			ewtb.r.162702.2
+20	a	a	DET	B	0			ewtb.r.162702.2
+21	pleasure	pleasure	NOUN	I	20			ewtb.r.162702.2
+22	to	to	PART	O	0			ewtb.r.162702.2
+23	work	work	VERB	O	0		v.social	ewtb.r.162702.2
+24	with	with	ADP	O	0			ewtb.r.162702.2
+25	.	.	PUNCT	O	0			ewtb.r.162702.2
+
+1	The	the	DET	O	0			ewtb.r.162702.3
+2	images	image	NOUN	O	0		n.artifact	ewtb.r.162702.3
+3	turned	turn	VERB	B	0		v.change	ewtb.r.162702.3
+4	out	out	ADP	I	3			ewtb.r.162702.3
+5	amazing	amazing	ADJ	O	0			ewtb.r.162702.3
+6	.	.	PUNCT	O	0			ewtb.r.162702.3
+
+1	I	i	PRON	O	0			ewtb.r.162702.4
+2	definitely	definitely	ADV	O	0			ewtb.r.162702.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.162702.4
+4	him	him	PRON	O	0			ewtb.r.162702.4
+5	:)	:)	SYM	O	0			ewtb.r.162702.4
+
+1	Cheap	cheap	PROPN	B	0		n.group	ewtb.r.163703.1
+2	Hotel	hotel	PROPN	I	1			ewtb.r.163703.1
+3	Rome	rome	PROPN	I	2			ewtb.r.163703.1
+4	-	-	PUNCT	O	0			ewtb.r.163703.1
+5	Thanks	thanks	NOUN	O	0			ewtb.r.163703.1
+6	for	for	ADP	O	0			ewtb.r.163703.1
+7	all	all	DET	O	0			ewtb.r.163703.1
+8	your	your	PRON	O	0			ewtb.r.163703.1
+9	help	help	NOUN	O	0		n.act	ewtb.r.163703.1
+10	!	!	PUNCT	O	0			ewtb.r.163703.1
+
+1	Cheap	cheap	PROPN	B	0		n.group	ewtb.r.163703.2
+2	Hotel	hotel	PROPN	I	1			ewtb.r.163703.2
+3	Rome	rome	PROPN	I	2			ewtb.r.163703.2
+4	-	-	PUNCT	O	0			ewtb.r.163703.2
+5	thanks	thanks	NOUN	O	0			ewtb.r.163703.2
+6	for	for	SCONJ	O	0			ewtb.r.163703.2
+7	finding	find	VERB	O	0		v.cognition	ewtb.r.163703.2
+8	us	us	PRON	O	0			ewtb.r.163703.2
+9	a	a	DET	O	0			ewtb.r.163703.2
+10	hotel	hotel	NOUN	O	0		n.artifact	ewtb.r.163703.2
+11	at	at	ADP	B	0			ewtb.r.163703.2
+12	the	the	DET	I	11			ewtb.r.163703.2
+13	last	last	ADJ	I	12			ewtb.r.163703.2
+14	minute	minute	NOUN	I	13			ewtb.r.163703.2
+15	.	.	PUNCT	O	0			ewtb.r.163703.2
+
+1	We	we	PRON	O	0			ewtb.r.163703.3
+2	had	have	VERB	O	0		v.stative	ewtb.r.163703.3
+3	a	a	DET	O	0			ewtb.r.163703.3
+4	great	great	ADJ	O	0			ewtb.r.163703.3
+5	stay	stay	NOUN	O	0		n.event	ewtb.r.163703.3
+6	,	,	PUNCT	O	0			ewtb.r.163703.3
+7	your	your	PRON	O	0			ewtb.r.163703.3
+8	service	service	NOUN	O	0		n.act	ewtb.r.163703.3
+9	was	be	VERB	O	0		v.stative	ewtb.r.163703.3
+10	excellent	excellent	ADJ	O	0			ewtb.r.163703.3
+11	and	and	CONJ	O	0			ewtb.r.163703.3
+12	we	we	PRON	O	0			ewtb.r.163703.3
+13	will	will	AUX	O	0			ewtb.r.163703.3
+14	use	use	VERB	O	0		v.social	ewtb.r.163703.3
+15	you	you	PRON	O	0			ewtb.r.163703.3
+16	again	again	ADV	O	0			ewtb.r.163703.3
+17	!	!	PUNCT	O	0			ewtb.r.163703.3
+
+1	My	my	PRON	O	0			ewtb.r.164805.1
+2	2004	2004	NUM	B	0		n.artifact	ewtb.r.164805.1
+3	x	x	NOUN	I	2			ewtb.r.164805.1
+4	-	-	PUNCT	I	3			ewtb.r.164805.1
+5	type	type	NOUN	I	4			ewtb.r.164805.1
+6	was	be	AUX	O	0			ewtb.r.164805.1
+7	getting	get	VERB	O	0		v.stative	ewtb.r.164805.1
+8	close	close	ADJ	O	0			ewtb.r.164805.1
+9	to	to	ADP	O	0			ewtb.r.164805.1
+10	100,000	100,000	NUM	O	0			ewtb.r.164805.1
+11	miles	mile	NOUN	O	0		n.quantity	ewtb.r.164805.1
+12	so	so	ADV	O	0			ewtb.r.164805.1
+13	it	it	PRON	O	0			ewtb.r.164805.1
+14	was	be	VERB	O	0		v.stative	ewtb.r.164805.1
+15	time	time	NOUN	O	0		n.time	ewtb.r.164805.1
+16	for	for	ADP	O	0			ewtb.r.164805.1
+17	an	an	DET	O	0			ewtb.r.164805.1
+18	upgrade	upgrade	NOUN	O	0		n.cognition	ewtb.r.164805.1
+19	.	.	PUNCT	O	0			ewtb.r.164805.1
+
+1	I	i	PRON	O	0			ewtb.r.164805.2
+2	sent	send	VERB	O	0		v.motion	ewtb.r.164805.2
+3	my	my	PRON	O	0			ewtb.r.164805.2
+4	wife	wife	NOUN	O	0		n.person	ewtb.r.164805.2
+5	and	and	CONJ	O	0			ewtb.r.164805.2
+6	daughter	daughter	NOUN	O	0		n.person	ewtb.r.164805.2
+7	over	over	ADV	O	0			ewtb.r.164805.2
+8	to	to	PART	O	0			ewtb.r.164805.2
+9	check	check	VERB	B	0		v.social	ewtb.r.164805.2
+10	out	out	ADP	I	9			ewtb.r.164805.2
+11	a	a	DET	O	0			ewtb.r.164805.2
+12	pre-owned	pre-owned	ADJ	O	0			ewtb.r.164805.2
+13	2009	2009	NUM	B	0		n.artifact	ewtb.r.164805.2
+14	XF	xf	PROPN	I	13			ewtb.r.164805.2
+15	.	.	PUNCT	O	0			ewtb.r.164805.2
+
+1	Michael	michael	PROPN	B	0		n.person	ewtb.r.164805.3
+2	Chestney	chestney	PROPN	I	1			ewtb.r.164805.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.164805.3
+4	very	very	ADV	O	0			ewtb.r.164805.3
+5	pleasant	pleasant	ADJ	O	0			ewtb.r.164805.3
+6	and	and	CONJ	O	0			ewtb.r.164805.3
+7	patient	patient	ADJ	O	0			ewtb.r.164805.3
+8	with	with	ADP	O	0			ewtb.r.164805.3
+9	my	my	PRON	O	0			ewtb.r.164805.3
+10	wife	wife	NOUN	O	0		n.person	ewtb.r.164805.3
+11	and	and	CONJ	O	0			ewtb.r.164805.3
+12	she	she	PRON	O	0			ewtb.r.164805.3
+13	suggested	suggest	VERB	O	0		v.communication	ewtb.r.164805.3
+14	I	i	PRON	O	0			ewtb.r.164805.3
+15	go	go	VERB	O	0		v.motion	ewtb.r.164805.3
+16	check	check	VERB	B	0		v.social	ewtb.r.164805.3
+17	it	it	PRON	o	0			ewtb.r.164805.3
+18	out	out	ADP	I	16			ewtb.r.164805.3
+19	.	.	PUNCT	O	0			ewtb.r.164805.3
+
+1	I	i	PRON	O	0			ewtb.r.164805.4
+2	went	go	VERB	O	0		v.motion	ewtb.r.164805.4
+3	in	in	ADV	O	0			ewtb.r.164805.4
+4	later	later	ADV	O	0			ewtb.r.164805.4
+5	that	that	DET	O	0			ewtb.r.164805.4
+6	afternoon	afternoon	NOUN	O	0		n.time	ewtb.r.164805.4
+7	and	and	CONJ	O	0			ewtb.r.164805.4
+8	met	meet	VERB	O	0		v.social	ewtb.r.164805.4
+9	with	with	ADP	O	0			ewtb.r.164805.4
+10	Michael	michael	PROPN	O	0		n.person	ewtb.r.164805.4
+11	.	.	PUNCT	O	0			ewtb.r.164805.4
+
+1	He	he	PRON	O	0			ewtb.r.164805.5
+2	showed	show	VERB	O	0		v.social	ewtb.r.164805.5
+3	me	me	PRON	O	0			ewtb.r.164805.5
+4	the	the	DET	O	0			ewtb.r.164805.5
+5	car	car	NOUN	O	0		n.artifact	ewtb.r.164805.5
+6	I	i	PRON	O	0			ewtb.r.164805.5
+7	was	be	VERB	O	0		v.stative	ewtb.r.164805.5
+8	interested	interested	ADJ	B	0			ewtb.r.164805.5
+9	in	in	ADP	I	8			ewtb.r.164805.5
+10	and	and	CONJ	O	0			ewtb.r.164805.5
+11	we	we	PRON	O	0			ewtb.r.164805.5
+12	took	take	VERB	O	0		v.stative	ewtb.r.164805.5
+13	a	a	DET	O	0			ewtb.r.164805.5
+14	test	test	NOUN	B	0		n.act	ewtb.r.164805.5
+15	drive	drive	NOUN	I	14			ewtb.r.164805.5
+16	.	.	PUNCT	O	0			ewtb.r.164805.5
+
+1	I	i	PRON	O	0			ewtb.r.164805.6
+2	loved	love	VERB	O	0		v.emotion	ewtb.r.164805.6
+3	the	the	DET	O	0			ewtb.r.164805.6
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.164805.6
+5	so	so	ADV	O	0			ewtb.r.164805.6
+6	we	we	PRON	O	0			ewtb.r.164805.6
+7	began	begin	VERB	O	0		v.stative	ewtb.r.164805.6
+8	negotiating	negotiate	VERB	O	0		v.communication	ewtb.r.164805.6
+9	my	my	PRON	O	0			ewtb.r.164805.6
+10	trade	trade	NOUN	B	0		n.act	ewtb.r.164805.6
+11	-	-	PUNCT	I	10			ewtb.r.164805.6
+12	in	in	NOUN	I	11			ewtb.r.164805.6
+13	and	and	CONJ	O	0			ewtb.r.164805.6
+14	the	the	DET	O	0			ewtb.r.164805.6
+15	price	price	NOUN	O	0		n.possession	ewtb.r.164805.6
+16	of	of	ADP	O	0			ewtb.r.164805.6
+17	the	the	DET	O	0			ewtb.r.164805.6
+18	09	09	NUM	B	0		n.artifact	ewtb.r.164805.6
+19	XF	xf	PROPN	I	18			ewtb.r.164805.6
+20	.	.	PUNCT	O	0			ewtb.r.164805.6
+
+1	The	the	DET	O	0			ewtb.r.164805.7
+2	entire	entire	ADJ	O	0			ewtb.r.164805.7
+3	negotiation	negotiation	NOUN	O	0		n.communication	ewtb.r.164805.7
+4	took	take	VERB	O	0		v.stative	ewtb.r.164805.7
+5	about	about	ADV	O	0			ewtb.r.164805.7
+6	20	20	NUM	O	0			ewtb.r.164805.7
+7	minutes	minutes	NOUN	O	0		n.time	ewtb.r.164805.7
+8	.	.	PUNCT	O	0			ewtb.r.164805.7
+
+1	Fair	fair	ADJ	O	0			ewtb.r.164805.8
+2	give	give	NOUN	B	0		n.communication	ewtb.r.164805.8
+3	and	and	CONJ	I	2			ewtb.r.164805.8
+4	take	take	NOUN	I	3			ewtb.r.164805.8
+5	on	on	ADP	O	0			ewtb.r.164805.8
+6	both	both	DET	O	0			ewtb.r.164805.8
+7	sides	side	NOUN	O	0		n.group	ewtb.r.164805.8
+8	until	until	SCONJ	O	0			ewtb.r.164805.8
+9	we	we	PRON	O	0			ewtb.r.164805.8
+10	agreed	agree	VERB	O	0		v.communication	ewtb.r.164805.8
+11	on	on	ADP	O	0			ewtb.r.164805.8
+12	a	a	DET	O	0			ewtb.r.164805.8
+13	deal	deal	NOUN	O	0		n.possession	ewtb.r.164805.8
+14	that	that	DET	O	0			ewtb.r.164805.8
+15	was	be	VERB	O	0		v.stative	ewtb.r.164805.8
+16	within	within	ADP	O	0			ewtb.r.164805.8
+17	my	my	PRON	O	0			ewtb.r.164805.8
+18	parameters	parameter	NOUN	O	0		n.cognition	ewtb.r.164805.8
+19	and	and	CONJ	O	0			ewtb.r.164805.8
+20	was	be	VERB	O	0		v.stative	ewtb.r.164805.8
+21	fair	fair	ADJ	O	0			ewtb.r.164805.8
+22	to	to	ADP	O	0			ewtb.r.164805.8
+23	both	both	DET	O	0			ewtb.r.164805.8
+24	sides	side	NOUN	O	0		n.group	ewtb.r.164805.8
+25	.	.	PUNCT	O	0			ewtb.r.164805.8
+
+1	10	10	NUM	O	0			ewtb.r.164805.9
+2	minutes	minutes	NOUN	O	0		n.time	ewtb.r.164805.9
+3	of	of	ADP	O	0			ewtb.r.164805.9
+4	paperwork	paperwork	NOUN	O	0		n.act	ewtb.r.164805.9
+5	and	and	CONJ	O	0			ewtb.r.164805.9
+6	I	i	PRON	O	0			ewtb.r.164805.9
+7	was	be	VERB	O	0		v.stative	ewtb.r.164805.9
+8	the	the	DET	O	0			ewtb.r.164805.9
+9	owner	owner	NOUN	O	0		n.person	ewtb.r.164805.9
+10	of	of	ADP	O	0			ewtb.r.164805.9
+11	a	a	DET	O	0			ewtb.r.164805.9
+12	beautiful	beautiful	ADJ	O	0			ewtb.r.164805.9
+13	pre-owned	pre-owned	ADJ	O	0			ewtb.r.164805.9
+14	09	09	NUM	B	0		n.artifact	ewtb.r.164805.9
+15	XF	xf	PROPN	I	14			ewtb.r.164805.9
+16	.	.	PUNCT	O	0			ewtb.r.164805.9
+
+1	I	i	PRON	O	0			ewtb.r.164805.10
+2	have	have	AUX	O	0			ewtb.r.164805.10
+3	purchased	purchase	VERB	O	0		v.possession	ewtb.r.164805.10
+4	over	over	ADV	O	0			ewtb.r.164805.10
+5	15	15	NUM	O	0			ewtb.r.164805.10
+6	vehicles	vehicle	NOUN	O	0		n.artifact	ewtb.r.164805.10
+7	(	(	PUNCT	O	0			ewtb.r.164805.10
+8	cars	car	NOUN	O	0		n.artifact	ewtb.r.164805.10
+9	,	,	PUNCT	O	0			ewtb.r.164805.10
+10	rvs	rv	NOUN	O	0		n.artifact	ewtb.r.164805.10
+11	,	,	PUNCT	O	0			ewtb.r.164805.10
+12	and	and	CONJ	O	0			ewtb.r.164805.10
+13	boats	boat	NOUN	O	0		n.artifact	ewtb.r.164805.10
+14	)	)	PUNCT	O	0			ewtb.r.164805.10
+15	in	in	ADP	O	0			ewtb.r.164805.10
+16	my	my	PRON	O	0			ewtb.r.164805.10
+17	lifetime	lifetime	NOUN	O	0		n.time	ewtb.r.164805.10
+18	and	and	CONJ	O	0			ewtb.r.164805.10
+19	I	i	PRON	O	0			ewtb.r.164805.10
+20	have	have	VERB	B	0			ewtb.r.164805.10
+21	to	to	PART	I	20			ewtb.r.164805.10
+22	say	say	VERB	O	0		v.communication	ewtb.r.164805.10
+23	the	the	DET	O	0			ewtb.r.164805.10
+24	experience	experience	NOUN	O	0		n.event	ewtb.r.164805.10
+25	with	with	ADP	O	0			ewtb.r.164805.10
+26	Michael	michael	PROPN	O	0		n.person	ewtb.r.164805.10
+27	and	and	CONJ	O	0			ewtb.r.164805.10
+28	Barrett	barrett	PROPN	B	0		n.group	ewtb.r.164805.10
+29	Motor	motor	PROPN	I	28			ewtb.r.164805.10
+30	Cars	cars	PROPN	I	29			ewtb.r.164805.10
+31	of	of	ADP	I	30			ewtb.r.164805.10
+32	San	san	PROPN	I	31			ewtb.r.164805.10
+33	Antonio	antonio	PROPN	I	32			ewtb.r.164805.10
+34	was	be	VERB	O	0		v.stative	ewtb.r.164805.10
+35	one	one	NUM	O	0			ewtb.r.164805.10
+36	of	of	ADP	O	0			ewtb.r.164805.10
+37	the	the	DET	O	0			ewtb.r.164805.10
+38	best	best	ADJ	O	0			ewtb.r.164805.10
+39	.	.	PUNCT	O	0			ewtb.r.164805.10
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.164805.11
+2	,	,	PUNCT	O	0			ewtb.r.164805.11
+3	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.164805.11
+4	,	,	PUNCT	O	0			ewtb.r.164805.11
+5	and	and	CONJ	O	0			ewtb.r.164805.11
+6	above	above	ADP	B	0			ewtb.r.164805.11
+7	all	all	DET	I	6			ewtb.r.164805.11
+8	fair	fair	ADJ	O	0			ewtb.r.164805.11
+9	.	.	PUNCT	O	0			ewtb.r.164805.11
+
+1	That	that	DET	O	0			ewtb.r.164805.12
+2	's	's	VERB	O	0		v.stative	ewtb.r.164805.12
+3	all	all	DET	B	0			ewtb.r.164805.12
+4	you	you	PRON	I	3			ewtb.r.164805.12
+5	can	can	AUX	I	4			ewtb.r.164805.12
+6	really	really	ADV	o	0			ewtb.r.164805.12
+7	ask	ask	VERB	I	5			ewtb.r.164805.12
+8	from	from	ADP	O	0			ewtb.r.164805.12
+9	a	a	DET	O	0			ewtb.r.164805.12
+10	car	car	NOUN	B	0		n.person	ewtb.r.164805.12
+11	dealer	dealer	NOUN	I	10			ewtb.r.164805.12
+12	and	and	CONJ	O	0			ewtb.r.164805.12
+13	Michael	michael	PROPN	O	0		n.person	ewtb.r.164805.12
+14	and	and	CONJ	O	0			ewtb.r.164805.12
+15	Barrett	barrett	PROPN	O	0		n.person	ewtb.r.164805.12
+16	hit	hit	VERB	O	0		v.cognition	ewtb.r.164805.12
+17	all	all	DET	O	0			ewtb.r.164805.12
+18	3	3	NUM	O	0			ewtb.r.164805.12
+19	.	.	PUNCT	O	0			ewtb.r.164805.12
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.164805.13
+2	for	for	ADP	O	0			ewtb.r.164805.13
+3	the	the	DET	O	0			ewtb.r.164805.13
+4	great	great	ADJ	O	0			ewtb.r.164805.13
+5	deal	deal	NOUN	O	0		n.possession	ewtb.r.164805.13
+6	and	and	CONJ	O	0			ewtb.r.164805.13
+7	the	the	DET	O	0			ewtb.r.164805.13
+8	great	great	ADJ	O	0			ewtb.r.164805.13
+9	car	car	NOUN	O	0		n.artifact	ewtb.r.164805.13
+10	!	!	PUNCT	O	0			ewtb.r.164805.13
+
+1	I	i	PRON	O	0			ewtb.r.048363.10
+2	thought	think	VERB	O	0		v.cognition	ewtb.r.048363.10
+3	of	of	SCONJ	O	0			ewtb.r.048363.10
+4	canceling	cancel	VERB	O	0		v.social	ewtb.r.048363.10
+5	the	the	DET	O	0			ewtb.r.048363.10
+6	lesson	lesson	NOUN	O	0		n.event	ewtb.r.048363.10
+7	once	once	ADV	B	0			ewtb.r.048363.10
+8	again	again	ADV	I	7			ewtb.r.048363.10
+9	because	because	SCONJ	O	0			ewtb.r.048363.10
+10	I	i	PRON	O	0			ewtb.r.048363.10
+11	did	do	AUX	O	0			ewtb.r.048363.10
+12	n't	n't	PART	O	0			ewtb.r.048363.10
+13	feel	feel	VERB	O	0		v.cognition	ewtb.r.048363.10
+14	comfortable	comfortable	ADJ	O	0			ewtb.r.048363.10
+15	driving	drive	VERB	O	0		v.motion	ewtb.r.048363.10
+16	an	an	DET	O	0			ewtb.r.048363.10
+17	SUV	suv	NOUN	O	0		n.artifact	ewtb.r.048363.10
+18	.	.	PUNCT	O	0			ewtb.r.048363.10
+
+1	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.11
+2	pleasantly	pleasantly	ADV	O	0			ewtb.r.048363.11
+3	said	say	VERB	O	0		v.communication	ewtb.r.048363.11
+4	"	"	PUNCT	O	0			ewtb.r.048363.11
+5	since	since	SCONJ	O	0			ewtb.r.048363.11
+6	I	i	PRON	O	0			ewtb.r.048363.11
+7	am	be	VERB	O	0		v.stative	ewtb.r.048363.11
+8	already	already	ADV	O	0			ewtb.r.048363.11
+9	here	here	ADV	O	0			ewtb.r.048363.11
+10	why	why	ADV	O	0			ewtb.r.048363.11
+11	do	do	AUX	O	0			ewtb.r.048363.11
+12	n't	n't	PART	O	0			ewtb.r.048363.11
+13	we	we	PRON	O	0			ewtb.r.048363.11
+14	give	give	VERB	B	0		v.social	ewtb.r.048363.11
+15	it	it	PRON	I	14			ewtb.r.048363.11
+16	shot	shot	NOUN	I	15			ewtb.r.048363.11
+17	.	.	PUNCT	O	0			ewtb.r.048363.11
+
+1	I	i	PRON	O	0			ewtb.r.048363.12
+2	trust	trust	VERB	O	0		v.cognition	ewtb.r.048363.12
+3	you	you	PRON	O	0			ewtb.r.048363.12
+4	and	and	CONJ	O	0			ewtb.r.048363.12
+5	believe	believe	VERB	O	0		v.cognition	ewtb.r.048363.12
+6	that	that	SCONJ	O	0			ewtb.r.048363.12
+7	you	you	PRON	O	0			ewtb.r.048363.12
+8	'll	'll	AUX	O	0			ewtb.r.048363.12
+9	be	be	VERB	O	0		v.stative	ewtb.r.048363.12
+10	able	able	ADJ	O	0			ewtb.r.048363.12
+11	to	to	PART	O	0			ewtb.r.048363.12
+12	handle	handle	VERB	O	0		v.social	ewtb.r.048363.12
+13	this	this	DET	O	0			ewtb.r.048363.12
+14	and	and	CONJ	O	0			ewtb.r.048363.12
+15	all	all	DET	O	0			ewtb.r.048363.12
+16	you	you	PRON	O	0			ewtb.r.048363.12
+17	have	have	VERB	B	0			ewtb.r.048363.12
+18	to	to	PART	I	17			ewtb.r.048363.12
+19	do	do	VERB	O	0			ewtb.r.048363.12
+20	is	be	VERB	O	0		v.stative	ewtb.r.048363.12
+21	to	to	PART	O	0			ewtb.r.048363.12
+22	reciprocate	reciprocate	VERB	O	0		v.social	ewtb.r.048363.12
+23	!	!	PUNCT	O	0			ewtb.r.048363.12
+
+1	Trust	trust	VERB	O	0		v.emotion	ewtb.r.048363.13
+2	me	me	PRON	O	0			ewtb.r.048363.13
+3	and	and	CONJ	O	0			ewtb.r.048363.13
+4	most	most	ADV	O	0			ewtb.r.048363.13
+5	especially	especially	ADV	O	0			ewtb.r.048363.13
+6	trust	trust	VERB	O	0		v.emotion	ewtb.r.048363.13
+7	and	and	CONJ	O	0			ewtb.r.048363.13
+8	believe	believe	VERB	B	0		v.emotion	ewtb.r.048363.13
+9	in	in	ADP	I	8			ewtb.r.048363.13
+10	yourself	yourself	PRON	O	0			ewtb.r.048363.13
+11	.	.	PUNCT	O	0			ewtb.r.048363.13
+
+1	Do	do	AUX	O	0			ewtb.r.048363.14
+2	n't	n't	PART	O	0			ewtb.r.048363.14
+3	worry	worry	VERB	O	0		v.emotion	ewtb.r.048363.14
+4	,	,	PUNCT	O	0			ewtb.r.048363.14
+5	I	i	PRON	O	0			ewtb.r.048363.14
+6	'll	'll	AUX	O	0			ewtb.r.048363.14
+7	take	take	VERB	B	0		v.social	ewtb.r.048363.14
+8	care	care	NOUN	I	7			ewtb.r.048363.14
+9	of	of	ADP	I	8			ewtb.r.048363.14
+10	you	you	PRON	O	0			ewtb.r.048363.14
+11	!	!	PUNCT	O	0			ewtb.r.048363.14
+12	"	"	PUNCT	O	0			ewtb.r.048363.14
+
+1	.......	.......	PUNCT	O	0			ewtb.r.048363.15
+2	the	the	DET	B	0			ewtb.r.048363.15
+3	rest	rest	NOUN	I	2			ewtb.r.048363.15
+4	was	be	VERB	I	3			ewtb.r.048363.15
+5	history	history	NOUN	I	4			ewtb.r.048363.15
+6	!	!	PUNCT	O	0			ewtb.r.048363.15
+
+1	Here	here	ADV	O	0			ewtb.r.048363.16
+2	I	i	PRON	O	0			ewtb.r.048363.16
+3	am	be	VERB	O	0		v.stative	ewtb.r.048363.16
+4	now	now	ADV	O	0			ewtb.r.048363.16
+5	driving	drive	VERB	O	0		v.motion	ewtb.r.048363.16
+6	confidently	confidently	ADV	O	0			ewtb.r.048363.16
+7	on	on	ADP	B	0			ewtb.r.048363.16
+8	my	my	PRON	o	0			ewtb.r.048363.16
+9	own	own	ADJ	I	7			ewtb.r.048363.16
+10	.	.	PUNCT	O	0			ewtb.r.048363.16
+
+1	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.17
+2	,	,	PUNCT	O	0			ewtb.r.048363.17
+3	I	i	PRON	O	0			ewtb.r.048363.17
+4	ca	ca	AUX	O	0			ewtb.r.048363.17
+5	n't	n't	PART	O	0			ewtb.r.048363.17
+6	thank	thank	VERB	O	0		v.communication	ewtb.r.048363.17
+7	you	you	PRON	O	0			ewtb.r.048363.17
+8	enough	enough	ADV	O	0			ewtb.r.048363.17
+9	for	for	SCONJ	O	0			ewtb.r.048363.17
+10	helping	help	VERB	O	0		v.social	ewtb.r.048363.17
+11	me	me	PRON	O	0			ewtb.r.048363.17
+12	cope	cope	VERB	O	0		v.emotion	ewtb.r.048363.17
+13	with	with	ADP	O	0			ewtb.r.048363.17
+14	my	my	PRON	O	0			ewtb.r.048363.17
+15	fear	fear	NOUN	O	0		n.cognition	ewtb.r.048363.17
+16	.	.	PUNCT	O	0			ewtb.r.048363.17
+
+1	To	to	ADP	O	0			ewtb.r.048363.18
+2	my	my	PRON	O	0			ewtb.r.048363.18
+3	friend	friend	NOUN	O	0		n.person	ewtb.r.048363.18
+4	,	,	PUNCT	O	0			ewtb.r.048363.18
+5	thank	thank	VERB	B	0			ewtb.r.048363.18
+6	you	you	PRON	I	5			ewtb.r.048363.18
+7	for	for	ADP	O	0			ewtb.r.048363.18
+8	your	your	PRON	O	0			ewtb.r.048363.18
+9	recommendation	recommendation	NOUN	O	0		n.cognition	ewtb.r.048363.18
+10	...	...	PUNCT	O	0			ewtb.r.048363.18
+11	you	you	PRON	O	0			ewtb.r.048363.18
+12	were	be	VERB	O	0		v.stative	ewtb.r.048363.18
+13	true	true	ADJ	B	0			ewtb.r.048363.18
+14	to	to	ADP	I	13			ewtb.r.048363.18
+15	your	your	PRON	o	0			ewtb.r.048363.18
+16	words	words	NOUN	I	14			ewtb.r.048363.18
+17	in	in	SCONJ	O	0			ewtb.r.048363.18
+18	saying	say	VERB	O	0		v.communication	ewtb.r.048363.18
+19	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.18
+20	is	be	VERB	O	0		v.stative	ewtb.r.048363.18
+21	a	a	DET	O	0			ewtb.r.048363.18
+22	"	"	PUNCT	O	0			ewtb.r.048363.18
+23	Saintly	saintly	ADJ	O	0			ewtb.r.048363.18
+24	Instructor	instructor	NOUN	O	0		n.person	ewtb.r.048363.18
+25	...	...	PUNCT	O	0			ewtb.r.048363.18
+26	Absolutely	absolutely	ADV	O	0			ewtb.r.048363.18
+27	Simple	simple	ADJ	O	0			ewtb.r.048363.18
+28	the	the	DET	O	0			ewtb.r.048363.18
+29	Best	best	ADJ	O	0			ewtb.r.048363.18
+30	Instructor	instructor	NOUN	O	0		n.person	ewtb.r.048363.18
+31	and	and	CONJ	O	0			ewtb.r.048363.18
+32	Best	best	ADJ	O	0			ewtb.r.048363.18
+33	Driving	driving	NOUN	O	0		n.act	ewtb.r.048363.18
+34	school	school	NOUN	O	0		n.group	ewtb.r.048363.18
+35	there	there	PRON	O	0			ewtb.r.048363.18
+36	is	be	VERB	O	0		v.stative	ewtb.r.048363.18
+37	!	!	PUNCT	O	0			ewtb.r.048363.18
+
+1	WWW	www	PROPN	O	0		n.communication	ewtb.r.049766.1
+2	-	-	PUNCT	O	0			ewtb.r.049766.1
+3	Wonderful	wonderful	ADJ	B	0		n.communication	ewtb.r.049766.1
+4	Wild	wild	ADJ	I	3			ewtb.r.049766.1
+5	Wildernest	wildernest	PROPN	I	4			ewtb.r.049766.1
+6	inn	inn	PROPN	I	5			ewtb.r.049766.1
+
+1	I	i	PRON	O	0			ewtb.r.049766.2
+2	would	would	AUX	O	0			ewtb.r.049766.2
+3	give	give	VERB	O	0		v.cognition	ewtb.r.049766.2
+4	the	the	DET	O	0			ewtb.r.049766.2
+5	Wildernest	wildernest	PROPN	B	0		n.group	ewtb.r.049766.2
+6	inn	inn	PROPN	I	5			ewtb.r.049766.2
+7	ten	ten	NUM	B	0		n.communication	ewtb.r.049766.2
+8	stars	star	NOUN	I	7			ewtb.r.049766.2
+9	of	of	ADP	O	0			ewtb.r.049766.2
+10	five	five	NUM	O	0			ewtb.r.049766.2
+11	!	!	PUNCT	O	0			ewtb.r.049766.2
+
+1	There	there	PRON	O	0			ewtb.r.049766.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.049766.5
+3	occasional	occasional	ADJ	O	0			ewtb.r.049766.5
+4	bears	bear	NOUN	O	0		n.animal	ewtb.r.049766.5
+5	on	on	ADP	O	0			ewtb.r.049766.5
+6	the	the	DET	O	0			ewtb.r.049766.5
+7	deck	deck	NOUN	O	0		n.artifact	ewtb.r.049766.5
+8	in	in	ADP	O	0			ewtb.r.049766.5
+9	the	the	DET	O	0			ewtb.r.049766.5
+10	morning	morning	NOUN	O	0		n.time	ewtb.r.049766.5
+11	.	.	PUNCT	O	0			ewtb.r.049766.5
+
+1	and	and	CONJ	O	0			ewtb.r.049766.6
+2	most	most	ADV	O	0			ewtb.r.049766.6
+3	correctly	correctly	ADV	O	0			ewtb.r.049766.6
+4	,	,	PUNCT	O	0			ewtb.r.049766.6
+5	us	us	PRON	O	0			ewtb.r.049766.6
+6	visitors	visitor	NOUN	O	0		n.person	ewtb.r.049766.6
+7	did	do	AUX	O	0			ewtb.r.049766.6
+8	not	not	PART	O	0			ewtb.r.049766.6
+9	mingle	mingle	VERB	B	0		v.social	ewtb.r.049766.6
+10	with	with	ADP	I	9			ewtb.r.049766.6
+11	the	the	DET	O	0			ewtb.r.049766.6
+12	native	native	ADJ	O	0			ewtb.r.049766.6
+13	wildlife	wildlife	NOUN	O	0		n.animal	ewtb.r.049766.6
+14	.	.	PUNCT	O	0			ewtb.r.049766.6
+
+1	It	it	PRON	O	0			ewtb.r.049766.7
+2	would	would	AUX	O	0			ewtb.r.049766.7
+3	have	have	AUX	O	0			ewtb.r.049766.7
+4	been	be	VERB	O	0			ewtb.r.049766.7
+5	more	more	ADJ	O	0			ewtb.r.049766.7
+6	than	than	SCONJ	O	0			ewtb.r.049766.7
+7	one	one	PRON	O	0			ewtb.r.049766.7
+8	could	could	AUX	O	0			ewtb.r.049766.7
+9	bear	bear	VERB	O	0		v.cognition	ewtb.r.049766.7
+10	!	!	PUNCT	O	0			ewtb.r.049766.7
+
+1	Kathy	kathy	PROPN	O	0		n.person	ewtb.r.049766.8
+2	and	and	CONJ	O	0			ewtb.r.049766.8
+3	Stewart	stewart	PROPN	O	0		n.person	ewtb.r.049766.8
+4	,	,	PUNCT	O	0			ewtb.r.049766.8
+5	the	the	DET	O	0			ewtb.r.049766.8
+6	proprietors	proprietor	NOUN	O	0		n.person	ewtb.r.049766.8
+7	were	be	VERB	B	0		v.stative	ewtb.r.049766.8
+8	the	the	DET	I	7			ewtb.r.049766.8
+9	epitome	epitome	NOUN	I	8			ewtb.r.049766.8
+10	of	of	ADP	I	9			ewtb.r.049766.8
+11	perfection	perfection	NOUN	O	0		n.cognition	ewtb.r.049766.8
+12	.	.	PUNCT	O	0			ewtb.r.049766.8
+
+1	Delightful	delightful	ADJ	O	0			ewtb.r.049766.9
+2	,	,	PUNCT	O	0			ewtb.r.049766.9
+3	hospitable	hospitable	ADJ	O	0			ewtb.r.049766.9
+4	,	,	PUNCT	O	0			ewtb.r.049766.9
+5	superb	superb	ADJ	O	0			ewtb.r.049766.9
+6	,	,	PUNCT	O	0			ewtb.r.049766.9
+7	cozy	cozy	ADJ	O	0			ewtb.r.049766.9
+8	and	and	CONJ	O	0			ewtb.r.049766.9
+9	comfortable	comfortable	ADJ	O	0			ewtb.r.049766.9
+10	.	.	PUNCT	O	0			ewtb.r.049766.9
+
+1	I	i	PRON	O	0			ewtb.r.049766.10
+2	hope	hope	VERB	O	0		v.emotion	ewtb.r.049766.10
+3	to	to	PART	O	0			ewtb.r.049766.10
+4	be	be	VERB	O	0		v.stative	ewtb.r.049766.10
+5	back	back	ADV	O	0			ewtb.r.049766.10
+6	!	!	PUNCT	O	0			ewtb.r.049766.10
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.054269.1
+2	energy	energy	NOUN	O	0		n.attribute	ewtb.r.054269.1
+3	efficiency	efficiency	NOUN	O	0		n.attribute	ewtb.r.054269.1
+
+1	Compact	compact	PROPN	B	0		n.group	ewtb.r.054269.2
+2	's	's	PART	I	1			ewtb.r.054269.2
+3	Corona	corona	PROPN	B	0		n.artifact	ewtb.r.054269.2
+4	dryers	dryer	NOUN	I	3			ewtb.r.054269.2
+5	remove	remove	VERB	O	0		v.change	ewtb.r.054269.2
+6	at	at	ADV	B	0			ewtb.r.054269.2
+7	least	least	ADV	I	6			ewtb.r.054269.2
+8	twice	twice	ADV	O	0			ewtb.r.054269.2
+9	as	as	ADV	O	0			ewtb.r.054269.2
+10	much	much	ADJ	O	0			ewtb.r.054269.2
+11	water	water	NOUN	O	0		n.natural_object	ewtb.r.054269.2
+12	as	as	ADP	O	0			ewtb.r.054269.2
+13	the	the	DET	O	0			ewtb.r.054269.2
+14	previous	previous	ADJ	O	0			ewtb.r.054269.2
+15	dryers	dryer	NOUN	O	0		n.artifact	ewtb.r.054269.2
+16	,	,	PUNCT	O	0			ewtb.r.054269.2
+17	allowing	allow	VERB	O	0		v.stative	ewtb.r.054269.2
+18	a	a	DET	O	0			ewtb.r.054269.2
+19	production	production	NOUN	O	0		n.act	ewtb.r.054269.2
+20	increase	increase	NOUN	O	0		n.relation	ewtb.r.054269.2
+21	of	of	ADP	O	0			ewtb.r.054269.2
+22	over	over	ADP	O	0			ewtb.r.054269.2
+23	10	10	NUM	O	0			ewtb.r.054269.2
+24	%	%	SYM	O	0			ewtb.r.054269.2
+25	and	and	CONJ	O	0			ewtb.r.054269.2
+26	a	a	DET	O	0			ewtb.r.054269.2
+27	significant	significant	ADJ	O	0			ewtb.r.054269.2
+28	energy	energy	NOUN	O	0		n.artifact	ewtb.r.054269.2
+29	saving	saving	NOUN	O	0		n.possession	ewtb.r.054269.2
+30	.	.	PUNCT	O	0			ewtb.r.054269.2
+
+1	Great	great	ADJ	O	0			ewtb.r.072067.1
+2	School	school	NOUN	O	0		n.group	ewtb.r.072067.1
+3	!	!	PUNCT	O	0			ewtb.r.072067.1
+
+1	Teachers	teacher	NOUN	O	0		n.person	ewtb.r.072067.2
+2	good	good	ADJ	O	0			ewtb.r.072067.2
+3	Diverse	diverse	ADJ	O	0			ewtb.r.072067.2
+4	student	student	NOUN	B	0		n.group	ewtb.r.072067.2
+5	body	body	NOUN	I	4			ewtb.r.072067.2
+6	(	(	PUNCT	O	0			ewtb.r.072067.2
+7	African	african	ADJ	B	0			ewtb.r.072067.2
+8	-	-	PUNCT	I	7			ewtb.r.072067.2
+9	American	american	ADJ	I	8			ewtb.r.072067.2
+10	,	,	PUNCT	O	0			ewtb.r.072067.2
+11	Asian	asian	ADJ	O	0			ewtb.r.072067.2
+12	,	,	PUNCT	O	0			ewtb.r.072067.2
+13	ect.	ect.	X	O	0			ewtb.r.072067.2
+14	)	)	PUNCT	O	0			ewtb.r.072067.2
+15	equals	equal	VERB	O	0		v.stative	ewtb.r.072067.2
+16	kids	kid	NOUN	O	0		n.person	ewtb.r.072067.2
+17	staying	stay	VERB	O	0		v.social	ewtb.r.072067.2
+18	here	here	ADV	O	0			ewtb.r.072067.2
+19	!	!	PUNCT	O	0			ewtb.r.072067.2
+
+1	We	we	PRON	O	0			ewtb.r.083563.1
+2	would	would	AUX	B	0		v.cognition	ewtb.r.083563.1
+3	like	like	VERB	I	2			ewtb.r.083563.1
+4	to	to	PART	O	0			ewtb.r.083563.1
+5	thank	thank	VERB	O	0		v.communication	ewtb.r.083563.1
+6	our	our	PRON	O	0			ewtb.r.083563.1
+7	emergency	emergency	NOUN	O	0		n.event	ewtb.r.083563.1
+8	plumbers	plumber	NOUN	O	0		n.person	ewtb.r.083563.1
+9	who	who	PRON	O	0			ewtb.r.083563.1
+10	visted	visted	VERB	O	0		v.motion	ewtb.r.083563.1
+11	our	our	PRON	O	0			ewtb.r.083563.1
+12	shop	shop	NOUN	O	0		n.group	ewtb.r.083563.1
+13	in	in	ADP	O	0			ewtb.r.083563.1
+14	Morningside	morningside	PROPN	B	0		n.location	ewtb.r.083563.1
+15	Road	road	PROPN	I	14			ewtb.r.083563.1
+16	today	today	NOUN	O	0		n.time	ewtb.r.083563.1
+17	.	.	PUNCT	O	0			ewtb.r.083563.1
+
+1	A	a	DET	O	0			ewtb.r.083563.2
+2	fast	fast	ADJ	O	0			ewtb.r.083563.2
+3	service	service	NOUN	O	0		n.act	ewtb.r.083563.2
+4	,	,	PUNCT	O	0			ewtb.r.083563.2
+5	saved	save	VERB	O	0		v.stative	ewtb.r.083563.2
+6	a	a	DET	O	0			ewtb.r.083563.2
+7	bad	bad	ADJ	O	0			ewtb.r.083563.2
+8	situation	situation	NOUN	O	0		n.event	ewtb.r.083563.2
+9	getting	get	VERB	O	0		v.change	ewtb.r.083563.2
+10	a	a	DET	B	0			ewtb.r.083563.2
+11	lot	lot	NOUN	I	10			ewtb.r.083563.2
+12	worse	worse	ADJ	O	0			ewtb.r.083563.2
+13	.	.	PUNCT	O	0			ewtb.r.083563.2
+
+1	many	many	ADJ	B	0		n.communication	ewtb.r.083563.3
+2	thanks	thanks	NOUN	I	1			ewtb.r.083563.3
+3	2scompany	2scompany	PROPN	O	0		n.group	ewtb.r.083563.3
+4	...	...	PUNCT	O	0			ewtb.r.083563.3
+
+1	Walgreens	walgreens	PROPN	O	0		n.group	ewtb.r.087368.1
+2	on	on	ADP	O	0			ewtb.r.087368.1
+3	University	university	PROPN	O	0		n.location	ewtb.r.087368.1
+
+1	My	my	PRON	O	0			ewtb.r.087368.2
+2	pharmacy	pharmacy	NOUN	O	0		n.group	ewtb.r.087368.2
+3	order	order	NOUN	O	0		n.communication	ewtb.r.087368.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.087368.2
+5	always	always	ADV	O	0			ewtb.r.087368.2
+6	correct	correct	ADJ	O	0			ewtb.r.087368.2
+7	and	and	CONJ	O	0			ewtb.r.087368.2
+8	promptly	promptly	ADV	O	0			ewtb.r.087368.2
+9	delivered	deliver	VERB	O	0		v.motion	ewtb.r.087368.2
+10	but	but	CONJ	O	0			ewtb.r.087368.2
+11	the	the	DET	O	0			ewtb.r.087368.2
+12	pharmacy	pharmacy	NOUN	O	0		n.group	ewtb.r.087368.2
+13	staff	staff	NOUN	O	0		n.group	ewtb.r.087368.2
+14	are	be	VERB	O	0		v.stative	ewtb.r.087368.2
+15	always	always	ADV	O	0			ewtb.r.087368.2
+16	very	very	ADV	O	0			ewtb.r.087368.2
+17	short	short	ADJ	O	0			ewtb.r.087368.2
+18	with	with	ADP	O	0			ewtb.r.087368.2
+19	me	me	PRON	O	0			ewtb.r.087368.2
+20	and	and	CONJ	O	0			ewtb.r.087368.2
+21	do	do	AUX	O	0			ewtb.r.087368.2
+22	n't	n't	PART	O	0			ewtb.r.087368.2
+23	seem	seem	VERB	O	0		v.cognition	ewtb.r.087368.2
+24	to	to	PART	O	0			ewtb.r.087368.2
+25	like	like	VERB	O	0		v.emotion	ewtb.r.087368.2
+26	answering	answer	VERB	O	0		v.communication	ewtb.r.087368.2
+27	questions	question	NOUN	O	0		n.communication	ewtb.r.087368.2
+28	.	.	PUNCT	O	0			ewtb.r.087368.2
+
+1	Clean	clean	ADJ	O	0			ewtb.r.087368.3
+2	store	store	NOUN	O	0		n.artifact	ewtb.r.087368.3
+3	,	,	PUNCT	O	0			ewtb.r.087368.3
+4	friendly	friendly	ADV	O	0			ewtb.r.087368.3
+5	check	check	VERB	B	0			ewtb.r.087368.3
+6	-	-	PUNCT	I	5			ewtb.r.087368.3
+7	out	out	ADP	I	6			ewtb.r.087368.3
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.087368.3
+9	up	up	ADV	B	0			ewtb.r.087368.3
+10	front	front	ADV	I	9			ewtb.r.087368.3
+11	.	.	PUNCT	O	0			ewtb.r.087368.3
+
+1	Good	good	ADJ	O	0			ewtb.r.087368.4
+2	selection	selection	NOUN	O	0		n.cognition	ewtb.r.087368.4
+3	.	.	PUNCT	O	0			ewtb.r.087368.4
+
+1	No	no	DET	O	0			ewtb.r.101864.1
+2	complaints	complaint	NOUN	O	0		n.communication	ewtb.r.101864.1
+
+1	I	i	PRON	O	0			ewtb.r.101864.2
+2	have	have	VERB	B	0		v.communication	ewtb.r.101864.2
+3	no	no	DET	o	0			ewtb.r.101864.2
+4	complaints	complaint	NOUN	I	2			ewtb.r.101864.2
+5	about	about	ADP	O	0			ewtb.r.101864.2
+6	the	the	DET	O	0			ewtb.r.101864.2
+7	service	service	NOUN	O	0		n.act	ewtb.r.101864.2
+8	I	i	PRON	O	0			ewtb.r.101864.2
+9	received	receive	VERB	O	0		v.social	ewtb.r.101864.2
+10	.	.	PUNCT	O	0			ewtb.r.101864.2
+
+1	This	this	DET	O	0			ewtb.r.101864.3
+2	man	man	NOUN	O	0		n.person	ewtb.r.101864.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.101864.3
+4	polite	polite	ADJ	O	0			ewtb.r.101864.3
+5	,	,	PUNCT	O	0			ewtb.r.101864.3
+6	professional	professional	ADJ	O	0			ewtb.r.101864.3
+7	,	,	PUNCT	O	0			ewtb.r.101864.3
+8	clean	clean	ADJ	O	0			ewtb.r.101864.3
+9	and	and	CONJ	O	0			ewtb.r.101864.3
+10	quick	quick	ADJ	O	0			ewtb.r.101864.3
+11	.	.	PUNCT	O	0			ewtb.r.101864.3
+
+1	I	i	PRON	O	0			ewtb.r.101864.4
+2	never	never	ADV	O	0			ewtb.r.101864.4
+3	felt	felt	VERB	O	0		v.emotion	ewtb.r.101864.4
+4	worried	worried	ADJ	O	0			ewtb.r.101864.4
+5	and	and	CONJ	O	0			ewtb.r.101864.4
+6	walked	walk	VERB	B	0		v.social	ewtb.r.101864.4
+7	away	away	ADV	I	6			ewtb.r.101864.4
+8	satisfied	satisfied	ADJ	O	0			ewtb.r.101864.4
+9	.	.	PUNCT	O	0			ewtb.r.101864.4
+
+1	I	i	PRON	O	0			ewtb.r.109263.1
+2	have	have	AUX	O	0			ewtb.r.109263.1
+3	been	be	VERB	O	0		v.motion	ewtb.r.109263.1
+4	here	here	ADV	O	0			ewtb.r.109263.1
+5	3	3	NUM	O	0			ewtb.r.109263.1
+6	times	times	NOUN	O	0		n.event	ewtb.r.109263.1
+7	and	and	CONJ	O	0			ewtb.r.109263.1
+8	all	all	DET	O	0			ewtb.r.109263.1
+9	3	3	NUM	O	0			ewtb.r.109263.1
+10	times	times	NOUN	O	0		n.event	ewtb.r.109263.1
+11	it	it	PRON	O	0			ewtb.r.109263.1
+12	has	have	AUX	O	0			ewtb.r.109263.1
+13	been	be	VERB	O	0		v.stative	ewtb.r.109263.1
+14	bad	bad	ADJ	O	0			ewtb.r.109263.1
+15	!	!	PUNCT	O	0			ewtb.r.109263.1
+
+1	They	they	PRON	O	0			ewtb.r.109263.2
+2	have	have	AUX	O	0			ewtb.r.109263.2
+3	messed	mess	VERB	B	0		v.social	ewtb.r.109263.2
+4	up	up	ADP	I	3			ewtb.r.109263.2
+5	my	my	PRON	O	0			ewtb.r.109263.2
+6	order	order	NOUN	O	0		n.communication	ewtb.r.109263.2
+7	and	and	CONJ	O	0			ewtb.r.109263.2
+8	....	....	PUNCT	O	0			ewtb.r.109263.2
+9	The	the	DET	O	0			ewtb.r.109263.2
+10	food	food	NOUN	O	0		n.food	ewtb.r.109263.2
+11	was	be	VERB	O	0		v.stative	ewtb.r.109263.2
+12	just	just	ADV	O	0			ewtb.r.109263.2
+13	not	not	PART	O	0			ewtb.r.109263.2
+14	good	good	ADJ	O	0			ewtb.r.109263.2
+15	!	!	PUNCT	O	0			ewtb.r.109263.2
+
+1	I	i	PRON	O	0			ewtb.r.109263.3
+2	had	have	VERB	O	0		v.consumption	ewtb.r.109263.3
+3	sonic	sonic	PROPN	O	0		n.group	ewtb.r.109263.3
+4	in	in	ADP	O	0			ewtb.r.109263.3
+5	many	many	ADJ	O	0			ewtb.r.109263.3
+6	other	other	ADJ	O	0			ewtb.r.109263.3
+7	palces	palces	NOUN	O	0		n.location	ewtb.r.109263.3
+8	but	but	CONJ	O	0			ewtb.r.109263.3
+9	for	for	ADP	O	0			ewtb.r.109263.3
+10	some	some	DET	O	0			ewtb.r.109263.3
+11	reason	reason	NOUN	O	0		n.motive	ewtb.r.109263.3
+12	this	this	DET	O	0			ewtb.r.109263.3
+13	sonic	sonic	PROPN	O	0		n.group	ewtb.r.109263.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.109263.3
+15	always	always	ADV	O	0			ewtb.r.109263.3
+16	just	just	ADV	O	0			ewtb.r.109263.3
+17	covered	cover	VERB	O	0		v.contact	ewtb.r.109263.3
+18	in	in	ADP	O	0			ewtb.r.109263.3
+19	grease	grease	NOUN	O	0		n.substance	ewtb.r.109263.3
+20	and	and	CONJ	O	0			ewtb.r.109263.3
+21	not	not	PART	O	0			ewtb.r.109263.3
+22	good	good	ADJ	O	0			ewtb.r.109263.3
+23	...	...	PUNCT	O	0			ewtb.r.109263.3
+24	:(	:(	SYM	O	0			ewtb.r.109263.3
+
+1	I	i	PRON	O	0			ewtb.r.109263.4
+2	hope	hope	VERB	O	0		v.emotion	ewtb.r.109263.4
+3	they	they	PRON	O	0			ewtb.r.109263.4
+4	get	get	VERB	B	0		v.change	ewtb.r.109263.4
+5	there	there	PRON	o	0			ewtb.r.109263.4
+6	act	act	NOUN	I	4			ewtb.r.109263.4
+7	together	together	ADJ	I	6			ewtb.r.109263.4
+8	...	...	PUNCT	O	0			ewtb.r.109263.4
+
+1	I	i	PRON	O	0			ewtb.r.109263.5
+2	am	be	AUX	O	0			ewtb.r.109263.5
+3	going	go	VERB	B	0			ewtb.r.109263.5
+4	to	to	PART	I	3			ewtb.r.109263.5
+5	give	give	VERB	B	0		v.cognition	ewtb.r.109263.5
+6	it	it	PRON	o	0			ewtb.r.109263.5
+7	one	one	NUM	o	0			ewtb.r.109263.5
+8	last	last	ADJ	o	0			ewtb.r.109263.5
+9	chance	chance	NOUN	I	5			ewtb.r.109263.5
+10	in	in	ADP	O	0			ewtb.r.109263.5
+11	next	next	ADJ	O	0			ewtb.r.109263.5
+12	few	few	ADJ	O	0			ewtb.r.109263.5
+13	months	month	NOUN	O	0		n.time	ewtb.r.109263.5
+14	and	and	CONJ	O	0			ewtb.r.109263.5
+15	see	see	VERB	O	0		v.cognition	ewtb.r.109263.5
+16	??	??	PUNCT	O	0			ewtb.r.109263.5
+
+1	Great	great	ADJ	O	0			ewtb.r.112661.1
+2	Food	food	NOUN	O	0		n.food	ewtb.r.112661.1
+3	Awesome	awesome	ADJ	O	0			ewtb.r.112661.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.112661.1
+5	Awesome	awesome	ADJ	O	0			ewtb.r.112661.1
+6	service	service	NOUN	O	0		n.act	ewtb.r.112661.1
+
+1	I	i	PRON	O	0			ewtb.r.112661.2
+2	wanted	want	VERB	O	0		v.cognition	ewtb.r.112661.2
+3	to	to	PART	O	0			ewtb.r.112661.2
+4	try	try	VERB	O	0		v.social	ewtb.r.112661.2
+5	someplace	someplace	NOUN	O	0			ewtb.r.112661.2
+6	new	new	ADJ	O	0			ewtb.r.112661.2
+7	again	again	ADV	O	0			ewtb.r.112661.2
+8	.	.	PUNCT	O	0			ewtb.r.112661.2
+
+1	This	this	DET	O	0			ewtb.r.112661.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.112661.3
+3	rocked	rock	VERB	O	0		v.stative	ewtb.r.112661.3
+4	.	.	PUNCT	O	0			ewtb.r.112661.3
+
+1	Brought	bring	VERB	O	0		v.motion	ewtb.r.112661.4
+2	my	my	PRON	O	0			ewtb.r.112661.4
+3	wife	wife	NOUN	O	0		n.person	ewtb.r.112661.4
+4	Deb	deb	PROPN	O	0		n.person	ewtb.r.112661.4
+5	with	with	ADP	O	0			ewtb.r.112661.4
+6	me	me	PRON	O	0			ewtb.r.112661.4
+7	and	and	CONJ	O	0			ewtb.r.112661.4
+8	she	she	PRON	O	0			ewtb.r.112661.4
+9	like	like	VERB	O	0		v.emotion	ewtb.r.112661.4
+10	the	the	DET	O	0			ewtb.r.112661.4
+11	Fried	fry	VERB	O	0			ewtb.r.112661.4
+12	Crab	crab	NOUN	O	0		n.food	ewtb.r.112661.4
+13	Wontons	wonton	NOUN	O	0		n.food	ewtb.r.112661.4
+14	and	and	CONJ	O	0			ewtb.r.112661.4
+15	said	say	VERB	O	0		v.communication	ewtb.r.112661.4
+16	they	they	PRON	O	0			ewtb.r.112661.4
+17	were	be	VERB	O	0		v.stative	ewtb.r.112661.4
+18	good	good	ADJ	O	0			ewtb.r.112661.4
+19	..	..	PUNCT	O	0			ewtb.r.112661.4
+
+1	We	we	PRON	O	0			ewtb.r.112661.5
+2	also	also	ADV	O	0			ewtb.r.112661.5
+3	had	have	VERB	O	0		v.consumption	ewtb.r.112661.5
+4	the	the	DET	O	0			ewtb.r.112661.5
+5	BBQ	bbq	NOUN	O	0		n.food	ewtb.r.112661.5
+6	Spare	spare	NOUN	B	0		n.food	ewtb.r.112661.5
+7	Ribs	rib	NOUN	I	6			ewtb.r.112661.5
+8	..	..	PUNCT	O	0			ewtb.r.112661.5
+9	good	good	ADJ	O	0			ewtb.r.112661.5
+10	also	also	ADV	O	0			ewtb.r.112661.5
+11	.	.	PUNCT	O	0			ewtb.r.112661.5
+
+1	I	i	PRON	O	0			ewtb.r.112661.6
+2	ordered	order	VERB	O	0		v.communication	ewtb.r.112661.6
+3	the	the	DET	O	0			ewtb.r.112661.6
+4	MOO	moo	NOUN	B	0		n.food	ewtb.r.112661.6
+5	SHU	shu	NOUN	I	4			ewtb.r.112661.6
+6	pork	pork	NOUN	O	0		n.food	ewtb.r.112661.6
+7	and	and	CONJ	O	0			ewtb.r.112661.6
+8	it	it	PRON	O	0			ewtb.r.112661.6
+9	was	be	VERB	O	0		v.stative	ewtb.r.112661.6
+10	great	great	ADJ	O	0			ewtb.r.112661.6
+11	..	..	PUNCT	O	0			ewtb.r.112661.6
+
+1	I	i	PRON	O	0			ewtb.r.112661.7
+2	also	also	ADV	O	0			ewtb.r.112661.7
+3	ordered	order	VERB	O	0		v.communication	ewtb.r.112661.7
+4	the	the	DET	O	0			ewtb.r.112661.7
+5	Neptune	neptune	PROPN	B	0		n.food	ewtb.r.112661.7
+6	Platter	platter	NOUN	I	5			ewtb.r.112661.7
+7	which	which	DET	O	0			ewtb.r.112661.7
+8	was	be	VERB	O	0		v.stative	ewtb.r.112661.7
+9	awesome	awesome	ADJ	O	0			ewtb.r.112661.7
+10	...	...	PUNCT	O	0			ewtb.r.112661.7
+11	so	so	ADV	O	0			ewtb.r.112661.7
+12	this	this	DET	O	0			ewtb.r.112661.7
+13	place	place	NOUN	O	0		n.group	ewtb.r.112661.7
+14	gets	get	VERB	O	0		v.stative	ewtb.r.112661.7
+15	5	5	NUM	O	0			ewtb.r.112661.7
+16	out	out	ADP	B	0			ewtb.r.112661.7
+17	of	of	ADP	I	16			ewtb.r.112661.7
+18	5	5	NUM	B	0		n.communication	ewtb.r.112661.7
+19	stars	star	NOUN	I	18			ewtb.r.112661.7
+20	.	.	PUNCT	O	0			ewtb.r.112661.7
+
+1	Retired	retire	VERB	O	0			ewtb.r.115566.1
+
+1	Dr	dr	PROPN	B	0		n.person	ewtb.r.115566.2
+2	Joseph	joseph	PROPN	I	1			ewtb.r.115566.2
+3	retired	retire	VERB	O	0		v.social	ewtb.r.115566.2
+4	.	.	PUNCT	O	0			ewtb.r.115566.2
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.115566.3
+2	Dorn	dorn	PROPN	I	1			ewtb.r.115566.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.115566.3
+4	his	his	PRON	O	0			ewtb.r.115566.3
+5	backup	backup	NOUN	O	0		n.person	ewtb.r.115566.3
+6	.	.	PUNCT	O	0			ewtb.r.115566.3
+
+1	Hidden	hidden	ADJ	O	0			ewtb.r.118668.1
+2	Treasure	treasure	NOUN	O	0		n.cognition	ewtb.r.118668.1
+3	.	.	PUNCT	O	0			ewtb.r.118668.1
+
+1	Strip	strip	NOUN	B	0		n.group	ewtb.r.118668.2
+2	mall	mall	NOUN	I	1			ewtb.r.118668.2
+3	asian	asian	ADJ	O	0			ewtb.r.118668.2
+4	it	it	PRON	O	0			ewtb.r.118668.2
+5	is	be	VERB	O	0		v.stative	ewtb.r.118668.2
+6	not	not	PART	O	0			ewtb.r.118668.2
+7	!	!	PUNCT	O	0			ewtb.r.118668.2
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.118668.3
+2	in	in	ADV	O	0			ewtb.r.118668.3
+3	and	and	CONJ	O	0			ewtb.r.118668.3
+4	you	you	PRON	O	0			ewtb.r.118668.3
+5	will	will	AUX	O	0			ewtb.r.118668.3
+6	not	not	PART	O	0			ewtb.r.118668.3
+7	think	think	VERB	O	0		v.cognition	ewtb.r.118668.3
+8	you	you	PRON	O	0			ewtb.r.118668.3
+9	are	be	VERB	O	0		v.stative	ewtb.r.118668.3
+10	in	in	ADP	O	0			ewtb.r.118668.3
+11	Chesapeake	chesapeake	PROPN	O	0		n.location	ewtb.r.118668.3
+12	.	.	PUNCT	O	0			ewtb.r.118668.3
+
+1	The	the	DET	O	0			ewtb.r.118668.4
+2	setting	setting	NOUN	O	0		n.attribute	ewtb.r.118668.4
+3	feels	feel	VERB	O	0		v.cognition	ewtb.r.118668.4
+4	like	like	ADP	O	0			ewtb.r.118668.4
+5	a	a	DET	O	0			ewtb.r.118668.4
+6	Sushi	sushi	NOUN	B	0		n.group	ewtb.r.118668.4
+7	bar	bar	NOUN	I	6			ewtb.r.118668.4
+8	in	in	ADP	O	0			ewtb.r.118668.4
+9	NYC	nyc	PROPN	O	0		n.location	ewtb.r.118668.4
+10	;	;	PUNCT	O	0			ewtb.r.118668.4
+11	small	small	ADJ	O	0			ewtb.r.118668.4
+12	,	,	PUNCT	O	0			ewtb.r.118668.4
+13	cozy	cozy	ADJ	O	0			ewtb.r.118668.4
+14	,	,	PUNCT	O	0			ewtb.r.118668.4
+15	but	but	CONJ	O	0			ewtb.r.118668.4
+16	with	with	ADP	O	0			ewtb.r.118668.4
+17	flair	flair	NOUN	O	0		n.cognition	ewtb.r.118668.4
+18	.	.	PUNCT	O	0			ewtb.r.118668.4
+
+1	Get	get	VERB	O	0		v.social	ewtb.r.118668.5
+2	great	great	ADJ	O	0			ewtb.r.118668.5
+3	service	service	NOUN	O	0		n.act	ewtb.r.118668.5
+4	,	,	PUNCT	O	0			ewtb.r.118668.5
+5	fantastic	fantastic	ADJ	O	0			ewtb.r.118668.5
+6	menu	menu	NOUN	O	0		n.communication	ewtb.r.118668.5
+7	,	,	PUNCT	O	0			ewtb.r.118668.5
+8	and	and	CONJ	O	0			ewtb.r.118668.5
+9	relax	relax	VERB	O	0		v.emotion	ewtb.r.118668.5
+10	.	.	PUNCT	O	0			ewtb.r.118668.5
+
+1	Best	best	ADJ	O	0			ewtb.r.118668.6
+2	in	in	ADP	O	0			ewtb.r.118668.6
+3	HR	hr	PROPN	O	0		n.location	ewtb.r.118668.6
+4	so	so	ADV	B	0			ewtb.r.118668.6
+5	far	far	ADV	I	4			ewtb.r.118668.6
+6	!	!	PUNCT	O	0			ewtb.r.118668.6
+
+1	good	good	ADJ	O	0			ewtb.r.122564.1
+2	outside	outside	ADV	O	0			ewtb.r.122564.1
+3	,	,	PUNCT	O	0			ewtb.r.122564.1
+4	bad	bad	ADJ	O	0			ewtb.r.122564.1
+5	inside	inside	ADV	O	0			ewtb.r.122564.1
+
+1	the	the	DET	O	0			ewtb.r.122564.2
+2	apartment	apartment	NOUN	O	0		n.artifact	ewtb.r.122564.2
+3	only	only	ADV	O	0			ewtb.r.122564.2
+4	looks	look	VERB	O	0		v.perception	ewtb.r.122564.2
+5	good	good	ADJ	O	0			ewtb.r.122564.2
+6	outsize	outsize	ADV	O	0			ewtb.r.122564.2
+7	,	,	PUNCT	O	0			ewtb.r.122564.2
+8	inside	inside	NOUN	O	0		n.location	ewtb.r.122564.2
+9	is	be	VERB	O	0		v.stative	ewtb.r.122564.2
+10	too	too	ADV	O	0			ewtb.r.122564.2
+11	bad	bad	ADJ	O	0			ewtb.r.122564.2
+12	.	.	PUNCT	O	0			ewtb.r.122564.2
+
+1	too	too	ADV	O	0			ewtb.r.122564.3
+2	many	many	ADJ	O	0			ewtb.r.122564.3
+3	bugs	bug	NOUN	O	0		n.animal	ewtb.r.122564.3
+4	some	some	DET	O	0			ewtb.r.122564.3
+5	you	you	PRON	O	0			ewtb.r.122564.3
+6	even	even	ADV	O	0			ewtb.r.122564.3
+7	never	never	ADV	O	0			ewtb.r.122564.3
+8	seen	see	VERB	O	0		v.perception	ewtb.r.122564.3
+9	before	before	ADV	O	0			ewtb.r.122564.3
+10	.	.	PUNCT	O	0			ewtb.r.122564.3
+
+1	the	the	DET	O	0			ewtb.r.122564.4
+2	attitude	attitude	NOUN	O	0		n.attribute	ewtb.r.122564.4
+3	of	of	ADP	O	0			ewtb.r.122564.4
+4	some	some	DET	O	0			ewtb.r.122564.4
+5	staff	staff	NOUN	O	0		n.group	ewtb.r.122564.4
+6	is	be	VERB	O	0		v.stative	ewtb.r.122564.4
+7	terrible	terrible	ADJ	O	0			ewtb.r.122564.4
+8	,	,	PUNCT	O	0			ewtb.r.122564.4
+9	did	do	AUX	O	0			ewtb.r.122564.4
+10	not	not	PART	O	0			ewtb.r.122564.4
+11	solve	solve	VERB	O	0		v.cognition	ewtb.r.122564.4
+12	anything	anything	NOUN	O	0			ewtb.r.122564.4
+13	only	only	ADV	O	0			ewtb.r.122564.4
+14	say	say	VERB	O	0		v.communication	ewtb.r.122564.4
+15	i	i	PRON	O	0			ewtb.r.122564.4
+16	can	can	AUX	O	0			ewtb.r.122564.4
+17	do	do	VERB	O	0		v.change	ewtb.r.122564.4
+18	nothing	nothing	NOUN	O	0			ewtb.r.122564.4
+19	.	.	PUNCT	O	0			ewtb.r.122564.4
+
+1	Cranmore	cranmore	PROPN	B	0		n.group	ewtb.r.124163.1
+2	Dental	dental	PROPN	I	1			ewtb.r.124163.1
+3	and	and	CONJ	I	2			ewtb.r.124163.1
+4	Implant	implant	PROPN	I	3			ewtb.r.124163.1
+5	Clinic	clinic	PROPN	I	4			ewtb.r.124163.1
+6	:	:	PUNCT	O	0			ewtb.r.124163.1
+7	I	i	PRON	O	0			ewtb.r.124163.1
+8	could	could	AUX	B	0		v.communication	ewtb.r.124163.1
+9	not	not	PART	I	8			ewtb.r.124163.1
+10	recommend	recommend	VERB	I	9			ewtb.r.124163.1
+11	Dr	dr	PROPN	b	0		n.person	ewtb.r.124163.1
+12	David	david	PROPN	i	11			ewtb.r.124163.1
+13	Nelson	nelson	PROPN	i	12			ewtb.r.124163.1
+14	enough	enough	ADV	I	10			ewtb.r.124163.1
+15	.	.	PUNCT	O	0			ewtb.r.124163.1
+
+1	I	i	PRON	O	0			ewtb.r.124163.2
+2	had	have	VERB	O	0		v.body	ewtb.r.124163.2
+3	a	a	DET	O	0			ewtb.r.124163.2
+4	severe	severe	ADJ	O	0			ewtb.r.124163.2
+5	phobia	phobia	NOUN	O	0		n.cognition	ewtb.r.124163.2
+6	of	of	SCONJ	O	0			ewtb.r.124163.2
+7	attending	attend	VERB	O	0		v.social	ewtb.r.124163.2
+8	the	the	DET	O	0			ewtb.r.124163.2
+9	dentist	dentist	NOUN	O	0		n.person	ewtb.r.124163.2
+10	until	until	SCONJ	O	0			ewtb.r.124163.2
+11	I	i	PRON	O	0			ewtb.r.124163.2
+12	met	meet	VERB	O	0		v.social	ewtb.r.124163.2
+13	and	and	CONJ	O	0			ewtb.r.124163.2
+14	was	be	AUX	O	0			ewtb.r.124163.2
+15	treated	treat	VERB	O	0		v.body	ewtb.r.124163.2
+16	by	by	ADP	O	0			ewtb.r.124163.2
+17	Dr	dr	PROPN	B	0		n.person	ewtb.r.124163.2
+18	Nelson	nelson	PROPN	I	17			ewtb.r.124163.2
+19	.	.	PUNCT	O	0			ewtb.r.124163.2
+
+1	He	he	PRON	O	0			ewtb.r.124163.3
+2	instantaneously	instantaneously	ADV	O	0			ewtb.r.124163.3
+3	put	put	VERB	B	0		v.social	ewtb.r.124163.3
+4	me	me	PRON	o	0			ewtb.r.124163.3
+5	at	at	ADP	I	3			ewtb.r.124163.3
+6	ease	ease	NOUN	I	5			ewtb.r.124163.3
+7	and	and	CONJ	O	0			ewtb.r.124163.3
+8	his	his	PRON	O	0			ewtb.r.124163.3
+9	ongoing	ongoing	ADJ	O	0			ewtb.r.124163.3
+10	treatments	treatment	NOUN	O	0		n.event	ewtb.r.124163.3
+11	have	have	AUX	O	0			ewtb.r.124163.3
+12	been	be	VERB	O	0		v.stative	ewtb.r.124163.3
+13	absolutely	absolutely	ADV	O	0			ewtb.r.124163.3
+14	pain	pain	NOUN	O	0		n.state	ewtb.r.124163.3
+15	free	free	ADJ	O	0			ewtb.r.124163.3
+16	.	.	PUNCT	O	0			ewtb.r.124163.3
+
+1	My	my	PRON	O	0			ewtb.r.124163.4
+2	previous	previous	ADJ	O	0			ewtb.r.124163.4
+3	apprehension	apprehension	NOUN	O	0		n.cognition	ewtb.r.124163.4
+4	has	have	AUX	O	0			ewtb.r.124163.4
+5	been	be	AUX	O	0			ewtb.r.124163.4
+6	dismissed	dismiss	VERB	O	0		v.change	ewtb.r.124163.4
+7	and	and	CONJ	O	0			ewtb.r.124163.4
+8	I	i	PRON	O	0			ewtb.r.124163.4
+9	no	no	ADV	O	0			ewtb.r.124163.4
+10	longer	longer	ADV	O	0			ewtb.r.124163.4
+11	have	have	VERB	O	0		v.emotion	ewtb.r.124163.4
+12	a	a	DET	O	0			ewtb.r.124163.4
+13	sinking	sinking	NOUN	B	0		n.feeling	ewtb.r.124163.4
+14	feeling	feeling	NOUN	I	13			ewtb.r.124163.4
+15	when	when	ADV	O	0			ewtb.r.124163.4
+16	my	my	PRON	O	0			ewtb.r.124163.4
+17	next	next	ADJ	O	0			ewtb.r.124163.4
+18	appointment	appointment	NOUN	O	0		n.event	ewtb.r.124163.4
+19	is	be	VERB	O	0		v.stative	ewtb.r.124163.4
+20	due	due	ADJ	O	0			ewtb.r.124163.4
+21	!	!	PUNCT	O	0			ewtb.r.124163.4
+
+1	In	in	ADP	B	0			ewtb.r.124163.5
+2	addition	addition	NOUN	I	1			ewtb.r.124163.5
+3	to	to	ADP	I	2			ewtb.r.124163.5
+4	the	the	DET	O	0			ewtb.r.124163.5
+5	core	core	NOUN	O	0		n.cognition	ewtb.r.124163.5
+6	treatment	treatment	NOUN	O	0		n.event	ewtb.r.124163.5
+7	,	,	PUNCT	O	0			ewtb.r.124163.5
+8	Dr	dr	PROPN	B	0		n.person	ewtb.r.124163.5
+9	Nelson	nelson	PROPN	I	8			ewtb.r.124163.5
+10	has	have	AUX	O	0			ewtb.r.124163.5
+11	impressed	impress	VERB	O	0		v.emotion	ewtb.r.124163.5
+12	me	me	PRON	O	0			ewtb.r.124163.5
+13	further	further	ADV	O	0			ewtb.r.124163.5
+14	with	with	ADP	O	0			ewtb.r.124163.5
+15	his	his	PRON	O	0			ewtb.r.124163.5
+16	concern	concern	NOUN	O	0		n.feeling	ewtb.r.124163.5
+17	and	and	CONJ	O	0			ewtb.r.124163.5
+18	interest	interest	NOUN	O	0		n.feeling	ewtb.r.124163.5
+19	in	in	ADP	O	0			ewtb.r.124163.5
+20	the	the	DET	O	0			ewtb.r.124163.5
+21	well	well	ADV	B	0		n.feeling	ewtb.r.124163.5
+22	-	-	PUNCT	I	21			ewtb.r.124163.5
+23	being	being	NOUN	I	22			ewtb.r.124163.5
+24	of	of	ADP	O	0			ewtb.r.124163.5
+25	his	his	PRON	O	0			ewtb.r.124163.5
+26	patients	patient	NOUN	O	0		n.person	ewtb.r.124163.5
+27	-	-	PUNCT	O	0			ewtb.r.124163.5
+28	his	his	PRON	O	0			ewtb.r.124163.5
+29	dental	dental	ADJ	O	0			ewtb.r.124163.5
+30	work	work	NOUN	O	0		n.act	ewtb.r.124163.5
+31	underpinned	underpin	VERB	O	0		v.stative	ewtb.r.124163.5
+32	by	by	ADP	O	0			ewtb.r.124163.5
+33	a	a	DET	O	0			ewtb.r.124163.5
+34	strong	strong	ADJ	O	0			ewtb.r.124163.5
+35	duty	duty	NOUN	O	0		n.cognition	ewtb.r.124163.5
+36	of	of	ADP	O	0			ewtb.r.124163.5
+37	care	care	NOUN	O	0		n.act	ewtb.r.124163.5
+38	to	to	ADP	O	0			ewtb.r.124163.5
+39	every	every	DET	O	0			ewtb.r.124163.5
+40	patient	patient	NOUN	O	0		n.person	ewtb.r.124163.5
+41	.	.	PUNCT	O	0			ewtb.r.124163.5
+
+1	He	he	PRON	O	0			ewtb.r.124163.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.124163.6
+3	always	always	ADV	O	0			ewtb.r.124163.6
+4	prepared	prepared	ADJ	O	0			ewtb.r.124163.6
+5	to	to	PART	O	0			ewtb.r.124163.6
+6	go	go	VERB	B	0		v.social	ewtb.r.124163.6
+7	the	the	DET	I	6			ewtb.r.124163.6
+8	extra	extra	ADJ	I	7			ewtb.r.124163.6
+9	mile	mile	NOUN	I	8			ewtb.r.124163.6
+10	to	to	PART	O	0			ewtb.r.124163.6
+11	ensure	ensure	VERB	O	0		v.cognition	ewtb.r.124163.6
+12	that	that	SCONJ	O	0			ewtb.r.124163.6
+13	any	any	DET	O	0			ewtb.r.124163.6
+14	patient	patient	NOUN	O	0		n.person	ewtb.r.124163.6
+15	discomfort	discomfort	NOUN	O	0		n.feeling	ewtb.r.124163.6
+16	is	be	AUX	O	0			ewtb.r.124163.6
+17	dealt	deal	VERB	B	0		v.social	ewtb.r.124163.6
+18	with	with	ADP	I	17			ewtb.r.124163.6
+19	immediately	immediately	ADV	O	0			ewtb.r.124163.6
+20	-	-	PUNCT	O	0			ewtb.r.124163.6
+
+1	Pam	pam	PROPN	B	0		n.person	ewtb.r.124163.7
+2	Gillies	gillies	PROPN	I	1			ewtb.r.124163.7
+
+1	Lovely	lovely	PROPN	B	0		n.group	ewtb.r.128168.1
+2	Nails	nails	PROPN	I	1			ewtb.r.128168.1
+3	on	on	ADP	O	0			ewtb.r.128168.1
+4	Cayuga	cayuga	PROPN	B	0		n.location	ewtb.r.128168.1
+5	St.	st.	PROPN	I	4			ewtb.r.128168.1
+6	in	in	ADP	O	0			ewtb.r.128168.1
+7	Lewiston	lewiston	PROPN	O	0		n.location	ewtb.r.128168.1
+8	,	,	PUNCT	O	0			ewtb.r.128168.1
+9	NY	ny	PROPN	O	0		n.location	ewtb.r.128168.1
+
+1	First	first	ADV	O	0			ewtb.r.128168.2
+2	let	let	VERB	O	0		v.social	ewtb.r.128168.2
+3	me	me	PRON	O	0			ewtb.r.128168.2
+4	start	start	VERB	B	0		v.communication	ewtb.r.128168.2
+5	out	out	ADP	I	4			ewtb.r.128168.2
+6	by	by	SCONJ	O	0			ewtb.r.128168.2
+7	saying	say	VERB	O	0		v.communication	ewtb.r.128168.2
+8	,	,	PUNCT	O	0			ewtb.r.128168.2
+9	that	that	SCONJ	O	0			ewtb.r.128168.2
+10	I	i	PRON	O	0			ewtb.r.128168.2
+11	have	have	AUX	O	0			ewtb.r.128168.2
+12	had	have	VERB	B	0		v.body	ewtb.r.128168.2
+13	very	very	ADV	o	0			ewtb.r.128168.2
+14	nice	nice	ADJ	o	0			ewtb.r.128168.2
+15	pedicures	pedicure	NOUN	I	12			ewtb.r.128168.2
+16	at	at	ADP	O	0			ewtb.r.128168.2
+17	Lovely	lovely	PROPN	B	0		n.group	ewtb.r.128168.2
+18	Nails	nails	PROPN	I	17			ewtb.r.128168.2
+19	on	on	ADP	O	0			ewtb.r.128168.2
+20	Military	military	PROPN	B	0		n.location	ewtb.r.128168.2
+21	Road	road	PROPN	I	20			ewtb.r.128168.2
+22	.	.	PUNCT	O	0			ewtb.r.128168.2
+
+1	I	i	PRON	O	0			ewtb.r.128168.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.128168.3
+3	very	very	ADV	O	0			ewtb.r.128168.3
+4	excited	excited	ADJ	O	0			ewtb.r.128168.3
+5	that	that	SCONJ	O	0			ewtb.r.128168.3
+6	a	a	DET	O	0			ewtb.r.128168.3
+7	salon	salon	NOUN	O	0		n.group	ewtb.r.128168.3
+8	was	be	AUX	O	0			ewtb.r.128168.3
+9	opening	open	VERB	O	0		v.creation	ewtb.r.128168.3
+10	in	in	ADP	O	0			ewtb.r.128168.3
+11	Lewiston	lewiston	PROPN	O	0		n.location	ewtb.r.128168.3
+12	,	,	PUNCT	O	0			ewtb.r.128168.3
+13	as	as	SCONJ	O	0			ewtb.r.128168.3
+14	I	i	PRON	O	0			ewtb.r.128168.3
+15	live	live	VERB	O	0		v.stative	ewtb.r.128168.3
+16	in	in	ADP	O	0			ewtb.r.128168.3
+17	Youngstown	youngstown	PROPN	O	0		n.location	ewtb.r.128168.3
+18	.	.	PUNCT	O	0			ewtb.r.128168.3
+
+1	I	i	PRON	O	0			ewtb.r.128168.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.128168.4
+3	in	in	ADV	O	0			ewtb.r.128168.4
+4	two	two	NUM	O	0			ewtb.r.128168.4
+5	weeks	week	NOUN	O	0		n.time	ewtb.r.128168.4
+6	ago	ago	ADV	O	0			ewtb.r.128168.4
+7	and	and	CONJ	O	0			ewtb.r.128168.4
+8	had	have	VERB	B	0		v.body	ewtb.r.128168.4
+9	the	the	DET	o	0			ewtb.r.128168.4
+10	worst	worst	ADJ	o	0			ewtb.r.128168.4
+11	pedicure	pedicure	NOUN	I	8			ewtb.r.128168.4
+12	that	that	DET	O	0			ewtb.r.128168.4
+13	I	i	PRON	O	0			ewtb.r.128168.4
+14	have	have	AUX	O	0			ewtb.r.128168.4
+15	had	have	VERB	O	0		v.body	ewtb.r.128168.4
+16	in	in	ADP	O	0			ewtb.r.128168.4
+17	my	my	PRON	O	0			ewtb.r.128168.4
+18	life	life	NOUN	O	0		n.phenomenon	ewtb.r.128168.4
+19	.	.	PUNCT	O	0			ewtb.r.128168.4
+
+1	There	there	PRON	O	0			ewtb.r.128168.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.128168.5
+3	four	four	NUM	O	0			ewtb.r.128168.5
+4	of	of	ADP	O	0			ewtb.r.128168.5
+5	us	us	PRON	O	0			ewtb.r.128168.5
+6	and	and	CONJ	O	0			ewtb.r.128168.5
+7	I	i	PRON	O	0			ewtb.r.128168.5
+8	was	be	AUX	O	0			ewtb.r.128168.5
+9	taken	take	VERB	O	0		v.motion	ewtb.r.128168.5
+10	first	first	ADV	O	0			ewtb.r.128168.5
+11	by	by	ADP	O	0			ewtb.r.128168.5
+12	a	a	DET	O	0			ewtb.r.128168.5
+13	gentleman	gentleman	NOUN	O	0		n.person	ewtb.r.128168.5
+14	.	.	PUNCT	O	0			ewtb.r.128168.5
+
+1	I	i	PRON	O	0			ewtb.r.128168.6
+2	put	put	VERB	O	0		v.motion	ewtb.r.128168.6
+3	my	my	PRON	O	0			ewtb.r.128168.6
+4	foot	foot	NOUN	O	0		n.body	ewtb.r.128168.6
+5	in	in	ADP	O	0			ewtb.r.128168.6
+6	the	the	DET	O	0			ewtb.r.128168.6
+7	water	water	NOUN	O	0		n.natural_object	ewtb.r.128168.6
+8	and	and	CONJ	O	0			ewtb.r.128168.6
+9	it	it	PRON	O	0			ewtb.r.128168.6
+10	was	be	VERB	O	0		v.stative	ewtb.r.128168.6
+11	cool	cool	ADJ	O	0			ewtb.r.128168.6
+12	.	.	PUNCT	O	0			ewtb.r.128168.6
+
+1	He	he	PRON	O	0			ewtb.r.128168.7
+2	did	do	AUX	O	0			ewtb.r.128168.7
+3	warm	warm	VERB	B	0		v.change	ewtb.r.128168.7
+4	it	it	PRON	o	0			ewtb.r.128168.7
+5	up	up	ADP	I	3			ewtb.r.128168.7
+6	.	.	PUNCT	O	0			ewtb.r.128168.7
+
+1	He	he	PRON	O	0			ewtb.r.128168.8
+2	also	also	ADV	O	0			ewtb.r.128168.8
+3	hurt	hurt	VERB	O	0		v.body	ewtb.r.128168.8
+4	my	my	PRON	O	0			ewtb.r.128168.8
+5	toes	toe	NOUN	O	0		n.body	ewtb.r.128168.8
+6	will	will	SCONJ	O	0			ewtb.r.128168.8
+7	pushing	push	VERB	O	0		v.contact	ewtb.r.128168.8
+8	my	my	PRON	O	0			ewtb.r.128168.8
+9	cuticles	cuticle	NOUN	O	0		n.body	ewtb.r.128168.8
+10	back	back	ADV	O	0			ewtb.r.128168.8
+11	.	.	PUNCT	O	0			ewtb.r.128168.8
+
+1	If	if	SCONJ	O	0			ewtb.r.128168.9
+2	the	the	DET	O	0			ewtb.r.128168.9
+3	pedicure	pedicure	NOUN	O	0		n.act	ewtb.r.128168.9
+4	lasted	last	VERB	O	0		v.stative	ewtb.r.128168.9
+5	20	20	NUM	O	0			ewtb.r.128168.9
+6	mins.	mins.	NOUN	O	0		n.time	ewtb.r.128168.9
+7	,	,	PUNCT	O	0			ewtb.r.128168.9
+8	that	that	DET	O	0			ewtb.r.128168.9
+9	was	be	VERB	O	0		v.stative	ewtb.r.128168.9
+10	a	a	DET	B	0		n.attribute	ewtb.r.128168.9
+11	stretch	stretch	NOUN	I	10			ewtb.r.128168.9
+12	.	.	PUNCT	O	0			ewtb.r.128168.9
+
+1	The	the	DET	O	0			ewtb.r.128168.10
+2	other	other	ADJ	O	0			ewtb.r.128168.10
+3	ladies	lady	NOUN	O	0		n.person	ewtb.r.128168.10
+4	had	have	VERB	B	0		v.stative	ewtb.r.128168.10
+5	a	a	DET	o	0			ewtb.r.128168.10
+6	similar	similar	ADJ	o	0			ewtb.r.128168.10
+7	experience	experience	NOUN	I	4			ewtb.r.128168.10
+8	,	,	PUNCT	O	0			ewtb.r.128168.10
+9	both	both	DET	O	0			ewtb.r.128168.10
+10	had	have	VERB	O	0		v.stative	ewtb.r.128168.10
+11	nail	nail	NOUN	B	0		n.substance	ewtb.r.128168.10
+12	polish	polish	NOUN	I	11			ewtb.r.128168.10
+13	on	on	ADP	O	0			ewtb.r.128168.10
+14	a	a	DET	B	0			ewtb.r.128168.10
+15	couple	couple	NOUN	I	14			ewtb.r.128168.10
+16	of	of	ADP	O	0			ewtb.r.128168.10
+17	toes	toe	NOUN	O	0		n.body	ewtb.r.128168.10
+18	.	.	PUNCT	O	0			ewtb.r.128168.10
+
+1	None	none	NOUN	O	0			ewtb.r.128168.11
+2	of	of	ADP	O	0			ewtb.r.128168.11
+3	us	us	PRON	O	0			ewtb.r.128168.11
+4	will	will	AUX	O	0			ewtb.r.128168.11
+5	be	be	AUX	O	0			ewtb.r.128168.11
+6	using	use	VERB	O	0		v.possession	ewtb.r.128168.11
+7	their	their	PRON	O	0			ewtb.r.128168.11
+8	services	services	NOUN	O	0		n.act	ewtb.r.128168.11
+9	again	again	ADV	O	0			ewtb.r.128168.11
+10	,	,	PUNCT	O	0			ewtb.r.128168.11
+11	which	which	DET	O	0			ewtb.r.128168.11
+12	is	be	VERB	O	0		v.stative	ewtb.r.128168.11
+13	a	a	DET	B	0		n.attribute	ewtb.r.128168.11
+14	shame	shame	NOUN	I	13			ewtb.r.128168.11
+15	.	.	PUNCT	O	0			ewtb.r.128168.11
+
+1	Great	great	ADJ	O	0			ewtb.r.131965.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.131965.1
+
+1	We	we	PRON	O	0			ewtb.r.131965.2
+2	at	at	ADP	O	0			ewtb.r.131965.2
+3	R&L	r&l	PROPN	B	0		n.group	ewtb.r.131965.2
+4	Plumbing	plumbing	PROPN	I	3			ewtb.r.131965.2
+5	Services	services	PROPN	I	4			ewtb.r.131965.2
+6	are	be	VERB	O	0		v.stative	ewtb.r.131965.2
+7	pleased	pleased	ADJ	B	0			ewtb.r.131965.2
+8	with	with	ADP	I	7			ewtb.r.131965.2
+9	your	your	PRON	O	0			ewtb.r.131965.2
+10	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.131965.2
+11	and	and	CONJ	O	0			ewtb.r.131965.2
+12	the	the	DET	B	0		v.social	ewtb.r.131965.2
+13	extra	extra	ADJ	I	12			ewtb.r.131965.2
+14	mile	mile	NOUN	I	13			ewtb.r.131965.2
+15	you	you	PRON	o	0			ewtb.r.131965.2
+16	went	go	VERB	I	14			ewtb.r.131965.2
+17	to	to	PART	O	0			ewtb.r.131965.2
+18	get	get	VERB	B	0		v.change	ewtb.r.131965.2
+19	out	out	PRON	o	0			ewtb.r.131965.2
+20	computers	computer	NOUN	o	0		n.artifact	ewtb.r.131965.2
+21	working	work	VERB	I	18			ewtb.r.131965.2
+22	correctly	correctly	ADV	O	0			ewtb.r.131965.2
+23	,	,	PUNCT	O	0			ewtb.r.131965.2
+24	you	you	PRON	O	0			ewtb.r.131965.2
+25	will	will	AUX	O	0			ewtb.r.131965.2
+26	be	be	VERB	B	0		v.stative	ewtb.r.131965.2
+27	our	our	PRON	o	0			ewtb.r.131965.2
+28	first	first	ADJ	I	26			ewtb.r.131965.2
+29	call	call	NOUN	I	28			ewtb.r.131965.2
+30	if	if	SCONJ	O	0			ewtb.r.131965.2
+31	anything	anything	NOUN	O	0			ewtb.r.131965.2
+32	happens	happen	VERB	O	0		v.change	ewtb.r.131965.2
+33	again	again	ADV	O	0			ewtb.r.131965.2
+34	and	and	CONJ	O	0			ewtb.r.131965.2
+35	we	we	PRON	O	0			ewtb.r.131965.2
+36	will	will	AUX	O	0			ewtb.r.131965.2
+37	refer	refer	VERB	O	0		v.communication	ewtb.r.131965.2
+38	you	you	PRON	O	0			ewtb.r.131965.2
+39	to	to	ADP	O	0			ewtb.r.131965.2
+40	other	other	ADJ	O	0			ewtb.r.131965.2
+41	people	person	NOUN	O	0		n.person	ewtb.r.131965.2
+42	with	with	ADP	O	0			ewtb.r.131965.2
+43	computer	computer	ADJ	O	0			ewtb.r.131965.2
+44	issues	issue	NOUN	O	0		n.cognition	ewtb.r.131965.2
+45	.	.	PUNCT	O	0			ewtb.r.131965.2
+
+1	Great	great	ADJ	O	0			ewtb.r.133260.1
+2	Job	job	PROPN	O	0		n.act	ewtb.r.133260.1
+3	!	!	PUNCT	O	0			ewtb.r.133260.1
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.133260.2
+2	for	for	SCONJ	O	0			ewtb.r.133260.2
+3	fixing	fix	VERB	O	0		v.change	ewtb.r.133260.2
+4	my	my	PRON	O	0			ewtb.r.133260.2
+5	garage	garage	NOUN	B	0		n.artifact	ewtb.r.133260.2
+6	door	door	NOUN	I	5			ewtb.r.133260.2
+7	A	a	DET	B	0			ewtb.r.133260.2
+8	++++++++++++++++++	++++++++++++++++++	SYM	I	7			ewtb.r.133260.2
+
+1	If	if	SCONJ	O	0			ewtb.r.140164.1
+2	you	you	PRON	O	0			ewtb.r.140164.1
+3	want	want	VERB	O	0		v.cognition	ewtb.r.140164.1
+4	cheaply	cheaply	ADV	O	0			ewtb.r.140164.1
+5	made	make	VERB	O	0		v.creation	ewtb.r.140164.1
+6	glass	glass	NOUN	O	0		n.substance	ewtb.r.140164.1
+7	from	from	ADP	O	0			ewtb.r.140164.1
+8	India	india	PROPN	O	0		n.location	ewtb.r.140164.1
+9	and	and	CONJ	O	0			ewtb.r.140164.1
+10	China	china	PROPN	O	0		n.location	ewtb.r.140164.1
+11	,	,	PUNCT	O	0			ewtb.r.140164.1
+12	this	this	DET	O	0			ewtb.r.140164.1
+13	is	be	VERB	O	0		v.stative	ewtb.r.140164.1
+14	not	not	PART	O	0			ewtb.r.140164.1
+15	your	your	PRON	O	0			ewtb.r.140164.1
+16	place	place	NOUN	O	0		n.group	ewtb.r.140164.1
+17	.	.	PUNCT	O	0			ewtb.r.140164.1
+
+1	These	these	DET	O	0			ewtb.r.140164.2
+2	people	person	NOUN	O	0		n.group	ewtb.r.140164.2
+3	only	only	ADV	O	0			ewtb.r.140164.2
+4	carry	carry	VERB	O	0		v.stative	ewtb.r.140164.2
+5	the	the	DET	O	0			ewtb.r.140164.2
+6	very	very	ADV	O	0			ewtb.r.140164.2
+7	best	best	ADJ	O	0			ewtb.r.140164.2
+8	American	american	ADJ	O	0			ewtb.r.140164.2
+9	blown	blow	VERB	B	0		n.artifact	ewtb.r.140164.2
+10	glass	glass	NOUN	I	9			ewtb.r.140164.2
+11	.	.	PUNCT	O	0			ewtb.r.140164.2
+
+1	Their	their	PRON	O	0			ewtb.r.140164.3
+2	selection	selection	NOUN	O	0		n.cognition	ewtb.r.140164.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.140164.3
+4	top	top	ADJ	B	0		n.cognition	ewtb.r.140164.3
+5	notch	notch	NOUN	I	4			ewtb.r.140164.3
+6	and	and	CONJ	O	0			ewtb.r.140164.3
+7	the	the	DET	O	0			ewtb.r.140164.3
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.140164.3
+9	is	be	VERB	O	0		v.stative	ewtb.r.140164.3
+10	very	very	ADV	O	0			ewtb.r.140164.3
+11	knowledgable	knowledgable	ADJ	O	0			ewtb.r.140164.3
+12	.	.	PUNCT	O	0			ewtb.r.140164.3
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.140164.4
+2	to	to	ADP	O	0			ewtb.r.140164.4
+3	the	the	DET	B	0		n.group	ewtb.r.140164.4
+4	Looking	looking	PROPN	I	3			ewtb.r.140164.4
+5	Glass	glass	PROPN	I	4			ewtb.r.140164.4
+6	for	for	ADP	O	0			ewtb.r.140164.4
+7	all	all	DET	O	0			ewtb.r.140164.4
+8	your	your	PRON	O	0			ewtb.r.140164.4
+9	smoking	smoking	NOUN	O	0		n.act	ewtb.r.140164.4
+10	needs	need	NOUN	O	0		n.motive	ewtb.r.140164.4
+11	!!!!!!!!!!	!!!!!!!!!!	PUNCT	O	0			ewtb.r.140164.4
+
+1	Good	good	ADJ	O	0			ewtb.r.148566.1
+2	fun	fun	NOUN	O	0		n.cognition	ewtb.r.148566.1
+3	for	for	ADP	O	0			ewtb.r.148566.1
+4	wing	wing	NOUN	O	0		n.food	ewtb.r.148566.1
+5	night	night	NOUN	O	0		n.event	ewtb.r.148566.1
+6	,	,	PUNCT	O	0			ewtb.r.148566.1
+7	food	food	NOUN	O	0		n.food	ewtb.r.148566.1
+8	eh	eh	INTJ	O	0			ewtb.r.148566.1
+9	,	,	PUNCT	O	0			ewtb.r.148566.1
+10	beer	beer	NOUN	O	0		n.food	ewtb.r.148566.1
+11	list	list	NOUN	O	0		n.communication	ewtb.r.148566.1
+12	eh	eh	INTJ	O	0			ewtb.r.148566.1
+13	...	...	PUNCT	O	0			ewtb.r.148566.1
+
+1	Unbelievably	unbelievably	ADV	O	0			ewtb.r.156460.1
+2	huge	huge	ADJ	O	0			ewtb.r.156460.1
+3	experience	experience	NOUN	O	0		n.event	ewtb.r.156460.1
+4	for	for	ADP	O	0			ewtb.r.156460.1
+5	such	such	DET	O	0			ewtb.r.156460.1
+6	a	a	DET	O	0			ewtb.r.156460.1
+7	small	small	ADJ	O	0			ewtb.r.156460.1
+8	salon	salon	NOUN	O	0		n.group	ewtb.r.156460.1
+9	!!!	!!!	PUNCT	O	0			ewtb.r.156460.1
+
+1	I	i	PRON	O	0			ewtb.r.156460.2
+2	have	have	AUX	O	0			ewtb.r.156460.2
+3	been	be	VERB	B	0		v.motion	ewtb.r.156460.2
+4	to	to	ADP	I	3			ewtb.r.156460.2
+5	Kim	kim	PROPN	O	0		n.person	ewtb.r.156460.2
+6	at	at	ADP	O	0			ewtb.r.156460.2
+7	Cheveux	cheveux	PROPN	O	0		n.group	ewtb.r.156460.2
+8	for	for	ADP	O	0			ewtb.r.156460.2
+9	more	more	ADJ	B	0			ewtb.r.156460.2
+10	than	than	ADP	I	9			ewtb.r.156460.2
+11	five	five	NUM	O	0			ewtb.r.156460.2
+12	years	years	NOUN	O	0		n.time	ewtb.r.156460.2
+13	.	.	PUNCT	O	0			ewtb.r.156460.2
+
+1	I	i	PRON	O	0			ewtb.r.156460.3
+2	can	can	AUX	O	0			ewtb.r.156460.3
+3	not	not	PART	O	0			ewtb.r.156460.3
+4	tell	tell	VERB	O	0		v.communication	ewtb.r.156460.3
+5	you	you	PRON	O	0			ewtb.r.156460.3
+6	how	how	ADV	O	0			ewtb.r.156460.3
+7	often	often	ADV	O	0			ewtb.r.156460.3
+8	I	i	PRON	O	0			ewtb.r.156460.3
+9	am	be	AUX	O	0			ewtb.r.156460.3
+10	complimented	compliment	VERB	O	0		v.communication	ewtb.r.156460.3
+11	on	on	ADP	O	0			ewtb.r.156460.3
+12	my	my	PRON	O	0			ewtb.r.156460.3
+13	hair	hair	NOUN	O	0		n.body	ewtb.r.156460.3
+14	(	(	PUNCT	O	0			ewtb.r.156460.3
+15	style	style	NOUN	O	0		n.attribute	ewtb.r.156460.3
+16	AND	and	CONJ	O	0			ewtb.r.156460.3
+17	color	color	NOUN	O	0		n.cognition	ewtb.r.156460.3
+18	)	)	PUNCT	O	0			ewtb.r.156460.3
+19	!	!	PUNCT	O	0			ewtb.r.156460.3
+
+1	I	i	PRON	O	0			ewtb.r.156460.4
+2	regularly	regularly	ADV	O	0			ewtb.r.156460.4
+3	request	request	VERB	O	0		v.communication	ewtb.r.156460.4
+4	Kim	kim	PROPN	O	0		n.person	ewtb.r.156460.4
+5	's	's	PART	O	0			ewtb.r.156460.4
+6	business	business	NOUN	B	0		n.artifact	ewtb.r.156460.4
+7	cards	cards	NOUN	I	6			ewtb.r.156460.4
+8	as	as	SCONJ	O	0			ewtb.r.156460.4
+9	I	i	PRON	O	0			ewtb.r.156460.4
+10	am	be	AUX	O	0			ewtb.r.156460.4
+11	often	often	ADV	O	0			ewtb.r.156460.4
+12	stopped	stop	VERB	O	0		v.motion	ewtb.r.156460.4
+13	on	on	ADP	O	0			ewtb.r.156460.4
+14	the	the	DET	O	0			ewtb.r.156460.4
+15	street	street	NOUN	O	0		n.location	ewtb.r.156460.4
+16	and	and	CONJ	O	0			ewtb.r.156460.4
+17	asked	ask	VERB	O	0		v.communication	ewtb.r.156460.4
+18	"	"	PUNCT	O	0			ewtb.r.156460.4
+19	Who	who	PRON	O	0			ewtb.r.156460.4
+20	does	do	VERB	B	0		v.body	ewtb.r.156460.4
+21	your	your	PRON	o	0			ewtb.r.156460.4
+22	hair	hair	NOUN	I	20			ewtb.r.156460.4
+23	...	...	PUNCT	O	0			ewtb.r.156460.4
+24	I	i	PRON	O	0			ewtb.r.156460.4
+25	LOVE	love	VERB	O	0		v.emotion	ewtb.r.156460.4
+26	it	it	PRON	O	0			ewtb.r.156460.4
+27	!!!	!!!	PUNCT	O	0			ewtb.r.156460.4
+28	"	"	PUNCT	O	0			ewtb.r.156460.4
+
+1	Quaint	quaint	ADJ	O	0			ewtb.r.156460.5
+2	,	,	PUNCT	O	0			ewtb.r.156460.5
+3	lovely	lovely	ADJ	O	0			ewtb.r.156460.5
+4	,	,	PUNCT	O	0			ewtb.r.156460.5
+5	small	small	ADJ	O	0			ewtb.r.156460.5
+6	salon	salon	NOUN	O	0		n.group	ewtb.r.156460.5
+7	with	with	ADP	O	0			ewtb.r.156460.5
+8	BIG	big	ADJ	O	0			ewtb.r.156460.5
+9	personality	personality	NOUN	O	0		n.attribute	ewtb.r.156460.5
+10	.	.	PUNCT	O	0			ewtb.r.156460.5
+
+1	I	i	PRON	O	0			ewtb.r.156460.6
+2	am	be	AUX	B	0		v.stative	ewtb.r.156460.6
+3	made	make	VERB	I	2			ewtb.r.156460.6
+4	to	to	PART	I	3			ewtb.r.156460.6
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.156460.6
+6	special	special	ADJ	O	0			ewtb.r.156460.6
+7	when	when	ADV	O	0			ewtb.r.156460.6
+8	I	i	PRON	O	0			ewtb.r.156460.6
+9	am	be	VERB	O	0		v.stative	ewtb.r.156460.6
+10	in	in	ADP	O	0			ewtb.r.156460.6
+11	the	the	DET	O	0			ewtb.r.156460.6
+12	chair	chair	NOUN	O	0		n.location	ewtb.r.156460.6
+13	and	and	CONJ	O	0			ewtb.r.156460.6
+14	I	i	PRON	O	0			ewtb.r.156460.6
+15	have	have	AUX	O	0			ewtb.r.156460.6
+16	NEVER	never	ADV	O	0			ewtb.r.156460.6
+17	had	have	VERB	B	0		v.stative	ewtb.r.156460.6
+18	a	a	DET	o	0			ewtb.r.156460.6
+19	less	less	ADJ	b	0			ewtb.r.156460.6
+20	than	than	ADP	i	19			ewtb.r.156460.6
+21	amazing	amazing	ADJ	o	0			ewtb.r.156460.6
+22	cut	cut	NOUN	o	0		n.act	ewtb.r.156460.6
+23	or	or	CONJ	o	0			ewtb.r.156460.6
+24	color	color	NOUN	o	0		n.act	ewtb.r.156460.6
+25	experience	experience	NOUN	I	17			ewtb.r.156460.6
+26	.	.	PUNCT	O	0			ewtb.r.156460.6
+
+1	My	my	PRON	O	0			ewtb.r.156460.7
+2	hair	hair	NOUN	O	0		n.body	ewtb.r.156460.7
+3	has	have	AUX	O	0			ewtb.r.156460.7
+4	never	never	ADV	O	0			ewtb.r.156460.7
+5	felt	felt	VERB	O	0		v.perception	ewtb.r.156460.7
+6	this	this	DET	O	0			ewtb.r.156460.7
+7	healthy	healthy	ADJ	O	0			ewtb.r.156460.7
+8	,	,	PUNCT	O	0			ewtb.r.156460.7
+9	either	either	ADV	O	0			ewtb.r.156460.7
+10	.	.	PUNCT	O	0			ewtb.r.156460.7
+
+1	I	i	PRON	O	0			ewtb.r.156460.8
+2	can	can	AUX	O	0			ewtb.r.156460.8
+3	not	not	PART	O	0			ewtb.r.156460.8
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.156460.8
+5	this	this	DET	O	0			ewtb.r.156460.8
+6	salon	salon	NOUN	O	0		n.group	ewtb.r.156460.8
+7	enough	enough	ADV	O	0			ewtb.r.156460.8
+8	!!!	!!!	PUNCT	O	0			ewtb.r.156460.8
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.156460.9
+2	Cheveux	cheveux	PROPN	O	0		n.group	ewtb.r.156460.9
+3	!	!	PUNCT	O	0			ewtb.r.156460.9
+
+1	Highly	highly	ADV	O	0			ewtb.r.162567.1
+2	Recommend	recommend	VERB	O	0		v.communication	ewtb.r.162567.1
+
+1	I	i	PRON	O	0			ewtb.r.162567.2
+2	have	have	AUX	O	0			ewtb.r.162567.2
+3	worked	work	VERB	O	0		v.social	ewtb.r.162567.2
+4	with	with	ADP	O	0			ewtb.r.162567.2
+5	Shannon	shannon	PROPN	O	0		n.person	ewtb.r.162567.2
+6	as	as	ADP	O	0			ewtb.r.162567.2
+7	my	my	PRON	O	0			ewtb.r.162567.2
+8	massage	massage	NOUN	B	0		n.person	ewtb.r.162567.2
+9	therapist	therapist	NOUN	I	8			ewtb.r.162567.2
+10	and	and	CONJ	O	0			ewtb.r.162567.2
+11	intuitive	intuitive	ADJ	O	0			ewtb.r.162567.2
+12	bodyworker	bodyworker	NOUN	O	0		n.person	ewtb.r.162567.2
+13	for	for	ADP	O	0			ewtb.r.162567.2
+14	years	years	NOUN	O	0		n.time	ewtb.r.162567.2
+15	and	and	CONJ	O	0			ewtb.r.162567.2
+16	have	have	AUX	O	0			ewtb.r.162567.2
+17	never	never	ADV	O	0			ewtb.r.162567.2
+18	been	be	AUX	O	0			ewtb.r.162567.2
+19	disappointed	disappoint	VERB	O	0		v.emotion	ewtb.r.162567.2
+20	.	.	PUNCT	O	0			ewtb.r.162567.2
+
+1	No	no	ADV	B	0			ewtb.r.162567.3
+2	matter	matter	ADV	I	1			ewtb.r.162567.3
+3	what	what	DET	O	0			ewtb.r.162567.3
+4	state	state	NOUN	O	0		n.state	ewtb.r.162567.3
+5	I	i	PRON	O	0			ewtb.r.162567.3
+6	am	be	VERB	O	0		v.stative	ewtb.r.162567.3
+7	in	in	ADP	O	0			ewtb.r.162567.3
+8	when	when	ADV	O	0			ewtb.r.162567.3
+9	I	i	PRON	O	0			ewtb.r.162567.3
+10	arrive	arrive	VERB	O	0		v.motion	ewtb.r.162567.3
+11	,	,	PUNCT	O	0			ewtb.r.162567.3
+12	I	i	PRON	O	0			ewtb.r.162567.3
+13	always	always	ADV	O	0			ewtb.r.162567.3
+14	leave	leave	VERB	O	0		v.motion	ewtb.r.162567.3
+15	feeling	feel	VERB	O	0		v.body	ewtb.r.162567.3
+16	better	better	ADJ	O	0			ewtb.r.162567.3
+17	.	.	PUNCT	O	0			ewtb.r.162567.3
+
+1	She	she	PRON	O	0			ewtb.r.162567.4
+2	has	have	AUX	O	0			ewtb.r.162567.4
+3	not	not	PART	O	0			ewtb.r.162567.4
+4	only	only	ADV	O	0			ewtb.r.162567.4
+5	helped	help	VERB	B	0		v.cognition	ewtb.r.162567.4
+6	me	me	PRON	o	0			ewtb.r.162567.4
+7	through	through	ADP	I	5			ewtb.r.162567.4
+8	some	some	DET	O	0			ewtb.r.162567.4
+9	challenging	challenging	ADJ	O	0			ewtb.r.162567.4
+10	computer	computer	NOUN	O	0		n.artifact	ewtb.r.162567.4
+11	-	-	PUNCT	O	0			ewtb.r.162567.4
+12	work	work	NOUN	O	0		n.act	ewtb.r.162567.4
+13	and	and	CONJ	O	0			ewtb.r.162567.4
+14	sports	sport	NOUN	O	0		n.cognition	ewtb.r.162567.4
+15	related	relate	VERB	O	0		v.cognition	ewtb.r.162567.4
+16	injuries	injury	NOUN	O	0		n.event	ewtb.r.162567.4
+17	,	,	PUNCT	O	0			ewtb.r.162567.4
+18	she	she	PRON	O	0			ewtb.r.162567.4
+19	was	be	VERB	O	0		v.stative	ewtb.r.162567.4
+20	wonderful	wonderful	ADJ	O	0			ewtb.r.162567.4
+21	to	to	PART	O	0			ewtb.r.162567.4
+22	work	work	VERB	O	0		v.social	ewtb.r.162567.4
+23	with	with	ADP	O	0			ewtb.r.162567.4
+24	throughout	throughout	ADP	O	0			ewtb.r.162567.4
+25	my	my	PRON	O	0			ewtb.r.162567.4
+26	pregnancy	pregnancy	NOUN	O	0		n.process	ewtb.r.162567.4
+27	and	and	CONJ	O	0			ewtb.r.162567.4
+28	beyond	beyond	ADV	O	0			ewtb.r.162567.4
+29	.	.	PUNCT	O	0			ewtb.r.162567.4
+
+1	I	i	PRON	O	0			ewtb.r.162567.5
+2	highly	highly	ADV	O	0			ewtb.r.162567.5
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.162567.5
+4	her	her	PRON	O	0			ewtb.r.162567.5
+5	.	.	PUNCT	O	0			ewtb.r.162567.5
+
+1	Great	great	ADJ	O	0			ewtb.r.162662.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.162662.1
+3	for	for	ADP	O	0			ewtb.r.162662.1
+4	embroidery	embroidery	NOUN	O	0		n.act	ewtb.r.162662.1
+5	.	.	PUNCT	O	0			ewtb.r.162662.1
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.162662.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.162662.2
+3	friendly	friendly	ADJ	O	0			ewtb.r.162662.2
+4	and	and	CONJ	O	0			ewtb.r.162662.2
+5	VERY	very	ADV	O	0			ewtb.r.162662.2
+6	fast	fast	ADJ	O	0			ewtb.r.162662.2
+7	.	.	PUNCT	O	0			ewtb.r.162662.2
+
+1	I	i	PRON	O	0			ewtb.r.162662.3
+2	purchased	purchase	VERB	O	0		v.possession	ewtb.r.162662.3
+3	four	four	NUM	O	0			ewtb.r.162662.3
+4	gift	gift	NOUN	O	0		n.artifact	ewtb.r.162662.3
+5	items	item	NOUN	O	0		n.artifact	ewtb.r.162662.3
+6	there	there	ADV	O	0			ewtb.r.162662.3
+7	and	and	CONJ	O	0			ewtb.r.162662.3
+8	had	have	VERB	O	0		v.stative	ewtb.r.162662.3
+9	them	them	PRON	O	0			ewtb.r.162662.3
+10	all	all	DET	O	0			ewtb.r.162662.3
+11	embroidered	embroider	VERB	O	0		v.creation	ewtb.r.162662.3
+12	within	within	ADP	O	0			ewtb.r.162662.3
+13	a	a	DET	O	0			ewtb.r.162662.3
+14	week	week	NOUN	O	0		n.time	ewtb.r.162662.3
+15	.	.	PUNCT	O	0			ewtb.r.162662.3
+
+1	Linda	linda	PROPN	O	0		n.person	ewtb.r.187163.1
+
+1	I	i	PRON	O	0			ewtb.r.187163.2
+2	would	would	AUX	O	0			ewtb.r.187163.2
+3	highly	highly	ADV	O	0			ewtb.r.187163.2
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.187163.2
+5	Landscape	landscape	PROPN	B	0		n.group	ewtb.r.187163.2
+6	by	by	ADP	I	5			ewtb.r.187163.2
+7	Hiro	hiro	PROPN	I	6			ewtb.r.187163.2
+8	.	.	PUNCT	O	0			ewtb.r.187163.2
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.187163.3
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.187163.3
+3	service	service	NOUN	I	2			ewtb.r.187163.3
+4	and	and	CONJ	O	0			ewtb.r.187163.3
+5	quality	quality	ADJ	O	0			ewtb.r.187163.3
+6	work	work	NOUN	O	0		n.act	ewtb.r.187163.3
+7	.	.	PUNCT	O	0			ewtb.r.187163.3
+
+1	Wish	wish	VERB	O	0		v.emotion	ewtb.r.187266.1
+2	this	this	DET	O	0			ewtb.r.187266.1
+3	was	be	VERB	O	0		v.stative	ewtb.r.187266.1
+4	in	in	ADP	O	0			ewtb.r.187266.1
+5	Saratoga	saratoga	PROPN	O	0		n.location	ewtb.r.187266.1
+6	--	--	PUNCT	O	0			ewtb.r.187266.1
+
+1	We	we	PRON	O	0			ewtb.r.187266.2
+2	were	be	AUX	O	0			ewtb.r.187266.2
+3	introduced	introduce	VERB	O	0		v.social	ewtb.r.187266.2
+4	to	to	ADP	O	0			ewtb.r.187266.2
+5	Bistro	bistro	PROPN	B	0		n.group	ewtb.r.187266.2
+6	Tallulah	tallulah	PROPN	I	5			ewtb.r.187266.2
+7	by	by	ADP	O	0			ewtb.r.187266.2
+8	traveler	traveler	NOUN	O	0		n.person	ewtb.r.187266.2
+9	-	-	PUNCT	O	0			ewtb.r.187266.2
+10	professional	professional	ADJ	O	0			ewtb.r.187266.2
+11	diner	diner	NOUN	O	0		n.person	ewtb.r.187266.2
+12	who	who	PRON	O	0			ewtb.r.187266.2
+13	happens	happen	VERB	B	0			ewtb.r.187266.2
+14	to	to	PART	I	13			ewtb.r.187266.2
+15	own	own	VERB	O	0		v.possession	ewtb.r.187266.2
+16	the	the	DET	O	0			ewtb.r.187266.2
+17	Adelphi	adelphi	PROPN	B	0		n.group	ewtb.r.187266.2
+18	Hotel	hotel	PROPN	I	17			ewtb.r.187266.2
+19	and	and	CONJ	O	0			ewtb.r.187266.2
+20	travels	travel	VERB	O	0		v.motion	ewtb.r.187266.2
+21	the	the	DET	O	0			ewtb.r.187266.2
+22	world	world	NOUN	O	0		n.location	ewtb.r.187266.2
+23	--	--	PUNCT	O	0			ewtb.r.187266.2
+24	and	and	CONJ	O	0			ewtb.r.187266.2
+25	residing	reside	VERB	O	0		v.social	ewtb.r.187266.2
+26	in	in	ADP	O	0			ewtb.r.187266.2
+27	Paris	paris	PROPN	O	0		n.location	ewtb.r.187266.2
+28	,	,	PUNCT	O	0			ewtb.r.187266.2
+29	London	london	PROPN	O	0		n.location	ewtb.r.187266.2
+30	,	,	PUNCT	O	0			ewtb.r.187266.2
+31	New	new	PROPN	B	0		n.location	ewtb.r.187266.2
+32	York	york	PROPN	I	31			ewtb.r.187266.2
+33	the	the	DET	O	0			ewtb.r.187266.2
+34	rest	rest	NOUN	O	0		n.quantity	ewtb.r.187266.2
+35	of	of	ADP	O	0			ewtb.r.187266.2
+36	the	the	DET	O	0			ewtb.r.187266.2
+37	year	year	NOUN	O	0		n.time	ewtb.r.187266.2
+38	.	.	PUNCT	O	0			ewtb.r.187266.2
+
+1	SHE	she	PRON	O	0			ewtb.r.187266.3
+2	KNOWS	know	VERB	O	0		v.cognition	ewtb.r.187266.3
+3	GREAT	great	ADJ	O	0			ewtb.r.187266.3
+4	FOOD	food	NOUN	O	0		n.food	ewtb.r.187266.3
+5	AND	and	CONJ	O	0			ewtb.r.187266.3
+6	DINING	dining	NOUN	O	0		n.act	ewtb.r.187266.3
+7	EXPERIENCES	experience	NOUN	O	0		n.event	ewtb.r.187266.3
+8	.	.	PUNCT	O	0			ewtb.r.187266.3
+
+1	She	she	PRON	O	0			ewtb.r.187266.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.187266.4
+3	dead	dead	ADJ	B	0			ewtb.r.187266.4
+4	on	on	ADJ	I	3			ewtb.r.187266.4
+5	--	--	PUNCT	O	0			ewtb.r.187266.4
+6	this	this	DET	O	0			ewtb.r.187266.4
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.187266.4
+8	was	be	VERB	O	0		v.stative	ewtb.r.187266.4
+9	wonderful	wonderful	ADJ	O	0			ewtb.r.187266.4
+10	---	---	PUNCT	O	0			ewtb.r.187266.4
+11	do	do	AUX	O	0			ewtb.r.187266.4
+12	not	not	PART	O	0			ewtb.r.187266.4
+13	be	be	AUX	O	0			ewtb.r.187266.4
+14	put	put	VERB	B	0		v.emotion	ewtb.r.187266.4
+15	off	off	ADP	I	14			ewtb.r.187266.4
+16	by	by	ADP	O	0			ewtb.r.187266.4
+17	the	the	DET	O	0			ewtb.r.187266.4
+18	one	one	NUM	O	0			ewtb.r.187266.4
+19	negative	negative	ADJ	O	0			ewtb.r.187266.4
+20	review	review	NOUN	O	0		n.communication	ewtb.r.187266.4
+21	on	on	ADP	O	0			ewtb.r.187266.4
+22	this	this	DET	O	0			ewtb.r.187266.4
+23	page	page	NOUN	O	0		n.communication	ewtb.r.187266.4
+24	.	.	PUNCT	O	0			ewtb.r.187266.4
+
+1	I	i	PRON	O	0			ewtb.r.187266.5
+2	can	can	AUX	O	0			ewtb.r.187266.5
+3	tell	tell	VERB	O	0		v.communication	ewtb.r.187266.5
+4	you	you	PRON	O	0			ewtb.r.187266.5
+5	we	we	PRON	O	0			ewtb.r.187266.5
+6	were	be	AUX	O	0		v.stative	ewtb.r.187266.5
+7	pleasantly	pleasantly	ADV	O	0			ewtb.r.187266.5
+8	surprised	surprise	VERB	O	0			ewtb.r.187266.5
+9	--	--	PUNCT	O	0			ewtb.r.187266.5
+10	BT	bt	PROPN	O	0		n.person	ewtb.r.187266.5
+11	has	have	VERB	O	0		v.stative	ewtb.r.187266.5
+12	taste	taste	NOUN	O	0		n.attribute	ewtb.r.187266.5
+13	memory	memory	NOUN	O	0		n.attribute	ewtb.r.187266.5
+14	and	and	CONJ	O	0			ewtb.r.187266.5
+15	each	each	DET	O	0			ewtb.r.187266.5
+16	time	time	NOUN	O	0		n.event	ewtb.r.187266.5
+17	back	back	ADV	O	0			ewtb.r.187266.5
+18	the	the	DET	O	0			ewtb.r.187266.5
+19	food	food	NOUN	O	0		n.food	ewtb.r.187266.5
+20	was	be	VERB	O	0		v.stative	ewtb.r.187266.5
+21	consistently	consistently	ADV	O	0			ewtb.r.187266.5
+22	delicious	delicious	ADJ	O	0			ewtb.r.187266.5
+23	--	--	PUNCT	O	0			ewtb.r.187266.5
+24	same	same	ADJ	O	0			ewtb.r.187266.5
+25	dishes	dish	NOUN	O	0		n.food	ewtb.r.187266.5
+26	--	--	PUNCT	O	0			ewtb.r.187266.5
+27	were	be	VERB	O	0		v.stative	ewtb.r.187266.5
+28	consistent	consistent	ADJ	O	0			ewtb.r.187266.5
+29	.	.	PUNCT	O	0			ewtb.r.187266.5
+
+1	Our	our	PRON	O	0			ewtb.r.187266.6
+2	friend	friend	NOUN	O	0		n.person	ewtb.r.187266.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.187266.6
+4	a	a	DET	O	0			ewtb.r.187266.6
+5	world	world	NOUN	B	0		n.person	ewtb.r.187266.6
+6	traveler	traveler	NOUN	I	5			ewtb.r.187266.6
+7	and	and	CONJ	O	0			ewtb.r.187266.6
+8	loves	love	VERB	O	0		v.emotion	ewtb.r.187266.6
+9	unpretentious	unpretentious	ADJ	O	0			ewtb.r.187266.6
+10	dining	dining	NOUN	O	0		n.act	ewtb.r.187266.6
+11	experiences	experience	NOUN	O	0		n.event	ewtb.r.187266.6
+12	and	and	CONJ	O	0			ewtb.r.187266.6
+13	inspired	inspired	ADJ	O	0			ewtb.r.187266.6
+14	food	food	NOUN	O	0		n.food	ewtb.r.187266.6
+15	.	.	PUNCT	O	0			ewtb.r.187266.6
+
+1	This	this	DET	O	0			ewtb.r.187266.7
+2	chef	chef	NOUN	O	0		n.person	ewtb.r.187266.7
+3	knows	know	VERB	O	0		v.cognition	ewtb.r.187266.7
+4	what	what	PRON	O	0			ewtb.r.187266.7
+5	he	he	PRON	O	0			ewtb.r.187266.7
+6	is	be	AUX	O	0			ewtb.r.187266.7
+7	doing	do	VERB	O	0		v.stative	ewtb.r.187266.7
+8	.	.	PUNCT	O	0			ewtb.r.187266.7
+
+1	Treat	treat	VERB	O	0		v.social	ewtb.r.187266.8
+2	yourself	yourself	PRON	O	0			ewtb.r.187266.8
+3	and	and	CONJ	O	0			ewtb.r.187266.8
+4	go	go	VERB	O	0		v.motion	ewtb.r.187266.8
+5	--	--	PUNCT	O	0			ewtb.r.187266.8
+6	you	you	PRON	O	0			ewtb.r.187266.8
+7	will	will	AUX	O	0			ewtb.r.187266.8
+8	go	go	VERB	O	0		v.motion	ewtb.r.187266.8
+9	back	back	ADV	O	0			ewtb.r.187266.8
+10	!	!	PUNCT	O	0			ewtb.r.187266.8
+
+1	I	i	PRON	O	0			ewtb.r.187266.9
+2	am	be	VERB	O	0		v.stative	ewtb.r.187266.9
+3	a	a	DET	O	0			ewtb.r.187266.9
+4	business	business	NOUN	O	0		n.group	ewtb.r.187266.9
+5	owner	owner	NOUN	O	0		n.person	ewtb.r.187266.9
+6	in	in	ADP	O	0			ewtb.r.187266.9
+7	downtown	downtown	NOUN	O	0		n.location	ewtb.r.187266.9
+8	Saratoga	saratoga	PROPN	B	0		n.location	ewtb.r.187266.9
+9	Springs	springs	PROPN	I	8			ewtb.r.187266.9
+10	and	and	CONJ	O	0			ewtb.r.187266.9
+11	wish	wish	VERB	O	0		v.emotion	ewtb.r.187266.9
+12	this	this	DET	O	0			ewtb.r.187266.9
+13	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.187266.9
+14	was	be	VERB	O	0		v.stative	ewtb.r.187266.9
+15	in	in	ADP	O	0			ewtb.r.187266.9
+16	our	our	PRON	O	0			ewtb.r.187266.9
+17	town	town	NOUN	O	0		n.location	ewtb.r.187266.9
+18	!	!	PUNCT	O	0			ewtb.r.187266.9
+
+1	The	the	DET	O	0			ewtb.r.187266.10
+2	affordable	affordable	ADJ	O	0			ewtb.r.187266.10
+3	rent	rent	NOUN	O	0		n.possession	ewtb.r.187266.10
+4	makes	make	VERB	O	0		v.stative	ewtb.r.187266.10
+5	it	it	PRON	O	0			ewtb.r.187266.10
+6	possible	possible	ADJ	O	0			ewtb.r.187266.10
+7	for	for	SCONJ	O	0			ewtb.r.187266.10
+8	an	an	DET	O	0			ewtb.r.187266.10
+9	inspired	inspired	ADJ	O	0			ewtb.r.187266.10
+10	chef	chef	NOUN	O	0		n.person	ewtb.r.187266.10
+11	to	to	PART	O	0			ewtb.r.187266.10
+12	serve	serve	VERB	O	0		v.social	ewtb.r.187266.10
+13	his	his	PRON	O	0			ewtb.r.187266.10
+14	high	high	ADJ	O	0			ewtb.r.187266.10
+15	quality	quality	NOUN	O	0			ewtb.r.187266.10
+16	fare	fare	NOUN	O	0		n.food	ewtb.r.187266.10
+17	at	at	ADP	O	0			ewtb.r.187266.10
+18	affordable	affordable	ADJ	O	0			ewtb.r.187266.10
+19	prices	price	NOUN	O	0		n.possession	ewtb.r.187266.10
+20	!	!	PUNCT	O	0			ewtb.r.187266.10
+
+1	Unlike	unlike	ADP	O	0			ewtb.r.187266.11
+2	Saratoga	saratoga	PROPN	O	0		n.location	ewtb.r.187266.11
+3	.	.	PUNCT	O	0			ewtb.r.187266.11
+
+1	I	i	PRON	O	0			ewtb.r.187266.12
+2	rrly	rrly	ADV	O	0			ewtb.r.187266.12
+3	seek	seek	VERB	B	0		v.cognition	ewtb.r.187266.12
+4	the	the	DET	o	0			ewtb.r.187266.12
+5	cehf	cehf	NOUN	o	0		n.person	ewtb.r.187266.12
+6	out	out	ADP	I	3			ewtb.r.187266.12
+7	to	to	PART	O	0			ewtb.r.187266.12
+8	introduce	introduce	VERB	O	0		v.social	ewtb.r.187266.12
+9	myself	myself	PRON	O	0			ewtb.r.187266.12
+10	--	--	PUNCT	O	0			ewtb.r.187266.12
+11	but	but	CONJ	O	0			ewtb.r.187266.12
+12	the	the	DET	O	0			ewtb.r.187266.12
+13	second	second	ADJ	O	0			ewtb.r.187266.12
+14	time	time	NOUN	O	0		n.event	ewtb.r.187266.12
+15	we	we	PRON	O	0			ewtb.r.187266.12
+16	went	go	VERB	O	0		v.motion	ewtb.r.187266.12
+17	--	--	PUNCT	O	0			ewtb.r.187266.12
+18	i	i	PRON	O	0			ewtb.r.187266.12
+19	made	make	VERB	B	0		v.cognition	ewtb.r.187266.12
+20	a	a	DET	I	19			ewtb.r.187266.12
+21	point	point	NOUN	I	20			ewtb.r.187266.12
+22	of	of	SCONJ	O	0			ewtb.r.187266.12
+23	asking	ask	VERB	O	0		v.communication	ewtb.r.187266.12
+24	our	our	PRON	O	0			ewtb.r.187266.12
+25	wait	wait	NOUN	O	0			ewtb.r.187266.12
+26	person	person	NOUN	O	0		n.person	ewtb.r.187266.12
+27	to	to	PART	O	0			ewtb.r.187266.12
+28	introduce	introduce	VERB	O	0		v.social	ewtb.r.187266.12
+29	my	my	PRON	O	0			ewtb.r.187266.12
+30	friend	friend	NOUN	O	0		n.person	ewtb.r.187266.12
+31	and	and	CONJ	O	0			ewtb.r.187266.12
+32	myself	myself	PRON	O	0			ewtb.r.187266.12
+33	to	to	ADP	O	0			ewtb.r.187266.12
+34	the	the	DET	O	0			ewtb.r.187266.12
+35	chef	chef	NOUN	O	0		n.person	ewtb.r.187266.12
+36	to	to	PART	O	0			ewtb.r.187266.12
+37	tell	tell	VERB	O	0		v.communication	ewtb.r.187266.12
+38	him	him	PRON	O	0			ewtb.r.187266.12
+39	just	just	ADV	O	0			ewtb.r.187266.12
+40	how	how	ADV	O	0			ewtb.r.187266.12
+41	good	good	ADJ	O	0			ewtb.r.187266.12
+42	our	our	PRON	O	0			ewtb.r.187266.12
+43	meals	meal	NOUN	O	0		n.food	ewtb.r.187266.12
+44	were	be	VERB	O	0		v.stative	ewtb.r.187266.12
+45	.	.	PUNCT	O	0			ewtb.r.187266.12
+
+1	Can	can	AUX	O	0			ewtb.r.187266.13
+2	not	not	PART	O	0			ewtb.r.187266.13
+3	wait	wait	VERB	O	0		v.cognition	ewtb.r.187266.13
+4	to	to	PART	O	0			ewtb.r.187266.13
+5	go	go	VERB	O	0		v.motion	ewtb.r.187266.13
+6	gain	gain	ADV	O	0			ewtb.r.187266.13
+7	.	.	PUNCT	O	0			ewtb.r.187266.13
+
+1	-	-	SYM	O	0			ewtb.r.187266.14
+2	R.	r.	PROPN	B	0		n.person	ewtb.r.187266.14
+3	Morris	morris	PROPN	I	2			ewtb.r.187266.14
+4	.	.	PUNCT	O	0			ewtb.r.187266.14
+
+1	Totally	totally	ADV	O	0			ewtb.r.188461.1
+2	flavored	flavored	ADJ	O	0			ewtb.r.188461.1
+
+1	The	the	DET	O	0			ewtb.r.188461.2
+2	statement	statement	NOUN	O	0		n.communication	ewtb.r.188461.2
+3	about	about	ADP	O	0			ewtb.r.188461.2
+4	"	"	PUNCT	O	0			ewtb.r.188461.2
+5	best	best	ADJ	O	0			ewtb.r.188461.2
+6	hamburguers	hamburguers	NOUN	O	0		n.food	ewtb.r.188461.2
+7	in	in	ADP	B	0			ewtb.r.188461.2
+8	town	town	NOUN	I	7			ewtb.r.188461.2
+9	"	"	PUNCT	O	0			ewtb.r.188461.2
+10	can	can	AUX	O	0			ewtb.r.188461.2
+11	be	be	AUX	O	0			ewtb.r.188461.2
+12	even	even	ADV	O	0			ewtb.r.188461.2
+13	amplifiaed	amplifiaed	VERB	O	0		v.change	ewtb.r.188461.2
+14	to	to	ADP	O	0			ewtb.r.188461.2
+15	"	"	PUNCT	O	0			ewtb.r.188461.2
+16	best	best	ADJ	O	0			ewtb.r.188461.2
+17	hamburguers	hamburguers	NOUN	O	0		n.food	ewtb.r.188461.2
+18	in	in	ADP	O	0			ewtb.r.188461.2
+19	world	world	NOUN	O	0		n.cognition	ewtb.r.188461.2
+20	"	"	PUNCT	O	0			ewtb.r.188461.2
+21	Totally	totally	ADV	O	0			ewtb.r.188461.2
+22	worth	worth	ADJ	O	0			ewtb.r.188461.2
+23	,	,	PUNCT	O	0			ewtb.r.188461.2
+24	juicy	juicy	ADJ	O	0			ewtb.r.188461.2
+25	,	,	PUNCT	O	0			ewtb.r.188461.2
+26	big	big	ADJ	O	0			ewtb.r.188461.2
+27	,	,	PUNCT	O	0			ewtb.r.188461.2
+28	fresh	fresh	ADJ	O	0			ewtb.r.188461.2
+29	,	,	PUNCT	O	0			ewtb.r.188461.2
+30	and	and	CONJ	O	0			ewtb.r.188461.2
+31	excellent	excellent	ADJ	O	0			ewtb.r.188461.2
+32	customer	customer	NOUN	B	0		n.act	ewtb.r.188461.2
+33	service	service	NOUN	I	32			ewtb.r.188461.2
+34	!	!	PUNCT	O	0			ewtb.r.188461.2
+
+1	Worst	worst	ADJ	O	0			ewtb.r.191666.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.191666.1
+3	I	i	PRON	O	0			ewtb.r.191666.1
+4	've	've	AUX	O	0			ewtb.r.191666.1
+5	Ever	ever	ADV	O	0			ewtb.r.191666.1
+6	Experienced	experience	VERB	O	0		v.cognition	ewtb.r.191666.1
+
+1	I	i	PRON	O	0			ewtb.r.191666.2
+2	wish	wish	VERB	O	0		v.emotion	ewtb.r.191666.2
+3	there	there	PRON	O	0			ewtb.r.191666.2
+4	was	be	VERB	O	0		v.stative	ewtb.r.191666.2
+5	something	something	NOUN	O	0			ewtb.r.191666.2
+6	good	good	ADJ	O	0			ewtb.r.191666.2
+7	to	to	PART	O	0			ewtb.r.191666.2
+8	say	say	VERB	O	0		v.communication	ewtb.r.191666.2
+9	about	about	ADP	O	0			ewtb.r.191666.2
+10	the	the	DET	O	0			ewtb.r.191666.2
+11	business	business	NOUN	O	0		n.group	ewtb.r.191666.2
+12	,	,	PUNCT	O	0			ewtb.r.191666.2
+13	but	but	CONJ	O	0			ewtb.r.191666.2
+14	unfortunately	unfortunately	ADV	O	0			ewtb.r.191666.2
+15	,	,	PUNCT	O	0			ewtb.r.191666.2
+16	there	there	PRON	O	0			ewtb.r.191666.2
+17	is	be	VERB	O	0		v.stative	ewtb.r.191666.2
+18	n't	n't	PART	O	0			ewtb.r.191666.2
+19	.	.	PUNCT	O	0			ewtb.r.191666.2
+
+1	1	1	X	O	0			ewtb.r.191666.3
+2	)	)	PUNCT	O	0			ewtb.r.191666.3
+3	Service	service	NOUN	O	0		n.act	ewtb.r.191666.3
+4	and	and	CONJ	O	0			ewtb.r.191666.3
+5	manners	manners	NOUN	O	0		n.cognition	ewtb.r.191666.3
+6	were	be	VERB	O	0		v.stative	ewtb.r.191666.3
+7	nonexistent	nonexistent	ADJ	O	0			ewtb.r.191666.3
+8	.	.	PUNCT	O	0			ewtb.r.191666.3
+
+1	2	2	X	O	0			ewtb.r.191666.4
+2	)	)	PUNCT	O	0			ewtb.r.191666.4
+3	The	the	DET	O	0			ewtb.r.191666.4
+4	employees	employee	NOUN	O	0		n.person	ewtb.r.191666.4
+5	constantly	constantly	ADV	O	0			ewtb.r.191666.4
+6	talk	talk	VERB	B	0		v.communication	ewtb.r.191666.4
+7	down	down	ADV	I	6			ewtb.r.191666.4
+8	to	to	ADP	O	0			ewtb.r.191666.4
+9	customers	customer	NOUN	O	0		n.person	ewtb.r.191666.4
+10	and	and	CONJ	O	0			ewtb.r.191666.4
+11	are	be	VERB	O	0		v.stative	ewtb.r.191666.4
+12	very	very	ADV	O	0			ewtb.r.191666.4
+13	argumentative	argumentative	ADJ	O	0			ewtb.r.191666.4
+14	for	for	ADP	B	0			ewtb.r.191666.4
+15	the	the	DET	I	14			ewtb.r.191666.4
+16	sake	sake	NOUN	I	15			ewtb.r.191666.4
+17	of	of	SCONJ	I	16			ewtb.r.191666.4
+18	being	be	VERB	O	0		v.stative	ewtb.r.191666.4
+19	argumentative	argumentative	ADJ	O	0			ewtb.r.191666.4
+20	.	.	PUNCT	O	0			ewtb.r.191666.4
+
+1	(	(	PUNCT	O	0			ewtb.r.191666.5
+2	to	to	ADP	O	0			ewtb.r.191666.5
+3	both	both	CONJ	O	0			ewtb.r.191666.5
+4	myself	myself	PRON	O	0			ewtb.r.191666.5
+5	and	and	CONJ	O	0			ewtb.r.191666.5
+6	customers	customer	NOUN	O	0		n.person	ewtb.r.191666.5
+7	)	)	PUNCT	O	0			ewtb.r.191666.5
+8	3	3	X	O	0			ewtb.r.191666.5
+9	)	)	PUNCT	O	0			ewtb.r.191666.5
+10	I	i	PRON	O	0			ewtb.r.191666.5
+11	have	have	AUX	O	0			ewtb.r.191666.5
+12	never	never	ADV	O	0			ewtb.r.191666.5
+13	experienced	experience	VERB	O	0		v.cognition	ewtb.r.191666.5
+14	so	so	ADV	O	0			ewtb.r.191666.5
+15	much	much	ADJ	O	0			ewtb.r.191666.5
+16	rudeness	rudeness	NOUN	O	0		n.attribute	ewtb.r.191666.5
+17	coming	come	VERB	O	0		v.cognition	ewtb.r.191666.5
+18	from	from	ADP	O	0			ewtb.r.191666.5
+19	a	a	DET	O	0			ewtb.r.191666.5
+20	business	business	NOUN	O	0		n.group	ewtb.r.191666.5
+21	.	.	PUNCT	O	0			ewtb.r.191666.5
+
+1	4	4	X	O	0			ewtb.r.191666.6
+2	)	)	PUNCT	O	0			ewtb.r.191666.6
+3	The	the	DET	O	0			ewtb.r.191666.6
+4	business	business	NOUN	O	0		n.group	ewtb.r.191666.6
+5	is	be	VERB	O	0		v.stative	ewtb.r.191666.6
+6	very	very	ADV	O	0			ewtb.r.191666.6
+7	unorganized	unorganized	ADJ	O	0			ewtb.r.191666.6
+8	.	.	PUNCT	O	0			ewtb.r.191666.6
+
+1	The	the	DET	O	0			ewtb.r.191666.7
+2	invoice	invoice	NOUN	O	0		n.possession	ewtb.r.191666.7
+3	is	be	VERB	O	0		v.stative	ewtb.r.191666.7
+4	not	not	PART	O	0			ewtb.r.191666.7
+5	detailed	detailed	ADJ	O	0			ewtb.r.191666.7
+6	,	,	PUNCT	O	0			ewtb.r.191666.7
+7	so	so	ADV	O	0			ewtb.r.191666.7
+8	it	it	PRON	O	0			ewtb.r.191666.7
+9	is	be	VERB	O	0		v.stative	ewtb.r.191666.7
+10	difficult	difficult	ADJ	O	0			ewtb.r.191666.7
+11	to	to	PART	O	0			ewtb.r.191666.7
+12	see	see	VERB	O	0		v.cognition	ewtb.r.191666.7
+13	what	what	PRON	O	0			ewtb.r.191666.7
+14	you	you	PRON	O	0			ewtb.r.191666.7
+15	are	be	AUX	O	0			ewtb.r.191666.7
+16	paying	pay	VERB	O	0		v.possession	ewtb.r.191666.7
+17	for	for	ADP	O	0			ewtb.r.191666.7
+18	.	.	PUNCT	O	0			ewtb.r.191666.7
+
+1	I	i	PRON	O	0			ewtb.r.191666.8
+2	'd	'd	AUX	O	0			ewtb.r.191666.8
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.191666.8
+4	to	to	PART	O	0			ewtb.r.191666.8
+5	save	save	VERB	O	0		v.stative	ewtb.r.191666.8
+6	your	your	PRON	O	0			ewtb.r.191666.8
+7	time	time	NOUN	O	0		n.time	ewtb.r.191666.8
+8	and	and	CONJ	O	0			ewtb.r.191666.8
+9	energy	energy	NOUN	O	0		n.cognition	ewtb.r.191666.8
+10	and	and	CONJ	O	0			ewtb.r.191666.8
+11	find	find	VERB	O	0		v.cognition	ewtb.r.191666.8
+12	another	another	DET	O	0			ewtb.r.191666.8
+13	greek	greek	ADJ	O	0			ewtb.r.191666.8
+14	store	store	NOUN	O	0		n.group	ewtb.r.191666.8
+15	.	.	PUNCT	O	0			ewtb.r.191666.8
+
+1	THE	the	DET	O	0			ewtb.r.200566.1
+2	TEACHING	teaching	NOUN	O	0		n.act	ewtb.r.200566.1
+3	THERE	there	ADV	O	0			ewtb.r.200566.1
+4	SUCKS	suck	VERB	O	0			ewtb.r.200566.1
+5	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.200566.1
+
+1	ALL	all	DET	O	0			ewtb.r.200566.2
+2	OF	of	ADP	O	0			ewtb.r.200566.2
+3	THE	the	DET	O	0			ewtb.r.200566.2
+4	TEACHERS	teacher	NOUN	O	0		n.person	ewtb.r.200566.2
+5	THERE	there	ADV	O	0			ewtb.r.200566.2
+6	ARE	be	VERB	O	0		v.stative	ewtb.r.200566.2
+7	SO	so	ADV	O	0			ewtb.r.200566.2
+8	MEAN	mean	ADJ	O	0			ewtb.r.200566.2
+9	THEY	they	PRON	O	0			ewtb.r.200566.2
+10	GET	get	VERB	B	0		v.cognition	ewtb.r.200566.2
+11	MAD	mad	ADJ	I	10			ewtb.r.200566.2
+12	AT	at	ADP	I	11			ewtb.r.200566.2
+13	YOU	you	PRON	O	0			ewtb.r.200566.2
+14	FOR	for	ADP	O	0			ewtb.r.200566.2
+15	NOTHING	nothing	NOUN	O	0			ewtb.r.200566.2
+16	!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.200566.2
+
+1	THIS	this	DET	O	0			ewtb.r.200566.3
+2	IS	be	VERB	O	0		v.stative	ewtb.r.200566.3
+3	THE	the	DET	O	0			ewtb.r.200566.3
+4	WORST	worst	ADJ	O	0			ewtb.r.200566.3
+5	SCHOOL	school	NOUN	O	0		n.group	ewtb.r.200566.3
+6	I	i	PRON	O	0			ewtb.r.200566.3
+7	VE	ve	AUX	O	0			ewtb.r.200566.3
+8	BEEN	be	VERB	B	0		v.motion	ewtb.r.200566.3
+9	TO	to	ADP	I	8			ewtb.r.200566.3
+10	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.200566.3
+
+1	kudos	kudos	NOUN	O	0			ewtb.r.200668.1
+2	to	to	ADP	O	0			ewtb.r.200668.1
+3	Allentown	allentown	PROPN	B	0		n.group	ewtb.r.200668.1
+4	Post	post	PROPN	I	3			ewtb.r.200668.1
+5	Office	office	PROPN	I	4			ewtb.r.200668.1
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.200668.1
+
+1	The	the	DET	O	0			ewtb.r.200668.2
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.200668.2
+3	in	in	ADP	O	0			ewtb.r.200668.2
+4	Allentown	allentown	PROPN	O	0		n.location	ewtb.r.200668.2
+5	are	be	VERB	O	0		v.stative	ewtb.r.200668.2
+6	friendly	friendly	ADJ	O	0			ewtb.r.200668.2
+7	,	,	PUNCT	O	0			ewtb.r.200668.2
+8	helpful	helpful	ADJ	O	0			ewtb.r.200668.2
+9	and	and	CONJ	O	0			ewtb.r.200668.2
+10	a	a	DET	O	0			ewtb.r.200668.2
+11	delight	delight	NOUN	O	0		n.feeling	ewtb.r.200668.2
+12	to	to	PART	O	0			ewtb.r.200668.2
+13	know	know	VERB	O	0		v.cognition	ewtb.r.200668.2
+14	..	..	PUNCT	O	0			ewtb.r.200668.2
+
+1	Pho	pho	NOUN	O	0		n.food	ewtb.r.209465.1
+2	-	-	PUNCT	O	0			ewtb.r.209465.1
+3	nomenal	nomenal	ADJ	O	0			ewtb.r.209465.1
+4	!!	!!	PUNCT	O	0			ewtb.r.209465.1
+
+1	I	i	PRON	O	0			ewtb.r.209465.2
+2	have	have	AUX	O	0			ewtb.r.209465.2
+3	been	be	AUX	O	0			ewtb.r.209465.2
+4	eating	eat	VERB	O	0		v.consumption	ewtb.r.209465.2
+5	Pho	pho	NOUN	O	0		n.food	ewtb.r.209465.2
+6	for	for	ADP	O	0			ewtb.r.209465.2
+7	almost	almost	ADV	O	0			ewtb.r.209465.2
+8	my	my	PRON	O	0			ewtb.r.209465.2
+9	entire	entire	ADJ	O	0			ewtb.r.209465.2
+10	life	life	NOUN	O	0		n.time	ewtb.r.209465.2
+11	and	and	CONJ	O	0			ewtb.r.209465.2
+12	I	i	PRON	O	0			ewtb.r.209465.2
+13	've	've	AUX	O	0			ewtb.r.209465.2
+14	always	always	ADV	O	0			ewtb.r.209465.2
+15	gone	go	VERB	O	0		v.motion	ewtb.r.209465.2
+16	to	to	ADP	O	0			ewtb.r.209465.2
+17	the	the	DET	O	0			ewtb.r.209465.2
+18	Pho	pho	NOUN	O	0		n.food	ewtb.r.209465.2
+19	places	place	NOUN	O	0		n.group	ewtb.r.209465.2
+20	in	in	ADP	O	0			ewtb.r.209465.2
+21	south	south	PROPN	O	0		n.location	ewtb.r.209465.2
+22	philly	philly	PROPN	O	0		n.location	ewtb.r.209465.2
+23	and	and	CONJ	O	0			ewtb.r.209465.2
+24	off	off	ADP	O	0			ewtb.r.209465.2
+25	the	the	DET	O	0			ewtb.r.209465.2
+26	boulevard	boulevard	NOUN	O	0		n.location	ewtb.r.209465.2
+27	and	and	CONJ	O	0			ewtb.r.209465.2
+28	even	even	ADV	O	0			ewtb.r.209465.2
+29	the	the	DET	O	0			ewtb.r.209465.2
+30	other	other	ADJ	O	0			ewtb.r.209465.2
+31	one	one	NOUN	O	0		n.group	ewtb.r.209465.2
+32	in	in	ADP	O	0			ewtb.r.209465.2
+33	chinatown	chinatown	PROPN	O	0		n.location	ewtb.r.209465.2
+34	,	,	PUNCT	O	0			ewtb.r.209465.2
+35	but	but	CONJ	O	0			ewtb.r.209465.2
+36	when	when	ADV	O	0			ewtb.r.209465.2
+37	i	i	PRON	O	0			ewtb.r.209465.2
+38	tried	try	VERB	O	0		v.social	ewtb.r.209465.2
+39	this	this	DET	O	0			ewtb.r.209465.2
+40	pho	pho	NOUN	O	0		n.food	ewtb.r.209465.2
+41	place	place	NOUN	O	0		n.group	ewtb.r.209465.2
+42	,	,	PUNCT	O	0			ewtb.r.209465.2
+43	it	it	PRON	O	0			ewtb.r.209465.2
+44	blew	blow	VERB	B	0		v.cognition	ewtb.r.209465.2
+45	the	the	DET	o	0			ewtb.r.209465.2
+46	other	other	ADJ	o	0			ewtb.r.209465.2
+47	pho	pho	NOUN	o	0		n.food	ewtb.r.209465.2
+48	houses	house	NOUN	o	0		n.group	ewtb.r.209465.2
+49	away	away	ADV	I	44			ewtb.r.209465.2
+50	!!	!!	PUNCT	O	0			ewtb.r.209465.2
+
+1	all	all	DET	O	0			ewtb.r.209465.3
+2	of	of	ADP	O	0			ewtb.r.209465.3
+3	the	the	DET	O	0			ewtb.r.209465.3
+4	pho	pho	NOUN	O	0		n.food	ewtb.r.209465.3
+5	places	place	NOUN	O	0		n.group	ewtb.r.209465.3
+6	taste	taste	VERB	O	0		v.perception	ewtb.r.209465.3
+7	the	the	DET	B	0			ewtb.r.209465.3
+8	same	same	ADJ	I	7			ewtb.r.209465.3
+9	to	to	ADP	O	0			ewtb.r.209465.3
+10	me	me	PRON	O	0			ewtb.r.209465.3
+11	,	,	PUNCT	O	0			ewtb.r.209465.3
+12	so	so	ADV	O	0			ewtb.r.209465.3
+13	what	what	PRON	O	0			ewtb.r.209465.3
+14	seperates	seperates	VERB	O	0		v.stative	ewtb.r.209465.3
+15	one	one	NUM	O	0			ewtb.r.209465.3
+16	from	from	ADP	O	0			ewtb.r.209465.3
+17	the	the	DET	O	0			ewtb.r.209465.3
+18	other	other	ADJ	O	0			ewtb.r.209465.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.209465.3
+20	the	the	DET	O	0			ewtb.r.209465.3
+21	service	service	NOUN	O	0		n.act	ewtb.r.209465.3
+22	and	and	CONJ	O	0			ewtb.r.209465.3
+23	the	the	DET	O	0			ewtb.r.209465.3
+24	price	price	NOUN	O	0		n.possession	ewtb.r.209465.3
+25	.	.	PUNCT	O	0			ewtb.r.209465.3
+
+1	The	the	DET	O	0			ewtb.r.209465.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.209465.4
+3	here	here	ADV	O	0			ewtb.r.209465.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.209465.4
+5	incredible	incredible	ADJ	O	0			ewtb.r.209465.4
+6	compared	compare	VERB	B	0		v.stative	ewtb.r.209465.4
+7	to	to	ADP	I	6			ewtb.r.209465.4
+8	the	the	DET	O	0			ewtb.r.209465.4
+9	other	other	ADJ	O	0			ewtb.r.209465.4
+10	places	place	NOUN	O	0		n.group	ewtb.r.209465.4
+11	.	.	PUNCT	O	0			ewtb.r.209465.4
+
+1	the	the	DET	O	0			ewtb.r.209465.5
+2	only	only	ADJ	O	0			ewtb.r.209465.5
+3	down	down	X	B	0		n.cognition	ewtb.r.209465.5
+4	fall	fall	NOUN	I	3			ewtb.r.209465.5
+5	of	of	ADP	O	0			ewtb.r.209465.5
+6	this	this	DET	O	0			ewtb.r.209465.5
+7	pho	pho	NOUN	O	0		n.food	ewtb.r.209465.5
+8	house	house	NOUN	O	0		n.group	ewtb.r.209465.5
+9	is	be	VERB	O	0		v.stative	ewtb.r.209465.5
+10	the	the	DET	O	0			ewtb.r.209465.5
+11	difficulty	difficulty	NOUN	O	0		n.cognition	ewtb.r.209465.5
+12	in	in	SCONJ	O	0			ewtb.r.209465.5
+13	finding	find	VERB	O	0		v.cognition	ewtb.r.209465.5
+14	parking	parking	NOUN	O	0		n.cognition	ewtb.r.209465.5
+15	in	in	ADP	O	0			ewtb.r.209465.5
+16	chinatown	chinatown	PROPN	O	0		n.location	ewtb.r.209465.5
+17	.	.	PUNCT	O	0			ewtb.r.209465.5
+
+1	remember	remember	VERB	O	0		v.cognition	ewtb.r.209465.6
+2	to	to	PART	O	0			ewtb.r.209465.6
+3	bring	bring	VERB	O	0		v.motion	ewtb.r.209465.6
+4	cash	cash	NOUN	O	0		n.possession	ewtb.r.209465.6
+5	since	since	SCONJ	O	0			ewtb.r.209465.6
+6	they	they	PRON	O	0			ewtb.r.209465.6
+7	do	do	AUX	O	0			ewtb.r.209465.6
+8	n't	n't	PART	O	0			ewtb.r.209465.6
+9	take	take	VERB	O	0		v.possession	ewtb.r.209465.6
+10	debit	debit	NOUN	O	0		n.possession	ewtb.r.209465.6
+11	or	or	CONJ	O	0			ewtb.r.209465.6
+12	credit	credit	NOUN	O	0		n.possession	ewtb.r.209465.6
+13	.	.	PUNCT	O	0			ewtb.r.209465.6
+
+1	hope	hope	VERB	O	0		v.emotion	ewtb.r.209465.7
+2	this	this	DET	O	0			ewtb.r.209465.7
+3	helps	help	VERB	O	0		v.social	ewtb.r.209465.7
+4	!!	!!	PUNCT	O	0			ewtb.r.209465.7
+
+1	Bait	bait	NOUN	B	0		n.cognition	ewtb.r.210066.1
+2	and	and	CONJ	I	1			ewtb.r.210066.1
+3	switch	switch	NOUN	I	2			ewtb.r.210066.1
+4	,	,	PUNCT	O	0			ewtb.r.210066.1
+5	untrained	untrained	ADJ	O	0			ewtb.r.210066.1
+6	workers	worker	NOUN	O	0		n.person	ewtb.r.210066.1
+
+1	Called	call	VERB	O	0		v.communication	ewtb.r.210066.2
+2	the	the	DET	O	0			ewtb.r.210066.2
+3	Bonanza	bonanza	PROPN	O	0		n.group	ewtb.r.210066.2
+4	store	store	NOUN	O	0		n.group	ewtb.r.210066.2
+5	2	2	NUM	O	0			ewtb.r.210066.2
+6	weeks	week	NOUN	O	0		n.time	ewtb.r.210066.2
+7	ago	ago	ADV	O	0			ewtb.r.210066.2
+8	,	,	PUNCT	O	0			ewtb.r.210066.2
+9	before	before	SCONJ	O	0			ewtb.r.210066.2
+10	I	i	PRON	O	0			ewtb.r.210066.2
+11	ripped	rip	VERB	B	0		v.change	ewtb.r.210066.2
+12	out	out	ADP	I	11			ewtb.r.210066.2
+13	350	350	NUM	O	0			ewtb.r.210066.2
+14	sq	sq	ADJ	B	0		n.quantity	ewtb.r.210066.2
+15	ft	ft	NOUN	I	14			ewtb.r.210066.2
+16	of	of	ADP	O	0			ewtb.r.210066.2
+17	ceramic	ceramic	ADJ	O	0			ewtb.r.210066.2
+18	tile	tile	NOUN	O	0		n.artifact	ewtb.r.210066.2
+19	...	...	PUNCT	O	0			ewtb.r.210066.2
+20	was	be	AUX	O	0			ewtb.r.210066.2
+21	told	tell	VERB	O	0		v.communication	ewtb.r.210066.2
+22	I	i	PRON	O	0			ewtb.r.210066.2
+23	would	would	AUX	O	0			ewtb.r.210066.2
+24	need	need	VERB	O	0		v.cognition	ewtb.r.210066.2
+25	a	a	DET	O	0			ewtb.r.210066.2
+26	"	"	PUNCT	O	0			ewtb.r.210066.2
+27	dual	dual	ADJ	O	0			ewtb.r.210066.2
+28	head	head	NOUN	O	0		n.artifact	ewtb.r.210066.2
+29	concrete	concrete	NOUN	O	0		n.substance	ewtb.r.210066.2
+30	grinder	grinder	NOUN	O	0		n.artifact	ewtb.r.210066.2
+31	"	"	PUNCT	O	0			ewtb.r.210066.2
+32	to	to	PART	O	0			ewtb.r.210066.2
+33	remove	remove	VERB	O	0		v.change	ewtb.r.210066.2
+34	thinset	thinset	NOUN	O	0		n.artifact	ewtb.r.210066.2
+35	and	and	CONJ	O	0			ewtb.r.210066.2
+36	make	make	VERB	O	0		v.creation	ewtb.r.210066.2
+37	a	a	DET	O	0			ewtb.r.210066.2
+38	nice	nice	ADJ	O	0			ewtb.r.210066.2
+39	"	"	PUNCT	O	0			ewtb.r.210066.2
+40	finished	finish	VERB	O	0		v.change	ewtb.r.210066.2
+41	"	"	PUNCT	O	0			ewtb.r.210066.2
+42	look	look	NOUN	O	0		n.cognition	ewtb.r.210066.2
+43	(	(	PUNCT	O	0			ewtb.r.210066.2
+44	ready	ready	ADJ	B	0			ewtb.r.210066.2
+45	for	for	ADP	I	44			ewtb.r.210066.2
+46	concrete	concrete	NOUN	O	0		n.substance	ewtb.r.210066.2
+47	stain	stain	NOUN	O	0		n.artifact	ewtb.r.210066.2
+48	)	)	PUNCT	O	0			ewtb.r.210066.2
+49	.	.	PUNCT	O	0			ewtb.r.210066.2
+
+1	Was	be	AUX	O	0			ewtb.r.210066.3
+2	quoted	quote	VERB	O	0		v.possession	ewtb.r.210066.3
+3	$	$	SYM	O	0			ewtb.r.210066.3
+4	55	55	NUM	O	0			ewtb.r.210066.3
+5	all	all	ADV	B	0			ewtb.r.210066.3
+6	inclusive	inclusive	ADJ	I	5			ewtb.r.210066.3
+7	of	of	ADP	O	0			ewtb.r.210066.3
+8	grinder	grinder	NOUN	O	0		n.artifact	ewtb.r.210066.3
+9	inserts	insert	NOUN	O	0		n.artifact	ewtb.r.210066.3
+10	,	,	PUNCT	O	0			ewtb.r.210066.3
+11	etc	etc	X	O	0			ewtb.r.210066.3
+12	.	.	PUNCT	O	0			ewtb.r.210066.3
+
+1	No	no	DET	O	0			ewtb.r.210066.4
+2	problem	problem	NOUN	O	0		n.cognition	ewtb.r.210066.4
+3	,	,	PUNCT	O	0			ewtb.r.210066.4
+4	sounded	sound	VERB	O	0		v.cognition	ewtb.r.210066.4
+5	like	like	SCONJ	O	0			ewtb.r.210066.4
+6	it	it	PRON	O	0			ewtb.r.210066.4
+7	's	's	AUX	O	0			ewtb.r.210066.4
+8	done	do	VERB	O	0		v.stative	ewtb.r.210066.4
+9	every	every	DET	O	0			ewtb.r.210066.4
+10	day	day	NOUN	O	0		n.event	ewtb.r.210066.4
+11	.	.	PUNCT	O	0			ewtb.r.210066.4
+
+1	Will	will	AUX	O	0			ewtb.r.210066.5
+2	look	look	VERB	O	0		v.perception	ewtb.r.210066.5
+3	beautiful	beautiful	ADJ	O	0			ewtb.r.210066.5
+4	.	.	PUNCT	O	0			ewtb.r.210066.5
+
+1	Got	get	VERB	O	0		v.possession	ewtb.r.210066.6
+2	the	the	DET	O	0			ewtb.r.210066.6
+3	tile	tile	NOUN	O	0		n.artifact	ewtb.r.210066.6
+4	ripped	rip	VERB	B	0		v.change	ewtb.r.210066.6
+5	out	out	ADP	I	4			ewtb.r.210066.6
+6	,	,	PUNCT	O	0			ewtb.r.210066.6
+7	call	call	VERB	O	0		v.communication	ewtb.r.210066.6
+8	today	today	NOUN	O	0		n.event	ewtb.r.210066.6
+9	,	,	PUNCT	O	0			ewtb.r.210066.6
+10	now	now	ADV	O	0			ewtb.r.210066.6
+11	all	all	ADV	O	0			ewtb.r.210066.6
+12	the	the	ADV	O	0			ewtb.r.210066.6
+13	sudden	sudden	ADV	O	0			ewtb.r.210066.6
+14	this	this	DET	O	0			ewtb.r.210066.6
+15	grinder	grinder	NOUN	O	0		n.artifact	ewtb.r.210066.6
+16	wo	wo	AUX	O	0			ewtb.r.210066.6
+17	n't	n't	PART	O	0			ewtb.r.210066.6
+18	leave	leave	VERB	O	0		v.contact	ewtb.r.210066.6
+19	a	a	DET	O	0			ewtb.r.210066.6
+20	finished	finish	VERB	O	0			ewtb.r.210066.6
+21	look	look	NOUN	O	0		n.cognition	ewtb.r.210066.6
+22	AND	and	CONJ	O	0			ewtb.r.210066.6
+23	it	it	PRON	O	0			ewtb.r.210066.6
+24	's	's	VERB	O	0		v.stative	ewtb.r.210066.6
+25	$	$	SYM	O	0			ewtb.r.210066.6
+26	125	125	NUM	O	0			ewtb.r.210066.6
+27	PLUS	plus	CONJ	O	0			ewtb.r.210066.6
+28	around	around	ADV	O	0			ewtb.r.210066.6
+29	$	$	SYM	O	0			ewtb.r.210066.6
+30	75	75	NUM	O	0			ewtb.r.210066.6
+31	for	for	ADP	O	0			ewtb.r.210066.6
+32	the	the	DET	O	0			ewtb.r.210066.6
+33	inserts	insert	NOUN	O	0		n.artifact	ewtb.r.210066.6
+34	.	.	PUNCT	O	0			ewtb.r.210066.6
+
+1	I	i	PRON	O	0			ewtb.r.210066.7
+2	can	can	AUX	O	0			ewtb.r.210066.7
+3	rent	rent	VERB	O	0		v.possession	ewtb.r.210066.7
+4	another	another	DET	O	0			ewtb.r.210066.7
+5	machine	machine	NOUN	O	0		n.artifact	ewtb.r.210066.7
+6	for	for	ADP	O	0			ewtb.r.210066.7
+7	like	like	ADV	O	0			ewtb.r.210066.7
+8	$	$	SYM	O	0			ewtb.r.210066.7
+9	60	60	NUM	O	0			ewtb.r.210066.7
+10	that	that	DET	O	0			ewtb.r.210066.7
+11	will	will	AUX	O	0			ewtb.r.210066.7
+12	give	give	VERB	O	0		v.creation	ewtb.r.210066.7
+13	it	it	PRON	O	0			ewtb.r.210066.7
+14	a	a	DET	O	0			ewtb.r.210066.7
+15	finished	finish	VERB	O	0			ewtb.r.210066.7
+16	look	look	NOUN	O	0		n.cognition	ewtb.r.210066.7
+17	.	.	PUNCT	O	0			ewtb.r.210066.7
+
+1	So	so	ADV	O	0			ewtb.r.210066.8
+2	from	from	ADP	O	0			ewtb.r.210066.8
+3	$	$	SYM	O	0			ewtb.r.210066.8
+4	55	55	NUM	O	0			ewtb.r.210066.8
+5	to	to	ADP	O	0			ewtb.r.210066.8
+6	$	$	SYM	O	0			ewtb.r.210066.8
+7	260	260	NUM	O	0			ewtb.r.210066.8
+8	?	?	PUNCT	O	0			ewtb.r.210066.8
+
+1	Are	be	VERB	O	0		v.stative	ewtb.r.210066.9
+2	they	they	PRON	O	0			ewtb.r.210066.9
+3	serious	serious	ADJ	O	0			ewtb.r.210066.9
+4	?	?	PUNCT	O	0			ewtb.r.210066.9
+
+1	I	i	PRON	O	0			ewtb.r.210066.10
+2	feel	feel	VERB	O	0		v.cognition	ewtb.r.210066.10
+3	like	like	SCONJ	O	0			ewtb.r.210066.10
+4	they	they	PRON	O	0			ewtb.r.210066.10
+5	did	do	AUX	O	0			ewtb.r.210066.10
+6	n't	n't	PART	O	0			ewtb.r.210066.10
+7	tell	tell	VERB	O	0		v.communication	ewtb.r.210066.10
+8	me	me	PRON	O	0			ewtb.r.210066.10
+9	the	the	DET	O	0			ewtb.r.210066.10
+10	pitfalls	pitfall	NOUN	O	0		n.cognition	ewtb.r.210066.10
+11	before	before	SCONJ	O	0			ewtb.r.210066.10
+12	I	i	PRON	O	0			ewtb.r.210066.10
+13	pulled	pull	VERB	B	0		v.change	ewtb.r.210066.10
+14	out	out	ADV	I	13			ewtb.r.210066.10
+15	this	this	DET	O	0			ewtb.r.210066.10
+16	tile	tile	NOUN	O	0		n.artifact	ewtb.r.210066.10
+17	and	and	CONJ	O	0			ewtb.r.210066.10
+18	now	now	ADV	O	0			ewtb.r.210066.10
+19	that	that	SCONJ	O	0			ewtb.r.210066.10
+20	I	i	PRON	O	0			ewtb.r.210066.10
+21	have	have	VERB	O	0		v.stative	ewtb.r.210066.10
+22	no	no	DET	O	0			ewtb.r.210066.10
+23	other	other	ADJ	O	0			ewtb.r.210066.10
+24	options	option	NOUN	O	0		n.cognition	ewtb.r.210066.10
+25	they	they	PRON	O	0			ewtb.r.210066.10
+26	want	want	VERB	O	0		v.possession	ewtb.r.210066.10
+27	5	5	NUM	O	0			ewtb.r.210066.10
+28	TIMES	times	NOUN	O	0		n.quantity	ewtb.r.210066.10
+29	the	the	DET	O	0			ewtb.r.210066.10
+30	price	price	NOUN	O	0		n.possession	ewtb.r.210066.10
+31	?	?	PUNCT	O	0			ewtb.r.210066.10
+
+1	Either	either	CONJ	O	0			ewtb.r.210066.11
+2	these	these	DET	O	0			ewtb.r.210066.11
+3	people	person	NOUN	O	0		n.person	ewtb.r.210066.11
+4	do	do	AUX	O	0			ewtb.r.210066.11
+5	n't	n't	PART	O	0			ewtb.r.210066.11
+6	know	know	VERB	O	0		v.cognition	ewtb.r.210066.11
+7	anything	anything	NOUN	O	0			ewtb.r.210066.11
+8	about	about	SCONJ	O	0			ewtb.r.210066.11
+9	what	what	PRON	O	0			ewtb.r.210066.11
+10	they	they	PRON	O	0			ewtb.r.210066.11
+11	are	be	AUX	O	0			ewtb.r.210066.11
+12	renting	rent	VERB	O	0		v.possession	ewtb.r.210066.11
+13	,	,	PUNCT	O	0			ewtb.r.210066.11
+14	or	or	CONJ	O	0			ewtb.r.210066.11
+15	worse	worse	ADJ	O	0			ewtb.r.210066.11
+16	-	-	PUNCT	O	0			ewtb.r.210066.11
+17	they	they	PRON	O	0			ewtb.r.210066.11
+18	are	be	AUX	O	0			ewtb.r.210066.11
+19	bait	bait	VERB	B	0		v.possession	ewtb.r.210066.11
+20	and	and	CONJ	I	19			ewtb.r.210066.11
+21	switching	switch	VERB	I	20			ewtb.r.210066.11
+22	.	.	PUNCT	O	0			ewtb.r.210066.11
+
+1	Place	place	NOUN	O	0		n.group	ewtb.r.212369.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.212369.1
+3	legit	legit	ADJ	O	0			ewtb.r.212369.1
+4	.	.	PUNCT	O	0			ewtb.r.212369.1
+
+1	We	we	PRON	O	0			ewtb.r.212369.2
+2	got	get	VERB	B	0		v.change	ewtb.r.212369.2
+3	upgraded	upgrade	VERB	I	2			ewtb.r.212369.2
+4	to	to	ADP	I	3			ewtb.r.212369.2
+5	a	a	DET	O	0			ewtb.r.212369.2
+6	corner	corner	NOUN	O	0		n.location	ewtb.r.212369.2
+7	suite	suite	NOUN	O	0		n.artifact	ewtb.r.212369.2
+8	!	!	PUNCT	O	0			ewtb.r.212369.2
+
+1	Room	room	NOUN	O	0		n.artifact	ewtb.r.212369.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.212369.3
+3	amazing	amazing	ADJ	O	0			ewtb.r.212369.3
+4	.	.	PUNCT	O	0			ewtb.r.212369.3
+
+1	Beware	beware	VERB	O	0		v.cognition	ewtb.r.215460.1
+2	of	of	ADP	O	0			ewtb.r.215460.1
+3	Sharayu	sharayu	PROPN	O	0		n.group	ewtb.r.215460.1
+
+1	Hopless	hopless	ADJ	O	0			ewtb.r.215460.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.215460.2
+3	,	,	PUNCT	O	0			ewtb.r.215460.2
+4	at	at	ADP	O	0			ewtb.r.215460.2
+5	the	the	DET	O	0			ewtb.r.215460.2
+6	time	time	NOUN	O	0		n.event	ewtb.r.215460.2
+7	of	of	SCONJ	O	0			ewtb.r.215460.2
+8	booking	book	VERB	O	0		v.possession	ewtb.r.215460.2
+9	my	my	PRON	O	0			ewtb.r.215460.2
+10	car	car	NOUN	O	0		n.artifact	ewtb.r.215460.2
+11	a	a	DET	B	0			ewtb.r.215460.2
+12	lot	lot	NOUN	I	11			ewtb.r.215460.2
+13	was	be	AUX	O	0			ewtb.r.215460.2
+14	promised	promise	VERB	O	0		v.communication	ewtb.r.215460.2
+15	but	but	CONJ	O	0			ewtb.r.215460.2
+16	delivered	deliver	VERB	O	0		v.social	ewtb.r.215460.2
+17	not	not	PART	B	0			ewtb.r.215460.2
+18	even	even	ADV	I	17			ewtb.r.215460.2
+19	one	one	NUM	O	0			ewtb.r.215460.2
+20	tenth	tenth	NOUN	O	0		n.relation	ewtb.r.215460.2
+21	of	of	SCONJ	O	0			ewtb.r.215460.2
+22	what	what	PRON	O	0			ewtb.r.215460.2
+23	was	be	AUX	O	0			ewtb.r.215460.2
+24	promised	promise	VERB	O	0		v.communication	ewtb.r.215460.2
+25	.	.	PUNCT	O	0			ewtb.r.215460.2
+
+1	Apart	apart	ADV	B	0			ewtb.r.215460.3
+2	from	from	ADP	I	1			ewtb.r.215460.3
+3	that	that	DET	O	0			ewtb.r.215460.3
+4	in	in	ADP	B	0			ewtb.r.215460.3
+5	spite	spite	NOUN	I	4			ewtb.r.215460.3
+6	of	of	ADP	I	5			ewtb.r.215460.3
+7	my	my	PRON	O	0			ewtb.r.215460.3
+8	repeated	repeat	VERB	O	0			ewtb.r.215460.3
+9	attempts	attempt	NOUN	O	0		n.event	ewtb.r.215460.3
+10	I	i	PRON	O	0			ewtb.r.215460.3
+11	could	could	AUX	O	0			ewtb.r.215460.3
+12	not	not	PART	O	0			ewtb.r.215460.3
+13	get	get	VERB	B	0		v.communication	ewtb.r.215460.3
+14	in	in	ADP	I	13			ewtb.r.215460.3
+15	touch	touch	NOUN	I	14			ewtb.r.215460.3
+16	with	with	ADP	I	15			ewtb.r.215460.3
+17	the	the	DET	O	0			ewtb.r.215460.3
+18	manager	manager	NOUN	O	0		n.person	ewtb.r.215460.3
+19	to	to	PART	O	0			ewtb.r.215460.3
+20	even	even	ADV	O	0			ewtb.r.215460.3
+21	lodge	lodge	VERB	B	0		v.communication	ewtb.r.215460.3
+22	an	an	DET	o	0			ewtb.r.215460.3
+23	official	official	ADJ	o	0			ewtb.r.215460.3
+24	complaint	complaint	NOUN	I	21			ewtb.r.215460.3
+25	.	.	PUNCT	O	0			ewtb.r.215460.3
+
+1	My	my	PRON	O	0			ewtb.r.215460.4
+2	advise	advise	NOUN	O	0		n.communication	ewtb.r.215460.4
+3	to	to	ADP	O	0			ewtb.r.215460.4
+4	all	all	DET	O	0			ewtb.r.215460.4
+5	is	be	VERB	O	0		v.stative	ewtb.r.215460.4
+6	I	i	PRON	O	0			ewtb.r.215460.4
+7	have	have	AUX	O	0			ewtb.r.215460.4
+8	fallen	fall	VERB	O	0		v.cognition	ewtb.r.215460.4
+9	into	into	ADP	O	0			ewtb.r.215460.4
+10	this	this	DET	O	0			ewtb.r.215460.4
+11	trap	trap	NOUN	O	0		n.cognition	ewtb.r.215460.4
+12	...	...	PUNCT	O	0			ewtb.r.215460.4
+13	pl	pl	INTJ	O	0			ewtb.r.215460.4
+14	ensure	ensure	VERB	O	0		v.cognition	ewtb.r.215460.4
+15	you	you	PRON	O	0			ewtb.r.215460.4
+16	do	do	AUX	O	0			ewtb.r.215460.4
+17	nt	nt	ADV	O	0			ewtb.r.215460.4
+18	!!!	!!!	PUNCT	O	0			ewtb.r.215460.4
+
+1	Furnace	furnace	NOUN	O	0		n.artifact	ewtb.r.219262.1
+2	repair	repair	NOUN	O	0		n.act	ewtb.r.219262.1
+
+1	Tiger	tiger	PROPN	B	0		n.group	ewtb.r.219262.2
+2	Heating	heating	PROPN	I	1			ewtb.r.219262.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.219262.2
+4	awesome	awesome	ADJ	O	0			ewtb.r.219262.2
+5	.	.	PUNCT	O	0			ewtb.r.219262.2
+
+1	I	i	PRON	O	0			ewtb.r.219262.3
+2	had	have	VERB	O	0		v.stative	ewtb.r.219262.3
+3	John	john	PROPN	O	0		n.person	ewtb.r.219262.3
+4	and	and	CONJ	O	0			ewtb.r.219262.3
+5	Dustin	dustin	PROPN	O	0		n.person	ewtb.r.219262.3
+6	working	work	VERB	O	0		v.social	ewtb.r.219262.3
+7	feverishly	feverishly	ADV	O	0			ewtb.r.219262.3
+8	to	to	PART	O	0			ewtb.r.219262.3
+9	get	get	VERB	B	0		v.change	ewtb.r.219262.3
+10	my	my	PRON	o	0			ewtb.r.219262.3
+11	exhaust	exhaust	NOUN	o	0		n.substance	ewtb.r.219262.3
+12	motor	motor	NOUN	o	0		n.artifact	ewtb.r.219262.3
+13	replaced	replace	VERB	I	9			ewtb.r.219262.3
+14	.	.	PUNCT	O	0			ewtb.r.219262.3
+
+1	These	these	DET	O	0			ewtb.r.219262.4
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.219262.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.219262.4
+4	absolutely	absolutely	ADV	O	0			ewtb.r.219262.4
+5	professional	professional	ADJ	O	0			ewtb.r.219262.4
+6	.	.	PUNCT	O	0			ewtb.r.219262.4
+
+1	John	john	PROPN	O	0		n.person	ewtb.r.219262.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.219262.5
+3	here	here	ADV	O	0			ewtb.r.219262.5
+4	in	in	ADP	O	0			ewtb.r.219262.5
+5	45	45	NUM	O	0			ewtb.r.219262.5
+6	minutes	minutes	NOUN	O	0		n.time	ewtb.r.219262.5
+7	after	after	SCONJ	O	0			ewtb.r.219262.5
+8	I	i	PRON	O	0			ewtb.r.219262.5
+9	called	call	VERB	O	0		v.communication	ewtb.r.219262.5
+10	on	on	ADP	O	0			ewtb.r.219262.5
+11	a	a	DET	O	0			ewtb.r.219262.5
+12	10	10	NUM	O	0			ewtb.r.219262.5
+13	below	below	ADP	O	0			ewtb.r.219262.5
+14	zero	zero	NUM	O	0			ewtb.r.219262.5
+15	early	early	ADJ	O	0			ewtb.r.219262.5
+16	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.219262.5
+17	morning	morning	NOUN	O	0		n.time	ewtb.r.219262.5
+18	.	.	PUNCT	O	0			ewtb.r.219262.5
+
+1	If	if	SCONJ	O	0			ewtb.r.219262.6
+2	you	you	PRON	O	0			ewtb.r.219262.6
+3	need	need	VERB	O	0		v.cognition	ewtb.r.219262.6
+4	someone	someone	NOUN	O	0			ewtb.r.219262.6
+5	to	to	PART	O	0			ewtb.r.219262.6
+6	help	help	VERB	B	0		v.social	ewtb.r.219262.6
+7	you	you	PRON	o	0			ewtb.r.219262.6
+8	out	out	ADP	I	6			ewtb.r.219262.6
+9	with	with	ADP	O	0			ewtb.r.219262.6
+10	your	your	PRON	O	0			ewtb.r.219262.6
+11	heating	heating	NOUN	O	0		n.act	ewtb.r.219262.6
+12	problems	problem	NOUN	O	0		n.cognition	ewtb.r.219262.6
+13	,	,	PUNCT	O	0			ewtb.r.219262.6
+14	I	i	PRON	O	0			ewtb.r.219262.6
+15	DEFINITELY	definitely	ADV	O	0			ewtb.r.219262.6
+16	would	would	AUX	O	0			ewtb.r.219262.6
+17	call	call	VERB	O	0		v.communication	ewtb.r.219262.6
+18	TIGER	tiger	PROPN	B	0		n.group	ewtb.r.219262.6
+19	HEATING	heating	PROPN	I	18			ewtb.r.219262.6
+20	and	and	CONJ	I	19			ewtb.r.219262.6
+21	AIR	air	PROPN	I	20			ewtb.r.219262.6
+22	.	.	PUNCT	O	0			ewtb.r.219262.6
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.219262.7
+2	a	a	DET	O	0			ewtb.r.219262.7
+3	wonderful	wonderful	ADJ	O	0			ewtb.r.219262.7
+4	company	company	NOUN	O	0		n.group	ewtb.r.219262.7
+5	.	.	PUNCT	O	0			ewtb.r.219262.7
+
+1	My	my	PRON	O	0			ewtb.r.219262.8
+2	family	family	NOUN	O	0		n.group	ewtb.r.219262.8
+3	and	and	CONJ	O	0			ewtb.r.219262.8
+4	I	i	PRON	O	0			ewtb.r.219262.8
+5	thank	thank	VERB	O	0			ewtb.r.219262.8
+6	you	you	PRON	O	0			ewtb.r.219262.8
+7	!!!!!!!!!!	!!!!!!!!!!	PUNCT	O	0			ewtb.r.219262.8
+
+1	This	this	DET	O	0			ewtb.r.221664.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.221664.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.221664.1
+4	a	a	DET	O	0			ewtb.r.221664.1
+5	Rip	rip	NOUN	B	0		n.cognition	ewtb.r.221664.1
+6	-	-	PUNCT	I	5			ewtb.r.221664.1
+7	Off	off	NOUN	I	6			ewtb.r.221664.1
+
+1	I	i	PRON	O	0			ewtb.r.221664.2
+2	brought	bring	VERB	B	0		v.motion	ewtb.r.221664.2
+3	a	a	DET	o	0			ewtb.r.221664.2
+4	car	car	NOUN	o	0		n.artifact	ewtb.r.221664.2
+5	in	in	ADV	I	2			ewtb.r.221664.2
+6	to	to	PART	O	0			ewtb.r.221664.2
+7	have	have	VERB	O	0		v.stative	ewtb.r.221664.2
+8	the	the	DET	O	0			ewtb.r.221664.2
+9	"	"	PUNCT	O	0			ewtb.r.221664.2
+10	check	check	VERB	B	0		n.artifact	ewtb.r.221664.2
+11	engine	engine	NOUN	I	10			ewtb.r.221664.2
+12	"	"	PUNCT	o	0			ewtb.r.221664.2
+13	light	light	NOUN	I	11			ewtb.r.221664.2
+14	diagnosed	diagnose	VERB	O	0		v.cognition	ewtb.r.221664.2
+15	back	back	ADV	O	0			ewtb.r.221664.2
+16	in	in	ADP	O	0			ewtb.r.221664.2
+17	March	march	PROPN	O	0		n.time	ewtb.r.221664.2
+18	of	of	ADP	O	0			ewtb.r.221664.2
+19	2010	2010	NUM	O	0			ewtb.r.221664.2
+20	.	.	PUNCT	O	0			ewtb.r.221664.2
+
+1	They	they	PRON	O	0			ewtb.r.221664.3
+2	said	say	VERB	O	0		v.communication	ewtb.r.221664.3
+3	it	it	PRON	O	0			ewtb.r.221664.3
+4	was	be	VERB	O	0		v.stative	ewtb.r.221664.3
+5	"	"	PUNCT	O	0			ewtb.r.221664.3
+6	plugs	plug	NOUN	O	0		n.artifact	ewtb.r.221664.3
+7	and	and	CONJ	O	0			ewtb.r.221664.3
+8	wires	wire	NOUN	O	0		n.artifact	ewtb.r.221664.3
+9	"	"	PUNCT	O	0			ewtb.r.221664.3
+10	and	and	CONJ	O	0			ewtb.r.221664.3
+11	quoted	quote	VERB	O	0		v.possession	ewtb.r.221664.3
+12	me	me	PRON	O	0			ewtb.r.221664.3
+13	$	$	SYM	O	0			ewtb.r.221664.3
+14	330	330	NUM	O	0			ewtb.r.221664.3
+15	to	to	PART	O	0			ewtb.r.221664.3
+16	do	do	VERB	B	0		v.social	ewtb.r.221664.3
+17	the	the	DET	o	0			ewtb.r.221664.3
+18	work	work	NOUN	I	16			ewtb.r.221664.3
+19	,	,	PUNCT	O	0			ewtb.r.221664.3
+20	including	include	VERB	O	0		v.possession	ewtb.r.221664.3
+21	parts	parts	NOUN	O	0		n.artifact	ewtb.r.221664.3
+22	.	.	PUNCT	O	0			ewtb.r.221664.3
+
+1	I	i	PRON	O	0			ewtb.r.221664.4
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.221664.4
+3	why	why	ADV	O	0			ewtb.r.221664.4
+4	so	so	ADV	O	0			ewtb.r.221664.4
+5	high	high	ADJ	O	0			ewtb.r.221664.4
+6	and	and	CONJ	O	0			ewtb.r.221664.4
+7	they	they	PRON	O	0			ewtb.r.221664.4
+8	said	say	VERB	O	0		v.communication	ewtb.r.221664.4
+9	it	it	PRON	O	0			ewtb.r.221664.4
+10	was	be	VERB	O	0		v.stative	ewtb.r.221664.4
+11	due	due	ADP	B	0			ewtb.r.221664.4
+12	to	to	ADP	I	11			ewtb.r.221664.4
+13	the	the	DET	O	0			ewtb.r.221664.4
+14	labor	labor	NOUN	O	0		n.act	ewtb.r.221664.4
+15	of	of	SCONJ	O	0			ewtb.r.221664.4
+16	moving	move	VERB	O	0		v.motion	ewtb.r.221664.4
+17	things	things	NOUN	O	0			ewtb.r.221664.4
+18	out	out	ADP	B	0			ewtb.r.221664.4
+19	of	of	ADP	I	18			ewtb.r.221664.4
+20	the	the	DET	I	19			ewtb.r.221664.4
+21	way	way	NOUN	I	20			ewtb.r.221664.4
+22	.	.	PUNCT	O	0			ewtb.r.221664.4
+
+1	Those	those	DET	O	0			ewtb.r.221664.5
+2	things	things	NOUN	O	0			ewtb.r.221664.5
+3	ended	end	VERB	B	0		v.stative	ewtb.r.221664.5
+4	up	up	ADP	I	3			ewtb.r.221664.5
+5	being	be	VERB	O	0		v.stative	ewtb.r.221664.5
+6	a	a	DET	O	0			ewtb.r.221664.5
+7	windsheild	windsheild	NOUN	B	0		n.artifact	ewtb.r.221664.5
+8	washer	washer	NOUN	I	7			ewtb.r.221664.5
+9	fluid	fluid	NOUN	I	8			ewtb.r.221664.5
+10	tank	tank	NOUN	O	0		n.artifact	ewtb.r.221664.5
+11	(	(	PUNCT	O	0			ewtb.r.221664.5
+12	1	1	NUM	O	0			ewtb.r.221664.5
+13	screw	screw	NOUN	O	0		n.artifact	ewtb.r.221664.5
+14	)	)	PUNCT	O	0			ewtb.r.221664.5
+15	and	and	CONJ	O	0			ewtb.r.221664.5
+16	the	the	DET	O	0			ewtb.r.221664.5
+17	air	air	NOUN	B	0		n.artifact	ewtb.r.221664.5
+18	filter	filter	NOUN	I	17			ewtb.r.221664.5
+19	canister	canister	NOUN	O	0		n.artifact	ewtb.r.221664.5
+20	(	(	PUNCT	O	0			ewtb.r.221664.5
+21	4	4	NUM	O	0			ewtb.r.221664.5
+22	spring	spring	NOUN	B	0		n.artifact	ewtb.r.221664.5
+23	clips	clip	NOUN	I	22			ewtb.r.221664.5
+24	)	)	PUNCT	O	0			ewtb.r.221664.5
+25	.	.	PUNCT	O	0			ewtb.r.221664.5
+
+1	I	i	PRON	O	0			ewtb.r.221664.6
+2	did	do	VERB	B	0		v.social	ewtb.r.221664.6
+3	the	the	DET	o	0			ewtb.r.221664.6
+4	work	work	NOUN	I	2			ewtb.r.221664.6
+5	myself	myself	PRON	O	0			ewtb.r.221664.6
+6	for	for	ADP	O	0			ewtb.r.221664.6
+7	$	$	SYM	O	0			ewtb.r.221664.6
+8	50	50	NUM	O	0			ewtb.r.221664.6
+9	.	.	PUNCT	O	0			ewtb.r.221664.6
+
+1	There	there	PRON	O	0			ewtb.r.221664.7
+2	's	's	VERB	O	0		v.stative	ewtb.r.221664.7
+3	no	no	DET	O	0			ewtb.r.221664.7
+4	excuse	excuse	NOUN	B	0		n.communication	ewtb.r.221664.7
+5	for	for	ADP	I	4			ewtb.r.221664.7
+6	that	that	DET	O	0			ewtb.r.221664.7
+7	kind	kind	NOUN	O	0		n.cognition	ewtb.r.221664.7
+8	of	of	ADP	O	0			ewtb.r.221664.7
+9	estimate	estimate	NOUN	O	0		n.possession	ewtb.r.221664.7
+10	.	.	PUNCT	O	0			ewtb.r.221664.7
+
+1	My	my	PRON	O	0			ewtb.r.225861.1
+2	favorite	favorite	ADJ	O	0			ewtb.r.225861.1
+3	place	place	NOUN	O	0		n.group	ewtb.r.225861.1
+4	...	...	PUNCT	O	0			ewtb.r.225861.1
+
+1	My	my	PRON	O	0			ewtb.r.225861.2
+2	daughter	daughter	NOUN	O	0		n.person	ewtb.r.225861.2
+3	and	and	CONJ	O	0			ewtb.r.225861.2
+4	I	i	PRON	O	0			ewtb.r.225861.2
+5	stayed	stay	VERB	O	0		v.social	ewtb.r.225861.2
+6	here	here	ADV	O	0			ewtb.r.225861.2
+7	again	again	ADV	O	0			ewtb.r.225861.2
+8	from	from	ADP	O	0			ewtb.r.225861.2
+9	the	the	DET	O	0			ewtb.r.225861.2
+10	7th	7th	NOUN	O	0		n.event	ewtb.r.225861.2
+11	to	to	ADP	O	0			ewtb.r.225861.2
+12	the	the	DET	O	0			ewtb.r.225861.2
+13	14th	14th	NOUN	O	0		n.event	ewtb.r.225861.2
+14	of	of	ADP	O	0			ewtb.r.225861.2
+15	December	december	PROPN	O	0		n.time	ewtb.r.225861.2
+16	.	.	PUNCT	O	0			ewtb.r.225861.2
+
+1	yet	yet	ADV	B	0			ewtb.r.225861.3
+2	again	again	ADV	I	1			ewtb.r.225861.3
+3	it	it	PRON	O	0			ewtb.r.225861.3
+4	was	be	VERB	O	0		v.stative	ewtb.r.225861.3
+5	a	a	DET	O	0			ewtb.r.225861.3
+6	great	great	ADJ	O	0			ewtb.r.225861.3
+7	stay	stay	NOUN	O	0		n.event	ewtb.r.225861.3
+8	from	from	ADP	B	0			ewtb.r.225861.3
+9	begiinning	begiinning	NOUN	I	8			ewtb.r.225861.3
+10	to	to	ADP	B	0			ewtb.r.225861.3
+11	end	end	NOUN	I	10			ewtb.r.225861.3
+12	.	.	PUNCT	O	0			ewtb.r.225861.3
+
+1	Okay	okay	INTJ	O	0			ewtb.r.225861.4
+2	our	our	PRON	O	0			ewtb.r.225861.4
+3	room	room	NOUN	O	0		n.artifact	ewtb.r.225861.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.225861.4
+5	at	at	ADP	B	0			ewtb.r.225861.4
+6	times	times	NOUN	I	5			ewtb.r.225861.4
+7	noisy	noisy	ADJ	O	0			ewtb.r.225861.4
+8	but	but	CONJ	O	0			ewtb.r.225861.4
+9	we	we	PRON	O	0			ewtb.r.225861.4
+10	were	be	VERB	O	0		v.stative	ewtb.r.225861.4
+11	in	in	ADP	O	0			ewtb.r.225861.4
+12	a	a	DET	O	0			ewtb.r.225861.4
+13	mega	mega	X	O	0			ewtb.r.225861.4
+14	busy	busy	ADJ	O	0			ewtb.r.225861.4
+15	city	city	NOUN	O	0		n.location	ewtb.r.225861.4
+16	at	at	ADP	O	0			ewtb.r.225861.4
+17	an	an	DET	O	0			ewtb.r.225861.4
+18	extremely	extremely	ADV	O	0			ewtb.r.225861.4
+19	busy	busy	ADJ	O	0			ewtb.r.225861.4
+20	time	time	NOUN	B	0		n.time	ewtb.r.225861.4
+21	of	of	ADP	I	20			ewtb.r.225861.4
+22	year	year	NOUN	I	21			ewtb.r.225861.4
+23	.	.	PUNCT	O	0			ewtb.r.225861.4
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.234261.1
+2	Mann	mann	PROPN	I	1			ewtb.r.234261.1
+3	killed	kill	VERB	O	0		v.body	ewtb.r.234261.1
+4	our	our	PRON	O	0			ewtb.r.234261.1
+5	pet	pet	NOUN	O	0		n.animal	ewtb.r.234261.1
+
+1	Yea	yea	INTJ	O	0			ewtb.r.234261.2
+2	,	,	PUNCT	O	0			ewtb.r.234261.2
+3	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.234261.2
+4	Mann	mann	PROPN	I	3			ewtb.r.234261.2
+5	ai	ai	VERB	O	0		v.stative	ewtb.r.234261.2
+6	n't	n't	PART	O	0			ewtb.r.234261.2
+7	so	so	ADV	O	0			ewtb.r.234261.2
+8	great	great	ADJ	O	0			ewtb.r.234261.2
+9	.	.	PUNCT	O	0			ewtb.r.234261.2
+
+1	We	we	PRON	O	0			ewtb.r.234261.3
+2	took	take	VERB	O	0		v.motion	ewtb.r.234261.3
+3	our	our	PRON	O	0			ewtb.r.234261.3
+4	beloved	beloved	ADJ	O	0			ewtb.r.234261.3
+5	kitty	kitty	NOUN	O	0		n.animal	ewtb.r.234261.3
+6	to	to	ADP	O	0			ewtb.r.234261.3
+7	him	him	PRON	O	0			ewtb.r.234261.3
+8	and	and	CONJ	O	0			ewtb.r.234261.3
+9	it	it	PRON	O	0			ewtb.r.234261.3
+10	came	come	VERB	B	0		v.motion	ewtb.r.234261.3
+11	back	back	ADV	I	10			ewtb.r.234261.3
+12	dead	dead	ADJ	O	0			ewtb.r.234261.3
+13	.	.	PUNCT	O	0			ewtb.r.234261.3
+
+1	We	we	PRON	O	0			ewtb.r.234261.4
+2	live	live	VERB	O	0		v.social	ewtb.r.234261.4
+3	in	in	ADP	O	0			ewtb.r.234261.4
+4	the	the	DET	O	0			ewtb.r.234261.4
+5	sub-division	sub-division	NOUN	O	0		n.location	ewtb.r.234261.4
+6	around	around	ADP	O	0			ewtb.r.234261.4
+7	the	the	DET	O	0			ewtb.r.234261.4
+8	corner	corner	NOUN	O	0		n.location	ewtb.r.234261.4
+9	and	and	CONJ	O	0			ewtb.r.234261.4
+10	after	after	SCONJ	O	0			ewtb.r.234261.4
+11	it	it	PRON	O	0			ewtb.r.234261.4
+12	happened	happen	VERB	O	0		v.stative	ewtb.r.234261.4
+13	and	and	CONJ	O	0			ewtb.r.234261.4
+14	we	we	PRON	O	0			ewtb.r.234261.4
+15	brought	bring	VERB	B	0		v.communication	ewtb.r.234261.4
+16	it	it	PRON	o	0			ewtb.r.234261.4
+17	up	up	ADP	I	15			ewtb.r.234261.4
+18	at	at	ADP	O	0			ewtb.r.234261.4
+19	some	some	DET	O	0			ewtb.r.234261.4
+20	neighborhood	neighborhood	NOUN	O	0		n.group	ewtb.r.234261.4
+21	gatherings	gathering	NOUN	O	0		n.act	ewtb.r.234261.4
+22	we	we	PRON	O	0			ewtb.r.234261.4
+23	discovered	discover	VERB	O	0		v.cognition	ewtb.r.234261.4
+24	that	that	SCONJ	O	0			ewtb.r.234261.4
+25	several	several	ADJ	O	0			ewtb.r.234261.4
+26	people	person	NOUN	O	0		n.person	ewtb.r.234261.4
+27	from	from	ADP	O	0			ewtb.r.234261.4
+28	this	this	DET	O	0			ewtb.r.234261.4
+29	neighborhood	neighborhood	NOUN	O	0		n.group	ewtb.r.234261.4
+30	alone	alone	ADV	O	0			ewtb.r.234261.4
+31	had	have	VERB	O	0		v.stative	ewtb.r.234261.4
+32	pets	pet	NOUN	O	0		n.animal	ewtb.r.234261.4
+33	go	go	VERB	O	0		v.motion	ewtb.r.234261.4
+34	to	to	ADP	O	0			ewtb.r.234261.4
+35	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.234261.4
+36	Mann	mann	PROPN	I	35			ewtb.r.234261.4
+37	for	for	ADP	O	0			ewtb.r.234261.4
+38	surgical	surgical	ADJ	O	0			ewtb.r.234261.4
+39	procedures	procedure	NOUN	O	0		n.act	ewtb.r.234261.4
+40	and	and	CONJ	O	0			ewtb.r.234261.4
+41	came	come	VERB	B	0		v.motion	ewtb.r.234261.4
+42	back	back	ADV	I	41			ewtb.r.234261.4
+43	dead	dead	ADJ	O	0			ewtb.r.234261.4
+44	.	.	PUNCT	O	0			ewtb.r.234261.4
+
+1	If	if	SCONJ	O	0			ewtb.r.234261.5
+2	you	you	PRON	O	0			ewtb.r.234261.5
+3	take	take	VERB	O	0		v.motion	ewtb.r.234261.5
+4	him	him	PRON	O	0			ewtb.r.234261.5
+5	here	here	ADV	O	0			ewtb.r.234261.5
+6	for	for	ADP	O	0			ewtb.r.234261.5
+7	shots	shot	NOUN	O	0		n.act	ewtb.r.234261.5
+8	,	,	PUNCT	O	0			ewtb.r.234261.5
+9	no	no	DET	B	0			ewtb.r.234261.5
+10	big	big	ADJ	I	9			ewtb.r.234261.5
+11	deal	deal	NOUN	I	10			ewtb.r.234261.5
+12	but	but	CONJ	O	0			ewtb.r.234261.5
+13	I	i	PRON	O	0			ewtb.r.234261.5
+14	would	would	AUX	O	0			ewtb.r.234261.5
+15	never	never	ADV	O	0			ewtb.r.234261.5
+16	let	let	VERB	O	0		v.cognition	ewtb.r.234261.5
+17	this	this	DET	O	0			ewtb.r.234261.5
+18	man	man	NOUN	O	0		n.person	ewtb.r.234261.5
+19	apply	apply	VERB	O	0		v.social	ewtb.r.234261.5
+20	anesthetic	anesthetic	NOUN	O	0		n.substance	ewtb.r.234261.5
+21	to	to	ADP	O	0			ewtb.r.234261.5
+22	my	my	PRON	O	0			ewtb.r.234261.5
+23	pet	pet	NOUN	O	0		n.animal	ewtb.r.234261.5
+24	ever	ever	ADV	B	0			ewtb.r.234261.5
+25	again	again	ADV	I	24			ewtb.r.234261.5
+26	.	.	PUNCT	O	0			ewtb.r.234261.5
+
+1	Oh	oh	INTJ	O	0			ewtb.r.234261.6
+2	,	,	PUNCT	O	0			ewtb.r.234261.6
+3	they	they	PRON	O	0			ewtb.r.234261.6
+4	also	also	ADV	O	0			ewtb.r.234261.6
+5	charged	charge	VERB	B	0		v.possession	ewtb.r.234261.6
+6	me	me	PRON	o	0			ewtb.r.234261.6
+7	for	for	ADP	I	5			ewtb.r.234261.6
+8	the	the	DET	O	0			ewtb.r.234261.6
+9	procedure	procedure	NOUN	O	0		n.act	ewtb.r.234261.6
+10	(	(	PUNCT	O	0			ewtb.r.234261.6
+11	$	$	SYM	O	0			ewtb.r.234261.6
+12	250	250	NUM	O	0			ewtb.r.234261.6
+13	)	)	PUNCT	O	0			ewtb.r.234261.6
+14	AND	and	CONJ	O	0			ewtb.r.234261.6
+15	had	have	VERB	B	0		v.cognition	ewtb.r.234261.6
+16	the	the	DET	I	15			ewtb.r.234261.6
+17	audacity	audacity	NOUN	I	16			ewtb.r.234261.6
+18	to	to	PART	O	0			ewtb.r.234261.6
+19	charge	charge	VERB	O	0		v.possession	ewtb.r.234261.6
+20	me	me	PRON	O	0			ewtb.r.234261.6
+21	a	a	DET	O	0			ewtb.r.234261.6
+22	$	$	SYM	O	0			ewtb.r.234261.6
+23	25	25	NUM	O	0			ewtb.r.234261.6
+24	'	'	PUNCT	O	0			ewtb.r.234261.6
+25	DISPOSAL	disposal	NOUN	O	0		n.act	ewtb.r.234261.6
+26	'	'	PUNCT	O	0			ewtb.r.234261.6
+27	fee	fee	NOUN	O	0		n.possession	ewtb.r.234261.6
+28	.	.	PUNCT	O	0			ewtb.r.234261.6
+
+1	They	they	PRON	O	0			ewtb.r.234261.7
+2	actually	actually	ADV	O	0			ewtb.r.234261.7
+3	itemized	itemize	VERB	O	0		v.communication	ewtb.r.234261.7
+4	it	it	PRON	O	0			ewtb.r.234261.7
+5	as	as	ADP	O	0			ewtb.r.234261.7
+6	a	a	DET	O	0			ewtb.r.234261.7
+7	DISPOSAL	disposal	NOUN	O	0		n.act	ewtb.r.234261.7
+8	fee	fee	NOUN	O	0		n.possession	ewtb.r.234261.7
+9	.	.	PUNCT	O	0			ewtb.r.234261.7
+
+1	AVOID	avoid	VERB	O	0		v.cognition	ewtb.r.234261.8
+2	AT	at	ADP	B	0			ewtb.r.234261.8
+3	ALL	all	DET	I	2			ewtb.r.234261.8
+4	COSTS	costs	NOUN	I	3			ewtb.r.234261.8
+5	.	.	PUNCT	O	0			ewtb.r.234261.8
+
+1	Hobbs	hobbs	PROPN	O	0		n.group	ewtb.r.235462.1
+2	on	on	ADP	O	0			ewtb.r.235462.1
+3	Mass	mass	PROPN	O	0		n.location	ewtb.r.235462.1
+4	.	.	PUNCT	O	0			ewtb.r.235462.1
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.235462.2
+2	my	my	PRON	O	0			ewtb.r.235462.2
+3	favorite	favorite	ADJ	O	0			ewtb.r.235462.2
+4	store	store	NOUN	O	0		n.group	ewtb.r.235462.2
+5	in	in	ADP	O	0			ewtb.r.235462.2
+6	Lawrence	lawrence	PROPN	O	0		n.location	ewtb.r.235462.2
+7	,	,	PUNCT	O	0			ewtb.r.235462.2
+8	KS	ks	PROPN	O	0		n.location	ewtb.r.235462.2
+
+1	You	you	PRON	O	0			ewtb.r.243369.1
+2	are	be	VERB	O	0		v.stative	ewtb.r.243369.1
+3	the	the	DET	O	0			ewtb.r.243369.1
+4	best	best	ADJ	O	0			ewtb.r.243369.1
+5	!	!	PUNCT	O	0			ewtb.r.243369.1
+
+1	Just	just	ADV	O	0			ewtb.r.243369.2
+2	received	receive	VERB	O	0		v.possession	ewtb.r.243369.2
+3	from	from	ADP	O	0			ewtb.r.243369.2
+4	your	your	PRON	O	0			ewtb.r.243369.2
+5	flower	flower	NOUN	O	0		n.plant	ewtb.r.243369.2
+6	store	store	NOUN	O	0		n.group	ewtb.r.243369.2
+7	.	.	PUNCT	O	0			ewtb.r.243369.2
+
+1	They	they	PRON	O	0			ewtb.r.243369.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.243369.3
+3	sooooo	sooooo	ADV	O	0			ewtb.r.243369.3
+4	beautiful	beautiful	ADJ	O	0			ewtb.r.243369.3
+5	.	.	PUNCT	O	0			ewtb.r.243369.3
+
+1	Thank	thank	VERB	B	0			ewtb.r.243369.4
+2	you	you	PRON	I	1			ewtb.r.243369.4
+3	guys	guy	NOUN	O	0			ewtb.r.243369.4
+4	.	.	PUNCT	O	0			ewtb.r.243369.4
+
+1	very	very	ADV	O	0			ewtb.r.245160.1
+2	professional	professional	ADJ	O	0			ewtb.r.245160.1
+3	/	/	PUNCT	O	0			ewtb.r.245160.1
+4	very	very	ADV	O	0			ewtb.r.245160.1
+5	helpful	helpful	ADJ	O	0			ewtb.r.245160.1
+
+1	the	the	DET	O	0			ewtb.r.245160.2
+2	people	person	NOUN	O	0		n.person	ewtb.r.245160.2
+3	at	at	ADP	O	0			ewtb.r.245160.2
+4	Fidelity	fidelity	PROPN	B	0		n.group	ewtb.r.245160.2
+5	Leasing	leasing	PROPN	I	4			ewtb.r.245160.2
+6	were	be	VERB	O	0		v.stative	ewtb.r.245160.2
+7	very	very	ADV	O	0			ewtb.r.245160.2
+8	friendly	friendly	ADJ	O	0			ewtb.r.245160.2
+9	and	and	CONJ	O	0			ewtb.r.245160.2
+10	helpful	helpful	ADJ	O	0			ewtb.r.245160.2
+11	.	.	PUNCT	O	0			ewtb.r.245160.2
+
+1	i	i	PRON	O	0			ewtb.r.245160.3
+2	was	be	AUX	O	0			ewtb.r.245160.3
+3	looking	look	VERB	O	0		v.cognition	ewtb.r.245160.3
+4	for	for	ADP	O	0			ewtb.r.245160.3
+5	a	a	DET	O	0			ewtb.r.245160.3
+6	car	car	NOUN	O	0		n.artifact	ewtb.r.245160.3
+7	but	but	CONJ	O	0			ewtb.r.245160.3
+8	did	do	AUX	O	0			ewtb.r.245160.3
+9	not	not	PART	O	0			ewtb.r.245160.3
+10	really	really	ADV	O	0			ewtb.r.245160.3
+11	know	know	VERB	O	0		v.cognition	ewtb.r.245160.3
+12	what	what	PRON	O	0			ewtb.r.245160.3
+13	i	i	PRON	O	0			ewtb.r.245160.3
+14	wanted	want	VERB	O	0		v.cognition	ewtb.r.245160.3
+15	and	and	CONJ	O	0			ewtb.r.245160.3
+16	they	they	PRON	O	0			ewtb.r.245160.3
+17	were	be	VERB	O	0		v.stative	ewtb.r.245160.3
+18	very	very	ADV	O	0			ewtb.r.245160.3
+19	helpful	helpful	ADJ	O	0			ewtb.r.245160.3
+20	and	and	CONJ	O	0			ewtb.r.245160.3
+21	took	take	VERB	B	0		v.social	ewtb.r.245160.3
+22	the	the	DET	I	21			ewtb.r.245160.3
+23	time	time	NOUN	I	22			ewtb.r.245160.3
+24	to	to	PART	O	0			ewtb.r.245160.3
+25	first	first	ADV	O	0			ewtb.r.245160.3
+26	figure	figure	VERB	B	0		v.cognition	ewtb.r.245160.3
+27	out	out	ADP	I	26			ewtb.r.245160.3
+28	what	what	PRON	O	0			ewtb.r.245160.3
+29	my	my	PRON	O	0			ewtb.r.245160.3
+30	needs	need	NOUN	O	0		n.motive	ewtb.r.245160.3
+31	were	be	VERB	O	0		v.stative	ewtb.r.245160.3
+32	and	and	CONJ	O	0			ewtb.r.245160.3
+33	showing	show	VERB	O	0		v.possession	ewtb.r.245160.3
+34	me	me	PRON	O	0			ewtb.r.245160.3
+35	various	various	ADJ	O	0			ewtb.r.245160.3
+36	options	option	NOUN	O	0		n.cognition	ewtb.r.245160.3
+37	to	to	PART	O	0			ewtb.r.245160.3
+38	meet	meet	VERB	O	0		v.cognition	ewtb.r.245160.3
+39	those	those	DET	O	0			ewtb.r.245160.3
+40	needs	need	NOUN	O	0		n.motive	ewtb.r.245160.3
+41	.	.	PUNCT	O	0			ewtb.r.245160.3
+
+1	they	they	PRON	O	0			ewtb.r.245160.4
+2	seemed	seem	VERB	O	0		v.cognition	ewtb.r.245160.4
+3	more	more	ADV	O	0			ewtb.r.245160.4
+4	interested	interested	ADJ	B	0			ewtb.r.245160.4
+5	in	in	SCONJ	I	4			ewtb.r.245160.4
+6	helping	help	VERB	O	0		v.social	ewtb.r.245160.4
+7	me	me	PRON	O	0			ewtb.r.245160.4
+8	find	find	VERB	O	0		v.cognition	ewtb.r.245160.4
+9	the	the	DET	O	0			ewtb.r.245160.4
+10	right	right	ADJ	O	0			ewtb.r.245160.4
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.245160.4
+12	rather	rather	ADV	B	0			ewtb.r.245160.4
+13	then	then	ADP	I	12			ewtb.r.245160.4
+14	just	just	ADV	O	0			ewtb.r.245160.4
+15	make	make	VERB	B	0		v.possession	ewtb.r.245160.4
+16	a	a	DET	o	0			ewtb.r.245160.4
+17	sale	sale	NOUN	I	15			ewtb.r.245160.4
+18	.	.	PUNCT	O	0			ewtb.r.245160.4
+
+1	my	my	PRON	O	0			ewtb.r.245160.5
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.245160.5
+3	with	with	ADP	O	0			ewtb.r.245160.5
+4	them	them	PRON	O	0			ewtb.r.245160.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.245160.5
+6	great	great	ADJ	O	0			ewtb.r.245160.5
+7	-	-	PUNCT	O	0			ewtb.r.245160.5
+8	low	low	ADJ	O	0			ewtb.r.245160.5
+9	stress	stress	NOUN	O	0		n.feeling	ewtb.r.245160.5
+10	,	,	PUNCT	O	0			ewtb.r.245160.5
+11	very	very	ADV	O	0			ewtb.r.245160.5
+12	helpful	helpful	ADJ	O	0			ewtb.r.245160.5
+13	and	and	CONJ	O	0			ewtb.r.245160.5
+14	very	very	ADV	O	0			ewtb.r.245160.5
+15	personal	personal	ADJ	O	0			ewtb.r.245160.5
+16	.	.	PUNCT	O	0			ewtb.r.245160.5
+
+1	after	after	SCONJ	O	0			ewtb.r.245160.6
+2	finding	find	VERB	O	0		v.cognition	ewtb.r.245160.6
+3	the	the	DET	O	0			ewtb.r.245160.6
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.245160.6
+5	i	i	PRON	O	0			ewtb.r.245160.6
+6	wanted	want	VERB	O	0		v.cognition	ewtb.r.245160.6
+7	they	they	PRON	O	0			ewtb.r.245160.6
+8	took	take	VERB	B	0		v.social	ewtb.r.245160.6
+9	the	the	DET	I	8			ewtb.r.245160.6
+10	time	time	NOUN	I	9			ewtb.r.245160.6
+11	to	to	PART	O	0			ewtb.r.245160.6
+12	go	go	VERB	B	0		v.communication	ewtb.r.245160.6
+13	over	over	ADP	I	12			ewtb.r.245160.6
+14	each	each	DET	O	0			ewtb.r.245160.6
+15	step	step	NOUN	O	0		n.event	ewtb.r.245160.6
+16	and	and	CONJ	O	0			ewtb.r.245160.6
+17	making	make	VERB	O	0		v.cognition	ewtb.r.245160.6
+18	it	it	PRON	O	0			ewtb.r.245160.6
+19	as	as	ADV	O	0			ewtb.r.245160.6
+20	painless	painless	ADJ	O	0			ewtb.r.245160.6
+21	as	as	ADP	O	0			ewtb.r.245160.6
+22	possible	possible	ADJ	O	0			ewtb.r.245160.6
+23	.	.	PUNCT	O	0			ewtb.r.245160.6
+
+1	from	from	ADP	B	0			ewtb.r.245160.7
+2	start	start	NOUN	I	1			ewtb.r.245160.7
+3	to	to	ADP	I	2			ewtb.r.245160.7
+4	finish	finish	NOUN	I	3			ewtb.r.245160.7
+5	they	they	PRON	O	0			ewtb.r.245160.7
+6	were	be	VERB	O	0		v.stative	ewtb.r.245160.7
+7	top	top	ADJ	B	0		n.communication	ewtb.r.245160.7
+8	notch	notch	NOUN	I	7			ewtb.r.245160.7
+9	.	.	PUNCT	O	0			ewtb.r.245160.7
+
+1	i	i	PRON	O	0			ewtb.r.245160.8
+2	would	would	AUX	O	0			ewtb.r.245160.8
+3	highly	highly	ADV	O	0			ewtb.r.245160.8
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.245160.8
+5	calling	call	VERB	B	0		v.communication	ewtb.r.245160.8
+6	these	these	DET	o	0			ewtb.r.245160.8
+7	people	person	NOUN	o	0		n.group	ewtb.r.245160.8
+8	up	up	ADP	I	5			ewtb.r.245160.8
+9	for	for	ADP	O	0			ewtb.r.245160.8
+10	your	your	PRON	O	0			ewtb.r.245160.8
+11	next	next	ADJ	O	0			ewtb.r.245160.8
+12	car	car	NOUN	O	0		n.artifact	ewtb.r.245160.8
+13	.	.	PUNCT	O	0			ewtb.r.245160.8
+
+1	Rate	rate	VERB	O	0		v.cognition	ewtb.r.255261.1
+2	a	a	DET	O	0			ewtb.r.255261.1
+3	church	church	NOUN	O	0		n.group	ewtb.r.255261.1
+4	?	?	PUNCT	O	0			ewtb.r.255261.1
+
+1	Might	might	AUX	B	0			ewtb.r.255261.2
+2	as	as	ADV	I	1			ewtb.r.255261.2
+3	well	well	ADV	I	2			ewtb.r.255261.2
+4	just	just	ADV	O	0			ewtb.r.255261.2
+5	hotpot	hotpot	VERB	O	0			ewtb.r.255261.2
+6	the	the	DET	O	0			ewtb.r.255261.2
+7	curb	curb	NOUN	O	0		n.location	ewtb.r.255261.2
+8	and	and	CONJ	O	0			ewtb.r.255261.2
+9	rate	rate	VERB	O	0		v.cognition	ewtb.r.255261.2
+10	the	the	DET	O	0			ewtb.r.255261.2
+11	traffic	traffic	NOUN	B	0		n.artifact	ewtb.r.255261.2
+12	light	light	NOUN	I	11			ewtb.r.255261.2
+13	.	.	PUNCT	O	0			ewtb.r.255261.2
+
+1	It	it	PRON	O	0			ewtb.r.255261.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.255261.3
+3	a	a	DET	O	0			ewtb.r.255261.3
+4	bloody	bloody	ADJ	O	0			ewtb.r.255261.3
+5	church	church	NOUN	O	0		n.group	ewtb.r.255261.3
+6	,	,	PUNCT	O	0			ewtb.r.255261.3
+7	for	for	ADP	B	0			ewtb.r.255261.3
+8	chrisssake	chrisssake	NOUN	I	7			ewtb.r.255261.3
+9	!	!	PUNCT	O	0			ewtb.r.255261.3
+
+1	Big	big	ADJ	O	0			ewtb.r.255261.4
+2	,	,	PUNCT	O	0			ewtb.r.255261.4
+3	grey	grey	ADJ	O	0			ewtb.r.255261.4
+4	and	and	CONJ	O	0			ewtb.r.255261.4
+5	imposing	imposing	ADJ	O	0			ewtb.r.255261.4
+6	.	.	PUNCT	O	0			ewtb.r.255261.4
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.255261.5
+2	there	there	ADV	O	0			ewtb.r.255261.5
+3	on	on	ADP	O	0			ewtb.r.255261.5
+4	christian	christian	ADJ	O	0			ewtb.r.255261.5
+5	holidays	holiday	NOUN	O	0		n.event	ewtb.r.255261.5
+6	for	for	ADP	O	0			ewtb.r.255261.5
+7	a	a	DET	B	0			ewtb.r.255261.5
+8	bit	bit	NOUN	I	7			ewtb.r.255261.5
+9	of	of	ADP	O	0			ewtb.r.255261.5
+10	churchy	churchy	ADJ	O	0			ewtb.r.255261.5
+11	grandure	grandure	NOUN	O	0			ewtb.r.255261.5
+12	.	.	PUNCT	O	0			ewtb.r.255261.5
+
+1	The	the	DET	O	0			ewtb.r.255261.6
+2	pastor	pastor	NOUN	O	0		n.person	ewtb.r.255261.6
+3	at	at	ADP	O	0			ewtb.r.255261.6
+4	this	this	DET	O	0			ewtb.r.255261.6
+5	church	church	NOUN	O	0		n.group	ewtb.r.255261.6
+6	is	be	VERB	O	0		v.stative	ewtb.r.255261.6
+7	cool	cool	ADJ	O	0			ewtb.r.255261.6
+8	,	,	PUNCT	O	0			ewtb.r.255261.6
+9	I	i	PRON	O	0			ewtb.r.255261.6
+10	met	meet	VERB	O	0		v.social	ewtb.r.255261.6
+11	him	him	PRON	O	0			ewtb.r.255261.6
+12	after	after	ADP	O	0			ewtb.r.255261.6
+13	some	some	DET	O	0			ewtb.r.255261.6
+14	holiday	holiday	NOUN	O	0		n.event	ewtb.r.255261.6
+15	service	service	NOUN	O	0		n.event	ewtb.r.255261.6
+16	.	.	PUNCT	O	0			ewtb.r.255261.6
+
+1	He	he	PRON	O	0			ewtb.r.255261.7
+2	had	have	VERB	O	0		v.possession	ewtb.r.255261.7
+3	a	a	DET	O	0			ewtb.r.255261.7
+4	robe	robe	NOUN	O	0		n.artifact	ewtb.r.255261.7
+5	that	that	DET	O	0			ewtb.r.255261.7
+6	was	be	AUX	O	0			ewtb.r.255261.7
+7	made	make	VERB	O	0		v.creation	ewtb.r.255261.7
+8	back	back	ADV	O	0			ewtb.r.255261.7
+9	in	in	ADP	O	0			ewtb.r.255261.7
+10	the	the	DET	O	0			ewtb.r.255261.7
+11	'60s	'60s	NOUN	O	0		n.time	ewtb.r.255261.7
+12	.	.	PUNCT	O	0			ewtb.r.255261.7
+
+1	God	god	PROPN	O	0		n.cognition	ewtb.r.255261.8
+2	was	be	VERB	O	0		v.stative	ewtb.r.255261.8
+3	pleased	pleased	ADJ	O	0			ewtb.r.255261.8
+4	with	with	ADP	O	0			ewtb.r.255261.8
+5	that	that	DET	O	0			ewtb.r.255261.8
+6	one	one	NOUN	O	0			ewtb.r.255261.8
+7	!	!	PUNCT	O	0			ewtb.r.255261.8
+
+1	It	it	PRON	O	0			ewtb.r.255261.9
+2	's	's	VERB	O	0		v.stative	ewtb.r.255261.9
+3	historical	historical	ADJ	O	0			ewtb.r.255261.9
+4	for	for	ADP	O	0			ewtb.r.255261.9
+5	Sf	sf	PROPN	O	0		n.location	ewtb.r.255261.9
+6	,	,	PUNCT	O	0			ewtb.r.255261.9
+7	so	so	ADV	O	0			ewtb.r.255261.9
+8	when	when	ADV	O	0			ewtb.r.255261.9
+9	your	your	PRON	O	0			ewtb.r.255261.9
+10	aunte	aunte	NOUN	O	0		n.person	ewtb.r.255261.9
+11	comes	come	VERB	O	0		v.motion	ewtb.r.255261.9
+12	for	for	ADP	O	0			ewtb.r.255261.9
+13	a	a	DET	O	0			ewtb.r.255261.9
+14	visit	visit	NOUN	O	0		n.event	ewtb.r.255261.9
+15	,	,	PUNCT	O	0			ewtb.r.255261.9
+16	take	take	VERB	O	0		v.motion	ewtb.r.255261.9
+17	her	her	PRON	O	0			ewtb.r.255261.9
+18	there	there	ADV	O	0			ewtb.r.255261.9
+19	.	.	PUNCT	O	0			ewtb.r.255261.9
+
+1	Great	great	ADJ	O	0			ewtb.r.255261.10
+2	for	for	ADP	O	0			ewtb.r.255261.10
+3	the	the	DET	O	0			ewtb.r.255261.10
+4	kiddies	kiddy	NOUN	O	0		n.person	ewtb.r.255261.10
+5	-	-	PUNCT	O	0			ewtb.r.255261.10
+6	they	they	PRON	O	0			ewtb.r.255261.10
+7	love	love	VERB	O	0		v.emotion	ewtb.r.255261.10
+8	the	the	DET	O	0			ewtb.r.255261.10
+9	labyrinth	labyrinth	NOUN	O	0		n.artifact	ewtb.r.255261.10
+10	(	(	PUNCT	O	0			ewtb.r.255261.10
+11	do	do	AUX	O	0			ewtb.r.255261.10
+12	n't	n't	PART	O	0			ewtb.r.255261.10
+13	forget	forget	VERB	O	0		v.cognition	ewtb.r.255261.10
+14	to	to	PART	O	0			ewtb.r.255261.10
+15	tell	tell	VERB	O	0		v.communication	ewtb.r.255261.10
+16	'em	'em	PRON	O	0			ewtb.r.255261.10
+17	it	it	PRON	O	0			ewtb.r.255261.10
+18	s	s	VERB	O	0		v.stative	ewtb.r.255261.10
+19	really	really	ADV	O	0			ewtb.r.255261.10
+20	a	a	DET	O	0			ewtb.r.255261.10
+21	'	'	PUNCT	O	0			ewtb.r.255261.10
+22	pagen	pagen	ADJ	O	0			ewtb.r.255261.10
+23	'	'	PUNCT	O	0			ewtb.r.255261.10
+24	thing	thing	NOUN	O	0			ewtb.r.255261.10
+25	!	!	PUNCT	O	0			ewtb.r.255261.10
+26	)	)	PUNCT	O	0			ewtb.r.255261.10
+27	.	.	PUNCT	O	0			ewtb.r.255261.10
+
+1	Stop	stop	VERB	B	0		v.motion	ewtb.r.255261.11
+2	by	by	ADV	I	1			ewtb.r.255261.11
+3	at	at	ADV	B	0			ewtb.r.255261.11
+4	least	least	ADV	I	3			ewtb.r.255261.11
+5	once	once	ADV	O	0			ewtb.r.255261.11
+6	or	or	CONJ	O	0			ewtb.r.255261.11
+7	you	you	PRON	O	0			ewtb.r.255261.11
+8	'll	'll	AUX	O	0			ewtb.r.255261.11
+9	go	go	VERB	B	0		v.motion	ewtb.r.255261.11
+10	to	to	ADP	I	9			ewtb.r.255261.11
+11	heck	heck	NOUN	I	10			ewtb.r.255261.11
+12	!	!	PUNCT	O	0			ewtb.r.255261.11
+
+1	Was	be	VERB	O	0		v.stative	ewtb.r.269560.1
+2	there	there	ADV	O	0			ewtb.r.269560.1
+3	this	this	DET	O	0			ewtb.r.269560.1
+4	past	past	ADJ	O	0			ewtb.r.269560.1
+5	weekend	weekend	NOUN	O	0		n.time	ewtb.r.269560.1
+6	and	and	CONJ	O	0			ewtb.r.269560.1
+7	the	the	DET	O	0			ewtb.r.269560.1
+8	guy	guy	NOUN	O	0			ewtb.r.269560.1
+9	behind	behind	ADP	O	0			ewtb.r.269560.1
+10	the	the	DET	O	0			ewtb.r.269560.1
+11	counter	counter	NOUN	O	0		n.location	ewtb.r.269560.1
+12	yelled	yell	VERB	O	0		v.communication	ewtb.r.269560.1
+13	at	at	ADP	O	0			ewtb.r.269560.1
+14	me	me	PRON	O	0			ewtb.r.269560.1
+15	and	and	CONJ	O	0			ewtb.r.269560.1
+16	my	my	PRON	O	0			ewtb.r.269560.1
+17	son	son	NOUN	O	0		n.person	ewtb.r.269560.1
+18	because	because	SCONJ	O	0			ewtb.r.269560.1
+19	we	we	PRON	O	0			ewtb.r.269560.1
+20	believed	believe	VERB	O	0		v.cognition	ewtb.r.269560.1
+21	he	he	PRON	O	0			ewtb.r.269560.1
+22	left	leave	VERB	O	0		v.emotion	ewtb.r.269560.1
+23	the	the	DET	O	0			ewtb.r.269560.1
+24	grandma	grandma	NOUN	B	0		n.food	ewtb.r.269560.1
+25	slice	slice	NOUN	I	24			ewtb.r.269560.1
+26	in	in	ADP	O	0			ewtb.r.269560.1
+27	the	the	DET	O	0			ewtb.r.269560.1
+28	oven	oven	NOUN	O	0		n.artifact	ewtb.r.269560.1
+29	a	a	DET	B	0			ewtb.r.269560.1
+30	little	little	ADJ	I	29			ewtb.r.269560.1
+31	too	too	ADV	O	0			ewtb.r.269560.1
+32	long	long	ADV	O	0			ewtb.r.269560.1
+33	and	and	CONJ	O	0			ewtb.r.269560.1
+34	the	the	DET	O	0			ewtb.r.269560.1
+35	cheese	cheese	NOUN	O	0		n.food	ewtb.r.269560.1
+36	got	get	AUX	O	0		v.change	ewtb.r.269560.1
+37	all	all	ADV	O	0			ewtb.r.269560.1
+38	dried	dry	VERB	B	0			ewtb.r.269560.1
+39	out	out	ADP	I	38			ewtb.r.269560.1
+40	and	and	CONJ	O	0			ewtb.r.269560.1
+41	the	the	DET	O	0			ewtb.r.269560.1
+42	slice	slice	NOUN	O	0		n.food	ewtb.r.269560.1
+43	tasted	taste	VERB	O	0		v.perception	ewtb.r.269560.1
+44	more	more	ADV	B	0			ewtb.r.269560.1
+45	like	like	ADP	I	44			ewtb.r.269560.1
+46	a	a	DET	O	0			ewtb.r.269560.1
+47	cracker	cracker	NOUN	O	0		n.food	ewtb.r.269560.1
+48	.	.	PUNCT	O	0			ewtb.r.269560.1
+
+1	He	he	PRON	O	0			ewtb.r.269560.2
+2	preceded	precede	VERB	O	0		v.change	ewtb.r.269560.2
+3	to	to	PART	O	0			ewtb.r.269560.2
+4	grab	grab	VERB	O	0		v.motion	ewtb.r.269560.2
+5	the	the	DET	O	0			ewtb.r.269560.2
+6	slice	slice	NOUN	O	0		n.food	ewtb.r.269560.2
+7	off	off	ADP	O	0			ewtb.r.269560.2
+8	the	the	DET	O	0			ewtb.r.269560.2
+9	countertop	countertop	NOUN	O	0		n.location	ewtb.r.269560.2
+10	and	and	CONJ	O	0			ewtb.r.269560.2
+11	throw	throw	VERB	O	0		v.motion	ewtb.r.269560.2
+12	it	it	PRON	O	0			ewtb.r.269560.2
+13	into	into	ADP	O	0			ewtb.r.269560.2
+14	the	the	DET	O	0			ewtb.r.269560.2
+15	trash	trash	NOUN	O	0		n.location	ewtb.r.269560.2
+16	while	while	SCONJ	O	0			ewtb.r.269560.2
+17	yelling	yell	VERB	O	0		v.communication	ewtb.r.269560.2
+18	at	at	ADP	O	0			ewtb.r.269560.2
+19	me	me	PRON	O	0			ewtb.r.269560.2
+20	saying	say	VERB	O	0		v.communication	ewtb.r.269560.2
+21	,	,	PUNCT	O	0			ewtb.r.269560.2
+22	"	"	PUNCT	O	0			ewtb.r.269560.2
+23	you	you	PRON	O	0			ewtb.r.269560.2
+24	do	do	AUX	O	0			ewtb.r.269560.2
+25	not	not	PART	O	0			ewtb.r.269560.2
+26	order	order	VERB	O	0		v.communication	ewtb.r.269560.2
+27	what	what	PRON	O	0			ewtb.r.269560.2
+28	you	you	PRON	O	0			ewtb.r.269560.2
+29	do	do	AUX	O	0			ewtb.r.269560.2
+30	not	not	PART	O	0			ewtb.r.269560.2
+31	know	know	VERB	O	0		v.cognition	ewtb.r.269560.2
+32	about	about	ADP	O	0			ewtb.r.269560.2
+33	"	"	PUNCT	O	0			ewtb.r.269560.2
+34	and	and	CONJ	O	0			ewtb.r.269560.2
+35	"	"	PUNCT	O	0			ewtb.r.269560.2
+36	you	you	PRON	O	0			ewtb.r.269560.2
+37	do	do	AUX	O	0			ewtb.r.269560.2
+38	n't	n't	PART	O	0			ewtb.r.269560.2
+39	know	know	VERB	O	0		v.cognition	ewtb.r.269560.2
+40	how	how	ADV	O	0			ewtb.r.269560.2
+41	pizza	pizza	NOUN	O	0		n.food	ewtb.r.269560.2
+42	is	be	AUX	O	0			ewtb.r.269560.2
+43	made	make	VERB	O	0		v.creation	ewtb.r.269560.2
+44	"	"	PUNCT	O	0			ewtb.r.269560.2
+45	.	.	PUNCT	O	0			ewtb.r.269560.2
+
+1	It	it	PRON	O	0			ewtb.r.269560.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.269560.3
+3	very	very	ADV	O	0			ewtb.r.269560.3
+4	upsetting	upsetting	ADJ	O	0			ewtb.r.269560.3
+5	to	to	PART	O	0			ewtb.r.269560.3
+6	see	see	VERB	O	0		v.cognition	ewtb.r.269560.3
+7	this	this	DET	O	0			ewtb.r.269560.3
+8	kind	kind	NOUN	O	0		n.cognition	ewtb.r.269560.3
+9	of	of	ADP	O	0			ewtb.r.269560.3
+10	behavior	behavior	NOUN	O	0		n.cognition	ewtb.r.269560.3
+11	especially	especially	ADV	O	0			ewtb.r.269560.3
+12	in	in	ADP	B	0			ewtb.r.269560.3
+13	front	front	NOUN	I	12			ewtb.r.269560.3
+14	of	of	ADP	I	13			ewtb.r.269560.3
+15	my	my	PRON	O	0			ewtb.r.269560.3
+16	four	four	NUM	O	0			ewtb.r.269560.3
+17	year	year	NOUN	B	0		n.person	ewtb.r.269560.3
+18	old	old	ADJ	I	17			ewtb.r.269560.3
+19	.	.	PUNCT	O	0			ewtb.r.269560.3
+
+1	He	he	PRON	O	0			ewtb.r.269560.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.269560.4
+3	in	in	ADP	O	0			ewtb.r.269560.4
+4	the	the	DET	O	0			ewtb.r.269560.4
+5	process	process	NOUN	O	0		n.process	ewtb.r.269560.4
+6	of	of	SCONJ	O	0			ewtb.r.269560.4
+7	making	make	VERB	O	0		v.creation	ewtb.r.269560.4
+8	me	me	PRON	O	0			ewtb.r.269560.4
+9	a	a	DET	O	0			ewtb.r.269560.4
+10	pie	pie	NOUN	O	0		n.food	ewtb.r.269560.4
+11	and	and	CONJ	O	0			ewtb.r.269560.4
+12	when	when	ADV	O	0			ewtb.r.269560.4
+13	I	i	PRON	O	0			ewtb.r.269560.4
+14	got	get	VERB	O	0		v.motion	ewtb.r.269560.4
+15	home	home	ADV	O	0			ewtb.r.269560.4
+16	,	,	PUNCT	O	0			ewtb.r.269560.4
+17	the	the	DET	O	0			ewtb.r.269560.4
+18	pie	pie	NOUN	O	0		n.food	ewtb.r.269560.4
+19	was	be	VERB	O	0		v.stative	ewtb.r.269560.4
+20	the	the	DET	O	0			ewtb.r.269560.4
+21	worst	worst	ADJ	O	0			ewtb.r.269560.4
+22	I	i	PRON	O	0			ewtb.r.269560.4
+23	have	have	AUX	O	0			ewtb.r.269560.4
+24	ever	ever	ADV	O	0			ewtb.r.269560.4
+25	seen	see	VERB	O	0		v.cognition	ewtb.r.269560.4
+26	.	.	PUNCT	O	0			ewtb.r.269560.4
+
+1	Cheese	cheese	NOUN	O	0		n.food	ewtb.r.269560.5
+2	was	be	AUX	O	0			ewtb.r.269560.5
+3	falling	fall	VERB	O	0		v.motion	ewtb.r.269560.5
+4	off	off	ADV	O	0			ewtb.r.269560.5
+5	,	,	PUNCT	O	0			ewtb.r.269560.5
+6	so	so	ADV	O	0			ewtb.r.269560.5
+7	oily	oily	ADJ	O	0			ewtb.r.269560.5
+8	and	and	CONJ	O	0			ewtb.r.269560.5
+9	greasy	greasy	ADJ	O	0			ewtb.r.269560.5
+10	.	.	PUNCT	O	0			ewtb.r.269560.5
+
+1	I	i	PRON	O	0			ewtb.r.269560.6
+2	think	think	VERB	O	0		v.cognition	ewtb.r.269560.6
+3	he	he	PRON	O	0			ewtb.r.269560.6
+4	did	do	VERB	O	0		v.social	ewtb.r.269560.6
+5	it	it	PRON	O	0			ewtb.r.269560.6
+6	on	on	ADP	B	0			ewtb.r.269560.6
+7	purpose	purpose	NOUN	I	6			ewtb.r.269560.6
+8	because	because	ADP	B	0			ewtb.r.269560.6
+9	of	of	ADP	I	8			ewtb.r.269560.6
+10	my	my	PRON	O	0			ewtb.r.269560.6
+11	simple	simple	ADJ	O	0			ewtb.r.269560.6
+12	request	request	NOUN	O	0		n.communication	ewtb.r.269560.6
+13	for	for	ADP	O	0			ewtb.r.269560.6
+14	another	another	DET	O	0			ewtb.r.269560.6
+15	slice	slice	NOUN	O	0		n.food	ewtb.r.269560.6
+16	of	of	ADP	O	0			ewtb.r.269560.6
+17	grandma	grandma	NOUN	O	0		n.food	ewtb.r.269560.6
+18	that	that	DET	O	0			ewtb.r.269560.6
+19	was	be	VERB	O	0		v.stative	ewtb.r.269560.6
+20	n't	n't	PART	O	0			ewtb.r.269560.6
+21	so	so	ADV	O	0			ewtb.r.269560.6
+22	well	well	ADV	B	0			ewtb.r.269560.6
+23	-	-	PUNCT	I	22			ewtb.r.269560.6
+24	done	done	ADJ	I	23			ewtb.r.269560.6
+25	(	(	PUNCT	O	0			ewtb.r.269560.6
+26	actually	actually	ADV	O	0			ewtb.r.269560.6
+27	,	,	PUNCT	O	0			ewtb.r.269560.6
+28	burnt	burnt	ADJ	O	0			ewtb.r.269560.6
+29	)	)	PUNCT	O	0			ewtb.r.269560.6
+30	.	.	PUNCT	O	0			ewtb.r.269560.6
+
+1	I	i	PRON	O	0			ewtb.r.269560.7
+2	will	will	AUX	O	0			ewtb.r.269560.7
+3	never	never	ADV	O	0			ewtb.r.269560.7
+4	go	go	VERB	O	0		v.motion	ewtb.r.269560.7
+5	back	back	ADV	O	0			ewtb.r.269560.7
+6	to	to	ADP	O	0			ewtb.r.269560.7
+7	this	this	DET	O	0			ewtb.r.269560.7
+8	place	place	NOUN	O	0		n.group	ewtb.r.269560.7
+9	and	and	CONJ	O	0			ewtb.r.269560.7
+10	I	i	PRON	O	0			ewtb.r.269560.7
+11	am	be	AUX	O	0			ewtb.r.269560.7
+12	reporting	report	VERB	O	0		v.communication	ewtb.r.269560.7
+13	them	them	PRON	O	0			ewtb.r.269560.7
+14	to	to	ADP	O	0			ewtb.r.269560.7
+15	the	the	DET	O	0			ewtb.r.269560.7
+16	better	better	ADJ	B	0		n.group	ewtb.r.269560.7
+17	business	business	NOUN	I	16			ewtb.r.269560.7
+18	bureau	bureau	NOUN	I	17			ewtb.r.269560.7
+19	for	for	ADP	O	0			ewtb.r.269560.7
+20	such	such	ADJ	O	0			ewtb.r.269560.7
+21	horrible	horrible	ADJ	O	0			ewtb.r.269560.7
+22	customer	customer	NOUN	B	0		n.act	ewtb.r.269560.7
+23	relations	relations	NOUN	I	22			ewtb.r.269560.7
+24	and	and	CONJ	O	0			ewtb.r.269560.7
+25	basically	basically	ADV	O	0			ewtb.r.269560.7
+26	sabotaging	sabotage	VERB	O	0		v.change	ewtb.r.269560.7
+27	my	my	PRON	O	0			ewtb.r.269560.7
+28	pizza	pizza	NOUN	O	0		n.food	ewtb.r.269560.7
+29	and	and	CONJ	O	0			ewtb.r.269560.7
+30	taking	take	VERB	O	0		v.possession	ewtb.r.269560.7
+31	my	my	PRON	O	0			ewtb.r.269560.7
+32	$	$	SYM	O	0			ewtb.r.269560.7
+33	25	25	NUM	O	0			ewtb.r.269560.7
+34	.	.	PUNCT	O	0			ewtb.r.269560.7
+
+1	THIS	this	DET	O	0			ewtb.r.269560.8
+2	STORY	story	NOUN	O	0		n.communication	ewtb.r.269560.8
+3	IS	be	VERB	O	0		v.stative	ewtb.r.269560.8
+4	100	100	NUM	O	0			ewtb.r.269560.8
+5	%	%	SYM	O	0			ewtb.r.269560.8
+6	TRUE	true	ADJ	O	0			ewtb.r.269560.8
+7	.	.	PUNCT	O	0			ewtb.r.269560.8
+
+1	That	that	DET	O	0			ewtb.r.269560.9
+2	little	little	ADJ	O	0			ewtb.r.269560.9
+3	man	man	NOUN	O	0		n.person	ewtb.r.269560.9
+4	who	who	PRON	O	0			ewtb.r.269560.9
+5	thinks	think	VERB	O	0		v.cognition	ewtb.r.269560.9
+6	he	he	PRON	O	0			ewtb.r.269560.9
+7	invented	invent	VERB	O	0		v.creation	ewtb.r.269560.9
+8	pizza	pizza	NOUN	O	0		n.food	ewtb.r.269560.9
+9	can	can	AUX	O	0			ewtb.r.269560.9
+10	kiss	kiss	VERB	O	0		v.contact	ewtb.r.269560.9
+11	my	my	PRON	O	0			ewtb.r.269560.9
+12	*ss	*ss	NOUN	O	0		n.communication	ewtb.r.269560.9
+13	.	.	PUNCT	O	0			ewtb.r.269560.9
+
+1	Best	best	ADJ	O	0			ewtb.r.280663.1
+2	DJ's	dj	NOUN	O	0		n.person	ewtb.r.280663.1
+3	In	in	ADP	B	0			ewtb.r.280663.1
+4	Town	town	NOUN	I	3			ewtb.r.280663.1
+5	!	!	PUNCT	O	0			ewtb.r.280663.1
+
+1	Wow	wow	INTJ	O	0			ewtb.r.280663.2
+2	!	!	PUNCT	O	0			ewtb.r.280663.2
+
+1	These	these	DET	O	0			ewtb.r.280663.3
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.280663.3
+3	were	be	VERB	O	0		v.stative	ewtb.r.280663.3
+4	the	the	DET	O	0			ewtb.r.280663.3
+5	best	best	ADJ	O	0			ewtb.r.280663.3
+6	.	.	PUNCT	O	0			ewtb.r.280663.3
+
+1	They	they	PRON	O	0			ewtb.r.280663.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.280663.4
+3	thorough	thorough	ADJ	O	0			ewtb.r.280663.4
+4	,	,	PUNCT	O	0			ewtb.r.280663.4
+5	high	high	ADJ	O	0			ewtb.r.280663.4
+6	class	class	NOUN	O	0		n.cognition	ewtb.r.280663.4
+7	,	,	PUNCT	O	0			ewtb.r.280663.4
+8	and	and	CONJ	O	0			ewtb.r.280663.4
+9	went	go	VERB	B	0		v.cognition	ewtb.r.280663.4
+10	above	above	ADV	I	9			ewtb.r.280663.4
+11	and	and	CONJ	I	10			ewtb.r.280663.4
+12	beyond	beyond	ADV	I	11			ewtb.r.280663.4
+13	.	.	PUNCT	O	0			ewtb.r.280663.4
+
+1	We	we	PRON	O	0			ewtb.r.280663.5
+2	never	never	ADV	O	0			ewtb.r.280663.5
+3	had	have	VERB	B	0			ewtb.r.280663.5
+4	to	to	PART	I	3			ewtb.r.280663.5
+5	worry	worry	VERB	O	0		v.cognition	ewtb.r.280663.5
+6	about	about	ADP	O	0			ewtb.r.280663.5
+7	a	a	DET	O	0			ewtb.r.280663.5
+8	thing	thing	NOUN	O	0			ewtb.r.280663.5
+9	,	,	PUNCT	O	0			ewtb.r.280663.5
+10	and	and	CONJ	O	0			ewtb.r.280663.5
+11	they	they	PRON	O	0			ewtb.r.280663.5
+12	led	lead	VERB	B	0		v.social	ewtb.r.280663.5
+13	the	the	DET	I	12			ewtb.r.280663.5
+14	way	way	NOUN	I	13			ewtb.r.280663.5
+15	the	the	DET	O	0			ewtb.r.280663.5
+16	whole	whole	ADJ	O	0			ewtb.r.280663.5
+17	time	time	NOUN	O	0		n.time	ewtb.r.280663.5
+18	.	.	PUNCT	O	0			ewtb.r.280663.5
+
+1	They	they	PRON	O	0			ewtb.r.280663.6
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.280663.6
+3	us	us	PRON	O	0			ewtb.r.280663.6
+4	things	things	NOUN	O	0			ewtb.r.280663.6
+5	that	that	DET	O	0			ewtb.r.280663.6
+6	we	we	PRON	O	0			ewtb.r.280663.6
+7	would	would	AUX	O	0			ewtb.r.280663.6
+8	have	have	AUX	O	0			ewtb.r.280663.6
+9	never	never	ADV	O	0			ewtb.r.280663.6
+10	have	have	AUX	O	0			ewtb.r.280663.6
+11	thought	think	VERB	B	0		v.cognition	ewtb.r.280663.6
+12	of	of	ADP	I	11			ewtb.r.280663.6
+13	,	,	PUNCT	O	0			ewtb.r.280663.6
+14	and	and	CONJ	O	0			ewtb.r.280663.6
+15	took	take	VERB	B	0		v.social	ewtb.r.280663.6
+16	extra	extra	ADJ	o	0			ewtb.r.280663.6
+17	time	time	NOUN	I	15			ewtb.r.280663.6
+18	to	to	PART	O	0			ewtb.r.280663.6
+19	meet	meet	VERB	B	0		v.social	ewtb.r.280663.6
+20	with	with	ADP	I	19			ewtb.r.280663.6
+21	us	us	PRON	O	0			ewtb.r.280663.6
+22	when	when	ADV	O	0			ewtb.r.280663.6
+23	we	we	PRON	O	0			ewtb.r.280663.6
+24	needed	need	VERB	O	0		v.cognition	ewtb.r.280663.6
+25	it	it	PRON	O	0			ewtb.r.280663.6
+26	before	before	ADP	O	0			ewtb.r.280663.6
+27	the	the	DET	O	0			ewtb.r.280663.6
+28	wedding	wedding	NOUN	O	0		n.event	ewtb.r.280663.6
+29	.	.	PUNCT	O	0			ewtb.r.280663.6
+
+1	Having	have	VERB	O	0		v.social	ewtb.r.280663.7
+2	a	a	DET	O	0			ewtb.r.280663.7
+3	team	team	NOUN	O	0		n.group	ewtb.r.280663.7
+4	was	be	VERB	O	0		v.stative	ewtb.r.280663.7
+5	the	the	DET	O	0			ewtb.r.280663.7
+6	best	best	ADJ	O	0			ewtb.r.280663.7
+7	because	because	SCONJ	O	0			ewtb.r.280663.7
+8	they	they	PRON	O	0			ewtb.r.280663.7
+9	kept	keep	VERB	O	0		v.stative	ewtb.r.280663.7
+10	the	the	DET	O	0			ewtb.r.280663.7
+11	flow	flow	NOUN	O	0		n.cognition	ewtb.r.280663.7
+12	of	of	ADP	O	0			ewtb.r.280663.7
+13	the	the	DET	O	0			ewtb.r.280663.7
+14	wedding	wedding	NOUN	O	0		n.event	ewtb.r.280663.7
+15	going	go	VERB	O	0		v.stative	ewtb.r.280663.7
+16	the	the	DET	O	0			ewtb.r.280663.7
+17	whole	whole	ADJ	O	0			ewtb.r.280663.7
+18	time	time	NOUN	O	0		n.time	ewtb.r.280663.7
+19	!	!	PUNCT	O	0			ewtb.r.280663.7
+
+1	They	they	PRON	O	0			ewtb.r.280663.8
+2	may	may	AUX	O	0			ewtb.r.280663.8
+3	look	look	VERB	O	0		v.cognition	ewtb.r.280663.8
+4	young	young	ADJ	O	0			ewtb.r.280663.8
+5	but	but	CONJ	O	0			ewtb.r.280663.8
+6	do	do	AUX	O	0			ewtb.r.280663.8
+7	n't	n't	PART	O	0			ewtb.r.280663.8
+8	let	let	VERB	O	0		v.cognition	ewtb.r.280663.8
+9	that	that	DET	O	0			ewtb.r.280663.8
+10	fool	fool	VERB	O	0		v.cognition	ewtb.r.280663.8
+11	you	you	PRON	O	0			ewtb.r.280663.8
+12	,	,	PUNCT	O	0			ewtb.r.280663.8
+13	as	as	SCONJ	O	0			ewtb.r.280663.8
+14	their	their	PRON	O	0			ewtb.r.280663.8
+15	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.280663.8
+16	of	of	ADP	O	0			ewtb.r.280663.8
+17	music	music	NOUN	O	0		n.cognition	ewtb.r.280663.8
+18	far	far	ADV	O	0			ewtb.r.280663.8
+19	surpassed	surpass	VERB	O	0		v.competition	ewtb.r.280663.8
+20	what	what	PRON	O	0			ewtb.r.280663.8
+21	we	we	PRON	O	0			ewtb.r.280663.8
+22	expected	expect	VERB	O	0		v.cognition	ewtb.r.280663.8
+23	.	.	PUNCT	O	0			ewtb.r.280663.8
+
+1	I	i	PRON	O	0			ewtb.r.280663.9
+2	am	be	VERB	O	0		v.stative	ewtb.r.280663.9
+3	a	a	DET	O	0			ewtb.r.280663.9
+4	music	music	NOUN	O	0		n.cognition	ewtb.r.280663.9
+5	junkie	junkie	NOUN	O	0		n.person	ewtb.r.280663.9
+6	that	that	DET	O	0			ewtb.r.280663.9
+7	grew	grow	VERB	B	0		v.change	ewtb.r.280663.9
+8	up	up	ADP	I	7			ewtb.r.280663.9
+9	in	in	ADP	O	0			ewtb.r.280663.9
+10	the	the	DET	O	0			ewtb.r.280663.9
+11	80's	80	NOUN	O	0		n.time	ewtb.r.280663.9
+12	,	,	PUNCT	O	0			ewtb.r.280663.9
+13	and	and	CONJ	O	0			ewtb.r.280663.9
+14	my	my	PRON	O	0			ewtb.r.280663.9
+15	dad	dad	NOUN	O	0		n.person	ewtb.r.280663.9
+16	worked	work	VERB	O	0		v.social	ewtb.r.280663.9
+17	for	for	ADP	O	0			ewtb.r.280663.9
+18	a	a	DET	O	0			ewtb.r.280663.9
+19	record	record	NOUN	B	0		n.group	ewtb.r.280663.9
+20	label	label	NOUN	I	19			ewtb.r.280663.9
+21	in	in	ADP	O	0			ewtb.r.280663.9
+22	the	the	DET	O	0			ewtb.r.280663.9
+23	1960's	1960	NOUN	O	0		n.time	ewtb.r.280663.9
+24	.	.	PUNCT	O	0			ewtb.r.280663.9
+
+1	So	so	ADV	O	0			ewtb.r.280663.10
+2	we	we	PRON	O	0			ewtb.r.280663.10
+3	did	do	AUX	O	0			ewtb.r.280663.10
+4	n't	n't	PART	O	0			ewtb.r.280663.10
+5	expect	expect	VERB	O	0		v.cognition	ewtb.r.280663.10
+6	them	them	PRON	O	0			ewtb.r.280663.10
+7	to	to	PART	O	0			ewtb.r.280663.10
+8	even	even	ADV	O	0			ewtb.r.280663.10
+9	know	know	VERB	O	0		v.cognition	ewtb.r.280663.10
+10	some	some	DET	O	0			ewtb.r.280663.10
+11	of	of	ADP	O	0			ewtb.r.280663.10
+12	the	the	DET	O	0			ewtb.r.280663.10
+13	requests	request	NOUN	O	0		n.cognition	ewtb.r.280663.10
+14	that	that	DET	O	0			ewtb.r.280663.10
+15	we	we	PRON	O	0			ewtb.r.280663.10
+16	asked	ask	VERB	O	0		v.communication	ewtb.r.280663.10
+17	that	that	DET	O	0			ewtb.r.280663.10
+18	night	night	NOUN	O	0		n.event	ewtb.r.280663.10
+19	.	.	PUNCT	O	0			ewtb.r.280663.10
+
+1	They	they	PRON	O	0			ewtb.r.280663.11
+2	just	just	ADV	O	0			ewtb.r.280663.11
+3	really	really	ADV	O	0			ewtb.r.280663.11
+4	know	know	VERB	B	0		v.cognition	ewtb.r.280663.11
+5	their	their	PRON	o	0			ewtb.r.280663.11
+6	stuff	stuff	NOUN	I	4			ewtb.r.280663.11
+7	!	!	PUNCT	O	0			ewtb.r.280663.11
+
+1	So	so	ADV	O	0			ewtb.r.287360.1
+2	delightful	delightful	ADJ	O	0			ewtb.r.287360.1
+3	.	.	PUNCT	O	0			ewtb.r.287360.1
+
+1	What	what	PRON	O	0			ewtb.r.287360.2
+2	a	a	DET	O	0			ewtb.r.287360.2
+3	group	group	NOUN	O	0		n.group	ewtb.r.287360.2
+4	!	!	PUNCT	O	0			ewtb.r.287360.2
+
+1	I	i	PRON	O	0			ewtb.r.287360.3
+2	would	would	AUX	O	0			ewtb.r.287360.3
+3	n't	n't	PART	O	0			ewtb.r.287360.3
+4	want	want	VERB	O	0		v.cognition	ewtb.r.287360.3
+5	any	any	DET	O	0			ewtb.r.287360.3
+6	other	other	ADJ	O	0			ewtb.r.287360.3
+7	company	company	NOUN	O	0		n.group	ewtb.r.287360.3
+8	in	in	ADP	B	0			ewtb.r.287360.3
+9	my	my	PRON	o	0			ewtb.r.287360.3
+10	time	time	NOUN	I	8			ewtb.r.287360.3
+11	of	of	ADP	I	10			ewtb.r.287360.3
+12	need	need	NOUN	I	11			ewtb.r.287360.3
+13	.	.	PUNCT	O	0			ewtb.r.287360.3
+
+1	Great	great	ADJ	O	0			ewtb.r.287360.4
+2	people	person	NOUN	O	0		n.person	ewtb.r.287360.4
+3	!	!	PUNCT	O	0			ewtb.r.287360.4
+
+1	So	so	ADV	O	0			ewtb.r.287360.5
+2	professional	professional	ADJ	O	0			ewtb.r.287360.5
+3	!	!	PUNCT	O	0			ewtb.r.287360.5
+
+1	These	these	DET	O	0			ewtb.r.287360.6
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.287360.6
+3	know	know	VERB	O	0		v.cognition	ewtb.r.287360.6
+4	what	what	PRON	O	0			ewtb.r.287360.6
+5	they	they	PRON	O	0			ewtb.r.287360.6
+6	're	're	AUX	O	0			ewtb.r.287360.6
+7	doing	do	VERB	O	0		v.stative	ewtb.r.287360.6
+8	!	!	PUNCT	O	0			ewtb.r.287360.6
+
+1	Way	way	NOUN	B	0			ewtb.r.287360.7
+2	to	to	PART	I	1			ewtb.r.287360.7
+3	go	go	VERB	I	2			ewtb.r.287360.7
+4	!	!	PUNCT	O	0			ewtb.r.287360.7
+
+1	Amazing	amazing	ADJ	O	0			ewtb.r.288163.1
+2	Experience	experience	NOUN	O	0		n.event	ewtb.r.288163.1
+3	!	!	PUNCT	O	0			ewtb.r.288163.1
+
+1	My	my	PRON	O	0			ewtb.r.288163.2
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.288163.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.288163.2
+4	amazing	amazing	ADJ	O	0			ewtb.r.288163.2
+5	at	at	ADP	O	0			ewtb.r.288163.2
+6	Providence	providence	PROPN	B	0		n.group	ewtb.r.288163.2
+7	Aesthetics	aesthetics	PROPN	I	6			ewtb.r.288163.2
+8	and	and	CONJ	I	7			ewtb.r.288163.2
+9	Medical	medical	PROPN	I	8			ewtb.r.288163.2
+10	Spa	spa	PROPN	I	9			ewtb.r.288163.2
+11	.	.	PUNCT	O	0			ewtb.r.288163.2
+
+1	Jana	jana	PROPN	B	0		n.person	ewtb.r.288163.3
+2	Kueck	kueck	PROPN	I	1			ewtb.r.288163.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.288163.3
+4	nothing	nothing	NOUN	B	0			ewtb.r.288163.3
+5	but	but	ADP	I	4			ewtb.r.288163.3
+6	professional	professional	ADJ	O	0			ewtb.r.288163.3
+7	.	.	PUNCT	O	0			ewtb.r.288163.3
+
+1	She	she	PRON	O	0			ewtb.r.288163.4
+2	makes	make	VERB	O	0		v.cognition	ewtb.r.288163.4
+3	you	you	PRON	O	0			ewtb.r.288163.4
+4	feel	feel	VERB	O	0		v.cognition	ewtb.r.288163.4
+5	like	like	SCONJ	O	0			ewtb.r.288163.4
+6	you	you	PRON	O	0			ewtb.r.288163.4
+7	are	be	VERB	O	0		v.stative	ewtb.r.288163.4
+8	the	the	DET	O	0			ewtb.r.288163.4
+9	most	most	ADV	O	0			ewtb.r.288163.4
+10	important	important	ADJ	O	0			ewtb.r.288163.4
+11	person	person	NOUN	O	0		n.person	ewtb.r.288163.4
+12	in	in	ADP	O	0			ewtb.r.288163.4
+13	the	the	DET	O	0			ewtb.r.288163.4
+14	world	world	NOUN	O	0		n.cognition	ewtb.r.288163.4
+15	.	.	PUNCT	O	0			ewtb.r.288163.4
+
+1	Jana	jana	PROPN	O	0		n.person	ewtb.r.288163.5
+2	made	make	VERB	O	0		v.cognition	ewtb.r.288163.5
+3	me	me	PRON	O	0			ewtb.r.288163.5
+4	feel	feel	VERB	O	0		v.cognition	ewtb.r.288163.5
+5	very	very	ADV	O	0			ewtb.r.288163.5
+6	comfortable	comfortable	ADJ	O	0			ewtb.r.288163.5
+7	.	.	PUNCT	O	0			ewtb.r.288163.5
+
+1	Provided	provide	VERB	B	0		v.social	ewtb.r.288163.6
+2	me	me	PRON	o	0			ewtb.r.288163.6
+3	with	with	ADP	I	1			ewtb.r.288163.6
+4	warm	warm	ADJ	O	0			ewtb.r.288163.6
+5	blanket	blanket	NOUN	O	0		n.artifact	ewtb.r.288163.6
+6	and	and	CONJ	O	0			ewtb.r.288163.6
+7	has	have	VERB	O	0		v.stative	ewtb.r.288163.6
+8	soft	soft	ADJ	O	0			ewtb.r.288163.6
+9	music	music	NOUN	O	0		n.cognition	ewtb.r.288163.6
+10	playing	play	VERB	O	0		v.creation	ewtb.r.288163.6
+11	.	.	PUNCT	O	0			ewtb.r.288163.6
+
+1	Walking	walk	VERB	O	0		v.motion	ewtb.r.288163.7
+2	in	in	ADP	O	0			ewtb.r.288163.7
+3	the	the	DET	O	0			ewtb.r.288163.7
+4	door	door	NOUN	O	0		n.artifact	ewtb.r.288163.7
+5	you	you	PRON	O	0			ewtb.r.288163.7
+6	are	be	AUX	O	0			ewtb.r.288163.7
+7	made	make	VERB	O	0		v.social	ewtb.r.288163.7
+8	to	to	PART	O	0			ewtb.r.288163.7
+9	feel	feel	VERB	O	0		v.cognition	ewtb.r.288163.7
+10	happy	happy	ADJ	O	0			ewtb.r.288163.7
+11	and	and	CONJ	O	0			ewtb.r.288163.7
+12	relaxed	relaxed	ADJ	O	0			ewtb.r.288163.7
+13	.	.	PUNCT	O	0			ewtb.r.288163.7
+
+1	Equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.288163.8
+2	is	be	VERB	O	0		v.stative	ewtb.r.288163.8
+3	state	state	NOUN	B	0		n.cognition	ewtb.r.288163.8
+4	of	of	ADP	I	3			ewtb.r.288163.8
+5	the	the	DET	I	4			ewtb.r.288163.8
+6	art	art	NOUN	I	5			ewtb.r.288163.8
+7	.	.	PUNCT	O	0			ewtb.r.288163.8
+
+1	I	i	PRON	O	0			ewtb.r.288163.9
+2	would	would	AUX	O	0			ewtb.r.288163.9
+3	reccomend	reccomend	VERB	O	0		v.communication	ewtb.r.288163.9
+4	anyone	anyone	NOUN	O	0			ewtb.r.288163.9
+5	to	to	PART	O	0			ewtb.r.288163.9
+6	go	go	VERB	O	0		v.motion	ewtb.r.288163.9
+7	see	see	VERB	O	0		v.social	ewtb.r.288163.9
+8	Jana	jana	PROPN	B	0		n.person	ewtb.r.288163.9
+9	Kueck	kueck	PROPN	I	8			ewtb.r.288163.9
+10	and	and	CONJ	O	0			ewtb.r.288163.9
+11	Robin	robin	PROPN	B	0		n.person	ewtb.r.288163.9
+12	Talley	talley	PROPN	I	11			ewtb.r.288163.9
+13	to	to	PART	O	0			ewtb.r.288163.9
+14	see	see	VERB	O	0		v.cognition	ewtb.r.288163.9
+15	all	all	DET	O	0			ewtb.r.288163.9
+16	the	the	DET	O	0			ewtb.r.288163.9
+17	many	many	ADJ	O	0			ewtb.r.288163.9
+18	procedures	procedure	NOUN	O	0		n.act	ewtb.r.288163.9
+19	they	they	PRON	O	0			ewtb.r.288163.9
+20	have	have	VERB	O	0		v.stative	ewtb.r.288163.9
+21	to	to	PART	O	0			ewtb.r.288163.9
+22	offer	offer	VERB	O	0		v.possession	ewtb.r.288163.9
+23	.	.	PUNCT	O	0			ewtb.r.288163.9
+
+1	Awesome	awesome	ADJ	O	0			ewtb.r.289763.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.289763.1
+3	with	with	ADP	O	0			ewtb.r.289763.1
+4	a	a	DET	O	0			ewtb.r.289763.1
+5	smile	smile	NOUN	O	0		n.act	ewtb.r.289763.1
+6	:)	:)	SYM	O	0			ewtb.r.289763.1
+
+1	Terrible	terrible	ADJ	O	0			ewtb.r.299169.1
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.299169.1
+3	service	service	NOUN	I	2			ewtb.r.299169.1
+
+1	Fried	fry	VERB	B	0		n.food	ewtb.r.299169.2
+2	rice	rice	NOUN	I	1			ewtb.r.299169.2
+3	has	have	VERB	O	0		v.stative	ewtb.r.299169.2
+4	NO	no	DET	O	0			ewtb.r.299169.2
+5	flavor	flavor	NOUN	O	0		n.cognition	ewtb.r.299169.2
+6	,	,	PUNCT	O	0			ewtb.r.299169.2
+7	it	it	PRON	O	0			ewtb.r.299169.2
+8	literally	literally	ADV	O	0			ewtb.r.299169.2
+9	taste	taste	VERB	O	0		v.perception	ewtb.r.299169.2
+10	like	like	ADP	O	0			ewtb.r.299169.2
+11	water	water	NOUN	O	0		n.food	ewtb.r.299169.2
+12	.	.	PUNCT	O	0			ewtb.r.299169.2
+
+1	When	when	ADV	O	0			ewtb.r.299169.3
+2	I	i	PRON	O	0			ewtb.r.299169.3
+3	tried	try	VERB	O	0		v.social	ewtb.r.299169.3
+4	to	to	PART	O	0			ewtb.r.299169.3
+5	return	return	VERB	O	0		v.possession	ewtb.r.299169.3
+6	it	it	PRON	O	0			ewtb.r.299169.3
+7	they	they	PRON	O	0			ewtb.r.299169.3
+8	refused	refuse	VERB	O	0		v.communication	ewtb.r.299169.3
+9	,	,	PUNCT	O	0			ewtb.r.299169.3
+10	so	so	ADV	O	0			ewtb.r.299169.3
+11	I	i	PRON	O	0			ewtb.r.299169.3
+12	had	have	VERB	B	0			ewtb.r.299169.3
+13	to	to	PART	I	12			ewtb.r.299169.3
+14	leave	leave	VERB	O	0		v.motion	ewtb.r.299169.3
+15	without	without	ADP	O	0			ewtb.r.299169.3
+16	a	a	DET	O	0			ewtb.r.299169.3
+17	refund	refund	NOUN	O	0		n.possession	ewtb.r.299169.3
+18	and	and	CONJ	O	0			ewtb.r.299169.3
+19	still	still	ADV	O	0			ewtb.r.299169.3
+20	hungry	hungry	ADJ	O	0			ewtb.r.299169.3
+21	.	.	PUNCT	O	0			ewtb.r.299169.3
+
+1	Great	great	ADJ	O	0			ewtb.r.302465.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.302465.1
+
+1	Really	really	ADV	O	0			ewtb.r.302465.2
+2	great	great	ADJ	O	0			ewtb.r.302465.2
+3	service	service	NOUN	O	0		n.act	ewtb.r.302465.2
+4	and	and	CONJ	O	0			ewtb.r.302465.2
+5	kind	kind	ADJ	O	0			ewtb.r.302465.2
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.302465.2
+7	.	.	PUNCT	O	0			ewtb.r.302465.2
+
+1	The	the	DET	O	0			ewtb.r.302465.3
+2	haircut	haircut	NOUN	O	0		n.act	ewtb.r.302465.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.302465.3
+4	inexpensive	inexpensive	ADJ	O	0			ewtb.r.302465.3
+5	and	and	CONJ	O	0			ewtb.r.302465.3
+6	so	so	ADV	O	0			ewtb.r.302465.3
+7	were	be	VERB	O	0		v.stative	ewtb.r.302465.3
+8	the	the	DET	O	0			ewtb.r.302465.3
+9	salon	salon	NOUN	O	0		n.group	ewtb.r.302465.3
+10	services	services	NOUN	O	0		n.act	ewtb.r.302465.3
+11	(	(	PUNCT	O	0			ewtb.r.302465.3
+12	eyebrows	eyebrow	NOUN	O	0		n.body	ewtb.r.302465.3
+13	were	be	VERB	O	0		v.stative	ewtb.r.302465.3
+14	cheap	cheap	ADJ	O	0			ewtb.r.302465.3
+15	!	!	PUNCT	O	0			ewtb.r.302465.3
+16	)	)	SYM	O	0			ewtb.r.302465.3
+17	.	.	PUNCT	O	0			ewtb.r.302465.3
+
+1	It	it	PRON	O	0			ewtb.r.302465.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.302465.4
+3	a	a	DET	O	0			ewtb.r.302465.4
+4	nice	nice	ADJ	O	0			ewtb.r.302465.4
+5	,	,	PUNCT	O	0			ewtb.r.302465.4
+6	relaxed	relaxed	ADJ	O	0			ewtb.r.302465.4
+7	place	place	NOUN	O	0		n.group	ewtb.r.302465.4
+8	to	to	PART	O	0			ewtb.r.302465.4
+9	get	get	VERB	B	0		v.social	ewtb.r.302465.4
+10	stuff	stuff	NOUN	o	0			ewtb.r.302465.4
+11	done	do	VERB	I	9			ewtb.r.302465.4
+12	and	and	CONJ	O	0			ewtb.r.302465.4
+13	relax	relax	VERB	O	0		v.emotion	ewtb.r.302465.4
+14	.	.	PUNCT	O	0			ewtb.r.302465.4
+
+1	I	i	PRON	O	0			ewtb.r.302465.5
+2	plan	plan	VERB	O	0		v.cognition	ewtb.r.302465.5
+3	on	on	SCONJ	O	0			ewtb.r.302465.5
+4	going	go	VERB	O	0		v.motion	ewtb.r.302465.5
+5	again	again	ADV	O	0			ewtb.r.302465.5
+6	.	.	PUNCT	O	0			ewtb.r.302465.5
+
+1	love	love	VERB	O	0		v.emotion	ewtb.r.309168.1
+2	this	this	DET	O	0			ewtb.r.309168.1
+3	park	park	NOUN	O	0		n.location	ewtb.r.309168.1
+
+1	this	this	DET	O	0			ewtb.r.309168.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.309168.2
+3	a	a	DET	O	0			ewtb.r.309168.2
+4	great	great	ADJ	O	0			ewtb.r.309168.2
+5	park	park	NOUN	O	0		n.location	ewtb.r.309168.2
+6	to	to	PART	O	0			ewtb.r.309168.2
+7	have	have	VERB	O	0		v.social	ewtb.r.309168.2
+8	kids	kid	NOUN	O	0		n.person	ewtb.r.309168.2
+9	birthday	birthday	NOUN	B	0		n.event	ewtb.r.309168.2
+10	parties	party	NOUN	I	9			ewtb.r.309168.2
+11	at	at	ADP	O	0			ewtb.r.309168.2
+12	!!	!!	PUNCT	O	0			ewtb.r.309168.2
+
+1	Love	love	VERB	O	0		v.emotion	ewtb.r.315763.1
+2	my	my	PRON	O	0			ewtb.r.315763.1
+3	home	home	NOUN	O	0		n.artifact	ewtb.r.315763.1
+4	at	at	ADP	O	0			ewtb.r.315763.1
+5	Creekside	creekside	PROPN	O	0		n.location	ewtb.r.315763.1
+
+1	I	i	PRON	O	0			ewtb.r.315763.2
+2	moved	move	VERB	O	0		v.motion	ewtb.r.315763.2
+3	to	to	ADP	O	0			ewtb.r.315763.2
+4	Creekside	creekside	PROPN	B	0		n.group	ewtb.r.315763.2
+5	Apartments	apartments	PROPN	I	4			ewtb.r.315763.2
+6	in	in	ADP	O	0			ewtb.r.315763.2
+7	August	august	PROPN	O	0		n.time	ewtb.r.315763.2
+8	2008	2008	NUM	O	0			ewtb.r.315763.2
+9	with	with	ADP	O	0			ewtb.r.315763.2
+10	a	a	DET	O	0			ewtb.r.315763.2
+11	6	6	NUM	O	0			ewtb.r.315763.2
+12	-	-	PUNCT	O	0			ewtb.r.315763.2
+13	month	month	NOUN	O	0		n.time	ewtb.r.315763.2
+14	lease	lease	NOUN	O	0		n.possession	ewtb.r.315763.2
+15	and	and	CONJ	O	0			ewtb.r.315763.2
+16	have	have	AUX	O	0			ewtb.r.315763.2
+17	just	just	ADV	O	0			ewtb.r.315763.2
+18	extended	extend	VERB	O	0		v.change	ewtb.r.315763.2
+19	it	it	PRON	O	0			ewtb.r.315763.2
+20	for	for	ADP	O	0			ewtb.r.315763.2
+21	another	another	DET	O	0			ewtb.r.315763.2
+22	13	13	NUM	O	0			ewtb.r.315763.2
+23	months	month	NOUN	O	0		n.time	ewtb.r.315763.2
+24	!	!	PUNCT	O	0			ewtb.r.315763.2
+
+1	The	the	DET	O	0			ewtb.r.315763.3
+2	management	management	NOUN	O	0		n.group	ewtb.r.315763.3
+3	from	from	ADP	O	0			ewtb.r.315763.3
+4	Julie	julie	PROPN	O	0		n.person	ewtb.r.315763.3
+5	and	and	CONJ	O	0			ewtb.r.315763.3
+6	Janice	janice	PROPN	O	0		n.person	ewtb.r.315763.3
+7	to	to	ADP	O	0			ewtb.r.315763.3
+8	the	the	DET	O	0			ewtb.r.315763.3
+9	work	work	NOUN	B	0		n.group	ewtb.r.315763.3
+10	staff	staff	NOUN	I	9			ewtb.r.315763.3
+11	,	,	PUNCT	O	0			ewtb.r.315763.3
+12	esp.	esp.	ADV	O	0			ewtb.r.315763.3
+13	Edwin	edwin	PROPN	O	0		n.person	ewtb.r.315763.3
+14	,	,	PUNCT	O	0			ewtb.r.315763.3
+15	are	be	VERB	O	0		v.stative	ewtb.r.315763.3
+16	just	just	ADV	O	0			ewtb.r.315763.3
+17	wonderful	wonderful	ADJ	O	0			ewtb.r.315763.3
+18	.	.	PUNCT	O	0			ewtb.r.315763.3
+
+1	They	they	PRON	O	0			ewtb.r.315763.4
+2	have	have	AUX	O	0			ewtb.r.315763.4
+3	been	be	VERB	O	0		v.stative	ewtb.r.315763.4
+4	extremely	extremely	ADV	O	0			ewtb.r.315763.4
+5	helpful	helpful	ADJ	O	0			ewtb.r.315763.4
+6	whenever	whenever	ADV	O	0			ewtb.r.315763.4
+7	I	i	PRON	O	0			ewtb.r.315763.4
+8	have	have	AUX	O	0			ewtb.r.315763.4
+9	asked	ask	VERB	O	0		v.communication	ewtb.r.315763.4
+10	for	for	ADP	O	0			ewtb.r.315763.4
+11	help	help	NOUN	O	0		n.act	ewtb.r.315763.4
+12	.	.	PUNCT	O	0			ewtb.r.315763.4
+
+1	Although	although	SCONJ	O	0			ewtb.r.315763.5
+2	the	the	DET	O	0			ewtb.r.315763.5
+3	apartments	apartment	NOUN	O	0		n.artifact	ewtb.r.315763.5
+4	are	be	VERB	O	0			ewtb.r.315763.5
+5	facing	face	VERB	O	0		v.stative	ewtb.r.315763.5
+6	Stokes	stokes	PROPN	B	0		n.location	ewtb.r.315763.5
+7	Street	street	PROPN	I	6			ewtb.r.315763.5
+8	and	and	CONJ	O	0			ewtb.r.315763.5
+9	close	close	ADJ	B	0			ewtb.r.315763.5
+10	to	to	ADP	I	9			ewtb.r.315763.5
+11	the	the	DET	O	0			ewtb.r.315763.5
+12	Bascom	bascom	PROPN	B	0		n.group	ewtb.r.315763.5
+13	Light	light	PROPN	I	12			ewtb.r.315763.5
+14	Rail	rail	PROPN	I	13			ewtb.r.315763.5
+15	,	,	PUNCT	O	0			ewtb.r.315763.5
+16	the	the	DET	O	0			ewtb.r.315763.5
+17	location	location	NOUN	O	0		n.location	ewtb.r.315763.5
+18	is	be	VERB	O	0		v.stative	ewtb.r.315763.5
+19	surprisingly	surprisingly	ADV	O	0			ewtb.r.315763.5
+20	quiet	quiet	ADJ	O	0			ewtb.r.315763.5
+21	.	.	PUNCT	O	0			ewtb.r.315763.5
+
+1	I	i	PRON	O	0			ewtb.r.315763.6
+2	have	have	AUX	O	0			ewtb.r.315763.6
+3	never	never	ADV	O	0			ewtb.r.315763.6
+4	had	have	VERB	B	0		v.social	ewtb.r.315763.6
+5	any	any	DET	o	0			ewtb.r.315763.6
+6	problems	problem	NOUN	I	4			ewtb.r.315763.6
+7	with	with	ADP	I	6			ewtb.r.315763.6
+8	loud	loud	ADJ	O	0			ewtb.r.315763.6
+9	neighbors	neighbor	NOUN	O	0		n.person	ewtb.r.315763.6
+10	or	or	CONJ	O	0			ewtb.r.315763.6
+11	concerns	concern	NOUN	O	0		n.cognition	ewtb.r.315763.6
+12	about	about	ADP	O	0			ewtb.r.315763.6
+13	safety	safety	NOUN	O	0		n.cognition	ewtb.r.315763.6
+14	.	.	PUNCT	O	0			ewtb.r.315763.6
+
+1	The	the	DET	O	0			ewtb.r.315763.7
+2	apartments	apartment	NOUN	O	0		n.artifact	ewtb.r.315763.7
+3	are	be	VERB	O	0		v.stative	ewtb.r.315763.7
+4	within	within	ADP	O	0			ewtb.r.315763.7
+5	walking	walking	NOUN	B	0		n.relation	ewtb.r.315763.7
+6	distance	distance	NOUN	I	5			ewtb.r.315763.7
+7	to	to	ADP	O	0			ewtb.r.315763.7
+8	Trader	trader	PROPN	B	0		n.group	ewtb.r.315763.7
+9	Joe	joe	PROPN	I	8			ewtb.r.315763.7
+10	's	's	PART	I	9			ewtb.r.315763.7
+11	,	,	PUNCT	O	0			ewtb.r.315763.7
+12	Whole	whole	PROPN	B	0		n.group	ewtb.r.315763.7
+13	Foods	foods	PROPN	I	12			ewtb.r.315763.7
+14	,	,	PUNCT	O	0			ewtb.r.315763.7
+15	and	and	CONJ	O	0			ewtb.r.315763.7
+16	other	other	ADJ	O	0			ewtb.r.315763.7
+17	stores	store	NOUN	O	0		n.group	ewtb.r.315763.7
+18	.	.	PUNCT	O	0			ewtb.r.315763.7
+
+1	The	the	DET	O	0			ewtb.r.315763.8
+2	well	well	ADV	O	0			ewtb.r.315763.8
+3	-	-	PUNCT	O	0			ewtb.r.315763.8
+4	equipped	equip	VERB	O	0		v.stative	ewtb.r.315763.8
+5	,	,	PUNCT	O	0			ewtb.r.315763.8
+6	clean	clean	ADJ	O	0			ewtb.r.315763.8
+7	gym	gym	NOUN	O	0		n.group	ewtb.r.315763.8
+8	is	be	VERB	B	0		v.stative	ewtb.r.315763.8
+9	a	a	DET	I	8			ewtb.r.315763.8
+10	plus	plus	NOUN	I	9			ewtb.r.315763.8
+11	!	!	PUNCT	O	0			ewtb.r.315763.8
+
+1	Great	great	ADJ	O	0			ewtb.r.315763.9
+2	place	place	NOUN	O	0		n.group	ewtb.r.315763.9
+3	to	to	PART	O	0			ewtb.r.315763.9
+4	live	live	VERB	O	0		v.social	ewtb.r.315763.9
+5	if	if	SCONJ	O	0			ewtb.r.315763.9
+6	you	you	PRON	O	0			ewtb.r.315763.9
+7	work	work	VERB	O	0		v.social	ewtb.r.315763.9
+8	in	in	ADP	O	0			ewtb.r.315763.9
+9	and	and	CONJ	O	0			ewtb.r.315763.9
+10	around	around	ADV	O	0			ewtb.r.315763.9
+11	downtown	downtown	ADV	O	0			ewtb.r.315763.9
+12	San	san	PROPN	B	0		n.location	ewtb.r.315763.9
+13	Jose	jose	PROPN	I	12			ewtb.r.315763.9
+14	!	!	PUNCT	O	0			ewtb.r.315763.9
+
+1	Checked	check	VERB	B	0		v.social	ewtb.r.327766.1
+2	in	in	ADP	I	1			ewtb.r.327766.1
+3	real	real	ADV	O	0			ewtb.r.327766.1
+4	late	late	ADV	O	0			ewtb.r.327766.1
+5	,	,	PUNCT	O	0			ewtb.r.327766.1
+6	but	but	CONJ	O	0			ewtb.r.327766.1
+7	staff	staff	NOUN	O	0		n.group	ewtb.r.327766.1
+8	was	be	VERB	O	0		v.stative	ewtb.r.327766.1
+9	very	very	ADV	O	0			ewtb.r.327766.1
+10	kind	kind	ADJ	O	0			ewtb.r.327766.1
+11	and	and	CONJ	O	0			ewtb.r.327766.1
+12	helpful	helpful	ADJ	O	0			ewtb.r.327766.1
+13	.	.	PUNCT	O	0			ewtb.r.327766.1
+
+1	Rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.327766.2
+2	very	very	ADV	O	0			ewtb.r.327766.2
+3	clean	clean	ADJ	O	0			ewtb.r.327766.2
+4	and	and	CONJ	O	0			ewtb.r.327766.2
+5	smelled	smell	VERB	O	0		v.perception	ewtb.r.327766.2
+6	very	very	ADV	O	0			ewtb.r.327766.2
+7	fresh	fresh	ADJ	O	0			ewtb.r.327766.2
+8	.	.	PUNCT	O	0			ewtb.r.327766.2
+
+1	I	i	PRON	O	0			ewtb.r.327766.3
+2	would	would	AUX	O	0			ewtb.r.327766.3
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.327766.3
+4	this	this	DET	O	0			ewtb.r.327766.3
+5	hotel	hotel	NOUN	O	0		n.group	ewtb.r.327766.3
+6	to	to	ADP	O	0			ewtb.r.327766.3
+7	anyone	anyone	NOUN	O	0			ewtb.r.327766.3
+8	.	.	PUNCT	O	0			ewtb.r.327766.3
+
+1	I	i	PRON	O	0			ewtb.r.327766.4
+2	loved	love	VERB	O	0		v.emotion	ewtb.r.327766.4
+3	my	my	PRON	O	0			ewtb.r.327766.4
+4	stay	stay	NOUN	O	0		n.event	ewtb.r.327766.4
+5	here	here	ADV	O	0			ewtb.r.327766.4
+6	and	and	CONJ	O	0			ewtb.r.327766.4
+7	if	if	ADP	O	0			ewtb.r.327766.4
+8	ever	ever	ADV	O	0			ewtb.r.327766.4
+9	back	back	ADV	O	0			ewtb.r.327766.4
+10	in	in	ADP	O	0			ewtb.r.327766.4
+11	the	the	DET	O	0			ewtb.r.327766.4
+12	area	area	NOUN	O	0		n.location	ewtb.r.327766.4
+13	,	,	PUNCT	O	0			ewtb.r.327766.4
+14	I	i	PRON	O	0			ewtb.r.327766.4
+15	will	will	AUX	O	0			ewtb.r.327766.4
+16	be	be	AUX	O	0			ewtb.r.327766.4
+17	staying	stay	VERB	O	0		v.social	ewtb.r.327766.4
+18	here	here	ADV	O	0			ewtb.r.327766.4
+19	again	again	ADV	O	0			ewtb.r.327766.4
+20	.	.	PUNCT	O	0			ewtb.r.327766.4
+
+1	Good	good	ADJ	O	0			ewtb.r.327867.1
+2	clean	clean	ADJ	O	0			ewtb.r.327867.1
+3	store	store	NOUN	O	0		n.group	ewtb.r.327867.1
+4	nice	nice	ADJ	O	0			ewtb.r.327867.1
+5	car	car	NOUN	B	0		n.group	ewtb.r.327867.1
+6	wash	wash	NOUN	I	5			ewtb.r.327867.1
+
+1	Room	room	NOUN	O	0		n.artifact	ewtb.r.330966.1
+2	ok	ok	ADJ	O	0			ewtb.r.330966.1
+3	.	.	PUNCT	O	0			ewtb.r.330966.1
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.330966.2
+2	and	and	CONJ	O	0			ewtb.r.330966.2
+3	Client	client	NOUN	B	0		n.group	ewtb.r.330966.2
+4	base	base	NOUN	I	3			ewtb.r.330966.2
+5	not	not	PART	O	0			ewtb.r.330966.2
+6	ok	ok	ADJ	O	0			ewtb.r.330966.2
+7	.	.	PUNCT	O	0			ewtb.r.330966.2
+
+1	I	i	PRON	O	0			ewtb.r.330966.3
+2	have	have	AUX	O	0			ewtb.r.330966.3
+3	stayed	stay	VERB	O	0		v.social	ewtb.r.330966.3
+4	in	in	ADP	O	0			ewtb.r.330966.3
+5	this	this	DET	O	0			ewtb.r.330966.3
+6	hotel	hotel	NOUN	O	0		n.group	ewtb.r.330966.3
+7	many	many	ADJ	O	0			ewtb.r.330966.3
+8	times	times	NOUN	O	0		n.event	ewtb.r.330966.3
+9	,	,	PUNCT	O	0			ewtb.r.330966.3
+10	and	and	CONJ	O	0			ewtb.r.330966.3
+11	while	while	SCONJ	O	0			ewtb.r.330966.3
+12	it	it	PRON	O	0			ewtb.r.330966.3
+13	typically	typically	ADV	O	0			ewtb.r.330966.3
+14	offers	offer	VERB	O	0		v.social	ewtb.r.330966.3
+15	a	a	DET	O	0			ewtb.r.330966.3
+16	decent	decent	ADJ	O	0			ewtb.r.330966.3
+17	bang	bang	NOUN	B	0			ewtb.r.330966.3
+18	for	for	ADP	I	17			ewtb.r.330966.3
+19	the	the	DET	o	0			ewtb.r.330966.3
+20	buck	buck	NOUN	I	18			ewtb.r.330966.3
+21	,	,	PUNCT	O	0			ewtb.r.330966.3
+22	its	it	PRON	O	0			ewtb.r.330966.3
+23	client	client	NOUN	B	0		n.group	ewtb.r.330966.3
+24	base	base	NOUN	I	23			ewtb.r.330966.3
+25	largely	largely	ADV	O	0			ewtb.r.330966.3
+26	consists	consist	VERB	B	0		v.stative	ewtb.r.330966.3
+27	of	of	ADP	I	26			ewtb.r.330966.3
+28	troubled	troubled	ADJ	O	0			ewtb.r.330966.3
+29	youngsteers	youngsteers	NOUN	O	0		n.person	ewtb.r.330966.3
+30	and	and	CONJ	O	0			ewtb.r.330966.3
+31	evictees	evictees	NOUN	O	0		n.person	ewtb.r.330966.3
+32	from	from	ADP	O	0			ewtb.r.330966.3
+33	the	the	DET	O	0			ewtb.r.330966.3
+34	local	local	ADJ	O	0			ewtb.r.330966.3
+35	,	,	PUNCT	O	0			ewtb.r.330966.3
+36	not	not	PART	O	0			ewtb.r.330966.3
+37	so	so	ADV	O	0			ewtb.r.330966.3
+38	pleasant	pleasant	ADJ	O	0			ewtb.r.330966.3
+39	hood	hood	NOUN	O	0		n.group	ewtb.r.330966.3
+40	.	.	PUNCT	O	0			ewtb.r.330966.3
+
+1	I	i	PRON	O	0			ewtb.r.330966.4
+2	have	have	AUX	O	0			ewtb.r.330966.4
+3	never	never	ADV	O	0			ewtb.r.330966.4
+4	considered	consider	VERB	O	0		v.cognition	ewtb.r.330966.4
+5	this	this	DET	O	0			ewtb.r.330966.4
+6	a	a	DET	O	0			ewtb.r.330966.4
+7	real	real	ADJ	O	0			ewtb.r.330966.4
+8	problem	problem	NOUN	O	0		n.cognition	ewtb.r.330966.4
+9	as	as	SCONJ	O	0			ewtb.r.330966.4
+10	I	i	PRON	O	0			ewtb.r.330966.4
+11	travel	travel	VERB	O	0		v.motion	ewtb.r.330966.4
+12	without	without	ADP	O	0			ewtb.r.330966.4
+13	kids	kid	NOUN	O	0		n.person	ewtb.r.330966.4
+14	and	and	CONJ	O	0			ewtb.r.330966.4
+15	can	can	AUX	O	0			ewtb.r.330966.4
+16	fend	fend	VERB	B	0		v.cognition	ewtb.r.330966.4
+17	for	for	ADP	I	16			ewtb.r.330966.4
+18	myself	myself	PRON	O	0			ewtb.r.330966.4
+19	,	,	PUNCT	O	0			ewtb.r.330966.4
+20	but	but	CONJ	O	0			ewtb.r.330966.4
+21	when	when	ADV	O	0			ewtb.r.330966.4
+22	I	i	PRON	O	0			ewtb.r.330966.4
+23	had	have	VERB	B	0			ewtb.r.330966.4
+24	to	to	PART	I	23			ewtb.r.330966.4
+25	listen	listen	VERB	O	0		v.perception	ewtb.r.330966.4
+26	to	to	ADP	O	0			ewtb.r.330966.4
+27	a	a	DET	O	0			ewtb.r.330966.4
+28	(	(	PUNCT	O	0			ewtb.r.330966.4
+29	non-violent	non-violent	ADJ	O	0			ewtb.r.330966.4
+30	)	)	PUNCT	O	0			ewtb.r.330966.4
+31	domestic	domestic	ADJ	O	0			ewtb.r.330966.4
+32	fight	fight	NOUN	O	0		n.event	ewtb.r.330966.4
+33	that	that	DET	O	0			ewtb.r.330966.4
+34	lasted	last	VERB	O	0		v.stative	ewtb.r.330966.4
+35	from	from	ADP	O	0			ewtb.r.330966.4
+36	1	1	NUM	O	0			ewtb.r.330966.4
+37	AM	am	NOUN	O	0		n.time	ewtb.r.330966.4
+38	to	to	ADP	O	0			ewtb.r.330966.4
+39	5	5	NUM	O	0			ewtb.r.330966.4
+40	AM	am	NOUN	O	0		n.time	ewtb.r.330966.4
+41	during	during	ADP	O	0			ewtb.r.330966.4
+42	my	my	PRON	O	0			ewtb.r.330966.4
+43	last	last	ADJ	O	0			ewtb.r.330966.4
+44	stay	stay	NOUN	O	0		n.event	ewtb.r.330966.4
+45	and	and	CONJ	O	0			ewtb.r.330966.4
+46	I	i	PRON	O	0			ewtb.r.330966.4
+47	found	find	VERB	B	0		v.cognition	ewtb.r.330966.4
+48	out	out	ADP	I	47			ewtb.r.330966.4
+49	that	that	SCONJ	O	0			ewtb.r.330966.4
+50	the	the	DET	O	0			ewtb.r.330966.4
+51	front	front	ADJ	B	0		n.location	ewtb.r.330966.4
+52	desk	desk	NOUN	I	51			ewtb.r.330966.4
+53	was	be	VERB	O	0		v.stative	ewtb.r.330966.4
+54	unmanned	unmanned	ADJ	O	0			ewtb.r.330966.4
+55	during	during	ADP	O	0			ewtb.r.330966.4
+56	night	night	NOUN	O	0		n.time	ewtb.r.330966.4
+57	hours	hours	NOUN	O	0		n.time	ewtb.r.330966.4
+58	,	,	PUNCT	O	0			ewtb.r.330966.4
+59	my	my	PRON	O	0			ewtb.r.330966.4
+60	choice	choice	NOUN	O	0		n.cognition	ewtb.r.330966.4
+61	was	be	VERB	O	0		v.stative	ewtb.r.330966.4
+62	to	to	PART	O	0			ewtb.r.330966.4
+63	either	either	CONJ	O	0			ewtb.r.330966.4
+64	waste	waste	VERB	O	0		v.consumption	ewtb.r.330966.4
+65	tax	tax	NOUN	B	0		n.person	ewtb.r.330966.4
+66	payers	payer	NOUN	I	65			ewtb.r.330966.4
+67	money	money	NOUN	O	0		n.possession	ewtb.r.330966.4
+68	by	by	SCONJ	O	0			ewtb.r.330966.4
+69	calling	call	VERB	O	0		v.communication	ewtb.r.330966.4
+70	for	for	ADP	O	0			ewtb.r.330966.4
+71	a	a	DET	O	0			ewtb.r.330966.4
+72	yet	yet	ADV	O	0			ewtb.r.330966.4
+73	another	another	ADJ	O	0			ewtb.r.330966.4
+74	police	police	NOUN	O	0		n.person	ewtb.r.330966.4
+75	dispatch	dispatch	NOUN	O	0		n.act	ewtb.r.330966.4
+76	to	to	ADP	O	0			ewtb.r.330966.4
+77	this	this	DET	O	0			ewtb.r.330966.4
+78	hotel	hotel	NOUN	O	0		n.group	ewtb.r.330966.4
+79	,	,	PUNCT	O	0			ewtb.r.330966.4
+80	or	or	CONJ	O	0			ewtb.r.330966.4
+81	just	just	ADV	O	0			ewtb.r.330966.4
+82	get	get	VERB	B	0		v.cognition	ewtb.r.330966.4
+83	over	over	ADP	I	82			ewtb.r.330966.4
+84	it	it	PRON	O	0			ewtb.r.330966.4
+85	.	.	PUNCT	O	0			ewtb.r.330966.4
+
+1	I	i	PRON	O	0			ewtb.r.330966.5
+2	chose	choose	VERB	O	0		v.cognition	ewtb.r.330966.5
+3	the	the	DET	O	0			ewtb.r.330966.5
+4	later	later	ADJ	O	0			ewtb.r.330966.5
+5	,	,	PUNCT	O	0			ewtb.r.330966.5
+6	but	but	CONJ	O	0			ewtb.r.330966.5
+7	approached	approach	VERB	O	0		v.communication	ewtb.r.330966.5
+8	the	the	DET	O	0			ewtb.r.330966.5
+9	front	front	ADJ	B	0		n.location	ewtb.r.330966.5
+10	desk	desk	NOUN	I	9			ewtb.r.330966.5
+11	about	about	ADP	O	0			ewtb.r.330966.5
+12	the	the	DET	O	0			ewtb.r.330966.5
+13	hotel	hotel	NOUN	O	0		n.group	ewtb.r.330966.5
+14	policy	policy	NOUN	O	0		n.cognition	ewtb.r.330966.5
+15	to	to	PART	O	0			ewtb.r.330966.5
+16	push	push	VERB	O	0		v.social	ewtb.r.330966.5
+17	over	over	ADP	O	0			ewtb.r.330966.5
+18	their	their	PRON	O	0			ewtb.r.330966.5
+19	responsibilities	responsibility	NOUN	O	0		n.cognition	ewtb.r.330966.5
+20	on	on	ADP	O	0			ewtb.r.330966.5
+21	local	local	ADJ	O	0			ewtb.r.330966.5
+22	authorities	authorities	NOUN	O	0		n.cognition	ewtb.r.330966.5
+23	,	,	PUNCT	O	0			ewtb.r.330966.5
+24	not	not	PART	B	0		v.communication	ewtb.r.330966.5
+25	to	to	PART	I	24			ewtb.r.330966.5
+26	mention	mention	VERB	I	25			ewtb.r.330966.5
+27	the	the	DET	O	0			ewtb.r.330966.5
+28	good	good	ADJ	B	0		n.cognition	ewtb.r.330966.5
+29	night	night	NOUN	I	28			ewtb.r.330966.5
+30	s	s	PART	I	29			ewtb.r.330966.5
+31	sleep	sleep	NOUN	I	30			ewtb.r.330966.5
+32	i	i	PRON	O	0			ewtb.r.330966.5
+33	paid	pay	VERB	O	0		v.possession	ewtb.r.330966.5
+34	for	for	ADP	O	0			ewtb.r.330966.5
+35	but	but	CONJ	O	0			ewtb.r.330966.5
+36	did	do	AUX	O	0			ewtb.r.330966.5
+37	nt	nt	ADV	O	0			ewtb.r.330966.5
+38	get	get	VERB	O	0		v.possession	ewtb.r.330966.5
+39	.	.	PUNCT	O	0			ewtb.r.330966.5
+
+1	I	i	PRON	O	0			ewtb.r.330966.6
+2	was	be	AUX	O	0			ewtb.r.330966.6
+3	told	tell	VERB	O	0		v.communication	ewtb.r.330966.6
+4	management	management	NOUN	O	0		n.group	ewtb.r.330966.6
+5	would	would	AUX	O	0			ewtb.r.330966.6
+6	call	call	VERB	B	0		v.communication	ewtb.r.330966.6
+7	me	me	PRON	o	0			ewtb.r.330966.6
+8	back	back	ADP	I	6			ewtb.r.330966.6
+9	but	but	CONJ	O	0			ewtb.r.330966.6
+10	still	still	ADV	O	0			ewtb.r.330966.6
+11	waiting	wait	VERB	O	0		v.social	ewtb.r.330966.6
+12	for	for	ADP	O	0			ewtb.r.330966.6
+13	that	that	DET	O	0			ewtb.r.330966.6
+14	call	call	NOUN	O	0		n.event	ewtb.r.330966.6
+15	.	.	PUNCT	O	0			ewtb.r.330966.6
+
+1	I	i	PRON	O	0			ewtb.r.330966.7
+2	will	will	AUX	O	0			ewtb.r.330966.7
+3	probably	probably	ADV	O	0			ewtb.r.330966.7
+4	stay	stay	VERB	O	0		v.motion	ewtb.r.330966.7
+5	here	here	ADV	O	0			ewtb.r.330966.7
+6	again	again	ADV	O	0			ewtb.r.330966.7
+7	because	because	SCONJ	O	0			ewtb.r.330966.7
+8	it	it	PRON	O	0			ewtb.r.330966.7
+9	s	s	VERB	O	0		v.stative	ewtb.r.330966.7
+10	cheap	cheap	ADJ	O	0			ewtb.r.330966.7
+11	and	and	CONJ	O	0			ewtb.r.330966.7
+12	I	i	PRON	O	0			ewtb.r.330966.7
+13	ca	ca	AUX	O	0			ewtb.r.330966.7
+14	nt	nt	ADV	O	0			ewtb.r.330966.7
+15	afford	afford	VERB	O	0		v.possession	ewtb.r.330966.7
+16	a	a	DET	O	0			ewtb.r.330966.7
+17	better	better	ADJ	O	0			ewtb.r.330966.7
+18	hotel	hotel	NOUN	O	0		n.group	ewtb.r.330966.7
+19	,	,	PUNCT	O	0			ewtb.r.330966.7
+20	but	but	CONJ	O	0			ewtb.r.330966.7
+21	do	do	AUX	O	0			ewtb.r.330966.7
+22	not	not	PART	O	0			ewtb.r.330966.7
+23	look	look	VERB	B	0		v.cognition	ewtb.r.330966.7
+24	forward	forward	ADV	I	23			ewtb.r.330966.7
+25	to	to	ADP	I	24			ewtb.r.330966.7
+26	it	it	PRON	O	0			ewtb.r.330966.7
+27	and	and	CONJ	O	0			ewtb.r.330966.7
+28	would	would	AUX	O	0			ewtb.r.330966.7
+29	definitely	definitely	ADV	O	0			ewtb.r.330966.7
+30	not	not	PART	O	0			ewtb.r.330966.7
+31	recommend	recommend	VERB	O	0		v.communication	ewtb.r.330966.7
+32	this	this	DET	O	0			ewtb.r.330966.7
+33	hotel	hotel	NOUN	O	0		n.group	ewtb.r.330966.7
+34	for	for	ADP	O	0			ewtb.r.330966.7
+35	families	family	NOUN	O	0		n.group	ewtb.r.330966.7
+36	or	or	CONJ	O	0			ewtb.r.330966.7
+37	single	single	ADJ	O	0			ewtb.r.330966.7
+38	female	female	ADJ	O	0			ewtb.r.330966.7
+39	travellers	traveller	NOUN	O	0		n.person	ewtb.r.330966.7
+40	.	.	PUNCT	O	0			ewtb.r.330966.7
+
+1	Nice	nice	ADJ	O	0			ewtb.r.331662.1
+2	selection	selection	NOUN	O	0		n.cognition	ewtb.r.331662.1
+3	,	,	PUNCT	O	0			ewtb.r.331662.1
+4	very	very	ADV	O	0			ewtb.r.331662.1
+5	clean	clean	ADJ	O	0			ewtb.r.331662.1
+6	,	,	PUNCT	O	0			ewtb.r.331662.1
+7	friendly	friendly	ADJ	O	0			ewtb.r.331662.1
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.331662.1
+9	!	!	PUNCT	O	0			ewtb.r.331662.1
+
+1	Hot	hot	PROPN	B	0		n.group	ewtb.r.331662.2
+2	Iron	iron	PROPN	I	1			ewtb.r.331662.2
+3	has	have	AUX	O	0			ewtb.r.331662.2
+4	become	become	VERB	O	0		v.change	ewtb.r.331662.2
+5	a	a	DET	O	0			ewtb.r.331662.2
+6	favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.331662.2
+7	of	of	ADP	O	0			ewtb.r.331662.2
+8	our	our	PRON	O	0			ewtb.r.331662.2
+9	family	family	NOUN	O	0		n.group	ewtb.r.331662.2
+10	.	.	PUNCT	O	0			ewtb.r.331662.2
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.331662.3
+2	can	can	AUX	O	0			ewtb.r.331662.3
+3	get	get	VERB	O	0		v.communication	ewtb.r.331662.3
+4	the	the	DET	O	0			ewtb.r.331662.3
+5	signature	signature	NOUN	O	0		n.cognition	ewtb.r.331662.3
+6	dish	dish	NOUN	O	0		n.food	ewtb.r.331662.3
+7	with	with	ADP	O	0			ewtb.r.331662.3
+8	ingredients	ingredient	NOUN	O	0		n.food	ewtb.r.331662.3
+9	and	and	CONJ	O	0			ewtb.r.331662.3
+10	spices	spice	NOUN	O	0		n.food	ewtb.r.331662.3
+11	that	that	DET	O	0			ewtb.r.331662.3
+12	they	they	PRON	O	0			ewtb.r.331662.3
+13	want	want	VERB	O	0		v.cognition	ewtb.r.331662.3
+14	and	and	CONJ	O	0			ewtb.r.331662.3
+15	have	have	VERB	O	0		v.stative	ewtb.r.331662.3
+16	the	the	DET	O	0			ewtb.r.331662.3
+17	fun	fun	NOUN	O	0		n.cognition	ewtb.r.331662.3
+18	of	of	SCONJ	O	0			ewtb.r.331662.3
+19	watching	watch	VERB	O	0		v.perception	ewtb.r.331662.3
+20	it	it	PRON	O	0			ewtb.r.331662.3
+21	cook	cook	VERB	O	0		v.creation	ewtb.r.331662.3
+22	.	.	PUNCT	O	0			ewtb.r.331662.3
+
+1	The	the	DET	O	0			ewtb.r.331662.4
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.331662.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.331662.4
+4	very	very	ADV	O	0			ewtb.r.331662.4
+5	friendly	friendly	ADJ	O	0			ewtb.r.331662.4
+6	and	and	CONJ	O	0			ewtb.r.331662.4
+7	conscientious	conscientious	ADJ	O	0			ewtb.r.331662.4
+8	.	.	PUNCT	O	0			ewtb.r.331662.4
+
+1	They	they	PRON	O	0			ewtb.r.331662.5
+2	always	always	ADV	O	0			ewtb.r.331662.5
+3	ask	ask	VERB	O	0		v.communication	ewtb.r.331662.5
+4	if	if	SCONJ	O	0			ewtb.r.331662.5
+5	you	you	PRON	O	0			ewtb.r.331662.5
+6	have	have	VERB	O	0		v.stative	ewtb.r.331662.5
+7	meat	meat	NOUN	O	0		n.food	ewtb.r.331662.5
+8	in	in	ADP	O	0			ewtb.r.331662.5
+9	your	your	PRON	O	0			ewtb.r.331662.5
+10	dish	dish	NOUN	O	0		n.food	ewtb.r.331662.5
+11	,	,	PUNCT	O	0			ewtb.r.331662.5
+12	(	(	PUNCT	O	0			ewtb.r.331662.5
+13	for	for	ADP	O	0			ewtb.r.331662.5
+14	vegetarians	vegetarian	NOUN	O	0		n.person	ewtb.r.331662.5
+15	like	like	ADP	O	0			ewtb.r.331662.5
+16	me	me	PRON	O	0			ewtb.r.331662.5
+17	)	)	PUNCT	O	0			ewtb.r.331662.5
+18	,	,	PUNCT	O	0			ewtb.r.331662.5
+19	they	they	PRON	O	0			ewtb.r.331662.5
+20	scrub	scrub	VERB	O	0		v.change	ewtb.r.331662.5
+21	an	an	DET	O	0			ewtb.r.331662.5
+22	area	area	NOUN	O	0		n.location	ewtb.r.331662.5
+23	of	of	ADP	O	0			ewtb.r.331662.5
+24	the	the	DET	O	0			ewtb.r.331662.5
+25	grill	grill	NOUN	O	0		n.artifact	ewtb.r.331662.5
+26	and	and	CONJ	O	0			ewtb.r.331662.5
+27	use	use	VERB	O	0		v.consumption	ewtb.r.331662.5
+28	separate	separate	ADJ	O	0			ewtb.r.331662.5
+29	utensils	utensil	NOUN	O	0		n.artifact	ewtb.r.331662.5
+30	to	to	PART	O	0			ewtb.r.331662.5
+31	cook	cook	VERB	O	0		v.creation	ewtb.r.331662.5
+32	.	.	PUNCT	O	0			ewtb.r.331662.5
+
+1	They	they	PRON	O	0			ewtb.r.331662.6
+2	do	do	AUX	O	0			ewtb.r.331662.6
+3	n't	n't	PART	O	0			ewtb.r.331662.6
+4	just	just	ADV	O	0			ewtb.r.331662.6
+5	dump	dump	VERB	O	0		v.motion	ewtb.r.331662.6
+6	your	your	PRON	O	0			ewtb.r.331662.6
+7	ingredients	ingredient	NOUN	O	0		n.food	ewtb.r.331662.6
+8	on	on	ADV	O	0			ewtb.r.331662.6
+9	and	and	CONJ	O	0			ewtb.r.331662.6
+10	cook	cook	VERB	O	0		v.creation	ewtb.r.331662.6
+11	either	either	ADV	O	0			ewtb.r.331662.6
+12	,	,	PUNCT	O	0			ewtb.r.331662.6
+13	but	but	CONJ	O	0			ewtb.r.331662.6
+14	carefully	carefully	ADV	O	0			ewtb.r.331662.6
+15	separate	separate	VERB	O	0		v.motion	ewtb.r.331662.6
+16	meat	meat	NOUN	O	0		n.food	ewtb.r.331662.6
+17	to	to	ADP	O	0			ewtb.r.331662.6
+18	the	the	DET	O	0			ewtb.r.331662.6
+19	hotter	hot	ADJ	O	0			ewtb.r.331662.6
+20	parts	parts	NOUN	O	0		n.location	ewtb.r.331662.6
+21	of	of	ADP	O	0			ewtb.r.331662.6
+22	the	the	DET	O	0			ewtb.r.331662.6
+23	grill	grill	NOUN	O	0		n.artifact	ewtb.r.331662.6
+24	and	and	CONJ	O	0			ewtb.r.331662.6
+25	still	still	ADV	O	0			ewtb.r.331662.6
+26	manage	manage	VERB	O	0		v.social	ewtb.r.331662.6
+27	to	to	PART	O	0			ewtb.r.331662.6
+28	keep	keep	VERB	B	0		v.change	ewtb.r.331662.6
+29	the	the	DET	o	0			ewtb.r.331662.6
+30	veggies	veggie	NOUN	o	0		n.food	ewtb.r.331662.6
+31	from	from	SCONJ	I	28			ewtb.r.331662.6
+32	turning	turn	VERB	B	0		v.change	ewtb.r.331662.6
+33	to	to	ADP	I	32			ewtb.r.331662.6
+34	mush	mush	NOUN	O	0		n.cognition	ewtb.r.331662.6
+35	.	.	PUNCT	O	0			ewtb.r.331662.6
+
+1	The	the	DET	O	0			ewtb.r.331662.7
+2	selection	selection	NOUN	O	0		n.food	ewtb.r.331662.7
+3	of	of	ADP	O	0			ewtb.r.331662.7
+4	meats	meat	NOUN	O	0		n.food	ewtb.r.331662.7
+5	,	,	PUNCT	O	0			ewtb.r.331662.7
+6	veggies	veggie	NOUN	O	0		n.food	ewtb.r.331662.7
+7	and	and	CONJ	O	0			ewtb.r.331662.7
+8	sauces	sauce	NOUN	O	0		n.food	ewtb.r.331662.7
+9	is	be	VERB	O	0		v.stative	ewtb.r.331662.7
+10	awesome	awesome	ADJ	O	0			ewtb.r.331662.7
+11	too	too	ADV	O	0			ewtb.r.331662.7
+12	!	!	PUNCT	O	0			ewtb.r.331662.7
+
+1	Every	every	DET	O	0			ewtb.r.331662.8
+2	time	time	NOUN	O	0		n.event	ewtb.r.331662.8
+3	we	we	PRON	O	0			ewtb.r.331662.8
+4	go	go	VERB	O	0		v.emotion	ewtb.r.331662.8
+5	they	they	PRON	O	0			ewtb.r.331662.8
+6	seem	seem	VERB	O	0		v.cognition	ewtb.r.331662.8
+7	to	to	PART	O	0			ewtb.r.331662.8
+8	have	have	VERB	O	0		v.stative	ewtb.r.331662.8
+9	a	a	DET	O	0			ewtb.r.331662.8
+10	different	different	ADJ	O	0			ewtb.r.331662.8
+11	ingredient	ingredient	NOUN	O	0		n.food	ewtb.r.331662.8
+12	or	or	CONJ	O	0			ewtb.r.331662.8
+13	two	two	NUM	O	0			ewtb.r.331662.8
+14	which	which	DET	O	0			ewtb.r.331662.8
+15	keeps	keep	VERB	O	0		v.stative	ewtb.r.331662.8
+16	things	things	NOUN	O	0			ewtb.r.331662.8
+17	interesting	interesting	ADJ	O	0			ewtb.r.331662.8
+18	.	.	PUNCT	O	0			ewtb.r.331662.8
+
+1	Meats	meat	NOUN	O	0		n.food	ewtb.r.331662.9
+2	are	be	AUX	O	0			ewtb.r.331662.9
+3	kept	keep	VERB	O	0		v.stative	ewtb.r.331662.9
+4	VERY	very	ADV	O	0			ewtb.r.331662.9
+5	cold	cold	ADJ	O	0			ewtb.r.331662.9
+6	,	,	PUNCT	O	0			ewtb.r.331662.9
+7	seafood	seafood	NOUN	O	0		n.food	ewtb.r.331662.9
+8	smells	smell	VERB	O	0		v.perception	ewtb.r.331662.9
+9	fresh	fresh	ADJ	O	0			ewtb.r.331662.9
+10	and	and	CONJ	O	0			ewtb.r.331662.9
+11	the	the	DET	O	0			ewtb.r.331662.9
+12	serving	serving	NOUN	O	0		n.act	ewtb.r.331662.9
+13	bar	bar	NOUN	O	0		n.artifact	ewtb.r.331662.9
+14	is	be	VERB	O	0		v.stative	ewtb.r.331662.9
+15	VERY	very	ADV	O	0			ewtb.r.331662.9
+16	clean	clean	ADJ	O	0			ewtb.r.331662.9
+17	.	.	PUNCT	O	0			ewtb.r.331662.9
+
+1	Prices	price	NOUN	O	0		n.possession	ewtb.r.331662.10
+2	are	be	VERB	O	0		v.stative	ewtb.r.331662.10
+3	reasonable	reasonable	ADJ	O	0			ewtb.r.331662.10
+4	,	,	PUNCT	O	0			ewtb.r.331662.10
+5	(	(	PUNCT	O	0			ewtb.r.331662.10
+6	Kid	kid	NOUN	B	0		n.food	ewtb.r.331662.10
+7	s	s	PART	I	6			ewtb.r.331662.10
+8	meals	meal	NOUN	I	7			ewtb.r.331662.10
+9	are	be	VERB	O	0		v.stative	ewtb.r.331662.10
+10	around	around	ADV	O	0			ewtb.r.331662.10
+11	4.99	4.99	NUM	O	0			ewtb.r.331662.10
+12	)	)	PUNCT	O	0			ewtb.r.331662.10
+13	and	and	CONJ	O	0			ewtb.r.331662.10
+14	Wednesday's	wednesday's	PROPN	O	0		n.time	ewtb.r.331662.10
+15	they	they	PRON	O	0			ewtb.r.331662.10
+16	have	have	VERB	O	0		v.stative	ewtb.r.331662.10
+17	discount	discount	NOUN	O	0		n.possession	ewtb.r.331662.10
+18	dinner	dinner	NOUN	O	0		n.food	ewtb.r.331662.10
+19	prices	price	NOUN	O	0		n.possession	ewtb.r.331662.10
+20	,	,	PUNCT	O	0			ewtb.r.331662.10
+21	I	i	PRON	O	0			ewtb.r.331662.10
+22	believe	believe	VERB	O	0		v.cognition	ewtb.r.331662.10
+23	.	.	PUNCT	O	0			ewtb.r.331662.10
+
+1	Exile	exile	PROPN	O	0		n.group	ewtb.r.081796.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.081796.1
+3	the	the	DET	O	0			ewtb.r.081796.1
+4	best	best	ADJ	O	0			ewtb.r.081796.1
+5	!!!	!!!	PUNCT	O	0			ewtb.r.081796.1
+
+1	Exile	exile	PROPN	O	0		n.group	ewtb.r.081796.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.081796.2
+3	the	the	DET	O	0			ewtb.r.081796.2
+4	longest	longest	ADV	O	0			ewtb.r.081796.2
+5	lasting	last	VERB	O	0		v.stative	ewtb.r.081796.2
+6	and	and	CONJ	O	0			ewtb.r.081796.2
+7	most	most	ADV	O	0			ewtb.r.081796.2
+8	authentic	authentic	ADJ	O	0			ewtb.r.081796.2
+9	punk	punk	NOUN	O	0		n.cognition	ewtb.r.081796.2
+10	store	store	NOUN	O	0		n.group	ewtb.r.081796.2
+11	in	in	ADP	O	0			ewtb.r.081796.2
+12	Richmond	richmond	PROPN	O	0		n.location	ewtb.r.081796.2
+13	!	!	PUNCT	O	0			ewtb.r.081796.2
+
+1	I	i	PRON	O	0			ewtb.r.081796.3
+2	have	have	AUX	O	0			ewtb.r.081796.3
+3	been	be	AUX	O	0			ewtb.r.081796.3
+4	shopping	shop	VERB	O	0		v.social	ewtb.r.081796.3
+5	there	there	ADV	O	0			ewtb.r.081796.3
+6	for	for	ADP	O	0			ewtb.r.081796.3
+7	over	over	ADP	O	0			ewtb.r.081796.3
+8	six	six	NUM	O	0			ewtb.r.081796.3
+9	years	years	NOUN	O	0		n.time	ewtb.r.081796.3
+10	now	now	ADV	O	0			ewtb.r.081796.3
+11	.	.	PUNCT	O	0			ewtb.r.081796.3
+
+1	The	the	DET	O	0			ewtb.r.081796.4
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.081796.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.081796.4
+4	incredibly	incredibly	ADV	O	0			ewtb.r.081796.4
+5	friendly	friendly	ADJ	O	0			ewtb.r.081796.4
+6	and	and	CONJ	O	0			ewtb.r.081796.4
+7	helpful	helpful	ADJ	O	0			ewtb.r.081796.4
+8	and	and	CONJ	O	0			ewtb.r.081796.4
+9	the	the	DET	O	0			ewtb.r.081796.4
+10	owner	owner	NOUN	O	0		n.person	ewtb.r.081796.4
+11	,	,	PUNCT	O	0			ewtb.r.081796.4
+12	Mimmy	mimmy	PROPN	O	0		n.person	ewtb.r.081796.4
+13	,	,	PUNCT	O	0			ewtb.r.081796.4
+14	is	be	VERB	O	0		v.stative	ewtb.r.081796.4
+15	an	an	DET	O	0			ewtb.r.081796.4
+16	absolute	absolute	ADJ	O	0			ewtb.r.081796.4
+17	angel	angel	NOUN	O	0		n.cognition	ewtb.r.081796.4
+18	.	.	PUNCT	O	0			ewtb.r.081796.4
+
+1	The	the	DET	O	0			ewtb.r.081796.5
+2	mark	mark	NOUN	B	0		n.possession	ewtb.r.081796.5
+3	up	up	NOUN	I	2			ewtb.r.081796.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.081796.5
+5	minimal	minimal	ADJ	O	0			ewtb.r.081796.5
+6	considering	consider	VERB	O	0		v.cognition	ewtb.r.081796.5
+7	that	that	SCONJ	O	0			ewtb.r.081796.5
+8	the	the	DET	O	0			ewtb.r.081796.5
+9	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.081796.5
+10	is	be	VERB	O	0		v.stative	ewtb.r.081796.5
+11	hard	hard	ADJ	O	0			ewtb.r.081796.5
+12	to	to	PART	O	0			ewtb.r.081796.5
+13	find	find	VERB	O	0		v.cognition	ewtb.r.081796.5
+14	and	and	CONJ	O	0			ewtb.r.081796.5
+15	often	often	ADV	O	0			ewtb.r.081796.5
+16	shipped	ship	VERB	O	0		v.motion	ewtb.r.081796.5
+17	for	for	ADP	O	0			ewtb.r.081796.5
+18	Europe	europe	PROPN	O	0		n.location	ewtb.r.081796.5
+19	.	.	PUNCT	O	0			ewtb.r.081796.5
+
+1	In	in	ADP	B	0			ewtb.r.081796.6
+2	addition	addition	NOUN	I	1			ewtb.r.081796.6
+3	,	,	PUNCT	O	0			ewtb.r.081796.6
+4	the	the	DET	O	0			ewtb.r.081796.6
+5	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.081796.6
+6	is	be	VERB	O	0		v.stative	ewtb.r.081796.6
+7	of	of	ADP	O	0			ewtb.r.081796.6
+8	much	much	ADV	O	0			ewtb.r.081796.6
+9	better	better	ADJ	O	0			ewtb.r.081796.6
+10	quality	quality	NOUN	O	0		n.attribute	ewtb.r.081796.6
+11	than	than	ADP	O	0			ewtb.r.081796.6
+12	the	the	DET	O	0			ewtb.r.081796.6
+13	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.081796.6
+14	from	from	ADP	O	0			ewtb.r.081796.6
+15	hot	hot	PROPN	B	0		n.group	ewtb.r.081796.6
+16	topic	topic	PROPN	I	15			ewtb.r.081796.6
+17	,	,	PUNCT	O	0			ewtb.r.081796.6
+18	which	which	DET	O	0			ewtb.r.081796.6
+19	is	be	AUX	O	0			ewtb.r.081796.6
+20	made	make	VERB	O	0		v.creation	ewtb.r.081796.6
+21	as	as	ADV	O	0			ewtb.r.081796.6
+22	cheaply	cheaply	ADV	O	0			ewtb.r.081796.6
+23	as	as	ADP	O	0			ewtb.r.081796.6
+24	possible	possible	ADJ	O	0			ewtb.r.081796.6
+25	by	by	ADP	O	0			ewtb.r.081796.6
+26	people	person	NOUN	O	0		n.person	ewtb.r.081796.6
+27	living	live	VERB	O	0		v.social	ewtb.r.081796.6
+28	in	in	ADP	O	0			ewtb.r.081796.6
+29	horrible	horrible	ADJ	O	0			ewtb.r.081796.6
+30	conditions	conditions	NOUN	O	0		n.cognition	ewtb.r.081796.6
+31	in	in	ADP	O	0			ewtb.r.081796.6
+32	Asia	asia	PROPN	O	0		n.location	ewtb.r.081796.6
+33	.	.	PUNCT	O	0			ewtb.r.081796.6
+
+1	Exile	exile	PROPN	O	0		n.group	ewtb.r.081796.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.081796.7
+3	environmentally	environmentally	ADV	O	0			ewtb.r.081796.7
+4	conscious	conscious	ADJ	O	0			ewtb.r.081796.7
+5	and	and	CONJ	O	0			ewtb.r.081796.7
+6	involved	involved	ADJ	O	0			ewtb.r.081796.7
+7	heavily	heavily	ADV	O	0			ewtb.r.081796.7
+8	in	in	ADP	O	0			ewtb.r.081796.7
+9	our	our	PRON	O	0			ewtb.r.081796.7
+10	community	community	NOUN	O	0		n.group	ewtb.r.081796.7
+11	.	.	PUNCT	O	0			ewtb.r.081796.7
+
+1	Shop	shop	VERB	O	0		v.social	ewtb.r.081796.8
+2	local	local	ADV	O	0			ewtb.r.081796.8
+3	at	at	ADP	O	0			ewtb.r.081796.8
+4	Exile	exile	PROPN	O	0		n.group	ewtb.r.081796.8
+5	!!	!!	PUNCT	O	0			ewtb.r.081796.8
+
+1	wrong	wrong	ADJ	O	0			ewtb.r.090390.1
+2	location	location	NOUN	O	0		n.location	ewtb.r.090390.1
+
+1	this	this	DET	O	0			ewtb.r.090390.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.090390.2
+3	not	not	PART	O	0			ewtb.r.090390.2
+4	where	where	ADV	O	0			ewtb.r.090390.2
+5	the	the	DET	O	0			ewtb.r.090390.2
+6	Blue	blue	PROPN	B	0		n.group	ewtb.r.090390.2
+7	Water	water	PROPN	I	6			ewtb.r.090390.2
+8	Bridge	bridge	PROPN	I	7			ewtb.r.090390.2
+9	Duty	duty	PROPN	I	8			ewtb.r.090390.2
+10	Free	free	PROPN	I	9			ewtb.r.090390.2
+11	is	be	AUX	O	0			ewtb.r.090390.2
+12	located	locate	VERB	O	0		v.stative	ewtb.r.090390.2
+13	.	.	PUNCT	O	0			ewtb.r.090390.2
+
+1	It	it	PRON	O	0			ewtb.r.090390.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.090390.3
+3	,	,	PUNCT	O	0			ewtb.r.090390.3
+4	surprisingly	surprisingly	ADV	O	0			ewtb.r.090390.3
+5	,	,	PUNCT	O	0			ewtb.r.090390.3
+6	near	near	ADP	O	0			ewtb.r.090390.3
+7	the	the	DET	O	0			ewtb.r.090390.3
+8	Blue	blue	PROPN	B	0		n.group	ewtb.r.090390.3
+9	Water	water	PROPN	I	8			ewtb.r.090390.3
+10	Bridges	bridges	PROPN	I	9			ewtb.r.090390.3
+11	,	,	PUNCT	O	0			ewtb.r.090390.3
+12	some	some	DET	O	0			ewtb.r.090390.3
+13	miles	mile	NOUN	O	0		n.quantity	ewtb.r.090390.3
+14	to	to	ADP	O	0			ewtb.r.090390.3
+15	the	the	DET	O	0			ewtb.r.090390.3
+16	west	west	NOUN	O	0		n.relation	ewtb.r.090390.3
+17	of	of	ADP	O	0			ewtb.r.090390.3
+18	this	this	DET	O	0			ewtb.r.090390.3
+19	location	location	NOUN	O	0		n.location	ewtb.r.090390.3
+20	.	.	PUNCT	O	0			ewtb.r.090390.3
+
+1	Top	top	ADJ	O	0			ewtb.r.100592.1
+2	range	range	NOUN	O	0		n.cognition	ewtb.r.100592.1
+3	of	of	ADP	O	0			ewtb.r.100592.1
+4	bike	bike	NOUN	O	0		n.artifact	ewtb.r.100592.1
+5	,	,	PUNCT	O	0			ewtb.r.100592.1
+6	cheap	cheap	ADJ	O	0			ewtb.r.100592.1
+7	prices	price	NOUN	O	0		n.possession	ewtb.r.100592.1
+8	,	,	PUNCT	O	0			ewtb.r.100592.1
+9	excellent	excellent	ADJ	O	0			ewtb.r.100592.1
+10	a	a	NOUN	B	0		n.communication	ewtb.r.100592.1
+11	+++	+++	SYM	I	10			ewtb.r.100592.1
+
+1	yep	yep	INTJ	O	0			ewtb.r.100592.2
+2	they	they	PRON	O	0			ewtb.r.100592.2
+3	fixeded	fix	VERB	O	0		v.change	ewtb.r.100592.2
+4	my	my	PRON	O	0			ewtb.r.100592.2
+5	thumpstar	thumpstar	PROPN	O	0		n.artifact	ewtb.r.100592.2
+6	in	in	ADP	O	0			ewtb.r.100592.2
+7	1	1	NUM	O	0			ewtb.r.100592.2
+8	day	day	NOUN	O	0		n.time	ewtb.r.100592.2
+9	.	.	PUNCT	O	0			ewtb.r.100592.2
+
+1	it	it	PRON	O	0			ewtb.r.100592.3
+2	wase	wase	VERB	O	0			ewtb.r.100592.3
+3	nt	nt	ADV	O	0			ewtb.r.100592.3
+4	going	go	VERB	O	0		v.stative	ewtb.r.100592.3
+5	an	an	CONJ	O	0			ewtb.r.100592.3
+6	had	have	VERB	B	0		v.stative	ewtb.r.100592.3
+7	a	a	DET	o	0			ewtb.r.100592.3
+8	gear	gear	NOUN	b	0		n.artifact	ewtb.r.100592.3
+9	box	box	NOUN	i	8			ewtb.r.100592.3
+10	problem	problem	NOUN	I	6			ewtb.r.100592.3
+11	....	....	PUNCT	O	0			ewtb.r.100592.3
+
+1	i	i	PRON	O	0			ewtb.r.100592.4
+2	cold	cold	AUX	O	0			ewtb.r.100592.4
+3	n't	n't	PART	O	0			ewtb.r.100592.4
+4	find	find	VERB	O	0		v.cognition	ewtb.r.100592.4
+5	anywere	anywere	NOUN	O	0			ewtb.r.100592.4
+6	else	else	ADJ	O	0			ewtb.r.100592.4
+7	local	local	ADJ	O	0			ewtb.r.100592.4
+8	to	to	PART	O	0			ewtb.r.100592.4
+9	fix	fix	VERB	O	0		v.change	ewtb.r.100592.4
+10	it	it	PRON	O	0			ewtb.r.100592.4
+11	so	so	ADV	O	0			ewtb.r.100592.4
+12	i	i	PRON	O	0			ewtb.r.100592.4
+13	took	take	VERB	O	0		v.motion	ewtb.r.100592.4
+14	it	it	PRON	O	0			ewtb.r.100592.4
+15	there	there	ADV	O	0			ewtb.r.100592.4
+16	and	and	CONJ	O	0			ewtb.r.100592.4
+17	they	they	PRON	O	0			ewtb.r.100592.4
+18	fixed	fix	VERB	O	0		v.change	ewtb.r.100592.4
+19	it	it	PRON	O	0			ewtb.r.100592.4
+20	for	for	ADP	O	0			ewtb.r.100592.4
+21	$	$	SYM	O	0			ewtb.r.100592.4
+22	150	150	NUM	O	0			ewtb.r.100592.4
+23	...	...	PUNCT	O	0			ewtb.r.100592.4
+
+1	thanks	thanks	NOUN	B	0			ewtb.r.100592.5
+2	guys	guy	NOUN	I	1			ewtb.r.100592.5
+3	goes	go	VERB	O	0		v.stative	ewtb.r.100592.5
+4	really	really	ADV	O	0			ewtb.r.100592.5
+5	well	well	ADV	O	0			ewtb.r.100592.5
+6	and	and	CONJ	O	0			ewtb.r.100592.5
+7	thaks	thaks	NOUN	O	0			ewtb.r.100592.5
+8	4	4	ADP	O	0			ewtb.r.100592.5
+9	the	the	DET	O	0			ewtb.r.100592.5
+10	cheap	cheap	ADJ	O	0			ewtb.r.100592.5
+11	price	price	NOUN	O	0		n.possession	ewtb.r.100592.5
+12	..	..	PUNCT	O	0			ewtb.r.100592.5
+
+1	excellent	excellent	ADJ	O	0			ewtb.r.100592.6
+2	,	,	PUNCT	O	0			ewtb.r.100592.6
+3	top	top	ADJ	O	0			ewtb.r.100592.6
+4	guys	guy	NOUN	O	0			ewtb.r.100592.6
+5	a	a	NOUN	B	0		n.communication	ewtb.r.100592.6
+6	+++++	+++++	SYM	I	5			ewtb.r.100592.6
+7	reccommend	reccommend	VERB	B	0		v.communication	ewtb.r.100592.6
+8	to	to	ADP	I	7			ewtb.r.100592.6
+9	anyone	anyone	NOUN	O	0			ewtb.r.100592.6
+10	!!!!!!!!!!	!!!!!!!!!!	PUNCT	O	0			ewtb.r.100592.6
+
+1	Disappointed	disappointed	ADJ	O	0			ewtb.r.101398.1
+
+1	The	the	DET	O	0			ewtb.r.101398.2
+2	Bad	bad	ADJ	O	0			ewtb.r.101398.2
+3	:	:	PUNCT	O	0			ewtb.r.101398.2
+4	I	i	PRON	O	0			ewtb.r.101398.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.101398.2
+6	at	at	ADP	O	0			ewtb.r.101398.2
+7	Napa	napa	PROPN	O	0		n.group	ewtb.r.101398.2
+8	recently	recently	ADV	O	0			ewtb.r.101398.2
+9	and	and	CONJ	O	0			ewtb.r.101398.2
+10	was	be	VERB	O	0		v.stative	ewtb.r.101398.2
+11	unpleasantly	unpleasantly	ADV	O	0			ewtb.r.101398.2
+12	surprised	surprised	ADJ	O	0			ewtb.r.101398.2
+13	at	at	ADP	O	0			ewtb.r.101398.2
+14	poor	poor	ADJ	O	0			ewtb.r.101398.2
+15	waiter	waiter	NOUN	O	0		n.person	ewtb.r.101398.2
+16	svce	svce	NOUN	O	0		n.act	ewtb.r.101398.2
+17	and	and	CONJ	O	0			ewtb.r.101398.2
+18	subpar	subpar	ADJ	O	0			ewtb.r.101398.2
+19	food	food	NOUN	O	0		n.food	ewtb.r.101398.2
+20	.	.	PUNCT	O	0			ewtb.r.101398.2
+
+1	We	we	PRON	O	0			ewtb.r.101398.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.101398.3
+3	a	a	DET	O	0			ewtb.r.101398.3
+4	party	party	NOUN	O	0		n.group	ewtb.r.101398.3
+5	of	of	ADP	O	0			ewtb.r.101398.3
+6	4	4	NUM	O	0			ewtb.r.101398.3
+7	and	and	CONJ	O	0			ewtb.r.101398.3
+8	none	none	NOUN	O	0		n.quantity	ewtb.r.101398.3
+9	of	of	ADP	O	0			ewtb.r.101398.3
+10	us	us	PRON	O	0			ewtb.r.101398.3
+11	were	be	VERB	O	0		v.stative	ewtb.r.101398.3
+12	particularly	particularly	ADV	O	0			ewtb.r.101398.3
+13	pleased	pleased	ADJ	B	0			ewtb.r.101398.3
+14	with	with	ADP	I	13			ewtb.r.101398.3
+15	our	our	PRON	O	0			ewtb.r.101398.3
+16	dishes	dish	NOUN	O	0		n.food	ewtb.r.101398.3
+17	.	.	PUNCT	O	0			ewtb.r.101398.3
+
+1	Napa	napa	PROPN	O	0		n.location	ewtb.r.101398.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.101398.4
+3	all	all	ADV	O	0			ewtb.r.101398.4
+4	about	about	ADP	O	0			ewtb.r.101398.4
+5	wine	wine	NOUN	O	0		n.food	ewtb.r.101398.4
+6	but	but	CONJ	O	0			ewtb.r.101398.4
+7	gives	give	VERB	B	0		v.communication	ewtb.r.101398.4
+8	very	very	ADV	o	0			ewtb.r.101398.4
+9	short	short	ADJ	o	0			ewtb.r.101398.4
+10	descriptions	description	NOUN	I	7			ewtb.r.101398.4
+11	of	of	ADP	O	0			ewtb.r.101398.4
+12	the	the	DET	O	0			ewtb.r.101398.4
+13	wines	wine	NOUN	O	0		n.food	ewtb.r.101398.4
+14	on	on	ADP	O	0			ewtb.r.101398.4
+15	their	their	PRON	O	0			ewtb.r.101398.4
+16	lists	list	NOUN	O	0		n.communication	ewtb.r.101398.4
+17	.	.	PUNCT	O	0			ewtb.r.101398.4
+
+1	I	i	PRON	O	0			ewtb.r.101398.5
+2	found	find	VERB	O	0		v.cognition	ewtb.r.101398.5
+3	my	my	PRON	O	0			ewtb.r.101398.5
+4	initial	initial	ADJ	O	0			ewtb.r.101398.5
+5	selection	selection	NOUN	O	0		n.cognition	ewtb.r.101398.5
+6	satisfactory	satisfactory	ADJ	O	0			ewtb.r.101398.5
+7	but	but	CONJ	O	0			ewtb.r.101398.5
+8	the	the	DET	O	0			ewtb.r.101398.5
+9	wine	wine	NOUN	B	0		n.food	ewtb.r.101398.5
+10	flight	flight	NOUN	I	9			ewtb.r.101398.5
+11	we	we	PRON	O	0			ewtb.r.101398.5
+12	chose	choose	VERB	O	0		v.cognition	ewtb.r.101398.5
+13	to	to	PART	O	0			ewtb.r.101398.5
+14	be	be	VERB	O	0		v.stative	ewtb.r.101398.5
+15	poorly	poorly	ADV	O	0			ewtb.r.101398.5
+16	composed	compose	VERB	O	0		v.creation	ewtb.r.101398.5
+17	.	.	PUNCT	O	0			ewtb.r.101398.5
+
+1	If	if	SCONJ	O	0			ewtb.r.101398.6
+2	you	you	PRON	O	0			ewtb.r.101398.6
+3	must	must	AUX	O	0			ewtb.r.101398.6
+4	go	go	VERB	O	0		v.motion	ewtb.r.101398.6
+5	ask	ask	VERB	O	0		v.communication	ewtb.r.101398.6
+6	lots	lots	NOUN	O	0			ewtb.r.101398.6
+7	of	of	ADP	O	0			ewtb.r.101398.6
+8	questions	question	NOUN	O	0		n.communication	ewtb.r.101398.6
+9	about	about	ADP	O	0			ewtb.r.101398.6
+10	your	your	PRON	O	0			ewtb.r.101398.6
+11	selections	selection	NOUN	O	0		n.cognition	ewtb.r.101398.6
+12	since	since	SCONJ	O	0			ewtb.r.101398.6
+13	your	your	PRON	O	0			ewtb.r.101398.6
+14	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.101398.6
+15	may	may	AUX	O	0			ewtb.r.101398.6
+16	as	as	ADV	O	0			ewtb.r.101398.6
+17	high	high	ADJ	O	0			ewtb.r.101398.6
+18	as	as	SCONJ	O	0			ewtb.r.101398.6
+19	mine	mine	PRON	O	0			ewtb.r.101398.6
+20	were	be	VERB	O	0		v.stative	ewtb.r.101398.6
+21	.	.	PUNCT	O	0			ewtb.r.101398.6
+
+1	awesome	awesome	ADJ	O	0			ewtb.r.107292.1
+2	bagels	bagel	NOUN	O	0		n.food	ewtb.r.107292.1
+
+1	long	long	ADJ	O	0			ewtb.r.107292.2
+2	lines	line	NOUN	O	0		n.cognition	ewtb.r.107292.2
+3	on	on	ADP	O	0			ewtb.r.107292.2
+4	the	the	DET	O	0			ewtb.r.107292.2
+5	weekends	weekend	NOUN	O	0		n.time	ewtb.r.107292.2
+6	but	but	CONJ	O	0			ewtb.r.107292.2
+7	worth	worth	ADJ	B	0			ewtb.r.107292.2
+8	it	it	PRON	I	7			ewtb.r.107292.2
+
+1	Long	long	ADJ	O	0			ewtb.r.107692.1
+2	Lines	line	NOUN	O	0		n.cognition	ewtb.r.107692.1
+3	,	,	PUNCT	O	0			ewtb.r.107692.1
+4	Silly	silly	ADJ	O	0			ewtb.r.107692.1
+5	Rules	rule	NOUN	O	0		n.cognition	ewtb.r.107692.1
+6	,	,	PUNCT	O	0			ewtb.r.107692.1
+7	Rude	rude	ADJ	O	0			ewtb.r.107692.1
+8	Staff	staff	NOUN	O	0		n.group	ewtb.r.107692.1
+9	,	,	PUNCT	O	0			ewtb.r.107692.1
+10	Ok	ok	ADJ	O	0			ewtb.r.107692.1
+11	Food	food	NOUN	O	0		n.food	ewtb.r.107692.1
+
+1	The	the	DET	O	0			ewtb.r.107692.2
+2	first	first	ADJ	O	0			ewtb.r.107692.2
+3	thing	thing	NOUN	O	0			ewtb.r.107692.2
+4	you	you	PRON	O	0			ewtb.r.107692.2
+5	notice	notice	VERB	O	0		v.cognition	ewtb.r.107692.2
+6	when	when	ADV	O	0			ewtb.r.107692.2
+7	you	you	PRON	O	0			ewtb.r.107692.2
+8	arrive	arrive	VERB	O	0		v.motion	ewtb.r.107692.2
+9	on	on	ADP	O	0			ewtb.r.107692.2
+10	location	location	NOUN	O	0		n.location	ewtb.r.107692.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.107692.2
+12	that	that	SCONJ	O	0			ewtb.r.107692.2
+13	the	the	DET	O	0			ewtb.r.107692.2
+14	waiting	waiting	NOUN	O	0		n.act	ewtb.r.107692.2
+15	line	line	NOUN	O	0		n.cognition	ewtb.r.107692.2
+16	literally	literally	ADV	O	0			ewtb.r.107692.2
+17	goes	go	VERB	B	0		v.stative	ewtb.r.107692.2
+18	out	out	ADP	I	17			ewtb.r.107692.2
+19	the	the	DET	I	18			ewtb.r.107692.2
+20	door	door	NOUN	I	19			ewtb.r.107692.2
+21	and	and	CONJ	O	0			ewtb.r.107692.2
+22	spills	spill	VERB	O	0		v.motion	ewtb.r.107692.2
+23	into	into	ADP	O	0			ewtb.r.107692.2
+24	the	the	DET	O	0			ewtb.r.107692.2
+25	parking	parking	NOUN	B	0		n.location	ewtb.r.107692.2
+26	lot	lot	NOUN	I	25			ewtb.r.107692.2
+27	.	.	PUNCT	O	0			ewtb.r.107692.2
+
+1	A	a	DET	O	0			ewtb.r.107692.3
+2	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.107692.3
+3	with	with	ADP	O	0			ewtb.r.107692.3
+4	this	this	DET	O	0			ewtb.r.107692.3
+5	many	many	ADJ	O	0			ewtb.r.107692.3
+6	patrons	patron	NOUN	O	0		n.person	ewtb.r.107692.3
+7	willing	willing	ADJ	O	0			ewtb.r.107692.3
+8	to	to	PART	O	0			ewtb.r.107692.3
+9	stand	stand	VERB	O	0		v.stative	ewtb.r.107692.3
+10	in	in	ADP	B	0			ewtb.r.107692.3
+11	line	line	NOUN	I	10			ewtb.r.107692.3
+12	just	just	ADV	O	0			ewtb.r.107692.3
+13	to	to	PART	O	0			ewtb.r.107692.3
+14	order	order	VERB	O	0		v.communication	ewtb.r.107692.3
+15	tacos	taco	NOUN	O	0		n.food	ewtb.r.107692.3
+16	must	must	AUX	O	0			ewtb.r.107692.3
+17	be	be	VERB	O	0		v.stative	ewtb.r.107692.3
+18	good	good	ADJ	O	0			ewtb.r.107692.3
+19	,	,	PUNCT	O	0			ewtb.r.107692.3
+20	right	right	INTJ	O	0			ewtb.r.107692.3
+21	?	?	PUNCT	O	0			ewtb.r.107692.3
+
+1	I	i	PRON	O	0			ewtb.r.107692.4
+2	mean	mean	VERB	O	0		v.cognition	ewtb.r.107692.4
+3	,	,	PUNCT	O	0			ewtb.r.107692.4
+4	that	that	DET	O	0			ewtb.r.107692.4
+5	's	's	VERB	O	0		v.stative	ewtb.r.107692.4
+6	the	the	DET	O	0			ewtb.r.107692.4
+7	way	way	NOUN	O	0		n.cognition	ewtb.r.107692.4
+8	it	it	PRON	O	0			ewtb.r.107692.4
+9	works	work	VERB	O	0		v.stative	ewtb.r.107692.4
+10	at	at	ADP	O	0			ewtb.r.107692.4
+11	amusement	amusement	NOUN	B	0		n.group	ewtb.r.107692.4
+12	parks	parks	NOUN	I	11			ewtb.r.107692.4
+13	:	:	PUNCT	O	0			ewtb.r.107692.4
+14	the	the	DET	O	0			ewtb.r.107692.4
+15	longest	long	ADJ	O	0			ewtb.r.107692.4
+16	lines	line	NOUN	O	0		n.cognition	ewtb.r.107692.4
+17	are	be	VERB	O	0		v.stative	ewtb.r.107692.4
+18	at	at	ADP	O	0			ewtb.r.107692.4
+19	the	the	DET	O	0			ewtb.r.107692.4
+20	best	best	ADJ	O	0			ewtb.r.107692.4
+21	rides	ride	NOUN	O	0		n.artifact	ewtb.r.107692.4
+22	.	.	PUNCT	O	0			ewtb.r.107692.4
+
+1	Well	well	INTJ	O	0			ewtb.r.107692.5
+2	,	,	PUNCT	O	0			ewtb.r.107692.5
+3	this	this	DET	O	0			ewtb.r.107692.5
+4	may	may	AUX	O	0			ewtb.r.107692.5
+5	be	be	VERB	O	0		v.stative	ewtb.r.107692.5
+6	an	an	DET	O	0			ewtb.r.107692.5
+7	exception	exception	NOUN	O	0		n.cognition	ewtb.r.107692.5
+8	.	.	PUNCT	O	0			ewtb.r.107692.5
+
+1	The	the	DET	O	0			ewtb.r.107692.6
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.107692.6
+3	taking	take	VERB	B	0		v.communication	ewtb.r.107692.6
+4	your	your	PRON	o	0			ewtb.r.107692.6
+5	order	order	NOUN	I	3			ewtb.r.107692.6
+6	and	and	CONJ	O	0			ewtb.r.107692.6
+7	"	"	PUNCT	O	0			ewtb.r.107692.6
+8	waiting	wait	VERB	B	0		v.social	ewtb.r.107692.6
+9	"	"	PUNCT	o	0			ewtb.r.107692.6
+10	on	on	ADP	I	8			ewtb.r.107692.6
+11	you	you	PRON	O	0			ewtb.r.107692.6
+12	are	be	VERB	O	0		v.stative	ewtb.r.107692.6
+13	very	very	ADV	O	0			ewtb.r.107692.6
+14	indifferent	indifferent	ADJ	O	0			ewtb.r.107692.6
+15	and	and	CONJ	O	0			ewtb.r.107692.6
+16	have	have	VERB	O	0		v.stative	ewtb.r.107692.6
+17	no	no	DET	O	0			ewtb.r.107692.6
+18	sense	sense	NOUN	O	0		n.cognition	ewtb.r.107692.6
+19	of	of	ADP	O	0			ewtb.r.107692.6
+20	costumer	costumer	NOUN	B	0		n.act	ewtb.r.107692.6
+21	service	service	NOUN	I	20			ewtb.r.107692.6
+22	at	at	ADV	B	0			ewtb.r.107692.6
+23	all	all	ADV	I	22			ewtb.r.107692.6
+24	.	.	PUNCT	O	0			ewtb.r.107692.6
+
+1	I	i	PRON	O	0			ewtb.r.107692.7
+2	have	have	AUX	O	0			ewtb.r.107692.7
+3	gotten	get	VERB	B	0		v.stative	ewtb.r.107692.7
+4	better	better	ADJ	o	0			ewtb.r.107692.7
+5	results	result	NOUN	I	3			ewtb.r.107692.7
+6	talking	talk	VERB	O	0		v.communication	ewtb.r.107692.7
+7	to	to	ADP	O	0			ewtb.r.107692.7
+8	COMCAST	comcast	PROPN	O	0		n.group	ewtb.r.107692.7
+9	customer	customer	NOUN	B	0		n.act	ewtb.r.107692.7
+10	service	service	NOUN	I	9			ewtb.r.107692.7
+11	than	than	ADP	O	0			ewtb.r.107692.7
+12	with	with	ADP	O	0			ewtb.r.107692.7
+13	these	these	DET	O	0			ewtb.r.107692.7
+14	folks	folks	NOUN	O	0		n.group	ewtb.r.107692.7
+15	.	.	PUNCT	O	0			ewtb.r.107692.7
+
+1	And	and	CONJ	O	0			ewtb.r.107692.8
+2	do	do	AUX	O	0			ewtb.r.107692.8
+3	n't	n't	PART	O	0			ewtb.r.107692.8
+4	even	even	ADV	O	0			ewtb.r.107692.8
+5	think	think	VERB	O	0		v.cognition	ewtb.r.107692.8
+6	about	about	SCONJ	O	0			ewtb.r.107692.8
+7	asking	ask	VERB	O	0		v.communication	ewtb.r.107692.8
+8	to	to	PART	O	0			ewtb.r.107692.8
+9	speak	speak	VERB	O	0		v.communication	ewtb.r.107692.8
+10	to	to	ADP	O	0			ewtb.r.107692.8
+11	the	the	DET	O	0			ewtb.r.107692.8
+12	manager	manager	NOUN	O	0		n.person	ewtb.r.107692.8
+13	because	because	SCONJ	O	0			ewtb.r.107692.8
+14	this	this	DET	O	0			ewtb.r.107692.8
+15	guy	guy	NOUN	O	0			ewtb.r.107692.8
+16	is	be	VERB	O	0		v.stative	ewtb.r.107692.8
+17	,	,	PUNCT	O	0			ewtb.r.107692.8
+18	and	and	CONJ	O	0			ewtb.r.107692.8
+19	pardon	pardon	VERB	B	0			ewtb.r.107692.8
+20	my	my	PRON	I	19			ewtb.r.107692.8
+21	French	french	PROPN	I	20			ewtb.r.107692.8
+22	,	,	PUNCT	O	0			ewtb.r.107692.8
+23	a	a	DET	O	0			ewtb.r.107692.8
+24	jerk	jerk	NOUN	O	0		n.person	ewtb.r.107692.8
+25	.	.	PUNCT	O	0			ewtb.r.107692.8
+
+1	If	if	SCONJ	O	0			ewtb.r.107692.9
+2	you	you	PRON	O	0			ewtb.r.107692.9
+3	have	have	AUX	O	0			ewtb.r.107692.9
+4	gotten	get	VERB	B	0		v.cognition	ewtb.r.107692.9
+5	through	through	ADP	I	4			ewtb.r.107692.9
+6	ordering	ordering	NOUN	O	0		n.act	ewtb.r.107692.9
+7	,	,	PUNCT	O	0			ewtb.r.107692.9
+8	dealing	deal	VERB	O	0		v.cognition	ewtb.r.107692.9
+9	with	with	ADP	O	0			ewtb.r.107692.9
+10	the	the	DET	O	0			ewtb.r.107692.9
+11	rude	rude	ADJ	O	0			ewtb.r.107692.9
+12	staff	staff	NOUN	O	0		n.group	ewtb.r.107692.9
+13	and	and	CONJ	O	0			ewtb.r.107692.9
+14	if	if	SCONJ	O	0			ewtb.r.107692.9
+15	you	you	PRON	O	0			ewtb.r.107692.9
+16	followed	follow	VERB	O	0		v.cognition	ewtb.r.107692.9
+17	the	the	DET	O	0			ewtb.r.107692.9
+18	dumb	dumb	ADJ	O	0			ewtb.r.107692.9
+19	rules	rule	NOUN	O	0		n.cognition	ewtb.r.107692.9
+20	,	,	PUNCT	O	0			ewtb.r.107692.9
+21	you	you	PRON	O	0			ewtb.r.107692.9
+22	are	be	AUX	O	0			ewtb.r.107692.9
+23	finally	finally	ADV	O	0			ewtb.r.107692.9
+24	presented	present	VERB	B	0		v.social	ewtb.r.107692.9
+25	with	with	ADP	I	24			ewtb.r.107692.9
+26	what	what	PRON	O	0			ewtb.r.107692.9
+27	you	you	PRON	O	0			ewtb.r.107692.9
+28	came	come	VERB	O	0		v.motion	ewtb.r.107692.9
+29	for	for	ADP	O	0			ewtb.r.107692.9
+30	..	..	PUNCT	O	0			ewtb.r.107692.9
+31	some	some	DET	O	0			ewtb.r.107692.9
+32	tacos	taco	NOUN	O	0		n.food	ewtb.r.107692.9
+33	that	that	DET	O	0			ewtb.r.107692.9
+34	are	be	VERB	O	0		v.stative	ewtb.r.107692.9
+35	"	"	PUNCT	O	0			ewtb.r.107692.9
+36	ok	ok	ADJ	O	0			ewtb.r.107692.9
+37	,	,	PUNCT	O	0			ewtb.r.107692.9
+38	"	"	PUNCT	O	0			ewtb.r.107692.9
+39	but	but	CONJ	O	0			ewtb.r.107692.9
+40	definitely	definitely	ADV	O	0			ewtb.r.107692.9
+41	not	not	PART	O	0			ewtb.r.107692.9
+42	worth	worth	ADJ	O	0			ewtb.r.107692.9
+43	putting	put	VERB	B	0		v.social	ewtb.r.107692.9
+44	up	up	ADP	I	43			ewtb.r.107692.9
+45	with	with	ADP	I	44			ewtb.r.107692.9
+46	all	all	DET	O	0			ewtb.r.107692.9
+47	the	the	DET	O	0			ewtb.r.107692.9
+48	hassle	hassle	NOUN	O	0		n.cognition	ewtb.r.107692.9
+49	.	.	PUNCT	O	0			ewtb.r.107692.9
+
+1	Save	save	VERB	O	0		v.stative	ewtb.r.107692.10
+2	yourself	yourself	PRON	O	0			ewtb.r.107692.10
+3	the	the	DET	O	0			ewtb.r.107692.10
+4	trouble	trouble	NOUN	O	0		n.cognition	ewtb.r.107692.10
+5	and	and	CONJ	O	0			ewtb.r.107692.10
+6	skip	skip	VERB	O	0		v.change	ewtb.r.107692.10
+7	this	this	DET	O	0			ewtb.r.107692.10
+8	place	place	NOUN	O	0		n.group	ewtb.r.107692.10
+9	all	all	X	B	0			ewtb.r.107692.10
+10	together	together	ADV	I	9			ewtb.r.107692.10
+11	.	.	PUNCT	O	0			ewtb.r.107692.10
+
+1	I	i	PRON	O	0			ewtb.r.107692.11
+2	suggest	suggest	VERB	O	0		v.communication	ewtb.r.107692.11
+3	you	you	PRON	O	0			ewtb.r.107692.11
+4	go	go	VERB	O	0		v.motion	ewtb.r.107692.11
+5	up	up	ADV	O	0			ewtb.r.107692.11
+6	to	to	ADP	O	0			ewtb.r.107692.11
+7	Raging	rage	VERB	B	0		n.group	ewtb.r.107692.11
+8	Taco	taco	PROPN	I	7			ewtb.r.107692.11
+9	&	&	CONJ	I	8			ewtb.r.107692.11
+10	Raging	rage	VERB	I	9			ewtb.r.107692.11
+11	Burrito	burrito	PROPN	I	10			ewtb.r.107692.11
+12	a	a	DET	B	0			ewtb.r.107692.11
+13	couple	couple	NOUN	I	12			ewtb.r.107692.11
+14	of	of	ADP	O	0			ewtb.r.107692.11
+15	blocks	block	NOUN	O	0		n.location	ewtb.r.107692.11
+16	up	up	ADP	O	0			ewtb.r.107692.11
+17	the	the	DET	O	0			ewtb.r.107692.11
+18	street	street	NOUN	O	0		n.location	ewtb.r.107692.11
+19	or	or	CONJ	O	0			ewtb.r.107692.11
+20	even	even	ADV	O	0			ewtb.r.107692.11
+21	Taco	taco	PROPN	B	0		n.group	ewtb.r.107692.11
+22	Mac	mac	PROPN	I	21			ewtb.r.107692.11
+23	.	.	PUNCT	O	0			ewtb.r.107692.11
+
+1	Aweesome	aweesome	ADJ	O	0			ewtb.r.117893.1
+
+1	Holy	holy	ADJ	B	0			ewtb.r.117893.2
+2	cow	cow	NOUN	I	1			ewtb.r.117893.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.117893.2
+4	that	that	DET	O	0			ewtb.r.117893.2
+5	a	a	DET	O	0			ewtb.r.117893.2
+6	delicious	delicious	ADJ	O	0			ewtb.r.117893.2
+7	meal	meal	NOUN	O	0		n.food	ewtb.r.117893.2
+8	.	.	PUNCT	O	0			ewtb.r.117893.2
+
+1	Hot	hot	ADJ	O	0			ewtb.r.117893.3
+2	,	,	PUNCT	O	0			ewtb.r.117893.3
+3	fresh	fresh	ADJ	O	0			ewtb.r.117893.3
+4	,	,	PUNCT	O	0			ewtb.r.117893.3
+5	delicious	delicious	ADJ	O	0			ewtb.r.117893.3
+6	.	.	PUNCT	O	0			ewtb.r.117893.3
+
+1	Loved	love	VERB	O	0		v.emotion	ewtb.r.117893.4
+2	every	every	DET	O	0			ewtb.r.117893.4
+3	bit	bit	NOUN	O	0		n.quantity	ewtb.r.117893.4
+4	of	of	ADP	O	0			ewtb.r.117893.4
+5	it	it	PRON	O	0			ewtb.r.117893.4
+6	.	.	PUNCT	O	0			ewtb.r.117893.4
+7	:)	:)	SYM	O	0			ewtb.r.117893.4
+
+1	Holly	holly	PROPN	O	0		n.person	ewtb.r.120992.1
+2	-	-	PUNCT	O	0			ewtb.r.120992.1
+3	the	the	DET	O	0			ewtb.r.120992.1
+4	owner	owner	NOUN	O	0		n.person	ewtb.r.120992.1
+5	,	,	PUNCT	O	0			ewtb.r.120992.1
+6	knows	know	VERB	O	0		v.cognition	ewtb.r.120992.1
+7	exactly	exactly	ADV	O	0			ewtb.r.120992.1
+8	how	how	ADV	O	0			ewtb.r.120992.1
+9	to	to	PART	O	0			ewtb.r.120992.1
+10	make	make	VERB	B	0		v.social	ewtb.r.120992.1
+11	you	you	PRON	o	0			ewtb.r.120992.1
+12	feel	feel	VERB	I	10			ewtb.r.120992.1
+13	beautiful	beautiful	ADJ	O	0			ewtb.r.120992.1
+14	in	in	ADP	O	0			ewtb.r.120992.1
+15	clothes	clothes	NOUN	O	0		n.artifact	ewtb.r.120992.1
+16	.	.	PUNCT	O	0			ewtb.r.120992.1
+
+1	Stylish	stylish	ADJ	O	0			ewtb.r.120992.2
+2	and	and	CONJ	O	0			ewtb.r.120992.2
+3	contemporary	contemporary	ADJ	O	0			ewtb.r.120992.2
+4	,	,	PUNCT	O	0			ewtb.r.120992.2
+5	no	no	ADV	B	0			ewtb.r.120992.2
+6	matter	matter	ADV	I	5			ewtb.r.120992.2
+7	your	your	PRON	O	0			ewtb.r.120992.2
+8	size	size	NOUN	O	0		n.relation	ewtb.r.120992.2
+9	or	or	CONJ	O	0			ewtb.r.120992.2
+10	personality	personality	NOUN	O	0		n.attribute	ewtb.r.120992.2
+11	type	type	NOUN	O	0		n.cognition	ewtb.r.120992.2
+12	.	.	PUNCT	O	0			ewtb.r.120992.2
+
+1	She	she	PRON	O	0			ewtb.r.120992.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.120992.3
+3	an	an	DET	O	0			ewtb.r.120992.3
+4	A	a	PROPN	B	0		n.communication	ewtb.r.120992.3
+5	+	+	SYM	I	4			ewtb.r.120992.3
+6	and	and	CONJ	O	0			ewtb.r.120992.3
+7	so	so	ADV	O	0			ewtb.r.120992.3
+8	are	be	VERB	O	0		v.stative	ewtb.r.120992.3
+9	her	her	PRON	O	0			ewtb.r.120992.3
+10	clothes	clothes	NOUN	O	0		n.artifact	ewtb.r.120992.3
+11	!	!	PUNCT	O	0			ewtb.r.120992.3
+
+1	Great	great	ADJ	O	0			ewtb.r.124492.1
+2	product	product	NOUN	O	0		n.artifact	ewtb.r.124492.1
+3	,	,	PUNCT	O	0			ewtb.r.124492.1
+4	great	great	ADJ	O	0			ewtb.r.124492.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.124492.1
+6	!!!	!!!	PUNCT	O	0			ewtb.r.124492.1
+
+1	Installed	instal	VERB	O	0		v.change	ewtb.r.124492.2
+2	Biometrics	biometrics	PROPN	O	0		n.artifact	ewtb.r.124492.2
+3	and	and	CONJ	O	0			ewtb.r.124492.2
+4	Got	get	VERB	O	0		v.social	ewtb.r.124492.2
+5	Excellent	excellent	ADJ	O	0			ewtb.r.124492.2
+6	Service	service	NOUN	O	0		n.act	ewtb.r.124492.2
+7	.	.	PUNCT	O	0			ewtb.r.124492.2
+
+1	They	they	PRON	O	0			ewtb.r.130795.1
+2	Suck	suck	VERB	O	0		v.stative	ewtb.r.130795.1
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.130795.2
+2	somewhere	somewhere	ADV	O	0			ewtb.r.130795.2
+3	else	else	ADV	O	0			ewtb.r.130795.2
+4	...	...	PUNCT	O	0			ewtb.r.130795.2
+
+1	Wanted	want	VERB	O	0		v.cognition	ewtb.r.130795.3
+2	to	to	PART	O	0			ewtb.r.130795.3
+3	buy	buy	VERB	O	0		v.possession	ewtb.r.130795.3
+4	a	a	DET	O	0			ewtb.r.130795.3
+5	Rhino	rhino	PROPN	B	0		n.artifact	ewtb.r.130795.3
+6	700	700	PROPN	I	5			ewtb.r.130795.3
+7	and	and	CONJ	O	0			ewtb.r.130795.3
+8	a	a	DET	O	0			ewtb.r.130795.3
+9	Grizzly	grizzly	PROPN	B	0		n.artifact	ewtb.r.130795.3
+10	700	700	PROPN	I	9			ewtb.r.130795.3
+11	.	.	PUNCT	O	0			ewtb.r.130795.3
+
+1	After	after	SCONJ	O	0			ewtb.r.130795.4
+2	searching	search	VERB	B	0		v.cognition	ewtb.r.130795.4
+3	high	high	ADV	I	2			ewtb.r.130795.4
+4	and	and	CONJ	I	3			ewtb.r.130795.4
+5	low	low	ADV	I	4			ewtb.r.130795.4
+6	for	for	ADP	O	0			ewtb.r.130795.4
+7	a	a	DET	O	0			ewtb.r.130795.4
+8	salesman	salesman	NOUN	O	0		n.person	ewtb.r.130795.4
+9	,	,	PUNCT	O	0			ewtb.r.130795.4
+10	I	i	PRON	O	0			ewtb.r.130795.4
+11	was	be	AUX	O	0			ewtb.r.130795.4
+12	treated	treat	VERB	B	0		v.social	ewtb.r.130795.4
+13	like	like	ADP	I	12			ewtb.r.130795.4
+14	dirt	dirt	NOUN	I	13			ewtb.r.130795.4
+15	,	,	PUNCT	O	0			ewtb.r.130795.4
+16	and	and	CONJ	O	0			ewtb.r.130795.4
+17	we	we	PRON	O	0			ewtb.r.130795.4
+18	left	leave	VERB	O	0		v.motion	ewtb.r.130795.4
+19	.	.	PUNCT	O	0			ewtb.r.130795.4
+
+1	Parts	parts	NOUN	O	0		n.artifact	ewtb.r.130795.5
+2	department	department	NOUN	O	0		n.group	ewtb.r.130795.5
+3	blows	blow	VERB	O	0		v.stative	ewtb.r.130795.5
+4	,	,	PUNCT	O	0			ewtb.r.130795.5
+5	Service	service	NOUN	O	0		n.act	ewtb.r.130795.5
+6	department	department	NOUN	O	0		n.group	ewtb.r.130795.5
+7	is	be	VERB	O	0		v.stative	ewtb.r.130795.5
+8	even	even	ADV	O	0			ewtb.r.130795.5
+9	worse	worse	ADJ	O	0			ewtb.r.130795.5
+10	.	.	PUNCT	O	0			ewtb.r.130795.5
+
+1	I	i	PRON	O	0			ewtb.r.130795.6
+2	live	live	VERB	O	0		v.social	ewtb.r.130795.6
+3	10	10	NUM	O	0			ewtb.r.130795.6
+4	minutes	minutes	NOUN	O	0		n.time	ewtb.r.130795.6
+5	from	from	ADP	O	0			ewtb.r.130795.6
+6	Cycle	cycle	PROPN	B	0		n.group	ewtb.r.130795.6
+7	City	city	PROPN	I	6			ewtb.r.130795.6
+8	,	,	PUNCT	O	0			ewtb.r.130795.6
+9	but	but	CONJ	O	0			ewtb.r.130795.6
+10	I	i	PRON	O	0			ewtb.r.130795.6
+11	Drove	drive	VERB	O	0		v.motion	ewtb.r.130795.6
+12	50	50	NUM	O	0			ewtb.r.130795.6
+13	mile	mile	NOUN	O	0		n.quantity	ewtb.r.130795.6
+14	south	south	ADV	O	0			ewtb.r.130795.6
+15	to	to	ADP	O	0			ewtb.r.130795.6
+16	Peachstate	peachstate	PROPN	B	0		n.group	ewtb.r.130795.6
+17	Powersports	powersports	PROPN	I	16			ewtb.r.130795.6
+18	in	in	ADP	O	0			ewtb.r.130795.6
+19	LaGrange	lagrange	PROPN	O	0		n.location	ewtb.r.130795.6
+20	,	,	PUNCT	O	0			ewtb.r.130795.6
+21	dealt	deal	VERB	B	0		v.social	ewtb.r.130795.6
+22	with	with	ADP	I	21			ewtb.r.130795.6
+23	the	the	DET	O	0			ewtb.r.130795.6
+24	owner	owner	NOUN	O	0		n.person	ewtb.r.130795.6
+25	,	,	PUNCT	O	0			ewtb.r.130795.6
+26	Levi	levi	PROPN	O	0		n.person	ewtb.r.130795.6
+27	,	,	PUNCT	O	0			ewtb.r.130795.6
+28	and	and	CONJ	O	0			ewtb.r.130795.6
+29	was	be	AUX	O	0			ewtb.r.130795.6
+30	well	well	ADV	O	0			ewtb.r.130795.6
+31	taken	take	VERB	B	0		v.social	ewtb.r.130795.6
+32	care	care	NOUN	I	31			ewtb.r.130795.6
+33	of	of	ADP	I	32			ewtb.r.130795.6
+34	.	.	PUNCT	O	0			ewtb.r.130795.6
+
+1	Great	great	ADJ	O	0			ewtb.r.138699.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.138699.1
+3	and	and	CONJ	O	0			ewtb.r.138699.1
+4	awesome	awesome	ADJ	O	0			ewtb.r.138699.1
+5	prices	price	NOUN	O	0		n.possession	ewtb.r.138699.1
+6	.	.	PUNCT	O	0			ewtb.r.138699.1
+
+1	I	i	PRON	O	0			ewtb.r.138699.2
+2	get	get	VERB	O	0		v.body	ewtb.r.138699.2
+3	Microdermabrasions	microdermabrasions	NOUN	O	0		n.act	ewtb.r.138699.2
+4	regularly	regularly	ADV	O	0			ewtb.r.138699.2
+5	and	and	CONJ	O	0			ewtb.r.138699.2
+6	I	i	PRON	O	0			ewtb.r.138699.2
+7	love	love	VERB	O	0		v.emotion	ewtb.r.138699.2
+8	the	the	DET	O	0			ewtb.r.138699.2
+9	environment	environment	NOUN	O	0		n.natural_object	ewtb.r.138699.2
+
+1	There	there	PRON	O	0			ewtb.r.150192.1
+2	are	be	VERB	O	0		v.stative	ewtb.r.150192.1
+3	so	so	ADV	O	0			ewtb.r.150192.1
+4	many	many	ADJ	O	0			ewtb.r.150192.1
+5	wonderful	wonderful	ADJ	O	0			ewtb.r.150192.1
+6	great	great	ADJ	O	0			ewtb.r.150192.1
+7	places	place	NOUN	O	0		n.group	ewtb.r.150192.1
+8	to	to	PART	O	0			ewtb.r.150192.1
+9	dine	dine	VERB	O	0		v.social	ewtb.r.150192.1
+10	in	in	ADP	O	0			ewtb.r.150192.1
+11	houston	houston	PROPN	O	0		n.location	ewtb.r.150192.1
+12	....	....	PUNCT	O	0			ewtb.r.150192.1
+13	do	do	AUX	O	0			ewtb.r.150192.1
+14	n't	n't	PART	O	0			ewtb.r.150192.1
+15	.	.	PUNCT	O	0			ewtb.r.150192.1
+16	waste	waste	VERB	B	0		v.social	ewtb.r.150192.1
+17	your	your	PRON	o	0			ewtb.r.150192.1
+18	time	time	NOUN	I	16			ewtb.r.150192.1
+19	here	here	ADV	O	0			ewtb.r.150192.1
+20	.	.	PUNCT	O	0			ewtb.r.150192.1
+
+1	I	i	PRON	O	0			ewtb.r.150192.2
+2	had	have	VERB	O	0		v.possession	ewtb.r.150192.2
+3	the	the	DET	O	0			ewtb.r.150192.2
+4	morelias	morelias	NOUN	B	0		n.food	ewtb.r.150192.2
+5	enchiladas	enchilada	NOUN	I	4			ewtb.r.150192.2
+6	.	.	PUNCT	O	0			ewtb.r.150192.2
+
+1	The	the	DET	O	0			ewtb.r.150192.3
+2	sauce	sauce	NOUN	O	0		n.food	ewtb.r.150192.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.150192.3
+4	dry	dry	ADJ	O	0			ewtb.r.150192.3
+5	and	and	CONJ	O	0			ewtb.r.150192.3
+6	the	the	DET	O	0			ewtb.r.150192.3
+7	enchiladas	enchilada	NOUN	O	0		n.food	ewtb.r.150192.3
+8	did	do	AUX	O	0			ewtb.r.150192.3
+9	not	not	PART	O	0			ewtb.r.150192.3
+10	taste	taste	VERB	O	0		v.perception	ewtb.r.150192.3
+11	good	good	ADJ	O	0			ewtb.r.150192.3
+12	.	.	PUNCT	O	0			ewtb.r.150192.3
+13	at	at	ADV	B	0			ewtb.r.150192.3
+14	all	all	ADV	I	13			ewtb.r.150192.3
+15	.	.	PUNCT	O	0			ewtb.r.150192.3
+
+1	In	in	ADP	B	0			ewtb.r.150192.4
+2	fact	fact	NOUN	I	1			ewtb.r.150192.4
+3	my	my	PRON	O	0			ewtb.r.150192.4
+4	friend	friend	NOUN	O	0		n.person	ewtb.r.150192.4
+5	vomited	vomit	VERB	O	0		v.body	ewtb.r.150192.4
+6	after	after	ADP	O	0			ewtb.r.150192.4
+7	our	our	PRON	O	0			ewtb.r.150192.4
+8	meal	meal	NOUN	O	0		n.event	ewtb.r.150192.4
+9	.	.	PUNCT	O	0			ewtb.r.150192.4
+
+1	Maybe	maybe	ADV	O	0			ewtb.r.150192.5
+2	we	we	PRON	O	0			ewtb.r.150192.5
+3	ordered	order	VERB	O	0		v.communication	ewtb.r.150192.5
+4	the	the	DET	O	0			ewtb.r.150192.5
+5	wrong	wrong	ADJ	O	0			ewtb.r.150192.5
+6	dish	dish	NOUN	O	0		n.food	ewtb.r.150192.5
+7	but	but	CONJ	O	0			ewtb.r.150192.5
+8	my	my	PRON	O	0			ewtb.r.150192.5
+9	experience	experience	NOUN	O	0		n.event	ewtb.r.150192.5
+10	here	here	ADV	O	0			ewtb.r.150192.5
+11	was	be	VERB	O	0		v.stative	ewtb.r.150192.5
+12	poor	poor	ADJ	O	0			ewtb.r.150192.5
+13	.	.	PUNCT	O	0			ewtb.r.150192.5
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.150192.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.150192.6
+3	okay	okay	ADJ	O	0			ewtb.r.150192.6
+4	not	not	CONJ	O	0			ewtb.r.150192.6
+5	great	great	ADJ	O	0			ewtb.r.150192.6
+6	,	,	PUNCT	O	0			ewtb.r.150192.6
+7	we	we	PRON	O	0			ewtb.r.150192.6
+8	came	come	VERB	O	0		v.motion	ewtb.r.150192.6
+9	for	for	ADP	O	0			ewtb.r.150192.6
+10	a	a	DET	O	0			ewtb.r.150192.6
+11	late	late	ADJ	O	0			ewtb.r.150192.6
+12	lunch	lunch	NOUN	O	0		n.event	ewtb.r.150192.6
+13	.	.	PUNCT	O	0			ewtb.r.150192.6
+
+1	I	i	PRON	O	0			ewtb.r.150192.7
+2	do	do	AUX	O	0			ewtb.r.150192.7
+3	n't	n't	PART	O	0			ewtb.r.150192.7
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.150192.7
+5	this	this	DET	O	0			ewtb.r.150192.7
+6	place	place	NOUN	O	0		n.group	ewtb.r.150192.7
+7	.	.	PUNCT	O	0			ewtb.r.150192.7
+
+1	Great	great	ADJ	O	0			ewtb.r.162992.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.162992.1
+3	and	and	CONJ	O	0			ewtb.r.162992.1
+4	hairstyles	hairstyle	NOUN	O	0		n.attribute	ewtb.r.162992.1
+5	that	that	DET	O	0			ewtb.r.162992.1
+6	last	last	VERB	O	0		v.stative	ewtb.r.162992.1
+7	.	.	PUNCT	O	0			ewtb.r.162992.1
+
+1	I	i	PRON	O	0			ewtb.r.162992.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.162992.2
+3	pleased	pleased	ADJ	B	0			ewtb.r.162992.2
+4	with	with	ADP	I	3			ewtb.r.162992.2
+5	the	the	DET	O	0			ewtb.r.162992.2
+6	service	service	NOUN	O	0		n.act	ewtb.r.162992.2
+7	that	that	DET	O	0			ewtb.r.162992.2
+8	i	i	PRON	O	0			ewtb.r.162992.2
+9	get	get	VERB	O	0		v.social	ewtb.r.162992.2
+10	at	at	ADP	O	0			ewtb.r.162992.2
+11	Luxe	luxe	PROPN	O	0		n.group	ewtb.r.162992.2
+12	.	.	PUNCT	O	0			ewtb.r.162992.2
+
+1	The	the	DET	O	0			ewtb.r.162992.3
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.162992.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.162992.3
+4	very	very	ADV	O	0			ewtb.r.162992.3
+5	pleasant	pleasant	ADJ	O	0			ewtb.r.162992.3
+6	and	and	CONJ	O	0			ewtb.r.162992.3
+7	my	my	PRON	O	0			ewtb.r.162992.3
+8	hair	hair	NOUN	O	0		n.body	ewtb.r.162992.3
+9	is	be	VERB	O	0		v.stative	ewtb.r.162992.3
+10	always	always	ADV	O	0			ewtb.r.162992.3
+11	fresh	fresh	ADJ	O	0			ewtb.r.162992.3
+12	.	.	PUNCT	O	0			ewtb.r.162992.3
+
+1	Winning	win	VERB	O	0		v.competition	ewtb.r.181696.1
+2	Attorney	attorney	NOUN	O	0		n.person	ewtb.r.181696.1
+3	!	!	PUNCT	O	0			ewtb.r.181696.1
+
+1	The	the	DET	O	0			ewtb.r.181696.2
+2	only	only	ADJ	O	0			ewtb.r.181696.2
+3	10.0	10.0	NUM	O	0			ewtb.r.181696.2
+4	"	"	PUNCT	O	0			ewtb.r.181696.2
+5	Perfect	perfect	ADJ	O	0			ewtb.r.181696.2
+6	Score	score	NOUN	O	0		n.communication	ewtb.r.181696.2
+7	"	"	PUNCT	O	0			ewtb.r.181696.2
+8	AVVO	avvo	PROPN	O	0		n.group	ewtb.r.181696.2
+9	Rated	rate	VERB	O	0		v.communication	ewtb.r.181696.2
+10	Attorney	attorney	NOUN	O	0		n.person	ewtb.r.181696.2
+11	I	i	PRON	O	0			ewtb.r.181696.2
+12	Have	have	AUX	O	0			ewtb.r.181696.2
+13	Ever	ever	ADV	O	0			ewtb.r.181696.2
+14	Met	meet	VERB	O	0		v.social	ewtb.r.181696.2
+15	.	.	PUNCT	O	0			ewtb.r.181696.2
+
+1	I	i	PRON	O	0			ewtb.r.181696.3
+2	Highly	highly	ADV	O	0			ewtb.r.181696.3
+3	Recommend	recommend	VERB	O	0		v.communication	ewtb.r.181696.3
+4	,	,	PUNCT	O	0			ewtb.r.181696.3
+5	The	the	DET	B	0		n.group	ewtb.r.181696.3
+6	Law	law	NOUN	I	5			ewtb.r.181696.3
+7	Offices	office	NOUN	I	6			ewtb.r.181696.3
+8	Of	of	ADP	I	7			ewtb.r.181696.3
+9	Dale	dale	PROPN	I	8			ewtb.r.181696.3
+10	Gribow	gribow	PROPN	I	9			ewtb.r.181696.3
+11	!!	!!	PUNCT	O	0			ewtb.r.181696.3
+
+1	wow	wow	INTJ	O	0			ewtb.r.184290.1
+2	wow	wow	INTJ	O	0			ewtb.r.184290.1
+3	wow	wow	INTJ	O	0			ewtb.r.184290.1
+4	.	.	PUNCT	O	0			ewtb.r.184290.1
+
+1	the	the	DET	O	0			ewtb.r.184290.2
+2	bast	bast	ADJ	O	0			ewtb.r.184290.2
+3	cab	cab	NOUN	O	0		n.group	ewtb.r.184290.2
+4	in	in	ADP	O	0			ewtb.r.184290.2
+5	minneapolis	minneapolis	PROPN	O	0		n.location	ewtb.r.184290.2
+
+1	Awsome	awsome	ADJ	O	0			ewtb.r.191597.1
+2	!	!	PUNCT	O	0			ewtb.r.191597.1
+
+1	Great	great	ADJ	O	0			ewtb.r.191597.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.191597.2
+3	cheap	cheap	ADJ	O	0			ewtb.r.191597.2
+
+1	Every	every	DET	B	0			ewtb.r.191597.3
+2	thing	thing	NOUN	I	1			ewtb.r.191597.3
+3	here	here	ADV	O	0			ewtb.r.191597.3
+4	is	be	VERB	O	0		v.stative	ewtb.r.191597.3
+5	good	good	ADJ	O	0			ewtb.r.191597.3
+6	.	.	PUNCT	O	0			ewtb.r.191597.3
+
+1	Fish	fish	NOUN	O	0		n.food	ewtb.r.191597.4
+2	tacos	taco	NOUN	O	0		n.food	ewtb.r.191597.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.191597.4
+4	my	my	PRON	O	0			ewtb.r.191597.4
+5	fave	fave	NOUN	O	0		n.cognition	ewtb.r.191597.4
+6	simple	simple	ADJ	O	0			ewtb.r.191597.4
+7	and	and	CONJ	O	0			ewtb.r.191597.4
+8	filling	filling	ADJ	O	0			ewtb.r.191597.4
+9	Highly	highly	ADV	O	0			ewtb.r.191597.4
+10	recommend	recommend	VERB	O	0		v.communication	ewtb.r.191597.4
+11	Mi	mi	PROPN	B	0		n.group	ewtb.r.191597.4
+12	Pueblo	pueblo	PROPN	I	11			ewtb.r.191597.4
+13	.	.	PUNCT	O	0			ewtb.r.191597.4
+
+1	Gets	get	VERB	B	0		v.social	ewtb.r.191597.5
+2	busy	busy	ADJ	I	1			ewtb.r.191597.5
+3	so	so	ADV	O	0			ewtb.r.191597.5
+4	come	come	VERB	O	0		v.motion	ewtb.r.191597.5
+5	early	early	ADV	O	0			ewtb.r.191597.5
+
+1	Kyle	kyle	PROPN	O	0		n.person	ewtb.r.192399.1
+2	with	with	ADP	O	0			ewtb.r.192399.1
+3	Bullwark	bullwark	PROPN	O	0		n.person	ewtb.r.192399.1
+
+1	Great	great	ADJ	O	0			ewtb.r.192399.2
+2	job	job	NOUN	O	0		n.act	ewtb.r.192399.2
+3	!	!	PUNCT	O	0			ewtb.r.192399.2
+
+1	Listened	listen	VERB	O	0		v.perception	ewtb.r.192399.3
+2	to	to	ADP	O	0			ewtb.r.192399.3
+3	my	my	PRON	O	0			ewtb.r.192399.3
+4	problem	problem	NOUN	O	0		n.cognition	ewtb.r.192399.3
+5	and	and	CONJ	O	0			ewtb.r.192399.3
+6	took	take	VERB	B	0		v.social	ewtb.r.192399.3
+7	care	care	NOUN	I	6			ewtb.r.192399.3
+8	of	of	ADP	I	7			ewtb.r.192399.3
+9	it	it	PRON	O	0			ewtb.r.192399.3
+10	.	.	PUNCT	O	0			ewtb.r.192399.3
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.192399.4
+2	!	!	PUNCT	O	0			ewtb.r.192399.4
+
+1	VINGAS	vingas	PROPN	O	0		n.group	ewtb.r.203196.1
+
+1	VISAKHA	visakha	PROPN	B	0		n.group	ewtb.r.203196.2
+2	INDUSTRIAL	industrial	PROPN	I	1			ewtb.r.203196.2
+3	GASES	gases	PROPN	I	2			ewtb.r.203196.2
+4	PVT.	pvt.	PROPN	I	3			ewtb.r.203196.2
+5	LTD.	ltd.	PROPN	I	4			ewtb.r.203196.2
+6	,	,	PUNCT	O	0			ewtb.r.203196.2
+7	location	location	NOUN	O	0		n.location	ewtb.r.203196.2
+8	at	at	ADP	O	0			ewtb.r.203196.2
+9	google	google	PROPN	B	0		n.communication	ewtb.r.203196.2
+10	maps	maps	PROPN	I	9			ewtb.r.203196.2
+11	.	.	PUNCT	O	0			ewtb.r.203196.2
+
+1	MUST	must	AUX	O	0			ewtb.r.211797.1
+2	READ	read	VERB	O	0		v.communication	ewtb.r.211797.1
+3	-	-	PUNCT	O	0			ewtb.r.211797.1
+4	Do	do	AUX	O	0			ewtb.r.211797.1
+5	not	not	PART	O	0			ewtb.r.211797.1
+6	waste	waste	VERB	B	0		v.stative	ewtb.r.211797.1
+7	your	your	PRON	o	0			ewtb.r.211797.1
+8	time	time	NOUN	I	6			ewtb.r.211797.1
+9	in	in	ADP	O	0			ewtb.r.211797.1
+10	this	this	DET	O	0			ewtb.r.211797.1
+11	store	store	NOUN	O	0		n.group	ewtb.r.211797.1
+12	.	.	PUNCT	O	0			ewtb.r.211797.1
+
+1	At	at	ADP	O	0			ewtb.r.211797.2
+2	my	my	PRON	O	0			ewtb.r.211797.2
+3	appointment	appointment	NOUN	O	0		n.event	ewtb.r.211797.2
+4	the	the	DET	O	0			ewtb.r.211797.2
+5	girl	girl	NOUN	O	0		n.person	ewtb.r.211797.2
+6	helping	help	VERB	O	0		v.social	ewtb.r.211797.2
+7	me	me	PRON	O	0			ewtb.r.211797.2
+8	was	be	VERB	O	0		v.stative	ewtb.r.211797.2
+9	unable	unable	ADJ	O	0			ewtb.r.211797.2
+10	to	to	PART	O	0			ewtb.r.211797.2
+11	adequately	adequately	ADV	O	0			ewtb.r.211797.2
+12	lace	lace	VERB	B	0		v.social	ewtb.r.211797.2
+13	up	up	ADP	I	12			ewtb.r.211797.2
+14	some	some	DET	O	0			ewtb.r.211797.2
+15	of	of	ADP	O	0			ewtb.r.211797.2
+16	the	the	DET	O	0			ewtb.r.211797.2
+17	dresses	dress	NOUN	O	0		n.artifact	ewtb.r.211797.2
+18	.	.	PUNCT	O	0			ewtb.r.211797.2
+
+1	They	they	PRON	O	0			ewtb.r.211797.3
+2	felt	felt	VERB	B	0		v.emotion	ewtb.r.211797.3
+3	like	like	SCONJ	I	2			ewtb.r.211797.3
+4	they	they	PRON	O	0			ewtb.r.211797.3
+5	were	be	AUX	O	0			ewtb.r.211797.3
+6	going	go	VERB	B	0			ewtb.r.211797.3
+7	to	to	PART	I	6			ewtb.r.211797.3
+8	fall	fall	VERB	O	0		v.change	ewtb.r.211797.3
+9	off	off	ADV	B	0			ewtb.r.211797.3
+10	of	of	ADP	I	9			ewtb.r.211797.3
+11	me	me	PRON	O	0			ewtb.r.211797.3
+12	and	and	CONJ	O	0			ewtb.r.211797.3
+13	it	it	PRON	O	0			ewtb.r.211797.3
+14	was	be	VERB	O	0		v.stative	ewtb.r.211797.3
+15	very	very	ADV	O	0			ewtb.r.211797.3
+16	difficult	difficult	ADJ	O	0			ewtb.r.211797.3
+17	to	to	PART	O	0			ewtb.r.211797.3
+18	see	see	VERB	O	0		v.perception	ewtb.r.211797.3
+19	what	what	PRON	O	0			ewtb.r.211797.3
+20	I	i	PRON	O	0			ewtb.r.211797.3
+21	would	would	AUX	O	0			ewtb.r.211797.3
+22	actually	actually	ADV	O	0			ewtb.r.211797.3
+23	look	look	VERB	O	0		v.perception	ewtb.r.211797.3
+24	like	like	ADP	O	0			ewtb.r.211797.3
+25	were	be	VERB	O	0		v.stative	ewtb.r.211797.3
+26	I	i	PRON	O	0			ewtb.r.211797.3
+27	to	to	PART	O	0			ewtb.r.211797.3
+28	purchase	purchase	VERB	O	0		v.possession	ewtb.r.211797.3
+29	some	some	DET	O	0			ewtb.r.211797.3
+30	of	of	ADP	O	0			ewtb.r.211797.3
+31	these	these	DET	O	0			ewtb.r.211797.3
+32	dresses	dress	NOUN	O	0		n.artifact	ewtb.r.211797.3
+33	.	.	PUNCT	O	0			ewtb.r.211797.3
+
+1	I	i	PRON	O	0			ewtb.r.211797.4
+2	thought	think	VERB	O	0		v.cognition	ewtb.r.211797.4
+3	it	it	PRON	O	0			ewtb.r.211797.4
+4	would	would	AUX	O	0			ewtb.r.211797.4
+5	be	be	VERB	O	0		v.stative	ewtb.r.211797.4
+6	a	a	DET	O	0			ewtb.r.211797.4
+7	good	good	ADJ	O	0			ewtb.r.211797.4
+8	idea	idea	NOUN	O	0		n.cognition	ewtb.r.211797.4
+9	to	to	PART	O	0			ewtb.r.211797.4
+10	see	see	VERB	O	0		v.social	ewtb.r.211797.4
+11	how	how	ADV	O	0			ewtb.r.211797.4
+12	a	a	DET	B	0			ewtb.r.211797.4
+13	few	few	ADJ	I	12			ewtb.r.211797.4
+14	that	that	DET	O	0			ewtb.r.211797.4
+15	I	i	PRON	O	0			ewtb.r.211797.4
+16	liked	like	VERB	O	0		v.emotion	ewtb.r.211797.4
+17	would	would	AUX	O	0			ewtb.r.211797.4
+18	look	look	VERB	O	0		v.perception	ewtb.r.211797.4
+19	like	like	ADP	O	0			ewtb.r.211797.4
+20	on	on	ADP	O	0			ewtb.r.211797.4
+21	a	a	DET	O	0			ewtb.r.211797.4
+22	model	model	NOUN	O	0		n.person	ewtb.r.211797.4
+23	(	(	PUNCT	O	0			ewtb.r.211797.4
+24	by	by	SCONJ	O	0			ewtb.r.211797.4
+25	looking	look	VERB	B	0		v.cognition	ewtb.r.211797.4
+26	the	the	DET	o	0			ewtb.r.211797.4
+27	dress	dress	NOUN	o	0		n.artifact	ewtb.r.211797.4
+28	up	up	ADP	I	25			ewtb.r.211797.4
+29	online	online	ADV	O	0			ewtb.r.211797.4
+30	)	)	PUNCT	O	0			ewtb.r.211797.4
+31	.	.	PUNCT	O	0			ewtb.r.211797.4
+
+1	So	so	ADV	O	0			ewtb.r.211797.5
+2	,	,	PUNCT	O	0			ewtb.r.211797.5
+3	as	as	SCONJ	O	0			ewtb.r.211797.5
+4	I	i	PRON	O	0			ewtb.r.211797.5
+5	was	be	AUX	O	0			ewtb.r.211797.5
+6	leaving	leave	VERB	O	0		v.motion	ewtb.r.211797.5
+7	I	i	PRON	O	0			ewtb.r.211797.5
+8	asked	ask	VERB	O	0		v.communication	ewtb.r.211797.5
+9	for	for	ADP	O	0			ewtb.r.211797.5
+10	the	the	DET	O	0			ewtb.r.211797.5
+11	designer	designer	NOUN	O	0		n.group	ewtb.r.211797.5
+12	/	/	PUNCT	O	0			ewtb.r.211797.5
+13	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.5
+14	name	name	NOUN	O	0		n.communication	ewtb.r.211797.5
+15	or	or	CONJ	O	0			ewtb.r.211797.5
+16	style	style	NOUN	O	0		n.cognition	ewtb.r.211797.5
+17	number	number	NOUN	O	0		n.communication	ewtb.r.211797.5
+18	associated	associate	VERB	O	0		v.cognition	ewtb.r.211797.5
+19	with	with	ADP	O	0			ewtb.r.211797.5
+20	my	my	PRON	O	0			ewtb.r.211797.5
+21	top	top	ADJ	O	0			ewtb.r.211797.5
+22	picks	pick	NOUN	O	0		n.cognition	ewtb.r.211797.5
+23	.	.	PUNCT	O	0			ewtb.r.211797.5
+
+1	They	they	PRON	O	0			ewtb.r.211797.6
+2	said	say	VERB	O	0		v.communication	ewtb.r.211797.6
+3	they	they	PRON	O	0			ewtb.r.211797.6
+4	were	be	VERB	O	0		v.stative	ewtb.r.211797.6
+5	"	"	PUNCT	O	0			ewtb.r.211797.6
+6	unable	unable	ADJ	O	0			ewtb.r.211797.6
+7	to	to	PART	O	0			ewtb.r.211797.6
+8	tell	tell	VERB	O	0		v.communication	ewtb.r.211797.6
+9	me	me	PRON	O	0			ewtb.r.211797.6
+10	until	until	SCONJ	O	0			ewtb.r.211797.6
+11	they	they	PRON	O	0			ewtb.r.211797.6
+12	ordered	order	VERB	O	0		v.communication	ewtb.r.211797.6
+13	my	my	PRON	O	0			ewtb.r.211797.6
+14	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.6
+15	"	"	PUNCT	O	0			ewtb.r.211797.6
+16	.	.	PUNCT	O	0			ewtb.r.211797.6
+
+1	Hmmm	hmmm	INTJ	O	0			ewtb.r.211797.7
+2	...	...	PUNCT	O	0			ewtb.r.211797.7
+3	A	a	DET	O	0			ewtb.r.211797.7
+4	person	person	NOUN	O	0		n.person	ewtb.r.211797.7
+5	can	can	AUX	O	0			ewtb.r.211797.7
+6	not	not	PART	O	0			ewtb.r.211797.7
+7	call	call	VERB	O	0		v.communication	ewtb.r.211797.7
+8	a	a	DET	O	0			ewtb.r.211797.7
+9	company	company	NOUN	O	0		n.group	ewtb.r.211797.7
+10	,	,	PUNCT	O	0			ewtb.r.211797.7
+11	if	if	SCONJ	O	0			ewtb.r.211797.7
+12	you	you	PRON	O	0			ewtb.r.211797.7
+13	have	have	VERB	O	0		v.stative	ewtb.r.211797.7
+14	no	no	DET	O	0			ewtb.r.211797.7
+15	idea	idea	NOUN	O	0		n.cognition	ewtb.r.211797.7
+16	its	it	PRON	O	0			ewtb.r.211797.7
+17	name	name	NOUN	O	0		n.communication	ewtb.r.211797.7
+18	(	(	PUNCT	O	0			ewtb.r.211797.7
+19	since	since	SCONJ	O	0			ewtb.r.211797.7
+20	the	the	DET	O	0			ewtb.r.211797.7
+21	designer	designer	NOUN	O	0		n.group	ewtb.r.211797.7
+22	is	be	VERB	O	0		v.stative	ewtb.r.211797.7
+23	unknown	unknown	ADJ	O	0			ewtb.r.211797.7
+24	...	...	PUNCT	O	0			ewtb.r.211797.7
+25	SUPPOSEDLY	supposedly	ADV	O	0			ewtb.r.211797.7
+26	)	)	PUNCT	O	0			ewtb.r.211797.7
+27	,	,	PUNCT	O	0			ewtb.r.211797.7
+28	and	and	CONJ	O	0			ewtb.r.211797.7
+29	order	order	VERB	O	0		v.communication	ewtb.r.211797.7
+30	a	a	DET	O	0			ewtb.r.211797.7
+31	gown	gown	NOUN	O	0		n.artifact	ewtb.r.211797.7
+32	without	without	ADP	O	0			ewtb.r.211797.7
+33	a	a	DET	O	0			ewtb.r.211797.7
+34	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.7
+35	name	name	NOUN	O	0		n.communication	ewtb.r.211797.7
+36	or	or	CONJ	O	0			ewtb.r.211797.7
+37	style	style	NOUN	O	0		n.cognition	ewtb.r.211797.7
+38	number	number	NOUN	O	0		n.communication	ewtb.r.211797.7
+39	.	.	PUNCT	O	0			ewtb.r.211797.7
+
+1	Do	do	AUX	O	0			ewtb.r.211797.8
+2	other	other	ADJ	O	0			ewtb.r.211797.8
+3	brides	bride	NOUN	O	0		n.person	ewtb.r.211797.8
+4	fall	fall	VERB	B	0		v.cognition	ewtb.r.211797.8
+5	for	for	ADP	I	4			ewtb.r.211797.8
+6	this	this	DET	O	0			ewtb.r.211797.8
+7	???	???	PUNCT	O	0			ewtb.r.211797.8
+
+1	They	they	PRON	O	0			ewtb.r.211797.9
+2	either	either	CONJ	O	0			ewtb.r.211797.9
+3	:	:	PUNCT	O	0			ewtb.r.211797.9
+4	a	a	X	O	0			ewtb.r.211797.9
+5	)	)	PUNCT	O	0			ewtb.r.211797.9
+6	do	do	AUX	O	0			ewtb.r.211797.9
+7	n't	n't	PART	O	0			ewtb.r.211797.9
+8	want	want	VERB	O	0		v.cognition	ewtb.r.211797.9
+9	to	to	PART	O	0			ewtb.r.211797.9
+10	give	give	VERB	O	0		v.possession	ewtb.r.211797.9
+11	it	it	PRON	O	0			ewtb.r.211797.9
+12	to	to	ADP	O	0			ewtb.r.211797.9
+13	me	me	PRON	O	0			ewtb.r.211797.9
+14	because	because	SCONJ	O	0			ewtb.r.211797.9
+15	they	they	PRON	O	0			ewtb.r.211797.9
+16	do	do	AUX	O	0			ewtb.r.211797.9
+17	n't	n't	PART	O	0			ewtb.r.211797.9
+18	want	want	VERB	O	0		v.cognition	ewtb.r.211797.9
+19	me	me	PRON	O	0			ewtb.r.211797.9
+20	purchasing	purchase	VERB	O	0		v.possession	ewtb.r.211797.9
+21	the	the	DET	O	0			ewtb.r.211797.9
+22	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.9
+23	elsewhere	elsewhere	ADV	O	0			ewtb.r.211797.9
+24	or	or	CONJ	O	0			ewtb.r.211797.9
+25	b	b	X	O	0			ewtb.r.211797.9
+26	)	)	PUNCT	O	0			ewtb.r.211797.9
+27	are	be	AUX	O	0			ewtb.r.211797.9
+28	recreating	recreate	VERB	O	0		v.creation	ewtb.r.211797.9
+29	the	the	DET	O	0			ewtb.r.211797.9
+30	dresses	dress	NOUN	O	0		n.artifact	ewtb.r.211797.9
+31	themselves	themselves	PRON	O	0			ewtb.r.211797.9
+32	(	(	PUNCT	O	0			ewtb.r.211797.9
+33	ie	ie	X	O	0			ewtb.r.211797.9
+34	STEALING	steal	VERB	O	0		v.possession	ewtb.r.211797.9
+35	other	other	ADJ	O	0			ewtb.r.211797.9
+36	designers	designer	NOUN	O	0		n.group	ewtb.r.211797.9
+37	'	'	PART	O	0			ewtb.r.211797.9
+38	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.9
+39	designs	design	NOUN	O	0		n.group	ewtb.r.211797.9
+40	and	and	CONJ	O	0			ewtb.r.211797.9
+41	"	"	PUNCT	O	0			ewtb.r.211797.9
+42	filling	fill	VERB	O	0		v.social	ewtb.r.211797.9
+43	the	the	DET	O	0			ewtb.r.211797.9
+44	orders	order	NOUN	O	0		n.communication	ewtb.r.211797.9
+45	"	"	PUNCT	O	0			ewtb.r.211797.9
+46	by	by	ADP	O	0			ewtb.r.211797.9
+47	their	their	PRON	O	0			ewtb.r.211797.9
+48	own	own	ADJ	O	0			ewtb.r.211797.9
+49	seamstresses	seamstress	NOUN	O	0		n.person	ewtb.r.211797.9
+50	)	)	PUNCT	O	0			ewtb.r.211797.9
+51	.	.	PUNCT	O	0			ewtb.r.211797.9
+
+1	I	i	PRON	O	0			ewtb.r.211797.10
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.211797.10
+3	no	no	DET	O	0			ewtb.r.211797.10
+4	detective	detective	NOUN	O	0		n.person	ewtb.r.211797.10
+5	but	but	CONJ	O	0			ewtb.r.211797.10
+6	...	...	PUNCT	O	0			ewtb.r.211797.10
+7	uhh	uhh	INTJ	O	0			ewtb.r.211797.10
+8	...	...	PUNCT	O	0			ewtb.r.211797.10
+9	seriously	seriously	ADV	O	0			ewtb.r.211797.10
+10	?!?	?!?	PUNCT	O	0			ewtb.r.211797.10
+
+1	Whatever	whatever	DET	O	0			ewtb.r.211797.11
+2	type	type	NOUN	O	0		n.cognition	ewtb.r.211797.11
+3	of	of	ADP	O	0			ewtb.r.211797.11
+4	operation	operation	NOUN	O	0		n.group	ewtb.r.211797.11
+5	they	they	PRON	O	0			ewtb.r.211797.11
+6	are	be	AUX	O	0			ewtb.r.211797.11
+7	running	run	VERB	O	0		v.social	ewtb.r.211797.11
+8	,	,	PUNCT	O	0			ewtb.r.211797.11
+9	I	i	PRON	O	0			ewtb.r.211797.11
+10	'm	'm	VERB	O	0		v.stative	ewtb.r.211797.11
+11	not	not	PART	O	0			ewtb.r.211797.11
+12	interested	interested	ADJ	O	0			ewtb.r.211797.11
+13	and	and	CONJ	O	0			ewtb.r.211797.11
+14	if	if	SCONJ	O	0			ewtb.r.211797.11
+15	you	you	PRON	O	0			ewtb.r.211797.11
+16	're	're	VERB	O	0		v.stative	ewtb.r.211797.11
+17	smart	smart	ADJ	O	0			ewtb.r.211797.11
+18	,	,	PUNCT	O	0			ewtb.r.211797.11
+19	you	you	PRON	O	0			ewtb.r.211797.11
+20	wo	wo	AUX	O	0			ewtb.r.211797.11
+21	n't	n't	PART	O	0			ewtb.r.211797.11
+22	be	be	VERB	O	0		v.stative	ewtb.r.211797.11
+23	either	either	ADV	O	0			ewtb.r.211797.11
+24	.	.	PUNCT	O	0			ewtb.r.211797.11
+
+1	What	what	PRON	O	0			ewtb.r.211797.12
+2	a	a	DET	O	0			ewtb.r.211797.12
+3	waste	waste	NOUN	B	0			ewtb.r.211797.12
+4	of	of	ADP	I	3			ewtb.r.211797.12
+5	TIME	time	NOUN	I	4			ewtb.r.211797.12
+6	.	.	PUNCT	O	0			ewtb.r.211797.12
+
+1	Aside	aside	ADV	B	0			ewtb.r.211797.13
+2	from	from	ADP	I	1			ewtb.r.211797.13
+3	that	that	DET	O	0			ewtb.r.211797.13
+4	little	little	ADJ	O	0			ewtb.r.211797.13
+5	*	*	SYM	O	0			ewtb.r.211797.13
+6	mystery	mystery	NOUN	O	0		n.cognition	ewtb.r.211797.13
+7	*	*	SYM	O	0			ewtb.r.211797.13
+8	,	,	PUNCT	O	0			ewtb.r.211797.13
+9	one	one	NUM	O	0			ewtb.r.211797.13
+10	of	of	ADP	O	0			ewtb.r.211797.13
+11	the	the	DET	O	0			ewtb.r.211797.13
+12	sales	sales	NOUN	B	0		n.person	ewtb.r.211797.13
+13	ladies	lady	NOUN	I	12			ewtb.r.211797.13
+14	was	be	VERB	O	0		v.stative	ewtb.r.211797.13
+15	quite	quite	ADV	O	0			ewtb.r.211797.13
+16	comfortable	comfortable	ADJ	O	0			ewtb.r.211797.13
+17	telling	tell	VERB	O	0		v.communication	ewtb.r.211797.13
+18	me	me	PRON	O	0			ewtb.r.211797.13
+19	how	how	ADV	O	0			ewtb.r.211797.13
+20	wrong	wrong	ADJ	O	0			ewtb.r.211797.13
+21	I	i	PRON	O	0			ewtb.r.211797.13
+22	was	be	VERB	O	0		v.stative	ewtb.r.211797.13
+23	about	about	SCONJ	O	0			ewtb.r.211797.13
+24	how	how	ADV	O	0			ewtb.r.211797.13
+25	another	another	DET	O	0			ewtb.r.211797.13
+26	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.13
+27	that	that	DET	O	0			ewtb.r.211797.13
+28	I	i	PRON	O	0			ewtb.r.211797.13
+29	loved	love	VERB	O	0		v.emotion	ewtb.r.211797.13
+30	compared	compare	VERB	B	0		v.stative	ewtb.r.211797.13
+31	to	to	ADP	I	30			ewtb.r.211797.13
+32	one	one	NUM	O	0			ewtb.r.211797.13
+33	of	of	ADP	O	0			ewtb.r.211797.13
+34	her	her	PRON	O	0			ewtb.r.211797.13
+35	dresses	dress	NOUN	O	0		n.artifact	ewtb.r.211797.13
+36	that	that	DET	O	0			ewtb.r.211797.13
+37	I	i	PRON	O	0			ewtb.r.211797.13
+38	was	be	AUX	O	0			ewtb.r.211797.13
+39	trying	try	VERB	B	0		v.body	ewtb.r.211797.13
+40	on	on	ADP	I	39			ewtb.r.211797.13
+41	.	.	PUNCT	O	0			ewtb.r.211797.13
+
+1	Somehow	somehow	ADV	O	0			ewtb.r.211797.14
+2	,	,	PUNCT	O	0			ewtb.r.211797.14
+3	since	since	SCONJ	O	0			ewtb.r.211797.14
+4	she	she	PRON	O	0			ewtb.r.211797.14
+5	supposedly	supposedly	ADV	O	0			ewtb.r.211797.14
+6	does	do	AUX	O	0			ewtb.r.211797.14
+7	n't	n't	PART	O	0			ewtb.r.211797.14
+8	know	know	VERB	O	0		v.cognition	ewtb.r.211797.14
+9	any	any	DET	O	0			ewtb.r.211797.14
+10	names	names	NOUN	O	0		n.communication	ewtb.r.211797.14
+11	of	of	ADP	O	0			ewtb.r.211797.14
+12	designers	designer	NOUN	O	0		n.group	ewtb.r.211797.14
+13	/	/	PUNCT	O	0			ewtb.r.211797.14
+14	dresses	dress	NOUN	O	0		n.artifact	ewtb.r.211797.14
+15	,	,	PUNCT	O	0			ewtb.r.211797.14
+16	after	after	SCONJ	O	0			ewtb.r.211797.14
+17	I	i	PRON	O	0			ewtb.r.211797.14
+18	told	tell	VERB	O	0		v.communication	ewtb.r.211797.14
+19	her	her	PRON	O	0			ewtb.r.211797.14
+20	the	the	DET	O	0			ewtb.r.211797.14
+21	designer	designer	NOUN	O	0		n.group	ewtb.r.211797.14
+22	and	and	CONJ	O	0			ewtb.r.211797.14
+23	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.14
+24	name	name	NOUN	O	0		n.communication	ewtb.r.211797.14
+25	of	of	ADP	O	0			ewtb.r.211797.14
+26	the	the	DET	O	0			ewtb.r.211797.14
+27	one	one	NOUN	O	0			ewtb.r.211797.14
+28	I	i	PRON	O	0			ewtb.r.211797.14
+29	was	be	AUX	O	0			ewtb.r.211797.14
+30	comparing	compare	VERB	O	0		v.stative	ewtb.r.211797.14
+31	,	,	PUNCT	O	0			ewtb.r.211797.14
+32	she	she	PRON	O	0			ewtb.r.211797.14
+33	knew	know	VERB	O	0		v.cognition	ewtb.r.211797.14
+34	"	"	PUNCT	O	0			ewtb.r.211797.14
+35	exactly	exactly	ADV	O	0			ewtb.r.211797.14
+36	which	which	DET	O	0			ewtb.r.211797.14
+37	dress	dress	NOUN	O	0		n.artifact	ewtb.r.211797.14
+38	"	"	PUNCT	O	0			ewtb.r.211797.14
+39	I	i	PRON	O	0			ewtb.r.211797.14
+40	was	be	AUX	O	0			ewtb.r.211797.14
+41	referring	refer	VERB	B	0		v.communication	ewtb.r.211797.14
+42	to	to	ADP	I	41			ewtb.r.211797.14
+43	and	and	CONJ	O	0			ewtb.r.211797.14
+44	disagreed	disagree	VERB	O	0		v.communication	ewtb.r.211797.14
+45	with	with	ADP	O	0			ewtb.r.211797.14
+46	my	my	PRON	O	0			ewtb.r.211797.14
+47	observation	observation	NOUN	O	0		n.cognition	ewtb.r.211797.14
+48	;	;	PUNCT	O	0			ewtb.r.211797.14
+49	she	she	PRON	O	0			ewtb.r.211797.14
+50	said	say	VERB	O	0		v.communication	ewtb.r.211797.14
+51	that	that	SCONJ	O	0			ewtb.r.211797.14
+52	the	the	DET	O	0			ewtb.r.211797.14
+53	bodice	bodice	NOUN	O	0		n.artifact	ewtb.r.211797.14
+54	did	do	AUX	O	0			ewtb.r.211797.14
+55	come	come	VERB	O	0		v.possession	ewtb.r.211797.14
+56	as	as	ADV	O	0			ewtb.r.211797.14
+57	low	low	ADV	O	0			ewtb.r.211797.14
+58	as	as	ADP	O	0			ewtb.r.211797.14
+59	the	the	DET	O	0			ewtb.r.211797.14
+60	one	one	NOUN	O	0			ewtb.r.211797.14
+61	I	i	PRON	O	0			ewtb.r.211797.14
+62	had	have	VERB	B	0		v.body	ewtb.r.211797.14
+63	on	on	ADV	I	62			ewtb.r.211797.14
+64	.	.	PUNCT	O	0			ewtb.r.211797.14
+
+1	My	my	PRON	O	0			ewtb.r.211797.15
+2	point	point	NOUN	O	0		n.cognition	ewtb.r.211797.15
+3	:	:	PUNCT	O	0			ewtb.r.211797.15
+4	Even	even	ADV	B	0			ewtb.r.211797.15
+5	if	if	SCONJ	I	4			ewtb.r.211797.15
+6	I	i	PRON	O	0			ewtb.r.211797.15
+7	was	be	VERB	O	0		v.stative	ewtb.r.211797.15
+8	wrong	wrong	ADJ	O	0			ewtb.r.211797.15
+9	,	,	PUNCT	O	0			ewtb.r.211797.15
+10	do	do	AUX	O	0			ewtb.r.211797.15
+11	n't	n't	PART	O	0			ewtb.r.211797.15
+12	sit	sit	VERB	O	0		v.stative	ewtb.r.211797.15
+13	there	there	ADV	O	0			ewtb.r.211797.15
+14	and	and	CONJ	O	0			ewtb.r.211797.15
+15	argue	argue	VERB	O	0		v.communication	ewtb.r.211797.15
+16	with	with	ADP	O	0			ewtb.r.211797.15
+17	the	the	DET	O	0			ewtb.r.211797.15
+18	customer	customer	NOUN	O	0		n.person	ewtb.r.211797.15
+19	.	.	PUNCT	O	0			ewtb.r.211797.15
+
+1	Say	say	VERB	O	0		v.communication	ewtb.r.211797.16
+2	something	something	NOUN	O	0			ewtb.r.211797.16
+3	like	like	ADP	O	0			ewtb.r.211797.16
+4	,	,	PUNCT	O	0			ewtb.r.211797.16
+5	"	"	PUNCT	O	0			ewtb.r.211797.16
+6	Huh	huh	INTJ	O	0			ewtb.r.211797.16
+7	.	.	PUNCT	O	0			ewtb.r.211797.16
+
+1	I	i	PRON	O	0			ewtb.r.211797.17
+2	did	do	AUX	O	0			ewtb.r.211797.17
+3	n't	n't	PART	O	0			ewtb.r.211797.17
+4	think	think	VERB	B	0		v.cognition	ewtb.r.211797.17
+5	so	so	ADV	I	4			ewtb.r.211797.17
+6	but	but	CONJ	O	0			ewtb.r.211797.17
+7	you	you	PRON	O	0			ewtb.r.211797.17
+8	could	could	AUX	O	0			ewtb.r.211797.17
+9	be	be	VERB	O	0		v.stative	ewtb.r.211797.17
+10	right	right	ADJ	O	0			ewtb.r.211797.17
+11	.	.	PUNCT	O	0			ewtb.r.211797.17
+12	"	"	PUNCT	O	0			ewtb.r.211797.17
+
+1	Unless	unless	SCONJ	O	0			ewtb.r.211797.18
+2	you	you	PRON	O	0			ewtb.r.211797.18
+3	want	want	VERB	O	0		v.cognition	ewtb.r.211797.18
+4	to	to	PART	O	0			ewtb.r.211797.18
+5	take	take	VERB	B	0		v.social	ewtb.r.211797.18
+6	the	the	DET	o	0			ewtb.r.211797.18
+7	"	"	PUNCT	o	0			ewtb.r.211797.18
+8	tell	tell	VERB	o	0		v.communication	ewtb.r.211797.18
+9	the	the	DET	o	0			ewtb.r.211797.18
+10	customer	customer	NOUN	o	0		n.person	ewtb.r.211797.18
+11	how	how	ADV	o	0			ewtb.r.211797.18
+12	wrong	wrong	ADJ	o	0			ewtb.r.211797.18
+13	she	she	PRON	o	0			ewtb.r.211797.18
+14	is	be	VERB	o	0		v.stative	ewtb.r.211797.18
+15	and	and	CONJ	o	0			ewtb.r.211797.18
+16	try	try	VERB	o	0		v.social	ewtb.r.211797.18
+17	and	and	CONJ	o	0			ewtb.r.211797.18
+18	force	force	VERB	o	0		v.social	ewtb.r.211797.18
+19	her	her	PRON	o	0			ewtb.r.211797.18
+20	into	into	ADP	o	0			ewtb.r.211797.18
+21	a	a	DET	o	0			ewtb.r.211797.18
+22	dress	dress	NOUN	o	0		n.artifact	ewtb.r.211797.18
+23	she	she	PRON	o	0			ewtb.r.211797.18
+24	's	's	AUX	o	0			ewtb.r.211797.18
+25	obviously	obviously	ADV	o	0			ewtb.r.211797.18
+26	not	not	PART	o	0			ewtb.r.211797.18
+27	loving	love	VERB	o	0		v.emotion	ewtb.r.211797.18
+28	"	"	PUNCT	o	0			ewtb.r.211797.18
+29	approach	approach	NOUN	I	5			ewtb.r.211797.18
+30	which	which	DET	O	0			ewtb.r.211797.18
+31	will	will	AUX	O	0			ewtb.r.211797.18
+32	likely	likely	ADV	O	0			ewtb.r.211797.18
+33	get	get	VERB	O	0		v.change	ewtb.r.211797.18
+34	you	you	PRON	O	0			ewtb.r.211797.18
+35	...	...	PUNCT	O	0			ewtb.r.211797.18
+36	uh	uh	INTJ	O	0			ewtb.r.211797.18
+37	...	...	PUNCT	O	0			ewtb.r.211797.18
+38	nowhere	nowhere	ADV	O	0			ewtb.r.211797.18
+39	.	.	PUNCT	O	0			ewtb.r.211797.18
+
+1	Seriously	seriously	ADV	O	0			ewtb.r.211797.19
+2	:	:	PUNCT	O	0			ewtb.r.211797.19
+3	do	do	AUX	O	0			ewtb.r.211797.19
+4	not	not	PART	O	0			ewtb.r.211797.19
+5	waste	waste	VERB	B	0		v.stative	ewtb.r.211797.19
+6	your	your	PRON	o	0			ewtb.r.211797.19
+7	time	time	NOUN	I	5			ewtb.r.211797.19
+8	.	.	PUNCT	O	0			ewtb.r.211797.19
+
+1	Other	other	ADJ	O	0			ewtb.r.211797.20
+2	shops	shop	NOUN	O	0		n.group	ewtb.r.211797.20
+3	around	around	ADP	O	0			ewtb.r.211797.20
+4	this	this	DET	O	0			ewtb.r.211797.20
+5	city	city	NOUN	O	0		n.location	ewtb.r.211797.20
+6	have	have	VERB	O	0		v.stative	ewtb.r.211797.20
+7	MUCH	much	ADV	O	0			ewtb.r.211797.20
+8	NICER	nice	ADJ	O	0			ewtb.r.211797.20
+9	and	and	CONJ	O	0			ewtb.r.211797.20
+10	more	more	ADV	O	0			ewtb.r.211797.20
+11	TRANSPARENT	transparent	ADJ	O	0			ewtb.r.211797.20
+12	owners	owner	NOUN	O	0		n.person	ewtb.r.211797.20
+13	.	.	PUNCT	O	0			ewtb.r.211797.20
+
+1	Not	not	PART	O	0			ewtb.r.211797.21
+2	owners	owner	NOUN	O	0		n.person	ewtb.r.211797.21
+3	that	that	DET	O	0			ewtb.r.211797.21
+4	seem	seem	VERB	O	0		v.cognition	ewtb.r.211797.21
+5	like	like	SCONJ	O	0			ewtb.r.211797.21
+6	they	they	PRON	O	0			ewtb.r.211797.21
+7	have	have	VERB	O	0		v.stative	ewtb.r.211797.21
+8	something	something	NOUN	O	0			ewtb.r.211797.21
+9	to	to	PART	O	0			ewtb.r.211797.21
+10	hide	hide	VERB	O	0		v.social	ewtb.r.211797.21
+11	and	and	CONJ	O	0			ewtb.r.211797.21
+12	know	know	VERB	O	0		v.cognition	ewtb.r.211797.21
+13	nothing	nothing	NOUN	O	0			ewtb.r.211797.21
+14	about	about	ADP	O	0			ewtb.r.211797.21
+15	common	common	ADJ	B	0		n.cognition	ewtb.r.211797.21
+16	courtesy	courtesy	NOUN	I	15			ewtb.r.211797.21
+17	and	and	CONJ	O	0			ewtb.r.211797.21
+18	customer	customer	NOUN	B	0		n.act	ewtb.r.211797.21
+19	service	service	NOUN	I	18			ewtb.r.211797.21
+20	.	.	PUNCT	O	0			ewtb.r.211797.21
+
+1	I	i	PRON	O	0			ewtb.r.211797.22
+2	felt	felt	VERB	O	0		v.cognition	ewtb.r.211797.22
+3	very	very	ADV	O	0			ewtb.r.211797.22
+4	much	much	ADV	O	0			ewtb.r.211797.22
+5	like	like	SCONJ	O	0			ewtb.r.211797.22
+6	Wedding	wedding	PROPN	B	0		n.group	ewtb.r.211797.22
+7	Gallery	gallery	PROPN	I	6			ewtb.r.211797.22
+8	was	be	AUX	O	0			ewtb.r.211797.22
+9	being	be	VERB	O	0		v.stative	ewtb.r.211797.22
+10	dishonest	dishonest	ADJ	O	0			ewtb.r.211797.22
+11	and	and	CONJ	O	0			ewtb.r.211797.22
+12	I	i	PRON	O	0			ewtb.r.211797.22
+13	would	would	AUX	O	0			ewtb.r.211797.22
+14	n't	n't	PART	O	0			ewtb.r.211797.22
+15	trust	trust	VERB	O	0		v.emotion	ewtb.r.211797.22
+16	them	them	PRON	O	0			ewtb.r.211797.22
+17	to	to	PART	O	0			ewtb.r.211797.22
+18	lace	lace	VERB	B	0		v.social	ewtb.r.211797.22
+19	me	me	PRON	o	0			ewtb.r.211797.22
+20	up	up	ADP	I	18			ewtb.r.211797.22
+21	in	in	ADP	O	0			ewtb.r.211797.22
+22	another	another	DET	O	0			ewtb.r.211797.22
+23	gown	gown	NOUN	O	0		n.artifact	ewtb.r.211797.22
+24	let	let	ADV	B	0			ewtb.r.211797.22
+25	alone	alone	ADV	I	24			ewtb.r.211797.22
+26	trust	trust	VERB	B	0		v.cognition	ewtb.r.211797.22
+27	them	them	PRON	o	0			ewtb.r.211797.22
+28	with	with	ADP	I	26			ewtb.r.211797.22
+29	the	the	DET	O	0			ewtb.r.211797.22
+30	gown	gown	NOUN	O	0		n.artifact	ewtb.r.211797.22
+31	I	i	PRON	O	0			ewtb.r.211797.22
+32	will	will	AUX	O	0			ewtb.r.211797.22
+33	wear	wear	VERB	O	0		v.body	ewtb.r.211797.22
+34	on	on	ADP	O	0			ewtb.r.211797.22
+35	the	the	DET	B	0		n.event	ewtb.r.211797.22
+36	most	most	ADV	I	35			ewtb.r.211797.22
+37	important	important	ADJ	I	36			ewtb.r.211797.22
+38	day	day	NOUN	I	37			ewtb.r.211797.22
+39	of	of	ADP	I	38			ewtb.r.211797.22
+40	my	my	PRON	o	0			ewtb.r.211797.22
+41	life	life	NOUN	I	39			ewtb.r.211797.22
+42	.	.	PUNCT	O	0			ewtb.r.211797.22
+
+1	Channel	channel	NOUN	O	0		n.communication	ewtb.r.235190.1
+2	Guide	guide	NOUN	O	0		n.communication	ewtb.r.235190.1
+
+1	Believe	believe	VERB	B	0		v.cognition	ewtb.r.235190.2
+2	it	it	PRON	I	1			ewtb.r.235190.2
+3	or	or	CONJ	I	2			ewtb.r.235190.2
+4	not	not	PART	I	3			ewtb.r.235190.2
+5	,	,	PUNCT	O	0			ewtb.r.235190.2
+6	but	but	CONJ	O	0			ewtb.r.235190.2
+7	the	the	DET	O	0			ewtb.r.235190.2
+8	channel	channel	NOUN	O	0		n.communication	ewtb.r.235190.2
+9	guide	guide	NOUN	O	0		n.communication	ewtb.r.235190.2
+10	has	have	AUX	O	0			ewtb.r.235190.2
+11	been	be	VERB	O	0		v.stative	ewtb.r.235190.2
+12	most	most	ADV	O	0			ewtb.r.235190.2
+13	helpful	helpful	ADJ	O	0			ewtb.r.235190.2
+14	to	to	ADP	O	0			ewtb.r.235190.2
+15	my	my	PRON	O	0			ewtb.r.235190.2
+16	family	family	NOUN	O	0		n.group	ewtb.r.235190.2
+17	members	member	NOUN	O	0		n.person	ewtb.r.235190.2
+18	that	that	DET	O	0			ewtb.r.235190.2
+19	visit	visit	VERB	O	0		v.social	ewtb.r.235190.2
+20	and	and	CONJ	O	0			ewtb.r.235190.2
+21	do	do	AUX	O	0			ewtb.r.235190.2
+22	n't	n't	PART	O	0			ewtb.r.235190.2
+23	know	know	VERB	O	0		v.cognition	ewtb.r.235190.2
+24	where	where	ADV	O	0			ewtb.r.235190.2
+25	to	to	PART	O	0			ewtb.r.235190.2
+26	start	start	VERB	O	0		v.change	ewtb.r.235190.2
+27	when	when	ADV	B	0		v.stative	ewtb.r.235190.2
+28	it	it	PRON	I	27			ewtb.r.235190.2
+29	comes	come	VERB	I	28			ewtb.r.235190.2
+30	to	to	SCONJ	I	29			ewtb.r.235190.2
+31	watching	watch	VERB	O	0		v.perception	ewtb.r.235190.2
+32	satellite	satellite	NOUN	B	0		n.communication	ewtb.r.235190.2
+33	tv	tv	NOUN	I	32			ewtb.r.235190.2
+34	.	.	PUNCT	O	0			ewtb.r.235190.2
+
+1	I	i	PRON	O	0			ewtb.r.235190.3
+2	just	just	ADV	O	0			ewtb.r.235190.3
+3	give	give	VERB	O	0		v.social	ewtb.r.235190.3
+4	them	them	PRON	O	0			ewtb.r.235190.3
+5	guide	guide	NOUN	O	0		n.communication	ewtb.r.235190.3
+6	and	and	CONJ	O	0			ewtb.r.235190.3
+7	they	they	PRON	O	0			ewtb.r.235190.3
+8	can	can	AUX	O	0			ewtb.r.235190.3
+9	find	find	VERB	O	0		v.cognition	ewtb.r.235190.3
+10	anything	anything	NOUN	O	0			ewtb.r.235190.3
+11	they	they	PRON	O	0			ewtb.r.235190.3
+12	need	need	VERB	O	0		v.cognition	ewtb.r.235190.3
+13	.	.	PUNCT	O	0			ewtb.r.235190.3
+
+1	Thanks	thanks	NOUN	B	0			ewtb.r.235190.4
+2	again	again	ADV	I	1			ewtb.r.235190.4
+3	,	,	PUNCT	O	0			ewtb.r.235190.4
+4	Directv	directv	PROPN	O	0		n.group	ewtb.r.235190.4
+5	.	.	PUNCT	O	0			ewtb.r.235190.4
+
+1	Rude	rude	ADJ	O	0			ewtb.r.243799.1
+2	Rude	rude	ADJ	O	0			ewtb.r.243799.1
+3	Rude	rude	ADJ	O	0			ewtb.r.243799.1
+
+1	went	go	VERB	O	0		v.motion	ewtb.r.243799.2
+2	in	in	ADP	O	0			ewtb.r.243799.2
+3	there	there	ADV	O	0			ewtb.r.243799.2
+4	and	and	CONJ	O	0			ewtb.r.243799.2
+5	got	get	VERB	O	0			ewtb.r.243799.2
+6	my	my	PRON	O	0			ewtb.r.243799.2
+7	dog	dog	NOUN	O	0		n.animal	ewtb.r.243799.2
+8	groomed	groom	VERB	O	0		v.body	ewtb.r.243799.2
+9	came	come	VERB	B	0		v.motion	ewtb.r.243799.2
+10	home	home	ADV	I	9			ewtb.r.243799.2
+11	to	to	ADP	I	10			ewtb.r.243799.2
+12	an	an	DET	O	0			ewtb.r.243799.2
+13	uneven	uneven	ADJ	O	0			ewtb.r.243799.2
+14	dog	dog	NOUN	O	0		n.animal	ewtb.r.243799.2
+15	then	then	ADV	O	0			ewtb.r.243799.2
+16	took	take	VERB	O	0		v.motion	ewtb.r.243799.2
+17	him	him	PRON	O	0			ewtb.r.243799.2
+18	back	back	ADV	O	0			ewtb.r.243799.2
+19	to	to	PART	O	0			ewtb.r.243799.2
+20	get	get	AUX	O	0			ewtb.r.243799.2
+21	evened	even	VERB	B	0		v.body	ewtb.r.243799.2
+22	up	up	ADP	I	21			ewtb.r.243799.2
+23	what	what	PRON	O	0			ewtb.r.243799.2
+24	a	a	DET	O	0			ewtb.r.243799.2
+25	mistake	mistake	NOUN	O	0		n.cognition	ewtb.r.243799.2
+26	!	!	PUNCT	O	0			ewtb.r.243799.2
+
+1	she	she	PRON	O	0			ewtb.r.243799.3
+2	did	do	AUX	O	0			ewtb.r.243799.3
+3	nt	nt	ADV	O	0			ewtb.r.243799.3
+4	even	even	ADV	O	0			ewtb.r.243799.3
+5	let	let	VERB	O	0		v.cognition	ewtb.r.243799.3
+6	me	me	PRON	O	0			ewtb.r.243799.3
+7	finish	finish	VERB	O	0		v.change	ewtb.r.243799.3
+8	a	a	DET	O	0			ewtb.r.243799.3
+9	sentence	sentence	NOUN	O	0		n.communication	ewtb.r.243799.3
+10	without	without	SCONJ	O	0			ewtb.r.243799.3
+11	insulting	insult	VERB	O	0		v.communication	ewtb.r.243799.3
+12	me	me	PRON	O	0			ewtb.r.243799.3
+13	and	and	CONJ	O	0			ewtb.r.243799.3
+14	telling	tell	VERB	O	0		v.communication	ewtb.r.243799.3
+15	me	me	PRON	O	0			ewtb.r.243799.3
+16	how	how	ADV	O	0			ewtb.r.243799.3
+17	i	i	PRON	O	0			ewtb.r.243799.3
+18	should	should	AUX	O	0			ewtb.r.243799.3
+19	have	have	AUX	O	0			ewtb.r.243799.3
+20	said	say	VERB	O	0		v.communication	ewtb.r.243799.3
+21	it	it	PRON	O	0			ewtb.r.243799.3
+22	!	!	PUNCT	O	0			ewtb.r.243799.3
+
+1	i	i	PRON	O	0			ewtb.r.243799.4
+2	wo	wo	AUX	O	0			ewtb.r.243799.4
+3	nt	nt	ADV	O	0			ewtb.r.243799.4
+4	go	go	VERB	O	0		v.motion	ewtb.r.243799.4
+5	back	back	ADV	O	0			ewtb.r.243799.4
+6	!	!	PUNCT	O	0			ewtb.r.243799.4
+
+1	she	she	PRON	O	0			ewtb.r.243799.5
+2	needs	need	VERB	O	0		v.cognition	ewtb.r.243799.5
+3	to	to	PART	O	0			ewtb.r.243799.5
+4	develop	develop	VERB	O	0		v.change	ewtb.r.243799.5
+5	a	a	DET	O	0			ewtb.r.243799.5
+6	personality	personality	NOUN	O	0		n.attribute	ewtb.r.243799.5
+7	!	!	PUNCT	O	0			ewtb.r.243799.5
+
+1	brought	bring	VERB	O	0		v.motion	ewtb.r.243799.6
+2	dog	dog	NOUN	O	0		n.animal	ewtb.r.243799.6
+3	home	home	NOUN	O	0		n.location	ewtb.r.243799.6
+4	and	and	CONJ	O	0			ewtb.r.243799.6
+5	it	it	PRON	O	0			ewtb.r.243799.6
+6	s	s	VERB	O	0		v.stative	ewtb.r.243799.6
+7	all	all	ADV	O	0			ewtb.r.243799.6
+8	choppy	choppy	ADJ	O	0			ewtb.r.243799.6
+9	now	now	ADV	O	0			ewtb.r.243799.6
+10	!	!	PUNCT	O	0			ewtb.r.243799.6
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.247097.1
+2	Craving	craving	NOUN	O	0		n.cognition	ewtb.r.247097.1
+3	Gone	gone	ADJ	O	0			ewtb.r.247097.1
+4	and	and	CONJ	O	0			ewtb.r.247097.1
+5	Weight	weight	NOUN	B	0		n.cognition	ewtb.r.247097.1
+6	Loss	loss	NOUN	I	5			ewtb.r.247097.1
+7	at	at	ADP	O	0			ewtb.r.247097.1
+8	Acupuncture	acupuncture	NOUN	O	0		n.act	ewtb.r.247097.1
+9	Doctor	doctor	NOUN	O	0		n.person	ewtb.r.247097.1
+
+1	I	i	PRON	O	0			ewtb.r.247097.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.247097.2
+3	a	a	DET	O	0			ewtb.r.247097.2
+4	college	college	NOUN	O	0		n.cognition	ewtb.r.247097.2
+5	student	student	NOUN	O	0		n.person	ewtb.r.247097.2
+6	.	.	PUNCT	O	0			ewtb.r.247097.2
+
+1	Before	before	ADP	O	0			ewtb.r.247097.3
+2	treatment	treatment	NOUN	O	0		n.event	ewtb.r.247097.3
+3	,	,	PUNCT	O	0			ewtb.r.247097.3
+4	my	my	PRON	O	0			ewtb.r.247097.3
+5	food	food	NOUN	O	0		n.food	ewtb.r.247097.3
+6	cravings	craving	NOUN	O	0		n.cognition	ewtb.r.247097.3
+7	were	be	VERB	O	0		v.stative	ewtb.r.247097.3
+8	"	"	PUNCT	O	0			ewtb.r.247097.3
+9	out	out	ADP	B	0			ewtb.r.247097.3
+10	of	of	ADP	I	9			ewtb.r.247097.3
+11	control	control	NOUN	I	10			ewtb.r.247097.3
+12	"	"	PUNCT	O	0			ewtb.r.247097.3
+13	which	which	DET	O	0			ewtb.r.247097.3
+14	caused	cause	VERB	O	0		v.stative	ewtb.r.247097.3
+15	me	me	PRON	O	0			ewtb.r.247097.3
+16	to	to	PART	O	0			ewtb.r.247097.3
+17	be	be	VERB	O	0			ewtb.r.247097.3
+18	stressed	stress	VERB	B	0		v.emotion	ewtb.r.247097.3
+19	out	out	ADP	I	18			ewtb.r.247097.3
+20	.	.	PUNCT	O	0			ewtb.r.247097.3
+
+1	I	i	PRON	O	0			ewtb.r.247097.4
+2	experienced	experience	VERB	O	0		v.cognition	ewtb.r.247097.4
+3	a	a	DET	O	0			ewtb.r.247097.4
+4	Definite	definite	ADJ	O	0			ewtb.r.247097.4
+5	Decrease	decrease	NOUN	O	0		n.relation	ewtb.r.247097.4
+6	in	in	ADP	O	0			ewtb.r.247097.4
+7	food	food	NOUN	O	0		n.food	ewtb.r.247097.4
+8	craving	craving	NOUN	O	0		n.cognition	ewtb.r.247097.4
+9	(	(	PUNCT	O	0			ewtb.r.247097.4
+10	about	about	ADV	O	0			ewtb.r.247097.4
+11	50	50	NUM	O	0			ewtb.r.247097.4
+12	%	%	SYM	O	0			ewtb.r.247097.4
+13	)	)	PUNCT	O	0			ewtb.r.247097.4
+14	and	and	CONJ	O	0			ewtb.r.247097.4
+15	decrease	decrease	NOUN	O	0		n.relation	ewtb.r.247097.4
+16	in	in	ADP	O	0			ewtb.r.247097.4
+17	stress	stress	NOUN	O	0		n.cognition	ewtb.r.247097.4
+18	after	after	ADP	O	0			ewtb.r.247097.4
+19	the	the	DET	O	0			ewtb.r.247097.4
+20	1st	1st	ADJ	O	0			ewtb.r.247097.4
+21	treatment	treatment	NOUN	O	0		n.event	ewtb.r.247097.4
+22	.	.	PUNCT	O	0			ewtb.r.247097.4
+
+1	I	i	PRON	O	0			ewtb.r.247097.5
+2	actually	actually	ADV	O	0			ewtb.r.247097.5
+3	loss	loss	VERB	O	0		v.change	ewtb.r.247097.5
+4	4	4	NUM	O	0			ewtb.r.247097.5
+5	pounds	pound	NOUN	O	0		n.quantity	ewtb.r.247097.5
+6	after	after	ADP	O	0			ewtb.r.247097.5
+7	my	my	PRON	O	0			ewtb.r.247097.5
+8	1st	1st	ADJ	O	0			ewtb.r.247097.5
+9	treatment	treatment	NOUN	O	0		n.event	ewtb.r.247097.5
+10	and	and	CONJ	O	0			ewtb.r.247097.5
+11	2	2	NUM	O	0			ewtb.r.247097.5
+12	pounds	pound	NOUN	O	0		n.quantity	ewtb.r.247097.5
+13	after	after	ADP	O	0			ewtb.r.247097.5
+14	my	my	PRON	O	0			ewtb.r.247097.5
+15	2nd	2nd	ADJ	O	0			ewtb.r.247097.5
+16	treatment	treatment	NOUN	O	0		n.event	ewtb.r.247097.5
+17	.	.	PUNCT	O	0			ewtb.r.247097.5
+
+1	I	i	PRON	O	0			ewtb.r.247097.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.247097.6
+3	amazed	amazed	ADJ	O	0			ewtb.r.247097.6
+4	.	.	PUNCT	O	0			ewtb.r.247097.6
+
+1	I	i	PRON	O	0			ewtb.r.247097.7
+2	am	be	VERB	O	0		v.stative	ewtb.r.247097.7
+3	now	now	ADV	O	0			ewtb.r.247097.7
+4	more	more	ADV	O	0			ewtb.r.247097.7
+5	at	at	ADP	B	0			ewtb.r.247097.7
+6	peace	peace	NOUN	I	5			ewtb.r.247097.7
+7	and	and	CONJ	O	0			ewtb.r.247097.7
+8	my	my	PRON	O	0			ewtb.r.247097.7
+9	food	food	NOUN	O	0		n.food	ewtb.r.247097.7
+10	craving	craving	NOUN	O	0		n.cognition	ewtb.r.247097.7
+11	is	be	VERB	O	0		v.stative	ewtb.r.247097.7
+12	about	about	ADV	O	0			ewtb.r.247097.7
+13	99	99	NUM	O	0			ewtb.r.247097.7
+14	%	%	SYM	O	0			ewtb.r.247097.7
+15	gone	gone	ADJ	O	0			ewtb.r.247097.7
+16	after	after	ADP	O	0			ewtb.r.247097.7
+17	only	only	ADV	O	0			ewtb.r.247097.7
+18	3	3	NUM	O	0			ewtb.r.247097.7
+19	treatments	treatment	NOUN	O	0		n.event	ewtb.r.247097.7
+20	.	.	PUNCT	O	0			ewtb.r.247097.7
+
+1	Before	before	SCONJ	O	0			ewtb.r.247097.8
+2	coming	come	VERB	O	0		v.motion	ewtb.r.247097.8
+3	to	to	ADP	O	0			ewtb.r.247097.8
+4	Acupuncture	acupuncture	NOUN	O	0		n.act	ewtb.r.247097.8
+5	DOCTOR	doctor	NOUN	O	0		n.person	ewtb.r.247097.8
+6	I	i	PRON	O	0			ewtb.r.247097.8
+7	was	be	VERB	B	0		v.stative	ewtb.r.247097.8
+8	a	a	DET	I	7			ewtb.r.247097.8
+9	big	big	ADJ	I	8			ewtb.r.247097.8
+10	baby	baby	NOUN	I	9			ewtb.r.247097.8
+11	about	about	ADP	O	0			ewtb.r.247097.8
+12	needles	needle	NOUN	O	0		n.artifact	ewtb.r.247097.8
+13	and	and	CONJ	O	0			ewtb.r.247097.8
+14	only	only	ADV	O	0			ewtb.r.247097.8
+15	came	come	VERB	O	0		v.motion	ewtb.r.247097.8
+16	because	because	SCONJ	O	0			ewtb.r.247097.8
+17	my	my	PRON	O	0			ewtb.r.247097.8
+18	boyfriend	boyfriend	NOUN	O	0		n.person	ewtb.r.247097.8
+19	's	's	PART	O	0			ewtb.r.247097.8
+20	aunt	aunt	NOUN	O	0		n.person	ewtb.r.247097.8
+21	recommended	recommend	VERB	O	0		v.communication	ewtb.r.247097.8
+22	it	it	PRON	O	0			ewtb.r.247097.8
+23	.	.	PUNCT	O	0			ewtb.r.247097.8
+
+1	It	it	PRON	O	0			ewtb.r.247097.9
+2	hurt	hurt	VERB	O	0		v.perception	ewtb.r.247097.9
+3	very	very	ADV	O	0			ewtb.r.247097.9
+4	little	little	ADV	O	0			ewtb.r.247097.9
+5	,	,	PUNCT	O	0			ewtb.r.247097.9
+6	felt	felt	VERB	O	0		v.perception	ewtb.r.247097.9
+7	more	more	ADV	B	0			ewtb.r.247097.9
+8	like	like	ADP	I	7			ewtb.r.247097.9
+9	pressure	pressure	NOUN	O	0		n.state	ewtb.r.247097.9
+10	than	than	ADP	O	0			ewtb.r.247097.9
+11	pain	pain	NOUN	O	0		n.state	ewtb.r.247097.9
+12	.	.	PUNCT	O	0			ewtb.r.247097.9
+
+1	What	what	PRON	O	0			ewtb.r.247097.10
+2	I	i	PRON	O	0			ewtb.r.247097.10
+3	like	like	VERB	O	0		v.emotion	ewtb.r.247097.10
+4	most	most	ADV	O	0			ewtb.r.247097.10
+5	about	about	ADP	O	0			ewtb.r.247097.10
+6	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.247097.10
+7	Liau	liau	PROPN	I	6			ewtb.r.247097.10
+8	is	be	VERB	O	0		v.stative	ewtb.r.247097.10
+9	that	that	SCONJ	O	0			ewtb.r.247097.10
+10	she	she	PRON	O	0			ewtb.r.247097.10
+11	is	be	VERB	O	0		v.stative	ewtb.r.247097.10
+12	very	very	ADV	O	0			ewtb.r.247097.10
+13	caring	caring	ADJ	O	0			ewtb.r.247097.10
+14	.	.	PUNCT	O	0			ewtb.r.247097.10
+
+1	She	she	PRON	O	0			ewtb.r.247097.11
+2	talks	talk	VERB	O	0		v.communication	ewtb.r.247097.11
+3	to	to	ADP	O	0			ewtb.r.247097.11
+4	you	you	PRON	O	0			ewtb.r.247097.11
+5	at	at	ADP	O	0			ewtb.r.247097.11
+6	each	each	DET	O	0			ewtb.r.247097.11
+7	appointment	appointment	NOUN	O	0		n.event	ewtb.r.247097.11
+8	.	.	PUNCT	O	0			ewtb.r.247097.11
+
+1	I	i	PRON	O	0			ewtb.r.247097.12
+2	can	can	AUX	O	0			ewtb.r.247097.12
+3	tell	tell	VERB	O	0		v.cognition	ewtb.r.247097.12
+4	she	she	PRON	O	0			ewtb.r.247097.12
+5	really	really	ADV	O	0			ewtb.r.247097.12
+6	cares	care	VERB	O	0		v.emotion	ewtb.r.247097.12
+7	and	and	CONJ	O	0			ewtb.r.247097.12
+8	wants	want	VERB	O	0		v.cognition	ewtb.r.247097.12
+9	to	to	PART	O	0			ewtb.r.247097.12
+10	help	help	VERB	O	0		v.social	ewtb.r.247097.12
+11	.	.	PUNCT	O	0			ewtb.r.247097.12
+
+1	I	i	PRON	O	0			ewtb.r.247097.13
+2	am	be	VERB	O	0		v.stative	ewtb.r.247097.13
+3	SO	so	ADV	O	0			ewtb.r.247097.13
+4	GLAD	glad	ADJ	O	0			ewtb.r.247097.13
+5	to	to	PART	O	0			ewtb.r.247097.13
+6	have	have	AUX	O	0			ewtb.r.247097.13
+7	found	find	VERB	O	0		v.cognition	ewtb.r.247097.13
+8	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.247097.13
+9	Liau	liau	PROPN	I	8			ewtb.r.247097.13
+10	.	.	PUNCT	O	0			ewtb.r.247097.13
+
+1	Now	now	ADV	O	0			ewtb.r.247097.14
+2	I	i	PRON	O	0			ewtb.r.247097.14
+3	feel	feel	VERB	O	0		v.cognition	ewtb.r.247097.14
+4	more	more	ADV	O	0			ewtb.r.247097.14
+5	confident	confident	ADJ	O	0			ewtb.r.247097.14
+6	wearing	wear	VERB	O	0		v.body	ewtb.r.247097.14
+7	my	my	PRON	O	0			ewtb.r.247097.14
+8	bathing	bathing	NOUN	B	0		n.artifact	ewtb.r.247097.14
+9	suit	suit	NOUN	I	8			ewtb.r.247097.14
+10	in	in	ADP	O	0			ewtb.r.247097.14
+11	the	the	DET	O	0			ewtb.r.247097.14
+12	summer	summer	NOUN	O	0		n.time	ewtb.r.247097.14
+13	.	.	PUNCT	O	0			ewtb.r.247097.14
+
+1	no	no	DET	O	0			ewtb.r.252791.1
+2	feathers	feather	NOUN	O	0		n.natural_object	ewtb.r.252791.1
+3	in	in	ADP	B	0			ewtb.r.252791.1
+4	stock	stock	NOUN	I	3			ewtb.r.252791.1
+5	!!!!	!!!!	PUNCT	O	0			ewtb.r.252791.1
+
+1	I	i	PRON	O	0			ewtb.r.252791.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.252791.2
+3	very	very	ADV	O	0			ewtb.r.252791.2
+4	upset	upset	ADJ	O	0			ewtb.r.252791.2
+5	when	when	ADV	O	0			ewtb.r.252791.2
+6	I	i	PRON	O	0			ewtb.r.252791.2
+7	went	go	VERB	O	0		v.motion	ewtb.r.252791.2
+8	to	to	ADP	O	0			ewtb.r.252791.2
+9	Mother	mother	PROPN	B	0		n.group	ewtb.r.252791.2
+10	Plucker	plucker	PROPN	I	9			ewtb.r.252791.2
+11	,	,	PUNCT	O	0			ewtb.r.252791.2
+12	they	they	PRON	O	0			ewtb.r.252791.2
+13	had	have	VERB	O	0		v.stative	ewtb.r.252791.2
+14	NO	no	DET	O	0			ewtb.r.252791.2
+15	FEATHERS	feather	NOUN	O	0		n.natural_object	ewtb.r.252791.2
+16	and	and	CONJ	O	0			ewtb.r.252791.2
+17	the	the	DET	O	0			ewtb.r.252791.2
+18	quality	quality	NOUN	O	0		n.attribute	ewtb.r.252791.2
+19	is	be	VERB	O	0		v.stative	ewtb.r.252791.2
+20	TERRIBLE	terrible	ADJ	O	0			ewtb.r.252791.2
+21	.	.	PUNCT	O	0			ewtb.r.252791.2
+
+1	I	i	PRON	O	0			ewtb.r.252791.3
+2	had	have	VERB	B	0			ewtb.r.252791.3
+3	to	to	PART	I	2			ewtb.r.252791.3
+4	dig	dig	VERB	O	0		v.contact	ewtb.r.252791.3
+5	in	in	ADP	O	0			ewtb.r.252791.3
+6	a	a	DET	O	0			ewtb.r.252791.3
+7	bag	bag	NOUN	O	0		n.artifact	ewtb.r.252791.3
+8	to	to	PART	O	0			ewtb.r.252791.3
+9	find	find	VERB	O	0		v.cognition	ewtb.r.252791.3
+10	one	one	NUM	O	0			ewtb.r.252791.3
+11	nice	nice	ADJ	O	0			ewtb.r.252791.3
+12	feather	feather	NOUN	O	0		n.natural_object	ewtb.r.252791.3
+13	,	,	PUNCT	O	0			ewtb.r.252791.3
+14	what	what	PRON	O	0			ewtb.r.252791.3
+15	a	a	DET	O	0			ewtb.r.252791.3
+16	joke	joke	NOUN	O	0		n.cognition	ewtb.r.252791.3
+17	!	!	PUNCT	O	0			ewtb.r.252791.3
+
+1	Course	course	NOUN	O	0		n.cognition	ewtb.r.257296.1
+2	has	have	AUX	O	0			ewtb.r.257296.1
+3	come	come	VERB	O	0		v.change	ewtb.r.257296.1
+4	a	a	DET	O	0			ewtb.r.257296.1
+5	long	long	ADJ	O	0			ewtb.r.257296.1
+6	way	way	NOUN	O	0		n.cognition	ewtb.r.257296.1
+7	!!	!!	PUNCT	O	0			ewtb.r.257296.1
+
+1	HCC	hcc	PROPN	O	0		n.group	ewtb.r.257296.2
+2	's	's	PART	O	0			ewtb.r.257296.2
+3	new	new	ADJ	O	0			ewtb.r.257296.2
+4	nine	nine	NUM	O	0			ewtb.r.257296.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.257296.2
+6	a	a	DET	B	0			ewtb.r.257296.2
+7	little	little	ADJ	I	6			ewtb.r.257296.2
+8	shaky	shaky	ADJ	O	0			ewtb.r.257296.2
+9	at	at	ADV	B	0			ewtb.r.257296.2
+10	first	first	ADV	I	9			ewtb.r.257296.2
+11	,	,	PUNCT	O	0			ewtb.r.257296.2
+12	but	but	CONJ	O	0			ewtb.r.257296.2
+13	the	the	DET	O	0			ewtb.r.257296.2
+14	NEW	new	ADJ	O	0			ewtb.r.257296.2
+15	grounds	grounds	NOUN	O	0		n.location	ewtb.r.257296.2
+16	superintendant	superintendant	NOUN	O	0		n.person	ewtb.r.257296.2
+17	has	have	AUX	O	0			ewtb.r.257296.2
+18	done	do	VERB	B	0		v.stative	ewtb.r.257296.2
+19	wonders	wonder	NOUN	I	18			ewtb.r.257296.2
+20	for	for	ADP	I	19			ewtb.r.257296.2
+21	the	the	DET	O	0			ewtb.r.257296.2
+22	course	course	NOUN	O	0		n.cognition	ewtb.r.257296.2
+23	!!	!!	PUNCT	O	0			ewtb.r.257296.2
+
+1	The	the	DET	O	0			ewtb.r.257296.3
+2	comment	comment	NOUN	O	0		n.communication	ewtb.r.257296.3
+3	below	below	ADV	O	0			ewtb.r.257296.3
+4	definitely	definitely	ADV	O	0			ewtb.r.257296.3
+5	needs	need	VERB	O	0		v.cognition	ewtb.r.257296.3
+6	to	to	PART	O	0			ewtb.r.257296.3
+7	be	be	AUX	O	0			ewtb.r.257296.3
+8	retracted	retract	VERB	O	0		v.change	ewtb.r.257296.3
+9	!	!	PUNCT	O	0			ewtb.r.257296.3
+
+1	Come	come	VERB	O	0		v.motion	ewtb.r.257296.4
+2	back	back	ADV	O	0			ewtb.r.257296.4
+3	and	and	CONJ	O	0			ewtb.r.257296.4
+4	give	give	VERB	O	0		v.social	ewtb.r.257296.4
+5	HCC	hcc	PROPN	O	0		n.group	ewtb.r.257296.4
+6	a	a	DET	O	0			ewtb.r.257296.4
+7	second	second	ADJ	B	0		n.cognition	ewtb.r.257296.4
+8	chance	chance	NOUN	I	7			ewtb.r.257296.4
+9	at	at	ADV	B	0			ewtb.r.257296.4
+10	least	least	ADV	I	9			ewtb.r.257296.4
+11	!	!	PUNCT	O	0			ewtb.r.257296.4
+
+1	It	it	PRON	O	0			ewtb.r.257296.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.257296.5
+3	a	a	DET	O	0			ewtb.r.257296.5
+4	great	great	ADJ	O	0			ewtb.r.257296.5
+5	course	course	NOUN	O	0		n.group	ewtb.r.257296.5
+6	for	for	SCONJ	O	0			ewtb.r.257296.5
+7	local	local	ADJ	O	0			ewtb.r.257296.5
+8	golfers	golfer	NOUN	O	0		n.person	ewtb.r.257296.5
+9	to	to	PART	O	0			ewtb.r.257296.5
+10	be	be	VERB	O	0		v.stative	ewtb.r.257296.5
+11	proud	proud	ADJ	O	0			ewtb.r.257296.5
+12	of	of	ADP	O	0			ewtb.r.257296.5
+13	and	and	CONJ	O	0			ewtb.r.257296.5
+14	all	all	DET	O	0			ewtb.r.257296.5
+15	the	the	DET	O	0			ewtb.r.257296.5
+16	comments	comment	NOUN	O	0		n.communication	ewtb.r.257296.5
+17	in	in	ADP	O	0			ewtb.r.257296.5
+18	2008	2008	NUM	O	0			ewtb.r.257296.5
+19	have	have	AUX	O	0			ewtb.r.257296.5
+20	been	be	VERB	O	0		v.stative	ewtb.r.257296.5
+21	very	very	ADV	O	0			ewtb.r.257296.5
+22	positive	positive	ADJ	O	0			ewtb.r.257296.5
+23	!!	!!	PUNCT	O	0			ewtb.r.257296.5
+
+1	An	an	DET	O	0			ewtb.r.264993.1
+2	Hour	hour	NOUN	O	0		n.time	ewtb.r.264993.1
+3	Of	of	ADP	O	0			ewtb.r.264993.1
+4	Prego	prego	PROPN	O	0		n.substance	ewtb.r.264993.1
+5	Bliss	bliss	NOUN	O	0		n.cognition	ewtb.r.264993.1
+6	!	!	PUNCT	O	0			ewtb.r.264993.1
+
+1	I	i	PRON	O	0			ewtb.r.264993.2
+2	schedule	schedule	VERB	O	0		v.communication	ewtb.r.264993.2
+3	my	my	PRON	O	0			ewtb.r.264993.2
+4	weekly	weekly	ADJ	O	0			ewtb.r.264993.2
+5	appointment	appointment	NOUN	O	0		n.event	ewtb.r.264993.2
+6	here	here	ADV	O	0			ewtb.r.264993.2
+7	just	just	ADV	O	0			ewtb.r.264993.2
+8	to	to	PART	O	0			ewtb.r.264993.2
+9	get	get	VERB	B	0		v.cognition	ewtb.r.264993.2
+10	a	a	DET	o	0			ewtb.r.264993.2
+11	chance	chance	NOUN	I	9			ewtb.r.264993.2
+12	to	to	PART	O	0			ewtb.r.264993.2
+13	lie	lie	VERB	O	0		v.body	ewtb.r.264993.2
+14	comfortably	comfortably	ADV	O	0			ewtb.r.264993.2
+15	on	on	ADP	O	0			ewtb.r.264993.2
+16	my	my	PRON	O	0			ewtb.r.264993.2
+17	tummy	tummy	NOUN	O	0		n.body	ewtb.r.264993.2
+18	.	.	PUNCT	O	0			ewtb.r.264993.2
+
+1	And	and	CONJ	O	0			ewtb.r.264993.3
+2	the	the	DET	O	0			ewtb.r.264993.3
+3	massages	massage	NOUN	O	0		n.act	ewtb.r.264993.3
+4	are	be	VERB	O	0		v.stative	ewtb.r.264993.3
+5	heavenly	heavenly	ADJ	O	0			ewtb.r.264993.3
+6	!	!	PUNCT	O	0			ewtb.r.264993.3
+
+1	Very	very	ADV	O	0			ewtb.r.264993.4
+2	friendly	friendly	ADJ	O	0			ewtb.r.264993.4
+3	place	place	NOUN	O	0		n.group	ewtb.r.264993.4
+4	.	.	PUNCT	O	0			ewtb.r.264993.4
+
+1	Best	best	ADJ	O	0			ewtb.r.266591.1
+2	Chineese	chineese	ADJ	O	0			ewtb.r.266591.1
+3	food	food	NOUN	O	0		n.food	ewtb.r.266591.1
+4	in	in	ADP	O	0			ewtb.r.266591.1
+5	the	the	DET	O	0			ewtb.r.266591.1
+6	area	area	NOUN	O	0		n.location	ewtb.r.266591.1
+
+1	The	the	DET	O	0			ewtb.r.266591.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.266591.2
+3	here	here	ADV	O	0			ewtb.r.266591.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.266591.2
+5	fresh	fresh	ADJ	O	0			ewtb.r.266591.2
+6	and	and	CONJ	O	0			ewtb.r.266591.2
+7	hot	hot	ADJ	O	0			ewtb.r.266591.2
+8	out	out	ADP	B	0			ewtb.r.266591.2
+9	of	of	ADP	I	8			ewtb.r.266591.2
+10	the	the	DET	O	0			ewtb.r.266591.2
+11	Wok	wok	NOUN	O	0		n.artifact	ewtb.r.266591.2
+12	.	.	PUNCT	O	0			ewtb.r.266591.2
+
+1	The	the	DET	O	0			ewtb.r.266591.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.266591.3
+3	is	be	AUX	O	0			ewtb.r.266591.3
+4	cooked	cook	VERB	O	0		v.creation	ewtb.r.266591.3
+5	fast	fast	ADV	O	0			ewtb.r.266591.3
+6	by	by	ADP	O	0			ewtb.r.266591.3
+7	the	the	DET	O	0			ewtb.r.266591.3
+8	two	two	NUM	O	0			ewtb.r.266591.3
+9	chefs	chef	NOUN	O	0		n.person	ewtb.r.266591.3
+10	on	on	ADP	B	0			ewtb.r.266591.3
+11	duty	duty	NOUN	I	10			ewtb.r.266591.3
+12	.	.	PUNCT	O	0			ewtb.r.266591.3
+
+1	The	the	DET	O	0			ewtb.r.266591.4
+2	lunch	lunch	NOUN	O	0		n.event	ewtb.r.266591.4
+3	specials	special	NOUN	O	0		n.event	ewtb.r.266591.4
+4	are	be	VERB	O	0		v.stative	ewtb.r.266591.4
+5	more	more	ADJ	O	0			ewtb.r.266591.4
+6	food	food	NOUN	O	0		n.food	ewtb.r.266591.4
+7	than	than	SCONJ	O	0			ewtb.r.266591.4
+8	most	most	ADJ	O	0			ewtb.r.266591.4
+9	people	person	NOUN	O	0		n.person	ewtb.r.266591.4
+10	can	can	AUX	O	0			ewtb.r.266591.4
+11	eat	eat	VERB	O	0		v.consumption	ewtb.r.266591.4
+12	for	for	ADP	O	0			ewtb.r.266591.4
+13	about	about	ADV	O	0			ewtb.r.266591.4
+14	$	$	SYM	O	0			ewtb.r.266591.4
+15	6	6	NUM	O	0			ewtb.r.266591.4
+16	.	.	PUNCT	O	0			ewtb.r.266591.4
+
+1	It	it	PRON	O	0			ewtb.r.266591.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.266591.5
+3	busy	busy	ADJ	O	0			ewtb.r.266591.5
+4	every	every	DET	O	0			ewtb.r.266591.5
+5	day	day	NOUN	O	0		n.time	ewtb.r.266591.5
+6	at	at	ADP	O	0			ewtb.r.266591.5
+7	lunch	lunch	NOUN	O	0		n.event	ewtb.r.266591.5
+8	for	for	ADP	O	0			ewtb.r.266591.5
+9	a	a	DET	O	0			ewtb.r.266591.5
+10	reason	reason	NOUN	O	0		n.motive	ewtb.r.266591.5
+11	,	,	PUNCT	O	0			ewtb.r.266591.5
+12	the	the	DET	O	0			ewtb.r.266591.5
+13	service	service	NOUN	O	0		n.act	ewtb.r.266591.5
+14	is	be	VERB	O	0		v.stative	ewtb.r.266591.5
+15	fast	fast	ADJ	O	0			ewtb.r.266591.5
+16	and	and	CONJ	O	0			ewtb.r.266591.5
+17	the	the	DET	O	0			ewtb.r.266591.5
+18	food	food	NOUN	O	0		n.food	ewtb.r.266591.5
+19	is	be	VERB	O	0		v.stative	ewtb.r.266591.5
+20	great	great	ADJ	O	0			ewtb.r.266591.5
+21	.	.	PUNCT	O	0			ewtb.r.266591.5
+
+1	Great	great	ADJ	O	0			ewtb.r.267793.1
+2	Doc	doc	NOUN	O	0		n.person	ewtb.r.267793.1
+
+1	Dr	dr	PROPN	B	0		n.person	ewtb.r.267793.2
+2	Greenwalt	greenwalt	PROPN	I	1			ewtb.r.267793.2
+3	fixed	fix	VERB	O	0		v.change	ewtb.r.267793.2
+4	my	my	PRON	O	0			ewtb.r.267793.2
+5	neck	neck	NOUN	O	0		n.body	ewtb.r.267793.2
+6	from	from	ADP	O	0			ewtb.r.267793.2
+7	a	a	DET	O	0			ewtb.r.267793.2
+8	snowboard	snowboard	NOUN	O	0		n.artifact	ewtb.r.267793.2
+9	injury	injury	NOUN	O	0		n.state	ewtb.r.267793.2
+10	and	and	CONJ	O	0			ewtb.r.267793.2
+11	was	be	VERB	O	0		v.stative	ewtb.r.267793.2
+12	way	way	ADV	O	0			ewtb.r.267793.2
+13	more	more	ADV	O	0			ewtb.r.267793.2
+14	effective	effective	ADJ	O	0			ewtb.r.267793.2
+15	that	that	ADP	O	0			ewtb.r.267793.2
+16	a	a	DET	O	0			ewtb.r.267793.2
+17	regular	regular	ADJ	O	0			ewtb.r.267793.2
+18	doctor	doctor	NOUN	O	0		n.person	ewtb.r.267793.2
+19	.	.	PUNCT	O	0			ewtb.r.267793.2
+
+1	He	he	PRON	O	0			ewtb.r.267793.3
+2	did	do	AUX	O	0			ewtb.r.267793.3
+3	nt	nt	ADV	O	0			ewtb.r.267793.3
+4	prescribe	prescribe	VERB	O	0		v.communication	ewtb.r.267793.3
+5	pain	pain	NOUN	B	0		n.artifact	ewtb.r.267793.3
+6	meds	med	NOUN	I	5			ewtb.r.267793.3
+7	or	or	CONJ	O	0			ewtb.r.267793.3
+8	other	other	ADJ	O	0			ewtb.r.267793.3
+9	drugs	drug	NOUN	O	0		n.artifact	ewtb.r.267793.3
+10	,	,	PUNCT	O	0			ewtb.r.267793.3
+11	he	he	PRON	O	0			ewtb.r.267793.3
+12	used	use	VERB	O	0		v.social	ewtb.r.267793.3
+13	his	his	PRON	O	0			ewtb.r.267793.3
+14	bodytalk	bodytalk	NOUN	O	0		n.communication	ewtb.r.267793.3
+15	method	method	NOUN	O	0		n.cognition	ewtb.r.267793.3
+16	which	which	DET	O	0			ewtb.r.267793.3
+17	is	be	VERB	O	0		v.stative	ewtb.r.267793.3
+18	unusual	unusual	ADJ	O	0			ewtb.r.267793.3
+19	but	but	CONJ	O	0			ewtb.r.267793.3
+20	the	the	DET	O	0			ewtb.r.267793.3
+21	results	result	NOUN	O	0		n.phenomenon	ewtb.r.267793.3
+22	are	be	VERB	O	0		v.stative	ewtb.r.267793.3
+23	undeniable	undeniable	ADJ	O	0			ewtb.r.267793.3
+24	.	.	PUNCT	O	0			ewtb.r.267793.3
+
+1	My	my	PRON	O	0			ewtb.r.267793.4
+2	neck	neck	NOUN	O	0		n.body	ewtb.r.267793.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.267793.4
+4	fixed	fixed	ADJ	O	0			ewtb.r.267793.4
+5	!.	!.	PUNCT	O	0			ewtb.r.267793.4
+
+1	He	he	PRON	O	0			ewtb.r.267793.5
+2	knows	know	VERB	O	0		v.cognition	ewtb.r.267793.5
+3	what	what	PRON	O	0			ewtb.r.267793.5
+4	he	he	PRON	O	0			ewtb.r.267793.5
+5	s	s	AUX	O	0			ewtb.r.267793.5
+6	doing	do	VERB	O	0		v.stative	ewtb.r.267793.5
+7	.	.	PUNCT	O	0			ewtb.r.267793.5
+
+1	Learn	learn	VERB	O	0		v.cognition	ewtb.r.274498.1
+2	from	from	ADP	O	0			ewtb.r.274498.1
+3	a	a	DET	O	0			ewtb.r.274498.1
+4	Cesar	cesar	PROPN	B	0		n.person	ewtb.r.274498.1
+5	Gracie	gracie	PROPN	I	4			ewtb.r.274498.1
+6	black	black	ADJ	B	0		n.person	ewtb.r.274498.1
+7	belt	belt	NOUN	I	6			ewtb.r.274498.1
+8	and	and	CONJ	O	0			ewtb.r.274498.1
+9	former	former	ADJ	O	0			ewtb.r.274498.1
+10	ufc	ufc	PROPN	B	0		n.person	ewtb.r.274498.1
+11	fighter	fighter	NOUN	I	10			ewtb.r.274498.1
+12	!	!	PUNCT	O	0			ewtb.r.274498.1
+
+1	When	when	ADV	O	0			ewtb.r.274498.2
+2	i	i	PRON	O	0			ewtb.r.274498.2
+3	say	say	VERB	O	0		v.communication	ewtb.r.274498.2
+4	jiu	jiu	NOUN	B	0		n.act	ewtb.r.274498.2
+5	-	-	PUNCT	I	4			ewtb.r.274498.2
+6	jitsu	jitsu	NOUN	I	5			ewtb.r.274498.2
+7	or	or	CONJ	O	0			ewtb.r.274498.2
+8	mma	mma	NOUN	O	0		n.act	ewtb.r.274498.2
+9	i	i	PRON	O	0			ewtb.r.274498.2
+10	mean	mean	VERB	O	0		v.cognition	ewtb.r.274498.2
+11	it	it	PRON	O	0			ewtb.r.274498.2
+12	!	!	PUNCT	O	0			ewtb.r.274498.2
+
+1	Best	best	ADJ	O	0			ewtb.r.274498.3
+2	jiu	jiu	NOUN	B	0		n.act	ewtb.r.274498.3
+3	-	-	PUNCT	I	2			ewtb.r.274498.3
+4	jitsu	jitsu	NOUN	I	3			ewtb.r.274498.3
+5	mma	mma	NOUN	O	0		n.act	ewtb.r.274498.3
+6	in	in	ADP	O	0			ewtb.r.274498.3
+7	Santa	santa	PROPN	B	0		n.location	ewtb.r.274498.3
+8	Rosa	rosa	PROPN	I	7			ewtb.r.274498.3
+9	and	and	CONJ	O	0			ewtb.r.274498.3
+10	i	i	PRON	O	0			ewtb.r.274498.3
+11	have	have	VERB	B	0		v.cognition	ewtb.r.274498.3
+12	the	the	DET	o	0			ewtb.r.274498.3
+13	experience	experience	NOUN	I	11			ewtb.r.274498.3
+14	and	and	CONJ	O	0			ewtb.r.274498.3
+15	belt	belt	NOUN	O	0		n.cognition	ewtb.r.274498.3
+16	to	to	PART	O	0			ewtb.r.274498.3
+17	back	back	VERB	B	0		v.social	ewtb.r.274498.3
+18	it	it	PRON	o	0			ewtb.r.274498.3
+19	up	up	ADP	I	17			ewtb.r.274498.3
+20	!	!	PUNCT	O	0			ewtb.r.274498.3
+
+1	When	when	ADV	O	0			ewtb.r.274498.4
+2	you	you	PRON	O	0			ewtb.r.274498.4
+3	come	come	VERB	O	0		v.motion	ewtb.r.274498.4
+4	to	to	ADP	O	0			ewtb.r.274498.4
+5	ncfa	ncfa	PROPN	O	0		n.group	ewtb.r.274498.4
+6	you	you	PRON	O	0			ewtb.r.274498.4
+7	will	will	AUX	O	0			ewtb.r.274498.4
+8	see	see	VERB	O	0		v.social	ewtb.r.274498.4
+9	a	a	DET	O	0			ewtb.r.274498.4
+10	real	real	ADJ	O	0			ewtb.r.274498.4
+11	instructor	instructor	NOUN	O	0		n.person	ewtb.r.274498.4
+12	that	that	DET	O	0			ewtb.r.274498.4
+13	teaches	teach	VERB	O	0		v.cognition	ewtb.r.274498.4
+14	and	and	CONJ	O	0			ewtb.r.274498.4
+15	trains	train	VERB	O	0		v.cognition	ewtb.r.274498.4
+16	everyday	everyday	ADV	O	0			ewtb.r.274498.4
+17	!	!	PUNCT	O	0			ewtb.r.274498.4
+
+1	If	if	SCONJ	O	0			ewtb.r.274498.5
+2	your	your	PRON	O	0			ewtb.r.274498.5
+3	coach	coach	NOUN	O	0		n.person	ewtb.r.274498.5
+4	has	have	VERB	O	0		v.stative	ewtb.r.274498.5
+5	no	no	DET	O	0			ewtb.r.274498.5
+6	fights	fight	NOUN	O	0		n.event	ewtb.r.274498.5
+7	and	and	CONJ	O	0			ewtb.r.274498.5
+8	you	you	PRON	O	0			ewtb.r.274498.5
+9	never	never	ADV	O	0			ewtb.r.274498.5
+10	see	see	VERB	O	0		v.perception	ewtb.r.274498.5
+11	him	him	PRON	O	0			ewtb.r.274498.5
+12	train	train	VERB	O	0		v.cognition	ewtb.r.274498.5
+13	and	and	CONJ	O	0			ewtb.r.274498.5
+14	sweat	sweat	VERB	O	0		v.body	ewtb.r.274498.5
+15	something	something	NOUN	O	0			ewtb.r.274498.5
+16	is	be	VERB	O	0		v.stative	ewtb.r.274498.5
+17	wrong	wrong	ADJ	O	0			ewtb.r.274498.5
+18	!	!	PUNCT	O	0			ewtb.r.274498.5
+
+1	Dave	dave	PROPN	B	0		n.person	ewtb.r.274498.6
+2	Terrell	terrell	PROPN	I	1			ewtb.r.274498.6
+3	www.norcalfightingalliance.com	www.norcalfightingalliance.com	X	O	0		n.communication	ewtb.r.274498.6
+
+1	teeth	teeth	NOUN	O	0		n.body	ewtb.r.275595.1
+
+1	this	this	DET	O	0			ewtb.r.275595.2
+2	dentist	dentist	NOUN	O	0		n.person	ewtb.r.275595.2
+3	want	want	VERB	O	0		v.cognition	ewtb.r.275595.2
+4	to	to	PART	O	0			ewtb.r.275595.2
+5	pull	pull	VERB	B	0		v.contact	ewtb.r.275595.2
+6	the	the	DET	o	0			ewtb.r.275595.2
+7	tooth	tooth	NOUN	I	5			ewtb.r.275595.2
+8	out	out	ADV	I	7			ewtb.r.275595.2
+9	always	always	ADV	O	0			ewtb.r.275595.2
+10	..	..	PUNCT	O	0			ewtb.r.275595.2
+11	always	always	ADV	O	0			ewtb.r.275595.2
+12	wants	want	VERB	O	0		v.cognition	ewtb.r.275595.2
+13	to	to	PART	O	0			ewtb.r.275595.2
+14	do	do	VERB	O	0		v.stative	ewtb.r.275595.2
+15	the	the	DET	O	0			ewtb.r.275595.2
+16	cheapest	cheap	ADJ	O	0			ewtb.r.275595.2
+17	for	for	ADP	O	0			ewtb.r.275595.2
+18	his	his	PRON	O	0			ewtb.r.275595.2
+19	benefit	benefit	NOUN	O	0		n.cognition	ewtb.r.275595.2
+20	..	..	PUNCT	O	0			ewtb.r.275595.2
+21	not	not	PART	O	0			ewtb.r.275595.2
+22	unless	unless	SCONJ	O	0			ewtb.r.275595.2
+23	he	he	PRON	O	0			ewtb.r.275595.2
+24	knows	know	VERB	O	0		v.cognition	ewtb.r.275595.2
+25	you	you	PRON	O	0			ewtb.r.275595.2
+26	.	.	PUNCT	O	0			ewtb.r.275595.2
+
+1	and	and	CONJ	O	0			ewtb.r.275595.3
+2	hopefully	hopefully	ADV	O	0			ewtb.r.275595.3
+3	you	you	PRON	O	0			ewtb.r.275595.3
+4	do	do	AUX	O	0			ewtb.r.275595.3
+5	not	not	PART	O	0			ewtb.r.275595.3
+6	know	know	VERB	O	0		v.cognition	ewtb.r.275595.3
+7	the	the	DET	O	0			ewtb.r.275595.3
+8	same	same	ADJ	O	0			ewtb.r.275595.3
+9	people	person	NOUN	O	0		n.person	ewtb.r.275595.3
+10	because	because	SCONJ	O	0			ewtb.r.275595.3
+11	he	he	PRON	O	0			ewtb.r.275595.3
+12	tells	tell	VERB	O	0		v.communication	ewtb.r.275595.3
+13	others	others	NOUN	O	0			ewtb.r.275595.3
+14	about	about	ADP	O	0			ewtb.r.275595.3
+15	you	you	PRON	O	0			ewtb.r.275595.3
+16	payment	payment	NOUN	O	0		n.possession	ewtb.r.275595.3
+17	status	status	NOUN	O	0		n.state	ewtb.r.275595.3
+18	.	.	PUNCT	O	0			ewtb.r.275595.3
+
+1	Which	which	DET	O	0			ewtb.r.275595.4
+2	should	should	AUX	O	0			ewtb.r.275595.4
+3	be	be	VERB	O	0		v.stative	ewtb.r.275595.4
+4	a	a	DET	O	0			ewtb.r.275595.4
+5	private	private	ADJ	O	0			ewtb.r.275595.4
+6	issue	issue	NOUN	O	0		n.cognition	ewtb.r.275595.4
+
+1	Wrong	wrong	ADJ	O	0			ewtb.r.288894.1
+2	Information	information	NOUN	O	0		n.cognition	ewtb.r.288894.1
+
+1	The	the	DET	O	0			ewtb.r.288894.2
+2	address	address	NOUN	O	0		n.location	ewtb.r.288894.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.288894.2
+4	for	for	ADP	O	0			ewtb.r.288894.2
+5	Noida	noida	PROPN	O	0		n.location	ewtb.r.288894.2
+6	Location	location	NOUN	O	0		n.location	ewtb.r.288894.2
+7	not	not	PART	O	0			ewtb.r.288894.2
+8	for	for	ADP	O	0			ewtb.r.288894.2
+9	Gurgaon	gurgaon	PROPN	O	0		n.location	ewtb.r.288894.2
+10	Location	location	NOUN	O	0		n.location	ewtb.r.288894.2
+11	.	.	PUNCT	O	0			ewtb.r.288894.2
+
+1	Please	please	INTJ	O	0			ewtb.r.288894.3
+2	update	update	VERB	O	0		v.change	ewtb.r.288894.3
+3	this	this	DET	O	0			ewtb.r.288894.3
+4	listing	listing	NOUN	O	0		n.communication	ewtb.r.288894.3
+5	in	in	ADP	O	0			ewtb.r.288894.3
+6	you	you	PRON	O	0			ewtb.r.288894.3
+7	database	database	NOUN	O	0		n.cognition	ewtb.r.288894.3
+8	.	.	PUNCT	O	0			ewtb.r.288894.3
+
+1	What	what	PRON	O	0			ewtb.r.290594.1
+2	you	you	PRON	O	0			ewtb.r.290594.1
+3	can	can	AUX	O	0			ewtb.r.290594.1
+4	learn	learn	VERB	O	0		v.cognition	ewtb.r.290594.1
+5	from	from	ADP	O	0			ewtb.r.290594.1
+6	the	the	DET	O	0			ewtb.r.290594.1
+7	below	below	ADJ	O	0			ewtb.r.290594.1
+8	'	'	PUNCT	O	0			ewtb.r.290594.1
+9	bad	bad	ADJ	O	0			ewtb.r.290594.1
+10	experience	experience	NOUN	O	0		n.event	ewtb.r.290594.1
+11	'	'	PUNCT	O	0			ewtb.r.290594.1
+12	.	.	PUNCT	O	0			ewtb.r.290594.1
+
+1	I	i	PRON	O	0			ewtb.r.290594.2
+2	would	would	AUX	O	0			ewtb.r.290594.2
+3	suggest	suggest	VERB	O	0		v.communication	ewtb.r.290594.2
+4	not	not	PART	O	0			ewtb.r.290594.2
+5	avoiding	avoid	VERB	O	0		v.change	ewtb.r.290594.2
+6	Second	second	PROPN	B	0		n.group	ewtb.r.290594.2
+7	Home	home	PROPN	I	6			ewtb.r.290594.2
+8	based	base	VERB	B	0		v.cognition	ewtb.r.290594.2
+9	on	on	ADP	I	8			ewtb.r.290594.2
+10	the	the	DET	O	0			ewtb.r.290594.2
+11	'	'	PUNCT	O	0			ewtb.r.290594.2
+12	bad	bad	ADJ	O	0			ewtb.r.290594.2
+13	experience	experience	NOUN	O	0		n.event	ewtb.r.290594.2
+14	'	'	PUNCT	O	0			ewtb.r.290594.2
+15	review	review	NOUN	O	0		n.communication	ewtb.r.290594.2
+16	.	.	PUNCT	O	0			ewtb.r.290594.2
+
+1	I	i	PRON	O	0			ewtb.r.290594.3
+2	'd	'd	AUX	O	0			ewtb.r.290594.3
+3	probably	probably	ADV	O	0			ewtb.r.290594.3
+4	be	be	VERB	B	0		v.cognition	ewtb.r.290594.3
+5	more	more	ADV	o	0			ewtb.r.290594.3
+6	inclined	inclined	ADJ	I	4			ewtb.r.290594.3
+7	to	to	PART	O	0			ewtb.r.290594.3
+8	board	board	VERB	O	0		v.social	ewtb.r.290594.3
+9	my	my	PRON	O	0			ewtb.r.290594.3
+10	two	two	NUM	O	0			ewtb.r.290594.3
+11	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.3
+12	here	here	ADV	O	0			ewtb.r.290594.3
+13	,	,	PUNCT	O	0			ewtb.r.290594.3
+14	seeing	see	VERB	O	0		v.cognition	ewtb.r.290594.3
+15	that	that	SCONJ	O	0			ewtb.r.290594.3
+16	they	they	PRON	O	0			ewtb.r.290594.3
+17	do	do	AUX	O	0			ewtb.r.290594.3
+18	n't	n't	PART	O	0			ewtb.r.290594.3
+19	just	just	ADV	O	0			ewtb.r.290594.3
+20	take	take	VERB	O	0		v.social	ewtb.r.290594.3
+21	every	every	DET	O	0			ewtb.r.290594.3
+22	dog	dog	NOUN	O	0		n.animal	ewtb.r.290594.3
+23	coming	come	VERB	O	0		v.motion	ewtb.r.290594.3
+24	in	in	ADV	O	0			ewtb.r.290594.3
+25	.	.	PUNCT	O	0			ewtb.r.290594.3
+
+1	I	i	PRON	O	0			ewtb.r.290594.4
+2	've	've	AUX	O	0			ewtb.r.290594.4
+3	toured	tour	VERB	O	0		v.social	ewtb.r.290594.4
+4	this	this	DET	O	0			ewtb.r.290594.4
+5	place	place	NOUN	O	0		n.group	ewtb.r.290594.4
+6	and	and	CONJ	O	0			ewtb.r.290594.4
+7	was	be	AUX	O	0			ewtb.r.290594.4
+8	impressed	impress	VERB	O	0		v.cognition	ewtb.r.290594.4
+9	by	by	ADP	O	0			ewtb.r.290594.4
+10	how	how	ADV	O	0			ewtb.r.290594.4
+11	clean	clean	ADJ	O	0			ewtb.r.290594.4
+12	the	the	DET	O	0			ewtb.r.290594.4
+13	place	place	NOUN	O	0		n.group	ewtb.r.290594.4
+14	was	be	VERB	O	0		v.stative	ewtb.r.290594.4
+15	,	,	PUNCT	O	0			ewtb.r.290594.4
+16	and	and	CONJ	O	0			ewtb.r.290594.4
+17	all	all	DET	O	0			ewtb.r.290594.4
+18	the	the	DET	O	0			ewtb.r.290594.4
+19	options	option	NOUN	O	0		n.cognition	ewtb.r.290594.4
+20	for	for	ADP	O	0			ewtb.r.290594.4
+21	the	the	DET	O	0			ewtb.r.290594.4
+22	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.4
+23	.	.	PUNCT	O	0			ewtb.r.290594.4
+
+1	It	it	PRON	O	0			ewtb.r.290594.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.290594.5
+3	unfortunate	unfortunate	ADJ	O	0			ewtb.r.290594.5
+4	that	that	SCONJ	O	0			ewtb.r.290594.5
+5	bmil	bmil	PROPN	O	0		n.person	ewtb.r.290594.5
+6	believed	believe	VERB	O	0		v.cognition	ewtb.r.290594.5
+7	that	that	SCONJ	O	0			ewtb.r.290594.5
+8	his	his	PRON	O	0			ewtb.r.290594.5
+9	'	'	PUNCT	O	0			ewtb.r.290594.5
+10	perfect	perfect	ADJ	O	0			ewtb.r.290594.5
+11	'	'	PUNCT	O	0			ewtb.r.290594.5
+12	dog	dog	NOUN	O	0		n.animal	ewtb.r.290594.5
+13	was	be	AUX	O	0			ewtb.r.290594.5
+14	not	not	PART	O	0			ewtb.r.290594.5
+15	given	give	VERB	B	0		v.social	ewtb.r.290594.5
+16	the	the	DET	I	15			ewtb.r.290594.5
+17	right	right	ADJ	o	0			ewtb.r.290594.5
+18	opportunity	opportunity	NOUN	I	16			ewtb.r.290594.5
+19	to	to	PART	O	0			ewtb.r.290594.5
+20	prove	prove	VERB	O	0		v.cognition	ewtb.r.290594.5
+21	himself	himself	PRON	O	0			ewtb.r.290594.5
+22	.	.	PUNCT	O	0			ewtb.r.290594.5
+
+1	But	but	CONJ	O	0			ewtb.r.290594.6
+2	I	i	PRON	O	0			ewtb.r.290594.6
+3	've	've	AUX	O	0			ewtb.r.290594.6
+4	done	do	VERB	B	0		v.social	ewtb.r.290594.6
+5	hundreds	hundred	NOUN	o	0		n.quantity	ewtb.r.290594.6
+6	of	of	ADP	o	0			ewtb.r.290594.6
+7	dog	dog	NOUN	o	0		n.animal	ewtb.r.290594.6
+8	introductions	introduction	NOUN	I	4			ewtb.r.290594.6
+9	myself	myself	PRON	O	0			ewtb.r.290594.6
+10	(	(	PUNCT	O	0			ewtb.r.290594.6
+11	another	another	DET	O	0			ewtb.r.290594.6
+12	place	place	NOUN	O	0		n.group	ewtb.r.290594.6
+13	,	,	PUNCT	O	0			ewtb.r.290594.6
+14	I	i	PRON	O	0			ewtb.r.290594.6
+15	do	do	AUX	O	0			ewtb.r.290594.6
+16	n't	n't	PART	O	0			ewtb.r.290594.6
+17	work	work	VERB	O	0		v.social	ewtb.r.290594.6
+18	here	here	ADV	O	0			ewtb.r.290594.6
+19	)	)	PUNCT	O	0			ewtb.r.290594.6
+20	,	,	PUNCT	O	0			ewtb.r.290594.6
+21	and	and	CONJ	O	0			ewtb.r.290594.6
+22	owners	owner	NOUN	O	0		n.person	ewtb.r.290594.6
+23	can	can	AUX	O	0			ewtb.r.290594.6
+24	have	have	VERB	O	0		v.stative	ewtb.r.290594.6
+25	unrealistic	unrealistic	ADJ	O	0			ewtb.r.290594.6
+26	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.290594.6
+27	and	and	CONJ	O	0			ewtb.r.290594.6
+28	views	view	NOUN	O	0		n.cognition	ewtb.r.290594.6
+29	of	of	SCONJ	O	0			ewtb.r.290594.6
+30	what	what	PRON	O	0			ewtb.r.290594.6
+31	they	they	PRON	O	0			ewtb.r.290594.6
+32	see	see	VERB	O	0		v.social	ewtb.r.290594.6
+33	when	when	ADV	O	0			ewtb.r.290594.6
+34	their	their	PRON	O	0			ewtb.r.290594.6
+35	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.6
+36	meet	meet	VERB	O	0		v.social	ewtb.r.290594.6
+37	other	other	ADJ	O	0			ewtb.r.290594.6
+38	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.6
+39	.	.	PUNCT	O	0			ewtb.r.290594.6
+
+1	Workers	worker	NOUN	O	0		n.person	ewtb.r.290594.7
+2	who	who	PRON	O	0			ewtb.r.290594.7
+3	do	do	VERB	B	0		v.social	ewtb.r.290594.7
+4	these	these	DET	o	0			ewtb.r.290594.7
+5	introductions	introduction	NOUN	I	3			ewtb.r.290594.7
+6	look	look	VERB	O	0		v.cognition	ewtb.r.290594.7
+7	at	at	ADP	O	0			ewtb.r.290594.7
+8	the	the	DET	O	0			ewtb.r.290594.7
+9	interaction	interaction	NOUN	O	0		n.cognition	ewtb.r.290594.7
+10	objectively	objectively	ADV	O	0			ewtb.r.290594.7
+11	;	;	PUNCT	O	0			ewtb.r.290594.7
+12	and	and	CONJ	O	0			ewtb.r.290594.7
+13	it	it	PRON	O	0			ewtb.r.290594.7
+14	's	's	VERB	O	0		v.stative	ewtb.r.290594.7
+15	good	good	ADJ	O	0			ewtb.r.290594.7
+16	to	to	PART	O	0			ewtb.r.290594.7
+17	see	see	VERB	O	0		v.cognition	ewtb.r.290594.7
+18	they	they	PRON	O	0			ewtb.r.290594.7
+19	are	be	VERB	O	0		v.stative	ewtb.r.290594.7
+20	able	able	ADJ	O	0			ewtb.r.290594.7
+21	and	and	CONJ	O	0			ewtb.r.290594.7
+22	willing	willing	ADJ	O	0			ewtb.r.290594.7
+23	to	to	PART	O	0			ewtb.r.290594.7
+24	say	say	VERB	B	0		v.communication	ewtb.r.290594.7
+25	no	no	INTJ	I	24			ewtb.r.290594.7
+26	if	if	SCONJ	O	0			ewtb.r.290594.7
+27	they	they	PRON	O	0			ewtb.r.290594.7
+28	feel	feel	VERB	O	0		v.cognition	ewtb.r.290594.7
+29	there	there	PRON	O	0			ewtb.r.290594.7
+30	would	would	AUX	O	0			ewtb.r.290594.7
+31	be	be	VERB	O	0		v.stative	ewtb.r.290594.7
+32	a	a	DET	O	0			ewtb.r.290594.7
+33	problem	problem	NOUN	O	0		n.cognition	ewtb.r.290594.7
+34	.	.	PUNCT	O	0			ewtb.r.290594.7
+
+1	It	it	PRON	O	0			ewtb.r.290594.8
+2	sounds	sound	VERB	O	0		v.cognition	ewtb.r.290594.8
+3	(	(	PUNCT	O	0			ewtb.r.290594.8
+4	according	accord	VERB	B	0			ewtb.r.290594.8
+5	to	to	ADP	I	4			ewtb.r.290594.8
+6	your	your	PRON	O	0			ewtb.r.290594.8
+7	own	own	ADJ	O	0			ewtb.r.290594.8
+8	statement	statement	NOUN	O	0		n.communication	ewtb.r.290594.8
+9	)	)	PUNCT	O	0			ewtb.r.290594.8
+10	that	that	SCONJ	O	0			ewtb.r.290594.8
+11	they	they	PRON	O	0			ewtb.r.290594.8
+12	had	have	VERB	O	0		v.stative	ewtb.r.290594.8
+13	a	a	DET	O	0			ewtb.r.290594.8
+14	roomful	roomful	NOUN	O	0		n.quantity	ewtb.r.290594.8
+15	of	of	ADP	O	0			ewtb.r.290594.8
+16	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.8
+17	,	,	PUNCT	O	0			ewtb.r.290594.8
+18	so	so	ADV	O	0			ewtb.r.290594.8
+19	they	they	PRON	O	0			ewtb.r.290594.8
+20	must	must	AUX	O	0			ewtb.r.290594.8
+21	be	be	AUX	O	0			ewtb.r.290594.8
+22	doing	do	VERB	O	0		v.social	ewtb.r.290594.8
+23	something	something	NOUN	O	0			ewtb.r.290594.8
+24	right	right	ADV	O	0			ewtb.r.290594.8
+25	-	-	PUNCT	O	0			ewtb.r.290594.8
+26	and	and	CONJ	O	0			ewtb.r.290594.8
+27	are	be	AUX	O	0			ewtb.r.290594.8
+28	keeping	keep	VERB	B	0		v.stative	ewtb.r.290594.8
+29	those	those	DET	o	0			ewtb.r.290594.8
+30	dogs	dog	NOUN	o	0		n.animal	ewtb.r.290594.8
+31	safe	safe	ADJ	I	28			ewtb.r.290594.8
+32	from	from	ADP	O	0			ewtb.r.290594.8
+33	potential	potential	ADJ	O	0			ewtb.r.290594.8
+34	problems	problem	NOUN	O	0		n.cognition	ewtb.r.290594.8
+35	.	.	PUNCT	O	0			ewtb.r.290594.8
+
+1	You	you	PRON	O	0			ewtb.r.290594.9
+2	say	say	VERB	O	0		v.communication	ewtb.r.290594.9
+3	you	you	PRON	O	0			ewtb.r.290594.9
+4	work	work	VERB	O	0		v.social	ewtb.r.290594.9
+5	a	a	DET	B	0			ewtb.r.290594.9
+6	lot	lot	NOUN	I	5			ewtb.r.290594.9
+7	,	,	PUNCT	O	0			ewtb.r.290594.9
+8	and	and	CONJ	O	0			ewtb.r.290594.9
+9	that	that	SCONJ	O	0			ewtb.r.290594.9
+10	you	you	PRON	O	0			ewtb.r.290594.9
+11	have	have	VERB	O	0		v.stative	ewtb.r.290594.9
+12	a	a	DET	O	0			ewtb.r.290594.9
+13	young	young	ADJ	O	0			ewtb.r.290594.9
+14	dog	dog	NOUN	O	0		n.animal	ewtb.r.290594.9
+15	;	;	PUNCT	O	0			ewtb.r.290594.9
+16	so	so	ADV	O	0			ewtb.r.290594.9
+17	I	i	PRON	O	0			ewtb.r.290594.9
+18	have	have	VERB	O	0		v.stative	ewtb.r.290594.9
+19	little	little	ADJ	O	0			ewtb.r.290594.9
+20	doubt	doubt	NOUN	O	0		n.cognition	ewtb.r.290594.9
+21	that	that	SCONJ	O	0			ewtb.r.290594.9
+22	your	your	PRON	O	0			ewtb.r.290594.9
+23	dog	dog	NOUN	O	0		n.animal	ewtb.r.290594.9
+24	is	be	AUX	O	0		v.stative	ewtb.r.290594.9
+25	just	just	ADV	O	0			ewtb.r.290594.9
+26	filled	fill	VERB	O	0			ewtb.r.290594.9
+27	with	with	ADP	O	0			ewtb.r.290594.9
+28	energy	energy	NOUN	O	0		n.phenomenon	ewtb.r.290594.9
+29	to	to	PART	O	0			ewtb.r.290594.9
+30	burn	burn	VERB	O	0		v.change	ewtb.r.290594.9
+31	;	;	PUNCT	O	0			ewtb.r.290594.9
+32	and	and	CONJ	O	0			ewtb.r.290594.9
+33	it	it	PRON	O	0			ewtb.r.290594.9
+34	is	be	VERB	O	0		v.stative	ewtb.r.290594.9
+35	good	good	ADJ	O	0			ewtb.r.290594.9
+36	of	of	ADP	O	0			ewtb.r.290594.9
+37	you	you	PRON	O	0			ewtb.r.290594.9
+38	to	to	PART	O	0			ewtb.r.290594.9
+39	look	look	VERB	O	0		v.cognition	ewtb.r.290594.9
+40	for	for	ADP	O	0			ewtb.r.290594.9
+41	a	a	DET	O	0			ewtb.r.290594.9
+42	place	place	NOUN	O	0		n.location	ewtb.r.290594.9
+43	to	to	PART	O	0			ewtb.r.290594.9
+44	take	take	VERB	O	0		v.social	ewtb.r.290594.9
+45	him	him	PRON	O	0			ewtb.r.290594.9
+46	.	.	PUNCT	O	0			ewtb.r.290594.9
+
+1	But	but	CONJ	O	0			ewtb.r.290594.10
+2	not	not	PART	O	0			ewtb.r.290594.10
+3	at	at	ADP	O	0			ewtb.r.290594.10
+4	a	a	DET	O	0			ewtb.r.290594.10
+5	risk	risk	NOUN	O	0		n.cognition	ewtb.r.290594.10
+6	to	to	ADP	O	0			ewtb.r.290594.10
+7	other	other	ADJ	O	0			ewtb.r.290594.10
+8	people	person	NOUN	O	0		n.person	ewtb.r.290594.10
+9	's	's	PART	O	0			ewtb.r.290594.10
+10	pets	pet	NOUN	O	0		n.animal	ewtb.r.290594.10
+11	.	.	PUNCT	O	0			ewtb.r.290594.10
+
+1	You	you	PRON	O	0			ewtb.r.290594.11
+2	were	be	AUX	O	0			ewtb.r.290594.11
+3	clearly	clearly	ADV	O	0			ewtb.r.290594.11
+4	given	give	VERB	B	0		v.communication	ewtb.r.290594.11
+5	another	another	DET	o	0			ewtb.r.290594.11
+6	alternative	alternative	NOUN	I	4			ewtb.r.290594.11
+7	by	by	ADP	O	0			ewtb.r.290594.11
+8	Second	second	PROPN	B	0		n.group	ewtb.r.290594.11
+9	Home	home	PROPN	I	8			ewtb.r.290594.11
+10	,	,	PUNCT	O	0			ewtb.r.290594.11
+11	to	to	PART	O	0			ewtb.r.290594.11
+12	board	board	VERB	O	0		v.social	ewtb.r.290594.11
+13	him	him	PRON	O	0			ewtb.r.290594.11
+14	-	-	PUNCT	O	0			ewtb.r.290594.11
+15	which	which	DET	O	0			ewtb.r.290594.11
+16	might	might	AUX	O	0			ewtb.r.290594.11
+17	have	have	AUX	O	0			ewtb.r.290594.11
+18	given	give	VERB	B	0		v.social	ewtb.r.290594.11
+19	your	your	PRON	o	0			ewtb.r.290594.11
+20	dog	dog	NOUN	o	0		n.animal	ewtb.r.290594.11
+21	a	a	DET	o	0			ewtb.r.290594.11
+22	chance	chance	NOUN	I	18			ewtb.r.290594.11
+23	to	to	PART	O	0			ewtb.r.290594.11
+24	come	come	VERB	O	0		v.motion	ewtb.r.290594.11
+25	and	and	CONJ	O	0			ewtb.r.290594.11
+26	go	go	VERB	O	0		v.motion	ewtb.r.290594.11
+27	from	from	ADP	O	0			ewtb.r.290594.11
+28	Second	second	PROPN	B	0		n.group	ewtb.r.290594.11
+29	Home	home	PROPN	I	28			ewtb.r.290594.11
+30	a	a	DET	B	0			ewtb.r.290594.11
+31	couple	couple	NOUN	I	30			ewtb.r.290594.11
+32	times	times	NOUN	O	0		n.event	ewtb.r.290594.11
+33	,	,	PUNCT	O	0			ewtb.r.290594.11
+34	getting	get	VERB	B	0		v.cognition	ewtb.r.290594.11
+35	used	used	ADJ	I	34			ewtb.r.290594.11
+36	to	to	ADP	I	35			ewtb.r.290594.11
+37	the	the	DET	O	0			ewtb.r.290594.11
+38	place	place	NOUN	O	0		n.group	ewtb.r.290594.11
+39	and	and	CONJ	O	0			ewtb.r.290594.11
+40	maybe	maybe	ADV	O	0			ewtb.r.290594.11
+41	facilitating	facilitate	VERB	O	0		v.social	ewtb.r.290594.11
+42	another	another	DET	O	0			ewtb.r.290594.11
+43	attempt	attempt	NOUN	O	0		n.cognition	ewtb.r.290594.11
+44	to	to	PART	O	0			ewtb.r.290594.11
+45	get	get	VERB	B	0		v.social	ewtb.r.290594.11
+46	into	into	ADP	I	45			ewtb.r.290594.11
+47	daycare	daycare	NOUN	O	0		n.group	ewtb.r.290594.11
+48	later	later	ADV	O	0			ewtb.r.290594.11
+49	.	.	PUNCT	O	0			ewtb.r.290594.11
+
+1	No	no	DET	O	0			ewtb.r.290594.12
+2	business	business	NOUN	O	0		n.group	ewtb.r.290594.12
+3	is	be	AUX	O	0			ewtb.r.290594.12
+4	going	go	VERB	B	0			ewtb.r.290594.12
+5	to	to	PART	I	4			ewtb.r.290594.12
+6	push	push	VERB	O	0		v.social	ewtb.r.290594.12
+7	customers	customer	NOUN	O	0		n.person	ewtb.r.290594.12
+8	away	away	ADV	O	0			ewtb.r.290594.12
+9	without	without	ADP	O	0			ewtb.r.290594.12
+10	good	good	ADJ	O	0			ewtb.r.290594.12
+11	reason	reason	NOUN	O	0		n.motive	ewtb.r.290594.12
+12	;	;	PUNCT	O	0			ewtb.r.290594.12
+13	so	so	ADV	O	0			ewtb.r.290594.12
+14	is	be	VERB	O	0		v.stative	ewtb.r.290594.12
+15	n't	n't	PART	O	0			ewtb.r.290594.12
+16	it	it	PRON	O	0			ewtb.r.290594.12
+17	reasonable	reasonable	ADJ	O	0			ewtb.r.290594.12
+18	to	to	PART	O	0			ewtb.r.290594.12
+19	think	think	VERB	O	0		v.cognition	ewtb.r.290594.12
+20	they	they	PRON	O	0			ewtb.r.290594.12
+21	might	might	AUX	O	0			ewtb.r.290594.12
+22	know	know	VERB	B	0		v.cognition	ewtb.r.290594.12
+23	what	what	PRON	I	22			ewtb.r.290594.12
+24	they	they	PRON	I	23			ewtb.r.290594.12
+25	're	're	AUX	I	24			ewtb.r.290594.12
+26	doing	do	VERB	I	25			ewtb.r.290594.12
+27	?	?	PUNCT	O	0			ewtb.r.290594.12
+
+1	My	my	PRON	O	0			ewtb.r.290594.13
+2	dogs	dog	NOUN	O	0		n.animal	ewtb.r.290594.13
+3	are	be	VERB	O	0		v.stative	ewtb.r.290594.13
+4	far	far	ADV	B	0			ewtb.r.290594.13
+5	from	from	ADP	I	4			ewtb.r.290594.13
+6	perfect	perfect	ADJ	O	0			ewtb.r.290594.13
+7	,	,	PUNCT	O	0			ewtb.r.290594.13
+8	and	and	CONJ	O	0			ewtb.r.290594.13
+9	one	one	NUM	O	0			ewtb.r.290594.13
+10	of	of	ADP	O	0			ewtb.r.290594.13
+11	them	them	PRON	O	0			ewtb.r.290594.13
+12	I	i	PRON	O	0			ewtb.r.290594.13
+13	believe	believe	VERB	O	0		v.cognition	ewtb.r.290594.13
+14	would	would	AUX	O	0			ewtb.r.290594.13
+15	be	be	VERB	O	0		v.stative	ewtb.r.290594.13
+16	a	a	DET	B	0			ewtb.r.290594.13
+17	little	little	ADJ	I	16			ewtb.r.290594.13
+18	much	much	ADJ	O	0			ewtb.r.290594.13
+19	for	for	ADP	O	0			ewtb.r.290594.13
+20	daycare	daycare	NOUN	O	0		n.group	ewtb.r.290594.13
+21	here	here	ADV	O	0			ewtb.r.290594.13
+22	herself	herself	PRON	O	0			ewtb.r.290594.13
+23	(	(	PUNCT	O	0			ewtb.r.290594.13
+24	at	at	ADV	B	0			ewtb.r.290594.13
+25	least	least	ADV	I	24			ewtb.r.290594.13
+26	initially	initially	ADV	O	0			ewtb.r.290594.13
+27	)	)	PUNCT	O	0			ewtb.r.290594.13
+28	.	.	PUNCT	O	0			ewtb.r.290594.13
+
+1	Be	be	VERB	O	0		v.stative	ewtb.r.290594.14
+2	a	a	DET	B	0			ewtb.r.290594.14
+3	little	little	ADJ	I	2			ewtb.r.290594.14
+4	more	more	ADV	O	0			ewtb.r.290594.14
+5	reasonable	reasonable	ADJ	O	0			ewtb.r.290594.14
+6	with	with	ADP	O	0			ewtb.r.290594.14
+7	your	your	PRON	O	0			ewtb.r.290594.14
+8	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.290594.14
+9	of	of	ADP	O	0			ewtb.r.290594.14
+10	a	a	DET	O	0			ewtb.r.290594.14
+11	place	place	NOUN	O	0		n.group	ewtb.r.290594.14
+12	like	like	ADP	O	0			ewtb.r.290594.14
+13	this	this	DET	O	0			ewtb.r.290594.14
+14	;	;	PUNCT	O	0			ewtb.r.290594.14
+15	and	and	CONJ	O	0			ewtb.r.290594.14
+16	maybe	maybe	ADV	O	0			ewtb.r.290594.14
+17	do	do	AUX	O	0			ewtb.r.290594.14
+18	n't	n't	PART	O	0			ewtb.r.290594.14
+19	jump	jump	VERB	O	0		v.social	ewtb.r.290594.14
+20	to	to	ADP	O	0			ewtb.r.290594.14
+21	personal	personal	ADJ	O	0			ewtb.r.290594.14
+22	attacks	attack	NOUN	O	0		n.event	ewtb.r.290594.14
+23	suggesting	suggest	VERB	O	0		v.communication	ewtb.r.290594.14
+24	that	that	SCONJ	O	0			ewtb.r.290594.14
+25	they	they	PRON	O	0			ewtb.r.290594.14
+26	do	do	AUX	O	0			ewtb.r.290594.14
+27	n't	n't	PART	O	0			ewtb.r.290594.14
+28	want	want	VERB	O	0		v.cognition	ewtb.r.290594.14
+29	to	to	PART	O	0			ewtb.r.290594.14
+30	work	work	VERB	O	0		v.social	ewtb.r.290594.14
+31	hard	hard	ADV	O	0			ewtb.r.290594.14
+32	,	,	PUNCT	O	0			ewtb.r.290594.14
+33	just	just	ADV	O	0			ewtb.r.290594.14
+34	because	because	SCONJ	O	0			ewtb.r.290594.14
+35	you	you	PRON	O	0			ewtb.r.290594.14
+36	bruised	bruise	VERB	B	0		v.emotion	ewtb.r.290594.14
+37	your	your	PRON	o	0			ewtb.r.290594.14
+38	own	own	ADJ	o	0			ewtb.r.290594.14
+39	ego	ego	NOUN	I	36			ewtb.r.290594.14
+40	.	.	PUNCT	O	0			ewtb.r.290594.14
+
+1	Alto	alto	PROPN	O	0		n.group	ewtb.r.292997.1
+2	delivers	deliver	VERB	O	0		v.social	ewtb.r.292997.1
+3	on	on	ADP	O	0			ewtb.r.292997.1
+4	all	all	DET	O	0			ewtb.r.292997.1
+5	levels	level	NOUN	O	0		n.cognition	ewtb.r.292997.1
+6	.	.	PUNCT	O	0			ewtb.r.292997.1
+
+1	From	from	ADP	O	0			ewtb.r.292997.2
+2	the	the	DET	O	0			ewtb.r.292997.2
+3	moment	moment	NOUN	O	0		n.event	ewtb.r.292997.2
+4	you	you	PRON	O	0			ewtb.r.292997.2
+5	enter	enter	VERB	O	0		v.motion	ewtb.r.292997.2
+6	the	the	DET	O	0			ewtb.r.292997.2
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.292997.2
+8	,	,	PUNCT	O	0			ewtb.r.292997.2
+9	you	you	PRON	O	0			ewtb.r.292997.2
+10	know	know	VERB	O	0		v.cognition	ewtb.r.292997.2
+11	you	you	PRON	O	0			ewtb.r.292997.2
+12	are	be	VERB	O	0		v.stative	ewtb.r.292997.2
+13	some	some	DET	B	0			ewtb.r.292997.2
+14	place	place	NOUN	I	13			ewtb.r.292997.2
+15	special	special	ADJ	O	0			ewtb.r.292997.2
+16	.	.	PUNCT	O	0			ewtb.r.292997.2
+
+1	The	the	DET	O	0			ewtb.r.292997.3
+2	service	service	NOUN	O	0		n.act	ewtb.r.292997.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.292997.3
+4	impeccable	impeccable	ADJ	O	0			ewtb.r.292997.3
+5	,	,	PUNCT	O	0			ewtb.r.292997.3
+6	and	and	CONJ	O	0			ewtb.r.292997.3
+7	the	the	DET	O	0			ewtb.r.292997.3
+8	food	food	NOUN	O	0		n.food	ewtb.r.292997.3
+9	is	be	VERB	O	0		v.stative	ewtb.r.292997.3
+10	even	even	ADV	O	0			ewtb.r.292997.3
+11	better	better	ADJ	O	0			ewtb.r.292997.3
+12	.	.	PUNCT	O	0			ewtb.r.292997.3
+
+1	I	i	PRON	O	0			ewtb.r.292997.4
+2	highly	highly	ADV	O	0			ewtb.r.292997.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.292997.4
+4	the	the	DET	O	0			ewtb.r.292997.4
+5	four	four	NUM	O	0			ewtb.r.292997.4
+6	-	-	PUNCT	O	0			ewtb.r.292997.4
+7	course	course	NOUN	O	0		n.event	ewtb.r.292997.4
+8	tasting	tasting	NOUN	O	0		n.act	ewtb.r.292997.4
+9	menu	menu	NOUN	O	0		n.communication	ewtb.r.292997.4
+10	,	,	PUNCT	O	0			ewtb.r.292997.4
+11	which	which	DET	O	0			ewtb.r.292997.4
+12	gives	give	VERB	O	0		v.stative	ewtb.r.292997.4
+13	you	you	PRON	O	0			ewtb.r.292997.4
+14	plenty	plenty	NOUN	O	0		n.quantity	ewtb.r.292997.4
+15	of	of	ADP	O	0			ewtb.r.292997.4
+16	range	range	NOUN	O	0		n.cognition	ewtb.r.292997.4
+17	and	and	CONJ	O	0			ewtb.r.292997.4
+18	food	food	NOUN	O	0		n.food	ewtb.r.292997.4
+19	to	to	PART	O	0			ewtb.r.292997.4
+20	satisfy	satisfy	VERB	O	0		v.consumption	ewtb.r.292997.4
+21	your	your	PRON	O	0			ewtb.r.292997.4
+22	appetite	appetite	NOUN	O	0		n.motive	ewtb.r.292997.4
+23	.	.	PUNCT	O	0			ewtb.r.292997.4
+
+1	Also	also	ADV	O	0			ewtb.r.292997.5
+2	,	,	PUNCT	O	0			ewtb.r.292997.5
+3	if	if	SCONJ	O	0			ewtb.r.292997.5
+4	you	you	PRON	O	0			ewtb.r.292997.5
+5	are	be	VERB	B	0		v.emotion	ewtb.r.292997.5
+6	into	into	ADP	I	5			ewtb.r.292997.5
+7	wine	wine	NOUN	O	0		n.food	ewtb.r.292997.5
+8	,	,	PUNCT	O	0			ewtb.r.292997.5
+9	Alto	alto	PROPN	O	0		n.group	ewtb.r.292997.5
+10	has	have	VERB	O	0		v.stative	ewtb.r.292997.5
+11	the	the	DET	O	0			ewtb.r.292997.5
+12	depth	depth	NOUN	O	0		n.cognition	ewtb.r.292997.5
+13	of	of	ADP	O	0			ewtb.r.292997.5
+14	both	both	CONJ	O	0			ewtb.r.292997.5
+15	region	region	NOUN	O	0		n.location	ewtb.r.292997.5
+16	,	,	PUNCT	O	0			ewtb.r.292997.5
+17	varietal	varietal	NOUN	O	0		n.cognition	ewtb.r.292997.5
+18	,	,	PUNCT	O	0			ewtb.r.292997.5
+19	and	and	CONJ	O	0			ewtb.r.292997.5
+20	vintage	vintage	NOUN	O	0		n.cognition	ewtb.r.292997.5
+21	to	to	PART	O	0			ewtb.r.292997.5
+22	satisfy	satisfy	VERB	O	0		v.emotion	ewtb.r.292997.5
+23	nearly	nearly	ADV	O	0			ewtb.r.292997.5
+24	any	any	DET	O	0			ewtb.r.292997.5
+25	sommelier	sommelier	NOUN	O	0		n.person	ewtb.r.292997.5
+26	(	(	PUNCT	O	0			ewtb.r.292997.5
+27	or	or	CONJ	O	0			ewtb.r.292997.5
+28	after	after	ADP	O	0			ewtb.r.292997.5
+29	9	9	NUM	O	0			ewtb.r.292997.5
+30	pm	pm	NOUN	O	0		n.time	ewtb.r.292997.5
+31	,	,	PUNCT	O	0			ewtb.r.292997.5
+32	bring	bring	VERB	O	0		v.motion	ewtb.r.292997.5
+33	your	your	PRON	O	0			ewtb.r.292997.5
+34	own	own	ADJ	O	0			ewtb.r.292997.5
+35	bottle	bottle	NOUN	O	0		n.artifact	ewtb.r.292997.5
+36	for	for	ADP	O	0			ewtb.r.292997.5
+37	free	free	ADJ	O	0			ewtb.r.292997.5
+38	...	...	PUNCT	O	0			ewtb.r.292997.5
+39	no	no	DET	O	0			ewtb.r.292997.5
+40	corking	corking	NOUN	B	0		n.possession	ewtb.r.292997.5
+41	fee	fee	NOUN	I	40			ewtb.r.292997.5
+42	!	!	PUNCT	O	0			ewtb.r.292997.5
+43	)	)	PUNCT	O	0			ewtb.r.292997.5
+44	.	.	PUNCT	O	0			ewtb.r.292997.5
+
+1	While	while	SCONJ	O	0			ewtb.r.292997.6
+2	it	it	PRON	O	0			ewtb.r.292997.6
+3	's	's	VERB	O	0		v.stative	ewtb.r.292997.6
+4	not	not	PART	O	0			ewtb.r.292997.6
+5	cheap	cheap	ADJ	O	0			ewtb.r.292997.6
+6	,	,	PUNCT	O	0			ewtb.r.292997.6
+7	Alto	alto	PROPN	O	0		n.group	ewtb.r.292997.6
+8	will	will	AUX	O	0			ewtb.r.292997.6
+9	give	give	VERB	O	0		v.cognition	ewtb.r.292997.6
+10	you	you	PRON	O	0			ewtb.r.292997.6
+11	an	an	DET	O	0			ewtb.r.292997.6
+12	experience	experience	NOUN	O	0		n.event	ewtb.r.292997.6
+13	you	you	PRON	O	0			ewtb.r.292997.6
+14	'll	'll	AUX	O	0			ewtb.r.292997.6
+15	never	never	ADV	O	0			ewtb.r.292997.6
+16	forget	forget	VERB	O	0		v.cognition	ewtb.r.292997.6
+17	.	.	PUNCT	O	0			ewtb.r.292997.6
+
+1	Skip	skip	VERB	O	0		v.change	ewtb.r.295491.1
+2	te	te	DET	O	0			ewtb.r.295491.1
+3	rest	rest	NOUN	O	0		n.quantity	ewtb.r.295491.1
+4	-	-	PUNCT	O	0			ewtb.r.295491.1
+5	this	this	DET	O	0			ewtb.r.295491.1
+6	is	be	VERB	O	0		v.stative	ewtb.r.295491.1
+7	the	the	DET	O	0			ewtb.r.295491.1
+8	best	best	ADJ	O	0			ewtb.r.295491.1
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.295491.2
+2	great	great	ADJ	O	0			ewtb.r.295491.2
+3	!	!	PUNCT	O	0			ewtb.r.295491.2
+
+1	Clean	clean	ADJ	O	0			ewtb.r.295491.3
+2	,	,	PUNCT	O	0			ewtb.r.295491.3
+3	updated	update	VERB	O	0		v.change	ewtb.r.295491.3
+4	room	room	NOUN	O	0		n.artifact	ewtb.r.295491.3
+5	,	,	PUNCT	O	0			ewtb.r.295491.3
+6	friendly	friendly	ADJ	O	0			ewtb.r.295491.3
+7	staff	staff	NOUN	O	0		n.group	ewtb.r.295491.3
+8	,	,	PUNCT	O	0			ewtb.r.295491.3
+9	safe	safe	ADJ	O	0			ewtb.r.295491.3
+10	location	location	NOUN	O	0		n.group	ewtb.r.295491.3
+11	.	.	PUNCT	O	0			ewtb.r.295491.3
+
+1	Staff	staff	NOUN	O	0		n.group	ewtb.r.295491.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.295491.4
+3	super	super	ADV	O	0			ewtb.r.295491.4
+4	friendly	friendly	ADJ	O	0			ewtb.r.295491.4
+5	,	,	PUNCT	O	0			ewtb.r.295491.4
+6	treat	treat	VERB	O	0		v.social	ewtb.r.295491.4
+7	you	you	PRON	O	0			ewtb.r.295491.4
+8	as	as	ADP	O	0			ewtb.r.295491.4
+9	a	a	DET	O	0			ewtb.r.295491.4
+10	friend	friend	NOUN	O	0		n.person	ewtb.r.295491.4
+11	.	.	PUNCT	O	0			ewtb.r.295491.4
+
+1	Can	can	AUX	O	0			ewtb.r.295491.5
+2	not	not	PART	O	0			ewtb.r.295491.5
+3	ask	ask	VERB	O	0		v.communication	ewtb.r.295491.5
+4	for	for	ADP	O	0			ewtb.r.295491.5
+5	a	a	DET	O	0			ewtb.r.295491.5
+6	better	better	ADJ	O	0			ewtb.r.295491.5
+7	experience	experience	NOUN	O	0		n.event	ewtb.r.295491.5
+8	.	.	PUNCT	O	0			ewtb.r.295491.5
+
+1	Will	will	AUX	O	0			ewtb.r.295491.6
+2	be	be	AUX	O	0			ewtb.r.295491.6
+3	staying	stay	VERB	O	0		v.social	ewtb.r.295491.6
+4	here	here	ADV	O	0			ewtb.r.295491.6
+5	any	any	DET	O	0			ewtb.r.295491.6
+6	and	and	CONJ	O	0			ewtb.r.295491.6
+7	every	every	DET	O	0			ewtb.r.295491.6
+8	time	time	NOUN	O	0		n.event	ewtb.r.295491.6
+9	I	i	PRON	O	0			ewtb.r.295491.6
+10	come	come	VERB	O	0		v.motion	ewtb.r.295491.6
+11	anywhere	anywhere	ADV	O	0			ewtb.r.295491.6
+12	near	near	ADV	O	0			ewtb.r.295491.6
+13	.	.	PUNCT	O	0			ewtb.r.295491.6
+
+1	Overall	overall	ADV	O	0			ewtb.r.295491.7
+2	,	,	PUNCT	O	0			ewtb.r.295491.7
+3	Joe	joe	PROPN	O	0		n.person	ewtb.r.295491.7
+4	is	be	VERB	B	0		v.stative	ewtb.r.295491.7
+5	a	a	DET	o	0			ewtb.r.295491.7
+6	happy	happy	ADJ	I	4			ewtb.r.295491.7
+7	camper	camper	NOUN	I	6			ewtb.r.295491.7
+8	who	who	PRON	O	0			ewtb.r.295491.7
+9	has	have	AUX	O	0			ewtb.r.295491.7
+10	found	find	VERB	O	0		v.cognition	ewtb.r.295491.7
+11	a	a	DET	O	0			ewtb.r.295491.7
+12	great	great	ADJ	O	0			ewtb.r.295491.7
+13	spot	spot	NOUN	O	0		n.group	ewtb.r.295491.7
+14	.	.	PUNCT	O	0			ewtb.r.295491.7
+
+1	Great	great	ADJ	O	0			ewtb.r.308297.1
+2	Place	place	NOUN	O	0		n.group	ewtb.r.308297.1
+3	!	!	PUNCT	O	0			ewtb.r.308297.1
+
+1	This	this	DET	O	0			ewtb.r.308297.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.308297.2
+3	one	one	NUM	O	0			ewtb.r.308297.2
+4	of	of	ADP	O	0			ewtb.r.308297.2
+5	my	my	PRON	O	0			ewtb.r.308297.2
+6	favorite	favorite	ADJ	O	0			ewtb.r.308297.2
+7	places	place	NOUN	O	0		n.group	ewtb.r.308297.2
+8	to	to	PART	O	0			ewtb.r.308297.2
+9	eat	eat	VERB	O	0		v.consumption	ewtb.r.308297.2
+10	for	for	ADP	O	0			ewtb.r.308297.2
+11	lunch	lunch	NOUN	O	0		n.event	ewtb.r.308297.2
+12	.	.	PUNCT	O	0			ewtb.r.308297.2
+
+1	They	they	PRON	O	0			ewtb.r.308297.3
+2	offer	offer	VERB	O	0		v.stative	ewtb.r.308297.3
+3	a	a	DET	O	0			ewtb.r.308297.3
+4	good	good	ADJ	O	0			ewtb.r.308297.3
+5	portions	portion	NOUN	O	0		n.quantity	ewtb.r.308297.3
+6	at	at	ADP	O	0			ewtb.r.308297.3
+7	a	a	DET	O	0			ewtb.r.308297.3
+8	great	great	ADJ	O	0			ewtb.r.308297.3
+9	price	price	NOUN	O	0		n.possession	ewtb.r.308297.3
+10	,	,	PUNCT	O	0			ewtb.r.308297.3
+11	it	it	PRON	O	0			ewtb.r.308297.3
+12	's	's	VERB	O	0		v.stative	ewtb.r.308297.3
+13	enough	enough	ADJ	O	0			ewtb.r.308297.3
+14	food	food	NOUN	O	0		n.food	ewtb.r.308297.3
+15	to	to	PART	O	0			ewtb.r.308297.3
+16	fill	fill	VERB	B	0		v.consumption	ewtb.r.308297.3
+17	you	you	PRON	o	0			ewtb.r.308297.3
+18	up	up	ADP	I	16			ewtb.r.308297.3
+19	,	,	PUNCT	O	0			ewtb.r.308297.3
+20	but	but	CONJ	O	0			ewtb.r.308297.3
+21	you	you	PRON	O	0			ewtb.r.308297.3
+22	do	do	AUX	O	0			ewtb.r.308297.3
+23	n't	n't	PART	O	0			ewtb.r.308297.3
+24	ever	ever	ADV	O	0			ewtb.r.308297.3
+25	feel	feel	VERB	O	0		v.perception	ewtb.r.308297.3
+26	like	like	SCONJ	O	0			ewtb.r.308297.3
+27	you	you	PRON	O	0			ewtb.r.308297.3
+28	ate	eat	VERB	O	0		v.consumption	ewtb.r.308297.3
+29	too	too	ADV	O	0			ewtb.r.308297.3
+30	much	much	ADJ	O	0			ewtb.r.308297.3
+31	.	.	PUNCT	O	0			ewtb.r.308297.3
+
+1	Plus	plus	CONJ	O	0			ewtb.r.308297.4
+2	,	,	PUNCT	O	0			ewtb.r.308297.4
+3	it	it	PRON	O	0			ewtb.r.308297.4
+4	's	's	VERB	O	0		v.stative	ewtb.r.308297.4
+5	super	super	ADV	O	0			ewtb.r.308297.4
+6	healthy	healthy	ADJ	O	0			ewtb.r.308297.4
+7	!	!	PUNCT	O	0			ewtb.r.308297.4
+
+1	Great	great	ADJ	O	0			ewtb.r.317594.1
+2	Dude	dude	NOUN	O	0		n.person	ewtb.r.317594.1
+3	Cut	cut	NOUN	O	0		n.event	ewtb.r.317594.1
+4	!	!	PUNCT	O	0			ewtb.r.317594.1
+
+1	Great	great	ADJ	O	0			ewtb.r.317594.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.317594.2
+3	,	,	PUNCT	O	0			ewtb.r.317594.2
+4	cool	cool	ADJ	O	0			ewtb.r.317594.2
+5	vibe	vibe	NOUN	O	0		n.attribute	ewtb.r.317594.2
+6	,	,	PUNCT	O	0			ewtb.r.317594.2
+7	impeccable	impeccable	ADJ	O	0			ewtb.r.317594.2
+8	style	style	NOUN	O	0		n.attribute	ewtb.r.317594.2
+9	.	.	PUNCT	O	0			ewtb.r.317594.2
+
+1	I	i	PRON	O	0			ewtb.r.317594.3
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.317594.3
+3	a	a	DET	O	0			ewtb.r.317594.3
+4	guy	guy	NOUN	O	0		n.person	ewtb.r.317594.3
+5	with	with	ADP	O	0			ewtb.r.317594.3
+6	tricky	tricky	ADJ	O	0			ewtb.r.317594.3
+7	hair	hair	NOUN	O	0		n.body	ewtb.r.317594.3
+8	so	so	ADV	O	0			ewtb.r.317594.3
+9	getting	get	VERB	O	0		v.social	ewtb.r.317594.3
+10	that	that	DET	O	0			ewtb.r.317594.3
+11	right	right	ADJ	O	0			ewtb.r.317594.3
+12	is	be	VERB	O	0		v.stative	ewtb.r.317594.3
+13	job	job	NOUN	O	0		n.act	ewtb.r.317594.3
+14	#	#	NOUN	B	0		n.communication	ewtb.r.317594.3
+15	1	1	NUM	I	14			ewtb.r.317594.3
+16	.	.	PUNCT	O	0			ewtb.r.317594.3
+
+1	After	after	SCONJ	O	0			ewtb.r.317594.4
+2	going	go	VERB	B	0		v.social	ewtb.r.317594.4
+3	through	through	ADP	I	2			ewtb.r.317594.4
+4	5	5	NUM	O	0			ewtb.r.317594.4
+5	other	other	ADJ	O	0			ewtb.r.317594.4
+6	places	place	NOUN	O	0		n.group	ewtb.r.317594.4
+7	I	i	PRON	O	0			ewtb.r.317594.4
+8	finally	finally	ADV	O	0			ewtb.r.317594.4
+9	found	find	VERB	O	0		v.cognition	ewtb.r.317594.4
+10	Janice	janice	PROPN	O	0		n.person	ewtb.r.317594.4
+11	at	at	ADP	O	0			ewtb.r.317594.4
+12	Alta	alta	PROPN	B	0		n.group	ewtb.r.317594.4
+13	Moda	moda	PROPN	I	12			ewtb.r.317594.4
+14	.	.	PUNCT	O	0			ewtb.r.317594.4
+
+1	Not	not	PART	B	0			ewtb.r.317594.5
+2	only	only	ADV	I	1			ewtb.r.317594.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.317594.5
+4	it	it	PRON	O	0			ewtb.r.317594.5
+5	a	a	DET	O	0			ewtb.r.317594.5
+6	good	good	ADJ	O	0			ewtb.r.317594.5
+7	cut	cut	NOUN	O	0		n.act	ewtb.r.317594.5
+8	but	but	CONJ	O	0			ewtb.r.317594.5
+9	my	my	PRON	O	0			ewtb.r.317594.5
+10	wife	wife	NOUN	O	0		n.person	ewtb.r.317594.5
+11	and	and	CONJ	O	0			ewtb.r.317594.5
+12	friends	friend	NOUN	O	0		n.person	ewtb.r.317594.5
+13	comment	comment	VERB	O	0		v.communication	ewtb.r.317594.5
+14	on	on	ADP	O	0			ewtb.r.317594.5
+15	my	my	PRON	O	0			ewtb.r.317594.5
+16	hair	hair	NOUN	O	0		n.body	ewtb.r.317594.5
+17	every	every	DET	O	0			ewtb.r.317594.5
+18	time	time	NOUN	O	0		n.event	ewtb.r.317594.5
+19	I	i	PRON	O	0			ewtb.r.317594.5
+20	leave	leave	VERB	O	0		v.motion	ewtb.r.317594.5
+21	...	...	PUNCT	O	0			ewtb.r.317594.5
+22	saying	say	VERB	O	0		v.communication	ewtb.r.317594.5
+23	it	it	PRON	O	0			ewtb.r.317594.5
+24	's	's	VERB	O	0		v.stative	ewtb.r.317594.5
+25	the	the	DET	O	0			ewtb.r.317594.5
+26	best	best	ADJ	O	0			ewtb.r.317594.5
+27	look	look	NOUN	O	0		n.attribute	ewtb.r.317594.5
+28	I	i	PRON	O	0			ewtb.r.317594.5
+29	've	've	AUX	O	0			ewtb.r.317594.5
+30	ever	ever	ADV	O	0			ewtb.r.317594.5
+31	had	have	VERB	O	0		v.possession	ewtb.r.317594.5
+32	.	.	PUNCT	O	0			ewtb.r.317594.5
+
+1	Either	either	CONJ	O	0			ewtb.r.317594.6
+2	I	i	PRON	O	0			ewtb.r.317594.6
+3	suck	suck	VERB	O	0		v.stative	ewtb.r.317594.6
+4	at	at	ADP	O	0			ewtb.r.317594.6
+5	my	my	PRON	O	0			ewtb.r.317594.6
+6	own	own	ADJ	O	0			ewtb.r.317594.6
+7	style	style	NOUN	O	0		n.attribute	ewtb.r.317594.6
+8	or	or	CONJ	O	0			ewtb.r.317594.6
+9	Janice	janice	PROPN	O	0		n.person	ewtb.r.317594.6
+10	is	be	VERB	O	0		v.stative	ewtb.r.317594.6
+11	a	a	DET	O	0			ewtb.r.317594.6
+12	genius	genius	NOUN	O	0		n.person	ewtb.r.317594.6
+13	.	.	PUNCT	O	0			ewtb.r.317594.6
+
+1	Looks	look	VERB	B	0		v.cognition	ewtb.r.317594.7
+2	like	like	SCONJ	I	1			ewtb.r.317594.7
+3	there	there	PRON	O	0			ewtb.r.317594.7
+4	's	's	VERB	O	0		v.stative	ewtb.r.317594.7
+5	a	a	DET	B	0			ewtb.r.317594.7
+6	lot	lot	NOUN	I	5			ewtb.r.317594.7
+7	of	of	ADP	O	0			ewtb.r.317594.7
+8	talent	talent	NOUN	O	0		n.attribute	ewtb.r.317594.7
+9	in	in	ADP	O	0			ewtb.r.317594.7
+10	this	this	DET	O	0			ewtb.r.317594.7
+11	place	place	NOUN	O	0		n.group	ewtb.r.317594.7
+12	.	.	PUNCT	O	0			ewtb.r.317594.7
+
+1	Worth	worth	ADJ	B	0			ewtb.r.317594.8
+2	every	every	DET	I	1			ewtb.r.317594.8
+3	penny	penny	NOUN	I	2			ewtb.r.317594.8
+4	.	.	PUNCT	O	0			ewtb.r.317594.8
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.325292.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.325292.1
+3	cold	cold	ADJ	O	0			ewtb.r.325292.1
+
+1	I	i	PRON	O	0			ewtb.r.325292.2
+2	have	have	AUX	O	0			ewtb.r.325292.2
+3	been	be	VERB	O	0		v.stative	ewtb.r.325292.2
+4	here	here	ADV	O	0			ewtb.r.325292.2
+5	3	3	NUM	O	0			ewtb.r.325292.2
+6	to	to	ADP	O	0			ewtb.r.325292.2
+7	4	4	NUM	O	0			ewtb.r.325292.2
+8	times	times	NOUN	O	0		n.event	ewtb.r.325292.2
+9	and	and	CONJ	O	0			ewtb.r.325292.2
+10	every	every	DET	O	0			ewtb.r.325292.2
+11	time	time	NOUN	O	0		n.event	ewtb.r.325292.2
+12	food	food	NOUN	O	0		n.food	ewtb.r.325292.2
+13	they	they	PRON	O	0			ewtb.r.325292.2
+14	served	serve	VERB	O	0		v.social	ewtb.r.325292.2
+15	seems	seem	VERB	O	0		v.cognition	ewtb.r.325292.2
+16	warmed	warm	VERB	B	0		v.change	ewtb.r.325292.2
+17	up	up	ADP	I	16			ewtb.r.325292.2
+18	not	not	CONJ	O	0			ewtb.r.325292.2
+19	cooked	cook	VERB	O	0		v.creation	ewtb.r.325292.2
+20	after	after	SCONJ	O	0			ewtb.r.325292.2
+21	you	you	PRON	O	0			ewtb.r.325292.2
+22	order	order	VERB	O	0		v.communication	ewtb.r.325292.2
+23	it	it	PRON	O	0			ewtb.r.325292.2
+24	.	.	PUNCT	O	0			ewtb.r.325292.2
+
+1	I	i	PRON	O	0			ewtb.r.325292.3
+2	like	like	VERB	O	0		v.emotion	ewtb.r.325292.3
+3	my	my	PRON	O	0			ewtb.r.325292.3
+4	food	food	NOUN	O	0		n.food	ewtb.r.325292.3
+5	hot	hot	ADJ	O	0			ewtb.r.325292.3
+6	both	both	DET	O	0			ewtb.r.325292.3
+7	ways	ways	NOUN	O	0		n.cognition	ewtb.r.325292.3
+8	not	not	PART	O	0			ewtb.r.325292.3
+9	warm	warm	ADJ	O	0			ewtb.r.325292.3
+10	or	or	CONJ	O	0			ewtb.r.325292.3
+11	cold	cold	ADJ	O	0			ewtb.r.325292.3
+12	.	.	PUNCT	O	0			ewtb.r.325292.3
+
+1	Price	price	NOUN	O	0		n.possession	ewtb.r.325292.4
+2	and	and	CONJ	O	0			ewtb.r.325292.4
+3	taste	taste	NOUN	O	0		n.attribute	ewtb.r.325292.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.325292.4
+5	good	good	ADJ	O	0			ewtb.r.325292.4
+6	.	.	PUNCT	O	0			ewtb.r.325292.4
+
+1	I	i	PRON	O	0			ewtb.r.325292.5
+2	will	will	AUX	O	0			ewtb.r.325292.5
+3	be	be	VERB	O	0		v.stative	ewtb.r.325292.5
+4	happy	happy	ADJ	O	0			ewtb.r.325292.5
+5	if	if	SCONJ	O	0			ewtb.r.325292.5
+6	they	they	PRON	O	0			ewtb.r.325292.5
+7	can	can	AUX	O	0			ewtb.r.325292.5
+8	serve	serve	VERB	O	0		v.social	ewtb.r.325292.5
+9	when	when	ADV	O	0			ewtb.r.325292.5
+10	food	food	NOUN	O	0		n.food	ewtb.r.325292.5
+11	is	be	VERB	O	0			ewtb.r.325292.5
+12	piping	pipe	VERB	B	0		v.perception	ewtb.r.325292.5
+13	hot	hot	ADJ	I	12			ewtb.r.325292.5
+14	.	.	PUNCT	O	0			ewtb.r.325292.5
+
+1	KB	kb	PROPN	O	0		n.person	ewtb.r.325292.6
+
+1	Instructor	instructor	NOUN	O	0		n.person	ewtb.r.329692.1
+2	never	never	ADV	O	0			ewtb.r.329692.1
+3	showed	show	VERB	B	0		v.social	ewtb.r.329692.1
+4	up	up	ADP	I	3			ewtb.r.329692.1
+5	!	!	PUNCT	O	0			ewtb.r.329692.1
+
+1	January	january	PROPN	O	0		n.time	ewtb.r.329692.2
+2	15th	15th	NOUN	O	0		n.time	ewtb.r.329692.2
+3	--	--	PUNCT	O	0			ewtb.r.329692.2
+4	We	we	PRON	O	0			ewtb.r.329692.2
+5	were	be	AUX	O	0			ewtb.r.329692.2
+6	signed	sign	VERB	B	0		v.communication	ewtb.r.329692.2
+7	up	up	ADP	I	6			ewtb.r.329692.2
+8	for	for	ADP	O	0			ewtb.r.329692.2
+9	Saturday	saturday	PROPN	O	0		n.time	ewtb.r.329692.2
+10	's	's	PART	O	0			ewtb.r.329692.2
+11	2	2	NUM	O	0			ewtb.r.329692.2
+12	PM	pm	NOUN	O	0		n.time	ewtb.r.329692.2
+13	class	class	NOUN	O	0		n.event	ewtb.r.329692.2
+14	"	"	PUNCT	O	0			ewtb.r.329692.2
+15	Beginning	beginning	NOUN	B	0		n.group	ewtb.r.329692.2
+16	Yoga	yoga	NOUN	I	15			ewtb.r.329692.2
+17	with	with	ADP	I	16			ewtb.r.329692.2
+18	Brittany	brittany	PROPN	I	17			ewtb.r.329692.2
+19	.	.	PUNCT	O	0			ewtb.r.329692.2
+20	"	"	PUNCT	O	0			ewtb.r.329692.2
+
+1	We	we	PRON	O	0			ewtb.r.329692.3
+2	even	even	ADV	O	0			ewtb.r.329692.3
+3	arrived	arrive	VERB	O	0		v.motion	ewtb.r.329692.3
+4	10	10	NUM	O	0			ewtb.r.329692.3
+5	minutes	minutes	NOUN	O	0		n.time	ewtb.r.329692.3
+6	early	early	ADV	O	0			ewtb.r.329692.3
+7	as	as	SCONJ	O	0			ewtb.r.329692.3
+8	the	the	DET	O	0			ewtb.r.329692.3
+9	website	website	NOUN	O	0		n.communication	ewtb.r.329692.3
+10	suggests	suggest	VERB	O	0		v.communication	ewtb.r.329692.3
+11	.	.	PUNCT	O	0			ewtb.r.329692.3
+
+1	The	the	DET	O	0			ewtb.r.329692.4
+2	instructor	instructor	NOUN	O	0		n.person	ewtb.r.329692.4
+3	did	do	AUX	O	0			ewtb.r.329692.4
+4	not	not	PART	O	0			ewtb.r.329692.4
+5	show	show	VERB	B	0		v.social	ewtb.r.329692.4
+6	up	up	ADP	I	5			ewtb.r.329692.4
+7	!	!	PUNCT	O	0			ewtb.r.329692.4
+
+1	We	we	PRON	O	0			ewtb.r.329692.5
+2	waited	wait	VERB	O	0		v.stative	ewtb.r.329692.5
+3	until	until	ADP	O	0			ewtb.r.329692.5
+4	2:25	2:25	NUM	O	0			ewtb.r.329692.5
+5	PM	pm	NOUN	O	0		n.time	ewtb.r.329692.5
+6	and	and	CONJ	O	0			ewtb.r.329692.5
+7	then	then	ADV	O	0			ewtb.r.329692.5
+8	left	leave	VERB	O	0		v.motion	ewtb.r.329692.5
+9	.	.	PUNCT	O	0			ewtb.r.329692.5
+
+1	There	there	PRON	O	0			ewtb.r.329692.6
+2	were	be	VERB	O	0		v.stative	ewtb.r.329692.6
+3	2	2	NUM	O	0			ewtb.r.329692.6
+4	in	in	ADP	O	0			ewtb.r.329692.6
+5	our	our	PRON	O	0			ewtb.r.329692.6
+6	group	group	NOUN	O	0		n.group	ewtb.r.329692.6
+7	,	,	PUNCT	O	0			ewtb.r.329692.6
+8	and	and	CONJ	O	0			ewtb.r.329692.6
+9	a	a	DET	O	0			ewtb.r.329692.6
+10	3rd	3rd	ADJ	O	0			ewtb.r.329692.6
+11	person	person	NOUN	O	0		n.person	ewtb.r.329692.6
+12	was	be	VERB	O	0		v.stative	ewtb.r.329692.6
+13	also	also	ADV	O	0			ewtb.r.329692.6
+14	in	in	ADP	O	0			ewtb.r.329692.6
+15	the	the	DET	O	0			ewtb.r.329692.6
+16	parking	parking	NOUN	B	0		n.location	ewtb.r.329692.6
+17	lot	lot	NOUN	I	16			ewtb.r.329692.6
+18	waiting	wait	VERB	O	0		v.cognition	ewtb.r.329692.6
+19	for	for	ADP	O	0			ewtb.r.329692.6
+20	this	this	DET	O	0			ewtb.r.329692.6
+21	class	class	NOUN	O	0		n.group	ewtb.r.329692.6
+22	.	.	PUNCT	O	0			ewtb.r.329692.6
+
+1	Well	well	INTJ	O	0			ewtb.r.329692.7
+2	,	,	PUNCT	O	0			ewtb.r.329692.7
+3	not	not	PART	O	0			ewtb.r.329692.7
+4	much	much	ADV	O	0			ewtb.r.329692.7
+5	I	i	PRON	O	0			ewtb.r.329692.7
+6	can	can	AUX	O	0			ewtb.r.329692.7
+7	say	say	VERB	O	0		v.communication	ewtb.r.329692.7
+8	except	except	SCONJ	O	0			ewtb.r.329692.7
+9	I	i	PRON	O	0			ewtb.r.329692.7
+10	'm	'm	VERB	O	0		v.stative	ewtb.r.329692.7
+11	very	very	ADV	O	0			ewtb.r.329692.7
+12	disappointed	disappointed	ADJ	B	0			ewtb.r.329692.7
+13	with	with	ADP	I	12			ewtb.r.329692.7
+14	this	this	DET	O	0			ewtb.r.329692.7
+15	experience	experience	NOUN	O	0		n.event	ewtb.r.329692.7
+16	.	.	PUNCT	O	0			ewtb.r.329692.7
+
+1	This	this	DET	O	0			ewtb.r.329692.8
+2	was	be	VERB	O	0		v.stative	ewtb.r.329692.8
+3	our	our	PRON	O	0			ewtb.r.329692.8
+4	first	first	ADJ	O	0			ewtb.r.329692.8
+5	visit	visit	NOUN	O	0		n.event	ewtb.r.329692.8
+6	to	to	ADP	O	0			ewtb.r.329692.8
+7	your	your	PRON	O	0			ewtb.r.329692.8
+8	studio	studio	NOUN	O	0		n.group	ewtb.r.329692.8
+9	.	.	PUNCT	O	0			ewtb.r.329692.8
+
+1	In	in	ADP	O	0			ewtb.r.329692.9
+2	today	today	NOUN	O	0		n.time	ewtb.r.329692.9
+3	's	's	PART	O	0			ewtb.r.329692.9
+4	instant	instant	ADJ	O	0			ewtb.r.329692.9
+5	world	world	NOUN	O	0		n.cognition	ewtb.r.329692.9
+6	,	,	PUNCT	O	0			ewtb.r.329692.9
+7	there	there	PRON	O	0			ewtb.r.329692.9
+8	's	's	VERB	O	0		v.stative	ewtb.r.329692.9
+9	no	no	DET	O	0			ewtb.r.329692.9
+10	reason	reason	NOUN	O	0		n.motive	ewtb.r.329692.9
+11	for	for	SCONJ	O	0			ewtb.r.329692.9
+12	the	the	DET	O	0			ewtb.r.329692.9
+13	instructor	instructor	NOUN	O	0		n.person	ewtb.r.329692.9
+14	not	not	PART	O	0			ewtb.r.329692.9
+15	to	to	PART	O	0			ewtb.r.329692.9
+16	even	even	ADV	O	0			ewtb.r.329692.9
+17	have	have	AUX	O	0			ewtb.r.329692.9
+18	given	give	VERB	O	0		v.communication	ewtb.r.329692.9
+19	us	us	PRON	O	0			ewtb.r.329692.9
+20	a	a	DET	O	0			ewtb.r.329692.9
+21	phone	phone	NOUN	B	0		n.communication	ewtb.r.329692.9
+22	call	call	NOUN	I	21			ewtb.r.329692.9
+23	or	or	CONJ	O	0			ewtb.r.329692.9
+24	e-mail	e-mail	NOUN	O	0		n.communication	ewtb.r.329692.9
+25	if	if	SCONJ	O	0			ewtb.r.329692.9
+26	she	she	PRON	O	0			ewtb.r.329692.9
+27	was	be	AUX	O	0			ewtb.r.329692.9
+28	going	go	VERB	B	0			ewtb.r.329692.9
+29	to	to	PART	I	28			ewtb.r.329692.9
+30	be	be	VERB	O	0		v.stative	ewtb.r.329692.9
+31	late	late	ADJ	O	0			ewtb.r.329692.9
+32	.	.	PUNCT	O	0			ewtb.r.329692.9
+
+1	As	as	ADP	O	0			ewtb.r.329692.10
+2	a	a	DET	O	0			ewtb.r.329692.10
+3	yoga	yoga	NOUN	O	0		n.act	ewtb.r.329692.10
+4	studio	studio	NOUN	O	0		n.group	ewtb.r.329692.10
+5	,	,	PUNCT	O	0			ewtb.r.329692.10
+6	I	i	PRON	O	0			ewtb.r.329692.10
+7	'm	'm	VERB	O	0			ewtb.r.329692.10
+8	sure	sure	ADJ	O	0			ewtb.r.329692.10
+9	you	you	PRON	O	0			ewtb.r.329692.10
+10	're	're	VERB	O	0		v.stative	ewtb.r.329692.10
+11	all	all	ADV	O	0			ewtb.r.329692.10
+12	aware	aware	ADJ	O	0			ewtb.r.329692.10
+13	that	that	SCONJ	O	0			ewtb.r.329692.10
+14	all	all	DET	O	0			ewtb.r.329692.10
+15	actions	action	NOUN	O	0		n.act	ewtb.r.329692.10
+16	generate	generate	VERB	O	0		v.creation	ewtb.r.329692.10
+17	karma	karma	NOUN	O	0		n.cognition	ewtb.r.329692.10
+18	.	.	PUNCT	O	0			ewtb.r.329692.10
+
+1	and	and	CONJ	O	0			ewtb.r.329692.11
+2	sometimes	sometimes	ADV	O	0			ewtb.r.329692.11
+3	karma	karma	NOUN	O	0		n.cognition	ewtb.r.329692.11
+4	can	can	AUX	O	0			ewtb.r.329692.11
+5	manifest	manifest	VERB	O	0		v.stative	ewtb.r.329692.11
+6	itself	itself	PRON	O	0			ewtb.r.329692.11
+7	on	on	ADP	O	0			ewtb.r.329692.11
+8	a	a	DET	O	0			ewtb.r.329692.11
+9	bad	bad	ADJ	O	0			ewtb.r.329692.11
+10	review	review	NOUN	O	0		n.communication	ewtb.r.329692.11
+11	on	on	ADP	O	0			ewtb.r.329692.11
+12	Google	google	PROPN	O	0		n.group	ewtb.r.329692.11
+13	.	.	PUNCT	O	0			ewtb.r.329692.11
+
+1	I	i	PRON	O	0			ewtb.r.329991.1
+2	googled	google	VERB	O	0		v.communication	ewtb.r.329991.1
+3	restaurants	restaurant	NOUN	O	0		n.group	ewtb.r.329991.1
+4	in	in	ADP	O	0			ewtb.r.329991.1
+5	the	the	DET	O	0			ewtb.r.329991.1
+6	area	area	NOUN	O	0		n.location	ewtb.r.329991.1
+7	and	and	CONJ	O	0			ewtb.r.329991.1
+8	Fuji	fuji	PROPN	B	0		n.group	ewtb.r.329991.1
+9	Sushi	sushi	PROPN	I	8			ewtb.r.329991.1
+10	came	come	VERB	B	0		v.communication	ewtb.r.329991.1
+11	up	up	ADV	I	10			ewtb.r.329991.1
+12	and	and	CONJ	O	0			ewtb.r.329991.1
+13	reviews	review	NOUN	O	0		n.communication	ewtb.r.329991.1
+14	were	be	VERB	O	0		v.stative	ewtb.r.329991.1
+15	great	great	ADJ	O	0			ewtb.r.329991.1
+16	so	so	ADV	O	0			ewtb.r.329991.1
+17	I	i	PRON	O	0			ewtb.r.329991.1
+18	made	make	VERB	B	0		v.communication	ewtb.r.329991.1
+19	a	a	DET	o	0			ewtb.r.329991.1
+20	carry	carry	VERB	b	0		v.possession	ewtb.r.329991.1
+21	out	out	ADP	i	20			ewtb.r.329991.1
+22	order	order	NOUN	I	18			ewtb.r.329991.1
+23	of	of	ADP	O	0			ewtb.r.329991.1
+24	:	:	PUNCT	O	0			ewtb.r.329991.1
+25	L	l	SYM	O	0			ewtb.r.329991.1
+26	17	17	NUM	O	0			ewtb.r.329991.1
+27	.	.	PUNCT	O	0			ewtb.r.329991.1
+
+1	Mixed	mix	VERB	O	0			ewtb.r.329991.2
+2	Tempura	tempura	PROPN	O	0		n.food	ewtb.r.329991.2
+3	.....................	.....................	PUNCT	O	0			ewtb.r.329991.2
+4	8.25	8.25	NUM	O	0			ewtb.r.329991.2
+5	Shrimp	shrimp	NOUN	O	0		n.food	ewtb.r.329991.2
+6	or	or	CONJ	O	0			ewtb.r.329991.2
+7	vegetable	vegetable	NOUN	O	0		n.food	ewtb.r.329991.2
+8	tempura	tempura	NOUN	O	0		n.food	ewtb.r.329991.2
+9	&	&	CONJ	O	0			ewtb.r.329991.2
+10	salad	salad	NOUN	O	0		n.food	ewtb.r.329991.2
+11	.	.	PUNCT	O	0			ewtb.r.329991.2
+
+1	I	i	PRON	O	0			ewtb.r.329991.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.329991.3
+3	very	very	ADV	O	0			ewtb.r.329991.3
+4	happy	happy	ADJ	O	0			ewtb.r.329991.3
+5	with	with	ADP	O	0			ewtb.r.329991.3
+6	the	the	DET	O	0			ewtb.r.329991.3
+7	customer	customer	NOUN	B	0		n.act	ewtb.r.329991.3
+8	service	service	NOUN	I	7			ewtb.r.329991.3
+9	and	and	CONJ	O	0			ewtb.r.329991.3
+10	even	even	ADV	O	0			ewtb.r.329991.3
+11	more	more	ADV	O	0			ewtb.r.329991.3
+12	please	please	ADJ	O	0			ewtb.r.329991.3
+13	with	with	ADP	O	0			ewtb.r.329991.3
+14	the	the	DET	O	0			ewtb.r.329991.3
+15	portion	portion	NOUN	O	0		n.quantity	ewtb.r.329991.3
+16	size	size	NOUN	O	0		n.quantity	ewtb.r.329991.3
+17	,	,	PUNCT	O	0			ewtb.r.329991.3
+18	to	to	PART	B	0			ewtb.r.329991.3
+19	go	go	VERB	I	18			ewtb.r.329991.3
+20	box	box	NOUN	O	0		n.artifact	ewtb.r.329991.3
+21	set	set	NOUN	B	0		n.act	ewtb.r.329991.3
+22	up	up	NOUN	I	21			ewtb.r.329991.3
+23	and	and	CONJ	O	0			ewtb.r.329991.3
+24	quality	quality	NOUN	O	0		n.attribute	ewtb.r.329991.3
+25	of	of	ADP	O	0			ewtb.r.329991.3
+26	the	the	DET	O	0			ewtb.r.329991.3
+27	food	food	NOUN	O	0		n.food	ewtb.r.329991.3
+28	for	for	ADP	O	0			ewtb.r.329991.3
+29	the	the	DET	O	0			ewtb.r.329991.3
+30	price	price	NOUN	O	0		n.possession	ewtb.r.329991.3
+31	.	.	PUNCT	O	0			ewtb.r.329991.3
+
+1	I	i	PRON	O	0			ewtb.r.329991.4
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.329991.4
+3	very	very	ADV	O	0			ewtb.r.329991.4
+4	happy	happy	ADJ	O	0			ewtb.r.329991.4
+5	and	and	CONJ	O	0			ewtb.r.329991.4
+6	will	will	AUX	O	0			ewtb.r.329991.4
+7	definitely	definitely	ADV	O	0			ewtb.r.329991.4
+8	dine	dine	VERB	B	0		v.social	ewtb.r.329991.4
+9	in	in	ADV	I	8			ewtb.r.329991.4
+10	and	and	CONJ	O	0			ewtb.r.329991.4
+11	carry	carry	VERB	B	0		v.social	ewtb.r.329991.4
+12	out	out	ADP	I	11			ewtb.r.329991.4
+13	again	again	ADV	O	0			ewtb.r.329991.4
+14	.	.	PUNCT	O	0			ewtb.r.329991.4
+
+1	Cleanest	clean	ADJ	O	0			ewtb.r.335490.1
+2	guesthouse	guesthouse	NOUN	O	0		n.artifact	ewtb.r.335490.1
+3	i	i	PRON	O	0			ewtb.r.335490.1
+4	have	have	AUX	O	0			ewtb.r.335490.1
+5	been	be	VERB	B	0		v.motion	ewtb.r.335490.1
+6	to	to	ADP	I	5			ewtb.r.335490.1
+
+1	Stayed	stay	VERB	O	0		v.social	ewtb.r.335490.2
+2	here	here	ADV	O	0			ewtb.r.335490.2
+3	for	for	ADP	O	0			ewtb.r.335490.2
+4	2	2	NUM	O	0			ewtb.r.335490.2
+5	nights	night	NOUN	O	0		n.time	ewtb.r.335490.2
+6	.	.	PUNCT	O	0			ewtb.r.335490.2
+
+1	The	the	DET	O	0			ewtb.r.335490.3
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.335490.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.335490.3
+4	very	very	ADV	O	0			ewtb.r.335490.3
+5	friendly	friendly	ADJ	O	0			ewtb.r.335490.3
+6	and	and	CONJ	O	0			ewtb.r.335490.3
+7	helpful	helpful	ADJ	O	0			ewtb.r.335490.3
+8	.	.	PUNCT	O	0			ewtb.r.335490.3
+
+1	The	the	DET	O	0			ewtb.r.335490.4
+2	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.335490.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.335490.4
+4	very	very	ADV	O	0			ewtb.r.335490.4
+5	clean	clean	ADJ	O	0			ewtb.r.335490.4
+6	and	and	CONJ	O	0			ewtb.r.335490.4
+7	the	the	DET	O	0			ewtb.r.335490.4
+8	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.335490.4
+9	was	be	VERB	O	0		v.stative	ewtb.r.335490.4
+10	excellent	excellent	ADJ	O	0			ewtb.r.335490.4
+11	.	.	PUNCT	O	0			ewtb.r.335490.4
+
+1	Good	good	ADJ	O	0			ewtb.r.335490.5
+2	location	location	NOUN	O	0		n.location	ewtb.r.335490.5
+3	and	and	CONJ	O	0			ewtb.r.335490.5
+4	off	off	ADP	B	0			ewtb.r.335490.5
+5	road	road	NOUN	I	4			ewtb.r.335490.5
+6	parking	parking	NOUN	O	0		n.cognition	ewtb.r.335490.5
+7	made	make	VERB	O	0		v.social	ewtb.r.335490.5
+8	our	our	PRON	O	0			ewtb.r.335490.5
+9	stay	stay	NOUN	O	0		n.event	ewtb.r.335490.5
+10	very	very	ADV	O	0			ewtb.r.335490.5
+11	convenient	convenient	ADJ	O	0			ewtb.r.335490.5
+12	.	.	PUNCT	O	0			ewtb.r.335490.5
+
+1	The	the	DET	O	0			ewtb.r.340891.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.340891.1
+3	tasted	taste	VERB	O	0		v.perception	ewtb.r.340891.1
+4	like	like	ADP	O	0			ewtb.r.340891.1
+5	rat	rat	NOUN	O	0		n.animal	ewtb.r.340891.1
+6	feces	feces	NOUN	O	0		n.substance	ewtb.r.340891.1
+
+1	these	these	DET	O	0			ewtb.r.341397.1
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.341397.1
+3	were	be	VERB	O	0		v.stative	ewtb.r.341397.1
+4	fantastic	fantastic	ADJ	O	0			ewtb.r.341397.1
+5	!	!	PUNCT	O	0			ewtb.r.341397.1
+
+1	they	they	PRON	O	0			ewtb.r.341397.2
+2	fixed	fix	VERB	O	0		v.change	ewtb.r.341397.2
+3	my	my	PRON	O	0			ewtb.r.341397.2
+4	garage	garage	NOUN	B	0		n.artifact	ewtb.r.341397.2
+5	doors	door	NOUN	I	4			ewtb.r.341397.2
+6	in	in	ADP	O	0			ewtb.r.341397.2
+7	literally	literally	ADV	O	0			ewtb.r.341397.2
+8	less	less	ADJ	B	0			ewtb.r.341397.2
+9	than	than	ADP	I	8			ewtb.r.341397.2
+10	an	an	DET	O	0			ewtb.r.341397.2
+11	hour	hour	NOUN	O	0		n.time	ewtb.r.341397.2
+12	.	.	PUNCT	O	0			ewtb.r.341397.2
+
+1	the	the	DET	O	0			ewtb.r.341397.3
+2	guy	guy	NOUN	O	0		n.person	ewtb.r.341397.3
+3	came	come	VERB	O	0		v.motion	ewtb.r.341397.3
+4	on	on	ADP	B	0			ewtb.r.341397.3
+5	time	time	NOUN	I	4			ewtb.r.341397.3
+6	and	and	CONJ	O	0			ewtb.r.341397.3
+7	did	do	AUX	O	0			ewtb.r.341397.3
+8	n't	n't	PART	O	0			ewtb.r.341397.3
+9	take	take	VERB	B	0		v.social	ewtb.r.341397.3
+10	any	any	DET	o	0			ewtb.r.341397.3
+11	breaks	break	NOUN	I	9			ewtb.r.341397.3
+12	,	,	PUNCT	O	0			ewtb.r.341397.3
+13	he	he	PRON	O	0			ewtb.r.341397.3
+14	went	go	VERB	B	0		v.motion	ewtb.r.341397.3
+15	straight	straight	ADV	o	0			ewtb.r.341397.3
+16	to	to	PART	I	14			ewtb.r.341397.3
+17	work	work	VERB	I	16			ewtb.r.341397.3
+18	and	and	CONJ	O	0			ewtb.r.341397.3
+19	finished	finish	VERB	O	0		v.change	ewtb.r.341397.3
+20	the	the	DET	O	0			ewtb.r.341397.3
+21	job	job	NOUN	O	0		n.act	ewtb.r.341397.3
+22	efficiently	efficiently	ADV	O	0			ewtb.r.341397.3
+23	and	and	CONJ	O	0			ewtb.r.341397.3
+24	promptly	promptly	ADV	O	0			ewtb.r.341397.3
+25	!	!	PUNCT	O	0			ewtb.r.341397.3
+
+1	i	i	PRON	O	0			ewtb.r.341397.4
+2	could	could	AUX	O	0			ewtb.r.341397.4
+3	n't	n't	PART	O	0			ewtb.r.341397.4
+4	be	be	VERB	O	0		v.stative	ewtb.r.341397.4
+5	more	more	ADV	O	0			ewtb.r.341397.4
+6	happier	happy	ADJ	B	0			ewtb.r.341397.4
+7	with	with	ADP	I	6			ewtb.r.341397.4
+8	the	the	DET	O	0			ewtb.r.341397.4
+9	way	way	NOUN	O	0		n.cognition	ewtb.r.341397.4
+10	my	my	PRON	O	0			ewtb.r.341397.4
+11	garage	garage	NOUN	O	0		n.artifact	ewtb.r.341397.4
+12	looks	look	VERB	O	0		v.perception	ewtb.r.341397.4
+13	.	.	PUNCT	O	0			ewtb.r.341397.4
+
+1	GREAT	great	ADJ	O	0			ewtb.r.341397.5
+2	JOB	job	NOUN	O	0		n.act	ewtb.r.341397.5
+3	GUYS	guy	NOUN	O	0		n.group	ewtb.r.341397.5
+4	!	!	PUNCT	O	0			ewtb.r.341397.5
+
+1	Great	great	ADJ	O	0			ewtb.r.353891.1
+2	Manicure	manicure	NOUN	O	0		n.act	ewtb.r.353891.1
+
+1	This	this	DET	O	0			ewtb.r.353891.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.353891.2
+3	offers	offer	VERB	O	0		v.stative	ewtb.r.353891.2
+4	a	a	DET	O	0			ewtb.r.353891.2
+5	great	great	ADJ	O	0			ewtb.r.353891.2
+6	manicure	manicure	NOUN	O	0		n.act	ewtb.r.353891.2
+7	and	and	CONJ	O	0			ewtb.r.353891.2
+8	pedicure	pedicure	NOUN	O	0		n.act	ewtb.r.353891.2
+9	.	.	PUNCT	O	0			ewtb.r.353891.2
+
+1	My	my	PRON	O	0			ewtb.r.353891.3
+2	nails	nail	NOUN	O	0		n.body	ewtb.r.353891.3
+3	looked	look	VERB	O	0		v.perception	ewtb.r.353891.3
+4	great	great	ADJ	O	0			ewtb.r.353891.3
+5	for	for	ADP	O	0			ewtb.r.353891.3
+6	the	the	DET	B	0			ewtb.r.353891.3
+7	better	better	ADJ	I	6			ewtb.r.353891.3
+8	part	part	NOUN	I	7			ewtb.r.353891.3
+9	of	of	ADP	I	8			ewtb.r.353891.3
+10	2	2	NUM	O	0			ewtb.r.353891.3
+11	weeks	week	NOUN	O	0		n.time	ewtb.r.353891.3
+12	!	!	PUNCT	O	0			ewtb.r.353891.3
+
+1	Also	also	ADV	O	0			ewtb.r.353891.4
+2	very	very	ADV	O	0			ewtb.r.353891.4
+3	friendly	friendly	ADJ	O	0			ewtb.r.353891.4
+4	and	and	CONJ	O	0			ewtb.r.353891.4
+5	the	the	DET	O	0			ewtb.r.353891.4
+6	stylists	stylist	NOUN	O	0		n.person	ewtb.r.353891.4
+7	are	be	VERB	O	0		v.stative	ewtb.r.353891.4
+8	not	not	PART	O	0			ewtb.r.353891.4
+9	in	in	ADP	O	0			ewtb.r.353891.4
+10	the	the	DET	O	0			ewtb.r.353891.4
+11	"	"	PUNCT	O	0			ewtb.r.353891.4
+12	been	be	VERB	B	0			ewtb.r.353891.4
+13	there	there	ADV	I	12			ewtb.r.353891.4
+14	/	/	X	I	13			ewtb.r.353891.4
+15	done	do	VERB	I	14			ewtb.r.353891.4
+16	that	that	DET	I	15			ewtb.r.353891.4
+17	"	"	PUNCT	O	0			ewtb.r.353891.4
+18	mood	mood	NOUN	O	0		n.attribute	ewtb.r.353891.4
+19	!	!	PUNCT	O	0			ewtb.r.353891.4
+
+1	It	it	PRON	O	0			ewtb.r.360698.1
+2	s	s	AUX	O	0			ewtb.r.360698.1
+3	been	be	VERB	O	0		v.stative	ewtb.r.360698.1
+4	a	a	DET	B	0			ewtb.r.360698.1
+5	few	few	ADJ	I	4			ewtb.r.360698.1
+6	years	years	NOUN	O	0		n.time	ewtb.r.360698.1
+7	since	since	SCONJ	O	0			ewtb.r.360698.1
+8	I	i	PRON	O	0			ewtb.r.360698.1
+9	have	have	AUX	O	0			ewtb.r.360698.1
+10	been	be	VERB	B	0		v.motion	ewtb.r.360698.1
+11	to	to	ADP	I	10			ewtb.r.360698.1
+12	Ipanema	ipanema	PROPN	O	0		n.group	ewtb.r.360698.1
+13	.	.	PUNCT	O	0			ewtb.r.360698.1
+
+1	But	but	CONJ	O	0			ewtb.r.360698.2
+2	my	my	PRON	O	0			ewtb.r.360698.2
+3	wife	wife	NOUN	O	0		n.person	ewtb.r.360698.2
+4	and	and	CONJ	O	0			ewtb.r.360698.2
+5	I	i	PRON	O	0			ewtb.r.360698.2
+6	first	first	ADV	O	0			ewtb.r.360698.2
+7	went	go	VERB	O	0		v.motion	ewtb.r.360698.2
+8	there	there	ADV	O	0			ewtb.r.360698.2
+9	thinking	think	VERB	O	0		v.cognition	ewtb.r.360698.2
+10	it	it	PRON	O	0			ewtb.r.360698.2
+11	would	would	AUX	O	0			ewtb.r.360698.2
+12	be	be	VERB	O	0		v.stative	ewtb.r.360698.2
+13	Brazilian	brazilian	ADJ	O	0			ewtb.r.360698.2
+14	food	food	NOUN	O	0		n.food	ewtb.r.360698.2
+15	(	(	PUNCT	O	0			ewtb.r.360698.2
+16	think	think	VERB	O	0		v.cognition	ewtb.r.360698.2
+17	lots	lots	NOUN	O	0			ewtb.r.360698.2
+18	of	of	ADP	O	0			ewtb.r.360698.2
+19	meat	meat	NOUN	O	0		n.food	ewtb.r.360698.2
+20	)	)	PUNCT	O	0			ewtb.r.360698.2
+21	,	,	PUNCT	O	0			ewtb.r.360698.2
+22	but	but	CONJ	O	0			ewtb.r.360698.2
+23	it	it	PRON	O	0			ewtb.r.360698.2
+24	turned	turn	VERB	B	0		v.cognition	ewtb.r.360698.2
+25	out	out	ADP	I	24			ewtb.r.360698.2
+26	to	to	PART	O	0			ewtb.r.360698.2
+27	be	be	VERB	O	0		v.stative	ewtb.r.360698.2
+28	a	a	DET	O	0			ewtb.r.360698.2
+29	vegan	vegan	ADJ	O	0			ewtb.r.360698.2
+30	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.360698.2
+31	!	!	PUNCT	O	0			ewtb.r.360698.2
+
+1	And	and	CONJ	O	0			ewtb.r.360698.3
+2	,	,	PUNCT	O	0			ewtb.r.360698.3
+3	I	i	PRON	O	0			ewtb.r.360698.3
+4	can	can	AUX	O	0			ewtb.r.360698.3
+5	say	say	VERB	O	0		v.communication	ewtb.r.360698.3
+6	,	,	PUNCT	O	0			ewtb.r.360698.3
+7	this	this	DET	O	0			ewtb.r.360698.3
+8	was	be	VERB	O	0		v.stative	ewtb.r.360698.3
+9	one	one	NUM	O	0			ewtb.r.360698.3
+10	of	of	ADP	O	0			ewtb.r.360698.3
+11	my	my	PRON	O	0			ewtb.r.360698.3
+12	favorite	favorite	ADJ	O	0			ewtb.r.360698.3
+13	places	place	NOUN	O	0		n.group	ewtb.r.360698.3
+14	to	to	PART	O	0			ewtb.r.360698.3
+15	eat	eat	VERB	O	0		v.consumption	ewtb.r.360698.3
+16	in	in	ADP	O	0			ewtb.r.360698.3
+17	all	all	DET	O	0			ewtb.r.360698.3
+18	of	of	ADP	O	0			ewtb.r.360698.3
+19	Richmond	richmond	PROPN	O	0		n.location	ewtb.r.360698.3
+20	.	.	PUNCT	O	0			ewtb.r.360698.3
+
+1	Amazing	amazing	ADJ	O	0			ewtb.r.360698.4
+2	!	!	PUNCT	O	0			ewtb.r.360698.4
+
+1	Do	do	AUX	O	0			ewtb.r.360698.5
+2	n't	n't	PART	O	0			ewtb.r.360698.5
+3	let	let	VERB	O	0		v.cognition	ewtb.r.360698.5
+4	the	the	DET	O	0			ewtb.r.360698.5
+5	nondescript	nondescript	ADJ	O	0			ewtb.r.360698.5
+6	building	building	NOUN	O	0		n.artifact	ewtb.r.360698.5
+7	entrance	entrance	NOUN	O	0		n.location	ewtb.r.360698.5
+8	fool	fool	VERB	O	0		v.cognition	ewtb.r.360698.5
+9	you	you	PRON	O	0			ewtb.r.360698.5
+10	,	,	PUNCT	O	0			ewtb.r.360698.5
+11	these	these	DET	O	0			ewtb.r.360698.5
+12	are	be	VERB	O	0		v.stative	ewtb.r.360698.5
+13	some	some	DET	O	0			ewtb.r.360698.5
+14	creative	creative	ADJ	O	0			ewtb.r.360698.5
+15	and	and	CONJ	O	0			ewtb.r.360698.5
+16	talented	talented	ADJ	O	0			ewtb.r.360698.5
+17	chefs	chef	NOUN	O	0		n.person	ewtb.r.360698.5
+18	...	...	PUNCT	O	0			ewtb.r.360698.5
+19	two	two	NUM	B	0		n.communication	ewtb.r.360698.5
+20	thumbs	thumb	NOUN	I	19			ewtb.r.360698.5
+21	way	way	ADV	o	0			ewtb.r.360698.5
+22	,	,	PUNCT	o	0			ewtb.r.360698.5
+23	way	way	ADV	o	0			ewtb.r.360698.5
+24	up	up	ADV	I	20			ewtb.r.360698.5
+25	!	!	PUNCT	O	0			ewtb.r.360698.5
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.371492.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.371492.1
+3	!	!	PUNCT	O	0			ewtb.r.371492.1
+
+1	I	i	PRON	O	0			ewtb.r.371492.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.371492.2
+3	so	so	ADV	O	0			ewtb.r.371492.2
+4	glad	glad	ADJ	O	0			ewtb.r.371492.2
+5	that	that	SCONJ	O	0			ewtb.r.371492.2
+6	we	we	PRON	O	0			ewtb.r.371492.2
+7	now	now	ADV	O	0			ewtb.r.371492.2
+8	have	have	VERB	O	0		v.stative	ewtb.r.371492.2
+9	a	a	DET	O	0			ewtb.r.371492.2
+10	good	good	ADJ	O	0			ewtb.r.371492.2
+11	nail	nail	NOUN	O	0		n.body	ewtb.r.371492.2
+12	shop	shop	NOUN	O	0		n.group	ewtb.r.371492.2
+13	on	on	ADP	O	0			ewtb.r.371492.2
+14	San	san	PROPN	B	0		n.location	ewtb.r.371492.2
+15	Mateo	mateo	PROPN	I	14			ewtb.r.371492.2
+16	Avenue	avenue	PROPN	I	15			ewtb.r.371492.2
+17	!	!	PUNCT	O	0			ewtb.r.371492.2
+
+1	No	no	ADV	O	0			ewtb.r.371492.3
+2	more	more	ADV	O	0			ewtb.r.371492.3
+3	having	have	VERB	B	0			ewtb.r.371492.3
+4	to	to	PART	I	3			ewtb.r.371492.3
+5	drive	drive	VERB	O	0		v.motion	ewtb.r.371492.3
+6	to	to	ADP	O	0			ewtb.r.371492.3
+7	San	san	PROPN	B	0		n.location	ewtb.r.371492.3
+8	Francisco	francisco	PROPN	I	7			ewtb.r.371492.3
+9	for	for	ADP	O	0			ewtb.r.371492.3
+10	a	a	DET	O	0			ewtb.r.371492.3
+11	great	great	ADJ	O	0			ewtb.r.371492.3
+12	mani	mani	NOUN	B	0		n.act	ewtb.r.371492.3
+13	pedi	pedi	NOUN	I	12			ewtb.r.371492.3
+14	.	.	PUNCT	O	0			ewtb.r.371492.3
+
+1	Both	both	CONJ	O	0			ewtb.r.371492.4
+2	Tina	tina	PROPN	O	0		n.person	ewtb.r.371492.4
+3	and	and	CONJ	O	0			ewtb.r.371492.4
+4	Vicky	vicky	PROPN	O	0		n.person	ewtb.r.371492.4
+5	are	be	VERB	O	0		v.stative	ewtb.r.371492.4
+6	excellent	excellent	ADJ	O	0			ewtb.r.371492.4
+7	.	.	PUNCT	O	0			ewtb.r.371492.4
+
+1	I	i	PRON	O	0			ewtb.r.371492.5
+2	will	will	AUX	O	0			ewtb.r.371492.5
+3	definitely	definitely	ADV	O	0			ewtb.r.371492.5
+4	refer	refer	VERB	O	0		v.communication	ewtb.r.371492.5
+5	my	my	PRON	O	0			ewtb.r.371492.5
+6	friends	friend	NOUN	O	0		n.person	ewtb.r.371492.5
+7	and	and	CONJ	O	0			ewtb.r.371492.5
+8	family	family	NOUN	O	0		n.group	ewtb.r.371492.5
+9	:)	:)	SYM	O	0			ewtb.r.371492.5
+
+1	Worth	worth	ADJ	B	0			ewtb.r.388799.1
+2	Every	every	ADJ	I	1			ewtb.r.388799.1
+3	Penny	penny	NOUN	I	2			ewtb.r.388799.1
+
+1	My	my	PRON	O	0			ewtb.r.388799.2
+2	girlfriend	girlfriend	NOUN	O	0		n.person	ewtb.r.388799.2
+3	and	and	CONJ	O	0			ewtb.r.388799.2
+4	I	i	PRON	O	0			ewtb.r.388799.2
+5	ate	eat	VERB	O	0		v.consumption	ewtb.r.388799.2
+6	at	at	ADP	O	0			ewtb.r.388799.2
+7	The	the	DET	B	0		n.group	ewtb.r.388799.2
+8	Grill	grill	PROPN	I	7			ewtb.r.388799.2
+9	last	last	ADJ	O	0			ewtb.r.388799.2
+10	night	night	NOUN	O	0		n.time	ewtb.r.388799.2
+11	,	,	PUNCT	O	0			ewtb.r.388799.2
+12	and	and	CONJ	O	0			ewtb.r.388799.2
+13	our	our	PRON	O	0			ewtb.r.388799.2
+14	experience	experience	NOUN	O	0		n.event	ewtb.r.388799.2
+15	was	be	VERB	O	0		v.stative	ewtb.r.388799.2
+16	amazing	amazing	ADJ	O	0			ewtb.r.388799.2
+17	.	.	PUNCT	O	0			ewtb.r.388799.2
+
+1	Everything	everything	NOUN	O	0			ewtb.r.388799.3
+2	we	we	PRON	O	0			ewtb.r.388799.3
+3	ordered	order	VERB	O	0		v.communication	ewtb.r.388799.3
+4	was	be	AUX	O	0			ewtb.r.388799.3
+5	prepared	prepare	VERB	O	0		v.creation	ewtb.r.388799.3
+6	to	to	ADP	O	0			ewtb.r.388799.3
+7	perfection	perfection	NOUN	O	0		n.cognition	ewtb.r.388799.3
+8	,	,	PUNCT	O	0			ewtb.r.388799.3
+9	and	and	CONJ	O	0			ewtb.r.388799.3
+10	was	be	AUX	O	0			ewtb.r.388799.3
+11	presented	present	VERB	O	0		v.perception	ewtb.r.388799.3
+12	perfectly	perfectly	ADV	O	0			ewtb.r.388799.3
+13	.	.	PUNCT	O	0			ewtb.r.388799.3
+
+1	The	the	DET	O	0			ewtb.r.388799.4
+2	asparagus	asparagus	NOUN	O	0		n.food	ewtb.r.388799.4
+3	,	,	PUNCT	O	0			ewtb.r.388799.4
+4	seared	sear	VERB	O	0		v.creation	ewtb.r.388799.4
+5	tuna	tuna	NOUN	O	0		n.food	ewtb.r.388799.4
+6	,	,	PUNCT	O	0			ewtb.r.388799.4
+7	and	and	CONJ	O	0			ewtb.r.388799.4
+8	lobster	lobster	NOUN	O	0		n.food	ewtb.r.388799.4
+9	tail	tail	NOUN	O	0		n.food	ewtb.r.388799.4
+10	were	be	VERB	O	0		v.stative	ewtb.r.388799.4
+11	the	the	DET	O	0			ewtb.r.388799.4
+12	best	best	ADJ	O	0			ewtb.r.388799.4
+13	we	we	PRON	O	0			ewtb.r.388799.4
+14	ever	ever	ADV	O	0			ewtb.r.388799.4
+15	had	have	VERB	O	0		v.stative	ewtb.r.388799.4
+16	.	.	PUNCT	O	0			ewtb.r.388799.4
+
+1	Then	then	ADV	O	0			ewtb.r.388799.5
+2	the	the	DET	O	0			ewtb.r.388799.5
+3	desserts	dessert	NOUN	O	0		n.food	ewtb.r.388799.5
+4	came	come	VERB	O	0		v.motion	ewtb.r.388799.5
+5	,	,	PUNCT	O	0			ewtb.r.388799.5
+6	and	and	CONJ	O	0			ewtb.r.388799.5
+7	they	they	PRON	O	0			ewtb.r.388799.5
+8	were	be	VERB	O	0		v.stative	ewtb.r.388799.5
+9	hands	hands	NOUN	B	0			ewtb.r.388799.5
+10	down	down	ADV	I	9			ewtb.r.388799.5
+11	the	the	DET	O	0			ewtb.r.388799.5
+12	best	best	ADJ	O	0			ewtb.r.388799.5
+13	dessert	dessert	NOUN	O	0		n.food	ewtb.r.388799.5
+14	we	we	PRON	O	0			ewtb.r.388799.5
+15	ever	ever	ADV	O	0			ewtb.r.388799.5
+16	had	have	VERB	O	0		v.consumption	ewtb.r.388799.5
+17	.	.	PUNCT	O	0			ewtb.r.388799.5
+
+1	I	i	PRON	O	0			ewtb.r.388799.6
+2	will	will	AUX	O	0			ewtb.r.388799.6
+3	sum	sum	VERB	B	0		v.communication	ewtb.r.388799.6
+4	it	it	PRON	o	0			ewtb.r.388799.6
+5	up	up	ADP	I	3			ewtb.r.388799.6
+6	with	with	ADP	O	0			ewtb.r.388799.6
+7	,	,	PUNCT	O	0			ewtb.r.388799.6
+8	it	it	PRON	O	0			ewtb.r.388799.6
+9	was	be	VERB	O	0		v.stative	ewtb.r.388799.6
+10	worth	worth	ADJ	B	0			ewtb.r.388799.6
+11	every	every	DET	I	10			ewtb.r.388799.6
+12	penny	penny	NOUN	I	11			ewtb.r.388799.6
+13	!	!	PUNCT	O	0			ewtb.r.388799.6
+
+1	Great	great	ADJ	O	0			ewtb.r.389298.1
+2	quality	quality	NOUN	O	0		n.attribute	ewtb.r.389298.1
+3	doors	door	NOUN	O	0		n.artifact	ewtb.r.389298.1
+4	and	and	CONJ	O	0			ewtb.r.389298.1
+5	great	great	ADJ	O	0			ewtb.r.389298.1
+6	quality	quality	NOUN	O	0		n.attribute	ewtb.r.389298.1
+7	people	person	NOUN	O	0		n.person	ewtb.r.389298.1
+8	!	!	PUNCT	O	0			ewtb.r.389298.1
+
+1	The	the	DET	O	0			ewtb.r.389298.2
+2	door	door	NOUN	O	0		n.artifact	ewtb.r.389298.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.389298.2
+4	easy	easy	ADJ	O	0			ewtb.r.389298.2
+5	to	to	PART	O	0			ewtb.r.389298.2
+6	use	use	VERB	O	0		v.contact	ewtb.r.389298.2
+7	and	and	CONJ	O	0			ewtb.r.389298.2
+8	it	it	PRON	O	0			ewtb.r.389298.2
+9	keeps	keep	VERB	O	0		v.stative	ewtb.r.389298.2
+10	the	the	DET	O	0			ewtb.r.389298.2
+11	cold	cold	NOUN	O	0		n.natural_object	ewtb.r.389298.2
+12	out	out	ADV	O	0			ewtb.r.389298.2
+13	during	during	ADP	O	0			ewtb.r.389298.2
+14	the	the	DET	O	0			ewtb.r.389298.2
+15	winter	winter	NOUN	O	0		n.time	ewtb.r.389298.2
+16	.	.	PUNCT	O	0			ewtb.r.389298.2
+
+1	The	the	DET	O	0			ewtb.r.389298.3
+2	sales	sales	NOUN	O	0		n.possession	ewtb.r.389298.3
+3	staff	staff	NOUN	O	0		n.group	ewtb.r.389298.3
+4	and	and	CONJ	O	0			ewtb.r.389298.3
+5	the	the	DET	O	0			ewtb.r.389298.3
+6	installation	installation	NOUN	O	0		n.act	ewtb.r.389298.3
+7	staff	staff	NOUN	O	0		n.group	ewtb.r.389298.3
+8	were	be	VERB	O	0		v.stative	ewtb.r.389298.3
+9	all	all	ADV	O	0			ewtb.r.389298.3
+10	easy	easy	ADJ	O	0			ewtb.r.389298.3
+11	to	to	PART	O	0			ewtb.r.389298.3
+12	get	get	VERB	B	0		v.social	ewtb.r.389298.3
+13	along	along	ADV	I	12			ewtb.r.389298.3
+14	with	with	ADP	I	13			ewtb.r.389298.3
+15	.	.	PUNCT	O	0			ewtb.r.389298.3
+
+1	I	i	PRON	O	0			ewtb.r.389298.4
+2	highly	highly	ADV	O	0			ewtb.r.389298.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.389298.4
+4	Garage	garage	PROPN	B	0		n.group	ewtb.r.389298.4
+5	Pros	pros	PROPN	I	4			ewtb.r.389298.4
+6	to	to	ADP	O	0			ewtb.r.389298.4
+7	my	my	PRON	O	0			ewtb.r.389298.4
+8	friends	friend	NOUN	O	0		n.group	ewtb.r.389298.4
+9	.	.	PUNCT	O	0			ewtb.r.389298.4
+
+1	This	this	DET	O	0			ewtb.r.389498.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.389498.1
+3	has	have	AUX	O	0			ewtb.r.389498.1
+4	done	do	VERB	O	0		v.stative	ewtb.r.389498.1
+5	a	a	DET	O	0			ewtb.r.389498.1
+6	great	great	ADJ	O	0			ewtb.r.389498.1
+7	job	job	NOUN	O	0		n.act	ewtb.r.389498.1
+8	of	of	SCONJ	O	0			ewtb.r.389498.1
+9	taking	take	VERB	B	0		v.social	ewtb.r.389498.1
+10	care	care	NOUN	I	9			ewtb.r.389498.1
+11	of	of	ADP	I	10			ewtb.r.389498.1
+12	the	the	DET	O	0			ewtb.r.389498.1
+13	usual	usual	ADJ	O	0			ewtb.r.389498.1
+14	maintenance	maintenance	NOUN	O	0		n.act	ewtb.r.389498.1
+15	on	on	ADP	O	0			ewtb.r.389498.1
+16	my	my	PRON	O	0			ewtb.r.389498.1
+17	hooptie	hooptie	NOUN	O	0		n.artifact	ewtb.r.389498.1
+18	.	.	PUNCT	O	0			ewtb.r.389498.1
+
+1	I	i	PRON	O	0			ewtb.r.389498.2
+2	also	also	ADV	O	0			ewtb.r.389498.2
+3	never	never	ADV	O	0			ewtb.r.389498.2
+4	have	have	VERB	B	0			ewtb.r.389498.2
+5	to	to	PART	I	4			ewtb.r.389498.2
+6	wait	wait	VERB	O	0		v.cognition	ewtb.r.389498.2
+7	long	long	ADV	O	0			ewtb.r.389498.2
+8	for	for	ADP	O	0			ewtb.r.389498.2
+9	a	a	DET	O	0			ewtb.r.389498.2
+10	yearly	yearly	ADV	O	0			ewtb.r.389498.2
+11	inspection	inspection	NOUN	O	0		n.act	ewtb.r.389498.2
+12	sticker	sticker	NOUN	O	0		n.artifact	ewtb.r.389498.2
+13	...	...	PUNCT	O	0			ewtb.r.389498.2
+14	and	and	CONJ	O	0			ewtb.r.389498.2
+15	never	never	ADV	O	0			ewtb.r.389498.2
+16	get	get	VERB	O	0		v.communication	ewtb.r.389498.2
+17	the	the	DET	O	0			ewtb.r.389498.2
+18	usual	usual	ADJ	O	0			ewtb.r.389498.2
+19	excuses	excuse	NOUN	O	0		n.communication	ewtb.r.389498.2
+20	other	other	ADJ	O	0			ewtb.r.389498.2
+21	shops	shop	NOUN	O	0		n.group	ewtb.r.389498.2
+22	always	always	ADV	O	0			ewtb.r.389498.2
+23	gave	give	VERB	O	0		v.communication	ewtb.r.389498.2
+24	me	me	PRON	O	0			ewtb.r.389498.2
+25	...	...	PUNCT	O	0			ewtb.r.389498.2
+26	"	"	PUNCT	O	0			ewtb.r.389498.2
+27	the	the	DET	O	0			ewtb.r.389498.2
+28	inspection	inspection	NOUN	O	0		n.act	ewtb.r.389498.2
+29	guy	guy	NOUN	O	0		n.person	ewtb.r.389498.2
+30	is	be	VERB	O	0		v.stative	ewtb.r.389498.2
+31	n't	n't	PART	O	0			ewtb.r.389498.2
+32	here	here	ADV	O	0			ewtb.r.389498.2
+33	today	today	NOUN	O	0		n.time	ewtb.r.389498.2
+34	"	"	PUNCT	O	0			ewtb.r.389498.2
+35	....	....	PUNCT	O	0			ewtb.r.389498.2
+36	for	for	ADP	B	0			ewtb.r.389498.2
+37	example	example	NOUN	I	36			ewtb.r.389498.2
+38	.	.	PUNCT	O	0			ewtb.r.389498.2
+
+1	Today	today	NOUN	O	0		n.time	ewtb.r.389498.3
+2	I	i	PRON	O	0			ewtb.r.389498.3
+3	went	go	VERB	O	0		v.motion	ewtb.r.389498.3
+4	into	into	ADP	O	0			ewtb.r.389498.3
+5	Kwik	kwik	PROPN	B	0		n.group	ewtb.r.389498.3
+6	Kar	kar	PROPN	I	5			ewtb.r.389498.3
+7	and	and	CONJ	O	0			ewtb.r.389498.3
+8	there	there	PRON	O	0			ewtb.r.389498.3
+9	were	be	VERB	O	0		v.stative	ewtb.r.389498.3
+10	two	two	NUM	O	0			ewtb.r.389498.3
+11	cars	car	NOUN	O	0		n.artifact	ewtb.r.389498.3
+12	in	in	ADP	B	0			ewtb.r.389498.3
+13	front	front	NOUN	I	12			ewtb.r.389498.3
+14	of	of	ADP	I	13			ewtb.r.389498.3
+15	me	me	PRON	O	0			ewtb.r.389498.3
+16	for	for	ADP	O	0			ewtb.r.389498.3
+17	inspection	inspection	NOUN	O	0		n.act	ewtb.r.389498.3
+18	...	...	PUNCT	O	0			ewtb.r.389498.3
+19	but	but	CONJ	O	0			ewtb.r.389498.3
+20	I	i	PRON	O	0			ewtb.r.389498.3
+21	was	be	VERB	O	0		v.stative	ewtb.r.389498.3
+22	still	still	ADV	O	0			ewtb.r.389498.3
+23	out	out	ADP	B	0			ewtb.r.389498.3
+24	of	of	ADP	I	23			ewtb.r.389498.3
+25	there	there	ADV	O	0			ewtb.r.389498.3
+26	pretty	pretty	ADV	O	0			ewtb.r.389498.3
+27	quick	quick	ADV	O	0			ewtb.r.389498.3
+28	...	...	PUNCT	O	0			ewtb.r.389498.3
+29	barely	barely	ADV	O	0			ewtb.r.389498.3
+30	had	have	VERB	B	0		v.cognition	ewtb.r.389498.3
+31	time	time	NOUN	I	30			ewtb.r.389498.3
+32	to	to	PART	O	0			ewtb.r.389498.3
+33	read	read	VERB	O	0		v.communication	ewtb.r.389498.3
+34	a	a	DET	O	0			ewtb.r.389498.3
+35	chapter	chapter	NOUN	O	0		n.artifact	ewtb.r.389498.3
+36	in	in	ADP	O	0			ewtb.r.389498.3
+37	my	my	PRON	O	0			ewtb.r.389498.3
+38	book	book	NOUN	O	0		n.artifact	ewtb.r.389498.3
+39	.	.	PUNCT	O	0			ewtb.r.389498.3
+
+1	awful	awful	ADJ	O	0			ewtb.r.009596.1
+2	awful	awful	ADJ	O	0			ewtb.r.009596.1
+3	awful	awful	ADJ	O	0			ewtb.r.009596.1
+
+1	This	this	DET	O	0			ewtb.r.009596.2
+2	store	store	NOUN	O	0		n.group	ewtb.r.009596.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.009596.2
+4	by	by	ADP	B	0			ewtb.r.009596.2
+5	far	far	ADV	I	4			ewtb.r.009596.2
+6	the	the	DET	O	0			ewtb.r.009596.2
+7	worst	worst	ADJ	O	0			ewtb.r.009596.2
+8	Verizon	verizon	PROPN	O	0		n.group	ewtb.r.009596.2
+9	store	store	NOUN	O	0		n.group	ewtb.r.009596.2
+10	I	i	PRON	O	0			ewtb.r.009596.2
+11	've	've	AUX	O	0			ewtb.r.009596.2
+12	been	be	VERB	O	0		v.stative	ewtb.r.009596.2
+13	in	in	ADP	O	0			ewtb.r.009596.2
+14	.	.	PUNCT	O	0			ewtb.r.009596.2
+
+1	The	the	DET	O	0			ewtb.r.009596.3
+2	salespeople	salesperson	NOUN	O	0		n.person	ewtb.r.009596.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.009596.3
+4	never	never	ADV	O	0			ewtb.r.009596.3
+5	available	available	ADJ	O	0			ewtb.r.009596.3
+6	,	,	PUNCT	O	0			ewtb.r.009596.3
+7	the	the	DET	O	0			ewtb.r.009596.3
+8	lines	line	NOUN	O	0		n.cognition	ewtb.r.009596.3
+9	are	be	VERB	O	0		v.stative	ewtb.r.009596.3
+10	always	always	ADV	O	0			ewtb.r.009596.3
+11	too	too	ADV	O	0			ewtb.r.009596.3
+12	long	long	ADJ	O	0			ewtb.r.009596.3
+13	,	,	PUNCT	O	0			ewtb.r.009596.3
+14	and	and	CONJ	O	0			ewtb.r.009596.3
+15	all	all	DET	O	0			ewtb.r.009596.3
+16	the	the	DET	O	0			ewtb.r.009596.3
+17	people	person	NOUN	O	0		n.person	ewtb.r.009596.3
+18	want	want	VERB	O	0		v.cognition	ewtb.r.009596.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.009596.3
+20	a	a	DET	O	0			ewtb.r.009596.3
+21	sale	sale	NOUN	O	0		n.possession	ewtb.r.009596.3
+22	.	.	PUNCT	O	0			ewtb.r.009596.3
+
+1	Incredibly	incredibly	ADV	O	0			ewtb.r.009596.4
+2	rude	rude	ADJ	O	0			ewtb.r.009596.4
+3	and	and	CONJ	O	0			ewtb.r.009596.4
+4	I	i	PRON	O	0			ewtb.r.009596.4
+5	will	will	AUX	O	0			ewtb.r.009596.4
+6	not	not	PART	O	0			ewtb.r.009596.4
+7	return	return	VERB	O	0		v.motion	ewtb.r.009596.4
+8	to	to	ADP	O	0			ewtb.r.009596.4
+9	it	it	PRON	O	0			ewtb.r.009596.4
+10	.	.	PUNCT	O	0			ewtb.r.009596.4
+
+1	Is	be	VERB	O	0		v.stative	ewtb.r.009596.5
+2	there	there	PRON	O	0			ewtb.r.009596.5
+3	no	no	DET	O	0			ewtb.r.009596.5
+4	other	other	ADJ	O	0			ewtb.r.009596.5
+5	Verizon	verizon	PROPN	O	0		n.group	ewtb.r.009596.5
+6	to	to	PART	O	0			ewtb.r.009596.5
+7	go	go	VERB	O	0		v.motion	ewtb.r.009596.5
+8	to	to	ADP	O	0			ewtb.r.009596.5
+9	around	around	ADP	O	0			ewtb.r.009596.5
+10	Downtown	downtown	PROPN	O	0		n.location	ewtb.r.009596.5
+11	/	/	PUNCT	O	0			ewtb.r.009596.5
+12	Dupont	dupont	PROPN	B	0		n.location	ewtb.r.009596.5
+13	Circle	circle	PROPN	I	12			ewtb.r.009596.5
+14	1?!?!?	1?!?!?	PUNCT	O	0			ewtb.r.009596.5
+
+1	Auto	auto	PROPN	B	0		n.group	ewtb.r.010393.1
+2	Towing	towing	PROPN	I	1			ewtb.r.010393.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.010393.1
+4	one	one	NUM	O	0			ewtb.r.010393.1
+5	of	of	ADP	O	0			ewtb.r.010393.1
+6	the	the	DET	O	0			ewtb.r.010393.1
+7	best	best	ADJ	O	0			ewtb.r.010393.1
+8	towing	towing	NOUN	O	0		n.act	ewtb.r.010393.1
+9	services	services	NOUN	O	0		n.act	ewtb.r.010393.1
+10	I	i	PRON	O	0			ewtb.r.010393.1
+11	have	have	AUX	O	0			ewtb.r.010393.1
+12	used	use	VERB	O	0		v.social	ewtb.r.010393.1
+13	.	.	PUNCT	O	0			ewtb.r.010393.1
+
+1	The	the	DET	O	0			ewtb.r.010393.2
+2	first	first	ADJ	O	0			ewtb.r.010393.2
+3	time	time	NOUN	O	0		n.event	ewtb.r.010393.2
+4	I	i	PRON	O	0			ewtb.r.010393.2
+5	used	use	VERB	O	0		v.social	ewtb.r.010393.2
+6	them	them	PRON	O	0			ewtb.r.010393.2
+7	they	they	PRON	O	0			ewtb.r.010393.2
+8	arrived	arrive	VERB	O	0		v.motion	ewtb.r.010393.2
+9	on	on	ADP	B	0			ewtb.r.010393.2
+10	time	time	NOUN	I	9			ewtb.r.010393.2
+11	and	and	CONJ	O	0			ewtb.r.010393.2
+12	towed	tow	VERB	O	0		v.motion	ewtb.r.010393.2
+13	car	car	NOUN	O	0		n.artifact	ewtb.r.010393.2
+14	for	for	ADP	O	0			ewtb.r.010393.2
+15	me	me	PRON	O	0			ewtb.r.010393.2
+16	to	to	ADP	O	0			ewtb.r.010393.2
+17	the	the	DET	O	0			ewtb.r.010393.2
+18	destination	destination	NOUN	O	0		n.location	ewtb.r.010393.2
+19	I	i	PRON	O	0			ewtb.r.010393.2
+20	needed	need	VERB	O	0		v.cognition	ewtb.r.010393.2
+21	.	.	PUNCT	O	0			ewtb.r.010393.2
+
+1	The	the	DET	O	0			ewtb.r.010393.3
+2	auto	auto	NOUN	O	0		n.cognition	ewtb.r.010393.3
+3	mechanics	mechanics	NOUN	O	0		n.person	ewtb.r.010393.3
+4	that	that	DET	O	0			ewtb.r.010393.3
+5	work	work	VERB	O	0		v.social	ewtb.r.010393.3
+6	for	for	ADP	O	0			ewtb.r.010393.3
+7	Auto	auto	PROPN	B	0		n.group	ewtb.r.010393.3
+8	Towing	towing	PROPN	I	7			ewtb.r.010393.3
+9	are	be	VERB	O	0		v.stative	ewtb.r.010393.3
+10	very	very	ADV	O	0			ewtb.r.010393.3
+11	friendly	friendly	ADJ	O	0			ewtb.r.010393.3
+12	and	and	CONJ	O	0			ewtb.r.010393.3
+13	informative	informative	ADJ	O	0			ewtb.r.010393.3
+14	and	and	CONJ	O	0			ewtb.r.010393.3
+15	answered	answer	VERB	O	0		v.communication	ewtb.r.010393.3
+16	any	any	DET	O	0			ewtb.r.010393.3
+17	question	question	NOUN	O	0		n.communication	ewtb.r.010393.3
+18	I	i	PRON	O	0			ewtb.r.010393.3
+19	had	have	VERB	O	0		v.stative	ewtb.r.010393.3
+20	.	.	PUNCT	O	0			ewtb.r.010393.3
+
+1	If	if	SCONJ	O	0			ewtb.r.010393.5
+2	you	you	PRON	O	0			ewtb.r.010393.5
+3	are	be	AUX	O	0			ewtb.r.010393.5
+4	looking	look	VERB	O	0		v.cognition	ewtb.r.010393.5
+5	for	for	ADP	O	0			ewtb.r.010393.5
+6	towing	towing	NOUN	O	0		n.act	ewtb.r.010393.5
+7	services	services	NOUN	O	0		n.act	ewtb.r.010393.5
+8	that	that	DET	O	0			ewtb.r.010393.5
+9	can	can	AUX	O	0			ewtb.r.010393.5
+10	offer	offer	VERB	O	0		v.possession	ewtb.r.010393.5
+11	you	you	PRON	O	0			ewtb.r.010393.5
+12	a	a	DET	O	0			ewtb.r.010393.5
+13	good	good	ADJ	O	0			ewtb.r.010393.5
+14	towed	tow	VERB	O	0		v.motion	ewtb.r.010393.5
+15	car	car	NOUN	O	0		n.artifact	ewtb.r.010393.5
+16	service	service	NOUN	O	0		n.act	ewtb.r.010393.5
+17	,	,	PUNCT	O	0			ewtb.r.010393.5
+18	then	then	ADV	O	0			ewtb.r.010393.5
+19	Auto	auto	PROPN	B	0		n.group	ewtb.r.010393.5
+20	Towing	towing	PROPN	I	19			ewtb.r.010393.5
+21	is	be	VERB	O	0		v.stative	ewtb.r.010393.5
+22	the	the	DET	O	0			ewtb.r.010393.5
+23	company	company	NOUN	O	0		n.group	ewtb.r.010393.5
+24	for	for	ADP	O	0			ewtb.r.010393.5
+25	you	you	PRON	O	0			ewtb.r.010393.5
+26	.	.	PUNCT	O	0			ewtb.r.010393.5
+
+1	Do	do	AUX	O	0			ewtb.r.020992.1
+2	n't	n't	PART	O	0			ewtb.r.020992.1
+3	Expect	expect	VERB	O	0		v.cognition	ewtb.r.020992.1
+4	Sleep	sleep	NOUN	O	0		n.act	ewtb.r.020992.1
+5	or	or	CONJ	O	0			ewtb.r.020992.1
+6	Courtesy	courtesy	NOUN	O	0		n.attribute	ewtb.r.020992.1
+
+1	These	these	DET	O	0			ewtb.r.020992.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.020992.4
+3	not	not	PART	O	0			ewtb.r.020992.4
+4	household	household	NOUN	O	0		n.cognition	ewtb.r.020992.4
+5	type	type	NOUN	O	0		n.cognition	ewtb.r.020992.4
+6	alarms	alarm	NOUN	O	0		n.artifact	ewtb.r.020992.4
+7	.	.	PUNCT	O	0			ewtb.r.020992.4
+
+1	When	when	ADV	O	0			ewtb.r.020992.5
+2	they	they	PRON	O	0			ewtb.r.020992.5
+3	sound	sound	VERB	B	0		v.stative	ewtb.r.020992.5
+4	off	off	ADP	I	3			ewtb.r.020992.5
+5	,	,	PUNCT	O	0			ewtb.r.020992.5
+6	it	it	PRON	O	0			ewtb.r.020992.5
+7	is	be	VERB	O	0		v.stative	ewtb.r.020992.5
+8	a	a	DET	O	0			ewtb.r.020992.5
+9	true	true	ADJ	O	0			ewtb.r.020992.5
+10	audio	audio	ADJ	O	0			ewtb.r.020992.5
+11	/	/	PUNCT	O	0			ewtb.r.020992.5
+12	visual	visual	ADJ	O	0			ewtb.r.020992.5
+13	experience	experience	NOUN	O	0		n.event	ewtb.r.020992.5
+14	.	.	PUNCT	O	0			ewtb.r.020992.5
+
+1	I	i	PRON	O	0			ewtb.r.020992.6
+2	called	call	VERB	O	0		v.communication	ewtb.r.020992.6
+3	the	the	DET	O	0			ewtb.r.020992.6
+4	front	front	ADJ	B	0		n.location	ewtb.r.020992.6
+5	desk	desk	NOUN	I	4			ewtb.r.020992.6
+6	and	and	CONJ	O	0			ewtb.r.020992.6
+7	got	get	VERB	B	0		v.communication	ewtb.r.020992.6
+8	no	no	DET	o	0			ewtb.r.020992.6
+9	answer	answer	NOUN	I	7			ewtb.r.020992.6
+10	.	.	PUNCT	O	0			ewtb.r.020992.6
+
+1	After	after	SCONJ	O	0			ewtb.r.020992.7
+2	checking	check	VERB	O	0		v.cognition	ewtb.r.020992.7
+3	for	for	ADP	O	0			ewtb.r.020992.7
+4	signs	sign	NOUN	O	0		n.cognition	ewtb.r.020992.7
+5	of	of	ADP	O	0			ewtb.r.020992.7
+6	fire	fire	NOUN	O	0		n.natural_object	ewtb.r.020992.7
+7	or	or	CONJ	O	0			ewtb.r.020992.7
+8	smoke	smoke	NOUN	O	0		n.substance	ewtb.r.020992.7
+9	and	and	CONJ	O	0			ewtb.r.020992.7
+10	seeing	see	VERB	O	0		v.perception	ewtb.r.020992.7
+11	none	none	NOUN	O	0			ewtb.r.020992.7
+12	,	,	PUNCT	O	0			ewtb.r.020992.7
+13	I	i	PRON	O	0			ewtb.r.020992.7
+14	decided	decide	VERB	O	0		v.cognition	ewtb.r.020992.7
+15	to	to	PART	O	0			ewtb.r.020992.7
+16	just	just	ADV	O	0			ewtb.r.020992.7
+17	pack	pack	VERB	B	0		v.change	ewtb.r.020992.7
+18	up	up	ADP	I	17			ewtb.r.020992.7
+19	and	and	CONJ	O	0			ewtb.r.020992.7
+20	leave	leave	VERB	O	0		v.motion	ewtb.r.020992.7
+21	.	.	PUNCT	O	0			ewtb.r.020992.7
+
+1	He	he	PRON	O	0			ewtb.r.020992.9
+2	finally	finally	ADV	O	0			ewtb.r.020992.9
+3	admitted	admit	VERB	O	0		v.communication	ewtb.r.020992.9
+4	that	that	SCONJ	O	0			ewtb.r.020992.9
+5	only	only	ADV	O	0			ewtb.r.020992.9
+6	the	the	DET	O	0			ewtb.r.020992.9
+7	4	4	NUM	O	0			ewtb.r.020992.9
+8	ADA	ada	NOUN	O	0		n.cognition	ewtb.r.020992.9
+9	room	room	NOUN	O	0		n.location	ewtb.r.020992.9
+10	alarms	alarm	NOUN	O	0		n.artifact	ewtb.r.020992.9
+11	had	have	AUX	O	0			ewtb.r.020992.9
+12	sounded	sound	VERB	O	0		v.stative	ewtb.r.020992.9
+13	,	,	PUNCT	O	0			ewtb.r.020992.9
+14	so	so	ADV	O	0			ewtb.r.020992.9
+15	only	only	ADV	O	0			ewtb.r.020992.9
+16	4	4	NUM	O	0			ewtb.r.020992.9
+17	guests	guest	NOUN	O	0		n.person	ewtb.r.020992.9
+18	were	be	AUX	O	0			ewtb.r.020992.9
+19	effected	effect	VERB	O	0		v.cognition	ewtb.r.020992.9
+20	(	(	PUNCT	O	0			ewtb.r.020992.9
+21	no	no	DET	O	0			ewtb.r.020992.9
+22	big	big	ADJ	B	0		n.cognition	ewtb.r.020992.9
+23	deal	deal	NOUN	I	22			ewtb.r.020992.9
+24	to	to	ADP	O	0			ewtb.r.020992.9
+25	him	him	PRON	O	0			ewtb.r.020992.9
+26	)	)	PUNCT	O	0			ewtb.r.020992.9
+27	.	.	PUNCT	O	0			ewtb.r.020992.9
+
+1	This	this	DET	O	0			ewtb.r.020992.10
+2	little	little	ADJ	O	0			ewtb.r.020992.10
+3	drip	drip	NOUN	O	0		n.person	ewtb.r.020992.10
+4	offered	offer	VERB	O	0		v.communication	ewtb.r.020992.10
+5	no	no	DET	O	0			ewtb.r.020992.10
+6	apologies	apology	NOUN	O	0		n.communication	ewtb.r.020992.10
+7	whatsoever	whatsoever	ADV	O	0			ewtb.r.020992.10
+8	,	,	PUNCT	O	0			ewtb.r.020992.10
+9	and	and	CONJ	O	0			ewtb.r.020992.10
+10	even	even	ADV	O	0			ewtb.r.020992.10
+11	refused	refuse	VERB	O	0		v.communication	ewtb.r.020992.10
+12	to	to	PART	O	0			ewtb.r.020992.10
+13	give	give	VERB	O	0		v.communication	ewtb.r.020992.10
+14	me	me	PRON	O	0			ewtb.r.020992.10
+15	the	the	DET	O	0			ewtb.r.020992.10
+16	name	name	NOUN	O	0		n.communication	ewtb.r.020992.10
+17	of	of	ADP	O	0			ewtb.r.020992.10
+18	the	the	DET	O	0			ewtb.r.020992.10
+19	manager	manager	NOUN	O	0		n.person	ewtb.r.020992.10
+20	until	until	SCONJ	O	0			ewtb.r.020992.10
+21	I	i	PRON	O	0			ewtb.r.020992.10
+22	pressed	press	VERB	B	0		v.social	ewtb.r.020992.10
+23	him	him	PRON	o	0			ewtb.r.020992.10
+24	for	for	ADP	I	22			ewtb.r.020992.10
+25	it	it	PRON	O	0			ewtb.r.020992.10
+26	3	3	NUM	O	0			ewtb.r.020992.10
+27	times	times	NOUN	O	0		n.event	ewtb.r.020992.10
+28	.	.	PUNCT	O	0			ewtb.r.020992.10
+
+1	This	this	DET	O	0			ewtb.r.020992.11
+2	hotel	hotel	NOUN	O	0		n.group	ewtb.r.020992.11
+3	is	be	VERB	O	0		v.stative	ewtb.r.020992.11
+4	adequate	adequate	ADJ	O	0			ewtb.r.020992.11
+5	enough	enough	ADJ	O	0			ewtb.r.020992.11
+6	,	,	PUNCT	O	0			ewtb.r.020992.11
+7	but	but	CONJ	O	0			ewtb.r.020992.11
+8	there	there	PRON	O	0			ewtb.r.020992.11
+9	is	be	VERB	O	0		v.stative	ewtb.r.020992.11
+10	an	an	DET	O	0			ewtb.r.020992.11
+11	obvious	obvious	ADJ	O	0			ewtb.r.020992.11
+12	problem	problem	NOUN	O	0			ewtb.r.020992.11
+13	with	with	ADP	O	0			ewtb.r.020992.11
+14	the	the	DET	O	0			ewtb.r.020992.11
+15	staff	staff	NOUN	O	0		n.group	ewtb.r.020992.11
+16	and	and	CONJ	O	0			ewtb.r.020992.11
+17	management	management	NOUN	O	0		n.group	ewtb.r.020992.11
+18	.	.	PUNCT	O	0			ewtb.r.020992.11
+
+1	Do	do	AUX	O	0			ewtb.r.020992.12
+2	not	not	PART	O	0			ewtb.r.020992.12
+3	go	go	VERB	O	0		v.motion	ewtb.r.020992.12
+4	there	there	ADV	O	0			ewtb.r.020992.12
+5	if	if	SCONJ	O	0			ewtb.r.020992.12
+6	you	you	PRON	O	0			ewtb.r.020992.12
+7	expect	expect	VERB	O	0		v.cognition	ewtb.r.020992.12
+8	to	to	PART	O	0			ewtb.r.020992.12
+9	sleep	sleep	VERB	O	0		v.body	ewtb.r.020992.12
+10	through	through	ADP	O	0			ewtb.r.020992.12
+11	the	the	DET	O	0			ewtb.r.020992.12
+12	night	night	NOUN	O	0		n.event	ewtb.r.020992.12
+13	.	.	PUNCT	O	0			ewtb.r.020992.12
+
+1	Average	average	ADJ	O	0			ewtb.r.025894.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.025894.1
+3	and	and	CONJ	O	0			ewtb.r.025894.1
+4	deathly	deathly	ADV	O	0			ewtb.r.025894.1
+5	slow	slow	ADJ	O	0			ewtb.r.025894.1
+6	service	service	NOUN	O	0		n.act	ewtb.r.025894.1
+
+1	I	i	PRON	O	0			ewtb.r.025894.2
+2	have	have	AUX	O	0			ewtb.r.025894.2
+3	eaten	eat	VERB	O	0		v.consumption	ewtb.r.025894.2
+4	here	here	ADV	O	0			ewtb.r.025894.2
+5	several	several	ADJ	O	0			ewtb.r.025894.2
+6	times	times	NOUN	O	0		n.event	ewtb.r.025894.2
+7	and	and	CONJ	O	0			ewtb.r.025894.2
+8	every	every	DET	O	0			ewtb.r.025894.2
+9	time	time	NOUN	O	0		n.event	ewtb.r.025894.2
+10	the	the	DET	O	0			ewtb.r.025894.2
+11	service	service	NOUN	O	0		n.act	ewtb.r.025894.2
+12	is	be	VERB	O	0		v.stative	ewtb.r.025894.2
+13	slower	slow	ADJ	O	0			ewtb.r.025894.2
+14	than	than	ADP	O	0			ewtb.r.025894.2
+15	slow	slow	ADJ	O	0			ewtb.r.025894.2
+16	.	.	PUNCT	O	0			ewtb.r.025894.2
+
+1	One	one	NUM	O	0			ewtb.r.025894.3
+2	time	time	NOUN	O	0		n.event	ewtb.r.025894.3
+3	we	we	PRON	O	0			ewtb.r.025894.3
+4	even	even	ADV	O	0			ewtb.r.025894.3
+5	left	leave	VERB	O	0		v.stative	ewtb.r.025894.3
+6	after	after	SCONJ	O	0			ewtb.r.025894.3
+7	sitting	sit	VERB	O	0		v.stative	ewtb.r.025894.3
+8	at	at	ADP	O	0			ewtb.r.025894.3
+9	the	the	DET	O	0			ewtb.r.025894.3
+10	table	table	NOUN	O	0		n.location	ewtb.r.025894.3
+11	for	for	ADP	O	0			ewtb.r.025894.3
+12	20	20	NUM	O	0			ewtb.r.025894.3
+13	minutes	minutes	NOUN	O	0		n.time	ewtb.r.025894.3
+14	and	and	CONJ	O	0			ewtb.r.025894.3
+15	not	not	PART	O	0			ewtb.r.025894.3
+16	being	be	AUX	O	0			ewtb.r.025894.3
+17	greeted	greet	VERB	O	0		v.social	ewtb.r.025894.3
+18	with	with	ADP	O	0			ewtb.r.025894.3
+19	a	a	DET	O	0			ewtb.r.025894.3
+20	drink	drink	NOUN	O	0		n.food	ewtb.r.025894.3
+21	order	order	NOUN	O	0		n.communication	ewtb.r.025894.3
+22	.	.	PUNCT	O	0			ewtb.r.025894.3
+
+1	Ridiculous	ridiculous	ADJ	O	0			ewtb.r.025894.4
+2	.	.	PUNCT	O	0			ewtb.r.025894.4
+
+1	There	there	PRON	O	0			ewtb.r.025894.5
+2	must	must	AUX	O	0			ewtb.r.025894.5
+3	be	be	VERB	O	0		v.stative	ewtb.r.025894.5
+4	a	a	DET	O	0			ewtb.r.025894.5
+5	better	better	ADJ	O	0			ewtb.r.025894.5
+6	mexican	mexican	ADJ	O	0			ewtb.r.025894.5
+7	place	place	NOUN	O	0		n.group	ewtb.r.025894.5
+8	in	in	ADP	O	0			ewtb.r.025894.5
+9	Rockland	rockland	PROPN	O	0		n.location	ewtb.r.025894.5
+10	.	.	PUNCT	O	0			ewtb.r.025894.5
+
+1	Farrell	farrell	PROPN	B	0		n.group	ewtb.r.028996.1
+2	Electric	electric	PROPN	I	1			ewtb.r.028996.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.028996.1
+4	a	a	DET	O	0			ewtb.r.028996.1
+5	very	very	ADV	O	0			ewtb.r.028996.1
+6	good	good	ADJ	O	0			ewtb.r.028996.1
+7	electrical	electrical	ADJ	O	0			ewtb.r.028996.1
+8	contractor	contractor	NOUN	O	0		n.person	ewtb.r.028996.1
+9	.	.	PUNCT	O	0			ewtb.r.028996.1
+
+1	I	i	PRON	O	0			ewtb.r.028996.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.028996.2
+3	pleased	pleased	ADJ	O	0			ewtb.r.028996.2
+4	that	that	SCONJ	O	0			ewtb.r.028996.2
+5	someone	someone	NOUN	O	0			ewtb.r.028996.2
+6	referred	refer	VERB	O	0		v.communication	ewtb.r.028996.2
+7	me	me	PRON	O	0			ewtb.r.028996.2
+8	to	to	ADP	O	0			ewtb.r.028996.2
+9	them	them	PRON	O	0			ewtb.r.028996.2
+10	for	for	ADP	O	0			ewtb.r.028996.2
+11	my	my	PRON	O	0			ewtb.r.028996.2
+12	commercial	commercial	ADJ	O	0			ewtb.r.028996.2
+13	business	business	NOUN	O	0		n.group	ewtb.r.028996.2
+14	.	.	PUNCT	O	0			ewtb.r.028996.2
+
+1	I	i	PRON	O	0			ewtb.r.028996.3
+2	own	own	VERB	O	0		v.possession	ewtb.r.028996.3
+3	a	a	DET	O	0			ewtb.r.028996.3
+4	property	property	NOUN	B	0		n.cognition	ewtb.r.028996.3
+5	management	management	NOUN	I	4			ewtb.r.028996.3
+6	firm	firm	NOUN	O	0		n.group	ewtb.r.028996.3
+7	and	and	CONJ	O	0			ewtb.r.028996.3
+8	need	need	VERB	O	0		v.cognition	ewtb.r.028996.3
+9	a	a	DET	O	0			ewtb.r.028996.3
+10	contractor	contractor	NOUN	O	0		n.person	ewtb.r.028996.3
+11	with	with	ADP	O	0			ewtb.r.028996.3
+12	the	the	DET	O	0			ewtb.r.028996.3
+13	credentials	credentials	NOUN	O	0		n.cognition	ewtb.r.028996.3
+14	that	that	DET	O	0			ewtb.r.028996.3
+15	Farrell	farrell	PROPN	B	0		n.group	ewtb.r.028996.3
+16	Electric	electric	PROPN	I	15			ewtb.r.028996.3
+17	has	have	VERB	O	0		v.stative	ewtb.r.028996.3
+18	.	.	PUNCT	O	0			ewtb.r.028996.3
+
+1	Sanctuary	sanctuary	PROPN	O	0		n.group	ewtb.r.030395.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.030395.1
+3	amazing	amazing	ADJ	O	0			ewtb.r.030395.1
+4	!	!	PUNCT	O	0			ewtb.r.030395.1
+
+1	Sanctuary	sanctuary	PROPN	O	0		n.group	ewtb.r.030395.2
+2	serves	serve	VERB	O	0		v.social	ewtb.r.030395.2
+3	delicious	delicious	ADJ	O	0			ewtb.r.030395.2
+4	,	,	PUNCT	O	0			ewtb.r.030395.2
+5	somewhat	somewhat	ADV	O	0			ewtb.r.030395.2
+6	healthy	healthy	ADJ	O	0			ewtb.r.030395.2
+7	food	food	NOUN	O	0		n.food	ewtb.r.030395.2
+8	in	in	ADP	O	0			ewtb.r.030395.2
+9	a	a	DET	O	0			ewtb.r.030395.2
+10	great	great	ADJ	O	0			ewtb.r.030395.2
+11	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.030395.2
+12	/	/	PUNCT	O	0			ewtb.r.030395.2
+13	fast	fast	ADJ	B	0		n.cognition	ewtb.r.030395.2
+14	food	food	NOUN	I	13			ewtb.r.030395.2
+15	style	style	NOUN	O	0		n.cognition	ewtb.r.030395.2
+16	.	.	PUNCT	O	0			ewtb.r.030395.2
+
+1	The	the	DET	O	0			ewtb.r.030395.3
+2	employees	employee	NOUN	O	0		n.person	ewtb.r.030395.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.030395.3
+4	really	really	ADV	O	0			ewtb.r.030395.3
+5	friendly	friendly	ADJ	O	0			ewtb.r.030395.3
+6	.	.	PUNCT	O	0			ewtb.r.030395.3
+
+1	And	and	CONJ	O	0			ewtb.r.030395.4
+2	they	they	PRON	O	0			ewtb.r.030395.4
+3	deliver	deliver	VERB	O	0		v.motion	ewtb.r.030395.4
+4	!	!	PUNCT	O	0			ewtb.r.030395.4
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.034995.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.034995.1
+3	often	often	ADV	O	0			ewtb.r.034995.1
+4	expired	expired	ADJ	O	0			ewtb.r.034995.1
+5	so	so	ADV	O	0			ewtb.r.034995.1
+6	check	check	VERB	O	0		v.cognition	ewtb.r.034995.1
+7	the	the	DET	O	0			ewtb.r.034995.1
+8	dates	date	NOUN	O	0		n.event	ewtb.r.034995.1
+9	every	every	DET	O	0			ewtb.r.034995.1
+10	time	time	NOUN	O	0		n.time	ewtb.r.034995.1
+11	!	!	PUNCT	O	0			ewtb.r.034995.1
+
+1	Also	also	ADV	O	0			ewtb.r.034995.2
+2	more	more	ADV	B	0			ewtb.r.034995.2
+3	often	often	ADV	I	2			ewtb.r.034995.2
+4	than	than	ADP	I	3			ewtb.r.034995.2
+5	not	not	PART	I	4			ewtb.r.034995.2
+6	you	you	PRON	O	0			ewtb.r.034995.2
+7	end	end	VERB	B	0		v.stative	ewtb.r.034995.2
+8	up	up	ADP	I	7			ewtb.r.034995.2
+9	with	with	ADP	I	8			ewtb.r.034995.2
+10	a	a	DET	O	0			ewtb.r.034995.2
+11	healthy	healthy	ADJ	B	0		n.cognition	ewtb.r.034995.2
+12	dose	dose	NOUN	I	11			ewtb.r.034995.2
+13	of	of	ADP	O	0			ewtb.r.034995.2
+14	nasty	nasty	ADJ	O	0			ewtb.r.034995.2
+15	rude	rude	ADJ	O	0			ewtb.r.034995.2
+16	attitude	attitude	NOUN	O	0		n.attribute	ewtb.r.034995.2
+17	from	from	ADP	O	0			ewtb.r.034995.2
+18	the	the	DET	O	0			ewtb.r.034995.2
+19	employees	employee	NOUN	O	0		n.person	ewtb.r.034995.2
+20	!	!	PUNCT	O	0			ewtb.r.034995.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.035899.1
+2	Recommended	recommend	VERB	O	0		v.communication	ewtb.r.035899.1
+
+1	We	we	PRON	O	0			ewtb.r.035899.2
+2	walked	walk	VERB	O	0		v.motion	ewtb.r.035899.2
+3	in	in	ADV	O	0			ewtb.r.035899.2
+4	to	to	PART	O	0			ewtb.r.035899.2
+5	pick	pick	VERB	O	0		v.motion	ewtb.r.035899.2
+6	our	our	PRON	O	0			ewtb.r.035899.2
+7	little	little	ADJ	O	0			ewtb.r.035899.2
+8	man	man	NOUN	O	0		n.person	ewtb.r.035899.2
+9	at	at	ADP	O	0			ewtb.r.035899.2
+10	10	10	NUM	O	0			ewtb.r.035899.2
+11	minutes	minutes	NOUN	O	0		n.time	ewtb.r.035899.2
+12	to	to	ADP	O	0			ewtb.r.035899.2
+13	closing	closing	NOUN	O	0		n.event	ewtb.r.035899.2
+14	and	and	CONJ	O	0			ewtb.r.035899.2
+15	heard	hear	VERB	O	0		v.perception	ewtb.r.035899.2
+16	laughter	laughter	NOUN	O	0		n.communication	ewtb.r.035899.2
+17	from	from	ADP	O	0			ewtb.r.035899.2
+18	kids	kid	NOUN	O	0		n.person	ewtb.r.035899.2
+19	and	and	CONJ	O	0			ewtb.r.035899.2
+20	the	the	DET	O	0			ewtb.r.035899.2
+21	staff	staff	NOUN	O	0		n.group	ewtb.r.035899.2
+22	.	.	PUNCT	O	0			ewtb.r.035899.2
+
+1	The	the	DET	O	0			ewtb.r.035899.3
+2	facilities	facility	NOUN	O	0		n.artifact	ewtb.r.035899.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.035899.3
+4	more	more	ADJ	O	0			ewtb.r.035899.3
+5	than	than	ADP	O	0			ewtb.r.035899.3
+6	adequate	adequate	ADJ	O	0			ewtb.r.035899.3
+7	and	and	CONJ	O	0			ewtb.r.035899.3
+8	the	the	DET	O	0			ewtb.r.035899.3
+9	staff	staff	NOUN	O	0		n.group	ewtb.r.035899.3
+10	are	be	VERB	O	0		v.stative	ewtb.r.035899.3
+11	just	just	ADV	O	0			ewtb.r.035899.3
+12	phenomenal	phenomenal	ADJ	O	0			ewtb.r.035899.3
+13	.	.	PUNCT	O	0			ewtb.r.035899.3
+
+1	Their	their	PRON	O	0			ewtb.r.035899.4
+2	sense	sense	NOUN	B	0		n.attribute	ewtb.r.035899.4
+3	of	of	ADP	I	2			ewtb.r.035899.4
+4	humour	humour	NOUN	I	3			ewtb.r.035899.4
+5	and	and	CONJ	O	0			ewtb.r.035899.4
+6	calmness	calmness	NOUN	O	0		n.location	ewtb.r.035899.4
+7	when	when	ADV	O	0			ewtb.r.035899.4
+8	dealing	deal	VERB	B	0		v.social	ewtb.r.035899.4
+9	with	with	ADP	I	8			ewtb.r.035899.4
+10	the	the	DET	O	0			ewtb.r.035899.4
+11	little	little	ADJ	O	0			ewtb.r.035899.4
+12	ones	one	NOUN	O	0			ewtb.r.035899.4
+13	amazes	amaze	VERB	O	0		v.emotion	ewtb.r.035899.4
+14	me	me	PRON	O	0			ewtb.r.035899.4
+15	every	every	DET	O	0			ewtb.r.035899.4
+16	time	time	NOUN	O	0		n.event	ewtb.r.035899.4
+17	I	i	PRON	O	0			ewtb.r.035899.4
+18	walk	walk	VERB	O	0		v.motion	ewtb.r.035899.4
+19	in	in	ADV	O	0			ewtb.r.035899.4
+20	.	.	PUNCT	O	0			ewtb.r.035899.4
+
+1	We	we	PRON	O	0			ewtb.r.035899.5
+2	have	have	AUX	O	0			ewtb.r.035899.5
+3	since	since	ADV	O	0			ewtb.r.035899.5
+4	moved	move	VERB	O	0		v.motion	ewtb.r.035899.5
+5	slightly	slightly	ADV	O	0			ewtb.r.035899.5
+6	further	further	ADV	O	0			ewtb.r.035899.5
+7	away	away	ADV	O	0			ewtb.r.035899.5
+8	from	from	ADP	O	0			ewtb.r.035899.5
+9	the	the	DET	O	0			ewtb.r.035899.5
+10	centre	centre	NOUN	O	0		n.location	ewtb.r.035899.5
+11	but	but	CONJ	O	0			ewtb.r.035899.5
+12	it	it	PRON	O	0			ewtb.r.035899.5
+13	's	's	VERB	O	0		v.stative	ewtb.r.035899.5
+14	worth	worth	ADJ	O	0			ewtb.r.035899.5
+15	the	the	DET	O	0			ewtb.r.035899.5
+16	extra	extra	ADJ	O	0			ewtb.r.035899.5
+17	travel	travel	NOUN	O	0		n.act	ewtb.r.035899.5
+18	,	,	PUNCT	O	0			ewtb.r.035899.5
+19	as	as	SCONJ	O	0			ewtb.r.035899.5
+20	the	the	DET	O	0			ewtb.r.035899.5
+21	care	care	NOUN	O	0		n.act	ewtb.r.035899.5
+22	provided	provide	VERB	O	0		v.social	ewtb.r.035899.5
+23	exceeds	exceed	VERB	O	0		v.cognition	ewtb.r.035899.5
+24	our	our	PRON	O	0			ewtb.r.035899.5
+25	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.035899.5
+26	...	...	PUNCT	O	0			ewtb.r.035899.5
+27	especially	especially	ADV	O	0			ewtb.r.035899.5
+28	after	after	ADP	O	0			ewtb.r.035899.5
+29	a	a	DET	O	0			ewtb.r.035899.5
+30	few	few	ADJ	O	0			ewtb.r.035899.5
+31	horrendous	horrendous	ADJ	O	0			ewtb.r.035899.5
+32	daycare	daycare	NOUN	O	0		n.group	ewtb.r.035899.5
+33	experiences	experience	NOUN	O	0		n.event	ewtb.r.035899.5
+34	elsewhere	elsewhere	ADV	O	0			ewtb.r.035899.5
+35	.	.	PUNCT	O	0			ewtb.r.035899.5
+
+1	They	they	PRON	O	0			ewtb.r.035993.1
+2	have	have	VERB	O	0		v.stative	ewtb.r.035993.1
+3	fresh	fresh	ADJ	O	0			ewtb.r.035993.1
+4	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.035993.1
+5	,	,	PUNCT	O	0			ewtb.r.035993.1
+6	lasted	last	VERB	O	0		v.stative	ewtb.r.035993.1
+7	a	a	DET	O	0			ewtb.r.035993.1
+8	long	long	ADJ	O	0			ewtb.r.035993.1
+9	while	while	NOUN	O	0			ewtb.r.035993.1
+10	in	in	ADP	O	0			ewtb.r.035993.1
+11	the	the	DET	O	0			ewtb.r.035993.1
+12	vase	vase	NOUN	O	0		n.artifact	ewtb.r.035993.1
+13	,	,	PUNCT	O	0			ewtb.r.035993.1
+14	and	and	CONJ	O	0			ewtb.r.035993.1
+15	the	the	DET	O	0			ewtb.r.035993.1
+16	two	two	NUM	O	0			ewtb.r.035993.1
+17	ladies	lady	NOUN	O	0		n.person	ewtb.r.035993.1
+18	at	at	ADP	O	0			ewtb.r.035993.1
+19	the	the	DET	O	0			ewtb.r.035993.1
+20	shop	shop	NOUN	O	0		n.group	ewtb.r.035993.1
+21	know	know	VERB	O	0		v.cognition	ewtb.r.035993.1
+22	the	the	DET	O	0			ewtb.r.035993.1
+23	business	business	NOUN	O	0		n.group	ewtb.r.035993.1
+24	well	well	ADV	O	0			ewtb.r.035993.1
+25	.	.	PUNCT	O	0			ewtb.r.035993.1
+
+1	I	i	PRON	O	0			ewtb.r.035993.2
+2	had	have	VERB	B	0		v.cognition	ewtb.r.035993.2
+3	no	no	DET	o	0			ewtb.r.035993.2
+4	problem	problem	NOUN	I	2			ewtb.r.035993.2
+5	with	with	ADP	I	4			ewtb.r.035993.2
+6	my	my	PRON	O	0			ewtb.r.035993.2
+7	delivery	delivery	NOUN	O	0		n.act	ewtb.r.035993.2
+8	.	.	PUNCT	O	0			ewtb.r.035993.2
+
+1	I	i	PRON	O	0			ewtb.r.035993.3
+2	will	will	AUX	O	0			ewtb.r.035993.3
+3	go	go	VERB	O	0		v.motion	ewtb.r.035993.3
+4	there	there	ADV	O	0			ewtb.r.035993.3
+5	again	again	ADV	O	0			ewtb.r.035993.3
+6	.	.	PUNCT	O	0			ewtb.r.035993.3
+
+1	We	we	PRON	O	0			ewtb.r.037794.1
+2	came	come	VERB	O	0		v.motion	ewtb.r.037794.1
+3	at	at	ADP	O	0			ewtb.r.037794.1
+4	around	around	ADV	O	0			ewtb.r.037794.1
+5	730	730	NUM	O	0			ewtb.r.037794.1
+6	and	and	CONJ	O	0			ewtb.r.037794.1
+7	they	they	PRON	O	0			ewtb.r.037794.1
+8	close	close	VERB	O	0		v.social	ewtb.r.037794.1
+9	at	at	ADP	O	0			ewtb.r.037794.1
+10	8	8	NUM	O	0			ewtb.r.037794.1
+11	and	and	CONJ	O	0			ewtb.r.037794.1
+12	wanted	want	VERB	O	0		v.cognition	ewtb.r.037794.1
+13	to	to	PART	O	0			ewtb.r.037794.1
+14	try	try	VERB	O	0		v.social	ewtb.r.037794.1
+15	the	the	DET	O	0			ewtb.r.037794.1
+16	specials	special	NOUN	O	0		n.event	ewtb.r.037794.1
+17	but	but	CONJ	O	0			ewtb.r.037794.1
+18	they	they	PRON	O	0			ewtb.r.037794.1
+19	were	be	VERB	O	0		v.stative	ewtb.r.037794.1
+20	out	out	ADV	O	0			ewtb.r.037794.1
+21	for	for	ADP	O	0			ewtb.r.037794.1
+22	the	the	DET	O	0			ewtb.r.037794.1
+23	day	day	NOUN	O	0		n.event	ewtb.r.037794.1
+24	so	so	ADV	O	0			ewtb.r.037794.1
+25	I	i	PRON	O	0			ewtb.r.037794.1
+26	would	would	AUX	O	0			ewtb.r.037794.1
+27	say	say	VERB	O	0		v.communication	ewtb.r.037794.1
+28	go	go	VERB	O	0		v.motion	ewtb.r.037794.1
+29	way	way	ADV	O	0			ewtb.r.037794.1
+30	before	before	SCONJ	O	0			ewtb.r.037794.1
+31	they	they	PRON	O	0			ewtb.r.037794.1
+32	close	close	VERB	O	0		v.social	ewtb.r.037794.1
+33	.	.	PUNCT	O	0			ewtb.r.037794.1
+
+1	Got	get	VERB	O	0		v.possession	ewtb.r.037794.2
+2	the	the	DET	O	0			ewtb.r.037794.2
+3	crab	crab	NOUN	B	0		n.food	ewtb.r.037794.2
+4	rangoon	rangoon	NOUN	I	3			ewtb.r.037794.2
+5	which	which	DET	O	0			ewtb.r.037794.2
+6	was	be	VERB	O	0		v.stative	ewtb.r.037794.2
+7	great	great	ADJ	O	0			ewtb.r.037794.2
+8	,	,	PUNCT	O	0			ewtb.r.037794.2
+9	tofu	tofu	NOUN	O	0		n.food	ewtb.r.037794.2
+10	with	with	ADP	O	0			ewtb.r.037794.2
+11	cabbage	cabbage	NOUN	O	0		n.food	ewtb.r.037794.2
+12	which	which	DET	O	0			ewtb.r.037794.2
+13	was	be	VERB	O	0		v.stative	ewtb.r.037794.2
+14	spicy	spicy	ADJ	O	0			ewtb.r.037794.2
+15	but	but	CONJ	O	0			ewtb.r.037794.2
+16	good	good	ADJ	O	0			ewtb.r.037794.2
+17	and	and	CONJ	O	0			ewtb.r.037794.2
+18	shrimp	shrimp	NOUN	B	0		n.food	ewtb.r.037794.2
+19	satay	satay	NOUN	I	18			ewtb.r.037794.2
+20	which	which	DET	O	0			ewtb.r.037794.2
+21	was	be	VERB	O	0		v.stative	ewtb.r.037794.2
+22	also	also	ADV	O	0			ewtb.r.037794.2
+23	good	good	ADJ	O	0			ewtb.r.037794.2
+24	.	.	PUNCT	O	0			ewtb.r.037794.2
+
+1	Def	def	ADV	O	0			ewtb.r.037794.3
+2	going	go	VERB	B	0			ewtb.r.037794.3
+3	to	to	PART	I	2			ewtb.r.037794.3
+4	come	come	VERB	O	0		v.motion	ewtb.r.037794.3
+5	back	back	ADV	O	0			ewtb.r.037794.3
+6	and	and	CONJ	O	0			ewtb.r.037794.3
+7	try	try	VERB	O	0		v.social	ewtb.r.037794.3
+8	this	this	DET	O	0			ewtb.r.037794.3
+9	place	place	NOUN	O	0		n.group	ewtb.r.037794.3
+10	again	again	ADV	O	0			ewtb.r.037794.3
+11	.	.	PUNCT	O	0			ewtb.r.037794.3
+
+1	Bea	bea	PROPN	O	0		n.person	ewtb.r.037794.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.037794.4
+3	really	really	ADV	O	0			ewtb.r.037794.4
+4	nice	nice	ADJ	O	0			ewtb.r.037794.4
+5	and	and	CONJ	O	0			ewtb.r.037794.4
+6	asked	ask	VERB	O	0		v.communication	ewtb.r.037794.4
+7	how	how	ADV	O	0			ewtb.r.037794.4
+8	the	the	DET	O	0			ewtb.r.037794.4
+9	food	food	NOUN	O	0		n.food	ewtb.r.037794.4
+10	was	be	VERB	O	0		v.stative	ewtb.r.037794.4
+11	.	.	PUNCT	O	0			ewtb.r.037794.4
+
+1	Cute	cute	ADJ	O	0			ewtb.r.037794.5
+2	place	place	NOUN	O	0		n.group	ewtb.r.037794.5
+3	also	also	ADV	O	0			ewtb.r.037794.5
+
+1	Great	great	ADJ	O	0			ewtb.r.047891.1
+2	job	job	NOUN	O	0		n.act	ewtb.r.047891.1
+3	on	on	ADP	O	0			ewtb.r.047891.1
+4	my	my	PRON	O	0			ewtb.r.047891.1
+5	roof	roof	NOUN	O	0		n.artifact	ewtb.r.047891.1
+6	and	and	CONJ	O	0			ewtb.r.047891.1
+7	the	the	DET	O	0			ewtb.r.047891.1
+8	pricing	pricing	NOUN	O	0		n.possession	ewtb.r.047891.1
+9	was	be	VERB	O	0		v.stative	ewtb.r.047891.1
+10	fair	fair	ADJ	O	0			ewtb.r.047891.1
+11	.	.	PUNCT	O	0			ewtb.r.047891.1
+
+1	Will	will	AUX	O	0			ewtb.r.047891.2
+2	use	use	VERB	O	0		v.possession	ewtb.r.047891.2
+3	again	again	ADV	O	0			ewtb.r.047891.2
+4	in	in	ADP	O	0			ewtb.r.047891.2
+5	the	the	DET	O	0			ewtb.r.047891.2
+6	future	future	NOUN	O	0		n.time	ewtb.r.047891.2
+7	.	.	PUNCT	O	0			ewtb.r.047891.2
+
+1	Lovely	lovely	ADJ	O	0			ewtb.r.048198.1
+2	Cottage	cottage	NOUN	O	0		n.artifact	ewtb.r.048198.1
+
+1	This	this	DET	O	0			ewtb.r.048198.2
+2	cottage	cottage	NOUN	O	0		n.artifact	ewtb.r.048198.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.048198.2
+4	a	a	DET	O	0			ewtb.r.048198.2
+5	charming	charming	ADJ	O	0			ewtb.r.048198.2
+6	homely	homely	ADJ	O	0			ewtb.r.048198.2
+7	,	,	PUNCT	O	0			ewtb.r.048198.2
+8	friendly	friendly	ADJ	O	0			ewtb.r.048198.2
+9	,	,	PUNCT	O	0			ewtb.r.048198.2
+10	place	place	NOUN	O	0		n.location	ewtb.r.048198.2
+11	to	to	PART	O	0			ewtb.r.048198.2
+12	stay	stay	VERB	O	0		v.social	ewtb.r.048198.2
+13	.	.	PUNCT	O	0			ewtb.r.048198.2
+
+1	Mary	mary	PROPN	O	0		n.person	ewtb.r.048198.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.048198.3
+3	an	an	DET	O	0			ewtb.r.048198.3
+4	excellent	excellent	ADJ	O	0			ewtb.r.048198.3
+5	host	host	NOUN	O	0		n.person	ewtb.r.048198.3
+6	who	who	PRON	O	0			ewtb.r.048198.3
+7	does	do	VERB	O	0		v.social	ewtb.r.048198.3
+8	yummy	yummy	ADJ	O	0			ewtb.r.048198.3
+9	breakfasts	breakfast	NOUN	O	0		n.food	ewtb.r.048198.3
+10	.	.	PUNCT	O	0			ewtb.r.048198.3
+
+1	My	my	PRON	O	0			ewtb.r.048198.4
+2	room	room	NOUN	O	0		n.artifact	ewtb.r.048198.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.048198.4
+4	delightful	delightful	ADJ	O	0			ewtb.r.048198.4
+5	and	and	CONJ	O	0			ewtb.r.048198.4
+6	the	the	DET	O	0			ewtb.r.048198.4
+7	attention	attention	NOUN	B	0		n.cognition	ewtb.r.048198.4
+8	to	to	ADP	I	7			ewtb.r.048198.4
+9	detail	detail	NOUN	I	8			ewtb.r.048198.4
+10	was	be	VERB	O	0		v.stative	ewtb.r.048198.4
+11	amazing	amazing	ADJ	O	0			ewtb.r.048198.4
+12	.	.	PUNCT	O	0			ewtb.r.048198.4
+
+1	Will	will	AUX	O	0			ewtb.r.048198.5
+2	come	come	VERB	O	0		v.motion	ewtb.r.048198.5
+3	again	again	ADV	O	0			ewtb.r.048198.5
+4	!	!	PUNCT	O	0			ewtb.r.048198.5
+
+1	Sophie	sophie	PROPN	O	0		n.person	ewtb.r.048198.6
+2	.	.	PUNCT	O	0			ewtb.r.048198.6
+
+1	I	i	PRON	O	0			ewtb.r.054496.1
+2	just	just	ADV	O	0			ewtb.r.054496.1
+3	like	like	VERB	O	0		v.emotion	ewtb.r.054496.1
+4	the	the	DET	B	0			ewtb.r.054496.1
+5	fact	fact	NOUN	I	4			ewtb.r.054496.1
+6	that	that	SCONJ	I	5			ewtb.r.054496.1
+7	he	he	PRON	O	0			ewtb.r.054496.1
+8	was	be	VERB	O	0		v.stative	ewtb.r.054496.1
+9	able	able	ADJ	O	0			ewtb.r.054496.1
+10	to	to	PART	O	0			ewtb.r.054496.1
+11	do	do	VERB	O	0		v.social	ewtb.r.054496.1
+12	the	the	DET	O	0			ewtb.r.054496.1
+13	specific	specific	ADJ	O	0			ewtb.r.054496.1
+14	type	type	NOUN	O	0		n.cognition	ewtb.r.054496.1
+15	of	of	ADP	O	0			ewtb.r.054496.1
+16	repair	repair	NOUN	O	0		n.act	ewtb.r.054496.1
+17	I	i	PRON	O	0			ewtb.r.054496.1
+18	wanted	want	VERB	O	0		v.cognition	ewtb.r.054496.1
+19	(	(	PUNCT	O	0			ewtb.r.054496.1
+20	a	a	DET	O	0			ewtb.r.054496.1
+21	reball	reball	NOUN	O	0		n.act	ewtb.r.054496.1
+22	)	)	PUNCT	O	0			ewtb.r.054496.1
+23	and	and	CONJ	O	0			ewtb.r.054496.1
+24	give	give	VERB	O	0		v.possession	ewtb.r.054496.1
+25	me	me	PRON	O	0			ewtb.r.054496.1
+26	the	the	DET	O	0			ewtb.r.054496.1
+27	longest	long	ADJ	O	0			ewtb.r.054496.1
+28	warranty	warranty	NOUN	O	0		n.possession	ewtb.r.054496.1
+29	and	and	CONJ	O	0			ewtb.r.054496.1
+30	even	even	ADV	O	0			ewtb.r.054496.1
+31	a	a	DET	O	0			ewtb.r.054496.1
+32	lower	low	ADJ	O	0			ewtb.r.054496.1
+33	price	price	NOUN	O	0		n.possession	ewtb.r.054496.1
+34	.	.	PUNCT	O	0			ewtb.r.054496.1
+
+1	Someone	someone	NOUN	O	0			ewtb.r.054496.2
+2	else	else	ADJ	O	0			ewtb.r.054496.2
+3	I	i	PRON	O	0			ewtb.r.054496.2
+4	found	find	VERB	O	0		v.cognition	ewtb.r.054496.2
+5	that	that	DET	O	0			ewtb.r.054496.2
+6	said	say	VERB	O	0		v.communication	ewtb.r.054496.2
+7	they	they	PRON	O	0			ewtb.r.054496.2
+8	could	could	AUX	O	0			ewtb.r.054496.2
+9	do	do	VERB	O	0		v.social	ewtb.r.054496.2
+10	it	it	PRON	O	0			ewtb.r.054496.2
+11	but	but	CONJ	O	0			ewtb.r.054496.2
+12	wanted	want	VERB	O	0		v.cognition	ewtb.r.054496.2
+13	to	to	PART	O	0			ewtb.r.054496.2
+14	charge	charge	VERB	O	0		v.possession	ewtb.r.054496.2
+15	me	me	PRON	O	0			ewtb.r.054496.2
+16	more	more	ADJ	O	0			ewtb.r.054496.2
+17	and	and	CONJ	O	0			ewtb.r.054496.2
+18	give	give	VERB	O	0		v.possession	ewtb.r.054496.2
+19	me	me	PRON	O	0			ewtb.r.054496.2
+20	less	less	ADJ	O	0			ewtb.r.054496.2
+21	warranty	warranty	NOUN	O	0		n.possession	ewtb.r.054496.2
+22	.	.	PUNCT	O	0			ewtb.r.054496.2
+
+1	It	it	PRON	O	0			ewtb.r.054496.3
+2	was	be	VERB	B	0		v.stative	ewtb.r.054496.3
+3	a	a	DET	I	2			ewtb.r.054496.3
+4	no	no	NOUN	I	3			ewtb.r.054496.3
+5	brainer	brainer	NOUN	I	4			ewtb.r.054496.3
+6	really	really	ADV	O	0			ewtb.r.054496.3
+7	.	.	PUNCT	O	0			ewtb.r.054496.3
+
+1	I	i	PRON	O	0			ewtb.r.054496.4
+2	choose	choose	VERB	O	0		v.cognition	ewtb.r.054496.4
+3	Console	console	PROPN	B	0		n.group	ewtb.r.054496.4
+4	Pros	pros	PROPN	I	3			ewtb.r.054496.4
+5	and	and	CONJ	O	0			ewtb.r.054496.4
+6	I	i	PRON	O	0			ewtb.r.054496.4
+7	'm	'm	VERB	O	0		v.stative	ewtb.r.054496.4
+8	happy	happy	ADJ	O	0			ewtb.r.054496.4
+9	I	i	PRON	O	0			ewtb.r.054496.4
+10	did	do	AUX	O	0			ewtb.r.054496.4
+11	.	.	PUNCT	O	0			ewtb.r.054496.4
+
+1	Where	where	ADV	O	0			ewtb.r.054798.1
+2	else	else	ADV	O	0			ewtb.r.054798.1
+3	can	can	AUX	O	0			ewtb.r.054798.1
+4	you	you	PRON	O	0			ewtb.r.054798.1
+5	go	go	VERB	O	0		v.motion	ewtb.r.054798.1
+6	for	for	ADP	O	0			ewtb.r.054798.1
+7	$	$	SYM	O	0			ewtb.r.054798.1
+8	10	10	NUM	O	0			ewtb.r.054798.1
+9	and	and	CONJ	O	0			ewtb.r.054798.1
+10	recieve	recieve	VERB	O	0		v.possession	ewtb.r.054798.1
+11	this	this	DET	O	0			ewtb.r.054798.1
+12	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.054798.1
+13	?!	?!	PUNCT	O	0			ewtb.r.054798.1
+
+1	Who	who	PRON	O	0			ewtb.r.054798.3
+2	can	can	AUX	O	0			ewtb.r.054798.3
+3	pass	pass	VERB	B	0		v.social	ewtb.r.054798.3
+4	up	up	ADP	I	3			ewtb.r.054798.3
+5	a	a	DET	O	0			ewtb.r.054798.3
+6	hot	hot	ADJ	O	0			ewtb.r.054798.3
+7	towel	towel	NOUN	O	0		n.artifact	ewtb.r.054798.3
+8	and	and	CONJ	O	0			ewtb.r.054798.3
+9	a	a	DET	O	0			ewtb.r.054798.3
+10	straight	straight	ADJ	B	0			ewtb.r.054798.3
+11	edge	edge	NOUN	I	10			ewtb.r.054798.3
+12	neck	neck	NOUN	O	0		n.body	ewtb.r.054798.3
+13	shave	shave	NOUN	O	0		n.act	ewtb.r.054798.3
+14	!	!	PUNCT	O	0			ewtb.r.054798.3
+
+1	I	i	PRON	O	0			ewtb.r.054798.4
+2	've	've	AUX	O	0			ewtb.r.054798.4
+3	had	have	VERB	B	0		v.social	ewtb.r.054798.4
+4	2	2	NUM	o	0			ewtb.r.054798.4
+5	cuts	cut	NOUN	I	3			ewtb.r.054798.4
+6	now	now	ADV	O	0			ewtb.r.054798.4
+7	from	from	ADP	O	0			ewtb.r.054798.4
+8	Georgia	georgia	PROPN	O	0		n.location	ewtb.r.054798.4
+9	and	and	CONJ	O	0			ewtb.r.054798.4
+10	have	have	AUX	O	0			ewtb.r.054798.4
+11	paid	pay	VERB	O	0		v.possession	ewtb.r.054798.4
+12	more	more	ADJ	O	0			ewtb.r.054798.4
+13	in	in	ADP	O	0			ewtb.r.054798.4
+14	other	other	ADJ	O	0			ewtb.r.054798.4
+15	salons	salon	NOUN	O	0		n.group	ewtb.r.054798.4
+16	/	/	SYM	O	0			ewtb.r.054798.4
+17	barbershops	barbershop	NOUN	O	0		n.group	ewtb.r.054798.4
+18	and	and	CONJ	O	0			ewtb.r.054798.4
+19	have	have	AUX	O	0			ewtb.r.054798.4
+20	not	not	PART	O	0			ewtb.r.054798.4
+21	received	receive	VERB	O	0		v.stative	ewtb.r.054798.4
+22	this	this	DET	O	0			ewtb.r.054798.4
+23	kind	kind	NOUN	O	0		n.cognition	ewtb.r.054798.4
+24	of	of	ADP	O	0			ewtb.r.054798.4
+25	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.054798.4
+26	or	or	CONJ	O	0			ewtb.r.054798.4
+27	cut	cut	NOUN	O	0		n.act	ewtb.r.054798.4
+28	!	!	PUNCT	O	0			ewtb.r.054798.4
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.074896.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.074896.1
+
+1	I	i	PRON	O	0			ewtb.r.074896.2
+2	could	could	AUX	O	0			ewtb.r.074896.2
+3	easily	easily	ADV	O	0			ewtb.r.074896.2
+4	go	go	VERB	O	0		v.motion	ewtb.r.074896.2
+5	to	to	ADP	O	0			ewtb.r.074896.2
+6	Nordstrom	nordstrom	PROPN	O	0		n.group	ewtb.r.074896.2
+7	for	for	ADP	O	0			ewtb.r.074896.2
+8	my	my	PRON	O	0			ewtb.r.074896.2
+9	designer	designer	NOUN	O	0		n.cognition	ewtb.r.074896.2
+10	jeans	jean	NOUN	O	0		n.artifact	ewtb.r.074896.2
+11	and	and	CONJ	O	0			ewtb.r.074896.2
+12	pay	pay	VERB	O	0		v.possession	ewtb.r.074896.2
+13	the	the	DET	O	0			ewtb.r.074896.2
+14	same	same	ADJ	O	0			ewtb.r.074896.2
+15	price	price	NOUN	O	0		n.possession	ewtb.r.074896.2
+16	,	,	PUNCT	O	0			ewtb.r.074896.2
+17	but	but	CONJ	O	0			ewtb.r.074896.2
+18	I	i	PRON	O	0			ewtb.r.074896.2
+19	go	go	VERB	O	0		v.motion	ewtb.r.074896.2
+20	to	to	ADP	O	0			ewtb.r.074896.2
+21	the	the	DET	O	0			ewtb.r.074896.2
+22	Garment	garment	PROPN	B	0		n.group	ewtb.r.074896.2
+23	District	district	PROPN	I	22			ewtb.r.074896.2
+24	for	for	ADP	O	0			ewtb.r.074896.2
+25	their	their	PRON	O	0			ewtb.r.074896.2
+26	service	service	NOUN	O	0		n.act	ewtb.r.074896.2
+27	.	.	PUNCT	O	0			ewtb.r.074896.2
+
+1	Previous	previous	ADJ	O	0			ewtb.r.074896.3
+2	reviewers	reviewer	NOUN	O	0		n.person	ewtb.r.074896.3
+3	said	say	VERB	O	0		v.communication	ewtb.r.074896.3
+4	they	they	PRON	O	0			ewtb.r.074896.3
+5	were	be	VERB	O	0		v.stative	ewtb.r.074896.3
+6	pushy	pushy	ADJ	O	0			ewtb.r.074896.3
+7	and	and	CONJ	O	0			ewtb.r.074896.3
+8	I	i	PRON	O	0			ewtb.r.074896.3
+9	can	can	AUX	O	0			ewtb.r.074896.3
+10	understand	understand	VERB	O	0		v.cognition	ewtb.r.074896.3
+11	that	that	DET	O	0			ewtb.r.074896.3
+12	,	,	PUNCT	O	0			ewtb.r.074896.3
+13	but	but	CONJ	O	0			ewtb.r.074896.3
+14	I	i	PRON	O	0			ewtb.r.074896.3
+15	find	find	VERB	O	0		v.cognition	ewtb.r.074896.3
+16	the	the	DET	O	0			ewtb.r.074896.3
+17	staff	staff	NOUN	O	0		n.group	ewtb.r.074896.3
+18	more	more	ADV	O	0			ewtb.r.074896.3
+19	helpful	helpful	ADJ	O	0			ewtb.r.074896.3
+20	than	than	ADP	O	0			ewtb.r.074896.3
+21	anything	anything	NOUN	O	0			ewtb.r.074896.3
+22	else	else	ADJ	O	0			ewtb.r.074896.3
+23	.	.	PUNCT	O	0			ewtb.r.074896.3
+
+1	Tiffany	tiffany	PROPN	O	0		n.person	ewtb.r.074896.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.074896.4
+3	fabulous	fabulous	ADJ	O	0			ewtb.r.074896.4
+4	!	!	PUNCT	O	0			ewtb.r.074896.4
+
+1	I	i	PRON	O	0			ewtb.r.074896.5
+2	came	come	VERB	O	0		v.motion	ewtb.r.074896.5
+3	in	in	ADV	O	0			ewtb.r.074896.5
+4	for	for	ADP	O	0			ewtb.r.074896.5
+5	alterations	alteration	NOUN	O	0		n.act	ewtb.r.074896.5
+6	(	(	PUNCT	O	0			ewtb.r.074896.5
+7	free	free	ADJ	O	0			ewtb.r.074896.5
+8	,	,	PUNCT	O	0			ewtb.r.074896.5
+9	by	by	ADP	B	0			ewtb.r.074896.5
+10	the	the	DET	I	9			ewtb.r.074896.5
+11	way	way	NOUN	I	10			ewtb.r.074896.5
+12	)	)	PUNCT	O	0			ewtb.r.074896.5
+13	and	and	CONJ	O	0			ewtb.r.074896.5
+14	told	tell	VERB	O	0		v.communication	ewtb.r.074896.5
+15	her	her	PRON	O	0			ewtb.r.074896.5
+16	about	about	ADP	O	0			ewtb.r.074896.5
+17	a	a	DET	O	0			ewtb.r.074896.5
+18	stain	stain	NOUN	O	0		n.artifact	ewtb.r.074896.5
+19	I	i	PRON	O	0			ewtb.r.074896.5
+20	had	have	VERB	O	0		v.stative	ewtb.r.074896.5
+21	on	on	ADP	O	0			ewtb.r.074896.5
+22	my	my	PRON	O	0			ewtb.r.074896.5
+23	new	new	ADJ	O	0			ewtb.r.074896.5
+24	leather	leather	NOUN	O	0		n.substance	ewtb.r.074896.5
+25	purse	purse	NOUN	O	0		n.artifact	ewtb.r.074896.5
+26	.	.	PUNCT	O	0			ewtb.r.074896.5
+
+1	She	she	PRON	O	0			ewtb.r.074896.6
+2	immediately	immediately	ADV	O	0			ewtb.r.074896.6
+3	went	go	VERB	O	0		v.motion	ewtb.r.074896.6
+4	to	to	ADP	O	0			ewtb.r.074896.6
+5	the	the	DET	O	0			ewtb.r.074896.6
+6	back	back	NOUN	O	0		n.location	ewtb.r.074896.6
+7	,	,	PUNCT	O	0			ewtb.r.074896.6
+8	brought	bring	VERB	O	0		v.social	ewtb.r.074896.6
+9	out	out	ADV	O	0			ewtb.r.074896.6
+10	leather	leather	NOUN	O	0		n.substance	ewtb.r.074896.6
+11	cleaner	cleaner	NOUN	O	0		n.artifact	ewtb.r.074896.6
+12	and	and	CONJ	O	0			ewtb.r.074896.6
+13	cleaned	clean	VERB	O	0		v.change	ewtb.r.074896.6
+14	my	my	PRON	O	0			ewtb.r.074896.6
+15	purse	purse	NOUN	O	0		n.artifact	ewtb.r.074896.6
+16	on	on	ADP	B	0			ewtb.r.074896.6
+17	the	the	DET	I	16			ewtb.r.074896.6
+18	spot	spot	NOUN	I	17			ewtb.r.074896.6
+19	.	.	PUNCT	O	0			ewtb.r.074896.6
+
+1	I	i	PRON	O	0			ewtb.r.074896.7
+2	did	do	AUX	O	0			ewtb.r.074896.7
+3	n't	n't	PART	O	0			ewtb.r.074896.7
+4	even	even	ADV	O	0			ewtb.r.074896.7
+5	buy	buy	VERB	O	0		v.possession	ewtb.r.074896.7
+6	the	the	DET	O	0			ewtb.r.074896.7
+7	bag	bag	NOUN	O	0		n.artifact	ewtb.r.074896.7
+8	there	there	ADV	O	0			ewtb.r.074896.7
+9	!	!	PUNCT	O	0			ewtb.r.074896.7
+
+1	Huge	huge	ADJ	O	0			ewtb.r.074896.8
+2	selection	selection	NOUN	O	0		n.cognition	ewtb.r.074896.8
+3	and	and	CONJ	O	0			ewtb.r.074896.8
+4	,	,	PUNCT	O	0			ewtb.r.074896.8
+5	great	great	ADJ	O	0			ewtb.r.074896.8
+6	suggestions	suggestion	NOUN	O	0		n.communication	ewtb.r.074896.8
+7	from	from	ADP	O	0			ewtb.r.074896.8
+8	the	the	DET	O	0			ewtb.r.074896.8
+9	staff	staff	NOUN	O	0		n.group	ewtb.r.074896.8
+10	and	and	CONJ	O	0			ewtb.r.074896.8
+11	they	they	PRON	O	0			ewtb.r.074896.8
+12	refer	refer	VERB	O	0		v.communication	ewtb.r.074896.8
+13	you	you	PRON	O	0			ewtb.r.074896.8
+14	to	to	ADP	O	0			ewtb.r.074896.8
+15	reliable	reliable	ADJ	O	0			ewtb.r.074896.8
+16	places	place	NOUN	O	0		n.group	ewtb.r.074896.8
+17	if	if	SCONJ	O	0			ewtb.r.074896.8
+18	they	they	PRON	O	0			ewtb.r.074896.8
+19	do	do	AUX	O	0			ewtb.r.074896.8
+20	n't	n't	PART	O	0			ewtb.r.074896.8
+21	have	have	VERB	O	0		v.stative	ewtb.r.074896.8
+22	what	what	PRON	O	0			ewtb.r.074896.8
+23	you	you	PRON	O	0			ewtb.r.074896.8
+24	need	need	VERB	O	0		v.cognition	ewtb.r.074896.8
+25	.	.	PUNCT	O	0			ewtb.r.074896.8
+
+1	Had	have	VERB	O	0		v.stative	ewtb.r.077298.1
+2	a	a	DET	O	0			ewtb.r.077298.1
+3	horrible	horrible	ADJ	O	0			ewtb.r.077298.1
+4	experience	experience	NOUN	O	0		n.event	ewtb.r.077298.1
+5	with	with	ADP	O	0			ewtb.r.077298.1
+6	a	a	DET	O	0			ewtb.r.077298.1
+7	manager	manager	NOUN	O	0		n.person	ewtb.r.077298.1
+8	here	here	ADV	O	0			ewtb.r.077298.1
+9	,	,	PUNCT	O	0			ewtb.r.077298.1
+10	Rachel	rachel	PROPN	B	0		n.person	ewtb.r.077298.1
+11	McInnis	mcinnis	PROPN	I	10			ewtb.r.077298.1
+12	,	,	PUNCT	O	0			ewtb.r.077298.1
+13	she	she	PRON	O	0			ewtb.r.077298.1
+14	was	be	VERB	O	0		v.stative	ewtb.r.077298.1
+15	rude	rude	ADJ	O	0			ewtb.r.077298.1
+16	,	,	PUNCT	O	0			ewtb.r.077298.1
+17	inconsiderate	inconsiderate	ADJ	O	0			ewtb.r.077298.1
+18	and	and	CONJ	O	0			ewtb.r.077298.1
+19	did	do	AUX	O	0			ewtb.r.077298.1
+20	not	not	PART	O	0			ewtb.r.077298.1
+21	do	do	VERB	O	0		v.stative	ewtb.r.077298.1
+22	the	the	DET	O	0			ewtb.r.077298.1
+23	right	right	ADJ	O	0			ewtb.r.077298.1
+24	thing	thing	NOUN	O	0		n.act	ewtb.r.077298.1
+25	for	for	ADP	O	0			ewtb.r.077298.1
+26	an	an	DET	O	0			ewtb.r.077298.1
+27	item	item	NOUN	O	0		n.artifact	ewtb.r.077298.1
+28	that	that	DET	O	0			ewtb.r.077298.1
+29	was	be	AUX	O	0			ewtb.r.077298.1
+30	marked	mark	VERB	O	0		v.communication	ewtb.r.077298.1
+31	incorrectly	incorrectly	ADV	O	0			ewtb.r.077298.1
+32	...	...	PUNCT	O	0			ewtb.r.077298.1
+
+1	I	i	PRON	O	0			ewtb.r.077298.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.077298.2
+3	not	not	PART	O	0			ewtb.r.077298.2
+4	interested	interested	ADJ	B	0			ewtb.r.077298.2
+5	in	in	SCONJ	I	4			ewtb.r.077298.2
+6	shopping	shop	VERB	O	0		v.social	ewtb.r.077298.2
+7	in	in	ADP	O	0			ewtb.r.077298.2
+8	a	a	DET	O	0			ewtb.r.077298.2
+9	place	place	NOUN	O	0		n.group	ewtb.r.077298.2
+10	with	with	ADP	O	0			ewtb.r.077298.2
+11	people	person	NOUN	O	0		n.person	ewtb.r.077298.2
+12	like	like	ADP	O	0			ewtb.r.077298.2
+13	her	her	PRON	O	0			ewtb.r.077298.2
+14	...	...	PUNCT	O	0			ewtb.r.077298.2
+15	she	she	PRON	O	0			ewtb.r.077298.2
+16	refused	refuse	VERB	O	0		v.communication	ewtb.r.077298.2
+17	to	to	PART	O	0			ewtb.r.077298.2
+18	sell	sell	VERB	O	0		v.possession	ewtb.r.077298.2
+19	me	me	PRON	O	0			ewtb.r.077298.2
+20	the	the	DET	O	0			ewtb.r.077298.2
+21	item	item	NOUN	O	0		n.artifact	ewtb.r.077298.2
+22	at	at	ADP	O	0			ewtb.r.077298.2
+23	its	it	PRON	O	0			ewtb.r.077298.2
+24	marked	mark	VERB	O	0		v.communication	ewtb.r.077298.2
+25	price	price	NOUN	O	0		n.possession	ewtb.r.077298.2
+26	even	even	ADV	O	0			ewtb.r.077298.2
+27	after	after	SCONJ	O	0			ewtb.r.077298.2
+28	admitting	admit	VERB	O	0		v.communication	ewtb.r.077298.2
+29	they	they	PRON	O	0			ewtb.r.077298.2
+30	had	have	AUX	O	0			ewtb.r.077298.2
+31	made	make	VERB	B	0		v.cognition	ewtb.r.077298.2
+32	a	a	DET	I	31			ewtb.r.077298.2
+33	mistake	mistake	NOUN	I	32			ewtb.r.077298.2
+34	.	.	PUNCT	O	0			ewtb.r.077298.2
+
+1	I	i	PRON	O	0			ewtb.r.077298.3
+2	normally	normally	ADV	O	0			ewtb.r.077298.3
+3	do	do	AUX	O	0			ewtb.r.077298.3
+4	n't	n't	PART	O	0			ewtb.r.077298.3
+5	write	write	VERB	O	0		v.communication	ewtb.r.077298.3
+6	reviews	review	NOUN	O	0		n.communication	ewtb.r.077298.3
+7	but	but	CONJ	O	0			ewtb.r.077298.3
+8	seeing	see	VERB	O	0		v.cognition	ewtb.r.077298.3
+9	that	that	SCONJ	O	0			ewtb.r.077298.3
+10	I	i	PRON	O	0			ewtb.r.077298.3
+11	considered	consider	VERB	O	0		v.cognition	ewtb.r.077298.3
+12	Dillards	dillards	PROPN	O	0		n.group	ewtb.r.077298.3
+13	a	a	DET	O	0			ewtb.r.077298.3
+14	distinguished	distinguished	ADJ	O	0			ewtb.r.077298.3
+15	,	,	PUNCT	O	0			ewtb.r.077298.3
+16	upscale	upscale	ADJ	O	0			ewtb.r.077298.3
+17	place	place	NOUN	O	0		n.group	ewtb.r.077298.3
+18	to	to	PART	O	0			ewtb.r.077298.3
+19	shop	shop	VERB	O	0		v.social	ewtb.r.077298.3
+20	,	,	PUNCT	O	0			ewtb.r.077298.3
+21	this	this	DET	O	0			ewtb.r.077298.3
+22	one	one	NUM	O	0			ewtb.r.077298.3
+23	wo	wo	AUX	O	0			ewtb.r.077298.3
+24	n't	n't	PART	O	0			ewtb.r.077298.3
+25	be	be	AUX	O	0			ewtb.r.077298.3
+26	getting	get	VERB	B	0		v.possession	ewtb.r.077298.3
+27	my	my	PRON	o	0			ewtb.r.077298.3
+28	business	business	NOUN	I	26			ewtb.r.077298.3
+29	,	,	PUNCT	O	0			ewtb.r.077298.3
+30	nor	nor	CONJ	O	0			ewtb.r.077298.3
+31	my	my	PRON	O	0			ewtb.r.077298.3
+32	family	family	NOUN	O	0		n.group	ewtb.r.077298.3
+33	's	's	PART	O	0			ewtb.r.077298.3
+34	,	,	PUNCT	O	0			ewtb.r.077298.3
+35	nor	nor	CONJ	O	0			ewtb.r.077298.3
+36	my	my	PRON	O	0			ewtb.r.077298.3
+37	co-workers	co-worker	NOUN	O	0		n.person	ewtb.r.077298.3
+38	.	.	PUNCT	O	0			ewtb.r.077298.3
+
+1	It	it	PRON	O	0			ewtb.r.077298.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.077298.4
+3	never	never	ADV	O	0			ewtb.r.077298.4
+4	ok	ok	ADJ	O	0			ewtb.r.077298.4
+5	to	to	PART	O	0			ewtb.r.077298.4
+6	let	let	VERB	O	0		v.cognition	ewtb.r.077298.4
+7	a	a	DET	O	0			ewtb.r.077298.4
+8	customer	customer	NOUN	O	0		n.person	ewtb.r.077298.4
+9	walk	walk	VERB	O	0		v.motion	ewtb.r.077298.4
+10	out	out	ADV	O	0			ewtb.r.077298.4
+11	unhappy	unhappy	ADJ	O	0			ewtb.r.077298.4
+12	,	,	PUNCT	O	0			ewtb.r.077298.4
+13	especially	especially	ADV	O	0			ewtb.r.077298.4
+14	when	when	ADV	O	0			ewtb.r.077298.4
+15	they	they	PRON	O	0			ewtb.r.077298.4
+16	are	be	VERB	O	0		v.stative	ewtb.r.077298.4
+17	right	right	ADJ	O	0			ewtb.r.077298.4
+18	.	.	PUNCT	O	0			ewtb.r.077298.4
+
+1	I	i	PRON	O	0			ewtb.r.005636.1
+2	LOVE	love	VERB	O	0		v.emotion	ewtb.r.005636.1
+3	MY	my	PRON	O	0			ewtb.r.005636.1
+4	GYM	gym	NOUN	O	0		n.group	ewtb.r.005636.1
+5	!	!	PUNCT	O	0			ewtb.r.005636.1
+
+1	FITNESS	fitness	PROPN	B	0		n.group	ewtb.r.005636.2
+2	UNLIMITED	unlimited	PROPN	I	1			ewtb.r.005636.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.005636.2
+4	a	a	DET	O	0			ewtb.r.005636.2
+5	second	second	ADJ	B	0		n.cognition	ewtb.r.005636.2
+6	home	home	NOUN	I	5			ewtb.r.005636.2
+7	to	to	ADP	O	0			ewtb.r.005636.2
+8	a	a	DET	B	0			ewtb.r.005636.2
+9	lot	lot	NOUN	I	8			ewtb.r.005636.2
+10	of	of	ADP	O	0			ewtb.r.005636.2
+11	us	us	PRON	O	0			ewtb.r.005636.2
+12	gym	gym	NOUN	O	0		n.group	ewtb.r.005636.2
+13	members	member	NOUN	O	0		n.person	ewtb.r.005636.2
+14	who	who	PRON	O	0			ewtb.r.005636.2
+15	work	work	VERB	B	0		v.body	ewtb.r.005636.2
+16	out	out	ADP	I	15			ewtb.r.005636.2
+17	daily	daily	ADV	O	0			ewtb.r.005636.2
+18	.	.	PUNCT	O	0			ewtb.r.005636.2
+
+1	If	if	SCONJ	O	0			ewtb.r.005636.3
+2	you	you	PRON	O	0			ewtb.r.005636.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.005636.3
+4	serious	serious	ADJ	O	0			ewtb.r.005636.3
+5	about	about	SCONJ	O	0			ewtb.r.005636.3
+6	working	work	VERB	B	0		v.body	ewtb.r.005636.3
+7	out	out	ADP	I	6			ewtb.r.005636.3
+8	in	in	ADP	O	0			ewtb.r.005636.3
+9	a	a	DET	O	0			ewtb.r.005636.3
+10	non-commercial	non-commercial	ADJ	O	0			ewtb.r.005636.3
+11	like	like	ADJ	O	0			ewtb.r.005636.3
+12	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.005636.3
+13	then	then	ADV	O	0			ewtb.r.005636.3
+14	you	you	PRON	O	0			ewtb.r.005636.3
+15	have	have	AUX	O	0			ewtb.r.005636.3
+16	chosen	choose	VERB	O	0		v.cognition	ewtb.r.005636.3
+17	the	the	DET	O	0			ewtb.r.005636.3
+18	best	best	ADJ	O	0			ewtb.r.005636.3
+19	place	place	NOUN	O	0		n.location	ewtb.r.005636.3
+20	to	to	PART	O	0			ewtb.r.005636.3
+21	be	be	VERB	O	0		v.stative	ewtb.r.005636.3
+22	.	.	PUNCT	O	0			ewtb.r.005636.3
+
+1	This	this	DET	O	0			ewtb.r.005636.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.005636.4
+3	the	the	DET	O	0			ewtb.r.005636.4
+4	most	most	ADV	O	0			ewtb.r.005636.4
+5	humble	humble	ADJ	O	0			ewtb.r.005636.4
+6	gym	gym	NOUN	O	0		n.group	ewtb.r.005636.4
+7	you	you	PRON	O	0			ewtb.r.005636.4
+8	will	will	AUX	O	0			ewtb.r.005636.4
+9	every	every	ADV	O	0			ewtb.r.005636.4
+10	step	step	VERB	O	0		v.motion	ewtb.r.005636.4
+11	into	into	ADP	O	0			ewtb.r.005636.4
+12	....	....	PUNCT	O	0			ewtb.r.005636.4
+13	if	if	SCONJ	O	0			ewtb.r.005636.4
+14	you	you	PRON	O	0			ewtb.r.005636.4
+15	dare	dare	VERB	O	0		v.cognition	ewtb.r.005636.4
+16	to	to	PART	O	0			ewtb.r.005636.4
+17	work	work	VERB	O	0		v.body	ewtb.r.005636.4
+18	on	on	ADP	O	0			ewtb.r.005636.4
+19	your	your	PRON	O	0			ewtb.r.005636.4
+20	body	body	NOUN	O	0		n.body	ewtb.r.005636.4
+21	do	do	AUX	O	0			ewtb.r.005636.4
+22	n't	n't	PART	O	0			ewtb.r.005636.4
+23	be	be	VERB	O	0		v.stative	ewtb.r.005636.4
+24	surprised	surprised	ADJ	O	0			ewtb.r.005636.4
+25	when	when	ADV	O	0			ewtb.r.005636.4
+26	you	you	PRON	O	0			ewtb.r.005636.4
+27	see	see	VERB	O	0		v.perception	ewtb.r.005636.4
+28	how	how	ADV	O	0			ewtb.r.005636.4
+29	addicting	addicting	ADJ	O	0			ewtb.r.005636.4
+30	going	go	VERB	O	0		v.social	ewtb.r.005636.4
+31	to	to	ADP	O	0			ewtb.r.005636.4
+32	FITNESS	fitness	PROPN	B	0		n.group	ewtb.r.005636.4
+33	UNLIMITED	unlimited	PROPN	I	32			ewtb.r.005636.4
+34	can	can	AUX	O	0			ewtb.r.005636.4
+35	be	be	VERB	O	0		v.stative	ewtb.r.005636.4
+36	!!	!!	PUNCT	O	0			ewtb.r.005636.4
+
+1	Good	good	ADJ	O	0			ewtb.r.008635.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.008635.1
+3	and	and	CONJ	O	0			ewtb.r.008635.1
+4	very	very	ADV	O	0			ewtb.r.008635.1
+5	friendly	friendly	ADJ	O	0			ewtb.r.008635.1
+6	staff	staff	NOUN	O	0		n.person	ewtb.r.008635.1
+7	.	.	PUNCT	O	0			ewtb.r.008635.1
+
+1	Interesting	interesting	ADJ	O	0			ewtb.r.008635.3
+2	good	good	ADJ	O	0			ewtb.r.008635.3
+3	value	value	NOUN	O	0			ewtb.r.008635.3
+4	wine	wine	NOUN	O	0		n.food	ewtb.r.008635.3
+5	list	list	NOUN	O	0		n.artifact	ewtb.r.008635.3
+6	to	to	ADV	O	0			ewtb.r.008635.3
+7	.	.	PUNCT	O	0			ewtb.r.008635.3
+
+1	Beer	beer	NOUN	O	0		n.food	ewtb.r.008635.4
+2	a	a	DET	O	0			ewtb.r.008635.4
+3	bit	bit	NOUN	O	0			ewtb.r.008635.4
+4	expensive	expensive	ADJ	O	0			ewtb.r.008635.4
+5	.	.	PUNCT	O	0			ewtb.r.008635.4
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.010433.1
+2	good	good	ADJ	O	0			ewtb.r.010433.1
+3	,	,	PUNCT	O	0			ewtb.r.010433.1
+4	service	service	NOUN	O	0		n.act	ewtb.r.010433.1
+5	poor	poor	ADJ	O	0			ewtb.r.010433.1
+
+1	No	no	DET	O	0			ewtb.r.010433.2
+2	silverware	silverware	NOUN	O	0		n.artifact	ewtb.r.010433.2
+3	,	,	PUNCT	O	0			ewtb.r.010433.2
+4	asked	ask	VERB	O	0		v.communication	ewtb.r.010433.2
+5	for	for	ADP	O	0			ewtb.r.010433.2
+6	a	a	DET	O	0			ewtb.r.010433.2
+7	spoon	spoon	NOUN	O	0		n.artifact	ewtb.r.010433.2
+8	for	for	ADP	O	0			ewtb.r.010433.2
+9	my	my	PRON	O	0			ewtb.r.010433.2
+10	son	son	NOUN	O	0		n.person	ewtb.r.010433.2
+11	s	s	PART	O	0			ewtb.r.010433.2
+12	mac	mac	NOUN	B	0		n.food	ewtb.r.010433.2
+13	and	and	CONJ	I	12			ewtb.r.010433.2
+14	cheese	cheese	NOUN	I	13			ewtb.r.010433.2
+15	ended	end	VERB	B	0		v.stative	ewtb.r.010433.2
+16	up	up	ADP	I	15			ewtb.r.010433.2
+17	having	have	VERB	B	0			ewtb.r.010433.2
+18	to	to	PART	I	17			ewtb.r.010433.2
+19	use	use	VERB	O	0		v.stative	ewtb.r.010433.2
+20	my	my	PRON	O	0			ewtb.r.010433.2
+21	tea	tea	NOUN	B	0		n.artifact	ewtb.r.010433.2
+22	spoon	spoon	NOUN	I	21			ewtb.r.010433.2
+23	.	.	PUNCT	O	0			ewtb.r.010433.2
+
+1	Asked	ask	VERB	O	0		v.communication	ewtb.r.010433.3
+2	for	for	ADP	O	0			ewtb.r.010433.3
+3	bar	bar	NOUN	B	0		n.food	ewtb.r.010433.3
+4	-	-	PUNCT	I	3			ewtb.r.010433.3
+5	b	b	NOUN	I	4			ewtb.r.010433.3
+6	-	-	PUNCT	I	5			ewtb.r.010433.3
+7	que	que	NOUN	I	6			ewtb.r.010433.3
+8	sauce	sauce	NOUN	O	0		n.food	ewtb.r.010433.3
+9	never	never	ADV	O	0			ewtb.r.010433.3
+10	got	get	VERB	O	0		v.possession	ewtb.r.010433.3
+11	it	it	PRON	O	0			ewtb.r.010433.3
+12	.	.	PUNCT	O	0			ewtb.r.010433.3
+
+1	Never	never	ADV	O	0			ewtb.r.010433.4
+2	checked	check	VERB	B	0		v.social	ewtb.r.010433.4
+3	back	back	ADV	I	2			ewtb.r.010433.4
+4	with	with	ADP	O	0			ewtb.r.010433.4
+5	us	us	PRON	O	0			ewtb.r.010433.4
+6	once	once	SCONJ	O	0			ewtb.r.010433.4
+7	we	we	PRON	O	0			ewtb.r.010433.4
+8	got	get	VERB	O	0		v.stative	ewtb.r.010433.4
+9	our	our	PRON	O	0			ewtb.r.010433.4
+10	food	food	NOUN	O	0		n.food	ewtb.r.010433.4
+11	.	.	PUNCT	O	0			ewtb.r.010433.4
+
+1	Had	have	VERB	B	0			ewtb.r.010433.5
+2	to	to	PART	I	1			ewtb.r.010433.5
+3	go	go	VERB	O	0		v.motion	ewtb.r.010433.5
+4	the	the	DET	O	0			ewtb.r.010433.5
+5	the	the	DET	O	0			ewtb.r.010433.5
+6	bus	bus	NOUN	B	0		n.person	ewtb.r.010433.5
+7	boy	boy	NOUN	I	6			ewtb.r.010433.5
+8	s	s	PART	O	0			ewtb.r.010433.5
+9	station	station	NOUN	O	0		n.location	ewtb.r.010433.5
+10	ourselves	ourselves	PRON	O	0			ewtb.r.010433.5
+11	to	to	PART	O	0			ewtb.r.010433.5
+12	get	get	VERB	O	0		v.stative	ewtb.r.010433.5
+13	napkins	napkin	NOUN	O	0		n.artifact	ewtb.r.010433.5
+14	.	.	PUNCT	O	0			ewtb.r.010433.5
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.010433.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.010433.7
+3	good	good	ADJ	O	0			ewtb.r.010433.7
+4	,	,	PUNCT	O	0			ewtb.r.010433.7
+5	but	but	CONJ	O	0			ewtb.r.010433.7
+6	service	service	NOUN	O	0		n.act	ewtb.r.010433.7
+7	means	mean	VERB	O	0		v.cognition	ewtb.r.010433.7
+8	a	a	DET	B	0			ewtb.r.010433.7
+9	lot	lot	NOUN	I	8			ewtb.r.010433.7
+10	to	to	ADP	O	0			ewtb.r.010433.7
+11	me	me	PRON	O	0			ewtb.r.010433.7
+12	.	.	PUNCT	O	0			ewtb.r.010433.7
+
+1	Antique	antique	ADJ	O	0			ewtb.r.017235.1
+2	Lighting	lighting	NOUN	O	0		n.artifact	ewtb.r.017235.1
+3	,	,	PUNCT	O	0			ewtb.r.017235.1
+4	Fixtures	fixture	NOUN	O	0		n.artifact	ewtb.r.017235.1
+5	,	,	PUNCT	O	0			ewtb.r.017235.1
+6	Chicago	chicago	PROPN	O	0		n.location	ewtb.r.017235.1
+
+1	I	i	PRON	O	0			ewtb.r.017235.3
+2	visited	visit	VERB	O	0		v.social	ewtb.r.017235.3
+3	their	their	PRON	O	0			ewtb.r.017235.3
+4	huge	huge	ADJ	O	0			ewtb.r.017235.3
+5	Chicago	chicago	PROPN	O	0		n.location	ewtb.r.017235.3
+6	lighting	lighting	NOUN	O	0		n.attribute	ewtb.r.017235.3
+7	showroom	showroom	NOUN	O	0		n.artifact	ewtb.r.017235.3
+8	and	and	CONJ	O	0			ewtb.r.017235.3
+9	all	all	DET	O	0			ewtb.r.017235.3
+10	I	i	PRON	O	0			ewtb.r.017235.3
+11	have	have	VERB	O	0		v.stative	ewtb.r.017235.3
+12	to	to	PART	O	0			ewtb.r.017235.3
+13	say	say	VERB	O	0		v.communication	ewtb.r.017235.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.017235.3
+15	WOW	wow	INTJ	O	0			ewtb.r.017235.3
+16	!!	!!	PUNCT	O	0			ewtb.r.017235.3
+
+1	Lots	lots	NOUN	O	0			ewtb.r.017235.4
+2	of	of	ADP	O	0			ewtb.r.017235.4
+3	collections	collection	NOUN	O	0		n.artifact	ewtb.r.017235.4
+4	,	,	PUNCT	O	0			ewtb.r.017235.4
+5	many	many	ADJ	O	0			ewtb.r.017235.4
+6	antique	antique	ADJ	O	0			ewtb.r.017235.4
+7	light	light	NOUN	O	0		n.artifact	ewtb.r.017235.4
+8	fixtures	fixture	NOUN	O	0		n.artifact	ewtb.r.017235.4
+9	,	,	PUNCT	O	0			ewtb.r.017235.4
+10	Chandeliers	chandelier	NOUN	O	0		n.artifact	ewtb.r.017235.4
+11	,	,	PUNCT	O	0			ewtb.r.017235.4
+12	custom	custom	NOUN	O	0			ewtb.r.017235.4
+13	lighting	lighting	NOUN	O	0		n.artifact	ewtb.r.017235.4
+14	etc	etc	X	O	0			ewtb.r.017235.4
+15	.	.	PUNCT	O	0			ewtb.r.017235.4
+
+1	I	i	PRON	O	0			ewtb.r.017235.5
+2	think	think	VERB	O	0		v.cognition	ewtb.r.017235.5
+3	they	they	PRON	O	0			ewtb.r.017235.5
+4	have	have	VERB	O	0		v.stative	ewtb.r.017235.5
+5	the	the	DET	O	0			ewtb.r.017235.5
+6	largest	large	ADJ	O	0			ewtb.r.017235.5
+7	collection	collection	NOUN	O	0		n.artifact	ewtb.r.017235.5
+8	for	for	ADP	O	0			ewtb.r.017235.5
+9	Chandeliers	chandelier	NOUN	O	0		n.artifact	ewtb.r.017235.5
+10	Chicago	chicago	PROPN	O	0		n.location	ewtb.r.017235.5
+11	.	.	PUNCT	O	0			ewtb.r.017235.5
+
+1	Antiques	antique	NOUN	O	0		n.artifact	ewtb.r.017235.6
+2	,	,	PUNCT	O	0			ewtb.r.017235.6
+3	Vintage	vintage	ADJ	O	0			ewtb.r.017235.6
+4	,	,	PUNCT	O	0			ewtb.r.017235.6
+5	Contemporary	contemporary	ADJ	O	0			ewtb.r.017235.6
+6	&	&	CONJ	O	0			ewtb.r.017235.6
+7	Modern	modern	ADJ	O	0			ewtb.r.017235.6
+8	Chandeliers	chandelier	NOUN	O	0		n.artifact	ewtb.r.017235.6
+9	.	.	PUNCT	O	0			ewtb.r.017235.6
+
+1	Rude	rude	ADJ	O	0			ewtb.r.022533.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.022533.1
+
+1	even	even	ADV	O	0			ewtb.r.022533.2
+2	though	though	SCONJ	O	0			ewtb.r.022533.2
+3	I	i	PRON	O	0			ewtb.r.022533.2
+4	have	have	AUX	O	0			ewtb.r.022533.2
+5	never	never	ADV	O	0			ewtb.r.022533.2
+6	tried	try	VERB	O	0		v.social	ewtb.r.022533.2
+7	hoa	hoa	PROPN	B	0		n.group	ewtb.r.022533.2
+8	salon	salon	PROPN	I	7			ewtb.r.022533.2
+9	but	but	CONJ	O	0			ewtb.r.022533.2
+10	I	i	PRON	O	0			ewtb.r.022533.2
+11	agree	agree	VERB	O	0		v.communication	ewtb.r.022533.2
+12	with	with	ADP	O	0			ewtb.r.022533.2
+13	other	other	ADJ	O	0			ewtb.r.022533.2
+14	reviewers	reviewer	NOUN	O	0		n.person	ewtb.r.022533.2
+15	that	that	SCONJ	O	0			ewtb.r.022533.2
+16	they	they	PRON	O	0			ewtb.r.022533.2
+17	are	be	VERB	O	0		v.stative	ewtb.r.022533.2
+18	rude	rude	ADJ	O	0			ewtb.r.022533.2
+19	.	.	PUNCT	O	0			ewtb.r.022533.2
+
+1	He	he	PRON	O	0			ewtb.r.022533.4
+2	told	tell	VERB	O	0		v.communication	ewtb.r.022533.4
+3	us	us	PRON	O	0			ewtb.r.022533.4
+4	to	to	PART	O	0			ewtb.r.022533.4
+5	stop	stop	VERB	B	0		v.motion	ewtb.r.022533.4
+6	by	by	ADP	I	5			ewtb.r.022533.4
+7	the	the	DET	O	0			ewtb.r.022533.4
+8	salon	salon	NOUN	O	0		n.location	ewtb.r.022533.4
+9	and	and	CONJ	O	0			ewtb.r.022533.4
+10	then	then	ADV	O	0			ewtb.r.022533.4
+11	he	he	PRON	O	0			ewtb.r.022533.4
+12	will	will	AUX	O	0			ewtb.r.022533.4
+13	tell	tell	VERB	O	0		v.communication	ewtb.r.022533.4
+14	us	us	PRON	O	0			ewtb.r.022533.4
+15	the	the	DET	O	0			ewtb.r.022533.4
+16	price	price	NOUN	O	0		n.possession	ewtb.r.022533.4
+17	.	.	PUNCT	O	0			ewtb.r.022533.4
+
+1	What	what	DET	O	0			ewtb.r.022533.5
+2	kind	kind	NOUN	O	0		n.cognition	ewtb.r.022533.5
+3	of	of	ADP	O	0			ewtb.r.022533.5
+4	rude	rude	ADJ	O	0			ewtb.r.022533.5
+5	service	service	NOUN	O	0		n.act	ewtb.r.022533.5
+6	is	be	VERB	O	0		v.stative	ewtb.r.022533.5
+7	that	that	DET	O	0			ewtb.r.022533.5
+8	?	?	PUNCT	O	0			ewtb.r.022533.5
+
+1	I	i	PRON	O	0			ewtb.r.022533.6
+2	do	do	AUX	O	0			ewtb.r.022533.6
+3	n't	n't	PART	O	0			ewtb.r.022533.6
+4	want	want	VERB	O	0		v.cognition	ewtb.r.022533.6
+5	to	to	PART	O	0			ewtb.r.022533.6
+6	waste	waste	VERB	B	0		v.social	ewtb.r.022533.6
+7	my	my	PRON	o	0			ewtb.r.022533.6
+8	time	time	NOUN	I	6			ewtb.r.022533.6
+9	with	with	ADP	O	0			ewtb.r.022533.6
+10	them	them	PRON	O	0			ewtb.r.022533.6
+11	.	.	PUNCT	O	0			ewtb.r.022533.6
+
+1	Range	range	PROPN	B	0		n.artifact	ewtb.r.024132.1
+2	Rover	rover	PROPN	I	1			ewtb.r.024132.1
+3	Sport	sport	PROPN	I	2			ewtb.r.024132.1
+4	Window	window	NOUN	O	0		n.artifact	ewtb.r.024132.1
+5	Tints	tint	NOUN	O	0		n.attribute	ewtb.r.024132.1
+
+1	Mark	mark	PROPN	O	0		n.person	ewtb.r.024132.2
+2	at	at	ADP	O	0			ewtb.r.024132.2
+3	Tintman	tintman	PROPN	B	0		n.group	ewtb.r.024132.2
+4	Nationwide	nationwide	PROPN	I	3			ewtb.r.024132.2
+5	tints	tints	PROPN	I	4			ewtb.r.024132.2
+6	Ltd	ltd	PROPN	I	5			ewtb.r.024132.2
+7	,	,	PUNCT	O	0			ewtb.r.024132.2
+8	did	do	VERB	B	0		v.social	ewtb.r.024132.2
+9	a	a	DET	I	8			ewtb.r.024132.2
+10	very	very	ADV	o	0			ewtb.r.024132.2
+11	Professional	professional	ADJ	o	0			ewtb.r.024132.2
+12	job	job	NOUN	I	9			ewtb.r.024132.2
+13	very	very	ADV	O	0			ewtb.r.024132.2
+14	quick	quick	ADV	O	0			ewtb.r.024132.2
+15	,	,	PUNCT	O	0			ewtb.r.024132.2
+16	no	no	DET	O	0			ewtb.r.024132.2
+17	fuss	fuss	NOUN	O	0		n.communication	ewtb.r.024132.2
+18	,	,	PUNCT	O	0			ewtb.r.024132.2
+19	deliverd	deliverd	VERB	O	0		v.motion	ewtb.r.024132.2
+20	the	the	DET	O	0			ewtb.r.024132.2
+21	car	car	NOUN	O	0		n.artifact	ewtb.r.024132.2
+22	to	to	ADP	O	0			ewtb.r.024132.2
+23	me	me	PRON	O	0			ewtb.r.024132.2
+24	and	and	CONJ	O	0			ewtb.r.024132.2
+25	I	i	PRON	O	0			ewtb.r.024132.2
+26	drove	drive	VERB	O	0		v.motion	ewtb.r.024132.2
+27	him	him	PRON	O	0			ewtb.r.024132.2
+28	back	back	ADV	O	0			ewtb.r.024132.2
+29	home	home	ADV	O	0			ewtb.r.024132.2
+30	,	,	PUNCT	O	0			ewtb.r.024132.2
+31	Great	great	ADJ	O	0			ewtb.r.024132.2
+32	arrangement	arrangement	NOUN	O	0		n.communication	ewtb.r.024132.2
+33	Great	great	ADJ	O	0			ewtb.r.024132.2
+34	price	price	NOUN	O	0		n.possession	ewtb.r.024132.2
+35	!!	!!	PUNCT	O	0			ewtb.r.024132.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.024132.3
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.024132.3
+3	!!	!!	PUNCT	O	0			ewtb.r.024132.3
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.024132.4
+2	Mark	mark	PROPN	O	0		n.person	ewtb.r.024132.4
+3	.	.	PUNCT	O	0			ewtb.r.024132.4
+
+1	Steve	steve	PROPN	O	0		n.person	ewtb.r.024132.5
+2	....	....	PUNCT	O	0			ewtb.r.024132.5
+3	proud	proud	ADJ	O	0			ewtb.r.024132.5
+4	Range	range	PROPN	B	0		n.artifact	ewtb.r.024132.5
+5	Rover	rover	PROPN	I	4			ewtb.r.024132.5
+6	Sport	sport	PROPN	I	5			ewtb.r.024132.5
+7	owner	owner	NOUN	O	0		n.person	ewtb.r.024132.5
+8	(	(	PUNCT	O	0			ewtb.r.024132.5
+9	with	with	ADP	O	0			ewtb.r.024132.5
+10	rear	rear	ADJ	O	0			ewtb.r.024132.5
+11	tints	tint	NOUN	O	0		n.attribute	ewtb.r.024132.5
+12	)	)	PUNCT	O	0			ewtb.r.024132.5
+
+1	Best	best	ADJ	O	0			ewtb.r.029230.1
+2	Store	store	NOUN	O	0		n.group	ewtb.r.029230.1
+3	In	in	ADP	O	0			ewtb.r.029230.1
+4	Boothbay	boothbay	PROPN	B	0		n.location	ewtb.r.029230.1
+5	Harbor	harbor	PROPN	I	4			ewtb.r.029230.1
+
+1	What	what	DET	O	0			ewtb.r.029230.2
+2	a	a	DET	O	0			ewtb.r.029230.2
+3	fantastic	fantastic	ADJ	O	0			ewtb.r.029230.2
+4	store	store	NOUN	O	0		n.group	ewtb.r.029230.2
+5	,	,	PUNCT	O	0			ewtb.r.029230.2
+6	I	i	PRON	O	0			ewtb.r.029230.2
+7	love	love	VERB	O	0		v.emotion	ewtb.r.029230.2
+8	this	this	DET	O	0			ewtb.r.029230.2
+9	place	place	NOUN	O	0		n.location	ewtb.r.029230.2
+10	.	.	PUNCT	O	0			ewtb.r.029230.2
+
+1	Not	not	PART	O	0			ewtb.r.029230.3
+2	the	the	DET	O	0			ewtb.r.029230.3
+3	same	same	ADJ	B	0			ewtb.r.029230.3
+4	old	old	ADJ	I	3			ewtb.r.029230.3
+5	stuff	stuff	NOUN	O	0		n.artifact	ewtb.r.029230.3
+6	that	that	DET	O	0			ewtb.r.029230.3
+7	all	all	DET	O	0			ewtb.r.029230.3
+8	the	the	DET	O	0			ewtb.r.029230.3
+9	other	other	ADJ	O	0			ewtb.r.029230.3
+10	stores	store	NOUN	O	0		n.group	ewtb.r.029230.3
+11	have	have	VERB	O	0		v.stative	ewtb.r.029230.3
+12	.	.	PUNCT	O	0			ewtb.r.029230.3
+
+1	Their	their	PRON	O	0			ewtb.r.029230.4
+2	items	item	NOUN	O	0		n.artifact	ewtb.r.029230.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.029230.4
+4	very	very	ADV	O	0			ewtb.r.029230.4
+5	unique	unique	ADJ	O	0			ewtb.r.029230.4
+6	,	,	PUNCT	O	0			ewtb.r.029230.4
+7	great	great	ADJ	O	0			ewtb.r.029230.4
+8	quality	quality	NOUN	O	0		n.attribute	ewtb.r.029230.4
+9	,	,	PUNCT	O	0			ewtb.r.029230.4
+10	great	great	ADJ	O	0			ewtb.r.029230.4
+11	prices	price	NOUN	O	0		n.possession	ewtb.r.029230.4
+12	.	.	PUNCT	O	0			ewtb.r.029230.4
+
+1	They	they	PRON	O	0			ewtb.r.029230.5
+2	also	also	ADV	O	0			ewtb.r.029230.5
+3	have	have	VERB	O	0		v.stative	ewtb.r.029230.5
+4	the	the	DET	O	0			ewtb.r.029230.5
+5	best	best	ADJ	O	0			ewtb.r.029230.5
+6	tea	tea	NOUN	O	0		n.food	ewtb.r.029230.5
+7	I	i	PRON	O	0			ewtb.r.029230.5
+8	ever	ever	ADV	O	0			ewtb.r.029230.5
+9	had	have	VERB	O	0		v.consumption	ewtb.r.029230.5
+10	,	,	PUNCT	O	0			ewtb.r.029230.5
+11	not	not	PART	O	0			ewtb.r.029230.5
+12	at	at	ADV	B	0			ewtb.r.029230.5
+13	all	all	ADV	I	12			ewtb.r.029230.5
+14	like	like	ADP	O	0			ewtb.r.029230.5
+15	the	the	DET	O	0			ewtb.r.029230.5
+16	junk	junk	NOUN	O	0		n.artifact	ewtb.r.029230.5
+17	you	you	PRON	O	0			ewtb.r.029230.5
+18	get	get	VERB	O	0		v.stative	ewtb.r.029230.5
+19	at	at	ADP	O	0			ewtb.r.029230.5
+20	the	the	DET	O	0			ewtb.r.029230.5
+21	grocery	grocery	NOUN	B	0		n.location	ewtb.r.029230.5
+22	stores	store	NOUN	I	21			ewtb.r.029230.5
+23	,	,	PUNCT	O	0			ewtb.r.029230.5
+24	I	i	PRON	O	0			ewtb.r.029230.5
+25	stock	stock	VERB	B	0		v.stative	ewtb.r.029230.5
+26	up	up	ADP	I	25			ewtb.r.029230.5
+27	when	when	X	O	0			ewtb.r.029230.5
+28	ever	ever	ADV	O	0			ewtb.r.029230.5
+29	there	there	ADV	O	0			ewtb.r.029230.5
+30	because	because	SCONJ	O	0			ewtb.r.029230.5
+31	they	they	PRON	O	0			ewtb.r.029230.5
+32	are	be	VERB	O	0		v.stative	ewtb.r.029230.5
+33	closed	closed	ADJ	O	0			ewtb.r.029230.5
+34	in	in	ADP	O	0			ewtb.r.029230.5
+35	the	the	DET	O	0			ewtb.r.029230.5
+36	winter	winter	NOUN	O	0		n.time	ewtb.r.029230.5
+37	.	.	PUNCT	O	0			ewtb.r.029230.5
+
+1	Amazing	amazing	ADJ	O	0			ewtb.r.030430.1
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.030430.1
+3	service	service	NOUN	I	2			ewtb.r.030430.1
+
+1	I	i	PRON	O	0			ewtb.r.030430.2
+2	think	think	VERB	O	0		v.cognition	ewtb.r.030430.2
+3	the	the	DET	O	0			ewtb.r.030430.2
+4	women	woman	NOUN	O	0		n.person	ewtb.r.030430.2
+5	at	at	ADP	O	0			ewtb.r.030430.2
+6	this	this	DET	O	0			ewtb.r.030430.2
+7	salon	salon	NOUN	O	0		n.group	ewtb.r.030430.2
+8	know	know	VERB	O	0		v.cognition	ewtb.r.030430.2
+9	that	that	SCONJ	O	0			ewtb.r.030430.2
+10	their	their	PRON	O	0			ewtb.r.030430.2
+11	business	business	NOUN	O	0		n.possession	ewtb.r.030430.2
+12	is	be	AUX	O	0			ewtb.r.030430.2
+13	based	base	VERB	O	0		v.stative	ewtb.r.030430.2
+14	primarily	primarily	ADV	O	0			ewtb.r.030430.2
+15	from	from	ADP	O	0			ewtb.r.030430.2
+16	referrals	referral	NOUN	O	0		n.communication	ewtb.r.030430.2
+17	.	.	PUNCT	O	0			ewtb.r.030430.2
+18	:)	:)	SYM	O	0			ewtb.r.030430.2
+
+1	They	they	PRON	O	0			ewtb.r.030430.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.030430.3
+3	amazingly	amazingly	ADV	O	0			ewtb.r.030430.3
+4	hospitable	hospitable	ADJ	O	0			ewtb.r.030430.3
+5	.	.	PUNCT	O	0			ewtb.r.030430.3
+
+1	Edit	edit	PROPN	O	0		n.person	ewtb.r.030430.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.030430.4
+3	the	the	DET	O	0			ewtb.r.030430.4
+4	best	best	ADJ	O	0			ewtb.r.030430.4
+5	massage	massage	NOUN	O	0		n.act	ewtb.r.030430.4
+6	therapist	therapist	NOUN	O	0		n.person	ewtb.r.030430.4
+7	I	i	PRON	O	0			ewtb.r.030430.4
+8	've	've	AUX	O	0			ewtb.r.030430.4
+9	ever	ever	ADV	O	0			ewtb.r.030430.4
+10	had	have	VERB	O	0		v.stative	ewtb.r.030430.4
+11	and	and	CONJ	O	0			ewtb.r.030430.4
+12	I	i	PRON	O	0			ewtb.r.030430.4
+13	would	would	AUX	O	0			ewtb.r.030430.4
+14	HIGHLY	highly	ADV	O	0			ewtb.r.030430.4
+15	recommend	recommend	VERB	O	0		v.communication	ewtb.r.030430.4
+16	her	her	PRON	O	0			ewtb.r.030430.4
+17	!	!	PUNCT	O	0			ewtb.r.030430.4
+
+1	Simple	simple	ADJ	O	0			ewtb.r.035932.1
+2	,	,	PUNCT	O	0			ewtb.r.035932.1
+3	Quick	quick	ADJ	O	0			ewtb.r.035932.1
+4	take	take	NOUN	B	0		n.food	ewtb.r.035932.1
+5	away	away	NOUN	I	4			ewtb.r.035932.1
+6	.	.	PUNCT	O	0			ewtb.r.035932.1
+
+1	Bit	bit	NOUN	O	0			ewtb.r.036133.1
+2	sketchy	sketchy	ADJ	O	0			ewtb.r.036133.1
+3	,	,	PUNCT	O	0			ewtb.r.036133.1
+4	sporadic	sporadic	ADJ	O	0			ewtb.r.036133.1
+5	delivery	delivery	NOUN	O	0		n.act	ewtb.r.036133.1
+6	times	times	NOUN	O	0		n.time	ewtb.r.036133.1
+
+1	I	i	PRON	O	0			ewtb.r.036133.2
+2	bought	buy	VERB	O	0		v.possession	ewtb.r.036133.2
+3	about	about	ADV	O	0			ewtb.r.036133.2
+4	half	half	NOUN	O	0		n.quantity	ewtb.r.036133.2
+5	of	of	ADP	O	0			ewtb.r.036133.2
+6	the	the	DET	O	0			ewtb.r.036133.2
+7	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.036133.2
+8	I	i	PRON	O	0			ewtb.r.036133.2
+9	own	own	VERB	O	0		v.possession	ewtb.r.036133.2
+10	from	from	ADP	O	0			ewtb.r.036133.2
+11	this	this	DET	O	0			ewtb.r.036133.2
+12	place	place	NOUN	O	0		n.group	ewtb.r.036133.2
+13	.	.	PUNCT	O	0			ewtb.r.036133.2
+
+1	Why	why	ADV	O	0			ewtb.r.036133.3
+2	?	?	PUNCT	O	0			ewtb.r.036133.3
+
+1	Because	because	SCONJ	O	0			ewtb.r.036133.4
+2	they	they	PRON	O	0			ewtb.r.036133.4
+3	cut	cut	VERB	B	0		v.possession	ewtb.r.036133.4
+4	me	me	PRON	o	0			ewtb.r.036133.4
+5	good	good	ADJ	o	0			ewtb.r.036133.4
+6	deals	deal	NOUN	I	3			ewtb.r.036133.4
+7	if	if	SCONJ	O	0			ewtb.r.036133.4
+8	I	i	PRON	O	0			ewtb.r.036133.4
+9	paid	pay	VERB	O	0		v.possession	ewtb.r.036133.4
+10	in	in	ADP	O	0			ewtb.r.036133.4
+11	cash	cash	NOUN	O	0		n.possession	ewtb.r.036133.4
+12	.	.	PUNCT	O	0			ewtb.r.036133.4
+
+1	Sketchy	sketchy	ADJ	O	0			ewtb.r.036133.5
+2	,	,	PUNCT	O	0			ewtb.r.036133.5
+3	right	right	ADJ	O	0			ewtb.r.036133.5
+4	?	?	PUNCT	O	0			ewtb.r.036133.5
+
+1	Well	well	INTJ	O	0			ewtb.r.036133.6
+2	they	they	PRON	O	0			ewtb.r.036133.6
+3	came	come	VERB	B	0		v.social	ewtb.r.036133.6
+4	through	through	ADV	I	3			ewtb.r.036133.6
+5	and	and	CONJ	O	0			ewtb.r.036133.6
+6	delivered	deliver	VERB	O	0		v.motion	ewtb.r.036133.6
+7	almost	almost	ADV	O	0			ewtb.r.036133.6
+8	all	all	DET	O	0			ewtb.r.036133.6
+9	of	of	ADP	O	0			ewtb.r.036133.6
+10	my	my	PRON	O	0			ewtb.r.036133.6
+11	items	item	NOUN	O	0		n.artifact	ewtb.r.036133.6
+12	within	within	ADP	O	0			ewtb.r.036133.6
+13	a	a	DET	O	0			ewtb.r.036133.6
+14	few	few	ADJ	O	0			ewtb.r.036133.6
+15	days	days	NOUN	O	0		n.time	ewtb.r.036133.6
+16	.	.	PUNCT	O	0			ewtb.r.036133.6
+
+1	(	(	PUNCT	O	0			ewtb.r.036133.7
+2	They	they	PRON	O	0			ewtb.r.036133.7
+3	even	even	ADV	O	0			ewtb.r.036133.7
+4	got	get	VERB	O	0		v.social	ewtb.r.036133.7
+5	me	me	PRON	O	0			ewtb.r.036133.7
+6	a	a	DET	O	0			ewtb.r.036133.7
+7	couch	couch	NOUN	O	0		n.artifact	ewtb.r.036133.7
+8	pretty	pretty	ADV	O	0			ewtb.r.036133.7
+9	quickly	quickly	ADV	O	0			ewtb.r.036133.7
+10	.	.	PUNCT	O	0			ewtb.r.036133.7
+11	)	)	PUNCT	O	0			ewtb.r.036133.7
+
+1	The	the	DET	O	0			ewtb.r.036133.8
+2	guy	guy	NOUN	O	0		n.person	ewtb.r.036133.8
+3	who	who	PRON	O	0			ewtb.r.036133.8
+4	was	be	AUX	O	0			ewtb.r.036133.8
+5	cutting	cut	VERB	B	0		v.possession	ewtb.r.036133.8
+6	me	me	PRON	o	0			ewtb.r.036133.8
+7	the	the	DET	o	0			ewtb.r.036133.8
+8	deals	deal	NOUN	I	5			ewtb.r.036133.8
+9	and	and	CONJ	O	0			ewtb.r.036133.8
+10	getting	get	VERB	O	0		v.social	ewtb.r.036133.8
+11	me	me	PRON	O	0			ewtb.r.036133.8
+12	the	the	DET	O	0			ewtb.r.036133.8
+13	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.036133.8
+14	quickly	quickly	ADV	O	0			ewtb.r.036133.8
+15	,	,	PUNCT	O	0			ewtb.r.036133.8
+16	Ahmed	ahmed	PROPN	O	0		n.person	ewtb.r.036133.8
+17	,	,	PUNCT	O	0			ewtb.r.036133.8
+18	was	be	VERB	O	0		v.stative	ewtb.r.036133.8
+19	nice	nice	ADJ	O	0			ewtb.r.036133.8
+20	and	and	CONJ	O	0			ewtb.r.036133.8
+21	mostly	mostly	ADV	O	0			ewtb.r.036133.8
+22	professional	professional	ADJ	O	0			ewtb.r.036133.8
+23	,	,	PUNCT	O	0			ewtb.r.036133.8
+24	except	except	ADP	O	0			ewtb.r.036133.8
+25	the	the	DET	O	0			ewtb.r.036133.8
+26	semi-sketchiness	semi-sketchiness	NOUN	O	0		n.attribute	ewtb.r.036133.8
+27	.	.	PUNCT	O	0			ewtb.r.036133.8
+
+1	Then	then	ADV	O	0			ewtb.r.036133.9
+2	one	one	NUM	O	0			ewtb.r.036133.9
+3	day	day	NOUN	O	0		n.time	ewtb.r.036133.9
+4	,	,	PUNCT	O	0			ewtb.r.036133.9
+5	Ahmed	ahmed	PROPN	O	0		n.person	ewtb.r.036133.9
+6	left	leave	VERB	O	0		v.motion	ewtb.r.036133.9
+7	the	the	DET	O	0			ewtb.r.036133.9
+8	country	country	NOUN	O	0		n.location	ewtb.r.036133.9
+9	,	,	PUNCT	O	0			ewtb.r.036133.9
+10	not	not	PART	O	0			ewtb.r.036133.9
+11	to	to	PART	O	0			ewtb.r.036133.9
+12	return	return	VERB	O	0		v.motion	ewtb.r.036133.9
+13	for	for	ADP	O	0			ewtb.r.036133.9
+14	months	month	NOUN	O	0		n.time	ewtb.r.036133.9
+15	,	,	PUNCT	O	0			ewtb.r.036133.9
+16	WITHOUT	without	SCONJ	O	0			ewtb.r.036133.9
+17	informing	inform	VERB	O	0		v.communication	ewtb.r.036133.9
+18	me	me	PRON	O	0			ewtb.r.036133.9
+19	.	.	PUNCT	O	0			ewtb.r.036133.9
+
+1	He	he	PRON	O	0			ewtb.r.036133.10
+2	also	also	ADV	O	0			ewtb.r.036133.10
+3	neglected	neglect	VERB	O	0		v.social	ewtb.r.036133.10
+4	to	to	PART	O	0			ewtb.r.036133.10
+5	tell	tell	VERB	O	0		v.communication	ewtb.r.036133.10
+6	the	the	DET	O	0			ewtb.r.036133.10
+7	other	other	ADJ	O	0			ewtb.r.036133.10
+8	person	person	NOUN	O	0		n.person	ewtb.r.036133.10
+9	working	work	VERB	O	0		v.social	ewtb.r.036133.10
+10	at	at	ADP	O	0			ewtb.r.036133.10
+11	the	the	DET	O	0			ewtb.r.036133.10
+12	store	store	NOUN	O	0		n.location	ewtb.r.036133.10
+13	about	about	ADP	O	0			ewtb.r.036133.10
+14	a	a	DET	O	0			ewtb.r.036133.10
+15	dining	dining	NOUN	O	0		n.act	ewtb.r.036133.10
+16	room	room	NOUN	O	0		n.location	ewtb.r.036133.10
+17	table	table	NOUN	O	0		n.artifact	ewtb.r.036133.10
+18	that	that	DET	O	0			ewtb.r.036133.10
+19	I	i	PRON	O	0			ewtb.r.036133.10
+20	had	have	AUX	O	0			ewtb.r.036133.10
+21	ordered	order	VERB	O	0		v.communication	ewtb.r.036133.10
+22	and	and	CONJ	O	0			ewtb.r.036133.10
+23	that	that	DET	O	0			ewtb.r.036133.10
+24	was	be	AUX	B	0			ewtb.r.036133.10
+25	supposed	suppose	VERB	I	24			ewtb.r.036133.10
+26	to	to	PART	I	25			ewtb.r.036133.10
+27	be	be	AUX	O	0			ewtb.r.036133.10
+28	coming	come	VERB	B	0		v.motion	ewtb.r.036133.10
+29	in	in	ADV	I	28			ewtb.r.036133.10
+30	.	.	PUNCT	O	0			ewtb.r.036133.10
+
+1	The	the	DET	O	0			ewtb.r.036133.11
+2	other	other	ADJ	O	0			ewtb.r.036133.11
+3	person	person	NOUN	O	0		n.person	ewtb.r.036133.11
+4	working	work	VERB	O	0		v.social	ewtb.r.036133.11
+5	at	at	ADP	O	0			ewtb.r.036133.11
+6	the	the	DET	O	0			ewtb.r.036133.11
+7	store	store	NOUN	O	0		n.location	ewtb.r.036133.11
+8	did	do	AUX	O	0			ewtb.r.036133.11
+9	n't	n't	PART	O	0			ewtb.r.036133.11
+10	know	know	VERB	O	0		v.cognition	ewtb.r.036133.11
+11	that	that	SCONJ	O	0			ewtb.r.036133.11
+12	I	i	PRON	O	0			ewtb.r.036133.11
+13	still	still	ADV	O	0			ewtb.r.036133.11
+14	had	have	VERB	O	0		v.stative	ewtb.r.036133.11
+15	this	this	DET	O	0			ewtb.r.036133.11
+16	table	table	NOUN	O	0		n.artifact	ewtb.r.036133.11
+17	coming	come	VERB	O	0		v.motion	ewtb.r.036133.11
+18	.	.	PUNCT	O	0			ewtb.r.036133.11
+
+1	I	i	PRON	O	0			ewtb.r.036133.12
+2	had	have	AUX	O	0			ewtb.r.036133.12
+3	paid	pay	VERB	O	0		v.possession	ewtb.r.036133.12
+4	in	in	ADP	O	0			ewtb.r.036133.12
+5	cash	cash	NOUN	O	0		n.possession	ewtb.r.036133.12
+6	,	,	PUNCT	O	0			ewtb.r.036133.12
+7	and	and	CONJ	O	0			ewtb.r.036133.12
+8	he	he	PRON	O	0			ewtb.r.036133.12
+9	said	say	VERB	O	0		v.communication	ewtb.r.036133.12
+10	he	he	PRON	O	0			ewtb.r.036133.12
+11	had	have	VERB	O	0		v.stative	ewtb.r.036133.12
+12	no	no	DET	O	0			ewtb.r.036133.12
+13	receipt	receipt	NOUN	O	0		n.possession	ewtb.r.036133.12
+14	/	/	PUNCT	O	0			ewtb.r.036133.12
+15	record	record	NOUN	O	0		n.possession	ewtb.r.036133.12
+16	of	of	ADP	O	0			ewtb.r.036133.12
+17	my	my	PRON	O	0			ewtb.r.036133.12
+18	purchase	purchase	NOUN	O	0		n.possession	ewtb.r.036133.12
+19	.	.	PUNCT	O	0			ewtb.r.036133.12
+
+1	I	i	PRON	O	0			ewtb.r.036133.13
+2	came	come	VERB	B	0		v.motion	ewtb.r.036133.13
+3	back	back	ADV	I	2			ewtb.r.036133.13
+4	with	with	ADP	O	0			ewtb.r.036133.13
+5	the	the	DET	O	0			ewtb.r.036133.13
+6	receipt	receipt	NOUN	O	0		n.possession	ewtb.r.036133.13
+7	Ahmed	ahmed	PROPN	O	0		n.person	ewtb.r.036133.13
+8	had	have	AUX	O	0			ewtb.r.036133.13
+9	provided	provide	VERB	O	0		v.possession	ewtb.r.036133.13
+10	upon	upon	ADP	O	0			ewtb.r.036133.13
+11	my	my	PRON	O	0			ewtb.r.036133.13
+12	purchase	purchase	NOUN	O	0		n.possession	ewtb.r.036133.13
+13	,	,	PUNCT	O	0			ewtb.r.036133.13
+14	and	and	CONJ	O	0			ewtb.r.036133.13
+15	the	the	DET	O	0			ewtb.r.036133.13
+16	guy	guy	NOUN	O	0		n.person	ewtb.r.036133.13
+17	took	take	VERB	B	0		v.stative	ewtb.r.036133.13
+18	forever	forever	ADV	I	17			ewtb.r.036133.13
+19	to	to	PART	O	0			ewtb.r.036133.13
+20	copy	copy	VERB	O	0		v.creation	ewtb.r.036133.13
+21	it	it	PRON	O	0			ewtb.r.036133.13
+22	but	but	CONJ	O	0			ewtb.r.036133.13
+23	said	say	VERB	O	0		v.communication	ewtb.r.036133.13
+24	that	that	SCONJ	O	0			ewtb.r.036133.13
+25	he	he	PRON	O	0			ewtb.r.036133.13
+26	would	would	AUX	O	0			ewtb.r.036133.13
+27	take	take	VERB	B	0		v.social	ewtb.r.036133.13
+28	care	care	NOUN	I	27			ewtb.r.036133.13
+29	of	of	ADP	I	28			ewtb.r.036133.13
+30	the	the	DET	O	0			ewtb.r.036133.13
+31	situation	situation	NOUN	O	0		n.event	ewtb.r.036133.13
+32	.	.	PUNCT	O	0			ewtb.r.036133.13
+
+1	I	i	PRON	O	0			ewtb.r.036133.14
+2	waited	wait	VERB	O	0		v.cognition	ewtb.r.036133.14
+3	.	.	PUNCT	O	0			ewtb.r.036133.14
+
+1	And	and	CONJ	O	0			ewtb.r.036133.15
+2	waited	wait	VERB	O	0		v.cognition	ewtb.r.036133.15
+3	.	.	PUNCT	O	0			ewtb.r.036133.15
+
+1	He	he	PRON	O	0			ewtb.r.036133.16
+2	never	never	ADV	O	0			ewtb.r.036133.16
+3	once	once	ADV	O	0			ewtb.r.036133.16
+4	contacted	contact	VERB	O	0		v.communication	ewtb.r.036133.16
+5	us	us	PRON	O	0			ewtb.r.036133.16
+6	.	.	PUNCT	O	0			ewtb.r.036133.16
+
+1	I	i	PRON	O	0			ewtb.r.036133.17
+2	've	've	AUX	O	0			ewtb.r.036133.17
+3	had	have	VERB	B	0			ewtb.r.036133.17
+4	to	to	PART	I	3			ewtb.r.036133.17
+5	pester	pester	VERB	O	0		v.communication	ewtb.r.036133.17
+6	this	this	DET	O	0			ewtb.r.036133.17
+7	new	new	ADJ	O	0			ewtb.r.036133.17
+8	guy	guy	NOUN	O	0		n.person	ewtb.r.036133.17
+9	several	several	ADJ	O	0			ewtb.r.036133.17
+10	times	times	NOUN	O	0		n.time	ewtb.r.036133.17
+11	to	to	PART	O	0			ewtb.r.036133.17
+12	ask	ask	VERB	O	0		v.communication	ewtb.r.036133.17
+13	when	when	ADV	O	0			ewtb.r.036133.17
+14	my	my	PRON	O	0			ewtb.r.036133.17
+15	table	table	NOUN	O	0		n.artifact	ewtb.r.036133.17
+16	will	will	AUX	O	0			ewtb.r.036133.17
+17	arrive	arrive	VERB	O	0		v.motion	ewtb.r.036133.17
+18	.	.	PUNCT	O	0			ewtb.r.036133.17
+
+1	He	he	PRON	O	0			ewtb.r.036133.18
+2	kept	keep	VERB	O	0		v.stative	ewtb.r.036133.18
+3	saying	say	VERB	O	0		v.communication	ewtb.r.036133.18
+4	different	different	ADJ	O	0			ewtb.r.036133.18
+5	arrival	arrival	NOUN	O	0		n.event	ewtb.r.036133.18
+6	/	/	PUNCT	O	0			ewtb.r.036133.18
+7	delivery	delivery	NOUN	O	0		n.event	ewtb.r.036133.18
+8	dates	date	NOUN	O	0		n.time	ewtb.r.036133.18
+9	and	and	CONJ	O	0			ewtb.r.036133.18
+10	did	do	AUX	O	0			ewtb.r.036133.18
+11	n't	n't	PART	O	0			ewtb.r.036133.18
+12	seem	seem	VERB	O	0		v.cognition	ewtb.r.036133.18
+13	terribly	terribly	ADV	O	0			ewtb.r.036133.18
+14	apologetic	apologetic	ADJ	O	0			ewtb.r.036133.18
+15	.	.	PUNCT	O	0			ewtb.r.036133.18
+
+1	It	it	PRON	O	0			ewtb.r.036133.19
+2	has	have	AUX	O	0			ewtb.r.036133.19
+3	been	be	VERB	O	0		v.stative	ewtb.r.036133.19
+4	3	3	NUM	O	0			ewtb.r.036133.19
+5	weeks	week	NOUN	O	0		n.time	ewtb.r.036133.19
+6	and	and	CONJ	O	0			ewtb.r.036133.19
+7	I	i	PRON	O	0			ewtb.r.036133.19
+8	STILL	still	ADV	O	0			ewtb.r.036133.19
+9	do	do	AUX	O	0			ewtb.r.036133.19
+10	n't	n't	PART	O	0			ewtb.r.036133.19
+11	have	have	VERB	O	0		v.stative	ewtb.r.036133.19
+12	my	my	PRON	O	0			ewtb.r.036133.19
+13	table	table	NOUN	O	0		n.artifact	ewtb.r.036133.19
+14	(	(	PUNCT	O	0			ewtb.r.036133.19
+15	which	which	DET	O	0			ewtb.r.036133.19
+16	was	be	VERB	O	0		v.stative	ewtb.r.036133.19
+17	NOT	not	PART	O	0			ewtb.r.036133.19
+18	cheap	cheap	ADJ	O	0			ewtb.r.036133.19
+19	,	,	PUNCT	O	0			ewtb.r.036133.19
+20	I	i	PRON	B	0			ewtb.r.036133.19
+21	might	might	AUX	I	20			ewtb.r.036133.19
+22	add	add	VERB	I	21			ewtb.r.036133.19
+23	)	)	PUNCT	O	0			ewtb.r.036133.19
+24	.	.	PUNCT	O	0			ewtb.r.036133.19
+
+1	Point	point	NOUN	O	0		n.cognition	ewtb.r.036133.20
+2	is	be	VERB	O	0		v.stative	ewtb.r.036133.20
+3	:	:	PUNCT	O	0			ewtb.r.036133.20
+4	You	you	PRON	O	0			ewtb.r.036133.20
+5	might	might	AUX	O	0			ewtb.r.036133.20
+6	be	be	VERB	O	0		v.stative	ewtb.r.036133.20
+7	able	able	ADJ	O	0			ewtb.r.036133.20
+8	to	to	PART	O	0			ewtb.r.036133.20
+9	get	get	VERB	O	0		v.stative	ewtb.r.036133.20
+10	a	a	DET	O	0			ewtb.r.036133.20
+11	good	good	ADJ	O	0			ewtb.r.036133.20
+12	deal	deal	NOUN	O	0		n.possession	ewtb.r.036133.20
+13	on	on	ADP	O	0			ewtb.r.036133.20
+14	some	some	DET	O	0			ewtb.r.036133.20
+15	nice	nice	NOUN	O	0			ewtb.r.036133.20
+16	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.036133.20
+17	--	--	PUNCT	O	0			ewtb.r.036133.20
+18	which	which	DET	O	0			ewtb.r.036133.20
+19	I	i	PRON	O	0			ewtb.r.036133.20
+20	did	do	AUX	O	0			ewtb.r.036133.20
+21	--	--	PUNCT	O	0			ewtb.r.036133.20
+22	but	but	CONJ	O	0			ewtb.r.036133.20
+23	they	they	PRON	O	0			ewtb.r.036133.20
+24	're	're	VERB	O	0		v.stative	ewtb.r.036133.20
+25	not	not	PART	O	0			ewtb.r.036133.20
+26	very	very	ADV	O	0			ewtb.r.036133.20
+27	communicative	communicative	ADJ	O	0			ewtb.r.036133.20
+28	and	and	CONJ	O	0			ewtb.r.036133.20
+29	god	god	PROPN	B	0			ewtb.r.036133.20
+30	forbid	forbid	VERB	I	29			ewtb.r.036133.20
+31	something	something	NOUN	O	0			ewtb.r.036133.20
+32	goes	go	VERB	O	0		v.stative	ewtb.r.036133.20
+33	wrong	wrong	ADV	O	0			ewtb.r.036133.20
+34	,	,	PUNCT	O	0			ewtb.r.036133.20
+35	you	you	PRON	O	0			ewtb.r.036133.20
+36	'll	'll	AUX	O	0			ewtb.r.036133.20
+37	have	have	VERB	B	0			ewtb.r.036133.20
+38	to	to	PART	I	37			ewtb.r.036133.20
+39	fight	fight	VERB	O	0		v.social	ewtb.r.036133.20
+40	to	to	PART	O	0			ewtb.r.036133.20
+41	get	get	VERB	O	0		v.stative	ewtb.r.036133.20
+42	it	it	PRON	O	0			ewtb.r.036133.20
+43	resolved	resolve	VERB	O	0		v.change	ewtb.r.036133.20
+44	.	.	PUNCT	O	0			ewtb.r.036133.20
+
+1	a	a	DET	O	0			ewtb.r.042530.1
+2	staple	staple	NOUN	O	0		n.communication	ewtb.r.042530.1
+3	!	!	PUNCT	O	0			ewtb.r.042530.1
+
+1	Branch	branch	VERB	B	0		v.social	ewtb.r.042530.3
+2	out	out	ADP	I	1			ewtb.r.042530.3
+3	and	and	CONJ	O	0			ewtb.r.042530.3
+4	try	try	VERB	O	0		v.social	ewtb.r.042530.3
+5	something	something	NOUN	O	0			ewtb.r.042530.3
+6	other	other	ADJ	B	0			ewtb.r.042530.3
+7	than	than	ADP	I	6			ewtb.r.042530.3
+8	the	the	DET	O	0			ewtb.r.042530.3
+9	Pad	pad	PROPN	B	0		n.food	ewtb.r.042530.3
+10	Thai	thai	PROPN	I	9			ewtb.r.042530.3
+11	,	,	PUNCT	O	0			ewtb.r.042530.3
+12	the	the	DET	O	0			ewtb.r.042530.3
+13	curries	curry	NOUN	O	0		n.food	ewtb.r.042530.3
+14	are	be	VERB	O	0		v.stative	ewtb.r.042530.3
+15	fantastic	fantastic	ADJ	O	0			ewtb.r.042530.3
+16	.	.	PUNCT	O	0			ewtb.r.042530.3
+
+1	Fast	fast	ADJ	O	0			ewtb.r.042530.4
+2	and	and	CONJ	O	0			ewtb.r.042530.4
+3	friendly	friendly	ADJ	O	0			ewtb.r.042530.4
+4	service	service	NOUN	O	0		n.act	ewtb.r.042530.4
+5	,	,	PUNCT	O	0			ewtb.r.042530.4
+6	they	they	PRON	O	0			ewtb.r.042530.4
+7	know	know	VERB	O	0		v.cognition	ewtb.r.042530.4
+8	my	my	PRON	O	0			ewtb.r.042530.4
+9	order	order	NOUN	O	0		n.food	ewtb.r.042530.4
+10	when	when	ADV	O	0			ewtb.r.042530.4
+11	I	i	PRON	O	0			ewtb.r.042530.4
+12	walk	walk	VERB	O	0		v.motion	ewtb.r.042530.4
+13	in	in	ADP	O	0			ewtb.r.042530.4
+14	the	the	DET	O	0			ewtb.r.042530.4
+15	door	door	NOUN	O	0		n.artifact	ewtb.r.042530.4
+16	!	!	PUNCT	O	0			ewtb.r.042530.4
+
+1	Bad	bad	ADJ	O	0			ewtb.r.052836.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.052836.1
+3	and	and	CONJ	O	0			ewtb.r.052836.1
+4	bad	bad	ADJ	O	0			ewtb.r.052836.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.052836.1
+6	!	!	PUNCT	O	0			ewtb.r.052836.1
+
+1	Save	save	VERB	B	0		v.social	ewtb.r.052836.2
+2	yourself	yourself	PRON	o	0			ewtb.r.052836.2
+3	a	a	DET	o	0			ewtb.r.052836.2
+4	trip	trip	NOUN	I	1			ewtb.r.052836.2
+5	!	!	PUNCT	O	0			ewtb.r.052836.2
+
+1	I	i	PRON	O	0			ewtb.r.068436.2
+2	generally	generally	ADV	O	0			ewtb.r.068436.2
+3	like	like	VERB	O	0		v.emotion	ewtb.r.068436.2
+4	the	the	DET	O	0			ewtb.r.068436.2
+5	BK	bk	PROPN	O	0		n.group	ewtb.r.068436.2
+6	over	over	ADP	O	0			ewtb.r.068436.2
+7	the	the	DET	O	0			ewtb.r.068436.2
+8	other	other	ADJ	O	0			ewtb.r.068436.2
+9	fast	fast	ADV	O	0			ewtb.r.068436.2
+10	serving	serve	VERB	O	0		v.social	ewtb.r.068436.2
+11	restaurants	restaurant	NOUN	O	0		n.group	ewtb.r.068436.2
+12	;	;	PUNCT	O	0			ewtb.r.068436.2
+13	however	however	ADV	O	0			ewtb.r.068436.2
+14	,	,	PUNCT	O	0			ewtb.r.068436.2
+15	I	i	PRON	O	0			ewtb.r.068436.2
+16	regreted	regret	VERB	O	0		v.emotion	ewtb.r.068436.2
+17	to	to	PART	O	0			ewtb.r.068436.2
+18	visit	visit	VERB	O	0		v.social	ewtb.r.068436.2
+19	this	this	DET	O	0			ewtb.r.068436.2
+20	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.068436.2
+21	at	at	ADP	O	0			ewtb.r.068436.2
+22	my	my	PRON	O	0			ewtb.r.068436.2
+23	town	town	NOUN	O	0		n.location	ewtb.r.068436.2
+24	.	.	PUNCT	O	0			ewtb.r.068436.2
+
+1	The	the	DET	O	0			ewtb.r.070730.6
+2	service	service	NOUN	O	0		n.act	ewtb.r.070730.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.070730.6
+4	solicitous	solicitous	ADJ	O	0			ewtb.r.070730.6
+5	,	,	PUNCT	O	0			ewtb.r.070730.6
+6	the	the	DET	O	0			ewtb.r.070730.6
+7	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.070730.6
+8	is	be	VERB	O	0		v.stative	ewtb.r.070730.6
+9	nice	nice	ADJ	O	0			ewtb.r.070730.6
+10	and	and	CONJ	O	0			ewtb.r.070730.6
+11	mod	mod	ADJ	O	0			ewtb.r.070730.6
+12	except	except	ADP	O	0			ewtb.r.070730.6
+13	the	the	DET	O	0			ewtb.r.070730.6
+14	out	out	ADP	B	0			ewtb.r.070730.6
+15	-	-	PUNCT	I	14			ewtb.r.070730.6
+16	of	of	ADP	I	15			ewtb.r.070730.6
+17	-	-	PUNCT	I	16			ewtb.r.070730.6
+18	place	place	NOUN	I	17			ewtb.r.070730.6
+19	flat	flat	ADJ	B	0		n.artifact	ewtb.r.070730.6
+20	-	-	PUNCT	I	19			ewtb.r.070730.6
+21	screen	screen	NOUN	I	20			ewtb.r.070730.6
+22	TV	tv	NOUN	I	21			ewtb.r.070730.6
+23	playing	play	VERB	O	0		v.stative	ewtb.r.070730.6
+24	football	football	NOUN	O	0		n.act	ewtb.r.070730.6
+25	.	.	PUNCT	O	0			ewtb.r.070730.6
+
+1	I	i	PRON	O	0			ewtb.r.077034.1
+2	loved	love	VERB	O	0		v.emotion	ewtb.r.077034.1
+3	the	the	DET	O	0			ewtb.r.077034.1
+4	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.077034.1
+5	here	here	ADV	O	0			ewtb.r.077034.1
+6	and	and	CONJ	O	0			ewtb.r.077034.1
+7	the	the	DET	O	0			ewtb.r.077034.1
+8	food	food	NOUN	O	0		n.food	ewtb.r.077034.1
+9	is	be	VERB	O	0		v.stative	ewtb.r.077034.1
+10	good	good	ADJ	O	0			ewtb.r.077034.1
+11	,	,	PUNCT	O	0			ewtb.r.077034.1
+12	however	however	ADV	O	0			ewtb.r.077034.1
+13	the	the	DET	O	0			ewtb.r.077034.1
+14	tables	table	NOUN	O	0		n.artifact	ewtb.r.077034.1
+15	are	be	VERB	O	0		v.stative	ewtb.r.077034.1
+16	so	so	ADV	O	0			ewtb.r.077034.1
+17	close	close	ADJ	O	0			ewtb.r.077034.1
+18	together	together	ADJ	O	0			ewtb.r.077034.1
+19	that	that	SCONJ	O	0			ewtb.r.077034.1
+20	it	it	PRON	O	0			ewtb.r.077034.1
+21	feels	feel	VERB	O	0		v.stative	ewtb.r.077034.1
+22	very	very	ADV	O	0			ewtb.r.077034.1
+23	cramped	cramped	ADJ	O	0			ewtb.r.077034.1
+24	.	.	PUNCT	O	0			ewtb.r.077034.1
+
+1	We	we	PRON	O	0			ewtb.r.077034.2
+2	were	be	AUX	O	0			ewtb.r.077034.2
+3	made	make	VERB	O	0		v.social	ewtb.r.077034.2
+4	to	to	PART	O	0			ewtb.r.077034.2
+5	feel	feel	VERB	O	0		v.cognition	ewtb.r.077034.2
+6	very	very	ADV	O	0			ewtb.r.077034.2
+7	welcome	welcome	ADJ	O	0			ewtb.r.077034.2
+8	.	.	PUNCT	O	0			ewtb.r.077034.2
+
+1	Well	well	ADV	O	0			ewtb.r.077034.3
+2	worth	worth	ADJ	O	0			ewtb.r.077034.3
+3	a	a	DET	O	0			ewtb.r.077034.3
+4	visit	visit	NOUN	O	0		n.event	ewtb.r.077034.3
+5	.	.	PUNCT	O	0			ewtb.r.077034.3
+
+1	http://cambridgefoodfrivolity.blogspot.com/	http://cambridgefoodfrivolity.blogspot.com/	X	O	0			ewtb.r.077034.4
+
+1	Liquidweb.com	liquidweb.com	X	O	0			ewtb.r.081934.1
+2	Rocks	rock	VERB	O	0			ewtb.r.081934.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.081934.1
+
+1	I	i	PRON	O	0			ewtb.r.081934.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.081934.2
+3	not	not	PART	O	0			ewtb.r.081934.2
+4	a	a	DET	O	0			ewtb.r.081934.2
+5	client	client	NOUN	O	0		n.person	ewtb.r.081934.2
+6	of	of	ADP	O	0			ewtb.r.081934.2
+7	liquidweb.com	liquidweb.com	X	O	0			ewtb.r.081934.2
+8	,	,	PUNCT	O	0			ewtb.r.081934.2
+9	but	but	CONJ	O	0			ewtb.r.081934.2
+10	one	one	NUM	O	0			ewtb.r.081934.2
+11	of	of	ADP	O	0			ewtb.r.081934.2
+12	my	my	PRON	O	0			ewtb.r.081934.2
+13	friend	friend	NOUN	O	0		n.person	ewtb.r.081934.2
+14	called	call	VERB	O	0		v.communication	ewtb.r.081934.2
+15	Steven	steven	PROPN	O	0		n.person	ewtb.r.081934.2
+16	is	be	VERB	O	0		v.stative	ewtb.r.081934.2
+17	the	the	DET	O	0			ewtb.r.081934.2
+18	client	client	NOUN	O	0		n.person	ewtb.r.081934.2
+19	having	have	VERB	O	0		v.stative	ewtb.r.081934.2
+20	several	several	ADJ	O	0			ewtb.r.081934.2
+21	websites	website	NOUN	O	0		n.communication	ewtb.r.081934.2
+22	.	.	PUNCT	O	0			ewtb.r.081934.2
+
+1	I	i	PRON	O	0			ewtb.r.081934.3
+2	work	work	VERB	O	0		v.social	ewtb.r.081934.3
+3	with	with	ADP	O	0			ewtb.r.081934.3
+4	him	him	PRON	O	0			ewtb.r.081934.3
+5	and	and	CONJ	O	0			ewtb.r.081934.3
+6	since	since	ADP	O	0			ewtb.r.081934.3
+7	past	past	ADJ	O	0			ewtb.r.081934.3
+8	6	6	NUM	O	0			ewtb.r.081934.3
+9	years	years	NOUN	O	0		n.time	ewtb.r.081934.3
+10	he	he	PRON	O	0			ewtb.r.081934.3
+11	is	be	AUX	O	0			ewtb.r.081934.3
+12	hosting	host	VERB	O	0		v.communication	ewtb.r.081934.3
+13	his	his	PRON	O	0			ewtb.r.081934.3
+14	websites	website	NOUN	O	0		n.communication	ewtb.r.081934.3
+15	to	to	ADP	O	0			ewtb.r.081934.3
+16	Liquidweb	liquidweb	PROPN	O	0		n.group	ewtb.r.081934.3
+17	.	.	PUNCT	O	0			ewtb.r.081934.3
+
+1	As	as	SCONJ	O	0			ewtb.r.081934.4
+2	I	i	PRON	O	0			ewtb.r.081934.4
+3	have	have	AUX	O	0			ewtb.r.081934.4
+4	gone	go	VERB	B	0		v.social	ewtb.r.081934.4
+5	through	through	ADP	I	4			ewtb.r.081934.4
+6	many	many	ADJ	O	0			ewtb.r.081934.4
+7	reviews	review	NOUN	O	0		n.communication	ewtb.r.081934.4
+8	sites	site	NOUN	O	0		n.communication	ewtb.r.081934.4
+9	to	to	PART	O	0			ewtb.r.081934.4
+10	see	see	VERB	O	0		v.cognition	ewtb.r.081934.4
+11	if	if	SCONJ	O	0			ewtb.r.081934.4
+12	any	any	DET	O	0			ewtb.r.081934.4
+13	provider	provider	NOUN	O	0		n.group	ewtb.r.081934.4
+14	is	be	AUX	O	0			ewtb.r.081934.4
+15	providing	provide	VERB	O	0		v.social	ewtb.r.081934.4
+16	better	better	ADJ	O	0			ewtb.r.081934.4
+17	services	services	NOUN	O	0		n.act	ewtb.r.081934.4
+18	or	or	CONJ	O	0			ewtb.r.081934.4
+19	not	not	PART	O	0			ewtb.r.081934.4
+20	,	,	PUNCT	O	0			ewtb.r.081934.4
+21	and	and	CONJ	O	0			ewtb.r.081934.4
+22	I	i	PRON	O	0			ewtb.r.081934.4
+23	have	have	AUX	O	0			ewtb.r.081934.4
+24	realized	realize	VERB	O	0		v.cognition	ewtb.r.081934.4
+25	that	that	SCONJ	O	0			ewtb.r.081934.4
+26	there	there	PRON	O	0			ewtb.r.081934.4
+27	were	be	VERB	O	0		v.stative	ewtb.r.081934.4
+28	many	many	ADJ	O	0			ewtb.r.081934.4
+29	good	good	ADJ	O	0			ewtb.r.081934.4
+30	reviews	review	NOUN	O	0		n.communication	ewtb.r.081934.4
+31	about	about	ADP	O	0			ewtb.r.081934.4
+32	Liquidweb	liquidweb	PROPN	O	0		n.group	ewtb.r.081934.4
+33	also	also	ADV	O	0			ewtb.r.081934.4
+34	Steven	steven	PROPN	O	0		n.person	ewtb.r.081934.4
+35	never	never	ADV	O	0			ewtb.r.081934.4
+36	faced	face	VERB	O	0		v.stative	ewtb.r.081934.4
+37	any	any	DET	O	0			ewtb.r.081934.4
+38	server	server	NOUN	O	0		n.artifact	ewtb.r.081934.4
+39	issues	issue	NOUN	O	0		n.cognition	ewtb.r.081934.4
+40	in	in	ADP	O	0			ewtb.r.081934.4
+41	his	his	PRON	O	0			ewtb.r.081934.4
+42	whole	whole	ADJ	O	0			ewtb.r.081934.4
+43	hosting	hosting	NOUN	O	0		n.act	ewtb.r.081934.4
+44	.	.	PUNCT	O	0			ewtb.r.081934.4
+
+1	The	the	DET	O	0			ewtb.r.081934.5
+2	kind	kind	NOUN	O	0		n.cognition	ewtb.r.081934.5
+3	of	of	ADP	O	0			ewtb.r.081934.5
+4	support	support	NOUN	O	0		n.act	ewtb.r.081934.5
+5	they	they	PRON	O	0			ewtb.r.081934.5
+6	provide	provide	VERB	O	0		v.social	ewtb.r.081934.5
+7	is	be	VERB	O	0		v.stative	ewtb.r.081934.5
+8	simply	simply	ADV	O	0			ewtb.r.081934.5
+9	great	great	ADJ	O	0			ewtb.r.081934.5
+10	!!!	!!!	PUNCT	O	0			ewtb.r.081934.5
+
+1	I	i	PRON	O	0			ewtb.r.081934.6
+2	would	would	AUX	O	0			ewtb.r.081934.6
+3	like	like	VERB	O	0		v.emotion	ewtb.r.081934.6
+4	to	to	PART	O	0			ewtb.r.081934.6
+5	host	host	VERB	O	0		v.social	ewtb.r.081934.6
+6	my	my	PRON	O	0			ewtb.r.081934.6
+7	upcoming	upcoming	ADJ	O	0			ewtb.r.081934.6
+8	website	website	NOUN	O	0		n.communication	ewtb.r.081934.6
+9	to	to	ADP	O	0			ewtb.r.081934.6
+10	Liquidweb.com	liquidweb.com	X	O	0			ewtb.r.081934.6
+
+1	Terrible	terrible	ADJ	O	0			ewtb.r.086839.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.086839.1
+
+1	One	one	NUM	O	0			ewtb.r.086839.2
+2	of	of	ADP	O	0			ewtb.r.086839.2
+3	the	the	DET	O	0			ewtb.r.086839.2
+4	worst	worst	ADJ	O	0			ewtb.r.086839.2
+5	experiences	experience	NOUN	O	0		n.cognition	ewtb.r.086839.2
+6	I	i	PRON	O	0			ewtb.r.086839.2
+7	've	've	AUX	O	0			ewtb.r.086839.2
+8	ever	ever	ADV	O	0			ewtb.r.086839.2
+9	had	have	VERB	O	0		v.stative	ewtb.r.086839.2
+10	with	with	ADP	O	0			ewtb.r.086839.2
+11	a	a	DET	O	0			ewtb.r.086839.2
+12	auto	auto	NOUN	O	0		n.artifact	ewtb.r.086839.2
+13	repair	repair	NOUN	O	0		n.act	ewtb.r.086839.2
+14	shop	shop	NOUN	O	0		n.group	ewtb.r.086839.2
+15	.	.	PUNCT	O	0			ewtb.r.086839.2
+
+1	We	we	PRON	O	0			ewtb.r.086839.3
+2	took	take	VERB	B	0		v.motion	ewtb.r.086839.3
+3	our	our	PRON	o	0			ewtb.r.086839.3
+4	vehicle	vehicle	NOUN	o	0		n.artifact	ewtb.r.086839.3
+5	in	in	ADV	I	2			ewtb.r.086839.3
+6	for	for	ADP	O	0			ewtb.r.086839.3
+7	a	a	DET	O	0			ewtb.r.086839.3
+8	repair	repair	NOUN	O	0		n.act	ewtb.r.086839.3
+9	to	to	ADP	O	0			ewtb.r.086839.3
+10	the	the	DET	O	0			ewtb.r.086839.3
+11	air	air	NOUN	B	0		n.artifact	ewtb.r.086839.3
+12	conditioning	conditioning	NOUN	I	11			ewtb.r.086839.3
+13	.	.	PUNCT	O	0			ewtb.r.086839.3
+
+1	Approx	approx	ADV	O	0			ewtb.r.086839.4
+2	4	4	NUM	O	0			ewtb.r.086839.4
+3	months	month	NOUN	O	0		n.time	ewtb.r.086839.4
+4	later	later	ADV	O	0			ewtb.r.086839.4
+5	,	,	PUNCT	O	0			ewtb.r.086839.4
+6	the	the	DET	O	0			ewtb.r.086839.4
+7	compressor	compressor	NOUN	O	0		n.artifact	ewtb.r.086839.4
+8	went	go	VERB	B	0		v.change	ewtb.r.086839.4
+9	out	out	ADP	I	8			ewtb.r.086839.4
+10	.	.	PUNCT	O	0			ewtb.r.086839.4
+
+1	We	we	PRON	O	0			ewtb.r.086839.5
+2	took	take	VERB	B	0		v.motion	ewtb.r.086839.5
+3	it	it	PRON	o	0			ewtb.r.086839.5
+4	back	back	ADV	o	0			ewtb.r.086839.5
+5	in	in	ADV	I	2			ewtb.r.086839.5
+6	to	to	PART	O	0			ewtb.r.086839.5
+7	have	have	VERB	O	0		v.stative	ewtb.r.086839.5
+8	it	it	PRON	O	0			ewtb.r.086839.5
+9	repaired	repair	VERB	O	0		v.change	ewtb.r.086839.5
+10	again	again	ADV	O	0			ewtb.r.086839.5
+11	,	,	PUNCT	O	0			ewtb.r.086839.5
+12	and	and	CONJ	O	0			ewtb.r.086839.5
+13	less	less	ADJ	B	0			ewtb.r.086839.5
+14	than	than	ADP	I	13			ewtb.r.086839.5
+15	a	a	DET	O	0			ewtb.r.086839.5
+16	week	week	NOUN	O	0		n.time	ewtb.r.086839.5
+17	later	later	ADV	O	0			ewtb.r.086839.5
+18	the	the	DET	O	0			ewtb.r.086839.5
+19	second	second	ADJ	O	0			ewtb.r.086839.5
+20	compressor	compressor	NOUN	O	0		n.artifact	ewtb.r.086839.5
+21	went	go	VERB	B	0		v.change	ewtb.r.086839.5
+22	out	out	ADP	I	21			ewtb.r.086839.5
+23	.	.	PUNCT	O	0			ewtb.r.086839.5
+
+1	We	we	PRON	O	0			ewtb.r.086839.6
+2	went	go	VERB	B	0		v.motion	ewtb.r.086839.6
+3	in	in	ADV	I	2			ewtb.r.086839.6
+4	for	for	ADP	O	0			ewtb.r.086839.6
+5	a	a	DET	O	0			ewtb.r.086839.6
+6	third	third	ADJ	O	0			ewtb.r.086839.6
+7	visit	visit	NOUN	O	0		n.event	ewtb.r.086839.6
+8	and	and	CONJ	O	0			ewtb.r.086839.6
+9	they	they	PRON	O	0			ewtb.r.086839.6
+10	fixed	fix	VERB	O	0		v.change	ewtb.r.086839.6
+11	it	it	PRON	O	0			ewtb.r.086839.6
+12	again	again	ADV	O	0			ewtb.r.086839.6
+13	,	,	PUNCT	O	0			ewtb.r.086839.6
+14	but	but	CONJ	O	0			ewtb.r.086839.6
+15	this	this	DET	O	0			ewtb.r.086839.6
+16	time	time	NOUN	O	0		n.event	ewtb.r.086839.6
+17	when	when	ADV	O	0			ewtb.r.086839.6
+18	we	we	PRON	O	0			ewtb.r.086839.6
+19	picked	pick	VERB	B	0		v.motion	ewtb.r.086839.6
+20	up	up	ADP	I	19			ewtb.r.086839.6
+21	the	the	DET	O	0			ewtb.r.086839.6
+22	car	car	NOUN	O	0		n.artifact	ewtb.r.086839.6
+23	,	,	PUNCT	O	0			ewtb.r.086839.6
+24	the	the	DET	O	0			ewtb.r.086839.6
+25	radio	radio	NOUN	O	0		n.artifact	ewtb.r.086839.6
+26	and	and	CONJ	O	0			ewtb.r.086839.6
+27	clock	clock	NOUN	O	0		n.artifact	ewtb.r.086839.6
+28	did	do	AUX	O	0			ewtb.r.086839.6
+29	not	not	PART	O	0			ewtb.r.086839.6
+30	work	work	VERB	O	0		v.stative	ewtb.r.086839.6
+31	.	.	PUNCT	O	0			ewtb.r.086839.6
+
+1	So	so	ADV	O	0			ewtb.r.086839.7
+2	for	for	ADP	O	0			ewtb.r.086839.7
+3	the	the	DET	O	0			ewtb.r.086839.7
+4	4th	4th	ADJ	O	0			ewtb.r.086839.7
+5	time	time	NOUN	O	0		n.event	ewtb.r.086839.7
+6	in	in	ADP	O	0			ewtb.r.086839.7
+7	5	5	NUM	O	0			ewtb.r.086839.7
+8	months	month	NOUN	O	0		n.time	ewtb.r.086839.7
+9	and	and	CONJ	O	0			ewtb.r.086839.7
+10	the	the	DET	O	0			ewtb.r.086839.7
+11	third	third	ADJ	O	0			ewtb.r.086839.7
+12	time	time	NOUN	O	0		n.event	ewtb.r.086839.7
+13	in	in	ADP	O	0			ewtb.r.086839.7
+14	2	2	NUM	O	0			ewtb.r.086839.7
+15	weeks	week	NOUN	O	0		n.time	ewtb.r.086839.7
+16	,	,	PUNCT	O	0			ewtb.r.086839.7
+17	we	we	PRON	O	0			ewtb.r.086839.7
+18	brought	bring	VERB	B	0		v.motion	ewtb.r.086839.7
+19	the	the	DET	o	0			ewtb.r.086839.7
+20	car	car	NOUN	o	0		n.artifact	ewtb.r.086839.7
+21	back	back	ADV	I	18			ewtb.r.086839.7
+22	again	again	ADV	O	0			ewtb.r.086839.7
+23	.	.	PUNCT	O	0			ewtb.r.086839.7
+
+1	When	when	ADV	O	0			ewtb.r.086839.8
+2	we	we	PRON	O	0			ewtb.r.086839.8
+3	expressed	express	VERB	O	0		v.communication	ewtb.r.086839.8
+4	our	our	PRON	O	0			ewtb.r.086839.8
+5	discontent	discontent	NOUN	O	0		n.feeling	ewtb.r.086839.8
+6	to	to	ADP	O	0			ewtb.r.086839.8
+7	the	the	DET	O	0			ewtb.r.086839.8
+8	manager	manager	NOUN	O	0		n.person	ewtb.r.086839.8
+9	(	(	PUNCT	O	0			ewtb.r.086839.8
+10	that	that	DET	O	0			ewtb.r.086839.8
+11	's	's	VERB	O	0		v.stative	ewtb.r.086839.8
+12	right	right	ADJ	O	0			ewtb.r.086839.8
+13	,	,	PUNCT	O	0			ewtb.r.086839.8
+14	the	the	DET	O	0			ewtb.r.086839.8
+15	manager	manager	NOUN	O	0		n.person	ewtb.r.086839.8
+16	)	)	PUNCT	O	0			ewtb.r.086839.8
+17	,	,	PUNCT	O	0			ewtb.r.086839.8
+18	did	do	AUX	O	0			ewtb.r.086839.8
+19	he	he	PRON	O	0			ewtb.r.086839.8
+20	say	say	VERB	O	0		v.communication	ewtb.r.086839.8
+21	he	he	PRON	O	0			ewtb.r.086839.8
+22	would	would	AUX	O	0			ewtb.r.086839.8
+23	return	return	VERB	O	0		v.possession	ewtb.r.086839.8
+24	some	some	DET	O	0			ewtb.r.086839.8
+25	money	money	NOUN	O	0		n.possession	ewtb.r.086839.8
+26	,	,	PUNCT	O	0			ewtb.r.086839.8
+27	did	do	AUX	O	0			ewtb.r.086839.8
+28	he	he	PRON	O	0			ewtb.r.086839.8
+29	say	say	VERB	O	0		v.communication	ewtb.r.086839.8
+30	he	he	PRON	O	0			ewtb.r.086839.8
+31	would	would	AUX	O	0			ewtb.r.086839.8
+32	give	give	VERB	O	0		v.possession	ewtb.r.086839.8
+33	a	a	DET	O	0			ewtb.r.086839.8
+34	discount	discount	NOUN	O	0		n.possession	ewtb.r.086839.8
+35	on	on	ADP	O	0			ewtb.r.086839.8
+36	our	our	PRON	O	0			ewtb.r.086839.8
+37	next	next	ADJ	O	0			ewtb.r.086839.8
+38	visit	visit	NOUN	O	0		n.event	ewtb.r.086839.8
+39	,	,	PUNCT	O	0			ewtb.r.086839.8
+40	did	do	AUX	O	0			ewtb.r.086839.8
+41	he	he	PRON	O	0			ewtb.r.086839.8
+42	just	just	ADV	O	0			ewtb.r.086839.8
+43	say	say	VERB	O	0		v.communication	ewtb.r.086839.8
+44	"	"	PUNCT	O	0			ewtb.r.086839.8
+45	I	i	PRON	O	0			ewtb.r.086839.8
+46	'm	'm	VERB	O	0		v.stative	ewtb.r.086839.8
+47	sorry	sorry	ADJ	O	0			ewtb.r.086839.8
+48	"	"	PUNCT	O	0			ewtb.r.086839.8
+49	.	.	PUNCT	O	0			ewtb.r.086839.8
+
+1	Nope	nope	INTJ	O	0			ewtb.r.086839.9
+2	,	,	PUNCT	O	0			ewtb.r.086839.9
+3	none	none	NOUN	B	0			ewtb.r.086839.9
+4	of	of	ADP	I	3			ewtb.r.086839.9
+5	the	the	DET	I	4			ewtb.r.086839.9
+6	above	above	ADJ	I	5			ewtb.r.086839.9
+7	.	.	PUNCT	O	0			ewtb.r.086839.9
+
+1	He	he	PRON	O	0			ewtb.r.086839.10
+2	stood	stand	VERB	O	0		v.stative	ewtb.r.086839.10
+3	there	there	ADV	O	0			ewtb.r.086839.10
+4	and	and	CONJ	O	0			ewtb.r.086839.10
+5	told	tell	VERB	O	0		v.communication	ewtb.r.086839.10
+6	us	us	PRON	O	0			ewtb.r.086839.10
+7	how	how	ADV	O	0			ewtb.r.086839.10
+8	he	he	PRON	O	0			ewtb.r.086839.10
+9	was	be	VERB	O	0		v.stative	ewtb.r.086839.10
+10	n't	n't	PART	O	0			ewtb.r.086839.10
+11	at	at	ADP	B	0			ewtb.r.086839.10
+12	fault	fault	NOUN	I	11			ewtb.r.086839.10
+13	.	.	PUNCT	O	0			ewtb.r.086839.10
+
+1	It	it	PRON	O	0			ewtb.r.086839.11
+2	was	be	VERB	O	0		v.stative	ewtb.r.086839.11
+3	the	the	DET	O	0			ewtb.r.086839.11
+4	fault	fault	NOUN	O	0		n.cognition	ewtb.r.086839.11
+5	of	of	ADP	O	0			ewtb.r.086839.11
+6	the	the	DET	O	0			ewtb.r.086839.11
+7	parts	parts	NOUN	O	0		n.artifact	ewtb.r.086839.11
+8	supplier	supplier	NOUN	O	0		n.group	ewtb.r.086839.11
+9	,	,	PUNCT	O	0			ewtb.r.086839.11
+10	and	and	CONJ	O	0			ewtb.r.086839.11
+11	can	can	AUX	O	0			ewtb.r.086839.11
+12	we	we	PRON	O	0			ewtb.r.086839.11
+13	imagine	imagine	VERB	O	0		v.cognition	ewtb.r.086839.11
+14	how	how	ADV	O	0			ewtb.r.086839.11
+15	he	he	PRON	O	0			ewtb.r.086839.11
+16	felt	felt	VERB	O	0		v.cognition	ewtb.r.086839.11
+17	having	have	VERB	B	0			ewtb.r.086839.11
+18	to	to	PART	I	17			ewtb.r.086839.11
+19	put	put	VERB	B	0		v.social	ewtb.r.086839.11
+20	another	another	DET	o	0			ewtb.r.086839.11
+21	2	2	NUM	o	0			ewtb.r.086839.11
+22	hours	hours	NOUN	o	0		n.time	ewtb.r.086839.11
+23	of	of	ADP	o	0			ewtb.r.086839.11
+24	work	work	NOUN	o	0		n.act	ewtb.r.086839.11
+25	in	in	ADP	I	19			ewtb.r.086839.11
+26	the	the	DET	O	0			ewtb.r.086839.11
+27	car	car	NOUN	O	0		n.artifact	ewtb.r.086839.11
+28	.	.	PUNCT	O	0			ewtb.r.086839.11
+
+1	And	and	CONJ	O	0			ewtb.r.086839.12
+2	what	what	PRON	O	0			ewtb.r.086839.12
+3	did	do	AUX	O	0			ewtb.r.086839.12
+4	we	we	PRON	O	0			ewtb.r.086839.12
+5	expect	expect	VERB	O	0		v.cognition	ewtb.r.086839.12
+6	...	...	PUNCT	O	0			ewtb.r.086839.12
+7	that	that	SCONJ	O	0			ewtb.r.086839.12
+8	he	he	PRON	O	0			ewtb.r.086839.12
+9	bench	bench	NOUN	B	0		n.act	ewtb.r.086839.12
+10	test	test	VERB	I	9			ewtb.r.086839.12
+11	every	every	DET	O	0			ewtb.r.086839.12
+12	part	part	NOUN	O	0		n.artifact	ewtb.r.086839.12
+13	.	.	PUNCT	O	0			ewtb.r.086839.12
+
+1	At	at	ADP	O	0			ewtb.r.086839.13
+2	no	no	DET	O	0			ewtb.r.086839.13
+3	time	time	NOUN	O	0		n.time	ewtb.r.086839.13
+4	during	during	ADP	O	0			ewtb.r.086839.13
+5	the	the	DET	O	0			ewtb.r.086839.13
+6	conversation	conversation	NOUN	O	0		n.communication	ewtb.r.086839.13
+7	did	do	AUX	O	0			ewtb.r.086839.13
+8	the	the	DET	O	0			ewtb.r.086839.13
+9	words	words	NOUN	O	0		n.communication	ewtb.r.086839.13
+10	,	,	PUNCT	O	0			ewtb.r.086839.13
+11	"	"	PUNCT	O	0			ewtb.r.086839.13
+12	I	i	PRON	O	0			ewtb.r.086839.13
+13	'm	'm	VERB	O	0		v.stative	ewtb.r.086839.13
+14	sorry	sorry	ADJ	O	0			ewtb.r.086839.13
+15	"	"	PUNCT	O	0			ewtb.r.086839.13
+16	ever	ever	ADV	O	0			ewtb.r.086839.13
+17	come	come	VERB	O	0		v.communication	ewtb.r.086839.13
+18	out	out	ADP	B	0			ewtb.r.086839.13
+19	of	of	ADP	I	18			ewtb.r.086839.13
+20	his	his	PRON	O	0			ewtb.r.086839.13
+21	mouth	mouth	NOUN	O	0		n.body	ewtb.r.086839.13
+22	.	.	PUNCT	O	0			ewtb.r.086839.13
+
+1	I	i	PRON	O	0			ewtb.r.086839.14
+2	,	,	PUNCT	O	0			ewtb.r.086839.14
+3	nor	nor	CONJ	O	0			ewtb.r.086839.14
+4	anyone	anyone	NOUN	O	0			ewtb.r.086839.14
+5	else	else	ADJ	O	0			ewtb.r.086839.14
+6	in	in	ADP	O	0			ewtb.r.086839.14
+7	my	my	PRON	O	0			ewtb.r.086839.14
+8	family	family	NOUN	O	0		n.group	ewtb.r.086839.14
+9	,	,	PUNCT	O	0			ewtb.r.086839.14
+10	will	will	AUX	O	0			ewtb.r.086839.14
+11	ever	ever	ADV	O	0			ewtb.r.086839.14
+12	go	go	VERB	O	0		v.social	ewtb.r.086839.14
+13	to	to	ADP	O	0			ewtb.r.086839.14
+14	Sun	sun	PROPN	B	0		n.group	ewtb.r.086839.14
+15	Devil	devil	PROPN	I	14			ewtb.r.086839.14
+16	Auto	auto	PROPN	I	15			ewtb.r.086839.14
+17	again	again	ADV	O	0			ewtb.r.086839.14
+18	.	.	PUNCT	O	0			ewtb.r.086839.14
+
+1	Well	well	INTJ	O	0			ewtb.r.086839.15
+2	,	,	PUNCT	O	0			ewtb.r.086839.15
+3	unless	unless	ADP	O	0			ewtb.r.086839.15
+4	of	of	ADV	B	0			ewtb.r.086839.15
+5	course	course	ADV	I	4			ewtb.r.086839.15
+6	the	the	DET	O	0			ewtb.r.086839.15
+7	third	third	ADJ	O	0			ewtb.r.086839.15
+8	compressor	compressor	NOUN	O	0		n.artifact	ewtb.r.086839.15
+9	he	he	PRON	O	0			ewtb.r.086839.15
+10	put	put	VERB	O	0		v.stative	ewtb.r.086839.15
+11	in	in	ADP	O	0			ewtb.r.086839.15
+12	the	the	DET	O	0			ewtb.r.086839.15
+13	car	car	NOUN	O	0		n.artifact	ewtb.r.086839.15
+14	goes	go	VERB	B	0		v.change	ewtb.r.086839.15
+15	out	out	ADP	I	14			ewtb.r.086839.15
+16	.	.	PUNCT	O	0			ewtb.r.086839.15
+
+1	AWESOME	awesome	ADJ	O	0			ewtb.r.089136.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.089136.1
+3	!	!	PUNCT	O	0			ewtb.r.089136.1
+
+1	Make	make	VERB	B	0		v.cognition	ewtb.r.089136.2
+2	sure	sure	ADJ	I	1			ewtb.r.089136.2
+3	to	to	PART	O	0			ewtb.r.089136.2
+4	put	put	VERB	O	0		v.contact	ewtb.r.089136.2
+5	OILY	oily	ADJ	O	0			ewtb.r.089136.2
+6	sauces	sauce	NOUN	O	0		n.food	ewtb.r.089136.2
+7	on	on	ADP	O	0			ewtb.r.089136.2
+8	your	your	PRON	O	0			ewtb.r.089136.2
+9	food	food	NOUN	O	0		n.food	ewtb.r.089136.2
+10	to	to	PART	O	0			ewtb.r.089136.2
+11	make	make	VERB	O	0		v.stative	ewtb.r.089136.2
+12	it	it	PRON	O	0			ewtb.r.089136.2
+13	moist	moist	ADJ	O	0			ewtb.r.089136.2
+14	!	!	PUNCT	O	0			ewtb.r.089136.2
+
+1	YUM	yum	INTJ	O	0			ewtb.r.089136.3
+
+1	simple	simple	ADJ	O	0			ewtb.r.090136.1
+2	but	but	CONJ	O	0			ewtb.r.090136.1
+3	perfect	perfect	ADJ	O	0			ewtb.r.090136.1
+
+1	IF	if	SCONJ	O	0			ewtb.r.090136.2
+2	you	you	PRON	O	0			ewtb.r.090136.2
+3	want	want	VERB	O	0		v.cognition	ewtb.r.090136.2
+4	flashy	flashy	ADJ	O	0			ewtb.r.090136.2
+5	fancy	fancy	ADJ	O	0			ewtb.r.090136.2
+6	food	food	NOUN	O	0		n.food	ewtb.r.090136.2
+7	stacked	stack	VERB	O	0		v.stative	ewtb.r.090136.2
+8	high	high	ADV	O	0			ewtb.r.090136.2
+9	with	with	ADP	O	0			ewtb.r.090136.2
+10	lots	lots	NOUN	O	0		n.quantity	ewtb.r.090136.2
+11	of	of	ADP	O	0			ewtb.r.090136.2
+12	fussy	fussy	ADJ	O	0			ewtb.r.090136.2
+13	garnishes	garnish	NOUN	O	0		n.food	ewtb.r.090136.2
+14	,	,	PUNCT	O	0			ewtb.r.090136.2
+15	this	this	DET	O	0			ewtb.r.090136.2
+16	is	be	VERB	O	0		v.stative	ewtb.r.090136.2
+17	not	not	PART	O	0			ewtb.r.090136.2
+18	the	the	DET	O	0			ewtb.r.090136.2
+19	place	place	NOUN	O	0		n.location	ewtb.r.090136.2
+20	for	for	ADP	O	0			ewtb.r.090136.2
+21	you	you	PRON	O	0			ewtb.r.090136.2
+22	.	.	PUNCT	O	0			ewtb.r.090136.2
+
+1	If	if	SCONJ	O	0			ewtb.r.090136.3
+2	you	you	PRON	O	0			ewtb.r.090136.3
+3	want	want	VERB	O	0		v.cognition	ewtb.r.090136.3
+4	perfectly	perfectly	ADV	O	0			ewtb.r.090136.3
+5	executed	execute	VERB	O	0		v.creation	ewtb.r.090136.3
+6	simple	simple	ADJ	O	0			ewtb.r.090136.3
+7	dishes	dish	NOUN	O	0		n.food	ewtb.r.090136.3
+8	that	that	DET	O	0			ewtb.r.090136.3
+9	feature	feature	VERB	O	0		v.stative	ewtb.r.090136.3
+10	a	a	DET	O	0			ewtb.r.090136.3
+11	few	few	ADJ	O	0			ewtb.r.090136.3
+12	exquisite	exquisite	ADJ	O	0			ewtb.r.090136.3
+13	ingredients	ingredient	NOUN	O	0		n.food	ewtb.r.090136.3
+14	,	,	PUNCT	O	0			ewtb.r.090136.3
+15	you	you	PRON	O	0			ewtb.r.090136.3
+16	'll	'll	AUX	O	0			ewtb.r.090136.3
+17	love	love	VERB	O	0		v.emotion	ewtb.r.090136.3
+18	Vetri	vetri	PROPN	O	0		n.group	ewtb.r.090136.3
+19	.	.	PUNCT	O	0			ewtb.r.090136.3
+
+1	Hands	hands	NOUN	B	0			ewtb.r.090136.4
+2	-	-	PUNCT	I	1			ewtb.r.090136.4
+3	down	down	ADV	I	2			ewtb.r.090136.4
+4	the	the	DET	O	0			ewtb.r.090136.4
+5	best	best	ADJ	O	0			ewtb.r.090136.4
+6	pasta	pasta	NOUN	O	0		n.food	ewtb.r.090136.4
+7	and	and	CONJ	O	0			ewtb.r.090136.4
+8	gnocchi	gnocchi	NOUN	O	0		n.food	ewtb.r.090136.4
+9	I	i	PRON	O	0			ewtb.r.090136.4
+10	've	've	AUX	O	0			ewtb.r.090136.4
+11	ever	ever	ADV	O	0			ewtb.r.090136.4
+12	eaten	eat	VERB	O	0		v.consumption	ewtb.r.090136.4
+13	(	(	PUNCT	O	0			ewtb.r.090136.4
+14	and	and	CONJ	O	0			ewtb.r.090136.4
+15	I	i	PRON	O	0			ewtb.r.090136.4
+16	've	've	AUX	O	0			ewtb.r.090136.4
+17	eaten	eat	VERB	O	0		v.consumption	ewtb.r.090136.4
+18	a	a	DET	B	0			ewtb.r.090136.4
+19	lot	lot	NOUN	I	18			ewtb.r.090136.4
+20	)	)	PUNCT	O	0			ewtb.r.090136.4
+21	.	.	PUNCT	O	0			ewtb.r.090136.4
+
+1	The	the	DET	O	0			ewtb.r.090136.5
+2	antipasti	antipasti	NOUN	O	0		n.food	ewtb.r.090136.5
+3	were	be	VERB	O	0		v.stative	ewtb.r.090136.5
+4	amazing	amazing	ADJ	O	0			ewtb.r.090136.5
+5	,	,	PUNCT	O	0			ewtb.r.090136.5
+6	the	the	DET	O	0			ewtb.r.090136.5
+7	wines	wine	NOUN	O	0		n.food	ewtb.r.090136.5
+8	were	be	VERB	O	0		v.stative	ewtb.r.090136.5
+9	mind	mind	NOUN	B	0			ewtb.r.090136.5
+10	-	-	PUNCT	I	9			ewtb.r.090136.5
+11	blowing	blowing	ADJ	I	10			ewtb.r.090136.5
+12	,	,	PUNCT	O	0			ewtb.r.090136.5
+13	the	the	DET	O	0			ewtb.r.090136.5
+14	service	service	NOUN	O	0		n.act	ewtb.r.090136.5
+15	could	could	AUX	O	0			ewtb.r.090136.5
+16	n't	n't	PART	O	0			ewtb.r.090136.5
+17	have	have	AUX	O	0			ewtb.r.090136.5
+18	been	be	VERB	O	0		v.stative	ewtb.r.090136.5
+19	better	better	ADJ	O	0			ewtb.r.090136.5
+20	.	.	PUNCT	O	0			ewtb.r.090136.5
+
+1	I	i	PRON	O	0			ewtb.r.090136.6
+2	've	've	AUX	O	0			ewtb.r.090136.6
+3	dined	dine	VERB	O	0		v.social	ewtb.r.090136.6
+4	at	at	ADP	O	0			ewtb.r.090136.6
+5	lots	lots	NOUN	O	0		n.quantity	ewtb.r.090136.6
+6	of	of	ADP	O	0			ewtb.r.090136.6
+7	high	high	ADJ	B	0			ewtb.r.090136.6
+8	-	-	PUNCT	I	7			ewtb.r.090136.6
+9	end	end	NOUN	I	8			ewtb.r.090136.6
+10	restaurants	restaurant	NOUN	O	0		n.group	ewtb.r.090136.6
+11	and	and	CONJ	O	0			ewtb.r.090136.6
+12	I	i	PRON	O	0			ewtb.r.090136.6
+13	've	've	AUX	O	0			ewtb.r.090136.6
+14	never	never	ADV	O	0			ewtb.r.090136.6
+15	before	before	ADV	O	0			ewtb.r.090136.6
+16	felt	felt	VERB	O	0		v.cognition	ewtb.r.090136.6
+17	my	my	PRON	O	0			ewtb.r.090136.6
+18	money	money	NOUN	O	0		n.possession	ewtb.r.090136.6
+19	was	be	AUX	O	0			ewtb.r.090136.6
+20	so	so	ADV	O	0			ewtb.r.090136.6
+21	well	well	ADV	O	0			ewtb.r.090136.6
+22	spent	spend	VERB	O	0		v.possession	ewtb.r.090136.6
+23	.	.	PUNCT	O	0			ewtb.r.090136.6
+
+1	Worst	worst	ADJ	O	0			ewtb.r.105237.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.105237.1
+3	flour	flour	NOUN	O	0		n.food	ewtb.r.105237.1
+4	tortillas	tortilla	NOUN	O	0		n.food	ewtb.r.105237.1
+5	are	be	VERB	O	0		v.stative	ewtb.r.105237.1
+6	always	always	ADV	O	0			ewtb.r.105237.1
+7	hard	hard	ADJ	O	0			ewtb.r.105237.1
+8	the	the	DET	O	0			ewtb.r.105237.1
+9	beef	beef	NOUN	O	0		n.food	ewtb.r.105237.1
+10	enchiladas	enchilada	NOUN	O	0		n.food	ewtb.r.105237.1
+11	are	be	VERB	O	0		v.stative	ewtb.r.105237.1
+12	discussing	discussing	ADJ	O	0			ewtb.r.105237.1
+13	meat	meat	NOUN	O	0		n.food	ewtb.r.105237.1
+14	all	all	ADV	O	0			ewtb.r.105237.1
+15	over	over	X	B	0		v.stative	ewtb.r.105237.1
+16	cooked	cook	VERB	I	15			ewtb.r.105237.1
+17	was	be	VERB	O	0		v.stative	ewtb.r.105237.1
+18	good	good	ADJ	O	0			ewtb.r.105237.1
+19	many	many	ADJ	O	0			ewtb.r.105237.1
+20	yrs	yr	NOUN	O	0		n.time	ewtb.r.105237.1
+21	ago	ago	ADV	O	0			ewtb.r.105237.1
+22	but	but	CONJ	O	0			ewtb.r.105237.1
+23	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.105237.1
+24	has	have	AUX	O	0			ewtb.r.105237.1
+25	gone	go	VERB	B	0		v.change	ewtb.r.105237.1
+26	down	down	X	I	25			ewtb.r.105237.1
+27	hill	hill	ADV	I	26			ewtb.r.105237.1
+
+1	The	the	DET	O	0			ewtb.r.108338.1
+2	internet	internet	NOUN	O	0		n.communication	ewtb.r.108338.1
+3	here	here	ADV	O	0			ewtb.r.108338.1
+4	is	be	VERB	O	0		v.stative	ewtb.r.108338.1
+5	terrible	terrible	ADJ	O	0			ewtb.r.108338.1
+6	.	.	PUNCT	O	0			ewtb.r.108338.1
+
+1	Like	like	SCONJ	B	0			ewtb.r.108338.2
+2	the	the	DET	o	0			ewtb.r.108338.2
+3	previous	previous	ADJ	o	0			ewtb.r.108338.2
+4	poster	poster	NOUN	o	0		n.artifact	ewtb.r.108338.2
+5	said	say	VERB	I	1			ewtb.r.108338.2
+6	,	,	PUNCT	O	0			ewtb.r.108338.2
+7	the	the	DET	O	0			ewtb.r.108338.2
+8	com	com	NOUN	O	0		n.communication	ewtb.r.108338.2
+9	lines	line	NOUN	O	0		n.artifact	ewtb.r.108338.2
+10	are	be	AUX	O	0			ewtb.r.108338.2
+11	split	split	VERB	O	0		v.stative	ewtb.r.108338.2
+12	between	between	ADP	O	0			ewtb.r.108338.2
+13	the	the	DET	O	0			ewtb.r.108338.2
+14	entire	entire	ADJ	O	0			ewtb.r.108338.2
+15	building	building	NOUN	O	0		n.artifact	ewtb.r.108338.2
+16	.	.	PUNCT	O	0			ewtb.r.108338.2
+
+1	That	that	DET	O	0			ewtb.r.108338.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.108338.3
+3	3	3	NUM	O	0			ewtb.r.108338.3
+4	x	x	SYM	O	0			ewtb.r.108338.3
+5	worse	worse	ADJ	O	0			ewtb.r.108338.3
+6	than	than	ADP	O	0			ewtb.r.108338.3
+7	Qwest	qwest	PROPN	B	0		n.group	ewtb.r.108338.3
+8	DSL	dsl	PROPN	I	7			ewtb.r.108338.3
+9	's	's	PART	O	0			ewtb.r.108338.3
+10	lowest	lowest	ADJ	O	0			ewtb.r.108338.3
+11	speed	speed	NOUN	O	0		n.attribute	ewtb.r.108338.3
+12	offering	offering	NOUN	O	0		n.act	ewtb.r.108338.3
+13	!	!	PUNCT	O	0			ewtb.r.108338.3
+
+1	The	the	DET	O	0			ewtb.r.108338.4
+2	outward	outward	ADJ	O	0			ewtb.r.108338.4
+3	appearance	appearance	NOUN	O	0		n.attribute	ewtb.r.108338.4
+4	makes	make	VERB	O	0		v.stative	ewtb.r.108338.4
+5	you	you	PRON	O	0			ewtb.r.108338.4
+6	think	think	VERB	O	0		v.cognition	ewtb.r.108338.4
+7	this	this	DET	O	0			ewtb.r.108338.4
+8	place	place	NOUN	O	0		n.group	ewtb.r.108338.4
+9	is	be	VERB	O	0		v.stative	ewtb.r.108338.4
+10	nice	nice	ADJ	O	0			ewtb.r.108338.4
+11	,	,	PUNCT	O	0			ewtb.r.108338.4
+12	but	but	CONJ	O	0			ewtb.r.108338.4
+13	everything	everything	NOUN	O	0			ewtb.r.108338.4
+14	inside	inside	ADV	O	0			ewtb.r.108338.4
+15	is	be	VERB	O	0		v.stative	ewtb.r.108338.4
+16	cheap	cheap	ADJ	O	0			ewtb.r.108338.4
+17	cheap	cheap	ADJ	O	0			ewtb.r.108338.4
+18	cheap	cheap	ADJ	O	0			ewtb.r.108338.4
+19	.	.	PUNCT	O	0			ewtb.r.108338.4
+
+1	Moving	move	VERB	B	0		v.motion	ewtb.r.108338.5
+2	out	out	ADV	I	1			ewtb.r.108338.5
+3	as	as	ADV	B	0			ewtb.r.108338.5
+4	soon	soon	ADV	I	3			ewtb.r.108338.5
+5	as	as	SCONJ	I	4			ewtb.r.108338.5
+6	our	our	PRON	O	0			ewtb.r.108338.5
+7	lease	lease	NOUN	O	0		n.possession	ewtb.r.108338.5
+8	is	be	VERB	B	0		v.stative	ewtb.r.108338.5
+9	up	up	ADV	I	8			ewtb.r.108338.5
+10	.	.	PUNCT	O	0			ewtb.r.108338.5
+
+1	http://www.speedtest.net/result/1155244347.png	http://www.speedtest.net/result/1155244347.png	X	O	0			ewtb.r.108338.6
+
+1	You	you	PRON	O	0			ewtb.r.120335.1
+2	can	can	AUX	O	0			ewtb.r.120335.1
+3	fool	fool	VERB	O	0		v.social	ewtb.r.120335.1
+4	people	person	NOUN	O	0		n.person	ewtb.r.120335.1
+
+1	This	this	DET	O	0			ewtb.r.120335.2
+2	store	store	NOUN	O	0		n.group	ewtb.r.120335.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.120335.2
+4	proof	proof	NOUN	O	0		n.cognition	ewtb.r.120335.2
+5	that	that	SCONJ	O	0			ewtb.r.120335.2
+6	you	you	PRON	O	0			ewtb.r.120335.2
+7	can	can	AUX	O	0			ewtb.r.120335.2
+8	fool	fool	VERB	O	0		v.social	ewtb.r.120335.2
+9	people	person	NOUN	O	0		n.person	ewtb.r.120335.2
+10	with	with	ADP	O	0			ewtb.r.120335.2
+11	good	good	ADJ	O	0			ewtb.r.120335.2
+12	advertising	advertising	NOUN	O	0		n.act	ewtb.r.120335.2
+13	.	.	PUNCT	O	0			ewtb.r.120335.2
+
+1	They	they	PRON	O	0			ewtb.r.120335.3
+2	convince	convince	VERB	O	0		v.communication	ewtb.r.120335.3
+3	lots	lots	NOUN	O	0		n.quantity	ewtb.r.120335.3
+4	of	of	ADP	O	0			ewtb.r.120335.3
+5	people	person	NOUN	O	0		n.person	ewtb.r.120335.3
+6	that	that	SCONJ	O	0			ewtb.r.120335.3
+7	they	they	PRON	O	0			ewtb.r.120335.3
+8	are	be	VERB	O	0		v.stative	ewtb.r.120335.3
+9	a	a	DET	O	0			ewtb.r.120335.3
+10	great	great	ADJ	O	0			ewtb.r.120335.3
+11	store	store	NOUN	O	0		n.group	ewtb.r.120335.3
+12	,	,	PUNCT	O	0			ewtb.r.120335.3
+13	when	when	ADV	O	0			ewtb.r.120335.3
+14	in	in	ADP	B	0			ewtb.r.120335.3
+15	fact	fact	NOUN	I	14			ewtb.r.120335.3
+16	they	they	PRON	O	0			ewtb.r.120335.3
+17	are	be	VERB	O	0		v.stative	ewtb.r.120335.3
+18	a	a	DET	O	0			ewtb.r.120335.3
+19	very	very	ADV	O	0			ewtb.r.120335.3
+20	average	average	ADJ	O	0			ewtb.r.120335.3
+21	place	place	NOUN	O	0		n.group	ewtb.r.120335.3
+22	at	at	ADV	B	0			ewtb.r.120335.3
+23	best	best	ADV	I	22			ewtb.r.120335.3
+24	,	,	PUNCT	O	0			ewtb.r.120335.3
+25	they	they	PRON	O	0			ewtb.r.120335.3
+26	are	be	VERB	O	0		v.stative	ewtb.r.120335.3
+27	just	just	ADV	O	0			ewtb.r.120335.3
+28	another	another	DET	O	0			ewtb.r.120335.3
+29	big	big	ADJ	B	0		n.group	ewtb.r.120335.3
+30	box	box	NOUN	I	29			ewtb.r.120335.3
+31	store	store	NOUN	I	30			ewtb.r.120335.3
+32	like	like	ADP	O	0			ewtb.r.120335.3
+33	the	the	DET	O	0			ewtb.r.120335.3
+34	others	others	NOUN	O	0			ewtb.r.120335.3
+35	.	.	PUNCT	O	0			ewtb.r.120335.3
+
+1	They	they	PRON	O	0			ewtb.r.120335.4
+2	offer	offer	VERB	O	0		v.stative	ewtb.r.120335.4
+3	sales	sales	NOUN	O	0		n.possession	ewtb.r.120335.4
+4	that	that	DET	O	0			ewtb.r.120335.4
+5	are	be	VERB	O	0		v.stative	ewtb.r.120335.4
+6	n't	n't	PART	O	0			ewtb.r.120335.4
+7	really	really	ADV	O	0			ewtb.r.120335.4
+8	sales	sales	NOUN	O	0		n.possession	ewtb.r.120335.4
+9	,	,	PUNCT	O	0			ewtb.r.120335.4
+10	mislabeled	mislabeled	VERB	O	0		v.stative	ewtb.r.120335.4
+11	items	item	NOUN	O	0		n.artifact	ewtb.r.120335.4
+12	that	that	DET	O	0			ewtb.r.120335.4
+13	make	make	VERB	O	0		v.stative	ewtb.r.120335.4
+14	the	the	DET	O	0			ewtb.r.120335.4
+15	item	item	NOUN	O	0		n.artifact	ewtb.r.120335.4
+16	sound	sound	VERB	O	0		v.cognition	ewtb.r.120335.4
+17	like	like	ADP	O	0			ewtb.r.120335.4
+18	a	a	DET	O	0			ewtb.r.120335.4
+19	good	good	ADJ	O	0			ewtb.r.120335.4
+20	deal	deal	NOUN	O	0		n.possession	ewtb.r.120335.4
+21	when	when	ADV	O	0			ewtb.r.120335.4
+22	it	it	PRON	O	0			ewtb.r.120335.4
+23	is	be	VERB	O	0		v.stative	ewtb.r.120335.4
+24	n't	n't	PART	O	0			ewtb.r.120335.4
+25	,	,	PUNCT	O	0			ewtb.r.120335.4
+26	a	a	DET	O	0			ewtb.r.120335.4
+27	bad	bad	ADJ	O	0			ewtb.r.120335.4
+28	attitude	attitude	NOUN	O	0		n.attribute	ewtb.r.120335.4
+29	about	about	ADP	O	0			ewtb.r.120335.4
+30	return	return	NOUN	O	0			ewtb.r.120335.4
+31	items	item	NOUN	O	0		n.artifact	ewtb.r.120335.4
+32	,	,	PUNCT	O	0			ewtb.r.120335.4
+33	and	and	CONJ	O	0			ewtb.r.120335.4
+34	on	on	ADV	B	0			ewtb.r.120335.4
+35	and	and	CONJ	I	34			ewtb.r.120335.4
+36	on	on	ADV	I	35			ewtb.r.120335.4
+37	.	.	PUNCT	O	0			ewtb.r.120335.4
+
+1	With	with	ADP	O	0			ewtb.r.120335.5
+2	higher	higher	ADJ	O	0			ewtb.r.120335.5
+3	than	than	ADP	O	0			ewtb.r.120335.5
+4	average	average	ADJ	O	0			ewtb.r.120335.5
+5	prices	price	NOUN	O	0		n.possession	ewtb.r.120335.5
+6	to	to	PART	B	0			ewtb.r.120335.5
+7	boot	boot	VERB	I	6			ewtb.r.120335.5
+8	!	!	PUNCT	O	0			ewtb.r.120335.5
+
+1	So	so	ADV	O	0			ewtb.r.120335.6
+2	do	do	AUX	O	0			ewtb.r.120335.6
+3	n't	n't	PART	O	0			ewtb.r.120335.6
+4	get	get	AUX	O	0			ewtb.r.120335.6
+5	taken	take	VERB	B	0		v.social	ewtb.r.120335.6
+6	in	in	ADV	I	5			ewtb.r.120335.6
+7	,	,	PUNCT	O	0			ewtb.r.120335.6
+8	keep	keep	VERB	B	0		v.cognition	ewtb.r.120335.6
+9	your	your	PRON	I	8			ewtb.r.120335.6
+10	eyes	eyes	NOUN	I	9			ewtb.r.120335.6
+11	open	open	ADJ	I	10			ewtb.r.120335.6
+12	if	if	SCONJ	O	0			ewtb.r.120335.6
+13	you	you	PRON	O	0			ewtb.r.120335.6
+14	choose	choose	VERB	O	0		v.cognition	ewtb.r.120335.6
+15	to	to	PART	O	0			ewtb.r.120335.6
+16	shop	shop	VERB	O	0		v.social	ewtb.r.120335.6
+17	here	here	ADV	O	0			ewtb.r.120335.6
+18	.	.	PUNCT	O	0			ewtb.r.120335.6
+
+1	On	on	ADP	B	0			ewtb.r.120335.7
+2	the	the	DET	I	1			ewtb.r.120335.7
+3	other	other	ADJ	I	2			ewtb.r.120335.7
+4	hand	hand	NOUN	I	3			ewtb.r.120335.7
+5	,	,	PUNCT	O	0			ewtb.r.120335.7
+6	the	the	DET	O	0			ewtb.r.120335.7
+7	Richmond	richmond	PROPN	B	0		n.group	ewtb.r.120335.7
+8	Ukrops	ukrops	PROPN	I	7			ewtb.r.120335.7
+9	chain	chain	NOUN	O	0		n.group	ewtb.r.120335.7
+10	is	be	AUX	O	0			ewtb.r.120335.7
+11	known	know	VERB	B	0		v.cognition	ewtb.r.120335.7
+12	for	for	ADP	I	11			ewtb.r.120335.7
+13	its	it	PRON	O	0			ewtb.r.120335.7
+14	charity	charity	NOUN	O	0			ewtb.r.120335.7
+15	work	work	NOUN	O	0		n.act	ewtb.r.120335.7
+16	,	,	PUNCT	O	0			ewtb.r.120335.7
+17	its	it	PRON	O	0			ewtb.r.120335.7
+18	community	community	NOUN	O	0		n.group	ewtb.r.120335.7
+19	action	action	NOUN	O	0		n.act	ewtb.r.120335.7
+20	,	,	PUNCT	O	0			ewtb.r.120335.7
+21	and	and	CONJ	O	0			ewtb.r.120335.7
+22	its	it	PRON	O	0			ewtb.r.120335.7
+23	interest	interest	NOUN	O	0		n.attribute	ewtb.r.120335.7
+24	in	in	ADP	O	0			ewtb.r.120335.7
+25	the	the	DET	O	0			ewtb.r.120335.7
+26	public	public	ADJ	O	0			ewtb.r.120335.7
+27	welfare	welfare	NOUN	O	0		n.attribute	ewtb.r.120335.7
+28	.	.	PUNCT	O	0			ewtb.r.120335.7
+
+1	Usually	usually	ADV	O	0			ewtb.r.126134.1
+2	very	very	ADV	O	0			ewtb.r.126134.1
+3	quick	quick	ADJ	O	0			ewtb.r.126134.1
+4	and	and	CONJ	O	0			ewtb.r.126134.1
+5	timely	timely	ADJ	O	0			ewtb.r.126134.1
+6	.	.	PUNCT	O	0			ewtb.r.126134.1
+
+1	Doctor	doctor	PROPN	B	0		n.person	ewtb.r.126134.2
+2	Bogomilsky	bogomilsky	PROPN	I	1			ewtb.r.126134.2
+3	knows	know	VERB	B	0		v.cognition	ewtb.r.126134.2
+4	her	her	PRON	o	0			ewtb.r.126134.2
+5	stuff	stuff	NOUN	I	3			ewtb.r.126134.2
+6	too	too	ADV	O	0			ewtb.r.126134.2
+7	.	.	PUNCT	O	0			ewtb.r.126134.2
+
+1	David	david	PROPN	O	0		n.person	ewtb.r.128636.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.128636.1
+3	amazing	amazing	ADJ	O	0			ewtb.r.128636.1
+
+1	David	david	PROPN	O	0		n.person	ewtb.r.128636.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.128636.2
+3	the	the	DET	O	0			ewtb.r.128636.2
+4	most	most	ADV	O	0			ewtb.r.128636.2
+5	helpful	helpful	ADJ	O	0			ewtb.r.128636.2
+6	and	and	CONJ	O	0			ewtb.r.128636.2
+7	creative	creative	ADJ	O	0			ewtb.r.128636.2
+8	photographer	photographer	NOUN	O	0		n.person	ewtb.r.128636.2
+9	that	that	DET	O	0			ewtb.r.128636.2
+10	I	i	PRON	O	0			ewtb.r.128636.2
+11	have	have	AUX	O	0			ewtb.r.128636.2
+12	used	use	VERB	O	0		v.social	ewtb.r.128636.2
+13	.	.	PUNCT	O	0			ewtb.r.128636.2
+
+1	He	he	PRON	O	0			ewtb.r.128636.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.128636.3
+3	willing	willing	ADJ	O	0			ewtb.r.128636.3
+4	to	to	PART	O	0			ewtb.r.128636.3
+5	do	do	VERB	O	0		v.social	ewtb.r.128636.3
+6	whatever	whatever	DET	O	0			ewtb.r.128636.3
+7	you	you	PRON	O	0			ewtb.r.128636.3
+8	need	need	VERB	O	0		v.cognition	ewtb.r.128636.3
+9	from	from	ADP	O	0			ewtb.r.128636.3
+10	him	him	PRON	O	0			ewtb.r.128636.3
+11	without	without	ADP	O	0			ewtb.r.128636.3
+12	hesitation	hesitation	NOUN	O	0		n.feeling	ewtb.r.128636.3
+13	.	.	PUNCT	O	0			ewtb.r.128636.3
+
+1	He	he	PRON	O	0			ewtb.r.128636.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.128636.4
+3	patient	patient	ADJ	O	0			ewtb.r.128636.4
+4	and	and	CONJ	O	0			ewtb.r.128636.4
+5	adapted	adapt	VERB	O	0		v.change	ewtb.r.128636.4
+6	when	when	ADV	O	0			ewtb.r.128636.4
+7	everything	everything	NOUN	O	0			ewtb.r.128636.4
+8	did	do	AUX	O	0			ewtb.r.128636.4
+9	n't	n't	PART	O	0			ewtb.r.128636.4
+10	go	go	VERB	O	0		v.stative	ewtb.r.128636.4
+11	according	accord	VERB	B	0			ewtb.r.128636.4
+12	to	to	ADP	I	11			ewtb.r.128636.4
+13	schedule	schedule	NOUN	O	0		n.communication	ewtb.r.128636.4
+14	on	on	ADP	O	0			ewtb.r.128636.4
+15	my	my	PRON	O	0			ewtb.r.128636.4
+16	wedding	wedding	NOUN	O	0		n.event	ewtb.r.128636.4
+17	day	day	NOUN	O	0		n.time	ewtb.r.128636.4
+18	.	.	PUNCT	O	0			ewtb.r.128636.4
+
+1	Both	both	CONJ	O	0			ewtb.r.128636.5
+2	the	the	DET	O	0			ewtb.r.128636.5
+3	engagement	engagement	NOUN	O	0		n.event	ewtb.r.128636.5
+4	and	and	CONJ	O	0			ewtb.r.128636.5
+5	wedding	wedding	NOUN	O	0		n.event	ewtb.r.128636.5
+6	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.128636.5
+7	that	that	DET	O	0			ewtb.r.128636.5
+8	he	he	PRON	O	0			ewtb.r.128636.5
+9	took	take	VERB	O	0		v.social	ewtb.r.128636.5
+10	for	for	ADP	O	0			ewtb.r.128636.5
+11	us	us	PRON	O	0			ewtb.r.128636.5
+12	we	we	VERB	O	0		v.stative	ewtb.r.128636.5
+13	absolutely	absolutely	ADV	O	0			ewtb.r.128636.5
+14	amazing	amazing	ADJ	O	0			ewtb.r.128636.5
+15	.	.	PUNCT	O	0			ewtb.r.128636.5
+
+1	He	he	PRON	O	0			ewtb.r.128636.6
+2	got	get	VERB	O	0		v.motion	ewtb.r.128636.6
+3	the	the	DET	O	0			ewtb.r.128636.6
+4	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.128636.6
+5	back	back	ADV	O	0			ewtb.r.128636.6
+6	to	to	ADP	O	0			ewtb.r.128636.6
+7	me	me	PRON	O	0			ewtb.r.128636.6
+8	quickly	quickly	ADV	O	0			ewtb.r.128636.6
+9	.	.	PUNCT	O	0			ewtb.r.128636.6
+
+1	I	i	PRON	O	0			ewtb.r.128636.7
+2	would	would	AUX	O	0			ewtb.r.128636.7
+3	highly	highly	ADV	O	0			ewtb.r.128636.7
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.128636.7
+5	David	david	PROPN	O	0		n.person	ewtb.r.128636.7
+6	to	to	ADP	O	0			ewtb.r.128636.7
+7	anyone	anyone	NOUN	O	0			ewtb.r.128636.7
+8	.	.	PUNCT	O	0			ewtb.r.128636.7
+
+1	He	he	PRON	O	0			ewtb.r.128636.8
+2	will	will	AUX	O	0			ewtb.r.128636.8
+3	exceed	exceed	VERB	O	0		v.social	ewtb.r.128636.8
+4	your	your	PRON	O	0			ewtb.r.128636.8
+5	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.128636.8
+6	!	!	PUNCT	O	0			ewtb.r.128636.8
+
+1	He	he	PRON	O	0			ewtb.r.128636.9
+2	does	do	AUX	O	0			ewtb.r.128636.9
+3	n't	n't	PART	O	0			ewtb.r.128636.9
+4	just	just	ADV	O	0			ewtb.r.128636.9
+5	take	take	VERB	O	0		v.social	ewtb.r.128636.9
+6	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.128636.9
+7	he	he	PRON	O	0			ewtb.r.128636.9
+8	makes	make	VERB	O	0		v.creation	ewtb.r.128636.9
+9	art	art	NOUN	O	0		n.artifact	ewtb.r.128636.9
+10	out	out	ADP	B	0			ewtb.r.128636.9
+11	of	of	ADP	I	10			ewtb.r.128636.9
+12	them	them	PRON	O	0			ewtb.r.128636.9
+13	and	and	CONJ	O	0			ewtb.r.128636.9
+14	you	you	PRON	O	0			ewtb.r.128636.9
+15	wo	wo	AUX	O	0			ewtb.r.128636.9
+16	n't	n't	PART	O	0			ewtb.r.128636.9
+17	even	even	ADV	O	0			ewtb.r.128636.9
+18	notice	notice	VERB	O	0		v.cognition	ewtb.r.128636.9
+19	that	that	SCONJ	O	0			ewtb.r.128636.9
+20	there	there	PRON	O	0			ewtb.r.128636.9
+21	's	's	VERB	O	0		v.stative	ewtb.r.128636.9
+22	a	a	DET	O	0			ewtb.r.128636.9
+23	camera	camera	NOUN	O	0		n.artifact	ewtb.r.128636.9
+24	there	there	ADV	O	0			ewtb.r.128636.9
+25	.	.	PUNCT	O	0			ewtb.r.128636.9
+
+1	junkie	junkie	NOUN	O	0		n.person	ewtb.r.158335.1
+2	lube	lube	NOUN	O	0		n.group	ewtb.r.158335.1
+3	?!	?!	PUNCT	O	0			ewtb.r.158335.1
+
+1	really	really	ADV	O	0			ewtb.r.158335.2
+2	weird	weird	ADJ	O	0			ewtb.r.158335.2
+3	place	place	NOUN	O	0		n.group	ewtb.r.158335.2
+4	,	,	PUNCT	O	0			ewtb.r.158335.2
+5	I	i	PRON	O	0			ewtb.r.158335.2
+6	was	be	AUX	O	0			ewtb.r.158335.2
+7	driving	drive	VERB	O	0		v.motion	ewtb.r.158335.2
+8	home	home	ADV	O	0			ewtb.r.158335.2
+9	from	from	ADP	O	0			ewtb.r.158335.2
+10	work	work	NOUN	O	0		n.location	ewtb.r.158335.2
+11	thought	think	VERB	O	0		v.cognition	ewtb.r.158335.2
+12	I	i	PRON	O	0			ewtb.r.158335.2
+13	'd	'd	AUX	O	0			ewtb.r.158335.2
+14	stop	stop	VERB	B	0		v.motion	ewtb.r.158335.2
+15	in	in	ADV	I	14			ewtb.r.158335.2
+16	for	for	ADP	O	0			ewtb.r.158335.2
+17	an	an	DET	O	0			ewtb.r.158335.2
+18	oil	oil	NOUN	B	0		n.artifact	ewtb.r.158335.2
+19	change	change	NOUN	I	18			ewtb.r.158335.2
+20	and	and	CONJ	O	0			ewtb.r.158335.2
+21	well	well	INTJ	O	0			ewtb.r.158335.2
+22	,	,	PUNCT	O	0			ewtb.r.158335.2
+23	there	there	PRON	O	0			ewtb.r.158335.2
+24	are	be	VERB	O	0		v.stative	ewtb.r.158335.2
+25	a	a	DET	O	0			ewtb.r.158335.2
+26	few	few	ADJ	O	0			ewtb.r.158335.2
+27	guys	guy	NOUN	O	0		n.person	ewtb.r.158335.2
+28	in	in	ADP	O	0			ewtb.r.158335.2
+29	jiffy	jiffy	PROPN	B	0		n.group	ewtb.r.158335.2
+30	lube	lube	PROPN	I	29			ewtb.r.158335.2
+31	uniforms	uniform	NOUN	O	0		n.artifact	ewtb.r.158335.2
+32	sitting	sit	VERB	O	0		v.stative	ewtb.r.158335.2
+33	at	at	ADP	O	0			ewtb.r.158335.2
+34	the	the	DET	O	0			ewtb.r.158335.2
+35	table	table	NOUN	O	0		n.artifact	ewtb.r.158335.2
+36	drinking	drink	VERB	O	0		v.consumption	ewtb.r.158335.2
+37	beers	beer	NOUN	O	0		n.food	ewtb.r.158335.2
+38	and	and	CONJ	O	0			ewtb.r.158335.2
+39	shooting	shoot	VERB	B	0		v.social	ewtb.r.158335.2
+40	the	the	DET	I	39			ewtb.r.158335.2
+41	breeze	breeze	NOUN	I	40			ewtb.r.158335.2
+42	.	.	PUNCT	O	0			ewtb.r.158335.2
+
+1	The	the	DET	O	0			ewtb.r.158335.3
+2	neon	neon	NOUN	O	0		n.attribute	ewtb.r.158335.3
+3	lighting	lighting	NOUN	O	0		n.act	ewtb.r.158335.3
+4	sign	sign	NOUN	O	0		n.artifact	ewtb.r.158335.3
+5	still	still	ADV	O	0			ewtb.r.158335.3
+6	said	say	VERB	O	0		v.communication	ewtb.r.158335.3
+7	"	"	PUNCT	O	0			ewtb.r.158335.3
+8	on	on	ADV	O	0			ewtb.r.158335.3
+9	"	"	PUNCT	O	0			ewtb.r.158335.3
+10	yet	yet	CONJ	O	0			ewtb.r.158335.3
+11	some	some	DET	O	0			ewtb.r.158335.3
+12	guy	guy	NOUN	O	0		n.person	ewtb.r.158335.3
+13	who	who	PRON	O	0			ewtb.r.158335.3
+14	seemed	seem	VERB	O	0		v.cognition	ewtb.r.158335.3
+15	to	to	PART	O	0			ewtb.r.158335.3
+16	be	be	VERB	O	0		v.stative	ewtb.r.158335.3
+17	the	the	DET	O	0			ewtb.r.158335.3
+18	oldest	old	ADJ	O	0			ewtb.r.158335.3
+19	of	of	ADP	O	0			ewtb.r.158335.3
+20	the	the	DET	O	0			ewtb.r.158335.3
+21	bunch	bunch	NOUN	O	0		n.group	ewtb.r.158335.3
+22	,	,	PUNCT	O	0			ewtb.r.158335.3
+23	more	more	ADV	B	0			ewtb.r.158335.3
+24	like	like	ADP	I	23			ewtb.r.158335.3
+25	the	the	DET	O	0			ewtb.r.158335.3
+26	drunkest	drunk	ADJ	O	0			ewtb.r.158335.3
+27	of	of	ADP	O	0			ewtb.r.158335.3
+28	the	the	DET	O	0			ewtb.r.158335.3
+29	bunch	bunch	NOUN	O	0		n.group	ewtb.r.158335.3
+30	told	tell	VERB	O	0		v.communication	ewtb.r.158335.3
+31	me	me	PRON	O	0			ewtb.r.158335.3
+32	they	they	PRON	O	0			ewtb.r.158335.3
+33	'd	'd	AUX	O	0			ewtb.r.158335.3
+34	be	be	VERB	O	0		v.stative	ewtb.r.158335.3
+35	open	open	ADJ	O	0			ewtb.r.158335.3
+36	tomorrow	tomorrow	NOUN	O	0		n.time	ewtb.r.158335.3
+37	.	.	PUNCT	O	0			ewtb.r.158335.3
+
+1	I	i	PRON	O	0			ewtb.r.158335.4
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.158335.4
+3	if	if	SCONJ	O	0			ewtb.r.158335.4
+4	a	a	DET	O	0			ewtb.r.158335.4
+5	manager	manager	NOUN	O	0		n.person	ewtb.r.158335.4
+6	was	be	VERB	O	0		v.stative	ewtb.r.158335.4
+7	on	on	ADP	B	0			ewtb.r.158335.4
+8	duty	duty	NOUN	I	7			ewtb.r.158335.4
+9	he	he	PRON	O	0			ewtb.r.158335.4
+10	told	tell	VERB	O	0		v.communication	ewtb.r.158335.4
+11	me	me	PRON	O	0			ewtb.r.158335.4
+12	he	he	PRON	O	0			ewtb.r.158335.4
+13	was	be	VERB	O	0		v.stative	ewtb.r.158335.4
+14	.	.	PUNCT	O	0			ewtb.r.158335.4
+
+1	WOW	wow	INTJ	O	0			ewtb.r.158335.5
+2	!	!	PUNCT	O	0			ewtb.r.158335.5
+
+1	grey	grey	NOUN	O	0			ewtb.r.158335.6
+2	shirt	shirt	NOUN	O	0		n.artifact	ewtb.r.158335.6
+3	"	"	PUNCT	O	0			ewtb.r.158335.6
+4	mark	mark	PROPN	O	0		n.person	ewtb.r.158335.6
+5	"	"	PUNCT	O	0			ewtb.r.158335.6
+6	of	of	ADV	B	0			ewtb.r.158335.6
+7	course	course	ADV	I	6			ewtb.r.158335.6
+8	with	with	ADP	O	0			ewtb.r.158335.6
+9	this	this	DET	O	0			ewtb.r.158335.6
+10	type	type	NOUN	O	0		n.cognition	ewtb.r.158335.6
+11	behavior	behavior	NOUN	O	0		n.act	ewtb.r.158335.6
+12	he	he	PRON	O	0			ewtb.r.158335.6
+13	could	could	AUX	O	0			ewtb.r.158335.6
+14	have	have	AUX	O	0			ewtb.r.158335.6
+15	been	be	AUX	O	0			ewtb.r.158335.6
+16	wearing	wear	VERB	O	0		v.body	ewtb.r.158335.6
+17	someon	someon	NOUN	O	0			ewtb.r.158335.6
+18	else	else	ADJ	O	0			ewtb.r.158335.6
+19	s	s	PART	O	0			ewtb.r.158335.6
+20	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.158335.6
+21	.....	.....	PUNCT	O	0			ewtb.r.158335.6
+
+1	Super	super	ADV	O	0			ewtb.r.164937.1
+2	nice	nice	ADJ	O	0			ewtb.r.164937.1
+3	people	person	NOUN	O	0		n.person	ewtb.r.164937.1
+4	,	,	PUNCT	O	0			ewtb.r.164937.1
+5	really	really	ADV	O	0			ewtb.r.164937.1
+6	good	good	ADJ	O	0			ewtb.r.164937.1
+7	food	food	NOUN	O	0		n.food	ewtb.r.164937.1
+
+1	What	what	PRON	O	0			ewtb.r.164937.2
+2	I	i	PRON	O	0			ewtb.r.164937.2
+3	love	love	VERB	O	0		v.emotion	ewtb.r.164937.2
+4	most	most	ADV	O	0			ewtb.r.164937.2
+5	about	about	ADP	O	0			ewtb.r.164937.2
+6	this	this	DET	O	0			ewtb.r.164937.2
+7	place	place	NOUN	O	0		n.group	ewtb.r.164937.2
+8	,	,	PUNCT	O	0			ewtb.r.164937.2
+9	other	other	ADV	B	0			ewtb.r.164937.2
+10	than	than	ADP	I	9			ewtb.r.164937.2
+11	the	the	DET	O	0			ewtb.r.164937.2
+12	food	food	NOUN	O	0		n.food	ewtb.r.164937.2
+13	,	,	PUNCT	O	0			ewtb.r.164937.2
+14	is	be	VERB	O	0		v.stative	ewtb.r.164937.2
+15	that	that	SCONJ	O	0			ewtb.r.164937.2
+16	eating	eat	VERB	O	0		v.consumption	ewtb.r.164937.2
+17	here	here	ADV	O	0			ewtb.r.164937.2
+18	makes	make	VERB	O	0		v.stative	ewtb.r.164937.2
+19	you	you	PRON	O	0			ewtb.r.164937.2
+20	feel	feel	VERB	O	0		v.cognition	ewtb.r.164937.2
+21	like	like	SCONJ	O	0			ewtb.r.164937.2
+22	you	you	PRON	O	0			ewtb.r.164937.2
+23	're	're	VERB	O	0		v.stative	ewtb.r.164937.2
+24	in	in	ADP	O	0			ewtb.r.164937.2
+25	a	a	DET	O	0			ewtb.r.164937.2
+26	small	small	ADJ	B	0		n.group	ewtb.r.164937.2
+27	town	town	NOUN	I	26			ewtb.r.164937.2
+28	rather	rather	ADV	B	0			ewtb.r.164937.2
+29	than	than	ADP	I	28			ewtb.r.164937.2
+30	Baltimore	baltimore	PROPN	O	0		n.location	ewtb.r.164937.2
+31	.	.	PUNCT	O	0			ewtb.r.164937.2
+
+1	The	the	DET	O	0			ewtb.r.164937.3
+2	owners	owner	NOUN	O	0		n.person	ewtb.r.164937.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.164937.3
+4	really	really	ADV	O	0			ewtb.r.164937.3
+5	nice	nice	ADJ	O	0			ewtb.r.164937.3
+6	,	,	PUNCT	O	0			ewtb.r.164937.3
+7	they	they	PRON	O	0			ewtb.r.164937.3
+8	serve	serve	VERB	O	0		v.social	ewtb.r.164937.3
+9	good	good	ADJ	O	0			ewtb.r.164937.3
+10	food	food	NOUN	O	0		n.food	ewtb.r.164937.3
+11	at	at	ADP	O	0			ewtb.r.164937.3
+12	a	a	DET	O	0			ewtb.r.164937.3
+13	good	good	ADJ	O	0			ewtb.r.164937.3
+14	price	price	NOUN	O	0		n.possession	ewtb.r.164937.3
+15	,	,	PUNCT	O	0			ewtb.r.164937.3
+16	and	and	CONJ	O	0			ewtb.r.164937.3
+17	the	the	DET	O	0			ewtb.r.164937.3
+18	option	option	NOUN	O	0		n.cognition	ewtb.r.164937.3
+19	to	to	PART	O	0			ewtb.r.164937.3
+20	eat	eat	VERB	O	0		v.consumption	ewtb.r.164937.3
+21	outside	outside	ADV	O	0			ewtb.r.164937.3
+22	on	on	ADP	O	0			ewtb.r.164937.3
+23	the	the	DET	O	0			ewtb.r.164937.3
+24	deck	deck	NOUN	O	0		n.location	ewtb.r.164937.3
+25	(	(	PUNCT	O	0			ewtb.r.164937.3
+26	esp	esp	ADV	O	0			ewtb.r.164937.3
+27	on	on	ADP	O	0			ewtb.r.164937.3
+28	the	the	DET	O	0			ewtb.r.164937.3
+29	weekend	weekend	NOUN	O	0		n.time	ewtb.r.164937.3
+30	whether	whether	SCONJ	O	0			ewtb.r.164937.3
+31	there	there	PRON	O	0			ewtb.r.164937.3
+32	is	be	VERB	O	0		v.stative	ewtb.r.164937.3
+33	hardly	hardly	ADV	O	0			ewtb.r.164937.3
+34	any	any	DET	O	0			ewtb.r.164937.3
+35	traffic	traffic	NOUN	O	0		n.artifact	ewtb.r.164937.3
+36	)	)	PUNCT	O	0			ewtb.r.164937.3
+37	is	be	VERB	O	0		v.stative	ewtb.r.164937.3
+38	great	great	ADJ	O	0			ewtb.r.164937.3
+39	.	.	PUNCT	O	0			ewtb.r.164937.3
+
+1	One	one	NUM	O	0			ewtb.r.164937.4
+2	of	of	ADP	O	0			ewtb.r.164937.4
+3	my	my	PRON	O	0			ewtb.r.164937.4
+4	top	top	ADJ	O	0			ewtb.r.164937.4
+5	5	5	NUM	O	0			ewtb.r.164937.4
+6	places	place	NOUN	O	0		n.group	ewtb.r.164937.4
+7	to	to	PART	O	0			ewtb.r.164937.4
+8	eat	eat	VERB	O	0		v.consumption	ewtb.r.164937.4
+9	in	in	ADP	O	0			ewtb.r.164937.4
+10	Baltimore	baltimore	PROPN	O	0		n.location	ewtb.r.164937.4
+11	.	.	PUNCT	O	0			ewtb.r.164937.4
+
+1	Michael	michael	PROPN	O	0		n.person	ewtb.r.165032.1
+2	helped	help	VERB	O	0		v.social	ewtb.r.165032.1
+3	shoot	shoot	VERB	O	0		v.social	ewtb.r.165032.1
+4	the	the	DET	O	0			ewtb.r.165032.1
+5	majority	majority	NOUN	O	0		n.quantity	ewtb.r.165032.1
+6	of	of	ADP	O	0			ewtb.r.165032.1
+7	my	my	PRON	O	0			ewtb.r.165032.1
+8	firm	firm	NOUN	O	0		n.group	ewtb.r.165032.1
+9	's	's	PART	O	0			ewtb.r.165032.1
+10	website	website	NOUN	O	0		n.communication	ewtb.r.165032.1
+11	and	and	CONJ	O	0			ewtb.r.165032.1
+12	we	we	PRON	O	0			ewtb.r.165032.1
+13	could	could	AUX	O	0			ewtb.r.165032.1
+14	not	not	PART	O	0			ewtb.r.165032.1
+15	have	have	AUX	O	0			ewtb.r.165032.1
+16	been	be	VERB	O	0		v.stative	ewtb.r.165032.1
+17	happier	happy	ADJ	O	0			ewtb.r.165032.1
+18	.	.	PUNCT	O	0			ewtb.r.165032.1
+
+1	We	we	PRON	O	0			ewtb.r.165032.2
+2	went	go	VERB	B	0		v.social	ewtb.r.165032.2
+3	through	through	ADP	I	2			ewtb.r.165032.2
+4	six	six	NUM	O	0			ewtb.r.165032.2
+5	photographers	photographer	NOUN	O	0		n.person	ewtb.r.165032.2
+6	to	to	PART	O	0			ewtb.r.165032.2
+7	find	find	VERB	O	0		v.cognition	ewtb.r.165032.2
+8	the	the	DET	O	0			ewtb.r.165032.2
+9	right	right	ADJ	O	0			ewtb.r.165032.2
+10	photographers	photographer	NOUN	O	0		n.person	ewtb.r.165032.2
+11	that	that	DET	O	0			ewtb.r.165032.2
+12	would	would	AUX	O	0			ewtb.r.165032.2
+13	represent	represent	VERB	O	0		v.social	ewtb.r.165032.2
+14	our	our	PRON	O	0			ewtb.r.165032.2
+15	firm	firm	NOUN	O	0		n.group	ewtb.r.165032.2
+16	in	in	ADP	B	0			ewtb.r.165032.2
+17	the	the	DET	I	16			ewtb.r.165032.2
+18	light	light	NOUN	I	17			ewtb.r.165032.2
+19	we	we	PRON	O	0			ewtb.r.165032.2
+20	wished	wish	VERB	O	0		v.cognition	ewtb.r.165032.2
+21	to	to	PART	O	0			ewtb.r.165032.2
+22	and	and	CONJ	O	0			ewtb.r.165032.2
+23	Michael	michael	PROPN	O	0		n.person	ewtb.r.165032.2
+24	and	and	CONJ	O	0			ewtb.r.165032.2
+25	his	his	PRON	O	0			ewtb.r.165032.2
+26	team	team	NOUN	O	0		n.group	ewtb.r.165032.2
+27	made	make	VERB	O	0		v.stative	ewtb.r.165032.2
+28	that	that	DET	O	0			ewtb.r.165032.2
+29	happen	happen	VERB	O	0		v.stative	ewtb.r.165032.2
+30	.	.	PUNCT	O	0			ewtb.r.165032.2
+
+1	He	he	PRON	O	0			ewtb.r.165032.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.165032.3
+3	worth	worth	ADJ	B	0			ewtb.r.165032.3
+4	every	every	DET	I	3			ewtb.r.165032.3
+5	penny	penny	NOUN	I	4			ewtb.r.165032.3
+6	.	.	PUNCT	O	0			ewtb.r.165032.3
+
+1	This	this	DET	O	0			ewtb.r.175434.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.175434.1
+3	a	a	DET	O	0			ewtb.r.175434.1
+4	Ralph	ralph	PROPN	B	0		n.group	ewtb.r.175434.1
+5	's	's	PART	I	4			ewtb.r.175434.1
+
+1	I	i	PRON	O	0			ewtb.r.175434.2
+2	just	just	ADV	O	0			ewtb.r.175434.2
+3	called	call	VERB	O	0		v.communication	ewtb.r.175434.2
+4	this	this	DET	O	0			ewtb.r.175434.2
+5	number	number	NOUN	O	0		n.communication	ewtb.r.175434.2
+6	and	and	CONJ	O	0			ewtb.r.175434.2
+7	it	it	PRON	O	0			ewtb.r.175434.2
+8	is	be	VERB	O	0		v.stative	ewtb.r.175434.2
+9	a	a	DET	O	0			ewtb.r.175434.2
+10	Ralph	ralph	PROPN	B	0		n.group	ewtb.r.175434.2
+11	's	's	PART	I	10			ewtb.r.175434.2
+12	Market	market	PROPN	I	11			ewtb.r.175434.2
+13	.	.	PUNCT	O	0			ewtb.r.175434.2
+
+1	The	the	DET	O	0			ewtb.r.184731.1
+2	World	world	PROPN	B	0		n.group	ewtb.r.184731.1
+3	's	's	PART	I	2			ewtb.r.184731.1
+4	Fair	fair	PROPN	I	3			ewtb.r.184731.1
+5	museum	museum	NOUN	I	4			ewtb.r.184731.1
+6	was	be	VERB	O	0		v.stative	ewtb.r.184731.1
+7	pretty	pretty	ADV	O	0			ewtb.r.184731.1
+8	cool	cool	ADJ	O	0			ewtb.r.184731.1
+9	.	.	PUNCT	O	0			ewtb.r.184731.1
+
+1	Too	too	ADV	O	0			ewtb.r.186135.1
+2	Expensive	expensive	ADJ	O	0			ewtb.r.186135.1
+
+1	The	the	DET	O	0			ewtb.r.186135.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.186135.2
+3	's	's	VERB	O	0		v.stative	ewtb.r.186135.2
+4	okay	okay	ADJ	O	0			ewtb.r.186135.2
+5	,	,	PUNCT	O	0			ewtb.r.186135.2
+6	but	but	CONJ	O	0			ewtb.r.186135.2
+7	the	the	DET	O	0			ewtb.r.186135.2
+8	price	price	NOUN	O	0		n.possession	ewtb.r.186135.2
+9	is	be	VERB	O	0		v.stative	ewtb.r.186135.2
+10	outrageous	outrageous	ADJ	O	0			ewtb.r.186135.2
+11	.	.	PUNCT	O	0			ewtb.r.186135.2
+
+1	wow	wow	INTJ	O	0			ewtb.r.186235.1
+2	,	,	PUNCT	O	0			ewtb.r.186235.1
+3	the	the	DET	O	0			ewtb.r.186235.1
+4	representative	representative	NOUN	O	0		n.person	ewtb.r.186235.1
+5	went	go	VERB	B	0		v.social	ewtb.r.186235.1
+6	way	way	ADV	o	0			ewtb.r.186235.1
+7	above	above	ADV	I	5			ewtb.r.186235.1
+8	and	and	CONJ	I	7			ewtb.r.186235.1
+9	beyond	beyond	ADV	I	8			ewtb.r.186235.1
+10	in	in	SCONJ	O	0			ewtb.r.186235.1
+11	helping	help	VERB	O	0		v.social	ewtb.r.186235.1
+12	me	me	PRON	O	0			ewtb.r.186235.1
+13	with	with	ADP	O	0			ewtb.r.186235.1
+14	my	my	PRON	O	0			ewtb.r.186235.1
+15	account	account	NOUN	O	0		n.possession	ewtb.r.186235.1
+16	set	set	NOUN	B	0			ewtb.r.186235.1
+17	up	up	NOUN	I	16			ewtb.r.186235.1
+18	.	.	PUNCT	O	0			ewtb.r.186235.1
+
+1	i	i	PRON	O	0			ewtb.r.186235.2
+2	wish	wish	VERB	O	0		v.cognition	ewtb.r.186235.2
+3	the	the	DET	O	0			ewtb.r.186235.2
+4	other	other	ADJ	O	0			ewtb.r.186235.2
+5	utilities	utility	NOUN	O	0		n.artifact	ewtb.r.186235.2
+6	i	i	PRON	O	0			ewtb.r.186235.2
+7	had	have	VERB	B	0			ewtb.r.186235.2
+8	to	to	PART	I	7			ewtb.r.186235.2
+9	set	set	VERB	B	0		v.stative	ewtb.r.186235.2
+10	up	up	ADP	I	9			ewtb.r.186235.2
+11	had	have	VERB	O	0		v.stative	ewtb.r.186235.2
+12	people	person	NOUN	O	0		n.person	ewtb.r.186235.2
+13	to	to	PART	O	0			ewtb.r.186235.2
+14	work	work	VERB	O	0		v.social	ewtb.r.186235.2
+15	with	with	ADP	O	0			ewtb.r.186235.2
+16	like	like	ADP	O	0			ewtb.r.186235.2
+17	this	this	DET	O	0			ewtb.r.186235.2
+18	..	..	PUNCT	O	0			ewtb.r.186235.2
+
+1	Professional	professional	ADJ	O	0			ewtb.r.192737.1
+2	and	and	CONJ	O	0			ewtb.r.192737.1
+3	inspiring	inspiring	ADJ	O	0			ewtb.r.192737.1
+
+1	Nigel	nigel	PROPN	O	0		n.person	ewtb.r.192737.2
+2	from	from	ADP	O	0			ewtb.r.192737.2
+3	Nidd	nidd	PROPN	B	0		n.group	ewtb.r.192737.2
+4	Design	design	PROPN	I	3			ewtb.r.192737.2
+5	has	have	AUX	O	0			ewtb.r.192737.2
+6	always	always	ADV	O	0			ewtb.r.192737.2
+7	provided	provide	VERB	O	0		v.social	ewtb.r.192737.2
+8	a	a	DET	O	0			ewtb.r.192737.2
+9	first	first	ADJ	B	0			ewtb.r.192737.2
+10	class	class	NOUN	I	9			ewtb.r.192737.2
+11	service	service	NOUN	O	0		n.act	ewtb.r.192737.2
+12	,	,	PUNCT	O	0			ewtb.r.192737.2
+13	from	from	ADP	O	0			ewtb.r.192737.2
+14	his	his	PRON	O	0			ewtb.r.192737.2
+15	advice	advice	NOUN	O	0		n.communication	ewtb.r.192737.2
+16	and	and	CONJ	O	0			ewtb.r.192737.2
+17	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.192737.2
+18	to	to	ADP	O	0			ewtb.r.192737.2
+19	the	the	DET	O	0			ewtb.r.192737.2
+20	quality	quality	NOUN	O	0		n.attribute	ewtb.r.192737.2
+21	of	of	ADP	O	0			ewtb.r.192737.2
+22	his	his	PRON	O	0			ewtb.r.192737.2
+23	design	design	NOUN	O	0		n.artifact	ewtb.r.192737.2
+24	drawings	drawing	NOUN	O	0		n.artifact	ewtb.r.192737.2
+25	and	and	CONJ	O	0			ewtb.r.192737.2
+26	planning	planning	NOUN	O	0		n.act	ewtb.r.192737.2
+27	applications	application	NOUN	O	0		n.communication	ewtb.r.192737.2
+28	.	.	PUNCT	O	0			ewtb.r.192737.2
+
+1	His	his	PRON	O	0			ewtb.r.192737.3
+2	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.192737.3
+3	and	and	CONJ	O	0			ewtb.r.192737.3
+4	expertise	expertise	NOUN	O	0		n.cognition	ewtb.r.192737.3
+5	help	help	VERB	O	0		v.social	ewtb.r.192737.3
+6	smooth	smooth	VERB	O	0		v.stative	ewtb.r.192737.3
+7	the	the	DET	O	0			ewtb.r.192737.3
+8	way	way	NOUN	O	0		n.cognition	ewtb.r.192737.3
+9	with	with	ADP	O	0			ewtb.r.192737.3
+10	any	any	DET	O	0			ewtb.r.192737.3
+11	planning	planning	NOUN	O	0		n.act	ewtb.r.192737.3
+12	application	application	NOUN	O	0		n.communication	ewtb.r.192737.3
+13	,	,	PUNCT	O	0			ewtb.r.192737.3
+14	ensuring	ensure	VERB	O	0		v.cognition	ewtb.r.192737.3
+15	compliance	compliance	NOUN	O	0		n.act	ewtb.r.192737.3
+16	with	with	ADP	O	0			ewtb.r.192737.3
+17	the	the	DET	O	0			ewtb.r.192737.3
+18	building	building	NOUN	O	0		n.artifact	ewtb.r.192737.3
+19	regulations	regulation	NOUN	O	0		n.communication	ewtb.r.192737.3
+20	.	.	PUNCT	O	0			ewtb.r.192737.3
+
+1	Once	once	SCONJ	O	0			ewtb.r.192737.4
+2	you	you	PRON	O	0			ewtb.r.192737.4
+3	have	have	AUX	O	0			ewtb.r.192737.4
+4	met	meet	VERB	O	0		v.social	ewtb.r.192737.4
+5	Nigel	nigel	PROPN	O	0		n.person	ewtb.r.192737.4
+6	you	you	PRON	O	0			ewtb.r.192737.4
+7	will	will	AUX	O	0			ewtb.r.192737.4
+8	not	not	PART	O	0			ewtb.r.192737.4
+9	want	want	VERB	O	0		v.cognition	ewtb.r.192737.4
+10	to	to	PART	O	0			ewtb.r.192737.4
+11	work	work	VERB	O	0		v.social	ewtb.r.192737.4
+12	with	with	ADP	O	0			ewtb.r.192737.4
+13	anyone	anyone	NOUN	O	0			ewtb.r.192737.4
+14	else	else	ADJ	O	0			ewtb.r.192737.4
+15	.	.	PUNCT	O	0			ewtb.r.192737.4
+
+1	He	he	PRON	O	0			ewtb.r.192737.5
+2	really	really	ADV	O	0			ewtb.r.192737.5
+3	does	do	AUX	O	0			ewtb.r.192737.5
+4	turn	turn	VERB	O	0		v.change	ewtb.r.192737.5
+5	your	your	PRON	O	0			ewtb.r.192737.5
+6	dreams	dream	NOUN	O	0		n.cognition	ewtb.r.192737.5
+7	into	into	ADP	O	0			ewtb.r.192737.5
+8	reality	reality	NOUN	O	0		n.cognition	ewtb.r.192737.5
+9	for	for	ADP	O	0			ewtb.r.192737.5
+10	your	your	PRON	O	0			ewtb.r.192737.5
+11	home	home	NOUN	O	0		n.artifact	ewtb.r.192737.5
+12	!	!	PUNCT	O	0			ewtb.r.192737.5
+
+1	impressive	impressive	ADJ	O	0			ewtb.r.194830.1
+2	truly	truly	ADV	O	0			ewtb.r.194830.1
+3	impressive	impressive	ADJ	O	0			ewtb.r.194830.1
+
+1	The	the	DET	O	0			ewtb.r.194830.2
+2	First	first	ADJ	O	0			ewtb.r.194830.2
+3	time	time	NOUN	O	0		n.event	ewtb.r.194830.2
+4	I	i	PRON	O	0			ewtb.r.194830.2
+5	walked	walk	VERB	O	0		v.motion	ewtb.r.194830.2
+6	in	in	ADP	O	0			ewtb.r.194830.2
+7	there	there	ADV	O	0			ewtb.r.194830.2
+8	with	with	ADP	O	0			ewtb.r.194830.2
+9	my	my	PRON	O	0			ewtb.r.194830.2
+10	teacup	teacup	NOUN	B	0		n.animal	ewtb.r.194830.2
+11	chihuahua	chihuahua	NOUN	I	10			ewtb.r.194830.2
+12	puppy	puppy	NOUN	O	0		n.animal	ewtb.r.194830.2
+13	I	i	PRON	O	0			ewtb.r.194830.2
+14	knew	know	VERB	O	0		v.cognition	ewtb.r.194830.2
+15	I	i	PRON	O	0			ewtb.r.194830.2
+16	'd	'd	AUX	O	0			ewtb.r.194830.2
+17	be	be	VERB	O	0		v.stative	ewtb.r.194830.2
+18	here	here	ADV	O	0			ewtb.r.194830.2
+19	a	a	DET	B	0			ewtb.r.194830.2
+20	lot	lot	NOUN	I	19			ewtb.r.194830.2
+21	.	.	PUNCT	O	0			ewtb.r.194830.2
+
+1	Pets	pets	PROPN	B	0		n.group	ewtb.r.194830.3
+2	Discount	discount	PROPN	I	1			ewtb.r.194830.3
+3	has	have	VERB	O	0		v.stative	ewtb.r.194830.3
+4	lovely	lovely	ADJ	O	0			ewtb.r.194830.3
+5	employees	employee	NOUN	O	0		n.person	ewtb.r.194830.3
+6	,	,	PUNCT	O	0			ewtb.r.194830.3
+7	a	a	DET	O	0			ewtb.r.194830.3
+8	wonderful	wonderful	ADJ	O	0			ewtb.r.194830.3
+9	grooming	grooming	NOUN	O	0		n.act	ewtb.r.194830.3
+10	service	service	NOUN	O	0		n.act	ewtb.r.194830.3
+11	,	,	PUNCT	O	0			ewtb.r.194830.3
+12	and	and	CONJ	O	0			ewtb.r.194830.3
+13	everything	everything	NOUN	O	0			ewtb.r.194830.3
+14	I	i	PRON	O	0			ewtb.r.194830.3
+15	need	need	VERB	O	0		v.cognition	ewtb.r.194830.3
+16	to	to	PART	O	0			ewtb.r.194830.3
+17	keep	keep	VERB	O	0		v.stative	ewtb.r.194830.3
+18	my	my	PRON	O	0			ewtb.r.194830.3
+19	dog	dog	NOUN	O	0		n.animal	ewtb.r.194830.3
+20	in	in	ADP	O	0			ewtb.r.194830.3
+21	tip	tip	ADJ	B	0			ewtb.r.194830.3
+22	top	top	ADJ	I	21			ewtb.r.194830.3
+23	condition	condition	NOUN	O	0		n.attribute	ewtb.r.194830.3
+24	!	!	PUNCT	O	0			ewtb.r.194830.3
+
+1	Deep	deep	ADJ	B	0		n.body	ewtb.r.211933.1
+2	tissue	tissue	NOUN	I	1			ewtb.r.211933.1
+3	massage	massage	NOUN	O	0		n.act	ewtb.r.211933.1
+4	helps	help	VERB	O	0		v.body	ewtb.r.211933.1
+5	with	with	ADP	O	0			ewtb.r.211933.1
+6	pain	pain	NOUN	O	0		n.state	ewtb.r.211933.1
+7	in	in	ADP	O	0			ewtb.r.211933.1
+8	neck	neck	NOUN	O	0		n.body	ewtb.r.211933.1
+9	and	and	CONJ	O	0			ewtb.r.211933.1
+10	shoulders	shoulder	NOUN	O	0		n.body	ewtb.r.211933.1
+
+1	Seth	seth	PROPN	O	0		n.person	ewtb.r.211933.2
+2	provides	provide	VERB	O	0		v.social	ewtb.r.211933.2
+3	deep	deep	ADJ	B	0		n.body	ewtb.r.211933.2
+4	tissue	tissue	NOUN	I	3			ewtb.r.211933.2
+5	massage	massage	NOUN	O	0		n.act	ewtb.r.211933.2
+6	which	which	DET	O	0			ewtb.r.211933.2
+7	has	have	AUX	O	0			ewtb.r.211933.2
+8	significantly	significantly	ADV	O	0			ewtb.r.211933.2
+9	reduced	reduce	VERB	O	0		v.change	ewtb.r.211933.2
+10	the	the	DET	O	0			ewtb.r.211933.2
+11	pain	pain	NOUN	O	0		n.state	ewtb.r.211933.2
+12	in	in	ADP	O	0			ewtb.r.211933.2
+13	my	my	PRON	O	0			ewtb.r.211933.2
+14	neck	neck	NOUN	O	0		n.body	ewtb.r.211933.2
+15	and	and	CONJ	O	0			ewtb.r.211933.2
+16	shoulders	shoulder	NOUN	O	0		n.body	ewtb.r.211933.2
+17	and	and	CONJ	O	0			ewtb.r.211933.2
+18	added	add	VERB	O	0		v.change	ewtb.r.211933.2
+19	flexibility	flexibility	NOUN	O	0		n.attribute	ewtb.r.211933.2
+20	and	and	CONJ	O	0			ewtb.r.211933.2
+21	movement	movement	NOUN	O	0		n.act	ewtb.r.211933.2
+22	back	back	ADV	O	0			ewtb.r.211933.2
+23	to	to	ADP	O	0			ewtb.r.211933.2
+24	the	the	DET	O	0			ewtb.r.211933.2
+25	area	area	NOUN	O	0		n.location	ewtb.r.211933.2
+26	.	.	PUNCT	O	0			ewtb.r.211933.2
+
+1	He	he	PRON	O	0			ewtb.r.211933.3
+2	listens	listen	VERB	O	0		v.communication	ewtb.r.211933.3
+3	and	and	CONJ	O	0			ewtb.r.211933.3
+4	is	be	VERB	O	0		v.stative	ewtb.r.211933.3
+5	excellent	excellent	ADJ	O	0			ewtb.r.211933.3
+6	in	in	SCONJ	O	0			ewtb.r.211933.3
+7	diagnosing	diagnose	VERB	O	0		v.cognition	ewtb.r.211933.3
+8	,	,	PUNCT	O	0			ewtb.r.211933.3
+9	addressing	address	VERB	O	0		v.cognition	ewtb.r.211933.3
+10	and	and	CONJ	O	0			ewtb.r.211933.3
+11	explaining	explain	VERB	O	0		v.communication	ewtb.r.211933.3
+12	the	the	DET	O	0			ewtb.r.211933.3
+13	specific	specific	ADJ	O	0			ewtb.r.211933.3
+14	issues	issue	NOUN	O	0		n.cognition	ewtb.r.211933.3
+15	and	and	CONJ	O	0			ewtb.r.211933.3
+16	suggesting	suggest	VERB	O	0		v.communication	ewtb.r.211933.3
+17	exercises	exercise	NOUN	O	0		n.act	ewtb.r.211933.3
+18	to	to	PART	O	0			ewtb.r.211933.3
+19	use	use	VERB	O	0		v.stative	ewtb.r.211933.3
+20	.	.	PUNCT	O	0			ewtb.r.211933.3
+
+1	FHS	fhs	PROPN	O	0		n.group	ewtb.r.225632.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.225632.1
+3	a	a	DET	O	0			ewtb.r.225632.1
+4	good	good	ADJ	O	0			ewtb.r.225632.1
+5	high	high	ADJ	B	0		n.group	ewtb.r.225632.1
+6	school	school	NOUN	I	5			ewtb.r.225632.1
+7	--	--	PUNCT	O	0			ewtb.r.225632.1
+8	c	c	NOUN	O	0			ewtb.r.225632.1
+9	/	/	SYM	O	0			ewtb.r.225632.1
+10	o	o	ADP	O	0			ewtb.r.225632.1
+11	1998	1998	NUM	O	0			ewtb.r.225632.1
+
+1	I	i	PRON	O	0			ewtb.r.225632.2
+2	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.225632.2
+3	my	my	PRON	O	0			ewtb.r.225632.2
+4	time	time	NOUN	O	0		n.time	ewtb.r.225632.2
+5	at	at	ADP	O	0			ewtb.r.225632.2
+6	Franklin	franklin	PROPN	B	0		n.group	ewtb.r.225632.2
+7	High	high	PROPN	I	6			ewtb.r.225632.2
+8	School	school	PROPN	I	7			ewtb.r.225632.2
+9	.	.	PUNCT	O	0			ewtb.r.225632.2
+
+1	We	we	PRON	O	0			ewtb.r.225632.3
+2	had	have	VERB	O	0		v.stative	ewtb.r.225632.3
+3	relatively	relatively	ADV	O	0			ewtb.r.225632.3
+4	good	good	ADJ	O	0			ewtb.r.225632.3
+5	facilities	facility	NOUN	O	0		n.artifact	ewtb.r.225632.3
+6	at	at	ADP	O	0			ewtb.r.225632.3
+7	the	the	DET	O	0			ewtb.r.225632.3
+8	time	time	NOUN	O	0		n.time	ewtb.r.225632.3
+9	--	--	PUNCT	O	0			ewtb.r.225632.3
+10	decent	decent	ADJ	O	0			ewtb.r.225632.3
+11	science	science	NOUN	O	0		n.cognition	ewtb.r.225632.3
+12	labs	lab	NOUN	O	0		n.artifact	ewtb.r.225632.3
+13	,	,	PUNCT	O	0			ewtb.r.225632.3
+14	with	with	ADP	O	0			ewtb.r.225632.3
+15	multiple	multiple	ADJ	O	0			ewtb.r.225632.3
+16	hoods	hood	NOUN	O	0		n.artifact	ewtb.r.225632.3
+17	and	and	CONJ	O	0			ewtb.r.225632.3
+18	access	access	NOUN	O	0		n.attribute	ewtb.r.225632.3
+19	to	to	ADP	O	0			ewtb.r.225632.3
+20	good	good	ADJ	O	0			ewtb.r.225632.3
+21	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.225632.3
+22	;	;	PUNCT	O	0			ewtb.r.225632.3
+23	nice	nice	ADJ	O	0			ewtb.r.225632.3
+24	gymnasiums	gymnasium	NOUN	O	0		n.artifact	ewtb.r.225632.3
+25	,	,	PUNCT	O	0			ewtb.r.225632.3
+26	and	and	CONJ	O	0			ewtb.r.225632.3
+27	a	a	DET	O	0			ewtb.r.225632.3
+28	well	well	ADV	O	0			ewtb.r.225632.3
+29	-	-	PUNCT	O	0			ewtb.r.225632.3
+30	funded	fund	VERB	O	0		v.possession	ewtb.r.225632.3
+31	music	music	NOUN	O	0		n.cognition	ewtb.r.225632.3
+32	department	department	NOUN	O	0		n.group	ewtb.r.225632.3
+33	(	(	PUNCT	O	0			ewtb.r.225632.3
+34	I	i	PRON	O	0			ewtb.r.225632.3
+35	was	be	VERB	O	0		v.stative	ewtb.r.225632.3
+36	in	in	ADP	O	0			ewtb.r.225632.3
+37	the	the	DET	O	0			ewtb.r.225632.3
+38	guitar	guitar	NOUN	O	0		n.artifact	ewtb.r.225632.3
+39	ensemble	ensemble	NOUN	O	0		n.group	ewtb.r.225632.3
+40	)	)	PUNCT	O	0			ewtb.r.225632.3
+41	.	.	PUNCT	O	0			ewtb.r.225632.3
+
+1	Now	now	ADV	O	0			ewtb.r.225632.4
+2	,	,	PUNCT	O	0			ewtb.r.225632.4
+3	of	of	ADV	B	0			ewtb.r.225632.4
+4	course	course	ADV	I	3			ewtb.r.225632.4
+5	,	,	PUNCT	O	0			ewtb.r.225632.4
+6	there	there	PRON	O	0			ewtb.r.225632.4
+7	's	's	VERB	O	0		v.stative	ewtb.r.225632.4
+8	a	a	DET	O	0			ewtb.r.225632.4
+9	new	new	ADJ	O	0			ewtb.r.225632.4
+10	building	building	NOUN	O	0		n.artifact	ewtb.r.225632.4
+11	,	,	PUNCT	O	0			ewtb.r.225632.4
+12	with	with	ADP	O	0			ewtb.r.225632.4
+13	presumably	presumably	ADV	O	0			ewtb.r.225632.4
+14	better	better	ADJ	O	0			ewtb.r.225632.4
+15	facilities	facility	NOUN	O	0		n.artifact	ewtb.r.225632.4
+16	.	.	PUNCT	O	0			ewtb.r.225632.4
+
+1	All	all	DET	O	0			ewtb.r.225632.5
+2	to	to	ADP	O	0			ewtb.r.225632.5
+3	the	the	DET	O	0			ewtb.r.225632.5
+4	good	good	NOUN	O	0			ewtb.r.225632.5
+5	.	.	PUNCT	O	0			ewtb.r.225632.5
+
+1	For	for	ADP	O	0			ewtb.r.225632.6
+2	those	those	DET	O	0			ewtb.r.225632.6
+3	who	who	PRON	O	0			ewtb.r.225632.6
+4	care	care	VERB	O	0		v.emotion	ewtb.r.225632.6
+5	,	,	PUNCT	O	0			ewtb.r.225632.6
+6	a	a	DET	O	0			ewtb.r.225632.6
+7	good	good	ADJ	O	0			ewtb.r.225632.6
+8	proportion	proportion	NOUN	O	0		n.quantity	ewtb.r.225632.6
+9	of	of	ADP	O	0			ewtb.r.225632.6
+10	the	the	DET	O	0			ewtb.r.225632.6
+11	my	my	PRON	O	0			ewtb.r.225632.6
+12	class	class	NOUN	O	0		n.group	ewtb.r.225632.6
+13	went	go	VERB	B	0		v.stative	ewtb.r.225632.6
+14	on	on	ADV	I	13			ewtb.r.225632.6
+15	to	to	ADP	O	0			ewtb.r.225632.6
+16	4	4	NUM	B	0		n.group	ewtb.r.225632.6
+17	-	-	PUNCT	I	16			ewtb.r.225632.6
+18	year	year	NOUN	I	17			ewtb.r.225632.6
+19	colleges	college	NOUN	I	18			ewtb.r.225632.6
+20	,	,	PUNCT	O	0			ewtb.r.225632.6
+21	many	many	ADJ	O	0			ewtb.r.225632.6
+22	of	of	ADP	O	0			ewtb.r.225632.6
+23	them	them	PRON	O	0			ewtb.r.225632.6
+24	ranked	rank	VERB	O	0		v.cognition	ewtb.r.225632.6
+25	in	in	ADP	O	0			ewtb.r.225632.6
+26	the	the	DET	O	0			ewtb.r.225632.6
+27	top	top	ADJ	O	0			ewtb.r.225632.6
+28	50	50	NUM	O	0			ewtb.r.225632.6
+29	of	of	ADP	O	0			ewtb.r.225632.6
+30	US	us	PROPN	B	0		n.group	ewtb.r.225632.6
+31	News	news	PROPN	I	30			ewtb.r.225632.6
+32	.	.	PUNCT	O	0			ewtb.r.225632.6
+
+1	If	if	SCONJ	O	0			ewtb.r.225632.7
+2	I	i	PRON	O	0			ewtb.r.225632.7
+3	remember	remember	VERB	O	0		v.cognition	ewtb.r.225632.7
+4	,	,	PUNCT	O	0			ewtb.r.225632.7
+5	students	student	NOUN	O	0		n.person	ewtb.r.225632.7
+6	went	go	VERB	O	0		v.stative	ewtb.r.225632.7
+7	to	to	ADP	O	0			ewtb.r.225632.7
+8	Dartmouth	dartmouth	PROPN	O	0		n.group	ewtb.r.225632.7
+9	,	,	PUNCT	O	0			ewtb.r.225632.7
+10	U.	u.	PROPN	B	0		n.group	ewtb.r.225632.7
+11	Penn	penn	PROPN	I	10			ewtb.r.225632.7
+12	,	,	PUNCT	O	0			ewtb.r.225632.7
+13	Duke	duke	PROPN	O	0		n.group	ewtb.r.225632.7
+14	,	,	PUNCT	O	0			ewtb.r.225632.7
+15	BU	bu	PROPN	O	0		n.group	ewtb.r.225632.7
+16	,	,	PUNCT	O	0			ewtb.r.225632.7
+17	William	william	PROPN	B	0		n.group	ewtb.r.225632.7
+18	and	and	CONJ	I	17			ewtb.r.225632.7
+19	Mary	mary	PROPN	I	18			ewtb.r.225632.7
+20	,	,	PUNCT	O	0			ewtb.r.225632.7
+21	Vassar	vassar	PROPN	O	0		n.group	ewtb.r.225632.7
+22	,	,	PUNCT	O	0			ewtb.r.225632.7
+23	Howard	howard	PROPN	O	0		n.group	ewtb.r.225632.7
+24	,	,	PUNCT	O	0			ewtb.r.225632.7
+25	and	and	CONJ	O	0			ewtb.r.225632.7
+26	Carnegie	carnegie	PROPN	B	0		n.group	ewtb.r.225632.7
+27	Mellon	mellon	PROPN	I	26			ewtb.r.225632.7
+28	,	,	PUNCT	O	0			ewtb.r.225632.7
+29	among	among	ADP	B	0			ewtb.r.225632.7
+30	others	others	NOUN	I	29			ewtb.r.225632.7
+31	.	.	PUNCT	O	0			ewtb.r.225632.7
+
+1	Many	many	ADJ	O	0			ewtb.r.225632.8
+2	students	student	NOUN	O	0		n.person	ewtb.r.225632.8
+3	went	go	VERB	O	0		v.stative	ewtb.r.225632.8
+4	to	to	ADP	O	0			ewtb.r.225632.8
+5	Rutgers	rutgers	PROPN	O	0		n.group	ewtb.r.225632.8
+6	,	,	PUNCT	O	0			ewtb.r.225632.8
+7	including	include	VERB	O	0		v.stative	ewtb.r.225632.8
+8	their	their	PRON	O	0			ewtb.r.225632.8
+9	top	top	NOUN	B	0			ewtb.r.225632.8
+10	-	-	PUNCT	I	9			ewtb.r.225632.8
+11	ranked	rank	VERB	I	10			ewtb.r.225632.8
+12	pharmacy	pharmacy	NOUN	O	0		n.artifact	ewtb.r.225632.8
+13	program	program	NOUN	O	0		n.group	ewtb.r.225632.8
+14	.	.	PUNCT	O	0			ewtb.r.225632.8
+
+1	The	the	DET	O	0			ewtb.r.225632.9
+2	point	point	NOUN	O	0		n.communication	ewtb.r.225632.9
+3	is	be	VERB	O	0		v.stative	ewtb.r.225632.9
+4	--	--	PUNCT	O	0			ewtb.r.225632.9
+5	FHS	fhs	PROPN	O	0		n.group	ewtb.r.225632.9
+6	gives	give	VERB	O	0		v.stative	ewtb.r.225632.9
+7	you	you	PRON	O	0			ewtb.r.225632.9
+8	the	the	DET	O	0			ewtb.r.225632.9
+9	opportunity	opportunity	NOUN	O	0		n.cognition	ewtb.r.225632.9
+10	to	to	PART	O	0			ewtb.r.225632.9
+11	make	make	VERB	B	0		v.stative	ewtb.r.225632.9
+12	it	it	PRON	I	11			ewtb.r.225632.9
+13	to	to	ADP	O	0			ewtb.r.225632.9
+14	a	a	DET	O	0			ewtb.r.225632.9
+15	good	good	ADJ	O	0			ewtb.r.225632.9
+16	college	college	NOUN	O	0		n.group	ewtb.r.225632.9
+17	,	,	PUNCT	O	0			ewtb.r.225632.9
+18	but	but	CONJ	O	0			ewtb.r.225632.9
+19	you	you	PRON	O	0			ewtb.r.225632.9
+20	need	need	VERB	O	0		v.cognition	ewtb.r.225632.9
+21	to	to	PART	O	0			ewtb.r.225632.9
+22	work	work	VERB	O	0		v.social	ewtb.r.225632.9
+23	hard	hard	ADV	O	0			ewtb.r.225632.9
+24	.	.	PUNCT	O	0			ewtb.r.225632.9
+
+1	prepared	prepare	VERB	O	0		v.cognition	ewtb.r.228731.1
+2	the	the	DET	O	0			ewtb.r.228731.1
+3	road	road	NOUN	B	0		n.act	ewtb.r.228731.1
+4	test	test	NOUN	I	3			ewtb.r.228731.1
+5	with	with	ADP	O	0			ewtb.r.228731.1
+6	a	a	DET	O	0			ewtb.r.228731.1
+7	driving	driving	NOUN	O	0		n.act	ewtb.r.228731.1
+8	...	...	PUNCT	O	0			ewtb.r.228731.1
+9	prepared	prepare	VERB	O	0		v.cognition	ewtb.r.228731.1
+10	the	the	DET	O	0			ewtb.r.228731.1
+11	road	road	NOUN	B	0		n.act	ewtb.r.228731.1
+12	test	test	NOUN	I	11			ewtb.r.228731.1
+13	with	with	ADP	O	0			ewtb.r.228731.1
+14	a	a	DET	O	0			ewtb.r.228731.1
+15	driving	driving	NOUN	O	0		n.act	ewtb.r.228731.1
+16	school	school	NOUN	O	0		n.group	ewtb.r.228731.1
+17	in	in	ADP	O	0			ewtb.r.228731.1
+18	edmonton	edmonton	PROPN	O	0		n.location	ewtb.r.228731.1
+19	,	,	PUNCT	O	0			ewtb.r.228731.1
+20	but	but	CONJ	O	0			ewtb.r.228731.1
+21	my	my	PRON	O	0			ewtb.r.228731.1
+22	instructor	instructor	NOUN	O	0		n.person	ewtb.r.228731.1
+23	only	only	ADV	O	0			ewtb.r.228731.1
+24	trained	train	VERB	O	0		v.social	ewtb.r.228731.1
+25	me	me	PRON	O	0			ewtb.r.228731.1
+26	in	in	ADP	O	0			ewtb.r.228731.1
+27	a	a	DET	O	0			ewtb.r.228731.1
+28	narrow	narrow	ADJ	O	0			ewtb.r.228731.1
+29	street	street	NOUN	O	0		n.artifact	ewtb.r.228731.1
+30	,	,	PUNCT	O	0			ewtb.r.228731.1
+31	hence	hence	ADV	O	0			ewtb.r.228731.1
+32	I	i	PRON	O	0			ewtb.r.228731.1
+33	took	take	VERB	O	0		v.social	ewtb.r.228731.1
+34	one	one	NUM	O	0			ewtb.r.228731.1
+35	90	90	NUM	O	0			ewtb.r.228731.1
+36	minute	minute	NOUN	O	0		n.time	ewtb.r.228731.1
+37	lesson	lesson	NOUN	O	0		n.event	ewtb.r.228731.1
+38	from	from	ADP	O	0			ewtb.r.228731.1
+39	the	the	DET	O	0			ewtb.r.228731.1
+40	Noble	noble	PROPN	B	0		n.group	ewtb.r.228731.1
+41	driving	driving	PROPN	I	40			ewtb.r.228731.1
+42	school	school	PROPN	I	41			ewtb.r.228731.1
+43	to	to	PART	O	0			ewtb.r.228731.1
+44	learn	learn	VERB	O	0		v.cognition	ewtb.r.228731.1
+45	the	the	DET	O	0			ewtb.r.228731.1
+46	skill	skill	NOUN	O	0		n.cognition	ewtb.r.228731.1
+47	of	of	SCONJ	O	0			ewtb.r.228731.1
+48	changing	change	VERB	O	0		v.change	ewtb.r.228731.1
+49	lane	lane	NOUN	O	0		n.location	ewtb.r.228731.1
+50	,	,	PUNCT	O	0			ewtb.r.228731.1
+51	and	and	CONJ	O	0			ewtb.r.228731.1
+52	found	find	VERB	O	0		v.cognition	ewtb.r.228731.1
+53	them	them	PRON	O	0			ewtb.r.228731.1
+54	very	very	ADV	O	0			ewtb.r.228731.1
+55	friendly	friendly	ADJ	O	0			ewtb.r.228731.1
+56	and	and	CONJ	O	0			ewtb.r.228731.1
+57	professional	professional	ADJ	O	0			ewtb.r.228731.1
+58	.	.	PUNCT	O	0			ewtb.r.228731.1
+
+1	This	this	DET	O	0			ewtb.r.238839.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.238839.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.238839.1
+4	bad	bad	ADJ	O	0			ewtb.r.238839.1
+5	.	.	PUNCT	O	0			ewtb.r.238839.1
+
+1	It	it	PRON	O	0			ewtb.r.238839.2
+2	's	's	VERB	O	0		v.stative	ewtb.r.238839.2
+3	dark	dark	ADJ	O	0			ewtb.r.238839.2
+4	,	,	PUNCT	O	0			ewtb.r.238839.2
+5	dingy	dingy	ADJ	O	0			ewtb.r.238839.2
+6	&	&	CONJ	O	0			ewtb.r.238839.2
+7	dirty	dirty	ADJ	O	0			ewtb.r.238839.2
+8	.	.	PUNCT	O	0			ewtb.r.238839.2
+
+1	The	the	DET	O	0			ewtb.r.238839.3
+2	salads	salad	NOUN	O	0		n.food	ewtb.r.238839.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.238839.3
+4	limp	limp	ADJ	O	0			ewtb.r.238839.3
+5	and	and	CONJ	O	0			ewtb.r.238839.3
+6	the	the	DET	O	0			ewtb.r.238839.3
+7	rest	rest	NOUN	O	0		n.quantity	ewtb.r.238839.3
+8	of	of	ADP	O	0			ewtb.r.238839.3
+9	the	the	DET	O	0			ewtb.r.238839.3
+10	food	food	NOUN	O	0		n.food	ewtb.r.238839.3
+11	is	be	VERB	O	0		v.stative	ewtb.r.238839.3
+12	n't	n't	PART	O	0			ewtb.r.238839.3
+13	any	any	ADV	O	0			ewtb.r.238839.3
+14	better	better	ADJ	O	0			ewtb.r.238839.3
+15	(	(	PUNCT	O	0			ewtb.r.238839.3
+16	ok	ok	INTJ	O	0			ewtb.r.238839.3
+17	,	,	PUNCT	O	0			ewtb.r.238839.3
+18	the	the	DET	O	0			ewtb.r.238839.3
+19	nachos	nacho	NOUN	O	0		n.food	ewtb.r.238839.3
+20	are	be	VERB	O	0		v.stative	ewtb.r.238839.3
+21	not	not	PART	O	0			ewtb.r.238839.3
+22	too	too	ADV	O	0			ewtb.r.238839.3
+23	bad	bad	ADJ	O	0			ewtb.r.238839.3
+24	!	!	PUNCT	O	0			ewtb.r.238839.3
+25	)	)	PUNCT	O	0			ewtb.r.238839.3
+
+1	This	this	DET	O	0			ewtb.r.238839.4
+2	place	place	NOUN	O	0		n.group	ewtb.r.238839.4
+3	may	may	AUX	O	0			ewtb.r.238839.4
+4	have	have	AUX	O	0			ewtb.r.238839.4
+5	been	be	VERB	O	0		v.stative	ewtb.r.238839.4
+6	something	something	NOUN	O	0			ewtb.r.238839.4
+7	sometime	sometime	ADV	O	0			ewtb.r.238839.4
+8	;	;	PUNCT	O	0			ewtb.r.238839.4
+9	but	but	CONJ	O	0			ewtb.r.238839.4
+10	it	it	PRON	O	0			ewtb.r.238839.4
+11	way	way	ADV	O	0			ewtb.r.238839.4
+12	past	past	ADP	O	0			ewtb.r.238839.4
+13	it	it	PRON	O	0			ewtb.r.238839.4
+14	"	"	PUNCT	O	0			ewtb.r.238839.4
+15	sell	sell	VERB	O	0		v.possession	ewtb.r.238839.4
+16	by	by	ADV	O	0			ewtb.r.238839.4
+17	date	date	NOUN	O	0		n.time	ewtb.r.238839.4
+18	"	"	PUNCT	O	0			ewtb.r.238839.4
+19	.	.	PUNCT	O	0			ewtb.r.238839.4
+
+1	I	i	PRON	O	0			ewtb.r.238839.5
+2	have	have	AUX	O	0			ewtb.r.238839.5
+3	eaten	eat	VERB	O	0		v.consumption	ewtb.r.238839.5
+4	here	here	ADV	O	0			ewtb.r.238839.5
+5	twice	twice	ADV	O	0			ewtb.r.238839.5
+6	in	in	ADP	O	0			ewtb.r.238839.5
+7	the	the	DET	O	0			ewtb.r.238839.5
+8	past	past	ADJ	O	0			ewtb.r.238839.5
+9	year	year	NOUN	O	0		n.time	ewtb.r.238839.5
+10	and	and	CONJ	O	0			ewtb.r.238839.5
+11	will	will	AUX	O	0			ewtb.r.238839.5
+12	not	not	PART	O	0			ewtb.r.238839.5
+13	go	go	VERB	O	0		v.motion	ewtb.r.238839.5
+14	back	back	ADV	O	0			ewtb.r.238839.5
+15	and	and	CONJ	O	0			ewtb.r.238839.5
+16	can	can	AUX	O	0			ewtb.r.238839.5
+17	not	not	PART	O	0			ewtb.r.238839.5
+18	recommend	recommend	VERB	O	0		v.communication	ewtb.r.238839.5
+19	it	it	PRON	O	0			ewtb.r.238839.5
+20	.	.	PUNCT	O	0			ewtb.r.238839.5
+
+1	Le	le	PROPN	B	0		n.group	ewtb.r.239035.1
+2	petit	petit	PROPN	I	1			ewtb.r.239035.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.239035.1
+4	the	the	DET	O	0			ewtb.r.239035.1
+5	best	best	ADJ	O	0			ewtb.r.239035.1
+6	place	place	NOUN	O	0		n.group	ewtb.r.239035.1
+7	to	to	PART	O	0			ewtb.r.239035.1
+8	get	get	VERB	B	0		v.social	ewtb.r.239035.1
+9	your	your	PRON	o	0			ewtb.r.239035.1
+10	nails	nail	NOUN	I	8			ewtb.r.239035.1
+11	done	do	VERB	I	10			ewtb.r.239035.1
+12	!	!	PUNCT	O	0			ewtb.r.239035.1
+
+1	It	it	PRON	O	0			ewtb.r.239035.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.239035.2
+3	very	very	ADV	O	0			ewtb.r.239035.2
+4	clean	clean	ADJ	O	0			ewtb.r.239035.2
+5	,	,	PUNCT	O	0			ewtb.r.239035.2
+6	staff	staff	NOUN	O	0		n.person	ewtb.r.239035.2
+7	is	be	VERB	O	0		v.stative	ewtb.r.239035.2
+8	friendly	friendly	ADJ	O	0			ewtb.r.239035.2
+9	,	,	PUNCT	O	0			ewtb.r.239035.2
+10	and	and	CONJ	O	0			ewtb.r.239035.2
+11	I	i	PRON	O	0			ewtb.r.239035.2
+12	have	have	AUX	O	0			ewtb.r.239035.2
+13	never	never	ADV	O	0			ewtb.r.239035.2
+14	waited	wait	VERB	O	0		v.cognition	ewtb.r.239035.2
+15	!	!	PUNCT	O	0			ewtb.r.239035.2
+
+1	I	i	PRON	O	0			ewtb.r.239035.3
+2	go	go	VERB	O	0		v.social	ewtb.r.239035.3
+3	every	every	DET	O	0			ewtb.r.239035.3
+4	other	other	ADJ	O	0			ewtb.r.239035.3
+5	week	week	NOUN	O	0		n.time	ewtb.r.239035.3
+6	for	for	ADP	O	0			ewtb.r.239035.3
+7	the	the	DET	O	0			ewtb.r.239035.3
+8	shallac	shallac	NOUN	O	0		n.substance	ewtb.r.239035.3
+9	/	/	PUNCT	O	0			ewtb.r.239035.3
+10	gel	gel	NOUN	O	0		n.artifact	ewtb.r.239035.3
+11	manicure	manicure	NOUN	O	0		n.act	ewtb.r.239035.3
+12	which	which	DET	O	0			ewtb.r.239035.3
+13	is	be	VERB	O	0		v.stative	ewtb.r.239035.3
+14	only	only	ADV	O	0			ewtb.r.239035.3
+15	$	$	SYM	O	0			ewtb.r.239035.3
+16	25	25	NUM	O	0			ewtb.r.239035.3
+17	and	and	CONJ	O	0			ewtb.r.239035.3
+18	it	it	PRON	O	0			ewtb.r.239035.3
+19	truly	truly	ADV	O	0			ewtb.r.239035.3
+20	lasts	last	VERB	O	0		v.stative	ewtb.r.239035.3
+21	2	2	NUM	O	0			ewtb.r.239035.3
+22	weeks	week	NOUN	O	0		n.time	ewtb.r.239035.3
+23	!	!	PUNCT	O	0			ewtb.r.239035.3
+
+1	I	i	PRON	O	0			ewtb.r.239035.4
+2	love	love	VERB	O	0		v.emotion	ewtb.r.239035.4
+3	it	it	PRON	O	0			ewtb.r.239035.4
+4	.	.	PUNCT	O	0			ewtb.r.239035.4
+
+1	Pedicures	pedicure	NOUN	O	0		n.act	ewtb.r.239035.5
+2	are	be	VERB	O	0		v.stative	ewtb.r.239035.5
+3	also	also	ADV	O	0			ewtb.r.239035.5
+4	great	great	ADJ	O	0			ewtb.r.239035.5
+5	.	.	PUNCT	O	0			ewtb.r.239035.5
+
+1	Try	try	VERB	B	0		v.social	ewtb.r.239035.6
+2	this	this	DET	o	0			ewtb.r.239035.6
+3	place	place	NOUN	o	0		n.group	ewtb.r.239035.6
+4	out	out	ADP	I	1			ewtb.r.239035.6
+5	!	!	PUNCT	O	0			ewtb.r.239035.6
+
+1	I	i	PRON	O	0			ewtb.r.239035.7
+2	promise	promise	VERB	O	0		v.communication	ewtb.r.239035.7
+3	you	you	PRON	O	0			ewtb.r.239035.7
+4	will	will	AUX	O	0			ewtb.r.239035.7
+5	not	not	PART	O	0			ewtb.r.239035.7
+6	be	be	AUX	O	0			ewtb.r.239035.7
+7	disappointed	disappoint	VERB	O	0		v.emotion	ewtb.r.239035.7
+8	!	!	PUNCT	O	0			ewtb.r.239035.7
+
+1	Great	great	ADJ	O	0			ewtb.r.241739.1
+2	Barber	barber	NOUN	O	0		n.person	ewtb.r.241739.1
+
+1	Firstly	firstly	ADV	O	0			ewtb.r.241739.2
+2	,	,	PUNCT	O	0			ewtb.r.241739.2
+3	the	the	DET	O	0			ewtb.r.241739.2
+4	other	other	ADJ	O	0			ewtb.r.241739.2
+5	reviewer	reviewer	NOUN	O	0		n.person	ewtb.r.241739.2
+6	clearly	clearly	ADV	O	0			ewtb.r.241739.2
+7	has	have	AUX	O	0			ewtb.r.241739.2
+8	never	never	ADV	O	0			ewtb.r.241739.2
+9	been	be	VERB	B	0		v.stative	ewtb.r.241739.2
+10	to	to	ADP	I	9			ewtb.r.241739.2
+11	Nick	nick	PROPN	B	0		n.group	ewtb.r.241739.2
+12	's	's	PART	I	11			ewtb.r.241739.2
+13	,	,	PUNCT	O	0			ewtb.r.241739.2
+14	or	or	CONJ	O	0			ewtb.r.241739.2
+15	he	he	PRON	O	0			ewtb.r.241739.2
+16	would	would	AUX	O	0			ewtb.r.241739.2
+17	know	know	VERB	O	0		v.cognition	ewtb.r.241739.2
+18	that	that	SCONJ	O	0			ewtb.r.241739.2
+19	Nick	nick	PROPN	O	0		n.person	ewtb.r.241739.2
+20	only	only	ADV	O	0			ewtb.r.241739.2
+21	charges	charge	VERB	O	0		v.possession	ewtb.r.241739.2
+22	$	$	SYM	O	0			ewtb.r.241739.2
+23	13	13	NUM	O	0			ewtb.r.241739.2
+24	for	for	ADP	O	0			ewtb.r.241739.2
+25	a	a	DET	O	0			ewtb.r.241739.2
+26	haircut	haircut	NOUN	O	0		n.act	ewtb.r.241739.2
+27	which	which	DET	O	0			ewtb.r.241739.2
+28	is	be	VERB	O	0		v.stative	ewtb.r.241739.2
+29	pretty	pretty	ADV	O	0			ewtb.r.241739.2
+30	much	much	ADV	O	0			ewtb.r.241739.2
+31	industry	industry	NOUN	O	0		n.group	ewtb.r.241739.2
+32	standard	standard	NOUN	O	0		n.attribute	ewtb.r.241739.2
+33	.	.	PUNCT	O	0			ewtb.r.241739.2
+
+1	I	i	PRON	O	0			ewtb.r.241739.3
+2	have	have	AUX	O	0			ewtb.r.241739.3
+3	been	be	AUX	O	0			ewtb.r.241739.3
+4	going	go	VERB	O	0		v.social	ewtb.r.241739.3
+5	to	to	ADP	O	0			ewtb.r.241739.3
+6	Nick	nick	PROPN	O	0		n.person	ewtb.r.241739.3
+7	for	for	ADP	O	0			ewtb.r.241739.3
+8	5	5	NUM	O	0			ewtb.r.241739.3
+9	months	month	NOUN	O	0		n.time	ewtb.r.241739.3
+10	now	now	ADV	O	0			ewtb.r.241739.3
+11	precisely	precisely	ADV	O	0			ewtb.r.241739.3
+12	because	because	SCONJ	O	0			ewtb.r.241739.3
+13	he	he	PRON	O	0			ewtb.r.241739.3
+14	does	do	AUX	O	0			ewtb.r.241739.3
+15	pay	pay	VERB	B	0		v.cognition	ewtb.r.241739.3
+16	attention	attention	NOUN	I	15			ewtb.r.241739.3
+17	to	to	ADP	I	16			ewtb.r.241739.3
+18	detail	detail	NOUN	O	0		n.attribute	ewtb.r.241739.3
+19	.	.	PUNCT	O	0			ewtb.r.241739.3
+
+1	I	i	PRON	O	0			ewtb.r.241739.4
+2	have	have	VERB	O	0		v.stative	ewtb.r.241739.4
+3	terrible	terrible	ADJ	O	0			ewtb.r.241739.4
+4	hair	hair	NOUN	O	0		n.body	ewtb.r.241739.4
+5	and	and	CONJ	O	0			ewtb.r.241739.4
+6	he	he	PRON	O	0			ewtb.r.241739.4
+7	really	really	ADV	O	0			ewtb.r.241739.4
+8	takes	take	VERB	B	0		v.cognition	ewtb.r.241739.4
+9	his	his	PRON	o	0			ewtb.r.241739.4
+10	time	time	NOUN	I	8			ewtb.r.241739.4
+11	to	to	PART	O	0			ewtb.r.241739.4
+12	make	make	VERB	O	0		v.stative	ewtb.r.241739.4
+13	it	it	PRON	O	0			ewtb.r.241739.4
+14	look	look	VERB	O	0		v.perception	ewtb.r.241739.4
+15	right	right	ADJ	O	0			ewtb.r.241739.4
+16	.	.	PUNCT	O	0			ewtb.r.241739.4
+
+1	Some	some	DET	O	0			ewtb.r.241739.5
+2	of	of	ADP	O	0			ewtb.r.241739.5
+3	the	the	DET	O	0			ewtb.r.241739.5
+4	younger	younger	ADJ	O	0			ewtb.r.241739.5
+5	kids	kid	NOUN	O	0		n.person	ewtb.r.241739.5
+6	that	that	DET	O	0			ewtb.r.241739.5
+7	work	work	VERB	O	0		v.social	ewtb.r.241739.5
+8	there	there	ADV	O	0			ewtb.r.241739.5
+9	are	be	VERB	O	0		v.stative	ewtb.r.241739.5
+10	a	a	DET	O	0			ewtb.r.241739.5
+11	bit	bit	NOUN	O	0			ewtb.r.241739.5
+12	sub	sub	X	B	0			ewtb.r.241739.5
+13	par	par	ADJ	I	12			ewtb.r.241739.5
+14	,	,	PUNCT	O	0			ewtb.r.241739.5
+15	but	but	CONJ	O	0			ewtb.r.241739.5
+16	if	if	SCONJ	O	0			ewtb.r.241739.5
+17	you	you	PRON	O	0			ewtb.r.241739.5
+18	wait	wait	VERB	O	0		v.stative	ewtb.r.241739.5
+19	for	for	ADP	O	0			ewtb.r.241739.5
+20	Nick	nick	PROPN	O	0		n.person	ewtb.r.241739.5
+21	...	...	PUNCT	O	0			ewtb.r.241739.5
+22	you	you	PRON	O	0			ewtb.r.241739.5
+23	'll	'll	AUX	O	0			ewtb.r.241739.5
+24	be	be	VERB	O	0		v.stative	ewtb.r.241739.5
+25	good	good	ADJ	O	0			ewtb.r.241739.5
+26	.	.	PUNCT	O	0			ewtb.r.241739.5
+
+1	Remember	remember	VERB	O	0		v.cognition	ewtb.r.255736.1
+2	seeing	see	VERB	O	0		v.perception	ewtb.r.255736.1
+3	"	"	PUNCT	O	0			ewtb.r.255736.1
+4	Stop	stop	VERB	B	0		n.communication	ewtb.r.255736.1
+5	Making	make	VERB	I	4			ewtb.r.255736.1
+6	Sense	sense	PROPN	I	5			ewtb.r.255736.1
+7	"	"	PUNCT	O	0			ewtb.r.255736.1
+8	at	at	ADP	O	0			ewtb.r.255736.1
+9	Cinema	cinema	PROPN	B	0		n.group	ewtb.r.255736.1
+10	21	21	NUM	I	9			ewtb.r.255736.1
+11	multiple	multiple	ADJ	O	0			ewtb.r.255736.1
+12	times	times	NOUN	O	0		n.time	ewtb.r.255736.1
+13	!	!	PUNCT	O	0			ewtb.r.255736.1
+
+1	YAY	yay	INTJ	O	0			ewtb.r.255736.2
+2	,	,	PUNCT	O	0			ewtb.r.255736.2
+3	great	great	ADJ	O	0			ewtb.r.255736.2
+4	theater	theater	NOUN	O	0		n.artifact	ewtb.r.255736.2
+5	!!!	!!!	PUNCT	O	0			ewtb.r.255736.2
+
+1	Do	do	AUX	O	0			ewtb.r.257735.1
+2	n't	n't	PART	O	0			ewtb.r.257735.1
+3	waste	waste	VERB	O	0		v.consumption	ewtb.r.257735.1
+4	your	your	PRON	O	0			ewtb.r.257735.1
+5	money	money	NOUN	O	0		n.possession	ewtb.r.257735.1
+6	on	on	ADP	O	0			ewtb.r.257735.1
+7	the	the	DET	O	0			ewtb.r.257735.1
+8	jukebox	jukebox	NOUN	O	0		n.artifact	ewtb.r.257735.1
+
+1	The	the	DET	O	0			ewtb.r.257735.2
+2	bartender	bartender	NOUN	O	0		n.person	ewtb.r.257735.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.257735.2
+4	a	a	DET	O	0			ewtb.r.257735.2
+5	douchebag	douchebag	NOUN	O	0		n.person	ewtb.r.257735.2
+6	and	and	CONJ	O	0			ewtb.r.257735.2
+7	he	he	PRON	O	0			ewtb.r.257735.2
+8	has	have	VERB	O	0		v.stative	ewtb.r.257735.2
+9	a	a	DET	O	0			ewtb.r.257735.2
+10	little	little	ADJ	O	0			ewtb.r.257735.2
+11	console	console	NOUN	O	0		n.artifact	ewtb.r.257735.2
+12	behind	behind	ADP	O	0			ewtb.r.257735.2
+13	the	the	DET	O	0			ewtb.r.257735.2
+14	bar	bar	NOUN	O	0		n.location	ewtb.r.257735.2
+15	where	where	ADV	O	0			ewtb.r.257735.2
+16	he	he	PRON	O	0			ewtb.r.257735.2
+17	can	can	AUX	O	0			ewtb.r.257735.2
+18	delete	delete	VERB	O	0		v.change	ewtb.r.257735.2
+19	songs	song	NOUN	O	0		n.communication	ewtb.r.257735.2
+20	he	he	PRON	O	0			ewtb.r.257735.2
+21	does	do	AUX	O	0			ewtb.r.257735.2
+22	n't	n't	PART	O	0			ewtb.r.257735.2
+23	like	like	VERB	O	0		v.emotion	ewtb.r.257735.2
+24	,	,	PUNCT	O	0			ewtb.r.257735.2
+25	and	and	CONJ	O	0			ewtb.r.257735.2
+26	you	you	PRON	O	0			ewtb.r.257735.2
+27	end	end	VERB	B	0		v.stative	ewtb.r.257735.2
+28	up	up	ADP	I	27			ewtb.r.257735.2
+29	paying	pay	VERB	O	0		v.possession	ewtb.r.257735.2
+30	for	for	ADP	O	0			ewtb.r.257735.2
+31	it	it	PRON	O	0			ewtb.r.257735.2
+32	.	.	PUNCT	O	0			ewtb.r.257735.2
+
+1	Not	not	PART	O	0			ewtb.r.257735.3
+2	enough	enough	ADJ	O	0			ewtb.r.257735.3
+3	seating	seating	NOUN	O	0		n.attribute	ewtb.r.257735.3
+4	.	.	PUNCT	O	0			ewtb.r.257735.3
+
+1	Orr	orr	PROPN	O	0		n.group	ewtb.r.263630.1
+2	's	's	VERB	O	0		v.stative	ewtb.r.263630.1
+3	a	a	DET	O	0			ewtb.r.263630.1
+4	nightmare	nightmare	NOUN	O	0		n.cognition	ewtb.r.263630.1
+5	!	!	PUNCT	O	0			ewtb.r.263630.1
+
+1	DO	do	AUX	O	0			ewtb.r.263630.2
+2	N'T	n't	PART	O	0			ewtb.r.263630.2
+3	GO	go	VERB	O	0		v.motion	ewtb.r.263630.2
+4	!	!	PUNCT	O	0			ewtb.r.263630.2
+
+1	My	my	PRON	O	0			ewtb.r.263630.3
+2	boyfriend	boyfriend	NOUN	O	0		n.person	ewtb.r.263630.3
+3	and	and	CONJ	O	0			ewtb.r.263630.3
+4	I	i	PRON	O	0			ewtb.r.263630.3
+5	were	be	AUX	O	0			ewtb.r.263630.3
+6	woken	wake	VERB	B	0		v.change	ewtb.r.263630.3
+7	up	up	ADP	I	6			ewtb.r.263630.3
+8	in	in	ADP	O	0			ewtb.r.263630.3
+9	the	the	DET	O	0			ewtb.r.263630.3
+10	middle	middle	NOUN	O	0		n.time	ewtb.r.263630.3
+11	of	of	ADP	O	0			ewtb.r.263630.3
+12	the	the	DET	O	0			ewtb.r.263630.3
+13	night	night	NOUN	O	0		n.time	ewtb.r.263630.3
+14	at	at	ADP	O	0			ewtb.r.263630.3
+15	our	our	PRON	O	0			ewtb.r.263630.3
+16	campsite	campsite	NOUN	O	0		n.location	ewtb.r.263630.3
+17	by	by	ADP	O	0			ewtb.r.263630.3
+18	drunken	drunken	ADJ	O	0			ewtb.r.263630.3
+19	kids	kid	NOUN	O	0		n.person	ewtb.r.263630.3
+20	who	who	PRON	O	0			ewtb.r.263630.3
+21	'd	'd	AUX	O	0			ewtb.r.263630.3
+22	arrived	arrive	VERB	O	0		v.motion	ewtb.r.263630.3
+23	around	around	ADV	O	0			ewtb.r.263630.3
+24	1:00	1:00	NUM	O	0			ewtb.r.263630.3
+25	am	am	NOUN	O	0		n.time	ewtb.r.263630.3
+26	and	and	CONJ	O	0			ewtb.r.263630.3
+27	were	be	AUX	O	0			ewtb.r.263630.3
+28	drinking	drink	VERB	O	0		v.social	ewtb.r.263630.3
+29	at	at	ADP	O	0			ewtb.r.263630.3
+30	the	the	DET	O	0			ewtb.r.263630.3
+31	springs	spring	NOUN	O	0		n.natural_object	ewtb.r.263630.3
+32	.	.	PUNCT	O	0			ewtb.r.263630.3
+
+1	When	when	ADV	O	0			ewtb.r.263630.4
+2	we	we	PRON	O	0			ewtb.r.263630.4
+3	complained	complain	VERB	O	0		v.communication	ewtb.r.263630.4
+4	to	to	ADP	O	0			ewtb.r.263630.4
+5	the	the	DET	O	0			ewtb.r.263630.4
+6	management	management	NOUN	O	0		n.group	ewtb.r.263630.4
+7	(	(	PUNCT	O	0			ewtb.r.263630.4
+8	as	as	SCONJ	O	0			ewtb.r.263630.4
+9	we	we	PRON	O	0			ewtb.r.263630.4
+10	were	be	AUX	O	0			ewtb.r.263630.4
+11	instructed	instruct	VERB	O	0		v.social	ewtb.r.263630.4
+12	to	to	PART	O	0			ewtb.r.263630.4
+13	do	do	AUX	O	0			ewtb.r.263630.4
+14	if	if	SCONJ	O	0			ewtb.r.263630.4
+15	there	there	PRON	O	0			ewtb.r.263630.4
+16	were	be	VERB	O	0		v.stative	ewtb.r.263630.4
+17	any	any	DET	O	0			ewtb.r.263630.4
+18	problems	problem	NOUN	O	0		n.cognition	ewtb.r.263630.4
+19	)	)	PUNCT	O	0			ewtb.r.263630.4
+20	,	,	PUNCT	O	0			ewtb.r.263630.4
+21	nothing	nothing	NOUN	O	0			ewtb.r.263630.4
+22	happened	happen	VERB	O	0		v.stative	ewtb.r.263630.4
+23	!	!	PUNCT	O	0			ewtb.r.263630.4
+
+1	Then	then	ADV	O	0			ewtb.r.263630.5
+2	,	,	PUNCT	O	0			ewtb.r.263630.5
+3	the	the	DET	O	0			ewtb.r.263630.5
+4	next	next	ADJ	O	0			ewtb.r.263630.5
+5	morning	morning	NOUN	O	0		n.time	ewtb.r.263630.5
+6	,	,	PUNCT	O	0			ewtb.r.263630.5
+7	when	when	ADV	O	0			ewtb.r.263630.5
+8	we	we	PRON	O	0			ewtb.r.263630.5
+9	,	,	PUNCT	O	0			ewtb.r.263630.5
+10	among	among	ADP	O	0			ewtb.r.263630.5
+11	many	many	ADJ	O	0			ewtb.r.263630.5
+12	other	other	ADJ	O	0			ewtb.r.263630.5
+13	irate	irate	ADJ	O	0			ewtb.r.263630.5
+14	guests	guest	NOUN	O	0		n.person	ewtb.r.263630.5
+15	,	,	PUNCT	O	0			ewtb.r.263630.5
+16	asked	ask	VERB	O	0		v.communication	ewtb.r.263630.5
+17	to	to	PART	O	0			ewtb.r.263630.5
+18	speak	speak	VERB	O	0		v.communication	ewtb.r.263630.5
+19	to	to	ADP	O	0			ewtb.r.263630.5
+20	the	the	DET	O	0			ewtb.r.263630.5
+21	owner	owner	NOUN	O	0		n.person	ewtb.r.263630.5
+22	,	,	PUNCT	O	0			ewtb.r.263630.5
+23	he	he	PRON	O	0			ewtb.r.263630.5
+24	refused	refuse	VERB	O	0		v.communication	ewtb.r.263630.5
+25	to	to	PART	O	0			ewtb.r.263630.5
+26	do	do	VERB	O	0		v.stative	ewtb.r.263630.5
+27	so	so	ADV	O	0			ewtb.r.263630.5
+28	.	.	PUNCT	O	0			ewtb.r.263630.5
+
+1	Not	not	PART	O	0			ewtb.r.263630.6
+2	only	only	ADV	O	0			ewtb.r.263630.6
+3	that	that	DET	O	0			ewtb.r.263630.6
+4	,	,	PUNCT	O	0			ewtb.r.263630.6
+5	but	but	CONJ	O	0			ewtb.r.263630.6
+6	he	he	PRON	O	0			ewtb.r.263630.6
+7	told	tell	VERB	O	0		v.communication	ewtb.r.263630.6
+8	us	us	PRON	O	0			ewtb.r.263630.6
+9	,	,	PUNCT	O	0			ewtb.r.263630.6
+10	via	via	ADP	O	0			ewtb.r.263630.6
+11	his	his	PRON	O	0			ewtb.r.263630.6
+12	manager	manager	NOUN	O	0		n.person	ewtb.r.263630.6
+13	,	,	PUNCT	O	0			ewtb.r.263630.6
+14	that	that	SCONJ	O	0			ewtb.r.263630.6
+15	it	it	PRON	O	0			ewtb.r.263630.6
+16	was	be	VERB	O	0		v.stative	ewtb.r.263630.6
+17	our	our	PRON	O	0			ewtb.r.263630.6
+18	responsibility	responsibility	NOUN	O	0		n.motive	ewtb.r.263630.6
+19	to	to	PART	O	0			ewtb.r.263630.6
+20	get	get	VERB	B	0		v.body	ewtb.r.263630.6
+21	up	up	ADP	I	20			ewtb.r.263630.6
+22	a	a	DET	O	0			ewtb.r.263630.6
+23	second	second	ADJ	O	0			ewtb.r.263630.6
+24	time	time	NOUN	O	0		n.time	ewtb.r.263630.6
+25	in	in	ADP	O	0			ewtb.r.263630.6
+26	the	the	DET	O	0			ewtb.r.263630.6
+27	middle	middle	NOUN	O	0		n.time	ewtb.r.263630.6
+28	of	of	ADP	O	0			ewtb.r.263630.6
+29	the	the	DET	O	0			ewtb.r.263630.6
+30	night	night	NOUN	O	0		n.time	ewtb.r.263630.6
+31	and	and	CONJ	O	0			ewtb.r.263630.6
+32	call	call	VERB	O	0		v.communication	ewtb.r.263630.6
+33	the	the	DET	O	0			ewtb.r.263630.6
+34	night	night	NOUN	O	0		n.time	ewtb.r.263630.6
+35	staff	staff	NOUN	O	0		n.group	ewtb.r.263630.6
+36	if	if	SCONJ	O	0			ewtb.r.263630.6
+37	the	the	DET	O	0			ewtb.r.263630.6
+38	problem	problem	NOUN	O	0		n.cognition	ewtb.r.263630.6
+39	continued	continue	VERB	O	0		v.stative	ewtb.r.263630.6
+40	,	,	PUNCT	O	0			ewtb.r.263630.6
+41	even	even	ADV	O	0			ewtb.r.263630.6
+42	though	though	SCONJ	O	0			ewtb.r.263630.6
+43	his	his	PRON	O	0			ewtb.r.263630.6
+44	manager	manager	NOUN	O	0		n.person	ewtb.r.263630.6
+45	did	do	VERB	O	0		v.stative	ewtb.r.263630.6
+46	nothing	nothing	NOUN	O	0			ewtb.r.263630.6
+47	the	the	DET	O	0			ewtb.r.263630.6
+48	first	first	ADJ	O	0			ewtb.r.263630.6
+49	time	time	NOUN	O	0		n.time	ewtb.r.263630.6
+50	to	to	PART	O	0			ewtb.r.263630.6
+51	stop	stop	VERB	O	0		v.change	ewtb.r.263630.6
+52	the	the	DET	O	0			ewtb.r.263630.6
+53	kids	kid	NOUN	O	0		n.person	ewtb.r.263630.6
+54	.	.	PUNCT	O	0			ewtb.r.263630.6
+
+1	Orr	orr	PROPN	O	0		n.group	ewtb.r.263630.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.263630.7
+3	not	not	PART	O	0			ewtb.r.263630.7
+4	relaxing	relaxing	ADJ	O	0			ewtb.r.263630.7
+5	,	,	PUNCT	O	0			ewtb.r.263630.7
+6	it	it	PRON	O	0			ewtb.r.263630.7
+7	's	's	VERB	O	0		v.stative	ewtb.r.263630.7
+8	not	not	PART	O	0			ewtb.r.263630.7
+9	a	a	DET	O	0			ewtb.r.263630.7
+10	safe	safe	ADJ	O	0			ewtb.r.263630.7
+11	space	space	NOUN	O	0		n.location	ewtb.r.263630.7
+12	,	,	PUNCT	O	0			ewtb.r.263630.7
+13	and	and	CONJ	O	0			ewtb.r.263630.7
+14	the	the	DET	O	0			ewtb.r.263630.7
+15	owner	owner	NOUN	O	0		n.person	ewtb.r.263630.7
+16	is	be	VERB	O	0		v.stative	ewtb.r.263630.7
+17	awful	awful	ADJ	O	0			ewtb.r.263630.7
+18	.	.	PUNCT	O	0			ewtb.r.263630.7
+
+1	To	to	PART	O	0			ewtb.r.263630.8
+2	add	add	VERB	B	0			ewtb.r.263630.8
+3	insult	insult	NOUN	I	2			ewtb.r.263630.8
+4	to	to	ADP	I	3			ewtb.r.263630.8
+5	injury	injury	NOUN	I	4			ewtb.r.263630.8
+6	,	,	PUNCT	O	0			ewtb.r.263630.8
+7	he	he	PRON	O	0			ewtb.r.263630.8
+8	refused	refuse	VERB	O	0		v.communication	ewtb.r.263630.8
+9	to	to	PART	O	0			ewtb.r.263630.8
+10	refund	refund	VERB	O	0		v.possession	ewtb.r.263630.8
+11	our	our	PRON	O	0			ewtb.r.263630.8
+12	money	money	NOUN	O	0		n.possession	ewtb.r.263630.8
+13	.	.	PUNCT	O	0			ewtb.r.263630.8
+
+1	Do	do	AUX	O	0			ewtb.r.263630.9
+2	n't	n't	PART	O	0			ewtb.r.263630.9
+3	go	go	VERB	O	0		v.motion	ewtb.r.263630.9
+4	!	!	PUNCT	O	0			ewtb.r.263630.9
+
+1	Nice	nice	ADJ	O	0			ewtb.r.263830.1
+2	teachers	teacher	NOUN	O	0		n.person	ewtb.r.263830.1
+3	good	good	ADJ	O	0			ewtb.r.263830.1
+4	school	school	NOUN	O	0		n.group	ewtb.r.263830.1
+
+1	They	they	PRON	O	0			ewtb.r.263830.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.263830.2
+3	very	very	ADV	O	0			ewtb.r.263830.2
+4	good	good	ADJ	O	0			ewtb.r.263830.2
+5	teachers	teacher	NOUN	O	0		n.person	ewtb.r.263830.2
+6	and	and	CONJ	O	0			ewtb.r.263830.2
+7	nice	nice	ADJ	O	0			ewtb.r.263830.2
+8	people	person	NOUN	O	0		n.person	ewtb.r.263830.2
+9	to	to	PART	O	0			ewtb.r.263830.2
+10	meet	meet	VERB	O	0		v.social	ewtb.r.263830.2
+11	here	here	ADV	O	0			ewtb.r.263830.2
+12	.	.	PUNCT	O	0			ewtb.r.263830.2
+
+1	I	i	PRON	O	0			ewtb.r.263830.3
+2	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.263830.3
+3	very	very	ADV	O	0			ewtb.r.263830.3
+4	much	much	ADV	O	0			ewtb.r.263830.3
+5	to	to	PART	O	0			ewtb.r.263830.3
+6	study	study	VERB	O	0		v.cognition	ewtb.r.263830.3
+7	here	here	ADV	O	0			ewtb.r.263830.3
+8	.	.	PUNCT	O	0			ewtb.r.263830.3
+
+1	A	a	DET	O	0			ewtb.r.263830.4
+2	good	good	ADJ	O	0			ewtb.r.263830.4
+3	place	place	NOUN	O	0		n.group	ewtb.r.263830.4
+4	to	to	PART	O	0			ewtb.r.263830.4
+5	improve	improve	VERB	O	0		v.change	ewtb.r.263830.4
+6	your	your	PRON	O	0			ewtb.r.263830.4
+7	English	english	PROPN	O	0		n.communication	ewtb.r.263830.4
+
+1	So	so	ADV	O	0			ewtb.r.267732.1
+2	very	very	ADV	O	0			ewtb.r.267732.1
+3	delicious	delicious	ADJ	O	0			ewtb.r.267732.1
+4	!	!	PUNCT	O	0			ewtb.r.267732.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.267732.2
+2	!	!	PUNCT	O	0			ewtb.r.267732.2
+
+1	November	november	PROPN	O	0		n.time	ewtb.r.267732.3
+2	7	7	NUM	O	0			ewtb.r.267732.3
+3	,	,	PUNCT	O	0			ewtb.r.267732.3
+4	2010	2010	NUM	O	0			ewtb.r.267732.3
+5	First	first	ADJ	O	0			ewtb.r.267732.3
+6	time	time	NOUN	O	0		n.event	ewtb.r.267732.3
+7	eating	eat	VERB	O	0		v.social	ewtb.r.267732.3
+8	at	at	ADP	O	0			ewtb.r.267732.3
+9	Caffe	caffe	PROPN	B	0		n.group	ewtb.r.267732.3
+10	Bella	bella	PROPN	I	9			ewtb.r.267732.3
+11	Italia	italia	PROPN	I	10			ewtb.r.267732.3
+12	and	and	CONJ	O	0			ewtb.r.267732.3
+13	it	it	PRON	O	0			ewtb.r.267732.3
+14	was	be	VERB	O	0		v.stative	ewtb.r.267732.3
+15	a	a	DET	O	0			ewtb.r.267732.3
+16	wonderful	wonderful	ADJ	O	0			ewtb.r.267732.3
+17	experience	experience	NOUN	O	0		n.event	ewtb.r.267732.3
+18	.	.	PUNCT	O	0			ewtb.r.267732.3
+
+1	From	from	ADP	O	0			ewtb.r.267732.4
+2	the	the	DET	O	0			ewtb.r.267732.4
+3	delectable	delectable	ADJ	O	0			ewtb.r.267732.4
+4	Antipasto	antipasto	NOUN	B	0		n.food	ewtb.r.267732.4
+5	Misto	misto	NOUN	I	4			ewtb.r.267732.4
+6	to	to	ADP	O	0			ewtb.r.267732.4
+7	the	the	DET	O	0			ewtb.r.267732.4
+8	Spaghetti	spaghetti	NOUN	B	0		n.food	ewtb.r.267732.4
+9	alla	alla	NOUN	I	8			ewtb.r.267732.4
+10	Barese	barese	NOUN	I	9			ewtb.r.267732.4
+11	and	and	CONJ	O	0			ewtb.r.267732.4
+12	the	the	DET	O	0			ewtb.r.267732.4
+13	Parmigiana	parmigiana	NOUN	O	0		n.food	ewtb.r.267732.4
+14	and	and	CONJ	O	0			ewtb.r.267732.4
+15	ending	end	VERB	O	0		v.stative	ewtb.r.267732.4
+16	with	with	ADP	O	0			ewtb.r.267732.4
+17	gelato	gelato	NOUN	O	0		n.food	ewtb.r.267732.4
+18	,	,	PUNCT	O	0			ewtb.r.267732.4
+19	all	all	DET	O	0			ewtb.r.267732.4
+20	was	be	VERB	O	0		v.stative	ewtb.r.267732.4
+21	mouth	mouth	NOUN	B	0			ewtb.r.267732.4
+22	watering	water	VERB	I	21			ewtb.r.267732.4
+23	.	.	PUNCT	O	0			ewtb.r.267732.4
+
+1	Too	too	ADV	O	0			ewtb.r.267732.5
+2	bad	bad	ADJ	O	0			ewtb.r.267732.5
+3	they	they	PRON	O	0			ewtb.r.267732.5
+4	were	be	VERB	B	0		v.stative	ewtb.r.267732.5
+5	out	out	ADP	I	4			ewtb.r.267732.5
+6	of	of	ADP	I	5			ewtb.r.267732.5
+7	the	the	DET	O	0			ewtb.r.267732.5
+8	Chocolate	chocolate	NOUN	B	0		n.food	ewtb.r.267732.5
+9	Lava	lava	NOUN	I	8			ewtb.r.267732.5
+10	Cake	cake	NOUN	I	9			ewtb.r.267732.5
+11	.	.	PUNCT	O	0			ewtb.r.267732.5
+
+1	Maybe	maybe	ADV	O	0			ewtb.r.267732.6
+2	next	next	ADJ	O	0			ewtb.r.267732.6
+3	time	time	NOUN	O	0		n.event	ewtb.r.267732.6
+4	they	they	PRON	O	0			ewtb.r.267732.6
+5	will	will	AUX	O	0			ewtb.r.267732.6
+6	have	have	VERB	O	0		v.stative	ewtb.r.267732.6
+7	it	it	PRON	O	0			ewtb.r.267732.6
+8	.	.	PUNCT	O	0			ewtb.r.267732.6
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.267732.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.267732.7
+3	excellent	excellent	ADJ	O	0			ewtb.r.267732.7
+4	!	!	PUNCT	O	0			ewtb.r.267732.7
+
+1	Sandy	sandy	PROPN	O	0		n.person	ewtb.r.267732.8
+
+1	So	so	ADV	O	0			ewtb.r.272836.1
+2	Handy	handy	ADJ	O	0			ewtb.r.272836.1
+3	for	for	ADP	O	0			ewtb.r.272836.1
+4	Local	local	ADJ	O	0			ewtb.r.272836.1
+5	La	la	PROPN	B	0		n.location	ewtb.r.272836.1
+6	Jolla	jolla	PROPN	I	5			ewtb.r.272836.1
+7	Stuff	stuff	PROPN	O	0		n.other	ewtb.r.272836.1
+8	-	-	PUNCT	O	0			ewtb.r.272836.1
+9	Especially	especially	ADV	O	0			ewtb.r.272836.1
+10	for	for	SCONJ	O	0			ewtb.r.272836.1
+11	Finding	find	VERB	O	0		v.cognition	ewtb.r.272836.1
+12	Residential	residential	ADJ	O	0			ewtb.r.272836.1
+13	Numbers	numbers	NOUN	O	0		n.communication	ewtb.r.272836.1
+
+1	Since	since	SCONJ	O	0			ewtb.r.272836.2
+2	moving	move	VERB	O	0		v.motion	ewtb.r.272836.2
+3	back	back	ADV	O	0			ewtb.r.272836.2
+4	from	from	ADP	O	0			ewtb.r.272836.2
+5	college	college	NOUN	O	0		n.location	ewtb.r.272836.2
+6	and	and	CONJ	O	0			ewtb.r.272836.2
+7	trying	try	VERB	O	0		v.cognition	ewtb.r.272836.2
+8	to	to	PART	O	0			ewtb.r.272836.2
+9	settle	settle	VERB	O	0		v.social	ewtb.r.272836.2
+10	roots	roots	NOUN	O	0		n.cognition	ewtb.r.272836.2
+11	in	in	ADP	O	0			ewtb.r.272836.2
+12	the	the	DET	O	0			ewtb.r.272836.2
+13	Village	village	PROPN	O	0		n.location	ewtb.r.272836.2
+14	,	,	PUNCT	O	0			ewtb.r.272836.2
+15	I	i	PRON	O	0			ewtb.r.272836.2
+16	have	have	AUX	O	0			ewtb.r.272836.2
+17	referred	refer	VERB	B	0		v.communication	ewtb.r.272836.2
+18	to	to	ADP	I	17			ewtb.r.272836.2
+19	the	the	DET	O	0			ewtb.r.272836.2
+20	La	la	PROPN	B	0		n.location	ewtb.r.272836.2
+21	Jolla	jolla	PROPN	I	20			ewtb.r.272836.2
+22	Blue	blue	PROPN	B	0		n.communication	ewtb.r.272836.2
+23	Book	book	PROPN	I	22			ewtb.r.272836.2
+24	for	for	ADP	O	0			ewtb.r.272836.2
+25	a	a	DET	O	0			ewtb.r.272836.2
+26	ton	ton	NOUN	O	0		n.quantity	ewtb.r.272836.2
+27	of	of	ADP	O	0			ewtb.r.272836.2
+28	local	local	ADJ	O	0			ewtb.r.272836.2
+29	numbers	numbers	NOUN	O	0		n.communication	ewtb.r.272836.2
+30	.	.	PUNCT	O	0			ewtb.r.272836.2
+
+1	The	the	DET	O	0			ewtb.r.272836.3
+2	white	white	ADJ	B	0		n.communication	ewtb.r.272836.3
+3	pages	page	NOUN	I	2			ewtb.r.272836.3
+4	allowed	allow	VERB	O	0		v.cognition	ewtb.r.272836.3
+5	me	me	PRON	O	0			ewtb.r.272836.3
+6	to	to	PART	O	0			ewtb.r.272836.3
+7	get	get	VERB	O	0		v.social	ewtb.r.272836.3
+8	in	in	ADP	B	0			ewtb.r.272836.3
+9	touch	touch	NOUN	I	8			ewtb.r.272836.3
+10	with	with	ADP	O	0			ewtb.r.272836.3
+11	parents	parent	NOUN	O	0		n.person	ewtb.r.272836.3
+12	of	of	ADP	O	0			ewtb.r.272836.3
+13	my	my	PRON	O	0			ewtb.r.272836.3
+14	high	high	ADJ	B	0		n.group	ewtb.r.272836.3
+15	school	school	NOUN	I	14			ewtb.r.272836.3
+16	friends	friend	NOUN	O	0		n.person	ewtb.r.272836.3
+17	so	so	ADP	O	0			ewtb.r.272836.3
+18	that	that	SCONJ	O	0			ewtb.r.272836.3
+19	I	i	PRON	O	0			ewtb.r.272836.3
+20	could	could	AUX	O	0			ewtb.r.272836.3
+21	track	track	VERB	B	0		v.social	ewtb.r.272836.3
+22	people	person	NOUN	o	0		n.person	ewtb.r.272836.3
+23	down	down	ADP	I	21			ewtb.r.272836.3
+24	one	one	NUM	B	0			ewtb.r.272836.3
+25	by	by	ADP	I	24			ewtb.r.272836.3
+26	one	one	NUM	I	25			ewtb.r.272836.3
+27	and	and	CONJ	O	0			ewtb.r.272836.3
+28	the	the	DET	O	0			ewtb.r.272836.3
+29	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.272836.3
+30	section	section	NOUN	O	0		n.communication	ewtb.r.272836.3
+31	is	be	VERB	O	0		v.stative	ewtb.r.272836.3
+32	basically	basically	ADV	O	0			ewtb.r.272836.3
+33	my	my	PRON	O	0			ewtb.r.272836.3
+34	cookbook	cookbook	NOUN	O	0		n.artifact	ewtb.r.272836.3
+35	.	.	PUNCT	O	0			ewtb.r.272836.3
+
+1	It	it	PRON	O	0			ewtb.r.272836.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.272836.4
+3	really	really	ADV	O	0			ewtb.r.272836.4
+4	cool	cool	ADJ	O	0			ewtb.r.272836.4
+5	that	that	SCONJ	O	0			ewtb.r.272836.4
+6	so	so	ADV	O	0			ewtb.r.272836.4
+7	many	many	ADJ	O	0			ewtb.r.272836.4
+8	local	local	ADJ	O	0			ewtb.r.272836.4
+9	businesses	business	NOUN	O	0		n.group	ewtb.r.272836.4
+10	are	be	AUX	O	0			ewtb.r.272836.4
+11	found	find	VERB	O	0		v.cognition	ewtb.r.272836.4
+12	so	so	ADV	O	0			ewtb.r.272836.4
+13	quickly	quickly	ADV	O	0			ewtb.r.272836.4
+14	in	in	ADP	O	0			ewtb.r.272836.4
+15	one	one	NUM	O	0			ewtb.r.272836.4
+16	place	place	NOUN	O	0		n.location	ewtb.r.272836.4
+17	and	and	CONJ	O	0			ewtb.r.272836.4
+18	I	i	PRON	O	0			ewtb.r.272836.4
+19	want	want	VERB	O	0		v.cognition	ewtb.r.272836.4
+20	to	to	PART	O	0			ewtb.r.272836.4
+21	spread	spread	VERB	B	0		v.communication	ewtb.r.272836.4
+22	the	the	DET	I	21			ewtb.r.272836.4
+23	word	word	NOUN	I	22			ewtb.r.272836.4
+24	.	.	PUNCT	O	0			ewtb.r.272836.4
+
+1	THX	thx	NOUN	O	0			ewtb.r.272836.5
+2	:-)	:-)	SYM	O	0			ewtb.r.272836.5
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.279437.1
+2	service	service	NOUN	O	0		n.artifact	ewtb.r.279437.1
+3	,	,	PUNCT	O	0			ewtb.r.279437.1
+4	close	close	ADJ	B	0			ewtb.r.279437.1
+5	to	to	ADP	I	4			ewtb.r.279437.1
+6	the	the	DET	O	0			ewtb.r.279437.1
+7	morse	morse	PROPN	O	0		n.location	ewtb.r.279437.1
+8	red	red	PROPN	B	0		n.artifact	ewtb.r.279437.1
+9	line	line	PROPN	I	8			ewtb.r.279437.1
+10	stop	stop	NOUN	O	0		n.location	ewtb.r.279437.1
+11	.	.	PUNCT	O	0			ewtb.r.279437.1
+
+1	Great	great	ADJ	O	0			ewtb.r.279437.2
+2	computer	computer	NOUN	O	0		n.artifact	ewtb.r.279437.2
+3	repair	repair	NOUN	O	0		n.act	ewtb.r.279437.2
+4	store	store	NOUN	O	0		n.group	ewtb.r.279437.2
+5	,	,	PUNCT	O	0			ewtb.r.279437.2
+6	highly	highly	ADV	O	0			ewtb.r.279437.2
+7	recommended	recommend	VERB	O	0		v.communication	ewtb.r.279437.2
+8	.	.	PUNCT	O	0			ewtb.r.279437.2
+
+1	Hair	hair	PROPN	B	0		n.group	ewtb.r.285133.1
+2	By	by	ADP	I	1			ewtb.r.285133.1
+3	Nivine	nivine	PROPN	I	2			ewtb.r.285133.1
+4	in	in	ADP	O	0			ewtb.r.285133.1
+5	eastgardens	eastgardens	PROPN	O	0		n.location	ewtb.r.285133.1
+6	fixed	fix	VERB	O	0		v.body	ewtb.r.285133.1
+7	my	my	PRON	O	0			ewtb.r.285133.1
+8	hair	hair	NOUN	O	0		n.body	ewtb.r.285133.1
+9	after	after	SCONJ	O	0			ewtb.r.285133.1
+10	i	i	PRON	O	0			ewtb.r.285133.1
+11	had	have	VERB	O	0		v.stative	ewtb.r.285133.1
+12	my	my	PRON	O	0			ewtb.r.285133.1
+13	hair	hair	NOUN	O	0		n.body	ewtb.r.285133.1
+14	cut	cut	VERB	O	0		v.body	ewtb.r.285133.1
+15	and	and	CONJ	O	0			ewtb.r.285133.1
+16	colored	color	VERB	O	0		v.body	ewtb.r.285133.1
+17	at	at	ADP	O	0			ewtb.r.285133.1
+18	another	another	DET	O	0			ewtb.r.285133.1
+19	salon	salon	NOUN	O	0		n.group	ewtb.r.285133.1
+20	i	i	PRON	O	0			ewtb.r.285133.1
+21	felt	felt	VERB	O	0		v.cognition	ewtb.r.285133.1
+22	more	more	ADV	O	0			ewtb.r.285133.1
+23	confident	confident	ADJ	O	0			ewtb.r.285133.1
+24	and	and	CONJ	O	0			ewtb.r.285133.1
+25	the	the	DET	O	0			ewtb.r.285133.1
+26	girls	girl	NOUN	O	0		n.person	ewtb.r.285133.1
+27	are	be	VERB	O	0		v.stative	ewtb.r.285133.1
+28	fantastic	fantastic	ADJ	O	0			ewtb.r.285133.1
+29	and	and	CONJ	O	0			ewtb.r.285133.1
+30	i	i	PRON	O	0			ewtb.r.285133.1
+31	ve	ve	AUX	O	0			ewtb.r.285133.1
+32	been	be	AUX	O	0			ewtb.r.285133.1
+33	going	go	VERB	O	0		v.motion	ewtb.r.285133.1
+34	there	there	ADV	O	0			ewtb.r.285133.1
+35	now	now	ADV	O	0			ewtb.r.285133.1
+36	for	for	ADP	O	0			ewtb.r.285133.1
+37	2	2	NUM	O	0			ewtb.r.285133.1
+38	years	years	NOUN	O	0		n.time	ewtb.r.285133.1
+39	always	always	ADV	O	0			ewtb.r.285133.1
+40	happy	happy	ADJ	O	0			ewtb.r.285133.1
+41	and	and	CONJ	O	0			ewtb.r.285133.1
+42	they	they	PRON	O	0			ewtb.r.285133.1
+43	care	care	VERB	O	0		v.emotion	ewtb.r.285133.1
+44	about	about	ADP	O	0			ewtb.r.285133.1
+45	my	my	PRON	O	0			ewtb.r.285133.1
+46	hair	hair	NOUN	O	0		n.body	ewtb.r.285133.1
+47	had	have	VERB	B	0		v.body	ewtb.r.285133.1
+48	my	my	PRON	o	0			ewtb.r.285133.1
+49	hair	hair	NOUN	o	0		n.body	ewtb.r.285133.1
+50	done	do	VERB	I	47			ewtb.r.285133.1
+51	for	for	ADP	O	0			ewtb.r.285133.1
+52	my	my	PRON	O	0			ewtb.r.285133.1
+53	wedding	wedding	NOUN	O	0		n.event	ewtb.r.285133.1
+54	it	it	PRON	O	0			ewtb.r.285133.1
+55	looked	look	VERB	O	0		v.perception	ewtb.r.285133.1
+56	fabolous	fabolous	ADJ	O	0			ewtb.r.285133.1
+57	!	!	PUNCT	O	0			ewtb.r.285133.1
+
+1	and	and	CONJ	O	0			ewtb.r.285133.2
+2	there	there	PRON	O	0			ewtb.r.285133.2
+3	prices	price	NOUN	O	0		n.possession	ewtb.r.285133.2
+4	are	be	VERB	O	0		v.stative	ewtb.r.285133.2
+5	really	really	ADV	O	0			ewtb.r.285133.2
+6	good	good	ADJ	O	0			ewtb.r.285133.2
+7	!	!	PUNCT	O	0			ewtb.r.285133.2
+
+1	great	great	ADJ	O	0			ewtb.r.288930.1
+2	!	!	PUNCT	O	0			ewtb.r.288930.1
+3	:P	:p	SYM	O	0			ewtb.r.288930.1
+
+1	you	you	PRON	O	0			ewtb.r.288930.2
+2	get	get	VERB	O	0		v.stative	ewtb.r.288930.2
+3	a	a	DET	O	0			ewtb.r.288930.2
+4	really	really	ADV	O	0			ewtb.r.288930.2
+5	good	good	ADJ	O	0			ewtb.r.288930.2
+6	view	view	NOUN	O	0		n.cognition	ewtb.r.288930.2
+7	of	of	ADP	O	0			ewtb.r.288930.2
+8	the	the	DET	O	0			ewtb.r.288930.2
+9	city	city	NOUN	O	0		n.location	ewtb.r.288930.2
+10	and	and	CONJ	O	0			ewtb.r.288930.2
+11	there	there	PRON	O	0			ewtb.r.288930.2
+12	is	be	VERB	O	0		v.stative	ewtb.r.288930.2
+13	also	also	ADV	O	0			ewtb.r.288930.2
+14	attractions	attraction	NOUN	O	0		n.artifact	ewtb.r.288930.2
+15	like	like	ADP	O	0			ewtb.r.288930.2
+16	simulator	simulator	NOUN	O	0		n.artifact	ewtb.r.288930.2
+17	,	,	PUNCT	O	0			ewtb.r.288930.2
+18	short	short	ADJ	O	0			ewtb.r.288930.2
+19	movies	movie	NOUN	O	0		n.communication	ewtb.r.288930.2
+20	.	.	PUNCT	O	0			ewtb.r.288930.2
+
+1	Try	try	VERB	O	0		v.social	ewtb.r.288930.3
+2	the	the	DET	O	0			ewtb.r.288930.3
+3	360	360	NUM	B	0		n.group	ewtb.r.288930.3
+4	restraunt	restraunt	NOUN	I	3			ewtb.r.288930.3
+5	u	u	PRON	O	0			ewtb.r.288930.3
+6	spin	spin	VERB	O	0		v.motion	ewtb.r.288930.3
+7	in	in	ADP	O	0			ewtb.r.288930.3
+8	the	the	DET	O	0			ewtb.r.288930.3
+9	cn	cn	PROPN	B	0		n.location	ewtb.r.288930.3
+10	tower	tower	PROPN	I	9			ewtb.r.288930.3
+11	with	with	ADP	O	0			ewtb.r.288930.3
+12	a	a	DET	O	0			ewtb.r.288930.3
+13	beautiful	beautiful	ADJ	O	0			ewtb.r.288930.3
+14	view	view	NOUN	O	0		n.attribute	ewtb.r.288930.3
+15	the	the	DET	O	0			ewtb.r.288930.3
+16	sky	sky	NOUN	B	0		n.artifact	ewtb.r.288930.3
+17	pod	pod	NOUN	I	16			ewtb.r.288930.3
+18	elevator	elevator	NOUN	O	0		n.artifact	ewtb.r.288930.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.288930.3
+20	about	about	ADV	O	0			ewtb.r.288930.3
+21	an	an	DET	O	0			ewtb.r.288930.3
+22	hour	hour	NOUN	O	0		n.time	ewtb.r.288930.3
+23	line	line	NOUN	B	0		n.act	ewtb.r.288930.3
+24	up	up	NOUN	I	23			ewtb.r.288930.3
+25	in	in	ADP	O	0			ewtb.r.288930.3
+26	the	the	DET	O	0			ewtb.r.288930.3
+27	summer	summer	NOUN	O	0		n.time	ewtb.r.288930.3
+
+1	Out	out	ADP	B	0			ewtb.r.290238.1
+2	of	of	ADP	I	1			ewtb.r.290238.1
+3	business	business	NOUN	I	2			ewtb.r.290238.1
+4	?	?	PUNCT	O	0			ewtb.r.290238.1
+
+1	I	i	PRON	O	0			ewtb.r.290238.2
+2	think	think	VERB	O	0		v.cognition	ewtb.r.290238.2
+3	this	this	DET	O	0			ewtb.r.290238.2
+4	location	location	NOUN	O	0		n.group	ewtb.r.290238.2
+5	is	be	VERB	O	0		v.stative	ewtb.r.290238.2
+6	no	no	ADV	O	0			ewtb.r.290238.2
+7	longer	longer	ADV	O	0			ewtb.r.290238.2
+8	in	in	ADP	B	0			ewtb.r.290238.2
+9	business	business	NOUN	I	8			ewtb.r.290238.2
+10	.	.	PUNCT	O	0			ewtb.r.290238.2
+
+1	If	if	SCONJ	O	0			ewtb.r.290238.3
+2	you	you	PRON	O	0			ewtb.r.290238.3
+3	check	check	VERB	O	0		v.communication	ewtb.r.290238.3
+4	RecWarehouse.com	recwarehouse.com	X	O	0		n.communication	ewtb.r.290238.3
+5	,	,	PUNCT	O	0			ewtb.r.290238.3
+6	they	they	PRON	O	0			ewtb.r.290238.3
+7	do	do	AUX	O	0			ewtb.r.290238.3
+8	n't	n't	PART	O	0			ewtb.r.290238.3
+9	list	list	VERB	O	0		v.communication	ewtb.r.290238.3
+10	this	this	DET	O	0			ewtb.r.290238.3
+11	as	as	ADP	O	0			ewtb.r.290238.3
+12	a	a	DET	O	0			ewtb.r.290238.3
+13	location	location	NOUN	O	0		n.location	ewtb.r.290238.3
+14	.	.	PUNCT	O	0			ewtb.r.290238.3
+
+1	You	you	PRON	O	0			ewtb.r.290238.4
+2	'll	'll	AUX	O	0			ewtb.r.290238.4
+3	have	have	VERB	B	0			ewtb.r.290238.4
+4	to	to	PART	I	3			ewtb.r.290238.4
+5	drive	drive	VERB	O	0		v.motion	ewtb.r.290238.4
+6	10	10	NUM	O	0			ewtb.r.290238.4
+7	miles	mile	NOUN	O	0		n.quantity	ewtb.r.290238.4
+8	down	down	ADP	O	0			ewtb.r.290238.4
+9	75	75	NUM	O	0			ewtb.r.290238.4
+10	to	to	ADP	O	0			ewtb.r.290238.4
+11	Allen	allen	PROPN	O	0		n.location	ewtb.r.290238.4
+12	.	.	PUNCT	O	0			ewtb.r.290238.4
+
+1	Very	very	ADV	O	0			ewtb.r.295935.1
+2	Informative	informative	ADJ	O	0			ewtb.r.295935.1
+3	website	website	NOUN	O	0		n.communication	ewtb.r.295935.1
+4	with	with	ADP	O	0			ewtb.r.295935.1
+5	a	a	DET	B	0			ewtb.r.295935.1
+6	lot	lot	NOUN	I	5			ewtb.r.295935.1
+7	of	of	ADP	O	0			ewtb.r.295935.1
+8	good	good	ADJ	O	0			ewtb.r.295935.1
+9	work	work	NOUN	O	0		n.act	ewtb.r.295935.1
+
+1	Gone	go	VERB	B	0		v.change	ewtb.r.310032.1
+2	downhill	downhill	ADV	I	1			ewtb.r.310032.1
+3	since	since	ADP	O	0			ewtb.r.310032.1
+4	change	change	NOUN	O	0		n.act	ewtb.r.310032.1
+5	in	in	ADP	O	0			ewtb.r.310032.1
+6	ownership	ownership	NOUN	O	0		n.possession	ewtb.r.310032.1
+
+1	Sigh	sigh	INTJ	O	0			ewtb.r.310032.2
+2	.	.	PUNCT	O	0			ewtb.r.310032.2
+
+1	I	i	PRON	O	0			ewtb.r.310032.3
+2	used	use	VERB	B	0			ewtb.r.310032.3
+3	to	to	PART	I	2			ewtb.r.310032.3
+4	LOVE	love	VERB	O	0		v.emotion	ewtb.r.310032.3
+5	this	this	DET	O	0			ewtb.r.310032.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.310032.3
+7	.	.	PUNCT	O	0			ewtb.r.310032.3
+
+1	But	but	CONJ	O	0			ewtb.r.310032.4
+2	now	now	ADV	O	0			ewtb.r.310032.4
+3	that	that	SCONJ	O	0			ewtb.r.310032.4
+4	they	they	PRON	O	0			ewtb.r.310032.4
+5	are	be	VERB	O	0		v.stative	ewtb.r.310032.4
+6	part	part	NOUN	O	0		n.relation	ewtb.r.310032.4
+7	of	of	ADP	O	0			ewtb.r.310032.4
+8	a	a	DET	O	0			ewtb.r.310032.4
+9	chain	chain	NOUN	O	0		n.group	ewtb.r.310032.4
+10	,	,	PUNCT	O	0			ewtb.r.310032.4
+11	service	service	NOUN	O	0		n.act	ewtb.r.310032.4
+12	has	have	AUX	O	0			ewtb.r.310032.4
+13	slipped	slip	VERB	O	0		v.change	ewtb.r.310032.4
+14	.	.	PUNCT	O	0			ewtb.r.310032.4
+
+1	I	i	PRON	O	0			ewtb.r.310032.5
+2	am	be	AUX	O	0			ewtb.r.310032.5
+3	waiting	wait	VERB	O	0		v.cognition	ewtb.r.310032.5
+4	longer	longer	ADV	O	0			ewtb.r.310032.5
+5	at	at	ADP	O	0			ewtb.r.310032.5
+6	BNA	bna	PROPN	O	0		n.group	ewtb.r.310032.5
+7	for	for	ADP	O	0			ewtb.r.310032.5
+8	my	my	PRON	O	0			ewtb.r.310032.5
+9	pickups	pickup	NOUN	O	0		n.artifact	ewtb.r.310032.5
+10	and	and	CONJ	O	0			ewtb.r.310032.5
+11	last	last	ADJ	O	0			ewtb.r.310032.5
+12	time	time	NOUN	O	0		n.event	ewtb.r.310032.5
+13	I	i	PRON	O	0			ewtb.r.310032.5
+14	parked	park	VERB	O	0		v.stative	ewtb.r.310032.5
+15	with	with	ADP	O	0			ewtb.r.310032.5
+16	them	them	PRON	O	0			ewtb.r.310032.5
+17	,	,	PUNCT	O	0			ewtb.r.310032.5
+18	they	they	PRON	O	0			ewtb.r.310032.5
+19	lost	lose	VERB	O	0		v.cognition	ewtb.r.310032.5
+20	my	my	PRON	O	0			ewtb.r.310032.5
+21	car	car	NOUN	O	0		n.artifact	ewtb.r.310032.5
+22	key	key	NOUN	O	0		n.artifact	ewtb.r.310032.5
+23	.	.	PUNCT	O	0			ewtb.r.310032.5
+
+1	Lucky	lucky	ADJ	O	0			ewtb.r.310032.6
+2	I	i	PRON	O	0			ewtb.r.310032.6
+3	had	have	VERB	O	0		v.stative	ewtb.r.310032.6
+4	a	a	DET	O	0			ewtb.r.310032.6
+5	spare	spare	NOUN	O	0		n.artifact	ewtb.r.310032.6
+6	with	with	ADP	O	0			ewtb.r.310032.6
+7	me	me	PRON	O	0			ewtb.r.310032.6
+8	!	!	PUNCT	O	0			ewtb.r.310032.6
+
+1	To	to	ADP	B	0			ewtb.r.310032.7
+2	date	date	NOUN	I	1			ewtb.r.310032.7
+3	they	they	PRON	O	0			ewtb.r.310032.7
+4	have	have	AUX	O	0			ewtb.r.310032.7
+5	not	not	PART	O	0			ewtb.r.310032.7
+6	made	make	VERB	B	0		v.social	ewtb.r.310032.7
+7	good	good	ADJ	I	6			ewtb.r.310032.7
+8	by	by	SCONJ	O	0			ewtb.r.310032.7
+9	either	either	CONJ	O	0			ewtb.r.310032.7
+10	finding	find	VERB	O	0		v.cognition	ewtb.r.310032.7
+11	the	the	DET	O	0			ewtb.r.310032.7
+12	key	key	NOUN	O	0		n.artifact	ewtb.r.310032.7
+13	or	or	CONJ	O	0			ewtb.r.310032.7
+14	paying	pay	VERB	O	0		v.possession	ewtb.r.310032.7
+15	for	for	ADP	O	0			ewtb.r.310032.7
+16	a	a	DET	O	0			ewtb.r.310032.7
+17	new	new	ADJ	O	0			ewtb.r.310032.7
+18	one	one	NOUN	O	0			ewtb.r.310032.7
+19	.	.	PUNCT	O	0			ewtb.r.310032.7
+
+1	(	(	PUNCT	O	0			ewtb.r.310032.8
+2	These	these	DET	O	0			ewtb.r.310032.8
+3	new	new	ADJ	O	0			ewtb.r.310032.8
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.310032.8
+5	keys	key	NOUN	O	0		n.artifact	ewtb.r.310032.8
+6	are	be	VERB	O	0		v.stative	ewtb.r.310032.8
+7	EXPENSIVE	expensive	ADJ	O	0			ewtb.r.310032.8
+8	to	to	PART	O	0			ewtb.r.310032.8
+9	copy	copy	VERB	O	0		v.creation	ewtb.r.310032.8
+10	,	,	PUNCT	O	0			ewtb.r.310032.8
+11	you	you	PRON	O	0			ewtb.r.310032.8
+12	ca	ca	AUX	O	0			ewtb.r.310032.8
+13	n't	n't	PART	O	0			ewtb.r.310032.8
+14	just	just	ADV	O	0			ewtb.r.310032.8
+15	go	go	VERB	O	0		v.motion	ewtb.r.310032.8
+16	to	to	ADP	O	0			ewtb.r.310032.8
+17	WalMart	walmart	PROPN	O	0		n.group	ewtb.r.310032.8
+18	.	.	PUNCT	O	0			ewtb.r.310032.8
+19	)	)	PUNCT	O	0			ewtb.r.310032.8
+
+1	Go	go	VERB	O	0		v.communication	ewtb.r.310032.9
+2	to	to	ADP	O	0			ewtb.r.310032.9
+3	the	the	DET	O	0			ewtb.r.310032.9
+4	website	website	NOUN	O	0		n.communication	ewtb.r.310032.9
+5	for	for	ADP	O	0			ewtb.r.310032.9
+6	coupons	coupon	NOUN	O	0		n.possession	ewtb.r.310032.9
+7	and	and	CONJ	O	0			ewtb.r.310032.9
+8	join	join	VERB	O	0		v.communication	ewtb.r.310032.9
+9	the	the	DET	O	0			ewtb.r.310032.9
+10	club	club	NOUN	O	0		n.group	ewtb.r.310032.9
+11	-	-	PUNCT	O	0			ewtb.r.310032.9
+12	you	you	PRON	O	0			ewtb.r.310032.9
+13	can	can	AUX	O	0			ewtb.r.310032.9
+14	get	get	VERB	O	0		v.stative	ewtb.r.310032.9
+15	free	free	ADJ	O	0			ewtb.r.310032.9
+16	parking	parking	NOUN	O	0		n.act	ewtb.r.310032.9
+17	.	.	PUNCT	O	0			ewtb.r.310032.9
+
+1	However	however	ADV	O	0			ewtb.r.310032.10
+2	,	,	PUNCT	O	0			ewtb.r.310032.10
+3	with	with	SCONJ	O	0			ewtb.r.310032.10
+4	BNA	bna	PROPN	O	0		n.group	ewtb.r.310032.10
+5	offering	offer	VERB	O	0		v.stative	ewtb.r.310032.10
+6	one	one	NUM	O	0			ewtb.r.310032.10
+7	day	day	NOUN	O	0		n.time	ewtb.r.310032.10
+8	of	of	ADP	O	0			ewtb.r.310032.10
+9	free	free	ADJ	O	0			ewtb.r.310032.10
+10	parking	parking	NOUN	O	0		n.act	ewtb.r.310032.10
+11	due	due	ADP	B	0			ewtb.r.310032.10
+12	to	to	ADP	I	11			ewtb.r.310032.10
+13	construction	construction	NOUN	O	0		n.act	ewtb.r.310032.10
+14	of	of	ADP	O	0			ewtb.r.310032.10
+15	the	the	DET	O	0			ewtb.r.310032.10
+16	new	new	ADJ	O	0			ewtb.r.310032.10
+17	rental	rental	ADJ	O	0			ewtb.r.310032.10
+18	car	car	NOUN	O	0		n.artifact	ewtb.r.310032.10
+19	facility	facility	NOUN	O	0		n.artifact	ewtb.r.310032.10
+20	,	,	PUNCT	O	0			ewtb.r.310032.10
+21	it	it	PRON	O	0			ewtb.r.310032.10
+22	may	may	AUX	O	0			ewtb.r.310032.10
+23	be	be	VERB	O	0		v.stative	ewtb.r.310032.10
+24	cheaper	cheap	ADJ	O	0			ewtb.r.310032.10
+25	to	to	PART	O	0			ewtb.r.310032.10
+26	park	park	VERB	O	0		v.motion	ewtb.r.310032.10
+27	at	at	ADP	O	0			ewtb.r.310032.10
+28	BNA	bna	PROPN	O	0		n.group	ewtb.r.310032.10
+29	.	.	PUNCT	O	0			ewtb.r.310032.10
+
+1	Consistantly	consistantly	ADV	O	0			ewtb.r.311138.1
+2	poor	poor	ADJ	O	0			ewtb.r.311138.1
+
+1	A	a	DET	O	0			ewtb.r.311138.2
+2	lack	lack	NOUN	O	0		n.quantity	ewtb.r.311138.2
+3	of	of	ADP	O	0			ewtb.r.311138.2
+4	organisation	organisation	NOUN	O	0		n.attribute	ewtb.r.311138.2
+5	,	,	PUNCT	O	0			ewtb.r.311138.2
+6	coupled	couple	VERB	O	0		v.stative	ewtb.r.311138.2
+7	with	with	ADP	O	0			ewtb.r.311138.2
+8	the	the	DET	O	0			ewtb.r.311138.2
+9	distain	distain	NOUN	O	0		n.feeling	ewtb.r.311138.2
+10	for	for	ADP	O	0			ewtb.r.311138.2
+11	its	it	PRON	O	0			ewtb.r.311138.2
+12	customers	customer	NOUN	O	0		n.person	ewtb.r.311138.2
+13	,	,	PUNCT	O	0			ewtb.r.311138.2
+14	makes	make	VERB	O	0		v.stative	ewtb.r.311138.2
+15	this	this	DET	O	0			ewtb.r.311138.2
+16	the	the	DET	O	0			ewtb.r.311138.2
+17	worst	worst	ADJ	O	0			ewtb.r.311138.2
+18	rental	rental	ADJ	O	0			ewtb.r.311138.2
+19	agency	agency	NOUN	O	0		n.group	ewtb.r.311138.2
+20	I	i	PRON	O	0			ewtb.r.311138.2
+21	have	have	AUX	O	0			ewtb.r.311138.2
+22	used	use	VERB	O	0		v.social	ewtb.r.311138.2
+23	.	.	PUNCT	O	0			ewtb.r.311138.2
+
+1	Chasing	chase	VERB	O	0		v.social	ewtb.r.311138.3
+2	them	them	PRON	O	0			ewtb.r.311138.3
+3	on	on	ADP	O	0			ewtb.r.311138.3
+4	issues	issue	NOUN	O	0		n.cognition	ewtb.r.311138.3
+5	from	from	ADP	O	0			ewtb.r.311138.3
+6	the	the	DET	O	0			ewtb.r.311138.3
+7	day	day	NOUN	O	0		n.time	ewtb.r.311138.3
+8	I	i	PRON	O	0			ewtb.r.311138.3
+9	moved	move	VERB	O	0		v.motion	ewtb.r.311138.3
+10	in	in	ADV	O	0			ewtb.r.311138.3
+11	(	(	PUNCT	O	0			ewtb.r.311138.3
+12	many	many	ADJ	O	0			ewtb.r.311138.3
+13	of	of	ADP	O	0			ewtb.r.311138.3
+14	them	them	PRON	O	0			ewtb.r.311138.3
+15	still	still	ADV	O	0			ewtb.r.311138.3
+16	unresolved	unresolved	ADJ	O	0			ewtb.r.311138.3
+17	as	as	SCONJ	O	0			ewtb.r.311138.3
+18	I	i	PRON	O	0			ewtb.r.311138.3
+19	left	leave	VERB	O	0		v.motion	ewtb.r.311138.3
+20	)	)	PUNCT	O	0			ewtb.r.311138.3
+21	to	to	ADP	O	0			ewtb.r.311138.3
+22	all	all	DET	O	0			ewtb.r.311138.3
+23	sorts	sort	NOUN	O	0		n.cognition	ewtb.r.311138.3
+24	of	of	ADP	O	0			ewtb.r.311138.3
+25	farcical	farcical	ADJ	O	0			ewtb.r.311138.3
+26	issues	issue	NOUN	O	0		n.cognition	ewtb.r.311138.3
+27	with	with	ADP	O	0			ewtb.r.311138.3
+28	funds	funds	NOUN	O	0		n.possession	ewtb.r.311138.3
+29	,	,	PUNCT	O	0			ewtb.r.311138.3
+30	after	after	SCONJ	O	0			ewtb.r.311138.3
+31	I	i	PRON	O	0			ewtb.r.311138.3
+32	left	leave	VERB	O	0		v.motion	ewtb.r.311138.3
+33	.	.	PUNCT	O	0			ewtb.r.311138.3
+34	.	.	PUNCT	O	0			ewtb.r.311138.3
+35	.	.	PUNCT	O	0			ewtb.r.311138.3
+36	.	.	PUNCT	O	0			ewtb.r.311138.3
+37	as	as	ADV	B	0			ewtb.r.311138.3
+38	soon	soon	ADV	I	37			ewtb.r.311138.3
+39	as	as	SCONJ	I	38			ewtb.r.311138.3
+40	I	i	PRON	O	0			ewtb.r.311138.3
+41	could	could	AUX	O	0			ewtb.r.311138.3
+42	.	.	PUNCT	O	0			ewtb.r.311138.3
+
+1	If	if	SCONJ	O	0			ewtb.r.311138.4
+2	you	you	PRON	O	0			ewtb.r.311138.4
+3	must	must	AUX	O	0			ewtb.r.311138.4
+4	use	use	VERB	O	0		v.social	ewtb.r.311138.4
+5	them	them	PRON	O	0			ewtb.r.311138.4
+6	,	,	PUNCT	O	0			ewtb.r.311138.4
+7	be	be	VERB	O	0		v.stative	ewtb.r.311138.4
+8	vigilant	vigilant	ADJ	O	0			ewtb.r.311138.4
+9	and	and	CONJ	O	0			ewtb.r.311138.4
+10	be	be	VERB	O	0		v.stative	ewtb.r.311138.4
+11	ready	ready	ADJ	O	0			ewtb.r.311138.4
+12	to	to	PART	O	0			ewtb.r.311138.4
+13	push	push	VERB	O	0		v.social	ewtb.r.311138.4
+14	,	,	PUNCT	O	0			ewtb.r.311138.4
+15	if	if	SCONJ	O	0			ewtb.r.311138.4
+16	you	you	PRON	O	0			ewtb.r.311138.4
+17	can	can	AUX	O	0			ewtb.r.311138.4
+18	go	go	VERB	O	0		v.motion	ewtb.r.311138.4
+19	elsewhere	elsewhere	ADV	O	0			ewtb.r.311138.4
+20	then	then	ADV	O	0			ewtb.r.311138.4
+21	I	i	PRON	O	0			ewtb.r.311138.4
+22	would	would	AUX	O	0			ewtb.r.311138.4
+23	.	.	PUNCT	O	0			ewtb.r.311138.4
+
+1	The	the	DET	O	0			ewtb.r.314938.1
+2	best	best	ADJ	O	0			ewtb.r.314938.1
+3	pilates	pilate	NOUN	O	0		n.act	ewtb.r.314938.1
+4	on	on	ADP	O	0			ewtb.r.314938.1
+5	the	the	DET	O	0			ewtb.r.314938.1
+6	Gold	gold	PROPN	B	0		n.location	ewtb.r.314938.1
+7	Coast	coast	PROPN	I	6			ewtb.r.314938.1
+8	!	!	PUNCT	O	0			ewtb.r.314938.1
+
+1	DO	do	AUX	O	0			ewtb.r.324337.1
+2	NT	nt	ADV	O	0			ewtb.r.324337.1
+3	ever	ever	ADV	O	0			ewtb.r.324337.1
+4	go	go	VERB	O	0		v.motion	ewtb.r.324337.1
+5	there	there	ADV	O	0			ewtb.r.324337.1
+6	,	,	PUNCT	O	0			ewtb.r.324337.1
+7	not	not	PART	O	0			ewtb.r.324337.1
+8	even	even	ADV	O	0			ewtb.r.324337.1
+9	if	if	SCONJ	O	0			ewtb.r.324337.1
+10	your	your	PRON	O	0			ewtb.r.324337.1
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.324337.1
+12	flips	flip	VERB	O	0		v.motion	ewtb.r.324337.1
+13	.	.	PUNCT	O	0			ewtb.r.324337.1
+
+1	Their	their	PRON	O	0			ewtb.r.324337.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.324337.2
+3	sucks	suck	VERB	O	0		v.stative	ewtb.r.324337.2
+4	to	to	PART	B	0			ewtb.r.324337.2
+5	start	start	VERB	I	4			ewtb.r.324337.2
+6	off	off	ADP	I	5			ewtb.r.324337.2
+7	with	with	ADV	I	6			ewtb.r.324337.2
+8	,	,	PUNCT	O	0			ewtb.r.324337.2
+9	people	person	NOUN	O	0		n.person	ewtb.r.324337.2
+10	are	be	VERB	O	0		v.stative	ewtb.r.324337.2
+11	cruel	cruel	ADJ	O	0			ewtb.r.324337.2
+12	and	and	CONJ	O	0			ewtb.r.324337.2
+13	ignorant	ignorant	ADJ	O	0			ewtb.r.324337.2
+14	.	.	PUNCT	O	0			ewtb.r.324337.2
+
+1	I	i	PRON	O	0			ewtb.r.324337.3
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.324337.3
+3	compeltly	compeltly	ADV	O	0			ewtb.r.324337.3
+4	dissatisfied	dissatisfied	ADJ	O	0			ewtb.r.324337.3
+5	with	with	ADP	O	0			ewtb.r.324337.3
+6	their	their	PRON	O	0			ewtb.r.324337.3
+7	service	service	NOUN	O	0		n.act	ewtb.r.324337.3
+8	and	and	CONJ	O	0			ewtb.r.324337.3
+9	their	their	PRON	O	0			ewtb.r.324337.3
+10	products	product	NOUN	O	0		n.artifact	ewtb.r.324337.3
+11	.	.	PUNCT	O	0			ewtb.r.324337.3
+
+1	They	they	PRON	O	0			ewtb.r.324337.4
+2	DO	do	AUX	O	0			ewtb.r.324337.4
+3	NOT	not	PART	O	0			ewtb.r.324337.4
+4	have	have	VERB	O	0		v.stative	ewtb.r.324337.4
+5	a	a	DET	O	0			ewtb.r.324337.4
+6	return	return	NOUN	O	0		n.act	ewtb.r.324337.4
+7	policy	policy	NOUN	O	0		n.communication	ewtb.r.324337.4
+8	and	and	CONJ	O	0			ewtb.r.324337.4
+9	even	even	ADV	O	0			ewtb.r.324337.4
+10	if	if	SCONJ	O	0			ewtb.r.324337.4
+11	their	their	PRON	O	0			ewtb.r.324337.4
+12	product	product	NOUN	O	0		n.artifact	ewtb.r.324337.4
+13	SUCKS	suck	VERB	O	0		v.stative	ewtb.r.324337.4
+14	,	,	PUNCT	O	0			ewtb.r.324337.4
+15	they	they	PRON	O	0			ewtb.r.324337.4
+16	will	will	AUX	O	0			ewtb.r.324337.4
+17	NOT	not	PART	O	0			ewtb.r.324337.4
+18	take	take	VERB	B	0		v.possession	ewtb.r.324337.4
+19	it	it	PRON	o	0			ewtb.r.324337.4
+20	back	back	ADV	I	18			ewtb.r.324337.4
+21	!	!	PUNCT	O	0			ewtb.r.324337.4
+
+1	DO	do	AUX	O	0			ewtb.r.324337.5
+2	NOT	not	PART	O	0			ewtb.r.324337.5
+3	EVER	ever	ADV	O	0			ewtb.r.324337.5
+4	GO	go	VERB	O	0		v.motion	ewtb.r.324337.5
+5	HERE	here	ADV	O	0			ewtb.r.324337.5
+6	.	.	PUNCT	O	0			ewtb.r.324337.5
+
+1	I	i	PRON	O	0			ewtb.r.324337.6
+2	prefer	prefer	VERB	O	0		v.cognition	ewtb.r.324337.6
+3	Advanced	advanced	PROPN	B	0		n.group	ewtb.r.324337.6
+4	auto	auto	PROPN	I	3			ewtb.r.324337.6
+5	parts	parts	PROPN	I	4			ewtb.r.324337.6
+6	over	over	ADP	O	0			ewtb.r.324337.6
+7	this	this	DET	O	0			ewtb.r.324337.6
+8	crappy	crappy	ADJ	O	0			ewtb.r.324337.6
+9	place	place	NOUN	O	0		n.group	ewtb.r.324337.6
+10	with	with	ADP	O	0			ewtb.r.324337.6
+11	the	the	DET	O	0			ewtb.r.324337.6
+12	meanest	mean	ADJ	O	0			ewtb.r.324337.6
+13	people	person	NOUN	O	0		n.person	ewtb.r.324337.6
+14	.	.	PUNCT	O	0			ewtb.r.324337.6
+
+1	And	and	CONJ	O	0			ewtb.r.324337.7
+2	they	they	PRON	O	0			ewtb.r.324337.7
+3	THRIVE	thrive	VERB	O	0		v.social	ewtb.r.324337.7
+4	to	to	PART	O	0			ewtb.r.324337.7
+5	get	get	VERB	O	0		v.social	ewtb.r.324337.7
+6	a	a	DET	O	0			ewtb.r.324337.7
+7	customer	customer	NOUN	O	0		n.person	ewtb.r.324337.7
+8	.	.	PUNCT	O	0			ewtb.r.324337.7
+
+1	DO	do	AUX	O	0			ewtb.r.324337.8
+2	NOT	not	PART	O	0			ewtb.r.324337.8
+3	go	go	VERB	O	0		v.motion	ewtb.r.324337.8
+4	here	here	ADV	O	0			ewtb.r.324337.8
+5	..	..	PUNCT	O	0			ewtb.r.324337.8
+6	thank	thank	VERB	B	0			ewtb.r.324337.8
+7	you	you	PRON	I	6			ewtb.r.324337.8
+
+1	Not	not	PART	O	0			ewtb.r.325330.1
+2	impressed	impressed	ADJ	O	0			ewtb.r.325330.1
+3	.	.	PUNCT	O	0			ewtb.r.325330.1
+
+1	Overpriced	overpriced	ADJ	O	0			ewtb.r.325330.2
+2	and	and	CONJ	O	0			ewtb.r.325330.2
+3	the	the	DET	O	0			ewtb.r.325330.2
+4	doctor	doctor	NOUN	O	0		n.person	ewtb.r.325330.2
+5	acted	act	VERB	O	0		v.social	ewtb.r.325330.2
+6	arrogant	arrogant	ADJ	O	0			ewtb.r.325330.2
+7	and	and	CONJ	O	0			ewtb.r.325330.2
+8	rushed	rush	VERB	O	0		v.cognition	ewtb.r.325330.2
+9	at	at	ADP	O	0			ewtb.r.325330.2
+10	a	a	DET	O	0			ewtb.r.325330.2
+11	time	time	NOUN	O	0		n.event	ewtb.r.325330.2
+12	when	when	ADV	O	0			ewtb.r.325330.2
+13	there	there	PRON	O	0			ewtb.r.325330.2
+14	was	be	VERB	O	0		v.stative	ewtb.r.325330.2
+15	very	very	ADV	O	0			ewtb.r.325330.2
+16	few	few	ADJ	O	0			ewtb.r.325330.2
+17	clients	client	NOUN	O	0		n.person	ewtb.r.325330.2
+18	in	in	ADP	O	0			ewtb.r.325330.2
+19	the	the	DET	O	0			ewtb.r.325330.2
+20	facility	facility	NOUN	O	0		n.location	ewtb.r.325330.2
+21	.	.	PUNCT	O	0			ewtb.r.325330.2
+
+1	I	i	PRON	O	0			ewtb.r.325330.3
+2	wo	wo	AUX	O	0			ewtb.r.325330.3
+3	n't	n't	PART	O	0			ewtb.r.325330.3
+4	return	return	VERB	O	0		v.motion	ewtb.r.325330.3
+5	.	.	PUNCT	O	0			ewtb.r.325330.3
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.325538.1
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.325538.1
+3	and	and	CONJ	O	0			ewtb.r.325538.1
+4	great	great	ADJ	O	0			ewtb.r.325538.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.325538.1
+6	!!	!!	PUNCT	O	0			ewtb.r.325538.1
+
+1	HEAVEN	heaven	NOUN	O	0		n.cognition	ewtb.r.326439.1
+2	ON	on	ADP	O	0			ewtb.r.326439.1
+3	EARTHHHHHHH	earthhhhhhh	PROPN	O	0		n.location	ewtb.r.326439.1
+4	!!!!	!!!!	PUNCT	O	0			ewtb.r.326439.1
+
+1	MUST	must	AUX	O	0			ewtb.r.326439.2
+2	TRY	try	VERB	O	0		v.social	ewtb.r.326439.2
+3	!!!	!!!	PUNCT	O	0			ewtb.r.326439.2
+
+1	A	a	DET	B	0			ewtb.r.326439.3
+2	+++	+++	SYM	I	1			ewtb.r.326439.3
+
+1	THIS	this	DET	O	0			ewtb.r.326439.4
+2	PLACE	place	NOUN	O	0		n.group	ewtb.r.326439.4
+3	IS	be	VERB	O	0		v.stative	ewtb.r.326439.4
+4	THE	the	DET	O	0			ewtb.r.326439.4
+5	BEST	best	ADJ	O	0			ewtb.r.326439.4
+6	.	.	PUNCT	O	0			ewtb.r.326439.4
+
+1	I	i	PRON	O	0			ewtb.r.326439.5
+2	HATED	hate	VERB	O	0		v.emotion	ewtb.r.326439.5
+3	SUSHI	sushi	NOUN	O	0		n.food	ewtb.r.326439.5
+4	BEFORE	before	ADV	O	0			ewtb.r.326439.5
+5	BUT	but	CONJ	O	0			ewtb.r.326439.5
+6	NOW	now	ADV	O	0			ewtb.r.326439.5
+7	I	i	PRON	O	0			ewtb.r.326439.5
+8	CA	ca	AUX	O	0			ewtb.r.326439.5
+9	NT	nt	ADV	O	0			ewtb.r.326439.5
+10	STOP	stop	VERB	O	0		v.change	ewtb.r.326439.5
+11	EATTING	eatting	VERB	O	0		v.consumption	ewtb.r.326439.5
+12	IT	it	PRON	O	0			ewtb.r.326439.5
+13	!!!!!!!	!!!!!!!	PUNCT	O	0			ewtb.r.326439.5
+
+1	NICE	nice	ADJ	O	0			ewtb.r.326439.6
+2	SERVICE	service	PROPN	O	0		n.act	ewtb.r.326439.6
+3	,	,	PUNCT	O	0			ewtb.r.326439.6
+4	AND	and	CONJ	O	0			ewtb.r.326439.6
+5	EXCELLENT	excellent	ADJ	O	0			ewtb.r.326439.6
+6	FOOD	food	NOUN	O	0		n.food	ewtb.r.326439.6
+7	.	.	PUNCT	O	0			ewtb.r.326439.6
+
+1	EVERYTHING	everything	NOUN	O	0			ewtb.r.326439.7
+2	IN	in	ADP	O	0			ewtb.r.326439.7
+3	HERE	here	ADV	O	0			ewtb.r.326439.7
+4	SEEMS	seem	VERB	O	0		v.cognition	ewtb.r.326439.7
+5	TO	to	PART	O	0			ewtb.r.326439.7
+6	AMAZE	amaze	VERB	O	0		v.cognition	ewtb.r.326439.7
+7	ME	me	PRON	O	0			ewtb.r.326439.7
+8	!!!	!!!	PUNCT	O	0			ewtb.r.326439.7
+
+1	THEIR	their	PRON	O	0			ewtb.r.326439.8
+2	GRILL	grill	NOUN	O	0		n.food	ewtb.r.326439.8
+3	DISHES	dish	NOUN	O	0		n.food	ewtb.r.326439.8
+4	ARE	be	VERB	O	0		v.stative	ewtb.r.326439.8
+5	OUT	out	ADP	B	0			ewtb.r.326439.8
+6	TA	ta	ADP	I	5			ewtb.r.326439.8
+7	THIS	this	DET	I	6			ewtb.r.326439.8
+8	WORLD	world	NOUN	I	7			ewtb.r.326439.8
+9	AND	and	CONJ	O	0			ewtb.r.326439.8
+10	SUSHI	sushi	NOUN	O	0		n.food	ewtb.r.326439.8
+11	IS	be	VERB	O	0		v.stative	ewtb.r.326439.8
+12	JUST	just	ADV	O	0			ewtb.r.326439.8
+13	FABULOUS	fabulous	ADJ	O	0			ewtb.r.326439.8
+14	!!!!	!!!!	PUNCT	O	0			ewtb.r.326439.8
+
+1	I	i	PRON	O	0			ewtb.r.326439.9
+2	EAT	eat	VERB	O	0		v.consumption	ewtb.r.326439.9
+3	HERE	here	ADV	O	0			ewtb.r.326439.9
+4	AT	at	ADV	B	0			ewtb.r.326439.9
+5	LEAST	least	ADV	I	4			ewtb.r.326439.9
+6	5	5	NUM	O	0			ewtb.r.326439.9
+7	DAYS	days	NOUN	O	0		n.time	ewtb.r.326439.9
+8	A	a	DET	O	0			ewtb.r.326439.9
+9	WEEK	week	NOUN	O	0		n.time	ewtb.r.326439.9
+10	.	.	PUNCT	O	0			ewtb.r.326439.9
+
+1	THEY	they	PRON	O	0			ewtb.r.326439.10
+2	HAVE	have	VERB	O	0		v.stative	ewtb.r.326439.10
+3	EXCELLENT	excellent	ADJ	O	0			ewtb.r.326439.10
+4	SUSHI	sushi	NOUN	O	0		n.food	ewtb.r.326439.10
+5	CHEF	chef	NOUN	O	0		n.person	ewtb.r.326439.10
+6	SPECIAL	special	ADJ	O	0			ewtb.r.326439.10
+7	ROLLS	roll	NOUN	O	0		n.food	ewtb.r.326439.10
+8	FOR	for	ADP	O	0			ewtb.r.326439.10
+9	A	a	DET	O	0			ewtb.r.326439.10
+10	FAIR	fair	ADJ	O	0			ewtb.r.326439.10
+11	PRICE	price	NOUN	O	0		n.possession	ewtb.r.326439.10
+12	AND	and	CONJ	O	0			ewtb.r.326439.10
+13	SO	so	ADV	O	0			ewtb.r.326439.10
+14	IS	be	VERB	O	0		v.stative	ewtb.r.326439.10
+15	THE	the	DET	O	0			ewtb.r.326439.10
+16	GRILL	grill	NOUN	O	0		n.food	ewtb.r.326439.10
+17	ORDERS	order	NOUN	O	0		n.food	ewtb.r.326439.10
+18	.	.	PUNCT	O	0			ewtb.r.326439.10
+
+1	A	a	NOUN	B	0			ewtb.r.326439.11
+2	++++	++++	SYM	I	1			ewtb.r.326439.11
+3	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.326439.11
+
+1	JUNO	juno	PROPN	B	0		n.group	ewtb.r.326439.12
+2	AND	and	CONJ	I	1			ewtb.r.326439.12
+3	OPEN	open	PROPN	I	2			ewtb.r.326439.12
+4	I	i	PRON	O	0			ewtb.r.326439.12
+5	LOVE	love	VERB	O	0		v.emotion	ewtb.r.326439.12
+6	YOU	you	PRON	O	0			ewtb.r.326439.12
+7	GUYS	guys	PROPN	O	0		n.person	ewtb.r.326439.12
+8	!!!!!!!!!!!!!!	!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.326439.12
+
+1	[	[	PUNCT	O	0			ewtb.r.326439.13
+2	no	no	DET	B	0			ewtb.r.326439.13
+3	homo	homo	NOUN	I	2			ewtb.r.326439.13
+4	]	]	PUNCT	O	0			ewtb.r.326439.13
+5	:D	:d	SYM	O	0			ewtb.r.326439.13
+
+1	Nice	nice	ADJ	O	0			ewtb.r.341435.1
+2	and	and	CONJ	O	0			ewtb.r.341435.1
+3	quiet	quiet	ADJ	O	0			ewtb.r.341435.1
+4	place	place	NOUN	O	0		n.group	ewtb.r.341435.1
+5	with	with	ADP	O	0			ewtb.r.341435.1
+6	cosy	cosy	ADJ	O	0			ewtb.r.341435.1
+7	living	living	NOUN	B	0		n.location	ewtb.r.341435.1
+8	room	room	NOUN	I	7			ewtb.r.341435.1
+9	just	just	ADV	O	0			ewtb.r.341435.1
+10	outside	outside	ADP	O	0			ewtb.r.341435.1
+11	the	the	DET	O	0			ewtb.r.341435.1
+12	city	city	NOUN	O	0		n.location	ewtb.r.341435.1
+13	.	.	PUNCT	O	0			ewtb.r.341435.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.343035.1
+2	piano	piano	NOUN	O	0		n.artifact	ewtb.r.343035.1
+3	lessons	lesson	NOUN	O	0		n.act	ewtb.r.343035.1
+
+1	I	i	PRON	O	0			ewtb.r.343035.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.343035.2
+3	very	very	ADV	O	0			ewtb.r.343035.2
+4	happy	happy	ADJ	O	0			ewtb.r.343035.2
+5	with	with	ADP	O	0			ewtb.r.343035.2
+6	the	the	DET	O	0			ewtb.r.343035.2
+7	piano	piano	NOUN	O	0		n.artifact	ewtb.r.343035.2
+8	lessons	lesson	NOUN	O	0		n.act	ewtb.r.343035.2
+9	Mrs.	mrs.	PROPN	B	0		n.person	ewtb.r.343035.2
+10	Lynda	lynda	PROPN	I	9			ewtb.r.343035.2
+11	Mcmanus	mcmanus	PROPN	I	10			ewtb.r.343035.2
+12	taught	teach	VERB	O	0		v.social	ewtb.r.343035.2
+13	me	me	PRON	O	0			ewtb.r.343035.2
+14	.	.	PUNCT	O	0			ewtb.r.343035.2
+
+1	Now	now	ADV	O	0			ewtb.r.343035.3
+2	I	i	PRON	O	0			ewtb.r.343035.3
+3	'm	'm	VERB	O	0		v.stative	ewtb.r.343035.3
+4	able	able	ADJ	O	0			ewtb.r.343035.3
+5	to	to	PART	O	0			ewtb.r.343035.3
+6	play	play	VERB	O	0		v.creation	ewtb.r.343035.3
+7	the	the	DET	O	0			ewtb.r.343035.3
+8	piano	piano	NOUN	O	0		n.artifact	ewtb.r.343035.3
+9	pretty	pretty	ADV	O	0			ewtb.r.343035.3
+10	well	well	ADV	O	0			ewtb.r.343035.3
+11	.	.	PUNCT	O	0			ewtb.r.343035.3
+
+1	Got	get	VERB	B	0			ewtb.r.343336.1
+2	to	to	PART	I	1			ewtb.r.343336.1
+3	love	love	VERB	O	0		v.emotion	ewtb.r.343336.1
+4	this	this	DET	O	0			ewtb.r.343336.1
+5	place	place	NOUN	O	0		n.group	ewtb.r.343336.1
+6	.	.	PUNCT	O	0			ewtb.r.343336.1
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.343336.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.343336.2
+3	relaxed	relaxed	ADJ	O	0			ewtb.r.343336.2
+4	and	and	CONJ	O	0			ewtb.r.343336.2
+5	having	have	VERB	B	0		v.social	ewtb.r.343336.2
+6	fun	fun	NOUN	I	5			ewtb.r.343336.2
+7	!!!	!!!	PUNCT	O	0			ewtb.r.343336.2
+
+1	Hidden	hidden	ADJ	O	0			ewtb.r.354336.1
+2	Gem	gem	NOUN	O	0		n.cognition	ewtb.r.354336.1
+3	in	in	ADP	O	0			ewtb.r.354336.1
+4	Alpharetta	alpharetta	PROPN	O	0		n.location	ewtb.r.354336.1
+
+1	This	this	DET	O	0			ewtb.r.354336.2
+2	French	french	ADJ	O	0			ewtb.r.354336.2
+3	born	bear	VERB	O	0			ewtb.r.354336.2
+4	,	,	PUNCT	O	0			ewtb.r.354336.2
+5	French	french	ADJ	O	0			ewtb.r.354336.2
+6	trained	train	VERB	O	0			ewtb.r.354336.2
+7	chef	chef	NOUN	O	0		n.person	ewtb.r.354336.2
+8	and	and	CONJ	O	0			ewtb.r.354336.2
+9	his	his	PRON	O	0			ewtb.r.354336.2
+10	creative	creative	ADJ	O	0			ewtb.r.354336.2
+11	partners	partner	NOUN	O	0		n.person	ewtb.r.354336.2
+12	offer	offer	VERB	O	0		v.stative	ewtb.r.354336.2
+13	a	a	DET	O	0			ewtb.r.354336.2
+14	taste	taste	NOUN	O	0		n.cognition	ewtb.r.354336.2
+15	fresh	fresh	ADJ	O	0			ewtb.r.354336.2
+16	,	,	PUNCT	O	0			ewtb.r.354336.2
+17	locally	locally	ADV	O	0			ewtb.r.354336.2
+18	sourced	source	VERB	O	0			ewtb.r.354336.2
+19	,	,	PUNCT	O	0			ewtb.r.354336.2
+20	fabulously	fabulously	ADV	O	0			ewtb.r.354336.2
+21	prepared	prepare	VERB	O	0		v.creation	ewtb.r.354336.2
+22	food	food	NOUN	O	0		n.food	ewtb.r.354336.2
+23	in	in	ADP	O	0			ewtb.r.354336.2
+24	the	the	DET	O	0			ewtb.r.354336.2
+25	most	most	ADV	O	0			ewtb.r.354336.2
+26	unlikely	unlikely	ADJ	O	0			ewtb.r.354336.2
+27	of	of	ADP	O	0			ewtb.r.354336.2
+28	locations	location	NOUN	O	0		n.location	ewtb.r.354336.2
+29	.	.	PUNCT	O	0			ewtb.r.354336.2
+
+1	Try	try	VERB	O	0		v.social	ewtb.r.354336.3
+2	their	their	PRON	O	0			ewtb.r.354336.3
+3	weekend	weekend	NOUN	O	0		n.time	ewtb.r.354336.3
+4	"	"	PUNCT	O	0			ewtb.r.354336.3
+5	tastings	tasting	NOUN	O	0		n.event	ewtb.r.354336.3
+6	"	"	PUNCT	O	0			ewtb.r.354336.3
+7	which	which	DET	O	0			ewtb.r.354336.3
+8	you	you	PRON	O	0			ewtb.r.354336.3
+9	can	can	AUX	O	0			ewtb.r.354336.3
+10	learn	learn	VERB	O	0		v.cognition	ewtb.r.354336.3
+11	about	about	ADP	O	0			ewtb.r.354336.3
+12	by	by	SCONJ	O	0			ewtb.r.354336.3
+13	getting	get	VERB	O	0		v.communication	ewtb.r.354336.3
+14	on	on	ADP	O	0			ewtb.r.354336.3
+15	their	their	PRON	O	0			ewtb.r.354336.3
+16	weekly	weekly	ADJ	O	0			ewtb.r.354336.3
+17	email	email	NOUN	O	0		n.communication	ewtb.r.354336.3
+18	list	list	NOUN	O	0		n.communication	ewtb.r.354336.3
+19	.	.	PUNCT	O	0			ewtb.r.354336.3
+
+1	It	it	PRON	O	0			ewtb.r.354336.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.354336.4
+3	the	the	DET	O	0			ewtb.r.354336.4
+4	best	best	ADJ	O	0			ewtb.r.354336.4
+5	meal	meal	NOUN	O	0		n.food	ewtb.r.354336.4
+6	for	for	ADP	O	0			ewtb.r.354336.4
+7	the	the	DET	O	0			ewtb.r.354336.4
+8	money	money	NOUN	O	0		n.possession	ewtb.r.354336.4
+9	you	you	PRON	O	0			ewtb.r.354336.4
+10	will	will	AUX	O	0			ewtb.r.354336.4
+11	find	find	VERB	O	0		v.cognition	ewtb.r.354336.4
+12	in	in	ADP	O	0			ewtb.r.354336.4
+13	all	all	DET	O	0			ewtb.r.354336.4
+14	of	of	ADP	O	0			ewtb.r.354336.4
+15	metro	metro	ADJ	O	0			ewtb.r.354336.4
+16	Atlanta	atlanta	PROPN	O	0		n.location	ewtb.r.354336.4
+17	.	.	PUNCT	O	0			ewtb.r.354336.4
+
+1	Great	great	ADJ	O	0			ewtb.r.359433.1
+2	Place	place	NOUN	O	0		n.group	ewtb.r.359433.1
+3	To	to	PART	O	0			ewtb.r.359433.1
+4	Use	use	VERB	O	0		v.social	ewtb.r.359433.1
+5	The	the	PRON	O	0			ewtb.r.359433.1
+6	Fix	fix	VERB	O	0		v.change	ewtb.r.359433.1
+7	appliances	appliance	NOUN	O	0		n.artifact	ewtb.r.359433.1
+8	Plumbing	plumbing	PROPN	O	0		n.artifact	ewtb.r.359433.1
+9	Air	air	PROPN	B	0		n.artifact	ewtb.r.359433.1
+10	Conditioning	conditioning	PROPN	I	9			ewtb.r.359433.1
+11	&	&	CONJ	O	0			ewtb.r.359433.1
+12	Electric	electric	PROPN	O	0		n.artifact	ewtb.r.359433.1
+13	Problems	problems	PROPN	O	0		n.cognition	ewtb.r.359433.1
+14	.	.	PUNCT	O	0			ewtb.r.359433.1
+
+1	We	we	PRON	O	0			ewtb.r.359433.2
+2	have	have	AUX	O	0			ewtb.r.359433.2
+3	used	use	VERB	O	0		v.social	ewtb.r.359433.2
+4	them	them	PRON	O	0			ewtb.r.359433.2
+5	for	for	ADP	O	0			ewtb.r.359433.2
+6	plumbing	plumbing	NOUN	O	0		n.artifact	ewtb.r.359433.2
+7	&	&	CONJ	O	0			ewtb.r.359433.2
+8	A	a	NOUN	B	0		n.artifact	ewtb.r.359433.2
+9	/	/	PUNCT	I	8			ewtb.r.359433.2
+10	C	c	NOUN	I	9			ewtb.r.359433.2
+11	and	and	CONJ	O	0			ewtb.r.359433.2
+12	they	they	PRON	O	0			ewtb.r.359433.2
+13	are	be	VERB	O	0		v.stative	ewtb.r.359433.2
+14	affordable	affordable	ADJ	O	0			ewtb.r.359433.2
+15	and	and	CONJ	O	0			ewtb.r.359433.2
+16	get	get	VERB	B	0		v.social	ewtb.r.359433.2
+17	the	the	DET	o	0			ewtb.r.359433.2
+18	work	work	NOUN	o	0		n.act	ewtb.r.359433.2
+19	done	do	VERB	I	16			ewtb.r.359433.2
+20	right	right	ADJ	O	0			ewtb.r.359433.2
+21	.	.	PUNCT	O	0			ewtb.r.359433.2
+
+1	Great	great	ADJ	O	0			ewtb.r.359433.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.359433.3
+3	5	5	NUM	B	0		n.communication	ewtb.r.359433.3
+4	stars	star	NOUN	I	3			ewtb.r.359433.3
+5	for	for	ADP	B	0			ewtb.r.359433.3
+6	sure	sure	ADJ	I	5			ewtb.r.359433.3
+7	.	.	PUNCT	O	0			ewtb.r.359433.3
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.359433.4
+2	From	from	ADP	O	0			ewtb.r.359433.4
+3	Bill	bill	PROPN	O	0		n.person	ewtb.r.359433.4
+
+1	I	i	PRON	O	0			ewtb.r.360937.1
+2	stopped	stop	VERB	B	0		v.motion	ewtb.r.360937.1
+3	in	in	ADV	I	2			ewtb.r.360937.1
+4	today	today	NOUN	O	0		n.time	ewtb.r.360937.1
+5	@	@	ADP	O	0			ewtb.r.360937.1
+6	Yards	yards	PROPN	B	0		n.group	ewtb.r.360937.1
+7	Brewery	brewery	PROPN	I	6			ewtb.r.360937.1
+8	.	.	PUNCT	O	0			ewtb.r.360937.1
+
+1	I	i	PRON	O	0			ewtb.r.360937.2
+2	must	must	AUX	O	0			ewtb.r.360937.2
+3	say	say	VERB	O	0		v.communication	ewtb.r.360937.2
+4	,	,	PUNCT	O	0			ewtb.r.360937.2
+5	I	i	PRON	O	0			ewtb.r.360937.2
+6	was	be	VERB	O	0		v.stative	ewtb.r.360937.2
+7	impressed	impressed	ADJ	O	0			ewtb.r.360937.2
+8	with	with	ADP	O	0			ewtb.r.360937.2
+9	the	the	DET	O	0			ewtb.r.360937.2
+10	size	size	NOUN	O	0		n.attribute	ewtb.r.360937.2
+11	of	of	ADP	O	0			ewtb.r.360937.2
+12	the	the	DET	O	0			ewtb.r.360937.2
+13	bar	bar	NOUN	O	0		n.artifact	ewtb.r.360937.2
+14	area	area	NOUN	O	0		n.location	ewtb.r.360937.2
+15	and	and	CONJ	O	0			ewtb.r.360937.2
+16	lounge	lounge	NOUN	O	0		n.location	ewtb.r.360937.2
+17	,	,	PUNCT	O	0			ewtb.r.360937.2
+18	&	&	CONJ	O	0			ewtb.r.360937.2
+19	I	i	PRON	O	0			ewtb.r.360937.2
+20	liked	like	VERB	O	0		v.emotion	ewtb.r.360937.2
+21	that	that	SCONJ	O	0			ewtb.r.360937.2
+22	you	you	PRON	O	0			ewtb.r.360937.2
+23	could	could	AUX	O	0			ewtb.r.360937.2
+24	see	see	VERB	O	0		v.perception	ewtb.r.360937.2
+25	the	the	DET	O	0			ewtb.r.360937.2
+26	brewery	brewery	NOUN	O	0		n.location	ewtb.r.360937.2
+27	right	right	ADV	O	0			ewtb.r.360937.2
+28	thru	thru	ADP	O	0			ewtb.r.360937.2
+29	the	the	DET	O	0			ewtb.r.360937.2
+30	glass	glass	NOUN	O	0		n.artifact	ewtb.r.360937.2
+31	!	!	PUNCT	O	0			ewtb.r.360937.2
+
+1	I	i	PRON	O	0			ewtb.r.360937.3
+2	had	have	VERB	O	0		v.consumption	ewtb.r.360937.3
+3	a	a	DET	O	0			ewtb.r.360937.3
+4	sampler	sampler	NOUN	O	0		n.food	ewtb.r.360937.3
+5	of	of	ADP	O	0			ewtb.r.360937.3
+6	IPA	ipa	NOUN	O	0		n.food	ewtb.r.360937.3
+7	,	,	PUNCT	O	0			ewtb.r.360937.3
+8	Brawler	brawler	PROPN	O	0		n.food	ewtb.r.360937.3
+9	,	,	PUNCT	O	0			ewtb.r.360937.3
+10	Love	love	PROPN	B	0		n.food	ewtb.r.360937.3
+11	Stout	stout	PROPN	I	10			ewtb.r.360937.3
+12	&	&	CONJ	O	0			ewtb.r.360937.3
+13	ESA	esa	NOUN	O	0		n.food	ewtb.r.360937.3
+14	.	.	PUNCT	O	0			ewtb.r.360937.3
+
+1	All	all	DET	O	0			ewtb.r.360937.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.360937.4
+3	awesome	awesome	ADJ	O	0			ewtb.r.360937.4
+4	,	,	PUNCT	O	0			ewtb.r.360937.4
+5	&	&	CONJ	O	0			ewtb.r.360937.4
+6	I	i	PRON	O	0			ewtb.r.360937.4
+7	had	have	VERB	O	0		v.consumption	ewtb.r.360937.4
+8	a	a	DET	O	0			ewtb.r.360937.4
+9	Dogwood	dogwood	NOUN	B	0		n.food	ewtb.r.360937.4
+10	Grilled	grill	VERB	I	9			ewtb.r.360937.4
+11	Cheese	cheese	NOUN	I	10			ewtb.r.360937.4
+12	which	which	DET	O	0			ewtb.r.360937.4
+13	was	be	VERB	O	0		v.stative	ewtb.r.360937.4
+14	enjoyable	enjoyable	ADJ	O	0			ewtb.r.360937.4
+15	with	with	ADP	O	0			ewtb.r.360937.4
+16	the	the	DET	O	0			ewtb.r.360937.4
+17	fine	fine	ADJ	O	0			ewtb.r.360937.4
+18	beers	beer	NOUN	O	0		n.food	ewtb.r.360937.4
+19	.	.	PUNCT	O	0			ewtb.r.360937.4
+
+1	After	after	ADP	O	0			ewtb.r.360937.5
+2	my	my	PRON	O	0			ewtb.r.360937.5
+3	sampler	sampler	NOUN	O	0		n.food	ewtb.r.360937.5
+4	&	&	CONJ	O	0			ewtb.r.360937.5
+5	sandwich	sandwich	NOUN	O	0		n.food	ewtb.r.360937.5
+6	,	,	PUNCT	O	0			ewtb.r.360937.5
+7	I	i	PRON	O	0			ewtb.r.360937.5
+8	asked	ask	VERB	O	0		v.communication	ewtb.r.360937.5
+9	for	for	ADP	O	0			ewtb.r.360937.5
+10	a	a	DET	O	0			ewtb.r.360937.5
+11	pint	pint	NOUN	O	0		n.quantity	ewtb.r.360937.5
+12	of	of	ADP	O	0			ewtb.r.360937.5
+13	there	there	PRON	O	0			ewtb.r.360937.5
+14	Nitrogen	nitrogen	PROPN	B	0		n.food	ewtb.r.360937.5
+15	Love	love	PROPN	I	14			ewtb.r.360937.5
+16	Stout	stout	PROPN	I	15			ewtb.r.360937.5
+17	,	,	PUNCT	O	0			ewtb.r.360937.5
+18	I	i	PRON	O	0			ewtb.r.360937.5
+19	must	must	AUX	O	0			ewtb.r.360937.5
+20	say	say	VERB	O	0		v.communication	ewtb.r.360937.5
+21	I	i	PRON	O	0			ewtb.r.360937.5
+22	was	be	VERB	O	0		v.stative	ewtb.r.360937.5
+23	impressed	impressed	ADJ	O	0			ewtb.r.360937.5
+24	,	,	PUNCT	O	0			ewtb.r.360937.5
+25	with	with	ADP	O	0			ewtb.r.360937.5
+26	the	the	DET	O	0			ewtb.r.360937.5
+27	great	great	ADJ	O	0			ewtb.r.360937.5
+28	taste	taste	NOUN	O	0		n.cognition	ewtb.r.360937.5
+29	&	&	CONJ	O	0			ewtb.r.360937.5
+30	I	i	PRON	O	0			ewtb.r.360937.5
+31	am	be	VERB	O	0		v.stative	ewtb.r.360937.5
+32	a	a	DET	O	0			ewtb.r.360937.5
+33	Guiness	guiness	PROPN	O	0		n.food	ewtb.r.360937.5
+34	Lover	lover	NOUN	O	0		n.person	ewtb.r.360937.5
+35	so	so	ADV	O	0			ewtb.r.360937.5
+36	coming	come	VERB	O	0		v.cognition	ewtb.r.360937.5
+37	from	from	ADP	O	0			ewtb.r.360937.5
+38	me	me	PRON	O	0			ewtb.r.360937.5
+39	,	,	PUNCT	O	0			ewtb.r.360937.5
+40	I	i	PRON	O	0			ewtb.r.360937.5
+41	think	think	VERB	O	0		v.cognition	ewtb.r.360937.5
+42	this	this	DET	O	0			ewtb.r.360937.5
+43	is	be	VERB	O	0		v.stative	ewtb.r.360937.5
+44	better	better	ADJ	O	0			ewtb.r.360937.5
+45	,	,	PUNCT	O	0			ewtb.r.360937.5
+46	it	it	PRON	O	0			ewtb.r.360937.5
+47	s	s	VERB	O	0		v.stative	ewtb.r.360937.5
+48	less	less	ADV	O	0			ewtb.r.360937.5
+49	dry	dry	ADJ	O	0			ewtb.r.360937.5
+50	&	&	CONJ	O	0			ewtb.r.360937.5
+51	smoother	smooth	ADJ	O	0			ewtb.r.360937.5
+52	!	!	PUNCT	O	0			ewtb.r.360937.5
+
+1	If	if	SCONJ	O	0			ewtb.r.360937.6
+2	you	you	PRON	O	0			ewtb.r.360937.6
+3	are	be	VERB	O	0		v.stative	ewtb.r.360937.6
+4	in	in	ADP	O	0			ewtb.r.360937.6
+5	Philly	philly	PROPN	O	0		n.location	ewtb.r.360937.6
+6	you	you	PRON	O	0			ewtb.r.360937.6
+7	have	have	VERB	B	0			ewtb.r.360937.6
+8	to	to	PART	I	7			ewtb.r.360937.6
+9	come	come	VERB	O	0		v.motion	ewtb.r.360937.6
+10	check	check	VERB	B	0		v.social	ewtb.r.360937.6
+11	this	this	DET	o	0			ewtb.r.360937.6
+12	place	place	NOUN	o	0		n.group	ewtb.r.360937.6
+13	out	out	ADP	I	10			ewtb.r.360937.6
+14	!	!	PUNCT	O	0			ewtb.r.360937.6
+
+1	The	the	DET	O	0			ewtb.r.360937.7
+2	only	only	ADJ	O	0			ewtb.r.360937.7
+3	negative	negative	NOUN	O	0		n.cognition	ewtb.r.360937.7
+4	I	i	PRON	O	0			ewtb.r.360937.7
+5	have	have	VERB	O	0		v.stative	ewtb.r.360937.7
+6	abou	abou	ADP	O	0			ewtb.r.360937.7
+7	this	this	DET	O	0			ewtb.r.360937.7
+8	place	place	NOUN	O	0		n.group	ewtb.r.360937.7
+9	is	be	VERB	O	0		v.stative	ewtb.r.360937.7
+10	the	the	DET	O	0			ewtb.r.360937.7
+11	parking	parking	NOUN	O	0		n.act	ewtb.r.360937.7
+12	!	!	PUNCT	O	0			ewtb.r.360937.7
+
+1	I	i	PRON	O	0			ewtb.r.360937.8
+2	left	leave	VERB	O	0		v.motion	ewtb.r.360937.8
+3	with	with	ADP	O	0			ewtb.r.360937.8
+4	a	a	DET	O	0			ewtb.r.360937.8
+5	case	case	NOUN	O	0		n.quantity	ewtb.r.360937.8
+6	of	of	ADP	O	0			ewtb.r.360937.8
+7	BRAWLER	brawler	PROPN	O	0		n.food	ewtb.r.360937.8
+8	!!!!	!!!!	PUNCT	O	0			ewtb.r.360937.8
+9	!	!	PUNCT	O	0			ewtb.r.360937.8
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.363234.1
+2	Tattoo	tattoo	NOUN	O	0		n.artifact	ewtb.r.363234.1
+3	Shop	shop	NOUN	O	0		n.group	ewtb.r.363234.1
+
+1	I	i	PRON	O	0			ewtb.r.363234.2
+2	recently	recently	ADV	O	0			ewtb.r.363234.2
+3	got	get	VERB	B	0		v.body	ewtb.r.363234.2
+4	a	a	DET	o	0			ewtb.r.363234.2
+5	tattoo	tattoo	NOUN	o	0		n.artifact	ewtb.r.363234.2
+6	done	do	VERB	I	3			ewtb.r.363234.2
+7	at	at	ADP	O	0			ewtb.r.363234.2
+8	Aztec	aztec	PROPN	O	0		n.group	ewtb.r.363234.2
+9	and	and	CONJ	O	0			ewtb.r.363234.2
+10	I	i	PRON	O	0			ewtb.r.363234.2
+11	could	could	AUX	O	0			ewtb.r.363234.2
+12	not	not	PART	O	0			ewtb.r.363234.2
+13	be	be	VERB	O	0		v.stative	ewtb.r.363234.2
+14	happier	happy	ADJ	O	0			ewtb.r.363234.2
+15	.	.	PUNCT	O	0			ewtb.r.363234.2
+
+1	It	it	PRON	O	0			ewtb.r.363234.3
+2	came	come	VERB	B	0		v.stative	ewtb.r.363234.3
+3	out	out	ADV	I	2			ewtb.r.363234.3
+4	better	better	ADJ	O	0			ewtb.r.363234.3
+5	than	than	SCONJ	O	0			ewtb.r.363234.3
+6	I	i	PRON	O	0			ewtb.r.363234.3
+7	even	even	ADV	O	0			ewtb.r.363234.3
+8	imagined	imagine	VERB	O	0		v.cognition	ewtb.r.363234.3
+9	.	.	PUNCT	O	0			ewtb.r.363234.3
+
+1	The	the	DET	O	0			ewtb.r.363234.4
+2	shop	shop	NOUN	O	0		n.group	ewtb.r.363234.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.363234.4
+4	great	great	ADJ	O	0			ewtb.r.363234.4
+5	,	,	PUNCT	O	0			ewtb.r.363234.4
+6	the	the	DET	O	0			ewtb.r.363234.4
+7	service	service	NOUN	O	0		n.act	ewtb.r.363234.4
+8	was	be	VERB	O	0		v.stative	ewtb.r.363234.4
+9	excellent	excellent	ADJ	O	0			ewtb.r.363234.4
+10	and	and	CONJ	O	0			ewtb.r.363234.4
+11	the	the	DET	O	0			ewtb.r.363234.4
+12	employees	employee	NOUN	O	0		n.person	ewtb.r.363234.4
+13	were	be	VERB	O	0		v.stative	ewtb.r.363234.4
+14	fun	fun	ADJ	O	0			ewtb.r.363234.4
+15	guys	guy	NOUN	O	0		n.person	ewtb.r.363234.4
+16	.	.	PUNCT	O	0			ewtb.r.363234.4
+
+1	I	i	PRON	O	0			ewtb.r.363234.5
+2	would	would	AUX	O	0			ewtb.r.363234.5
+3	highly	highly	ADV	O	0			ewtb.r.363234.5
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.363234.5
+5	this	this	DET	O	0			ewtb.r.363234.5
+6	shop	shop	NOUN	O	0		n.group	ewtb.r.363234.5
+7	to	to	ADP	O	0			ewtb.r.363234.5
+8	anyone	anyone	NOUN	O	0			ewtb.r.363234.5
+9	looking	look	VERB	O	0		v.social	ewtb.r.363234.5
+10	to	to	PART	O	0			ewtb.r.363234.5
+11	get	get	VERB	B	0		v.body	ewtb.r.363234.5
+12	a	a	DET	o	0			ewtb.r.363234.5
+13	quality	quality	ADJ	o	0			ewtb.r.363234.5
+14	tattoo	tattoo	NOUN	o	0		n.artifact	ewtb.r.363234.5
+15	done	do	VERB	I	11			ewtb.r.363234.5
+16	.	.	PUNCT	O	0			ewtb.r.363234.5
+
+1	Favorite	favorite	ADJ	O	0			ewtb.r.363633.1
+2	Restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.363633.1
+
+1	Best	best	ADJ	O	0			ewtb.r.363633.2
+2	yellow	yellow	ADJ	B	0		n.food	ewtb.r.363633.2
+3	curry	curry	NOUN	I	2			ewtb.r.363633.2
+4	that	that	DET	O	0			ewtb.r.363633.2
+5	I	i	PRON	O	0			ewtb.r.363633.2
+6	have	have	AUX	O	0			ewtb.r.363633.2
+7	ever	ever	ADV	O	0			ewtb.r.363633.2
+8	tasted	taste	VERB	O	0		v.perception	ewtb.r.363633.2
+9	.	.	PUNCT	O	0			ewtb.r.363633.2
+
+1	Staff	staff	NOUN	O	0		n.person	ewtb.r.363633.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.363633.3
+3	super	super	ADV	O	0			ewtb.r.363633.3
+4	friendly	friendly	ADJ	O	0			ewtb.r.363633.3
+5	and	and	CONJ	O	0			ewtb.r.363633.3
+6	very	very	ADV	O	0			ewtb.r.363633.3
+7	attentive	attentive	ADJ	O	0			ewtb.r.363633.3
+8	.	.	PUNCT	O	0			ewtb.r.363633.3
+
+1	Price	price	NOUN	O	0		n.possession	ewtb.r.363633.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.363633.4
+3	also	also	ADV	O	0			ewtb.r.363633.4
+4	very	very	ADV	O	0			ewtb.r.363633.4
+5	reasonable	reasonable	ADJ	O	0			ewtb.r.363633.4
+6	.	.	PUNCT	O	0			ewtb.r.363633.4
+
+1	A	a	NOUN	B	0		n.communication	ewtb.r.365630.1
+2	+	+	SYM	I	1			ewtb.r.365630.1
+
+1	I	i	PRON	O	0			ewtb.r.365630.2
+2	would	would	AUX	O	0			ewtb.r.365630.2
+3	rate	rate	VERB	O	0		v.communication	ewtb.r.365630.2
+4	Fran	fran	PROPN	B	0		n.group	ewtb.r.365630.2
+5	pcs	pcs	PROPN	I	4			ewtb.r.365630.2
+6	an	an	DET	O	0			ewtb.r.365630.2
+7	A	a	NOUN	B	0		n.communication	ewtb.r.365630.2
+8	+	+	SYM	I	7			ewtb.r.365630.2
+9	because	because	SCONJ	O	0			ewtb.r.365630.2
+10	the	the	DET	O	0			ewtb.r.365630.2
+11	price	price	NOUN	O	0		n.possession	ewtb.r.365630.2
+12	was	be	VERB	O	0		v.stative	ewtb.r.365630.2
+13	lower	low	ADJ	O	0			ewtb.r.365630.2
+14	than	than	ADP	O	0			ewtb.r.365630.2
+15	everyone	everyone	NOUN	O	0			ewtb.r.365630.2
+16	else	else	ADJ	O	0			ewtb.r.365630.2
+17	,	,	PUNCT	O	0			ewtb.r.365630.2
+18	i	i	PRON	O	0			ewtb.r.365630.2
+19	got	get	VERB	O	0		v.stative	ewtb.r.365630.2
+20	my	my	PRON	O	0			ewtb.r.365630.2
+21	computer	computer	NOUN	O	0		n.artifact	ewtb.r.365630.2
+22	back	back	ADV	O	0			ewtb.r.365630.2
+23	the	the	DET	O	0			ewtb.r.365630.2
+24	next	next	ADJ	O	0			ewtb.r.365630.2
+25	day	day	NOUN	O	0		n.event	ewtb.r.365630.2
+26	,	,	PUNCT	O	0			ewtb.r.365630.2
+27	and	and	CONJ	O	0			ewtb.r.365630.2
+28	the	the	DET	O	0			ewtb.r.365630.2
+29	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.365630.2
+30	he	he	PRON	O	0			ewtb.r.365630.2
+31	showed	show	VERB	O	0		v.social	ewtb.r.365630.2
+32	was	be	VERB	O	0		v.stative	ewtb.r.365630.2
+33	great	great	ADJ	O	0			ewtb.r.365630.2
+34	.	.	PUNCT	O	0			ewtb.r.365630.2
+
+1	He	he	PRON	O	0			ewtb.r.365630.3
+2	took	take	VERB	B	0		v.social	ewtb.r.365630.3
+3	the	the	DET	I	2			ewtb.r.365630.3
+4	time	time	NOUN	I	3			ewtb.r.365630.3
+5	to	to	PART	O	0			ewtb.r.365630.3
+6	explain	explain	VERB	O	0		v.communication	ewtb.r.365630.3
+7	things	things	NOUN	O	0			ewtb.r.365630.3
+8	to	to	ADP	O	0			ewtb.r.365630.3
+9	me	me	PRON	O	0			ewtb.r.365630.3
+10	about	about	ADP	O	0			ewtb.r.365630.3
+11	my	my	PRON	O	0			ewtb.r.365630.3
+12	computer	computer	NOUN	O	0		n.artifact	ewtb.r.365630.3
+13	,	,	PUNCT	O	0			ewtb.r.365630.3
+14	i	i	PRON	O	0			ewtb.r.365630.3
+15	would	would	AUX	O	0			ewtb.r.365630.3
+16	recommend	recommend	VERB	O	0		v.communication	ewtb.r.365630.3
+17	you	you	PRON	O	0			ewtb.r.365630.3
+18	go	go	VERB	O	0		v.motion	ewtb.r.365630.3
+19	to	to	ADP	O	0			ewtb.r.365630.3
+20	him	him	PRON	O	0			ewtb.r.365630.3
+21	.	.	PUNCT	O	0			ewtb.r.365630.3
+
+1	David	david	PROPN	O	0		n.person	ewtb.r.365630.4
+
+1	Ray	ray	PROPN	B	0		n.group	ewtb.r.368431.1
+2	's	's	PART	I	1			ewtb.r.368431.1
+3	pizza	pizza	PROPN	I	2			ewtb.r.368431.1
+4	:	:	PUNCT	O	0			ewtb.r.368431.1
+5	my	my	PRON	O	0			ewtb.r.368431.1
+6	favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.368431.1
+
+1	Ray	ray	PROPN	B	0		n.group	ewtb.r.368431.2
+2	's	's	PART	I	1			ewtb.r.368431.2
+3	Pizza	pizza	PROPN	I	2			ewtb.r.368431.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.368431.2
+5	just	just	ADV	O	0			ewtb.r.368431.2
+6	too	too	ADV	O	0			ewtb.r.368431.2
+7	good	good	ADJ	O	0			ewtb.r.368431.2
+8	.	.	PUNCT	O	0			ewtb.r.368431.2
+
+1	I	i	PRON	O	0			ewtb.r.368431.3
+2	wish	wish	VERB	O	0		v.cognition	ewtb.r.368431.3
+3	I	i	PRON	O	0			ewtb.r.368431.3
+4	could	could	AUX	O	0			ewtb.r.368431.3
+5	have	have	VERB	O	0		v.consumption	ewtb.r.368431.3
+6	a	a	DET	O	0			ewtb.r.368431.3
+7	slice	slice	NOUN	O	0		n.food	ewtb.r.368431.3
+8	for	for	ADP	O	0			ewtb.r.368431.3
+9	every	every	DET	O	0			ewtb.r.368431.3
+10	single	single	ADJ	O	0			ewtb.r.368431.3
+11	meal	meal	NOUN	O	0		n.event	ewtb.r.368431.3
+12	.	.	PUNCT	O	0			ewtb.r.368431.3
+
+1	Luckily	luckily	ADV	O	0			ewtb.r.368431.4
+2	I	i	PRON	O	0			ewtb.r.368431.4
+3	live	live	VERB	O	0		v.social	ewtb.r.368431.4
+4	very	very	ADV	O	0			ewtb.r.368431.4
+5	close	close	ADV	O	0			ewtb.r.368431.4
+6	,	,	PUNCT	O	0			ewtb.r.368431.4
+7	so	so	ADV	O	0			ewtb.r.368431.4
+8	I	i	PRON	O	0			ewtb.r.368431.4
+9	can	can	AUX	O	0			ewtb.r.368431.4
+10	abuse	abuse	VERB	O	0		v.social	ewtb.r.368431.4
+11	it	it	PRON	O	0			ewtb.r.368431.4
+12	during	during	ADP	O	0			ewtb.r.368431.4
+13	week	week	NOUN	B	0		n.time	ewtb.r.368431.4
+14	-	-	PUNCT	I	13			ewtb.r.368431.4
+15	ends	end	NOUN	I	14			ewtb.r.368431.4
+16	...	...	PUNCT	O	0			ewtb.r.368431.4
+
+1	This	this	DET	O	0			ewtb.r.385436.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.385436.1
+3	the	the	DET	O	0			ewtb.r.385436.1
+4	best	best	ADJ	O	0			ewtb.r.385436.1
+5	Mediterranean	mediterranean	ADJ	O	0			ewtb.r.385436.1
+6	Restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.385436.1
+7	in	in	ADP	O	0			ewtb.r.385436.1
+8	the	the	DET	O	0			ewtb.r.385436.1
+9	West	west	PROPN	B	0		n.location	ewtb.r.385436.1
+10	Valley	valley	PROPN	I	9			ewtb.r.385436.1
+11	,	,	PUNCT	O	0			ewtb.r.385436.1
+12	I	i	PRON	O	0			ewtb.r.385436.1
+13	have	have	VERB	O	0		v.stative	ewtb.r.385436.1
+14	friend	friend	NOUN	O	0		n.person	ewtb.r.385436.1
+15	who	who	PRON	O	0			ewtb.r.385436.1
+16	drive	drive	VERB	O	0		v.motion	ewtb.r.385436.1
+17	from	from	ADP	O	0			ewtb.r.385436.1
+18	central	central	ADJ	O	0			ewtb.r.385436.1
+19	Phx	phx	PROPN	O	0		n.location	ewtb.r.385436.1
+20	to	to	PART	O	0			ewtb.r.385436.1
+21	come	come	VERB	O	0		v.motion	ewtb.r.385436.1
+22	here	here	ADV	O	0			ewtb.r.385436.1
+23	.	.	PUNCT	O	0			ewtb.r.385436.1
+
+1	great	great	ADJ	O	0			ewtb.r.389136.1
+2	!	!	PUNCT	O	0			ewtb.r.389136.1
+
+1	I	i	PRON	O	0			ewtb.r.389136.2
+2	go	go	VERB	O	0		v.motion	ewtb.r.389136.2
+3	Disco	disco	NOUN	O	0		n.act	ewtb.r.389136.2
+4	dancing	dance	VERB	O	0		v.social	ewtb.r.389136.2
+5	and	and	CONJ	O	0			ewtb.r.389136.2
+6	Cheerleading	cheerlead	VERB	O	0		v.social	ewtb.r.389136.2
+7	.	.	PUNCT	O	0			ewtb.r.389136.2
+
+1	It	it	PRON	O	0			ewtb.r.389136.3
+2	s	s	VERB	O	0		v.stative	ewtb.r.389136.3
+3	fab	fab	ADJ	O	0			ewtb.r.389136.3
+4	!	!	PUNCT	O	0			ewtb.r.389136.3
+
+1	so	so	ADV	O	0			ewtb.r.389136.4
+2	go	go	VERB	O	0		v.motion	ewtb.r.389136.4
+3	and	and	CONJ	O	0			ewtb.r.389136.4
+4	get	get	VERB	O	0			ewtb.r.389136.4
+5	dancing	dance	VERB	O	0		v.social	ewtb.r.389136.4
+6	!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.389136.4
+
+1	By	by	ADP	O	0			ewtb.r.389136.5
+2	samantha	samantha	PROPN	B	0		n.person	ewtb.r.389136.5
+3	Fox	fox	PROPN	I	2			ewtb.r.389136.5
+
+1	I	i	PRON	O	0			ewtb.r.390330.1
+2	appreciate	appreciate	VERB	O	0		v.emotion	ewtb.r.390330.1
+3	the	the	DET	O	0			ewtb.r.390330.1
+4	quick	quick	ADJ	O	0			ewtb.r.390330.1
+5	,	,	PUNCT	O	0			ewtb.r.390330.1
+6	good	good	ADJ	O	0			ewtb.r.390330.1
+7	service	service	NOUN	O	0		n.act	ewtb.r.390330.1
+8	and	and	CONJ	O	0			ewtb.r.390330.1
+9	the	the	DET	O	0			ewtb.r.390330.1
+10	reasonable	reasonable	ADJ	O	0			ewtb.r.390330.1
+11	prices	price	NOUN	O	0		n.possession	ewtb.r.390330.1
+12	and	and	CONJ	O	0			ewtb.r.390330.1
+13	will	will	AUX	O	0			ewtb.r.390330.1
+14	definitely	definitely	ADV	O	0			ewtb.r.390330.1
+15	use	use	VERB	O	0		v.social	ewtb.r.390330.1
+16	American	american	PROPN	B	0		n.group	ewtb.r.390330.1
+17	Pride	pride	PROPN	I	16			ewtb.r.390330.1
+18	Irrigation	irrigation	PROPN	I	17			ewtb.r.390330.1
+19	&	&	CONJ	I	18			ewtb.r.390330.1
+20	Landscaping	landscaping	PROPN	I	19			ewtb.r.390330.1
+21	again	again	ADV	O	0			ewtb.r.390330.1
+22	.	.	PUNCT	O	0			ewtb.r.390330.1
+
+1	BEST	best	ADJ	O	0			ewtb.r.121987.1
+2	PLACE	place	NOUN	O	0		n.group	ewtb.r.121987.1
+3	IN	in	ADP	O	0			ewtb.r.121987.1
+4	AMES	ames	PROPN	O	0		n.location	ewtb.r.121987.1
+
+1	I	i	PRON	O	0			ewtb.r.121987.2
+2	lived	live	VERB	O	0		v.social	ewtb.r.121987.2
+3	here	here	ADV	O	0			ewtb.r.121987.2
+4	for	for	ADP	O	0			ewtb.r.121987.2
+5	two	two	NUM	O	0			ewtb.r.121987.2
+6	years	years	NOUN	O	0		n.time	ewtb.r.121987.2
+7	when	when	ADV	O	0			ewtb.r.121987.2
+8	the	the	DET	O	0			ewtb.r.121987.2
+9	prices	price	NOUN	O	0		n.possession	ewtb.r.121987.2
+10	were	be	VERB	O	0		v.stative	ewtb.r.121987.2
+11	a	a	DET	B	0			ewtb.r.121987.2
+12	little	little	ADJ	I	11			ewtb.r.121987.2
+13	lower	low	ADJ	O	0			ewtb.r.121987.2
+14	:)	:)	SYM	O	0			ewtb.r.121987.2
+15	The	the	DET	O	0			ewtb.r.121987.2
+16	places	place	NOUN	O	0		n.group	ewtb.r.121987.2
+17	are	be	VERB	O	0		v.stative	ewtb.r.121987.2
+18	very	very	ADV	O	0			ewtb.r.121987.2
+19	nice	nice	ADJ	O	0			ewtb.r.121987.2
+20	and	and	CONJ	O	0			ewtb.r.121987.2
+21	clean	clean	ADJ	O	0			ewtb.r.121987.2
+22	,	,	PUNCT	O	0			ewtb.r.121987.2
+23	and	and	CONJ	O	0			ewtb.r.121987.2
+24	in	in	ADP	O	0			ewtb.r.121987.2
+25	great	great	ADJ	O	0			ewtb.r.121987.2
+26	condition	condition	NOUN	O	0		n.cognition	ewtb.r.121987.2
+27	!	!	PUNCT	O	0			ewtb.r.121987.2
+
+1	I	i	PRON	O	0			ewtb.r.121987.3
+2	really	really	ADV	O	0			ewtb.r.121987.3
+3	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.121987.3
+4	the	the	DET	O	0			ewtb.r.121987.3
+5	staff	staff	NOUN	O	0		n.group	ewtb.r.121987.3
+6	at	at	ADP	O	0			ewtb.r.121987.3
+7	Wessex	wessex	PROPN	O	0		n.group	ewtb.r.121987.3
+8	,	,	PUNCT	O	0			ewtb.r.121987.3
+9	also	also	ADV	O	0			ewtb.r.121987.3
+10	the	the	DET	O	0			ewtb.r.121987.3
+11	manager	manager	NOUN	O	0		n.person	ewtb.r.121987.3
+12	Sherri	sherri	PROPN	O	0		n.person	ewtb.r.121987.3
+13	was	be	VERB	O	0		v.stative	ewtb.r.121987.3
+14	always	always	ADV	O	0			ewtb.r.121987.3
+15	very	very	ADV	O	0			ewtb.r.121987.3
+16	nice	nice	ADJ	O	0			ewtb.r.121987.3
+17	and	and	CONJ	O	0			ewtb.r.121987.3
+18	helpful	helpful	ADJ	O	0			ewtb.r.121987.3
+19	.	.	PUNCT	O	0			ewtb.r.121987.3
+
+1	The	the	DET	O	0			ewtb.r.121987.4
+2	fitness	fitness	NOUN	B	0		n.group	ewtb.r.121987.4
+3	center	center	NOUN	I	2			ewtb.r.121987.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.121987.4
+5	GREAT	great	ADJ	O	0			ewtb.r.121987.4
+6	!	!	PUNCT	O	0			ewtb.r.121987.4
+
+1	The	the	DET	O	0			ewtb.r.121987.5
+2	only	only	ADJ	O	0			ewtb.r.121987.5
+3	problem	problem	NOUN	O	0		n.cognition	ewtb.r.121987.5
+4	that	that	DET	O	0			ewtb.r.121987.5
+5	I	i	PRON	O	0			ewtb.r.121987.5
+6	had	have	VERB	O	0		v.stative	ewtb.r.121987.5
+7	in	in	ADP	O	0			ewtb.r.121987.5
+8	2	2	NUM	O	0			ewtb.r.121987.5
+9	years	years	NOUN	O	0		n.time	ewtb.r.121987.5
+10	of	of	SCONJ	O	0			ewtb.r.121987.5
+11	living	live	VERB	O	0		v.social	ewtb.r.121987.5
+12	there	there	ADV	O	0			ewtb.r.121987.5
+13	was	be	VERB	O	0		v.stative	ewtb.r.121987.5
+14	that	that	SCONJ	O	0			ewtb.r.121987.5
+15	the	the	DET	O	0			ewtb.r.121987.5
+16	walls	wall	NOUN	O	0		n.artifact	ewtb.r.121987.5
+17	are	be	VERB	O	0		v.stative	ewtb.r.121987.5
+18	pretty	pretty	ADV	O	0			ewtb.r.121987.5
+19	thin	thin	ADJ	O	0			ewtb.r.121987.5
+20	,	,	PUNCT	O	0			ewtb.r.121987.5
+21	sometimes	sometimes	ADV	O	0			ewtb.r.121987.5
+22	I	i	PRON	O	0			ewtb.r.121987.5
+23	could	could	AUX	O	0			ewtb.r.121987.5
+24	here	here	VERB	O	0		v.perception	ewtb.r.121987.5
+25	my	my	PRON	O	0			ewtb.r.121987.5
+26	neighbors	neighbor	NOUN	O	0		n.person	ewtb.r.121987.5
+27	conversations	conversation	NOUN	O	0		n.communication	ewtb.r.121987.5
+28	.	.	PUNCT	O	0			ewtb.r.121987.5
+
+1	I	i	PRON	O	0			ewtb.r.121987.6
+2	would	would	AUX	O	0			ewtb.r.121987.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.121987.6
+4	these	these	DET	O	0			ewtb.r.121987.6
+5	apartments	apartment	NOUN	O	0		n.group	ewtb.r.121987.6
+6	to	to	ADP	O	0			ewtb.r.121987.6
+7	anybody	anybody	NOUN	O	0			ewtb.r.121987.6
+8	!	!	PUNCT	O	0			ewtb.r.121987.6
+
+1	I	i	PRON	O	0			ewtb.r.121987.7
+2	absolutely	absolutely	ADV	O	0			ewtb.r.121987.7
+3	LOVED	love	VERB	O	0		v.emotion	ewtb.r.121987.7
+4	living	live	VERB	O	0		v.social	ewtb.r.121987.7
+5	there	there	ADV	O	0			ewtb.r.121987.7
+6	.	.	PUNCT	O	0			ewtb.r.121987.7
+
+1	Over-rated	over-rated	ADJ	O	0			ewtb.r.122882.1
+
+1	Buddakan	buddakan	PROPN	O	0		n.group	ewtb.r.122882.2
+2	inevitably	inevitably	ADV	O	0			ewtb.r.122882.2
+3	attracts	attract	VERB	O	0		v.social	ewtb.r.122882.2
+4	the	the	DET	O	0			ewtb.r.122882.2
+5	majority	majority	NOUN	O	0		n.quantity	ewtb.r.122882.2
+6	of	of	ADP	O	0			ewtb.r.122882.2
+7	its	it	PRON	O	0			ewtb.r.122882.2
+8	guests	guest	NOUN	O	0		n.group	ewtb.r.122882.2
+9	simply	simply	ADV	O	0			ewtb.r.122882.2
+10	because	because	ADP	B	0			ewtb.r.122882.2
+11	of	of	ADP	I	10			ewtb.r.122882.2
+12	its	it	PRON	O	0			ewtb.r.122882.2
+13	association	association	NOUN	O	0		n.cognition	ewtb.r.122882.2
+14	with	with	ADP	O	0			ewtb.r.122882.2
+15	Steven	steven	PROPN	B	0		n.person	ewtb.r.122882.2
+16	Starr	starr	PROPN	I	15			ewtb.r.122882.2
+17	,	,	PUNCT	O	0			ewtb.r.122882.2
+18	but	but	CONJ	O	0			ewtb.r.122882.2
+19	that	that	DET	O	0			ewtb.r.122882.2
+20	does	do	AUX	O	0			ewtb.r.122882.2
+21	n't	n't	PART	O	0			ewtb.r.122882.2
+22	impress	impress	VERB	O	0		v.emotion	ewtb.r.122882.2
+23	me	me	PRON	O	0			ewtb.r.122882.2
+24	.	.	PUNCT	O	0			ewtb.r.122882.2
+
+1	The	the	DET	O	0			ewtb.r.122882.3
+2	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.122882.3
+3	alone	alone	ADV	O	0			ewtb.r.122882.3
+4	deserves	deserve	VERB	O	0		v.cognition	ewtb.r.122882.3
+5	4	4	NUM	B	0		n.communication	ewtb.r.122882.3
+6	stars	star	NOUN	I	5			ewtb.r.122882.3
+7	but	but	CONJ	O	0			ewtb.r.122882.3
+8	,	,	PUNCT	O	0			ewtb.r.122882.3
+9	the	the	DET	O	0			ewtb.r.122882.3
+10	food	food	NOUN	O	0		n.food	ewtb.r.122882.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.122882.3
+12	not	not	PART	O	0			ewtb.r.122882.3
+13	up	up	ADP	B	0			ewtb.r.122882.3
+14	to	to	ADP	I	13			ewtb.r.122882.3
+15	par	par	NOUN	I	14			ewtb.r.122882.3
+16	with	with	ADP	O	0			ewtb.r.122882.3
+17	the	the	DET	O	0			ewtb.r.122882.3
+18	price	price	NOUN	B	0		n.possession	ewtb.r.122882.3
+19	tag	tag	NOUN	I	18			ewtb.r.122882.3
+20	and	and	CONJ	O	0			ewtb.r.122882.3
+21	the	the	DET	O	0			ewtb.r.122882.3
+22	reputation	reputation	NOUN	O	0		n.cognition	ewtb.r.122882.3
+23	the	the	DET	O	0			ewtb.r.122882.3
+24	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.122882.3
+25	carries	carry	VERB	O	0		v.stative	ewtb.r.122882.3
+26	.	.	PUNCT	O	0			ewtb.r.122882.3
+
+1	The	the	DET	O	0			ewtb.r.122882.4
+2	server	server	NOUN	O	0		n.person	ewtb.r.122882.4
+3	we	we	PRON	O	0			ewtb.r.122882.4
+4	had	have	VERB	O	0		v.stative	ewtb.r.122882.4
+5	was	be	VERB	O	0		v.stative	ewtb.r.122882.4
+6	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.122882.4
+7	but	but	CONJ	O	0			ewtb.r.122882.4
+8	he	he	PRON	O	0			ewtb.r.122882.4
+9	was	be	VERB	O	0		v.stative	ewtb.r.122882.4
+10	not	not	PART	O	0			ewtb.r.122882.4
+11	as	as	ADV	O	0			ewtb.r.122882.4
+12	proper	proper	ADJ	O	0			ewtb.r.122882.4
+13	as	as	SCONJ	O	0			ewtb.r.122882.4
+14	he	he	PRON	O	0			ewtb.r.122882.4
+15	should	should	AUX	O	0			ewtb.r.122882.4
+16	have	have	AUX	O	0			ewtb.r.122882.4
+17	been	be	VERB	O	0		v.stative	ewtb.r.122882.4
+18	,	,	PUNCT	O	0			ewtb.r.122882.4
+19	acting	act	VERB	O	0		v.social	ewtb.r.122882.4
+20	like	like	SCONJ	O	0			ewtb.r.122882.4
+21	he	he	PRON	O	0			ewtb.r.122882.4
+22	was	be	AUX	O	0			ewtb.r.122882.4
+23	talking	talk	VERB	O	0		v.communication	ewtb.r.122882.4
+24	to	to	ADP	O	0			ewtb.r.122882.4
+25	his	his	PRON	O	0			ewtb.r.122882.4
+26	friends	friend	NOUN	O	0		n.person	ewtb.r.122882.4
+27	rather	rather	ADV	O	0			ewtb.r.122882.4
+28	than	than	ADP	O	0			ewtb.r.122882.4
+29	his	his	PRON	O	0			ewtb.r.122882.4
+30	customers	customer	NOUN	O	0		n.person	ewtb.r.122882.4
+31	.	.	PUNCT	O	0			ewtb.r.122882.4
+
+1	The	the	DET	O	0			ewtb.r.122882.5
+2	angry	angry	ADJ	B	0		n.food	ewtb.r.122882.5
+3	lobster	lobster	NOUN	I	2			ewtb.r.122882.5
+4	was	be	VERB	O	0		v.stative	ewtb.r.122882.5
+5	completely	completely	ADV	O	0			ewtb.r.122882.5
+6	over-priced	over-priced	ADJ	O	0			ewtb.r.122882.5
+7	!	!	PUNCT	O	0			ewtb.r.122882.5
+
+1	$	$	SYM	O	0			ewtb.r.122882.6
+2	80	80	NUM	O	0			ewtb.r.122882.6
+3	for	for	ADP	O	0			ewtb.r.122882.6
+4	a	a	DET	O	0			ewtb.r.122882.6
+5	dish	dish	NOUN	O	0		n.food	ewtb.r.122882.6
+6	that	that	DET	O	0			ewtb.r.122882.6
+7	has	have	VERB	O	0		v.stative	ewtb.r.122882.6
+8	about	about	ADV	O	0			ewtb.r.122882.6
+9	one	one	NUM	O	0			ewtb.r.122882.6
+10	small	small	ADJ	O	0			ewtb.r.122882.6
+11	lobster	lobster	NOUN	O	0		n.food	ewtb.r.122882.6
+12	tail	tail	NOUN	O	0		n.food	ewtb.r.122882.6
+13	and	and	CONJ	O	0			ewtb.r.122882.6
+14	is	be	VERB	O	0		v.stative	ewtb.r.122882.6
+15	full	full	ADJ	O	0			ewtb.r.122882.6
+16	of	of	ADP	O	0			ewtb.r.122882.6
+17	filler	filler	NOUN	B	0		n.food	ewtb.r.122882.6
+18	vegetables	vegetable	NOUN	I	17			ewtb.r.122882.6
+19	!	!	PUNCT	O	0			ewtb.r.122882.6
+
+1	I	i	PRON	O	0			ewtb.r.122882.7
+2	would	would	AUX	O	0			ewtb.r.122882.7
+3	n't	n't	PART	O	0			ewtb.r.122882.7
+4	go	go	VERB	O	0		v.motion	ewtb.r.122882.7
+5	there	there	ADV	O	0			ewtb.r.122882.7
+6	again	again	ADV	O	0			ewtb.r.122882.7
+7	.	.	PUNCT	O	0			ewtb.r.122882.7
+
+1	I	i	PRON	O	0			ewtb.r.126086.1
+2	like	like	VERB	O	0		v.emotion	ewtb.r.126086.1
+3	I	i	PRON	B	0		n.group	ewtb.r.126086.1
+4	Move	move	VERB	I	3			ewtb.r.126086.1
+5	CA	ca	PROPN	I	4			ewtb.r.126086.1
+6	-	-	PUNCT	I	5			ewtb.r.126086.1
+7	Los	los	PROPN	I	6			ewtb.r.126086.1
+8	Angeles	angeles	PROPN	I	7			ewtb.r.126086.1
+9	Movers	movers	PROPN	I	8			ewtb.r.126086.1
+10	,	,	PUNCT	O	0			ewtb.r.126086.1
+11	they	they	PRON	O	0			ewtb.r.126086.1
+12	moved	move	VERB	O	0		v.motion	ewtb.r.126086.1
+13	me	me	PRON	O	0			ewtb.r.126086.1
+14	before	before	ADV	O	0			ewtb.r.126086.1
+15	,	,	PUNCT	O	0			ewtb.r.126086.1
+16	but	but	CONJ	O	0			ewtb.r.126086.1
+17	this	this	DET	O	0			ewtb.r.126086.1
+18	time	time	NOUN	O	0		n.event	ewtb.r.126086.1
+19	they	they	PRON	O	0			ewtb.r.126086.1
+20	were	be	VERB	O	0		v.stative	ewtb.r.126086.1
+21	awesome	awesome	ADJ	O	0			ewtb.r.126086.1
+22	:)	:)	SYM	O	0			ewtb.r.126086.1
+
+1	Smoker	smoker	NOUN	B	0		n.cognition	ewtb.r.133981.1
+2	s	s	PART	I	1			ewtb.r.133981.1
+3	Haven	haven	NOUN	I	2			ewtb.r.133981.1
+
+1	Yeah	yeah	INTJ	O	0			ewtb.r.133981.2
+2	,	,	PUNCT	O	0			ewtb.r.133981.2
+3	this	this	DET	O	0			ewtb.r.133981.2
+4	complex	complex	NOUN	O	0		n.artifact	ewtb.r.133981.2
+5	is	be	VERB	O	0		v.stative	ewtb.r.133981.2
+6	not	not	PART	O	0			ewtb.r.133981.2
+7	very	very	ADV	O	0			ewtb.r.133981.2
+8	good	good	ADJ	O	0			ewtb.r.133981.2
+9	.	.	PUNCT	O	0			ewtb.r.133981.2
+
+1	Our	our	PRON	O	0			ewtb.r.133981.3
+2	bathroom	bathroom	NOUN	O	0		n.location	ewtb.r.133981.3
+3	fan	fan	NOUN	O	0		n.artifact	ewtb.r.133981.3
+4	,	,	PUNCT	O	0			ewtb.r.133981.3
+5	one	one	NUM	O	0			ewtb.r.133981.3
+6	electric	electric	ADJ	B	0		n.artifact	ewtb.r.133981.3
+7	outlet	outlet	NOUN	I	6			ewtb.r.133981.3
+8	and	and	CONJ	O	0			ewtb.r.133981.3
+9	2	2	NUM	O	0			ewtb.r.133981.3
+10	leaky	leaky	ADJ	O	0			ewtb.r.133981.3
+11	sinks	sink	NOUN	O	0		n.artifact	ewtb.r.133981.3
+12	have	have	VERB	O	0			ewtb.r.133981.3
+13	yet	yet	ADV	O	0			ewtb.r.133981.3
+14	to	to	PART	O	0			ewtb.r.133981.3
+15	be	be	AUX	O	0			ewtb.r.133981.3
+16	fixed	fix	VERB	O	0		v.change	ewtb.r.133981.3
+17	.	.	PUNCT	O	0			ewtb.r.133981.3
+
+1	Both	both	DET	O	0			ewtb.r.133981.4
+2	bathrooms	bathroom	NOUN	O	0		n.artifact	ewtb.r.133981.4
+3	look	look	VERB	O	0		v.perception	ewtb.r.133981.4
+4	like	like	SCONJ	O	0			ewtb.r.133981.4
+5	they	they	PRON	O	0			ewtb.r.133981.4
+6	were	be	AUX	O	0			ewtb.r.133981.4
+7	flooded	flood	VERB	O	0		v.change	ewtb.r.133981.4
+8	and	and	CONJ	O	0			ewtb.r.133981.4
+9	the	the	DET	O	0			ewtb.r.133981.4
+10	wood	wood	NOUN	O	0		n.natural_object	ewtb.r.133981.4
+11	cabinets	cabinet	NOUN	O	0		n.artifact	ewtb.r.133981.4
+12	are	be	AUX	O	0			ewtb.r.133981.4
+13	thrashed	thrash	VERB	O	0		v.change	ewtb.r.133981.4
+14	at	at	ADP	O	0			ewtb.r.133981.4
+15	the	the	DET	O	0			ewtb.r.133981.4
+16	bottom	bottom	NOUN	O	0		n.location	ewtb.r.133981.4
+17	and	and	CONJ	O	0			ewtb.r.133981.4
+18	they	they	PRON	O	0			ewtb.r.133981.4
+19	slapped	slap	VERB	O	0		v.contact	ewtb.r.133981.4
+20	some	some	DET	O	0			ewtb.r.133981.4
+21	pieces	piece	NOUN	O	0		n.artifact	ewtb.r.133981.4
+22	of	of	ADP	O	0			ewtb.r.133981.4
+23	wood	wood	NOUN	O	0		n.natural_object	ewtb.r.133981.4
+24	over	over	ADV	O	0			ewtb.r.133981.4
+25	to	to	PART	O	0			ewtb.r.133981.4
+26	try	try	VERB	O	0		v.social	ewtb.r.133981.4
+27	to	to	PART	O	0			ewtb.r.133981.4
+28	cover	cover	VERB	B	0		v.social	ewtb.r.133981.4
+29	it	it	PRON	o	0			ewtb.r.133981.4
+30	up	up	ADP	I	28			ewtb.r.133981.4
+31	.	.	PUNCT	O	0			ewtb.r.133981.4
+
+1	And	and	CONJ	O	0			ewtb.r.133981.5
+2	non-smokers	non-smokers	NOUN	O	0		n.person	ewtb.r.133981.5
+3	beware	beware	VERB	O	0		v.cognition	ewtb.r.133981.5
+4	!!!	!!!	PUNCT	O	0			ewtb.r.133981.5
+
+1	I	i	PRON	O	0			ewtb.r.133981.6
+2	think	think	VERB	O	0		v.cognition	ewtb.r.133981.6
+3	90	90	NUM	O	0			ewtb.r.133981.6
+4	percent	percent	NOUN	O	0		n.relation	ewtb.r.133981.6
+5	of	of	ADP	O	0			ewtb.r.133981.6
+6	the	the	DET	O	0			ewtb.r.133981.6
+7	tenants	tenant	NOUN	O	0		n.person	ewtb.r.133981.6
+8	are	be	VERB	O	0		v.stative	ewtb.r.133981.6
+9	smokers	smoker	NOUN	O	0		n.person	ewtb.r.133981.6
+10	!	!	PUNCT	O	0			ewtb.r.133981.6
+
+1	If	if	SCONJ	O	0			ewtb.r.133981.7
+2	you	you	PRON	O	0			ewtb.r.133981.7
+3	do	do	AUX	O	0			ewtb.r.133981.7
+4	not	not	PART	O	0			ewtb.r.133981.7
+5	smoke	smoke	VERB	O	0		v.body	ewtb.r.133981.7
+6	,	,	PUNCT	O	0			ewtb.r.133981.7
+7	do	do	AUX	O	0			ewtb.r.133981.7
+8	not	not	PART	O	0			ewtb.r.133981.7
+9	move	move	VERB	O	0		v.motion	ewtb.r.133981.7
+10	here	here	ADV	O	0			ewtb.r.133981.7
+11	.	.	PUNCT	O	0			ewtb.r.133981.7
+
+1	Our	our	PRON	O	0			ewtb.r.133981.8
+2	unit	unit	NOUN	O	0		n.artifact	ewtb.r.133981.8
+3	reeks	reek	VERB	O	0		v.perception	ewtb.r.133981.8
+4	of	of	ADP	O	0			ewtb.r.133981.8
+5	old	old	ADJ	O	0			ewtb.r.133981.8
+6	cigarette	cigarette	NOUN	O	0		n.artifact	ewtb.r.133981.8
+7	smoke	smoke	NOUN	O	0		n.substance	ewtb.r.133981.8
+8	and	and	CONJ	O	0			ewtb.r.133981.8
+9	it	it	PRON	O	0			ewtb.r.133981.8
+10	started	start	VERB	O	0		v.change	ewtb.r.133981.8
+11	to	to	PART	O	0			ewtb.r.133981.8
+12	become	become	VERB	O	0		v.stative	ewtb.r.133981.8
+13	apparent	apparent	ADJ	O	0			ewtb.r.133981.8
+14	a	a	DET	B	0			ewtb.r.133981.8
+15	few	few	ADJ	I	14			ewtb.r.133981.8
+16	weeks	week	NOUN	O	0		n.time	ewtb.r.133981.8
+17	after	after	SCONJ	O	0			ewtb.r.133981.8
+18	we	we	PRON	O	0			ewtb.r.133981.8
+19	moved	move	VERB	B	0		v.motion	ewtb.r.133981.8
+20	in	in	ADV	I	19			ewtb.r.133981.8
+21	.	.	PUNCT	O	0			ewtb.r.133981.8
+
+1	You	you	PRON	O	0			ewtb.r.133981.9
+2	can	can	AUX	O	0			ewtb.r.133981.9
+3	not	not	PART	O	0			ewtb.r.133981.9
+4	walk	walk	VERB	O	0		v.motion	ewtb.r.133981.9
+5	5	5	NUM	O	0			ewtb.r.133981.9
+6	feet	foot	NOUN	O	0		n.quantity	ewtb.r.133981.9
+7	without	without	SCONJ	O	0			ewtb.r.133981.9
+8	smelling	smell	VERB	O	0		v.perception	ewtb.r.133981.9
+9	that	that	DET	O	0			ewtb.r.133981.9
+10	disgusting	disgusting	ADJ	O	0			ewtb.r.133981.9
+11	cigarette	cigarette	NOUN	O	0		n.artifact	ewtb.r.133981.9
+12	smoke	smoke	NOUN	O	0		n.substance	ewtb.r.133981.9
+13	and	and	CONJ	O	0			ewtb.r.133981.9
+14	it	it	PRON	O	0			ewtb.r.133981.9
+15	blows	blow	VERB	O	0		v.motion	ewtb.r.133981.9
+16	right	right	ADV	O	0			ewtb.r.133981.9
+17	into	into	ADP	O	0			ewtb.r.133981.9
+18	the	the	DET	O	0			ewtb.r.133981.9
+19	windows	windows	NOUN	O	0		n.artifact	ewtb.r.133981.9
+20	all	all	DET	O	0			ewtb.r.133981.9
+21	day	day	NOUN	O	0		n.time	ewtb.r.133981.9
+22	and	and	CONJ	O	0			ewtb.r.133981.9
+23	all	all	DET	O	0			ewtb.r.133981.9
+24	night	night	NOUN	O	0		n.time	ewtb.r.133981.9
+25	.	.	PUNCT	O	0			ewtb.r.133981.9
+
+1	Your	your	PRON	O	0			ewtb.r.137883.1
+2	average	average	ADJ	O	0			ewtb.r.137883.1
+3	crappy	crappy	ADJ	O	0			ewtb.r.137883.1
+4	chain	chain	NOUN	O	0		n.group	ewtb.r.137883.1
+5	.	.	PUNCT	O	0			ewtb.r.137883.1
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.137883.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.137883.2
+3	awful	awful	ADJ	O	0			ewtb.r.137883.2
+4	and	and	CONJ	O	0			ewtb.r.137883.2
+5	the	the	DET	O	0			ewtb.r.137883.2
+6	place	place	NOUN	O	0		n.group	ewtb.r.137883.2
+7	caters	cater	VERB	O	0		v.social	ewtb.r.137883.2
+8	to	to	ADP	O	0			ewtb.r.137883.2
+9	the	the	DET	O	0			ewtb.r.137883.2
+10	yuppy	yuppy	NOUN	O	0		n.group	ewtb.r.137883.2
+11	crowd	crowd	NOUN	O	0		n.group	ewtb.r.137883.2
+12	.	.	PUNCT	O	0			ewtb.r.137883.2
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.142081.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.142081.1
+3	!	!	PUNCT	O	0			ewtb.r.142081.1
+
+1	I	i	PRON	O	0			ewtb.r.142081.2
+2	have	have	AUX	O	0			ewtb.r.142081.2
+3	been	be	VERB	O	0		v.stative	ewtb.r.142081.2
+4	here	here	ADV	O	0			ewtb.r.142081.2
+5	a	a	DET	B	0			ewtb.r.142081.2
+6	few	few	ADJ	I	5			ewtb.r.142081.2
+7	times	times	NOUN	O	0		n.event	ewtb.r.142081.2
+8	for	for	ADP	O	0			ewtb.r.142081.2
+9	oil	oil	NOUN	B	0		n.event	ewtb.r.142081.2
+10	changes	change	NOUN	I	9			ewtb.r.142081.2
+11	and	and	CONJ	O	0			ewtb.r.142081.2
+12	just	just	ADV	O	0			ewtb.r.142081.2
+13	got	get	VERB	O	0		v.possession	ewtb.r.142081.2
+14	my	my	PRON	O	0			ewtb.r.142081.2
+15	tires	tire	NOUN	O	0		n.artifact	ewtb.r.142081.2
+16	,	,	PUNCT	O	0			ewtb.r.142081.2
+17	alignment	alignment	NOUN	O	0		n.act	ewtb.r.142081.2
+18	and	and	CONJ	O	0			ewtb.r.142081.2
+19	state	state	NOUN	B	0		n.event	ewtb.r.142081.2
+20	inspection	inspection	NOUN	I	19			ewtb.r.142081.2
+21	done	do	VERB	O	0		v.change	ewtb.r.142081.2
+22	yesterday	yesterday	NOUN	O	0		n.time	ewtb.r.142081.2
+23	.	.	PUNCT	O	0			ewtb.r.142081.2
+
+1	I	i	PRON	O	0			ewtb.r.142081.3
+2	shopped	shop	VERB	B	0		v.social	ewtb.r.142081.3
+3	it	it	PRON	o	0			ewtb.r.142081.3
+4	around	around	ADV	I	2			ewtb.r.142081.3
+5	and	and	CONJ	O	0			ewtb.r.142081.3
+6	they	they	PRON	O	0			ewtb.r.142081.3
+7	were	be	VERB	O	0		v.stative	ewtb.r.142081.3
+8	extremely	extremely	ADV	O	0			ewtb.r.142081.3
+9	competitive	competitive	ADJ	O	0			ewtb.r.142081.3
+10	in	in	ADP	O	0			ewtb.r.142081.3
+11	pricing	pricing	NOUN	O	0		n.attribute	ewtb.r.142081.3
+12	and	and	CONJ	O	0			ewtb.r.142081.3
+13	also	also	ADV	O	0			ewtb.r.142081.3
+14	added	add	VERB	O	0		v.change	ewtb.r.142081.3
+15	nitrogen	nitrogen	NOUN	O	0		n.natural_object	ewtb.r.142081.3
+16	to	to	ADP	O	0			ewtb.r.142081.3
+17	my	my	PRON	O	0			ewtb.r.142081.3
+18	tires	tire	NOUN	O	0		n.artifact	ewtb.r.142081.3
+19	which	which	DET	O	0			ewtb.r.142081.3
+20	should	should	AUX	O	0			ewtb.r.142081.3
+21	extend	extend	VERB	O	0		v.change	ewtb.r.142081.3
+22	the	the	DET	O	0			ewtb.r.142081.3
+23	life	life	NOUN	O	0		n.phenomenon	ewtb.r.142081.3
+24	and	and	CONJ	O	0			ewtb.r.142081.3
+25	get	get	VERB	O	0		v.stative	ewtb.r.142081.3
+26	me	me	PRON	O	0			ewtb.r.142081.3
+27	better	better	ADJ	O	0			ewtb.r.142081.3
+28	gas	gas	NOUN	B	0		n.relation	ewtb.r.142081.3
+29	mileage	mileage	NOUN	I	28			ewtb.r.142081.3
+30	.	.	PUNCT	O	0			ewtb.r.142081.3
+
+1	It	it	PRON	O	0			ewtb.r.142081.4
+2	also	also	ADV	O	0			ewtb.r.142081.4
+3	came	come	VERB	B	0		v.social	ewtb.r.142081.4
+4	with	with	ADP	I	3			ewtb.r.142081.4
+5	free	free	ADJ	O	0			ewtb.r.142081.4
+6	balance	balance	NOUN	O	0		n.act	ewtb.r.142081.4
+7	and	and	CONJ	O	0			ewtb.r.142081.4
+8	rotation	rotation	NOUN	O	0		n.act	ewtb.r.142081.4
+9	for	for	ADP	O	0			ewtb.r.142081.4
+10	the	the	DET	O	0			ewtb.r.142081.4
+11	life	life	NOUN	O	0		n.phenomenon	ewtb.r.142081.4
+12	of	of	ADP	O	0			ewtb.r.142081.4
+13	the	the	DET	O	0			ewtb.r.142081.4
+14	tires	tire	NOUN	O	0		n.artifact	ewtb.r.142081.4
+15	!	!	PUNCT	O	0			ewtb.r.142081.4
+
+1	What	what	PRON	O	0			ewtb.r.142081.5
+2	made	make	VERB	O	0		v.stative	ewtb.r.142081.5
+3	it	it	PRON	O	0			ewtb.r.142081.5
+4	perfect	perfect	ADJ	O	0			ewtb.r.142081.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.142081.5
+6	that	that	SCONJ	O	0			ewtb.r.142081.5
+7	they	they	PRON	O	0			ewtb.r.142081.5
+8	offered	offer	VERB	O	0		v.possession	ewtb.r.142081.5
+9	transportation	transportation	NOUN	O	0		n.act	ewtb.r.142081.5
+10	so	so	ADP	O	0			ewtb.r.142081.5
+11	that	that	SCONJ	O	0			ewtb.r.142081.5
+12	I	i	PRON	O	0			ewtb.r.142081.5
+13	would	would	AUX	O	0			ewtb.r.142081.5
+14	not	not	PART	O	0			ewtb.r.142081.5
+15	have	have	VERB	B	0			ewtb.r.142081.5
+16	to	to	PART	I	15			ewtb.r.142081.5
+17	wait	wait	VERB	O	0		v.stative	ewtb.r.142081.5
+18	there	there	ADV	O	0			ewtb.r.142081.5
+19	or	or	CONJ	O	0			ewtb.r.142081.5
+20	take	take	VERB	B	0		v.social	ewtb.r.142081.5
+21	time	time	NOUN	I	20			ewtb.r.142081.5
+22	off	off	ADP	I	21			ewtb.r.142081.5
+23	of	of	ADP	I	22			ewtb.r.142081.5
+24	work	work	NOUN	O	0		n.act	ewtb.r.142081.5
+25	to	to	PART	O	0			ewtb.r.142081.5
+26	go	go	VERB	O	0		v.motion	ewtb.r.142081.5
+27	back	back	ADV	B	0			ewtb.r.142081.5
+28	and	and	CONJ	I	27			ewtb.r.142081.5
+29	forth	forth	ADV	I	28			ewtb.r.142081.5
+30	or	or	CONJ	O	0			ewtb.r.142081.5
+31	try	try	VERB	O	0		v.social	ewtb.r.142081.5
+32	to	to	PART	O	0			ewtb.r.142081.5
+33	find	find	VERB	O	0		v.cognition	ewtb.r.142081.5
+34	a	a	DET	O	0			ewtb.r.142081.5
+35	ride	ride	NOUN	O	0		n.act	ewtb.r.142081.5
+36	.	.	PUNCT	O	0			ewtb.r.142081.5
+
+1	Great	great	ADJ	O	0			ewtb.r.142081.6
+2	service	service	NOUN	O	0		n.act	ewtb.r.142081.6
+3	,	,	PUNCT	O	0			ewtb.r.142081.6
+4	great	great	ADJ	O	0			ewtb.r.142081.6
+5	pricing	pricing	NOUN	O	0		n.attribute	ewtb.r.142081.6
+6	and	and	CONJ	O	0			ewtb.r.142081.6
+7	SUPER	super	ADV	O	0			ewtb.r.142081.6
+8	CONVENIENT	convenient	ADJ	O	0			ewtb.r.142081.6
+9	!	!	PUNCT	O	0			ewtb.r.142081.6
+
+1	I	i	PRON	O	0			ewtb.r.142081.7
+2	also	also	ADV	O	0			ewtb.r.142081.7
+3	did	do	AUX	O	0			ewtb.r.142081.7
+4	not	not	PART	O	0			ewtb.r.142081.7
+5	feel	feel	VERB	O	0		v.cognition	ewtb.r.142081.7
+6	like	like	SCONJ	O	0			ewtb.r.142081.7
+7	they	they	PRON	O	0			ewtb.r.142081.7
+8	tried	try	VERB	O	0		v.social	ewtb.r.142081.7
+9	to	to	PART	O	0			ewtb.r.142081.7
+10	sell	sell	VERB	O	0		v.possession	ewtb.r.142081.7
+11	me	me	PRON	O	0			ewtb.r.142081.7
+12	a	a	DET	B	0			ewtb.r.142081.7
+13	bunch	bunch	NOUN	I	12			ewtb.r.142081.7
+14	of	of	ADP	O	0			ewtb.r.142081.7
+15	services	services	NOUN	O	0		n.act	ewtb.r.142081.7
+16	that	that	DET	O	0			ewtb.r.142081.7
+17	I	i	PRON	O	0			ewtb.r.142081.7
+18	did	do	AUX	O	0			ewtb.r.142081.7
+19	not	not	PART	O	0			ewtb.r.142081.7
+20	need	need	VERB	O	0		v.cognition	ewtb.r.142081.7
+21	.	.	PUNCT	O	0			ewtb.r.142081.7
+
+1	Great	great	ADJ	O	0			ewtb.r.152281.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.152281.1
+3	,	,	PUNCT	O	0			ewtb.r.152281.1
+4	Thanks	thanks	NOUN	O	0			ewtb.r.152281.1
+5	Don	don	PROPN	O	0		n.person	ewtb.r.152281.1
+6	.	.	PUNCT	O	0			ewtb.r.152281.1
+
+1	Nice	nice	ADJ	O	0			ewtb.r.152281.2
+2	Top	top	NOUN	O	0		n.location	ewtb.r.152281.2
+3	Lights	light	NOUN	O	0		n.artifact	ewtb.r.152281.2
+4	.	.	PUNCT	O	0			ewtb.r.152281.2
+
+1	Restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.158285.1
+2	on	on	ADP	O	0			ewtb.r.158285.1
+3	top	top	NOUN	O	0		n.location	ewtb.r.158285.1
+4	was	be	AUX	O	0			ewtb.r.158285.1
+5	renovated	renovate	VERB	O	0		v.change	ewtb.r.158285.1
+6	,	,	PUNCT	O	0			ewtb.r.158285.1
+7	food	food	NOUN	O	0		n.food	ewtb.r.158285.1
+8	was	be	VERB	O	0		v.stative	ewtb.r.158285.1
+9	decent	decent	ADJ	O	0			ewtb.r.158285.1
+10	,	,	PUNCT	O	0			ewtb.r.158285.1
+11	price	price	NOUN	O	0		n.possession	ewtb.r.158285.1
+12	was	be	VERB	O	0		v.stative	ewtb.r.158285.1
+13	way	way	ADV	O	0			ewtb.r.158285.1
+14	to	to	ADV	O	0			ewtb.r.158285.1
+15	high	high	ADJ	O	0			ewtb.r.158285.1
+16	for	for	ADP	O	0			ewtb.r.158285.1
+17	Duluth	duluth	PROPN	O	0		n.location	ewtb.r.158285.1
+18	for	for	ADP	O	0			ewtb.r.158285.1
+19	quality	quality	NOUN	O	0		n.attribute	ewtb.r.158285.1
+20	,	,	PUNCT	O	0			ewtb.r.158285.1
+21	new	new	ADJ	O	0			ewtb.r.158285.1
+22	decor	decor	NOUN	O	0		n.attribute	ewtb.r.158285.1
+23	seems	seem	VERB	O	0		v.perception	ewtb.r.158285.1
+24	tacky	tacky	ADJ	O	0			ewtb.r.158285.1
+
+1	In	in	ADP	O	0			ewtb.r.159485.1
+2	this	this	DET	O	0			ewtb.r.159485.1
+3	hard	hard	ADJ	O	0			ewtb.r.159485.1
+4	economic	economic	ADJ	O	0			ewtb.r.159485.1
+5	times	times	NOUN	O	0		n.cognition	ewtb.r.159485.1
+6	is	be	VERB	O	0		v.stative	ewtb.r.159485.1
+7	very	very	ADV	O	0			ewtb.r.159485.1
+8	important	important	ADJ	O	0			ewtb.r.159485.1
+9	to	to	PART	O	0			ewtb.r.159485.1
+10	save	save	VERB	O	0		v.stative	ewtb.r.159485.1
+11	money	money	NOUN	O	0		n.possession	ewtb.r.159485.1
+12	Very	very	ADV	O	0			ewtb.r.159485.1
+13	reasonable	reasonable	ADJ	O	0			ewtb.r.159485.1
+14	prices	price	NOUN	O	0		n.possession	ewtb.r.159485.1
+15	top	top	ADJ	O	0			ewtb.r.159485.1
+16	quality	quality	NOUN	O	0		n.attribute	ewtb.r.159485.1
+17	work	work	NOUN	O	0		n.act	ewtb.r.159485.1
+18	The	the	DET	O	0			ewtb.r.159485.1
+19	owner	owner	NOUN	O	0		n.person	ewtb.r.159485.1
+20	operator	operator	NOUN	O	0		n.person	ewtb.r.159485.1
+21	he	he	PRON	O	0			ewtb.r.159485.1
+22	does	do	VERB	O	0		v.social	ewtb.r.159485.1
+23	all	all	DET	O	0			ewtb.r.159485.1
+24	the	the	DET	O	0			ewtb.r.159485.1
+25	the	the	DET	O	0			ewtb.r.159485.1
+26	work	work	NOUN	O	0		n.act	ewtb.r.159485.1
+27	with	with	ADP	O	0			ewtb.r.159485.1
+28	Helpers	helper	NOUN	O	0		n.group	ewtb.r.159485.1
+29	very	very	ADV	O	0			ewtb.r.159485.1
+30	friendly	friendly	ADJ	O	0			ewtb.r.159485.1
+31	I	i	PRON	O	0			ewtb.r.159485.1
+32	definitely	definitely	ADV	O	0			ewtb.r.159485.1
+33	recommend	recommend	VERB	O	0		v.communication	ewtb.r.159485.1
+34	this	this	DET	O	0			ewtb.r.159485.1
+35	this	this	DET	O	0			ewtb.r.159485.1
+36	guys	guy	NOUN	O	0		n.group	ewtb.r.159485.1
+37	Do	do	AUX	O	0			ewtb.r.159485.1
+38	n't	n't	PART	O	0			ewtb.r.159485.1
+39	get	get	AUX	O	0			ewtb.r.159485.1
+40	jack	jack	VERB	O	0		v.social	ewtb.r.159485.1
+41	by	by	ADP	O	0			ewtb.r.159485.1
+42	big	big	ADJ	O	0			ewtb.r.159485.1
+43	companies	company	NOUN	O	0		n.group	ewtb.r.159485.1
+44	that	that	DET	O	0			ewtb.r.159485.1
+45	they	they	PRON	O	0			ewtb.r.159485.1
+46	pay	pay	VERB	O	0		v.possession	ewtb.r.159485.1
+47	a	a	DET	B	0			ewtb.r.159485.1
+48	lot	lot	NOUN	I	47			ewtb.r.159485.1
+49	of	of	ADP	O	0			ewtb.r.159485.1
+50	money	money	NOUN	O	0		n.possession	ewtb.r.159485.1
+51	to	to	PART	O	0			ewtb.r.159485.1
+52	be	be	VERB	O	0		v.stative	ewtb.r.159485.1
+53	on	on	ADP	B	0			ewtb.r.159485.1
+54	top	top	NOUN	I	53			ewtb.r.159485.1
+55	of	of	ADP	I	54			ewtb.r.159485.1
+56	the	the	DET	O	0			ewtb.r.159485.1
+57	list	list	NOUN	O	0		n.communication	ewtb.r.159485.1
+58	Thanks	thanks	NOUN	O	0			ewtb.r.159485.1
+
+1	For	for	ADP	O	0			ewtb.r.164580.1
+2	cheap	cheap	ADJ	O	0			ewtb.r.164580.1
+3	Chinese	chinese	ADJ	O	0			ewtb.r.164580.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.164580.1
+5	,	,	PUNCT	O	0			ewtb.r.164580.1
+6	this	this	DET	O	0			ewtb.r.164580.1
+7	is	be	VERB	O	0		v.stative	ewtb.r.164580.1
+8	the	the	DET	O	0			ewtb.r.164580.1
+9	place	place	NOUN	O	0		n.group	ewtb.r.164580.1
+10	to	to	PART	O	0			ewtb.r.164580.1
+11	go	go	VERB	O	0		v.motion	ewtb.r.164580.1
+12	.	.	PUNCT	O	0			ewtb.r.164580.1
+
+1	I	i	PRON	O	0			ewtb.r.164580.2
+2	used	use	VERB	B	0			ewtb.r.164580.2
+3	to	to	PART	I	2			ewtb.r.164580.2
+4	eat	eat	VERB	O	0		v.consumption	ewtb.r.164580.2
+5	at	at	ADP	O	0			ewtb.r.164580.2
+6	places	place	NOUN	O	0		n.group	ewtb.r.164580.2
+7	like	like	ADP	O	0			ewtb.r.164580.2
+8	New	new	PROPN	B	0		n.group	ewtb.r.164580.2
+9	China	china	PROPN	I	8			ewtb.r.164580.2
+10	or	or	CONJ	O	0			ewtb.r.164580.2
+11	Green	green	PROPN	B	0		n.group	ewtb.r.164580.2
+12	Buffet	buffet	PROPN	I	11			ewtb.r.164580.2
+13	in	in	ADP	O	0			ewtb.r.164580.2
+14	Troy	troy	PROPN	O	0		n.location	ewtb.r.164580.2
+15	,	,	PUNCT	O	0			ewtb.r.164580.2
+16	MO	mo	PROPN	O	0		n.location	ewtb.r.164580.2
+17	-	-	PUNCT	O	0			ewtb.r.164580.2
+18	nothing	nothing	NOUN	O	0			ewtb.r.164580.2
+19	terrible	terrible	ADJ	O	0			ewtb.r.164580.2
+20	but	but	CONJ	O	0			ewtb.r.164580.2
+21	not	not	PART	O	0			ewtb.r.164580.2
+22	that	that	ADV	O	0			ewtb.r.164580.2
+23	great	great	ADJ	O	0			ewtb.r.164580.2
+24	.	.	PUNCT	O	0			ewtb.r.164580.2
+
+1	Now	now	ADV	O	0			ewtb.r.164580.3
+2	,	,	PUNCT	O	0			ewtb.r.164580.3
+3	I	i	PRON	O	0			ewtb.r.164580.3
+4	wo	wo	AUX	O	0			ewtb.r.164580.3
+5	n't	n't	PART	O	0			ewtb.r.164580.3
+6	eat	eat	VERB	O	0		v.consumption	ewtb.r.164580.3
+7	fast	fast	ADJ	B	0		n.food	ewtb.r.164580.3
+8	food	food	NOUN	I	7			ewtb.r.164580.3
+9	Chinese	chinese	ADJ	O	0			ewtb.r.164580.3
+10	unless	unless	SCONJ	O	0			ewtb.r.164580.3
+11	it	it	PRON	O	0			ewtb.r.164580.3
+12	's	's	VERB	O	0		v.stative	ewtb.r.164580.3
+13	from	from	ADP	O	0			ewtb.r.164580.3
+14	this	this	DET	O	0			ewtb.r.164580.3
+15	place	place	NOUN	O	0		n.group	ewtb.r.164580.3
+16	.	.	PUNCT	O	0			ewtb.r.164580.3
+
+1	The	the	DET	O	0			ewtb.r.164580.4
+2	best	best	ADJ	O	0			ewtb.r.164580.4
+3	value	value	NOUN	O	0		n.attribute	ewtb.r.164580.4
+4	I	i	PRON	O	0			ewtb.r.164580.4
+5	've	've	AUX	O	0			ewtb.r.164580.4
+6	found	find	VERB	O	0		v.cognition	ewtb.r.164580.4
+7	from	from	ADP	O	0			ewtb.r.164580.4
+8	a	a	DET	O	0			ewtb.r.164580.4
+9	Chinese	chinese	ADJ	O	0			ewtb.r.164580.4
+10	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.164580.4
+11	.	.	PUNCT	O	0			ewtb.r.164580.4
+
+1	I	i	PRON	O	0			ewtb.r.164580.5
+2	do	do	AUX	O	0			ewtb.r.164580.5
+3	n't	n't	PART	O	0			ewtb.r.164580.5
+4	live	live	VERB	O	0		v.social	ewtb.r.164580.5
+5	in	in	ADP	O	0			ewtb.r.164580.5
+6	Lake	lake	PROPN	B	0		n.location	ewtb.r.164580.5
+7	St.	st.	PROPN	I	6			ewtb.r.164580.5
+8	Louis	louis	PROPN	I	7			ewtb.r.164580.5
+9	anymore	anymore	ADV	O	0			ewtb.r.164580.5
+10	,	,	PUNCT	O	0			ewtb.r.164580.5
+11	but	but	CONJ	O	0			ewtb.r.164580.5
+12	deliveries	delivery	NOUN	O	0		n.act	ewtb.r.164580.5
+13	were	be	VERB	O	0		v.stative	ewtb.r.164580.5
+14	always	always	ADV	O	0			ewtb.r.164580.5
+15	correct	correct	ADJ	O	0			ewtb.r.164580.5
+16	and	and	CONJ	O	0			ewtb.r.164580.5
+17	the	the	DET	O	0			ewtb.r.164580.5
+18	service	service	NOUN	O	0		n.act	ewtb.r.164580.5
+19	courteous	courteous	ADJ	O	0			ewtb.r.164580.5
+20	.	.	PUNCT	O	0			ewtb.r.164580.5
+
+1	Now	now	ADV	O	0			ewtb.r.164580.6
+2	I	i	PRON	O	0			ewtb.r.164580.6
+3	have	have	VERB	B	0			ewtb.r.164580.6
+4	to	to	PART	I	3			ewtb.r.164580.6
+5	be	be	VERB	O	0		v.stative	ewtb.r.164580.6
+6	in	in	ADP	O	0			ewtb.r.164580.6
+7	the	the	DET	O	0			ewtb.r.164580.6
+8	area	area	NOUN	O	0		n.location	ewtb.r.164580.6
+9	to	to	PART	O	0			ewtb.r.164580.6
+10	get	get	VERB	O	0		v.social	ewtb.r.164580.6
+11	some	some	DET	O	0			ewtb.r.164580.6
+12	lovin'	lovin	NOUN	O	0		n.cognition	ewtb.r.164580.6
+13	:	:	PUNCT	O	0			ewtb.r.164580.6
+14	sad	sad	ADJ	B	0			ewtb.r.164580.6
+15	face	face	NOUN	I	14			ewtb.r.164580.6
+16	:	:	PUNCT	O	0			ewtb.r.164580.6
+
+1	The	the	DET	O	0			ewtb.r.166983.1
+2	pancakes	pancake	NOUN	O	0		n.food	ewtb.r.166983.1
+3	are	be	VERB	B	0		v.stative	ewtb.r.166983.1
+4	to	to	PART	I	3			ewtb.r.166983.1
+5	die	die	VERB	I	4			ewtb.r.166983.1
+6	for	for	ADP	I	5			ewtb.r.166983.1
+7	.	.	PUNCT	O	0			ewtb.r.166983.1
+
+1	I	i	PRON	O	0			ewtb.r.169083.1
+2	have	have	AUX	O	0			ewtb.r.169083.1
+3	been	be	VERB	O	0		v.stative	ewtb.r.169083.1
+4	a	a	DET	O	0			ewtb.r.169083.1
+5	patient	patient	NOUN	O	0		n.person	ewtb.r.169083.1
+6	a	a	ADP	O	0			ewtb.r.169083.1
+7	NW	nw	PROPN	B	0		n.group	ewtb.r.169083.1
+8	hospital	hospital	NOUN	I	7			ewtb.r.169083.1
+9	and	and	CONJ	O	0			ewtb.r.169083.1
+10	it	it	PRON	O	0			ewtb.r.169083.1
+11	was	be	VERB	O	0		v.stative	ewtb.r.169083.1
+12	great	great	ADJ	O	0			ewtb.r.169083.1
+13	.	.	PUNCT	O	0			ewtb.r.169083.1
+
+1	I	i	PRON	O	0			ewtb.r.169083.2
+2	have	have	AUX	O	0			ewtb.r.169083.2
+3	also	also	ADV	O	0			ewtb.r.169083.2
+4	had	have	VERB	O	0		v.stative	ewtb.r.169083.2
+5	an	an	DET	O	0			ewtb.r.169083.2
+6	80	80	NUM	O	0			ewtb.r.169083.2
+7	yr	yr	NOUN	B	0		n.person	ewtb.r.169083.2
+8	old	old	NOUN	I	7			ewtb.r.169083.2
+9	that	that	DET	O	0			ewtb.r.169083.2
+10	I	i	PRON	O	0			ewtb.r.169083.2
+11	take	take	VERB	B	0		v.social	ewtb.r.169083.2
+12	of	of	ADP	I	11			ewtb.r.169083.2
+13	sent	send	VERB	O	0		v.motion	ewtb.r.169083.2
+14	to	to	ADP	O	0			ewtb.r.169083.2
+15	the	the	DET	O	0			ewtb.r.169083.2
+16	ER	er	NOUN	O	0		n.location	ewtb.r.169083.2
+17	and	and	CONJ	O	0			ewtb.r.169083.2
+18	long	long	ADJ	O	0			ewtb.r.169083.2
+19	stays	stays	NOUN	O	0		n.event	ewtb.r.169083.2
+20	in	in	ADP	O	0			ewtb.r.169083.2
+21	the	the	DET	O	0			ewtb.r.169083.2
+22	hospital	hospital	NOUN	O	0		n.group	ewtb.r.169083.2
+23	.	.	PUNCT	O	0			ewtb.r.169083.2
+
+1	Yes	yes	INTJ	O	0			ewtb.r.169083.3
+2	,	,	PUNCT	O	0			ewtb.r.169083.3
+3	we	we	PRON	O	0			ewtb.r.169083.3
+4	had	have	VERB	B	0			ewtb.r.169083.3
+5	to	to	PART	I	4			ewtb.r.169083.3
+6	wait	wait	VERB	O	0		v.cognition	ewtb.r.169083.3
+7	,	,	PUNCT	O	0			ewtb.r.169083.3
+8	but	but	CONJ	O	0			ewtb.r.169083.3
+9	ER	er	NOUN	O	0		n.location	ewtb.r.169083.3
+10	is	be	VERB	O	0		v.stative	ewtb.r.169083.3
+11	a	a	DET	O	0			ewtb.r.169083.3
+12	triage	triage	NOUN	O	0		n.process	ewtb.r.169083.3
+13	system	system	NOUN	O	0		n.process	ewtb.r.169083.3
+14	that	that	DET	O	0			ewtb.r.169083.3
+15	takes	take	VERB	O	0		v.social	ewtb.r.169083.3
+16	the	the	DET	O	0			ewtb.r.169083.3
+17	most	most	ADV	O	0			ewtb.r.169083.3
+18	life	life	NOUN	O	0		n.phenomenon	ewtb.r.169083.3
+19	threatening	threaten	VERB	O	0		v.cognition	ewtb.r.169083.3
+20	cases	case	NOUN	O	0		n.event	ewtb.r.169083.3
+21	first	first	ADV	O	0			ewtb.r.169083.3
+22	.	.	PUNCT	O	0			ewtb.r.169083.3
+
+1	Any	any	DET	O	0			ewtb.r.169083.4
+2	ER	er	NOUN	O	0		n.location	ewtb.r.169083.4
+3	would	would	AUX	O	0			ewtb.r.169083.4
+4	be	be	VERB	O	0		v.stative	ewtb.r.169083.4
+5	the	the	DET	O	0			ewtb.r.169083.4
+6	same	same	ADJ	O	0			ewtb.r.169083.4
+7	.	.	PUNCT	O	0			ewtb.r.169083.4
+
+1	As	as	ADV	B	0			ewtb.r.169083.5
+2	far	far	ADV	I	1			ewtb.r.169083.5
+3	as	as	SCONJ	I	2			ewtb.r.169083.5
+4	being	be	AUX	O	0			ewtb.r.169083.5
+5	treated	treat	VERB	O	0		v.social	ewtb.r.169083.5
+6	like	like	ADP	O	0			ewtb.r.169083.5
+7	a	a	DET	O	0			ewtb.r.169083.5
+8	drug	drug	NOUN	O	0		n.substance	ewtb.r.169083.5
+9	seeker	seeker	NOUN	O	0		n.person	ewtb.r.169083.5
+10	,	,	PUNCT	O	0			ewtb.r.169083.5
+11	that	that	DET	O	0			ewtb.r.169083.5
+12	has	have	AUX	O	0			ewtb.r.169083.5
+13	not	not	PART	O	0			ewtb.r.169083.5
+14	been	be	VERB	O	0		v.stative	ewtb.r.169083.5
+15	my	my	PRON	O	0			ewtb.r.169083.5
+16	experience	experience	NOUN	O	0		n.event	ewtb.r.169083.5
+17	.	.	PUNCT	O	0			ewtb.r.169083.5
+
+1	As	as	ADP	O	0			ewtb.r.169083.6
+2	a	a	DET	O	0			ewtb.r.169083.6
+3	nurse	nurse	NOUN	O	0		n.person	ewtb.r.169083.6
+4	I	i	PRON	O	0			ewtb.r.169083.6
+5	know	know	VERB	O	0		v.cognition	ewtb.r.169083.6
+6	about	about	ADP	O	0			ewtb.r.169083.6
+7	drug	drug	NOUN	O	0		n.substance	ewtb.r.169083.6
+8	seekers	seeker	NOUN	O	0		n.person	ewtb.r.169083.6
+9	.	.	PUNCT	O	0			ewtb.r.169083.6
+
+1	This	this	DET	O	0			ewtb.r.169083.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.169083.7
+3	a	a	DET	O	0			ewtb.r.169083.7
+4	great	great	ADJ	O	0			ewtb.r.169083.7
+5	hospital	hospital	NOUN	O	0		n.group	ewtb.r.169083.7
+6	and	and	CONJ	O	0			ewtb.r.169083.7
+7	even	even	ADV	O	0			ewtb.r.169083.7
+8	better	better	ADJ	O	0			ewtb.r.169083.7
+9	since	since	SCONJ	O	0			ewtb.r.169083.7
+10	it	it	PRON	O	0			ewtb.r.169083.7
+11	became	become	VERB	O	0		v.stative	ewtb.r.169083.7
+12	part	part	NOUN	O	0		n.relation	ewtb.r.169083.7
+13	of	of	ADP	O	0			ewtb.r.169083.7
+14	the	the	DET	O	0			ewtb.r.169083.7
+15	UW	uw	PROPN	O	0		n.location	ewtb.r.169083.7
+16	system	system	NOUN	O	0		n.group	ewtb.r.169083.7
+17	.	.	PUNCT	O	0			ewtb.r.169083.7
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.180886.1
+2	Experience	experience	NOUN	O	0		n.event	ewtb.r.180886.1
+
+1	I	i	PRON	O	0			ewtb.r.180886.2
+2	had	have	VERB	O	0		v.stative	ewtb.r.180886.2
+3	immense	immense	ADJ	O	0			ewtb.r.180886.2
+4	pain	pain	NOUN	O	0		n.state	ewtb.r.180886.2
+5	on	on	ADP	O	0			ewtb.r.180886.2
+6	a	a	DET	O	0			ewtb.r.180886.2
+7	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.180886.2
+8	morning	morning	NOUN	O	0		n.time	ewtb.r.180886.2
+9	,	,	PUNCT	O	0			ewtb.r.180886.2
+10	with	with	SCONJ	O	0			ewtb.r.180886.2
+11	friends	friend	NOUN	O	0		n.person	ewtb.r.180886.2
+12	and	and	CONJ	O	0			ewtb.r.180886.2
+13	family	family	NOUN	O	0		n.group	ewtb.r.180886.2
+14	telling	tell	VERB	O	0		v.communication	ewtb.r.180886.2
+15	me	me	PRON	O	0			ewtb.r.180886.2
+16	that	that	SCONJ	O	0			ewtb.r.180886.2
+17	I	i	PRON	O	0			ewtb.r.180886.2
+18	would	would	AUX	O	0			ewtb.r.180886.2
+19	never	never	ADV	O	0			ewtb.r.180886.2
+20	find	find	VERB	O	0		v.cognition	ewtb.r.180886.2
+21	a	a	DET	O	0			ewtb.r.180886.2
+22	Dentist	dentist	NOUN	O	0		n.person	ewtb.r.180886.2
+23	on	on	ADP	O	0			ewtb.r.180886.2
+24	a	a	DET	O	0			ewtb.r.180886.2
+25	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.180886.2
+26	.	.	PUNCT	O	0			ewtb.r.180886.2
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.180886.3
+2	Taylor	taylor	PROPN	I	1			ewtb.r.180886.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.180886.3
+4	not	not	PART	O	0			ewtb.r.180886.3
+5	only	only	ADV	O	0			ewtb.r.180886.3
+6	available	available	ADJ	O	0			ewtb.r.180886.3
+7	on	on	ADP	O	0			ewtb.r.180886.3
+8	a	a	DET	O	0			ewtb.r.180886.3
+9	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.180886.3
+10	,	,	PUNCT	O	0			ewtb.r.180886.3
+11	but	but	CONJ	O	0			ewtb.r.180886.3
+12	also	also	ADV	O	0			ewtb.r.180886.3
+13	was	be	VERB	O	0		v.stative	ewtb.r.180886.3
+14	able	able	ADJ	O	0			ewtb.r.180886.3
+15	to	to	PART	O	0			ewtb.r.180886.3
+16	immediately	immediately	ADV	O	0			ewtb.r.180886.3
+17	take	take	VERB	B	0		v.social	ewtb.r.180886.3
+18	care	care	NOUN	I	17			ewtb.r.180886.3
+19	of	of	ADP	I	18			ewtb.r.180886.3
+20	me	me	PRON	O	0			ewtb.r.180886.3
+21	.	.	PUNCT	O	0			ewtb.r.180886.3
+
+1	He	he	PRON	O	0			ewtb.r.180886.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.180886.4
+3	incredibly	incredibly	ADV	O	0			ewtb.r.180886.4
+4	informative	informative	ADJ	O	0			ewtb.r.180886.4
+5	about	about	ADP	O	0			ewtb.r.180886.4
+6	the	the	DET	O	0			ewtb.r.180886.4
+7	options	option	NOUN	O	0		n.cognition	ewtb.r.180886.4
+8	I	i	PRON	O	0			ewtb.r.180886.4
+9	had	have	VERB	O	0		v.stative	ewtb.r.180886.4
+10	,	,	PUNCT	O	0			ewtb.r.180886.4
+11	giving	give	VERB	B	0		v.communication	ewtb.r.180886.4
+12	me	me	PRON	o	0			ewtb.r.180886.4
+13	opinions	opinion	NOUN	I	11			ewtb.r.180886.4
+14	on	on	ADP	O	0			ewtb.r.180886.4
+15	different	different	ADJ	O	0			ewtb.r.180886.4
+16	treatments	treatment	NOUN	O	0		n.cognition	ewtb.r.180886.4
+17	to	to	PART	O	0			ewtb.r.180886.4
+18	choose	choose	VERB	O	0		v.cognition	ewtb.r.180886.4
+19	from	from	ADP	O	0			ewtb.r.180886.4
+20	.	.	PUNCT	O	0			ewtb.r.180886.4
+
+1	Coming	come	VERB	O	0		v.communication	ewtb.r.180886.5
+2	from	from	ADP	O	0			ewtb.r.180886.5
+3	a	a	DET	O	0			ewtb.r.180886.5
+4	person	person	NOUN	O	0		n.person	ewtb.r.180886.5
+5	who	who	PRON	O	0			ewtb.r.180886.5
+6	hates	hate	VERB	O	0		v.emotion	ewtb.r.180886.5
+7	the	the	DET	O	0			ewtb.r.180886.5
+8	dentist	dentist	NOUN	O	0		n.person	ewtb.r.180886.5
+9	in	in	ADP	B	0			ewtb.r.180886.5
+10	general	general	ADJ	I	9			ewtb.r.180886.5
+11	,	,	PUNCT	O	0			ewtb.r.180886.5
+12	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.180886.5
+13	Taylor	taylor	PROPN	I	12			ewtb.r.180886.5
+14	was	be	VERB	O	0		v.stative	ewtb.r.180886.5
+15	the	the	DET	O	0			ewtb.r.180886.5
+16	best	best	ADJ	O	0			ewtb.r.180886.5
+17	!	!	PUNCT	O	0			ewtb.r.180886.5
+
+1	He	he	PRON	O	0			ewtb.r.180886.6
+2	really	really	ADV	O	0			ewtb.r.180886.6
+3	made	make	VERB	O	0		v.stative	ewtb.r.180886.6
+4	the	the	DET	O	0			ewtb.r.180886.6
+5	visit	visit	NOUN	O	0		n.event	ewtb.r.180886.6
+6	a	a	DET	O	0			ewtb.r.180886.6
+7	pain	pain	NOUN	O	0		n.state	ewtb.r.180886.6
+8	free	free	ADJ	O	0			ewtb.r.180886.6
+9	one	one	NOUN	O	0			ewtb.r.180886.6
+10	with	with	ADP	O	0			ewtb.r.180886.6
+11	excellent	excellent	ADJ	O	0			ewtb.r.180886.6
+12	service	service	NOUN	O	0		n.act	ewtb.r.180886.6
+13	!	!	PUNCT	O	0			ewtb.r.180886.6
+
+1	I	i	PRON	O	0			ewtb.r.180886.7
+2	would	would	AUX	O	0			ewtb.r.180886.7
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.180886.7
+4	him	him	PRON	O	0			ewtb.r.180886.7
+5	to	to	ADP	O	0			ewtb.r.180886.7
+6	everyone	everyone	NOUN	O	0			ewtb.r.180886.7
+7	!	!	PUNCT	O	0			ewtb.r.180886.7
+
+1	Superb	superb	ADJ	O	0			ewtb.r.186284.1
+2	Arrangements	arrangement	NOUN	O	0		n.artifact	ewtb.r.186284.1
+
+1	I	i	PRON	O	0			ewtb.r.186284.2
+2	used	use	VERB	O	0		v.social	ewtb.r.186284.2
+3	Fancy	fancy	PROPN	B	0		n.group	ewtb.r.186284.2
+4	Flowers	flowers	PROPN	I	3			ewtb.r.186284.2
+5	for	for	ADP	O	0			ewtb.r.186284.2
+6	my	my	PRON	O	0			ewtb.r.186284.2
+7	late	late	ADJ	O	0			ewtb.r.186284.2
+8	husband	husband	NOUN	O	0		n.person	ewtb.r.186284.2
+9	's	's	PART	O	0			ewtb.r.186284.2
+10	funeral	funeral	NOUN	O	0		n.event	ewtb.r.186284.2
+11	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.186284.2
+12	as	as	SCONJ	O	0			ewtb.r.186284.2
+13	they	they	PRON	O	0			ewtb.r.186284.2
+14	had	have	AUX	O	0			ewtb.r.186284.2
+15	been	be	AUX	O	0			ewtb.r.186284.2
+16	recommended	recommend	VERB	O	0		v.communication	ewtb.r.186284.2
+17	to	to	ADP	O	0			ewtb.r.186284.2
+18	me	me	PRON	O	0			ewtb.r.186284.2
+19	.	.	PUNCT	O	0			ewtb.r.186284.2
+
+1	I	i	PRON	O	0			ewtb.r.186284.3
+2	am	be	VERB	O	0		v.stative	ewtb.r.186284.3
+3	so	so	ADV	O	0			ewtb.r.186284.3
+4	glad	glad	ADJ	O	0			ewtb.r.186284.3
+5	that	that	SCONJ	O	0			ewtb.r.186284.3
+6	I	i	PRON	O	0			ewtb.r.186284.3
+7	called	call	VERB	B	0		v.communication	ewtb.r.186284.3
+8	in	in	ADP	I	7			ewtb.r.186284.3
+9	to	to	PART	O	0			ewtb.r.186284.3
+10	see	see	VERB	O	0		v.social	ewtb.r.186284.3
+11	Ana	ana	PROPN	O	0		n.person	ewtb.r.186284.3
+12	,	,	PUNCT	O	0			ewtb.r.186284.3
+13	she	she	PRON	O	0			ewtb.r.186284.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.186284.3
+15	a	a	DET	O	0			ewtb.r.186284.3
+16	lovely	lovely	ADJ	O	0			ewtb.r.186284.3
+17	girl	girl	NOUN	O	0		n.person	ewtb.r.186284.3
+18	who	who	PRON	O	0			ewtb.r.186284.3
+19	showed	show	VERB	O	0		v.social	ewtb.r.186284.3
+20	nothing	nothing	NOUN	B	0			ewtb.r.186284.3
+21	but	but	ADP	I	20			ewtb.r.186284.3
+22	care	care	NOUN	O	0		n.cognition	ewtb.r.186284.3
+23	and	and	CONJ	O	0			ewtb.r.186284.3
+24	compassion	compassion	NOUN	O	0		n.attribute	ewtb.r.186284.3
+25	towards	towards	ADP	O	0			ewtb.r.186284.3
+26	me	me	PRON	O	0			ewtb.r.186284.3
+27	.	.	PUNCT	O	0			ewtb.r.186284.3
+
+1	The	the	DET	O	0			ewtb.r.186284.4
+2	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.186284.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.186284.4
+4	all	all	DET	O	0			ewtb.r.186284.4
+5	that	that	DET	O	0			ewtb.r.186284.4
+6	I	i	PRON	O	0			ewtb.r.186284.4
+7	hoped	hope	VERB	O	0		v.emotion	ewtb.r.186284.4
+8	they	they	PRON	O	0			ewtb.r.186284.4
+9	would	would	AUX	O	0			ewtb.r.186284.4
+10	be	be	VERB	O	0		v.stative	ewtb.r.186284.4
+11	,	,	PUNCT	O	0			ewtb.r.186284.4
+12	I	i	PRON	O	0			ewtb.r.186284.4
+13	have	have	AUX	O	0			ewtb.r.186284.4
+14	attended	attend	VERB	O	0		v.social	ewtb.r.186284.4
+15	several	several	ADJ	O	0			ewtb.r.186284.4
+16	funerals	funeral	NOUN	O	0		n.event	ewtb.r.186284.4
+17	of	of	ADP	B	0			ewtb.r.186284.4
+18	late	late	ADV	I	17			ewtb.r.186284.4
+19	unfortunately	unfortunately	ADV	O	0			ewtb.r.186284.4
+20	and	and	CONJ	O	0			ewtb.r.186284.4
+21	the	the	DET	O	0			ewtb.r.186284.4
+22	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.186284.4
+23	I	i	PRON	O	0			ewtb.r.186284.4
+24	recieved	recieved	VERB	O	0		v.possession	ewtb.r.186284.4
+25	from	from	ADP	O	0			ewtb.r.186284.4
+26	Ana	ana	PROPN	O	0		n.person	ewtb.r.186284.4
+27	outshone	outshine	VERB	O	0		v.cognition	ewtb.r.186284.4
+28	them	them	PRON	O	0			ewtb.r.186284.4
+29	all	all	DET	O	0			ewtb.r.186284.4
+30	.	.	PUNCT	O	0			ewtb.r.186284.4
+
+1	She	she	PRON	O	0			ewtb.r.186284.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.186284.5
+3	so	so	ADV	O	0			ewtb.r.186284.5
+4	talented	talented	ADJ	O	0			ewtb.r.186284.5
+5	,	,	PUNCT	O	0			ewtb.r.186284.5
+6	the	the	DET	O	0			ewtb.r.186284.5
+7	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.186284.5
+8	were	be	AUX	O	0			ewtb.r.186284.5
+9	arranged	arrange	VERB	O	0		v.stative	ewtb.r.186284.5
+10	superbly	superbly	ADV	O	0			ewtb.r.186284.5
+11	and	and	CONJ	O	0			ewtb.r.186284.5
+12	delicately	delicately	ADV	O	0			ewtb.r.186284.5
+13	,	,	PUNCT	O	0			ewtb.r.186284.5
+14	it	it	PRON	O	0			ewtb.r.186284.5
+15	is	be	VERB	O	0		v.stative	ewtb.r.186284.5
+16	so	so	ADV	O	0			ewtb.r.186284.5
+17	obvious	obvious	ADJ	O	0			ewtb.r.186284.5
+18	to	to	PART	O	0			ewtb.r.186284.5
+19	see	see	VERB	O	0		v.cognition	ewtb.r.186284.5
+20	the	the	DET	O	0			ewtb.r.186284.5
+21	difference	difference	NOUN	O	0		n.cognition	ewtb.r.186284.5
+22	between	between	ADP	O	0			ewtb.r.186284.5
+23	someone	someone	NOUN	O	0			ewtb.r.186284.5
+24	fully	fully	ADV	O	0			ewtb.r.186284.5
+25	trained	trained	ADJ	O	0			ewtb.r.186284.5
+26	and	and	CONJ	O	0			ewtb.r.186284.5
+27	skilled	skilled	ADJ	O	0			ewtb.r.186284.5
+28	compared	compare	VERB	B	0		v.stative	ewtb.r.186284.5
+29	to	to	ADP	I	28			ewtb.r.186284.5
+30	others	others	NOUN	O	0			ewtb.r.186284.5
+31	.	.	PUNCT	O	0			ewtb.r.186284.5
+
+1	Thank	thank	VERB	B	0			ewtb.r.186284.6
+2	you	you	PRON	I	1			ewtb.r.186284.6
+3	Ana	ana	PROPN	O	0		n.person	ewtb.r.186284.6
+4	I	i	PRON	O	0			ewtb.r.186284.6
+5	hope	hope	VERB	O	0		v.emotion	ewtb.r.186284.6
+6	to	to	PART	O	0			ewtb.r.186284.6
+7	see	see	VERB	O	0		v.social	ewtb.r.186284.6
+8	you	you	PRON	O	0			ewtb.r.186284.6
+9	in	in	ADP	O	0			ewtb.r.186284.6
+10	the	the	DET	O	0			ewtb.r.186284.6
+11	future	future	NOUN	O	0		n.time	ewtb.r.186284.6
+12	under	under	ADP	B	0			ewtb.r.186284.6
+13	better	better	ADJ	o	0			ewtb.r.186284.6
+14	circumstances	circumstances	NOUN	I	12			ewtb.r.186284.6
+15	.	.	PUNCT	O	0			ewtb.r.186284.6
+
+1	This	this	DET	O	0			ewtb.r.188382.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.188382.1
+3	a	a	DET	O	0			ewtb.r.188382.1
+4	great	great	ADJ	O	0			ewtb.r.188382.1
+5	place	place	NOUN	O	0		n.group	ewtb.r.188382.1
+6	to	to	PART	O	0			ewtb.r.188382.1
+7	shop	shop	VERB	O	0		v.social	ewtb.r.188382.1
+8	.	.	PUNCT	O	0			ewtb.r.188382.1
+
+1	I	i	PRON	O	0			ewtb.r.188382.2
+2	've	've	AUX	O	0			ewtb.r.188382.2
+3	been	be	VERB	O	0		v.stative	ewtb.r.188382.2
+4	a	a	DET	O	0			ewtb.r.188382.2
+5	regular	regular	ADJ	O	0			ewtb.r.188382.2
+6	customer	customer	NOUN	O	0		n.person	ewtb.r.188382.2
+7	at	at	ADP	O	0			ewtb.r.188382.2
+8	this	this	DET	O	0			ewtb.r.188382.2
+9	store	store	NOUN	O	0		n.group	ewtb.r.188382.2
+10	since	since	SCONJ	O	0			ewtb.r.188382.2
+11	it	it	PRON	O	0			ewtb.r.188382.2
+12	opened	open	VERB	O	0		v.social	ewtb.r.188382.2
+13	,	,	PUNCT	O	0			ewtb.r.188382.2
+14	and	and	CONJ	O	0			ewtb.r.188382.2
+15	love	love	VERB	O	0		v.emotion	ewtb.r.188382.2
+16	the	the	DET	O	0			ewtb.r.188382.2
+17	fact	fact	NOUN	O	0		n.cognition	ewtb.r.188382.2
+18	that	that	SCONJ	O	0			ewtb.r.188382.2
+19	all	all	DET	O	0			ewtb.r.188382.2
+20	of	of	ADP	O	0			ewtb.r.188382.2
+21	the	the	DET	O	0			ewtb.r.188382.2
+22	employees	employee	NOUN	O	0		n.person	ewtb.r.188382.2
+23	are	be	VERB	O	0		v.stative	ewtb.r.188382.2
+24	friendly	friendly	ADJ	O	0			ewtb.r.188382.2
+25	locals	local	NOUN	O	0		n.group	ewtb.r.188382.2
+26	.	.	PUNCT	O	0			ewtb.r.188382.2
+
+1	Particularly	particularly	ADV	O	0			ewtb.r.188382.3
+2	the	the	DET	O	0			ewtb.r.188382.3
+3	lady	lady	NOUN	O	0		n.person	ewtb.r.188382.3
+4	who	who	PRON	O	0			ewtb.r.188382.3
+5	operates	operate	VERB	O	0		v.social	ewtb.r.188382.3
+6	the	the	DET	O	0			ewtb.r.188382.3
+7	front	front	ADJ	O	0			ewtb.r.188382.3
+8	register	register	NOUN	O	0		n.artifact	ewtb.r.188382.3
+9	,	,	PUNCT	O	0			ewtb.r.188382.3
+10	she	she	PRON	O	0			ewtb.r.188382.3
+11	's	's	VERB	O	0		v.stative	ewtb.r.188382.3
+12	very	very	ADV	O	0			ewtb.r.188382.3
+13	kind	kind	ADJ	O	0			ewtb.r.188382.3
+14	!	!	PUNCT	O	0			ewtb.r.188382.3
+
+1	very	very	ADV	O	0			ewtb.r.190389.1
+2	miss	miss	X	B	0			ewtb.r.190389.1
+3	informed	informed	ADJ	I	2			ewtb.r.190389.1
+4	people	person	NOUN	O	0		n.person	ewtb.r.190389.1
+5	!!	!!	PUNCT	O	0			ewtb.r.190389.1
+
+1	Not	not	PART	O	0			ewtb.r.207783.1
+2	a	a	DET	O	0			ewtb.r.207783.1
+3	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.207783.1
+4	store	store	NOUN	O	0		n.group	ewtb.r.207783.1
+
+1	Be	be	VERB	O	0		v.stative	ewtb.r.207783.2
+2	more	more	ADV	O	0			ewtb.r.207783.2
+3	careful	careful	ADJ	O	0			ewtb.r.207783.2
+4	when	when	ADV	O	0			ewtb.r.207783.2
+5	you	you	PRON	O	0			ewtb.r.207783.2
+6	write	write	VERB	O	0		v.communication	ewtb.r.207783.2
+7	reviews	review	NOUN	O	0		n.communication	ewtb.r.207783.2
+8	-	-	PUNCT	O	0			ewtb.r.207783.2
+9	this	this	DET	O	0			ewtb.r.207783.2
+10	is	be	VERB	O	0		v.stative	ewtb.r.207783.2
+11	an	an	DET	O	0			ewtb.r.207783.2
+12	accounting	accounting	NOUN	O	0		n.cognition	ewtb.r.207783.2
+13	group	group	NOUN	O	0		n.group	ewtb.r.207783.2
+14	,	,	PUNCT	O	0			ewtb.r.207783.2
+15	not	not	PART	O	0			ewtb.r.207783.2
+16	Hollister	hollister	PROPN	O	0		n.group	ewtb.r.207783.2
+17	the	the	DET	O	0			ewtb.r.207783.2
+18	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.207783.2
+19	store	store	NOUN	O	0		n.group	ewtb.r.207783.2
+20	.	.	PUNCT	O	0			ewtb.r.207783.2
+
+1	Good	good	ADJ	O	0			ewtb.r.208180.1
+2	quality	quality	NOUN	O	0		n.attribute	ewtb.r.208180.1
+3	Indian	indian	ADJ	O	0			ewtb.r.208180.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.208180.1
+5	in	in	ADP	O	0			ewtb.r.208180.1
+6	a	a	DET	O	0			ewtb.r.208180.1
+7	pleasant	pleasant	ADJ	O	0			ewtb.r.208180.1
+8	environment	environment	NOUN	O	0		n.cognition	ewtb.r.208180.1
+
+1	On	on	ADP	B	0			ewtb.r.216281.1
+2	time	time	NOUN	I	1			ewtb.r.216281.1
+3	,	,	PUNCT	O	0			ewtb.r.216281.1
+4	Clean	clean	ADJ	O	0			ewtb.r.216281.1
+5	and	and	CONJ	O	0			ewtb.r.216281.1
+6	very	very	ADV	O	0			ewtb.r.216281.1
+7	nice	nice	ADJ	O	0			ewtb.r.216281.1
+
+1	I	i	PRON	O	0			ewtb.r.216281.2
+2	called	call	VERB	O	0		v.communication	ewtb.r.216281.2
+3	over	over	ADP	O	0			ewtb.r.216281.2
+4	the	the	DET	O	0			ewtb.r.216281.2
+5	weekend	weekend	NOUN	O	0		n.time	ewtb.r.216281.2
+6	due	due	ADP	B	0			ewtb.r.216281.2
+7	to	to	ADP	I	6			ewtb.r.216281.2
+8	clogged	clog	VERB	O	0		v.stative	ewtb.r.216281.2
+9	kitchen	kitchen	NOUN	O	0		n.location	ewtb.r.216281.2
+10	sink	sink	NOUN	O	0		n.artifact	ewtb.r.216281.2
+11	.	.	PUNCT	O	0			ewtb.r.216281.2
+
+1	Scheduled	schedule	VERB	O	0		v.social	ewtb.r.216281.3
+2	appointment	appointment	NOUN	O	0		n.event	ewtb.r.216281.3
+3	for	for	ADP	O	0			ewtb.r.216281.3
+4	8:30	8:30	NUM	O	0			ewtb.r.216281.3
+5	Monday	monday	PROPN	O	0		n.time	ewtb.r.216281.3
+6	morning	morning	NOUN	O	0		n.time	ewtb.r.216281.3
+7	.	.	PUNCT	O	0			ewtb.r.216281.3
+
+1	Rich	rich	PROPN	O	0		n.person	ewtb.r.216281.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.216281.4
+3	here	here	ADV	O	0			ewtb.r.216281.4
+4	before	before	ADP	O	0			ewtb.r.216281.4
+5	the	the	DET	O	0			ewtb.r.216281.4
+6	scheduled	schedule	VERB	O	0		v.social	ewtb.r.216281.4
+7	time	time	NOUN	O	0		n.event	ewtb.r.216281.4
+8	.	.	PUNCT	O	0			ewtb.r.216281.4
+
+1	He	he	PRON	O	0			ewtb.r.216281.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.216281.5
+3	very	very	ADV	O	0			ewtb.r.216281.5
+4	clean	clean	ADJ	O	0			ewtb.r.216281.5
+5	,	,	PUNCT	O	0			ewtb.r.216281.5
+6	very	very	ADV	O	0			ewtb.r.216281.5
+7	nice	nice	ADJ	O	0			ewtb.r.216281.5
+8	to	to	PART	O	0			ewtb.r.216281.5
+9	work	work	VERB	O	0		v.social	ewtb.r.216281.5
+10	with	with	ADP	O	0			ewtb.r.216281.5
+11	and	and	CONJ	O	0			ewtb.r.216281.5
+12	gave	give	VERB	O	0		v.communication	ewtb.r.216281.5
+13	a	a	DET	O	0			ewtb.r.216281.5
+14	very	very	ADV	O	0			ewtb.r.216281.5
+15	reasonable	reasonable	ADJ	O	0			ewtb.r.216281.5
+16	price	price	NOUN	O	0		n.possession	ewtb.r.216281.5
+17	.	.	PUNCT	O	0			ewtb.r.216281.5
+
+1	HIGHLY	highly	ADV	O	0			ewtb.r.216281.6
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.216281.6
+3	.	.	PUNCT	O	0			ewtb.r.216281.6
+
+1	thanks	thanks	NOUN	O	0			ewtb.r.216281.7
+2	Rich	rich	PROPN	O	0		n.person	ewtb.r.216281.7
+
+1	Seth	seth	PROPN	B	0		n.person	ewtb.r.216281.8
+2	K	k	PROPN	I	1			ewtb.r.216281.8
+3	.	.	PUNCT	O	0			ewtb.r.216281.8
+
+1	I	i	PRON	O	0			ewtb.r.217485.1
+2	'll	'll	AUX	O	0			ewtb.r.217485.1
+3	admit	admit	VERB	O	0		v.communication	ewtb.r.217485.1
+4	I	i	PRON	O	0			ewtb.r.217485.1
+5	was	be	AUX	O	0			ewtb.r.217485.1
+6	n't	n't	PART	O	0			ewtb.r.217485.1
+7	expecting	expect	VERB	O	0		v.cognition	ewtb.r.217485.1
+8	much	much	ADJ	O	0			ewtb.r.217485.1
+9	from	from	ADP	O	0			ewtb.r.217485.1
+10	this	this	DET	O	0			ewtb.r.217485.1
+11	place	place	NOUN	O	0		n.group	ewtb.r.217485.1
+12	,	,	PUNCT	O	0			ewtb.r.217485.1
+13	but	but	CONJ	O	0			ewtb.r.217485.1
+14	they	they	PRON	O	0			ewtb.r.217485.1
+15	really	really	ADV	O	0			ewtb.r.217485.1
+16	did	do	AUX	O	0			ewtb.r.217485.1
+17	do	do	VERB	B	0		v.social	ewtb.r.217485.1
+18	a	a	DET	o	0			ewtb.r.217485.1
+19	good	good	ADJ	o	0			ewtb.r.217485.1
+20	job	job	NOUN	I	17			ewtb.r.217485.1
+21	.	.	PUNCT	O	0			ewtb.r.217485.1
+
+1	The	the	DET	O	0			ewtb.r.217485.2
+2	chicken	chicken	NOUN	B	0		n.food	ewtb.r.217485.2
+3	cordon	cordon	NOUN	I	2			ewtb.r.217485.2
+4	-	-	PUNCT	I	3			ewtb.r.217485.2
+5	blu	blu	NOUN	I	4			ewtb.r.217485.2
+6	was	be	VERB	O	0		v.stative	ewtb.r.217485.2
+7	tasty	tasty	ADJ	O	0			ewtb.r.217485.2
+8	and	and	CONJ	O	0			ewtb.r.217485.2
+9	came	come	VERB	B	0		v.stative	ewtb.r.217485.2
+10	in	in	ADP	I	9			ewtb.r.217485.2
+11	a	a	DET	O	0			ewtb.r.217485.2
+12	huge	huge	ADJ	O	0			ewtb.r.217485.2
+13	portion	portion	NOUN	O	0		n.relation	ewtb.r.217485.2
+14	size	size	NOUN	O	0		n.relation	ewtb.r.217485.2
+15	for	for	ADP	O	0			ewtb.r.217485.2
+16	the	the	DET	O	0			ewtb.r.217485.2
+17	money	money	NOUN	O	0		n.possession	ewtb.r.217485.2
+18	.	.	PUNCT	O	0			ewtb.r.217485.2
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.217485.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.217485.3
+3	a	a	DET	B	0			ewtb.r.217485.3
+4	touch	touch	NOUN	I	3			ewtb.r.217485.3
+5	slow	slow	ADJ	O	0			ewtb.r.217485.3
+6	,	,	PUNCT	O	0			ewtb.r.217485.3
+7	but	but	CONJ	O	0			ewtb.r.217485.3
+8	friendly	friendly	ADJ	O	0			ewtb.r.217485.3
+9	.	.	PUNCT	O	0			ewtb.r.217485.3
+
+1	never	never	ADV	O	0			ewtb.r.219984.1
+2	response	response	VERB	O	0		v.communication	ewtb.r.219984.1
+3	the	the	DET	O	0			ewtb.r.219984.1
+4	phone	phone	NOUN	B	0		n.act	ewtb.r.219984.1
+5	call	call	NOUN	I	4			ewtb.r.219984.1
+
+1	you	you	PRON	O	0			ewtb.r.229480.1
+2	'll	'll	AUX	O	0			ewtb.r.229480.1
+3	love	love	VERB	O	0		v.emotion	ewtb.r.229480.1
+4	it	it	PRON	O	0			ewtb.r.229480.1
+
+1	I	i	PRON	O	0			ewtb.r.229480.2
+2	have	have	AUX	O	0			ewtb.r.229480.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.229480.2
+4	my	my	PRON	O	0			ewtb.r.229480.2
+5	back	back	NOUN	O	0		n.body	ewtb.r.229480.2
+6	fused	fuse	VERB	O	0		v.body	ewtb.r.229480.2
+7	in	in	ADP	O	0			ewtb.r.229480.2
+8	2	2	NUM	O	0			ewtb.r.229480.2
+9	places	place	NOUN	O	0		n.location	ewtb.r.229480.2
+10	.	.	PUNCT	O	0			ewtb.r.229480.2
+
+1	I	i	PRON	O	0			ewtb.r.229480.3
+2	wish	wish	VERB	O	0		v.emotion	ewtb.r.229480.3
+3	that	that	SCONJ	O	0			ewtb.r.229480.3
+4	I	i	PRON	O	0			ewtb.r.229480.3
+5	had	have	AUX	O	0			ewtb.r.229480.3
+6	n't	n't	PART	O	0			ewtb.r.229480.3
+7	done	do	VERB	O	0		v.stative	ewtb.r.229480.3
+8	this	this	DET	O	0			ewtb.r.229480.3
+9	.	.	PUNCT	O	0			ewtb.r.229480.3
+
+1	With	with	ADP	O	0			ewtb.r.229480.4
+2	these	these	DET	O	0			ewtb.r.229480.4
+3	fusions	fusion	NOUN	O	0		n.act	ewtb.r.229480.4
+4	,	,	PUNCT	O	0			ewtb.r.229480.4
+5	chiropractric	chiropractric	NOUN	O	0		n.cognition	ewtb.r.229480.4
+6	is	be	VERB	O	0		v.stative	ewtb.r.229480.4
+7	n't	n't	PART	O	0			ewtb.r.229480.4
+8	as	as	ADV	O	0			ewtb.r.229480.4
+9	successful	successful	ADJ	O	0			ewtb.r.229480.4
+10	,	,	PUNCT	O	0			ewtb.r.229480.4
+11	but	but	CONJ	O	0			ewtb.r.229480.4
+12	it	it	PRON	O	0			ewtb.r.229480.4
+13	still	still	ADV	O	0			ewtb.r.229480.4
+14	is	be	VERB	O	0		v.stative	ewtb.r.229480.4
+15	very	very	ADV	O	0			ewtb.r.229480.4
+16	helpful	helpful	ADJ	O	0			ewtb.r.229480.4
+17	.	.	PUNCT	O	0			ewtb.r.229480.4
+
+1	Even	even	ADV	O	0			ewtb.r.229480.5
+2	after	after	ADP	O	0			ewtb.r.229480.5
+3	my	my	PRON	O	0			ewtb.r.229480.5
+4	fusions	fusion	NOUN	O	0		n.act	ewtb.r.229480.5
+5	,	,	PUNCT	O	0			ewtb.r.229480.5
+6	my	my	PRON	O	0			ewtb.r.229480.5
+7	back	back	NOUN	O	0		n.body	ewtb.r.229480.5
+8	continued	continue	VERB	O	0		v.stative	ewtb.r.229480.5
+9	to	to	PART	O	0			ewtb.r.229480.5
+10	hurt	hurt	VERB	O	0		v.perception	ewtb.r.229480.5
+11	,	,	PUNCT	O	0			ewtb.r.229480.5
+12	but	but	CONJ	O	0			ewtb.r.229480.5
+13	now	now	ADV	O	0			ewtb.r.229480.5
+14	it	it	PRON	O	0			ewtb.r.229480.5
+15	does	do	AUX	O	0			ewtb.r.229480.5
+16	n't	n't	PART	O	0			ewtb.r.229480.5
+17	hurt	hurt	VERB	O	0		v.perception	ewtb.r.229480.5
+18	any	any	ADV	B	0			ewtb.r.229480.5
+19	more	more	ADV	I	18			ewtb.r.229480.5
+20	.	.	PUNCT	O	0			ewtb.r.229480.5
+
+1	I	i	PRON	O	0			ewtb.r.229480.6
+2	would	would	AUX	O	0			ewtb.r.229480.6
+3	encourage	encourage	VERB	O	0		v.communication	ewtb.r.229480.6
+4	anyone	anyone	NOUN	O	0			ewtb.r.229480.6
+5	who	who	PRON	O	0			ewtb.r.229480.6
+6	is	be	AUX	O	0			ewtb.r.229480.6
+7	thinking	think	VERB	O	0		v.cognition	ewtb.r.229480.6
+8	of	of	ADP	O	0			ewtb.r.229480.6
+9	back	back	NOUN	O	0		n.body	ewtb.r.229480.6
+10	surgery	surgery	NOUN	O	0		n.act	ewtb.r.229480.6
+11	,	,	PUNCT	O	0			ewtb.r.229480.6
+12	to	to	PART	O	0			ewtb.r.229480.6
+13	talk	talk	VERB	O	0		v.communication	ewtb.r.229480.6
+14	about	about	ADP	O	0			ewtb.r.229480.6
+15	different	different	ADJ	O	0			ewtb.r.229480.6
+16	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.229480.6
+17	options	option	NOUN	O	0		n.cognition	ewtb.r.229480.6
+18	first	first	ADV	O	0			ewtb.r.229480.6
+19	with	with	ADP	O	0			ewtb.r.229480.6
+20	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.229480.6
+21	de	de	PROPN	I	20			ewtb.r.229480.6
+22	Barros	barros	PROPN	I	21			ewtb.r.229480.6
+23	.	.	PUNCT	O	0			ewtb.r.229480.6
+
+1	He	he	PRON	O	0			ewtb.r.229480.7
+2	really	really	ADV	O	0			ewtb.r.229480.7
+3	knows	know	VERB	O	0		v.cognition	ewtb.r.229480.7
+4	what	what	PRON	O	0			ewtb.r.229480.7
+5	he	he	PRON	O	0			ewtb.r.229480.7
+6	is	be	AUX	O	0			ewtb.r.229480.7
+7	talking	talk	VERB	O	0		v.communication	ewtb.r.229480.7
+8	about	about	ADP	O	0			ewtb.r.229480.7
+9	and	and	CONJ	O	0			ewtb.r.229480.7
+10	will	will	AUX	O	0			ewtb.r.229480.7
+11	approach	approach	VERB	O	0		v.social	ewtb.r.229480.7
+12	the	the	DET	O	0			ewtb.r.229480.7
+13	different	different	ADJ	O	0			ewtb.r.229480.7
+14	options	option	NOUN	O	0		n.cognition	ewtb.r.229480.7
+15	fairly	fairly	ADV	O	0			ewtb.r.229480.7
+16	.	.	PUNCT	O	0			ewtb.r.229480.7
+
+1	You	you	PRON	O	0			ewtb.r.229480.8
+2	can	can	AUX	O	0			ewtb.r.229480.8
+3	see	see	VERB	O	0		v.perception	ewtb.r.229480.8
+4	different	different	ADJ	O	0			ewtb.r.229480.8
+5	treatments	treatment	NOUN	O	0		n.cognition	ewtb.r.229480.8
+6	that	that	DET	O	0			ewtb.r.229480.8
+7	a	a	DET	O	0			ewtb.r.229480.8
+8	surgeon	surgeon	NOUN	O	0		n.person	ewtb.r.229480.8
+9	ca	ca	AUX	O	0			ewtb.r.229480.8
+10	n't	n't	PART	O	0			ewtb.r.229480.8
+11	see	see	VERB	O	0		v.perception	ewtb.r.229480.8
+12	,	,	PUNCT	O	0			ewtb.r.229480.8
+13	so	so	ADP	B	0			ewtb.r.229480.8
+14	that	that	SCONJ	I	13			ewtb.r.229480.8
+15	you	you	PRON	O	0			ewtb.r.229480.8
+16	can	can	AUX	O	0			ewtb.r.229480.8
+17	have	have	VERB	B	0		v.cognition	ewtb.r.229480.8
+18	several	several	ADJ	o	0			ewtb.r.229480.8
+19	treatment	treatment	NOUN	o	0		n.cognition	ewtb.r.229480.8
+20	options	option	NOUN	I	17			ewtb.r.229480.8
+21	before	before	SCONJ	O	0			ewtb.r.229480.8
+22	you	you	PRON	O	0			ewtb.r.229480.8
+23	decide	decide	VERB	O	0		v.cognition	ewtb.r.229480.8
+24	what	what	PRON	O	0			ewtb.r.229480.8
+25	to	to	PART	O	0			ewtb.r.229480.8
+26	do	do	VERB	O	0		v.social	ewtb.r.229480.8
+27	.	.	PUNCT	O	0			ewtb.r.229480.8
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.240287.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.240287.1
+3	and	and	CONJ	O	0			ewtb.r.240287.1
+4	Reasonable	reasonable	ADJ	O	0			ewtb.r.240287.1
+5	Prices	price	NOUN	O	0		n.possession	ewtb.r.240287.1
+
+1	Boutique	boutique	NOUN	O	0		n.cognition	ewtb.r.240287.2
+2	stores	store	NOUN	O	0		n.group	ewtb.r.240287.2
+3	dealing	deal	VERB	B	0		v.possession	ewtb.r.240287.2
+4	in	in	ADP	I	3			ewtb.r.240287.2
+5	children	child	NOUN	O	0		n.group	ewtb.r.240287.2
+6	's	's	PART	O	0			ewtb.r.240287.2
+7	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.240287.2
+8	/	/	PUNCT	O	0			ewtb.r.240287.2
+9	gifts	gift	NOUN	O	0		n.artifact	ewtb.r.240287.2
+10	are	be	AUX	O	0		v.stative	ewtb.r.240287.2
+11	often	often	ADV	O	0			ewtb.r.240287.2
+12	outrageously	outrageously	ADV	O	0			ewtb.r.240287.2
+13	priced	price	VERB	O	0			ewtb.r.240287.2
+14	(	(	PUNCT	O	0			ewtb.r.240287.2
+15	who	who	PRON	O	0			ewtb.r.240287.2
+16	wants	want	VERB	O	0		v.cognition	ewtb.r.240287.2
+17	to	to	PART	O	0			ewtb.r.240287.2
+18	pay	pay	VERB	O	0		v.possession	ewtb.r.240287.2
+19	40	40	NUM	O	0			ewtb.r.240287.2
+20	dollars	dollar	NOUN	O	0		n.possession	ewtb.r.240287.2
+21	for	for	ADP	O	0			ewtb.r.240287.2
+22	a	a	DET	O	0			ewtb.r.240287.2
+23	newborn	newborn	NOUN	O	0		n.person	ewtb.r.240287.2
+24	onesie	onesie	NOUN	O	0		n.artifact	ewtb.r.240287.2
+25	?	?	PUNCT	O	0			ewtb.r.240287.2
+26	)	)	PUNCT	O	0			ewtb.r.240287.2
+
+1	but	but	CONJ	O	0			ewtb.r.240287.3
+2	I	i	PRON	O	0			ewtb.r.240287.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.240287.3
+4	pleasantly	pleasantly	ADV	O	0			ewtb.r.240287.3
+5	surprised	surprised	ADJ	O	0			ewtb.r.240287.3
+6	to	to	PART	O	0			ewtb.r.240287.3
+7	find	find	VERB	O	0		v.cognition	ewtb.r.240287.3
+8	that	that	SCONJ	O	0			ewtb.r.240287.3
+9	the	the	DET	O	0			ewtb.r.240287.3
+10	Purple	purple	PROPN	B	0		n.group	ewtb.r.240287.3
+11	Goose	goose	PROPN	I	10			ewtb.r.240287.3
+12	's	's	PART	O	0			ewtb.r.240287.3
+13	prices	price	NOUN	O	0		n.possession	ewtb.r.240287.3
+14	are	be	VERB	O	0		v.stative	ewtb.r.240287.3
+15	reasonable	reasonable	ADJ	O	0			ewtb.r.240287.3
+16	(	(	PUNCT	O	0			ewtb.r.240287.3
+17	for	for	ADP	O	0			ewtb.r.240287.3
+18	the	the	DET	O	0			ewtb.r.240287.3
+19	SAME	same	ADJ	O	0			ewtb.r.240287.3
+20	products	product	NOUN	O	0		n.artifact	ewtb.r.240287.3
+21	found	find	VERB	O	0		v.cognition	ewtb.r.240287.3
+22	at	at	ADP	O	0			ewtb.r.240287.3
+23	other	other	ADJ	O	0			ewtb.r.240287.3
+24	area	area	NOUN	O	0		n.location	ewtb.r.240287.3
+25	boutiques	boutique	NOUN	O	0		n.group	ewtb.r.240287.3
+26	,	,	PUNCT	O	0			ewtb.r.240287.3
+27	the	the	DET	O	0			ewtb.r.240287.3
+28	prices	price	NOUN	O	0		n.possession	ewtb.r.240287.3
+29	were	be	VERB	O	0		v.stative	ewtb.r.240287.3
+30	20	20	NUM	O	0			ewtb.r.240287.3
+31	-	-	SYM	O	0			ewtb.r.240287.3
+32	25	25	NUM	O	0			ewtb.r.240287.3
+33	%	%	SYM	O	0			ewtb.r.240287.3
+34	cheaper	cheap	ADJ	O	0			ewtb.r.240287.3
+35	)	)	PUNCT	O	0			ewtb.r.240287.3
+36	.	.	PUNCT	O	0			ewtb.r.240287.3
+
+1	The	the	DET	O	0			ewtb.r.240287.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.240287.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.240287.4
+4	also	also	ADV	O	0			ewtb.r.240287.4
+5	excellent	excellent	ADJ	O	0			ewtb.r.240287.4
+6	-	-	PUNCT	O	0			ewtb.r.240287.4
+7	friendly	friendly	ADJ	O	0			ewtb.r.240287.4
+8	,	,	PUNCT	O	0			ewtb.r.240287.4
+9	helpful	helpful	ADJ	O	0			ewtb.r.240287.4
+10	and	and	CONJ	O	0			ewtb.r.240287.4
+11	informative	informative	ADJ	O	0			ewtb.r.240287.4
+12	without	without	SCONJ	O	0			ewtb.r.240287.4
+13	being	be	VERB	O	0		v.stative	ewtb.r.240287.4
+14	overbearing	overbearing	ADJ	O	0			ewtb.r.240287.4
+15	.	.	PUNCT	O	0			ewtb.r.240287.4
+
+1	Will	will	AUX	O	0			ewtb.r.240287.5
+2	definitely	definitely	ADV	O	0			ewtb.r.240287.5
+3	return	return	VERB	O	0		v.motion	ewtb.r.240287.5
+4	.	.	PUNCT	O	0			ewtb.r.240287.5
+
+1	great	great	ADJ	O	0			ewtb.r.249889.1
+2	garage	garage	NOUN	O	0		n.group	ewtb.r.249889.1
+3	and	and	CONJ	O	0			ewtb.r.249889.1
+4	customer	customer	NOUN	B	0		n.act	ewtb.r.249889.1
+5	service	service	NOUN	I	4			ewtb.r.249889.1
+6	.	.	PUNCT	O	0			ewtb.r.249889.1
+
+1	great	great	ADJ	O	0			ewtb.r.249889.2
+2	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.249889.2
+3	and	and	CONJ	O	0			ewtb.r.249889.2
+4	prices	price	NOUN	O	0		n.possession	ewtb.r.249889.2
+5	compared	compare	VERB	O	0		v.stative	ewtb.r.249889.2
+6	to	to	ADP	O	0			ewtb.r.249889.2
+7	anyone	anyone	NOUN	O	0			ewtb.r.249889.2
+8	in	in	ADP	O	0			ewtb.r.249889.2
+9	the	the	DET	O	0			ewtb.r.249889.2
+10	industry	industry	NOUN	O	0		n.group	ewtb.r.249889.2
+11	.	.	PUNCT	O	0			ewtb.r.249889.2
+
+1	I	i	PRON	O	0			ewtb.r.267982.1
+2	won	win	VERB	O	0		v.competition	ewtb.r.267982.1
+3	a	a	DET	O	0			ewtb.r.267982.1
+4	golf	golf	NOUN	O	0		n.cognition	ewtb.r.267982.1
+5	lesson	lesson	NOUN	O	0		n.event	ewtb.r.267982.1
+6	certificate	certificate	NOUN	O	0		n.possession	ewtb.r.267982.1
+7	with	with	ADP	O	0			ewtb.r.267982.1
+8	Adz	adz	PROPN	O	0		n.group	ewtb.r.267982.1
+9	through	through	ADP	O	0			ewtb.r.267982.1
+10	a	a	DET	O	0			ewtb.r.267982.1
+11	charity	charity	NOUN	O	0		n.event	ewtb.r.267982.1
+12	auction	auction	NOUN	O	0		n.event	ewtb.r.267982.1
+13	.	.	PUNCT	O	0			ewtb.r.267982.1
+
+1	The	the	DET	O	0			ewtb.r.267982.2
+2	lesson	lesson	NOUN	O	0		n.event	ewtb.r.267982.2
+3	was	be	AUX	O	0			ewtb.r.267982.2
+4	donated	donate	VERB	O	0		v.social	ewtb.r.267982.2
+5	by	by	ADP	O	0			ewtb.r.267982.2
+6	the	the	DET	O	0			ewtb.r.267982.2
+7	teacher	teacher	NOUN	O	0		n.person	ewtb.r.267982.2
+8	Adz	adz	PROPN	O	0		n.group	ewtb.r.267982.2
+9	.	.	PUNCT	O	0			ewtb.r.267982.2
+
+1	So	so	ADV	O	0			ewtb.r.267982.3
+2	i	i	PRON	O	0			ewtb.r.267982.3
+3	booked	book	VERB	O	0		v.social	ewtb.r.267982.3
+4	the	the	DET	O	0			ewtb.r.267982.3
+5	lesson	lesson	NOUN	O	0		n.event	ewtb.r.267982.3
+6	and	and	CONJ	O	0			ewtb.r.267982.3
+7	loved	love	VERB	O	0		v.emotion	ewtb.r.267982.3
+8	it	it	PRON	O	0			ewtb.r.267982.3
+9	.	.	PUNCT	O	0			ewtb.r.267982.3
+
+1	Great	great	ADJ	O	0			ewtb.r.267982.4
+2	teacher	teacher	NOUN	O	0		n.person	ewtb.r.267982.4
+3	.	.	PUNCT	O	0			ewtb.r.267982.4
+
+1	Staten	staten	PROPN	B	0		n.group	ewtb.r.270889.1
+2	Island	island	PROPN	I	1			ewtb.r.270889.1
+3	Computers	computers	PROPN	I	2			ewtb.r.270889.1
+
+1	Superior	superior	ADJ	O	0			ewtb.r.270889.2
+2	work	work	NOUN	O	0		n.act	ewtb.r.270889.2
+3	-	-	PUNCT	O	0			ewtb.r.270889.2
+4	always	always	ADV	O	0			ewtb.r.270889.2
+5	comes	come	VERB	B	0		v.social	ewtb.r.270889.2
+6	through	through	ADP	I	5			ewtb.r.270889.2
+7	when	when	ADV	O	0			ewtb.r.270889.2
+8	we	we	PRON	O	0			ewtb.r.270889.2
+9	need	need	VERB	O	0		v.cognition	ewtb.r.270889.2
+10	him	him	PRON	O	0			ewtb.r.270889.2
+11	.	.	PUNCT	O	0			ewtb.r.270889.2
+
+1	We	we	PRON	O	0			ewtb.r.270889.3
+2	have	have	AUX	O	0			ewtb.r.270889.3
+3	tried	try	VERB	O	0		v.social	ewtb.r.270889.3
+4	many	many	ADJ	O	0			ewtb.r.270889.3
+5	different	different	ADJ	O	0			ewtb.r.270889.3
+6	computer	computer	NOUN	B	0		n.person	ewtb.r.270889.3
+7	people	person	NOUN	I	6			ewtb.r.270889.3
+8	until	until	ADP	O	0			ewtb.r.270889.3
+9	now	now	ADV	O	0			ewtb.r.270889.3
+10	-	-	PUNCT	O	0			ewtb.r.270889.3
+11	we	we	PRON	O	0			ewtb.r.270889.3
+12	will	will	AUX	O	0			ewtb.r.270889.3
+13	stick	stick	VERB	B	0		v.social	ewtb.r.270889.3
+14	with	with	ADP	I	13			ewtb.r.270889.3
+15	Qualitech	qualitech	PROPN	B	0		n.group	ewtb.r.270889.3
+16	Computers	computers	PROPN	I	15			ewtb.r.270889.3
+17	!!!	!!!	PUNCT	O	0			ewtb.r.270889.3
+
+1	The	the	DET	O	0			ewtb.r.276689.1
+2	landlord	landlord	NOUN	O	0		n.person	ewtb.r.276689.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.276689.1
+4	not	not	PART	O	0			ewtb.r.276689.1
+5	nice	nice	ADJ	O	0			ewtb.r.276689.1
+6	nor	nor	CONJ	O	0			ewtb.r.276689.1
+7	helpful	helpful	ADJ	O	0			ewtb.r.276689.1
+
+1	I	i	PRON	O	0			ewtb.r.276689.2
+2	have	have	AUX	O	0			ewtb.r.276689.2
+3	lived	live	VERB	O	0		v.social	ewtb.r.276689.2
+4	in	in	ADP	O	0			ewtb.r.276689.2
+5	Buckingham	buckingham	PROPN	B	0		n.group	ewtb.r.276689.2
+6	Condominiums	condominiums	PROPN	I	5			ewtb.r.276689.2
+7	townhouse	townhouse	NOUN	O	0		n.artifact	ewtb.r.276689.2
+8	for	for	ADP	O	0			ewtb.r.276689.2
+9	2	2	NUM	O	0			ewtb.r.276689.2
+10	years	years	NOUN	O	0		n.time	ewtb.r.276689.2
+11	.	.	PUNCT	O	0			ewtb.r.276689.2
+
+1	I	i	PRON	O	0			ewtb.r.276689.3
+2	love	love	VERB	O	0		v.emotion	ewtb.r.276689.3
+3	the	the	DET	O	0			ewtb.r.276689.3
+4	location	location	NOUN	O	0		n.location	ewtb.r.276689.3
+5	and	and	CONJ	O	0			ewtb.r.276689.3
+6	the	the	DET	O	0			ewtb.r.276689.3
+7	apartment	apartment	NOUN	O	0		n.artifact	ewtb.r.276689.3
+8	!!	!!	PUNCT	O	0			ewtb.r.276689.3
+
+1	I	i	PRON	O	0			ewtb.r.276689.4
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.276689.4
+3	a	a	DET	O	0			ewtb.r.276689.4
+4	single	single	ADJ	O	0			ewtb.r.276689.4
+5	female	female	NOUN	O	0		n.person	ewtb.r.276689.4
+6	and	and	CONJ	O	0			ewtb.r.276689.4
+7	I	i	PRON	O	0			ewtb.r.276689.4
+8	feel	feel	VERB	O	0		v.emotion	ewtb.r.276689.4
+9	safe	safe	ADJ	O	0			ewtb.r.276689.4
+10	coming	come	VERB	O	0		v.motion	ewtb.r.276689.4
+11	home	home	ADV	O	0			ewtb.r.276689.4
+12	at	at	ADP	B	0			ewtb.r.276689.4
+13	night	night	NOUN	I	12			ewtb.r.276689.4
+14	.	.	PUNCT	O	0			ewtb.r.276689.4
+
+1	The	the	DET	O	0			ewtb.r.276689.5
+2	maintenance	maintenance	NOUN	O	0		n.act	ewtb.r.276689.5
+3	people	person	NOUN	O	0		n.person	ewtb.r.276689.5
+4	are	be	VERB	O	0		v.stative	ewtb.r.276689.5
+5	AWESOME	awesome	ADJ	O	0			ewtb.r.276689.5
+6	!!!!	!!!!	PUNCT	O	0			ewtb.r.276689.5
+
+1	And	and	CONJ	O	0			ewtb.r.276689.6
+2	the	the	DET	O	0			ewtb.r.276689.6
+3	exterminator	exterminator	NOUN	O	0		n.person	ewtb.r.276689.6
+4	is	be	VERB	O	0		v.stative	ewtb.r.276689.6
+5	very	very	ADV	O	0			ewtb.r.276689.6
+6	nice	nice	ADJ	O	0			ewtb.r.276689.6
+7	,	,	PUNCT	O	0			ewtb.r.276689.6
+8	also	also	ADV	O	0			ewtb.r.276689.6
+9	.	.	PUNCT	O	0			ewtb.r.276689.6
+
+1	Yes	yes	INTJ	O	0			ewtb.r.276689.7
+2	,	,	PUNCT	O	0			ewtb.r.276689.7
+3	you	you	PRON	O	0			ewtb.r.276689.7
+4	still	still	ADV	O	0			ewtb.r.276689.7
+5	have	have	VERB	O	0		v.stative	ewtb.r.276689.7
+6	a	a	DET	O	0			ewtb.r.276689.7
+7	few	few	ADJ	O	0			ewtb.r.276689.7
+8	bugs	bug	NOUN	O	0		n.animal	ewtb.r.276689.7
+9	,	,	PUNCT	O	0			ewtb.r.276689.7
+10	but	but	CONJ	O	0			ewtb.r.276689.7
+11	that	that	DET	O	0			ewtb.r.276689.7
+12	's	's	AUX	O	0			ewtb.r.276689.7
+13	going	go	VERB	B	0			ewtb.r.276689.7
+14	to	to	PART	I	13			ewtb.r.276689.7
+15	be	be	VERB	O	0		v.stative	ewtb.r.276689.7
+16	anywhere	anywhere	ADV	O	0			ewtb.r.276689.7
+17	you	you	PRON	O	0			ewtb.r.276689.7
+18	go	go	VERB	O	0		v.motion	ewtb.r.276689.7
+19	!	!	PUNCT	O	0			ewtb.r.276689.7
+
+1	The	the	DET	O	0			ewtb.r.276689.8
+2	only	only	ADJ	O	0			ewtb.r.276689.8
+3	problem	problem	NOUN	O	0		n.cognition	ewtb.r.276689.8
+4	that	that	DET	O	0			ewtb.r.276689.8
+5	I	i	PRON	O	0			ewtb.r.276689.8
+6	have	have	AUX	O	0			ewtb.r.276689.8
+7	experienced	experience	VERB	O	0		v.stative	ewtb.r.276689.8
+8	is	be	VERB	O	0		v.stative	ewtb.r.276689.8
+9	the	the	DET	O	0			ewtb.r.276689.8
+10	landlord	landlord	NOUN	O	0		n.person	ewtb.r.276689.8
+11	.	.	PUNCT	O	0			ewtb.r.276689.8
+
+1	She	she	PRON	O	0			ewtb.r.276689.9
+2	is	be	VERB	O	0		v.stative	ewtb.r.276689.9
+3	a	a	DET	O	0			ewtb.r.276689.9
+4	pure	pure	ADJ	O	0			ewtb.r.276689.9
+5	b****	b****	NOUN	O	0		n.person	ewtb.r.276689.9
+6	!!!	!!!	PUNCT	O	0			ewtb.r.276689.9
+
+1	I	i	PRON	O	0			ewtb.r.276689.10
+2	know	know	VERB	O	0		v.cognition	ewtb.r.276689.10
+3	that	that	DET	O	0			ewtb.r.276689.10
+4	's	's	VERB	O	0		v.stative	ewtb.r.276689.10
+5	ugly	ugly	ADJ	O	0			ewtb.r.276689.10
+6	...	...	PUNCT	O	0			ewtb.r.276689.10
+7	but	but	CONJ	O	0			ewtb.r.276689.10
+8	she	she	PRON	O	0			ewtb.r.276689.10
+9	wo	wo	AUX	O	0			ewtb.r.276689.10
+10	n't	n't	PART	O	0			ewtb.r.276689.10
+11	help	help	VERB	B	0		v.social	ewtb.r.276689.10
+12	you	you	PRON	o	0			ewtb.r.276689.10
+13	out	out	ADP	I	11			ewtb.r.276689.10
+14	for	for	ADP	O	0			ewtb.r.276689.10
+15	anything	anything	NOUN	O	0			ewtb.r.276689.10
+16	...	...	PUNCT	O	0			ewtb.r.276689.10
+17	sad	sad	ADJ	O	0			ewtb.r.276689.10
+18	story	story	NOUN	O	0		n.cognition	ewtb.r.276689.10
+19	.	.	PUNCT	O	0			ewtb.r.276689.10
+
+1	Other	other	ADJ	B	0			ewtb.r.276689.11
+2	than	than	ADP	I	1			ewtb.r.276689.11
+3	that	that	DET	O	0			ewtb.r.276689.11
+4	,	,	PUNCT	O	0			ewtb.r.276689.11
+5	I	i	PRON	O	0			ewtb.r.276689.11
+6	would	would	AUX	O	0			ewtb.r.276689.11
+7	recommend	recommend	VERB	O	0		v.communication	ewtb.r.276689.11
+8	living	live	VERB	O	0		v.social	ewtb.r.276689.11
+9	here	here	ADV	O	0			ewtb.r.276689.11
+10	.	.	PUNCT	O	0			ewtb.r.276689.11
+11	:)	:)	SYM	O	0			ewtb.r.276689.11
+
+1	I	i	PRON	O	0			ewtb.r.291088.1
+2	am	be	VERB	O	0		v.stative	ewtb.r.291088.1
+3	a	a	DET	O	0			ewtb.r.291088.1
+4	new	new	ADJ	O	0			ewtb.r.291088.1
+5	patient	patient	NOUN	O	0		n.person	ewtb.r.291088.1
+6	.	.	PUNCT	O	0			ewtb.r.291088.1
+
+1	I	i	PRON	O	0			ewtb.r.291088.2
+2	have	have	AUX	O	0			ewtb.r.291088.2
+3	visited	visit	VERB	O	0		v.social	ewtb.r.291088.2
+4	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.291088.2
+5	Cooper	cooper	PROPN	I	4			ewtb.r.291088.2
+6	's	's	PART	O	0			ewtb.r.291088.2
+7	office	office	NOUN	O	0		n.group	ewtb.r.291088.2
+8	twice	twice	ADV	O	0			ewtb.r.291088.2
+9	and	and	CONJ	O	0			ewtb.r.291088.2
+10	I	i	PRON	O	0			ewtb.r.291088.2
+11	am	be	VERB	O	0		v.stative	ewtb.r.291088.2
+12	very	very	ADV	O	0			ewtb.r.291088.2
+13	impressed	impressed	ADJ	O	0			ewtb.r.291088.2
+14	with	with	SCONJ	O	0			ewtb.r.291088.2
+15	how	how	ADV	O	0			ewtb.r.291088.2
+16	friendly	friendly	ADJ	O	0			ewtb.r.291088.2
+17	and	and	CONJ	O	0			ewtb.r.291088.2
+18	polite	polite	ADJ	O	0			ewtb.r.291088.2
+19	the	the	DET	O	0			ewtb.r.291088.2
+20	staff	staff	NOUN	O	0		n.group	ewtb.r.291088.2
+21	is	be	VERB	O	0		v.stative	ewtb.r.291088.2
+22	.	.	PUNCT	O	0			ewtb.r.291088.2
+
+1	I	i	PRON	O	0			ewtb.r.291088.3
+2	found	find	VERB	O	0		v.cognition	ewtb.r.291088.3
+3	the	the	DET	O	0			ewtb.r.291088.3
+4	office	office	NOUN	O	0		n.artifact	ewtb.r.291088.3
+5	to	to	PART	O	0			ewtb.r.291088.3
+6	be	be	VERB	O	0		v.stative	ewtb.r.291088.3
+7	very	very	ADV	O	0			ewtb.r.291088.3
+8	clean	clean	ADJ	O	0			ewtb.r.291088.3
+9	and	and	CONJ	O	0			ewtb.r.291088.3
+10	professional	professional	ADJ	O	0			ewtb.r.291088.3
+11	-	-	PUNCT	O	0			ewtb.r.291088.3
+12	looking	look	VERB	O	0		v.perception	ewtb.r.291088.3
+13	.	.	PUNCT	O	0			ewtb.r.291088.3
+
+1	DINING	dine	VERB	O	0		v.consumption	ewtb.r.294081.1
+2	AT	at	ADP	O	0			ewtb.r.294081.1
+3	TEXAS	texas	PROPN	B	0		n.group	ewtb.r.294081.1
+4	ROADHOUSE	roadhouse	PROPN	I	3			ewtb.r.294081.1
+
+1	TEXAS	texas	PROPN	B	0		n.group	ewtb.r.294081.2
+2	ROADHOUSE	roadhouse	PROPN	I	1			ewtb.r.294081.2
+3	HAS	have	VERB	O	0		v.stative	ewtb.r.294081.2
+4	VERY	very	ADV	O	0			ewtb.r.294081.2
+5	GOOD	good	ADJ	O	0			ewtb.r.294081.2
+6	MEALS	meal	NOUN	O	0		n.event	ewtb.r.294081.2
+7	,	,	PUNCT	O	0			ewtb.r.294081.2
+8	THAT	that	SCONJ	O	0			ewtb.r.294081.2
+9	THE	the	DET	O	0			ewtb.r.294081.2
+10	MEAT	meat	NOUN	O	0		n.food	ewtb.r.294081.2
+11	COMES	come	VERB	O	0		v.stative	ewtb.r.294081.2
+12	RIGHT	right	ADV	O	0			ewtb.r.294081.2
+13	OFF	off	ADP	O	0			ewtb.r.294081.2
+14	THE	the	DET	O	0			ewtb.r.294081.2
+15	BONES	bones	NOUN	O	0		n.natural_object	ewtb.r.294081.2
+16	.	.	PUNCT	O	0			ewtb.r.294081.2
+
+1	IT	it	PRON	O	0			ewtb.r.294081.3
+2	HAS	have	VERB	O	0		v.stative	ewtb.r.294081.3
+3	VERY	very	ADV	O	0			ewtb.r.294081.3
+4	GOOD	good	ADJ	O	0			ewtb.r.294081.3
+5	PRICES	price	NOUN	O	0		n.possession	ewtb.r.294081.3
+6	.	.	PUNCT	O	0			ewtb.r.294081.3
+
+1	ON	on	ADP	B	0			ewtb.r.294081.4
+2	A	a	DET	I	1			ewtb.r.294081.4
+3	BAD	bad	ADJ	o	0			ewtb.r.294081.4
+4	NOTE	note	NOUN	I	2			ewtb.r.294081.4
+5	THE	the	DET	O	0			ewtb.r.294081.4
+6	WAITING	waiting	NOUN	B	0		n.location	ewtb.r.294081.4
+7	AREA	area	NOUN	I	6			ewtb.r.294081.4
+8	IS	be	VERB	O	0		v.stative	ewtb.r.294081.4
+9	NOT	not	PART	O	0			ewtb.r.294081.4
+10	ENJOYABLE	enjoyable	ADJ	O	0			ewtb.r.294081.4
+11	OR	or	CONJ	O	0			ewtb.r.294081.4
+12	ENOUGH	enough	ADJ	O	0			ewtb.r.294081.4
+13	SEATS	seats	NOUN	O	0		n.artifact	ewtb.r.294081.4
+14	.	.	PUNCT	O	0			ewtb.r.294081.4
+
+1	ALSO	also	ADV	O	0			ewtb.r.294081.5
+2	,	,	PUNCT	O	0			ewtb.r.294081.5
+3	THERE	there	PRON	O	0			ewtb.r.294081.5
+4	SHOULD	should	AUX	O	0			ewtb.r.294081.5
+5	NOT	not	PART	O	0			ewtb.r.294081.5
+6	BE	be	VERB	O	0		v.stative	ewtb.r.294081.5
+7	PEANUTS	peanuts	NOUN	O	0		n.food	ewtb.r.294081.5
+8	ALL	all	ADV	B	0			ewtb.r.294081.5
+9	OVER	over	ADP	I	8			ewtb.r.294081.5
+10	THE	the	DET	O	0			ewtb.r.294081.5
+11	FLOOR	floor	NOUN	O	0		n.location	ewtb.r.294081.5
+12	.	.	PUNCT	O	0			ewtb.r.294081.5
+
+1	NEXT	next	ADV	O	0			ewtb.r.294081.6
+2	,	,	PUNCT	O	0			ewtb.r.294081.6
+3	THERE	there	PRON	O	0			ewtb.r.294081.6
+4	SHOULD	should	AUX	O	0			ewtb.r.294081.6
+5	ONLY	only	ADV	O	0			ewtb.r.294081.6
+6	BE	be	VERB	O	0		v.stative	ewtb.r.294081.6
+7	ONE	one	NUM	O	0			ewtb.r.294081.6
+8	PERSON	person	NOUN	O	0		n.person	ewtb.r.294081.6
+9	BRINGING	bring	VERB	O	0		v.motion	ewtb.r.294081.6
+10	YOU	you	PRON	O	0			ewtb.r.294081.6
+11	YOUR	your	PRON	O	0			ewtb.r.294081.6
+12	FOOD	food	NOUN	O	0		n.food	ewtb.r.294081.6
+13	.	.	PUNCT	O	0			ewtb.r.294081.6
+
+1	IT	it	PRON	O	0			ewtb.r.294081.7
+2	S	s	VERB	O	0		v.stative	ewtb.r.294081.7
+3	NOT	not	PART	O	0			ewtb.r.294081.7
+4	A	a	DET	O	0			ewtb.r.294081.7
+5	BIG	big	ADJ	O	0			ewtb.r.294081.7
+6	DEAL	deal	NOUN	O	0		n.cognition	ewtb.r.294081.7
+7	BUT	but	CONJ	O	0			ewtb.r.294081.7
+8	I	i	PRON	O	0			ewtb.r.294081.7
+9	HAD	have	VERB	B	0		v.cognition	ewtb.r.294081.7
+10	TO	to	PART	I	9			ewtb.r.294081.7
+11	TAKE	take	VERB	O	0		v.motion	ewtb.r.294081.7
+12	MY	my	PRON	O	0			ewtb.r.294081.7
+13	SALAD	salad	NOUN	O	0		n.food	ewtb.r.294081.7
+14	HOME	home	ADV	O	0			ewtb.r.294081.7
+15	BECAUSE	because	SCONJ	O	0			ewtb.r.294081.7
+16	THEY	they	PRON	O	0			ewtb.r.294081.7
+17	FORGOT	forget	VERB	O	0		v.cognition	ewtb.r.294081.7
+18	TO	to	PART	O	0			ewtb.r.294081.7
+19	BRING	bring	VERB	O	0		v.motion	ewtb.r.294081.7
+20	IT	it	PRON	O	0			ewtb.r.294081.7
+21	.	.	PUNCT	O	0			ewtb.r.294081.7
+
+1	I	i	PRON	O	0			ewtb.r.294081.8
+2	HAD	have	VERB	B	0			ewtb.r.294081.8
+3	TO	to	PART	I	2			ewtb.r.294081.8
+4	ASK	ask	VERB	O	0		v.communication	ewtb.r.294081.8
+5	THE	the	DET	O	0			ewtb.r.294081.8
+6	GIRL	girl	NOUN	O	0		n.person	ewtb.r.294081.8
+7	WHO	who	PRON	O	0			ewtb.r.294081.8
+8	BROUGHT	bring	VERB	O	0		v.motion	ewtb.r.294081.8
+9	MY	my	PRON	O	0			ewtb.r.294081.8
+10	FOOD	food	NOUN	O	0		n.food	ewtb.r.294081.8
+11	AND	and	CONJ	O	0			ewtb.r.294081.8
+12	SHE	she	PRON	O	0			ewtb.r.294081.8
+13	NEVER	never	ADV	O	0			ewtb.r.294081.8
+14	CAME	come	VERB	O	0		v.motion	ewtb.r.294081.8
+15	BACK	back	ADV	O	0			ewtb.r.294081.8
+16	TO	to	PART	O	0			ewtb.r.294081.8
+17	LET	let	VERB	B	0		v.communication	ewtb.r.294081.8
+18	ME	me	PRON	o	0			ewtb.r.294081.8
+19	KNOW	know	VERB	I	17			ewtb.r.294081.8
+20	.	.	PUNCT	O	0			ewtb.r.294081.8
+
+1	I	i	PRON	O	0			ewtb.r.294081.9
+2	HAD	have	VERB	B	0			ewtb.r.294081.9
+3	TO	to	PART	I	2			ewtb.r.294081.9
+4	WAIT	wait	VERB	B	0		v.cognition	ewtb.r.294081.9
+5	FOR	for	ADP	I	4			ewtb.r.294081.9
+6	MY	my	PRON	O	0			ewtb.r.294081.9
+7	WAITRESS	waitress	NOUN	O	0		n.person	ewtb.r.294081.9
+8	.	.	PUNCT	O	0			ewtb.r.294081.9
+
+1	WHEN	when	ADV	O	0			ewtb.r.294081.10
+2	YOU	you	PRON	O	0			ewtb.r.294081.10
+3	FIRST	first	ADV	O	0			ewtb.r.294081.10
+4	COME	come	VERB	B	0		v.motion	ewtb.r.294081.10
+5	IN	in	ADV	I	4			ewtb.r.294081.10
+6	THE	the	DET	O	0			ewtb.r.294081.10
+7	HOSTESS	hostess	NOUN	O	0		n.person	ewtb.r.294081.10
+8	IS	be	VERB	O	0		v.stative	ewtb.r.294081.10
+9	NOT	not	PART	O	0			ewtb.r.294081.10
+10	VERY	very	ADV	O	0			ewtb.r.294081.10
+11	FRIENDLY	friendly	ADJ	O	0			ewtb.r.294081.10
+12	,	,	PUNCT	O	0			ewtb.r.294081.10
+13	THERE	there	PRON	O	0			ewtb.r.294081.10
+14	IS	be	VERB	O	0		v.stative	ewtb.r.294081.10
+15	JUST	just	ADV	O	0			ewtb.r.294081.10
+16	A	a	DET	B	0			ewtb.r.294081.10
+17	BUNCH	bunch	NOUN	I	16			ewtb.r.294081.10
+18	OF	of	ADP	O	0			ewtb.r.294081.10
+19	WORKERS	worker	NOUN	O	0		n.person	ewtb.r.294081.10
+20	STANDING	stand	VERB	O	0		v.stative	ewtb.r.294081.10
+21	THERE	there	ADV	O	0			ewtb.r.294081.10
+22	.	.	PUNCT	O	0			ewtb.r.294081.10
+
+1	I	i	PRON	O	0			ewtb.r.294081.11
+2	WAS	be	VERB	O	0		v.stative	ewtb.r.294081.11
+3	THERE	there	ADV	O	0			ewtb.r.294081.11
+4	ON	on	ADP	O	0			ewtb.r.294081.11
+5	MARCH	march	PROPN	O	0		n.time	ewtb.r.294081.11
+6	6TH	6th	NOUN	O	0		n.time	ewtb.r.294081.11
+7	,	,	PUNCT	O	0			ewtb.r.294081.11
+8	2009	2009	NUM	O	0			ewtb.r.294081.11
+9	.	.	PUNCT	O	0			ewtb.r.294081.11
+
+1	I	i	PRON	O	0			ewtb.r.294081.12
+2	WAS	be	VERB	O	0		v.stative	ewtb.r.294081.12
+3	ALSO	also	ADV	O	0			ewtb.r.294081.12
+4	THERE	there	ADV	O	0			ewtb.r.294081.12
+5	OF	of	ADP	O	0			ewtb.r.294081.12
+6	JULY	july	PROPN	O	0		n.time	ewtb.r.294081.12
+7	4TH	4th	NOUN	O	0		n.time	ewtb.r.294081.12
+8	2008	2008	NUM	O	0			ewtb.r.294081.12
+9	,	,	PUNCT	O	0			ewtb.r.294081.12
+10	WHEN	when	ADV	O	0			ewtb.r.294081.12
+11	MY	my	PRON	O	0			ewtb.r.294081.12
+12	DAUGHTER	daughter	NOUN	O	0		n.person	ewtb.r.294081.12
+13	S	s	PART	O	0			ewtb.r.294081.12
+14	BUFFALO	buffalo	PROPN	B	0		n.food	ewtb.r.294081.12
+15	WINGS	wings	NOUN	I	14			ewtb.r.294081.12
+16	CAME	come	VERB	B	0		v.motion	ewtb.r.294081.12
+17	OUT	out	ADV	I	16			ewtb.r.294081.12
+18	WITH	with	SCONJ	O	0			ewtb.r.294081.12
+19	A	a	DET	O	0			ewtb.r.294081.12
+20	FLY	fly	NOUN	O	0		n.animal	ewtb.r.294081.12
+21	ON	on	ADP	O	0			ewtb.r.294081.12
+22	IT	it	PRON	O	0			ewtb.r.294081.12
+23	.	.	PUNCT	O	0			ewtb.r.294081.12
+
+1	THE	the	DET	O	0			ewtb.r.294081.13
+2	MANAGER	manager	NOUN	O	0		n.person	ewtb.r.294081.13
+3	CAME	come	VERB	B	0		v.motion	ewtb.r.294081.13
+4	OVER	over	ADV	I	3			ewtb.r.294081.13
+5	AND	and	CONJ	O	0			ewtb.r.294081.13
+6	SAID	say	VERB	B	0		v.communication	ewtb.r.294081.13
+7	HE	he	PRON	o	0			ewtb.r.294081.13
+8	WAS	be	VERB	o	0		v.stative	ewtb.r.294081.13
+9	SORRY	sorry	ADJ	I	6			ewtb.r.294081.13
+10	AND	and	CONJ	O	0			ewtb.r.294081.13
+11	GAVE	give	VERB	O	0		v.possession	ewtb.r.294081.13
+12	A	a	DET	O	0			ewtb.r.294081.13
+13	NEW	new	ADJ	O	0			ewtb.r.294081.13
+14	BATCH	batch	NOUN	O	0		n.quantity	ewtb.r.294081.13
+15	OF	of	ADP	O	0			ewtb.r.294081.13
+16	WINGS	wings	NOUN	O	0		n.food	ewtb.r.294081.13
+17	,	,	PUNCT	O	0			ewtb.r.294081.13
+18	HE	he	PRON	O	0			ewtb.r.294081.13
+19	SAID	say	VERB	O	0		v.communication	ewtb.r.294081.13
+20	WE	we	PRON	O	0			ewtb.r.294081.13
+21	CA	ca	AUX	O	0			ewtb.r.294081.13
+22	NT	nt	ADV	O	0			ewtb.r.294081.13
+23	REALLY	really	ADV	O	0			ewtb.r.294081.13
+24	DO	do	VERB	O	0		v.social	ewtb.r.294081.13
+25	ANYTHING	anything	NOUN	O	0			ewtb.r.294081.13
+26	BECAUSE	because	SCONJ	O	0			ewtb.r.294081.13
+27	THE	the	DET	O	0			ewtb.r.294081.13
+28	DOORS	door	NOUN	O	0		n.artifact	ewtb.r.294081.13
+29	ARE	be	AUX	O	0			ewtb.r.294081.13
+30	ALWAYS	always	ADV	O	0			ewtb.r.294081.13
+31	OPENING	open	VERB	O	0		v.change	ewtb.r.294081.13
+32	AND	and	CONJ	O	0			ewtb.r.294081.13
+33	CLOSING	close	VERB	O	0		v.change	ewtb.r.294081.13
+34	.	.	PUNCT	O	0			ewtb.r.294081.13
+
+1	IN	in	ADP	B	0			ewtb.r.294081.14
+2	MY	my	PRON	o	0			ewtb.r.294081.14
+3	OPINION	opinion	NOUN	I	1			ewtb.r.294081.14
+4	SHOULD	should	AUX	O	0			ewtb.r.294081.14
+5	OF	of	AUX	O	0		v.stative	ewtb.r.294081.14
+6	JUST	just	ADV	O	0			ewtb.r.294081.14
+7	TOOK	take	VERB	B	0		v.possession	ewtb.r.294081.14
+8	OFF	off	ADP	I	7			ewtb.r.294081.14
+9	THE	the	DET	O	0			ewtb.r.294081.14
+10	PRICE	price	NOUN	O	0		n.possession	ewtb.r.294081.14
+11	OF	of	ADP	O	0			ewtb.r.294081.14
+12	THE	the	DET	O	0			ewtb.r.294081.14
+13	WINGS	wings	NOUN	O	0		n.food	ewtb.r.294081.14
+14	FROM	from	ADP	O	0			ewtb.r.294081.14
+15	THE	the	DET	O	0			ewtb.r.294081.14
+16	BILL	bill	NOUN	O	0		n.possession	ewtb.r.294081.14
+17	.	.	PUNCT	O	0			ewtb.r.294081.14
+
+1	BUT	but	CONJ	O	0			ewtb.r.294081.15
+2	EVERYONE	everyone	NOUN	O	0			ewtb.r.294081.15
+3	HAS	have	VERB	O	0		v.stative	ewtb.r.294081.15
+4	THERE	there	PRON	O	0			ewtb.r.294081.15
+5	OWN	own	ADJ	O	0			ewtb.r.294081.15
+6	WAY	way	NOUN	O	0		n.cognition	ewtb.r.294081.15
+7	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.294081.15
+
+1	Just	just	PROPN	B	0		n.group	ewtb.r.295288.1
+2	Autos	autos	PROPN	I	1			ewtb.r.295288.1
+3	Thank	thank	VERB	B	0			ewtb.r.295288.1
+4	you	you	PRON	I	3			ewtb.r.295288.1
+5	!	!	PUNCT	O	0			ewtb.r.295288.1
+
+1	Was	be	VERB	O	0		v.stative	ewtb.r.295288.2
+2	fast	fast	ADJ	O	0			ewtb.r.295288.2
+3	and	and	CONJ	O	0			ewtb.r.295288.2
+4	easy	easy	ADJ	O	0			ewtb.r.295288.2
+5	,	,	PUNCT	O	0			ewtb.r.295288.2
+6	Just	just	ADV	O	0			ewtb.r.295288.2
+7	had	have	VERB	O	0		v.stative	ewtb.r.295288.2
+8	our	our	PRON	O	0			ewtb.r.295288.2
+9	car	car	NOUN	O	0		n.artifact	ewtb.r.295288.2
+10	returned	return	VERB	O	0		v.possession	ewtb.r.295288.2
+11	this	this	DET	O	0			ewtb.r.295288.2
+12	morning	morning	NOUN	O	0		n.time	ewtb.r.295288.2
+13	,	,	PUNCT	O	0			ewtb.r.295288.2
+14	I	i	PRON	O	0			ewtb.r.295288.2
+15	would	would	AUX	O	0			ewtb.r.295288.2
+16	recommend	recommend	VERB	O	0		v.communication	ewtb.r.295288.2
+17	these	these	DET	O	0			ewtb.r.295288.2
+18	Mobile	mobile	ADJ	B	0		n.group	ewtb.r.295288.2
+19	Mechanics	mechanics	NOUN	I	18			ewtb.r.295288.2
+20	for	for	ADP	B	0			ewtb.r.295288.2
+21	sure	sure	ADJ	I	20			ewtb.r.295288.2
+22	.	.	PUNCT	O	0			ewtb.r.295288.2
+
+1	They	they	PRON	O	0			ewtb.r.295288.3
+2	certainly	certainly	ADV	O	0			ewtb.r.295288.3
+3	know	know	VERB	O	0		v.cognition	ewtb.r.295288.3
+4	what	what	PRON	O	0			ewtb.r.295288.3
+5	they	they	PRON	O	0			ewtb.r.295288.3
+6	are	be	AUX	O	0			ewtb.r.295288.3
+7	doing	do	VERB	O	0		v.stative	ewtb.r.295288.3
+8	.	.	PUNCT	O	0			ewtb.r.295288.3
+
+1	The	the	DET	O	0			ewtb.r.295288.4
+2	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.295288.4
+3	came	come	VERB	O	0		v.motion	ewtb.r.295288.4
+4	to	to	ADP	O	0			ewtb.r.295288.4
+5	our	our	PRON	O	0			ewtb.r.295288.4
+6	place	place	NOUN	O	0		n.location	ewtb.r.295288.4
+7	and	and	CONJ	O	0			ewtb.r.295288.4
+8	sorted	sort	VERB	B	0		v.cognition	ewtb.r.295288.4
+9	out	out	ADP	I	8			ewtb.r.295288.4
+10	our	our	PRON	O	0			ewtb.r.295288.4
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.295288.4
+12	s	s	PART	O	0			ewtb.r.295288.4
+13	problems	problem	NOUN	O	0		n.cognition	ewtb.r.295288.4
+14	,	,	PUNCT	O	0			ewtb.r.295288.4
+15	he	he	PRON	O	0			ewtb.r.295288.4
+16	explained	explain	VERB	O	0		v.communication	ewtb.r.295288.4
+17	the	the	DET	O	0			ewtb.r.295288.4
+18	problem	problem	NOUN	O	0		n.cognition	ewtb.r.295288.4
+19	and	and	CONJ	O	0			ewtb.r.295288.4
+20	was	be	VERB	O	0		v.stative	ewtb.r.295288.4
+21	very	very	ADV	O	0			ewtb.r.295288.4
+22	up	up	ADJ	B	0			ewtb.r.295288.4
+23	front	front	ADJ	I	22			ewtb.r.295288.4
+24	and	and	CONJ	O	0			ewtb.r.295288.4
+25	honest	honest	ADJ	O	0			ewtb.r.295288.4
+26	,	,	PUNCT	O	0			ewtb.r.295288.4
+27	it	it	PRON	O	0			ewtb.r.295288.4
+28	was	be	AUX	O	0			ewtb.r.295288.4
+29	towed	tow	VERB	O	0		v.motion	ewtb.r.295288.4
+30	to	to	ADP	O	0			ewtb.r.295288.4
+31	the	the	DET	O	0			ewtb.r.295288.4
+32	workshop	workshop	NOUN	O	0		n.group	ewtb.r.295288.4
+33	as	as	SCONJ	O	0			ewtb.r.295288.4
+34	the	the	DET	O	0			ewtb.r.295288.4
+35	gearbox	gearbox	NOUN	O	0		n.artifact	ewtb.r.295288.4
+36	was	be	AUX	O	0			ewtb.r.295288.4
+37	not	not	PART	O	0			ewtb.r.295288.4
+38	working	work	VERB	O	0		v.stative	ewtb.r.295288.4
+39	(	(	PUNCT	O	0			ewtb.r.295288.4
+40	he	he	PRON	O	0			ewtb.r.295288.4
+41	explained	explain	VERB	O	0		v.communication	ewtb.r.295288.4
+42	it	it	PRON	O	0			ewtb.r.295288.4
+43	better	better	ADV	O	0			ewtb.r.295288.4
+44	)	)	PUNCT	O	0			ewtb.r.295288.4
+45	.	.	PUNCT	O	0			ewtb.r.295288.4
+
+1	They	they	PRON	O	0			ewtb.r.295288.5
+2	phoned	phone	VERB	O	0		v.communication	ewtb.r.295288.5
+3	the	the	DET	O	0			ewtb.r.295288.5
+4	same	same	ADJ	O	0			ewtb.r.295288.5
+5	day	day	NOUN	O	0		n.time	ewtb.r.295288.5
+6	,	,	PUNCT	O	0			ewtb.r.295288.5
+7	confirmed	confirm	VERB	O	0		v.communication	ewtb.r.295288.5
+8	it	it	PRON	O	0			ewtb.r.295288.5
+9	was	be	VERB	O	0		v.stative	ewtb.r.295288.5
+10	the	the	DET	O	0			ewtb.r.295288.5
+11	gearbox	gearbox	NOUN	O	0		n.artifact	ewtb.r.295288.5
+12	quoted	quote	VERB	O	0		v.communication	ewtb.r.295288.5
+13	me	me	PRON	O	0			ewtb.r.295288.5
+14	the	the	DET	O	0			ewtb.r.295288.5
+15	job	job	NOUN	O	0		n.act	ewtb.r.295288.5
+16	,	,	PUNCT	O	0			ewtb.r.295288.5
+17	I	i	PRON	O	0			ewtb.r.295288.5
+18	gave	give	VERB	B	0		v.communication	ewtb.r.295288.5
+19	the	the	DET	I	18			ewtb.r.295288.5
+20	go	go	NOUN	I	19			ewtb.r.295288.5
+21	ahead	ahead	NOUN	I	20			ewtb.r.295288.5
+22	.	.	PUNCT	O	0			ewtb.r.295288.5
+
+1	Now	now	ADV	O	0			ewtb.r.295288.6
+2	my	my	PRON	O	0			ewtb.r.295288.6
+3	car	car	NOUN	O	0		n.artifact	ewtb.r.295288.6
+4	s	s	PART	O	0			ewtb.r.295288.6
+5	gears	gear	NOUN	O	0		n.artifact	ewtb.r.295288.6
+6	and	and	CONJ	O	0			ewtb.r.295288.6
+7	brakes	brakes	NOUN	O	0		n.artifact	ewtb.r.295288.6
+8	have	have	AUX	O	0			ewtb.r.295288.6
+9	never	never	ADV	O	0			ewtb.r.295288.6
+10	run	run	VERB	O	0		v.stative	ewtb.r.295288.6
+11	so	so	ADV	O	0			ewtb.r.295288.6
+12	well	well	ADV	O	0			ewtb.r.295288.6
+13	...	...	PUNCT	O	0			ewtb.r.295288.6
+14	ever	ever	ADV	O	0			ewtb.r.295288.6
+15	it	it	PRON	O	0			ewtb.r.295288.6
+16	s	s	VERB	O	0		v.stative	ewtb.r.295288.6
+17	like	like	SCONJ	O	0			ewtb.r.295288.6
+18	driving	drive	VERB	O	0		v.motion	ewtb.r.295288.6
+19	a	a	DET	O	0			ewtb.r.295288.6
+20	new	new	ADJ	O	0			ewtb.r.295288.6
+21	car	car	NOUN	O	0		n.artifact	ewtb.r.295288.6
+22	.	.	PUNCT	O	0			ewtb.r.295288.6
+
+1	So	so	ADV	O	0			ewtb.r.295288.7
+2	yes	yes	INTJ	O	0			ewtb.r.295288.7
+3	,	,	PUNCT	O	0			ewtb.r.295288.7
+4	I	i	PRON	O	0			ewtb.r.295288.7
+5	would	would	AUX	O	0			ewtb.r.295288.7
+6	n't	n't	PART	O	0			ewtb.r.295288.7
+7	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.295288.7
+8	in	in	SCONJ	O	0			ewtb.r.295288.7
+9	recommending	recommend	VERB	O	0		v.communication	ewtb.r.295288.7
+10	the	the	DET	O	0			ewtb.r.295288.7
+11	team	team	NOUN	O	0		n.group	ewtb.r.295288.7
+12	at	at	ADP	O	0			ewtb.r.295288.7
+13	Just	just	PROPN	B	0		n.group	ewtb.r.295288.7
+14	Autos	autos	PROPN	I	13			ewtb.r.295288.7
+15	for	for	ADP	O	0			ewtb.r.295288.7
+16	easy	easy	ADJ	O	0			ewtb.r.295288.7
+17	professional	professional	ADJ	O	0			ewtb.r.295288.7
+18	car	car	NOUN	O	0		n.artifact	ewtb.r.295288.7
+19	repairs	repair	NOUN	O	0		n.act	ewtb.r.295288.7
+20	,	,	PUNCT	O	0			ewtb.r.295288.7
+21	Thank	thank	VERB	B	0			ewtb.r.295288.7
+22	you	you	PRON	I	21			ewtb.r.295288.7
+23	Just	just	PROPN	B	0		n.group	ewtb.r.295288.7
+24	Autos	autos	PROPN	I	23			ewtb.r.295288.7
+25	for	for	ADP	O	0			ewtb.r.295288.7
+26	your	your	PRON	O	0			ewtb.r.295288.7
+27	help	help	NOUN	O	0		n.act	ewtb.r.295288.7
+28	.	.	PUNCT	O	0			ewtb.r.295288.7
+
+1	Apps	apps	NOUN	O	0		n.food	ewtb.r.305187.1
+2	4	4	NUM	O	0			ewtb.r.305187.1
+3	Salad	salad	NOUN	O	0		n.food	ewtb.r.305187.1
+4	3	3	NUM	O	0			ewtb.r.305187.1
+5	Entree	entree	NOUN	O	0		n.food	ewtb.r.305187.1
+6	3.5	3.5	NUM	O	0			ewtb.r.305187.1
+7	Wine	wine	NOUN	O	0		n.food	ewtb.r.305187.1
+8	5	5	NUM	O	0			ewtb.r.305187.1
+9	(	(	PUNCT	O	0			ewtb.r.305187.1
+10	NOV	nov	PROPN	O	0		n.time	ewtb.r.305187.1
+11	07	07	NUM	O	0			ewtb.r.305187.1
+12	)	)	PUNCT	O	0			ewtb.r.305187.1
+
+1	Enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.305187.2
+2	this	this	DET	O	0			ewtb.r.305187.2
+3	cozy	cozy	ADJ	O	0			ewtb.r.305187.2
+4	little	little	ADJ	O	0			ewtb.r.305187.2
+5	spot	spot	NOUN	O	0		n.group	ewtb.r.305187.2
+6	with	with	ADP	O	0			ewtb.r.305187.2
+7	a	a	DET	O	0			ewtb.r.305187.2
+8	group	group	NOUN	O	0		n.group	ewtb.r.305187.2
+9	of	of	ADP	O	0			ewtb.r.305187.2
+10	8	8	NUM	O	0			ewtb.r.305187.2
+11	folks	folks	NOUN	O	0		n.group	ewtb.r.305187.2
+12	.	.	PUNCT	O	0			ewtb.r.305187.2
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.305187.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.305187.3
+3	excellent	excellent	ADJ	O	0			ewtb.r.305187.3
+4	.	.	PUNCT	O	0			ewtb.r.305187.3
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.305187.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.305187.4
+3	excellent	excellent	ADJ	O	0			ewtb.r.305187.4
+4	.	.	PUNCT	O	0			ewtb.r.305187.4
+
+1	Wine	wine	NOUN	O	0		n.food	ewtb.r.305187.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.305187.5
+3	excellent	excellent	ADJ	O	0			ewtb.r.305187.5
+4	.	.	PUNCT	O	0			ewtb.r.305187.5
+
+1	I	i	PRON	O	0			ewtb.r.305187.6
+2	was	be	AUX	O	0			ewtb.r.305187.6
+3	feeling	feel	VERB	B	0		v.emotion	ewtb.r.305187.6
+4	the	the	DET	o	0			ewtb.r.305187.6
+5	need	need	NOUN	I	3			ewtb.r.305187.6
+6	for	for	ADP	I	5			ewtb.r.305187.6
+7	some	some	DET	O	0			ewtb.r.305187.6
+8	fish	fish	NOUN	O	0		n.food	ewtb.r.305187.6
+9	so	so	ADV	O	0			ewtb.r.305187.6
+10	I	i	PRON	O	0			ewtb.r.305187.6
+11	had	have	VERB	O	0		v.consumption	ewtb.r.305187.6
+12	the	the	DET	O	0			ewtb.r.305187.6
+13	salmon	salmon	NOUN	O	0		n.food	ewtb.r.305187.6
+14	which	which	DET	O	0			ewtb.r.305187.6
+15	was	be	VERB	O	0		v.stative	ewtb.r.305187.6
+16	very	very	ADV	O	0			ewtb.r.305187.6
+17	good	good	ADJ	O	0			ewtb.r.305187.6
+18	but	but	CONJ	O	0			ewtb.r.305187.6
+19	the	the	DET	O	0			ewtb.r.305187.6
+20	steaks	steak	NOUN	O	0		n.food	ewtb.r.305187.6
+21	looked	look	VERB	O	0		v.perception	ewtb.r.305187.6
+22	amazing	amazing	ADJ	O	0			ewtb.r.305187.6
+23	and	and	CONJ	O	0			ewtb.r.305187.6
+24	if	if	SCONJ	O	0			ewtb.r.305187.6
+25	I	i	PRON	O	0			ewtb.r.305187.6
+26	am	be	VERB	O	0		v.stative	ewtb.r.305187.6
+27	in	in	ADP	B	0			ewtb.r.305187.6
+28	town	town	NOUN	I	27			ewtb.r.305187.6
+29	again	again	ADV	O	0			ewtb.r.305187.6
+30	,	,	PUNCT	O	0			ewtb.r.305187.6
+31	I	i	PRON	O	0			ewtb.r.305187.6
+32	'll	'll	AUX	O	0			ewtb.r.305187.6
+33	definitely	definitely	ADV	O	0			ewtb.r.305187.6
+34	order	order	VERB	O	0		v.communication	ewtb.r.305187.6
+35	a	a	DET	O	0			ewtb.r.305187.6
+36	steak	steak	NOUN	O	0		n.food	ewtb.r.305187.6
+37	.	.	PUNCT	O	0			ewtb.r.305187.6
+
+1	A	a	DET	O	0			ewtb.r.305187.7
+2	perfect	perfect	ADJ	O	0			ewtb.r.305187.7
+3	place	place	NOUN	O	0		n.group	ewtb.r.305187.7
+4	for	for	ADP	O	0			ewtb.r.305187.7
+5	a	a	DET	O	0			ewtb.r.305187.7
+6	romantic	romantic	ADJ	O	0			ewtb.r.305187.7
+7	dinner	dinner	NOUN	O	0		n.event	ewtb.r.305187.7
+8	.	.	PUNCT	O	0			ewtb.r.305187.7
+
+1	Lots	lots	NOUN	O	0			ewtb.r.305187.8
+2	of	of	ADP	O	0			ewtb.r.305187.8
+3	"	"	PUNCT	O	0			ewtb.r.305187.8
+4	pretty	pretty	ADJ	O	0			ewtb.r.305187.8
+5	people	person	NOUN	O	0		n.person	ewtb.r.305187.8
+6	"	"	PUNCT	O	0			ewtb.r.305187.8
+7	dining	dine	VERB	O	0		v.social	ewtb.r.305187.8
+8	inside	inside	ADV	O	0			ewtb.r.305187.8
+9	.	.	PUNCT	O	0			ewtb.r.305187.8
+
+1	This	this	DET	O	0			ewtb.r.305681.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.305681.1
+3	a	a	DET	O	0			ewtb.r.305681.1
+4	great	great	ADJ	O	0			ewtb.r.305681.1
+5	facility	facility	NOUN	O	0		n.group	ewtb.r.305681.1
+6	.	.	PUNCT	O	0			ewtb.r.305681.1
+
+1	Great	great	ADJ	O	0			ewtb.r.305681.2
+2	instructors	instructor	NOUN	O	0		n.person	ewtb.r.305681.2
+3	!	!	PUNCT	O	0			ewtb.r.305681.2
+
+1	Most	most	ADV	B	0			ewtb.r.305681.3
+2	of	of	ADP	I	1			ewtb.r.305681.3
+3	all	all	DET	I	2			ewtb.r.305681.3
+4	,	,	PUNCT	O	0			ewtb.r.305681.3
+5	my	my	PRON	O	0			ewtb.r.305681.3
+6	daughter	daughter	NOUN	O	0		n.person	ewtb.r.305681.3
+7	loves	love	VERB	O	0		v.emotion	ewtb.r.305681.3
+8	it	it	PRON	O	0			ewtb.r.305681.3
+9	!	!	PUNCT	O	0			ewtb.r.305681.3
+
+1	Internet	internet	NOUN	O	0		n.communication	ewtb.r.308088.1
+2	Department	department	NOUN	O	0		n.group	ewtb.r.308088.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.308088.1
+4	rude	rude	ADJ	O	0			ewtb.r.308088.1
+5	and	and	CONJ	O	0			ewtb.r.308088.1
+6	insulting	insulting	ADJ	O	0			ewtb.r.308088.1
+
+1	I	i	PRON	O	0			ewtb.r.308088.2
+2	was	be	AUX	O	0			ewtb.r.308088.2
+3	looking	look	VERB	O	0		v.cognition	ewtb.r.308088.2
+4	to	to	PART	O	0			ewtb.r.308088.2
+5	bring	bring	VERB	O	0		v.motion	ewtb.r.308088.2
+6	a	a	DET	O	0			ewtb.r.308088.2
+7	customer	customer	NOUN	O	0		n.person	ewtb.r.308088.2
+8	to	to	ADP	O	0			ewtb.r.308088.2
+9	their	their	PRON	O	0			ewtb.r.308088.2
+10	lot	lot	NOUN	O	0			ewtb.r.308088.2
+11	to	to	PART	O	0			ewtb.r.308088.2
+12	buy	buy	VERB	O	0		v.possession	ewtb.r.308088.2
+13	a	a	DET	O	0			ewtb.r.308088.2
+14	car	car	NOUN	O	0		n.artifact	ewtb.r.308088.2
+15	but	but	CONJ	O	0			ewtb.r.308088.2
+16	the	the	DET	O	0			ewtb.r.308088.2
+17	Internet	internet	NOUN	O	0		n.communication	ewtb.r.308088.2
+18	salesperson	salesperson	NOUN	O	0		n.person	ewtb.r.308088.2
+19	Last	last	ADJ	B	0		n.communication	ewtb.r.308088.2
+20	name	name	NOUN	I	19			ewtb.r.308088.2
+21	is	be	VERB	O	0		v.stative	ewtb.r.308088.2
+22	Balazick	balazick	PROPN	O	0		n.communication	ewtb.r.308088.2
+23	sent	send	VERB	O	0		v.communication	ewtb.r.308088.2
+24	me	me	PRON	O	0			ewtb.r.308088.2
+25	this	this	DET	O	0			ewtb.r.308088.2
+26	email	email	NOUN	O	0		n.communication	ewtb.r.308088.2
+27	"	"	PUNCT	O	0			ewtb.r.308088.2
+28	AND	and	CONJ	O	0			ewtb.r.308088.2
+29	IF	if	SCONJ	O	0			ewtb.r.308088.2
+30	IT	it	PRON	O	0			ewtb.r.308088.2
+31	WAS	be	VERB	O	0		v.stative	ewtb.r.308088.2
+32	WORTH	worth	ADJ	B	0			ewtb.r.308088.2
+33	MY	my	PRON	o	0			ewtb.r.308088.2
+34	TIME	time	NOUN	I	32			ewtb.r.308088.2
+35	I	i	PRON	O	0			ewtb.r.308088.2
+36	WOULD	would	AUX	O	0			ewtb.r.308088.2
+37	OF	of	AUX	O	0			ewtb.r.308088.2
+38	BOTHERED	bother	VERB	O	0		v.social	ewtb.r.308088.2
+39	ASWERING	aswering	VERB	O	0		v.communication	ewtb.r.308088.2
+40	YOUR	your	PRON	O	0			ewtb.r.308088.2
+41	QUESTIONS	question	NOUN	O	0		n.communication	ewtb.r.308088.2
+42	.	.	PUNCT	O	0			ewtb.r.308088.2
+
+1	I	i	PRON	O	0			ewtb.r.308088.3
+2	MAKE	make	VERB	B	0		v.social	ewtb.r.308088.3
+3	MONEY	money	NOUN	I	2			ewtb.r.308088.3
+4	NOT	not	CONJ	O	0			ewtb.r.308088.3
+5	DEAL	deal	VERB	O	0		v.cognition	ewtb.r.308088.3
+6	WITH	with	ADP	O	0			ewtb.r.308088.3
+7	BROKERS	broker	NOUN	O	0		n.person	ewtb.r.308088.3
+8	"	"	PUNCT	O	0			ewtb.r.308088.3
+9	Wow	wow	INTJ	O	0			ewtb.r.308088.3
+10	,	,	PUNCT	O	0			ewtb.r.308088.3
+11	can	can	AUX	O	0			ewtb.r.308088.3
+12	you	you	PRON	O	0			ewtb.r.308088.3
+13	believe	believe	VERB	O	0		v.emotion	ewtb.r.308088.3
+14	in	in	ADP	O	0			ewtb.r.308088.3
+15	today	today	NOUN	O	0		n.time	ewtb.r.308088.3
+16	s	s	PART	O	0			ewtb.r.308088.3
+17	tough	tough	ADJ	O	0			ewtb.r.308088.3
+18	times	times	NOUN	O	0		n.cognition	ewtb.r.308088.3
+19	this	this	DET	O	0			ewtb.r.308088.3
+20	dealership	dealership	NOUN	O	0		n.group	ewtb.r.308088.3
+21	would	would	AUX	O	0			ewtb.r.308088.3
+22	be	be	AUX	O	0			ewtb.r.308088.3
+23	looking	look	VERB	O	0		v.cognition	ewtb.r.308088.3
+24	for	for	ADP	O	0			ewtb.r.308088.3
+25	any	any	DET	O	0			ewtb.r.308088.3
+26	way	way	NOUN	O	0		n.cognition	ewtb.r.308088.3
+27	to	to	PART	O	0			ewtb.r.308088.3
+28	move	move	VERB	O	0		v.motion	ewtb.r.308088.3
+29	vehicles	vehicle	NOUN	O	0		n.artifact	ewtb.r.308088.3
+30	.	.	PUNCT	O	0			ewtb.r.308088.3
+
+1	As	as	ADP	O	0			ewtb.r.308088.4
+2	a	a	DET	O	0			ewtb.r.308088.4
+3	previous	previous	ADJ	O	0			ewtb.r.308088.4
+4	Internet	internet	NOUN	O	0		n.communication	ewtb.r.308088.4
+5	Manager	manager	NOUN	O	0		n.person	ewtb.r.308088.4
+6	I	i	PRON	O	0			ewtb.r.308088.4
+7	would	would	AUX	O	0			ewtb.r.308088.4
+8	deal	deal	VERB	O	0		v.cognition	ewtb.r.308088.4
+9	with	with	ADP	O	0			ewtb.r.308088.4
+10	anyone	anyone	NOUN	O	0			ewtb.r.308088.4
+11	looking	look	VERB	O	0		v.cognition	ewtb.r.308088.4
+12	to	to	PART	O	0			ewtb.r.308088.4
+13	buy	buy	VERB	O	0		v.possession	ewtb.r.308088.4
+14	a	a	DET	O	0			ewtb.r.308088.4
+15	car	car	NOUN	O	0		n.artifact	ewtb.r.308088.4
+16	for	for	ADP	O	0			ewtb.r.308088.4
+17	a	a	DET	O	0			ewtb.r.308088.4
+18	profit	profit	NOUN	O	0		n.possession	ewtb.r.308088.4
+19	and	and	CONJ	O	0			ewtb.r.308088.4
+20	not	not	PART	O	0			ewtb.r.308088.4
+21	care	care	VERB	O	0		v.emotion	ewtb.r.308088.4
+22	if	if	SCONJ	O	0			ewtb.r.308088.4
+23	they	they	PRON	O	0			ewtb.r.308088.4
+24	came	come	VERB	B	0		v.motion	ewtb.r.308088.4
+25	in	in	ADV	I	24			ewtb.r.308088.4
+26	with	with	ADP	O	0			ewtb.r.308088.4
+27	a	a	DET	O	0			ewtb.r.308088.4
+28	broker	broker	NOUN	O	0		n.person	ewtb.r.308088.4
+29	.	.	PUNCT	O	0			ewtb.r.308088.4
+
+1	Stay	stay	VERB	O	0		v.stative	ewtb.r.308088.5
+2	away	away	ADV	O	0			ewtb.r.308088.5
+3	from	from	ADP	O	0			ewtb.r.308088.5
+4	this	this	DET	O	0			ewtb.r.308088.5
+5	dealership	dealership	NOUN	O	0		n.group	ewtb.r.308088.5
+6	!!!	!!!	PUNCT	O	0			ewtb.r.308088.5
+
+1	I	i	PRON	O	0			ewtb.r.308387.1
+2	called	call	VERB	O	0		v.communication	ewtb.r.308387.1
+3	them	them	PRON	O	0			ewtb.r.308387.1
+4	for	for	ADP	O	0			ewtb.r.308387.1
+5	an	an	DET	O	0			ewtb.r.308387.1
+6	estimate	estimate	NOUN	O	0		n.possession	ewtb.r.308387.1
+7	and	and	CONJ	O	0			ewtb.r.308387.1
+8	they	they	PRON	O	0			ewtb.r.308387.1
+9	INSULTED	insult	VERB	O	0		v.communication	ewtb.r.308387.1
+10	ME	me	PRON	O	0			ewtb.r.308387.1
+11	WHEN	when	ADV	O	0			ewtb.r.308387.1
+12	I	i	PRON	O	0			ewtb.r.308387.1
+13	ASK	ask	VERB	O	0		v.communication	ewtb.r.308387.1
+14	THEM	them	PRON	O	0			ewtb.r.308387.1
+15	QUESTIONS	question	NOUN	O	0		n.communication	ewtb.r.308387.1
+16	.	.	PUNCT	O	0			ewtb.r.308387.1
+
+1	THEY	they	PRON	O	0			ewtb.r.308387.2
+2	ARE	be	VERB	O	0		v.stative	ewtb.r.308387.2
+3	VERY	very	ADV	O	0			ewtb.r.308387.2
+4	RUDE	rude	ADJ	O	0			ewtb.r.308387.2
+5	AND	and	CONJ	O	0			ewtb.r.308387.2
+6	NASTY	nasty	ADJ	O	0			ewtb.r.308387.2
+7	.	.	PUNCT	O	0			ewtb.r.308387.2
+
+1	PLEASE	please	INTJ	O	0			ewtb.r.308387.3
+2	DO	do	AUX	O	0			ewtb.r.308387.3
+3	N'T	n't	PART	O	0			ewtb.r.308387.3
+4	USE	use	VERB	O	0		v.possession	ewtb.r.308387.3
+5	THIS	this	DET	O	0			ewtb.r.308387.3
+6	MOVING	moving	NOUN	O	0		n.act	ewtb.r.308387.3
+7	COMPANY	company	NOUN	O	0		n.group	ewtb.r.308387.3
+8	IF	if	SCONJ	O	0			ewtb.r.308387.3
+9	YOU	you	PRON	O	0			ewtb.r.308387.3
+10	DO	do	AUX	O	0			ewtb.r.308387.3
+11	N'T	n't	PART	O	0			ewtb.r.308387.3
+12	WANT	want	VERB	O	0		v.cognition	ewtb.r.308387.3
+13	TO	to	PART	O	0			ewtb.r.308387.3
+14	:	:	PUNCT	O	0			ewtb.r.308387.3
+15	CRY	cry	VERB	O	0		v.body	ewtb.r.308387.3
+16	,	,	PUNCT	O	0			ewtb.r.308387.3
+17	HAVE	have	VERB	O	0		v.stative	ewtb.r.308387.3
+18	TROUBLE	trouble	NOUN	O	0		n.cognition	ewtb.r.308387.3
+19	AND	and	CONJ	O	0			ewtb.r.308387.3
+20	A	a	DET	O	0			ewtb.r.308387.3
+21	BAD	bad	ADJ	O	0			ewtb.r.308387.3
+22	EXPERIENCE	experience	NOUN	O	0		n.event	ewtb.r.308387.3
+23	ON	on	ADP	O	0			ewtb.r.308387.3
+24	THE	the	DET	O	0			ewtb.r.308387.3
+25	DAY	day	NOUN	O	0		n.time	ewtb.r.308387.3
+26	OF	of	ADP	O	0			ewtb.r.308387.3
+27	YOUR	your	PRON	O	0			ewtb.r.308387.3
+28	MOVE	move	NOUN	O	0		n.event	ewtb.r.308387.3
+29	.	.	PUNCT	O	0			ewtb.r.308387.3
+
+1	THEY	they	PRON	O	0			ewtb.r.308387.4
+2	WILL	will	AUX	O	0			ewtb.r.308387.4
+3	GIVE	give	VERB	O	0		v.communication	ewtb.r.308387.4
+4	YOU	you	PRON	O	0			ewtb.r.308387.4
+5	A	a	DET	O	0			ewtb.r.308387.4
+6	LOW	low	ADJ	O	0			ewtb.r.308387.4
+7	PRICE	price	NOUN	O	0		n.possession	ewtb.r.308387.4
+8	OVER	over	ADP	B	0			ewtb.r.308387.4
+9	THE	the	DET	I	8			ewtb.r.308387.4
+10	PHONE	phone	NOUN	I	9			ewtb.r.308387.4
+11	AND	and	CONJ	O	0			ewtb.r.308387.4
+12	ON	on	ADP	O	0			ewtb.r.308387.4
+13	THE	the	DET	O	0			ewtb.r.308387.4
+14	DAY	day	NOUN	O	0		n.event	ewtb.r.308387.4
+15	OF	of	ADP	O	0			ewtb.r.308387.4
+16	YOUR	your	PRON	O	0			ewtb.r.308387.4
+17	MOVE	move	NOUN	O	0		n.act	ewtb.r.308387.4
+18	THEY	they	PRON	O	0			ewtb.r.308387.4
+19	WILL	will	AUX	O	0			ewtb.r.308387.4
+20	CHANGE	change	VERB	O	0		v.change	ewtb.r.308387.4
+21	THE	the	DET	O	0			ewtb.r.308387.4
+22	PRICE	price	NOUN	O	0		n.possession	ewtb.r.308387.4
+23	,	,	PUNCT	O	0			ewtb.r.308387.4
+24	I	i	PRON	O	0			ewtb.r.308387.4
+25	GUARANTEE	guarantee	VERB	O	0		v.communication	ewtb.r.308387.4
+26	IT	it	PRON	O	0			ewtb.r.308387.4
+27	.	.	PUNCT	O	0			ewtb.r.308387.4
+
+1	Not	not	PART	O	0			ewtb.r.311987.1
+2	so	so	ADV	O	0			ewtb.r.311987.1
+3	great	great	ADJ	O	0			ewtb.r.311987.1
+
+1	My	my	PRON	O	0			ewtb.r.311987.2
+2	husband	husband	NOUN	O	0		n.person	ewtb.r.311987.2
+3	just	just	ADV	O	0			ewtb.r.311987.2
+4	got	get	VERB	O	0		v.possession	ewtb.r.311987.2
+5	a	a	DET	O	0			ewtb.r.311987.2
+6	bike	bike	NOUN	O	0		n.artifact	ewtb.r.311987.2
+7	there	there	ADV	O	0			ewtb.r.311987.2
+8	as	as	ADP	O	0			ewtb.r.311987.2
+9	a	a	DET	O	0			ewtb.r.311987.2
+10	gift	gift	NOUN	O	0		n.artifact	ewtb.r.311987.2
+11	he	he	PRON	O	0			ewtb.r.311987.2
+12	's	's	AUX	O	0			ewtb.r.311987.2
+13	only	only	ADV	O	0			ewtb.r.311987.2
+14	had	have	VERB	O	0		v.possession	ewtb.r.311987.2
+15	it	it	PRON	O	0			ewtb.r.311987.2
+16	a	a	DET	O	0			ewtb.r.311987.2
+17	month	month	NOUN	O	0		n.time	ewtb.r.311987.2
+18	.	.	PUNCT	O	0			ewtb.r.311987.2
+
+1	It	it	PRON	O	0			ewtb.r.311987.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.311987.3
+3	a	a	DET	O	0			ewtb.r.311987.3
+4	nice	nice	ADJ	O	0			ewtb.r.311987.3
+5	bike	bike	NOUN	O	0		n.artifact	ewtb.r.311987.3
+6	and	and	CONJ	O	0			ewtb.r.311987.3
+7	it	it	PRON	O	0			ewtb.r.311987.3
+8	cost	cost	VERB	O	0		v.possession	ewtb.r.311987.3
+9	a	a	DET	B	0			ewtb.r.311987.3
+10	lot	lot	NOUN	I	9			ewtb.r.311987.3
+11	of	of	ADP	O	0			ewtb.r.311987.3
+12	money	money	NOUN	O	0		n.possession	ewtb.r.311987.3
+13	.	.	PUNCT	O	0			ewtb.r.311987.3
+
+1	But	but	CONJ	O	0			ewtb.r.311987.4
+2	just	just	ADV	O	0			ewtb.r.311987.4
+3	this	this	DET	O	0			ewtb.r.311987.4
+4	week	week	NOUN	O	0		n.time	ewtb.r.311987.4
+5	a	a	DET	O	0			ewtb.r.311987.4
+6	peddle	peddle	NOUN	O	0		n.artifact	ewtb.r.311987.4
+7	broke	break	VERB	O	0		v.change	ewtb.r.311987.4
+8	.	.	PUNCT	O	0			ewtb.r.311987.4
+
+1	He	he	PRON	O	0			ewtb.r.311987.5
+2	took	take	VERB	B	0		v.motion	ewtb.r.311987.5
+3	it	it	PRON	o	0			ewtb.r.311987.5
+4	back	back	ADV	I	2			ewtb.r.311987.5
+5	and	and	CONJ	O	0			ewtb.r.311987.5
+6	they	they	PRON	O	0			ewtb.r.311987.5
+7	would	would	AUX	O	0			ewtb.r.311987.5
+8	not	not	PART	O	0			ewtb.r.311987.5
+9	honor	honor	VERB	O	0		v.possession	ewtb.r.311987.5
+10	a	a	DET	O	0			ewtb.r.311987.5
+11	warranty	warranty	NOUN	O	0		n.possession	ewtb.r.311987.5
+12	and	and	CONJ	O	0			ewtb.r.311987.5
+13	said	say	VERB	O	0		v.communication	ewtb.r.311987.5
+14	it	it	PRON	O	0			ewtb.r.311987.5
+15	was	be	VERB	O	0		v.stative	ewtb.r.311987.5
+16	his	his	PRON	O	0			ewtb.r.311987.5
+17	fault	fault	NOUN	O	0		n.cognition	ewtb.r.311987.5
+18	because	because	ADP	B	0			ewtb.r.311987.5
+19	of	of	ADP	I	18			ewtb.r.311987.5
+20	his	his	PRON	O	0			ewtb.r.311987.5
+21	shoes	shoes	NOUN	O	0		n.artifact	ewtb.r.311987.5
+22	??	??	PUNCT	O	0			ewtb.r.311987.5
+
+1	So	so	ADV	O	0			ewtb.r.311987.6
+2	they	they	PRON	O	0			ewtb.r.311987.6
+3	were	be	AUX	O	0			ewtb.r.311987.6
+4	going	go	VERB	B	0			ewtb.r.311987.6
+5	to	to	PART	I	4			ewtb.r.311987.6
+6	charge	charge	VERB	O	0		v.possession	ewtb.r.311987.6
+7	him	him	PRON	O	0			ewtb.r.311987.6
+8	for	for	ADP	O	0			ewtb.r.311987.6
+9	new	new	ADJ	O	0			ewtb.r.311987.6
+10	peddles	peddles	NOUN	O	0		n.artifact	ewtb.r.311987.6
+11	and	and	CONJ	O	0			ewtb.r.311987.6
+12	proceeded	proceed	VERB	O	0		v.stative	ewtb.r.311987.6
+13	to	to	PART	O	0			ewtb.r.311987.6
+14	put	put	VERB	B	0		v.contact	ewtb.r.311987.6
+15	them	them	PRON	o	0			ewtb.r.311987.6
+16	on	on	ADV	I	14			ewtb.r.311987.6
+17	without	without	SCONJ	O	0			ewtb.r.311987.6
+18	even	even	ADV	O	0			ewtb.r.311987.6
+19	telling	tell	VERB	O	0		v.communication	ewtb.r.311987.6
+20	him	him	PRON	O	0			ewtb.r.311987.6
+21	the	the	DET	O	0			ewtb.r.311987.6
+22	price	price	NOUN	O	0		n.possession	ewtb.r.311987.6
+23	.	.	PUNCT	O	0			ewtb.r.311987.6
+
+1	Which	which	DET	O	0			ewtb.r.311987.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.311987.7
+3	very	very	ADV	O	0			ewtb.r.311987.7
+4	expensive	expensive	ADJ	O	0			ewtb.r.311987.7
+5	.	.	PUNCT	O	0			ewtb.r.311987.7
+
+1	He	he	PRON	O	0			ewtb.r.311987.8
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.311987.8
+3	for	for	ADP	O	0			ewtb.r.311987.8
+4	a	a	DET	O	0			ewtb.r.311987.8
+5	different	different	ADJ	O	0			ewtb.r.311987.8
+6	pair	pair	NOUN	O	0		n.quantity	ewtb.r.311987.8
+7	instead	instead	ADV	O	0			ewtb.r.311987.8
+8	and	and	CONJ	O	0			ewtb.r.311987.8
+9	they	they	PRON	O	0			ewtb.r.311987.8
+10	only	only	ADV	O	0			ewtb.r.311987.8
+11	gave	give	VERB	O	0		v.possession	ewtb.r.311987.8
+12	him	him	PRON	O	0			ewtb.r.311987.8
+13	five	five	NUM	O	0			ewtb.r.311987.8
+14	dollars	dollar	NOUN	O	0		n.possession	ewtb.r.311987.8
+15	off	off	ADV	O	0			ewtb.r.311987.8
+16	??	??	PUNCT	O	0			ewtb.r.311987.8
+
+1	Trek	trek	PROPN	O	0		n.group	ewtb.r.311987.9
+2	is	be	VERB	O	0		v.stative	ewtb.r.311987.9
+3	not	not	PART	O	0			ewtb.r.311987.9
+4	so	so	ADV	O	0			ewtb.r.311987.9
+5	great	great	ADJ	O	0			ewtb.r.311987.9
+
+1	I	i	PRON	O	0			ewtb.r.314880.1
+2	am	be	VERB	O	0		v.stative	ewtb.r.314880.1
+3	in	in	ADP	B	0			ewtb.r.314880.1
+4	love	love	NOUN	I	3			ewtb.r.314880.1
+5	with	with	ADP	O	0			ewtb.r.314880.1
+6	the	the	DET	O	0			ewtb.r.314880.1
+7	giant	giant	ADJ	O	0			ewtb.r.314880.1
+8	plate	plate	NOUN	O	0		n.quantity	ewtb.r.314880.1
+9	of	of	ADP	O	0			ewtb.r.314880.1
+10	nachos	nacho	NOUN	O	0		n.food	ewtb.r.314880.1
+11	!	!	PUNCT	O	0			ewtb.r.314880.1
+
+1	Last	last	ADJ	O	0			ewtb.r.314880.2
+2	time	time	NOUN	O	0		n.event	ewtb.r.314880.2
+3	I	i	PRON	O	0			ewtb.r.314880.2
+4	went	go	VERB	O	0		v.motion	ewtb.r.314880.2
+5	however	however	ADV	O	0			ewtb.r.314880.2
+6	,	,	PUNCT	O	0			ewtb.r.314880.2
+7	my	my	PRON	O	0			ewtb.r.314880.2
+8	beer	beer	NOUN	O	0		n.food	ewtb.r.314880.2
+9	was	be	VERB	O	0		v.stative	ewtb.r.314880.2
+10	warm	warm	ADJ	O	0			ewtb.r.314880.2
+11	and	and	CONJ	O	0			ewtb.r.314880.2
+12	the	the	DET	O	0			ewtb.r.314880.2
+13	service	service	NOUN	O	0		n.act	ewtb.r.314880.2
+14	was	be	VERB	O	0		v.stative	ewtb.r.314880.2
+15	so	so	ADJ	B	0			ewtb.r.314880.2
+16	-	-	PUNCT	I	15			ewtb.r.314880.2
+17	so	so	ADJ	I	16			ewtb.r.314880.2
+18	.	.	PUNCT	O	0			ewtb.r.314880.2
+
+1	I	i	PRON	O	0			ewtb.r.314880.3
+2	get	get	VERB	O	0		v.cognition	ewtb.r.314880.3
+3	that	that	DET	O	0			ewtb.r.314880.3
+4	careless	careless	ADJ	O	0			ewtb.r.314880.3
+5	teenager	teenager	NOUN	O	0		n.person	ewtb.r.314880.3
+6	kind	kind	NOUN	O	0		n.cognition	ewtb.r.314880.3
+7	of	of	ADP	O	0			ewtb.r.314880.3
+8	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.314880.3
+9	from	from	ADP	O	0			ewtb.r.314880.3
+10	some	some	DET	O	0			ewtb.r.314880.3
+11	of	of	ADP	O	0			ewtb.r.314880.3
+12	their	their	PRON	O	0			ewtb.r.314880.3
+13	staff	staff	NOUN	O	0		n.group	ewtb.r.314880.3
+14	...	...	PUNCT	O	0			ewtb.r.314880.3
+15	perhaps	perhaps	ADV	O	0			ewtb.r.314880.3
+16	they	they	PRON	O	0			ewtb.r.314880.3
+17	should	should	AUX	O	0			ewtb.r.314880.3
+18	hire	hire	VERB	O	0		v.social	ewtb.r.314880.3
+19	more	more	ADV	O	0			ewtb.r.314880.3
+20	serious	serious	ADJ	O	0			ewtb.r.314880.3
+21	adults	adult	NOUN	O	0		n.person	ewtb.r.314880.3
+22	to	to	PART	O	0			ewtb.r.314880.3
+23	help	help	VERB	O	0		v.social	ewtb.r.314880.3
+24	serve	serve	VERB	O	0		v.social	ewtb.r.314880.3
+25	/	/	PUNCT	O	0			ewtb.r.314880.3
+26	cook	cook	VERB	O	0		v.creation	ewtb.r.314880.3
+27	.	.	PUNCT	O	0			ewtb.r.314880.3
+
+1	Great	great	ADJ	O	0			ewtb.r.317480.1
+2	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.317480.1
+3	,	,	PUNCT	O	0			ewtb.r.317480.1
+4	great	great	ADJ	O	0			ewtb.r.317480.1
+5	food	food	NOUN	O	0		n.food	ewtb.r.317480.1
+6	.	.	PUNCT	O	0			ewtb.r.317480.1
+
+1	Definitely	definitely	ADV	O	0			ewtb.r.317480.2
+2	a	a	DET	B	0			ewtb.r.317480.2
+3	must	must	NOUN	I	2			ewtb.r.317480.2
+4	.	.	PUNCT	O	0			ewtb.r.317480.2
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.332785.1
+2	for	for	SCONJ	O	0			ewtb.r.332785.1
+3	following	follow	VERB	O	0		v.motion	ewtb.r.332785.1
+4	me	me	PRON	O	0			ewtb.r.332785.1
+5	around	around	ADP	O	0			ewtb.r.332785.1
+6	the	the	DET	O	0			ewtb.r.332785.1
+7	store	store	NOUN	O	0		n.group	ewtb.r.332785.1
+
+1	Enough	enough	ADJ	B	0			ewtb.r.332785.2
+2	said	say	VERB	I	1			ewtb.r.332785.2
+3	.	.	PUNCT	O	0			ewtb.r.332785.2
+
+1	I	i	PRON	O	0			ewtb.r.332785.3
+2	do	do	AUX	O	0			ewtb.r.332785.3
+3	n't	n't	PART	O	0			ewtb.r.332785.3
+4	steal	steal	VERB	O	0		v.possession	ewtb.r.332785.3
+5	,	,	PUNCT	O	0			ewtb.r.332785.3
+6	I	i	PRON	O	0			ewtb.r.332785.3
+7	was	be	AUX	O	0			ewtb.r.332785.3
+8	n't	n't	PART	O	0			ewtb.r.332785.3
+9	acting	act	VERB	O	0		v.social	ewtb.r.332785.3
+10	suspiciously	suspiciously	ADV	O	0			ewtb.r.332785.3
+11	.	.	PUNCT	O	0			ewtb.r.332785.3
+
+1	I	i	PRON	O	0			ewtb.r.332785.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.332785.4
+3	ready	ready	ADJ	O	0			ewtb.r.332785.4
+4	to	to	PART	O	0			ewtb.r.332785.4
+5	buy	buy	VERB	O	0		v.possession	ewtb.r.332785.4
+6	a	a	DET	O	0			ewtb.r.332785.4
+7	new	new	ADJ	O	0			ewtb.r.332785.4
+8	jacket	jacket	NOUN	O	0		n.artifact	ewtb.r.332785.4
+9	,	,	PUNCT	O	0			ewtb.r.332785.4
+10	a	a	DET	O	0			ewtb.r.332785.4
+11	new	new	ADJ	O	0			ewtb.r.332785.4
+12	sweater	sweater	NOUN	O	0		n.artifact	ewtb.r.332785.4
+13	and	and	CONJ	O	0			ewtb.r.332785.4
+14	a	a	DET	B	0			ewtb.r.332785.4
+15	couple	couple	NOUN	I	14			ewtb.r.332785.4
+16	of	of	ADP	O	0			ewtb.r.332785.4
+17	your	your	PRON	O	0			ewtb.r.332785.4
+18	overpriced	overpriced	ADJ	O	0			ewtb.r.332785.4
+19	belts	belt	NOUN	O	0		n.artifact	ewtb.r.332785.4
+20	and	and	CONJ	O	0			ewtb.r.332785.4
+21	I	i	PRON	O	0			ewtb.r.332785.4
+22	walked	walk	VERB	B	0		v.motion	ewtb.r.332785.4
+23	out	out	ADV	I	22			ewtb.r.332785.4
+24	because	because	ADP	B	0			ewtb.r.332785.4
+25	of	of	ADP	I	24			ewtb.r.332785.4
+26	your	your	PRON	O	0			ewtb.r.332785.4
+27	obvious	obvious	ADJ	O	0			ewtb.r.332785.4
+28	lurking	lurking	NOUN	O	0		n.act	ewtb.r.332785.4
+
+1	No	no	DET	O	0			ewtb.r.334388.1
+2	way	way	NOUN	O	0		n.cognition	ewtb.r.334388.1
+3	.	.	PUNCT	O	0			ewtb.r.334388.1
+
+1	I	i	PRON	O	0			ewtb.r.334388.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.334388.2
+3	certainly	certainly	ADV	O	0			ewtb.r.334388.2
+4	no	no	DET	O	0			ewtb.r.334388.2
+5	expert	expert	NOUN	O	0		n.person	ewtb.r.334388.2
+6	on	on	ADP	O	0			ewtb.r.334388.2
+7	asian	asian	ADJ	O	0			ewtb.r.334388.2
+8	food	food	NOUN	O	0		n.food	ewtb.r.334388.2
+9	in	in	ADP	B	0			ewtb.r.334388.2
+10	fact	fact	NOUN	I	9			ewtb.r.334388.2
+11	not	not	PART	B	0			ewtb.r.334388.2
+12	even	even	ADV	I	11			ewtb.r.334388.2
+13	a	a	DET	O	0			ewtb.r.334388.2
+14	lover	lover	NOUN	O	0		n.person	ewtb.r.334388.2
+15	of	of	ADP	O	0			ewtb.r.334388.2
+16	Vietnamese	vietnamese	ADJ	O	0			ewtb.r.334388.2
+17	food	food	NOUN	O	0		n.food	ewtb.r.334388.2
+18	but	but	CONJ	O	0			ewtb.r.334388.2
+19	I	i	PRON	O	0			ewtb.r.334388.2
+20	wanted	want	VERB	O	0		v.cognition	ewtb.r.334388.2
+21	to	to	PART	O	0			ewtb.r.334388.2
+22	try	try	VERB	O	0		v.social	ewtb.r.334388.2
+23	the	the	DET	O	0			ewtb.r.334388.2
+24	real	real	ADJ	O	0			ewtb.r.334388.2
+25	things	things	NOUN	O	0			ewtb.r.334388.2
+26	here	here	ADV	O	0			ewtb.r.334388.2
+27	at	at	ADP	O	0			ewtb.r.334388.2
+28	A	a	PROPN	B	0		n.group	ewtb.r.334388.2
+29	Dong	dong	PROPN	I	28			ewtb.r.334388.2
+30	.	.	PUNCT	O	0			ewtb.r.334388.2
+
+1	Cold	cold	ADJ	O	0			ewtb.r.334388.3
+2	,	,	PUNCT	O	0			ewtb.r.334388.3
+3	slimy	slimy	ADJ	O	0			ewtb.r.334388.3
+4	,	,	PUNCT	O	0			ewtb.r.334388.3
+5	tasteless	tasteless	ADJ	O	0			ewtb.r.334388.3
+6	however	however	ADV	O	0			ewtb.r.334388.3
+7	is	be	VERB	O	0		v.stative	ewtb.r.334388.3
+8	the	the	DET	O	0			ewtb.r.334388.3
+9	same	same	ADJ	O	0			ewtb.r.334388.3
+10	in	in	ADP	O	0			ewtb.r.334388.3
+11	all	all	DET	O	0			ewtb.r.334388.3
+12	languages	language	NOUN	O	0		n.communication	ewtb.r.334388.3
+13	and	and	CONJ	O	0			ewtb.r.334388.3
+14	foods	food	NOUN	O	0		n.food	ewtb.r.334388.3
+15	.	.	PUNCT	O	0			ewtb.r.334388.3
+
+1	Not	not	PART	O	0			ewtb.r.334388.4
+2	good	good	ADJ	O	0			ewtb.r.334388.4
+3	,	,	PUNCT	O	0			ewtb.r.334388.4
+4	not	not	PART	O	0			ewtb.r.334388.4
+5	great	great	ADJ	O	0			ewtb.r.334388.4
+6	,	,	PUNCT	O	0			ewtb.r.334388.4
+7	and	and	CONJ	O	0			ewtb.r.334388.4
+8	again	again	ADV	O	0			ewtb.r.334388.4
+9	another	another	DET	O	0			ewtb.r.334388.4
+10	disappointment	disappointment	NOUN	O	0		n.cognition	ewtb.r.334388.4
+11	in	in	ADP	O	0			ewtb.r.334388.4
+12	Central	central	PROPN	B	0		n.location	ewtb.r.334388.4
+13	Iowa	iowa	PROPN	I	12			ewtb.r.334388.4
+14	.	.	PUNCT	O	0			ewtb.r.334388.4
+
+1	How	how	ADV	O	0			ewtb.r.334388.5
+2	do	do	AUX	O	0			ewtb.r.334388.5
+3	these	these	DET	O	0			ewtb.r.334388.5
+4	places	place	NOUN	O	0		n.group	ewtb.r.334388.5
+5	stay	stay	VERB	O	0		v.stative	ewtb.r.334388.5
+6	in	in	ADP	B	0			ewtb.r.334388.5
+7	business	business	NOUN	I	6			ewtb.r.334388.5
+8	.	.	PUNCT	O	0			ewtb.r.334388.5
+
+1	This	this	DET	O	0			ewtb.r.334388.6
+2	town	town	NOUN	O	0		n.location	ewtb.r.334388.6
+3	needs	need	VERB	O	0		v.cognition	ewtb.r.334388.6
+4	some	some	DET	O	0			ewtb.r.334388.6
+5	food	food	NOUN	O	0		n.food	ewtb.r.334388.6
+6	soul	soul	NOUN	O	0		n.attribute	ewtb.r.334388.6
+7	and	and	CONJ	O	0			ewtb.r.334388.6
+8	this	this	DET	O	0			ewtb.r.334388.6
+9	is	be	VERB	O	0		v.stative	ewtb.r.334388.6
+10	not	not	PART	O	0			ewtb.r.334388.6
+11	it	it	PRON	O	0			ewtb.r.334388.6
+12	.	.	PUNCT	O	0			ewtb.r.334388.6
+
+1	What	what	DET	O	0			ewtb.r.336285.1
+2	a	a	DET	O	0			ewtb.r.336285.1
+3	Preschool	preschool	NOUN	O	0		n.group	ewtb.r.336285.1
+4	!	!	PUNCT	O	0			ewtb.r.336285.1
+
+1	If	if	SCONJ	O	0			ewtb.r.336285.2
+2	you	you	PRON	O	0			ewtb.r.336285.2
+3	want	want	VERB	O	0		v.cognition	ewtb.r.336285.2
+4	the	the	DET	O	0			ewtb.r.336285.2
+5	best	best	ADJ	O	0			ewtb.r.336285.2
+6	for	for	ADP	O	0			ewtb.r.336285.2
+7	your	your	PRON	O	0			ewtb.r.336285.2
+8	child	child	NOUN	O	0		n.person	ewtb.r.336285.2
+9	,	,	PUNCT	O	0			ewtb.r.336285.2
+10	do	do	AUX	O	0			ewtb.r.336285.2
+11	n't	n't	PART	O	0			ewtb.r.336285.2
+12	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.336285.2
+13	in	in	SCONJ	O	0			ewtb.r.336285.2
+14	visiting	visit	VERB	O	0		v.social	ewtb.r.336285.2
+15	this	this	DET	O	0			ewtb.r.336285.2
+16	wornderful	wornderful	ADJ	O	0			ewtb.r.336285.2
+17	school	school	NOUN	O	0		n.group	ewtb.r.336285.2
+18	.	.	PUNCT	O	0			ewtb.r.336285.2
+
+1	This	this	DET	O	0			ewtb.r.336285.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.336285.3
+3	the	the	DET	O	0			ewtb.r.336285.3
+4	very	very	ADV	O	0			ewtb.r.336285.3
+5	best	best	ADJ	O	0			ewtb.r.336285.3
+6	in	in	ADP	O	0			ewtb.r.336285.3
+7	the	the	DET	B	0		n.location	ewtb.r.336285.3
+8	Gables	gables	PROPN	I	7			ewtb.r.336285.3
+9	.	.	PUNCT	O	0			ewtb.r.336285.3
+
+1	Do	do	AUX	O	0			ewtb.r.345182.1
+2	not	not	PART	O	0			ewtb.r.345182.1
+3	use	use	VERB	O	0		v.social	ewtb.r.345182.1
+4	this	this	DET	O	0			ewtb.r.345182.1
+5	company	company	NOUN	O	0		n.group	ewtb.r.345182.1
+6	!	!	PUNCT	O	0			ewtb.r.345182.1
+
+1	I	i	PRON	O	0			ewtb.r.345182.2
+2	dropped	drop	VERB	B	0		v.motion	ewtb.r.345182.2
+3	off	off	ADP	I	2			ewtb.r.345182.2
+4	a	a	DET	O	0			ewtb.r.345182.2
+5	sheet	sheet	NOUN	B	0		n.artifact	ewtb.r.345182.2
+6	metal	metal	NOUN	I	5			ewtb.r.345182.2
+7	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.2
+8	that	that	DET	O	0			ewtb.r.345182.2
+9	I	i	PRON	O	0			ewtb.r.345182.2
+10	needed	need	VERB	O	0		v.cognition	ewtb.r.345182.2
+11	copied	copy	VERB	O	0		v.change	ewtb.r.345182.2
+12	due	due	ADP	B	0			ewtb.r.345182.2
+13	to	to	SCONJ	I	12			ewtb.r.345182.2
+14	th	th	SCONJ	O	0			ewtb.r.345182.2
+15	it	it	PRON	O	0			ewtb.r.345182.2
+16	was	be	AUX	O	0			ewtb.r.345182.2
+17	needing	need	VERB	O	0		v.cognition	ewtb.r.345182.2
+18	to	to	PART	O	0			ewtb.r.345182.2
+19	be	be	AUX	O	0			ewtb.r.345182.2
+20	replaced	replace	VERB	O	0		v.change	ewtb.r.345182.2
+21	.	.	PUNCT	O	0			ewtb.r.345182.2
+
+1	I	i	PRON	O	0			ewtb.r.345182.3
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.345182.3
+3	if	if	SCONJ	O	0			ewtb.r.345182.3
+4	they	they	PRON	O	0			ewtb.r.345182.3
+5	could	could	AUX	O	0			ewtb.r.345182.3
+6	copy	copy	VERB	O	0		v.change	ewtb.r.345182.3
+7	the	the	DET	O	0			ewtb.r.345182.3
+8	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.3
+9	I	i	PRON	O	0			ewtb.r.345182.3
+10	dropped	drop	VERB	B	0		v.motion	ewtb.r.345182.3
+11	off	off	ADP	I	10			ewtb.r.345182.3
+12	.	.	PUNCT	O	0			ewtb.r.345182.3
+
+1	They	they	PRON	O	0			ewtb.r.345182.4
+2	said	say	VERB	O	0		v.communication	ewtb.r.345182.4
+3	it	it	PRON	O	0			ewtb.r.345182.4
+4	would	would	AUX	O	0			ewtb.r.345182.4
+5	be	be	AUX	O	0			ewtb.r.345182.4
+6	made	make	VERB	O	0		v.creation	ewtb.r.345182.4
+7	exactly	exactly	ADV	O	0			ewtb.r.345182.4
+8	like	like	ADP	O	0			ewtb.r.345182.4
+9	the	the	DET	O	0			ewtb.r.345182.4
+10	one	one	NUM	O	0			ewtb.r.345182.4
+11	I	i	PRON	O	0			ewtb.r.345182.4
+12	needed	need	VERB	O	0		v.cognition	ewtb.r.345182.4
+13	to	to	PART	O	0			ewtb.r.345182.4
+14	replace	replace	VERB	O	0		v.change	ewtb.r.345182.4
+15	.	.	PUNCT	O	0			ewtb.r.345182.4
+
+1	I	i	PRON	O	0			ewtb.r.345182.5
+2	picked	pick	VERB	B	0		v.motion	ewtb.r.345182.5
+3	it	it	PRON	o	0			ewtb.r.345182.5
+4	up	up	ADP	I	2			ewtb.r.345182.5
+5	when	when	ADV	O	0			ewtb.r.345182.5
+6	it	it	PRON	O	0			ewtb.r.345182.5
+7	was	be	VERB	O	0		v.stative	ewtb.r.345182.5
+8	finished	finished	ADJ	O	0			ewtb.r.345182.5
+9	and	and	CONJ	O	0			ewtb.r.345182.5
+10	was	be	AUX	O	0			ewtb.r.345182.5
+11	charge	charge	VERB	O	0		v.possession	ewtb.r.345182.5
+12	30.00	30.00	NUM	O	0			ewtb.r.345182.5
+13	.	.	PUNCT	O	0			ewtb.r.345182.5
+
+1	When	when	ADV	O	0			ewtb.r.345182.6
+2	I	i	PRON	O	0			ewtb.r.345182.6
+3	got	get	VERB	B	0		v.motion	ewtb.r.345182.6
+4	to	to	ADP	I	3			ewtb.r.345182.6
+5	the	the	DET	O	0			ewtb.r.345182.6
+6	job	job	NOUN	O	0		n.event	ewtb.r.345182.6
+7	and	and	CONJ	O	0			ewtb.r.345182.6
+8	tried	try	VERB	O	0		v.social	ewtb.r.345182.6
+9	to	to	PART	O	0			ewtb.r.345182.6
+10	insert	insert	VERB	O	0		v.contact	ewtb.r.345182.6
+11	the	the	DET	O	0			ewtb.r.345182.6
+12	new	new	ADJ	O	0			ewtb.r.345182.6
+13	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.6
+14	of	of	ADP	O	0			ewtb.r.345182.6
+15	metal	metal	ADJ	O	0			ewtb.r.345182.6
+16	IT	it	PRON	O	0			ewtb.r.345182.6
+17	WOULD	would	AUX	O	0			ewtb.r.345182.6
+18	NOT	not	PART	O	0			ewtb.r.345182.6
+19	FIT	fit	VERB	O	0		v.contact	ewtb.r.345182.6
+20	!!	!!	PUNCT	O	0			ewtb.r.345182.6
+
+1	I	i	PRON	O	0			ewtb.r.345182.7
+2	took	take	VERB	O	0		v.motion	ewtb.r.345182.7
+3	the	the	DET	O	0			ewtb.r.345182.7
+4	original	original	ADJ	O	0			ewtb.r.345182.7
+5	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.7
+6	of	of	ADP	O	0			ewtb.r.345182.7
+7	metal	metal	NOUN	O	0		n.substance	ewtb.r.345182.7
+8	and	and	CONJ	O	0			ewtb.r.345182.7
+9	rigged	rig	VERB	O	0		v.contact	ewtb.r.345182.7
+10	it	it	PRON	O	0			ewtb.r.345182.7
+11	to	to	PART	O	0			ewtb.r.345182.7
+12	make	make	VERB	B	0		v.cognition	ewtb.r.345182.7
+13	due	due	VERB	I	12			ewtb.r.345182.7
+14	since	since	SCONJ	O	0			ewtb.r.345182.7
+15	I	i	PRON	O	0			ewtb.r.345182.7
+16	had	have	VERB	B	0		v.cognition	ewtb.r.345182.7
+17	to	to	PART	I	16			ewtb.r.345182.7
+18	complete	complete	VERB	O	0		v.change	ewtb.r.345182.7
+19	the	the	DET	O	0			ewtb.r.345182.7
+20	job	job	NOUN	O	0		n.event	ewtb.r.345182.7
+21	.	.	PUNCT	O	0			ewtb.r.345182.7
+
+1	I	i	PRON	O	0			ewtb.r.345182.8
+2	took	take	VERB	O	0		v.possession	ewtb.r.345182.8
+3	the	the	DET	O	0			ewtb.r.345182.8
+4	receipt	receipt	NOUN	O	0		n.possession	ewtb.r.345182.8
+5	and	and	CONJ	O	0			ewtb.r.345182.8
+6	the	the	DET	O	0			ewtb.r.345182.8
+7	metal	metal	NOUN	O	0		n.natural_object	ewtb.r.345182.8
+8	that	that	DET	O	0			ewtb.r.345182.8
+9	did	do	AUX	O	0			ewtb.r.345182.8
+10	not	not	PART	O	0			ewtb.r.345182.8
+11	fit	fit	VERB	O	0		v.contact	ewtb.r.345182.8
+12	and	and	CONJ	O	0			ewtb.r.345182.8
+13	asked	ask	VERB	B	0		v.communication	ewtb.r.345182.8
+14	Pomper	pomper	PROPN	o	0		n.person	ewtb.r.345182.8
+15	for	for	ADP	I	13			ewtb.r.345182.8
+16	my	my	PRON	o	0			ewtb.r.345182.8
+17	money	money	NOUN	o	0		n.possession	ewtb.r.345182.8
+18	back	back	ADV	I	15			ewtb.r.345182.8
+19	.	.	PUNCT	O	0			ewtb.r.345182.8
+
+1	The	the	DET	O	0			ewtb.r.345182.9
+2	girl	girl	NOUN	O	0		n.person	ewtb.r.345182.9
+3	at	at	ADP	O	0			ewtb.r.345182.9
+4	the	the	DET	O	0			ewtb.r.345182.9
+5	desk	desk	NOUN	O	0		n.artifact	ewtb.r.345182.9
+6	was	be	VERB	O	0		v.stative	ewtb.r.345182.9
+7	sooo	sooo	ADV	O	0			ewtb.r.345182.9
+8	rude	rude	ADJ	O	0			ewtb.r.345182.9
+9	I	i	PRON	O	0			ewtb.r.345182.9
+10	could	could	AUX	O	0			ewtb.r.345182.9
+11	not	not	PART	O	0			ewtb.r.345182.9
+12	believe	believe	VERB	O	0		v.cognition	ewtb.r.345182.9
+13	it	it	PRON	O	0			ewtb.r.345182.9
+14	!	!	PUNCT	O	0			ewtb.r.345182.9
+
+1	She	she	PRON	O	0			ewtb.r.345182.10
+2	told	tell	VERB	O	0		v.communication	ewtb.r.345182.10
+3	me	me	PRON	O	0			ewtb.r.345182.10
+4	she	she	PRON	O	0			ewtb.r.345182.10
+5	could	could	AUX	O	0			ewtb.r.345182.10
+6	not	not	PART	O	0			ewtb.r.345182.10
+7	use	use	VERB	O	0		v.consumption	ewtb.r.345182.10
+8	the	the	DET	O	0			ewtb.r.345182.10
+9	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.10
+10	I	i	PRON	O	0			ewtb.r.345182.10
+11	was	be	AUX	O	0			ewtb.r.345182.10
+12	returning	return	VERB	O	0		v.possession	ewtb.r.345182.10
+13	and	and	CONJ	O	0			ewtb.r.345182.10
+14	the	the	DET	O	0			ewtb.r.345182.10
+15	company	company	NOUN	O	0		n.group	ewtb.r.345182.10
+16	would	would	AUX	O	0			ewtb.r.345182.10
+17	only	only	ADV	O	0			ewtb.r.345182.10
+18	put	put	VERB	O	0		v.motion	ewtb.r.345182.10
+19	it	it	PRON	O	0			ewtb.r.345182.10
+20	in	in	ADP	O	0			ewtb.r.345182.10
+21	the	the	DET	O	0			ewtb.r.345182.10
+22	trash	trash	NOUN	O	0		n.location	ewtb.r.345182.10
+23	so	so	ADV	O	0			ewtb.r.345182.10
+24	I	i	PRON	O	0			ewtb.r.345182.10
+25	could	could	AUX	O	0			ewtb.r.345182.10
+26	not	not	PART	O	0			ewtb.r.345182.10
+27	return	return	VERB	O	0		v.possession	ewtb.r.345182.10
+28	it	it	PRON	O	0			ewtb.r.345182.10
+29	.	.	PUNCT	O	0			ewtb.r.345182.10
+
+1	I	i	PRON	O	0			ewtb.r.345182.11
+2	explained	explain	VERB	O	0		v.communication	ewtb.r.345182.11
+3	I	i	PRON	O	0			ewtb.r.345182.11
+4	did	do	AUX	O	0			ewtb.r.345182.11
+5	not	not	PART	O	0			ewtb.r.345182.11
+6	get	get	VERB	O	0		v.possession	ewtb.r.345182.11
+7	what	what	PRON	O	0			ewtb.r.345182.11
+8	I	i	PRON	O	0			ewtb.r.345182.11
+9	paid	pay	VERB	B	0		v.possession	ewtb.r.345182.11
+10	for	for	ADP	I	9			ewtb.r.345182.11
+11	.	.	PUNCT	O	0			ewtb.r.345182.11
+
+1	She	she	PRON	O	0			ewtb.r.345182.12
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.345182.12
+3	me	me	PRON	O	0			ewtb.r.345182.12
+4	to	to	PART	O	0			ewtb.r.345182.12
+5	bring	bring	VERB	B	0		v.motion	ewtb.r.345182.12
+6	the	the	DET	o	0			ewtb.r.345182.12
+7	original	original	ADJ	o	0			ewtb.r.345182.12
+8	piece	piece	NOUN	o	0		n.artifact	ewtb.r.345182.12
+9	back	back	ADV	I	5			ewtb.r.345182.12
+10	and	and	CONJ	O	0			ewtb.r.345182.12
+11	I	i	PRON	O	0			ewtb.r.345182.12
+12	told	tell	VERB	O	0		v.communication	ewtb.r.345182.12
+13	her	her	PRON	O	0			ewtb.r.345182.12
+14	I	i	PRON	O	0			ewtb.r.345182.12
+15	had	have	VERB	B	0			ewtb.r.345182.12
+16	to	to	PART	I	15			ewtb.r.345182.12
+17	use	use	VERB	B	0		v.social	ewtb.r.345182.12
+18	it	it	PRON	o	0			ewtb.r.345182.12
+19	on	on	ADP	I	17			ewtb.r.345182.12
+20	the	the	DET	O	0			ewtb.r.345182.12
+21	job	job	NOUN	O	0		n.act	ewtb.r.345182.12
+22	.	.	PUNCT	O	0			ewtb.r.345182.12
+
+1	She	she	PRON	O	0			ewtb.r.345182.13
+2	told	tell	VERB	O	0		v.communication	ewtb.r.345182.13
+3	me	me	PRON	O	0			ewtb.r.345182.13
+4	that	that	DET	O	0			ewtb.r.345182.13
+5	was	be	VERB	O	0		v.stative	ewtb.r.345182.13
+6	to	to	ADV	B	0			ewtb.r.345182.13
+7	bad	bad	ADJ	I	6			ewtb.r.345182.13
+8	she	she	PRON	O	0			ewtb.r.345182.13
+9	would	would	AUX	O	0			ewtb.r.345182.13
+10	do	do	VERB	O	0		v.stative	ewtb.r.345182.13
+11	nothing	nothing	NOUN	O	0			ewtb.r.345182.13
+12	to	to	PART	O	0			ewtb.r.345182.13
+13	help	help	VERB	O	0		v.social	ewtb.r.345182.13
+14	me	me	PRON	O	0			ewtb.r.345182.13
+15	since	since	SCONJ	O	0			ewtb.r.345182.13
+16	she	she	PRON	O	0			ewtb.r.345182.13
+17	could	could	AUX	O	0			ewtb.r.345182.13
+18	not	not	PART	O	0			ewtb.r.345182.13
+19	use	use	VERB	O	0		v.consumption	ewtb.r.345182.13
+20	or	or	CONJ	O	0			ewtb.r.345182.13
+21	resell	resell	VERB	O	0		v.possession	ewtb.r.345182.13
+22	the	the	DET	O	0			ewtb.r.345182.13
+23	piece	piece	NOUN	O	0		n.artifact	ewtb.r.345182.13
+24	.	.	PUNCT	O	0			ewtb.r.345182.13
+
+1	I	i	PRON	O	0			ewtb.r.345182.14
+2	said	say	VERB	O	0		v.communication	ewtb.r.345182.14
+3	I	i	PRON	O	0			ewtb.r.345182.14
+4	was	be	AUX	O	0			ewtb.r.345182.14
+5	going	go	VERB	B	0			ewtb.r.345182.14
+6	to	to	PART	I	5			ewtb.r.345182.14
+7	trash	trash	VERB	O	0		v.consumption	ewtb.r.345182.14
+8	it	it	PRON	O	0			ewtb.r.345182.14
+9	also	also	ADV	O	0			ewtb.r.345182.14
+10	and	and	CONJ	O	0			ewtb.r.345182.14
+11	could	could	AUX	O	0			ewtb.r.345182.14
+12	I	i	PRON	O	0			ewtb.r.345182.14
+13	at	at	ADV	B	0			ewtb.r.345182.14
+14	least	least	ADV	I	13			ewtb.r.345182.14
+15	have	have	VERB	O	0		v.possession	ewtb.r.345182.14
+16	a	a	DET	O	0			ewtb.r.345182.14
+17	credit	credit	NOUN	O	0		n.possession	ewtb.r.345182.14
+18	.	.	PUNCT	O	0			ewtb.r.345182.14
+
+1	With	with	ADP	O	0			ewtb.r.345182.15
+2	a	a	DET	O	0			ewtb.r.345182.15
+3	smirk	smirk	NOUN	O	0		n.cognition	ewtb.r.345182.15
+4	on	on	ADP	O	0			ewtb.r.345182.15
+5	her	her	PRON	O	0			ewtb.r.345182.15
+6	face	face	NOUN	O	0		n.body	ewtb.r.345182.15
+7	she	she	PRON	O	0			ewtb.r.345182.15
+8	told	tell	VERB	O	0		v.communication	ewtb.r.345182.15
+9	me	me	PRON	O	0			ewtb.r.345182.15
+10	NO	no	DET	O	0			ewtb.r.345182.15
+11	MONEY	money	NOUN	O	0		n.possession	ewtb.r.345182.15
+12	IS	be	AUX	O	0			ewtb.r.345182.15
+13	BEING	be	AUX	O	0			ewtb.r.345182.15
+14	RETURNED	return	VERB	O	0		v.possession	ewtb.r.345182.15
+15	and	and	CONJ	O	0			ewtb.r.345182.15
+16	THAT	that	DET	O	0			ewtb.r.345182.15
+17	IS	be	VERB	O	0		v.stative	ewtb.r.345182.15
+18	THE	the	DET	O	0			ewtb.r.345182.15
+19	WAY	way	NOUN	O	0		n.cognition	ewtb.r.345182.15
+20	IT	it	PRON	O	0			ewtb.r.345182.15
+21	WAS	be	VERB	O	0		v.stative	ewtb.r.345182.15
+22	.	.	PUNCT	O	0			ewtb.r.345182.15
+
+1	DO	do	AUX	O	0			ewtb.r.345182.16
+2	NOT	not	PART	O	0			ewtb.r.345182.16
+3	USE	use	VERB	O	0		v.social	ewtb.r.345182.16
+4	THIS	this	DET	O	0			ewtb.r.345182.16
+5	COMPANY	company	NOUN	O	0		n.group	ewtb.r.345182.16
+6	.	.	PUNCT	O	0			ewtb.r.345182.16
+
+1	There	there	PRON	O	0			ewtb.r.345182.17
+2	are	be	VERB	O	0		v.stative	ewtb.r.345182.17
+3	to	to	ADV	O	0			ewtb.r.345182.17
+4	many	many	ADJ	O	0			ewtb.r.345182.17
+5	people	person	NOUN	O	0		n.person	ewtb.r.345182.17
+6	that	that	DET	O	0			ewtb.r.345182.17
+7	need	need	VERB	O	0		v.cognition	ewtb.r.345182.17
+8	our	our	PRON	O	0			ewtb.r.345182.17
+9	business	business	NOUN	O	0		n.cognition	ewtb.r.345182.17
+10	to	to	PART	O	0			ewtb.r.345182.17
+11	have	have	VERB	B	0			ewtb.r.345182.17
+12	to	to	PART	I	11			ewtb.r.345182.17
+13	put	put	VERB	B	0		v.cognition	ewtb.r.345182.17
+14	up	up	ADP	I	13			ewtb.r.345182.17
+15	with	with	ADP	I	14			ewtb.r.345182.17
+16	this	this	DET	O	0			ewtb.r.345182.17
+17	unfair	unfair	ADJ	O	0			ewtb.r.345182.17
+18	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.345182.17
+19	!!!!!	!!!!!	PUNCT	O	0			ewtb.r.345182.17
+
+1	My	my	PRON	O	0			ewtb.r.353684.1
+2	favorite	favorite	ADJ	O	0			ewtb.r.353684.1
+3	place	place	NOUN	O	0		n.group	ewtb.r.353684.1
+4	to	to	PART	O	0			ewtb.r.353684.1
+5	eat	eat	VERB	O	0		v.consumption	ewtb.r.353684.1
+6	.	.	PUNCT	O	0			ewtb.r.353684.1
+
+1	The	the	DET	O	0			ewtb.r.353684.2
+2	Atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.353684.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.353684.2
+4	the	the	DET	O	0			ewtb.r.353684.2
+5	best	best	ADJ	O	0			ewtb.r.353684.2
+6	..	..	PUNCT	O	0			ewtb.r.353684.2
+7	Italian	italian	ADJ	O	0			ewtb.r.353684.2
+8	music	music	NOUN	O	0		n.cognition	ewtb.r.353684.2
+9	,	,	PUNCT	O	0			ewtb.r.353684.2
+10	candles	candle	NOUN	O	0		n.artifact	ewtb.r.353684.2
+11	,	,	PUNCT	O	0			ewtb.r.353684.2
+12	helpful	helpful	ADJ	O	0			ewtb.r.353684.2
+13	and	and	CONJ	O	0			ewtb.r.353684.2
+14	friendly	friendly	ADJ	O	0			ewtb.r.353684.2
+15	staff	staff	NOUN	O	0		n.group	ewtb.r.353684.2
+16	...	...	PUNCT	O	0			ewtb.r.353684.2
+17	And	and	CONJ	O	0			ewtb.r.353684.2
+18	the	the	DET	O	0			ewtb.r.353684.2
+19	food	food	NOUN	O	0		n.food	ewtb.r.353684.2
+20	is	be	VERB	O	0		v.stative	ewtb.r.353684.2
+21	beautiful	beautiful	ADJ	O	0			ewtb.r.353684.2
+22	too	too	ADV	O	0			ewtb.r.353684.2
+23	!	!	PUNCT	O	0			ewtb.r.353684.2
+
+1	High	high	ADJ	O	0			ewtb.r.359287.1
+2	guality	guality	NOUN	O	0		n.attribute	ewtb.r.359287.1
+3	pup	pup	NOUN	O	0		n.animal	ewtb.r.359287.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.359287.1
+5	at	at	ADP	O	0			ewtb.r.359287.1
+6	a	a	DET	O	0			ewtb.r.359287.1
+7	good	good	ADJ	O	0			ewtb.r.359287.1
+8	price	price	NOUN	O	0		n.possession	ewtb.r.359287.1
+9	.	.	PUNCT	O	0			ewtb.r.359287.1
+
+1	The	the	DET	O	0			ewtb.r.363482.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.363482.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.363482.1
+4	excellent	excellent	ADJ	O	0			ewtb.r.363482.1
+5	,	,	PUNCT	O	0			ewtb.r.363482.1
+6	but	but	CONJ	O	0			ewtb.r.363482.1
+7	very	very	ADV	O	0			ewtb.r.363482.1
+8	overpriced	overpriced	ADJ	O	0			ewtb.r.363482.1
+9	.	.	PUNCT	O	0			ewtb.r.363482.1
+
+1	How	how	ADV	O	0			ewtb.r.363482.2
+2	do	do	AUX	O	0			ewtb.r.363482.2
+3	you	you	PRON	O	0			ewtb.r.363482.2
+4	run	run	VERB	O	0		v.social	ewtb.r.363482.2
+5	a	a	DET	O	0			ewtb.r.363482.2
+6	cafe	cafe	NOUN	O	0		n.group	ewtb.r.363482.2
+7	,	,	PUNCT	O	0			ewtb.r.363482.2
+8	with	with	ADP	O	0			ewtb.r.363482.2
+9	no	no	DET	O	0			ewtb.r.363482.2
+10	refills	refill	NOUN	O	0		n.act	ewtb.r.363482.2
+11	on	on	ADP	O	0			ewtb.r.363482.2
+12	coffee	coffee	NOUN	O	0		n.food	ewtb.r.363482.2
+13	-	-	SYM	O	0			ewtb.r.363482.2
+14	?	?	PUNCT	O	0			ewtb.r.363482.2
+
+1	Lots	lots	NOUN	O	0			ewtb.r.363685.1
+2	of	of	ADP	O	0			ewtb.r.363685.1
+3	rules	rule	NOUN	O	0		n.cognition	ewtb.r.363685.1
+4	,	,	PUNCT	O	0			ewtb.r.363685.1
+5	phantom	phantom	NOUN	O	0		n.cognition	ewtb.r.363685.1
+6	innkeeper	innkeeper	NOUN	O	0		n.person	ewtb.r.363685.1
+7	,	,	PUNCT	O	0			ewtb.r.363685.1
+8	last	last	ADJ	B	0		n.time	ewtb.r.363685.1
+9	minute	minute	NOUN	I	8			ewtb.r.363685.1
+10	price	price	NOUN	O	0		n.possession	ewtb.r.363685.1
+11	was	be	VERB	O	0		v.stative	ewtb.r.363685.1
+12	worth	worth	ADJ	B	0			ewtb.r.363685.1
+13	it	it	PRON	I	12			ewtb.r.363685.1
+14	.	.	PUNCT	O	0			ewtb.r.363685.1
+
+1	I	i	PRON	O	0			ewtb.r.363685.2
+2	called	call	VERB	O	0		v.communication	ewtb.r.363685.2
+3	the	the	DET	O	0			ewtb.r.363685.2
+4	"	"	PUNCT	O	0			ewtb.r.363685.2
+5	207	207	NUM	O	0			ewtb.r.363685.2
+6	"	"	PUNCT	O	0			ewtb.r.363685.2
+7	number	number	NOUN	O	0		n.communication	ewtb.r.363685.2
+8	and	and	CONJ	O	0			ewtb.r.363685.2
+9	listened	listen	VERB	O	0		v.communication	ewtb.r.363685.2
+10	to	to	ADP	O	0			ewtb.r.363685.2
+11	the	the	DET	O	0			ewtb.r.363685.2
+12	same	same	ADJ	O	0			ewtb.r.363685.2
+13	recording	recording	NOUN	O	0		n.communication	ewtb.r.363685.2
+14	loop	loop	NOUN	O	0		n.cognition	ewtb.r.363685.2
+15	3	3	NUM	O	0			ewtb.r.363685.2
+16	times	times	NOUN	O	0		n.event	ewtb.r.363685.2
+17	before	before	SCONJ	O	0			ewtb.r.363685.2
+18	I	i	PRON	O	0			ewtb.r.363685.2
+19	gave	give	VERB	B	0		v.cognition	ewtb.r.363685.2
+20	up	up	ADP	I	19			ewtb.r.363685.2
+21	.	.	PUNCT	O	0			ewtb.r.363685.2
+
+1	I	i	PRON	O	0			ewtb.r.363685.3
+2	then	then	ADV	O	0			ewtb.r.363685.3
+3	called	call	VERB	O	0		v.communication	ewtb.r.363685.3
+4	the	the	DET	O	0			ewtb.r.363685.3
+5	800	800	NUM	B	0		n.communication	ewtb.r.363685.3
+6	number	number	NOUN	I	5			ewtb.r.363685.3
+7	(	(	PUNCT	O	0			ewtb.r.363685.3
+8	which	which	DET	O	0			ewtb.r.363685.3
+9	was	be	AUX	O	0			ewtb.r.363685.3
+10	answered	answer	VERB	O	0		v.communication	ewtb.r.363685.3
+11	)	)	PUNCT	O	0			ewtb.r.363685.3
+12	and	and	CONJ	O	0			ewtb.r.363685.3
+13	inquired	inquire	VERB	O	0		v.communication	ewtb.r.363685.3
+14	about	about	ADP	O	0			ewtb.r.363685.3
+15	last	last	ADJ	B	0		n.time	ewtb.r.363685.3
+16	minute	minute	NOUN	I	15			ewtb.r.363685.3
+17	rates	rates	NOUN	O	0		n.possession	ewtb.r.363685.3
+18	.	.	PUNCT	O	0			ewtb.r.363685.3
+
+1	They	they	PRON	O	0			ewtb.r.363685.4
+2	had	have	VERB	O	0		v.stative	ewtb.r.363685.4
+3	a	a	DET	O	0			ewtb.r.363685.4
+4	room	room	NOUN	O	0		n.artifact	ewtb.r.363685.4
+5	with	with	ADP	O	0			ewtb.r.363685.4
+6	a	a	DET	O	0			ewtb.r.363685.4
+7	$	$	SYM	O	0			ewtb.r.363685.4
+8	99	99	NUM	O	0			ewtb.r.363685.4
+9	rate	rate	NOUN	O	0		n.possession	ewtb.r.363685.4
+10	,	,	PUNCT	O	0			ewtb.r.363685.4
+11	which	which	DET	O	0			ewtb.r.363685.4
+12	I	i	PRON	O	0			ewtb.r.363685.4
+13	booked	book	VERB	O	0		v.possession	ewtb.r.363685.4
+14	.	.	PUNCT	O	0			ewtb.r.363685.4
+
+1	The	the	DET	O	0			ewtb.r.363685.5
+2	room	room	NOUN	O	0		n.artifact	ewtb.r.363685.5
+3	was	be	AUX	B	0			ewtb.r.363685.5
+4	supposed	suppose	VERB	I	3			ewtb.r.363685.5
+5	to	to	PART	I	4			ewtb.r.363685.5
+6	be	be	VERB	O	0		v.stative	ewtb.r.363685.5
+7	on	on	ADP	O	0			ewtb.r.363685.5
+8	the	the	DET	O	0			ewtb.r.363685.5
+9	2nd	2nd	ADJ	O	0			ewtb.r.363685.5
+10	floor	floor	NOUN	O	0		n.location	ewtb.r.363685.5
+11	,	,	PUNCT	O	0			ewtb.r.363685.5
+12	but	but	CONJ	O	0			ewtb.r.363685.5
+13	they	they	PRON	O	0			ewtb.r.363685.5
+14	put	put	VERB	O	0		v.social	ewtb.r.363685.5
+15	us	us	PRON	O	0			ewtb.r.363685.5
+16	on	on	ADP	O	0			ewtb.r.363685.5
+17	the	the	DET	O	0			ewtb.r.363685.5
+18	3rd	3rd	ADJ	O	0			ewtb.r.363685.5
+19	.	.	PUNCT	O	0			ewtb.r.363685.5
+
+1	The	the	DET	O	0			ewtb.r.363685.6
+2	email	email	NOUN	O	0		n.communication	ewtb.r.363685.6
+3	confirmation	confirmation	NOUN	O	0		n.communication	ewtb.r.363685.6
+4	(	(	PUNCT	O	0			ewtb.r.363685.6
+5	which	which	DET	O	0			ewtb.r.363685.6
+6	I	i	PRON	O	0			ewtb.r.363685.6
+7	read	read	VERB	O	0		v.communication	ewtb.r.363685.6
+8	in	in	ADP	O	0			ewtb.r.363685.6
+9	the	the	DET	O	0			ewtb.r.363685.6
+10	car	car	NOUN	O	0		n.artifact	ewtb.r.363685.6
+11	)	)	PUNCT	O	0			ewtb.r.363685.6
+12	warned	warn	VERB	O	0		v.communication	ewtb.r.363685.6
+13	about	about	ADP	O	0			ewtb.r.363685.6
+14	large	large	ADJ	O	0			ewtb.r.363685.6
+15	suitcases	suitcase	NOUN	O	0		n.artifact	ewtb.r.363685.6
+16	,	,	PUNCT	O	0			ewtb.r.363685.6
+17	declaring	declare	VERB	O	0		v.communication	ewtb.r.363685.6
+18	that	that	SCONJ	O	0			ewtb.r.363685.6
+19	we	we	PRON	O	0			ewtb.r.363685.6
+20	are	be	VERB	O	0		v.stative	ewtb.r.363685.6
+21	innkeepers	innkeeper	NOUN	O	0		n.person	ewtb.r.363685.6
+22	,	,	PUNCT	O	0			ewtb.r.363685.6
+23	not	not	PART	O	0			ewtb.r.363685.6
+24	longshoreman	longshoreman	NOUN	O	0		n.person	ewtb.r.363685.6
+25	.	.	PUNCT	O	0			ewtb.r.363685.6
+
+1	In	in	ADP	B	0			ewtb.r.363685.7
+2	other	other	ADJ	I	1			ewtb.r.363685.7
+3	words	words	NOUN	I	2			ewtb.r.363685.7
+4	,	,	PUNCT	O	0			ewtb.r.363685.7
+5	they	they	PRON	O	0			ewtb.r.363685.7
+6	do	do	AUX	O	0			ewtb.r.363685.7
+7	not	not	PART	O	0			ewtb.r.363685.7
+8	help	help	VERB	O	0		v.social	ewtb.r.363685.7
+9	with	with	ADP	O	0			ewtb.r.363685.7
+10	suitcases	suitcase	NOUN	O	0		n.artifact	ewtb.r.363685.7
+11	,	,	PUNCT	O	0			ewtb.r.363685.7
+12	but	but	CONJ	O	0			ewtb.r.363685.7
+13	they	they	PRON	O	0			ewtb.r.363685.7
+14	promise	promise	VERB	O	0		v.communication	ewtb.r.363685.7
+15	totes	tote	NOUN	O	0		n.artifact	ewtb.r.363685.7
+16	to	to	PART	O	0			ewtb.r.363685.7
+17	help	help	VERB	O	0		v.social	ewtb.r.363685.7
+18	.	.	PUNCT	O	0			ewtb.r.363685.7
+
+1	However	however	ADV	O	0			ewtb.r.363685.8
+2	upon	upon	ADP	O	0			ewtb.r.363685.8
+3	our	our	PRON	O	0			ewtb.r.363685.8
+4	arrival	arrival	NOUN	O	0		n.event	ewtb.r.363685.8
+5	no	no	DET	B	0			ewtb.r.363685.8
+6	one	one	NOUN	I	5			ewtb.r.363685.8
+7	there	there	ADV	O	0			ewtb.r.363685.8
+8	(	(	PUNCT	O	0			ewtb.r.363685.8
+9	the	the	DET	O	0			ewtb.r.363685.8
+10	inn	inn	NOUN	O	0		n.group	ewtb.r.363685.8
+11	was	be	VERB	O	0		v.stative	ewtb.r.363685.8
+12	open	open	ADJ	O	0			ewtb.r.363685.8
+13	)	)	PUNCT	O	0			ewtb.r.363685.8
+14	.	.	PUNCT	O	0			ewtb.r.363685.8
+
+1	So	so	ADV	O	0			ewtb.r.363685.9
+2	no	no	DET	O	0			ewtb.r.363685.9
+3	totes	tote	NOUN	O	0		n.artifact	ewtb.r.363685.9
+4	.	.	PUNCT	O	0			ewtb.r.363685.9
+
+1	Finally	finally	ADV	O	0			ewtb.r.363685.10
+2	a	a	DET	O	0			ewtb.r.363685.10
+3	chambermaid	chambermaid	NOUN	O	0		n.person	ewtb.r.363685.10
+4	stuck	stick	VERB	O	0		v.motion	ewtb.r.363685.10
+5	her	her	PRON	O	0			ewtb.r.363685.10
+6	head	head	NOUN	O	0		n.body	ewtb.r.363685.10
+7	around	around	ADP	O	0			ewtb.r.363685.10
+8	the	the	DET	O	0			ewtb.r.363685.10
+9	corner	corner	NOUN	O	0		n.location	ewtb.r.363685.10
+10	from	from	ADP	O	0			ewtb.r.363685.10
+11	the	the	DET	O	0			ewtb.r.363685.10
+12	top	top	NOUN	O	0		n.location	ewtb.r.363685.10
+13	of	of	ADP	O	0			ewtb.r.363685.10
+14	the	the	DET	O	0			ewtb.r.363685.10
+15	stairs	stairs	NOUN	O	0		n.artifact	ewtb.r.363685.10
+16	and	and	CONJ	O	0			ewtb.r.363685.10
+17	told	tell	VERB	O	0		v.communication	ewtb.r.363685.10
+18	us	us	PRON	O	0			ewtb.r.363685.10
+19	sternly	sternly	ADV	O	0			ewtb.r.363685.10
+20	that	that	SCONJ	O	0			ewtb.r.363685.10
+21	we	we	PRON	O	0			ewtb.r.363685.10
+22	could	could	AUX	O	0			ewtb.r.363685.10
+23	not	not	PART	O	0			ewtb.r.363685.10
+24	be	be	AUX	O	0			ewtb.r.363685.10
+25	accommodated	accommodate	VERB	O	0		v.social	ewtb.r.363685.10
+26	until	until	ADP	O	0			ewtb.r.363685.10
+27	3	3	NUM	O	0			ewtb.r.363685.10
+28	M	m	NOUN	O	0		n.time	ewtb.r.363685.10
+29	,	,	PUNCT	O	0			ewtb.r.363685.10
+30	no	no	DET	O	0			ewtb.r.363685.10
+31	exceptions	exception	NOUN	O	0		n.cognition	ewtb.r.363685.10
+32	.	.	PUNCT	O	0			ewtb.r.363685.10
+
+1	Then	then	ADV	O	0			ewtb.r.363685.11
+2	she	she	PRON	O	0			ewtb.r.363685.11
+3	was	be	VERB	O	0		v.stative	ewtb.r.363685.11
+4	gone	gone	ADJ	O	0			ewtb.r.363685.11
+5	.	.	PUNCT	O	0			ewtb.r.363685.11
+
+1	We	we	PRON	O	0			ewtb.r.363685.12
+2	returned	return	VERB	O	0		v.motion	ewtb.r.363685.12
+3	after	after	ADP	O	0			ewtb.r.363685.12
+4	3	3	NUM	O	0			ewtb.r.363685.12
+5	PM	pm	NOUN	O	0		n.time	ewtb.r.363685.12
+6	,	,	PUNCT	O	0			ewtb.r.363685.12
+7	found	find	VERB	O	0		v.cognition	ewtb.r.363685.12
+8	no	no	DET	B	0			ewtb.r.363685.12
+9	one	one	NOUN	I	8			ewtb.r.363685.12
+10	there	there	ADV	O	0			ewtb.r.363685.12
+11	,	,	PUNCT	O	0			ewtb.r.363685.12
+12	and	and	CONJ	O	0			ewtb.r.363685.12
+13	a	a	DET	O	0			ewtb.r.363685.12
+14	note	note	NOUN	O	0		n.communication	ewtb.r.363685.12
+15	from	from	ADP	O	0			ewtb.r.363685.12
+16	the	the	DET	O	0			ewtb.r.363685.12
+17	innkeeper	innkeeper	NOUN	O	0		n.person	ewtb.r.363685.12
+18	with	with	ADP	O	0			ewtb.r.363685.12
+19	directions	direction	NOUN	O	0		n.communication	ewtb.r.363685.12
+20	to	to	ADP	O	0			ewtb.r.363685.12
+21	our	our	PRON	O	0			ewtb.r.363685.12
+22	room	room	NOUN	O	0		n.location	ewtb.r.363685.12
+23	.	.	PUNCT	O	0			ewtb.r.363685.12
+
+1	Rules	rule	NOUN	O	0		n.cognition	ewtb.r.363685.13
+2	in	in	ADP	O	0			ewtb.r.363685.13
+3	the	the	DET	O	0			ewtb.r.363685.13
+4	room	room	NOUN	O	0		n.location	ewtb.r.363685.13
+5	:	:	PUNCT	O	0			ewtb.r.363685.13
+6	#	#	NOUN	O	0			ewtb.r.363685.13
+7	1	1	X	O	0			ewtb.r.363685.13
+8	)	)	PUNCT	O	0			ewtb.r.363685.13
+9	if	if	SCONJ	O	0			ewtb.r.363685.13
+10	you	you	PRON	O	0			ewtb.r.363685.13
+11	drink	drink	VERB	O	0		v.consumption	ewtb.r.363685.13
+12	the	the	DET	O	0			ewtb.r.363685.13
+13	soda	soda	NOUN	O	0		n.food	ewtb.r.363685.13
+14	from	from	ADP	O	0			ewtb.r.363685.13
+15	the	the	DET	O	0			ewtb.r.363685.13
+16	fridge	fridge	NOUN	O	0		n.artifact	ewtb.r.363685.13
+17	in	in	ADP	O	0			ewtb.r.363685.13
+18	your	your	PRON	O	0			ewtb.r.363685.13
+19	room	room	NOUN	O	0		n.location	ewtb.r.363685.13
+20	you	you	PRON	O	0			ewtb.r.363685.13
+21	must	must	AUX	O	0			ewtb.r.363685.13
+22	prove	prove	VERB	O	0		v.cognition	ewtb.r.363685.13
+23	it	it	PRON	O	0			ewtb.r.363685.13
+24	by	by	SCONJ	O	0			ewtb.r.363685.13
+25	leaving	leave	VERB	O	0		v.motion	ewtb.r.363685.13
+26	the	the	DET	O	0			ewtb.r.363685.13
+27	can	can	NOUN	O	0		n.artifact	ewtb.r.363685.13
+28	in	in	ADP	O	0			ewtb.r.363685.13
+29	the	the	DET	O	0			ewtb.r.363685.13
+30	trash	trash	NOUN	O	0		n.location	ewtb.r.363685.13
+31	.	.	PUNCT	O	0			ewtb.r.363685.13
+
+1	If	if	SCONJ	O	0			ewtb.r.363685.14
+2	they	they	PRON	O	0			ewtb.r.363685.14
+3	think	think	VERB	O	0		v.cognition	ewtb.r.363685.14
+4	you	you	PRON	O	0			ewtb.r.363685.14
+5	've	've	AUX	O	0			ewtb.r.363685.14
+6	taken	take	VERB	O	0		v.motion	ewtb.r.363685.14
+7	a	a	DET	O	0			ewtb.r.363685.14
+8	soda	soda	NOUN	O	0		n.food	ewtb.r.363685.14
+9	from	from	ADP	O	0			ewtb.r.363685.14
+10	your	your	PRON	O	0			ewtb.r.363685.14
+11	room	room	NOUN	O	0		n.location	ewtb.r.363685.14
+12	home	home	ADV	O	0			ewtb.r.363685.14
+13	with	with	ADP	O	0			ewtb.r.363685.14
+14	you	you	PRON	O	0			ewtb.r.363685.14
+15	,	,	PUNCT	O	0			ewtb.r.363685.14
+16	they	they	PRON	O	0			ewtb.r.363685.14
+17	will	will	AUX	O	0			ewtb.r.363685.14
+18	charge	charge	VERB	O	0		v.possession	ewtb.r.363685.14
+19	you	you	PRON	O	0			ewtb.r.363685.14
+20	$	$	SYM	O	0			ewtb.r.363685.14
+21	1.50	1.50	NUM	O	0			ewtb.r.363685.14
+22	per	per	ADP	O	0			ewtb.r.363685.14
+23	can	can	NOUN	O	0		n.artifact	ewtb.r.363685.14
+24	.	.	PUNCT	O	0			ewtb.r.363685.14
+
+1	They	they	PRON	O	0			ewtb.r.363685.15
+2	count	count	VERB	O	0		v.cognition	ewtb.r.363685.15
+3	the	the	DET	O	0			ewtb.r.363685.15
+4	cans	can	NOUN	O	0		n.artifact	ewtb.r.363685.15
+5	in	in	ADP	O	0			ewtb.r.363685.15
+6	the	the	DET	O	0			ewtb.r.363685.15
+7	trash	trash	NOUN	O	0		n.location	ewtb.r.363685.15
+8	to	to	PART	O	0			ewtb.r.363685.15
+9	make	make	VERB	B	0		v.cognition	ewtb.r.363685.15
+10	sure	sure	ADJ	I	9			ewtb.r.363685.15
+11	.	.	PUNCT	O	0			ewtb.r.363685.15
+
+1	#	#	NOUN	O	0			ewtb.r.363685.16
+2	2	2	X	O	0			ewtb.r.363685.16
+3	)	)	PUNCT	O	0			ewtb.r.363685.16
+4	If	if	SCONJ	O	0			ewtb.r.363685.16
+5	you	you	PRON	O	0			ewtb.r.363685.16
+6	take	take	VERB	O	0		v.motion	ewtb.r.363685.16
+7	the	the	DET	O	0			ewtb.r.363685.16
+8	shampoo	shampoo	NOUN	O	0		n.substance	ewtb.r.363685.16
+9	products	product	NOUN	O	0		n.artifact	ewtb.r.363685.16
+10	home	home	ADV	O	0			ewtb.r.363685.16
+11	,	,	PUNCT	O	0			ewtb.r.363685.16
+12	they	they	PRON	O	0			ewtb.r.363685.16
+13	will	will	AUX	O	0			ewtb.r.363685.16
+14	charge	charge	VERB	O	0		v.possession	ewtb.r.363685.16
+15	you	you	PRON	O	0			ewtb.r.363685.16
+16	$	$	SYM	O	0			ewtb.r.363685.16
+17	8	8	NUM	O	0			ewtb.r.363685.16
+18	per	per	ADP	O	0			ewtb.r.363685.16
+19	item	item	NOUN	O	0		n.artifact	ewtb.r.363685.16
+20	.	.	PUNCT	O	0			ewtb.r.363685.16
+
+1	#	#	NOUN	O	0			ewtb.r.363685.17
+2	)	)	PUNCT	O	0			ewtb.r.363685.17
+3	If	if	SCONJ	O	0			ewtb.r.363685.17
+4	you	you	PRON	O	0			ewtb.r.363685.17
+5	want	want	VERB	O	0		v.cognition	ewtb.r.363685.17
+6	a	a	DET	O	0			ewtb.r.363685.17
+7	late	late	ADJ	O	0			ewtb.r.363685.17
+8	checkout	checkout	NOUN	O	0		n.event	ewtb.r.363685.17
+9	,	,	PUNCT	O	0			ewtb.r.363685.17
+10	(	(	PUNCT	O	0			ewtb.r.363685.17
+11	after	after	ADP	O	0			ewtb.r.363685.17
+12	11	11	NUM	O	0			ewtb.r.363685.17
+13	AM	am	NOUN	O	0		n.time	ewtb.r.363685.17
+14	)	)	PUNCT	O	0			ewtb.r.363685.17
+15	they	they	PRON	O	0			ewtb.r.363685.17
+16	charge	charge	VERB	O	0		v.possession	ewtb.r.363685.17
+17	you	you	PRON	O	0			ewtb.r.363685.17
+18	$	$	SYM	O	0			ewtb.r.363685.17
+19	15	15	NUM	O	0			ewtb.r.363685.17
+20	for	for	ADP	O	0			ewtb.r.363685.17
+21	the	the	DET	O	0			ewtb.r.363685.17
+22	first	first	ADJ	O	0			ewtb.r.363685.17
+23	hour	hour	NOUN	O	0		n.time	ewtb.r.363685.17
+24	,	,	PUNCT	O	0			ewtb.r.363685.17
+25	$	$	SYM	O	0			ewtb.r.363685.17
+26	25	25	NUM	O	0			ewtb.r.363685.17
+27	for	for	ADP	O	0			ewtb.r.363685.17
+28	the	the	DET	O	0			ewtb.r.363685.17
+29	second	second	ADJ	O	0			ewtb.r.363685.17
+30	hour	hour	NOUN	O	0		n.time	ewtb.r.363685.17
+31	,	,	PUNCT	O	0			ewtb.r.363685.17
+32	and	and	CONJ	O	0			ewtb.r.363685.17
+33	after	after	ADP	O	0			ewtb.r.363685.17
+34	2	2	NUM	O	0			ewtb.r.363685.17
+35	PM	pm	NOUN	O	0		n.time	ewtb.r.363685.17
+36	it	it	PRON	O	0			ewtb.r.363685.17
+37	's	's	VERB	O	0		v.stative	ewtb.r.363685.17
+38	a	a	DET	O	0			ewtb.r.363685.17
+39	full	full	ADJ	O	0			ewtb.r.363685.17
+40	day	day	NOUN	O	0		n.time	ewtb.r.363685.17
+41	charge	charge	NOUN	O	0		n.possession	ewtb.r.363685.17
+42	.	.	PUNCT	O	0			ewtb.r.363685.17
+
+1	#	#	NOUN	O	0			ewtb.r.363685.18
+2	4	4	X	O	0			ewtb.r.363685.18
+3	)	)	PUNCT	O	0			ewtb.r.363685.18
+4	Breakfast	breakfast	NOUN	O	0		n.event	ewtb.r.363685.18
+5	is	be	VERB	O	0		v.stative	ewtb.r.363685.18
+6	8	8	NUM	O	0			ewtb.r.363685.18
+7	AM	am	NOUN	O	0		n.time	ewtb.r.363685.18
+8	to	to	ADP	O	0			ewtb.r.363685.18
+9	10	10	NUM	O	0			ewtb.r.363685.18
+10	AM	am	NOUN	O	0		n.time	ewtb.r.363685.18
+11	.	.	PUNCT	O	0			ewtb.r.363685.18
+
+1	No	no	ADV	O	0			ewtb.r.363685.19
+2	earlier	earlier	ADV	O	0			ewtb.r.363685.19
+3	and	and	CONJ	O	0			ewtb.r.363685.19
+4	no	no	ADV	O	0			ewtb.r.363685.19
+5	later	later	ADV	O	0			ewtb.r.363685.19
+6	.	.	PUNCT	O	0			ewtb.r.363685.19
+
+1	If	if	SCONJ	O	0			ewtb.r.363685.20
+2	you	you	PRON	O	0			ewtb.r.363685.20
+3	go	go	VERB	O	0		v.motion	ewtb.r.363685.20
+4	later	later	ADV	O	0			ewtb.r.363685.20
+5	,	,	PUNCT	O	0			ewtb.r.363685.20
+6	it	it	PRON	O	0			ewtb.r.363685.20
+7	's	's	AUX	O	0		v.stative	ewtb.r.363685.20
+8	all	all	ADV	O	0			ewtb.r.363685.20
+9	cleaned	clean	VERB	B	0			ewtb.r.363685.20
+10	up	up	ADP	I	9			ewtb.r.363685.20
+11	.	.	PUNCT	O	0			ewtb.r.363685.20
+
+1	(	(	PUNCT	O	0			ewtb.r.363685.21
+2	By	by	ADP	O	0			ewtb.r.363685.21
+3	whom	whom	PRON	O	0			ewtb.r.363685.21
+4	,	,	PUNCT	O	0			ewtb.r.363685.21
+5	I	i	PRON	O	0			ewtb.r.363685.21
+6	do	do	AUX	O	0			ewtb.r.363685.21
+7	n't	n't	PART	O	0			ewtb.r.363685.21
+8	know	know	VERB	O	0		v.cognition	ewtb.r.363685.21
+9	.	.	PUNCT	O	0			ewtb.r.363685.21
+
+1	I	i	PRON	O	0			ewtb.r.363685.22
+2	never	never	ADV	O	0			ewtb.r.363685.22
+3	saw	see	VERB	O	0		v.perception	ewtb.r.363685.22
+4	anyone	anyone	NOUN	O	0			ewtb.r.363685.22
+5	there	there	ADV	O	0			ewtb.r.363685.22
+6	.	.	PUNCT	O	0			ewtb.r.363685.22
+
+1	All	all	DET	O	0			ewtb.r.363685.23
+2	these	these	DET	O	0			ewtb.r.363685.23
+3	rules	rule	NOUN	O	0		n.cognition	ewtb.r.363685.23
+4	are	be	AUX	O	0			ewtb.r.363685.23
+5	posted	post	VERB	O	0		v.communication	ewtb.r.363685.23
+6	in	in	ADP	O	0			ewtb.r.363685.23
+7	the	the	DET	O	0			ewtb.r.363685.23
+8	rooms	rooms	NOUN	O	0		n.location	ewtb.r.363685.23
+9	.	.	PUNCT	O	0			ewtb.r.363685.23
+10	)	)	PUNCT	O	0			ewtb.r.363685.23
+
+1	Snacks	snack	NOUN	O	0		n.food	ewtb.r.363685.24
+2	:	:	PUNCT	O	0			ewtb.r.363685.24
+3	uninspired	uninspired	ADJ	O	0			ewtb.r.363685.24
+4	bread	bread	NOUN	O	0		n.food	ewtb.r.363685.24
+5	,	,	PUNCT	O	0			ewtb.r.363685.24
+6	tea	tea	NOUN	O	0		n.food	ewtb.r.363685.24
+7	backs	back	NOUN	O	0		n.artifact	ewtb.r.363685.24
+8	,	,	PUNCT	O	0			ewtb.r.363685.24
+9	and	and	CONJ	O	0			ewtb.r.363685.24
+10	individual	individual	ADJ	O	0			ewtb.r.363685.24
+11	coffee	coffee	NOUN	O	0		n.food	ewtb.r.363685.24
+12	things	things	NOUN	O	0		n.artifact	ewtb.r.363685.24
+13	for	for	ADP	O	0			ewtb.r.363685.24
+14	a	a	DET	O	0			ewtb.r.363685.24
+15	machine	machine	NOUN	O	0		n.artifact	ewtb.r.363685.24
+16	that	that	DET	O	0			ewtb.r.363685.24
+17	did	do	AUX	O	0			ewtb.r.363685.24
+18	n't	n't	PART	O	0			ewtb.r.363685.24
+19	exist	exist	VERB	O	0		v.stative	ewtb.r.363685.24
+20	.	.	PUNCT	O	0			ewtb.r.363685.24
+
+1	I	i	PRON	O	0			ewtb.r.363685.25
+2	put	put	VERB	O	0		v.motion	ewtb.r.363685.25
+3	the	the	DET	O	0			ewtb.r.363685.25
+4	coffee	coffee	NOUN	O	0		n.food	ewtb.r.363685.25
+5	thing	thing	NOUN	O	0			ewtb.r.363685.25
+6	in	in	ADP	O	0			ewtb.r.363685.25
+7	hot	hot	ADJ	O	0			ewtb.r.363685.25
+8	water	water	NOUN	O	0		n.food	ewtb.r.363685.25
+9	and	and	CONJ	O	0			ewtb.r.363685.25
+10	settled	settle	VERB	O	0		v.cognition	ewtb.r.363685.25
+11	for	for	ADP	O	0			ewtb.r.363685.25
+12	a	a	DET	O	0			ewtb.r.363685.25
+13	cup	cup	NOUN	O	0		n.artifact	ewtb.r.363685.25
+14	of	of	ADP	O	0			ewtb.r.363685.25
+15	weak	weak	ADJ	O	0			ewtb.r.363685.25
+16	coffee	coffee	NOUN	O	0		n.food	ewtb.r.363685.25
+17	.	.	PUNCT	O	0			ewtb.r.363685.25
+
+1	No	no	DET	O	0			ewtb.r.363685.26
+2	wine	wine	NOUN	B	0		n.artifact	ewtb.r.363685.26
+3	glasses	glasses	NOUN	I	2			ewtb.r.363685.26
+4	.	.	PUNCT	O	0			ewtb.r.363685.26
+
+1	Room	room	NOUN	O	0		n.location	ewtb.r.363685.27
+2	was	be	VERB	O	0		v.stative	ewtb.r.363685.27
+3	clean	clean	ADJ	O	0			ewtb.r.363685.27
+4	,	,	PUNCT	O	0			ewtb.r.363685.27
+5	but	but	CONJ	O	0			ewtb.r.363685.27
+6	had	have	VERB	O	0		v.stative	ewtb.r.363685.27
+7	a	a	DET	O	0			ewtb.r.363685.27
+8	weird	weird	ADJ	O	0			ewtb.r.363685.27
+9	,	,	PUNCT	O	0			ewtb.r.363685.27
+10	dated	dated	ADJ	O	0			ewtb.r.363685.27
+11	,	,	PUNCT	O	0			ewtb.r.363685.27
+12	sink	sink	NOUN	O	0		n.artifact	ewtb.r.363685.27
+13	/	/	PUNCT	O	0			ewtb.r.363685.27
+14	stove	stove	NOUN	O	0		n.artifact	ewtb.r.363685.27
+15	combo	combo	NOUN	O	0		n.cognition	ewtb.r.363685.27
+16	that	that	DET	O	0			ewtb.r.363685.27
+17	did	do	AUX	O	0			ewtb.r.363685.27
+18	n't	n't	PART	O	0			ewtb.r.363685.27
+19	work	work	VERB	O	0		v.consumption	ewtb.r.363685.27
+20	.	.	PUNCT	O	0			ewtb.r.363685.27
+
+1	Bath	bath	NOUN	O	0		n.artifact	ewtb.r.363685.28
+2	was	be	VERB	O	0		v.stative	ewtb.r.363685.28
+3	clean	clean	ADJ	O	0			ewtb.r.363685.28
+4	except	except	ADP	O	0			ewtb.r.363685.28
+5	shower	shower	NOUN	O	0		n.artifact	ewtb.r.363685.28
+6	stall	stall	NOUN	O	0		n.artifact	ewtb.r.363685.28
+7	which	which	DET	O	0			ewtb.r.363685.28
+8	had	have	VERB	B	0		v.cognition	ewtb.r.363685.28
+9	mildew	mildew	NOUN	o	0		n.natural_object	ewtb.r.363685.28
+10	problems	problem	NOUN	I	8			ewtb.r.363685.28
+11	.	.	PUNCT	O	0			ewtb.r.363685.28
+
+1	No	no	DET	O	0			ewtb.r.363685.29
+2	tub	tub	NOUN	O	0		n.artifact	ewtb.r.363685.29
+3	.	.	PUNCT	O	0			ewtb.r.363685.29
+
+1	The	the	DET	O	0			ewtb.r.363685.30
+2	Inn	inn	NOUN	O	0		n.group	ewtb.r.363685.30
+3	touts	tout	VERB	O	0		v.stative	ewtb.r.363685.30
+4	a	a	DET	O	0			ewtb.r.363685.30
+5	shower	shower	NOUN	O	0		n.artifact	ewtb.r.363685.30
+6	with	with	ADP	O	0			ewtb.r.363685.30
+7	dual	dual	ADJ	O	0			ewtb.r.363685.30
+8	shower	shower	NOUN	B	0		n.artifact	ewtb.r.363685.30
+9	heads	head	NOUN	I	8			ewtb.r.363685.30
+10	,	,	PUNCT	O	0			ewtb.r.363685.30
+11	but	but	CONJ	O	0			ewtb.r.363685.30
+12	only	only	ADV	O	0			ewtb.r.363685.30
+13	one	one	NUM	O	0			ewtb.r.363685.30
+14	worked	work	VERB	O	0		v.consumption	ewtb.r.363685.30
+15	.	.	PUNCT	O	0			ewtb.r.363685.30
+
+1	Do	do	AUX	O	0			ewtb.r.363685.31
+2	n't	n't	PART	O	0			ewtb.r.363685.31
+3	get	get	VERB	O	0		v.possession	ewtb.r.363685.31
+4	the	the	DET	O	0			ewtb.r.363685.31
+5	rooms	rooms	NOUN	O	0		n.location	ewtb.r.363685.31
+6	off	off	ADP	O	0			ewtb.r.363685.31
+7	the	the	DET	O	0			ewtb.r.363685.31
+8	two	two	NUM	O	0			ewtb.r.363685.31
+9	kitchens	kitchen	NOUN	O	0		n.location	ewtb.r.363685.31
+10	.	.	PUNCT	O	0			ewtb.r.363685.31
+
+1	They	they	PRON	O	0			ewtb.r.363685.32
+2	are	be	VERB	O	0		v.stative	ewtb.r.363685.32
+3	RIGHT	right	ADV	O	0			ewtb.r.363685.32
+4	OFF	off	ADP	O	0			ewtb.r.363685.32
+5	the	the	DET	O	0			ewtb.r.363685.32
+6	kitchen	kitchen	NOUN	O	0		n.location	ewtb.r.363685.32
+7	so	so	ADV	O	0			ewtb.r.363685.32
+8	you	you	PRON	O	0			ewtb.r.363685.32
+9	hear	hear	VERB	O	0		v.perception	ewtb.r.363685.32
+10	everything	everything	NOUN	O	0			ewtb.r.363685.32
+11	.	.	PUNCT	O	0			ewtb.r.363685.32
+
+1	Free	free	ADJ	O	0			ewtb.r.363685.33
+2	parking	parking	NOUN	O	0		n.cognition	ewtb.r.363685.33
+3	.	.	PUNCT	O	0			ewtb.r.363685.33
+
+1	I	i	PRON	O	0			ewtb.r.363685.34
+2	'd	'd	AUX	O	0			ewtb.r.363685.34
+3	go	go	VERB	O	0		v.motion	ewtb.r.363685.34
+4	back	back	ADV	O	0			ewtb.r.363685.34
+5	if	if	SCONJ	O	0			ewtb.r.363685.34
+6	I	i	PRON	O	0			ewtb.r.363685.34
+7	could	could	AUX	O	0			ewtb.r.363685.34
+8	get	get	VERB	O	0		v.possession	ewtb.r.363685.34
+9	the	the	DET	O	0			ewtb.r.363685.34
+10	last	last	ADJ	B	0		n.event	ewtb.r.363685.34
+11	minute	minute	NOUN	I	10			ewtb.r.363685.34
+12	rate	rate	NOUN	O	0		n.possession	ewtb.r.363685.34
+13	again	again	ADV	O	0			ewtb.r.363685.34
+14	of	of	ADP	O	0			ewtb.r.363685.34
+15	$	$	SYM	O	0			ewtb.r.363685.34
+16	99	99	NUM	O	0			ewtb.r.363685.34
+17	,	,	PUNCT	O	0			ewtb.r.363685.34
+18	but	but	CONJ	O	0			ewtb.r.363685.34
+19	I	i	PRON	O	0			ewtb.r.363685.34
+20	would	would	AUX	O	0			ewtb.r.363685.34
+21	n't	n't	PART	O	0			ewtb.r.363685.34
+22	pay	pay	VERB	O	0		v.possession	ewtb.r.363685.34
+23	their	their	PRON	O	0			ewtb.r.363685.34
+24	rack	rack	NOUN	O	0		n.artifact	ewtb.r.363685.34
+25	rate	rate	NOUN	O	0		n.possession	ewtb.r.363685.34
+26	.	.	PUNCT	O	0			ewtb.r.363685.34
+
+1	No	no	DET	O	0			ewtb.r.365688.1
+2	meat	meat	NOUN	O	0		n.food	ewtb.r.365688.1
+3	on	on	ADP	O	0			ewtb.r.365688.1
+4	Burger	burger	NOUN	O	0		n.food	ewtb.r.365688.1
+5	and	and	CONJ	O	0			ewtb.r.365688.1
+6	too	too	ADV	O	0			ewtb.r.365688.1
+7	much	much	ADJ	O	0			ewtb.r.365688.1
+8	pepper	pepper	NOUN	O	0		n.food	ewtb.r.365688.1
+9	.	.	PUNCT	O	0			ewtb.r.365688.1
+
+1	no	no	DET	O	0			ewtb.r.365688.2
+2	place	place	NOUN	O	0		n.location	ewtb.r.365688.2
+3	to	to	PART	O	0			ewtb.r.365688.2
+4	seat	seat	VERB	O	0		v.stative	ewtb.r.365688.2
+
+1	They	they	PRON	O	0			ewtb.r.366586.1
+2	must	must	AUX	O	0			ewtb.r.366586.1
+3	have	have	AUX	O	0			ewtb.r.366586.1
+4	read	read	VERB	O	0		v.communication	ewtb.r.366586.1
+5	these	these	DET	O	0			ewtb.r.366586.1
+6	reviews	review	NOUN	O	0		n.communication	ewtb.r.366586.1
+7	and	and	CONJ	O	0			ewtb.r.366586.1
+8	improved	improve	VERB	O	0		v.change	ewtb.r.366586.1
+9	!	!	PUNCT	O	0			ewtb.r.366586.1
+
+1	My	my	PRON	O	0			ewtb.r.366586.2
+2	husband	husband	NOUN	O	0		n.person	ewtb.r.366586.2
+3	and	and	CONJ	O	0			ewtb.r.366586.2
+4	I	i	PRON	O	0			ewtb.r.366586.2
+5	happened	happen	VERB	B	0		v.social	ewtb.r.366586.2
+6	in	in	ADV	I	5			ewtb.r.366586.2
+7	on	on	ADP	B	0			ewtb.r.366586.2
+8	a	a	DET	I	7			ewtb.r.366586.2
+9	whim	whim	NOUN	I	8			ewtb.r.366586.2
+10	.	.	PUNCT	O	0			ewtb.r.366586.2
+
+1	We	we	PRON	O	0			ewtb.r.366586.3
+2	sat	sit	VERB	O	0		v.stative	ewtb.r.366586.3
+3	in	in	ADP	O	0			ewtb.r.366586.3
+4	the	the	DET	O	0			ewtb.r.366586.3
+5	front	front	ADJ	O	0			ewtb.r.366586.3
+6	dining	dining	NOUN	O	0		n.act	ewtb.r.366586.3
+7	area	area	NOUN	O	0		n.location	ewtb.r.366586.3
+8	,	,	PUNCT	O	0			ewtb.r.366586.3
+9	it	it	PRON	O	0			ewtb.r.366586.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.366586.3
+11	very	very	ADV	O	0			ewtb.r.366586.3
+12	cozy	cozy	ADJ	O	0			ewtb.r.366586.3
+13	and	and	CONJ	O	0			ewtb.r.366586.3
+14	pleasant	pleasant	ADJ	O	0			ewtb.r.366586.3
+15	.	.	PUNCT	O	0			ewtb.r.366586.3
+
+1	Our	our	PRON	O	0			ewtb.r.366586.4
+2	server	server	NOUN	O	0		n.person	ewtb.r.366586.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.366586.4
+4	quite	quite	ADV	O	0			ewtb.r.366586.4
+5	attentive	attentive	ADJ	O	0			ewtb.r.366586.4
+6	and	and	CONJ	O	0			ewtb.r.366586.4
+7	the	the	DET	O	0			ewtb.r.366586.4
+8	food	food	NOUN	O	0		n.food	ewtb.r.366586.4
+9	was	be	VERB	O	0		v.stative	ewtb.r.366586.4
+10	fantastic	fantastic	ADJ	O	0			ewtb.r.366586.4
+11	.	.	PUNCT	O	0			ewtb.r.366586.4
+
+1	My	my	PRON	O	0			ewtb.r.366586.5
+2	husband	husband	NOUN	O	0		n.person	ewtb.r.366586.5
+3	has	have	AUX	O	0			ewtb.r.366586.5
+4	been	be	VERB	O	0		v.stative	ewtb.r.366586.5
+5	a	a	DET	O	0			ewtb.r.366586.5
+6	professional	professional	ADJ	O	0			ewtb.r.366586.5
+7	chef	chef	NOUN	O	0		n.person	ewtb.r.366586.5
+8	,	,	PUNCT	O	0			ewtb.r.366586.5
+9	so	so	ADV	O	0			ewtb.r.366586.5
+10	he	he	PRON	O	0			ewtb.r.366586.5
+11	is	be	VERB	O	0		v.stative	ewtb.r.366586.5
+12	a	a	DET	O	0			ewtb.r.366586.5
+13	good	good	ADJ	O	0			ewtb.r.366586.5
+14	judge	judge	NOUN	O	0		n.person	ewtb.r.366586.5
+15	of	of	ADP	O	0			ewtb.r.366586.5
+16	quality	quality	ADJ	O	0			ewtb.r.366586.5
+17	food	food	NOUN	O	0		n.food	ewtb.r.366586.5
+18	.	.	PUNCT	O	0			ewtb.r.366586.5
+
+1	This	this	DET	O	0			ewtb.r.366586.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.366586.6
+3	a	a	DET	O	0			ewtb.r.366586.6
+4	flavorful	flavorful	ADJ	O	0			ewtb.r.366586.6
+5	,	,	PUNCT	O	0			ewtb.r.366586.6
+6	enjoyable	enjoyable	ADJ	O	0			ewtb.r.366586.6
+7	meal	meal	NOUN	O	0		n.food	ewtb.r.366586.6
+8	for	for	ADP	O	0			ewtb.r.366586.6
+9	both	both	DET	O	0			ewtb.r.366586.6
+10	of	of	ADP	O	0			ewtb.r.366586.6
+11	us	us	PRON	O	0			ewtb.r.366586.6
+12	.	.	PUNCT	O	0			ewtb.r.366586.6
+
+1	Well	well	ADV	O	0			ewtb.r.367586.1
+2	kept	keep	VERB	O	0		v.stative	ewtb.r.367586.1
+3	facility	facility	NOUN	O	0		n.group	ewtb.r.367586.1
+4	with	with	ADP	O	0			ewtb.r.367586.1
+5	friendly	friendly	ADJ	O	0			ewtb.r.367586.1
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.367586.1
+7	.	.	PUNCT	O	0			ewtb.r.367586.1
+
+1	The	the	DET	O	0			ewtb.r.369087.1
+2	Best	best	ADJ	O	0			ewtb.r.369087.1
+3	Service	service	NOUN	O	0		n.act	ewtb.r.369087.1
+4	Ever	ever	ADV	O	0			ewtb.r.369087.1
+5	!!	!!	PUNCT	O	0			ewtb.r.369087.1
+
+1	I	i	PRON	O	0			ewtb.r.369087.2
+2	have	have	AUX	O	0			ewtb.r.369087.2
+3	never	never	ADV	O	0			ewtb.r.369087.2
+4	had	have	VERB	O	0		v.stative	ewtb.r.369087.2
+5	better	better	ADJ	O	0			ewtb.r.369087.2
+6	service	service	NOUN	O	0		n.act	ewtb.r.369087.2
+7	.	.	PUNCT	O	0			ewtb.r.369087.2
+
+1	My	my	PRON	O	0			ewtb.r.369087.3
+2	car	car	NOUN	O	0		n.artifact	ewtb.r.369087.3
+3	broke	break	VERB	B	0		v.change	ewtb.r.369087.3
+4	down	down	ADP	I	3			ewtb.r.369087.3
+5	and	and	CONJ	O	0			ewtb.r.369087.3
+6	roadside	roadside	NOUN	O	0		n.location	ewtb.r.369087.3
+7	towed	tow	VERB	O	0		v.motion	ewtb.r.369087.3
+8	my	my	PRON	O	0			ewtb.r.369087.3
+9	vehicle	vehicle	NOUN	O	0		n.artifact	ewtb.r.369087.3
+10	to	to	ADP	O	0			ewtb.r.369087.3
+11	Sussman	sussman	PROPN	B	0		n.group	ewtb.r.369087.3
+12	Kia	kia	PROPN	I	11			ewtb.r.369087.3
+13	.	.	PUNCT	O	0			ewtb.r.369087.3
+
+1	They	they	PRON	O	0			ewtb.r.369087.4
+2	squeezed	squeeze	VERB	B	0		v.social	ewtb.r.369087.4
+3	me	me	PRON	o	0			ewtb.r.369087.4
+4	in	in	ADP	I	2			ewtb.r.369087.4
+5	and	and	CONJ	O	0			ewtb.r.369087.4
+6	had	have	VERB	O	0		v.stative	ewtb.r.369087.4
+7	me	me	PRON	O	0			ewtb.r.369087.4
+8	back	back	ADV	O	0			ewtb.r.369087.4
+9	up	up	ADV	B	0			ewtb.r.369087.4
+10	and	and	CONJ	I	9			ewtb.r.369087.4
+11	running	run	VERB	I	10			ewtb.r.369087.4
+12	in	in	ADP	O	0			ewtb.r.369087.4
+13	no	no	DET	O	0			ewtb.r.369087.4
+14	time	time	NOUN	O	0		n.time	ewtb.r.369087.4
+15	.	.	PUNCT	O	0			ewtb.r.369087.4
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.369087.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.369087.5
+3	pleasant	pleasant	ADJ	O	0			ewtb.r.369087.5
+4	and	and	CONJ	O	0			ewtb.r.369087.5
+5	very	very	ADV	O	0			ewtb.r.369087.5
+6	helpful	helpful	ADJ	O	0			ewtb.r.369087.5
+7	.	.	PUNCT	O	0			ewtb.r.369087.5
+
+1	The	the	DET	O	0			ewtb.r.369087.6
+2	service	service	NOUN	O	0		n.act	ewtb.r.369087.6
+3	department	department	NOUN	O	0		n.group	ewtb.r.369087.6
+4	even	even	ADV	O	0			ewtb.r.369087.6
+5	gave	give	VERB	B	0		v.motion	ewtb.r.369087.6
+6	me	me	PRON	o	0			ewtb.r.369087.6
+7	a	a	DET	o	0			ewtb.r.369087.6
+8	ride	ride	NOUN	I	5			ewtb.r.369087.6
+9	home	home	ADV	O	0			ewtb.r.369087.6
+10	and	and	CONJ	O	0			ewtb.r.369087.6
+11	picked	pick	VERB	B	0		v.motion	ewtb.r.369087.6
+12	me	me	PRON	o	0			ewtb.r.369087.6
+13	up	up	ADP	I	11			ewtb.r.369087.6
+14	when	when	ADV	O	0			ewtb.r.369087.6
+15	my	my	PRON	O	0			ewtb.r.369087.6
+16	car	car	NOUN	O	0		n.artifact	ewtb.r.369087.6
+17	was	be	VERB	O	0		v.stative	ewtb.r.369087.6
+18	finished	finished	ADJ	O	0			ewtb.r.369087.6
+19	.	.	PUNCT	O	0			ewtb.r.369087.6
+
+1	The	the	DET	O	0			ewtb.r.369087.7
+2	advisor	advisor	NOUN	O	0		n.person	ewtb.r.369087.7
+3	kept	keep	VERB	O	0		v.stative	ewtb.r.369087.7
+4	me	me	PRON	O	0			ewtb.r.369087.7
+5	up	up	ADP	B	0			ewtb.r.369087.7
+6	to	to	ADP	I	5			ewtb.r.369087.7
+7	date	date	NOUN	I	6			ewtb.r.369087.7
+8	and	and	CONJ	O	0			ewtb.r.369087.7
+9	informed	inform	VERB	O	0		v.communication	ewtb.r.369087.7
+10	on	on	ADP	O	0			ewtb.r.369087.7
+11	the	the	DET	O	0			ewtb.r.369087.7
+12	progress	progress	NOUN	O	0		n.process	ewtb.r.369087.7
+13	of	of	ADP	O	0			ewtb.r.369087.7
+14	my	my	PRON	O	0			ewtb.r.369087.7
+15	vehicle	vehicle	NOUN	O	0		n.artifact	ewtb.r.369087.7
+16	.	.	PUNCT	O	0			ewtb.r.369087.7
+
+1	I	i	PRON	O	0			ewtb.r.369087.8
+2	give	give	VERB	O	0		v.cognition	ewtb.r.369087.8
+3	this	this	DET	O	0			ewtb.r.369087.8
+4	dealer	dealer	NOUN	O	0		n.person	ewtb.r.369087.8
+5	an	an	DET	O	0			ewtb.r.369087.8
+6	A	a	NOUN	B	0		n.communication	ewtb.r.369087.8
+7	+	+	SYM	I	6			ewtb.r.369087.8
+8	!	!	PUNCT	O	0			ewtb.r.369087.8
+
+1	I	i	PRON	O	0			ewtb.r.369087.9
+2	will	will	AUX	O	0			ewtb.r.369087.9
+3	definitely	definitely	ADV	O	0			ewtb.r.369087.9
+4	be	be	AUX	O	0			ewtb.r.369087.9
+5	bringing	bring	VERB	O	0		v.motion	ewtb.r.369087.9
+6	my	my	PRON	O	0			ewtb.r.369087.9
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.369087.9
+8	back	back	ADV	O	0			ewtb.r.369087.9
+9	for	for	ADP	O	0			ewtb.r.369087.9
+10	service	service	NOUN	O	0		n.act	ewtb.r.369087.9
+11	.	.	PUNCT	O	0			ewtb.r.369087.9
+
+1	Prime	prime	ADJ	B	0		n.food	ewtb.r.372582.1
+2	rib	rib	NOUN	I	1			ewtb.r.372582.1
+3	was	be	VERB	O	0		v.stative	ewtb.r.372582.1
+4	very	very	ADV	O	0			ewtb.r.372582.1
+5	tough	tough	ADJ	O	0			ewtb.r.372582.1
+6	.	.	PUNCT	O	0			ewtb.r.372582.1
+
+1	Staff	staff	NOUN	O	0		n.group	ewtb.r.372582.2
+2	were	be	VERB	O	0		v.stative	ewtb.r.372582.2
+3	pleasant	pleasant	ADJ	O	0			ewtb.r.372582.2
+4	.	.	PUNCT	O	0			ewtb.r.372582.2
+
+1	Wo	wo	AUX	O	0			ewtb.r.372582.3
+2	n't	n't	PART	O	0			ewtb.r.372582.3
+3	return	return	VERB	O	0		v.motion	ewtb.r.372582.3
+4	.	.	PUNCT	O	0			ewtb.r.372582.3
+
+1	Great	great	ADJ	O	0			ewtb.r.385281.1
+2	first	first	ADJ	O	0			ewtb.r.385281.1
+3	experience	experience	NOUN	O	0		n.event	ewtb.r.385281.1
+4	.	.	PUNCT	O	0			ewtb.r.385281.1
+
+1	I	i	PRON	O	0			ewtb.r.385281.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.385281.2
+3	22	22	NUM	O	0			ewtb.r.385281.2
+4	,	,	PUNCT	O	0			ewtb.r.385281.2
+5	and	and	CONJ	O	0			ewtb.r.385281.2
+6	my	my	PRON	O	0			ewtb.r.385281.2
+7	hairdresser	hairdresser	NOUN	O	0		n.person	ewtb.r.385281.2
+8	was	be	VERB	O	0		v.stative	ewtb.r.385281.2
+9	great	great	ADJ	O	0			ewtb.r.385281.2
+10	(	(	PUNCT	O	0			ewtb.r.385281.2
+11	and	and	CONJ	O	0			ewtb.r.385281.2
+12	not	not	PART	O	0			ewtb.r.385281.2
+13	"	"	PUNCT	O	0			ewtb.r.385281.2
+14	old	old	ADJ	O	0			ewtb.r.385281.2
+15	"	"	PUNCT	O	0			ewtb.r.385281.2
+16	like	like	SCONJ	O	0			ewtb.r.385281.2
+17	one	one	NUM	O	0			ewtb.r.385281.2
+18	of	of	ADP	O	0			ewtb.r.385281.2
+19	the	the	DET	O	0			ewtb.r.385281.2
+20	reviews	review	NOUN	O	0		n.communication	ewtb.r.385281.2
+21	says	say	VERB	O	0		v.communication	ewtb.r.385281.2
+22	)	)	PUNCT	O	0			ewtb.r.385281.2
+23	-	-	PUNCT	O	0			ewtb.r.385281.2
+24	she	she	PRON	O	0			ewtb.r.385281.2
+25	really	really	ADV	O	0			ewtb.r.385281.2
+26	listened	listen	VERB	O	0		v.communication	ewtb.r.385281.2
+27	to	to	SCONJ	O	0			ewtb.r.385281.2
+28	what	what	PRON	O	0			ewtb.r.385281.2
+29	I	i	PRON	O	0			ewtb.r.385281.2
+30	wanted	want	VERB	O	0		v.cognition	ewtb.r.385281.2
+31	and	and	CONJ	O	0			ewtb.r.385281.2
+32	gave	give	VERB	B	0		v.communication	ewtb.r.385281.2
+33	me	me	PRON	o	0			ewtb.r.385281.2
+34	tons	tons	NOUN	o	0		n.quantity	ewtb.r.385281.2
+35	of	of	ADP	o	0			ewtb.r.385281.2
+36	tips	tip	NOUN	I	32			ewtb.r.385281.2
+37	on	on	SCONJ	O	0			ewtb.r.385281.2
+38	how	how	ADV	O	0			ewtb.r.385281.2
+39	to	to	PART	O	0			ewtb.r.385281.2
+40	style	style	VERB	O	0		v.body	ewtb.r.385281.2
+41	my	my	PRON	O	0			ewtb.r.385281.2
+42	hair	hair	NOUN	O	0		n.body	ewtb.r.385281.2
+43	so	so	SCONJ	O	0			ewtb.r.385281.2
+44	I	i	PRON	O	0			ewtb.r.385281.2
+45	could	could	AUX	O	0			ewtb.r.385281.2
+46	get	get	VERB	O	0		v.change	ewtb.r.385281.2
+47	it	it	PRON	O	0			ewtb.r.385281.2
+48	to	to	PART	O	0			ewtb.r.385281.2
+49	look	look	VERB	O	0		v.perception	ewtb.r.385281.2
+50	the	the	DET	O	0			ewtb.r.385281.2
+51	way	way	NOUN	O	0		n.cognition	ewtb.r.385281.2
+52	I	i	PRON	O	0			ewtb.r.385281.2
+53	wanted	want	VERB	O	0		v.cognition	ewtb.r.385281.2
+54	it	it	PRON	O	0			ewtb.r.385281.2
+55	to	to	PART	O	0			ewtb.r.385281.2
+56	.	.	PUNCT	O	0			ewtb.r.385281.2
+
+1	She	she	PRON	O	0			ewtb.r.385281.3
+2	deep	deep	ADV	B	0		v.body	ewtb.r.385281.3
+3	conditioned	condition	VERB	I	2			ewtb.r.385281.3
+4	my	my	PRON	O	0			ewtb.r.385281.3
+5	hair	hair	NOUN	O	0		n.body	ewtb.r.385281.3
+6	and	and	CONJ	O	0			ewtb.r.385281.3
+7	took	take	VERB	B	0		v.social	ewtb.r.385281.3
+8	the	the	DET	I	7			ewtb.r.385281.3
+9	time	time	NOUN	I	8			ewtb.r.385281.3
+10	to	to	PART	O	0			ewtb.r.385281.3
+11	style	style	VERB	O	0		v.body	ewtb.r.385281.3
+12	it	it	PRON	O	0			ewtb.r.385281.3
+13	properly	properly	ADV	O	0			ewtb.r.385281.3
+14	.	.	PUNCT	O	0			ewtb.r.385281.3
+
+1	She	she	PRON	O	0			ewtb.r.385281.4
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.385281.4
+3	products	product	NOUN	O	0		n.artifact	ewtb.r.385281.4
+4	but	but	CONJ	O	0			ewtb.r.385281.4
+5	absolutely	absolutely	ADV	O	0			ewtb.r.385281.4
+6	did	do	AUX	O	0			ewtb.r.385281.4
+7	n't	n't	PART	O	0			ewtb.r.385281.4
+8	pressure	pressure	VERB	O	0		v.emotion	ewtb.r.385281.4
+9	me	me	PRON	O	0			ewtb.r.385281.4
+10	to	to	PART	O	0			ewtb.r.385281.4
+11	buy	buy	VERB	O	0		v.possession	ewtb.r.385281.4
+12	.	.	PUNCT	O	0			ewtb.r.385281.4
+
+1	It	it	PRON	O	0			ewtb.r.385281.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.385281.5
+3	a	a	DET	O	0			ewtb.r.385281.5
+4	cute	cute	ADJ	O	0			ewtb.r.385281.5
+5	place	place	NOUN	O	0		n.group	ewtb.r.385281.5
+6	with	with	ADP	O	0			ewtb.r.385281.5
+7	a	a	DET	O	0			ewtb.r.385281.5
+8	really	really	ADV	O	0			ewtb.r.385281.5
+9	friendly	friendly	ADJ	O	0			ewtb.r.385281.5
+10	,	,	PUNCT	O	0			ewtb.r.385281.5
+11	laid	laid	ADJ	B	0			ewtb.r.385281.5
+12	-	-	PUNCT	I	11			ewtb.r.385281.5
+13	back	back	ADJ	I	12			ewtb.r.385281.5
+14	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.385281.5
+15	.	.	PUNCT	O	0			ewtb.r.385281.5
+
+1	I	i	PRON	O	0			ewtb.r.385281.6
+2	would	would	AUX	O	0			ewtb.r.385281.6
+3	highly	highly	ADV	O	0			ewtb.r.385281.6
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.385281.6
+5	it	it	PRON	O	0			ewtb.r.385281.6
+6	and	and	CONJ	O	0			ewtb.r.385281.6
+7	will	will	AUX	O	0			ewtb.r.385281.6
+8	be	be	AUX	O	0			ewtb.r.385281.6
+9	going	go	VERB	O	0		v.motion	ewtb.r.385281.6
+10	back	back	ADV	O	0			ewtb.r.385281.6
+11	for	for	ADP	O	0			ewtb.r.385281.6
+12	my	my	PRON	O	0			ewtb.r.385281.6
+13	next	next	ADJ	O	0			ewtb.r.385281.6
+14	haircut	haircut	NOUN	O	0		n.act	ewtb.r.385281.6
+15	.	.	PUNCT	O	0			ewtb.r.385281.6
+
+1	Oh	oh	INTJ	O	0			ewtb.r.385281.7
+2	!	!	PUNCT	O	0			ewtb.r.385281.7
+
+1	And	and	CONJ	O	0			ewtb.r.385281.8
+2	students	student	NOUN	O	0		n.person	ewtb.r.385281.8
+3	get	get	VERB	B	0		v.possession	ewtb.r.385281.8
+4	$	$	SYM	o	0			ewtb.r.385281.8
+5	5	5	NUM	o	0			ewtb.r.385281.8
+6	off	off	ADV	I	3			ewtb.r.385281.8
+7	,	,	PUNCT	O	0			ewtb.r.385281.8
+8	ca	ca	AUX	O	0			ewtb.r.385281.8
+9	n't	n't	PART	O	0			ewtb.r.385281.8
+10	argue	argue	VERB	O	0		v.communication	ewtb.r.385281.8
+11	with	with	ADP	O	0			ewtb.r.385281.8
+12	that	that	DET	O	0			ewtb.r.385281.8
+13	.	.	PUNCT	O	0			ewtb.r.385281.8
+
+1	I	i	PRON	O	0			ewtb.r.396880.1
+2	guess	guess	VERB	O	0		v.cognition	ewtb.r.396880.1
+3	you	you	PRON	B	0			ewtb.r.396880.1
+4	get	get	VERB	I	3			ewtb.r.396880.1
+5	what	what	PRON	I	4			ewtb.r.396880.1
+6	you	you	PRON	I	5			ewtb.r.396880.1
+7	pay	pay	VERB	I	6			ewtb.r.396880.1
+8	for	for	ADP	I	7			ewtb.r.396880.1
+9	.	.	PUNCT	O	0			ewtb.r.396880.1
+
+1	I	i	PRON	O	0			ewtb.r.396880.2
+2	tried	try	VERB	O	0		v.cognition	ewtb.r.396880.2
+3	to	to	PART	O	0			ewtb.r.396880.2
+4	stay	stay	VERB	O	0		v.motion	ewtb.r.396880.2
+5	here	here	ADV	O	0			ewtb.r.396880.2
+6	for	for	ADP	O	0			ewtb.r.396880.2
+7	a	a	DET	B	0			ewtb.r.396880.2
+8	few	few	ADJ	I	7			ewtb.r.396880.2
+9	nights	night	NOUN	O	0		n.event	ewtb.r.396880.2
+10	with	with	ADP	O	0			ewtb.r.396880.2
+11	my	my	PRON	O	0			ewtb.r.396880.2
+12	girlfriend	girlfriend	NOUN	O	0		n.person	ewtb.r.396880.2
+13	,	,	PUNCT	O	0			ewtb.r.396880.2
+14	so	so	ADV	O	0			ewtb.r.396880.2
+15	we	we	PRON	O	0			ewtb.r.396880.2
+16	asked	ask	VERB	O	0		v.communication	ewtb.r.396880.2
+17	for	for	ADP	O	0			ewtb.r.396880.2
+18	a	a	DET	O	0			ewtb.r.396880.2
+19	single	single	ADJ	O	0			ewtb.r.396880.2
+20	queen	queen	NOUN	B	0		n.artifact	ewtb.r.396880.2
+21	bed	bed	NOUN	I	20			ewtb.r.396880.2
+22	.	.	PUNCT	O	0			ewtb.r.396880.2
+
+1	We	we	PRON	O	0			ewtb.r.396880.3
+2	got	get	VERB	O	0		v.stative	ewtb.r.396880.3
+3	there	there	ADV	O	0			ewtb.r.396880.3
+4	,	,	PUNCT	O	0			ewtb.r.396880.3
+5	and	and	CONJ	O	0			ewtb.r.396880.3
+6	we	we	PRON	O	0			ewtb.r.396880.3
+7	were	be	AUX	O	0			ewtb.r.396880.3
+8	treated	treat	VERB	O	0		v.social	ewtb.r.396880.3
+9	to	to	ADP	O	0			ewtb.r.396880.3
+10	the	the	DET	O	0			ewtb.r.396880.3
+11	free	free	ADJ	O	0			ewtb.r.396880.3
+12	"	"	PUNCT	O	0			ewtb.r.396880.3
+13	upgrade	upgrade	NOUN	O	0		n.cognition	ewtb.r.396880.3
+14	"	"	PUNCT	O	0			ewtb.r.396880.3
+15	of	of	ADP	O	0			ewtb.r.396880.3
+16	a	a	DET	O	0			ewtb.r.396880.3
+17	room	room	NOUN	O	0		n.artifact	ewtb.r.396880.3
+18	with	with	ADP	O	0			ewtb.r.396880.3
+19	two	two	NUM	O	0			ewtb.r.396880.3
+20	double	double	ADJ	B	0		n.artifact	ewtb.r.396880.3
+21	beds	bed	NOUN	I	20			ewtb.r.396880.3
+22	.	.	PUNCT	O	0			ewtb.r.396880.3
+
+1	Since	since	SCONJ	O	0			ewtb.r.396880.4
+2	they	they	PRON	O	0			ewtb.r.396880.4
+3	consider	consider	VERB	O	0		v.cognition	ewtb.r.396880.4
+4	this	this	DET	O	0			ewtb.r.396880.4
+5	an	an	DET	O	0			ewtb.r.396880.4
+6	upgrade	upgrade	NOUN	O	0		n.cognition	ewtb.r.396880.4
+7	,	,	PUNCT	O	0			ewtb.r.396880.4
+8	they	they	PRON	O	0			ewtb.r.396880.4
+9	let	let	VERB	O	0		v.cognition	ewtb.r.396880.4
+10	their	their	PRON	O	0			ewtb.r.396880.4
+11	other	other	ADJ	O	0			ewtb.r.396880.4
+12	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.396880.4
+13	fill	fill	VERB	B	0		v.change	ewtb.r.396880.4
+14	up	up	ADP	I	13			ewtb.r.396880.4
+15	and	and	CONJ	O	0			ewtb.r.396880.4
+16	would	would	AUX	O	0			ewtb.r.396880.4
+17	not	not	PART	O	0			ewtb.r.396880.4
+18	change	change	VERB	O	0		v.change	ewtb.r.396880.4
+19	our	our	PRON	O	0			ewtb.r.396880.4
+20	room	room	NOUN	O	0		n.artifact	ewtb.r.396880.4
+21	.	.	PUNCT	O	0			ewtb.r.396880.4
+
+1	Then	then	ADV	O	0			ewtb.r.396880.5
+2	we	we	PRON	O	0			ewtb.r.396880.5
+3	got	get	AUX	O	0			ewtb.r.396880.5
+4	put	put	VERB	O	0		v.cognition	ewtb.r.396880.5
+5	in	in	ADP	O	0			ewtb.r.396880.5
+6	a	a	DET	O	0			ewtb.r.396880.5
+7	room	room	NOUN	O	0		n.location	ewtb.r.396880.5
+8	with	with	ADP	O	0			ewtb.r.396880.5
+9	a	a	DET	O	0			ewtb.r.396880.5
+10	huge	huge	ADJ	O	0			ewtb.r.396880.5
+11	gap	gap	NOUN	O	0		n.cognition	ewtb.r.396880.5
+12	under	under	ADP	O	0			ewtb.r.396880.5
+13	the	the	DET	O	0			ewtb.r.396880.5
+14	door	door	NOUN	O	0		n.artifact	ewtb.r.396880.5
+15	....	....	PUNCT	O	0			ewtb.r.396880.5
+16	right	right	ADV	O	0			ewtb.r.396880.5
+17	next	next	ADP	B	0			ewtb.r.396880.5
+18	to	to	ADP	I	17			ewtb.r.396880.5
+19	the	the	DET	O	0			ewtb.r.396880.5
+20	ice	ice	NOUN	B	0		n.artifact	ewtb.r.396880.5
+21	machine	machine	NOUN	I	20			ewtb.r.396880.5
+22	.	.	PUNCT	O	0			ewtb.r.396880.5
+
+1	We	we	PRON	O	0			ewtb.r.396880.6
+2	could	could	AUX	O	0			ewtb.r.396880.6
+3	hear	hear	VERB	O	0		v.perception	ewtb.r.396880.6
+4	every	every	DET	O	0			ewtb.r.396880.6
+5	single	single	ADJ	O	0			ewtb.r.396880.6
+6	thing	thing	NOUN	O	0			ewtb.r.396880.6
+7	that	that	DET	O	0			ewtb.r.396880.6
+8	happened	happen	VERB	O	0		v.stative	ewtb.r.396880.6
+9	outside	outside	ADV	O	0			ewtb.r.396880.6
+10	like	like	SCONJ	O	0			ewtb.r.396880.6
+11	it	it	PRON	O	0			ewtb.r.396880.6
+12	was	be	VERB	O	0		v.stative	ewtb.r.396880.6
+13	inside	inside	ADP	O	0			ewtb.r.396880.6
+14	our	our	PRON	O	0			ewtb.r.396880.6
+15	room	room	NOUN	O	0		n.location	ewtb.r.396880.6
+16	.	.	PUNCT	O	0			ewtb.r.396880.6
+
+1	When	when	ADV	O	0			ewtb.r.396880.7
+2	I	i	PRON	O	0			ewtb.r.396880.7
+3	finally	finally	ADV	O	0			ewtb.r.396880.7
+4	found	find	VERB	O	0		v.cognition	ewtb.r.396880.7
+5	someone	someone	NOUN	O	0			ewtb.r.396880.7
+6	at	at	ADP	O	0			ewtb.r.396880.7
+7	the	the	DET	O	0			ewtb.r.396880.7
+8	desk	desk	NOUN	O	0		n.artifact	ewtb.r.396880.7
+9	who	who	PRON	O	0			ewtb.r.396880.7
+10	could	could	AUX	O	0			ewtb.r.396880.7
+11	speak	speak	VERB	O	0		v.communication	ewtb.r.396880.7
+12	English	english	PROPN	O	0		n.communication	ewtb.r.396880.7
+13	,	,	PUNCT	O	0			ewtb.r.396880.7
+14	they	they	PRON	O	0			ewtb.r.396880.7
+15	moved	move	VERB	O	0		v.motion	ewtb.r.396880.7
+16	our	our	PRON	O	0			ewtb.r.396880.7
+17	room	room	NOUN	O	0		n.artifact	ewtb.r.396880.7
+18	,	,	PUNCT	O	0			ewtb.r.396880.7
+19	but	but	CONJ	O	0			ewtb.r.396880.7
+20	we	we	PRON	O	0			ewtb.r.396880.7
+21	still	still	ADV	O	0			ewtb.r.396880.7
+22	did	do	AUX	O	0			ewtb.r.396880.7
+23	not	not	PART	O	0			ewtb.r.396880.7
+24	receive	receive	VERB	O	0		v.possession	ewtb.r.396880.7
+25	the	the	DET	O	0			ewtb.r.396880.7
+26	single	single	ADJ	O	0			ewtb.r.396880.7
+27	queen	queen	NOUN	O	0		n.artifact	ewtb.r.396880.7
+28	we	we	PRON	O	0			ewtb.r.396880.7
+29	had	have	AUX	O	0			ewtb.r.396880.7
+30	"	"	PUNCT	O	0			ewtb.r.396880.7
+31	reserved	reserve	VERB	O	0		v.communication	ewtb.r.396880.7
+32	"	"	PUNCT	O	0			ewtb.r.396880.7
+
+1	It	it	PRON	O	0			ewtb.r.002288.1
+2	's	's	VERB	O	0		v.stative	ewtb.r.002288.1
+3	well	well	ADV	O	0			ewtb.r.002288.1
+4	cool	cool	ADJ	O	0			ewtb.r.002288.1
+5	.	.	PUNCT	O	0			ewtb.r.002288.1
+6	:)	:)	SYM	O	0			ewtb.r.002288.1
+
+1	The	the	DET	O	0			ewtb.r.008585.1
+2	best	best	ADJ	O	0			ewtb.r.008585.1
+3	there	there	PRON	O	0			ewtb.r.008585.1
+4	is	be	VERB	O	0		v.stative	ewtb.r.008585.1
+5	in	in	ADP	O	0			ewtb.r.008585.1
+6	service	service	NOUN	O	0		n.act	ewtb.r.008585.1
+7	.	.	PUNCT	O	0			ewtb.r.008585.1
+
+1	It	it	PRON	O	0			ewtb.r.008585.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.008585.3
+3	4:50	4:50	NUM	O	0			ewtb.r.008585.3
+4	when	when	ADV	O	0			ewtb.r.008585.3
+5	a	a	DET	O	0			ewtb.r.008585.3
+6	friend	friend	NOUN	O	0		n.person	ewtb.r.008585.3
+7	told	tell	VERB	O	0		v.communication	ewtb.r.008585.3
+8	me	me	PRON	O	0			ewtb.r.008585.3
+9	to	to	PART	O	0			ewtb.r.008585.3
+10	call	call	VERB	O	0		v.communication	ewtb.r.008585.3
+11	Bud	bud	PROPN	O	0		n.person	ewtb.r.008585.3
+12	,	,	PUNCT	O	0			ewtb.r.008585.3
+13	he	he	PRON	O	0			ewtb.r.008585.3
+14	would	would	AUX	O	0			ewtb.r.008585.3
+15	take	take	VERB	B	0		v.social	ewtb.r.008585.3
+16	care	care	NOUN	I	15			ewtb.r.008585.3
+17	of	of	ADP	I	16			ewtb.r.008585.3
+18	me	me	PRON	O	0			ewtb.r.008585.3
+19	.	.	PUNCT	O	0			ewtb.r.008585.3
+
+1	They	they	PRON	O	0			ewtb.r.008585.5
+2	tracked	track	VERB	B	0		v.cognition	ewtb.r.008585.5
+3	down	down	ADP	I	2			ewtb.r.008585.5
+4	the	the	DET	O	0			ewtb.r.008585.5
+5	only	only	ADJ	O	0			ewtb.r.008585.5
+6	tire	tire	NOUN	O	0		n.artifact	ewtb.r.008585.5
+7	that	that	DET	O	0			ewtb.r.008585.5
+8	fit	fit	VERB	O	0		v.stative	ewtb.r.008585.5
+9	my	my	PRON	O	0			ewtb.r.008585.5
+10	BMW	bmw	PROPN	B	0		n.artifact	ewtb.r.008585.5
+11	330i	330i	PROPN	I	10			ewtb.r.008585.5
+12	in	in	ADP	O	0			ewtb.r.008585.5
+13	Murfreesboro	murfreesboro	PROPN	O	0		n.location	ewtb.r.008585.5
+14	within	within	ADP	O	0			ewtb.r.008585.5
+15	minutes	minutes	NOUN	O	0		n.time	ewtb.r.008585.5
+16	and	and	CONJ	O	0			ewtb.r.008585.5
+17	secured	secure	VERB	O	0		v.stative	ewtb.r.008585.5
+18	it	it	PRON	O	0			ewtb.r.008585.5
+19	,	,	PUNCT	O	0			ewtb.r.008585.5
+20	then	then	ADV	O	0			ewtb.r.008585.5
+21	they	they	PRON	O	0			ewtb.r.008585.5
+22	came	come	VERB	B	0		v.motion	ewtb.r.008585.5
+23	out	out	ADV	I	22			ewtb.r.008585.5
+24	,	,	PUNCT	O	0			ewtb.r.008585.5
+25	took	take	VERB	O	0		v.motion	ewtb.r.008585.5
+26	off	off	ADP	O	0			ewtb.r.008585.5
+27	my	my	PRON	O	0			ewtb.r.008585.5
+28	tire	tire	NOUN	O	0		n.artifact	ewtb.r.008585.5
+29	(	(	PUNCT	O	0			ewtb.r.008585.5
+30	it	it	PRON	O	0			ewtb.r.008585.5
+31	was	be	VERB	O	0		v.stative	ewtb.r.008585.5
+32	a	a	DET	O	0			ewtb.r.008585.5
+33	runflat	runflat	NOUN	O	0		n.artifact	ewtb.r.008585.5
+34	-	-	PUNCT	O	0			ewtb.r.008585.5
+35	but	but	CONJ	O	0			ewtb.r.008585.5
+36	runflats	runflats	NOUN	O	0		n.artifact	ewtb.r.008585.5
+37	do	do	AUX	O	0			ewtb.r.008585.5
+38	n't	n't	PART	O	0			ewtb.r.008585.5
+39	do	do	VERB	O	0		v.stative	ewtb.r.008585.5
+40	you	you	PRON	O	0			ewtb.r.008585.5
+41	any	any	DET	O	0			ewtb.r.008585.5
+42	good	good	ADJ	O	0			ewtb.r.008585.5
+43	if	if	SCONJ	O	0			ewtb.r.008585.5
+44	they	they	PRON	O	0			ewtb.r.008585.5
+45	blow	blow	VERB	B	0		v.change	ewtb.r.008585.5
+46	out	out	ADP	I	45			ewtb.r.008585.5
+47	)	)	PUNCT	O	0			ewtb.r.008585.5
+48	,	,	PUNCT	O	0			ewtb.r.008585.5
+49	and	and	CONJ	O	0			ewtb.r.008585.5
+50	brought	bring	VERB	O	0		v.motion	ewtb.r.008585.5
+51	it	it	PRON	O	0			ewtb.r.008585.5
+52	to	to	ADP	O	0			ewtb.r.008585.5
+53	their	their	PRON	O	0			ewtb.r.008585.5
+54	shop	shop	NOUN	O	0		n.group	ewtb.r.008585.5
+55	to	to	PART	O	0			ewtb.r.008585.5
+56	change	change	VERB	O	0		v.change	ewtb.r.008585.5
+57	the	the	DET	O	0			ewtb.r.008585.5
+58	tire	tire	NOUN	O	0		n.artifact	ewtb.r.008585.5
+59	.	.	PUNCT	O	0			ewtb.r.008585.5
+
+1	They	they	PRON	O	0			ewtb.r.008585.6
+2	were	be	VERB	O	0		v.stative	ewtb.r.008585.6
+3	back	back	ADV	O	0			ewtb.r.008585.6
+4	quickly	quickly	ADV	O	0			ewtb.r.008585.6
+5	considering	consider	VERB	O	0		v.cognition	ewtb.r.008585.6
+6	how	how	ADV	O	0			ewtb.r.008585.6
+7	far	far	ADV	O	0			ewtb.r.008585.6
+8	outside	outside	ADP	B	0			ewtb.r.008585.6
+9	of	of	ADP	I	8			ewtb.r.008585.6
+10	Murfreesboro	murfreesboro	PROPN	O	0		n.location	ewtb.r.008585.6
+11	we	we	PRON	O	0			ewtb.r.008585.6
+12	were	be	VERB	O	0		v.stative	ewtb.r.008585.6
+13	and	and	CONJ	O	0			ewtb.r.008585.6
+14	had	have	VERB	O	0		v.stative	ewtb.r.008585.6
+15	us	us	PRON	O	0			ewtb.r.008585.6
+16	on	on	ADP	O	0			ewtb.r.008585.6
+17	our	our	PRON	O	0			ewtb.r.008585.6
+18	way	way	NOUN	O	0		n.cognition	ewtb.r.008585.6
+19	by	by	ADP	O	0			ewtb.r.008585.6
+20	6:30	6:30	NUM	O	0			ewtb.r.008585.6
+21	that	that	DET	O	0			ewtb.r.008585.6
+22	evening	evening	NOUN	O	0		n.time	ewtb.r.008585.6
+23	.	.	PUNCT	O	0			ewtb.r.008585.6
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.008585.7
+2	Bud	bud	PROPN	O	0		n.person	ewtb.r.008585.7
+3	for	for	ADP	O	0			ewtb.r.008585.7
+4	all	all	DET	O	0			ewtb.r.008585.7
+5	of	of	ADP	O	0			ewtb.r.008585.7
+6	your	your	PRON	O	0			ewtb.r.008585.7
+7	help	help	NOUN	O	0		n.cognition	ewtb.r.008585.7
+8	and	and	CONJ	O	0			ewtb.r.008585.7
+9	taking	take	VERB	B	0		v.change	ewtb.r.008585.7
+10	time	time	NOUN	I	9			ewtb.r.008585.7
+11	away	away	ADV	I	10			ewtb.r.008585.7
+12	from	from	ADP	O	0			ewtb.r.008585.7
+13	your	your	PRON	O	0			ewtb.r.008585.7
+14	family	family	NOUN	O	0		n.group	ewtb.r.008585.7
+15	that	that	DET	O	0			ewtb.r.008585.7
+16	evening	evening	NOUN	O	0		n.time	ewtb.r.008585.7
+17	.	.	PUNCT	O	0			ewtb.r.008585.7
+
+1	It	it	PRON	O	0			ewtb.r.008585.8
+2	's	's	VERB	O	0		v.stative	ewtb.r.008585.8
+3	without	without	ADP	O	0			ewtb.r.008585.8
+4	a	a	DET	O	0			ewtb.r.008585.8
+5	doubt	doubt	NOUN	O	0		n.cognition	ewtb.r.008585.8
+6	,	,	PUNCT	O	0			ewtb.r.008585.8
+7	the	the	DET	O	0			ewtb.r.008585.8
+8	best	best	ADJ	O	0			ewtb.r.008585.8
+9	service	service	NOUN	O	0		n.act	ewtb.r.008585.8
+10	experience	experience	NOUN	O	0		n.event	ewtb.r.008585.8
+11	I	i	PRON	O	0			ewtb.r.008585.8
+12	've	've	AUX	O	0			ewtb.r.008585.8
+13	ever	ever	ADV	O	0			ewtb.r.008585.8
+14	had	have	VERB	O	0		v.stative	ewtb.r.008585.8
+15	and	and	CONJ	O	0			ewtb.r.008585.8
+16	just	just	ADV	O	0			ewtb.r.008585.8
+17	to	to	PART	B	0			ewtb.r.008585.8
+18	be	be	VERB	I	17			ewtb.r.008585.8
+19	clear	clear	ADJ	I	18			ewtb.r.008585.8
+20	,	,	PUNCT	O	0			ewtb.r.008585.8
+21	the	the	DET	O	0			ewtb.r.008585.8
+22	price	price	NOUN	O	0		n.possession	ewtb.r.008585.8
+23	he	he	PRON	O	0			ewtb.r.008585.8
+24	charged	charge	VERB	O	0		v.possession	ewtb.r.008585.8
+25	me	me	PRON	O	0			ewtb.r.008585.8
+26	was	be	VERB	O	0		v.stative	ewtb.r.008585.8
+27	the	the	DET	O	0			ewtb.r.008585.8
+28	same	same	ADJ	O	0			ewtb.r.008585.8
+29	as	as	ADP	O	0			ewtb.r.008585.8
+30	my	my	PRON	O	0			ewtb.r.008585.8
+31	tire	tire	NOUN	O	0		n.artifact	ewtb.r.008585.8
+32	guy	guy	NOUN	O	0			ewtb.r.008585.8
+33	in	in	ADP	O	0			ewtb.r.008585.8
+34	Nashville	nashville	PROPN	O	0		n.location	ewtb.r.008585.8
+35	's	's	PART	O	0			ewtb.r.008585.8
+36	price	price	NOUN	O	0		n.possession	ewtb.r.008585.8
+37	for	for	SCONJ	O	0			ewtb.r.008585.8
+38	putting	put	VERB	O	0		v.contact	ewtb.r.008585.8
+39	on	on	ADP	O	0			ewtb.r.008585.8
+40	the	the	DET	O	0			ewtb.r.008585.8
+41	other	other	ADJ	O	0			ewtb.r.008585.8
+42	rear	rear	ADJ	O	0			ewtb.r.008585.8
+43	tire	tire	NOUN	O	0		n.artifact	ewtb.r.008585.8
+44	.	.	PUNCT	O	0			ewtb.r.008585.8
+
+1	I	i	PRON	O	0			ewtb.r.008585.9
+2	hope	hope	VERB	O	0		v.emotion	ewtb.r.008585.9
+3	I	i	PRON	O	0			ewtb.r.008585.9
+4	can	can	AUX	O	0			ewtb.r.008585.9
+5	return	return	VERB	B	0		v.social	ewtb.r.008585.9
+6	the	the	DET	o	0			ewtb.r.008585.9
+7	favor	favor	NOUN	I	5			ewtb.r.008585.9
+8	in	in	ADP	O	0			ewtb.r.008585.9
+9	the	the	DET	O	0			ewtb.r.008585.9
+10	future	future	NOUN	O	0		n.time	ewtb.r.008585.9
+11	!	!	PUNCT	O	0			ewtb.r.008585.9
+
+1	Alan	alan	PROPN	B	0		n.person	ewtb.r.008585.10
+2	Grissom	grissom	PROPN	I	1			ewtb.r.008585.10
+
+1	gone	gone	ADJ	O	0			ewtb.r.009389.1
+
+1	library	library	NOUN	O	0		n.group	ewtb.r.009389.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.009389.2
+3	closed	closed	ADJ	O	0			ewtb.r.009389.2
+4	.	.	PUNCT	O	0			ewtb.r.009389.2
+
+1	it	it	PRON	O	0			ewtb.r.009389.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.009389.3
+3	now	now	ADV	O	0			ewtb.r.009389.3
+4	bislas	bislas	PROPN	O	0		n.group	ewtb.r.009389.3
+5	.	.	PUNCT	O	0			ewtb.r.009389.3
+
+1	Poor	poor	ADJ	O	0			ewtb.r.014483.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.014483.1
+
+1	After	after	SCONJ	O	0			ewtb.r.014483.2
+2	firing	fire	VERB	O	0		v.social	ewtb.r.014483.2
+3	this	this	DET	O	0			ewtb.r.014483.2
+4	company	company	NOUN	O	0		n.group	ewtb.r.014483.2
+5	my	my	PRON	O	0			ewtb.r.014483.2
+6	next	next	ADJ	O	0			ewtb.r.014483.2
+7	pool	pool	NOUN	B	0		n.act	ewtb.r.014483.2
+8	service	service	NOUN	I	7			ewtb.r.014483.2
+9	found	find	VERB	O	0		v.cognition	ewtb.r.014483.2
+10	the	the	DET	O	0			ewtb.r.014483.2
+11	filters	filter	NOUN	O	0		n.artifact	ewtb.r.014483.2
+12	had	have	AUX	O	0			ewtb.r.014483.2
+13	not	not	PART	O	0			ewtb.r.014483.2
+14	been	be	AUX	O	0			ewtb.r.014483.2
+15	cleaned	clean	VERB	O	0		v.change	ewtb.r.014483.2
+16	as	as	SCONJ	O	0			ewtb.r.014483.2
+17	they	they	PRON	O	0			ewtb.r.014483.2
+18	should	should	AUX	O	0			ewtb.r.014483.2
+19	have	have	AUX	O	0			ewtb.r.014483.2
+20	been	be	AUX	O	0			ewtb.r.014483.2
+21	.	.	PUNCT	O	0			ewtb.r.014483.2
+
+1	I	i	PRON	O	0			ewtb.r.014483.3
+2	would	would	AUX	O	0			ewtb.r.014483.3
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.014483.3
+4	not	not	PART	O	0			ewtb.r.014483.3
+5	using	use	VERB	O	0		v.social	ewtb.r.014483.3
+6	this	this	DET	O	0			ewtb.r.014483.3
+7	company	company	NOUN	O	0		n.group	ewtb.r.014483.3
+8	.	.	PUNCT	O	0			ewtb.r.014483.3
+
+1	marisol	marisol	PROPN	O	0		n.person	ewtb.r.015687.1
+
+1	this	this	DET	O	0			ewtb.r.015687.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.015687.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.015687.2
+4	awesome	awesome	ADJ	O	0			ewtb.r.015687.2
+5	twelve	twelve	PROPN	O	0		n.group	ewtb.r.015687.2
+6	did	do	VERB	O	0		v.stative	ewtb.r.015687.2
+7	an	an	DET	O	0			ewtb.r.015687.2
+8	amazing	amazing	ADJ	O	0			ewtb.r.015687.2
+9	job	job	NOUN	O	0		n.act	ewtb.r.015687.2
+10	place	place	NOUN	O	0		n.group	ewtb.r.015687.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.015687.2
+12	clean	clean	ADJ	O	0			ewtb.r.015687.2
+13	and	and	CONJ	O	0			ewtb.r.015687.2
+14	staff	staff	NOUN	O	0		n.group	ewtb.r.015687.2
+15	is	be	VERB	O	0		v.stative	ewtb.r.015687.2
+16	friendly	friendly	ADJ	O	0			ewtb.r.015687.2
+
+1	Another	another	DET	O	0			ewtb.r.024385.1
+2	great	great	ADJ	O	0			ewtb.r.024385.1
+3	business	business	NOUN	O	0		n.group	ewtb.r.024385.1
+4	bites	bite	VERB	B	0		v.change	ewtb.r.024385.1
+5	the	the	DET	I	4			ewtb.r.024385.1
+6	dust	dust	NOUN	I	5			ewtb.r.024385.1
+7	!	!	PUNCT	O	0			ewtb.r.024385.1
+
+1	The	the	DET	O	0			ewtb.r.024385.2
+2	best	best	ADJ	O	0			ewtb.r.024385.2
+3	cakes	cake	NOUN	O	0		n.food	ewtb.r.024385.2
+4	EVER	ever	ADV	O	0			ewtb.r.024385.2
+5	!	!	PUNCT	O	0			ewtb.r.024385.2
+
+1	A	a	DET	B	0			ewtb.r.024385.3
+2	bit	bit	NOUN	I	1			ewtb.r.024385.3
+3	pricey	pricey	ADJ	O	0			ewtb.r.024385.3
+4	,	,	PUNCT	O	0			ewtb.r.024385.3
+5	so	so	ADV	O	0			ewtb.r.024385.3
+6	I	i	PRON	O	0			ewtb.r.024385.3
+7	did	do	AUX	O	0			ewtb.r.024385.3
+8	n't	n't	PART	O	0			ewtb.r.024385.3
+9	go	go	VERB	O	0		v.motion	ewtb.r.024385.3
+10	very	very	ADV	O	0			ewtb.r.024385.3
+11	often	often	ADV	O	0			ewtb.r.024385.3
+12	,	,	PUNCT	O	0			ewtb.r.024385.3
+13	but	but	CONJ	O	0			ewtb.r.024385.3
+14	it	it	PRON	O	0			ewtb.r.024385.3
+15	was	be	VERB	O	0		v.stative	ewtb.r.024385.3
+16	always	always	ADV	O	0			ewtb.r.024385.3
+17	a	a	DET	B	0		n.cognition	ewtb.r.024385.3
+18	treat	treat	NOUN	I	17			ewtb.r.024385.3
+19	when	when	ADV	O	0			ewtb.r.024385.3
+20	I	i	PRON	O	0			ewtb.r.024385.3
+21	did	do	AUX	O	0			ewtb.r.024385.3
+22	.	.	PUNCT	O	0			ewtb.r.024385.3
+
+1	The	the	DET	O	0			ewtb.r.024385.4
+2	prices	price	NOUN	O	0		n.possession	ewtb.r.024385.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.024385.4
+4	worth	worth	ADJ	O	0			ewtb.r.024385.4
+5	what	what	PRON	O	0			ewtb.r.024385.4
+6	I	i	PRON	O	0			ewtb.r.024385.4
+7	got	get	VERB	O	0		v.possession	ewtb.r.024385.4
+8	.	.	PUNCT	O	0			ewtb.r.024385.4
+
+1	I	i	PRON	O	0			ewtb.r.024385.5
+2	'm	'm	AUX	O	0			ewtb.r.024385.5
+3	assuming	assume	VERB	O	0		v.cognition	ewtb.r.024385.5
+4	they	they	PRON	O	0			ewtb.r.024385.5
+5	are	be	VERB	O	0		v.stative	ewtb.r.024385.5
+6	completely	completely	ADV	O	0			ewtb.r.024385.5
+7	out	out	ADP	B	0			ewtb.r.024385.5
+8	of	of	ADP	I	7			ewtb.r.024385.5
+9	business	business	NOUN	I	8			ewtb.r.024385.5
+10	since	since	SCONJ	O	0			ewtb.r.024385.5
+11	I	i	PRON	O	0			ewtb.r.024385.5
+12	ca	ca	AUX	O	0			ewtb.r.024385.5
+13	n't	n't	PART	O	0			ewtb.r.024385.5
+14	find	find	VERB	O	0		v.cognition	ewtb.r.024385.5
+15	any	any	DET	O	0			ewtb.r.024385.5
+16	contact	contact	NOUN	B	0		n.communication	ewtb.r.024385.5
+17	information	information	NOUN	I	16			ewtb.r.024385.5
+18	.	.	PUNCT	O	0			ewtb.r.024385.5
+
+1	I	i	PRON	O	0			ewtb.r.024385.6
+2	'm	'm	AUX	O	0			ewtb.r.024385.6
+3	hoping	hope	VERB	O	0		v.emotion	ewtb.r.024385.6
+4	the	the	DET	O	0			ewtb.r.024385.6
+5	bakers	baker	NOUN	O	0		n.person	ewtb.r.024385.6
+6	continue	continue	VERB	O	0		v.stative	ewtb.r.024385.6
+7	to	to	PART	O	0			ewtb.r.024385.6
+8	do	do	VERB	O	0		v.stative	ewtb.r.024385.6
+9	their	their	PRON	O	0			ewtb.r.024385.6
+10	baking	baking	NOUN	O	0		n.act	ewtb.r.024385.6
+11	out	out	ADP	B	0			ewtb.r.024385.6
+12	of	of	ADP	I	11			ewtb.r.024385.6
+13	another	another	DET	O	0			ewtb.r.024385.6
+14	place	place	NOUN	O	0		n.group	ewtb.r.024385.6
+15	,	,	PUNCT	O	0			ewtb.r.024385.6
+16	because	because	SCONJ	O	0			ewtb.r.024385.6
+17	it	it	PRON	O	0			ewtb.r.024385.6
+18	would	would	AUX	O	0			ewtb.r.024385.6
+19	be	be	VERB	O	0		v.stative	ewtb.r.024385.6
+20	a	a	DET	B	0		n.cognition	ewtb.r.024385.6
+21	shame	shame	NOUN	I	20			ewtb.r.024385.6
+22	not	not	PART	O	0			ewtb.r.024385.6
+23	to	to	PART	O	0			ewtb.r.024385.6
+24	have	have	VERB	O	0		v.stative	ewtb.r.024385.6
+25	these	these	DET	O	0			ewtb.r.024385.6
+26	cakes	cake	NOUN	O	0		n.food	ewtb.r.024385.6
+27	any	any	ADV	B	0			ewtb.r.024385.6
+28	longer	longer	ADV	I	27			ewtb.r.024385.6
+29	.	.	PUNCT	O	0			ewtb.r.024385.6
+
+1	Poor	poor	ADJ	O	0			ewtb.r.026883.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.026883.1
+
+1	Run	run	VERB	O	0		v.motion	ewtb.r.026883.2
+2	do	do	AUX	O	0			ewtb.r.026883.2
+3	n't	n't	PART	O	0			ewtb.r.026883.2
+4	walk	walk	VERB	O	0		v.motion	ewtb.r.026883.2
+5	.	.	PUNCT	O	0			ewtb.r.026883.2
+
+1	My	my	PRON	O	0			ewtb.r.026883.3
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.026883.3
+3	with	with	ADP	O	0			ewtb.r.026883.3
+4	Home	home	PROPN	B	0		n.group	ewtb.r.026883.3
+5	Delivery	delivery	PROPN	I	4			ewtb.r.026883.3
+6	Service	service	PROPN	I	5			ewtb.r.026883.3
+7	has	have	AUX	O	0			ewtb.r.026883.3
+8	been	be	VERB	O	0		v.stative	ewtb.r.026883.3
+9	one	one	NUM	O	0			ewtb.r.026883.3
+10	of	of	ADP	O	0			ewtb.r.026883.3
+11	disappointment	disappointment	NOUN	O	0		n.feeling	ewtb.r.026883.3
+12	and	and	CONJ	O	0			ewtb.r.026883.3
+13	anger	anger	NOUN	O	0		n.feeling	ewtb.r.026883.3
+14	.	.	PUNCT	O	0			ewtb.r.026883.3
+
+1	If	if	SCONJ	O	0			ewtb.r.026883.4
+2	I	i	PRON	O	0			ewtb.r.026883.4
+3	could	could	AUX	O	0			ewtb.r.026883.4
+4	give	give	VERB	O	0		v.communication	ewtb.r.026883.4
+5	them	them	PRON	O	0			ewtb.r.026883.4
+6	a	a	DET	O	0			ewtb.r.026883.4
+7	lower	low	ADJ	O	0			ewtb.r.026883.4
+8	rating	rating	NOUN	O	0		n.communication	ewtb.r.026883.4
+9	than	than	ADP	O	0			ewtb.r.026883.4
+10	poor	poor	NOUN	O	0		n.cognition	ewtb.r.026883.4
+11	I	i	PRON	O	0			ewtb.r.026883.4
+12	would	would	AUX	O	0			ewtb.r.026883.4
+13	.	.	PUNCT	O	0			ewtb.r.026883.4
+
+1	On	on	ADP	O	0			ewtb.r.026883.5
+2	August	august	PROPN	O	0		n.time	ewtb.r.026883.5
+3	21st	21st	NOUN	O	0		n.time	ewtb.r.026883.5
+4	,	,	PUNCT	O	0			ewtb.r.026883.5
+5	2009	2009	NUM	O	0			ewtb.r.026883.5
+6	I	i	PRON	O	0			ewtb.r.026883.5
+7	ordered	order	VERB	O	0		v.communication	ewtb.r.026883.5
+8	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.026883.5
+9	from	from	ADP	O	0			ewtb.r.026883.5
+10	Hickory	hickory	PROPN	B	0		n.group	ewtb.r.026883.5
+11	Furniture	furniture	PROPN	I	10			ewtb.r.026883.5
+12	Mart	mart	PROPN	I	11			ewtb.r.026883.5
+13	and	and	CONJ	O	0			ewtb.r.026883.5
+14	contracted	contract	VERB	O	0		v.social	ewtb.r.026883.5
+15	for	for	SCONJ	O	0			ewtb.r.026883.5
+16	HDS	hds	PROPN	O	0		n.group	ewtb.r.026883.5
+17	to	to	PART	O	0			ewtb.r.026883.5
+18	deliver	deliver	VERB	O	0		v.motion	ewtb.r.026883.5
+19	it	it	PRON	O	0			ewtb.r.026883.5
+20	.	.	PUNCT	O	0			ewtb.r.026883.5
+
+1	No	no	DET	B	0			ewtb.r.026883.8
+2	one	one	NUM	I	1			ewtb.r.026883.8
+3	will	will	AUX	O	0			ewtb.r.026883.8
+4	give	give	VERB	O	0		v.communication	ewtb.r.026883.8
+5	me	me	PRON	O	0			ewtb.r.026883.8
+6	a	a	DET	O	0			ewtb.r.026883.8
+7	date	date	NOUN	O	0		n.time	ewtb.r.026883.8
+8	.	.	PUNCT	O	0			ewtb.r.026883.8
+
+1	I	i	PRON	O	0			ewtb.r.026883.9
+2	spent	spend	VERB	O	0		v.possession	ewtb.r.026883.9
+3	$	$	SYM	O	0			ewtb.r.026883.9
+4	2300	2300	NUM	O	0			ewtb.r.026883.9
+5	on	on	ADP	O	0			ewtb.r.026883.9
+6	the	the	DET	O	0			ewtb.r.026883.9
+7	bedroom	bedroom	NOUN	O	0		n.location	ewtb.r.026883.9
+8	suite	suite	NOUN	O	0		n.artifact	ewtb.r.026883.9
+9	,	,	PUNCT	O	0			ewtb.r.026883.9
+10	which	which	DET	O	0			ewtb.r.026883.9
+11	was	be	VERB	O	0		v.stative	ewtb.r.026883.9
+12	complete	complete	ADJ	O	0			ewtb.r.026883.9
+13	and	and	CONJ	O	0			ewtb.r.026883.9
+14	excellent	excellent	ADJ	O	0			ewtb.r.026883.9
+15	condition	condition	NOUN	O	0		n.state	ewtb.r.026883.9
+16	on	on	ADP	O	0			ewtb.r.026883.9
+17	the	the	DET	O	0			ewtb.r.026883.9
+18	showroom	showroom	NOUN	B	0		n.location	ewtb.r.026883.9
+19	floor	floor	NOUN	I	18			ewtb.r.026883.9
+20	.	.	PUNCT	O	0			ewtb.r.026883.9
+
+1	Upon	upon	ADP	O	0			ewtb.r.026883.10
+2	delivery	delivery	NOUN	O	0		n.act	ewtb.r.026883.10
+3	it	it	PRON	O	0			ewtb.r.026883.10
+4	was	be	VERB	O	0		v.stative	ewtb.r.026883.10
+5	clear	clear	ADJ	O	0			ewtb.r.026883.10
+6	the	the	DET	O	0			ewtb.r.026883.10
+7	entire	entire	ADJ	O	0			ewtb.r.026883.10
+8	set	set	NOUN	O	0		n.artifact	ewtb.r.026883.10
+9	was	be	AUX	O	0			ewtb.r.026883.10
+10	damaged	damage	VERB	O	0		v.stative	ewtb.r.026883.10
+11	:	:	PUNCT	O	0			ewtb.r.026883.10
+12	a	a	DET	O	0			ewtb.r.026883.10
+13	piece	piece	NOUN	O	0		n.artifact	ewtb.r.026883.10
+14	of	of	ADP	O	0			ewtb.r.026883.10
+15	wood	wood	NOUN	O	0		n.natural_object	ewtb.r.026883.10
+16	was	be	VERB	O	0		v.stative	ewtb.r.026883.10
+17	broke	broke	ADJ	O	0			ewtb.r.026883.10
+18	on	on	ADP	O	0			ewtb.r.026883.10
+19	the	the	DET	O	0			ewtb.r.026883.10
+20	headboard	headboard	NOUN	O	0		n.artifact	ewtb.r.026883.10
+21	;	;	PUNCT	O	0			ewtb.r.026883.10
+22	the	the	DET	O	0			ewtb.r.026883.10
+23	chest	chest	NOUN	B	0		n.artifact	ewtb.r.026883.10
+24	of	of	ADP	I	23			ewtb.r.026883.10
+25	drawers	drawers	NOUN	I	24			ewtb.r.026883.10
+26	was	be	AUX	O	0			ewtb.r.026883.10
+27	missing	miss	VERB	O	0		v.stative	ewtb.r.026883.10
+28	all	all	DET	O	0			ewtb.r.026883.10
+29	four	four	NUM	O	0			ewtb.r.026883.10
+30	pieces	piece	NOUN	O	0		n.artifact	ewtb.r.026883.10
+31	necessary	necessary	ADJ	O	0			ewtb.r.026883.10
+32	to	to	PART	O	0			ewtb.r.026883.10
+33	attach	attach	VERB	O	0		v.change	ewtb.r.026883.10
+34	the	the	DET	O	0			ewtb.r.026883.10
+35	legs	legs	NOUN	O	0		n.artifact	ewtb.r.026883.10
+36	;	;	PUNCT	O	0			ewtb.r.026883.10
+37	the	the	DET	O	0			ewtb.r.026883.10
+38	dresser	dresser	NOUN	O	0		n.artifact	ewtb.r.026883.10
+39	back	back	ADJ	O	0			ewtb.r.026883.10
+40	legs	legs	NOUN	O	0		n.artifact	ewtb.r.026883.10
+41	were	be	AUX	O	0			ewtb.r.026883.10
+42	pushed	push	VERB	O	0		v.stative	ewtb.r.026883.10
+43	in	in	ADP	O	0			ewtb.r.026883.10
+44	causing	cause	VERB	O	0		v.change	ewtb.r.026883.10
+45	the	the	DET	O	0			ewtb.r.026883.10
+46	dresser	dresser	NOUN	O	0		n.artifact	ewtb.r.026883.10
+47	to	to	PART	O	0			ewtb.r.026883.10
+48	lean	lean	VERB	O	0		v.contact	ewtb.r.026883.10
+49	into	into	ADP	O	0			ewtb.r.026883.10
+50	the	the	DET	O	0			ewtb.r.026883.10
+51	wall	wall	NOUN	O	0		n.artifact	ewtb.r.026883.10
+52	;	;	PUNCT	O	0			ewtb.r.026883.10
+53	and	and	CONJ	O	0			ewtb.r.026883.10
+54	a	a	DET	O	0			ewtb.r.026883.10
+55	nighstand	nighstand	NOUN	O	0		n.artifact	ewtb.r.026883.10
+56	was	be	AUX	O	0			ewtb.r.026883.10
+57	missing	miss	VERB	O	0		v.stative	ewtb.r.026883.10
+58	a	a	DET	O	0			ewtb.r.026883.10
+59	drawer	drawer	NOUN	O	0		n.artifact	ewtb.r.026883.10
+60	.	.	PUNCT	O	0			ewtb.r.026883.10
+
+1	How	how	ADV	O	0			ewtb.r.026883.11
+2	do	do	AUX	O	0			ewtb.r.026883.11
+3	you	you	PRON	O	0			ewtb.r.026883.11
+4	lose	lose	VERB	O	0		v.cognition	ewtb.r.026883.11
+5	a	a	DET	O	0			ewtb.r.026883.11
+6	drawer	drawer	NOUN	O	0		n.artifact	ewtb.r.026883.11
+7	.	.	PUNCT	O	0			ewtb.r.026883.11
+
+1	After	after	SCONJ	O	0			ewtb.r.026883.12
+2	complaining	complain	VERB	O	0		v.communication	ewtb.r.026883.12
+3	on	on	ADP	O	0			ewtb.r.026883.12
+4	September	september	PROPN	O	0		n.time	ewtb.r.026883.12
+5	10th	10th	NOUN	O	0		n.time	ewtb.r.026883.12
+6	to	to	ADP	O	0			ewtb.r.026883.12
+7	National	national	PROPN	B	0		n.group	ewtb.r.026883.12
+8	Home	home	PROPN	I	7			ewtb.r.026883.12
+9	Furnishings	furnishings	PROPN	I	8			ewtb.r.026883.12
+10	,	,	PUNCT	O	0			ewtb.r.026883.12
+11	Boyles	boyles	PROPN	O	0		n.person	ewtb.r.026883.12
+12	,	,	PUNCT	O	0			ewtb.r.026883.12
+13	the	the	DET	O	0			ewtb.r.026883.12
+14	Hickory	hickory	PROPN	B	0		n.group	ewtb.r.026883.12
+15	Furniture	furniture	PROPN	I	14			ewtb.r.026883.12
+16	Mart	mart	PROPN	I	15			ewtb.r.026883.12
+17	and	and	CONJ	O	0			ewtb.r.026883.12
+18	Home	home	PROPN	B	0		n.group	ewtb.r.026883.12
+19	Delivery	delivery	PROPN	I	18			ewtb.r.026883.12
+20	Service	service	PROPN	I	19			ewtb.r.026883.12
+21	the	the	DET	O	0			ewtb.r.026883.12
+22	latter	latter	ADJ	O	0			ewtb.r.026883.12
+23	finally	finally	ADV	O	0			ewtb.r.026883.12
+24	called	call	VERB	B	0		v.communication	ewtb.r.026883.12
+25	me	me	PRON	o	0			ewtb.r.026883.12
+26	back	back	ADV	I	24			ewtb.r.026883.12
+27	and	and	CONJ	O	0			ewtb.r.026883.12
+28	said	say	VERB	O	0		v.communication	ewtb.r.026883.12
+29	they	they	PRON	O	0			ewtb.r.026883.12
+30	would	would	AUX	O	0			ewtb.r.026883.12
+31	be	be	VERB	O	0		v.stative	ewtb.r.026883.12
+32	up	up	ADV	O	0			ewtb.r.026883.12
+33	to	to	PART	O	0			ewtb.r.026883.12
+34	pick	pick	VERB	O	0		v.motion	ewtb.r.026883.12
+35	the	the	DET	O	0			ewtb.r.026883.12
+36	dresser	dresser	NOUN	O	0		n.artifact	ewtb.r.026883.12
+37	and	and	CONJ	O	0			ewtb.r.026883.12
+38	chest	chest	NOUN	B	0		n.artifact	ewtb.r.026883.12
+39	of	of	ADP	I	38			ewtb.r.026883.12
+40	drawers	drawers	NOUN	I	39			ewtb.r.026883.12
+41	at	at	ADP	O	0			ewtb.r.026883.12
+42	some	some	DET	O	0			ewtb.r.026883.12
+43	future	future	ADJ	O	0			ewtb.r.026883.12
+44	point	point	NOUN	O	0		n.event	ewtb.r.026883.12
+45	and	and	CONJ	O	0			ewtb.r.026883.12
+46	at	at	ADP	O	0			ewtb.r.026883.12
+47	some	some	DET	O	0			ewtb.r.026883.12
+48	later	later	ADJ	O	0			ewtb.r.026883.12
+49	point	point	NOUN	O	0		n.event	ewtb.r.026883.12
+50	it	it	PRON	O	0			ewtb.r.026883.12
+51	would	would	AUX	O	0			ewtb.r.026883.12
+52	be	be	AUX	O	0			ewtb.r.026883.12
+53	professional	professional	ADV	O	0			ewtb.r.026883.12
+54	repaired	repair	VERB	O	0		v.change	ewtb.r.026883.12
+55	and	and	CONJ	O	0			ewtb.r.026883.12
+56	at	at	ADP	O	0			ewtb.r.026883.12
+57	some	some	DET	O	0			ewtb.r.026883.12
+58	later	later	ADJ	O	0			ewtb.r.026883.12
+59	point	point	NOUN	O	0		n.event	ewtb.r.026883.12
+60	it	it	PRON	O	0			ewtb.r.026883.12
+61	would	would	AUX	O	0			ewtb.r.026883.12
+62	be	be	AUX	O	0			ewtb.r.026883.12
+63	returned	return	VERB	O	0		v.motion	ewtb.r.026883.12
+64	.	.	PUNCT	O	0			ewtb.r.026883.12
+
+1	The	the	DET	O	0			ewtb.r.026883.13
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.026883.13
+3	service	service	NOUN	I	2			ewtb.r.026883.13
+4	at	at	ADP	O	0			ewtb.r.026883.13
+5	Home	home	PROPN	B	0		n.group	ewtb.r.026883.13
+6	Delivery	delivery	PROPN	I	5			ewtb.r.026883.13
+7	Service	service	PROPN	I	6			ewtb.r.026883.13
+8	was	be	VERB	O	0		v.stative	ewtb.r.026883.13
+9	terrible	terrible	ADJ	O	0			ewtb.r.026883.13
+10	let	let	VERB	B	0		v.stative	ewtb.r.026883.13
+11	alone	alone	ADV	I	10			ewtb.r.026883.13
+12	their	their	PRON	O	0			ewtb.r.026883.13
+13	promise	promise	NOUN	O	0		n.cognition	ewtb.r.026883.13
+14	to	to	PART	O	0			ewtb.r.026883.13
+15	proper	proper	ADV	O	0			ewtb.r.026883.13
+16	set	set	VERB	B	0		v.creation	ewtb.r.026883.13
+17	up	up	ADP	I	16			ewtb.r.026883.13
+18	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.026883.13
+19	.	.	PUNCT	O	0			ewtb.r.026883.13
+
+1	So	so	ADV	O	0			ewtb.r.026883.14
+2	I	i	PRON	O	0			ewtb.r.026883.14
+3	am	be	VERB	O	0		v.stative	ewtb.r.026883.14
+4	in	in	ADP	B	0			ewtb.r.026883.14
+5	limbo	limbo	NOUN	I	4			ewtb.r.026883.14
+6	regarding	regard	VERB	O	0		v.cognition	ewtb.r.026883.14
+7	a	a	DET	O	0			ewtb.r.026883.14
+8	bedroom	bedroom	NOUN	O	0		n.location	ewtb.r.026883.14
+9	suite	suite	NOUN	O	0		n.artifact	ewtb.r.026883.14
+10	.	.	PUNCT	O	0			ewtb.r.026883.14
+
+1	I	i	PRON	O	0			ewtb.r.026883.15
+2	hope	hope	VERB	O	0		v.emotion	ewtb.r.026883.15
+3	the	the	DET	O	0			ewtb.r.026883.15
+4	owners	owner	NOUN	O	0		n.person	ewtb.r.026883.15
+5	and	and	CONJ	O	0			ewtb.r.026883.15
+6	employees	employee	NOUN	O	0		n.group	ewtb.r.026883.15
+7	of	of	ADP	O	0			ewtb.r.026883.15
+8	this	this	DET	O	0			ewtb.r.026883.15
+9	store	store	NOUN	O	0		n.group	ewtb.r.026883.15
+10	have	have	VERB	O	0			ewtb.r.026883.15
+11	broken	break	VERB	O	0		v.change	ewtb.r.026883.15
+12	bedroom	bedroom	NOUN	O	0		n.location	ewtb.r.026883.15
+13	suites	suite	NOUN	O	0		n.artifact	ewtb.r.026883.15
+14	in	in	ADP	O	0			ewtb.r.026883.15
+15	their	their	PRON	O	0			ewtb.r.026883.15
+16	homes	home	NOUN	O	0		n.location	ewtb.r.026883.15
+17	and	and	CONJ	O	0			ewtb.r.026883.15
+18	furniture	furniture	ADJ	O	0			ewtb.r.026883.15
+19	sitting	sit	VERB	O	0		v.stative	ewtb.r.026883.15
+20	in	in	ADP	O	0			ewtb.r.026883.15
+21	someone	someone	NOUN	O	0			ewtb.r.026883.15
+22	's	's	PART	O	0			ewtb.r.026883.15
+23	warehouse	warehouse	NOUN	O	0		n.location	ewtb.r.026883.15
+24	.	.	PUNCT	O	0			ewtb.r.026883.15
+
+1	Maybe	maybe	ADV	O	0			ewtb.r.026883.16
+2	then	then	ADV	O	0			ewtb.r.026883.16
+3	they	they	PRON	O	0			ewtb.r.026883.16
+4	will	will	AUX	O	0			ewtb.r.026883.16
+5	begin	begin	VERB	O	0		v.change	ewtb.r.026883.16
+6	to	to	PART	O	0			ewtb.r.026883.16
+7	understand	understand	VERB	O	0		v.cognition	ewtb.r.026883.16
+8	poor	poor	ADJ	O	0			ewtb.r.026883.16
+9	customer	customer	NOUN	B	0		n.act	ewtb.r.026883.16
+10	service	service	NOUN	I	9			ewtb.r.026883.16
+11	and	and	CONJ	O	0			ewtb.r.026883.16
+12	terrible	terrible	ADJ	O	0			ewtb.r.026883.16
+13	sit	sit	VERB	B	0		v.social	ewtb.r.026883.16
+14	up	up	ADP	I	13			ewtb.r.026883.16
+15	service	service	NOUN	O	0		n.act	ewtb.r.026883.16
+16	.	.	PUNCT	O	0			ewtb.r.026883.16
+
+1	Might	might	AUX	O	0			ewtb.r.039383.1
+2	try	try	VERB	O	0		v.social	ewtb.r.039383.1
+3	again	again	ADV	O	0			ewtb.r.039383.1
+
+1	Pros	pro	NOUN	O	0		n.cognition	ewtb.r.039383.2
+2	:	:	PUNCT	O	0			ewtb.r.039383.2
+3	*	*	SYM	O	0			ewtb.r.039383.2
+4	Jill	jill	PROPN	O	0		n.person	ewtb.r.039383.2
+5	,	,	PUNCT	O	0			ewtb.r.039383.2
+6	the	the	DET	O	0			ewtb.r.039383.2
+7	owner	owner	NOUN	O	0		n.person	ewtb.r.039383.2
+8	,	,	PUNCT	O	0			ewtb.r.039383.2
+9	is	be	VERB	O	0		v.stative	ewtb.r.039383.2
+10	very	very	ADV	O	0			ewtb.r.039383.2
+11	nice	nice	ADJ	O	0			ewtb.r.039383.2
+12	and	and	CONJ	O	0			ewtb.r.039383.2
+13	really	really	ADV	O	0			ewtb.r.039383.2
+14	cares	care	VERB	O	0		v.emotion	ewtb.r.039383.2
+15	about	about	ADP	O	0			ewtb.r.039383.2
+16	her	her	PRON	O	0			ewtb.r.039383.2
+17	feedback	feedback	NOUN	O	0		n.communication	ewtb.r.039383.2
+18	*	*	SYM	O	0			ewtb.r.039383.2
+19	Pretty	pretty	ADV	O	0			ewtb.r.039383.2
+20	nice	nice	ADJ	O	0			ewtb.r.039383.2
+21	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.039383.2
+22	*	*	SYM	O	0			ewtb.r.039383.2
+23	Great	great	ADJ	O	0			ewtb.r.039383.2
+24	Dessert	dessert	NOUN	O	0		n.food	ewtb.r.039383.2
+25	*	*	SYM	O	0			ewtb.r.039383.2
+26	Not	not	PART	O	0			ewtb.r.039383.2
+27	your	your	PRON	O	0			ewtb.r.039383.2
+28	typical	typical	ADJ	O	0			ewtb.r.039383.2
+29	veggie	veggie	NOUN	O	0		n.food	ewtb.r.039383.2
+30	selection	selection	NOUN	O	0		n.cognition	ewtb.r.039383.2
+31	,	,	PUNCT	O	0			ewtb.r.039383.2
+32	I	i	PRON	O	0			ewtb.r.039383.2
+33	like	like	VERB	O	0		v.emotion	ewtb.r.039383.2
+34	!	!	PUNCT	O	0			ewtb.r.039383.2
+
+1	Do	do	AUX	O	0			ewtb.r.039383.3
+2	n't	n't	PART	O	0			ewtb.r.039383.3
+3	know	know	VERB	O	0		v.cognition	ewtb.r.039383.3
+4	where	where	ADV	O	0			ewtb.r.039383.3
+5	else	else	ADV	O	0			ewtb.r.039383.3
+6	you	you	PRON	O	0			ewtb.r.039383.3
+7	can	can	AUX	O	0			ewtb.r.039383.3
+8	find	find	VERB	O	0		v.cognition	ewtb.r.039383.3
+9	Purple	purple	ADJ	B	0		n.food	ewtb.r.039383.3
+10	Hull	hull	NOUN	I	9			ewtb.r.039383.3
+11	Peas	pea	NOUN	I	10			ewtb.r.039383.3
+12	and	and	CONJ	O	0			ewtb.r.039383.3
+13	some	some	DET	O	0			ewtb.r.039383.3
+14	of	of	ADP	O	0			ewtb.r.039383.3
+15	the	the	DET	O	0			ewtb.r.039383.3
+16	other	other	ADJ	O	0			ewtb.r.039383.3
+17	sides	side	NOUN	O	0		n.food	ewtb.r.039383.3
+18	.	.	PUNCT	O	0			ewtb.r.039383.3
+
+1	Cons	con	NOUN	O	0		n.cognition	ewtb.r.039383.4
+2	:	:	PUNCT	O	0			ewtb.r.039383.4
+3	*	*	SYM	O	0			ewtb.r.039383.4
+4	Server	server	NOUN	O	0		n.person	ewtb.r.039383.4
+5	was	be	VERB	O	0		v.stative	ewtb.r.039383.4
+6	n't	n't	PART	O	0			ewtb.r.039383.4
+7	very	very	ADV	O	0			ewtb.r.039383.4
+8	pleasant	pleasant	ADJ	O	0			ewtb.r.039383.4
+9	*	*	SYM	O	0			ewtb.r.039383.4
+10	Pretty	pretty	ADV	O	0			ewtb.r.039383.4
+11	small	small	ADJ	O	0			ewtb.r.039383.4
+12	portion	portion	NOUN	O	0		n.relation	ewtb.r.039383.4
+13	on	on	ADP	O	0			ewtb.r.039383.4
+14	the	the	DET	O	0			ewtb.r.039383.4
+15	blackened	blacken	VERB	B	0		n.food	ewtb.r.039383.4
+16	catfish	catfish	NOUN	I	15			ewtb.r.039383.4
+17	*	*	SYM	O	0			ewtb.r.039383.4
+18	Overcooked	overcook	VERB	O	0		v.stative	ewtb.r.039383.4
+19	food	food	NOUN	O	0		n.food	ewtb.r.039383.4
+20	*	*	SYM	O	0			ewtb.r.039383.4
+21	Time	time	NOUN	O	0		n.time	ewtb.r.039383.4
+22	,	,	PUNCT	O	0			ewtb.r.039383.4
+23	took	take	VERB	O	0		v.stative	ewtb.r.039383.4
+24	about	about	ADV	O	0			ewtb.r.039383.4
+25	25	25	NUM	O	0			ewtb.r.039383.4
+26	minutes	minutes	NOUN	O	0		n.time	ewtb.r.039383.4
+27	from	from	ADP	O	0			ewtb.r.039383.4
+28	ordering	ordering	NOUN	O	0		n.act	ewtb.r.039383.4
+29	to	to	ADP	O	0			ewtb.r.039383.4
+30	eating	eating	NOUN	O	0		n.act	ewtb.r.039383.4
+31	.	.	PUNCT	O	0			ewtb.r.039383.4
+
+1	Half	half	DET	O	0			ewtb.r.039383.5
+2	the	the	DET	O	0			ewtb.r.039383.5
+3	tables	table	NOUN	O	0		n.location	ewtb.r.039383.5
+4	and	and	CONJ	O	0			ewtb.r.039383.5
+5	bar	bar	NOUN	O	0		n.location	ewtb.r.039383.5
+6	were	be	VERB	O	0		v.stative	ewtb.r.039383.5
+7	empty	empty	ADJ	O	0			ewtb.r.039383.5
+8	by	by	ADP	O	0			ewtb.r.039383.5
+9	this	this	DET	O	0			ewtb.r.039383.5
+10	point	point	NOUN	O	0		n.event	ewtb.r.039383.5
+11	.	.	PUNCT	O	0			ewtb.r.039383.5
+
+1	Other	other	ADJ	O	0			ewtb.r.039383.6
+2	Thoughts	thought	NOUN	O	0		n.cognition	ewtb.r.039383.6
+3	:	:	PUNCT	O	0			ewtb.r.039383.6
+4	Will	will	AUX	O	0			ewtb.r.039383.6
+5	try	try	VERB	O	0		v.social	ewtb.r.039383.6
+6	this	this	DET	O	0			ewtb.r.039383.6
+7	place	place	NOUN	O	0		n.group	ewtb.r.039383.6
+8	again	again	ADV	O	0			ewtb.r.039383.6
+9	.	.	PUNCT	O	0			ewtb.r.039383.6
+
+1	There	there	PRON	O	0			ewtb.r.039383.7
+2	must	must	AUX	O	0			ewtb.r.039383.7
+3	be	be	VERB	O	0		v.stative	ewtb.r.039383.7
+4	a	a	DET	O	0			ewtb.r.039383.7
+5	reason	reason	NOUN	O	0		n.cognition	ewtb.r.039383.7
+6	so	so	ADV	O	0			ewtb.r.039383.7
+7	many	many	ADJ	O	0			ewtb.r.039383.7
+8	people	person	NOUN	O	0		n.person	ewtb.r.039383.7
+9	like	like	VERB	B	0		v.emotion	ewtb.r.039383.7
+10	it	it	PRON	I	9			ewtb.r.039383.7
+11	there	there	ADV	O	0			ewtb.r.039383.7
+12	.	.	PUNCT	O	0			ewtb.r.039383.7
+
+1	Their	their	PRON	O	0			ewtb.r.039383.8
+2	Club	club	NOUN	B	0		n.food	ewtb.r.039383.8
+3	sandwich	sandwich	NOUN	I	2			ewtb.r.039383.8
+4	looks	look	VERB	O	0		v.perception	ewtb.r.039383.8
+5	tasty	tasty	ADJ	O	0			ewtb.r.039383.8
+6	,	,	PUNCT	O	0			ewtb.r.039383.8
+7	maybe	maybe	ADV	O	0			ewtb.r.039383.8
+8	that	that	DET	O	0			ewtb.r.039383.8
+9	'll	'll	AUX	O	0			ewtb.r.039383.8
+10	change	change	VERB	B	0		v.cognition	ewtb.r.039383.8
+11	my	my	PRON	o	0			ewtb.r.039383.8
+12	mind	mind	NOUN	I	10			ewtb.r.039383.8
+13	....	....	PUNCT	O	0			ewtb.r.039383.8
+14	and	and	CONJ	O	0			ewtb.r.039383.8
+15	a	a	DET	O	0			ewtb.r.039383.8
+16	different	different	ADJ	O	0			ewtb.r.039383.8
+17	server	server	NOUN	O	0		n.person	ewtb.r.039383.8
+18	.	.	PUNCT	O	0			ewtb.r.039383.8
+
+1	Rubbish	rubbish	NOUN	O	0		n.cognition	ewtb.r.042085.1
+
+1	Took	take	VERB	O	0		v.stative	ewtb.r.042085.2
+2	1	1	NUM	O	0			ewtb.r.042085.2
+3	+	+	SYM	O	0			ewtb.r.042085.2
+4	hour	hour	NOUN	O	0		n.time	ewtb.r.042085.2
+5	to	to	PART	O	0			ewtb.r.042085.2
+6	deliver	deliver	VERB	O	0		v.motion	ewtb.r.042085.2
+7	to	to	ADP	O	0			ewtb.r.042085.2
+8	Chatham	chatham	PROPN	O	0		n.location	ewtb.r.042085.2
+9	,	,	PUNCT	O	0			ewtb.r.042085.2
+10	hair	hair	NOUN	O	0		n.body	ewtb.r.042085.2
+11	in	in	ADP	O	0			ewtb.r.042085.2
+12	food	food	NOUN	O	0		n.food	ewtb.r.042085.2
+13	,	,	PUNCT	O	0			ewtb.r.042085.2
+14	driver	driver	NOUN	O	0		n.person	ewtb.r.042085.2
+15	did	do	AUX	O	0			ewtb.r.042085.2
+16	n't	n't	PART	O	0			ewtb.r.042085.2
+17	know	know	VERB	O	0		v.cognition	ewtb.r.042085.2
+18	area	area	NOUN	O	0		n.location	ewtb.r.042085.2
+19	.	.	PUNCT	O	0			ewtb.r.042085.2
+
+1	Noticed	notice	VERB	O	0		v.cognition	ewtb.r.042085.3
+2	a	a	DET	B	0			ewtb.r.042085.3
+3	few	few	NOUN	I	2			ewtb.r.042085.3
+4	of	of	ADP	O	0			ewtb.r.042085.3
+5	these	these	DET	O	0			ewtb.r.042085.3
+6	Cookie	cookie	NOUN	B	0		n.cognition	ewtb.r.042085.3
+7	cutter	cutter	NOUN	I	6			ewtb.r.042085.3
+8	places	place	NOUN	O	0		n.group	ewtb.r.042085.3
+9	opening	open	VERB	O	0		v.social	ewtb.r.042085.3
+10	in	in	ADP	O	0			ewtb.r.042085.3
+11	Summit	summit	PROPN	O	0		n.location	ewtb.r.042085.3
+12	and	and	CONJ	O	0			ewtb.r.042085.3
+13	New	new	PROPN	B	0		n.location	ewtb.r.042085.3
+14	Providence	providence	PROPN	I	13			ewtb.r.042085.3
+15	.	.	PUNCT	O	0			ewtb.r.042085.3
+
+1	Stick	stick	VERB	B	0		v.social	ewtb.r.042085.4
+2	to	to	ADP	I	1			ewtb.r.042085.4
+3	Hop	hop	PROPN	B	0		n.group	ewtb.r.042085.4
+4	Hing	hing	PROPN	I	3			ewtb.r.042085.4
+5	,	,	PUNCT	O	0			ewtb.r.042085.4
+6	20	20	NUM	O	0			ewtb.r.042085.4
+7	year	year	NOUN	O	0		n.time	ewtb.r.042085.4
+8	+	+	SYM	O	0			ewtb.r.042085.4
+9	resident	resident	NOUN	O	0		n.person	ewtb.r.042085.4
+10	.	.	PUNCT	O	0			ewtb.r.042085.4
+
+1	New	new	ADJ	O	0			ewtb.r.047184.1
+2	training	training	NOUN	O	0		n.act	ewtb.r.047184.1
+3	Centre	centre	NOUN	O	0		n.location	ewtb.r.047184.1
+4	is	be	VERB	O	0		v.stative	ewtb.r.047184.1
+5	excellent	excellent	ADJ	O	0			ewtb.r.047184.1
+
+1	The	the	DET	O	0			ewtb.r.047184.2
+2	Award	award	PROPN	B	0		n.group	ewtb.r.047184.2
+3	Dance	dance	PROPN	I	2			ewtb.r.047184.2
+4	Centre	centre	PROPN	I	3			ewtb.r.047184.2
+5	has	have	AUX	O	0			ewtb.r.047184.2
+6	moved	move	VERB	O	0		v.motion	ewtb.r.047184.2
+7	from	from	ADP	O	0			ewtb.r.047184.2
+8	its	it	PRON	O	0			ewtb.r.047184.2
+9	Holderness	holderness	PROPN	B	0		n.location	ewtb.r.047184.2
+10	Road	road	PROPN	I	9			ewtb.r.047184.2
+11	site	site	NOUN	O	0		n.location	ewtb.r.047184.2
+12	to	to	ADP	O	0			ewtb.r.047184.2
+13	a	a	DET	O	0			ewtb.r.047184.2
+14	new	new	ADJ	O	0			ewtb.r.047184.2
+15	complex	complex	NOUN	O	0		n.location	ewtb.r.047184.2
+16	on	on	ADP	O	0			ewtb.r.047184.2
+17	Chamberlain	chamberlain	PROPN	B	0		n.location	ewtb.r.047184.2
+18	Road	road	PROPN	I	17			ewtb.r.047184.2
+19	Hull	hull	PROPN	I	18			ewtb.r.047184.2
+20	.	.	PUNCT	O	0			ewtb.r.047184.2
+
+1	The	the	DET	O	0			ewtb.r.047184.4
+2	classes	class	NOUN	O	0		n.cognition	ewtb.r.047184.4
+3	cover	cover	VERB	O	0		v.cognition	ewtb.r.047184.4
+4	all	all	DET	O	0			ewtb.r.047184.4
+5	age	age	NOUN	O	0		n.process	ewtb.r.047184.4
+6	and	and	CONJ	O	0			ewtb.r.047184.4
+7	skill	skill	NOUN	O	0		n.cognition	ewtb.r.047184.4
+8	ranges	range	NOUN	O	0		n.cognition	ewtb.r.047184.4
+9	,	,	PUNCT	O	0			ewtb.r.047184.4
+10	with	with	ADP	O	0			ewtb.r.047184.4
+11	BALLROOM	ballroom	NOUN	O	0		n.act	ewtb.r.047184.4
+12	,	,	PUNCT	O	0			ewtb.r.047184.4
+13	LATIN	latin	ADJ	O	0			ewtb.r.047184.4
+14	,	,	PUNCT	O	0			ewtb.r.047184.4
+15	SEQUENCE	sequence	NOUN	O	0		n.act	ewtb.r.047184.4
+16	,	,	PUNCT	O	0			ewtb.r.047184.4
+17	STREET	street	NOUN	O	0		n.act	ewtb.r.047184.4
+18	,	,	PUNCT	O	0			ewtb.r.047184.4
+19	DISCO	disco	NOUN	O	0		n.act	ewtb.r.047184.4
+20	,	,	PUNCT	O	0			ewtb.r.047184.4
+21	LINE	line	NOUN	B	0		n.act	ewtb.r.047184.4
+22	DANCING	dancing	NOUN	I	21			ewtb.r.047184.4
+23	,	,	PUNCT	O	0			ewtb.r.047184.4
+24	BALLET	ballet	NOUN	O	0		n.act	ewtb.r.047184.4
+25	,	,	PUNCT	O	0			ewtb.r.047184.4
+26	TAP	tap	NOUN	O	0		n.act	ewtb.r.047184.4
+27	&	&	CONJ	O	0			ewtb.r.047184.4
+28	JAZZ	jazz	NOUN	O	0		n.act	ewtb.r.047184.4
+29	.	.	PUNCT	O	0			ewtb.r.047184.4
+
+1	We	we	PRON	O	0			ewtb.r.047184.5
+2	have	have	AUX	O	0			ewtb.r.047184.5
+3	attended	attend	VERB	O	0		v.social	ewtb.r.047184.5
+4	A	a	X	B	0		n.group	ewtb.r.047184.5
+5	Ward	ward	PROPN	I	4			ewtb.r.047184.5
+6	Dance	dance	PROPN	I	5			ewtb.r.047184.5
+7	Centre	centre	PROPN	I	6			ewtb.r.047184.5
+8	for	for	ADP	O	0			ewtb.r.047184.5
+9	over	over	ADP	O	0			ewtb.r.047184.5
+10	a	a	DET	O	0			ewtb.r.047184.5
+11	year	year	NOUN	O	0		n.time	ewtb.r.047184.5
+12	and	and	CONJ	O	0			ewtb.r.047184.5
+13	really	really	ADV	O	0			ewtb.r.047184.5
+14	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.047184.5
+15	the	the	DET	O	0			ewtb.r.047184.5
+16	friendly	friendly	ADJ	O	0			ewtb.r.047184.5
+17	and	and	CONJ	O	0			ewtb.r.047184.5
+18	welcoming	welcoming	ADJ	O	0			ewtb.r.047184.5
+19	way	way	NOUN	O	0		n.cognition	ewtb.r.047184.5
+20	we	we	PRON	O	0			ewtb.r.047184.5
+21	are	be	AUX	O	0			ewtb.r.047184.5
+22	taught	teach	VERB	O	0		v.communication	ewtb.r.047184.5
+23	Ballroom	ballroom	NOUN	O	0		n.cognition	ewtb.r.047184.5
+24	and	and	CONJ	O	0			ewtb.r.047184.5
+25	Latin	latin	ADJ	O	0			ewtb.r.047184.5
+26	as	as	ADV	B	0			ewtb.r.047184.5
+27	well	well	ADV	I	26			ewtb.r.047184.5
+28	as	as	ADP	I	27			ewtb.r.047184.5
+29	the	the	DET	O	0			ewtb.r.047184.5
+30	fun	fun	NOUN	O	0		n.cognition	ewtb.r.047184.5
+31	filled	fill	VERB	O	0			ewtb.r.047184.5
+32	social	social	ADJ	O	0			ewtb.r.047184.5
+33	dance	dance	NOUN	O	0		n.cognition	ewtb.r.047184.5
+34	evening	evening	NOUN	O	0		n.time	ewtb.r.047184.5
+35	held	hold	VERB	O	0		v.social	ewtb.r.047184.5
+36	every	every	DET	O	0			ewtb.r.047184.5
+37	Saturday	saturday	PROPN	O	0		n.time	ewtb.r.047184.5
+38	evening	evening	NOUN	O	0		n.time	ewtb.r.047184.5
+39	....	....	PUNCT	O	0			ewtb.r.047184.5
+
+1	It	it	PRON	O	0			ewtb.r.047184.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.047184.6
+3	not	not	PART	O	0			ewtb.r.047184.6
+4	really	really	ADV	O	0			ewtb.r.047184.6
+5	possible	possible	ADJ	O	0			ewtb.r.047184.6
+6	to	to	PART	O	0			ewtb.r.047184.6
+7	score	score	VERB	O	0		v.cognition	ewtb.r.047184.6
+8	this	this	DET	O	0			ewtb.r.047184.6
+9	school	school	NOUN	O	0		n.group	ewtb.r.047184.6
+10	too	too	ADV	O	0			ewtb.r.047184.6
+11	highly	highly	ADV	O	0			ewtb.r.047184.6
+12	,	,	PUNCT	O	0			ewtb.r.047184.6
+13	We	we	PRON	O	0			ewtb.r.047184.6
+14	would	would	AUX	O	0			ewtb.r.047184.6
+15	give	give	VERB	O	0		v.cognition	ewtb.r.047184.6
+16	it	it	PRON	O	0			ewtb.r.047184.6
+17	12	12	NUM	O	0			ewtb.r.047184.6
+18	out	out	ADP	B	0			ewtb.r.047184.6
+19	of	of	ADP	I	18			ewtb.r.047184.6
+20	10	10	NUM	O	0			ewtb.r.047184.6
+21	and	and	CONJ	O	0			ewtb.r.047184.6
+22	5	5	NUM	B	0		n.communication	ewtb.r.047184.6
+23	Stars	star	NOUN	I	22			ewtb.r.047184.6
+24	across	across	ADP	B	0			ewtb.r.047184.6
+25	the	the	DET	I	24			ewtb.r.047184.6
+26	board	board	NOUN	I	25			ewtb.r.047184.6
+27	Steve	steve	PROPN	O	0		n.person	ewtb.r.047184.6
+28	&	&	CONJ	O	0			ewtb.r.047184.6
+29	Anne	anne	PROPN	O	0		n.person	ewtb.r.047184.6
+
+1	unique	unique	ADJ	O	0			ewtb.r.052884.1
+2	gifts	gift	NOUN	O	0		n.artifact	ewtb.r.052884.1
+3	and	and	CONJ	O	0			ewtb.r.052884.1
+4	cards	cards	NOUN	O	0		n.artifact	ewtb.r.052884.1
+
+1	friendly	friendly	ADJ	O	0			ewtb.r.057386.1
+2	,	,	PUNCT	O	0			ewtb.r.057386.1
+3	fine	fine	ADJ	O	0			ewtb.r.057386.1
+4	food	food	NOUN	O	0		n.food	ewtb.r.057386.1
+
+1	The	the	DET	O	0			ewtb.r.057386.2
+2	one	one	NUM	B	0		n.communication	ewtb.r.057386.2
+3	-	-	PUNCT	I	2			ewtb.r.057386.2
+4	star	star	NOUN	I	3			ewtb.r.057386.2
+5	review	review	NOUN	O	0		n.communication	ewtb.r.057386.2
+6	from	from	ADP	O	0			ewtb.r.057386.2
+7	2005	2005	NUM	O	0			ewtb.r.057386.2
+8	is	be	VERB	O	0		v.stative	ewtb.r.057386.2
+9	out	out	ADP	B	0			ewtb.r.057386.2
+10	of	of	ADP	I	9			ewtb.r.057386.2
+11	date	date	NOUN	I	10			ewtb.r.057386.2
+12	.	.	PUNCT	O	0			ewtb.r.057386.2
+
+1	There	there	PRON	O	0			ewtb.r.057386.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.057386.3
+3	a	a	DET	O	0			ewtb.r.057386.3
+4	change	change	NOUN	O	0		n.cognition	ewtb.r.057386.3
+5	of	of	ADP	O	0			ewtb.r.057386.3
+6	ownership	ownership	NOUN	O	0		n.possession	ewtb.r.057386.3
+7	a	a	DET	B	0			ewtb.r.057386.3
+8	couple	couple	NOUN	I	7			ewtb.r.057386.3
+9	of	of	ADP	O	0			ewtb.r.057386.3
+10	years	years	NOUN	O	0		n.time	ewtb.r.057386.3
+11	ago	ago	ADV	O	0			ewtb.r.057386.3
+12	and	and	CONJ	O	0			ewtb.r.057386.3
+13	service	service	NOUN	O	0		n.act	ewtb.r.057386.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.057386.3
+15	both	both	CONJ	O	0			ewtb.r.057386.3
+16	quick	quick	ADJ	O	0			ewtb.r.057386.3
+17	and	and	CONJ	O	0			ewtb.r.057386.3
+18	extremely	extremely	ADV	O	0			ewtb.r.057386.3
+19	friendly	friendly	ADJ	O	0			ewtb.r.057386.3
+20	.	.	PUNCT	O	0			ewtb.r.057386.3
+
+1	The	the	DET	O	0			ewtb.r.057386.4
+2	food	food	NOUN	O	0		n.food	ewtb.r.057386.4
+3	continues	continue	VERB	O	0		v.stative	ewtb.r.057386.4
+4	to	to	PART	O	0			ewtb.r.057386.4
+5	be	be	VERB	O	0		v.stative	ewtb.r.057386.4
+6	very	very	ADV	O	0			ewtb.r.057386.4
+7	good	good	ADJ	O	0			ewtb.r.057386.4
+8	--	--	PUNCT	O	0			ewtb.r.057386.4
+9	deli	deli	NOUN	B	0		n.food	ewtb.r.057386.4
+10	sandwiches	sandwich	NOUN	I	9			ewtb.r.057386.4
+11	,	,	PUNCT	O	0			ewtb.r.057386.4
+12	homemade	homemade	ADJ	O	0			ewtb.r.057386.4
+13	soups	soup	NOUN	O	0		n.food	ewtb.r.057386.4
+14	,	,	PUNCT	O	0			ewtb.r.057386.4
+15	fresh	fresh	ADJ	O	0			ewtb.r.057386.4
+16	salads	salad	NOUN	O	0		n.food	ewtb.r.057386.4
+17	.	.	PUNCT	O	0			ewtb.r.057386.4
+
+1	The	the	DET	O	0			ewtb.r.057386.5
+2	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.057386.5
+3	may	may	AUX	O	0			ewtb.r.057386.5
+4	not	not	PART	O	0			ewtb.r.057386.5
+5	be	be	VERB	O	0		v.stative	ewtb.r.057386.5
+6	for	for	ADP	O	0			ewtb.r.057386.5
+7	everyone	everyone	NOUN	O	0			ewtb.r.057386.5
+8	.	.	PUNCT	O	0			ewtb.r.057386.5
+
+1	It	it	PRON	O	0			ewtb.r.057386.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.057386.6
+3	a	a	DET	O	0			ewtb.r.057386.6
+4	bustling	bustling	ADJ	O	0			ewtb.r.057386.6
+5	place	place	NOUN	O	0		n.group	ewtb.r.057386.6
+6	where	where	ADV	O	0			ewtb.r.057386.6
+7	separate	separate	ADJ	O	0			ewtb.r.057386.6
+8	parties	party	NOUN	O	0		n.group	ewtb.r.057386.6
+9	are	be	AUX	O	0			ewtb.r.057386.6
+10	seated	seat	VERB	O	0		v.stative	ewtb.r.057386.6
+11	at	at	ADP	O	0			ewtb.r.057386.6
+12	the	the	DET	O	0			ewtb.r.057386.6
+13	same	same	ADJ	O	0			ewtb.r.057386.6
+14	table	table	NOUN	O	0		n.location	ewtb.r.057386.6
+15	(	(	PUNCT	O	0			ewtb.r.057386.6
+16	as	as	ADP	O	0			ewtb.r.057386.6
+17	in	in	ADP	O	0			ewtb.r.057386.6
+18	many	many	ADJ	O	0			ewtb.r.057386.6
+19	European	european	ADJ	O	0			ewtb.r.057386.6
+20	cafes	cafe	NOUN	O	0		n.group	ewtb.r.057386.6
+21	)	)	PUNCT	O	0			ewtb.r.057386.6
+22	,	,	PUNCT	O	0			ewtb.r.057386.6
+23	but	but	CONJ	O	0			ewtb.r.057386.6
+24	if	if	SCONJ	O	0			ewtb.r.057386.6
+25	you	you	PRON	O	0			ewtb.r.057386.6
+26	are	be	VERB	O	0		v.stative	ewtb.r.057386.6
+27	OK	ok	ADJ	O	0			ewtb.r.057386.6
+28	with	with	ADP	O	0			ewtb.r.057386.6
+29	that	that	DET	O	0			ewtb.r.057386.6
+30	,	,	PUNCT	O	0			ewtb.r.057386.6
+31	the	the	DET	O	0			ewtb.r.057386.6
+32	food	food	NOUN	O	0		n.food	ewtb.r.057386.6
+33	is	be	VERB	O	0		v.stative	ewtb.r.057386.6
+34	very	very	ADV	O	0			ewtb.r.057386.6
+35	good	good	ADJ	O	0			ewtb.r.057386.6
+36	.	.	PUNCT	O	0			ewtb.r.057386.6
+
+1	Love	love	VERB	O	0		v.emotion	ewtb.r.057386.7
+2	the	the	DET	O	0			ewtb.r.057386.7
+3	soups	soup	NOUN	O	0		n.food	ewtb.r.057386.7
+4	.	.	PUNCT	O	0			ewtb.r.057386.7
+
+1	Best	best	ADJ	O	0			ewtb.r.059088.1
+2	Cigar	cigar	NOUN	B	0		n.group	ewtb.r.059088.1
+3	lounge	lounge	NOUN	I	2			ewtb.r.059088.1
+4	on	on	ADP	O	0			ewtb.r.059088.1
+5	the	the	DET	O	0			ewtb.r.059088.1
+6	blouvard	blouvard	NOUN	O	0		n.location	ewtb.r.059088.1
+7	.	.	PUNCT	O	0			ewtb.r.059088.1
+
+1	Encino	encino	PROPN	O	0		n.person	ewtb.r.059088.2
+2	has	have	AUX	O	0			ewtb.r.059088.2
+3	been	be	AUX	O	0			ewtb.r.059088.2
+4	blessed	bless	VERB	O	0		v.stative	ewtb.r.059088.2
+5	by	by	ADP	O	0			ewtb.r.059088.2
+6	the	the	DET	O	0			ewtb.r.059088.2
+7	opening	opening	NOUN	O	0		n.event	ewtb.r.059088.2
+8	of	of	ADP	O	0			ewtb.r.059088.2
+9	this	this	DET	O	0			ewtb.r.059088.2
+10	smoke	smoke	NOUN	B	0		n.group	ewtb.r.059088.2
+11	shop	shop	NOUN	I	10			ewtb.r.059088.2
+12	most	most	ADV	O	0			ewtb.r.059088.2
+13	definately	definately	ADV	O	0			ewtb.r.059088.2
+14	.	.	PUNCT	O	0			ewtb.r.059088.2
+
+1	If	if	SCONJ	O	0			ewtb.r.059088.3
+2	you	you	PRON	O	0			ewtb.r.059088.3
+3	mention	mention	VERB	O	0		v.communication	ewtb.r.059088.3
+4	the	the	DET	O	0			ewtb.r.059088.3
+5	name	name	NOUN	O	0		n.communication	ewtb.r.059088.3
+6	Amir	amir	PROPN	O	0		n.person	ewtb.r.059088.3
+7	you	you	PRON	O	0			ewtb.r.059088.3
+8	will	will	AUX	O	0			ewtb.r.059088.3
+9	receive	receive	VERB	O	0		v.possession	ewtb.r.059088.3
+10	%	%	SYM	O	0			ewtb.r.059088.3
+11	10	10	NUM	O	0			ewtb.r.059088.3
+12	off	off	ADV	O	0			ewtb.r.059088.3
+13	at	at	ADP	O	0			ewtb.r.059088.3
+14	time	time	NOUN	O	0		n.event	ewtb.r.059088.3
+15	of	of	ADP	O	0			ewtb.r.059088.3
+16	purchase	purchase	NOUN	O	0		n.possession	ewtb.r.059088.3
+
+1	Best	best	ADJ	O	0			ewtb.r.059386.1
+2	YET	yet	ADV	O	0			ewtb.r.059386.1
+3	!	!	PUNCT	O	0			ewtb.r.059386.1
+
+1	We	we	PRON	O	0			ewtb.r.059386.2
+2	go	go	VERB	O	0		v.motion	ewtb.r.059386.2
+3	to	to	ADP	O	0			ewtb.r.059386.2
+4	Japaneiro	japaneiro	PROPN	B	0		n.group	ewtb.r.059386.2
+5	's	's	PART	I	4			ewtb.r.059386.2
+6	all	all	DET	B	0		n.time	ewtb.r.059386.2
+7	the	the	DET	I	6			ewtb.r.059386.2
+8	time	time	NOUN	I	7			ewtb.r.059386.2
+9	and	and	CONJ	O	0			ewtb.r.059386.2
+10	we	we	PRON	O	0			ewtb.r.059386.2
+11	have	have	AUX	O	0			ewtb.r.059386.2
+12	NEVER	never	ADV	O	0			ewtb.r.059386.2
+13	been	be	AUX	O	0			ewtb.r.059386.2
+14	disappointed	disappoint	VERB	O	0		v.emotion	ewtb.r.059386.2
+15	!	!	PUNCT	O	0			ewtb.r.059386.2
+
+1	Wait	wait	NOUN	B	0		n.group	ewtb.r.059386.3
+2	staff	staff	NOUN	I	1			ewtb.r.059386.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.059386.3
+4	always	always	ADV	O	0			ewtb.r.059386.3
+5	ready	ready	ADJ	O	0			ewtb.r.059386.3
+6	to	to	PART	O	0			ewtb.r.059386.3
+7	help	help	VERB	O	0		v.social	ewtb.r.059386.3
+8	if	if	SCONJ	O	0			ewtb.r.059386.3
+9	you	you	PRON	O	0			ewtb.r.059386.3
+10	ca	ca	AUX	O	0			ewtb.r.059386.3
+11	n't	n't	PART	O	0			ewtb.r.059386.3
+12	decide	decide	VERB	O	0		v.cognition	ewtb.r.059386.3
+13	(	(	PUNCT	O	0			ewtb.r.059386.3
+14	which	which	DET	O	0			ewtb.r.059386.3
+15	happens	happen	VERB	O	0		v.stative	ewtb.r.059386.3
+16	every	every	DET	O	0			ewtb.r.059386.3
+17	time	time	NOUN	O	0		n.event	ewtb.r.059386.3
+18	for	for	ADP	O	0			ewtb.r.059386.3
+19	me	me	PRON	O	0			ewtb.r.059386.3
+20	d	d	ADP	O	0			ewtb.r.059386.3
+21	/	/	PUNCT	O	0			ewtb.r.059386.3
+22	t	t	ADP	O	0			ewtb.r.059386.3
+23	the	the	DET	O	0			ewtb.r.059386.3
+24	huge	huge	ADJ	O	0			ewtb.r.059386.3
+25	menu	menu	NOUN	O	0		n.communication	ewtb.r.059386.3
+26	of	of	ADP	O	0			ewtb.r.059386.3
+27	rolls	roll	NOUN	O	0		n.food	ewtb.r.059386.3
+28	)	)	PUNCT	O	0			ewtb.r.059386.3
+29	and	and	CONJ	O	0			ewtb.r.059386.3
+30	always	always	ADV	O	0			ewtb.r.059386.3
+31	courteous	courteous	ADJ	O	0			ewtb.r.059386.3
+32	!	!	PUNCT	O	0			ewtb.r.059386.3
+
+1	Soooo	soooo	ADV	O	0			ewtb.r.059386.4
+2	tasty	tasty	ADJ	O	0			ewtb.r.059386.4
+3	!	!	PUNCT	O	0			ewtb.r.059386.4
+
+1	After	after	SCONJ	O	0			ewtb.r.085980.1
+2	recently	recently	ADV	O	0			ewtb.r.085980.1
+3	relocating	relocate	VERB	O	0		v.motion	ewtb.r.085980.1
+4	to	to	ADP	O	0			ewtb.r.085980.1
+5	South	south	PROPN	B	0		n.location	ewtb.r.085980.1
+6	Bend	bend	PROPN	I	5			ewtb.r.085980.1
+7	,	,	PUNCT	O	0			ewtb.r.085980.1
+8	we	we	PRON	O	0			ewtb.r.085980.1
+9	were	be	AUX	O	0			ewtb.r.085980.1
+10	looking	look	VERB	B	0		v.cognition	ewtb.r.085980.1
+11	for	for	ADP	I	10			ewtb.r.085980.1
+12	a	a	DET	O	0			ewtb.r.085980.1
+13	delicious	delicious	ADJ	O	0			ewtb.r.085980.1
+14	,	,	PUNCT	O	0			ewtb.r.085980.1
+15	fun	fun	ADJ	O	0			ewtb.r.085980.1
+16	,	,	PUNCT	O	0			ewtb.r.085980.1
+17	yet	yet	CONJ	O	0			ewtb.r.085980.1
+18	elegant	elegant	ADJ	O	0			ewtb.r.085980.1
+19	establishment	establishment	NOUN	O	0		n.group	ewtb.r.085980.1
+20	for	for	ADP	O	0			ewtb.r.085980.1
+21	New	new	PROPN	B	0		n.event	ewtb.r.085980.1
+22	Year	year	PROPN	I	21			ewtb.r.085980.1
+23	s	s	PART	I	22			ewtb.r.085980.1
+24	Eve	eve	PROPN	I	23			ewtb.r.085980.1
+25	dinner	dinner	NOUN	O	0		n.event	ewtb.r.085980.1
+26	.	.	PUNCT	O	0			ewtb.r.085980.1
+
+1	We	we	PRON	O	0			ewtb.r.085980.2
+2	were	be	VERB	O	0		v.stative	ewtb.r.085980.2
+3	disappointed	disappointed	ADJ	O	0			ewtb.r.085980.2
+4	with	with	ADP	O	0			ewtb.r.085980.2
+5	this	this	DET	O	0			ewtb.r.085980.2
+6	holiday	holiday	NOUN	B	0		n.event	ewtb.r.085980.2
+7	dinner	dinner	NOUN	I	6			ewtb.r.085980.2
+8	due	due	ADP	B	0			ewtb.r.085980.2
+9	to	to	ADP	I	8			ewtb.r.085980.2
+10	the	the	DET	O	0			ewtb.r.085980.2
+11	overall	overall	ADJ	O	0			ewtb.r.085980.2
+12	flavor	flavor	NOUN	O	0		n.attribute	ewtb.r.085980.2
+13	and	and	CONJ	O	0			ewtb.r.085980.2
+14	price	price	NOUN	O	0		n.possession	ewtb.r.085980.2
+15	of	of	ADP	O	0			ewtb.r.085980.2
+16	the	the	DET	O	0			ewtb.r.085980.2
+17	meal	meal	NOUN	O	0		n.event	ewtb.r.085980.2
+18	,	,	PUNCT	O	0			ewtb.r.085980.2
+19	and	and	CONJ	O	0			ewtb.r.085980.2
+20	accessibility	accessibility	NOUN	O	0		n.attribute	ewtb.r.085980.2
+21	to	to	ADP	O	0			ewtb.r.085980.2
+22	the	the	DET	O	0			ewtb.r.085980.2
+23	Jazz	jazz	PROPN	B	0		n.group	ewtb.r.085980.2
+24	Club	club	PROPN	I	23			ewtb.r.085980.2
+25	.	.	PUNCT	O	0			ewtb.r.085980.2
+
+1	The	the	DET	O	0			ewtb.r.085980.3
+2	meal	meal	NOUN	O	0		n.event	ewtb.r.085980.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.085980.3
+4	extremely	extremely	ADV	O	0			ewtb.r.085980.3
+5	overpriced	overpriced	ADJ	O	0			ewtb.r.085980.3
+6	and	and	CONJ	O	0			ewtb.r.085980.3
+7	lacked	lack	VERB	O	0		v.stative	ewtb.r.085980.3
+8	flavor	flavor	NOUN	O	0		n.attribute	ewtb.r.085980.3
+9	,	,	PUNCT	O	0			ewtb.r.085980.3
+10	especially	especially	ADV	O	0			ewtb.r.085980.3
+11	for	for	SCONJ	O	0			ewtb.r.085980.3
+12	being	be	VERB	O	0		v.stative	ewtb.r.085980.3
+13	a	a	DET	O	0			ewtb.r.085980.3
+14	special	special	ADJ	O	0			ewtb.r.085980.3
+15	NYE	nye	PROPN	O	0		n.event	ewtb.r.085980.3
+16	menu	menu	NOUN	O	0		n.communication	ewtb.r.085980.3
+17	.	.	PUNCT	O	0			ewtb.r.085980.3
+
+1	The	the	DET	O	0			ewtb.r.085980.4
+2	limited	limited	ADJ	O	0			ewtb.r.085980.4
+3	menu	menu	NOUN	O	0		n.communication	ewtb.r.085980.4
+4	had	have	VERB	O	0		v.stative	ewtb.r.085980.4
+5	few	few	ADJ	O	0			ewtb.r.085980.4
+6	appetizing	appetizing	ADJ	O	0			ewtb.r.085980.4
+7	options	option	NOUN	O	0		n.cognition	ewtb.r.085980.4
+8	and	and	CONJ	O	0			ewtb.r.085980.4
+9	the	the	DET	O	0			ewtb.r.085980.4
+10	NYE	nye	PROPN	O	0		n.event	ewtb.r.085980.4
+11	special	special	ADJ	O	0			ewtb.r.085980.4
+12	packages	package	NOUN	O	0		n.artifact	ewtb.r.085980.4
+13	were	be	VERB	O	0		v.stative	ewtb.r.085980.4
+14	way	way	ADV	O	0			ewtb.r.085980.4
+15	overpriced	overpriced	ADJ	O	0			ewtb.r.085980.4
+16	.	.	PUNCT	O	0			ewtb.r.085980.4
+
+1	After	after	ADP	O	0			ewtb.r.085980.5
+2	our	our	PRON	O	0			ewtb.r.085980.5
+3	meal	meal	NOUN	O	0		n.event	ewtb.r.085980.5
+4	,	,	PUNCT	O	0			ewtb.r.085980.5
+5	our	our	PRON	O	0			ewtb.r.085980.5
+6	server	server	NOUN	O	0		n.person	ewtb.r.085980.5
+7	found	find	VERB	O	0		v.cognition	ewtb.r.085980.5
+8	us	us	PRON	O	0			ewtb.r.085980.5
+9	a	a	DET	O	0			ewtb.r.085980.5
+10	table	table	NOUN	O	0		n.location	ewtb.r.085980.5
+11	in	in	ADP	O	0			ewtb.r.085980.5
+12	the	the	DET	O	0			ewtb.r.085980.5
+13	jazz	jazz	NOUN	B	0		n.group	ewtb.r.085980.5
+14	club	club	NOUN	I	13			ewtb.r.085980.5
+15	where	where	ADV	O	0			ewtb.r.085980.5
+16	we	we	PRON	O	0			ewtb.r.085980.5
+17	were	be	AUX	O	0			ewtb.r.085980.5
+18	informed	inform	VERB	O	0		v.communication	ewtb.r.085980.5
+19	it	it	PRON	O	0			ewtb.r.085980.5
+20	would	would	AUX	O	0			ewtb.r.085980.5
+21	be	be	VERB	O	0		v.stative	ewtb.r.085980.5
+22	another	another	DET	O	0			ewtb.r.085980.5
+23	$	$	SYM	O	0			ewtb.r.085980.5
+24	10	10	NUM	O	0			ewtb.r.085980.5
+25	/	/	SYM	O	0			ewtb.r.085980.5
+26	person	person	NOUN	O	0		n.person	ewtb.r.085980.5
+27	to	to	PART	O	0			ewtb.r.085980.5
+28	stay	stay	VERB	O	0		v.social	ewtb.r.085980.5
+29	and	and	CONJ	O	0			ewtb.r.085980.5
+30	listen	listen	VERB	O	0		v.perception	ewtb.r.085980.5
+31	to	to	ADP	O	0			ewtb.r.085980.5
+32	the	the	DET	O	0			ewtb.r.085980.5
+33	band	band	NOUN	O	0		n.group	ewtb.r.085980.5
+34	,	,	PUNCT	O	0			ewtb.r.085980.5
+35	despite	despite	ADP	B	0			ewtb.r.085980.5
+36	the	the	DET	I	35			ewtb.r.085980.5
+37	fact	fact	NOUN	I	36			ewtb.r.085980.5
+38	we	we	PRON	O	0			ewtb.r.085980.5
+39	had	have	AUX	O	0			ewtb.r.085980.5
+40	just	just	ADV	O	0			ewtb.r.085980.5
+41	finished	finish	VERB	O	0		v.change	ewtb.r.085980.5
+42	a	a	DET	O	0			ewtb.r.085980.5
+43	dinner	dinner	NOUN	O	0		n.event	ewtb.r.085980.5
+44	there	there	ADV	O	0			ewtb.r.085980.5
+45	and	and	CONJ	O	0			ewtb.r.085980.5
+46	were	be	AUX	O	0			ewtb.r.085980.5
+47	intending	intend	VERB	O	0		v.cognition	ewtb.r.085980.5
+48	to	to	PART	O	0			ewtb.r.085980.5
+49	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.085980.5
+50	their	their	PRON	O	0			ewtb.r.085980.5
+51	drink	drink	NOUN	O	0		n.food	ewtb.r.085980.5
+52	list	list	NOUN	O	0		n.communication	ewtb.r.085980.5
+53	.	.	PUNCT	O	0			ewtb.r.085980.5
+
+1	This	this	DET	O	0			ewtb.r.085980.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.085980.6
+3	a	a	DET	O	0			ewtb.r.085980.6
+4	less	less	ADJ	B	0			ewtb.r.085980.6
+5	than	than	ADP	I	4			ewtb.r.085980.6
+6	impressive	impressive	ADJ	O	0			ewtb.r.085980.6
+7	experience	experience	NOUN	O	0		n.event	ewtb.r.085980.6
+8	at	at	ADP	O	0			ewtb.r.085980.6
+9	Trio	trio	PROPN	B	0		n.group	ewtb.r.085980.6
+10	's	's	PART	I	9			ewtb.r.085980.6
+11	.	.	PUNCT	O	0			ewtb.r.085980.6
+
+1	Needs	need	VERB	O	0		v.cognition	ewtb.r.094189.1
+2	to	to	PART	O	0			ewtb.r.094189.1
+3	go	go	VERB	B	0		v.social	ewtb.r.094189.1
+4	out	out	ADP	I	3			ewtb.r.094189.1
+5	of	of	ADP	I	4			ewtb.r.094189.1
+6	business	business	NOUN	I	5			ewtb.r.094189.1
+
+1	They	they	PRON	O	0			ewtb.r.094189.2
+2	close	close	VERB	O	0		v.social	ewtb.r.094189.2
+3	whenever	whenever	ADV	O	0			ewtb.r.094189.2
+4	they	they	PRON	O	0			ewtb.r.094189.2
+5	feel	feel	VERB	B	0		v.emotion	ewtb.r.094189.2
+6	like	like	ADP	I	5			ewtb.r.094189.2
+7	it	it	PRON	I	6			ewtb.r.094189.2
+8	,	,	PUNCT	O	0			ewtb.r.094189.2
+9	often	often	ADV	O	0			ewtb.r.094189.2
+10	well	well	ADV	O	0			ewtb.r.094189.2
+11	before	before	ADP	O	0			ewtb.r.094189.2
+12	their	their	PRON	O	0			ewtb.r.094189.2
+13	listed	list	VERB	O	0		v.communication	ewtb.r.094189.2
+14	closing	closing	NOUN	O	0		n.event	ewtb.r.094189.2
+15	time	time	NOUN	O	0		n.time	ewtb.r.094189.2
+16	.	.	PUNCT	O	0			ewtb.r.094189.2
+
+1	Their	their	PRON	O	0			ewtb.r.094189.3
+2	store	store	NOUN	O	0		n.group	ewtb.r.094189.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.094189.3
+4	dusty	dusty	ADJ	O	0			ewtb.r.094189.3
+5	,	,	PUNCT	O	0			ewtb.r.094189.3
+6	dirty	dirty	ADJ	O	0			ewtb.r.094189.3
+7	and	and	CONJ	O	0			ewtb.r.094189.3
+8	feels	feel	VERB	O	0		v.emotion	ewtb.r.094189.3
+9	like	like	SCONJ	O	0			ewtb.r.094189.3
+10	you	you	PRON	O	0			ewtb.r.094189.3
+11	're	're	AUX	O	0			ewtb.r.094189.3
+12	stepping	step	VERB	O	0		v.change	ewtb.r.094189.3
+13	into	into	ADP	O	0			ewtb.r.094189.3
+14	the	the	DET	O	0			ewtb.r.094189.3
+15	1970s	1970s	NOUN	O	0		n.time	ewtb.r.094189.3
+16	.	.	PUNCT	O	0			ewtb.r.094189.3
+
+1	They	they	PRON	O	0			ewtb.r.094189.4
+2	do	do	AUX	O	0			ewtb.r.094189.4
+3	n't	n't	PART	O	0			ewtb.r.094189.4
+4	take	take	VERB	O	0		v.possession	ewtb.r.094189.4
+5	coupons	coupon	NOUN	O	0		n.possession	ewtb.r.094189.4
+6	.	.	PUNCT	O	0			ewtb.r.094189.4
+
+1	They	they	PRON	O	0			ewtb.r.094189.5
+2	have	have	VERB	O	0		v.stative	ewtb.r.094189.5
+3	a	a	DET	O	0			ewtb.r.094189.5
+4	credit	credit	NOUN	B	0		n.possession	ewtb.r.094189.5
+5	card	card	NOUN	I	4			ewtb.r.094189.5
+6	minimum	minimum	NOUN	I	5			ewtb.r.094189.5
+7	.	.	PUNCT	O	0			ewtb.r.094189.5
+
+1	This	this	DET	O	0			ewtb.r.094189.6
+2	place	place	NOUN	O	0		n.group	ewtb.r.094189.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.094189.6
+4	the	the	DET	O	0			ewtb.r.094189.6
+5	opposite	opposite	NOUN	O	0		n.cognition	ewtb.r.094189.6
+6	of	of	ADP	O	0			ewtb.r.094189.6
+7	QuikTrip	quiktrip	PROPN	O	0		n.group	ewtb.r.094189.6
+8	:	:	PUNCT	O	0			ewtb.r.094189.6
+9	crappy	crappy	ADJ	O	0			ewtb.r.094189.6
+10	in	in	ADP	O	0			ewtb.r.094189.6
+11	every	every	DET	O	0			ewtb.r.094189.6
+12	way	way	NOUN	O	0		n.cognition	ewtb.r.094189.6
+13	.	.	PUNCT	O	0			ewtb.r.094189.6
+
+1	All	all	DET	O	0			ewtb.r.111583.1
+2	I	i	PRON	O	0			ewtb.r.111583.1
+3	can	can	AUX	O	0			ewtb.r.111583.1
+4	say	say	VERB	O	0		v.communication	ewtb.r.111583.1
+5	is	be	VERB	O	0		v.stative	ewtb.r.111583.1
+6	that	that	SCONJ	O	0			ewtb.r.111583.1
+7	I	i	PRON	O	0			ewtb.r.111583.1
+8	am	be	VERB	O	0		v.stative	ewtb.r.111583.1
+9	glad	glad	ADJ	O	0			ewtb.r.111583.1
+10	I	i	PRON	O	0			ewtb.r.111583.1
+11	went	go	VERB	B	0		v.motion	ewtb.r.111583.1
+12	in	in	ADV	I	11			ewtb.r.111583.1
+13	!	!	PUNCT	O	0			ewtb.r.111583.1
+
+1	The	the	DET	O	0			ewtb.r.111583.2
+2	nurses	nurse	NOUN	O	0		n.person	ewtb.r.111583.2
+3	are	be	VERB	O	0		v.stative	ewtb.r.111583.2
+4	sweet	sweet	ADJ	B	0			ewtb.r.111583.2
+5	as	as	ADP	I	4			ewtb.r.111583.2
+6	pie	pie	NOUN	I	5			ewtb.r.111583.2
+7	and	and	CONJ	O	0			ewtb.r.111583.2
+8	the	the	DET	O	0			ewtb.r.111583.2
+9	doctor	doctor	NOUN	O	0		n.person	ewtb.r.111583.2
+10	is	be	VERB	O	0		v.stative	ewtb.r.111583.2
+11	wonderful	wonderful	ADJ	O	0			ewtb.r.111583.2
+12	.	.	PUNCT	O	0			ewtb.r.111583.2
+
+1	This	this	DET	O	0			ewtb.r.111583.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.111583.3
+3	is	be	VERB	B	0		v.cognition	ewtb.r.111583.3
+4	about	about	ADP	I	3			ewtb.r.111583.3
+5	healing	healing	NOUN	O	0		n.act	ewtb.r.111583.3
+6	,	,	PUNCT	O	0			ewtb.r.111583.3
+7	not	not	PART	O	0			ewtb.r.111583.3
+8	making	make	VERB	B	0		v.social	ewtb.r.111583.3
+9	a	a	DET	I	8			ewtb.r.111583.3
+10	buck	buck	NOUN	I	9			ewtb.r.111583.3
+11	.	.	PUNCT	O	0			ewtb.r.111583.3
+
+1	The	the	DET	O	0			ewtb.r.111583.4
+2	followup	followup	NOUN	O	0		n.event	ewtb.r.111583.4
+3	visit	visit	NOUN	O	0		n.event	ewtb.r.111583.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.111583.4
+5	FREE	free	ADJ	O	0			ewtb.r.111583.4
+6	!!	!!	PUNCT	O	0			ewtb.r.111583.4
+
+1	After	after	SCONJ	O	0			ewtb.r.111583.5
+2	going	go	VERB	O	0		v.motion	ewtb.r.111583.5
+3	to	to	ADP	O	0			ewtb.r.111583.5
+4	the	the	DET	O	0			ewtb.r.111583.5
+5	hospital	hospital	NOUN	O	0		n.group	ewtb.r.111583.5
+6	and	and	CONJ	O	0			ewtb.r.111583.5
+7	paying	pay	VERB	O	0		v.possession	ewtb.r.111583.5
+8	ER	er	NOUN	O	0		n.group	ewtb.r.111583.5
+9	prices	price	NOUN	O	0		n.possession	ewtb.r.111583.5
+10	...	...	PUNCT	O	0			ewtb.r.111583.5
+11	there	there	PRON	O	0			ewtb.r.111583.5
+12	is	be	VERB	O	0		v.stative	ewtb.r.111583.5
+13	no	no	DET	O	0			ewtb.r.111583.5
+14	way	way	NOUN	O	0		n.cognition	ewtb.r.111583.5
+15	I	i	PRON	O	0			ewtb.r.111583.5
+16	wo	wo	AUX	O	0			ewtb.r.111583.5
+17	n't	n't	PART	O	0			ewtb.r.111583.5
+18	be	be	VERB	O	0		v.stative	ewtb.r.111583.5
+19	back	back	ADV	O	0			ewtb.r.111583.5
+20	here	here	ADV	O	0			ewtb.r.111583.5
+21	!!	!!	PUNCT	O	0			ewtb.r.111583.5
+
+1	I	i	PRON	O	0			ewtb.r.111583.6
+2	will	will	AUX	O	0			ewtb.r.111583.6
+3	be	be	VERB	O	0		v.stative	ewtb.r.111583.6
+4	back	back	ADV	O	0			ewtb.r.111583.6
+5	and	and	CONJ	O	0			ewtb.r.111583.6
+6	telling	tell	VERB	O	0		v.communication	ewtb.r.111583.6
+7	EVERYONE	everyone	NOUN	O	0			ewtb.r.111583.6
+8	about	about	ADP	O	0			ewtb.r.111583.6
+9	this	this	DET	O	0			ewtb.r.111583.6
+10	clinic	clinic	NOUN	O	0		n.group	ewtb.r.111583.6
+11	.	.	PUNCT	O	0			ewtb.r.111583.6
+
+1	THANK	thank	VERB	B	0			ewtb.r.111583.7
+2	YOU	you	PRON	I	1			ewtb.r.111583.7
+3	!!	!!	PUNCT	O	0			ewtb.r.111583.7
+
+1	telephone	telephone	NOUN	B	0		n.communication	ewtb.r.002317.1
+2	number	number	NOUN	I	1			ewtb.r.002317.1
+
+1	the	the	DET	O	0			ewtb.r.002317.2
+2	telephone	telephone	NOUN	B	0		n.communication	ewtb.r.002317.2
+3	number	number	NOUN	I	2			ewtb.r.002317.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.002317.2
+5	incorrect	incorrect	ADJ	O	0			ewtb.r.002317.2
+6	-	-	PUNCT	O	0			ewtb.r.002317.2
+7	our	our	PRON	O	0			ewtb.r.002317.2
+8	new	new	ADJ	O	0			ewtb.r.002317.2
+9	mobile	mobile	ADJ	B	0		n.communication	ewtb.r.002317.2
+10	number	number	NOUN	I	9			ewtb.r.002317.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.002317.2
+12	07551310002	07551310002	NUM	O	0			ewtb.r.002317.2
+13	or	or	CONJ	O	0			ewtb.r.002317.2
+14	landline	landline	NOUN	O	0		n.communication	ewtb.r.002317.2
+15	01634	01634	NUM	O	0			ewtb.r.002317.2
+16	710033	710033	NUM	O	0			ewtb.r.002317.2
+17	.	.	PUNCT	O	0			ewtb.r.002317.2
+
+1	thank	thank	VERB	B	0			ewtb.r.002317.3
+2	you	you	PRON	I	1			ewtb.r.002317.3
+
+1	Billing	billing	NOUN	O	0		n.possession	ewtb.r.003418.1
+2	Issues	issue	NOUN	O	0		n.cognition	ewtb.r.003418.1
+3	...	...	PUNCT	O	0			ewtb.r.003418.1
+
+1	My	my	PRON	O	0			ewtb.r.003418.3
+2	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.003418.3
+3	company	company	NOUN	O	0		n.group	ewtb.r.003418.3
+4	,	,	PUNCT	O	0			ewtb.r.003418.3
+5	Blue	blue	PROPN	B	0		n.group	ewtb.r.003418.3
+6	Cross	cross	PROPN	I	5			ewtb.r.003418.3
+7	/	/	PUNCT	I	6			ewtb.r.003418.3
+8	Blue	blue	PROPN	I	7			ewtb.r.003418.3
+9	Shield	shield	PROPN	I	8			ewtb.r.003418.3
+10	paid	pay	VERB	O	0		v.possession	ewtb.r.003418.3
+11	the	the	DET	O	0			ewtb.r.003418.3
+12	fees	fee	NOUN	O	0		n.possession	ewtb.r.003418.3
+13	and	and	CONJ	O	0			ewtb.r.003418.3
+14	everything	everything	NOUN	O	0			ewtb.r.003418.3
+15	was	be	VERB	O	0		v.stative	ewtb.r.003418.3
+16	fine	fine	ADJ	O	0			ewtb.r.003418.3
+17	.	.	PUNCT	O	0			ewtb.r.003418.3
+
+1	The	the	DET	O	0			ewtb.r.003418.5
+2	doctor	doctor	NOUN	B	0		n.artifact	ewtb.r.003418.5
+3	's	's	PART	I	2			ewtb.r.003418.5
+4	office	office	NOUN	I	3			ewtb.r.003418.5
+5	said	say	VERB	O	0		v.communication	ewtb.r.003418.5
+6	that	that	SCONJ	O	0			ewtb.r.003418.5
+7	payments	payment	NOUN	O	0		n.possession	ewtb.r.003418.5
+8	had	have	AUX	O	0			ewtb.r.003418.5
+9	been	be	AUX	O	0			ewtb.r.003418.5
+10	"	"	PUNCT	O	0			ewtb.r.003418.5
+11	reversed	reverse	VERB	O	0		v.change	ewtb.r.003418.5
+12	"	"	PUNCT	O	0			ewtb.r.003418.5
+13	.	.	PUNCT	O	0			ewtb.r.003418.5
+
+1	Blue	blue	PROPN	B	0		n.group	ewtb.r.003418.6
+2	cross	cross	PROPN	I	1			ewtb.r.003418.6
+3	has	have	VERB	O	0		v.stative	ewtb.r.003418.6
+4	no	no	DET	O	0			ewtb.r.003418.6
+5	record	record	NOUN	O	0		n.communication	ewtb.r.003418.6
+6	of	of	ADP	O	0			ewtb.r.003418.6
+7	aa	aa	DET	O	0			ewtb.r.003418.6
+8	reversal	reversal	NOUN	O	0		n.event	ewtb.r.003418.6
+9	.	.	PUNCT	O	0			ewtb.r.003418.6
+
+1	They	they	PRON	O	0			ewtb.r.003418.8
+2	eventually	eventually	ADV	O	0			ewtb.r.003418.8
+3	turned	turn	VERB	B	0		v.social	ewtb.r.003418.8
+4	it	it	PRON	o	0			ewtb.r.003418.8
+5	over	over	ADP	I	3			ewtb.r.003418.8
+6	to	to	ADP	I	5			ewtb.r.003418.8
+7	a	a	DET	O	0			ewtb.r.003418.8
+8	collection	collection	NOUN	B	0		n.group	ewtb.r.003418.8
+9	agency	agency	NOUN	I	8			ewtb.r.003418.8
+10	and	and	CONJ	O	0			ewtb.r.003418.8
+11	now	now	ADV	O	0			ewtb.r.003418.8
+12	will	will	AUX	O	0			ewtb.r.003418.8
+13	not	not	PART	O	0			ewtb.r.003418.8
+14	even	even	ADV	O	0			ewtb.r.003418.8
+15	discuss	discuss	VERB	O	0		v.communication	ewtb.r.003418.8
+16	the	the	DET	O	0			ewtb.r.003418.8
+17	matter	matter	NOUN	O	0		n.event	ewtb.r.003418.8
+18	.	.	PUNCT	O	0			ewtb.r.003418.8
+
+1	It	it	PRON	O	0			ewtb.r.003418.10
+2	was	be	VERB	O	0		v.stative	ewtb.r.003418.10
+3	an	an	DET	O	0			ewtb.r.003418.10
+4	ingrown	ingrown	ADJ	B	0		n.body	ewtb.r.003418.10
+5	toenail	toenail	NOUN	I	4			ewtb.r.003418.10
+6	.	.	PUNCT	O	0			ewtb.r.003418.10
+
+1	How	how	ADV	O	0			ewtb.r.003418.11
+2	much	much	ADJ	O	0			ewtb.r.003418.11
+3	could	could	AUX	O	0			ewtb.r.003418.11
+4	it	it	PRON	O	0			ewtb.r.003418.11
+5	possibly	possibly	ADV	O	0			ewtb.r.003418.11
+6	cost	cost	VERB	O	0		v.possession	ewtb.r.003418.11
+7	?	?	PUNCT	O	0			ewtb.r.003418.11
+
+1	I	i	PRON	O	0			ewtb.r.003418.13
+2	think	think	VERB	O	0		v.cognition	ewtb.r.003418.13
+3	this	this	DET	O	0			ewtb.r.003418.13
+4	office	office	NOUN	O	0		n.group	ewtb.r.003418.13
+5	has	have	VERB	B	0		v.cognition	ewtb.r.003418.13
+6	some	some	DET	o	0			ewtb.r.003418.13
+7	serious	serious	ADJ	o	0			ewtb.r.003418.13
+8	billing	billing	NOUN	o	0		n.possession	ewtb.r.003418.13
+9	practice	practice	NOUN	o	0		n.process	ewtb.r.003418.13
+10	issues	issue	NOUN	I	5			ewtb.r.003418.13
+11	!	!	PUNCT	O	0			ewtb.r.003418.13
+
+1	Sent	send	VERB	O	0		v.motion	ewtb.r.025516.2
+2	scented	scent	VERB	B	0		n.artifact	ewtb.r.025516.2
+3	flowers	flower	NOUN	I	2			ewtb.r.025516.2
+4	home	home	ADV	O	0			ewtb.r.025516.2
+5	instead	instead	ADV	B	0			ewtb.r.025516.2
+6	of	of	ADP	I	5			ewtb.r.025516.2
+7	postcards	postcard	NOUN	O	0		n.artifact	ewtb.r.025516.2
+8	.	.	PUNCT	O	0			ewtb.r.025516.2
+
+1	Our	our	PRON	O	0			ewtb.r.029218.1
+2	Wedding	wedding	NOUN	O	0		n.event	ewtb.r.029218.1
+3	11/7/08	11/7/08	NUM	O	0			ewtb.r.029218.1
+
+1	The	the	DET	O	0			ewtb.r.029218.4
+2	food	food	NOUN	O	0		n.food	ewtb.r.029218.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.029218.4
+4	out	out	X	B	0			ewtb.r.029218.4
+5	standing	standing	ADJ	I	4			ewtb.r.029218.4
+6	.	.	PUNCT	O	0			ewtb.r.029218.4
+
+1	If	if	SCONJ	O	0			ewtb.r.029218.5
+2	you	you	PRON	O	0			ewtb.r.029218.5
+3	need	need	VERB	O	0		v.cognition	ewtb.r.029218.5
+4	a	a	DET	O	0			ewtb.r.029218.5
+5	cater	cater	NOUN	O	0		n.group	ewtb.r.029218.5
+6	that	that	DET	O	0			ewtb.r.029218.5
+7	is	be	VERB	O	0		v.stative	ewtb.r.029218.5
+8	affordable	affordable	ADJ	O	0			ewtb.r.029218.5
+9	and	and	CONJ	O	0			ewtb.r.029218.5
+10	easy	easy	ADJ	O	0			ewtb.r.029218.5
+11	to	to	PART	O	0			ewtb.r.029218.5
+12	work	work	VERB	O	0		v.social	ewtb.r.029218.5
+13	with	with	ADP	O	0			ewtb.r.029218.5
+14	they	they	PRON	O	0			ewtb.r.029218.5
+15	are	be	VERB	O	0		v.stative	ewtb.r.029218.5
+16	the	the	DET	O	0			ewtb.r.029218.5
+17	ones	one	NOUN	O	0			ewtb.r.029218.5
+18	.	.	PUNCT	O	0			ewtb.r.029218.5
+
+1	Thanks	thanks	NOUN	B	0			ewtb.r.029218.6
+2	again	again	ADV	I	1			ewtb.r.029218.6
+3	Saucey	saucey	PROPN	B	0		n.group	ewtb.r.029218.6
+4	's	's	PART	I	3			ewtb.r.029218.6
+5	.	.	PUNCT	O	0			ewtb.r.029218.6
+
+1	Mark	mark	PROPN	O	0		n.person	ewtb.r.029218.7
+
+1	I	i	PRON	O	0			ewtb.r.030811.1
+2	've	've	AUX	O	0			ewtb.r.030811.1
+3	only	only	ADV	O	0			ewtb.r.030811.1
+4	had	have	VERB	B	0		v.social	ewtb.r.030811.1
+5	good	good	ADJ	o	0			ewtb.r.030811.1
+6	experiences	experience	NOUN	I	4			ewtb.r.030811.1
+7	at	at	ADP	O	0			ewtb.r.030811.1
+8	Adorn	adorn	PROPN	O	0		n.group	ewtb.r.030811.1
+9	,	,	PUNCT	O	0			ewtb.r.030811.1
+10	I	i	PRON	O	0			ewtb.r.030811.1
+11	was	be	AUX	O	0			ewtb.r.030811.1
+12	greeted	greet	VERB	O	0		v.communication	ewtb.r.030811.1
+13	and	and	CONJ	O	0			ewtb.r.030811.1
+14	offered	offer	VERB	O	0		v.communication	ewtb.r.030811.1
+15	a	a	DET	O	0			ewtb.r.030811.1
+16	refreshment	refreshment	NOUN	O	0		n.food	ewtb.r.030811.1
+17	.	.	PUNCT	O	0			ewtb.r.030811.1
+
+1	I	i	PRON	O	0			ewtb.r.030811.2
+2	highly	highly	ADV	O	0			ewtb.r.030811.2
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.030811.2
+4	Debi	debi	PROPN	O	0		n.person	ewtb.r.030811.2
+5	,	,	PUNCT	O	0			ewtb.r.030811.2
+6	she	she	PRON	O	0			ewtb.r.030811.2
+7	does	do	VERB	O	0		v.social	ewtb.r.030811.2
+8	an	an	DET	O	0			ewtb.r.030811.2
+9	amazing	amazing	ADJ	O	0			ewtb.r.030811.2
+10	job	job	NOUN	O	0		n.act	ewtb.r.030811.2
+11	,	,	PUNCT	O	0			ewtb.r.030811.2
+12	I	i	PRON	O	0			ewtb.r.030811.2
+13	"	"	PUNCT	O	0			ewtb.r.030811.2
+14	love	love	VERB	O	0		v.emotion	ewtb.r.030811.2
+15	"	"	PUNCT	O	0			ewtb.r.030811.2
+16	the	the	DET	O	0			ewtb.r.030811.2
+17	way	way	NOUN	O	0		n.cognition	ewtb.r.030811.2
+18	she	she	PRON	O	0			ewtb.r.030811.2
+19	cuts	cut	VERB	B	0		v.body	ewtb.r.030811.2
+20	my	my	PRON	o	0			ewtb.r.030811.2
+21	hair	hair	NOUN	I	19			ewtb.r.030811.2
+22	,	,	PUNCT	O	0			ewtb.r.030811.2
+23	extremely	extremely	ADV	O	0			ewtb.r.030811.2
+24	thorough	thorough	ADJ	O	0			ewtb.r.030811.2
+25	and	and	CONJ	O	0			ewtb.r.030811.2
+26	cross	cross	VERB	B	0		v.cognition	ewtb.r.030811.2
+27	checks	check	VERB	I	26			ewtb.r.030811.2
+28	her	her	PRON	O	0			ewtb.r.030811.2
+29	work	work	NOUN	O	0		n.act	ewtb.r.030811.2
+30	to	to	PART	O	0			ewtb.r.030811.2
+31	make	make	VERB	B	0		v.cognition	ewtb.r.030811.2
+32	sure	sure	ADJ	I	31			ewtb.r.030811.2
+33	my	my	PRON	O	0			ewtb.r.030811.2
+34	hair	hair	NOUN	O	0		n.body	ewtb.r.030811.2
+35	is	be	VERB	O	0		v.stative	ewtb.r.030811.2
+36	perfect	perfect	ADJ	O	0			ewtb.r.030811.2
+37	.	.	PUNCT	O	0			ewtb.r.030811.2
+
+1	I	i	PRON	O	0			ewtb.r.030811.3
+2	always	always	ADV	O	0			ewtb.r.030811.3
+3	leave	leave	VERB	O	0		v.motion	ewtb.r.030811.3
+4	loving	love	VERB	O	0		v.emotion	ewtb.r.030811.3
+5	my	my	PRON	O	0			ewtb.r.030811.3
+6	hair	hair	NOUN	B	0		n.body	ewtb.r.030811.3
+7	style	style	NOUN	I	6			ewtb.r.030811.3
+8	.	.	PUNCT	O	0			ewtb.r.030811.3
+
+1	Good	good	ADJ	O	0			ewtb.r.031113.1
+2	Pizza	pizza	NOUN	O	0		n.food	ewtb.r.031113.1
+3	at	at	ADP	O	0			ewtb.r.031113.1
+4	a	a	DET	O	0			ewtb.r.031113.1
+5	good	good	ADJ	O	0			ewtb.r.031113.1
+6	price	price	NOUN	O	0		n.possession	ewtb.r.031113.1
+
+1	The	the	DET	O	0			ewtb.r.031113.3
+2	pizza	pizza	NOUN	O	0		n.food	ewtb.r.031113.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.031113.3
+4	usually	usually	ADV	O	0			ewtb.r.031113.3
+5	pretty	pretty	ADV	O	0			ewtb.r.031113.3
+6	good	good	ADJ	O	0			ewtb.r.031113.3
+7	,	,	PUNCT	O	0			ewtb.r.031113.3
+8	the	the	DET	O	0			ewtb.r.031113.3
+9	only	only	ADJ	O	0			ewtb.r.031113.3
+10	bad	bad	NOUN	O	0			ewtb.r.031113.3
+11	one	one	NUM	O	0			ewtb.r.031113.3
+12	we	we	PRON	O	0			ewtb.r.031113.3
+13	got	get	VERB	O	0		v.stative	ewtb.r.031113.3
+14	was	be	VERB	O	0		v.stative	ewtb.r.031113.3
+15	on	on	ADP	O	0			ewtb.r.031113.3
+16	a	a	DET	O	0			ewtb.r.031113.3
+17	Friday	friday	PROPN	O	0		n.time	ewtb.r.031113.3
+18	night	night	NOUN	O	0		n.time	ewtb.r.031113.3
+19	and	and	CONJ	O	0			ewtb.r.031113.3
+20	it	it	PRON	O	0			ewtb.r.031113.3
+21	just	just	ADV	O	0			ewtb.r.031113.3
+22	needed	need	VERB	O	0		v.cognition	ewtb.r.031113.3
+23	to	to	PART	O	0			ewtb.r.031113.3
+24	be	be	AUX	O	0			ewtb.r.031113.3
+25	cooked	cook	VERB	O	0		v.creation	ewtb.r.031113.3
+26	a	a	DET	B	0			ewtb.r.031113.3
+27	little	little	ADJ	I	26			ewtb.r.031113.3
+28	more	more	ADV	O	0			ewtb.r.031113.3
+29	,	,	PUNCT	O	0			ewtb.r.031113.3
+30	but	but	CONJ	O	0			ewtb.r.031113.3
+31	it	it	PRON	O	0			ewtb.r.031113.3
+32	was	be	VERB	O	0		v.stative	ewtb.r.031113.3
+33	still	still	ADV	O	0			ewtb.r.031113.3
+34	good	good	ADJ	O	0			ewtb.r.031113.3
+35	.	.	PUNCT	O	0			ewtb.r.031113.3
+
+1	Their	their	PRON	O	0			ewtb.r.031113.4
+2	BBQ	bbq	NOUN	B	0		n.food	ewtb.r.031113.4
+3	chicken	chicken	NOUN	I	2			ewtb.r.031113.4
+4	pizza	pizza	NOUN	I	3			ewtb.r.031113.4
+5	is	be	VERB	O	0		v.stative	ewtb.r.031113.4
+6	one	one	NUM	O	0			ewtb.r.031113.4
+7	of	of	ADP	O	0			ewtb.r.031113.4
+8	the	the	DET	O	0			ewtb.r.031113.4
+9	better	better	ADJ	O	0			ewtb.r.031113.4
+10	ones	one	NOUN	O	0			ewtb.r.031113.4
+11	I	i	PRON	O	0			ewtb.r.031113.4
+12	have	have	AUX	O	0			ewtb.r.031113.4
+13	ever	ever	ADV	O	0			ewtb.r.031113.4
+14	had	have	VERB	O	0		v.consumption	ewtb.r.031113.4
+15	.	.	PUNCT	O	0			ewtb.r.031113.4
+
+1	criminal	criminal	ADJ	B	0		n.person	ewtb.r.034313.1
+2	defense	defense	NOUN	I	1			ewtb.r.034313.1
+3	lawyer	lawyer	NOUN	I	2			ewtb.r.034313.1
+
+1	Mr.	mr.	PROPN	B	0		n.person	ewtb.r.034313.2
+2	Villega	villega	PROPN	I	1			ewtb.r.034313.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.034313.2
+4	an	an	DET	O	0			ewtb.r.034313.2
+5	exceptional	exceptional	ADJ	O	0			ewtb.r.034313.2
+6	California	california	PROPN	O	0		n.location	ewtb.r.034313.2
+7	criminal	criminal	ADJ	B	0		n.person	ewtb.r.034313.2
+8	defense	defense	NOUN	I	7			ewtb.r.034313.2
+9	lawyer	lawyer	NOUN	I	8			ewtb.r.034313.2
+10	.	.	PUNCT	O	0			ewtb.r.034313.2
+
+1	If	if	SCONJ	O	0			ewtb.r.034313.4
+2	you	you	PRON	O	0			ewtb.r.034313.4
+3	want	want	VERB	O	0		v.cognition	ewtb.r.034313.4
+4	an	an	DET	O	0			ewtb.r.034313.4
+5	attorney	attorney	NOUN	O	0		n.person	ewtb.r.034313.4
+6	who	who	PRON	O	0			ewtb.r.034313.4
+7	will	will	AUX	O	0			ewtb.r.034313.4
+8	defend	defend	VERB	O	0		v.social	ewtb.r.034313.4
+9	your	your	PRON	O	0			ewtb.r.034313.4
+10	right	right	NOUN	O	0		n.cognition	ewtb.r.034313.4
+11	,	,	PUNCT	O	0			ewtb.r.034313.4
+12	contact	contact	VERB	O	0		v.communication	ewtb.r.034313.4
+13	Law	law	PROPN	B	0		n.group	ewtb.r.034313.4
+14	Offices	offices	PROPN	I	13			ewtb.r.034313.4
+15	of	of	ADP	I	14			ewtb.r.034313.4
+16	Armando	armando	PROPN	I	15			ewtb.r.034313.4
+17	Villega	villega	PROPN	I	16			ewtb.r.034313.4
+
+1	I	i	PRON	O	0			ewtb.r.034813.2
+2	do	do	AUX	O	0			ewtb.r.034813.2
+3	n't	n't	PART	O	0			ewtb.r.034813.2
+4	get	get	VERB	B	0		v.cognition	ewtb.r.034813.2
+5	it	it	PRON	I	4			ewtb.r.034813.2
+6	.	.	PUNCT	O	0			ewtb.r.034813.2
+
+1	This	this	DET	O	0			ewtb.r.034813.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.034813.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.034813.3
+4	awesome	awesome	ADJ	O	0			ewtb.r.034813.3
+5	,	,	PUNCT	O	0			ewtb.r.034813.3
+6	with	with	ADP	O	0			ewtb.r.034813.3
+7	a	a	DET	O	0			ewtb.r.034813.3
+8	great	great	ADJ	O	0			ewtb.r.034813.3
+9	ambiance	ambiance	NOUN	O	0		n.attribute	ewtb.r.034813.3
+10	and	and	CONJ	O	0			ewtb.r.034813.3
+11	cool	cool	ADJ	O	0			ewtb.r.034813.3
+12	decor	decor	NOUN	O	0		n.attribute	ewtb.r.034813.3
+13	,	,	PUNCT	O	0			ewtb.r.034813.3
+14	and	and	CONJ	O	0			ewtb.r.034813.3
+15	the	the	DET	O	0			ewtb.r.034813.3
+16	food	food	NOUN	O	0		n.food	ewtb.r.034813.3
+17	is	be	VERB	O	0		v.stative	ewtb.r.034813.3
+18	scrumptious	scrumptious	ADJ	O	0			ewtb.r.034813.3
+19	(	(	PUNCT	O	0			ewtb.r.034813.3
+20	and	and	CONJ	O	0			ewtb.r.034813.3
+21	especially	especially	ADV	O	0			ewtb.r.034813.3
+22	their	their	PRON	O	0			ewtb.r.034813.3
+23	signature	signature	NOUN	O	0			ewtb.r.034813.3
+24	banana	banana	NOUN	B	0		n.food	ewtb.r.034813.3
+25	split	split	NOUN	I	24			ewtb.r.034813.3
+26	)	)	PUNCT	O	0			ewtb.r.034813.3
+27	.	.	PUNCT	O	0			ewtb.r.034813.3
+
+1	Sure	sure	INTJ	O	0			ewtb.r.034813.4
+2	,	,	PUNCT	O	0			ewtb.r.034813.4
+3	some	some	DET	O	0			ewtb.r.034813.4
+4	items	item	NOUN	O	0		n.food	ewtb.r.034813.4
+5	are	be	VERB	O	0		v.stative	ewtb.r.034813.4
+6	a	a	DET	B	0			ewtb.r.034813.4
+7	little	little	ADJ	I	6			ewtb.r.034813.4
+8	pricey	pricey	ADJ	O	0			ewtb.r.034813.4
+9	,	,	PUNCT	O	0			ewtb.r.034813.4
+10	but	but	CONJ	O	0			ewtb.r.034813.4
+11	c'm	c	VERB	B	0			ewtb.r.034813.4
+12	on	on	ADV	I	11			ewtb.r.034813.4
+13	...	...	PUNCT	O	0			ewtb.r.034813.4
+14	have	have	AUX	O	0			ewtb.r.034813.4
+15	you	you	PRON	O	0			ewtb.r.034813.4
+16	ever	ever	ADV	O	0			ewtb.r.034813.4
+17	been	be	VERB	O	0		v.motion	ewtb.r.034813.4
+18	out	out	ADV	O	0			ewtb.r.034813.4
+19	to	to	PART	B	0			ewtb.r.034813.4
+20	eat	eat	VERB	I	19			ewtb.r.034813.4
+21	in	in	ADP	O	0			ewtb.r.034813.4
+22	Seattle	seattle	PROPN	O	0		n.location	ewtb.r.034813.4
+23	before	before	ADV	O	0			ewtb.r.034813.4
+24	?	?	PUNCT	O	0			ewtb.r.034813.4
+
+1	we	we	PRON	O	0			ewtb.r.040616.1
+2	purchased	purchase	VERB	O	0		v.possession	ewtb.r.040616.1
+3	a	a	DET	O	0			ewtb.r.040616.1
+4	new	new	ADJ	O	0			ewtb.r.040616.1
+5	home	home	NOUN	O	0		n.artifact	ewtb.r.040616.1
+6	but	but	CONJ	O	0			ewtb.r.040616.1
+7	was	be	VERB	O	0		v.stative	ewtb.r.040616.1
+8	unable	unable	ADJ	O	0			ewtb.r.040616.1
+9	to	to	PART	O	0			ewtb.r.040616.1
+10	sell	sell	VERB	O	0		v.possession	ewtb.r.040616.1
+11	our	our	PRON	O	0			ewtb.r.040616.1
+12	old	old	ADJ	O	0			ewtb.r.040616.1
+13	house	house	NOUN	O	0		n.artifact	ewtb.r.040616.1
+14	so	so	ADV	O	0			ewtb.r.040616.1
+15	we	we	PRON	O	0			ewtb.r.040616.1
+16	contacted	contact	VERB	O	0		v.communication	ewtb.r.040616.1
+17	this	this	DET	O	0			ewtb.r.040616.1
+18	property	property	NOUN	B	0		n.group	ewtb.r.040616.1
+19	management	management	NOUN	I	18			ewtb.r.040616.1
+20	company	company	NOUN	O	0		n.group	ewtb.r.040616.1
+21	and	and	CONJ	O	0			ewtb.r.040616.1
+22	they	they	PRON	O	0			ewtb.r.040616.1
+23	have	have	AUX	O	0			ewtb.r.040616.1
+24	helped	help	VERB	O	0		v.social	ewtb.r.040616.1
+25	us	us	PRON	O	0			ewtb.r.040616.1
+26	quickly	quickly	ADV	O	0			ewtb.r.040616.1
+27	rent	rent	VERB	B	0		v.possession	ewtb.r.040616.1
+28	out	out	ADP	I	27			ewtb.r.040616.1
+29	our	our	PRON	O	0			ewtb.r.040616.1
+30	house	house	NOUN	O	0		n.artifact	ewtb.r.040616.1
+31	and	and	CONJ	O	0			ewtb.r.040616.1
+32	keep	keep	VERB	B	0		v.social	ewtb.r.040616.1
+33	it	it	PRON	o	0			ewtb.r.040616.1
+34	maintained	maintain	VERB	I	32			ewtb.r.040616.1
+35	.	.	PUNCT	O	0			ewtb.r.040616.1
+
+1	Since	since	ADP	O	0			ewtb.r.040616.2
+2	then	then	ADV	O	0			ewtb.r.040616.2
+3	we	we	PRON	O	0			ewtb.r.040616.2
+4	have	have	AUX	O	0			ewtb.r.040616.2
+5	decided	decide	VERB	O	0		v.cognition	ewtb.r.040616.2
+6	to	to	PART	O	0			ewtb.r.040616.2
+7	have	have	VERB	O	0		v.stative	ewtb.r.040616.2
+8	them	them	PRON	O	0			ewtb.r.040616.2
+9	manage	manage	VERB	O	0		v.social	ewtb.r.040616.2
+10	our	our	PRON	O	0			ewtb.r.040616.2
+11	other	other	ADJ	O	0			ewtb.r.040616.2
+12	investment	investment	NOUN	O	0		n.possession	ewtb.r.040616.2
+13	properties	property	NOUN	O	0		n.group	ewtb.r.040616.2
+14	as	as	ADV	B	0			ewtb.r.040616.2
+15	well	well	ADV	I	14			ewtb.r.040616.2
+16	as	as	SCONJ	I	15			ewtb.r.040616.2
+17	we	we	PRON	O	0			ewtb.r.040616.2
+18	getting	get	VERB	B	0		v.change	ewtb.r.040616.2
+19	older	older	ADJ	I	18			ewtb.r.040616.2
+20	and	and	CONJ	O	0			ewtb.r.040616.2
+21	can	can	AUX	O	0			ewtb.r.040616.2
+22	no	no	ADV	O	0			ewtb.r.040616.2
+23	longer	longer	ADV	O	0			ewtb.r.040616.2
+24	perform	perform	VERB	O	0		v.social	ewtb.r.040616.2
+25	all	all	DET	O	0			ewtb.r.040616.2
+26	the	the	DET	O	0			ewtb.r.040616.2
+27	inquires	inquires	NOUN	O	0		n.cognition	ewtb.r.040616.2
+28	.	.	PUNCT	O	0			ewtb.r.040616.2
+
+1	Great	great	ADJ	O	0			ewtb.r.040616.3
+2	help	help	NOUN	O	0		n.act	ewtb.r.040616.3
+3	!	!	PUNCT	O	0			ewtb.r.040616.3
+
+1	When	when	ADV	O	0			ewtb.r.042012.1
+2	in	in	ADP	O	0			ewtb.r.042012.1
+3	Scordia	scordia	PROPN	O	0		n.location	ewtb.r.042012.1
+4	,	,	PUNCT	O	0			ewtb.r.042012.1
+5	Sicily	sicily	PROPN	O	0		n.location	ewtb.r.042012.1
+
+1	If	if	ADP	B	0			ewtb.r.042012.2
+2	ever	ever	ADV	I	1			ewtb.r.042012.2
+3	in	in	ADP	O	0			ewtb.r.042012.2
+4	Sicily	sicily	PROPN	O	0		n.location	ewtb.r.042012.2
+5	please	please	INTJ	O	0			ewtb.r.042012.2
+6	take	take	VERB	B	0		v.social	ewtb.r.042012.2
+7	the	the	DET	I	6			ewtb.r.042012.2
+8	time	time	NOUN	I	7			ewtb.r.042012.2
+9	to	to	PART	O	0			ewtb.r.042012.2
+10	visit	visit	VERB	O	0		v.social	ewtb.r.042012.2
+11	Anna	anna	PROPN	B	0		n.person	ewtb.r.042012.2
+12	Maria	maria	PROPN	I	11			ewtb.r.042012.2
+13	Jose	jose	PROPN	I	12			ewtb.r.042012.2
+14	Mudo	mudo	PROPN	I	13			ewtb.r.042012.2
+15	and	and	CONJ	O	0			ewtb.r.042012.2
+16	her	her	PRON	O	0			ewtb.r.042012.2
+17	familia	familia	NOUN	O	0		n.group	ewtb.r.042012.2
+18	.	.	PUNCT	O	0			ewtb.r.042012.2
+
+1	They	they	PRON	O	0			ewtb.r.042012.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.042012.3
+3	and	and	CONJ	O	0			ewtb.r.042012.3
+4	always	always	ADV	O	0			ewtb.r.042012.3
+5	will	will	AUX	O	0			ewtb.r.042012.3
+6	be	be	VERB	O	0		v.stative	ewtb.r.042012.3
+7	the	the	DET	O	0			ewtb.r.042012.3
+8	nicest	nice	ADJ	O	0			ewtb.r.042012.3
+9	people	person	NOUN	O	0		n.group	ewtb.r.042012.3
+10	in	in	ADP	O	0			ewtb.r.042012.3
+11	Sicily	sicily	PROPN	O	0		n.location	ewtb.r.042012.3
+12	that	that	DET	O	0			ewtb.r.042012.3
+13	you	you	PRON	O	0			ewtb.r.042012.3
+14	will	will	AUX	O	0			ewtb.r.042012.3
+15	meet	meet	VERB	O	0		v.social	ewtb.r.042012.3
+16	.	.	PUNCT	O	0			ewtb.r.042012.3
+
+1	You	you	PRON	O	0			ewtb.r.042012.4
+2	will	will	AUX	O	0			ewtb.r.042012.4
+3	also	also	ADV	O	0			ewtb.r.042012.4
+4	have	have	VERB	B	0		n.feeling	ewtb.r.042012.4
+5	the	the	DET	I	4			ewtb.r.042012.4
+6	pleasure	pleasure	NOUN	I	5			ewtb.r.042012.4
+7	of	of	SCONJ	O	0			ewtb.r.042012.4
+8	learning	learn	VERB	O	0		v.cognition	ewtb.r.042012.4
+9	the	the	DET	O	0			ewtb.r.042012.4
+10	Italiano	italiano	PROPN	O	0		n.communication	ewtb.r.042012.4
+11	language	language	NOUN	O	0		n.communication	ewtb.r.042012.4
+12	.	.	PUNCT	O	0			ewtb.r.042012.4
+
+1	You	you	PRON	O	0			ewtb.r.042012.5
+2	will	will	AUX	O	0			ewtb.r.042012.5
+3	also	also	ADV	O	0			ewtb.r.042012.5
+4	have	have	VERB	B	0		v.social	ewtb.r.042012.5
+5	the	the	DET	o	0			ewtb.r.042012.5
+6	experience	experience	NOUN	I	4			ewtb.r.042012.5
+7	of	of	SCONJ	O	0			ewtb.r.042012.5
+8	learning	learn	VERB	O	0		v.cognition	ewtb.r.042012.5
+9	the	the	DET	O	0			ewtb.r.042012.5
+10	bella	bella	ADJ	O	0			ewtb.r.042012.5
+11	Sicilian	sicilian	ADJ	O	0			ewtb.r.042012.5
+12	culture	culture	NOUN	O	0		n.cognition	ewtb.r.042012.5
+13	,	,	PUNCT	O	0			ewtb.r.042012.5
+14	that	that	DET	O	0			ewtb.r.042012.5
+15	I	i	PRON	O	0			ewtb.r.042012.5
+16	have	have	AUX	O	0			ewtb.r.042012.5
+17	fallen	fall	VERB	O	0		v.emotion	ewtb.r.042012.5
+18	in	in	ADP	O	0			ewtb.r.042012.5
+19	luv	luv	NOUN	O	0		n.feeling	ewtb.r.042012.5
+20	with	with	ADP	O	0			ewtb.r.042012.5
+21	.	.	PUNCT	O	0			ewtb.r.042012.5
+
+1	Luv	luv	NOUN	B	0			ewtb.r.042012.7
+2	always	always	ADV	I	1			ewtb.r.042012.7
+3	..	..	PUNCT	O	0			ewtb.r.042012.7
+
+1	Ca	ca	AUX	B	0		v.cognition	ewtb.r.042416.1
+2	n't	n't	PART	I	1			ewtb.r.042416.1
+3	wait	wait	VERB	I	2			ewtb.r.042416.1
+4	to	to	PART	O	0			ewtb.r.042416.1
+5	go	go	VERB	O	0		v.motion	ewtb.r.042416.1
+6	back	back	ADV	O	0			ewtb.r.042416.1
+7	!!!	!!!	PUNCT	O	0			ewtb.r.042416.1
+
+1	This	this	DET	O	0			ewtb.r.042416.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.042416.2
+3	by	by	ADP	B	0			ewtb.r.042416.2
+4	far	far	ADV	I	3			ewtb.r.042416.2
+5	the	the	DET	O	0			ewtb.r.042416.2
+6	BEST	best	ADJ	O	0			ewtb.r.042416.2
+7	B&B	b&b	NOUN	O	0		n.group	ewtb.r.042416.2
+8	that	that	DET	O	0			ewtb.r.042416.2
+9	we	we	PRON	O	0			ewtb.r.042416.2
+10	have	have	AUX	O	0			ewtb.r.042416.2
+11	ever	ever	ADV	O	0			ewtb.r.042416.2
+12	stayed	stay	VERB	O	0		v.social	ewtb.r.042416.2
+13	at	at	ADP	O	0			ewtb.r.042416.2
+14	!	!	PUNCT	O	0			ewtb.r.042416.2
+
+1	We	we	PRON	O	0			ewtb.r.042416.4
+2	could	could	AUX	O	0			ewtb.r.042416.4
+3	not	not	PART	O	0			ewtb.r.042416.4
+4	have	have	AUX	O	0			ewtb.r.042416.4
+5	been	be	VERB	O	0			ewtb.r.042416.4
+6	more	more	ADV	O	0			ewtb.r.042416.4
+7	welcomed	welcome	VERB	O	0		v.social	ewtb.r.042416.4
+8	,	,	PUNCT	O	0			ewtb.r.042416.4
+9	more	more	ADV	O	0			ewtb.r.042416.4
+10	comfortable	comfortable	ADJ	O	0			ewtb.r.042416.4
+11	or	or	CONJ	O	0			ewtb.r.042416.4
+12	more	more	ADV	O	0			ewtb.r.042416.4
+13	well	well	ADV	B	0		v.stative	ewtb.r.042416.4
+14	fed	feed	VERB	I	13			ewtb.r.042416.4
+15	.	.	PUNCT	O	0			ewtb.r.042416.4
+
+1	We	we	PRON	O	0			ewtb.r.042416.7
+2	can	can	AUX	B	0		v.cognition	ewtb.r.042416.7
+3	not	not	PART	I	2			ewtb.r.042416.7
+4	wait	wait	VERB	I	3			ewtb.r.042416.7
+5	to	to	PART	O	0			ewtb.r.042416.7
+6	go	go	VERB	O	0		v.motion	ewtb.r.042416.7
+7	back	back	ADV	O	0			ewtb.r.042416.7
+8	to	to	ADP	O	0			ewtb.r.042416.7
+9	Santa	santa	PROPN	B	0		n.location	ewtb.r.042416.7
+10	Fe	fe	PROPN	I	9			ewtb.r.042416.7
+11	and	and	CONJ	O	0			ewtb.r.042416.7
+12	to	to	ADP	O	0			ewtb.r.042416.7
+13	this	this	DET	O	0			ewtb.r.042416.7
+14	great	great	ADJ	O	0			ewtb.r.042416.7
+15	B&B	b&b	NOUN	O	0		n.group	ewtb.r.042416.7
+16	...	...	PUNCT	O	0			ewtb.r.042416.7
+17	especially	especially	ADV	O	0			ewtb.r.042416.7
+18	my	my	PRON	O	0			ewtb.r.042416.7
+19	4	4	NUM	O	0			ewtb.r.042416.7
+20	year	year	NOUN	B	0		n.person	ewtb.r.042416.7
+21	old	old	ADJ	I	20			ewtb.r.042416.7
+22	,	,	PUNCT	O	0			ewtb.r.042416.7
+23	who	who	PRON	O	0			ewtb.r.042416.7
+24	made	make	VERB	B	0		v.social	ewtb.r.042416.7
+25	friends	friend	NOUN	I	24			ewtb.r.042416.7
+26	with	with	ADP	O	0			ewtb.r.042416.7
+27	Ms.	ms.	PROPN	B	0		n.person	ewtb.r.042416.7
+28	Sue	sue	PROPN	I	27			ewtb.r.042416.7
+29	and	and	CONJ	O	0			ewtb.r.042416.7
+30	all	all	DET	O	0			ewtb.r.042416.7
+31	the	the	DET	O	0			ewtb.r.042416.7
+32	ladies	lady	NOUN	O	0		n.person	ewtb.r.042416.7
+33	,	,	PUNCT	O	0			ewtb.r.042416.7
+34	and	and	CONJ	O	0			ewtb.r.042416.7
+35	has	have	AUX	O	0			ewtb.r.042416.7
+36	talked	talk	VERB	O	0		v.communication	ewtb.r.042416.7
+37	about	about	ADP	O	0			ewtb.r.042416.7
+38	them	them	PRON	O	0			ewtb.r.042416.7
+39	since	since	SCONJ	O	0			ewtb.r.042416.7
+40	we	we	PRON	O	0			ewtb.r.042416.7
+41	left	leave	VERB	O	0		v.motion	ewtb.r.042416.7
+42	!	!	PUNCT	O	0			ewtb.r.042416.7
+
+1	We	we	PRON	O	0			ewtb.r.042416.8
+2	would	would	AUX	O	0			ewtb.r.042416.8
+3	highly	highly	ADV	O	0			ewtb.r.042416.8
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.042416.8
+5	the	the	DET	O	0			ewtb.r.042416.8
+6	El	el	PROPN	B	0		n.group	ewtb.r.042416.8
+7	Paradero	paradero	PROPN	I	6			ewtb.r.042416.8
+8	on	on	ADP	O	0			ewtb.r.042416.8
+9	your	your	PRON	O	0			ewtb.r.042416.8
+10	next	next	ADJ	O	0			ewtb.r.042416.8
+11	trip	trip	NOUN	O	0		n.event	ewtb.r.042416.8
+12	to	to	ADP	O	0			ewtb.r.042416.8
+13	Santa	santa	PROPN	B	0		n.location	ewtb.r.042416.8
+14	Fe	fe	PROPN	I	13			ewtb.r.042416.8
+15	!	!	PUNCT	O	0			ewtb.r.042416.8
+
+1	Lots	lots	NOUN	O	0			ewtb.r.071017.3
+2	of	of	ADP	O	0			ewtb.r.071017.3
+3	room	room	NOUN	O	0		n.attribute	ewtb.r.071017.3
+4	for	for	ADP	O	0			ewtb.r.071017.3
+5	big	big	ADJ	B	0		n.artifact	ewtb.r.071017.3
+6	rig	rig	NOUN	I	5			ewtb.r.071017.3
+7	parking	parking	NOUN	O	0		n.cognition	ewtb.r.071017.3
+8	.	.	PUNCT	O	0			ewtb.r.071017.3
+
+1	I	i	PRON	O	0			ewtb.r.071518.2
+2	took	take	VERB	B	0		v.motion	ewtb.r.071518.2
+3	my	my	PRON	o	0			ewtb.r.071518.2
+4	2001	2001	NUM	b	0		n.artifact	ewtb.r.071518.2
+5	Nissan	nissan	PROPN	i	4			ewtb.r.071518.2
+6	Frontier	frontier	PROPN	i	5			ewtb.r.071518.2
+7	in	in	ADV	I	2			ewtb.r.071518.2
+8	to	to	PART	O	0			ewtb.r.071518.2
+9	fix	fix	VERB	O	0		v.change	ewtb.r.071518.2
+10	a	a	DET	O	0			ewtb.r.071518.2
+11	cracked	crack	VERB	O	0			ewtb.r.071518.2
+12	manifold	manifold	NOUN	O	0		n.artifact	ewtb.r.071518.2
+13	.	.	PUNCT	O	0			ewtb.r.071518.2
+
+1	I	i	PRON	O	0			ewtb.r.071518.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.071518.5
+3	so	so	ADV	O	0			ewtb.r.071518.5
+4	impressed	impressed	ADJ	O	0			ewtb.r.071518.5
+5	with	with	ADP	O	0			ewtb.r.071518.5
+6	the	the	DET	O	0			ewtb.r.071518.5
+7	honesty	honesty	NOUN	O	0		n.attribute	ewtb.r.071518.5
+8	and	and	CONJ	O	0			ewtb.r.071518.5
+9	integrity	integrity	NOUN	O	0		n.attribute	ewtb.r.071518.5
+10	of	of	ADP	O	0			ewtb.r.071518.5
+11	Mike	mike	PROPN	O	0		n.person	ewtb.r.071518.5
+12	and	and	CONJ	O	0			ewtb.r.071518.5
+13	everyone	everyone	NOUN	O	0			ewtb.r.071518.5
+14	at	at	ADP	O	0			ewtb.r.071518.5
+15	Eagle	eagle	PROPN	B	0		n.group	ewtb.r.071518.5
+16	Transmission	transmission	PROPN	I	15			ewtb.r.071518.5
+17	!	!	PUNCT	O	0			ewtb.r.071518.5
+
+1	the	the	DET	O	0			ewtb.r.077213.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.077213.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.077213.1
+4	mediocre	mediocre	ADJ	O	0			ewtb.r.077213.1
+5	at	at	ADV	B	0			ewtb.r.077213.1
+6	best	best	ADV	I	5			ewtb.r.077213.1
+7	.	.	PUNCT	O	0			ewtb.r.077213.1
+
+1	the	the	DET	O	0			ewtb.r.077213.2
+2	waitress	waitress	NOUN	O	0		n.person	ewtb.r.077213.2
+3	took	take	VERB	B	0		v.communication	ewtb.r.077213.2
+4	my	my	PRON	o	0			ewtb.r.077213.2
+5	name	name	NOUN	I	3			ewtb.r.077213.2
+6	and	and	CONJ	O	0			ewtb.r.077213.2
+7	then	then	ADV	O	0			ewtb.r.077213.2
+8	called	call	VERB	O	0		v.communication	ewtb.r.077213.2
+9	me	me	PRON	O	0			ewtb.r.077213.2
+10	that	that	DET	O	0			ewtb.r.077213.2
+11	all	all	DET	O	0			ewtb.r.077213.2
+12	night	night	NOUN	O	0		n.event	ewtb.r.077213.2
+13	.	.	PUNCT	O	0			ewtb.r.077213.2
+
+1	not	not	PART	O	0			ewtb.r.077213.3
+2	sure	sure	ADJ	O	0			ewtb.r.077213.3
+3	how	how	ADV	O	0			ewtb.r.077213.3
+4	I	i	PRON	O	0			ewtb.r.077213.3
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.077213.3
+6	about	about	ADP	O	0			ewtb.r.077213.3
+7	that	that	DET	O	0			ewtb.r.077213.3
+8	one	one	NUM	O	0			ewtb.r.077213.3
+9	.	.	PUNCT	O	0			ewtb.r.077213.3
+
+1	it	it	PRON	O	0			ewtb.r.077213.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.077213.4
+3	passable	passable	ADJ	O	0			ewtb.r.077213.4
+4	as	as	ADP	O	0			ewtb.r.077213.4
+5	a	a	DET	O	0			ewtb.r.077213.4
+6	pub	pub	NOUN	O	0		n.group	ewtb.r.077213.4
+7	,	,	PUNCT	O	0			ewtb.r.077213.4
+8	but	but	CONJ	O	0			ewtb.r.077213.4
+9	the	the	DET	O	0			ewtb.r.077213.4
+10	pizza	pizza	NOUN	O	0		n.food	ewtb.r.077213.4
+11	is	be	VERB	O	0		v.stative	ewtb.r.077213.4
+12	not	not	PART	O	0			ewtb.r.077213.4
+13	that	that	ADV	O	0			ewtb.r.077213.4
+14	great	great	ADJ	O	0			ewtb.r.077213.4
+15	.	.	PUNCT	O	0			ewtb.r.077213.4
+
+1	if	if	SCONJ	O	0			ewtb.r.077213.5
+2	you	you	PRON	O	0			ewtb.r.077213.5
+3	want	want	VERB	O	0		v.cognition	ewtb.r.077213.5
+4	good	good	ADJ	O	0			ewtb.r.077213.5
+5	pizza	pizza	NOUN	O	0		n.food	ewtb.r.077213.5
+6	,	,	PUNCT	O	0			ewtb.r.077213.5
+7	go	go	VERB	O	0		v.motion	ewtb.r.077213.5
+8	to	to	ADP	O	0			ewtb.r.077213.5
+9	famoso	famoso	PROPN	O	0		n.group	ewtb.r.077213.5
+10	.	.	PUNCT	O	0			ewtb.r.077213.5
+
+1	seriously	seriously	ADV	O	0			ewtb.r.077213.6
+2	.	.	PUNCT	O	0			ewtb.r.077213.6
+
+1	Small	small	ADJ	O	0			ewtb.r.077414.1
+2	Firm	firm	NOUN	O	0		n.group	ewtb.r.077414.1
+3	with	with	ADP	O	0			ewtb.r.077414.1
+4	Great	great	ADJ	O	0			ewtb.r.077414.1
+5	Service	service	NOUN	O	0		n.act	ewtb.r.077414.1
+
+1	Bloom	bloom	PROPN	B	0		n.group	ewtb.r.077414.2
+2	Legal	legal	PROPN	I	1			ewtb.r.077414.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.077414.2
+4	really	really	ADV	O	0			ewtb.r.077414.2
+5	attentive	attentive	ADJ	O	0			ewtb.r.077414.2
+6	to	to	ADP	O	0			ewtb.r.077414.2
+7	my	my	PRON	O	0			ewtb.r.077414.2
+8	problem	problem	NOUN	O	0		n.cognition	ewtb.r.077414.2
+9	,	,	PUNCT	O	0			ewtb.r.077414.2
+10	and	and	CONJ	O	0			ewtb.r.077414.2
+11	Seth	seth	PROPN	B	0		n.person	ewtb.r.077414.2
+12	Bloom	bloom	PROPN	I	11			ewtb.r.077414.2
+13	took	take	VERB	B	0		v.social	ewtb.r.077414.2
+14	the	the	DET	I	13			ewtb.r.077414.2
+15	time	time	NOUN	I	14			ewtb.r.077414.2
+16	to	to	PART	O	0			ewtb.r.077414.2
+17	help	help	VERB	O	0		v.social	ewtb.r.077414.2
+18	me	me	PRON	O	0			ewtb.r.077414.2
+19	understand	understand	VERB	O	0		v.cognition	ewtb.r.077414.2
+20	the	the	DET	O	0			ewtb.r.077414.2
+21	legal	legal	ADJ	O	0			ewtb.r.077414.2
+22	issue	issue	NOUN	O	0		n.cognition	ewtb.r.077414.2
+23	I	i	PRON	O	0			ewtb.r.077414.2
+24	was	be	AUX	O	0			ewtb.r.077414.2
+25	dealing	deal	VERB	B	0		v.cognition	ewtb.r.077414.2
+26	with	with	ADP	I	25			ewtb.r.077414.2
+27	.	.	PUNCT	O	0			ewtb.r.077414.2
+
+1	I	i	PRON	O	0			ewtb.r.077414.3
+2	much	much	ADV	O	0			ewtb.r.077414.3
+3	preferred	prefer	VERB	B	0		v.cognition	ewtb.r.077414.3
+4	the	the	DET	o	0			ewtb.r.077414.3
+5	one	one	NUM	b	0			ewtb.r.077414.3
+6	-	-	PUNCT	i	5			ewtb.r.077414.3
+7	on	on	ADP	i	6			ewtb.r.077414.3
+8	-	-	PUNCT	i	7			ewtb.r.077414.3
+9	one	one	NUM	i	8			ewtb.r.077414.3
+10	service	service	NOUN	o	0		n.act	ewtb.r.077414.3
+11	here	here	ADV	o	0			ewtb.r.077414.3
+12	to	to	ADP	I	3			ewtb.r.077414.3
+13	the	the	DET	O	0			ewtb.r.077414.3
+14	experiences	experience	NOUN	B	0		v.social	ewtb.r.077414.3
+15	I	i	PRON	o	0			ewtb.r.077414.3
+16	've	've	AUX	o	0			ewtb.r.077414.3
+17	had	have	VERB	I	14			ewtb.r.077414.3
+18	with	with	ADP	O	0			ewtb.r.077414.3
+19	bigger	bigger	ADJ	O	0			ewtb.r.077414.3
+20	offices	office	NOUN	O	0		n.group	ewtb.r.077414.3
+21	and	and	CONJ	O	0			ewtb.r.077414.3
+22	firms	firm	NOUN	O	0		n.group	ewtb.r.077414.3
+23	.	.	PUNCT	O	0			ewtb.r.077414.3
+
+1	While	while	SCONJ	O	0			ewtb.r.077414.4
+2	I	i	PRON	O	0			ewtb.r.077414.4
+3	hope	hope	VERB	O	0		v.cognition	ewtb.r.077414.4
+4	I	i	PRON	O	0			ewtb.r.077414.4
+5	do	do	AUX	O	0			ewtb.r.077414.4
+6	n't	n't	PART	O	0			ewtb.r.077414.4
+7	have	have	VERB	B	0		v.cognition	ewtb.r.077414.4
+8	any	any	DET	o	0			ewtb.r.077414.4
+9	need	need	NOUN	I	7			ewtb.r.077414.4
+10	for	for	ADP	I	9			ewtb.r.077414.4
+11	a	a	DET	O	0			ewtb.r.077414.4
+12	lawyer	lawyer	NOUN	O	0		n.person	ewtb.r.077414.4
+13	anytime	anytime	NOUN	O	0			ewtb.r.077414.4
+14	soon	soon	ADV	O	0			ewtb.r.077414.4
+15	,	,	PUNCT	O	0			ewtb.r.077414.4
+16	if	if	SCONJ	O	0			ewtb.r.077414.4
+17	I	i	PRON	O	0			ewtb.r.077414.4
+18	do	do	AUX	O	0			ewtb.r.077414.4
+19	I	i	PRON	O	0			ewtb.r.077414.4
+20	'll	'll	AUX	O	0			ewtb.r.077414.4
+21	definitely	definitely	ADV	O	0			ewtb.r.077414.4
+22	use	use	VERB	O	0		v.social	ewtb.r.077414.4
+23	this	this	DET	O	0			ewtb.r.077414.4
+24	firm	firm	NOUN	O	0		n.group	ewtb.r.077414.4
+25	again	again	ADV	O	0			ewtb.r.077414.4
+26	.	.	PUNCT	O	0			ewtb.r.077414.4
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.080814.1
+2	professional	professional	ADJ	O	0			ewtb.r.080814.1
+3	service	service	NOUN	O	0		n.act	ewtb.r.080814.1
+4	-	-	PUNCT	O	0			ewtb.r.080814.1
+
+1	These	these	DET	O	0			ewtb.r.080814.2
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.080814.2
+3	really	really	ADV	O	0			ewtb.r.080814.2
+4	know	know	VERB	B	0		v.cognition	ewtb.r.080814.2
+5	their	their	PRON	o	0			ewtb.r.080814.2
+6	stuff	stuff	NOUN	I	4			ewtb.r.080814.2
+7	..	..	PUNCT	O	0			ewtb.r.080814.2
+8	they	they	PRON	O	0			ewtb.r.080814.2
+9	have	have	VERB	O	0		v.stative	ewtb.r.080814.2
+10	almost	almost	ADV	O	0			ewtb.r.080814.2
+11	anything	anything	NOUN	O	0			ewtb.r.080814.2
+12	you	you	PRON	O	0			ewtb.r.080814.2
+13	could	could	AUX	O	0			ewtb.r.080814.2
+14	want	want	VERB	O	0		v.cognition	ewtb.r.080814.2
+15	in	in	ADP	B	0			ewtb.r.080814.2
+16	terms	terms	NOUN	I	15			ewtb.r.080814.2
+17	of	of	ADP	I	16			ewtb.r.080814.2
+18	spy	spy	NOUN	O	0		n.act	ewtb.r.080814.2
+19	and	and	CONJ	O	0			ewtb.r.080814.2
+20	surviellance	surviellance	NOUN	O	0		n.act	ewtb.r.080814.2
+21	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.080814.2
+22	.	.	PUNCT	O	0			ewtb.r.080814.2
+
+1	Truly	truly	ADV	O	0			ewtb.r.080814.3
+2	james	james	PROPN	B	0		n.person	ewtb.r.080814.3
+3	bond	bond	PROPN	I	2			ewtb.r.080814.3
+4	style	style	NOUN	O	0		n.attribute	ewtb.r.080814.3
+5	stuff	stuff	NOUN	O	0		n.artifact	ewtb.r.080814.3
+6	...	...	PUNCT	O	0			ewtb.r.080814.3
+7	would	would	AUX	O	0			ewtb.r.080814.3
+8	recommend	recommend	VERB	O	0		v.communication	ewtb.r.080814.3
+
+1	Best	best	ADJ	O	0			ewtb.r.081116.1
+2	fried	fry	VERB	O	0			ewtb.r.081116.1
+3	shrimp	shrimp	NOUN	O	0		n.food	ewtb.r.081116.1
+4	in	in	ADP	O	0			ewtb.r.081116.1
+5	the	the	DET	O	0			ewtb.r.081116.1
+6	state	state	NOUN	O	0		n.location	ewtb.r.081116.1
+7	!	!	PUNCT	O	0			ewtb.r.081116.1
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.086914.1
+2	Wonderful	wonderful	ADJ	O	0			ewtb.r.086914.1
+3	People	person	NOUN	O	0		n.group	ewtb.r.086914.1
+4	!	!	PUNCT	O	0			ewtb.r.086914.1
+
+1	I	i	PRON	O	0			ewtb.r.086914.2
+2	refer	refer	VERB	O	0		v.communication	ewtb.r.086914.2
+3	to	to	ADP	O	0			ewtb.r.086914.2
+4	VNHH	vnhh	PROPN	O	0		n.group	ewtb.r.086914.2
+5	often	often	ADV	O	0			ewtb.r.086914.2
+6	and	and	CONJ	O	0			ewtb.r.086914.2
+7	love	love	VERB	O	0		v.emotion	ewtb.r.086914.2
+8	you	you	PRON	O	0			ewtb.r.086914.2
+9	guys	guy	NOUN	O	0		n.group	ewtb.r.086914.2
+10	.	.	PUNCT	O	0			ewtb.r.086914.2
+
+1	They	they	PRON	O	0			ewtb.r.088914.1
+2	did	do	VERB	O	0		v.stative	ewtb.r.088914.1
+3	a	a	DET	O	0			ewtb.r.088914.1
+4	vehicle	vehicle	NOUN	B	0		n.act	ewtb.r.088914.1
+5	wrap	wrap	NOUN	I	4			ewtb.r.088914.1
+6	for	for	ADP	O	0			ewtb.r.088914.1
+7	my	my	PRON	O	0			ewtb.r.088914.1
+8	Toyota	toyota	PROPN	B	0		n.artifact	ewtb.r.088914.1
+9	Venza	venza	PROPN	I	8			ewtb.r.088914.1
+10	that	that	DET	O	0			ewtb.r.088914.1
+11	looks	look	VERB	O	0		v.perception	ewtb.r.088914.1
+12	amazing	amazing	ADJ	O	0			ewtb.r.088914.1
+13	.	.	PUNCT	O	0			ewtb.r.088914.1
+
+1	They	they	PRON	O	0			ewtb.r.088914.2
+2	also	also	ADV	O	0			ewtb.r.088914.2
+3	do	do	VERB	O	0		v.stative	ewtb.r.088914.2
+4	banners	banner	NOUN	O	0		n.artifact	ewtb.r.088914.2
+5	,	,	PUNCT	O	0			ewtb.r.088914.2
+6	billboards	billboard	NOUN	O	0		n.artifact	ewtb.r.088914.2
+7	and	and	CONJ	O	0			ewtb.r.088914.2
+8	lots	lots	NOUN	O	0			ewtb.r.088914.2
+9	more	more	ADJ	O	0			ewtb.r.088914.2
+10	.	.	PUNCT	O	0			ewtb.r.088914.2
+
+1	umm	umm	INTJ	O	0			ewtb.r.103519.1
+2	...	...	PUNCT	O	0			ewtb.r.103519.1
+
+1	okay	okay	INTJ	O	0			ewtb.r.103519.2
+2	,	,	PUNCT	O	0			ewtb.r.103519.2
+3	I	i	PRON	O	0			ewtb.r.103519.2
+4	do	do	AUX	O	0			ewtb.r.103519.2
+5	nt	nt	ADV	O	0			ewtb.r.103519.2
+6	have	have	VERB	O	0		v.stative	ewtb.r.103519.2
+7	a	a	DET	O	0			ewtb.r.103519.2
+8	review	review	NOUN	O	0		n.communication	ewtb.r.103519.2
+9	,	,	PUNCT	O	0			ewtb.r.103519.2
+10	but	but	CONJ	O	0			ewtb.r.103519.2
+11	why	why	ADV	B	0			ewtb.r.103519.2
+12	in	in	ADP	I	11			ewtb.r.103519.2
+13	the	the	DET	I	12			ewtb.r.103519.2
+14	hell	hell	NOUN	I	13			ewtb.r.103519.2
+15	would	would	AUX	O	0			ewtb.r.103519.2
+16	you	you	PRON	O	0			ewtb.r.103519.2
+17	name	name	VERB	O	0		v.communication	ewtb.r.103519.2
+18	your	your	PRON	O	0			ewtb.r.103519.2
+19	business	business	NOUN	O	0		n.group	ewtb.r.103519.2
+20	something	something	NOUN	O	0			ewtb.r.103519.2
+21	that	that	DET	O	0			ewtb.r.103519.2
+22	has	have	VERB	O	0		v.stative	ewtb.r.103519.2
+23	the	the	DET	O	0			ewtb.r.103519.2
+24	initials	initial	NOUN	O	0		n.communication	ewtb.r.103519.2
+25	KKK	kkk	PROPN	O	0		n.communication	ewtb.r.103519.2
+26	....	....	PUNCT	O	0			ewtb.r.103519.2
+27	is	be	VERB	O	0		v.stative	ewtb.r.103519.2
+28	there	there	PRON	O	0			ewtb.r.103519.2
+29	something	something	NOUN	O	0			ewtb.r.103519.2
+30	behind	behind	ADP	B	0			ewtb.r.103519.2
+31	the	the	DET	I	30			ewtb.r.103519.2
+32	scenes	scene	NOUN	I	31			ewtb.r.103519.2
+33	at	at	ADP	O	0			ewtb.r.103519.2
+34	this	this	DET	O	0			ewtb.r.103519.2
+35	place	place	NOUN	O	0		n.group	ewtb.r.103519.2
+36	?	?	PUNCT	O	0			ewtb.r.103519.2
+
+1	Like	like	INTJ	O	0			ewtb.r.103519.3
+2	I	i	PRON	O	0			ewtb.r.103519.3
+3	'm	'm	VERB	O	0		v.stative	ewtb.r.103519.3
+4	legitimately	legitimately	ADV	O	0			ewtb.r.103519.3
+5	concerned	concerned	ADJ	O	0			ewtb.r.103519.3
+6	at	at	ADP	B	0			ewtb.r.103519.3
+7	this	this	DET	I	6			ewtb.r.103519.3
+8	point	point	NOUN	I	7			ewtb.r.103519.3
+9	...	...	PUNCT	O	0			ewtb.r.103519.3
+10	lol	lol	INTJ	O	0			ewtb.r.103519.3
+
+1	Great	great	ADJ	O	0			ewtb.r.105518.1
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.105518.1
+3	-	-	PUNCT	O	0			ewtb.r.105518.1
+4	consider	consider	VERB	O	0		v.cognition	ewtb.r.105518.1
+5	checking	check	VERB	B	0		v.social	ewtb.r.105518.1
+6	out	out	ADP	I	5			ewtb.r.105518.1
+7	their	their	PRON	O	0			ewtb.r.105518.1
+8	puppies	puppy	NOUN	O	0		n.animal	ewtb.r.105518.1
+9	before	before	SCONJ	O	0			ewtb.r.105518.1
+10	buying	buy	VERB	O	0		v.possession	ewtb.r.105518.1
+11	from	from	ADP	O	0			ewtb.r.105518.1
+12	a	a	DET	O	0			ewtb.r.105518.1
+13	breeder	breeder	NOUN	O	0		n.group	ewtb.r.105518.1
+14	!	!	PUNCT	O	0			ewtb.r.105518.1
+
+1	The	the	DET	O	0			ewtb.r.105518.3
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.105518.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.105518.3
+4	very	very	ADV	O	0			ewtb.r.105518.3
+5	helpful	helpful	ADJ	O	0			ewtb.r.105518.3
+6	in	in	SCONJ	O	0			ewtb.r.105518.3
+7	finding	find	VERB	O	0		v.cognition	ewtb.r.105518.3
+8	the	the	DET	O	0			ewtb.r.105518.3
+9	right	right	ADJ	O	0			ewtb.r.105518.3
+10	dog	dog	NOUN	O	0		n.animal	ewtb.r.105518.3
+11	for	for	ADP	O	0			ewtb.r.105518.3
+12	me	me	PRON	O	0			ewtb.r.105518.3
+13	and	and	CONJ	O	0			ewtb.r.105518.3
+14	the	the	DET	O	0			ewtb.r.105518.3
+15	care	care	NOUN	B	0		v.social	ewtb.r.105518.3
+16	my	my	PRON	o	0			ewtb.r.105518.3
+17	pup	pup	NOUN	o	0		n.animal	ewtb.r.105518.3
+18	received	receive	VERB	I	15			ewtb.r.105518.3
+19	was	be	VERB	O	0		v.stative	ewtb.r.105518.3
+20	outstanding	outstanding	ADJ	O	0			ewtb.r.105518.3
+21	.	.	PUNCT	O	0			ewtb.r.105518.3
+
+1	If	if	SCONJ	O	0			ewtb.r.105518.4
+2	you	you	PRON	O	0			ewtb.r.105518.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.105518.4
+4	on	on	ADP	B	0			ewtb.r.105518.4
+5	the	the	DET	I	4			ewtb.r.105518.4
+6	lookout	lookout	NOUN	I	5			ewtb.r.105518.4
+7	for	for	ADP	O	0			ewtb.r.105518.4
+8	a	a	DET	O	0			ewtb.r.105518.4
+9	pure	pure	ADJ	B	0		n.attribute	ewtb.r.105518.4
+10	breed	breed	NOUN	I	9			ewtb.r.105518.4
+11	pup	pup	NOUN	O	0		n.animal	ewtb.r.105518.4
+12	do	do	AUX	O	0			ewtb.r.105518.4
+13	n't	n't	PART	O	0			ewtb.r.105518.4
+14	forget	forget	VERB	O	0		v.cognition	ewtb.r.105518.4
+15	to	to	PART	O	0			ewtb.r.105518.4
+16	check	check	VERB	B	0		v.social	ewtb.r.105518.4
+17	out	out	ADP	I	16			ewtb.r.105518.4
+18	the	the	DET	O	0			ewtb.r.105518.4
+19	shelters	shelter	NOUN	O	0		n.group	ewtb.r.105518.4
+20	!	!	PUNCT	O	0			ewtb.r.105518.4
+
+1	My	my	PRON	O	0			ewtb.r.105518.5
+2	pup	pup	NOUN	O	0		n.animal	ewtb.r.105518.5
+3	has	have	VERB	O	0		v.stative	ewtb.r.105518.5
+4	a	a	DET	O	0			ewtb.r.105518.5
+5	wonderful	wonderful	ADJ	O	0			ewtb.r.105518.5
+6	temperment	temperment	NOUN	O	0		n.attribute	ewtb.r.105518.5
+7	and	and	CONJ	O	0			ewtb.r.105518.5
+8	has	have	AUX	O	0			ewtb.r.105518.5
+9	been	be	VERB	O	0		v.stative	ewtb.r.105518.5
+10	a	a	DET	O	0			ewtb.r.105518.5
+11	wonderful	wonderful	ADJ	O	0			ewtb.r.105518.5
+12	addition	addition	NOUN	O	0		n.event	ewtb.r.105518.5
+13	to	to	ADP	O	0			ewtb.r.105518.5
+14	my	my	PRON	O	0			ewtb.r.105518.5
+15	family	family	NOUN	O	0		n.group	ewtb.r.105518.5
+16	!	!	PUNCT	O	0			ewtb.r.105518.5
+
+1	Over	over	X	B	0			ewtb.r.105719.1
+2	priced	priced	ADJ	I	1			ewtb.r.105719.1
+3	for	for	ADP	O	0			ewtb.r.105719.1
+4	Mexican	mexican	ADJ	O	0			ewtb.r.105719.1
+5	food	food	NOUN	O	0		n.food	ewtb.r.105719.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.117115.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.117115.1
+3	and	and	CONJ	O	0			ewtb.r.117115.1
+4	quality	quality	NOUN	O	0		n.attribute	ewtb.r.117115.1
+
+1	I	i	PRON	O	0			ewtb.r.117115.2
+2	had	have	VERB	B	0		v.change	ewtb.r.117115.2
+3	Hom	hom	PROPN	b	0		n.group	ewtb.r.117115.2
+4	-	-	PUNCT	i	3			ewtb.r.117115.2
+5	Excel	excel	PROPN	i	4			ewtb.r.117115.2
+6	replace	replace	VERB	I	2			ewtb.r.117115.2
+7	most	most	ADJ	O	0			ewtb.r.117115.2
+8	of	of	ADP	O	0			ewtb.r.117115.2
+9	the	the	DET	O	0			ewtb.r.117115.2
+10	windows	windows	NOUN	O	0		n.artifact	ewtb.r.117115.2
+11	in	in	ADP	O	0			ewtb.r.117115.2
+12	my	my	PRON	O	0			ewtb.r.117115.2
+13	Tampa	tampa	PROPN	O	0		n.location	ewtb.r.117115.2
+14	residence	residence	NOUN	O	0		n.artifact	ewtb.r.117115.2
+15	three	three	NUM	O	0			ewtb.r.117115.2
+16	years	years	NOUN	O	0		n.time	ewtb.r.117115.2
+17	ago	ago	ADV	O	0			ewtb.r.117115.2
+18	.	.	PUNCT	O	0			ewtb.r.117115.2
+
+1	The	the	DET	O	0			ewtb.r.117115.3
+2	excellent	excellent	ADJ	O	0			ewtb.r.117115.3
+3	windows	windows	NOUN	O	0		n.artifact	ewtb.r.117115.3
+4	have	have	AUX	O	0			ewtb.r.117115.3
+5	performed	perform	VERB	O	0		v.stative	ewtb.r.117115.3
+6	without	without	ADP	O	0			ewtb.r.117115.3
+7	any	any	DET	O	0			ewtb.r.117115.3
+8	problems	problem	NOUN	O	0		n.cognition	ewtb.r.117115.3
+9	,	,	PUNCT	O	0			ewtb.r.117115.3
+10	but	but	CONJ	O	0			ewtb.r.117115.3
+11	that	that	DET	O	0			ewtb.r.117115.3
+12	's	's	VERB	O	0		v.stative	ewtb.r.117115.3
+13	not	not	PART	O	0			ewtb.r.117115.3
+14	why	why	ADV	O	0			ewtb.r.117115.3
+15	I	i	PRON	O	0			ewtb.r.117115.3
+16	'm	'm	AUX	O	0			ewtb.r.117115.3
+17	writing	write	VERB	B	0		v.communication	ewtb.r.117115.3
+18	my	my	PRON	o	0			ewtb.r.117115.3
+19	review	review	NOUN	I	17			ewtb.r.117115.3
+20	.	.	PUNCT	O	0			ewtb.r.117115.3
+
+1	Three	three	NUM	O	0			ewtb.r.117115.4
+2	weeks	week	NOUN	O	0		n.time	ewtb.r.117115.4
+3	ago	ago	ADV	O	0			ewtb.r.117115.4
+4	,	,	PUNCT	O	0			ewtb.r.117115.4
+5	burglars	burglar	NOUN	O	0		n.person	ewtb.r.117115.4
+6	tried	try	VERB	O	0		v.social	ewtb.r.117115.4
+7	to	to	PART	O	0			ewtb.r.117115.4
+8	gain	gain	VERB	B	0		v.social	ewtb.r.117115.4
+9	entry	entry	NOUN	I	8			ewtb.r.117115.4
+10	into	into	ADP	O	0			ewtb.r.117115.4
+11	the	the	DET	O	0			ewtb.r.117115.4
+12	rear	rear	NOUN	O	0		n.location	ewtb.r.117115.4
+13	of	of	ADP	O	0			ewtb.r.117115.4
+14	my	my	PRON	O	0			ewtb.r.117115.4
+15	home	home	NOUN	O	0		n.artifact	ewtb.r.117115.4
+16	.	.	PUNCT	O	0			ewtb.r.117115.4
+
+1	The	the	DET	O	0			ewtb.r.117115.5
+2	intruders	intruder	NOUN	O	0		n.person	ewtb.r.117115.5
+3	slit	slit	VERB	O	0		v.contact	ewtb.r.117115.5
+4	the	the	DET	O	0			ewtb.r.117115.5
+5	screen	screen	NOUN	O	0		n.artifact	ewtb.r.117115.5
+6	of	of	ADP	O	0			ewtb.r.117115.5
+7	the	the	DET	O	0			ewtb.r.117115.5
+8	window	window	NOUN	O	0		n.artifact	ewtb.r.117115.5
+9	.	.	PUNCT	O	0			ewtb.r.117115.5
+
+1	Next	next	ADV	O	0			ewtb.r.117115.6
+2	,	,	PUNCT	O	0			ewtb.r.117115.6
+3	they	they	PRON	O	0			ewtb.r.117115.6
+4	tried	try	VERB	O	0		v.social	ewtb.r.117115.6
+5	to	to	PART	O	0			ewtb.r.117115.6
+6	force	force	VERB	O	0		v.contact	ewtb.r.117115.6
+7	the	the	DET	O	0			ewtb.r.117115.6
+8	window	window	NOUN	O	0		n.artifact	ewtb.r.117115.6
+9	with	with	ADP	O	0			ewtb.r.117115.6
+10	a	a	DET	O	0			ewtb.r.117115.6
+11	pry	pry	NOUN	B	0		n.artifact	ewtb.r.117115.6
+12	bar	bar	NOUN	I	11			ewtb.r.117115.6
+13	and	and	CONJ	O	0			ewtb.r.117115.6
+14	then	then	ADV	O	0			ewtb.r.117115.6
+15	to	to	PART	O	0			ewtb.r.117115.6
+16	break	break	VERB	O	0		v.contact	ewtb.r.117115.6
+17	the	the	DET	O	0			ewtb.r.117115.6
+18	window	window	NOUN	O	0		n.artifact	ewtb.r.117115.6
+19	with	with	ADP	O	0			ewtb.r.117115.6
+20	a	a	DET	O	0			ewtb.r.117115.6
+21	hammer	hammer	NOUN	O	0		n.artifact	ewtb.r.117115.6
+22	.	.	PUNCT	O	0			ewtb.r.117115.6
+
+1	The	the	DET	O	0			ewtb.r.117115.7
+2	window	window	NOUN	O	0		n.artifact	ewtb.r.117115.7
+3	did	do	AUX	O	0			ewtb.r.117115.7
+4	n't	n't	PART	O	0			ewtb.r.117115.7
+5	break	break	VERB	O	0		v.contact	ewtb.r.117115.7
+6	!	!	PUNCT	O	0			ewtb.r.117115.7
+
+1	My	my	PRON	O	0			ewtb.r.117115.8
+2	next	next	ADJ	B	0		n.person	ewtb.r.117115.8
+3	-	-	PUNCT	I	2			ewtb.r.117115.8
+4	door	door	NOUN	I	3			ewtb.r.117115.8
+5	neighbor	neighbor	NOUN	I	4			ewtb.r.117115.8
+6	heard	hear	VERB	O	0		v.perception	ewtb.r.117115.8
+7	the	the	DET	O	0			ewtb.r.117115.8
+8	noise	noise	NOUN	O	0		n.phenomenon	ewtb.r.117115.8
+9	and	and	CONJ	O	0			ewtb.r.117115.8
+10	turned	turn	VERB	B	0		v.change	ewtb.r.117115.8
+11	on	on	ADP	I	10			ewtb.r.117115.8
+12	a	a	DET	O	0			ewtb.r.117115.8
+13	light	light	NOUN	O	0		n.artifact	ewtb.r.117115.8
+14	,	,	PUNCT	O	0			ewtb.r.117115.8
+15	thankfully	thankfully	ADV	O	0			ewtb.r.117115.8
+16	scaring	scare	VERB	O	0		v.social	ewtb.r.117115.8
+17	the	the	DET	O	0			ewtb.r.117115.8
+18	two	two	NUM	O	0			ewtb.r.117115.8
+19	miscreants	miscreant	NOUN	O	0		n.person	ewtb.r.117115.8
+20	away	away	ADV	O	0			ewtb.r.117115.8
+21	(	(	PUNCT	O	0			ewtb.r.117115.8
+22	they	they	PRON	O	0			ewtb.r.117115.8
+23	even	even	ADV	O	0			ewtb.r.117115.8
+24	left	leave	VERB	O	0		v.stative	ewtb.r.117115.8
+25	their	their	PRON	O	0			ewtb.r.117115.8
+26	hammer	hammer	NOUN	O	0		n.artifact	ewtb.r.117115.8
+27	behind	behind	ADV	O	0			ewtb.r.117115.8
+28	!	!	PUNCT	O	0			ewtb.r.117115.8
+29	)	)	PUNCT	O	0			ewtb.r.117115.8
+30	.	.	PUNCT	O	0			ewtb.r.117115.8
+
+1	I	i	PRON	O	0			ewtb.r.117115.9
+2	called	call	VERB	O	0		v.communication	ewtb.r.117115.9
+3	Home	home	PROPN	B	0		n.group	ewtb.r.117115.9
+4	-	-	PUNCT	I	3			ewtb.r.117115.9
+5	Excel	excel	PROPN	I	4			ewtb.r.117115.9
+6	the	the	DET	O	0			ewtb.r.117115.9
+7	next	next	ADJ	O	0			ewtb.r.117115.9
+8	day	day	NOUN	O	0		n.time	ewtb.r.117115.9
+9	to	to	PART	O	0			ewtb.r.117115.9
+10	order	order	VERB	O	0		v.possession	ewtb.r.117115.9
+11	a	a	DET	O	0			ewtb.r.117115.9
+12	replacement	replacement	NOUN	O	0		n.cognition	ewtb.r.117115.9
+13	screen	screen	NOUN	O	0		n.artifact	ewtb.r.117115.9
+14	for	for	ADP	O	0			ewtb.r.117115.9
+15	the	the	DET	O	0			ewtb.r.117115.9
+16	window	window	NOUN	O	0		n.artifact	ewtb.r.117115.9
+17	,	,	PUNCT	O	0			ewtb.r.117115.9
+18	and	and	CONJ	O	0			ewtb.r.117115.9
+19	was	be	AUX	O	0			ewtb.r.117115.9
+20	happily	happily	ADV	O	0			ewtb.r.117115.9
+21	surprised	surprise	VERB	O	0		v.emotion	ewtb.r.117115.9
+22	when	when	ADV	O	0			ewtb.r.117115.9
+23	they	they	PRON	O	0			ewtb.r.117115.9
+24	said	say	VERB	O	0		v.communication	ewtb.r.117115.9
+25	that	that	SCONJ	O	0			ewtb.r.117115.9
+26	they	they	PRON	O	0			ewtb.r.117115.9
+27	were	be	AUX	O	0			ewtb.r.117115.9
+28	n't	n't	PART	O	0			ewtb.r.117115.9
+29	even	even	ADV	O	0			ewtb.r.117115.9
+30	going	go	VERB	B	0			ewtb.r.117115.9
+31	to	to	PART	I	30			ewtb.r.117115.9
+32	charge	charge	VERB	O	0		v.possession	ewtb.r.117115.9
+33	me	me	PRON	O	0			ewtb.r.117115.9
+34	for	for	ADP	O	0			ewtb.r.117115.9
+35	the	the	DET	O	0			ewtb.r.117115.9
+36	replacement	replacement	NOUN	O	0		n.cognition	ewtb.r.117115.9
+37	screen	screen	NOUN	O	0		n.artifact	ewtb.r.117115.9
+38	...	...	PUNCT	O	0			ewtb.r.117115.9
+39	that	that	SCONJ	O	0			ewtb.r.117115.9
+40	it	it	PRON	O	0			ewtb.r.117115.9
+41	would	would	AUX	O	0			ewtb.r.117115.9
+42	be	be	AUX	O	0			ewtb.r.117115.9
+43	covered	cover	VERB	O	0		v.stative	ewtb.r.117115.9
+44	under	under	ADP	O	0			ewtb.r.117115.9
+45	their	their	PRON	O	0			ewtb.r.117115.9
+46	guarentee	guarentee	NOUN	O	0		n.possession	ewtb.r.117115.9
+47	.	.	PUNCT	O	0			ewtb.r.117115.9
+
+1	Lo	lo	INTJ	B	0			ewtb.r.117115.10
+2	and	and	CONJ	I	1			ewtb.r.117115.10
+3	behold	behold	INTJ	I	2			ewtb.r.117115.10
+4	,	,	PUNCT	O	0			ewtb.r.117115.10
+5	they	they	PRON	O	0			ewtb.r.117115.10
+6	replaced	replace	VERB	O	0		v.change	ewtb.r.117115.10
+7	the	the	DET	O	0			ewtb.r.117115.10
+8	screen	screen	NOUN	O	0		n.artifact	ewtb.r.117115.10
+9	(	(	PUNCT	O	0			ewtb.r.117115.10
+10	which	which	DET	O	0			ewtb.r.117115.10
+11	had	have	VERB	B	0			ewtb.r.117115.10
+12	to	to	PART	I	11			ewtb.r.117115.10
+13	be	be	AUX	O	0			ewtb.r.117115.10
+14	ordered	order	VERB	O	0		v.possession	ewtb.r.117115.10
+15	)	)	PUNCT	O	0			ewtb.r.117115.10
+16	yesterday	yesterday	NOUN	O	0		n.time	ewtb.r.117115.10
+17	and	and	CONJ	O	0			ewtb.r.117115.10
+18	did	do	AUX	O	0			ewtb.r.117115.10
+19	n't	n't	PART	O	0			ewtb.r.117115.10
+20	charge	charge	VERB	B	0		v.possession	ewtb.r.117115.10
+21	me	me	PRON	o	0			ewtb.r.117115.10
+22	a	a	DET	I	20			ewtb.r.117115.10
+23	dime	dime	NOUN	I	22			ewtb.r.117115.10
+24	.	.	PUNCT	O	0			ewtb.r.117115.10
+
+1	Their	their	PRON	O	0			ewtb.r.117115.11
+2	worker	worker	NOUN	O	0		n.person	ewtb.r.117115.11
+3	even	even	ADV	O	0			ewtb.r.117115.11
+4	cleaned	clean	VERB	O	0		v.change	ewtb.r.117115.11
+5	3	3	NUM	O	0			ewtb.r.117115.11
+6	of	of	ADP	O	0			ewtb.r.117115.11
+7	my	my	PRON	O	0			ewtb.r.117115.11
+8	windows	windows	NOUN	O	0		n.artifact	ewtb.r.117115.11
+9	and	and	CONJ	O	0			ewtb.r.117115.11
+10	changed	change	VERB	B	0		v.change	ewtb.r.117115.11
+11	a	a	DET	o	0			ewtb.r.117115.11
+12	lightbulb	lightbulb	NOUN	I	10			ewtb.r.117115.11
+13	for	for	ADP	O	0			ewtb.r.117115.11
+14	me	me	PRON	O	0			ewtb.r.117115.11
+15	.	.	PUNCT	O	0			ewtb.r.117115.11
+
+1	In	in	ADP	B	0			ewtb.r.117115.12
+2	this	this	DET	I	1			ewtb.r.117115.12
+3	day	day	NOUN	I	2			ewtb.r.117115.12
+4	and	and	CONJ	I	3			ewtb.r.117115.12
+5	age	age	NOUN	I	4			ewtb.r.117115.12
+6	,	,	PUNCT	O	0			ewtb.r.117115.12
+7	it	it	PRON	O	0			ewtb.r.117115.12
+8	is	be	VERB	O	0		v.stative	ewtb.r.117115.12
+9	so	so	ADV	O	0			ewtb.r.117115.12
+10	rare	rare	ADJ	O	0			ewtb.r.117115.12
+11	to	to	PART	O	0			ewtb.r.117115.12
+12	find	find	VERB	O	0		v.cognition	ewtb.r.117115.12
+13	a	a	DET	O	0			ewtb.r.117115.12
+14	company	company	NOUN	O	0		n.group	ewtb.r.117115.12
+15	with	with	ADP	O	0			ewtb.r.117115.12
+16	such	such	ADJ	O	0			ewtb.r.117115.12
+17	nice	nice	ADJ	O	0			ewtb.r.117115.12
+18	workers	worker	NOUN	O	0		n.group	ewtb.r.117115.12
+19	and	and	CONJ	O	0			ewtb.r.117115.12
+20	such	such	ADJ	O	0			ewtb.r.117115.12
+21	far	far	ADV	O	0			ewtb.r.117115.12
+22	ranging	range	VERB	O	0		v.stative	ewtb.r.117115.12
+23	guarantee	guarantee	NOUN	O	0		n.possession	ewtb.r.117115.12
+24	policies	policy	NOUN	O	0		n.communication	ewtb.r.117115.12
+25	.	.	PUNCT	O	0			ewtb.r.117115.12
+
+1	I	i	PRON	O	0			ewtb.r.117115.13
+2	rarely	rarely	ADV	O	0			ewtb.r.117115.13
+3	write	write	VERB	O	0		v.communication	ewtb.r.117115.13
+4	reviews	review	NOUN	O	0		n.communication	ewtb.r.117115.13
+5	such	such	ADJ	B	0			ewtb.r.117115.13
+6	as	as	ADP	I	5			ewtb.r.117115.13
+7	this	this	DET	O	0			ewtb.r.117115.13
+8	one	one	NOUN	O	0			ewtb.r.117115.13
+9	,	,	PUNCT	O	0			ewtb.r.117115.13
+10	but	but	CONJ	O	0			ewtb.r.117115.13
+11	they	they	PRON	O	0			ewtb.r.117115.13
+12	certainly	certainly	ADV	O	0			ewtb.r.117115.13
+13	deserve	deserve	VERB	O	0		v.cognition	ewtb.r.117115.13
+14	anyone	anyone	NOUN	O	0			ewtb.r.117115.13
+15	's	's	PART	O	0			ewtb.r.117115.13
+16	business	business	NOUN	O	0		n.possession	ewtb.r.117115.13
+17	!	!	PUNCT	O	0			ewtb.r.117115.13
+
+1	Great	great	ADJ	O	0			ewtb.r.118718.1
+2	Surgeon	surgeon	NOUN	O	0		n.person	ewtb.r.118718.1
+
+1	I	i	PRON	O	0			ewtb.r.118718.2
+2	needed	need	VERB	O	0		v.cognition	ewtb.r.118718.2
+3	wisdom	wisdom	NOUN	B	0		n.body	ewtb.r.118718.2
+4	teeth	teeth	NOUN	I	3			ewtb.r.118718.2
+5	taken	take	VERB	B	0		v.body	ewtb.r.118718.2
+6	out	out	ADV	I	5			ewtb.r.118718.2
+7	.	.	PUNCT	O	0			ewtb.r.118718.2
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.118718.3
+2	Wallen	wallen	PROPN	I	1			ewtb.r.118718.3
+3	and	and	CONJ	O	0			ewtb.r.118718.3
+4	staff	staff	NOUN	O	0		n.group	ewtb.r.118718.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.118718.3
+6	excellent	excellent	ADJ	O	0			ewtb.r.118718.3
+7	.	.	PUNCT	O	0			ewtb.r.118718.3
+
+1	They	they	PRON	O	0			ewtb.r.118718.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.118718.4
+3	accomdating	accomdating	ADJ	O	0			ewtb.r.118718.4
+4	with	with	ADP	O	0			ewtb.r.118718.4
+5	my	my	PRON	O	0			ewtb.r.118718.4
+6	scheduled	scheduled	NOUN	O	0		n.communication	ewtb.r.118718.4
+7	and	and	CONJ	O	0			ewtb.r.118718.4
+8	work	work	VERB	O	0		v.social	ewtb.r.118718.4
+9	with	with	ADP	O	0			ewtb.r.118718.4
+10	my	my	PRON	O	0			ewtb.r.118718.4
+11	insurance	insurance	NOUN	O	0		n.group	ewtb.r.118718.4
+12	to	to	PART	O	0			ewtb.r.118718.4
+13	get	get	VERB	O	0		v.stative	ewtb.r.118718.4
+14	payment	payment	NOUN	O	0		n.possession	ewtb.r.118718.4
+15	for	for	ADP	O	0			ewtb.r.118718.4
+16	the	the	DET	O	0			ewtb.r.118718.4
+17	surgery	surgery	NOUN	O	0		n.act	ewtb.r.118718.4
+18	.	.	PUNCT	O	0			ewtb.r.118718.4
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.118718.5
+2	Wallen	wallen	PROPN	I	1			ewtb.r.118718.5
+3	explained	explain	VERB	O	0		v.communication	ewtb.r.118718.5
+4	the	the	DET	O	0			ewtb.r.118718.5
+5	procedure	procedure	NOUN	O	0		n.act	ewtb.r.118718.5
+6	in	in	ADP	B	0			ewtb.r.118718.5
+7	detail	detail	NOUN	I	6			ewtb.r.118718.5
+8	and	and	CONJ	O	0			ewtb.r.118718.5
+9	took	take	VERB	B	0		v.social	ewtb.r.118718.5
+10	his	his	PRON	o	0			ewtb.r.118718.5
+11	time	time	NOUN	I	9			ewtb.r.118718.5
+12	with	with	ADP	O	0			ewtb.r.118718.5
+13	me	me	PRON	O	0			ewtb.r.118718.5
+14	.	.	PUNCT	O	0			ewtb.r.118718.5
+
+1	Staff	staff	NOUN	O	0		n.group	ewtb.r.118718.6
+2	explained	explain	VERB	O	0		v.communication	ewtb.r.118718.6
+3	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.118718.6
+4	procedures	procedure	NOUN	O	0		n.act	ewtb.r.118718.6
+5	and	and	CONJ	O	0			ewtb.r.118718.6
+6	was	be	VERB	O	0		v.stative	ewtb.r.118718.6
+7	very	very	ADV	O	0			ewtb.r.118718.6
+8	helpful	helpful	ADJ	O	0			ewtb.r.118718.6
+9	.	.	PUNCT	O	0			ewtb.r.118718.6
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.118718.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.118718.7
+3	very	very	ADV	O	0			ewtb.r.118718.7
+4	nice	nice	ADJ	O	0			ewtb.r.118718.7
+5	.	.	PUNCT	O	0			ewtb.r.118718.7
+
+1	Decent	decent	ADJ	O	0			ewtb.r.122514.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.122514.1
+3	to	to	PART	O	0			ewtb.r.122514.1
+4	stay	stay	VERB	O	0		v.social	ewtb.r.122514.1
+5	,	,	PUNCT	O	0			ewtb.r.122514.1
+6	I	i	PRON	O	0			ewtb.r.122514.1
+7	would	would	AUX	O	0			ewtb.r.122514.1
+8	stay	stay	VERB	O	0		v.social	ewtb.r.122514.1
+9	there	there	ADV	O	0			ewtb.r.122514.1
+10	again	again	ADV	O	0			ewtb.r.122514.1
+11	.	.	PUNCT	O	0			ewtb.r.122514.1
+
+1	Rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.122514.2
+2	were	be	VERB	O	0		v.stative	ewtb.r.122514.2
+3	clean	clean	ADJ	O	0			ewtb.r.122514.2
+4	,	,	PUNCT	O	0			ewtb.r.122514.2
+5	plenty	plenty	NOUN	O	0			ewtb.r.122514.2
+6	of	of	ADP	O	0			ewtb.r.122514.2
+7	things	things	NOUN	O	0			ewtb.r.122514.2
+8	to	to	PART	O	0			ewtb.r.122514.2
+9	do	do	VERB	O	0		v.social	ewtb.r.122514.2
+10	near	near	ADP	O	0			ewtb.r.122514.2
+11	hotel	hotel	NOUN	O	0		n.group	ewtb.r.122514.2
+12	,	,	PUNCT	O	0			ewtb.r.122514.2
+13	and	and	CONJ	O	0			ewtb.r.122514.2
+14	safe	safe	ADJ	O	0			ewtb.r.122514.2
+15	part	part	NOUN	O	0		n.location	ewtb.r.122514.2
+16	of	of	ADP	O	0			ewtb.r.122514.2
+17	town	town	NOUN	O	0		n.location	ewtb.r.122514.2
+18	.	.	PUNCT	O	0			ewtb.r.122514.2
+
+1	Fast	fast	ADJ	O	0			ewtb.r.130216.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.130216.1
+3	Called	call	VERB	O	0		v.communication	ewtb.r.130216.1
+4	them	them	PRON	O	0			ewtb.r.130216.1
+5	one	one	NUM	O	0			ewtb.r.130216.1
+6	hour	hour	NOUN	O	0		n.time	ewtb.r.130216.1
+7	ago	ago	ADV	O	0			ewtb.r.130216.1
+8	and	and	CONJ	O	0			ewtb.r.130216.1
+9	they	they	PRON	O	0			ewtb.r.130216.1
+10	just	just	ADV	O	0			ewtb.r.130216.1
+11	left	leave	VERB	O	0		v.motion	ewtb.r.130216.1
+12	my	my	PRON	O	0			ewtb.r.130216.1
+13	house	house	NOUN	O	0		n.location	ewtb.r.130216.1
+14	five	five	NUM	O	0			ewtb.r.130216.1
+15	minutes	minutes	NOUN	O	0		n.time	ewtb.r.130216.1
+16	ago	ago	ADV	O	0			ewtb.r.130216.1
+17	.	.	PUNCT	O	0			ewtb.r.130216.1
+
+1	My	my	PRON	O	0			ewtb.r.130216.2
+2	house	house	NOUN	O	0		n.artifact	ewtb.r.130216.2
+3	already	already	ADV	O	0			ewtb.r.130216.2
+4	feels	feel	VERB	O	0		v.cognition	ewtb.r.130216.2
+5	fresh	fresh	ADJ	O	0			ewtb.r.130216.2
+6	and	and	CONJ	O	0			ewtb.r.130216.2
+7	good	good	ADJ	O	0			ewtb.r.130216.2
+8	thanks	thanks	NOUN	B	0			ewtb.r.130216.2
+9	to	to	ADP	I	8			ewtb.r.130216.2
+10	the	the	DET	O	0			ewtb.r.130216.2
+11	Battery	battery	PROPN	B	0		n.group	ewtb.r.130216.2
+12	Park	park	PROPN	I	11			ewtb.r.130216.2
+13	Pest	pest	PROPN	I	12			ewtb.r.130216.2
+14	I	i	PRON	O	0			ewtb.r.130216.2
+15	'm	'm	AUX	O	0			ewtb.r.130216.2
+16	enjoying	enjoy	VERB	O	0		v.emotion	ewtb.r.130216.2
+17	my	my	PRON	O	0			ewtb.r.130216.2
+18	time	time	NOUN	O	0		n.time	ewtb.r.130216.2
+19	indoors	indoors	ADV	O	0			ewtb.r.130216.2
+20	much	much	ADV	O	0			ewtb.r.130216.2
+21	better	better	ADV	O	0			ewtb.r.130216.2
+22	.	.	PUNCT	O	0			ewtb.r.130216.2
+
+1	Great	great	ADJ	O	0			ewtb.r.134617.1
+2	Neighborhood	neighborhood	NOUN	O	0		n.location	ewtb.r.134617.1
+3	Hangout	hangout	NOUN	O	0		n.group	ewtb.r.134617.1
+
+1	Great	great	ADJ	O	0			ewtb.r.134617.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.134617.2
+3	to	to	PART	O	0			ewtb.r.134617.2
+4	catch	catch	VERB	O	0		v.social	ewtb.r.134617.2
+5	a	a	DET	O	0			ewtb.r.134617.2
+6	band	band	NOUN	O	0		n.group	ewtb.r.134617.2
+7	or	or	CONJ	O	0			ewtb.r.134617.2
+8	catch	catch	VERB	B	0		v.social	ewtb.r.134617.2
+9	up	up	ADP	I	8			ewtb.r.134617.2
+10	with	with	ADP	O	0			ewtb.r.134617.2
+11	friends	friend	NOUN	O	0		n.group	ewtb.r.134617.2
+12	.	.	PUNCT	O	0			ewtb.r.134617.2
+
+1	Ice	ice	ADJ	O	0			ewtb.r.134617.3
+2	cold	cold	ADJ	O	0			ewtb.r.134617.3
+3	beer	beer	NOUN	O	0		n.food	ewtb.r.134617.3
+4	and	and	CONJ	O	0			ewtb.r.134617.3
+5	good	good	ADJ	O	0			ewtb.r.134617.3
+6	prices	price	NOUN	O	0		n.possession	ewtb.r.134617.3
+7	.	.	PUNCT	O	0			ewtb.r.134617.3
+
+1	Kitchen	kitchen	NOUN	O	0		n.group	ewtb.r.134617.4
+2	puts	put	VERB	B	0		v.creation	ewtb.r.134617.4
+3	out	out	ADV	I	2			ewtb.r.134617.4
+4	good	good	ADJ	O	0			ewtb.r.134617.4
+5	food	food	NOUN	O	0		n.food	ewtb.r.134617.4
+6	and	and	CONJ	O	0			ewtb.r.134617.4
+7	has	have	VERB	O	0		v.stative	ewtb.r.134617.4
+8	daily	daily	ADJ	O	0			ewtb.r.134617.4
+9	specials	special	NOUN	O	0		n.cognition	ewtb.r.134617.4
+10	.	.	PUNCT	O	0			ewtb.r.134617.4
+
+1	The	the	DET	B	0		n.group	ewtb.r.135010.1
+2	New	new	ADJ	I	1			ewtb.r.135010.1
+3	Italian	italian	ADJ	o	0			ewtb.r.135010.1
+4	Kid	kid	NOUN	I	2			ewtb.r.135010.1
+5	on	on	ADP	I	4			ewtb.r.135010.1
+6	the	the	DET	I	5			ewtb.r.135010.1
+7	Block	block	NOUN	I	6			ewtb.r.135010.1
+
+1	Another	another	DET	O	0			ewtb.r.135010.2
+2	Italian	italian	ADJ	O	0			ewtb.r.135010.2
+3	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.135010.2
+4	in	in	ADP	O	0			ewtb.r.135010.2
+5	Collingswood	collingswood	PROPN	O	0		n.location	ewtb.r.135010.2
+6	?	?	PUNCT	O	0			ewtb.r.135010.2
+
+1	Do	do	AUX	O	0			ewtb.r.135010.3
+2	we	we	PRON	O	0			ewtb.r.135010.3
+3	need	need	VERB	O	0		v.cognition	ewtb.r.135010.3
+4	another	another	DET	O	0			ewtb.r.135010.3
+5	one	one	NOUN	O	0			ewtb.r.135010.3
+6	?	?	PUNCT	O	0			ewtb.r.135010.3
+
+1	Only	only	ADV	O	0			ewtb.r.135010.4
+2	if	if	SCONJ	O	0			ewtb.r.135010.4
+3	it	it	PRON	O	0			ewtb.r.135010.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.135010.4
+5	of	of	ADP	O	0			ewtb.r.135010.4
+6	the	the	DET	O	0			ewtb.r.135010.4
+7	quality	quality	NOUN	O	0		n.attribute	ewtb.r.135010.4
+8	of	of	SCONJ	O	0			ewtb.r.135010.4
+9	That	that	DET	B	0		n.group	ewtb.r.135010.4
+10	's	's	VERB	I	9			ewtb.r.135010.4
+11	Amore	amore	PROPN	I	10			ewtb.r.135010.4
+12	.	.	PUNCT	O	0			ewtb.r.135010.4
+
+1	The	the	DET	O	0			ewtb.r.135010.5
+2	menu	menu	NOUN	O	0		n.communication	ewtb.r.135010.5
+3	has	have	VERB	O	0		v.stative	ewtb.r.135010.5
+4	the	the	DET	B	0			ewtb.r.135010.5
+5	usual	usual	ADJ	I	4			ewtb.r.135010.5
+6	but	but	CONJ	O	0			ewtb.r.135010.5
+7	then	then	ADV	O	0			ewtb.r.135010.5
+8	they	they	PRON	O	0			ewtb.r.135010.5
+9	step	step	VERB	B	0		v.change	ewtb.r.135010.5
+10	it	it	PRON	I	9			ewtb.r.135010.5
+11	up	up	ADP	I	10			ewtb.r.135010.5
+12	another	another	DET	o	0			ewtb.r.135010.5
+13	notch	notch	NOUN	I	11			ewtb.r.135010.5
+14	.	.	PUNCT	O	0			ewtb.r.135010.5
+
+1	The	the	DET	O	0			ewtb.r.135010.6
+2	arancini	arancini	NOUN	B	0		n.food	ewtb.r.135010.6
+3	di	di	NOUN	I	2			ewtb.r.135010.6
+4	riso	riso	NOUN	I	3			ewtb.r.135010.6
+5	(	(	PUNCT	O	0			ewtb.r.135010.6
+6	risotto	risotto	NOUN	O	0		n.food	ewtb.r.135010.6
+7	fritters	fritter	NOUN	O	0		n.food	ewtb.r.135010.6
+8	)	)	PUNCT	O	0			ewtb.r.135010.6
+9	are	be	VERB	O	0		v.stative	ewtb.r.135010.6
+10	not	not	PART	O	0			ewtb.r.135010.6
+11	to	to	PART	O	0			ewtb.r.135010.6
+12	be	be	AUX	O	0			ewtb.r.135010.6
+13	missed	miss	VERB	O	0		v.stative	ewtb.r.135010.6
+14	.	.	PUNCT	O	0			ewtb.r.135010.6
+
+1	Chicken	chicken	NOUN	O	0		n.food	ewtb.r.135010.7
+2	saltimboca	saltimboca	NOUN	O	0		n.food	ewtb.r.135010.7
+3	was	be	VERB	O	0		v.stative	ewtb.r.135010.7
+4	excellent	excellent	ADJ	O	0			ewtb.r.135010.7
+5	and	and	CONJ	O	0			ewtb.r.135010.7
+6	then	then	ADV	O	0			ewtb.r.135010.7
+7	there	there	PRON	O	0			ewtb.r.135010.7
+8	's	's	VERB	O	0		v.stative	ewtb.r.135010.7
+9	the	the	DET	O	0			ewtb.r.135010.7
+10	chocolate	chocolate	NOUN	B	0		n.food	ewtb.r.135010.7
+11	mousse	mousse	NOUN	I	10			ewtb.r.135010.7
+12	that	that	DET	O	0			ewtb.r.135010.7
+13	comes	come	VERB	O	0		v.stative	ewtb.r.135010.7
+14	straight	straight	ADV	O	0			ewtb.r.135010.7
+15	from	from	ADP	O	0			ewtb.r.135010.7
+16	heaven	heaven	NOUN	O	0		n.cognition	ewtb.r.135010.7
+17	.	.	PUNCT	O	0			ewtb.r.135010.7
+
+1	Pay	pay	VERB	B	0		v.cognition	ewtb.r.135010.8
+2	extra	extra	ADJ	o	0			ewtb.r.135010.8
+3	attention	attention	NOUN	I	1			ewtb.r.135010.8
+4	to	to	ADP	O	0			ewtb.r.135010.8
+5	the	the	DET	O	0			ewtb.r.135010.8
+6	appetizers	appetizer	NOUN	O	0		n.food	ewtb.r.135010.8
+7	-	-	PUNCT	O	0			ewtb.r.135010.8
+8	the	the	DET	O	0			ewtb.r.135010.8
+9	next	next	ADJ	O	0			ewtb.r.135010.8
+10	time	time	NOUN	O	0		n.event	ewtb.r.135010.8
+11	I	i	PRON	O	0			ewtb.r.135010.8
+12	go	go	VERB	O	0		v.motion	ewtb.r.135010.8
+13	there	there	ADV	O	0			ewtb.r.135010.8
+14	I	i	PRON	O	0			ewtb.r.135010.8
+15	'm	'm	AUX	O	0			ewtb.r.135010.8
+16	planning	plan	VERB	O	0		v.cognition	ewtb.r.135010.8
+17	on	on	SCONJ	O	0			ewtb.r.135010.8
+18	ordered	order	VERB	O	0		v.communication	ewtb.r.135010.8
+19	a	a	DET	B	0			ewtb.r.135010.8
+20	few	few	ADJ	I	19			ewtb.r.135010.8
+21	instead	instead	ADV	B	0			ewtb.r.135010.8
+22	of	of	ADP	I	21			ewtb.r.135010.8
+23	an	an	DET	O	0			ewtb.r.135010.8
+24	entree	entree	NOUN	O	0		n.food	ewtb.r.135010.8
+25	.	.	PUNCT	O	0			ewtb.r.135010.8
+
+1	This	this	DET	O	0			ewtb.r.138110.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.138110.1
+3	a	a	DET	O	0			ewtb.r.138110.1
+4	great	great	ADJ	O	0			ewtb.r.138110.1
+5	place	place	NOUN	O	0		n.group	ewtb.r.138110.1
+6	to	to	PART	O	0			ewtb.r.138110.1
+7	get	get	VERB	O	0		v.stative	ewtb.r.138110.1
+8	a	a	DET	O	0			ewtb.r.138110.1
+9	permit	permit	NOUN	O	0		n.artifact	ewtb.r.138110.1
+
+1	I	i	PRON	O	0			ewtb.r.138110.2
+2	had	have	VERB	B	0			ewtb.r.138110.2
+3	to	to	PART	I	2			ewtb.r.138110.2
+4	get	get	VERB	O	0		v.stative	ewtb.r.138110.2
+5	a	a	DET	O	0			ewtb.r.138110.2
+6	permit	permit	NOUN	O	0		n.artifact	ewtb.r.138110.2
+7	here	here	ADV	O	0			ewtb.r.138110.2
+8	,	,	PUNCT	O	0			ewtb.r.138110.2
+9	it	it	PRON	O	0			ewtb.r.138110.2
+10	was	be	VERB	O	0		v.stative	ewtb.r.138110.2
+11	cool	cool	ADJ	O	0			ewtb.r.138110.2
+
+1	Great	great	ADJ	O	0			ewtb.r.148012.1
+2	lunch	lunch	NOUN	O	0		n.event	ewtb.r.148012.1
+3	specials	special	NOUN	O	0		n.cognition	ewtb.r.148012.1
+4	.	.	PUNCT	O	0			ewtb.r.148012.1
+
+1	Delivery	delivery	NOUN	O	0		n.act	ewtb.r.148012.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.148012.2
+3	lightning	lightning	NOUN	B	0			ewtb.r.148012.2
+4	fast	fast	ADJ	I	3			ewtb.r.148012.2
+5	.	.	PUNCT	O	0			ewtb.r.148012.2
+
+1	Perfect	perfect	ADJ	O	0			ewtb.r.148012.3
+2	since	since	SCONJ	O	0			ewtb.r.148012.3
+3	I	i	PRON	O	0			ewtb.r.148012.3
+4	'm	'm	VERB	O	0		v.stative	ewtb.r.148012.3
+5	on	on	ADP	B	0			ewtb.r.148012.3
+6	a	a	DET	I	5			ewtb.r.148012.3
+7	budget	budget	NOUN	I	6			ewtb.r.148012.3
+8	.	.	PUNCT	O	0			ewtb.r.148012.3
+
+1	But	but	CONJ	O	0			ewtb.r.148012.4
+2	otherwise	otherwise	ADV	O	0			ewtb.r.148012.4
+3	,	,	PUNCT	O	0			ewtb.r.148012.4
+4	it	it	PRON	O	0			ewtb.r.148012.4
+5	can	can	AUX	O	0			ewtb.r.148012.4
+6	feel	feel	VERB	O	0		v.cognition	ewtb.r.148012.4
+7	pricey	pricey	ADJ	O	0			ewtb.r.148012.4
+8	for	for	SCONJ	O	0			ewtb.r.148012.4
+9	what	what	PRON	O	0			ewtb.r.148012.4
+10	you	you	PRON	O	0			ewtb.r.148012.4
+11	get	get	VERB	O	0		v.stative	ewtb.r.148012.4
+12	.	.	PUNCT	O	0			ewtb.r.148012.4
+
+1	Like	like	VERB	O	0		v.emotion	ewtb.r.148012.5
+2	the	the	DET	O	0			ewtb.r.148012.5
+3	sushi	sushi	NOUN	O	0		n.food	ewtb.r.148012.5
+4	,	,	PUNCT	O	0			ewtb.r.148012.5
+5	do	do	AUX	O	0			ewtb.r.148012.5
+6	n't	n't	PART	O	0			ewtb.r.148012.5
+7	like	like	VERB	O	0		v.emotion	ewtb.r.148012.5
+8	the	the	DET	O	0			ewtb.r.148012.5
+9	pad	pad	NOUN	B	0		n.food	ewtb.r.148012.5
+10	thai	thai	NOUN	I	9			ewtb.r.148012.5
+11	.	.	PUNCT	O	0			ewtb.r.148012.5
+
+1	A	a	DET	O	0			ewtb.r.154113.1
+2	good	good	ADJ	O	0			ewtb.r.154113.1
+3	cut	cut	NOUN	O	0		n.body	ewtb.r.154113.1
+4	!	!	PUNCT	O	0			ewtb.r.154113.1
+
+1	Cecile	cecile	PROPN	O	0		n.person	ewtb.r.154113.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.154113.2
+3	a	a	DET	O	0			ewtb.r.154113.2
+4	hairdresser	hairdresser	NOUN	O	0		n.person	ewtb.r.154113.2
+5	and	and	CONJ	O	0			ewtb.r.154113.2
+6	has	have	AUX	O	0			ewtb.r.154113.2
+7	just	just	ADV	O	0			ewtb.r.154113.2
+8	moved	move	VERB	O	0		v.motion	ewtb.r.154113.2
+9	into	into	ADP	O	0			ewtb.r.154113.2
+10	the	the	DET	O	0			ewtb.r.154113.2
+11	neighbourhood	neighbourhood	NOUN	O	0		n.location	ewtb.r.154113.2
+12	.	.	PUNCT	O	0			ewtb.r.154113.2
+
+1	I	i	PRON	O	0			ewtb.r.154113.3
+2	go	go	VERB	O	0		v.motion	ewtb.r.154113.3
+3	to	to	PART	O	0			ewtb.r.154113.3
+4	see	see	VERB	O	0		v.possession	ewtb.r.154113.3
+5	her	her	PRON	O	0			ewtb.r.154113.3
+6	to	to	PART	O	0			ewtb.r.154113.3
+7	have	have	VERB	B	0		n.act	ewtb.r.154113.3
+8	my	my	PRON	o	0			ewtb.r.154113.3
+9	hair	hair	NOUN	I	7			ewtb.r.154113.3
+10	cut	cut	VERB	I	9			ewtb.r.154113.3
+11	.	.	PUNCT	O	0			ewtb.r.154113.3
+
+1	Run	run	VERB	B	0		v.motion	ewtb.r.165018.1
+2	for	for	ADP	I	1			ewtb.r.165018.1
+3	the	the	DET	I	2			ewtb.r.165018.1
+4	hills	hill	NOUN	I	3			ewtb.r.165018.1
+5	...	...	PUNCT	O	0			ewtb.r.165018.1
+6	you	you	PRON	O	0			ewtb.r.165018.1
+7	'll	'll	AUX	O	0			ewtb.r.165018.1
+8	be	be	VERB	O	0		v.stative	ewtb.r.165018.1
+9	much	much	ADV	O	0			ewtb.r.165018.1
+10	better	better	ADJ	B	0			ewtb.r.165018.1
+11	off	off	ADP	I	10			ewtb.r.165018.1
+12	!	!	PUNCT	O	0			ewtb.r.165018.1
+
+1	One	one	NUM	O	0			ewtb.r.165018.2
+2	night	night	NOUN	O	0		n.event	ewtb.r.165018.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.165018.2
+4	too	too	ADV	B	0			ewtb.r.165018.2
+5	much	much	ADJ	I	4			ewtb.r.165018.2
+6	.	.	PUNCT	O	0			ewtb.r.165018.2
+
+1	First	first	ADJ	O	0			ewtb.r.165018.3
+2	room	room	NOUN	O	0		n.artifact	ewtb.r.165018.3
+3	had	have	VERB	O	0		v.stative	ewtb.r.165018.3
+4	used	use	VERB	O	0			ewtb.r.165018.3
+5	tissues	tissue	NOUN	O	0		n.artifact	ewtb.r.165018.3
+6	next	next	ADV	B	0			ewtb.r.165018.3
+7	to	to	ADP	I	6			ewtb.r.165018.3
+8	the	the	DET	O	0			ewtb.r.165018.3
+9	bed	bed	VERB	O	0			ewtb.r.165018.3
+10	and	and	CONJ	O	0			ewtb.r.165018.3
+11	I	i	PRON	O	0			ewtb.r.165018.3
+12	requested	request	VERB	O	0		v.communication	ewtb.r.165018.3
+13	it	it	PRON	O	0			ewtb.r.165018.3
+14	be	be	AUX	O	0			ewtb.r.165018.3
+15	rectified	rectify	VERB	O	0		v.change	ewtb.r.165018.3
+16	.	.	PUNCT	O	0			ewtb.r.165018.3
+
+1	I	i	PRON	O	0			ewtb.r.165018.4
+2	was	be	AUX	O	0			ewtb.r.165018.4
+3	then	then	ADV	O	0			ewtb.r.165018.4
+4	moved	move	VERB	O	0		v.motion	ewtb.r.165018.4
+5	to	to	ADP	O	0			ewtb.r.165018.4
+6	another	another	DET	O	0			ewtb.r.165018.4
+7	room	room	NOUN	O	0		n.location	ewtb.r.165018.4
+8	around	around	ADP	B	0			ewtb.r.165018.4
+9	the	the	DET	o	0			ewtb.r.165018.4
+10	back	back	NOUN	I	8			ewtb.r.165018.4
+11	where	where	ADV	O	0			ewtb.r.165018.4
+12	the	the	DET	O	0			ewtb.r.165018.4
+13	room	room	NOUN	O	0		n.artifact	ewtb.r.165018.4
+14	was	be	VERB	O	0		v.stative	ewtb.r.165018.4
+15	dirty	dirty	ADJ	O	0			ewtb.r.165018.4
+16	,	,	PUNCT	O	0			ewtb.r.165018.4
+17	the	the	DET	O	0			ewtb.r.165018.4
+18	shower	shower	NOUN	O	0		n.artifact	ewtb.r.165018.4
+19	was	be	VERB	O	0		v.stative	ewtb.r.165018.4
+20	dirty	dirty	ADJ	O	0			ewtb.r.165018.4
+21	with	with	ADP	O	0			ewtb.r.165018.4
+22	other	other	ADJ	O	0			ewtb.r.165018.4
+23	people	person	NOUN	O	0		n.person	ewtb.r.165018.4
+24	s	s	PART	O	0			ewtb.r.165018.4
+25	hair	hair	NOUN	O	0		n.body	ewtb.r.165018.4
+26	in	in	ADP	O	0			ewtb.r.165018.4
+27	it	it	PRON	O	0			ewtb.r.165018.4
+28	,	,	PUNCT	O	0			ewtb.r.165018.4
+29	the	the	DET	O	0			ewtb.r.165018.4
+30	toilet	toilet	NOUN	B	0		n.artifact	ewtb.r.165018.4
+31	seat	seat	NOUN	I	30			ewtb.r.165018.4
+32	was	be	VERB	O	0			ewtb.r.165018.4
+33	peeling	peel	VERB	O	0		v.stative	ewtb.r.165018.4
+34	and	and	CONJ	O	0			ewtb.r.165018.4
+35	rough	rough	ADJ	O	0			ewtb.r.165018.4
+36	and	and	CONJ	O	0			ewtb.r.165018.4
+37	the	the	DET	O	0			ewtb.r.165018.4
+38	bathroom	bathroom	NOUN	O	0		n.artifact	ewtb.r.165018.4
+39	was	be	VERB	O	0		v.stative	ewtb.r.165018.4
+40	full	full	ADJ	O	0			ewtb.r.165018.4
+41	of	of	ADP	O	0			ewtb.r.165018.4
+42	mould	mould	NOUN	O	0		n.natural_object	ewtb.r.165018.4
+43	.	.	PUNCT	O	0			ewtb.r.165018.4
+
+1	I	i	PRON	O	0			ewtb.r.165018.5
+2	called	call	VERB	O	0		v.communication	ewtb.r.165018.5
+3	reception	reception	NOUN	O	0		n.person	ewtb.r.165018.5
+4	to	to	PART	O	0			ewtb.r.165018.5
+5	ask	ask	VERB	O	0		v.communication	ewtb.r.165018.5
+6	if	if	SCONJ	O	0			ewtb.r.165018.5
+7	they	they	PRON	O	0			ewtb.r.165018.5
+8	knew	know	VERB	O	0		v.cognition	ewtb.r.165018.5
+9	the	the	DET	O	0			ewtb.r.165018.5
+10	state	state	NOUN	O	0		n.state	ewtb.r.165018.5
+11	the	the	DET	O	0			ewtb.r.165018.5
+12	room	room	NOUN	O	0		n.artifact	ewtb.r.165018.5
+13	was	be	VERB	O	0		v.stative	ewtb.r.165018.5
+14	in	in	ADP	O	0			ewtb.r.165018.5
+15	and	and	CONJ	O	0			ewtb.r.165018.5
+16	was	be	AUX	O	0			ewtb.r.165018.5
+17	told	tell	VERB	O	0		v.communication	ewtb.r.165018.5
+18	"	"	PUNCT	O	0			ewtb.r.165018.5
+19	This	this	DET	O	0			ewtb.r.165018.5
+20	is	be	VERB	O	0		v.stative	ewtb.r.165018.5
+21	a	a	DET	O	0			ewtb.r.165018.5
+22	Days	days	PROPN	B	0		n.group	ewtb.r.165018.5
+23	Inn	inn	PROPN	I	22			ewtb.r.165018.5
+24	,	,	PUNCT	O	0			ewtb.r.165018.5
+25	not	not	PART	O	0			ewtb.r.165018.5
+26	the	the	DET	B	0		n.group	ewtb.r.165018.5
+27	Hilton	hilton	PROPN	I	26			ewtb.r.165018.5
+28	"	"	PUNCT	O	0			ewtb.r.165018.5
+29	and	and	CONJ	O	0			ewtb.r.165018.5
+30	the	the	DET	O	0			ewtb.r.165018.5
+31	receptionist	receptionist	ADJ	O	0			ewtb.r.165018.5
+32	then	then	ADV	O	0			ewtb.r.165018.5
+33	hung	hang	VERB	B	0		v.communication	ewtb.r.165018.5
+34	up	up	ADP	I	33			ewtb.r.165018.5
+35	on	on	ADP	I	34			ewtb.r.165018.5
+36	me	me	PRON	O	0			ewtb.r.165018.5
+37	.	.	PUNCT	O	0			ewtb.r.165018.5
+
+1	To	to	PART	O	0			ewtb.r.165018.6
+2	warn	warn	VERB	O	0		v.communication	ewtb.r.165018.6
+3	you	you	PRON	O	0			ewtb.r.165018.6
+4	to	to	PART	O	0			ewtb.r.165018.6
+5	stay	stay	VERB	B	0		v.stative	ewtb.r.165018.6
+6	away	away	ADV	I	5			ewtb.r.165018.6
+7	from	from	ADP	O	0			ewtb.r.165018.6
+8	this	this	DET	O	0			ewtb.r.165018.6
+9	place	place	NOUN	O	0		n.group	ewtb.r.165018.6
+10	just	just	ADV	O	0			ewtb.r.165018.6
+11	is	be	VERB	O	0		v.stative	ewtb.r.165018.6
+12	n't	n't	PART	O	0			ewtb.r.165018.6
+13	enough	enough	ADJ	O	0			ewtb.r.165018.6
+14	.	.	PUNCT	O	0			ewtb.r.165018.6
+
+1	There	there	PRON	O	0			ewtb.r.165018.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.165018.7
+3	not	not	PART	O	0			ewtb.r.165018.7
+4	one	one	NUM	O	0			ewtb.r.165018.7
+5	ounce	ounce	NOUN	O	0		n.quantity	ewtb.r.165018.7
+6	of	of	ADP	O	0			ewtb.r.165018.7
+7	caring	caring	NOUN	O	0		n.feeling	ewtb.r.165018.7
+8	involved	involved	ADJ	O	0			ewtb.r.165018.7
+9	and	and	CONJ	O	0			ewtb.r.165018.7
+10	anyone	anyone	NOUN	O	0			ewtb.r.165018.7
+11	I	i	PRON	O	0			ewtb.r.165018.7
+12	can	can	AUX	O	0			ewtb.r.165018.7
+13	warn	warn	VERB	O	0		v.communication	ewtb.r.165018.7
+14	about	about	ADP	O	0			ewtb.r.165018.7
+15	the	the	DET	O	0			ewtb.r.165018.7
+16	complete	complete	ADJ	O	0			ewtb.r.165018.7
+17	lack	lack	NOUN	O	0		n.state	ewtb.r.165018.7
+18	of	of	ADP	O	0			ewtb.r.165018.7
+19	service	service	NOUN	O	0		n.act	ewtb.r.165018.7
+20	will	will	AUX	O	0			ewtb.r.165018.7
+21	be	be	AUX	O	0			ewtb.r.165018.7
+22	warned	warn	VERB	O	0		v.communication	ewtb.r.165018.7
+23	.	.	PUNCT	O	0			ewtb.r.165018.7
+
+1	house	house	NOUN	O	0		n.artifact	ewtb.r.169610.1
+2	closing	closing	NOUN	O	0		n.event	ewtb.r.169610.1
+
+1	Mrs.	mrs.	PROPN	B	0		n.person	ewtb.r.169610.2
+2	Tolchin	tolchin	PROPN	I	1			ewtb.r.169610.2
+3	provided	provide	VERB	B	0		v.social	ewtb.r.169610.2
+4	us	us	PRON	o	0			ewtb.r.169610.2
+5	with	with	ADP	I	3			ewtb.r.169610.2
+6	excellent	excellent	ADJ	O	0			ewtb.r.169610.2
+7	service	service	NOUN	O	0		n.act	ewtb.r.169610.2
+8	and	and	CONJ	O	0			ewtb.r.169610.2
+9	came	come	VERB	O	0		v.stative	ewtb.r.169610.2
+10	with	with	ADP	O	0			ewtb.r.169610.2
+11	a	a	DET	O	0			ewtb.r.169610.2
+12	great	great	ADJ	B	0			ewtb.r.169610.2
+13	deal	deal	NOUN	I	12			ewtb.r.169610.2
+14	of	of	ADP	I	13			ewtb.r.169610.2
+15	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.169610.2
+16	and	and	CONJ	O	0			ewtb.r.169610.2
+17	professionalism	professionalism	NOUN	O	0		n.cognition	ewtb.r.169610.2
+18	!	!	PUNCT	O	0			ewtb.r.169610.2
+
+1	Her	her	PRON	O	0			ewtb.r.169610.3
+2	flexibility	flexibility	NOUN	O	0		n.attribute	ewtb.r.169610.3
+3	and	and	CONJ	O	0			ewtb.r.169610.3
+4	accessibility	accessibility	NOUN	O	0		n.attribute	ewtb.r.169610.3
+5	made	make	VERB	B	0		v.stative	ewtb.r.169610.3
+6	for	for	ADP	I	5			ewtb.r.169610.3
+7	an	an	DET	O	0			ewtb.r.169610.3
+8	easy	easy	ADJ	O	0			ewtb.r.169610.3
+9	closing	closing	NOUN	O	0		n.event	ewtb.r.169610.3
+10	.	.	PUNCT	O	0			ewtb.r.169610.3
+
+1	An	an	DET	O	0			ewtb.r.183518.1
+2	Asset	asset	NOUN	O	0		n.attribute	ewtb.r.183518.1
+3	to	to	ADP	O	0			ewtb.r.183518.1
+4	Richmond	richmond	PROPN	O	0		n.group	ewtb.r.183518.1
+
+1	For	for	ADP	O	0			ewtb.r.183518.2
+2	a	a	DET	O	0			ewtb.r.183518.2
+3	long	long	ADJ	O	0			ewtb.r.183518.2
+4	time	time	NOUN	O	0		n.time	ewtb.r.183518.2
+5	,	,	PUNCT	O	0			ewtb.r.183518.2
+6	one	one	NUM	O	0			ewtb.r.183518.2
+7	big	big	ADJ	O	0			ewtb.r.183518.2
+8	source	source	NOUN	O	0		n.cognition	ewtb.r.183518.2
+9	of	of	ADP	O	0			ewtb.r.183518.2
+10	entertainment	entertainment	NOUN	O	0		n.feeling	ewtb.r.183518.2
+11	missing	missing	ADJ	O	0			ewtb.r.183518.2
+12	from	from	ADP	O	0			ewtb.r.183518.2
+13	the	the	DET	O	0			ewtb.r.183518.2
+14	Richmond	richmond	PROPN	B	0		n.location	ewtb.r.183518.2
+15	City	city	NOUN	I	14			ewtb.r.183518.2
+16	Limits	limit	NOUN	I	15			ewtb.r.183518.2
+17	was	be	VERB	O	0		v.stative	ewtb.r.183518.2
+18	a	a	DET	O	0			ewtb.r.183518.2
+19	first	first	ADJ	B	0		n.attribute	ewtb.r.183518.2
+20	-	-	PUNCT	o	0			ewtb.r.183518.2
+21	run	run	NOUN	I	19			ewtb.r.183518.2
+22	multiplex	multiplex	NOUN	O	0		n.group	ewtb.r.183518.2
+23	.	.	PUNCT	O	0			ewtb.r.183518.2
+
+1	Bowtie	bowtie	PROPN	O	0		n.group	ewtb.r.183518.3
+2	has	have	AUX	O	0			ewtb.r.183518.3
+3	filled	fill	VERB	B	0		v.stative	ewtb.r.183518.3
+4	that	that	DET	o	0			ewtb.r.183518.3
+5	role	role	NOUN	I	3			ewtb.r.183518.3
+6	nicely	nicely	ADV	O	0			ewtb.r.183518.3
+7	.	.	PUNCT	O	0			ewtb.r.183518.3
+
+1	The	the	DET	O	0			ewtb.r.183518.4
+2	theatre	theatre	NOUN	O	0		n.group	ewtb.r.183518.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.183518.4
+4	in	in	ADP	O	0			ewtb.r.183518.4
+5	an	an	DET	O	0			ewtb.r.183518.4
+6	old	old	ADJ	O	0			ewtb.r.183518.4
+7	brick	brick	NOUN	O	0		n.substance	ewtb.r.183518.4
+8	warehouse	warehouse	NOUN	O	0		n.artifact	ewtb.r.183518.4
+9	,	,	PUNCT	O	0			ewtb.r.183518.4
+10	which	which	DET	O	0			ewtb.r.183518.4
+11	is	be	VERB	O	0		v.stative	ewtb.r.183518.4
+12	a	a	DET	O	0			ewtb.r.183518.4
+13	block	block	NOUN	O	0		n.quantity	ewtb.r.183518.4
+14	away	away	ADV	O	0			ewtb.r.183518.4
+15	from	from	ADP	O	0			ewtb.r.183518.4
+16	the	the	DET	O	0			ewtb.r.183518.4
+17	Flying	flying	PROPN	B	0		n.group	ewtb.r.183518.4
+18	Squirrels	squirrels	PROPN	I	17			ewtb.r.183518.4
+19	stadium	stadium	NOUN	O	0		n.location	ewtb.r.183518.4
+20	.	.	PUNCT	O	0			ewtb.r.183518.4
+
+1	The	the	DET	O	0			ewtb.r.183518.5
+2	owners	owner	NOUN	O	0		n.person	ewtb.r.183518.5
+3	of	of	ADP	O	0			ewtb.r.183518.5
+4	Bowtie	bowtie	PROPN	O	0		n.group	ewtb.r.183518.5
+5	manged	manged	VERB	O	0		v.cognition	ewtb.r.183518.5
+6	to	to	PART	O	0			ewtb.r.183518.5
+7	add	add	VERB	O	0		v.stative	ewtb.r.183518.5
+8	something	something	NOUN	O	0			ewtb.r.183518.5
+9	new	new	ADJ	O	0			ewtb.r.183518.5
+10	while	while	SCONJ	O	0			ewtb.r.183518.5
+11	preserving	preserve	VERB	O	0		v.stative	ewtb.r.183518.5
+12	what	what	PRON	O	0			ewtb.r.183518.5
+13	was	be	VERB	O	0		v.stative	ewtb.r.183518.5
+14	already	already	ADV	O	0			ewtb.r.183518.5
+15	there	there	ADV	O	0			ewtb.r.183518.5
+16	.	.	PUNCT	O	0			ewtb.r.183518.5
+
+1	The	the	DET	O	0			ewtb.r.183518.6
+2	theatre	theatre	NOUN	O	0		n.group	ewtb.r.183518.6
+3	has	have	AUX	O	0			ewtb.r.183518.6
+4	greatly	greatly	ADV	O	0			ewtb.r.183518.6
+5	improved	improve	VERB	O	0		v.change	ewtb.r.183518.6
+6	the	the	DET	O	0			ewtb.r.183518.6
+7	surrounding	surround	VERB	O	0		v.stative	ewtb.r.183518.6
+8	neighborhood	neighborhood	NOUN	O	0		n.group	ewtb.r.183518.6
+9	.	.	PUNCT	O	0			ewtb.r.183518.6
+
+1	There	there	PRON	O	0			ewtb.r.183518.7
+2	's	's	VERB	O	0		v.stative	ewtb.r.183518.7
+3	plenty	plenty	NOUN	O	0			ewtb.r.183518.7
+4	of	of	ADP	O	0			ewtb.r.183518.7
+5	parking	parking	NOUN	O	0		n.attribute	ewtb.r.183518.7
+6	,	,	PUNCT	O	0			ewtb.r.183518.7
+7	and	and	CONJ	O	0			ewtb.r.183518.7
+8	I	i	PRON	O	0			ewtb.r.183518.7
+9	've	've	AUX	O	0			ewtb.r.183518.7
+10	never	never	ADV	O	0			ewtb.r.183518.7
+11	had	have	VERB	B	0		v.cognition	ewtb.r.183518.7
+12	an	an	DET	o	0			ewtb.r.183518.7
+13	issue	issue	NOUN	I	11			ewtb.r.183518.7
+14	with	with	ADP	I	13			ewtb.r.183518.7
+15	audience	audience	NOUN	O	0		n.group	ewtb.r.183518.7
+16	members	member	NOUN	O	0		n.person	ewtb.r.183518.7
+17	who	who	PRON	O	0			ewtb.r.183518.7
+18	wo	wo	AUX	O	0			ewtb.r.183518.7
+19	n't	n't	PART	O	0			ewtb.r.183518.7
+20	stop	stop	VERB	O	0		v.change	ewtb.r.183518.7
+21	talking	talk	VERB	O	0		v.communication	ewtb.r.183518.7
+22	or	or	CONJ	O	0			ewtb.r.183518.7
+23	answering	answer	VERB	O	0		v.communication	ewtb.r.183518.7
+24	their	their	PRON	O	0			ewtb.r.183518.7
+25	cellphones	cellphone	NOUN	O	0		n.artifact	ewtb.r.183518.7
+26	.	.	PUNCT	O	0			ewtb.r.183518.7
+
+1	Best	best	ADV	O	0			ewtb.r.183518.8
+2	of	of	ADP	O	0			ewtb.r.183518.8
+3	all	all	DET	O	0			ewtb.r.183518.8
+4	,	,	PUNCT	O	0			ewtb.r.183518.8
+5	there	there	PRON	O	0			ewtb.r.183518.8
+6	are	be	VERB	O	0		v.stative	ewtb.r.183518.8
+7	no	no	DET	O	0			ewtb.r.183518.8
+8	ads	ad	NOUN	O	0		n.communication	ewtb.r.183518.8
+9	!!!!	!!!!	PUNCT	O	0			ewtb.r.183518.8
+10	!	!	PUNCT	O	0			ewtb.r.183518.8
+
+1	Just	just	ADV	O	0			ewtb.r.183518.9
+2	previews	preview	NOUN	O	0		n.communication	ewtb.r.183518.9
+3	and	and	CONJ	O	0			ewtb.r.183518.9
+4	the	the	DET	O	0			ewtb.r.183518.9
+5	main	main	ADJ	B	0		n.communication	ewtb.r.183518.9
+6	feature	feature	NOUN	I	5			ewtb.r.183518.9
+7	.	.	PUNCT	O	0			ewtb.r.183518.9
+
+1	Expect	expect	VERB	O	0		v.cognition	ewtb.r.183518.10
+2	to	to	PART	O	0			ewtb.r.183518.10
+3	pay	pay	VERB	O	0		v.possession	ewtb.r.183518.10
+4	full	full	ADJ	B	0		n.possession	ewtb.r.183518.10
+5	price	price	NOUN	I	4			ewtb.r.183518.10
+6	,	,	PUNCT	O	0			ewtb.r.183518.10
+7	and	and	CONJ	O	0			ewtb.r.183518.10
+8	the	the	DET	O	0			ewtb.r.183518.10
+9	theatres	theatre	NOUN	O	0		n.group	ewtb.r.183518.10
+10	themselves	themselves	PRON	O	0			ewtb.r.183518.10
+11	are	be	VERB	O	0		v.stative	ewtb.r.183518.10
+12	on	on	ADP	B	0			ewtb.r.183518.10
+13	the	the	DET	I	12			ewtb.r.183518.10
+14	small	small	ADJ	o	0			ewtb.r.183518.10
+15	side	side	NOUN	I	13			ewtb.r.183518.10
+16	.	.	PUNCT	O	0			ewtb.r.183518.10
+
+1	But	but	CONJ	O	0			ewtb.r.183518.11
+2	if	if	SCONJ	O	0			ewtb.r.183518.11
+3	you	you	PRON	O	0			ewtb.r.183518.11
+4	like	like	VERB	O	0		v.emotion	ewtb.r.183518.11
+5	going	go	VERB	O	0		v.motion	ewtb.r.183518.11
+6	to	to	ADP	O	0			ewtb.r.183518.11
+7	the	the	DET	O	0			ewtb.r.183518.11
+8	movies	movie	NOUN	O	0		n.event	ewtb.r.183518.11
+9	,	,	PUNCT	O	0			ewtb.r.183518.11
+10	you	you	PRON	O	0			ewtb.r.183518.11
+11	should	should	AUX	O	0			ewtb.r.183518.11
+12	love	love	VERB	O	0		v.emotion	ewtb.r.183518.11
+13	Bowtie	bowtie	PROPN	O	0		n.group	ewtb.r.183518.11
+14	.	.	PUNCT	O	0			ewtb.r.183518.11
+
+1	The	the	DET	O	0			ewtb.r.183518.12
+2	mangers	manger	NOUN	O	0		n.person	ewtb.r.183518.12
+3	also	also	ADV	O	0			ewtb.r.183518.12
+4	play	play	VERB	O	0		v.stative	ewtb.r.183518.12
+5	a	a	DET	O	0			ewtb.r.183518.12
+6	classic	classic	ADJ	O	0			ewtb.r.183518.12
+7	movies	movie	NOUN	O	0		n.communication	ewtb.r.183518.12
+8	on	on	ADP	O	0			ewtb.r.183518.12
+9	Sundays	sundays	PROPN	O	0		n.time	ewtb.r.183518.12
+10	,	,	PUNCT	O	0			ewtb.r.183518.12
+11	you	you	PRON	O	0			ewtb.r.183518.12
+12	can	can	AUX	O	0			ewtb.r.183518.12
+13	get	get	VERB	O	0		v.stative	ewtb.r.183518.12
+14	a	a	DET	O	0			ewtb.r.183518.12
+15	beer	beer	NOUN	O	0		n.food	ewtb.r.183518.12
+16	in	in	ADP	O	0			ewtb.r.183518.12
+17	the	the	DET	O	0			ewtb.r.183518.12
+18	lobby	lobby	NOUN	O	0		n.location	ewtb.r.183518.12
+19	,	,	PUNCT	O	0			ewtb.r.183518.12
+20	and	and	CONJ	O	0			ewtb.r.183518.12
+21	repeat	repeat	ADJ	B	0		n.person	ewtb.r.183518.12
+22	customers	customer	NOUN	I	21			ewtb.r.183518.12
+23	can	can	AUX	O	0			ewtb.r.183518.12
+24	get	get	VERB	B	0		n.possession	ewtb.r.183518.12
+25	discounts	discount	NOUN	I	24			ewtb.r.183518.12
+26	if	if	SCONJ	O	0			ewtb.r.183518.12
+27	they	they	PRON	O	0			ewtb.r.183518.12
+28	have	have	VERB	O	0		v.stative	ewtb.r.183518.12
+29	a	a	DET	O	0			ewtb.r.183518.12
+30	member	member	NOUN	B	0		n.artifact	ewtb.r.183518.12
+31	card	card	NOUN	I	30			ewtb.r.183518.12
+32	.	.	PUNCT	O	0			ewtb.r.183518.12
+
+1	A	a	DET	O	0			ewtb.r.183518.13
+2	great	great	ADJ	O	0			ewtb.r.183518.13
+3	cinema	cinema	NOUN	O	0		n.group	ewtb.r.183518.13
+4	in	in	ADP	O	0			ewtb.r.183518.13
+5	a	a	DET	O	0			ewtb.r.183518.13
+6	great	great	ADJ	O	0			ewtb.r.183518.13
+7	location	location	NOUN	O	0		n.location	ewtb.r.183518.13
+8	.	.	PUNCT	O	0			ewtb.r.183518.13
+
+1	Thank	thank	VERB	B	0			ewtb.r.183518.14
+2	you	you	PRON	I	1			ewtb.r.183518.14
+3	,	,	PUNCT	O	0			ewtb.r.183518.14
+4	Bowtie	bowtie	PROPN	O	0		n.group	ewtb.r.183518.14
+5	!	!	PUNCT	O	0			ewtb.r.183518.14
+
+1	The	the	DET	O	0			ewtb.r.192713.1
+2	finest	fine	ADJ	O	0			ewtb.r.192713.1
+3	Christmas	christmas	PROPN	B	0		n.plant	ewtb.r.192713.1
+4	Trees	tree	NOUN	I	3			ewtb.r.192713.1
+5	i	i	PRON	O	0			ewtb.r.192713.1
+6	've	've	AUX	O	0			ewtb.r.192713.1
+7	ever	ever	ADV	O	0			ewtb.r.192713.1
+8	seen	see	VERB	O	0		v.perception	ewtb.r.192713.1
+9	.	.	PUNCT	O	0			ewtb.r.192713.1
+
+1	I	i	PRON	O	0			ewtb.r.192713.2
+2	felt	felt	VERB	O	0		v.cognition	ewtb.r.192713.2
+3	like	like	SCONJ	O	0			ewtb.r.192713.2
+4	I	i	PRON	O	0			ewtb.r.192713.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.192713.2
+6	in	in	ADP	O	0			ewtb.r.192713.2
+7	heaven	heaven	NOUN	O	0		n.cognition	ewtb.r.192713.2
+8	when	when	ADV	O	0			ewtb.r.192713.2
+9	I	i	PRON	O	0			ewtb.r.192713.2
+10	walked	walk	VERB	O	0		v.motion	ewtb.r.192713.2
+11	through	through	ADP	O	0			ewtb.r.192713.2
+12	the	the	DET	O	0			ewtb.r.192713.2
+13	majestic	majestic	ADJ	O	0			ewtb.r.192713.2
+14	fields	fields	NOUN	O	0		n.natural_object	ewtb.r.192713.2
+15	of	of	ADP	O	0			ewtb.r.192713.2
+16	this	this	DET	O	0			ewtb.r.192713.2
+17	particular	particular	ADJ	O	0			ewtb.r.192713.2
+18	farm	farm	NOUN	O	0		n.group	ewtb.r.192713.2
+19	.	.	PUNCT	O	0			ewtb.r.192713.2
+
+1	The	the	DET	O	0			ewtb.r.192713.3
+2	trees	tree	NOUN	O	0		n.plant	ewtb.r.192713.3
+3	were	be	VERB	O	0		v.stative	ewtb.r.192713.3
+4	in	in	ADP	O	0			ewtb.r.192713.3
+5	magnificent	magnificent	ADJ	O	0			ewtb.r.192713.3
+6	shape	shape	NOUN	O	0		n.state	ewtb.r.192713.3
+7	and	and	CONJ	O	0			ewtb.r.192713.3
+8	the	the	DET	O	0			ewtb.r.192713.3
+9	variety	variety	NOUN	O	0		n.attribute	ewtb.r.192713.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.192713.3
+11	astounding	astounding	ADJ	O	0			ewtb.r.192713.3
+12	.	.	PUNCT	O	0			ewtb.r.192713.3
+
+1	The	the	DET	O	0			ewtb.r.192713.4
+2	owners	owner	NOUN	O	0		n.person	ewtb.r.192713.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.192713.4
+4	entertaining	entertaining	ADJ	O	0			ewtb.r.192713.4
+5	and	and	CONJ	O	0			ewtb.r.192713.4
+6	gracious	gracious	ADJ	O	0			ewtb.r.192713.4
+7	.	.	PUNCT	O	0			ewtb.r.192713.4
+
+1	I	i	PRON	O	0			ewtb.r.192713.5
+2	especially	especially	ADV	O	0			ewtb.r.192713.5
+3	liked	like	VERB	O	0		v.emotion	ewtb.r.192713.5
+4	the	the	DET	O	0			ewtb.r.192713.5
+5	Eco	eco	X	B	0			ewtb.r.192713.5
+6	friendly	friendly	ADJ	I	5			ewtb.r.192713.5
+7	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.192713.5
+8	and	and	CONJ	O	0			ewtb.r.192713.5
+9	the	the	DET	O	0			ewtb.r.192713.5
+10	owner	owner	NOUN	O	0		n.person	ewtb.r.192713.5
+11	s	s	PART	O	0			ewtb.r.192713.5
+12	love	love	NOUN	O	0		n.attribute	ewtb.r.192713.5
+13	of	of	ADP	O	0			ewtb.r.192713.5
+14	all	all	DET	O	0			ewtb.r.192713.5
+15	animals	animal	NOUN	O	0		n.animal	ewtb.r.192713.5
+16	.	.	PUNCT	O	0			ewtb.r.192713.5
+
+1	This	this	DET	O	0			ewtb.r.192713.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.192713.6
+3	one	one	NUM	O	0			ewtb.r.192713.6
+4	of	of	ADP	O	0			ewtb.r.192713.6
+5	the	the	DET	O	0			ewtb.r.192713.6
+6	best	best	ADJ	O	0			ewtb.r.192713.6
+7	farms	farm	NOUN	O	0		n.group	ewtb.r.192713.6
+8	I	i	PRON	O	0			ewtb.r.192713.6
+9	have	have	AUX	O	0			ewtb.r.192713.6
+10	ever	ever	ADV	O	0			ewtb.r.192713.6
+11	been	be	VERB	B	0		v.motion	ewtb.r.192713.6
+12	too	too	ADP	I	11			ewtb.r.192713.6
+13	.	.	PUNCT	O	0			ewtb.r.192713.6
+
+1	I	i	PRON	O	0			ewtb.r.192713.7
+2	would	would	AUX	O	0			ewtb.r.192713.7
+3	call	call	VERB	O	0		v.communication	ewtb.r.192713.7
+4	it	it	PRON	O	0			ewtb.r.192713.7
+5	the	the	DET	O	0			ewtb.r.192713.7
+6	Taj	taj	PROPN	B	0		n.group	ewtb.r.192713.7
+7	Mahal	mahal	PROPN	I	6			ewtb.r.192713.7
+8	of	of	ADP	O	0			ewtb.r.192713.7
+9	the	the	DET	O	0			ewtb.r.192713.7
+10	east	east	ADJ	B	0		n.location	ewtb.r.192713.7
+11	coast	coast	NOUN	I	10			ewtb.r.192713.7
+12	!	!	PUNCT	O	0			ewtb.r.192713.7
+
+1	It	it	PRON	O	0			ewtb.r.192713.8
+2	put	put	VERB	B	0		v.stative	ewtb.r.192713.8
+3	hair	hair	NOUN	I	2			ewtb.r.192713.8
+4	on	on	ADP	I	3			ewtb.r.192713.8
+5	my	my	PRON	o	0			ewtb.r.192713.8
+6	chest	chest	NOUN	I	4			ewtb.r.192713.8
+7	and	and	CONJ	O	0			ewtb.r.192713.8
+8	thanks	thanks	NOUN	B	0			ewtb.r.192713.8
+9	to	to	ADP	I	8			ewtb.r.192713.8
+10	the	the	DET	O	0			ewtb.r.192713.8
+11	owner	owner	NOUN	O	0		n.person	ewtb.r.192713.8
+12	s	s	PART	O	0			ewtb.r.192713.8
+13	advice	advice	NOUN	O	0		n.communication	ewtb.r.192713.8
+14	I	i	PRON	O	0			ewtb.r.192713.8
+15	invested	invest	VERB	B	0		n.possession	ewtb.r.192713.8
+16	vanguard	vanguard	PROPN	I	15			ewtb.r.192713.8
+17	,	,	PUNCT	O	0			ewtb.r.192713.8
+18	got	get	VERB	O	0		v.stative	ewtb.r.192713.8
+19	myself	myself	PRON	O	0			ewtb.r.192713.8
+20	a	a	DET	O	0			ewtb.r.192713.8
+21	woman	woman	NOUN	O	0		n.person	ewtb.r.192713.8
+22	like	like	ADP	O	0			ewtb.r.192713.8
+23	Jerry	jerry	PROPN	O	0		n.person	ewtb.r.192713.8
+24	,	,	PUNCT	O	0			ewtb.r.192713.8
+25	and	and	CONJ	O	0			ewtb.r.192713.8
+26	became	become	VERB	O	0		v.stative	ewtb.r.192713.8
+27	a	a	DET	O	0			ewtb.r.192713.8
+28	republican	republican	PROPN	O	0		n.cognition	ewtb.r.192713.8
+29	.	.	PUNCT	O	0			ewtb.r.192713.8
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.192713.9
+2	Tussey	tussey	PROPN	B	0		n.group	ewtb.r.192713.9
+3	Mountain	mountain	PROPN	I	2			ewtb.r.192713.9
+4	Tree	tree	PROPN	I	3			ewtb.r.192713.9
+5	Plantation	plantation	PROPN	I	4			ewtb.r.192713.9
+6	!	!	PUNCT	O	0			ewtb.r.192713.9
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.194313.1
+2	Pizza	pizza	NOUN	O	0		n.food	ewtb.r.194313.1
+3	!!	!!	PUNCT	O	0			ewtb.r.194313.1
+
+1	It	it	PRON	O	0			ewtb.r.194313.2
+2	s	s	VERB	O	0		v.stative	ewtb.r.194313.2
+3	the	the	DET	O	0			ewtb.r.194313.2
+4	only	only	ADJ	O	0			ewtb.r.194313.2
+5	pizza	pizza	NOUN	O	0		n.food	ewtb.r.194313.2
+6	place	place	NOUN	O	0		n.group	ewtb.r.194313.2
+7	I	i	PRON	O	0			ewtb.r.194313.2
+8	recommend	recommend	VERB	O	0		v.communication	ewtb.r.194313.2
+9	in	in	ADP	O	0			ewtb.r.194313.2
+10	Woodland	woodland	PROPN	B	0		n.location	ewtb.r.194313.2
+11	Hills	hills	PROPN	I	10			ewtb.r.194313.2
+12	.	.	PUNCT	O	0			ewtb.r.194313.2
+
+1	Yum	yum	INTJ	O	0			ewtb.r.194313.3
+2	.	.	PUNCT	O	0			ewtb.r.194313.3
+
+1	My	my	PRON	O	0			ewtb.r.194313.4
+2	wife	wife	NOUN	B	0		n.group	ewtb.r.194313.4
+3	and	and	CONJ	I	2			ewtb.r.194313.4
+4	kids	kid	NOUN	I	3			ewtb.r.194313.4
+5	ca	ca	AUX	B	0		v.stative	ewtb.r.194313.4
+6	n't	n't	PART	I	5			ewtb.r.194313.4
+7	get	get	VERB	I	6			ewtb.r.194313.4
+8	enough	enough	ADJ	I	7			ewtb.r.194313.4
+9	.	.	PUNCT	O	0			ewtb.r.194313.4
+
+1	Highly	highly	ADV	O	0			ewtb.r.194313.5
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.194313.5
+3	.	.	PUNCT	O	0			ewtb.r.194313.5
+
+1	OMG	omg	INTJ	O	0			ewtb.r.194316.1
+
+1	OMG	omg	INTJ	O	0			ewtb.r.194316.2
+2	..	..	PUNCT	O	0			ewtb.r.194316.2
+3	make	make	VERB	B	0		v.cognition	ewtb.r.194316.2
+4	sure	sure	ADJ	I	3			ewtb.r.194316.2
+5	to	to	PART	O	0			ewtb.r.194316.2
+6	book	book	VERB	B	0		v.social	ewtb.r.194316.2
+7	a	a	DET	I	6			ewtb.r.194316.2
+8	reservation	reservation	NOUN	I	7			ewtb.r.194316.2
+9	,	,	PUNCT	O	0			ewtb.r.194316.2
+10	as	as	SCONJ	O	0			ewtb.r.194316.2
+11	this	this	DET	O	0			ewtb.r.194316.2
+12	magical	magical	ADJ	O	0			ewtb.r.194316.2
+13	place	place	NOUN	B	0		n.state	ewtb.r.194316.2
+14	is	be	VERB	o	0		v.stative	ewtb.r.194316.2
+15	packed	packed	ADJ	I	13			ewtb.r.194316.2
+16	(	(	PUNCT	O	0			ewtb.r.194316.2
+17	in	in	ADP	O	0			ewtb.r.194316.2
+18	a	a	DET	O	0			ewtb.r.194316.2
+19	nice	nice	ADJ	O	0			ewtb.r.194316.2
+20	way	way	NOUN	O	0		n.cognition	ewtb.r.194316.2
+21	)	)	PUNCT	O	0			ewtb.r.194316.2
+22	I	i	PRON	O	0			ewtb.r.194316.2
+23	love	love	VERB	O	0		v.emotion	ewtb.r.194316.2
+24	that	that	SCONJ	O	0			ewtb.r.194316.2
+25	the	the	DET	O	0			ewtb.r.194316.2
+26	owner	owner	NOUN	O	0		n.person	ewtb.r.194316.2
+27	walks	walk	VERB	B	0		v.motion	ewtb.r.194316.2
+28	around	around	ADV	I	27			ewtb.r.194316.2
+29	and	and	CONJ	O	0			ewtb.r.194316.2
+30	cares	care	VERB	O	0		v.emotion	ewtb.r.194316.2
+31	how	how	ADV	O	0			ewtb.r.194316.2
+32	his	his	PRON	O	0			ewtb.r.194316.2
+33	customers	customer	NOUN	O	0		n.group	ewtb.r.194316.2
+34	feel	feel	VERB	O	0		v.cognition	ewtb.r.194316.2
+35	about	about	ADP	O	0			ewtb.r.194316.2
+36	their	their	PRON	O	0			ewtb.r.194316.2
+37	food	food	NOUN	O	0		n.food	ewtb.r.194316.2
+38	.	.	PUNCT	O	0			ewtb.r.194316.2
+
+1	The	the	DET	O	0			ewtb.r.194316.3
+2	waiters	waiter	NOUN	O	0		n.group	ewtb.r.194316.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.194316.3
+4	like	like	ADP	O	0			ewtb.r.194316.3
+5	no	no	DET	O	0			ewtb.r.194316.3
+6	other	other	ADJ	O	0			ewtb.r.194316.3
+7	...	...	PUNCT	O	0			ewtb.r.194316.3
+
+1	My	my	PRON	O	0			ewtb.r.194316.4
+2	waiter	waiter	NOUN	O	0		n.person	ewtb.r.194316.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.194316.4
+4	so	so	ADV	O	0			ewtb.r.194316.4
+5	excellent	excellent	ADJ	O	0			ewtb.r.194316.4
+6	I	i	PRON	O	0			ewtb.r.194316.4
+7	gave	give	VERB	B	0		v.possession	ewtb.r.194316.4
+8	him	him	PRON	o	0			ewtb.r.194316.4
+9	a	a	DET	o	0			ewtb.r.194316.4
+10	75	75	NUM	o	0			ewtb.r.194316.4
+11	%	%	SYM	o	0		n.quantity	ewtb.r.194316.4
+12	tip	tip	NOUN	I	7			ewtb.r.194316.4
+13	,	,	PUNCT	O	0			ewtb.r.194316.4
+14	and	and	CONJ	O	0			ewtb.r.194316.4
+15	it	it	PRON	O	0			ewtb.r.194316.4
+16	was	be	VERB	O	0		v.stative	ewtb.r.194316.4
+17	worht	worht	ADJ	B	0		n.state	ewtb.r.194316.4
+18	every	every	DET	I	17			ewtb.r.194316.4
+19	penny	penny	NOUN	I	18			ewtb.r.194316.4
+20	..	..	PUNCT	O	0			ewtb.r.194316.4
+
+1	The	the	DET	O	0			ewtb.r.194316.5
+2	food	food	NOUN	O	0		n.food	ewtb.r.194316.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.194316.5
+4	finger	finger	NOUN	B	0			ewtb.r.194316.5
+5	licking	lick	VERB	I	4			ewtb.r.194316.5
+6	the	the	DET	O	0			ewtb.r.194316.5
+7	bowel	bowel	NOUN	O	0		n.artifact	ewtb.r.194316.5
+8	fantastic	fantastic	ADJ	O	0			ewtb.r.194316.5
+9	..	..	PUNCT	O	0			ewtb.r.194316.5
+
+1	I	i	PRON	O	0			ewtb.r.194316.6
+2	just	just	ADV	O	0			ewtb.r.194316.6
+3	discovered	discover	VERB	O	0		v.cognition	ewtb.r.194316.6
+4	her	her	PRON	O	0			ewtb.r.194316.6
+5	has	have	VERB	O	0		v.stative	ewtb.r.194316.6
+6	a	a	DET	O	0			ewtb.r.194316.6
+7	place	place	NOUN	O	0		n.group	ewtb.r.194316.6
+8	right	right	ADV	O	0			ewtb.r.194316.6
+9	near	near	ADP	O	0			ewtb.r.194316.6
+10	my	my	PRON	O	0			ewtb.r.194316.6
+11	work	work	NOUN	O	0		n.group	ewtb.r.194316.6
+12	(	(	PUNCT	O	0			ewtb.r.194316.6
+13	Color	color	VERB	B	0			ewtb.r.194316.6
+14	me	me	PRON	I	13			ewtb.r.194316.6
+15	Phat	phat	ADJ	I	14			ewtb.r.194316.6
+16	)	)	PUNCT	O	0			ewtb.r.194316.6
+17	If	if	SCONJ	O	0			ewtb.r.194316.6
+18	you	you	PRON	O	0			ewtb.r.194316.6
+19	are	be	AUX	O	0			ewtb.r.194316.6
+20	looking	look	VERB	O	0		v.cognition	ewtb.r.194316.6
+21	for	for	ADP	O	0			ewtb.r.194316.6
+22	a	a	DET	O	0			ewtb.r.194316.6
+23	romatic	romatic	ADJ	O	0			ewtb.r.194316.6
+24	place	place	NOUN	O	0		n.group	ewtb.r.194316.6
+25	with	with	ADP	O	0			ewtb.r.194316.6
+26	the	the	DET	O	0			ewtb.r.194316.6
+27	best	best	ADJ	O	0			ewtb.r.194316.6
+28	food	food	NOUN	O	0		n.food	ewtb.r.194316.6
+29	and	and	CONJ	O	0			ewtb.r.194316.6
+30	service	service	NOUN	O	0		n.act	ewtb.r.194316.6
+31	in	in	ADP	O	0			ewtb.r.194316.6
+32	the	the	DET	O	0			ewtb.r.194316.6
+33	valley	valley	NOUN	O	0		n.location	ewtb.r.194316.6
+34	Giovanni	giovanni	PROPN	B	0		n.group	ewtb.r.194316.6
+35	Ristorante	ristorante	PROPN	I	34			ewtb.r.194316.6
+36	should	should	AUX	O	0			ewtb.r.194316.6
+37	be	be	VERB	O	0		v.stative	ewtb.r.194316.6
+38	your	your	PRON	O	0			ewtb.r.194316.6
+39	number	number	NOUN	B	0		n.cognition	ewtb.r.194316.6
+40	1	1	NUM	I	39			ewtb.r.194316.6
+41	+	+	SYM	o	0			ewtb.r.194316.6
+42	2	2	NUM	o	0			ewtb.r.194316.6
+43	choice	choice	NOUN	I	40			ewtb.r.194316.6
+44	.	.	PUNCT	O	0			ewtb.r.194316.6
+
+1	ATE	eat	VERB	O	0		v.consumption	ewtb.r.196219.1
+2	HERE	here	ADV	O	0			ewtb.r.196219.1
+3	A	a	DET	B	0			ewtb.r.196219.1
+4	COUPLE	couple	NOUN	I	3			ewtb.r.196219.1
+5	TIMES	times	NOUN	O	0		n.event	ewtb.r.196219.1
+6	.	.	PUNCT	O	0			ewtb.r.196219.1
+
+1	IT	it	PRON	O	0			ewtb.r.196219.2
+2	IS	be	VERB	O	0		v.stative	ewtb.r.196219.2
+3	NOT	not	PART	O	0			ewtb.r.196219.2
+4	A	a	DET	O	0			ewtb.r.196219.2
+5	HIGH	high	ADJ	B	0			ewtb.r.196219.2
+6	END	end	NOUN	I	5			ewtb.r.196219.2
+7	STEAK	steak	NOUN	B	0		n.group	ewtb.r.196219.2
+8	HOUSE	house	NOUN	I	7			ewtb.r.196219.2
+9	,	,	PUNCT	O	0			ewtb.r.196219.2
+10	MORE	more	ADJ	O	0			ewtb.r.196219.2
+11	OF	of	ADP	O	0			ewtb.r.196219.2
+12	THE	the	DET	O	0			ewtb.r.196219.2
+13	CUISINE	cuisine	NOUN	O	0		n.food	ewtb.r.196219.2
+14	BRETT	brett	PROPN	O	0		n.person	ewtb.r.196219.2
+15	ENJOYS	enjoy	VERB	O	0		v.emotion	ewtb.r.196219.2
+16	IN	in	ADP	O	0			ewtb.r.196219.2
+17	MISSISSIPPI	mississippi	PROPN	O	0		n.location	ewtb.r.196219.2
+18	.	.	PUNCT	O	0			ewtb.r.196219.2
+
+1	SO	so	ADV	O	0			ewtb.r.196219.3
+2	,	,	PUNCT	O	0			ewtb.r.196219.3
+3	IF	if	SCONJ	O	0			ewtb.r.196219.3
+4	YOU	you	PRON	O	0			ewtb.r.196219.3
+5	WANT	want	VERB	O	0		v.cognition	ewtb.r.196219.3
+6	A	a	DET	O	0			ewtb.r.196219.3
+7	BURGER	burger	NOUN	O	0		n.food	ewtb.r.196219.3
+8	AND	and	CONJ	O	0			ewtb.r.196219.3
+9	FRIES	fries	NOUN	O	0		n.food	ewtb.r.196219.3
+10	,	,	PUNCT	O	0			ewtb.r.196219.3
+11	WELL	well	INTJ	O	0			ewtb.r.196219.3
+12	,	,	PUNCT	O	0			ewtb.r.196219.3
+13	IT	it	PRON	O	0			ewtb.r.196219.3
+14	IS	be	VERB	O	0		v.stative	ewtb.r.196219.3
+15	OK	ok	ADJ	O	0			ewtb.r.196219.3
+16	.	.	PUNCT	O	0			ewtb.r.196219.3
+
+1	IF	if	SCONJ	O	0			ewtb.r.196219.4
+2	YOU	you	PRON	O	0			ewtb.r.196219.4
+3	WANT	want	VERB	O	0		v.cognition	ewtb.r.196219.4
+4	A	a	DET	B	0			ewtb.r.196219.4
+5	LITTLE	little	NOUN	I	4			ewtb.r.196219.4
+6	CAJUNISH	cajunish	ADJ	O	0			ewtb.r.196219.4
+7	FOOD	food	NOUN	O	0		n.food	ewtb.r.196219.4
+8	-	-	PUNCT	O	0			ewtb.r.196219.4
+9	IT	it	PRON	O	0			ewtb.r.196219.4
+10	IS	be	VERB	O	0		v.stative	ewtb.r.196219.4
+11	GOOD	good	ADJ	O	0			ewtb.r.196219.4
+12	.	.	PUNCT	O	0			ewtb.r.196219.4
+
+1	IF	if	SCONJ	O	0			ewtb.r.196219.5
+2	YOU	you	PRON	O	0			ewtb.r.196219.5
+3	WANT	want	VERB	O	0		v.cognition	ewtb.r.196219.5
+4	A	a	DET	O	0			ewtb.r.196219.5
+5	STEAK	steak	NOUN	O	0		n.food	ewtb.r.196219.5
+6	,	,	PUNCT	O	0			ewtb.r.196219.5
+7	WELL	well	INTJ	O	0			ewtb.r.196219.5
+8	,	,	PUNCT	O	0			ewtb.r.196219.5
+9	THIS	this	DET	O	0			ewtb.r.196219.5
+10	IS	be	VERB	O	0		v.stative	ewtb.r.196219.5
+11	NOT	not	PART	O	0			ewtb.r.196219.5
+12	THE	the	DET	O	0			ewtb.r.196219.5
+13	BEST	best	ADJ	O	0			ewtb.r.196219.5
+14	IN	in	ADP	O	0			ewtb.r.196219.5
+15	GREEN	green	PROPN	B	0		n.location	ewtb.r.196219.5
+16	BAY	bay	PROPN	I	15			ewtb.r.196219.5
+17	.	.	PUNCT	O	0			ewtb.r.196219.5
+
+1	OVERALL	overall	ADV	O	0			ewtb.r.196219.6
+2	DECENT	decent	ADJ	O	0			ewtb.r.196219.6
+3	BUT	but	CONJ	O	0			ewtb.r.196219.6
+4	IF	if	SCONJ	O	0			ewtb.r.196219.6
+5	YOU	you	PRON	O	0			ewtb.r.196219.6
+6	ARE	be	AUX	O	0			ewtb.r.196219.6
+7	EXPECTING	expect	VERB	O	0		v.cognition	ewtb.r.196219.6
+8	A	a	DET	O	0			ewtb.r.196219.6
+9	RUTH	ruth	PROPN	B	0		n.group	ewtb.r.196219.6
+10	CHRIS	chris	PROPN	I	9			ewtb.r.196219.6
+11	TYPE	type	NOUN	O	0		n.attribute	ewtb.r.196219.6
+12	STEAK	steak	NOUN	O	0		n.food	ewtb.r.196219.6
+13	,	,	PUNCT	O	0			ewtb.r.196219.6
+14	THIS	this	DET	O	0			ewtb.r.196219.6
+15	IS	be	VERB	O	0		v.stative	ewtb.r.196219.6
+16	NOT	not	PART	O	0			ewtb.r.196219.6
+17	IT	it	PRON	O	0			ewtb.r.196219.6
+18	.	.	PUNCT	O	0			ewtb.r.196219.6
+
+1	A	a	DET	O	0			ewtb.r.205014.1
+2	Great	great	ADJ	O	0			ewtb.r.205014.1
+3	Help	help	NOUN	O	0		n.cognition	ewtb.r.205014.1
+4	!	!	PUNCT	O	0			ewtb.r.205014.1
+
+1	Ashdown	ashdown	PROPN	B	0		n.group	ewtb.r.205014.2
+2	Horse	horse	PROPN	I	1			ewtb.r.205014.2
+3	Transport	transport	PROPN	I	2			ewtb.r.205014.2
+4	were	be	VERB	O	0		v.stative	ewtb.r.205014.2
+5	fantastic	fantastic	ADJ	O	0			ewtb.r.205014.2
+6	!	!	PUNCT	O	0			ewtb.r.205014.2
+
+1	Very	very	ADV	O	0			ewtb.r.205014.3
+2	friendly	friendly	ADJ	O	0			ewtb.r.205014.3
+3	and	and	CONJ	O	0			ewtb.r.205014.3
+4	ALWAY	alway	ADV	O	0			ewtb.r.205014.3
+5	contactable	contactable	ADJ	O	0			ewtb.r.205014.3
+6	even	even	ADV	O	0			ewtb.r.205014.3
+7	at	at	ADP	O	0			ewtb.r.205014.3
+8	weekends	weekend	NOUN	O	0		n.time	ewtb.r.205014.3
+9	.	.	PUNCT	O	0			ewtb.r.205014.3
+
+1	I	i	PRON	O	0			ewtb.r.205014.4
+2	would	would	AUX	O	0			ewtb.r.205014.4
+3	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.205014.4
+4	to	to	PART	O	0			ewtb.r.205014.4
+5	recommend	recommend	VERB	O	0		v.communication	ewtb.r.205014.4
+6	anyone	anyone	NOUN	O	0			ewtb.r.205014.4
+7	.	.	PUNCT	O	0			ewtb.r.205014.4
+
+1	Thanks	thanks	NOUN	B	0			ewtb.r.205014.5
+2	again	again	ADV	I	1			ewtb.r.205014.5
+3	Nina	nina	PROPN	O	0		n.person	ewtb.r.205014.5
+4	.	.	PUNCT	O	0			ewtb.r.205014.5
+
+1	PS.	ps.	NOUN	O	0			ewtb.r.205014.6
+2	Love	love	VERB	O	0		v.emotion	ewtb.r.205014.6
+3	the	the	DET	O	0			ewtb.r.205014.6
+4	new	new	ADJ	O	0			ewtb.r.205014.6
+5	website	website	NOUN	O	0		n.communication	ewtb.r.205014.6
+6	!	!	PUNCT	O	0			ewtb.r.205014.6
+
+1	Whatever	whatever	PRON	O	0			ewtb.r.208310.1
+2	you	you	PRON	O	0			ewtb.r.208310.1
+3	order	order	VERB	O	0		v.possession	ewtb.r.208310.1
+4	,	,	PUNCT	O	0			ewtb.r.208310.1
+5	you	you	PRON	O	0			ewtb.r.208310.1
+6	will	will	AUX	O	0			ewtb.r.208310.1
+7	LOVE	love	VERB	O	0		v.emotion	ewtb.r.208310.1
+8	!	!	PUNCT	O	0			ewtb.r.208310.1
+
+1	We	we	PRON	O	0			ewtb.r.210019.1
+2	have	have	AUX	O	0			ewtb.r.210019.1
+3	stayed	stay	VERB	O	0		v.social	ewtb.r.210019.1
+4	at	at	ADP	O	0			ewtb.r.210019.1
+5	Tanglewood	tanglewood	PROPN	O	0		n.group	ewtb.r.210019.1
+6	for	for	ADP	O	0			ewtb.r.210019.1
+7	many	many	ADJ	O	0			ewtb.r.210019.1
+8	years	years	NOUN	O	0		n.time	ewtb.r.210019.1
+9	now	now	ADV	O	0			ewtb.r.210019.1
+10	.	.	PUNCT	O	0			ewtb.r.210019.1
+
+1	We	we	PRON	O	0			ewtb.r.210019.2
+2	go	go	VERB	O	0		v.motion	ewtb.r.210019.2
+3	over	over	ADV	O	0			ewtb.r.210019.2
+4	about	about	ADV	O	0			ewtb.r.210019.2
+5	5	5	NUM	O	0			ewtb.r.210019.2
+6	times	times	NOUN	O	0		n.event	ewtb.r.210019.2
+7	a	a	DET	O	0			ewtb.r.210019.2
+8	year	year	NOUN	O	0		n.time	ewtb.r.210019.2
+9	.	.	PUNCT	O	0			ewtb.r.210019.2
+
+1	We	we	PRON	O	0			ewtb.r.210019.3
+2	have	have	AUX	O	0			ewtb.r.210019.3
+3	never	never	ADV	O	0			ewtb.r.210019.3
+4	had	have	VERB	B	0		v.cognition	ewtb.r.210019.3
+5	a	a	DET	o	0			ewtb.r.210019.3
+6	problem	problem	NOUN	I	4			ewtb.r.210019.3
+7	with	with	ADP	O	0			ewtb.r.210019.3
+8	the	the	DET	O	0			ewtb.r.210019.3
+9	cabins	cabin	NOUN	O	0		n.artifact	ewtb.r.210019.3
+10	.	.	PUNCT	O	0			ewtb.r.210019.3
+
+1	They	they	PRON	O	0			ewtb.r.210019.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.210019.4
+3	always	always	ADV	O	0			ewtb.r.210019.4
+4	so	so	ADV	O	0			ewtb.r.210019.4
+5	helpful	helpful	ADJ	O	0			ewtb.r.210019.4
+6	.	.	PUNCT	O	0			ewtb.r.210019.4
+
+1	The	the	DET	O	0			ewtb.r.210019.5
+2	cabins	cabin	NOUN	O	0		n.artifact	ewtb.r.210019.5
+3	have	have	AUX	O	0			ewtb.r.210019.5
+4	always	always	ADV	O	0			ewtb.r.210019.5
+5	been	be	VERB	O	0		v.stative	ewtb.r.210019.5
+6	clean	clean	ADJ	O	0			ewtb.r.210019.5
+7	.	.	PUNCT	O	0			ewtb.r.210019.5
+
+1	Helen	helen	PROPN	O	0		n.person	ewtb.r.210019.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.210019.6
+3	a	a	DET	O	0			ewtb.r.210019.6
+4	wonderful	wonderful	ADJ	O	0			ewtb.r.210019.6
+5	place	place	NOUN	O	0		n.group	ewtb.r.210019.6
+6	to	to	PART	O	0			ewtb.r.210019.6
+7	take	take	VERB	O	0		v.motion	ewtb.r.210019.6
+8	you	you	PRON	O	0			ewtb.r.210019.6
+9	family	family	NOUN	O	0		n.group	ewtb.r.210019.6
+10	.	.	PUNCT	O	0			ewtb.r.210019.6
+
+1	We	we	PRON	O	0			ewtb.r.210019.7
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.210019.7
+3	these	these	DET	O	0			ewtb.r.210019.7
+4	cabins	cabin	NOUN	O	0		n.artifact	ewtb.r.210019.7
+5	!	!	PUNCT	O	0			ewtb.r.210019.7
+
+1	I	i	PRON	O	0			ewtb.r.214912.1
+2	have	have	AUX	O	0			ewtb.r.214912.1
+3	used	use	VERB	O	0		v.social	ewtb.r.214912.1
+4	Bright	bright	PROPN	B	0		n.group	ewtb.r.214912.1
+5	Futures	futures	PROPN	I	4			ewtb.r.214912.1
+6	for	for	ADP	O	0			ewtb.r.214912.1
+7	the	the	DET	O	0			ewtb.r.214912.1
+8	last	last	ADJ	O	0			ewtb.r.214912.1
+9	7	7	NUM	O	0			ewtb.r.214912.1
+10	years	years	NOUN	O	0		n.time	ewtb.r.214912.1
+11	.	.	PUNCT	O	0			ewtb.r.214912.1
+
+1	I	i	PRON	O	0			ewtb.r.214912.2
+2	have	have	VERB	O	0		v.stative	ewtb.r.214912.2
+3	3	3	NUM	O	0			ewtb.r.214912.2
+4	children	child	NOUN	O	0		n.person	ewtb.r.214912.2
+5	there	there	ADV	O	0			ewtb.r.214912.2
+6	and	and	CONJ	O	0			ewtb.r.214912.2
+7	they	they	PRON	O	0			ewtb.r.214912.2
+8	are	be	VERB	O	0		v.stative	ewtb.r.214912.2
+9	the	the	DET	O	0			ewtb.r.214912.2
+10	Best	best	ADJ	O	0			ewtb.r.214912.2
+11	.	.	PUNCT	O	0			ewtb.r.214912.2
+
+1	They	they	PRON	O	0			ewtb.r.214912.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.214912.3
+3	like	like	ADP	O	0			ewtb.r.214912.3
+4	family	family	NOUN	O	0		n.group	ewtb.r.214912.3
+5	.	.	PUNCT	O	0			ewtb.r.214912.3
+
+1	Your	your	PRON	O	0			ewtb.r.214912.4
+2	children	child	NOUN	O	0		n.person	ewtb.r.214912.4
+3	will	will	AUX	O	0			ewtb.r.214912.4
+4	be	be	AUX	O	0			ewtb.r.214912.4
+5	taken	take	VERB	B	0		v.social	ewtb.r.214912.4
+6	care	care	NOUN	I	5			ewtb.r.214912.4
+7	of	of	ADP	I	6			ewtb.r.214912.4
+8	and	and	CONJ	O	0			ewtb.r.214912.4
+9	loved	love	VERB	O	0		v.emotion	ewtb.r.214912.4
+10	by	by	ADP	O	0			ewtb.r.214912.4
+11	a	a	DET	O	0			ewtb.r.214912.4
+12	professional	professional	ADJ	O	0			ewtb.r.214912.4
+13	staff	staff	NOUN	O	0		n.group	ewtb.r.214912.4
+14	.	.	PUNCT	O	0			ewtb.r.214912.4
+
+1	I	i	PRON	O	0			ewtb.r.220214.1
+2	think	think	VERB	O	0		v.cognition	ewtb.r.220214.1
+3	that	that	SCONJ	O	0			ewtb.r.220214.1
+4	the	the	PRON	O	0			ewtb.r.220214.1
+5	re	re	VERB	O	0		v.stative	ewtb.r.220214.1
+6	pretty	pretty	ADV	O	0			ewtb.r.220214.1
+7	good	good	ADJ	O	0			ewtb.r.220214.1
+8	.	.	PUNCT	O	0			ewtb.r.220214.1
+
+1	First	first	ADV	B	0			ewtb.r.220214.2
+2	of	of	ADP	I	1			ewtb.r.220214.2
+3	all	all	DET	I	2			ewtb.r.220214.2
+4	,	,	PUNCT	O	0			ewtb.r.220214.2
+5	if	if	SCONJ	O	0			ewtb.r.220214.2
+6	you	you	PRON	O	0			ewtb.r.220214.2
+7	call	call	VERB	O	0		v.communication	ewtb.r.220214.2
+8	for	for	ADP	O	0			ewtb.r.220214.2
+9	an	an	DET	O	0			ewtb.r.220214.2
+10	appointment	appointment	NOUN	O	0		n.event	ewtb.r.220214.2
+11	they	they	PRON	O	0			ewtb.r.220214.2
+12	wo	wo	AUX	O	0			ewtb.r.220214.2
+13	n't	n't	PART	O	0			ewtb.r.220214.2
+14	tell	tell	VERB	O	0		v.communication	ewtb.r.220214.2
+15	you	you	PRON	O	0			ewtb.r.220214.2
+16	to	to	PART	O	0			ewtb.r.220214.2
+17	call	call	VERB	B	0		v.communication	ewtb.r.220214.2
+18	back	back	ADV	I	17			ewtb.r.220214.2
+19	a	a	DET	O	0			ewtb.r.220214.2
+20	month	month	NOUN	O	0		n.time	ewtb.r.220214.2
+21	later	later	ADV	O	0			ewtb.r.220214.2
+22	so	so	SCONJ	O	0			ewtb.r.220214.2
+23	you	you	PRON	O	0			ewtb.r.220214.2
+24	can	can	AUX	O	0			ewtb.r.220214.2
+25	then	then	ADV	O	0			ewtb.r.220214.2
+26	make	make	VERB	O	0		v.social	ewtb.r.220214.2
+27	one	one	NUM	O	0			ewtb.r.220214.2
+28	.	.	PUNCT	O	0			ewtb.r.220214.2
+
+1	They	they	PRON	O	0			ewtb.r.220214.3
+2	also	also	ADV	O	0			ewtb.r.220214.3
+3	do	do	AUX	O	0			ewtb.r.220214.3
+4	n't	n't	PART	O	0			ewtb.r.220214.3
+5	tell	tell	VERB	O	0		v.communication	ewtb.r.220214.3
+6	you	you	PRON	O	0			ewtb.r.220214.3
+7	that	that	SCONJ	O	0			ewtb.r.220214.3
+8	they	they	PRON	O	0			ewtb.r.220214.3
+9	're	're	AUX	O	0			ewtb.r.220214.3
+10	going	go	VERB	B	0			ewtb.r.220214.3
+11	to	to	PART	I	10			ewtb.r.220214.3
+12	mail	mail	VERB	O	0		v.motion	ewtb.r.220214.3
+13	you	you	PRON	O	0			ewtb.r.220214.3
+14	an	an	DET	O	0			ewtb.r.220214.3
+15	"	"	PUNCT	O	0			ewtb.r.220214.3
+16	application	application	NOUN	O	0		n.communication	ewtb.r.220214.3
+17	"	"	PUNCT	O	0			ewtb.r.220214.3
+18	to	to	PART	O	0			ewtb.r.220214.3
+19	be	be	AUX	O	0			ewtb.r.220214.3
+20	admitted	admit	VERB	O	0		v.cognition	ewtb.r.220214.3
+21	to	to	PART	O	0			ewtb.r.220214.3
+22	be	be	VERB	O	0		v.stative	ewtb.r.220214.3
+23	a	a	DET	O	0			ewtb.r.220214.3
+24	patient	patient	NOUN	O	0		n.person	ewtb.r.220214.3
+25	.	.	PUNCT	O	0			ewtb.r.220214.3
+
+1	I	i	PRON	O	0			ewtb.r.220214.4
+2	feel	feel	VERB	O	0		v.cognition	ewtb.r.220214.4
+3	that	that	SCONJ	O	0			ewtb.r.220214.4
+4	the	the	DET	O	0			ewtb.r.220214.4
+5	way	way	NOUN	O	0		n.cognition	ewtb.r.220214.4
+6	some	some	DET	O	0			ewtb.r.220214.4
+7	doctor	doctor	NOUN	O	0		n.person	ewtb.r.220214.4
+8	s	s	PART	O	0			ewtb.r.220214.4
+9	offices	office	NOUN	O	0		n.group	ewtb.r.220214.4
+10	work	work	VERB	O	0		v.social	ewtb.r.220214.4
+11	around	around	ADP	O	0			ewtb.r.220214.4
+12	here	here	ADV	O	0			ewtb.r.220214.4
+13	is	be	VERB	O	0		v.stative	ewtb.r.220214.4
+14	a	a	DET	B	0			ewtb.r.220214.4
+15	little	little	ADJ	I	14			ewtb.r.220214.4
+16	bit	bit	NOUN	I	15			ewtb.r.220214.4
+17	absurd	absurd	ADJ	O	0			ewtb.r.220214.4
+18	so	so	ADV	O	0			ewtb.r.220214.4
+19	I	i	PRON	O	0			ewtb.r.220214.4
+20	'm	'm	VERB	O	0		v.stative	ewtb.r.220214.4
+21	happy	happy	ADJ	O	0			ewtb.r.220214.4
+22	that	that	SCONJ	O	0			ewtb.r.220214.4
+23	these	these	DET	O	0			ewtb.r.220214.4
+24	guys	guy	NOUN	O	0			ewtb.r.220214.4
+25	do	do	AUX	O	0			ewtb.r.220214.4
+26	n't	n't	PART	O	0			ewtb.r.220214.4
+27	do	do	VERB	O	0		v.stative	ewtb.r.220214.4
+28	those	those	DET	O	0			ewtb.r.220214.4
+29	two	two	NUM	O	0			ewtb.r.220214.4
+30	things	things	NOUN	O	0			ewtb.r.220214.4
+31	in	in	ADP	B	0			ewtb.r.220214.4
+32	particlular	particlular	ADJ	I	31			ewtb.r.220214.4
+33	.	.	PUNCT	O	0			ewtb.r.220214.4
+
+1	Usually	usually	ADV	O	0			ewtb.r.220214.5
+2	you	you	PRON	O	0			ewtb.r.220214.5
+3	can	can	AUX	O	0			ewtb.r.220214.5
+4	be	be	AUX	O	0			ewtb.r.220214.5
+5	seen	see	VERB	O	0		v.social	ewtb.r.220214.5
+6	the	the	DET	O	0			ewtb.r.220214.5
+7	same	same	ADJ	O	0			ewtb.r.220214.5
+8	week	week	NOUN	O	0		n.time	ewtb.r.220214.5
+9	or	or	CONJ	O	0			ewtb.r.220214.5
+10	maybe	maybe	ADV	O	0			ewtb.r.220214.5
+11	the	the	DET	O	0			ewtb.r.220214.5
+12	following	follow	VERB	O	0			ewtb.r.220214.5
+13	week	week	NOUN	O	0		n.time	ewtb.r.220214.5
+14	.	.	PUNCT	O	0			ewtb.r.220214.5
+
+1	The	the	DET	O	0			ewtb.r.220214.6
+2	doctor	doctor	NOUN	O	0		n.person	ewtb.r.220214.6
+3	did	do	AUX	O	0			ewtb.r.220214.6
+4	tell	tell	VERB	O	0		v.communication	ewtb.r.220214.6
+5	me	me	PRON	O	0			ewtb.r.220214.6
+6	that	that	SCONJ	O	0			ewtb.r.220214.6
+7	my	my	PRON	O	0			ewtb.r.220214.6
+8	male	male	ADJ	B	0		n.body	ewtb.r.220214.6
+9	pattern	pattern	NOUN	I	8			ewtb.r.220214.6
+10	baldness	baldness	NOUN	I	9			ewtb.r.220214.6
+11	is	be	VERB	O	0		v.stative	ewtb.r.220214.6
+12	due	due	ADP	B	0			ewtb.r.220214.6
+13	to	to	ADP	I	12			ewtb.r.220214.6
+14	my	my	PRON	O	0			ewtb.r.220214.6
+15	mother	mother	NOUN	O	0		n.person	ewtb.r.220214.6
+16	s	s	PART	O	0			ewtb.r.220214.6
+17	father	father	NOUN	O	0		n.person	ewtb.r.220214.6
+18	because	because	SCONJ	O	0			ewtb.r.220214.6
+19	the	the	DET	O	0			ewtb.r.220214.6
+20	gene	gene	NOUN	O	0		n.body	ewtb.r.220214.6
+21	is	be	AUX	O	0			ewtb.r.220214.6
+22	exclusively	exclusively	ADV	O	0			ewtb.r.220214.6
+23	passed	pass	VERB	B	0		v.body	ewtb.r.220214.6
+24	on	on	ADP	I	23			ewtb.r.220214.6
+25	through	through	ADP	O	0			ewtb.r.220214.6
+26	maternal	maternal	ADJ	O	0			ewtb.r.220214.6
+27	line	line	NOUN	O	0		n.cognition	ewtb.r.220214.6
+28	but	but	CONJ	O	0			ewtb.r.220214.6
+29	that	that	DET	O	0			ewtb.r.220214.6
+30	's	's	VERB	O	0		v.stative	ewtb.r.220214.6
+31	a	a	DET	O	0			ewtb.r.220214.6
+32	common	common	ADJ	O	0			ewtb.r.220214.6
+33	misconception	misconception	NOUN	O	0		n.cognition	ewtb.r.220214.6
+34	(	(	PUNCT	O	0			ewtb.r.220214.6
+35	http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm	http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm	X	O	0		n.communication	ewtb.r.220214.6
+36	)	)	PUNCT	O	0			ewtb.r.220214.6
+37	.	.	PUNCT	O	0			ewtb.r.220214.6
+
+1	In	in	ADP	B	0			ewtb.r.220214.7
+2	general	general	ADJ	I	1			ewtb.r.220214.7
+3	I	i	PRON	O	0			ewtb.r.220214.7
+4	would	would	AUX	O	0			ewtb.r.220214.7
+5	say	say	VERB	O	0		v.communication	ewtb.r.220214.7
+6	that	that	SCONJ	O	0			ewtb.r.220214.7
+7	the	the	DET	O	0			ewtb.r.220214.7
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.220214.7
+9	is	be	VERB	O	0		v.stative	ewtb.r.220214.7
+10	attentive	attentive	ADJ	O	0			ewtb.r.220214.7
+11	and	and	CONJ	O	0			ewtb.r.220214.7
+12	nice	nice	ADJ	O	0			ewtb.r.220214.7
+13	.	.	PUNCT	O	0			ewtb.r.220214.7
+
+1	But	but	CONJ	O	0			ewtb.r.220214.8
+2	then	then	ADV	B	0			ewtb.r.220214.8
+3	again	again	ADV	I	2			ewtb.r.220214.8
+4	I	i	PRON	O	0			ewtb.r.220214.8
+5	was	be	VERB	O	0		v.stative	ewtb.r.220214.8
+6	nice	nice	ADJ	O	0			ewtb.r.220214.8
+7	to	to	ADP	O	0			ewtb.r.220214.8
+8	them	them	PRON	O	0			ewtb.r.220214.8
+9	so	so	ADV	O	0			ewtb.r.220214.8
+10	that	that	DET	O	0			ewtb.r.220214.8
+11	could	could	AUX	O	0			ewtb.r.220214.8
+12	have	have	AUX	O	0			ewtb.r.220214.8
+13	been	be	VERB	O	0		v.stative	ewtb.r.220214.8
+14	why	why	ADV	O	0			ewtb.r.220214.8
+15	.	.	PUNCT	O	0			ewtb.r.220214.8
+
+1	Anyhow	anyhow	INTJ	O	0			ewtb.r.220214.9
+2	,	,	PUNCT	O	0			ewtb.r.220214.9
+3	after	after	SCONJ	O	0			ewtb.r.220214.9
+4	reading	read	VERB	O	0		v.communication	ewtb.r.220214.9
+5	some	some	DET	O	0			ewtb.r.220214.9
+6	of	of	ADP	O	0			ewtb.r.220214.9
+7	the	the	DET	O	0			ewtb.r.220214.9
+8	other	other	ADJ	O	0			ewtb.r.220214.9
+9	reviews	review	NOUN	O	0		n.communication	ewtb.r.220214.9
+10	it	it	PRON	O	0			ewtb.r.220214.9
+11	seems	seem	VERB	B	0		v.cognition	ewtb.r.220214.9
+12	like	like	SCONJ	I	11			ewtb.r.220214.9
+13	some	some	DET	O	0			ewtb.r.220214.9
+14	of	of	ADP	O	0			ewtb.r.220214.9
+15	the	the	DET	O	0			ewtb.r.220214.9
+16	other	other	ADJ	O	0			ewtb.r.220214.9
+17	reviewers	reviewer	NOUN	O	0		n.person	ewtb.r.220214.9
+18	are	be	AUX	O	0			ewtb.r.220214.9
+19	expecting	expect	VERB	O	0		v.cognition	ewtb.r.220214.9
+20	mircles	mircles	NOUN	O	0		n.cognition	ewtb.r.220214.9
+21	.	.	PUNCT	O	0			ewtb.r.220214.9
+
+1	If	if	SCONJ	O	0			ewtb.r.220214.10
+2	you	you	PRON	O	0			ewtb.r.220214.10
+3	want	want	VERB	O	0		v.cognition	ewtb.r.220214.10
+4	miracles	miracle	NOUN	O	0		n.cognition	ewtb.r.220214.10
+5	you	you	PRON	O	0			ewtb.r.220214.10
+6	'll	'll	AUX	O	0			ewtb.r.220214.10
+7	have	have	VERB	B	0			ewtb.r.220214.10
+8	to	to	PART	I	7			ewtb.r.220214.10
+9	go	go	VERB	O	0		v.motion	ewtb.r.220214.10
+10	to	to	ADP	O	0			ewtb.r.220214.10
+11	21st	21st	PROPN	B	0		n.location	ewtb.r.220214.10
+12	St	st	PROPN	I	11			ewtb.r.220214.10
+13	.	.	PUNCT	O	0			ewtb.r.220214.10
+
+1	It	it	PRON	O	0			ewtb.r.220214.11
+2	's	's	VERB	O	0		v.stative	ewtb.r.220214.11
+3	a	a	DET	O	0			ewtb.r.220214.11
+4	pretty	pretty	ADV	O	0			ewtb.r.220214.11
+5	typical	typical	ADJ	O	0			ewtb.r.220214.11
+6	primary	primary	ADJ	B	0		n.act	ewtb.r.220214.11
+7	care	care	NOUN	I	6			ewtb.r.220214.11
+8	office	office	NOUN	O	0		n.group	ewtb.r.220214.11
+9	but	but	CONJ	O	0			ewtb.r.220214.11
+10	for	for	ADP	O	0			ewtb.r.220214.11
+11	the	the	DET	O	0			ewtb.r.220214.11
+12	area	area	NOUN	O	0		n.location	ewtb.r.220214.11
+13	it	it	PRON	O	0			ewtb.r.220214.11
+14	's	's	VERB	O	0		v.stative	ewtb.r.220214.11
+15	very	very	ADV	O	0			ewtb.r.220214.11
+16	good	good	ADJ	O	0			ewtb.r.220214.11
+17	.	.	PUNCT	O	0			ewtb.r.220214.11
+
+1	They	they	PRON	O	0			ewtb.r.220214.12
+2	do	do	AUX	O	0			ewtb.r.220214.12
+3	n't	n't	PART	O	0			ewtb.r.220214.12
+4	do	do	VERB	O	0		v.stative	ewtb.r.220214.12
+5	certain	certain	ADJ	O	0			ewtb.r.220214.12
+6	things	things	NOUN	O	0			ewtb.r.220214.12
+7	that	that	DET	O	0			ewtb.r.220214.12
+8	are	be	VERB	O	0		v.stative	ewtb.r.220214.12
+9	really	really	ADV	O	0			ewtb.r.220214.12
+10	annoying	annoying	ADJ	O	0			ewtb.r.220214.12
+11	about	about	ADP	O	0			ewtb.r.220214.12
+12	other	other	ADJ	O	0			ewtb.r.220214.12
+13	offices	office	NOUN	O	0		n.group	ewtb.r.220214.12
+14	.	.	PUNCT	O	0			ewtb.r.220214.12
+
+1	The	the	DET	O	0			ewtb.r.223912.1
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.223912.1
+3	do	do	AUX	O	0			ewtb.r.223912.1
+4	occasionally	occasionally	ADV	O	0			ewtb.r.223912.1
+5	get	get	VERB	B	0		v.cognition	ewtb.r.223912.1
+6	game	game	NOUN	o	0		n.cognition	ewtb.r.223912.1
+7	info	info	NOUN	o	0		n.cognition	ewtb.r.223912.1
+8	correct	correct	ADJ	I	5			ewtb.r.223912.1
+9	,	,	PUNCT	O	0			ewtb.r.223912.1
+10	but	but	CONJ	O	0			ewtb.r.223912.1
+11	if	if	SCONJ	O	0			ewtb.r.223912.1
+12	you	you	PRON	O	0			ewtb.r.223912.1
+13	r	r	AUX	O	0			ewtb.r.223912.1
+14	looking	look	VERB	O	0		v.cognition	ewtb.r.223912.1
+15	fot	fot	ADP	O	0			ewtb.r.223912.1
+16	a	a	DET	O	0			ewtb.r.223912.1
+17	good	good	ADJ	O	0			ewtb.r.223912.1
+18	game	game	NOUN	O	0		n.event	ewtb.r.223912.1
+19	and	and	CONJ	O	0			ewtb.r.223912.1
+20	are	be	VERB	O	0		v.stative	ewtb.r.223912.1
+21	n't	n't	PART	O	0			ewtb.r.223912.1
+22	a	a	DET	O	0			ewtb.r.223912.1
+23	nerd	nerd	NOUN	O	0		n.person	ewtb.r.223912.1
+24	,	,	PUNCT	O	0			ewtb.r.223912.1
+25	do	do	AUX	O	0			ewtb.r.223912.1
+26	nt	nt	ADV	O	0			ewtb.r.223912.1
+27	ask	ask	VERB	O	0		v.communication	ewtb.r.223912.1
+28	them	them	PRON	O	0			ewtb.r.223912.1
+29	.	.	PUNCT	O	0			ewtb.r.223912.1
+
+1	The	the	DET	O	0			ewtb.r.223912.2
+2	last	last	ADJ	O	0			ewtb.r.223912.2
+3	time	time	NOUN	O	0		n.event	ewtb.r.223912.2
+4	I	i	PRON	O	0			ewtb.r.223912.2
+5	did	do	VERB	O	0		v.stative	ewtb.r.223912.2
+6	that	that	DET	O	0			ewtb.r.223912.2
+7	I	i	PRON	O	0			ewtb.r.223912.2
+8	was	be	AUX	O	0			ewtb.r.223912.2
+9	suggested	suggest	VERB	O	0		v.communication	ewtb.r.223912.2
+10	to	to	PART	O	0			ewtb.r.223912.2
+11	buy	buy	VERB	O	0		v.possession	ewtb.r.223912.2
+12	oblivion	oblivion	PROPN	O	0		n.artifact	ewtb.r.223912.2
+13	when	when	ADV	O	0			ewtb.r.223912.2
+14	I	i	PRON	O	0			ewtb.r.223912.2
+15	told	tell	VERB	O	0		v.communication	ewtb.r.223912.2
+16	them	them	PRON	O	0			ewtb.r.223912.2
+17	I	i	PRON	O	0			ewtb.r.223912.2
+18	was	be	AUX	O	0			ewtb.r.223912.2
+19	looking	look	VERB	O	0		v.cognition	ewtb.r.223912.2
+20	for	for	ADP	O	0			ewtb.r.223912.2
+21	a	a	DET	O	0			ewtb.r.223912.2
+22	fps	fps	NOUN	O	0		n.cognition	ewtb.r.223912.2
+23	.	.	PUNCT	O	0			ewtb.r.223912.2
+
+1	I	i	PRON	O	0			ewtb.r.223912.3
+2	knew	know	VERB	O	0		v.cognition	ewtb.r.223912.3
+3	what	what	PRON	O	0			ewtb.r.223912.3
+4	it	it	PRON	O	0			ewtb.r.223912.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.223912.3
+6	and	and	CONJ	O	0			ewtb.r.223912.3
+7	told	tell	VERB	O	0		v.communication	ewtb.r.223912.3
+8	the	the	DET	O	0			ewtb.r.223912.3
+9	guy	guy	NOUN	O	0		n.person	ewtb.r.223912.3
+10	that	that	SCONJ	O	0			ewtb.r.223912.3
+11	it	it	PRON	O	0			ewtb.r.223912.3
+12	was	be	VERB	O	0		v.stative	ewtb.r.223912.3
+13	n't	n't	PART	O	0			ewtb.r.223912.3
+14	a	a	DET	O	0			ewtb.r.223912.3
+15	fps	fps	NOUN	O	0		n.cognition	ewtb.r.223912.3
+16	.	.	PUNCT	O	0			ewtb.r.223912.3
+
+1	He	he	PRON	O	0			ewtb.r.223912.4
+2	tried	try	VERB	B	0		v.communication	ewtb.r.223912.4
+3	to	to	PART	I	2			ewtb.r.223912.4
+4	tell	tell	VERB	I	3			ewtb.r.223912.4
+5	me	me	PRON	O	0			ewtb.r.223912.4
+6	it	it	PRON	O	0			ewtb.r.223912.4
+7	was	be	VERB	O	0		v.stative	ewtb.r.223912.4
+8	when	when	ADV	O	0			ewtb.r.223912.4
+9	I	i	PRON	O	0			ewtb.r.223912.4
+10	told	tell	VERB	O	0		v.communication	ewtb.r.223912.4
+11	asked	ask	VERB	O	0		v.communication	ewtb.r.223912.4
+12	him	him	PRON	O	0			ewtb.r.223912.4
+13	if	if	SCONJ	O	0			ewtb.r.223912.4
+14	he	he	PRON	O	0			ewtb.r.223912.4
+15	knew	know	VERB	O	0		v.cognition	ewtb.r.223912.4
+16	what	what	PRON	O	0			ewtb.r.223912.4
+17	fps	fps	NOUN	O	0		n.communication	ewtb.r.223912.4
+18	stood	stand	VERB	B	0		v.cognition	ewtb.r.223912.4
+19	for	for	ADP	I	18			ewtb.r.223912.4
+20	and	and	CONJ	O	0			ewtb.r.223912.4
+21	he	he	PRON	O	0			ewtb.r.223912.4
+22	had	have	VERB	O	0		v.stative	ewtb.r.223912.4
+23	no	no	DET	O	0			ewtb.r.223912.4
+24	clue	clue	NOUN	O	0		n.cognition	ewtb.r.223912.4
+25	.	.	PUNCT	O	0			ewtb.r.223912.4
+
+1	Overall	overall	ADV	O	0			ewtb.r.223912.5
+2	they	they	PRON	O	0			ewtb.r.223912.5
+3	are	be	VERB	O	0		v.stative	ewtb.r.223912.5
+4	n't	n't	PART	O	0			ewtb.r.223912.5
+5	very	very	ADV	O	0			ewtb.r.223912.5
+6	knowledge	knowledge	ADJ	O	0			ewtb.r.223912.5
+7	about	about	ADP	O	0			ewtb.r.223912.5
+8	the	the	DET	O	0			ewtb.r.223912.5
+9	type	type	NOUN	O	0		n.cognition	ewtb.r.223912.5
+10	of	of	ADP	O	0			ewtb.r.223912.5
+11	games	game	NOUN	O	0		n.communication	ewtb.r.223912.5
+12	are	be	VERB	O	0		v.stative	ewtb.r.223912.5
+13	on	on	ADP	B	0			ewtb.r.223912.5
+14	the	the	DET	I	13			ewtb.r.223912.5
+15	market	market	NOUN	I	14			ewtb.r.223912.5
+16	.	.	PUNCT	O	0			ewtb.r.223912.5
+
+1	Drove	drive	VERB	O	0		v.motion	ewtb.r.224117.1
+2	all	all	DET	B	0			ewtb.r.224117.1
+3	the	the	DET	I	2			ewtb.r.224117.1
+4	way	way	NOUN	I	3			ewtb.r.224117.1
+5	over	over	ADV	O	0			ewtb.r.224117.1
+6	from	from	ADP	O	0			ewtb.r.224117.1
+7	the	the	DET	O	0			ewtb.r.224117.1
+8	highway	highway	NOUN	O	0		n.location	ewtb.r.224117.1
+9	...	...	PUNCT	O	0			ewtb.r.224117.1
+10	closed	close	VERB	O	0		v.stative	ewtb.r.224117.1
+11	at	at	ADP	O	0			ewtb.r.224117.1
+12	7	7	NUM	O	0			ewtb.r.224117.1
+13	.	.	PUNCT	O	0			ewtb.r.224117.1
+
+1	Who	who	PRON	O	0			ewtb.r.224117.2
+2	does	do	VERB	O	0		v.stative	ewtb.r.224117.2
+3	that	that	DET	O	0			ewtb.r.224117.2
+4	?!	?!	PUNCT	O	0			ewtb.r.224117.2
+
+1	Inford	inford	PROPN	B	0		n.group	ewtb.r.226715.1
+2	Media	media	PROPN	I	1			ewtb.r.226715.1
+
+1	Media	medium	NOUN	O	0		n.communication	ewtb.r.226715.2
+2	,	,	PUNCT	O	0			ewtb.r.226715.2
+3	Software	software	NOUN	O	0		n.communication	ewtb.r.226715.2
+4	,	,	PUNCT	O	0			ewtb.r.226715.2
+5	Fun	fun	NOUN	B	0		n.cognition	ewtb.r.226715.2
+6	and	and	CONJ	I	5			ewtb.r.226715.2
+7	Games	game	NOUN	I	6			ewtb.r.226715.2
+8	,	,	PUNCT	O	0			ewtb.r.226715.2
+9	Website	website	NOUN	O	0		n.communication	ewtb.r.226715.2
+10	design	design	NOUN	O	0		n.cognition	ewtb.r.226715.2
+11	,	,	PUNCT	O	0			ewtb.r.226715.2
+12	Web	web	NOUN	O	0		n.communication	ewtb.r.226715.2
+13	Promotion	promotion	NOUN	O	0		n.communication	ewtb.r.226715.2
+14	,	,	PUNCT	O	0			ewtb.r.226715.2
+15	B2B	b2b	NOUN	O	0		n.communication	ewtb.r.226715.2
+16	,	,	PUNCT	O	0			ewtb.r.226715.2
+17	Business	business	NOUN	O	0		n.group	ewtb.r.226715.2
+18	Promotion	promotion	NOUN	O	0		n.communication	ewtb.r.226715.2
+19	,	,	PUNCT	O	0			ewtb.r.226715.2
+20	Search	search	NOUN	B	0		n.cognition	ewtb.r.226715.2
+21	Engine	engine	NOUN	I	20			ewtb.r.226715.2
+22	Optimization	optimization	NOUN	I	21			ewtb.r.226715.2
+23	.	.	PUNCT	O	0			ewtb.r.226715.2
+
+1	BEST	best	ADJ	O	0			ewtb.r.227515.1
+2	DENTIST	dentist	NOUN	O	0		n.person	ewtb.r.227515.1
+3	EVER	ever	ADV	O	0			ewtb.r.227515.1
+4	-	-	PUNCT	O	0			ewtb.r.227515.1
+
+1	Very	very	ADV	O	0			ewtb.r.227515.2
+2	fast	fast	ADJ	O	0			ewtb.r.227515.2
+3	and	and	CONJ	O	0			ewtb.r.227515.2
+4	efficient	efficient	ADJ	O	0			ewtb.r.227515.2
+5	service	service	NOUN	O	0		n.act	ewtb.r.227515.2
+6	.	.	PUNCT	O	0			ewtb.r.227515.2
+
+1	I	i	PRON	O	0			ewtb.r.227515.3
+2	have	have	AUX	O	0			ewtb.r.227515.3
+3	had	have	VERB	O	0		v.stative	ewtb.r.227515.3
+4	several	several	ADJ	O	0			ewtb.r.227515.3
+5	dentists	dentist	NOUN	O	0		n.person	ewtb.r.227515.3
+6	in	in	ADP	O	0			ewtb.r.227515.3
+7	my	my	PRON	O	0			ewtb.r.227515.3
+8	life	life	NOUN	O	0		n.time	ewtb.r.227515.3
+9	,	,	PUNCT	O	0			ewtb.r.227515.3
+10	but	but	CONJ	O	0			ewtb.r.227515.3
+11	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.227515.3
+12	Deters	deters	PROPN	I	11			ewtb.r.227515.3
+13	is	be	VERB	O	0		v.stative	ewtb.r.227515.3
+14	by	by	ADP	B	0			ewtb.r.227515.3
+15	far	far	ADV	I	14			ewtb.r.227515.3
+16	my	my	PRON	O	0			ewtb.r.227515.3
+17	favorite	favorite	ADJ	O	0			ewtb.r.227515.3
+18	.	.	PUNCT	O	0			ewtb.r.227515.3
+
+1	I	i	PRON	O	0			ewtb.r.227515.4
+2	never	never	ADV	O	0			ewtb.r.227515.4
+3	wait	wait	VERB	O	0		v.cognition	ewtb.r.227515.4
+4	in	in	ADP	O	0			ewtb.r.227515.4
+5	the	the	DET	O	0			ewtb.r.227515.4
+6	waiting	waiting	NOUN	B	0		n.location	ewtb.r.227515.4
+7	room	room	NOUN	I	6			ewtb.r.227515.4
+8	more	more	ADJ	B	0			ewtb.r.227515.4
+9	than	than	ADP	I	8			ewtb.r.227515.4
+10	two	two	NUM	O	0			ewtb.r.227515.4
+11	minutes	minutes	NOUN	O	0		n.time	ewtb.r.227515.4
+12	and	and	CONJ	O	0			ewtb.r.227515.4
+13	the	the	DET	O	0			ewtb.r.227515.4
+14	cleanings	cleaning	NOUN	O	0		n.act	ewtb.r.227515.4
+15	are	be	VERB	O	0		v.stative	ewtb.r.227515.4
+16	quick	quick	ADJ	O	0			ewtb.r.227515.4
+17	and	and	CONJ	O	0			ewtb.r.227515.4
+18	painless	painless	ADJ	O	0			ewtb.r.227515.4
+19	.	.	PUNCT	O	0			ewtb.r.227515.4
+
+1	The	the	DET	O	0			ewtb.r.229410.1
+2	Worst	worst	ADJ	O	0			ewtb.r.229410.1
+3	Experience	experience	NOUN	O	0		n.event	ewtb.r.229410.1
+4	Ever	ever	ADV	O	0			ewtb.r.229410.1
+5	!!!	!!!	PUNCT	O	0			ewtb.r.229410.1
+
+1	I	i	PRON	O	0			ewtb.r.229410.2
+2	have	have	AUX	O	0			ewtb.r.229410.2
+3	worked	work	VERB	O	0		v.social	ewtb.r.229410.2
+4	with	with	ADP	O	0			ewtb.r.229410.2
+5	Ted	ted	PROPN	B	0		n.person	ewtb.r.229410.2
+6	Jurek	jurek	PROPN	I	5			ewtb.r.229410.2
+7	at	at	ADP	O	0			ewtb.r.229410.2
+8	Decor	decor	PROPN	B	0		n.group	ewtb.r.229410.2
+9	and	and	CONJ	I	8			ewtb.r.229410.2
+10	You	you	PROPN	I	9			ewtb.r.229410.2
+11	,	,	PUNCT	O	0			ewtb.r.229410.2
+12	and	and	CONJ	O	0			ewtb.r.229410.2
+13	it	it	PRON	O	0			ewtb.r.229410.2
+14	started	start	VERB	B	0		v.stative	ewtb.r.229410.2
+15	out	out	ADP	I	14			ewtb.r.229410.2
+16	as	as	ADP	O	0			ewtb.r.229410.2
+17	a	a	DET	O	0			ewtb.r.229410.2
+18	decent	decent	ADJ	O	0			ewtb.r.229410.2
+19	experience	experience	NOUN	O	0		n.event	ewtb.r.229410.2
+20	.	.	PUNCT	O	0			ewtb.r.229410.2
+
+1	He	he	PRON	O	0			ewtb.r.229410.3
+2	was	be	AUX	O	0			ewtb.r.229410.3
+3	referred	refer	VERB	O	0		v.communication	ewtb.r.229410.3
+4	to	to	ADP	O	0			ewtb.r.229410.3
+5	me	me	PRON	O	0			ewtb.r.229410.3
+6	by	by	ADP	O	0			ewtb.r.229410.3
+7	a	a	DET	O	0			ewtb.r.229410.3
+8	friend	friend	NOUN	O	0		n.person	ewtb.r.229410.3
+9	,	,	PUNCT	O	0			ewtb.r.229410.3
+10	who	who	PRON	O	0			ewtb.r.229410.3
+11	did	do	AUX	O	0			ewtb.r.229410.3
+12	n't	n't	PART	O	0			ewtb.r.229410.3
+13	have	have	VERB	B	0		n.event	ewtb.r.229410.3
+14	the	the	DET	o	0			ewtb.r.229410.3
+15	best	best	ADJ	o	0			ewtb.r.229410.3
+16	experience	experience	NOUN	I	13			ewtb.r.229410.3
+17	with	with	ADP	O	0			ewtb.r.229410.3
+18	Ted	ted	PROPN	O	0		n.person	ewtb.r.229410.3
+19	,	,	PUNCT	O	0			ewtb.r.229410.3
+20	but	but	CONJ	O	0			ewtb.r.229410.3
+21	said	say	VERB	O	0		v.communication	ewtb.r.229410.3
+22	that	that	SCONJ	O	0			ewtb.r.229410.3
+23	Ted	ted	PROPN	O	0		n.person	ewtb.r.229410.3
+24	was	be	VERB	O	0		v.stative	ewtb.r.229410.3
+25	able	able	ADJ	O	0			ewtb.r.229410.3
+26	to	to	PART	O	0			ewtb.r.229410.3
+27	make	make	VERB	B	0		v.cognition	ewtb.r.229410.3
+28	up	up	ADP	I	27			ewtb.r.229410.3
+29	for	for	ADP	I	28			ewtb.r.229410.3
+30	his	his	PRON	O	0			ewtb.r.229410.3
+31	lack	lack	NOUN	O	0			ewtb.r.229410.3
+32	of	of	ADP	O	0			ewtb.r.229410.3
+33	preparedness	preparedness	NOUN	O	0		n.attribute	ewtb.r.229410.3
+34	at	at	ADP	O	0			ewtb.r.229410.3
+35	the	the	DET	O	0			ewtb.r.229410.3
+36	end	end	NOUN	O	0		n.state	ewtb.r.229410.3
+37	.	.	PUNCT	O	0			ewtb.r.229410.3
+
+1	I	i	PRON	B	0		v.cognition	ewtb.r.229410.4
+2	figure	figure	VERB	I	1			ewtb.r.229410.4
+3	I	i	PRON	O	0			ewtb.r.229410.4
+4	would	would	AUX	O	0			ewtb.r.229410.4
+5	give	give	VERB	B	0		v.social	ewtb.r.229410.4
+6	this	this	DET	o	0			ewtb.r.229410.4
+7	company	company	NOUN	o	0		n.group	ewtb.r.229410.4
+8	a	a	DET	I	5			ewtb.r.229410.4
+9	chance	chance	NOUN	I	8			ewtb.r.229410.4
+10	.	.	PUNCT	O	0			ewtb.r.229410.4
+
+1	However	however	ADV	O	0			ewtb.r.229410.5
+2	,	,	PUNCT	O	0			ewtb.r.229410.5
+3	after	after	SCONJ	O	0			ewtb.r.229410.5
+4	giving	give	VERB	O	0		v.possession	ewtb.r.229410.5
+5	a	a	DET	O	0			ewtb.r.229410.5
+6	required	require	VERB	O	0		v.cognition	ewtb.r.229410.5
+7	$	$	SYM	O	0			ewtb.r.229410.5
+8	500.00	500.00	NUM	O	0			ewtb.r.229410.5
+9	(	(	PUNCT	O	0			ewtb.r.229410.5
+10	NON	non	X	B	0			ewtb.r.229410.5
+11	REFUNDABLE	refundable	ADJ	I	10			ewtb.r.229410.5
+12	)	)	PUNCT	O	0			ewtb.r.229410.5
+13	deposit	deposit	NOUN	O	0		n.possession	ewtb.r.229410.5
+14	before	before	SCONJ	O	0			ewtb.r.229410.5
+15	seeing	see	VERB	O	0		v.perception	ewtb.r.229410.5
+16	any	any	DET	O	0			ewtb.r.229410.5
+17	plans	plan	NOUN	O	0		n.cognition	ewtb.r.229410.5
+18	or	or	CONJ	O	0			ewtb.r.229410.5
+19	ideas	idea	NOUN	O	0		n.cognition	ewtb.r.229410.5
+20	,	,	PUNCT	O	0			ewtb.r.229410.5
+21	I	i	PRON	O	0			ewtb.r.229410.5
+22	was	be	VERB	O	0		v.stative	ewtb.r.229410.5
+23	sorry	sorry	ADJ	O	0			ewtb.r.229410.5
+24	I	i	PRON	O	0			ewtb.r.229410.5
+25	did	do	AUX	O	0			ewtb.r.229410.5
+26	.	.	PUNCT	O	0			ewtb.r.229410.5
+
+1	We	we	PRON	O	0			ewtb.r.229410.6
+2	met	meet	VERB	O	0		v.social	ewtb.r.229410.6
+3	a	a	DET	B	0			ewtb.r.229410.6
+4	couple	couple	NOUN	I	3			ewtb.r.229410.6
+5	of	of	ADP	O	0			ewtb.r.229410.6
+6	weeks	week	NOUN	O	0		n.time	ewtb.r.229410.6
+7	later	later	ADV	O	0			ewtb.r.229410.6
+8	,	,	PUNCT	O	0			ewtb.r.229410.6
+9	Ted	ted	PROPN	O	0		n.person	ewtb.r.229410.6
+10	was	be	VERB	O	0		v.stative	ewtb.r.229410.6
+11	late	late	ADJ	O	0			ewtb.r.229410.6
+12	.	.	PUNCT	O	0			ewtb.r.229410.6
+
+1	He	he	PRON	O	0			ewtb.r.229410.7
+2	brought	bring	VERB	O	0		v.motion	ewtb.r.229410.7
+3	fabric	fabric	NOUN	B	0		n.artifact	ewtb.r.229410.7
+4	books	book	NOUN	I	3			ewtb.r.229410.7
+5	,	,	PUNCT	O	0			ewtb.r.229410.7
+6	and	and	CONJ	O	0			ewtb.r.229410.7
+7	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.229410.7
+8	of	of	ADP	O	0			ewtb.r.229410.7
+9	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.229410.7
+10	only	only	ADV	O	0			ewtb.r.229410.7
+11	,	,	PUNCT	O	0			ewtb.r.229410.7
+12	which	which	DET	O	0			ewtb.r.229410.7
+13	all	all	DET	O	0			ewtb.r.229410.7
+14	came	come	VERB	B	0		v.stative	ewtb.r.229410.7
+15	way	way	ADV	o	0			ewtb.r.229410.7
+16	over	over	ADP	I	14			ewtb.r.229410.7
+17	budget	budget	NOUN	I	16			ewtb.r.229410.7
+18	.	.	PUNCT	O	0			ewtb.r.229410.7
+
+1	By	by	ADP	O	0			ewtb.r.229410.8
+2	the	the	DET	O	0			ewtb.r.229410.8
+3	time	time	NOUN	O	0		n.event	ewtb.r.229410.8
+4	we	we	PRON	O	0			ewtb.r.229410.8
+5	got	get	VERB	O	0		v.cognition	ewtb.r.229410.8
+6	to	to	ADP	O	0			ewtb.r.229410.8
+7	the	the	DET	O	0			ewtb.r.229410.8
+8	budget	budget	NOUN	O	0		n.possession	ewtb.r.229410.8
+9	i	i	PRON	O	0			ewtb.r.229410.8
+10	told	tell	VERB	O	0		v.communication	ewtb.r.229410.8
+11	him	him	PRON	O	0			ewtb.r.229410.8
+12	I	i	PRON	O	0			ewtb.r.229410.8
+13	could	could	AUX	O	0			ewtb.r.229410.8
+14	work	work	VERB	O	0		v.social	ewtb.r.229410.8
+15	with	with	ADP	O	0			ewtb.r.229410.8
+16	,	,	PUNCT	O	0			ewtb.r.229410.8
+17	there	there	PRON	O	0			ewtb.r.229410.8
+18	was	be	VERB	O	0		v.stative	ewtb.r.229410.8
+19	basically	basically	ADV	O	0			ewtb.r.229410.8
+20	no	no	DET	O	0			ewtb.r.229410.8
+21	design	design	NOUN	O	0		n.cognition	ewtb.r.229410.8
+22	.	.	PUNCT	O	0			ewtb.r.229410.8
+
+1	Just	just	ADV	O	0			ewtb.r.229410.9
+2	curtains	curtain	NOUN	O	0		n.artifact	ewtb.r.229410.9
+3	and	and	CONJ	O	0			ewtb.r.229410.9
+4	a	a	DET	O	0			ewtb.r.229410.9
+5	couple	couple	NOUN	O	0			ewtb.r.229410.9
+6	of	of	ADP	O	0			ewtb.r.229410.9
+7	accessories	accessory	NOUN	O	0		n.artifact	ewtb.r.229410.9
+8	.	.	PUNCT	O	0			ewtb.r.229410.9
+
+1	WHAT	what	PRON	O	0			ewtb.r.229410.10
+2	IS	be	VERB	O	0		v.stative	ewtb.r.229410.10
+3	THAT	that	DET	O	0			ewtb.r.229410.10
+4	?????	?????	PUNCT	O	0			ewtb.r.229410.10
+
+1	This	this	DET	O	0			ewtb.r.229410.11
+2	company	company	NOUN	O	0		n.group	ewtb.r.229410.11
+3	is	be	VERB	O	0		v.stative	ewtb.r.229410.11
+4	way	way	ADV	O	0			ewtb.r.229410.11
+5	too	too	ADV	O	0			ewtb.r.229410.11
+6	expensive	expensive	ADJ	O	0			ewtb.r.229410.11
+7	with	with	ADP	O	0			ewtb.r.229410.11
+8	nothing	nothing	NOUN	O	0			ewtb.r.229410.11
+9	to	to	PART	B	0			ewtb.r.229410.11
+10	show	show	VERB	I	9			ewtb.r.229410.11
+11	for	for	ADP	I	10			ewtb.r.229410.11
+12	it	it	PRON	O	0			ewtb.r.229410.11
+13	.	.	PUNCT	O	0			ewtb.r.229410.11
+
+1	Please	please	INTJ	O	0			ewtb.r.229410.12
+2	everyone	everyone	NOUN	O	0			ewtb.r.229410.12
+3	....	....	PUNCT	O	0			ewtb.r.229410.12
+4	take	take	VERB	B	0		v.social	ewtb.r.229410.12
+5	heed	heed	NOUN	I	4			ewtb.r.229410.12
+6	and	and	CONJ	O	0			ewtb.r.229410.12
+7	do	do	AUX	O	0			ewtb.r.229410.12
+8	n't	n't	PART	O	0			ewtb.r.229410.12
+9	get	get	AUX	B	0		v.stative	ewtb.r.229410.12
+10	caught	catch	VERB	I	9			ewtb.r.229410.12
+11	up	up	ADP	I	10			ewtb.r.229410.12
+12	in	in	ADP	I	11			ewtb.r.229410.12
+13	the	the	DET	O	0			ewtb.r.229410.12
+14	hype	hype	NOUN	O	0		n.cognition	ewtb.r.229410.12
+15	about	about	SCONJ	O	0			ewtb.r.229410.12
+16	DECOR	decor	PROPN	B	0		n.group	ewtb.r.229410.12
+17	and	and	CONJ	I	16			ewtb.r.229410.12
+18	YOU	you	PROPN	I	17			ewtb.r.229410.12
+19	working	work	VERB	O	0		v.social	ewtb.r.229410.12
+20	with	with	ADP	O	0			ewtb.r.229410.12
+21	every	every	DET	O	0			ewtb.r.229410.12
+22	budget	budget	NOUN	O	0		n.possession	ewtb.r.229410.12
+23	...	...	PUNCT	O	0			ewtb.r.229410.12
+
+1	This	this	DET	O	0			ewtb.r.229410.13
+2	is	be	VERB	O	0		v.stative	ewtb.r.229410.13
+3	just	just	ADV	O	0			ewtb.r.229410.13
+4	a	a	DET	O	0			ewtb.r.229410.13
+5	way	way	NOUN	O	0		n.cognition	ewtb.r.229410.13
+6	for	for	SCONJ	O	0			ewtb.r.229410.13
+7	them	them	PRON	O	0			ewtb.r.229410.13
+8	to	to	PART	O	0			ewtb.r.229410.13
+9	squirm	squirm	VERB	O	0		v.social	ewtb.r.229410.13
+10	their	their	PRON	O	0			ewtb.r.229410.13
+11	way	way	NOUN	O	0		n.cognition	ewtb.r.229410.13
+12	into	into	ADP	O	0			ewtb.r.229410.13
+13	your	your	PRON	O	0			ewtb.r.229410.13
+14	precious	precious	ADJ	O	0			ewtb.r.229410.13
+15	pocket	pocket	NOUN	O	0		n.possession	ewtb.r.229410.13
+
+1	Lovely	lovely	ADJ	O	0			ewtb.r.235211.1
+2	People	person	NOUN	O	0		n.person	ewtb.r.235211.1
+3	,	,	PUNCT	O	0			ewtb.r.235211.1
+4	Great	great	ADJ	O	0			ewtb.r.235211.1
+5	Hats	hat	NOUN	O	0		n.artifact	ewtb.r.235211.1
+
+1	I	i	PRON	O	0			ewtb.r.235211.2
+2	was	be	AUX	O	0			ewtb.r.235211.2
+3	saddened	sadden	VERB	O	0		v.emotion	ewtb.r.235211.2
+4	to	to	PART	O	0			ewtb.r.235211.2
+5	see	see	VERB	O	0		v.communication	ewtb.r.235211.2
+6	the	the	DET	O	0			ewtb.r.235211.2
+7	reviews	review	NOUN	O	0		n.communication	ewtb.r.235211.2
+8	that	that	DET	O	0			ewtb.r.235211.2
+9	claimed	claim	VERB	O	0		v.communication	ewtb.r.235211.2
+10	World	world	PROPN	B	0		n.group	ewtb.r.235211.2
+11	Hats	hats	PROPN	I	10			ewtb.r.235211.2
+12	Mart	mart	PROPN	I	11			ewtb.r.235211.2
+13	has	have	VERB	O	0		v.stative	ewtb.r.235211.2
+14	poor	poor	ADJ	O	0			ewtb.r.235211.2
+15	service	service	NOUN	O	0		n.act	ewtb.r.235211.2
+16	.	.	PUNCT	O	0			ewtb.r.235211.2
+
+1	It	it	PRON	O	0			ewtb.r.235211.3
+2	led	lead	VERB	B	0		v.cognition	ewtb.r.235211.3
+3	me	me	PRON	o	0			ewtb.r.235211.3
+4	to	to	PART	I	2			ewtb.r.235211.3
+5	believe	believe	VERB	I	4			ewtb.r.235211.3
+6	that	that	SCONJ	O	0			ewtb.r.235211.3
+7	the	the	DET	O	0			ewtb.r.235211.3
+8	reviewers	reviewer	NOUN	O	0		n.person	ewtb.r.235211.3
+9	simply	simply	ADV	O	0			ewtb.r.235211.3
+10	had	have	VERB	O	0		v.stative	ewtb.r.235211.3
+11	difficulty	difficulty	NOUN	O	0		n.cognition	ewtb.r.235211.3
+12	tolerating	tolerate	VERB	O	0		v.social	ewtb.r.235211.3
+13	people	person	NOUN	O	0		n.person	ewtb.r.235211.3
+14	with	with	ADP	O	0			ewtb.r.235211.3
+15	strongly	strongly	ADV	O	0			ewtb.r.235211.3
+16	-	-	PUNCT	O	0			ewtb.r.235211.3
+17	accented	accented	ADJ	O	0			ewtb.r.235211.3
+18	English	english	PROPN	O	0		n.communication	ewtb.r.235211.3
+19	.	.	PUNCT	O	0			ewtb.r.235211.3
+
+1	The	the	DET	O	0			ewtb.r.235211.4
+2	husband	husband	NOUN	O	0		n.person	ewtb.r.235211.4
+3	and	and	CONJ	O	0			ewtb.r.235211.4
+4	wife	wife	NOUN	O	0		n.person	ewtb.r.235211.4
+5	who	who	PRON	O	0			ewtb.r.235211.4
+6	run	run	VERB	O	0		v.social	ewtb.r.235211.4
+7	this	this	DET	O	0			ewtb.r.235211.4
+8	spot	spot	NOUN	O	0		n.group	ewtb.r.235211.4
+9	are	be	VERB	O	0		v.stative	ewtb.r.235211.4
+10	lovely	lovely	ADJ	O	0			ewtb.r.235211.4
+11	people	person	NOUN	O	0		n.person	ewtb.r.235211.4
+12	.	.	PUNCT	O	0			ewtb.r.235211.4
+
+1	We	we	PRON	O	0			ewtb.r.235211.5
+2	have	have	AUX	O	0			ewtb.r.235211.5
+3	had	have	VERB	O	0		v.stative	ewtb.r.235211.5
+4	many	many	ADJ	O	0			ewtb.r.235211.5
+5	conversations	conversation	NOUN	O	0		n.communication	ewtb.r.235211.5
+6	with	with	ADP	O	0			ewtb.r.235211.5
+7	them	them	PRON	O	0			ewtb.r.235211.5
+8	and	and	CONJ	O	0			ewtb.r.235211.5
+9	they	they	PRON	O	0			ewtb.r.235211.5
+10	have	have	AUX	O	0			ewtb.r.235211.5
+11	always	always	ADV	O	0			ewtb.r.235211.5
+12	been	be	VERB	O	0		v.stative	ewtb.r.235211.5
+13	extremely	extremely	ADV	O	0			ewtb.r.235211.5
+14	patient	patient	ADJ	O	0			ewtb.r.235211.5
+15	with	with	ADP	O	0			ewtb.r.235211.5
+16	me	me	PRON	O	0			ewtb.r.235211.5
+17	as	as	SCONJ	O	0			ewtb.r.235211.5
+18	I	i	PRON	O	0			ewtb.r.235211.5
+19	tried	try	VERB	B	0		v.body	ewtb.r.235211.5
+20	on	on	ADP	I	19			ewtb.r.235211.5
+21	multiple	multiple	ADJ	O	0			ewtb.r.235211.5
+22	hats	hat	NOUN	O	0		n.artifact	ewtb.r.235211.5
+23	in	in	ADP	B	0			ewtb.r.235211.5
+24	search	search	NOUN	I	23			ewtb.r.235211.5
+25	of	of	ADP	I	24			ewtb.r.235211.5
+26	the	the	DET	O	0			ewtb.r.235211.5
+27	right	right	ADJ	O	0			ewtb.r.235211.5
+28	costumes	costume	NOUN	O	0		n.artifact	ewtb.r.235211.5
+29	for	for	ADP	O	0			ewtb.r.235211.5
+30	my	my	PRON	O	0			ewtb.r.235211.5
+31	magic	magic	NOUN	B	0		n.act	ewtb.r.235211.5
+32	act	act	NOUN	I	31			ewtb.r.235211.5
+33	.	.	PUNCT	O	0			ewtb.r.235211.5
+
+1	I	i	PRON	O	0			ewtb.r.235211.6
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.235211.6
+3	them	them	PRON	O	0			ewtb.r.235211.6
+4	highly	highly	ADV	O	0			ewtb.r.235211.6
+5	!	!	PUNCT	O	0			ewtb.r.235211.6
+
+1	Took	take	VERB	B	0		v.motion	ewtb.r.248616.1
+2	a	a	DET	o	0			ewtb.r.248616.1
+3	laptop	laptop	NOUN	o	0		n.artifact	ewtb.r.248616.1
+4	in	in	ADV	I	1			ewtb.r.248616.1
+5	for	for	SCONJ	O	0			ewtb.r.248616.1
+6	a	a	DET	O	0			ewtb.r.248616.1
+7	video	video	NOUN	B	0		n.artifact	ewtb.r.248616.1
+8	cable	cable	NOUN	I	7			ewtb.r.248616.1
+9	to	to	PART	O	0			ewtb.r.248616.1
+10	be	be	AUX	O	0			ewtb.r.248616.1
+11	replaced	replace	VERB	O	0		v.change	ewtb.r.248616.1
+12	.	.	PUNCT	O	0			ewtb.r.248616.1
+
+1	Everything	everything	NOUN	O	0			ewtb.r.248616.2
+2	except	except	ADP	O	0			ewtb.r.248616.2
+3	the	the	DET	O	0			ewtb.r.248616.2
+4	display	display	NOUN	O	0		n.artifact	ewtb.r.248616.2
+5	worked	work	VERB	O	0		v.stative	ewtb.r.248616.2
+6	fine	fine	ADV	O	0			ewtb.r.248616.2
+7	before	before	SCONJ	O	0			ewtb.r.248616.2
+8	I	i	PRON	O	0			ewtb.r.248616.2
+9	took	take	VERB	B	0		v.motion	ewtb.r.248616.2
+10	it	it	PRON	o	0			ewtb.r.248616.2
+11	in	in	ADV	I	9			ewtb.r.248616.2
+12	.	.	PUNCT	O	0			ewtb.r.248616.2
+
+1	The	the	DET	O	0			ewtb.r.248616.3
+2	video	video	NOUN	B	0		n.artifact	ewtb.r.248616.3
+3	cable	cable	NOUN	I	2			ewtb.r.248616.3
+4	was	be	AUX	O	0			ewtb.r.248616.3
+5	replaced	replace	VERB	O	0		v.change	ewtb.r.248616.3
+6	and	and	CONJ	O	0			ewtb.r.248616.3
+7	suddenly	suddenly	ADV	O	0			ewtb.r.248616.3
+8	the	the	DET	O	0			ewtb.r.248616.3
+9	motherboard	motherboard	NOUN	O	0		n.artifact	ewtb.r.248616.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.248616.3
+11	dead	dead	ADJ	O	0			ewtb.r.248616.3
+12	.	.	PUNCT	O	0			ewtb.r.248616.3
+
+1	Phone	phone	NOUN	B	0		n.communication	ewtb.r.248616.4
+2	calls	call	NOUN	I	1			ewtb.r.248616.4
+3	were	be	AUX	o	0			ewtb.r.248616.4
+4	n't	n't	PART	o	0			ewtb.r.248616.4
+5	returned	return	VERB	I	2			ewtb.r.248616.4
+6	when	when	ADV	O	0			ewtb.r.248616.4
+7	promised	promise	VERB	O	0		v.communication	ewtb.r.248616.4
+8	and	and	CONJ	O	0			ewtb.r.248616.4
+9	the	the	DET	O	0			ewtb.r.248616.4
+10	botched	botch	VERB	O	0		v.social	ewtb.r.248616.4
+11	repair	repair	NOUN	O	0		n.act	ewtb.r.248616.4
+12	took	take	VERB	O	0		v.stative	ewtb.r.248616.4
+13	a	a	DET	O	0			ewtb.r.248616.4
+14	week	week	NOUN	O	0		n.time	ewtb.r.248616.4
+15	longer	longer	ADV	O	0			ewtb.r.248616.4
+16	than	than	SCONJ	O	0			ewtb.r.248616.4
+17	promised	promise	VERB	O	0		v.communication	ewtb.r.248616.4
+18	.	.	PUNCT	O	0			ewtb.r.248616.4
+
+1	Grocery	grocery	NOUN	B	0		n.group	ewtb.r.275919.1
+2	and	and	CONJ	o	0			ewtb.r.275919.1
+3	Daily	daily	ADJ	o	0			ewtb.r.275919.1
+4	Needs	need	NOUN	o	0		n.cognition	ewtb.r.275919.1
+5	Store	store	NOUN	I	1			ewtb.r.275919.1
+
+1	Before	before	SCONJ	O	0			ewtb.r.275919.2
+2	using	use	VERB	O	0		v.social	ewtb.r.275919.2
+3	FusionRetail	fusionretail	PROPN	O	0		n.group	ewtb.r.275919.2
+4	Before	before	SCONJ	O	0			ewtb.r.275919.2
+5	installing	instal	VERB	O	0		v.social	ewtb.r.275919.2
+6	FusionRetail	fusionretail	PROPN	O	0		n.group	ewtb.r.275919.2
+7	store	store	NOUN	O	0		n.group	ewtb.r.275919.2
+8	was	be	AUX	O	0			ewtb.r.275919.2
+9	running	run	VERB	B	0		v.stative	ewtb.r.275919.2
+10	on	on	ADP	I	9			ewtb.r.275919.2
+11	a	a	DET	O	0			ewtb.r.275919.2
+12	dos	dos	PROPN	B	0		n.attribute	ewtb.r.275919.2
+13	based	base	VERB	I	12			ewtb.r.275919.2
+14	software	software	NOUN	O	0		n.communication	ewtb.r.275919.2
+15	.	.	PUNCT	O	0			ewtb.r.275919.2
+
+1	We	we	PRON	O	0			ewtb.r.275919.3
+2	were	be	AUX	O	0			ewtb.r.275919.3
+3	having	have	VERB	B	0		v.cognition	ewtb.r.275919.3
+4	a	a	DET	o	0			ewtb.r.275919.3
+5	major	major	ADJ	o	0			ewtb.r.275919.3
+6	problem	problem	NOUN	I	3			ewtb.r.275919.3
+7	in	in	SCONJ	O	0			ewtb.r.275919.3
+8	maintaining	maintain	VERB	O	0		v.stative	ewtb.r.275919.3
+9	cash	cash	NOUN	O	0		n.possession	ewtb.r.275919.3
+10	.	.	PUNCT	O	0			ewtb.r.275919.3
+
+1	Being	be	VERB	O	0		v.stative	ewtb.r.275919.4
+2	a	a	DET	O	0			ewtb.r.275919.4
+3	grocery	grocery	NOUN	B	0		n.group	ewtb.r.275919.4
+4	shop	shop	NOUN	I	3			ewtb.r.275919.4
+5	,	,	PUNCT	O	0			ewtb.r.275919.4
+6	maintaining	maintain	VERB	O	0		v.stative	ewtb.r.275919.4
+7	5000	5000	NUM	O	0			ewtb.r.275919.4
+8	different	different	ADJ	O	0			ewtb.r.275919.4
+9	products	product	NOUN	O	0		n.artifact	ewtb.r.275919.4
+10	was	be	VERB	O	0		v.stative	ewtb.r.275919.4
+11	a	a	DET	O	0			ewtb.r.275919.4
+12	challenging	challenging	ADJ	O	0			ewtb.r.275919.4
+13	job	job	NOUN	O	0		n.act	ewtb.r.275919.4
+14	.	.	PUNCT	O	0			ewtb.r.275919.4
+
+1	Managing	manage	VERB	O	0		v.social	ewtb.r.275919.5
+2	POS	po	NOUN	O	0		n.artifact	ewtb.r.275919.5
+3	counter	counter	NOUN	O	0		n.artifact	ewtb.r.275919.5
+4	without	without	ADP	O	0			ewtb.r.275919.5
+5	barcoding	barcoding	NOUN	O	0		n.communication	ewtb.r.275919.5
+6	was	be	VERB	O	0		v.stative	ewtb.r.275919.5
+7	really	really	ADV	O	0			ewtb.r.275919.5
+8	a	a	DET	O	0			ewtb.r.275919.5
+9	tough	tough	ADJ	O	0			ewtb.r.275919.5
+10	time	time	NOUN	O	0		n.event	ewtb.r.275919.5
+11	.	.	PUNCT	O	0			ewtb.r.275919.5
+
+1	How	how	ADV	O	0			ewtb.r.275919.6
+2	FusionRetail	fusionretail	PROPN	O	0		n.group	ewtb.r.275919.6
+3	has	have	AUX	O	0			ewtb.r.275919.6
+4	overcome	overcome	VERB	B	0		v.social	ewtb.r.275919.6
+5	these	these	DET	o	0			ewtb.r.275919.6
+6	issues	issue	NOUN	I	4			ewtb.r.275919.6
+7	?	?	PUNCT	O	0			ewtb.r.275919.6
+
+1	FusionRetail	fusionretail	PROPN	O	0		n.group	ewtb.r.275919.7
+2	helps	help	VERB	O	0		v.social	ewtb.r.275919.7
+3	us	us	PRON	O	0			ewtb.r.275919.7
+4	to	to	PART	O	0			ewtb.r.275919.7
+5	maintain	maintain	VERB	O	0		v.social	ewtb.r.275919.7
+6	the	the	DET	O	0			ewtb.r.275919.7
+7	store	store	NOUN	O	0		n.group	ewtb.r.275919.7
+8	in	in	ADP	O	0			ewtb.r.275919.7
+9	an	an	DET	O	0			ewtb.r.275919.7
+10	organised	organised	ADJ	O	0			ewtb.r.275919.7
+11	way	way	NOUN	O	0		n.state	ewtb.r.275919.7
+12	.	.	PUNCT	O	0			ewtb.r.275919.7
+
+1	Usage	usage	NOUN	O	0		n.act	ewtb.r.275919.8
+2	of	of	ADP	O	0			ewtb.r.275919.8
+3	product	product	NOUN	O	0		n.artifact	ewtb.r.275919.8
+4	barcodes	barcodes	NOUN	O	0		n.communication	ewtb.r.275919.8
+5	and	and	CONJ	O	0			ewtb.r.275919.8
+6	smooth	smooth	ADJ	O	0			ewtb.r.275919.8
+7	maintenance	maintenance	NOUN	O	0		n.act	ewtb.r.275919.8
+8	of	of	ADP	O	0			ewtb.r.275919.8
+9	inventory	inventory	NOUN	O	0		n.artifact	ewtb.r.275919.8
+10	with	with	ADP	O	0			ewtb.r.275919.8
+11	proper	proper	ADJ	O	0			ewtb.r.275919.8
+12	recording	recording	NOUN	O	0		n.communication	ewtb.r.275919.8
+13	of	of	ADP	O	0			ewtb.r.275919.8
+14	transactions	transactions	NOUN	O	0		n.possession	ewtb.r.275919.8
+15	like	like	ADP	O	0			ewtb.r.275919.8
+16	sale	sale	NOUN	O	0		n.possession	ewtb.r.275919.8
+17	,	,	PUNCT	O	0			ewtb.r.275919.8
+18	purchase	purchase	NOUN	O	0		n.possession	ewtb.r.275919.8
+19	and	and	CONJ	O	0			ewtb.r.275919.8
+20	returns	return	NOUN	O	0		n.possession	ewtb.r.275919.8
+21	was	be	VERB	O	0		v.stative	ewtb.r.275919.8
+22	never	never	ADV	O	0			ewtb.r.275919.8
+23	easy	easy	ADJ	O	0			ewtb.r.275919.8
+24	before	before	ADV	O	0			ewtb.r.275919.8
+25	.	.	PUNCT	O	0			ewtb.r.275919.8
+
+1	How	how	ADV	O	0			ewtb.r.275919.9
+2	long	long	ADV	O	0			ewtb.r.275919.9
+3	does	do	AUX	O	0			ewtb.r.275919.9
+4	it	it	PRON	O	0			ewtb.r.275919.9
+5	take	take	VERB	O	0		v.stative	ewtb.r.275919.9
+6	to	to	PART	O	0			ewtb.r.275919.9
+7	train	train	VERB	O	0		v.social	ewtb.r.275919.9
+8	new	new	ADJ	O	0			ewtb.r.275919.9
+9	people	person	NOUN	O	0		n.group	ewtb.r.275919.9
+10	at	at	ADP	O	0			ewtb.r.275919.9
+11	work	work	NOUN	O	0		n.act	ewtb.r.275919.9
+12	?	?	PUNCT	O	0			ewtb.r.275919.9
+
+1	Billing	billing	NOUN	O	0		n.possession	ewtb.r.275919.10
+2	takes	take	VERB	O	0		v.stative	ewtb.r.275919.10
+3	15	15	NUM	O	0			ewtb.r.275919.10
+4	minutes	minutes	NOUN	O	0		n.time	ewtb.r.275919.10
+5	and	and	CONJ	O	0			ewtb.r.275919.10
+6	back	back	ADJ	B	0		n.cognition	ewtb.r.275919.10
+7	office	office	NOUN	I	6			ewtb.r.275919.10
+8	jobs	job	NOUN	O	0		n.cognition	ewtb.r.275919.10
+9	takes	take	VERB	O	0		v.stative	ewtb.r.275919.10
+10	1	1	NUM	O	0			ewtb.r.275919.10
+11	day	day	NOUN	O	0		n.time	ewtb.r.275919.10
+12	's	's	PART	O	0			ewtb.r.275919.10
+13	training	training	NOUN	O	0		n.act	ewtb.r.275919.10
+14	How	how	ADV	O	0			ewtb.r.275919.10
+15	fast	fast	ADJ	O	0			ewtb.r.275919.10
+16	your	your	PRON	O	0			ewtb.r.275919.10
+17	support	support	NOUN	O	0		n.cognition	ewtb.r.275919.10
+18	queries	query	NOUN	O	0		n.communication	ewtb.r.275919.10
+19	get	get	AUX	O	0			ewtb.r.275919.10
+20	answered	answer	VERB	O	0		v.communication	ewtb.r.275919.10
+21	?	?	PUNCT	O	0			ewtb.r.275919.10
+
+1	Over	over	ADP	O	0			ewtb.r.275919.11
+2	telephone	telephone	NOUN	O	0		n.artifact	ewtb.r.275919.11
+3	,	,	PUNCT	O	0			ewtb.r.275919.11
+4	immediate	immediate	ADJ	O	0			ewtb.r.275919.11
+5	.	.	PUNCT	O	0			ewtb.r.275919.11
+
+1	On	on	ADP	B	0			ewtb.r.275919.12
+2	call	call	NOUN	I	1			ewtb.r.275919.12
+3	,	,	PUNCT	O	0			ewtb.r.275919.12
+4	it	it	PRON	O	0			ewtb.r.275919.12
+5	takes	take	VERB	O	0		v.stative	ewtb.r.275919.12
+6	a	a	DET	O	0			ewtb.r.275919.12
+7	day	day	NOUN	O	0		n.time	ewtb.r.275919.12
+8	to	to	PART	O	0			ewtb.r.275919.12
+9	get	get	VERB	O	0		v.stative	ewtb.r.275919.12
+10	our	our	PRON	O	0			ewtb.r.275919.12
+11	issues	issue	NOUN	O	0		n.cognition	ewtb.r.275919.12
+12	resolved	resolve	VERB	O	0		v.stative	ewtb.r.275919.12
+13	.	.	PUNCT	O	0			ewtb.r.275919.12
+
+1	It	it	PRON	O	0			ewtb.r.294812.1
+2	's	's	AUX	O	0			ewtb.r.294812.1
+3	now	now	ADV	O	0			ewtb.r.294812.1
+4	called	call	VERB	O	0		v.stative	ewtb.r.294812.1
+5	Sushi	sushi	PROPN	B	0		n.communication	ewtb.r.294812.1
+6	Lover	lover	PROPN	I	5			ewtb.r.294812.1
+7	.	.	PUNCT	O	0			ewtb.r.294812.1
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.294812.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.294812.2
+3	just	just	ADV	O	0			ewtb.r.294812.2
+4	okay	okay	ADJ	O	0			ewtb.r.294812.2
+5	..	..	PUNCT	O	0			ewtb.r.294812.2
+6	wo	wo	AUX	O	0			ewtb.r.294812.2
+7	n't	n't	PART	O	0			ewtb.r.294812.2
+8	crave	crave	VERB	O	0		v.cognition	ewtb.r.294812.2
+9	it	it	PRON	O	0			ewtb.r.294812.2
+10	,	,	PUNCT	O	0			ewtb.r.294812.2
+11	but	but	CONJ	O	0			ewtb.r.294812.2
+12	would	would	AUX	O	0			ewtb.r.294812.2
+13	n't	n't	PART	O	0			ewtb.r.294812.2
+14	mind	mind	VERB	O	0		v.emotion	ewtb.r.294812.2
+15	coming	come	VERB	O	0		v.motion	ewtb.r.294812.2
+16	back	back	ADV	O	0			ewtb.r.294812.2
+17	for	for	ADP	O	0			ewtb.r.294812.2
+18	a	a	DET	O	0			ewtb.r.294812.2
+19	quick	quick	ADJ	O	0			ewtb.r.294812.2
+20	meal	meal	NOUN	O	0		n.event	ewtb.r.294812.2
+21	.	.	PUNCT	O	0			ewtb.r.294812.2
+
+1	Natasha	natasha	PROPN	O	0		n.person	ewtb.r.310018.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.310018.1
+3	the	the	DET	O	0			ewtb.r.310018.1
+4	BEST	best	ADJ	O	0			ewtb.r.310018.1
+5	photographer	photographer	NOUN	O	0		n.person	ewtb.r.310018.1
+6	we	we	PRON	O	0			ewtb.r.310018.1
+7	have	have	AUX	O	0			ewtb.r.310018.1
+8	ever	ever	ADV	O	0			ewtb.r.310018.1
+9	worked	work	VERB	O	0		v.social	ewtb.r.310018.1
+10	with	with	ADP	O	0			ewtb.r.310018.1
+11	.	.	PUNCT	O	0			ewtb.r.310018.1
+
+1	She	she	PRON	O	0			ewtb.r.310018.2
+2	has	have	VERB	B	0		v.social	ewtb.r.310018.2
+3	a	a	DET	I	2			ewtb.r.310018.2
+4	great	great	ADJ	o	0			ewtb.r.310018.2
+5	way	way	NOUN	I	3			ewtb.r.310018.2
+6	with	with	ADP	I	5			ewtb.r.310018.2
+7	children	child	NOUN	O	0		n.group	ewtb.r.310018.2
+8	and	and	CONJ	O	0			ewtb.r.310018.2
+9	is	be	VERB	O	0		v.stative	ewtb.r.310018.2
+10	able	able	ADJ	O	0			ewtb.r.310018.2
+11	to	to	PART	O	0			ewtb.r.310018.2
+12	capture	capture	VERB	O	0		v.creation	ewtb.r.310018.2
+13	their	their	PRON	O	0			ewtb.r.310018.2
+14	personality	personality	NOUN	O	0		n.cognition	ewtb.r.310018.2
+15	as	as	ADV	B	0			ewtb.r.310018.2
+16	well	well	ADV	I	15			ewtb.r.310018.2
+17	as	as	ADP	I	16			ewtb.r.310018.2
+18	many	many	ADJ	O	0			ewtb.r.310018.2
+19	spontaneous	spontaneous	ADJ	O	0			ewtb.r.310018.2
+20	images	image	NOUN	O	0		n.communication	ewtb.r.310018.2
+21	.	.	PUNCT	O	0			ewtb.r.310018.2
+
+1	You	you	PRON	O	0			ewtb.r.310018.3
+2	will	will	AUX	O	0			ewtb.r.310018.3
+3	not	not	PART	O	0			ewtb.r.310018.3
+4	be	be	AUX	O	0			ewtb.r.310018.3
+5	disappointed	disappoint	VERB	O	0		v.emotion	ewtb.r.310018.3
+6	with	with	ADP	O	0			ewtb.r.310018.3
+7	her	her	PRON	O	0			ewtb.r.310018.3
+8	work	work	NOUN	O	0		n.act	ewtb.r.310018.3
+9	!!	!!	PUNCT	O	0			ewtb.r.310018.3
+
+1	Make	make	VERB	O	0		v.stative	ewtb.r.313714.1
+2	You	you	PRON	O	0			ewtb.r.313714.1
+3	Feel	feel	VERB	B	0		v.cognition	ewtb.r.313714.1
+4	Like	like	ADP	I	3			ewtb.r.313714.1
+5	a	a	DET	I	4			ewtb.r.313714.1
+6	Number	number	NOUN	I	5			ewtb.r.313714.1
+
+1	Stay	stay	VERB	O	0		v.stative	ewtb.r.313714.2
+2	away	away	ADV	O	0			ewtb.r.313714.2
+3	from	from	ADP	O	0			ewtb.r.313714.2
+4	Kids	kids	PROPN	B	0		n.group	ewtb.r.313714.2
+5	First	first	ADV	I	4			ewtb.r.313714.2
+6	West	west	PROPN	I	5			ewtb.r.313714.2
+7	Chester	chester	PROPN	I	6			ewtb.r.313714.2
+8	.	.	PUNCT	O	0			ewtb.r.313714.2
+
+1	You	you	PRON	O	0			ewtb.r.313714.3
+2	NEVER	never	ADV	O	0			ewtb.r.313714.3
+3	get	get	VERB	O	0		v.social	ewtb.r.313714.3
+4	a	a	DET	O	0			ewtb.r.313714.3
+5	human	human	NOUN	O	0		n.person	ewtb.r.313714.3
+6	on	on	ADP	B	0			ewtb.r.313714.3
+7	the	the	DET	I	6			ewtb.r.313714.3
+8	phone	phone	NOUN	I	7			ewtb.r.313714.3
+9	.	.	PUNCT	O	0			ewtb.r.313714.3
+
+1	It	it	PRON	O	0			ewtb.r.313714.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.313714.4
+3	impossible	impossible	ADJ	O	0			ewtb.r.313714.4
+4	to	to	PART	O	0			ewtb.r.313714.4
+5	get	get	VERB	B	0		v.social	ewtb.r.313714.4
+6	an	an	DET	o	0			ewtb.r.313714.4
+7	appointment	appointment	NOUN	I	5			ewtb.r.313714.4
+8	.	.	PUNCT	O	0			ewtb.r.313714.4
+
+1	If	if	SCONJ	O	0			ewtb.r.313714.5
+2	you	you	PRON	O	0			ewtb.r.313714.5
+3	get	get	AUX	O	0			ewtb.r.313714.5
+4	caught	catch	VERB	O	0		v.social	ewtb.r.313714.5
+5	in	in	ADP	B	0			ewtb.r.313714.5
+6	traffic	traffic	NOUN	I	5			ewtb.r.313714.5
+7	and	and	CONJ	O	0			ewtb.r.313714.5
+8	are	be	VERB	O	0		v.stative	ewtb.r.313714.5
+9	a	a	DET	B	0		n.quantity	ewtb.r.313714.5
+10	couple	couple	NOUN	I	9			ewtb.r.313714.5
+11	minutes	minutes	NOUN	O	0		n.time	ewtb.r.313714.5
+12	late	late	ADJ	O	0			ewtb.r.313714.5
+13	they	they	PRON	O	0			ewtb.r.313714.5
+14	make	make	VERB	O	0		v.social	ewtb.r.313714.5
+15	you	you	PRON	O	0			ewtb.r.313714.5
+16	re-schedule	re-schedule	VERB	O	0		v.social	ewtb.r.313714.5
+17	...	...	PUNCT	O	0			ewtb.r.313714.5
+18	for	for	ADP	O	0			ewtb.r.313714.5
+19	6	6	NUM	O	0			ewtb.r.313714.5
+20	weeks	week	NOUN	O	0		n.time	ewtb.r.313714.5
+21	later	later	ADV	O	0			ewtb.r.313714.5
+22	.	.	PUNCT	O	0			ewtb.r.313714.5
+
+1	And	and	CONJ	O	0			ewtb.r.313714.6
+2	worst	worst	ADV	O	0			ewtb.r.313714.6
+3	of	of	ADP	O	0			ewtb.r.313714.6
+4	all	all	DET	O	0			ewtb.r.313714.6
+5	your	your	PRON	O	0			ewtb.r.313714.6
+6	child	child	NOUN	O	0		n.person	ewtb.r.313714.6
+7	feels	feel	VERB	B	0		v.cognition	ewtb.r.313714.6
+8	like	like	ADP	I	7			ewtb.r.313714.6
+9	a	a	DET	I	8			ewtb.r.313714.6
+10	number	number	NOUN	I	9			ewtb.r.313714.6
+11	not	not	PART	O	0			ewtb.r.313714.6
+12	a	a	DET	O	0			ewtb.r.313714.6
+13	patient	patient	NOUN	O	0		n.person	ewtb.r.313714.6
+14	.	.	PUNCT	O	0			ewtb.r.313714.6
+
+1	Go	go	VERB	O	0		v.motion	ewtb.r.313714.7
+2	somewhere	somewhere	ADV	O	0			ewtb.r.313714.7
+3	else	else	ADV	O	0			ewtb.r.313714.7
+4	.	.	PUNCT	O	0			ewtb.r.313714.7
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.314711.1
+2	White	white	PROPN	I	1			ewtb.r.314711.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.314711.1
+4	the	the	DET	O	0			ewtb.r.314711.1
+5	best	best	ADJ	O	0			ewtb.r.314711.1
+6	!	!	PUNCT	O	0			ewtb.r.314711.1
+
+1	AWFUL	awful	ADJ	O	0			ewtb.r.319816.1
+2	SERVICE	service	NOUN	O	0		n.act	ewtb.r.319816.1
+3	!	!	PUNCT	O	0			ewtb.r.319816.1
+
+1	After	after	SCONJ	O	0			ewtb.r.319816.2
+2	happily	happily	ADV	O	0			ewtb.r.319816.2
+3	visiting	visit	VERB	O	0		v.social	ewtb.r.319816.2
+4	Sear's	sear's	PROPN	B	0		n.group	ewtb.r.319816.2
+5	Automotives	automotives	PROPN	I	4			ewtb.r.319816.2
+6	in	in	ADP	O	0			ewtb.r.319816.2
+7	the	the	DET	O	0			ewtb.r.319816.2
+8	past	past	NOUN	O	0		n.time	ewtb.r.319816.2
+9	,	,	PUNCT	O	0			ewtb.r.319816.2
+10	I	i	PRON	O	0			ewtb.r.319816.2
+11	was	be	VERB	O	0		v.stative	ewtb.r.319816.2
+12	shocked	shocked	ADJ	O	0			ewtb.r.319816.2
+13	at	at	ADP	O	0			ewtb.r.319816.2
+14	the	the	DET	O	0			ewtb.r.319816.2
+15	horrible	horrible	ADJ	O	0			ewtb.r.319816.2
+16	service	service	NOUN	O	0		n.act	ewtb.r.319816.2
+17	received	receive	VERB	O	0		v.stative	ewtb.r.319816.2
+18	at	at	ADP	O	0			ewtb.r.319816.2
+19	their	their	PRON	O	0			ewtb.r.319816.2
+20	Greensboro	greensboro	PROPN	O	0		n.location	ewtb.r.319816.2
+21	location	location	NOUN	O	0		n.group	ewtb.r.319816.2
+22	.	.	PUNCT	O	0			ewtb.r.319816.2
+
+1	I	i	PRON	O	0			ewtb.r.319816.3
+2	brought	bring	VERB	B	0		v.motion	ewtb.r.319816.3
+3	my	my	PRON	o	0			ewtb.r.319816.3
+4	car	car	NOUN	o	0		n.artifact	ewtb.r.319816.3
+5	in	in	ADV	I	2			ewtb.r.319816.3
+6	on	on	ADP	O	0			ewtb.r.319816.3
+7	a	a	DET	O	0			ewtb.r.319816.3
+8	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.319816.3
+9	to	to	PART	O	0			ewtb.r.319816.3
+10	replace	replace	VERB	O	0		v.change	ewtb.r.319816.3
+11	a	a	DET	O	0			ewtb.r.319816.3
+12	shredded	shred	VERB	O	0			ewtb.r.319816.3
+13	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.3
+14	.	.	PUNCT	O	0			ewtb.r.319816.3
+
+1	I	i	PRON	O	0			ewtb.r.319816.4
+2	waited	wait	VERB	O	0		v.cognition	ewtb.r.319816.4
+3	about	about	ADV	O	0			ewtb.r.319816.4
+4	20	20	NUM	O	0			ewtb.r.319816.4
+5	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.4
+6	in	in	ADP	O	0			ewtb.r.319816.4
+7	the	the	DET	O	0			ewtb.r.319816.4
+8	store	store	NOUN	O	0		n.group	ewtb.r.319816.4
+9	part	part	NOUN	O	0		n.location	ewtb.r.319816.4
+10	before	before	SCONJ	O	0			ewtb.r.319816.4
+11	anyone	anyone	NOUN	O	0			ewtb.r.319816.4
+12	was	be	VERB	O	0			ewtb.r.319816.4
+13	able	able	ADJ	O	0			ewtb.r.319816.4
+14	to	to	PART	O	0			ewtb.r.319816.4
+15	assist	assist	VERB	O	0		v.social	ewtb.r.319816.4
+16	me	me	PRON	O	0			ewtb.r.319816.4
+17	and	and	CONJ	O	0			ewtb.r.319816.4
+18	was	be	AUX	O	0			ewtb.r.319816.4
+19	then	then	ADV	O	0			ewtb.r.319816.4
+20	told	tell	VERB	O	0		v.communication	ewtb.r.319816.4
+21	to	to	PART	O	0			ewtb.r.319816.4
+22	pull	pull	VERB	O	0		v.motion	ewtb.r.319816.4
+23	my	my	PRON	O	0			ewtb.r.319816.4
+24	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.4
+25	into	into	ADP	O	0			ewtb.r.319816.4
+26	the	the	DET	O	0			ewtb.r.319816.4
+27	shop	shop	NOUN	O	0		n.location	ewtb.r.319816.4
+28	(	(	PUNCT	O	0			ewtb.r.319816.4
+29	that	that	DET	O	0			ewtb.r.319816.4
+30	is	be	VERB	O	0		v.stative	ewtb.r.319816.4
+31	apparently	apparently	ADV	O	0			ewtb.r.319816.4
+32	what	what	PRON	O	0			ewtb.r.319816.4
+33	you	you	PRON	O	0			ewtb.r.319816.4
+34	are	be	AUX	B	0			ewtb.r.319816.4
+35	supposed	suppose	VERB	I	34			ewtb.r.319816.4
+36	to	to	PART	I	35			ewtb.r.319816.4
+37	do	do	VERB	O	0		v.social	ewtb.r.319816.4
+38	,	,	PUNCT	O	0			ewtb.r.319816.4
+39	but	but	CONJ	O	0			ewtb.r.319816.4
+40	the	the	DET	O	0			ewtb.r.319816.4
+41	big	big	ADJ	O	0			ewtb.r.319816.4
+42	signs	sign	NOUN	O	0		n.communication	ewtb.r.319816.4
+43	pointing	point	VERB	O	0		v.communication	ewtb.r.319816.4
+44	you	you	PRON	O	0			ewtb.r.319816.4
+45	that	that	DET	O	0			ewtb.r.319816.4
+46	way	way	NOUN	O	0		n.location	ewtb.r.319816.4
+47	are	be	AUX	O	0		v.stative	ewtb.r.319816.4
+48	for	for	ADP	O	0			ewtb.r.319816.4
+49	some	some	DET	O	0			ewtb.r.319816.4
+50	reason	reason	NOUN	O	0		n.cognition	ewtb.r.319816.4
+51	kept	keep	VERB	O	0		v.stative	ewtb.r.319816.4
+52	inside	inside	ADP	O	0			ewtb.r.319816.4
+53	the	the	DET	O	0			ewtb.r.319816.4
+54	garage	garage	NOUN	O	0		n.location	ewtb.r.319816.4
+55	,	,	PUNCT	O	0			ewtb.r.319816.4
+56	so	so	ADV	O	0			ewtb.r.319816.4
+57	you	you	PRON	O	0			ewtb.r.319816.4
+58	do	do	AUX	O	0			ewtb.r.319816.4
+59	n't	n't	PART	O	0			ewtb.r.319816.4
+60	see	see	VERB	O	0		v.perception	ewtb.r.319816.4
+61	them	them	PRON	O	0			ewtb.r.319816.4
+62	drving	drving	VERB	B	0		v.motion	ewtb.r.319816.4
+63	up	up	ADV	I	62			ewtb.r.319816.4
+64	,	,	PUNCT	O	0			ewtb.r.319816.4
+65	and	and	CONJ	O	0			ewtb.r.319816.4
+66	they	they	PRON	O	0			ewtb.r.319816.4
+67	purposely	purposely	ADV	O	0			ewtb.r.319816.4
+68	block	block	VERB	O	0		v.social	ewtb.r.319816.4
+69	the	the	DET	O	0			ewtb.r.319816.4
+70	front	front	NOUN	O	0		n.location	ewtb.r.319816.4
+71	pull	pull	NOUN	B	0		n.artifact	ewtb.r.319816.4
+72	-	-	PUNCT	I	71			ewtb.r.319816.4
+73	up	up	NOUN	I	72			ewtb.r.319816.4
+74	that	that	DET	O	0			ewtb.r.319816.4
+75	all	all	DET	O	0			ewtb.r.319816.4
+76	other	other	ADJ	O	0			ewtb.r.319816.4
+77	Sear's	sear's	PROPN	O	0		n.group	ewtb.r.319816.4
+78	use	use	VERB	O	0		v.social	ewtb.r.319816.4
+79	)	)	PUNCT	O	0			ewtb.r.319816.4
+80	.	.	PUNCT	O	0			ewtb.r.319816.4
+
+1	Once	once	ADP	O	0			ewtb.r.319816.5
+2	inside	inside	ADV	O	0			ewtb.r.319816.5
+3	,	,	PUNCT	O	0			ewtb.r.319816.5
+4	I	i	PRON	O	0			ewtb.r.319816.5
+5	had	have	VERB	B	0			ewtb.r.319816.5
+6	to	to	PART	I	5			ewtb.r.319816.5
+7	stand	stand	VERB	B	0		v.stative	ewtb.r.319816.5
+8	around	around	ADV	I	7			ewtb.r.319816.5
+9	for	for	ADP	O	0			ewtb.r.319816.5
+10	at	at	ADV	B	0			ewtb.r.319816.5
+11	least	least	ADV	I	10			ewtb.r.319816.5
+12	10	10	NUM	O	0			ewtb.r.319816.5
+13	more	more	ADJ	O	0			ewtb.r.319816.5
+14	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.5
+15	before	before	ADP	O	0			ewtb.r.319816.5
+16	--	--	PUNCT	O	0			ewtb.r.319816.5
+17	FINALLY	finally	ADV	O	0			ewtb.r.319816.5
+18	--	--	PUNCT	O	0			ewtb.r.319816.5
+19	a	a	DET	O	0			ewtb.r.319816.5
+20	technician	technician	ADJ	O	0			ewtb.r.319816.5
+21	got	get	VERB	B	0		v.social	ewtb.r.319816.5
+22	to	to	ADP	I	21			ewtb.r.319816.5
+23	me	me	PRON	O	0			ewtb.r.319816.5
+24	.	.	PUNCT	O	0			ewtb.r.319816.5
+
+1	Once	once	SCONJ	O	0			ewtb.r.319816.6
+2	I	i	PRON	O	0			ewtb.r.319816.6
+3	returned	return	VERB	O	0		v.motion	ewtb.r.319816.6
+4	to	to	PART	O	0			ewtb.r.319816.6
+5	pick	pick	VERB	B	0		v.social	ewtb.r.319816.6
+6	up	up	ADP	I	5			ewtb.r.319816.6
+7	my	my	PRON	O	0			ewtb.r.319816.6
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.6
+9	,	,	PUNCT	O	0			ewtb.r.319816.6
+10	you	you	PRON	O	0			ewtb.r.319816.6
+11	can	can	AUX	O	0			ewtb.r.319816.6
+12	believe	believe	VERB	O	0		v.cognition	ewtb.r.319816.6
+13	I	i	PRON	O	0			ewtb.r.319816.6
+14	spent	spend	VERB	O	0		v.cognition	ewtb.r.319816.6
+15	quite	quite	DET	B	0			ewtb.r.319816.6
+16	a	a	DET	I	15			ewtb.r.319816.6
+17	bit	bit	NOUN	I	16			ewtb.r.319816.6
+18	MORE	more	ADJ	O	0			ewtb.r.319816.6
+19	time	time	NOUN	O	0		n.time	ewtb.r.319816.6
+20	standing	stand	VERB	B	0		v.social	ewtb.r.319816.6
+21	around	around	ADV	I	20			ewtb.r.319816.6
+22	waiting	wait	VERB	O	0		v.social	ewtb.r.319816.6
+23	.	.	PUNCT	O	0			ewtb.r.319816.6
+
+1	I	i	PRON	O	0			ewtb.r.319816.7
+2	had	have	AUX	O	0			ewtb.r.319816.7
+3	wanted	want	VERB	O	0		v.cognition	ewtb.r.319816.7
+4	to	to	PART	O	0			ewtb.r.319816.7
+5	split	split	VERB	O	0		v.stative	ewtb.r.319816.7
+6	the	the	DET	O	0			ewtb.r.319816.7
+7	total	total	NOUN	O	0		n.possession	ewtb.r.319816.7
+8	between	between	ADP	O	0			ewtb.r.319816.7
+9	a	a	DET	O	0			ewtb.r.319816.7
+10	credit	credit	NOUN	B	0		n.possession	ewtb.r.319816.7
+11	card	card	NOUN	I	10			ewtb.r.319816.7
+12	and	and	CONJ	O	0			ewtb.r.319816.7
+13	check	check	NOUN	B	0		n.possession	ewtb.r.319816.7
+14	card	card	NOUN	I	13			ewtb.r.319816.7
+15	since	since	SCONJ	O	0			ewtb.r.319816.7
+16	I	i	PRON	O	0			ewtb.r.319816.7
+17	was	be	AUX	O	0			ewtb.r.319816.7
+18	being	be	AUX	O	0			ewtb.r.319816.7
+19	reimbursed	reimburse	VERB	O	0		v.possession	ewtb.r.319816.7
+20	for	for	ADP	O	0			ewtb.r.319816.7
+21	the	the	DET	O	0			ewtb.r.319816.7
+22	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.7
+23	but	but	CONJ	O	0			ewtb.r.319816.7
+24	was	be	AUX	O	0			ewtb.r.319816.7
+25	told	tell	VERB	O	0		v.communication	ewtb.r.319816.7
+26	this	this	DET	O	0			ewtb.r.319816.7
+27	was	be	VERB	O	0		v.stative	ewtb.r.319816.7
+28	n't	n't	PART	O	0			ewtb.r.319816.7
+29	possible	possible	ADJ	O	0			ewtb.r.319816.7
+30	.	.	PUNCT	O	0			ewtb.r.319816.7
+
+1	Once	once	SCONJ	O	0			ewtb.r.319816.8
+2	I	i	PRON	O	0			ewtb.r.319816.8
+3	actually	actually	ADV	O	0			ewtb.r.319816.8
+4	got	get	VERB	B	0		v.motion	ewtb.r.319816.8
+5	back	back	ADV	o	0			ewtb.r.319816.8
+6	in	in	ADP	I	4			ewtb.r.319816.8
+7	my	my	PRON	O	0			ewtb.r.319816.8
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.8
+9	,	,	PUNCT	O	0			ewtb.r.319816.8
+10	it	it	PRON	O	0			ewtb.r.319816.8
+11	was	be	VERB	O	0		v.stative	ewtb.r.319816.8
+12	dirty	dirty	ADJ	O	0			ewtb.r.319816.8
+13	and	and	CONJ	O	0			ewtb.r.319816.8
+14	had	have	VERB	O	0			ewtb.r.319816.8
+15	grease	grease	NOUN	O	0		n.substance	ewtb.r.319816.8
+16	all	all	ADV	B	0			ewtb.r.319816.8
+17	over	over	ADP	I	16			ewtb.r.319816.8
+18	the	the	DET	O	0			ewtb.r.319816.8
+19	steering	steering	NOUN	B	0		n.artifact	ewtb.r.319816.8
+20	wheel	wheel	NOUN	I	19			ewtb.r.319816.8
+21	.	.	PUNCT	O	0			ewtb.r.319816.8
+
+1	OK	ok	INTJ	O	0			ewtb.r.319816.9
+2	,	,	PUNCT	O	0			ewtb.r.319816.9
+3	one	one	NUM	O	0			ewtb.r.319816.9
+4	bad	bad	ADJ	O	0			ewtb.r.319816.9
+5	experience	experience	NOUN	O	0		n.event	ewtb.r.319816.9
+6	...	...	PUNCT	O	0			ewtb.r.319816.9
+7	fine	fine	INTJ	O	0			ewtb.r.319816.9
+8	.	.	PUNCT	O	0			ewtb.r.319816.9
+
+1	The	the	DET	O	0			ewtb.r.319816.10
+2	following	follow	VERB	O	0			ewtb.r.319816.10
+3	Friday	friday	PROPN	O	0		n.event	ewtb.r.319816.10
+4	,	,	PUNCT	O	0			ewtb.r.319816.10
+5	I	i	PRON	O	0			ewtb.r.319816.10
+6	returned	return	VERB	O	0		v.motion	ewtb.r.319816.10
+7	with	with	ADP	O	0			ewtb.r.319816.10
+8	my	my	PRON	O	0			ewtb.r.319816.10
+9	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.10
+10	to	to	PART	O	0			ewtb.r.319816.10
+11	go	go	VERB	B	0		v.social	ewtb.r.319816.10
+12	ahead	ahead	ADV	I	11			ewtb.r.319816.10
+13	and	and	CONJ	O	0			ewtb.r.319816.10
+14	replace	replace	VERB	O	0		v.change	ewtb.r.319816.10
+15	the	the	DET	O	0			ewtb.r.319816.10
+16	other	other	ADJ	O	0			ewtb.r.319816.10
+17	3	3	NUM	O	0			ewtb.r.319816.10
+18	tires	tire	NOUN	O	0		n.artifact	ewtb.r.319816.10
+19	,	,	PUNCT	O	0			ewtb.r.319816.10
+20	which	which	DET	O	0			ewtb.r.319816.10
+21	were	be	VERB	O	0		v.stative	ewtb.r.319816.10
+22	worn	worn	ADJ	O	0			ewtb.r.319816.10
+23	.	.	PUNCT	O	0			ewtb.r.319816.10
+
+1	I	i	PRON	O	0			ewtb.r.105518.2
+2	adopted	adopt	VERB	O	0		v.social	ewtb.r.105518.2
+3	a	a	DET	O	0			ewtb.r.105518.2
+4	3.5	3.5	NUM	O	0			ewtb.r.105518.2
+5	month	month	NOUN	B	0		n.attribute	ewtb.r.105518.2
+6	old	old	ADJ	I	5			ewtb.r.105518.2
+7	yellow	yellow	ADJ	B	0		n.animal	ewtb.r.105518.2
+8	lab	lab	NOUN	I	7			ewtb.r.105518.2
+9	last	last	ADJ	O	0			ewtb.r.105518.2
+10	winter	winter	NOUN	O	0		n.time	ewtb.r.105518.2
+11	from	from	ADP	O	0			ewtb.r.105518.2
+12	the	the	DET	O	0			ewtb.r.105518.2
+13	Dumb	dumb	PROPN	B	0		n.group	ewtb.r.105518.2
+14	Friends	friends	PROPN	I	13			ewtb.r.105518.2
+15	League	league	PROPN	I	14			ewtb.r.105518.2
+16	.	.	PUNCT	O	0			ewtb.r.105518.2
+
+1	I	i	PRON	O	0			ewtb.r.003418.9
+2	eventually	eventually	ADV	O	0			ewtb.r.003418.9
+3	decided	decide	VERB	O	0		v.cognition	ewtb.r.003418.9
+4	to	to	PART	O	0			ewtb.r.003418.9
+5	just	just	ADV	O	0			ewtb.r.003418.9
+6	pay	pay	VERB	O	0		v.possession	ewtb.r.003418.9
+7	the	the	DET	O	0			ewtb.r.003418.9
+8	balance	balance	NOUN	O	0		n.possession	ewtb.r.003418.9
+9	even	even	ADV	B	0			ewtb.r.003418.9
+10	though	though	SCONJ	I	9			ewtb.r.003418.9
+11	the	the	DET	O	0			ewtb.r.003418.9
+12	doctor	doctor	NOUN	O	0		n.person	ewtb.r.003418.9
+13	has	have	AUX	O	0			ewtb.r.003418.9
+14	already	already	ADV	O	0			ewtb.r.003418.9
+15	been	be	AUX	O	0			ewtb.r.003418.9
+16	paid	pay	VERB	O	0		v.possession	ewtb.r.003418.9
+17	,	,	PUNCT	O	0			ewtb.r.003418.9
+18	but	but	CONJ	O	0			ewtb.r.003418.9
+19	now	now	ADV	O	0			ewtb.r.003418.9
+20	the	the	DET	O	0			ewtb.r.003418.9
+21	collection	collection	NOUN	B	0		n.group	ewtb.r.003418.9
+22	agency	agency	NOUN	I	21			ewtb.r.003418.9
+23	is	be	AUX	O	0			ewtb.r.003418.9
+24	trying	try	VERB	B	0		v.communication	ewtb.r.003418.9
+25	to	to	PART	I	24			ewtb.r.003418.9
+26	say	say	VERB	I	25			ewtb.r.003418.9
+27	another	another	DET	O	0			ewtb.r.003418.9
+28	reversal	reversal	NOUN	O	0		n.event	ewtb.r.003418.9
+29	of	of	ADP	O	0			ewtb.r.003418.9
+30	$	$	SYM	O	0			ewtb.r.003418.9
+31	160.00	160.00	NUM	O	0			ewtb.r.003418.9
+32	has	have	AUX	O	0			ewtb.r.003418.9
+33	come	come	VERB	B	0		v.stative	ewtb.r.003418.9
+34	through	through	ADV	I	33			ewtb.r.003418.9
+35	.	.	PUNCT	O	0			ewtb.r.003418.9
+
+1	Very	very	ADV	O	0			ewtb.r.025516.1
+2	friendly	friendly	ADJ	O	0			ewtb.r.025516.1
+3	people	person	NOUN	O	0		n.group	ewtb.r.025516.1
+4	offering	offer	VERB	O	0		v.social	ewtb.r.025516.1
+5	a	a	DET	O	0			ewtb.r.025516.1
+6	brilliant	brilliant	ADJ	O	0			ewtb.r.025516.1
+7	service	service	NOUN	O	0		n.group	ewtb.r.025516.1
+8	.	.	PUNCT	O	0			ewtb.r.025516.1
+
+1	Cj	cj	PROPN	O	0		n.person	ewtb.r.029218.3
+2	and	and	CONJ	B	0		n.group	ewtb.r.029218.3
+3	company	company	NOUN	I	2			ewtb.r.029218.3
+4	did	do	VERB	O	0		v.social	ewtb.r.029218.3
+5	all	all	DET	O	0			ewtb.r.029218.3
+6	that	that	DET	O	0			ewtb.r.029218.3
+7	we	we	PRON	O	0			ewtb.r.029218.3
+8	ask	ask	VERB	O	0		v.communication	ewtb.r.029218.3
+9	and	and	CONJ	O	0			ewtb.r.029218.3
+10	10	10	NUM	O	0			ewtb.r.029218.3
+11	times	times	NOUN	O	0		n.relation	ewtb.r.029218.3
+12	more	more	ADJ	O	0			ewtb.r.029218.3
+13	.	.	PUNCT	O	0			ewtb.r.029218.3
+
+1	He	he	PRON	O	0			ewtb.r.034313.3
+2	cross	cross	VERB	B	0		v.social	ewtb.r.034313.3
+3	examined	examine	VERB	I	2			ewtb.r.034313.3
+4	witnesses	witness	NOUN	O	0		n.person	ewtb.r.034313.3
+5	relentlessly	relentlessly	ADV	O	0			ewtb.r.034313.3
+6	and	and	CONJ	O	0			ewtb.r.034313.3
+7	had	have	VERB	O	0		v.stative	ewtb.r.034313.3
+8	them	them	PRON	O	0			ewtb.r.034313.3
+9	break	break	VERB	B	0		v.cognition	ewtb.r.034313.3
+10	down	down	ADP	I	9			ewtb.r.034313.3
+11	and	and	CONJ	I	10			ewtb.r.034313.3
+12	tell	tell	VERB	B	0		v.communication	ewtb.r.034313.3
+13	the	the	DET	I	12			ewtb.r.034313.3
+14	truth	truth	NOUN	I	13			ewtb.r.034313.3
+15	.	.	PUNCT	O	0			ewtb.r.034313.3
+
+1	I	i	PRON	O	0			ewtb.r.319816.11
+2	would	would	AUX	O	0			ewtb.r.319816.11
+3	not	not	PART	O	0			ewtb.r.319816.11
+4	have	have	AUX	O	0			ewtb.r.319816.11
+5	gone	go	VERB	O	0		v.motion	ewtb.r.319816.11
+6	back	back	ADV	O	0			ewtb.r.319816.11
+7	,	,	PUNCT	O	0			ewtb.r.319816.11
+8	but	but	CONJ	O	0			ewtb.r.319816.11
+9	I	i	PRON	O	0			ewtb.r.319816.11
+10	could	could	AUX	O	0			ewtb.r.319816.11
+11	n't	n't	PART	O	0			ewtb.r.319816.11
+12	find	find	VERB	O	0		v.cognition	ewtb.r.319816.11
+13	the	the	DET	O	0			ewtb.r.319816.11
+14	particular	particular	ADJ	O	0			ewtb.r.319816.11
+15	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.11
+16	they	they	PRON	O	0			ewtb.r.319816.11
+17	'd	'd	AUX	O	0			ewtb.r.319816.11
+18	used	use	VERB	O	0		v.contact	ewtb.r.319816.11
+19	in	in	ADP	B	0			ewtb.r.319816.11
+20	stock	stock	NOUN	I	19			ewtb.r.319816.11
+21	anywhere	anywhere	ADV	O	0			ewtb.r.319816.11
+22	else	else	ADV	O	0			ewtb.r.319816.11
+23	.	.	PUNCT	O	0			ewtb.r.319816.11
+
+1	Once	once	ADV	B	0			ewtb.r.319816.12
+2	again	again	ADV	I	1			ewtb.r.319816.12
+3	,	,	PUNCT	O	0			ewtb.r.319816.12
+4	I	i	PRON	O	0			ewtb.r.319816.12
+5	waited	wait	VERB	O	0		v.cognition	ewtb.r.319816.12
+6	for	for	ADP	O	0			ewtb.r.319816.12
+7	quite	quite	DET	O	0			ewtb.r.319816.12
+8	a	a	DET	B	0			ewtb.r.319816.12
+9	bit	bit	NOUN	I	8			ewtb.r.319816.12
+10	before	before	SCONJ	O	0			ewtb.r.319816.12
+11	being	be	AUX	O	0			ewtb.r.319816.12
+12	attended	attend	VERB	B	0		v.social	ewtb.r.319816.12
+13	to	to	ADP	I	12			ewtb.r.319816.12
+14	.	.	PUNCT	O	0			ewtb.r.319816.12
+
+1	I	i	PRON	O	0			ewtb.r.319816.13
+2	got	get	VERB	O	0		v.stative	ewtb.r.319816.13
+3	the	the	DET	O	0			ewtb.r.319816.13
+4	order	order	NOUN	O	0		n.communication	ewtb.r.319816.13
+5	completed	complete	VERB	O	0		v.stative	ewtb.r.319816.13
+6	,	,	PUNCT	O	0			ewtb.r.319816.13
+7	and	and	CONJ	O	0			ewtb.r.319816.13
+8	then	then	ADV	O	0			ewtb.r.319816.13
+9	questioned	question	VERB	O	0		v.communication	ewtb.r.319816.13
+10	the	the	DET	O	0			ewtb.r.319816.13
+11	technician	technician	NOUN	O	0		n.person	ewtb.r.319816.13
+12	since	since	SCONJ	O	0			ewtb.r.319816.13
+13	it	it	PRON	O	0			ewtb.r.319816.13
+14	came	come	VERB	B	0		v.stative	ewtb.r.319816.13
+15	out	out	ADV	I	14			ewtb.r.319816.13
+16	about	about	ADV	O	0			ewtb.r.319816.13
+17	$	$	SYM	O	0			ewtb.r.319816.13
+18	40	40	NUM	O	0			ewtb.r.319816.13
+19	less	less	ADJ	B	0			ewtb.r.319816.13
+20	than	than	SCONJ	I	19			ewtb.r.319816.13
+21	I	i	PRON	O	0			ewtb.r.319816.13
+22	expected	expect	VERB	O	0		v.cognition	ewtb.r.319816.13
+23	.	.	PUNCT	O	0			ewtb.r.319816.13
+
+1	He	he	PRON	O	0			ewtb.r.319816.14
+2	said	say	VERB	O	0		v.communication	ewtb.r.319816.14
+3	it	it	PRON	O	0			ewtb.r.319816.14
+4	was	be	VERB	O	0		v.stative	ewtb.r.319816.14
+5	the	the	DET	O	0			ewtb.r.319816.14
+6	same	same	ADJ	O	0			ewtb.r.319816.14
+7	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.14
+8	,	,	PUNCT	O	0			ewtb.r.319816.14
+9	and	and	CONJ	O	0			ewtb.r.319816.14
+10	verified	verify	VERB	O	0		v.stative	ewtb.r.319816.14
+11	this	this	DET	O	0			ewtb.r.319816.14
+12	,	,	PUNCT	O	0			ewtb.r.319816.14
+13	after	after	SCONJ	O	0			ewtb.r.319816.14
+14	checking	check	VERB	O	0		v.cognition	ewtb.r.319816.14
+15	both	both	CONJ	O	0			ewtb.r.319816.14
+16	the	the	DET	O	0			ewtb.r.319816.14
+17	actual	actual	ADJ	O	0			ewtb.r.319816.14
+18	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.14
+19	on	on	ADP	O	0			ewtb.r.319816.14
+20	my	my	PRON	O	0			ewtb.r.319816.14
+21	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.14
+22	and	and	CONJ	O	0			ewtb.r.319816.14
+23	my	my	PRON	O	0			ewtb.r.319816.14
+24	service	service	NOUN	B	0		n.communication	ewtb.r.319816.14
+25	papers	papers	NOUN	I	24			ewtb.r.319816.14
+26	from	from	ADP	O	0			ewtb.r.319816.14
+27	earlier	earlier	ADV	O	0			ewtb.r.319816.14
+28	in	in	ADP	O	0			ewtb.r.319816.14
+29	the	the	DET	O	0			ewtb.r.319816.14
+30	week	week	NOUN	O	0		n.time	ewtb.r.319816.14
+31	.	.	PUNCT	O	0			ewtb.r.319816.14
+
+1	However	however	ADV	O	0			ewtb.r.319816.15
+2	,	,	PUNCT	O	0			ewtb.r.319816.15
+3	when	when	ADV	O	0			ewtb.r.319816.15
+4	he	he	PRON	O	0			ewtb.r.319816.15
+5	printed	print	VERB	B	0		v.communication	ewtb.r.319816.15
+6	out	out	ADP	I	5			ewtb.r.319816.15
+7	the	the	DET	O	0			ewtb.r.319816.15
+8	service	service	NOUN	O	0		n.act	ewtb.r.319816.15
+9	quote	quote	NOUN	O	0		n.possession	ewtb.r.319816.15
+10	,	,	PUNCT	O	0			ewtb.r.319816.15
+11	I	i	PRON	O	0			ewtb.r.319816.15
+12	could	could	AUX	O	0			ewtb.r.319816.15
+13	see	see	VERB	O	0		v.perception	ewtb.r.319816.15
+14	that	that	SCONJ	O	0			ewtb.r.319816.15
+15	it	it	PRON	O	0			ewtb.r.319816.15
+16	was	be	VERB	O	0		v.stative	ewtb.r.319816.15
+17	NOT	not	PART	O	0			ewtb.r.319816.15
+18	the	the	DET	O	0			ewtb.r.319816.15
+19	correct	correct	ADJ	O	0			ewtb.r.319816.15
+20	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.15
+21	,	,	PUNCT	O	0			ewtb.r.319816.15
+22	and	and	CONJ	O	0			ewtb.r.319816.15
+23	was	be	VERB	O	0		v.stative	ewtb.r.319816.15
+24	not	not	PART	O	0			ewtb.r.319816.15
+25	even	even	ADV	O	0			ewtb.r.319816.15
+26	an	an	DET	O	0			ewtb.r.319816.15
+27	appropriate	appropriate	ADJ	O	0			ewtb.r.319816.15
+28	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.15
+29	for	for	ADP	O	0			ewtb.r.319816.15
+30	my	my	PRON	O	0			ewtb.r.319816.15
+31	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.15
+32	model	model	NOUN	O	0		n.attribute	ewtb.r.319816.15
+33	.	.	PUNCT	O	0			ewtb.r.319816.15
+
+1	So	so	ADV	O	0			ewtb.r.319816.16
+2	I	i	PRON	O	0			ewtb.r.319816.16
+3	pointed	point	VERB	B	0		v.cognition	ewtb.r.319816.16
+4	this	this	DET	o	0			ewtb.r.319816.16
+5	out	out	ADP	I	3			ewtb.r.319816.16
+6	to	to	ADP	O	0			ewtb.r.319816.16
+7	him	him	PRON	O	0			ewtb.r.319816.16
+8	,	,	PUNCT	O	0			ewtb.r.319816.16
+9	at	at	ADP	B	0			ewtb.r.319816.16
+10	which	which	DET	I	9			ewtb.r.319816.16
+11	point	point	NOUN	I	10			ewtb.r.319816.16
+12	he	he	PRON	O	0			ewtb.r.319816.16
+13	said	say	VERB	O	0		v.communication	ewtb.r.319816.16
+14	they	they	PRON	O	0			ewtb.r.319816.16
+15	only	only	ADV	O	0			ewtb.r.319816.16
+16	had	have	VERB	O	0		v.stative	ewtb.r.319816.16
+17	one	one	NUM	O	0			ewtb.r.319816.16
+18	of	of	ADP	O	0			ewtb.r.319816.16
+19	the	the	DET	O	0			ewtb.r.319816.16
+20	correct	correct	ADJ	O	0			ewtb.r.319816.16
+21	tires	tire	NOUN	O	0		n.artifact	ewtb.r.319816.16
+22	in	in	ADP	B	0			ewtb.r.319816.16
+23	stock	stock	NOUN	I	22			ewtb.r.319816.16
+24	.	.	PUNCT	O	0			ewtb.r.319816.16
+
+1	Ok	ok	INTJ	O	0			ewtb.r.319816.17
+2	--	--	PUNCT	O	0			ewtb.r.319816.17
+3	fine	fine	INTJ	O	0			ewtb.r.319816.17
+4	.	.	PUNCT	O	0			ewtb.r.319816.17
+
+1	So	so	ADV	O	0			ewtb.r.319816.18
+2	I	i	PRON	O	0			ewtb.r.319816.18
+3	got	get	VERB	O	0		v.social	ewtb.r.319816.18
+4	just	just	ADV	O	0			ewtb.r.319816.18
+5	my	my	PRON	O	0			ewtb.r.319816.18
+6	other	other	ADJ	O	0			ewtb.r.319816.18
+7	rear	rear	ADJ	O	0			ewtb.r.319816.18
+8	tire	tire	NOUN	O	0		n.artifact	ewtb.r.319816.18
+9	replaced	replace	VERB	O	0		v.change	ewtb.r.319816.18
+10	.	.	PUNCT	O	0			ewtb.r.319816.18
+
+1	They	they	PRON	O	0			ewtb.r.319816.19
+2	promised	promise	VERB	O	0		v.communication	ewtb.r.319816.19
+3	it	it	PRON	O	0			ewtb.r.319816.19
+4	'd	'd	AUX	O	0			ewtb.r.319816.19
+5	be	be	AUX	O	0			ewtb.r.319816.19
+6	done	do	VERB	O	0		v.stative	ewtb.r.319816.19
+7	within	within	ADP	O	0			ewtb.r.319816.19
+8	an	an	DET	O	0			ewtb.r.319816.19
+9	hour	hour	NOUN	O	0		n.time	ewtb.r.319816.19
+10	,	,	PUNCT	O	0			ewtb.r.319816.19
+11	so	so	ADV	O	0			ewtb.r.319816.19
+12	I	i	PRON	O	0			ewtb.r.319816.19
+13	waited	wait	VERB	O	0		v.stative	ewtb.r.319816.19
+14	in	in	ADP	O	0			ewtb.r.319816.19
+15	the	the	DET	O	0			ewtb.r.319816.19
+16	lobby	lobby	NOUN	O	0		n.location	ewtb.r.319816.19
+17	.	.	PUNCT	O	0			ewtb.r.319816.19
+
+1	Over	over	ADP	O	0			ewtb.r.319816.20
+2	two	two	NUM	O	0			ewtb.r.319816.20
+3	hours	hours	NOUN	O	0		n.time	ewtb.r.319816.20
+4	later	later	ADV	O	0			ewtb.r.319816.20
+5	(	(	PUNCT	O	0			ewtb.r.319816.20
+6	and	and	CONJ	O	0			ewtb.r.319816.20
+7	ten	ten	NUM	O	0			ewtb.r.319816.20
+8	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.20
+9	before	before	SCONJ	O	0			ewtb.r.319816.20
+10	they	they	PRON	O	0			ewtb.r.319816.20
+11	closed	close	VERB	O	0		v.change	ewtb.r.319816.20
+12	)	)	PUNCT	O	0			ewtb.r.319816.20
+13	my	my	PRON	O	0			ewtb.r.319816.20
+14	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.20
+15	was	be	AUX	O	0			ewtb.r.319816.20
+16	finally	finally	ADV	O	0			ewtb.r.319816.20
+17	finished	finish	VERB	O	0		v.change	ewtb.r.319816.20
+18	.	.	PUNCT	O	0			ewtb.r.319816.20
+
+1	A	a	DET	B	0			ewtb.r.319816.21
+2	few	few	ADJ	I	1			ewtb.r.319816.21
+3	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.21
+4	after	after	SCONJ	O	0			ewtb.r.319816.21
+5	I	i	PRON	O	0			ewtb.r.319816.21
+6	left	leave	VERB	O	0		v.motion	ewtb.r.319816.21
+7	,	,	PUNCT	O	0			ewtb.r.319816.21
+8	I	i	PRON	O	0			ewtb.r.319816.21
+9	was	be	AUX	O	0			ewtb.r.319816.21
+10	called	call	VERB	O	0		v.communication	ewtb.r.319816.21
+11	and	and	CONJ	O	0			ewtb.r.319816.21
+12	informed	inform	VERB	O	0		v.communication	ewtb.r.319816.21
+13	that	that	SCONJ	O	0			ewtb.r.319816.21
+14	"	"	PUNCT	O	0			ewtb.r.319816.21
+15	I	i	PRON	O	0			ewtb.r.319816.21
+16	"	"	PUNCT	O	0			ewtb.r.319816.21
+17	left	leave	VERB	O	0		v.motion	ewtb.r.319816.21
+18	my	my	PRON	O	0			ewtb.r.319816.21
+19	wheel	wheel	NOUN	B	0		n.artifact	ewtb.r.319816.21
+20	lock	lock	NOUN	I	19			ewtb.r.319816.21
+21	(	(	PUNCT	O	0			ewtb.r.319816.21
+22	which	which	DET	O	0			ewtb.r.319816.21
+23	they	they	PRON	O	0			ewtb.r.319816.21
+24	should	should	AUX	O	0			ewtb.r.319816.21
+25	have	have	AUX	O	0			ewtb.r.319816.21
+26	left	leave	VERB	O	0		v.motion	ewtb.r.319816.21
+27	in	in	ADP	O	0			ewtb.r.319816.21
+28	the	the	DET	O	0			ewtb.r.319816.21
+29	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.21
+30	)	)	PUNCT	O	0			ewtb.r.319816.21
+31	.	.	PUNCT	O	0			ewtb.r.319816.21
+
+1	Of	of	ADV	B	0			ewtb.r.319816.22
+2	course	course	ADV	I	1			ewtb.r.319816.22
+3	,	,	PUNCT	O	0			ewtb.r.319816.22
+4	they	they	PRON	O	0			ewtb.r.319816.22
+5	would	would	AUX	O	0			ewtb.r.319816.22
+6	be	be	AUX	O	0			ewtb.r.319816.22
+7	closing	close	VERB	O	0		v.change	ewtb.r.319816.22
+8	in	in	ADP	O	0			ewtb.r.319816.22
+9	5	5	NUM	O	0			ewtb.r.319816.22
+10	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.22
+11	,	,	PUNCT	O	0			ewtb.r.319816.22
+12	so	so	ADV	O	0			ewtb.r.319816.22
+13	I	i	PRON	O	0			ewtb.r.319816.22
+14	would	would	AUX	O	0			ewtb.r.319816.22
+15	have	have	VERB	B	0			ewtb.r.319816.22
+16	to	to	PART	I	15			ewtb.r.319816.22
+17	hurry	hurry	VERB	B	0		v.stative	ewtb.r.319816.22
+18	up	up	ADP	I	17			ewtb.r.319816.22
+19	or	or	CONJ	O	0			ewtb.r.319816.22
+20	get	get	VERB	O	0		v.stative	ewtb.r.319816.22
+21	it	it	PRON	O	0			ewtb.r.319816.22
+22	the	the	DET	O	0			ewtb.r.319816.22
+23	next	next	ADJ	O	0			ewtb.r.319816.22
+24	day	day	NOUN	O	0		n.time	ewtb.r.319816.22
+25	.	.	PUNCT	O	0			ewtb.r.319816.22
+
+1	Of	of	ADV	B	0			ewtb.r.319816.23
+2	course	course	ADV	I	1			ewtb.r.319816.23
+3	I	i	PRON	O	0			ewtb.r.319816.23
+4	could	could	AUX	O	0			ewtb.r.319816.23
+5	n't	n't	PART	O	0			ewtb.r.319816.23
+6	make	make	VERB	B	0		v.motion	ewtb.r.319816.23
+7	it	it	PRON	I	6			ewtb.r.319816.23
+8	back	back	ADV	O	0			ewtb.r.319816.23
+9	in	in	ADP	B	0			ewtb.r.319816.23
+10	time	time	NOUN	I	9			ewtb.r.319816.23
+11	(	(	PUNCT	O	0			ewtb.r.319816.23
+12	and	and	CONJ	O	0			ewtb.r.319816.23
+13	they	they	PRON	O	0			ewtb.r.319816.23
+14	apparently	apparently	ADV	O	0			ewtb.r.319816.23
+15	could	could	AUX	O	0			ewtb.r.319816.23
+16	not	not	PART	O	0			ewtb.r.319816.23
+17	stay	stay	VERB	O	0		v.stative	ewtb.r.319816.23
+18	5	5	NUM	O	0			ewtb.r.319816.23
+19	extra	extra	ADJ	O	0			ewtb.r.319816.23
+20	minutes	minutes	NOUN	O	0		n.time	ewtb.r.319816.23
+21	to	to	PART	O	0			ewtb.r.319816.23
+22	wait	wait	VERB	O	0		v.social	ewtb.r.319816.23
+23	for	for	ADP	O	0			ewtb.r.319816.23
+24	me	me	PRON	O	0			ewtb.r.319816.23
+25	)	)	PUNCT	O	0			ewtb.r.319816.23
+26	.	.	PUNCT	O	0			ewtb.r.319816.23
+
+1	The	the	DET	O	0			ewtb.r.319816.24
+2	next	next	ADJ	O	0			ewtb.r.319816.24
+3	day	day	NOUN	O	0		n.time	ewtb.r.319816.24
+4	,	,	PUNCT	O	0			ewtb.r.319816.24
+5	no	no	DET	O	0			ewtb.r.319816.24
+6	one	one	NOUN	O	0			ewtb.r.319816.24
+7	could	could	AUX	O	0			ewtb.r.319816.24
+8	find	find	VERB	O	0		v.cognition	ewtb.r.319816.24
+9	my	my	PRON	O	0			ewtb.r.319816.24
+10	wheel	wheel	NOUN	B	0		n.artifact	ewtb.r.319816.24
+11	lock	lock	NOUN	I	10			ewtb.r.319816.24
+12	and	and	CONJ	O	0			ewtb.r.319816.24
+13	that	that	DET	O	0			ewtb.r.319816.24
+14	particular	particular	ADJ	O	0			ewtb.r.319816.24
+15	technician	technician	NOUN	O	0		n.person	ewtb.r.319816.24
+16	was	be	VERB	B	0		v.stative	ewtb.r.319816.24
+17	not	not	PART	o	0			ewtb.r.319816.24
+18	in	in	ADV	I	16			ewtb.r.319816.24
+19	.	.	PUNCT	O	0			ewtb.r.319816.24
+
+1	Of	of	ADV	B	0			ewtb.r.319816.25
+2	course	course	ADV	I	1			ewtb.r.319816.25
+3	,	,	PUNCT	O	0			ewtb.r.319816.25
+4	they	they	PRON	O	0			ewtb.r.319816.25
+5	could	could	AUX	O	0			ewtb.r.319816.25
+6	n't	n't	PART	O	0			ewtb.r.319816.25
+7	call	call	VERB	O	0		v.communication	ewtb.r.319816.25
+8	him	him	PRON	O	0			ewtb.r.319816.25
+9	either	either	ADV	O	0			ewtb.r.319816.25
+10	to	to	PART	O	0			ewtb.r.319816.25
+11	ask	ask	VERB	O	0		v.communication	ewtb.r.319816.25
+12	about	about	ADP	O	0			ewtb.r.319816.25
+13	it	it	PRON	O	0			ewtb.r.319816.25
+14	because	because	SCONJ	O	0			ewtb.r.319816.25
+15	apparently	apparently	ADV	O	0			ewtb.r.319816.25
+16	they	they	PRON	O	0			ewtb.r.319816.25
+17	do	do	AUX	O	0			ewtb.r.319816.25
+18	n't	n't	PART	O	0			ewtb.r.319816.25
+19	keep	keep	VERB	O	0		v.stative	ewtb.r.319816.25
+20	their	their	PRON	O	0			ewtb.r.319816.25
+21	employees	employee	NOUN	O	0		n.group	ewtb.r.319816.25
+22	'	'	PART	O	0			ewtb.r.319816.25
+23	phone	phone	NOUN	B	0		n.communication	ewtb.r.319816.25
+24	numbers	numbers	NOUN	I	23			ewtb.r.319816.25
+25	(	(	PUNCT	O	0			ewtb.r.319816.25
+26	riiight	riiight	INTJ	O	0			ewtb.r.319816.25
+27	)	)	PUNCT	O	0			ewtb.r.319816.25
+28	,	,	PUNCT	O	0			ewtb.r.319816.25
+29	so	so	ADV	O	0			ewtb.r.319816.25
+30	I	i	PRON	O	0			ewtb.r.319816.25
+31	would	would	AUX	O	0			ewtb.r.319816.25
+32	have	have	VERB	B	0			ewtb.r.319816.25
+33	to	to	PART	I	32			ewtb.r.319816.25
+34	return	return	VERB	O	0		v.motion	ewtb.r.319816.25
+35	on	on	ADP	O	0			ewtb.r.319816.25
+36	Monday	monday	PROPN	O	0		n.time	ewtb.r.319816.25
+37	(	(	PUNCT	O	0			ewtb.r.319816.25
+38	driving	drive	VERB	O	0		v.motion	ewtb.r.319816.25
+39	for	for	ADP	O	0			ewtb.r.319816.25
+40	3	3	NUM	O	0			ewtb.r.319816.25
+41	days	days	NOUN	O	0		n.time	ewtb.r.319816.25
+42	now	now	ADV	O	0			ewtb.r.319816.25
+43	with	with	ADP	O	0			ewtb.r.319816.25
+44	no	no	DET	O	0			ewtb.r.319816.25
+45	wheel	wheel	NOUN	B	0		n.artifact	ewtb.r.319816.25
+46	lock	lock	NOUN	I	45			ewtb.r.319816.25
+47	should	should	AUX	O	0			ewtb.r.319816.25
+48	I	i	PRON	O	0			ewtb.r.319816.25
+49	get	get	VERB	B	0		v.stative	ewtb.r.319816.25
+50	a	a	DET	I	49			ewtb.r.319816.25
+51	flat	flat	NOUN	I	50			ewtb.r.319816.25
+52	)	)	PUNCT	O	0			ewtb.r.319816.25
+53	.	.	PUNCT	O	0			ewtb.r.319816.25
+
+1	On	on	ADP	O	0			ewtb.r.319816.26
+2	Monday	monday	PROPN	O	0		n.time	ewtb.r.319816.26
+3	I	i	PRON	O	0			ewtb.r.319816.26
+4	called	call	VERB	O	0		v.communication	ewtb.r.319816.26
+5	and	and	CONJ	O	0			ewtb.r.319816.26
+6	again	again	ADV	O	0			ewtb.r.319816.26
+7	it	it	PRON	O	0			ewtb.r.319816.26
+8	was	be	VERB	O	0		v.stative	ewtb.r.319816.26
+9	a	a	DET	B	0		n.cognition	ewtb.r.319816.26
+10	big	big	ADJ	o	0			ewtb.r.319816.26
+11	to	to	NOUN	I	9			ewtb.r.319816.26
+12	-	-	PUNCT	I	11			ewtb.r.319816.26
+13	do	do	NOUN	I	12			ewtb.r.319816.26
+14	to	to	PART	O	0			ewtb.r.319816.26
+15	find	find	VERB	O	0		v.cognition	ewtb.r.319816.26
+16	anyone	anyone	NOUN	O	0			ewtb.r.319816.26
+17	who	who	PRON	O	0			ewtb.r.319816.26
+18	knew	know	VERB	O	0		v.cognition	ewtb.r.319816.26
+19	anything	anything	NOUN	O	0			ewtb.r.319816.26
+20	about	about	ADP	O	0			ewtb.r.319816.26
+21	it	it	PRON	O	0			ewtb.r.319816.26
+22	.	.	PUNCT	O	0			ewtb.r.319816.26
+
+1	Supposedly	supposedly	ADV	O	0			ewtb.r.319816.27
+2	they	they	PRON	O	0			ewtb.r.319816.27
+3	will	will	AUX	O	0			ewtb.r.319816.27
+4	be	be	AUX	O	0			ewtb.r.319816.27
+5	holding	hold	VERB	O	0		v.stative	ewtb.r.319816.27
+6	it	it	PRON	O	0			ewtb.r.319816.27
+7	for	for	ADP	O	0			ewtb.r.319816.27
+8	me	me	PRON	O	0			ewtb.r.319816.27
+9	this	this	DET	O	0			ewtb.r.319816.27
+10	evening	evening	NOUN	O	0		n.event	ewtb.r.319816.27
+11	,	,	PUNCT	O	0			ewtb.r.319816.27
+12	but	but	CONJ	O	0			ewtb.r.319816.27
+13	I	i	PRON	O	0			ewtb.r.319816.27
+14	'm	'm	VERB	O	0		v.stative	ewtb.r.319816.27
+15	sure	sure	ADJ	O	0			ewtb.r.319816.27
+16	that	that	DET	O	0			ewtb.r.319816.27
+17	will	will	AUX	O	0			ewtb.r.319816.27
+18	also	also	ADV	O	0			ewtb.r.319816.27
+19	be	be	VERB	O	0		v.stative	ewtb.r.319816.27
+20	a	a	DET	O	0			ewtb.r.319816.27
+21	huge	huge	ADJ	O	0			ewtb.r.319816.27
+22	ordeal	ordeal	NOUN	O	0		n.cognition	ewtb.r.319816.27
+23	.	.	PUNCT	O	0			ewtb.r.319816.27
+
+1	The	the	DET	O	0			ewtb.r.319816.28
+2	employees	employee	NOUN	O	0		n.group	ewtb.r.319816.28
+3	at	at	ADP	O	0			ewtb.r.319816.28
+4	this	this	DET	O	0			ewtb.r.319816.28
+5	Sear's	sear's	PROPN	O	0		n.group	ewtb.r.319816.28
+6	are	be	VERB	O	0		v.stative	ewtb.r.319816.28
+7	completely	completely	ADV	O	0			ewtb.r.319816.28
+8	apathetic	apathetic	ADJ	O	0			ewtb.r.319816.28
+9	and	and	CONJ	O	0			ewtb.r.319816.28
+10	there	there	PRON	O	0			ewtb.r.319816.28
+11	did	do	AUX	O	0			ewtb.r.319816.28
+12	n't	n't	PART	O	0			ewtb.r.319816.28
+13	seem	seem	VERB	O	0		v.cognition	ewtb.r.319816.28
+14	to	to	PART	O	0			ewtb.r.319816.28
+15	be	be	VERB	O	0		v.stative	ewtb.r.319816.28
+16	any	any	DET	O	0			ewtb.r.319816.28
+17	sort	sort	NOUN	O	0		n.cognition	ewtb.r.319816.28
+18	of	of	ADP	O	0			ewtb.r.319816.28
+19	management	management	NOUN	O	0		n.group	ewtb.r.319816.28
+20	that	that	DET	O	0			ewtb.r.319816.28
+21	I	i	PRON	O	0			ewtb.r.319816.28
+22	could	could	AUX	O	0			ewtb.r.319816.28
+23	see	see	VERB	O	0		v.perception	ewtb.r.319816.28
+24	.	.	PUNCT	O	0			ewtb.r.319816.28
+
+1	I	i	PRON	O	0			ewtb.r.319816.29
+2	will	will	AUX	O	0			ewtb.r.319816.29
+3	never	never	ADV	O	0			ewtb.r.319816.29
+4	return	return	VERB	O	0		v.motion	ewtb.r.319816.29
+5	there	there	ADV	O	0			ewtb.r.319816.29
+6	again	again	ADV	O	0			ewtb.r.319816.29
+7	(	(	PUNCT	O	0			ewtb.r.319816.29
+8	and	and	CONJ	O	0			ewtb.r.319816.29
+9	now	now	ADV	O	0			ewtb.r.319816.29
+10	have	have	VERB	B	0		n.cognition	ewtb.r.319816.29
+11	some	some	DET	o	0			ewtb.r.319816.29
+12	serious	serious	ADJ	o	0			ewtb.r.319816.29
+13	doubts	doubt	NOUN	I	10			ewtb.r.319816.29
+14	about	about	ADP	O	0			ewtb.r.319816.29
+15	the	the	DET	O	0			ewtb.r.319816.29
+16	quality	quality	NOUN	O	0		n.attribute	ewtb.r.319816.29
+17	of	of	ADP	O	0			ewtb.r.319816.29
+18	work	work	NOUN	B	0		v.social	ewtb.r.319816.29
+19	they	they	PRON	o	0			ewtb.r.319816.29
+20	actually	actually	ADV	o	0			ewtb.r.319816.29
+21	performed	perform	VERB	I	18			ewtb.r.319816.29
+22	on	on	ADP	O	0			ewtb.r.319816.29
+23	my	my	PRON	O	0			ewtb.r.319816.29
+24	car	car	NOUN	O	0		n.artifact	ewtb.r.319816.29
+25	)	)	PUNCT	O	0			ewtb.r.319816.29
+26	.	.	PUNCT	O	0			ewtb.r.319816.29
+
+1	PAT	pat	PROPN	B	0		n.act	ewtb.r.326112.1
+2	testing	testing	PROPN	I	1			ewtb.r.326112.1
+3	quick	quick	ADJ	O	0			ewtb.r.326112.1
+4	&	&	CONJ	O	0			ewtb.r.326112.1
+5	efficient	efficient	ADJ	O	0			ewtb.r.326112.1
+
+1	I	i	PRON	O	0			ewtb.r.326112.2
+2	rang	ring	VERB	O	0		v.communication	ewtb.r.326112.2
+3	SRD	srd	PROPN	B	0		n.group	ewtb.r.326112.2
+4	PAT	pat	PROPN	I	3			ewtb.r.326112.2
+5	testing	testing	PROPN	I	4			ewtb.r.326112.2
+6	and	and	CONJ	O	0			ewtb.r.326112.2
+7	within	within	ADP	O	0			ewtb.r.326112.2
+8	3	3	NUM	O	0			ewtb.r.326112.2
+9	hours	hours	NOUN	O	0		n.time	ewtb.r.326112.2
+10	Scot	scot	PROPN	O	0		n.person	ewtb.r.326112.2
+11	had	have	AUX	O	0			ewtb.r.326112.2
+12	come	come	VERB	O	0		v.motion	ewtb.r.326112.2
+13	to	to	ADP	O	0			ewtb.r.326112.2
+14	my	my	PRON	O	0			ewtb.r.326112.2
+15	premises	premises	NOUN	O	0		n.location	ewtb.r.326112.2
+16	and	and	CONJ	O	0			ewtb.r.326112.2
+17	PAT	pat	NOUN	B	0		v.social	ewtb.r.326112.2
+18	tested	test	VERB	I	17			ewtb.r.326112.2
+19	all	all	DET	O	0			ewtb.r.326112.2
+20	my	my	PRON	O	0			ewtb.r.326112.2
+21	our	our	PRON	O	0			ewtb.r.326112.2
+22	Spill	spill	VERB	B	0		n.group	ewtb.r.326112.2
+23	The	the	DET	I	22			ewtb.r.326112.2
+24	Whisky	whisky	PROPN	I	23			ewtb.r.326112.2
+25	barn	barn	NOUN	B	0		n.act	ewtb.r.326112.2
+26	dance	dance	NOUN	I	25			ewtb.r.326112.2
+27	band	band	NOUN	O	0		n.group	ewtb.r.326112.2
+28	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.326112.2
+29	,	,	PUNCT	O	0			ewtb.r.326112.2
+30	and	and	CONJ	O	0			ewtb.r.326112.2
+31	supplied	supply	VERB	O	0		v.social	ewtb.r.326112.2
+32	a	a	DET	O	0			ewtb.r.326112.2
+33	certificate	certificate	NOUN	O	0		n.communication	ewtb.r.326112.2
+34	for	for	ADP	O	0			ewtb.r.326112.2
+35	only	only	ADV	O	0			ewtb.r.326112.2
+36	70	70	NUM	O	0			ewtb.r.326112.2
+37	p	p	NOUN	O	0		n.possession	ewtb.r.326112.2
+38	per	per	ADP	O	0			ewtb.r.326112.2
+39	unit	unit	NOUN	O	0		n.artifact	ewtb.r.326112.2
+40	.	.	PUNCT	O	0			ewtb.r.326112.2
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.326112.3
+2	,	,	PUNCT	O	0			ewtb.r.326112.3
+3	quick	quick	ADJ	O	0			ewtb.r.326112.3
+4	and	and	CONJ	O	0			ewtb.r.326112.3
+5	efficient	efficient	ADJ	O	0			ewtb.r.326112.3
+6	service	service	NOUN	O	0		n.act	ewtb.r.326112.3
+7	.	.	PUNCT	O	0			ewtb.r.326112.3
+
+1	How	how	ADV	O	0			ewtb.r.326112.4
+2	rare	rare	ADJ	O	0			ewtb.r.326112.4
+3	!	!	PUNCT	O	0			ewtb.r.326112.4
+
+1	Well	well	ADV	B	0			ewtb.r.326112.5
+2	done	do	VERB	I	1			ewtb.r.326112.5
+3	.	.	PUNCT	O	0			ewtb.r.326112.5
+
+1	Very	very	ADV	O	0			ewtb.r.335815.1
+2	poor	poor	ADJ	O	0			ewtb.r.335815.1
+3	customer	customer	NOUN	B	0		n.act	ewtb.r.335815.1
+4	service	service	NOUN	I	3			ewtb.r.335815.1
+5	.	.	PUNCT	O	0			ewtb.r.335815.1
+
+1	There	there	PRON	O	0			ewtb.r.335815.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.335815.2
+3	a	a	DET	B	0			ewtb.r.335815.2
+4	couple	couple	NOUN	I	3			ewtb.r.335815.2
+5	decent	decent	ADJ	O	0			ewtb.r.335815.2
+6	people	person	NOUN	O	0		n.person	ewtb.r.335815.2
+7	working	work	VERB	O	0		v.social	ewtb.r.335815.2
+8	there	there	ADV	O	0			ewtb.r.335815.2
+9	,	,	PUNCT	O	0			ewtb.r.335815.2
+10	but	but	CONJ	O	0			ewtb.r.335815.2
+11	the	the	DET	O	0			ewtb.r.335815.2
+12	rest	rest	ADJ	O	0			ewtb.r.335815.2
+13	are	be	VERB	O	0		v.stative	ewtb.r.335815.2
+14	VERY	very	ADV	O	0			ewtb.r.335815.2
+15	dishonest	dishonest	ADJ	O	0			ewtb.r.335815.2
+16	,	,	PUNCT	O	0			ewtb.r.335815.2
+17	as	as	ADV	B	0			ewtb.r.335815.2
+18	well	well	ADV	I	17			ewtb.r.335815.2
+19	as	as	ADP	I	18			ewtb.r.335815.2
+20	rude	rude	ADJ	O	0			ewtb.r.335815.2
+21	,	,	PUNCT	O	0			ewtb.r.335815.2
+22	I	i	PRON	O	0			ewtb.r.335815.2
+23	have	have	VERB	B	0			ewtb.r.335815.2
+24	yet	yet	ADV	I	23			ewtb.r.335815.2
+25	to	to	PART	I	24			ewtb.r.335815.2
+26	hear	hear	VERB	O	0		v.perception	ewtb.r.335815.2
+27	the	the	DET	O	0			ewtb.r.335815.2
+28	truth	truth	NOUN	O	0		n.cognition	ewtb.r.335815.2
+29	come	come	VERB	O	0		v.communication	ewtb.r.335815.2
+30	out	out	ADP	B	0			ewtb.r.335815.2
+31	of	of	ADP	I	30			ewtb.r.335815.2
+32	their	their	PRON	O	0			ewtb.r.335815.2
+33	mouths	mouth	NOUN	O	0		n.body	ewtb.r.335815.2
+34	.	.	PUNCT	O	0			ewtb.r.335815.2
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.342811.1
+2	staff	staff	ADV	O	0			ewtb.r.342811.1
+3	,	,	PUNCT	O	0			ewtb.r.342811.1
+4	but	but	CONJ	O	0			ewtb.r.342811.1
+5	definitely	definitely	ADV	O	0			ewtb.r.342811.1
+6	some	some	DET	O	0			ewtb.r.342811.1
+7	problems	problem	NOUN	O	0		n.cognition	ewtb.r.342811.1
+
+1	May	may	PROPN	O	0		n.time	ewtb.r.342811.2
+2	,	,	PUNCT	O	0			ewtb.r.342811.2
+3	2009	2009	NUM	O	0			ewtb.r.342811.2
+4	.	.	PUNCT	O	0			ewtb.r.342811.2
+
+1	We	we	PRON	O	0			ewtb.r.342811.3
+2	were	be	AUX	O	0			ewtb.r.342811.3
+3	booked	book	VERB	O	0		v.social	ewtb.r.342811.3
+4	at	at	ADP	O	0			ewtb.r.342811.3
+5	the	the	DET	O	0			ewtb.r.342811.3
+6	Sheraton	sheraton	PROPN	O	0		n.group	ewtb.r.342811.3
+7	with	with	ADP	O	0			ewtb.r.342811.3
+8	a	a	DET	B	0		n.quantity	ewtb.r.342811.3
+9	number	number	NOUN	I	8			ewtb.r.342811.3
+10	of	of	ADP	O	0			ewtb.r.342811.3
+11	other	other	ADJ	O	0			ewtb.r.342811.3
+12	out	out	ADP	B	0			ewtb.r.342811.3
+13	-	-	PUNCT	I	12			ewtb.r.342811.3
+14	of	of	ADP	I	13			ewtb.r.342811.3
+15	-	-	PUNCT	I	14			ewtb.r.342811.3
+16	town	town	NOUN	I	15			ewtb.r.342811.3
+17	wedding	wedding	NOUN	O	0		n.event	ewtb.r.342811.3
+18	guests	guest	NOUN	O	0		n.group	ewtb.r.342811.3
+19	.	.	PUNCT	O	0			ewtb.r.342811.3
+
+1	Got	get	VERB	O	0			ewtb.r.342811.4
+2	put	put	VERB	O	0		v.stative	ewtb.r.342811.4
+3	into	into	ADP	O	0			ewtb.r.342811.4
+4	the	the	DET	O	0			ewtb.r.342811.4
+5	wrong	wrong	ADJ	O	0			ewtb.r.342811.4
+6	room	room	NOUN	O	0		n.location	ewtb.r.342811.4
+7	the	the	DET	O	0			ewtb.r.342811.4
+8	first	first	ADJ	O	0			ewtb.r.342811.4
+9	night	night	NOUN	O	0		n.time	ewtb.r.342811.4
+10	,	,	PUNCT	O	0			ewtb.r.342811.4
+11	and	and	CONJ	O	0			ewtb.r.342811.4
+12	were	be	VERB	O	0		v.stative	ewtb.r.342811.4
+13	quite	quite	ADV	O	0			ewtb.r.342811.4
+14	surprised	surprised	ADJ	O	0			ewtb.r.342811.4
+15	to	to	PART	O	0			ewtb.r.342811.4
+16	have	have	VERB	O	0		v.stative	ewtb.r.342811.4
+17	someone	someone	NOUN	O	0			ewtb.r.342811.4
+18	with	with	ADP	O	0			ewtb.r.342811.4
+19	the	the	DET	O	0			ewtb.r.342811.4
+20	same	same	ADJ	O	0			ewtb.r.342811.4
+21	room	room	NOUN	O	0		n.location	ewtb.r.342811.4
+22	key	key	NOUN	O	0		n.artifact	ewtb.r.342811.4
+23	trying	try	VERB	O	0		v.social	ewtb.r.342811.4
+24	to	to	PART	O	0			ewtb.r.342811.4
+25	get	get	VERB	B	0		v.motion	ewtb.r.342811.4
+26	in	in	ADP	I	25			ewtb.r.342811.4
+27	the	the	DET	I	26			ewtb.r.342811.4
+28	door	door	NOUN	I	27			ewtb.r.342811.4
+29	at	at	ADP	O	0			ewtb.r.342811.4
+30	1:00	1:00	NUM	O	0			ewtb.r.342811.4
+31	am	am	NOUN	O	0		n.time	ewtb.r.342811.4
+32	!	!	PUNCT	O	0			ewtb.r.342811.4
+
+1	Next	next	ADJ	O	0			ewtb.r.342811.5
+2	day	day	NOUN	O	0		n.time	ewtb.r.342811.5
+3	got	get	AUX	O	0			ewtb.r.342811.5
+4	moved	move	VERB	O	0		v.motion	ewtb.r.342811.5
+5	into	into	ADP	O	0			ewtb.r.342811.5
+6	another	another	DET	O	0			ewtb.r.342811.5
+7	room	room	NOUN	O	0		n.location	ewtb.r.342811.5
+8	,	,	PUNCT	O	0			ewtb.r.342811.5
+9	on	on	ADP	O	0			ewtb.r.342811.5
+10	the	the	DET	O	0			ewtb.r.342811.5
+11	same	same	ADJ	O	0			ewtb.r.342811.5
+12	floor	floor	NOUN	O	0		n.location	ewtb.r.342811.5
+13	with	with	ADP	O	0			ewtb.r.342811.5
+14	other	other	ADJ	O	0			ewtb.r.342811.5
+15	wedding	wedding	NOUN	O	0		n.event	ewtb.r.342811.5
+16	guests	guest	NOUN	O	0		n.group	ewtb.r.342811.5
+17	.	.	PUNCT	O	0			ewtb.r.342811.5
+
+1	There	there	PRON	O	0			ewtb.r.342811.6
+2	were	be	VERB	O	0		v.stative	ewtb.r.342811.6
+3	3	3	NUM	O	0			ewtb.r.342811.6
+4	adults	adult	NOUN	O	0		n.person	ewtb.r.342811.6
+5	in	in	ADP	O	0			ewtb.r.342811.6
+6	our	our	PRON	O	0			ewtb.r.342811.6
+7	room	room	NOUN	O	0		n.location	ewtb.r.342811.6
+8	but	but	CONJ	O	0			ewtb.r.342811.6
+9	towels	towel	NOUN	O	0		n.artifact	ewtb.r.342811.6
+10	for	for	ADP	O	0			ewtb.r.342811.6
+11	only	only	ADV	O	0			ewtb.r.342811.6
+12	2	2	NUM	O	0			ewtb.r.342811.6
+13	,	,	PUNCT	O	0			ewtb.r.342811.6
+14	no	no	DET	O	0			ewtb.r.342811.6
+15	linens	linen	NOUN	O	0		n.artifact	ewtb.r.342811.6
+16	for	for	ADP	O	0			ewtb.r.342811.6
+17	sofa	sofa	NOUN	B	0		n.artifact	ewtb.r.342811.6
+18	bed	bed	NOUN	I	17			ewtb.r.342811.6
+19	.	.	PUNCT	O	0			ewtb.r.342811.6
+
+1	In	in	ADP	O	0			ewtb.r.342811.7
+2	the	the	DET	O	0			ewtb.r.342811.7
+3	second	second	ADJ	O	0			ewtb.r.342811.7
+4	room	room	NOUN	O	0		n.location	ewtb.r.342811.7
+5	it	it	PRON	O	0			ewtb.r.342811.7
+6	took	take	VERB	B	0		v.social	ewtb.r.342811.7
+7	3	3	NUM	o	0			ewtb.r.342811.7
+8	tries	try	NOUN	I	6			ewtb.r.342811.7
+9	to	to	PART	O	0			ewtb.r.342811.7
+10	get	get	VERB	O	0		v.stative	ewtb.r.342811.7
+11	all	all	DET	O	0			ewtb.r.342811.7
+12	the	the	DET	O	0			ewtb.r.342811.7
+13	towels	towel	NOUN	O	0		n.artifact	ewtb.r.342811.7
+14	and	and	CONJ	O	0			ewtb.r.342811.7
+15	linens	linen	NOUN	O	0		n.artifact	ewtb.r.342811.7
+16	we	we	PRON	O	0			ewtb.r.342811.7
+17	requested	request	VERB	O	0		v.communication	ewtb.r.342811.7
+18	.	.	PUNCT	O	0			ewtb.r.342811.7
+
+1	A	a	DET	O	0			ewtb.r.342811.8
+2	package	package	NOUN	O	0		n.artifact	ewtb.r.342811.8
+3	and	and	CONJ	O	0			ewtb.r.342811.8
+4	some	some	DET	O	0			ewtb.r.342811.8
+5	wedding	wedding	NOUN	O	0		n.event	ewtb.r.342811.8
+6	cards	cards	NOUN	O	0		n.artifact	ewtb.r.342811.8
+7	were	be	AUX	O	0		v.stative	ewtb.r.342811.8
+8	left	leave	VERB	O	0			ewtb.r.342811.8
+9	in	in	ADP	O	0			ewtb.r.342811.8
+10	our	our	PRON	O	0			ewtb.r.342811.8
+11	first	first	ADJ	O	0			ewtb.r.342811.8
+12	room	room	NOUN	O	0		n.location	ewtb.r.342811.8
+13	.	.	PUNCT	O	0			ewtb.r.342811.8
+
+1	They	they	PRON	O	0			ewtb.r.342811.9
+2	were	be	AUX	O	0			ewtb.r.342811.9
+3	sent	send	VERB	O	0		v.motion	ewtb.r.342811.9
+4	to	to	ADP	O	0			ewtb.r.342811.9
+5	our	our	PRON	O	0			ewtb.r.342811.9
+6	second	second	ADJ	O	0			ewtb.r.342811.9
+7	room	room	NOUN	O	0		n.location	ewtb.r.342811.9
+8	and	and	CONJ	O	0			ewtb.r.342811.9
+9	had	have	AUX	O	0			ewtb.r.342811.9
+10	been	be	AUX	O	0			ewtb.r.342811.9
+11	opened	open	VERB	O	0		v.stative	ewtb.r.342811.9
+12	--	--	PUNCT	O	0			ewtb.r.342811.9
+13	the	the	DET	O	0			ewtb.r.342811.9
+14	ribbon	ribbon	NOUN	O	0		n.artifact	ewtb.r.342811.9
+15	-	-	PUNCT	O	0			ewtb.r.342811.9
+16	wrapped	wrap	VERB	O	0		v.stative	ewtb.r.342811.9
+17	present	present	NOUN	O	0		n.artifact	ewtb.r.342811.9
+18	,	,	PUNCT	O	0			ewtb.r.342811.9
+19	and	and	CONJ	O	0			ewtb.r.342811.9
+20	all	all	DET	O	0			ewtb.r.342811.9
+21	3	3	NUM	O	0			ewtb.r.342811.9
+22	envelopes	envelope	NOUN	O	0		n.artifact	ewtb.r.342811.9
+23	.	.	PUNCT	O	0			ewtb.r.342811.9
+
+1	Security	security	NOUN	O	0		n.group	ewtb.r.342811.10
+2	in	in	ADP	O	0			ewtb.r.342811.10
+3	the	the	DET	O	0			ewtb.r.342811.10
+4	hotel	hotel	NOUN	O	0		n.artifact	ewtb.r.342811.10
+5	seemed	seem	VERB	O	0		v.cognition	ewtb.r.342811.10
+6	to	to	PART	O	0			ewtb.r.342811.10
+7	be	be	VERB	O	0		v.stative	ewtb.r.342811.10
+8	excellent	excellent	ADJ	O	0			ewtb.r.342811.10
+9	,	,	PUNCT	O	0			ewtb.r.342811.10
+10	but	but	CONJ	O	0			ewtb.r.342811.10
+11	we	we	PRON	O	0			ewtb.r.342811.10
+12	were	be	AUX	O	0			ewtb.r.342811.10
+13	never	never	ADV	O	0			ewtb.r.342811.10
+14	given	give	VERB	B	0		v.communication	ewtb.r.342811.10
+15	an	an	DET	o	0			ewtb.r.342811.10
+16	explanation	explanation	NOUN	I	14			ewtb.r.342811.10
+17	as	as	ADP	B	0			ewtb.r.342811.10
+18	to	to	SCONJ	I	17			ewtb.r.342811.10
+19	why	why	ADV	O	0			ewtb.r.342811.10
+20	someone	someone	NOUN	O	0			ewtb.r.342811.10
+21	would	would	AUX	O	0			ewtb.r.342811.10
+22	open	open	VERB	O	0		v.contact	ewtb.r.342811.10
+23	these	these	DET	O	0			ewtb.r.342811.10
+24	items	item	NOUN	O	0		n.artifact	ewtb.r.342811.10
+25	.	.	PUNCT	O	0			ewtb.r.342811.10
+
+1	A	a	DET	O	0			ewtb.r.342811.11
+2	mid-afternoon	mid-afternoon	NOUN	O	0		n.time	ewtb.r.342811.11
+3	"	"	PUNCT	O	0			ewtb.r.342811.11
+4	fire	fire	NOUN	B	0		n.event	ewtb.r.342811.11
+5	drill	drill	NOUN	I	4			ewtb.r.342811.11
+6	"	"	PUNCT	O	0			ewtb.r.342811.11
+7	was	be	VERB	O	0		v.stative	ewtb.r.342811.11
+8	disruptive	disruptive	ADJ	O	0			ewtb.r.342811.11
+9	,	,	PUNCT	O	0			ewtb.r.342811.11
+10	putting	put	VERB	O	0		v.stative	ewtb.r.342811.11
+11	everyone	everyone	NOUN	O	0			ewtb.r.342811.11
+12	out	out	ADP	B	0			ewtb.r.342811.11
+13	of	of	ADP	I	12			ewtb.r.342811.11
+14	the	the	DET	O	0			ewtb.r.342811.11
+15	hotel	hotel	NOUN	O	0		n.location	ewtb.r.342811.11
+16	.	.	PUNCT	O	0			ewtb.r.342811.11
+
+1	When	when	ADV	O	0			ewtb.r.342811.12
+2	we	we	PRON	O	0			ewtb.r.342811.12
+3	called	call	VERB	O	0		v.communication	ewtb.r.342811.12
+4	the	the	DET	O	0			ewtb.r.342811.12
+5	front	front	ADJ	B	0		n.location	ewtb.r.342811.12
+6	desk	desk	NOUN	I	5			ewtb.r.342811.12
+7	about	about	ADP	O	0			ewtb.r.342811.12
+8	an	an	DET	O	0			ewtb.r.342811.12
+9	extremely	extremely	ADV	O	0			ewtb.r.342811.12
+10	boisterous	boisterous	ADJ	O	0			ewtb.r.342811.12
+11	crowd	crowd	NOUN	O	0		n.group	ewtb.r.342811.12
+12	in	in	ADP	O	0			ewtb.r.342811.12
+13	the	the	DET	O	0			ewtb.r.342811.12
+14	hall	hall	NOUN	O	0		n.location	ewtb.r.342811.12
+15	outside	outside	ADP	O	0			ewtb.r.342811.12
+16	our	our	PRON	O	0			ewtb.r.342811.12
+17	door	door	NOUN	O	0		n.artifact	ewtb.r.342811.12
+18	quite	quite	ADV	O	0			ewtb.r.342811.12
+19	late	late	ADV	O	0			ewtb.r.342811.12
+20	at	at	ADP	O	0			ewtb.r.342811.12
+21	night	night	NOUN	O	0		n.time	ewtb.r.342811.12
+22	,	,	PUNCT	O	0			ewtb.r.342811.12
+23	it	it	PRON	O	0			ewtb.r.342811.12
+24	seemed	seem	VERB	O	0		v.cognition	ewtb.r.342811.12
+25	to	to	PART	O	0			ewtb.r.342811.12
+26	take	take	VERB	O	0		v.stative	ewtb.r.342811.12
+27	the	the	DET	O	0			ewtb.r.342811.12
+28	hotel	hotel	NOUN	O	0		n.group	ewtb.r.342811.12
+29	staff	staff	NOUN	O	0		n.group	ewtb.r.342811.12
+30	quite	quite	DET	O	0			ewtb.r.342811.12
+31	a	a	DET	B	0			ewtb.r.342811.12
+32	while	while	NOUN	I	31			ewtb.r.342811.12
+33	to	to	PART	O	0			ewtb.r.342811.12
+34	quiet	quiet	VERB	B	0		v.stative	ewtb.r.342811.12
+35	them	them	PRON	o	0			ewtb.r.342811.12
+36	down	down	ADP	I	34			ewtb.r.342811.12
+37	.	.	PUNCT	O	0			ewtb.r.342811.12
+
+1	The	the	DET	O	0			ewtb.r.342811.13
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.342811.13
+3	was	be	VERB	O	0		v.stative	ewtb.r.342811.13
+4	friendly	friendly	ADJ	O	0			ewtb.r.342811.13
+5	,	,	PUNCT	O	0			ewtb.r.342811.13
+6	especially	especially	ADV	O	0			ewtb.r.342811.13
+7	the	the	DET	O	0			ewtb.r.342811.13
+8	front	front	ADJ	B	0		n.location	ewtb.r.342811.13
+9	desk	desk	NOUN	I	8			ewtb.r.342811.13
+10	female	female	ADJ	O	0			ewtb.r.342811.13
+11	supervisor	supervisor	NOUN	O	0		n.person	ewtb.r.342811.13
+12	,	,	PUNCT	O	0			ewtb.r.342811.13
+13	and	and	CONJ	O	0			ewtb.r.342811.13
+14	seemed	seem	VERB	O	0		v.cognition	ewtb.r.342811.13
+15	to	to	PART	O	0			ewtb.r.342811.13
+16	want	want	VERB	O	0		v.cognition	ewtb.r.342811.13
+17	to	to	PART	O	0			ewtb.r.342811.13
+18	help	help	VERB	O	0		v.social	ewtb.r.342811.13
+19	,	,	PUNCT	O	0			ewtb.r.342811.13
+20	but	but	CONJ	O	0			ewtb.r.342811.13
+21	too	too	ADV	O	0			ewtb.r.342811.13
+22	many	many	ADJ	O	0			ewtb.r.342811.13
+23	unusual	unusual	ADJ	O	0			ewtb.r.342811.13
+24	things	things	NOUN	O	0			ewtb.r.342811.13
+25	happened	happen	VERB	O	0		v.stative	ewtb.r.342811.13
+26	to	to	PART	O	0			ewtb.r.342811.13
+27	make	make	VERB	O	0		v.cognition	ewtb.r.342811.13
+28	us	us	PRON	O	0			ewtb.r.342811.13
+29	want	want	VERB	O	0		v.cognition	ewtb.r.342811.13
+30	to	to	PART	O	0			ewtb.r.342811.13
+31	stay	stay	VERB	O	0		v.motion	ewtb.r.342811.13
+32	there	there	ADV	O	0			ewtb.r.342811.13
+33	again	again	ADV	O	0			ewtb.r.342811.13
+34	.	.	PUNCT	O	0			ewtb.r.342811.13
+
+1	Bad	bad	ADJ	O	0			ewtb.r.343813.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.343813.1
+
+1	Definately	definately	ADV	O	0			ewtb.r.343813.2
+2	wo	wo	AUX	O	0			ewtb.r.343813.2
+3	n't	n't	PART	O	0			ewtb.r.343813.2
+4	be	be	AUX	O	0			ewtb.r.343813.2
+5	returning	return	VERB	O	0		v.motion	ewtb.r.343813.2
+6	.	.	PUNCT	O	0			ewtb.r.343813.2
+
+1	Travelled	travel	VERB	O	0		v.motion	ewtb.r.343813.3
+2	40	40	NUM	O	0			ewtb.r.343813.3
+3	mins	min	NOUN	O	0		n.time	ewtb.r.343813.3
+4	after	after	SCONJ	O	0			ewtb.r.343813.3
+5	calling	call	VERB	O	0		v.communication	ewtb.r.343813.3
+6	to	to	PART	O	0			ewtb.r.343813.3
+7	see	see	VERB	O	0		v.social	ewtb.r.343813.3
+8	if	if	SCONJ	O	0			ewtb.r.343813.3
+9	a	a	DET	O	0			ewtb.r.343813.3
+10	product	product	NOUN	O	0		n.artifact	ewtb.r.343813.3
+11	was	be	VERB	O	0			ewtb.r.343813.3
+12	in	in	ADP	B	0			ewtb.r.343813.3
+13	stock	stock	NOUN	I	12			ewtb.r.343813.3
+14	.	.	PUNCT	O	0			ewtb.r.343813.3
+
+1	Told	tell	VERB	O	0		v.communication	ewtb.r.343813.4
+2	that	that	SCONJ	O	0			ewtb.r.343813.4
+3	they	they	PRON	O	0			ewtb.r.343813.4
+4	had	have	VERB	O	0		v.stative	ewtb.r.343813.4
+5	plenty	plenty	NOUN	O	0			ewtb.r.343813.4
+6	.	.	PUNCT	O	0			ewtb.r.343813.4
+
+1	Get	get	VERB	O	0		v.motion	ewtb.r.343813.5
+2	there	there	ADV	O	0			ewtb.r.343813.5
+3	and	and	CONJ	O	0			ewtb.r.343813.5
+4	there	there	PRON	O	0			ewtb.r.343813.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.343813.5
+6	nothing	nothing	NOUN	O	0			ewtb.r.343813.5
+7	.	.	PUNCT	O	0			ewtb.r.343813.5
+
+1	Not	not	PART	O	0			ewtb.r.343813.6
+2	impressed	impressed	ADJ	O	0			ewtb.r.343813.6
+3	!!!	!!!	PUNCT	O	0			ewtb.r.343813.6
+
+1	A	a	DET	O	0			ewtb.r.357217.1
+2	Definite	definite	ADJ	O	0			ewtb.r.357217.1
+3	No	no	NOUN	O	0			ewtb.r.357217.1
+
+1	Incompetent	incompetent	ADJ	O	0			ewtb.r.357217.2
+2	servers	server	NOUN	O	0		n.group	ewtb.r.357217.2
+3	,	,	PUNCT	O	0			ewtb.r.357217.2
+4	kitchen	kitchen	NOUN	O	0		n.group	ewtb.r.357217.2
+5	and	and	CONJ	O	0			ewtb.r.357217.2
+6	management	management	NOUN	O	0		n.group	ewtb.r.357217.2
+7	.	.	PUNCT	O	0			ewtb.r.357217.2
+
+1	Expect	expect	VERB	O	0		v.cognition	ewtb.r.357217.3
+2	either	either	CONJ	O	0			ewtb.r.357217.3
+3	undercooked	undercooked	VERB	O	0		v.stative	ewtb.r.357217.3
+4	or	or	CONJ	O	0			ewtb.r.357217.3
+5	mushy	mushy	ADJ	O	0			ewtb.r.357217.3
+6	food	food	NOUN	O	0		n.food	ewtb.r.357217.3
+7	and	and	CONJ	O	0			ewtb.r.357217.3
+8	lackluster	lackluster	ADJ	O	0			ewtb.r.357217.3
+9	service	service	NOUN	O	0		n.act	ewtb.r.357217.3
+10	.	.	PUNCT	O	0			ewtb.r.357217.3
+
+1	The	the	DET	O	0			ewtb.r.357217.4
+2	investors	investor	NOUN	O	0		n.group	ewtb.r.357217.4
+3	put	put	VERB	B	0		v.possession	ewtb.r.357217.4
+4	big	big	ADJ	b	0		n.possession	ewtb.r.357217.4
+5	bucks	buck	NOUN	i	4			ewtb.r.357217.4
+6	into	into	ADP	I	3			ewtb.r.357217.4
+7	the	the	DET	O	0			ewtb.r.357217.4
+8	building	building	NOUN	O	0		n.artifact	ewtb.r.357217.4
+9	but	but	CONJ	O	0			ewtb.r.357217.4
+10	are	be	VERB	O	0		v.stative	ewtb.r.357217.4
+11	clueless	clueless	ADJ	O	0			ewtb.r.357217.4
+12	about	about	SCONJ	O	0			ewtb.r.357217.4
+13	what	what	PRON	O	0			ewtb.r.357217.4
+14	makes	make	VERB	O	0		v.stative	ewtb.r.357217.4
+15	a	a	DET	O	0			ewtb.r.357217.4
+16	good	good	ADJ	O	0			ewtb.r.357217.4
+17	dining	dining	NOUN	O	0		n.event	ewtb.r.357217.4
+18	or	or	CONJ	O	0			ewtb.r.357217.4
+19	bar	bar	NOUN	O	0		n.group	ewtb.r.357217.4
+20	experience	experience	NOUN	O	0		n.act	ewtb.r.357217.4
+21	.	.	PUNCT	O	0			ewtb.r.357217.4
+
+1	Even	even	ADV	O	0			ewtb.r.357217.5
+2	the	the	DET	O	0			ewtb.r.357217.5
+3	least	least	ADV	O	0			ewtb.r.357217.5
+4	discriminating	discriminating	ADJ	O	0			ewtb.r.357217.5
+5	diner	diner	NOUN	O	0		n.person	ewtb.r.357217.5
+6	would	would	AUX	O	0			ewtb.r.357217.5
+7	know	know	VERB	O	0		v.cognition	ewtb.r.357217.5
+8	not	not	PART	O	0			ewtb.r.357217.5
+9	to	to	PART	O	0			ewtb.r.357217.5
+10	eat	eat	VERB	O	0		v.consumption	ewtb.r.357217.5
+11	at	at	ADP	O	0			ewtb.r.357217.5
+12	Sprecher	sprecher	PROPN	B	0		n.group	ewtb.r.357217.5
+13	's	's	PART	I	12			ewtb.r.357217.5
+14	.	.	PUNCT	O	0			ewtb.r.357217.5
+
+1	Good	good	ADJ	O	0			ewtb.r.359014.1
+2	honest	honest	ADJ	B	0		n.act	ewtb.r.359014.1
+3	wrok	wrok	NOUN	I	2			ewtb.r.359014.1
+
+1	Harlan	harlan	PROPN	O	0		n.person	ewtb.r.359014.2
+2	provides	provide	VERB	O	0		v.social	ewtb.r.359014.2
+3	great	great	ADJ	O	0			ewtb.r.359014.2
+4	service	service	NOUN	O	0		n.act	ewtb.r.359014.2
+5	.	.	PUNCT	O	0			ewtb.r.359014.2
+
+1	He	he	PRON	O	0			ewtb.r.359014.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.359014.3
+3	very	very	ADV	O	0			ewtb.r.359014.3
+4	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.359014.3
+5	and	and	CONJ	O	0			ewtb.r.359014.3
+6	took	take	VERB	B	0		v.social	ewtb.r.359014.3
+7	the	the	DET	I	6			ewtb.r.359014.3
+8	time	time	NOUN	I	7			ewtb.r.359014.3
+9	to	to	PART	O	0			ewtb.r.359014.3
+10	explain	explain	VERB	O	0		v.communication	ewtb.r.359014.3
+11	the	the	DET	O	0			ewtb.r.359014.3
+12	repairs	repair	NOUN	O	0		n.state	ewtb.r.359014.3
+13	to	to	ADP	O	0			ewtb.r.359014.3
+14	me	me	PRON	O	0			ewtb.r.359014.3
+15	.	.	PUNCT	O	0			ewtb.r.359014.3
+
+1	The	the	DET	O	0			ewtb.r.359014.4
+2	work	work	NOUN	O	0		n.act	ewtb.r.359014.4
+3	on	on	ADP	O	0			ewtb.r.359014.4
+4	my	my	PRON	O	0			ewtb.r.359014.4
+5	car	car	NOUN	O	0		n.artifact	ewtb.r.359014.4
+6	was	be	AUX	O	0			ewtb.r.359014.4
+7	done	do	VERB	O	0		v.stative	ewtb.r.359014.4
+8	quickly	quickly	ADV	O	0			ewtb.r.359014.4
+9	and	and	CONJ	O	0			ewtb.r.359014.4
+10	I	i	PRON	O	0			ewtb.r.359014.4
+11	felt	felt	VERB	O	0		v.cognition	ewtb.r.359014.4
+12	I	i	PRON	O	0			ewtb.r.359014.4
+13	could	could	AUX	O	0			ewtb.r.359014.4
+14	trust	trust	VERB	O	0		v.cognition	ewtb.r.359014.4
+15	his	his	PRON	O	0			ewtb.r.359014.4
+16	work	work	NOUN	O	0		n.act	ewtb.r.359014.4
+17	.	.	PUNCT	O	0			ewtb.r.359014.4
+
+1	I	i	PRON	O	0			ewtb.r.359014.5
+2	have	have	VERB	B	0		v.stative	ewtb.r.359014.5
+3	nothing	nothing	NOUN	b	0			ewtb.r.359014.5
+4	but	but	ADP	i	3			ewtb.r.359014.5
+5	fantastic	fantastic	ADJ	o	0			ewtb.r.359014.5
+6	things	things	NOUN	o	0			ewtb.r.359014.5
+7	to	to	PART	I	2			ewtb.r.359014.5
+8	say	say	VERB	I	7			ewtb.r.359014.5
+9	.	.	PUNCT	O	0			ewtb.r.359014.5
+
+1	I	i	PRON	O	0			ewtb.r.359014.6
+2	highly	highly	ADV	O	0			ewtb.r.359014.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.359014.6
+4	his	his	PRON	O	0			ewtb.r.359014.6
+5	shop	shop	NOUN	O	0		n.group	ewtb.r.359014.6
+6	.	.	PUNCT	O	0			ewtb.r.359014.6
+
+1	best	best	ADJ	O	0			ewtb.r.361316.1
+2	quote	quote	NOUN	O	0		n.possession	ewtb.r.361316.1
+3	ever	ever	ADV	O	0			ewtb.r.361316.1
+4	My	my	PRON	O	0			ewtb.r.361316.1
+5	gate	gate	NOUN	O	0		n.artifact	ewtb.r.361316.1
+6	was	be	VERB	O	0		v.stative	ewtb.r.361316.1
+7	stuck	stuck	ADJ	O	0			ewtb.r.361316.1
+8	halfway	halfway	ADV	O	0			ewtb.r.361316.1
+9	open	open	ADJ	O	0			ewtb.r.361316.1
+10	so	so	ADV	O	0			ewtb.r.361316.1
+11	I	i	PRON	O	0			ewtb.r.361316.1
+12	called	call	VERB	O	0		v.communication	ewtb.r.361316.1
+13	A	a	PROPN	B	0		n.group	ewtb.r.361316.1
+14	CLASS	class	PROPN	I	13			ewtb.r.361316.1
+15	Garage	garage	PROPN	I	14			ewtb.r.361316.1
+16	Doors	doors	PROPN	I	15			ewtb.r.361316.1
+17	Dr	dr	NOUN	I	16			ewtb.r.361316.1
+18	Services	services	NOUN	I	17			ewtb.r.361316.1
+19	.	.	PUNCT	O	0			ewtb.r.361316.1
+
+1	They	they	PRON	O	0			ewtb.r.361316.2
+2	came	come	VERB	O	0		v.motion	ewtb.r.361316.2
+3	to	to	ADP	O	0			ewtb.r.361316.2
+4	my	my	PRON	O	0			ewtb.r.361316.2
+5	house	house	NOUN	O	0		n.location	ewtb.r.361316.2
+6	in	in	ADP	B	0			ewtb.r.361316.2
+7	no	no	DET	I	6			ewtb.r.361316.2
+8	time	time	NOUN	I	7			ewtb.r.361316.2
+9	and	and	CONJ	O	0			ewtb.r.361316.2
+10	started	start	VERB	O	0		v.stative	ewtb.r.361316.2
+11	working	work	VERB	O	0		v.contact	ewtb.r.361316.2
+12	on	on	ADP	O	0			ewtb.r.361316.2
+13	the	the	DET	O	0			ewtb.r.361316.2
+14	gate	gate	NOUN	O	0		n.artifact	ewtb.r.361316.2
+15	.	.	PUNCT	O	0			ewtb.r.361316.2
+
+1	They	they	PRON	O	0			ewtb.r.361316.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.361316.3
+3	very	very	ADV	O	0			ewtb.r.361316.3
+4	friendly	friendly	ADJ	O	0			ewtb.r.361316.3
+5	and	and	CONJ	O	0			ewtb.r.361316.3
+6	were	be	VERB	O	0		v.stative	ewtb.r.361316.3
+7	able	able	ADJ	O	0			ewtb.r.361316.3
+8	to	to	PART	O	0			ewtb.r.361316.3
+9	explain	explain	VERB	O	0		v.communication	ewtb.r.361316.3
+10	me	me	PRON	O	0			ewtb.r.361316.3
+11	exactly	exactly	ADV	O	0			ewtb.r.361316.3
+12	what	what	PRON	O	0			ewtb.r.361316.3
+13	was	be	VERB	O	0		v.stative	ewtb.r.361316.3
+14	wrong	wrong	ADJ	B	0			ewtb.r.361316.3
+15	with	with	ADP	I	14			ewtb.r.361316.3
+16	it	it	PRON	O	0			ewtb.r.361316.3
+17	.	.	PUNCT	O	0			ewtb.r.361316.3
+
+1	Once	once	SCONJ	O	0			ewtb.r.361316.4
+2	they	they	PRON	O	0			ewtb.r.361316.4
+3	fixed	fix	VERB	O	0		v.change	ewtb.r.361316.4
+4	it	it	PRON	O	0			ewtb.r.361316.4
+5	they	they	PRON	O	0			ewtb.r.361316.4
+6	answetred	answetred	VERB	O	0		v.communication	ewtb.r.361316.4
+7	all	all	DET	O	0			ewtb.r.361316.4
+8	of	of	ADP	O	0			ewtb.r.361316.4
+9	my	my	PRON	O	0			ewtb.r.361316.4
+10	questions	question	NOUN	O	0		n.communication	ewtb.r.361316.4
+11	with	with	ADP	O	0			ewtb.r.361316.4
+12	no	no	DET	O	0			ewtb.r.361316.4
+13	hesitations	hesitation	NOUN	O	0		n.cognition	ewtb.r.361316.4
+14	and	and	CONJ	O	0			ewtb.r.361316.4
+15	then	then	ADV	O	0			ewtb.r.361316.4
+16	gave	give	VERB	B	0		v.communication	ewtb.r.361316.4
+17	me	me	PRON	o	0			ewtb.r.361316.4
+18	the	the	DET	o	0			ewtb.r.361316.4
+19	best	best	ADJ	o	0			ewtb.r.361316.4
+20	quote	quote	NOUN	I	16			ewtb.r.361316.4
+21	ever	ever	ADV	O	0			ewtb.r.361316.4
+22	.	.	PUNCT	O	0			ewtb.r.361316.4
+
+1	I	i	PRON	O	0			ewtb.r.361316.5
+2	know	know	VERB	O	0		v.cognition	ewtb.r.361316.5
+3	that	that	SCONJ	O	0			ewtb.r.361316.5
+4	if	if	SCONJ	O	0			ewtb.r.361316.5
+5	my	my	PRON	O	0			ewtb.r.361316.5
+6	garage	garage	NOUN	B	0		n.artifact	ewtb.r.361316.5
+7	door	door	NOUN	I	6			ewtb.r.361316.5
+8	needs	need	VERB	O	0		v.cognition	ewtb.r.361316.5
+9	to	to	PART	O	0			ewtb.r.361316.5
+10	be	be	AUX	O	0			ewtb.r.361316.5
+11	repaired	repair	VERB	O	0		v.change	ewtb.r.361316.5
+12	,	,	PUNCT	O	0			ewtb.r.361316.5
+13	I	i	PRON	O	0			ewtb.r.361316.5
+14	will	will	AUX	O	0			ewtb.r.361316.5
+15	be	be	AUX	O	0			ewtb.r.361316.5
+16	calling	call	VERB	O	0		v.communication	ewtb.r.361316.5
+17	A	a	PROPN	B	0		n.group	ewtb.r.361316.5
+18	CLASS	class	PROPN	I	17			ewtb.r.361316.5
+19	Garage	garage	PROPN	I	18			ewtb.r.361316.5
+20	Doors	doors	PROPN	I	19			ewtb.r.361316.5
+
+1	When	when	ADV	O	0			ewtb.r.369210.1
+2	I	i	PRON	O	0			ewtb.r.369210.1
+3	arrived	arrive	VERB	O	0		v.motion	ewtb.r.369210.1
+4	at	at	ADP	O	0			ewtb.r.369210.1
+5	Brickell	brickell	PROPN	B	0		n.group	ewtb.r.369210.1
+6	Honda	honda	PROPN	I	5			ewtb.r.369210.1
+7	on	on	ADP	O	0			ewtb.r.369210.1
+8	6/4/11	6/4/11	NUM	O	0			ewtb.r.369210.1
+9	,	,	PUNCT	O	0			ewtb.r.369210.1
+10	I	i	PRON	O	0			ewtb.r.369210.1
+11	was	be	AUX	O	0			ewtb.r.369210.1
+12	greeted	greet	VERB	O	0		v.communication	ewtb.r.369210.1
+13	and	and	CONJ	O	0			ewtb.r.369210.1
+14	attended	attend	VERB	B	0		v.social	ewtb.r.369210.1
+15	to	to	ADP	I	14			ewtb.r.369210.1
+16	by	by	ADP	O	0			ewtb.r.369210.1
+17	the	the	DET	O	0			ewtb.r.369210.1
+18	Sales	sales	NOUN	B	0		n.person	ewtb.r.369210.1
+19	Manager	manager	NOUN	I	18			ewtb.r.369210.1
+20	,	,	PUNCT	O	0			ewtb.r.369210.1
+21	Gustavo	gustavo	PROPN	B	0		n.person	ewtb.r.369210.1
+22	Guerra	guerra	PROPN	I	21			ewtb.r.369210.1
+23	,	,	PUNCT	O	0			ewtb.r.369210.1
+24	in	in	ADP	O	0			ewtb.r.369210.1
+25	a	a	DET	O	0			ewtb.r.369210.1
+26	very	very	ADV	O	0			ewtb.r.369210.1
+27	friendly	friendly	ADJ	O	0			ewtb.r.369210.1
+28	and	and	CONJ	O	0			ewtb.r.369210.1
+29	professional	professional	ADJ	O	0			ewtb.r.369210.1
+30	manner	manner	NOUN	O	0		n.cognition	ewtb.r.369210.1
+31	.	.	PUNCT	O	0			ewtb.r.369210.1
+
+1	I	i	PRON	O	0			ewtb.r.369210.2
+2	explained	explain	VERB	O	0		v.communication	ewtb.r.369210.2
+3	to	to	ADP	O	0			ewtb.r.369210.2
+4	him	him	PRON	O	0			ewtb.r.369210.2
+5	what	what	PRON	O	0			ewtb.r.369210.2
+6	I	i	PRON	O	0			ewtb.r.369210.2
+7	wanted	want	VERB	O	0		v.cognition	ewtb.r.369210.2
+8	and	and	CONJ	O	0			ewtb.r.369210.2
+9	that	that	SCONJ	O	0			ewtb.r.369210.2
+10	I	i	PRON	O	0			ewtb.r.369210.2
+11	previously	previously	ADV	O	0			ewtb.r.369210.2
+12	went	go	VERB	O	0		v.motion	ewtb.r.369210.2
+13	to	to	ADP	O	0			ewtb.r.369210.2
+14	Braman	braman	PROPN	B	0		n.group	ewtb.r.369210.2
+15	Honda	honda	PROPN	I	14			ewtb.r.369210.2
+16	.	.	PUNCT	O	0			ewtb.r.369210.2
+
+1	Bramen	bramen	PROPN	B	0		n.group	ewtb.r.369210.3
+2	Honda	honda	PROPN	I	1			ewtb.r.369210.3
+3	was	be	VERB	B	0		v.stative	ewtb.r.369210.3
+4	a	a	DET	b	0			ewtb.r.369210.3
+5	bit	bit	NOUN	i	4			ewtb.r.369210.3
+6	of	of	ADP	o	0			ewtb.r.369210.3
+7	a	a	DET	I	3			ewtb.r.369210.3
+8	hassle	hassle	NOUN	I	7			ewtb.r.369210.3
+9	.	.	PUNCT	O	0			ewtb.r.369210.3
+
+1	He	he	PRON	O	0			ewtb.r.369210.4
+2	told	tell	VERB	O	0		v.communication	ewtb.r.369210.4
+3	me	me	PRON	O	0			ewtb.r.369210.4
+4	"	"	PUNCT	O	0			ewtb.r.369210.4
+5	no	no	DET	B	0		n.cognition	ewtb.r.369210.4
+6	problem	problem	NOUN	I	5			ewtb.r.369210.4
+7	,	,	PUNCT	O	0			ewtb.r.369210.4
+8	we	we	PRON	O	0			ewtb.r.369210.4
+9	will	will	AUX	O	0			ewtb.r.369210.4
+10	match	match	VERB	O	0		v.social	ewtb.r.369210.4
+11	the	the	DET	O	0			ewtb.r.369210.4
+12	offer	offer	NOUN	O	0		n.possession	ewtb.r.369210.4
+13	or	or	CONJ	O	0			ewtb.r.369210.4
+14	do	do	VERB	B	0		v.competition	ewtb.r.369210.4
+15	better	better	ADV	I	14			ewtb.r.369210.4
+16	.	.	PUNCT	O	0			ewtb.r.369210.4
+17	"	"	PUNCT	O	0			ewtb.r.369210.4
+
+1	Mr.	mr.	PROPN	B	0		n.person	ewtb.r.369210.5
+2	Guerra	guerra	PROPN	I	1			ewtb.r.369210.5
+3	gave	give	VERB	B	0		v.possession	ewtb.r.369210.5
+4	me	me	PRON	o	0			ewtb.r.369210.5
+5	a	a	DET	o	0			ewtb.r.369210.5
+6	better	better	ADJ	o	0			ewtb.r.369210.5
+7	deal	deal	NOUN	I	3			ewtb.r.369210.5
+8	without	without	ADP	O	0			ewtb.r.369210.5
+9	any	any	DET	O	0			ewtb.r.369210.5
+10	hassles	hassle	NOUN	O	0		n.cognition	ewtb.r.369210.5
+11	nor	nor	CONJ	O	0			ewtb.r.369210.5
+12	any	any	DET	O	0			ewtb.r.369210.5
+13	type	type	NOUN	O	0		n.cognition	ewtb.r.369210.5
+14	of	of	ADP	O	0			ewtb.r.369210.5
+15	problems	problem	NOUN	O	0		n.cognition	ewtb.r.369210.5
+16	.	.	PUNCT	O	0			ewtb.r.369210.5
+
+1	Brickell	brickell	PROPN	B	0		n.group	ewtb.r.369210.6
+2	Honda	honda	PROPN	I	1			ewtb.r.369210.6
+3	has	have	AUX	O	0			ewtb.r.369210.6
+4	been	be	VERB	O	0		v.stative	ewtb.r.369210.6
+5	the	the	DET	O	0			ewtb.r.369210.6
+6	best	best	ADJ	O	0			ewtb.r.369210.6
+7	buying	buying	NOUN	O	0		n.possession	ewtb.r.369210.6
+8	experience	experience	NOUN	O	0		n.event	ewtb.r.369210.6
+9	in	in	ADP	B	0			ewtb.r.369210.6
+10	the	the	DET	I	9			ewtb.r.369210.6
+11	world	world	NOUN	I	10			ewtb.r.369210.6
+12	.	.	PUNCT	O	0			ewtb.r.369210.6
+
+1	I	i	PRON	O	0			ewtb.r.369210.7
+2	urge	urge	VERB	O	0		v.communication	ewtb.r.369210.7
+3	all	all	DET	O	0			ewtb.r.369210.7
+4	St.	st.	PROPN	B	0		n.group	ewtb.r.369210.7
+5	Thomas	thomas	PROPN	I	4			ewtb.r.369210.7
+6	the	the	DET	I	5			ewtb.r.369210.7
+7	Apostle	apostle	PROPN	I	6			ewtb.r.369210.7
+8	parishioners	parishioner	NOUN	O	0		n.group	ewtb.r.369210.7
+9	and	and	CONJ	O	0			ewtb.r.369210.7
+10	all	all	DET	O	0			ewtb.r.369210.7
+11	of	of	ADP	O	0			ewtb.r.369210.7
+12	South	south	ADJ	B	0		n.location	ewtb.r.369210.7
+13	Florida	florida	PROPN	I	12			ewtb.r.369210.7
+14	residents	resident	NOUN	O	0		n.group	ewtb.r.369210.7
+15	to	to	PART	O	0			ewtb.r.369210.7
+16	come	come	VERB	O	0		v.motion	ewtb.r.369210.7
+17	see	see	VERB	O	0		v.social	ewtb.r.369210.7
+18	Gus	gus	PROPN	O	0		n.person	ewtb.r.369210.7
+19	!!!	!!!	PUNCT	O	0			ewtb.r.369210.7
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.369210.8
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.369210.8
+3	service	service	NOUN	I	2			ewtb.r.369210.8
+4	!!!	!!!	PUNCT	O	0			ewtb.r.369210.8
+
+1	Watch	watch	VERB	B	0		v.cognition	ewtb.r.391012.1
+2	out	out	ADP	I	1			ewtb.r.391012.1
+3	for	for	ADP	O	0			ewtb.r.391012.1
+4	your	your	PRON	O	0			ewtb.r.391012.1
+5	wallet	wallet	NOUN	O	0		n.possession	ewtb.r.391012.1
+
+1	Watch	watch	VERB	B	0		v.cognition	ewtb.r.391012.2
+2	out	out	ADP	I	1			ewtb.r.391012.2
+3	for	for	ADP	O	0			ewtb.r.391012.2
+4	your	your	PRON	O	0			ewtb.r.391012.2
+5	wallet	wallet	NOUN	O	0		n.possession	ewtb.r.391012.2
+6	!	!	PUNCT	O	0			ewtb.r.391012.2
+
+1	This	this	DET	O	0			ewtb.r.391012.3
+2	company	company	NOUN	O	0		n.group	ewtb.r.391012.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.391012.3
+4	overpriced	overpriced	ADJ	O	0			ewtb.r.391012.3
+5	for	for	ADP	O	0			ewtb.r.391012.3
+6	their	their	PRON	O	0			ewtb.r.391012.3
+7	services	services	NOUN	O	0		n.act	ewtb.r.391012.3
+8	.	.	PUNCT	O	0			ewtb.r.391012.3
+
+1	They	they	PRON	O	0			ewtb.r.391012.4
+2	pride	pride	VERB	B	0		v.cognition	ewtb.r.391012.4
+3	themselves	themselves	PRON	o	0			ewtb.r.391012.4
+4	on	on	SCONJ	I	2			ewtb.r.391012.4
+5	being	be	VERB	O	0		v.stative	ewtb.r.391012.4
+6	an	an	DET	O	0			ewtb.r.391012.4
+7	event	event	NOUN	O	0		n.event	ewtb.r.391012.4
+8	and	and	CONJ	O	0			ewtb.r.391012.4
+9	team	team	NOUN	B	0		n.cognition	ewtb.r.391012.4
+10	building	building	NOUN	I	9			ewtb.r.391012.4
+11	company	company	NOUN	O	0		n.group	ewtb.r.391012.4
+12	for	for	ADP	O	0			ewtb.r.391012.4
+13	corporate	corporate	ADJ	O	0			ewtb.r.391012.4
+14	clients	client	NOUN	O	0		n.group	ewtb.r.391012.4
+15	but	but	CONJ	O	0			ewtb.r.391012.4
+16	you	you	PRON	O	0			ewtb.r.391012.4
+17	better	better	ADV	B	0		v.cognition	ewtb.r.391012.4
+18	believe	believe	VERB	I	17			ewtb.r.391012.4
+19	they	they	PRON	O	0			ewtb.r.391012.4
+20	are	be	AUX	O	0			ewtb.r.391012.4
+21	going	go	VERB	B	0			ewtb.r.391012.4
+22	to	to	PART	I	21			ewtb.r.391012.4
+23	mark	mark	VERB	B	0		v.possession	ewtb.r.391012.4
+24	you	you	PRON	o	0			ewtb.r.391012.4
+25	up	up	ADP	I	23			ewtb.r.391012.4
+26	on	on	ADP	O	0			ewtb.r.391012.4
+27	that	that	DET	O	0			ewtb.r.391012.4
+28	feel	feel	VERB	B	0		v.emotion	ewtb.r.391012.4
+29	good	good	ADJ	I	28			ewtb.r.391012.4
+30	premise	premise	NOUN	O	0		n.cognition	ewtb.r.391012.4
+31	.	.	PUNCT	O	0			ewtb.r.391012.4
+
+1	On	on	ADP	O	0			ewtb.r.391012.5
+2	a	a	DET	O	0			ewtb.r.391012.5
+3	recent	recent	ADJ	O	0			ewtb.r.391012.5
+4	event	event	NOUN	O	0		n.event	ewtb.r.391012.5
+5	quote	quote	NOUN	O	0		n.possession	ewtb.r.391012.5
+6	that	that	DET	O	0			ewtb.r.391012.5
+7	I	i	PRON	O	0			ewtb.r.391012.5
+8	had	have	AUX	O	0			ewtb.r.391012.5
+9	done	do	VERB	O	0		v.creation	ewtb.r.391012.5
+10	,	,	PUNCT	O	0			ewtb.r.391012.5
+11	they	they	PRON	O	0			ewtb.r.391012.5
+12	came	come	VERB	B	0		v.stative	ewtb.r.391012.5
+13	in	in	ADV	I	12			ewtb.r.391012.5
+14	thousands	thousand	NOUN	O	0		n.quantity	ewtb.r.391012.5
+15	of	of	ADP	O	0			ewtb.r.391012.5
+16	dollars	dollar	NOUN	O	0		n.possession	ewtb.r.391012.5
+17	over	over	ADP	O	0			ewtb.r.391012.5
+18	their	their	PRON	O	0			ewtb.r.391012.5
+19	local	local	ADJ	O	0			ewtb.r.391012.5
+20	competition	competition	NOUN	O	0		n.cognition	ewtb.r.391012.5
+21	.	.	PUNCT	O	0			ewtb.r.391012.5
+
+1	The	the	DET	O	0			ewtb.r.391012.6
+2	craziest	crazy	ADJ	O	0			ewtb.r.391012.6
+3	part	part	NOUN	O	0			ewtb.r.391012.6
+4	is	be	VERB	O	0		v.stative	ewtb.r.391012.6
+5	that	that	SCONJ	O	0			ewtb.r.391012.6
+6	they	they	PRON	O	0			ewtb.r.391012.6
+7	are	be	AUX	O	0			ewtb.r.391012.6
+8	n't	n't	PART	O	0			ewtb.r.391012.6
+9	even	even	ADV	O	0			ewtb.r.391012.6
+10	based	base	VERB	O	0		v.stative	ewtb.r.391012.6
+11	locally	locally	ADV	O	0			ewtb.r.391012.6
+12	at	at	ADP	O	0			ewtb.r.391012.6
+13	the	the	DET	O	0			ewtb.r.391012.6
+14	city	city	NOUN	O	0		n.location	ewtb.r.391012.6
+15	I	i	PRON	O	0			ewtb.r.391012.6
+16	'm	'm	VERB	O	0		v.stative	ewtb.r.391012.6
+17	in	in	ADP	O	0			ewtb.r.391012.6
+18	-	-	PUNCT	O	0			ewtb.r.391012.6
+19	they	they	PRON	O	0			ewtb.r.391012.6
+20	just	just	ADV	O	0			ewtb.r.391012.6
+21	have	have	VERB	O	0		v.stative	ewtb.r.391012.6
+22	'	'	PUNCT	O	0			ewtb.r.391012.6
+23	teams	team	NOUN	O	0		n.group	ewtb.r.391012.6
+24	'	'	PUNCT	O	0			ewtb.r.391012.6
+25	in	in	ADP	O	0			ewtb.r.391012.6
+26	areas	area	NOUN	O	0		n.location	ewtb.r.391012.6
+27	through	through	ADP	O	0			ewtb.r.391012.6
+28	the	the	DET	O	0			ewtb.r.391012.6
+29	country	country	NOUN	O	0		n.location	ewtb.r.391012.6
+30	.	.	PUNCT	O	0			ewtb.r.391012.6
+
+1	I	i	PRON	O	0			ewtb.r.391012.7
+2	've	've	AUX	O	0			ewtb.r.391012.7
+3	spoken	speak	VERB	O	0		v.communication	ewtb.r.391012.7
+4	to	to	ADP	O	0			ewtb.r.391012.7
+5	vendors	vendor	NOUN	O	0		n.group	ewtb.r.391012.7
+6	who	who	PRON	O	0			ewtb.r.391012.7
+7	are	be	AUX	O	0			ewtb.r.391012.7
+8	used	use	VERB	O	0		v.stative	ewtb.r.391012.7
+9	by	by	ADP	O	0			ewtb.r.391012.7
+10	them	them	PRON	O	0			ewtb.r.391012.7
+11	who	who	PRON	O	0			ewtb.r.391012.7
+12	had	have	VERB	B	0		v.communication	ewtb.r.391012.7
+13	nothing	nothing	NOUN	o	0			ewtb.r.391012.7
+14	good	good	ADJ	o	0			ewtb.r.391012.7
+15	to	to	PART	I	12			ewtb.r.391012.7
+16	say	say	VERB	I	15			ewtb.r.391012.7
+17	about	about	ADP	O	0			ewtb.r.391012.7
+18	the	the	DET	O	0			ewtb.r.391012.7
+19	company	company	NOUN	O	0		n.group	ewtb.r.391012.7
+20	as	as	ADV	B	0			ewtb.r.391012.7
+21	well	well	ADV	I	20			ewtb.r.391012.7
+22	and	and	CONJ	O	0			ewtb.r.391012.7
+23	in	in	ADP	B	0			ewtb.r.391012.7
+24	fact	fact	NOUN	I	23			ewtb.r.391012.7
+25	were	be	VERB	O	0		v.stative	ewtb.r.391012.7
+26	afraid	afraid	ADJ	O	0			ewtb.r.391012.7
+27	to	to	PART	O	0			ewtb.r.391012.7
+28	quote	quote	VERB	O	0		v.possession	ewtb.r.391012.7
+29	events	event	NOUN	O	0		n.event	ewtb.r.391012.7
+30	against	against	ADP	O	0			ewtb.r.391012.7
+31	them	them	PRON	O	0			ewtb.r.391012.7
+32	even	even	ADV	B	0			ewtb.r.391012.7
+33	though	though	SCONJ	I	32			ewtb.r.391012.7
+34	they	they	PRON	O	0			ewtb.r.391012.7
+35	openly	openly	ADV	O	0			ewtb.r.391012.7
+36	admitted	admit	VERB	O	0		v.communication	ewtb.r.391012.7
+37	that	that	SCONJ	O	0			ewtb.r.391012.7
+38	they	they	PRON	O	0			ewtb.r.391012.7
+39	felt	felt	VERB	O	0		v.cognition	ewtb.r.391012.7
+40	Canadian	canadian	PROPN	B	0		n.group	ewtb.r.391012.7
+41	Outback	outback	PROPN	I	40			ewtb.r.391012.7
+42	was	be	AUX	O	0			ewtb.r.391012.7
+43	pricing	price	VERB	B	0		v.competition	ewtb.r.391012.7
+44	their	their	PRON	o	0			ewtb.r.391012.7
+45	entertainment	entertainment	NOUN	o	0		n.cognition	ewtb.r.391012.7
+46	out	out	ADP	I	43			ewtb.r.391012.7
+47	of	of	ADP	I	46			ewtb.r.391012.7
+48	the	the	DET	O	0			ewtb.r.391012.7
+49	market	market	NOUN	O	0		n.cognition	ewtb.r.391012.7
+50	and	and	CONJ	O	0			ewtb.r.391012.7
+51	doing	do	VERB	O	0		v.stative	ewtb.r.391012.7
+52	more	more	ADJ	O	0			ewtb.r.391012.7
+53	to	to	PART	O	0			ewtb.r.391012.7
+54	hurt	hurt	VERB	O	0		v.cognition	ewtb.r.391012.7
+55	their	their	PRON	O	0			ewtb.r.391012.7
+56	business	business	NOUN	O	0		n.group	ewtb.r.391012.7
+57	than	than	SCONJ	O	0			ewtb.r.391012.7
+58	help	help	VERB	O	0		v.cognition	ewtb.r.391012.7
+59	them	them	PRON	O	0			ewtb.r.391012.7
+60	.	.	PUNCT	O	0			ewtb.r.391012.7
+
+1	Be	be	AUX	O	0			ewtb.r.391012.8
+2	warned	warn	VERB	O	0		v.cognition	ewtb.r.391012.8
+3	-	-	PUNCT	O	0			ewtb.r.391012.8
+4	they	they	PRON	O	0			ewtb.r.391012.8
+5	'll	'll	AUX	O	0			ewtb.r.391012.8
+6	ltake	ltake	VERB	B	0		v.possession	ewtb.r.391012.8
+7	you	you	PRON	o	0			ewtb.r.391012.8
+8	for	for	ADP	I	6			ewtb.r.391012.8
+9	everything	everything	NOUN	O	0			ewtb.r.391012.8
+10	they	they	PRON	O	0			ewtb.r.391012.8
+11	can	can	AUX	O	0			ewtb.r.391012.8
+12	.	.	PUNCT	O	0			ewtb.r.391012.8
+
+1	Tire	tire	PROPN	B	0		n.person	ewtb.r.395218.1
+2	Gooroo	gooroo	PROPN	I	1			ewtb.r.395218.1
+
+1	David	david	PROPN	B	0		n.person	ewtb.r.395218.2
+2	Bundren	bundren	PROPN	I	1			ewtb.r.395218.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.395218.2
+4	the	the	DET	O	0			ewtb.r.395218.2
+5	Tire	tire	PROPN	B	0		n.person	ewtb.r.395218.2
+6	GooRoo	gooroo	PROPN	I	5			ewtb.r.395218.2
+7	.	.	PUNCT	O	0			ewtb.r.395218.2
+
+1	They	they	PRON	O	0			ewtb.r.004540.1
+2	really	really	ADV	O	0			ewtb.r.004540.1
+3	go	go	VERB	B	0		v.social	ewtb.r.004540.1
+4	above	above	ADV	I	3			ewtb.r.004540.1
+5	and	and	CONJ	I	4			ewtb.r.004540.1
+6	beyond	beyond	ADV	I	5			ewtb.r.004540.1
+7	!	!	PUNCT	O	0			ewtb.r.004540.1
+
+1	For	for	ADP	B	0			ewtb.r.004540.2
+2	example	example	NOUN	I	1			ewtb.r.004540.2
+3	,	,	PUNCT	O	0			ewtb.r.004540.2
+4	I	i	PRON	O	0			ewtb.r.004540.2
+5	actually	actually	ADV	O	0			ewtb.r.004540.2
+6	forgot	forget	VERB	O	0		v.cognition	ewtb.r.004540.2
+7	to	to	PART	O	0			ewtb.r.004540.2
+8	feed	feed	VERB	O	0		v.consumption	ewtb.r.004540.2
+9	my	my	PRON	O	0			ewtb.r.004540.2
+10	cat	cat	NOUN	O	0		n.animal	ewtb.r.004540.2
+11	,	,	PUNCT	O	0			ewtb.r.004540.2
+12	and	and	CONJ	O	0			ewtb.r.004540.2
+13	they	they	PRON	O	0			ewtb.r.004540.2
+14	went	go	VERB	B	0		v.social	ewtb.r.004540.2
+15	out	out	ADP	I	14			ewtb.r.004540.2
+16	of	of	ADP	I	15			ewtb.r.004540.2
+17	their	their	PRON	o	0			ewtb.r.004540.2
+18	way	way	NOUN	I	16			ewtb.r.004540.2
+19	to	to	PART	O	0			ewtb.r.004540.2
+20	take	take	VERB	B	0		v.social	ewtb.r.004540.2
+21	care	care	NOUN	I	20			ewtb.r.004540.2
+22	of	of	ADP	I	21			ewtb.r.004540.2
+23	him	him	PRON	O	0			ewtb.r.004540.2
+24	.	.	PUNCT	O	0			ewtb.r.004540.2
+
+1	Additionally	additionally	ADV	O	0			ewtb.r.004540.3
+2	,	,	PUNCT	O	0			ewtb.r.004540.3
+3	when	when	ADV	O	0			ewtb.r.004540.3
+4	there	there	PRON	O	0			ewtb.r.004540.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.004540.3
+6	confusion	confusion	NOUN	O	0		n.feeling	ewtb.r.004540.3
+7	(	(	PUNCT	O	0			ewtb.r.004540.3
+8	my	my	PRON	O	0			ewtb.r.004540.3
+9	fault	fault	NOUN	O	0		n.cognition	ewtb.r.004540.3
+10	)	)	PUNCT	O	0			ewtb.r.004540.3
+11	,	,	PUNCT	O	0			ewtb.r.004540.3
+12	they	they	PRON	O	0			ewtb.r.004540.3
+13	left	leave	VERB	O	0		v.possession	ewtb.r.004540.3
+14	me	me	PRON	O	0			ewtb.r.004540.3
+15	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.004540.3
+16	along	along	ADP	B	0			ewtb.r.004540.3
+17	with	with	ADP	I	16			ewtb.r.004540.3
+18	a	a	DET	O	0			ewtb.r.004540.3
+19	personalized	personalize	VERB	O	0		v.social	ewtb.r.004540.3
+20	gift	gift	NOUN	O	0		n.artifact	ewtb.r.004540.3
+21	.	.	PUNCT	O	0			ewtb.r.004540.3
+
+1	They	they	PRON	O	0			ewtb.r.004540.4
+2	have	have	AUX	O	0			ewtb.r.004540.4
+3	been	be	VERB	O	0		v.stative	ewtb.r.004540.4
+4	100	100	NUM	O	0			ewtb.r.004540.4
+5	%	%	SYM	O	0		n.quantity	ewtb.r.004540.4
+6	reliable	reliable	ADJ	O	0			ewtb.r.004540.4
+7	and	and	CONJ	O	0			ewtb.r.004540.4
+8	professional	professional	ADJ	O	0			ewtb.r.004540.4
+9	.	.	PUNCT	O	0			ewtb.r.004540.4
+
+1	Definitely	definitely	ADV	O	0			ewtb.r.004540.5
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.004540.5
+3	!	!	PUNCT	O	0			ewtb.r.004540.5
+
+1	We	we	PRON	O	0			ewtb.r.004940.1
+2	have	have	AUX	O	0			ewtb.r.004940.1
+3	been	be	AUX	O	0			ewtb.r.004940.1
+4	blessed	bless	VERB	O	0		v.cognition	ewtb.r.004940.1
+5	to	to	PART	O	0			ewtb.r.004940.1
+6	find	find	VERB	O	0		v.cognition	ewtb.r.004940.1
+7	Elite	elite	PROPN	B	0		n.group	ewtb.r.004940.1
+8	Flyers	flyers	PROPN	I	7			ewtb.r.004940.1
+9	online	online	ADV	O	0			ewtb.r.004940.1
+10	and	and	CONJ	O	0			ewtb.r.004940.1
+11	would	would	AUX	O	0			ewtb.r.004940.1
+12	not	not	PART	O	0			ewtb.r.004940.1
+13	use	use	VERB	O	0		v.social	ewtb.r.004940.1
+14	anyone	anyone	NOUN	O	0			ewtb.r.004940.1
+15	else	else	ADJ	O	0			ewtb.r.004940.1
+16	to	to	PART	O	0			ewtb.r.004940.1
+17	handle	handle	VERB	O	0		v.social	ewtb.r.004940.1
+18	our	our	PRON	O	0			ewtb.r.004940.1
+19	postcards	postcard	NOUN	O	0		n.artifact	ewtb.r.004940.1
+20	,	,	PUNCT	O	0			ewtb.r.004940.1
+21	posters	poster	NOUN	O	0		n.artifact	ewtb.r.004940.1
+22	,	,	PUNCT	O	0			ewtb.r.004940.1
+23	etc	etc	X	O	0			ewtb.r.004940.1
+24	.	.	PUNCT	O	0			ewtb.r.004940.1
+
+1	We	we	PRON	O	0			ewtb.r.004940.2
+2	were	be	AUX	O	0			ewtb.r.004940.2
+3	looking	look	VERB	O	0		v.cognition	ewtb.r.004940.2
+4	for	for	ADP	O	0			ewtb.r.004940.2
+5	a	a	DET	O	0			ewtb.r.004940.2
+6	company	company	NOUN	O	0		n.group	ewtb.r.004940.2
+7	with	with	ADP	O	0			ewtb.r.004940.2
+8	decent	decent	ADJ	O	0			ewtb.r.004940.2
+9	rates	rates	NOUN	O	0		n.possession	ewtb.r.004940.2
+10	as	as	SCONJ	O	0			ewtb.r.004940.2
+11	our	our	PRON	O	0			ewtb.r.004940.2
+12	company	company	NOUN	O	0		n.group	ewtb.r.004940.2
+13	was	be	AUX	O	0			ewtb.r.004940.2
+14	just	just	ADV	O	0			ewtb.r.004940.2
+15	getting	get	AUX	O	0			ewtb.r.004940.2
+16	started	start	VERB	O	0		v.creation	ewtb.r.004940.2
+17	.	.	PUNCT	O	0			ewtb.r.004940.2
+
+1	They	they	PRON	O	0			ewtb.r.004940.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.004940.3
+3	the	the	DET	O	0			ewtb.r.004940.3
+4	best	best	ADJ	O	0			ewtb.r.004940.3
+5	rates	rates	NOUN	O	0		n.possession	ewtb.r.004940.3
+6	and	and	CONJ	O	0			ewtb.r.004940.3
+7	GREAT	great	ADJ	O	0			ewtb.r.004940.3
+8	customer	customer	NOUN	B	0		n.act	ewtb.r.004940.3
+9	service	service	NOUN	I	8			ewtb.r.004940.3
+10	.	.	PUNCT	O	0			ewtb.r.004940.3
+
+1	On	on	ADP	O	0			ewtb.r.004940.4
+2	one	one	NUM	O	0			ewtb.r.004940.4
+3	order	order	NOUN	O	0		n.communication	ewtb.r.004940.4
+4	,	,	PUNCT	O	0			ewtb.r.004940.4
+5	we	we	PRON	O	0			ewtb.r.004940.4
+6	needed	need	VERB	O	0		v.cognition	ewtb.r.004940.4
+7	it	it	PRON	O	0			ewtb.r.004940.4
+8	rushed	rush	VERB	O	0		v.cognition	ewtb.r.004940.4
+9	and	and	CONJ	O	0			ewtb.r.004940.4
+10	shipped	ship	VERB	O	0		v.motion	ewtb.r.004940.4
+11	to	to	ADP	O	0			ewtb.r.004940.4
+12	a	a	DET	O	0			ewtb.r.004940.4
+13	different	different	ADJ	O	0			ewtb.r.004940.4
+14	state	state	NOUN	O	0		n.location	ewtb.r.004940.4
+15	.	.	PUNCT	O	0			ewtb.r.004940.4
+
+1	I	i	PRON	O	0			ewtb.r.004940.6
+2	also	also	ADV	O	0			ewtb.r.004940.6
+3	appreciate	appreciate	VERB	O	0		v.emotion	ewtb.r.004940.6
+4	their	their	PRON	O	0			ewtb.r.004940.6
+5	honesty	honesty	NOUN	O	0		n.attribute	ewtb.r.004940.6
+6	.	.	PUNCT	O	0			ewtb.r.004940.6
+
+1	I	i	PRON	O	0			ewtb.r.004940.7
+2	sent	send	VERB	O	0		v.communication	ewtb.r.004940.7
+3	a	a	DET	O	0			ewtb.r.004940.7
+4	graphic	graphic	NOUN	O	0		n.artifact	ewtb.r.004940.7
+5	that	that	DET	O	0			ewtb.r.004940.7
+6	would	would	AUX	O	0			ewtb.r.004940.7
+7	have	have	AUX	O	0			ewtb.r.004940.7
+8	been	be	AUX	O	0			ewtb.r.004940.7
+9	distorted	distort	VERB	O	0		v.change	ewtb.r.004940.7
+10	if	if	SCONJ	O	0			ewtb.r.004940.7
+11	printed	print	VERB	O	0		v.communication	ewtb.r.004940.7
+12	as	as	SCONJ	O	0			ewtb.r.004940.7
+13	it	it	PRON	O	0			ewtb.r.004940.7
+14	was	be	AUX	O	0		v.stative	ewtb.r.004940.7
+15	.	.	PUNCT	O	0			ewtb.r.004940.7
+
+1	They	they	PRON	O	0			ewtb.r.004940.8
+2	called	call	VERB	O	0		v.communication	ewtb.r.004940.8
+3	and	and	CONJ	O	0			ewtb.r.004940.8
+4	worked	work	VERB	O	0		v.social	ewtb.r.004940.8
+5	with	with	ADP	O	0			ewtb.r.004940.8
+6	me	me	PRON	O	0			ewtb.r.004940.8
+7	to	to	PART	O	0			ewtb.r.004940.8
+8	fix	fix	VERB	O	0		v.change	ewtb.r.004940.8
+9	it	it	PRON	O	0			ewtb.r.004940.8
+10	so	so	ADP	O	0			ewtb.r.004940.8
+11	that	that	SCONJ	O	0			ewtb.r.004940.8
+12	it	it	PRON	O	0			ewtb.r.004940.8
+13	would	would	AUX	O	0			ewtb.r.004940.8
+14	look	look	VERB	O	0		v.perception	ewtb.r.004940.8
+15	perfect	perfect	ADJ	O	0			ewtb.r.004940.8
+16	.	.	PUNCT	O	0			ewtb.r.004940.8
+
+1	They	they	PRON	O	0			ewtb.r.004940.9
+2	recently	recently	ADV	O	0			ewtb.r.004940.9
+3	surprised	surprise	VERB	O	0		v.cognition	ewtb.r.004940.9
+4	me	me	PRON	O	0			ewtb.r.004940.9
+5	a	a	DET	O	0			ewtb.r.004940.9
+6	larger	larger	ADJ	O	0			ewtb.r.004940.9
+7	order	order	NOUN	O	0		n.communication	ewtb.r.004940.9
+8	.	.	PUNCT	O	0			ewtb.r.004940.9
+
+1	I	i	PRON	O	0			ewtb.r.004940.10
+2	ordered	order	VERB	O	0		v.communication	ewtb.r.004940.10
+3	1000	1000	NUM	O	0			ewtb.r.004940.10
+4	postcards	postcard	NOUN	O	0		n.communication	ewtb.r.004940.10
+5	,	,	PUNCT	O	0			ewtb.r.004940.10
+6	we	we	PRON	O	0			ewtb.r.004940.10
+7	normally	normally	ADV	O	0			ewtb.r.004940.10
+8	order	order	VERB	O	0		v.communication	ewtb.r.004940.10
+9	5000	5000	NUM	O	0			ewtb.r.004940.10
+10	or	or	CONJ	O	0			ewtb.r.004940.10
+11	more	more	ADJ	O	0			ewtb.r.004940.10
+12	.	.	PUNCT	O	0			ewtb.r.004940.10
+
+1	Because	because	SCONJ	O	0			ewtb.r.004940.11
+2	they	they	PRON	O	0			ewtb.r.004940.11
+3	had	have	VERB	O	0		v.stative	ewtb.r.004940.11
+4	room	room	NOUN	O	0		n.cognition	ewtb.r.004940.11
+5	to	to	PART	O	0			ewtb.r.004940.11
+6	do	do	VERB	O	0		v.social	ewtb.r.004940.11
+7	5000	5000	NUM	O	0			ewtb.r.004940.11
+8	,	,	PUNCT	O	0			ewtb.r.004940.11
+9	they	they	PRON	O	0			ewtb.r.004940.11
+10	created	create	VERB	O	0		v.creation	ewtb.r.004940.11
+11	the	the	DET	O	0			ewtb.r.004940.11
+12	larger	larger	ADJ	O	0			ewtb.r.004940.11
+13	amount	amount	NOUN	O	0		n.quantity	ewtb.r.004940.11
+14	,	,	PUNCT	O	0			ewtb.r.004940.11
+15	and	and	CONJ	O	0			ewtb.r.004940.11
+16	shipped	ship	VERB	O	0		v.motion	ewtb.r.004940.11
+17	them	them	PRON	O	0			ewtb.r.004940.11
+18	early	early	ADV	O	0			ewtb.r.004940.11
+19	.	.	PUNCT	O	0			ewtb.r.004940.11
+
+1	I	i	PRON	O	0			ewtb.r.004940.12
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.004940.12
+3	this	this	DET	O	0			ewtb.r.004940.12
+4	company	company	NOUN	O	0		n.group	ewtb.r.004940.12
+5	to	to	ADP	O	0			ewtb.r.004940.12
+6	ANYONE	anyone	NOUN	O	0			ewtb.r.004940.12
+7	and	and	CONJ	O	0			ewtb.r.004940.12
+8	everyone	everyone	NOUN	O	0			ewtb.r.004940.12
+9	that	that	DET	O	0			ewtb.r.004940.12
+10	needs	need	VERB	O	0		v.cognition	ewtb.r.004940.12
+11	great	great	ADJ	O	0			ewtb.r.004940.12
+12	work	work	NOUN	O	0		n.act	ewtb.r.004940.12
+13	done	do	VERB	O	0		v.stative	ewtb.r.004940.12
+14	at	at	ADP	O	0			ewtb.r.004940.12
+15	a	a	DET	O	0			ewtb.r.004940.12
+16	reasonable	reasonable	ADJ	O	0			ewtb.r.004940.12
+17	rate	rate	NOUN	O	0		n.possession	ewtb.r.004940.12
+18	!	!	PUNCT	O	0			ewtb.r.004940.12
+
+1	They	they	PRON	O	0			ewtb.r.004940.13
+2	have	have	VERB	O	0		v.stative	ewtb.r.004940.13
+3	a	a	DET	O	0			ewtb.r.004940.13
+4	customer	customer	NOUN	O	0		n.person	ewtb.r.004940.13
+5	for	for	ADP	O	0			ewtb.r.004940.13
+6	life	life	NOUN	O	0		n.time	ewtb.r.004940.13
+7	in	in	ADP	O	0			ewtb.r.004940.13
+8	us	us	PRON	O	0			ewtb.r.004940.13
+9	!	!	PUNCT	O	0			ewtb.r.004940.13
+
+1	such	such	DET	O	0			ewtb.r.009943.1
+2	a	a	DET	O	0			ewtb.r.009943.1
+3	great	great	ADJ	O	0			ewtb.r.009943.1
+4	idea	idea	NOUN	O	0		n.cognition	ewtb.r.009943.1
+5	this	this	DET	O	0			ewtb.r.009943.1
+6	was	be	VERB	O	0		v.stative	ewtb.r.009943.1
+7	,	,	PUNCT	O	0			ewtb.r.009943.1
+8	so	so	ADV	O	0			ewtb.r.009943.1
+9	easy	easy	ADJ	O	0			ewtb.r.009943.1
+10	to	to	PART	O	0			ewtb.r.009943.1
+11	load	load	VERB	O	0		v.motion	ewtb.r.009943.1
+12	and	and	CONJ	O	0			ewtb.r.009943.1
+13	pack	pack	VERB	O	0		v.motion	ewtb.r.009943.1
+14	,	,	PUNCT	O	0			ewtb.r.009943.1
+15	no	no	DET	O	0			ewtb.r.009943.1
+16	ramp	ramp	NOUN	O	0		n.artifact	ewtb.r.009943.1
+17	,	,	PUNCT	O	0			ewtb.r.009943.1
+18	no	no	DET	O	0			ewtb.r.009943.1
+19	step	step	NOUN	O	0		n.act	ewtb.r.009943.1
+20	up	up	ADV	O	0			ewtb.r.009943.1
+21	no	no	DET	O	0			ewtb.r.009943.1
+22	back	back	NOUN	B	0		n.state	ewtb.r.009943.1
+23	aches	ache	NOUN	I	22			ewtb.r.009943.1
+24	.	.	PUNCT	O	0			ewtb.r.009943.1
+
+1	Very	very	ADV	O	0			ewtb.r.012047.1
+2	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.012047.1
+3	and	and	CONJ	O	0			ewtb.r.012047.1
+4	friendly	friendly	ADJ	O	0			ewtb.r.012047.1
+5	design	design	NOUN	O	0		n.act	ewtb.r.012047.1
+6	build	build	NOUN	O	0		n.act	ewtb.r.012047.1
+7	firm	firm	NOUN	O	0		n.group	ewtb.r.012047.1
+8	.	.	PUNCT	O	0			ewtb.r.012047.1
+
+1	They	they	PRON	O	0			ewtb.r.012047.2
+2	specialize	specialize	VERB	B	0		v.cognition	ewtb.r.012047.2
+3	in	in	ADP	I	2			ewtb.r.012047.2
+4	financial	financial	ADJ	O	0			ewtb.r.012047.2
+5	institutions	institution	NOUN	O	0		n.group	ewtb.r.012047.2
+6	,	,	PUNCT	O	0			ewtb.r.012047.2
+7	medical	medical	ADJ	O	0			ewtb.r.012047.2
+8	,	,	PUNCT	O	0			ewtb.r.012047.2
+9	and	and	CONJ	O	0			ewtb.r.012047.2
+10	retail	retail	NOUN	O	0		n.possession	ewtb.r.012047.2
+11	projects	project	NOUN	O	0		n.act	ewtb.r.012047.2
+12	.	.	PUNCT	O	0			ewtb.r.012047.2
+
+1	These	these	DET	O	0			ewtb.r.012047.3
+2	guys	guy	NOUN	O	0		n.person	ewtb.r.012047.3
+3	know	know	VERB	B	0		v.cognition	ewtb.r.012047.3
+4	what	what	PRON	I	3			ewtb.r.012047.3
+5	they	they	PRON	o	0			ewtb.r.012047.3
+6	're	're	AUX	o	0			ewtb.r.012047.3
+7	doing	do	VERB	I	4			ewtb.r.012047.3
+8	and	and	CONJ	O	0			ewtb.r.012047.3
+9	helped	help	VERB	O	0		v.social	ewtb.r.012047.3
+10	me	me	PRON	O	0			ewtb.r.012047.3
+11	in	in	ADP	O	0			ewtb.r.012047.3
+12	all	all	DET	O	0			ewtb.r.012047.3
+13	phases	phase	NOUN	O	0		n.state	ewtb.r.012047.3
+14	of	of	ADP	O	0			ewtb.r.012047.3
+15	our	our	PRON	O	0			ewtb.r.012047.3
+16	project	project	NOUN	O	0		n.act	ewtb.r.012047.3
+17	.	.	PUNCT	O	0			ewtb.r.012047.3
+
+1	This	this	DET	O	0			ewtb.r.015148.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.015148.1
+3	has	have	VERB	O	0		v.stative	ewtb.r.015148.1
+4	the	the	DET	O	0			ewtb.r.015148.1
+5	best	best	ADJ	O	0			ewtb.r.015148.1
+6	baby	baby	NOUN	O	0		n.person	ewtb.r.015148.1
+7	and	and	CONJ	O	0			ewtb.r.015148.1
+8	children	child	NOUN	O	0		n.person	ewtb.r.015148.1
+9	s	s	PART	O	0			ewtb.r.015148.1
+10	clothes	clothes	NOUN	O	0		n.artifact	ewtb.r.015148.1
+11	.	.	PUNCT	O	0			ewtb.r.015148.1
+
+1	Especially	especially	ADV	O	0			ewtb.r.015148.2
+2	high	high	ADJ	B	0			ewtb.r.015148.2
+3	end	end	NOUN	I	2			ewtb.r.015148.2
+4	keep	keep	NOUN	B	0		n.artifact	ewtb.r.015148.2
+5	sake	sake	NOUN	I	4			ewtb.r.015148.2
+6	sort	sort	NOUN	O	0		n.cognition	ewtb.r.015148.2
+7	of	of	ADP	O	0			ewtb.r.015148.2
+8	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.015148.2
+9	that	that	DET	O	0			ewtb.r.015148.2
+10	you	you	PRON	O	0			ewtb.r.015148.2
+11	just	just	ADV	O	0			ewtb.r.015148.2
+12	ca	ca	AUX	O	0			ewtb.r.015148.2
+13	nt	nt	ADV	O	0			ewtb.r.015148.2
+14	find	find	VERB	O	0		v.cognition	ewtb.r.015148.2
+15	in	in	ADP	O	0			ewtb.r.015148.2
+16	a	a	DET	B	0			ewtb.r.015148.2
+17	lot	lot	NOUN	I	16			ewtb.r.015148.2
+18	of	of	ADP	O	0			ewtb.r.015148.2
+19	stores	store	NOUN	O	0		n.group	ewtb.r.015148.2
+20	.	.	PUNCT	O	0			ewtb.r.015148.2
+
+1	It	it	PRON	O	0			ewtb.r.015148.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.015148.3
+3	all	all	ADV	O	0			ewtb.r.015148.3
+4	very	very	ADV	O	0			ewtb.r.015148.3
+5	unique	unique	ADJ	O	0			ewtb.r.015148.3
+6	and	and	CONJ	O	0			ewtb.r.015148.3
+7	you	you	PRON	O	0			ewtb.r.015148.3
+8	wo	wo	AUX	O	0			ewtb.r.015148.3
+9	nt	nt	ADV	O	0			ewtb.r.015148.3
+10	find	find	VERB	O	0		v.cognition	ewtb.r.015148.3
+11	any	any	DET	O	0			ewtb.r.015148.3
+12	other	other	ADJ	O	0			ewtb.r.015148.3
+13	baby	baby	NOUN	O	0		n.person	ewtb.r.015148.3
+14	wearing	wear	VERB	O	0		v.body	ewtb.r.015148.3
+15	the	the	DET	O	0			ewtb.r.015148.3
+16	same	same	ADJ	O	0			ewtb.r.015148.3
+17	stuff	stuff	NOUN	O	0		n.artifact	ewtb.r.015148.3
+18	.	.	PUNCT	O	0			ewtb.r.015148.3
+
+1	I	i	PRON	O	0			ewtb.r.015148.4
+2	spent	spend	VERB	O	0		v.possession	ewtb.r.015148.4
+3	quite	quite	DET	O	0			ewtb.r.015148.4
+4	a	a	DET	B	0			ewtb.r.015148.4
+5	bit	bit	NOUN	I	4			ewtb.r.015148.4
+6	because	because	SCONJ	O	0			ewtb.r.015148.4
+7	I	i	PRON	O	0			ewtb.r.015148.4
+8	spoil	spoil	VERB	O	0		v.cognition	ewtb.r.015148.4
+9	my	my	PRON	O	0			ewtb.r.015148.4
+10	little	little	ADJ	O	0			ewtb.r.015148.4
+11	princess	princess	NOUN	O	0		n.person	ewtb.r.015148.4
+12	.	.	PUNCT	O	0			ewtb.r.015148.4
+
+1	UGH	ugh	INTJ	O	0			ewtb.r.017345.1
+2	!!!	!!!	PUNCT	O	0			ewtb.r.017345.1
+
+1	Got	get	VERB	O	0		v.possession	ewtb.r.017345.2
+2	some	some	DET	O	0			ewtb.r.017345.2
+3	nice	nice	ADJ	O	0			ewtb.r.017345.2
+4	"	"	PUNCT	O	0			ewtb.r.017345.2
+5	freshly	freshly	ADV	O	0			ewtb.r.017345.2
+6	baked	bake	VERB	O	0		v.creation	ewtb.r.017345.2
+7	"	"	PUNCT	O	0			ewtb.r.017345.2
+8	fruit	fruit	NOUN	O	0		n.food	ewtb.r.017345.2
+9	squares	square	NOUN	O	0		n.shape	ewtb.r.017345.2
+10	,	,	PUNCT	O	0			ewtb.r.017345.2
+11	a	a	DET	O	0			ewtb.r.017345.2
+12	personal	personal	ADJ	O	0			ewtb.r.017345.2
+13	favorite	favorite	NOUN	O	0		n.attribute	ewtb.r.017345.2
+14	of	of	ADP	O	0			ewtb.r.017345.2
+15	mine	mine	PRON	O	0			ewtb.r.017345.2
+16	.	.	PUNCT	O	0			ewtb.r.017345.2
+
+1	Took	take	VERB	B	0		v.consumption	ewtb.r.017345.3
+2	a	a	DET	I	1			ewtb.r.017345.3
+3	bite	bite	NOUN	I	2			ewtb.r.017345.3
+4	,	,	PUNCT	O	0			ewtb.r.017345.3
+5	it	it	PRON	O	0			ewtb.r.017345.3
+6	tasted	taste	VERB	O	0		v.perception	ewtb.r.017345.3
+7	odd	odd	ADJ	O	0			ewtb.r.017345.3
+8	.	.	PUNCT	O	0			ewtb.r.017345.3
+
+1	Flipped	flip	VERB	O	0		v.contact	ewtb.r.017345.4
+2	the	the	DET	O	0			ewtb.r.017345.4
+3	square	square	NOUN	O	0		n.shape	ewtb.r.017345.4
+4	over	over	ADP	O	0			ewtb.r.017345.4
+5	and	and	CONJ	O	0			ewtb.r.017345.4
+6	saw	see	VERB	O	0		v.perception	ewtb.r.017345.4
+7	it	it	PRON	O	0			ewtb.r.017345.4
+8	riddled	riddled	ADJ	O	0			ewtb.r.017345.4
+9	with	with	ADP	O	0			ewtb.r.017345.4
+10	green	green	ADJ	O	0			ewtb.r.017345.4
+11	mold	mold	NOUN	O	0		n.natural_object	ewtb.r.017345.4
+12	!!!!	!!!!	PUNCT	O	0			ewtb.r.017345.4
+
+1	Ugh	ugh	INTJ	O	0			ewtb.r.017345.5
+2	!!	!!	PUNCT	O	0			ewtb.r.017345.5
+
+1	I	i	PRON	O	0			ewtb.r.017345.6
+2	called	call	VERB	O	0		v.communication	ewtb.r.017345.6
+3	the	the	DET	O	0			ewtb.r.017345.6
+4	store	store	NOUN	O	0		n.group	ewtb.r.017345.6
+5	and	and	CONJ	O	0			ewtb.r.017345.6
+6	the	the	DET	O	0			ewtb.r.017345.6
+7	clerk	clerk	NOUN	O	0		n.person	ewtb.r.017345.6
+8	giggled	giggle	VERB	O	0		v.communication	ewtb.r.017345.6
+9	,	,	PUNCT	O	0			ewtb.r.017345.6
+10	and	and	CONJ	O	0			ewtb.r.017345.6
+11	agreed	agree	VERB	O	0		v.communication	ewtb.r.017345.6
+12	that	that	SCONJ	O	0			ewtb.r.017345.6
+13	it	it	PRON	O	0			ewtb.r.017345.6
+14	was	be	VERB	O	0		v.stative	ewtb.r.017345.6
+15	gross	gross	ADJ	O	0			ewtb.r.017345.6
+16	,	,	PUNCT	O	0			ewtb.r.017345.6
+17	but	but	CONJ	O	0			ewtb.r.017345.6
+18	said	say	VERB	O	0		v.communication	ewtb.r.017345.6
+19	it	it	PRON	O	0			ewtb.r.017345.6
+20	was	be	VERB	O	0		v.stative	ewtb.r.017345.6
+21	not	not	PART	O	0			ewtb.r.017345.6
+22	her	her	PRON	O	0			ewtb.r.017345.6
+23	problem	problem	NOUN	O	0		n.cognition	ewtb.r.017345.6
+24	.	.	PUNCT	O	0			ewtb.r.017345.6
+
+1	She	she	PRON	O	0			ewtb.r.017345.7
+2	also	also	ADV	O	0			ewtb.r.017345.7
+3	refused	refuse	VERB	O	0		v.communication	ewtb.r.017345.7
+4	to	to	PART	O	0			ewtb.r.017345.7
+5	get	get	VERB	O	0		v.social	ewtb.r.017345.7
+6	a	a	DET	O	0			ewtb.r.017345.7
+7	manager	manager	NOUN	O	0		n.person	ewtb.r.017345.7
+8	.	.	PUNCT	O	0			ewtb.r.017345.7
+
+1	I	i	PRON	O	0			ewtb.r.017345.8
+2	left	leave	VERB	B	0		v.communication	ewtb.r.017345.8
+3	my	my	PRON	o	0			ewtb.r.017345.8
+4	number	number	NOUN	I	2			ewtb.r.017345.8
+5	,	,	PUNCT	O	0			ewtb.r.017345.8
+6	or	or	CONJ	O	0			ewtb.r.017345.8
+7	tried	try	VERB	O	0		v.stative	ewtb.r.017345.8
+8	to	to	PART	O	0			ewtb.r.017345.8
+9	anyway	anyway	ADV	O	0			ewtb.r.017345.8
+10	.	.	PUNCT	O	0			ewtb.r.017345.8
+
+1	Same	same	ADJ	O	0			ewtb.r.017345.9
+2	clerk	clerk	NOUN	O	0		n.person	ewtb.r.017345.9
+3	had	have	VERB	O	0		v.stative	ewtb.r.017345.9
+4	considerable	considerable	ADJ	O	0			ewtb.r.017345.9
+5	difficulty	difficulty	NOUN	O	0		n.state	ewtb.r.017345.9
+6	taking	take	VERB	B	0		v.communication	ewtb.r.017345.9
+7	down	down	ADP	I	6			ewtb.r.017345.9
+8	a	a	DET	o	0			ewtb.r.017345.9
+9	number	number	NOUN	I	7			ewtb.r.017345.9
+10	.	.	PUNCT	O	0			ewtb.r.017345.9
+
+1	I	i	PRON	O	0			ewtb.r.017345.10
+2	'll	'll	AUX	O	0			ewtb.r.017345.10
+3	never	never	ADV	O	0			ewtb.r.017345.10
+4	go	go	VERB	O	0		v.motion	ewtb.r.017345.10
+5	back	back	ADV	O	0			ewtb.r.017345.10
+6	there	there	ADV	O	0			ewtb.r.017345.10
+7	again	again	ADV	O	0			ewtb.r.017345.10
+
+1	Mezza	mezza	NOUN	B	0		n.food	ewtb.r.018548.1
+2	Luna	luna	NOUN	I	1			ewtb.r.018548.1
+3	FTW	ftw	ADV	O	0			ewtb.r.018548.1
+4	!	!	PUNCT	O	0			ewtb.r.018548.1
+
+1	their	their	PRON	O	0			ewtb.r.018548.2
+2	mezza	mezza	NOUN	B	0		n.food	ewtb.r.018548.2
+3	luna's	luna	NOUN	I	2			ewtb.r.018548.2
+4	are	be	VERB	O	0		v.stative	ewtb.r.018548.2
+5	deffly	deffly	ADV	O	0			ewtb.r.018548.2
+6	better	better	ADJ	O	0			ewtb.r.018548.2
+7	than	than	ADP	O	0			ewtb.r.018548.2
+8	the	the	DET	O	0			ewtb.r.018548.2
+9	pizza	pizza	NOUN	B	0		n.food	ewtb.r.018548.2
+10	rolls	roll	NOUN	I	9			ewtb.r.018548.2
+11	.	.	PUNCT	O	0			ewtb.r.018548.2
+
+1	it	it	PRON	O	0			ewtb.r.018548.4
+2	seems	seem	VERB	O	0		v.cognition	ewtb.r.018548.4
+3	like	like	SCONJ	O	0			ewtb.r.018548.4
+4	it	it	PRON	O	0			ewtb.r.018548.4
+5	s	s	VERB	O	0		v.stative	ewtb.r.018548.4
+6	healthier	healthier	ADJ	O	0			ewtb.r.018548.4
+7	too	too	ADV	O	0			ewtb.r.018548.4
+8	,	,	PUNCT	O	0			ewtb.r.018548.4
+9	but	but	CONJ	O	0			ewtb.r.018548.4
+10	it	it	PRON	O	0			ewtb.r.018548.4
+11	s	s	VERB	O	0		v.stative	ewtb.r.018548.4
+12	prolly	prolly	ADV	O	0			ewtb.r.018548.4
+13	not	not	PART	O	0			ewtb.r.018548.4
+14	.	.	PUNCT	O	0			ewtb.r.018548.4
+
+1	that	that	DET	O	0			ewtb.r.018548.6
+2	cuts	cut	VERB	B	0		v.change	ewtb.r.018548.6
+3	down	down	ADP	I	2			ewtb.r.018548.6
+4	on	on	ADP	O	0			ewtb.r.018548.6
+5	teh	teh	DET	O	0			ewtb.r.018548.6
+6	wait	wait	NOUN	O	0		n.act	ewtb.r.018548.6
+7	time	time	NOUN	O	0		n.time	ewtb.r.018548.6
+8	,	,	PUNCT	O	0			ewtb.r.018548.6
+9	cus	cu	SCONJ	O	0			ewtb.r.018548.6
+10	u	u	PRON	O	0			ewtb.r.018548.6
+11	can	can	AUX	O	0			ewtb.r.018548.6
+12	do	do	VERB	O	0		v.stative	ewtb.r.018548.6
+13	other	other	ADJ	O	0			ewtb.r.018548.6
+14	stuff	stuff	NOUN	O	0		n.other	ewtb.r.018548.6
+15	while	while	SCONJ	O	0			ewtb.r.018548.6
+16	u	u	PRON	O	0			ewtb.r.018548.6
+17	r	r	AUX	O	0			ewtb.r.018548.6
+18	waiting	wait	VERB	O	0		v.cognition	ewtb.r.018548.6
+19	.	.	PUNCT	O	0			ewtb.r.018548.6
+
+1	their	their	PRON	O	0			ewtb.r.018548.8
+2	pizza	pizza	NOUN	O	0		n.food	ewtb.r.018548.8
+3	was	be	VERB	O	0		v.stative	ewtb.r.018548.8
+4	a	a	DET	B	0			ewtb.r.018548.8
+5	little	little	NOUN	I	4			ewtb.r.018548.8
+6	salty	salty	ADJ	O	0			ewtb.r.018548.8
+7	for	for	ADP	O	0			ewtb.r.018548.8
+8	me	me	PRON	O	0			ewtb.r.018548.8
+9	,	,	PUNCT	O	0			ewtb.r.018548.8
+10	but	but	CONJ	O	0			ewtb.r.018548.8
+11	it	it	PRON	O	0			ewtb.r.018548.8
+12	s	s	VERB	O	0		v.stative	ewtb.r.018548.8
+13	still	still	ADV	O	0			ewtb.r.018548.8
+14	good	good	ADJ	O	0			ewtb.r.018548.8
+15	.	.	PUNCT	O	0			ewtb.r.018548.8
+
+1	they	they	PRON	O	0			ewtb.r.018548.9
+2	do	do	VERB	O	0		v.stative	ewtb.r.018548.9
+3	that	that	DET	O	0			ewtb.r.018548.9
+4	whole	whole	ADJ	O	0			ewtb.r.018548.9
+5	thing	thing	NOUN	O	0			ewtb.r.018548.9
+6	where	where	ADV	O	0			ewtb.r.018548.9
+7	you	you	PRON	O	0			ewtb.r.018548.9
+8	sandwich	sandwich	VERB	O	0		v.contact	ewtb.r.018548.9
+9	the	the	DET	O	0			ewtb.r.018548.9
+10	pepperoni	pepperoni	NOUN	O	0		n.food	ewtb.r.018548.9
+11	between	between	ADP	O	0			ewtb.r.018548.9
+12	layers	layer	NOUN	O	0		n.cognition	ewtb.r.018548.9
+13	of	of	ADP	O	0			ewtb.r.018548.9
+14	cheese	cheese	NOUN	O	0		n.food	ewtb.r.018548.9
+15	for	for	ADP	O	0			ewtb.r.018548.9
+16	+	+	SYM	O	0			ewtb.r.018548.9
+17	32	32	NUM	O	0			ewtb.r.018548.9
+18	delicious	delicious	ADJ	O	0			ewtb.r.018548.9
+19	.	.	PUNCT	O	0			ewtb.r.018548.9
+
+1	anyways	anyways	ADV	O	0			ewtb.r.018548.10
+2	,	,	PUNCT	O	0			ewtb.r.018548.10
+3	the	the	DET	O	0			ewtb.r.018548.10
+4	mezza	mezza	NOUN	B	0		n.food	ewtb.r.018548.10
+5	luna	luna	NOUN	I	4			ewtb.r.018548.10
+6	:	:	PUNCT	O	0			ewtb.r.018548.10
+7	you	you	PRON	O	0			ewtb.r.018548.10
+8	should	should	AUX	O	0			ewtb.r.018548.10
+9	try	try	VERB	O	0		v.consumption	ewtb.r.018548.10
+10	it	it	PRON	O	0			ewtb.r.018548.10
+11	.	.	PUNCT	O	0			ewtb.r.018548.10
+
+1	it	it	PRON	O	0			ewtb.r.018548.11
+2	runs	run	VERB	O	0		v.possession	ewtb.r.018548.11
+3	you	you	PRON	O	0			ewtb.r.018548.11
+4	about	about	ADV	O	0			ewtb.r.018548.11
+5	4	4	NUM	O	0			ewtb.r.018548.11
+6	bucks	buck	NOUN	O	0		n.possession	ewtb.r.018548.11
+7	and	and	CONJ	O	0			ewtb.r.018548.11
+8	it	it	PRON	O	0			ewtb.r.018548.11
+9	deals	deal	VERB	O	0		v.stative	ewtb.r.018548.11
+10	crushing	crush	VERB	O	0			ewtb.r.018548.11
+11	blows	blow	NOUN	O	0		n.act	ewtb.r.018548.11
+12	to	to	ADP	O	0			ewtb.r.018548.11
+13	hunger	hunger	NOUN	O	0		n.feeling	ewtb.r.018548.11
+14	.	.	PUNCT	O	0			ewtb.r.018548.11
+
+1	Perhaps	perhaps	ADV	O	0			ewtb.r.018548.14
+2	they	they	PRON	O	0			ewtb.r.018548.14
+3	do	do	AUX	O	0			ewtb.r.018548.14
+4	n't	n't	PART	O	0			ewtb.r.018548.14
+5	deliver	deliver	VERB	O	0		v.motion	ewtb.r.018548.14
+6	anymore	anymore	ADV	O	0			ewtb.r.018548.14
+7	,	,	PUNCT	O	0			ewtb.r.018548.14
+8	but	but	CONJ	O	0			ewtb.r.018548.14
+9	the	the	DET	O	0			ewtb.r.018548.14
+10	deliciousness	deliciousness	NOUN	O	0		n.attribute	ewtb.r.018548.14
+11	of	of	ADP	O	0			ewtb.r.018548.14
+12	a	a	DET	O	0			ewtb.r.018548.14
+13	mezza	mezza	NOUN	B	0		n.food	ewtb.r.018548.14
+14	luna	luna	NOUN	I	13			ewtb.r.018548.14
+15	certainly	certainly	ADV	O	0			ewtb.r.018548.14
+16	warrants	warrant	VERB	O	0		v.cognition	ewtb.r.018548.14
+17	a	a	DET	O	0			ewtb.r.018548.14
+18	pickup	pickup	NOUN	O	0		n.act	ewtb.r.018548.14
+19	.	.	PUNCT	O	0			ewtb.r.018548.14
+
+1	You	you	PRON	B	0		n.group	ewtb.r.026641.1
+2	've	've	AUX	I	1			ewtb.r.026641.1
+3	Got	get	VERB	I	2			ewtb.r.026641.1
+4	Maids	maids	PROPN	I	3			ewtb.r.026641.1
+5	did	do	VERB	B	0		v.social	ewtb.r.026641.1
+6	a	a	DET	I	5			ewtb.r.026641.1
+7	fabulous	fabulous	ADJ	o	0			ewtb.r.026641.1
+8	job	job	NOUN	I	6			ewtb.r.026641.1
+9	cleaning	clean	VERB	O	0		v.change	ewtb.r.026641.1
+10	my	my	PRON	O	0			ewtb.r.026641.1
+11	home	home	NOUN	O	0		n.artifact	ewtb.r.026641.1
+12	.	.	PUNCT	O	0			ewtb.r.026641.1
+
+1	I	i	PRON	O	0			ewtb.r.026641.2
+2	am	be	AUX	O	0			ewtb.r.026641.2
+3	hiring	hire	VERB	O	0		v.social	ewtb.r.026641.2
+4	them	them	PRON	O	0			ewtb.r.026641.2
+5	to	to	PART	O	0			ewtb.r.026641.2
+6	come	come	VERB	O	0		v.motion	ewtb.r.026641.2
+7	once	once	ADV	O	0			ewtb.r.026641.2
+8	a	a	DET	O	0			ewtb.r.026641.2
+9	week	week	NOUN	O	0		n.time	ewtb.r.026641.2
+10	now	now	ADV	O	0			ewtb.r.026641.2
+11	that	that	SCONJ	O	0			ewtb.r.026641.2
+12	they	they	PRON	O	0			ewtb.r.026641.2
+13	got	get	VERB	O	0		v.social	ewtb.r.026641.2
+14	my	my	PRON	O	0			ewtb.r.026641.2
+15	house	house	NOUN	O	0		n.artifact	ewtb.r.026641.2
+16	to	to	SCONJ	O	0			ewtb.r.026641.2
+17	where	where	ADV	O	0			ewtb.r.026641.2
+18	they	they	PRON	O	0			ewtb.r.026641.2
+19	can	can	AUX	O	0			ewtb.r.026641.2
+20	maintain	maintain	VERB	O	0		v.stative	ewtb.r.026641.2
+21	it	it	PRON	O	0			ewtb.r.026641.2
+22	for	for	ADP	O	0			ewtb.r.026641.2
+23	only	only	ADV	O	0			ewtb.r.026641.2
+24	an	an	DET	O	0			ewtb.r.026641.2
+25	hour	hour	NOUN	O	0		n.time	ewtb.r.026641.2
+26	and	and	CONJ	O	0			ewtb.r.026641.2
+27	a	a	DET	O	0			ewtb.r.026641.2
+28	half	half	NOUN	O	0		n.time	ewtb.r.026641.2
+29	every	every	DET	O	0			ewtb.r.026641.2
+30	two	two	NUM	O	0			ewtb.r.026641.2
+31	weeks	week	NOUN	O	0		n.time	ewtb.r.026641.2
+32	!	!	PUNCT	O	0			ewtb.r.026641.2
+
+1	Satisfactory	satisfactory	ADJ	O	0			ewtb.r.026641.3
+2	for	for	ADP	B	0			ewtb.r.026641.3
+3	sure	sure	ADJ	I	2			ewtb.r.026641.3
+4	with	with	ADP	O	0			ewtb.r.026641.3
+5	the	the	DET	O	0			ewtb.r.026641.3
+6	sercvice	sercvice	NOUN	O	0		n.act	ewtb.r.026641.3
+7	!	!	PUNCT	O	0			ewtb.r.026641.3
+
+1	Beats	beat	VERB	O	0		v.stative	ewtb.r.026641.4
+2	having	have	VERB	O	0		v.cognition	ewtb.r.026641.4
+3	one	one	NUM	O	0			ewtb.r.026641.4
+4	"	"	PUNCT	O	0			ewtb.r.026641.4
+5	cleaning	cleaning	NOUN	B	0		n.person	ewtb.r.026641.4
+6	lady	lady	NOUN	I	5			ewtb.r.026641.4
+7	"	"	PUNCT	O	0			ewtb.r.026641.4
+8	who	who	PRON	O	0			ewtb.r.026641.4
+9	took	take	VERB	O	0		v.stative	ewtb.r.026641.4
+10	twice	twice	ADV	O	0			ewtb.r.026641.4
+11	as	as	ADV	O	0			ewtb.r.026641.4
+12	long	long	ADV	O	0			ewtb.r.026641.4
+13	and	and	CONJ	O	0			ewtb.r.026641.4
+14	did	do	AUX	O	0			ewtb.r.026641.4
+15	not	not	PART	O	0			ewtb.r.026641.4
+16	do	do	VERB	B	0		v.social	ewtb.r.026641.4
+17	a	a	DET	I	16			ewtb.r.026641.4
+18	very	very	ADV	o	0			ewtb.r.026641.4
+19	through	through	ADJ	o	0			ewtb.r.026641.4
+20	job	job	NOUN	I	17			ewtb.r.026641.4
+21	like	like	SCONJ	O	0			ewtb.r.026641.4
+22	the	the	DET	O	0			ewtb.r.026641.4
+23	"	"	PUNCT	O	0			ewtb.r.026641.4
+24	maids	maid	NOUN	O	0		n.person	ewtb.r.026641.4
+25	"	"	PUNCT	O	0			ewtb.r.026641.4
+26	did	do	AUX	O	0			ewtb.r.026641.4
+27	!	!	PUNCT	O	0			ewtb.r.026641.4
+
+1	From	from	ADP	O	0			ewtb.r.048644.2
+2	the	the	DET	O	0			ewtb.r.048644.2
+3	outside	outside	NOUN	O	0		n.location	ewtb.r.048644.2
+4	Ichiban	ichiban	PROPN	O	0		n.group	ewtb.r.048644.2
+5	looks	look	VERB	O	0		v.perception	ewtb.r.048644.2
+6	like	like	SCONJ	O	0			ewtb.r.048644.2
+7	it	it	PRON	O	0			ewtb.r.048644.2
+8	will	will	AUX	O	0			ewtb.r.048644.2
+9	be	be	VERB	O	0		v.stative	ewtb.r.048644.2
+10	terrible	terrible	ADJ	O	0			ewtb.r.048644.2
+11	.	.	PUNCT	O	0			ewtb.r.048644.2
+
+1	The	the	DET	O	0			ewtb.r.048644.4
+2	food	food	NOUN	O	0		n.food	ewtb.r.048644.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.048644.4
+4	amazing	amazing	ADJ	O	0			ewtb.r.048644.4
+5	,	,	PUNCT	O	0			ewtb.r.048644.4
+6	and	and	CONJ	O	0			ewtb.r.048644.4
+7	the	the	DET	O	0			ewtb.r.048644.4
+8	prices	price	NOUN	O	0		n.possession	ewtb.r.048644.4
+9	can	can	AUX	O	0			ewtb.r.048644.4
+10	not	not	PART	O	0			ewtb.r.048644.4
+11	be	be	AUX	O	0			ewtb.r.048644.4
+12	beat	beat	VERB	O	0		v.stative	ewtb.r.048644.4
+13	.	.	PUNCT	O	0			ewtb.r.048644.4
+
+1	The	the	DET	O	0			ewtb.r.048644.5
+2	sushi	sushi	NOUN	O	0		n.food	ewtb.r.048644.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.048644.5
+4	great	great	ADJ	O	0			ewtb.r.048644.5
+5	,	,	PUNCT	O	0			ewtb.r.048644.5
+6	and	and	CONJ	O	0			ewtb.r.048644.5
+7	they	they	PRON	O	0			ewtb.r.048644.5
+8	have	have	VERB	O	0		v.stative	ewtb.r.048644.5
+9	a	a	DET	O	0			ewtb.r.048644.5
+10	great	great	ADJ	O	0			ewtb.r.048644.5
+11	selection	selection	NOUN	O	0		n.cognition	ewtb.r.048644.5
+12	.	.	PUNCT	O	0			ewtb.r.048644.5
+
+1	Quit	quit	VERB	O	0		v.cognition	ewtb.r.053248.1
+2	with	with	ADP	O	0			ewtb.r.053248.1
+3	the	the	DET	O	0			ewtb.r.053248.1
+4	overstatements	overstatement	NOUN	O	0		n.communication	ewtb.r.053248.1
+5	!	!	PUNCT	O	0			ewtb.r.053248.1
+
+1	The	the	DET	O	0			ewtb.r.053248.2
+2	worst	worst	ADJ	O	0			ewtb.r.053248.2
+3	thing	thing	NOUN	O	0			ewtb.r.053248.2
+4	that	that	DET	O	0			ewtb.r.053248.2
+5	can	can	AUX	O	0			ewtb.r.053248.2
+6	happen	happen	VERB	O	0		v.stative	ewtb.r.053248.2
+7	for	for	ADP	O	0			ewtb.r.053248.2
+8	any	any	DET	O	0			ewtb.r.053248.2
+9	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.053248.2
+10	like	like	ADP	O	0			ewtb.r.053248.2
+11	Zahav	zahav	PROPN	O	0		n.group	ewtb.r.053248.2
+12	is	be	VERB	O	0		v.stative	ewtb.r.053248.2
+13	to	to	PART	O	0			ewtb.r.053248.2
+14	have	have	VERB	O	0		v.stative	ewtb.r.053248.2
+15	too	too	ADV	O	0			ewtb.r.053248.2
+16	many	many	ADJ	O	0			ewtb.r.053248.2
+17	people	person	NOUN	O	0		n.person	ewtb.r.053248.2
+18	write	write	VERB	O	0		v.communication	ewtb.r.053248.2
+19	hyperbolic	hyperbolic	ADJ	O	0			ewtb.r.053248.2
+20	reviews	review	NOUN	O	0		n.communication	ewtb.r.053248.2
+21	making	make	VERB	O	0		v.stative	ewtb.r.053248.2
+22	claims	claim	NOUN	O	0		n.communication	ewtb.r.053248.2
+23	that	that	SCONJ	O	0			ewtb.r.053248.2
+24	"	"	PUNCT	O	0			ewtb.r.053248.2
+25	everyone	everyone	NOUN	O	0			ewtb.r.053248.2
+26	"	"	PUNCT	O	0			ewtb.r.053248.2
+27	is	be	AUX	O	0			ewtb.r.053248.2
+28	going	go	VERB	B	0			ewtb.r.053248.2
+29	to	to	PART	I	28			ewtb.r.053248.2
+30	"	"	PUNCT	O	0			ewtb.r.053248.2
+31	love	love	VERB	O	0		v.emotion	ewtb.r.053248.2
+32	"	"	PUNCT	O	0			ewtb.r.053248.2
+33	the	the	DET	O	0			ewtb.r.053248.2
+34	food	food	NOUN	O	0		n.food	ewtb.r.053248.2
+35	,	,	PUNCT	O	0			ewtb.r.053248.2
+36	decor	decor	NOUN	O	0		n.artifact	ewtb.r.053248.2
+37	and	and	CONJ	O	0			ewtb.r.053248.2
+38	service	service	NOUN	O	0		n.act	ewtb.r.053248.2
+39	.	.	PUNCT	O	0			ewtb.r.053248.2
+
+1	The	the	DET	O	0			ewtb.r.053248.3
+2	truth	truth	NOUN	O	0		n.cognition	ewtb.r.053248.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.053248.3
+4	,	,	PUNCT	O	0			ewtb.r.053248.3
+5	in	in	ADP	O	0			ewtb.r.053248.3
+6	my	my	PRON	O	0			ewtb.r.053248.3
+7	and	and	CONJ	O	0			ewtb.r.053248.3
+8	my	my	PRON	O	0			ewtb.r.053248.3
+9	dining	dining	NOUN	O	0		n.act	ewtb.r.053248.3
+10	partners	partner	NOUN	O	0		n.person	ewtb.r.053248.3
+11	'	'	PART	O	0			ewtb.r.053248.3
+12	experience	experience	NOUN	O	0		n.cognition	ewtb.r.053248.3
+13	,	,	PUNCT	O	0			ewtb.r.053248.3
+14	this	this	DET	O	0			ewtb.r.053248.3
+15	is	be	VERB	O	0		v.stative	ewtb.r.053248.3
+16	a	a	DET	O	0			ewtb.r.053248.3
+17	fine	fine	ADJ	O	0			ewtb.r.053248.3
+18	little	little	ADJ	O	0			ewtb.r.053248.3
+19	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.053248.3
+20	with	with	ADP	O	0			ewtb.r.053248.3
+21	some	some	DET	O	0			ewtb.r.053248.3
+22	unique	unique	ADJ	O	0			ewtb.r.053248.3
+23	food	food	NOUN	O	0		n.food	ewtb.r.053248.3
+24	.	.	PUNCT	O	0			ewtb.r.053248.3
+
+1	It	it	PRON	O	0			ewtb.r.053248.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.053248.4
+3	an	an	DET	O	0			ewtb.r.053248.4
+4	entirely	entirely	ADV	O	0			ewtb.r.053248.4
+5	up	up	ADV	O	0			ewtb.r.053248.4
+6	and	and	CONJ	O	0			ewtb.r.053248.4
+7	down	down	ADV	O	0			ewtb.r.053248.4
+8	experience	experience	NOUN	O	0		n.act	ewtb.r.053248.4
+9	,	,	PUNCT	O	0			ewtb.r.053248.4
+10	however	however	ADV	O	0			ewtb.r.053248.4
+11	.	.	PUNCT	O	0			ewtb.r.053248.4
+
+1	Now	now	ADV	O	0			ewtb.r.053248.5
+2	,	,	PUNCT	O	0			ewtb.r.053248.5
+3	the	the	DET	O	0			ewtb.r.053248.5
+4	best	best	ADJ	O	0			ewtb.r.053248.5
+5	of	of	ADP	O	0			ewtb.r.053248.5
+6	that	that	DET	O	0			ewtb.r.053248.5
+7	unique	unique	ADJ	O	0			ewtb.r.053248.5
+8	food	food	NOUN	O	0		n.food	ewtb.r.053248.5
+9	comes	come	VERB	O	0		v.stative	ewtb.r.053248.5
+10	at	at	ADP	O	0			ewtb.r.053248.5
+11	the	the	DET	O	0			ewtb.r.053248.5
+12	very	very	ADJ	O	0			ewtb.r.053248.5
+13	beginning	beginning	NOUN	O	0		n.time	ewtb.r.053248.5
+14	of	of	ADP	O	0			ewtb.r.053248.5
+15	the	the	DET	O	0			ewtb.r.053248.5
+16	meal	meal	NOUN	O	0		n.event	ewtb.r.053248.5
+17	.	.	PUNCT	O	0			ewtb.r.053248.5
+
+1	The	the	DET	O	0			ewtb.r.053248.6
+2	salatim	salatim	NOUN	O	0		n.food	ewtb.r.053248.6
+3	salads	salad	NOUN	O	0		n.food	ewtb.r.053248.6
+4	are	be	VERB	O	0		v.stative	ewtb.r.053248.6
+5	the	the	DET	O	0			ewtb.r.053248.6
+6	smallest	small	ADJ	O	0			ewtb.r.053248.6
+7	plates	plate	NOUN	O	0		n.food	ewtb.r.053248.6
+8	I	i	PRON	O	0			ewtb.r.053248.6
+9	've	've	AUX	O	0			ewtb.r.053248.6
+10	ever	ever	ADV	O	0			ewtb.r.053248.6
+11	seen	see	VERB	O	0		v.perception	ewtb.r.053248.6
+12	placed	place	VERB	O	0		v.stative	ewtb.r.053248.6
+13	in	in	ADP	B	0			ewtb.r.053248.6
+14	front	front	NOUN	I	13			ewtb.r.053248.6
+15	of	of	ADP	I	14			ewtb.r.053248.6
+16	me	me	PRON	O	0			ewtb.r.053248.6
+17	(	(	PUNCT	O	0			ewtb.r.053248.6
+18	you	you	PRON	O	0			ewtb.r.053248.6
+19	would	would	AUX	O	0			ewtb.r.053248.6
+20	most	most	ADV	O	0			ewtb.r.053248.6
+21	likely	likely	ADV	O	0			ewtb.r.053248.6
+22	think	think	VERB	O	0		v.cognition	ewtb.r.053248.6
+23	they	they	PRON	O	0			ewtb.r.053248.6
+24	were	be	VERB	O	0		v.stative	ewtb.r.053248.6
+25	condiments	condiment	NOUN	O	0		n.food	ewtb.r.053248.6
+26	if	if	SCONJ	O	0			ewtb.r.053248.6
+27	it	it	PRON	O	0			ewtb.r.053248.6
+28	were	be	AUX	O	0			ewtb.r.053248.6
+29	n't	n't	PART	O	0			ewtb.r.053248.6
+30	explained	explain	VERB	O	0		v.communication	ewtb.r.053248.6
+31	to	to	ADP	O	0			ewtb.r.053248.6
+32	you	you	PRON	O	0			ewtb.r.053248.6
+33	)	)	PUNCT	O	0			ewtb.r.053248.6
+34	.	.	PUNCT	O	0			ewtb.r.053248.6
+
+1	Though	though	SCONJ	O	0			ewtb.r.053248.7
+2	they	they	PRON	O	0			ewtb.r.053248.7
+3	are	be	VERB	O	0		v.stative	ewtb.r.053248.7
+4	mostly	mostly	ADV	O	0			ewtb.r.053248.7
+5	excellent	excellent	ADJ	O	0			ewtb.r.053248.7
+6	,	,	PUNCT	O	0			ewtb.r.053248.7
+7	you	you	PRON	O	0			ewtb.r.053248.7
+8	generally	generally	ADV	O	0			ewtb.r.053248.7
+9	do	do	AUX	O	0			ewtb.r.053248.7
+10	n't	n't	PART	O	0			ewtb.r.053248.7
+11	get	get	VERB	O	0		v.stative	ewtb.r.053248.7
+12	enough	enough	ADJ	O	0			ewtb.r.053248.7
+13	forkfuls	forkfuls	NOUN	O	0		n.food	ewtb.r.053248.7
+14	to	to	PART	O	0			ewtb.r.053248.7
+15	know	know	VERB	O	0		v.cognition	ewtb.r.053248.7
+16	if	if	SCONJ	O	0			ewtb.r.053248.7
+17	you	you	PRON	O	0			ewtb.r.053248.7
+18	really	really	ADV	O	0			ewtb.r.053248.7
+19	love	love	VERB	O	0		v.emotion	ewtb.r.053248.7
+20	them	them	PRON	O	0			ewtb.r.053248.7
+21	.	.	PUNCT	O	0			ewtb.r.053248.7
+
+1	That	that	DET	O	0			ewtb.r.053248.8
+2	being	be	AUX	O	0			ewtb.r.053248.8
+3	said	say	VERB	O	0		v.communication	ewtb.r.053248.8
+4	,	,	PUNCT	O	0			ewtb.r.053248.8
+5	the	the	DET	O	0			ewtb.r.053248.8
+6	laffa	laffa	NOUN	O	0		n.food	ewtb.r.053248.8
+7	and	and	CONJ	O	0			ewtb.r.053248.8
+8	hummus	hummus	NOUN	O	0		n.food	ewtb.r.053248.8
+9	are	be	VERB	B	0		v.stative	ewtb.r.053248.8
+10	out	out	ADP	I	9			ewtb.r.053248.8
+11	of	of	ADP	I	10			ewtb.r.053248.8
+12	this	this	DET	I	11			ewtb.r.053248.8
+13	world	world	NOUN	I	12			ewtb.r.053248.8
+14	.	.	PUNCT	O	0			ewtb.r.053248.8
+
+1	Then	then	ADV	O	0			ewtb.r.053248.9
+2	again	again	ADV	O	0			ewtb.r.053248.9
+3	,	,	PUNCT	O	0			ewtb.r.053248.9
+4	for	for	ADP	O	0			ewtb.r.053248.9
+5	the	the	DET	O	0			ewtb.r.053248.9
+6	three	three	NUM	O	0			ewtb.r.053248.9
+7	of	of	ADP	O	0			ewtb.r.053248.9
+8	us	us	PRON	O	0			ewtb.r.053248.9
+9	who	who	PRON	O	0			ewtb.r.053248.9
+10	dined	dine	VERB	O	0		v.social	ewtb.r.053248.9
+11	together	together	ADV	O	0			ewtb.r.053248.9
+12	,	,	PUNCT	O	0			ewtb.r.053248.9
+13	two	two	NUM	O	0			ewtb.r.053248.9
+14	pieces	piece	NOUN	O	0		n.quantity	ewtb.r.053248.9
+15	of	of	ADP	O	0			ewtb.r.053248.9
+16	flatbread	flatbread	NOUN	O	0		n.food	ewtb.r.053248.9
+17	left	leave	VERB	O	0		v.stative	ewtb.r.053248.9
+18	us	us	PRON	O	0			ewtb.r.053248.9
+19	fighting	fight	VERB	O	0		v.social	ewtb.r.053248.9
+20	for	for	ADP	O	0			ewtb.r.053248.9
+21	more	more	ADJ	O	0			ewtb.r.053248.9
+22	,	,	PUNCT	O	0			ewtb.r.053248.9
+23	and	and	CONJ	O	0			ewtb.r.053248.9
+24	licking	lick	VERB	O	0		v.consumption	ewtb.r.053248.9
+25	the	the	DET	O	0			ewtb.r.053248.9
+26	hummus	hummus	NOUN	O	0		n.food	ewtb.r.053248.9
+27	from	from	ADP	O	0			ewtb.r.053248.9
+28	our	our	PRON	O	0			ewtb.r.053248.9
+29	fingers	finger	NOUN	O	0		n.body	ewtb.r.053248.9
+30	(	(	PUNCT	O	0			ewtb.r.053248.9
+31	and	and	CONJ	O	0			ewtb.r.053248.9
+32	yes	yes	INTJ	O	0			ewtb.r.053248.9
+33	,	,	PUNCT	O	0			ewtb.r.053248.9
+34	those	those	DET	O	0			ewtb.r.053248.9
+35	two	two	NUM	O	0			ewtb.r.053248.9
+36	pieces	piece	NOUN	O	0		n.food	ewtb.r.053248.9
+37	of	of	ADP	O	0			ewtb.r.053248.9
+38	flatbread	flatbread	NOUN	O	0		n.food	ewtb.r.053248.9
+39	did	do	AUX	O	0			ewtb.r.053248.9
+40	represent	represent	VERB	O	0		v.stative	ewtb.r.053248.9
+41	a	a	DET	O	0			ewtb.r.053248.9
+42	three	three	NUM	O	0			ewtb.r.053248.9
+43	-	-	PUNCT	O	0			ewtb.r.053248.9
+44	person	person	NOUN	O	0		n.person	ewtb.r.053248.9
+45	order	order	NOUN	O	0		n.food	ewtb.r.053248.9
+46	)	)	PUNCT	O	0			ewtb.r.053248.9
+47	.	.	PUNCT	O	0			ewtb.r.053248.9
+
+1	Dinner	dinner	NOUN	O	0		n.event	ewtb.r.053248.10
+2	was	be	VERB	O	0		v.stative	ewtb.r.053248.10
+3	also	also	ADV	O	0			ewtb.r.053248.10
+4	an	an	DET	O	0			ewtb.r.053248.10
+5	up	up	ADJ	O	0			ewtb.r.053248.10
+6	-	-	PUNCT	O	0			ewtb.r.053248.10
+7	and	and	CONJ	O	0			ewtb.r.053248.10
+8	-	-	PUNCT	O	0			ewtb.r.053248.10
+9	down	down	ADJ	O	0			ewtb.r.053248.10
+10	experience	experience	NOUN	O	0		n.act	ewtb.r.053248.10
+11	.	.	PUNCT	O	0			ewtb.r.053248.10
+
+1	The	the	DET	O	0			ewtb.r.053248.11
+2	vegetarian	vegetarian	ADJ	O	0			ewtb.r.053248.11
+3	dishes	dish	NOUN	O	0		n.food	ewtb.r.053248.11
+4	and	and	CONJ	O	0			ewtb.r.053248.11
+5	lighter	light	ADJ	O	0			ewtb.r.053248.11
+6	fare	fare	NOUN	O	0		n.food	ewtb.r.053248.11
+7	were	be	VERB	O	0		v.stative	ewtb.r.053248.11
+8	almost	almost	ADV	O	0			ewtb.r.053248.11
+9	always	always	ADV	O	0			ewtb.r.053248.11
+10	spot	spot	ADJ	B	0			ewtb.r.053248.11
+11	-	-	PUNCT	I	10			ewtb.r.053248.11
+12	on	on	ADJ	I	11			ewtb.r.053248.11
+13	,	,	PUNCT	O	0			ewtb.r.053248.11
+14	while	while	SCONJ	O	0			ewtb.r.053248.11
+15	the	the	DET	O	0			ewtb.r.053248.11
+16	lamb	lamb	NOUN	O	0		n.food	ewtb.r.053248.11
+17	was	be	VERB	O	0		v.stative	ewtb.r.053248.11
+18	often	often	ADV	O	0			ewtb.r.053248.11
+19	dry	dry	ADJ	O	0			ewtb.r.053248.11
+20	and	and	CONJ	O	0			ewtb.r.053248.11
+21	/	/	SYM	O	0			ewtb.r.053248.11
+22	or	or	CONJ	O	0			ewtb.r.053248.11
+23	overcooked	overcooked	ADJ	O	0			ewtb.r.053248.11
+24	.	.	PUNCT	O	0			ewtb.r.053248.11
+
+1	The	the	DET	O	0			ewtb.r.053248.12
+2	duck	duck	NOUN	O	0		n.food	ewtb.r.053248.12
+3	was	be	VERB	O	0		v.stative	ewtb.r.053248.12
+4	a	a	DET	O	0			ewtb.r.053248.12
+5	65	65	NUM	O	0			ewtb.r.053248.12
+6	%	%	SYM	O	0		n.relation	ewtb.r.053248.12
+7	glob	glob	NOUN	O	0		n.shape	ewtb.r.053248.12
+8	of	of	ADP	O	0			ewtb.r.053248.12
+9	chewy	chewy	ADJ	O	0			ewtb.r.053248.12
+10	fat	fat	NOUN	O	0		n.food	ewtb.r.053248.12
+11	with	with	ADP	O	0			ewtb.r.053248.12
+12	no	no	DET	O	0			ewtb.r.053248.12
+13	resemblance	resemblance	NOUN	O	0		n.relation	ewtb.r.053248.12
+14	to	to	ADP	O	0			ewtb.r.053248.12
+15	the	the	DET	O	0			ewtb.r.053248.12
+16	juicy	juicy	ADJ	O	0			ewtb.r.053248.12
+17	,	,	PUNCT	O	0			ewtb.r.053248.12
+18	crispy	crispy	ADJ	O	0			ewtb.r.053248.12
+19	delicacy	delicacy	NOUN	O	0		n.food	ewtb.r.053248.12
+20	it	it	PRON	O	0			ewtb.r.053248.12
+21	usually	usually	ADV	O	0			ewtb.r.053248.12
+22	represents	represent	VERB	O	0		v.stative	ewtb.r.053248.12
+23	at	at	ADP	O	0			ewtb.r.053248.12
+24	other	other	ADJ	O	0			ewtb.r.053248.12
+25	establishments	establishment	NOUN	O	0		n.group	ewtb.r.053248.12
+26	.	.	PUNCT	O	0			ewtb.r.053248.12
+
+1	Dessert	dessert	NOUN	O	0		n.food	ewtb.r.053248.13
+2	was	be	VERB	O	0		v.stative	ewtb.r.053248.13
+3	...	...	PUNCT	O	0			ewtb.r.053248.13
+4	hmmm	hmmm	INTJ	O	0			ewtb.r.053248.13
+5	,	,	PUNCT	O	0			ewtb.r.053248.13
+6	that	that	DET	O	0			ewtb.r.053248.13
+7	's	's	VERB	O	0		v.stative	ewtb.r.053248.13
+8	interesting	interesting	ADJ	O	0			ewtb.r.053248.13
+9	,	,	PUNCT	O	0			ewtb.r.053248.13
+10	I	i	PRON	O	0			ewtb.r.053248.13
+11	do	do	AUX	O	0			ewtb.r.053248.13
+12	n't	n't	PART	O	0			ewtb.r.053248.13
+13	even	even	ADV	O	0			ewtb.r.053248.13
+14	remember	remember	VERB	O	0		v.cognition	ewtb.r.053248.13
+15	dessert	dessert	NOUN	O	0		n.food	ewtb.r.053248.13
+16	.	.	PUNCT	O	0			ewtb.r.053248.13
+
+1	I	i	PRON	O	0			ewtb.r.053248.14
+2	guess	guess	VERB	O	0		v.cognition	ewtb.r.053248.14
+3	that	that	DET	O	0			ewtb.r.053248.14
+4	tells	tell	VERB	O	0		v.communication	ewtb.r.053248.14
+5	you	you	PRON	O	0			ewtb.r.053248.14
+6	a	a	DET	B	0			ewtb.r.053248.14
+7	lot	lot	NOUN	I	6			ewtb.r.053248.14
+8	.	.	PUNCT	O	0			ewtb.r.053248.14
+
+1	Oh	oh	INTJ	O	0			ewtb.r.053248.15
+2	,	,	PUNCT	O	0			ewtb.r.053248.15
+3	yes	yes	INTJ	O	0			ewtb.r.053248.15
+4	,	,	PUNCT	O	0			ewtb.r.053248.15
+5	the	the	DET	O	0			ewtb.r.053248.15
+6	chocolate	chocolate	NOUN	O	0		n.food	ewtb.r.053248.15
+7	semifreddo	semifreddo	NOUN	O	0		n.food	ewtb.r.053248.15
+8	was	be	VERB	O	0		v.stative	ewtb.r.053248.15
+9	quite	quite	ADV	O	0			ewtb.r.053248.15
+10	good	good	ADJ	O	0			ewtb.r.053248.15
+11	.	.	PUNCT	O	0			ewtb.r.053248.15
+
+1	And	and	CONJ	O	0			ewtb.r.053248.17
+2	my	my	PRON	O	0			ewtb.r.053248.17
+3	--	--	PUNCT	O	0			ewtb.r.053248.17
+4	no	no	INTJ	O	0			ewtb.r.053248.17
+5	,	,	PUNCT	O	0			ewtb.r.053248.17
+6	I	i	PRON	O	0			ewtb.r.053248.17
+7	still	still	ADV	O	0			ewtb.r.053248.17
+8	do	do	AUX	O	0			ewtb.r.053248.17
+9	n't	n't	PART	O	0			ewtb.r.053248.17
+10	remember	remember	VERB	O	0		v.cognition	ewtb.r.053248.17
+11	what	what	PRON	O	0			ewtb.r.053248.17
+12	I	i	PRON	O	0			ewtb.r.053248.17
+13	had	have	VERB	O	0		v.consumption	ewtb.r.053248.17
+14	.	.	PUNCT	O	0			ewtb.r.053248.17
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.053248.18
+2	was	be	VERB	O	0		v.stative	ewtb.r.053248.18
+3	average	average	ADJ	O	0			ewtb.r.053248.18
+4	,	,	PUNCT	O	0			ewtb.r.053248.18
+5	but	but	CONJ	O	0			ewtb.r.053248.18
+6	nothing	nothing	NOUN	O	0			ewtb.r.053248.18
+7	special	special	ADJ	O	0			ewtb.r.053248.18
+8	,	,	PUNCT	O	0			ewtb.r.053248.18
+9	and	and	CONJ	O	0			ewtb.r.053248.18
+10	restaurants	restaurant	NOUN	O	0		n.group	ewtb.r.053248.18
+11	that	that	DET	O	0			ewtb.r.053248.18
+12	are	be	AUX	B	0			ewtb.r.053248.18
+13	supposed	suppose	VERB	I	12			ewtb.r.053248.18
+14	to	to	PART	I	13			ewtb.r.053248.18
+15	be	be	VERB	O	0		v.stative	ewtb.r.053248.18
+16	excellent	excellent	ADJ	O	0			ewtb.r.053248.18
+17	should	should	AUX	O	0			ewtb.r.053248.18
+18	do	do	VERB	B	0		v.social	ewtb.r.053248.18
+19	a	a	DET	I	18			ewtb.r.053248.18
+20	better	better	ADJ	o	0			ewtb.r.053248.18
+21	job	job	NOUN	I	19			ewtb.r.053248.18
+22	of	of	SCONJ	O	0			ewtb.r.053248.18
+23	training	train	VERB	O	0		v.social	ewtb.r.053248.18
+24	their	their	PRON	O	0			ewtb.r.053248.18
+25	waitstaff	waitstaff	NOUN	O	0		n.person	ewtb.r.053248.18
+26	to	to	PART	O	0			ewtb.r.053248.18
+27	be	be	VERB	O	0		v.stative	ewtb.r.053248.18
+28	communicative	communicative	ADJ	O	0			ewtb.r.053248.18
+29	and	and	CONJ	O	0			ewtb.r.053248.18
+30	friendly	friendly	ADJ	O	0			ewtb.r.053248.18
+31	,	,	PUNCT	O	0			ewtb.r.053248.18
+32	not	not	PART	O	0			ewtb.r.053248.18
+33	merely	merely	ADV	O	0			ewtb.r.053248.18
+34	capable	capable	ADJ	O	0			ewtb.r.053248.18
+35	.	.	PUNCT	O	0			ewtb.r.053248.18
+
+1	Perhaps	perhaps	ADV	O	0			ewtb.r.053248.19
+2	had	have	AUX	O	0			ewtb.r.053248.19
+3	we	we	PRON	O	0			ewtb.r.053248.19
+4	not	not	PART	O	0			ewtb.r.053248.19
+5	gone	go	VERB	O	0		v.motion	ewtb.r.053248.19
+6	into	into	ADP	O	0			ewtb.r.053248.19
+7	this	this	DET	O	0			ewtb.r.053248.19
+8	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.053248.19
+9	believing	believe	VERB	O	0		v.cognition	ewtb.r.053248.19
+10	Zahav	zahav	PROPN	O	0		n.group	ewtb.r.053248.19
+11	was	be	AUX	O	0			ewtb.r.053248.19
+12	going	go	VERB	B	0			ewtb.r.053248.19
+13	to	to	PART	I	12			ewtb.r.053248.19
+14	be	be	VERB	O	0		v.stative	ewtb.r.053248.19
+15	golden	golden	ADJ	O	0			ewtb.r.053248.19
+16	as	as	SCONJ	O	0			ewtb.r.053248.19
+17	its	it	PRON	O	0			ewtb.r.053248.19
+18	name	name	NOUN	O	0		n.communication	ewtb.r.053248.19
+19	suggests	suggest	VERB	O	0		v.communication	ewtb.r.053248.19
+20	(	(	PUNCT	O	0			ewtb.r.053248.19
+21	and	and	CONJ	O	0			ewtb.r.053248.19
+22	as	as	SCONJ	O	0			ewtb.r.053248.19
+23	the	the	DET	O	0			ewtb.r.053248.19
+24	many	many	ADJ	O	0			ewtb.r.053248.19
+25	golden	golden	ADJ	O	0			ewtb.r.053248.19
+26	reviews	review	NOUN	O	0		n.communication	ewtb.r.053248.19
+27	seem	seem	VERB	O	0		v.cognition	ewtb.r.053248.19
+28	to	to	PART	O	0			ewtb.r.053248.19
+29	attest	attest	VERB	O	0		v.communication	ewtb.r.053248.19
+30	)	)	PUNCT	O	0			ewtb.r.053248.19
+31	,	,	PUNCT	O	0			ewtb.r.053248.19
+32	we	we	PRON	O	0			ewtb.r.053248.19
+33	would	would	AUX	O	0			ewtb.r.053248.19
+34	have	have	AUX	O	0			ewtb.r.053248.19
+35	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.053248.19
+36	a	a	DET	O	0			ewtb.r.053248.19
+37	decent	decent	ADJ	O	0			ewtb.r.053248.19
+38	little	little	ADJ	O	0			ewtb.r.053248.19
+39	expensive	expensive	ADJ	O	0			ewtb.r.053248.19
+40	experience	experience	NOUN	O	0		n.event	ewtb.r.053248.19
+41	.	.	PUNCT	O	0			ewtb.r.053248.19
+
+1	But	but	CONJ	O	0			ewtb.r.053248.20
+2	one	one	PRON	O	0			ewtb.r.053248.20
+3	should	should	AUX	O	0			ewtb.r.053248.20
+4	not	not	PART	O	0			ewtb.r.053248.20
+5	go	go	VERB	O	0		v.motion	ewtb.r.053248.20
+6	here	here	ADV	O	0			ewtb.r.053248.20
+7	expecting	expect	VERB	O	0		v.cognition	ewtb.r.053248.20
+8	something	something	NOUN	O	0			ewtb.r.053248.20
+9	fantastic	fantastic	ADJ	O	0			ewtb.r.053248.20
+10	,	,	PUNCT	O	0			ewtb.r.053248.20
+11	unless	unless	SCONJ	O	0			ewtb.r.053248.20
+12	perhaps	perhaps	ADV	O	0			ewtb.r.053248.20
+13	you	you	PRON	O	0			ewtb.r.053248.20
+14	've	've	AUX	O	0			ewtb.r.053248.20
+15	never	never	ADV	O	0			ewtb.r.053248.20
+16	had	have	VERB	O	0		v.consumption	ewtb.r.053248.20
+17	middle	middle	ADJ	B	0			ewtb.r.053248.20
+18	-	-	PUNCT	I	17			ewtb.r.053248.20
+19	eastern	eastern	ADJ	I	18			ewtb.r.053248.20
+20	food	food	NOUN	O	0		n.food	ewtb.r.053248.20
+21	before	before	ADV	O	0			ewtb.r.053248.20
+22	,	,	PUNCT	O	0			ewtb.r.053248.20
+23	or	or	CONJ	O	0			ewtb.r.053248.20
+24	succulent	succulent	ADJ	O	0			ewtb.r.053248.20
+25	duck	duck	NOUN	O	0		n.food	ewtb.r.053248.20
+26	,	,	PUNCT	O	0			ewtb.r.053248.20
+27	tasty	tasty	ADJ	O	0			ewtb.r.053248.20
+28	lamb	lamb	NOUN	O	0		n.food	ewtb.r.053248.20
+29	,	,	PUNCT	O	0			ewtb.r.053248.20
+30	decent	decent	ADJ	O	0			ewtb.r.053248.20
+31	portion	portion	NOUN	O	0		n.quantity	ewtb.r.053248.20
+32	sizes	size	VERB	O	0		v.stative	ewtb.r.053248.20
+33	or	or	CONJ	O	0			ewtb.r.053248.20
+34	actually	actually	ADV	O	0			ewtb.r.053248.20
+35	warm	warm	ADJ	O	0			ewtb.r.053248.20
+36	chocolate	chocolate	NOUN	O	0		n.food	ewtb.r.053248.20
+37	desserts	dessert	NOUN	O	0		n.food	ewtb.r.053248.20
+38	.	.	PUNCT	O	0			ewtb.r.053248.20
+
+1	Did	do	AUX	O	0			ewtb.r.053248.23
+2	they	they	PRON	O	0			ewtb.r.053248.23
+3	think	think	VERB	O	0		v.cognition	ewtb.r.053248.23
+4	we	we	PRON	O	0			ewtb.r.053248.23
+5	were	be	AUX	O	0			ewtb.r.053248.23
+6	going	go	VERB	B	0			ewtb.r.053248.23
+7	to	to	PART	I	6			ewtb.r.053248.23
+8	feel	feel	VERB	O	0		v.cognition	ewtb.r.053248.23
+9	lucky	lucky	ADJ	O	0			ewtb.r.053248.23
+10	to	to	PART	O	0			ewtb.r.053248.23
+11	get	get	VERB	O	0		v.stative	ewtb.r.053248.23
+12	any	any	DET	O	0			ewtb.r.053248.23
+13	reservation	reservation	NOUN	O	0		n.event	ewtb.r.053248.23
+14	at	at	ADV	B	0			ewtb.r.053248.23
+15	all	all	ADV	I	14			ewtb.r.053248.23
+16	,	,	PUNCT	O	0			ewtb.r.053248.23
+17	and	and	CONJ	O	0			ewtb.r.053248.23
+18	therefore	therefore	ADV	O	0			ewtb.r.053248.23
+19	be	be	VERB	O	0		v.stative	ewtb.r.053248.23
+20	more	more	ADV	O	0			ewtb.r.053248.23
+21	pleased	pleased	ADJ	O	0			ewtb.r.053248.23
+22	with	with	ADP	O	0			ewtb.r.053248.23
+23	our	our	PRON	O	0			ewtb.r.053248.23
+24	dining	dining	NOUN	O	0		n.act	ewtb.r.053248.23
+25	experience	experience	NOUN	O	0		n.event	ewtb.r.053248.23
+26	?	?	PUNCT	O	0			ewtb.r.053248.23
+
+1	find	find	VERB	O	0		v.cognition	ewtb.r.057644.1
+2	another	another	DET	O	0			ewtb.r.057644.1
+3	place	place	NOUN	O	0		n.group	ewtb.r.057644.1
+
+1	Run	run	VERB	B	0		v.stative	ewtb.r.057644.2
+2	down	down	ADP	I	1			ewtb.r.057644.2
+3	.	.	PUNCT	O	0			ewtb.r.057644.2
+
+1	Dark	dark	ADJ	O	0			ewtb.r.057644.3
+2	,	,	PUNCT	O	0			ewtb.r.057644.3
+3	dark	dark	ADJ	O	0			ewtb.r.057644.3
+4	main	main	ADJ	B	0		n.artifact	ewtb.r.057644.3
+5	room	room	NOUN	I	4			ewtb.r.057644.3
+6	.	.	PUNCT	O	0			ewtb.r.057644.3
+
+1	No	no	DET	O	0			ewtb.r.057644.4
+2	way	way	NOUN	O	0		n.cognition	ewtb.r.057644.4
+3	to	to	PART	O	0			ewtb.r.057644.4
+4	read	read	VERB	O	0		v.communication	ewtb.r.057644.4
+5	/	/	SYM	O	0			ewtb.r.057644.4
+6	relax	relax	VERB	O	0		v.cognition	ewtb.r.057644.4
+7	.	.	PUNCT	O	0			ewtb.r.057644.4
+
+1	'	'	PUNCT	O	0			ewtb.r.057644.5
+2	Electric	electric	ADJ	O	0			ewtb.r.057644.5
+3	'	'	PUNCT	O	0			ewtb.r.057644.5
+4	blanket	blanket	NOUN	O	0		n.artifact	ewtb.r.057644.5
+5	on	on	ADP	O	0			ewtb.r.057644.5
+6	one	one	NUM	O	0			ewtb.r.057644.5
+7	bed	bed	NOUN	O	0		n.artifact	ewtb.r.057644.5
+8	did	do	AUX	O	0			ewtb.r.057644.5
+9	not	not	PART	O	0			ewtb.r.057644.5
+10	heat	heat	VERB	O	0		v.change	ewtb.r.057644.5
+11	.	.	PUNCT	O	0			ewtb.r.057644.5
+
+1	Quite	quite	ADV	O	0			ewtb.r.057644.6
+2	cold	cold	ADJ	O	0			ewtb.r.057644.6
+3	.	.	PUNCT	O	0			ewtb.r.057644.6
+
+1	Removing	remove	VERB	O	0		v.change	ewtb.r.057644.7
+2	90	90	NUM	O	0			ewtb.r.057644.7
+3	%	%	SYM	O	0		n.quantity	ewtb.r.057644.7
+4	of	of	ADP	O	0			ewtb.r.057644.7
+5	'	'	PUNCT	O	0			ewtb.r.057644.7
+6	sit	sit	NOUN	B	0		n.person	ewtb.r.057644.7
+7	-	-	PUNCT	I	6			ewtb.r.057644.7
+8	abouts	abouts	NOUN	I	7			ewtb.r.057644.7
+9	'	'	PUNCT	O	0			ewtb.r.057644.7
+10	in	in	ADP	O	0			ewtb.r.057644.7
+11	main	main	ADJ	B	0		n.artifact	ewtb.r.057644.7
+12	room	room	NOUN	I	11			ewtb.r.057644.7
+13	would	would	AUX	O	0			ewtb.r.057644.7
+14	look	look	VERB	O	0		v.perception	ewtb.r.057644.7
+15	cleaner	clean	ADJ	O	0			ewtb.r.057644.7
+16	.	.	PUNCT	O	0			ewtb.r.057644.7
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.073742.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.073742.1
+3	always	always	ADV	O	0			ewtb.r.073742.1
+4	good	good	ADJ	O	0			ewtb.r.073742.1
+
+1	really	really	ADV	O	0			ewtb.r.076440.1
+2	amazing	amazing	ADJ	O	0			ewtb.r.076440.1
+3	the	the	DET	O	0			ewtb.r.076440.1
+4	new	new	ADJ	O	0			ewtb.r.076440.1
+5	and	and	CONJ	O	0			ewtb.r.076440.1
+6	exciting	exciting	ADJ	O	0			ewtb.r.076440.1
+7	plays	play	NOUN	O	0		n.communication	ewtb.r.076440.1
+8	done	do	VERB	O	0		v.stative	ewtb.r.076440.1
+9	at	at	ADP	O	0			ewtb.r.076440.1
+10	this	this	DET	O	0			ewtb.r.076440.1
+11	theatre	theatre	NOUN	O	0		n.group	ewtb.r.076440.1
+12	!	!	PUNCT	O	0			ewtb.r.076440.1
+
+1	No	no	DET	O	0			ewtb.r.077344.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.077344.1
+3	..	..	PUNCT	O	0			ewtb.r.077344.1
+4	But	but	CONJ	O	0			ewtb.r.077344.1
+5	good	good	ADJ	O	0			ewtb.r.077344.1
+6	food	food	NOUN	O	0		n.food	ewtb.r.077344.1
+7	..	..	PUNCT	O	0			ewtb.r.077344.1
+
+1	Surprisingly	surprisingly	ADV	O	0			ewtb.r.083849.1
+2	,	,	PUNCT	O	0			ewtb.r.083849.1
+3	this	this	DET	O	0			ewtb.r.083849.1
+4	little	little	ADJ	O	0			ewtb.r.083849.1
+5	strip	strip	NOUN	B	0		n.artifact	ewtb.r.083849.1
+6	mall	mall	NOUN	I	5			ewtb.r.083849.1
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.083849.1
+8	has	have	VERB	O	0		v.stative	ewtb.r.083849.1
+9	the	the	DET	O	0			ewtb.r.083849.1
+10	best	best	ADJ	O	0			ewtb.r.083849.1
+11	sushi	sushi	NOUN	O	0		n.food	ewtb.r.083849.1
+12	I	i	PRON	O	0			ewtb.r.083849.1
+13	've	've	AUX	O	0			ewtb.r.083849.1
+14	found	find	VERB	O	0		v.cognition	ewtb.r.083849.1
+15	in	in	ADP	O	0			ewtb.r.083849.1
+16	the	the	DET	O	0			ewtb.r.083849.1
+17	Tampa	tampa	PROPN	O	0		n.location	ewtb.r.083849.1
+18	area	area	NOUN	O	0		n.location	ewtb.r.083849.1
+19	.	.	PUNCT	O	0			ewtb.r.083849.1
+
+1	It	it	PRON	O	0			ewtb.r.083849.2
+2	's	's	VERB	O	0		v.stative	ewtb.r.083849.2
+3	fresh	fresh	ADJ	O	0			ewtb.r.083849.2
+4	and	and	CONJ	O	0			ewtb.r.083849.2
+5	really	really	ADV	O	0			ewtb.r.083849.2
+6	tasty	tasty	ADJ	O	0			ewtb.r.083849.2
+7	.	.	PUNCT	O	0			ewtb.r.083849.2
+
+1	I	i	PRON	O	0			ewtb.r.083849.3
+2	'll	'll	AUX	O	0			ewtb.r.083849.3
+3	drive	drive	VERB	O	0		v.motion	ewtb.r.083849.3
+4	an	an	DET	O	0			ewtb.r.083849.3
+5	hour	hour	NOUN	O	0		n.time	ewtb.r.083849.3
+6	just	just	ADV	O	0			ewtb.r.083849.3
+7	for	for	ADP	O	0			ewtb.r.083849.3
+8	their	their	PRON	O	0			ewtb.r.083849.3
+9	volcano	volcano	NOUN	O	0		n.food	ewtb.r.083849.3
+10	,	,	PUNCT	O	0			ewtb.r.083849.3
+11	yum	yum	INTJ	O	0			ewtb.r.083849.3
+12	!	!	PUNCT	O	0			ewtb.r.083849.3
+
+1	Outstanding	outstanding	ADJ	O	0			ewtb.r.090643.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.090643.1
+3	&	&	CONJ	O	0			ewtb.r.090643.1
+4	quality	quality	NOUN	O	0		n.attribute	ewtb.r.090643.1
+5	at	at	ADP	O	0			ewtb.r.090643.1
+6	a	a	DET	O	0			ewtb.r.090643.1
+7	very	very	ADV	O	0			ewtb.r.090643.1
+8	affordable	affordable	ADJ	O	0			ewtb.r.090643.1
+9	price	price	NOUN	O	0		n.possession	ewtb.r.090643.1
+10	!	!	PUNCT	O	0			ewtb.r.090643.1
+
+1	This	this	DET	O	0			ewtb.r.090643.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.090643.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.090643.2
+4	top	top	ADJ	B	0			ewtb.r.090643.2
+5	notch	notch	NOUN	I	4			ewtb.r.090643.2
+6	and	and	CONJ	O	0			ewtb.r.090643.2
+7	highly	highly	ADV	O	0			ewtb.r.090643.2
+8	affordable	affordable	ADJ	O	0			ewtb.r.090643.2
+9	!	!	PUNCT	O	0			ewtb.r.090643.2
+
+1	I	i	PRON	O	0			ewtb.r.090643.3
+2	would	would	AUX	O	0			ewtb.r.090643.3
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.090643.3
+4	it	it	PRON	O	0			ewtb.r.090643.3
+5	hands	hands	NOUN	B	0			ewtb.r.090643.3
+6	down	down	ADV	I	5			ewtb.r.090643.3
+7	and	and	CONJ	O	0			ewtb.r.090643.3
+8	am	be	VERB	O	0		v.stative	ewtb.r.090643.3
+9	a	a	DET	O	0			ewtb.r.090643.3
+10	loyal	loyal	ADJ	O	0			ewtb.r.090643.3
+11	customer	customer	NOUN	O	0		n.person	ewtb.r.090643.3
+12	.	.	PUNCT	O	0			ewtb.r.090643.3
+
+1	I	i	PRON	O	0			ewtb.r.090643.4
+2	've	've	AUX	O	0			ewtb.r.090643.4
+3	also	also	ADV	O	0			ewtb.r.090643.4
+4	sent	send	VERB	B	0		v.motion	ewtb.r.090643.4
+5	over	over	ADV	I	4			ewtb.r.090643.4
+6	a	a	DET	B	0			ewtb.r.090643.4
+7	number	number	NOUN	I	6			ewtb.r.090643.4
+8	of	of	ADP	O	0			ewtb.r.090643.4
+9	friends	friend	NOUN	O	0		n.person	ewtb.r.090643.4
+10	to	to	PART	O	0			ewtb.r.090643.4
+11	use	use	VERB	O	0		v.social	ewtb.r.090643.4
+12	the	the	DET	O	0			ewtb.r.090643.4
+13	services	services	NOUN	O	0		n.act	ewtb.r.090643.4
+14	here	here	ADV	O	0			ewtb.r.090643.4
+15	and	and	CONJ	O	0			ewtb.r.090643.4
+16	everyone	everyone	NOUN	O	0			ewtb.r.090643.4
+17	is	be	VERB	O	0		v.stative	ewtb.r.090643.4
+18	extraordinarily	extraordinarily	ADV	O	0			ewtb.r.090643.4
+19	pleased	pleased	ADJ	O	0			ewtb.r.090643.4
+20	!	!	PUNCT	O	0			ewtb.r.090643.4
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.090643.5
+2	for	for	SCONJ	O	0			ewtb.r.090643.5
+3	doing	do	VERB	B	0		v.social	ewtb.r.090643.5
+4	such	such	ADV	o	0			ewtb.r.090643.5
+5	great	great	ADJ	o	0			ewtb.r.090643.5
+6	work	work	NOUN	I	3			ewtb.r.090643.5
+7	on	on	ADP	O	0			ewtb.r.090643.5
+8	my	my	PRON	O	0			ewtb.r.090643.5
+9	important	important	ADJ	O	0			ewtb.r.090643.5
+10	pieces	piece	NOUN	O	0		n.quantity	ewtb.r.090643.5
+11	of	of	ADP	O	0			ewtb.r.090643.5
+12	clothing	clothing	NOUN	O	0		n.artifact	ewtb.r.090643.5
+13	that	that	DET	O	0			ewtb.r.090643.5
+14	always	always	ADV	O	0			ewtb.r.090643.5
+15	look	look	VERB	O	0		v.perception	ewtb.r.090643.5
+16	great	great	ADJ	O	0			ewtb.r.090643.5
+17	!	!	PUNCT	O	0			ewtb.r.090643.5
+
+1	Extremely	extremely	ADV	O	0			ewtb.r.095040.1
+2	helpful	helpful	ADJ	O	0			ewtb.r.095040.1
+3	and	and	CONJ	O	0			ewtb.r.095040.1
+4	professional	professional	ADJ	O	0			ewtb.r.095040.1
+
+1	As	as	ADP	O	0			ewtb.r.095040.2
+2	first	first	ADJ	B	0			ewtb.r.095040.2
+3	-	-	PUNCT	I	2			ewtb.r.095040.2
+4	time	time	NOUN	I	3			ewtb.r.095040.2
+5	home	home	NOUN	O	0		n.artifact	ewtb.r.095040.2
+6	buyers	buyer	NOUN	O	0		n.person	ewtb.r.095040.2
+7	,	,	PUNCT	O	0			ewtb.r.095040.2
+8	my	my	PRON	O	0			ewtb.r.095040.2
+9	husband	husband	NOUN	O	0		n.person	ewtb.r.095040.2
+10	and	and	CONJ	O	0			ewtb.r.095040.2
+11	I	i	PRON	O	0			ewtb.r.095040.2
+12	found	find	VERB	O	0		v.cognition	ewtb.r.095040.2
+13	Stephanie	stephanie	PROPN	B	0		n.person	ewtb.r.095040.2
+14	Fairchild	fairchild	PROPN	I	13			ewtb.r.095040.2
+15	at	at	ADP	O	0			ewtb.r.095040.2
+16	Prudential	prudential	PROPN	B	0		n.group	ewtb.r.095040.2
+17	Steamboat	steamboat	PROPN	I	16			ewtb.r.095040.2
+18	Realty	realty	PROPN	I	17			ewtb.r.095040.2
+19	,	,	PUNCT	O	0			ewtb.r.095040.2
+20	extremely	extremely	ADV	O	0			ewtb.r.095040.2
+21	helpful	helpful	ADJ	O	0			ewtb.r.095040.2
+22	.	.	PUNCT	O	0			ewtb.r.095040.2
+
+1	She	she	PRON	O	0			ewtb.r.095040.3
+2	worked	work	VERB	O	0		v.social	ewtb.r.095040.3
+3	with	with	ADP	O	0			ewtb.r.095040.3
+4	us	us	PRON	O	0			ewtb.r.095040.3
+5	for	for	ADP	O	0			ewtb.r.095040.3
+6	over	over	ADP	O	0			ewtb.r.095040.3
+7	a	a	DET	O	0			ewtb.r.095040.3
+8	year	year	NOUN	O	0		n.time	ewtb.r.095040.3
+9	,	,	PUNCT	O	0			ewtb.r.095040.3
+10	helping	help	VERB	O	0		v.social	ewtb.r.095040.3
+11	us	us	PRON	O	0			ewtb.r.095040.3
+12	find	find	VERB	O	0		v.cognition	ewtb.r.095040.3
+13	our	our	PRON	O	0			ewtb.r.095040.3
+14	perfect	perfect	ADJ	O	0			ewtb.r.095040.3
+15	home	home	NOUN	O	0		n.artifact	ewtb.r.095040.3
+16	.	.	PUNCT	O	0			ewtb.r.095040.3
+
+1	Stephanie	stephanie	PROPN	O	0		n.person	ewtb.r.095040.4
+2	's	's	PART	O	0			ewtb.r.095040.4
+3	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.095040.4
+4	of	of	ADP	O	0			ewtb.r.095040.4
+5	the	the	DET	O	0			ewtb.r.095040.4
+6	market	market	NOUN	O	0		n.group	ewtb.r.095040.4
+7	and	and	CONJ	O	0			ewtb.r.095040.4
+8	properties	property	NOUN	O	0		n.artifact	ewtb.r.095040.4
+9	in	in	ADP	O	0			ewtb.r.095040.4
+10	our	our	PRON	O	0			ewtb.r.095040.4
+11	price	price	NOUN	B	0		n.possession	ewtb.r.095040.4
+12	range	range	NOUN	I	11			ewtb.r.095040.4
+13	,	,	PUNCT	O	0			ewtb.r.095040.4
+14	made	make	VERB	O	0		v.stative	ewtb.r.095040.4
+15	us	us	PRON	O	0			ewtb.r.095040.4
+16	feel	feel	VERB	O	0		v.cognition	ewtb.r.095040.4
+17	secure	secure	ADJ	O	0			ewtb.r.095040.4
+18	in	in	ADP	O	0			ewtb.r.095040.4
+19	our	our	PRON	O	0			ewtb.r.095040.4
+20	decision	decision	NOUN	O	0		n.cognition	ewtb.r.095040.4
+21	to	to	PART	O	0			ewtb.r.095040.4
+22	buy	buy	VERB	O	0		v.possession	ewtb.r.095040.4
+23	when	when	ADV	O	0			ewtb.r.095040.4
+24	we	we	PRON	O	0			ewtb.r.095040.4
+25	did	do	AUX	O	0			ewtb.r.095040.4
+26	.	.	PUNCT	O	0			ewtb.r.095040.4
+
+1	We	we	PRON	O	0			ewtb.r.095040.5
+2	would	would	AUX	O	0			ewtb.r.095040.5
+3	highly	highly	ADV	O	0			ewtb.r.095040.5
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.095040.5
+5	Stephanie	stephanie	PROPN	O	0		n.person	ewtb.r.095040.5
+6	to	to	ADP	O	0			ewtb.r.095040.5
+7	anyone	anyone	NOUN	O	0			ewtb.r.095040.5
+8	looking	look	VERB	O	0		v.cognition	ewtb.r.095040.5
+9	for	for	ADP	O	0			ewtb.r.095040.5
+10	a	a	DET	O	0			ewtb.r.095040.5
+11	home	home	NOUN	O	0		n.artifact	ewtb.r.095040.5
+12	in	in	ADP	O	0			ewtb.r.095040.5
+13	the	the	DET	O	0			ewtb.r.095040.5
+14	Yampa	yampa	PROPN	B	0		n.location	ewtb.r.095040.5
+15	Valley	valley	PROPN	I	14			ewtb.r.095040.5
+16	.	.	PUNCT	O	0			ewtb.r.095040.5
+
+1	We	we	PRON	O	0			ewtb.r.095040.6
+2	appreciated	appreciate	VERB	O	0		v.emotion	ewtb.r.095040.6
+3	her	her	PRON	O	0			ewtb.r.095040.6
+4	patience	patience	NOUN	O	0		n.attribute	ewtb.r.095040.6
+5	,	,	PUNCT	O	0			ewtb.r.095040.6
+6	knowledge	knowledge	NOUN	O	0		n.attribute	ewtb.r.095040.6
+7	and	and	CONJ	O	0			ewtb.r.095040.6
+8	kindness	kindness	NOUN	O	0		n.attribute	ewtb.r.095040.6
+9	!	!	PUNCT	O	0			ewtb.r.095040.6
+
+1	ONe	one	NUM	O	0			ewtb.r.096340.1
+2	of	of	ADP	O	0			ewtb.r.096340.1
+3	a	a	DET	O	0			ewtb.r.096340.1
+4	few	few	ADJ	O	0			ewtb.r.096340.1
+5	.	.	PUNCT	O	0			ewtb.r.096340.1
+
+1	Hancocks	hancocks	PROPN	O	0		n.group	ewtb.r.096340.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.096340.2
+3	one	one	NUM	O	0			ewtb.r.096340.2
+4	of	of	ADP	O	0			ewtb.r.096340.2
+5	four	four	NUM	O	0			ewtb.r.096340.2
+6	fabric	fabric	ADJ	O	0			ewtb.r.096340.2
+7	stores	store	NOUN	O	0		n.group	ewtb.r.096340.2
+8	in	in	ADP	O	0			ewtb.r.096340.2
+9	Fort	fort	PROPN	B	0		n.location	ewtb.r.096340.2
+10	Smith	smith	PROPN	I	9			ewtb.r.096340.2
+11	.	.	PUNCT	O	0			ewtb.r.096340.2
+
+1	We	we	PRON	O	0			ewtb.r.096340.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.096340.3
+3	Hobby	hobby	PROPN	B	0		n.group	ewtb.r.096340.3
+4	Lobby	lobby	PROPN	I	3			ewtb.r.096340.3
+5	,	,	PUNCT	O	0			ewtb.r.096340.3
+6	Just	just	ADV	B	0		n.group	ewtb.r.096340.3
+7	for	for	ADP	I	6			ewtb.r.096340.3
+8	Fun	fun	PROPN	I	7			ewtb.r.096340.3
+9	Fabrics	fabrics	PROPN	I	8			ewtb.r.096340.3
+10	,	,	PUNCT	O	0			ewtb.r.096340.3
+11	Walmart	walmart	PROPN	O	0		n.group	ewtb.r.096340.3
+12	,	,	PUNCT	O	0			ewtb.r.096340.3
+13	and	and	CONJ	O	0			ewtb.r.096340.3
+14	Interior	interior	PROPN	B	0		n.group	ewtb.r.096340.3
+15	Mall	mall	PROPN	I	14			ewtb.r.096340.3
+16	just	just	ADV	O	0			ewtb.r.096340.3
+17	inside	inside	ADP	O	0			ewtb.r.096340.3
+18	Barling	barling	PROPN	O	0		n.location	ewtb.r.096340.3
+19	.	.	PUNCT	O	0			ewtb.r.096340.3
+
+1	They	they	PRON	O	0			ewtb.r.096340.4
+2	do	do	AUX	O	0			ewtb.r.096340.4
+3	have	have	VERB	O	0		v.stative	ewtb.r.096340.4
+4	a	a	DET	O	0			ewtb.r.096340.4
+5	good	good	ADJ	O	0			ewtb.r.096340.4
+6	selection	selection	NOUN	O	0		n.cognition	ewtb.r.096340.4
+7	of	of	ADP	O	0			ewtb.r.096340.4
+8	fabric	fabric	NOUN	O	0		n.artifact	ewtb.r.096340.4
+9	and	and	CONJ	O	0			ewtb.r.096340.4
+10	notions	notion	NOUN	O	0		n.cognition	ewtb.r.096340.4
+11	.	.	PUNCT	O	0			ewtb.r.096340.4
+
+1	The	the	DET	O	0			ewtb.r.097548.1
+2	company	company	NOUN	O	0		n.group	ewtb.r.097548.1
+3	gets	get	VERB	O	0		v.stative	ewtb.r.097548.1
+4	busy	busy	ADJ	O	0			ewtb.r.097548.1
+5	but	but	CONJ	O	0			ewtb.r.097548.1
+6	you	you	PRON	O	0			ewtb.r.097548.1
+7	never	never	ADV	O	0			ewtb.r.097548.1
+8	have	have	VERB	B	0			ewtb.r.097548.1
+9	to	to	PART	I	8			ewtb.r.097548.1
+10	wait	wait	VERB	O	0		v.stative	ewtb.r.097548.1
+11	long	long	ADV	O	0			ewtb.r.097548.1
+12	because	because	SCONJ	O	0			ewtb.r.097548.1
+13	they	they	PRON	O	0			ewtb.r.097548.1
+14	ARE	be	VERB	O	0		v.stative	ewtb.r.097548.1
+15	orginizied	orginizied	ADJ	O	0			ewtb.r.097548.1
+16	,	,	PUNCT	O	0			ewtb.r.097548.1
+17	so	so	ADV	O	0			ewtb.r.097548.1
+18	you	you	PRON	O	0			ewtb.r.097548.1
+19	are	be	VERB	O	0		v.stative	ewtb.r.097548.1
+20	in	in	ADV	O	0			ewtb.r.097548.1
+21	,	,	PUNCT	O	0			ewtb.r.097548.1
+22	out	out	ADV	O	0			ewtb.r.097548.1
+23	,	,	PUNCT	O	0			ewtb.r.097548.1
+24	and	and	CONJ	O	0			ewtb.r.097548.1
+25	paid	pay	VERB	O	0		v.possession	ewtb.r.097548.1
+26	well	well	ADV	O	0			ewtb.r.097548.1
+27	for	for	ADP	O	0			ewtb.r.097548.1
+28	your	your	PRON	O	0			ewtb.r.097548.1
+29	scrap	scrap	NOUN	O	0		n.artifact	ewtb.r.097548.1
+
+1	Favorite	favorite	ADJ	O	0			ewtb.r.110441.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.110441.1
+3	in	in	ADP	O	0			ewtb.r.110441.1
+4	Tampa	tampa	PROPN	O	0		n.location	ewtb.r.110441.1
+5	.	.	PUNCT	O	0			ewtb.r.110441.1
+
+1	Update	update	NOUN	O	0		n.cognition	ewtb.r.110441.2
+2	:	:	PUNCT	O	0			ewtb.r.110441.2
+3	I	i	PRON	O	0			ewtb.r.110441.2
+4	had	have	VERB	B	0			ewtb.r.110441.2
+5	to	to	PART	I	4			ewtb.r.110441.2
+6	add	add	VERB	O	0		v.communication	ewtb.r.110441.2
+7	to	to	ADP	O	0			ewtb.r.110441.2
+8	my	my	PRON	O	0			ewtb.r.110441.2
+9	review	review	NOUN	O	0		n.communication	ewtb.r.110441.2
+10	.	.	PUNCT	O	0			ewtb.r.110441.2
+
+1	I	i	PRON	O	0			ewtb.r.110441.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.110441.3
+3	just	just	ADV	O	0			ewtb.r.110441.3
+4	in	in	ADV	O	0			ewtb.r.110441.3
+5	last	last	ADJ	O	0			ewtb.r.110441.3
+6	night	night	NOUN	O	0		n.time	ewtb.r.110441.3
+7	and	and	CONJ	O	0			ewtb.r.110441.3
+8	had	have	VERB	O	0		v.stative	ewtb.r.110441.3
+9	a	a	DET	O	0			ewtb.r.110441.3
+10	chance	chance	NOUN	O	0		n.cognition	ewtb.r.110441.3
+11	to	to	PART	O	0			ewtb.r.110441.3
+12	dine	dine	VERB	O	0		v.social	ewtb.r.110441.3
+13	in	in	ADP	O	0			ewtb.r.110441.3
+14	their	their	PRON	O	0			ewtb.r.110441.3
+15	new	new	ADJ	O	0			ewtb.r.110441.3
+16	dining	dining	NOUN	B	0		n.artifact	ewtb.r.110441.3
+17	room	room	NOUN	I	16			ewtb.r.110441.3
+18	.	.	PUNCT	O	0			ewtb.r.110441.3
+
+1	AMAZING	amazing	ADJ	O	0			ewtb.r.110441.4
+2	!	!	PUNCT	O	0			ewtb.r.110441.4
+
+1	I	i	PRON	O	0			ewtb.r.110441.5
+2	frequent	frequent	VERB	O	0		v.social	ewtb.r.110441.5
+3	this	this	DET	O	0			ewtb.r.110441.5
+4	resturant	resturant	NOUN	O	0		n.group	ewtb.r.110441.5
+5	on	on	ADP	B	0			ewtb.r.110441.5
+6	a	a	DET	I	5			ewtb.r.110441.5
+7	weekly	weekly	ADJ	o	0			ewtb.r.110441.5
+8	basis	basis	NOUN	I	6			ewtb.r.110441.5
+9	but	but	CONJ	O	0			ewtb.r.110441.5
+10	usally	usally	ADV	O	0			ewtb.r.110441.5
+11	only	only	ADV	O	0			ewtb.r.110441.5
+12	for	for	ADP	O	0			ewtb.r.110441.5
+13	lunch	lunch	NOUN	O	0		n.food	ewtb.r.110441.5
+14	.	.	PUNCT	O	0			ewtb.r.110441.5
+
+1	Well	well	INTJ	O	0			ewtb.r.110441.6
+2	I	i	PRON	O	0			ewtb.r.110441.6
+3	was	be	VERB	B	0		v.stative	ewtb.r.110441.6
+4	in	in	ADP	I	3			ewtb.r.110441.6
+5	for	for	ADP	I	4			ewtb.r.110441.6
+6	a	a	DET	I	5			ewtb.r.110441.6
+7	treat	treat	NOUN	I	6			ewtb.r.110441.6
+8	when	when	ADV	O	0			ewtb.r.110441.6
+9	I	i	PRON	O	0			ewtb.r.110441.6
+10	was	be	AUX	O	0			ewtb.r.110441.6
+11	greeted	greet	VERB	O	0		v.social	ewtb.r.110441.6
+12	by	by	ADP	O	0			ewtb.r.110441.6
+13	the	the	DET	O	0			ewtb.r.110441.6
+14	friendly	friendly	ADJ	O	0			ewtb.r.110441.6
+15	girls	girl	NOUN	O	0		n.person	ewtb.r.110441.6
+16	at	at	ADP	O	0			ewtb.r.110441.6
+17	the	the	DET	O	0			ewtb.r.110441.6
+18	counter	counter	NOUN	O	0		n.location	ewtb.r.110441.6
+19	who	who	PRON	O	0			ewtb.r.110441.6
+20	asked	ask	VERB	O	0		v.communication	ewtb.r.110441.6
+21	if	if	SCONJ	O	0			ewtb.r.110441.6
+22	my	my	PRON	O	0			ewtb.r.110441.6
+23	wife	wife	NOUN	O	0		n.person	ewtb.r.110441.6
+24	and	and	CONJ	O	0			ewtb.r.110441.6
+25	I	i	PRON	O	0			ewtb.r.110441.6
+26	would	would	AUX	O	0			ewtb.r.110441.6
+27	like	like	VERB	O	0		v.emotion	ewtb.r.110441.6
+28	to	to	PART	O	0			ewtb.r.110441.6
+29	sit	sit	VERB	O	0		v.stative	ewtb.r.110441.6
+30	in	in	ADP	O	0			ewtb.r.110441.6
+31	their	their	PRON	O	0			ewtb.r.110441.6
+32	"	"	PUNCT	O	0			ewtb.r.110441.6
+33	new	new	ADJ	O	0			ewtb.r.110441.6
+34	"	"	PUNCT	O	0			ewtb.r.110441.6
+35	dining	dining	NOUN	B	0		n.artifact	ewtb.r.110441.6
+36	room	room	NOUN	I	35			ewtb.r.110441.6
+37	.	.	PUNCT	O	0			ewtb.r.110441.6
+
+1	Right	right	ADV	B	0			ewtb.r.110441.7
+2	away	away	ADV	I	1			ewtb.r.110441.7
+3	they	they	PRON	O	0			ewtb.r.110441.7
+4	told	tell	VERB	O	0		v.communication	ewtb.r.110441.7
+5	us	us	PRON	O	0			ewtb.r.110441.7
+6	that	that	SCONJ	O	0			ewtb.r.110441.7
+7	it	it	PRON	O	0			ewtb.r.110441.7
+8	was	be	VERB	O	0		v.stative	ewtb.r.110441.7
+9	the	the	DET	O	0			ewtb.r.110441.7
+10	same	same	ADJ	O	0			ewtb.r.110441.7
+11	great	great	ADJ	O	0			ewtb.r.110441.7
+12	food	food	NOUN	O	0		n.food	ewtb.r.110441.7
+13	with	with	ADP	O	0			ewtb.r.110441.7
+14	the	the	DET	O	0			ewtb.r.110441.7
+15	same	same	ADJ	O	0			ewtb.r.110441.7
+16	prices	price	NOUN	O	0		n.possession	ewtb.r.110441.7
+17	so	so	ADV	O	0			ewtb.r.110441.7
+18	off	off	ADV	O	0			ewtb.r.110441.7
+19	we	we	PRON	O	0			ewtb.r.110441.7
+20	went	go	VERB	O	0		v.motion	ewtb.r.110441.7
+21	.	.	PUNCT	O	0			ewtb.r.110441.7
+
+1	We	we	PRON	O	0			ewtb.r.110441.8
+2	were	be	AUX	O	0			ewtb.r.110441.8
+3	greeted	greet	VERB	O	0		v.social	ewtb.r.110441.8
+4	again	again	ADV	O	0			ewtb.r.110441.8
+5	and	and	CONJ	O	0			ewtb.r.110441.8
+6	sat	sit	VERB	O	0		v.stative	ewtb.r.110441.8
+7	promptly	promptly	ADV	O	0			ewtb.r.110441.8
+8	.	.	PUNCT	O	0			ewtb.r.110441.8
+
+1	After	after	SCONJ	O	0			ewtb.r.110441.9
+2	looking	look	VERB	O	0		v.perception	ewtb.r.110441.9
+3	at	at	ADP	O	0			ewtb.r.110441.9
+4	the	the	DET	O	0			ewtb.r.110441.9
+5	menu	menu	NOUN	O	0		n.communication	ewtb.r.110441.9
+6	and	and	CONJ	O	0			ewtb.r.110441.9
+7	seeing	see	VERB	O	0		v.perception	ewtb.r.110441.9
+8	the	the	DET	O	0			ewtb.r.110441.9
+9	new	new	ADJ	O	0			ewtb.r.110441.9
+10	menu	menu	NOUN	O	0		n.communication	ewtb.r.110441.9
+11	items	item	NOUN	O	0		n.food	ewtb.r.110441.9
+12	they	they	PRON	O	0			ewtb.r.110441.9
+13	had	have	VERB	O	0		v.stative	ewtb.r.110441.9
+14	,	,	PUNCT	O	0			ewtb.r.110441.9
+15	we	we	PRON	O	0			ewtb.r.110441.9
+16	knew	know	VERB	O	0		v.cognition	ewtb.r.110441.9
+17	we	we	PRON	O	0			ewtb.r.110441.9
+18	were	be	VERB	B	0		v.stative	ewtb.r.110441.9
+19	in	in	ADP	I	18			ewtb.r.110441.9
+20	for	for	ADP	I	19			ewtb.r.110441.9
+21	a	a	DET	I	20			ewtb.r.110441.9
+22	treat	treat	NOUN	I	21			ewtb.r.110441.9
+23	!	!	PUNCT	O	0			ewtb.r.110441.9
+
+1	I	i	PRON	O	0			ewtb.r.110441.10
+2	had	have	VERB	O	0		v.consumption	ewtb.r.110441.10
+3	the	the	DET	O	0			ewtb.r.110441.10
+4	Chicken	chicken	NOUN	O	0		n.food	ewtb.r.110441.10
+5	Parmesan	parmesan	NOUN	O	0		n.food	ewtb.r.110441.10
+6	Dinner	dinner	NOUN	O	0		n.food	ewtb.r.110441.10
+7	and	and	CONJ	O	0			ewtb.r.110441.10
+8	my	my	PRON	O	0			ewtb.r.110441.10
+9	wife	wife	NOUN	O	0		n.person	ewtb.r.110441.10
+10	had	have	VERB	O	0		v.consumption	ewtb.r.110441.10
+11	the	the	DET	O	0			ewtb.r.110441.10
+12	Shrimp	shrimp	NOUN	B	0		n.food	ewtb.r.110441.10
+13	Scampi	scampi	NOUN	I	12			ewtb.r.110441.10
+14	Dinner	dinner	NOUN	O	0		n.food	ewtb.r.110441.10
+15	.	.	PUNCT	O	0			ewtb.r.110441.10
+
+1	AMAZING	amazing	ADJ	O	0			ewtb.r.110441.11
+2	!	!	PUNCT	O	0			ewtb.r.110441.11
+
+1	The	the	DET	O	0			ewtb.r.110441.12
+2	portions	portion	NOUN	B	0		n.quantity	ewtb.r.110441.12
+3	were	be	VERB	o	0		v.stative	ewtb.r.110441.12
+4	generous	generous	ADJ	I	2			ewtb.r.110441.12
+5	enough	enough	ADV	O	0			ewtb.r.110441.12
+6	that	that	SCONJ	O	0			ewtb.r.110441.12
+7	we	we	PRON	O	0			ewtb.r.110441.12
+8	even	even	ADV	O	0			ewtb.r.110441.12
+9	took	take	VERB	O	0		v.motion	ewtb.r.110441.12
+10	some	some	DET	O	0			ewtb.r.110441.12
+11	home	home	ADV	O	0			ewtb.r.110441.12
+12	!	!	PUNCT	O	0			ewtb.r.110441.12
+
+1	I	i	PRON	O	0			ewtb.r.110441.13
+2	have	have	VERB	B	0		v.communication	ewtb.r.110441.13
+3	to	to	PART	I	2			ewtb.r.110441.13
+4	say	say	VERB	I	3			ewtb.r.110441.13
+5	the	the	DET	O	0			ewtb.r.110441.13
+6	value	value	NOUN	O	0		n.attribute	ewtb.r.110441.13
+7	of	of	ADP	O	0			ewtb.r.110441.13
+8	this	this	DET	O	0			ewtb.r.110441.13
+9	place	place	NOUN	O	0		n.group	ewtb.r.110441.13
+10	always	always	ADV	O	0			ewtb.r.110441.13
+11	amazes	amaze	VERB	O	0		v.cognition	ewtb.r.110441.13
+12	me	me	PRON	O	0			ewtb.r.110441.13
+13	.	.	PUNCT	O	0			ewtb.r.110441.13
+
+1	It	it	PRON	O	0			ewtb.r.110441.14
+2	's	's	VERB	O	0		v.stative	ewtb.r.110441.14
+3	nice	nice	ADJ	O	0			ewtb.r.110441.14
+4	to	to	PART	O	0			ewtb.r.110441.14
+5	see	see	VERB	O	0		v.perception	ewtb.r.110441.14
+6	that	that	SCONJ	O	0			ewtb.r.110441.14
+7	even	even	ADV	O	0			ewtb.r.110441.14
+8	in	in	ADP	O	0			ewtb.r.110441.14
+9	the	the	DET	O	0			ewtb.r.110441.14
+10	economy	economy	NOUN	O	0		n.cognition	ewtb.r.110441.14
+11	we	we	PRON	O	0			ewtb.r.110441.14
+12	can	can	AUX	O	0			ewtb.r.110441.14
+13	eat	eat	VERB	O	0		v.consumption	ewtb.r.110441.14
+14	a	a	DET	O	0			ewtb.r.110441.14
+15	place	place	NOUN	O	0		n.group	ewtb.r.110441.14
+16	that	that	DET	O	0			ewtb.r.110441.14
+17	has	have	VERB	O	0		v.stative	ewtb.r.110441.14
+18	upscale	upscale	ADJ	O	0			ewtb.r.110441.14
+19	service	service	NOUN	O	0		n.act	ewtb.r.110441.14
+20	,	,	PUNCT	O	0			ewtb.r.110441.14
+21	amazing	amazing	ADJ	O	0			ewtb.r.110441.14
+22	atmosphere	atmosphere	NOUN	O	0		n.cognition	ewtb.r.110441.14
+23	,	,	PUNCT	O	0			ewtb.r.110441.14
+24	and	and	CONJ	O	0			ewtb.r.110441.14
+25	Incredible	incredible	ADJ	O	0			ewtb.r.110441.14
+26	food	food	NOUN	O	0		n.food	ewtb.r.110441.14
+27	,	,	PUNCT	O	0			ewtb.r.110441.14
+28	but	but	CONJ	O	0			ewtb.r.110441.14
+29	not	not	PART	O	0			ewtb.r.110441.14
+30	break	break	VERB	B	0		v.possession	ewtb.r.110441.14
+31	the	the	DET	I	30			ewtb.r.110441.14
+32	bank	bank	NOUN	I	31			ewtb.r.110441.14
+33	while	while	SCONJ	O	0			ewtb.r.110441.14
+34	enjoying	enjoy	VERB	O	0		v.emotion	ewtb.r.110441.14
+35	it	it	PRON	O	0			ewtb.r.110441.14
+36	!	!	PUNCT	O	0			ewtb.r.110441.14
+
+1	Bottom	bottom	ADJ	B	0			ewtb.r.110441.15
+2	line	line	NOUN	I	1			ewtb.r.110441.15
+3	is	be	VERB	O	0		v.stative	ewtb.r.110441.15
+4	that	that	SCONJ	O	0			ewtb.r.110441.15
+5	when	when	ADV	O	0			ewtb.r.110441.15
+6	it	it	PRON	O	0			ewtb.r.110441.15
+7	's	's	VERB	O	0		v.stative	ewtb.r.110441.15
+8	a	a	DET	O	0			ewtb.r.110441.15
+9	small	small	ADJ	O	0			ewtb.r.110441.15
+10	privatly	privatly	ADV	O	0			ewtb.r.110441.15
+11	owned	own	VERB	O	0		v.possession	ewtb.r.110441.15
+12	resturant	resturant	NOUN	O	0		n.group	ewtb.r.110441.15
+13	like	like	SCONJ	O	0			ewtb.r.110441.15
+14	this	this	DET	O	0			ewtb.r.110441.15
+15	is	be	VERB	O	0		v.stative	ewtb.r.110441.15
+16	you	you	PRON	O	0			ewtb.r.110441.15
+17	can	can	AUX	O	0			ewtb.r.110441.15
+18	tell	tell	VERB	O	0		v.communication	ewtb.r.110441.15
+19	that	that	SCONJ	O	0			ewtb.r.110441.15
+20	the	the	DET	O	0			ewtb.r.110441.15
+21	owners	owner	NOUN	O	0		n.person	ewtb.r.110441.15
+22	and	and	CONJ	O	0			ewtb.r.110441.15
+23	employees	employee	NOUN	O	0		n.person	ewtb.r.110441.15
+24	take	take	VERB	B	0		v.cognition	ewtb.r.110441.15
+25	pride	pride	NOUN	I	24			ewtb.r.110441.15
+26	in	in	ADP	O	0			ewtb.r.110441.15
+27	their	their	PRON	O	0			ewtb.r.110441.15
+28	product	product	NOUN	O	0		n.artifact	ewtb.r.110441.15
+29	and	and	CONJ	O	0			ewtb.r.110441.15
+30	service	service	NOUN	O	0		n.act	ewtb.r.110441.15
+31	.	.	PUNCT	O	0			ewtb.r.110441.15
+
+1	Well	well	ADV	O	0			ewtb.r.110441.16
+2	Done	do	VERB	O	0		v.stative	ewtb.r.110441.16
+3	!	!	PUNCT	O	0			ewtb.r.110441.16
+
+1	Used	use	VERB	O	0		v.social	ewtb.r.114849.1
+2	their	their	PRON	O	0			ewtb.r.114849.1
+3	service	service	NOUN	O	0		n.act	ewtb.r.114849.1
+4	for	for	ADP	O	0			ewtb.r.114849.1
+5	the	the	DET	O	0			ewtb.r.114849.1
+6	first	first	ADJ	O	0			ewtb.r.114849.1
+7	time	time	NOUN	O	0		n.event	ewtb.r.114849.1
+8	and	and	CONJ	O	0			ewtb.r.114849.1
+9	was	be	AUX	O	0			ewtb.r.114849.1
+10	immediately	immediately	ADV	O	0			ewtb.r.114849.1
+11	impressed	impress	VERB	O	0		v.cognition	ewtb.r.114849.1
+12	by	by	ADP	O	0			ewtb.r.114849.1
+13	their	their	PRON	O	0			ewtb.r.114849.1
+14	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.114849.1
+15	(	(	PUNCT	O	0			ewtb.r.114849.1
+16	received	receive	VERB	O	0		v.social	ewtb.r.114849.1
+17	a	a	DET	O	0			ewtb.r.114849.1
+18	phone	phone	NOUN	B	0		n.communication	ewtb.r.114849.1
+19	call	call	NOUN	I	18			ewtb.r.114849.1
+20	soon	soon	ADV	O	0			ewtb.r.114849.1
+21	after	after	SCONJ	O	0			ewtb.r.114849.1
+22	order	order	NOUN	O	0		n.communication	ewtb.r.114849.1
+23	was	be	AUX	O	0			ewtb.r.114849.1
+24	placed	place	VERB	O	0		v.communication	ewtb.r.114849.1
+25	to	to	PART	O	0			ewtb.r.114849.1
+26	confirm	confirm	VERB	O	0		v.communication	ewtb.r.114849.1
+27	details	details	NOUN	O	0		n.cognition	ewtb.r.114849.1
+28	)	)	PUNCT	O	0			ewtb.r.114849.1
+29	and	and	CONJ	O	0			ewtb.r.114849.1
+30	the	the	DET	O	0			ewtb.r.114849.1
+31	subsequent	subsequent	ADJ	O	0			ewtb.r.114849.1
+32	delivery	delivery	NOUN	O	0		n.act	ewtb.r.114849.1
+33	of	of	ADP	O	0			ewtb.r.114849.1
+34	my	my	PRON	O	0			ewtb.r.114849.1
+35	gift	gift	NOUN	O	0		n.artifact	ewtb.r.114849.1
+36	(	(	PUNCT	O	0			ewtb.r.114849.1
+37	To	to	ADP	O	0			ewtb.r.114849.1
+38	Split	split	PROPN	B	0		n.location	ewtb.r.114849.1
+39	,	,	PUNCT	I	38			ewtb.r.114849.1
+40	Croatia	croatia	PROPN	I	39			ewtb.r.114849.1
+41	)	)	PUNCT	O	0			ewtb.r.114849.1
+42	was	be	VERB	O	0		v.stative	ewtb.r.114849.1
+43	as	as	SCONJ	O	0			ewtb.r.114849.1
+44	requested	request	VERB	O	0		v.communication	ewtb.r.114849.1
+45	.	.	PUNCT	O	0			ewtb.r.114849.1
+
+1	The	the	DET	O	0			ewtb.r.114849.2
+2	gift	gift	NOUN	O	0		n.artifact	ewtb.r.114849.2
+3	itself	itself	PRON	O	0			ewtb.r.114849.2
+4	was	be	VERB	O	0		v.stative	ewtb.r.114849.2
+5	exactly	exactly	ADV	O	0			ewtb.r.114849.2
+6	as	as	SCONJ	O	0			ewtb.r.114849.2
+7	described	describe	VERB	O	0		v.communication	ewtb.r.114849.2
+8	and	and	CONJ	O	0			ewtb.r.114849.2
+9	pictured	picture	VERB	O	0		v.communication	ewtb.r.114849.2
+10	in	in	ADP	O	0			ewtb.r.114849.2
+11	the	the	DET	O	0			ewtb.r.114849.2
+12	catalogue	catalogue	NOUN	O	0		n.artifact	ewtb.r.114849.2
+13	and	and	CONJ	O	0			ewtb.r.114849.2
+14	of	of	ADP	O	0			ewtb.r.114849.2
+15	the	the	DET	O	0			ewtb.r.114849.2
+16	highest	high	ADJ	O	0			ewtb.r.114849.2
+17	standard	standard	NOUN	O	0		n.attribute	ewtb.r.114849.2
+18	.	.	PUNCT	O	0			ewtb.r.114849.2
+
+1	Would	would	AUX	O	0			ewtb.r.114849.3
+2	highly	highly	ADV	O	0			ewtb.r.114849.3
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.114849.3
+4	to	to	ADP	O	0			ewtb.r.114849.3
+5	anyone	anyone	NOUN	O	0			ewtb.r.114849.3
+6	requiring	require	VERB	O	0		v.cognition	ewtb.r.114849.3
+7	overseas	overseas	ADJ	O	0			ewtb.r.114849.3
+8	gift	gift	NOUN	O	0		n.artifact	ewtb.r.114849.3
+9	delivery	delivery	NOUN	O	0		n.act	ewtb.r.114849.3
+10	.	.	PUNCT	O	0			ewtb.r.114849.3
+
+1	Danny	danny	PROPN	O	0		n.person	ewtb.r.114849.4
+2	(	(	PUNCT	O	0			ewtb.r.114849.4
+3	Australia	australia	PROPN	O	0		n.location	ewtb.r.114849.4
+4	)	)	PUNCT	O	0			ewtb.r.114849.4
+
+1	Give	give	VERB	B	0		v.social	ewtb.r.114941.1
+2	them	them	PRON	o	0			ewtb.r.114941.1
+3	a	a	DET	I	1			ewtb.r.114941.1
+4	try	try	NOUN	I	3			ewtb.r.114941.1
+5	!	!	PUNCT	O	0			ewtb.r.114941.1
+
+1	The	the	DET	O	0			ewtb.r.114941.2
+2	pizzas	pizza	NOUN	O	0		n.food	ewtb.r.114941.2
+3	are	be	VERB	O	0		v.stative	ewtb.r.114941.2
+4	huge	huge	ADJ	O	0			ewtb.r.114941.2
+5	and	and	CONJ	O	0			ewtb.r.114941.2
+6	super	super	ADV	O	0			ewtb.r.114941.2
+7	delicious	delicious	ADJ	O	0			ewtb.r.114941.2
+8	.	.	PUNCT	O	0			ewtb.r.114941.2
+
+1	They	they	PRON	O	0			ewtb.r.114941.3
+2	're	're	VERB	O	0		v.stative	ewtb.r.114941.3
+3	our	our	PRON	O	0			ewtb.r.114941.3
+4	favorite	favorite	ADJ	O	0			ewtb.r.114941.3
+5	pizza	pizza	NOUN	O	0		n.food	ewtb.r.114941.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.114941.3
+7	to	to	PART	O	0			ewtb.r.114941.3
+8	order	order	VERB	O	0		v.communication	ewtb.r.114941.3
+9	from	from	ADP	O	0			ewtb.r.114941.3
+10	...	...	PUNCT	O	0			ewtb.r.114941.3
+11	and	and	CONJ	O	0			ewtb.r.114941.3
+12	they	they	PRON	O	0			ewtb.r.114941.3
+13	're	're	VERB	O	0		v.stative	ewtb.r.114941.3
+14	a	a	DET	O	0			ewtb.r.114941.3
+15	local	local	ADJ	O	0			ewtb.r.114941.3
+16	,	,	PUNCT	O	0			ewtb.r.114941.3
+17	family	family	NOUN	O	0		n.person	ewtb.r.114941.3
+18	owned	own	VERB	O	0		v.possession	ewtb.r.114941.3
+19	company	company	NOUN	O	0		n.group	ewtb.r.114941.3
+20	!	!	PUNCT	O	0			ewtb.r.114941.3
+
+1	How	how	ADV	O	0			ewtb.r.114941.4
+2	much	much	ADV	O	0			ewtb.r.114941.4
+3	better	better	ADJ	O	0			ewtb.r.114941.4
+4	does	do	AUX	O	0			ewtb.r.114941.4
+5	it	it	PRON	O	0			ewtb.r.114941.4
+6	get	get	VERB	O	0		v.stative	ewtb.r.114941.4
+7	?!	?!	PUNCT	O	0			ewtb.r.114941.4
+
+1	We	we	PRON	O	0			ewtb.r.121342.1
+2	were	be	AUX	O	0			ewtb.r.121342.1
+3	expecting	expect	VERB	O	0		v.cognition	ewtb.r.121342.1
+4	a	a	DET	O	0			ewtb.r.121342.1
+5	great	great	ADJ	O	0			ewtb.r.121342.1
+6	experience	experience	NOUN	O	0		n.event	ewtb.r.121342.1
+7	,	,	PUNCT	O	0			ewtb.r.121342.1
+8	when	when	ADV	O	0			ewtb.r.121342.1
+9	we	we	PRON	O	0			ewtb.r.121342.1
+10	recieved	recieved	VERB	O	0		v.stative	ewtb.r.121342.1
+11	a	a	DET	O	0			ewtb.r.121342.1
+12	friendly	friendly	ADJ	O	0			ewtb.r.121342.1
+13	greeting	greeting	NOUN	O	0		n.communication	ewtb.r.121342.1
+14	by	by	ADP	O	0			ewtb.r.121342.1
+15	the	the	DET	O	0			ewtb.r.121342.1
+16	hosts	host	NOUN	O	0		n.person	ewtb.r.121342.1
+17	.	.	PUNCT	O	0			ewtb.r.121342.1
+
+1	The	the	DET	O	0			ewtb.r.121342.2
+2	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.121342.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.121342.2
+4	nice	nice	ADJ	O	0			ewtb.r.121342.2
+5	and	and	CONJ	O	0			ewtb.r.121342.2
+6	very	very	ADV	O	0			ewtb.r.121342.2
+7	clean	clean	ADJ	O	0			ewtb.r.121342.2
+8	.	.	PUNCT	O	0			ewtb.r.121342.2
+
+1	The	the	DET	O	0			ewtb.r.121342.3
+2	menu	menu	NOUN	O	0		n.communication	ewtb.r.121342.3
+3	had	have	VERB	O	0		v.stative	ewtb.r.121342.3
+4	plenty	plenty	NOUN	O	0			ewtb.r.121342.3
+5	of	of	ADP	O	0			ewtb.r.121342.3
+6	options	option	NOUN	O	0		n.food	ewtb.r.121342.3
+7	even	even	ADV	O	0			ewtb.r.121342.3
+8	for	for	ADP	O	0			ewtb.r.121342.3
+9	picky	picky	ADJ	O	0			ewtb.r.121342.3
+10	eaters	eater	NOUN	O	0		n.person	ewtb.r.121342.3
+11	.	.	PUNCT	O	0			ewtb.r.121342.3
+
+1	The	the	DET	O	0			ewtb.r.121342.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.121342.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.121342.4
+4	ok	ok	ADJ	O	0			ewtb.r.121342.4
+5	,	,	PUNCT	O	0			ewtb.r.121342.4
+6	our	our	PRON	O	0			ewtb.r.121342.4
+7	waitress	waitress	NOUN	O	0		n.person	ewtb.r.121342.4
+8	kept	keep	VERB	O	0		v.stative	ewtb.r.121342.4
+9	forgetting	forget	VERB	O	0		v.cognition	ewtb.r.121342.4
+10	our	our	PRON	O	0			ewtb.r.121342.4
+11	drinks	drink	NOUN	O	0		n.food	ewtb.r.121342.4
+12	even	even	ADV	O	0			ewtb.r.121342.4
+13	though	though	SCONJ	O	0			ewtb.r.121342.4
+14	we	we	PRON	O	0			ewtb.r.121342.4
+15	reminded	remind	VERB	O	0		v.communication	ewtb.r.121342.4
+16	her	her	PRON	O	0			ewtb.r.121342.4
+17	several	several	ADJ	O	0			ewtb.r.121342.4
+18	times	times	NOUN	O	0		n.event	ewtb.r.121342.4
+19	.	.	PUNCT	O	0			ewtb.r.121342.4
+
+1	To	to	PART	O	0			ewtb.r.121342.5
+2	start	start	VERB	O	0		v.stative	ewtb.r.121342.5
+3	we	we	PRON	O	0			ewtb.r.121342.5
+4	tried	try	VERB	O	0		v.consumption	ewtb.r.121342.5
+5	the	the	DET	O	0			ewtb.r.121342.5
+6	guacamole	guacamole	NOUN	O	0		n.food	ewtb.r.121342.5
+7	and	and	CONJ	O	0			ewtb.r.121342.5
+8	salsa	salsa	NOUN	B	0		n.food	ewtb.r.121342.5
+9	verde	verde	NOUN	I	8			ewtb.r.121342.5
+10	,	,	PUNCT	O	0			ewtb.r.121342.5
+11	it	it	PRON	O	0			ewtb.r.121342.5
+12	was	be	VERB	O	0		v.stative	ewtb.r.121342.5
+13	completly	completly	ADV	O	0			ewtb.r.121342.5
+14	flavorless	flavorless	ADJ	O	0			ewtb.r.121342.5
+15	.	.	PUNCT	O	0			ewtb.r.121342.5
+
+1	We	we	PRON	O	0			ewtb.r.121342.6
+2	should	should	AUX	O	0			ewtb.r.121342.6
+3	have	have	AUX	O	0			ewtb.r.121342.6
+4	left	leave	VERB	O	0		v.motion	ewtb.r.121342.6
+5	then	then	ADV	O	0			ewtb.r.121342.6
+6	.	.	PUNCT	O	0			ewtb.r.121342.6
+
+1	We	we	PRON	O	0			ewtb.r.121342.7
+2	orderd	orderd	VERB	O	0		v.communication	ewtb.r.121342.7
+3	our	our	PRON	O	0			ewtb.r.121342.7
+4	meals	meal	NOUN	O	0		n.food	ewtb.r.121342.7
+5	anyway	anyway	ADV	O	0			ewtb.r.121342.7
+6	,	,	PUNCT	O	0			ewtb.r.121342.7
+7	chimichangas	chimichangas	NOUN	O	0		n.food	ewtb.r.121342.7
+8	,	,	PUNCT	O	0			ewtb.r.121342.7
+9	jalapeno	jalapeno	NOUN	O	0		n.food	ewtb.r.121342.7
+10	borritos	borritos	NOUN	O	0		n.food	ewtb.r.121342.7
+11	,	,	PUNCT	O	0			ewtb.r.121342.7
+12	and	and	CONJ	O	0			ewtb.r.121342.7
+13	quesadillas	quesadilla	NOUN	O	0		n.food	ewtb.r.121342.7
+14	.	.	PUNCT	O	0			ewtb.r.121342.7
+
+1	Everything	everything	NOUN	O	0			ewtb.r.121342.8
+2	was	be	VERB	O	0		v.stative	ewtb.r.121342.8
+3	bland	bland	ADJ	O	0			ewtb.r.121342.8
+4	,	,	PUNCT	O	0			ewtb.r.121342.8
+5	completely	completely	ADV	O	0			ewtb.r.121342.8
+6	void	void	ADJ	O	0			ewtb.r.121342.8
+7	of	of	ADP	O	0			ewtb.r.121342.8
+8	any	any	DET	O	0			ewtb.r.121342.8
+9	spice	spice	NOUN	O	0		n.attribute	ewtb.r.121342.8
+10	or	or	CONJ	O	0			ewtb.r.121342.8
+11	flavor	flavor	NOUN	O	0		n.attribute	ewtb.r.121342.8
+12	.	.	PUNCT	O	0			ewtb.r.121342.8
+
+1	We	we	PRON	O	0			ewtb.r.121342.9
+2	have	have	AUX	O	0			ewtb.r.121342.9
+3	never	never	ADV	O	0			ewtb.r.121342.9
+4	had	have	VERB	O	0		v.consumption	ewtb.r.121342.9
+5	mexican	mexican	ADJ	O	0			ewtb.r.121342.9
+6	food	food	NOUN	O	0		n.food	ewtb.r.121342.9
+7	this	this	ADV	O	0			ewtb.r.121342.9
+8	bad	bad	ADJ	O	0			ewtb.r.121342.9
+9	,	,	PUNCT	O	0			ewtb.r.121342.9
+10	it	it	PRON	O	0			ewtb.r.121342.9
+11	was	be	VERB	O	0		v.stative	ewtb.r.121342.9
+12	just	just	ADV	O	0			ewtb.r.121342.9
+13	simply	simply	ADV	O	0			ewtb.r.121342.9
+14	gross	gross	ADJ	O	0			ewtb.r.121342.9
+15	.	.	PUNCT	O	0			ewtb.r.121342.9
+
+1	Over-rated	over-rated	ADJ	O	0			ewtb.r.004574.1
+2	...	...	PUNCT	O	0			ewtb.r.004574.1
+
+1	This	this	DET	O	0			ewtb.r.004574.2
+2	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.004574.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.004574.2
+4	over-rated	over-rated	ADJ	O	0			ewtb.r.004574.2
+5	.	.	PUNCT	O	0			ewtb.r.004574.2
+
+1	It	it	PRON	O	0			ewtb.r.004574.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.004574.3
+3	hard	hard	ADJ	O	0			ewtb.r.004574.3
+4	to	to	PART	O	0			ewtb.r.004574.3
+5	find	find	VERB	O	0		v.cognition	ewtb.r.004574.3
+6	...	...	PUNCT	O	0			ewtb.r.004574.3
+7	and	and	CONJ	O	0			ewtb.r.004574.3
+8	the	the	DET	O	0			ewtb.r.004574.3
+9	mexican	mexican	ADJ	O	0			ewtb.r.004574.3
+10	food	food	NOUN	O	0		n.food	ewtb.r.004574.3
+11	is	be	VERB	O	0		v.stative	ewtb.r.004574.3
+12	bland	bland	ADJ	O	0			ewtb.r.004574.3
+13	,	,	PUNCT	O	0			ewtb.r.004574.3
+14	almost	almost	ADV	O	0			ewtb.r.004574.3
+15	equivalent	equivalent	ADJ	O	0			ewtb.r.004574.3
+16	to	to	SCONJ	O	0			ewtb.r.004574.3
+17	eating	eat	VERB	O	0		v.consumption	ewtb.r.004574.3
+18	out	out	ADP	B	0			ewtb.r.004574.3
+19	of	of	ADP	I	18			ewtb.r.004574.3
+20	a	a	DET	O	0			ewtb.r.004574.3
+21	can	can	NOUN	O	0		n.artifact	ewtb.r.004574.3
+22	.	.	PUNCT	O	0			ewtb.r.004574.3
+
+1	The	the	DET	O	0			ewtb.r.004574.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.004574.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.004574.4
+4	poor	poor	ADJ	O	0			ewtb.r.004574.4
+5	...	...	PUNCT	O	0			ewtb.r.004574.4
+
+1	I	i	PRON	O	0			ewtb.r.004574.5
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.004574.5
+3	for	for	ADP	O	0			ewtb.r.004574.5
+4	a	a	DET	O	0			ewtb.r.004574.5
+5	fried	fry	VERB	B	0		n.food	ewtb.r.004574.5
+6	egg	egg	NOUN	I	5			ewtb.r.004574.5
+7	on	on	ADP	O	0			ewtb.r.004574.5
+8	my	my	PRON	O	0			ewtb.r.004574.5
+9	enchiladas	enchilada	NOUN	O	0		n.food	ewtb.r.004574.5
+10	...	...	PUNCT	O	0			ewtb.r.004574.5
+11	and	and	CONJ	O	0			ewtb.r.004574.5
+12	did	do	AUX	O	0			ewtb.r.004574.5
+13	not	not	PART	O	0			ewtb.r.004574.5
+14	get	get	VERB	O	0		v.possession	ewtb.r.004574.5
+15	it	it	PRON	O	0			ewtb.r.004574.5
+16	.!	.!	PUNCT	O	0			ewtb.r.004574.5
+
+1	Secondly	secondly	ADV	O	0			ewtb.r.004574.6
+2	,	,	PUNCT	O	0			ewtb.r.004574.6
+3	the	the	DET	O	0			ewtb.r.004574.6
+4	enchladas	enchladas	NOUN	O	0		n.food	ewtb.r.004574.6
+5	did	do	AUX	O	0			ewtb.r.004574.6
+6	not	not	PART	O	0			ewtb.r.004574.6
+7	come	come	VERB	B	0		v.stative	ewtb.r.004574.6
+8	with	with	ADP	I	7			ewtb.r.004574.6
+9	enchilada	enchilada	NOUN	B	0		n.food	ewtb.r.004574.6
+10	sauce	sauce	NOUN	I	9			ewtb.r.004574.6
+11	..	..	PUNCT	O	0			ewtb.r.004574.6
+12	but	but	CONJ	O	0			ewtb.r.004574.6
+13	chili	chili	NOUN	O	0		n.food	ewtb.r.004574.6
+14	...	...	PUNCT	O	0			ewtb.r.004574.6
+15	like	like	ADP	O	0			ewtb.r.004574.6
+16	Hormel	hormel	PROPN	B	0		n.food	ewtb.r.004574.6
+17	's	's	PART	I	16			ewtb.r.004574.6
+18	chili	chili	NOUN	I	17			ewtb.r.004574.6
+19	..	..	PUNCT	O	0			ewtb.r.004574.6
+20	the	the	DET	O	0			ewtb.r.004574.6
+21	cheese	cheese	NOUN	O	0		n.food	ewtb.r.004574.6
+22	was	be	VERB	O	0		v.stative	ewtb.r.004574.6
+23	American	american	ADJ	B	0		n.food	ewtb.r.004574.6
+24	cheese	cheese	NOUN	I	23			ewtb.r.004574.6
+25	!	!	PUNCT	O	0			ewtb.r.004574.6
+
+1	The	the	DET	O	0			ewtb.r.004574.7
+2	Chili	chili	NOUN	B	0		n.food	ewtb.r.004574.7
+3	Relleno	relleno	NOUN	I	2			ewtb.r.004574.7
+4	..	..	PUNCT	O	0			ewtb.r.004574.7
+5	had	have	VERB	O	0		v.stative	ewtb.r.004574.7
+6	no	no	DET	O	0			ewtb.r.004574.7
+7	batter	batter	NOUN	O	0		n.food	ewtb.r.004574.7
+8	on	on	ADP	O	0			ewtb.r.004574.7
+9	it	it	PRON	O	0			ewtb.r.004574.7
+10	.	.	PUNCT	O	0			ewtb.r.004574.7
+
+1	Wife	wife	NOUN	O	0		n.person	ewtb.r.006970.1
+2	and	and	CONJ	O	0			ewtb.r.006970.1
+3	I	i	PRON	O	0			ewtb.r.006970.1
+4	attempted	attempt	VERB	O	0		v.cognition	ewtb.r.006970.1
+5	to	to	PART	O	0			ewtb.r.006970.1
+6	adopt	adopt	VERB	O	0		v.possession	ewtb.r.006970.1
+7	a	a	DET	O	0			ewtb.r.006970.1
+8	dog	dog	NOUN	O	0		n.animal	ewtb.r.006970.1
+9	and	and	CONJ	O	0			ewtb.r.006970.1
+10	was	be	VERB	O	0		v.stative	ewtb.r.006970.1
+11	nothing	nothing	NOUN	O	0			ewtb.r.006970.1
+12	but	but	CONJ	O	0			ewtb.r.006970.1
+13	frustrating	frustrating	ADJ	O	0			ewtb.r.006970.1
+14	.	.	PUNCT	O	0			ewtb.r.006970.1
+
+1	We	we	PRON	O	0			ewtb.r.006970.3
+2	were	be	AUX	O	0			ewtb.r.006970.3
+3	told	tell	VERB	O	0		v.communication	ewtb.r.006970.3
+4	that	that	SCONJ	O	0			ewtb.r.006970.3
+5	we	we	PRON	O	0			ewtb.r.006970.3
+6	could	could	AUX	O	0			ewtb.r.006970.3
+7	n't	n't	PART	O	0			ewtb.r.006970.3
+8	today	today	NOUN	O	0		n.time	ewtb.r.006970.3
+9	because	because	SCONJ	O	0			ewtb.r.006970.3
+10	they	they	PRON	O	0			ewtb.r.006970.3
+11	were	be	AUX	O	0			ewtb.r.006970.3
+12	closing	close	VERB	O	0		v.social	ewtb.r.006970.3
+13	soon	soon	ADV	O	0			ewtb.r.006970.3
+14	.	.	PUNCT	O	0			ewtb.r.006970.3
+
+1	I	i	PRON	O	0			ewtb.r.006970.4
+2	called	call	VERB	O	0		v.communication	ewtb.r.006970.4
+3	the	the	DET	O	0			ewtb.r.006970.4
+4	next	next	ADJ	O	0			ewtb.r.006970.4
+5	morning	morning	NOUN	O	0		n.time	ewtb.r.006970.4
+6	to	to	PART	O	0			ewtb.r.006970.4
+7	let	let	VERB	B	0		v.communication	ewtb.r.006970.4
+8	then	then	PRON	o	0			ewtb.r.006970.4
+9	know	know	VERB	I	7			ewtb.r.006970.4
+10	my	my	PRON	O	0			ewtb.r.006970.4
+11	wife	wife	NOUN	O	0		n.person	ewtb.r.006970.4
+12	would	would	AUX	O	0			ewtb.r.006970.4
+13	be	be	AUX	O	0			ewtb.r.006970.4
+14	driving	drive	VERB	B	0		v.motion	ewtb.r.006970.4
+15	in	in	ADV	I	14			ewtb.r.006970.4
+16	.	.	PUNCT	O	0			ewtb.r.006970.4
+
+1	They	they	PRON	O	0			ewtb.r.006970.5
+2	gave	give	VERB	B	0		v.communication	ewtb.r.006970.5
+3	me	me	PRON	o	0			ewtb.r.006970.5
+4	the	the	DET	I	2			ewtb.r.006970.5
+5	run	run	NOUN	I	4			ewtb.r.006970.5
+6	around	around	NOUN	I	5			ewtb.r.006970.5
+7	and	and	CONJ	O	0			ewtb.r.006970.5
+8	missing	miss	VERB	O	0		v.cognition	ewtb.r.006970.5
+9	paperwork	paperwork	NOUN	O	0		n.communication	ewtb.r.006970.5
+10	only	only	ADV	O	0			ewtb.r.006970.5
+11	to	to	PART	O	0			ewtb.r.006970.5
+12	call	call	VERB	B	0		v.communication	ewtb.r.006970.5
+13	back	back	ADP	I	12			ewtb.r.006970.5
+14	to	to	PART	O	0			ewtb.r.006970.5
+15	tell	tell	VERB	O	0		v.communication	ewtb.r.006970.5
+16	me	me	PRON	O	0			ewtb.r.006970.5
+17	someone	someone	NOUN	O	0			ewtb.r.006970.5
+18	else	else	ADJ	O	0			ewtb.r.006970.5
+19	wanted	want	VERB	O	0		v.cognition	ewtb.r.006970.5
+20	her	her	PRON	O	0			ewtb.r.006970.5
+21	and	and	CONJ	O	0			ewtb.r.006970.5
+22	I	i	PRON	O	0			ewtb.r.006970.5
+23	would	would	AUX	O	0			ewtb.r.006970.5
+24	need	need	VERB	O	0		v.cognition	ewtb.r.006970.5
+25	to	to	PART	O	0			ewtb.r.006970.5
+26	come	come	VERB	B	0		v.motion	ewtb.r.006970.5
+27	in	in	ADV	I	26			ewtb.r.006970.5
+28	and	and	CONJ	O	0			ewtb.r.006970.5
+29	put	put	VERB	B	0		v.possession	ewtb.r.006970.5
+30	down	down	ADP	I	29			ewtb.r.006970.5
+31	a	a	DET	O	0			ewtb.r.006970.5
+32	deposit	deposit	NOUN	O	0		n.possession	ewtb.r.006970.5
+33	.	.	PUNCT	O	0			ewtb.r.006970.5
+
+1	I	i	PRON	O	0			ewtb.r.006970.6
+2	work	work	VERB	O	0		v.social	ewtb.r.006970.6
+3	2	2	NUM	O	0			ewtb.r.006970.6
+4	hours	hours	NOUN	O	0		n.time	ewtb.r.006970.6
+5	away	away	ADV	O	0			ewtb.r.006970.6
+6	but	but	CONJ	O	0			ewtb.r.006970.6
+7	offered	offer	VERB	O	0		v.communication	ewtb.r.006970.6
+8	my	my	PRON	O	0			ewtb.r.006970.6
+9	card	card	NOUN	O	0		n.possession	ewtb.r.006970.6
+10	over	over	ADP	B	0			ewtb.r.006970.6
+11	the	the	DET	I	10			ewtb.r.006970.6
+12	phone	phone	NOUN	I	11			ewtb.r.006970.6
+13	.	.	PUNCT	O	0			ewtb.r.006970.6
+
+1	They	they	PRON	O	0			ewtb.r.006970.7
+2	refused	refuse	VERB	O	0		v.communication	ewtb.r.006970.7
+3	.	.	PUNCT	O	0			ewtb.r.006970.7
+
+1	Terrible	terrible	ADJ	O	0			ewtb.r.006970.8
+2	communication	communication	NOUN	O	0		n.communication	ewtb.r.006970.8
+3	as	as	ADV	B	0			ewtb.r.006970.8
+4	well	well	ADV	I	3			ewtb.r.006970.8
+5	.	.	PUNCT	O	0			ewtb.r.006970.8
+
+1	At	at	ADP	B	0			ewtb.r.006970.9
+2	one	one	NUM	I	1			ewtb.r.006970.9
+3	point	point	NOUN	I	2			ewtb.r.006970.9
+4	they	they	PRON	O	0			ewtb.r.006970.9
+5	told	tell	VERB	O	0		v.communication	ewtb.r.006970.9
+6	me	me	PRON	O	0			ewtb.r.006970.9
+7	the	the	DET	O	0			ewtb.r.006970.9
+8	dog	dog	NOUN	O	0		n.animal	ewtb.r.006970.9
+9	had	have	AUX	O	0			ewtb.r.006970.9
+10	been	be	AUX	O	0			ewtb.r.006970.9
+11	fixed	fix	VERB	O	0		v.change	ewtb.r.006970.9
+12	,	,	PUNCT	O	0			ewtb.r.006970.9
+13	the	the	DET	O	0			ewtb.r.006970.9
+14	next	next	ADJ	O	0			ewtb.r.006970.9
+15	day	day	NOUN	O	0		n.time	ewtb.r.006970.9
+16	it	it	PRON	O	0			ewtb.r.006970.9
+17	had	have	AUX	O	0			ewtb.r.006970.9
+18	n't	n't	PART	O	0			ewtb.r.006970.9
+19	.	.	PUNCT	O	0			ewtb.r.006970.9
+
+1	Huge	huge	ADJ	O	0			ewtb.r.006970.10
+2	ammount	ammount	NOUN	O	0		n.quantity	ewtb.r.006970.10
+3	of	of	ADP	O	0			ewtb.r.006970.10
+4	time	time	NOUN	O	0		n.time	ewtb.r.006970.10
+5	wasted	waste	VERB	O	0		v.consumption	ewtb.r.006970.10
+6	time	time	NOUN	O	0		n.time	ewtb.r.006970.10
+7	and	and	CONJ	O	0			ewtb.r.006970.10
+8	elevated	elevate	VERB	O	0		v.change	ewtb.r.006970.10
+9	blood	blood	NOUN	B	0		n.body	ewtb.r.006970.10
+10	pressure	pressure	NOUN	I	9			ewtb.r.006970.10
+11	.	.	PUNCT	O	0			ewtb.r.006970.10
+
+1	Want	want	VERB	O	0		v.cognition	ewtb.r.009775.1
+2	a	a	DET	O	0			ewtb.r.009775.1
+3	great	great	ADJ	O	0			ewtb.r.009775.1
+4	burger	burger	NOUN	O	0		n.food	ewtb.r.009775.1
+5	?	?	PUNCT	O	0			ewtb.r.009775.1
+
+1	The	the	DET	O	0			ewtb.r.009775.2
+2	smokehouse	smokehouse	NOUN	O	0		n.group	ewtb.r.009775.2
+3	ca	ca	AUX	O	0			ewtb.r.009775.2
+4	n't	n't	PART	O	0			ewtb.r.009775.2
+5	be	be	AUX	O	0			ewtb.r.009775.2
+6	beat	beat	VERB	O	0		v.competition	ewtb.r.009775.2
+7	anywhere	anywhere	ADV	O	0			ewtb.r.009775.2
+8	.	.	PUNCT	O	0			ewtb.r.009775.2
+
+1	Salad	salad	NOUN	B	0		n.food	ewtb.r.009775.3
+2	bar	bar	NOUN	I	1			ewtb.r.009775.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.009775.3
+4	hit	hit	NOUN	B	0			ewtb.r.009775.3
+5	and	and	CONJ	I	4			ewtb.r.009775.3
+6	miss	miss	NOUN	I	5			ewtb.r.009775.3
+7	for	for	ADP	O	0			ewtb.r.009775.3
+8	freshness	freshness	NOUN	O	0		n.attribute	ewtb.r.009775.3
+9	-	-	PUNCT	O	0			ewtb.r.009775.3
+10	sometimes	sometimes	ADV	O	0			ewtb.r.009775.3
+11	the	the	DET	O	0			ewtb.r.009775.3
+12	broccoli	broccoli	NOUN	O	0		n.food	ewtb.r.009775.3
+13	looks	look	VERB	O	0		v.perception	ewtb.r.009775.3
+14	browned	browned	ADJ	O	0			ewtb.r.009775.3
+15	around	around	ADP	O	0			ewtb.r.009775.3
+16	the	the	DET	O	0			ewtb.r.009775.3
+17	edges	edge	NOUN	O	0		n.food	ewtb.r.009775.3
+18	.	.	PUNCT	O	0			ewtb.r.009775.3
+
+1	Never	never	ADV	O	0			ewtb.r.009775.4
+2	a	a	DET	O	0			ewtb.r.009775.4
+3	bad	bad	ADJ	O	0			ewtb.r.009775.4
+4	smokehouse	smokehouse	NOUN	B	0		n.food	ewtb.r.009775.4
+5	burger	burger	NOUN	I	4			ewtb.r.009775.4
+6	though	though	ADV	O	0			ewtb.r.009775.4
+7	!	!	PUNCT	O	0			ewtb.r.009775.4
+
+1	I	i	PRON	O	0			ewtb.r.009775.5
+2	crave	crave	VERB	O	0		v.cognition	ewtb.r.009775.5
+3	those	those	DET	O	0			ewtb.r.009775.5
+4	.	.	PUNCT	O	0			ewtb.r.009775.5
+
+1	BEST	best	ADJ	O	0			ewtb.r.009970.1
+2	CHINESE	chinese	ADJ	O	0			ewtb.r.009970.1
+3	RESTAURANT	restaurant	NOUN	O	0		n.group	ewtb.r.009970.1
+4	EVER	ever	ADV	O	0			ewtb.r.009970.1
+5	!!!	!!!	PUNCT	O	0			ewtb.r.009970.1
+
+1	It	it	PRON	O	0			ewtb.r.009970.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.009970.2
+3	the	the	DET	O	0			ewtb.r.009970.2
+4	best	best	ADJ	O	0			ewtb.r.009970.2
+5	Chinese	chinese	ADJ	O	0			ewtb.r.009970.2
+6	food	food	NOUN	O	0		n.food	ewtb.r.009970.2
+7	I	i	PRON	O	0			ewtb.r.009970.2
+8	have	have	AUX	O	0			ewtb.r.009970.2
+9	ever	ever	ADV	O	0			ewtb.r.009970.2
+10	had	have	VERB	O	0		v.consumption	ewtb.r.009970.2
+11	.	.	PUNCT	O	0			ewtb.r.009970.2
+
+1	All	all	DET	O	0			ewtb.r.009970.3
+2	the	the	DET	O	0			ewtb.r.009970.3
+3	food	food	NOUN	O	0		n.food	ewtb.r.009970.3
+4	tasted	taste	VERB	O	0		v.perception	ewtb.r.009970.3
+5	excellent	excellent	ADJ	O	0			ewtb.r.009970.3
+6	,	,	PUNCT	O	0			ewtb.r.009970.3
+7	and	and	CONJ	O	0			ewtb.r.009970.3
+8	with	with	ADP	O	0			ewtb.r.009970.3
+9	the	the	DET	O	0			ewtb.r.009970.3
+10	new	new	ADJ	O	0			ewtb.r.009970.3
+11	renovation	renovation	NOUN	O	0		n.act	ewtb.r.009970.3
+12	of	of	ADP	O	0			ewtb.r.009970.3
+13	chairs	chair	NOUN	O	0		n.artifact	ewtb.r.009970.3
+14	and	and	CONJ	O	0			ewtb.r.009970.3
+15	the	the	DET	O	0			ewtb.r.009970.3
+16	bathroom	bathroom	NOUN	O	0		n.artifact	ewtb.r.009970.3
+17	,	,	PUNCT	O	0			ewtb.r.009970.3
+18	it	it	PRON	O	0			ewtb.r.009970.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.009970.3
+20	awesome	awesome	ADJ	O	0			ewtb.r.009970.3
+21	.	.	PUNCT	O	0			ewtb.r.009970.3
+
+1	The	the	DET	O	0			ewtb.r.009970.4
+2	people	person	NOUN	O	0		n.person	ewtb.r.009970.4
+3	working	work	VERB	O	0		v.social	ewtb.r.009970.4
+4	their	their	ADV	O	0			ewtb.r.009970.4
+5	are	be	VERB	O	0		v.stative	ewtb.r.009970.4
+6	also	also	ADV	O	0			ewtb.r.009970.4
+7	extremely	extremely	ADV	O	0			ewtb.r.009970.4
+8	polite	polite	NOUN	O	0		n.cognition	ewtb.r.009970.4
+9	and	and	CONJ	O	0			ewtb.r.009970.4
+10	friendly	friendly	ADJ	O	0			ewtb.r.009970.4
+11	.	.	PUNCT	O	0			ewtb.r.009970.4
+
+1	Every	every	DET	O	0			ewtb.r.009970.5
+2	time	time	NOUN	O	0		n.event	ewtb.r.009970.5
+3	I	i	PRON	O	0			ewtb.r.009970.5
+4	go	go	VERB	O	0		v.motion	ewtb.r.009970.5
+5	,	,	PUNCT	O	0			ewtb.r.009970.5
+6	Kevin	kevin	PROPN	O	0		n.person	ewtb.r.009970.5
+7	,	,	PUNCT	O	0			ewtb.r.009970.5
+8	the	the	DET	O	0			ewtb.r.009970.5
+9	manager	manager	NOUN	O	0		n.person	ewtb.r.009970.5
+10	,	,	PUNCT	O	0			ewtb.r.009970.5
+11	will	will	AUX	O	0			ewtb.r.009970.5
+12	always	always	ADV	O	0			ewtb.r.009970.5
+13	remember	remember	VERB	O	0		v.cognition	ewtb.r.009970.5
+14	my	my	PRON	O	0			ewtb.r.009970.5
+15	family	family	NOUN	O	0		n.group	ewtb.r.009970.5
+16	and	and	CONJ	O	0			ewtb.r.009970.5
+17	I	i	PRON	O	0			ewtb.r.009970.5
+18	.	.	PUNCT	O	0			ewtb.r.009970.5
+
+1	Overall	overall	ADV	O	0			ewtb.r.009970.6
+2	,	,	PUNCT	O	0			ewtb.r.009970.6
+3	it	it	PRON	O	0			ewtb.r.009970.6
+4	is	be	VERB	O	0		v.stative	ewtb.r.009970.6
+5	very	very	ADV	O	0			ewtb.r.009970.6
+6	family	family	NOUN	O	0		n.group	ewtb.r.009970.6
+7	oriented	oriented	ADJ	O	0			ewtb.r.009970.6
+8	,	,	PUNCT	O	0			ewtb.r.009970.6
+9	and	and	CONJ	O	0			ewtb.r.009970.6
+10	I	i	PRON	O	0			ewtb.r.009970.6
+11	recommend	recommend	VERB	O	0		v.communication	ewtb.r.009970.6
+12	it	it	PRON	O	0			ewtb.r.009970.6
+13	to	to	ADP	O	0			ewtb.r.009970.6
+14	everyone	everyone	NOUN	O	0			ewtb.r.009970.6
+15	!!!	!!!	PUNCT	O	0			ewtb.r.009970.6
+
+1	Poor	poor	ADJ	O	0			ewtb.r.010378.1
+2	Experience	experience	NOUN	O	0		n.event	ewtb.r.010378.1
+
+1	I	i	PRON	O	0			ewtb.r.010378.2
+2	did	do	AUX	O	0			ewtb.r.010378.2
+3	not	not	PART	O	0			ewtb.r.010378.2
+4	have	have	VERB	B	0		v.stative	ewtb.r.010378.2
+5	a	a	DET	o	0			ewtb.r.010378.2
+6	good	good	ADJ	o	0			ewtb.r.010378.2
+7	experience	experience	NOUN	I	4			ewtb.r.010378.2
+8	w	w	ADP	I	7			ewtb.r.010378.2
+9	/	/	PUNCT	O	0			ewtb.r.010378.2
+10	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.010378.2
+11	Ghassemlou	ghassemlou	PROPN	I	10			ewtb.r.010378.2
+12	.	.	PUNCT	O	0			ewtb.r.010378.2
+
+1	During	during	ADP	O	0			ewtb.r.010378.3
+2	the	the	DET	O	0			ewtb.r.010378.3
+3	session	session	NOUN	O	0		n.event	ewtb.r.010378.3
+4	,	,	PUNCT	O	0			ewtb.r.010378.3
+5	he	he	PRON	O	0			ewtb.r.010378.3
+6	demanded	demand	VERB	O	0		v.cognition	ewtb.r.010378.3
+7	to	to	PART	O	0			ewtb.r.010378.3
+8	have	have	VERB	O	0		v.stative	ewtb.r.010378.3
+9	my	my	PRON	O	0			ewtb.r.010378.3
+10	physical	physical	ADJ	O	0			ewtb.r.010378.3
+11	address	address	NOUN	O	0		n.location	ewtb.r.010378.3
+12	,	,	PUNCT	O	0			ewtb.r.010378.3
+13	which	which	DET	O	0			ewtb.r.010378.3
+14	I	i	PRON	O	0			ewtb.r.010378.3
+15	've	've	AUX	O	0			ewtb.r.010378.3
+16	always	always	ADV	O	0			ewtb.r.010378.3
+17	kept	keep	VERB	O	0		v.stative	ewtb.r.010378.3
+18	private	private	ADJ	O	0			ewtb.r.010378.3
+19	as	as	SCONJ	O	0			ewtb.r.010378.3
+20	I	i	PRON	O	0			ewtb.r.010378.3
+21	am	be	AUX	O	0			ewtb.r.010378.3
+22	enrolled	enrol	VERB	O	0		v.social	ewtb.r.010378.3
+23	in	in	ADP	O	0			ewtb.r.010378.3
+24	a	a	DET	O	0			ewtb.r.010378.3
+25	witness	witness	NOUN	B	0		n.cognition	ewtb.r.010378.3
+26	protection	protection	NOUN	I	25			ewtb.r.010378.3
+27	program	program	NOUN	I	26			ewtb.r.010378.3
+28	.	.	PUNCT	O	0			ewtb.r.010378.3
+
+1	I	i	PRON	O	0			ewtb.r.010378.4
+2	believe	believe	VERB	O	0		v.cognition	ewtb.r.010378.4
+3	he	he	PRON	O	0			ewtb.r.010378.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.010378.4
+5	correct	correct	ADJ	O	0			ewtb.r.010378.4
+6	in	in	ADP	B	0			ewtb.r.010378.4
+7	that	that	DET	I	6			ewtb.r.010378.4
+8	he	he	PRON	O	0			ewtb.r.010378.4
+9	needs	need	VERB	O	0		v.cognition	ewtb.r.010378.4
+10	my	my	PRON	O	0			ewtb.r.010378.4
+11	physical	physical	ADJ	O	0			ewtb.r.010378.4
+12	address	address	NOUN	O	0		n.location	ewtb.r.010378.4
+13	for	for	ADP	O	0			ewtb.r.010378.4
+14	legal	legal	ADJ	O	0			ewtb.r.010378.4
+15	reasons	reason	NOUN	O	0		n.motive	ewtb.r.010378.4
+16	,	,	PUNCT	O	0			ewtb.r.010378.4
+17	however	however	ADV	O	0			ewtb.r.010378.4
+18	,	,	PUNCT	O	0			ewtb.r.010378.4
+19	he	he	PRON	O	0			ewtb.r.010378.4
+20	did	do	AUX	O	0			ewtb.r.010378.4
+21	not	not	PART	O	0			ewtb.r.010378.4
+22	adequately	adequately	ADV	O	0			ewtb.r.010378.4
+23	explain	explain	VERB	O	0		v.communication	ewtb.r.010378.4
+24	this	this	DET	O	0			ewtb.r.010378.4
+25	during	during	ADP	O	0			ewtb.r.010378.4
+26	our	our	PRON	O	0			ewtb.r.010378.4
+27	session	session	NOUN	O	0		n.event	ewtb.r.010378.4
+28	.	.	PUNCT	O	0			ewtb.r.010378.4
+
+1	I	i	PRON	O	0			ewtb.r.010378.6
+2	think	think	VERB	O	0		v.cognition	ewtb.r.010378.6
+3	he	he	PRON	O	0			ewtb.r.010378.6
+4	could	could	AUX	O	0			ewtb.r.010378.6
+5	've	've	AUX	O	0			ewtb.r.010378.6
+6	done	do	VERB	O	0		v.social	ewtb.r.010378.6
+7	more	more	ADJ	O	0			ewtb.r.010378.6
+8	to	to	PART	O	0			ewtb.r.010378.6
+9	assuage	assuage	VERB	O	0		v.cognition	ewtb.r.010378.6
+10	my	my	PRON	O	0			ewtb.r.010378.6
+11	concerns	concern	NOUN	O	0		n.cognition	ewtb.r.010378.6
+12	by	by	SCONJ	O	0			ewtb.r.010378.6
+13	giving	give	VERB	O	0		v.communication	ewtb.r.010378.6
+14	me	me	PRON	O	0			ewtb.r.010378.6
+15	concrete	concrete	ADJ	O	0			ewtb.r.010378.6
+16	facts	fact	NOUN	O	0		n.communication	ewtb.r.010378.6
+17	.	.	PUNCT	O	0			ewtb.r.010378.6
+
+1	Saying	say	VERB	O	0		v.communication	ewtb.r.010378.7
+2	that	that	SCONJ	O	0			ewtb.r.010378.7
+3	I	i	PRON	O	0			ewtb.r.010378.7
+4	need	need	VERB	O	0		v.cognition	ewtb.r.010378.7
+5	to	to	PART	O	0			ewtb.r.010378.7
+6	give	give	VERB	O	0		v.communication	ewtb.r.010378.7
+7	him	him	PRON	O	0			ewtb.r.010378.7
+8	my	my	PRON	O	0			ewtb.r.010378.7
+9	address	address	NOUN	O	0		n.location	ewtb.r.010378.7
+10	or	or	CONJ	B	0			ewtb.r.010378.7
+11	else	else	ADV	I	10			ewtb.r.010378.7
+12	I	i	PRON	O	0			ewtb.r.010378.7
+13	have	have	VERB	B	0		v.cognition	ewtb.r.010378.7
+14	intimacy	intimacy	NOUN	o	0		n.cognition	ewtb.r.010378.7
+15	issues	issue	NOUN	I	13			ewtb.r.010378.7
+16	is	be	VERB	O	0		v.stative	ewtb.r.010378.7
+17	not	not	PART	O	0			ewtb.r.010378.7
+18	helpful	helpful	ADJ	O	0			ewtb.r.010378.7
+19	.	.	PUNCT	O	0			ewtb.r.010378.7
+
+1	It	it	PRON	O	0			ewtb.r.010378.8
+2	's	's	VERB	O	0		v.stative	ewtb.r.010378.8
+3	pretty	pretty	ADV	O	0			ewtb.r.010378.8
+4	combative	combative	ADJ	O	0			ewtb.r.010378.8
+5	actually	actually	ADV	O	0			ewtb.r.010378.8
+6	.	.	PUNCT	O	0			ewtb.r.010378.8
+
+1	Buyer	buyer	NOUN	B	0			ewtb.r.015573.1
+2	beware	beware	VERB	I	1			ewtb.r.015573.1
+
+1	Do	do	AUX	O	0			ewtb.r.015573.2
+2	not	not	PART	O	0			ewtb.r.015573.2
+3	use	use	VERB	O	0		v.possession	ewtb.r.015573.2
+4	these	these	DET	O	0			ewtb.r.015573.2
+5	guys	guy	NOUN	O	0		n.group	ewtb.r.015573.2
+6	.	.	PUNCT	O	0			ewtb.r.015573.2
+
+1	They	they	PRON	O	0			ewtb.r.015573.3
+2	'll	'll	AUX	O	0			ewtb.r.015573.3
+3	tell	tell	VERB	O	0		v.communication	ewtb.r.015573.3
+4	you	you	PRON	O	0			ewtb.r.015573.3
+5	one	one	NUM	O	0			ewtb.r.015573.3
+6	thing	thing	NOUN	O	0			ewtb.r.015573.3
+7	then	then	ADV	O	0			ewtb.r.015573.3
+8	$	$	SYM	O	0			ewtb.r.015573.3
+9	5,000	5,000	NUM	O	0			ewtb.r.015573.3
+10	later	later	ADV	O	0			ewtb.r.015573.3
+11	do	do	VERB	O	0		v.stative	ewtb.r.015573.3
+12	another	another	DET	O	0			ewtb.r.015573.3
+13	.	.	PUNCT	O	0			ewtb.r.015573.3
+
+1	Lied	lie	VERB	O	0		v.communication	ewtb.r.015573.4
+2	right	right	ADV	B	0			ewtb.r.015573.4
+3	to	to	ADP	I	2			ewtb.r.015573.4
+4	my	my	PRON	o	0			ewtb.r.015573.4
+5	face	face	NOUN	I	3			ewtb.r.015573.4
+6	then	then	ADV	O	0			ewtb.r.015573.4
+7	denied	deny	VERB	O	0		v.communication	ewtb.r.015573.4
+8	it	it	PRON	O	0			ewtb.r.015573.4
+9	.	.	PUNCT	O	0			ewtb.r.015573.4
+
+1	Run	run	VERB	O	0		v.motion	ewtb.r.015573.5
+2	away	away	ADV	O	0			ewtb.r.015573.5
+3	.	.	PUNCT	O	0			ewtb.r.015573.5
+
+1	It	it	PRON	O	0			ewtb.r.021370.1
+2	's	's	VERB	O	0		v.stative	ewtb.r.021370.1
+3	fine	fine	ADJ	O	0			ewtb.r.021370.1
+4	for	for	ADP	O	0			ewtb.r.021370.1
+5	...	...	PUNCT	O	0			ewtb.r.021370.1
+
+1	It	it	PRON	O	0			ewtb.r.021370.2
+2	's	's	VERB	O	0		v.stative	ewtb.r.021370.2
+3	fine	fine	ADJ	O	0			ewtb.r.021370.2
+4	for	for	ADP	O	0			ewtb.r.021370.2
+5	mass	mass	ADJ	B	0		n.cognition	ewtb.r.021370.2
+6	-	-	PUNCT	I	5			ewtb.r.021370.2
+7	market	market	NOUN	I	6			ewtb.r.021370.2
+8	chocolate	chocolate	NOUN	O	0		n.food	ewtb.r.021370.2
+9	,	,	PUNCT	O	0			ewtb.r.021370.2
+10	but	but	CONJ	O	0			ewtb.r.021370.2
+11	with	with	ADP	O	0			ewtb.r.021370.2
+12	companies	company	NOUN	O	0		n.group	ewtb.r.021370.2
+13	like	like	ADP	O	0			ewtb.r.021370.2
+14	Scharffen	scharffen	PROPN	B	0		n.group	ewtb.r.021370.2
+15	Berger	berger	PROPN	I	14			ewtb.r.021370.2
+16	,	,	PUNCT	O	0			ewtb.r.021370.2
+17	TCHO	tcho	PROPN	O	0		n.group	ewtb.r.021370.2
+18	,	,	PUNCT	O	0			ewtb.r.021370.2
+19	and	and	CONJ	O	0			ewtb.r.021370.2
+20	smaller	smaller	ADJ	O	0			ewtb.r.021370.2
+21	artisan	artisan	NOUN	O	0		n.cognition	ewtb.r.021370.2
+22	chocolate	chocolate	NOUN	O	0		n.food	ewtb.r.021370.2
+23	makers	maker	NOUN	O	0		n.group	ewtb.r.021370.2
+24	in	in	ADP	O	0			ewtb.r.021370.2
+25	the	the	DET	O	0			ewtb.r.021370.2
+26	area	area	NOUN	O	0		n.location	ewtb.r.021370.2
+27	,	,	PUNCT	O	0			ewtb.r.021370.2
+28	why	why	ADV	O	0			ewtb.r.021370.2
+29	?	?	PUNCT	O	0			ewtb.r.021370.2
+
+1	Good	good	ADJ	O	0			ewtb.r.022273.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.022273.1
+3	,	,	PUNCT	O	0			ewtb.r.022273.1
+4	good	good	ADJ	O	0			ewtb.r.022273.1
+5	location	location	NOUN	O	0		n.location	ewtb.r.022273.1
+6	,	,	PUNCT	O	0			ewtb.r.022273.1
+7	and	and	CONJ	O	0			ewtb.r.022273.1
+8	good	good	ADJ	O	0			ewtb.r.022273.1
+9	prices	price	NOUN	O	0		n.possession	ewtb.r.022273.1
+10	.	.	PUNCT	O	0			ewtb.r.022273.1
+
+1	But	but	CONJ	O	0			ewtb.r.022273.2
+2	the	the	DET	O	0			ewtb.r.022273.2
+3	servers	server	NOUN	O	0		n.person	ewtb.r.022273.2
+4	do	do	AUX	O	0			ewtb.r.022273.2
+5	n't	n't	PART	O	0			ewtb.r.022273.2
+6	pay	pay	VERB	B	0		v.perception	ewtb.r.022273.2
+7	attention	attention	NOUN	I	6			ewtb.r.022273.2
+8	to	to	ADP	O	0			ewtb.r.022273.2
+9	you	you	PRON	O	0			ewtb.r.022273.2
+10	whether	whether	SCONJ	O	0			ewtb.r.022273.2
+11	it	it	PRON	O	0			ewtb.r.022273.2
+12	's	's	VERB	O	0		v.stative	ewtb.r.022273.2
+13	busy	busy	ADJ	O	0			ewtb.r.022273.2
+14	or	or	CONJ	O	0			ewtb.r.022273.2
+15	not	not	PART	O	0			ewtb.r.022273.2
+16	.	.	PUNCT	O	0			ewtb.r.022273.2
+
+1	I	i	PRON	O	0			ewtb.r.029870.1
+2	found	find	VERB	O	0		v.cognition	ewtb.r.029870.1
+3	Bright	bright	PROPN	B	0		n.group	ewtb.r.029870.1
+4	Star	star	PROPN	I	3			ewtb.r.029870.1
+5	Tours	tours	PROPN	I	4			ewtb.r.029870.1
+6	and	and	CONJ	I	5			ewtb.r.029870.1
+7	Travels	travels	PROPN	I	6			ewtb.r.029870.1
+8	and	and	CONJ	O	0			ewtb.r.029870.1
+9	Best	best	PROPN	B	0		n.group	ewtb.r.029870.1
+10	and	and	CONJ	I	9			ewtb.r.029870.1
+11	Affordable	affordable	PROPN	I	10			ewtb.r.029870.1
+12	Tour	tour	PROPN	I	11			ewtb.r.029870.1
+13	Operators	operators	PROPN	I	12			ewtb.r.029870.1
+14	and	and	CONJ	I	13			ewtb.r.029870.1
+15	Tours	tours	PROPN	I	14			ewtb.r.029870.1
+16	Agents	agents	PROPN	I	15			ewtb.r.029870.1
+17	in	in	ADP	O	0			ewtb.r.029870.1
+18	Chennai	chennai	PROPN	O	0		n.location	ewtb.r.029870.1
+19	,	,	PUNCT	O	0			ewtb.r.029870.1
+20	India	india	PROPN	O	0		n.location	ewtb.r.029870.1
+21	offered	offer	VERB	O	0		v.possession	ewtb.r.029870.1
+22	me	me	PRON	O	0			ewtb.r.029870.1
+23	Student	student	PROPN	B	0		n.group	ewtb.r.029870.1
+24	Tour	tour	PROPN	I	23			ewtb.r.029870.1
+25	India	india	PROPN	I	24			ewtb.r.029870.1
+26	Package	package	PROPN	I	25			ewtb.r.029870.1
+27	for	for	ADP	O	0			ewtb.r.029870.1
+28	very	very	ADV	O	0			ewtb.r.029870.1
+29	less	less	ADJ	O	0			ewtb.r.029870.1
+30	price	price	NOUN	O	0		n.possession	ewtb.r.029870.1
+31	.	.	PUNCT	O	0			ewtb.r.029870.1
+
+1	I	i	PRON	O	0			ewtb.r.029870.2
+2	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.029870.2
+3	my	my	PRON	O	0			ewtb.r.029870.2
+4	tour	tour	NOUN	O	0		n.event	ewtb.r.029870.2
+5	and	and	CONJ	O	0			ewtb.r.029870.2
+6	i	i	PRON	O	0			ewtb.r.029870.2
+7	am	be	AUX	O	0			ewtb.r.029870.2
+8	looking	look	VERB	O	0		v.cognition	ewtb.r.029870.2
+9	for	for	ADP	O	0			ewtb.r.029870.2
+10	adventure	adventure	NOUN	B	0		n.event	ewtb.r.029870.2
+11	tour	tour	NOUN	I	10			ewtb.r.029870.2
+12	and	and	CONJ	O	0			ewtb.r.029870.2
+13	India	india	PROPN	B	0		n.event	ewtb.r.029870.2
+14	heritage	heritage	NOUN	I	13			ewtb.r.029870.2
+15	tours	tours	NOUN	I	14			ewtb.r.029870.2
+16	for	for	ADP	O	0			ewtb.r.029870.2
+17	valuable	valuable	ADJ	O	0			ewtb.r.029870.2
+18	.	.	PUNCT	O	0			ewtb.r.029870.2
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.029870.3
+2	for	for	ADP	O	0			ewtb.r.029870.3
+3	Bright	bright	PROPN	B	0		n.group	ewtb.r.029870.3
+4	Star	star	PROPN	I	3			ewtb.r.029870.3
+5	Tours	tours	PROPN	I	4			ewtb.r.029870.3
+6	.	.	PUNCT	O	0			ewtb.r.029870.3
+
+1	Slice	slice	PROPN	B	0		n.group	ewtb.r.030875.1
+2	Pizza	pizza	PROPN	I	1			ewtb.r.030875.1
+3	at	at	ADP	O	0			ewtb.r.030875.1
+4	former	former	ADJ	O	0			ewtb.r.030875.1
+5	Britt	britt	PROPN	B	0		n.group	ewtb.r.030875.1
+6	's	's	PART	I	5			ewtb.r.030875.1
+7	Location	location	NOUN	O	0		n.location	ewtb.r.030875.1
+
+1	Britt	britt	PROPN	B	0		n.group	ewtb.r.030875.2
+2	's	's	PART	I	1			ewtb.r.030875.2
+3	Pizza	pizza	PROPN	I	2			ewtb.r.030875.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.030875.2
+5	long	long	ADV	B	0			ewtb.r.030875.2
+6	gone	gone	ADJ	I	5			ewtb.r.030875.2
+7	.	.	PUNCT	O	0			ewtb.r.030875.2
+
+1	Their	their	PRON	O	0			ewtb.r.030875.3
+2	location	location	NOUN	O	0		n.location	ewtb.r.030875.3
+3	,	,	PUNCT	O	0			ewtb.r.030875.3
+4	the	the	DET	O	0			ewtb.r.030875.3
+5	northwest	northwest	NOUN	O	0		n.location	ewtb.r.030875.3
+6	corner	corner	NOUN	O	0		n.location	ewtb.r.030875.3
+7	of	of	ADP	O	0			ewtb.r.030875.3
+8	S.	s.	PROPN	B	0		n.location	ewtb.r.030875.3
+9	10th	10th	PROPN	I	8			ewtb.r.030875.3
+10	&	&	CONJ	O	0			ewtb.r.030875.3
+11	Federal	federal	PROPN	B	0		n.location	ewtb.r.030875.3
+12	Sts.	sts.	PROPN	I	11			ewtb.r.030875.3
+13	,	,	PUNCT	O	0			ewtb.r.030875.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.030875.3
+15	now	now	ADV	O	0			ewtb.r.030875.3
+16	home	home	NOUN	O	0		n.location	ewtb.r.030875.3
+17	to	to	ADP	O	0			ewtb.r.030875.3
+18	Slice	slice	PROPN	B	0		n.group	ewtb.r.030875.3
+19	Pizza	pizza	PROPN	I	18			ewtb.r.030875.3
+20	.	.	PUNCT	O	0			ewtb.r.030875.3
+
+1	Responsive	responsive	ADJ	O	0			ewtb.r.031674.1
+2	,	,	PUNCT	O	0			ewtb.r.031674.1
+3	kept	keep	VERB	O	0		v.stative	ewtb.r.031674.1
+4	me	me	PRON	O	0			ewtb.r.031674.1
+5	apprised	apprised	ADJ	O	0			ewtb.r.031674.1
+6	of	of	ADP	O	0			ewtb.r.031674.1
+7	status	status	NOUN	O	0		n.cognition	ewtb.r.031674.1
+8	.	.	PUNCT	O	0			ewtb.r.031674.1
+
+1	spot	spot	ADJ	B	0			ewtb.r.037179.1
+2	on	on	ADJ	I	1			ewtb.r.037179.1
+
+1	this	this	DET	O	0			ewtb.r.037179.2
+2	kebab	kebab	NOUN	O	0		n.food	ewtb.r.037179.2
+3	shop	shop	NOUN	O	0		n.group	ewtb.r.037179.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.037179.2
+5	one	one	NUM	O	0			ewtb.r.037179.2
+6	of	of	ADP	O	0			ewtb.r.037179.2
+7	the	the	DET	O	0			ewtb.r.037179.2
+8	best	best	ADJ	O	0			ewtb.r.037179.2
+9	around	around	ADV	O	0			ewtb.r.037179.2
+10	the	the	DET	O	0			ewtb.r.037179.2
+11	meat	meat	NOUN	O	0		n.food	ewtb.r.037179.2
+12	is	be	VERB	O	0		v.stative	ewtb.r.037179.2
+13	good	good	ADJ	O	0			ewtb.r.037179.2
+14	and	and	CONJ	O	0			ewtb.r.037179.2
+15	fresh	fresh	ADJ	O	0			ewtb.r.037179.2
+16	and	and	CONJ	O	0			ewtb.r.037179.2
+17	the	the	DET	O	0			ewtb.r.037179.2
+18	chilly	chilly	NOUN	O	0		n.food	ewtb.r.037179.2
+19	sauce	sauce	NOUN	O	0		n.food	ewtb.r.037179.2
+20	is	be	VERB	O	0		v.stative	ewtb.r.037179.2
+21	the	the	DET	O	0			ewtb.r.037179.2
+22	best	best	ADJ	O	0			ewtb.r.037179.2
+23	,	,	PUNCT	O	0			ewtb.r.037179.2
+24	keep	keep	VERB	B	0		v.stative	ewtb.r.037179.2
+25	them	them	PRON	o	0			ewtb.r.037179.2
+26	lovely	lovely	ADJ	o	0			ewtb.r.037179.2
+27	kebabs	kebab	NOUN	o	0		n.food	ewtb.r.037179.2
+28	coming	come	VERB	I	24			ewtb.r.037179.2
+29	and	and	CONJ	O	0			ewtb.r.037179.2
+30	a	a	DET	O	0			ewtb.r.037179.2
+31	happy	happy	ADJ	B	0			ewtb.r.037179.2
+32	new	new	ADJ	I	31			ewtb.r.037179.2
+33	year	year	NOUN	I	32			ewtb.r.037179.2
+34	to	to	ADP	O	0			ewtb.r.037179.2
+35	all	all	DET	O	0			ewtb.r.037179.2
+36	the	the	DET	O	0			ewtb.r.037179.2
+37	staff	staff	NOUN	O	0		n.group	ewtb.r.037179.2
+
+1	The	the	DET	O	0			ewtb.r.039173.1
+2	waiting	waiting	NOUN	B	0		n.group	ewtb.r.039173.1
+3	staff	staff	NOUN	I	2			ewtb.r.039173.1
+4	is	be	VERB	O	0		v.stative	ewtb.r.039173.1
+5	really	really	ADV	O	0			ewtb.r.039173.1
+6	friendly	friendly	ADJ	O	0			ewtb.r.039173.1
+7	,	,	PUNCT	O	0			ewtb.r.039173.1
+8	it	it	PRON	O	0			ewtb.r.039173.1
+9	s	s	VERB	O	0		v.stative	ewtb.r.039173.1
+10	like	like	SCONJ	O	0			ewtb.r.039173.1
+11	every	every	DET	B	0			ewtb.r.039173.1
+12	one	one	NOUN	I	11			ewtb.r.039173.1
+13	knows	know	VERB	O	0		v.social	ewtb.r.039173.1
+14	each	each	DET	B	0			ewtb.r.039173.1
+15	other	other	ADJ	I	14			ewtb.r.039173.1
+16	,	,	PUNCT	O	0			ewtb.r.039173.1
+17	the	the	DET	O	0			ewtb.r.039173.1
+18	manager	manager	NOUN	O	0		n.person	ewtb.r.039173.1
+19	is	be	VERB	O	0		v.stative	ewtb.r.039173.1
+20	really	really	ADV	O	0			ewtb.r.039173.1
+21	sweet	sweet	ADJ	O	0			ewtb.r.039173.1
+22	and	and	CONJ	O	0			ewtb.r.039173.1
+23	the	the	DET	O	0			ewtb.r.039173.1
+24	food	food	NOUN	O	0		n.food	ewtb.r.039173.1
+25	..	..	PUNCT	O	0			ewtb.r.039173.1
+26	well	well	INTJ	O	0			ewtb.r.039173.1
+27	no	no	DET	O	0			ewtb.r.039173.1
+28	complaints	complaint	NOUN	O	0		n.communication	ewtb.r.039173.1
+29	from	from	ADP	O	0			ewtb.r.039173.1
+30	me	me	PRON	O	0			ewtb.r.039173.1
+31	.	.	PUNCT	O	0			ewtb.r.039173.1
+
+1	Yes	yes	INTJ	O	0			ewtb.r.039173.2
+2	,	,	PUNCT	O	0			ewtb.r.039173.2
+3	it	it	PRON	O	0			ewtb.r.039173.2
+4	s	s	VERB	O	0		v.stative	ewtb.r.039173.2
+5	that	that	ADV	O	0			ewtb.r.039173.2
+6	good	good	ADJ	O	0			ewtb.r.039173.2
+7	.	.	PUNCT	O	0			ewtb.r.039173.2
+
+1	Feel	feel	VERB	O	0		v.emotion	ewtb.r.045972.1
+2	good	good	ADJ	O	0			ewtb.r.045972.1
+
+1	I	i	PRON	O	0			ewtb.r.045972.2
+2	just	just	ADV	O	0			ewtb.r.045972.2
+3	wanted	want	VERB	O	0		v.cognition	ewtb.r.045972.2
+4	to	to	PART	O	0			ewtb.r.045972.2
+5	try	try	VERB	O	0		v.possession	ewtb.r.045972.2
+6	your	your	PRON	O	0			ewtb.r.045972.2
+7	clinic	clinic	NOUN	O	0		n.group	ewtb.r.045972.2
+8	because	because	SCONJ	O	0			ewtb.r.045972.2
+9	I	i	PRON	O	0			ewtb.r.045972.2
+10	was	be	VERB	O	0		v.stative	ewtb.r.045972.2
+11	not	not	PART	O	0			ewtb.r.045972.2
+12	totally	totally	ADV	O	0			ewtb.r.045972.2
+13	happy	happy	ADJ	O	0			ewtb.r.045972.2
+14	with	with	ADP	O	0			ewtb.r.045972.2
+15	my	my	PRON	O	0			ewtb.r.045972.2
+16	current	current	ADJ	O	0			ewtb.r.045972.2
+17	therapist	therapist	NOUN	O	0		n.person	ewtb.r.045972.2
+18	I	i	PRON	O	0			ewtb.r.045972.2
+19	regularly	regularly	ADV	O	0			ewtb.r.045972.2
+20	see	see	VERB	O	0		v.social	ewtb.r.045972.2
+21	.	.	PUNCT	O	0			ewtb.r.045972.2
+
+1	Now	now	ADV	O	0			ewtb.r.045972.3
+2	I	i	PRON	O	0			ewtb.r.045972.3
+3	've	've	AUX	O	0			ewtb.r.045972.3
+4	found	find	VERB	O	0		v.social	ewtb.r.045972.3
+5	someone	someone	NOUN	O	0			ewtb.r.045972.3
+6	who	who	PRON	O	0			ewtb.r.045972.3
+7	can	can	AUX	O	0			ewtb.r.045972.3
+8	manage	manage	VERB	O	0		v.cognition	ewtb.r.045972.3
+9	to	to	PART	O	0			ewtb.r.045972.3
+10	do	do	VERB	O	0		v.stative	ewtb.r.045972.3
+11	what	what	PRON	O	0			ewtb.r.045972.3
+12	I	i	PRON	O	0			ewtb.r.045972.3
+13	really	really	ADV	O	0			ewtb.r.045972.3
+14	want	want	VERB	O	0		v.cognition	ewtb.r.045972.3
+15	.	.	PUNCT	O	0			ewtb.r.045972.3
+
+1	The	the	DET	O	0			ewtb.r.055976.1
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.055976.1
+3	leaves	leave	VERB	B	0		v.cognition	ewtb.r.055976.1
+4	a	a	DET	b	0			ewtb.r.055976.1
+5	lot	lot	NOUN	i	4			ewtb.r.055976.1
+6	to	to	PART	I	3			ewtb.r.055976.1
+7	be	be	AUX	I	6			ewtb.r.055976.1
+8	desired	desire	VERB	I	7			ewtb.r.055976.1
+9	.	.	PUNCT	O	0			ewtb.r.055976.1
+
+1	The	the	DET	O	0			ewtb.r.055976.2
+2	front	front	NOUN	B	0		n.group	ewtb.r.055976.2
+3	staff	staff	NOUN	I	2			ewtb.r.055976.2
+4	has	have	AUX	O	0			ewtb.r.055976.2
+5	seen	see	VERB	O	0		v.stative	ewtb.r.055976.2
+6	quite	quite	DET	O	0			ewtb.r.055976.2
+7	a	a	DET	B	0			ewtb.r.055976.2
+8	bit	bit	NOUN	I	7			ewtb.r.055976.2
+9	of	of	ADP	O	0			ewtb.r.055976.2
+10	turnover	turnover	NOUN	O	0		n.process	ewtb.r.055976.2
+11	and	and	CONJ	O	0			ewtb.r.055976.2
+12	changed	change	VERB	O	0		v.change	ewtb.r.055976.2
+13	from	from	ADP	O	0			ewtb.r.055976.2
+14	professional	professional	ADJ	O	0			ewtb.r.055976.2
+15	to	to	ADP	O	0			ewtb.r.055976.2
+16	rude	rude	ADJ	O	0			ewtb.r.055976.2
+17	.	.	PUNCT	O	0			ewtb.r.055976.2
+
+1	A	a	DET	O	0			ewtb.r.055976.3
+2	simple	simple	ADJ	O	0			ewtb.r.055976.3
+3	follow	follow	VERB	B	0		v.communication	ewtb.r.055976.3
+4	-	-	PUNCT	I	3			ewtb.r.055976.3
+5	up	up	ADP	I	4			ewtb.r.055976.3
+6	phone	phone	NOUN	B	0		n.communication	ewtb.r.055976.3
+7	call	call	NOUN	I	6			ewtb.r.055976.3
+8	with	with	ADP	O	0			ewtb.r.055976.3
+9	a	a	DET	O	0			ewtb.r.055976.3
+10	woman	woman	NOUN	O	0		n.person	ewtb.r.055976.3
+11	quickly	quickly	ADV	O	0			ewtb.r.055976.3
+12	turned	turn	VERB	B	0		v.change	ewtb.r.055976.3
+13	into	into	ADP	I	12			ewtb.r.055976.3
+14	a	a	DET	O	0			ewtb.r.055976.3
+15	nightmare	nightmare	NOUN	O	0		n.cognition	ewtb.r.055976.3
+16	.	.	PUNCT	O	0			ewtb.r.055976.3
+
+1	She	she	PRON	O	0			ewtb.r.055976.4
+2	may	may	AUX	O	0			ewtb.r.055976.4
+3	be	be	VERB	O	0		v.stative	ewtb.r.055976.4
+4	the	the	DET	O	0			ewtb.r.055976.4
+5	reason	reason	NOUN	O	0		n.motive	ewtb.r.055976.4
+6	for	for	ADP	O	0			ewtb.r.055976.4
+7	all	all	DET	O	0			ewtb.r.055976.4
+8	the	the	DET	O	0			ewtb.r.055976.4
+9	change	change	NOUN	O	0		n.process	ewtb.r.055976.4
+10	.	.	PUNCT	O	0			ewtb.r.055976.4
+
+1	I	i	PRON	O	0			ewtb.r.055976.5
+2	sincerely	sincerely	ADV	O	0			ewtb.r.055976.5
+3	wonder	wonder	VERB	O	0		v.cognition	ewtb.r.055976.5
+4	if	if	SCONJ	O	0			ewtb.r.055976.5
+5	the	the	DET	O	0			ewtb.r.055976.5
+6	doctor	doctor	NOUN	O	0		n.person	ewtb.r.055976.5
+7	has	have	VERB	B	0		v.cognition	ewtb.r.055976.5
+8	a	a	DET	I	7			ewtb.r.055976.5
+9	clue	clue	NOUN	I	8			ewtb.r.055976.5
+10	about	about	SCONJ	O	0			ewtb.r.055976.5
+11	what	what	PRON	O	0			ewtb.r.055976.5
+12	is	be	AUX	O	0			ewtb.r.055976.5
+13	going	go	VERB	B	0		v.stative	ewtb.r.055976.5
+14	on	on	ADP	I	13			ewtb.r.055976.5
+15	within	within	ADP	O	0			ewtb.r.055976.5
+16	his	his	PRON	O	0			ewtb.r.055976.5
+17	practice	practice	NOUN	O	0		n.group	ewtb.r.055976.5
+18	.	.	PUNCT	O	0			ewtb.r.055976.5
+
+1	If	if	SCONJ	O	0			ewtb.r.055976.6
+2	he	he	PRON	O	0			ewtb.r.055976.6
+3	does	do	AUX	O	0			ewtb.r.055976.6
+4	know	know	VERB	O	0		v.cognition	ewtb.r.055976.6
+5	and	and	CONJ	O	0			ewtb.r.055976.6
+6	approves	approve	VERB	O	0		v.cognition	ewtb.r.055976.6
+7	of	of	ADP	O	0			ewtb.r.055976.6
+8	this	this	DET	O	0			ewtb.r.055976.6
+9	behavior	behavior	NOUN	O	0		n.cognition	ewtb.r.055976.6
+10	then	then	ADV	O	0			ewtb.r.055976.6
+11	it	it	PRON	O	0			ewtb.r.055976.6
+12	is	be	VERB	O	0		v.stative	ewtb.r.055976.6
+13	a	a	DET	O	0			ewtb.r.055976.6
+14	poor	poor	ADJ	O	0			ewtb.r.055976.6
+15	reflection	reflection	NOUN	O	0		n.cognition	ewtb.r.055976.6
+16	on	on	ADP	O	0			ewtb.r.055976.6
+17	him	him	PRON	O	0			ewtb.r.055976.6
+18	.	.	PUNCT	O	0			ewtb.r.055976.6
+
+1	Sometimes	sometimes	ADV	O	0			ewtb.r.055976.7
+2	it	it	PRON	O	0			ewtb.r.055976.7
+3	is	be	VERB	O	0		v.stative	ewtb.r.055976.7
+4	not	not	PART	O	0			ewtb.r.055976.7
+5	worth	worth	ADJ	B	0			ewtb.r.055976.7
+6	it	it	PRON	I	5			ewtb.r.055976.7
+7	to	to	PART	O	0			ewtb.r.055976.7
+8	go	go	VERB	B	0		v.social	ewtb.r.055976.7
+9	through	through	ADP	I	8			ewtb.r.055976.7
+10	that	that	DET	O	0			ewtb.r.055976.7
+11	kind	kind	NOUN	O	0		n.cognition	ewtb.r.055976.7
+12	of	of	ADP	O	0			ewtb.r.055976.7
+13	staff	staff	NOUN	O	0		n.group	ewtb.r.055976.7
+14	and	and	CONJ	O	0			ewtb.r.055976.7
+15	their	their	PRON	O	0			ewtb.r.055976.7
+16	personal	personal	ADJ	O	0			ewtb.r.055976.7
+17	attitude	attitude	NOUN	O	0		n.attribute	ewtb.r.055976.7
+18	to	to	PART	O	0			ewtb.r.055976.7
+19	get	get	VERB	O	0		v.social	ewtb.r.055976.7
+20	to	to	ADP	O	0			ewtb.r.055976.7
+21	a	a	DET	O	0			ewtb.r.055976.7
+22	doctor	doctor	NOUN	O	0		n.person	ewtb.r.055976.7
+23	.	.	PUNCT	O	0			ewtb.r.055976.7
+
+1	He	he	PRON	O	0			ewtb.r.055976.8
+2	was	be	VERB	O	0		v.stative	ewtb.r.055976.8
+3	an	an	DET	O	0			ewtb.r.055976.8
+4	okay	okay	ADJ	O	0			ewtb.r.055976.8
+5	doctor	doctor	NOUN	O	0		n.person	ewtb.r.055976.8
+6	but	but	CONJ	O	0			ewtb.r.055976.8
+7	not	not	PART	O	0			ewtb.r.055976.8
+8	worth	worth	ADJ	O	0			ewtb.r.055976.8
+9	her	her	PRON	O	0			ewtb.r.055976.8
+10	.	.	PUNCT	O	0			ewtb.r.055976.8
+
+1	Food	food	NOUN	O	0		n.food	ewtb.r.058274.1
+2	-	-	PUNCT	O	0			ewtb.r.058274.1
+3	very	very	ADV	O	0			ewtb.r.058274.1
+4	good	good	ADJ	O	0			ewtb.r.058274.1
+5	for	for	ADP	O	0			ewtb.r.058274.1
+6	a	a	DET	O	0			ewtb.r.058274.1
+7	midnight	midnight	NOUN	O	0		n.time	ewtb.r.058274.1
+8	meal	meal	NOUN	O	0		n.event	ewtb.r.058274.1
+9	that	that	DET	O	0			ewtb.r.058274.1
+10	is	be	VERB	O	0		v.stative	ewtb.r.058274.1
+11	n't	n't	PART	O	0			ewtb.r.058274.1
+12	fast	fast	ADJ	B	0		n.food	ewtb.r.058274.1
+13	food	food	NOUN	I	12			ewtb.r.058274.1
+14	.	.	PUNCT	O	0			ewtb.r.058274.1
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.058274.2
+2	-	-	PUNCT	O	0			ewtb.r.058274.2
+3	the	the	DET	O	0			ewtb.r.058274.2
+4	workers	worker	NOUN	O	0		n.person	ewtb.r.058274.2
+5	are	be	VERB	O	0		v.stative	ewtb.r.058274.2
+6	usually	usually	ADV	O	0			ewtb.r.058274.2
+7	pleasant	pleasant	ADJ	O	0			ewtb.r.058274.2
+8	.	.	PUNCT	O	0			ewtb.r.058274.2
+
+1	Atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.058274.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.058274.3
+3	always	always	ADV	O	0			ewtb.r.058274.3
+4	fun	fun	ADJ	O	0			ewtb.r.058274.3
+5	,	,	PUNCT	O	0			ewtb.r.058274.3
+6	the	the	DET	O	0			ewtb.r.058274.3
+7	assortment	assortment	NOUN	O	0		n.cognition	ewtb.r.058274.3
+8	of	of	ADP	O	0			ewtb.r.058274.3
+9	customers	customer	NOUN	O	0		n.person	ewtb.r.058274.3
+10	adds	add	VERB	O	0		v.stative	ewtb.r.058274.3
+11	entertainment	entertainment	NOUN	O	0		n.cognition	ewtb.r.058274.3
+12	to	to	ADP	O	0			ewtb.r.058274.3
+13	the	the	DET	O	0			ewtb.r.058274.3
+14	meal	meal	NOUN	O	0		n.event	ewtb.r.058274.3
+
+1	Nice	nice	ADJ	O	0			ewtb.r.058878.1
+2	little	little	ADJ	O	0			ewtb.r.058878.1
+3	locally	locally	ADV	B	0			ewtb.r.058878.1
+4	owned	own	VERB	I	3			ewtb.r.058878.1
+5	greek	greek	ADJ	O	0			ewtb.r.058878.1
+6	bar	bar	NOUN	B	0		n.group	ewtb.r.058878.1
+7	and	and	CONJ	I	6			ewtb.r.058878.1
+8	grill	grill	NOUN	I	7			ewtb.r.058878.1
+9	.	.	PUNCT	O	0			ewtb.r.058878.1
+
+1	Good	good	ADJ	O	0			ewtb.r.058878.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.058878.2
+3	.	.	PUNCT	O	0			ewtb.r.058878.2
+
+1	Great	great	ADJ	O	0			ewtb.r.058878.3
+2	wings	wings	NOUN	O	0		n.food	ewtb.r.058878.3
+3	!	!	PUNCT	O	0			ewtb.r.058878.3
+
+1	She	she	PRON	O	0			ewtb.r.071278.5
+2	has	have	AUX	O	0			ewtb.r.071278.5
+3	taken	take	VERB	B	0		v.social	ewtb.r.071278.5
+4	care	care	NOUN	I	3			ewtb.r.071278.5
+5	of	of	ADP	I	4			ewtb.r.071278.5
+6	my	my	PRON	O	0			ewtb.r.071278.5
+7	sweet	sweet	ADJ	O	0			ewtb.r.071278.5
+8	girl	girl	NOUN	O	0		n.person	ewtb.r.071278.5
+9	for	for	ADP	O	0			ewtb.r.071278.5
+10	almost	almost	ADV	O	0			ewtb.r.071278.5
+11	4	4	NUM	O	0			ewtb.r.071278.5
+12	years	years	NOUN	O	0		n.time	ewtb.r.071278.5
+13	now	now	ADV	O	0			ewtb.r.071278.5
+14	and	and	CONJ	O	0			ewtb.r.071278.5
+15	I	i	PRON	O	0			ewtb.r.071278.5
+16	would	would	AUX	O	0			ewtb.r.071278.5
+17	not	not	PART	O	0			ewtb.r.071278.5
+18	let	let	VERB	O	0		v.social	ewtb.r.071278.5
+19	Gracee	gracee	PROPN	O	0		n.animal	ewtb.r.071278.5
+20	go	go	VERB	O	0		v.motion	ewtb.r.071278.5
+21	with	with	ADP	O	0			ewtb.r.071278.5
+22	anyone	anyone	NOUN	O	0			ewtb.r.071278.5
+23	besides	besides	ADP	O	0			ewtb.r.071278.5
+24	her	her	PRON	O	0			ewtb.r.071278.5
+25	!!!	!!!	PUNCT	O	0			ewtb.r.071278.5
+
+1	Pure	pure	ADJ	O	0			ewtb.r.072271.1
+2	Beauty	beauty	NOUN	O	0		n.attribute	ewtb.r.072271.1
+
+1	What	what	DET	O	0			ewtb.r.072271.2
+2	a	a	DET	O	0			ewtb.r.072271.2
+3	joy	joy	NOUN	O	0		n.cognition	ewtb.r.072271.2
+4	to	to	PART	O	0			ewtb.r.072271.2
+5	stroll	stroll	VERB	O	0		v.motion	ewtb.r.072271.2
+6	off	off	ADP	O	0			ewtb.r.072271.2
+7	historic	historic	ADJ	O	0			ewtb.r.072271.2
+8	Canyon	canyon	PROPN	B	0		n.location	ewtb.r.072271.2
+9	Road	road	PROPN	I	8			ewtb.r.072271.2
+10	in	in	ADP	O	0			ewtb.r.072271.2
+11	Santa	santa	PROPN	B	0		n.location	ewtb.r.072271.2
+12	Fe	fe	PROPN	I	11			ewtb.r.072271.2
+13	into	into	ADP	O	0			ewtb.r.072271.2
+14	a	a	DET	O	0			ewtb.r.072271.2
+15	gallery	gallery	NOUN	O	0		n.group	ewtb.r.072271.2
+16	with	with	ADP	O	0			ewtb.r.072271.2
+17	a	a	DET	O	0			ewtb.r.072271.2
+18	gorgeous	gorgeous	ADJ	O	0			ewtb.r.072271.2
+19	diversity	diversity	NOUN	O	0		n.cognition	ewtb.r.072271.2
+20	of	of	ADP	O	0			ewtb.r.072271.2
+21	art	art	NOUN	O	0		n.cognition	ewtb.r.072271.2
+22	.	.	PUNCT	O	0			ewtb.r.072271.2
+
+1	Destiny	destiny	PROPN	B	0		n.person	ewtb.r.072271.3
+2	Allison	allison	PROPN	I	1			ewtb.r.072271.3
+3	's	's	PART	O	0			ewtb.r.072271.3
+4	metal	metal	NOUN	O	0		n.substance	ewtb.r.072271.3
+5	sculptures	sculpture	NOUN	O	0		n.artifact	ewtb.r.072271.3
+6	were	be	VERB	O	0		v.stative	ewtb.r.072271.3
+7	my	my	PRON	O	0			ewtb.r.072271.3
+8	favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.072271.3
+9	.	.	PUNCT	O	0			ewtb.r.072271.3
+
+1	The	the	DET	O	0			ewtb.r.072271.4
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.072271.4
+3	Karla	karla	PROPN	O	0		n.person	ewtb.r.072271.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.072271.4
+5	welcoming	welcoming	ADJ	O	0			ewtb.r.072271.4
+6	and	and	CONJ	O	0			ewtb.r.072271.4
+7	fun	fun	ADJ	O	0			ewtb.r.072271.4
+8	.	.	PUNCT	O	0			ewtb.r.072271.4
+
+1	Give	give	VERB	O	0		v.social	ewtb.r.072271.5
+2	yourself	yourself	PRON	O	0			ewtb.r.072271.5
+3	the	the	DET	O	0			ewtb.r.072271.5
+4	gift	gift	NOUN	O	0		n.cognition	ewtb.r.072271.5
+5	of	of	SCONJ	O	0			ewtb.r.072271.5
+6	visiting	visit	VERB	O	0		v.social	ewtb.r.072271.5
+7	Winterowd	winterowd	PROPN	B	0		n.group	ewtb.r.072271.5
+8	Fine	fine	PROPN	I	7			ewtb.r.072271.5
+9	Art	art	PROPN	I	8			ewtb.r.072271.5
+10	!	!	PUNCT	O	0			ewtb.r.072271.5
+
+1	Thank	thank	VERB	B	0			ewtb.r.079375.1
+2	you	you	PRON	I	1			ewtb.r.079375.1
+3	!	!	PUNCT	O	0			ewtb.r.079375.1
+
+1	I	i	PRON	O	0			ewtb.r.079375.2
+2	recently	recently	ADV	O	0			ewtb.r.079375.2
+3	took	take	VERB	O	0		v.motion	ewtb.r.079375.2
+4	a	a	DET	O	0			ewtb.r.079375.2
+5	rescue	rescue	NOUN	B	0		n.animal	ewtb.r.079375.2
+6	puppy	puppy	NOUN	I	5			ewtb.r.079375.2
+7	to	to	ADP	O	0			ewtb.r.079375.2
+8	this	this	DET	O	0			ewtb.r.079375.2
+9	Clinic	clinic	NOUN	O	0		n.group	ewtb.r.079375.2
+10	and	and	CONJ	O	0			ewtb.r.079375.2
+11	I	i	PRON	O	0			ewtb.r.079375.2
+12	was	be	VERB	O	0		v.stative	ewtb.r.079375.2
+13	SHOCKED	shocked	ADJ	O	0			ewtb.r.079375.2
+14	at	at	SCONJ	O	0			ewtb.r.079375.2
+15	how	how	ADV	O	0			ewtb.r.079375.2
+16	well	well	ADV	O	0			ewtb.r.079375.2
+17	Romeo	romeo	PROPN	O	0		n.animal	ewtb.r.079375.2
+18	and	and	CONJ	O	0			ewtb.r.079375.2
+19	My	my	PRON	O	0			ewtb.r.079375.2
+20	family	family	NOUN	O	0		n.group	ewtb.r.079375.2
+21	was	be	AUX	O	0			ewtb.r.079375.2
+22	treated	treat	VERB	O	0		v.social	ewtb.r.079375.2
+23	.	.	PUNCT	O	0			ewtb.r.079375.2
+
+1	They	they	PRON	O	0			ewtb.r.079375.3
+2	worked	work	VERB	O	0		v.social	ewtb.r.079375.3
+3	around	around	ADP	B	0			ewtb.r.079375.3
+4	the	the	DET	I	3			ewtb.r.079375.3
+5	clock	clock	NOUN	I	4			ewtb.r.079375.3
+6	to	to	PART	O	0			ewtb.r.079375.3
+7	ensure	ensure	VERB	O	0		v.social	ewtb.r.079375.3
+8	that	that	SCONJ	O	0			ewtb.r.079375.3
+9	my	my	PRON	O	0			ewtb.r.079375.3
+10	puppy	puppy	NOUN	O	0		n.animal	ewtb.r.079375.3
+11	life	life	NOUN	O	0		n.phenomenon	ewtb.r.079375.3
+12	was	be	AUX	O	0			ewtb.r.079375.3
+13	saved	save	VERB	O	0		v.stative	ewtb.r.079375.3
+14	.	.	PUNCT	O	0			ewtb.r.079375.3
+
+1	We	we	PRON	O	0			ewtb.r.079375.4
+2	have	have	VERB	B	0			ewtb.r.079375.4
+3	to	to	PART	I	2			ewtb.r.079375.4
+4	leave	leave	VERB	O	0		v.motion	ewtb.r.079375.4
+5	him	him	PRON	O	0			ewtb.r.079375.4
+6	at	at	ADP	O	0			ewtb.r.079375.4
+7	the	the	DET	O	0			ewtb.r.079375.4
+8	vet	vet	NOUN	O	0		n.person	ewtb.r.079375.4
+9	for	for	ADP	O	0			ewtb.r.079375.4
+10	3	3	NUM	O	0			ewtb.r.079375.4
+11	days	days	NOUN	O	0		n.time	ewtb.r.079375.4
+12	and	and	CONJ	O	0			ewtb.r.079375.4
+13	I	i	PRON	O	0			ewtb.r.079375.4
+14	was	be	AUX	O	0			ewtb.r.079375.4
+15	told	tell	VERB	O	0		v.communication	ewtb.r.079375.4
+16	to	to	PART	O	0			ewtb.r.079375.4
+17	call	call	VERB	O	0		v.communication	ewtb.r.079375.4
+18	for	for	ADP	O	0			ewtb.r.079375.4
+19	check	check	NOUN	B	0		n.event	ewtb.r.079375.4
+20	ups	ups	NOUN	I	19			ewtb.r.079375.4
+21	as	as	ADV	O	0			ewtb.r.079375.4
+22	often	often	ADV	O	0			ewtb.r.079375.4
+23	as	as	SCONJ	O	0			ewtb.r.079375.4
+24	I	i	PRON	O	0			ewtb.r.079375.4
+25	wished	wish	VERB	O	0		v.cognition	ewtb.r.079375.4
+26	that	that	SCONJ	O	0			ewtb.r.079375.4
+27	no	no	ADV	B	0			ewtb.r.079375.4
+28	matter	matter	ADV	I	27			ewtb.r.079375.4
+29	how	how	ADV	O	0			ewtb.r.079375.4
+30	many	many	ADJ	O	0			ewtb.r.079375.4
+31	times	times	NOUN	O	0		n.event	ewtb.r.079375.4
+32	I	i	PRON	O	0			ewtb.r.079375.4
+33	called	call	VERB	O	0		v.communication	ewtb.r.079375.4
+34	I	i	PRON	O	0			ewtb.r.079375.4
+35	would	would	AUX	O	0			ewtb.r.079375.4
+36	not	not	PART	O	0			ewtb.r.079375.4
+37	annoy	annoy	VERB	O	0		v.social	ewtb.r.079375.4
+38	them	them	PRON	O	0			ewtb.r.079375.4
+39	.	.	PUNCT	O	0			ewtb.r.079375.4
+
+1	lol	lol	INTJ	O	0			ewtb.r.079375.5
+2	They	they	PRON	O	0			ewtb.r.079375.5
+3	where	where	VERB	O	0		v.stative	ewtb.r.079375.5
+4	super	super	ADV	O	0			ewtb.r.079375.5
+5	friendly	friendly	ADJ	O	0			ewtb.r.079375.5
+6	towards	towards	ADP	O	0			ewtb.r.079375.5
+7	us	us	PRON	O	0			ewtb.r.079375.5
+8	and	and	CONJ	O	0			ewtb.r.079375.5
+9	treated	treat	VERB	O	0		v.social	ewtb.r.079375.5
+10	us	us	PRON	O	0			ewtb.r.079375.5
+11	like	like	ADP	O	0			ewtb.r.079375.5
+12	people	person	NOUN	O	0		n.person	ewtb.r.079375.5
+13	not	not	PART	O	0			ewtb.r.079375.5
+14	walking	walk	VERB	O	0		v.stative	ewtb.r.079375.5
+15	bags	bag	NOUN	O	0		n.artifact	ewtb.r.079375.5
+16	of	of	ADP	O	0			ewtb.r.079375.5
+17	cash	cash	NOUN	O	0		n.possession	ewtb.r.079375.5
+18	.	.	PUNCT	O	0			ewtb.r.079375.5
+
+1	In	in	ADP	B	0			ewtb.r.079375.6
+2	this	this	DET	I	1			ewtb.r.079375.6
+3	day	day	NOUN	I	2			ewtb.r.079375.6
+4	it	it	PRON	O	0			ewtb.r.079375.6
+5	s	s	VERB	O	0		v.stative	ewtb.r.079375.6
+6	rare	rare	ADJ	O	0			ewtb.r.079375.6
+7	to	to	PART	O	0			ewtb.r.079375.6
+8	find	find	VERB	O	0		v.cognition	ewtb.r.079375.6
+9	such	such	ADV	O	0			ewtb.r.079375.6
+10	wonderful	wonderful	ADJ	O	0			ewtb.r.079375.6
+11	people	person	NOUN	O	0		n.person	ewtb.r.079375.6
+12	who	who	PRON	O	0			ewtb.r.079375.6
+13	CARE	care	VERB	O	0		v.emotion	ewtb.r.079375.6
+14	,	,	PUNCT	O	0			ewtb.r.079375.6
+15	Not	not	PART	O	0			ewtb.r.079375.6
+16	the	the	DET	O	0			ewtb.r.079375.6
+17	kind	kind	NOUN	O	0		n.cognition	ewtb.r.079375.6
+18	of	of	ADP	O	0			ewtb.r.079375.6
+19	want	want	VERB	O	0		v.cognition	ewtb.r.079375.6
+20	to	to	PART	O	0			ewtb.r.079375.6
+21	make	make	VERB	B	0		v.possession	ewtb.r.079375.6
+22	cash	cash	NOUN	I	21			ewtb.r.079375.6
+23	.	.	PUNCT	O	0			ewtb.r.079375.6
+
+1	I	i	PRON	O	0			ewtb.r.079375.7
+2	would	would	AUX	O	0			ewtb.r.079375.7
+3	strongly	strongly	ADV	O	0			ewtb.r.079375.7
+4	suggest	suggest	VERB	O	0		v.communication	ewtb.r.079375.7
+5	you	you	PRON	O	0			ewtb.r.079375.7
+6	give	give	VERB	B	0		v.social	ewtb.r.079375.7
+7	them	them	PRON	o	0			ewtb.r.079375.7
+8	the	the	DET	o	0			ewtb.r.079375.7
+9	chance	chance	NOUN	I	6			ewtb.r.079375.7
+10	to	to	PART	O	0			ewtb.r.079375.7
+11	prove	prove	VERB	O	0		v.cognition	ewtb.r.079375.7
+12	to	to	ADP	O	0			ewtb.r.079375.7
+13	you	you	PRON	O	0			ewtb.r.079375.7
+14	that	that	SCONJ	O	0			ewtb.r.079375.7
+15	not	not	PART	O	0			ewtb.r.079375.7
+16	all	all	DET	O	0			ewtb.r.079375.7
+17	people	person	NOUN	O	0		n.person	ewtb.r.079375.7
+18	in	in	ADP	O	0			ewtb.r.079375.7
+19	this	this	DET	O	0			ewtb.r.079375.7
+20	world	world	NOUN	O	0		n.cognition	ewtb.r.079375.7
+21	are	be	VERB	O	0		v.stative	ewtb.r.079375.7
+22	evil	evil	ADJ	O	0			ewtb.r.079375.7
+23	!	!	PUNCT	O	0			ewtb.r.079375.7
+
+1	I	i	PRON	O	0			ewtb.r.079375.8
+2	will	will	AUX	O	0			ewtb.r.079375.8
+3	never	never	ADV	O	0			ewtb.r.079375.8
+4	go	go	VERB	O	0		v.motion	ewtb.r.079375.8
+5	to	to	ADP	O	0			ewtb.r.079375.8
+6	another	another	DET	O	0			ewtb.r.079375.8
+7	vet	vet	NOUN	O	0		n.person	ewtb.r.079375.8
+8	as	as	ADV	B	0			ewtb.r.079375.8
+9	long	long	ADV	I	8			ewtb.r.079375.8
+10	as	as	SCONJ	I	9			ewtb.r.079375.8
+11	I	i	PRON	O	0			ewtb.r.079375.8
+12	have	have	VERB	O	0		v.stative	ewtb.r.079375.8
+13	animals	animal	NOUN	O	0		n.animal	ewtb.r.079375.8
+14	.	.	PUNCT	O	0			ewtb.r.079375.8
+
+1	I	i	PRON	O	0			ewtb.r.079375.9
+2	live	live	VERB	O	0		v.social	ewtb.r.079375.9
+3	nearly	nearly	ADV	O	0			ewtb.r.079375.9
+4	two	two	NUM	O	0			ewtb.r.079375.9
+5	hours	hours	NOUN	O	0		n.time	ewtb.r.079375.9
+6	away	away	ADV	O	0			ewtb.r.079375.9
+7	and	and	CONJ	B	0			ewtb.r.079375.9
+8	yet	yet	CONJ	I	7			ewtb.r.079375.9
+9	I	i	PRON	O	0			ewtb.r.079375.9
+10	will	will	AUX	O	0			ewtb.r.079375.9
+11	still	still	ADV	O	0			ewtb.r.079375.9
+12	make	make	VERB	B	0		v.motion	ewtb.r.079375.9
+13	the	the	DET	I	12			ewtb.r.079375.9
+14	drive	drive	NOUN	I	13			ewtb.r.079375.9
+15	to	to	PART	O	0			ewtb.r.079375.9
+16	see	see	VERB	O	0		v.social	ewtb.r.079375.9
+17	them	them	PRON	O	0			ewtb.r.079375.9
+18	!	!	PUNCT	O	0			ewtb.r.079375.9
+
+1	In	in	ADP	B	0			ewtb.r.079375.10
+2	fact	fact	NOUN	I	1			ewtb.r.079375.10
+3	I	i	PRON	O	0			ewtb.r.079375.10
+4	look	look	VERB	B	0		v.cognition	ewtb.r.079375.10
+5	forward	forward	ADV	I	4			ewtb.r.079375.10
+6	to	to	SCONJ	I	5			ewtb.r.079375.10
+7	taking	take	VERB	O	0		v.motion	ewtb.r.079375.10
+8	my	my	PRON	O	0			ewtb.r.079375.10
+9	animals	animal	NOUN	O	0		n.animal	ewtb.r.079375.10
+10	to	to	ADP	O	0			ewtb.r.079375.10
+11	the	the	DET	O	0			ewtb.r.079375.10
+12	vet	vet	NOUN	O	0		n.person	ewtb.r.079375.10
+13	simply	simply	ADV	O	0			ewtb.r.079375.10
+14	because	because	ADP	B	0			ewtb.r.079375.10
+15	of	of	SCONJ	I	14			ewtb.r.079375.10
+16	how	how	ADV	O	0			ewtb.r.079375.10
+17	my	my	PRON	O	0			ewtb.r.079375.10
+18	animals	animal	NOUN	O	0		n.animal	ewtb.r.079375.10
+19	and	and	CONJ	O	0			ewtb.r.079375.10
+20	I	i	PRON	O	0			ewtb.r.079375.10
+21	are	be	AUX	O	0			ewtb.r.079375.10
+22	treated	treat	VERB	O	0		v.social	ewtb.r.079375.10
+23	.	.	PUNCT	O	0			ewtb.r.079375.10
+
+1	You	you	PRON	O	0			ewtb.r.080178.1
+2	will	will	AUX	O	0			ewtb.r.080178.1
+3	be	be	VERB	O	0		v.stative	ewtb.r.080178.1
+4	happy	happy	ADJ	O	0			ewtb.r.080178.1
+5	at	at	ADP	O	0			ewtb.r.080178.1
+6	this	this	DET	O	0			ewtb.r.080178.1
+7	store	store	NOUN	O	0		n.group	ewtb.r.080178.1
+8	!	!	PUNCT	O	0			ewtb.r.080178.1
+
+1	Allen	allen	PROPN	B	0		n.group	ewtb.r.080178.2
+2	Tire	tire	PROPN	I	1			ewtb.r.080178.2
+3	was	be	AUX	O	0			ewtb.r.080178.2
+4	recommended	recommend	VERB	O	0		v.communication	ewtb.r.080178.2
+5	by	by	ADP	O	0			ewtb.r.080178.2
+6	friend	friend	NOUN	O	0		n.person	ewtb.r.080178.2
+7	after	after	SCONJ	O	0			ewtb.r.080178.2
+8	my	my	PRON	O	0			ewtb.r.080178.2
+9	having	have	VERB	B	0		v.social	ewtb.r.080178.2
+10	bad	bad	ADJ	o	0			ewtb.r.080178.2
+11	tire	tire	NOUN	o	0		n.artifact	ewtb.r.080178.2
+12	experiences	experience	NOUN	I	9			ewtb.r.080178.2
+13	in	in	ADP	O	0			ewtb.r.080178.2
+14	Temecula	temecula	PROPN	O	0		n.location	ewtb.r.080178.2
+15	.	.	PUNCT	O	0			ewtb.r.080178.2
+
+1	The	the	DET	O	0			ewtb.r.080178.3
+2	store	store	NOUN	O	0		n.group	ewtb.r.080178.3
+3	manager	manager	NOUN	O	0		n.person	ewtb.r.080178.3
+4	,	,	PUNCT	O	0			ewtb.r.080178.3
+5	Jim	jim	PROPN	B	0		n.person	ewtb.r.080178.3
+6	Smith	smith	PROPN	I	5			ewtb.r.080178.3
+7	,	,	PUNCT	O	0			ewtb.r.080178.3
+8	made	make	VERB	B	0		v.communication	ewtb.r.080178.3
+9	an	an	DET	o	0			ewtb.r.080178.3
+10	excellent	excellent	ADJ	o	0			ewtb.r.080178.3
+11	tire	tire	NOUN	o	0		n.artifact	ewtb.r.080178.3
+12	recommendation	recommendation	NOUN	I	8			ewtb.r.080178.3
+13	for	for	ADP	I	12			ewtb.r.080178.3
+14	my	my	PRON	O	0			ewtb.r.080178.3
+15	newly	newly	ADV	O	0			ewtb.r.080178.3
+16	acquired	acquire	VERB	O	0		v.possession	ewtb.r.080178.3
+17	Lexus	lexus	PROPN	O	0		n.artifact	ewtb.r.080178.3
+18	.	.	PUNCT	O	0			ewtb.r.080178.3
+
+1	Tires	tire	NOUN	O	0		n.artifact	ewtb.r.080178.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.080178.4
+3	the	the	DET	O	0			ewtb.r.080178.4
+4	right	right	ADJ	O	0			ewtb.r.080178.4
+5	price	price	NOUN	O	0		n.possession	ewtb.r.080178.4
+6	and	and	CONJ	O	0			ewtb.r.080178.4
+7	now	now	ADV	O	0			ewtb.r.080178.4
+8	the	the	DET	O	0			ewtb.r.080178.4
+9	car	car	NOUN	O	0		n.artifact	ewtb.r.080178.4
+10	feels	feel	VERB	O	0		v.perception	ewtb.r.080178.4
+11	like	like	SCONJ	O	0			ewtb.r.080178.4
+12	it	it	PRON	O	0			ewtb.r.080178.4
+13	is	be	AUX	O	0			ewtb.r.080178.4
+14	riding	ride	VERB	B	0		v.motion	ewtb.r.080178.4
+15	on	on	ADP	I	14			ewtb.r.080178.4
+16	rails	rails	NOUN	I	15			ewtb.r.080178.4
+17	around	around	ADP	O	0			ewtb.r.080178.4
+18	turns	turn	NOUN	O	0		n.cognition	ewtb.r.080178.4
+19	.	.	PUNCT	O	0			ewtb.r.080178.4
+
+1	The	the	DET	O	0			ewtb.r.080178.5
+2	store	store	NOUN	O	0		n.group	ewtb.r.080178.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.080178.5
+4	clean	clean	ADJ	O	0			ewtb.r.080178.5
+5	,	,	PUNCT	O	0			ewtb.r.080178.5
+6	run	run	VERB	O	0		v.social	ewtb.r.080178.5
+7	very	very	ADV	O	0			ewtb.r.080178.5
+8	professionally	professionally	ADV	O	0			ewtb.r.080178.5
+9	and	and	CONJ	O	0			ewtb.r.080178.5
+10	a	a	DET	O	0			ewtb.r.080178.5
+11	pleasure	pleasure	NOUN	O	0		n.cognition	ewtb.r.080178.5
+12	to	to	PART	O	0			ewtb.r.080178.5
+13	be	be	VERB	O	0		v.stative	ewtb.r.080178.5
+14	in	in	ADP	O	0			ewtb.r.080178.5
+15	.	.	PUNCT	O	0			ewtb.r.080178.5
+
+1	They	they	PRON	O	0			ewtb.r.080178.6
+2	know	know	VERB	B	0		v.cognition	ewtb.r.080178.6
+3	their	their	PRON	o	0			ewtb.r.080178.6
+4	job	job	NOUN	I	2			ewtb.r.080178.6
+5	and	and	CONJ	O	0			ewtb.r.080178.6
+6	you	you	PRON	O	0			ewtb.r.080178.6
+7	do	do	AUX	O	0			ewtb.r.080178.6
+8	not	not	PART	O	0			ewtb.r.080178.6
+9	have	have	VERB	B	0			ewtb.r.080178.6
+10	to	to	PART	I	9			ewtb.r.080178.6
+11	watch	watch	VERB	O	0		v.perception	ewtb.r.080178.6
+12	them	them	PRON	O	0			ewtb.r.080178.6
+13	to	to	PART	O	0			ewtb.r.080178.6
+14	be	be	VERB	O	0		v.stative	ewtb.r.080178.6
+15	sure	sure	ADJ	O	0			ewtb.r.080178.6
+16	everything	everything	NOUN	O	0			ewtb.r.080178.6
+17	is	be	AUX	O	0			ewtb.r.080178.6
+18	done	do	VERB	O	0		v.social	ewtb.r.080178.6
+19	right	right	ADJ	O	0			ewtb.r.080178.6
+20	.	.	PUNCT	O	0			ewtb.r.080178.6
+
+1	We	we	PRON	O	0			ewtb.r.084373.1
+2	are	be	VERB	O	0		v.stative	ewtb.r.084373.1
+3	very	very	ADV	O	0			ewtb.r.084373.1
+4	pleased	pleased	ADJ	B	0			ewtb.r.084373.1
+5	with	with	ADP	I	4			ewtb.r.084373.1
+6	the	the	DET	O	0			ewtb.r.084373.1
+7	services	services	NOUN	O	0		n.act	ewtb.r.084373.1
+8	of	of	ADP	O	0			ewtb.r.084373.1
+9	First	first	PROPN	B	0		n.group	ewtb.r.084373.1
+10	Glass	glass	PROPN	I	9			ewtb.r.084373.1
+11	Window	window	PROPN	I	10			ewtb.r.084373.1
+12	.	.	PUNCT	O	0			ewtb.r.084373.1
+
+1	Our	our	PRON	O	0			ewtb.r.084373.2
+2	window	window	NOUN	B	0		n.artifact	ewtb.r.084373.2
+3	panes	pane	NOUN	I	2			ewtb.r.084373.2
+4	were	be	VERB	O	0		v.stative	ewtb.r.084373.2
+5	so	so	ADV	O	0			ewtb.r.084373.2
+6	dirty	dirty	ADJ	O	0			ewtb.r.084373.2
+7	that	that	SCONJ	O	0			ewtb.r.084373.2
+8	they	they	PRON	O	0			ewtb.r.084373.2
+9	needed	need	VERB	O	0		v.cognition	ewtb.r.084373.2
+10	a	a	DET	O	0			ewtb.r.084373.2
+11	specialist	specialist	NOUN	O	0		n.person	ewtb.r.084373.2
+12	to	to	PART	O	0			ewtb.r.084373.2
+13	come	come	VERB	O	0		v.motion	ewtb.r.084373.2
+14	and	and	CONJ	O	0			ewtb.r.084373.2
+15	clean	clean	VERB	O	0		v.change	ewtb.r.084373.2
+16	them	them	PRON	O	0			ewtb.r.084373.2
+17	.	.	PUNCT	O	0			ewtb.r.084373.2
+
+1	We	we	PRON	O	0			ewtb.r.084373.3
+2	called	call	VERB	O	0		v.communication	ewtb.r.084373.3
+3	few	few	ADJ	O	0			ewtb.r.084373.3
+4	companies	company	NOUN	O	0		n.group	ewtb.r.084373.3
+5	before	before	SCONJ	O	0			ewtb.r.084373.3
+6	we	we	PRON	O	0			ewtb.r.084373.3
+7	decide	decide	VERB	O	0		v.cognition	ewtb.r.084373.3
+8	to	to	PART	O	0			ewtb.r.084373.3
+9	hire	hire	VERB	O	0		v.social	ewtb.r.084373.3
+10	them	them	PRON	O	0			ewtb.r.084373.3
+11	.	.	PUNCT	O	0			ewtb.r.084373.3
+
+1	They	they	PRON	O	0			ewtb.r.084373.4
+2	came	come	VERB	O	0		v.motion	ewtb.r.084373.4
+3	on	on	ADP	B	0			ewtb.r.084373.4
+4	time	time	NOUN	I	3			ewtb.r.084373.4
+5	and	and	CONJ	O	0			ewtb.r.084373.4
+6	completed	complete	VERB	O	0		v.social	ewtb.r.084373.4
+7	their	their	PRON	O	0			ewtb.r.084373.4
+8	work	work	NOUN	O	0		n.act	ewtb.r.084373.4
+9	quickly	quickly	ADV	O	0			ewtb.r.084373.4
+10	.	.	PUNCT	O	0			ewtb.r.084373.4
+
+1	We	we	PRON	O	0			ewtb.r.084373.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.084373.5
+3	very	very	ADV	O	0			ewtb.r.084373.5
+4	happy	happy	ADJ	O	0			ewtb.r.084373.5
+5	how	how	ADV	O	0			ewtb.r.084373.5
+6	clean	clean	ADJ	O	0			ewtb.r.084373.5
+7	looked	look	VERB	O	0		v.perception	ewtb.r.084373.5
+8	our	our	PRON	O	0			ewtb.r.084373.5
+9	windows	windows	NOUN	O	0		n.artifact	ewtb.r.084373.5
+10	.	.	PUNCT	O	0			ewtb.r.084373.5
+
+1	If	if	SCONJ	O	0			ewtb.r.084373.6
+2	you	you	PRON	O	0			ewtb.r.084373.6
+3	have	have	VERB	B	0		v.cognition	ewtb.r.084373.6
+4	some	some	DET	o	0			ewtb.r.084373.6
+5	problems	problem	NOUN	I	3			ewtb.r.084373.6
+6	with	with	ADP	I	5			ewtb.r.084373.6
+7	your	your	PRON	O	0			ewtb.r.084373.6
+8	windows	windows	NOUN	O	0		n.artifact	ewtb.r.084373.6
+9	,	,	PUNCT	O	0			ewtb.r.084373.6
+10	you	you	PRON	O	0			ewtb.r.084373.6
+11	should	should	AUX	O	0			ewtb.r.084373.6
+12	call	call	VERB	O	0		v.communication	ewtb.r.084373.6
+13	them	them	PRON	O	0			ewtb.r.084373.6
+14	.	.	PUNCT	O	0			ewtb.r.084373.6
+
+1	A	a	NOUN	B	0		n.communication	ewtb.r.087176.1
+2	++	++	SYM	I	1			ewtb.r.087176.1
+
+1	They	they	PRON	O	0			ewtb.r.087176.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.087176.2
+3	by	by	ADP	B	0			ewtb.r.087176.2
+4	far	far	ADV	I	3			ewtb.r.087176.2
+5	the	the	DET	O	0			ewtb.r.087176.2
+6	best	best	ADJ	O	0			ewtb.r.087176.2
+7	salon	salon	NOUN	O	0		n.group	ewtb.r.087176.2
+8	in	in	ADP	O	0			ewtb.r.087176.2
+9	50	50	NUM	O	0			ewtb.r.087176.2
+10	miles	mile	NOUN	O	0		n.quantity	ewtb.r.087176.2
+11	,	,	PUNCT	O	0			ewtb.r.087176.2
+12	Trust	trust	VERB	O	0		v.cognition	ewtb.r.087176.2
+13	me	me	PRON	O	0			ewtb.r.087176.2
+14	I	i	PRON	O	0			ewtb.r.087176.2
+15	know	know	VERB	O	0		v.cognition	ewtb.r.087176.2
+16	!!	!!	PUNCT	O	0			ewtb.r.087176.2
+
+1	excellent	excellent	ADJ	O	0			ewtb.r.099279.1
+2	!	!	PUNCT	O	0			ewtb.r.099279.1
+
+1	answered	answer	VERB	O	0		v.communication	ewtb.r.099279.2
+2	all	all	DET	O	0			ewtb.r.099279.2
+3	my	my	PRON	O	0			ewtb.r.099279.2
+4	questions	question	NOUN	O	0		n.communication	ewtb.r.099279.2
+5	,	,	PUNCT	O	0			ewtb.r.099279.2
+6	and	and	CONJ	O	0			ewtb.r.099279.2
+7	called	call	VERB	B	0		v.communication	ewtb.r.099279.2
+8	me	me	PRON	o	0			ewtb.r.099279.2
+9	back	back	ADV	I	7			ewtb.r.099279.2
+10	when	when	ADV	O	0			ewtb.r.099279.2
+11	I	i	PRON	O	0			ewtb.r.099279.2
+12	needed	need	VERB	O	0		v.cognition	ewtb.r.099279.2
+13	something	something	NOUN	O	0			ewtb.r.099279.2
+14	.	.	PUNCT	O	0			ewtb.r.099279.2
+
+1	highly	highly	ADV	O	0			ewtb.r.099279.3
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.099279.3
+3	!	!	PUNCT	O	0			ewtb.r.099279.3
+
+1	Poor	poor	ADJ	O	0			ewtb.r.101972.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.101972.1
+
+1	If	if	SCONJ	O	0			ewtb.r.101972.2
+2	you	you	PRON	O	0			ewtb.r.101972.2
+3	like	like	VERB	O	0		v.emotion	ewtb.r.101972.2
+4	the	the	DET	O	0			ewtb.r.101972.2
+5	drama	drama	NOUN	O	0		n.cognition	ewtb.r.101972.2
+6	described	describe	VERB	O	0		v.communication	ewtb.r.101972.2
+7	in	in	ADP	O	0			ewtb.r.101972.2
+8	popular	popular	ADJ	O	0			ewtb.r.101972.2
+9	sitcom	sitcom	NOUN	O	0		n.cognition	ewtb.r.101972.2
+10	'	'	PUNCT	O	0			ewtb.r.101972.2
+11	Seinfeld	seinfeld	PROPN	O	0		n.communication	ewtb.r.101972.2
+12	'	'	PUNCT	O	0			ewtb.r.101972.2
+13	,	,	PUNCT	O	0			ewtb.r.101972.2
+14	you	you	PRON	O	0			ewtb.r.101972.2
+15	will	will	AUX	O	0			ewtb.r.101972.2
+16	see	see	VERB	O	0		v.social	ewtb.r.101972.2
+17	it	it	PRON	O	0			ewtb.r.101972.2
+18	here	here	ADV	O	0			ewtb.r.101972.2
+19	.	.	PUNCT	O	0			ewtb.r.101972.2
+
+1	We	we	PRON	O	0			ewtb.r.101972.3
+2	signed	sign	VERB	B	0		v.communication	ewtb.r.101972.3
+3	our	our	PRON	o	0			ewtb.r.101972.3
+4	name	name	NOUN	o	0		n.communication	ewtb.r.101972.3
+5	in	in	ADP	I	2			ewtb.r.101972.3
+6	about	about	ADV	O	0			ewtb.r.101972.3
+7	6:00	6:00	NUM	O	0			ewtb.r.101972.3
+8	pm	pm	NOUN	O	0		n.time	ewtb.r.101972.3
+9	.	.	PUNCT	O	0			ewtb.r.101972.3
+
+1	There	there	PRON	O	0			ewtb.r.101972.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.101972.4
+3	3	3	NUM	O	0			ewtb.r.101972.4
+4	names	names	NOUN	O	0		n.communication	ewtb.r.101972.4
+5	before	before	ADP	O	0			ewtb.r.101972.4
+6	us	us	PRON	O	0			ewtb.r.101972.4
+7	.	.	PUNCT	O	0			ewtb.r.101972.4
+
+1	The	the	DET	O	0			ewtb.r.101972.5
+2	greeter	greeter	NOUN	O	0		n.person	ewtb.r.101972.5
+3	said	say	VERB	O	0		v.communication	ewtb.r.101972.5
+4	there	there	PRON	O	0			ewtb.r.101972.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.101972.5
+6	about	about	ADV	O	0			ewtb.r.101972.5
+7	15	15	NUM	O	0			ewtb.r.101972.5
+8	minutes	minutes	NOUN	O	0		n.time	ewtb.r.101972.5
+9	waiting	waiting	NOUN	O	0		n.act	ewtb.r.101972.5
+10	.	.	PUNCT	O	0			ewtb.r.101972.5
+
+1	However	however	ADV	O	0			ewtb.r.101972.6
+2	,	,	PUNCT	O	0			ewtb.r.101972.6
+3	we	we	PRON	O	0			ewtb.r.101972.6
+4	waited	wait	VERB	O	0		v.social	ewtb.r.101972.6
+5	and	and	CONJ	O	0			ewtb.r.101972.6
+6	waited	wait	VERB	O	0		v.social	ewtb.r.101972.6
+7	and	and	CONJ	O	0			ewtb.r.101972.6
+8	in	in	ADP	B	0			ewtb.r.101972.6
+9	the	the	DET	I	8			ewtb.r.101972.6
+10	mean	mean	X	I	9			ewtb.r.101972.6
+11	time	time	NOUN	I	10			ewtb.r.101972.6
+12	,	,	PUNCT	O	0			ewtb.r.101972.6
+13	saw	see	VERB	O	0		v.perception	ewtb.r.101972.6
+14	4	4	NUM	O	0			ewtb.r.101972.6
+15	groups	group	NOUN	O	0		n.group	ewtb.r.101972.6
+16	of	of	ADP	O	0			ewtb.r.101972.6
+17	people	person	NOUN	O	0		n.person	ewtb.r.101972.6
+18	simply	simply	ADV	O	0			ewtb.r.101972.6
+19	just	just	ADV	O	0			ewtb.r.101972.6
+20	paraded	parade	VERB	O	0		v.motion	ewtb.r.101972.6
+21	in	in	ADV	O	0			ewtb.r.101972.6
+22	without	without	SCONJ	O	0			ewtb.r.101972.6
+23	signing	sign	VERB	O	0		v.communication	ewtb.r.101972.6
+24	there	there	PRON	O	0			ewtb.r.101972.6
+25	names	names	NOUN	O	0		n.communication	ewtb.r.101972.6
+26	.	.	PUNCT	O	0			ewtb.r.101972.6
+
+1	This	this	DET	O	0			ewtb.r.101972.7
+2	sign	sign	VERB	B	0		v.communication	ewtb.r.101972.7
+3	in	in	ADP	I	2			ewtb.r.101972.7
+4	policy	policy	NOUN	O	0		n.cognition	ewtb.r.101972.7
+5	is	be	AUX	O	0			ewtb.r.101972.7
+6	posted	post	VERB	O	0		v.communication	ewtb.r.101972.7
+7	by	by	ADP	O	0			ewtb.r.101972.7
+8	the	the	DET	O	0			ewtb.r.101972.7
+9	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.101972.7
+10	"	"	PUNCT	O	0			ewtb.r.101972.7
+11	no	no	DET	O	0			ewtb.r.101972.7
+12	reservation	reservation	NOUN	O	0		n.event	ewtb.r.101972.7
+13	,	,	PUNCT	O	0			ewtb.r.101972.7
+14	sign	sign	VERB	O	0		v.communication	ewtb.r.101972.7
+15	your	your	PRON	O	0			ewtb.r.101972.7
+16	name	name	NOUN	O	0		n.communication	ewtb.r.101972.7
+17	here	here	ADV	O	0			ewtb.r.101972.7
+18	"	"	PUNCT	O	0			ewtb.r.101972.7
+19	.	.	PUNCT	O	0			ewtb.r.101972.7
+
+1	I	i	PRON	O	0			ewtb.r.101972.8
+2	had	have	VERB	B	0			ewtb.r.101972.8
+3	to	to	PART	I	2			ewtb.r.101972.8
+4	ask	ask	VERB	O	0		v.communication	ewtb.r.101972.8
+5	the	the	DET	O	0			ewtb.r.101972.8
+6	greeter	greeter	NOUN	O	0		n.person	ewtb.r.101972.8
+7	,	,	PUNCT	O	0			ewtb.r.101972.8
+8	he	he	PRON	O	0			ewtb.r.101972.8
+9	explained	explain	VERB	O	0		v.communication	ewtb.r.101972.8
+10	his	his	PRON	O	0			ewtb.r.101972.8
+11	reasons	reason	NOUN	O	0		n.motive	ewtb.r.101972.8
+12	with	with	ADP	O	0			ewtb.r.101972.8
+13	broken	broken	ADJ	O	0			ewtb.r.101972.8
+14	English	english	PROPN	O	0		n.communication	ewtb.r.101972.8
+15	.	.	PUNCT	O	0			ewtb.r.101972.8
+
+1	I	i	PRON	O	0			ewtb.r.101972.9
+2	could	could	AUX	O	0			ewtb.r.101972.9
+3	not	not	PART	O	0			ewtb.r.101972.9
+4	understand	understand	VERB	O	0		v.cognition	ewtb.r.101972.9
+5	any	any	DET	O	0			ewtb.r.101972.9
+6	his	his	PRON	O	0			ewtb.r.101972.9
+7	reasons	reason	NOUN	O	0		n.motive	ewtb.r.101972.9
+8	.	.	PUNCT	O	0			ewtb.r.101972.9
+
+1	I	i	PRON	O	0			ewtb.r.101972.10
+2	could	could	AUX	O	0			ewtb.r.101972.10
+3	only	only	ADV	O	0			ewtb.r.101972.10
+4	take	take	VERB	B	0		v.cognition	ewtb.r.101972.10
+5	it	it	PRON	I	4			ewtb.r.101972.10
+6	as	as	SCONJ	O	0			ewtb.r.101972.10
+7	they	they	PRON	O	0			ewtb.r.101972.10
+8	would	would	AUX	O	0			ewtb.r.101972.10
+9	seat	seat	VERB	O	0		v.social	ewtb.r.101972.10
+10	the	the	DET	O	0			ewtb.r.101972.10
+11	people	person	NOUN	O	0		n.person	ewtb.r.101972.10
+12	they	they	PRON	O	0			ewtb.r.101972.10
+13	know	know	VERB	O	0		v.cognition	ewtb.r.101972.10
+14	first	first	ADV	O	0			ewtb.r.101972.10
+15	.	.	PUNCT	O	0			ewtb.r.101972.10
+
+1	My	my	PRON	O	0			ewtb.r.101972.11
+2	conclusion	conclusion	NOUN	O	0		n.cognition	ewtb.r.101972.11
+3	is	be	VERB	O	0		v.stative	ewtb.r.101972.11
+4	that	that	SCONJ	O	0			ewtb.r.101972.11
+5	you	you	PRON	O	0			ewtb.r.101972.11
+6	should	should	AUX	O	0			ewtb.r.101972.11
+7	only	only	ADV	O	0			ewtb.r.101972.11
+8	go	go	VERB	O	0		v.motion	ewtb.r.101972.11
+9	there	there	ADV	O	0			ewtb.r.101972.11
+10	if	if	SCONJ	O	0			ewtb.r.101972.11
+11	you	you	PRON	O	0			ewtb.r.101972.11
+12	want	want	VERB	O	0		v.cognition	ewtb.r.101972.11
+13	to	to	PART	O	0			ewtb.r.101972.11
+14	wait	wait	VERB	O	0		v.social	ewtb.r.101972.11
+15	a	a	ADV	B	0			ewtb.r.101972.11
+16	least	least	ADV	I	15			ewtb.r.101972.11
+17	an	an	DET	O	0			ewtb.r.101972.11
+18	hour	hour	NOUN	O	0		n.time	ewtb.r.101972.11
+19	and	and	CONJ	O	0			ewtb.r.101972.11
+20	see	see	VERB	O	0		v.perception	ewtb.r.101972.11
+21	all	all	DET	O	0			ewtb.r.101972.11
+22	kinds	kind	NOUN	O	0		n.cognition	ewtb.r.101972.11
+23	other	other	ADJ	O	0			ewtb.r.101972.11
+24	people	person	NOUN	O	0		n.person	ewtb.r.101972.11
+25	being	be	AUX	O	0			ewtb.r.101972.11
+26	seated	seat	VERB	O	0		v.social	ewtb.r.101972.11
+27	before	before	ADP	O	0			ewtb.r.101972.11
+28	you	you	PRON	O	0			ewtb.r.101972.11
+29	.	.	PUNCT	O	0			ewtb.r.101972.11
+
+1	You	you	PRON	O	0			ewtb.r.103878.1
+2	guys	guy	NOUN	O	0			ewtb.r.103878.1
+3	do	do	VERB	O	0		v.stative	ewtb.r.103878.1
+4	everything	everything	NOUN	O	0			ewtb.r.103878.1
+5	wonderful	wonderful	ADV	O	0			ewtb.r.103878.1
+6	!	!	PUNCT	O	0			ewtb.r.103878.1
+
+1	We	we	PRON	O	0			ewtb.r.103878.2
+2	honestly	honestly	ADV	O	0			ewtb.r.103878.2
+3	can	can	AUX	O	0			ewtb.r.103878.2
+4	not	not	PART	O	0			ewtb.r.103878.2
+5	think	think	VERB	B	0		v.cognition	ewtb.r.103878.2
+6	of	of	ADP	I	5			ewtb.r.103878.2
+7	even	even	ADV	O	0			ewtb.r.103878.2
+8	1	1	NUM	O	0			ewtb.r.103878.2
+9	thing	thing	NOUN	O	0			ewtb.r.103878.2
+10	we	we	PRON	O	0			ewtb.r.103878.2
+11	did	do	AUX	O	0			ewtb.r.103878.2
+12	n't	n't	PART	O	0			ewtb.r.103878.2
+13	like	like	VERB	O	0		v.emotion	ewtb.r.103878.2
+14	!	!	PUNCT	O	0			ewtb.r.103878.2
+
+1	My	my	PRON	O	0			ewtb.r.112579.1
+2	favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.112579.1
+3	cuban	cuban	ADJ	O	0			ewtb.r.112579.1
+4	cafe	cafe	NOUN	O	0		n.group	ewtb.r.112579.1
+5	in	in	ADP	O	0			ewtb.r.112579.1
+6	Orlando	orlando	PROPN	O	0		n.location	ewtb.r.112579.1
+
+1	I	i	PRON	O	0			ewtb.r.112579.2
+2	have	have	AUX	O	0			ewtb.r.112579.2
+3	been	be	AUX	O	0			ewtb.r.112579.2
+4	eating	eat	VERB	O	0		v.consumption	ewtb.r.112579.2
+5	Cuban	cuban	ADJ	O	0			ewtb.r.112579.2
+6	for	for	ADP	O	0			ewtb.r.112579.2
+7	a	a	DET	O	0			ewtb.r.112579.2
+8	long	long	ADJ	O	0			ewtb.r.112579.2
+9	time	time	NOUN	O	0		n.time	ewtb.r.112579.2
+10	,	,	PUNCT	O	0			ewtb.r.112579.2
+11	sandwiches	sandwich	NOUN	O	0		n.food	ewtb.r.112579.2
+12	mainly	mainly	ADV	O	0			ewtb.r.112579.2
+13	along	along	ADP	B	0			ewtb.r.112579.2
+14	with	with	ADP	I	13			ewtb.r.112579.2
+15	other	other	ADJ	O	0			ewtb.r.112579.2
+16	dishes	dish	NOUN	O	0		n.food	ewtb.r.112579.2
+17	..	..	PUNCT	O	0			ewtb.r.112579.2
+
+1	I	i	PRON	O	0			ewtb.r.112579.3
+2	love	love	VERB	O	0		v.emotion	ewtb.r.112579.3
+3	Cuban	cuban	ADJ	B	0		n.food	ewtb.r.112579.3
+4	coffee	coffee	NOUN	I	3			ewtb.r.112579.3
+5	,	,	PUNCT	O	0			ewtb.r.112579.3
+6	colada	colada	NOUN	O	0		n.food	ewtb.r.112579.3
+7	...	...	PUNCT	O	0			ewtb.r.112579.3
+8	mmmm	mmmm	INTJ	O	0			ewtb.r.112579.3
+9	anyways	anyways	INTJ	O	0			ewtb.r.112579.3
+10	I	i	PRON	O	0			ewtb.r.112579.3
+11	found	find	VERB	O	0		v.cognition	ewtb.r.112579.3
+12	this	this	DET	O	0			ewtb.r.112579.3
+13	place	place	NOUN	O	0		n.group	ewtb.r.112579.3
+14	and	and	CONJ	O	0			ewtb.r.112579.3
+15	ca	ca	AUX	O	0			ewtb.r.112579.3
+16	n't	n't	PART	O	0			ewtb.r.112579.3
+17	stop	stop	VERB	O	0		v.change	ewtb.r.112579.3
+18	going	go	VERB	O	0		v.social	ewtb.r.112579.3
+19	there	there	ADV	O	0			ewtb.r.112579.3
+20	,	,	PUNCT	O	0			ewtb.r.112579.3
+21	I	i	PRON	O	0			ewtb.r.112579.3
+22	stop	stop	VERB	B	0		v.social	ewtb.r.112579.3
+23	in	in	ADV	I	22			ewtb.r.112579.3
+24	at	at	ADV	B	0			ewtb.r.112579.3
+25	least	least	ADV	I	24			ewtb.r.112579.3
+26	once	once	ADV	O	0			ewtb.r.112579.3
+27	a	a	DET	O	0			ewtb.r.112579.3
+28	week	week	NOUN	O	0		n.time	ewtb.r.112579.3
+29	and	and	CONJ	O	0			ewtb.r.112579.3
+30	anytime	anytime	ADV	O	0			ewtb.r.112579.3
+31	I	i	PRON	O	0			ewtb.r.112579.3
+32	'm	'm	VERB	O	0		v.stative	ewtb.r.112579.3
+33	in	in	ADP	O	0			ewtb.r.112579.3
+34	the	the	DET	O	0			ewtb.r.112579.3
+35	area	area	NOUN	O	0		n.location	ewtb.r.112579.3
+36	for	for	ADP	O	0			ewtb.r.112579.3
+37	a	a	DET	O	0			ewtb.r.112579.3
+38	Cuban	cuban	ADJ	B	0		n.food	ewtb.r.112579.3
+39	coffee	coffee	NOUN	I	38			ewtb.r.112579.3
+40	or	or	CONJ	O	0			ewtb.r.112579.3
+41	snack	snack	NOUN	O	0		n.food	ewtb.r.112579.3
+42	.	.	PUNCT	O	0			ewtb.r.112579.3
+
+1	The	the	DET	O	0			ewtb.r.112579.4
+2	place	place	NOUN	O	0		n.group	ewtb.r.112579.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.112579.4
+4	chill	chill	ADJ	O	0			ewtb.r.112579.4
+5	and	and	CONJ	O	0			ewtb.r.112579.4
+6	comfortable	comfortable	ADJ	O	0			ewtb.r.112579.4
+7	.	.	PUNCT	O	0			ewtb.r.112579.4
+
+1	They	they	PRON	O	0			ewtb.r.112579.5
+2	do	do	AUX	O	0			ewtb.r.112579.5
+3	n't	n't	PART	O	0			ewtb.r.112579.5
+4	speak	speak	VERB	O	0		v.communication	ewtb.r.112579.5
+5	the	the	DET	O	0			ewtb.r.112579.5
+6	best	best	ADJ	O	0			ewtb.r.112579.5
+7	English	english	PROPN	O	0		n.communication	ewtb.r.112579.5
+8	but	but	CONJ	O	0			ewtb.r.112579.5
+9	enough	enough	ADJ	O	0			ewtb.r.112579.5
+10	to	to	PART	O	0			ewtb.r.112579.5
+11	get	get	VERB	B	0		v.social	ewtb.r.112579.5
+12	by	by	ADV	I	11			ewtb.r.112579.5
+13	.	.	PUNCT	O	0			ewtb.r.112579.5
+
+1	They	they	PRON	O	0			ewtb.r.112579.6
+2	bake	bake	VERB	O	0		v.creation	ewtb.r.112579.6
+3	bread	bread	NOUN	O	0		n.food	ewtb.r.112579.6
+4	fresh	fresh	ADV	O	0			ewtb.r.112579.6
+5	daily	daily	ADV	O	0			ewtb.r.112579.6
+6	,	,	PUNCT	O	0			ewtb.r.112579.6
+7	they	they	PRON	O	0			ewtb.r.112579.6
+8	do	do	AUX	O	0			ewtb.r.112579.6
+9	n't	n't	PART	O	0			ewtb.r.112579.6
+10	press	press	VERB	O	0		v.contact	ewtb.r.112579.6
+11	their	their	PRON	O	0			ewtb.r.112579.6
+12	sandwiches	sandwich	NOUN	O	0		n.food	ewtb.r.112579.6
+13	which	which	DET	O	0			ewtb.r.112579.6
+14	is	be	VERB	O	0		v.stative	ewtb.r.112579.6
+15	the	the	DET	O	0			ewtb.r.112579.6
+16	way	way	NOUN	O	0		n.cognition	ewtb.r.112579.6
+17	I	i	PRON	O	0			ewtb.r.112579.6
+18	like	like	VERB	O	0		v.emotion	ewtb.r.112579.6
+19	it	it	PRON	O	0			ewtb.r.112579.6
+20	,	,	PUNCT	O	0			ewtb.r.112579.6
+21	and	and	CONJ	O	0			ewtb.r.112579.6
+22	the	the	DET	O	0			ewtb.r.112579.6
+23	meat	meat	NOUN	O	0		n.food	ewtb.r.112579.6
+24	is	be	VERB	O	0		v.stative	ewtb.r.112579.6
+25	always	always	ADV	O	0			ewtb.r.112579.6
+26	fresh	fresh	ADJ	O	0			ewtb.r.112579.6
+27	.	.	PUNCT	O	0			ewtb.r.112579.6
+
+1	They	they	PRON	O	0			ewtb.r.112579.7
+2	have	have	VERB	O	0		v.stative	ewtb.r.112579.7
+3	a	a	DET	O	0			ewtb.r.112579.7
+4	great	great	ADJ	O	0			ewtb.r.112579.7
+5	lunch	lunch	NOUN	O	0		n.food	ewtb.r.112579.7
+6	special	special	NOUN	O	0		n.food	ewtb.r.112579.7
+7	with	with	ADP	O	0			ewtb.r.112579.7
+8	your	your	PRON	O	0			ewtb.r.112579.7
+9	choice	choice	NOUN	O	0		n.cognition	ewtb.r.112579.7
+10	of	of	ADP	O	0			ewtb.r.112579.7
+11	meat	meat	NOUN	O	0		n.food	ewtb.r.112579.7
+12	,	,	PUNCT	O	0			ewtb.r.112579.7
+13	chicken	chicken	NOUN	O	0		n.food	ewtb.r.112579.7
+14	,	,	PUNCT	O	0			ewtb.r.112579.7
+15	steak	steak	NOUN	O	0		n.food	ewtb.r.112579.7
+16	,	,	PUNCT	O	0			ewtb.r.112579.7
+17	or	or	CONJ	O	0			ewtb.r.112579.7
+18	pork	pork	NOUN	O	0		n.food	ewtb.r.112579.7
+19	and	and	CONJ	O	0			ewtb.r.112579.7
+20	rice	rice	NOUN	O	0		n.food	ewtb.r.112579.7
+21	and	and	CONJ	O	0			ewtb.r.112579.7
+22	black	black	ADJ	B	0		n.food	ewtb.r.112579.7
+23	beans	bean	NOUN	I	22			ewtb.r.112579.7
+24	and	and	CONJ	O	0			ewtb.r.112579.7
+25	fried	fry	VERB	B	0		n.food	ewtb.r.112579.7
+26	plantains	plantain	NOUN	I	25			ewtb.r.112579.7
+27	.	.	PUNCT	O	0			ewtb.r.112579.7
+
+1	And	and	CONJ	O	0			ewtb.r.112579.8
+2	their	their	PRON	O	0			ewtb.r.112579.8
+3	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.112579.8
+4	is	be	VERB	O	0		v.stative	ewtb.r.112579.8
+5	awesome	awesome	ADJ	O	0			ewtb.r.112579.8
+6	!!	!!	PUNCT	O	0			ewtb.r.112579.8
+
+1	I	i	PRON	O	0			ewtb.r.112579.9
+2	can	can	AUX	O	0			ewtb.r.112579.9
+3	not	not	PART	O	0			ewtb.r.112579.9
+4	describe	describe	VERB	O	0		v.communication	ewtb.r.112579.9
+5	how	how	ADV	O	0			ewtb.r.112579.9
+6	delicious	delicious	ADJ	O	0			ewtb.r.112579.9
+7	the	the	DET	O	0			ewtb.r.112579.9
+8	mango	mango	NOUN	O	0		n.food	ewtb.r.112579.9
+9	and	and	CONJ	O	0			ewtb.r.112579.9
+10	cheese	cheese	NOUN	O	0		n.food	ewtb.r.112579.9
+11	pastries	pastry	NOUN	O	0		n.food	ewtb.r.112579.9
+12	and	and	CONJ	O	0			ewtb.r.112579.9
+13	the	the	DET	O	0			ewtb.r.112579.9
+14	omelets	omelet	NOUN	O	0		n.food	ewtb.r.112579.9
+15	are	be	VERB	B	0		v.stative	ewtb.r.112579.9
+16	to	to	PART	I	15			ewtb.r.112579.9
+17	die	die	VERB	I	16			ewtb.r.112579.9
+18	for	for	ADP	I	17			ewtb.r.112579.9
+19	.	.	PUNCT	O	0			ewtb.r.112579.9
+
+1	Stop	stop	VERB	B	0		v.social	ewtb.r.112579.10
+2	in	in	ADV	I	1			ewtb.r.112579.10
+3	and	and	CONJ	O	0			ewtb.r.112579.10
+4	have	have	VERB	B	0		v.consumption	ewtb.r.112579.10
+5	a	a	DET	I	4			ewtb.r.112579.10
+6	bite	bite	NOUN	I	5			ewtb.r.112579.10
+7	you	you	PRON	O	0			ewtb.r.112579.10
+8	wo	wo	AUX	O	0			ewtb.r.112579.10
+9	n't	n't	PART	O	0			ewtb.r.112579.10
+10	regret	regret	VERB	O	0		v.emotion	ewtb.r.112579.10
+11	it	it	PRON	O	0			ewtb.r.112579.10
+12	.	.	PUNCT	O	0			ewtb.r.112579.10
+
+1	A	a	DET	B	0			ewtb.r.112579.11
+2	slice	slice	NOUN	I	1			ewtb.r.112579.11
+3	of	of	ADP	I	2			ewtb.r.112579.11
+4	heaven	heaven	NOUN	I	3			ewtb.r.112579.11
+5	in	in	ADP	O	0			ewtb.r.112579.11
+6	winter	winter	PROPN	B	0		n.location	ewtb.r.112579.11
+7	park	park	PROPN	I	6			ewtb.r.112579.11
+8	off	off	ADP	O	0			ewtb.r.112579.11
+9	forsyth	forsyth	PROPN	O	0		n.location	ewtb.r.112579.11
+10	!	!	PUNCT	O	0			ewtb.r.112579.11
+
+1	I	i	PRON	O	0			ewtb.r.118679.1
+2	really	really	ADV	O	0			ewtb.r.118679.1
+3	want	want	VERB	O	0		v.cognition	ewtb.r.118679.1
+4	to	to	PART	O	0			ewtb.r.118679.1
+5	like	like	VERB	O	0		v.emotion	ewtb.r.118679.1
+6	this	this	DET	O	0			ewtb.r.118679.1
+7	place	place	NOUN	O	0		n.group	ewtb.r.118679.1
+8	since	since	SCONJ	O	0			ewtb.r.118679.1
+9	I	i	PRON	O	0			ewtb.r.118679.1
+10	work	work	VERB	O	0		v.social	ewtb.r.118679.1
+11	right	right	ADV	O	0			ewtb.r.118679.1
+12	around	around	ADP	O	0			ewtb.r.118679.1
+13	the	the	DET	O	0			ewtb.r.118679.1
+14	corner	corner	NOUN	O	0		n.location	ewtb.r.118679.1
+15	.	.	PUNCT	O	0			ewtb.r.118679.1
+
+1	Unfortunately	unfortunately	ADV	O	0			ewtb.r.118679.2
+2	,	,	PUNCT	O	0			ewtb.r.118679.2
+3	I	i	PRON	O	0			ewtb.r.118679.2
+4	've	've	AUX	O	0			ewtb.r.118679.2
+5	given	give	VERB	O	0		v.social	ewtb.r.118679.2
+6	it	it	PRON	O	0			ewtb.r.118679.2
+7	a	a	DET	B	0			ewtb.r.118679.2
+8	couple	couple	NOUN	I	7			ewtb.r.118679.2
+9	of	of	ADP	O	0			ewtb.r.118679.2
+10	tries	try	NOUN	O	0		n.event	ewtb.r.118679.2
+11	at	at	ADP	O	0			ewtb.r.118679.2
+12	different	different	ADJ	O	0			ewtb.r.118679.2
+13	times	times	NOUN	O	0		n.event	ewtb.r.118679.2
+14	and	and	CONJ	O	0			ewtb.r.118679.2
+15	decided	decide	VERB	O	0		v.cognition	ewtb.r.118679.2
+16	to	to	PART	O	0			ewtb.r.118679.2
+17	stop	stop	VERB	O	0		v.change	ewtb.r.118679.2
+18	going	go	VERB	O	0		v.social	ewtb.r.118679.2
+19	.	.	PUNCT	O	0			ewtb.r.118679.2
+
+1	The	the	DET	O	0			ewtb.r.118679.3
+2	employees	employee	NOUN	O	0		n.person	ewtb.r.118679.3
+3	do	do	AUX	O	0			ewtb.r.118679.3
+4	n't	n't	PART	O	0			ewtb.r.118679.3
+5	really	really	ADV	O	0			ewtb.r.118679.3
+6	seem	seem	VERB	O	0		v.perception	ewtb.r.118679.3
+7	to	to	PART	O	0			ewtb.r.118679.3
+8	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.118679.3
+9	what	what	PRON	O	0			ewtb.r.118679.3
+10	they	they	PRON	O	0			ewtb.r.118679.3
+11	are	be	AUX	O	0			ewtb.r.118679.3
+12	doing	do	VERB	O	0		v.social	ewtb.r.118679.3
+13	and	and	CONJ	O	0			ewtb.r.118679.3
+14	it	it	PRON	O	0			ewtb.r.118679.3
+15	shows	show	VERB	O	0		v.perception	ewtb.r.118679.3
+16	.	.	PUNCT	O	0			ewtb.r.118679.3
+
+1	This	this	DET	O	0			ewtb.r.118770.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.118770.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.118770.1
+4	clean	clean	ADJ	O	0			ewtb.r.118770.1
+5	and	and	CONJ	O	0			ewtb.r.118770.1
+6	well	well	ADV	O	0			ewtb.r.118770.1
+7	run	run	VERB	O	0		v.social	ewtb.r.118770.1
+8	with	with	ADP	O	0			ewtb.r.118770.1
+9	great	great	ADJ	O	0			ewtb.r.118770.1
+10	people	person	NOUN	O	0		n.person	ewtb.r.118770.1
+11	.	.	PUNCT	O	0			ewtb.r.118770.1
+
+1	The	the	DET	O	0			ewtb.r.118770.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.118770.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.118770.2
+4	fresh	fresh	ADJ	O	0			ewtb.r.118770.2
+5	and	and	CONJ	O	0			ewtb.r.118770.2
+6	taste	taste	VERB	O	0		v.perception	ewtb.r.118770.2
+7	great	great	ADJ	O	0			ewtb.r.118770.2
+8	.	.	PUNCT	O	0			ewtb.r.118770.2
+
+1	Great	great	ADJ	O	0			ewtb.r.118770.3
+2	value	value	NOUN	O	0		n.cognition	ewtb.r.118770.3
+3	and	and	CONJ	O	0			ewtb.r.118770.3
+4	service	service	NOUN	O	0		n.act	ewtb.r.118770.3
+5	.	.	PUNCT	O	0			ewtb.r.118770.3
+
+1	We	we	PRON	O	0			ewtb.r.118770.4
+2	will	will	AUX	O	0			ewtb.r.118770.4
+3	be	be	VERB	O	0		v.stative	ewtb.r.118770.4
+4	back	back	ADV	O	0			ewtb.r.118770.4
+5	again	again	ADV	O	0			ewtb.r.118770.4
+6	and	and	CONJ	O	0			ewtb.r.118770.4
+7	again	again	ADV	O	0			ewtb.r.118770.4
+8	!!	!!	PUNCT	O	0			ewtb.r.118770.4
+
+1	Perfect	perfect	ADJ	O	0			ewtb.r.122270.1
+2	Practice	practice	NOUN	O	0		n.act	ewtb.r.122270.1
+
+1	After	after	SCONJ	O	0			ewtb.r.122270.2
+2	I	i	PRON	O	0			ewtb.r.122270.2
+3	had	have	AUX	O	0			ewtb.r.122270.2
+4	chosen	choose	VERB	O	0		v.cognition	ewtb.r.122270.2
+5	The	the	DET	O	0			ewtb.r.122270.2
+6	Fountain	fountain	PROPN	B	0		n.group	ewtb.r.122270.2
+7	Dental	dental	PROPN	I	6			ewtb.r.122270.2
+8	Practice	practice	PROPN	I	7			ewtb.r.122270.2
+9	they	they	PRON	O	0			ewtb.r.122270.2
+10	provided	provide	VERB	B	0		v.social	ewtb.r.122270.2
+11	a	a	DET	o	0			ewtb.r.122270.2
+12	slick	slick	ADJ	o	0			ewtb.r.122270.2
+13	and	and	CONJ	o	0			ewtb.r.122270.2
+14	professional	professional	ADJ	o	0			ewtb.r.122270.2
+15	service	service	NOUN	I	10			ewtb.r.122270.2
+16	from	from	ADP	O	0			ewtb.r.122270.2
+17	start	start	NOUN	O	0		n.event	ewtb.r.122270.2
+18	to	to	ADP	O	0			ewtb.r.122270.2
+19	finish	finish	NOUN	O	0		n.event	ewtb.r.122270.2
+20	.	.	PUNCT	O	0			ewtb.r.122270.2
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.122270.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.122270.3
+3	friendly	friendly	ADJ	O	0			ewtb.r.122270.3
+4	from	from	ADP	O	0			ewtb.r.122270.3
+5	the	the	DET	O	0			ewtb.r.122270.3
+6	receptionist	receptionist	NOUN	O	0		n.person	ewtb.r.122270.3
+7	to	to	ADP	O	0			ewtb.r.122270.3
+8	the	the	DET	O	0			ewtb.r.122270.3
+9	surgeon	surgeon	NOUN	O	0		n.person	ewtb.r.122270.3
+10	herself	herself	PRON	O	0			ewtb.r.122270.3
+11	,	,	PUNCT	O	0			ewtb.r.122270.3
+12	putting	put	VERB	B	0		v.social	ewtb.r.122270.3
+13	me	me	PRON	o	0			ewtb.r.122270.3
+14	at	at	ADP	I	12			ewtb.r.122270.3
+15	my	my	PRON	o	0			ewtb.r.122270.3
+16	ease	ease	NOUN	I	14			ewtb.r.122270.3
+17	and	and	CONJ	O	0			ewtb.r.122270.3
+18	explaining	explain	VERB	O	0		v.communication	ewtb.r.122270.3
+19	the	the	DET	O	0			ewtb.r.122270.3
+20	whole	whole	ADJ	O	0			ewtb.r.122270.3
+21	process	process	NOUN	O	0		n.process	ewtb.r.122270.3
+22	,	,	PUNCT	O	0			ewtb.r.122270.3
+23	both	both	CONJ	O	0			ewtb.r.122270.3
+24	initially	initially	ADV	O	0			ewtb.r.122270.3
+25	and	and	CONJ	O	0			ewtb.r.122270.3
+26	then	then	ADV	O	0			ewtb.r.122270.3
+27	as	as	SCONJ	O	0			ewtb.r.122270.3
+28	we	we	PRON	O	0			ewtb.r.122270.3
+29	went	go	VERB	B	0		v.stative	ewtb.r.122270.3
+30	along	along	ADV	I	29			ewtb.r.122270.3
+31	.	.	PUNCT	O	0			ewtb.r.122270.3
+
+1	Surgery	surgery	NOUN	O	0		n.act	ewtb.r.122270.4
+2	visit	visit	NOUN	O	0		n.event	ewtb.r.122270.4
+3	timings	timing	NOUN	O	0		n.cognition	ewtb.r.122270.4
+4	were	be	AUX	O	0			ewtb.r.122270.4
+5	always	always	ADV	O	0			ewtb.r.122270.4
+6	made	make	VERB	O	0		v.cognition	ewtb.r.122270.4
+7	to	to	PART	O	0			ewtb.r.122270.4
+8	suit	suit	VERB	O	0		v.social	ewtb.r.122270.4
+9	me	me	PRON	O	0			ewtb.r.122270.4
+10	and	and	CONJ	O	0			ewtb.r.122270.4
+11	not	not	PART	O	0			ewtb.r.122270.4
+12	them	them	PRON	O	0			ewtb.r.122270.4
+13	and	and	CONJ	O	0			ewtb.r.122270.4
+14	they	they	PRON	O	0			ewtb.r.122270.4
+15	gave	give	VERB	B	0		v.emotion	ewtb.r.122270.4
+16	me	me	PRON	o	0			ewtb.r.122270.4
+17	the	the	DET	o	0			ewtb.r.122270.4
+18	feeling	feeling	NOUN	I	15			ewtb.r.122270.4
+19	that	that	SCONJ	O	0			ewtb.r.122270.4
+20	I	i	PRON	O	0			ewtb.r.122270.4
+21	mattered	matter	VERB	O	0		v.social	ewtb.r.122270.4
+22	and	and	CONJ	O	0			ewtb.r.122270.4
+23	was	be	VERB	O	0		v.stative	ewtb.r.122270.4
+24	important	important	ADJ	O	0			ewtb.r.122270.4
+25	to	to	ADP	O	0			ewtb.r.122270.4
+26	them	them	PRON	O	0			ewtb.r.122270.4
+27	.	.	PUNCT	O	0			ewtb.r.122270.4
+
+1	The	the	DET	O	0			ewtb.r.122270.5
+2	surgery	surgery	NOUN	O	0		n.act	ewtb.r.122270.5
+3	itself	itself	PRON	O	0			ewtb.r.122270.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.122270.5
+5	slick	slick	ADJ	O	0			ewtb.r.122270.5
+6	,	,	PUNCT	O	0			ewtb.r.122270.5
+7	modern	modern	ADJ	O	0			ewtb.r.122270.5
+8	and	and	CONJ	O	0			ewtb.r.122270.5
+9	very	very	ADV	O	0			ewtb.r.122270.5
+10	relaxed	relaxed	ADJ	O	0			ewtb.r.122270.5
+11	and	and	CONJ	O	0			ewtb.r.122270.5
+12	I	i	PRON	O	0			ewtb.r.122270.5
+13	always	always	ADV	O	0			ewtb.r.122270.5
+14	felt	felt	VERB	O	0		v.cognition	ewtb.r.122270.5
+15	that	that	SCONJ	O	0			ewtb.r.122270.5
+16	I	i	PRON	O	0			ewtb.r.122270.5
+17	was	be	VERB	B	0		v.social	ewtb.r.122270.5
+18	in	in	ADP	I	17			ewtb.r.122270.5
+19	capable	capable	ADJ	o	0			ewtb.r.122270.5
+20	hands	hands	NOUN	I	18			ewtb.r.122270.5
+21	.	.	PUNCT	O	0			ewtb.r.122270.5
+
+1	My	my	PRON	O	0			ewtb.r.122270.6
+2	dental	dental	ADJ	O	0			ewtb.r.122270.6
+3	surgeon	surgeon	NOUN	O	0		n.person	ewtb.r.122270.6
+4	,	,	PUNCT	O	0			ewtb.r.122270.6
+5	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.122270.6
+6	Lucy	lucy	PROPN	I	5			ewtb.r.122270.6
+7	Nichols	nichols	PROPN	I	6			ewtb.r.122270.6
+8	is	be	VERB	O	0		v.stative	ewtb.r.122270.6
+9	clearly	clearly	ADV	O	0			ewtb.r.122270.6
+10	a	a	DET	O	0			ewtb.r.122270.6
+11	dental	dental	ADJ	O	0			ewtb.r.122270.6
+12	perfectionist	perfectionist	NOUN	O	0		n.cognition	ewtb.r.122270.6
+13	and	and	CONJ	O	0			ewtb.r.122270.6
+14	clearly	clearly	ADV	O	0			ewtb.r.122270.6
+15	proud	proud	ADJ	O	0			ewtb.r.122270.6
+16	both	both	CONJ	O	0			ewtb.r.122270.6
+17	of	of	ADP	O	0			ewtb.r.122270.6
+18	the	the	DET	O	0			ewtb.r.122270.6
+19	work	work	NOUN	B	0		v.social	ewtb.r.122270.6
+20	she	she	PRON	o	0			ewtb.r.122270.6
+21	does	do	VERB	I	19			ewtb.r.122270.6
+22	and	and	CONJ	O	0			ewtb.r.122270.6
+23	the	the	DET	O	0			ewtb.r.122270.6
+24	reputation	reputation	NOUN	O	0		n.cognition	ewtb.r.122270.6
+25	she	she	PRON	O	0			ewtb.r.122270.6
+26	has	have	AUX	O	0			ewtb.r.122270.6
+27	established	establish	VERB	O	0		v.social	ewtb.r.122270.6
+28	.	.	PUNCT	O	0			ewtb.r.122270.6
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.122270.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.122270.7
+3	so	so	ADV	O	0			ewtb.r.122270.7
+4	helpful	helpful	ADJ	O	0			ewtb.r.122270.7
+5	that	that	SCONJ	O	0			ewtb.r.122270.7
+6	I	i	PRON	O	0			ewtb.r.122270.7
+7	can	can	AUX	B	0			ewtb.r.122270.7
+8	not	not	PART	I	7			ewtb.r.122270.7
+9	wait	wait	VERB	O	0		v.social	ewtb.r.122270.7
+10	to	to	PART	O	0			ewtb.r.122270.7
+11	go	go	VERB	O	0		v.social	ewtb.r.122270.7
+12	back	back	ADV	O	0			ewtb.r.122270.7
+13	.....	.....	PUNCT	O	0			ewtb.r.122270.7
+
+1	Peter	peter	PROPN	O	0		n.person	ewtb.r.122270.8
+
+1	Only	only	ADV	O	0			ewtb.r.126171.1
+2	Concerned	concerned	ADJ	B	0			ewtb.r.126171.1
+3	With	with	ADP	I	2			ewtb.r.126171.1
+4	Money	money	NOUN	O	0		n.possession	ewtb.r.126171.1
+
+1	I	i	PRON	O	0			ewtb.r.126171.2
+2	have	have	AUX	O	0			ewtb.r.126171.2
+3	been	be	AUX	O	0			ewtb.r.126171.2
+4	getting	get	VERB	B	0		v.body	ewtb.r.126171.2
+5	my	my	PRON	o	0			ewtb.r.126171.2
+6	treatments	treatment	NOUN	I	4			ewtb.r.126171.2
+7	for	for	ADP	O	0			ewtb.r.126171.2
+8	a	a	DET	B	0			ewtb.r.126171.2
+9	few	few	ADJ	I	8			ewtb.r.126171.2
+10	months	month	NOUN	O	0		n.time	ewtb.r.126171.2
+11	now	now	ADV	O	0			ewtb.r.126171.2
+12	and	and	CONJ	O	0			ewtb.r.126171.2
+13	have	have	AUX	O	0			ewtb.r.126171.2
+14	seen	see	VERB	O	0		v.perception	ewtb.r.126171.2
+15	some	some	DET	O	0			ewtb.r.126171.2
+16	results	result	NOUN	O	0		n.phenomenon	ewtb.r.126171.2
+17	but	but	CONJ	O	0			ewtb.r.126171.2
+18	not	not	PART	O	0			ewtb.r.126171.2
+19	up	up	ADP	B	0			ewtb.r.126171.2
+20	to	to	ADP	I	19			ewtb.r.126171.2
+21	the	the	DET	o	0			ewtb.r.126171.2
+22	standards	standard	NOUN	I	20			ewtb.r.126171.2
+23	that	that	DET	O	0			ewtb.r.126171.2
+24	I	i	PRON	O	0			ewtb.r.126171.2
+25	was	be	AUX	O	0			ewtb.r.126171.2
+26	told	tell	VERB	O	0		v.communication	ewtb.r.126171.2
+27	I	i	PRON	O	0			ewtb.r.126171.2
+28	should	should	AUX	O	0			ewtb.r.126171.2
+29	expect	expect	VERB	O	0		v.cognition	ewtb.r.126171.2
+30	.	.	PUNCT	O	0			ewtb.r.126171.2
+
+1	The	the	DET	O	0			ewtb.r.126171.3
+2	people	person	NOUN	O	0		n.person	ewtb.r.126171.3
+3	there	there	ADV	O	0			ewtb.r.126171.3
+4	attempt	attempt	VERB	O	0		v.social	ewtb.r.126171.3
+5	to	to	PART	O	0			ewtb.r.126171.3
+6	come	come	VERB	B	0		v.social	ewtb.r.126171.3
+7	across	across	ADV	I	6			ewtb.r.126171.3
+8	and	and	ADP	O	0			ewtb.r.126171.3
+9	professional	professional	ADJ	O	0			ewtb.r.126171.3
+10	and	and	CONJ	O	0			ewtb.r.126171.3
+11	nice	nice	ADJ	O	0			ewtb.r.126171.3
+12	,	,	PUNCT	O	0			ewtb.r.126171.3
+13	but	but	CONJ	O	0			ewtb.r.126171.3
+14	I	i	PRON	O	0			ewtb.r.126171.3
+15	was	be	VERB	O	0		v.stative	ewtb.r.126171.3
+16	disappointed	disappointed	ADJ	B	0			ewtb.r.126171.3
+17	with	with	ADP	I	16			ewtb.r.126171.3
+18	their	their	PRON	O	0			ewtb.r.126171.3
+19	customer	customer	NOUN	B	0		n.act	ewtb.r.126171.3
+20	service	service	NOUN	I	19			ewtb.r.126171.3
+21	.	.	PUNCT	O	0			ewtb.r.126171.3
+
+1	Never	never	ADV	O	0			ewtb.r.126171.4
+2	miss	miss	VERB	O	0		v.social	ewtb.r.126171.4
+3	an	an	DET	O	0			ewtb.r.126171.4
+4	appointment	appointment	NOUN	O	0		n.event	ewtb.r.126171.4
+5	because	because	SCONJ	O	0			ewtb.r.126171.4
+6	they	they	PRON	O	0			ewtb.r.126171.4
+7	will	will	AUX	O	0			ewtb.r.126171.4
+8	charge	charge	VERB	O	0		v.possession	ewtb.r.126171.4
+9	you	you	PRON	O	0			ewtb.r.126171.4
+10	the	the	DET	O	0			ewtb.r.126171.4
+11	price	price	NOUN	O	0		n.possession	ewtb.r.126171.4
+12	of	of	ADP	O	0			ewtb.r.126171.4
+13	a	a	DET	O	0			ewtb.r.126171.4
+14	treatment	treatment	NOUN	O	0		n.cognition	ewtb.r.126171.4
+15	,	,	PUNCT	O	0			ewtb.r.126171.4
+16	even	even	ADV	O	0			ewtb.r.126171.4
+17	if	if	SCONJ	O	0			ewtb.r.126171.4
+18	you	you	PRON	O	0			ewtb.r.126171.4
+19	had	have	VERB	O	0		v.stative	ewtb.r.126171.4
+20	an	an	DET	O	0			ewtb.r.126171.4
+21	emergency	emergency	NOUN	O	0		n.event	ewtb.r.126171.4
+22	.	.	PUNCT	O	0			ewtb.r.126171.4
+
+1	It	it	PRON	O	0			ewtb.r.126171.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.126171.5
+3	pretty	pretty	ADV	O	0			ewtb.r.126171.5
+4	ridiculous	ridiculous	ADJ	O	0			ewtb.r.126171.5
+5	!	!	PUNCT	O	0			ewtb.r.126171.5
+
+1	They	they	PRON	O	0			ewtb.r.126171.6
+2	want	want	VERB	O	0		v.cognition	ewtb.r.126171.6
+3	to	to	PART	O	0			ewtb.r.126171.6
+4	squeeze	squeeze	VERB	O	0		v.possession	ewtb.r.126171.6
+5	as	as	ADV	O	0			ewtb.r.126171.6
+6	much	much	ADV	O	0			ewtb.r.126171.6
+7	as	as	SCONJ	O	0			ewtb.r.126171.6
+8	they	they	PRON	O	0			ewtb.r.126171.6
+9	can	can	AUX	O	0			ewtb.r.126171.6
+10	from	from	ADP	O	0			ewtb.r.126171.6
+11	you	you	PRON	O	0			ewtb.r.126171.6
+12	even	even	ADV	O	0			ewtb.r.126171.6
+13	if	if	SCONJ	O	0			ewtb.r.126171.6
+14	you	you	PRON	O	0			ewtb.r.126171.6
+15	just	just	ADV	O	0			ewtb.r.126171.6
+16	got	get	VERB	B	0		v.stative	ewtb.r.126171.6
+17	in	in	ADP	I	16			ewtb.r.126171.6
+18	a	a	DET	o	0			ewtb.r.126171.6
+19	car	car	NOUN	I	17			ewtb.r.126171.6
+20	accident	accident	NOUN	I	19			ewtb.r.126171.6
+21	!!!!	!!!!	PUNCT	O	0			ewtb.r.126171.6
+
+1	They	they	PRON	O	0			ewtb.r.126171.7
+2	do	do	AUX	O	0			ewtb.r.126171.7
+3	n't	n't	PART	O	0			ewtb.r.126171.7
+4	care	care	VERB	O	0			ewtb.r.126171.7
+5	one	one	NUM	B	0			ewtb.r.126171.7
+6	bit	bit	NOUN	I	5			ewtb.r.126171.7
+7	about	about	ADP	O	0			ewtb.r.126171.7
+8	you	you	PRON	O	0			ewtb.r.126171.7
+9	!!!!!	!!!!!	PUNCT	O	0			ewtb.r.126171.7
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.148971.1
+2	Strzalka	strzalka	PROPN	I	1			ewtb.r.148971.1
+3	at	at	ADP	O	0			ewtb.r.148971.1
+4	Flagship	flagship	PROPN	B	0		n.group	ewtb.r.148971.1
+5	CVTS	cvts	PROPN	I	4			ewtb.r.148971.1
+6	is	be	VERB	O	0		v.stative	ewtb.r.148971.1
+7	not	not	PART	O	0			ewtb.r.148971.1
+8	a	a	DET	O	0			ewtb.r.148971.1
+9	good	good	ADJ	O	0			ewtb.r.148971.1
+10	doctor	doctor	NOUN	O	0		n.person	ewtb.r.148971.1
+
+1	I	i	PRON	O	0			ewtb.r.148971.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.148971.2
+3	not	not	PART	O	0			ewtb.r.148971.2
+4	sure	sure	ADJ	O	0			ewtb.r.148971.2
+5	about	about	ADP	O	0			ewtb.r.148971.2
+6	the	the	DET	O	0			ewtb.r.148971.2
+7	quality	quality	NOUN	O	0		n.cognition	ewtb.r.148971.2
+8	of	of	ADP	O	0			ewtb.r.148971.2
+9	the	the	DET	O	0			ewtb.r.148971.2
+10	other	other	ADJ	O	0			ewtb.r.148971.2
+11	doctors	doctor	NOUN	O	0		n.person	ewtb.r.148971.2
+12	there	there	ADV	O	0			ewtb.r.148971.2
+13	,	,	PUNCT	O	0			ewtb.r.148971.2
+14	but	but	CONJ	O	0			ewtb.r.148971.2
+15	i	i	PRON	O	0			ewtb.r.148971.2
+16	do	do	AUX	O	0			ewtb.r.148971.2
+17	know	know	VERB	O	0		v.cognition	ewtb.r.148971.2
+18	from	from	ADP	O	0			ewtb.r.148971.2
+19	personal	personal	ADJ	O	0			ewtb.r.148971.2
+20	experience	experience	NOUN	O	0		n.event	ewtb.r.148971.2
+21	that	that	SCONJ	O	0			ewtb.r.148971.2
+22	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.148971.2
+23	Christopher	christopher	PROPN	I	22			ewtb.r.148971.2
+24	T.	t.	PROPN	I	23			ewtb.r.148971.2
+25	Strzalka	strzalka	PROPN	I	24			ewtb.r.148971.2
+26	is	be	VERB	O	0		v.stative	ewtb.r.148971.2
+27	not	not	PART	O	0			ewtb.r.148971.2
+28	a	a	DET	O	0			ewtb.r.148971.2
+29	man	man	NOUN	B	0		n.person	ewtb.r.148971.2
+30	of	of	ADP	I	29			ewtb.r.148971.2
+31	his	his	PRON	o	0			ewtb.r.148971.2
+32	word	word	NOUN	I	30			ewtb.r.148971.2
+33	,	,	PUNCT	O	0			ewtb.r.148971.2
+34	and	and	CONJ	O	0			ewtb.r.148971.2
+35	is	be	VERB	O	0		v.stative	ewtb.r.148971.2
+36	also	also	ADV	O	0			ewtb.r.148971.2
+37	very	very	ADV	O	0			ewtb.r.148971.2
+38	CRUEL	cruel	ADJ	O	0			ewtb.r.148971.2
+39	AND	and	CONJ	O	0			ewtb.r.148971.2
+40	UNCARING	uncaring	ADJ	O	0			ewtb.r.148971.2
+41	!!	!!	PUNCT	O	0			ewtb.r.148971.2
+
+1	He	he	PRON	O	0			ewtb.r.148971.3
+2	was	be	AUX	O	0			ewtb.r.148971.3
+3	going	go	VERB	B	0			ewtb.r.148971.3
+4	to	to	PART	I	3			ewtb.r.148971.3
+5	operate	operate	VERB	O	0		v.social	ewtb.r.148971.3
+6	and	and	CONJ	O	0			ewtb.r.148971.3
+7	replace	replace	VERB	O	0		v.change	ewtb.r.148971.3
+8	my	my	PRON	O	0			ewtb.r.148971.3
+9	bicuspid	bicuspid	ADJ	O	0			ewtb.r.148971.3
+10	aortic	aortic	ADJ	O	0			ewtb.r.148971.3
+11	valve	valve	NOUN	O	0		n.body	ewtb.r.148971.3
+12	due	due	ADP	B	0			ewtb.r.148971.3
+13	to	to	ADP	I	12			ewtb.r.148971.3
+14	critical	critical	ADJ	O	0			ewtb.r.148971.3
+15	aortic	aortic	ADJ	B	0		n.state	ewtb.r.148971.3
+16	stenosis	stenosis	NOUN	I	15			ewtb.r.148971.3
+17	.	.	PUNCT	O	0			ewtb.r.148971.3
+
+1	I	i	PRON	O	0			ewtb.r.148971.4
+2	had	have	VERB	O	0		v.stative	ewtb.r.148971.4
+3	a	a	DET	O	0			ewtb.r.148971.4
+4	surgery	surgery	NOUN	O	0		n.event	ewtb.r.148971.4
+5	date	date	NOUN	O	0		n.time	ewtb.r.148971.4
+6	of	of	ADP	O	0			ewtb.r.148971.4
+7	July	july	PROPN	O	0		n.time	ewtb.r.148971.4
+8	17	17	NUM	O	0			ewtb.r.148971.4
+9	,	,	PUNCT	O	0			ewtb.r.148971.4
+10	2008	2008	NUM	O	0			ewtb.r.148971.4
+11	.	.	PUNCT	O	0			ewtb.r.148971.4
+
+1	Then	then	ADV	O	0			ewtb.r.148971.5
+2	he	he	PRON	O	0			ewtb.r.148971.5
+3	renigged	renigged	VERB	O	0		v.social	ewtb.r.148971.5
+4	when	when	ADV	O	0			ewtb.r.148971.5
+5	he	he	PRON	O	0			ewtb.r.148971.5
+6	read	read	VERB	O	0		v.communication	ewtb.r.148971.5
+7	my	my	PRON	O	0			ewtb.r.148971.5
+8	Health	health	PROPN	B	0		n.group	ewtb.r.148971.5
+9	Care	care	PROPN	I	8			ewtb.r.148971.5
+10	Proxy	proxy	PROPN	I	9			ewtb.r.148971.5
+11	,	,	PUNCT	O	0			ewtb.r.148971.5
+12	even	even	ADV	B	0			ewtb.r.148971.5
+13	though	though	SCONJ	I	12			ewtb.r.148971.5
+14	i	i	PRON	O	0			ewtb.r.148971.5
+15	agreed	agree	VERB	O	0		v.communication	ewtb.r.148971.5
+16	to	to	PART	O	0			ewtb.r.148971.5
+17	be	be	VERB	O	0		v.stative	ewtb.r.148971.5
+18	on	on	ADP	O	0			ewtb.r.148971.5
+19	the	the	DET	O	0			ewtb.r.148971.5
+20	ventilator	ventilator	NOUN	O	0		n.artifact	ewtb.r.148971.5
+21	for	for	ADP	O	0			ewtb.r.148971.5
+22	2	2	NUM	O	0			ewtb.r.148971.5
+23	months	month	NOUN	O	0		n.time	ewtb.r.148971.5
+24	following	follow	VERB	O	0		v.stative	ewtb.r.148971.5
+25	surgery	surgery	NOUN	O	0		n.event	ewtb.r.148971.5
+26	(	(	PUNCT	O	0			ewtb.r.148971.5
+27	as	as	SCONJ	O	0			ewtb.r.148971.5
+28	he	he	PRON	O	0			ewtb.r.148971.5
+29	had	have	AUX	O	0			ewtb.r.148971.5
+30	twice	twice	ADV	O	0			ewtb.r.148971.5
+31	stated	state	VERB	O	0		v.communication	ewtb.r.148971.5
+32	i	i	PRON	O	0			ewtb.r.148971.5
+33	must	must	AUX	O	0			ewtb.r.148971.5
+34	agree	agree	VERB	O	0		v.communication	ewtb.r.148971.5
+35	to	to	ADP	O	0			ewtb.r.148971.5
+36	)	)	PUNCT	O	0			ewtb.r.148971.5
+37	.	.	PUNCT	O	0			ewtb.r.148971.5
+
+1	He	he	PRON	O	0			ewtb.r.148971.6
+2	later	later	ADV	O	0			ewtb.r.148971.6
+3	said	say	VERB	O	0		v.communication	ewtb.r.148971.6
+4	that	that	SCONJ	O	0			ewtb.r.148971.6
+5	by	by	ADP	O	0			ewtb.r.148971.6
+6	2	2	NUM	O	0			ewtb.r.148971.6
+7	months	month	NOUN	O	0		n.time	ewtb.r.148971.6
+8	he	he	PRON	O	0			ewtb.r.148971.6
+9	"	"	PUNCT	O	0			ewtb.r.148971.6
+10	meant	mean	VERB	O	0		v.cognition	ewtb.r.148971.6
+11	at	at	ADV	B	0			ewtb.r.148971.6
+12	least	least	ADV	I	11			ewtb.r.148971.6
+13	two	two	NUM	O	0			ewtb.r.148971.6
+14	months	month	NOUN	O	0		n.time	ewtb.r.148971.6
+15	"	"	PUNCT	O	0			ewtb.r.148971.6
+16	.	.	PUNCT	O	0			ewtb.r.148971.6
+
+1	Two	two	NUM	O	0			ewtb.r.148971.7
+2	months	month	NOUN	O	0		n.time	ewtb.r.148971.7
+3	and	and	CONJ	O	0			ewtb.r.148971.7
+4	at	at	ADV	B	0			ewtb.r.148971.7
+5	least	least	ADV	I	4			ewtb.r.148971.7
+6	two	two	NUM	O	0			ewtb.r.148971.7
+7	months	month	NOUN	O	0		n.time	ewtb.r.148971.7
+8	are	be	VERB	O	0		v.stative	ewtb.r.148971.7
+9	totally	totally	ADV	O	0			ewtb.r.148971.7
+10	different	different	ADJ	O	0			ewtb.r.148971.7
+11	things	things	NOUN	O	0			ewtb.r.148971.7
+12	.	.	PUNCT	O	0			ewtb.r.148971.7
+
+1	He	he	PRON	O	0			ewtb.r.148971.8
+2	did	do	AUX	O	0			ewtb.r.148971.8
+3	not	not	PART	O	0			ewtb.r.148971.8
+4	even	even	ADV	O	0			ewtb.r.148971.8
+5	give	give	VERB	B	0		v.social	ewtb.r.148971.8
+6	me	me	PRON	o	0			ewtb.r.148971.8
+7	the	the	DET	o	0			ewtb.r.148971.8
+8	chance	chance	NOUN	I	5			ewtb.r.148971.8
+9	to	to	PART	O	0			ewtb.r.148971.8
+10	say	say	VERB	O	0		v.communication	ewtb.r.148971.8
+11	i	i	PRON	O	0			ewtb.r.148971.8
+12	would	would	AUX	O	0			ewtb.r.148971.8
+13	stay	stay	VERB	O	0		v.stative	ewtb.r.148971.8
+14	on	on	ADP	O	0			ewtb.r.148971.8
+15	the	the	DET	O	0			ewtb.r.148971.8
+16	ventilator	ventilator	NOUN	O	0		n.artifact	ewtb.r.148971.8
+17	longer	longer	ADV	O	0			ewtb.r.148971.8
+18	,	,	PUNCT	O	0			ewtb.r.148971.8
+19	which	which	DET	O	0			ewtb.r.148971.8
+20	i	i	PRON	O	0			ewtb.r.148971.8
+21	would	would	AUX	O	0			ewtb.r.148971.8
+22	have	have	AUX	O	0			ewtb.r.148971.8
+23	.	.	PUNCT	O	0			ewtb.r.148971.8
+
+1	A	a	DET	O	0			ewtb.r.148971.9
+2	Health	health	PROPN	B	0		n.communication	ewtb.r.148971.9
+3	Care	care	PROPN	I	2			ewtb.r.148971.9
+4	Proxy	proxy	PROPN	I	3			ewtb.r.148971.9
+5	is	be	AUX	O	0			ewtb.r.148971.9
+6	not	not	PART	O	0			ewtb.r.148971.9
+7	written	write	VERB	B	0		v.cognition	ewtb.r.148971.9
+8	in	in	ADP	I	7			ewtb.r.148971.9
+9	stone	stone	NOUN	I	8			ewtb.r.148971.9
+10	and	and	CONJ	O	0			ewtb.r.148971.9
+11	can	can	AUX	O	0			ewtb.r.148971.9
+12	be	be	AUX	O	0			ewtb.r.148971.9
+13	changed	change	VERB	O	0		v.change	ewtb.r.148971.9
+14	.	.	PUNCT	O	0			ewtb.r.148971.9
+
+1	He	he	PRON	O	0			ewtb.r.148971.10
+2	also	also	ADV	O	0			ewtb.r.148971.10
+3	never	never	ADV	O	0			ewtb.r.148971.10
+4	even	even	ADV	O	0			ewtb.r.148971.10
+5	said	say	VERB	O	0		v.communication	ewtb.r.148971.10
+6	he	he	PRON	O	0			ewtb.r.148971.10
+7	was	be	VERB	O	0		v.stative	ewtb.r.148971.10
+8	sorry	sorry	ADJ	O	0			ewtb.r.148971.10
+9	.	.	PUNCT	O	0			ewtb.r.148971.10
+
+1	Just	just	ADV	O	0			ewtb.r.148971.11
+2	said	say	VERB	O	0		v.communication	ewtb.r.148971.11
+3	i	i	PRON	O	0			ewtb.r.148971.11
+4	was	be	VERB	O	0		v.stative	ewtb.r.148971.11
+5	inoperable	inoperable	ADJ	O	0			ewtb.r.148971.11
+6	and	and	CONJ	O	0			ewtb.r.148971.11
+7	walked	walk	VERB	O	0		v.motion	ewtb.r.148971.11
+8	out	out	ADP	B	0			ewtb.r.148971.11
+9	of	of	ADP	I	8			ewtb.r.148971.11
+10	the	the	DET	O	0			ewtb.r.148971.11
+11	hospital	hospital	NOUN	O	0		n.group	ewtb.r.148971.11
+12	room	room	NOUN	O	0		n.location	ewtb.r.148971.11
+13	.	.	PUNCT	O	0			ewtb.r.148971.11
+
+1	So	so	ADV	O	0			ewtb.r.148971.12
+2	,	,	PUNCT	O	0			ewtb.r.148971.12
+3	therefore	therefore	ADV	O	0			ewtb.r.148971.12
+4	,	,	PUNCT	O	0			ewtb.r.148971.12
+5	now	now	ADV	O	0			ewtb.r.148971.12
+6	he	he	PRON	O	0			ewtb.r.148971.12
+7	says	say	VERB	O	0		v.communication	ewtb.r.148971.12
+8	i	i	PRON	O	0			ewtb.r.148971.12
+9	am	be	VERB	O	0		v.stative	ewtb.r.148971.12
+10	inoperable	inoperable	ADJ	O	0			ewtb.r.148971.12
+11	(	(	PUNCT	O	0			ewtb.r.148971.12
+12	even	even	ADV	O	0			ewtb.r.148971.12
+13	though	though	SCONJ	O	0			ewtb.r.148971.12
+14	i	i	PRON	O	0			ewtb.r.148971.12
+15	am	be	VERB	O	0		v.stative	ewtb.r.148971.12
+16	not	not	PART	O	0			ewtb.r.148971.12
+17	100	100	NUM	O	0			ewtb.r.148971.12
+18	%	%	SYM	O	0			ewtb.r.148971.12
+19	inoperable	inoperable	ADJ	O	0			ewtb.r.148971.12
+20	)	)	PUNCT	O	0			ewtb.r.148971.12
+21	,	,	PUNCT	O	0			ewtb.r.148971.12
+22	and	and	CONJ	O	0			ewtb.r.148971.12
+23	he	he	PRON	O	0			ewtb.r.148971.12
+24	is	be	AUX	O	0			ewtb.r.148971.12
+25	letting	let	VERB	O	0		v.cognition	ewtb.r.148971.12
+26	me	me	PRON	O	0			ewtb.r.148971.12
+27	die	die	VERB	O	0		v.change	ewtb.r.148971.12
+28	.	.	PUNCT	O	0			ewtb.r.148971.12
+
+1	I	i	PRON	O	0			ewtb.r.148971.13
+2	am	be	VERB	O	0		v.stative	ewtb.r.148971.13
+3	just	just	ADV	O	0			ewtb.r.148971.13
+4	middle	middle	ADJ	B	0			ewtb.r.148971.13
+5	aged	aged	ADJ	I	4			ewtb.r.148971.13
+6	and	and	CONJ	O	0			ewtb.r.148971.13
+7	do	do	AUX	O	0			ewtb.r.148971.13
+8	not	not	PART	O	0			ewtb.r.148971.13
+9	want	want	VERB	O	0		v.cognition	ewtb.r.148971.13
+10	to	to	PART	O	0			ewtb.r.148971.13
+11	die	die	VERB	O	0		v.change	ewtb.r.148971.13
+12	,	,	PUNCT	O	0			ewtb.r.148971.13
+13	but	but	CONJ	O	0			ewtb.r.148971.13
+14	thanks	thanks	NOUN	B	0			ewtb.r.148971.13
+15	to	to	ADP	I	14			ewtb.r.148971.13
+16	this	this	DET	O	0			ewtb.r.148971.13
+17	doctor	doctor	NOUN	O	0		n.person	ewtb.r.148971.13
+18	i	i	PRON	O	0			ewtb.r.148971.13
+19	have	have	VERB	O	0		v.stative	ewtb.r.148971.13
+20	no	no	DET	O	0			ewtb.r.148971.13
+21	other	other	ADJ	O	0			ewtb.r.148971.13
+22	alternatives	alternative	NOUN	O	0		n.cognition	ewtb.r.148971.13
+23	.	.	PUNCT	O	0			ewtb.r.148971.13
+
+1	I	i	PRON	O	0			ewtb.r.148971.14
+2	,	,	PUNCT	O	0			ewtb.r.148971.14
+3	along	along	ADP	B	0			ewtb.r.148971.14
+4	with	with	ADP	I	3			ewtb.r.148971.14
+5	my	my	PRON	O	0			ewtb.r.148971.14
+6	friends	friend	NOUN	O	0		n.person	ewtb.r.148971.14
+7	,	,	PUNCT	O	0			ewtb.r.148971.14
+8	consider	consider	VERB	O	0		v.cognition	ewtb.r.148971.14
+9	this	this	DET	O	0			ewtb.r.148971.14
+10	doctor	doctor	NOUN	O	0		n.person	ewtb.r.148971.14
+11	to	to	PART	O	0			ewtb.r.148971.14
+12	be	be	VERB	O	0		v.stative	ewtb.r.148971.14
+13	the	the	DET	O	0			ewtb.r.148971.14
+14	cause	cause	NOUN	O	0		n.cognition	ewtb.r.148971.14
+15	of	of	ADP	O	0			ewtb.r.148971.14
+16	my	my	PRON	O	0			ewtb.r.148971.14
+17	death	death	NOUN	O	0		n.event	ewtb.r.148971.14
+18	as	as	SCONJ	O	0			ewtb.r.148971.14
+19	he	he	PRON	O	0			ewtb.r.148971.14
+20	is	be	AUX	O	0			ewtb.r.148971.14
+21	not	not	PART	O	0			ewtb.r.148971.14
+22	even	even	ADV	O	0			ewtb.r.148971.14
+23	trying	try	VERB	O	0		v.social	ewtb.r.148971.14
+24	to	to	PART	O	0			ewtb.r.148971.14
+25	save	save	VERB	O	0		v.change	ewtb.r.148971.14
+26	my	my	PRON	O	0			ewtb.r.148971.14
+27	life	life	NOUN	O	0		n.state	ewtb.r.148971.14
+28	by	by	SCONJ	O	0			ewtb.r.148971.14
+29	operating	operate	VERB	O	0		v.social	ewtb.r.148971.14
+30	.	.	PUNCT	O	0			ewtb.r.148971.14
+
+1	Even	even	ADV	O	0			ewtb.r.148971.15
+2	my	my	PRON	O	0			ewtb.r.148971.15
+3	PA	pa	PROPN	O	0		n.person	ewtb.r.148971.15
+4	i	i	PRON	O	0			ewtb.r.148971.15
+5	went	go	VERB	O	0		v.motion	ewtb.r.148971.15
+6	to	to	ADP	O	0			ewtb.r.148971.15
+7	the	the	DET	B	0		n.time	ewtb.r.148971.15
+8	other	other	ADJ	I	7			ewtb.r.148971.15
+9	day	day	NOUN	I	8			ewtb.r.148971.15
+10	said	say	VERB	O	0		v.communication	ewtb.r.148971.15
+11	"	"	PUNCT	O	0			ewtb.r.148971.15
+12	it	it	PRON	O	0			ewtb.r.148971.15
+13	must	must	AUX	O	0			ewtb.r.148971.15
+14	by	by	VERB	O	0		v.stative	ewtb.r.148971.15
+15	comforting	comforting	ADJ	O	0			ewtb.r.148971.15
+16	to	to	PART	O	0			ewtb.r.148971.15
+17	have	have	AUX	O	0			ewtb.r.148971.15
+18	gone	go	VERB	O	0		v.motion	ewtb.r.148971.15
+19	to	to	ADP	O	0			ewtb.r.148971.15
+20	a	a	DET	O	0			ewtb.r.148971.15
+21	heart	heart	NOUN	O	0		n.body	ewtb.r.148971.15
+22	surgeon	surgeon	NOUN	O	0		n.person	ewtb.r.148971.15
+23	like	like	ADP	O	0			ewtb.r.148971.15
+24	him	him	PRON	O	0			ewtb.r.148971.15
+25	who	who	PRON	O	0			ewtb.r.148971.15
+26	will	will	AUX	O	0			ewtb.r.148971.15
+27	do	do	VERB	O	0		v.social	ewtb.r.148971.15
+28	nothing	nothing	NOUN	O	0			ewtb.r.148971.15
+29	for	for	ADP	O	0			ewtb.r.148971.15
+30	you	you	PRON	O	0			ewtb.r.148971.15
+31	"	"	PUNCT	O	0			ewtb.r.148971.15
+32	.	.	PUNCT	O	0			ewtb.r.148971.15
+
+1	He	he	PRON	O	0			ewtb.r.148971.16
+2	said	say	VERB	O	0		v.communication	ewtb.r.148971.16
+3	it	it	PRON	O	0			ewtb.r.148971.16
+4	sarcastically	sarcastically	ADV	O	0			ewtb.r.148971.16
+5	.	.	PUNCT	O	0			ewtb.r.148971.16
+
+1	If	if	SCONJ	O	0			ewtb.r.148971.17
+2	you	you	PRON	O	0			ewtb.r.148971.17
+3	want	want	VERB	O	0		v.cognition	ewtb.r.148971.17
+4	a	a	DET	O	0			ewtb.r.148971.17
+5	doctor	doctor	NOUN	O	0		n.person	ewtb.r.148971.17
+6	who	who	PRON	O	0			ewtb.r.148971.17
+7	will	will	AUX	O	0			ewtb.r.148971.17
+8	lie	lie	VERB	O	0		v.communication	ewtb.r.148971.17
+9	to	to	ADP	O	0			ewtb.r.148971.17
+10	you	you	PRON	O	0			ewtb.r.148971.17
+11	and	and	CONJ	O	0			ewtb.r.148971.17
+12	say	say	VERB	O	0		v.communication	ewtb.r.148971.17
+13	he	he	PRON	O	0			ewtb.r.148971.17
+14	will	will	AUX	O	0			ewtb.r.148971.17
+15	operate	operate	VERB	O	0		v.social	ewtb.r.148971.17
+16	and	and	CONJ	O	0			ewtb.r.148971.17
+17	then	then	ADV	O	0			ewtb.r.148971.17
+18	change	change	VERB	B	0		v.cognition	ewtb.r.148971.17
+19	his	his	PRON	o	0			ewtb.r.148971.17
+20	mind	mind	NOUN	I	18			ewtb.r.148971.17
+21	,	,	PUNCT	O	0			ewtb.r.148971.17
+22	and	and	CONJ	O	0			ewtb.r.148971.17
+23	not	not	PART	O	0			ewtb.r.148971.17
+24	know	know	VERB	O	0		v.cognition	ewtb.r.148971.17
+25	what	what	PRON	O	0			ewtb.r.148971.17
+26	he	he	PRON	O	0			ewtb.r.148971.17
+27	is	be	AUX	O	0			ewtb.r.148971.17
+28	talking	talk	VERB	O	0		v.communication	ewtb.r.148971.17
+29	about	about	ADP	O	0			ewtb.r.148971.17
+30	when	when	ADV	O	0			ewtb.r.148971.17
+31	he	he	PRON	O	0			ewtb.r.148971.17
+32	recommends	recommend	VERB	O	0		v.communication	ewtb.r.148971.17
+33	procedures	procedure	NOUN	O	0		n.process	ewtb.r.148971.17
+34	at	at	ADP	O	0			ewtb.r.148971.17
+35	other	other	ADJ	O	0			ewtb.r.148971.17
+36	hospitals	hospital	NOUN	O	0		n.group	ewtb.r.148971.17
+37	and	and	CONJ	O	0			ewtb.r.148971.17
+38	says	say	VERB	O	0		v.communication	ewtb.r.148971.17
+39	they	they	PRON	O	0			ewtb.r.148971.17
+40	are	be	VERB	O	0		v.stative	ewtb.r.148971.17
+41	what	what	PRON	O	0			ewtb.r.148971.17
+42	you	you	PRON	O	0			ewtb.r.148971.17
+43	need	need	VERB	O	0		v.cognition	ewtb.r.148971.17
+44	,	,	PUNCT	O	0			ewtb.r.148971.17
+45	when	when	ADV	O	0			ewtb.r.148971.17
+46	they	they	PRON	O	0			ewtb.r.148971.17
+47	will	will	AUX	O	0			ewtb.r.148971.17
+48	not	not	PART	O	0			ewtb.r.148971.17
+49	work	work	VERB	O	0		v.cognition	ewtb.r.148971.17
+50	for	for	ADP	O	0			ewtb.r.148971.17
+51	you	you	PRON	O	0			ewtb.r.148971.17
+52	,	,	PUNCT	O	0			ewtb.r.148971.17
+53	go	go	VERB	O	0		v.motion	ewtb.r.148971.17
+54	to	to	ADP	O	0			ewtb.r.148971.17
+55	this	this	DET	O	0			ewtb.r.148971.17
+56	doctor	doctor	NOUN	O	0		n.person	ewtb.r.148971.17
+57	...	...	PUNCT	O	0			ewtb.r.148971.17
+58	he	he	PRON	O	0			ewtb.r.148971.17
+59	is	be	VERB	O	0		v.stative	ewtb.r.148971.17
+60	the	the	DET	O	0			ewtb.r.148971.17
+61	one	one	NOUN	O	0			ewtb.r.148971.17
+62	for	for	ADP	O	0			ewtb.r.148971.17
+63	you	you	PRON	O	0			ewtb.r.148971.17
+64	.	.	PUNCT	O	0			ewtb.r.148971.17
+
+1	ok	ok	ADJ	O	0			ewtb.r.159371.1
+2	but	but	CONJ	O	0			ewtb.r.159371.1
+3	just	just	ADV	O	0			ewtb.r.159371.1
+4	becuse	becuse	SCONJ	O	0			ewtb.r.159371.1
+5	we	we	PRON	O	0			ewtb.r.159371.1
+6	where	where	VERB	O	0		v.stative	ewtb.r.159371.1
+7	on	on	ADP	B	0			ewtb.r.159371.1
+8	a	a	DET	I	7			ewtb.r.159371.1
+9	tight	tight	ADJ	o	0			ewtb.r.159371.1
+10	budget	budget	NOUN	I	8			ewtb.r.159371.1
+11	.	.	PUNCT	O	0			ewtb.r.159371.1
+
+1	me	me	PRON	O	0			ewtb.r.159371.2
+2	and	and	CONJ	O	0			ewtb.r.159371.2
+3	my	my	PRON	O	0			ewtb.r.159371.2
+4	dad	dad	NOUN	O	0		n.person	ewtb.r.159371.2
+5	where	where	VERB	O	0		v.stative	ewtb.r.159371.2
+6	in	in	ADP	O	0			ewtb.r.159371.2
+7	NJ	nj	PROPN	O	0		n.location	ewtb.r.159371.2
+8	for	for	ADP	O	0			ewtb.r.159371.2
+9	a	a	DET	O	0			ewtb.r.159371.2
+10	kc	kc	PROPN	B	0		n.group	ewtb.r.159371.2
+11	chiefs	chiefs	PROPN	I	10			ewtb.r.159371.2
+12	(	(	PUNCT	O	0			ewtb.r.159371.2
+13	my	my	PRON	O	0			ewtb.r.159371.2
+14	home	home	NOUN	B	0		n.group	ewtb.r.159371.2
+15	team	team	NOUN	I	14			ewtb.r.159371.2
+16	)	)	PUNCT	O	0			ewtb.r.159371.2
+17	vs	v	ADP	O	0			ewtb.r.159371.2
+18	the	the	DET	O	0			ewtb.r.159371.2
+19	NY	ny	PROPN	B	0		n.group	ewtb.r.159371.2
+20	jets	jets	PROPN	I	19			ewtb.r.159371.2
+21	and	and	CONJ	O	0			ewtb.r.159371.2
+22	for	for	ADP	O	0			ewtb.r.159371.2
+23	game	game	NOUN	O	0		n.event	ewtb.r.159371.2
+24	4	4	NUM	O	0			ewtb.r.159371.2
+25	of	of	ADP	O	0			ewtb.r.159371.2
+26	the	the	DET	O	0			ewtb.r.159371.2
+27	world	world	NOUN	B	0		n.event	ewtb.r.159371.2
+28	series	series	NOUN	I	27			ewtb.r.159371.2
+29	.	.	PUNCT	O	0			ewtb.r.159371.2
+
+1	i	i	PRON	O	0			ewtb.r.159371.3
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.159371.3
+3	a	a	DET	O	0			ewtb.r.159371.3
+4	red	red	PROPN	B	0		n.group	ewtb.r.159371.3
+5	sox	sox	PROPN	I	4			ewtb.r.159371.3
+6	fan	fan	NOUN	O	0		n.person	ewtb.r.159371.3
+7	so	so	ADV	O	0			ewtb.r.159371.3
+8	i	i	PRON	O	0			ewtb.r.159371.3
+9	was	be	VERB	O	0		v.stative	ewtb.r.159371.3
+10	glad	glad	ADJ	O	0			ewtb.r.159371.3
+11	that	that	SCONJ	O	0			ewtb.r.159371.3
+12	the	the	DET	O	0			ewtb.r.159371.3
+13	phillies	phillies	PROPN	O	0		n.group	ewtb.r.159371.3
+14	won	win	VERB	O	0		v.competition	ewtb.r.159371.3
+15	.	.	PUNCT	O	0			ewtb.r.159371.3
+
+1	the	the	DET	O	0			ewtb.r.159371.4
+2	knights	knights	PROPN	B	0		n.group	ewtb.r.159371.4
+3	inn	inn	PROPN	I	2			ewtb.r.159371.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.159371.4
+5	small	small	ADJ	O	0			ewtb.r.159371.4
+6	very	very	ADV	O	0			ewtb.r.159371.4
+7	small	small	ADJ	O	0			ewtb.r.159371.4
+8	.	.	PUNCT	O	0			ewtb.r.159371.4
+9	i	i	PRON	O	0			ewtb.r.159371.4
+10	mean	mean	VERB	O	0		v.cognition	ewtb.r.159371.4
+11	1	1	NUM	O	0			ewtb.r.159371.4
+12	room	room	NOUN	O	0		n.artifact	ewtb.r.159371.4
+13	in	in	ADP	O	0			ewtb.r.159371.4
+14	every	every	DET	O	0			ewtb.r.159371.4
+15	room	room	NOUN	O	0		n.artifact	ewtb.r.159371.4
+16	!	!	PUNCT	O	0			ewtb.r.159371.4
+17	it	it	PRON	O	0			ewtb.r.159371.4
+18	was	be	VERB	O	0		v.stative	ewtb.r.159371.4
+19	cozy	cozy	ADJ	O	0			ewtb.r.159371.4
+20	a	a	DET	B	0			ewtb.r.159371.4
+21	little	little	ADJ	I	20			ewtb.r.159371.4
+22	and	and	CONJ	O	0			ewtb.r.159371.4
+23	a	a	DET	O	0			ewtb.r.159371.4
+24	small	small	ADJ	O	0			ewtb.r.159371.4
+25	tv	tv	NOUN	O	0		n.artifact	ewtb.r.159371.4
+26	.	.	PUNCT	O	0			ewtb.r.159371.4
+
+1	i	i	PRON	O	0			ewtb.r.159371.5
+2	mean	mean	VERB	O	0		v.cognition	ewtb.r.159371.5
+3	a	a	DET	O	0			ewtb.r.159371.5
+4	2	2	NUM	O	0			ewtb.r.159371.5
+5	day	day	NOUN	O	0		n.time	ewtb.r.159371.5
+6	stay	stay	NOUN	O	0		n.event	ewtb.r.159371.5
+7	was	be	VERB	O	0		v.stative	ewtb.r.159371.5
+8	a	a	DET	O	0			ewtb.r.159371.5
+9	ok	ok	ADJ	O	0			ewtb.r.159371.5
+10	stay	stay	NOUN	O	0		n.event	ewtb.r.159371.5
+11	even	even	ADV	B	0			ewtb.r.159371.5
+12	tho	tho	SCONJ	I	11			ewtb.r.159371.5
+13	the	the	DET	O	0			ewtb.r.159371.5
+14	manager	manager	NOUN	O	0		n.person	ewtb.r.159371.5
+15	looked	look	VERB	O	0		v.perception	ewtb.r.159371.5
+16	like	like	SCONJ	O	0			ewtb.r.159371.5
+17	he	he	PRON	O	0			ewtb.r.159371.5
+18	was	be	VERB	O	0		v.stative	ewtb.r.159371.5
+19	chineze	chineze	ADJ	O	0			ewtb.r.159371.5
+20	and	and	CONJ	O	0			ewtb.r.159371.5
+21	that	that	SCONJ	O	0			ewtb.r.159371.5
+22	we	we	PRON	O	0			ewtb.r.159371.5
+23	only	only	ADV	O	0			ewtb.r.159371.5
+24	slept	sleep	VERB	O	0		v.body	ewtb.r.159371.5
+25	and	and	CONJ	O	0			ewtb.r.159371.5
+26	went	go	VERB	B	0		v.social	ewtb.r.159371.5
+27	out	out	ADV	I	26			ewtb.r.159371.5
+28	from	from	ADP	O	0			ewtb.r.159371.5
+29	8	8	NUM	O	0			ewtb.r.159371.5
+30	to	to	ADP	O	0			ewtb.r.159371.5
+31	7	7	NUM	O	0			ewtb.r.159371.5
+32	to	to	PART	O	0			ewtb.r.159371.5
+33	see	see	VERB	O	0		v.social	ewtb.r.159371.5
+34	New	new	PROPN	B	0		n.location	ewtb.r.159371.5
+35	York	york	PROPN	I	34			ewtb.r.159371.5
+36	.	.	PUNCT	O	0			ewtb.r.159371.5
+
+1	but	but	CONJ	O	0			ewtb.r.159371.6
+2	sice	sice	SCONJ	O	0			ewtb.r.159371.6
+3	we	we	PRON	O	0			ewtb.r.159371.6
+4	almost	almost	ADV	O	0			ewtb.r.159371.6
+5	just	just	ADV	O	0			ewtb.r.159371.6
+6	slept	sleep	VERB	O	0		v.body	ewtb.r.159371.6
+7	there	there	ADV	O	0			ewtb.r.159371.6
+8	i	i	PRON	O	0			ewtb.r.159371.6
+9	ca	ca	AUX	O	0			ewtb.r.159371.6
+10	nt	nt	ADV	O	0			ewtb.r.159371.6
+11	give	give	VERB	O	0		v.communication	ewtb.r.159371.6
+12	that	that	ADV	O	0			ewtb.r.159371.6
+13	good	good	ADJ	O	0			ewtb.r.159371.6
+14	of	of	ADP	O	0			ewtb.r.159371.6
+15	a	a	DET	O	0			ewtb.r.159371.6
+16	review	review	NOUN	O	0		n.communication	ewtb.r.159371.6
+
+1	Review	review	NOUN	O	0		n.communication	ewtb.r.160073.1
+2	on	on	ADP	O	0			ewtb.r.160073.1
+3	House	house	NOUN	B	0		n.group	ewtb.r.160073.1
+4	of	of	ADP	I	3			ewtb.r.160073.1
+5	Joy	joy	PROPN	I	4			ewtb.r.160073.1
+6	Chinese	chinese	PROPN	I	5			ewtb.r.160073.1
+7	Restaurant	restaurant	PROPN	I	6			ewtb.r.160073.1
+
+1	My	my	PRON	O	0			ewtb.r.160073.2
+2	family	family	NOUN	O	0		n.group	ewtb.r.160073.2
+3	and	and	CONJ	O	0			ewtb.r.160073.2
+4	I	i	PRON	O	0			ewtb.r.160073.2
+5	moved	move	VERB	O	0		v.motion	ewtb.r.160073.2
+6	to	to	ADP	O	0			ewtb.r.160073.2
+7	San	san	PROPN	B	0		n.location	ewtb.r.160073.2
+8	Antonio	antonio	PROPN	I	7			ewtb.r.160073.2
+9	a	a	DET	O	0			ewtb.r.160073.2
+10	year	year	NOUN	O	0		n.time	ewtb.r.160073.2
+11	ago	ago	ADV	O	0			ewtb.r.160073.2
+12	and	and	CONJ	O	0			ewtb.r.160073.2
+13	have	have	AUX	O	0			ewtb.r.160073.2
+14	tried	try	VERB	O	0		v.social	ewtb.r.160073.2
+15	almost	almost	ADV	O	0			ewtb.r.160073.2
+16	all	all	DET	O	0			ewtb.r.160073.2
+17	of	of	ADP	O	0			ewtb.r.160073.2
+18	the	the	DET	O	0			ewtb.r.160073.2
+19	Chinese	chinese	ADJ	O	0			ewtb.r.160073.2
+20	Restaurants	restaurant	NOUN	O	0		n.group	ewtb.r.160073.2
+21	because	because	SCONJ	O	0			ewtb.r.160073.2
+22	we	we	PRON	O	0			ewtb.r.160073.2
+23	love	love	VERB	O	0		v.emotion	ewtb.r.160073.2
+24	Chinese	chinese	ADJ	O	0			ewtb.r.160073.2
+25	food	food	NOUN	O	0		n.food	ewtb.r.160073.2
+26	.	.	PUNCT	O	0			ewtb.r.160073.2
+
+1	Well	well	INTJ	O	0			ewtb.r.160073.3
+2	it	it	PRON	O	0			ewtb.r.160073.3
+3	took	take	VERB	O	0		v.stative	ewtb.r.160073.3
+4	us	us	PRON	O	0			ewtb.r.160073.3
+5	a	a	DET	B	0			ewtb.r.160073.3
+6	while	while	NOUN	I	5			ewtb.r.160073.3
+7	to	to	PART	O	0			ewtb.r.160073.3
+8	find	find	VERB	O	0		v.cognition	ewtb.r.160073.3
+9	one	one	NUM	O	0			ewtb.r.160073.3
+10	that	that	DET	O	0			ewtb.r.160073.3
+11	we	we	PRON	O	0			ewtb.r.160073.3
+12	liked	like	VERB	O	0		v.emotion	ewtb.r.160073.3
+13	.	.	PUNCT	O	0			ewtb.r.160073.3
+
+1	But	but	CONJ	O	0			ewtb.r.160073.4
+2	we	we	PRON	O	0			ewtb.r.160073.4
+3	do	do	AUX	O	0			ewtb.r.160073.4
+4	n't	n't	PART	O	0			ewtb.r.160073.4
+5	just	just	ADV	O	0			ewtb.r.160073.4
+6	like	like	VERB	O	0		v.emotion	ewtb.r.160073.4
+7	House	house	NOUN	B	0		n.group	ewtb.r.160073.4
+8	of	of	ADP	I	7			ewtb.r.160073.4
+9	Joy	joy	PROPN	I	8			ewtb.r.160073.4
+10	WE	we	PRON	O	0			ewtb.r.160073.4
+11	LOVE	love	VERB	O	0		v.emotion	ewtb.r.160073.4
+12	IT	it	PRON	O	0			ewtb.r.160073.4
+13	.	.	PUNCT	O	0			ewtb.r.160073.4
+
+1	Everything	everything	NOUN	O	0			ewtb.r.160073.5
+2	we	we	PRON	O	0			ewtb.r.160073.5
+3	have	have	AUX	O	0			ewtb.r.160073.5
+4	gotten	get	VERB	O	0		v.possession	ewtb.r.160073.5
+5	there	there	ADV	O	0			ewtb.r.160073.5
+6	has	have	AUX	O	0			ewtb.r.160073.5
+7	been	be	VERB	O	0		v.stative	ewtb.r.160073.5
+8	more	more	ADV	O	0			ewtb.r.160073.5
+9	authentic	authentic	ADJ	O	0			ewtb.r.160073.5
+10	and	and	CONJ	O	0			ewtb.r.160073.5
+11	better	better	ADV	O	0			ewtb.r.160073.5
+12	tasting	taste	VERB	O	0		v.perception	ewtb.r.160073.5
+13	than	than	ADP	O	0			ewtb.r.160073.5
+14	any	any	DET	O	0			ewtb.r.160073.5
+15	other	other	ADJ	O	0			ewtb.r.160073.5
+16	Chinese	chinese	ADJ	O	0			ewtb.r.160073.5
+17	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.160073.5
+18	in	in	ADP	O	0			ewtb.r.160073.5
+19	the	the	DET	O	0			ewtb.r.160073.5
+20	San	san	PROPN	B	0		n.location	ewtb.r.160073.5
+21	Antonio	antonio	PROPN	I	20			ewtb.r.160073.5
+22	area	area	NOUN	O	0		n.location	ewtb.r.160073.5
+23	we	we	PRON	O	0			ewtb.r.160073.5
+24	have	have	AUX	O	0			ewtb.r.160073.5
+25	been	be	VERB	B	0		v.motion	ewtb.r.160073.5
+26	to	to	ADP	I	25			ewtb.r.160073.5
+27	--	--	PUNCT	O	0			ewtb.r.160073.5
+28	and	and	CONJ	O	0			ewtb.r.160073.5
+29	trust	trust	VERB	O	0		v.cognition	ewtb.r.160073.5
+30	me	me	PRON	O	0			ewtb.r.160073.5
+31	we	we	PRON	O	0			ewtb.r.160073.5
+32	have	have	AUX	O	0			ewtb.r.160073.5
+33	been	be	VERB	B	0		v.motion	ewtb.r.160073.5
+34	to	to	ADP	I	33			ewtb.r.160073.5
+35	a	a	DET	B	0			ewtb.r.160073.5
+36	lot	lot	NOUN	I	35			ewtb.r.160073.5
+37	of	of	ADP	O	0			ewtb.r.160073.5
+38	them	them	PRON	O	0			ewtb.r.160073.5
+39	.	.	PUNCT	O	0			ewtb.r.160073.5
+
+1	We	we	PRON	O	0			ewtb.r.160073.6
+2	just	just	ADV	O	0			ewtb.r.160073.6
+3	happen	happen	VERB	B	0			ewtb.r.160073.6
+4	to	to	PART	I	3			ewtb.r.160073.6
+5	stumble	stumble	VERB	B	0		v.cognition	ewtb.r.160073.6
+6	across	across	ADP	I	5			ewtb.r.160073.6
+7	this	this	DET	O	0			ewtb.r.160073.6
+8	little	little	ADJ	O	0			ewtb.r.160073.6
+9	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.160073.6
+10	one	one	NUM	O	0			ewtb.r.160073.6
+11	day	day	NOUN	O	0		n.time	ewtb.r.160073.6
+12	when	when	ADV	O	0			ewtb.r.160073.6
+13	we	we	PRON	O	0			ewtb.r.160073.6
+14	had	have	VERB	B	0			ewtb.r.160073.6
+15	to	to	PART	I	14			ewtb.r.160073.6
+16	visit	visit	VERB	O	0		v.social	ewtb.r.160073.6
+17	the	the	DET	O	0			ewtb.r.160073.6
+18	Bexar	bexar	PROPN	B	0		n.group	ewtb.r.160073.6
+19	County	county	PROPN	I	18			ewtb.r.160073.6
+20	Tax	tax	PROPN	I	19			ewtb.r.160073.6
+21	Office	office	PROPN	I	20			ewtb.r.160073.6
+22	off	off	ADP	B	0			ewtb.r.160073.6
+23	of	of	ADP	I	22			ewtb.r.160073.6
+24	Bandera	bandera	PROPN	B	0		n.location	ewtb.r.160073.6
+25	Road	road	PROPN	I	24			ewtb.r.160073.6
+26	.	.	PUNCT	O	0			ewtb.r.160073.6
+
+1	We	we	PRON	O	0			ewtb.r.160073.7
+2	stopped	stop	VERB	B	0		v.motion	ewtb.r.160073.7
+3	in	in	ADV	I	2			ewtb.r.160073.7
+4	and	and	CONJ	O	0			ewtb.r.160073.7
+5	got	get	VERB	O	0		v.possession	ewtb.r.160073.7
+6	some	some	DET	O	0			ewtb.r.160073.7
+7	take	take	NOUN	B	0		n.food	ewtb.r.160073.7
+8	out	out	NOUN	I	7			ewtb.r.160073.7
+9	and	and	CONJ	O	0			ewtb.r.160073.7
+10	can	can	AUX	O	0			ewtb.r.160073.7
+11	not	not	PART	O	0			ewtb.r.160073.7
+12	stop	stop	VERB	O	0		v.stative	ewtb.r.160073.7
+13	going	go	VERB	O	0		v.motion	ewtb.r.160073.7
+14	back	back	ADV	O	0			ewtb.r.160073.7
+15	.	.	PUNCT	O	0			ewtb.r.160073.7
+
+1	They	they	PRON	O	0			ewtb.r.160073.8
+2	have	have	VERB	O	0		v.stative	ewtb.r.160073.8
+3	the	the	DET	O	0			ewtb.r.160073.8
+4	best	best	ADJ	O	0			ewtb.r.160073.8
+5	Egg	egg	PROPN	B	0		n.food	ewtb.r.160073.8
+6	Drop	drop	PROPN	I	5			ewtb.r.160073.8
+7	Soup	soup	PROPN	I	6			ewtb.r.160073.8
+8	I	i	PRON	O	0			ewtb.r.160073.8
+9	have	have	AUX	O	0			ewtb.r.160073.8
+10	ever	ever	ADV	O	0			ewtb.r.160073.8
+11	tasted	taste	VERB	O	0		v.perception	ewtb.r.160073.8
+12	.	.	PUNCT	O	0			ewtb.r.160073.8
+
+1	We	we	PRON	O	0			ewtb.r.160073.9
+2	also	also	ADV	O	0			ewtb.r.160073.9
+3	love	love	VERB	O	0		v.emotion	ewtb.r.160073.9
+4	their	their	PRON	O	0			ewtb.r.160073.9
+5	Egg	egg	NOUN	B	0		n.food	ewtb.r.160073.9
+6	Rolls	roll	NOUN	I	5			ewtb.r.160073.9
+7	and	and	CONJ	O	0			ewtb.r.160073.9
+8	Spring	spring	NOUN	B	0		n.food	ewtb.r.160073.9
+9	Rolls	roll	NOUN	I	8			ewtb.r.160073.9
+10	.	.	PUNCT	O	0			ewtb.r.160073.9
+
+1	And	and	CONJ	O	0			ewtb.r.160073.10
+2	every	every	DET	O	0			ewtb.r.160073.10
+3	entree	entree	NOUN	O	0		n.food	ewtb.r.160073.10
+4	we	we	PRON	O	0			ewtb.r.160073.10
+5	have	have	AUX	O	0			ewtb.r.160073.10
+6	ordered	order	VERB	O	0		v.communication	ewtb.r.160073.10
+7	is	be	VERB	O	0		v.stative	ewtb.r.160073.10
+8	perfect	perfect	ADJ	O	0			ewtb.r.160073.10
+9	.	.	PUNCT	O	0			ewtb.r.160073.10
+
+1	Everything	everything	NOUN	O	0			ewtb.r.160073.11
+2	is	be	AUX	O	0			ewtb.r.160073.11
+3	always	always	ADV	O	0			ewtb.r.160073.11
+4	cooked	cook	VERB	O	0		v.creation	ewtb.r.160073.11
+5	fresh	fresh	ADV	O	0			ewtb.r.160073.11
+6	and	and	CONJ	O	0			ewtb.r.160073.11
+7	tastes	taste	VERB	O	0		v.perception	ewtb.r.160073.11
+8	fresh	fresh	ADJ	O	0			ewtb.r.160073.11
+9	.	.	PUNCT	O	0			ewtb.r.160073.11
+
+1	Their	their	PRON	O	0			ewtb.r.160073.12
+2	prices	price	NOUN	O	0		n.possession	ewtb.r.160073.12
+3	are	be	VERB	O	0		v.stative	ewtb.r.160073.12
+4	extremely	extremely	ADV	O	0			ewtb.r.160073.12
+5	reasonable	reasonable	ADJ	O	0			ewtb.r.160073.12
+6	for	for	ADP	O	0			ewtb.r.160073.12
+7	the	the	DET	O	0			ewtb.r.160073.12
+8	amount	amount	NOUN	O	0		n.quantity	ewtb.r.160073.12
+9	of	of	ADP	O	0			ewtb.r.160073.12
+10	food	food	NOUN	O	0		n.food	ewtb.r.160073.12
+11	you	you	PRON	O	0			ewtb.r.160073.12
+12	receive	receive	VERB	O	0		v.possession	ewtb.r.160073.12
+13	.	.	PUNCT	O	0			ewtb.r.160073.12
+
+1	The	the	DET	O	0			ewtb.r.160073.13
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.160073.13
+3	is	be	VERB	O	0		v.stative	ewtb.r.160073.13
+4	also	also	ADV	O	0			ewtb.r.160073.13
+5	just	just	ADV	O	0			ewtb.r.160073.13
+6	so	so	ADV	O	0			ewtb.r.160073.13
+7	pleasant	pleasant	ADJ	O	0			ewtb.r.160073.13
+8	to	to	PART	O	0			ewtb.r.160073.13
+9	deal	deal	VERB	B	0		v.social	ewtb.r.160073.13
+10	with	with	ADP	I	9			ewtb.r.160073.13
+11	.	.	PUNCT	O	0			ewtb.r.160073.13
+
+1	They	they	PRON	O	0			ewtb.r.160073.14
+2	are	be	VERB	O	0		v.stative	ewtb.r.160073.14
+3	also	also	ADV	O	0			ewtb.r.160073.14
+4	quick	quick	ADJ	O	0			ewtb.r.160073.14
+5	at	at	SCONJ	O	0			ewtb.r.160073.14
+6	getting	get	VERB	B	0		v.motion	ewtb.r.160073.14
+7	your	your	PRON	o	0			ewtb.r.160073.14
+8	order	order	NOUN	o	0		n.food	ewtb.r.160073.14
+9	out	out	ADV	I	6			ewtb.r.160073.14
+10	to	to	ADP	O	0			ewtb.r.160073.14
+11	you	you	PRON	O	0			ewtb.r.160073.14
+12	.	.	PUNCT	O	0			ewtb.r.160073.14
+
+1	You	you	PRON	O	0			ewtb.r.160073.15
+2	do	do	AUX	O	0			ewtb.r.160073.15
+3	n't	n't	PART	O	0			ewtb.r.160073.15
+4	have	have	VERB	B	0			ewtb.r.160073.15
+5	to	to	PART	I	4			ewtb.r.160073.15
+6	sit	sit	VERB	O	0		v.stative	ewtb.r.160073.15
+7	and	and	CONJ	O	0			ewtb.r.160073.15
+8	wait	wait	VERB	B	0		v.cognition	ewtb.r.160073.15
+9	around	around	ADV	I	8			ewtb.r.160073.15
+10	forever	forever	ADV	O	0			ewtb.r.160073.15
+11	like	like	ADP	O	0			ewtb.r.160073.15
+12	most	most	ADJ	O	0			ewtb.r.160073.15
+13	places	place	NOUN	O	0		n.group	ewtb.r.160073.15
+14	!!	!!	PUNCT	O	0			ewtb.r.160073.15
+
+1	So	so	ADV	O	0			ewtb.r.160073.16
+2	anyone	anyone	NOUN	O	0			ewtb.r.160073.16
+3	looking	look	VERB	O	0		v.cognition	ewtb.r.160073.16
+4	for	for	ADP	O	0			ewtb.r.160073.16
+5	an	an	DET	O	0			ewtb.r.160073.16
+6	Excellent	excellent	ADJ	O	0			ewtb.r.160073.16
+7	night	night	NOUN	B	0		n.event	ewtb.r.160073.16
+8	out	out	ADV	I	7			ewtb.r.160073.16
+9	for	for	ADP	O	0			ewtb.r.160073.16
+10	Chinese	chinese	ADJ	O	0			ewtb.r.160073.16
+11	or	or	CONJ	O	0			ewtb.r.160073.16
+12	maybe	maybe	ADV	O	0			ewtb.r.160073.16
+13	just	just	ADV	O	0			ewtb.r.160073.16
+14	lunch	lunch	NOUN	O	0		n.event	ewtb.r.160073.16
+15	should	should	AUX	O	0			ewtb.r.160073.16
+16	stop	stop	VERB	B	0		v.motion	ewtb.r.160073.16
+17	in	in	ADV	I	16			ewtb.r.160073.16
+18	and	and	CONJ	O	0			ewtb.r.160073.16
+19	try	try	VERB	O	0		v.social	ewtb.r.160073.16
+20	it	it	PRON	O	0			ewtb.r.160073.16
+21	because	because	SCONJ	O	0			ewtb.r.160073.16
+22	I	i	PRON	O	0			ewtb.r.160073.16
+23	promise	promise	VERB	O	0		v.communication	ewtb.r.160073.16
+24	you	you	PRON	O	0			ewtb.r.160073.16
+25	2	2	NUM	O	0			ewtb.r.160073.16
+26	things	things	NOUN	O	0			ewtb.r.160073.16
+27	---	---	PUNCT	O	0			ewtb.r.160073.16
+28	You	you	PRON	O	0			ewtb.r.160073.16
+29	wo	wo	AUX	O	0			ewtb.r.160073.16
+30	n't	n't	PART	O	0			ewtb.r.160073.16
+31	regret	regret	VERB	O	0		v.cognition	ewtb.r.160073.16
+32	it	it	PRON	O	0			ewtb.r.160073.16
+33	!!	!!	PUNCT	O	0			ewtb.r.160073.16
+
+1	and	and	CONJ	O	0			ewtb.r.160073.17
+2	you	you	PRON	O	0			ewtb.r.160073.17
+3	will	will	AUX	O	0			ewtb.r.160073.17
+4	go	go	VERB	O	0		v.motion	ewtb.r.160073.17
+5	back	back	ADV	O	0			ewtb.r.160073.17
+6	for	for	ADP	O	0			ewtb.r.160073.17
+7	more	more	ADJ	O	0			ewtb.r.160073.17
+8	!!!	!!!	PUNCT	O	0			ewtb.r.160073.17
+
+1	Karla	karla	PROPN	B	0		n.person	ewtb.r.160073.18
+2	Ferguson	ferguson	PROPN	I	1			ewtb.r.160073.18
+3	-	-	PUNCT	I	2			ewtb.r.160073.18
+4	Granger	granger	PROPN	I	3			ewtb.r.160073.18
+
+1	PS	ps	NOUN	O	0			ewtb.r.160073.19
+2	I	i	PRON	O	0			ewtb.r.160073.19
+3	have	have	AUX	O	0			ewtb.r.160073.19
+4	noticed	notice	VERB	O	0		v.cognition	ewtb.r.160073.19
+5	on	on	ADP	O	0			ewtb.r.160073.19
+6	here	here	ADV	O	0			ewtb.r.160073.19
+7	that	that	SCONJ	O	0			ewtb.r.160073.19
+8	someone	someone	NOUN	O	0			ewtb.r.160073.19
+9	left	leave	VERB	B	0		v.communication	ewtb.r.160073.19
+10	a	a	DET	o	0			ewtb.r.160073.19
+11	comment	comment	NOUN	I	9			ewtb.r.160073.19
+12	that	that	SCONJ	O	0			ewtb.r.160073.19
+13	"	"	PUNCT	O	0			ewtb.r.160073.19
+14	all	all	DET	O	0			ewtb.r.160073.19
+15	of	of	ADP	O	0			ewtb.r.160073.19
+16	the	the	DET	O	0			ewtb.r.160073.19
+17	nice	nice	ADJ	O	0			ewtb.r.160073.19
+18	comments	comment	NOUN	O	0		n.communication	ewtb.r.160073.19
+19	must	must	AUX	O	0			ewtb.r.160073.19
+20	come	come	VERB	B	0		v.social	ewtb.r.160073.19
+21	from	from	ADP	I	20			ewtb.r.160073.19
+22	co	co	X	B	0		n.person	ewtb.r.160073.19
+23	workers	worker	NOUN	I	22			ewtb.r.160073.19
+24	or	or	CONJ	O	0			ewtb.r.160073.19
+25	friends	friend	NOUN	O	0		n.person	ewtb.r.160073.19
+26	"	"	PUNCT	O	0			ewtb.r.160073.19
+27	and	and	CONJ	O	0			ewtb.r.160073.19
+28	I	i	PRON	O	0			ewtb.r.160073.19
+29	will	will	AUX	O	0			ewtb.r.160073.19
+30	tell	tell	VERB	O	0		v.communication	ewtb.r.160073.19
+31	you	you	PRON	O	0			ewtb.r.160073.19
+32	that	that	SCONJ	O	0			ewtb.r.160073.19
+33	I	i	PRON	O	0			ewtb.r.160073.19
+34	do	do	AUX	O	0			ewtb.r.160073.19
+35	n't	n't	PART	O	0			ewtb.r.160073.19
+36	know	know	VERB	O	0		v.cognition	ewtb.r.160073.19
+37	these	these	DET	O	0			ewtb.r.160073.19
+38	people	person	NOUN	O	0		n.person	ewtb.r.160073.19
+39	except	except	ADP	O	0			ewtb.r.160073.19
+40	from	from	SCONJ	O	0			ewtb.r.160073.19
+41	eating	eat	VERB	O	0		v.consumption	ewtb.r.160073.19
+42	at	at	ADP	O	0			ewtb.r.160073.19
+43	their	their	PRON	O	0			ewtb.r.160073.19
+44	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.160073.19
+45	.	.	PUNCT	O	0			ewtb.r.160073.19
+
+1	We	we	PRON	O	0			ewtb.r.160073.20
+2	are	be	VERB	O	0		v.stative	ewtb.r.160073.20
+3	from	from	ADP	O	0			ewtb.r.160073.20
+4	Virginia	virginia	PROPN	O	0		n.location	ewtb.r.160073.20
+5	and	and	CONJ	O	0			ewtb.r.160073.20
+6	just	just	ADV	O	0			ewtb.r.160073.20
+7	moved	move	VERB	O	0		v.motion	ewtb.r.160073.20
+8	here	here	ADV	O	0			ewtb.r.160073.20
+9	a	a	DET	O	0			ewtb.r.160073.20
+10	year	year	NOUN	O	0		n.time	ewtb.r.160073.20
+11	ago	ago	ADV	O	0			ewtb.r.160073.20
+12	.	.	PUNCT	O	0			ewtb.r.160073.20
+
+1	So	so	ADV	O	0			ewtb.r.160073.21
+2	that	that	DET	O	0			ewtb.r.160073.21
+3	comment	comment	NOUN	O	0		n.communication	ewtb.r.160073.21
+4	is	be	VERB	O	0		v.stative	ewtb.r.160073.21
+5	completely	completely	ADV	O	0			ewtb.r.160073.21
+6	false	false	ADJ	O	0			ewtb.r.160073.21
+7	.	.	PUNCT	O	0			ewtb.r.160073.21
+
+1	Because	because	SCONJ	O	0			ewtb.r.160073.22
+2	we	we	PRON	O	0			ewtb.r.160073.22
+3	think	think	VERB	O	0		v.cognition	ewtb.r.160073.22
+4	IT	it	PRON	O	0			ewtb.r.160073.22
+5	'S	's	VERB	O	0		v.stative	ewtb.r.160073.22
+6	THE	the	DET	O	0			ewtb.r.160073.22
+7	BEST	best	ADJ	O	0			ewtb.r.160073.22
+8	!!!	!!!	PUNCT	O	0			ewtb.r.160073.22
+
+1	and	and	CONJ	O	0			ewtb.r.160073.23
+2	we	we	PRON	O	0			ewtb.r.160073.23
+3	do	do	AUX	O	0			ewtb.r.160073.23
+4	n't	n't	PART	O	0			ewtb.r.160073.23
+5	know	know	VERB	O	0		v.cognition	ewtb.r.160073.23
+6	them	them	PRON	O	0			ewtb.r.160073.23
+7	except	except	ADP	B	0			ewtb.r.160073.23
+8	for	for	SCONJ	I	7			ewtb.r.160073.23
+9	eating	eat	VERB	O	0		v.consumption	ewtb.r.160073.23
+10	there	there	ADV	O	0			ewtb.r.160073.23
+11	.	.	PUNCT	O	0			ewtb.r.160073.23
+
+1	ipad	ipad	PROPN	O	0		n.artifact	ewtb.r.171877.1
+2	reiew	reiew	NOUN	O	0		n.communication	ewtb.r.171877.1
+
+1	they	they	PRON	O	0			ewtb.r.171877.2
+2	are	be	VERB	O	0		v.stative	ewtb.r.171877.2
+3	the	the	DET	O	0			ewtb.r.171877.2
+4	best	best	ADJ	O	0			ewtb.r.171877.2
+5	orthodontics	orthodontics	NOUN	O	0		n.person	ewtb.r.171877.2
+6	in	in	ADP	O	0			ewtb.r.171877.2
+7	the	the	DET	O	0			ewtb.r.171877.2
+8	world	world	NOUN	O	0		n.cognition	ewtb.r.171877.2
+9	.	.	PUNCT	O	0			ewtb.r.171877.2
+
+1	i	i	PRON	O	0			ewtb.r.171877.3
+2	went	go	VERB	O	0		v.motion	ewtb.r.171877.3
+3	there	there	ADV	O	0			ewtb.r.171877.3
+4	since	since	SCONJ	O	0			ewtb.r.171877.3
+5	i	i	PRON	O	0			ewtb.r.171877.3
+6	was	be	VERB	O	0		v.stative	ewtb.r.171877.3
+7	four	four	NUM	O	0			ewtb.r.171877.3
+8	.	.	PUNCT	O	0			ewtb.r.171877.3
+
+1	now	now	ADV	O	0			ewtb.r.171877.4
+2	i	i	PRON	O	0			ewtb.r.171877.4
+3	will	will	AUX	O	0			ewtb.r.171877.4
+4	have	have	VERB	O	0		v.stative	ewtb.r.171877.4
+5	really	really	ADV	O	0			ewtb.r.171877.4
+6	straight	straight	ADJ	O	0			ewtb.r.171877.4
+7	teeth	teeth	NOUN	O	0		n.body	ewtb.r.171877.4
+8	.	.	PUNCT	O	0			ewtb.r.171877.4
+
+1	Brain	brain	NOUN	B	0		n.cognition	ewtb.r.177779.1
+2	Dead	dead	ADJ	I	1			ewtb.r.177779.1
+
+1	Not	not	PART	B	0			ewtb.r.177779.2
+2	only	only	ADV	I	1			ewtb.r.177779.2
+3	are	be	VERB	O	0		v.stative	ewtb.r.177779.2
+4	these	these	DET	O	0			ewtb.r.177779.2
+5	people	person	NOUN	O	0		n.person	ewtb.r.177779.2
+6	completely	completely	ADV	O	0			ewtb.r.177779.2
+7	inefficient	inefficient	ADJ	O	0			ewtb.r.177779.2
+8	and	and	CONJ	O	0			ewtb.r.177779.2
+9	ineffective	ineffective	ADJ	O	0			ewtb.r.177779.2
+10	,	,	PUNCT	O	0			ewtb.r.177779.2
+11	but	but	CONJ	O	0			ewtb.r.177779.2
+12	they	they	PRON	O	0			ewtb.r.177779.2
+13	just	just	ADV	O	0			ewtb.r.177779.2
+14	do	do	AUX	O	0			ewtb.r.177779.2
+15	n't	n't	PART	O	0			ewtb.r.177779.2
+16	give	give	VERB	B	0		v.emotion	ewtb.r.177779.2
+17	a	a	DET	I	16			ewtb.r.177779.2
+18	darn	darn	NOUN	I	17			ewtb.r.177779.2
+19	.	.	PUNCT	O	0			ewtb.r.177779.2
+
+1	This	this	DET	O	0			ewtb.r.177779.3
+2	place	place	NOUN	O	0		n.group	ewtb.r.177779.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.177779.3
+4	a	a	DET	O	0			ewtb.r.177779.3
+5	complete	complete	ADJ	O	0			ewtb.r.177779.3
+6	embarrassment	embarrassment	NOUN	O	0		n.feeling	ewtb.r.177779.3
+7	.	.	PUNCT	O	0			ewtb.r.177779.3
+
+1	the	the	DET	O	0			ewtb.r.181771.1
+2	2010	2010	NUM	B	0		n.artifact	ewtb.r.181771.1
+3	Genesis	genesis	PROPN	I	2			ewtb.r.181771.1
+4	is	be	VERB	O	0		v.stative	ewtb.r.181771.1
+5	grrrrrrrreeeaaat	grrrrrrrreeeaaat	ADJ	O	0			ewtb.r.181771.1
+6	!	!	PUNCT	O	0			ewtb.r.181771.1
+
+1	I	i	PRON	O	0			ewtb.r.181771.2
+2	am	be	VERB	O	0		v.stative	ewtb.r.181771.2
+3	a	a	DET	O	0			ewtb.r.181771.2
+4	proud	proud	ADJ	O	0			ewtb.r.181771.2
+5	owner	owner	NOUN	O	0		n.person	ewtb.r.181771.2
+6	of	of	ADP	O	0			ewtb.r.181771.2
+7	a	a	DET	O	0			ewtb.r.181771.2
+8	brand	brand	ADV	B	0			ewtb.r.181771.2
+9	new	new	ADJ	I	8			ewtb.r.181771.2
+10	2010	2010	NUM	B	0		n.artifact	ewtb.r.181771.2
+11	Hyundai	hyundai	PROPN	I	10			ewtb.r.181771.2
+12	Genesis	genesis	PROPN	I	11			ewtb.r.181771.2
+13	.	.	PUNCT	O	0			ewtb.r.181771.2
+
+1	I	i	PRON	O	0			ewtb.r.181771.3
+2	have	have	AUX	O	0			ewtb.r.181771.3
+3	never	never	ADV	O	0			ewtb.r.181771.3
+4	seen	see	VERB	O	0		v.perception	ewtb.r.181771.3
+5	this	this	DET	O	0			ewtb.r.181771.3
+6	car	car	NOUN	O	0		n.artifact	ewtb.r.181771.3
+7	before	before	ADV	O	0			ewtb.r.181771.3
+8	until	until	SCONJ	O	0			ewtb.r.181771.3
+9	this	this	DET	O	0			ewtb.r.181771.3
+10	lady	lady	NOUN	O	0		n.person	ewtb.r.181771.3
+11	at	at	ADP	O	0			ewtb.r.181771.3
+12	wal	wal	PROPN	B	0		n.group	ewtb.r.181771.3
+13	mart	mart	PROPN	I	12			ewtb.r.181771.3
+14	had	have	VERB	O	0		v.stative	ewtb.r.181771.3
+15	it	it	PRON	O	0			ewtb.r.181771.3
+16	and	and	CONJ	O	0			ewtb.r.181771.3
+17	she	she	PRON	O	0			ewtb.r.181771.3
+18	told	tell	VERB	O	0		v.communication	ewtb.r.181771.3
+19	me	me	PRON	O	0			ewtb.r.181771.3
+20	she	she	PRON	O	0			ewtb.r.181771.3
+21	got	get	VERB	O	0		v.possession	ewtb.r.181771.3
+22	it	it	PRON	O	0			ewtb.r.181771.3
+23	here	here	ADV	O	0			ewtb.r.181771.3
+24	and	and	CONJ	O	0			ewtb.r.181771.3
+25	that	that	SCONJ	O	0			ewtb.r.181771.3
+26	everyone	everyone	NOUN	O	0			ewtb.r.181771.3
+27	was	be	VERB	O	0		v.stative	ewtb.r.181771.3
+28	so	so	ADV	O	0			ewtb.r.181771.3
+29	nice	nice	ADJ	O	0			ewtb.r.181771.3
+30	to	to	ADP	O	0			ewtb.r.181771.3
+31	her	her	PRON	O	0			ewtb.r.181771.3
+32	.	.	PUNCT	O	0			ewtb.r.181771.3
+
+1	I	i	PRON	O	0			ewtb.r.181771.4
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.181771.4
+3	her	her	PRON	O	0			ewtb.r.181771.4
+4	who	who	PRON	O	0			ewtb.r.181771.4
+5	she	she	PRON	O	0			ewtb.r.181771.4
+6	worked	work	VERB	O	0		v.social	ewtb.r.181771.4
+7	with	with	ADP	O	0			ewtb.r.181771.4
+8	and	and	CONJ	O	0			ewtb.r.181771.4
+9	she	she	PRON	O	0			ewtb.r.181771.4
+10	just	just	ADV	O	0			ewtb.r.181771.4
+11	told	tell	VERB	O	0		v.communication	ewtb.r.181771.4
+12	me	me	PRON	O	0			ewtb.r.181771.4
+13	ti	ti	PRON	O	0			ewtb.r.181771.4
+14	was	be	VERB	O	0		v.stative	ewtb.r.181771.4
+15	the	the	DET	O	0			ewtb.r.181771.4
+16	sales	sales	NOUN	O	0		n.act	ewtb.r.181771.4
+17	manager	manager	NOUN	O	0		n.person	ewtb.r.181771.4
+18	.	.	PUNCT	O	0			ewtb.r.181771.4
+
+1	I	i	PRON	O	0			ewtb.r.181771.5
+2	took	take	VERB	B	0		v.social	ewtb.r.181771.5
+3	the	the	DET	o	0			ewtb.r.181771.5
+4	weekend	weekend	NOUN	o	0		n.time	ewtb.r.181771.5
+5	off	off	ADP	I	2			ewtb.r.181771.5
+6	and	and	CONJ	O	0			ewtb.r.181771.5
+7	came	come	VERB	O	0		v.motion	ewtb.r.181771.5
+8	in	in	ADV	O	0			ewtb.r.181771.5
+9	and	and	CONJ	O	0			ewtb.r.181771.5
+10	asked	ask	VERB	O	0		v.communication	ewtb.r.181771.5
+11	for	for	ADP	O	0			ewtb.r.181771.5
+12	the	the	DET	O	0			ewtb.r.181771.5
+13	manager	manager	NOUN	O	0		n.person	ewtb.r.181771.5
+14	who	who	PRON	O	0			ewtb.r.181771.5
+15	is	be	VERB	O	0		v.stative	ewtb.r.181771.5
+16	Jeff	jeff	PROPN	O	0		n.person	ewtb.r.181771.5
+17	and	and	CONJ	O	0			ewtb.r.181771.5
+18	he	he	PRON	O	0			ewtb.r.181771.5
+19	remembered	remember	VERB	O	0		v.cognition	ewtb.r.181771.5
+20	her	her	PRON	O	0			ewtb.r.181771.5
+21	right	right	ADV	B	0			ewtb.r.181771.5
+22	away	away	ADV	I	21			ewtb.r.181771.5
+23	even	even	ADV	O	0			ewtb.r.181771.5
+24	remembered	remember	VERB	O	0		v.cognition	ewtb.r.181771.5
+25	her	her	PRON	O	0			ewtb.r.181771.5
+26	dog	dog	NOUN	O	0		n.animal	ewtb.r.181771.5
+27	,	,	PUNCT	O	0			ewtb.r.181771.5
+28	I	i	PRON	O	0			ewtb.r.181771.5
+29	was	be	VERB	O	0		v.stative	ewtb.r.181771.5
+30	a	a	DET	B	0			ewtb.r.181771.5
+31	bit	bit	NOUN	I	30			ewtb.r.181771.5
+32	shocked	shocked	ADJ	O	0			ewtb.r.181771.5
+33	that	that	SCONJ	O	0			ewtb.r.181771.5
+34	someone	someone	NOUN	O	0			ewtb.r.181771.5
+35	would	would	AUX	O	0			ewtb.r.181771.5
+36	pay	pay	VERB	B	0		v.cognition	ewtb.r.181771.5
+37	that	that	ADV	o	0			ewtb.r.181771.5
+38	close	close	ADJ	o	0			ewtb.r.181771.5
+39	attention	attention	NOUN	I	36			ewtb.r.181771.5
+40	.	.	PUNCT	O	0			ewtb.r.181771.5
+
+1	We	we	PRON	O	0			ewtb.r.181771.6
+2	got	get	VERB	B	0		v.change	ewtb.r.181771.6
+3	to	to	SCONJ	I	2			ewtb.r.181771.6
+4	talking	talk	VERB	O	0		v.communication	ewtb.r.181771.6
+5	and	and	CONJ	O	0			ewtb.r.181771.6
+6	he	he	PRON	O	0			ewtb.r.181771.6
+7	got	get	VERB	O	0			ewtb.r.181771.6
+8	me	me	PRON	O	0			ewtb.r.181771.6
+9	set	set	VERB	B	0		v.social	ewtb.r.181771.6
+10	up	up	ADP	I	9			ewtb.r.181771.6
+11	and	and	CONJ	O	0			ewtb.r.181771.6
+12	I	i	PRON	O	0			ewtb.r.181771.6
+13	test	test	NOUN	B	0		n.event	ewtb.r.181771.6
+14	drove	drive	VERB	I	13			ewtb.r.181771.6
+15	with	with	ADP	O	0			ewtb.r.181771.6
+16	Craig	craig	PROPN	O	0		n.person	ewtb.r.181771.6
+17	and	and	CONJ	O	0			ewtb.r.181771.6
+18	I	i	PRON	O	0			ewtb.r.181771.6
+19	fell	fall	VERB	O	0		v.emotion	ewtb.r.181771.6
+20	head	head	NOUN	B	0			ewtb.r.181771.6
+21	over	over	ADP	I	20			ewtb.r.181771.6
+22	heels	heel	NOUN	I	21			ewtb.r.181771.6
+23	for	for	ADP	O	0			ewtb.r.181771.6
+24	this	this	DET	O	0			ewtb.r.181771.6
+25	car	car	NOUN	O	0		n.artifact	ewtb.r.181771.6
+26	all	all	DET	O	0			ewtb.r.181771.6
+27	I	i	PRON	O	0			ewtb.r.181771.6
+28	kept	keep	VERB	O	0		v.change	ewtb.r.181771.6
+29	saying	say	VERB	O	0		v.communication	ewtb.r.181771.6
+30	,	,	PUNCT	O	0			ewtb.r.181771.6
+31	"	"	PUNCT	O	0			ewtb.r.181771.6
+32	was	be	VERB	O	0		v.stative	ewtb.r.181771.6
+33	I	i	PRON	O	0			ewtb.r.181771.6
+34	got	get	VERB	B	0			ewtb.r.181771.6
+35	ta	ta	PART	I	34			ewtb.r.181771.6
+36	have	have	VERB	O	0		v.possession	ewtb.r.181771.6
+37	it	it	PRON	O	0			ewtb.r.181771.6
+38	!	!	PUNCT	O	0			ewtb.r.181771.6
+39	"	"	PUNCT	O	0			ewtb.r.181771.6
+
+1	I	i	PRON	O	0			ewtb.r.181771.7
+2	thouhgt	thouhgt	VERB	O	0		v.cognition	ewtb.r.181771.7
+3	it	it	PRON	O	0			ewtb.r.181771.7
+4	would	would	AUX	O	0			ewtb.r.181771.7
+5	be	be	VERB	O	0		v.stative	ewtb.r.181771.7
+6	out	out	ADP	B	0			ewtb.r.181771.7
+7	of	of	ADP	I	6			ewtb.r.181771.7
+8	my	my	PRON	O	0			ewtb.r.181771.7
+9	price	price	NOUN	B	0		n.cognition	ewtb.r.181771.7
+10	range	range	NOUN	I	9			ewtb.r.181771.7
+11	but	but	CONJ	O	0			ewtb.r.181771.7
+12	they	they	PRON	O	0			ewtb.r.181771.7
+13	really	really	ADV	O	0			ewtb.r.181771.7
+14	worked	work	VERB	O	0		v.social	ewtb.r.181771.7
+15	with	with	ADP	O	0			ewtb.r.181771.7
+16	me	me	PRON	O	0			ewtb.r.181771.7
+17	and	and	CONJ	O	0			ewtb.r.181771.7
+18	now	now	ADV	O	0			ewtb.r.181771.7
+19	I	i	PRON	O	0			ewtb.r.181771.7
+20	could	could	AUX	O	0			ewtb.r.181771.7
+21	nt	nt	VERB	O	0			ewtb.r.181771.7
+22	be	be	VERB	O	0		v.stative	ewtb.r.181771.7
+23	happier	happy	ADJ	O	0			ewtb.r.181771.7
+24	.	.	PUNCT	O	0			ewtb.r.181771.7
+
+1	Jeff	jeff	PROPN	O	0		n.person	ewtb.r.181771.8
+2	and	and	CONJ	O	0			ewtb.r.181771.8
+3	Craig	craig	PROPN	O	0		n.person	ewtb.r.181771.8
+4	are	be	VERB	O	0		v.stative	ewtb.r.181771.8
+5	really	really	ADV	O	0			ewtb.r.181771.8
+6	good	good	ADJ	O	0			ewtb.r.181771.8
+7	at	at	SCONJ	O	0			ewtb.r.181771.8
+8	what	what	PRON	O	0			ewtb.r.181771.8
+9	they	they	PRON	O	0			ewtb.r.181771.8
+10	do	do	VERB	O	0		v.stative	ewtb.r.181771.8
+11	and	and	CONJ	O	0			ewtb.r.181771.8
+12	know	know	VERB	O	0		v.cognition	ewtb.r.181771.8
+13	exactly	exactly	ADV	O	0			ewtb.r.181771.8
+14	how	how	ADV	O	0			ewtb.r.181771.8
+15	to	to	PART	O	0			ewtb.r.181771.8
+16	treat	treat	VERB	O	0		v.social	ewtb.r.181771.8
+17	a	a	DET	O	0			ewtb.r.181771.8
+18	customer	customer	NOUN	O	0		n.person	ewtb.r.181771.8
+19	.	.	PUNCT	O	0			ewtb.r.181771.8
+
+1	Definitely	definitely	ADV	O	0			ewtb.r.181771.9
+2	go	go	VERB	O	0		v.motion	ewtb.r.181771.9
+3	see	see	VERB	O	0		v.social	ewtb.r.181771.9
+4	them	them	PRON	O	0			ewtb.r.181771.9
+5	!	!	PUNCT	O	0			ewtb.r.181771.9
+
+1	DO	do	AUX	O	0			ewtb.r.183172.1
+2	NOT	not	PART	O	0			ewtb.r.183172.1
+3	GO	go	VERB	O	0		v.motion	ewtb.r.183172.1
+4	HERE	here	ADV	O	0			ewtb.r.183172.1
+5	!!!	!!!	PUNCT	O	0			ewtb.r.183172.1
+
+1	I	i	PRON	O	0			ewtb.r.183172.2
+2	went	go	VERB	O	0		v.emotion	ewtb.r.183172.2
+3	to	to	PART	O	0			ewtb.r.183172.2
+4	get	get	VERB	B	0		v.body	ewtb.r.183172.2
+5	my	my	PRON	o	0			ewtb.r.183172.2
+6	nails	nail	NOUN	I	4			ewtb.r.183172.2
+7	filled	fill	VERB	I	6			ewtb.r.183172.2
+8	Friday	friday	PROPN	O	0		n.time	ewtb.r.183172.2
+9	,	,	PUNCT	O	0			ewtb.r.183172.2
+10	by	by	ADP	O	0			ewtb.r.183172.2
+11	Monday	monday	PROPN	O	0		n.time	ewtb.r.183172.2
+12	2	2	NUM	O	0			ewtb.r.183172.2
+13	were	be	VERB	O	0		v.stative	ewtb.r.183172.2
+14	broken	broken	ADJ	O	0			ewtb.r.183172.2
+15	.	.	PUNCT	O	0			ewtb.r.183172.2
+
+1	I	i	PRON	O	0			ewtb.r.183172.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.183172.3
+3	not	not	PART	O	0			ewtb.r.183172.3
+4	happy	happy	ADJ	O	0			ewtb.r.183172.3
+5	with	with	ADP	O	0			ewtb.r.183172.3
+6	the	the	DET	O	0			ewtb.r.183172.3
+7	way	way	NOUN	O	0		n.cognition	ewtb.r.183172.3
+8	they	they	PRON	O	0			ewtb.r.183172.3
+9	looked	look	VERB	O	0		v.perception	ewtb.r.183172.3
+10	,	,	PUNCT	O	0			ewtb.r.183172.3
+11	very	very	ADV	O	0			ewtb.r.183172.3
+12	wavy	wavy	ADJ	O	0			ewtb.r.183172.3
+13	,	,	PUNCT	O	0			ewtb.r.183172.3
+14	uneven	uneven	ADJ	O	0			ewtb.r.183172.3
+15	edges	edge	NOUN	O	0		n.location	ewtb.r.183172.3
+16	,	,	PUNCT	O	0			ewtb.r.183172.3
+17	and	and	CONJ	O	0			ewtb.r.183172.3
+18	with	with	ADP	B	0			ewtb.r.183172.3
+19	the	the	DET	I	18			ewtb.r.183172.3
+20	exception	exception	NOUN	I	19			ewtb.r.183172.3
+21	of	of	ADP	I	20			ewtb.r.183172.3
+22	1	1	NUM	O	0			ewtb.r.183172.3
+23	,	,	PUNCT	O	0			ewtb.r.183172.3
+24	there	there	PRON	O	0			ewtb.r.183172.3
+25	is	be	VERB	O	0		v.stative	ewtb.r.183172.3
+26	a	a	DET	O	0			ewtb.r.183172.3
+27	dip	dip	NOUN	O	0		n.cognition	ewtb.r.183172.3
+28	in	in	ADP	O	0			ewtb.r.183172.3
+29	the	the	DET	O	0			ewtb.r.183172.3
+30	center	center	NOUN	O	0		n.location	ewtb.r.183172.3
+31	of	of	ADP	O	0			ewtb.r.183172.3
+32	each	each	DET	O	0			ewtb.r.183172.3
+33	nail	nail	NOUN	O	0		n.artifact	ewtb.r.183172.3
+34	.	.	PUNCT	O	0			ewtb.r.183172.3
+
+1	I	i	PRON	O	0			ewtb.r.183172.4
+2	also	also	ADV	O	0			ewtb.r.183172.4
+3	had	have	VERB	B	0		v.stative	ewtb.r.183172.4
+4	a	a	DET	I	3			ewtb.r.183172.4
+5	pedicure	pedicure	NOUN	I	4			ewtb.r.183172.4
+6	,	,	PUNCT	O	0			ewtb.r.183172.4
+7	and	and	CONJ	O	0			ewtb.r.183172.4
+8	they	they	PRON	O	0			ewtb.r.183172.4
+9	cut	cut	VERB	B	0		v.body	ewtb.r.183172.4
+10	my	my	PRON	o	0			ewtb.r.183172.4
+11	nails	nail	NOUN	I	9			ewtb.r.183172.4
+12	too	too	ADV	O	0			ewtb.r.183172.4
+13	short	short	ADJ	O	0			ewtb.r.183172.4
+14	,	,	PUNCT	O	0			ewtb.r.183172.4
+15	one	one	NUM	O	0			ewtb.r.183172.4
+16	of	of	ADP	O	0			ewtb.r.183172.4
+17	my	my	PRON	O	0			ewtb.r.183172.4
+18	big	big	ADJ	B	0		n.body	ewtb.r.183172.4
+19	toes	toe	NOUN	I	18			ewtb.r.183172.4
+20	looks	look	VERB	O	0		v.perception	ewtb.r.183172.4
+21	like	like	SCONJ	O	0			ewtb.r.183172.4
+22	it	it	PRON	O	0			ewtb.r.183172.4
+23	s	s	AUX	O	0			ewtb.r.183172.4
+24	getting	get	VERB	O	0		v.body	ewtb.r.183172.4
+25	infected	infected	ADJ	O	0			ewtb.r.183172.4
+26	.	.	PUNCT	O	0			ewtb.r.183172.4
+
+1	:)	:)	SYM	O	0			ewtb.r.186275.1
+
+1	I	i	PRON	O	0			ewtb.r.186275.2
+2	will	will	AUX	O	0			ewtb.r.186275.2
+3	gladly	gladly	ADV	O	0			ewtb.r.186275.2
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.186275.2
+5	you	you	PRON	O	0			ewtb.r.186275.2
+6	to	to	ADP	O	0			ewtb.r.186275.2
+7	anyone	anyone	NOUN	O	0			ewtb.r.186275.2
+8	in	in	ADP	B	0			ewtb.r.186275.2
+9	need	need	NOUN	I	8			ewtb.r.186275.2
+10	of	of	ADP	I	9			ewtb.r.186275.2
+11	or	or	CONJ	O	0			ewtb.r.186275.2
+12	looking	look	VERB	O	0		v.cognition	ewtb.r.186275.2
+13	for	for	ADP	O	0			ewtb.r.186275.2
+14	a	a	DET	O	0			ewtb.r.186275.2
+15	good	good	ADJ	O	0			ewtb.r.186275.2
+16	florist	florist	NOUN	O	0		n.person	ewtb.r.186275.2
+17	.	.	PUNCT	O	0			ewtb.r.186275.2
+
+1	BAD	bad	ADJ	O	0			ewtb.r.187875.1
+2	COFFEE	coffee	NOUN	O	0		n.food	ewtb.r.187875.1
+3	,	,	PUNCT	O	0			ewtb.r.187875.1
+4	DO	do	AUX	O	0			ewtb.r.187875.1
+5	NT	nt	ADV	O	0			ewtb.r.187875.1
+6	BOTHER	bother	VERB	O	0		v.social	ewtb.r.187875.1
+7	!	!	PUNCT	O	0			ewtb.r.187875.1
+
+1	Ca	ca	AUX	O	0			ewtb.r.187875.2
+2	n't	n't	PART	O	0			ewtb.r.187875.2
+3	you	you	PRON	O	0			ewtb.r.187875.2
+4	make	make	VERB	O	0		v.creation	ewtb.r.187875.2
+5	a	a	DET	O	0			ewtb.r.187875.2
+6	decent	decent	ADJ	O	0			ewtb.r.187875.2
+7	cup	cup	NOUN	O	0		n.quantity	ewtb.r.187875.2
+8	of	of	ADP	O	0			ewtb.r.187875.2
+9	coffee	coffee	NOUN	O	0		n.food	ewtb.r.187875.2
+10	?	?	PUNCT	O	0			ewtb.r.187875.2
+
+1	You	you	PRON	O	0			ewtb.r.187875.3
+2	charge	charge	VERB	O	0		v.possession	ewtb.r.187875.3
+3	SO	so	ADV	O	0			ewtb.r.187875.3
+4	MUCH	much	ADJ	O	0			ewtb.r.187875.3
+5	,	,	PUNCT	O	0			ewtb.r.187875.3
+6	yet	yet	CONJ	O	0			ewtb.r.187875.3
+7	you	you	PRON	O	0			ewtb.r.187875.3
+8	use	use	VERB	O	0		v.consumption	ewtb.r.187875.3
+9	the	the	DET	O	0			ewtb.r.187875.3
+10	same	same	ADJ	O	0			ewtb.r.187875.3
+11	grounds	grounds	NOUN	O	0		n.food	ewtb.r.187875.3
+12	over	over	ADV	O	0			ewtb.r.187875.3
+13	and	and	CONJ	O	0			ewtb.r.187875.3
+14	over	over	ADV	O	0			ewtb.r.187875.3
+15	again	again	ADV	O	0			ewtb.r.187875.3
+16	.	.	PUNCT	O	0			ewtb.r.187875.3
+
+1	The	the	DET	O	0			ewtb.r.187875.4
+2	coffee	coffee	NOUN	O	0		n.food	ewtb.r.187875.4
+3	taste	taste	VERB	O	0		v.perception	ewtb.r.187875.4
+4	BURNT	burnt	ADJ	O	0			ewtb.r.187875.4
+5	and	and	CONJ	O	0			ewtb.r.187875.4
+6	very	very	ADV	O	0			ewtb.r.187875.4
+7	bitter	bitter	ADJ	O	0			ewtb.r.187875.4
+8	.	.	PUNCT	O	0			ewtb.r.187875.4
+
+1	No	no	DET	O	0			ewtb.r.187875.5
+2	amount	amount	NOUN	O	0		n.quantity	ewtb.r.187875.5
+3	of	of	ADP	O	0			ewtb.r.187875.5
+4	sugar	sugar	NOUN	O	0		n.food	ewtb.r.187875.5
+5	and	and	CONJ	O	0			ewtb.r.187875.5
+6	milk	milk	NOUN	O	0		n.food	ewtb.r.187875.5
+7	can	can	AUX	O	0			ewtb.r.187875.5
+8	mask	mask	VERB	O	0		v.change	ewtb.r.187875.5
+9	it	it	PRON	O	0			ewtb.r.187875.5
+10	.	.	PUNCT	O	0			ewtb.r.187875.5
+
+1	CHANGE	change	VERB	O	0		v.change	ewtb.r.187875.6
+2	THE	the	DET	O	0			ewtb.r.187875.6
+3	PROCESS	process	NOUN	O	0		n.process	ewtb.r.187875.6
+4	,	,	PUNCT	O	0			ewtb.r.187875.6
+5	PPL	ppl	NOUN	O	0		n.person	ewtb.r.187875.6
+6	!	!	PUNCT	O	0			ewtb.r.187875.6
+
+1	Westfield	westfield	PROPN	O	0		n.group	ewtb.r.187875.7
+2	and	and	CONJ	O	0			ewtb.r.187875.7
+3	Rt	rt	PROPN	B	0		n.location	ewtb.r.187875.7
+4	1	1	NUM	I	3			ewtb.r.187875.7
+5	do	do	VERB	O	0		v.social	ewtb.r.187875.7
+6	it	it	PRON	O	0			ewtb.r.187875.7
+7	well	well	ADV	O	0			ewtb.r.187875.7
+8	,	,	PUNCT	O	0			ewtb.r.187875.7
+9	WHY	why	ADV	O	0			ewtb.r.187875.7
+10	CA	ca	AUX	O	0			ewtb.r.187875.7
+11	NT	nt	ADV	O	0			ewtb.r.187875.7
+12	U	u	PRON	O	0			ewtb.r.187875.7
+13	????	????	PUNCT	O	0			ewtb.r.187875.7
+
+1	A	a	DET	O	0			ewtb.r.189171.1
+2	most	most	ADV	O	0			ewtb.r.189171.1
+3	outstanding	outstanding	ADJ	O	0			ewtb.r.189171.1
+4	,	,	PUNCT	O	0			ewtb.r.189171.1
+5	professional	professional	ADJ	O	0			ewtb.r.189171.1
+6	firm	firm	NOUN	O	0		n.group	ewtb.r.189171.1
+7	.	.	PUNCT	O	0			ewtb.r.189171.1
+
+1	Great	great	ADJ	O	0			ewtb.r.201972.1
+2	help	help	NOUN	O	0		n.cognition	ewtb.r.201972.1
+3	even	even	ADV	O	0			ewtb.r.201972.1
+4	near	near	ADP	O	0			ewtb.r.201972.1
+5	closing	closing	NOUN	O	0		n.act	ewtb.r.201972.1
+6	time	time	NOUN	O	0		n.event	ewtb.r.201972.1
+7	!	!	PUNCT	O	0			ewtb.r.201972.1
+
+1	I	i	PRON	O	0			ewtb.r.201972.2
+2	came	come	VERB	B	0		v.motion	ewtb.r.201972.2
+3	in	in	ADP	I	2			ewtb.r.201972.2
+4	to	to	ADP	O	0			ewtb.r.201972.2
+5	town	town	NOUN	O	0		n.group	ewtb.r.201972.2
+6	for	for	ADP	O	0			ewtb.r.201972.2
+7	a	a	DET	O	0			ewtb.r.201972.2
+8	week	week	NOUN	O	0		n.time	ewtb.r.201972.2
+9	and	and	CONJ	O	0			ewtb.r.201972.2
+10	forgot	forget	VERB	O	0		v.cognition	ewtb.r.201972.2
+11	my	my	PRON	O	0			ewtb.r.201972.2
+12	trainers	trainer	NOUN	O	0		n.artifact	ewtb.r.201972.2
+13	!	!	PUNCT	O	0			ewtb.r.201972.2
+
+1	Oh	oh	INTJ	O	0			ewtb.r.201972.3
+2	no	no	INTJ	O	0			ewtb.r.201972.3
+3	!!	!!	PUNCT	O	0			ewtb.r.201972.3
+
+1	I	i	PRON	O	0			ewtb.r.201972.4
+2	came	come	VERB	B	0		v.motion	ewtb.r.201972.4
+3	in	in	ADV	I	2			ewtb.r.201972.4
+4	30	30	NUM	O	0			ewtb.r.201972.4
+5	min	min	NOUN	O	0		n.time	ewtb.r.201972.4
+6	before	before	ADP	O	0			ewtb.r.201972.4
+7	close	close	NOUN	O	0		n.event	ewtb.r.201972.4
+8	and	and	CONJ	O	0			ewtb.r.201972.4
+9	the	the	DET	O	0			ewtb.r.201972.4
+10	staff	staff	NOUN	O	0		n.group	ewtb.r.201972.4
+11	was	be	VERB	O	0		v.stative	ewtb.r.201972.4
+12	super	super	ADV	O	0			ewtb.r.201972.4
+13	helpful	helpful	ADJ	O	0			ewtb.r.201972.4
+14	.	.	PUNCT	O	0			ewtb.r.201972.4
+
+1	They	they	PRON	O	0			ewtb.r.201972.5
+2	spent	spend	VERB	B	0		v.social	ewtb.r.201972.5
+3	a	a	DET	b	0			ewtb.r.201972.5
+4	lot	lot	NOUN	i	3			ewtb.r.201972.5
+5	of	of	ADP	o	0			ewtb.r.201972.5
+6	time	time	NOUN	I	2			ewtb.r.201972.5
+7	with	with	ADP	O	0			ewtb.r.201972.5
+8	me	me	PRON	O	0			ewtb.r.201972.5
+9	and	and	CONJ	O	0			ewtb.r.201972.5
+10	got	get	VERB	O	0		v.possession	ewtb.r.201972.5
+11	me	me	PRON	O	0			ewtb.r.201972.5
+12	into	into	ADP	O	0			ewtb.r.201972.5
+13	a	a	DET	O	0			ewtb.r.201972.5
+14	great	great	ADJ	O	0			ewtb.r.201972.5
+15	pair	pair	NOUN	O	0		n.quantity	ewtb.r.201972.5
+16	of	of	ADP	O	0			ewtb.r.201972.5
+17	shoes	shoes	NOUN	O	0		n.artifact	ewtb.r.201972.5
+18	.	.	PUNCT	O	0			ewtb.r.201972.5
+
+1	I	i	PRON	O	0			ewtb.r.201972.6
+2	think	think	VERB	O	0		v.cognition	ewtb.r.201972.6
+3	they	they	PRON	O	0			ewtb.r.201972.6
+4	may	may	AUX	O	0			ewtb.r.201972.6
+5	even	even	ADV	O	0			ewtb.r.201972.6
+6	be	be	VERB	O	0		v.stative	ewtb.r.201972.6
+7	better	better	ADJ	O	0			ewtb.r.201972.6
+8	than	than	ADP	O	0			ewtb.r.201972.6
+9	the	the	DET	O	0			ewtb.r.201972.6
+10	pair	pair	NOUN	O	0		n.quantity	ewtb.r.201972.6
+11	I	i	PRON	O	0			ewtb.r.201972.6
+12	have	have	AUX	O	0			ewtb.r.201972.6
+13	been	be	AUX	O	0			ewtb.r.201972.6
+14	using	use	VERB	O	0		v.consumption	ewtb.r.201972.6
+15	this	this	DET	O	0			ewtb.r.201972.6
+16	past	past	ADJ	O	0			ewtb.r.201972.6
+17	year	year	NOUN	O	0		n.time	ewtb.r.201972.6
+18	!	!	PUNCT	O	0			ewtb.r.201972.6
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.201972.7
+2	Run	run	PROPN	B	0		n.group	ewtb.r.201972.7
+3	on	on	PROPN	I	2			ewtb.r.201972.7
+4	!	!	PUNCT	O	0			ewtb.r.201972.7
+
+1	Bulwark	bulwark	NOUN	O	0		n.group	ewtb.r.210875.1
+2	regarding	regard	VERB	O	0		v.cognition	ewtb.r.210875.1
+3	service	service	NOUN	O	0		n.act	ewtb.r.210875.1
+4	by	by	ADP	O	0			ewtb.r.210875.1
+5	Eric	eric	PROPN	O	0		n.person	ewtb.r.210875.1
+
+1	Just	just	ADV	O	0			ewtb.r.210875.2
+2	wanted	want	VERB	O	0		v.cognition	ewtb.r.210875.2
+3	you	you	PRON	O	0			ewtb.r.210875.2
+4	to	to	PART	O	0			ewtb.r.210875.2
+5	know	know	VERB	O	0		v.cognition	ewtb.r.210875.2
+6	that	that	SCONJ	O	0			ewtb.r.210875.2
+7	Eric	eric	PROPN	O	0		n.person	ewtb.r.210875.2
+8	came	come	VERB	B	0		v.motion	ewtb.r.210875.2
+9	by	by	ADV	I	8			ewtb.r.210875.2
+10	as	as	SCONJ	O	0			ewtb.r.210875.2
+11	scheduled	schedule	VERB	O	0		v.social	ewtb.r.210875.2
+12	today	today	NOUN	O	0		n.time	ewtb.r.210875.2
+13	and	and	CONJ	O	0			ewtb.r.210875.2
+14	sprayed	spray	VERB	B	0		v.contact	ewtb.r.210875.2
+15	our	our	PRON	o	0			ewtb.r.210875.2
+16	house	house	NOUN	o	0		n.artifact	ewtb.r.210875.2
+17	for	for	ADP	I	14			ewtb.r.210875.2
+18	scorpions	scorpion	NOUN	O	0		n.animal	ewtb.r.210875.2
+19	.	.	PUNCT	O	0			ewtb.r.210875.2
+
+1	He	he	PRON	O	0			ewtb.r.210875.3
+2	seemed	seem	VERB	O	0		v.cognition	ewtb.r.210875.3
+3	to	to	PART	O	0			ewtb.r.210875.3
+4	understand	understand	VERB	O	0		v.cognition	ewtb.r.210875.3
+5	how	how	ADV	O	0			ewtb.r.210875.3
+6	important	important	ADJ	O	0			ewtb.r.210875.3
+7	it	it	PRON	O	0			ewtb.r.210875.3
+8	was	be	VERB	O	0		v.stative	ewtb.r.210875.3
+9	for	for	SCONJ	O	0			ewtb.r.210875.3
+10	us	us	PRON	O	0			ewtb.r.210875.3
+11	to	to	PART	O	0			ewtb.r.210875.3
+12	make	make	VERB	B	0		v.cognition	ewtb.r.210875.3
+13	sure	sure	ADJ	I	12			ewtb.r.210875.3
+14	the	the	DET	O	0			ewtb.r.210875.3
+15	whole	whole	ADJ	O	0			ewtb.r.210875.3
+16	house	house	NOUN	O	0		n.artifact	ewtb.r.210875.3
+17	was	be	AUX	O	0			ewtb.r.210875.3
+18	sprayed	spray	VERB	O	0		v.contact	ewtb.r.210875.3
+19	so	so	ADV	O	0			ewtb.r.210875.3
+20	he	he	PRON	O	0			ewtb.r.210875.3
+21	took	take	VERB	B	0		v.social	ewtb.r.210875.3
+22	his	his	PRON	o	0			ewtb.r.210875.3
+23	time	time	NOUN	I	21			ewtb.r.210875.3
+24	.	.	PUNCT	O	0			ewtb.r.210875.3
+
+1	Thank	thank	VERB	B	0			ewtb.r.210875.4
+2	you	you	PRON	I	1			ewtb.r.210875.4
+3	!	!	PUNCT	O	0			ewtb.r.210875.4
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.230176.1
+2	Physiotherapists	physiotherapist	NOUN	O	0		n.person	ewtb.r.230176.1
+3	!	!	PUNCT	O	0			ewtb.r.230176.1
+
+1	Kusal	kusal	PROPN	B	0		n.person	ewtb.r.230176.2
+2	Goonewardena	goonewardena	PROPN	I	1			ewtb.r.230176.2
+3	and	and	CONJ	O	0			ewtb.r.230176.2
+4	his	his	PRON	O	0			ewtb.r.230176.2
+5	team	team	NOUN	O	0		n.group	ewtb.r.230176.2
+6	of	of	ADP	O	0			ewtb.r.230176.2
+7	Physios	physios	NOUN	O	0		n.person	ewtb.r.230176.2
+8	are	be	VERB	O	0		v.stative	ewtb.r.230176.2
+9	unbelievable	unbelievable	ADJ	O	0			ewtb.r.230176.2
+10	!	!	PUNCT	O	0			ewtb.r.230176.2
+
+1	I	i	PRON	O	0			ewtb.r.230176.3
+2	have	have	AUX	O	0			ewtb.r.230176.3
+3	been	be	AUX	O	0			ewtb.r.230176.3
+4	suffering	suffer	VERB	O	0		v.emotion	ewtb.r.230176.3
+5	from	from	ADP	O	0			ewtb.r.230176.3
+6	back	back	NOUN	B	0		n.state	ewtb.r.230176.3
+7	pain	pain	NOUN	I	6			ewtb.r.230176.3
+8	for	for	ADP	O	0			ewtb.r.230176.3
+9	over	over	ADV	O	0			ewtb.r.230176.3
+10	12	12	NUM	O	0			ewtb.r.230176.3
+11	years	years	NOUN	O	0		n.time	ewtb.r.230176.3
+12	and	and	CONJ	O	0			ewtb.r.230176.3
+13	have	have	AUX	O	0			ewtb.r.230176.3
+14	been	be	VERB	B	0		v.motion	ewtb.r.230176.3
+15	to	to	ADP	I	14			ewtb.r.230176.3
+16	numerous	numerous	ADJ	O	0			ewtb.r.230176.3
+17	specialists	specialist	NOUN	O	0		n.person	ewtb.r.230176.3
+18	,	,	PUNCT	O	0			ewtb.r.230176.3
+19	physios	physios	NOUN	O	0		n.person	ewtb.r.230176.3
+20	,	,	PUNCT	O	0			ewtb.r.230176.3
+21	osteos	osteos	NOUN	O	0		n.person	ewtb.r.230176.3
+22	and	and	CONJ	O	0			ewtb.r.230176.3
+23	chiros	chiros	NOUN	O	0		n.person	ewtb.r.230176.3
+24	with	with	ADP	O	0			ewtb.r.230176.3
+25	no	no	DET	O	0			ewtb.r.230176.3
+26	help	help	NOUN	O	0		n.cognition	ewtb.r.230176.3
+27	.	.	PUNCT	O	0			ewtb.r.230176.3
+
+1	It	it	PRON	O	0			ewtb.r.230176.4
+2	took	take	VERB	O	0		v.stative	ewtb.r.230176.4
+3	the	the	DET	O	0			ewtb.r.230176.4
+4	Vigor	vigor	PROPN	O	0		n.group	ewtb.r.230176.4
+5	team	team	NOUN	O	0		n.group	ewtb.r.230176.4
+6	only	only	ADV	O	0			ewtb.r.230176.4
+7	4	4	NUM	O	0			ewtb.r.230176.4
+8	visits	visit	NOUN	O	0		n.event	ewtb.r.230176.4
+9	to	to	PART	O	0			ewtb.r.230176.4
+10	get	get	VERB	O	0		v.change	ewtb.r.230176.4
+11	me	me	PRON	O	0			ewtb.r.230176.4
+12	feeling	feel	VERB	O	0		v.perception	ewtb.r.230176.4
+13	normal	normal	ADJ	O	0			ewtb.r.230176.4
+14	!	!	PUNCT	O	0			ewtb.r.230176.4
+
+1	And	and	CONJ	B	0			ewtb.r.230176.5
+2	now	now	ADV	I	1			ewtb.r.230176.5
+3	2	2	NUM	O	0			ewtb.r.230176.5
+4	months	month	NOUN	O	0		n.time	ewtb.r.230176.5
+5	after	after	ADP	O	0			ewtb.r.230176.5
+6	my	my	PRON	O	0			ewtb.r.230176.5
+7	last	last	ADJ	O	0			ewtb.r.230176.5
+8	appointment	appointment	NOUN	O	0		n.event	ewtb.r.230176.5
+9	I	i	PRON	O	0			ewtb.r.230176.5
+10	am	be	VERB	O	0		v.stative	ewtb.r.230176.5
+11	better	better	ADJ	O	0			ewtb.r.230176.5
+12	than	than	ADP	O	0			ewtb.r.230176.5
+13	ever	ever	ADV	O	0			ewtb.r.230176.5
+14	.	.	PUNCT	O	0			ewtb.r.230176.5
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.230176.6
+2	guys	guy	NOUN	O	0		n.group	ewtb.r.230176.6
+3	!	!	PUNCT	O	0			ewtb.r.230176.6
+
+1	You	you	PRON	O	0			ewtb.r.232278.1
+2	are	be	VERB	O	0		v.stative	ewtb.r.232278.1
+3	the	the	DET	O	0			ewtb.r.232278.1
+4	only	only	ADJ	O	0			ewtb.r.232278.1
+5	one	one	NUM	O	0			ewtb.r.232278.1
+6	auto	auto	NOUN	B	0		n.artifact	ewtb.r.232278.1
+7	glass	glass	NOUN	I	6			ewtb.r.232278.1
+8	repair	repair	NOUN	O	0		n.act	ewtb.r.232278.1
+9	shop	shop	NOUN	O	0		n.group	ewtb.r.232278.1
+10	in	in	ADP	O	0			ewtb.r.232278.1
+11	the	the	DET	O	0			ewtb.r.232278.1
+12	area	area	NOUN	O	0		n.location	ewtb.r.232278.1
+13	I	i	PRON	O	0			ewtb.r.232278.1
+14	would	would	AUX	O	0			ewtb.r.232278.1
+15	count	count	VERB	B	0		v.cognition	ewtb.r.232278.1
+16	on	on	ADP	I	15			ewtb.r.232278.1
+17	.	.	PUNCT	O	0			ewtb.r.232278.1
+
+1	The	the	DET	O	0			ewtb.r.235576.1
+2	Best	best	ADJ	O	0			ewtb.r.235576.1
+3	Breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.235576.1
+4	in	in	ADP	O	0			ewtb.r.235576.1
+5	Solana	solana	PROPN	B	0		n.location	ewtb.r.235576.1
+6	Beach	beach	PROPN	I	5			ewtb.r.235576.1
+7	!	!	PUNCT	O	0			ewtb.r.235576.1
+
+1	We	we	PRON	O	0			ewtb.r.235576.2
+2	love	love	VERB	O	0		v.emotion	ewtb.r.235576.2
+3	T	t	PROPN	B	0		n.group	ewtb.r.235576.2
+4	's	's	PART	I	3			ewtb.r.235576.2
+5	Cafe	cafe	PROPN	I	4			ewtb.r.235576.2
+6	!	!	PUNCT	O	0			ewtb.r.235576.2
+
+1	Without	without	ADP	B	0			ewtb.r.235576.3
+2	a	a	DET	I	1			ewtb.r.235576.3
+3	doubt	doubt	NOUN	I	2			ewtb.r.235576.3
+4	the	the	DET	O	0			ewtb.r.235576.3
+5	best	best	ADJ	O	0			ewtb.r.235576.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.235576.3
+7	to	to	PART	O	0			ewtb.r.235576.3
+8	grab	grab	VERB	O	0		v.possession	ewtb.r.235576.3
+9	a	a	DET	O	0			ewtb.r.235576.3
+10	tall	tall	ADJ	O	0			ewtb.r.235576.3
+11	bloody	bloody	ADJ	B	0		n.food	ewtb.r.235576.3
+12	mary	mary	NOUN	I	11			ewtb.r.235576.3
+13	and	and	CONJ	O	0			ewtb.r.235576.3
+14	some	some	DET	O	0			ewtb.r.235576.3
+15	eggs	eggs	NOUN	B	0		n.food	ewtb.r.235576.3
+16	benedict	benedict	NOUN	I	15			ewtb.r.235576.3
+17	.	.	PUNCT	O	0			ewtb.r.235576.3
+
+1	T	t	PROPN	B	0		n.group	ewtb.r.235576.4
+2	's	's	PART	I	1			ewtb.r.235576.4
+3	has	have	AUX	O	0			ewtb.r.235576.4
+4	been	be	VERB	O	0		v.stative	ewtb.r.235576.4
+5	a	a	DET	O	0			ewtb.r.235576.4
+6	North	north	PROPN	B	0		n.location	ewtb.r.235576.4
+7	County	county	PROPN	I	6			ewtb.r.235576.4
+8	landmark	landmark	NOUN	O	0		n.cognition	ewtb.r.235576.4
+9	for	for	ADP	O	0			ewtb.r.235576.4
+10	thirty	thirty	NUM	O	0			ewtb.r.235576.4
+11	years	years	NOUN	O	0		n.time	ewtb.r.235576.4
+12	and	and	CONJ	O	0			ewtb.r.235576.4
+13	with	with	ADP	B	0			ewtb.r.235576.4
+14	good	good	ADJ	I	13			ewtb.r.235576.4
+15	reason	reason	NOUN	I	14			ewtb.r.235576.4
+16	.	.	PUNCT	O	0			ewtb.r.235576.4
+
+1	Family	family	NOUN	O	0		n.group	ewtb.r.235576.5
+2	owned	own	VERB	B	0		v.social	ewtb.r.235576.5
+3	and	and	CONJ	I	2			ewtb.r.235576.5
+4	operated	operate	VERB	I	3			ewtb.r.235576.5
+5	makes	make	VERB	B	0		v.social	ewtb.r.235576.5
+6	sure	sure	ADJ	I	5			ewtb.r.235576.5
+7	the	the	DET	O	0			ewtb.r.235576.5
+8	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.235576.5
+9	is	be	VERB	O	0		v.stative	ewtb.r.235576.5
+10	relaxed	relaxed	ADJ	O	0			ewtb.r.235576.5
+11	and	and	CONJ	O	0			ewtb.r.235576.5
+12	the	the	DET	O	0			ewtb.r.235576.5
+13	food	food	NOUN	O	0		n.food	ewtb.r.235576.5
+14	home	home	NOUN	B	0		v.creation	ewtb.r.235576.5
+15	-	-	PUNCT	I	14			ewtb.r.235576.5
+16	cooked	cook	VERB	I	15			ewtb.r.235576.5
+17	with	with	ADP	O	0			ewtb.r.235576.5
+18	style	style	NOUN	O	0		n.cognition	ewtb.r.235576.5
+19	.	.	PUNCT	O	0			ewtb.r.235576.5
+
+1	I	i	PRON	O	0			ewtb.r.235576.6
+2	highly	highly	ADV	O	0			ewtb.r.235576.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.235576.6
+4	picking	pick	VERB	B	0		v.possession	ewtb.r.235576.6
+5	up	up	ADP	I	4			ewtb.r.235576.6
+6	a	a	DET	O	0			ewtb.r.235576.6
+7	jug	jug	NOUN	O	0		n.artifact	ewtb.r.235576.6
+8	of	of	ADP	O	0			ewtb.r.235576.6
+9	their	their	PRON	O	0			ewtb.r.235576.6
+10	homemade	homemade	ADJ	O	0			ewtb.r.235576.6
+11	bloody	bloody	ADJ	B	0		n.food	ewtb.r.235576.6
+12	mary	mary	NOUN	I	11			ewtb.r.235576.6
+13	mix	mix	NOUN	O	0		n.food	ewtb.r.235576.6
+14	-	-	PUNCT	O	0			ewtb.r.235576.6
+15	definitely	definitely	ADV	O	0			ewtb.r.235576.6
+16	the	the	DET	O	0			ewtb.r.235576.6
+17	best	best	ADJ	O	0			ewtb.r.235576.6
+18	.	.	PUNCT	O	0			ewtb.r.235576.6
+
+1	If	if	SCONJ	O	0			ewtb.r.235576.7
+2	you	you	PRON	O	0			ewtb.r.235576.7
+3	've	've	AUX	O	0			ewtb.r.235576.7
+4	been	be	VERB	B	0		v.motion	ewtb.r.235576.7
+5	to	to	ADP	I	4			ewtb.r.235576.7
+6	North	north	PROPN	B	0		n.location	ewtb.r.235576.7
+7	County	county	PROPN	I	6			ewtb.r.235576.7
+8	,	,	PUNCT	O	0			ewtb.r.235576.7
+9	chances	chance	NOUN	B	0			ewtb.r.235576.7
+10	are	be	VERB	I	9			ewtb.r.235576.7
+11	it	it	PRON	O	0			ewtb.r.235576.7
+12	's	's	VERB	O	0		v.stative	ewtb.r.235576.7
+13	in	in	ADP	O	0			ewtb.r.235576.7
+14	your	your	PRON	O	0			ewtb.r.235576.7
+15	favorites	favorite	NOUN	O	0		n.cognition	ewtb.r.235576.7
+16	list	list	NOUN	O	0		n.communication	ewtb.r.235576.7
+17	already	already	ADV	O	0			ewtb.r.235576.7
+18	.	.	PUNCT	O	0			ewtb.r.235576.7
+
+1	This	this	DET	O	0			ewtb.r.250878.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.250878.1
+3	my	my	PRON	O	0			ewtb.r.250878.1
+4	favorite	favorite	ADJ	O	0			ewtb.r.250878.1
+5	coffee	coffee	NOUN	B	0		n.group	ewtb.r.250878.1
+6	store	store	NOUN	I	5			ewtb.r.250878.1
+7	.	.	PUNCT	O	0			ewtb.r.250878.1
+
+1	Just	just	ADV	O	0			ewtb.r.250878.2
+2	ask	ask	VERB	O	0		v.communication	ewtb.r.250878.2
+3	American	american	PROPN	B	0		n.group	ewtb.r.250878.2
+4	Express	express	PROPN	I	3			ewtb.r.250878.2
+
+1	Great	great	ADJ	O	0			ewtb.r.251475.1
+2	People	person	NOUN	O	0		n.group	ewtb.r.251475.1
+3	and	and	CONJ	O	0			ewtb.r.251475.1
+4	even	even	ADV	O	0			ewtb.r.251475.1
+5	better	better	ADJ	O	0			ewtb.r.251475.1
+6	service	service	NOUN	O	0		n.act	ewtb.r.251475.1
+7	!	!	PUNCT	O	0			ewtb.r.251475.1
+
+1	Best	best	ADJ	O	0			ewtb.r.251475.2
+2	to	to	PART	O	0			ewtb.r.251475.2
+3	deal	deal	VERB	B	0		v.social	ewtb.r.251475.2
+4	with	with	ADP	I	3			ewtb.r.251475.2
+5	!	!	PUNCT	O	0			ewtb.r.251475.2
+
+1	In	in	ADP	O	0			ewtb.r.251475.3
+2	a	a	DET	B	0			ewtb.r.251475.3
+3	few	few	ADJ	I	2			ewtb.r.251475.3
+4	words	words	NOUN	O	0		n.communication	ewtb.r.251475.3
+5	...	...	PUNCT	O	0			ewtb.r.251475.3
+6	I	i	PRON	O	0			ewtb.r.251475.3
+7	'm	'm	VERB	O	0		v.stative	ewtb.r.251475.3
+8	pleasantly	pleasantly	ADV	O	0			ewtb.r.251475.3
+9	surprised	surprised	ADJ	O	0			ewtb.r.251475.3
+10	that	that	SCONJ	O	0			ewtb.r.251475.3
+11	you	you	PRON	O	0			ewtb.r.251475.3
+12	can	can	AUX	O	0			ewtb.r.251475.3
+13	still	still	ADV	O	0			ewtb.r.251475.3
+14	find	find	VERB	O	0		v.cognition	ewtb.r.251475.3
+15	"	"	PUNCT	O	0			ewtb.r.251475.3
+16	old	old	ADJ	B	0		n.cognition	ewtb.r.251475.3
+17	school	school	NOUN	I	16			ewtb.r.251475.3
+18	"	"	PUNCT	O	0			ewtb.r.251475.3
+19	service	service	NOUN	O	0		n.act	ewtb.r.251475.3
+20	out	out	ADV	B	0			ewtb.r.251475.3
+21	there	there	ADV	I	20			ewtb.r.251475.3
+22	where	where	ADV	O	0			ewtb.r.251475.3
+23	company	company	NOUN	O	0		n.group	ewtb.r.251475.3
+24	care	care	VERB	O	0		v.emotion	ewtb.r.251475.3
+25	more	more	ADV	O	0			ewtb.r.251475.3
+26	about	about	ADP	O	0			ewtb.r.251475.3
+27	good	good	ADJ	O	0			ewtb.r.251475.3
+28	name	name	NOUN	O	0		n.communication	ewtb.r.251475.3
+29	and	and	CONJ	O	0			ewtb.r.251475.3
+30	customers	customer	NOUN	O	0		n.group	ewtb.r.251475.3
+31	than	than	ADP	O	0			ewtb.r.251475.3
+32	their	their	PRON	O	0			ewtb.r.251475.3
+33	pockets	pocket	NOUN	O	0		n.cognition	ewtb.r.251475.3
+34	...	...	PUNCT	O	0			ewtb.r.251475.3
+
+1	Highly	highly	ADV	O	0			ewtb.r.251475.4
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.251475.4
+3	people	person	NOUN	O	0		n.person	ewtb.r.251475.4
+4	/	/	PUNCT	O	0			ewtb.r.251475.4
+5	business	business	NOUN	O	0		n.group	ewtb.r.251475.4
+6	.	.	PUNCT	O	0			ewtb.r.251475.4
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.251475.5
+2	Josh	josh	PROPN	O	0		n.person	ewtb.r.251475.5
+3	!	!	PUNCT	O	0			ewtb.r.251475.5
+
+1	Thank	thank	VERB	B	0			ewtb.r.251774.1
+2	you	you	PRON	I	1			ewtb.r.251774.1
+3	for	for	SCONJ	O	0			ewtb.r.251774.1
+4	helping	help	VERB	O	0		v.social	ewtb.r.251774.1
+5	me	me	PRON	O	0			ewtb.r.251774.1
+6	get	get	VERB	B	0		v.change	ewtb.r.251774.1
+7	more	more	ADV	o	0			ewtb.r.251774.1
+8	healthy	healthy	ADJ	I	6			ewtb.r.251774.1
+9	!	!	PUNCT	O	0			ewtb.r.251774.1
+
+1	I	i	PRON	O	0			ewtb.r.251774.2
+2	came	come	VERB	B	0		v.motion	ewtb.r.251774.2
+3	in	in	ADV	I	2			ewtb.r.251774.2
+4	and	and	CONJ	O	0			ewtb.r.251774.2
+5	saw	see	VERB	O	0		v.social	ewtb.r.251774.2
+6	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.251774.2
+7	Ruona	ruona	PROPN	I	6			ewtb.r.251774.2
+8	about	about	ADV	O	0			ewtb.r.251774.2
+9	a	a	DET	O	0			ewtb.r.251774.2
+10	month	month	NOUN	O	0		n.time	ewtb.r.251774.2
+11	ago	ago	ADV	O	0			ewtb.r.251774.2
+12	for	for	SCONJ	O	0			ewtb.r.251774.2
+13	quitting	quit	VERB	B	0		v.change	ewtb.r.251774.2
+14	smoking	smoking	NOUN	I	13			ewtb.r.251774.2
+15	.	.	PUNCT	O	0			ewtb.r.251774.2
+
+1	I	i	PRON	O	0			ewtb.r.251774.3
+2	have	have	VERB	B	0			ewtb.r.251774.3
+3	to	to	PART	I	2			ewtb.r.251774.3
+4	tell	tell	VERB	O	0		v.communication	ewtb.r.251774.3
+5	you	you	PRON	O	0			ewtb.r.251774.3
+6	that	that	SCONJ	O	0			ewtb.r.251774.3
+7	I	i	PRON	O	0			ewtb.r.251774.3
+8	have	have	AUX	O	0			ewtb.r.251774.3
+9	n't	n't	PART	O	0			ewtb.r.251774.3
+10	had	have	VERB	O	0		v.possession	ewtb.r.251774.3
+11	one	one	NUM	O	0			ewtb.r.251774.3
+12	and	and	CONJ	O	0			ewtb.r.251774.3
+13	do	do	AUX	O	0			ewtb.r.251774.3
+14	n't	n't	PART	O	0			ewtb.r.251774.3
+15	want	want	VERB	O	0		v.cognition	ewtb.r.251774.3
+16	one	one	NUM	O	0			ewtb.r.251774.3
+17	.	.	PUNCT	O	0			ewtb.r.251774.3
+
+1	It	it	PRON	O	0			ewtb.r.251774.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.251774.4
+3	the	the	DET	O	0			ewtb.r.251774.4
+4	easiest	easy	ADJ	O	0			ewtb.r.251774.4
+5	thing	thing	NOUN	O	0			ewtb.r.251774.4
+6	that	that	DET	O	0			ewtb.r.251774.4
+7	I	i	PRON	O	0			ewtb.r.251774.4
+8	have	have	AUX	O	0			ewtb.r.251774.4
+9	ever	ever	ADV	O	0			ewtb.r.251774.4
+10	done	do	VERB	O	0		v.stative	ewtb.r.251774.4
+11	and	and	CONJ	O	0			ewtb.r.251774.4
+12	I	i	PRON	O	0			ewtb.r.251774.4
+13	tell	tell	VERB	O	0		v.communication	ewtb.r.251774.4
+14	all	all	DET	O	0			ewtb.r.251774.4
+15	my	my	PRON	O	0			ewtb.r.251774.4
+16	friends	friend	NOUN	O	0		n.person	ewtb.r.251774.4
+17	that	that	SCONJ	O	0			ewtb.r.251774.4
+18	they	they	PRON	O	0			ewtb.r.251774.4
+19	should	should	AUX	O	0			ewtb.r.251774.4
+20	do	do	VERB	O	0		v.stative	ewtb.r.251774.4
+21	it	it	PRON	O	0			ewtb.r.251774.4
+22	too	too	ADV	O	0			ewtb.r.251774.4
+23	.	.	PUNCT	O	0			ewtb.r.251774.4
+
+1	I	i	PRON	O	0			ewtb.r.251774.5
+2	sent	send	VERB	O	0		v.motion	ewtb.r.251774.5
+3	a	a	DET	O	0			ewtb.r.251774.5
+4	customer	customer	NOUN	O	0		n.person	ewtb.r.251774.5
+5	of	of	ADP	O	0			ewtb.r.251774.5
+6	mine	mine	PRON	O	0			ewtb.r.251774.5
+7	to	to	ADP	O	0			ewtb.r.251774.5
+8	you	you	PRON	O	0			ewtb.r.251774.5
+9	.	.	PUNCT	O	0			ewtb.r.251774.5
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.251774.6
+2	Ruona	ruona	PROPN	I	1			ewtb.r.251774.6
+3	,	,	PUNCT	O	0			ewtb.r.251774.6
+4	if	if	SCONJ	O	0			ewtb.r.251774.6
+5	you	you	PRON	O	0			ewtb.r.251774.6
+6	read	read	VERB	O	0		v.communication	ewtb.r.251774.6
+7	this	this	DET	O	0			ewtb.r.251774.6
+8	,	,	PUNCT	O	0			ewtb.r.251774.6
+9	thank	thank	VERB	B	0			ewtb.r.251774.6
+10	you	you	PRON	I	9			ewtb.r.251774.6
+11	for	for	SCONJ	O	0			ewtb.r.251774.6
+12	helping	help	VERB	O	0		v.social	ewtb.r.251774.6
+13	me	me	PRON	O	0			ewtb.r.251774.6
+14	get	get	VERB	B	0		v.change	ewtb.r.251774.6
+15	more	more	ADV	o	0			ewtb.r.251774.6
+16	healthy	healthy	ADJ	I	14			ewtb.r.251774.6
+17	.	.	PUNCT	O	0			ewtb.r.251774.6
+
+1	I	i	PRON	O	0			ewtb.r.251774.7
+2	feel	feel	VERB	O	0		v.emotion	ewtb.r.251774.7
+3	lighter	light	ADJ	O	0			ewtb.r.251774.7
+4	and	and	CONJ	O	0			ewtb.r.251774.7
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.251774.7
+6	that	that	SCONJ	O	0			ewtb.r.251774.7
+7	I	i	PRON	O	0			ewtb.r.251774.7
+8	have	have	VERB	O	0		v.stative	ewtb.r.251774.7
+9	more	more	ADJ	O	0			ewtb.r.251774.7
+10	possibilities	possibility	NOUN	O	0		n.cognition	ewtb.r.251774.7
+11	open	open	ADJ	O	0			ewtb.r.251774.7
+12	to	to	ADP	O	0			ewtb.r.251774.7
+13	me	me	PRON	O	0			ewtb.r.251774.7
+14	now	now	ADV	O	0			ewtb.r.251774.7
+15	than	than	SCONJ	O	0			ewtb.r.251774.7
+16	I	i	PRON	O	0			ewtb.r.251774.7
+17	did	do	AUX	O	0			ewtb.r.251774.7
+18	before	before	ADV	O	0			ewtb.r.251774.7
+19	.	.	PUNCT	O	0			ewtb.r.251774.7
+
+1	I	i	PRON	O	0			ewtb.r.251774.8
+2	ca	ca	AUX	O	0			ewtb.r.251774.8
+3	n't	n't	PART	O	0			ewtb.r.251774.8
+4	thank	thank	VERB	O	0		v.social	ewtb.r.251774.8
+5	you	you	PRON	O	0			ewtb.r.251774.8
+6	enough	enough	ADV	O	0			ewtb.r.251774.8
+7	.	.	PUNCT	O	0			ewtb.r.251774.8
+
+1	Love	love	VERB	O	0		v.emotion	ewtb.r.256677.1
+2	Hop	hop	PROPN	B	0		n.group	ewtb.r.256677.1
+3	City	city	PROPN	I	2			ewtb.r.256677.1
+
+1	This	this	DET	O	0			ewtb.r.256677.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.256677.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.256677.2
+4	great	great	ADJ	O	0			ewtb.r.256677.2
+5	!	!	PUNCT	O	0			ewtb.r.256677.2
+
+1	Craig	craig	PROPN	O	0		n.person	ewtb.r.256677.3
+2	and	and	CONJ	O	0			ewtb.r.256677.3
+3	Nate	nate	PROPN	O	0		n.person	ewtb.r.256677.3
+4	are	be	VERB	O	0		v.stative	ewtb.r.256677.3
+5	wonderful	wonderful	ADJ	O	0			ewtb.r.256677.3
+6	.	.	PUNCT	O	0			ewtb.r.256677.3
+
+1	I	i	PRON	O	0			ewtb.r.256677.4
+2	know	know	VERB	O	0		v.cognition	ewtb.r.256677.4
+3	now	now	ADV	O	0			ewtb.r.256677.4
+4	where	where	ADV	O	0			ewtb.r.256677.4
+5	to	to	PART	O	0			ewtb.r.256677.4
+6	get	get	VERB	O	0		v.possession	ewtb.r.256677.4
+7	all	all	DET	O	0			ewtb.r.256677.4
+8	of	of	ADP	O	0			ewtb.r.256677.4
+9	my	my	PRON	O	0			ewtb.r.256677.4
+10	wine	wine	NOUN	O	0		n.food	ewtb.r.256677.4
+11	and	and	CONJ	O	0			ewtb.r.256677.4
+12	beer	beer	NOUN	O	0		n.food	ewtb.r.256677.4
+13	.	.	PUNCT	O	0			ewtb.r.256677.4
+
+1	No	no	DET	O	0			ewtb.r.256677.5
+2	need	need	NOUN	O	0		n.cognition	ewtb.r.256677.5
+3	to	to	PART	O	0			ewtb.r.256677.5
+4	go	go	VERB	O	0		v.motion	ewtb.r.256677.5
+5	to	to	ADP	O	0			ewtb.r.256677.5
+6	a	a	DET	O	0			ewtb.r.256677.5
+7	grocer	grocer	NOUN	O	0		n.group	ewtb.r.256677.5
+8	again	again	ADV	O	0			ewtb.r.256677.5
+9	.	.	PUNCT	O	0			ewtb.r.256677.5
+
+1	Believe	believe	VERB	B	0		v.cognition	ewtb.r.263870.1
+2	me	me	PRON	I	1			ewtb.r.263870.1
+3	.	.	PUNCT	O	0			ewtb.r.263870.1
+
+1	This	this	DET	O	0			ewtb.r.263870.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.263870.2
+3	THE	the	DET	O	0			ewtb.r.263870.2
+4	premier	premier	ADJ	O	0			ewtb.r.263870.2
+5	university	university	NOUN	O	0		n.group	ewtb.r.263870.2
+6	in	in	ADP	O	0			ewtb.r.263870.2
+7	Virginia	virginia	PROPN	O	0		n.location	ewtb.r.263870.2
+8	.	.	PUNCT	O	0			ewtb.r.263870.2
+
+1	It	it	PRON	O	0			ewtb.r.263870.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.263870.3
+3	also	also	ADV	O	0			ewtb.r.263870.3
+4	the	the	DET	O	0			ewtb.r.263870.3
+5	largest	large	ADJ	O	0			ewtb.r.263870.3
+6	.	.	PUNCT	O	0			ewtb.r.263870.3
+
+1	With	with	ADP	O	0			ewtb.r.263870.4
+2	a	a	DET	O	0			ewtb.r.263870.4
+3	Pizza	pizza	PROPN	B	0		n.group	ewtb.r.263870.4
+4	Hut	hut	PROPN	I	3			ewtb.r.263870.4
+5	,	,	PUNCT	O	0			ewtb.r.263870.4
+6	IHOP	ihop	PROPN	O	0		n.group	ewtb.r.263870.4
+7	,	,	PUNCT	O	0			ewtb.r.263870.4
+8	3	3	NUM	O	0			ewtb.r.263870.4
+9	Starbucks	starbucks	PROPN	O	0		n.group	ewtb.r.263870.4
+10	,	,	PUNCT	O	0			ewtb.r.263870.4
+11	Chili	chili	PROPN	B	0		n.group	ewtb.r.263870.4
+12	s	s	PART	I	11			ewtb.r.263870.4
+13	,	,	PUNCT	O	0			ewtb.r.263870.4
+14	Panera	panera	PROPN	O	0		n.group	ewtb.r.263870.4
+15	,	,	PUNCT	O	0			ewtb.r.263870.4
+16	and	and	CONJ	O	0			ewtb.r.263870.4
+17	Chipotle	chipotle	PROPN	O	0		n.group	ewtb.r.263870.4
+18	on	on	ADP	B	0			ewtb.r.263870.4
+19	campus	campus	NOUN	I	18			ewtb.r.263870.4
+20	ALONE	alone	ADV	O	0			ewtb.r.263870.4
+21	,	,	PUNCT	O	0			ewtb.r.263870.4
+22	VCU	vcu	PROPN	O	0		n.group	ewtb.r.263870.4
+23	has	have	VERB	O	0		v.stative	ewtb.r.263870.4
+24	some	some	DET	O	0			ewtb.r.263870.4
+25	of	of	ADP	O	0			ewtb.r.263870.4
+26	the	the	DET	O	0			ewtb.r.263870.4
+27	best	best	ADJ	O	0			ewtb.r.263870.4
+28	eating	eating	NOUN	O	0		n.act	ewtb.r.263870.4
+29	options	option	NOUN	O	0		n.cognition	ewtb.r.263870.4
+30	for	for	ADP	O	0			ewtb.r.263870.4
+31	students	student	NOUN	O	0		n.group	ewtb.r.263870.4
+32	.	.	PUNCT	O	0			ewtb.r.263870.4
+
+1	VCU	vcu	PROPN	O	0		n.group	ewtb.r.263870.5
+2	has	have	VERB	O	0		v.stative	ewtb.r.263870.5
+3	the	the	DET	O	0			ewtb.r.263870.5
+4	#	#	NOUN	B	0			ewtb.r.263870.5
+5	1	1	NUM	I	4			ewtb.r.263870.5
+6	art	art	NOUN	B	0		n.group	ewtb.r.263870.5
+7	school	school	NOUN	I	6			ewtb.r.263870.5
+8	in	in	ADP	O	0			ewtb.r.263870.5
+9	America	america	PROPN	O	0		n.location	ewtb.r.263870.5
+10	,	,	PUNCT	O	0			ewtb.r.263870.5
+11	and	and	CONJ	O	0			ewtb.r.263870.5
+12	EXCELS	excel	VERB	O	0		v.stative	ewtb.r.263870.5
+13	in	in	ADP	O	0			ewtb.r.263870.5
+14	healthcare	healthcare	NOUN	O	0		n.cognition	ewtb.r.263870.5
+15	and	and	CONJ	O	0			ewtb.r.263870.5
+16	medical	medical	ADJ	O	0			ewtb.r.263870.5
+17	schooling	schooling	NOUN	O	0		n.act	ewtb.r.263870.5
+18	.	.	PUNCT	O	0			ewtb.r.263870.5
+
+1	The	the	DET	B	0		n.group	ewtb.r.263870.6
+2	Rams	rams	PROPN	I	1			ewtb.r.263870.6
+3	,	,	PUNCT	O	0			ewtb.r.263870.6
+4	the	the	DET	O	0			ewtb.r.263870.6
+5	VCU	vcu	PROPN	O	0		n.group	ewtb.r.263870.6
+6	sports	sport	NOUN	O	0		n.cognition	ewtb.r.263870.6
+7	team	team	NOUN	O	0		n.group	ewtb.r.263870.6
+8	,	,	PUNCT	O	0			ewtb.r.263870.6
+9	also	also	ADV	O	0			ewtb.r.263870.6
+10	made	make	VERB	O	0		v.competition	ewtb.r.263870.6
+11	the	the	DET	O	0			ewtb.r.263870.6
+12	NCAA	ncaa	PROPN	B	0		n.event	ewtb.r.263870.6
+13	Final	final	ADJ	I	12			ewtb.r.263870.6
+14	4	4	NUM	I	13			ewtb.r.263870.6
+15	this	this	DET	O	0			ewtb.r.263870.6
+16	year	year	NOUN	O	0		n.time	ewtb.r.263870.6
+17	,	,	PUNCT	O	0			ewtb.r.263870.6
+18	too	too	ADV	O	0			ewtb.r.263870.6
+19	!	!	PUNCT	O	0			ewtb.r.263870.6
+
+1	VCU	vcu	PROPN	O	0		n.group	ewtb.r.263870.7
+2	also	also	ADV	O	0			ewtb.r.263870.7
+3	offers	offer	VERB	O	0		v.stative	ewtb.r.263870.7
+4	high	high	ADJ	B	0		n.artifact	ewtb.r.263870.7
+5	-	-	PUNCT	I	4			ewtb.r.263870.7
+6	rise	rise	NOUN	I	5			ewtb.r.263870.7
+7	living	living	NOUN	O	0		n.act	ewtb.r.263870.7
+8	for	for	ADP	O	0			ewtb.r.263870.7
+9	students	student	NOUN	O	0		n.person	ewtb.r.263870.7
+10	and	and	CONJ	O	0			ewtb.r.263870.7
+11	professors	professor	NOUN	O	0		n.person	ewtb.r.263870.7
+12	,	,	PUNCT	O	0			ewtb.r.263870.7
+13	and	and	CONJ	O	0			ewtb.r.263870.7
+14	the	the	DET	O	0			ewtb.r.263870.7
+15	historic	historic	ADJ	O	0			ewtb.r.263870.7
+16	yet	yet	CONJ	O	0			ewtb.r.263870.7
+17	fixed	fix	VERB	B	0		v.change	ewtb.r.263870.7
+18	-	-	PUNCT	I	17			ewtb.r.263870.7
+19	up	up	ADP	I	18			ewtb.r.263870.7
+20	houses	house	NOUN	O	0		n.artifact	ewtb.r.263870.7
+21	in	in	ADP	O	0			ewtb.r.263870.7
+22	the	the	DET	B	0		n.location	ewtb.r.263870.7
+23	Fan	fan	NOUN	I	22			ewtb.r.263870.7
+24	are	be	VERB	O	0		v.stative	ewtb.r.263870.7
+25	also	also	ADV	O	0			ewtb.r.263870.7
+26	available	available	ADJ	O	0			ewtb.r.263870.7
+27	to	to	ADP	O	0			ewtb.r.263870.7
+28	students	student	NOUN	O	0		n.person	ewtb.r.263870.7
+29	,	,	PUNCT	O	0			ewtb.r.263870.7
+30	professors	professor	NOUN	O	0		n.person	ewtb.r.263870.7
+31	,	,	PUNCT	O	0			ewtb.r.263870.7
+32	or	or	CONJ	O	0			ewtb.r.263870.7
+33	even	even	ADV	O	0			ewtb.r.263870.7
+34	people	person	NOUN	O	0		n.person	ewtb.r.263870.7
+35	wanting	want	VERB	O	0		v.cognition	ewtb.r.263870.7
+36	to	to	PART	O	0			ewtb.r.263870.7
+37	live	live	VERB	O	0		v.social	ewtb.r.263870.7
+38	in	in	ADP	O	0			ewtb.r.263870.7
+39	a	a	DET	O	0			ewtb.r.263870.7
+40	safe	safe	ADJ	O	0			ewtb.r.263870.7
+41	,	,	PUNCT	O	0			ewtb.r.263870.7
+42	viable	viable	ADJ	O	0			ewtb.r.263870.7
+43	community	community	NOUN	O	0		n.group	ewtb.r.263870.7
+44	.	.	PUNCT	O	0			ewtb.r.263870.7
+
+1	VCU	vcu	PROPN	O	0		n.group	ewtb.r.263870.8
+2	is	be	VERB	O	0		v.stative	ewtb.r.263870.8
+3	also	also	ADV	O	0			ewtb.r.263870.8
+4	minutes	minutes	NOUN	O	0		n.time	ewtb.r.263870.8
+5	from	from	ADP	O	0			ewtb.r.263870.8
+6	Downtown	downtown	NOUN	O	0		n.location	ewtb.r.263870.8
+7	Richmond	richmond	PROPN	O	0		n.location	ewtb.r.263870.8
+8	,	,	PUNCT	O	0			ewtb.r.263870.8
+9	Canal	canal	PROPN	B	0		n.location	ewtb.r.263870.8
+10	Walk	walk	PROPN	I	9			ewtb.r.263870.8
+11	,	,	PUNCT	O	0			ewtb.r.263870.8
+12	Carytown	carytown	PROPN	O	0		n.location	ewtb.r.263870.8
+13	,	,	PUNCT	O	0			ewtb.r.263870.8
+14	Stony	stony	PROPN	B	0		n.location	ewtb.r.263870.8
+15	Point	point	PROPN	I	14			ewtb.r.263870.8
+16	,	,	PUNCT	O	0			ewtb.r.263870.8
+17	Short	short	PROPN	B	0		n.location	ewtb.r.263870.8
+18	Pump	pump	PROPN	I	17			ewtb.r.263870.8
+19	,	,	PUNCT	O	0			ewtb.r.263870.8
+20	and	and	CONJ	O	0			ewtb.r.263870.8
+21	the	the	DET	O	0			ewtb.r.263870.8
+22	VCU	vcu	PROPN	B	0		n.group	ewtb.r.263870.8
+23	Medical	medical	PROPN	I	22			ewtb.r.263870.8
+24	Center	center	PROPN	I	23			ewtb.r.263870.8
+25	.	.	PUNCT	O	0			ewtb.r.263870.8
+
+1	It	it	PRON	O	0			ewtb.r.263870.9
+2	is	be	VERB	O	0		v.stative	ewtb.r.263870.9
+3	the	the	DET	O	0			ewtb.r.263870.9
+4	best	best	ADJ	O	0			ewtb.r.263870.9
+5	university	university	NOUN	O	0		n.group	ewtb.r.263870.9
+6	in	in	ADP	O	0			ewtb.r.263870.9
+7	Virginia	virginia	PROPN	O	0		n.location	ewtb.r.263870.9
+8	and	and	CONJ	O	0			ewtb.r.263870.9
+9	continuously	continuously	ADV	O	0			ewtb.r.263870.9
+10	receives	receive	VERB	O	0		v.social	ewtb.r.263870.9
+11	rave	rave	ADJ	B	0		n.communication	ewtb.r.263870.9
+12	reviews	review	NOUN	I	11			ewtb.r.263870.9
+13	every	every	DET	O	0			ewtb.r.263870.9
+14	year	year	NOUN	O	0		n.time	ewtb.r.263870.9
+15	.	.	PUNCT	O	0			ewtb.r.263870.9
+
+1	The	the	DET	O	0			ewtb.r.263870.10
+2	U	u	PROPN	B	0		n.group	ewtb.r.263870.10
+3	of	of	ADP	I	2			ewtb.r.263870.10
+4	R	r	PROPN	I	3			ewtb.r.263870.10
+5	is	be	AUX	O	0			ewtb.r.263870.10
+6	also	also	ADV	O	0			ewtb.r.263870.10
+7	recommended	recommend	VERB	O	0		v.communication	ewtb.r.263870.10
+8	,	,	PUNCT	O	0			ewtb.r.263870.10
+9	too	too	ADV	O	0			ewtb.r.263870.10
+10	!	!	PUNCT	O	0			ewtb.r.263870.10
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.266676.1
+2	For	for	ADP	O	0			ewtb.r.266676.1
+3	A	a	DET	O	0			ewtb.r.266676.1
+4	Great	great	ADJ	O	0			ewtb.r.266676.1
+5	Job	job	NOUN	O	0		n.act	ewtb.r.266676.1
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.266676.2
+2	For	for	ADP	O	0			ewtb.r.266676.2
+3	The	the	DET	O	0			ewtb.r.266676.2
+4	Prompt	prompt	ADJ	O	0			ewtb.r.266676.2
+5	Service	service	NOUN	O	0		n.act	ewtb.r.266676.2
+6	And	and	CONJ	O	0			ewtb.r.266676.2
+7	Great	great	ADJ	O	0			ewtb.r.266676.2
+8	Job	job	NOUN	O	0		n.act	ewtb.r.266676.2
+9	You	you	PRON	O	0			ewtb.r.266676.2
+10	And	and	CONJ	O	0			ewtb.r.266676.2
+11	Your	your	PRON	O	0			ewtb.r.266676.2
+12	Boys	boy	NOUN	O	0		n.person	ewtb.r.266676.2
+13	Have	have	AUX	O	0			ewtb.r.266676.2
+14	Done	do	VERB	O	0		v.social	ewtb.r.266676.2
+15	On	on	ADP	O	0			ewtb.r.266676.2
+16	Our	our	PRON	O	0			ewtb.r.266676.2
+17	New	new	ADJ	O	0			ewtb.r.266676.2
+18	Solar	solar	ADJ	O	0			ewtb.r.266676.2
+19	System	system	NOUN	O	0		n.artifact	ewtb.r.266676.2
+20	,	,	PUNCT	O	0			ewtb.r.266676.2
+21	The	the	DET	O	0			ewtb.r.266676.2
+22	Panels	panel	NOUN	O	0		n.artifact	ewtb.r.266676.2
+23	On	on	ADP	O	0			ewtb.r.266676.2
+24	The	the	DET	O	0			ewtb.r.266676.2
+25	Roof	roof	NOUN	O	0		n.artifact	ewtb.r.266676.2
+26	Look	look	VERB	O	0		v.perception	ewtb.r.266676.2
+27	Great	great	ADJ	O	0			ewtb.r.266676.2
+28	And	and	CONJ	O	0			ewtb.r.266676.2
+29	The	the	DET	O	0			ewtb.r.266676.2
+30	Power	power	NOUN	O	0		n.natural_object	ewtb.r.266676.2
+31	We	we	PRON	O	0			ewtb.r.266676.2
+32	Are	be	AUX	O	0			ewtb.r.266676.2
+33	Putting	put	VERB	O	0		v.social	ewtb.r.266676.2
+34	Back	back	ADV	O	0			ewtb.r.266676.2
+35	In	in	X	O	0			ewtb.r.266676.2
+36	To	to	ADP	O	0			ewtb.r.266676.2
+37	The	the	DET	O	0			ewtb.r.266676.2
+38	Grid	grid	NOUN	O	0		n.cognition	ewtb.r.266676.2
+39	Is	be	VERB	O	0		v.stative	ewtb.r.266676.2
+40	Great	great	ADJ	O	0			ewtb.r.266676.2
+41	,	,	PUNCT	O	0			ewtb.r.266676.2
+42	Great	great	ADJ	O	0			ewtb.r.266676.2
+43	Job	job	NOUN	O	0		n.act	ewtb.r.266676.2
+44	Thanks	thanks	NOUN	O	0			ewtb.r.266676.2
+
+1	tricky	tricky	ADJ	O	0			ewtb.r.268673.1
+2	short	short	ADJ	O	0			ewtb.r.268673.1
+3	guy	guy	NOUN	O	0		n.person	ewtb.r.268673.1
+
+1	The	the	DET	O	0			ewtb.r.268673.2
+2	new	new	ADJ	O	0			ewtb.r.268673.2
+3	management	management	NOUN	O	0		n.group	ewtb.r.268673.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.268673.2
+5	tricky	tricky	ADJ	O	0			ewtb.r.268673.2
+6	and	and	CONJ	O	0			ewtb.r.268673.2
+7	talk	talk	VERB	B	0		v.social	ewtb.r.268673.2
+8	you	you	PRON	o	0			ewtb.r.268673.2
+9	into	into	SCONJ	I	7			ewtb.r.268673.2
+10	getting	get	VERB	O	0		v.possession	ewtb.r.268673.2
+11	video	video	NOUN	O	0		n.communication	ewtb.r.268673.2
+12	rental	rental	NOUN	O	0		n.act	ewtb.r.268673.2
+13	agreement	agreement	NOUN	O	0		n.possession	ewtb.r.268673.2
+14	.	.	PUNCT	O	0			ewtb.r.268673.2
+
+1	To	to	ADP	B	0			ewtb.r.268673.3
+2	my	my	PRON	I	1			ewtb.r.268673.3
+3	surprise	surprise	NOUN	I	2			ewtb.r.268673.3
+4	$	$	SYM	O	0			ewtb.r.268673.3
+5	20	20	NUM	O	0			ewtb.r.268673.3
+6	deposit	deposit	NOUN	O	0		n.possession	ewtb.r.268673.3
+7	....	....	PUNCT	O	0			ewtb.r.268673.3
+8	New	new	ADJ	O	0			ewtb.r.268673.3
+9	movies	movie	NOUN	O	0		n.communication	ewtb.r.268673.3
+10	not	not	PART	O	0			ewtb.r.268673.3
+11	on	on	ADP	B	0			ewtb.r.268673.3
+12	shelf	shelf	NOUN	I	11			ewtb.r.268673.3
+13	..	..	PUNCT	O	0			ewtb.r.268673.3
+14	under	under	ADP	O	0			ewtb.r.268673.3
+15	the	the	DET	O	0			ewtb.r.268673.3
+16	counter	counter	NOUN	O	0		n.location	ewtb.r.268673.3
+17	for	for	ADP	O	0			ewtb.r.268673.3
+18	Telugu	telugu	PROPN	O	0		n.communication	ewtb.r.268673.3
+19	Speaking	speak	VERB	O	0			ewtb.r.268673.3
+20	people	person	NOUN	O	0		n.person	ewtb.r.268673.3
+21	only	only	ADV	O	0			ewtb.r.268673.3
+22	...	...	PUNCT	O	0			ewtb.r.268673.3
+23	or	or	CONJ	O	0			ewtb.r.268673.3
+24	people	person	NOUN	O	0		n.person	ewtb.r.268673.3
+25	who	who	PRON	O	0			ewtb.r.268673.3
+26	spend	spend	VERB	O	0		v.possession	ewtb.r.268673.3
+27	$	$	SYM	O	0			ewtb.r.268673.3
+28	30	30	NUM	O	0			ewtb.r.268673.3
+29	or	or	CONJ	O	0			ewtb.r.268673.3
+30	more	more	ADJ	O	0			ewtb.r.268673.3
+31	groceries	grocery	NOUN	O	0		n.food	ewtb.r.268673.3
+32	..	..	PUNCT	O	0			ewtb.r.268673.3
+
+1	That	that	DET	O	0			ewtb.r.268673.4
+2	did	do	VERB	B	0		v.change	ewtb.r.268673.4
+3	it	it	PRON	I	2			ewtb.r.268673.4
+4	for	for	ADP	O	0			ewtb.r.268673.4
+5	me	me	PRON	O	0			ewtb.r.268673.4
+6	..	..	PUNCT	O	0			ewtb.r.268673.4
+7	no	no	ADV	O	0			ewtb.r.268673.4
+8	more	more	ADJ	O	0			ewtb.r.268673.4
+9	Raina	raina	PROPN	B	0		n.group	ewtb.r.268673.4
+10	's	's	PART	I	9			ewtb.r.268673.4
+11	.	.	PUNCT	O	0			ewtb.r.268673.4
+
+1	Besides	besides	ADV	O	0			ewtb.r.268673.5
+2	parking	parking	NOUN	O	0		n.cognition	ewtb.r.268673.5
+3	is	be	VERB	B	0		v.stative	ewtb.r.268673.5
+4	a	a	DET	I	3			ewtb.r.268673.5
+5	pain	pain	NOUN	I	4			ewtb.r.268673.5
+6	..	..	PUNCT	O	0			ewtb.r.268673.5
+7	cramped	cramped	ADJ	O	0			ewtb.r.268673.5
+8	and	and	CONJ	O	0			ewtb.r.268673.5
+9	un-ruly	un-ruly	ADJ	O	0			ewtb.r.268673.5
+10	with	with	SCONJ	O	0			ewtb.r.268673.5
+11	Kumon	kumon	PROPN	B	0		n.group	ewtb.r.268673.5
+12	Parents	parents	PROPN	I	11			ewtb.r.268673.5
+13	next	next	ADJ	B	0		n.location	ewtb.r.268673.5
+14	door	door	NOUN	I	13			ewtb.r.268673.5
+15	....	....	PUNCT	O	0			ewtb.r.268673.5
+16	gives	give	VERB	O	0		v.cognition	ewtb.r.268673.5
+17	me	me	PRON	O	0			ewtb.r.268673.5
+18	heebee	heebee	NOUN	B	0		n.cognition	ewtb.r.268673.5
+19	gee	gee	NOUN	I	18			ewtb.r.268673.5
+20	bees'	bee	NOUN	I	19			ewtb.r.268673.5
+
+1	Our	our	PRON	O	0			ewtb.r.278775.1
+2	company	company	NOUN	O	0		n.group	ewtb.r.278775.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.278775.1
+4	a	a	DET	O	0			ewtb.r.278775.1
+5	high	high	ADJ	B	0		n.cognition	ewtb.r.278775.1
+6	end	end	NOUN	I	5			ewtb.r.278775.1
+7	designer	designer	NOUN	O	0			ewtb.r.278775.1
+8	handbag	handbag	NOUN	O	0		n.artifact	ewtb.r.278775.1
+9	and	and	CONJ	O	0			ewtb.r.278775.1
+10	fashion	fashion	NOUN	B	0		n.artifact	ewtb.r.278775.1
+11	accessories	accessory	NOUN	I	10			ewtb.r.278775.1
+12	company	company	NOUN	O	0		n.group	ewtb.r.278775.1
+13	,	,	PUNCT	O	0			ewtb.r.278775.1
+14	thus	thus	ADV	O	0			ewtb.r.278775.1
+15	we	we	PRON	O	0			ewtb.r.278775.1
+16	are	be	VERB	O	0		v.stative	ewtb.r.278775.1
+17	certainly	certainly	ADV	O	0			ewtb.r.278775.1
+18	a	a	DET	O	0			ewtb.r.278775.1
+19	niche	niche	NOUN	B	0		n.cognition	ewtb.r.278775.1
+20	market	market	NOUN	I	19			ewtb.r.278775.1
+21	.	.	PUNCT	O	0			ewtb.r.278775.1
+
+1	We	we	PRON	O	0			ewtb.r.278775.2
+2	had	have	AUX	O	0			ewtb.r.278775.2
+3	been	be	AUX	O	0			ewtb.r.278775.2
+4	evaluating	evaluate	VERB	O	0		v.cognition	ewtb.r.278775.2
+5	SEO	seo	NOUN	O	0		n.group	ewtb.r.278775.2
+6	providers	provider	NOUN	O	0		n.group	ewtb.r.278775.2
+7	for	for	ADP	O	0			ewtb.r.278775.2
+8	quite	quite	DET	O	0			ewtb.r.278775.2
+9	some	some	DET	O	0			ewtb.r.278775.2
+10	time	time	NOUN	O	0		n.time	ewtb.r.278775.2
+11	and	and	CONJ	O	0			ewtb.r.278775.2
+12	finally	finally	ADV	O	0			ewtb.r.278775.2
+13	decided	decide	VERB	O	0		v.cognition	ewtb.r.278775.2
+14	to	to	PART	O	0			ewtb.r.278775.2
+15	take	take	VERB	B	0		v.cognition	ewtb.r.278775.2
+16	the	the	DET	I	15			ewtb.r.278775.2
+17	plunge	plunge	NOUN	I	16			ewtb.r.278775.2
+18	with	with	ADP	I	17			ewtb.r.278775.2
+19	Stuart	stuart	PROPN	O	0		n.person	ewtb.r.278775.2
+20	,	,	PUNCT	O	0			ewtb.r.278775.2
+21	and	and	CONJ	O	0			ewtb.r.278775.2
+22	Ulistic	ulistic	PROPN	O	0		n.person	ewtb.r.278775.2
+23	.	.	PUNCT	O	0			ewtb.r.278775.2
+
+1	We	we	PRON	O	0			ewtb.r.278775.3
+2	made	make	VERB	B	0		v.cognition	ewtb.r.278775.3
+3	the	the	DET	o	0			ewtb.r.278775.3
+4	decision	decision	NOUN	I	2			ewtb.r.278775.3
+5	for	for	ADP	O	0			ewtb.r.278775.3
+6	a	a	DET	B	0			ewtb.r.278775.3
+7	couple	couple	NOUN	I	6			ewtb.r.278775.3
+8	of	of	ADP	O	0			ewtb.r.278775.3
+9	reasons	reason	NOUN	O	0		n.motive	ewtb.r.278775.3
+10	.	.	PUNCT	O	0			ewtb.r.278775.3
+
+1	1	1	X	O	0			ewtb.r.278775.4
+2	.	.	PUNCT	O	0			ewtb.r.278775.4
+3	Social	social	ADJ	B	0		n.communication	ewtb.r.278775.4
+4	Media	medium	NOUN	I	3			ewtb.r.278775.4
+5	.	.	PUNCT	O	0			ewtb.r.278775.4
+
+1	We	we	PRON	O	0			ewtb.r.278775.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.278775.5
+3	familiar	familiar	ADJ	O	0			ewtb.r.278775.5
+4	with	with	ADP	O	0			ewtb.r.278775.5
+5	Search	search	NOUN	B	0		n.cognition	ewtb.r.278775.5
+6	Engine	engine	NOUN	I	5			ewtb.r.278775.5
+7	Optimization	optimization	NOUN	I	6			ewtb.r.278775.5
+8	strategies	strategy	NOUN	O	0		n.cognition	ewtb.r.278775.5
+9	,	,	PUNCT	O	0			ewtb.r.278775.5
+10	but	but	CONJ	O	0			ewtb.r.278775.5
+11	new	new	VERB	O	0		v.cognition	ewtb.r.278775.5
+12	nothing	nothing	NOUN	O	0			ewtb.r.278775.5
+13	about	about	ADP	O	0			ewtb.r.278775.5
+14	Social	social	ADJ	B	0		n.communication	ewtb.r.278775.5
+15	Media	medium	NOUN	I	14			ewtb.r.278775.5
+16	-	-	PUNCT	O	0			ewtb.r.278775.5
+17	we	we	PRON	O	0			ewtb.r.278775.5
+18	just	just	ADV	O	0			ewtb.r.278775.5
+19	heard	hear	VERB	O	0		v.perception	ewtb.r.278775.5
+20	that	that	SCONJ	O	0			ewtb.r.278775.5
+21	it	it	PRON	O	0			ewtb.r.278775.5
+22	was	be	VERB	O	0		v.stative	ewtb.r.278775.5
+23	the	the	DET	B	0			ewtb.r.278775.5
+24	next	next	ADJ	I	23			ewtb.r.278775.5
+25	big	big	ADJ	I	24			ewtb.r.278775.5
+26	thing	thing	NOUN	I	25			ewtb.r.278775.5
+27	.	.	PUNCT	O	0			ewtb.r.278775.5
+
+1	2	2	X	O	0			ewtb.r.278775.6
+2	.	.	PUNCT	O	0			ewtb.r.278775.6
+3	We	we	PRON	O	0			ewtb.r.278775.6
+4	really	really	ADV	O	0			ewtb.r.278775.6
+5	liked	like	VERB	O	0		v.emotion	ewtb.r.278775.6
+6	the	the	DET	O	0			ewtb.r.278775.6
+7	fact	fact	NOUN	O	0		n.cognition	ewtb.r.278775.6
+8	that	that	SCONJ	O	0			ewtb.r.278775.6
+9	Stuart	stuart	PROPN	O	0		n.person	ewtb.r.278775.6
+10	sets	set	VERB	O	0		v.cognition	ewtb.r.278775.6
+11	defined	define	VERB	O	0		v.cognition	ewtb.r.278775.6
+12	objectives	objective	NOUN	O	0		n.cognition	ewtb.r.278775.6
+13	and	and	CONJ	O	0			ewtb.r.278775.6
+14	we	we	PRON	O	0			ewtb.r.278775.6
+15	meet	meet	VERB	O	0		v.social	ewtb.r.278775.6
+16	once	once	ADV	O	0			ewtb.r.278775.6
+17	a	a	DET	O	0			ewtb.r.278775.6
+18	month	month	NOUN	O	0		n.time	ewtb.r.278775.6
+19	to	to	PART	O	0			ewtb.r.278775.6
+20	go	go	VERB	B	0		v.cognition	ewtb.r.278775.6
+21	over	over	ADP	I	20			ewtb.r.278775.6
+22	our	our	PRON	O	0			ewtb.r.278775.6
+23	Key	key	ADJ	B	0		n.cognition	ewtb.r.278775.6
+24	Performance	performance	NOUN	I	23			ewtb.r.278775.6
+25	Indicators	indicator	NOUN	I	24			ewtb.r.278775.6
+26	.	.	PUNCT	O	0			ewtb.r.278775.6
+
+1	How	how	ADV	O	0			ewtb.r.278775.7
+2	has	have	AUX	O	0			ewtb.r.278775.7
+3	it	it	PRON	O	0			ewtb.r.278775.7
+4	gone	go	VERB	O	0		v.social	ewtb.r.278775.7
+5	so	so	ADV	B	0			ewtb.r.278775.7
+6	far	far	ADV	I	5			ewtb.r.278775.7
+7	?	?	PUNCT	O	0			ewtb.r.278775.7
+
+1	Well	well	INTJ	O	0			ewtb.r.278775.8
+2	we	we	PRON	O	0			ewtb.r.278775.8
+3	have	have	AUX	O	0			ewtb.r.278775.8
+4	been	be	AUX	O	0			ewtb.r.278775.8
+5	working	work	VERB	O	0		v.social	ewtb.r.278775.8
+6	with	with	ADP	O	0			ewtb.r.278775.8
+7	Ulistic	ulistic	PROPN	O	0		n.person	ewtb.r.278775.8
+8	for	for	ADP	O	0			ewtb.r.278775.8
+9	1.5	1.5	NUM	O	0			ewtb.r.278775.8
+10	months	month	NOUN	O	0		n.time	ewtb.r.278775.8
+11	,	,	PUNCT	O	0			ewtb.r.278775.8
+12	and	and	CONJ	O	0			ewtb.r.278775.8
+13	have	have	VERB	O	0		v.stative	ewtb.r.278775.8
+14	100	100	NUM	O	0			ewtb.r.278775.8
+15	people	person	NOUN	O	0		n.person	ewtb.r.278775.8
+16	following	follow	VERB	O	0		v.social	ewtb.r.278775.8
+17	our	our	PRON	O	0			ewtb.r.278775.8
+18	site	site	NOUN	O	0		n.communication	ewtb.r.278775.8
+19	on	on	ADP	O	0			ewtb.r.278775.8
+20	Facebook	facebook	PROPN	O	0		n.communication	ewtb.r.278775.8
+21	,	,	PUNCT	O	0			ewtb.r.278775.8
+22	and	and	CONJ	O	0			ewtb.r.278775.8
+23	our	our	PRON	O	0			ewtb.r.278775.8
+24	web	web	NOUN	B	0		n.communication	ewtb.r.278775.8
+25	site	site	NOUN	I	24			ewtb.r.278775.8
+26	,	,	PUNCT	O	0			ewtb.r.278775.8
+27	www.designofashion.com	www.designofashion.com	X	O	0		n.communication	ewtb.r.278775.8
+28	has	have	AUX	O	0			ewtb.r.278775.8
+29	seen	see	VERB	O	0		v.stative	ewtb.r.278775.8
+30	a	a	DET	O	0			ewtb.r.278775.8
+31	3	3	NUM	B	0		n.quantity	ewtb.r.278775.8
+32	fold	fold	NOUN	I	31			ewtb.r.278775.8
+33	increase	increase	NOUN	O	0		n.relation	ewtb.r.278775.8
+34	in	in	ADP	O	0			ewtb.r.278775.8
+35	traffic	traffic	NOUN	O	0		n.cognition	ewtb.r.278775.8
+36	,	,	PUNCT	O	0			ewtb.r.278775.8
+37	which	which	DET	O	0			ewtb.r.278775.8
+38	is	be	AUX	O	0			ewtb.r.278775.8
+39	significantly	significantly	ADV	O	0			ewtb.r.278775.8
+40	beating	beat	VERB	O	0		v.competition	ewtb.r.278775.8
+41	our	our	PRON	O	0			ewtb.r.278775.8
+42	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.278775.8
+43	-	-	PUNCT	O	0			ewtb.r.278775.8
+44	SEO	seo	NOUN	O	0		n.cognition	ewtb.r.278775.8
+45	is	be	VERB	O	0		v.stative	ewtb.r.278775.8
+46	a	a	DET	O	0			ewtb.r.278775.8
+47	process	process	NOUN	O	0		n.process	ewtb.r.278775.8
+48	that	that	DET	O	0			ewtb.r.278775.8
+49	takes	take	VERB	B	0		v.stative	ewtb.r.278775.8
+50	time	time	NOUN	I	49			ewtb.r.278775.8
+51	and	and	CONJ	O	0			ewtb.r.278775.8
+52	to	to	PART	O	0			ewtb.r.278775.8
+53	get	get	VERB	B	0		v.cognition	ewtb.r.278775.8
+54	results	result	NOUN	I	53			ewtb.r.278775.8
+55	this	this	ADV	O	0			ewtb.r.278775.8
+56	quickly	quickly	ADV	O	0			ewtb.r.278775.8
+57	is	be	VERB	O	0		v.stative	ewtb.r.278775.8
+58	exceptional	exceptional	ADJ	O	0			ewtb.r.278775.8
+59	.	.	PUNCT	O	0			ewtb.r.278775.8
+
+1	We	we	PRON	O	0			ewtb.r.278775.9
+2	are	be	VERB	O	0		v.stative	ewtb.r.278775.9
+3	absolutely	absolutely	ADV	O	0			ewtb.r.278775.9
+4	confident	confident	ADJ	O	0			ewtb.r.278775.9
+5	that	that	SCONJ	O	0			ewtb.r.278775.9
+6	Stuart	stuart	PROPN	O	0		n.person	ewtb.r.278775.9
+7	's	's	PART	O	0			ewtb.r.278775.9
+8	ethical	ethical	ADJ	O	0			ewtb.r.278775.9
+9	and	and	CONJ	O	0			ewtb.r.278775.9
+10	focused	focus	VERB	O	0		v.cognition	ewtb.r.278775.9
+11	strategies	strategy	NOUN	O	0		n.cognition	ewtb.r.278775.9
+12	will	will	AUX	O	0			ewtb.r.278775.9
+13	see	see	VERB	O	0		v.stative	ewtb.r.278775.9
+14	these	these	DET	O	0			ewtb.r.278775.9
+15	trends	trend	NOUN	O	0		n.cognition	ewtb.r.278775.9
+16	continue	continue	VERB	O	0		v.stative	ewtb.r.278775.9
+17	to	to	PART	O	0			ewtb.r.278775.9
+18	grow	grow	VERB	O	0		v.change	ewtb.r.278775.9
+19	,	,	PUNCT	O	0			ewtb.r.278775.9
+20	and	and	CONJ	O	0			ewtb.r.278775.9
+21	our	our	PRON	O	0			ewtb.r.278775.9
+22	business	business	NOUN	O	0		n.group	ewtb.r.278775.9
+23	will	will	AUX	O	0			ewtb.r.278775.9
+24	reap	reap	VERB	O	0		v.possession	ewtb.r.278775.9
+25	the	the	DET	O	0			ewtb.r.278775.9
+26	rewards	reward	NOUN	O	0		n.cognition	ewtb.r.278775.9
+27	of	of	ADP	O	0			ewtb.r.278775.9
+28	this	this	DET	O	0			ewtb.r.278775.9
+29	program	program	NOUN	O	0		n.group	ewtb.r.278775.9
+30	.	.	PUNCT	O	0			ewtb.r.278775.9
+
+1	Finally	finally	ADV	O	0			ewtb.r.278775.10
+2	,	,	PUNCT	O	0			ewtb.r.278775.10
+3	it	it	PRON	O	0			ewtb.r.278775.10
+4	must	must	AUX	O	0			ewtb.r.278775.10
+5	be	be	AUX	O	0			ewtb.r.278775.10
+6	said	say	VERB	O	0		v.communication	ewtb.r.278775.10
+7	that	that	SCONJ	O	0			ewtb.r.278775.10
+8	Stuart	stuart	PROPN	O	0		n.person	ewtb.r.278775.10
+9	is	be	VERB	O	0		v.stative	ewtb.r.278775.10
+10	a	a	DET	O	0			ewtb.r.278775.10
+11	fantastic	fantastic	ADJ	O	0			ewtb.r.278775.10
+12	person	person	NOUN	O	0		n.person	ewtb.r.278775.10
+13	to	to	PART	O	0			ewtb.r.278775.10
+14	work	work	VERB	O	0		v.social	ewtb.r.278775.10
+15	with	with	ADP	O	0			ewtb.r.278775.10
+16	,	,	PUNCT	O	0			ewtb.r.278775.10
+17	because	because	ADP	B	0			ewtb.r.278775.10
+18	of	of	ADP	I	17			ewtb.r.278775.10
+19	his	his	PRON	O	0			ewtb.r.278775.10
+20	solid	solid	ADJ	O	0			ewtb.r.278775.10
+21	strategies	strategy	NOUN	O	0		n.cognition	ewtb.r.278775.10
+22	and	and	CONJ	O	0			ewtb.r.278775.10
+23	equally	equally	ADV	O	0			ewtb.r.278775.10
+24	as	as	ADP	O	0			ewtb.r.278775.10
+25	importantly	importantly	ADV	O	0			ewtb.r.278775.10
+26	because	because	SCONJ	O	0			ewtb.r.278775.10
+27	he	he	PRON	O	0			ewtb.r.278775.10
+28	is	be	VERB	O	0		v.stative	ewtb.r.278775.10
+29	a	a	DET	O	0			ewtb.r.278775.10
+30	genuinely	genuinely	ADV	O	0			ewtb.r.278775.10
+31	good	good	ADJ	O	0			ewtb.r.278775.10
+32	person	person	NOUN	O	0		n.person	ewtb.r.278775.10
+33	and	and	CONJ	O	0			ewtb.r.278775.10
+34	a	a	DET	O	0			ewtb.r.278775.10
+35	great	great	ADJ	O	0			ewtb.r.278775.10
+36	communicator	communicator	NOUN	O	0		n.person	ewtb.r.278775.10
+37	.	.	PUNCT	O	0			ewtb.r.278775.10
+
+1	Great	great	ADJ	O	0			ewtb.r.279070.1
+2	Meal	meal	NOUN	O	0		n.event	ewtb.r.279070.1
+
+1	Happened	happen	VERB	B	0		v.cognition	ewtb.r.279070.2
+2	on	on	ADP	I	1			ewtb.r.279070.2
+3	to	to	ADP	I	2			ewtb.r.279070.2
+4	this	this	DET	O	0			ewtb.r.279070.2
+5	place	place	NOUN	O	0		n.group	ewtb.r.279070.2
+6	while	while	SCONJ	O	0			ewtb.r.279070.2
+7	out	out	ADP	B	0			ewtb.r.279070.2
+8	of	of	ADP	I	7			ewtb.r.279070.2
+9	town	town	NOUN	I	8			ewtb.r.279070.2
+10	on	on	ADP	B	0			ewtb.r.279070.2
+11	business	business	NOUN	I	10			ewtb.r.279070.2
+12	,	,	PUNCT	O	0			ewtb.r.279070.2
+13	and	and	CONJ	O	0			ewtb.r.279070.2
+14	it	it	PRON	O	0			ewtb.r.279070.2
+15	was	be	VERB	O	0		v.stative	ewtb.r.279070.2
+16	great	great	ADJ	O	0			ewtb.r.279070.2
+17	!	!	PUNCT	O	0			ewtb.r.279070.2
+
+1	The	the	DET	O	0			ewtb.r.279070.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.279070.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.279070.3
+4	excellent	excellent	ADJ	O	0			ewtb.r.279070.3
+5	and	and	CONJ	O	0			ewtb.r.279070.3
+6	the	the	DET	O	0			ewtb.r.279070.3
+7	service	service	NOUN	O	0		n.act	ewtb.r.279070.3
+8	was	be	VERB	O	0		v.stative	ewtb.r.279070.3
+9	terrific	terrific	ADJ	O	0			ewtb.r.279070.3
+10	.	.	PUNCT	O	0			ewtb.r.279070.3
+
+1	It	it	PRON	O	0			ewtb.r.279070.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.279070.4
+3	a	a	DET	O	0			ewtb.r.279070.4
+4	cloth	cloth	NOUN	O	0		n.artifact	ewtb.r.279070.4
+5	napkin	napkin	NOUN	O	0		n.artifact	ewtb.r.279070.4
+6	kind	kind	NOUN	O	0		n.cognition	ewtb.r.279070.4
+7	of	of	ADP	O	0			ewtb.r.279070.4
+8	place	place	NOUN	O	0		n.group	ewtb.r.279070.4
+9	,	,	PUNCT	O	0			ewtb.r.279070.4
+10	but	but	CONJ	O	0			ewtb.r.279070.4
+11	I	i	PRON	O	0			ewtb.r.279070.4
+12	thought	think	VERB	O	0		v.cognition	ewtb.r.279070.4
+13	well	well	ADV	O	0			ewtb.r.279070.4
+14	worth	worth	ADJ	B	0			ewtb.r.279070.4
+15	it	it	PRON	I	14			ewtb.r.279070.4
+16	.	.	PUNCT	O	0			ewtb.r.279070.4
+
+1	Ca	ca	AUX	O	0			ewtb.r.280170.1
+2	n't	n't	PART	O	0			ewtb.r.280170.1
+3	say	say	VERB	O	0		v.communication	ewtb.r.280170.1
+4	enough	enough	ADJ	O	0			ewtb.r.280170.1
+
+1	I	i	PRON	O	0			ewtb.r.280170.2
+2	used	use	VERB	B	0			ewtb.r.280170.2
+3	to	to	PART	I	2			ewtb.r.280170.2
+4	tan	tan	VERB	O	0		v.body	ewtb.r.280170.2
+5	down	down	ADP	O	0			ewtb.r.280170.2
+6	the	the	DET	O	0			ewtb.r.280170.2
+7	street	street	NOUN	O	0		n.location	ewtb.r.280170.2
+8	before	before	SCONJ	O	0			ewtb.r.280170.2
+9	I	i	PRON	O	0			ewtb.r.280170.2
+10	was	be	AUX	O	0			ewtb.r.280170.2
+11	referred	refer	VERB	O	0		v.cognition	ewtb.r.280170.2
+12	to	to	ADP	O	0			ewtb.r.280170.2
+13	this	this	DET	O	0			ewtb.r.280170.2
+14	place	place	NOUN	O	0		n.group	ewtb.r.280170.2
+15	by	by	ADP	O	0			ewtb.r.280170.2
+16	one	one	NUM	O	0			ewtb.r.280170.2
+17	of	of	ADP	O	0			ewtb.r.280170.2
+18	my	my	PRON	O	0			ewtb.r.280170.2
+19	friends	friend	NOUN	O	0		n.person	ewtb.r.280170.2
+20	.	.	PUNCT	O	0			ewtb.r.280170.2
+
+1	WOW	wow	INTJ	O	0			ewtb.r.280170.3
+2	!	!	PUNCT	O	0			ewtb.r.280170.3
+
+1	I	i	PRON	O	0			ewtb.r.280170.4
+2	did	do	AUX	O	0			ewtb.r.280170.4
+3	n't	n't	PART	O	0			ewtb.r.280170.4
+4	know	know	VERB	O	0		v.cognition	ewtb.r.280170.4
+5	what	what	PRON	O	0			ewtb.r.280170.4
+6	I	i	PRON	O	0			ewtb.r.280170.4
+7	was	be	AUX	O	0			ewtb.r.280170.4
+8	missing	miss	VERB	O	0		v.cognition	ewtb.r.280170.4
+9	.	.	PUNCT	O	0			ewtb.r.280170.4
+
+1	The	the	DET	O	0			ewtb.r.280170.5
+2	lowest	lowest	ADJ	O	0			ewtb.r.280170.5
+3	bed	bed	NOUN	O	0		n.artifact	ewtb.r.280170.5
+4	here	here	ADV	O	0			ewtb.r.280170.5
+5	is	be	VERB	O	0		v.stative	ewtb.r.280170.5
+6	better	better	ADJ	O	0			ewtb.r.280170.5
+7	than	than	ADP	O	0			ewtb.r.280170.5
+8	my	my	PRON	O	0			ewtb.r.280170.5
+9	last	last	ADJ	O	0			ewtb.r.280170.5
+10	salon	salon	NOUN	O	0		n.group	ewtb.r.280170.5
+11	s	s	PART	O	0			ewtb.r.280170.5
+12	highest	high	ADJ	O	0			ewtb.r.280170.5
+13	level	level	NOUN	O	0		n.cognition	ewtb.r.280170.5
+14	.	.	PUNCT	O	0			ewtb.r.280170.5
+
+1	Salon	salon	NOUN	O	0		n.group	ewtb.r.280170.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.280170.6
+3	clean	clean	ADJ	O	0			ewtb.r.280170.6
+4	and	and	CONJ	O	0			ewtb.r.280170.6
+5	girls	girl	NOUN	O	0		n.person	ewtb.r.280170.6
+6	are	be	VERB	O	0		v.stative	ewtb.r.280170.6
+7	nice	nice	ADJ	O	0			ewtb.r.280170.6
+8	.	.	PUNCT	O	0			ewtb.r.280170.6
+
+1	do	do	AUX	O	0			ewtb.r.281976.1
+2	NOT	not	PART	O	0			ewtb.r.281976.1
+3	bring	bring	VERB	O	0		v.motion	ewtb.r.281976.1
+4	your	your	PRON	O	0			ewtb.r.281976.1
+5	car	car	NOUN	O	0		n.artifact	ewtb.r.281976.1
+6	here	here	ADV	O	0			ewtb.r.281976.1
+
+1	I	i	PRON	O	0			ewtb.r.281976.2
+2	got	get	VERB	O	0		v.possession	ewtb.r.281976.2
+3	a	a	DET	O	0			ewtb.r.281976.2
+4	coupon	coupon	NOUN	O	0		n.possession	ewtb.r.281976.2
+5	from	from	ADP	O	0			ewtb.r.281976.2
+6	Pennysaver	pennysaver	PROPN	O	0		n.communication	ewtb.r.281976.2
+7	for	for	ADP	O	0			ewtb.r.281976.2
+8	this	this	DET	O	0			ewtb.r.281976.2
+9	station	station	NOUN	O	0		n.group	ewtb.r.281976.2
+10	.	.	PUNCT	O	0			ewtb.r.281976.2
+
+1	Yes	yes	INTJ	O	0			ewtb.r.281976.3
+2	,	,	PUNCT	O	0			ewtb.r.281976.3
+3	they	they	PRON	O	0			ewtb.r.281976.3
+4	accepted	accept	VERB	O	0		v.possession	ewtb.r.281976.3
+5	it	it	PRON	O	0			ewtb.r.281976.3
+6	.	.	PUNCT	O	0			ewtb.r.281976.3
+
+1	However	however	ADV	O	0			ewtb.r.281976.4
+2	,	,	PUNCT	O	0			ewtb.r.281976.4
+3	during	during	ADP	O	0			ewtb.r.281976.4
+4	the	the	DET	O	0			ewtb.r.281976.4
+5	test	test	NOUN	O	0		n.event	ewtb.r.281976.4
+6	,	,	PUNCT	O	0			ewtb.r.281976.4
+7	they	they	PRON	O	0			ewtb.r.281976.4
+8	did	do	VERB	O	0		v.social	ewtb.r.281976.4
+9	whatever	whatever	PRON	O	0			ewtb.r.281976.4
+10	they	they	PRON	O	0			ewtb.r.281976.4
+11	can	can	AUX	O	0			ewtb.r.281976.4
+12	to	to	PART	O	0			ewtb.r.281976.4
+13	get	get	VERB	B	0		v.change	ewtb.r.281976.4
+14	my	my	PRON	o	0			ewtb.r.281976.4
+15	test	test	NOUN	o	0		n.event	ewtb.r.281976.4
+16	failed	fail	VERB	I	13			ewtb.r.281976.4
+17	.	.	PUNCT	O	0			ewtb.r.281976.4
+
+1	Then	then	ADV	O	0			ewtb.r.281976.5
+2	,	,	PUNCT	O	0			ewtb.r.281976.5
+3	they	they	PRON	O	0			ewtb.r.281976.5
+4	sold	sell	VERB	O	0		v.possession	ewtb.r.281976.5
+5	me	me	PRON	O	0			ewtb.r.281976.5
+6	overpriced	overpriced	ADJ	O	0			ewtb.r.281976.5
+7	stuffs	stuff	NOUN	O	0		n.artifact	ewtb.r.281976.5
+8	,	,	PUNCT	O	0			ewtb.r.281976.5
+9	such	such	ADJ	B	0			ewtb.r.281976.5
+10	as	as	ADP	I	9			ewtb.r.281976.5
+11	oil	oil	NOUN	B	0		n.artifact	ewtb.r.281976.5
+12	tank	tank	NOUN	I	11			ewtb.r.281976.5
+13	cap	cap	NOUN	O	0		n.artifact	ewtb.r.281976.5
+14	,	,	PUNCT	O	0			ewtb.r.281976.5
+15	so	so	ADP	O	0			ewtb.r.281976.5
+16	that	that	SCONJ	O	0			ewtb.r.281976.5
+17	my	my	PRON	O	0			ewtb.r.281976.5
+18	car	car	NOUN	O	0		n.artifact	ewtb.r.281976.5
+19	can	can	AUX	O	0			ewtb.r.281976.5
+20	pass	pass	VERB	O	0		v.social	ewtb.r.281976.5
+21	it	it	PRON	O	0			ewtb.r.281976.5
+22	right	right	ADV	B	0			ewtb.r.281976.5
+23	away	away	ADV	I	22			ewtb.r.281976.5
+24	.	.	PUNCT	O	0			ewtb.r.281976.5
+
+1	I	i	PRON	O	0			ewtb.r.281976.6
+2	ended	end	VERB	B	0		v.stative	ewtb.r.281976.6
+3	up	up	ADP	I	2			ewtb.r.281976.6
+4	paying	pay	VERB	O	0		v.possession	ewtb.r.281976.6
+5	much	much	ADV	O	0			ewtb.r.281976.6
+6	more	more	ADJ	O	0			ewtb.r.281976.6
+7	.	.	PUNCT	O	0			ewtb.r.281976.6
+
+1	This	this	DET	O	0			ewtb.r.286172.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.286172.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.286172.1
+4	awesome	awesome	ADJ	O	0			ewtb.r.286172.1
+
+1	Great	great	ADJ	O	0			ewtb.r.286172.2
+2	work	work	NOUN	O	0		n.act	ewtb.r.286172.2
+3	,	,	PUNCT	O	0			ewtb.r.286172.2
+4	good	good	ADJ	O	0			ewtb.r.286172.2
+5	price	price	NOUN	O	0		n.possession	ewtb.r.286172.2
+6	.	.	PUNCT	O	0			ewtb.r.286172.2
+
+1	Definetely	definetely	ADV	O	0			ewtb.r.286172.3
+2	going	go	VERB	O	0		v.motion	ewtb.r.286172.3
+3	back	back	ADV	O	0			ewtb.r.286172.3
+
+1	not	not	PART	O	0			ewtb.r.294978.1
+2	impressive	impressive	ADJ	O	0			ewtb.r.294978.1
+3	enough	enough	ADV	O	0			ewtb.r.294978.1
+
+1	It	it	PRON	O	0			ewtb.r.294978.2
+2	's	's	VERB	O	0		v.stative	ewtb.r.294978.2
+3	a	a	DET	O	0			ewtb.r.294978.2
+4	fine	fine	ADJ	O	0			ewtb.r.294978.2
+5	place	place	NOUN	O	0		n.group	ewtb.r.294978.2
+6	,	,	PUNCT	O	0			ewtb.r.294978.2
+7	I	i	PRON	O	0			ewtb.r.294978.2
+8	'm	'm	VERB	O	0		v.stative	ewtb.r.294978.2
+9	just	just	ADV	O	0			ewtb.r.294978.2
+10	a	a	DET	B	0			ewtb.r.294978.2
+11	little	little	ADJ	I	10			ewtb.r.294978.2
+12	mystified	mystified	ADJ	O	0			ewtb.r.294978.2
+13	about	about	ADP	O	0			ewtb.r.294978.2
+14	the	the	DET	O	0			ewtb.r.294978.2
+15	Michelin	michelin	PROPN	B	0		n.communication	ewtb.r.294978.2
+16	star	star	NOUN	I	15			ewtb.r.294978.2
+17	.	.	PUNCT	O	0			ewtb.r.294978.2
+
+1	Nothing	nothing	NOUN	O	0			ewtb.r.294978.3
+2	wrong	wrong	ADJ	B	0			ewtb.r.294978.3
+3	with	with	ADP	I	2			ewtb.r.294978.3
+4	it	it	PRON	O	0			ewtb.r.294978.3
+5	,	,	PUNCT	O	0			ewtb.r.294978.3
+6	just	just	ADV	O	0			ewtb.r.294978.3
+7	better	better	ADJ	O	0			ewtb.r.294978.3
+8	options	option	NOUN	O	0		n.cognition	ewtb.r.294978.3
+9	at	at	ADP	O	0			ewtb.r.294978.3
+10	this	this	DET	O	0			ewtb.r.294978.3
+11	price	price	NOUN	B	0		n.possession	ewtb.r.294978.3
+12	point	point	NOUN	I	11			ewtb.r.294978.3
+13	.	.	PUNCT	O	0			ewtb.r.294978.3
+
+1	Best	best	ADJ	O	0			ewtb.r.307170.1
+2	Limo	limo	NOUN	O	0		n.artifact	ewtb.r.307170.1
+3	Limousine	limousine	NOUN	O	0		n.artifact	ewtb.r.307170.1
+4	service	service	NOUN	O	0		n.act	ewtb.r.307170.1
+5	in	in	ADP	O	0			ewtb.r.307170.1
+6	all	all	DET	O	0			ewtb.r.307170.1
+7	of	of	ADP	O	0			ewtb.r.307170.1
+8	Dallas	dallas	PROPN	O	0		n.location	ewtb.r.307170.1
+
+1	Great	great	PROPN	O	0			ewtb.r.307170.2
+2	Limos	limos	PROPN	O	0		n.artifact	ewtb.r.307170.2
+3	company	company	NOUN	O	0		n.group	ewtb.r.307170.2
+4	int	int	ADP	O	0			ewtb.r.307170.2
+5	he	he	DET	O	0			ewtb.r.307170.2
+6	DFW	dfw	PROPN	B	0		n.location	ewtb.r.307170.2
+7	fort	fort	PROPN	b	0		n.location	ewtb.r.307170.2
+8	Worth	worth	PROPN	i	7			ewtb.r.307170.2
+9	Metro	metro	NOUN	I	6			ewtb.r.307170.2
+10	area	area	NOUN	I	9			ewtb.r.307170.2
+11	.	.	PUNCT	O	0			ewtb.r.307170.2
+
+1	I	i	PRON	O	0			ewtb.r.307170.3
+2	use	use	VERB	O	0		v.consumption	ewtb.r.307170.3
+3	their	their	PRON	O	0			ewtb.r.307170.3
+4	limo	limo	NOUN	O	0		n.artifact	ewtb.r.307170.3
+5	services	services	NOUN	O	0		n.act	ewtb.r.307170.3
+6	for	for	ADP	O	0			ewtb.r.307170.3
+7	all	all	DET	O	0			ewtb.r.307170.3
+8	of	of	ADP	O	0			ewtb.r.307170.3
+9	my	my	PRON	O	0			ewtb.r.307170.3
+10	airport	airport	NOUN	O	0		n.location	ewtb.r.307170.3
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.307170.3
+12	services	services	NOUN	O	0		n.act	ewtb.r.307170.3
+13	and	and	CONJ	O	0			ewtb.r.307170.3
+14	airport	airport	NOUN	O	0		n.location	ewtb.r.307170.3
+15	transportation	transportation	NOUN	O	0		n.act	ewtb.r.307170.3
+16	needs	need	NOUN	O	0		n.cognition	ewtb.r.307170.3
+
+1	My	my	PRON	O	0			ewtb.r.314974.1
+2	Favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.314974.1
+3	in	in	ADP	O	0			ewtb.r.314974.1
+4	McLean	mclean	PROPN	O	0		n.location	ewtb.r.314974.1
+
+1	My	my	PRON	O	0			ewtb.r.314974.2
+2	family	family	NOUN	O	0		n.group	ewtb.r.314974.2
+3	loves	love	VERB	O	0		v.emotion	ewtb.r.314974.2
+4	coming	come	VERB	O	0		v.motion	ewtb.r.314974.2
+5	to	to	ADP	O	0			ewtb.r.314974.2
+6	Endo	endo	PROPN	B	0		n.group	ewtb.r.314974.2
+7	Sushi	sushi	PROPN	I	6			ewtb.r.314974.2
+8	.	.	PUNCT	O	0			ewtb.r.314974.2
+9	They	they	PRON	O	0			ewtb.r.314974.2
+10	are	be	VERB	O	0		v.stative	ewtb.r.314974.2
+11	very	very	ADV	O	0			ewtb.r.314974.2
+12	nice	nice	ADJ	O	0			ewtb.r.314974.2
+13	,	,	PUNCT	O	0			ewtb.r.314974.2
+14	it	it	PRON	O	0			ewtb.r.314974.2
+15	is	be	VERB	O	0		v.stative	ewtb.r.314974.2
+16	never	never	ADV	O	0			ewtb.r.314974.2
+17	crowded	crowded	ADJ	O	0			ewtb.r.314974.2
+18	,	,	PUNCT	O	0			ewtb.r.314974.2
+19	and	and	CONJ	O	0			ewtb.r.314974.2
+20	the	the	DET	O	0			ewtb.r.314974.2
+21	food	food	NOUN	O	0		n.food	ewtb.r.314974.2
+22	is	be	VERB	O	0		v.stative	ewtb.r.314974.2
+23	wonderful	wonderful	ADJ	O	0			ewtb.r.314974.2
+24	,	,	PUNCT	O	0			ewtb.r.314974.2
+25	very	very	ADV	O	0			ewtb.r.314974.2
+26	delicious	delicious	ADJ	O	0			ewtb.r.314974.2
+27	and	and	CONJ	O	0			ewtb.r.314974.2
+28	fresh	fresh	ADJ	O	0			ewtb.r.314974.2
+29	!	!	PUNCT	O	0			ewtb.r.314974.2
+
+1	Sometimes	sometimes	ADV	O	0			ewtb.r.314974.3
+2	it	it	PRON	O	0			ewtb.r.314974.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.314974.3
+4	hard	hard	ADJ	O	0			ewtb.r.314974.3
+5	to	to	PART	O	0			ewtb.r.314974.3
+6	get	get	VERB	O	0		v.cognition	ewtb.r.314974.3
+7	parking	parking	NOUN	O	0		n.cognition	ewtb.r.314974.3
+8	in	in	ADP	O	0			ewtb.r.314974.3
+9	the	the	DET	O	0			ewtb.r.314974.3
+10	lot	lot	NOUN	O	0		n.location	ewtb.r.314974.3
+11	in	in	ADP	B	0			ewtb.r.314974.3
+12	front	front	NOUN	I	11			ewtb.r.314974.3
+13	of	of	ADP	I	12			ewtb.r.314974.3
+14	the	the	DET	O	0			ewtb.r.314974.3
+15	storefront	storefront	NOUN	O	0		n.location	ewtb.r.314974.3
+16	,	,	PUNCT	O	0			ewtb.r.314974.3
+17	and	and	CONJ	O	0			ewtb.r.314974.3
+18	it	it	PRON	O	0			ewtb.r.314974.3
+19	is	be	VERB	O	0		v.stative	ewtb.r.314974.3
+20	on	on	ADP	O	0			ewtb.r.314974.3
+21	a	a	DET	O	0			ewtb.r.314974.3
+22	one	one	NUM	B	0		n.cognition	ewtb.r.314974.3
+23	-	-	PUNCT	I	22			ewtb.r.314974.3
+24	way	way	NOUN	I	23			ewtb.r.314974.3
+25	street	street	NOUN	I	24			ewtb.r.314974.3
+26	,	,	PUNCT	O	0			ewtb.r.314974.3
+27	but	but	CONJ	O	0			ewtb.r.314974.3
+28	the	the	DET	O	0			ewtb.r.314974.3
+29	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.314974.3
+30	itself	itself	PRON	O	0			ewtb.r.314974.3
+31	is	be	VERB	O	0		v.stative	ewtb.r.314974.3
+32	NEVER	never	ADV	O	0			ewtb.r.314974.3
+33	overcrowded	overcrowded	ADJ	O	0			ewtb.r.314974.3
+34	.	.	PUNCT	O	0			ewtb.r.314974.3
+
+1	If	if	SCONJ	O	0			ewtb.r.314974.4
+2	you	you	PRON	O	0			ewtb.r.314974.4
+3	can	can	AUX	O	0			ewtb.r.314974.4
+4	not	not	PART	O	0			ewtb.r.314974.4
+5	park	park	VERB	O	0		v.motion	ewtb.r.314974.4
+6	in	in	ADP	O	0			ewtb.r.314974.4
+7	the	the	DET	O	0			ewtb.r.314974.4
+8	lot	lot	NOUN	O	0		n.location	ewtb.r.314974.4
+9	,	,	PUNCT	O	0			ewtb.r.314974.4
+10	then	then	ADV	O	0			ewtb.r.314974.4
+11	you	you	PRON	O	0			ewtb.r.314974.4
+12	can	can	AUX	O	0			ewtb.r.314974.4
+13	park	park	VERB	O	0		v.motion	ewtb.r.314974.4
+14	in	in	ADP	O	0			ewtb.r.314974.4
+15	the	the	DET	O	0			ewtb.r.314974.4
+16	shopping	shopping	NOUN	B	0		n.group	ewtb.r.314974.4
+17	center	center	NOUN	I	16			ewtb.r.314974.4
+18	's	's	PART	O	0			ewtb.r.314974.4
+19	garage	garage	NOUN	O	0		n.artifact	ewtb.r.314974.4
+20	,	,	PUNCT	O	0			ewtb.r.314974.4
+21	and	and	CONJ	O	0			ewtb.r.314974.4
+22	walk	walk	VERB	O	0		v.motion	ewtb.r.314974.4
+23	up	up	ADP	O	0			ewtb.r.314974.4
+24	to	to	ADP	O	0			ewtb.r.314974.4
+25	Endo	endo	PROPN	B	0		n.group	ewtb.r.314974.4
+26	Sushi	sushi	PROPN	I	25			ewtb.r.314974.4
+27	.	.	PUNCT	O	0			ewtb.r.314974.4
+
+1	The	the	DET	O	0			ewtb.r.314974.5
+2	service	service	NOUN	O	0		n.act	ewtb.r.314974.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.314974.5
+4	fast	fast	ADJ	O	0			ewtb.r.314974.5
+5	.	.	PUNCT	O	0			ewtb.r.314974.5
+
+1	Be	be	VERB	B	0		v.cognition	ewtb.r.314974.6
+2	sure	sure	ADJ	I	1			ewtb.r.314974.6
+3	to	to	PART	O	0			ewtb.r.314974.6
+4	ring	ring	VERB	B	0		v.communication	ewtb.r.314974.6
+5	the	the	DET	o	0			ewtb.r.314974.6
+6	little	little	ADJ	o	0			ewtb.r.314974.6
+7	bell	bell	NOUN	I	4			ewtb.r.314974.6
+8	on	on	ADP	O	0			ewtb.r.314974.6
+9	your	your	PRON	O	0			ewtb.r.314974.6
+10	way	way	NOUN	O	0		n.cognition	ewtb.r.314974.6
+11	out	out	ADV	O	0			ewtb.r.314974.6
+12	if	if	SCONJ	O	0			ewtb.r.314974.6
+13	you	you	PRON	O	0			ewtb.r.314974.6
+14	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.314974.6
+15	your	your	PRON	O	0			ewtb.r.314974.6
+16	meal	meal	NOUN	O	0		n.event	ewtb.r.314974.6
+17	!	!	PUNCT	O	0			ewtb.r.314974.6
+
+1	(	(	PUNCT	O	0			ewtb.r.314974.7
+2	it	it	PRON	O	0			ewtb.r.314974.7
+3	's	's	VERB	O	0		v.stative	ewtb.r.314974.7
+4	by	by	ADP	O	0			ewtb.r.314974.7
+5	the	the	DET	O	0			ewtb.r.314974.7
+6	door	door	NOUN	O	0		n.artifact	ewtb.r.314974.7
+7	,	,	PUNCT	O	0			ewtb.r.314974.7
+8	on	on	ADP	O	0			ewtb.r.314974.7
+9	the	the	DET	O	0			ewtb.r.314974.7
+10	hostess	hostess	NOUN	B	0		n.artifact	ewtb.r.314974.7
+11	stand	stand	NOUN	I	10			ewtb.r.314974.7
+12	)	)	PUNCT	O	0			ewtb.r.314974.7
+
+1	Some	some	DET	O	0			ewtb.r.330275.1
+2	of	of	ADP	O	0			ewtb.r.330275.1
+3	the	the	DET	O	0			ewtb.r.330275.1
+4	nicest	nice	ADJ	O	0			ewtb.r.330275.1
+5	people	person	NOUN	O	0		n.person	ewtb.r.330275.1
+6	and	and	CONJ	O	0			ewtb.r.330275.1
+7	very	very	ADV	O	0			ewtb.r.330275.1
+8	good	good	ADJ	O	0			ewtb.r.330275.1
+9	work	work	NOUN	O	0		n.act	ewtb.r.330275.1
+10	standards	standard	NOUN	O	0		n.cognition	ewtb.r.330275.1
+
+1	Amazing	amazing	ADJ	O	0			ewtb.r.332476.1
+2	Pictures	picture	NOUN	O	0		n.artifact	ewtb.r.332476.1
+3	at	at	ADP	O	0			ewtb.r.332476.1
+4	an	an	DET	O	0			ewtb.r.332476.1
+5	Amazing	amazing	ADJ	O	0			ewtb.r.332476.1
+6	Price	price	NOUN	O	0		n.possession	ewtb.r.332476.1
+
+1	Rendy	rendy	PROPN	O	0		n.person	ewtb.r.332476.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.332476.2
+3	totally	totally	ADV	O	0			ewtb.r.332476.2
+4	amazing	amazing	ADJ	O	0			ewtb.r.332476.2
+5	.	.	PUNCT	O	0			ewtb.r.332476.2
+
+1	She	she	PRON	O	0			ewtb.r.332476.3
+2	gave	give	VERB	O	0		v.possession	ewtb.r.332476.3
+3	me	me	PRON	O	0			ewtb.r.332476.3
+4	amazing	amazing	ADJ	O	0			ewtb.r.332476.3
+5	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.332476.3
+6	at	at	ADP	O	0			ewtb.r.332476.3
+7	an	an	DET	O	0			ewtb.r.332476.3
+8	amazing	amazing	ADJ	O	0			ewtb.r.332476.3
+9	price	price	NOUN	O	0		n.possession	ewtb.r.332476.3
+10	and	and	CONJ	O	0			ewtb.r.332476.3
+11	made	make	VERB	O	0		v.change	ewtb.r.332476.3
+12	my	my	PRON	O	0			ewtb.r.332476.3
+13	wedding	wedding	NOUN	B	0		n.event	ewtb.r.332476.3
+14	day	day	NOUN	I	13			ewtb.r.332476.3
+15	so	so	ADV	O	0			ewtb.r.332476.3
+16	memorable	memorable	ADJ	O	0			ewtb.r.332476.3
+17	.	.	PUNCT	O	0			ewtb.r.332476.3
+
+1	She	she	PRON	O	0			ewtb.r.332476.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.332476.4
+3	way	way	ADV	O	0			ewtb.r.332476.4
+4	easy	easy	ADJ	O	0			ewtb.r.332476.4
+5	to	to	PART	O	0			ewtb.r.332476.4
+6	work	work	VERB	O	0		v.social	ewtb.r.332476.4
+7	with	with	ADP	O	0			ewtb.r.332476.4
+8	and	and	CONJ	O	0			ewtb.r.332476.4
+9	made	make	VERB	O	0		v.cognition	ewtb.r.332476.4
+10	my	my	PRON	O	0			ewtb.r.332476.4
+11	wedding	wedding	NOUN	B	0		n.event	ewtb.r.332476.4
+12	day	day	NOUN	I	11			ewtb.r.332476.4
+13	so	so	ADV	O	0			ewtb.r.332476.4
+14	easy	easy	ADJ	O	0			ewtb.r.332476.4
+15	and	and	CONJ	O	0			ewtb.r.332476.4
+16	she	she	PRON	O	0			ewtb.r.332476.4
+17	got	get	VERB	B	0		v.communication	ewtb.r.332476.4
+18	some	some	DET	o	0			ewtb.r.332476.4
+19	amazing	amazing	ADJ	o	0			ewtb.r.332476.4
+20	pictures	picture	NOUN	I	17			ewtb.r.332476.4
+21	,	,	PUNCT	O	0			ewtb.r.332476.4
+22	not	not	PART	O	0			ewtb.r.332476.4
+23	only	only	ADV	O	0			ewtb.r.332476.4
+24	of	of	ADP	O	0			ewtb.r.332476.4
+25	me	me	PRON	O	0			ewtb.r.332476.4
+26	,	,	PUNCT	O	0			ewtb.r.332476.4
+27	but	but	CONJ	O	0			ewtb.r.332476.4
+28	of	of	ADP	O	0			ewtb.r.332476.4
+29	my	my	PRON	O	0			ewtb.r.332476.4
+30	family	family	NOUN	O	0		n.group	ewtb.r.332476.4
+31	and	and	CONJ	O	0			ewtb.r.332476.4
+32	friends	friend	NOUN	O	0		n.person	ewtb.r.332476.4
+33	.	.	PUNCT	O	0			ewtb.r.332476.4
+
+1	She	she	PRON	O	0			ewtb.r.332476.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.332476.5
+3	amazing	amazing	ADJ	O	0			ewtb.r.332476.5
+4	.	.	PUNCT	O	0			ewtb.r.332476.5
+
+1	I	i	PRON	O	0			ewtb.r.332476.6
+2	would	would	AUX	O	0			ewtb.r.332476.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.332476.6
+4	her	her	PRON	O	0			ewtb.r.332476.6
+5	to	to	ADP	O	0			ewtb.r.332476.6
+6	anyone	anyone	NOUN	O	0			ewtb.r.332476.6
+7	!	!	PUNCT	O	0			ewtb.r.332476.6
+
+1	The	the	DET	O	0			ewtb.r.332972.1
+2	best	best	ADJ	O	0			ewtb.r.332972.1
+3	pizza	pizza	NOUN	O	0		n.food	ewtb.r.332972.1
+4	ever	ever	ADV	O	0			ewtb.r.332972.1
+5	i	i	PRON	O	0			ewtb.r.332972.1
+6	m	m	VERB	O	0		v.stative	ewtb.r.332972.1
+7	fat	fat	ADJ	O	0			ewtb.r.332972.1
+8	so	so	ADV	O	0			ewtb.r.332972.1
+9	i	i	PRON	O	0			ewtb.r.332972.1
+10	ve	ve	AUX	O	0			ewtb.r.332972.1
+11	had	have	VERB	O	0		v.consumption	ewtb.r.332972.1
+12	a	a	DET	B	0		n.quantity	ewtb.r.332972.1
+13	ton	ton	NOUN	I	12			ewtb.r.332972.1
+14	of	of	ADP	O	0			ewtb.r.332972.1
+15	pizza	pizza	NOUN	O	0		n.food	ewtb.r.332972.1
+16	other	other	ADJ	B	0			ewtb.r.332972.1
+17	than	than	ADP	I	16			ewtb.r.332972.1
+18	pizza	pizza	NOUN	O	0		n.food	ewtb.r.332972.1
+19	from	from	ADP	O	0			ewtb.r.332972.1
+20	chicago	chicago	PROPN	O	0		n.location	ewtb.r.332972.1
+21	it	it	PRON	O	0			ewtb.r.332972.1
+22	s	s	VERB	O	0		v.stative	ewtb.r.332972.1
+23	the	the	DET	O	0			ewtb.r.332972.1
+24	best	best	ADJ	O	0			ewtb.r.332972.1
+
+1	Best	best	ADJ	O	0			ewtb.r.333672.1
+2	Car	car	NOUN	B	0		n.group	ewtb.r.333672.1
+3	Dealer	dealer	NOUN	I	2			ewtb.r.333672.1
+4	in	in	ADP	O	0			ewtb.r.333672.1
+5	TX	tx	PROPN	O	0		n.location	ewtb.r.333672.1
+
+1	I	i	PRON	O	0			ewtb.r.333672.2
+2	purchased	purchase	VERB	O	0		v.possession	ewtb.r.333672.2
+3	a	a	DET	O	0			ewtb.r.333672.2
+4	nissan	nissan	PROPN	O	0		n.artifact	ewtb.r.333672.2
+5	from	from	ADP	O	0			ewtb.r.333672.2
+6	this	this	DET	O	0			ewtb.r.333672.2
+7	dealship	dealship	NOUN	O	0		n.group	ewtb.r.333672.2
+8	.	.	PUNCT	O	0			ewtb.r.333672.2
+
+1	The	the	DET	O	0			ewtb.r.333672.3
+2	sales	sales	NOUN	B	0		n.person	ewtb.r.333672.3
+3	men	men	NOUN	I	2			ewtb.r.333672.3
+4	were	be	VERB	O	0		v.stative	ewtb.r.333672.3
+5	very	very	ADV	O	0			ewtb.r.333672.3
+6	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.333672.3
+7	about	about	ADP	O	0			ewtb.r.333672.3
+8	every	every	DET	O	0			ewtb.r.333672.3
+9	aspect	aspect	NOUN	O	0		n.attribute	ewtb.r.333672.3
+10	of	of	ADP	O	0			ewtb.r.333672.3
+11	every	every	DET	O	0			ewtb.r.333672.3
+12	car	car	NOUN	O	0		n.artifact	ewtb.r.333672.3
+13	we	we	PRON	O	0			ewtb.r.333672.3
+14	looked	look	VERB	O	0		v.possession	ewtb.r.333672.3
+15	at	at	ADP	O	0			ewtb.r.333672.3
+16	.	.	PUNCT	O	0			ewtb.r.333672.3
+
+1	They	they	PRON	O	0			ewtb.r.333672.4
+2	were	be	VERB	O	0		v.stative	ewtb.r.333672.4
+3	very	very	ADV	O	0			ewtb.r.333672.4
+4	patient	patient	ADJ	O	0			ewtb.r.333672.4
+5	and	and	CONJ	O	0			ewtb.r.333672.4
+6	helpful	helpful	ADJ	O	0			ewtb.r.333672.4
+7	from	from	SCONJ	O	0			ewtb.r.333672.4
+8	showing	show	VERB	O	0		v.social	ewtb.r.333672.4
+9	the	the	DET	O	0			ewtb.r.333672.4
+10	cars	car	NOUN	O	0		n.artifact	ewtb.r.333672.4
+11	to	to	SCONJ	O	0			ewtb.r.333672.4
+12	doing	do	VERB	B	0		v.communication	ewtb.r.333672.4
+13	the	the	DET	o	0			ewtb.r.333672.4
+14	paperwork	paperwork	NOUN	I	12			ewtb.r.333672.4
+15	.	.	PUNCT	O	0			ewtb.r.333672.4
+
+1	The	the	DET	O	0			ewtb.r.333672.5
+2	paperwork	paperwork	NOUN	O	0		n.communication	ewtb.r.333672.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.333672.5
+4	a	a	DET	O	0			ewtb.r.333672.5
+5	very	very	ADV	O	0			ewtb.r.333672.5
+6	easy	easy	ADJ	O	0			ewtb.r.333672.5
+7	and	and	CONJ	O	0			ewtb.r.333672.5
+8	smooth	smooth	ADJ	O	0			ewtb.r.333672.5
+9	.	.	PUNCT	O	0			ewtb.r.333672.5
+
+1	They	they	PRON	O	0			ewtb.r.333672.6
+2	tried	try	VERB	O	0		v.cognition	ewtb.r.333672.6
+3	to	to	PART	O	0			ewtb.r.333672.6
+4	run	run	VERB	O	0		v.possession	ewtb.r.333672.6
+5	my	my	PRON	O	0			ewtb.r.333672.6
+6	credit	credit	NOUN	B	0		n.communication	ewtb.r.333672.6
+7	score	score	NOUN	I	6			ewtb.r.333672.6
+8	as	as	ADV	O	0			ewtb.r.333672.6
+9	less	less	ADV	O	0			ewtb.r.333672.6
+10	as	as	ADP	O	0			ewtb.r.333672.6
+11	possible	possible	ADJ	O	0			ewtb.r.333672.6
+12	so	so	SCONJ	O	0			ewtb.r.333672.6
+13	it	it	PRON	O	0			ewtb.r.333672.6
+14	wo	wo	AUX	O	0			ewtb.r.333672.6
+15	n't	n't	PART	O	0			ewtb.r.333672.6
+16	hurt	hurt	VERB	O	0		v.perception	ewtb.r.333672.6
+17	my	my	PRON	O	0			ewtb.r.333672.6
+18	score	score	NOUN	O	0		n.communication	ewtb.r.333672.6
+19	.	.	PUNCT	O	0			ewtb.r.333672.6
+
+1	Overall	overall	ADV	O	0			ewtb.r.333672.7
+2	,	,	PUNCT	O	0			ewtb.r.333672.7
+3	I	i	PRON	O	0			ewtb.r.333672.7
+4	was	be	VERB	O	0		v.stative	ewtb.r.333672.7
+5	very	very	ADV	O	0			ewtb.r.333672.7
+6	happy	happy	ADJ	B	0			ewtb.r.333672.7
+7	with	with	ADP	I	6			ewtb.r.333672.7
+8	the	the	DET	O	0			ewtb.r.333672.7
+9	customer	customer	NOUN	B	0		n.act	ewtb.r.333672.7
+10	service	service	NOUN	I	9			ewtb.r.333672.7
+11	and	and	CONJ	O	0			ewtb.r.333672.7
+12	my	my	PRON	O	0			ewtb.r.333672.7
+13	purchase	purchase	NOUN	O	0		n.possession	ewtb.r.333672.7
+14	.	.	PUNCT	O	0			ewtb.r.333672.7
+
+1	If	if	SCONJ	O	0			ewtb.r.333672.8
+2	you	you	PRON	O	0			ewtb.r.333672.8
+3	're	're	AUX	O	0			ewtb.r.333672.8
+4	looking	look	VERB	O	0		v.possession	ewtb.r.333672.8
+5	to	to	PART	O	0			ewtb.r.333672.8
+6	buy	buy	VERB	O	0		v.possession	ewtb.r.333672.8
+7	a	a	DET	O	0			ewtb.r.333672.8
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.333672.8
+9	,	,	PUNCT	O	0			ewtb.r.333672.8
+10	definitely	definitely	ADV	O	0			ewtb.r.333672.8
+11	give	give	VERB	B	0		v.communication	ewtb.r.333672.8
+12	them	them	PRON	o	0			ewtb.r.333672.8
+13	a	a	DET	I	11			ewtb.r.333672.8
+14	call	call	NOUN	I	13			ewtb.r.333672.8
+15	.	.	PUNCT	O	0			ewtb.r.333672.8
+
+1	They	they	PRON	O	0			ewtb.r.333672.9
+2	have	have	VERB	O	0		v.stative	ewtb.r.333672.9
+3	a	a	DET	O	0			ewtb.r.333672.9
+4	huge	huge	ADJ	O	0			ewtb.r.333672.9
+5	inventory	inventory	NOUN	O	0		n.possession	ewtb.r.333672.9
+6	.	.	PUNCT	O	0			ewtb.r.333672.9
+
+1	Great	great	ADJ	O	0			ewtb.r.337971.1
+2	graphic	graphic	ADJ	B	0		n.cognition	ewtb.r.337971.1
+3	design	design	NOUN	I	2			ewtb.r.337971.1
+4	work	work	NOUN	O	0		n.act	ewtb.r.337971.1
+5	!	!	PUNCT	O	0			ewtb.r.337971.1
+
+1	Fresh	fresh	PROPN	B	0		n.group	ewtb.r.337971.2
+2	Design	design	PROPN	I	1			ewtb.r.337971.2
+3	Studio	studio	PROPN	I	2			ewtb.r.337971.2
+4	helped	help	VERB	O	0		v.social	ewtb.r.337971.2
+5	jump	jump	NOUN	B	0		v.change	ewtb.r.337971.2
+6	-	-	PUNCT	I	5			ewtb.r.337971.2
+7	start	start	VERB	I	6			ewtb.r.337971.2
+8	my	my	PRON	O	0			ewtb.r.337971.2
+9	own	own	ADJ	O	0			ewtb.r.337971.2
+10	business	business	NOUN	O	0		n.group	ewtb.r.337971.2
+11	by	by	SCONJ	O	0			ewtb.r.337971.2
+12	providing	provide	VERB	O	0		v.social	ewtb.r.337971.2
+13	affordable	affordable	ADJ	O	0			ewtb.r.337971.2
+14	and	and	CONJ	O	0			ewtb.r.337971.2
+15	effective	effective	ADJ	O	0			ewtb.r.337971.2
+16	marketing	marketing	NOUN	O	0		n.communication	ewtb.r.337971.2
+17	materials	material	NOUN	O	0		n.artifact	ewtb.r.337971.2
+18	:	:	PUNCT	O	0			ewtb.r.337971.2
+19	logo	logo	NOUN	O	0		n.communication	ewtb.r.337971.2
+20	,	,	PUNCT	O	0			ewtb.r.337971.2
+21	flyers	flyer	NOUN	O	0		n.artifact	ewtb.r.337971.2
+22	,	,	PUNCT	O	0			ewtb.r.337971.2
+23	posters	poster	NOUN	O	0		n.artifact	ewtb.r.337971.2
+24	ad	ad	NOUN	O	0		n.communication	ewtb.r.337971.2
+25	design	design	NOUN	O	0		n.communication	ewtb.r.337971.2
+26	,	,	PUNCT	O	0			ewtb.r.337971.2
+27	and	and	CONJ	O	0			ewtb.r.337971.2
+28	more	more	ADJ	O	0			ewtb.r.337971.2
+29	.	.	PUNCT	O	0			ewtb.r.337971.2
+
+1	They	they	PRON	O	0			ewtb.r.337971.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.337971.3
+3	unbeatable	unbeatable	ADJ	O	0			ewtb.r.337971.3
+4	price	price	NOUN	O	0		n.possession	ewtb.r.337971.3
+5	in	in	ADP	B	0			ewtb.r.337971.3
+6	town	town	NOUN	I	5			ewtb.r.337971.3
+7	and	and	CONJ	O	0			ewtb.r.337971.3
+8	deliver	deliver	VERB	O	0		v.motion	ewtb.r.337971.3
+9	on	on	ADP	B	0			ewtb.r.337971.3
+10	time	time	NOUN	I	9			ewtb.r.337971.3
+11	.	.	PUNCT	O	0			ewtb.r.337971.3
+
+1	I	i	PRON	O	0			ewtb.r.337971.4
+2	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.337971.4
+3	working	work	VERB	O	0		v.social	ewtb.r.337971.4
+4	with	with	ADP	O	0			ewtb.r.337971.4
+5	this	this	DET	O	0			ewtb.r.337971.4
+6	architectural	architectural	ADJ	O	0			ewtb.r.337971.4
+7	and	and	CONJ	O	0			ewtb.r.337971.4
+8	graphic	graphic	ADJ	B	0		n.cognition	ewtb.r.337971.4
+9	design	design	NOUN	I	8			ewtb.r.337971.4
+10	firm	firm	NOUN	O	0		n.group	ewtb.r.337971.4
+11	and	and	CONJ	O	0			ewtb.r.337971.4
+12	will	will	AUX	O	0			ewtb.r.337971.4
+13	recommend	recommend	VERB	O	0		v.communication	ewtb.r.337971.4
+14	to	to	ADP	O	0			ewtb.r.337971.4
+15	anyone	anyone	NOUN	O	0			ewtb.r.337971.4
+16	.	.	PUNCT	O	0			ewtb.r.337971.4
+
+1	Great	great	ADJ	O	0			ewtb.r.339176.1
+2	Prices	price	NOUN	O	0		n.possession	ewtb.r.339176.1
+3	,	,	PUNCT	O	0			ewtb.r.339176.1
+4	Great	great	ADJ	O	0			ewtb.r.339176.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.339176.1
+6	!	!	PUNCT	O	0			ewtb.r.339176.1
+
+1	I	i	PRON	O	0			ewtb.r.339176.2
+2	've	've	AUX	O	0			ewtb.r.339176.2
+3	been	be	VERB	B	0		v.motion	ewtb.r.339176.2
+4	to	to	ADP	I	3			ewtb.r.339176.2
+5	this	this	DET	O	0			ewtb.r.339176.2
+6	shop	shop	NOUN	O	0		n.group	ewtb.r.339176.2
+7	twice	twice	ADV	O	0			ewtb.r.339176.2
+8	(	(	PUNCT	O	0			ewtb.r.339176.2
+9	once	once	ADV	O	0			ewtb.r.339176.2
+10	for	for	ADP	O	0			ewtb.r.339176.2
+11	an	an	DET	O	0			ewtb.r.339176.2
+12	inspection	inspection	NOUN	O	0		n.act	ewtb.r.339176.2
+13	and	and	CONJ	O	0			ewtb.r.339176.2
+14	again	again	ADV	O	0			ewtb.r.339176.2
+15	for	for	ADP	O	0			ewtb.r.339176.2
+16	an	an	DET	O	0			ewtb.r.339176.2
+17	oil	oil	NOUN	B	0		n.act	ewtb.r.339176.2
+18	change	change	NOUN	I	17			ewtb.r.339176.2
+19	)	)	PUNCT	O	0			ewtb.r.339176.2
+20	and	and	CONJ	O	0			ewtb.r.339176.2
+21	they	they	PRON	O	0			ewtb.r.339176.2
+22	truly	truly	ADV	O	0			ewtb.r.339176.2
+23	live	live	VERB	B	0		v.cognition	ewtb.r.339176.2
+24	up	up	ADP	I	23			ewtb.r.339176.2
+25	to	to	ADP	I	24			ewtb.r.339176.2
+26	their	their	PRON	O	0			ewtb.r.339176.2
+27	name	name	NOUN	O	0		n.communication	ewtb.r.339176.2
+28	:	:	PUNCT	O	0			ewtb.r.339176.2
+29	Discount	discount	PROPN	O	0		n.possession	ewtb.r.339176.2
+30	!	!	PUNCT	O	0			ewtb.r.339176.2
+
+1	They	they	PRON	O	0			ewtb.r.339176.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.339176.3
+3	all	all	DET	B	0		n.cognition	ewtb.r.339176.3
+4	kind	kind	NOUN	I	3			ewtb.r.339176.3
+5	of	of	ADP	O	0			ewtb.r.339176.3
+6	coupons	coupon	NOUN	O	0		n.communication	ewtb.r.339176.3
+7	available	available	ADJ	O	0			ewtb.r.339176.3
+8	for	for	ADP	O	0			ewtb.r.339176.3
+9	car	car	NOUN	B	0		n.act	ewtb.r.339176.3
+10	washes	wash	NOUN	I	9			ewtb.r.339176.3
+11	,	,	PUNCT	O	0			ewtb.r.339176.3
+12	oil	oil	NOUN	B	0		n.act	ewtb.r.339176.3
+13	changes	change	NOUN	I	12			ewtb.r.339176.3
+14	,	,	PUNCT	O	0			ewtb.r.339176.3
+15	state	state	NOUN	B	0		n.act	ewtb.r.339176.3
+16	inspection	inspection	NOUN	I	15			ewtb.r.339176.3
+17	,	,	PUNCT	O	0			ewtb.r.339176.3
+18	etc	etc	X	O	0			ewtb.r.339176.3
+19	.	.	PUNCT	O	0			ewtb.r.339176.3
+
+1	The	the	DET	B	0			ewtb.r.339176.4
+2	thing	thing	NOUN	I	1			ewtb.r.339176.4
+3	is	be	VERB	I	2			ewtb.r.339176.4
+4	,	,	PUNCT	O	0			ewtb.r.339176.4
+5	you	you	PRON	O	0			ewtb.r.339176.4
+6	still	still	ADV	O	0			ewtb.r.339176.4
+7	get	get	VERB	O	0		v.social	ewtb.r.339176.4
+8	high	high	ADJ	O	0			ewtb.r.339176.4
+9	quality	quality	NOUN	O	0		n.attribute	ewtb.r.339176.4
+10	service	service	NOUN	O	0		n.act	ewtb.r.339176.4
+11	at	at	ADP	O	0			ewtb.r.339176.4
+12	nicely	nicely	ADV	O	0			ewtb.r.339176.4
+13	discounted	discounted	ADJ	O	0			ewtb.r.339176.4
+14	rates	rates	NOUN	O	0		n.possession	ewtb.r.339176.4
+15	!	!	PUNCT	O	0			ewtb.r.339176.4
+
+1	There	there	PRON	O	0			ewtb.r.339176.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.339176.5
+3	even	even	ADV	O	0			ewtb.r.339176.5
+4	free	free	ADJ	O	0			ewtb.r.339176.5
+5	coffee	coffee	NOUN	O	0		n.food	ewtb.r.339176.5
+6	and	and	CONJ	O	0			ewtb.r.339176.5
+7	bottles	bottle	NOUN	O	0		n.artifact	ewtb.r.339176.5
+8	of	of	ADP	O	0			ewtb.r.339176.5
+9	water	water	NOUN	O	0		n.food	ewtb.r.339176.5
+10	if	if	SCONJ	O	0			ewtb.r.339176.5
+11	you	you	PRON	O	0			ewtb.r.339176.5
+12	'd	'd	AUX	O	0			ewtb.r.339176.5
+13	like	like	VERB	O	0		v.emotion	ewtb.r.339176.5
+14	.	.	PUNCT	O	0			ewtb.r.339176.5
+
+1	The	the	DET	O	0			ewtb.r.339176.6
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.339176.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.339176.6
+4	a	a	DET	O	0			ewtb.r.339176.6
+5	pleasant	pleasant	ADJ	O	0			ewtb.r.339176.6
+6	guy	guy	NOUN	O	0		n.person	ewtb.r.339176.6
+7	and	and	CONJ	O	0			ewtb.r.339176.6
+8	I	i	PRON	O	0			ewtb.r.339176.6
+9	would	would	AUX	O	0			ewtb.r.339176.6
+10	trust	trust	VERB	B	0		v.emotion	ewtb.r.339176.6
+11	my	my	PRON	o	0			ewtb.r.339176.6
+12	car	car	NOUN	o	0		n.artifact	ewtb.r.339176.6
+13	with	with	ADP	I	10			ewtb.r.339176.6
+14	him	him	PRON	O	0			ewtb.r.339176.6
+15	or	or	CONJ	O	0			ewtb.r.339176.6
+16	any	any	DET	O	0			ewtb.r.339176.6
+17	of	of	ADP	O	0			ewtb.r.339176.6
+18	his	his	PRON	O	0			ewtb.r.339176.6
+19	workers	worker	NOUN	O	0		n.person	ewtb.r.339176.6
+20	.	.	PUNCT	O	0			ewtb.r.339176.6
+
+1	Top	top	ADJ	B	0			ewtb.r.339176.7
+2	notch	notch	NOUN	I	1			ewtb.r.339176.7
+3	,	,	PUNCT	O	0			ewtb.r.339176.7
+4	all	all	DET	B	0			ewtb.r.339176.7
+5	the	the	DET	I	4			ewtb.r.339176.7
+6	way	way	NOUN	I	5			ewtb.r.339176.7
+7	!	!	PUNCT	O	0			ewtb.r.339176.7
+
+1	Did	do	VERB	O	0		v.social	ewtb.r.346074.1
+2	a	a	DET	O	0			ewtb.r.346074.1
+3	great	great	ADJ	O	0			ewtb.r.346074.1
+4	job	job	NOUN	O	0		n.act	ewtb.r.346074.1
+5	of	of	SCONJ	O	0			ewtb.r.346074.1
+6	removing	remove	VERB	O	0		v.change	ewtb.r.346074.1
+7	my	my	PRON	O	0			ewtb.r.346074.1
+8	tree	tree	NOUN	O	0		n.artifact	ewtb.r.346074.1
+9	in	in	ADP	O	0			ewtb.r.346074.1
+10	Conyers	conyers	PROPN	O	0		n.location	ewtb.r.346074.1
+11	.	.	PUNCT	O	0			ewtb.r.346074.1
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.346074.2
+2	Southland	southland	PROPN	O	0		n.group	ewtb.r.346074.2
+3	.	.	PUNCT	O	0			ewtb.r.346074.2
+
+1	Great	great	ADJ	O	0			ewtb.r.354474.1
+2	work	work	NOUN	O	0		n.act	ewtb.r.354474.1
+3	!	!	PUNCT	O	0			ewtb.r.354474.1
+
+1	The	the	DET	O	0			ewtb.r.354474.2
+2	people	person	NOUN	O	0		n.person	ewtb.r.354474.2
+3	at	at	ADP	O	0			ewtb.r.354474.2
+4	Gulf	gulf	PROPN	B	0		n.group	ewtb.r.354474.2
+5	Coast	coast	PROPN	I	4			ewtb.r.354474.2
+6	Siding	siding	PROPN	I	5			ewtb.r.354474.2
+7	were	be	VERB	O	0		v.stative	ewtb.r.354474.2
+8	very	very	ADV	O	0			ewtb.r.354474.2
+9	easy	easy	ADJ	O	0			ewtb.r.354474.2
+10	and	and	CONJ	O	0			ewtb.r.354474.2
+11	clear	clear	ADJ	O	0			ewtb.r.354474.2
+12	to	to	PART	O	0			ewtb.r.354474.2
+13	work	work	VERB	O	0		v.social	ewtb.r.354474.2
+14	with	with	ADP	O	0			ewtb.r.354474.2
+15	.	.	PUNCT	O	0			ewtb.r.354474.2
+
+1	They	they	PRON	O	0			ewtb.r.354474.3
+2	walked	walk	VERB	B	0		v.social	ewtb.r.354474.3
+3	me	me	PRON	o	0			ewtb.r.354474.3
+4	through	through	ADP	I	2			ewtb.r.354474.3
+5	all	all	DET	O	0			ewtb.r.354474.3
+6	the	the	DET	O	0			ewtb.r.354474.3
+7	steps	steps	NOUN	O	0		n.attribute	ewtb.r.354474.3
+8	involved	involved	ADJ	O	0			ewtb.r.354474.3
+9	in	in	ADP	O	0			ewtb.r.354474.3
+10	the	the	DET	O	0			ewtb.r.354474.3
+11	the	the	DET	O	0			ewtb.r.354474.3
+12	installation	installation	NOUN	O	0		n.act	ewtb.r.354474.3
+13	project	project	NOUN	O	0		n.act	ewtb.r.354474.3
+14	so	so	ADP	O	0			ewtb.r.354474.3
+15	that	that	SCONJ	O	0			ewtb.r.354474.3
+16	there	there	PRON	O	0			ewtb.r.354474.3
+17	were	be	VERB	O	0		v.stative	ewtb.r.354474.3
+18	no	no	DET	O	0			ewtb.r.354474.3
+19	surprises	surprise	NOUN	O	0		n.cognition	ewtb.r.354474.3
+20	.	.	PUNCT	O	0			ewtb.r.354474.3
+
+1	I	i	PRON	O	0			ewtb.r.354474.4
+2	found	find	VERB	O	0		v.cognition	ewtb.r.354474.4
+3	them	them	PRON	O	0			ewtb.r.354474.4
+4	extremely	extremely	ADV	O	0			ewtb.r.354474.4
+5	professional	professional	ADJ	O	0			ewtb.r.354474.4
+6	and	and	CONJ	O	0			ewtb.r.354474.4
+7	would	would	AUX	O	0			ewtb.r.354474.4
+8	highly	highly	ADV	O	0			ewtb.r.354474.4
+9	recommend	recommend	VERB	O	0		v.communication	ewtb.r.354474.4
+10	them	them	PRON	O	0			ewtb.r.354474.4
+11	.	.	PUNCT	O	0			ewtb.r.354474.4
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.354474.5
+
+1	Great	great	ADJ	O	0			ewtb.r.362073.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.362073.1
+3	and	and	CONJ	O	0			ewtb.r.362073.1
+4	nice	nice	ADJ	O	0			ewtb.r.362073.1
+5	people	person	NOUN	O	0		n.person	ewtb.r.362073.1
+6	very	very	ADV	O	0			ewtb.r.362073.1
+7	pleasant	pleasant	ADJ	O	0			ewtb.r.362073.1
+8	experience	experience	NOUN	O	0		n.event	ewtb.r.362073.1
+9	.	.	PUNCT	O	0			ewtb.r.362073.1
+
+1	Worst	worst	ADJ	O	0			ewtb.r.363873.1
+2	Apartments	apartment	NOUN	O	0		n.artifact	ewtb.r.363873.1
+3	EVER	ever	ADV	O	0			ewtb.r.363873.1
+
+1	We	we	PRON	O	0			ewtb.r.363873.2
+2	lived	live	VERB	O	0		v.social	ewtb.r.363873.2
+3	here	here	ADV	O	0			ewtb.r.363873.2
+4	for	for	ADP	O	0			ewtb.r.363873.2
+5	2	2	NUM	O	0			ewtb.r.363873.2
+6	years	years	NOUN	O	0		n.time	ewtb.r.363873.2
+7	,	,	PUNCT	O	0			ewtb.r.363873.2
+8	the	the	DET	O	0			ewtb.r.363873.2
+9	first	first	ADJ	O	0			ewtb.r.363873.2
+10	year	year	NOUN	O	0		n.time	ewtb.r.363873.2
+11	or	or	CONJ	B	0			ewtb.r.363873.2
+12	so	so	ADV	I	11			ewtb.r.363873.2
+13	was	be	VERB	O	0		v.stative	ewtb.r.363873.2
+14	okay	okay	ADJ	O	0			ewtb.r.363873.2
+15	.	.	PUNCT	O	0			ewtb.r.363873.2
+
+1	Then	then	ADV	O	0			ewtb.r.363873.3
+2	,	,	PUNCT	O	0			ewtb.r.363873.3
+3	the	the	DET	O	0			ewtb.r.363873.3
+4	more	more	ADJ	O	0			ewtb.r.363873.3
+5	power	power	NOUN	O	0		n.cognition	ewtb.r.363873.3
+6	they	they	PRON	O	0			ewtb.r.363873.3
+7	gave	give	VERB	O	0		v.social	ewtb.r.363873.3
+8	to	to	ADP	O	0			ewtb.r.363873.3
+9	Linda	linda	PROPN	O	0		n.person	ewtb.r.363873.3
+10	,	,	PUNCT	O	0			ewtb.r.363873.3
+11	the	the	DET	O	0			ewtb.r.363873.3
+12	worse	worse	ADJ	O	0			ewtb.r.363873.3
+13	the	the	DET	O	0			ewtb.r.363873.3
+14	place	place	NOUN	O	0		n.location	ewtb.r.363873.3
+15	got	get	VERB	O	0		v.stative	ewtb.r.363873.3
+16	.	.	PUNCT	O	0			ewtb.r.363873.3
+
+1	We	we	PRON	O	0			ewtb.r.363873.4
+2	were	be	AUX	O	0			ewtb.r.363873.4
+3	always	always	ADV	O	0			ewtb.r.363873.4
+4	having	have	VERB	O	0		v.stative	ewtb.r.363873.4
+5	our	our	PRON	O	0			ewtb.r.363873.4
+6	water	water	NOUN	O	0		n.artifact	ewtb.r.363873.4
+7	shut	shut	VERB	B	0		v.change	ewtb.r.363873.4
+8	off	off	ADP	I	7			ewtb.r.363873.4
+9	,	,	PUNCT	O	0			ewtb.r.363873.4
+10	there	there	PRON	O	0			ewtb.r.363873.4
+11	were	be	VERB	O	0		v.stative	ewtb.r.363873.4
+12	always	always	ADV	O	0			ewtb.r.363873.4
+13	people	person	NOUN	O	0		n.person	ewtb.r.363873.4
+14	having	have	VERB	O	0		v.social	ewtb.r.363873.4
+15	parties	party	NOUN	O	0		n.event	ewtb.r.363873.4
+16	at	at	ADP	O	0			ewtb.r.363873.4
+17	the	the	DET	O	0			ewtb.r.363873.4
+18	pool	pool	NOUN	O	0		n.location	ewtb.r.363873.4
+19	,	,	PUNCT	O	0			ewtb.r.363873.4
+20	even	even	ADV	O	0			ewtb.r.363873.4
+21	after	after	SCONJ	O	0			ewtb.r.363873.4
+22	it	it	PRON	O	0			ewtb.r.363873.4
+23	was	be	AUX	B	0			ewtb.r.363873.4
+24	supposed	suppose	VERB	I	23			ewtb.r.363873.4
+25	to	to	PART	I	24			ewtb.r.363873.4
+26	be	be	AUX	O	0		v.stative	ewtb.r.363873.4
+27	closed	close	VERB	O	0			ewtb.r.363873.4
+28	.	.	PUNCT	O	0			ewtb.r.363873.4
+
+1	The	the	DET	O	0			ewtb.r.363873.5
+2	pool	pool	NOUN	O	0		n.location	ewtb.r.363873.5
+3	was	be	AUX	B	0			ewtb.r.363873.5
+4	supposed	suppose	VERB	I	3			ewtb.r.363873.5
+5	to	to	PART	I	4			ewtb.r.363873.5
+6	close	close	VERB	O	0		v.change	ewtb.r.363873.5
+7	at	at	ADP	O	0			ewtb.r.363873.5
+8	10	10	NUM	O	0			ewtb.r.363873.5
+9	and	and	CONJ	O	0			ewtb.r.363873.5
+10	they	they	PRON	O	0			ewtb.r.363873.5
+11	would	would	AUX	O	0			ewtb.r.363873.5
+12	have	have	VERB	O	0		v.stative	ewtb.r.363873.5
+13	people	person	NOUN	O	0		n.person	ewtb.r.363873.5
+14	down	down	ADV	O	0			ewtb.r.363873.5
+15	there	there	ADV	O	0			ewtb.r.363873.5
+16	until	until	ADP	O	0			ewtb.r.363873.5
+17	11:45	11:45	NUM	O	0			ewtb.r.363873.5
+18	yelling	yell	VERB	O	0		v.communication	ewtb.r.363873.5
+19	,	,	PUNCT	O	0			ewtb.r.363873.5
+20	playing	play	VERB	O	0		v.social	ewtb.r.363873.5
+21	music	music	NOUN	O	0		n.communication	ewtb.r.363873.5
+22	and	and	CONJ	O	0			ewtb.r.363873.5
+23	do	do	VERB	O	0		v.social	ewtb.r.363873.5
+24	who	who	PRON	B	0		v.social	ewtb.r.363873.5
+25	-	-	PUNCT	I	24			ewtb.r.363873.5
+26	knows	know	VERB	I	25			ewtb.r.363873.5
+27	-	-	PUNCT	I	26			ewtb.r.363873.5
+28	what	what	PRON	I	27			ewtb.r.363873.5
+29	in	in	ADP	O	0			ewtb.r.363873.5
+30	the	the	DET	O	0			ewtb.r.363873.5
+31	dark	dark	ADJ	O	0			ewtb.r.363873.5
+32	corners	corner	NOUN	O	0		n.location	ewtb.r.363873.5
+33	of	of	ADP	O	0			ewtb.r.363873.5
+34	the	the	DET	O	0			ewtb.r.363873.5
+35	pool	pool	NOUN	O	0		n.location	ewtb.r.363873.5
+36	.	.	PUNCT	O	0			ewtb.r.363873.5
+
+1	Then	then	ADV	O	0			ewtb.r.363873.6
+2	,	,	PUNCT	O	0			ewtb.r.363873.6
+3	when	when	ADV	O	0			ewtb.r.363873.6
+4	we	we	PRON	O	0			ewtb.r.363873.6
+5	moved	move	VERB	B	0		v.motion	ewtb.r.363873.6
+6	out	out	ADP	I	5			ewtb.r.363873.6
+7	,	,	PUNCT	O	0			ewtb.r.363873.6
+8	we	we	PRON	O	0			ewtb.r.363873.6
+9	cleaned	clean	VERB	O	0		v.change	ewtb.r.363873.6
+10	the	the	DET	O	0			ewtb.r.363873.6
+11	apartment	apartment	NOUN	O	0		n.artifact	ewtb.r.363873.6
+12	top	top	NOUN	B	0		n.location	ewtb.r.363873.6
+13	to	to	ADP	I	12			ewtb.r.363873.6
+14	bottom	bottom	NOUN	I	13			ewtb.r.363873.6
+15	,	,	PUNCT	O	0			ewtb.r.363873.6
+16	they	they	PRON	O	0			ewtb.r.363873.6
+17	came	come	VERB	O	0		v.motion	ewtb.r.363873.6
+18	back	back	ADV	O	0			ewtb.r.363873.6
+19	and	and	CONJ	O	0			ewtb.r.363873.6
+20	tried	try	VERB	O	0		v.cognition	ewtb.r.363873.6
+21	to	to	PART	O	0			ewtb.r.363873.6
+22	charge	charge	VERB	O	0		v.possession	ewtb.r.363873.6
+23	us	us	PRON	O	0			ewtb.r.363873.6
+24	for	for	ADP	O	0			ewtb.r.363873.6
+25	two	two	NUM	O	0			ewtb.r.363873.6
+26	cleaning	cleaning	NOUN	O	0		n.act	ewtb.r.363873.6
+27	fees	fee	NOUN	O	0		n.possession	ewtb.r.363873.6
+28	(	(	PUNCT	O	0			ewtb.r.363873.6
+29	and	and	CONJ	O	0			ewtb.r.363873.6
+30	we	we	PRON	O	0			ewtb.r.363873.6
+31	never	never	ADV	O	0			ewtb.r.363873.6
+32	got	get	VERB	O	0		v.possession	ewtb.r.363873.6
+33	our	our	PRON	O	0			ewtb.r.363873.6
+34	deposit	deposit	NOUN	O	0		n.possession	ewtb.r.363873.6
+35	back	back	ADV	O	0			ewtb.r.363873.6
+36	)	)	PUNCT	O	0			ewtb.r.363873.6
+37	and	and	CONJ	O	0			ewtb.r.363873.6
+38	past	past	ADJ	O	0			ewtb.r.363873.6
+39	utilities	utility	NOUN	O	0		n.cognition	ewtb.r.363873.6
+40	(	(	PUNCT	O	0			ewtb.r.363873.6
+41	that	that	DET	O	0			ewtb.r.363873.6
+42	were	be	AUX	O	0			ewtb.r.363873.6
+43	already	already	ADV	O	0			ewtb.r.363873.6
+44	paid	pay	VERB	O	0		v.possession	ewtb.r.363873.6
+45	,	,	PUNCT	O	0			ewtb.r.363873.6
+46	we	we	PRON	O	0			ewtb.r.363873.6
+47	have	have	VERB	O	0		v.stative	ewtb.r.363873.6
+48	check	check	NOUN	O	0		n.possession	ewtb.r.363873.6
+49	numbers	numbers	NOUN	O	0		n.communication	ewtb.r.363873.6
+50	and	and	CONJ	O	0			ewtb.r.363873.6
+51	records	record	NOUN	O	0		n.communication	ewtb.r.363873.6
+52	of	of	ADP	O	0			ewtb.r.363873.6
+53	this	this	DET	O	0			ewtb.r.363873.6
+54	)	)	PUNCT	O	0			ewtb.r.363873.6
+55	.	.	PUNCT	O	0			ewtb.r.363873.6
+
+1	Linda	linda	PROPN	O	0		n.person	ewtb.r.363873.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.363873.7
+3	the	the	DET	O	0			ewtb.r.363873.7
+4	rudest	rude	ADJ	O	0			ewtb.r.363873.7
+5	person	person	NOUN	O	0		n.person	ewtb.r.363873.7
+6	you	you	PRON	O	0			ewtb.r.363873.7
+7	will	will	AUX	O	0			ewtb.r.363873.7
+8	ever	ever	ADV	O	0			ewtb.r.363873.7
+9	talk	talk	VERB	O	0		v.communication	ewtb.r.363873.7
+10	to	to	ADP	O	0			ewtb.r.363873.7
+11	and	and	CONJ	O	0			ewtb.r.363873.7
+12	she	she	PRON	O	0			ewtb.r.363873.7
+13	sticks	stick	VERB	B	0		v.social	ewtb.r.363873.7
+14	up	up	ADP	I	13			ewtb.r.363873.7
+15	for	for	ADP	O	0			ewtb.r.363873.7
+16	all	all	DET	O	0			ewtb.r.363873.7
+17	of	of	ADP	O	0			ewtb.r.363873.7
+18	the	the	DET	O	0			ewtb.r.363873.7
+19	trashy	trashy	ADJ	O	0			ewtb.r.363873.7
+20	,	,	PUNCT	O	0			ewtb.r.363873.7
+21	rude	rude	ADJ	O	0			ewtb.r.363873.7
+22	people	person	NOUN	O	0		n.person	ewtb.r.363873.7
+23	that	that	DET	O	0			ewtb.r.363873.7
+24	live	live	VERB	O	0		v.social	ewtb.r.363873.7
+25	there	there	ADV	O	0			ewtb.r.363873.7
+26	,	,	PUNCT	O	0			ewtb.r.363873.7
+27	not	not	PART	O	0			ewtb.r.363873.7
+28	the	the	DET	O	0			ewtb.r.363873.7
+29	nice	nice	ADJ	O	0			ewtb.r.363873.7
+30	ones	one	NOUN	O	0			ewtb.r.363873.7
+31	that	that	DET	O	0			ewtb.r.363873.7
+32	actually	actually	ADV	O	0			ewtb.r.363873.7
+33	give	give	VERB	B	0		v.emotion	ewtb.r.363873.7
+34	a	a	DET	I	33			ewtb.r.363873.7
+35	crap	crap	NOUN	I	34			ewtb.r.363873.7
+36	about	about	SCONJ	O	0			ewtb.r.363873.7
+37	respecting	respect	VERB	O	0		v.social	ewtb.r.363873.7
+38	others	others	NOUN	O	0			ewtb.r.363873.7
+39	.	.	PUNCT	O	0			ewtb.r.363873.7
+
+1	Do	do	AUX	O	0			ewtb.r.363873.8
+2	not	not	PART	O	0			ewtb.r.363873.8
+3	live	live	VERB	O	0		v.social	ewtb.r.363873.8
+4	here	here	ADV	O	0			ewtb.r.363873.8
+5	,	,	PUNCT	O	0			ewtb.r.363873.8
+6	you	you	PRON	O	0			ewtb.r.363873.8
+7	will	will	AUX	O	0			ewtb.r.363873.8
+8	regret	regret	VERB	O	0		v.emotion	ewtb.r.363873.8
+9	it	it	PRON	O	0			ewtb.r.363873.8
+10	!	!	PUNCT	O	0			ewtb.r.363873.8
+
+1	FANTASTIC	fantastic	ADJ	O	0			ewtb.r.382073.1
+2	STORE	store	NOUN	O	0		n.group	ewtb.r.382073.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.382073.1
+
+1	I	i	PRON	O	0			ewtb.r.382073.2
+2	came	come	VERB	B	0		v.social	ewtb.r.382073.2
+3	upon	upon	ADP	I	2			ewtb.r.382073.2
+4	this	this	DET	O	0			ewtb.r.382073.2
+5	store	store	NOUN	O	0		n.group	ewtb.r.382073.2
+6	as	as	SCONJ	O	0			ewtb.r.382073.2
+7	the	the	DET	O	0			ewtb.r.382073.2
+8	building	building	NOUN	O	0		n.artifact	ewtb.r.382073.2
+9	caught	catch	VERB	B	0		v.perception	ewtb.r.382073.2
+10	my	my	PRON	I	9			ewtb.r.382073.2
+11	eye	eye	NOUN	I	10			ewtb.r.382073.2
+12	.	.	PUNCT	O	0			ewtb.r.382073.2
+
+1	It	it	PRON	O	0			ewtb.r.382073.3
+2	's	's	AUX	O	0			ewtb.r.382073.3
+3	located	locate	VERB	O	0		v.stative	ewtb.r.382073.3
+4	in	in	ADP	O	0			ewtb.r.382073.3
+5	the	the	DET	O	0			ewtb.r.382073.3
+6	huge	huge	ADJ	O	0			ewtb.r.382073.3
+7	HONKA	honka	PROPN	B	0		n.group	ewtb.r.382073.3
+8	Log	log	PROPN	I	7			ewtb.r.382073.3
+9	Homes	homes	PROPN	I	8			ewtb.r.382073.3
+10	building	building	NOUN	O	0		n.artifact	ewtb.r.382073.3
+11	,	,	PUNCT	O	0			ewtb.r.382073.3
+12	by	by	ADP	O	0			ewtb.r.382073.3
+13	Walmart	walmart	PROPN	O	0		n.artifact	ewtb.r.382073.3
+14	off	off	ADP	O	0			ewtb.r.382073.3
+15	of	of	ADP	O	0			ewtb.r.382073.3
+16	Evergreen	evergreen	PROPN	B	0		n.location	ewtb.r.382073.3
+17	Parkway	parkway	PROPN	I	16			ewtb.r.382073.3
+18	.	.	PUNCT	O	0			ewtb.r.382073.3
+
+1	The	the	DET	O	0			ewtb.r.382073.4
+2	store	store	NOUN	O	0		n.artifact	ewtb.r.382073.4
+3	was	be	AUX	O	0			ewtb.r.382073.4
+4	decorated	decorate	VERB	O	0		v.stative	ewtb.r.382073.4
+5	with	with	ADP	O	0			ewtb.r.382073.4
+6	furnishings	furnishing	NOUN	O	0		n.artifact	ewtb.r.382073.4
+7	&	&	CONJ	O	0			ewtb.r.382073.4
+8	accessories	accessory	NOUN	O	0		n.artifact	ewtb.r.382073.4
+9	.	.	PUNCT	O	0			ewtb.r.382073.4
+
+1	The	the	DET	O	0			ewtb.r.382073.5
+2	friendly	friendly	ADJ	O	0			ewtb.r.382073.5
+3	crew	crew	NOUN	O	0		n.group	ewtb.r.382073.5
+4	working	work	VERB	O	0		v.social	ewtb.r.382073.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.382073.5
+6	great	great	ADJ	O	0			ewtb.r.382073.5
+7	&	&	CONJ	O	0			ewtb.r.382073.5
+8	very	very	ADV	O	0			ewtb.r.382073.5
+9	helpful	helpful	ADJ	O	0			ewtb.r.382073.5
+10	.	.	PUNCT	O	0			ewtb.r.382073.5
+
+1	This	this	DET	O	0			ewtb.r.382073.6
+2	store	store	NOUN	O	0		n.group	ewtb.r.382073.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.382073.6
+4	what	what	PRON	O	0			ewtb.r.382073.6
+5	Colorado	colorado	PROPN	O	0		n.location	ewtb.r.382073.6
+6	is	be	VERB	O	0		v.stative	ewtb.r.382073.6
+7	all	all	ADV	B	0			ewtb.r.382073.6
+8	about	about	ADP	I	7			ewtb.r.382073.6
+9	.	.	PUNCT	O	0			ewtb.r.382073.6
+
+1	Also	also	ADV	O	0			ewtb.r.382073.7
+2	,	,	PUNCT	O	0			ewtb.r.382073.7
+3	I	i	PRON	O	0			ewtb.r.382073.7
+4	purchased	purchase	VERB	O	0		v.possession	ewtb.r.382073.7
+5	some	some	DET	O	0			ewtb.r.382073.7
+6	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.382073.7
+7	last	last	ADJ	O	0			ewtb.r.382073.7
+8	year	year	NOUN	O	0		n.time	ewtb.r.382073.7
+9	and	and	CONJ	O	0			ewtb.r.382073.7
+10	all	all	DET	O	0			ewtb.r.382073.7
+11	has	have	AUX	O	0			ewtb.r.382073.7
+12	been	be	VERB	O	0		v.stative	ewtb.r.382073.7
+13	great	great	ADJ	O	0			ewtb.r.382073.7
+14	!	!	PUNCT	O	0			ewtb.r.382073.7
+
+1	It's	it	PRON	O	0			ewtb.r.382073.8
+2	durability	durability	NOUN	O	0		n.attribute	ewtb.r.382073.8
+3	&	&	CONJ	O	0			ewtb.r.382073.8
+4	look	look	NOUN	O	0		n.attribute	ewtb.r.382073.8
+5	was	be	VERB	O	0		v.stative	ewtb.r.382073.8
+6	perfect	perfect	ADJ	O	0			ewtb.r.382073.8
+7	and	and	CONJ	O	0			ewtb.r.382073.8
+8	I	i	PRON	O	0			ewtb.r.382073.8
+9	will	will	AUX	O	0			ewtb.r.382073.8
+10	definitely	definitely	ADV	O	0			ewtb.r.382073.8
+11	be	be	AUX	O	0			ewtb.r.382073.8
+12	adding	add	VERB	O	0		v.stative	ewtb.r.382073.8
+13	to	to	ADP	O	0			ewtb.r.382073.8
+14	my	my	PRON	O	0			ewtb.r.382073.8
+15	collection	collection	NOUN	O	0		n.group	ewtb.r.382073.8
+16	soon	soon	ADV	O	0			ewtb.r.382073.8
+17	!	!	PUNCT	O	0			ewtb.r.382073.8
+
+1	Restored	restore	VERB	O	0		v.social	ewtb.r.396874.1
+2	my	my	PRON	O	0			ewtb.r.396874.1
+3	faith	faith	NOUN	B	0		n.feeling	ewtb.r.396874.1
+4	in	in	ADP	I	3			ewtb.r.396874.1
+5	Mechaincs	mechaincs	NOUN	O	0		n.person	ewtb.r.396874.1
+6	.	.	PUNCT	O	0			ewtb.r.396874.1
+
+1	I	i	PRON	O	0			ewtb.r.396874.2
+2	spent	spend	VERB	O	0		v.stative	ewtb.r.396874.2
+3	3	3	NUM	O	0			ewtb.r.396874.2
+4	months	month	NOUN	O	0		n.time	ewtb.r.396874.2
+5	going	go	VERB	O	0		v.motion	ewtb.r.396874.2
+6	from	from	ADP	O	0			ewtb.r.396874.2
+7	shop	shop	NOUN	O	0		n.group	ewtb.r.396874.2
+8	to	to	ADP	O	0			ewtb.r.396874.2
+9	shop	shop	NOUN	O	0		n.group	ewtb.r.396874.2
+10	trying	try	VERB	O	0		v.social	ewtb.r.396874.2
+11	to	to	PART	O	0			ewtb.r.396874.2
+12	get	get	VERB	O	0		v.stative	ewtb.r.396874.2
+13	my	my	PRON	O	0			ewtb.r.396874.2
+14	Ferrari	ferrari	PROPN	O	0		n.artifact	ewtb.r.396874.2
+15	to	to	PART	O	0			ewtb.r.396874.2
+16	run	run	VERB	O	0		v.stative	ewtb.r.396874.2
+17	and	and	CONJ	O	0			ewtb.r.396874.2
+18	drive	drive	VERB	O	0		v.motion	ewtb.r.396874.2
+19	the	the	DET	O	0			ewtb.r.396874.2
+20	way	way	NOUN	O	0		n.attribute	ewtb.r.396874.2
+21	it	it	PRON	O	0			ewtb.r.396874.2
+22	should	should	AUX	O	0			ewtb.r.396874.2
+23	.	.	PUNCT	O	0			ewtb.r.396874.2
+
+1	I	i	PRON	O	0			ewtb.r.396874.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.396874.3
+3	about	about	ADV	B	0			ewtb.r.396874.3
+4	to	to	PART	I	3			ewtb.r.396874.3
+5	give	give	VERB	B	0		v.cognition	ewtb.r.396874.3
+6	up	up	ADP	I	5			ewtb.r.396874.3
+7	when	when	ADV	O	0			ewtb.r.396874.3
+8	I	i	PRON	O	0			ewtb.r.396874.3
+9	met	meet	VERB	O	0		v.social	ewtb.r.396874.3
+10	Jason	jason	PROPN	O	0		n.person	ewtb.r.396874.3
+11	and	and	CONJ	O	0			ewtb.r.396874.3
+12	Neal	neal	PROPN	O	0		n.person	ewtb.r.396874.3
+13	.	.	PUNCT	O	0			ewtb.r.396874.3
+
+1	They	they	PRON	O	0			ewtb.r.396874.4
+2	took	take	VERB	B	0		v.social	ewtb.r.396874.4
+3	on	on	ADP	I	2			ewtb.r.396874.4
+4	the	the	DET	O	0			ewtb.r.396874.4
+5	challenge	challenge	NOUN	O	0		n.cognition	ewtb.r.396874.4
+6	of	of	SCONJ	O	0			ewtb.r.396874.4
+7	making	make	VERB	O	0		v.social	ewtb.r.396874.4
+8	my	my	PRON	O	0			ewtb.r.396874.4
+9	Ferrari	ferrari	PROPN	O	0		n.artifact	ewtb.r.396874.4
+10	all	all	DET	O	0			ewtb.r.396874.4
+11	I	i	PRON	O	0			ewtb.r.396874.4
+12	dreamed	dream	VERB	O	0		v.cognition	ewtb.r.396874.4
+13	of	of	ADP	O	0			ewtb.r.396874.4
+14	and	and	CONJ	O	0			ewtb.r.396874.4
+15	more	more	ADJ	O	0			ewtb.r.396874.4
+16	.	.	PUNCT	O	0			ewtb.r.396874.4
+
+1	The	the	DET	O	0			ewtb.r.396874.5
+2	crew	crew	NOUN	O	0		n.group	ewtb.r.396874.5
+3	at	at	ADP	O	0			ewtb.r.396874.5
+4	The	the	DET	B	0		n.group	ewtb.r.396874.5
+5	Creative	creative	PROPN	I	4			ewtb.r.396874.5
+6	Workshop	workshop	PROPN	I	5			ewtb.r.396874.5
+7	went	go	VERB	O	0		v.social	ewtb.r.396874.5
+8	over	over	ADP	O	0			ewtb.r.396874.5
+9	and	and	CONJ	O	0			ewtb.r.396874.5
+10	above	above	ADP	B	0			ewtb.r.396874.5
+11	the	the	DET	I	10			ewtb.r.396874.5
+12	call	call	NOUN	I	11			ewtb.r.396874.5
+13	of	of	ADP	I	12			ewtb.r.396874.5
+14	duty	duty	NOUN	I	13			ewtb.r.396874.5
+15	and	and	CONJ	O	0			ewtb.r.396874.5
+16	gave	give	VERB	O	0		v.possession	ewtb.r.396874.5
+17	me	me	PRON	O	0			ewtb.r.396874.5
+18	back	back	ADV	O	0			ewtb.r.396874.5
+19	a	a	DET	O	0			ewtb.r.396874.5
+20	car	car	NOUN	O	0		n.artifact	ewtb.r.396874.5
+21	I	i	PRON	O	0			ewtb.r.396874.5
+22	can	can	AUX	O	0			ewtb.r.396874.5
+23	drive	drive	VERB	O	0		v.motion	ewtb.r.396874.5
+24	anywhere	anywhere	ADV	O	0			ewtb.r.396874.5
+25	and	and	CONJ	O	0			ewtb.r.396874.5
+26	finally	finally	ADV	O	0			ewtb.r.396874.5
+27	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.396874.5
+28	owning	own	VERB	O	0		v.possession	ewtb.r.396874.5
+29	.	.	PUNCT	O	0			ewtb.r.396874.5
+
+1	I	i	PRON	O	0			ewtb.r.396874.6
+2	can	can	AUX	B	0			ewtb.r.396874.6
+3	not	not	PART	I	2			ewtb.r.396874.6
+4	say	say	VERB	I	3			ewtb.r.396874.6
+5	enough	enough	ADJ	I	4			ewtb.r.396874.6
+6	about	about	ADP	O	0			ewtb.r.396874.6
+7	this	this	DET	O	0			ewtb.r.396874.6
+8	place	place	NOUN	O	0		n.group	ewtb.r.396874.6
+9	.	.	PUNCT	O	0			ewtb.r.396874.6
+
+1	They	they	PRON	O	0			ewtb.r.396874.7
+2	have	have	AUX	O	0			ewtb.r.396874.7
+3	restored	restore	VERB	O	0		v.cognition	ewtb.r.396874.7
+4	my	my	PRON	O	0			ewtb.r.396874.7
+5	faith	faith	NOUN	B	0		n.feeling	ewtb.r.396874.7
+6	in	in	ADP	I	5			ewtb.r.396874.7
+7	Mechanics	mechanics	NOUN	O	0		n.person	ewtb.r.396874.7
+8	.	.	PUNCT	O	0			ewtb.r.396874.7
+
+1	Do	do	VERB	B	0		v.cognition	ewtb.r.396874.8
+2	yourself	yourself	PRON	I	1			ewtb.r.396874.8
+3	a	a	DET	I	2			ewtb.r.396874.8
+4	favor	favor	NOUN	I	3			ewtb.r.396874.8
+5	,	,	PUNCT	O	0			ewtb.r.396874.8
+6	call	call	VERB	O	0		v.communication	ewtb.r.396874.8
+7	these	these	DET	O	0			ewtb.r.396874.8
+8	guys	guy	NOUN	O	0		n.person	ewtb.r.396874.8
+9	first	first	ADV	O	0			ewtb.r.396874.8
+10	and	and	CONJ	O	0			ewtb.r.396874.8
+11	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.396874.8
+12	driving	drive	VERB	O	0		v.motion	ewtb.r.396874.8
+13	your	your	PRON	O	0			ewtb.r.396874.8
+14	car	car	NOUN	O	0		n.artifact	ewtb.r.396874.8
+15	again	again	ADV	O	0			ewtb.r.396874.8
+16	..	..	PUNCT	O	0			ewtb.r.396874.8
+
+1	Rusted	rust	VERB	B	0		v.stative	ewtb.r.001961.2
+2	out	out	ADP	I	1			ewtb.r.001961.2
+3	and	and	CONJ	O	0			ewtb.r.001961.2
+4	unsafe	unsafe	ADJ	O	0			ewtb.r.001961.2
+5	cars	car	NOUN	O	0		n.artifact	ewtb.r.001961.2
+6	sold	sell	VERB	O	0		v.possession	ewtb.r.001961.2
+7	here	here	ADV	O	0			ewtb.r.001961.2
+8	!	!	PUNCT	O	0			ewtb.r.001961.2
+
+1	Save	save	VERB	O	0		v.stative	ewtb.r.001961.4
+2	money	money	NOUN	O	0		n.possession	ewtb.r.001961.4
+3	and	and	CONJ	O	0			ewtb.r.001961.4
+4	go	go	VERB	O	0		v.motion	ewtb.r.001961.4
+5	somewhere	somewhere	ADV	O	0			ewtb.r.001961.4
+6	else	else	ADV	O	0			ewtb.r.001961.4
+7	!	!	PUNCT	O	0			ewtb.r.001961.4
+
+1	good	good	ADJ	O	0			ewtb.r.005265.1
+
+1	it	it	PRON	O	0			ewtb.r.005265.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.005265.2
+3	a	a	DET	O	0			ewtb.r.005265.2
+4	cute	cute	ADJ	O	0			ewtb.r.005265.2
+5	little	little	ADJ	O	0			ewtb.r.005265.2
+6	nice	nice	ADJ	O	0			ewtb.r.005265.2
+7	and	and	CONJ	O	0			ewtb.r.005265.2
+8	quiet	quiet	ADJ	O	0			ewtb.r.005265.2
+9	library	library	NOUN	O	0		n.group	ewtb.r.005265.2
+
+1	OK	ok	ADJ	O	0			ewtb.r.005760.1
+2	Food	food	NOUN	O	0		n.food	ewtb.r.005760.1
+3	,	,	PUNCT	O	0			ewtb.r.005760.1
+4	Slow	slow	ADJ	O	0			ewtb.r.005760.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.005760.1
+
+1	The	the	DET	O	0			ewtb.r.005760.2
+2	food	food	NOUN	O	0		n.food	ewtb.r.005760.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.005760.2
+4	incredibly	incredibly	ADV	O	0			ewtb.r.005760.2
+5	bland	bland	ADJ	O	0			ewtb.r.005760.2
+6	.	.	PUNCT	O	0			ewtb.r.005760.2
+
+1	Their	their	PRON	O	0			ewtb.r.005760.3
+2	Thali	thali	NOUN	O	0		n.food	ewtb.r.005760.3
+3	was	be	AUX	O	0			ewtb.r.005760.3
+4	not	not	PART	O	0			ewtb.r.005760.3
+5	brought	bring	VERB	O	0		v.motion	ewtb.r.005760.3
+6	out	out	ADV	O	0			ewtb.r.005760.3
+7	as	as	SCONJ	O	0			ewtb.r.005760.3
+8	described	describe	VERB	O	0		v.communication	ewtb.r.005760.3
+9	(	(	PUNCT	O	0			ewtb.r.005760.3
+10	no	no	DET	O	0			ewtb.r.005760.3
+11	saag	saag	NOUN	O	0		n.food	ewtb.r.005760.3
+12	)	)	PUNCT	O	0			ewtb.r.005760.3
+13	.	.	PUNCT	O	0			ewtb.r.005760.3
+
+1	Daniel	daniel	PROPN	O	0		n.person	ewtb.r.014764.1
+2	and	and	CONJ	O	0			ewtb.r.014764.1
+3	his	his	PRON	O	0			ewtb.r.014764.1
+4	assistant	assistant	NOUN	O	0		n.person	ewtb.r.014764.1
+5	both	both	DET	O	0			ewtb.r.014764.1
+6	did	do	VERB	B	0		v.social	ewtb.r.014764.1
+7	a	a	DET	I	6			ewtb.r.014764.1
+8	great	great	ADJ	o	0			ewtb.r.014764.1
+9	job	job	NOUN	I	7			ewtb.r.014764.1
+10	.	.	PUNCT	O	0			ewtb.r.014764.1
+
+1	Very	very	ADV	O	0			ewtb.r.014764.2
+2	professional	professional	ADJ	O	0			ewtb.r.014764.2
+3	and	and	CONJ	O	0			ewtb.r.014764.2
+4	great	great	ADJ	O	0			ewtb.r.014764.2
+5	results	result	NOUN	O	0		n.phenomenon	ewtb.r.014764.2
+6	.	.	PUNCT	O	0			ewtb.r.014764.2
+
+1	WOW	wow	INTJ	O	0			ewtb.r.016861.2
+2	what	what	DET	O	0			ewtb.r.016861.2
+3	stunning	stunning	ADJ	O	0			ewtb.r.016861.2
+4	views	view	NOUN	O	0		n.natural_object	ewtb.r.016861.2
+5	.	.	PUNCT	O	0			ewtb.r.016861.2
+
+1	The	the	DET	O	0			ewtb.r.016861.3
+2	furnishing	furnishing	NOUN	O	0		n.attribute	ewtb.r.016861.3
+3	and	and	CONJ	O	0			ewtb.r.016861.3
+4	finishes	finish	NOUN	O	0		n.attribute	ewtb.r.016861.3
+5	are	be	VERB	O	0		v.stative	ewtb.r.016861.3
+6	great	great	ADJ	O	0			ewtb.r.016861.3
+7	.	.	PUNCT	O	0			ewtb.r.016861.3
+
+1	best	best	ADJ	O	0			ewtb.r.018268.1
+2	square	square	ADJ	O	0			ewtb.r.018268.1
+3	slice	slice	NOUN	O	0		n.food	ewtb.r.018268.1
+4	around	around	ADV	O	0			ewtb.r.018268.1
+5	.	.	PUNCT	O	0			ewtb.r.018268.1
+
+1	I	i	PRON	O	0			ewtb.r.018465.2
+2	feel	feel	VERB	O	0		v.emotion	ewtb.r.018465.2
+3	obligated	obligated	ADJ	O	0			ewtb.r.018465.2
+4	to	to	PART	O	0			ewtb.r.018465.2
+5	share	share	VERB	O	0		v.communication	ewtb.r.018465.2
+6	this	this	DET	O	0			ewtb.r.018465.2
+7	story	story	NOUN	O	0		n.communication	ewtb.r.018465.2
+8	.	.	PUNCT	O	0			ewtb.r.018465.2
+
+1	Right	right	ADV	O	0			ewtb.r.018465.3
+2	out	out	ADP	B	0			ewtb.r.018465.3
+3	of	of	ADP	I	2			ewtb.r.018465.3
+4	college	college	NOUN	O	0		n.state	ewtb.r.018465.3
+5	I	i	PRON	O	0			ewtb.r.018465.3
+6	called	call	VERB	O	0		v.communication	ewtb.r.018465.3
+7	the	the	DET	O	0			ewtb.r.018465.3
+8	salon	salon	NOUN	O	0		n.group	ewtb.r.018465.3
+9	and	and	CONJ	O	0			ewtb.r.018465.3
+10	explained	explain	VERB	O	0		v.communication	ewtb.r.018465.3
+11	my	my	PRON	O	0			ewtb.r.018465.3
+12	situation	situation	NOUN	O	0		n.state	ewtb.r.018465.3
+13	.	.	PUNCT	O	0			ewtb.r.018465.3
+
+1	Just	just	ADV	O	0			ewtb.r.018465.4
+2	graduated	graduate	VERB	O	0		v.change	ewtb.r.018465.4
+3	,	,	PUNCT	O	0			ewtb.r.018465.4
+4	just	just	ADV	O	0			ewtb.r.018465.4
+5	moved	move	VERB	O	0		v.emotion	ewtb.r.018465.4
+6	,	,	PUNCT	O	0			ewtb.r.018465.4
+7	not	not	PART	O	0			ewtb.r.018465.4
+8	rich	rich	ADJ	O	0			ewtb.r.018465.4
+9	,	,	PUNCT	O	0			ewtb.r.018465.4
+10	and	and	CONJ	O	0			ewtb.r.018465.4
+11	starting	start	VERB	O	0		v.change	ewtb.r.018465.4
+12	new	new	ADJ	O	0			ewtb.r.018465.4
+13	job	job	NOUN	O	0		n.act	ewtb.r.018465.4
+14	soon	soon	ADV	O	0			ewtb.r.018465.4
+15	.	.	PUNCT	O	0			ewtb.r.018465.4
+
+1	I	i	PRON	O	0			ewtb.r.018465.9
+2	wanted	want	VERB	O	0		v.cognition	ewtb.r.018465.9
+3	to	to	PART	O	0			ewtb.r.018465.9
+4	be	be	VERB	O	0		v.stative	ewtb.r.018465.9
+5	very	very	ADV	O	0			ewtb.r.018465.9
+6	blonde	blonde	ADJ	O	0			ewtb.r.018465.9
+7	and	and	CONJ	O	0			ewtb.r.018465.9
+8	instead	instead	ADV	O	0			ewtb.r.018465.9
+9	he	he	PRON	O	0			ewtb.r.018465.9
+10	pulled	pull	VERB	O	0		v.contact	ewtb.r.018465.9
+11	my	my	PRON	O	0			ewtb.r.018465.9
+12	root	root	NOUN	O	0		n.body	ewtb.r.018465.9
+13	color	color	NOUN	O	0		n.attribute	ewtb.r.018465.9
+14	throughout	throughout	ADP	O	0			ewtb.r.018465.9
+15	my	my	PRON	O	0			ewtb.r.018465.9
+16	whole	whole	ADJ	O	0			ewtb.r.018465.9
+17	hair	hair	NOUN	O	0		n.body	ewtb.r.018465.9
+18	which	which	DET	O	0			ewtb.r.018465.9
+19	is	be	VERB	O	0		v.stative	ewtb.r.018465.9
+20	a	a	DET	O	0			ewtb.r.018465.9
+21	gross	gross	ADJ	O	0			ewtb.r.018465.9
+22	mousey	mousey	NOUN	O	0			ewtb.r.018465.9
+23	brown	brown	NOUN	O	0		n.attribute	ewtb.r.018465.9
+24	.	.	PUNCT	O	0			ewtb.r.018465.9
+
+1	Tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.348369.6
+2	want	want	VERB	O	0		v.cognition	ewtb.r.348369.6
+3	to	to	PART	O	0			ewtb.r.348369.6
+4	Send	send	VERB	O	0		v.motion	ewtb.r.348369.6
+5	of	of	ADP	O	0			ewtb.r.348369.6
+6	my	my	PRON	O	0			ewtb.r.348369.6
+7	phone	phone	NOUN	O	0		n.artifact	ewtb.r.348369.6
+8	and	and	CONJ	O	0			ewtb.r.348369.6
+9	i	i	PRON	O	0			ewtb.r.348369.6
+10	did	do	AUX	O	0			ewtb.r.348369.6
+11	n't	n't	PART	O	0			ewtb.r.348369.6
+12	want	want	VERB	O	0		v.cognition	ewtb.r.348369.6
+13	to	to	PART	O	0			ewtb.r.348369.6
+14	go	go	VERB	B	0		v.social	ewtb.r.348369.6
+15	thru	thru	ADP	I	14			ewtb.r.348369.6
+16	that	that	DET	O	0			ewtb.r.348369.6
+17	...	...	PUNCT	O	0			ewtb.r.348369.6
+
+1	She	she	PRON	O	0			ewtb.r.351561.21
+2	says	say	VERB	O	0		v.communication	ewtb.r.351561.21
+3	,	,	PUNCT	O	0			ewtb.r.351561.21
+4	Is	be	VERB	O	0		v.stative	ewtb.r.351561.21
+5	that	that	DET	O	0			ewtb.r.351561.21
+6	17th	17th	PROPN	O	0		n.location	ewtb.r.351561.21
+7	like	like	ADP	O	0			ewtb.r.351561.21
+8	over	over	ADP	O	0			ewtb.r.351561.21
+9	past	past	ADP	O	0			ewtb.r.351561.21
+10	broad	broad	PROPN	O	0		n.location	ewtb.r.351561.21
+11	.	.	PUNCT	O	0			ewtb.r.351561.21
+
+1	Hmmm	hmmm	INTJ	O	0			ewtb.r.351561.24
+2	,	,	PUNCT	O	0			ewtb.r.351561.24
+3	she	she	PRON	O	0			ewtb.r.351561.24
+4	says	say	VERB	O	0		v.communication	ewtb.r.351561.24
+5	,	,	PUNCT	O	0			ewtb.r.351561.24
+6	Then	then	ADV	O	0			ewtb.r.351561.24
+7	why	why	ADV	O	0			ewtb.r.351561.24
+8	are	be	AUX	O	0			ewtb.r.351561.24
+9	you	you	PRON	O	0			ewtb.r.351561.24
+10	calling	call	VERB	O	0		v.communication	ewtb.r.351561.24
+11	here	here	ADV	O	0			ewtb.r.351561.24
+12	,	,	PUNCT	O	0			ewtb.r.351561.24
+13	we	we	PRON	O	0			ewtb.r.351561.24
+14	do	do	AUX	O	0			ewtb.r.351561.24
+15	n't	n't	PART	O	0			ewtb.r.351561.24
+16	go	go	VERB	O	0		v.motion	ewtb.r.351561.24
+17	past	past	ADP	O	0			ewtb.r.351561.24
+18	broad	broad	PROPN	O	0		n.location	ewtb.r.351561.24
+19	?	?	PUNCT	O	0			ewtb.r.351561.24
+
+1	17th	17th	PROPN	O	0		n.location	ewtb.r.351561.18
+2	,	,	PUNCT	O	0			ewtb.r.351561.18
+3	like	like	ADP	O	0			ewtb.r.351561.18
+4	over	over	ADV	O	0			ewtb.r.351561.18
+5	by	by	ADP	O	0			ewtb.r.351561.18
+6	16th	16th	PROPN	O	0		n.location	ewtb.r.351561.18
+7	and	and	CONJ	O	0			ewtb.r.351561.18
+8	15th	15th	PROPN	O	0		n.location	ewtb.r.351561.18
+9	YES	yes	INTJ	O	0			ewtb.r.351561.18
+10	,	,	PUNCT	O	0			ewtb.r.351561.18
+11	I	i	PRON	O	0			ewtb.r.351561.18
+12	say	say	VERB	O	0		v.communication	ewtb.r.351561.18
+13	,	,	PUNCT	O	0			ewtb.r.351561.18
+14	one	one	NUM	O	0			ewtb.r.351561.18
+15	mile	mile	NOUN	O	0		n.quantity	ewtb.r.351561.18
+16	west	west	ADV	O	0			ewtb.r.351561.18
+17	of	of	ADP	O	0			ewtb.r.351561.18
+18	you	you	PRON	O	0			ewtb.r.351561.18
+19	.	.	PUNCT	O	0			ewtb.r.351561.18
+
+1	Great	great	ADJ	O	0			ewtb.r.354860.4
+2	with	with	ADP	O	0			ewtb.r.354860.4
+3	SEO	seo	PROPN	O	0		n.person	ewtb.r.354860.4
+4	as	as	ADV	B	0			ewtb.r.354860.4
+5	well	well	ADV	I	4			ewtb.r.354860.4
+6	.	.	PUNCT	O	0			ewtb.r.354860.4
+
+1	It	it	PRON	O	0			ewtb.r.018562.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.018562.4
+3	a	a	DET	B	0			ewtb.r.018562.4
+4	very	very	ADV	o	0			ewtb.r.018562.4
+5	trying	trying	ADJ	I	3			ewtb.r.018562.4
+6	time	time	NOUN	I	5			ewtb.r.018562.4
+7	for	for	ADP	O	0			ewtb.r.018562.4
+8	my	my	PRON	O	0			ewtb.r.018562.4
+9	family	family	NOUN	O	0		n.group	ewtb.r.018562.4
+10	and	and	CONJ	O	0			ewtb.r.018562.4
+11	myself	myself	PRON	O	0			ewtb.r.018562.4
+12	yet	yet	CONJ	O	0			ewtb.r.018562.4
+13	Mike	mike	PROPN	O	0		n.person	ewtb.r.018562.4
+14	took	take	VERB	B	0		v.social	ewtb.r.018562.4
+15	the	the	DET	I	14			ewtb.r.018562.4
+16	time	time	NOUN	I	15			ewtb.r.018562.4
+17	to	to	PART	O	0			ewtb.r.018562.4
+18	greet	greet	VERB	O	0		v.communication	ewtb.r.018562.4
+19	each	each	DET	B	0			ewtb.r.018562.4
+20	and	and	CONJ	I	19			ewtb.r.018562.4
+21	every	every	DET	I	20			ewtb.r.018562.4
+22	one	one	NUM	I	21			ewtb.r.018562.4
+23	one	one	NUM	o	0			ewtb.r.018562.4
+24	of	of	ADP	I	22			ewtb.r.018562.4
+25	us	us	PRON	O	0			ewtb.r.018562.4
+26	.	.	PUNCT	O	0			ewtb.r.018562.4
+
+1	Derrick	derrick	PROPN	O	0		n.person	ewtb.r.018465.12
+2	did	do	VERB	O	0		v.change	ewtb.r.018465.12
+3	a	a	DET	O	0			ewtb.r.018465.12
+4	terrible	terrible	ADJ	O	0			ewtb.r.018465.12
+5	job	job	NOUN	O	0		n.act	ewtb.r.018465.12
+6	,	,	PUNCT	O	0			ewtb.r.018465.12
+7	was	be	VERB	O	0		v.stative	ewtb.r.018465.12
+8	a	a	DET	O	0			ewtb.r.018465.12
+9	complete	complete	ADJ	O	0			ewtb.r.018465.12
+10	jerk	jerk	NOUN	O	0		n.person	ewtb.r.018465.12
+11	the	the	DET	O	0			ewtb.r.018465.12
+12	entire	entire	ADJ	O	0			ewtb.r.018465.12
+13	time	time	NOUN	O	0		n.time	ewtb.r.018465.12
+14	,	,	PUNCT	O	0			ewtb.r.018465.12
+15	and	and	CONJ	O	0			ewtb.r.018465.12
+16	I	i	PRON	O	0			ewtb.r.018465.12
+17	had	have	VERB	O	0		v.stative	ewtb.r.018465.12
+18	no	no	DET	O	0			ewtb.r.018465.12
+19	warning	warning	NOUN	O	0		n.communication	ewtb.r.018465.12
+20	as	as	ADP	B	0			ewtb.r.018465.12
+21	to	to	ADP	I	20			ewtb.r.018465.12
+22	the	the	DET	O	0			ewtb.r.018465.12
+23	price	price	NOUN	O	0		n.possession	ewtb.r.018465.12
+24	.	.	PUNCT	O	0			ewtb.r.018465.12
+
+1	I	i	PRON	O	0			ewtb.r.018465.19
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.018465.19
+3	pretty	pretty	ADV	O	0			ewtb.r.018465.19
+4	sure	sure	ADJ	O	0			ewtb.r.018465.19
+5	for	for	ADP	O	0			ewtb.r.018465.19
+6	the	the	DET	O	0			ewtb.r.018465.19
+7	cast	cast	NOUN	O	0		n.group	ewtb.r.018465.19
+8	that	that	SCONJ	O	0			ewtb.r.018465.19
+9	it	it	PRON	O	0			ewtb.r.018465.19
+10	was	be	VERB	O	0		v.stative	ewtb.r.018465.19
+11	the	the	DET	B	0			ewtb.r.018465.19
+12	other	other	ADJ	I	11			ewtb.r.018465.19
+13	way	way	NOUN	I	12			ewtb.r.018465.19
+14	around	around	ADV	I	13			ewtb.r.018465.19
+15	.	.	PUNCT	O	0			ewtb.r.018465.19
+
+1	Thank	thank	VERB	B	0			ewtb.r.018562.9
+2	you	you	PRON	I	1			ewtb.r.018562.9
+3	Mike	mike	PROPN	O	0		n.person	ewtb.r.018562.9
+4	for	for	ADP	O	0			ewtb.r.018562.9
+5	all	all	DET	O	0			ewtb.r.018562.9
+6	your	your	PRON	O	0			ewtb.r.018562.9
+7	help	help	NOUN	O	0		n.act	ewtb.r.018562.9
+8	professionally	professionally	ADV	O	0			ewtb.r.018562.9
+9	and	and	CONJ	O	0			ewtb.r.018562.9
+10	personally	personally	ADV	O	0			ewtb.r.018562.9
+11	.	.	PUNCT	O	0			ewtb.r.018562.9
+
+1	YES	yes	INTJ	O	0			ewtb.r.351561.16
+2	I	i	PRON	O	0			ewtb.r.351561.16
+3	am	be	VERB	O	0		v.stative	ewtb.r.351561.16
+4	sure	sure	ADJ	O	0			ewtb.r.351561.16
+5	,	,	PUNCT	O	0			ewtb.r.351561.16
+6	well	well	INTJ	O	0			ewtb.r.351561.16
+7	,	,	PUNCT	O	0			ewtb.r.351561.16
+8	she	she	PRON	O	0			ewtb.r.351561.16
+9	says	say	VERB	O	0		v.communication	ewtb.r.351561.16
+10	,	,	PUNCT	O	0			ewtb.r.351561.16
+11	is	be	VERB	O	0		v.stative	ewtb.r.351561.16
+12	that	that	DET	O	0			ewtb.r.351561.16
+13	ON	on	ADP	O	0			ewtb.r.351561.16
+14	17th	17th	NOUN	B	0		n.location	ewtb.r.351561.16
+15	STREET	street	NOUN	I	14			ewtb.r.351561.16
+16	.	.	PUNCT	O	0			ewtb.r.351561.16
+
+1	Yes	yes	INTJ	O	0			ewtb.r.351561.17
+2	,	,	PUNCT	O	0			ewtb.r.351561.17
+3	I	i	PRON	O	0			ewtb.r.351561.17
+4	say	say	VERB	O	0		v.communication	ewtb.r.351561.17
+5	.	.	PUNCT	O	0			ewtb.r.351561.17
+
+1	You	you	PRON	O	0			ewtb.r.351561.19
+2	're	're	VERB	O	0		v.stative	ewtb.r.351561.19
+3	at	at	ADP	O	0			ewtb.r.351561.19
+4	7th	7th	PROPN	O	0		n.location	ewtb.r.351561.19
+5	.	.	PUNCT	O	0			ewtb.r.351561.19
+
+1	I	i	PRON	O	0			ewtb.r.351561.20
+2	am	be	VERB	O	0		v.stative	ewtb.r.351561.20
+3	just	just	ADV	O	0			ewtb.r.351561.20
+4	south	south	ADV	O	0			ewtb.r.351561.20
+5	of	of	ADP	O	0			ewtb.r.351561.20
+6	Walnut	walnut	PROPN	O	0		n.location	ewtb.r.351561.20
+7	.	.	PUNCT	O	0			ewtb.r.351561.20
+
+1	YES	yes	INTJ	O	0			ewtb.r.351561.22
+2	,	,	PUNCT	O	0			ewtb.r.351561.22
+3	I	i	PRON	O	0			ewtb.r.351561.22
+4	am	be	VERB	O	0		v.stative	ewtb.r.351561.22
+5	west	west	ADV	O	0			ewtb.r.351561.22
+6	of	of	ADP	O	0			ewtb.r.351561.22
+7	broad	broad	PROPN	O	0		n.location	ewtb.r.351561.22
+8	.	.	PUNCT	O	0			ewtb.r.351561.22
+
+1	Broad	broad	PROPN	O	0		n.location	ewtb.r.351561.23
+2	,	,	PUNCT	O	0			ewtb.r.351561.23
+3	I	i	PRON	O	0			ewtb.r.351561.23
+4	say	say	VERB	O	0		v.communication	ewtb.r.351561.23
+5	,	,	PUNCT	O	0			ewtb.r.351561.23
+6	is	be	VERB	O	0		v.stative	ewtb.r.351561.23
+7	14th	14th	PROPN	B	0		n.location	ewtb.r.351561.23
+8	street	street	PROPN	I	7			ewtb.r.351561.23
+9	and	and	CONJ	O	0			ewtb.r.351561.23
+10	I	i	PRON	O	0			ewtb.r.351561.23
+11	am	be	VERB	O	0		v.stative	ewtb.r.351561.23
+12	3	3	NUM	O	0			ewtb.r.351561.23
+13	blocks	block	NOUN	O	0		n.quantity	ewtb.r.351561.23
+14	west	west	ADV	O	0			ewtb.r.351561.23
+15	of	of	ADP	O	0			ewtb.r.351561.23
+16	broad	broad	PROPN	O	0		n.location	ewtb.r.351561.23
+17	and	and	CONJ	O	0			ewtb.r.351561.23
+18	one	one	NUM	O	0			ewtb.r.351561.23
+19	south	south	ADV	O	0			ewtb.r.351561.23
+20	of	of	ADP	O	0			ewtb.r.351561.23
+21	walnut	walnut	PROPN	O	0		n.location	ewtb.r.351561.23
+22	.	.	PUNCT	O	0			ewtb.r.351561.23
+
+1	Anyway	anyway	INTJ	O	0			ewtb.r.351561.25
+2	,	,	PUNCT	O	0			ewtb.r.351561.25
+3	after	after	ADP	O	0			ewtb.r.351561.25
+4	much	much	ADJ	O	0			ewtb.r.351561.25
+5	yelling	yelling	NOUN	O	0		n.communication	ewtb.r.351561.25
+6	and	and	CONJ	O	0			ewtb.r.351561.25
+7	cussing	cussing	NOUN	O	0		n.communication	ewtb.r.351561.25
+8	I	i	PRON	O	0			ewtb.r.351561.25
+9	hung	hang	VERB	B	0		v.communication	ewtb.r.351561.25
+10	up	up	ADP	I	9			ewtb.r.351561.25
+11	,	,	PUNCT	O	0			ewtb.r.351561.25
+12	grabbed	grab	VERB	O	0		v.motion	ewtb.r.351561.25
+13	a	a	DET	O	0			ewtb.r.351561.25
+14	cab	cab	NOUN	O	0		n.artifact	ewtb.r.351561.25
+15	,	,	PUNCT	O	0			ewtb.r.351561.25
+16	and	and	CONJ	O	0			ewtb.r.351561.25
+17	went	go	VERB	O	0		v.motion	ewtb.r.351561.25
+18	to	to	ADP	O	0			ewtb.r.351561.25
+19	Geno	geno	PROPN	B	0		n.group	ewtb.r.351561.25
+20	's	's	PART	I	19			ewtb.r.351561.25
+21	.	.	PUNCT	O	0			ewtb.r.351561.25
+
+1	Easy	easy	ADJ	O	0			ewtb.r.352068.1
+2	registration	registration	NOUN	O	0		n.act	ewtb.r.352068.1
+3	,	,	PUNCT	O	0			ewtb.r.352068.1
+4	helpful	helpful	ADJ	O	0			ewtb.r.352068.1
+5	staff	staff	NOUN	O	0		n.group	ewtb.r.352068.1
+6	and	and	CONJ	O	0			ewtb.r.352068.1
+7	fun	fun	ADJ	O	0			ewtb.r.352068.1
+8	teachers	teacher	NOUN	O	0		n.person	ewtb.r.352068.1
+9	!	!	PUNCT	O	0			ewtb.r.352068.1
+
+1	The	the	DET	O	0			ewtb.r.354860.1
+2	best	best	ADJ	O	0			ewtb.r.354860.1
+3	company	company	NOUN	O	0		n.group	ewtb.r.354860.1
+4	in	in	ADP	O	0			ewtb.r.354860.1
+5	Phuket	phuket	PROPN	O	0		n.location	ewtb.r.354860.1
+6	for	for	SCONJ	O	0			ewtb.r.354860.1
+7	creating	create	VERB	O	0		v.creation	ewtb.r.354860.1
+8	website	website	NOUN	O	0		n.communication	ewtb.r.354860.1
+9	and	and	CONJ	O	0			ewtb.r.354860.1
+10	e-commerce	e-commerce	NOUN	O	0		n.cognition	ewtb.r.354860.1
+11	website	website	NOUN	O	0		n.communication	ewtb.r.354860.1
+12	.	.	PUNCT	O	0			ewtb.r.354860.1
+
+1	From	from	ADP	O	0			ewtb.r.354860.2
+2	first	first	ADJ	O	0			ewtb.r.354860.2
+3	meeting	meeting	NOUN	O	0		n.event	ewtb.r.354860.2
+4	with	with	ADP	O	0			ewtb.r.354860.2
+5	them	them	PRON	O	0			ewtb.r.354860.2
+6	to	to	ADP	O	0			ewtb.r.354860.2
+7	launch	launch	NOUN	O	0		n.event	ewtb.r.354860.2
+8	of	of	ADP	O	0			ewtb.r.354860.2
+9	my	my	PRON	O	0			ewtb.r.354860.2
+10	website	website	NOUN	O	0		n.communication	ewtb.r.354860.2
+11	,	,	PUNCT	O	0			ewtb.r.354860.2
+12	everything	everything	NOUN	O	0			ewtb.r.354860.2
+13	went	go	VERB	O	0		v.stative	ewtb.r.354860.2
+14	smooth	smooth	ADV	O	0			ewtb.r.354860.2
+15	and	and	CONJ	O	0			ewtb.r.354860.2
+16	on	on	ADP	B	0			ewtb.r.354860.2
+17	schedule	schedule	NOUN	I	16			ewtb.r.354860.2
+18	.	.	PUNCT	O	0			ewtb.r.354860.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.354860.3
+2	recommended	recommended	ADJ	O	0			ewtb.r.354860.3
+3	for	for	SCONJ	O	0			ewtb.r.354860.3
+4	who	who	PRON	O	0			ewtb.r.354860.3
+5	wants	want	VERB	O	0		v.cognition	ewtb.r.354860.3
+6	to	to	PART	O	0			ewtb.r.354860.3
+7	have	have	VERB	O	0		v.stative	ewtb.r.354860.3
+8	website	website	NOUN	O	0		n.communication	ewtb.r.354860.3
+9	.	.	PUNCT	O	0			ewtb.r.354860.3
+
+1	Great	great	ADJ	O	0			ewtb.r.356361.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.356361.1
+
+1	A	a	DET	O	0			ewtb.r.356361.2
+2	very	very	ADV	O	0			ewtb.r.356361.2
+3	well	well	ADV	O	0			ewtb.r.356361.2
+4	established	establish	VERB	O	0		v.creation	ewtb.r.356361.2
+5	service	service	NOUN	O	0		n.act	ewtb.r.356361.2
+6	with	with	ADP	O	0			ewtb.r.356361.2
+7	a	a	DET	O	0			ewtb.r.356361.2
+8	satisfying	satisfying	ADJ	O	0			ewtb.r.356361.2
+9	outcome	outcome	NOUN	O	0		n.phenomenon	ewtb.r.356361.2
+10	.	.	PUNCT	O	0			ewtb.r.356361.2
+
+1	A	a	DET	O	0			ewtb.r.356361.3
+2	well	well	ADV	O	0			ewtb.r.356361.3
+3	communicated	communicate	VERB	O	0		v.communication	ewtb.r.356361.3
+4	and	and	CONJ	O	0			ewtb.r.356361.3
+5	will	will	AUX	O	0			ewtb.r.356361.3
+6	be	be	AUX	O	0			ewtb.r.356361.3
+7	hireing	hire	VERB	O	0		v.social	ewtb.r.356361.3
+8	again	again	ADV	O	0			ewtb.r.356361.3
+9	for	for	ADP	O	0			ewtb.r.356361.3
+10	another	another	DET	O	0			ewtb.r.356361.3
+11	projects	project	NOUN	O	0		n.cognition	ewtb.r.356361.3
+12	......	......	PUNCT	O	0			ewtb.r.356361.3
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.356361.4
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.358063.1
+2	Efficient	efficient	ADJ	O	0			ewtb.r.358063.1
+3	and	and	CONJ	O	0			ewtb.r.358063.1
+4	overall	overall	ADV	O	0			ewtb.r.358063.1
+5	great	great	ADJ	O	0			ewtb.r.358063.1
+6	place	place	NOUN	O	0		n.group	ewtb.r.358063.1
+7	for	for	ADP	O	0			ewtb.r.358063.1
+8	people	person	NOUN	O	0		n.person	ewtb.r.358063.1
+9	in	in	ADP	O	0			ewtb.r.358063.1
+10	chronic	chronic	ADJ	O	0			ewtb.r.358063.1
+11	intractable	intractable	ADJ	O	0			ewtb.r.358063.1
+12	pain	pain	NOUN	O	0		n.state	ewtb.r.358063.1
+
+1	Great	great	ADJ	O	0			ewtb.r.358063.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.358063.2
+3	for	for	ADP	O	0			ewtb.r.358063.2
+4	people	person	NOUN	O	0		n.person	ewtb.r.358063.2
+5	in	in	ADP	O	0			ewtb.r.358063.2
+6	chronic	chronic	ADJ	O	0			ewtb.r.358063.2
+7	pain	pain	NOUN	O	0		n.state	ewtb.r.358063.2
+8	.	.	PUNCT	O	0			ewtb.r.358063.2
+
+1	Staff	staff	NOUN	O	0		n.group	ewtb.r.358063.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.358063.3
+3	very	very	ADV	O	0			ewtb.r.358063.3
+4	friendly	friendly	ADJ	O	0			ewtb.r.358063.3
+5	they	they	PRON	O	0			ewtb.r.358063.3
+6	treat	treat	VERB	O	0		v.social	ewtb.r.358063.3
+7	you	you	PRON	O	0			ewtb.r.358063.3
+8	like	like	ADP	B	0			ewtb.r.358063.3
+9	a	a	DET	I	8			ewtb.r.358063.3
+10	human	human	ADJ	I	9			ewtb.r.358063.3
+11	being	being	NOUN	I	10			ewtb.r.358063.3
+12	and	and	CONJ	O	0			ewtb.r.358063.3
+13	not	not	PART	O	0			ewtb.r.358063.3
+14	just	just	ADV	O	0			ewtb.r.358063.3
+15	another	another	DET	O	0			ewtb.r.358063.3
+16	patient	patient	NOUN	O	0		n.person	ewtb.r.358063.3
+17	.	.	PUNCT	O	0			ewtb.r.358063.3
+
+1	Very	very	ADV	O	0			ewtb.r.358063.4
+2	efficient	efficient	ADJ	O	0			ewtb.r.358063.4
+3	at	at	SCONJ	O	0			ewtb.r.358063.4
+4	treating	treat	VERB	O	0		v.social	ewtb.r.358063.4
+5	chronic	chronic	ADJ	O	0			ewtb.r.358063.4
+6	pain	pain	NOUN	O	0		n.state	ewtb.r.358063.4
+7	!	!	PUNCT	O	0			ewtb.r.358063.4
+
+1	Five	five	NUM	O	0			ewtb.r.048363.8
+2	minutes	minutes	NOUN	O	0		n.time	ewtb.r.048363.8
+3	before	before	ADP	O	0			ewtb.r.048363.8
+4	my	my	PRON	O	0			ewtb.r.048363.8
+5	initial	initial	ADJ	O	0			ewtb.r.048363.8
+6	lesson	lesson	NOUN	O	0		n.cognition	ewtb.r.048363.8
+7	,	,	PUNCT	O	0			ewtb.r.048363.8
+8	I	i	PRON	O	0			ewtb.r.048363.8
+9	got	get	VERB	B	0		v.communication	ewtb.r.048363.8
+10	a	a	DET	o	0			ewtb.r.048363.8
+11	call	call	NOUN	I	9			ewtb.r.048363.8
+12	from	from	ADP	O	0			ewtb.r.048363.8
+13	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.8
+14	advising	advise	VERB	O	0		v.communication	ewtb.r.048363.8
+15	me	me	PRON	O	0			ewtb.r.048363.8
+16	of	of	ADP	O	0			ewtb.r.048363.8
+17	his	his	PRON	O	0			ewtb.r.048363.8
+18	arrival	arrival	NOUN	O	0		n.event	ewtb.r.048363.8
+19	and	and	CONJ	O	0			ewtb.r.048363.8
+20	to	to	PART	O	0			ewtb.r.048363.8
+21	come	come	VERB	B	0		v.motion	ewtb.r.048363.8
+22	down	down	ADV	I	21			ewtb.r.048363.8
+23	as	as	ADV	B	0			ewtb.r.048363.8
+24	soon	soon	ADV	I	23			ewtb.r.048363.8
+25	as	as	SCONJ	I	24			ewtb.r.048363.8
+26	I	i	PRON	O	0			ewtb.r.048363.8
+27	was	be	VERB	O	0		v.stative	ewtb.r.048363.8
+28	ready	ready	ADJ	O	0			ewtb.r.048363.8
+29	.	.	PUNCT	O	0			ewtb.r.048363.8
+
+1	They	they	PRON	O	0			ewtb.r.394662.3
+2	had	have	VERB	O	0		v.possession	ewtb.r.394662.3
+3	a	a	DET	O	0			ewtb.r.394662.3
+4	great	great	ADJ	O	0			ewtb.r.394662.3
+5	selection	selection	NOUN	O	0		n.cognition	ewtb.r.394662.3
+6	of	of	ADP	O	0			ewtb.r.394662.3
+7	colors	colors	NOUN	O	0		n.cognition	ewtb.r.394662.3
+8	to	to	PART	O	0			ewtb.r.394662.3
+9	choose	choose	VERB	O	0		v.cognition	ewtb.r.394662.3
+10	from	from	ADP	O	0			ewtb.r.394662.3
+11	and	and	CONJ	O	0			ewtb.r.394662.3
+12	their	their	PRON	O	0			ewtb.r.394662.3
+13	seats	seats	NOUN	O	0		n.artifact	ewtb.r.394662.3
+14	are	be	VERB	O	0		v.stative	ewtb.r.394662.3
+15	super	super	ADV	O	0			ewtb.r.394662.3
+16	comfty	comfty	ADJ	O	0			ewtb.r.394662.3
+17	.	.	PUNCT	O	0			ewtb.r.394662.3
+
+1	They	they	PRON	O	0			ewtb.r.348369.3
+2	was	be	VERB	O	0			ewtb.r.348369.3
+3	about	about	ADJ	B	0			ewtb.r.348369.3
+4	to	to	PART	I	3			ewtb.r.348369.3
+5	Charge	charge	VERB	O	0		v.possession	ewtb.r.348369.3
+6	me	me	PRON	O	0			ewtb.r.348369.3
+7	$	$	SYM	O	0			ewtb.r.348369.3
+8	129	129	NUM	O	0			ewtb.r.348369.3
+9	...	...	PUNCT	O	0			ewtb.r.348369.3
+
+1	I	i	PRON	O	0			ewtb.r.394662.4
+2	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.394662.4
+3	going	go	VERB	O	0		v.motion	ewtb.r.394662.4
+4	there	there	ADV	O	0			ewtb.r.394662.4
+5	although	although	SCONJ	O	0			ewtb.r.394662.4
+6	i	i	PRON	O	0			ewtb.r.394662.4
+7	've	've	AUX	O	0			ewtb.r.394662.4
+8	only	only	ADV	O	0			ewtb.r.394662.4
+9	been	be	VERB	O	0		v.stative	ewtb.r.394662.4
+10	there	there	ADV	O	0			ewtb.r.394662.4
+11	once	once	ADV	O	0			ewtb.r.394662.4
+12	,	,	PUNCT	O	0			ewtb.r.394662.4
+13	i	i	PRON	O	0			ewtb.r.394662.4
+14	will	will	AUX	O	0			ewtb.r.394662.4
+15	be	be	AUX	O	0			ewtb.r.394662.4
+16	returning	return	VERB	O	0		v.motion	ewtb.r.394662.4
+17	toda	toda	NOUN	O	0		n.time	ewtb.r.394662.4
+18	to	to	PART	O	0			ewtb.r.394662.4
+19	recieve	recieve	VERB	O	0		v.possession	ewtb.r.394662.4
+20	a	a	DET	O	0			ewtb.r.394662.4
+21	pair	pair	NOUN	O	0		n.quantity	ewtb.r.394662.4
+22	of	of	ADP	O	0			ewtb.r.394662.4
+23	french	french	ADJ	B	0		n.artifact	ewtb.r.394662.4
+24	tips	tip	NOUN	I	23			ewtb.r.394662.4
+25	and	and	CONJ	O	0			ewtb.r.394662.4
+26	i	i	PRON	O	0			ewtb.r.394662.4
+27	will	will	AUX	O	0			ewtb.r.394662.4
+28	only	only	ADV	O	0			ewtb.r.394662.4
+29	go	go	VERB	O	0		v.motion	ewtb.r.394662.4
+30	to	to	ADP	O	0			ewtb.r.394662.4
+31	the	the	DET	O	0			ewtb.r.394662.4
+32	best	best	ADJ	O	0			ewtb.r.394662.4
+33	and	and	CONJ	O	0			ewtb.r.394662.4
+34	to	to	ADP	O	0			ewtb.r.394662.4
+35	me	me	PRON	O	0			ewtb.r.394662.4
+36	the	the	DET	O	0			ewtb.r.394662.4
+37	best	best	ADJ	O	0			ewtb.r.394662.4
+38	is	be	VERB	O	0		v.stative	ewtb.r.394662.4
+39	here	here	ADV	O	0			ewtb.r.394662.4
+40	.	.	PUNCT	O	0			ewtb.r.394662.4
+
+1	I	i	PRON	O	0			ewtb.r.047762.5
+2	am	be	AUX	O	0			ewtb.r.047762.5
+3	saying	say	VERB	O	0		v.communication	ewtb.r.047762.5
+4	when	when	ADV	O	0			ewtb.r.047762.5
+5	comparing	compare	VERB	O	0		v.cognition	ewtb.r.047762.5
+6	all	all	DET	O	0			ewtb.r.047762.5
+7	other	other	ADJ	O	0			ewtb.r.047762.5
+8	hotels	hotel	NOUN	O	0		n.group	ewtb.r.047762.5
+9	in	in	ADP	O	0			ewtb.r.047762.5
+10	Wildwood	wildwood	PROPN	O	0		n.location	ewtb.r.047762.5
+11	,	,	PUNCT	O	0			ewtb.r.047762.5
+12	this	this	DET	O	0			ewtb.r.047762.5
+13	hotel	hotel	NOUN	O	0		n.group	ewtb.r.047762.5
+14	has	have	VERB	O	0		v.stative	ewtb.r.047762.5
+15	everything	everything	NOUN	O	0			ewtb.r.047762.5
+16	that	that	DET	O	0			ewtb.r.047762.5
+17	we	we	PRON	O	0			ewtb.r.047762.5
+18	are	be	AUX	O	0			ewtb.r.047762.5
+19	looking	look	VERB	O	0		v.cognition	ewtb.r.047762.5
+20	for	for	ADP	O	0			ewtb.r.047762.5
+21	.	.	PUNCT	O	0			ewtb.r.047762.5
+
+1	A	a	DET	O	0			ewtb.r.048363.4
+2	very	very	ADV	O	0			ewtb.r.048363.4
+3	good	good	ADJ	O	0			ewtb.r.048363.4
+4	friend	friend	NOUN	O	0		n.person	ewtb.r.048363.4
+5	of	of	ADP	O	0			ewtb.r.048363.4
+6	mine	mine	PRON	O	0			ewtb.r.048363.4
+7	highly	highly	ADV	O	0			ewtb.r.048363.4
+8	recommended	recommend	VERB	O	0		v.communication	ewtb.r.048363.4
+9	the	the	DET	O	0			ewtb.r.048363.4
+10	Professional	professional	PROPN	B	0		n.group	ewtb.r.048363.4
+11	Driving	driving	PROPN	I	10			ewtb.r.048363.4
+12	School	school	PROPN	I	11			ewtb.r.048363.4
+13	and	and	CONJ	O	0			ewtb.r.048363.4
+14	I	i	PRON	O	0			ewtb.r.048363.4
+15	was	be	AUX	O	0			ewtb.r.048363.4
+16	told	tell	VERB	O	0		v.communication	ewtb.r.048363.4
+17	to	to	PART	O	0			ewtb.r.048363.4
+18	specifically	specifically	ADV	O	0			ewtb.r.048363.4
+19	ask	ask	VERB	O	0		v.communication	ewtb.r.048363.4
+20	for	for	ADP	O	0			ewtb.r.048363.4
+21	Gerry	gerry	PROPN	O	0		n.person	ewtb.r.048363.4
+22	.	.	PUNCT	O	0			ewtb.r.048363.4
+
+1	I	i	PRON	O	0			ewtb.r.048363.6
+2	called	call	VERB	O	0		v.communication	ewtb.r.048363.6
+3	the	the	DET	O	0			ewtb.r.048363.6
+4	school	school	NOUN	O	0		n.group	ewtb.r.048363.6
+5	most	most	ADV	O	0			ewtb.r.048363.6
+6	probably	probably	ADV	O	0			ewtb.r.048363.6
+7	10	10	NUM	O	0			ewtb.r.048363.6
+8	times	times	NOUN	O	0		n.event	ewtb.r.048363.6
+9	before	before	SCONJ	O	0			ewtb.r.048363.6
+10	I	i	PRON	O	0			ewtb.r.048363.6
+11	finally	finally	ADV	O	0			ewtb.r.048363.6
+12	enrolled	enrol	VERB	O	0		v.social	ewtb.r.048363.6
+13	in	in	ADP	O	0			ewtb.r.048363.6
+14	a	a	DET	O	0			ewtb.r.048363.6
+15	20	20	NUM	O	0			ewtb.r.048363.6
+16	hour	hour	NOUN	O	0		n.time	ewtb.r.048363.6
+17	package	package	NOUN	O	0		n.artifact	ewtb.r.048363.6
+18	.	.	PUNCT	O	0			ewtb.r.048363.6
+
+1	they	they	PRON	O	0			ewtb.r.348369.5
+2	save	save	VERB	O	0		v.stative	ewtb.r.348369.5
+3	me	me	PRON	O	0			ewtb.r.348369.5
+4	from	from	SCONJ	O	0			ewtb.r.348369.5
+5	having	have	VERB	B	0			ewtb.r.348369.5
+6	to	to	PART	I	5			ewtb.r.348369.5
+7	deal	deal	VERB	B	0		v.social	ewtb.r.348369.5
+8	with	with	ADP	I	7			ewtb.r.348369.5
+9	Tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.348369.5
+10	...	...	PUNCT	O	0			ewtb.r.348369.5
+
+1	(	(	PUNCT	O	0			ewtb.r.346960.5
+2	I	i	PRON	O	0			ewtb.r.346960.5
+3	've	've	AUX	O	0			ewtb.r.346960.5
+4	been	be	VERB	B	0		v.social	ewtb.r.346960.5
+5	through	through	ADP	I	4			ewtb.r.346960.5
+6	at	at	ADV	B	0			ewtb.r.346960.5
+7	least	least	ADV	I	6			ewtb.r.346960.5
+8	5	5	NUM	O	0			ewtb.r.346960.5
+9	places	place	NOUN	O	0		n.group	ewtb.r.346960.5
+10	already	already	ADV	O	0			ewtb.r.346960.5
+11	.	.	PUNCT	O	0			ewtb.r.346960.5
+12	)	)	PUNCT	O	0			ewtb.r.346960.5
+
+1	He	he	PRON	O	0			ewtb.r.018562.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.018562.5
+3	very	very	ADV	O	0			ewtb.r.018562.5
+4	professional	professional	ADJ	O	0			ewtb.r.018562.5
+5	in	in	ADP	O	0			ewtb.r.018562.5
+6	his	his	PRON	O	0			ewtb.r.018562.5
+7	position	position	NOUN	O	0		n.cognition	ewtb.r.018562.5
+8	as	as	ADP	O	0			ewtb.r.018562.5
+9	a	a	DET	O	0			ewtb.r.018562.5
+10	director	director	NOUN	O	0		n.person	ewtb.r.018562.5
+11	and	and	CONJ	O	0			ewtb.r.018562.5
+12	yet	yet	CONJ	O	0			ewtb.r.018562.5
+13	he	he	PRON	O	0			ewtb.r.018562.5
+14	still	still	ADV	O	0			ewtb.r.018562.5
+15	made	make	VERB	B	0		v.social	ewtb.r.018562.5
+16	time	time	NOUN	I	15			ewtb.r.018562.5
+17	to	to	PART	O	0			ewtb.r.018562.5
+18	be	be	VERB	O	0		v.stative	ewtb.r.018562.5
+19	compassionate	compassionate	ADJ	O	0			ewtb.r.018562.5
+20	for	for	SCONJ	O	0			ewtb.r.018562.5
+21	what	what	PRON	O	0			ewtb.r.018562.5
+22	we	we	PRON	O	0			ewtb.r.018562.5
+23	were	be	AUX	O	0			ewtb.r.018562.5
+24	all	all	ADV	O	0			ewtb.r.018562.5
+25	going	go	VERB	B	0		v.stative	ewtb.r.018562.5
+26	through	through	ADP	I	25			ewtb.r.018562.5
+27	.	.	PUNCT	O	0			ewtb.r.018562.5
+
+1	Both	both	DET	O	0			ewtb.r.018562.8
+2	my	my	PRON	O	0			ewtb.r.018562.8
+3	grandparents	grandparent	NOUN	O	0		n.person	ewtb.r.018562.8
+4	looked	look	VERB	O	0		v.perception	ewtb.r.018562.8
+5	as	as	ADV	O	0			ewtb.r.018562.8
+6	natural	natural	ADJ	O	0			ewtb.r.018562.8
+7	as	as	SCONJ	O	0			ewtb.r.018562.8
+8	could	could	AUX	O	0			ewtb.r.018562.8
+9	be	be	AUX	O	0			ewtb.r.018562.8
+10	expected	expect	VERB	O	0		v.cognition	ewtb.r.018562.8
+11	.	.	PUNCT	O	0			ewtb.r.018562.8
+
+1	I	i	PRON	O	0			ewtb.r.022461.2
+2	've	've	AUX	O	0			ewtb.r.022461.2
+3	been	be	VERB	B	0		v.motion	ewtb.r.022461.2
+4	to	to	ADP	I	3			ewtb.r.022461.2
+5	quite	quite	DET	O	0			ewtb.r.022461.2
+6	a	a	DET	B	0			ewtb.r.022461.2
+7	few	few	ADJ	I	6			ewtb.r.022461.2
+8	tattoo	tattoo	NOUN	O	0		n.artifact	ewtb.r.022461.2
+9	shops	shop	NOUN	O	0		n.group	ewtb.r.022461.2
+10	around	around	ADP	O	0			ewtb.r.022461.2
+11	this	this	DET	O	0			ewtb.r.022461.2
+12	area	area	NOUN	O	0		n.location	ewtb.r.022461.2
+13	and	and	CONJ	O	0			ewtb.r.022461.2
+14	Stainless	stainless	PROPN	B	0		n.group	ewtb.r.022461.2
+15	Steel	steel	PROPN	I	14			ewtb.r.022461.2
+16	is	be	VERB	O	0		v.stative	ewtb.r.022461.2
+17	by	by	ADP	B	0			ewtb.r.022461.2
+18	far	far	ADV	I	17			ewtb.r.022461.2
+19	the	the	DET	O	0			ewtb.r.022461.2
+20	best	best	ADJ	O	0			ewtb.r.022461.2
+21	.	.	PUNCT	O	0			ewtb.r.022461.2
+
+1	Yes	yes	INTJ	O	0			ewtb.r.348369.2
+2	my	my	PRON	O	0			ewtb.r.348369.2
+3	G	g	NOUN	B	0		n.artifact	ewtb.r.348369.2
+4	1	1	NUM	I	3			ewtb.r.348369.2
+5	screen	screen	NOUN	O	0		n.artifact	ewtb.r.348369.2
+6	is	be	AUX	O	0			ewtb.r.348369.2
+7	back	back	ADV	O	0			ewtb.r.348369.2
+8	working	work	VERB	O	0		v.stative	ewtb.r.348369.2
+9	.	.	PUNCT	O	0			ewtb.r.348369.2
+
+1	I	i	PRON	O	0			ewtb.r.351561.11
+2	SAY	say	VERB	O	0		v.communication	ewtb.r.351561.11
+3	LISTEN	listen	VERB	O	0		v.perception	ewtb.r.351561.11
+4	:	:	PUNCT	O	0			ewtb.r.351561.11
+5	I	i	PRON	O	0			ewtb.r.351561.11
+6	'm	'm	VERB	O	0		v.stative	ewtb.r.351561.11
+7	at	at	ADP	O	0			ewtb.r.351561.11
+8	17th	17th	PROPN	O	0		n.location	ewtb.r.351561.11
+9	and	and	CONJ	O	0			ewtb.r.351561.11
+10	LOCUST	locust	PROPN	O	0		n.location	ewtb.r.351561.11
+11	,	,	PUNCT	O	0			ewtb.r.351561.11
+12	do	do	AUX	O	0			ewtb.r.351561.11
+13	you	you	PRON	O	0			ewtb.r.351561.11
+14	deliver	deliver	VERB	O	0		v.motion	ewtb.r.351561.11
+15	there	there	ADV	O	0			ewtb.r.351561.11
+16	?	?	PUNCT	O	0			ewtb.r.351561.11
+
+1	He	he	PRON	O	0			ewtb.r.351561.15
+2	gives	give	VERB	O	0		v.motion	ewtb.r.351561.15
+3	the	the	DET	O	0			ewtb.r.351561.15
+4	phone	phone	NOUN	O	0		n.artifact	ewtb.r.351561.15
+5	to	to	ADP	O	0			ewtb.r.351561.15
+6	a	a	DET	O	0			ewtb.r.351561.15
+7	girl	girl	NOUN	O	0		n.person	ewtb.r.351561.15
+8	,	,	PUNCT	O	0			ewtb.r.351561.15
+9	she	she	PRON	O	0			ewtb.r.351561.15
+10	says	say	VERB	O	0		v.communication	ewtb.r.351561.15
+11	,	,	PUNCT	O	0			ewtb.r.351561.15
+12	I	i	PRON	O	0			ewtb.r.351561.15
+13	have	have	VERB	B	0			ewtb.r.351561.15
+14	to	to	PART	I	13			ewtb.r.351561.15
+15	have	have	VERB	O	0		v.stative	ewtb.r.351561.15
+16	your	your	PRON	O	0			ewtb.r.351561.15
+17	address	address	NOUN	O	0		n.location	ewtb.r.351561.15
+18	,	,	PUNCT	O	0			ewtb.r.351561.15
+19	I	i	PRON	O	0			ewtb.r.351561.15
+20	say	say	VERB	O	0		v.communication	ewtb.r.351561.15
+21	,	,	PUNCT	O	0			ewtb.r.351561.15
+22	do	do	AUX	O	0			ewtb.r.351561.15
+23	you	you	PRON	O	0			ewtb.r.351561.15
+24	deliver	deliver	VERB	O	0		v.motion	ewtb.r.351561.15
+25	to	to	ADP	O	0			ewtb.r.351561.15
+26	17th	17th	PROPN	O	0		n.location	ewtb.r.351561.15
+27	and	and	CONJ	O	0			ewtb.r.351561.15
+28	locust	locust	PROPN	O	0		n.location	ewtb.r.351561.15
+29	,	,	PUNCT	O	0			ewtb.r.351561.15
+30	she	she	PRON	O	0			ewtb.r.351561.15
+31	says	say	VERB	O	0		v.communication	ewtb.r.351561.15
+32	,	,	PUNCT	O	0			ewtb.r.351561.15
+33	your	your	PRON	O	0			ewtb.r.351561.15
+34	exact	exact	ADJ	O	0			ewtb.r.351561.15
+35	address	address	NOUN	O	0		n.location	ewtb.r.351561.15
+36	,	,	PUNCT	O	0			ewtb.r.351561.15
+37	I	i	PRON	O	0			ewtb.r.351561.15
+38	say	say	VERB	O	0		v.communication	ewtb.r.351561.15
+39	1	1	NUM	O	0			ewtb.r.351561.15
+40	-	-	PUNCT	O	0			ewtb.r.351561.15
+41	7	7	NUM	O	0			ewtb.r.351561.15
+42	-	-	PUNCT	O	0			ewtb.r.351561.15
+43	0	0	NUM	O	0			ewtb.r.351561.15
+44	-	-	PUNCT	O	0			ewtb.r.351561.15
+45	1	1	NUM	O	0			ewtb.r.351561.15
+46	Locust	locust	PROPN	O	0		n.location	ewtb.r.351561.15
+47	,	,	PUNCT	O	0			ewtb.r.351561.15
+48	ARe	be	VERB	O	0		v.stative	ewtb.r.351561.15
+49	you	you	PRON	O	0			ewtb.r.351561.15
+50	sure	sure	ADJ	O	0			ewtb.r.351561.15
+51	?	?	PUNCT	O	0			ewtb.r.351561.15
+52	she	she	PRON	O	0			ewtb.r.351561.15
+53	asks	ask	VERB	O	0		v.communication	ewtb.r.351561.15
+54	?	?	PUNCT	O	0			ewtb.r.351561.15
+
+1	So	so	ADV	O	0			ewtb.r.351561.3
+2	I	i	PRON	O	0			ewtb.r.351561.3
+3	say	say	VERB	O	0		v.communication	ewtb.r.351561.3
+4	:	:	PUNCT	O	0			ewtb.r.351561.3
+5	I	i	PRON	O	0			ewtb.r.351561.3
+6	'm	'm	VERB	O	0		v.stative	ewtb.r.351561.3
+7	at	at	ADP	O	0			ewtb.r.351561.3
+8	the	the	DET	O	0			ewtb.r.351561.3
+9	Radison	radison	PROPN	B	0		n.group	ewtb.r.351561.3
+10	Warwick	warwick	PROPN	I	9			ewtb.r.351561.3
+11	hotel	hotel	NOUN	O	0		n.location	ewtb.r.351561.3
+12	in	in	ADP	O	0			ewtb.r.351561.3
+13	Rittenhouse	rittenhouse	PROPN	B	0		n.location	ewtb.r.351561.3
+14	Square	square	PROPN	I	13			ewtb.r.351561.3
+15	(	(	PUNCT	O	0			ewtb.r.351561.3
+16	built	build	VERB	O	0		v.creation	ewtb.r.351561.3
+17	in	in	ADP	O	0			ewtb.r.351561.3
+18	1926	1926	NUM	O	0			ewtb.r.351561.3
+19	)	)	PUNCT	O	0			ewtb.r.351561.3
+20	do	do	AUX	O	0			ewtb.r.351561.3
+21	you	you	PRON	O	0			ewtb.r.351561.3
+22	deliver	deliver	VERB	O	0		v.motion	ewtb.r.351561.3
+23	to	to	ADP	O	0			ewtb.r.351561.3
+24	the	the	DET	O	0			ewtb.r.351561.3
+25	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.3
+26	?	?	PUNCT	O	0			ewtb.r.351561.3
+
+1	STAY	stay	VERB	O	0		v.stative	ewtb.r.018465.22
+2	AWAY	away	ADV	O	0			ewtb.r.018465.22
+3	!	!	PUNCT	O	0			ewtb.r.018465.22
+
+1	can	can	AUX	O	0			ewtb.r.145645.2
+2	ever	ever	ADV	O	0			ewtb.r.145645.2
+3	&	&	VERB	O	0			ewtb.r.145645.2
+4	never	never	ADV	O	0			ewtb.r.145645.2
+5	forget	forget	VERB	O	0		v.cognition	ewtb.r.145645.2
+6	the	the	DET	O	0			ewtb.r.145645.2
+7	training	training	NOUN	O	0		n.act	ewtb.r.145645.2
+8	undergone	undergo	VERB	O	0		v.social	ewtb.r.145645.2
+9	here	here	ADV	O	0			ewtb.r.145645.2
+10	which	which	DET	O	0			ewtb.r.145645.2
+11	made	make	VERB	O	0		v.stative	ewtb.r.145645.2
+12	my	my	PRON	O	0			ewtb.r.145645.2
+13	life	life	NOUN	O	0		n.process	ewtb.r.145645.2
+14	step	step	VERB	O	0		v.stative	ewtb.r.145645.2
+15	onto	onto	ADP	O	0			ewtb.r.145645.2
+16	the	the	DET	O	0			ewtb.r.145645.2
+17	successful	successful	ADJ	O	0			ewtb.r.145645.2
+18	job	job	NOUN	O	0		n.act	ewtb.r.145645.2
+19	without	without	ADP	O	0			ewtb.r.145645.2
+20	any	any	DET	O	0			ewtb.r.145645.2
+21	hurdles	hurdles	NOUN	O	0		n.cognition	ewtb.r.145645.2
+22	.	.	PUNCT	O	0			ewtb.r.145645.2
+
+1	The	the	DET	O	0			ewtb.r.145645.3
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.145645.3
+3	,	,	PUNCT	O	0			ewtb.r.145645.3
+4	material	material	NOUN	O	0		n.communication	ewtb.r.145645.3
+5	provided	provide	VERB	O	0		v.social	ewtb.r.145645.3
+6	,	,	PUNCT	O	0			ewtb.r.145645.3
+7	infra	infra	X	B	0		n.cognition	ewtb.r.145645.3
+8	structure	structure	NOUN	I	7			ewtb.r.145645.3
+9	,	,	PUNCT	O	0			ewtb.r.145645.3
+10	environment	environment	NOUN	O	0		n.cognition	ewtb.r.145645.3
+11	&	&	CONJ	O	0			ewtb.r.145645.3
+12	low	low	ADJ	O	0			ewtb.r.145645.3
+13	fees	fee	NOUN	O	0		n.possession	ewtb.r.145645.3
+14	totally	totally	ADV	O	0			ewtb.r.145645.3
+15	above	above	ADP	O	0			ewtb.r.145645.3
+16	the	the	DET	O	0			ewtb.r.145645.3
+17	satisfactory	satisfactory	ADJ	O	0			ewtb.r.145645.3
+18	mark	mark	NOUN	O	0		n.cognition	ewtb.r.145645.3
+
+1	The	the	DET	O	0			ewtb.r.165143.5
+2	decor	decor	NOUN	O	0		n.artifact	ewtb.r.165143.5
+3	left	leave	VERB	B	0		v.stative	ewtb.r.165143.5
+4	a	a	DET	I	3			ewtb.r.165143.5
+5	lot	lot	NOUN	I	4			ewtb.r.165143.5
+6	to	to	PART	I	5			ewtb.r.165143.5
+7	be	be	AUX	I	6			ewtb.r.165143.5
+8	desired	desire	VERB	I	7			ewtb.r.165143.5
+9	and	and	CONJ	O	0			ewtb.r.165143.5
+10	the	the	DET	O	0			ewtb.r.165143.5
+11	posters	poster	NOUN	O	0		n.artifact	ewtb.r.165143.5
+12	telling	tell	VERB	O	0		v.communication	ewtb.r.165143.5
+13	me	me	PRON	O	0			ewtb.r.165143.5
+14	all	all	DET	O	0			ewtb.r.165143.5
+15	the	the	DET	O	0			ewtb.r.165143.5
+16	reasons	reason	NOUN	O	0		n.cognition	ewtb.r.165143.5
+17	99	99	PROPN	O	0		n.quantity	ewtb.r.165143.5
+18	was	be	VERB	O	0		v.stative	ewtb.r.165143.5
+19	great	great	ADJ	O	0			ewtb.r.165143.5
+20	just	just	ADV	O	0			ewtb.r.165143.5
+21	served	serve	VERB	O	0		v.stative	ewtb.r.165143.5
+22	as	as	ADP	O	0			ewtb.r.165143.5
+23	an	an	DET	O	0			ewtb.r.165143.5
+24	ironic	ironic	ADJ	O	0			ewtb.r.165143.5
+25	contrast	contrast	NOUN	O	0		n.cognition	ewtb.r.165143.5
+26	against	against	ADP	O	0			ewtb.r.165143.5
+27	the	the	DET	O	0			ewtb.r.165143.5
+28	reality	reality	NOUN	O	0		n.cognition	ewtb.r.165143.5
+29	.	.	PUNCT	O	0			ewtb.r.165143.5
+
+1	I	i	PRON	O	0			ewtb.r.223040.1
+2	love	love	VERB	O	0		v.emotion	ewtb.r.223040.1
+3	this	this	DET	O	0			ewtb.r.223040.1
+4	place	place	NOUN	O	0		n.group	ewtb.r.223040.1
+5	lots	lots	NOUN	O	0			ewtb.r.223040.1
+6	of	of	ADP	O	0			ewtb.r.223040.1
+7	people	person	NOUN	O	0		n.person	ewtb.r.223040.1
+8	to	to	PART	O	0			ewtb.r.223040.1
+9	talk	talk	VERB	O	0		v.communication	ewtb.r.223040.1
+10	to	to	ADP	O	0			ewtb.r.223040.1
+11	and	and	CONJ	O	0			ewtb.r.223040.1
+12	school	school	NOUN	O	0		n.group	ewtb.r.223040.1
+13	is	be	VERB	O	0		v.stative	ewtb.r.223040.1
+14	across	across	ADP	O	0			ewtb.r.223040.1
+15	the	the	DET	O	0			ewtb.r.223040.1
+16	street	street	NOUN	O	0		n.location	ewtb.r.223040.1
+17	!	!	PUNCT	O	0			ewtb.r.223040.1
+
+1	Andrew	andrew	PROPN	O	0		n.person	ewtb.r.280844.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.280844.2
+3	helpful	helpful	ADJ	O	0			ewtb.r.280844.2
+4	and	and	CONJ	O	0			ewtb.r.280844.2
+5	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.280844.2
+6	about	about	ADP	O	0			ewtb.r.280844.2
+7	acupuncture	acupuncture	NOUN	O	0		n.act	ewtb.r.280844.2
+8	re	re	ADP	O	0			ewtb.r.280844.2
+9	:	:	PUNCT	O	0			ewtb.r.280844.2
+10	infertility	infertility	NOUN	O	0		n.state	ewtb.r.280844.2
+11	.	.	PUNCT	O	0			ewtb.r.280844.2
+
+1	There	there	PRON	O	0			ewtb.r.292841.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.292841.5
+3	a	a	DET	O	0			ewtb.r.292841.5
+4	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.292841.5
+5	nearby	nearby	ADV	O	0			ewtb.r.292841.5
+6	(	(	PUNCT	O	0			ewtb.r.292841.5
+7	walking	walking	NOUN	O	0		n.act	ewtb.r.292841.5
+8	distance	distance	NOUN	O	0		n.quantity	ewtb.r.292841.5
+9	)	)	PUNCT	O	0			ewtb.r.292841.5
+10	with	with	ADP	O	0			ewtb.r.292841.5
+11	a	a	DET	O	0			ewtb.r.292841.5
+12	great	great	ADJ	O	0			ewtb.r.292841.5
+13	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.292841.5
+14	,	,	PUNCT	O	0			ewtb.r.292841.5
+15	and	and	CONJ	O	0			ewtb.r.292841.5
+16	a	a	DET	O	0			ewtb.r.292841.5
+17	market	market	NOUN	O	0		n.group	ewtb.r.292841.5
+18	across	across	ADP	O	0			ewtb.r.292841.5
+19	the	the	DET	O	0			ewtb.r.292841.5
+20	street	street	NOUN	O	0		n.location	ewtb.r.292841.5
+21	.	.	PUNCT	O	0			ewtb.r.292841.5
+
+1	The	the	DET	O	0			ewtb.r.299148.4
+2	family	family	NOUN	O	0		n.group	ewtb.r.299148.4
+3	suite	suite	NOUN	O	0		n.artifact	ewtb.r.299148.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.299148.4
+5	basically	basically	ADV	O	0			ewtb.r.299148.4
+6	two	two	NUM	O	0			ewtb.r.299148.4
+7	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.299148.4
+8	with	with	ADP	O	0			ewtb.r.299148.4
+9	a	a	DET	O	0			ewtb.r.299148.4
+10	small	small	ADJ	O	0			ewtb.r.299148.4
+11	opening	opening	NOUN	O	0		n.artifact	ewtb.r.299148.4
+12	between	between	ADP	O	0			ewtb.r.299148.4
+13	them	them	PRON	O	0			ewtb.r.299148.4
+14	which	which	DET	O	0			ewtb.r.299148.4
+15	worked	work	VERB	O	0		v.stative	ewtb.r.299148.4
+16	great	great	ADV	O	0			ewtb.r.299148.4
+17	for	for	ADP	O	0			ewtb.r.299148.4
+18	us	us	PRON	O	0			ewtb.r.299148.4
+19	because	because	SCONJ	O	0			ewtb.r.299148.4
+20	we	we	PRON	O	0			ewtb.r.299148.4
+21	were	be	VERB	O	0		v.stative	ewtb.r.299148.4
+22	two	two	NUM	O	0			ewtb.r.299148.4
+23	families	family	NOUN	O	0		n.group	ewtb.r.299148.4
+24	traveling	travel	VERB	O	0		v.motion	ewtb.r.299148.4
+25	together	together	ADV	O	0			ewtb.r.299148.4
+26	.	.	PUNCT	O	0			ewtb.r.299148.4
+
+1	However	however	ADV	O	0			ewtb.r.333243.9
+2	,	,	PUNCT	O	0			ewtb.r.333243.9
+3	now	now	ADV	O	0			ewtb.r.333243.9
+4	that	that	SCONJ	O	0			ewtb.r.333243.9
+5	I	i	PRON	O	0			ewtb.r.333243.9
+6	have	have	AUX	O	0			ewtb.r.333243.9
+7	come	come	VERB	B	0		v.stative	ewtb.r.333243.9
+8	to	to	PART	I	7			ewtb.r.333243.9
+9	realize	realize	VERB	O	0		v.cognition	ewtb.r.333243.9
+10	that	that	SCONJ	O	0			ewtb.r.333243.9
+11	I	i	PRON	O	0			ewtb.r.333243.9
+12	am	be	AUX	O	0			ewtb.r.333243.9
+13	going	go	VERB	B	0			ewtb.r.333243.9
+14	to	to	PART	I	13			ewtb.r.333243.9
+15	owe	owe	VERB	O	0		v.possession	ewtb.r.333243.9
+16	the	the	DET	O	0			ewtb.r.333243.9
+17	IRS	irs	PROPN	O	0		n.group	ewtb.r.333243.9
+18	$	$	SYM	O	0			ewtb.r.333243.9
+19	6,000	6,000	NUM	O	0			ewtb.r.333243.9
+20	+	+	SYM	O	0			ewtb.r.333243.9
+21	despite	despite	SCONJ	O	0			ewtb.r.333243.9
+22	doing	do	VERB	O	0		v.stative	ewtb.r.333243.9
+23	exactly	exactly	ADV	O	0			ewtb.r.333243.9
+24	what	what	PRON	O	0			ewtb.r.333243.9
+25	Rod	rod	PROPN	O	0		n.person	ewtb.r.333243.9
+26	told	tell	VERB	O	0		v.communication	ewtb.r.333243.9
+27	me	me	PRON	O	0			ewtb.r.333243.9
+28	to	to	PART	O	0			ewtb.r.333243.9
+29	do	do	VERB	O	0		v.stative	ewtb.r.333243.9
+30	,	,	PUNCT	O	0			ewtb.r.333243.9
+31	I	i	PRON	O	0			ewtb.r.333243.9
+32	feel	feel	VERB	O	0		v.cognition	ewtb.r.333243.9
+33	I	i	PRON	O	0			ewtb.r.333243.9
+34	have	have	VERB	B	0			ewtb.r.333243.9
+35	to	to	PART	I	34			ewtb.r.333243.9
+36	voice	voice	VERB	O	0		v.communication	ewtb.r.333243.9
+37	my	my	PRON	O	0			ewtb.r.333243.9
+38	opinion	opinion	NOUN	O	0		n.cognition	ewtb.r.333243.9
+39	.	.	PUNCT	O	0			ewtb.r.333243.9
+
+1	~	~	SYM	O	0			ewtb.r.336049.3
+2	It	it	PRON	O	0			ewtb.r.336049.3
+3	took	take	VERB	O	0		v.stative	ewtb.r.336049.3
+4	over	over	ADV	O	0			ewtb.r.336049.3
+5	40	40	NUM	O	0			ewtb.r.336049.3
+6	mins	min	NOUN	O	0		n.time	ewtb.r.336049.3
+7	to	to	PART	O	0			ewtb.r.336049.3
+8	be	be	AUX	O	0			ewtb.r.336049.3
+9	taken	take	VERB	O	0		v.motion	ewtb.r.336049.3
+10	to	to	ADP	O	0			ewtb.r.336049.3
+11	our	our	PRON	O	0			ewtb.r.336049.3
+12	table	table	NOUN	O	0		n.artifact	ewtb.r.336049.3
+13	,	,	PUNCT	O	0			ewtb.r.336049.3
+14	once	once	ADP	O	0			ewtb.r.336049.3
+15	there	there	ADV	O	0			ewtb.r.336049.3
+16	it	it	PRON	O	0			ewtb.r.336049.3
+17	took	take	VERB	O	0		v.stative	ewtb.r.336049.3
+18	another	another	DET	O	0			ewtb.r.336049.3
+19	20	20	NUM	O	0			ewtb.r.336049.3
+20	mins	min	NOUN	O	0		n.time	ewtb.r.336049.3
+21	to	to	PART	O	0			ewtb.r.336049.3
+22	get	get	VERB	O	0		v.social	ewtb.r.336049.3
+23	our	our	PRON	O	0			ewtb.r.336049.3
+24	orders	order	NOUN	O	0		n.communication	ewtb.r.336049.3
+25	and	and	CONJ	O	0			ewtb.r.336049.3
+26	a	a	DET	O	0			ewtb.r.336049.3
+27	further	further	ADJ	O	0			ewtb.r.336049.3
+28	45	45	NUM	O	0			ewtb.r.336049.3
+29	mins	min	NOUN	O	0		n.time	ewtb.r.336049.3
+30	till	till	SCONJ	O	0			ewtb.r.336049.3
+31	our	our	PRON	O	0			ewtb.r.336049.3
+32	starters	starter	NOUN	O	0		n.food	ewtb.r.336049.3
+33	landed	land	VERB	O	0		v.motion	ewtb.r.336049.3
+34	on	on	ADP	O	0			ewtb.r.336049.3
+35	our	our	PRON	O	0			ewtb.r.336049.3
+36	table	table	NOUN	O	0		n.artifact	ewtb.r.336049.3
+37	.	.	PUNCT	O	0			ewtb.r.336049.3
+
+1	Very	very	ADV	O	0			ewtb.r.336049.4
+2	frustrating	frustrating	ADJ	O	0			ewtb.r.336049.4
+3	for	for	ADP	O	0			ewtb.r.336049.4
+4	a	a	DET	O	0			ewtb.r.336049.4
+5	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.336049.4
+6	that	that	DET	O	0			ewtb.r.336049.4
+7	has	have	VERB	O	0		v.stative	ewtb.r.336049.4
+8	1	1	NUM	O	0			ewtb.r.336049.4
+9	rosette	rosette	NOUN	O	0		n.communication	ewtb.r.336049.4
+10	and	and	CONJ	O	0			ewtb.r.336049.4
+11	is	be	VERB	O	0		v.stative	ewtb.r.336049.4
+12	supposedly	supposedly	ADV	O	0			ewtb.r.336049.4
+13	renowned	renowned	ADJ	O	0			ewtb.r.336049.4
+14	for	for	ADP	O	0			ewtb.r.336049.4
+15	the	the	DET	O	0			ewtb.r.336049.4
+16	service	service	NOUN	O	0		n.act	ewtb.r.336049.4
+17	...	...	PUNCT	O	0			ewtb.r.336049.4
+18	hmm	hmm	INTJ	O	0			ewtb.r.336049.4
+19	There	there	PRON	O	0			ewtb.r.336049.4
+20	was	be	VERB	O	0		v.stative	ewtb.r.336049.4
+21	no	no	DET	O	0			ewtb.r.336049.4
+22	canape's	canape	NOUN	O	0		n.food	ewtb.r.336049.4
+23	or	or	CONJ	O	0			ewtb.r.336049.4
+24	amuse	amuse	NOUN	O	0		n.food	ewtb.r.336049.4
+25	to	to	PART	O	0			ewtb.r.336049.4
+26	keep	keep	VERB	O	0		v.stative	ewtb.r.336049.4
+27	us	us	PRON	O	0			ewtb.r.336049.4
+28	occupied	occupied	ADJ	O	0			ewtb.r.336049.4
+29	,	,	PUNCT	O	0			ewtb.r.336049.4
+30	once	once	SCONJ	O	0			ewtb.r.336049.4
+31	we	we	PRON	O	0			ewtb.r.336049.4
+32	complained	complain	VERB	O	0		v.communication	ewtb.r.336049.4
+33	about	about	ADP	O	0			ewtb.r.336049.4
+34	the	the	DET	O	0			ewtb.r.336049.4
+35	wait	wait	NOUN	O	0		n.act	ewtb.r.336049.4
+36	they	they	PRON	O	0			ewtb.r.336049.4
+37	took	take	VERB	O	0		v.motion	ewtb.r.336049.4
+38	us	us	PRON	O	0			ewtb.r.336049.4
+39	something	something	NOUN	O	0			ewtb.r.336049.4
+40	to	to	PART	O	0			ewtb.r.336049.4
+41	nibble	nibble	VERB	O	0		v.consumption	ewtb.r.336049.4
+42	on	on	ADP	O	0			ewtb.r.336049.4
+43	but	but	CONJ	O	0			ewtb.r.336049.4
+44	that	that	DET	O	0			ewtb.r.336049.4
+45	took	take	VERB	O	0		v.cognition	ewtb.r.336049.4
+46	us	us	PRON	O	0			ewtb.r.336049.4
+47	getting	get	VERB	O	0		v.social	ewtb.r.336049.4
+48	out	out	ADP	O	0			ewtb.r.336049.4
+49	our	our	PRON	O	0			ewtb.r.336049.4
+50	chairs	chair	NOUN	O	0		n.artifact	ewtb.r.336049.4
+51	and	and	CONJ	O	0			ewtb.r.336049.4
+52	wondering	wonder	VERB	O	0		v.motion	ewtb.r.336049.4
+53	round	round	ADV	O	0			ewtb.r.336049.4
+54	to	to	PART	O	0			ewtb.r.336049.4
+55	do	do	VERB	O	0		v.stative	ewtb.r.336049.4
+56	that	that	DET	O	0			ewtb.r.336049.4
+57	and	and	CONJ	O	0			ewtb.r.336049.4
+58	it	it	PRON	O	0			ewtb.r.336049.4
+59	was	be	VERB	O	0		v.stative	ewtb.r.336049.4
+60	impossible	impossible	ADJ	O	0			ewtb.r.336049.4
+61	to	to	PART	O	0			ewtb.r.336049.4
+62	get	get	VERB	O	0		v.social	ewtb.r.336049.4
+63	anyone	anyone	NOUN	O	0			ewtb.r.336049.4
+64	s	s	PART	O	0			ewtb.r.336049.4
+65	attention	attention	NOUN	O	0		n.cognition	ewtb.r.336049.4
+66	.	.	PUNCT	O	0			ewtb.r.336049.4
+
+1	On	on	ADP	B	0			ewtb.r.336049.6
+2	top	top	NOUN	I	1			ewtb.r.336049.6
+3	of	of	ADP	I	2			ewtb.r.336049.6
+4	that	that	DET	O	0			ewtb.r.336049.6
+5	though	though	ADV	O	0			ewtb.r.336049.6
+6	they	they	PRON	O	0			ewtb.r.336049.6
+7	tried	try	VERB	O	0		v.social	ewtb.r.336049.6
+8	to	to	PART	O	0			ewtb.r.336049.6
+9	charge	charge	VERB	O	0		v.possession	ewtb.r.336049.6
+10	us	us	PRON	O	0			ewtb.r.336049.6
+11	service	service	NOUN	O	0		n.act	ewtb.r.336049.6
+12	charge	charge	NOUN	O	0		n.possession	ewtb.r.336049.6
+13	just	just	ADV	O	0			ewtb.r.336049.6
+14	to	to	PART	O	0			ewtb.r.336049.6
+15	rub	rub	VERB	B	0		v.communication	ewtb.r.336049.6
+16	it	it	PRON	I	15			ewtb.r.336049.6
+17	it	it	ADP	I	16			ewtb.r.336049.6
+18	....	....	PUNCT	O	0			ewtb.r.336049.6
+
+1	Right	right	ADV	O	0			ewtb.r.340848.5
+2	near	near	ADP	O	0			ewtb.r.340848.5
+3	Chelan	chelan	PROPN	O	0		n.location	ewtb.r.340848.5
+4	.	.	PUNCT	O	0			ewtb.r.340848.5
+
+1	They	they	PRON	O	0			ewtb.r.348247.7
+2	have	have	AUX	O	0			ewtb.r.348247.7
+3	been	be	VERB	O	0		v.stative	ewtb.r.348247.7
+4	my	my	PRON	O	0			ewtb.r.348247.7
+5	only	only	ADV	O	0			ewtb.r.348247.7
+6	"	"	PUNCT	O	0			ewtb.r.348247.7
+7	go	go	VERB	B	0			ewtb.r.348247.7
+8	-	-	PUNCT	I	7			ewtb.r.348247.7
+9	to	to	ADP	I	8			ewtb.r.348247.7
+10	"	"	PUNCT	O	0			ewtb.r.348247.7
+11	resource	resource	VERB	O	0		v.cognition	ewtb.r.348247.7
+12	since	since	SCONJ	O	0			ewtb.r.348247.7
+13	we	we	PRON	O	0			ewtb.r.348247.7
+14	first	first	ADV	O	0			ewtb.r.348247.7
+15	did	do	VERB	O	0		v.social	ewtb.r.348247.7
+16	business	business	NOUN	O	0		n.act	ewtb.r.348247.7
+17	together	together	ADV	O	0			ewtb.r.348247.7
+18	.	.	PUNCT	O	0			ewtb.r.348247.7
+
+1	Outside	outside	ADV	B	0			ewtb.r.361545.2
+2	of	of	SCONJ	I	1			ewtb.r.361545.2
+3	parking	parking	NOUN	O	0		n.possession	ewtb.r.361545.2
+4	being	be	VERB	O	0		v.stative	ewtb.r.361545.2
+5	at	at	ADP	B	0			ewtb.r.361545.2
+6	a	a	DET	I	5			ewtb.r.361545.2
+7	premium	premium	NOUN	I	6			ewtb.r.361545.2
+8	,	,	PUNCT	O	0			ewtb.r.361545.2
+9	especially	especially	ADV	O	0			ewtb.r.361545.2
+10	on	on	ADP	O	0			ewtb.r.361545.2
+11	discount	discount	NOUN	O	0		n.possession	ewtb.r.361545.2
+12	days	days	NOUN	O	0		n.time	ewtb.r.361545.2
+13	,	,	PUNCT	O	0			ewtb.r.361545.2
+14	The	the	DET	B	0		n.group	ewtb.r.361545.2
+15	Laundry	laundry	PROPN	I	14			ewtb.r.361545.2
+16	Tub	tub	PROPN	I	15			ewtb.r.361545.2
+17	is	be	VERB	O	0		v.stative	ewtb.r.361545.2
+18	not	not	PART	O	0			ewtb.r.361545.2
+19	filthy	filthy	ADJ	O	0			ewtb.r.361545.2
+20	and	and	CONJ	O	0			ewtb.r.361545.2
+21	it	it	PRON	O	0			ewtb.r.361545.2
+22	's	's	VERB	O	0		v.stative	ewtb.r.361545.2
+23	no	no	ADV	O	0			ewtb.r.361545.2
+24	smaller	smaller	ADJ	O	0			ewtb.r.361545.2
+25	than	than	ADP	O	0			ewtb.r.361545.2
+26	any	any	DET	O	0			ewtb.r.361545.2
+27	of	of	ADP	O	0			ewtb.r.361545.2
+28	a	a	DET	O	0			ewtb.r.361545.2
+29	dozen	dozen	NOUN	O	0		n.quantity	ewtb.r.361545.2
+30	laundromats	laundromat	NOUN	O	0		n.group	ewtb.r.361545.2
+31	I	i	PRON	O	0			ewtb.r.361545.2
+32	've	've	AUX	O	0			ewtb.r.361545.2
+33	been	be	VERB	O	0		v.stative	ewtb.r.361545.2
+34	in	in	ADP	O	0			ewtb.r.361545.2
+35	.	.	PUNCT	O	0			ewtb.r.361545.2
+
+1	The	the	DET	O	0			ewtb.r.366946.3
+2	beers	beer	NOUN	O	0		n.food	ewtb.r.366946.3
+3	were	be	VERB	O	0		v.stative	ewtb.r.366946.3
+4	good	good	ADJ	O	0			ewtb.r.366946.3
+5	,	,	PUNCT	O	0			ewtb.r.366946.3
+6	nice	nice	ADJ	O	0			ewtb.r.366946.3
+7	choice	choice	NOUN	O	0		n.cognition	ewtb.r.366946.3
+8	of	of	ADP	O	0			ewtb.r.366946.3
+9	beers	beer	NOUN	O	0		n.food	ewtb.r.366946.3
+10	as	as	ADV	B	0			ewtb.r.366946.3
+11	well	well	ADV	I	10			ewtb.r.366946.3
+12	,	,	PUNCT	O	0			ewtb.r.366946.3
+13	and	and	CONJ	O	0			ewtb.r.366946.3
+14	as	as	ADP	O	0			ewtb.r.366946.3
+15	usual	usual	ADJ	O	0			ewtb.r.366946.3
+16	the	the	DET	O	0			ewtb.r.366946.3
+17	mussels	mussel	NOUN	O	0		n.food	ewtb.r.366946.3
+18	were	be	VERB	O	0		v.stative	ewtb.r.366946.3
+19	great	great	ADJ	O	0			ewtb.r.366946.3
+20	,	,	PUNCT	O	0			ewtb.r.366946.3
+21	the	the	DET	O	0			ewtb.r.366946.3
+22	place	place	NOUN	O	0		n.group	ewtb.r.366946.3
+23	upstairs	upstairs	ADV	O	0			ewtb.r.366946.3
+24	is	be	VERB	O	0		v.stative	ewtb.r.366946.3
+25	a	a	DET	O	0			ewtb.r.366946.3
+26	nice	nice	ADJ	O	0			ewtb.r.366946.3
+27	addition	addition	NOUN	O	0		n.artifact	ewtb.r.366946.3
+28	to	to	ADP	O	0			ewtb.r.366946.3
+29	the	the	DET	O	0			ewtb.r.366946.3
+30	bar	bar	NOUN	O	0		n.group	ewtb.r.366946.3
+31	downstairs	downstairs	ADV	O	0			ewtb.r.366946.3
+32	.	.	PUNCT	O	0			ewtb.r.366946.3
+
+1	Filled	fill	VERB	B	0		v.consumption	ewtb.r.366946.4
+2	up	up	ADP	I	1			ewtb.r.366946.4
+3	on	on	ADP	O	0			ewtb.r.366946.4
+4	too	too	ADV	O	0			ewtb.r.366946.4
+5	much	much	ADJ	O	0			ewtb.r.366946.4
+6	beer	beer	NOUN	O	0		n.food	ewtb.r.366946.4
+7	and	and	CONJ	O	0			ewtb.r.366946.4
+8	hence	hence	ADV	O	0			ewtb.r.366946.4
+9	can	can	AUX	O	0			ewtb.r.366946.4
+10	not	not	PART	O	0			ewtb.r.366946.4
+11	comment	comment	VERB	O	0		v.communication	ewtb.r.366946.4
+12	on	on	ADP	O	0			ewtb.r.366946.4
+13	the	the	DET	O	0			ewtb.r.366946.4
+14	food	food	NOUN	O	0		n.food	ewtb.r.366946.4
+15	.	.	PUNCT	O	0			ewtb.r.366946.4
+
+1	Worst	worst	ADJ	O	0			ewtb.r.396046.1
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.396046.1
+3	ever	ever	ADV	O	0			ewtb.r.396046.1
+4	like	like	ADP	O	0			ewtb.r.396046.1
+5	a	a	DET	O	0			ewtb.r.396046.1
+6	sardine	sardine	NOUN	B	0		n.cognition	ewtb.r.396046.1
+7	can	can	NOUN	I	6			ewtb.r.396046.1
+8	and	and	CONJ	O	0			ewtb.r.396046.1
+9	the	the	DET	O	0			ewtb.r.396046.1
+10	bartender	bartender	NOUN	O	0		n.person	ewtb.r.396046.1
+11	downstairs	downstairs	ADV	O	0			ewtb.r.396046.1
+12	is	be	VERB	O	0		v.stative	ewtb.r.396046.1
+13	the	the	DET	O	0			ewtb.r.396046.1
+14	rudest	rude	ADJ	O	0			ewtb.r.396046.1
+15	person	person	NOUN	O	0		n.person	ewtb.r.396046.1
+16	I	i	PRON	O	0			ewtb.r.396046.1
+17	have	have	AUX	O	0			ewtb.r.396046.1
+18	ever	ever	ADV	O	0			ewtb.r.396046.1
+19	met	meet	VERB	O	0		v.social	ewtb.r.396046.1
+20	.	.	PUNCT	O	0			ewtb.r.396046.1
+
+1	He	he	PRON	O	0			ewtb.r.398243.11
+2	is	be	VERB	O	0		v.stative	ewtb.r.398243.11
+3	my	my	PRON	O	0			ewtb.r.398243.11
+4	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.398243.11
+5	going	go	VERB	B	0		v.stative	ewtb.r.398243.11
+6	forward	forward	ADV	I	5			ewtb.r.398243.11
+7	!	!	PUNCT	O	0			ewtb.r.398243.11
+
+1	It	it	PRON	O	0			ewtb.r.399348.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.399348.7
+3	next	next	ADV	B	0			ewtb.r.399348.7
+4	to	to	ADP	I	3			ewtb.r.399348.7
+5	Gare	gare	PROPN	B	0		n.location	ewtb.r.399348.7
+6	du	du	PROPN	I	5			ewtb.r.399348.7
+7	Nord	nord	PROPN	I	6			ewtb.r.399348.7
+8	and	and	CONJ	O	0			ewtb.r.399348.7
+9	a	a	DET	O	0			ewtb.r.399348.7
+10	five	five	NUM	O	0			ewtb.r.399348.7
+11	minute	minute	NOUN	O	0		n.time	ewtb.r.399348.7
+12	walk	walk	NOUN	O	0		n.act	ewtb.r.399348.7
+13	to	to	ADP	O	0			ewtb.r.399348.7
+14	Sacre	sacre	PROPN	B	0		n.location	ewtb.r.399348.7
+15	Coeur	coeur	PROPN	I	14			ewtb.r.399348.7
+16	which	which	DET	O	0			ewtb.r.399348.7
+17	is	be	VERB	O	0		v.stative	ewtb.r.399348.7
+18	excellent	excellent	ADJ	O	0			ewtb.r.399348.7
+19	for	for	ADP	O	0			ewtb.r.399348.7
+20	shopping	shopping	NOUN	O	0		n.act	ewtb.r.399348.7
+21	.	.	PUNCT	O	0			ewtb.r.399348.7
+
+1	It	it	PRON	O	0			ewtb.r.181748.4
+2	ALL	all	DET	O	0			ewtb.r.181748.4
+3	had	have	VERB	B	0		v.stative	ewtb.r.181748.4
+4	to	to	PART	I	3			ewtb.r.181748.4
+5	do	do	VERB	I	4			ewtb.r.181748.4
+6	with	with	ADP	I	5			ewtb.r.181748.4
+7	the	the	DET	O	0			ewtb.r.181748.4
+8	sales	sales	NOUN	B	0		n.person	ewtb.r.181748.4
+9	guy	guy	NOUN	I	8			ewtb.r.181748.4
+10	which	which	DET	O	0			ewtb.r.181748.4
+11	was	be	VERB	O	0		v.stative	ewtb.r.181748.4
+12	a	a	DET	O	0			ewtb.r.181748.4
+13	young	young	ADJ	O	0			ewtb.r.181748.4
+14	22	22	NUM	O	0			ewtb.r.181748.4
+15	year	year	NOUN	B	0		n.person	ewtb.r.181748.4
+16	old	old	ADJ	I	15			ewtb.r.181748.4
+17	who	who	PRON	O	0			ewtb.r.181748.4
+18	had	have	AUX	O	0			ewtb.r.181748.4
+19	admittedly	admittedly	ADV	O	0			ewtb.r.181748.4
+20	only	only	ADV	O	0			ewtb.r.181748.4
+21	been	be	AUX	O	0			ewtb.r.181748.4
+22	working	work	VERB	O	0		v.social	ewtb.r.181748.4
+23	for	for	ADP	O	0			ewtb.r.181748.4
+24	2	2	NUM	O	0			ewtb.r.181748.4
+25	weeks	week	NOUN	O	0		n.time	ewtb.r.181748.4
+26	.	.	PUNCT	O	0			ewtb.r.181748.4
+
+1	I	i	PRON	O	0			ewtb.r.181748.7
+2	do	do	AUX	O	0			ewtb.r.181748.7
+3	n't	n't	PART	O	0			ewtb.r.181748.7
+4	know	know	VERB	O	0		v.cognition	ewtb.r.181748.7
+5	if	if	SCONJ	O	0			ewtb.r.181748.7
+6	the	the	DET	O	0			ewtb.r.181748.7
+7	kid	kid	NOUN	O	0		n.person	ewtb.r.181748.7
+8	had	have	VERB	O	0		v.stative	ewtb.r.181748.7
+9	a	a	DET	O	0			ewtb.r.181748.7
+10	bad	bad	ADJ	O	0			ewtb.r.181748.7
+11	day	day	NOUN	O	0		n.event	ewtb.r.181748.7
+12	or	or	CONJ	O	0			ewtb.r.181748.7
+13	what	what	PRON	O	0			ewtb.r.181748.7
+14	,	,	PUNCT	O	0			ewtb.r.181748.7
+15	but	but	CONJ	O	0			ewtb.r.181748.7
+16	I	i	PRON	O	0			ewtb.r.181748.7
+17	had	have	VERB	B	0			ewtb.r.181748.7
+18	to	to	PART	I	17			ewtb.r.181748.7
+19	sit	sit	VERB	O	0		v.stative	ewtb.r.181748.7
+20	and	and	CONJ	O	0			ewtb.r.181748.7
+21	apologize	apologize	VERB	O	0		v.communication	ewtb.r.181748.7
+22	about	about	ADP	O	0			ewtb.r.181748.7
+23	nothing	nothing	NOUN	O	0			ewtb.r.181748.7
+24	for	for	ADP	O	0			ewtb.r.181748.7
+25	10	10	NUM	O	0			ewtb.r.181748.7
+26	minutes	minutes	NOUN	O	0		n.time	ewtb.r.181748.7
+27	until	until	SCONJ	O	0			ewtb.r.181748.7
+28	he	he	PRON	O	0			ewtb.r.181748.7
+29	dropped	drop	VERB	B	0		v.communication	ewtb.r.181748.7
+30	the	the	DET	I	29			ewtb.r.181748.7
+31	issue	issue	NOUN	I	30			ewtb.r.181748.7
+32	.	.	PUNCT	O	0			ewtb.r.181748.7
+
+1	I	i	PRON	O	0			ewtb.r.280844.6
+2	worked	work	VERB	O	0		v.social	ewtb.r.280844.6
+3	with	with	ADP	O	0			ewtb.r.280844.6
+4	Andrew	andrew	PROPN	O	0		n.person	ewtb.r.280844.6
+5	for	for	ADP	O	0			ewtb.r.280844.6
+6	2	2	NUM	O	0			ewtb.r.280844.6
+7	months	month	NOUN	O	0		n.time	ewtb.r.280844.6
+8	and	and	CONJ	O	0			ewtb.r.280844.6
+9	did	do	VERB	O	0		v.stative	ewtb.r.280844.6
+10	acupuncture	acupuncture	NOUN	O	0		n.act	ewtb.r.280844.6
+11	and	and	CONJ	O	0			ewtb.r.280844.6
+12	herbs	herb	NOUN	O	0		n.plant	ewtb.r.280844.6
+13	.	.	PUNCT	O	0			ewtb.r.280844.6
+
+1	A	a	DET	O	0			ewtb.r.292841.3
+2	large	large	ADJ	O	0			ewtb.r.292841.3
+3	group	group	NOUN	O	0		n.group	ewtb.r.292841.3
+4	of	of	ADP	O	0			ewtb.r.292841.3
+5	my	my	PRON	O	0			ewtb.r.292841.3
+6	friends	friend	NOUN	O	0		n.person	ewtb.r.292841.3
+7	and	and	CONJ	O	0			ewtb.r.292841.3
+8	I	i	PRON	O	0			ewtb.r.292841.3
+9	rent	rent	VERB	O	0		v.possession	ewtb.r.292841.3
+10	almost	almost	ADV	O	0			ewtb.r.292841.3
+11	the	the	DET	O	0			ewtb.r.292841.3
+12	whole	whole	ADJ	O	0			ewtb.r.292841.3
+13	motel	motel	NOUN	O	0		n.group	ewtb.r.292841.3
+14	every	every	DET	O	0			ewtb.r.292841.3
+15	year	year	NOUN	O	0		n.time	ewtb.r.292841.3
+16	for	for	ADP	O	0			ewtb.r.292841.3
+17	a	a	DET	O	0			ewtb.r.292841.3
+18	weekend	weekend	NOUN	O	0		n.time	ewtb.r.292841.3
+19	,	,	PUNCT	O	0			ewtb.r.292841.3
+20	and	and	CONJ	O	0			ewtb.r.292841.3
+21	the	the	DET	O	0			ewtb.r.292841.3
+22	experience	experience	NOUN	O	0		n.event	ewtb.r.292841.3
+23	and	and	CONJ	O	0			ewtb.r.292841.3
+24	stay	stay	NOUN	O	0		n.event	ewtb.r.292841.3
+25	have	have	AUX	O	0			ewtb.r.292841.3
+26	always	always	ADV	O	0			ewtb.r.292841.3
+27	been	be	VERB	O	0		v.stative	ewtb.r.292841.3
+28	five	five	NUM	B	0		n.communication	ewtb.r.292841.3
+29	-	-	PUNCT	I	28			ewtb.r.292841.3
+30	star	star	NOUN	I	29			ewtb.r.292841.3
+31	.	.	PUNCT	O	0			ewtb.r.292841.3
+
+1	I	i	PRON	O	0			ewtb.r.326649.2
+2	personally	personally	ADV	O	0			ewtb.r.326649.2
+3	trust	trust	VERB	B	0		v.emotion	ewtb.r.326649.2
+4	this	this	DET	o	0			ewtb.r.326649.2
+5	Midas	midas	PROPN	o	0		n.group	ewtb.r.326649.2
+6	store	store	NOUN	o	0		n.group	ewtb.r.326649.2
+7	with	with	ADP	I	3			ewtb.r.326649.2
+8	all	all	DET	O	0			ewtb.r.326649.2
+9	my	my	PRON	O	0			ewtb.r.326649.2
+10	vehicles	vehicle	NOUN	O	0		n.artifact	ewtb.r.326649.2
+11	,	,	PUNCT	O	0			ewtb.r.326649.2
+12	I	i	PRON	O	0			ewtb.r.326649.2
+13	have	have	AUX	O	0			ewtb.r.326649.2
+14	been	be	AUX	O	0			ewtb.r.326649.2
+15	going	go	VERB	O	0		v.motion	ewtb.r.326649.2
+16	there	there	ADV	O	0			ewtb.r.326649.2
+17	for	for	ADP	O	0			ewtb.r.326649.2
+18	years	years	NOUN	O	0		n.time	ewtb.r.326649.2
+19	&	&	CONJ	O	0			ewtb.r.326649.2
+20	would	would	AUX	O	0			ewtb.r.326649.2
+21	never	never	ADV	O	0			ewtb.r.326649.2
+22	go	go	VERB	O	0		v.motion	ewtb.r.326649.2
+23	anywhere	anywhere	ADV	O	0			ewtb.r.326649.2
+24	else	else	ADV	O	0			ewtb.r.326649.2
+25	!	!	PUNCT	O	0			ewtb.r.326649.2
+
+1	I	i	PRON	O	0			ewtb.r.217542.2
+2	FUCKING	fucking	ADV	O	0			ewtb.r.217542.2
+3	HATE	hate	VERB	O	0		v.emotion	ewtb.r.217542.2
+4	THIS	this	DET	O	0			ewtb.r.217542.2
+5	PLACE	place	NOUN	O	0		n.group	ewtb.r.217542.2
+6	EVERY	every	DET	O	0			ewtb.r.217542.2
+7	TIME	time	NOUN	O	0		n.event	ewtb.r.217542.2
+8	i	i	PRON	O	0			ewtb.r.217542.2
+9	GO	go	VERB	O	0		v.motion	ewtb.r.217542.2
+10	THIS	this	DET	O	0			ewtb.r.217542.2
+11	HOT	hot	ADJ	O	0			ewtb.r.217542.2
+12	CHICK	chick	NOUN	O	0		n.person	ewtb.r.217542.2
+13	SHOWS	show	VERB	B	0		v.social	ewtb.r.217542.2
+14	UP	up	ADP	I	13			ewtb.r.217542.2
+15	AND	and	CONJ	O	0			ewtb.r.217542.2
+16	i	i	PRON	O	0			ewtb.r.217542.2
+17	MEAN	mean	VERB	O	0		v.cognition	ewtb.r.217542.2
+18	REALLY	really	ADV	O	0			ewtb.r.217542.2
+19	HOT	hot	ADJ	O	0			ewtb.r.217542.2
+20	BUT	but	CONJ	O	0			ewtb.r.217542.2
+21	SHE	she	PRON	O	0			ewtb.r.217542.2
+22	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+23	LIKE	like	INTJ	O	0			ewtb.r.217542.2
+24	REAAAALLY	reaaaally	ADV	O	0			ewtb.r.217542.2
+25	DUMB	dumb	ADJ	O	0			ewtb.r.217542.2
+26	AND	and	CONJ	O	0			ewtb.r.217542.2
+27	THEN	then	ADV	O	0			ewtb.r.217542.2
+28	THEIR	their	PRON	O	0			ewtb.r.217542.2
+29	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+30	THIS	this	DET	O	0			ewtb.r.217542.2
+31	OTHER	other	ADJ	O	0			ewtb.r.217542.2
+32	CHICK	chick	NOUN	O	0		n.person	ewtb.r.217542.2
+33	THAT	that	DET	O	0			ewtb.r.217542.2
+34	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+35	REALY	realy	ADV	O	0			ewtb.r.217542.2
+36	UGLY	ugly	ADJ	O	0			ewtb.r.217542.2
+37	BUT	but	CONJ	O	0			ewtb.r.217542.2
+38	SHE	she	PRON	O	0			ewtb.r.217542.2
+39	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+40	LIKE	like	INTJ	O	0			ewtb.r.217542.2
+41	SUPER	super	ADV	O	0			ewtb.r.217542.2
+42	SMART	smart	ADJ	O	0			ewtb.r.217542.2
+43	SHE	she	PRON	O	0			ewtb.r.217542.2
+44	COULD	could	AUX	O	0			ewtb.r.217542.2
+45	BE	be	VERB	O	0		v.stative	ewtb.r.217542.2
+46	A	a	DET	O	0			ewtb.r.217542.2
+47	SCIENTIST	scientist	NOUN	O	0		n.person	ewtb.r.217542.2
+48	,	,	PUNCT	O	0			ewtb.r.217542.2
+49	BUT	but	CONJ	O	0			ewtb.r.217542.2
+50	THEN	then	ADV	O	0			ewtb.r.217542.2
+51	THEIR	their	PRON	O	0			ewtb.r.217542.2
+52	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+53	THIS	this	DET	O	0			ewtb.r.217542.2
+54	STONER	stoner	NOUN	O	0		n.person	ewtb.r.217542.2
+55	WHO	who	PRON	O	0			ewtb.r.217542.2
+56	ALWAYS	always	ADV	O	0			ewtb.r.217542.2
+57	COMES	come	VERB	O	0		v.motion	ewtb.r.217542.2
+58	HERE	here	ADV	O	0			ewtb.r.217542.2
+59	HIGH	high	ADJ	O	0			ewtb.r.217542.2
+60	AND	and	CONJ	O	0			ewtb.r.217542.2
+61	HE	he	PRON	O	0			ewtb.r.217542.2
+62	ALWAYS	always	ADV	O	0			ewtb.r.217542.2
+63	BRINGS	bring	VERB	O	0		v.motion	ewtb.r.217542.2
+64	HIS	his	PRON	O	0			ewtb.r.217542.2
+65	FUCKING	fucking	ADJ	O	0			ewtb.r.217542.2
+66	DOG	dog	NOUN	O	0		n.animal	ewtb.r.217542.2
+67	WHO	who	PRON	O	0			ewtb.r.217542.2
+68	IS	be	VERB	O	0		v.stative	ewtb.r.217542.2
+69	SO	so	ADV	O	0			ewtb.r.217542.2
+70	HIGH	high	ADJ	O	0			ewtb.r.217542.2
+71	FROM	from	ADP	O	0			ewtb.r.217542.2
+72	THE	the	DET	O	0			ewtb.r.217542.2
+73	SECOND	second	ADJ	B	0		n.substance	ewtb.r.217542.2
+74	HAND	hand	NOUN	I	73			ewtb.r.217542.2
+75	SMOKE	smoke	NOUN	I	74			ewtb.r.217542.2
+76	I	i	PRON	O	0			ewtb.r.217542.2
+77	THINK	think	VERB	O	0		v.cognition	ewtb.r.217542.2
+78	HE	he	PRON	O	0			ewtb.r.217542.2
+79	IS	be	AUX	O	0			ewtb.r.217542.2
+80	TRYING	try	VERB	O	0		v.social	ewtb.r.217542.2
+81	TO	to	PART	O	0			ewtb.r.217542.2
+82	TALK	talk	VERB	O	0		v.communication	ewtb.r.217542.2
+83	.	.	PUNCT	O	0			ewtb.r.217542.2
+
+1	With	with	ADP	O	0			ewtb.r.260640.5
+2	all	all	DET	O	0			ewtb.r.260640.5
+3	the	the	DET	O	0			ewtb.r.260640.5
+4	child	child	NOUN	B	0		n.person	ewtb.r.260640.5
+5	predators	predator	NOUN	I	4			ewtb.r.260640.5
+6	out	out	ADV	B	0			ewtb.r.260640.5
+7	there	there	ADV	I	6			ewtb.r.260640.5
+8	,	,	PUNCT	O	0			ewtb.r.260640.5
+9	a	a	DET	O	0			ewtb.r.260640.5
+10	busy	busy	ADJ	O	0			ewtb.r.260640.5
+11	road	road	NOUN	O	0		n.location	ewtb.r.260640.5
+12	,	,	PUNCT	O	0			ewtb.r.260640.5
+13	cars	car	NOUN	O	0		n.artifact	ewtb.r.260640.5
+14	speeding	speed	VERB	O	0		v.motion	ewtb.r.260640.5
+15	by	by	ADV	O	0			ewtb.r.260640.5
+16	......	......	PUNCT	O	0			ewtb.r.260640.5
+17	and	and	CONJ	O	0			ewtb.r.260640.5
+18	you	you	PRON	O	0			ewtb.r.260640.5
+19	are	be	AUX	O	0			ewtb.r.260640.5
+20	going	go	VERB	B	0			ewtb.r.260640.5
+21	to	to	PART	I	20			ewtb.r.260640.5
+22	let	let	VERB	O	0		v.social	ewtb.r.260640.5
+23	some	some	DET	O	0			ewtb.r.260640.5
+24	4	4	NUM	O	0			ewtb.r.260640.5
+25	/	/	PUNCT	O	0			ewtb.r.260640.5
+26	5	5	NUM	O	0			ewtb.r.260640.5
+27	year	year	NOUN	B	0		n.person	ewtb.r.260640.5
+28	olds	old	NOUN	I	27			ewtb.r.260640.5
+29	wonder	wonder	VERB	O	0		v.motion	ewtb.r.260640.5
+30	around	around	ADV	O	0			ewtb.r.260640.5
+31	cause	cause	SCONJ	O	0			ewtb.r.260640.5
+32	you	you	PRON	O	0			ewtb.r.260640.5
+33	're	're	VERB	O	0		v.stative	ewtb.r.260640.5
+34	money	money	NOUN	B	0			ewtb.r.260640.5
+35	hungry	hungry	ADJ	I	34			ewtb.r.260640.5
+36	?	?	PUNCT	O	0			ewtb.r.260640.5
+
+1	I	i	PRON	O	0			ewtb.r.262441.1
+2	phoned	phone	VERB	O	0		v.communication	ewtb.r.262441.1
+3	this	this	DET	O	0			ewtb.r.262441.1
+4	company	company	NOUN	O	0		n.group	ewtb.r.262441.1
+5	for	for	ADP	O	0			ewtb.r.262441.1
+6	advice	advice	NOUN	O	0		n.cognition	ewtb.r.262441.1
+7	on	on	ADP	O	0			ewtb.r.262441.1
+8	our	our	PRON	O	0			ewtb.r.262441.1
+9	office	office	NOUN	O	0		n.artifact	ewtb.r.262441.1
+10	refurb	refurb	NOUN	O	0		n.act	ewtb.r.262441.1
+11	and	and	CONJ	O	0			ewtb.r.262441.1
+12	although	although	SCONJ	O	0			ewtb.r.262441.1
+13	we	we	PRON	O	0			ewtb.r.262441.1
+14	did	do	AUX	O	0			ewtb.r.262441.1
+15	not	not	PART	O	0			ewtb.r.262441.1
+16	use	use	VERB	O	0		v.social	ewtb.r.262441.1
+17	them	them	PRON	O	0			ewtb.r.262441.1
+18	in	in	ADP	B	0			ewtb.r.262441.1
+19	the	the	DET	I	18			ewtb.r.262441.1
+20	end	end	NOUN	I	19			ewtb.r.262441.1
+21	(	(	PUNCT	O	0			ewtb.r.262441.1
+22	as	as	SCONJ	O	0			ewtb.r.262441.1
+23	our	our	PRON	O	0			ewtb.r.262441.1
+24	building	building	NOUN	O	0		n.artifact	ewtb.r.262441.1
+25	contractor	contractor	NOUN	O	0		n.person	ewtb.r.262441.1
+26	carried	carry	VERB	B	0		v.social	ewtb.r.262441.1
+27	out	out	ADP	I	26			ewtb.r.262441.1
+28	the	the	DET	O	0			ewtb.r.262441.1
+29	electrical	electrical	ADJ	O	0			ewtb.r.262441.1
+30	work	work	NOUN	O	0		n.act	ewtb.r.262441.1
+31	)	)	PUNCT	O	0			ewtb.r.262441.1
+32	,	,	PUNCT	O	0			ewtb.r.262441.1
+33	they	they	PRON	O	0			ewtb.r.262441.1
+34	provided	provide	VERB	O	0		v.social	ewtb.r.262441.1
+35	me	me	PRON	O	0			ewtb.r.262441.1
+36	with	with	ADP	O	0			ewtb.r.262441.1
+37	plenty	plenty	NOUN	O	0		n.quantity	ewtb.r.262441.1
+38	of	of	ADP	O	0			ewtb.r.262441.1
+39	useful	useful	ADJ	O	0			ewtb.r.262441.1
+40	information	information	NOUN	O	0		n.cognition	ewtb.r.262441.1
+41	over	over	ADP	O	0			ewtb.r.262441.1
+42	an	an	DET	O	0			ewtb.r.262441.1
+43	hour	hour	NOUN	O	0		n.time	ewtb.r.262441.1
+44	phone	phone	NOUN	B	0		n.communication	ewtb.r.262441.1
+45	call	call	NOUN	I	44			ewtb.r.262441.1
+46	and	and	CONJ	O	0			ewtb.r.262441.1
+47	subsequently	subsequently	ADV	O	0			ewtb.r.262441.1
+48	we	we	PRON	O	0			ewtb.r.262441.1
+49	are	be	AUX	O	0			ewtb.r.262441.1
+50	now	now	ADV	O	0			ewtb.r.262441.1
+51	using	use	VERB	O	0		v.social	ewtb.r.262441.1
+52	PJC	pjc	PROPN	O	0		n.group	ewtb.r.262441.1
+53	as	as	ADP	O	0			ewtb.r.262441.1
+54	our	our	PRON	O	0			ewtb.r.262441.1
+55	electrical	electrical	ADJ	O	0			ewtb.r.262441.1
+56	maintenance	maintenance	NOUN	O	0		n.act	ewtb.r.262441.1
+57	contractor	contractor	NOUN	O	0		n.person	ewtb.r.262441.1
+58	.	.	PUNCT	O	0			ewtb.r.262441.1
+
+1	They	they	PRON	O	0			ewtb.r.160442.3
+2	did	do	VERB	B	0		v.body	ewtb.r.160442.3
+3	a	a	DET	I	2			ewtb.r.160442.3
+4	very	very	ADV	o	0			ewtb.r.160442.3
+5	bad	bad	ADJ	o	0			ewtb.r.160442.3
+6	job	job	NOUN	I	3			ewtb.r.160442.3
+7	with	with	ADP	O	0			ewtb.r.160442.3
+8	my	my	PRON	O	0			ewtb.r.160442.3
+9	hair	hair	NOUN	O	0		n.body	ewtb.r.160442.3
+10	and	and	CONJ	O	0			ewtb.r.160442.3
+11	were	be	VERB	O	0		v.stative	ewtb.r.160442.3
+12	extremely	extremely	ADV	O	0			ewtb.r.160442.3
+13	rude	rude	ADJ	O	0			ewtb.r.160442.3
+14	when	when	ADV	O	0			ewtb.r.160442.3
+15	I	i	PRON	O	0			ewtb.r.160442.3
+16	went	go	VERB	O	0		v.motion	ewtb.r.160442.3
+17	back	back	ADV	O	0			ewtb.r.160442.3
+18	to	to	PART	O	0			ewtb.r.160442.3
+19	ask	ask	VERB	O	0		v.communication	ewtb.r.160442.3
+20	them	them	PRON	O	0			ewtb.r.160442.3
+21	why	why	ADV	O	0			ewtb.r.160442.3
+22	it	it	PRON	O	0			ewtb.r.160442.3
+23	did	do	AUX	O	0			ewtb.r.160442.3
+24	n't	n't	PART	O	0			ewtb.r.160442.3
+25	work	work	VERB	O	0		v.stative	ewtb.r.160442.3
+26	for	for	ADP	O	0			ewtb.r.160442.3
+27	my	my	PRON	O	0			ewtb.r.160442.3
+28	hair	hair	NOUN	O	0		n.body	ewtb.r.160442.3
+29	.	.	PUNCT	O	0			ewtb.r.160442.3
+
+1	I	i	PRON	O	0			ewtb.r.181748.2
+2	think	think	VERB	O	0		v.cognition	ewtb.r.181748.2
+3	this	this	DET	O	0			ewtb.r.181748.2
+4	place	place	NOUN	O	0		n.group	ewtb.r.181748.2
+5	is	be	VERB	O	0		v.stative	ewtb.r.181748.2
+6	probably	probably	ADV	O	0			ewtb.r.181748.2
+7	really	really	ADV	O	0			ewtb.r.181748.2
+8	great	great	ADJ	O	0			ewtb.r.181748.2
+9	especially	especially	ADV	O	0			ewtb.r.181748.2
+10	judging	judge	VERB	O	0		v.cognition	ewtb.r.181748.2
+11	by	by	ADP	O	0			ewtb.r.181748.2
+12	the	the	DET	O	0			ewtb.r.181748.2
+13	reviews	review	NOUN	O	0		n.communication	ewtb.r.181748.2
+14	on	on	ADP	O	0			ewtb.r.181748.2
+15	here	here	ADV	O	0			ewtb.r.181748.2
+16	.	.	PUNCT	O	0			ewtb.r.181748.2
+
+1	remember	remember	VERB	O	0		v.cognition	ewtb.r.199045.2
+2	to	to	PART	O	0			ewtb.r.199045.2
+3	ask	ask	VERB	O	0		v.communication	ewtb.r.199045.2
+4	for	for	ADP	O	0			ewtb.r.199045.2
+5	extra	extra	ADJ	O	0			ewtb.r.199045.2
+6	vege	vege	NOUN	O	0		n.food	ewtb.r.199045.2
+
+1	The	the	DET	O	0			ewtb.r.280340.6
+2	portions	portion	NOUN	O	0		n.food	ewtb.r.280340.6
+3	were	be	VERB	O	0		v.stative	ewtb.r.280340.6
+4	generous	generous	ADJ	O	0			ewtb.r.280340.6
+5	and	and	CONJ	O	0			ewtb.r.280340.6
+6	we	we	PRON	O	0			ewtb.r.280340.6
+7	got	get	VERB	O	0		v.stative	ewtb.r.280340.6
+8	out	out	ADV	O	0			ewtb.r.280340.6
+9	for	for	ADP	O	0			ewtb.r.280340.6
+10	less	less	ADJ	O	0			ewtb.r.280340.6
+11	than	than	ADP	O	0			ewtb.r.280340.6
+12	the	the	DET	O	0			ewtb.r.280340.6
+13	cost	cost	NOUN	O	0		n.possession	ewtb.r.280340.6
+14	of	of	ADP	O	0			ewtb.r.280340.6
+15	one	one	NUM	O	0			ewtb.r.280340.6
+16	entree	entree	NOUN	O	0		n.food	ewtb.r.280340.6
+17	at	at	ADP	O	0			ewtb.r.280340.6
+18	some	some	DET	O	0			ewtb.r.280340.6
+19	chain	chain	NOUN	O	0		n.group	ewtb.r.280340.6
+20	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.280340.6
+21	.	.	PUNCT	O	0			ewtb.r.280340.6
+
+1	If	if	SCONJ	O	0			ewtb.r.299148.5
+2	you	you	PRON	O	0			ewtb.r.299148.5
+3	are	be	VERB	O	0		v.stative	ewtb.r.299148.5
+4	in	in	ADP	B	0			ewtb.r.299148.5
+5	town	town	NOUN	I	4			ewtb.r.299148.5
+6	and	and	CONJ	O	0			ewtb.r.299148.5
+7	need	need	VERB	O	0		v.cognition	ewtb.r.299148.5
+8	that	that	DET	O	0			ewtb.r.299148.5
+9	kind	kind	NOUN	O	0		n.cognition	ewtb.r.299148.5
+10	of	of	ADP	O	0			ewtb.r.299148.5
+11	space	space	NOUN	O	0		n.cognition	ewtb.r.299148.5
+12	I	i	PRON	O	0			ewtb.r.299148.5
+13	say	say	VERB	O	0		v.communication	ewtb.r.299148.5
+14	stay	stay	VERB	O	0		v.social	ewtb.r.299148.5
+15	here	here	ADV	O	0			ewtb.r.299148.5
+16	but	but	CONJ	O	0			ewtb.r.299148.5
+17	if	if	SCONJ	O	0			ewtb.r.299148.5
+18	you	you	PRON	O	0			ewtb.r.299148.5
+19	are	be	AUX	O	0			ewtb.r.299148.5
+20	looking	look	VERB	O	0		v.cognition	ewtb.r.299148.5
+21	for	for	ADP	O	0			ewtb.r.299148.5
+22	a	a	DET	O	0			ewtb.r.299148.5
+23	little	little	ADJ	O	0			ewtb.r.299148.5
+24	more	more	ADV	O	0			ewtb.r.299148.5
+25	upscale	upscale	ADJ	O	0			ewtb.r.299148.5
+26	affair	affair	NOUN	O	0		n.food	ewtb.r.299148.5
+27	do	do	AUX	O	0			ewtb.r.299148.5
+28	n't	n't	PART	O	0			ewtb.r.299148.5
+29	let	let	VERB	O	0		v.social	ewtb.r.299148.5
+30	the	the	DET	O	0			ewtb.r.299148.5
+31	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.299148.5
+32	fool	fool	VERB	O	0		v.cognition	ewtb.r.299148.5
+33	you	you	PRON	O	0			ewtb.r.299148.5
+34	and	and	CONJ	O	0			ewtb.r.299148.5
+35	book	book	VERB	O	0		v.communication	ewtb.r.299148.5
+36	somewhere	somewhere	ADV	O	0			ewtb.r.299148.5
+37	else	else	ADV	O	0			ewtb.r.299148.5
+38	.	.	PUNCT	O	0			ewtb.r.299148.5
+
+1	I	i	PRON	O	0			ewtb.r.333243.5
+2	expected	expect	VERB	O	0		v.cognition	ewtb.r.333243.5
+3	to	to	PART	O	0			ewtb.r.333243.5
+4	pay	pay	VERB	O	0		v.possession	ewtb.r.333243.5
+5	for	for	ADP	O	0			ewtb.r.333243.5
+6	this	this	DET	O	0			ewtb.r.333243.5
+7	service	service	NOUN	O	0		n.act	ewtb.r.333243.5
+8	,	,	PUNCT	O	0			ewtb.r.333243.5
+9	but	but	CONJ	O	0			ewtb.r.333243.5
+10	imagine	imagine	VERB	O	0		v.cognition	ewtb.r.333243.5
+11	my	my	PRON	O	0			ewtb.r.333243.5
+12	surprise	surprise	NOUN	O	0		n.feeling	ewtb.r.333243.5
+13	when	when	ADV	O	0			ewtb.r.333243.5
+14	I	i	PRON	O	0			ewtb.r.333243.5
+15	received	receive	VERB	O	0		v.possession	ewtb.r.333243.5
+16	a	a	DET	O	0			ewtb.r.333243.5
+17	bill	bill	NOUN	O	0		n.possession	ewtb.r.333243.5
+18	for	for	ADP	O	0			ewtb.r.333243.5
+19	MORE	more	ADJ	B	0			ewtb.r.333243.5
+20	than	than	SCONJ	I	19			ewtb.r.333243.5
+21	what	what	PRON	O	0			ewtb.r.333243.5
+22	I	i	PRON	O	0			ewtb.r.333243.5
+23	paid	pay	VERB	O	0		v.possession	ewtb.r.333243.5
+24	to	to	PART	O	0			ewtb.r.333243.5
+25	have	have	VERB	O	0		v.stative	ewtb.r.333243.5
+26	the	the	DET	O	0			ewtb.r.333243.5
+27	original	original	ADJ	O	0			ewtb.r.333243.5
+28	return	return	NOUN	O	0		n.possession	ewtb.r.333243.5
+29	prepared	prepare	VERB	O	0		v.social	ewtb.r.333243.5
+30	.	.	PUNCT	O	0			ewtb.r.333243.5
+
+1	I	i	PRON	O	0			ewtb.r.138249.2
+2	have	have	AUX	O	0			ewtb.r.138249.2
+3	use	use	VERB	O	0		v.social	ewtb.r.138249.2
+4	them	them	PRON	O	0			ewtb.r.138249.2
+5	four	four	NUM	O	0			ewtb.r.138249.2
+6	times	times	NOUN	O	0		n.event	ewtb.r.138249.2
+7	for	for	SCONJ	O	0			ewtb.r.138249.2
+8	fixing	fix	VERB	O	0		v.change	ewtb.r.138249.2
+9	items	item	NOUN	O	0		n.artifact	ewtb.r.138249.2
+10	from	from	SCONJ	O	0			ewtb.r.138249.2
+11	pushing	push	VERB	O	0		v.contact	ewtb.r.138249.2
+12	out	out	ADP	O	0			ewtb.r.138249.2
+13	a	a	DET	O	0			ewtb.r.138249.2
+14	dent	dent	NOUN	O	0		n.artifact	ewtb.r.138249.2
+15	in	in	ADP	O	0			ewtb.r.138249.2
+16	a	a	DET	O	0			ewtb.r.138249.2
+17	bumper	bumper	NOUN	O	0		n.artifact	ewtb.r.138249.2
+18	to	to	SCONJ	O	0			ewtb.r.138249.2
+19	fixing	fix	VERB	O	0		v.change	ewtb.r.138249.2
+20	the	the	DET	O	0			ewtb.r.138249.2
+21	fender	fender	NOUN	O	0		n.artifact	ewtb.r.138249.2
+22	on	on	ADP	O	0			ewtb.r.138249.2
+23	my	my	PRON	O	0			ewtb.r.138249.2
+24	beloved	beloved	ADJ	O	0			ewtb.r.138249.2
+25	Miata	miata	PROPN	O	0		n.artifact	ewtb.r.138249.2
+26	.	.	PUNCT	O	0			ewtb.r.138249.2
+
+1	We	we	PRON	O	0			ewtb.r.188548.2
+2	visited	visit	VERB	O	0		v.social	ewtb.r.188548.2
+3	on	on	ADP	O	0			ewtb.r.188548.2
+4	7/26/08	7/26/08	NUM	O	0			ewtb.r.188548.2
+5	for	for	ADP	O	0			ewtb.r.188548.2
+6	dinner	dinner	NOUN	O	0		n.event	ewtb.r.188548.2
+7	We	we	PRON	O	0			ewtb.r.188548.2
+8	received	receive	VERB	O	0		v.stative	ewtb.r.188548.2
+9	a	a	DET	O	0			ewtb.r.188548.2
+10	gift	gift	NOUN	B	0		n.possession	ewtb.r.188548.2
+11	certificate	certificate	NOUN	I	10			ewtb.r.188548.2
+12	for	for	ADP	O	0			ewtb.r.188548.2
+13	the	the	DET	O	0			ewtb.r.188548.2
+14	Mama	mama	PROPN	B	0		n.group	ewtb.r.188548.2
+15	Mia	mia	PROPN	I	14			ewtb.r.188548.2
+16	's	's	PART	I	15			ewtb.r.188548.2
+17	on	on	ADP	O	0			ewtb.r.188548.2
+18	Greenfield	greenfield	PROPN	B	0		n.location	ewtb.r.188548.2
+19	Ave	ave	PROPN	I	18			ewtb.r.188548.2
+20	.	.	PUNCT	O	0			ewtb.r.188548.2
+
+1	Sorry	sorry	ADJ	O	0			ewtb.r.188548.8
+2	for	for	SCONJ	O	0			ewtb.r.188548.8
+3	interrupting	interrupt	VERB	O	0		v.communication	ewtb.r.188548.8
+4	I	i	PRON	O	0			ewtb.r.188548.8
+5	guess	guess	VERB	O	0		v.cognition	ewtb.r.188548.8
+6	.	.	PUNCT	O	0			ewtb.r.188548.8
+
+1	"	"	PUNCT	O	0			ewtb.r.217747.2
+2	Thank	thank	VERB	B	0			ewtb.r.217747.2
+3	you	you	PRON	I	2			ewtb.r.217747.2
+4	so	so	ADV	O	0			ewtb.r.217747.2
+5	much	much	ADV	O	0			ewtb.r.217747.2
+6	for	for	ADP	O	0			ewtb.r.217747.2
+7	the	the	DET	O	0			ewtb.r.217747.2
+8	superior	superior	ADJ	O	0			ewtb.r.217747.2
+9	job	job	NOUN	B	0		n.act	ewtb.r.217747.2
+10	well	well	ADV	o	0			ewtb.r.217747.2
+11	done	do	VERB	I	9			ewtb.r.217747.2
+12	.	.	PUNCT	O	0			ewtb.r.217747.2
+
+1	They	they	PRON	O	0			ewtb.r.325741.3
+2	picked	pick	VERB	B	0		v.motion	ewtb.r.325741.3
+3	my	my	PRON	o	0			ewtb.r.325741.3
+4	car	car	NOUN	o	0		n.artifact	ewtb.r.325741.3
+5	up	up	ADP	I	2			ewtb.r.325741.3
+6	in	in	ADP	O	0			ewtb.r.325741.3
+7	Yarmouth	yarmouth	PROPN	O	0		n.location	ewtb.r.325741.3
+8	and	and	CONJ	O	0			ewtb.r.325741.3
+9	towed	tow	VERB	O	0		v.motion	ewtb.r.325741.3
+10	to	to	ADP	O	0			ewtb.r.325741.3
+11	Bath	bath	PROPN	O	0		n.group	ewtb.r.325741.3
+12	for	for	ADP	O	0			ewtb.r.325741.3
+13	a	a	DET	O	0			ewtb.r.325741.3
+14	great	great	ADJ	O	0			ewtb.r.325741.3
+15	price	price	NOUN	O	0		n.possession	ewtb.r.325741.3
+16	.	.	PUNCT	O	0			ewtb.r.325741.3
+
+1	First	first	ADV	O	0			ewtb.r.165143.2
+2	,	,	PUNCT	O	0			ewtb.r.165143.2
+3	let	let	VERB	O	0		v.social	ewtb.r.165143.2
+4	me	me	PRON	O	0			ewtb.r.165143.2
+5	state	state	VERB	O	0		v.communication	ewtb.r.165143.2
+6	that	that	SCONJ	O	0			ewtb.r.165143.2
+7	although	although	SCONJ	O	0			ewtb.r.165143.2
+8	I	i	PRON	O	0			ewtb.r.165143.2
+9	live	live	VERB	O	0		v.social	ewtb.r.165143.2
+10	in	in	ADP	O	0			ewtb.r.165143.2
+11	NYC	nyc	PROPN	O	0		n.location	ewtb.r.165143.2
+12	,	,	PUNCT	O	0			ewtb.r.165143.2
+13	I	i	PRON	O	0			ewtb.r.165143.2
+14	am	be	VERB	O	0		v.stative	ewtb.r.165143.2
+15	not	not	PART	O	0			ewtb.r.165143.2
+16	from	from	ADP	O	0			ewtb.r.165143.2
+17	NYC	nyc	PROPN	O	0		n.location	ewtb.r.165143.2
+18	,	,	PUNCT	O	0			ewtb.r.165143.2
+19	I	i	PRON	O	0			ewtb.r.165143.2
+20	do	do	AUX	O	0			ewtb.r.165143.2
+21	n't	n't	PART	O	0			ewtb.r.165143.2
+22	care	care	VERB	O	0		v.cognition	ewtb.r.165143.2
+23	about	about	ADP	O	0			ewtb.r.165143.2
+24	baseball	baseball	NOUN	O	0		n.act	ewtb.r.165143.2
+25	and	and	CONJ	O	0			ewtb.r.165143.2
+26	I	i	PRON	O	0			ewtb.r.165143.2
+27	absolutely	absolutely	ADV	O	0			ewtb.r.165143.2
+28	love	love	VERB	O	0		v.emotion	ewtb.r.165143.2
+29	Boston	boston	PROPN	O	0		n.location	ewtb.r.165143.2
+30	to	to	ADP	B	0			ewtb.r.165143.2
+31	death	death	NOUN	I	30			ewtb.r.165143.2
+32	(	(	PUNCT	O	0			ewtb.r.165143.2
+33	so	so	ADV	O	0			ewtb.r.165143.2
+34	beautiful	beautiful	ADJ	O	0			ewtb.r.165143.2
+35	,	,	PUNCT	O	0			ewtb.r.165143.2
+36	so	so	ADV	O	0			ewtb.r.165143.2
+37	clean	clean	ADJ	O	0			ewtb.r.165143.2
+38	,	,	PUNCT	O	0			ewtb.r.165143.2
+39	so	so	ADV	O	0			ewtb.r.165143.2
+40	awesome	awesome	ADJ	O	0			ewtb.r.165143.2
+41	)	)	PUNCT	O	0			ewtb.r.165143.2
+42	.	.	PUNCT	O	0			ewtb.r.165143.2
+
+1	Rcommended	rcommended	VERB	O	0		v.communication	ewtb.r.185045.1
+2	by	by	ADP	O	0			ewtb.r.185045.1
+3	bees	bee	NOUN	O	0		n.group	ewtb.r.185045.1
+4	,	,	PUNCT	O	0			ewtb.r.185045.1
+5	too	too	ADV	O	0			ewtb.r.185045.1
+6	!	!	PUNCT	O	0			ewtb.r.185045.1
+
+1	You	you	PRON	O	0			ewtb.r.217747.4
+2	company	company	NOUN	O	0		n.group	ewtb.r.217747.4
+3	and	and	CONJ	O	0			ewtb.r.217747.4
+4	services	services	NOUN	O	0		n.act	ewtb.r.217747.4
+5	will	will	AUX	O	0			ewtb.r.217747.4
+6	be	be	AUX	O	0			ewtb.r.217747.4
+7	recommended	recommend	VERB	O	0		v.communication	ewtb.r.217747.4
+8	by	by	ADP	O	0			ewtb.r.217747.4
+9	us	us	PRON	O	0			ewtb.r.217747.4
+10	to	to	ADP	O	0			ewtb.r.217747.4
+11	everyone	everyone	NOUN	O	0			ewtb.r.217747.4
+12	.	.	PUNCT	O	0			ewtb.r.217747.4
+13	"	"	PUNCT	O	0			ewtb.r.217747.4
+
+1	The	the	DET	O	0			ewtb.r.165143.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.165143.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.165143.4
+4	just	just	ADV	B	0			ewtb.r.165143.4
+5	about	about	ADV	I	4			ewtb.r.165143.4
+6	as	as	ADV	O	0			ewtb.r.165143.4
+7	good	good	ADJ	O	0			ewtb.r.165143.4
+8	as	as	SCONJ	O	0			ewtb.r.165143.4
+9	I	i	PRON	O	0			ewtb.r.165143.4
+10	'd	'd	AUX	O	0			ewtb.r.165143.4
+11	get	get	VERB	O	0		v.stative	ewtb.r.165143.4
+12	in	in	ADP	O	0			ewtb.r.165143.4
+13	NYC	nyc	PROPN	O	0		n.location	ewtb.r.165143.4
+14	(	(	PUNCT	O	0			ewtb.r.165143.4
+15	that	that	DET	O	0			ewtb.r.165143.4
+16	means	mean	VERB	O	0		v.cognition	ewtb.r.165143.4
+17	it	it	PRON	O	0			ewtb.r.165143.4
+18	was	be	VERB	O	0		v.stative	ewtb.r.165143.4
+19	poor	poor	ADJ	O	0			ewtb.r.165143.4
+20	)	)	PUNCT	O	0			ewtb.r.165143.4
+21	and	and	CONJ	O	0			ewtb.r.165143.4
+22	the	the	DET	O	0			ewtb.r.165143.4
+23	food	food	NOUN	O	0		n.food	ewtb.r.165143.4
+24	was	be	VERB	O	0		v.stative	ewtb.r.165143.4
+25	almost	almost	ADV	O	0			ewtb.r.165143.4
+26	mediocre	mediocre	ADJ	O	0			ewtb.r.165143.4
+27	.	.	PUNCT	O	0			ewtb.r.165143.4
+
+1	For	for	ADP	B	0			ewtb.r.181748.10
+2	instance	instance	NOUN	I	1			ewtb.r.181748.10
+3	I	i	PRON	O	0			ewtb.r.181748.10
+4	asked	ask	VERB	O	0		v.communication	ewtb.r.181748.10
+5	who	who	PRON	O	0			ewtb.r.181748.10
+6	owned	own	VERB	O	0		v.possession	ewtb.r.181748.10
+7	Mazda	mazda	PROPN	O	0		n.group	ewtb.r.181748.10
+8	and	and	CONJ	O	0			ewtb.r.181748.10
+9	he	he	PRON	O	0			ewtb.r.181748.10
+10	said	say	VERB	O	0		v.communication	ewtb.r.181748.10
+11	with	with	ADP	O	0			ewtb.r.181748.10
+12	confidence	confidence	NOUN	O	0		n.cognition	ewtb.r.181748.10
+13	that	that	DET	O	0			ewtb.r.181748.10
+14	was	be	VERB	O	0		v.stative	ewtb.r.181748.10
+15	GM	gm	PROPN	O	0		n.group	ewtb.r.181748.10
+16	,	,	PUNCT	O	0			ewtb.r.181748.10
+17	which	which	DET	O	0			ewtb.r.181748.10
+18	is	be	VERB	O	0		v.stative	ewtb.r.181748.10
+19	n't	n't	PART	O	0			ewtb.r.181748.10
+20	true	true	ADJ	O	0			ewtb.r.181748.10
+21	.	.	PUNCT	O	0			ewtb.r.181748.10
+
+1	This	this	DET	O	0			ewtb.r.228944.2
+2	shop	shop	NOUN	O	0		n.group	ewtb.r.228944.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.228944.2
+4	by	by	ADP	B	0			ewtb.r.228944.2
+5	far	far	ADV	I	4			ewtb.r.228944.2
+6	the	the	DET	O	0			ewtb.r.228944.2
+7	best	best	ADJ	O	0			ewtb.r.228944.2
+8	I	i	PRON	O	0			ewtb.r.228944.2
+9	have	have	AUX	O	0			ewtb.r.228944.2
+10	been	be	VERB	B	0		v.motion	ewtb.r.228944.2
+11	to	to	ADP	I	10			ewtb.r.228944.2
+12	.	.	PUNCT	O	0			ewtb.r.228944.2
+
+1	#	#	NOUN	O	0			ewtb.r.280340.4
+2	2	2	X	O	0			ewtb.r.280340.4
+3	the	the	DET	O	0			ewtb.r.280340.4
+4	decor	decor	NOUN	O	0		n.attribute	ewtb.r.280340.4
+5	is	be	VERB	O	0		v.stative	ewtb.r.280340.4
+6	tasteful	tasteful	ADJ	O	0			ewtb.r.280340.4
+7	and	and	CONJ	O	0			ewtb.r.280340.4
+8	artistic	artistic	ADJ	O	0			ewtb.r.280340.4
+9	,	,	PUNCT	O	0			ewtb.r.280340.4
+10	from	from	ADP	O	0			ewtb.r.280340.4
+11	the	the	DET	O	0			ewtb.r.280340.4
+12	comfortable	comfortable	ADJ	O	0			ewtb.r.280340.4
+13	chairs	chair	NOUN	O	0		n.artifact	ewtb.r.280340.4
+14	to	to	ADP	O	0			ewtb.r.280340.4
+15	the	the	DET	O	0			ewtb.r.280340.4
+16	elegant	elegant	ADJ	O	0			ewtb.r.280340.4
+17	light	light	NOUN	O	0		n.natural_object	ewtb.r.280340.4
+18	fixtures	fixture	NOUN	O	0		n.artifact	ewtb.r.280340.4
+19	....	....	PUNCT	O	0			ewtb.r.280340.4
+20	and	and	CONJ	O	0			ewtb.r.280340.4
+21	(	(	PUNCT	O	0			ewtb.r.280340.4
+22	most	most	ADV	O	0			ewtb.r.280340.4
+23	importantly	importantly	ADV	O	0			ewtb.r.280340.4
+24	)	)	PUNCT	O	0			ewtb.r.280340.4
+25	#	#	NOUN	O	0			ewtb.r.280340.4
+26	3	3	X	O	0			ewtb.r.280340.4
+27	the	the	DET	O	0			ewtb.r.280340.4
+28	food	food	NOUN	O	0		n.food	ewtb.r.280340.4
+29	is	be	VERB	O	0		v.stative	ewtb.r.280340.4
+30	FANTASTIC	fantastic	ADJ	O	0			ewtb.r.280340.4
+31	.	.	PUNCT	O	0			ewtb.r.280340.4
+
+1	And	and	CONJ	O	0			ewtb.r.283041.6
+2	we	we	PRON	O	0			ewtb.r.283041.6
+3	bought	buy	VERB	O	0		v.possession	ewtb.r.283041.6
+4	a	a	DET	O	0			ewtb.r.283041.6
+5	few	few	ADJ	O	0			ewtb.r.283041.6
+6	cookies	cookie	NOUN	O	0		n.food	ewtb.r.283041.6
+7	there	there	ADV	O	0			ewtb.r.283041.6
+8	too	too	ADV	O	0			ewtb.r.283041.6
+9	,	,	PUNCT	O	0			ewtb.r.283041.6
+10	they	they	PRON	O	0			ewtb.r.283041.6
+11	were	be	VERB	O	0		v.stative	ewtb.r.283041.6
+12	fantastic	fantastic	ADJ	O	0			ewtb.r.283041.6
+13	as	as	ADV	B	0			ewtb.r.283041.6
+14	well	well	ADV	I	13			ewtb.r.283041.6
+15	!	!	PUNCT	O	0			ewtb.r.283041.6
+16	)	)	PUNCT	O	0			ewtb.r.283041.6
+
+1	I	i	PRON	O	0			ewtb.r.323449.8
+2	do	do	AUX	O	0			ewtb.r.323449.8
+3	n't	n't	PART	O	0			ewtb.r.323449.8
+4	want	want	VERB	O	0		v.cognition	ewtb.r.323449.8
+5	to	to	PART	O	0			ewtb.r.323449.8
+6	waste	waste	VERB	B	0		v.social	ewtb.r.323449.8
+7	my	my	PRON	o	0			ewtb.r.323449.8
+8	time	time	NOUN	I	6			ewtb.r.323449.8
+9	on	on	ADP	O	0			ewtb.r.323449.8
+10	routes	route	NOUN	O	0		n.artifact	ewtb.r.323449.8
+11	set	set	VERB	O	0		v.stative	ewtb.r.323449.8
+12	for	for	ADP	O	0			ewtb.r.323449.8
+13	children	child	NOUN	O	0		n.person	ewtb.r.323449.8
+14	,	,	PUNCT	O	0			ewtb.r.323449.8
+15	but	but	CONJ	O	0			ewtb.r.323449.8
+16	I	i	PRON	O	0			ewtb.r.323449.8
+17	do	do	AUX	O	0			ewtb.r.323449.8
+18	n't	n't	PART	O	0			ewtb.r.323449.8
+19	want	want	VERB	O	0		v.cognition	ewtb.r.323449.8
+20	to	to	PART	O	0			ewtb.r.323449.8
+21	take	take	VERB	B	0		v.cognition	ewtb.r.323449.8
+22	on	on	ADP	I	21			ewtb.r.323449.8
+23	something	something	NOUN	O	0			ewtb.r.323449.8
+24	I	i	PRON	O	0			ewtb.r.323449.8
+25	ca	ca	AUX	O	0			ewtb.r.323449.8
+26	n't	n't	PART	O	0			ewtb.r.323449.8
+27	handle	handle	VERB	O	0		v.cognition	ewtb.r.323449.8
+28	just	just	ADV	O	0			ewtb.r.323449.8
+29	to	to	PART	O	0			ewtb.r.323449.8
+30	strain	strain	VERB	O	0		v.cognition	ewtb.r.323449.8
+31	myself	myself	PRON	O	0			ewtb.r.323449.8
+32	to	to	ADP	O	0			ewtb.r.323449.8
+33	exhaustion	exhaustion	NOUN	O	0		n.state	ewtb.r.323449.8
+34	.	.	PUNCT	O	0			ewtb.r.323449.8
+
+1	Again	again	ADV	O	0			ewtb.r.323449.10
+2	,	,	PUNCT	O	0			ewtb.r.323449.10
+3	a	a	DET	O	0			ewtb.r.323449.10
+4	great	great	ADJ	O	0			ewtb.r.323449.10
+5	outing	outing	NOUN	O	0		n.event	ewtb.r.323449.10
+6	for	for	ADP	O	0			ewtb.r.323449.10
+7	the	the	DET	O	0			ewtb.r.323449.10
+8	kids	kid	NOUN	O	0		n.person	ewtb.r.323449.10
+9	,	,	PUNCT	O	0			ewtb.r.323449.10
+10	a	a	DET	O	0			ewtb.r.323449.10
+11	frustration	frustration	NOUN	O	0		n.feeling	ewtb.r.323449.10
+12	for	for	ADP	O	0			ewtb.r.323449.10
+13	an	an	DET	O	0			ewtb.r.323449.10
+14	out	out	ADP	B	0			ewtb.r.323449.10
+15	of	of	ADP	I	14			ewtb.r.323449.10
+16	town	town	NOUN	I	15			ewtb.r.323449.10
+17	climber	climber	NOUN	O	0		n.person	ewtb.r.323449.10
+18	.	.	PUNCT	O	0			ewtb.r.323449.10
+
+1	Would	would	AUX	O	0			ewtb.r.336049.7
+2	n't	n't	PART	O	0			ewtb.r.336049.7
+3	go	go	VERB	O	0		v.motion	ewtb.r.336049.7
+4	back	back	ADV	O	0			ewtb.r.336049.7
+5	as	as	SCONJ	O	0			ewtb.r.336049.7
+6	there	there	PRON	O	0			ewtb.r.336049.7
+7	are	be	VERB	O	0		v.stative	ewtb.r.336049.7
+8	a	a	DET	B	0			ewtb.r.336049.7
+9	lot	lot	NOUN	I	8			ewtb.r.336049.7
+10	of	of	ADP	O	0			ewtb.r.336049.7
+11	places	place	NOUN	O	0		n.group	ewtb.r.336049.7
+12	A	a	DET	B	0			ewtb.r.336049.7
+13	LOT	lot	NOUN	I	12			ewtb.r.336049.7
+14	better	better	ADJ	O	0			ewtb.r.336049.7
+15	and	and	CONJ	O	0			ewtb.r.336049.7
+16	cheaper	cheap	ADJ	O	0			ewtb.r.336049.7
+17	.	.	PUNCT	O	0			ewtb.r.336049.7
+
+1	By	by	ADP	B	0			ewtb.r.377347.11
+2	the	the	DET	I	1			ewtb.r.377347.11
+3	way	way	NOUN	I	2			ewtb.r.377347.11
+4	,	,	PUNCT	O	0			ewtb.r.377347.11
+5	Salmagundi	salmagundi	PROPN	O	0		n.group	ewtb.r.377347.11
+6	(	(	PUNCT	O	0			ewtb.r.377347.11
+7	the	the	DET	O	0			ewtb.r.377347.11
+8	store	store	NOUN	O	0		n.group	ewtb.r.377347.11
+9	name	name	NOUN	O	0		n.communication	ewtb.r.377347.11
+10	)	)	PUNCT	O	0			ewtb.r.377347.11
+11	means	mean	VERB	O	0		v.cognition	ewtb.r.377347.11
+12	something	something	NOUN	O	0			ewtb.r.377347.11
+13	like	like	ADP	O	0			ewtb.r.377347.11
+14	smorgasbord	smorgasbord	NOUN	O	0		n.cognition	ewtb.r.377347.11
+15	;	;	PUNCT	O	0			ewtb.r.377347.11
+16	potpourri	potpourri	NOUN	O	0		n.artifact	ewtb.r.377347.11
+17	;	;	PUNCT	O	0			ewtb.r.377347.11
+18	motley	motley	ADJ	O	0			ewtb.r.377347.11
+19	;	;	PUNCT	O	0			ewtb.r.377347.11
+20	variety	variety	NOUN	O	0		n.cognition	ewtb.r.377347.11
+21	;	;	PUNCT	O	0			ewtb.r.377347.11
+22	mixed	mix	VERB	B	0		n.cognition	ewtb.r.377347.11
+23	bag	bag	NOUN	I	22			ewtb.r.377347.11
+24	;	;	PUNCT	O	0			ewtb.r.377347.11
+25	miscellaneous	miscellaneous	ADJ	O	0			ewtb.r.377347.11
+26	assortment	assortment	NOUN	O	0		n.cognition	ewtb.r.377347.11
+27	;	;	PUNCT	O	0			ewtb.r.377347.11
+28	mixture	mixture	NOUN	O	0		n.cognition	ewtb.r.377347.11
+29	,	,	PUNCT	O	0			ewtb.r.377347.11
+30	a	a	DET	O	0			ewtb.r.377347.11
+31	variety	variety	NOUN	O	0		n.cognition	ewtb.r.377347.11
+32	of	of	ADP	O	0			ewtb.r.377347.11
+33	many	many	ADJ	O	0			ewtb.r.377347.11
+34	kinds	kind	NOUN	O	0		n.cognition	ewtb.r.377347.11
+35	of	of	ADP	O	0			ewtb.r.377347.11
+36	things	things	NOUN	O	0			ewtb.r.377347.11
+37	.	.	PUNCT	O	0			ewtb.r.377347.11
+
+1	Comfortable	comfortable	ADJ	O	0			ewtb.r.399348.5
+2	and	and	CONJ	O	0			ewtb.r.399348.5
+3	clean	clean	ADJ	O	0			ewtb.r.399348.5
+4	beds	bed	NOUN	O	0		n.artifact	ewtb.r.399348.5
+5	,	,	PUNCT	O	0			ewtb.r.399348.5
+6	a	a	DET	B	0		n.quantity	ewtb.r.399348.5
+7	bit	bit	NOUN	I	6			ewtb.r.399348.5
+8	noisy	noisy	ADJ	O	0			ewtb.r.399348.5
+9	when	when	ADV	O	0			ewtb.r.399348.5
+10	people	person	NOUN	O	0		n.person	ewtb.r.399348.5
+11	were	be	AUX	O	0			ewtb.r.399348.5
+12	coming	come	VERB	O	0		v.motion	ewtb.r.399348.5
+13	in	in	ADV	O	0			ewtb.r.399348.5
+14	late	late	ADV	O	0			ewtb.r.399348.5
+15	from	from	ADP	O	0			ewtb.r.399348.5
+16	a	a	DET	O	0			ewtb.r.399348.5
+17	night	night	NOUN	O	0		n.event	ewtb.r.399348.5
+18	out	out	ADV	O	0			ewtb.r.399348.5
+19	,	,	PUNCT	O	0			ewtb.r.399348.5
+20	but	but	CONJ	O	0			ewtb.r.399348.5
+21	we	we	PRON	O	0			ewtb.r.399348.5
+22	did	do	AUX	O	0			ewtb.r.399348.5
+23	n't	n't	PART	O	0			ewtb.r.399348.5
+24	mind	mind	VERB	O	0		v.cognition	ewtb.r.399348.5
+25	too	too	ADV	O	0			ewtb.r.399348.5
+26	much	much	ADV	O	0			ewtb.r.399348.5
+27	as	as	SCONJ	O	0			ewtb.r.399348.5
+28	we	we	PRON	O	0			ewtb.r.399348.5
+29	were	be	AUX	O	0			ewtb.r.399348.5
+30	also	also	ADV	O	0			ewtb.r.399348.5
+31	just	just	ADV	O	0			ewtb.r.399348.5
+32	coming	come	VERB	O	0		v.motion	ewtb.r.399348.5
+33	in	in	ADV	O	0			ewtb.r.399348.5
+34	from	from	ADP	O	0			ewtb.r.399348.5
+35	a	a	DET	O	0			ewtb.r.399348.5
+36	night	night	NOUN	O	0		n.event	ewtb.r.399348.5
+37	out	out	ADV	O	0			ewtb.r.399348.5
+38	!	!	PUNCT	O	0			ewtb.r.399348.5
+
+1	it	it	PRON	O	0			ewtb.r.158740.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.158740.2
+3	worth	worth	ADJ	O	0			ewtb.r.158740.2
+4	of	of	ADP	O	0			ewtb.r.158740.2
+5	the	the	DET	O	0			ewtb.r.158740.2
+6	ride	ride	NOUN	O	0		n.act	ewtb.r.158740.2
+7	more	more	ADJ	B	0			ewtb.r.158740.2
+8	than	than	ADP	I	7			ewtb.r.158740.2
+9	an	an	DET	O	0			ewtb.r.158740.2
+10	hour	hour	NOUN	O	0		n.time	ewtb.r.158740.2
+11	...	...	PUNCT	O	0			ewtb.r.158740.2
+
+1	It	it	PRON	O	0			ewtb.r.283041.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.283041.2
+3	my	my	PRON	O	0			ewtb.r.283041.2
+4	birthday	birthday	NOUN	O	0		n.event	ewtb.r.283041.2
+5	and	and	CONJ	O	0			ewtb.r.283041.2
+6	I	i	PRON	O	0			ewtb.r.283041.2
+7	had	have	VERB	O	0		v.stative	ewtb.r.283041.2
+8	a	a	DET	O	0			ewtb.r.283041.2
+9	last	last	ADJ	B	0		n.event	ewtb.r.283041.2
+10	minute	minute	NOUN	I	9			ewtb.r.283041.2
+11	idea	idea	NOUN	O	0		n.cognition	ewtb.r.283041.2
+12	to	to	PART	O	0			ewtb.r.283041.2
+13	have	have	VERB	O	0		v.stative	ewtb.r.283041.2
+14	a	a	DET	O	0			ewtb.r.283041.2
+15	bakery	bakery	NOUN	O	0		n.group	ewtb.r.283041.2
+16	cake	cake	NOUN	O	0		n.food	ewtb.r.283041.2
+17	instead	instead	ADV	B	0			ewtb.r.283041.2
+18	of	of	ADP	I	17			ewtb.r.283041.2
+19	one	one	NUM	O	0			ewtb.r.283041.2
+20	pre-made	pre-made	VERB	O	0		v.creation	ewtb.r.283041.2
+21	in	in	ADP	O	0			ewtb.r.283041.2
+22	a	a	DET	O	0			ewtb.r.283041.2
+23	convenience	convenience	NOUN	B	0		n.group	ewtb.r.283041.2
+24	store	store	NOUN	I	23			ewtb.r.283041.2
+25	,	,	PUNCT	O	0			ewtb.r.283041.2
+26	but	but	CONJ	O	0			ewtb.r.283041.2
+27	the	the	DET	O	0			ewtb.r.283041.2
+28	problem	problem	NOUN	O	0		n.cognition	ewtb.r.283041.2
+29	was	be	VERB	O	0		v.stative	ewtb.r.283041.2
+30	it	it	PRON	O	0			ewtb.r.283041.2
+31	was	be	VERB	O	0		v.stative	ewtb.r.283041.2
+32	the	the	DET	O	0			ewtb.r.283041.2
+33	day	day	NOUN	O	0		n.time	ewtb.r.283041.2
+34	before	before	ADP	O	0			ewtb.r.283041.2
+35	Valentine	valentine	PROPN	B	0		n.event	ewtb.r.283041.2
+36	s	s	PART	I	35			ewtb.r.283041.2
+37	and	and	CONJ	O	0			ewtb.r.283041.2
+38	when	when	ADV	O	0			ewtb.r.283041.2
+39	many	many	ADJ	O	0			ewtb.r.283041.2
+40	bakeries	bakery	NOUN	O	0		n.group	ewtb.r.283041.2
+41	turned	turn	VERB	B	0		v.social	ewtb.r.283041.2
+42	me	me	PRON	o	0			ewtb.r.283041.2
+43	down	down	ADP	I	41			ewtb.r.283041.2
+44	for	for	ADP	O	0			ewtb.r.283041.2
+45	a	a	DET	O	0			ewtb.r.283041.2
+46	plain	plain	ADJ	O	0			ewtb.r.283041.2
+47	vanilla	vanilla	ADJ	O	0			ewtb.r.283041.2
+48	rectangle	rectangle	NOUN	O	0		n.shape	ewtb.r.283041.2
+49	cake	cake	NOUN	O	0		n.food	ewtb.r.283041.2
+50	,	,	PUNCT	O	0			ewtb.r.283041.2
+51	Fiona	fiona	PROPN	O	0		n.person	ewtb.r.283041.2
+52	stepped	step	VERB	B	0		v.social	ewtb.r.283041.2
+53	up	up	ADP	I	52			ewtb.r.283041.2
+54	to	to	ADP	I	53			ewtb.r.283041.2
+55	the	the	DET	I	54			ewtb.r.283041.2
+56	plate	plate	NOUN	I	55			ewtb.r.283041.2
+57	and	and	CONJ	O	0			ewtb.r.283041.2
+58	was	be	VERB	O	0		v.stative	ewtb.r.283041.2
+59	able	able	ADJ	O	0			ewtb.r.283041.2
+60	to	to	PART	O	0			ewtb.r.283041.2
+61	make	make	VERB	O	0		v.creation	ewtb.r.283041.2
+62	a	a	DET	O	0			ewtb.r.283041.2
+63	fantastic	fantastic	ADJ	O	0			ewtb.r.283041.2
+64	beautiful	beautiful	ADJ	O	0			ewtb.r.283041.2
+65	cake	cake	NOUN	O	0		n.food	ewtb.r.283041.2
+66	.	.	PUNCT	O	0			ewtb.r.283041.2
+
+1	Asked	ask	VERB	O	0		v.communication	ewtb.r.333243.6
+2	why	why	ADV	O	0			ewtb.r.333243.6
+3	,	,	PUNCT	O	0			ewtb.r.333243.6
+4	Rod	rod	PROPN	O	0		n.person	ewtb.r.333243.6
+5	simply	simply	ADV	O	0			ewtb.r.333243.6
+6	told	tell	VERB	O	0		v.communication	ewtb.r.333243.6
+7	me	me	PRON	O	0			ewtb.r.333243.6
+8	that	that	SCONJ	O	0			ewtb.r.333243.6
+9	he	he	PRON	O	0			ewtb.r.333243.6
+10	had	have	VERB	B	0			ewtb.r.333243.6
+11	to	to	PART	I	10			ewtb.r.333243.6
+12	research	research	VERB	O	0		v.cognition	ewtb.r.333243.6
+13	how	how	ADV	O	0			ewtb.r.333243.6
+14	to	to	PART	O	0			ewtb.r.333243.6
+15	do	do	VERB	O	0		v.stative	ewtb.r.333243.6
+16	the	the	DET	O	0			ewtb.r.333243.6
+17	amendment	amendment	NOUN	O	0		n.process	ewtb.r.333243.6
+18	(	(	PUNCT	O	0			ewtb.r.333243.6
+19	it	it	PRON	O	0			ewtb.r.333243.6
+20	was	be	VERB	O	0		v.stative	ewtb.r.333243.6
+21	an	an	DET	O	0			ewtb.r.333243.6
+22	amended	amended	NOUN	O	0			ewtb.r.333243.6
+23	to	to	PART	O	0			ewtb.r.333243.6
+24	show	show	VERB	O	0		v.cognition	ewtb.r.333243.6
+25	that	that	SCONJ	O	0			ewtb.r.333243.6
+26	I	i	PRON	O	0			ewtb.r.333243.6
+27	had	have	AUX	O	0			ewtb.r.333243.6
+28	purchased	purchase	VERB	O	0		v.possession	ewtb.r.333243.6
+29	a	a	DET	O	0			ewtb.r.333243.6
+30	home	home	NOUN	O	0		n.artifact	ewtb.r.333243.6
+31	-	-	PUNCT	O	0			ewtb.r.333243.6
+32	nothing	nothing	NOUN	O	0			ewtb.r.333243.6
+33	out	out	ADP	B	0			ewtb.r.333243.6
+34	of	of	ADP	I	33			ewtb.r.333243.6
+35	the	the	DET	I	34			ewtb.r.333243.6
+36	ordinary	ordinary	ADJ	I	35			ewtb.r.333243.6
+37	,	,	PUNCT	O	0			ewtb.r.333243.6
+38	one	one	PRON	O	0			ewtb.r.333243.6
+39	would	would	AUX	O	0			ewtb.r.333243.6
+40	think	think	VERB	O	0		v.cognition	ewtb.r.333243.6
+41	)	)	PUNCT	O	0			ewtb.r.333243.6
+42	and	and	CONJ	O	0			ewtb.r.333243.6
+43	that	that	DET	O	0			ewtb.r.333243.6
+44	took	take	VERB	B	0		v.social	ewtb.r.333243.6
+45	time	time	NOUN	I	44			ewtb.r.333243.6
+46	to	to	PART	O	0			ewtb.r.333243.6
+47	figure	figure	VERB	B	0		v.cognition	ewtb.r.333243.6
+48	out	out	ADP	I	47			ewtb.r.333243.6
+49	.	.	PUNCT	O	0			ewtb.r.333243.6
+
+1	Favorite	favorite	ADJ	O	0			ewtb.r.211844.1
+2	DD	dd	PROPN	O	0		n.cognition	ewtb.r.211844.1
+3	spot	spot	NOUN	O	0		n.group	ewtb.r.211844.1
+4	in	in	ADP	O	0			ewtb.r.211844.1
+5	the	the	DET	O	0			ewtb.r.211844.1
+6	area	area	NOUN	O	0		n.location	ewtb.r.211844.1
+7	!	!	PUNCT	O	0			ewtb.r.211844.1
+
+1	OMFG	omfg	INTJ	O	0			ewtb.r.217542.1
+
+1	ANYWAY	anyway	ADV	O	0			ewtb.r.217542.3
+2	WE	we	PRON	O	0			ewtb.r.217542.3
+3	DRIVE	drive	VERB	O	0		v.motion	ewtb.r.217542.3
+4	AROUND	around	ADV	O	0			ewtb.r.217542.3
+5	IN	in	ADP	O	0			ewtb.r.217542.3
+6	MY	my	PRON	O	0			ewtb.r.217542.3
+7	VAN	van	NOUN	O	0		n.artifact	ewtb.r.217542.3
+8	AND	and	CONJ	O	0			ewtb.r.217542.3
+9	SOLVE	solve	VERB	O	0		v.cognition	ewtb.r.217542.3
+10	MYSTERYS	mystery	NOUN	O	0		n.cognition	ewtb.r.217542.3
+11	AND	and	CONJ	O	0			ewtb.r.217542.3
+12	SHIT	shit	NOUN	O	0			ewtb.r.217542.3
+
+1	exelent	exelent	ADJ	O	0			ewtb.r.217747.1
+2	Job	job	NOUN	O	0		n.act	ewtb.r.217747.1
+
+1	We	we	PRON	O	0			ewtb.r.217747.3
+2	love	love	VERB	O	0		v.emotion	ewtb.r.217747.3
+3	everything	everything	NOUN	O	0			ewtb.r.217747.3
+4	about	about	ADP	O	0			ewtb.r.217747.3
+5	the	the	DET	O	0			ewtb.r.217747.3
+6	fence	fence	NOUN	O	0		n.artifact	ewtb.r.217747.3
+7	.	.	PUNCT	O	0			ewtb.r.217747.3
+
+1	Quick	quick	ADJ	O	0			ewtb.r.236648.1
+2	and	and	CONJ	O	0			ewtb.r.236648.1
+3	Cheap	cheap	ADJ	O	0			ewtb.r.236648.1
+
+1	Walked	walk	VERB	O	0		v.motion	ewtb.r.236648.2
+2	in	in	ADV	O	0			ewtb.r.236648.2
+3	and	and	CONJ	O	0			ewtb.r.236648.2
+4	was	be	VERB	O	0		v.stative	ewtb.r.236648.2
+5	out	out	ADP	B	0			ewtb.r.236648.2
+6	ta	ta	ADP	I	5			ewtb.r.236648.2
+7	there	there	ADV	O	0			ewtb.r.236648.2
+8	in	in	ADP	O	0			ewtb.r.236648.2
+9	10	10	NUM	O	0			ewtb.r.236648.2
+10	mins	min	NOUN	O	0		n.time	ewtb.r.236648.2
+11	with	with	ADP	O	0			ewtb.r.236648.2
+12	a	a	DET	O	0			ewtb.r.236648.2
+13	really	really	ADV	O	0			ewtb.r.236648.2
+14	good	good	ADJ	O	0			ewtb.r.236648.2
+15	deal	deal	NOUN	O	0		n.possession	ewtb.r.236648.2
+16	i	i	PRON	O	0			ewtb.r.236648.2
+17	thought	think	VERB	O	0		v.cognition	ewtb.r.236648.2
+18	i	i	PRON	O	0			ewtb.r.236648.2
+19	was	be	AUX	O	0			ewtb.r.236648.2
+20	going	go	VERB	B	0			ewtb.r.236648.2
+21	to	to	PART	I	20			ewtb.r.236648.2
+22	be	be	AUX	O	0			ewtb.r.236648.2
+23	paying	pay	VERB	O	0		v.possession	ewtb.r.236648.2
+24	a	a	DET	B	0			ewtb.r.236648.2
+25	lot	lot	NOUN	I	24			ewtb.r.236648.2
+26	because	because	SCONJ	O	0			ewtb.r.236648.2
+27	i	i	PRON	O	0			ewtb.r.236648.2
+28	had	have	VERB	O	0		v.stative	ewtb.r.236648.2
+29	a	a	DET	O	0			ewtb.r.236648.2
+30	DUI	duo	NOUN	O	0		n.cognition	ewtb.r.236648.2
+31	but	but	CONJ	O	0			ewtb.r.236648.2
+32	with	with	ADP	O	0			ewtb.r.236648.2
+33	my	my	PRON	O	0			ewtb.r.236648.2
+34	DUI	duo	NOUN	O	0		n.cognition	ewtb.r.236648.2
+35	and	and	CONJ	O	0			ewtb.r.236648.2
+36	Sr	sr	NOUN	B	0		n.communication	ewtb.r.236648.2
+37	-	-	PUNCT	I	36			ewtb.r.236648.2
+38	22	22	NUM	I	37			ewtb.r.236648.2
+39	they	they	PRON	O	0			ewtb.r.236648.2
+40	were	be	VERB	O	0		v.stative	ewtb.r.236648.2
+41	able	able	ADJ	O	0			ewtb.r.236648.2
+42	to	to	PART	O	0			ewtb.r.236648.2
+43	get	get	VERB	O	0		v.stative	ewtb.r.236648.2
+44	me	me	PRON	O	0			ewtb.r.236648.2
+45	the	the	DET	O	0			ewtb.r.236648.2
+46	best	best	ADJ	O	0			ewtb.r.236648.2
+47	deal	deal	NOUN	O	0		n.possession	ewtb.r.236648.2
+48	out	out	ADV	B	0			ewtb.r.236648.2
+49	there	there	ADV	I	48			ewtb.r.236648.2
+50	.	.	PUNCT	O	0			ewtb.r.236648.2
+
+1	Caldwell	caldwell	PROPN	B	0		n.group	ewtb.r.351840.1
+2	insurance	insurance	PROPN	I	1			ewtb.r.351840.1
+3	has	have	AUX	O	0			ewtb.r.351840.1
+4	been	be	AUX	O	0			ewtb.r.351840.1
+5	doing	do	VERB	O	0		v.stative	ewtb.r.351840.1
+6	our	our	PRON	O	0			ewtb.r.351840.1
+7	insurance	insurance	NOUN	O	0		n.act	ewtb.r.351840.1
+8	for	for	ADP	O	0			ewtb.r.351840.1
+9	a	a	DET	O	0			ewtb.r.351840.1
+10	couple	couple	NOUN	O	0		n.time	ewtb.r.351840.1
+11	years	years	NOUN	O	0		n.time	ewtb.r.351840.1
+12	now	now	ADV	O	0			ewtb.r.351840.1
+13	and	and	CONJ	O	0			ewtb.r.351840.1
+14	they	they	PRON	O	0			ewtb.r.351840.1
+15	have	have	AUX	O	0			ewtb.r.351840.1
+16	been	be	VERB	O	0		v.stative	ewtb.r.351840.1
+17	extremely	extremely	ADV	O	0			ewtb.r.351840.1
+18	thorough	thorough	ADJ	O	0			ewtb.r.351840.1
+19	.	.	PUNCT	O	0			ewtb.r.351840.1
+
+1	We	we	PRON	O	0			ewtb.r.351840.2
+2	've	've	AUX	O	0			ewtb.r.351840.2
+3	only	only	ADV	O	0			ewtb.r.351840.2
+4	had	have	VERB	O	0		v.stative	ewtb.r.351840.2
+5	one	one	NUM	O	0			ewtb.r.351840.2
+6	urgent	urgent	ADJ	O	0			ewtb.r.351840.2
+7	issue	issue	NOUN	O	0		n.cognition	ewtb.r.351840.2
+8	to	to	PART	O	0			ewtb.r.351840.2
+9	deal	deal	VERB	B	0		v.social	ewtb.r.351840.2
+10	with	with	ADP	I	9			ewtb.r.351840.2
+11	and	and	CONJ	O	0			ewtb.r.351840.2
+12	they	they	PRON	O	0			ewtb.r.351840.2
+13	were	be	VERB	O	0		v.stative	ewtb.r.351840.2
+14	very	very	ADV	O	0			ewtb.r.351840.2
+15	prompt	prompt	ADJ	O	0			ewtb.r.351840.2
+16	in	in	ADP	O	0			ewtb.r.351840.2
+17	their	their	PRON	O	0			ewtb.r.351840.2
+18	response	response	NOUN	O	0		n.communication	ewtb.r.351840.2
+19	.	.	PUNCT	O	0			ewtb.r.351840.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.351840.3
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.351840.3
+3	!	!	PUNCT	O	0			ewtb.r.351840.3
+
+1	HORRIBLE	horrible	ADJ	O	0			ewtb.r.361348.1
+2	!!!!	!!!!	PUNCT	O	0			ewtb.r.361348.1
+3	!	!	PUNCT	O	0			ewtb.r.361348.1
+
+1	This	this	DET	O	0			ewtb.r.361348.2
+2	has	have	VERB	B	0			ewtb.r.361348.2
+3	to	to	PART	I	2			ewtb.r.361348.2
+4	be	be	VERB	O	0		v.stative	ewtb.r.361348.2
+5	some	some	DET	O	0			ewtb.r.361348.2
+6	of	of	ADP	O	0			ewtb.r.361348.2
+7	the	the	DET	O	0			ewtb.r.361348.2
+8	worst	worst	ADJ	O	0			ewtb.r.361348.2
+9	pizza	pizza	NOUN	O	0		n.food	ewtb.r.361348.2
+10	I	i	PRON	O	0			ewtb.r.361348.2
+11	have	have	AUX	O	0			ewtb.r.361348.2
+12	ever	ever	ADV	O	0			ewtb.r.361348.2
+13	had	have	VERB	O	0		v.stative	ewtb.r.361348.2
+14	the	the	DET	O	0			ewtb.r.361348.2
+15	misfortune	misfortune	NOUN	O	0		n.cognition	ewtb.r.361348.2
+16	of	of	SCONJ	O	0			ewtb.r.361348.2
+17	ordering	order	VERB	O	0		v.communication	ewtb.r.361348.2
+18	.	.	PUNCT	O	0			ewtb.r.361348.2
+
+1	The	the	DET	O	0			ewtb.r.361348.3
+2	crust	crust	NOUN	O	0		n.food	ewtb.r.361348.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.361348.3
+4	lopsided	lopsided	ADJ	O	0			ewtb.r.361348.3
+5	,	,	PUNCT	O	0			ewtb.r.361348.3
+6	thicker	thick	ADJ	O	0			ewtb.r.361348.3
+7	on	on	ADP	O	0			ewtb.r.361348.3
+8	one	one	NUM	O	0			ewtb.r.361348.3
+9	side	side	NOUN	O	0		n.food	ewtb.r.361348.3
+10	than	than	ADP	O	0			ewtb.r.361348.3
+11	the	the	DET	O	0			ewtb.r.361348.3
+12	other	other	ADJ	O	0			ewtb.r.361348.3
+13	.	.	PUNCT	O	0			ewtb.r.361348.3
+
+1	It	it	PRON	O	0			ewtb.r.361348.4
+2	actually	actually	ADV	O	0			ewtb.r.361348.4
+3	had	have	VERB	O	0		v.stative	ewtb.r.361348.4
+4	a	a	DET	O	0			ewtb.r.361348.4
+5	hole	hole	NOUN	O	0		n.food	ewtb.r.361348.4
+6	in	in	ADP	O	0			ewtb.r.361348.4
+7	one	one	NUM	O	0			ewtb.r.361348.4
+8	of	of	ADP	O	0			ewtb.r.361348.4
+9	the	the	DET	O	0			ewtb.r.361348.4
+10	slices	slice	NOUN	O	0		n.food	ewtb.r.361348.4
+11	.	.	PUNCT	O	0			ewtb.r.361348.4
+
+1	There	there	PRON	O	0			ewtb.r.361348.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.361348.5
+3	minimal	minimal	ADJ	O	0			ewtb.r.361348.5
+4	cheese	cheese	NOUN	O	0		n.food	ewtb.r.361348.5
+5	and	and	CONJ	O	0			ewtb.r.361348.5
+6	sauce	sauce	NOUN	O	0		n.food	ewtb.r.361348.5
+7	and	and	CONJ	O	0			ewtb.r.361348.5
+8	it	it	PRON	O	0			ewtb.r.361348.5
+9	completely	completely	ADV	O	0			ewtb.r.361348.5
+10	lacked	lack	VERB	O	0		v.stative	ewtb.r.361348.5
+11	flavor	flavor	NOUN	O	0		n.attribute	ewtb.r.361348.5
+12	.	.	PUNCT	O	0			ewtb.r.361348.5
+
+1	I	i	PRON	O	0			ewtb.r.361348.6
+2	know	know	VERB	O	0		v.cognition	ewtb.r.361348.6
+3	New	new	PROPN	B	0		n.food	ewtb.r.361348.6
+4	York	york	PROPN	I	3			ewtb.r.361348.6
+5	pizza	pizza	NOUN	I	4			ewtb.r.361348.6
+6	and	and	CONJ	O	0			ewtb.r.361348.6
+7	this	this	DET	O	0			ewtb.r.361348.6
+8	is	be	VERB	O	0		v.stative	ewtb.r.361348.6
+9	not	not	PART	O	0			ewtb.r.361348.6
+10	it	it	PRON	O	0			ewtb.r.361348.6
+11	!!	!!	PUNCT	O	0			ewtb.r.361348.6
+
+1	This	this	DET	O	0			ewtb.r.361348.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.361348.7
+3	nothing	nothing	NOUN	O	0			ewtb.r.361348.7
+4	like	like	ADP	O	0			ewtb.r.361348.7
+5	New	new	PROPN	B	0		n.food	ewtb.r.361348.7
+6	York	york	PROPN	I	5			ewtb.r.361348.7
+7	style	style	NOUN	I	6			ewtb.r.361348.7
+8	pizza	pizza	NOUN	I	7			ewtb.r.361348.7
+9	!!!.	!!!.	PUNCT	O	0			ewtb.r.361348.7
+
+1	I	i	PRON	O	0			ewtb.r.361348.8
+2	love	love	VERB	O	0		v.emotion	ewtb.r.361348.8
+3	pizza	pizza	NOUN	O	0		n.food	ewtb.r.361348.8
+4	and	and	CONJ	O	0			ewtb.r.361348.8
+5	this	this	DET	O	0			ewtb.r.361348.8
+6	was	be	VERB	O	0		v.stative	ewtb.r.361348.8
+7	a	a	DET	O	0			ewtb.r.361348.8
+8	complete	complete	ADJ	O	0			ewtb.r.361348.8
+9	and	and	CONJ	O	0			ewtb.r.361348.8
+10	utter	utter	ADJ	O	0			ewtb.r.361348.8
+11	disappointment	disappointment	NOUN	O	0		n.feeling	ewtb.r.361348.8
+12	!!	!!	PUNCT	O	0			ewtb.r.361348.8
+
+1	I	i	PRON	O	0			ewtb.r.361348.9
+2	would	would	AUX	O	0			ewtb.r.361348.9
+3	not	not	PART	O	0			ewtb.r.361348.9
+4	suggest	suggest	VERB	O	0		v.communication	ewtb.r.361348.9
+5	this	this	DET	O	0			ewtb.r.361348.9
+6	pizza	pizza	NOUN	O	0		n.food	ewtb.r.361348.9
+7	to	to	ADP	O	0			ewtb.r.361348.9
+8	anyone	anyone	NOUN	O	0			ewtb.r.361348.9
+9	!!!	!!!	PUNCT	O	0			ewtb.r.361348.9
+
+1	One	one	PRON	O	0			ewtb.r.361545.1
+2	suspects	suspect	VERB	O	0		v.cognition	ewtb.r.361545.1
+3	that	that	DET	O	0			ewtb.r.361545.1
+4	earlier	earlier	ADJ	O	0			ewtb.r.361545.1
+5	reviewer	reviewer	NOUN	O	0		n.person	ewtb.r.361545.1
+6	works	work	VERB	O	0		v.social	ewtb.r.361545.1
+7	for	for	ADP	O	0			ewtb.r.361545.1
+8	another	another	DET	O	0			ewtb.r.361545.1
+9	laundry	laundry	NOUN	O	0		n.group	ewtb.r.361545.1
+10	.	.	PUNCT	O	0			ewtb.r.361545.1
+
+1	Yes	yes	INTJ	O	0			ewtb.r.361545.3
+2	,	,	PUNCT	O	0			ewtb.r.361545.3
+3	there	there	PRON	O	0			ewtb.r.361545.3
+4	are	be	VERB	O	0		v.stative	ewtb.r.361545.3
+5	bigger	bigger	ADJ	O	0			ewtb.r.361545.3
+6	,	,	PUNCT	O	0			ewtb.r.361545.3
+7	but	but	CONJ	O	0			ewtb.r.361545.3
+8	bigger	bigger	ADJ	O	0			ewtb.r.361545.3
+9	is	be	VERB	O	0		v.stative	ewtb.r.361545.3
+10	n't	n't	PART	O	0			ewtb.r.361545.3
+11	necessarily	necessarily	ADV	O	0			ewtb.r.361545.3
+12	better	better	ADJ	O	0			ewtb.r.361545.3
+13	.	.	PUNCT	O	0			ewtb.r.361545.3
+
+1	I	i	PRON	O	0			ewtb.r.361545.4
+2	availed	avail	VERB	B	0		v.social	ewtb.r.361545.4
+3	myself	myself	PRON	o	0			ewtb.r.361545.4
+4	of	of	ADP	I	2			ewtb.r.361545.4
+5	the	the	DET	O	0			ewtb.r.361545.4
+6	wash	wash	VERB	B	0		v.social	ewtb.r.361545.4
+7	'n	'n	CONJ	I	6			ewtb.r.361545.4
+8	fold	fold	VERB	I	7			ewtb.r.361545.4
+9	service	service	NOUN	O	0		n.act	ewtb.r.361545.4
+10	,	,	PUNCT	O	0			ewtb.r.361545.4
+11	taking	take	VERB	O	0		v.stative	ewtb.r.361545.4
+12	just	just	ADV	B	0			ewtb.r.361545.4
+13	about	about	ADP	I	12			ewtb.r.361545.4
+14	a	a	DET	O	0			ewtb.r.361545.4
+15	year	year	NOUN	O	0		n.time	ewtb.r.361545.4
+16	's	's	PART	O	0			ewtb.r.361545.4
+17	worth	worth	NOUN	O	0		n.quantity	ewtb.r.361545.4
+18	of	of	ADP	O	0			ewtb.r.361545.4
+19	dirty	dirty	ADJ	O	0			ewtb.r.361545.4
+20	clothes	clothes	NOUN	O	0		n.artifact	ewtb.r.361545.4
+21	in	in	ADV	O	0			ewtb.r.361545.4
+22	and	and	CONJ	O	0			ewtb.r.361545.4
+23	getting	get	VERB	O	0		v.social	ewtb.r.361545.4
+24	back	back	ADV	O	0			ewtb.r.361545.4
+25	neatly	neatly	ADV	O	0			ewtb.r.361545.4
+26	folded	fold	VERB	O	0		v.change	ewtb.r.361545.4
+27	,	,	PUNCT	O	0			ewtb.r.361545.4
+28	clean	clean	ADJ	O	0			ewtb.r.361545.4
+29	clothes	clothes	NOUN	O	0		n.artifact	ewtb.r.361545.4
+30	in	in	ADP	O	0			ewtb.r.361545.4
+31	clear	clear	ADJ	O	0			ewtb.r.361545.4
+32	plastic	plastic	NOUN	O	0		n.substance	ewtb.r.361545.4
+33	bags	bag	NOUN	O	0		n.artifact	ewtb.r.361545.4
+34	(	(	PUNCT	O	0			ewtb.r.361545.4
+35	I	i	PRON	O	0			ewtb.r.361545.4
+36	'd	'd	AUX	O	0			ewtb.r.361545.4
+37	originally	originally	ADV	O	0			ewtb.r.361545.4
+38	brought	bring	VERB	O	0		v.motion	ewtb.r.361545.4
+39	them	them	PRON	O	0			ewtb.r.361545.4
+40	in	in	ADV	O	0			ewtb.r.361545.4
+41	,	,	PUNCT	O	0			ewtb.r.361545.4
+42	in	in	ADP	O	0			ewtb.r.361545.4
+43	six	six	NUM	O	0			ewtb.r.361545.4
+44	large	large	ADJ	O	0			ewtb.r.361545.4
+45	yellow	yellow	ADJ	O	0			ewtb.r.361545.4
+46	garbage	garbage	NOUN	B	0		n.artifact	ewtb.r.361545.4
+47	bags	bag	NOUN	I	46			ewtb.r.361545.4
+48	)	)	PUNCT	O	0			ewtb.r.361545.4
+49	.	.	PUNCT	O	0			ewtb.r.361545.4
+
+1	The	the	DET	O	0			ewtb.r.361545.5
+2	cost	cost	NOUN	O	0		n.possession	ewtb.r.361545.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.361545.5
+4	certainly	certainly	ADV	O	0			ewtb.r.361545.5
+5	reasonable	reasonable	ADJ	O	0			ewtb.r.361545.5
+6	and	and	CONJ	O	0			ewtb.r.361545.5
+7	I	i	PRON	O	0			ewtb.r.361545.5
+8	will	will	AUX	O	0			ewtb.r.361545.5
+9	continue	continue	VERB	O	0		v.stative	ewtb.r.361545.5
+10	my	my	PRON	O	0			ewtb.r.361545.5
+11	patronage	patronage	NOUN	O	0		n.act	ewtb.r.361545.5
+12	of	of	ADP	O	0			ewtb.r.361545.5
+13	The	the	DET	B	0		n.group	ewtb.r.361545.5
+14	Laundry	laundry	PROPN	I	13			ewtb.r.361545.5
+15	Tub	tub	PROPN	I	14			ewtb.r.361545.5
+16	in	in	ADP	O	0			ewtb.r.361545.5
+17	the	the	DET	O	0			ewtb.r.361545.5
+18	future	future	NOUN	O	0		n.time	ewtb.r.361545.5
+19	.	.	PUNCT	O	0			ewtb.r.361545.5
+
+1	Will	will	AUX	O	0			ewtb.r.130647.1
+2	never	never	ADV	O	0			ewtb.r.130647.1
+3	use	use	VERB	O	0		v.social	ewtb.r.130647.1
+4	again	again	ADV	O	0			ewtb.r.130647.1
+5	.	.	PUNCT	O	0			ewtb.r.130647.1
+
+1	Very	very	ADV	O	0			ewtb.r.130647.2
+2	rude	rude	ADJ	O	0			ewtb.r.130647.2
+3	and	and	CONJ	O	0			ewtb.r.130647.2
+4	unprofessional	unprofessional	ADJ	O	0			ewtb.r.130647.2
+5	.	.	PUNCT	O	0			ewtb.r.130647.2
+
+1	The	the	DET	O	0			ewtb.r.130647.3
+2	workers	worker	NOUN	O	0		n.person	ewtb.r.130647.3
+3	sped	speed	VERB	O	0		v.change	ewtb.r.130647.3
+4	up	up	ADP	O	0			ewtb.r.130647.3
+5	and	and	CONJ	O	0			ewtb.r.130647.3
+6	down	down	ADP	O	0			ewtb.r.130647.3
+7	the	the	DET	O	0			ewtb.r.130647.3
+8	street	street	NOUN	O	0		n.location	ewtb.r.130647.3
+9	with	with	ADP	O	0			ewtb.r.130647.3
+10	no	no	DET	O	0			ewtb.r.130647.3
+11	mind	mind	NOUN	O	0		n.cognition	ewtb.r.130647.3
+12	to	to	ADP	O	0			ewtb.r.130647.3
+13	the	the	DET	O	0			ewtb.r.130647.3
+14	small	small	ADJ	O	0			ewtb.r.130647.3
+15	children	child	NOUN	O	0		n.person	ewtb.r.130647.3
+16	playing	play	VERB	O	0		v.social	ewtb.r.130647.3
+17	.	.	PUNCT	O	0			ewtb.r.130647.3
+
+1	professional	professional	ADJ	O	0			ewtb.r.134741.1
+
+1	Good	good	ADJ	O	0			ewtb.r.134741.2
+2	job	job	NOUN	O	0		n.act	ewtb.r.134741.2
+3	very	very	ADV	O	0			ewtb.r.134741.2
+4	professional	professional	ADJ	O	0			ewtb.r.134741.2
+5	.	.	PUNCT	O	0			ewtb.r.134741.2
+
+1	It	it	PRON	O	0			ewtb.r.134741.3
+2	made	make	VERB	O	0		v.stative	ewtb.r.134741.3
+3	me	me	PRON	O	0			ewtb.r.134741.3
+4	feel	feel	VERB	O	0		v.emotion	ewtb.r.134741.3
+5	good	good	ADJ	O	0			ewtb.r.134741.3
+6	to	to	PART	O	0			ewtb.r.134741.3
+7	see	see	VERB	O	0		v.perception	ewtb.r.134741.3
+8	people	person	NOUN	O	0		n.person	ewtb.r.134741.3
+9	work	work	VERB	O	0		v.social	ewtb.r.134741.3
+10	so	so	ADV	O	0			ewtb.r.134741.3
+11	hard	hard	ADV	O	0			ewtb.r.134741.3
+12	to	to	PART	O	0			ewtb.r.134741.3
+13	take	take	VERB	B	0		v.social	ewtb.r.134741.3
+14	care	care	NOUN	I	13			ewtb.r.134741.3
+15	of	of	ADP	I	14			ewtb.r.134741.3
+16	others	others	NOUN	O	0			ewtb.r.134741.3
+17	belongings	belongings	NOUN	O	0		n.artifact	ewtb.r.134741.3
+18	.	.	PUNCT	O	0			ewtb.r.134741.3
+
+1	These	these	DET	O	0			ewtb.r.138249.1
+2	guys	guy	NOUN	O	0			ewtb.r.138249.1
+3	do	do	VERB	B	0		v.social	ewtb.r.138249.1
+4	great	great	ADJ	o	0			ewtb.r.138249.1
+5	work	work	NOUN	I	3			ewtb.r.138249.1
+6	at	at	ADP	O	0			ewtb.r.138249.1
+7	VERY	very	ADV	O	0			ewtb.r.138249.1
+8	reasonable	reasonable	ADJ	O	0			ewtb.r.138249.1
+9	prices	price	NOUN	O	0		n.possession	ewtb.r.138249.1
+10	.	.	PUNCT	O	0			ewtb.r.138249.1
+
+1	I	i	PRON	O	0			ewtb.r.138249.3
+2	have	have	AUX	O	0			ewtb.r.138249.3
+3	never	never	ADV	O	0			ewtb.r.138249.3
+4	been	be	AUX	O	0			ewtb.r.138249.3
+5	disappointed	disappoint	VERB	O	0		v.emotion	ewtb.r.138249.3
+6	.	.	PUNCT	O	0			ewtb.r.138249.3
+
+1	spoken	speak	VERB	O	0		v.communication	ewtb.r.145645.1
+2	english	english	PROPN	O	0		n.communication	ewtb.r.145645.1
+3	rushi	rushi	PROPN	O	0		n.person	ewtb.r.145645.1
+
+1	Best	best	ADJ	O	0			ewtb.r.148346.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.148346.1
+3	to	to	PART	O	0			ewtb.r.148346.1
+4	sleep	sleep	VERB	O	0		v.stative	ewtb.r.148346.1
+5	!!!!!!!	!!!!!!!	PUNCT	O	0			ewtb.r.148346.1
+
+1	It	it	PRON	O	0			ewtb.r.149741.1
+2	's	's	VERB	O	0		v.stative	ewtb.r.149741.1
+3	helpful	helpful	ADJ	O	0			ewtb.r.149741.1
+4	to	to	PART	O	0			ewtb.r.149741.1
+5	know	know	VERB	O	0		v.cognition	ewtb.r.149741.1
+6	a	a	DET	O	0			ewtb.r.149741.1
+7	quite	quite	DET	O	0			ewtb.r.149741.1
+8	a	a	DET	B	0			ewtb.r.149741.1
+9	bit	bit	NOUN	I	8			ewtb.r.149741.1
+10	about	about	ADP	O	0			ewtb.r.149741.1
+11	bull	bull	NOUN	B	0		n.act	ewtb.r.149741.1
+12	fighting	fighting	NOUN	I	11			ewtb.r.149741.1
+13	.	.	PUNCT	O	0			ewtb.r.149741.1
+
+1	If	if	SCONJ	O	0			ewtb.r.149741.2
+2	you	you	PRON	O	0			ewtb.r.149741.2
+3	watch	watch	VERB	O	0		v.perception	ewtb.r.149741.2
+4	a	a	DET	B	0			ewtb.r.149741.2
+5	lot	lot	NOUN	I	4			ewtb.r.149741.2
+6	of	of	ADP	O	0			ewtb.r.149741.2
+7	fights	fight	NOUN	O	0		n.act	ewtb.r.149741.2
+8	(	(	PUNCT	O	0			ewtb.r.149741.2
+9	youtube	youtube	PROPN	O	0		n.communication	ewtb.r.149741.2
+10	)	)	PUNCT	O	0			ewtb.r.149741.2
+11	and	and	CONJ	O	0			ewtb.r.149741.2
+12	research	research	VERB	O	0		v.cognition	ewtb.r.149741.2
+13	some	some	DET	O	0			ewtb.r.149741.2
+14	of	of	ADP	O	0			ewtb.r.149741.2
+15	the	the	DET	O	0			ewtb.r.149741.2
+16	history	history	NOUN	O	0		n.cognition	ewtb.r.149741.2
+17	(	(	PUNCT	O	0			ewtb.r.149741.2
+18	http://en.wikipedia.org/wiki/Bullfighting	http://en.wikipedia.org/wiki/bullfighting	X	O	0		n.communication	ewtb.r.149741.2
+19	)	)	PUNCT	O	0			ewtb.r.149741.2
+20	you	you	PRON	O	0			ewtb.r.149741.2
+21	will	will	AUX	O	0			ewtb.r.149741.2
+22	find	find	VERB	O	0		v.cognition	ewtb.r.149741.2
+23	yourself	yourself	PRON	O	0			ewtb.r.149741.2
+24	enjoying	enjoy	VERB	O	0		v.emotion	ewtb.r.149741.2
+25	it	it	PRON	O	0			ewtb.r.149741.2
+26	a	a	DET	B	0			ewtb.r.149741.2
+27	lot	lot	NOUN	I	26			ewtb.r.149741.2
+28	more	more	ADV	O	0			ewtb.r.149741.2
+29	!	!	PUNCT	O	0			ewtb.r.149741.2
+
+1	Also	also	ADV	O	0			ewtb.r.149741.3
+2	after	after	SCONJ	O	0			ewtb.r.149741.3
+3	seeing	see	VERB	O	0		v.perception	ewtb.r.149741.3
+4	a	a	DET	B	0		n.quantity	ewtb.r.149741.3
+5	handful	handful	NOUN	I	4			ewtb.r.149741.3
+6	of	of	ADP	O	0			ewtb.r.149741.3
+7	bullfights	bullfight	NOUN	O	0		n.act	ewtb.r.149741.3
+8	,	,	PUNCT	O	0			ewtb.r.149741.3
+9	I	i	PRON	O	0			ewtb.r.149741.3
+10	can	can	AUX	O	0			ewtb.r.149741.3
+11	say	say	VERB	O	0		v.communication	ewtb.r.149741.3
+12	that	that	SCONJ	O	0			ewtb.r.149741.3
+13	they	they	PRON	O	0			ewtb.r.149741.3
+14	're	're	VERB	O	0		v.stative	ewtb.r.149741.3
+15	a	a	DET	B	0			ewtb.r.149741.3
+16	lot	lot	NOUN	I	15			ewtb.r.149741.3
+17	more	more	ADV	O	0			ewtb.r.149741.3
+18	enjoyable	enjoyable	ADJ	O	0			ewtb.r.149741.3
+19	if	if	SCONJ	O	0			ewtb.r.149741.3
+20	you	you	PRON	O	0			ewtb.r.149741.3
+21	're	're	VERB	O	0		v.stative	ewtb.r.149741.3
+22	smashed	smashed	ADJ	O	0			ewtb.r.149741.3
+23	(	(	PUNCT	O	0			ewtb.r.149741.3
+24	BAC	bac	NOUN	O	0		n.relation	ewtb.r.149741.3
+25	>=	>=	SYM	O	0			ewtb.r.149741.3
+26	.15	.15	NUM	O	0			ewtb.r.149741.3
+27	)	)	PUNCT	O	0			ewtb.r.149741.3
+28	.	.	PUNCT	O	0			ewtb.r.149741.3
+
+1	awesome	awesome	ADJ	O	0			ewtb.r.158740.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.158740.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.158740.1
+
+1	I	i	PRON	O	0			ewtb.r.158740.3
+2	had	have	VERB	O	0		v.stative	ewtb.r.158740.3
+3	so	so	ADV	O	0			ewtb.r.158740.3
+4	many	many	ADJ	O	0			ewtb.r.158740.3
+5	strawberries	strawberry	NOUN	O	0		n.food	ewtb.r.158740.3
+6	right	right	ADV	O	0			ewtb.r.158740.3
+7	on	on	ADP	O	0			ewtb.r.158740.3
+8	the	the	DET	O	0			ewtb.r.158740.3
+9	field	field	NOUN	O	0		n.location	ewtb.r.158740.3
+10	...	...	PUNCT	O	0			ewtb.r.158740.3
+11	strongly	strongly	ADV	O	0			ewtb.r.158740.3
+12	recomend	recomend	VERB	O	0		v.communication	ewtb.r.158740.3
+13	...	...	PUNCT	O	0			ewtb.r.158740.3
+14	do	do	AUX	O	0			ewtb.r.158740.3
+15	nt	nt	ADV	O	0			ewtb.r.158740.3
+16	forget	forget	VERB	O	0		v.cognition	ewtb.r.158740.3
+17	to	to	PART	O	0			ewtb.r.158740.3
+18	try	try	VERB	O	0		v.consumption	ewtb.r.158740.3
+19	their	their	PRON	O	0			ewtb.r.158740.3
+20	great	great	ADJ	O	0			ewtb.r.158740.3
+21	ice	ice	NOUN	B	0		n.food	ewtb.r.158740.3
+22	cream	cream	NOUN	I	21			ewtb.r.158740.3
+
+1	Good	good	ADJ	O	0			ewtb.r.188548.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.188548.1
+3	,	,	PUNCT	O	0			ewtb.r.188548.1
+4	good	good	ADJ	O	0			ewtb.r.188548.1
+5	wait	wait	NOUN	B	0		n.group	ewtb.r.188548.1
+6	staff	staff	NOUN	I	5			ewtb.r.188548.1
+7	,	,	PUNCT	O	0			ewtb.r.188548.1
+8	poor	poor	ADJ	O	0			ewtb.r.188548.1
+9	management	management	NOUN	O	0		n.group	ewtb.r.188548.1
+
+1	The	the	DET	O	0			ewtb.r.188548.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.188548.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.188548.3
+4	good	good	ADJ	O	0			ewtb.r.188548.3
+5	,	,	PUNCT	O	0			ewtb.r.188548.3
+6	and	and	CONJ	O	0			ewtb.r.188548.3
+7	so	so	ADV	O	0			ewtb.r.188548.3
+8	was	be	VERB	O	0		v.stative	ewtb.r.188548.3
+9	our	our	PRON	O	0			ewtb.r.188548.3
+10	waitress	waitress	NOUN	O	0		n.person	ewtb.r.188548.3
+11	.	.	PUNCT	O	0			ewtb.r.188548.3
+
+1	When	when	ADV	O	0			ewtb.r.188548.4
+2	it	it	PRON	O	0			ewtb.r.188548.4
+3	came	come	VERB	B	0		v.stative	ewtb.r.188548.4
+4	time	time	NOUN	I	3			ewtb.r.188548.4
+5	to	to	PART	O	0			ewtb.r.188548.4
+6	pay	pay	VERB	O	0		v.possession	ewtb.r.188548.4
+7	the	the	DET	O	0			ewtb.r.188548.4
+8	bill	bill	NOUN	O	0		n.possession	ewtb.r.188548.4
+9	up	up	ADV	B	0			ewtb.r.188548.4
+10	front	front	ADV	I	9			ewtb.r.188548.4
+11	,	,	PUNCT	O	0			ewtb.r.188548.4
+12	they	they	PRON	O	0			ewtb.r.188548.4
+13	would	would	AUX	O	0			ewtb.r.188548.4
+14	not	not	PART	O	0			ewtb.r.188548.4
+15	let	let	VERB	O	0		v.stative	ewtb.r.188548.4
+16	me	me	PRON	O	0			ewtb.r.188548.4
+17	use	use	VERB	O	0		v.stative	ewtb.r.188548.4
+18	any	any	DET	O	0			ewtb.r.188548.4
+19	of	of	ADP	O	0			ewtb.r.188548.4
+20	the	the	DET	O	0			ewtb.r.188548.4
+21	certificate	certificate	NOUN	O	0		n.possession	ewtb.r.188548.4
+22	for	for	ADP	O	0			ewtb.r.188548.4
+23	a	a	DET	O	0			ewtb.r.188548.4
+24	tip	tip	NOUN	O	0		n.possession	ewtb.r.188548.4
+25	(	(	PUNCT	O	0			ewtb.r.188548.4
+26	which	which	DET	O	0			ewtb.r.188548.4
+27	I	i	PRON	O	0			ewtb.r.188548.4
+28	have	have	AUX	O	0			ewtb.r.188548.4
+29	done	do	VERB	O	0		v.stative	ewtb.r.188548.4
+30	with	with	ADP	O	0			ewtb.r.188548.4
+31	any	any	DET	O	0			ewtb.r.188548.4
+32	other	other	ADJ	O	0			ewtb.r.188548.4
+33	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.188548.4
+34	I	i	PRON	O	0			ewtb.r.188548.4
+35	've	've	AUX	O	0			ewtb.r.188548.4
+36	gotten	get	VERB	O	0		v.stative	ewtb.r.188548.4
+37	a	a	DET	O	0			ewtb.r.188548.4
+38	gift	gift	NOUN	B	0		n.possession	ewtb.r.188548.4
+39	certificate	certificate	NOUN	I	38			ewtb.r.188548.4
+40	for	for	ADP	O	0			ewtb.r.188548.4
+41	.	.	PUNCT	O	0			ewtb.r.188548.4
+42	)	)	PUNCT	O	0			ewtb.r.188548.4
+
+1	I	i	PRON	O	0			ewtb.r.188548.5
+2	then	then	ADV	O	0			ewtb.r.188548.5
+3	asked	ask	VERB	O	0		v.communication	ewtb.r.188548.5
+4	if	if	SCONJ	O	0			ewtb.r.188548.5
+5	I	i	PRON	O	0			ewtb.r.188548.5
+6	could	could	AUX	O	0			ewtb.r.188548.5
+7	have	have	VERB	O	0		v.stative	ewtb.r.188548.5
+8	money	money	NOUN	O	0		n.possession	ewtb.r.188548.5
+9	back	back	ADV	O	0			ewtb.r.188548.5
+10	in	in	ADP	O	0			ewtb.r.188548.5
+11	cash	cash	NOUN	O	0		n.possession	ewtb.r.188548.5
+12	.	.	PUNCT	O	0			ewtb.r.188548.5
+
+1	The	the	DET	O	0			ewtb.r.188548.6
+2	person	person	NOUN	O	0		n.person	ewtb.r.188548.6
+3	went	go	VERB	O	0		v.motion	ewtb.r.188548.6
+4	to	to	PART	O	0			ewtb.r.188548.6
+5	go	go	VERB	O	0		v.motion	ewtb.r.188548.6
+6	check	check	VERB	O	0		v.communication	ewtb.r.188548.6
+7	with	with	ADP	O	0			ewtb.r.188548.6
+8	the	the	DET	O	0			ewtb.r.188548.6
+9	manager	manager	NOUN	O	0		n.person	ewtb.r.188548.6
+10	,	,	PUNCT	O	0			ewtb.r.188548.6
+11	who	who	PRON	O	0			ewtb.r.188548.6
+12	was	be	AUX	O	0			ewtb.r.188548.6
+13	sitting	sit	VERB	O	0		v.stative	ewtb.r.188548.6
+14	at	at	ADP	O	0			ewtb.r.188548.6
+15	a	a	DET	O	0			ewtb.r.188548.6
+16	table	table	NOUN	O	0		n.location	ewtb.r.188548.6
+17	chatting	chat	VERB	O	0		v.communication	ewtb.r.188548.6
+18	with	with	ADP	O	0			ewtb.r.188548.6
+19	her	her	PRON	O	0			ewtb.r.188548.6
+20	friends	friend	NOUN	O	0		n.person	ewtb.r.188548.6
+21	who	who	PRON	O	0			ewtb.r.188548.6
+22	were	be	AUX	O	0			ewtb.r.188548.6
+23	eating	eat	VERB	O	0		v.consumption	ewtb.r.188548.6
+24	there	there	ADV	O	0			ewtb.r.188548.6
+25	.	.	PUNCT	O	0			ewtb.r.188548.6
+
+1	Her	her	PRON	O	0			ewtb.r.188548.7
+2	answer	answer	NOUN	O	0		n.communication	ewtb.r.188548.7
+3	was	be	VERB	O	0		v.stative	ewtb.r.188548.7
+4	short	short	ADJ	O	0			ewtb.r.188548.7
+5	and	and	CONJ	O	0			ewtb.r.188548.7
+6	manner	manner	NOUN	O	0		n.cognition	ewtb.r.188548.7
+7	rather	rather	ADV	O	0			ewtb.r.188548.7
+8	rude	rude	ADJ	O	0			ewtb.r.188548.7
+9	.	.	PUNCT	O	0			ewtb.r.188548.7
+
+1	There	there	PRON	O	0			ewtb.r.188548.10
+2	were	be	VERB	O	0		v.stative	ewtb.r.188548.10
+3	no	no	DET	O	0			ewtb.r.188548.10
+4	other	other	ADJ	O	0			ewtb.r.188548.10
+5	options	option	NOUN	O	0		n.cognition	ewtb.r.188548.10
+6	available	available	ADJ	O	0			ewtb.r.188548.10
+7	(	(	PUNCT	O	0			ewtb.r.188548.10
+8	I	i	PRON	O	0			ewtb.r.188548.10
+9	only	only	ADV	O	0			ewtb.r.188548.10
+10	brought	bring	VERB	O	0		v.motion	ewtb.r.188548.10
+11	my	my	PRON	O	0			ewtb.r.188548.10
+12	check	check	NOUN	B	0		n.possession	ewtb.r.188548.10
+13	card	card	NOUN	I	12			ewtb.r.188548.10
+14	to	to	PART	O	0			ewtb.r.188548.10
+15	cover	cover	VERB	O	0		v.possession	ewtb.r.188548.10
+16	any	any	DET	O	0			ewtb.r.188548.10
+17	overage	overage	NOUN	O	0		n.possession	ewtb.r.188548.10
+18	cost	cost	NOUN	O	0		n.possession	ewtb.r.188548.10
+19	)	)	PUNCT	O	0			ewtb.r.188548.10
+20	and	and	CONJ	O	0			ewtb.r.188548.10
+21	she	she	PRON	O	0			ewtb.r.188548.10
+22	rang	ring	VERB	B	0		v.possession	ewtb.r.188548.10
+23	it	it	PRON	o	0			ewtb.r.188548.10
+24	up	up	ADP	I	22			ewtb.r.188548.10
+25	and	and	CONJ	O	0			ewtb.r.188548.10
+26	applied	apply	VERB	O	0		v.possession	ewtb.r.188548.10
+27	it	it	PRON	O	0			ewtb.r.188548.10
+28	to	to	ADP	O	0			ewtb.r.188548.10
+29	the	the	DET	O	0			ewtb.r.188548.10
+30	gift	gift	NOUN	B	0		n.possession	ewtb.r.188548.10
+31	card	card	NOUN	I	30			ewtb.r.188548.10
+32	before	before	SCONJ	O	0			ewtb.r.188548.10
+33	telling	tell	VERB	O	0		v.communication	ewtb.r.188548.10
+34	me	me	PRON	O	0			ewtb.r.188548.10
+35	about	about	ADP	O	0			ewtb.r.188548.10
+36	the	the	DET	O	0			ewtb.r.188548.10
+37	tip	tip	NOUN	O	0		n.possession	ewtb.r.188548.10
+38	policy	policy	NOUN	O	0		n.cognition	ewtb.r.188548.10
+39	.	.	PUNCT	O	0			ewtb.r.188548.10
+
+1	I	i	PRON	O	0			ewtb.r.188548.11
+2	will	will	AUX	O	0			ewtb.r.188548.11
+3	not	not	PART	O	0			ewtb.r.188548.11
+4	be	be	AUX	O	0			ewtb.r.188548.11
+5	visiting	visit	VERB	O	0		v.social	ewtb.r.188548.11
+6	Mama	mama	PROPN	B	0		n.group	ewtb.r.188548.11
+7	Mia	mia	PROPN	I	6			ewtb.r.188548.11
+8	's	's	PART	I	7			ewtb.r.188548.11
+9	again	again	ADV	O	0			ewtb.r.188548.11
+10	.	.	PUNCT	O	0			ewtb.r.188548.11
+
+1	There	there	PRON	O	0			ewtb.r.188548.12
+2	are	be	VERB	O	0		v.stative	ewtb.r.188548.12
+3	other	other	ADJ	O	0			ewtb.r.188548.12
+4	places	place	NOUN	O	0		n.group	ewtb.r.188548.12
+5	with	with	ADP	O	0			ewtb.r.188548.12
+6	food	food	NOUN	O	0		n.food	ewtb.r.188548.12
+7	just	just	ADV	O	0			ewtb.r.188548.12
+8	as	as	ADV	O	0			ewtb.r.188548.12
+9	good	good	ADJ	O	0			ewtb.r.188548.12
+10	with	with	ADP	O	0			ewtb.r.188548.12
+11	management	management	NOUN	O	0		n.group	ewtb.r.188548.12
+12	that	that	DET	O	0			ewtb.r.188548.12
+13	values	value	VERB	O	0		v.cognition	ewtb.r.188548.12
+14	customers	customer	NOUN	O	0		n.person	ewtb.r.188548.12
+15	and	and	CONJ	O	0			ewtb.r.188548.12
+16	employees	employee	NOUN	O	0		n.person	ewtb.r.188548.12
+17	much	much	ADV	O	0			ewtb.r.188548.12
+18	more	more	ADV	O	0			ewtb.r.188548.12
+19	.	.	PUNCT	O	0			ewtb.r.188548.12
+
+1	They	they	PRON	O	0			ewtb.r.165143.1
+2	wo	wo	AUX	O	0			ewtb.r.165143.1
+3	n't	n't	PART	O	0			ewtb.r.165143.1
+4	have	have	VERB	O	0		v.stative	ewtb.r.165143.1
+5	a	a	DET	O	0			ewtb.r.165143.1
+6	second	second	ADJ	B	0		n.event	ewtb.r.165143.1
+7	chance	chance	NOUN	I	6			ewtb.r.165143.1
+8	from	from	ADP	O	0			ewtb.r.165143.1
+9	me	me	PRON	O	0			ewtb.r.165143.1
+10	.	.	PUNCT	O	0			ewtb.r.165143.1
+
+1	The	the	DET	O	0			ewtb.r.188548.9
+2	cashier	cashier	NOUN	O	0		n.person	ewtb.r.188548.9
+3	was	be	VERB	O	0		v.stative	ewtb.r.188548.9
+4	also	also	ADV	O	0			ewtb.r.188548.9
+5	short	short	ADJ	O	0			ewtb.r.188548.9
+6	,	,	PUNCT	O	0			ewtb.r.188548.9
+7	unapologetic	unapologetic	ADJ	O	0			ewtb.r.188548.9
+8	and	and	CONJ	O	0			ewtb.r.188548.9
+9	made	make	VERB	O	0		v.stative	ewtb.r.188548.9
+10	me	me	PRON	O	0			ewtb.r.188548.9
+11	feel	feel	VERB	O	0		v.cognition	ewtb.r.188548.9
+12	as	as	SCONJ	O	0			ewtb.r.188548.9
+13	I	i	PRON	O	0			ewtb.r.188548.9
+14	was	be	AUX	O	0			ewtb.r.188548.9
+15	wasting	waste	VERB	B	0		v.social	ewtb.r.188548.9
+16	her	her	PRON	o	0			ewtb.r.188548.9
+17	time	time	NOUN	I	15			ewtb.r.188548.9
+18	.	.	PUNCT	O	0			ewtb.r.188548.9
+
+1	I	i	PRON	O	0			ewtb.r.229142.1
+2	used	use	VERB	O	0		v.social	ewtb.r.229142.1
+3	Birdies	birdies	PROPN	O	0		n.group	ewtb.r.229142.1
+4	for	for	ADP	O	0			ewtb.r.229142.1
+5	our	our	PRON	O	0			ewtb.r.229142.1
+6	Annual	annual	ADJ	O	0			ewtb.r.229142.1
+7	Walk	walk	PROPN	B	0		n.event	ewtb.r.229142.1
+8	Against	against	ADP	I	7			ewtb.r.229142.1
+9	Drugs	drugs	PROPN	I	8			ewtb.r.229142.1
+10	and	and	CONJ	I	9			ewtb.r.229142.1
+11	Alcohol	alcohol	PROPN	I	10			ewtb.r.229142.1
+12	event	event	NOUN	O	0		n.event	ewtb.r.229142.1
+13	.	.	PUNCT	O	0			ewtb.r.229142.1
+
+1	I	i	PRON	O	0			ewtb.r.275140.1
+2	'm	'm	AUX	O	0			ewtb.r.275140.1
+3	really	really	ADV	O	0			ewtb.r.275140.1
+4	surprised	surprise	VERB	O	0		v.cognition	ewtb.r.275140.1
+5	by	by	ADP	O	0			ewtb.r.275140.1
+6	the	the	DET	O	0			ewtb.r.275140.1
+7	negative	negative	ADJ	O	0			ewtb.r.275140.1
+8	reviews	review	NOUN	O	0		n.communication	ewtb.r.275140.1
+9	.	.	PUNCT	O	0			ewtb.r.275140.1
+
+1	green	green	ADJ	B	0		n.food	ewtb.r.199045.1
+2	curry	curry	NOUN	I	1			ewtb.r.199045.1
+3	and	and	CONJ	O	0			ewtb.r.199045.1
+4	red	red	ADJ	B	0		n.food	ewtb.r.199045.1
+5	curry	curry	NOUN	I	4			ewtb.r.199045.1
+6	is	be	VERB	O	0		v.stative	ewtb.r.199045.1
+7	awesome	awesome	ADJ	O	0			ewtb.r.199045.1
+8	!	!	PUNCT	O	0			ewtb.r.199045.1
+
+1	Feels	feel	VERB	O	0		v.cognition	ewtb.r.207348.1
+2	like	like	SCONJ	O	0			ewtb.r.207348.1
+3	you	you	PRON	O	0			ewtb.r.207348.1
+4	are	be	VERB	O	0		v.stative	ewtb.r.207348.1
+5	in	in	ADP	O	0			ewtb.r.207348.1
+6	Brooklyn	brooklyn	PROPN	O	0		n.location	ewtb.r.207348.1
+7	,	,	PUNCT	O	0			ewtb.r.207348.1
+8	but	but	CONJ	O	0			ewtb.r.207348.1
+9	people	person	NOUN	B	0			ewtb.r.207348.1
+10	watching	watching	NOUN	I	9			ewtb.r.207348.1
+11	is	be	VERB	O	0		v.stative	ewtb.r.207348.1
+12	entertaining	entertaining	ADJ	O	0			ewtb.r.207348.1
+13	.	.	PUNCT	O	0			ewtb.r.207348.1
+
+1	Lovley	lovley	ADJ	O	0			ewtb.r.258042.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.258042.1
+3	and	and	CONJ	O	0			ewtb.r.258042.1
+4	fab	fab	ADJ	O	0			ewtb.r.258042.1
+5	chips	chips	NOUN	O	0		n.food	ewtb.r.258042.1
+
+1	I	i	PRON	O	0			ewtb.r.260640.1
+2	would	would	AUX	O	0			ewtb.r.260640.1
+3	n't	n't	PART	O	0			ewtb.r.260640.1
+4	send	send	VERB	O	0		v.motion	ewtb.r.260640.1
+5	my	my	PRON	O	0			ewtb.r.260640.1
+6	dogs	dog	NOUN	O	0		n.animal	ewtb.r.260640.1
+7	there	there	ADV	O	0			ewtb.r.260640.1
+8	.	.	PUNCT	O	0			ewtb.r.260640.1
+
+1	I	i	PRON	O	0			ewtb.r.260640.2
+2	had	have	VERB	O	0		v.stative	ewtb.r.260640.2
+3	a	a	DET	O	0			ewtb.r.260640.2
+4	conversation	conversation	NOUN	O	0		n.communication	ewtb.r.260640.2
+5	with	with	ADP	O	0			ewtb.r.260640.2
+6	the	the	DET	O	0			ewtb.r.260640.2
+7	woman	woman	NOUN	O	0		n.person	ewtb.r.260640.2
+8	running	run	VERB	O	0		v.social	ewtb.r.260640.2
+9	this	this	DET	O	0			ewtb.r.260640.2
+10	place	place	NOUN	O	0		n.group	ewtb.r.260640.2
+11	in	in	ADP	O	0			ewtb.r.260640.2
+12	April	april	PROPN	O	0		n.time	ewtb.r.260640.2
+13	2010	2010	NUM	O	0			ewtb.r.260640.2
+14	.	.	PUNCT	O	0			ewtb.r.260640.2
+
+1	She	she	PRON	O	0			ewtb.r.260640.3
+2	basically	basically	ADV	O	0			ewtb.r.260640.3
+3	said	say	VERB	O	0		v.communication	ewtb.r.260640.3
+4	if	if	SCONJ	O	0			ewtb.r.260640.3
+5	the	the	DET	O	0			ewtb.r.260640.3
+6	children	child	NOUN	O	0		n.person	ewtb.r.260640.3
+7	getting	get	VERB	O	0		v.stative	ewtb.r.260640.3
+8	off	off	ADP	O	0			ewtb.r.260640.3
+9	the	the	DET	O	0			ewtb.r.260640.3
+10	bus	bus	NOUN	O	0		n.artifact	ewtb.r.260640.3
+11	are	be	AUX	O	0			ewtb.r.260640.3
+12	n't	n't	PART	O	0			ewtb.r.260640.3
+13	paying	pay	VERB	O	0		v.possession	ewtb.r.260640.3
+14	to	to	PART	O	0			ewtb.r.260640.3
+15	enter	enter	VERB	O	0		v.motion	ewtb.r.260640.3
+16	her	her	PRON	O	0			ewtb.r.260640.3
+17	building	building	NOUN	O	0		n.location	ewtb.r.260640.3
+18	she	she	PRON	O	0			ewtb.r.260640.3
+19	was	be	AUX	O	0			ewtb.r.260640.3
+20	going	go	VERB	B	0			ewtb.r.260640.3
+21	to	to	PART	I	20			ewtb.r.260640.3
+22	let	let	VERB	O	0		v.social	ewtb.r.260640.3
+23	them	them	PRON	O	0			ewtb.r.260640.3
+24	wander	wander	VERB	O	0		v.motion	ewtb.r.260640.3
+25	around	around	ADP	O	0			ewtb.r.260640.3
+26	the	the	DET	O	0			ewtb.r.260640.3
+27	streets	street	NOUN	O	0		n.location	ewtb.r.260640.3
+28	.	.	PUNCT	O	0			ewtb.r.260640.3
+
+1	Wow	wow	INTJ	O	0			ewtb.r.260640.4
+2	,	,	PUNCT	O	0			ewtb.r.260640.4
+3	really	really	ADV	O	0			ewtb.r.260640.4
+4	?	?	PUNCT	O	0			ewtb.r.260640.4
+
+1	REAL	real	ADV	O	0			ewtb.r.260640.6
+2	CHRISTIAN	christian	ADJ	O	0			ewtb.r.260640.6
+3	OF	of	ADP	O	0			ewtb.r.260640.6
+4	YOU	you	PRON	O	0			ewtb.r.260640.6
+5	!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!	PUNCT	O	0			ewtb.r.260640.6
+
+1	Whether	whether	SCONJ	O	0			ewtb.r.260640.7
+2	they	they	PRON	O	0			ewtb.r.260640.7
+3	pay	pay	VERB	O	0		v.possession	ewtb.r.260640.7
+4	me	me	PRON	O	0			ewtb.r.260640.7
+5	or	or	CONJ	O	0			ewtb.r.260640.7
+6	not	not	PART	O	0			ewtb.r.260640.7
+7	,	,	PUNCT	O	0			ewtb.r.260640.7
+8	if	if	SCONJ	O	0			ewtb.r.260640.7
+9	their	their	PRON	O	0			ewtb.r.260640.7
+10	parents	parent	NOUN	O	0		n.person	ewtb.r.260640.7
+11	get	get	VERB	B	0		v.stative	ewtb.r.260640.7
+12	into	into	ADP	I	11			ewtb.r.260640.7
+13	an	an	DET	I	12			ewtb.r.260640.7
+14	accident	accident	NOUN	I	13			ewtb.r.260640.7
+15	,	,	PUNCT	O	0			ewtb.r.260640.7
+16	stuck	stuck	ADJ	O	0			ewtb.r.260640.7
+17	in	in	ADP	O	0			ewtb.r.260640.7
+18	traffic	traffic	NOUN	O	0		n.state	ewtb.r.260640.7
+19	,	,	PUNCT	O	0			ewtb.r.260640.7
+20	etc.	etc.	X	O	0			ewtb.r.260640.7
+21	THE	the	DET	O	0			ewtb.r.260640.7
+22	LAST	last	ADJ	O	0			ewtb.r.260640.7
+23	THING	thing	NOUN	O	0			ewtb.r.260640.7
+24	I	i	PRON	O	0			ewtb.r.260640.7
+25	WOULD	would	AUX	O	0			ewtb.r.260640.7
+26	DO	do	VERB	O	0			ewtb.r.260640.7
+27	IS	be	VERB	O	0			ewtb.r.260640.7
+28	LET	let	VERB	O	0		v.social	ewtb.r.260640.7
+29	A	a	DET	O	0			ewtb.r.260640.7
+30	CHILD	child	NOUN	O	0		n.person	ewtb.r.260640.7
+31	GET	get	AUX	O	0			ewtb.r.260640.7
+32	RAPED	rape	VERB	O	0		v.social	ewtb.r.260640.7
+33	BECAUSE	because	SCONJ	O	0			ewtb.r.260640.7
+34	I	i	PRON	O	0			ewtb.r.260640.7
+35	WAS	be	AUX	O	0			ewtb.r.260640.7
+36	N'T	n't	PART	O	0			ewtb.r.260640.7
+37	PAID	pay	VERB	O	0		v.possession	ewtb.r.260640.7
+38	.	.	PUNCT	O	0			ewtb.r.260640.7
+
+1	Thoroughly	thoroughly	ADV	O	0			ewtb.r.262441.2
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.262441.2
+
+1	Miami	miami	PROPN	O	0		n.location	ewtb.r.306740.1
+2	's	's	PART	O	0			ewtb.r.306740.1
+3	best	best	ADJ	O	0			ewtb.r.306740.1
+4	tutoring	tutoring	NOUN	O	0			ewtb.r.306740.1
+5	service	service	NOUN	O	0		n.act	ewtb.r.306740.1
+6	!	!	PUNCT	O	0			ewtb.r.306740.1
+
+1	My	my	PRON	O	0			ewtb.r.306740.2
+2	son	son	NOUN	O	0		n.person	ewtb.r.306740.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.306740.2
+4	able	able	ADJ	O	0			ewtb.r.306740.2
+5	to	to	PART	O	0			ewtb.r.306740.2
+6	advance	advance	VERB	O	0		v.change	ewtb.r.306740.2
+7	a	a	DET	O	0			ewtb.r.306740.2
+8	full	full	ADJ	O	0			ewtb.r.306740.2
+9	two	two	NUM	O	0			ewtb.r.306740.2
+10	grades	grade	NOUN	O	0		n.cognition	ewtb.r.306740.2
+11	within	within	ADP	O	0			ewtb.r.306740.2
+12	9	9	NUM	O	0			ewtb.r.306740.2
+13	months	month	NOUN	O	0		n.time	ewtb.r.306740.2
+14	!	!	PUNCT	O	0			ewtb.r.306740.2
+
+1	A	a	DET	O	0			ewtb.r.306740.3
+2	wonderful	wonderful	ADJ	O	0			ewtb.r.306740.3
+3	tutoring	tutoring	NOUN	O	0		n.act	ewtb.r.306740.3
+4	service	service	NOUN	O	0		n.act	ewtb.r.306740.3
+5	for	for	ADP	O	0			ewtb.r.306740.3
+6	students	student	NOUN	O	0		n.person	ewtb.r.306740.3
+7	needing	need	VERB	O	0		v.cognition	ewtb.r.306740.3
+8	help	help	NOUN	O	0		n.act	ewtb.r.306740.3
+9	with	with	ADP	O	0			ewtb.r.306740.3
+10	elementary	elementary	ADJ	O	0			ewtb.r.306740.3
+11	-	-	PUNCT	O	0			ewtb.r.306740.3
+12	middle	middle	NOUN	B	0		n.group	ewtb.r.306740.3
+13	school	school	NOUN	I	12			ewtb.r.306740.3
+14	work	work	NOUN	O	0		n.act	ewtb.r.306740.3
+15	.	.	PUNCT	O	0			ewtb.r.306740.3
+
+1	Did	do	AUX	O	0			ewtb.r.361545.6
+2	n't	n't	PART	O	0			ewtb.r.361545.6
+3	hurt	hurt	VERB	O	0		v.perception	ewtb.r.361545.6
+4	any	any	ADV	O	0			ewtb.r.361545.6
+5	that	that	SCONJ	O	0			ewtb.r.361545.6
+6	they	they	PRON	O	0			ewtb.r.361545.6
+7	knew	know	VERB	O	0		v.cognition	ewtb.r.361545.6
+8	my	my	PRON	O	0			ewtb.r.361545.6
+9	name	name	NOUN	O	0		n.communication	ewtb.r.361545.6
+10	by	by	ADP	O	0			ewtb.r.361545.6
+11	my	my	PRON	O	0			ewtb.r.361545.6
+12	second	second	ADJ	O	0			ewtb.r.361545.6
+13	visit	visit	NOUN	O	0		n.event	ewtb.r.361545.6
+14	and	and	CONJ	O	0			ewtb.r.361545.6
+15	greeted	greet	VERB	O	0		v.communication	ewtb.r.361545.6
+16	me	me	PRON	O	0			ewtb.r.361545.6
+17	warmly	warmly	ADV	O	0			ewtb.r.361545.6
+18	then	then	ADV	O	0			ewtb.r.361545.6
+19	and	and	CONJ	O	0			ewtb.r.361545.6
+20	on	on	ADP	O	0			ewtb.r.361545.6
+21	my	my	PRON	O	0			ewtb.r.361545.6
+22	third	third	ADJ	O	0			ewtb.r.361545.6
+23	visit	visit	NOUN	O	0		n.event	ewtb.r.361545.6
+24	.	.	PUNCT	O	0			ewtb.r.361545.6
+
+1	Whereas	whereas	SCONJ	O	0			ewtb.r.361545.7
+2	my	my	PRON	O	0			ewtb.r.361545.7
+3	answer	answer	NOUN	O	0		n.communication	ewtb.r.361545.7
+4	to	to	ADP	O	0			ewtb.r.361545.7
+5	the	the	DET	O	0			ewtb.r.361545.7
+6	question	question	NOUN	O	0		n.communication	ewtb.r.361545.7
+7	"	"	PUNCT	O	0			ewtb.r.361545.7
+8	Where	where	ADV	O	0			ewtb.r.361545.7
+9	do	do	AUX	O	0			ewtb.r.361545.7
+10	you	you	PRON	O	0			ewtb.r.361545.7
+11	get	get	VERB	O	0		v.social	ewtb.r.361545.7
+12	your	your	PRON	O	0			ewtb.r.361545.7
+13	laundry	laundry	NOUN	O	0		n.artifact	ewtb.r.361545.7
+14	done	do	VERB	O	0		v.stative	ewtb.r.361545.7
+15	?	?	PUNCT	O	0			ewtb.r.361545.7
+16	"	"	PUNCT	O	0			ewtb.r.361545.7
+17	used	use	VERB	B	0			ewtb.r.361545.7
+18	to	to	PART	I	17			ewtb.r.361545.7
+19	be	be	VERB	O	0		v.stative	ewtb.r.361545.7
+20	,	,	PUNCT	O	0			ewtb.r.361545.7
+21	"	"	PUNCT	O	0			ewtb.r.361545.7
+22	At	at	ADP	O	0			ewtb.r.361545.7
+23	the	the	DET	O	0			ewtb.r.361545.7
+24	checkout	checkout	NOUN	O	0		n.act	ewtb.r.361545.7
+25	line	line	NOUN	O	0		n.cognition	ewtb.r.361545.7
+26	at	at	ADP	O	0			ewtb.r.361545.7
+27	WalMart	walmart	PROPN	O	0		n.group	ewtb.r.361545.7
+28	,	,	PUNCT	O	0			ewtb.r.361545.7
+29	"	"	PUNCT	O	0			ewtb.r.361545.7
+30	I	i	PRON	O	0			ewtb.r.361545.7
+31	can	can	AUX	O	0			ewtb.r.361545.7
+32	honestly	honestly	ADV	O	0			ewtb.r.361545.7
+33	say	say	VERB	O	0		v.communication	ewtb.r.361545.7
+34	the	the	DET	O	0			ewtb.r.361545.7
+35	answer	answer	NOUN	O	0		n.communication	ewtb.r.361545.7
+36	now	now	ADV	O	0			ewtb.r.361545.7
+37	is	be	VERB	O	0		v.stative	ewtb.r.361545.7
+38	,	,	PUNCT	O	0			ewtb.r.361545.7
+39	"	"	PUNCT	O	0			ewtb.r.361545.7
+40	At	at	ADP	O	0			ewtb.r.361545.7
+41	The	the	DET	B	0		n.group	ewtb.r.361545.7
+42	Laundry	laundry	PROPN	I	41			ewtb.r.361545.7
+43	Tub	tub	PROPN	I	42			ewtb.r.361545.7
+44	.	.	PUNCT	O	0			ewtb.r.361545.7
+45	"	"	PUNCT	O	0			ewtb.r.361545.7
+
+1	Eulogic	eulogic	PROPN	O	0		n.group	ewtb.r.366946.1
+
+1	Good	good	ADJ	O	0			ewtb.r.366946.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.366946.2
+3	to	to	PART	O	0			ewtb.r.366946.2
+4	be	be	VERB	O	0		v.stative	ewtb.r.366946.2
+5	on	on	ADP	O	0			ewtb.r.366946.2
+6	a	a	DET	O	0			ewtb.r.366946.2
+7	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.366946.2
+8	Night	night	NOUN	O	0		n.time	ewtb.r.366946.2
+9	.	.	PUNCT	O	0			ewtb.r.366946.2
+
+1	But	but	CONJ	O	0			ewtb.r.366946.5
+2	the	the	DET	O	0			ewtb.r.366946.5
+3	menu	menu	NOUN	O	0		n.communication	ewtb.r.366946.5
+4	had	have	VERB	O	0		v.stative	ewtb.r.366946.5
+5	standard	standard	ADJ	O	0			ewtb.r.366946.5
+6	stuff	stuff	NOUN	O	0		n.food	ewtb.r.366946.5
+7	that	that	DET	O	0			ewtb.r.366946.5
+8	one	one	PRON	O	0			ewtb.r.366946.5
+9	would	would	AUX	O	0			ewtb.r.366946.5
+10	get	get	VERB	O	0		v.stative	ewtb.r.366946.5
+11	at	at	ADP	O	0			ewtb.r.366946.5
+12	a	a	DET	O	0			ewtb.r.366946.5
+13	Belgian	belgian	ADJ	B	0		n.group	ewtb.r.366946.5
+14	Tavern	tavern	NOUN	I	13			ewtb.r.366946.5
+15	.	.	PUNCT	O	0			ewtb.r.366946.5
+
+1	If	if	SCONJ	O	0			ewtb.r.366946.6
+2	you	you	PRON	O	0			ewtb.r.366946.6
+3	are	be	VERB	O	0		v.stative	ewtb.r.366946.6
+4	a	a	DET	O	0			ewtb.r.366946.6
+5	handcraft	handcraft	NOUN	O	0		n.process	ewtb.r.366946.6
+6	beer	beer	NOUN	O	0		n.food	ewtb.r.366946.6
+7	person	person	NOUN	O	0		n.person	ewtb.r.366946.6
+8	,	,	PUNCT	O	0			ewtb.r.366946.6
+9	this	this	DET	O	0			ewtb.r.366946.6
+10	is	be	VERB	O	0		v.stative	ewtb.r.366946.6
+11	a	a	DET	O	0			ewtb.r.366946.6
+12	fantastic	fantastic	ADJ	O	0			ewtb.r.366946.6
+13	place	place	NOUN	O	0		n.group	ewtb.r.366946.6
+14	to	to	PART	O	0			ewtb.r.366946.6
+15	be	be	VERB	O	0		v.stative	ewtb.r.366946.6
+16	.	.	PUNCT	O	0			ewtb.r.366946.6
+
+1	Do	do	AUX	O	0			ewtb.r.160442.2
+2	not	not	PART	O	0			ewtb.r.160442.2
+3	go	go	VERB	O	0		v.motion	ewtb.r.160442.2
+4	to	to	ADP	O	0			ewtb.r.160442.2
+5	this	this	DET	O	0			ewtb.r.160442.2
+6	salon	salon	NOUN	O	0		n.group	ewtb.r.160442.2
+7	,	,	PUNCT	O	0			ewtb.r.160442.2
+8	especially	especially	ADV	O	0			ewtb.r.160442.2
+9	if	if	SCONJ	O	0			ewtb.r.160442.2
+10	you	you	PRON	O	0			ewtb.r.160442.2
+11	have	have	VERB	B	0			ewtb.r.160442.2
+12	to	to	PART	I	11			ewtb.r.160442.2
+13	get	get	VERB	O	0		v.social	ewtb.r.160442.2
+14	your	your	PRON	O	0			ewtb.r.160442.2
+15	hair	hair	NOUN	O	0		n.body	ewtb.r.160442.2
+16	straightened	straighten	VERB	O	0		v.body	ewtb.r.160442.2
+17	.	.	PUNCT	O	0			ewtb.r.160442.2
+
+1	I	i	PRON	O	0			ewtb.r.181748.11
+2	mean	mean	VERB	O	0		v.cognition	ewtb.r.181748.11
+3	,	,	PUNCT	O	0			ewtb.r.181748.11
+4	I	i	PRON	O	0			ewtb.r.181748.11
+5	do	do	AUX	O	0			ewtb.r.181748.11
+6	n't	n't	PART	O	0			ewtb.r.181748.11
+7	care	care	VERB	O	0		v.cognition	ewtb.r.181748.11
+8	if	if	SCONJ	O	0			ewtb.r.181748.11
+9	he	he	PRON	O	0			ewtb.r.181748.11
+10	does	do	AUX	O	0			ewtb.r.181748.11
+11	n't	n't	PART	O	0			ewtb.r.181748.11
+12	know	know	VERB	O	0		v.cognition	ewtb.r.181748.11
+13	,	,	PUNCT	O	0			ewtb.r.181748.11
+14	but	but	CONJ	O	0			ewtb.r.181748.11
+15	if	if	SCONJ	O	0			ewtb.r.181748.11
+16	he	he	PRON	O	0			ewtb.r.181748.11
+17	pretends	pretend	VERB	O	0		v.social	ewtb.r.181748.11
+18	to	to	PART	O	0			ewtb.r.181748.11
+19	know	know	VERB	O	0		v.cognition	ewtb.r.181748.11
+20	and	and	CONJ	O	0			ewtb.r.181748.11
+21	tells	tell	VERB	B	0		v.communication	ewtb.r.181748.11
+22	me	me	PRON	o	0			ewtb.r.181748.11
+23	BS	bs	NOUN	o	0		n.communication	ewtb.r.181748.11
+24	to	to	ADP	I	21			ewtb.r.181748.11
+25	my	my	PRON	o	0			ewtb.r.181748.11
+26	face	face	NOUN	I	24			ewtb.r.181748.11
+27	,	,	PUNCT	O	0			ewtb.r.181748.11
+28	there	there	PRON	O	0			ewtb.r.181748.11
+29	's	's	VERB	O	0		v.stative	ewtb.r.181748.11
+30	no	no	DET	O	0			ewtb.r.181748.11
+31	way	way	NOUN	O	0		n.cognition	ewtb.r.181748.11
+32	I	i	PRON	O	0			ewtb.r.181748.11
+33	'm	'm	AUX	O	0			ewtb.r.181748.11
+34	going	go	VERB	B	0			ewtb.r.181748.11
+35	to	to	PART	I	34			ewtb.r.181748.11
+36	trust	trust	VERB	O	0		v.emotion	ewtb.r.181748.11
+37	him	him	PRON	O	0			ewtb.r.181748.11
+38	when	when	ADV	O	0			ewtb.r.181748.11
+39	matters	matter	NOUN	O	0		n.cognition	ewtb.r.181748.11
+40	turn	turn	VERB	O	0		v.stative	ewtb.r.181748.11
+41	to	to	ADP	O	0			ewtb.r.181748.11
+42	the	the	DET	O	0			ewtb.r.181748.11
+43	price	price	NOUN	O	0		n.possession	ewtb.r.181748.11
+44	of	of	ADP	O	0			ewtb.r.181748.11
+45	the	the	DET	O	0			ewtb.r.181748.11
+46	car	car	NOUN	O	0		n.artifact	ewtb.r.181748.11
+47	and	and	CONJ	O	0			ewtb.r.181748.11
+48	financing	financing	NOUN	O	0		n.possession	ewtb.r.181748.11
+49	.	.	PUNCT	O	0			ewtb.r.181748.11
+
+1	When	when	ADV	O	0			ewtb.r.326649.10
+2	having	have	VERB	O	0		v.stative	ewtb.r.326649.10
+3	your	your	PRON	O	0			ewtb.r.326649.10
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.326649.10
+5	worked	work	VERB	O	0		v.social	ewtb.r.326649.10
+6	on	on	ADP	O	0			ewtb.r.326649.10
+7	you	you	PRON	O	0			ewtb.r.326649.10
+8	have	have	VERB	B	0			ewtb.r.326649.10
+9	to	to	PART	I	8			ewtb.r.326649.10
+10	trust	trust	VERB	O	0		v.cognition	ewtb.r.326649.10
+11	the	the	DET	O	0			ewtb.r.326649.10
+12	mechanic	mechanic	ADJ	O	0			ewtb.r.326649.10
+13	&	&	CONJ	O	0			ewtb.r.326649.10
+14	this	this	DET	O	0			ewtb.r.326649.10
+15	Midas	midas	PROPN	O	0		n.group	ewtb.r.326649.10
+16	is	be	VERB	O	0		v.stative	ewtb.r.326649.10
+17	truly	truly	ADV	O	0			ewtb.r.326649.10
+18	someone	someone	NOUN	O	0			ewtb.r.326649.10
+19	you	you	PRON	O	0			ewtb.r.326649.10
+20	can	can	AUX	O	0			ewtb.r.326649.10
+21	trust	trust	VERB	O	0		v.cognition	ewtb.r.326649.10
+22	!	!	PUNCT	O	0			ewtb.r.326649.10
+
+1	I	i	PRON	O	0			ewtb.r.333243.8
+2	was	be	AUX	O	0			ewtb.r.333243.8
+3	n't	n't	PART	O	0			ewtb.r.333243.8
+4	going	go	VERB	B	0			ewtb.r.333243.8
+5	to	to	PART	I	4			ewtb.r.333243.8
+6	use	use	VERB	O	0		v.social	ewtb.r.333243.8
+7	them	them	PRON	O	0			ewtb.r.333243.8
+8	again	again	ADV	O	0			ewtb.r.333243.8
+9	,	,	PUNCT	O	0			ewtb.r.333243.8
+10	but	but	CONJ	O	0			ewtb.r.333243.8
+11	I	i	PRON	O	0			ewtb.r.333243.8
+12	was	be	AUX	O	0			ewtb.r.333243.8
+13	going	go	VERB	B	0			ewtb.r.333243.8
+14	to	to	PART	I	13			ewtb.r.333243.8
+15	leave	leave	VERB	B	0		v.cognition	ewtb.r.333243.8
+16	it	it	PRON	I	15			ewtb.r.333243.8
+17	at	at	ADP	I	16			ewtb.r.333243.8
+18	that	that	DET	I	17			ewtb.r.333243.8
+19	.	.	PUNCT	O	0			ewtb.r.333243.8
+
+1	I	i	PRON	O	0			ewtb.r.377347.9
+2	really	really	ADV	O	0			ewtb.r.377347.9
+3	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.377347.9
+4	meeting	meet	VERB	O	0		v.social	ewtb.r.377347.9
+5	her	her	PRON	O	0			ewtb.r.377347.9
+6	and	and	CONJ	O	0			ewtb.r.377347.9
+7	happy	happy	ADJ	O	0			ewtb.r.377347.9
+8	to	to	PART	O	0			ewtb.r.377347.9
+9	learn	learn	VERB	O	0		v.cognition	ewtb.r.377347.9
+10	she	she	PRON	O	0			ewtb.r.377347.9
+11	comes	come	VERB	B	0		v.stative	ewtb.r.377347.9
+12	from	from	ADP	I	11			ewtb.r.377347.9
+13	Oklahoma	oklahoma	PROPN	O	0		n.location	ewtb.r.377347.9
+14	and	and	CONJ	O	0			ewtb.r.377347.9
+15	has	have	VERB	O	0		v.stative	ewtb.r.377347.9
+16	the	the	DET	O	0			ewtb.r.377347.9
+17	values	values	NOUN	O	0		n.cognition	ewtb.r.377347.9
+18	of	of	ADP	O	0			ewtb.r.377347.9
+19	a	a	DET	O	0			ewtb.r.377347.9
+20	solid	solid	ADJ	O	0			ewtb.r.377347.9
+21	no	no	DET	O	0			ewtb.r.377347.9
+22	bs	bs	NOUN	O	0		n.communication	ewtb.r.377347.9
+23	country	country	NOUN	B	0		n.person	ewtb.r.377347.9
+24	girl	girl	NOUN	I	23			ewtb.r.377347.9
+25	.	.	PUNCT	O	0			ewtb.r.377347.9
+
+1	I	i	PRON	O	0			ewtb.r.181748.9
+2	played	play	VERB	B	0		v.cognition	ewtb.r.181748.9
+3	dumb	dumb	ADJ	I	2			ewtb.r.181748.9
+4	and	and	CONJ	O	0			ewtb.r.181748.9
+5	asked	ask	VERB	O	0		v.communication	ewtb.r.181748.9
+6	him	him	PRON	O	0			ewtb.r.181748.9
+7	questions	question	NOUN	O	0		n.communication	ewtb.r.181748.9
+8	that	that	DET	O	0			ewtb.r.181748.9
+9	I	i	PRON	O	0			ewtb.r.181748.9
+10	already	already	ADV	O	0			ewtb.r.181748.9
+11	knew	know	VERB	O	0		v.cognition	ewtb.r.181748.9
+12	the	the	DET	O	0			ewtb.r.181748.9
+13	answers	answer	NOUN	O	0		n.communication	ewtb.r.181748.9
+14	to	to	ADP	O	0			ewtb.r.181748.9
+15	and	and	CONJ	O	0			ewtb.r.181748.9
+16	he	he	PRON	O	0			ewtb.r.181748.9
+17	responded	respond	VERB	O	0		v.communication	ewtb.r.181748.9
+18	with	with	ADP	O	0			ewtb.r.181748.9
+19	half	half	ADJ	B	0		n.cognition	ewtb.r.181748.9
+20	truths	truth	NOUN	I	19			ewtb.r.181748.9
+21	and	and	CONJ	O	0			ewtb.r.181748.9
+22	a	a	DET	O	0			ewtb.r.181748.9
+23	few	few	ADJ	O	0			ewtb.r.181748.9
+24	falsehoods	falsehood	NOUN	O	0		n.cognition	ewtb.r.181748.9
+25	.	.	PUNCT	O	0			ewtb.r.181748.9
+
+1	Not	not	PART	O	0			ewtb.r.283041.3
+2	only	only	ADV	O	0			ewtb.r.283041.3
+3	did	do	AUX	O	0			ewtb.r.283041.3
+4	it	it	PRON	O	0			ewtb.r.283041.3
+5	taste	taste	VERB	O	0		v.perception	ewtb.r.283041.3
+6	wonderful	wonderful	ADJ	O	0			ewtb.r.283041.3
+7	,	,	PUNCT	O	0			ewtb.r.283041.3
+8	but	but	CONJ	O	0			ewtb.r.283041.3
+9	the	the	DET	O	0			ewtb.r.283041.3
+10	texture	texture	NOUN	O	0		n.attribute	ewtb.r.283041.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.283041.3
+12	unbelievable	unbelievable	ADJ	O	0			ewtb.r.283041.3
+13	,	,	PUNCT	O	0			ewtb.r.283041.3
+14	the	the	DET	O	0			ewtb.r.283041.3
+15	frosting	frosting	NOUN	O	0		n.food	ewtb.r.283041.3
+16	was	be	VERB	O	0		v.stative	ewtb.r.283041.3
+17	n't	n't	PART	O	0			ewtb.r.283041.3
+18	overly	overly	ADV	O	0			ewtb.r.283041.3
+19	sweet	sweet	ADJ	O	0			ewtb.r.283041.3
+20	to	to	PART	O	0			ewtb.r.283041.3
+21	over	over	X	B	0		v.stative	ewtb.r.283041.3
+22	power	power	VERB	I	21			ewtb.r.283041.3
+23	the	the	DET	O	0			ewtb.r.283041.3
+24	cake	cake	NOUN	O	0		n.food	ewtb.r.283041.3
+25	,	,	PUNCT	O	0			ewtb.r.283041.3
+26	and	and	CONJ	O	0			ewtb.r.283041.3
+27	the	the	DET	O	0			ewtb.r.283041.3
+28	cake	cake	NOUN	O	0		n.food	ewtb.r.283041.3
+29	itself	itself	PRON	O	0			ewtb.r.283041.3
+30	was	be	VERB	O	0		v.stative	ewtb.r.283041.3
+31	just	just	ADV	O	0			ewtb.r.283041.3
+32	amazingly	amazingly	ADV	O	0			ewtb.r.283041.3
+33	soft	soft	ADJ	O	0			ewtb.r.283041.3
+34	,	,	PUNCT	O	0			ewtb.r.283041.3
+35	and	and	CONJ	O	0			ewtb.r.283041.3
+36	fluffy	fluffy	ADJ	O	0			ewtb.r.283041.3
+37	,	,	PUNCT	O	0			ewtb.r.283041.3
+38	and	and	CONJ	O	0			ewtb.r.283041.3
+39	just	just	ADV	O	0			ewtb.r.283041.3
+40	perfect	perfect	ADJ	O	0			ewtb.r.283041.3
+41	overall	overall	ADV	O	0			ewtb.r.283041.3
+42	.	.	PUNCT	O	0			ewtb.r.283041.3
+
+1	Tourists	tourist	NOUN	O	0		n.person	ewtb.r.317846.7
+2	like	like	ADP	O	0			ewtb.r.317846.7
+3	the	the	DET	O	0			ewtb.r.317846.7
+4	other	other	ADJ	O	0			ewtb.r.317846.7
+5	reviewer	reviewer	NOUN	O	0		n.person	ewtb.r.317846.7
+6	might	might	AUX	O	0			ewtb.r.317846.7
+7	not	not	PART	O	0			ewtb.r.317846.7
+8	appreciate	appreciate	VERB	O	0		v.cognition	ewtb.r.317846.7
+9	their	their	PRON	O	0			ewtb.r.317846.7
+10	efficiency	efficiency	NOUN	O	0		n.attribute	ewtb.r.317846.7
+11	or	or	CONJ	O	0			ewtb.r.317846.7
+12	quality	quality	NOUN	O	0		n.attribute	ewtb.r.317846.7
+13	,	,	PUNCT	O	0			ewtb.r.317846.7
+14	but	but	CONJ	O	0			ewtb.r.317846.7
+15	I	i	PRON	O	0			ewtb.r.317846.7
+16	certainly	certainly	ADV	O	0			ewtb.r.317846.7
+17	do	do	AUX	O	0			ewtb.r.317846.7
+18	.	.	PUNCT	O	0			ewtb.r.317846.7
+
+1	I	i	PRON	O	0			ewtb.r.398243.2
+2	typically	typically	ADV	O	0			ewtb.r.398243.2
+3	have	have	VERB	O	0		v.stative	ewtb.r.398243.2
+4	work	work	NOUN	O	0		v.social	ewtb.r.398243.2
+5	done	do	VERB	O	0		v.change	ewtb.r.398243.2
+6	on	on	ADP	O	0			ewtb.r.398243.2
+7	my	my	PRON	O	0			ewtb.r.398243.2
+8	Jeep	jeep	PROPN	O	0		n.artifact	ewtb.r.398243.2
+9	at	at	ADP	O	0			ewtb.r.398243.2
+10	the	the	DET	O	0			ewtb.r.398243.2
+11	dealership	dealership	NOUN	O	0		n.group	ewtb.r.398243.2
+12	,	,	PUNCT	O	0			ewtb.r.398243.2
+13	but	but	CONJ	O	0			ewtb.r.398243.2
+14	it	it	PRON	O	0			ewtb.r.398243.2
+15	is	be	VERB	O	0		v.stative	ewtb.r.398243.2
+16	6	6	NUM	O	0			ewtb.r.398243.2
+17	years	years	NOUN	B	0			ewtb.r.398243.2
+18	old	old	ADJ	I	17			ewtb.r.398243.2
+19	now	now	ADV	O	0			ewtb.r.398243.2
+20	and	and	CONJ	O	0			ewtb.r.398243.2
+21	getting	get	AUX	O	0			ewtb.r.398243.2
+22	charged	charge	VERB	O	0		v.possession	ewtb.r.398243.2
+23	dealership	dealership	NOUN	O	0		n.group	ewtb.r.398243.2
+24	prices	price	NOUN	O	0		n.possession	ewtb.r.398243.2
+25	just	just	ADV	O	0			ewtb.r.398243.2
+26	did	do	AUX	O	0			ewtb.r.398243.2
+27	n't	n't	PART	O	0			ewtb.r.398243.2
+28	seem	seem	VERB	O	0		v.cognition	ewtb.r.398243.2
+29	cost	cost	NOUN	O	0		n.possession	ewtb.r.398243.2
+30	effective	effective	ADJ	O	0			ewtb.r.398243.2
+31	anymore	anymore	ADV	O	0			ewtb.r.398243.2
+32	.	.	PUNCT	O	0			ewtb.r.398243.2
+
+1	(	(	PUNCT	O	0			ewtb.r.280844.9
+2	I	i	PRON	O	0			ewtb.r.280844.9
+3	am	be	VERB	O	0		v.stative	ewtb.r.280844.9
+4	also	also	ADV	O	0			ewtb.r.280844.9
+5	a	a	DET	O	0			ewtb.r.280844.9
+6	little	little	ADJ	O	0			ewtb.r.280844.9
+7	suspicious	suspicious	ADJ	O	0			ewtb.r.280844.9
+8	of	of	ADP	O	0			ewtb.r.280844.9
+9	all	all	DET	O	0			ewtb.r.280844.9
+10	these	these	DET	O	0			ewtb.r.280844.9
+11	glowing	glow	VERB	O	0			ewtb.r.280844.9
+12	reviews	review	NOUN	O	0		n.communication	ewtb.r.280844.9
+13	...	...	PUNCT	O	0			ewtb.r.280844.9
+14	)	)	PUNCT	O	0			ewtb.r.280844.9
+
+1	the	the	DET	O	0			ewtb.r.326649.3
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.326649.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.326649.3
+4	very	very	ADV	O	0			ewtb.r.326649.3
+5	personable	personable	ADJ	O	0			ewtb.r.326649.3
+6	&	&	CONJ	O	0			ewtb.r.326649.3
+7	actually	actually	ADV	O	0			ewtb.r.326649.3
+8	care	care	VERB	O	0		v.cognition	ewtb.r.326649.3
+9	about	about	ADP	O	0			ewtb.r.326649.3
+10	the	the	DET	O	0			ewtb.r.326649.3
+11	customers	customer	NOUN	O	0		n.person	ewtb.r.326649.3
+12	safety	safety	NOUN	O	0		n.attribute	ewtb.r.326649.3
+13	rather	rather	ADV	B	0			ewtb.r.326649.3
+14	than	than	ADP	I	13			ewtb.r.326649.3
+15	taking	take	VERB	O	0		v.possession	ewtb.r.326649.3
+16	there	there	PRON	O	0			ewtb.r.326649.3
+17	money	money	NOUN	O	0		n.possession	ewtb.r.326649.3
+18	.	.	PUNCT	O	0			ewtb.r.326649.3
+
+1	I	i	PRON	O	0			ewtb.r.398243.10
+2	grew	grow	VERB	B	0		v.social	ewtb.r.398243.10
+3	up	up	ADP	I	2			ewtb.r.398243.10
+4	in	in	ADP	O	0			ewtb.r.398243.10
+5	a	a	DET	O	0			ewtb.r.398243.10
+6	small	small	ADJ	O	0			ewtb.r.398243.10
+7	town	town	NOUN	O	0		n.group	ewtb.r.398243.10
+8	where	where	ADV	O	0			ewtb.r.398243.10
+9	you	you	PRON	O	0			ewtb.r.398243.10
+10	knew	know	VERB	O	0		v.cognition	ewtb.r.398243.10
+11	and	and	CONJ	O	0			ewtb.r.398243.10
+12	trusted	trust	VERB	O	0		v.cognition	ewtb.r.398243.10
+13	your	your	PRON	O	0			ewtb.r.398243.10
+14	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.398243.10
+15	and	and	CONJ	O	0			ewtb.r.398243.10
+16	was	be	VERB	O	0		v.stative	ewtb.r.398243.10
+17	really	really	ADV	O	0			ewtb.r.398243.10
+18	cynical	cynical	ADJ	O	0			ewtb.r.398243.10
+19	about	about	ADP	O	0			ewtb.r.398243.10
+20	city	city	NOUN	O	0		n.artifact	ewtb.r.398243.10
+21	auto	auto	ADP	O	0			ewtb.r.398243.10
+22	repair	repair	NOUN	O	0		n.act	ewtb.r.398243.10
+23	shops	shop	NOUN	O	0		n.group	ewtb.r.398243.10
+24	since	since	SCONJ	O	0			ewtb.r.398243.10
+25	I	i	PRON	O	0			ewtb.r.398243.10
+26	moved	move	VERB	O	0		v.motion	ewtb.r.398243.10
+27	here	here	ADV	O	0			ewtb.r.398243.10
+28	,	,	PUNCT	O	0			ewtb.r.398243.10
+29	but	but	CONJ	O	0			ewtb.r.398243.10
+30	Phet	phet	PROPN	O	0		n.person	ewtb.r.398243.10
+31	has	have	AUX	O	0			ewtb.r.398243.10
+32	shown	show	VERB	O	0		v.social	ewtb.r.398243.10
+33	that	that	SCONJ	O	0			ewtb.r.398243.10
+34	there	there	PRON	O	0			ewtb.r.398243.10
+35	really	really	ADV	O	0			ewtb.r.398243.10
+36	are	be	VERB	O	0		v.stative	ewtb.r.398243.10
+37	honest	honest	ADJ	O	0			ewtb.r.398243.10
+38	hard	hard	ADV	O	0			ewtb.r.398243.10
+39	working	work	VERB	O	0			ewtb.r.398243.10
+40	mechanics	mechanics	NOUN	O	0		n.person	ewtb.r.398243.10
+41	around	around	ADV	O	0			ewtb.r.398243.10
+42	.	.	PUNCT	O	0			ewtb.r.398243.10
+
+1	The	the	DET	O	0			ewtb.r.280844.4
+2	office	office	NOUN	O	0		n.group	ewtb.r.280844.4
+3	is	be	AUX	O	0			ewtb.r.280844.4
+4	shared	share	VERB	O	0		v.social	ewtb.r.280844.4
+5	with	with	ADP	O	0			ewtb.r.280844.4
+6	a	a	DET	O	0			ewtb.r.280844.4
+7	foot	foot	NOUN	O	0		n.body	ewtb.r.280844.4
+8	doctor	doctor	NOUN	O	0		n.person	ewtb.r.280844.4
+9	and	and	CONJ	O	0			ewtb.r.280844.4
+10	it	it	PRON	O	0			ewtb.r.280844.4
+11	's	's	VERB	O	0		v.stative	ewtb.r.280844.4
+12	very	very	ADV	O	0			ewtb.r.280844.4
+13	sterile	sterile	ADJ	O	0			ewtb.r.280844.4
+14	and	and	CONJ	O	0			ewtb.r.280844.4
+15	medical	medical	ADJ	O	0			ewtb.r.280844.4
+16	feeling	feel	VERB	O	0		v.cognition	ewtb.r.280844.4
+17	,	,	PUNCT	O	0			ewtb.r.280844.4
+18	which	which	DET	O	0			ewtb.r.280844.4
+19	I	i	PRON	O	0			ewtb.r.280844.4
+20	liked	like	VERB	O	0		v.emotion	ewtb.r.280844.4
+21	.	.	PUNCT	O	0			ewtb.r.280844.4
+
+1	We	we	PRON	O	0			ewtb.r.275140.2
+2	've	've	AUX	O	0			ewtb.r.275140.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.275140.2
+4	about	about	ADV	O	0			ewtb.r.275140.2
+5	5	5	NUM	O	0			ewtb.r.275140.2
+6	repairs	repair	NOUN	O	0		n.act	ewtb.r.275140.2
+7	done	do	VERB	O	0		v.stative	ewtb.r.275140.2
+8	on	on	ADP	O	0			ewtb.r.275140.2
+9	3	3	NUM	O	0			ewtb.r.275140.2
+10	different	different	ADJ	O	0			ewtb.r.275140.2
+11	laptops	laptop	NOUN	O	0		n.artifact	ewtb.r.275140.2
+12	.	.	PUNCT	O	0			ewtb.r.275140.2
+
+1	As	as	ADP	O	0			ewtb.r.010450.1
+2	a	a	DET	O	0			ewtb.r.010450.1
+3	native	native	ADJ	O	0			ewtb.r.010450.1
+4	southern	southern	ADJ	O	0			ewtb.r.010450.1
+5	Californian	californian	PROPN	O	0		n.location	ewtb.r.010450.1
+6	I	i	PRON	O	0			ewtb.r.010450.1
+7	can	can	AUX	O	0			ewtb.r.010450.1
+8	tell	tell	VERB	O	0		v.cognition	ewtb.r.010450.1
+9	you	you	PRON	O	0			ewtb.r.010450.1
+10	that	that	SCONJ	O	0			ewtb.r.010450.1
+11	this	this	DET	O	0			ewtb.r.010450.1
+12	is	be	VERB	O	0		v.stative	ewtb.r.010450.1
+13	not	not	PART	O	0			ewtb.r.010450.1
+14	authentic	authentic	ADJ	O	0			ewtb.r.010450.1
+15	Mexican	mexican	ADJ	O	0			ewtb.r.010450.1
+16	food	food	NOUN	O	0		n.food	ewtb.r.010450.1
+17	.	.	PUNCT	O	0			ewtb.r.010450.1
+
+1	However	however	ADV	O	0			ewtb.r.010450.2
+2	,	,	PUNCT	O	0			ewtb.r.010450.2
+3	I	i	PRON	O	0			ewtb.r.010450.2
+4	still	still	ADV	O	0			ewtb.r.010450.2
+5	like	like	VERB	O	0		v.emotion	ewtb.r.010450.2
+6	this	this	DET	O	0			ewtb.r.010450.2
+7	place	place	NOUN	O	0		n.group	ewtb.r.010450.2
+8	a	a	DET	B	0			ewtb.r.010450.2
+9	lot	lot	NOUN	I	8			ewtb.r.010450.2
+10	.	.	PUNCT	O	0			ewtb.r.010450.2
+
+1	Esp.	esp.	ADV	O	0			ewtb.r.010450.3
+2	the	the	DET	O	0			ewtb.r.010450.3
+3	mole	mole	NOUN	O	0		n.food	ewtb.r.010450.3
+4	,	,	PUNCT	O	0			ewtb.r.010450.3
+5	tortilla	tortilla	NOUN	B	0		n.food	ewtb.r.010450.3
+6	soup	soup	NOUN	I	5			ewtb.r.010450.3
+7	,	,	PUNCT	O	0			ewtb.r.010450.3
+8	and	and	CONJ	O	0			ewtb.r.010450.3
+9	guacamole	guacamole	NOUN	O	0		n.food	ewtb.r.010450.3
+10	.	.	PUNCT	O	0			ewtb.r.010450.3
+
+1	Margaritas	margarita	NOUN	O	0		n.food	ewtb.r.010450.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.010450.4
+3	alright	alright	ADJ	O	0			ewtb.r.010450.4
+4	.	.	PUNCT	O	0			ewtb.r.010450.4
+
+1	My	my	PRON	O	0			ewtb.r.010450.5
+2	only	only	ADJ	O	0			ewtb.r.010450.5
+3	complaint	complaint	NOUN	O	0		n.communication	ewtb.r.010450.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.010450.5
+5	the	the	DET	O	0			ewtb.r.010450.5
+6	QUESO	queso	NOUN	O	0		n.food	ewtb.r.010450.5
+7	.	.	PUNCT	O	0			ewtb.r.010450.5
+
+1	It	it	PRON	O	0			ewtb.r.010450.6
+2	used	use	VERB	B	0			ewtb.r.010450.6
+3	to	to	PART	I	2			ewtb.r.010450.6
+4	be	be	VERB	O	0		v.stative	ewtb.r.010450.6
+5	fabulous	fabulous	ADJ	O	0			ewtb.r.010450.6
+6	,	,	PUNCT	O	0			ewtb.r.010450.6
+7	why	why	ADV	O	0			ewtb.r.010450.6
+8	did	do	AUX	O	0			ewtb.r.010450.6
+9	you	you	PRON	B	0		n.group	ewtb.r.010450.6
+10	guys	guy	NOUN	I	9			ewtb.r.010450.6
+11	change	change	VERB	O	0		v.change	ewtb.r.010450.6
+12	it	it	PRON	O	0			ewtb.r.010450.6
+13	??	??	PUNCT	O	0			ewtb.r.010450.6
+
+1	Queso	queso	NOUN	O	0		n.food	ewtb.r.010450.7
+2	should	should	AUX	O	0			ewtb.r.010450.7
+3	not	not	PART	O	0			ewtb.r.010450.7
+4	be	be	VERB	O	0		v.stative	ewtb.r.010450.7
+5	watery	watery	ADJ	O	0			ewtb.r.010450.7
+6	:(	:(	SYM	O	0			ewtb.r.010450.7
+7	.....	.....	PUNCT	O	0			ewtb.r.010450.7
+
+1	***	***	SYM	O	0			ewtb.r.010450.8
+2	update	update	NOUN	O	0		n.communication	ewtb.r.010450.8
+3	***	***	SYM	O	0			ewtb.r.010450.8
+4	NEVER	never	ADV	B	0			ewtb.r.010450.8
+5	MIND	mind	VERB	I	4			ewtb.r.010450.8
+6	!	!	PUNCT	O	0			ewtb.r.010450.8
+
+1	They	they	PRON	O	0			ewtb.r.010450.9
+2	fixed	fix	VERB	O	0		v.change	ewtb.r.010450.9
+3	the	the	DET	O	0			ewtb.r.010450.9
+4	queso	queso	NOUN	O	0		n.food	ewtb.r.010450.9
+5	!	!	PUNCT	O	0			ewtb.r.010450.9
+
+1	Thank	thank	VERB	B	0			ewtb.r.010450.10
+2	you	you	PRON	I	1			ewtb.r.010450.10
+3	thank	thank	VERB	B	0			ewtb.r.010450.10
+4	you	you	PRON	I	3			ewtb.r.010450.10
+
+1	It	it	PRON	O	0			ewtb.r.011257.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.011257.1
+3	a	a	DET	O	0			ewtb.r.011257.1
+4	Saturday	saturday	PROPN	O	0		n.time	ewtb.r.011257.1
+5	and	and	CONJ	O	0			ewtb.r.011257.1
+6	my	my	PRON	O	0			ewtb.r.011257.1
+7	spring	spring	NOUN	O	0		n.artifact	ewtb.r.011257.1
+8	was	be	VERB	O	0		v.stative	ewtb.r.011257.1
+9	broken	broken	ADJ	O	0			ewtb.r.011257.1
+10	...	...	PUNCT	O	0			ewtb.r.011257.1
+
+1	I	i	PRON	O	0			ewtb.r.011257.2
+2	googled	google	VERB	O	0		v.communication	ewtb.r.011257.2
+3	Garage	garage	NOUN	B	0		n.artifact	ewtb.r.011257.2
+4	Door	door	NOUN	I	3			ewtb.r.011257.2
+5	Repair	repair	NOUN	O	0		n.act	ewtb.r.011257.2
+6	in	in	ADP	O	0			ewtb.r.011257.2
+7	Woodinville	woodinville	PROPN	O	0		n.location	ewtb.r.011257.2
+8	and	and	CONJ	O	0			ewtb.r.011257.2
+9	found	find	VERB	O	0		v.cognition	ewtb.r.011257.2
+10	NDI	ndi	PROPN	O	0		n.group	ewtb.r.011257.2
+11	-	-	PUNCT	O	0			ewtb.r.011257.2
+12	Johnette	johnette	PROPN	O	0		n.person	ewtb.r.011257.2
+13	answered	answer	VERB	O	0		v.communication	ewtb.r.011257.2
+14	the	the	DET	O	0			ewtb.r.011257.2
+15	phone	phone	NOUN	O	0		n.artifact	ewtb.r.011257.2
+16	and	and	CONJ	O	0			ewtb.r.011257.2
+17	was	be	VERB	O	0		v.stative	ewtb.r.011257.2
+18	oh	oh	ADV	B	0			ewtb.r.011257.2
+19	-	-	PUNCT	I	18			ewtb.r.011257.2
+20	so	so	ADV	I	19			ewtb.r.011257.2
+21	pleasant	pleasant	ADJ	O	0			ewtb.r.011257.2
+22	and	and	CONJ	O	0			ewtb.r.011257.2
+23	helpful	helpful	ADJ	O	0			ewtb.r.011257.2
+24	!	!	PUNCT	O	0			ewtb.r.011257.2
+
+1	She	she	PRON	O	0			ewtb.r.011257.3
+2	sort	sort	ADV	B	0			ewtb.r.011257.3
+3	of	of	ADV	I	2			ewtb.r.011257.3
+4	appologized	appologized	VERB	O	0		v.communication	ewtb.r.011257.3
+5	for	for	SCONJ	O	0			ewtb.r.011257.3
+6	Dan	dan	PROPN	O	0		n.person	ewtb.r.011257.3
+7	taking	take	VERB	B	0		v.social	ewtb.r.011257.3
+8	the	the	DET	o	0			ewtb.r.011257.3
+9	day	day	NOUN	o	0		n.time	ewtb.r.011257.3
+10	off	off	ADP	I	7			ewtb.r.011257.3
+11	to	to	PART	O	0			ewtb.r.011257.3
+12	go	go	VERB	B	0		v.social	ewtb.r.011257.3
+13	skiing	ski	VERB	I	12			ewtb.r.011257.3
+14	-	-	PUNCT	O	0			ewtb.r.011257.3
+15	but	but	CONJ	O	0			ewtb.r.011257.3
+16	he	he	PRON	O	0			ewtb.r.011257.3
+17	could	could	AUX	O	0			ewtb.r.011257.3
+18	do	do	VERB	O	0		v.stative	ewtb.r.011257.3
+19	the	the	DET	O	0			ewtb.r.011257.3
+20	repair	repair	NOUN	O	0		n.act	ewtb.r.011257.3
+21	on	on	ADP	O	0			ewtb.r.011257.3
+22	Sunday	sunday	PROPN	O	0		n.time	ewtb.r.011257.3
+23	!	!	PUNCT	O	0			ewtb.r.011257.3
+
+1	I	i	PRON	O	0			ewtb.r.011257.5
+2	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.011257.5
+3	speaking	speak	VERB	O	0		v.communication	ewtb.r.011257.5
+4	with	with	ADP	O	0			ewtb.r.011257.5
+5	Dan	dan	PROPN	O	0		n.person	ewtb.r.011257.5
+6	,	,	PUNCT	O	0			ewtb.r.011257.5
+7	and	and	CONJ	O	0			ewtb.r.011257.5
+8	learning	learn	VERB	O	0		v.cognition	ewtb.r.011257.5
+9	more	more	ADJ	O	0			ewtb.r.011257.5
+10	about	about	SCONJ	O	0			ewtb.r.011257.5
+11	how	how	ADV	O	0			ewtb.r.011257.5
+12	the	the	DET	O	0			ewtb.r.011257.5
+13	springs	spring	NOUN	O	0		n.artifact	ewtb.r.011257.5
+14	are	be	AUX	O	0			ewtb.r.011257.5
+15	sized	size	VERB	O	0		v.stative	ewtb.r.011257.5
+16	for	for	ADP	O	0			ewtb.r.011257.5
+17	these	these	DET	O	0			ewtb.r.011257.5
+18	doors	door	NOUN	O	0		n.artifact	ewtb.r.011257.5
+19	.	.	PUNCT	O	0			ewtb.r.011257.5
+
+1	The	the	DET	O	0			ewtb.r.011257.6
+2	repair	repair	NOUN	O	0		n.event	ewtb.r.011257.6
+3	went	go	VERB	O	0		v.stative	ewtb.r.011257.6
+4	quickly	quickly	ADV	O	0			ewtb.r.011257.6
+5	and	and	CONJ	O	0			ewtb.r.011257.6
+6	the	the	DET	O	0			ewtb.r.011257.6
+7	price	price	NOUN	O	0		n.possession	ewtb.r.011257.6
+8	was	be	VERB	O	0		v.stative	ewtb.r.011257.6
+9	extremely	extremely	ADV	O	0			ewtb.r.011257.6
+10	fair	fair	ADJ	O	0			ewtb.r.011257.6
+11	.	.	PUNCT	O	0			ewtb.r.011257.6
+
+1	I	i	PRON	O	0			ewtb.r.011257.7
+2	would	would	AUX	O	0			ewtb.r.011257.7
+3	highly	highly	ADV	O	0			ewtb.r.011257.7
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.011257.7
+5	NDI	ndi	PROPN	O	0		n.group	ewtb.r.011257.7
+6	-	-	PUNCT	O	0			ewtb.r.011257.7
+7	and	and	CONJ	O	0			ewtb.r.011257.7
+8	will	will	AUX	O	0			ewtb.r.011257.7
+9	spread	spread	VERB	B	0		v.communication	ewtb.r.011257.7
+10	the	the	DET	I	9			ewtb.r.011257.7
+11	word	word	NOUN	I	10			ewtb.r.011257.7
+12	to	to	ADP	O	0			ewtb.r.011257.7
+13	my	my	PRON	O	0			ewtb.r.011257.7
+14	neighbors	neighbor	NOUN	O	0		n.person	ewtb.r.011257.7
+15	.	.	PUNCT	O	0			ewtb.r.011257.7
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.011257.8
+2	Dan	dan	PROPN	O	0		n.person	ewtb.r.011257.8
+3	and	and	CONJ	O	0			ewtb.r.011257.8
+4	Johnette	johnette	PROPN	O	0		n.person	ewtb.r.011257.8
+5	for	for	ADP	O	0			ewtb.r.011257.8
+6	your	your	PRON	O	0			ewtb.r.011257.8
+7	responsiveness	responsiveness	NOUN	O	0		n.attribute	ewtb.r.011257.8
+8	and	and	CONJ	O	0			ewtb.r.011257.8
+9	professional	professional	ADJ	O	0			ewtb.r.011257.8
+10	service	service	NOUN	O	0		n.act	ewtb.r.011257.8
+11	.	.	PUNCT	O	0			ewtb.r.011257.8
+
+1	Roger	roger	PROPN	B	0		n.person	ewtb.r.011257.9
+2	M.	m.	PROPN	I	1			ewtb.r.011257.9
+3	,	,	PUNCT	O	0			ewtb.r.011257.9
+4	Woodinville	woodinville	PROPN	O	0		n.location	ewtb.r.011257.9
+
+1	The	the	DET	O	0			ewtb.r.020851.1
+2	Best	best	ADJ	O	0			ewtb.r.020851.1
+3	Deals	deal	NOUN	O	0		n.possession	ewtb.r.020851.1
+4	in	in	ADP	B	0			ewtb.r.020851.1
+5	Town	town	NOUN	I	4			ewtb.r.020851.1
+
+1	Their	their	PRON	O	0			ewtb.r.020851.3
+2	selection	selection	NOUN	O	0		n.cognition	ewtb.r.020851.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.020851.3
+4	random	random	ADJ	O	0			ewtb.r.020851.3
+5	,	,	PUNCT	O	0			ewtb.r.020851.3
+6	so	so	ADV	O	0			ewtb.r.020851.3
+7	what	what	PRON	O	0			ewtb.r.020851.3
+8	they	they	PRON	O	0			ewtb.r.020851.3
+9	have	have	VERB	O	0		v.stative	ewtb.r.020851.3
+10	on	on	ADP	O	0			ewtb.r.020851.3
+11	a	a	DET	O	0			ewtb.r.020851.3
+12	given	give	VERB	O	0			ewtb.r.020851.3
+13	week	week	NOUN	O	0		n.time	ewtb.r.020851.3
+14	might	might	AUX	O	0			ewtb.r.020851.3
+15	never	never	ADV	O	0			ewtb.r.020851.3
+16	be	be	VERB	O	0		v.stative	ewtb.r.020851.3
+17	available	available	ADJ	O	0			ewtb.r.020851.3
+18	again	again	ADV	O	0			ewtb.r.020851.3
+19	at	at	ADP	O	0			ewtb.r.020851.3
+20	the	the	DET	O	0			ewtb.r.020851.3
+21	store	store	NOUN	O	0		n.group	ewtb.r.020851.3
+22	.	.	PUNCT	O	0			ewtb.r.020851.3
+
+1	I	i	PRON	O	0			ewtb.r.020851.4
+2	love	love	VERB	O	0		v.emotion	ewtb.r.020851.4
+3	it	it	PRON	O	0			ewtb.r.020851.4
+4	for	for	ADP	O	0			ewtb.r.020851.4
+5	discounted	discount	VERB	O	0		v.possession	ewtb.r.020851.4
+6	beauty	beauty	NOUN	O	0		n.attribute	ewtb.r.020851.4
+7	items	item	NOUN	O	0		n.artifact	ewtb.r.020851.4
+8	and	and	CONJ	O	0			ewtb.r.020851.4
+9	household	household	NOUN	O	0		n.cognition	ewtb.r.020851.4
+10	appliances	appliance	NOUN	O	0		n.artifact	ewtb.r.020851.4
+11	.	.	PUNCT	O	0			ewtb.r.020851.4
+
+1	Trust	trust	VERB	B	0		v.cognition	ewtb.r.020851.5
+2	me	me	PRON	I	1			ewtb.r.020851.5
+3	,	,	PUNCT	O	0			ewtb.r.020851.5
+4	you	you	PRON	O	0			ewtb.r.020851.5
+5	go	go	VERB	O	0		v.motion	ewtb.r.020851.5
+6	there	there	ADV	O	0			ewtb.r.020851.5
+7	once	once	ADV	O	0			ewtb.r.020851.5
+8	and	and	CONJ	O	0			ewtb.r.020851.5
+9	you	you	PRON	O	0			ewtb.r.020851.5
+10	-ll	-ll	AUX	O	0			ewtb.r.020851.5
+11	always	always	ADV	O	0			ewtb.r.020851.5
+12	go	go	VERB	O	0		v.motion	ewtb.r.020851.5
+13	back	back	ADV	O	0			ewtb.r.020851.5
+14	!	!	PUNCT	O	0			ewtb.r.020851.5
+
+1	He	he	PRON	O	0			ewtb.r.020957.1
+2	's	's	VERB	O	0		v.stative	ewtb.r.020957.1
+3	great	great	ADJ	O	0			ewtb.r.020957.1
+4	!	!	PUNCT	O	0			ewtb.r.020957.1
+
+1	I	i	PRON	O	0			ewtb.r.020957.2
+2	wo	wo	AUX	O	0			ewtb.r.020957.2
+3	n't	n't	PART	O	0			ewtb.r.020957.2
+4	go	go	VERB	O	0		v.motion	ewtb.r.020957.2
+5	to	to	ADP	O	0			ewtb.r.020957.2
+6	anyone	anyone	NOUN	O	0			ewtb.r.020957.2
+7	else	else	ADJ	O	0			ewtb.r.020957.2
+8	.	.	PUNCT	O	0			ewtb.r.020957.2
+
+1	Thank	thank	VERB	B	0			ewtb.r.034858.1
+2	you	you	PRON	I	1			ewtb.r.034858.1
+3	for	for	SCONJ	O	0			ewtb.r.034858.1
+4	fixing	fix	VERB	O	0		v.change	ewtb.r.034858.1
+5	the	the	DET	O	0			ewtb.r.034858.1
+6	leak	leak	NOUN	O	0		n.phenomenon	ewtb.r.034858.1
+7	on	on	ADP	O	0			ewtb.r.034858.1
+8	my	my	PRON	O	0			ewtb.r.034858.1
+9	bathroom	bathroom	NOUN	O	0		n.location	ewtb.r.034858.1
+10	!	!	PUNCT	O	0			ewtb.r.034858.1
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.034858.2
+2	!	!	PUNCT	O	0			ewtb.r.034858.2
+
+1	sheisters	sheisters	NOUN	O	0		n.person	ewtb.r.036753.1
+
+1	I	i	PRON	O	0			ewtb.r.036753.3
+2	paid	pay	VERB	B	0		v.possession	ewtb.r.036753.3
+3	2	2	NUM	o	0			ewtb.r.036753.3
+4	k	k	NOUN	o	0		n.quantity	ewtb.r.036753.3
+5	cash	cash	NOUN	I	2			ewtb.r.036753.3
+6	for	for	ADP	O	0			ewtb.r.036753.3
+7	a	a	DET	O	0			ewtb.r.036753.3
+8	truck	truck	NOUN	O	0		n.artifact	ewtb.r.036753.3
+9	with	with	ADP	O	0			ewtb.r.036753.3
+10	a	a	DET	O	0			ewtb.r.036753.3
+11	blown	blow	VERB	O	0			ewtb.r.036753.3
+12	motor	motor	NOUN	O	0		n.artifact	ewtb.r.036753.3
+13	.	.	PUNCT	O	0			ewtb.r.036753.3
+
+1	Their	their	PRON	O	0			ewtb.r.036753.4
+2	so	so	ADV	B	0			ewtb.r.036753.4
+3	called	call	VERB	I	2			ewtb.r.036753.4
+4	mechanic	mechanic	NOUN	O	0		n.person	ewtb.r.036753.4
+5	said	say	VERB	O	0		v.communication	ewtb.r.036753.4
+6	the	the	DET	O	0			ewtb.r.036753.4
+7	engine	engine	NOUN	O	0		n.artifact	ewtb.r.036753.4
+8	was	be	VERB	O	0		v.stative	ewtb.r.036753.4
+9	good	good	ADJ	O	0			ewtb.r.036753.4
+10	and	and	CONJ	O	0			ewtb.r.036753.4
+11	"	"	PUNCT	O	0			ewtb.r.036753.4
+12	There	there	PRON	O	0			ewtb.r.036753.4
+13	is	be	VERB	O	0		v.stative	ewtb.r.036753.4
+14	nothing	nothing	NOUN	O	0			ewtb.r.036753.4
+15	mechanicly	mechanicly	ADV	O	0			ewtb.r.036753.4
+16	wrong	wrong	ADJ	B	0			ewtb.r.036753.4
+17	with	with	ADP	I	16			ewtb.r.036753.4
+18	this	this	DET	O	0			ewtb.r.036753.4
+19	truck	truck	NOUN	O	0		n.artifact	ewtb.r.036753.4
+20	"	"	PUNCT	O	0			ewtb.r.036753.4
+21	.	.	PUNCT	O	0			ewtb.r.036753.4
+
+1	Anyway	anyway	ADV	O	0			ewtb.r.036753.6
+2	they	they	PRON	O	0			ewtb.r.036753.6
+3	jimmy	jimmy	NOUN	B	0		v.change	ewtb.r.036753.6
+4	rigged	rig	VERB	I	3			ewtb.r.036753.6
+5	it	it	PRON	O	0			ewtb.r.036753.6
+6	so	so	SCONJ	O	0			ewtb.r.036753.6
+7	i	i	PRON	O	0			ewtb.r.036753.6
+8	could	could	AUX	O	0			ewtb.r.036753.6
+9	drive	drive	VERB	O	0		v.motion	ewtb.r.036753.6
+10	it	it	PRON	O	0			ewtb.r.036753.6
+11	home	home	ADV	O	0			ewtb.r.036753.6
+12	.	.	PUNCT	O	0			ewtb.r.036753.6
+
+1	The	the	DET	O	0			ewtb.r.036753.7
+2	next	next	ADJ	O	0			ewtb.r.036753.7
+3	day	day	NOUN	O	0		n.time	ewtb.r.036753.7
+4	i	i	PRON	O	0			ewtb.r.036753.7
+5	took	take	VERB	O	0		v.motion	ewtb.r.036753.7
+6	it	it	PRON	O	0			ewtb.r.036753.7
+7	to	to	ADP	O	0			ewtb.r.036753.7
+8	2	2	NUM	O	0			ewtb.r.036753.7
+9	auto	auto	NOUN	B	0		n.group	ewtb.r.036753.7
+10	shops	shop	NOUN	I	9			ewtb.r.036753.7
+11	and	and	CONJ	O	0			ewtb.r.036753.7
+12	they	they	PRON	O	0			ewtb.r.036753.7
+13	both	both	DET	O	0			ewtb.r.036753.7
+14	told	tell	VERB	O	0		v.communication	ewtb.r.036753.7
+15	me	me	PRON	O	0			ewtb.r.036753.7
+16	the	the	DET	O	0			ewtb.r.036753.7
+17	same	same	ADJ	O	0			ewtb.r.036753.7
+18	thing	thing	NOUN	O	0			ewtb.r.036753.7
+19	,	,	PUNCT	O	0			ewtb.r.036753.7
+20	engine	engine	NOUN	O	0		n.artifact	ewtb.r.036753.7
+21	is	be	VERB	O	0		v.stative	ewtb.r.036753.7
+22	junk	junk	NOUN	O	0		n.cognition	ewtb.r.036753.7
+23	.	.	PUNCT	O	0			ewtb.r.036753.7
+
+1	I	i	PRON	O	0			ewtb.r.036753.8
+2	called	call	VERB	O	0		v.communication	ewtb.r.036753.8
+3	and	and	CONJ	O	0			ewtb.r.036753.8
+4	got	get	VERB	O	0		v.stative	ewtb.r.036753.8
+5	the	the	DET	O	0			ewtb.r.036753.8
+6	same	same	ADJ	O	0			ewtb.r.036753.8
+7	runaround	runaround	NOUN	O	0		n.cognition	ewtb.r.036753.8
+8	on	on	ADP	B	0			ewtb.r.036753.8
+9	hold	hold	NOUN	I	8			ewtb.r.036753.8
+10	and	and	CONJ	O	0			ewtb.r.036753.8
+11	noone	noone	NOUN	O	0			ewtb.r.036753.8
+12	calls	call	VERB	B	0		v.communication	ewtb.r.036753.8
+13	you	you	PRON	o	0			ewtb.r.036753.8
+14	back	back	ADV	I	12			ewtb.r.036753.8
+15	.	.	PUNCT	O	0			ewtb.r.036753.8
+
+1	From	from	ADP	B	0			ewtb.r.036753.9
+2	a	a	DET	o	0			ewtb.r.036753.9
+3	moral	moral	ADJ	o	0			ewtb.r.036753.9
+4	standpoint	standpoint	NOUN	I	1			ewtb.r.036753.9
+5	,	,	PUNCT	O	0			ewtb.r.036753.9
+6	you	you	PRON	O	0			ewtb.r.036753.9
+7	guys	guy	NOUN	O	0		n.group	ewtb.r.036753.9
+8	are	be	AUX	O	0			ewtb.r.036753.9
+9	really	really	ADV	O	0			ewtb.r.036753.9
+10	gon	gon	VERB	B	0			ewtb.r.036753.9
+11	na	na	PART	I	10			ewtb.r.036753.9
+12	take	take	VERB	O	0		v.possession	ewtb.r.036753.9
+13	2,000	2,000	NUM	O	0			ewtb.r.036753.9
+14	bucks	buck	NOUN	O	0		n.possession	ewtb.r.036753.9
+15	from	from	ADP	O	0			ewtb.r.036753.9
+16	someone	someone	NOUN	O	0			ewtb.r.036753.9
+17	that	that	DET	O	0			ewtb.r.036753.9
+18	needs	need	VERB	O	0		v.cognition	ewtb.r.036753.9
+19	that	that	DET	O	0			ewtb.r.036753.9
+20	truck	truck	NOUN	O	0		n.artifact	ewtb.r.036753.9
+21	to	to	PART	O	0			ewtb.r.036753.9
+22	work	work	VERB	O	0		v.social	ewtb.r.036753.9
+23	and	and	CONJ	O	0			ewtb.r.036753.9
+24	support	support	VERB	O	0		v.social	ewtb.r.036753.9
+25	his	his	PRON	O	0			ewtb.r.036753.9
+26	family	family	NOUN	O	0		n.group	ewtb.r.036753.9
+27	when	when	ADV	O	0			ewtb.r.036753.9
+28	you	you	PRON	O	0			ewtb.r.036753.9
+29	know	know	VERB	O	0		v.cognition	ewtb.r.036753.9
+30	it	it	PRON	O	0			ewtb.r.036753.9
+31	s	s	VERB	O	0		v.stative	ewtb.r.036753.9
+32	just	just	ADV	O	0			ewtb.r.036753.9
+33	a	a	DET	O	0			ewtb.r.036753.9
+34	piece	piece	NOUN	O	0		n.artifact	ewtb.r.036753.9
+35	of	of	ADP	O	0			ewtb.r.036753.9
+36	scrap	scrap	NOUN	B	0		n.artifact	ewtb.r.036753.9
+37	metal	metal	NOUN	I	36			ewtb.r.036753.9
+38	?	?	PUNCT	O	0			ewtb.r.036753.9
+
+1	If	if	SCONJ	O	0			ewtb.r.036753.10
+2	it	it	PRON	O	0			ewtb.r.036753.10
+3	lasted	last	VERB	O	0		v.stative	ewtb.r.036753.10
+4	1	1	NUM	O	0			ewtb.r.036753.10
+5	month	month	NOUN	O	0		n.time	ewtb.r.036753.10
+6	i	i	PRON	O	0			ewtb.r.036753.10
+7	could	could	AUX	O	0			ewtb.r.036753.10
+8	suck	suck	VERB	B	0		v.emotion	ewtb.r.036753.10
+9	it	it	PRON	I	8			ewtb.r.036753.10
+10	up	up	ADP	I	9			ewtb.r.036753.10
+11	but	but	CONJ	O	0			ewtb.r.036753.10
+12	1	1	NUM	O	0			ewtb.r.036753.10
+13	day	day	NOUN	O	0		n.time	ewtb.r.036753.10
+14	?	?	PUNCT	O	0			ewtb.r.036753.10
+
+1	Grimy	grimy	ADJ	O	0			ewtb.r.036753.11
+2	work	work	NOUN	O	0		n.act	ewtb.r.036753.11
+3	you	you	PRON	B	0		n.group	ewtb.r.036753.11
+4	guys	guy	NOUN	I	3			ewtb.r.036753.11
+5	do	do	VERB	O	0		v.stative	ewtb.r.036753.11
+6	.	.	PUNCT	O	0			ewtb.r.036753.11
+
+1	Buy	buy	VERB	O	0		v.possession	ewtb.r.036753.12
+2	your	your	PRON	O	0			ewtb.r.036753.12
+3	kids	kid	NOUN	O	0		n.person	ewtb.r.036753.12
+4	somethin	somethin	NOUN	O	0			ewtb.r.036753.12
+5	nice	nice	ADJ	O	0			ewtb.r.036753.12
+6	with	with	ADP	O	0			ewtb.r.036753.12
+7	my	my	PRON	O	0			ewtb.r.036753.12
+8	2	2	NUM	O	0			ewtb.r.036753.12
+9	k	k	NOUN	O	0		n.quantity	ewtb.r.036753.12
+10	bucks	buck	NOUN	O	0		n.possession	ewtb.r.036753.12
+11	.	.	PUNCT	O	0			ewtb.r.036753.12
+
+1	heating	heating	NOUN	O	0		n.act	ewtb.r.038358.1
+2	system	system	NOUN	O	0		n.cognition	ewtb.r.038358.1
+3	Angels	angel	NOUN	O	0		n.group	ewtb.r.038358.1
+
+1	seriously	seriously	ADV	O	0			ewtb.r.038358.2
+2	,	,	PUNCT	O	0			ewtb.r.038358.2
+3	can	can	AUX	O	0			ewtb.r.038358.2
+4	you	you	PRON	O	0			ewtb.r.038358.2
+5	imagine	imagine	VERB	O	0		v.cognition	ewtb.r.038358.2
+6	having	have	VERB	B	0		v.stative	ewtb.r.038358.2
+7	to	to	PART	I	6			ewtb.r.038358.2
+8	live	live	VERB	B	0		v.stative	ewtb.r.038358.2
+9	through	through	ADP	I	8			ewtb.r.038358.2
+10	these	these	DET	O	0			ewtb.r.038358.2
+11	last	last	ADJ	O	0			ewtb.r.038358.2
+12	few	few	ADJ	O	0			ewtb.r.038358.2
+13	nights	night	NOUN	O	0		n.time	ewtb.r.038358.2
+14	without	without	ADP	O	0			ewtb.r.038358.2
+15	heat	heat	NOUN	O	0		n.artifact	ewtb.r.038358.2
+16	?	?	PUNCT	O	0			ewtb.r.038358.2
+
+1	Comfort	comfort	PROPN	B	0		n.group	ewtb.r.038358.4
+2	zone	zone	PROPN	I	1			ewtb.r.038358.4
+3	came	come	VERB	B	0		v.motion	ewtb.r.038358.4
+4	out	out	ADV	I	3			ewtb.r.038358.4
+5	and	and	CONJ	O	0			ewtb.r.038358.4
+6	did	do	VERB	O	0		v.stative	ewtb.r.038358.4
+7	my	my	PRON	O	0			ewtb.r.038358.4
+8	house	house	NOUN	O	0		n.location	ewtb.r.038358.4
+9	heat	heat	NOUN	O	0		n.artifact	ewtb.r.038358.4
+10	on	on	ADP	B	0			ewtb.r.038358.4
+11	the	the	DET	I	10			ewtb.r.038358.4
+12	cheap	cheap	ADJ	I	11			ewtb.r.038358.4
+13	.	.	PUNCT	O	0			ewtb.r.038358.4
+
+1	and	and	CONJ	O	0			ewtb.r.038358.5
+2	it	it	PRON	O	0			ewtb.r.038358.5
+3	works	work	VERB	O	0		v.stative	ewtb.r.038358.5
+4	!	!	PUNCT	O	0			ewtb.r.038358.5
+
+1	Thank	thank	VERB	B	0			ewtb.r.038358.6
+2	you	you	PRON	I	1			ewtb.r.038358.6
+3	Comfort	comfort	PROPN	B	0		n.group	ewtb.r.038358.6
+4	Zone	zone	PROPN	I	3			ewtb.r.038358.6
+
+1	HORRIBLE	horrible	ADJ	O	0			ewtb.r.039856.1
+2	SERVICE	service	NOUN	O	0		n.act	ewtb.r.039856.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.039856.1
+
+1	They	they	PRON	O	0			ewtb.r.039856.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.039856.3
+3	very	very	ADV	O	0			ewtb.r.039856.3
+4	rude	rude	ADJ	O	0			ewtb.r.039856.3
+5	over	over	ADP	B	0			ewtb.r.039856.3
+6	the	the	DET	I	5			ewtb.r.039856.3
+7	phone	phone	NOUN	I	6			ewtb.r.039856.3
+8	and	and	CONJ	O	0			ewtb.r.039856.3
+9	in	in	ADP	B	0			ewtb.r.039856.3
+10	person	person	NOUN	I	9			ewtb.r.039856.3
+11	.	.	PUNCT	O	0			ewtb.r.039856.3
+
+1	They	they	PRON	O	0			ewtb.r.039856.4
+2	talk	talk	VERB	B	0		v.communication	ewtb.r.039856.4
+3	down	down	ADV	I	2			ewtb.r.039856.4
+4	to	to	ADP	I	3			ewtb.r.039856.4
+5	you	you	PRON	O	0			ewtb.r.039856.4
+6	like	like	SCONJ	O	0			ewtb.r.039856.4
+7	they	they	PRON	O	0			ewtb.r.039856.4
+8	are	be	VERB	O	0		v.stative	ewtb.r.039856.4
+9	supreme	supreme	ADJ	B	0		n.person	ewtb.r.039856.4
+10	beings	being	NOUN	I	9			ewtb.r.039856.4
+11	,	,	PUNCT	O	0			ewtb.r.039856.4
+12	if	if	SCONJ	O	0			ewtb.r.039856.4
+13	you	you	PRON	O	0			ewtb.r.039856.4
+14	hate	hate	VERB	O	0		v.emotion	ewtb.r.039856.4
+15	your	your	PRON	O	0			ewtb.r.039856.4
+16	job	job	NOUN	O	0		n.act	ewtb.r.039856.4
+17	so	so	ADV	O	0			ewtb.r.039856.4
+18	much	much	ADV	O	0			ewtb.r.039856.4
+19	then	then	ADV	O	0			ewtb.r.039856.4
+20	quit	quit	VERB	O	0		v.change	ewtb.r.039856.4
+21	!!	!!	PUNCT	O	0			ewtb.r.039856.4
+
+1	How	how	ADV	O	0			ewtb.r.039856.5
+2	these	these	DET	O	0			ewtb.r.039856.5
+3	guys	guy	NOUN	O	0		n.group	ewtb.r.039856.5
+4	can	can	AUX	O	0			ewtb.r.039856.5
+5	get	get	VERB	B	0		v.cognition	ewtb.r.039856.5
+6	away	away	ADV	I	5			ewtb.r.039856.5
+7	with	with	SCONJ	I	6			ewtb.r.039856.5
+8	being	be	VERB	B	0		v.stative	ewtb.r.039856.5
+9	so	so	ADV	o	0			ewtb.r.039856.5
+10	rude	rude	ADJ	I	8			ewtb.r.039856.5
+11	with	with	ADP	O	0			ewtb.r.039856.5
+12	people	person	NOUN	O	0		n.person	ewtb.r.039856.5
+13	is	be	VERB	O	0		v.stative	ewtb.r.039856.5
+14	mind	mind	NOUN	B	0		n.cognition	ewtb.r.039856.5
+15	blowing	blow	VERB	I	14			ewtb.r.039856.5
+16	.	.	PUNCT	O	0			ewtb.r.039856.5
+
+1	I	i	PRON	O	0			ewtb.r.039856.6
+2	will	will	AUX	O	0			ewtb.r.039856.6
+3	NEVER	never	ADV	O	0			ewtb.r.039856.6
+4	do	do	VERB	B	0		v.social	ewtb.r.039856.6
+5	business	business	NOUN	I	4			ewtb.r.039856.6
+6	with	with	ADP	O	0			ewtb.r.039856.6
+7	Sun	sun	PROPN	B	0		n.group	ewtb.r.039856.6
+8	Toyota	toyota	PROPN	I	7			ewtb.r.039856.6
+9	again	again	ADV	O	0			ewtb.r.039856.6
+10	.	.	PUNCT	O	0			ewtb.r.039856.6
+
+1	Thank	thank	VERB	B	0			ewtb.r.039856.7
+2	god	god	PROPN	I	1			ewtb.r.039856.7
+3	there	there	PRON	O	0			ewtb.r.039856.7
+4	are	be	VERB	O	0		v.stative	ewtb.r.039856.7
+5	plenty	plenty	NOUN	O	0		n.quantity	ewtb.r.039856.7
+6	of	of	ADP	O	0			ewtb.r.039856.7
+7	Toyota	toyota	PROPN	O	0		n.group	ewtb.r.039856.7
+8	dealerships	dealership	NOUN	O	0		n.group	ewtb.r.039856.7
+9	to	to	PART	O	0			ewtb.r.039856.7
+10	choose	choose	VERB	O	0		v.cognition	ewtb.r.039856.7
+11	from	from	ADP	O	0			ewtb.r.039856.7
+12	in	in	ADP	O	0			ewtb.r.039856.7
+13	this	this	DET	O	0			ewtb.r.039856.7
+14	city	city	NOUN	O	0		n.location	ewtb.r.039856.7
+15	.	.	PUNCT	O	0			ewtb.r.039856.7
+
+1	Compare	compare	VERB	B	0		v.stative	ewtb.r.045753.1
+2	to	to	ADP	I	1			ewtb.r.045753.1
+3	last	last	ADJ	O	0			ewtb.r.045753.1
+4	decade	decade	NOUN	O	0		n.time	ewtb.r.045753.1
+5	this	this	DET	O	0			ewtb.r.045753.1
+6	University	university	PROPN	O	0		n.group	ewtb.r.045753.1
+7	is	be	AUX	O	0			ewtb.r.045753.1
+8	gaining	gain	VERB	O	0		v.change	ewtb.r.045753.1
+9	more	more	ADJ	O	0			ewtb.r.045753.1
+10	prestige	prestige	NOUN	O	0		n.attribute	ewtb.r.045753.1
+11	in	in	ADP	O	0			ewtb.r.045753.1
+12	International	international	ADJ	O	0			ewtb.r.045753.1
+13	level	level	NOUN	O	0		n.cognition	ewtb.r.045753.1
+
+1	I	i	PRON	O	0			ewtb.r.071650.10
+2	would	would	AUX	O	0			ewtb.r.071650.10
+3	understand	understand	VERB	O	0		v.cognition	ewtb.r.071650.10
+4	if	if	SCONJ	O	0			ewtb.r.071650.10
+5	I	i	PRON	O	0			ewtb.r.071650.10
+6	was	be	AUX	O	0			ewtb.r.071650.10
+7	being	be	AUX	O	0			ewtb.r.071650.10
+8	treated	treat	VERB	O	0		v.social	ewtb.r.071650.10
+9	this	this	DET	O	0			ewtb.r.071650.10
+10	way	way	NOUN	O	0		n.cognition	ewtb.r.071650.10
+11	by	by	ADP	O	0			ewtb.r.071650.10
+12	a	a	DET	O	0			ewtb.r.071650.10
+13	staff	staff	NOUN	O	0		n.group	ewtb.r.071650.10
+14	member	member	NOUN	O	0		n.person	ewtb.r.071650.10
+15	but	but	CONJ	O	0			ewtb.r.071650.10
+16	the	the	DET	O	0			ewtb.r.071650.10
+17	club	club	NOUN	O	0		n.group	ewtb.r.071650.10
+18	's	's	PART	O	0			ewtb.r.071650.10
+19	actual	actual	ADJ	O	0			ewtb.r.071650.10
+20	OWNER	owner	NOUN	O	0		n.person	ewtb.r.071650.10
+21	?!	?!	PUNCT	O	0			ewtb.r.071650.10
+
+1	The	the	DET	O	0			ewtb.r.071650.14
+2	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.071650.14
+3	and	and	CONJ	O	0			ewtb.r.071650.14
+4	classes	class	NOUN	O	0		n.event	ewtb.r.071650.14
+5	are	be	VERB	O	0		v.stative	ewtb.r.071650.14
+6	n't	n't	PART	O	0			ewtb.r.071650.14
+7	good	good	ADJ	O	0			ewtb.r.071650.14
+8	enough	enough	ADJ	O	0			ewtb.r.071650.14
+9	to	to	PART	O	0			ewtb.r.071650.14
+10	deal	deal	VERB	B	0		v.cognition	ewtb.r.071650.14
+11	with	with	ADP	I	10			ewtb.r.071650.14
+12	the	the	DET	O	0			ewtb.r.071650.14
+13	rudeness	rudeness	NOUN	O	0		n.attribute	ewtb.r.071650.14
+14	from	from	ADP	O	0			ewtb.r.071650.14
+15	the	the	DET	O	0			ewtb.r.071650.14
+16	staff	staff	NOUN	O	0		n.group	ewtb.r.071650.14
+17	!!!	!!!	PUNCT	O	0			ewtb.r.071650.14
+
+1	There	there	PRON	O	0			ewtb.r.071650.15
+2	are	be	VERB	O	0		v.stative	ewtb.r.071650.15
+3	better	better	ADJ	O	0			ewtb.r.071650.15
+4	places	place	NOUN	O	0		n.group	ewtb.r.071650.15
+5	on	on	ADP	O	0			ewtb.r.071650.15
+6	the	the	DET	O	0			ewtb.r.071650.15
+7	Cape	cape	NOUN	O	0		n.location	ewtb.r.071650.15
+8	-	-	PUNCT	O	0			ewtb.r.071650.15
+9	FITNESS	fitness	PROPN	B	0		n.group	ewtb.r.071650.15
+10	500	500	PROPN	I	9			ewtb.r.071650.15
+11	!	!	PUNCT	O	0			ewtb.r.071650.15
+
+1	Beautiful	beautiful	ADJ	O	0			ewtb.r.073356.1
+2	hotel	hotel	NOUN	O	0		n.group	ewtb.r.073356.1
+3	!	!	PUNCT	O	0			ewtb.r.073356.1
+
+1	Great	great	ADJ	O	0			ewtb.r.073356.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.073356.2
+3	-	-	PUNCT	O	0			ewtb.r.073356.2
+4	high	high	ADJ	B	0		n.attribute	ewtb.r.073356.2
+5	class	class	NOUN	I	4			ewtb.r.073356.2
+6	!	!	PUNCT	O	0			ewtb.r.073356.2
+
+1	Shuttle	shuttle	NOUN	O	0		n.artifact	ewtb.r.073356.3
+2	available	available	ADJ	O	0			ewtb.r.073356.3
+3	to	to	ADP	O	0			ewtb.r.073356.3
+4	a	a	DET	O	0			ewtb.r.073356.3
+5	private	private	ADJ	O	0			ewtb.r.073356.3
+6	beach	beach	NOUN	O	0		n.natural_object	ewtb.r.073356.3
+7	area	area	NOUN	O	0		n.location	ewtb.r.073356.3
+8	with	with	ADP	O	0			ewtb.r.073356.3
+9	food	food	NOUN	O	0		n.food	ewtb.r.073356.3
+10	/	/	PUNCT	O	0			ewtb.r.073356.3
+11	drinks	drink	NOUN	O	0		n.food	ewtb.r.073356.3
+12	/	/	PUNCT	O	0			ewtb.r.073356.3
+13	towels	towel	NOUN	O	0		n.artifact	ewtb.r.073356.3
+14	.	.	PUNCT	O	0			ewtb.r.073356.3
+
+1	Very	very	ADV	O	0			ewtb.r.076352.1
+2	Accomodating	accomodating	ADJ	O	0			ewtb.r.076352.1
+
+1	We	we	PRON	O	0			ewtb.r.076352.2
+2	were	be	VERB	O	0		v.stative	ewtb.r.076352.2
+3	in	in	ADP	O	0			ewtb.r.076352.2
+4	Springfield	springfield	PROPN	B	0		n.location	ewtb.r.076352.2
+5	,	,	PUNCT	I	4			ewtb.r.076352.2
+6	IL	il	PROPN	I	5			ewtb.r.076352.2
+7	for	for	ADP	O	0			ewtb.r.076352.2
+8	a	a	DET	O	0			ewtb.r.076352.2
+9	family	family	NOUN	O	0		n.group	ewtb.r.076352.2
+10	funeral	funeral	NOUN	O	0		n.event	ewtb.r.076352.2
+11	from	from	ADP	O	0			ewtb.r.076352.2
+12	Kansas	kansas	PROPN	B	0		n.location	ewtb.r.076352.2
+13	City	city	PROPN	I	12			ewtb.r.076352.2
+14	.	.	PUNCT	O	0			ewtb.r.076352.2
+
+1	We	we	PRON	O	0			ewtb.r.076352.3
+2	arrived	arrive	VERB	O	0		v.motion	ewtb.r.076352.3
+3	early	early	ADV	O	0			ewtb.r.076352.3
+4	and	and	CONJ	O	0			ewtb.r.076352.3
+5	the	the	DET	O	0			ewtb.r.076352.3
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.076352.3
+7	was	be	VERB	O	0		v.stative	ewtb.r.076352.3
+8	very	very	ADV	O	0			ewtb.r.076352.3
+9	accomodating	accomodating	ADJ	O	0			ewtb.r.076352.3
+10	to	to	ADP	O	0			ewtb.r.076352.3
+11	our	our	PRON	O	0			ewtb.r.076352.3
+12	families	family	NOUN	O	0		n.group	ewtb.r.076352.3
+13	and	and	CONJ	O	0			ewtb.r.076352.3
+14	the	the	DET	O	0			ewtb.r.076352.3
+15	situation	situation	NOUN	B	0		n.cognition	ewtb.r.076352.3
+16	we	we	PRON	o	0			ewtb.r.076352.3
+17	were	be	VERB	I	15			ewtb.r.076352.3
+18	in	in	ADP	I	17			ewtb.r.076352.3
+19	.	.	PUNCT	O	0			ewtb.r.076352.3
+
+1	The	the	DET	O	0			ewtb.r.076352.4
+2	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.076352.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.076352.4
+4	very	very	ADV	O	0			ewtb.r.076352.4
+5	clean	clean	ADJ	O	0			ewtb.r.076352.4
+6	,	,	PUNCT	O	0			ewtb.r.076352.4
+7	including	include	VERB	O	0		v.stative	ewtb.r.076352.4
+8	the	the	DET	O	0			ewtb.r.076352.4
+9	microwave	microwave	NOUN	O	0		n.artifact	ewtb.r.076352.4
+10	and	and	CONJ	O	0			ewtb.r.076352.4
+11	refrigerator	refrigerator	NOUN	O	0		n.artifact	ewtb.r.076352.4
+12	.	.	PUNCT	O	0			ewtb.r.076352.4
+
+1	This	this	DET	O	0			ewtb.r.076352.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.076352.5
+3	a	a	DET	O	0			ewtb.r.076352.5
+4	nice	nice	ADJ	O	0			ewtb.r.076352.5
+5	place	place	NOUN	O	0		n.group	ewtb.r.076352.5
+6	,	,	PUNCT	O	0			ewtb.r.076352.5
+7	and	and	CONJ	O	0			ewtb.r.076352.5
+8	I	i	PRON	O	0			ewtb.r.076352.5
+9	know	know	VERB	O	0		v.cognition	ewtb.r.076352.5
+10	we	we	PRON	O	0			ewtb.r.076352.5
+11	will	will	AUX	O	0			ewtb.r.076352.5
+12	return	return	VERB	O	0		v.motion	ewtb.r.076352.5
+13	to	to	PART	O	0			ewtb.r.076352.5
+14	meet	meet	VERB	O	0		v.social	ewtb.r.076352.5
+15	my	my	PRON	O	0			ewtb.r.076352.5
+16	sister	sister	NOUN	B	0		n.person	ewtb.r.076352.5
+17	-	-	PUNCT	I	16			ewtb.r.076352.5
+18	in	in	ADP	I	17			ewtb.r.076352.5
+19	-	-	PUNCT	I	18			ewtb.r.076352.5
+20	law	law	NOUN	I	19			ewtb.r.076352.5
+21	from	from	ADP	O	0			ewtb.r.076352.5
+22	Chicago	chicago	PROPN	O	0		n.location	ewtb.r.076352.5
+23	!!	!!	PUNCT	O	0			ewtb.r.076352.5
+
+1	Fast	fast	ADJ	O	0			ewtb.r.080854.1
+2	and	and	CONJ	O	0			ewtb.r.080854.1
+3	affordable	affordable	ADJ	O	0			ewtb.r.080854.1
+4	.	.	PUNCT	O	0			ewtb.r.080854.1
+
+1	Great	great	ADJ	O	0			ewtb.r.080854.2
+2	job	job	NOUN	O	0		n.act	ewtb.r.080854.2
+3	master	master	NOUN	B	0		v.creation	ewtb.r.080854.2
+4	keying	key	VERB	I	3			ewtb.r.080854.2
+5	our	our	PRON	O	0			ewtb.r.080854.2
+6	building	building	NOUN	O	0		n.artifact	ewtb.r.080854.2
+7	.	.	PUNCT	O	0			ewtb.r.080854.2
+
+1	I	i	PRON	O	0			ewtb.r.083454.1
+2	did	do	AUX	O	0			ewtb.r.083454.1
+3	n't	n't	PART	O	0			ewtb.r.083454.1
+4	end	end	VERB	B	0		v.stative	ewtb.r.083454.1
+5	up	up	ADP	I	4			ewtb.r.083454.1
+6	buying	buy	VERB	O	0		v.possession	ewtb.r.083454.1
+7	my	my	PRON	O	0			ewtb.r.083454.1
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.083454.1
+9	here	here	ADV	O	0			ewtb.r.083454.1
+10	,	,	PUNCT	O	0			ewtb.r.083454.1
+11	but	but	CONJ	O	0			ewtb.r.083454.1
+12	I	i	PRON	O	0			ewtb.r.083454.1
+13	did	do	AUX	O	0			ewtb.r.083454.1
+14	think	think	VERB	O	0		v.cognition	ewtb.r.083454.1
+15	the	the	DET	O	0			ewtb.r.083454.1
+16	guy	guy	NOUN	O	0		n.person	ewtb.r.083454.1
+17	who	who	PRON	O	0			ewtb.r.083454.1
+18	worked	work	VERB	O	0		v.social	ewtb.r.083454.1
+19	with	with	ADP	O	0			ewtb.r.083454.1
+20	me	me	PRON	O	0			ewtb.r.083454.1
+21	was	be	VERB	O	0		v.stative	ewtb.r.083454.1
+22	pretty	pretty	ADV	O	0			ewtb.r.083454.1
+23	cool	cool	ADJ	O	0			ewtb.r.083454.1
+24	-	-	PUNCT	O	0			ewtb.r.083454.1
+25	he	he	PRON	O	0			ewtb.r.083454.1
+26	was	be	VERB	O	0		v.stative	ewtb.r.083454.1
+27	willing	willing	ADJ	O	0			ewtb.r.083454.1
+28	to	to	PART	O	0			ewtb.r.083454.1
+29	budge	budge	VERB	O	0		v.change	ewtb.r.083454.1
+30	a	a	DET	B	0			ewtb.r.083454.1
+31	little	little	NOUN	I	30			ewtb.r.083454.1
+32	on	on	ADP	O	0			ewtb.r.083454.1
+33	the	the	DET	O	0			ewtb.r.083454.1
+34	price	price	NOUN	O	0		n.possession	ewtb.r.083454.1
+35	which	which	DET	O	0			ewtb.r.083454.1
+36	means	mean	VERB	O	0		v.cognition	ewtb.r.083454.1
+37	a	a	DET	B	0			ewtb.r.083454.1
+38	lot	lot	NOUN	I	37			ewtb.r.083454.1
+39	to	to	ADP	O	0			ewtb.r.083454.1
+40	me	me	PRON	O	0			ewtb.r.083454.1
+41	.	.	PUNCT	O	0			ewtb.r.083454.1
+
+1	Also	also	ADV	O	0			ewtb.r.083454.2
+2	they	they	PRON	O	0			ewtb.r.083454.2
+3	will	will	AUX	O	0			ewtb.r.083454.2
+4	fill	fill	VERB	O	0		v.contact	ewtb.r.083454.2
+5	your	your	PRON	O	0			ewtb.r.083454.2
+6	tires	tire	NOUN	O	0		n.artifact	ewtb.r.083454.2
+7	with	with	ADP	O	0			ewtb.r.083454.2
+8	air	air	NOUN	O	0		n.substance	ewtb.r.083454.2
+9	and	and	CONJ	O	0			ewtb.r.083454.2
+10	other	other	ADJ	O	0			ewtb.r.083454.2
+11	small	small	ADJ	O	0			ewtb.r.083454.2
+12	maintenance	maintenance	NOUN	O	0		n.act	ewtb.r.083454.2
+13	tasks	task	NOUN	O	0		n.event	ewtb.r.083454.2
+14	for	for	ADP	B	0			ewtb.r.083454.2
+15	free	free	ADJ	I	14			ewtb.r.083454.2
+16	,	,	PUNCT	O	0			ewtb.r.083454.2
+17	even	even	ADV	O	0			ewtb.r.083454.2
+18	if	if	SCONJ	O	0			ewtb.r.083454.2
+19	you	you	PRON	O	0			ewtb.r.083454.2
+20	did	do	AUX	O	0			ewtb.r.083454.2
+21	n't	n't	PART	O	0			ewtb.r.083454.2
+22	buy	buy	VERB	O	0		v.possession	ewtb.r.083454.2
+23	your	your	PRON	O	0			ewtb.r.083454.2
+24	car	car	NOUN	O	0		n.artifact	ewtb.r.083454.2
+25	there	there	ADV	O	0			ewtb.r.083454.2
+26	!	!	PUNCT	O	0			ewtb.r.083454.2
+
+1	They	they	PRON	O	0			ewtb.r.083459.1
+2	do	do	AUX	O	0			ewtb.r.083459.1
+3	n't	n't	PART	O	0			ewtb.r.083459.1
+4	seem	seem	VERB	O	0		v.cognition	ewtb.r.083459.1
+5	to	to	PART	O	0			ewtb.r.083459.1
+6	be	be	VERB	O	0		v.stative	ewtb.r.083459.1
+7	interested	interested	ADJ	B	0			ewtb.r.083459.1
+8	in	in	SCONJ	I	7			ewtb.r.083459.1
+9	selling	sell	VERB	O	0		v.possession	ewtb.r.083459.1
+10	cars	car	NOUN	O	0		n.artifact	ewtb.r.083459.1
+11	.	.	PUNCT	O	0			ewtb.r.083459.1
+
+1	Went	go	VERB	O	0		v.motion	ewtb.r.083459.2
+2	there	there	ADV	O	0			ewtb.r.083459.2
+3	yesterday	yesterday	NOUN	O	0		n.time	ewtb.r.083459.2
+4	:	:	PUNCT	O	0			ewtb.r.083459.2
+5	we	we	PRON	O	0			ewtb.r.083459.2
+6	are	be	AUX	O	0			ewtb.r.083459.2
+7	trying	try	VERB	O	0		v.social	ewtb.r.083459.2
+8	to	to	PART	O	0			ewtb.r.083459.2
+9	decide	decide	VERB	O	0		v.cognition	ewtb.r.083459.2
+10	between	between	ADP	O	0			ewtb.r.083459.2
+11	two	two	NUM	O	0			ewtb.r.083459.2
+12	different	different	ADJ	O	0			ewtb.r.083459.2
+13	Honda	honda	PROPN	O	0		n.group	ewtb.r.083459.2
+14	models	model	NOUN	O	0		n.artifact	ewtb.r.083459.2
+15	,	,	PUNCT	O	0			ewtb.r.083459.2
+16	so	so	ADV	O	0			ewtb.r.083459.2
+17	we	we	PRON	O	0			ewtb.r.083459.2
+18	wanted	want	VERB	O	0		v.cognition	ewtb.r.083459.2
+19	to	to	PART	O	0			ewtb.r.083459.2
+20	test	test	NOUN	B	0		n.event	ewtb.r.083459.2
+21	-	-	PUNCT	I	20			ewtb.r.083459.2
+22	drive	drive	VERB	I	21			ewtb.r.083459.2
+23	both	both	DET	O	0			ewtb.r.083459.2
+24	back	back	NOUN	B	0		n.time	ewtb.r.083459.2
+25	to	to	ADP	I	24			ewtb.r.083459.2
+26	back	back	NOUN	I	25			ewtb.r.083459.2
+27	.	.	PUNCT	O	0			ewtb.r.083459.2
+
+1	The	the	DET	O	0			ewtb.r.083459.3
+2	salesperson	salesperson	NOUN	O	0		n.person	ewtb.r.083459.3
+3	refused	refuse	VERB	O	0		v.communication	ewtb.r.083459.3
+4	!	!	PUNCT	O	0			ewtb.r.083459.3
+
+1	Claimed	claim	VERB	O	0		v.communication	ewtb.r.083459.4
+2	he	he	PRON	O	0			ewtb.r.083459.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.083459.4
+4	too	too	ADV	O	0			ewtb.r.083459.4
+5	busy	busy	ADJ	O	0			ewtb.r.083459.4
+6	for	for	ADP	O	0			ewtb.r.083459.4
+7	two	two	NUM	O	0			ewtb.r.083459.4
+8	test	test	NOUN	B	0		n.event	ewtb.r.083459.4
+9	drives	drive	NOUN	I	8			ewtb.r.083459.4
+10	.	.	PUNCT	O	0			ewtb.r.083459.4
+
+1	We	we	PRON	O	0			ewtb.r.083459.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.083459.5
+3	the	the	DET	O	0			ewtb.r.083459.5
+4	only	only	ADJ	O	0			ewtb.r.083459.5
+5	customers	customer	NOUN	O	0		n.person	ewtb.r.083459.5
+6	there	there	ADV	O	0			ewtb.r.083459.5
+7	!	!	PUNCT	O	0			ewtb.r.083459.5
+
+1	Do	do	AUX	O	0			ewtb.r.083459.6
+2	n't	n't	PART	O	0			ewtb.r.083459.6
+3	waste	waste	VERB	B	0		v.social	ewtb.r.083459.6
+4	time	time	NOUN	I	3			ewtb.r.083459.6
+5	,	,	PUNCT	O	0			ewtb.r.083459.6
+6	just	just	ADV	O	0			ewtb.r.083459.6
+7	drive	drive	VERB	O	0		v.motion	ewtb.r.083459.6
+8	10	10	NUM	O	0			ewtb.r.083459.6
+9	minutes	minutes	NOUN	O	0		n.time	ewtb.r.083459.6
+10	more	more	ADV	O	0			ewtb.r.083459.6
+11	down	down	ADV	O	0			ewtb.r.083459.6
+12	to	to	ADP	O	0			ewtb.r.083459.6
+13	Stevens	stevens	PROPN	B	0		n.location	ewtb.r.083459.6
+14	Creek	creek	PROPN	I	13			ewtb.r.083459.6
+15	,	,	PUNCT	O	0			ewtb.r.083459.6
+16	they	they	PRON	O	0			ewtb.r.083459.6
+17	actually	actually	ADV	O	0			ewtb.r.083459.6
+18	do	do	AUX	O	0			ewtb.r.083459.6
+19	try	try	VERB	O	0		v.cognition	ewtb.r.083459.6
+20	to	to	PART	O	0			ewtb.r.083459.6
+21	help	help	VERB	O	0		v.social	ewtb.r.083459.6
+22	their	their	PRON	O	0			ewtb.r.083459.6
+23	customers	customer	NOUN	O	0		n.person	ewtb.r.083459.6
+24	there	there	ADV	O	0			ewtb.r.083459.6
+25	!	!	PUNCT	O	0			ewtb.r.083459.6
+
+1	A	a	DET	O	0			ewtb.r.088954.1
+2	thoroughly	thoroughly	ADV	O	0			ewtb.r.088954.1
+3	comprehensive	comprehensive	ADJ	O	0			ewtb.r.088954.1
+4	service	service	NOUN	O	0		n.act	ewtb.r.088954.1
+5	;	;	PUNCT	O	0			ewtb.r.088954.1
+6	excellent	excellent	ADJ	O	0			ewtb.r.088954.1
+7	communication	communication	NOUN	O	0		n.communication	ewtb.r.088954.1
+8	and	and	CONJ	O	0			ewtb.r.088954.1
+9	best	best	ADV	O	0			ewtb.r.088954.1
+10	of	of	ADP	O	0			ewtb.r.088954.1
+11	they	they	PRON	O	0			ewtb.r.088954.1
+12	are	be	VERB	O	0		v.stative	ewtb.r.088954.1
+13	transparent	transparent	ADJ	O	0			ewtb.r.088954.1
+14	with	with	ADP	O	0			ewtb.r.088954.1
+15	their	their	PRON	O	0			ewtb.r.088954.1
+16	fee	fee	NOUN	O	0		n.possession	ewtb.r.088954.1
+17	(	(	PUNCT	O	0			ewtb.r.088954.1
+18	ie	ie	X	O	0			ewtb.r.088954.1
+19	nothing	nothing	NOUN	O	0			ewtb.r.088954.1
+20	is	be	AUX	O	0			ewtb.r.088954.1
+21	simply	simply	ADV	O	0			ewtb.r.088954.1
+22	implied	imply	VERB	O	0		v.communication	ewtb.r.088954.1
+23	or	or	CONJ	O	0			ewtb.r.088954.1
+24	assumed	assume	VERB	O	0		v.communication	ewtb.r.088954.1
+25	)	)	PUNCT	O	0			ewtb.r.088954.1
+26	.	.	PUNCT	O	0			ewtb.r.088954.1
+
+1	HORRIBLE	horrible	ADJ	O	0			ewtb.r.093655.1
+2	SERVICE	service	NOUN	O	0		n.act	ewtb.r.093655.1
+3	AND	and	CONJ	O	0			ewtb.r.093655.1
+4	FOOD	food	NOUN	O	0		n.food	ewtb.r.093655.1
+
+1	not	not	PART	O	0			ewtb.r.093655.2
+2	only	only	ADV	O	0			ewtb.r.093655.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.093655.2
+4	this	this	DET	O	0			ewtb.r.093655.2
+5	place	place	NOUN	O	0		n.group	ewtb.r.093655.2
+6	too	too	ADV	O	0			ewtb.r.093655.2
+7	expensive	expensive	ADJ	O	0			ewtb.r.093655.2
+8	for	for	SCONJ	O	0			ewtb.r.093655.2
+9	what	what	PRON	O	0			ewtb.r.093655.2
+10	it	it	PRON	O	0			ewtb.r.093655.2
+11	is	be	VERB	O	0		v.stative	ewtb.r.093655.2
+12	,	,	PUNCT	O	0			ewtb.r.093655.2
+13	it	it	PRON	O	0			ewtb.r.093655.2
+14	s	s	VERB	O	0		v.stative	ewtb.r.093655.2
+15	horrible	horrible	ADJ	O	0			ewtb.r.093655.2
+16	!	!	PUNCT	O	0			ewtb.r.093655.2
+
+1	In	in	ADP	O	0			ewtb.r.093655.3
+2	the	the	DET	O	0			ewtb.r.093655.3
+3	past	past	NOUN	O	0		n.time	ewtb.r.093655.3
+4	,	,	PUNCT	O	0			ewtb.r.093655.3
+5	I	i	PRON	O	0			ewtb.r.093655.3
+6	got	get	VERB	O	0		v.possession	ewtb.r.093655.3
+7	a	a	DET	O	0			ewtb.r.093655.3
+8	steak	steak	NOUN	O	0		n.food	ewtb.r.093655.3
+9	and	and	CONJ	O	0			ewtb.r.093655.3
+10	there	there	PRON	O	0			ewtb.r.093655.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.093655.3
+12	more	more	ADJ	O	0			ewtb.r.093655.3
+13	fat	fat	NOUN	O	0		n.food	ewtb.r.093655.3
+14	and	and	CONJ	O	0			ewtb.r.093655.3
+15	rough	rough	ADJ	O	0			ewtb.r.093655.3
+16	pieces	piece	NOUN	O	0		n.food	ewtb.r.093655.3
+17	than	than	SCONJ	O	0			ewtb.r.093655.3
+18	there	there	PRON	O	0			ewtb.r.093655.3
+19	was	be	VERB	O	0		v.stative	ewtb.r.093655.3
+20	good	good	ADJ	O	0			ewtb.r.093655.3
+21	steak	steak	NOUN	O	0		n.food	ewtb.r.093655.3
+22	(	(	PUNCT	O	0			ewtb.r.093655.3
+23	and	and	CONJ	O	0			ewtb.r.093655.3
+24	this	this	DET	O	0			ewtb.r.093655.3
+25	was	be	VERB	O	0		v.stative	ewtb.r.093655.3
+26	the	the	DET	O	0			ewtb.r.093655.3
+27	sirloin	sirloin	NOUN	O	0		n.food	ewtb.r.093655.3
+28	!	!	PUNCT	O	0			ewtb.r.093655.3
+29	)	)	PUNCT	O	0			ewtb.r.093655.3
+30	,	,	PUNCT	O	0			ewtb.r.093655.3
+31	the	the	DET	O	0			ewtb.r.093655.3
+32	sides	side	NOUN	O	0		n.food	ewtb.r.093655.3
+33	were	be	AUX	O	0			ewtb.r.093655.3
+34	drenched	drench	VERB	O	0		v.stative	ewtb.r.093655.3
+35	with	with	ADP	O	0			ewtb.r.093655.3
+36	butter	butter	NOUN	O	0		n.food	ewtb.r.093655.3
+37	and	and	CONJ	O	0			ewtb.r.093655.3
+38	the	the	DET	O	0			ewtb.r.093655.3
+39	salad	salad	NOUN	O	0		n.food	ewtb.r.093655.3
+40	was	be	VERB	O	0		v.stative	ewtb.r.093655.3
+41	a	a	DET	B	0			ewtb.r.093655.3
+42	little	little	NOUN	I	41			ewtb.r.093655.3
+43	on	on	ADP	B	0			ewtb.r.093655.3
+44	the	the	DET	I	43			ewtb.r.093655.3
+45	brown	brown	ADJ	o	0			ewtb.r.093655.3
+46	side	side	NOUN	I	44			ewtb.r.093655.3
+47	.	.	PUNCT	O	0			ewtb.r.093655.3
+
+1	Today	today	NOUN	O	0		n.time	ewtb.r.093655.4
+2	we	we	PRON	O	0			ewtb.r.093655.4
+3	went	go	VERB	O	0		v.social	ewtb.r.093655.4
+4	for	for	ADP	O	0			ewtb.r.093655.4
+5	a	a	DET	O	0			ewtb.r.093655.4
+6	party	party	NOUN	O	0		n.event	ewtb.r.093655.4
+7	(	(	PUNCT	O	0			ewtb.r.093655.4
+8	during	during	ADP	O	0			ewtb.r.093655.4
+9	lunch	lunch	NOUN	O	0		n.event	ewtb.r.093655.4
+10	,	,	PUNCT	O	0			ewtb.r.093655.4
+11	so	so	ADV	O	0			ewtb.r.093655.4
+12	the	the	DET	O	0			ewtb.r.093655.4
+13	place	place	NOUN	O	0		n.group	ewtb.r.093655.4
+14	was	be	VERB	O	0		v.stative	ewtb.r.093655.4
+15	empty	empty	ADJ	O	0			ewtb.r.093655.4
+16	)	)	PUNCT	O	0			ewtb.r.093655.4
+17	with	with	ADP	O	0			ewtb.r.093655.4
+18	about	about	ADV	O	0			ewtb.r.093655.4
+19	25	25	NUM	O	0			ewtb.r.093655.4
+20	other	other	ADJ	O	0			ewtb.r.093655.4
+21	people	person	NOUN	O	0		n.person	ewtb.r.093655.4
+22	.	.	PUNCT	O	0			ewtb.r.093655.4
+
+1	It	it	PRON	O	0			ewtb.r.093655.5
+2	took	take	VERB	O	0		v.stative	ewtb.r.093655.5
+3	over	over	ADV	O	0			ewtb.r.093655.5
+4	1.5	1.5	NUM	O	0			ewtb.r.093655.5
+5	hours	hours	NOUN	O	0		n.time	ewtb.r.093655.5
+6	for	for	SCONJ	O	0			ewtb.r.093655.5
+7	our	our	PRON	O	0			ewtb.r.093655.5
+8	food	food	NOUN	O	0		n.food	ewtb.r.093655.5
+9	to	to	PART	O	0			ewtb.r.093655.5
+10	come	come	VERB	B	0		v.motion	ewtb.r.093655.5
+11	out	out	ADV	I	10			ewtb.r.093655.5
+12	and	and	CONJ	O	0			ewtb.r.093655.5
+13	by	by	ADP	O	0			ewtb.r.093655.5
+14	that	that	DET	O	0			ewtb.r.093655.5
+15	time	time	NOUN	O	0		n.time	ewtb.r.093655.5
+16	my	my	PRON	O	0			ewtb.r.093655.5
+17	8	8	NUM	O	0			ewtb.r.093655.5
+18	month	month	NOUN	B	0		n.person	ewtb.r.093655.5
+19	old	old	ADJ	I	18			ewtb.r.093655.5
+20	had	have	VERB	B	0		v.emotion	ewtb.r.093655.5
+21	it	it	PRON	I	20			ewtb.r.093655.5
+22	!	!	PUNCT	O	0			ewtb.r.093655.5
+
+1	Does	do	AUX	O	0			ewtb.r.093655.6
+2	it	it	PRON	O	0			ewtb.r.093655.6
+3	seriously	seriously	ADV	O	0			ewtb.r.093655.6
+4	take	take	VERB	O	0		v.stative	ewtb.r.093655.6
+5	that	that	ADV	O	0			ewtb.r.093655.6
+6	long	long	ADV	O	0			ewtb.r.093655.6
+7	for	for	ADP	O	0			ewtb.r.093655.6
+8	a	a	DET	O	0			ewtb.r.093655.6
+9	soup	soup	NOUN	O	0		n.food	ewtb.r.093655.6
+10	and	and	CONJ	O	0			ewtb.r.093655.6
+11	salad	salad	NOUN	O	0		n.food	ewtb.r.093655.6
+12	?	?	PUNCT	O	0			ewtb.r.093655.6
+
+1	I	i	PRON	O	0			ewtb.r.093655.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.093655.7
+3	a	a	DET	O	0			ewtb.r.093655.7
+4	waitress	waitress	NOUN	O	0		n.person	ewtb.r.093655.7
+5	for	for	ADP	O	0			ewtb.r.093655.7
+6	years	years	NOUN	O	0		n.time	ewtb.r.093655.7
+7	and	and	CONJ	O	0			ewtb.r.093655.7
+8	a	a	DET	O	0			ewtb.r.093655.7
+9	key	key	ADJ	O	0			ewtb.r.093655.7
+10	rule	rule	NOUN	O	0		n.cognition	ewtb.r.093655.7
+11	is	be	VERB	O	0		v.stative	ewtb.r.093655.7
+12	to	to	PART	O	0			ewtb.r.093655.7
+13	serve	serve	VERB	O	0		v.social	ewtb.r.093655.7
+14	customers	customer	NOUN	O	0		n.person	ewtb.r.093655.7
+15	with	with	ADP	O	0			ewtb.r.093655.7
+16	small	small	ADJ	O	0			ewtb.r.093655.7
+17	children	child	NOUN	O	0		n.person	ewtb.r.093655.7
+18	before	before	ADP	O	0			ewtb.r.093655.7
+19	others	others	NOUN	O	0			ewtb.r.093655.7
+20	,	,	PUNCT	O	0			ewtb.r.093655.7
+21	as	as	SCONJ	O	0			ewtb.r.093655.7
+22	I	i	PRON	O	0			ewtb.r.093655.7
+23	was	be	VERB	O	0		v.stative	ewtb.r.093655.7
+24	the	the	DET	O	0			ewtb.r.093655.7
+25	last	last	ADJ	O	0			ewtb.r.093655.7
+26	to	to	PART	O	0			ewtb.r.093655.7
+27	get	get	VERB	O	0		v.possession	ewtb.r.093655.7
+28	my	my	PRON	O	0			ewtb.r.093655.7
+29	food	food	NOUN	O	0		n.food	ewtb.r.093655.7
+30	.	.	PUNCT	O	0			ewtb.r.093655.7
+
+1	I	i	PRON	O	0			ewtb.r.093655.8
+2	would	would	AUX	O	0			ewtb.r.093655.8
+3	NOT	not	PART	O	0			ewtb.r.093655.8
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.093655.8
+5	having	have	VERB	O	0		v.stative	ewtb.r.093655.8
+6	a	a	DET	O	0			ewtb.r.093655.8
+7	party	party	NOUN	O	0		n.event	ewtb.r.093655.8
+8	here	here	ADV	O	0			ewtb.r.093655.8
+9	or	or	CONJ	O	0			ewtb.r.093655.8
+10	even	even	ADV	O	0			ewtb.r.093655.8
+11	going	go	VERB	O	0		v.motion	ewtb.r.093655.8
+12	here	here	ADV	O	0			ewtb.r.093655.8
+13	.	.	PUNCT	O	0			ewtb.r.093655.8
+
+1	Texas	texas	PROPN	B	0		n.group	ewtb.r.093655.9
+2	Roadhouse	roadhouse	PROPN	I	1			ewtb.r.093655.9
+3	is	be	VERB	O	0		v.stative	ewtb.r.093655.9
+4	WAY	way	ADV	O	0			ewtb.r.093655.9
+5	better	better	ADJ	O	0			ewtb.r.093655.9
+6	!!	!!	PUNCT	O	0			ewtb.r.093655.9
+
+1	Great	great	ADJ	O	0			ewtb.r.103952.1
+
+1	This	this	DET	O	0			ewtb.r.103952.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.103952.2
+3	a	a	DET	O	0			ewtb.r.103952.2
+4	perfect	perfect	ADJ	O	0			ewtb.r.103952.2
+5	place	place	NOUN	O	0		n.group	ewtb.r.103952.2
+6	to	to	PART	O	0			ewtb.r.103952.2
+7	get	get	VERB	B	0		v.body	ewtb.r.103952.2
+8	your	your	PRON	o	0			ewtb.r.103952.2
+9	hair	hair	NOUN	o	0		n.body	ewtb.r.103952.2
+10	done	do	VERB	I	7			ewtb.r.103952.2
+11	.	.	PUNCT	O	0			ewtb.r.103952.2
+
+1	I	i	PRON	O	0			ewtb.r.103952.3
+2	have	have	AUX	O	0			ewtb.r.103952.3
+3	gone	go	VERB	O	0		v.motion	ewtb.r.103952.3
+4	there	there	ADV	O	0			ewtb.r.103952.3
+5	time	time	NOUN	B	0		n.cognition	ewtb.r.103952.3
+6	and	and	CONJ	I	5			ewtb.r.103952.3
+7	time	time	NOUN	o	0		n.time	ewtb.r.103952.3
+8	again	again	ADV	I	6			ewtb.r.103952.3
+9	whenever	whenever	ADV	O	0			ewtb.r.103952.3
+10	I	i	PRON	O	0			ewtb.r.103952.3
+11	need	need	VERB	O	0		v.cognition	ewtb.r.103952.3
+12	to	to	PART	O	0			ewtb.r.103952.3
+13	get	get	VERB	B	0		v.body	ewtb.r.103952.3
+14	my	my	PRON	o	0			ewtb.r.103952.3
+15	hair	hair	NOUN	o	0		n.body	ewtb.r.103952.3
+16	done	do	VERB	I	13			ewtb.r.103952.3
+17	or	or	CONJ	O	0			ewtb.r.103952.3
+18	when	when	ADV	O	0			ewtb.r.103952.3
+19	I	i	PRON	O	0			ewtb.r.103952.3
+20	want	want	VERB	O	0		v.cognition	ewtb.r.103952.3
+21	a	a	DET	O	0			ewtb.r.103952.3
+22	haircut	haircut	NOUN	O	0		n.event	ewtb.r.103952.3
+23	.	.	PUNCT	O	0			ewtb.r.103952.3
+
+1	When	when	ADV	O	0			ewtb.r.103952.4
+2	I	i	PRON	O	0			ewtb.r.103952.4
+3	get	get	VERB	B	0		v.body	ewtb.r.103952.4
+4	my	my	PRON	o	0			ewtb.r.103952.4
+5	hair	hair	NOUN	o	0		n.body	ewtb.r.103952.4
+6	done	do	VERB	I	3			ewtb.r.103952.4
+7	there	there	ADV	O	0			ewtb.r.103952.4
+8	,	,	PUNCT	O	0			ewtb.r.103952.4
+9	they	they	PRON	O	0			ewtb.r.103952.4
+10	use	use	VERB	O	0		v.consumption	ewtb.r.103952.4
+11	enough	enough	ADJ	O	0			ewtb.r.103952.4
+12	hairstyling	hairstyling	NOUN	O	0		n.act	ewtb.r.103952.4
+13	products	product	NOUN	O	0		n.artifact	ewtb.r.103952.4
+14	while	while	SCONJ	O	0			ewtb.r.103952.4
+15	it	it	PRON	O	0			ewtb.r.103952.4
+16	does	do	AUX	O	0			ewtb.r.103952.4
+17	not	not	PART	O	0			ewtb.r.103952.4
+18	ruin	ruin	VERB	O	0		v.change	ewtb.r.103952.4
+19	your	your	PRON	O	0			ewtb.r.103952.4
+20	hair	hair	NOUN	O	0		n.body	ewtb.r.103952.4
+21	.	.	PUNCT	O	0			ewtb.r.103952.4
+
+1	The	the	DET	O	0			ewtb.r.103952.5
+2	service	service	NOUN	O	0		n.act	ewtb.r.103952.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.103952.5
+4	great	great	ADJ	O	0			ewtb.r.103952.5
+5	and	and	CONJ	O	0			ewtb.r.103952.5
+6	during	during	ADP	O	0			ewtb.r.103952.5
+7	weekends	weekend	NOUN	O	0		n.time	ewtb.r.103952.5
+8	it	it	PRON	O	0			ewtb.r.103952.5
+9	tends	tend	VERB	O	0		v.stative	ewtb.r.103952.5
+10	to	to	PART	O	0			ewtb.r.103952.5
+11	get	get	VERB	O	0		v.change	ewtb.r.103952.5
+12	busy	busy	ADJ	O	0			ewtb.r.103952.5
+13	,	,	PUNCT	O	0			ewtb.r.103952.5
+14	but	but	CONJ	O	0			ewtb.r.103952.5
+15	the	the	DET	O	0			ewtb.r.103952.5
+16	wait	wait	NOUN	O	0		n.act	ewtb.r.103952.5
+17	is	be	VERB	O	0		v.stative	ewtb.r.103952.5
+18	worthwhile	worthwhile	ADJ	O	0			ewtb.r.103952.5
+19	.	.	PUNCT	O	0			ewtb.r.103952.5
+
+1	We	we	PRON	O	0			ewtb.r.106150.1
+2	love	love	VERB	O	0		v.emotion	ewtb.r.106150.1
+3	Little	little	PROPN	B	0		n.group	ewtb.r.106150.1
+4	Farmer	farmer	PROPN	I	3			ewtb.r.106150.1
+
+1	We	we	PRON	O	0			ewtb.r.106150.2
+2	attend	attend	VERB	O	0		v.motion	ewtb.r.106150.2
+3	LFTD	lftd	PROPN	O	0		n.event	ewtb.r.106150.2
+4	and	and	CONJ	O	0			ewtb.r.106150.2
+5	our	our	PRON	O	0			ewtb.r.106150.2
+6	children	child	NOUN	O	0		n.person	ewtb.r.106150.2
+7	LOVE	love	VERB	O	0		v.emotion	ewtb.r.106150.2
+8	it	it	PRON	O	0			ewtb.r.106150.2
+9	!!	!!	PUNCT	O	0			ewtb.r.106150.2
+
+1	They	they	PRON	O	0			ewtb.r.106150.3
+2	even	even	ADV	O	0			ewtb.r.106150.3
+3	want	want	VERB	O	0		v.cognition	ewtb.r.106150.3
+4	to	to	PART	O	0			ewtb.r.106150.3
+5	go	go	VERB	B	0		v.motion	ewtb.r.106150.3
+6	to	to	ADP	I	5			ewtb.r.106150.3
+7	school	school	NOUN	I	6			ewtb.r.106150.3
+8	on	on	ADP	O	0			ewtb.r.106150.3
+9	the	the	DET	O	0			ewtb.r.106150.3
+10	weekends	weekend	NOUN	O	0		n.time	ewtb.r.106150.3
+11	!!	!!	PUNCT	O	0			ewtb.r.106150.3
+
+1	They	they	PRON	O	0			ewtb.r.106150.4
+2	are	be	AUX	O	0			ewtb.r.106150.4
+3	preparing	prepare	VERB	O	0		v.social	ewtb.r.106150.4
+4	my	my	PRON	O	0			ewtb.r.106150.4
+5	older	older	ADJ	O	0			ewtb.r.106150.4
+6	son	son	NOUN	O	0		n.person	ewtb.r.106150.4
+7	for	for	ADP	O	0			ewtb.r.106150.4
+8	kindergarten	kindergarten	NOUN	O	0		n.cognition	ewtb.r.106150.4
+9	and	and	CONJ	O	0			ewtb.r.106150.4
+10	looks	look	VERB	B	0		v.cognition	ewtb.r.106150.4
+11	forward	forward	ADV	I	10			ewtb.r.106150.4
+12	to	to	SCONJ	I	11			ewtb.r.106150.4
+13	seeing	see	VERB	O	0		v.perception	ewtb.r.106150.4
+14	his	his	PRON	O	0			ewtb.r.106150.4
+15	teacher	teacher	NOUN	O	0		n.person	ewtb.r.106150.4
+16	and	and	CONJ	O	0			ewtb.r.106150.4
+17	friends	friend	NOUN	O	0		n.person	ewtb.r.106150.4
+18	every	every	DET	O	0			ewtb.r.106150.4
+19	day	day	NOUN	O	0		n.time	ewtb.r.106150.4
+20	.	.	PUNCT	O	0			ewtb.r.106150.4
+
+1	My	my	PRON	O	0			ewtb.r.106150.5
+2	infant	infant	NOUN	O	0		n.person	ewtb.r.106150.5
+3	is	be	VERB	O	0		v.stative	ewtb.r.106150.5
+4	content	content	ADJ	O	0			ewtb.r.106150.5
+5	every	every	DET	O	0			ewtb.r.106150.5
+6	day	day	NOUN	O	0		n.time	ewtb.r.106150.5
+7	when	when	ADV	O	0			ewtb.r.106150.5
+8	I	i	PRON	O	0			ewtb.r.106150.5
+9	drop	drop	VERB	B	0		v.motion	ewtb.r.106150.5
+10	off	off	ADP	I	9			ewtb.r.106150.5
+11	and	and	CONJ	O	0			ewtb.r.106150.5
+12	pick	pick	VERB	B	0		v.motion	ewtb.r.106150.5
+13	up	up	ADP	I	12			ewtb.r.106150.5
+14	.	.	PUNCT	O	0			ewtb.r.106150.5
+
+1	Great	great	ADJ	O	0			ewtb.r.115653.1
+2	Doctor	doctor	NOUN	O	0		n.person	ewtb.r.115653.1
+3	!	!	PUNCT	O	0			ewtb.r.115653.1
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.115653.2
+2	Faris	faris	PROPN	I	1			ewtb.r.115653.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.115653.2
+4	a	a	DET	O	0			ewtb.r.115653.2
+5	great	great	ADJ	O	0			ewtb.r.115653.2
+6	doctor	doctor	NOUN	O	0		n.person	ewtb.r.115653.2
+7	!	!	PUNCT	O	0			ewtb.r.115653.2
+
+1	I	i	PRON	O	0			ewtb.r.115653.3
+2	would	would	AUX	O	0			ewtb.r.115653.3
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.115653.3
+4	him	him	PRON	O	0			ewtb.r.115653.3
+5	to	to	ADP	O	0			ewtb.r.115653.3
+6	anyone	anyone	NOUN	O	0			ewtb.r.115653.3
+7	.	.	PUNCT	O	0			ewtb.r.115653.3
+
+1	I	i	PRON	O	0			ewtb.r.115653.4
+2	was	be	AUX	O	0			ewtb.r.115653.4
+3	experiencing	experience	VERB	O	0		v.cognition	ewtb.r.115653.4
+4	severe	severe	ADJ	O	0			ewtb.r.115653.4
+5	back	back	NOUN	B	0		n.state	ewtb.r.115653.4
+6	pain	pain	NOUN	I	5			ewtb.r.115653.4
+7	to	to	ADP	O	0			ewtb.r.115653.4
+8	the	the	DET	O	0			ewtb.r.115653.4
+9	point	point	NOUN	O	0		n.cognition	ewtb.r.115653.4
+10	I	i	PRON	O	0			ewtb.r.115653.4
+11	could	could	AUX	O	0			ewtb.r.115653.4
+12	barely	barely	ADV	O	0			ewtb.r.115653.4
+13	walk	walk	VERB	O	0		v.motion	ewtb.r.115653.4
+14	or	or	CONJ	O	0			ewtb.r.115653.4
+15	even	even	ADV	O	0			ewtb.r.115653.4
+16	bare	bare	VERB	O	0		v.cognition	ewtb.r.115653.4
+17	to	to	PART	O	0			ewtb.r.115653.4
+18	sit	sit	VERB	O	0		v.stative	ewtb.r.115653.4
+19	.	.	PUNCT	O	0			ewtb.r.115653.4
+
+1	I	i	PRON	O	0			ewtb.r.115653.5
+2	went	go	VERB	O	0		v.motion	ewtb.r.115653.5
+3	from	from	ADP	O	0			ewtb.r.115653.5
+4	a	a	DET	O	0			ewtb.r.115653.5
+5	pain	pain	NOUN	O	0		n.state	ewtb.r.115653.5
+6	scale	scale	NOUN	O	0		n.cognition	ewtb.r.115653.5
+7	of	of	ADP	O	0			ewtb.r.115653.5
+8	8	8	NUM	O	0			ewtb.r.115653.5
+9	-	-	SYM	O	0			ewtb.r.115653.5
+10	9	9	NUM	O	0			ewtb.r.115653.5
+11	to	to	ADP	O	0			ewtb.r.115653.5
+12	0	0	NUM	O	0			ewtb.r.115653.5
+13	and	and	CONJ	O	0			ewtb.r.115653.5
+14	I	i	PRON	O	0			ewtb.r.115653.5
+15	was	be	VERB	O	0		v.stative	ewtb.r.115653.5
+16	able	able	ADJ	O	0			ewtb.r.115653.5
+17	to	to	PART	O	0			ewtb.r.115653.5
+18	run	run	VERB	O	0		v.motion	ewtb.r.115653.5
+19	in	in	ADP	O	0			ewtb.r.115653.5
+20	the	the	DET	O	0			ewtb.r.115653.5
+21	Crim	crim	PROPN	O	0		n.event	ewtb.r.115653.5
+22	just	just	ADV	O	0			ewtb.r.115653.5
+23	a	a	DET	O	0			ewtb.r.115653.5
+24	week	week	NOUN	O	0		n.time	ewtb.r.115653.5
+25	later	later	ADV	O	0			ewtb.r.115653.5
+26	!!	!!	PUNCT	O	0			ewtb.r.115653.5
+
+1	Holly	holly	PROPN	O	0		n.person	ewtb.r.121556.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.121556.1
+3	truely	truely	ADV	O	0			ewtb.r.121556.1
+4	the	the	DET	O	0			ewtb.r.121556.1
+5	best	best	ADJ	O	0			ewtb.r.121556.1
+6	hairstylist	hairstylist	NOUN	O	0		n.person	ewtb.r.121556.1
+7	!	!	PUNCT	O	0			ewtb.r.121556.1
+
+1	I	i	PRON	O	0			ewtb.r.121556.2
+2	have	have	AUX	O	0			ewtb.r.121556.2
+3	lived	live	VERB	O	0		v.social	ewtb.r.121556.2
+4	in	in	ADP	O	0			ewtb.r.121556.2
+5	the	the	DET	O	0			ewtb.r.121556.2
+6	UTC	utc	PROPN	B	0		n.location	ewtb.r.121556.2
+7	La	la	PROPN	I	6			ewtb.r.121556.2
+8	Jolla	jolla	PROPN	I	7			ewtb.r.121556.2
+9	area	area	NOUN	O	0		n.location	ewtb.r.121556.2
+10	for	for	ADP	O	0			ewtb.r.121556.2
+11	many	many	ADJ	O	0			ewtb.r.121556.2
+12	years	years	NOUN	O	0		n.time	ewtb.r.121556.2
+13	,	,	PUNCT	O	0			ewtb.r.121556.2
+14	and	and	CONJ	O	0			ewtb.r.121556.2
+15	I	i	PRON	O	0			ewtb.r.121556.2
+16	never	never	ADV	O	0			ewtb.r.121556.2
+17	new	new	VERB	O	0		v.cognition	ewtb.r.121556.2
+18	this	this	DET	O	0			ewtb.r.121556.2
+19	salon	salon	NOUN	O	0		n.group	ewtb.r.121556.2
+20	was	be	VERB	O	0		v.stative	ewtb.r.121556.2
+21	here	here	ADV	O	0			ewtb.r.121556.2
+22	until	until	SCONJ	O	0			ewtb.r.121556.2
+23	a	a	DET	O	0			ewtb.r.121556.2
+24	friend	friend	NOUN	O	0		n.person	ewtb.r.121556.2
+25	reffered	reffered	VERB	O	0		v.communication	ewtb.r.121556.2
+26	me	me	PRON	O	0			ewtb.r.121556.2
+27	to	to	PART	O	0			ewtb.r.121556.2
+28	see	see	VERB	O	0		v.perception	ewtb.r.121556.2
+29	Holly	holly	PROPN	O	0		n.person	ewtb.r.121556.2
+30	here	here	ADV	O	0			ewtb.r.121556.2
+31	.	.	PUNCT	O	0			ewtb.r.121556.2
+
+1	I	i	PRON	O	0			ewtb.r.121556.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.121556.3
+3	very	very	ADV	O	0			ewtb.r.121556.3
+4	pleased	pleased	ADJ	O	0			ewtb.r.121556.3
+5	with	with	ADP	O	0			ewtb.r.121556.3
+6	my	my	PRON	O	0			ewtb.r.121556.3
+7	experience	experience	NOUN	O	0		n.event	ewtb.r.121556.3
+8	here	here	ADV	O	0			ewtb.r.121556.3
+9	.	.	PUNCT	O	0			ewtb.r.121556.3
+
+1	All	all	DET	O	0			ewtb.r.121556.4
+2	of	of	ADP	O	0			ewtb.r.121556.4
+3	the	the	DET	O	0			ewtb.r.121556.4
+4	people	person	NOUN	O	0		n.person	ewtb.r.121556.4
+5	were	be	VERB	O	0		v.stative	ewtb.r.121556.4
+6	friendly	friendly	ADJ	O	0			ewtb.r.121556.4
+7	and	and	CONJ	O	0			ewtb.r.121556.4
+8	welcoming	welcoming	ADJ	O	0			ewtb.r.121556.4
+9	.	.	PUNCT	O	0			ewtb.r.121556.4
+
+1	I	i	PRON	O	0			ewtb.r.121556.5
+2	got	get	VERB	O	0		v.body	ewtb.r.121556.5
+3	highlights	highlight	NOUN	O	0		n.act	ewtb.r.121556.5
+4	,	,	PUNCT	O	0			ewtb.r.121556.5
+5	haircut	haircut	NOUN	O	0		n.act	ewtb.r.121556.5
+6	,	,	PUNCT	O	0			ewtb.r.121556.5
+7	and	and	CONJ	O	0			ewtb.r.121556.5
+8	a	a	DET	O	0			ewtb.r.121556.5
+9	blowdry	blowdry	NOUN	O	0		n.act	ewtb.r.121556.5
+10	.	.	PUNCT	O	0			ewtb.r.121556.5
+
+1	She	she	PRON	O	0			ewtb.r.121556.6
+2	did	do	VERB	O	0		v.social	ewtb.r.121556.6
+3	a	a	DET	O	0			ewtb.r.121556.6
+4	great	great	ADJ	O	0			ewtb.r.121556.6
+5	job	job	NOUN	O	0		n.act	ewtb.r.121556.6
+6	!	!	PUNCT	O	0			ewtb.r.121556.6
+
+1	Holly	holly	ADV	O	0			ewtb.r.121556.7
+2	is	be	VERB	O	0		v.stative	ewtb.r.121556.7
+3	very	very	ADV	O	0			ewtb.r.121556.7
+4	experienced	experienced	ADJ	O	0			ewtb.r.121556.7
+5	and	and	CONJ	O	0			ewtb.r.121556.7
+6	talented	talented	ADJ	O	0			ewtb.r.121556.7
+7	,	,	PUNCT	O	0			ewtb.r.121556.7
+8	and	and	CONJ	O	0			ewtb.r.121556.7
+9	I	i	PRON	O	0			ewtb.r.121556.7
+10	could	could	AUX	O	0			ewtb.r.121556.7
+11	tell	tell	VERB	O	0		v.cognition	ewtb.r.121556.7
+12	she	she	PRON	O	0			ewtb.r.121556.7
+13	new	new	VERB	O	0		v.cognition	ewtb.r.121556.7
+14	what	what	PRON	O	0			ewtb.r.121556.7
+15	she	she	PRON	O	0			ewtb.r.121556.7
+16	was	be	AUX	O	0			ewtb.r.121556.7
+17	doing	do	VERB	O	0		v.stative	ewtb.r.121556.7
+18	right	right	ADV	B	0			ewtb.r.121556.7
+19	off	off	ADP	I	18			ewtb.r.121556.7
+20	the	the	DET	I	19			ewtb.r.121556.7
+21	bat	bat	NOUN	I	20			ewtb.r.121556.7
+22	.	.	PUNCT	O	0			ewtb.r.121556.7
+
+1	My	my	PRON	O	0			ewtb.r.121556.8
+2	hair	hair	NOUN	O	0		n.body	ewtb.r.121556.8
+3	looks	look	VERB	O	0		v.perception	ewtb.r.121556.8
+4	amazing	amazing	ADJ	O	0			ewtb.r.121556.8
+5	,	,	PUNCT	O	0			ewtb.r.121556.8
+6	and	and	CONJ	O	0			ewtb.r.121556.8
+7	I	i	PRON	O	0			ewtb.r.121556.8
+8	get	get	VERB	O	0		v.stative	ewtb.r.121556.8
+9	compliments	compliments	NOUN	O	0		n.communication	ewtb.r.121556.8
+10	all	all	DET	B	0		n.time	ewtb.r.121556.8
+11	the	the	DET	I	10			ewtb.r.121556.8
+12	time	time	NOUN	I	11			ewtb.r.121556.8
+13	.	.	PUNCT	O	0			ewtb.r.121556.8
+
+1	I	i	PRON	O	0			ewtb.r.121556.9
+2	deffenitly	deffenitly	ADV	O	0			ewtb.r.121556.9
+3	reccomend	reccomend	VERB	O	0		v.communication	ewtb.r.121556.9
+4	this	this	DET	O	0			ewtb.r.121556.9
+5	salon	salon	NOUN	O	0		n.group	ewtb.r.121556.9
+6	and	and	CONJ	O	0			ewtb.r.121556.9
+7	Holly	holly	PROPN	O	0		n.person	ewtb.r.121556.9
+8	to	to	ADP	O	0			ewtb.r.121556.9
+9	anyone	anyone	NOUN	O	0			ewtb.r.121556.9
+10	.	.	PUNCT	O	0			ewtb.r.121556.9
+
+1	You	you	PRON	O	0			ewtb.r.121556.10
+2	will	will	AUX	O	0			ewtb.r.121556.10
+3	not	not	PART	O	0			ewtb.r.121556.10
+4	be	be	AUX	O	0			ewtb.r.121556.10
+5	disappointed	disappoint	VERB	O	0		v.cognition	ewtb.r.121556.10
+6	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.121556.10
+
+1	We	we	PRON	O	0			ewtb.r.121651.1
+2	love	love	VERB	O	0		v.emotion	ewtb.r.121651.1
+3	our	our	PRON	O	0			ewtb.r.121651.1
+4	new	new	ADJ	O	0			ewtb.r.121651.1
+5	roof	roof	NOUN	O	0		n.artifact	ewtb.r.121651.1
+6	!	!	PUNCT	O	0			ewtb.r.121651.1
+
+1	We	we	PRON	O	0			ewtb.r.121651.2
+2	would	would	AUX	O	0			ewtb.r.121651.2
+3	like	like	VERB	O	0		v.emotion	ewtb.r.121651.2
+4	to	to	PART	O	0			ewtb.r.121651.2
+5	thank	thank	VERB	B	0		v.communication	ewtb.r.121651.2
+6	you	you	PRON	I	5			ewtb.r.121651.2
+7	for	for	ADP	O	0			ewtb.r.121651.2
+8	the	the	DET	O	0			ewtb.r.121651.2
+9	roofing	roofing	NOUN	O	0		n.act	ewtb.r.121651.2
+10	job	job	NOUN	O	0		n.act	ewtb.r.121651.2
+11	you	you	PRON	O	0			ewtb.r.121651.2
+12	did	do	VERB	O	0		v.stative	ewtb.r.121651.2
+13	on	on	ADP	O	0			ewtb.r.121651.2
+14	our	our	PRON	O	0			ewtb.r.121651.2
+15	home	home	NOUN	O	0		n.artifact	ewtb.r.121651.2
+16	.	.	PUNCT	O	0			ewtb.r.121651.2
+
+1	Everything	everything	NOUN	O	0			ewtb.r.121651.3
+2	was	be	AUX	O	0			ewtb.r.121651.3
+3	done	do	VERB	O	0		v.stative	ewtb.r.121651.3
+4	on	on	ADP	O	0			ewtb.r.121651.3
+5	a	a	DET	O	0			ewtb.r.121651.3
+6	timely	timely	ADJ	O	0			ewtb.r.121651.3
+7	manner	manner	NOUN	O	0		n.cognition	ewtb.r.121651.3
+8	and	and	CONJ	O	0			ewtb.r.121651.3
+9	things	things	NOUN	O	0			ewtb.r.121651.3
+10	were	be	AUX	O	0			ewtb.r.121651.3
+11	cleaned	clean	VERB	O	0		v.change	ewtb.r.121651.3
+12	and	and	CONJ	O	0			ewtb.r.121651.3
+13	picked	pick	VERB	B	0		v.possession	ewtb.r.121651.3
+14	up	up	ADP	I	13			ewtb.r.121651.3
+15	every	every	DET	O	0			ewtb.r.121651.3
+16	day	day	NOUN	O	0		n.time	ewtb.r.121651.3
+17	when	when	ADV	O	0			ewtb.r.121651.3
+18	the	the	DET	O	0			ewtb.r.121651.3
+19	crew	crew	NOUN	O	0		n.group	ewtb.r.121651.3
+20	was	be	VERB	O	0		v.stative	ewtb.r.121651.3
+21	done	done	ADJ	O	0			ewtb.r.121651.3
+22	.	.	PUNCT	O	0			ewtb.r.121651.3
+
+1	We	we	PRON	O	0			ewtb.r.121651.4
+2	also	also	ADV	O	0			ewtb.r.121651.4
+3	liked	like	VERB	O	0		v.emotion	ewtb.r.121651.4
+4	the	the	DET	O	0			ewtb.r.121651.4
+5	way	way	NOUN	O	0			ewtb.r.121651.4
+6	that	that	ADV	O	0			ewtb.r.121651.4
+7	Ray	ray	PROPN	O	0		n.person	ewtb.r.121651.4
+8	checked	check	VERB	O	0		v.cognition	ewtb.r.121651.4
+9	on	on	ADP	O	0			ewtb.r.121651.4
+10	the	the	DET	O	0			ewtb.r.121651.4
+11	job	job	NOUN	O	0		n.act	ewtb.r.121651.4
+12	every	every	DET	O	0			ewtb.r.121651.4
+13	day	day	NOUN	O	0		n.time	ewtb.r.121651.4
+14	.	.	PUNCT	O	0			ewtb.r.121651.4
+
+1	And	and	CONJ	O	0			ewtb.r.121651.5
+2	when	when	ADV	O	0			ewtb.r.121651.5
+3	the	the	DET	O	0			ewtb.r.121651.5
+4	job	job	NOUN	O	0		n.act	ewtb.r.121651.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.121651.5
+6	done	done	ADJ	O	0			ewtb.r.121651.5
+7	every	every	DET	B	0			ewtb.r.121651.5
+8	thing	thing	NOUN	I	7			ewtb.r.121651.5
+9	was	be	AUX	O	0			ewtb.r.121651.5
+10	cleaned	clean	VERB	B	0		v.change	ewtb.r.121651.5
+11	up	up	ADP	I	10			ewtb.r.121651.5
+12	and	and	CONJ	O	0			ewtb.r.121651.5
+13	hauled	haul	VERB	B	0		v.motion	ewtb.r.121651.5
+14	off	off	ADP	I	13			ewtb.r.121651.5
+15	that	that	DET	O	0			ewtb.r.121651.5
+16	same	same	ADJ	O	0			ewtb.r.121651.5
+17	day	day	NOUN	O	0		n.time	ewtb.r.121651.5
+18	.	.	PUNCT	O	0			ewtb.r.121651.5
+
+1	We	we	PRON	O	0			ewtb.r.121651.6
+2	would	would	AUX	O	0			ewtb.r.121651.6
+3	not	not	PART	O	0			ewtb.r.121651.6
+4	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.121651.6
+5	to	to	PART	O	0			ewtb.r.121651.6
+6	use	use	VERB	O	0		v.social	ewtb.r.121651.6
+7	Spears	spears	PROPN	B	0		n.group	ewtb.r.121651.6
+8	Roofing	roofing	PROPN	I	7			ewtb.r.121651.6
+9	again	again	ADV	O	0			ewtb.r.121651.6
+10	.	.	PUNCT	O	0			ewtb.r.121651.6
+
+1	We	we	PRON	O	0			ewtb.r.121651.7
+2	have	have	AUX	O	0			ewtb.r.121651.7
+3	already	already	ADV	O	0			ewtb.r.121651.7
+4	recommended	recommend	VERB	O	0		v.communication	ewtb.r.121651.7
+5	you	you	PRON	O	0			ewtb.r.121651.7
+6	to	to	ADP	O	0			ewtb.r.121651.7
+7	some	some	DET	O	0			ewtb.r.121651.7
+8	of	of	ADP	O	0			ewtb.r.121651.7
+9	our	our	PRON	O	0			ewtb.r.121651.7
+10	friends	friend	NOUN	O	0		n.person	ewtb.r.121651.7
+11	!	!	PUNCT	O	0			ewtb.r.121651.7
+
+1	They	they	PRON	O	0			ewtb.r.124552.1
+2	have	have	VERB	O	0		v.stative	ewtb.r.124552.1
+3	good	good	ADJ	O	0			ewtb.r.124552.1
+4	sushi	sushi	NOUN	O	0		n.food	ewtb.r.124552.1
+5	for	for	ADP	O	0			ewtb.r.124552.1
+6	a	a	DET	O	0			ewtb.r.124552.1
+7	good	good	ADJ	O	0			ewtb.r.124552.1
+8	price	price	NOUN	O	0		n.possession	ewtb.r.124552.1
+9	.	.	PUNCT	O	0			ewtb.r.124552.1
+
+1	My	my	PRON	O	0			ewtb.r.124552.2
+2	favorite	favorite	NOUN	O	0		n.cognition	ewtb.r.124552.2
+3	so	so	ADV	B	0			ewtb.r.124552.2
+4	far	far	ADV	I	3			ewtb.r.124552.2
+5	in	in	ADP	O	0			ewtb.r.124552.2
+6	Bellevue	bellevue	PROPN	O	0		n.location	ewtb.r.124552.2
+7	.	.	PUNCT	O	0			ewtb.r.124552.2
+
+1	Store	store	NOUN	O	0		n.artifact	ewtb.r.124552.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.124552.3
+3	on	on	ADP	B	0			ewtb.r.124552.3
+4	the	the	DET	I	3			ewtb.r.124552.3
+5	small	small	ADJ	o	0			ewtb.r.124552.3
+6	side	side	NOUN	I	4			ewtb.r.124552.3
+7	and	and	CONJ	O	0			ewtb.r.124552.3
+8	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.124552.3
+9	is	be	VERB	O	0		v.stative	ewtb.r.124552.3
+10	just	just	ADV	O	0			ewtb.r.124552.3
+11	average	average	ADJ	O	0			ewtb.r.124552.3
+12	.	.	PUNCT	O	0			ewtb.r.124552.3
+
+1	great	great	ADJ	O	0			ewtb.r.127157.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.127157.1
+3	/	/	PUNCT	O	0			ewtb.r.127157.1
+4	deals	deal	NOUN	O	0		n.act	ewtb.r.127157.1
+5	-	-	PUNCT	O	0			ewtb.r.127157.1
+6	support	support	VERB	O	0		v.social	ewtb.r.127157.1
+7	this	this	DET	O	0			ewtb.r.127157.1
+8	local	local	ADJ	B	0		n.group	ewtb.r.127157.1
+9	business	business	NOUN	I	8			ewtb.r.127157.1
+
+1	I	i	PRON	O	0			ewtb.r.127157.2
+2	have	have	AUX	O	0			ewtb.r.127157.2
+3	used	use	VERB	O	0		v.social	ewtb.r.127157.2
+4	these	these	DET	O	0			ewtb.r.127157.2
+5	guys	guy	NOUN	O	0		n.group	ewtb.r.127157.2
+6	for	for	ADP	O	0			ewtb.r.127157.2
+7	new	new	ADJ	O	0			ewtb.r.127157.2
+8	snows	snow	NOUN	O	0		n.natural_object	ewtb.r.127157.2
+9	,	,	PUNCT	O	0			ewtb.r.127157.2
+10	fixing	fix	VERB	O	0		v.change	ewtb.r.127157.2
+11	lots	lots	NOUN	O	0			ewtb.r.127157.2
+12	of	of	ADP	O	0			ewtb.r.127157.2
+13	flats	flats	NOUN	O	0		n.artifact	ewtb.r.127157.2
+14	,	,	PUNCT	O	0			ewtb.r.127157.2
+15	used	use	VERB	O	0		v.social	ewtb.r.127157.2
+16	replacement	replacement	NOUN	O	0		n.act	ewtb.r.127157.2
+17	tires	tire	NOUN	O	0		n.artifact	ewtb.r.127157.2
+18	,	,	PUNCT	O	0			ewtb.r.127157.2
+19	and	and	CONJ	O	0			ewtb.r.127157.2
+20	oil	oil	NOUN	B	0		n.event	ewtb.r.127157.2
+21	changes	change	NOUN	I	20			ewtb.r.127157.2
+22	.	.	PUNCT	O	0			ewtb.r.127157.2
+
+1	They	they	PRON	O	0			ewtb.r.127157.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.127157.3
+3	the	the	DET	O	0			ewtb.r.127157.3
+4	best	best	ADJ	O	0			ewtb.r.127157.3
+5	prices	price	NOUN	O	0		n.possession	ewtb.r.127157.3
+6	locally	locally	ADV	O	0			ewtb.r.127157.3
+7	and	and	CONJ	O	0			ewtb.r.127157.3
+8	good	good	ADJ	O	0			ewtb.r.127157.3
+9	customer	customer	NOUN	B	0		n.act	ewtb.r.127157.3
+10	service	service	NOUN	I	9			ewtb.r.127157.3
+11	.	.	PUNCT	O	0			ewtb.r.127157.3
+
+1	One	one	NUM	O	0			ewtb.r.127157.4
+2	guy	guy	NOUN	O	0		n.person	ewtb.r.127157.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.127157.4
+4	a	a	DET	O	0			ewtb.r.127157.4
+5	little	little	NOUN	O	0			ewtb.r.127157.4
+6	surley	surley	ADJ	O	0			ewtb.r.127157.4
+7	,	,	PUNCT	O	0			ewtb.r.127157.4
+8	but	but	CONJ	O	0			ewtb.r.127157.4
+9	who	who	PRON	B	0			ewtb.r.127157.4
+10	gives	give	VERB	I	9			ewtb.r.127157.4
+11	a	a	DET	I	10			ewtb.r.127157.4
+12	crap	crap	NOUN	I	11			ewtb.r.127157.4
+13	as	as	ADV	B	0			ewtb.r.127157.4
+14	long	long	ADV	I	13			ewtb.r.127157.4
+15	as	as	SCONJ	I	14			ewtb.r.127157.4
+16	your	your	PRON	O	0			ewtb.r.127157.4
+17	car	car	NOUN	O	0		n.artifact	ewtb.r.127157.4
+18	's	's	PART	O	0			ewtb.r.127157.4
+19	work	work	NOUN	O	0		n.act	ewtb.r.127157.4
+20	is	be	VERB	O	0		v.stative	ewtb.r.127157.4
+21	outstanding	outstanding	ADJ	O	0			ewtb.r.127157.4
+22	.	.	PUNCT	O	0			ewtb.r.127157.4
+
+1	AND	and	CONJ	O	0			ewtb.r.127157.5
+2	they	they	PRON	O	0			ewtb.r.127157.5
+3	're	're	VERB	O	0		v.stative	ewtb.r.127157.5
+4	usually	usually	ADV	O	0			ewtb.r.127157.5
+5	able	able	ADJ	O	0			ewtb.r.127157.5
+6	to	to	PART	O	0			ewtb.r.127157.5
+7	help	help	VERB	O	0		v.social	ewtb.r.127157.5
+8	you	you	PRON	O	0			ewtb.r.127157.5
+9	as	as	ADP	O	0			ewtb.r.127157.5
+10	a	a	DET	O	0			ewtb.r.127157.5
+11	walk	walk	NOUN	B	0		n.person	ewtb.r.127157.5
+12	-	-	PUNCT	I	11			ewtb.r.127157.5
+13	in	in	NOUN	I	12			ewtb.r.127157.5
+14	,	,	PUNCT	O	0			ewtb.r.127157.5
+15	and	and	CONJ	O	0			ewtb.r.127157.5
+16	they	they	PRON	O	0			ewtb.r.127157.5
+17	're	're	VERB	O	0		v.stative	ewtb.r.127157.5
+18	fast	fast	ADJ	O	0			ewtb.r.127157.5
+19	.	.	PUNCT	O	0			ewtb.r.127157.5
+
+1	Overall	overall	ADV	O	0			ewtb.r.127157.6
+2	-	-	PUNCT	O	0			ewtb.r.127157.6
+3	good	good	ADJ	O	0			ewtb.r.127157.6
+4	stuff	stuff	NOUN	O	0		n.artifact	ewtb.r.127157.6
+5	.	.	PUNCT	O	0			ewtb.r.127157.6
+
+1	Real	real	ADJ	O	0			ewtb.r.127252.1
+2	pros	pro	NOUN	O	0		n.group	ewtb.r.127252.1
+
+1	I	i	PRON	O	0			ewtb.r.127252.2
+2	've	've	AUX	O	0			ewtb.r.127252.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.127252.2
+4	writer	writer	NOUN	O	0		n.person	ewtb.r.127252.2
+5	friends	friend	NOUN	O	0		n.person	ewtb.r.127252.2
+6	describe	describe	VERB	O	0		v.communication	ewtb.r.127252.2
+7	horror	horror	NOUN	O	0		n.cognition	ewtb.r.127252.2
+8	stories	story	NOUN	O	0		n.communication	ewtb.r.127252.2
+9	with	with	ADP	O	0			ewtb.r.127252.2
+10	their	their	PRON	O	0			ewtb.r.127252.2
+11	printers	printer	NOUN	O	0		n.artifact	ewtb.r.127252.2
+12	.	.	PUNCT	O	0			ewtb.r.127252.2
+
+1	I	i	PRON	O	0			ewtb.r.127252.3
+2	tell	tell	VERB	O	0		v.communication	ewtb.r.127252.3
+3	them	them	PRON	O	0			ewtb.r.127252.3
+4	:	:	PUNCT	O	0			ewtb.r.127252.3
+5	why	why	ADV	O	0			ewtb.r.127252.3
+6	not	not	PART	O	0			ewtb.r.127252.3
+7	just	just	ADV	O	0			ewtb.r.127252.3
+8	go	go	VERB	B	0		v.social	ewtb.r.127252.3
+9	with	with	ADP	I	8			ewtb.r.127252.3
+10	these	these	DET	O	0			ewtb.r.127252.3
+11	guys	guy	NOUN	O	0		n.group	ewtb.r.127252.3
+12	?	?	PUNCT	O	0			ewtb.r.127252.3
+
+1	Richard	richard	PROPN	B	0		n.person	ewtb.r.127252.4
+2	Joule	joule	PROPN	I	1			ewtb.r.127252.4
+3	and	and	CONJ	O	0			ewtb.r.127252.4
+4	the	the	DET	O	0			ewtb.r.127252.4
+5	gang	gang	NOUN	O	0		n.group	ewtb.r.127252.4
+6	are	be	VERB	O	0		v.stative	ewtb.r.127252.4
+7	pros	pro	NOUN	O	0		n.group	ewtb.r.127252.4
+8	from	from	ADP	O	0			ewtb.r.127252.4
+9	start	start	NOUN	O	0		n.event	ewtb.r.127252.4
+10	to	to	ADP	O	0			ewtb.r.127252.4
+11	finish	finish	NOUN	O	0		n.event	ewtb.r.127252.4
+12	.	.	PUNCT	O	0			ewtb.r.127252.4
+
+1	They	they	PRON	O	0			ewtb.r.127252.5
+2	set	set	VERB	B	0		v.cognition	ewtb.r.127252.5
+3	out	out	ADP	I	2			ewtb.r.127252.5
+4	to	to	PART	O	0			ewtb.r.127252.5
+5	exceed	exceed	VERB	O	0		v.cognition	ewtb.r.127252.5
+6	your	your	PRON	O	0			ewtb.r.127252.5
+7	expectations	expectation	NOUN	O	0		n.cognition	ewtb.r.127252.5
+8	.	.	PUNCT	O	0			ewtb.r.127252.5
+
+1	Already	already	ADV	O	0			ewtb.r.127252.6
+2	I	i	PRON	O	0			ewtb.r.127252.6
+3	'm	'm	AUX	O	0			ewtb.r.127252.6
+4	considering	consider	VERB	O	0		v.cognition	ewtb.r.127252.6
+5	future	future	ADJ	O	0			ewtb.r.127252.6
+6	projects	project	NOUN	O	0		n.event	ewtb.r.127252.6
+7	,	,	PUNCT	O	0			ewtb.r.127252.6
+8	and	and	CONJ	O	0			ewtb.r.127252.6
+9	I	i	PRON	O	0			ewtb.r.127252.6
+10	can	can	AUX	O	0			ewtb.r.127252.6
+11	assure	assure	VERB	O	0		v.communication	ewtb.r.127252.6
+12	you	you	PRON	O	0			ewtb.r.127252.6
+13	that	that	SCONJ	O	0			ewtb.r.127252.6
+14	for	for	ADP	O	0			ewtb.r.127252.6
+15	my	my	PRON	O	0			ewtb.r.127252.6
+16	printing	printing	NOUN	O	0		n.act	ewtb.r.127252.6
+17	needs	need	NOUN	O	0		n.cognition	ewtb.r.127252.6
+18	I	i	PRON	O	0			ewtb.r.127252.6
+19	will	will	AUX	O	0			ewtb.r.127252.6
+20	be	be	AUX	O	0			ewtb.r.127252.6
+21	choosing	choose	VERB	O	0		v.cognition	ewtb.r.127252.6
+22	no	no	DET	B	0			ewtb.r.127252.6
+23	other	other	ADJ	I	22			ewtb.r.127252.6
+24	than	than	ADP	I	23			ewtb.r.127252.6
+25	Atlanta	atlanta	PROPN	B	0		n.group	ewtb.r.127252.6
+26	Paperback	paperback	PROPN	I	25			ewtb.r.127252.6
+27	Book	book	PROPN	I	26			ewtb.r.127252.6
+28	Printing	printing	PROPN	I	27			ewtb.r.127252.6
+29	.	.	PUNCT	O	0			ewtb.r.127252.6
+
+1	Signs	signs	PROPN	B	0		n.group	ewtb.r.131458.1
+2	of	of	ADP	I	1			ewtb.r.131458.1
+3	Saltford	saltford	PROPN	I	2			ewtb.r.131458.1
+4	-	-	PUNCT	O	0			ewtb.r.131458.1
+5	an	an	NOUN	O	0			ewtb.r.131458.1
+6	excellent	excellent	ADJ	O	0			ewtb.r.131458.1
+7	supplier	supplier	NOUN	O	0		n.group	ewtb.r.131458.1
+8	of	of	ADP	O	0			ewtb.r.131458.1
+9	value	value	NOUN	O	0		n.cognition	ewtb.r.131458.1
+10	for	for	ADP	O	0			ewtb.r.131458.1
+11	money	money	NOUN	O	0		n.possession	ewtb.r.131458.1
+12	signs	sign	NOUN	O	0		n.artifact	ewtb.r.131458.1
+13	and	and	CONJ	O	0			ewtb.r.131458.1
+14	banners	banner	NOUN	O	0		n.artifact	ewtb.r.131458.1
+15	etc	etc	X	O	0			ewtb.r.131458.1
+16	.	.	PUNCT	O	0			ewtb.r.131458.1
+
+1	I	i	PRON	O	0			ewtb.r.131458.2
+2	have	have	AUX	O	0			ewtb.r.131458.2
+3	been	be	VERB	O	0		v.stative	ewtb.r.131458.2
+4	a	a	DET	O	0			ewtb.r.131458.2
+5	friend	friend	NOUN	O	0		n.person	ewtb.r.131458.2
+6	and	and	CONJ	O	0			ewtb.r.131458.2
+7	customer	customer	NOUN	O	0		n.person	ewtb.r.131458.2
+8	of	of	ADP	O	0			ewtb.r.131458.2
+9	Signs	signs	PROPN	B	0		n.group	ewtb.r.131458.2
+10	of	of	ADP	I	9			ewtb.r.131458.2
+11	Saltford	saltford	PROPN	I	10			ewtb.r.131458.2
+12	for	for	ADP	O	0			ewtb.r.131458.2
+13	well	well	ADV	O	0			ewtb.r.131458.2
+14	over	over	ADP	O	0			ewtb.r.131458.2
+15	12	12	NUM	O	0			ewtb.r.131458.2
+16	years	years	NOUN	O	0		n.time	ewtb.r.131458.2
+17	now	now	ADV	O	0			ewtb.r.131458.2
+18	and	and	CONJ	O	0			ewtb.r.131458.2
+19	I	i	PRON	O	0			ewtb.r.131458.2
+20	also	also	ADV	O	0			ewtb.r.131458.2
+21	became	become	VERB	O	0		v.stative	ewtb.r.131458.2
+22	their	their	PRON	O	0			ewtb.r.131458.2
+23	website	website	NOUN	O	0		n.communication	ewtb.r.131458.2
+24	supplier	supplier	NOUN	O	0		n.group	ewtb.r.131458.2
+25	some	some	DET	O	0			ewtb.r.131458.2
+26	3	3	NUM	O	0			ewtb.r.131458.2
+27	years	years	NOUN	O	0		n.time	ewtb.r.131458.2
+28	ago	ago	ADV	O	0			ewtb.r.131458.2
+29	.	.	PUNCT	O	0			ewtb.r.131458.2
+
+1	Tina	tina	PROPN	O	0		n.person	ewtb.r.131458.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.131458.3
+3	the	the	DET	O	0			ewtb.r.131458.3
+4	driving	drive	VERB	B	0		n.cognition	ewtb.r.131458.3
+5	force	force	NOUN	I	4			ewtb.r.131458.3
+6	of	of	ADP	O	0			ewtb.r.131458.3
+7	the	the	DET	O	0			ewtb.r.131458.3
+8	business	business	NOUN	O	0		n.group	ewtb.r.131458.3
+9	and	and	CONJ	O	0			ewtb.r.131458.3
+10	you	you	PRON	O	0			ewtb.r.131458.3
+11	can	can	AUX	O	0			ewtb.r.131458.3
+12	be	be	AUX	O	0			ewtb.r.131458.3
+13	assured	assure	VERB	O	0		v.cognition	ewtb.r.131458.3
+14	that	that	SCONJ	O	0			ewtb.r.131458.3
+15	she	she	PRON	O	0			ewtb.r.131458.3
+16	will	will	AUX	O	0			ewtb.r.131458.3
+17	endevour	endevour	VERB	O	0		v.cognition	ewtb.r.131458.3
+18	to	to	PART	O	0			ewtb.r.131458.3
+19	satisfy	satisfy	VERB	O	0		v.cognition	ewtb.r.131458.3
+20	all	all	DET	O	0			ewtb.r.131458.3
+21	your	your	PRON	O	0			ewtb.r.131458.3
+22	signage	signage	NOUN	O	0		n.artifact	ewtb.r.131458.3
+23	requirements	requirement	NOUN	O	0		n.cognition	ewtb.r.131458.3
+24	at	at	ADP	O	0			ewtb.r.131458.3
+25	the	the	DET	O	0			ewtb.r.131458.3
+26	most	most	ADV	O	0			ewtb.r.131458.3
+27	cost	cost	NOUN	O	0		n.possession	ewtb.r.131458.3
+28	effective	effective	ADJ	O	0			ewtb.r.131458.3
+29	rates	rates	NOUN	O	0		n.possession	ewtb.r.131458.3
+30	.	.	PUNCT	O	0			ewtb.r.131458.3
+
+1	I	i	PRON	O	0			ewtb.r.131458.4
+2	have	have	AUX	O	0			ewtb.r.131458.4
+3	been	be	VERB	O	0		v.stative	ewtb.r.131458.4
+4	extremely	extremely	ADV	O	0			ewtb.r.131458.4
+5	pleased	pleased	ADJ	O	0			ewtb.r.131458.4
+6	with	with	ADP	O	0			ewtb.r.131458.4
+7	the	the	DET	O	0			ewtb.r.131458.4
+8	signs	sign	NOUN	O	0		n.artifact	ewtb.r.131458.4
+9	and	and	CONJ	O	0			ewtb.r.131458.4
+10	pop	pop	VERB	B	0			ewtb.r.131458.4
+11	-	-	PUNCT	I	10			ewtb.r.131458.4
+12	up	up	ADP	I	11			ewtb.r.131458.4
+13	banners	banner	NOUN	O	0		n.artifact	ewtb.r.131458.4
+14	she	she	PRON	O	0			ewtb.r.131458.4
+15	has	have	AUX	O	0			ewtb.r.131458.4
+16	supplied	supply	VERB	O	0		v.social	ewtb.r.131458.4
+17	to	to	ADP	O	0			ewtb.r.131458.4
+18	me	me	PRON	O	0			ewtb.r.131458.4
+19	over	over	ADP	B	0			ewtb.r.131458.4
+20	the	the	DET	I	19			ewtb.r.131458.4
+21	years	years	NOUN	I	20			ewtb.r.131458.4
+22	-	-	PUNCT	O	0			ewtb.r.131458.4
+23	a	a	NOUN	O	0			ewtb.r.131458.4
+24	truly	truly	ADV	O	0			ewtb.r.131458.4
+25	first	first	ADJ	B	0		n.cognition	ewtb.r.131458.4
+26	class	class	NOUN	I	25			ewtb.r.131458.4
+27	family	family	NOUN	B	0		n.group	ewtb.r.131458.4
+28	business	business	NOUN	I	27			ewtb.r.131458.4
+29	run	run	VERB	O	0		v.social	ewtb.r.131458.4
+30	by	by	ADP	O	0			ewtb.r.131458.4
+31	Tina	tina	PROPN	O	0		n.person	ewtb.r.131458.4
+32	and	and	CONJ	O	0			ewtb.r.131458.4
+33	her	her	PRON	O	0			ewtb.r.131458.4
+34	husband	husband	NOUN	O	0		n.person	ewtb.r.131458.4
+35	Chris	chris	PROPN	O	0		n.person	ewtb.r.131458.4
+36	.	.	PUNCT	O	0			ewtb.r.131458.4
+
+1	Hospitality	hospitality	NOUN	O	0		n.attribute	ewtb.r.139152.1
+2	.!	.!	PUNCT	O	0			ewtb.r.139152.1
+
+1	Very	very	ADV	O	0			ewtb.r.139152.2
+2	good	good	ADJ	O	0			ewtb.r.139152.2
+3	hospitality	hospitality	NOUN	O	0		n.attribute	ewtb.r.139152.2
+4	offered	offer	VERB	O	0		v.social	ewtb.r.139152.2
+5	.!	.!	PUNCT	O	0			ewtb.r.139152.2
+
+1	Keep	keep	VERB	B	0			ewtb.r.139152.3
+2	it	it	PRON	I	1			ewtb.r.139152.3
+3	up	up	ADP	I	2			ewtb.r.139152.3
+4	.	.	PUNCT	O	0			ewtb.r.139152.3
+
+1	-	-	PUNCT	O	0			ewtb.r.139152.4
+2	Shree	shree	PROPN	B	0		n.group	ewtb.r.139152.4
+3	Ghatkopar	ghatkopar	PROPN	I	2			ewtb.r.139152.4
+4	Bhatia	bhatia	PROPN	I	3			ewtb.r.139152.4
+5	Mitra	mitra	PROPN	I	4			ewtb.r.139152.4
+6	Mandal	mandal	PROPN	I	5			ewtb.r.139152.4
+
+1	Pleasure	pleasure	NOUN	O	0		n.feeling	ewtb.r.139456.1
+2	to	to	PART	O	0			ewtb.r.139456.1
+3	work	work	VERB	O	0		v.social	ewtb.r.139456.1
+4	with	with	ADP	O	0			ewtb.r.139456.1
+5	.	.	PUNCT	O	0			ewtb.r.139456.1
+
+1	The	the	DET	O	0			ewtb.r.139456.2
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.139456.2
+3	with	with	ADP	O	0			ewtb.r.139456.2
+4	every	every	DET	O	0			ewtb.r.139456.2
+5	department	department	NOUN	O	0		n.group	ewtb.r.139456.2
+6	has	have	AUX	O	0			ewtb.r.139456.2
+7	been	be	VERB	O	0		v.stative	ewtb.r.139456.2
+8	great	great	ADJ	O	0			ewtb.r.139456.2
+9	.	.	PUNCT	O	0			ewtb.r.139456.2
+
+1	No	no	DET	O	0			ewtb.r.139456.3
+2	complaints	complaint	NOUN	O	0		n.cognition	ewtb.r.139456.3
+3	!	!	PUNCT	O	0			ewtb.r.139456.3
+
+1	FAST	fast	ADJ	O	0			ewtb.r.154157.1
+2	and	and	CONJ	O	0			ewtb.r.154157.1
+3	reasonable	reasonable	ADJ	O	0			ewtb.r.154157.1
+4	$	$	NOUN	O	0		n.possession	ewtb.r.154157.1
+
+1	We	we	PRON	O	0			ewtb.r.154157.2
+2	went	go	VERB	O	0		v.motion	ewtb.r.154157.2
+3	to	to	ADP	O	0			ewtb.r.154157.2
+4	Kobey	kobey	PROPN	B	0		n.group	ewtb.r.154157.2
+5	s	s	PART	I	4			ewtb.r.154157.2
+6	on	on	ADP	O	0			ewtb.r.154157.2
+7	Saturday	saturday	PROPN	O	0		n.time	ewtb.r.154157.2
+8	and	and	CONJ	O	0			ewtb.r.154157.2
+9	had	have	VERB	B	0		v.social	ewtb.r.154157.2
+10	our	our	PRON	o	0			ewtb.r.154157.2
+11	whole	whole	ADJ	o	0			ewtb.r.154157.2
+12	team	team	NOUN	o	0		n.group	ewtb.r.154157.2
+13	s	s	PART	o	0			ewtb.r.154157.2
+14	uniforms	uniform	NOUN	o	0		n.artifact	ewtb.r.154157.2
+15	done	do	VERB	I	9			ewtb.r.154157.2
+16	!	!	PUNCT	O	0			ewtb.r.154157.2
+
+1	He	he	PRON	O	0			ewtb.r.154157.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.154157.3
+3	less	less	ADJ	B	0			ewtb.r.154157.3
+4	than	than	ADP	I	3			ewtb.r.154157.3
+5	half	half	NOUN	O	0		n.relation	ewtb.r.154157.3
+6	of	of	ADP	O	0			ewtb.r.154157.3
+7	the	the	DET	O	0			ewtb.r.154157.3
+8	price	price	NOUN	O	0		n.possession	ewtb.r.154157.3
+9	of	of	ADP	O	0			ewtb.r.154157.3
+10	the	the	DET	O	0			ewtb.r.154157.3
+11	cheapest	cheap	ADJ	O	0			ewtb.r.154157.3
+12	quote	quote	NOUN	O	0		n.possession	ewtb.r.154157.3
+13	we	we	PRON	O	0			ewtb.r.154157.3
+14	got	get	VERB	O	0		v.stative	ewtb.r.154157.3
+15	,	,	PUNCT	O	0			ewtb.r.154157.3
+16	and	and	CONJ	O	0			ewtb.r.154157.3
+17	his	his	PRON	O	0			ewtb.r.154157.3
+18	work	work	NOUN	O	0		n.act	ewtb.r.154157.3
+19	was	be	VERB	O	0		v.stative	ewtb.r.154157.3
+20	top	top	ADJ	B	0		n.communication	ewtb.r.154157.3
+21	notch	notch	NOUN	I	20			ewtb.r.154157.3
+22	.	.	PUNCT	O	0			ewtb.r.154157.3
+
+1	Down	down	ADV	B	0			ewtb.r.154157.4
+2	to	to	ADP	I	1			ewtb.r.154157.4
+3	earth	earth	NOUN	I	2			ewtb.r.154157.4
+4	and	and	CONJ	O	0			ewtb.r.154157.4
+5	fast	fast	ADJ	O	0			ewtb.r.154157.4
+6	service	service	NOUN	O	0		n.act	ewtb.r.154157.4
+7	.	.	PUNCT	O	0			ewtb.r.154157.4
+
+1	Going	go	VERB	O	0		v.motion	ewtb.r.154157.5
+2	back	back	ADV	O	0			ewtb.r.154157.5
+3	to	to	PART	O	0			ewtb.r.154157.5
+4	have	have	VERB	B	0		v.stative	ewtb.r.154157.5
+5	some	some	DET	o	0			ewtb.r.154157.5
+6	lab	lab	ADJ	b	0		n.artifact	ewtb.r.154157.5
+7	coats	coat	NOUN	i	6			ewtb.r.154157.5
+8	done	do	VERB	I	4			ewtb.r.154157.5
+9	this	this	DET	O	0			ewtb.r.154157.5
+10	weekend	weekend	NOUN	O	0		n.time	ewtb.r.154157.5
+11	!	!	PUNCT	O	0			ewtb.r.154157.5
+
+1	Great	great	ADJ	O	0			ewtb.r.154658.1
+2	out	out	ADJ	O	0			ewtb.r.154658.1
+3	night	night	NOUN	O	0		n.time	ewtb.r.154658.1
+4	!	!	PUNCT	O	0			ewtb.r.154658.1
+
+1	You	you	PRON	O	0			ewtb.r.154658.2
+2	ca	ca	AUX	B	0		v.cognition	ewtb.r.154658.2
+3	n't	n't	PART	I	2			ewtb.r.154658.2
+4	go	go	VERB	I	3			ewtb.r.154658.2
+5	wrong	wrong	ADV	I	4			ewtb.r.154658.2
+6	with	with	ADP	O	0			ewtb.r.154658.2
+7	Tuesday	tuesday	PROPN	O	0		n.time	ewtb.r.154658.2
+8	prices	price	NOUN	O	0		n.possession	ewtb.r.154658.2
+9	,	,	PUNCT	O	0			ewtb.r.154658.2
+10	even	even	ADV	O	0			ewtb.r.154658.2
+11	if	if	SCONJ	O	0			ewtb.r.154658.2
+12	you	you	PRON	O	0			ewtb.r.154658.2
+13	get	get	VERB	O	0		v.stative	ewtb.r.154658.2
+14	quite	quite	DET	O	0			ewtb.r.154658.2
+15	the	the	DET	O	0			ewtb.r.154658.2
+16	mixed	mixed	ADJ	B	0		n.cognition	ewtb.r.154658.2
+17	bag	bag	NOUN	I	16			ewtb.r.154658.2
+18	of	of	ADP	O	0			ewtb.r.154658.2
+19	comedians	comedian	NOUN	O	0		n.person	ewtb.r.154658.2
+20	!	!	PUNCT	O	0			ewtb.r.154658.2
+
+1	Extensive	extensive	ADJ	O	0			ewtb.r.154658.3
+2	drink	drink	NOUN	O	0		n.food	ewtb.r.154658.3
+3	list	list	NOUN	O	0		n.communication	ewtb.r.154658.3
+4	and	and	CONJ	O	0			ewtb.r.154658.3
+5	daily	daily	ADJ	O	0			ewtb.r.154658.3
+6	specials	special	NOUN	O	0		n.cognition	ewtb.r.154658.3
+7	but	but	CONJ	O	0			ewtb.r.154658.3
+8	wish	wish	VERB	O	0		v.cognition	ewtb.r.154658.3
+9	they	they	PRON	O	0			ewtb.r.154658.3
+10	had	have	VERB	O	0		v.stative	ewtb.r.154658.3
+11	a	a	DET	B	0			ewtb.r.154658.3
+12	bit	bit	NOUN	I	11			ewtb.r.154658.3
+13	more	more	ADJ	O	0			ewtb.r.154658.3
+14	on	on	ADP	O	0			ewtb.r.154658.3
+15	their	their	PRON	O	0			ewtb.r.154658.3
+16	food	food	NOUN	O	0		n.food	ewtb.r.154658.3
+17	menu	menu	NOUN	O	0		n.communication	ewtb.r.154658.3
+18	,	,	PUNCT	O	0			ewtb.r.154658.3
+19	although	although	SCONJ	O	0			ewtb.r.154658.3
+20	popcorn	popcorn	NOUN	O	0		n.food	ewtb.r.154658.3
+21	is	be	VERB	B	0		n.communication	ewtb.r.154658.3
+22	a	a	DET	I	21			ewtb.r.154658.3
+23	nice	nice	ADJ	I	22			ewtb.r.154658.3
+24	touch	touch	NOUN	I	23			ewtb.r.154658.3
+25	!	!	PUNCT	O	0			ewtb.r.154658.3
+
+1	(	(	PUNCT	O	0			ewtb.r.154658.4
+2	other	other	ADJ	O	0			ewtb.r.154658.4
+3	items	item	NOUN	O	0		n.food	ewtb.r.154658.4
+4	:	:	PUNCT	O	0			ewtb.r.154658.4
+5	chicken	chicken	NOUN	B	0		n.food	ewtb.r.154658.4
+6	fingers	finger	NOUN	I	5			ewtb.r.154658.4
+7	,	,	PUNCT	O	0			ewtb.r.154658.4
+8	wings	wings	NOUN	O	0		n.food	ewtb.r.154658.4
+9	,	,	PUNCT	O	0			ewtb.r.154658.4
+10	asian	asian	ADJ	O	0			ewtb.r.154658.4
+11	pizza	pizza	NOUN	O	0		n.food	ewtb.r.154658.4
+12	,	,	PUNCT	O	0			ewtb.r.154658.4
+13	and	and	CONJ	O	0			ewtb.r.154658.4
+14	yam	yam	NOUN	O	0		n.food	ewtb.r.154658.4
+15	and	and	CONJ	O	0			ewtb.r.154658.4
+16	regular	regular	ADJ	O	0			ewtb.r.154658.4
+17	fries	fries	NOUN	O	0		n.food	ewtb.r.154658.4
+18	)	)	PUNCT	O	0			ewtb.r.154658.4
+
+1	amazing	amazing	ADJ	O	0			ewtb.r.155050.1
+2	,	,	PUNCT	O	0			ewtb.r.155050.1
+3	fun	fun	ADJ	O	0			ewtb.r.155050.1
+4	,	,	PUNCT	O	0			ewtb.r.155050.1
+5	great	great	ADJ	O	0			ewtb.r.155050.1
+6	beers	beer	NOUN	O	0		n.food	ewtb.r.155050.1
+7	.	.	PUNCT	O	0			ewtb.r.155050.1
+
+1	service	service	NOUN	O	0		n.act	ewtb.r.155050.2
+2	could	could	AUX	O	0			ewtb.r.155050.2
+3	be	be	VERB	O	0		v.stative	ewtb.r.155050.2
+4	a	a	DET	B	0			ewtb.r.155050.2
+5	little	little	NOUN	I	4			ewtb.r.155050.2
+6	better	better	ADJ	O	0			ewtb.r.155050.2
+7	but	but	CONJ	O	0			ewtb.r.155050.2
+8	it	it	PRON	O	0			ewtb.r.155050.2
+9	s	s	VERB	O	0		v.stative	ewtb.r.155050.2
+10	an	an	DET	O	0			ewtb.r.155050.2
+11	all	all	ADV	B	0			ewtb.r.155050.2
+12	round	round	ADV	I	11			ewtb.r.155050.2
+13	good	good	ADJ	O	0			ewtb.r.155050.2
+14	place	place	NOUN	O	0		n.group	ewtb.r.155050.2
+
+1	wonderful	wonderful	ADJ	O	0			ewtb.r.156953.1
+
+1	I	i	PRON	O	0			ewtb.r.156953.2
+2	went	go	VERB	O	0		v.motion	ewtb.r.156953.2
+3	to	to	ADP	O	0			ewtb.r.156953.2
+4	ohm	ohm	PROPN	O	0		n.group	ewtb.r.156953.2
+5	after	after	SCONJ	O	0			ewtb.r.156953.2
+6	reading	read	VERB	O	0		v.communication	ewtb.r.156953.2
+7	some	some	DET	O	0			ewtb.r.156953.2
+8	of	of	ADP	O	0			ewtb.r.156953.2
+9	the	the	DET	O	0			ewtb.r.156953.2
+10	reviews	review	NOUN	O	0		n.communication	ewtb.r.156953.2
+11	.	.	PUNCT	O	0			ewtb.r.156953.2
+
+1	I	i	PRON	O	0			ewtb.r.156953.3
+2	go	go	VERB	B	0		v.motion	ewtb.r.156953.3
+3	to	to	ADP	I	2			ewtb.r.156953.3
+4	school	school	NOUN	I	3			ewtb.r.156953.3
+5	in	in	ADP	O	0			ewtb.r.156953.3
+6	the	the	DET	O	0			ewtb.r.156953.3
+7	area	area	NOUN	O	0		n.location	ewtb.r.156953.3
+8	and	and	CONJ	O	0			ewtb.r.156953.3
+9	usually	usually	ADV	O	0			ewtb.r.156953.3
+10	wait	wait	VERB	O	0		v.cognition	ewtb.r.156953.3
+11	until	until	SCONJ	O	0			ewtb.r.156953.3
+12	I	i	PRON	O	0			ewtb.r.156953.3
+13	go	go	VERB	O	0		v.motion	ewtb.r.156953.3
+14	home	home	ADV	O	0			ewtb.r.156953.3
+15	to	to	PART	O	0			ewtb.r.156953.3
+16	get	get	VERB	O	0		v.stative	ewtb.r.156953.3
+17	my	my	PRON	O	0			ewtb.r.156953.3
+18	hair	hair	NOUN	B	0		n.act	ewtb.r.156953.3
+19	cut	cut	VERB	I	18			ewtb.r.156953.3
+20	.	.	PUNCT	O	0			ewtb.r.156953.3
+
+1	I	i	PRON	O	0			ewtb.r.156953.4
+2	decided	decide	VERB	O	0		v.cognition	ewtb.r.156953.4
+3	it	it	PRON	O	0			ewtb.r.156953.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.156953.4
+5	time	time	NOUN	O	0		n.time	ewtb.r.156953.4
+6	to	to	PART	O	0			ewtb.r.156953.4
+7	grow	grow	VERB	B	0		v.change	ewtb.r.156953.4
+8	up	up	ADP	I	7			ewtb.r.156953.4
+9	and	and	CONJ	O	0			ewtb.r.156953.4
+10	made	make	VERB	O	0		v.communication	ewtb.r.156953.4
+11	an	an	DET	O	0			ewtb.r.156953.4
+12	appointment	appointment	NOUN	O	0		n.event	ewtb.r.156953.4
+13	.	.	PUNCT	O	0			ewtb.r.156953.4
+
+1	Sierra	sierra	PROPN	O	0		n.person	ewtb.r.156953.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.156953.5
+3	my	my	PRON	O	0			ewtb.r.156953.5
+4	stylist	stylist	NOUN	O	0		n.person	ewtb.r.156953.5
+5	and	and	CONJ	O	0			ewtb.r.156953.5
+6	i	i	PRON	O	0			ewtb.r.156953.5
+7	love	love	VERB	O	0		v.emotion	ewtb.r.156953.5
+8	what	what	PRON	O	0			ewtb.r.156953.5
+9	she	she	PRON	O	0			ewtb.r.156953.5
+10	did	do	VERB	O	0		v.stative	ewtb.r.156953.5
+11	.	.	PUNCT	O	0			ewtb.r.156953.5
+
+1	I	i	PRON	O	0			ewtb.r.156953.6
+2	have	have	VERB	O	0		v.stative	ewtb.r.156953.6
+3	wavy	wavy	ADJ	O	0			ewtb.r.156953.6
+4	hair	hair	NOUN	O	0		n.body	ewtb.r.156953.6
+5	and	and	CONJ	O	0			ewtb.r.156953.6
+6	she	she	PRON	O	0			ewtb.r.156953.6
+7	cut	cut	VERB	O	0		v.body	ewtb.r.156953.6
+8	to	to	ADP	O	0			ewtb.r.156953.6
+9	my	my	PRON	O	0			ewtb.r.156953.6
+10	hair	hair	NOUN	O	0		n.body	ewtb.r.156953.6
+11	style	style	NOUN	O	0		n.cognition	ewtb.r.156953.6
+12	.	.	PUNCT	O	0			ewtb.r.156953.6
+
+1	It	it	PRON	O	0			ewtb.r.156953.7
+2	was	be	VERB	O	0		v.stative	ewtb.r.156953.7
+3	the	the	DET	O	0			ewtb.r.156953.7
+4	first	first	ADJ	O	0			ewtb.r.156953.7
+5	time	time	NOUN	O	0		n.event	ewtb.r.156953.7
+6	i	i	PRON	O	0			ewtb.r.156953.7
+7	had	have	AUX	O	0			ewtb.r.156953.7
+8	left	leave	VERB	O	0		v.motion	ewtb.r.156953.7
+9	a	a	DET	O	0			ewtb.r.156953.7
+10	salon	salon	NOUN	O	0		n.group	ewtb.r.156953.7
+11	with	with	SCONJ	O	0			ewtb.r.156953.7
+12	my	my	PRON	O	0			ewtb.r.156953.7
+13	hair	hair	NOUN	O	0		n.body	ewtb.r.156953.7
+14	curly	curly	ADJ	O	0			ewtb.r.156953.7
+15	.	.	PUNCT	O	0			ewtb.r.156953.7
+
+1	Usually	usually	ADV	O	0			ewtb.r.156953.8
+2	they	they	PRON	O	0			ewtb.r.156953.8
+3	blow	blow	VERB	O	0		v.contact	ewtb.r.156953.8
+4	dry	dry	VERB	B	0		v.change	ewtb.r.156953.8
+5	it	it	PRON	o	0			ewtb.r.156953.8
+6	out	out	ADP	I	4			ewtb.r.156953.8
+7	and	and	CONJ	O	0			ewtb.r.156953.8
+8	i	i	PRON	O	0			ewtb.r.156953.8
+9	have	have	VERB	B	0			ewtb.r.156953.8
+10	to	to	PART	I	9			ewtb.r.156953.8
+11	wait	wait	VERB	O	0		v.cognition	ewtb.r.156953.8
+12	until	until	SCONJ	O	0			ewtb.r.156953.8
+13	i	i	PRON	O	0			ewtb.r.156953.8
+14	wash	wash	VERB	O	0		v.body	ewtb.r.156953.8
+15	it	it	PRON	O	0			ewtb.r.156953.8
+16	to	to	PART	O	0			ewtb.r.156953.8
+17	see	see	VERB	O	0		v.perception	ewtb.r.156953.8
+18	what	what	PRON	O	0			ewtb.r.156953.8
+19	it	it	PRON	O	0			ewtb.r.156953.8
+20	will	will	AUX	O	0			ewtb.r.156953.8
+21	look	look	VERB	O	0		v.perception	ewtb.r.156953.8
+22	like	like	ADP	O	0			ewtb.r.156953.8
+23	in	in	ADP	O	0			ewtb.r.156953.8
+24	its	it	PRON	O	0			ewtb.r.156953.8
+25	natural	natural	ADJ	O	0			ewtb.r.156953.8
+26	state	state	NOUN	O	0		n.state	ewtb.r.156953.8
+27	.	.	PUNCT	O	0			ewtb.r.156953.8
+
+1	But	but	CONJ	O	0			ewtb.r.156953.9
+2	she	she	PRON	O	0			ewtb.r.156953.9
+3	did	do	VERB	O	0		v.stative	ewtb.r.156953.9
+4	a	a	DET	O	0			ewtb.r.156953.9
+5	fabulous	fabulous	ADJ	O	0			ewtb.r.156953.9
+6	job	job	NOUN	O	0		n.act	ewtb.r.156953.9
+7	letting	let	VERB	B	0		v.communication	ewtb.r.156953.9
+8	me	me	PRON	o	0			ewtb.r.156953.9
+9	know	know	VERB	I	7			ewtb.r.156953.9
+10	what	what	PRON	O	0			ewtb.r.156953.9
+11	she	she	PRON	O	0			ewtb.r.156953.9
+12	was	be	AUX	O	0			ewtb.r.156953.9
+13	doing	do	VERB	O	0		v.stative	ewtb.r.156953.9
+14	at	at	ADP	O	0			ewtb.r.156953.9
+15	all	all	DET	O	0			ewtb.r.156953.9
+16	times	times	NOUN	O	0		n.event	ewtb.r.156953.9
+17	and	and	CONJ	O	0			ewtb.r.156953.9
+18	styled	style	VERB	O	0		v.body	ewtb.r.156953.9
+19	my	my	PRON	O	0			ewtb.r.156953.9
+20	hair	hair	NOUN	O	0		n.body	ewtb.r.156953.9
+21	in	in	ADP	O	0			ewtb.r.156953.9
+22	a	a	DET	O	0			ewtb.r.156953.9
+23	way	way	NOUN	O	0			ewtb.r.156953.9
+24	i	i	PRON	O	0			ewtb.r.156953.9
+25	could	could	AUX	O	0			ewtb.r.156953.9
+26	do	do	VERB	O	0		v.stative	ewtb.r.156953.9
+27	it	it	PRON	O	0			ewtb.r.156953.9
+28	at	at	ADP	O	0			ewtb.r.156953.9
+29	home	home	NOUN	O	0		n.location	ewtb.r.156953.9
+30	.	.	PUNCT	O	0			ewtb.r.156953.9
+
+1	It	it	PRON	O	0			ewtb.r.156953.10
+2	was	be	VERB	O	0		v.stative	ewtb.r.156953.10
+3	n't	n't	PART	O	0			ewtb.r.156953.10
+4	completly	completly	ADV	O	0			ewtb.r.156953.10
+5	impossible	impossible	ADJ	O	0			ewtb.r.156953.10
+6	!!!!	!!!!	PUNCT	O	0			ewtb.r.156953.10
+
+1	I	i	PRON	O	0			ewtb.r.156953.11
+2	am	be	AUX	O	0			ewtb.r.156953.11
+3	definitely	definitely	ADV	O	0			ewtb.r.156953.11
+4	going	go	VERB	O	0		v.motion	ewtb.r.156953.11
+5	back	back	ADV	O	0			ewtb.r.156953.11
+
+1	Over	over	X	B	0		v.possession	ewtb.r.162253.1
+2	charged	charge	VERB	I	1			ewtb.r.162253.1
+3	.	.	PUNCT	O	0			ewtb.r.162253.1
+
+1	I	i	PRON	O	0			ewtb.r.162253.2
+2	used	use	VERB	O	0		v.possession	ewtb.r.162253.2
+3	my	my	PRON	O	0			ewtb.r.162253.2
+4	card	card	NOUN	O	0		n.possession	ewtb.r.162253.2
+5	to	to	PART	O	0			ewtb.r.162253.2
+6	purchase	purchase	VERB	O	0		v.possession	ewtb.r.162253.2
+7	a	a	DET	O	0			ewtb.r.162253.2
+8	meal	meal	NOUN	O	0		n.food	ewtb.r.162253.2
+9	on	on	ADP	O	0			ewtb.r.162253.2
+10	the	the	DET	O	0			ewtb.r.162253.2
+11	menu	menu	NOUN	O	0		n.communication	ewtb.r.162253.2
+12	and	and	CONJ	O	0			ewtb.r.162253.2
+13	the	the	DET	O	0			ewtb.r.162253.2
+14	total	total	NOUN	O	0		n.possession	ewtb.r.162253.2
+15	on	on	ADP	O	0			ewtb.r.162253.2
+16	my	my	PRON	O	0			ewtb.r.162253.2
+17	receipt	receipt	NOUN	O	0		n.possession	ewtb.r.162253.2
+18	was	be	VERB	O	0		v.stative	ewtb.r.162253.2
+19	$	$	SYM	O	0			ewtb.r.162253.2
+20	8.95	8.95	NUM	O	0			ewtb.r.162253.2
+21	but	but	CONJ	O	0			ewtb.r.162253.2
+22	when	when	ADV	O	0			ewtb.r.162253.2
+23	I	i	PRON	O	0			ewtb.r.162253.2
+24	went	go	VERB	O	0		v.communication	ewtb.r.162253.2
+25	on	on	ADP	B	0			ewtb.r.162253.2
+26	line	line	NOUN	I	25			ewtb.r.162253.2
+27	to	to	PART	O	0			ewtb.r.162253.2
+28	check	check	VERB	O	0		v.cognition	ewtb.r.162253.2
+29	my	my	PRON	O	0			ewtb.r.162253.2
+30	transaction	transaction	NOUN	O	0		n.possession	ewtb.r.162253.2
+31	it	it	PRON	O	0			ewtb.r.162253.2
+32	show	show	VERB	O	0		v.stative	ewtb.r.162253.2
+33	$	$	SYM	O	0			ewtb.r.162253.2
+34	10.74	10.74	NUM	O	0			ewtb.r.162253.2
+35	.	.	PUNCT	O	0			ewtb.r.162253.2
+
+1	There	there	PRON	O	0			ewtb.r.162253.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.162253.3
+3	something	something	NOUN	O	0			ewtb.r.162253.3
+4	wrong	wrong	ADJ	O	0			ewtb.r.162253.3
+5	or	or	CONJ	O	0			ewtb.r.162253.3
+6	maybe	maybe	ADV	O	0			ewtb.r.162253.3
+7	the	the	DET	O	0			ewtb.r.162253.3
+8	individual	individual	NOUN	O	0		n.person	ewtb.r.162253.3
+9	made	make	VERB	B	0		v.cognition	ewtb.r.162253.3
+10	a	a	DET	o	0			ewtb.r.162253.3
+11	mistake	mistake	NOUN	I	9			ewtb.r.162253.3
+12	but	but	CONJ	O	0			ewtb.r.162253.3
+13	to	to	ADP	O	0			ewtb.r.162253.3
+14	me	me	PRON	O	0			ewtb.r.162253.3
+15	that	that	DET	O	0			ewtb.r.162253.3
+16	is	be	VERB	O	0		v.stative	ewtb.r.162253.3
+17	not	not	PART	O	0			ewtb.r.162253.3
+18	integrity	integrity	NOUN	O	0		n.attribute	ewtb.r.162253.3
+19	.	.	PUNCT	O	0			ewtb.r.162253.3
+
+1	Great	great	ADJ	O	0			ewtb.r.163250.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.163250.1
+
+1	These	these	DET	O	0			ewtb.r.163250.2
+2	people	person	NOUN	O	0		n.person	ewtb.r.163250.2
+3	were	be	VERB	O	0		v.stative	ewtb.r.163250.2
+4	so	so	ADV	O	0			ewtb.r.163250.2
+5	helpful	helpful	ADJ	O	0			ewtb.r.163250.2
+6	this	this	DET	O	0			ewtb.r.163250.2
+7	week	week	NOUN	O	0		n.event	ewtb.r.163250.2
+8	and	and	CONJ	O	0			ewtb.r.163250.2
+9	did	do	VERB	O	0		v.stative	ewtb.r.163250.2
+10	everything	everything	NOUN	O	0			ewtb.r.163250.2
+11	to	to	PART	O	0			ewtb.r.163250.2
+12	sort	sort	VERB	B	0		v.cognition	ewtb.r.163250.2
+13	out	out	ADP	I	12			ewtb.r.163250.2
+14	my	my	PRON	O	0			ewtb.r.163250.2
+15	windscreen	windscreen	NOUN	O	0		n.artifact	ewtb.r.163250.2
+16	and	and	CONJ	O	0			ewtb.r.163250.2
+17	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.163250.2
+18	.	.	PUNCT	O	0			ewtb.r.163250.2
+
+1	It	it	PRON	O	0			ewtb.r.163250.3
+2	was	be	AUX	O	0			ewtb.r.163250.3
+3	all	all	ADV	O	0			ewtb.r.163250.3
+4	sorted	sort	VERB	O	0		v.cognition	ewtb.r.163250.3
+5	with	with	ADP	O	0			ewtb.r.163250.3
+6	no	no	DET	O	0			ewtb.r.163250.3
+7	hassle	hassle	NOUN	O	0		n.cognition	ewtb.r.163250.3
+8	at	at	ADV	B	0			ewtb.r.163250.3
+9	all	all	ADV	I	8			ewtb.r.163250.3
+10	and	and	CONJ	O	0			ewtb.r.163250.3
+11	I	i	PRON	O	0			ewtb.r.163250.3
+12	'm	'm	VERB	O	0		v.stative	ewtb.r.163250.3
+13	really	really	ADV	O	0			ewtb.r.163250.3
+14	grateful	grateful	ADJ	O	0			ewtb.r.163250.3
+15	-	-	PUNCT	O	0			ewtb.r.163250.3
+16	they	they	PRON	O	0			ewtb.r.163250.3
+17	were	be	VERB	O	0		v.stative	ewtb.r.163250.3
+18	fab	fab	ADJ	O	0			ewtb.r.163250.3
+19	.	.	PUNCT	O	0			ewtb.r.163250.3
+
+1	The	the	DET	O	0			ewtb.r.163250.4
+2	best	best	ADJ	O	0			ewtb.r.163250.4
+3	customer	customer	NOUN	B	0		n.act	ewtb.r.163250.4
+4	service	service	NOUN	I	3			ewtb.r.163250.4
+5	I	i	PRON	O	0			ewtb.r.163250.4
+6	've	've	AUX	O	0			ewtb.r.163250.4
+7	come	come	VERB	B	0		v.cognition	ewtb.r.163250.4
+8	across	across	ADP	I	7			ewtb.r.163250.4
+9	for	for	ADP	O	0			ewtb.r.163250.4
+10	long	long	ADJ	O	0			ewtb.r.163250.4
+11	time	time	NOUN	O	0		n.time	ewtb.r.163250.4
+12	.	.	PUNCT	O	0			ewtb.r.163250.4
+
+1	NEVER	never	ADV	O	0			ewtb.r.170650.1
+2	fear	fear	VERB	O	0		v.emotion	ewtb.r.170650.1
+3	going	go	VERB	O	0		v.motion	ewtb.r.170650.1
+4	to	to	ADP	O	0			ewtb.r.170650.1
+5	the	the	DET	O	0			ewtb.r.170650.1
+6	dentist	dentist	NOUN	O	0		n.person	ewtb.r.170650.1
+7	again	again	ADV	O	0			ewtb.r.170650.1
+8	!	!	PUNCT	O	0			ewtb.r.170650.1
+
+1	I	i	PRON	O	0			ewtb.r.170650.2
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.170650.2
+3	61	61	NUM	O	0			ewtb.r.170650.2
+4	years	years	NOUN	B	0			ewtb.r.170650.2
+5	old	old	ADJ	I	4			ewtb.r.170650.2
+6	and	and	CONJ	O	0			ewtb.r.170650.2
+7	have	have	VERB	O	0		v.stative	ewtb.r.170650.2
+8	dental	dental	ADJ	O	0			ewtb.r.170650.2
+9	problems	problem	NOUN	O	0		n.cognition	ewtb.r.170650.2
+10	my	my	PRON	O	0			ewtb.r.170650.2
+11	entire	entire	ADJ	O	0			ewtb.r.170650.2
+12	life	life	NOUN	O	0		n.time	ewtb.r.170650.2
+13	.	.	PUNCT	O	0			ewtb.r.170650.2
+
+1	By	by	ADP	O	0			ewtb.r.170650.3
+2	the	the	DET	O	0			ewtb.r.170650.3
+3	age	age	NOUN	O	0		n.attribute	ewtb.r.170650.3
+4	of	of	ADP	O	0			ewtb.r.170650.3
+5	24	24	NUM	O	0			ewtb.r.170650.3
+6	I	i	PRON	O	0			ewtb.r.170650.3
+7	stopped	stop	VERB	O	0		v.change	ewtb.r.170650.3
+8	going	go	VERB	O	0		v.motion	ewtb.r.170650.3
+9	to	to	ADP	O	0			ewtb.r.170650.3
+10	the	the	DET	O	0			ewtb.r.170650.3
+11	dentist	dentist	NOUN	O	0		n.person	ewtb.r.170650.3
+12	.	.	PUNCT	O	0			ewtb.r.170650.3
+
+1	My	my	PRON	O	0			ewtb.r.170650.4
+2	fear	fear	NOUN	O	0		n.feeling	ewtb.r.170650.4
+3	and	and	CONJ	O	0			ewtb.r.170650.4
+4	discomfort	discomfort	NOUN	O	0		n.feeling	ewtb.r.170650.4
+5	from	from	ADP	O	0			ewtb.r.170650.4
+6	dental	dental	ADJ	B	0		n.act	ewtb.r.170650.4
+7	work	work	NOUN	I	6			ewtb.r.170650.4
+8	scared	scare	VERB	O	0		v.emotion	ewtb.r.170650.4
+9	me	me	PRON	O	0			ewtb.r.170650.4
+10	!	!	PUNCT	O	0			ewtb.r.170650.4
+
+1	It	it	PRON	O	0			ewtb.r.170650.5
+2	took	take	VERB	B	0		v.emotion	ewtb.r.170650.5
+3	all	all	DET	o	0			ewtb.r.170650.5
+4	the	the	DET	o	0			ewtb.r.170650.5
+5	courage	courage	NOUN	I	2			ewtb.r.170650.5
+6	I	i	PRON	O	0			ewtb.r.170650.5
+7	could	could	AUX	O	0			ewtb.r.170650.5
+8	muster	muster	VERB	O	0		v.cognition	ewtb.r.170650.5
+9	to	to	PART	O	0			ewtb.r.170650.5
+10	make	make	VERB	B	0		v.communication	ewtb.r.170650.5
+11	an	an	DET	o	0			ewtb.r.170650.5
+12	appointment	appointment	NOUN	I	10			ewtb.r.170650.5
+13	.	.	PUNCT	O	0			ewtb.r.170650.5
+
+1	At	at	ADP	O	0			ewtb.r.170650.6
+2	the	the	DET	O	0			ewtb.r.170650.6
+3	front	front	ADJ	B	0		n.location	ewtb.r.170650.6
+4	door	door	NOUN	I	3			ewtb.r.170650.6
+5	of	of	ADP	O	0			ewtb.r.170650.6
+6	his	his	PRON	O	0			ewtb.r.170650.6
+7	office	office	NOUN	O	0		n.group	ewtb.r.170650.6
+8	,	,	PUNCT	O	0			ewtb.r.170650.6
+9	I	i	PRON	O	0			ewtb.r.170650.6
+10	nearly	nearly	ADV	O	0			ewtb.r.170650.6
+11	turned	turn	VERB	O	0		v.motion	ewtb.r.170650.6
+12	around	around	ADV	O	0			ewtb.r.170650.6
+13	.	.	PUNCT	O	0			ewtb.r.170650.6
+
+1	I	i	PRON	O	0			ewtb.r.170650.7
+2	considered	consider	VERB	O	0		v.cognition	ewtb.r.170650.7
+3	just	just	ADV	O	0			ewtb.r.170650.7
+4	leaving	leave	VERB	O	0		v.motion	ewtb.r.170650.7
+5	after	after	SCONJ	O	0			ewtb.r.170650.7
+6	going	go	VERB	O	0		v.motion	ewtb.r.170650.7
+7	inside	inside	ADV	O	0			ewtb.r.170650.7
+8	and	and	CONJ	O	0			ewtb.r.170650.7
+9	nearly	nearly	ADV	O	0			ewtb.r.170650.7
+10	did	do	AUX	O	0			ewtb.r.170650.7
+11	.	.	PUNCT	O	0			ewtb.r.170650.7
+
+1	Doctor	doctor	PROPN	B	0		n.person	ewtb.r.170650.8
+2	Gonzales	gonzales	PROPN	I	1			ewtb.r.170650.8
+3	and	and	CONJ	O	0			ewtb.r.170650.8
+4	his	his	PRON	O	0			ewtb.r.170650.8
+5	entire	entire	ADJ	O	0			ewtb.r.170650.8
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.170650.8
+7	are	be	VERB	O	0		v.stative	ewtb.r.170650.8
+8	the	the	DET	O	0			ewtb.r.170650.8
+9	most	most	ADV	O	0			ewtb.r.170650.8
+10	professional	professional	ADJ	O	0			ewtb.r.170650.8
+11	people	person	NOUN	O	0		n.person	ewtb.r.170650.8
+12	I	i	PRON	O	0			ewtb.r.170650.8
+13	have	have	AUX	O	0			ewtb.r.170650.8
+14	ever	ever	ADV	O	0			ewtb.r.170650.8
+15	dealt	deal	VERB	B	0		v.cognition	ewtb.r.170650.8
+16	with	with	ADP	I	15			ewtb.r.170650.8
+17	.	.	PUNCT	O	0			ewtb.r.170650.8
+
+1	They	they	PRON	O	0			ewtb.r.170650.9
+2	made	make	VERB	O	0		v.cognition	ewtb.r.170650.9
+3	me	me	PRON	O	0			ewtb.r.170650.9
+4	feel	feel	VERB	O	0		v.emotion	ewtb.r.170650.9
+5	confident	confident	ADJ	O	0			ewtb.r.170650.9
+6	in	in	SCONJ	O	0			ewtb.r.170650.9
+7	what	what	PRON	O	0			ewtb.r.170650.9
+8	they	they	PRON	O	0			ewtb.r.170650.9
+9	would	would	AUX	O	0			ewtb.r.170650.9
+10	do	do	VERB	O	0		v.stative	ewtb.r.170650.9
+11	,	,	PUNCT	O	0			ewtb.r.170650.9
+12	and	and	CONJ	O	0			ewtb.r.170650.9
+13	treated	treat	VERB	O	0		v.social	ewtb.r.170650.9
+14	me	me	PRON	O	0			ewtb.r.170650.9
+15	like	like	ADP	O	0			ewtb.r.170650.9
+16	a	a	DET	O	0			ewtb.r.170650.9
+17	member	member	NOUN	O	0		n.person	ewtb.r.170650.9
+18	of	of	ADP	O	0			ewtb.r.170650.9
+19	their	their	PRON	O	0			ewtb.r.170650.9
+20	own	own	ADJ	O	0			ewtb.r.170650.9
+21	family	family	NOUN	O	0		n.group	ewtb.r.170650.9
+22	.	.	PUNCT	O	0			ewtb.r.170650.9
+
+1	I	i	PRON	O	0			ewtb.r.170650.10
+2	never	never	ADV	O	0			ewtb.r.170650.10
+3	felt	felt	VERB	O	0		v.perception	ewtb.r.170650.10
+4	pain	pain	NOUN	O	0		n.state	ewtb.r.170650.10
+5	or	or	CONJ	O	0			ewtb.r.170650.10
+6	discomfort	discomfort	NOUN	O	0		n.state	ewtb.r.170650.10
+7	.	.	PUNCT	O	0			ewtb.r.170650.10
+
+1	The	the	DET	O	0			ewtb.r.170650.11
+2	ability	ability	NOUN	O	0		n.cognition	ewtb.r.170650.11
+3	to	to	PART	O	0			ewtb.r.170650.11
+4	smile	smile	VERB	O	0		v.body	ewtb.r.170650.11
+5	and	and	CONJ	O	0			ewtb.r.170650.11
+6	eat	eat	VERB	O	0		v.consumption	ewtb.r.170650.11
+7	again	again	ADV	O	0			ewtb.r.170650.11
+8	can	can	AUX	O	0			ewtb.r.170650.11
+9	only	only	ADV	O	0			ewtb.r.170650.11
+10	be	be	AUX	O	0			ewtb.r.170650.11
+11	described	describe	VERB	O	0		v.communication	ewtb.r.170650.11
+12	as	as	ADP	O	0			ewtb.r.170650.11
+13	a	a	DET	O	0			ewtb.r.170650.11
+14	whole	whole	ADV	O	0			ewtb.r.170650.11
+15	new	new	ADJ	B	0		n.cognition	ewtb.r.170650.11
+16	lease	lease	NOUN	I	15			ewtb.r.170650.11
+17	on	on	ADP	I	16			ewtb.r.170650.11
+18	life	life	NOUN	I	17			ewtb.r.170650.11
+19	.	.	PUNCT	O	0			ewtb.r.170650.11
+
+1	Thank	thank	VERB	B	0			ewtb.r.170650.12
+2	you	you	PRON	I	1			ewtb.r.170650.12
+3	Doctor	doctor	PROPN	B	0		n.person	ewtb.r.170650.12
+4	Gonzales	gonzales	PROPN	I	3			ewtb.r.170650.12
+5	,	,	PUNCT	O	0			ewtb.r.170650.12
+6	Doctor	doctor	PROPN	B	0		n.person	ewtb.r.170650.12
+7	Stout	stout	PROPN	I	6			ewtb.r.170650.12
+8	,	,	PUNCT	O	0			ewtb.r.170650.12
+9	Eva	eva	PROPN	B	0		n.person	ewtb.r.170650.12
+10	Marie	marie	PROPN	I	9			ewtb.r.170650.12
+11	and	and	CONJ	O	0			ewtb.r.170650.12
+12	the	the	DET	O	0			ewtb.r.170650.12
+13	entire	entire	ADJ	O	0			ewtb.r.170650.12
+14	staff	staff	NOUN	O	0		n.group	ewtb.r.170650.12
+15	!	!	PUNCT	O	0			ewtb.r.170650.12
+
+1	They	they	PRON	O	0			ewtb.r.182354.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.182354.3
+3	very	very	ADV	O	0			ewtb.r.182354.3
+4	professional	professional	ADJ	O	0			ewtb.r.182354.3
+5	,	,	PUNCT	O	0			ewtb.r.182354.3
+6	respectful	respectful	ADJ	O	0			ewtb.r.182354.3
+7	,	,	PUNCT	O	0			ewtb.r.182354.3
+8	completed	complete	VERB	O	0		v.change	ewtb.r.182354.3
+9	the	the	DET	O	0			ewtb.r.182354.3
+10	Job	job	NOUN	O	0		n.event	ewtb.r.182354.3
+11	on	on	ADP	B	0			ewtb.r.182354.3
+12	time	time	NOUN	I	11			ewtb.r.182354.3
+13	,	,	PUNCT	O	0			ewtb.r.182354.3
+14	and	and	CONJ	O	0			ewtb.r.182354.3
+15	well	well	ADV	O	0			ewtb.r.182354.3
+16	below	below	ADP	O	0			ewtb.r.182354.3
+17	my	my	PRON	O	0			ewtb.r.182354.3
+18	budget	budget	NOUN	O	0		n.possession	ewtb.r.182354.3
+19	.	.	PUNCT	O	0			ewtb.r.182354.3
+
+1	I	i	PRON	O	0			ewtb.r.190256.2
+2	had	have	VERB	B	0		v.cognition	ewtb.r.190256.2
+3	a	a	DET	I	2			ewtb.r.190256.2
+4	problem	problem	NOUN	I	3			ewtb.r.190256.2
+5	with	with	SCONJ	O	0			ewtb.r.190256.2
+6	the	the	DET	O	0			ewtb.r.190256.2
+7	tile	tile	NOUN	O	0		n.artifact	ewtb.r.190256.2
+8	in	in	ADP	O	0			ewtb.r.190256.2
+9	my	my	PRON	O	0			ewtb.r.190256.2
+10	bathroom	bathroom	NOUN	O	0		n.location	ewtb.r.190256.2
+11	coming	come	VERB	B	0		v.change	ewtb.r.190256.2
+12	apart	apart	ADV	I	11			ewtb.r.190256.2
+13	.	.	PUNCT	O	0			ewtb.r.190256.2
+
+1	We	we	PRON	O	0			ewtb.r.190256.6
+2	have	have	AUX	O	0			ewtb.r.190256.6
+3	had	have	VERB	O	0		v.stative	ewtb.r.190256.6
+4	nothing	nothing	NOUN	B	0			ewtb.r.190256.6
+5	but	but	ADP	I	4			ewtb.r.190256.6
+6	compliments	compliments	NOUN	O	0		n.communication	ewtb.r.190256.6
+7	on	on	ADP	O	0			ewtb.r.190256.6
+8	our	our	PRON	O	0			ewtb.r.190256.6
+9	bathroom	bathroom	NOUN	O	0		n.artifact	ewtb.r.190256.6
+10	when	when	ADV	O	0			ewtb.r.190256.6
+11	guest	guest	NOUN	O	0		n.person	ewtb.r.190256.6
+12	come	come	VERB	B	0		v.motion	ewtb.r.190256.6
+13	over	over	ADV	I	12			ewtb.r.190256.6
+14	-	-	PUNCT	O	0			ewtb.r.190256.6
+15	who	who	PRON	B	0			ewtb.r.190256.6
+16	would	would	AUX	I	15			ewtb.r.190256.6
+17	have	have	AUX	I	16			ewtb.r.190256.6
+18	guessed	guess	VERB	O	0		v.cognition	ewtb.r.190256.6
+19	that	that	DET	O	0			ewtb.r.190256.6
+20	one	one	NOUN	O	0			ewtb.r.190256.6
+21	?	?	PUNCT	O	0			ewtb.r.190256.6
+
+1	I	i	PRON	O	0			ewtb.r.200957.2
+2	have	have	AUX	O	0			ewtb.r.200957.2
+3	been	be	AUX	O	0			ewtb.r.200957.2
+4	growing	grow	VERB	B	0		v.body	ewtb.r.200957.2
+5	my	my	PRON	o	0			ewtb.r.200957.2
+6	hair	hair	NOUN	o	0		n.body	ewtb.r.200957.2
+7	out	out	ADV	I	4			ewtb.r.200957.2
+8	for	for	ADP	O	0			ewtb.r.200957.2
+9	1	1	NUM	O	0			ewtb.r.200957.2
+10	year	year	NOUN	O	0		n.time	ewtb.r.200957.2
+11	plus	plus	ADV	O	0			ewtb.r.200957.2
+12	and	and	CONJ	O	0			ewtb.r.200957.2
+13	went	go	VERB	B	0		v.motion	ewtb.r.200957.2
+14	in	in	ADV	I	13			ewtb.r.200957.2
+15	to	to	PART	O	0			ewtb.r.200957.2
+16	get	get	VERB	O	0		v.stative	ewtb.r.200957.2
+17	1	1	NUM	O	0			ewtb.r.200957.2
+18	inch	inch	NOUN	O	0		n.quantity	ewtb.r.200957.2
+19	taken	take	VERB	B	0		v.body	ewtb.r.200957.2
+20	off	off	ADP	I	19			ewtb.r.200957.2
+21	.	.	PUNCT	O	0			ewtb.r.200957.2
+
+1	It	it	PRON	O	0			ewtb.r.232157.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.232157.3
+3	a	a	DET	O	0			ewtb.r.232157.3
+4	great	great	ADJ	O	0			ewtb.r.232157.3
+5	deal	deal	NOUN	O	0		n.possession	ewtb.r.232157.3
+6	--	--	PUNCT	O	0			ewtb.r.232157.3
+7	we	we	PRON	O	0			ewtb.r.232157.3
+8	paid	pay	VERB	O	0		v.possession	ewtb.r.232157.3
+9	a	a	DET	O	0			ewtb.r.232157.3
+10	certain	certain	ADJ	O	0			ewtb.r.232157.3
+11	amount	amount	NOUN	O	0		n.possession	ewtb.r.232157.3
+12	per	per	ADP	O	0			ewtb.r.232157.3
+13	person	person	NOUN	O	0		n.person	ewtb.r.232157.3
+14	,	,	PUNCT	O	0			ewtb.r.232157.3
+15	and	and	CONJ	O	0			ewtb.r.232157.3
+16	my	my	PRON	O	0			ewtb.r.232157.3
+17	husband	husband	NOUN	O	0		n.person	ewtb.r.232157.3
+18	and	and	CONJ	O	0			ewtb.r.232157.3
+19	I	i	PRON	O	0			ewtb.r.232157.3
+20	chose	choose	VERB	O	0		v.cognition	ewtb.r.232157.3
+21	4	4	NUM	O	0			ewtb.r.232157.3
+22	types	type	NOUN	O	0		n.cognition	ewtb.r.232157.3
+23	of	of	ADP	O	0			ewtb.r.232157.3
+24	pizza	pizza	NOUN	O	0		n.food	ewtb.r.232157.3
+25	and	and	CONJ	O	0			ewtb.r.232157.3
+26	the	the	DET	O	0			ewtb.r.232157.3
+27	servers	server	NOUN	O	0		n.person	ewtb.r.232157.3
+28	brought	bring	VERB	O	0		v.motion	ewtb.r.232157.3
+29	out	out	ADV	O	0			ewtb.r.232157.3
+30	as	as	ADV	O	0			ewtb.r.232157.3
+31	much	much	ADJ	O	0			ewtb.r.232157.3
+32	as	as	SCONJ	O	0			ewtb.r.232157.3
+33	we	we	PRON	O	0			ewtb.r.232157.3
+34	wanted	want	VERB	O	0		v.cognition	ewtb.r.232157.3
+35	.	.	PUNCT	O	0			ewtb.r.232157.3
+
+1	Susanna	susanna	PROPN	O	0		n.person	ewtb.r.251755.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.251755.2
+3	the	the	DET	O	0			ewtb.r.251755.2
+4	best	best	ADJ	O	0			ewtb.r.251755.2
+5	dress	dress	NOUN	B	0		n.person	ewtb.r.251755.2
+6	maker	maker	NOUN	I	5			ewtb.r.251755.2
+7	/	/	PUNCT	O	0			ewtb.r.251755.2
+8	tailor	tailor	NOUN	O	0		n.person	ewtb.r.251755.2
+9	I	i	PRON	O	0			ewtb.r.251755.2
+10	've	've	AUX	O	0			ewtb.r.251755.2
+11	ever	ever	ADV	O	0			ewtb.r.251755.2
+12	come	come	VERB	B	0		v.stative	ewtb.r.251755.2
+13	across	across	ADP	I	12			ewtb.r.251755.2
+14	in	in	ADP	O	0			ewtb.r.251755.2
+15	my	my	PRON	O	0			ewtb.r.251755.2
+16	whole	whole	ADJ	O	0			ewtb.r.251755.2
+17	life	life	NOUN	O	0		n.cognition	ewtb.r.251755.2
+18	!	!	PUNCT	O	0			ewtb.r.251755.2
+
+1	home	home	NOUN	B	0		n.group	ewtb.r.351950.2
+2	team	team	NOUN	I	1			ewtb.r.351950.2
+3	-	-	PUNCT	O	0			ewtb.r.351950.2
+4	thanks	thanks	NOUN	O	0			ewtb.r.351950.2
+5	4	4	SCONJ	O	0			ewtb.r.351950.2
+6	playin	playin	VERB	O	0		v.social	ewtb.r.351950.2
+7	!!!	!!!	PUNCT	O	0			ewtb.r.351950.2
+
+1	as	as	ADP	B	0			ewtb.r.217359.6
+2	an	an	DET	I	1			ewtb.r.217359.6
+3	example	example	NOUN	I	2			ewtb.r.217359.6
+4	they	they	PRON	O	0			ewtb.r.217359.6
+5	took	take	VERB	O	0		v.possession	ewtb.r.217359.6
+6	payment	payment	NOUN	O	0		n.possession	ewtb.r.217359.6
+7	for	for	ADP	O	0			ewtb.r.217359.6
+8	5	5	NUM	O	0			ewtb.r.217359.6
+9	out	out	ADP	B	0			ewtb.r.217359.6
+10	of	of	ADP	I	9			ewtb.r.217359.6
+11	6	6	NUM	O	0			ewtb.r.217359.6
+12	monthly	monthly	ADJ	O	0			ewtb.r.217359.6
+13	plan	plan	NOUN	O	0		n.cognition	ewtb.r.217359.6
+14	premiums	premium	NOUN	O	0		n.possession	ewtb.r.217359.6
+15	for	for	ADP	O	0			ewtb.r.217359.6
+16	a	a	DET	O	0			ewtb.r.217359.6
+17	yearly	yearly	ADJ	O	0			ewtb.r.217359.6
+18	policy	policy	NOUN	O	0		n.possession	ewtb.r.217359.6
+19	and	and	CONJ	O	0			ewtb.r.217359.6
+20	cancelled	cancel	VERB	O	0		v.change	ewtb.r.217359.6
+21	the	the	DET	O	0			ewtb.r.217359.6
+22	contract	contract	NOUN	O	0		n.possession	ewtb.r.217359.6
+23	for	for	ADP	O	0			ewtb.r.217359.6
+24	the	the	DET	O	0			ewtb.r.217359.6
+25	remainder	remainder	NOUN	O	0		n.relation	ewtb.r.217359.6
+26	of	of	ADP	O	0			ewtb.r.217359.6
+27	the	the	DET	O	0			ewtb.r.217359.6
+28	policy	policy	NOUN	O	0		n.possession	ewtb.r.217359.6
+29	for	for	ADP	O	0			ewtb.r.217359.6
+30	reasons	reason	NOUN	O	0		n.cognition	ewtb.r.217359.6
+31	they	they	PRON	O	0			ewtb.r.217359.6
+32	stated	state	VERB	O	0		v.communication	ewtb.r.217359.6
+33	was	be	AUX	O	0			ewtb.r.217359.6
+34	not	not	PART	O	0			ewtb.r.217359.6
+35	receiving	receive	VERB	O	0		v.communication	ewtb.r.217359.6
+36	information	information	NOUN	O	0		n.communication	ewtb.r.217359.6
+37	on	on	ADP	O	0			ewtb.r.217359.6
+38	other	other	ADJ	O	0			ewtb.r.217359.6
+39	licensed	license	VERB	O	0		v.cognition	ewtb.r.217359.6
+40	drivers	driver	NOUN	O	0		n.person	ewtb.r.217359.6
+41	in	in	ADP	O	0			ewtb.r.217359.6
+42	the	the	DET	O	0			ewtb.r.217359.6
+43	household	household	NOUN	O	0		n.group	ewtb.r.217359.6
+44	?	?	PUNCT	O	0			ewtb.r.217359.6
+
+1	I	i	PRON	O	0			ewtb.r.341750.4
+2	felt	felt	VERB	O	0		v.cognition	ewtb.r.341750.4
+3	as	as	ADP	B	0			ewtb.r.341750.4
+4	if	if	SCONJ	I	3			ewtb.r.341750.4
+5	I	i	PRON	O	0			ewtb.r.341750.4
+6	was	be	VERB	O	0		v.stative	ewtb.r.341750.4
+7	in	in	ADP	O	0			ewtb.r.341750.4
+8	an	an	DET	O	0			ewtb.r.341750.4
+9	over	over	X	B	0			ewtb.r.341750.4
+10	priced	priced	ADJ	I	9			ewtb.r.341750.4
+11	Olive	olive	PROPN	B	0		n.group	ewtb.r.341750.4
+12	Garden	garden	PROPN	I	11			ewtb.r.341750.4
+13	.	.	PUNCT	O	0			ewtb.r.341750.4
+
+1	in	in	ADP	B	0			ewtb.r.351058.6
+2	my	my	PRON	I	1			ewtb.r.351058.6
+3	opinon	opinon	NOUN	I	2			ewtb.r.351058.6
+4	this	this	DET	O	0			ewtb.r.351058.6
+5	place	place	NOUN	O	0		n.group	ewtb.r.351058.6
+6	should	should	AUX	O	0			ewtb.r.351058.6
+7	be	be	AUX	O	0			ewtb.r.351058.6
+8	shut	shut	VERB	B	0		v.change	ewtb.r.351058.6
+9	down	down	ADP	I	8			ewtb.r.351058.6
+10	by	by	ADP	O	0			ewtb.r.351058.6
+11	the	the	DET	O	0			ewtb.r.351058.6
+12	health	health	NOUN	B	0		n.person	ewtb.r.351058.6
+13	inspector	inspector	NOUN	I	12			ewtb.r.351058.6
+14	,	,	PUNCT	O	0			ewtb.r.351058.6
+15	and	and	CONJ	O	0			ewtb.r.351058.6
+16	anyone	anyone	NOUN	O	0			ewtb.r.351058.6
+17	who	who	PRON	O	0			ewtb.r.351058.6
+18	is	be	VERB	O	0		v.stative	ewtb.r.351058.6
+19	satisfied	satisfied	ADJ	O	0			ewtb.r.351058.6
+20	with	with	ADP	O	0			ewtb.r.351058.6
+21	there	there	PRON	O	0			ewtb.r.351058.6
+22	service	service	NOUN	O	0		n.act	ewtb.r.351058.6
+23	and	and	CONJ	O	0			ewtb.r.351058.6
+24	food	food	NOUN	O	0		n.food	ewtb.r.351058.6
+25	has	have	AUX	O	0			ewtb.r.351058.6
+26	never	never	ADV	O	0			ewtb.r.351058.6
+27	eaten	eat	VERB	O	0		v.consumption	ewtb.r.351058.6
+28	at	at	ADP	O	0			ewtb.r.351058.6
+29	a	a	DET	O	0			ewtb.r.351058.6
+30	real	real	ADJ	O	0			ewtb.r.351058.6
+31	asian	asian	ADJ	O	0			ewtb.r.351058.6
+32	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.351058.6
+33	.	.	PUNCT	O	0			ewtb.r.351058.6
+
+1	Not	not	PART	O	0			ewtb.r.364454.4
+2	only	only	ADV	O	0			ewtb.r.364454.4
+3	were	be	VERB	O	0		v.stative	ewtb.r.364454.4
+4	my	my	PRON	O	0			ewtb.r.364454.4
+5	wife	wife	NOUN	O	0		n.person	ewtb.r.364454.4
+6	and	and	CONJ	O	0			ewtb.r.364454.4
+7	I	i	PRON	O	0			ewtb.r.364454.4
+8	very	very	ADV	O	0			ewtb.r.364454.4
+9	pleased	pleased	ADJ	O	0			ewtb.r.364454.4
+10	,	,	PUNCT	O	0			ewtb.r.364454.4
+11	but	but	CONJ	O	0			ewtb.r.364454.4
+12	I	i	PRON	O	0			ewtb.r.364454.4
+13	also	also	ADV	O	0			ewtb.r.364454.4
+14	had	have	VERB	O	0		v.stative	ewtb.r.364454.4
+15	the	the	DET	O	0			ewtb.r.364454.4
+16	air	air	NOUN	B	0		n.artifact	ewtb.r.364454.4
+17	duct	duct	NOUN	I	16			ewtb.r.364454.4
+18	quality	quality	NOUN	O	0		n.cognition	ewtb.r.364454.4
+19	tested	test	VERB	O	0		v.cognition	ewtb.r.364454.4
+20	professionally	professionally	ADV	O	0			ewtb.r.364454.4
+21	by	by	ADP	O	0			ewtb.r.364454.4
+22	the	the	DET	O	0			ewtb.r.364454.4
+23	home	home	NOUN	B	0		n.person	ewtb.r.364454.4
+24	inspector	inspector	NOUN	I	23			ewtb.r.364454.4
+25	that	that	DET	O	0			ewtb.r.364454.4
+26	I	i	PRON	O	0			ewtb.r.364454.4
+27	regularly	regularly	ADV	O	0			ewtb.r.364454.4
+28	use	use	VERB	O	0		v.social	ewtb.r.364454.4
+29	,	,	PUNCT	O	0			ewtb.r.364454.4
+30	before	before	ADP	O	0			ewtb.r.364454.4
+31	and	and	CONJ	O	0			ewtb.r.364454.4
+32	after	after	SCONJ	O	0			ewtb.r.364454.4
+33	United	united	PROPN	B	0		n.group	ewtb.r.364454.4
+34	Air	air	PROPN	I	33			ewtb.r.364454.4
+35	Duct	duct	PROPN	I	34			ewtb.r.364454.4
+36	performed	perform	VERB	O	0		v.social	ewtb.r.364454.4
+37	their	their	PRON	O	0			ewtb.r.364454.4
+38	work	work	NOUN	O	0		n.act	ewtb.r.364454.4
+39	.	.	PUNCT	O	0			ewtb.r.364454.4
+
+1	I	i	PRON	O	0			ewtb.r.216456.12
+2	am	be	VERB	O	0		v.stative	ewtb.r.216456.12
+3	sure	sure	ADJ	O	0			ewtb.r.216456.12
+4	this	this	DET	O	0			ewtb.r.216456.12
+5	is	be	VERB	O	0		v.stative	ewtb.r.216456.12
+6	a	a	DET	O	0			ewtb.r.216456.12
+7	good	good	ADJ	O	0			ewtb.r.216456.12
+8	place	place	NOUN	O	0		n.group	ewtb.r.216456.12
+9	to	to	PART	O	0			ewtb.r.216456.12
+10	stay	stay	VERB	O	0		v.motion	ewtb.r.216456.12
+11	from	from	SCONJ	O	0			ewtb.r.216456.12
+12	reading	read	VERB	O	0		v.communication	ewtb.r.216456.12
+13	the	the	DET	O	0			ewtb.r.216456.12
+14	other	other	ADJ	O	0			ewtb.r.216456.12
+15	reviews	review	NOUN	O	0		n.communication	ewtb.r.216456.12
+16	,	,	PUNCT	O	0			ewtb.r.216456.12
+17	but	but	CONJ	O	0			ewtb.r.216456.12
+18	if	if	SCONJ	O	0			ewtb.r.216456.12
+19	something	something	NOUN	O	0			ewtb.r.216456.12
+20	unexpected	unexpected	ADJ	O	0			ewtb.r.216456.12
+21	happens	happen	VERB	O	0		v.stative	ewtb.r.216456.12
+22	in	in	ADP	O	0			ewtb.r.216456.12
+23	your	your	PRON	O	0			ewtb.r.216456.12
+24	life	life	NOUN	O	0		n.cognition	ewtb.r.216456.12
+25	,	,	PUNCT	O	0			ewtb.r.216456.12
+26	they	they	PRON	O	0			ewtb.r.216456.12
+27	will	will	AUX	O	0			ewtb.r.216456.12
+28	not	not	PART	O	0			ewtb.r.216456.12
+29	care	care	VERB	O	0		v.cognition	ewtb.r.216456.12
+30	.	.	PUNCT	O	0			ewtb.r.216456.12
+
+1	In	in	ADP	O	0			ewtb.r.216456.10
+2	one	one	NUM	O	0			ewtb.r.216456.10
+3	of	of	ADP	O	0			ewtb.r.216456.10
+4	the	the	DET	O	0			ewtb.r.216456.10
+5	emails	email	NOUN	O	0		n.communication	ewtb.r.216456.10
+6	I	i	PRON	O	0			ewtb.r.216456.10
+7	attached	attach	VERB	O	0		v.contact	ewtb.r.216456.10
+8	the	the	DET	O	0			ewtb.r.216456.10
+9	letter	letter	NOUN	O	0		n.communication	ewtb.r.216456.10
+10	from	from	ADP	O	0			ewtb.r.216456.10
+11	the	the	DET	O	0			ewtb.r.216456.10
+12	Vet	vet	NOUN	O	0		n.person	ewtb.r.216456.10
+13	's	's	PART	O	0			ewtb.r.216456.10
+14	that	that	DET	O	0			ewtb.r.216456.10
+15	expressed	express	VERB	O	0		v.communication	ewtb.r.216456.10
+16	their	their	PRON	O	0			ewtb.r.216456.10
+17	sympathy	sympathy	NOUN	O	0		n.feeling	ewtb.r.216456.10
+18	,	,	PUNCT	O	0			ewtb.r.216456.10
+19	this	this	DET	O	0			ewtb.r.216456.10
+20	hotel	hotel	NOUN	O	0		n.group	ewtb.r.216456.10
+21	did	do	VERB	O	0		v.stative	ewtb.r.216456.10
+22	nothing	nothing	NOUN	O	0			ewtb.r.216456.10
+23	.	.	PUNCT	O	0			ewtb.r.216456.10
+
+1	Marek	marek	PROPN	B	0		n.person	ewtb.r.201156.3
+2	Dzida	dzida	PROPN	I	1			ewtb.r.201156.3
+3	the	the	DET	O	0			ewtb.r.201156.3
+4	owner	owner	NOUN	O	0		n.person	ewtb.r.201156.3
+5	and	and	CONJ	O	0			ewtb.r.201156.3
+6	photographer	photographer	NOUN	O	0		n.person	ewtb.r.201156.3
+7	puts	put	VERB	B	0		v.emotion	ewtb.r.201156.3
+8	whole	whole	ADJ	o	0			ewtb.r.201156.3
+9	heart	heart	NOUN	I	7			ewtb.r.201156.3
+10	in	in	ADP	I	9			ewtb.r.201156.3
+11	his	his	PRON	O	0			ewtb.r.201156.3
+12	business	business	NOUN	O	0		n.group	ewtb.r.201156.3
+13	-	-	PUNCT	O	0			ewtb.r.201156.3
+14	If	if	SCONJ	O	0			ewtb.r.201156.3
+15	you	you	PRON	O	0			ewtb.r.201156.3
+16	are	be	VERB	O	0		v.stative	ewtb.r.201156.3
+17	into	into	ADP	O	0			ewtb.r.201156.3
+18	old	old	ADJ	B	0		n.cognition	ewtb.r.201156.3
+19	fashion	fashion	NOUN	I	18			ewtb.r.201156.3
+20	(	(	PUNCT	O	0			ewtb.r.201156.3
+21	Not	not	PART	O	0			ewtb.r.201156.3
+22	Digital	digital	ADJ	O	0			ewtb.r.201156.3
+23	)	)	PUNCT	O	0			ewtb.r.201156.3
+24	quality	quality	ADJ	O	0			ewtb.r.201156.3
+25	photography	photography	NOUN	O	0		n.cognition	ewtb.r.201156.3
+26	this	this	DET	O	0			ewtb.r.201156.3
+27	is	be	VERB	O	0		v.stative	ewtb.r.201156.3
+28	best	best	ADJ	O	0			ewtb.r.201156.3
+29	place	place	NOUN	O	0		n.group	ewtb.r.201156.3
+30	in	in	ADP	O	0			ewtb.r.201156.3
+31	Long	long	PROPN	B	0		n.location	ewtb.r.201156.3
+32	Beach	beach	PROPN	I	31			ewtb.r.201156.3
+33	as	as	SCONJ	O	0			ewtb.r.201156.3
+34	I	i	PRON	O	0			ewtb.r.201156.3
+35	think	think	VERB	O	0		v.cognition	ewtb.r.201156.3
+36	not	not	PART	O	0			ewtb.r.201156.3
+37	many	many	ADJ	O	0			ewtb.r.201156.3
+38	folks	folks	NOUN	O	0		n.person	ewtb.r.201156.3
+39	can	can	AUX	O	0			ewtb.r.201156.3
+40	do	do	VERB	O	0		v.stative	ewtb.r.201156.3
+41	affordable	affordable	ADJ	O	0			ewtb.r.201156.3
+42	traditional	traditional	ADJ	O	0			ewtb.r.201156.3
+43	photos	photo	NOUN	O	0		n.artifact	ewtb.r.201156.3
+44	anymore	anymore	ADV	O	0			ewtb.r.201156.3
+45	I	i	PRON	O	0			ewtb.r.201156.3
+46	know	know	VERB	O	0		v.cognition	ewtb.r.201156.3
+47	Marek	marek	PROPN	O	0		n.person	ewtb.r.201156.3
+48	personaly	personaly	ADV	O	0			ewtb.r.201156.3
+49	and	and	CONJ	O	0			ewtb.r.201156.3
+50	I	i	PRON	O	0			ewtb.r.201156.3
+51	will	will	AUX	O	0			ewtb.r.201156.3
+52	always	always	ADV	O	0			ewtb.r.201156.3
+53	recommend	recommend	VERB	O	0		v.communication	ewtb.r.201156.3
+54	him	him	PRON	O	0			ewtb.r.201156.3
+
+1	My	my	PRON	O	0			ewtb.r.216456.4
+2	friend	friend	NOUN	O	0		n.person	ewtb.r.216456.4
+3	called	call	VERB	O	0		v.communication	ewtb.r.216456.4
+4	the	the	DET	O	0			ewtb.r.216456.4
+5	hotel	hotel	NOUN	O	0		n.group	ewtb.r.216456.4
+6	to	to	PART	O	0			ewtb.r.216456.4
+7	cancel	cancel	VERB	O	0		v.change	ewtb.r.216456.4
+8	our	our	PRON	O	0			ewtb.r.216456.4
+9	room	room	NOUN	O	0		n.cognition	ewtb.r.216456.4
+10	as	as	ADV	B	0			ewtb.r.216456.4
+11	soon	soon	ADV	I	10			ewtb.r.216456.4
+12	as	as	SCONJ	I	11			ewtb.r.216456.4
+13	I	i	PRON	O	0			ewtb.r.216456.4
+14	called	call	VERB	O	0		v.communication	ewtb.r.216456.4
+15	her	her	PRON	O	0			ewtb.r.216456.4
+16	.	.	PUNCT	O	0			ewtb.r.216456.4
+
+1	Worst	worst	ADJ	O	0			ewtb.r.307250.2
+2	buffet	buffet	NOUN	O	0		n.food	ewtb.r.307250.2
+3	period	period	NOUN	O	0			ewtb.r.307250.2
+4	by	by	ADP	B	0			ewtb.r.307250.2
+5	far	far	ADV	I	4			ewtb.r.307250.2
+6	.	.	PUNCT	O	0			ewtb.r.307250.2
+
+1	Mike	mike	PROPN	O	0		n.person	ewtb.r.182354.4
+2	one	one	NUM	O	0			ewtb.r.182354.4
+3	of	of	ADP	O	0			ewtb.r.182354.4
+4	owners	owner	NOUN	O	0		n.person	ewtb.r.182354.4
+5	was	be	VERB	O	0		v.stative	ewtb.r.182354.4
+6	awesome	awesome	ADJ	O	0			ewtb.r.182354.4
+7	,	,	PUNCT	O	0			ewtb.r.182354.4
+8	he	he	PRON	O	0			ewtb.r.182354.4
+9	explained	explain	VERB	O	0		v.communication	ewtb.r.182354.4
+10	the	the	DET	O	0			ewtb.r.182354.4
+11	detailed	detailed	ADJ	O	0			ewtb.r.182354.4
+12	plan	plan	NOUN	O	0		n.cognition	ewtb.r.182354.4
+13	,	,	PUNCT	O	0			ewtb.r.182354.4
+14	and	and	CONJ	O	0			ewtb.r.182354.4
+15	executed	execute	VERB	O	0		v.change	ewtb.r.182354.4
+16	on	on	ADP	B	0			ewtb.r.182354.4
+17	time	time	NOUN	I	16			ewtb.r.182354.4
+18	,	,	PUNCT	O	0			ewtb.r.182354.4
+19	I	i	PRON	O	0			ewtb.r.182354.4
+20	am	be	AUX	O	0			ewtb.r.182354.4
+21	always	always	ADV	O	0			ewtb.r.182354.4
+22	going	go	VERB	O	0			ewtb.r.182354.4
+23	use	use	VERB	O	0		v.social	ewtb.r.182354.4
+24	them	them	PRON	O	0			ewtb.r.182354.4
+25	and	and	CONJ	O	0			ewtb.r.182354.4
+26	refer	refer	VERB	O	0		v.communication	ewtb.r.182354.4
+27	them	them	PRON	O	0			ewtb.r.182354.4
+28	to	to	ADP	O	0			ewtb.r.182354.4
+29	many	many	ADJ	O	0			ewtb.r.182354.4
+30	friends	friend	NOUN	O	0		n.person	ewtb.r.182354.4
+31	I	i	PRON	O	0			ewtb.r.182354.4
+32	can	can	AUX	O	0			ewtb.r.182354.4
+33	because	because	ADP	B	0			ewtb.r.182354.4
+34	of	of	ADP	I	33			ewtb.r.182354.4
+35	the	the	DET	O	0			ewtb.r.182354.4
+36	great	great	ADJ	O	0			ewtb.r.182354.4
+37	job	job	NOUN	O	0		n.act	ewtb.r.182354.4
+38	they	they	PRON	O	0			ewtb.r.182354.4
+39	did	do	VERB	O	0		v.stative	ewtb.r.182354.4
+40	me	me	PRON	O	0			ewtb.r.182354.4
+41	.	.	PUNCT	O	0			ewtb.r.182354.4
+
+1	My	my	PRON	O	0			ewtb.r.216456.1
+2	friend	friend	NOUN	O	0		n.person	ewtb.r.216456.1
+3	and	and	CONJ	O	0			ewtb.r.216456.1
+4	I	i	PRON	O	0			ewtb.r.216456.1
+5	were	be	VERB	O	0		v.stative	ewtb.r.216456.1
+6	to	to	PART	O	0			ewtb.r.216456.1
+7	stay	stay	VERB	O	0		v.motion	ewtb.r.216456.1
+8	here	here	ADV	O	0			ewtb.r.216456.1
+9	for	for	ADP	O	0			ewtb.r.216456.1
+10	a	a	DET	O	0			ewtb.r.216456.1
+11	girls	girl	NOUN	B	0		n.event	ewtb.r.216456.1
+12	night	night	NOUN	I	11			ewtb.r.216456.1
+13	,	,	PUNCT	O	0			ewtb.r.216456.1
+14	catch	catch	VERB	B	0		v.communication	ewtb.r.216456.1
+15	up	up	ADP	I	14			ewtb.r.216456.1
+16	on	on	ADP	O	0			ewtb.r.216456.1
+17	our	our	PRON	O	0			ewtb.r.216456.1
+18	lives	life	NOUN	O	0		n.time	ewtb.r.216456.1
+19	evening	evening	NOUN	O	0		n.time	ewtb.r.216456.1
+20	.	.	PUNCT	O	0			ewtb.r.216456.1
+
+1	We	we	PRON	O	0			ewtb.r.216456.2
+2	live	live	VERB	O	0		v.social	ewtb.r.216456.2
+3	within	within	ADP	O	0			ewtb.r.216456.2
+4	20	20	NUM	O	0			ewtb.r.216456.2
+5	miles	mile	NOUN	O	0		n.quantity	ewtb.r.216456.2
+6	of	of	ADP	O	0			ewtb.r.216456.2
+7	the	the	DET	O	0			ewtb.r.216456.2
+8	hotel	hotel	NOUN	O	0		n.location	ewtb.r.216456.2
+9	and	and	CONJ	O	0			ewtb.r.216456.2
+10	wanted	want	VERB	O	0		v.cognition	ewtb.r.216456.2
+11	to	to	PART	O	0			ewtb.r.216456.2
+12	get	get	VERB	B	0		v.cognition	ewtb.r.216456.2
+13	away	away	ADV	I	12			ewtb.r.216456.2
+14	from	from	ADP	O	0			ewtb.r.216456.2
+15	our	our	PRON	O	0			ewtb.r.216456.2
+16	responsibilities	responsibility	NOUN	O	0		n.cognition	ewtb.r.216456.2
+17	for	for	ADP	O	0			ewtb.r.216456.2
+18	the	the	DET	O	0			ewtb.r.216456.2
+19	night	night	NOUN	O	0		n.time	ewtb.r.216456.2
+20	.	.	PUNCT	O	0			ewtb.r.216456.2
+
+1	Unfortunalty	unfortunalty	ADV	O	0			ewtb.r.216456.3
+2	my	my	PRON	O	0			ewtb.r.216456.3
+3	husband	husband	NOUN	O	0		n.person	ewtb.r.216456.3
+4	and	and	CONJ	O	0			ewtb.r.216456.3
+5	I	i	PRON	O	0			ewtb.r.216456.3
+6	had	have	VERB	B	0			ewtb.r.216456.3
+7	to	to	PART	I	6			ewtb.r.216456.3
+8	put	put	VERB	B	0		v.body	ewtb.r.216456.3
+9	our	our	PRON	o	0			ewtb.r.216456.3
+10	13	13	NUM	o	0			ewtb.r.216456.3
+11	year	year	NOUN	b	0		n.animal	ewtb.r.216456.3
+12	old	old	ADJ	i	11			ewtb.r.216456.3
+13	lab	lab	NOUN	o	0		n.animal	ewtb.r.216456.3
+14	down	down	ADP	I	8			ewtb.r.216456.3
+15	that	that	DET	O	0			ewtb.r.216456.3
+16	morning	morning	NOUN	O	0		n.time	ewtb.r.216456.3
+17	and	and	CONJ	O	0			ewtb.r.216456.3
+18	we	we	PRON	O	0			ewtb.r.216456.3
+19	were	be	AUX	O	0			ewtb.r.216456.3
+20	not	not	PART	O	0			ewtb.r.216456.3
+21	expecting	expect	VERB	O	0		v.cognition	ewtb.r.216456.3
+22	this	this	DET	O	0			ewtb.r.216456.3
+23	.	.	PUNCT	O	0			ewtb.r.216456.3
+
+1	They	they	PRON	O	0			ewtb.r.216456.5
+2	said	say	VERB	O	0		v.communication	ewtb.r.216456.5
+3	that	that	SCONJ	O	0			ewtb.r.216456.5
+4	we	we	PRON	O	0			ewtb.r.216456.5
+5	were	be	VERB	O	0		v.stative	ewtb.r.216456.5
+6	to	to	PART	O	0			ewtb.r.216456.5
+7	be	be	AUX	O	0			ewtb.r.216456.5
+8	charged	charge	VERB	O	0		v.possession	ewtb.r.216456.5
+9	for	for	ADP	O	0			ewtb.r.216456.5
+10	this	this	DET	O	0			ewtb.r.216456.5
+11	room	room	NOUN	O	0		n.cognition	ewtb.r.216456.5
+12	regardless	regardless	ADV	O	0			ewtb.r.216456.5
+13	because	because	SCONJ	O	0			ewtb.r.216456.5
+14	we	we	PRON	O	0			ewtb.r.216456.5
+15	did	do	AUX	O	0			ewtb.r.216456.5
+16	not	not	PART	O	0			ewtb.r.216456.5
+17	cancel	cancel	VERB	O	0		v.change	ewtb.r.216456.5
+18	within	within	ADP	O	0			ewtb.r.216456.5
+19	the	the	DET	O	0			ewtb.r.216456.5
+20	72	72	NUM	O	0			ewtb.r.216456.5
+21	hours	hours	NOUN	O	0		n.time	ewtb.r.216456.5
+22	.	.	PUNCT	O	0			ewtb.r.216456.5
+
+1	I	i	PRON	O	0			ewtb.r.216456.6
+2	called	call	VERB	B	0		v.communication	ewtb.r.216456.6
+3	them	them	PRON	o	0			ewtb.r.216456.6
+4	back	back	ADV	I	2			ewtb.r.216456.6
+5	a	a	DET	O	0			ewtb.r.216456.6
+6	few	few	ADJ	O	0			ewtb.r.216456.6
+7	hours	hours	NOUN	O	0		n.time	ewtb.r.216456.6
+8	after	after	SCONJ	O	0			ewtb.r.216456.6
+9	putting	put	VERB	B	0		v.body	ewtb.r.216456.6
+10	my	my	PRON	o	0			ewtb.r.216456.6
+11	Bodhi	bodhi	PROPN	o	0		n.animal	ewtb.r.216456.6
+12	down	down	ADP	I	9			ewtb.r.216456.6
+13	and	and	CONJ	O	0			ewtb.r.216456.6
+14	they	they	PRON	O	0			ewtb.r.216456.6
+15	still	still	ADV	O	0			ewtb.r.216456.6
+16	would	would	AUX	O	0			ewtb.r.216456.6
+17	n't	n't	PART	B	0		v.change	ewtb.r.216456.6
+18	budge	budge	VERB	I	17			ewtb.r.216456.6
+19	.	.	PUNCT	O	0			ewtb.r.216456.6
+
+1	Times	times	NOUN	O	0		n.cognition	ewtb.r.216456.7
+2	are	be	VERB	O	0		v.stative	ewtb.r.216456.7
+3	hard	hard	ADJ	O	0			ewtb.r.216456.7
+4	,	,	PUNCT	O	0			ewtb.r.216456.7
+5	I	i	PRON	O	0			ewtb.r.216456.7
+6	know	know	VERB	O	0		v.cognition	ewtb.r.216456.7
+7	,	,	PUNCT	O	0			ewtb.r.216456.7
+8	but	but	CONJ	O	0			ewtb.r.216456.7
+9	they	they	PRON	O	0			ewtb.r.216456.7
+10	had	have	VERB	O	0		v.stative	ewtb.r.216456.7
+11	no	no	DET	O	0			ewtb.r.216456.7
+12	compassion	compassion	NOUN	O	0		n.attribute	ewtb.r.216456.7
+13	.	.	PUNCT	O	0			ewtb.r.216456.7
+
+1	I	i	PRON	O	0			ewtb.r.216456.8
+2	called	call	VERB	O	0		v.communication	ewtb.r.216456.8
+3	3	3	NUM	O	0			ewtb.r.216456.8
+4	times	times	NOUN	O	0		n.event	ewtb.r.216456.8
+5	to	to	PART	O	0			ewtb.r.216456.8
+6	talked	talk	VERB	O	0		v.communication	ewtb.r.216456.8
+7	to	to	ADP	O	0			ewtb.r.216456.8
+8	a	a	DET	O	0			ewtb.r.216456.8
+9	manager	manager	NOUN	O	0		n.person	ewtb.r.216456.8
+10	,	,	PUNCT	O	0			ewtb.r.216456.8
+11	never	never	ADV	O	0			ewtb.r.216456.8
+12	a	a	DET	O	0			ewtb.r.216456.8
+13	call	call	NOUN	B	0		n.act	ewtb.r.216456.8
+14	back	back	ADV	I	13			ewtb.r.216456.8
+15	.	.	PUNCT	O	0			ewtb.r.216456.8
+
+1	I	i	PRON	O	0			ewtb.r.216456.9
+2	emailed	email	VERB	O	0		v.communication	ewtb.r.216456.9
+3	4	4	NUM	O	0			ewtb.r.216456.9
+4	times	times	NOUN	O	0		n.event	ewtb.r.216456.9
+5	,	,	PUNCT	O	0			ewtb.r.216456.9
+6	never	never	ADV	O	0			ewtb.r.216456.9
+7	a	a	DET	O	0			ewtb.r.216456.9
+8	response	response	NOUN	O	0		n.communication	ewtb.r.216456.9
+9	.	.	PUNCT	O	0			ewtb.r.216456.9
+
+1	I	i	PRON	O	0			ewtb.r.216456.11
+2	even	even	ADV	O	0			ewtb.r.216456.11
+3	emailed	email	VERB	O	0		v.communication	ewtb.r.216456.11
+4	Mackinaw	mackinaw	PROPN	B	0		n.group	ewtb.r.216456.11
+5	Tourist	tourist	PROPN	I	4			ewtb.r.216456.11
+6	and	and	CONJ	O	0			ewtb.r.216456.11
+7	nothing	nothing	NOUN	O	0			ewtb.r.216456.11
+8	.	.	PUNCT	O	0			ewtb.r.216456.11
+
+1	This	this	DET	O	0			ewtb.r.217359.1
+2	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.217359.1
+3	co.	co.	NOUN	O	0		n.group	ewtb.r.217359.1
+4	Is	be	VERB	B	0		v.stative	ewtb.r.217359.1
+5	a	a	DET	I	4			ewtb.r.217359.1
+6	joke	joke	NOUN	I	5			ewtb.r.217359.1
+7	!!!	!!!	PUNCT	O	0			ewtb.r.217359.1
+
+1	They	they	PRON	O	0			ewtb.r.217359.2
+2	have	have	VERB	O	0		v.stative	ewtb.r.217359.2
+3	absolutely	absolutely	ADV	O	0			ewtb.r.217359.2
+4	no	no	DET	O	0			ewtb.r.217359.2
+5	communication	communication	NOUN	O	0		n.communication	ewtb.r.217359.2
+6	skills	skill	NOUN	O	0		n.cognition	ewtb.r.217359.2
+7	whatsoever	whatsoever	ADV	O	0			ewtb.r.217359.2
+8	.	.	PUNCT	O	0			ewtb.r.217359.2
+
+1	if	if	SCONJ	O	0			ewtb.r.217359.3
+2	you	you	PRON	O	0			ewtb.r.217359.3
+3	do	do	AUX	O	0			ewtb.r.217359.3
+4	n't	n't	PART	O	0			ewtb.r.217359.3
+5	mind	mind	VERB	O	0		v.emotion	ewtb.r.217359.3
+6	being	be	AUX	O	0			ewtb.r.217359.3
+7	robbed	rob	VERB	O	0		v.possession	ewtb.r.217359.3
+8	,	,	PUNCT	O	0			ewtb.r.217359.3
+9	cheated	cheat	VERB	O	0		v.cognition	ewtb.r.217359.3
+10	or	or	CONJ	O	0			ewtb.r.217359.3
+11	lied	lie	VERB	O	0		v.cognition	ewtb.r.217359.3
+12	to	to	ADP	O	0			ewtb.r.217359.3
+13	then	then	ADV	O	0			ewtb.r.217359.3
+14	this	this	DET	O	0			ewtb.r.217359.3
+15	is	be	VERB	O	0		v.stative	ewtb.r.217359.3
+16	the	the	DET	O	0			ewtb.r.217359.3
+17	company	company	NOUN	O	0		n.group	ewtb.r.217359.3
+18	for	for	ADP	O	0			ewtb.r.217359.3
+19	you	you	PRON	O	0			ewtb.r.217359.3
+20	.	.	PUNCT	O	0			ewtb.r.217359.3
+
+1	They	they	PRON	O	0			ewtb.r.217359.4
+2	will	will	AUX	O	0			ewtb.r.217359.4
+3	make	make	VERB	O	0		v.stative	ewtb.r.217359.4
+4	every	every	DET	O	0			ewtb.r.217359.4
+5	attempt	attempt	NOUN	O	0		n.act	ewtb.r.217359.4
+6	to	to	PART	O	0			ewtb.r.217359.4
+7	misinform	misinform	VERB	O	0		v.communication	ewtb.r.217359.4
+8	and	and	CONJ	O	0			ewtb.r.217359.4
+9	misrepresent	misrepresent	VERB	O	0		v.cognition	ewtb.r.217359.4
+10	themselves	themselves	PRON	O	0			ewtb.r.217359.4
+11	.	.	PUNCT	O	0			ewtb.r.217359.4
+
+1	They	they	PRON	O	0			ewtb.r.217359.5
+2	make	make	VERB	B	0		v.cognition	ewtb.r.217359.5
+3	up	up	ADP	I	2			ewtb.r.217359.5
+4	excuses	excuse	NOUN	O	0		n.communication	ewtb.r.217359.5
+5	in	in	ADP	B	0			ewtb.r.217359.5
+6	hopes	hope	NOUN	I	5			ewtb.r.217359.5
+7	to	to	PART	I	6			ewtb.r.217359.5
+8	confuse	confuse	VERB	O	0		v.cognition	ewtb.r.217359.5
+9	their	their	PRON	O	0			ewtb.r.217359.5
+10	policy	policy	NOUN	O	0		n.possession	ewtb.r.217359.5
+11	holders	holder	NOUN	O	0		n.person	ewtb.r.217359.5
+12	with	with	ADP	O	0			ewtb.r.217359.5
+13	misinformation	misinformation	NOUN	O	0		n.communication	ewtb.r.217359.5
+14	.	.	PUNCT	O	0			ewtb.r.217359.5
+
+1	I	i	PRON	O	0			ewtb.r.217359.7
+2	personally	personally	ADV	O	0			ewtb.r.217359.7
+3	provided	provide	VERB	O	0		v.communication	ewtb.r.217359.7
+4	the	the	DET	O	0			ewtb.r.217359.7
+5	request	request	NOUN	O	0		n.communication	ewtb.r.217359.7
+6	on	on	ADP	O	0			ewtb.r.217359.7
+7	four	four	NUM	O	0			ewtb.r.217359.7
+8	separate	separate	ADJ	O	0			ewtb.r.217359.7
+9	occasions	occasions	NOUN	O	0		n.event	ewtb.r.217359.7
+10	and	and	CONJ	O	0			ewtb.r.217359.7
+11	they	they	PRON	O	0			ewtb.r.217359.7
+12	claim	claim	VERB	O	0		v.communication	ewtb.r.217359.7
+13	there	there	PRON	O	0			ewtb.r.217359.7
+14	is	be	VERB	O	0		v.stative	ewtb.r.217359.7
+15	a	a	DET	O	0			ewtb.r.217359.7
+16	glitch	glitch	NOUN	O	0		n.cognition	ewtb.r.217359.7
+17	in	in	ADP	O	0			ewtb.r.217359.7
+18	their	their	PRON	O	0			ewtb.r.217359.7
+19	systems	system	NOUN	O	0		n.cognition	ewtb.r.217359.7
+20	?	?	PUNCT	O	0			ewtb.r.217359.7
+
+1	Home	home	NOUN	B	0		n.cognition	ewtb.r.241855.1
+2	made	make	VERB	I	1			ewtb.r.241855.1
+3	product	product	NOUN	O	0		n.artifact	ewtb.r.241855.1
+
+1	I	i	PRON	O	0			ewtb.r.241855.2
+2	sometimes	sometimes	ADV	O	0			ewtb.r.241855.2
+3	go	go	VERB	O	0		v.motion	ewtb.r.241855.2
+4	into	into	ADP	O	0			ewtb.r.241855.2
+5	this	this	DET	O	0			ewtb.r.241855.2
+6	store	store	NOUN	O	0		n.group	ewtb.r.241855.2
+7	just	just	ADV	O	0			ewtb.r.241855.2
+8	for	for	ADP	O	0			ewtb.r.241855.2
+9	something	something	NOUN	O	0			ewtb.r.241855.2
+10	to	to	PART	B	0			ewtb.r.241855.2
+11	do	do	VERB	I	10			ewtb.r.241855.2
+12	on	on	ADP	O	0			ewtb.r.241855.2
+13	a	a	DET	O	0			ewtb.r.241855.2
+14	sunday	sunday	PROPN	O	0		n.time	ewtb.r.241855.2
+15	afternoon	afternoon	NOUN	O	0		n.time	ewtb.r.241855.2
+16	.	.	PUNCT	O	0			ewtb.r.241855.2
+
+1	I	i	PRON	O	0			ewtb.r.241855.3
+2	love	love	VERB	O	0		v.emotion	ewtb.r.241855.3
+3	the	the	DET	O	0			ewtb.r.241855.3
+4	people	person	NOUN	O	0		n.person	ewtb.r.241855.3
+5	,	,	PUNCT	O	0			ewtb.r.241855.3
+6	the	the	DET	O	0			ewtb.r.241855.3
+7	product	product	NOUN	O	0		n.artifact	ewtb.r.241855.3
+8	and	and	CONJ	O	0			ewtb.r.241855.3
+9	the	the	DET	O	0			ewtb.r.241855.3
+10	service	service	NOUN	O	0		n.act	ewtb.r.241855.3
+11	!	!	PUNCT	O	0			ewtb.r.241855.3
+
+1	Nothing	nothing	NOUN	O	0			ewtb.r.241855.4
+2	compares	compare	VERB	O	0		v.stative	ewtb.r.241855.4
+3	to	to	ADP	O	0			ewtb.r.241855.4
+4	a	a	DET	O	0			ewtb.r.241855.4
+5	home	home	NOUN	B	0		n.cognition	ewtb.r.241855.4
+6	made	make	VERB	I	5			ewtb.r.241855.4
+7	product	product	NOUN	O	0		n.artifact	ewtb.r.241855.4
+8	that	that	DET	O	0			ewtb.r.241855.4
+9	really	really	ADV	O	0			ewtb.r.241855.4
+10	stands	stand	VERB	B	0		v.stative	ewtb.r.241855.4
+11	the	the	DET	I	10			ewtb.r.241855.4
+12	test	test	NOUN	I	11			ewtb.r.241855.4
+13	of	of	ADP	I	12			ewtb.r.241855.4
+14	time	time	NOUN	I	13			ewtb.r.241855.4
+15	.	.	PUNCT	O	0			ewtb.r.241855.4
+16	-	-	SYM	O	0			ewtb.r.241855.4
+
+1	The	the	DET	B	0		n.group	ewtb.r.241855.5
+2	Brick	brick	PROPN	I	1			ewtb.r.241855.5
+3	,	,	PUNCT	O	0			ewtb.r.241855.5
+4	Ikea	ikea	PROPN	O	0		n.group	ewtb.r.241855.5
+5	,	,	PUNCT	O	0			ewtb.r.241855.5
+6	and	and	CONJ	O	0			ewtb.r.241855.5
+7	Leon	leon	PROPN	B	0		n.group	ewtb.r.241855.5
+8	's	's	PART	I	7			ewtb.r.241855.5
+9	have	have	VERB	O	0		v.stative	ewtb.r.241855.5
+10	their	their	PRON	O	0			ewtb.r.241855.5
+11	place	place	NOUN	O	0		n.group	ewtb.r.241855.5
+12	.	.	PUNCT	O	0			ewtb.r.241855.5
+
+1	But	but	CONJ	O	0			ewtb.r.241855.6
+2	furniture	furniture	NOUN	O	0		n.artifact	ewtb.r.241855.6
+3	like	like	ADP	O	0			ewtb.r.241855.6
+4	this	this	DET	O	0			ewtb.r.241855.6
+5	will	will	AUX	O	0			ewtb.r.241855.6
+6	truly	truly	ADV	O	0			ewtb.r.241855.6
+7	be	be	VERB	O	0		v.stative	ewtb.r.241855.6
+8	around	around	ADV	O	0			ewtb.r.241855.6
+9	forever	forever	ADV	O	0			ewtb.r.241855.6
+10	.	.	PUNCT	O	0			ewtb.r.241855.6
+
+1	local	local	ADJ	O	0			ewtb.r.351950.1
+2	crew	crew	NOUN	O	0		n.group	ewtb.r.351950.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.351950.1
+
+1	the	the	DET	O	0			ewtb.r.354555.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.354555.1
+3	is	be	VERB	O	0		v.stative	ewtb.r.354555.1
+4	quick	quick	ADJ	O	0			ewtb.r.354555.1
+5	.	.	PUNCT	O	0			ewtb.r.354555.1
+
+1	and	and	CONJ	O	0			ewtb.r.354555.2
+2	the	the	DET	O	0			ewtb.r.354555.2
+3	people	person	NOUN	O	0		n.person	ewtb.r.354555.2
+4	are	be	VERB	O	0		v.stative	ewtb.r.354555.2
+5	sweet	sweet	ADJ	O	0			ewtb.r.354555.2
+6	:)	:)	SYM	O	0			ewtb.r.354555.2
+
+1	I	i	PRON	O	0			ewtb.r.190256.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.190256.1
+3	thoroughly	thoroughly	ADV	O	0			ewtb.r.190256.1
+4	impressed	impressed	ADJ	O	0			ewtb.r.190256.1
+5	!	!	PUNCT	O	0			ewtb.r.190256.1
+
+1	I	i	PRON	O	0			ewtb.r.190256.3
+2	called	call	VERB	O	0		v.communication	ewtb.r.190256.3
+3	a	a	DET	O	0			ewtb.r.190256.3
+4	few	few	ADJ	O	0			ewtb.r.190256.3
+5	different	different	ADJ	O	0			ewtb.r.190256.3
+6	businesses	business	NOUN	O	0		n.group	ewtb.r.190256.3
+7	in	in	ADP	O	0			ewtb.r.190256.3
+8	the	the	DET	O	0			ewtb.r.190256.3
+9	area	area	NOUN	O	0		n.location	ewtb.r.190256.3
+10	to	to	PART	O	0			ewtb.r.190256.3
+11	get	get	VERB	O	0		v.communication	ewtb.r.190256.3
+12	estimates	estimate	NOUN	O	0		n.possession	ewtb.r.190256.3
+13	,	,	PUNCT	O	0			ewtb.r.190256.3
+14	they	they	PRON	O	0			ewtb.r.190256.3
+15	were	be	VERB	O	0		v.stative	ewtb.r.190256.3
+16	n't	n't	PART	O	0			ewtb.r.190256.3
+17	the	the	DET	O	0			ewtb.r.190256.3
+18	cheapest	cheap	ADJ	O	0			ewtb.r.190256.3
+19	I	i	PRON	O	0			ewtb.r.190256.3
+20	found	find	VERB	O	0		v.cognition	ewtb.r.190256.3
+21	but	but	CONJ	O	0			ewtb.r.190256.3
+22	very	very	ADV	O	0			ewtb.r.190256.3
+23	reasonable	reasonable	ADJ	O	0			ewtb.r.190256.3
+24	.	.	PUNCT	O	0			ewtb.r.190256.3
+
+1	The	the	DET	O	0			ewtb.r.190256.4
+2	best	best	ADJ	O	0			ewtb.r.190256.4
+3	part	part	NOUN	O	0		n.cognition	ewtb.r.190256.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.190256.4
+5	I	i	PRON	O	0			ewtb.r.190256.4
+6	got	get	VERB	O	0		v.stative	ewtb.r.190256.4
+7	my	my	PRON	O	0			ewtb.r.190256.4
+8	whole	whole	ADJ	O	0			ewtb.r.190256.4
+9	bathroom	bathroom	NOUN	O	0		n.artifact	ewtb.r.190256.4
+10	remodeled	remodel	VERB	O	0		v.change	ewtb.r.190256.4
+11	for	for	ADP	O	0			ewtb.r.190256.4
+12	about	about	ADV	O	0			ewtb.r.190256.4
+13	the	the	DET	O	0			ewtb.r.190256.4
+14	same	same	ADJ	O	0			ewtb.r.190256.4
+15	price	price	NOUN	O	0		n.possession	ewtb.r.190256.4
+16	the	the	DET	O	0			ewtb.r.190256.4
+17	other	other	ADJ	O	0			ewtb.r.190256.4
+18	compan's	compan	NOUN	O	0		n.group	ewtb.r.190256.4
+19	were	be	AUX	O	0			ewtb.r.190256.4
+20	quoting	quote	VERB	O	0		v.possession	ewtb.r.190256.4
+21	just	just	ADV	O	0			ewtb.r.190256.4
+22	to	to	PART	O	0			ewtb.r.190256.4
+23	fix	fix	VERB	O	0		v.change	ewtb.r.190256.4
+24	the	the	DET	O	0			ewtb.r.190256.4
+25	shower	shower	NOUN	O	0		n.artifact	ewtb.r.190256.4
+26	tile	tile	NOUN	O	0		n.artifact	ewtb.r.190256.4
+27	and	and	CONJ	O	0			ewtb.r.190256.4
+28	fixtures	fixture	NOUN	O	0		n.artifact	ewtb.r.190256.4
+29	.	.	PUNCT	O	0			ewtb.r.190256.4
+
+1	They	they	PRON	O	0			ewtb.r.190256.5
+2	had	have	VERB	O	0		v.stative	ewtb.r.190256.5
+3	the	the	DET	O	0			ewtb.r.190256.5
+4	work	work	NOUN	O	0		n.act	ewtb.r.190256.5
+5	done	done	ADJ	O	0			ewtb.r.190256.5
+6	in	in	ADP	O	0			ewtb.r.190256.5
+7	about	about	ADV	O	0			ewtb.r.190256.5
+8	half	half	DET	O	0			ewtb.r.190256.5
+9	the	the	DET	O	0			ewtb.r.190256.5
+10	time	time	NOUN	O	0		n.time	ewtb.r.190256.5
+11	quoted	quote	VERB	O	0		v.possession	ewtb.r.190256.5
+12	which	which	DET	O	0			ewtb.r.190256.5
+13	made	make	VERB	O	0		v.stative	ewtb.r.190256.5
+14	me	me	PRON	O	0			ewtb.r.190256.5
+15	and	and	CONJ	O	0			ewtb.r.190256.5
+16	my	my	PRON	O	0			ewtb.r.190256.5
+17	wife	wife	NOUN	O	0		n.person	ewtb.r.190256.5
+18	extremely	extremely	ADV	O	0			ewtb.r.190256.5
+19	happy	happy	ADJ	O	0			ewtb.r.190256.5
+20	.	.	PUNCT	O	0			ewtb.r.190256.5
+
+1	Very	very	ADV	O	0			ewtb.r.190256.7
+2	nice	nice	ADJ	O	0			ewtb.r.190256.7
+3	work	work	NOUN	O	0		n.act	ewtb.r.190256.7
+4	and	and	CONJ	O	0			ewtb.r.190256.7
+5	friendly	friendly	ADJ	O	0			ewtb.r.190256.7
+6	guys	guy	NOUN	O	0		n.group	ewtb.r.190256.7
+7	too	too	ADV	O	0			ewtb.r.190256.7
+8	.	.	PUNCT	O	0			ewtb.r.190256.7
+
+1	Best	best	ADJ	O	0			ewtb.r.190256.8
+2	money	money	NOUN	O	0		n.possession	ewtb.r.190256.8
+3	I	i	PRON	O	0			ewtb.r.190256.8
+4	've	've	AUX	O	0			ewtb.r.190256.8
+5	spent	spend	VERB	O	0		v.possession	ewtb.r.190256.8
+6	on	on	ADP	O	0			ewtb.r.190256.8
+7	remodeling	remodeling	NOUN	O	0		n.act	ewtb.r.190256.8
+8	ever	ever	ADV	O	0			ewtb.r.190256.8
+9	.	.	PUNCT	O	0			ewtb.r.190256.8
+
+1	I	i	PRON	O	0			ewtb.r.190256.9
+2	highly	highly	ADV	O	0			ewtb.r.190256.9
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.190256.9
+4	any	any	DET	B	0			ewtb.r.190256.9
+5	one	one	NOUN	I	4			ewtb.r.190256.9
+6	considering	consider	VERB	O	0		v.cognition	ewtb.r.190256.9
+7	home	home	NOUN	O	0		n.artifact	ewtb.r.190256.9
+8	repair	repair	NOUN	O	0		n.act	ewtb.r.190256.9
+9	to	to	PART	O	0			ewtb.r.190256.9
+10	give	give	VERB	B	0		v.communication	ewtb.r.190256.9
+11	these	these	DET	o	0			ewtb.r.190256.9
+12	guys	guy	NOUN	o	0		n.group	ewtb.r.190256.9
+13	a	a	DET	I	10			ewtb.r.190256.9
+14	call	call	NOUN	I	13			ewtb.r.190256.9
+15	.	.	PUNCT	O	0			ewtb.r.190256.9
+
+1	Gets	get	VERB	B	0			ewtb.r.193257.1
+2	the	the	DET	I	1			ewtb.r.193257.1
+3	Job	job	NOUN	I	2			ewtb.r.193257.1
+4	Done	done	ADJ	I	3			ewtb.r.193257.1
+
+1	We	we	PRON	O	0			ewtb.r.193257.2
+2	have	have	AUX	O	0			ewtb.r.193257.2
+3	utilized	utilize	VERB	O	0		v.social	ewtb.r.193257.2
+4	Mr.	mr.	PROPN	B	0		n.person	ewtb.r.193257.2
+5	Pozza	pozza	PROPN	I	4			ewtb.r.193257.2
+6	and	and	CONJ	O	0			ewtb.r.193257.2
+7	his	his	PRON	O	0			ewtb.r.193257.2
+8	firm	firm	NOUN	O	0		n.group	ewtb.r.193257.2
+9	twice	twice	ADV	O	0			ewtb.r.193257.2
+10	now	now	ADV	O	0			ewtb.r.193257.2
+11	in	in	ADP	O	0			ewtb.r.193257.2
+12	our	our	PRON	O	0			ewtb.r.193257.2
+13	family	family	NOUN	O	0		n.group	ewtb.r.193257.2
+14	and	and	CONJ	O	0			ewtb.r.193257.2
+15	both	both	DET	O	0			ewtb.r.193257.2
+16	times	times	NOUN	O	0		n.event	ewtb.r.193257.2
+17	have	have	AUX	O	0			ewtb.r.193257.2
+18	been	be	VERB	O	0		v.stative	ewtb.r.193257.2
+19	very	very	ADV	O	0			ewtb.r.193257.2
+20	pleased	pleased	ADJ	O	0			ewtb.r.193257.2
+21	.	.	PUNCT	O	0			ewtb.r.193257.2
+
+1	I	i	PRON	O	0			ewtb.r.193257.3
+2	would	would	AUX	O	0			ewtb.r.193257.3
+3	not	not	PART	O	0			ewtb.r.193257.3
+4	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.193257.3
+5	to	to	PART	O	0			ewtb.r.193257.3
+6	use	use	VERB	O	0		v.social	ewtb.r.193257.3
+7	him	him	PRON	O	0			ewtb.r.193257.3
+8	again	again	ADV	O	0			ewtb.r.193257.3
+9	or	or	CONJ	O	0			ewtb.r.193257.3
+10	refer	refer	VERB	O	0		v.communication	ewtb.r.193257.3
+11	him	him	PRON	O	0			ewtb.r.193257.3
+12	to	to	ADP	O	0			ewtb.r.193257.3
+13	my	my	PRON	O	0			ewtb.r.193257.3
+14	family	family	NOUN	O	0		n.group	ewtb.r.193257.3
+15	or	or	CONJ	O	0			ewtb.r.193257.3
+16	friends	friend	NOUN	O	0		n.person	ewtb.r.193257.3
+17	.	.	PUNCT	O	0			ewtb.r.193257.3
+
+1	Barb	barb	PROPN	O	0		n.person	ewtb.r.194153.1
+2	does	do	VERB	O	0		v.stative	ewtb.r.194153.1
+3	an	an	DET	O	0			ewtb.r.194153.1
+4	AMAZING	amazing	ADJ	O	0			ewtb.r.194153.1
+5	JOB	job	NOUN	O	0		n.act	ewtb.r.194153.1
+6	,	,	PUNCT	O	0			ewtb.r.194153.1
+7	she	she	PRON	O	0			ewtb.r.194153.1
+8	is	be	AUX	O	0			ewtb.r.194153.1
+9	always	always	ADV	O	0			ewtb.r.194153.1
+10	learning	learn	VERB	O	0		v.cognition	ewtb.r.194153.1
+11	new	new	ADJ	O	0			ewtb.r.194153.1
+12	things	things	NOUN	O	0			ewtb.r.194153.1
+13	on	on	SCONJ	O	0			ewtb.r.194153.1
+14	how	how	ADV	O	0			ewtb.r.194153.1
+15	to	to	PART	O	0			ewtb.r.194153.1
+16	use	use	VERB	O	0		v.stative	ewtb.r.194153.1
+17	her	her	PRON	O	0			ewtb.r.194153.1
+18	hands	hands	NOUN	O	0		n.body	ewtb.r.194153.1
+19	and	and	CONJ	O	0			ewtb.r.194153.1
+20	body	body	NOUN	O	0		n.body	ewtb.r.194153.1
+21	,	,	PUNCT	O	0			ewtb.r.194153.1
+22	to	to	PART	O	0			ewtb.r.194153.1
+23	give	give	VERB	B	0		v.body	ewtb.r.194153.1
+24	every	every	DET	o	0			ewtb.r.194153.1
+25	person	person	NOUN	o	0		n.person	ewtb.r.194153.1
+26	an	an	DET	o	0			ewtb.r.194153.1
+27	AWESOME	awesome	ADJ	o	0			ewtb.r.194153.1
+28	MASSAGE	massage	NOUN	I	23			ewtb.r.194153.1
+29	,	,	PUNCT	O	0			ewtb.r.194153.1
+30	CALL	call	VERB	O	0		v.communication	ewtb.r.194153.1
+31	TODAY	today	NOUN	O	0		n.time	ewtb.r.194153.1
+32	AND	and	CONJ	O	0			ewtb.r.194153.1
+33	SCHEDULE	schedule	VERB	O	0		v.communication	ewtb.r.194153.1
+34	YOU	you	PRON	O	0			ewtb.r.194153.1
+35	MUST	must	AUX	O	0			ewtb.r.194153.1
+36	SEE	see	VERB	O	0		v.social	ewtb.r.194153.1
+37	HER	her	PRON	O	0			ewtb.r.194153.1
+38	,	,	PUNCT	O	0			ewtb.r.194153.1
+39	YOU	you	PRON	O	0			ewtb.r.194153.1
+40	WILL	will	AUX	O	0			ewtb.r.194153.1
+41	FALL	fall	VERB	B	0		v.emotion	ewtb.r.194153.1
+42	IN	in	ADP	I	41			ewtb.r.194153.1
+43	LOVE	love	NOUN	I	42			ewtb.r.194153.1
+44	SHE	she	PRON	O	0			ewtb.r.194153.1
+45	IS	be	VERB	O	0		v.stative	ewtb.r.194153.1
+46	THE	the	DET	O	0			ewtb.r.194153.1
+47	BEST	best	ADJ	B	0			ewtb.r.194153.1
+48	OF	of	ADP	I	47			ewtb.r.194153.1
+49	THE	the	DET	I	48			ewtb.r.194153.1
+50	BEST	best	ADJ	I	49			ewtb.r.194153.1
+51	!	!	PUNCT	O	0			ewtb.r.194153.1
+
+1	As	as	ADP	O	0			ewtb.r.364454.2
+2	a	a	DET	O	0			ewtb.r.364454.2
+3	very	very	ADV	O	0			ewtb.r.364454.2
+4	satisfied	satisfied	ADJ	O	0			ewtb.r.364454.2
+5	new	new	ADJ	O	0			ewtb.r.364454.2
+6	customer	customer	NOUN	O	0		n.person	ewtb.r.364454.2
+7	,	,	PUNCT	O	0			ewtb.r.364454.2
+8	I	i	PRON	O	0			ewtb.r.364454.2
+9	wholeheartedly	wholeheartedly	ADV	O	0			ewtb.r.364454.2
+10	recommend	recommend	VERB	O	0		v.communication	ewtb.r.364454.2
+11	United	united	PROPN	B	0		n.group	ewtb.r.364454.2
+12	Air	air	PROPN	I	11			ewtb.r.364454.2
+13	Duct	duct	PROPN	I	12			ewtb.r.364454.2
+14	Cleaning	cleaning	PROPN	I	13			ewtb.r.364454.2
+15	.	.	PUNCT	O	0			ewtb.r.364454.2
+
+1	Great	great	ADJ	O	0			ewtb.r.198455.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.198455.1
+
+1	I	i	PRON	O	0			ewtb.r.198455.2
+2	had	have	VERB	O	0		v.stative	ewtb.r.198455.2
+3	a	a	DET	O	0			ewtb.r.198455.2
+4	dead	dead	ADJ	O	0			ewtb.r.198455.2
+5	battery	battery	NOUN	O	0		n.artifact	ewtb.r.198455.2
+6	last	last	ADJ	O	0			ewtb.r.198455.2
+7	week	week	NOUN	O	0		n.time	ewtb.r.198455.2
+8	and	and	CONJ	O	0			ewtb.r.198455.2
+9	called	call	VERB	O	0		v.communication	ewtb.r.198455.2
+10	this	this	DET	O	0			ewtb.r.198455.2
+11	company	company	NOUN	O	0		n.group	ewtb.r.198455.2
+12	since	since	SCONJ	O	0			ewtb.r.198455.2
+13	they	they	PRON	O	0			ewtb.r.198455.2
+14	were	be	VERB	O	0		v.stative	ewtb.r.198455.2
+15	the	the	DET	O	0			ewtb.r.198455.2
+16	closest	close	ADJ	O	0			ewtb.r.198455.2
+17	they	they	PRON	O	0			ewtb.r.198455.2
+18	had	have	VERB	O	0		v.stative	ewtb.r.198455.2
+19	very	very	ADV	O	0			ewtb.r.198455.2
+20	quick	quick	ADJ	O	0			ewtb.r.198455.2
+21	service	service	NOUN	O	0		n.act	ewtb.r.198455.2
+22	for	for	ADP	O	0			ewtb.r.198455.2
+23	a	a	DET	O	0			ewtb.r.198455.2
+24	Monday	monday	PROPN	O	0		n.time	ewtb.r.198455.2
+25	morning	morning	NOUN	O	0		n.time	ewtb.r.198455.2
+26	,	,	PUNCT	O	0			ewtb.r.198455.2
+27	thanks	thanks	NOUN	O	0			ewtb.r.198455.2
+28	again	again	ADV	O	0			ewtb.r.198455.2
+29	guys	guy	NOUN	O	0		n.group	ewtb.r.198455.2
+30	.	.	PUNCT	O	0			ewtb.r.198455.2
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.200957.1
+
+1	I	i	PRON	O	0			ewtb.r.200957.3
+2	walked	walk	VERB	B	0		v.motion	ewtb.r.200957.3
+3	out	out	ADV	I	2			ewtb.r.200957.3
+4	with	with	ADP	O	0			ewtb.r.200957.3
+5	5	5	NUM	O	0			ewtb.r.200957.3
+6	inch	inch	NOUN	O	0		n.quantity	ewtb.r.200957.3
+7	long	long	ADJ	O	0			ewtb.r.200957.3
+8	hair	hair	NOUN	O	0		n.body	ewtb.r.200957.3
+9	on	on	ADP	O	0			ewtb.r.200957.3
+10	the	the	DET	O	0			ewtb.r.200957.3
+11	top	top	NOUN	O	0		n.relation	ewtb.r.200957.3
+12	,	,	PUNCT	O	0			ewtb.r.200957.3
+13	2	2	NUM	O	0			ewtb.r.200957.3
+14	inch	inch	NOUN	O	0		n.quantity	ewtb.r.200957.3
+15	long	long	ADJ	O	0			ewtb.r.200957.3
+16	hair	hair	NOUN	O	0		n.body	ewtb.r.200957.3
+17	on	on	ADP	O	0			ewtb.r.200957.3
+18	the	the	DET	O	0			ewtb.r.200957.3
+19	sides	side	NOUN	O	0		n.body	ewtb.r.200957.3
+20	,	,	PUNCT	O	0			ewtb.r.200957.3
+21	and	and	CONJ	O	0			ewtb.r.200957.3
+22	1.5	1.5	NUM	O	0			ewtb.r.200957.3
+23	in	in	ADP	O	0			ewtb.r.200957.3
+24	the	the	DET	O	0			ewtb.r.200957.3
+25	back	back	NOUN	O	0		n.body	ewtb.r.200957.3
+26	.	.	PUNCT	O	0			ewtb.r.200957.3
+
+1	My	my	PRON	O	0			ewtb.r.200957.4
+2	hair	hair	NOUN	O	0		n.body	ewtb.r.200957.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.200957.4
+4	uneven	uneven	ADJ	O	0			ewtb.r.200957.4
+5	and	and	CONJ	O	0			ewtb.r.200957.4
+6	it	it	PRON	O	0			ewtb.r.200957.4
+7	looks	look	VERB	O	0		v.perception	ewtb.r.200957.4
+8	rediculous	rediculous	ADJ	O	0			ewtb.r.200957.4
+9	.	.	PUNCT	O	0			ewtb.r.200957.4
+
+1	This	this	DET	O	0			ewtb.r.200957.5
+2	woman	woman	NOUN	O	0		n.person	ewtb.r.200957.5
+3	should	should	AUX	O	0			ewtb.r.200957.5
+4	be	be	AUX	O	0			ewtb.r.200957.5
+5	working	work	VERB	O	0		v.social	ewtb.r.200957.5
+6	in	in	ADP	O	0			ewtb.r.200957.5
+7	supercuts	supercuts	PROPN	O	0		n.group	ewtb.r.200957.5
+8	...	...	PUNCT	O	0			ewtb.r.200957.5
+9	if	if	ADP	O	0			ewtb.r.200957.5
+10	that	that	DET	O	0			ewtb.r.200957.5
+11	.	.	PUNCT	O	0			ewtb.r.200957.5
+
+1	This	this	DET	O	0			ewtb.r.200957.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.200957.6
+3	a	a	DET	O	0			ewtb.r.200957.6
+4	terrible	terrible	ADJ	O	0			ewtb.r.200957.6
+5	experience	experience	NOUN	O	0		n.event	ewtb.r.200957.6
+6	and	and	CONJ	O	0			ewtb.r.200957.6
+7	I	i	PRON	O	0			ewtb.r.200957.6
+8	hope	hope	VERB	O	0		v.cognition	ewtb.r.200957.6
+9	that	that	SCONJ	O	0			ewtb.r.200957.6
+10	no	no	DET	O	0			ewtb.r.200957.6
+11	one	one	NOUN	O	0			ewtb.r.200957.6
+12	else	else	ADJ	O	0			ewtb.r.200957.6
+13	goes	go	VERB	B	0		v.stative	ewtb.r.200957.6
+14	through	through	ADP	I	13			ewtb.r.200957.6
+15	that	that	DET	O	0			ewtb.r.200957.6
+16	.	.	PUNCT	O	0			ewtb.r.200957.6
+
+1	Do	do	VERB	B	0		v.cognition	ewtb.r.200957.7
+2	your	your	X	b	0			ewtb.r.200957.7
+3	self	self	PRON	i	2			ewtb.r.200957.7
+4	a	a	DET	I	1			ewtb.r.200957.7
+5	favor	favor	NOUN	I	4			ewtb.r.200957.7
+6	and	and	CONJ	O	0			ewtb.r.200957.7
+7	do	do	AUX	O	0			ewtb.r.200957.7
+8	not	not	PART	O	0			ewtb.r.200957.7
+9	go	go	VERB	O	0		v.motion	ewtb.r.200957.7
+10	to	to	ADP	O	0			ewtb.r.200957.7
+11	this	this	DET	O	0			ewtb.r.200957.7
+12	establishment	establishment	NOUN	O	0		n.group	ewtb.r.200957.7
+13	.	.	PUNCT	O	0			ewtb.r.200957.7
+
+1	PHOTOS	photo	NOUN	O	0		n.artifact	ewtb.r.201156.1
+2	DONE	do	VERB	O	0		v.stative	ewtb.r.201156.1
+3	WELL	well	ADV	O	0			ewtb.r.201156.1
+
+1	I	i	PRON	O	0			ewtb.r.201156.2
+2	Love	love	VERB	O	0		v.emotion	ewtb.r.201156.2
+3	Hellada	hellada	PROPN	B	0		n.group	ewtb.r.201156.2
+4	Gallery	gallery	PROPN	I	3			ewtb.r.201156.2
+5	!	!	PUNCT	O	0			ewtb.r.201156.2
+
+1	Poor	poor	ADJ	O	0			ewtb.r.210153.1
+2	Taste	taste	NOUN	O	0		n.cognition	ewtb.r.210153.1
+
+1	There	there	PRON	O	0			ewtb.r.210153.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.210153.2
+3	no	no	DET	O	0			ewtb.r.210153.2
+4	lower	low	ADJ	O	0			ewtb.r.210153.2
+5	rating	rating	NOUN	O	0		n.communication	ewtb.r.210153.2
+6	for	for	ADP	O	0			ewtb.r.210153.2
+7	Noonan	noonan	PROPN	B	0		n.group	ewtb.r.210153.2
+8	's	's	PART	I	7			ewtb.r.210153.2
+9	Liquor	liquor	PROPN	I	8			ewtb.r.210153.2
+10	,	,	PUNCT	O	0			ewtb.r.210153.2
+11	owners	owner	NOUN	O	0		n.person	ewtb.r.210153.2
+12	and	and	CONJ	O	0			ewtb.r.210153.2
+13	employees	employee	NOUN	O	0		n.person	ewtb.r.210153.2
+14	.	.	PUNCT	O	0			ewtb.r.210153.2
+
+1	A	a	DET	O	0			ewtb.r.210153.3
+2	negative	negative	ADJ	O	0			ewtb.r.210153.3
+3	number	number	NOUN	O	0		n.quantity	ewtb.r.210153.3
+4	is	be	VERB	O	0		v.stative	ewtb.r.210153.3
+5	not	not	PART	O	0			ewtb.r.210153.3
+6	available	available	ADJ	O	0			ewtb.r.210153.3
+7	.	.	PUNCT	O	0			ewtb.r.210153.3
+
+1	CLH	clh	PROPN	O	0		n.group	ewtb.r.210153.4
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.251755.1
+2	amazing	amazing	ADJ	O	0			ewtb.r.251755.1
+3	job	job	NOUN	O	0		n.act	ewtb.r.251755.1
+4	!	!	PUNCT	O	0			ewtb.r.251755.1
+
+1	She	she	PRON	O	0			ewtb.r.251755.3
+2	makes	make	VERB	O	0		v.stative	ewtb.r.251755.3
+3	every	every	DET	O	0			ewtb.r.251755.3
+4	item	item	NOUN	O	0		n.artifact	ewtb.r.251755.3
+5	fit	fit	VERB	O	0		v.body	ewtb.r.251755.3
+6	you	you	PRON	O	0			ewtb.r.251755.3
+7	perfectly	perfectly	ADV	O	0			ewtb.r.251755.3
+8	.	.	PUNCT	O	0			ewtb.r.251755.3
+
+1	She	she	PRON	O	0			ewtb.r.251755.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.251755.4
+3	always	always	ADV	O	0			ewtb.r.251755.4
+4	so	so	ADV	O	0			ewtb.r.251755.4
+5	busy	busy	ADJ	O	0			ewtb.r.251755.4
+6	,	,	PUNCT	O	0			ewtb.r.251755.4
+7	too	too	ADV	O	0			ewtb.r.251755.4
+8	,	,	PUNCT	O	0			ewtb.r.251755.4
+9	which	which	DET	O	0			ewtb.r.251755.4
+10	is	be	VERB	O	0		v.stative	ewtb.r.251755.4
+11	a	a	DET	O	0			ewtb.r.251755.4
+12	good	good	ADJ	O	0			ewtb.r.251755.4
+13	indication	indication	NOUN	O	0		n.cognition	ewtb.r.251755.4
+14	of	of	ADP	O	0			ewtb.r.251755.4
+15	her	her	PRON	O	0			ewtb.r.251755.4
+16	talent	talent	NOUN	O	0		n.attribute	ewtb.r.251755.4
+17	.	.	PUNCT	O	0			ewtb.r.251755.4
+
+1	She	she	PRON	O	0			ewtb.r.251755.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.251755.5
+3	the	the	DET	O	0			ewtb.r.251755.5
+4	best	best	ADJ	O	0			ewtb.r.251755.5
+5	!	!	PUNCT	O	0			ewtb.r.251755.5
+
+1	they	they	PRON	O	0			ewtb.r.255757.1
+2	recovered	recover	VERB	O	0		v.cognition	ewtb.r.255757.1
+3	the	the	DET	O	0			ewtb.r.255757.1
+4	pics	pic	NOUN	O	0		n.artifact	ewtb.r.255757.1
+5	geeksquad	geeksquad	PROPN	O	0		n.group	ewtb.r.255757.1
+6	deleted	delete	VERB	O	0		v.change	ewtb.r.255757.1
+7	.	.	PUNCT	O	0			ewtb.r.255757.1
+
+1	many	many	ADJ	O	0			ewtb.r.255757.2
+2	thanks	thanks	NOUN	O	0			ewtb.r.255757.2
+
+1	A	a	DET	O	0			ewtb.r.304759.1
+2	very	very	ADV	O	0			ewtb.r.304759.1
+3	nice	nice	ADJ	O	0			ewtb.r.304759.1
+4	park	park	NOUN	O	0		n.location	ewtb.r.304759.1
+5	.	.	PUNCT	O	0			ewtb.r.304759.1
+
+1	The	the	DET	O	0			ewtb.r.304759.2
+2	architecture	architecture	NOUN	O	0		n.artifact	ewtb.r.304759.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.304759.2
+4	simplz	simplz	ADV	O	0			ewtb.r.304759.2
+5	splendid	splendid	ADJ	O	0			ewtb.r.304759.2
+6	.	.	PUNCT	O	0			ewtb.r.304759.2
+
+1	$	$	SYM	O	0			ewtb.r.307250.1
+2	9.62	9.62	NUM	O	0			ewtb.r.307250.1
+3	excluding	exclude	VERB	O	0		v.stative	ewtb.r.307250.1
+4	tip	tip	NOUN	O	0		n.possession	ewtb.r.307250.1
+5	with	with	ADP	O	0			ewtb.r.307250.1
+6	water	water	NOUN	O	0		n.food	ewtb.r.307250.1
+7	to	to	PART	O	0			ewtb.r.307250.1
+8	drink	drink	VERB	O	0		v.consumption	ewtb.r.307250.1
+9	for	for	ADP	O	0			ewtb.r.307250.1
+10	the	the	DET	O	0			ewtb.r.307250.1
+11	buffet	buffet	NOUN	O	0		n.food	ewtb.r.307250.1
+12	.	.	PUNCT	O	0			ewtb.r.307250.1
+
+1	I	i	PRON	O	0			ewtb.r.307250.3
+2	want	want	VERB	O	0		v.cognition	ewtb.r.307250.3
+3	my	my	PRON	O	0			ewtb.r.307250.3
+4	money	money	NOUN	B	0			ewtb.r.307250.3
+5	back	back	ADV	I	4			ewtb.r.307250.3
+6	!	!	PUNCT	O	0			ewtb.r.307250.3
+
+1	slow	slow	ADJ	O	0			ewtb.r.309258.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.309258.1
+
+1	I	i	PRON	O	0			ewtb.r.309258.2
+2	used	use	VERB	B	0			ewtb.r.309258.2
+3	to	to	PART	I	2			ewtb.r.309258.2
+4	take	take	VERB	O	0		v.motion	ewtb.r.309258.2
+5	my	my	PRON	O	0			ewtb.r.309258.2
+6	cars	car	NOUN	O	0		n.artifact	ewtb.r.309258.2
+7	there	there	ADV	O	0			ewtb.r.309258.2
+8	all	all	DET	B	0			ewtb.r.309258.2
+9	the	the	DET	I	8			ewtb.r.309258.2
+10	time	time	NOUN	I	9			ewtb.r.309258.2
+11	,	,	PUNCT	O	0			ewtb.r.309258.2
+12	but	but	CONJ	O	0			ewtb.r.309258.2
+13	management	management	NOUN	O	0		n.group	ewtb.r.309258.2
+14	changes	change	VERB	O	0		v.change	ewtb.r.309258.2
+15	hands	hands	NOUN	O	0		n.cognition	ewtb.r.309258.2
+16	too	too	ADV	O	0			ewtb.r.309258.2
+17	frequently	frequently	ADV	O	0			ewtb.r.309258.2
+18	,	,	PUNCT	O	0			ewtb.r.309258.2
+19	the	the	DET	O	0			ewtb.r.309258.2
+20	service	service	NOUN	O	0		n.act	ewtb.r.309258.2
+21	has	have	AUX	O	0			ewtb.r.309258.2
+22	been	be	VERB	O	0		v.stative	ewtb.r.309258.2
+23	slow	slow	ADJ	O	0			ewtb.r.309258.2
+24	,	,	PUNCT	O	0			ewtb.r.309258.2
+25	and	and	CONJ	O	0			ewtb.r.309258.2
+26	they	they	PRON	O	0			ewtb.r.309258.2
+27	often	often	ADV	O	0			ewtb.r.309258.2
+28	try	try	VERB	O	0		v.cognition	ewtb.r.309258.2
+29	to	to	PART	O	0			ewtb.r.309258.2
+30	"	"	PUNCT	O	0			ewtb.r.309258.2
+31	add	add	VERB	B	0		v.possession	ewtb.r.309258.2
+32	on	on	ADP	I	31			ewtb.r.309258.2
+33	"	"	PUNCT	O	0			ewtb.r.309258.2
+34	extra	extra	ADJ	O	0			ewtb.r.309258.2
+35	services	services	NOUN	O	0		n.act	ewtb.r.309258.2
+36	,	,	PUNCT	O	0			ewtb.r.309258.2
+37	which	which	DET	O	0			ewtb.r.309258.2
+38	sometimes	sometimes	ADV	O	0			ewtb.r.309258.2
+39	is	be	AUX	O	0			ewtb.r.309258.2
+40	not	not	PART	O	0			ewtb.r.309258.2
+41	needed	need	VERB	O	0		v.cognition	ewtb.r.309258.2
+42	.	.	PUNCT	O	0			ewtb.r.309258.2
+
+1	I	i	PRON	O	0			ewtb.r.309258.3
+2	do	do	AUX	O	0			ewtb.r.309258.3
+3	nt	nt	ADV	O	0			ewtb.r.309258.3
+4	go	go	VERB	O	0		v.motion	ewtb.r.309258.3
+5	there	there	ADV	O	0			ewtb.r.309258.3
+6	anymore	anymore	ADV	O	0			ewtb.r.309258.3
+
+1	Dentist	dentist	NOUN	O	0		n.person	ewtb.r.313558.1
+2	you	you	PRON	O	0			ewtb.r.313558.1
+3	can	can	AUX	O	0			ewtb.r.313558.1
+4	trust	trust	VERB	O	0		v.emotion	ewtb.r.313558.1
+
+1	If	if	ADP	O	0			ewtb.r.313558.2
+2	possible	possible	ADJ	O	0			ewtb.r.313558.2
+3	I	i	PRON	O	0			ewtb.r.313558.2
+4	try	try	VERB	O	0		v.cognition	ewtb.r.313558.2
+5	the	the	DET	O	0			ewtb.r.313558.2
+6	services	services	NOUN	O	0		n.act	ewtb.r.313558.2
+7	on	on	ADP	O	0			ewtb.r.313558.2
+8	myself	myself	PRON	O	0			ewtb.r.313558.2
+9	before	before	SCONJ	O	0			ewtb.r.313558.2
+10	I	i	PRON	O	0			ewtb.r.313558.2
+11	bring	bring	VERB	B	0		v.motion	ewtb.r.313558.2
+12	in	in	ADV	I	11			ewtb.r.313558.2
+13	my	my	PRON	O	0			ewtb.r.313558.2
+14	son	son	NOUN	O	0		n.person	ewtb.r.313558.2
+15	.	.	PUNCT	O	0			ewtb.r.313558.2
+
+1	Drs.	drs.	PROPN	B	0		n.person	ewtb.r.313558.3
+2	Ali	ali	PROPN	I	1			ewtb.r.313558.3
+3	work	work	VERB	O	0		v.social	ewtb.r.313558.3
+4	wonders	wonder	NOUN	O	0		n.cognition	ewtb.r.313558.3
+5	.	.	PUNCT	O	0			ewtb.r.313558.3
+
+1	Neither	neither	CONJ	O	0			ewtb.r.313558.4
+2	me	me	PRON	O	0			ewtb.r.313558.4
+3	nor	nor	CONJ	O	0			ewtb.r.313558.4
+4	my	my	PRON	O	0			ewtb.r.313558.4
+5	son	son	NOUN	O	0		n.person	ewtb.r.313558.4
+6	have	have	AUX	O	0			ewtb.r.313558.4
+7	n't	n't	PART	O	0			ewtb.r.313558.4
+8	had	have	VERB	O	0		v.stative	ewtb.r.313558.4
+9	a	a	DET	O	0			ewtb.r.313558.4
+10	single	single	ADJ	O	0			ewtb.r.313558.4
+11	cavity	cavity	NOUN	O	0		n.phenomenon	ewtb.r.313558.4
+12	since	since	SCONJ	O	0			ewtb.r.313558.4
+13	we	we	PRON	O	0			ewtb.r.313558.4
+14	started	start	VERB	O	0		v.change	ewtb.r.313558.4
+15	dental	dental	ADJ	B	0		n.act	ewtb.r.313558.4
+16	care	care	NOUN	I	15			ewtb.r.313558.4
+17	there	there	ADV	O	0			ewtb.r.313558.4
+18	.	.	PUNCT	O	0			ewtb.r.313558.4
+
+1	The	the	DET	O	0			ewtb.r.313558.5
+2	team	team	NOUN	O	0		n.group	ewtb.r.313558.5
+3	focus	focus	NOUN	O	0		n.cognition	ewtb.r.313558.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.313558.5
+5	prevention	prevention	NOUN	O	0		n.cognition	ewtb.r.313558.5
+6	and	and	CONJ	O	0			ewtb.r.313558.5
+7	education	education	NOUN	O	0		n.cognition	ewtb.r.313558.5
+8	.	.	PUNCT	O	0			ewtb.r.313558.5
+
+1	That	that	DET	O	0			ewtb.r.313558.6
+2	alone	alone	ADJ	O	0			ewtb.r.313558.6
+3	makes	make	VERB	O	0		v.stative	ewtb.r.313558.6
+4	them	them	PRON	O	0			ewtb.r.313558.6
+5	unique	unique	ADJ	O	0			ewtb.r.313558.6
+6	.	.	PUNCT	O	0			ewtb.r.313558.6
+
+1	A	a	DET	O	0			ewtb.r.364454.1
+2	very	very	ADV	O	0			ewtb.r.364454.1
+3	satisfied	satisfied	ADJ	O	0			ewtb.r.364454.1
+4	new	new	ADJ	O	0			ewtb.r.364454.1
+5	customer	customer	NOUN	O	0		n.person	ewtb.r.364454.1
+6	!	!	PUNCT	O	0			ewtb.r.364454.1
+
+1	They	they	PRON	O	0			ewtb.r.364454.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.364454.3
+3	professional	professional	ADJ	O	0			ewtb.r.364454.3
+4	,	,	PUNCT	O	0			ewtb.r.364454.3
+5	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.364454.3
+6	,	,	PUNCT	O	0			ewtb.r.364454.3
+7	and	and	CONJ	O	0			ewtb.r.364454.3
+8	take	take	VERB	B	0		v.emotion	ewtb.r.364454.3
+9	meticulous	meticulous	ADJ	o	0			ewtb.r.364454.3
+10	care	care	NOUN	o	0		n.cognition	ewtb.r.364454.3
+11	and	and	CONJ	o	0			ewtb.r.364454.3
+12	pride	pride	NOUN	I	8			ewtb.r.364454.3
+13	in	in	SCONJ	O	0			ewtb.r.364454.3
+14	accomplishing	accomplish	VERB	O	0		v.cognition	ewtb.r.364454.3
+15	their	their	PRON	O	0			ewtb.r.364454.3
+16	work	work	NOUN	O	0		n.act	ewtb.r.364454.3
+17	.	.	PUNCT	O	0			ewtb.r.364454.3
+
+1	Based	base	VERB	O	0		v.cognition	ewtb.r.364454.5
+2	on	on	ADP	O	0			ewtb.r.364454.5
+3	the	the	DET	O	0			ewtb.r.364454.5
+4	test	test	NOUN	O	0		n.cognition	ewtb.r.364454.5
+5	results	result	NOUN	O	0		n.phenomenon	ewtb.r.364454.5
+6	,	,	PUNCT	O	0			ewtb.r.364454.5
+7	the	the	DET	O	0			ewtb.r.364454.5
+8	home	home	NOUN	B	0		n.person	ewtb.r.364454.5
+9	inspector	inspector	NOUN	I	8			ewtb.r.364454.5
+10	stated	state	VERB	O	0		v.communication	ewtb.r.364454.5
+11	that	that	SCONJ	O	0			ewtb.r.364454.5
+12	the	the	DET	O	0			ewtb.r.364454.5
+13	quality	quality	NOUN	O	0		n.cognition	ewtb.r.364454.5
+14	of	of	ADP	O	0			ewtb.r.364454.5
+15	their	their	PRON	O	0			ewtb.r.364454.5
+16	job	job	NOUN	O	0		n.event	ewtb.r.364454.5
+17	was	be	VERB	O	0		v.stative	ewtb.r.364454.5
+18	"	"	PUNCT	O	0			ewtb.r.364454.5
+19	excellent	excellent	ADJ	O	0			ewtb.r.364454.5
+20	"	"	PUNCT	O	0			ewtb.r.364454.5
+21	.	.	PUNCT	O	0			ewtb.r.364454.5
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.365154.1
+2	Shady	shady	PROPN	I	1			ewtb.r.365154.1
+
+1	Kelly	kelly	PROPN	O	0		n.person	ewtb.r.365154.2
+2	hit	hit	VERB	B	0		v.cognition	ewtb.r.365154.2
+3	the	the	DET	I	2			ewtb.r.365154.2
+4	nail	nail	NOUN	I	3			ewtb.r.365154.2
+5	on	on	ADP	I	4			ewtb.r.365154.2
+6	the	the	DET	I	5			ewtb.r.365154.2
+7	head	head	NOUN	I	6			ewtb.r.365154.2
+8	.	.	PUNCT	O	0			ewtb.r.365154.2
+
+1	"	"	PUNCT	O	0			ewtb.r.365154.3
+2	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.365154.3
+3	Shady	shady	PROPN	I	2			ewtb.r.365154.3
+4	"	"	PUNCT	O	0			ewtb.r.365154.3
+5	is	be	VERB	O	0		v.stative	ewtb.r.365154.3
+6	a	a	DET	O	0			ewtb.r.365154.3
+7	jerk	jerk	NOUN	O	0		n.person	ewtb.r.365154.3
+8	.	.	PUNCT	O	0			ewtb.r.365154.3
+
+1	After	after	ADP	O	0			ewtb.r.365154.4
+2	the	the	DET	O	0			ewtb.r.365154.4
+3	way	way	NOUN	O	0			ewtb.r.365154.4
+4	she	she	PRON	O	0			ewtb.r.365154.4
+5	spoke	speak	VERB	O	0		v.communication	ewtb.r.365154.4
+6	to	to	ADP	O	0			ewtb.r.365154.4
+7	me	me	PRON	O	0			ewtb.r.365154.4
+8	on	on	ADP	O	0			ewtb.r.365154.4
+9	my	my	PRON	O	0			ewtb.r.365154.4
+10	last	last	ADJ	O	0			ewtb.r.365154.4
+11	visit	visit	NOUN	O	0		n.event	ewtb.r.365154.4
+12	,	,	PUNCT	O	0			ewtb.r.365154.4
+13	I	i	PRON	O	0			ewtb.r.365154.4
+14	will	will	AUX	O	0			ewtb.r.365154.4
+15	not	not	PART	O	0			ewtb.r.365154.4
+16	be	be	AUX	O	0			ewtb.r.365154.4
+17	returning	return	VERB	O	0		v.motion	ewtb.r.365154.4
+18	!!	!!	PUNCT	O	0			ewtb.r.365154.4
+
+1	Good	good	ADJ	B	0			ewtb.r.365154.5
+2	luck	luck	NOUN	I	1			ewtb.r.365154.5
+3	keeping	keep	VERB	O	0		v.stative	ewtb.r.365154.5
+4	business	business	NOUN	O	0		n.group	ewtb.r.365154.5
+5	with	with	ADP	O	0			ewtb.r.365154.5
+6	that	that	DET	O	0			ewtb.r.365154.5
+7	stuck	stick	VERB	B	0			ewtb.r.365154.5
+8	up	up	ADP	I	7			ewtb.r.365154.5
+9	attitude	attitude	NOUN	O	0		n.attribute	ewtb.r.365154.5
+10	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.365154.5
+11	Shady	shady	PROPN	I	10			ewtb.r.365154.5
+12	.	.	PUNCT	O	0			ewtb.r.365154.5
+
+1	You	you	PRON	O	0			ewtb.r.365154.6
+2	have	have	AUX	O	0			ewtb.r.365154.6
+3	just	just	ADV	O	0			ewtb.r.365154.6
+4	lost	lose	VERB	O	0		v.change	ewtb.r.365154.6
+5	mine	mine	PRON	O	0			ewtb.r.365154.6
+6	.	.	PUNCT	O	0			ewtb.r.365154.6
+
+1	The	the	DET	O	0			ewtb.r.365154.7
+2	next	next	ADJ	O	0			ewtb.r.365154.7
+3	time	time	NOUN	O	0		n.event	ewtb.r.365154.7
+4	you	you	PRON	O	0			ewtb.r.365154.7
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.365154.7
+6	like	like	SCONJ	O	0			ewtb.r.365154.7
+7	being	be	VERB	O	0		v.stative	ewtb.r.365154.7
+8	condescending	condescending	ADJ	O	0			ewtb.r.365154.7
+9	to	to	ADP	O	0			ewtb.r.365154.7
+10	someone	someone	NOUN	O	0			ewtb.r.365154.7
+11	,	,	PUNCT	O	0			ewtb.r.365154.7
+12	it	it	PRON	O	0			ewtb.r.365154.7
+13	is	be	AUX	O	0			ewtb.r.365154.7
+14	not	not	PART	O	0			ewtb.r.365154.7
+15	going	go	VERB	B	0			ewtb.r.365154.7
+16	to	to	PART	I	15			ewtb.r.365154.7
+17	be	be	VERB	O	0		v.stative	ewtb.r.365154.7
+18	me	me	PRON	O	0			ewtb.r.365154.7
+19	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.365154.7
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.365154.8
+2	Shady	shady	PROPN	I	1			ewtb.r.365154.8
+3	is	be	VERB	O	0		v.stative	ewtb.r.365154.8
+4	inexperienced	inexperienced	ADJ	O	0			ewtb.r.365154.8
+5	and	and	CONJ	O	0			ewtb.r.365154.8
+6	prideful	prideful	ADJ	O	0			ewtb.r.365154.8
+7	.	.	PUNCT	O	0			ewtb.r.365154.8
+
+1	She	she	PRON	O	0			ewtb.r.365154.9
+2	probably	probably	ADV	O	0			ewtb.r.365154.9
+3	does	do	AUX	O	0			ewtb.r.365154.9
+4	not	not	PART	O	0			ewtb.r.365154.9
+5	even	even	ADV	O	0			ewtb.r.365154.9
+6	have	have	VERB	O	0		v.stative	ewtb.r.365154.9
+7	10	10	NUM	O	0			ewtb.r.365154.9
+8	%	%	SYM	O	0			ewtb.r.365154.9
+9	of	of	ADP	O	0			ewtb.r.365154.9
+10	the	the	DET	O	0			ewtb.r.365154.9
+11	knowledge	knowledge	NOUN	O	0		n.cognition	ewtb.r.365154.9
+12	that	that	DET	O	0			ewtb.r.365154.9
+13	some	some	DET	O	0			ewtb.r.365154.9
+14	of	of	ADP	O	0			ewtb.r.365154.9
+15	the	the	DET	O	0			ewtb.r.365154.9
+16	other	other	ADJ	O	0			ewtb.r.365154.9
+17	EXPERIENCED	experienced	ADJ	O	0			ewtb.r.365154.9
+18	vets	vet	NOUN	O	0		n.person	ewtb.r.365154.9
+19	do	do	VERB	O	0		v.stative	ewtb.r.365154.9
+20	in	in	ADP	O	0			ewtb.r.365154.9
+21	this	this	DET	O	0			ewtb.r.365154.9
+22	area	area	NOUN	O	0		n.location	ewtb.r.365154.9
+23	.	.	PUNCT	O	0			ewtb.r.365154.9
+
+1	I	i	PRON	O	0			ewtb.r.365154.10
+2	will	will	AUX	O	0			ewtb.r.365154.10
+3	be	be	AUX	O	0			ewtb.r.365154.10
+4	carefully	carefully	ADV	O	0			ewtb.r.365154.10
+5	researching	research	VERB	O	0		v.cognition	ewtb.r.365154.10
+6	vets	vet	NOUN	O	0		n.person	ewtb.r.365154.10
+7	before	before	SCONJ	O	0			ewtb.r.365154.10
+8	I	i	PRON	O	0			ewtb.r.365154.10
+9	take	take	VERB	O	0		v.motion	ewtb.r.365154.10
+10	my	my	PRON	O	0			ewtb.r.365154.10
+11	dog	dog	NOUN	O	0		n.animal	ewtb.r.365154.10
+12	someplace	someplace	NOUN	O	0			ewtb.r.365154.10
+13	else	else	ADJ	O	0			ewtb.r.365154.10
+14	.	.	PUNCT	O	0			ewtb.r.365154.10
+
+1	Beautifully	beautifully	ADV	O	0			ewtb.r.365154.11
+2	written	write	VERB	O	0		v.communication	ewtb.r.365154.11
+3	reviews	review	NOUN	O	0		n.communication	ewtb.r.365154.11
+4	Doctor	doctor	PROPN	O	0		n.person	ewtb.r.365154.11
+5	,	,	PUNCT	O	0			ewtb.r.365154.11
+6	but	but	CONJ	O	0			ewtb.r.365154.11
+7	completely	completely	ADV	O	0			ewtb.r.365154.11
+8	UNTRUE	untrue	ADJ	O	0			ewtb.r.365154.11
+9	.	.	PUNCT	O	0			ewtb.r.365154.11
+
+1	i	i	PRON	O	0			ewtb.r.351058.4
+2	had	have	VERB	B	0			ewtb.r.351058.4
+3	to	to	PART	I	2			ewtb.r.351058.4
+4	call	call	VERB	B	0		v.communication	ewtb.r.351058.4
+5	back	back	ADV	I	4			ewtb.r.351058.4
+6	up	up	ADP	O	0			ewtb.r.351058.4
+7	there	there	ADV	O	0			ewtb.r.351058.4
+8	two	two	NUM	O	0			ewtb.r.351058.4
+9	hours	hours	NOUN	O	0		n.time	ewtb.r.351058.4
+10	later	later	ADV	O	0			ewtb.r.351058.4
+11	and	and	CONJ	O	0			ewtb.r.351058.4
+12	the	the	DET	O	0			ewtb.r.351058.4
+13	lady	lady	NOUN	O	0		n.person	ewtb.r.351058.4
+14	(	(	PUNCT	O	0			ewtb.r.351058.4
+15	who	who	PRON	O	0			ewtb.r.351058.4
+16	claimed	claim	VERB	O	0		v.communication	ewtb.r.351058.4
+17	to	to	PART	O	0			ewtb.r.351058.4
+18	be	be	VERB	O	0		v.stative	ewtb.r.351058.4
+19	a	a	DET	O	0			ewtb.r.351058.4
+20	manager	manager	NOUN	O	0		n.person	ewtb.r.351058.4
+21	)	)	PUNCT	O	0			ewtb.r.351058.4
+22	said	say	VERB	O	0		v.communication	ewtb.r.351058.4
+23	my	my	PRON	O	0			ewtb.r.351058.4
+24	food	food	NOUN	O	0		n.food	ewtb.r.351058.4
+25	was	be	VERB	O	0		v.stative	ewtb.r.351058.4
+26	on	on	ADP	B	0			ewtb.r.351058.4
+27	the	the	DET	I	26			ewtb.r.351058.4
+28	way	way	NOUN	I	27			ewtb.r.351058.4
+29	,	,	PUNCT	O	0			ewtb.r.351058.4
+30	and	and	CONJ	O	0			ewtb.r.351058.4
+31	she	she	PRON	O	0			ewtb.r.351058.4
+32	did	do	AUX	O	0			ewtb.r.351058.4
+33	nt	nt	ADV	O	0			ewtb.r.351058.4
+34	offer	offer	VERB	O	0		v.communication	ewtb.r.351058.4
+35	to	to	PART	O	0			ewtb.r.351058.4
+36	compensate	compensate	VERB	O	0		v.possession	ewtb.r.351058.4
+37	me	me	PRON	O	0			ewtb.r.351058.4
+38	in	in	ADP	O	0			ewtb.r.351058.4
+39	any	any	DET	O	0			ewtb.r.351058.4
+40	kind	kind	NOUN	O	0		n.cognition	ewtb.r.351058.4
+41	of	of	ADP	O	0			ewtb.r.351058.4
+42	way	way	NOUN	O	0		n.cognition	ewtb.r.351058.4
+43	.	.	PUNCT	O	0			ewtb.r.351058.4
+
+1	If	if	SCONJ	O	0			ewtb.r.381455.6
+2	this	this	DET	O	0			ewtb.r.381455.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.381455.6
+4	the	the	DET	O	0			ewtb.r.381455.6
+5	best	best	ADJ	O	0			ewtb.r.381455.6
+6	that	that	DET	O	0			ewtb.r.381455.6
+7	Tucson	tucson	PROPN	O	0		n.location	ewtb.r.381455.6
+8	has	have	VERB	O	0		v.stative	ewtb.r.381455.6
+9	to	to	PART	O	0			ewtb.r.381455.6
+10	offer	offer	VERB	O	0		v.stative	ewtb.r.381455.6
+11	,	,	PUNCT	O	0			ewtb.r.381455.6
+12	I	i	PRON	O	0			ewtb.r.381455.6
+13	am	be	VERB	O	0		v.stative	ewtb.r.381455.6
+14	out	out	ADP	B	0			ewtb.r.381455.6
+15	ta	ta	ADP	I	14			ewtb.r.381455.6
+16	here	here	ADV	O	0			ewtb.r.381455.6
+17	...	...	PUNCT	O	0			ewtb.r.381455.6
+
+1	The	the	DET	O	0			ewtb.r.345455.4
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.345455.4
+3	was	be	VERB	O	0		v.stative	ewtb.r.345455.4
+4	very	very	ADV	O	0			ewtb.r.345455.4
+5	helpful	helpful	ADJ	O	0			ewtb.r.345455.4
+6	and	and	CONJ	O	0			ewtb.r.345455.4
+7	gave	give	VERB	O	0		v.stative	ewtb.r.345455.4
+8	me	me	PRON	O	0			ewtb.r.345455.4
+9	exactly	exactly	ADV	O	0			ewtb.r.345455.4
+10	what	what	PRON	O	0			ewtb.r.345455.4
+11	I	i	PRON	O	0			ewtb.r.345455.4
+12	needed	need	VERB	O	0		v.cognition	ewtb.r.345455.4
+13	for	for	ADP	O	0			ewtb.r.345455.4
+14	my	my	PRON	O	0			ewtb.r.345455.4
+15	first	first	ADJ	O	0			ewtb.r.345455.4
+16	time	time	NOUN	O	0		n.event	ewtb.r.345455.4
+17	ballerina	ballerina	NOUN	O	0		n.person	ewtb.r.345455.4
+18	.	.	PUNCT	O	0			ewtb.r.345455.4
+
+1	the	the	DET	O	0			ewtb.r.351058.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.351058.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.351058.3
+4	horrible	horrible	ADJ	O	0			ewtb.r.351058.3
+5	not	not	PART	O	0			ewtb.r.351058.3
+6	cooked	cook	VERB	O	0		v.creation	ewtb.r.351058.3
+7	like	like	SCONJ	O	0			ewtb.r.351058.3
+8	it	it	PRON	O	0			ewtb.r.351058.3
+9	should	should	AUX	O	0			ewtb.r.351058.3
+10	be	be	AUX	O	0			ewtb.r.351058.3
+11	,	,	PUNCT	O	0			ewtb.r.351058.3
+12	they	they	PRON	O	0			ewtb.r.351058.3
+13	got	get	VERB	O	0		v.stative	ewtb.r.351058.3
+14	the	the	DET	O	0			ewtb.r.351058.3
+15	order	order	NOUN	O	0		n.communication	ewtb.r.351058.3
+16	wrong	wrong	ADJ	O	0			ewtb.r.351058.3
+17	on	on	ADP	O	0			ewtb.r.351058.3
+18	a	a	DET	B	0		n.quantity	ewtb.r.351058.3
+19	number	number	NOUN	I	18			ewtb.r.351058.3
+20	of	of	ADP	O	0			ewtb.r.351058.3
+21	occasions	occasions	NOUN	O	0		n.event	ewtb.r.351058.3
+22	,	,	PUNCT	O	0			ewtb.r.351058.3
+23	and	and	CONJ	O	0			ewtb.r.351058.3
+24	once	once	ADV	O	0			ewtb.r.351058.3
+25	forgot	forget	VERB	O	0		v.cognition	ewtb.r.351058.3
+26	about	about	ADP	O	0			ewtb.r.351058.3
+27	my	my	PRON	O	0			ewtb.r.351058.3
+28	order	order	NOUN	O	0		n.food	ewtb.r.351058.3
+29	.	.	PUNCT	O	0			ewtb.r.351058.3
+
+1	Even	even	ADV	O	0			ewtb.r.232157.6
+2	though	though	SCONJ	O	0			ewtb.r.232157.6
+3	we	we	PRON	O	0			ewtb.r.232157.6
+4	were	be	AUX	B	0			ewtb.r.232157.6
+5	only	only	ADV	o	0			ewtb.r.232157.6
+6	supposed	suppose	VERB	I	4			ewtb.r.232157.6
+7	to	to	PART	I	6			ewtb.r.232157.6
+8	have	have	VERB	O	0		v.stative	ewtb.r.232157.6
+9	those	those	DET	O	0			ewtb.r.232157.6
+10	specific	specific	ADJ	O	0			ewtb.r.232157.6
+11	types	type	NOUN	O	0			ewtb.r.232157.6
+12	of	of	ADP	O	0			ewtb.r.232157.6
+13	pizza	pizza	NOUN	O	0		n.food	ewtb.r.232157.6
+14	,	,	PUNCT	O	0			ewtb.r.232157.6
+15	when	when	ADV	O	0			ewtb.r.232157.6
+16	guests	guest	NOUN	O	0		n.person	ewtb.r.232157.6
+17	asked	ask	VERB	O	0		v.communication	ewtb.r.232157.6
+18	for	for	ADP	O	0			ewtb.r.232157.6
+19	a	a	DET	O	0			ewtb.r.232157.6
+20	different	different	ADJ	O	0			ewtb.r.232157.6
+21	type	type	NOUN	O	0		n.cognition	ewtb.r.232157.6
+22	,	,	PUNCT	O	0			ewtb.r.232157.6
+23	it	it	PRON	O	0			ewtb.r.232157.6
+24	was	be	AUX	O	0			ewtb.r.232157.6
+25	brought	bring	VERB	O	0		v.motion	ewtb.r.232157.6
+26	out	out	ADV	O	0			ewtb.r.232157.6
+27	with	with	ADP	O	0			ewtb.r.232157.6
+28	no	no	DET	O	0			ewtb.r.232157.6
+29	charge	charge	NOUN	O	0		n.possession	ewtb.r.232157.6
+30	to	to	ADP	O	0			ewtb.r.232157.6
+31	us	us	PRON	O	0			ewtb.r.232157.6
+32	!	!	PUNCT	O	0			ewtb.r.232157.6
+
+1	Are	be	AUX	O	0			ewtb.r.381455.1
+2	you	you	PRON	O	0			ewtb.r.381455.1
+3	kidding	kid	VERB	O	0		v.communication	ewtb.r.381455.1
+4	me	me	PRON	O	0			ewtb.r.381455.1
+5	?	?	PUNCT	O	0			ewtb.r.381455.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.382257.2
+2	service	service	NOUN	O	0		n.act	ewtb.r.382257.2
+3	,	,	PUNCT	O	0			ewtb.r.382257.2
+4	Not	not	PART	O	0			ewtb.r.382257.2
+5	only	only	ADV	O	0			ewtb.r.382257.2
+6	did	do	AUX	O	0			ewtb.r.382257.2
+7	they	they	PRON	O	0			ewtb.r.382257.2
+8	get	get	VERB	O	0		v.stative	ewtb.r.382257.2
+9	the	the	DET	O	0			ewtb.r.382257.2
+10	exact	exact	ADJ	O	0			ewtb.r.382257.2
+11	car	car	NOUN	O	0		n.artifact	ewtb.r.382257.2
+12	I	i	PRON	O	0			ewtb.r.382257.2
+13	wanted	want	VERB	O	0		v.cognition	ewtb.r.382257.2
+14	win	win	X	O	0			ewtb.r.382257.2
+15	in	in	ADP	O	0			ewtb.r.382257.2
+16	48	48	NUM	O	0			ewtb.r.382257.2
+17	hours	hours	NOUN	O	0		n.time	ewtb.r.382257.2
+18	but	but	CONJ	O	0			ewtb.r.382257.2
+19	the	the	DET	O	0			ewtb.r.382257.2
+20	sales	sales	NOUN	B	0		n.person	ewtb.r.382257.2
+21	man	man	NOUN	I	20			ewtb.r.382257.2
+22	also	also	ADV	O	0			ewtb.r.382257.2
+23	took	take	VERB	B	0		v.social	ewtb.r.382257.2
+24	me	me	PRON	o	0			ewtb.r.382257.2
+25	out	out	ADV	I	23			ewtb.r.382257.2
+26	to	to	ADP	O	0			ewtb.r.382257.2
+27	lunch	lunch	NOUN	O	0		n.event	ewtb.r.382257.2
+28	.	.	PUNCT	O	0			ewtb.r.382257.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.001325.1
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.001325.1
+
+1	My	my	PRON	O	0			ewtb.r.001325.2
+2	8	8	NUM	O	0			ewtb.r.001325.2
+3	year	year	NOUN	B	0		n.person	ewtb.r.001325.2
+4	old	old	ADJ	I	3			ewtb.r.001325.2
+5	daughter	daughter	NOUN	O	0		n.person	ewtb.r.001325.2
+6	loves	love	VERB	O	0		v.emotion	ewtb.r.001325.2
+7	this	this	DET	O	0			ewtb.r.001325.2
+8	place	place	NOUN	O	0		n.location	ewtb.r.001325.2
+9	.	.	PUNCT	O	0			ewtb.r.001325.2
+
+1	The	the	DET	O	0			ewtb.r.001325.3
+2	best	best	ADJ	O	0			ewtb.r.001325.3
+3	climbing	climbing	NOUN	O	0		n.act	ewtb.r.001325.3
+4	club	club	NOUN	O	0		n.group	ewtb.r.001325.3
+5	around	around	ADV	O	0			ewtb.r.001325.3
+6	.	.	PUNCT	O	0			ewtb.r.001325.3
+
+1	The	the	DET	O	0			ewtb.r.010820.1
+2	moving	moving	NOUN	O	0		n.act	ewtb.r.010820.1
+3	company	company	NOUN	O	0		n.group	ewtb.r.010820.1
+4	is	be	AUX	O	0			ewtb.r.010820.1
+5	actualy	actualy	ADV	O	0			ewtb.r.010820.1
+6	based	base	VERB	O	0		v.stative	ewtb.r.010820.1
+7	in	in	ADP	O	0			ewtb.r.010820.1
+8	Brooklyn	brooklyn	PROPN	O	0		n.location	ewtb.r.010820.1
+9	,	,	PUNCT	O	0			ewtb.r.010820.1
+10	but	but	CONJ	O	0			ewtb.r.010820.1
+11	advertised	advertise	VERB	O	0		v.communication	ewtb.r.010820.1
+12	all	all	ADV	B	0			ewtb.r.010820.1
+13	over	over	ADP	I	12			ewtb.r.010820.1
+14	NY	ny	PROPN	O	0		n.location	ewtb.r.010820.1
+15	/	/	PUNCT	O	0			ewtb.r.010820.1
+16	NJ	nj	PROPN	O	0		n.location	ewtb.r.010820.1
+17	,	,	PUNCT	O	0			ewtb.r.010820.1
+18	including	include	VERB	O	0		v.stative	ewtb.r.010820.1
+19	Fort	fort	PROPN	B	0		n.location	ewtb.r.010820.1
+20	Lee	lee	PROPN	I	19			ewtb.r.010820.1
+21	.	.	PUNCT	O	0			ewtb.r.010820.1
+
+1	When	when	ADV	O	0			ewtb.r.010820.2
+2	the	the	DET	O	0			ewtb.r.010820.2
+3	guys	guy	NOUN	O	0		n.person	ewtb.r.010820.2
+4	arrived	arrive	VERB	O	0		v.motion	ewtb.r.010820.2
+5	(	(	PUNCT	O	0			ewtb.r.010820.2
+6	2	2	NUM	O	0			ewtb.r.010820.2
+7	hours	hours	NOUN	O	0		n.time	ewtb.r.010820.2
+8	later	later	ADV	O	0			ewtb.r.010820.2
+9	than	than	SCONJ	O	0			ewtb.r.010820.2
+10	agreed	agree	VERB	O	0		v.communication	ewtb.r.010820.2
+11	)	)	PUNCT	O	0			ewtb.r.010820.2
+12	they	they	PRON	O	0			ewtb.r.010820.2
+13	told	tell	VERB	O	0		v.communication	ewtb.r.010820.2
+14	that	that	SCONJ	O	0			ewtb.r.010820.2
+15	you	you	PRON	O	0			ewtb.r.010820.2
+16	have	have	VERB	B	0			ewtb.r.010820.2
+17	to	to	PART	I	16			ewtb.r.010820.2
+18	pay	pay	VERB	O	0		v.possession	ewtb.r.010820.2
+19	all	all	DET	O	0			ewtb.r.010820.2
+20	the	the	DET	O	0			ewtb.r.010820.2
+21	tolls	toll	NOUN	O	0		n.possession	ewtb.r.010820.2
+22	they	they	PRON	O	0			ewtb.r.010820.2
+23	payed	pay	VERB	O	0		v.possession	ewtb.r.010820.2
+24	coming	come	VERB	O	0		v.stative	ewtb.r.010820.2
+25	from	from	ADP	O	0			ewtb.r.010820.2
+26	Brooklyn	brooklyn	PROPN	O	0		n.location	ewtb.r.010820.2
+27	and	and	CONJ	O	0			ewtb.r.010820.2
+28	extra	extra	ADJ	O	0			ewtb.r.010820.2
+29	$	$	SYM	O	0			ewtb.r.010820.2
+30	100	100	NUM	O	0			ewtb.r.010820.2
+31	for	for	SCONJ	O	0			ewtb.r.010820.2
+32	them	them	PRON	O	0			ewtb.r.010820.2
+33	to	to	PART	O	0			ewtb.r.010820.2
+34	drive	drive	VERB	O	0		v.motion	ewtb.r.010820.2
+35	back	back	ADV	O	0			ewtb.r.010820.2
+36	from	from	ADP	O	0			ewtb.r.010820.2
+37	your	your	PRON	O	0			ewtb.r.010820.2
+38	destination	destination	NOUN	O	0		n.location	ewtb.r.010820.2
+39	.	.	PUNCT	O	0			ewtb.r.010820.2
+
+1	That	that	DET	O	0			ewtb.r.010820.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.010820.3
+3	not	not	PART	O	0			ewtb.r.010820.3
+4	in	in	ADP	O	0			ewtb.r.010820.3
+5	agreement	agreement	NOUN	O	0		n.communication	ewtb.r.010820.3
+6	eather	eather	ADV	O	0			ewtb.r.010820.3
+7	,	,	PUNCT	O	0			ewtb.r.010820.3
+8	but	but	CONJ	O	0			ewtb.r.010820.3
+9	they	they	PRON	O	0			ewtb.r.010820.3
+10	realy	realy	ADV	O	0			ewtb.r.010820.3
+11	demand	demand	VERB	O	0		v.communication	ewtb.r.010820.3
+12	it	it	PRON	O	0			ewtb.r.010820.3
+13	.	.	PUNCT	O	0			ewtb.r.010820.3
+
+1	So	so	ADV	O	0			ewtb.r.010820.5
+2	totalling	total	VERB	O	0		v.stative	ewtb.r.010820.5
+3	$	$	SYM	O	0			ewtb.r.010820.5
+4	212	212	NUM	O	0			ewtb.r.010820.5
+5	just	just	ADV	O	0			ewtb.r.010820.5
+6	for	for	ADP	O	0			ewtb.r.010820.5
+7	start	start	NOUN	O	0		n.time	ewtb.r.010820.5
+8	before	before	SCONJ	O	0			ewtb.r.010820.5
+9	any	any	DET	O	0			ewtb.r.010820.5
+10	work	work	NOUN	O	0		n.act	ewtb.r.010820.5
+11	started	start	VERB	O	0		v.stative	ewtb.r.010820.5
+12	.	.	PUNCT	O	0			ewtb.r.010820.5
+
+1	Guess	guess	VERB	O	0		v.communication	ewtb.r.010820.6
+2	what	what	PRON	O	0			ewtb.r.010820.6
+3	,	,	PUNCT	O	0			ewtb.r.010820.6
+4	was	be	VERB	O	0		v.stative	ewtb.r.010820.6
+5	not	not	PART	O	0			ewtb.r.010820.6
+6	in	in	ADP	O	0			ewtb.r.010820.6
+7	the	the	DET	O	0			ewtb.r.010820.6
+8	initial	initial	ADJ	O	0			ewtb.r.010820.6
+9	agreement	agreement	NOUN	O	0		n.possession	ewtb.r.010820.6
+10	as	as	ADV	B	0			ewtb.r.010820.6
+11	well	well	ADV	I	10			ewtb.r.010820.6
+12	.	.	PUNCT	O	0			ewtb.r.010820.6
+
+1	I	i	PRON	O	0			ewtb.r.010820.7
+2	was	be	AUX	O	0			ewtb.r.010820.7
+3	moving	move	VERB	O	0		v.motion	ewtb.r.010820.7
+4	out	out	ADP	O	0			ewtb.r.010820.7
+5	from	from	ADP	O	0			ewtb.r.010820.7
+6	2	2	NUM	O	0			ewtb.r.010820.7
+7	bdr	bdr	NOUN	O	0		n.artifact	ewtb.r.010820.7
+8	apartment	apartment	NOUN	O	0		n.artifact	ewtb.r.010820.7
+9	and	and	CONJ	O	0			ewtb.r.010820.7
+10	it	it	PRON	O	0			ewtb.r.010820.7
+11	took	take	VERB	O	0		v.stative	ewtb.r.010820.7
+12	for	for	ADP	O	0			ewtb.r.010820.7
+13	3	3	NUM	O	0			ewtb.r.010820.7
+14	strong	strong	ADJ	O	0			ewtb.r.010820.7
+15	guys	guy	NOUN	O	0		n.person	ewtb.r.010820.7
+16	6	6	NUM	O	0			ewtb.r.010820.7
+17	hours	hours	NOUN	O	0		n.time	ewtb.r.010820.7
+18	to	to	PART	O	0			ewtb.r.010820.7
+19	load	load	VERB	O	0		v.motion	ewtb.r.010820.7
+20	a	a	DET	O	0			ewtb.r.010820.7
+21	track	track	NOUN	O	0		n.artifact	ewtb.r.010820.7
+22	(	(	PUNCT	O	0			ewtb.r.010820.7
+23	from	from	ADP	O	0			ewtb.r.010820.7
+24	2	2	NUM	O	0			ewtb.r.010820.7
+25	pm	pm	NOUN	O	0		n.time	ewtb.r.010820.7
+26	-	-	SYM	O	0			ewtb.r.010820.7
+27	8	8	NUM	O	0			ewtb.r.010820.7
+28	pm	pm	NOUN	O	0		n.time	ewtb.r.010820.7
+29	)	)	PUNCT	O	0			ewtb.r.010820.7
+30	.	.	PUNCT	O	0			ewtb.r.010820.7
+
+1	The	the	DET	O	0			ewtb.r.010820.8
+2	only	only	ADJ	O	0			ewtb.r.010820.8
+3	reason	reason	NOUN	O	0		n.motive	ewtb.r.010820.8
+4	I	i	PRON	O	0			ewtb.r.010820.8
+5	'm	'm	AUX	O	0			ewtb.r.010820.8
+6	giving	give	VERB	O	0		v.communication	ewtb.r.010820.8
+7	3	3	NUM	O	0			ewtb.r.010820.8
+8	stars	star	NOUN	O	0		n.attribute	ewtb.r.010820.8
+9	instead	instead	ADV	B	0			ewtb.r.010820.8
+10	of	of	ADP	I	9			ewtb.r.010820.8
+11	1	1	NUM	O	0			ewtb.r.010820.8
+12	or	or	CONJ	O	0			ewtb.r.010820.8
+13	2	2	NUM	O	0			ewtb.r.010820.8
+14	,	,	PUNCT	O	0			ewtb.r.010820.8
+15	I	i	PRON	O	0			ewtb.r.010820.8
+16	should	should	AUX	O	0			ewtb.r.010820.8
+17	admit	admit	VERB	O	0		v.communication	ewtb.r.010820.8
+18	,	,	PUNCT	O	0			ewtb.r.010820.8
+19	nothing	nothing	NOUN	O	0			ewtb.r.010820.8
+20	was	be	AUX	O	0			ewtb.r.010820.8
+21	broken	break	VERB	O	0		v.contact	ewtb.r.010820.8
+22	.	.	PUNCT	O	0			ewtb.r.010820.8
+
+1	So	so	ADV	O	0			ewtb.r.010820.9
+2	I	i	PRON	O	0			ewtb.r.010820.9
+3	still	still	ADV	O	0			ewtb.r.010820.9
+4	can	can	AUX	O	0			ewtb.r.010820.9
+5	recomend	recomend	VERB	O	0		v.communication	ewtb.r.010820.9
+6	them	them	PRON	O	0			ewtb.r.010820.9
+7	but	but	CONJ	O	0			ewtb.r.010820.9
+8	prepare	prepare	VERB	O	0		v.cognition	ewtb.r.010820.9
+9	pay	pay	VERB	O	0		v.possession	ewtb.r.010820.9
+10	twice	twice	ADV	O	0			ewtb.r.010820.9
+11	as	as	ADV	O	0			ewtb.r.010820.9
+12	much	much	ADJ	O	0			ewtb.r.010820.9
+13	as	as	SCONJ	O	0			ewtb.r.010820.9
+14	they	they	PRON	O	0			ewtb.r.010820.9
+15	tell	tell	VERB	O	0		v.communication	ewtb.r.010820.9
+16	you	you	PRON	O	0			ewtb.r.010820.9
+17	initially	initially	ADV	O	0			ewtb.r.010820.9
+18	.	.	PUNCT	O	0			ewtb.r.010820.9
+
+1	One	one	NUM	B	0		n.quantity	ewtb.r.010820.10
+2	more	more	ADJ	I	1			ewtb.r.010820.10
+3	thing	thing	NOUN	I	2			ewtb.r.010820.10
+4	,	,	PUNCT	O	0			ewtb.r.010820.10
+5	they	they	PRON	O	0			ewtb.r.010820.10
+6	do	do	AUX	O	0			ewtb.r.010820.10
+7	n't	n't	PART	O	0			ewtb.r.010820.10
+8	take	take	VERB	O	0		v.social	ewtb.r.010820.10
+9	any	any	DET	O	0			ewtb.r.010820.10
+10	credit	credit	NOUN	B	0		n.possession	ewtb.r.010820.10
+11	cards	cards	NOUN	I	10			ewtb.r.010820.10
+12	or	or	CONJ	O	0			ewtb.r.010820.10
+13	checks	check	NOUN	O	0		n.possession	ewtb.r.010820.10
+14	.	.	PUNCT	O	0			ewtb.r.010820.10
+
+1	You	you	PRON	O	0			ewtb.r.010820.11
+2	have	have	VERB	B	0			ewtb.r.010820.11
+3	to	to	PART	I	2			ewtb.r.010820.11
+4	pay	pay	VERB	O	0		v.possession	ewtb.r.010820.11
+5	CASH	cash	NOUN	O	0		n.possession	ewtb.r.010820.11
+6	ONLY	only	ADV	O	0			ewtb.r.010820.11
+7	before	before	SCONJ	O	0			ewtb.r.010820.11
+8	they	they	PRON	O	0			ewtb.r.010820.11
+9	start	start	VERB	O	0		v.stative	ewtb.r.010820.11
+10	unloading	unload	VERB	O	0		v.motion	ewtb.r.010820.11
+11	track	track	NOUN	O	0		n.artifact	ewtb.r.010820.11
+12	on	on	ADP	O	0			ewtb.r.010820.11
+13	your	your	PRON	O	0			ewtb.r.010820.11
+14	destination	destination	NOUN	O	0		n.location	ewtb.r.010820.11
+15	.	.	PUNCT	O	0			ewtb.r.010820.11
+
+1	There	there	PRON	O	0			ewtb.r.014629.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.014629.1
+3	no	no	DET	O	0			ewtb.r.014629.1
+4	delivery	delivery	NOUN	O	0		n.act	ewtb.r.014629.1
+5	.	.	PUNCT	O	0			ewtb.r.014629.1
+
+1	There	there	PRON	O	0			ewtb.r.014629.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.014629.2
+3	no	no	DET	O	0			ewtb.r.014629.2
+4	delivery	delivery	NOUN	O	0		n.act	ewtb.r.014629.2
+5	.	.	PUNCT	O	0			ewtb.r.014629.2
+
+1	This	this	DET	O	0			ewtb.r.023620.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.023620.1
+3	one	one	NUM	O	0			ewtb.r.023620.1
+4	of	of	ADP	O	0			ewtb.r.023620.1
+5	the	the	DET	O	0			ewtb.r.023620.1
+6	worst	worst	ADJ	O	0			ewtb.r.023620.1
+7	places	place	NOUN	O	0		n.location	ewtb.r.023620.1
+8	I	i	PRON	O	0			ewtb.r.023620.1
+9	have	have	AUX	O	0			ewtb.r.023620.1
+10	stayed	stay	VERB	O	0		v.social	ewtb.r.023620.1
+11	,	,	PUNCT	O	0			ewtb.r.023620.1
+12	we	we	PRON	O	0			ewtb.r.023620.1
+13	cut	cut	VERB	B	0		v.change	ewtb.r.023620.1
+14	out	out	PRON	o	0			ewtb.r.023620.1
+15	stay	stay	NOUN	o	0		n.event	ewtb.r.023620.1
+16	short	short	ADJ	I	13			ewtb.r.023620.1
+17	and	and	CONJ	O	0			ewtb.r.023620.1
+18	went	go	VERB	O	0		v.motion	ewtb.r.023620.1
+19	to	to	ADP	O	0			ewtb.r.023620.1
+20	the	the	DET	O	0			ewtb.r.023620.1
+21	Mulberry	mulberry	PROPN	O	0		n.location	ewtb.r.023620.1
+22	.	.	PUNCT	O	0			ewtb.r.023620.1
+
+1	Even	even	ADV	O	0			ewtb.r.023620.2
+2	though	though	SCONJ	O	0			ewtb.r.023620.2
+3	they	they	PRON	O	0			ewtb.r.023620.2
+4	still	still	ADV	O	0			ewtb.r.023620.2
+5	charge	charge	VERB	O	0		v.possession	ewtb.r.023620.2
+6	you	you	PRON	O	0			ewtb.r.023620.2
+7	the	the	DET	O	0			ewtb.r.023620.2
+8	days	days	NOUN	O	0		n.time	ewtb.r.023620.2
+9	you	you	PRON	O	0			ewtb.r.023620.2
+10	booked	book	VERB	O	0		v.social	ewtb.r.023620.2
+11	but	but	CONJ	O	0			ewtb.r.023620.2
+12	wo	wo	AUX	O	0			ewtb.r.023620.2
+13	n't	n't	PART	O	0			ewtb.r.023620.2
+14	use	use	VERB	O	0		v.social	ewtb.r.023620.2
+15	,	,	PUNCT	O	0			ewtb.r.023620.2
+16	it	it	PRON	O	0			ewtb.r.023620.2
+17	is	be	VERB	O	0		v.stative	ewtb.r.023620.2
+18	worth	worth	ADP	O	0			ewtb.r.023620.2
+19	the	the	DET	O	0			ewtb.r.023620.2
+20	get	get	VERB	B	0		v.motion	ewtb.r.023620.2
+21	the	the	DET	I	20			ewtb.r.023620.2
+22	hell	hell	NOUN	I	21			ewtb.r.023620.2
+23	out	out	ADP	B	0			ewtb.r.023620.2
+24	of	of	ADP	I	23			ewtb.r.023620.2
+25	this	this	DET	O	0			ewtb.r.023620.2
+26	crap	crap	NOUN	B	0		n.artifact	ewtb.r.023620.2
+27	hole	hole	NOUN	I	26			ewtb.r.023620.2
+28	.	.	PUNCT	O	0			ewtb.r.023620.2
+
+1	Bad	bad	ADJ	O	0			ewtb.r.023620.4
+2	service	service	NOUN	O	0		n.act	ewtb.r.023620.4
+3	starting	start	VERB	O	0		v.stative	ewtb.r.023620.4
+4	from	from	ADP	O	0			ewtb.r.023620.4
+5	the	the	DET	O	0			ewtb.r.023620.4
+6	front	front	ADJ	B	0		n.location	ewtb.r.023620.4
+7	desk	desk	NOUN	I	6			ewtb.r.023620.4
+8	.	.	PUNCT	O	0			ewtb.r.023620.4
+
+1	The	the	DET	O	0			ewtb.r.023620.5
+2	best	best	ADJ	O	0			ewtb.r.023620.5
+3	person	person	NOUN	O	0		n.person	ewtb.r.023620.5
+4	is	be	VERB	O	0		v.stative	ewtb.r.023620.5
+5	the	the	DET	O	0			ewtb.r.023620.5
+6	valet	valet	NOUN	O	0		n.person	ewtb.r.023620.5
+7	.	.	PUNCT	O	0			ewtb.r.023620.5
+
+1	Great	great	ADJ	O	0			ewtb.r.023926.1
+2	job	job	NOUN	O	0		n.act	ewtb.r.023926.1
+3	!	!	PUNCT	O	0			ewtb.r.023926.1
+
+1	Mercedes	mercedes	PROPN	O	0		n.person	ewtb.r.023926.2
+2	and	and	CONJ	O	0			ewtb.r.023926.2
+3	Dan	dan	PROPN	O	0		n.person	ewtb.r.023926.2
+4	are	be	VERB	O	0		v.stative	ewtb.r.023926.2
+5	very	very	ADV	O	0			ewtb.r.023926.2
+6	thorough	thorough	ADJ	O	0			ewtb.r.023926.2
+7	and	and	CONJ	O	0			ewtb.r.023926.2
+8	on	on	ADP	B	0			ewtb.r.023926.2
+9	top	top	NOUN	I	8			ewtb.r.023926.2
+10	of	of	ADP	I	9			ewtb.r.023926.2
+11	everything	everything	NOUN	O	0			ewtb.r.023926.2
+12	!	!	PUNCT	O	0			ewtb.r.023926.2
+
+1	HORRIBLE	horrible	ADJ	O	0			ewtb.r.030126.1
+
+1	This	this	DET	O	0			ewtb.r.030126.2
+2	school	school	NOUN	O	0		n.group	ewtb.r.030126.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.030126.2
+4	the	the	DET	O	0			ewtb.r.030126.2
+5	worst	worst	ADJ	O	0			ewtb.r.030126.2
+6	one	one	NUM	O	0			ewtb.r.030126.2
+7	i	i	PRON	O	0			ewtb.r.030126.2
+8	've	've	AUX	O	0			ewtb.r.030126.2
+9	ever	ever	ADV	O	0			ewtb.r.030126.2
+10	been	be	VERB	B	0		v.motion	ewtb.r.030126.2
+11	to	to	ADP	I	10			ewtb.r.030126.2
+12	.	.	PUNCT	O	0			ewtb.r.030126.2
+
+1	There	there	PRON	O	0			ewtb.r.030126.4
+2	's	's	VERB	O	0		v.stative	ewtb.r.030126.4
+3	holes	hole	NOUN	O	0		n.natural_object	ewtb.r.030126.4
+4	everywhere	everywhere	ADV	O	0			ewtb.r.030126.4
+5	in	in	ADP	O	0			ewtb.r.030126.4
+6	the	the	DET	O	0			ewtb.r.030126.4
+7	ceiling	ceiling	NOUN	O	0		n.artifact	ewtb.r.030126.4
+8	,	,	PUNCT	O	0			ewtb.r.030126.4
+9	sewage	sewage	NOUN	O	0		n.substance	ewtb.r.030126.4
+10	constantly	constantly	ADV	O	0			ewtb.r.030126.4
+11	leaks	leak	VERB	O	0		v.stative	ewtb.r.030126.4
+12	through	through	ADP	O	0			ewtb.r.030126.4
+13	the	the	DET	O	0			ewtb.r.030126.4
+14	ceiling	ceiling	NOUN	O	0		n.artifact	ewtb.r.030126.4
+15	,	,	PUNCT	O	0			ewtb.r.030126.4
+16	and	and	CONJ	O	0			ewtb.r.030126.4
+17	the	the	DET	O	0			ewtb.r.030126.4
+18	whole	whole	ADJ	O	0			ewtb.r.030126.4
+19	condition	condition	NOUN	O	0		n.attribute	ewtb.r.030126.4
+20	of	of	ADP	O	0			ewtb.r.030126.4
+21	the	the	DET	O	0			ewtb.r.030126.4
+22	school	school	NOUN	O	0		n.group	ewtb.r.030126.4
+23	is	be	VERB	O	0		v.stative	ewtb.r.030126.4
+24	horrible	horrible	ADJ	O	0			ewtb.r.030126.4
+25	.	.	PUNCT	O	0			ewtb.r.030126.4
+
+1	The	the	DET	O	0			ewtb.r.030126.5
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.030126.5
+3	and	and	CONJ	O	0			ewtb.r.030126.5
+4	the	the	DET	O	0			ewtb.r.030126.5
+5	Principal	principal	NOUN	O	0		n.person	ewtb.r.030126.5
+6	are	be	VERB	O	0		v.stative	ewtb.r.030126.5
+7	rediculous	rediculous	ADJ	O	0			ewtb.r.030126.5
+8	,	,	PUNCT	O	0			ewtb.r.030126.5
+9	they	they	PRON	O	0			ewtb.r.030126.5
+10	do	do	AUX	O	0			ewtb.r.030126.5
+11	n't	n't	PART	O	0			ewtb.r.030126.5
+12	listen	listen	VERB	O	0		v.communication	ewtb.r.030126.5
+13	to	to	ADP	O	0			ewtb.r.030126.5
+14	any	any	DET	O	0			ewtb.r.030126.5
+15	input	input	NOUN	O	0		n.cognition	ewtb.r.030126.5
+16	,	,	PUNCT	O	0			ewtb.r.030126.5
+17	and	and	CONJ	O	0			ewtb.r.030126.5
+18	they	they	PRON	O	0			ewtb.r.030126.5
+19	make	make	VERB	B	0		v.cognition	ewtb.r.030126.5
+20	up	up	ADP	I	19			ewtb.r.030126.5
+21	rediculous	rediculous	ADJ	O	0			ewtb.r.030126.5
+22	rules	rule	NOUN	O	0		n.cognition	ewtb.r.030126.5
+23	(	(	PUNCT	O	0			ewtb.r.030126.5
+24	They	they	PRON	O	0			ewtb.r.030126.5
+25	banned	ban	VERB	O	0		v.stative	ewtb.r.030126.5
+26	backpacks	backpack	NOUN	O	0		n.artifact	ewtb.r.030126.5
+27	,	,	PUNCT	O	0			ewtb.r.030126.5
+28	because	because	SCONJ	O	0			ewtb.r.030126.5
+29	a	a	DET	O	0			ewtb.r.030126.5
+30	teacher	teacher	NOUN	O	0		n.person	ewtb.r.030126.5
+31	TRIPPED	trip	VERB	O	0		v.contact	ewtb.r.030126.5
+32	OVER	over	ADP	O	0			ewtb.r.030126.5
+33	a	a	DET	O	0			ewtb.r.030126.5
+34	student	student	NOUN	O	0		n.person	ewtb.r.030126.5
+35	's	's	PART	O	0			ewtb.r.030126.5
+36	)	)	PUNCT	O	0			ewtb.r.030126.5
+37	.	.	PUNCT	O	0			ewtb.r.030126.5
+
+1	The	the	DET	O	0			ewtb.r.030126.6
+2	education	education	NOUN	O	0		n.cognition	ewtb.r.030126.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.030126.6
+4	horrible	horrible	ADJ	O	0			ewtb.r.030126.6
+5	at	at	ADV	B	0			ewtb.r.030126.6
+6	best	best	ADV	I	5			ewtb.r.030126.6
+7	,	,	PUNCT	O	0			ewtb.r.030126.6
+8	do	do	VERB	B	0		v.social	ewtb.r.030126.6
+9	society	society	NOUN	o	0		n.group	ewtb.r.030126.6
+10	a	a	DET	I	8			ewtb.r.030126.6
+11	favor	favor	NOUN	I	10			ewtb.r.030126.6
+12	,	,	PUNCT	O	0			ewtb.r.030126.6
+13	and	and	CONJ	O	0			ewtb.r.030126.6
+14	do	do	AUX	O	0			ewtb.r.030126.6
+15	NOT	not	PART	O	0			ewtb.r.030126.6
+16	send	send	VERB	O	0		v.social	ewtb.r.030126.6
+17	your	your	PRON	O	0			ewtb.r.030126.6
+18	student	student	NOUN	O	0		n.person	ewtb.r.030126.6
+19	here	here	ADV	O	0			ewtb.r.030126.6
+20	.	.	PUNCT	O	0			ewtb.r.030126.6
+
+1	Fresh	fresh	ADJ	O	0			ewtb.r.034320.1
+2	and	and	CONJ	O	0			ewtb.r.034320.1
+3	unic	unic	ADJ	O	0			ewtb.r.034320.1
+4	!	!	PUNCT	O	0			ewtb.r.034320.1
+
+1	Very	very	ADV	O	0			ewtb.r.034320.2
+2	professional	professional	ADJ	O	0			ewtb.r.034320.2
+3	,	,	PUNCT	O	0			ewtb.r.034320.2
+4	talented	talented	ADJ	O	0			ewtb.r.034320.2
+5	,	,	PUNCT	O	0			ewtb.r.034320.2
+6	unic	unic	ADJ	O	0			ewtb.r.034320.2
+7	and	and	CONJ	O	0			ewtb.r.034320.2
+8	fresh	fresh	ADJ	O	0			ewtb.r.034320.2
+9	work	work	NOUN	O	0		n.act	ewtb.r.034320.2
+10	.	.	PUNCT	O	0			ewtb.r.034320.2
+
+1	Paula	paula	PROPN	O	0		n.person	ewtb.r.034320.3
+2	has	have	VERB	B	0		v.stative	ewtb.r.034320.3
+3	an	an	DET	I	2			ewtb.r.034320.3
+4	amazing	amazing	ADJ	o	0			ewtb.r.034320.3
+5	gift	gift	NOUN	I	3			ewtb.r.034320.3
+6	for	for	ADP	I	5			ewtb.r.034320.3
+7	creativity	creativity	NOUN	O	0		n.cognition	ewtb.r.034320.3
+8	,	,	PUNCT	O	0			ewtb.r.034320.3
+9	vision	vision	NOUN	O	0		n.cognition	ewtb.r.034320.3
+10	and	and	CONJ	O	0			ewtb.r.034320.3
+11	the	the	DET	O	0			ewtb.r.034320.3
+12	ability	ability	NOUN	O	0		n.cognition	ewtb.r.034320.3
+13	to	to	PART	O	0			ewtb.r.034320.3
+14	combine	combine	VERB	O	0		v.stative	ewtb.r.034320.3
+15	art	art	NOUN	O	0		n.cognition	ewtb.r.034320.3
+16	to	to	ADP	O	0			ewtb.r.034320.3
+17	/	/	PUNCT	O	0			ewtb.r.034320.3
+18	with	with	ADP	O	0			ewtb.r.034320.3
+19	commercial	commercial	ADJ	O	0			ewtb.r.034320.3
+20	purpose	purpose	NOUN	O	0		n.motive	ewtb.r.034320.3
+21	.	.	PUNCT	O	0			ewtb.r.034320.3
+
+1	Bravo	bravo	INTJ	O	0			ewtb.r.034320.4
+2	!	!	PUNCT	O	0			ewtb.r.034320.4
+
+1	The	the	DET	O	0			ewtb.r.035726.1
+2	BEST	best	ADJ	O	0			ewtb.r.035726.1
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.035726.2
+2	Aster	aster	PROPN	I	1			ewtb.r.035726.2
+3	and	and	CONJ	O	0			ewtb.r.035726.2
+4	her	her	PRON	O	0			ewtb.r.035726.2
+5	team	team	NOUN	O	0		n.group	ewtb.r.035726.2
+6	have	have	AUX	O	0			ewtb.r.035726.2
+7	been	be	VERB	O	0		v.stative	ewtb.r.035726.2
+8	a	a	DET	O	0			ewtb.r.035726.2
+9	strong	strong	ADJ	O	0			ewtb.r.035726.2
+10	advocate	advocate	NOUN	O	0		n.person	ewtb.r.035726.2
+11	in	in	ADP	O	0			ewtb.r.035726.2
+12	the	the	DET	O	0			ewtb.r.035726.2
+13	health	health	NOUN	O	0		n.state	ewtb.r.035726.2
+14	of	of	ADP	O	0			ewtb.r.035726.2
+15	both	both	DET	O	0			ewtb.r.035726.2
+16	my	my	PRON	O	0			ewtb.r.035726.2
+17	daughters	daughter	NOUN	O	0		n.person	ewtb.r.035726.2
+18	.	.	PUNCT	O	0			ewtb.r.035726.2
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.035726.3
+2	Aster	aster	PROPN	I	1			ewtb.r.035726.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.035726.3
+4	very	very	ADV	O	0			ewtb.r.035726.3
+5	kind	kind	ADJ	O	0			ewtb.r.035726.3
+6	an	an	CONJ	O	0			ewtb.r.035726.3
+7	gentle	gentle	ADJ	O	0			ewtb.r.035726.3
+8	with	with	ADP	O	0			ewtb.r.035726.3
+9	the	the	DET	O	0			ewtb.r.035726.3
+10	children	child	NOUN	O	0		n.group	ewtb.r.035726.3
+11	,	,	PUNCT	O	0			ewtb.r.035726.3
+12	but	but	CONJ	O	0			ewtb.r.035726.3
+13	also	also	ADV	O	0			ewtb.r.035726.3
+14	positive	positive	ADJ	O	0			ewtb.r.035726.3
+15	and	and	CONJ	O	0			ewtb.r.035726.3
+16	to	to	ADP	B	0			ewtb.r.035726.3
+17	the	the	DET	I	16			ewtb.r.035726.3
+18	point	point	NOUN	I	17			ewtb.r.035726.3
+19	with	with	ADP	O	0			ewtb.r.035726.3
+20	the	the	DET	O	0			ewtb.r.035726.3
+21	parents	parent	NOUN	O	0		n.person	ewtb.r.035726.3
+22	.	.	PUNCT	O	0			ewtb.r.035726.3
+
+1	She	she	PRON	O	0			ewtb.r.035726.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.035726.4
+3	and	and	DET	O	0			ewtb.r.035726.4
+4	excellent	excellent	ADJ	O	0			ewtb.r.035726.4
+5	doctor	doctor	NOUN	O	0		n.person	ewtb.r.035726.4
+6	to	to	PART	O	0			ewtb.r.035726.4
+7	have	have	VERB	O	0		v.stative	ewtb.r.035726.4
+8	on	on	ADP	O	0			ewtb.r.035726.4
+9	one	one	PRON	O	0			ewtb.r.035726.4
+10	's	's	PART	O	0			ewtb.r.035726.4
+11	team	team	NOUN	O	0		n.group	ewtb.r.035726.4
+12	.	.	PUNCT	O	0			ewtb.r.035726.4
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.038523.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.038523.1
+3	.	.	PUNCT	O	0			ewtb.r.038523.1
+
+1	Attentive	attentive	ADJ	O	0			ewtb.r.038523.2
+2	to	to	ADP	O	0			ewtb.r.038523.2
+3	the	the	DET	O	0			ewtb.r.038523.2
+4	needs	need	NOUN	O	0		n.motive	ewtb.r.038523.2
+5	of	of	ADP	O	0			ewtb.r.038523.2
+6	customer	customer	NOUN	O	0		n.person	ewtb.r.038523.2
+7	.	.	PUNCT	O	0			ewtb.r.038523.2
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.038523.3
+2	again	again	ADV	O	0			ewtb.r.038523.3
+3	!	!	PUNCT	O	0			ewtb.r.038523.3
+
+1	I	i	PRON	O	0			ewtb.r.041925.1
+2	heard	hear	VERB	O	0		v.perception	ewtb.r.041925.1
+3	the	the	DET	B	0		n.group	ewtb.r.041925.1
+4	libido	libido	NOUN	I	3			ewtb.r.041925.1
+5	band	band	NOUN	I	4			ewtb.r.041925.1
+6	play	play	VERB	O	0		v.creation	ewtb.r.041925.1
+7	live	live	ADV	O	0			ewtb.r.041925.1
+8	and	and	CONJ	O	0			ewtb.r.041925.1
+9	they	they	PRON	O	0			ewtb.r.041925.1
+10	are	be	VERB	O	0		v.stative	ewtb.r.041925.1
+11	out	out	ADP	B	0			ewtb.r.041925.1
+12	of	of	ADP	I	11			ewtb.r.041925.1
+13	site	site	NOUN	I	12			ewtb.r.041925.1
+14	!!	!!	PUNCT	O	0			ewtb.r.041925.1
+
+1	Quick	quick	ADJ	O	0			ewtb.r.043020.1
+2	to	to	PART	O	0			ewtb.r.043020.1
+3	take	take	VERB	O	0		v.possession	ewtb.r.043020.1
+4	money	money	NOUN	O	0		n.possession	ewtb.r.043020.1
+5	but	but	CONJ	O	0			ewtb.r.043020.1
+6	not	not	PART	O	0			ewtb.r.043020.1
+7	quick	quick	ADJ	O	0			ewtb.r.043020.1
+8	to	to	PART	O	0			ewtb.r.043020.1
+9	fix	fix	VERB	B	0		v.change	ewtb.r.043020.1
+10	a	a	DET	o	0			ewtb.r.043020.1
+11	problem	problem	NOUN	I	9			ewtb.r.043020.1
+12	!	!	PUNCT	O	0			ewtb.r.043020.1
+
+1	B&B	b&b	PROPN	O	0		n.group	ewtb.r.043020.2
+2	came	come	VERB	B	0		v.motion	ewtb.r.043020.2
+3	out	out	ADV	I	2			ewtb.r.043020.2
+4	very	very	ADV	O	0			ewtb.r.043020.2
+5	quickly	quickly	ADV	O	0			ewtb.r.043020.2
+6	to	to	PART	O	0			ewtb.r.043020.2
+7	give	give	VERB	B	0		v.communication	ewtb.r.043020.2
+8	us	us	PRON	o	0			ewtb.r.043020.2
+9	our	our	PRON	o	0			ewtb.r.043020.2
+10	quote	quote	NOUN	I	7			ewtb.r.043020.2
+11	back	back	ADV	O	0			ewtb.r.043020.2
+12	in	in	ADP	O	0			ewtb.r.043020.2
+13	June	june	PROPN	O	0		n.time	ewtb.r.043020.2
+14	.	.	PUNCT	O	0			ewtb.r.043020.2
+
+1	They	they	PRON	O	0			ewtb.r.043020.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.043020.3
+3	very	very	ADV	O	0			ewtb.r.043020.3
+4	polite	polite	ADJ	O	0			ewtb.r.043020.3
+5	,	,	PUNCT	O	0			ewtb.r.043020.3
+6	eager	eager	ADJ	O	0			ewtb.r.043020.3
+7	to	to	PART	O	0			ewtb.r.043020.3
+8	answer	answer	VERB	O	0		v.communication	ewtb.r.043020.3
+9	any	any	DET	O	0			ewtb.r.043020.3
+10	questions	question	NOUN	O	0		n.communication	ewtb.r.043020.3
+11	and	and	CONJ	O	0			ewtb.r.043020.3
+12	willing	willing	ADJ	O	0			ewtb.r.043020.3
+13	to	to	PART	O	0			ewtb.r.043020.3
+14	wait	wait	VERB	O	0		v.cognition	ewtb.r.043020.3
+15	for	for	SCONJ	O	0			ewtb.r.043020.3
+16	us	us	PRON	O	0			ewtb.r.043020.3
+17	to	to	PART	O	0			ewtb.r.043020.3
+18	return	return	VERB	O	0		v.motion	ewtb.r.043020.3
+19	from	from	ADP	O	0			ewtb.r.043020.3
+20	vacation	vacation	NOUN	O	0		n.event	ewtb.r.043020.3
+21	to	to	PART	O	0			ewtb.r.043020.3
+22	begin	begin	VERB	O	0		v.stative	ewtb.r.043020.3
+23	installing	instal	VERB	O	0		v.contact	ewtb.r.043020.3
+24	our	our	PRON	O	0			ewtb.r.043020.3
+25	fence	fence	NOUN	O	0		n.artifact	ewtb.r.043020.3
+26	.	.	PUNCT	O	0			ewtb.r.043020.3
+
+1	Our	our	PRON	O	0			ewtb.r.043020.4
+2	fence	fence	NOUN	O	0		n.artifact	ewtb.r.043020.4
+3	was	be	AUX	O	0			ewtb.r.043020.4
+4	installed	instal	VERB	O	0		v.contact	ewtb.r.043020.4
+5	quickly	quickly	ADV	O	0			ewtb.r.043020.4
+6	in	in	ADP	O	0			ewtb.r.043020.4
+7	August	august	PROPN	O	0		n.time	ewtb.r.043020.4
+8	and	and	CONJ	O	0			ewtb.r.043020.4
+9	they	they	PRON	O	0			ewtb.r.043020.4
+10	had	have	VERB	O	0		v.stative	ewtb.r.043020.4
+11	their	their	PRON	O	0			ewtb.r.043020.4
+12	money	money	NOUN	O	0		n.possession	ewtb.r.043020.4
+13	and	and	CONJ	O	0			ewtb.r.043020.4
+14	left	leave	VERB	O	0		v.motion	ewtb.r.043020.4
+15	saying	say	VERB	O	0		v.communication	ewtb.r.043020.4
+16	"	"	PUNCT	O	0			ewtb.r.043020.4
+17	Workmanship	workmanship	NOUN	O	0		n.attribute	ewtb.r.043020.4
+18	is	be	AUX	O	0			ewtb.r.043020.4
+19	guaranteed	guarantee	VERB	O	0		v.communication	ewtb.r.043020.4
+20	for	for	ADP	O	0			ewtb.r.043020.4
+21	a	a	DET	O	0			ewtb.r.043020.4
+22	year	year	NOUN	O	0		n.time	ewtb.r.043020.4
+23	!	!	PUNCT	O	0			ewtb.r.043020.4
+24	"	"	PUNCT	O	0			ewtb.r.043020.4
+25	.	.	PUNCT	O	0			ewtb.r.043020.4
+
+1	We	we	PRON	O	0			ewtb.r.043020.6
+2	called	call	VERB	O	0		v.communication	ewtb.r.043020.6
+3	our	our	PRON	O	0			ewtb.r.043020.6
+4	representative	representative	NOUN	O	0		n.person	ewtb.r.043020.6
+5	who	who	PRON	O	0			ewtb.r.043020.6
+6	assured	assure	VERB	O	0		v.communication	ewtb.r.043020.6
+7	me	me	PRON	O	0			ewtb.r.043020.6
+8	he	he	PRON	O	0			ewtb.r.043020.6
+9	would	would	AUX	O	0			ewtb.r.043020.6
+10	call	call	VERB	O	0		v.communication	ewtb.r.043020.6
+11	the	the	DET	O	0			ewtb.r.043020.6
+12	office	office	NOUN	O	0		n.group	ewtb.r.043020.6
+13	and	and	CONJ	O	0			ewtb.r.043020.6
+14	have	have	VERB	O	0		v.stative	ewtb.r.043020.6
+15	it	it	PRON	O	0			ewtb.r.043020.6
+16	taken	take	VERB	B	0		v.social	ewtb.r.043020.6
+17	care	care	NOUN	I	16			ewtb.r.043020.6
+18	of	of	ADP	I	17			ewtb.r.043020.6
+19	.	.	PUNCT	O	0			ewtb.r.043020.6
+
+1	We	we	PRON	O	0			ewtb.r.043020.7
+2	heard	hear	VERB	O	0		v.communication	ewtb.r.043020.7
+3	nothing	nothing	NOUN	O	0			ewtb.r.043020.7
+4	.	.	PUNCT	O	0			ewtb.r.043020.7
+
+1	We	we	PRON	O	0			ewtb.r.043020.8
+2	then	then	ADV	O	0			ewtb.r.043020.8
+3	called	call	VERB	O	0		v.communication	ewtb.r.043020.8
+4	the	the	DET	O	0			ewtb.r.043020.8
+5	office	office	NOUN	O	0		n.group	ewtb.r.043020.8
+6	and	and	CONJ	O	0			ewtb.r.043020.8
+7	the	the	DET	O	0			ewtb.r.043020.8
+8	man	man	NOUN	O	0		n.person	ewtb.r.043020.8
+9	we	we	PRON	O	0			ewtb.r.043020.8
+10	spoke	speak	VERB	O	0		v.communication	ewtb.r.043020.8
+11	to	to	ADP	O	0			ewtb.r.043020.8
+12	said	say	VERB	O	0		v.communication	ewtb.r.043020.8
+13	he	he	PRON	O	0			ewtb.r.043020.8
+14	'd	'd	AUX	O	0			ewtb.r.043020.8
+15	send	send	VERB	O	0		v.motion	ewtb.r.043020.8
+16	someone	someone	NOUN	O	0			ewtb.r.043020.8
+17	out	out	ADV	O	0			ewtb.r.043020.8
+18	to	to	PART	O	0			ewtb.r.043020.8
+19	look	look	VERB	O	0		v.perception	ewtb.r.043020.8
+20	at	at	ADP	O	0			ewtb.r.043020.8
+21	it	it	PRON	O	0			ewtb.r.043020.8
+22	but	but	CONJ	O	0			ewtb.r.043020.8
+23	could	could	AUX	O	0			ewtb.r.043020.8
+24	n't	n't	PART	O	0			ewtb.r.043020.8
+25	promise	promise	VERB	O	0		v.communication	ewtb.r.043020.8
+26	when	when	ADV	O	0			ewtb.r.043020.8
+27	-	-	PUNCT	O	0			ewtb.r.043020.8
+28	two	two	NUM	O	0			ewtb.r.043020.8
+29	weeks	week	NOUN	O	0		n.time	ewtb.r.043020.8
+30	came	come	VERB	B	0		v.motion	ewtb.r.043020.8
+31	and	and	CONJ	I	30			ewtb.r.043020.8
+32	went	go	VERB	I	31			ewtb.r.043020.8
+33	and	and	CONJ	O	0			ewtb.r.043020.8
+34	we	we	PRON	O	0			ewtb.r.043020.8
+35	heard	hear	VERB	O	0		v.communication	ewtb.r.043020.8
+36	nothing	nothing	NOUN	O	0			ewtb.r.043020.8
+37	.	.	PUNCT	O	0			ewtb.r.043020.8
+
+1	I	i	PRON	O	0			ewtb.r.043020.9
+2	just	just	ADV	O	0			ewtb.r.043020.9
+3	called	call	VERB	O	0		v.communication	ewtb.r.043020.9
+4	again	again	ADV	O	0			ewtb.r.043020.9
+5	and	and	CONJ	O	0			ewtb.r.043020.9
+6	was	be	AUX	O	0			ewtb.r.043020.9
+7	told	tell	VERB	O	0		v.communication	ewtb.r.043020.9
+8	that	that	SCONJ	O	0			ewtb.r.043020.9
+9	workmanship	workmanship	NOUN	O	0		n.attribute	ewtb.r.043020.9
+10	,	,	PUNCT	O	0			ewtb.r.043020.9
+11	not	not	CONJ	O	0			ewtb.r.043020.9
+12	wood	wood	NOUN	O	0		n.natural_object	ewtb.r.043020.9
+13	,	,	PUNCT	O	0			ewtb.r.043020.9
+14	is	be	AUX	O	0			ewtb.r.043020.9
+15	guaranteed	guarantee	VERB	O	0		v.communication	ewtb.r.043020.9
+16	for	for	ADP	O	0			ewtb.r.043020.9
+17	a	a	DET	O	0			ewtb.r.043020.9
+18	year	year	NOUN	O	0		n.time	ewtb.r.043020.9
+19	-	-	PUNCT	O	0			ewtb.r.043020.9
+20	well	well	INTJ	O	0			ewtb.r.043020.9
+21	in	in	ADP	B	0			ewtb.r.043020.9
+22	my	my	PRON	I	21			ewtb.r.043020.9
+23	opinion	opinion	NOUN	I	22			ewtb.r.043020.9
+24	-	-	PUNCT	O	0			ewtb.r.043020.9
+25	the	the	DET	O	0			ewtb.r.043020.9
+26	wood	wood	NOUN	O	0		n.natural_object	ewtb.r.043020.9
+27	split	split	VERB	O	0		v.change	ewtb.r.043020.9
+28	due	due	ADP	B	0			ewtb.r.043020.9
+29	to	to	ADP	I	28			ewtb.r.043020.9
+30	a	a	DET	O	0			ewtb.r.043020.9
+31	nail	nail	NOUN	O	0		n.artifact	ewtb.r.043020.9
+32	which	which	DET	O	0			ewtb.r.043020.9
+33	is	be	VERB	O	0		v.stative	ewtb.r.043020.9
+34	part	part	NOUN	O	0		n.quantity	ewtb.r.043020.9
+35	of	of	ADP	O	0			ewtb.r.043020.9
+36	workmanship	workmanship	NOUN	O	0		n.attribute	ewtb.r.043020.9
+37	!	!	PUNCT	O	0			ewtb.r.043020.9
+
+1	YES	yes	INTJ	O	0			ewtb.r.043020.12
+2	!	!	PUNCT	O	0			ewtb.r.043020.12
+
+1	I	i	PRON	O	0			ewtb.r.043020.14
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.043020.14
+3	very	very	ADV	O	0			ewtb.r.043020.14
+4	frustrated	frustrated	ADJ	O	0			ewtb.r.043020.14
+5	at	at	ADP	B	0			ewtb.r.043020.14
+6	this	this	DET	I	5			ewtb.r.043020.14
+7	point	point	NOUN	I	6			ewtb.r.043020.14
+8	-	-	PUNCT	O	0			ewtb.r.043020.14
+9	it	it	PRON	O	0			ewtb.r.043020.14
+10	would	would	AUX	O	0			ewtb.r.043020.14
+11	take	take	VERB	O	0		v.stative	ewtb.r.043020.14
+12	all	all	DET	B	0			ewtb.r.043020.14
+13	of	of	ADP	I	12			ewtb.r.043020.14
+14	10	10	NUM	O	0			ewtb.r.043020.14
+15	min	min	NOUN	O	0		n.time	ewtb.r.043020.14
+16	for	for	SCONJ	O	0			ewtb.r.043020.14
+17	them	them	PRON	O	0			ewtb.r.043020.14
+18	to	to	PART	O	0			ewtb.r.043020.14
+19	come	come	VERB	B	0		v.motion	ewtb.r.043020.14
+20	by	by	ADV	I	19			ewtb.r.043020.14
+21	and	and	CONJ	O	0			ewtb.r.043020.14
+22	replace	replace	VERB	O	0		v.change	ewtb.r.043020.14
+23	the	the	DET	O	0			ewtb.r.043020.14
+24	one	one	NUM	O	0			ewtb.r.043020.14
+25	board	board	NOUN	O	0		n.artifact	ewtb.r.043020.14
+26	that	that	DET	O	0			ewtb.r.043020.14
+27	is	be	AUX	O	0		v.stative	ewtb.r.043020.14
+28	cracked	crack	VERB	O	0			ewtb.r.043020.14
+29	(	(	PUNCT	O	0			ewtb.r.043020.14
+30	the	the	DET	O	0			ewtb.r.043020.14
+31	crack	crack	NOUN	O	0		n.natural_object	ewtb.r.043020.14
+32	is	be	VERB	O	0		v.stative	ewtb.r.043020.14
+33	deep	deep	ADJ	O	0			ewtb.r.043020.14
+34	enough	enough	ADV	O	0			ewtb.r.043020.14
+35	to	to	PART	O	0			ewtb.r.043020.14
+36	stick	stick	VERB	O	0		v.contact	ewtb.r.043020.14
+37	a	a	DET	O	0			ewtb.r.043020.14
+38	penny	penny	NOUN	O	0		n.possession	ewtb.r.043020.14
+39	in	in	ADP	O	0			ewtb.r.043020.14
+40	it	it	PRON	O	0			ewtb.r.043020.14
+41	and	and	CONJ	O	0			ewtb.r.043020.14
+42	it	it	PRON	O	0			ewtb.r.043020.14
+43	goes	go	VERB	O	0		v.motion	ewtb.r.043020.14
+44	clear	clear	ADV	O	0			ewtb.r.043020.14
+45	through	through	ADV	O	0			ewtb.r.043020.14
+46	)	)	PUNCT	O	0			ewtb.r.043020.14
+47	yet	yet	CONJ	O	0			ewtb.r.043020.14
+48	they	they	PRON	O	0			ewtb.r.043020.14
+49	do	do	AUX	O	0			ewtb.r.043020.14
+50	not	not	PART	O	0			ewtb.r.043020.14
+51	want	want	VERB	O	0		v.cognition	ewtb.r.043020.14
+52	to	to	PART	O	0			ewtb.r.043020.14
+53	take	take	VERB	B	0		v.social	ewtb.r.043020.14
+54	the	the	DET	I	53			ewtb.r.043020.14
+55	time	time	NOUN	I	54			ewtb.r.043020.14
+56	to	to	PART	O	0			ewtb.r.043020.14
+57	bother	bother	VERB	O	0		v.social	ewtb.r.043020.14
+58	with	with	SCONJ	O	0			ewtb.r.043020.14
+59	what	what	PRON	O	0			ewtb.r.043020.14
+60	once	once	ADV	O	0			ewtb.r.043020.14
+61	WAS	be	VERB	O	0		v.stative	ewtb.r.043020.14
+62	a	a	DET	O	0			ewtb.r.043020.14
+63	happy	happy	ADJ	O	0			ewtb.r.043020.14
+64	customer	customer	NOUN	O	0		n.person	ewtb.r.043020.14
+65	and	and	CONJ	O	0			ewtb.r.043020.14
+66	has	have	AUX	O	0			ewtb.r.043020.14
+67	now	now	ADV	O	0			ewtb.r.043020.14
+68	become	become	VERB	O	0		v.change	ewtb.r.043020.14
+69	a	a	DET	O	0			ewtb.r.043020.14
+70	dissatisfied	dissatisfied	ADJ	O	0			ewtb.r.043020.14
+71	customer	customer	NOUN	O	0		n.person	ewtb.r.043020.14
+72	.	.	PUNCT	O	0			ewtb.r.043020.14
+
+1	So	so	ADV	O	0			ewtb.r.043020.15
+2	I	i	PRON	O	0			ewtb.r.043020.15
+3	figure	figure	VERB	O	0		v.cognition	ewtb.r.043020.15
+4	if	if	SCONJ	O	0			ewtb.r.043020.15
+5	they	they	PRON	O	0			ewtb.r.043020.15
+6	do	do	AUX	O	0			ewtb.r.043020.15
+7	n't	n't	PART	O	0			ewtb.r.043020.15
+8	want	want	VERB	O	0		v.cognition	ewtb.r.043020.15
+9	to	to	PART	O	0			ewtb.r.043020.15
+10	take	take	VERB	B	0		v.social	ewtb.r.043020.15
+11	the	the	DET	I	10			ewtb.r.043020.15
+12	time	time	NOUN	I	11			ewtb.r.043020.15
+13	to	to	PART	O	0			ewtb.r.043020.15
+14	fix	fix	VERB	O	0		v.change	ewtb.r.043020.15
+15	the	the	DET	O	0			ewtb.r.043020.15
+16	fence	fence	NOUN	O	0		n.artifact	ewtb.r.043020.15
+17	that	that	DET	O	0			ewtb.r.043020.15
+18	they	they	PRON	O	0			ewtb.r.043020.15
+19	installed	instal	VERB	O	0		v.stative	ewtb.r.043020.15
+20	then	then	ADV	O	0			ewtb.r.043020.15
+21	I	i	PRON	O	0			ewtb.r.043020.15
+22	'll	'll	AUX	O	0			ewtb.r.043020.15
+23	take	take	VERB	B	0		v.social	ewtb.r.043020.15
+24	the	the	DET	I	23			ewtb.r.043020.15
+25	time	time	NOUN	I	24			ewtb.r.043020.15
+26	to	to	PART	O	0			ewtb.r.043020.15
+27	let	let	VERB	B	0		v.communication	ewtb.r.043020.15
+28	everyone	everyone	NOUN	o	0			ewtb.r.043020.15
+29	I	i	PRON	o	0			ewtb.r.043020.15
+30	can	can	AUX	o	0			ewtb.r.043020.15
+31	know	know	VERB	I	27			ewtb.r.043020.15
+32	about	about	SCONJ	O	0			ewtb.r.043020.15
+33	how	how	ADV	O	0			ewtb.r.043020.15
+34	they	they	PRON	O	0			ewtb.r.043020.15
+35	treat	treat	VERB	O	0		v.social	ewtb.r.043020.15
+36	customers	customer	NOUN	O	0		n.group	ewtb.r.043020.15
+37	once	once	SCONJ	O	0			ewtb.r.043020.15
+38	they	they	PRON	O	0			ewtb.r.043020.15
+39	have	have	VERB	O	0		v.stative	ewtb.r.043020.15
+40	your	your	PRON	O	0			ewtb.r.043020.15
+41	money	money	NOUN	O	0		n.possession	ewtb.r.043020.15
+42	!!!	!!!	PUNCT	O	0			ewtb.r.043020.15
+
+1	STAY	stay	VERB	O	0		v.stative	ewtb.r.043020.16
+2	AWAY	away	ADV	O	0			ewtb.r.043020.16
+3	!!!	!!!	PUNCT	O	0			ewtb.r.043020.16
+
+1	YOU	you	PRON	B	0			ewtb.r.043020.17
+2	GET	get	VERB	I	1			ewtb.r.043020.17
+3	WHAT	what	PRON	I	2			ewtb.r.043020.17
+4	YOU	you	PRON	I	3			ewtb.r.043020.17
+5	PAY	pay	VERB	I	4			ewtb.r.043020.17
+6	FOR	for	ADP	I	5			ewtb.r.043020.17
+7	!!!	!!!	PUNCT	O	0			ewtb.r.043020.17
+
+1	When	when	ADV	O	0			ewtb.r.043020.19
+2	the	the	DET	O	0			ewtb.r.043020.19
+3	fence	fence	NOUN	O	0		n.artifact	ewtb.r.043020.19
+4	was	be	AUX	O	0			ewtb.r.043020.19
+5	first	first	ADV	O	0			ewtb.r.043020.19
+6	installed	instal	VERB	O	0		v.stative	ewtb.r.043020.19
+7	I	i	PRON	O	0			ewtb.r.043020.19
+8	would	would	AUX	O	0			ewtb.r.043020.19
+9	have	have	AUX	O	0			ewtb.r.043020.19
+10	given	give	VERB	O	0		v.communication	ewtb.r.043020.19
+11	them	them	PRON	O	0			ewtb.r.043020.19
+12	five	five	NUM	O	0			ewtb.r.043020.19
+13	stars	star	NOUN	O	0		n.attribute	ewtb.r.043020.19
+14	,	,	PUNCT	O	0			ewtb.r.043020.19
+15	now	now	ADV	O	0			ewtb.r.043020.19
+16	for	for	ADP	O	0			ewtb.r.043020.19
+17	their	their	PRON	O	0			ewtb.r.043020.19
+18	poor	poor	ADJ	O	0			ewtb.r.043020.19
+19	customer	customer	NOUN	O	0		n.person	ewtb.r.043020.19
+20	follow	follow	NOUN	B	0		n.act	ewtb.r.043020.19
+21	-	-	PUNCT	I	20			ewtb.r.043020.19
+22	up	up	NOUN	I	21			ewtb.r.043020.19
+23	and	and	CONJ	O	0			ewtb.r.043020.19
+24	unwillingness	unwillingness	NOUN	O	0		n.attribute	ewtb.r.043020.19
+25	to	to	PART	O	0			ewtb.r.043020.19
+26	fix	fix	VERB	O	0		v.change	ewtb.r.043020.19
+27	the	the	DET	O	0			ewtb.r.043020.19
+28	fence	fence	NOUN	O	0		n.artifact	ewtb.r.043020.19
+29	they	they	PRON	O	0			ewtb.r.043020.19
+30	have	have	AUX	O	0			ewtb.r.043020.19
+31	dropped	drop	VERB	O	0		v.change	ewtb.r.043020.19
+32	to	to	ADP	O	0			ewtb.r.043020.19
+33	a	a	DET	O	0			ewtb.r.043020.19
+34	one	one	NUM	B	0		n.attribute	ewtb.r.043020.19
+35	-	-	PUNCT	I	34			ewtb.r.043020.19
+36	star	star	NOUN	I	35			ewtb.r.043020.19
+37	in	in	ADP	B	0			ewtb.r.043020.19
+38	my	my	PRON	o	0			ewtb.r.043020.19
+39	opinion	opinion	NOUN	I	37			ewtb.r.043020.19
+40	!	!	PUNCT	O	0			ewtb.r.043020.19
+
+1	Good	good	ADJ	B	0			ewtb.r.044427.1
+2	and	and	CONJ	I	1			ewtb.r.044427.1
+3	Bad	bad	ADJ	I	2			ewtb.r.044427.1
+
+1	I	i	PRON	O	0			ewtb.r.044427.2
+2	had	have	VERB	B	0			ewtb.r.044427.2
+3	to	to	PART	I	2			ewtb.r.044427.2
+4	take	take	VERB	B	0		v.social	ewtb.r.044427.2
+5	care	care	NOUN	I	4			ewtb.r.044427.2
+6	of	of	ADP	I	5			ewtb.r.044427.2
+7	the	the	DET	O	0			ewtb.r.044427.2
+8	ants	ant	NOUN	O	0		n.animal	ewtb.r.044427.2
+9	myself	myself	PRON	O	0			ewtb.r.044427.2
+10	.	.	PUNCT	O	0			ewtb.r.044427.2
+
+1	But	but	CONJ	O	0			ewtb.r.044427.3
+2	I	i	PRON	O	0			ewtb.r.044427.3
+3	found	find	VERB	O	0		v.cognition	ewtb.r.044427.3
+4	the	the	DET	O	0			ewtb.r.044427.3
+5	location	location	NOUN	O	0		n.location	ewtb.r.044427.3
+6	wonderful	wonderful	ADJ	O	0			ewtb.r.044427.3
+7	and	and	CONJ	O	0			ewtb.r.044427.3
+8	the	the	DET	O	0			ewtb.r.044427.3
+9	neighbors	neighbor	NOUN	O	0		n.person	ewtb.r.044427.3
+10	very	very	ADV	O	0			ewtb.r.044427.3
+11	kind	kind	ADJ	O	0			ewtb.r.044427.3
+12	.	.	PUNCT	O	0			ewtb.r.044427.3
+
+1	Never	never	ADV	O	0			ewtb.r.044427.4
+2	had	have	VERB	B	0		v.stative	ewtb.r.044427.4
+3	a	a	DET	I	2			ewtb.r.044427.4
+4	problem	problem	NOUN	I	3			ewtb.r.044427.4
+5	with	with	ADP	O	0			ewtb.r.044427.4
+6	the	the	DET	O	0			ewtb.r.044427.4
+7	staff	staff	NOUN	O	0		n.group	ewtb.r.044427.4
+8	and	and	CONJ	O	0			ewtb.r.044427.4
+9	found	find	VERB	O	0		v.cognition	ewtb.r.044427.4
+10	them	them	PRON	O	0			ewtb.r.044427.4
+11	very	very	ADV	O	0			ewtb.r.044427.4
+12	helpful	helpful	ADJ	O	0			ewtb.r.044427.4
+13	when	when	ADV	O	0			ewtb.r.044427.4
+14	something	something	NOUN	O	0			ewtb.r.044427.4
+15	went	go	VERB	B	0		v.change	ewtb.r.044427.4
+16	wrong	wrong	ADJ	I	15			ewtb.r.044427.4
+17	.	.	PUNCT	O	0			ewtb.r.044427.4
+
+1	Because	because	ADP	B	0			ewtb.r.044427.6
+2	of	of	ADP	I	1			ewtb.r.044427.6
+3	the	the	DET	O	0			ewtb.r.044427.6
+4	ants	ant	NOUN	O	0		n.animal	ewtb.r.044427.6
+5	I	i	PRON	O	0			ewtb.r.044427.6
+6	dropped	drop	VERB	O	0		v.change	ewtb.r.044427.6
+7	them	them	PRON	O	0			ewtb.r.044427.6
+8	to	to	ADP	O	0			ewtb.r.044427.6
+9	a	a	DET	O	0			ewtb.r.044427.6
+10	3	3	NUM	B	0		n.attribute	ewtb.r.044427.6
+11	star	star	NOUN	I	10			ewtb.r.044427.6
+12	.	.	PUNCT	O	0			ewtb.r.044427.6
+
+1	Our	our	PRON	O	0			ewtb.r.067423.2
+2	family	family	NOUN	O	0		n.group	ewtb.r.067423.2
+3	has	have	AUX	O	0			ewtb.r.067423.2
+4	been	be	AUX	O	0			ewtb.r.067423.2
+5	trusting	trust	VERB	B	0		v.cognition	ewtb.r.067423.2
+6	Doctor	doctor	PROPN	b	0		n.person	ewtb.r.067423.2
+7	Hank	hank	PROPN	i	6			ewtb.r.067423.2
+8	with	with	ADP	I	5			ewtb.r.067423.2
+9	our	our	PRON	O	0			ewtb.r.067423.2
+10	teeth	teeth	NOUN	O	0		n.body	ewtb.r.067423.2
+11	for	for	ADP	O	0			ewtb.r.067423.2
+12	the	the	DET	O	0			ewtb.r.067423.2
+13	last	last	ADJ	O	0			ewtb.r.067423.2
+14	seven	seven	NUM	O	0			ewtb.r.067423.2
+15	years	years	NOUN	O	0		n.time	ewtb.r.067423.2
+16	.	.	PUNCT	O	0			ewtb.r.067423.2
+
+1	Everyone	everyone	NOUN	O	0			ewtb.r.067423.4
+2	on	on	ADP	B	0			ewtb.r.067423.4
+3	staff	staff	NOUN	I	2			ewtb.r.067423.4
+4	is	be	VERB	O	0		v.stative	ewtb.r.067423.4
+5	very	very	ADV	O	0			ewtb.r.067423.4
+6	professional	professional	ADJ	O	0			ewtb.r.067423.4
+7	and	and	CONJ	O	0			ewtb.r.067423.4
+8	friendly	friendly	ADJ	O	0			ewtb.r.067423.4
+9	.	.	PUNCT	O	0			ewtb.r.067423.4
+
+1	Loved	love	VERB	O	0		v.emotion	ewtb.r.044427.5
+2	the	the	DET	O	0			ewtb.r.044427.5
+3	pool	pool	NOUN	O	0		n.artifact	ewtb.r.044427.5
+4	and	and	CONJ	O	0			ewtb.r.044427.5
+5	BBQ	bbq	NOUN	O	0		n.food	ewtb.r.044427.5
+6	.	.	PUNCT	O	0			ewtb.r.044427.5
+
+1	Disatisfied	disatisfied	ADJ	O	0			ewtb.r.094621.1
+2	customer	customer	NOUN	O	0		n.person	ewtb.r.094621.1
+3	,	,	PUNCT	O	0			ewtb.r.094621.1
+4	I	i	PRON	O	0			ewtb.r.094621.1
+5	went	go	VERB	O	0		v.social	ewtb.r.094621.1
+6	through	through	ADP	O	0			ewtb.r.094621.1
+7	Kitchen	kitchen	PROPN	B	0		n.group	ewtb.r.094621.1
+8	Aid	aid	PROPN	I	7			ewtb.r.094621.1
+9	and	and	CONJ	O	0			ewtb.r.094621.1
+10	used	use	VERB	O	0		v.social	ewtb.r.094621.1
+11	one	one	NUM	O	0			ewtb.r.094621.1
+12	of	of	ADP	O	0			ewtb.r.094621.1
+13	their	their	PRON	O	0			ewtb.r.094621.1
+14	recommended	recommend	VERB	O	0		v.communication	ewtb.r.094621.1
+15	vendors	vendor	NOUN	O	0		n.person	ewtb.r.094621.1
+16	.	.	PUNCT	O	0			ewtb.r.094621.1
+
+1	Their	their	PRON	O	0			ewtb.r.094621.5
+2	quote	quote	NOUN	O	0		n.communication	ewtb.r.094621.5
+3	came	come	VERB	B	0		v.communication	ewtb.r.094621.5
+4	in	in	ADV	I	3			ewtb.r.094621.5
+5	at	at	ADP	O	0			ewtb.r.094621.5
+6	half	half	DET	O	0			ewtb.r.094621.5
+7	the	the	DET	O	0			ewtb.r.094621.5
+8	price	price	NOUN	O	0		n.possession	ewtb.r.094621.5
+9	of	of	ADP	O	0			ewtb.r.094621.5
+10	A&E	a&e	PROPN	O	0		n.group	ewtb.r.094621.5
+11	for	for	ADP	O	0			ewtb.r.094621.5
+12	the	the	DET	O	0			ewtb.r.094621.5
+13	same	same	ADJ	O	0			ewtb.r.094621.5
+14	work	work	NOUN	O	0		n.act	ewtb.r.094621.5
+15	and	and	CONJ	O	0			ewtb.r.094621.5
+16	same	same	ADJ	O	0			ewtb.r.094621.5
+17	part	part	NOUN	O	0		n.quantity	ewtb.r.094621.5
+18	.	.	PUNCT	O	0			ewtb.r.094621.5
+
+1	Since	since	SCONJ	O	0			ewtb.r.095523.4
+2	I	i	PRON	O	0			ewtb.r.095523.4
+3	'm	'm	VERB	O	0		v.stative	ewtb.r.095523.4
+4	usually	usually	ADV	O	0			ewtb.r.095523.4
+5	at	at	ADP	O	0			ewtb.r.095523.4
+6	work	work	NOUN	O	0		n.act	ewtb.r.095523.4
+7	late	late	ADV	O	0			ewtb.r.095523.4
+8	Deb	deb	PROPN	O	0		n.person	ewtb.r.095523.4
+9	has	have	AUX	O	0			ewtb.r.095523.4
+10	stayed	stay	VERB	O	0		v.motion	ewtb.r.095523.4
+11	around	around	ADV	O	0			ewtb.r.095523.4
+12	to	to	PART	O	0			ewtb.r.095523.4
+13	help	help	VERB	B	0		v.social	ewtb.r.095523.4
+14	me	me	PRON	o	0			ewtb.r.095523.4
+15	out	out	ADP	I	13			ewtb.r.095523.4
+16	when	when	ADV	O	0			ewtb.r.095523.4
+17	needed	need	VERB	O	0		v.cognition	ewtb.r.095523.4
+18	.	.	PUNCT	O	0			ewtb.r.095523.4
+
+1	Each	each	DET	O	0			ewtb.r.080221.4
+2	of	of	ADP	O	0			ewtb.r.080221.4
+3	you	you	PRON	O	0			ewtb.r.080221.4
+4	should	should	AUX	O	0			ewtb.r.080221.4
+5	be	be	VERB	O	0		v.stative	ewtb.r.080221.4
+6	proud	proud	ADJ	O	0			ewtb.r.080221.4
+7	of	of	ADP	O	0			ewtb.r.080221.4
+8	your	your	PRON	O	0			ewtb.r.080221.4
+9	massive	massive	ADJ	O	0			ewtb.r.080221.4
+10	contributions	contribution	NOUN	O	0		n.act	ewtb.r.080221.4
+11	throughout	throughout	ADP	O	0			ewtb.r.080221.4
+12	the	the	DET	O	0			ewtb.r.080221.4
+13	year	year	NOUN	O	0		n.time	ewtb.r.080221.4
+14	!	!	PUNCT	O	0			ewtb.r.080221.4
+
+1	I	i	PRON	O	0			ewtb.r.116821.8
+2	knew	know	VERB	O	0		v.cognition	ewtb.r.116821.8
+3	I	i	PRON	O	0			ewtb.r.116821.8
+4	had	have	AUX	O	0			ewtb.r.116821.8
+5	found	find	VERB	O	0		v.cognition	ewtb.r.116821.8
+6	the	the	DET	B	0		n.communication	ewtb.r.116821.8
+7	real	real	ADJ	I	6			ewtb.r.116821.8
+8	deal	deal	NOUN	I	7			ewtb.r.116821.8
+9	,	,	PUNCT	O	0			ewtb.r.116821.8
+10	big	big	ADJ	O	0			ewtb.r.116821.8
+11	pies	pie	NOUN	O	0		n.food	ewtb.r.116821.8
+12	,	,	PUNCT	O	0			ewtb.r.116821.8
+13	sold	sell	VERB	O	0		v.possession	ewtb.r.116821.8
+14	by	by	ADP	O	0			ewtb.r.116821.8
+15	the	the	DET	O	0			ewtb.r.116821.8
+16	slice	slice	NOUN	O	0		n.food	ewtb.r.116821.8
+17	,	,	PUNCT	O	0			ewtb.r.116821.8
+18	with	with	SCONJ	O	0			ewtb.r.116821.8
+19	the	the	DET	O	0			ewtb.r.116821.8
+20	pizzas	pizza	NOUN	O	0		n.food	ewtb.r.116821.8
+21	sitting	sit	VERB	O	0		v.stative	ewtb.r.116821.8
+22	under	under	ADP	O	0			ewtb.r.116821.8
+23	the	the	DET	O	0			ewtb.r.116821.8
+24	glass	glass	NOUN	O	0		n.artifact	ewtb.r.116821.8
+25	in	in	ADP	O	0			ewtb.r.116821.8
+26	the	the	DET	O	0			ewtb.r.116821.8
+27	front	front	NOUN	O	0		n.location	ewtb.r.116821.8
+28	.	.	PUNCT	O	0			ewtb.r.116821.8
+
+1	We	we	PRON	O	0			ewtb.r.162422.16
+2	had	have	VERB	O	0		v.stative	ewtb.r.162422.16
+3	no	no	DET	O	0			ewtb.r.162422.16
+4	choice	choice	NOUN	O	0		n.cognition	ewtb.r.162422.16
+5	but	but	SCONJ	O	0			ewtb.r.162422.16
+6	to	to	PART	O	0			ewtb.r.162422.16
+7	stay	stay	VERB	O	0		v.motion	ewtb.r.162422.16
+8	but	but	CONJ	O	0			ewtb.r.162422.16
+9	will	will	AUX	O	0			ewtb.r.162422.16
+10	take	take	VERB	B	0		v.social	ewtb.r.162422.16
+11	this	this	DET	o	0			ewtb.r.162422.16
+12	as	as	ADV	I	10			ewtb.r.162422.16
+13	far	far	ADV	I	12			ewtb.r.162422.16
+14	as	as	SCONJ	I	13			ewtb.r.162422.16
+15	we	we	PRON	o	0			ewtb.r.162422.16
+16	can	can	AUX	I	14			ewtb.r.162422.16
+17	.	.	PUNCT	O	0			ewtb.r.162422.16
+
+1	When	when	ADV	O	0			ewtb.r.162422.3
+2	we	we	PRON	O	0			ewtb.r.162422.3
+3	walked	walk	VERB	O	0		v.motion	ewtb.r.162422.3
+4	in	in	ADV	O	0			ewtb.r.162422.3
+5	,	,	PUNCT	O	0			ewtb.r.162422.3
+6	the	the	DET	O	0			ewtb.r.162422.3
+7	person	person	NOUN	O	0		n.person	ewtb.r.162422.3
+8	behind	behind	ADP	O	0			ewtb.r.162422.3
+9	desk	desk	NOUN	O	0		n.location	ewtb.r.162422.3
+10	said	say	VERB	O	0		v.communication	ewtb.r.162422.3
+11	:	:	PUNCT	O	0			ewtb.r.162422.3
+12	"	"	PUNCT	O	0			ewtb.r.162422.3
+13	oh	oh	INTJ	O	0			ewtb.r.162422.3
+14	well	well	INTJ	O	0			ewtb.r.162422.3
+15	,	,	PUNCT	O	0			ewtb.r.162422.3
+16	you	you	PRON	O	0			ewtb.r.162422.3
+17	must	must	AUX	O	0			ewtb.r.162422.3
+18	wait	wait	VERB	O	0		v.stative	ewtb.r.162422.3
+19	,	,	PUNCT	O	0			ewtb.r.162422.3
+20	I	i	PRON	O	0			ewtb.r.162422.3
+21	am	be	VERB	O	0		v.stative	ewtb.r.162422.3
+22	in	in	ADP	B	0			ewtb.r.162422.3
+23	the	the	DET	I	22			ewtb.r.162422.3
+24	middle	middle	NOUN	I	23			ewtb.r.162422.3
+25	of	of	ADP	I	24			ewtb.r.162422.3
+26	something	something	NOUN	O	0			ewtb.r.162422.3
+27	.	.	PUNCT	O	0			ewtb.r.162422.3
+28	"	"	PUNCT	O	0			ewtb.r.162422.3
+
+1	Somewhere	somewhere	ADV	O	0			ewtb.r.162422.5
+2	in	in	ADP	B	0			ewtb.r.162422.5
+3	between	between	ADP	I	2			ewtb.r.162422.5
+4	his	his	PRON	O	0			ewtb.r.162422.5
+5	rudeness	rudeness	NOUN	O	0		n.attribute	ewtb.r.162422.5
+6	he	he	PRON	O	0			ewtb.r.162422.5
+7	asked	ask	VERB	O	0		v.communication	ewtb.r.162422.5
+8	if	if	SCONJ	O	0			ewtb.r.162422.5
+9	we	we	PRON	O	0			ewtb.r.162422.5
+10	smoked	smoke	VERB	O	0		v.body	ewtb.r.162422.5
+11	.	.	PUNCT	O	0			ewtb.r.162422.5
+
+1	I	i	PRON	O	0			ewtb.r.200429.3
+2	explained	explain	VERB	O	0		v.communication	ewtb.r.200429.3
+3	that	that	SCONJ	O	0			ewtb.r.200429.3
+4	i	i	PRON	O	0			ewtb.r.200429.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.200429.3
+6	already	already	ADV	O	0			ewtb.r.200429.3
+7	on	on	ADP	B	0			ewtb.r.200429.3
+8	my	my	PRON	o	0			ewtb.r.200429.3
+9	way	way	NOUN	I	7			ewtb.r.200429.3
+10	and	and	CONJ	O	0			ewtb.r.200429.3
+11	i	i	PRON	O	0			ewtb.r.200429.3
+12	would	would	AUX	O	0			ewtb.r.200429.3
+13	rush	rush	VERB	O	0		v.motion	ewtb.r.200429.3
+14	to	to	PART	O	0			ewtb.r.200429.3
+15	get	get	VERB	O	0		v.motion	ewtb.r.200429.3
+16	there	there	ADV	O	0			ewtb.r.200429.3
+17	as	as	ADV	B	0			ewtb.r.200429.3
+18	soon	soon	ADV	I	17			ewtb.r.200429.3
+19	as	as	SCONJ	I	18			ewtb.r.200429.3
+20	i	i	PRON	O	0			ewtb.r.200429.3
+21	could	could	AUX	O	0			ewtb.r.200429.3
+22	because	because	SCONJ	O	0			ewtb.r.200429.3
+23	i	i	PRON	O	0			ewtb.r.200429.3
+24	needed	need	VERB	O	0		v.cognition	ewtb.r.200429.3
+25	my	my	PRON	O	0			ewtb.r.200429.3
+26	car	car	NOUN	O	0		n.artifact	ewtb.r.200429.3
+27	for	for	ADP	O	0			ewtb.r.200429.3
+28	work	work	NOUN	O	0		n.act	ewtb.r.200429.3
+29	at	at	ADP	O	0			ewtb.r.200429.3
+30	5	5	NUM	O	0			ewtb.r.200429.3
+31	am	am	NOUN	O	0		n.time	ewtb.r.200429.3
+32	,	,	PUNCT	O	0			ewtb.r.200429.3
+33	but	but	CONJ	O	0			ewtb.r.200429.3
+34	the	the	DET	O	0			ewtb.r.200429.3
+35	guy	guy	NOUN	O	0		n.person	ewtb.r.200429.3
+36	was	be	AUX	O	0			ewtb.r.200429.3
+37	arguing	argue	VERB	O	0		v.communication	ewtb.r.200429.3
+38	with	with	ADP	O	0			ewtb.r.200429.3
+39	me	me	PRON	O	0			ewtb.r.200429.3
+40	saying	say	VERB	O	0		v.communication	ewtb.r.200429.3
+41	he	he	PRON	O	0			ewtb.r.200429.3
+42	was	be	AUX	O	0			ewtb.r.200429.3
+43	gon	gon	VERB	B	0			ewtb.r.200429.3
+44	na	na	PART	I	43			ewtb.r.200429.3
+45	lock	lock	VERB	O	0		v.change	ewtb.r.200429.3
+46	the	the	DET	O	0			ewtb.r.200429.3
+47	doors	door	NOUN	O	0		n.artifact	ewtb.r.200429.3
+48	right	right	ADV	O	0			ewtb.r.200429.3
+49	at	at	ADP	O	0			ewtb.r.200429.3
+50	5:30	5:30	NUM	O	0			ewtb.r.200429.3
+51	.	.	PUNCT	O	0			ewtb.r.200429.3
+
+1	I	i	PRON	O	0			ewtb.r.207629.3
+2	've	've	AUX	O	0			ewtb.r.207629.3
+3	read	read	VERB	O	0		v.communication	ewtb.r.207629.3
+4	some	some	DET	O	0			ewtb.r.207629.3
+5	of	of	ADP	O	0			ewtb.r.207629.3
+6	the	the	DET	O	0			ewtb.r.207629.3
+7	reviews	review	NOUN	O	0		n.communication	ewtb.r.207629.3
+8	below	below	ADV	O	0			ewtb.r.207629.3
+9	and	and	CONJ	O	0			ewtb.r.207629.3
+10	would	would	AUX	B	0			ewtb.r.207629.3
+11	like	like	VERB	I	10			ewtb.r.207629.3
+12	to	to	PART	O	0			ewtb.r.207629.3
+13	state	state	VERB	O	0		v.communication	ewtb.r.207629.3
+14	that	that	SCONJ	O	0			ewtb.r.207629.3
+15	yes	yes	INTJ	O	0			ewtb.r.207629.3
+16	,	,	PUNCT	O	0			ewtb.r.207629.3
+17	like	like	ADP	O	0			ewtb.r.207629.3
+18	any	any	DET	O	0			ewtb.r.207629.3
+19	other	other	ADJ	O	0			ewtb.r.207629.3
+20	doctor	doctor	NOUN	O	0		n.person	ewtb.r.207629.3
+21	s	s	PART	O	0			ewtb.r.207629.3
+22	office	office	NOUN	O	0		n.group	ewtb.r.207629.3
+23	there	there	PRON	O	0			ewtb.r.207629.3
+24	is	be	VERB	O	0		v.stative	ewtb.r.207629.3
+25	sometimes	sometimes	ADV	O	0			ewtb.r.207629.3
+26	a	a	DET	O	0			ewtb.r.207629.3
+27	wait	wait	NOUN	O	0		n.artifact	ewtb.r.207629.3
+28	(	(	PUNCT	O	0			ewtb.r.207629.3
+29	depending	depend	VERB	B	0			ewtb.r.207629.3
+30	on	on	SCONJ	I	29			ewtb.r.207629.3
+31	what	what	PRON	O	0			ewtb.r.207629.3
+32	other	other	ADJ	O	0			ewtb.r.207629.3
+33	patients	patient	NOUN	B	0		n.group	ewtb.r.207629.3
+34	are	be	AUX	o	0			ewtb.r.207629.3
+35	being	be	AUX	o	0			ewtb.r.207629.3
+36	seen	see	VERB	I	33			ewtb.r.207629.3
+37	for	for	ADP	O	0			ewtb.r.207629.3
+38	)	)	PUNCT	O	0			ewtb.r.207629.3
+39	and	and	CONJ	O	0			ewtb.r.207629.3
+40	some	some	DET	O	0			ewtb.r.207629.3
+41	of	of	ADP	O	0			ewtb.r.207629.3
+42	the	the	DET	O	0			ewtb.r.207629.3
+43	tests	test	NOUN	O	0		n.act	ewtb.r.207629.3
+44	and	and	CONJ	O	0			ewtb.r.207629.3
+45	procedures	procedure	NOUN	O	0		n.act	ewtb.r.207629.3
+46	that	that	DET	O	0			ewtb.r.207629.3
+47	are	be	AUX	O	0			ewtb.r.207629.3
+48	ran	run	VERB	O	0		v.social	ewtb.r.207629.3
+49	can	can	AUX	O	0			ewtb.r.207629.3
+50	be	be	VERB	O	0		v.stative	ewtb.r.207629.3
+51	costly	costly	ADJ	O	0			ewtb.r.207629.3
+52	(	(	PUNCT	O	0			ewtb.r.207629.3
+53	just	just	ADV	O	0			ewtb.r.207629.3
+54	like	like	SCONJ	O	0			ewtb.r.207629.3
+55	they	they	PRON	O	0			ewtb.r.207629.3
+56	would	would	AUX	O	0			ewtb.r.207629.3
+57	be	be	VERB	O	0		v.stative	ewtb.r.207629.3
+58	for	for	ADP	O	0			ewtb.r.207629.3
+59	any	any	DET	O	0			ewtb.r.207629.3
+60	other	other	ADJ	O	0			ewtb.r.207629.3
+61	medical	medical	ADJ	O	0			ewtb.r.207629.3
+62	tests	test	NOUN	O	0		n.cognition	ewtb.r.207629.3
+63	elsewhere	elsewhere	ADV	O	0			ewtb.r.207629.3
+64	if	if	SCONJ	O	0			ewtb.r.207629.3
+65	you	you	PRON	O	0			ewtb.r.207629.3
+66	do	do	AUX	O	0			ewtb.r.207629.3
+67	not	not	PART	O	0			ewtb.r.207629.3
+68	have	have	VERB	O	0		v.stative	ewtb.r.207629.3
+69	insurance	insurance	NOUN	O	0		n.possession	ewtb.r.207629.3
+70	)	)	PUNCT	O	0			ewtb.r.207629.3
+71	...	...	PUNCT	O	0			ewtb.r.207629.3
+
+1	I	i	PRON	O	0			ewtb.r.207629.4
+2	have	have	AUX	O	0			ewtb.r.207629.4
+3	seen	see	VERB	O	0		v.cognition	ewtb.r.207629.4
+4	several	several	ADJ	O	0			ewtb.r.207629.4
+5	of	of	ADP	O	0			ewtb.r.207629.4
+6	the	the	DET	O	0			ewtb.r.207629.4
+7	providers	provider	NOUN	O	0		n.person	ewtb.r.207629.4
+8	from	from	ADP	O	0			ewtb.r.207629.4
+9	the	the	DET	O	0			ewtb.r.207629.4
+10	office	office	NOUN	O	0		n.group	ewtb.r.207629.4
+11	and	and	CONJ	O	0			ewtb.r.207629.4
+12	have	have	AUX	O	0			ewtb.r.207629.4
+13	not	not	PART	O	0			ewtb.r.207629.4
+14	once	once	ADV	O	0			ewtb.r.207629.4
+15	been	be	AUX	O	0			ewtb.r.207629.4
+16	shown	show	VERB	O	0		v.social	ewtb.r.207629.4
+17	anything	anything	NOUN	O	0			ewtb.r.207629.4
+18	but	but	ADP	O	0			ewtb.r.207629.4
+19	care	care	NOUN	O	0		n.act	ewtb.r.207629.4
+20	and	and	CONJ	O	0			ewtb.r.207629.4
+21	consideration	consideration	NOUN	O	0		n.feeling	ewtb.r.207629.4
+22	.	.	PUNCT	O	0			ewtb.r.207629.4
+
+1	For	for	ADP	O	0			ewtb.r.229623.4
+2	$	$	SYM	O	0			ewtb.r.229623.4
+3	4	4	NUM	O	0			ewtb.r.229623.4
+4	it	it	PRON	O	0			ewtb.r.229623.4
+5	was	be	VERB	O	0		v.stative	ewtb.r.229623.4
+6	a	a	DET	O	0			ewtb.r.229623.4
+7	nice	nice	ADJ	O	0			ewtb.r.229623.4
+8	break	break	NOUN	O	0		n.event	ewtb.r.229623.4
+9	from	from	ADP	O	0			ewtb.r.229623.4
+10	the	the	DET	O	0			ewtb.r.229623.4
+11	monotony	monotony	NOUN	O	0		n.attribute	ewtb.r.229623.4
+12	of	of	ADP	O	0			ewtb.r.229623.4
+13	winter	winter	NOUN	O	0		n.time	ewtb.r.229623.4
+14	indoors	indoors	ADV	O	0			ewtb.r.229623.4
+15	with	with	ADP	O	0			ewtb.r.229623.4
+16	a	a	DET	O	0			ewtb.r.229623.4
+17	toddler	toddler	NOUN	O	0		n.person	ewtb.r.229623.4
+18	.	.	PUNCT	O	0			ewtb.r.229623.4
+
+1	I	i	PRON	O	0			ewtb.r.235423.4
+2	called	call	VERB	B	0		v.communication	ewtb.r.235423.4
+3	in	in	ADP	I	2			ewtb.r.235423.4
+4	my	my	PRON	O	0			ewtb.r.235423.4
+5	order	order	NOUN	O	0		n.communication	ewtb.r.235423.4
+6	and	and	CONJ	O	0			ewtb.r.235423.4
+7	upon	upon	SCONJ	O	0			ewtb.r.235423.4
+8	arriving	arrive	VERB	O	0		v.motion	ewtb.r.235423.4
+9	to	to	PART	O	0			ewtb.r.235423.4
+10	pick	pick	VERB	B	0		v.possession	ewtb.r.235423.4
+11	it	it	PRON	o	0			ewtb.r.235423.4
+12	up	up	ADP	I	10			ewtb.r.235423.4
+13	,	,	PUNCT	O	0			ewtb.r.235423.4
+14	they	they	PRON	O	0			ewtb.r.235423.4
+15	got	get	VERB	O	0		v.stative	ewtb.r.235423.4
+16	my	my	PRON	O	0			ewtb.r.235423.4
+17	order	order	NOUN	O	0		n.food	ewtb.r.235423.4
+18	confused	confuse	VERB	O	0		v.cognition	ewtb.r.235423.4
+19	with	with	ADP	O	0			ewtb.r.235423.4
+20	someone	someone	NOUN	O	0		n.person	ewtb.r.235423.4
+21	else	else	ADJ	O	0			ewtb.r.235423.4
+22	s	s	PART	O	0			ewtb.r.235423.4
+23	.	.	PUNCT	O	0			ewtb.r.235423.4
+
+1	It	it	PRON	O	0			ewtb.r.248124.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.248124.3
+3	the	the	DET	O	0			ewtb.r.248124.3
+4	attention	attention	NOUN	B	0		n.cognition	ewtb.r.248124.3
+5	to	to	ADP	I	4			ewtb.r.248124.3
+6	detail	detail	NOUN	I	5			ewtb.r.248124.3
+7	and	and	CONJ	O	0			ewtb.r.248124.3
+8	the	the	DET	O	0			ewtb.r.248124.3
+9	quality	quality	NOUN	O	0		n.attribute	ewtb.r.248124.3
+10	of	of	ADP	O	0			ewtb.r.248124.3
+11	the	the	DET	O	0			ewtb.r.248124.3
+12	work	work	NOUN	O	0		n.act	ewtb.r.248124.3
+13	taught	teach	VERB	O	0		v.cognition	ewtb.r.248124.3
+14	at	at	ADP	O	0			ewtb.r.248124.3
+15	TomiPilates	tomipilates	PROPN	O	0		n.group	ewtb.r.248124.3
+16	that	that	DET	O	0			ewtb.r.248124.3
+17	sets	set	VERB	B	0		v.stative	ewtb.r.248124.3
+18	this	this	DET	o	0			ewtb.r.248124.3
+19	studio	studio	NOUN	o	0		n.group	ewtb.r.248124.3
+20	apart	apart	ADV	I	17			ewtb.r.248124.3
+21	from	from	ADP	O	0			ewtb.r.248124.3
+22	the	the	DET	O	0			ewtb.r.248124.3
+23	others	others	NOUN	O	0		n.group	ewtb.r.248124.3
+24	.	.	PUNCT	O	0			ewtb.r.248124.3
+
+1	The	the	DET	O	0			ewtb.r.303922.3
+2	team	team	NOUN	O	0		n.group	ewtb.r.303922.3
+3	at	at	ADP	O	0			ewtb.r.303922.3
+4	Bradley	bradley	PROPN	B	0		n.group	ewtb.r.303922.3
+5	Chevron	chevron	PROPN	I	4			ewtb.r.303922.3
+6	kept	keep	VERB	B	0		v.stative	ewtb.r.303922.3
+7	my	my	PRON	o	0			ewtb.r.303922.3
+8	car	car	NOUN	o	0		n.artifact	ewtb.r.303922.3
+9	running	run	VERB	I	6			ewtb.r.303922.3
+10	for	for	ADP	O	0			ewtb.r.303922.3
+11	well	well	ADV	O	0			ewtb.r.303922.3
+12	past	past	ADP	O	0			ewtb.r.303922.3
+13	its	it	PRON	O	0			ewtb.r.303922.3
+14	expected	expect	VERB	O	0		v.cognition	ewtb.r.303922.3
+15	death	death	NOUN	O	0		n.event	ewtb.r.303922.3
+16	!	!	PUNCT	O	0			ewtb.r.303922.3
+
+1	They	they	PRON	O	0			ewtb.r.303922.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.303922.4
+3	honest	honest	ADJ	O	0			ewtb.r.303922.4
+4	about	about	ADP	O	0			ewtb.r.303922.4
+5	'	'	PUNCT	O	0			ewtb.r.303922.4
+6	immediate	immediate	ADJ	O	0			ewtb.r.303922.4
+7	'	'	PUNCT	O	0			ewtb.r.303922.4
+8	concerns	concern	NOUN	O	0		n.cognition	ewtb.r.303922.4
+9	versus	versus	ADP	O	0			ewtb.r.303922.4
+10	'	'	PUNCT	O	0			ewtb.r.303922.4
+11	recommended	recommend	VERB	O	0			ewtb.r.303922.4
+12	'	'	PUNCT	O	0			ewtb.r.303922.4
+13	repairs	repair	NOUN	O	0		n.act	ewtb.r.303922.4
+14	and	and	CONJ	O	0			ewtb.r.303922.4
+15	have	have	VERB	O	0		v.stative	ewtb.r.303922.4
+16	very	very	ADV	O	0			ewtb.r.303922.4
+17	fair	fair	ADJ	O	0			ewtb.r.303922.4
+18	prices	price	NOUN	O	0		n.possession	ewtb.r.303922.4
+19	.	.	PUNCT	O	0			ewtb.r.303922.4
+
+1	I	i	PRON	B	0			ewtb.r.335225.5
+2	hate	hate	VERB	I	1			ewtb.r.335225.5
+3	to	to	PART	I	2			ewtb.r.335225.5
+4	say	say	VERB	I	3			ewtb.r.335225.5
+5	check	check	VERB	B	0		v.social	ewtb.r.335225.5
+6	them	them	PRON	o	0			ewtb.r.335225.5
+7	out	out	ADP	I	5			ewtb.r.335225.5
+8	just	just	ADV	O	0			ewtb.r.335225.5
+9	for	for	ADP	O	0			ewtb.r.335225.5
+10	the	the	DET	O	0			ewtb.r.335225.5
+11	salsa	salsa	NOUN	O	0		n.food	ewtb.r.335225.5
+12	,	,	PUNCT	O	0			ewtb.r.335225.5
+13	but	but	CONJ	O	0			ewtb.r.335225.5
+14	James	james	PROPN	O	0		n.person	ewtb.r.335225.5
+15	,	,	PUNCT	O	0			ewtb.r.335225.5
+16	I	i	PRON	O	0			ewtb.r.335225.5
+17	NEED	need	VERB	O	0		v.cognition	ewtb.r.335225.5
+18	another	another	DET	O	0			ewtb.r.335225.5
+19	jar	jar	NOUN	O	0		n.artifact	ewtb.r.335225.5
+20	badly	badly	ADV	O	0			ewtb.r.335225.5
+21	:)	:)	SYM	O	0			ewtb.r.335225.5
+22	All	all	DET	B	0			ewtb.r.335225.5
+23	kidding	kidding	NOUN	I	22			ewtb.r.335225.5
+24	aside	aside	ADV	I	23			ewtb.r.335225.5
+25	,	,	PUNCT	O	0			ewtb.r.335225.5
+26	they	they	PRON	O	0			ewtb.r.335225.5
+27	are	be	VERB	O	0		v.stative	ewtb.r.335225.5
+28	a	a	DET	O	0			ewtb.r.335225.5
+29	very	very	ADV	O	0			ewtb.r.335225.5
+30	good	good	ADJ	O	0			ewtb.r.335225.5
+31	company	company	NOUN	O	0		n.group	ewtb.r.335225.5
+32	,	,	PUNCT	O	0			ewtb.r.335225.5
+33	I	i	PRON	O	0			ewtb.r.335225.5
+34	have	have	VERB	O	0		v.stative	ewtb.r.335225.5
+35	a	a	DET	O	0			ewtb.r.335225.5
+36	hard	hard	ADJ	O	0			ewtb.r.335225.5
+37	time	time	NOUN	O	0		n.time	ewtb.r.335225.5
+38	giving	give	VERB	O	0		v.stative	ewtb.r.335225.5
+39	any	any	DET	O	0			ewtb.r.335225.5
+40	service	service	NOUN	O	0		n.act	ewtb.r.335225.5
+41	biz	biz	NOUN	O	0		n.group	ewtb.r.335225.5
+42	a	a	DET	O	0			ewtb.r.335225.5
+43	5	5	NUM	B	0		n.communication	ewtb.r.335225.5
+44	star	star	NOUN	I	43			ewtb.r.335225.5
+45	review	review	NOUN	O	0		n.communication	ewtb.r.335225.5
+46	but	but	CONJ	O	0			ewtb.r.335225.5
+47	they	they	PRON	O	0			ewtb.r.335225.5
+48	came	come	VERB	O	0		v.stative	ewtb.r.335225.5
+49	close	close	ADV	O	0			ewtb.r.335225.5
+50	.	.	PUNCT	O	0			ewtb.r.335225.5
+
+1	The	the	DET	O	0			ewtb.r.338429.10
+2	apartment	apartment	NOUN	O	0		n.group	ewtb.r.338429.10
+3	across	across	ADP	O	0			ewtb.r.338429.10
+4	from	from	ADP	O	0			ewtb.r.338429.10
+5	mine	mine	PRON	O	0			ewtb.r.338429.10
+6	belonged	belong	VERB	B	0		v.possession	ewtb.r.338429.10
+7	to	to	ADP	I	6			ewtb.r.338429.10
+8	a	a	DET	O	0			ewtb.r.338429.10
+9	gang	gang	NOUN	O	0		n.group	ewtb.r.338429.10
+10	of	of	ADP	O	0			ewtb.r.338429.10
+11	hookers	hooker	NOUN	O	0		n.person	ewtb.r.338429.10
+12	.	.	PUNCT	O	0			ewtb.r.338429.10
+
+1	They	they	PRON	O	0			ewtb.r.349020.8
+2	told	tell	VERB	O	0		v.communication	ewtb.r.349020.8
+3	me	me	PRON	O	0			ewtb.r.349020.8
+4	that	that	SCONJ	O	0			ewtb.r.349020.8
+5	this	this	DET	O	0			ewtb.r.349020.8
+6	is	be	VERB	O	0		v.stative	ewtb.r.349020.8
+7	not	not	PART	O	0			ewtb.r.349020.8
+8	under	under	ADP	B	0			ewtb.r.349020.8
+9	warranty	warranty	NOUN	I	8			ewtb.r.349020.8
+10	and	and	CONJ	O	0			ewtb.r.349020.8
+11	want	want	VERB	O	0		v.cognition	ewtb.r.349020.8
+12	to	to	PART	O	0			ewtb.r.349020.8
+13	charge	charge	VERB	O	0		v.possession	ewtb.r.349020.8
+14	me	me	PRON	O	0			ewtb.r.349020.8
+15	$	$	SYM	O	0			ewtb.r.349020.8
+16	175	175	NUM	O	0			ewtb.r.349020.8
+17	just	just	ADV	O	0			ewtb.r.349020.8
+18	to	to	PART	O	0			ewtb.r.349020.8
+19	diagnose	diagnose	VERB	O	0		v.cognition	ewtb.r.349020.8
+20	the	the	DET	O	0			ewtb.r.349020.8
+21	problem	problem	NOUN	O	0		n.cognition	ewtb.r.349020.8
+22	!	!	PUNCT	O	0			ewtb.r.349020.8
+
+1	Seems	seem	VERB	O	0		v.cognition	ewtb.r.200429.5
+2	like	like	SCONJ	O	0			ewtb.r.200429.5
+3	all	all	DET	O	0			ewtb.r.200429.5
+4	they	they	PRON	O	0			ewtb.r.200429.5
+5	care	care	VERB	O	0		v.cognition	ewtb.r.200429.5
+6	about	about	ADP	O	0			ewtb.r.200429.5
+7	is	be	VERB	O	0		v.stative	ewtb.r.200429.5
+8	the	the	DET	O	0			ewtb.r.200429.5
+9	money	money	NOUN	O	0		n.possession	ewtb.r.200429.5
+10	and	and	CONJ	O	0			ewtb.r.200429.5
+11	getting	get	VERB	O	0		v.motion	ewtb.r.200429.5
+12	home	home	NOUN	O	0		n.location	ewtb.r.200429.5
+13	on	on	ADP	B	0			ewtb.r.200429.5
+14	time	time	NOUN	I	13			ewtb.r.200429.5
+15	,	,	PUNCT	O	0			ewtb.r.200429.5
+16	NO	no	DET	O	0			ewtb.r.200429.5
+17	care	care	NOUN	O	0		n.act	ewtb.r.200429.5
+18	for	for	ADP	O	0			ewtb.r.200429.5
+19	the	the	DET	O	0			ewtb.r.200429.5
+20	customers	customer	NOUN	O	0		n.group	ewtb.r.200429.5
+21	AT	at	ADV	B	0			ewtb.r.200429.5
+22	ALL	all	ADV	I	21			ewtb.r.200429.5
+23	!!!	!!!	PUNCT	O	0			ewtb.r.200429.5
+
+1	While	while	SCONJ	O	0			ewtb.r.229623.2
+2	there	there	PRON	O	0			ewtb.r.229623.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.229623.2
+4	n't	n't	PART	O	0			ewtb.r.229623.2
+5	too	too	ADV	O	0			ewtb.r.229623.2
+6	much	much	ADJ	O	0			ewtb.r.229623.2
+7	available	available	ADJ	O	0			ewtb.r.229623.2
+8	for	for	ADP	B	0			ewtb.r.229623.2
+9	their	their	PRON	o	0			ewtb.r.229623.2
+10	age	age	NOUN	I	8			ewtb.r.229623.2
+11	(	(	PUNCT	O	0			ewtb.r.229623.2
+12	ball	ball	NOUN	B	0		n.artifact	ewtb.r.229623.2
+13	pit	pit	NOUN	I	12			ewtb.r.229623.2
+14	,	,	PUNCT	O	0			ewtb.r.229623.2
+15	bouncy	bouncy	ADJ	O	0			ewtb.r.229623.2
+16	area	area	NOUN	O	0		n.location	ewtb.r.229623.2
+17	and	and	CONJ	O	0			ewtb.r.229623.2
+18	a	a	DET	O	0			ewtb.r.229623.2
+19	little	little	ADJ	O	0			ewtb.r.229623.2
+20	padded	padded	ADJ	O	0			ewtb.r.229623.2
+21	pyramid	pyramid	NOUN	O	0		n.shape	ewtb.r.229623.2
+22	to	to	PART	O	0			ewtb.r.229623.2
+23	climb	climb	VERB	O	0		v.contact	ewtb.r.229623.2
+24	on	on	ADP	O	0			ewtb.r.229623.2
+25	)	)	PUNCT	O	0			ewtb.r.229623.2
+26	,	,	PUNCT	O	0			ewtb.r.229623.2
+27	we	we	PRON	O	0			ewtb.r.229623.2
+28	went	go	VERB	O	0		v.motion	ewtb.r.229623.2
+29	right	right	ADV	O	0			ewtb.r.229623.2
+30	when	when	ADV	O	0			ewtb.r.229623.2
+31	they	they	PRON	O	0			ewtb.r.229623.2
+32	opened	open	VERB	O	0		v.stative	ewtb.r.229623.2
+33	at	at	ADP	O	0			ewtb.r.229623.2
+34	10	10	NUM	O	0			ewtb.r.229623.2
+35	am	am	NOUN	O	0		n.time	ewtb.r.229623.2
+36	on	on	ADP	O	0			ewtb.r.229623.2
+37	a	a	DET	O	0			ewtb.r.229623.2
+38	winter	winter	NOUN	O	0		n.time	ewtb.r.229623.2
+39	weekday	weekday	NOUN	O	0		n.time	ewtb.r.229623.2
+40	and	and	CONJ	O	0			ewtb.r.229623.2
+41	ended	end	VERB	B	0		v.stative	ewtb.r.229623.2
+42	up	up	ADP	I	41			ewtb.r.229623.2
+43	being	be	VERB	O	0		v.stative	ewtb.r.229623.2
+44	the	the	DET	O	0			ewtb.r.229623.2
+45	only	only	ADJ	O	0			ewtb.r.229623.2
+46	ones	one	NOUN	O	0		n.person	ewtb.r.229623.2
+47	there	there	ADV	O	0			ewtb.r.229623.2
+48	,	,	PUNCT	O	0			ewtb.r.229623.2
+49	so	so	ADV	O	0			ewtb.r.229623.2
+50	we	we	PRON	O	0			ewtb.r.229623.2
+51	were	be	AUX	O	0			ewtb.r.229623.2
+52	given	give	VERB	B	0		v.social	ewtb.r.229623.2
+53	a	a	DET	o	0			ewtb.r.229623.2
+54	little	little	ADJ	o	0			ewtb.r.229623.2
+55	more	more	ADJ	o	0			ewtb.r.229623.2
+56	liberty	liberty	NOUN	I	52			ewtb.r.229623.2
+57	than	than	SCONJ	O	0			ewtb.r.229623.2
+58	we	we	PRON	O	0			ewtb.r.229623.2
+59	would	would	AUX	O	0			ewtb.r.229623.2
+60	have	have	AUX	O	0			ewtb.r.229623.2
+61	if	if	SCONJ	O	0			ewtb.r.229623.2
+62	others	others	NOUN	O	0		n.group	ewtb.r.229623.2
+63	had	have	AUX	O	0			ewtb.r.229623.2
+64	been	be	VERB	O	0		v.stative	ewtb.r.229623.2
+65	there	there	ADV	O	0			ewtb.r.229623.2
+66	.	.	PUNCT	O	0			ewtb.r.229623.2
+
+1	We	we	PRON	O	0			ewtb.r.235423.8
+2	were	be	AUX	O	0			ewtb.r.235423.8
+3	standing	stand	VERB	O	0		v.stative	ewtb.r.235423.8
+4	in	in	ADP	O	0			ewtb.r.235423.8
+5	the	the	DET	O	0			ewtb.r.235423.8
+6	store	store	NOUN	O	0		n.location	ewtb.r.235423.8
+7	for	for	ADP	O	0			ewtb.r.235423.8
+8	20	20	NUM	O	0			ewtb.r.235423.8
+9	minutes	minutes	NOUN	O	0		n.time	ewtb.r.235423.8
+10	to	to	PART	O	0			ewtb.r.235423.8
+11	simply	simply	ADV	O	0			ewtb.r.235423.8
+12	pick	pick	VERB	B	0		v.possession	ewtb.r.235423.8
+13	up	up	ADP	I	12			ewtb.r.235423.8
+14	an	an	DET	O	0			ewtb.r.235423.8
+15	order	order	NOUN	O	0		n.food	ewtb.r.235423.8
+16	.	.	PUNCT	O	0			ewtb.r.235423.8
+
+1	Tried	try	VERB	O	0		v.social	ewtb.r.248027.1
+2	Crust	crust	PROPN	B	0		n.group	ewtb.r.248027.1
+3	on	on	ADP	I	2			ewtb.r.248027.1
+4	Broad	broad	PROPN	I	3			ewtb.r.248027.1
+5	on	on	ADP	O	0			ewtb.r.248027.1
+6	3	3	NUM	O	0			ewtb.r.248027.1
+7	occasions	occasions	NOUN	O	0		n.event	ewtb.r.248027.1
+8	.	.	PUNCT	O	0			ewtb.r.248027.1
+
+1	It	it	PRON	O	0			ewtb.r.248124.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.248124.2
+3	the	the	DET	B	0		n.communication	ewtb.r.248124.2
+4	real	real	ADJ	I	3			ewtb.r.248124.2
+5	thing	thing	NOUN	I	4			ewtb.r.248124.2
+6	-	-	PUNCT	O	0			ewtb.r.248124.2
+7	I	i	PRON	O	0			ewtb.r.248124.2
+8	have	have	AUX	O	0			ewtb.r.248124.2
+9	been	be	AUX	O	0			ewtb.r.248124.2
+10	practicing	practice	VERB	O	0		v.social	ewtb.r.248124.2
+11	Pilates	pilates	PROPN	O	0		n.act	ewtb.r.248124.2
+12	for	for	ADP	O	0			ewtb.r.248124.2
+13	over	over	ADV	O	0			ewtb.r.248124.2
+14	7	7	NUM	O	0			ewtb.r.248124.2
+15	years	years	NOUN	O	0		n.time	ewtb.r.248124.2
+16	and	and	CONJ	O	0			ewtb.r.248124.2
+17	would	would	AUX	O	0			ewtb.r.248124.2
+18	not	not	PART	O	0			ewtb.r.248124.2
+19	go	go	VERB	O	0		v.motion	ewtb.r.248124.2
+20	anywhere	anywhere	ADV	O	0			ewtb.r.248124.2
+21	else	else	ADV	O	0			ewtb.r.248124.2
+22	.	.	PUNCT	O	0			ewtb.r.248124.2
+
+1	I	i	PRON	O	0			ewtb.r.356920.1
+2	called	call	VERB	O	0		v.communication	ewtb.r.356920.1
+3	on	on	ADP	O	0			ewtb.r.356920.1
+4	a	a	DET	O	0			ewtb.r.356920.1
+5	Friday	friday	PROPN	O	0		n.time	ewtb.r.356920.1
+6	at	at	ADP	O	0			ewtb.r.356920.1
+7	12:30	12:30	NUM	O	0			ewtb.r.356920.1
+8	complaining	complain	VERB	O	0		v.communication	ewtb.r.356920.1
+9	of	of	ADP	O	0			ewtb.r.356920.1
+10	a	a	DET	O	0			ewtb.r.356920.1
+11	severe	severe	ADJ	O	0			ewtb.r.356920.1
+12	toothache	toothache	NOUN	O	0		n.state	ewtb.r.356920.1
+13	.	.	PUNCT	O	0			ewtb.r.356920.1
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.356920.2
+2	Obina	obina	PROPN	I	1			ewtb.r.356920.2
+3	told	tell	VERB	O	0		v.communication	ewtb.r.356920.2
+4	me	me	PRON	O	0			ewtb.r.356920.2
+5	that	that	SCONJ	O	0			ewtb.r.356920.2
+6	his	his	PRON	O	0			ewtb.r.356920.2
+7	office	office	NOUN	O	0		n.group	ewtb.r.356920.2
+8	closed	close	VERB	O	0		v.stative	ewtb.r.356920.2
+9	at	at	ADP	O	0			ewtb.r.356920.2
+10	noon	noon	NOUN	O	0		n.time	ewtb.r.356920.2
+11	and	and	CONJ	O	0			ewtb.r.356920.2
+12	that	that	SCONJ	O	0			ewtb.r.356920.2
+13	I	i	PRON	O	0			ewtb.r.356920.2
+14	should	should	AUX	O	0			ewtb.r.356920.2
+15	call	call	VERB	O	0		v.communication	ewtb.r.356920.2
+16	him	him	PRON	O	0			ewtb.r.356920.2
+17	on	on	ADP	O	0			ewtb.r.356920.2
+18	Monday	monday	PROPN	O	0		n.time	ewtb.r.356920.2
+19	.	.	PUNCT	O	0			ewtb.r.356920.2
+
+1	I	i	PRON	O	0			ewtb.r.356920.3
+2	had	have	AUX	O	0			ewtb.r.356920.3
+3	been	be	VERB	O	0		v.stative	ewtb.r.356920.3
+4	a	a	DET	O	0			ewtb.r.356920.3
+5	patient	patient	NOUN	O	0		n.person	ewtb.r.356920.3
+6	of	of	ADP	O	0			ewtb.r.356920.3
+7	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.356920.3
+8	Olbina	olbina	PROPN	I	7			ewtb.r.356920.3
+9	for	for	ADP	O	0			ewtb.r.356920.3
+10	9	9	NUM	O	0			ewtb.r.356920.3
+11	years	years	NOUN	O	0		n.time	ewtb.r.356920.3
+12	and	and	CONJ	O	0			ewtb.r.356920.3
+13	had	have	AUX	O	0			ewtb.r.356920.3
+14	spent	spend	VERB	O	0		v.possession	ewtb.r.356920.3
+15	thousands	thousand	NOUN	O	0		n.quantity	ewtb.r.356920.3
+16	of	of	ADP	O	0			ewtb.r.356920.3
+17	dollars	dollar	NOUN	O	0		n.possession	ewtb.r.356920.3
+18	on	on	ADP	O	0			ewtb.r.356920.3
+19	crowns	crown	NOUN	O	0		n.artifact	ewtb.r.356920.3
+20	etc	etc	X	O	0			ewtb.r.356920.3
+21	.	.	PUNCT	O	0			ewtb.r.356920.3
+
+1	This	this	DET	O	0			ewtb.r.376320.4
+2	can	can	AUX	O	0			ewtb.r.376320.4
+3	tend	tend	VERB	O	0		v.stative	ewtb.r.376320.4
+4	to	to	PART	O	0			ewtb.r.376320.4
+5	be	be	VERB	O	0		v.stative	ewtb.r.376320.4
+6	a	a	DET	O	0			ewtb.r.376320.4
+7	stressful	stressful	ADJ	O	0			ewtb.r.376320.4
+8	experience	experience	NOUN	O	0		n.event	ewtb.r.376320.4
+9	in	in	ADP	B	0			ewtb.r.376320.4
+10	itself	itself	PRON	I	9			ewtb.r.376320.4
+11	let	let	VERB	B	0			ewtb.r.376320.4
+12	alone	alone	ADV	I	11			ewtb.r.376320.4
+13	adding	add	VERB	O	0		v.change	ewtb.r.376320.4
+14	crossing	cross	VERB	O	0		v.motion	ewtb.r.376320.4
+15	boarders	boarder	NOUN	O	0		n.location	ewtb.r.376320.4
+16	for	for	ADP	O	0			ewtb.r.376320.4
+17	the	the	DET	O	0			ewtb.r.376320.4
+18	first	first	ADJ	O	0			ewtb.r.376320.4
+19	time	time	NOUN	O	0		n.event	ewtb.r.376320.4
+20	.	.	PUNCT	O	0			ewtb.r.376320.4
+
+1	I	i	PRON	O	0			ewtb.r.207629.2
+2	have	have	AUX	O	0			ewtb.r.207629.2
+3	been	be	AUX	O	0			ewtb.r.207629.2
+4	going	go	VERB	O	0		v.motion	ewtb.r.207629.2
+5	to	to	ADP	O	0			ewtb.r.207629.2
+6	Warner	warner	PROPN	B	0		n.group	ewtb.r.207629.2
+7	Family	family	PROPN	I	6			ewtb.r.207629.2
+8	for	for	ADP	O	0			ewtb.r.207629.2
+9	a	a	DET	B	0		n.quantity	ewtb.r.207629.2
+10	number	number	NOUN	I	9			ewtb.r.207629.2
+11	of	of	ADP	O	0			ewtb.r.207629.2
+12	years	years	NOUN	O	0		n.time	ewtb.r.207629.2
+13	and	and	CONJ	O	0			ewtb.r.207629.2
+14	would	would	AUX	O	0			ewtb.r.207629.2
+15	highly	highly	ADV	O	0			ewtb.r.207629.2
+16	recommend	recommend	VERB	O	0		v.communication	ewtb.r.207629.2
+17	it	it	PRON	O	0			ewtb.r.207629.2
+18	to	to	ADP	O	0			ewtb.r.207629.2
+19	anyone	anyone	NOUN	O	0			ewtb.r.207629.2
+20	.	.	PUNCT	O	0			ewtb.r.207629.2
+
+1	Cathy	cathy	PROPN	O	0		n.person	ewtb.r.085424.1
+2	******	******	SYM	O	0			ewtb.r.085424.1
+3	Five	five	NUM	B	0		n.attribute	ewtb.r.085424.1
+4	Stars	star	NOUN	I	3			ewtb.r.085424.1
+5	for	for	ADP	O	0			ewtb.r.085424.1
+6	Lake	lake	PROPN	B	0		n.group	ewtb.r.085424.1
+7	Forest	forest	PROPN	I	6			ewtb.r.085424.1
+8	Tots	tots	PROPN	I	7			ewtb.r.085424.1
+9	.	.	PUNCT	O	0			ewtb.r.085424.1
+
+1	The	the	DET	O	0			ewtb.r.085424.2
+2	program	program	NOUN	O	0		n.group	ewtb.r.085424.2
+3	has	have	AUX	O	0			ewtb.r.085424.2
+4	been	be	VERB	O	0		v.stative	ewtb.r.085424.2
+5	a	a	DET	O	0			ewtb.r.085424.2
+6	postive	postive	ADJ	O	0			ewtb.r.085424.2
+7	experience	experience	NOUN	O	0		n.event	ewtb.r.085424.2
+8	for	for	ADP	O	0			ewtb.r.085424.2
+9	my	my	PRON	O	0			ewtb.r.085424.2
+10	children	child	NOUN	O	0		n.person	ewtb.r.085424.2
+11	.	.	PUNCT	O	0			ewtb.r.085424.2
+
+1	I	i	PRON	O	0			ewtb.r.094621.3
+2	needed	need	VERB	O	0		v.cognition	ewtb.r.094621.3
+3	a	a	DET	O	0			ewtb.r.094621.3
+4	part	part	NOUN	O	0		n.artifact	ewtb.r.094621.3
+5	for	for	ADP	O	0			ewtb.r.094621.3
+6	my	my	PRON	O	0			ewtb.r.094621.3
+7	appliance	appliance	NOUN	O	0		n.artifact	ewtb.r.094621.3
+8	,	,	PUNCT	O	0			ewtb.r.094621.3
+9	the	the	DET	O	0			ewtb.r.094621.3
+10	cost	cost	NOUN	O	0		n.possession	ewtb.r.094621.3
+11	was	be	VERB	O	0		v.stative	ewtb.r.094621.3
+12	very	very	ADV	O	0			ewtb.r.094621.3
+13	high	high	ADJ	O	0			ewtb.r.094621.3
+14	so	so	ADV	O	0			ewtb.r.094621.3
+15	I	i	PRON	O	0			ewtb.r.094621.3
+16	said	say	VERB	O	0		v.communication	ewtb.r.094621.3
+17	never	never	ADV	B	0			ewtb.r.094621.3
+18	mind	mind	VERB	I	17			ewtb.r.094621.3
+19	,	,	PUNCT	O	0			ewtb.r.094621.3
+20	paid	pay	VERB	O	0		v.possession	ewtb.r.094621.3
+21	the	the	DET	O	0			ewtb.r.094621.3
+22	fee	fee	NOUN	O	0		n.possession	ewtb.r.094621.3
+23	and	and	CONJ	O	0			ewtb.r.094621.3
+24	called	call	VERB	O	0		v.communication	ewtb.r.094621.3
+25	a	a	DET	O	0			ewtb.r.094621.3
+26	local	local	ADJ	O	0			ewtb.r.094621.3
+27	business	business	NOUN	O	0		n.group	ewtb.r.094621.3
+28	for	for	ADP	O	0			ewtb.r.094621.3
+29	a	a	DET	O	0			ewtb.r.094621.3
+30	second	second	ADJ	O	0			ewtb.r.094621.3
+31	quote	quote	NOUN	O	0		n.communication	ewtb.r.094621.3
+32	.	.	PUNCT	O	0			ewtb.r.094621.3
+
+1	Very	very	ADV	O	0			ewtb.r.094621.7
+2	disappointed	disappointed	ADJ	B	0			ewtb.r.094621.7
+3	in	in	ADP	I	2			ewtb.r.094621.7
+4	Kitchen	kitchen	PROPN	B	0		n.group	ewtb.r.094621.7
+5	Aid	aid	PROPN	I	4			ewtb.r.094621.7
+6	as	as	ADV	B	0			ewtb.r.094621.7
+7	well	well	ADV	I	6			ewtb.r.094621.7
+8	,	,	PUNCT	O	0			ewtb.r.094621.7
+9	I	i	PRON	O	0			ewtb.r.094621.7
+10	thought	think	VERB	O	0		v.cognition	ewtb.r.094621.7
+11	that	that	SCONJ	O	0			ewtb.r.094621.7
+12	they	they	PRON	O	0			ewtb.r.094621.7
+13	pre-screened	pre-screened	VERB	O	0		v.social	ewtb.r.094621.7
+14	their	their	PRON	O	0			ewtb.r.094621.7
+15	vendors	vendor	NOUN	O	0		n.person	ewtb.r.094621.7
+16	for	for	ADP	O	0			ewtb.r.094621.7
+17	price	price	NOUN	O	0		n.possession	ewtb.r.094621.7
+18	and	and	CONJ	O	0			ewtb.r.094621.7
+19	quality	quality	NOUN	O	0		n.attribute	ewtb.r.094621.7
+20	of	of	ADP	O	0			ewtb.r.094621.7
+21	work	work	NOUN	O	0		n.act	ewtb.r.094621.7
+22	,	,	PUNCT	O	0			ewtb.r.094621.7
+23	obviously	obviously	ADV	O	0			ewtb.r.094621.7
+24	they	they	PRON	O	0			ewtb.r.094621.7
+25	do	do	AUX	O	0			ewtb.r.094621.7
+26	not	not	PART	O	0			ewtb.r.094621.7
+27	!	!	PUNCT	O	0			ewtb.r.094621.7
+
+1	I	i	PRON	O	0			ewtb.r.116821.13
+2	congratulated	congratulate	VERB	O	0		v.communication	ewtb.r.116821.13
+3	this	this	DET	O	0			ewtb.r.116821.13
+4	establishment	establishment	NOUN	O	0		n.group	ewtb.r.116821.13
+5	for	for	SCONJ	O	0			ewtb.r.116821.13
+6	doing	do	VERB	O	0		v.stative	ewtb.r.116821.13
+7	the	the	DET	O	0			ewtb.r.116821.13
+8	research	research	NOUN	O	0		n.act	ewtb.r.116821.13
+9	on	on	SCONJ	O	0			ewtb.r.116821.13
+10	making	make	VERB	O	0		v.creation	ewtb.r.116821.13
+11	NYC	nyc	PROPN	B	0		n.food	ewtb.r.116821.13
+12	pizza	pizza	NOUN	I	11			ewtb.r.116821.13
+13	because	because	SCONJ	O	0			ewtb.r.116821.13
+14	these	these	DET	O	0			ewtb.r.116821.13
+15	Scots	scots	PROPN	O	0		n.group	ewtb.r.116821.13
+16	fcking	fcking	ADV	O	0			ewtb.r.116821.13
+17	nailed	nail	VERB	B	0		v.social	ewtb.r.116821.13
+18	it	it	PRON	I	17			ewtb.r.116821.13
+19	.	.	PUNCT	O	0			ewtb.r.116821.13
+
+1	it	it	PRON	O	0			ewtb.r.120724.1
+2	was	be	VERB	O	0		v.stative	ewtb.r.120724.1
+3	a	a	DET	B	0			ewtb.r.120724.1
+4	little	little	NOUN	I	3			ewtb.r.120724.1
+5	to	to	ADV	O	0			ewtb.r.120724.1
+6	high	high	ADJ	B	0			ewtb.r.120724.1
+7	dollar	dollar	NOUN	I	6			ewtb.r.120724.1
+8	for	for	ADP	O	0			ewtb.r.120724.1
+9	me	me	PRON	O	0			ewtb.r.120724.1
+
+1	Anyone	anyone	NOUN	O	0			ewtb.r.125629.1
+2	else	else	ADJ	O	0			ewtb.r.125629.1
+3	find	find	VERB	O	0		v.cognition	ewtb.r.125629.1
+4	it	it	PRON	O	0			ewtb.r.125629.1
+5	a	a	DET	O	0			ewtb.r.125629.1
+6	little	little	ADJ	O	0			ewtb.r.125629.1
+7	suspicious	suspicious	ADJ	O	0			ewtb.r.125629.1
+8	that	that	SCONJ	O	0			ewtb.r.125629.1
+9	there	there	PRON	O	0			ewtb.r.125629.1
+10	are	be	VERB	O	0		v.stative	ewtb.r.125629.1
+11	not	not	PART	O	0			ewtb.r.125629.1
+12	only	only	ADV	O	0			ewtb.r.125629.1
+13	20	20	NUM	O	0			ewtb.r.125629.1
+14	reviews	review	NOUN	O	0		n.communication	ewtb.r.125629.1
+15	for	for	ADP	O	0			ewtb.r.125629.1
+16	this	this	DET	O	0			ewtb.r.125629.1
+17	dentist	dentist	NOUN	O	0		n.person	ewtb.r.125629.1
+18	(	(	PUNCT	O	0			ewtb.r.125629.1
+19	a	a	DET	O	0			ewtb.r.125629.1
+20	HUGE	huge	ADJ	O	0			ewtb.r.125629.1
+21	number	number	NOUN	O	0		n.quantity	ewtb.r.125629.1
+22	compared	compare	VERB	B	0		v.stative	ewtb.r.125629.1
+23	to	to	ADP	I	22			ewtb.r.125629.1
+24	the	the	DET	O	0			ewtb.r.125629.1
+25	others	others	NOUN	O	0		n.group	ewtb.r.125629.1
+26	in	in	ADP	O	0			ewtb.r.125629.1
+27	the	the	DET	O	0			ewtb.r.125629.1
+28	area	area	NOUN	O	0		n.location	ewtb.r.125629.1
+29	)	)	PUNCT	O	0			ewtb.r.125629.1
+30	,	,	PUNCT	O	0			ewtb.r.125629.1
+31	but	but	CONJ	O	0			ewtb.r.125629.1
+32	that	that	SCONJ	O	0			ewtb.r.125629.1
+33	they	they	PRON	O	0			ewtb.r.125629.1
+34	all	all	DET	O	0			ewtb.r.125629.1
+35	have	have	VERB	O	0		v.stative	ewtb.r.125629.1
+36	the	the	DET	O	0			ewtb.r.125629.1
+37	same	same	ADJ	O	0			ewtb.r.125629.1
+38	unique	unique	ADJ	O	0			ewtb.r.125629.1
+39	grammar	grammar	NOUN	B	0		n.cognition	ewtb.r.125629.1
+40	structure	structure	NOUN	I	39			ewtb.r.125629.1
+41	?	?	PUNCT	O	0			ewtb.r.125629.1
+
+1	45	45	NUM	O	0			ewtb.r.147825.2
+2	p	p	NOUN	O	0		n.possession	ewtb.r.147825.2
+3	for	for	ADP	O	0			ewtb.r.147825.2
+4	tap	tap	NOUN	B	0		n.substance	ewtb.r.147825.2
+5	water	water	NOUN	I	4			ewtb.r.147825.2
+6	!	!	PUNCT	O	0			ewtb.r.147825.2
+
+1	Clean	clean	ADJ	O	0			ewtb.r.149922.1
+2	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.149922.1
+3	,	,	PUNCT	O	0			ewtb.r.149922.1
+4	great	great	ADJ	O	0			ewtb.r.149922.1
+5	for	for	ADP	O	0			ewtb.r.149922.1
+6	the	the	DET	O	0			ewtb.r.149922.1
+7	price	price	NOUN	O	0		n.possession	ewtb.r.149922.1
+8	and	and	CONJ	O	0			ewtb.r.149922.1
+9	cheapest	cheap	ADJ	O	0			ewtb.r.149922.1
+10	on	on	ADP	O	0			ewtb.r.149922.1
+11	the	the	DET	O	0			ewtb.r.149922.1
+12	exit	exit	NOUN	O	0		n.location	ewtb.r.149922.1
+13	.	.	PUNCT	O	0			ewtb.r.149922.1
+
+1	Thanks	thanks	NOUN	O	0			ewtb.r.178726.7
+2	for	for	ADP	O	0			ewtb.r.178726.7
+3	the	the	DET	O	0			ewtb.r.178726.7
+4	great	great	ADJ	O	0			ewtb.r.178726.7
+5	care	care	NOUN	O	0		n.act	ewtb.r.178726.7
+6	!!!!	!!!!	PUNCT	O	0			ewtb.r.178726.7
+
+1	I	i	PRON	B	0			ewtb.r.207629.5
+2	ca	ca	AUX	I	1			ewtb.r.207629.5
+3	nt	nt	ADV	I	2			ewtb.r.207629.5
+4	speak	speak	VERB	I	3			ewtb.r.207629.5
+5	for	for	ADP	I	4			ewtb.r.207629.5
+6	them	them	PRON	O	0			ewtb.r.207629.5
+7	but	but	CONJ	O	0			ewtb.r.207629.5
+8	any	any	DET	O	0			ewtb.r.207629.5
+9	tests	test	NOUN	O	0		n.act	ewtb.r.207629.5
+10	or	or	CONJ	O	0			ewtb.r.207629.5
+11	appointments	appointment	NOUN	O	0		n.event	ewtb.r.207629.5
+12	they	they	PRON	O	0			ewtb.r.207629.5
+13	recommend	recommend	VERB	O	0		v.communication	ewtb.r.207629.5
+14	are	be	VERB	O	0		v.stative	ewtb.r.207629.5
+15	probably	probably	ADV	O	0			ewtb.r.207629.5
+16	in	in	ADP	B	0			ewtb.r.207629.5
+17	the	the	DET	I	16			ewtb.r.207629.5
+18	best	best	ADJ	I	17			ewtb.r.207629.5
+19	interests	interest	NOUN	I	18			ewtb.r.207629.5
+20	of	of	ADP	O	0			ewtb.r.207629.5
+21	us	us	PRON	O	0			ewtb.r.207629.5
+22	(	(	PUNCT	O	0			ewtb.r.207629.5
+23	the	the	DET	O	0			ewtb.r.207629.5
+24	patient	patient	NOUN	O	0		n.person	ewtb.r.207629.5
+25	)	)	PUNCT	O	0			ewtb.r.207629.5
+26	and	and	CONJ	O	0			ewtb.r.207629.5
+27	you	you	PRON	O	0			ewtb.r.207629.5
+28	have	have	VERB	O	0		v.stative	ewtb.r.207629.5
+29	the	the	DET	O	0			ewtb.r.207629.5
+30	ability	ability	NOUN	O	0		n.cognition	ewtb.r.207629.5
+31	to	to	PART	O	0			ewtb.r.207629.5
+32	decline	decline	VERB	O	0		v.communication	ewtb.r.207629.5
+33	anything	anything	NOUN	O	0			ewtb.r.207629.5
+34	that	that	DET	O	0			ewtb.r.207629.5
+35	they	they	PRON	O	0			ewtb.r.207629.5
+36	suggest	suggest	VERB	O	0		v.communication	ewtb.r.207629.5
+37	to	to	ADP	O	0			ewtb.r.207629.5
+38	you	you	PRON	O	0			ewtb.r.207629.5
+39	.	.	PUNCT	O	0			ewtb.r.207629.5
+
+1	I	i	PRON	O	0			ewtb.r.207629.6
+2	personally	personally	ADV	O	0			ewtb.r.207629.6
+3	have	have	AUX	O	0			ewtb.r.207629.6
+4	had	have	VERB	O	0		v.stative	ewtb.r.207629.6
+5	wonderful	wonderful	ADJ	O	0			ewtb.r.207629.6
+6	service	service	NOUN	O	0		n.act	ewtb.r.207629.6
+7	and	and	CONJ	O	0			ewtb.r.207629.6
+8	if	if	SCONJ	O	0			ewtb.r.207629.6
+9	you	you	PRON	O	0			ewtb.r.207629.6
+10	re	re	AUX	O	0			ewtb.r.207629.6
+11	truely	truely	ADV	O	0			ewtb.r.207629.6
+12	looking	look	VERB	O	0		v.cognition	ewtb.r.207629.6
+13	for	for	ADP	O	0			ewtb.r.207629.6
+14	a	a	DET	O	0			ewtb.r.207629.6
+15	FAMILY	family	NOUN	B	0		n.group	ewtb.r.207629.6
+16	practice	practice	NOUN	I	15			ewtb.r.207629.6
+17	...	...	PUNCT	O	0			ewtb.r.207629.6
+18	Warner	warner	PROPN	B	0		n.group	ewtb.r.207629.6
+19	Family	family	PROPN	I	18			ewtb.r.207629.6
+20	is	be	VERB	O	0		v.stative	ewtb.r.207629.6
+21	the	the	DET	O	0			ewtb.r.207629.6
+22	place	place	NOUN	O	0		n.group	ewtb.r.207629.6
+23	for	for	ADP	O	0			ewtb.r.207629.6
+24	you	you	PRON	O	0			ewtb.r.207629.6
+25	.	.	PUNCT	O	0			ewtb.r.207629.6
+
+1	She	she	PRON	O	0			ewtb.r.235423.7
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.235423.7
+3	for	for	ADP	O	0			ewtb.r.235423.7
+4	the	the	DET	O	0			ewtb.r.235423.7
+5	dinner	dinner	NOUN	O	0		n.food	ewtb.r.235423.7
+6	combo	combo	NOUN	O	0		n.food	ewtb.r.235423.7
+7	and	and	CONJ	O	0			ewtb.r.235423.7
+8	they	they	PRON	O	0			ewtb.r.235423.7
+9	gave	give	VERB	O	0		v.possession	ewtb.r.235423.7
+10	her	her	PRON	O	0			ewtb.r.235423.7
+11	two	two	NUM	O	0			ewtb.r.235423.7
+12	dinner	dinner	NOUN	B	0		n.artifact	ewtb.r.235423.7
+13	plates	plate	NOUN	I	12			ewtb.r.235423.7
+14	instead	instead	ADV	O	0			ewtb.r.235423.7
+15	.	.	PUNCT	O	0			ewtb.r.235423.7
+
+1	You	you	PRON	O	0			ewtb.r.247226.4
+2	have	have	VERB	B	0			ewtb.r.247226.4
+3	to	to	PART	I	2			ewtb.r.247226.4
+4	bring	bring	VERB	B	0		v.motion	ewtb.r.247226.4
+5	in	in	ADV	I	4			ewtb.r.247226.4
+6	your	your	PRON	O	0			ewtb.r.247226.4
+7	own	own	ADJ	O	0			ewtb.r.247226.4
+8	models	model	NOUN	O	0		n.person	ewtb.r.247226.4
+9	and	and	CONJ	O	0			ewtb.r.247226.4
+10	they	they	PRON	O	0			ewtb.r.247226.4
+11	have	have	VERB	B	0			ewtb.r.247226.4
+12	to	to	PART	I	11			ewtb.r.247226.4
+13	pay	pay	VERB	O	0		v.possession	ewtb.r.247226.4
+14	for	for	SCONJ	O	0			ewtb.r.247226.4
+15	you	you	PRON	O	0			ewtb.r.247226.4
+16	to	to	PART	O	0			ewtb.r.247226.4
+17	use	use	VERB	O	0		v.social	ewtb.r.247226.4
+18	them	them	PRON	O	0			ewtb.r.247226.4
+19	if	if	SCONJ	O	0			ewtb.r.247226.4
+20	you	you	PRON	O	0			ewtb.r.247226.4
+21	do	do	AUX	O	0			ewtb.r.247226.4
+22	nt	nt	ADV	O	0			ewtb.r.247226.4
+23	then	then	ADV	O	0			ewtb.r.247226.4
+24	you	you	PRON	O	0			ewtb.r.247226.4
+25	can	can	AUX	O	0			ewtb.r.247226.4
+26	graduate	graduate	VERB	O	0		v.stative	ewtb.r.247226.4
+27	!	!	PUNCT	O	0			ewtb.r.247226.4
+
+1	The	the	DET	O	0			ewtb.r.248027.3
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.248027.3
+3	will	will	AUX	O	0			ewtb.r.248027.3
+4	not	not	PART	O	0			ewtb.r.248027.3
+5	even	even	ADV	O	0			ewtb.r.248027.3
+6	answer	answer	VERB	O	0		v.communication	ewtb.r.248027.3
+7	the	the	DET	O	0			ewtb.r.248027.3
+8	phone	phone	NOUN	O	0		n.artifact	ewtb.r.248027.3
+9	for	for	ADP	O	0			ewtb.r.248027.3
+10	take	take	NOUN	B	0		n.food	ewtb.r.248027.3
+11	out	out	NOUN	I	10			ewtb.r.248027.3
+12	.	.	PUNCT	O	0			ewtb.r.248027.3
+
+1	Great	great	ADJ	O	0			ewtb.r.314024.2
+2	meats	meat	NOUN	O	0		n.food	ewtb.r.314024.2
+3	that	that	DET	O	0			ewtb.r.314024.2
+4	are	be	VERB	O	0			ewtb.r.314024.2
+5	already	already	ADV	O	0			ewtb.r.314024.2
+6	cooked	cook	VERB	O	0		v.creation	ewtb.r.314024.2
+7	,	,	PUNCT	O	0			ewtb.r.314024.2
+8	easy	easy	ADJ	O	0			ewtb.r.314024.2
+9	to	to	PART	O	0			ewtb.r.314024.2
+10	take	take	VERB	O	0		v.motion	ewtb.r.314024.2
+11	home	home	ADV	O	0			ewtb.r.314024.2
+12	for	for	ADP	O	0			ewtb.r.314024.2
+13	dinner	dinner	NOUN	O	0		n.event	ewtb.r.314024.2
+14	.	.	PUNCT	O	0			ewtb.r.314024.2
+
+1	And	and	CONJ	O	0			ewtb.r.335225.7
+2	the	the	DET	O	0			ewtb.r.335225.7
+3	salsa	salsa	NOUN	O	0		n.food	ewtb.r.335225.7
+4	,	,	PUNCT	O	0			ewtb.r.335225.7
+5	be	be	VERB	B	0		v.stative	ewtb.r.335225.7
+6	sure	sure	ADJ	I	5			ewtb.r.335225.7
+7	to	to	PART	I	6			ewtb.r.335225.7
+8	ask	ask	VERB	O	0		v.communication	ewtb.r.335225.7
+9	for	for	ADP	O	0			ewtb.r.335225.7
+10	a	a	DET	O	0			ewtb.r.335225.7
+11	jar	jar	NOUN	O	0		n.artifact	ewtb.r.335225.7
+12	and	and	CONJ	O	0			ewtb.r.335225.7
+13	have	have	VERB	O	0		v.stative	ewtb.r.335225.7
+14	plenty	plenty	NOUN	O	0		n.quantity	ewtb.r.335225.7
+15	of	of	ADP	O	0			ewtb.r.335225.7
+16	chips	chips	NOUN	O	0		n.food	ewtb.r.335225.7
+17	around	around	ADV	O	0			ewtb.r.335225.7
+18	,	,	PUNCT	O	0			ewtb.r.335225.7
+19	you	you	PRON	O	0			ewtb.r.335225.7
+20	will	will	AUX	O	0			ewtb.r.335225.7
+21	need	need	VERB	O	0		v.cognition	ewtb.r.335225.7
+22	them	them	PRON	O	0			ewtb.r.335225.7
+23	.....	.....	PUNCT	O	0			ewtb.r.335225.7
+
+1	Parking	parking	NOUN	B	0		n.artifact	ewtb.r.338429.16
+2	spaces	space	NOUN	I	1			ewtb.r.338429.16
+3	are	be	VERB	O	0		v.stative	ewtb.r.338429.16
+4	just	just	ADV	O	0			ewtb.r.338429.16
+5	big	big	ADJ	O	0			ewtb.r.338429.16
+6	enough	enough	ADJ	O	0			ewtb.r.338429.16
+7	for	for	ADP	O	0			ewtb.r.338429.16
+8	a	a	DET	O	0			ewtb.r.338429.16
+9	Mini	mini	PROPN	B	0		n.artifact	ewtb.r.338429.16
+10	Cooper	cooper	PROPN	I	9			ewtb.r.338429.16
+11	.	.	PUNCT	O	0			ewtb.r.338429.16
+
+1	Thank	thank	VERB	B	0			ewtb.r.346627.5
+2	you	you	PRON	I	1			ewtb.r.346627.5
+3	again	again	ADV	O	0			ewtb.r.346627.5
+4	for	for	ADP	O	0			ewtb.r.346627.5
+5	great	great	ADJ	O	0			ewtb.r.346627.5
+6	customer	customer	NOUN	B	0		n.act	ewtb.r.346627.5
+7	service	service	NOUN	I	6			ewtb.r.346627.5
+8	!	!	PUNCT	O	0			ewtb.r.346627.5
+
+1	Now	now	ADV	O	0			ewtb.r.355325.4
+2	that	that	SCONJ	O	0			ewtb.r.355325.4
+3	I	i	PRON	O	0			ewtb.r.355325.4
+4	live	live	VERB	O	0		v.social	ewtb.r.355325.4
+5	here	here	ADV	O	0			ewtb.r.355325.4
+6	,	,	PUNCT	O	0			ewtb.r.355325.4
+7	this	this	DET	O	0			ewtb.r.355325.4
+8	is	be	VERB	O	0		v.stative	ewtb.r.355325.4
+9	my	my	PRON	O	0			ewtb.r.355325.4
+10	favorite	favorite	ADJ	O	0			ewtb.r.355325.4
+11	place	place	NOUN	O	0		n.group	ewtb.r.355325.4
+12	to	to	PART	O	0			ewtb.r.355325.4
+13	grab	grab	VERB	O	0		v.possession	ewtb.r.355325.4
+14	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.355325.4
+15	for	for	ADP	O	0			ewtb.r.355325.4
+16	friends	friend	NOUN	O	0		n.person	ewtb.r.355325.4
+17	and	and	CONJ	O	0			ewtb.r.355325.4
+18	coworkers	coworkers	NOUN	O	0		n.person	ewtb.r.355325.4
+19	!	!	PUNCT	O	0			ewtb.r.355325.4
+
+1	Nothing	nothing	NOUN	O	0			ewtb.r.363428.4
+2	too	too	ADV	B	0			ewtb.r.363428.4
+3	much	much	ADJ	I	2			ewtb.r.363428.4
+4	trouble	trouble	NOUN	I	3			ewtb.r.363428.4
+5	for	for	ADP	O	0			ewtb.r.363428.4
+6	Ian	ian	PROPN	O	0		n.person	ewtb.r.363428.4
+7	,	,	PUNCT	O	0			ewtb.r.363428.4
+8	thanks	thanks	NOUN	O	0			ewtb.r.363428.4
+9	for	for	ADP	O	0			ewtb.r.363428.4
+10	a	a	DET	O	0			ewtb.r.363428.4
+11	great	great	ADJ	O	0			ewtb.r.363428.4
+12	stay	stay	NOUN	O	0		n.event	ewtb.r.363428.4
+13	.	.	PUNCT	O	0			ewtb.r.363428.4
+
+1	Please	please	INTJ	O	0			ewtb.r.376320.11
+2	pass	pass	VERB	O	0		v.communication	ewtb.r.376320.11
+3	my	my	PRON	O	0			ewtb.r.376320.11
+4	appreciation	appreciation	NOUN	O	0		n.attribute	ewtb.r.376320.11
+5	to	to	ADP	O	0			ewtb.r.376320.11
+6	the	the	DET	O	0			ewtb.r.376320.11
+7	Staff	staff	NOUN	O	0		n.group	ewtb.r.376320.11
+8	and	and	CONJ	O	0			ewtb.r.376320.11
+9	Management	management	NOUN	O	0		n.group	ewtb.r.376320.11
+10	for	for	ADP	O	0			ewtb.r.376320.11
+11	their	their	PRON	O	0			ewtb.r.376320.11
+12	excellent	excellent	ADJ	O	0			ewtb.r.376320.11
+13	hospitality	hospitality	NOUN	O	0		n.attribute	ewtb.r.376320.11
+14	and	and	CONJ	O	0			ewtb.r.376320.11
+15	good	good	ADJ	O	0			ewtb.r.376320.11
+16	spirits	spirits	NOUN	O	0		n.artifact	ewtb.r.376320.11
+17	as	as	SCONJ	O	0			ewtb.r.376320.11
+18	it	it	PRON	O	0			ewtb.r.376320.11
+19	helped	help	VERB	O	0		v.social	ewtb.r.376320.11
+20	make	make	VERB	O	0		v.stative	ewtb.r.376320.11
+21	a	a	DET	O	0			ewtb.r.376320.11
+22	stressful	stressful	ADJ	O	0			ewtb.r.376320.11
+23	trip	trip	NOUN	O	0		n.event	ewtb.r.376320.11
+24	enjoyable	enjoyable	ADJ	O	0			ewtb.r.376320.11
+25	.	.	PUNCT	O	0			ewtb.r.376320.11
+
+1	I	i	PRON	O	0			ewtb.r.376320.3
+2	work	work	VERB	O	0		v.social	ewtb.r.376320.3
+3	for	for	ADP	O	0			ewtb.r.376320.3
+4	a	a	DET	O	0			ewtb.r.376320.3
+5	large	large	ADJ	O	0			ewtb.r.376320.3
+6	retail	retail	NOUN	O	0		n.act	ewtb.r.376320.3
+7	company	company	NOUN	O	0		n.group	ewtb.r.376320.3
+8	recently	recently	ADV	O	0			ewtb.r.376320.3
+9	expanding	expand	VERB	O	0		v.change	ewtb.r.376320.3
+10	our	our	PRON	O	0			ewtb.r.376320.3
+11	operations	operations	NOUN	O	0		n.act	ewtb.r.376320.3
+12	into	into	ADP	O	0			ewtb.r.376320.3
+13	Canada	canada	PROPN	O	0		n.location	ewtb.r.376320.3
+14	and	and	CONJ	O	0			ewtb.r.376320.3
+15	had	have	VERB	B	0			ewtb.r.376320.3
+16	to	to	PART	I	15			ewtb.r.376320.3
+17	travel	travel	VERB	O	0		v.motion	ewtb.r.376320.3
+18	to	to	PART	O	0			ewtb.r.376320.3
+19	ensure	ensure	VERB	O	0		v.cognition	ewtb.r.376320.3
+20	all	all	DET	O	0			ewtb.r.376320.3
+21	of	of	ADP	O	0			ewtb.r.376320.3
+22	our	our	PRON	O	0			ewtb.r.376320.3
+23	computer	computer	NOUN	B	0		n.communication	ewtb.r.376320.3
+24	network	network	NOUN	I	23			ewtb.r.376320.3
+25	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.376320.3
+26	was	be	AUX	O	0			ewtb.r.376320.3
+27	installed	instal	VERB	O	0		v.change	ewtb.r.376320.3
+28	properly	properly	ADV	O	0			ewtb.r.376320.3
+29	and	and	CONJ	O	0			ewtb.r.376320.3
+30	on	on	ADP	B	0			ewtb.r.376320.3
+31	time	time	NOUN	I	30			ewtb.r.376320.3
+32	.	.	PUNCT	O	0			ewtb.r.376320.3
+
+1	Pretty	pretty	ADV	O	0			ewtb.r.392826.4
+2	spendy	spendy	ADJ	O	0			ewtb.r.392826.4
+3	for	for	ADP	O	0			ewtb.r.392826.4
+4	really	really	ADV	O	0			ewtb.r.392826.4
+5	not	not	PART	O	0			ewtb.r.392826.4
+6	great	great	ADJ	O	0			ewtb.r.392826.4
+7	quality	quality	NOUN	O	0		n.attribute	ewtb.r.392826.4
+
+1	The	the	DET	O	0			ewtb.r.338429.7
+2	other	other	ADJ	O	0			ewtb.r.338429.7
+3	guy	guy	NOUN	O	0		n.person	ewtb.r.338429.7
+4	was	be	AUX	O	0			ewtb.r.338429.7
+5	pulled	pull	VERB	B	0		v.social	ewtb.r.338429.7
+6	over	over	ADV	I	5			ewtb.r.338429.7
+7	one	one	NUM	O	0			ewtb.r.338429.7
+8	day	day	NOUN	O	0		n.time	ewtb.r.338429.7
+9	and	and	CONJ	O	0			ewtb.r.338429.7
+10	a	a	DET	O	0			ewtb.r.338429.7
+11	cop	cop	NOUN	O	0		n.person	ewtb.r.338429.7
+12	saw	see	VERB	O	0		v.perception	ewtb.r.338429.7
+13	suspicious	suspicious	ADJ	O	0			ewtb.r.338429.7
+14	papers	papers	NOUN	O	0		n.artifact	ewtb.r.338429.7
+15	with	with	ADP	O	0			ewtb.r.338429.7
+16	names	names	NOUN	O	0		n.communication	ewtb.r.338429.7
+17	and	and	CONJ	O	0			ewtb.r.338429.7
+18	social	social	ADJ	B	0		n.communication	ewtb.r.338429.7
+19	security	security	NOUN	I	18			ewtb.r.338429.7
+20	numbers	numbers	NOUN	I	19			ewtb.r.338429.7
+21	on	on	ADP	O	0			ewtb.r.338429.7
+22	it	it	PRON	O	0			ewtb.r.338429.7
+23	.	.	PUNCT	O	0			ewtb.r.338429.7
+
+1	From	from	ADP	O	0			ewtb.r.134622.2
+2	the	the	DET	O	0			ewtb.r.134622.2
+3	amount	amount	NOUN	O	0		n.quantity	ewtb.r.134622.2
+4	of	of	ADP	O	0			ewtb.r.134622.2
+5	time	time	NOUN	O	0		n.time	ewtb.r.134622.2
+6	spent	spend	VERB	O	0		v.social	ewtb.r.134622.2
+7	with	with	ADP	O	0			ewtb.r.134622.2
+8	us	us	PRON	O	0			ewtb.r.134622.2
+9	to	to	PART	O	0			ewtb.r.134622.2
+10	explain	explain	VERB	O	0		v.communication	ewtb.r.134622.2
+11	things	things	NOUN	O	0		n.group	ewtb.r.134622.2
+12	during	during	ADP	O	0			ewtb.r.134622.2
+13	the	the	DET	O	0			ewtb.r.134622.2
+14	initial	initial	ADJ	O	0			ewtb.r.134622.2
+15	quote	quote	NOUN	O	0		n.communication	ewtb.r.134622.2
+16	,	,	PUNCT	O	0			ewtb.r.134622.2
+17	to	to	ADP	O	0			ewtb.r.134622.2
+18	the	the	DET	O	0			ewtb.r.134622.2
+19	communication	communication	NOUN	O	0		n.communication	ewtb.r.134622.2
+20	through	through	ADP	O	0			ewtb.r.134622.2
+21	the	the	DET	O	0			ewtb.r.134622.2
+22	approval	approval	NOUN	O	0		n.cognition	ewtb.r.134622.2
+23	process	process	NOUN	O	0		n.process	ewtb.r.134622.2
+24	to	to	ADP	O	0			ewtb.r.134622.2
+25	the	the	DET	O	0			ewtb.r.134622.2
+26	actual	actual	ADJ	O	0			ewtb.r.134622.2
+27	workmanship	workmanship	NOUN	O	0		n.attribute	ewtb.r.134622.2
+28	of	of	ADP	O	0			ewtb.r.134622.2
+29	the	the	DET	O	0			ewtb.r.134622.2
+30	build	build	NOUN	O	0		n.act	ewtb.r.134622.2
+31	itself	itself	PRON	O	0			ewtb.r.134622.2
+32	.	.	PUNCT	O	0			ewtb.r.134622.2
+
+1	The	the	DET	O	0			ewtb.r.313825.4
+2	manager	manager	NOUN	O	0		n.person	ewtb.r.313825.4
+3	-	-	PUNCT	O	0			ewtb.r.313825.4
+4	Tiffany	tiffany	PROPN	O	0		n.person	ewtb.r.313825.4
+5	-	-	PUNCT	O	0			ewtb.r.313825.4
+6	is	be	VERB	O	0		v.stative	ewtb.r.313825.4
+7	actually	actually	ADV	O	0			ewtb.r.313825.4
+8	very	very	ADV	O	0			ewtb.r.313825.4
+9	nice	nice	ADJ	O	0			ewtb.r.313825.4
+10	so	so	ADV	O	0			ewtb.r.313825.4
+11	I	i	PRON	O	0			ewtb.r.313825.4
+12	'm	'm	VERB	O	0		v.stative	ewtb.r.313825.4
+13	a	a	DET	O	0			ewtb.r.313825.4
+14	bit	bit	NOUN	O	0			ewtb.r.313825.4
+15	surprised	surprised	ADJ	O	0			ewtb.r.313825.4
+16	by	by	ADP	O	0			ewtb.r.313825.4
+17	other	other	ADJ	O	0			ewtb.r.313825.4
+18	comments	comment	NOUN	O	0		n.communication	ewtb.r.313825.4
+19	.	.	PUNCT	O	0			ewtb.r.313825.4
+
+1	They	they	PRON	O	0			ewtb.r.235423.5
+2	helped	help	VERB	O	0		v.social	ewtb.r.235423.5
+3	about	about	ADV	O	0			ewtb.r.235423.5
+4	three	three	NUM	O	0			ewtb.r.235423.5
+5	other	other	ADJ	O	0			ewtb.r.235423.5
+6	people	person	NOUN	O	0		n.person	ewtb.r.235423.5
+7	before	before	SCONJ	O	0			ewtb.r.235423.5
+8	they	they	PRON	O	0			ewtb.r.235423.5
+9	offered	offer	VERB	O	0		v.communication	ewtb.r.235423.5
+10	to	to	PART	O	0			ewtb.r.235423.5
+11	help	help	VERB	O	0		v.social	ewtb.r.235423.5
+12	me	me	PRON	O	0			ewtb.r.235423.5
+13	again	again	ADV	O	0			ewtb.r.235423.5
+14	.	.	PUNCT	O	0			ewtb.r.235423.5
+
+1	We	we	PRON	O	0			ewtb.r.235423.11
+2	had	have	VERB	B	0			ewtb.r.235423.11
+3	to	to	PART	I	2			ewtb.r.235423.11
+4	throw	throw	VERB	B	0		v.consumption	ewtb.r.235423.11
+5	out	out	ADP	I	4			ewtb.r.235423.11
+6	about	about	ADV	O	0			ewtb.r.235423.11
+7	80	80	NUM	O	0			ewtb.r.235423.11
+8	percent	percent	NOUN	O	0		n.relation	ewtb.r.235423.11
+9	of	of	ADP	O	0			ewtb.r.235423.11
+10	our	our	PRON	O	0			ewtb.r.235423.11
+11	meals	meal	NOUN	O	0		n.food	ewtb.r.235423.11
+12	because	because	SCONJ	O	0			ewtb.r.235423.11
+13	the	the	DET	O	0			ewtb.r.235423.11
+14	food	food	NOUN	O	0		n.food	ewtb.r.235423.11
+15	tasted	taste	VERB	O	0		v.perception	ewtb.r.235423.11
+16	so	so	ADV	O	0			ewtb.r.235423.11
+17	horrible	horrible	ADJ	O	0			ewtb.r.235423.11
+18	.	.	PUNCT	O	0			ewtb.r.235423.11
+
+1	This	this	DET	O	0			ewtb.r.351727.2
+2	place	place	NOUN	O	0		n.location	ewtb.r.351727.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.351727.2
+4	identical	identical	ADJ	O	0			ewtb.r.351727.2
+5	to	to	ADP	O	0			ewtb.r.351727.2
+6	the	the	DET	O	0			ewtb.r.351727.2
+7	Youngstown	youngstown	PROPN	B	0		n.group	ewtb.r.351727.2
+8	Sports	sports	PROPN	I	7			ewtb.r.351727.2
+9	Grille	grille	PROPN	I	8			ewtb.r.351727.2
+10	,	,	PUNCT	O	0			ewtb.r.351727.2
+11	so	so	ADV	O	0			ewtb.r.351727.2
+12	I	i	PRON	O	0			ewtb.r.351727.2
+13	imagine	imagine	VERB	O	0		v.cognition	ewtb.r.351727.2
+14	they	they	PRON	O	0			ewtb.r.351727.2
+15	are	be	AUX	O	0			ewtb.r.351727.2
+16	owned	own	VERB	O	0		v.possession	ewtb.r.351727.2
+17	/	/	SYM	O	0			ewtb.r.351727.2
+18	operated	operate	VERB	O	0		v.stative	ewtb.r.351727.2
+19	by	by	ADP	O	0			ewtb.r.351727.2
+20	the	the	DET	O	0			ewtb.r.351727.2
+21	same	same	ADJ	O	0			ewtb.r.351727.2
+22	people	person	NOUN	O	0		n.person	ewtb.r.351727.2
+23	.	.	PUNCT	O	0			ewtb.r.351727.2
+
+1	It	it	PRON	O	0			ewtb.r.079827.5
+2	clearly	clearly	ADV	O	0			ewtb.r.079827.5
+3	had	have	AUX	O	0			ewtb.r.079827.5
+4	been	be	AUX	O	0			ewtb.r.079827.5
+5	prepared	prepare	VERB	O	0		v.creation	ewtb.r.079827.5
+6	from	from	ADP	O	0			ewtb.r.079827.5
+7	fresh	fresh	ADJ	O	0			ewtb.r.079827.5
+8	ingredients	ingredient	NOUN	O	0		n.food	ewtb.r.079827.5
+9	.	.	PUNCT	O	0			ewtb.r.079827.5
+
+1	Definitely	definitely	ADV	O	0			ewtb.r.115029.2
+2	not	not	PART	O	0			ewtb.r.115029.2
+3	going	go	VERB	B	0			ewtb.r.115029.2
+4	to	to	PART	I	3			ewtb.r.115029.2
+5	purchase	purchase	VERB	O	0		v.possession	ewtb.r.115029.2
+6	a	a	DET	O	0			ewtb.r.115029.2
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.115029.2
+8	from	from	ADP	O	0			ewtb.r.115029.2
+9	here	here	ADV	O	0			ewtb.r.115029.2
+10	.	.	PUNCT	O	0			ewtb.r.115029.2
+
+1	We	we	PRON	O	0			ewtb.r.153921.2
+2	order	order	VERB	O	0		v.communication	ewtb.r.153921.2
+3	take	take	NOUN	B	0		n.food	ewtb.r.153921.2
+4	out	out	NOUN	I	3			ewtb.r.153921.2
+5	from	from	ADP	O	0			ewtb.r.153921.2
+6	here	here	ADV	O	0			ewtb.r.153921.2
+7	all	all	DET	B	0		n.cognition	ewtb.r.153921.2
+8	the	the	DET	I	7			ewtb.r.153921.2
+9	time	time	NOUN	I	8			ewtb.r.153921.2
+10	and	and	CONJ	O	0			ewtb.r.153921.2
+11	we	we	PRON	O	0			ewtb.r.153921.2
+12	are	be	VERB	O	0		v.stative	ewtb.r.153921.2
+13	never	never	ADV	O	0			ewtb.r.153921.2
+14	disappointed	disappointed	ADJ	O	0			ewtb.r.153921.2
+15	.	.	PUNCT	O	0			ewtb.r.153921.2
+
+1	These	these	DET	O	0			ewtb.r.245928.2
+2	guys	guy	NOUN	O	0		n.person	ewtb.r.245928.2
+3	took	take	VERB	O	0		v.social	ewtb.r.245928.2
+4	Customer	customer	NOUN	B	0		n.cognition	ewtb.r.245928.2
+5	Service	service	NOUN	I	4			ewtb.r.245928.2
+6	101	101	NUM	O	0			ewtb.r.245928.2
+7	from	from	ADP	O	0			ewtb.r.245928.2
+8	a	a	DET	O	0			ewtb.r.245928.2
+9	Neanderthal	neanderthal	PROPN	O	0		n.person	ewtb.r.245928.2
+10	.	.	PUNCT	O	0			ewtb.r.245928.2
+
+1	And	and	CONJ	O	0			ewtb.r.334928.2
+2	from	from	ADP	O	0			ewtb.r.334928.2
+3	a	a	DET	O	0			ewtb.r.334928.2
+4	place	place	NOUN	O	0		n.location	ewtb.r.334928.2
+5	that	that	DET	O	0			ewtb.r.334928.2
+6	specializes	specialize	VERB	B	0		v.stative	ewtb.r.334928.2
+7	in	in	ADP	I	6			ewtb.r.334928.2
+8	high	high	ADJ	O	0			ewtb.r.334928.2
+9	quality	quality	NOUN	O	0		n.attribute	ewtb.r.334928.2
+10	meat	meat	NOUN	O	0		n.food	ewtb.r.334928.2
+11	,	,	PUNCT	O	0			ewtb.r.334928.2
+12	too	too	ADV	O	0			ewtb.r.334928.2
+13	.	.	PUNCT	O	0			ewtb.r.334928.2
+
+1	Myself	myself	PRON	O	0			ewtb.r.338429.2
+2	and	and	CONJ	O	0			ewtb.r.338429.2
+3	my	my	PRON	O	0			ewtb.r.338429.2
+4	fiance	fiance	NOUN	O	0		n.person	ewtb.r.338429.2
+5	's	's	PART	O	0			ewtb.r.338429.2
+6	identity	identity	NOUN	O	0		n.cognition	ewtb.r.338429.2
+7	was	be	AUX	O	0			ewtb.r.338429.2
+8	stolen	steal	VERB	O	0		v.possession	ewtb.r.338429.2
+9	from	from	ADP	O	0			ewtb.r.338429.2
+10	the	the	DET	O	0			ewtb.r.338429.2
+11	office	office	NOUN	O	0		n.group	ewtb.r.338429.2
+12	staff	staff	NOUN	O	0		n.group	ewtb.r.338429.2
+13	.	.	PUNCT	O	0			ewtb.r.338429.2
+
+1	Yes	yes	INTJ	O	0			ewtb.r.376320.10
+2	the	the	DET	O	0			ewtb.r.376320.10
+3	parking	parking	NOUN	O	0		n.act	ewtb.r.376320.10
+4	can	can	AUX	O	0			ewtb.r.376320.10
+5	be	be	VERB	O	0		v.stative	ewtb.r.376320.10
+6	a	a	DET	O	0			ewtb.r.376320.10
+7	challenge	challenge	NOUN	O	0		n.cognition	ewtb.r.376320.10
+8	but	but	CONJ	O	0			ewtb.r.376320.10
+9	being	be	VERB	O	0		v.stative	ewtb.r.376320.10
+10	from	from	ADP	O	0			ewtb.r.376320.10
+11	NJ	nj	PROPN	O	0		n.location	ewtb.r.376320.10
+12	I	i	PRON	O	0			ewtb.r.376320.10
+13	am	be	VERB	B	0		v.stative	ewtb.r.376320.10
+14	no	no	DET	I	13			ewtb.r.376320.10
+15	stranger	stranger	NOUN	I	14			ewtb.r.376320.10
+16	to	to	ADP	I	15			ewtb.r.376320.10
+17	tight	tight	ADJ	B	0		n.cognition	ewtb.r.376320.10
+18	corners	corner	NOUN	I	17			ewtb.r.376320.10
+19	.	.	PUNCT	O	0			ewtb.r.376320.10
+
+1	Not	not	PART	B	0			ewtb.r.235423.9
+2	to	to	PART	I	1			ewtb.r.235423.9
+3	mention	mention	VERB	I	2			ewtb.r.235423.9
+4	that	that	SCONJ	O	0			ewtb.r.235423.9
+5	the	the	DET	O	0			ewtb.r.235423.9
+6	wait	wait	NOUN	B	0		n.group	ewtb.r.235423.9
+7	staff	staff	NOUN	I	6			ewtb.r.235423.9
+8	was	be	VERB	O	0		v.stative	ewtb.r.235423.9
+9	about	about	ADV	O	0			ewtb.r.235423.9
+10	as	as	ADV	O	0			ewtb.r.235423.9
+11	pleasant	pleasant	ADJ	O	0			ewtb.r.235423.9
+12	as	as	SCONJ	O	0			ewtb.r.235423.9
+13	dealing	deal	VERB	B	0		v.social	ewtb.r.235423.9
+14	with	with	ADP	I	13			ewtb.r.235423.9
+15	an	an	DET	O	0			ewtb.r.235423.9
+16	angry	angry	ADJ	O	0			ewtb.r.235423.9
+17	bull	bull	NOUN	O	0		n.animal	ewtb.r.235423.9
+18	.	.	PUNCT	O	0			ewtb.r.235423.9
+
+1	This	this	DET	O	0			ewtb.r.235423.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.235423.2
+3	by	by	ADP	B	0			ewtb.r.235423.2
+4	far	far	ADV	I	3			ewtb.r.235423.2
+5	the	the	DET	O	0			ewtb.r.235423.2
+6	worst	worst	ADJ	O	0			ewtb.r.235423.2
+7	chinese	chinese	ADJ	O	0			ewtb.r.235423.2
+8	food	food	NOUN	O	0		n.food	ewtb.r.235423.2
+9	I	i	PRON	O	0			ewtb.r.235423.2
+10	have	have	AUX	O	0			ewtb.r.235423.2
+11	ever	ever	ADV	O	0			ewtb.r.235423.2
+12	had	have	VERB	O	0		v.consumption	ewtb.r.235423.2
+13	.	.	PUNCT	O	0			ewtb.r.235423.2
+
+1	I	i	PRON	O	0			ewtb.r.235423.12
+2	do	do	AUX	O	0			ewtb.r.235423.12
+3	nt	nt	ADV	O	0			ewtb.r.235423.12
+4	know	know	VERB	O	0		v.cognition	ewtb.r.235423.12
+5	how	how	ADV	O	0			ewtb.r.235423.12
+6	it	it	PRON	O	0			ewtb.r.235423.12
+7	is	be	VERB	O	0		v.stative	ewtb.r.235423.12
+8	possible	possible	ADJ	O	0			ewtb.r.235423.12
+9	to	to	PART	O	0			ewtb.r.235423.12
+10	make	make	VERB	O	0		v.creation	ewtb.r.235423.12
+11	orange	orange	NOUN	B	0		n.food	ewtb.r.235423.12
+12	chicken	chicken	NOUN	I	11			ewtb.r.235423.12
+13	,	,	PUNCT	O	0			ewtb.r.235423.12
+14	sesame	sesame	NOUN	O	0		n.food	ewtb.r.235423.12
+15	chicken	chicken	NOUN	O	0		n.food	ewtb.r.235423.12
+16	and	and	CONJ	O	0			ewtb.r.235423.12
+17	kung	kung	NOUN	B	0		n.food	ewtb.r.235423.12
+18	pao	pao	NOUN	I	17			ewtb.r.235423.12
+19	chicken	chicken	NOUN	I	18			ewtb.r.235423.12
+20	as	as	ADV	B	0			ewtb.r.235423.12
+21	well	well	ADV	I	20			ewtb.r.235423.12
+22	as	as	ADP	I	21			ewtb.r.235423.12
+23	cheese	cheese	NOUN	O	0		n.food	ewtb.r.235423.12
+24	puffs	puff	NOUN	O	0		n.food	ewtb.r.235423.12
+25	taste	taste	VERB	O	0		v.perception	ewtb.r.235423.12
+26	THAT	that	ADV	O	0			ewtb.r.235423.12
+27	bad	bad	ADJ	O	0			ewtb.r.235423.12
+28	but	but	CONJ	O	0			ewtb.r.235423.12
+29	China	china	PROPN	B	0		n.group	ewtb.r.235423.12
+30	Delight	delight	PROPN	I	29			ewtb.r.235423.12
+31	accomplished	accomplish	VERB	O	0		v.social	ewtb.r.235423.12
+32	that	that	DET	O	0			ewtb.r.235423.12
+33	.	.	PUNCT	O	0			ewtb.r.235423.12
+
+1	Jason	jason	PROPN	O	0		n.person	ewtb.r.262422.3
+2	and	and	CONJ	O	0			ewtb.r.262422.3
+3	the	the	DET	O	0			ewtb.r.262422.3
+4	boys	boy	NOUN	O	0		n.person	ewtb.r.262422.3
+5	can	can	AUX	O	0			ewtb.r.262422.3
+6	do	do	VERB	O	0		v.social	ewtb.r.262422.3
+7	about	about	ADV	O	0			ewtb.r.262422.3
+8	anything	anything	NOUN	O	0			ewtb.r.262422.3
+9	you	you	PRON	O	0			ewtb.r.262422.3
+10	need	need	VERB	O	0		v.cognition	ewtb.r.262422.3
+11	.	.	PUNCT	O	0			ewtb.r.262422.3
+
+1	Choose	choose	VERB	O	0		v.cognition	ewtb.r.262722.8
+2	this	this	DET	O	0			ewtb.r.262722.8
+3	hotel	hotel	NOUN	O	0		n.group	ewtb.r.262722.8
+4	over	over	ADP	O	0			ewtb.r.262722.8
+5	the	the	DET	O	0			ewtb.r.262722.8
+6	Hilton	hilton	PROPN	O	0		n.group	ewtb.r.262722.8
+7	(	(	PUNCT	O	0			ewtb.r.262722.8
+8	which	which	DET	O	0			ewtb.r.262722.8
+9	is	be	VERB	O	0		v.stative	ewtb.r.262722.8
+10	on	on	ADP	O	0			ewtb.r.262722.8
+11	the	the	DET	O	0			ewtb.r.262722.8
+12	next	next	ADJ	O	0			ewtb.r.262722.8
+13	block	block	NOUN	O	0		n.location	ewtb.r.262722.8
+14	)	)	PUNCT	O	0			ewtb.r.262722.8
+15	.	.	PUNCT	O	0			ewtb.r.262722.8
+
+1	Such	such	DET	O	0			ewtb.r.303922.5
+2	a	a	DET	O	0			ewtb.r.303922.5
+3	convenient	convenient	ADJ	O	0			ewtb.r.303922.5
+4	location	location	NOUN	O	0		n.location	ewtb.r.303922.5
+5	as	as	ADV	B	0			ewtb.r.303922.5
+6	well	well	ADV	I	5			ewtb.r.303922.5
+7	with	with	SCONJ	O	0			ewtb.r.303922.5
+8	coffee	coffee	NOUN	O	0		n.food	ewtb.r.303922.5
+9	shop	shop	NOUN	O	0		n.location	ewtb.r.303922.5
+10	and	and	CONJ	O	0			ewtb.r.303922.5
+11	bradley	bradley	PROPN	B	0		n.group	ewtb.r.303922.5
+12	food	food	PROPN	I	11			ewtb.r.303922.5
+13	and	and	CONJ	I	12			ewtb.r.303922.5
+14	beverage	beverage	PROPN	I	13			ewtb.r.303922.5
+15	right	right	ADV	O	0			ewtb.r.303922.5
+16	around	around	ADP	O	0			ewtb.r.303922.5
+17	corner	corner	NOUN	O	0		n.location	ewtb.r.303922.5
+18	.	.	PUNCT	O	0			ewtb.r.303922.5
+
+1	The	the	DET	O	0			ewtb.r.322225.4
+2	employees	employee	NOUN	O	0		n.person	ewtb.r.322225.4
+3	make	make	VERB	O	0		v.social	ewtb.r.322225.4
+4	you	you	PRON	O	0			ewtb.r.322225.4
+5	feel	feel	VERB	O	0		v.emotion	ewtb.r.322225.4
+6	very	very	ADV	O	0			ewtb.r.322225.4
+7	comfortable	comfortable	ADJ	O	0			ewtb.r.322225.4
+8	and	and	CONJ	O	0			ewtb.r.322225.4
+9	are	be	VERB	O	0		v.stative	ewtb.r.322225.4
+10	very	very	ADV	O	0			ewtb.r.322225.4
+11	helpful	helpful	ADJ	O	0			ewtb.r.322225.4
+12	,	,	PUNCT	O	0			ewtb.r.322225.4
+13	whether	whether	SCONJ	O	0			ewtb.r.322225.4
+14	you	you	PRON	O	0			ewtb.r.322225.4
+15	are	be	VERB	O	0		v.stative	ewtb.r.322225.4
+16	very	very	ADV	O	0			ewtb.r.322225.4
+17	knowledgeable	knowledgeable	ADJ	O	0			ewtb.r.322225.4
+18	or	or	CONJ	O	0			ewtb.r.322225.4
+19	do	do	AUX	O	0			ewtb.r.322225.4
+20	n't	n't	PART	O	0			ewtb.r.322225.4
+21	know	know	VERB	O	0		v.cognition	ewtb.r.322225.4
+22	anything	anything	NOUN	O	0			ewtb.r.322225.4
+23	at	at	ADV	B	0			ewtb.r.322225.4
+24	all	all	ADV	I	23			ewtb.r.322225.4
+25	about	about	ADP	O	0			ewtb.r.322225.4
+26	wine	wine	NOUN	O	0		n.food	ewtb.r.322225.4
+27	.	.	PUNCT	O	0			ewtb.r.322225.4
+
+1	Do	do	AUX	B	0			ewtb.r.351727.4
+2	n't	n't	PART	I	1			ewtb.r.351727.4
+3	even	even	ADV	I	2			ewtb.r.351727.4
+4	get	get	VERB	I	3			ewtb.r.351727.4
+5	me	me	PRON	I	4			ewtb.r.351727.4
+6	started	start	VERB	I	5			ewtb.r.351727.4
+7	on	on	SCONJ	O	0			ewtb.r.351727.4
+8	how	how	ADV	O	0			ewtb.r.351727.4
+9	expensive	expensive	ADJ	O	0			ewtb.r.351727.4
+10	it	it	PRON	O	0			ewtb.r.351727.4
+11	is	be	VERB	O	0		v.stative	ewtb.r.351727.4
+12	to	to	PART	O	0			ewtb.r.351727.4
+13	drink	drink	VERB	O	0		v.consumption	ewtb.r.351727.4
+14	there	there	ADV	O	0			ewtb.r.351727.4
+15	.	.	PUNCT	O	0			ewtb.r.351727.4
+
+1	I	i	PRON	O	0			ewtb.r.376320.8
+2	completely	completely	ADV	O	0			ewtb.r.376320.8
+3	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.376320.8
+4	my	my	PRON	O	0			ewtb.r.376320.8
+5	whole	whole	ADJ	O	0			ewtb.r.376320.8
+6	check	check	VERB	B	0		v.social	ewtb.r.376320.8
+7	in	in	ADP	I	6			ewtb.r.376320.8
+8	experience	experience	NOUN	O	0		n.event	ewtb.r.376320.8
+9	and	and	CONJ	O	0			ewtb.r.376320.8
+10	was	be	VERB	O	0		v.stative	ewtb.r.376320.8
+11	impressed	impressed	ADJ	O	0			ewtb.r.376320.8
+12	with	with	ADP	O	0			ewtb.r.376320.8
+13	the	the	DET	O	0			ewtb.r.376320.8
+14	friendliness	friendliness	NOUN	O	0		n.attribute	ewtb.r.376320.8
+15	and	and	CONJ	O	0			ewtb.r.376320.8
+16	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.376320.8
+17	of	of	ADP	O	0			ewtb.r.376320.8
+18	the	the	DET	O	0			ewtb.r.376320.8
+19	staff	staff	NOUN	O	0		n.person	ewtb.r.376320.8
+20	as	as	ADV	B	0			ewtb.r.376320.8
+21	well	well	ADV	I	20			ewtb.r.376320.8
+22	as	as	ADP	I	21			ewtb.r.376320.8
+23	the	the	DET	O	0			ewtb.r.376320.8
+24	accommodations	accommodation	NOUN	O	0		n.act	ewtb.r.376320.8
+25	themselves	themselves	PRON	O	0			ewtb.r.376320.8
+26	.	.	PUNCT	O	0			ewtb.r.376320.8
+
+1	The	the	DET	O	0			ewtb.r.094621.4
+2	second	second	ADJ	O	0			ewtb.r.094621.4
+3	vendor	vendor	NOUN	O	0		n.person	ewtb.r.094621.4
+4	charged	charge	VERB	O	0		v.possession	ewtb.r.094621.4
+5	$	$	SYM	O	0			ewtb.r.094621.4
+6	55	55	NUM	O	0			ewtb.r.094621.4
+7	(	(	PUNCT	O	0			ewtb.r.094621.4
+8	less	less	ADJ	B	0			ewtb.r.094621.4
+9	than	than	ADP	I	8			ewtb.r.094621.4
+10	half	half	NOUN	O	0		n.quantity	ewtb.r.094621.4
+11	of	of	SCONJ	O	0			ewtb.r.094621.4
+12	what	what	PRON	O	0			ewtb.r.094621.4
+13	A&E	a&e	PROPN	O	0		n.group	ewtb.r.094621.4
+14	charges	charge	VERB	O	0		v.possession	ewtb.r.094621.4
+15	)	)	PUNCT	O	0			ewtb.r.094621.4
+16	to	to	PART	O	0			ewtb.r.094621.4
+17	come	come	VERB	O	0		v.motion	ewtb.r.094621.4
+18	and	and	CONJ	O	0			ewtb.r.094621.4
+19	applied	apply	VERB	O	0		v.stative	ewtb.r.094621.4
+20	that	that	DET	O	0			ewtb.r.094621.4
+21	to	to	ADP	O	0			ewtb.r.094621.4
+22	the	the	DET	O	0			ewtb.r.094621.4
+23	price	price	NOUN	O	0		n.possession	ewtb.r.094621.4
+24	of	of	ADP	O	0			ewtb.r.094621.4
+25	the	the	DET	O	0			ewtb.r.094621.4
+26	repair	repair	NOUN	O	0		n.act	ewtb.r.094621.4
+27	service	service	NOUN	O	0		n.act	ewtb.r.094621.4
+28	(	(	PUNCT	O	0			ewtb.r.094621.4
+29	which	which	DET	O	0			ewtb.r.094621.4
+30	A&E	a&e	PROPN	O	0		n.group	ewtb.r.094621.4
+31	does	do	AUX	O	0			ewtb.r.094621.4
+32	not	not	PART	O	0			ewtb.r.094621.4
+33	)	)	PUNCT	O	0			ewtb.r.094621.4
+34	.	.	PUNCT	O	0			ewtb.r.094621.4
+
+1	Seems	seem	VERB	O	0		v.cognition	ewtb.r.094621.6
+2	to	to	ADP	O	0			ewtb.r.094621.6
+3	me	me	PRON	O	0			ewtb.r.094621.6
+4	like	like	SCONJ	O	0			ewtb.r.094621.6
+5	A&E	a&e	PROPN	O	0		n.group	ewtb.r.094621.6
+6	charges	charge	VERB	O	0		v.possession	ewtb.r.094621.6
+7	way	way	ADV	O	0			ewtb.r.094621.6
+8	more	more	ADJ	O	0			ewtb.r.094621.6
+9	than	than	ADP	O	0			ewtb.r.094621.6
+10	necessary	necessary	ADJ	O	0			ewtb.r.094621.6
+11	!	!	PUNCT	O	0			ewtb.r.094621.6
+
+1	They	they	PRON	O	0			ewtb.r.235423.6
+2	also	also	ADV	O	0			ewtb.r.235423.6
+3	got	get	VERB	O	0		v.stative	ewtb.r.235423.6
+4	my	my	PRON	O	0			ewtb.r.235423.6
+5	friend	friend	NOUN	O	0		n.person	ewtb.r.235423.6
+6	s	s	PART	O	0			ewtb.r.235423.6
+7	order	order	NOUN	O	0		n.communication	ewtb.r.235423.6
+8	mixed	mix	VERB	B	0		v.cognition	ewtb.r.235423.6
+9	up	up	ADP	I	8			ewtb.r.235423.6
+10	and	and	CONJ	O	0			ewtb.r.235423.6
+11	wanted	want	VERB	O	0		v.cognition	ewtb.r.235423.6
+12	to	to	PART	O	0			ewtb.r.235423.6
+13	charger	charger	VERB	O	0		v.possession	ewtb.r.235423.6
+14	her	her	PRON	O	0			ewtb.r.235423.6
+15	$	$	SYM	O	0			ewtb.r.235423.6
+16	10	10	NUM	O	0			ewtb.r.235423.6
+17	more	more	ADJ	O	0			ewtb.r.235423.6
+18	than	than	SCONJ	O	0			ewtb.r.235423.6
+19	what	what	PRON	O	0			ewtb.r.235423.6
+20	she	she	PRON	O	0			ewtb.r.235423.6
+21	had	have	AUX	O	0			ewtb.r.235423.6
+22	wanted	want	VERB	O	0		v.cognition	ewtb.r.235423.6
+23	.	.	PUNCT	O	0			ewtb.r.235423.6
+
+1	They	they	PRON	O	0			ewtb.r.322225.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.322225.3
+3	a	a	DET	O	0			ewtb.r.322225.3
+4	great	great	ADJ	O	0			ewtb.r.322225.3
+5	selection	selection	NOUN	O	0		n.attribute	ewtb.r.322225.3
+6	of	of	ADP	O	0			ewtb.r.322225.3
+7	wine	wine	NOUN	O	0		n.food	ewtb.r.322225.3
+8	from	from	ADP	O	0			ewtb.r.322225.3
+9	all	all	ADV	B	0			ewtb.r.322225.3
+10	over	over	ADP	I	9			ewtb.r.322225.3
+11	the	the	DET	O	0			ewtb.r.322225.3
+12	world	world	NOUN	O	0		n.location	ewtb.r.322225.3
+13	with	with	ADP	O	0			ewtb.r.322225.3
+14	all	all	DET	O	0			ewtb.r.322225.3
+15	different	different	ADJ	O	0			ewtb.r.322225.3
+16	prices	price	NOUN	O	0		n.possession	ewtb.r.322225.3
+17	.	.	PUNCT	O	0			ewtb.r.322225.3
+
+1	Instead	instead	ADV	B	0			ewtb.r.328828.5
+2	of	of	SCONJ	I	1			ewtb.r.328828.5
+3	rescheduling	reschedule	VERB	O	0		v.social	ewtb.r.328828.5
+4	they	they	PRON	O	0			ewtb.r.328828.5
+5	chose	choose	VERB	O	0		v.cognition	ewtb.r.328828.5
+6	to	to	PART	O	0			ewtb.r.328828.5
+7	waste	waste	VERB	B	0		v.social	ewtb.r.328828.5
+8	my	my	PRON	o	0			ewtb.r.328828.5
+9	time	time	NOUN	I	7			ewtb.r.328828.5
+10	instead	instead	ADV	O	0			ewtb.r.328828.5
+11	.	.	PUNCT	O	0			ewtb.r.328828.5
+
+1	The	the	DET	O	0			ewtb.r.235423.1
+2	Worst	worst	ADJ	O	0			ewtb.r.235423.1
+3	Chinese	chinese	ADJ	O	0			ewtb.r.235423.1
+4	I	i	PRON	O	0			ewtb.r.235423.1
+5	've	've	AUX	O	0			ewtb.r.235423.1
+6	Ever	ever	ADV	O	0			ewtb.r.235423.1
+7	Had	have	VERB	O	0		v.consumption	ewtb.r.235423.1
+
+1	The	the	DET	O	0			ewtb.r.235423.3
+2	service	service	NOUN	O	0		n.act	ewtb.r.235423.3
+3	stunk	stink	VERB	O	0			ewtb.r.235423.3
+4	.	.	PUNCT	O	0			ewtb.r.235423.3
+
+1	They	they	PRON	O	0			ewtb.r.235423.10
+2	were	be	VERB	O	0		v.stative	ewtb.r.235423.10
+3	abrasive	abrasive	ADJ	O	0			ewtb.r.235423.10
+4	and	and	CONJ	O	0			ewtb.r.235423.10
+5	rude	rude	ADJ	O	0			ewtb.r.235423.10
+6	-	-	PUNCT	O	0			ewtb.r.235423.10
+7	when	when	ADV	O	0			ewtb.r.235423.10
+8	they	they	PRON	O	0			ewtb.r.235423.10
+9	were	be	VERB	O	0		v.stative	ewtb.r.235423.10
+10	the	the	DET	O	0			ewtb.r.235423.10
+11	ones	one	NOUN	O	0		n.person	ewtb.r.235423.10
+12	who	who	PRON	O	0			ewtb.r.235423.10
+13	messed	mess	VERB	B	0		v.social	ewtb.r.235423.10
+14	everything	everything	NOUN	o	0			ewtb.r.235423.10
+15	up	up	ADP	I	13			ewtb.r.235423.10
+16	.	.	PUNCT	O	0			ewtb.r.235423.10
+
+1	The	the	DET	O	0			ewtb.r.235423.13
+2	only	only	ADJ	O	0			ewtb.r.235423.13
+3	thing	thing	NOUN	O	0			ewtb.r.235423.13
+4	that	that	DET	O	0			ewtb.r.235423.13
+5	was	be	VERB	O	0		v.stative	ewtb.r.235423.13
+6	edible	edible	ADJ	O	0			ewtb.r.235423.13
+7	was	be	VERB	O	0		v.stative	ewtb.r.235423.13
+8	the	the	DET	O	0			ewtb.r.235423.13
+9	steamed	steam	VERB	O	0			ewtb.r.235423.13
+10	rice	rice	NOUN	O	0		n.food	ewtb.r.235423.13
+11	and	and	CONJ	O	0			ewtb.r.235423.13
+12	the	the	DET	O	0			ewtb.r.235423.13
+13	vegetable	vegetable	NOUN	O	0		n.food	ewtb.r.235423.13
+14	lo	lo	NOUN	B	0		n.food	ewtb.r.235423.13
+15	mein	mein	NOUN	I	14			ewtb.r.235423.13
+16	was	be	VERB	O	0		v.stative	ewtb.r.235423.13
+17	barely	barely	ADV	O	0			ewtb.r.235423.13
+18	tolerable	tolerable	ADJ	O	0			ewtb.r.235423.13
+19	.	.	PUNCT	O	0			ewtb.r.235423.13
+
+1	I	i	PRON	O	0			ewtb.r.235423.14
+2	will	will	AUX	O	0			ewtb.r.235423.14
+3	NEVER	never	ADV	O	0			ewtb.r.235423.14
+4	go	go	VERB	O	0		v.motion	ewtb.r.235423.14
+5	here	here	ADV	O	0			ewtb.r.235423.14
+6	again	again	ADV	O	0			ewtb.r.235423.14
+7	.	.	PUNCT	O	0			ewtb.r.235423.14
+
+1	Lucky	lucky	PROPN	B	0		n.group	ewtb.r.235423.15
+2	Panda	panda	PROPN	I	1			ewtb.r.235423.15
+3	in	in	ADP	O	0			ewtb.r.235423.15
+4	Willis	willis	PROPN	O	0		n.location	ewtb.r.235423.15
+5	is	be	VERB	O	0		v.stative	ewtb.r.235423.15
+6	a	a	DET	O	0			ewtb.r.235423.15
+7	billion	billion	NUM	O	0			ewtb.r.235423.15
+8	times	times	NOUN	O	0		n.quantity	ewtb.r.235423.15
+9	better	better	ADJ	O	0			ewtb.r.235423.15
+10	in	in	ADP	O	0			ewtb.r.235423.15
+11	service	service	NOUN	O	0		n.act	ewtb.r.235423.15
+12	and	and	CONJ	O	0			ewtb.r.235423.15
+13	quality	quality	NOUN	O	0		n.attribute	ewtb.r.235423.15
+14	of	of	ADP	O	0			ewtb.r.235423.15
+15	the	the	DET	O	0			ewtb.r.235423.15
+16	meal	meal	NOUN	O	0		n.food	ewtb.r.235423.15
+17	.	.	PUNCT	O	0			ewtb.r.235423.15
+
+1	I	i	PRON	O	0			ewtb.r.235423.16
+2	have	have	VERB	O	0		v.stative	ewtb.r.235423.16
+3	no	no	DET	O	0			ewtb.r.235423.16
+4	idea	idea	NOUN	O	0		n.cognition	ewtb.r.235423.16
+5	how	how	ADV	O	0			ewtb.r.235423.16
+6	China	china	PROPN	B	0		n.group	ewtb.r.235423.16
+7	Delight	delight	PROPN	I	6			ewtb.r.235423.16
+8	won	win	VERB	O	0		v.stative	ewtb.r.235423.16
+9	number	number	NOUN	B	0		n.relation	ewtb.r.235423.16
+10	1	1	NUM	I	9			ewtb.r.235423.16
+11	Chinese	chinese	ADJ	O	0			ewtb.r.235423.16
+12	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.235423.16
+13	in	in	ADP	O	0			ewtb.r.235423.16
+14	Montgomery	montgomery	PROPN	O	0		n.location	ewtb.r.235423.16
+15	-	-	PUNCT	O	0			ewtb.r.235423.16
+16	There	there	PRON	O	0			ewtb.r.235423.16
+17	needs	need	VERB	O	0		v.cognition	ewtb.r.235423.16
+18	to	to	PART	O	0			ewtb.r.235423.16
+19	be	be	VERB	O	0		v.stative	ewtb.r.235423.16
+20	a	a	DET	O	0			ewtb.r.235423.16
+21	recount	recount	NOUN	O	0		n.act	ewtb.r.235423.16
+22	on	on	ADP	O	0			ewtb.r.235423.16
+23	that	that	DET	O	0			ewtb.r.235423.16
+24	vote	vote	NOUN	O	0		n.communication	ewtb.r.235423.16
+25	.	.	PUNCT	O	0			ewtb.r.235423.16
+
+1	Rude	rude	ADJ	O	0			ewtb.r.245928.1
+2	and	and	CONJ	O	0			ewtb.r.245928.1
+3	Untrustworthy	untrustworthy	ADJ	O	0			ewtb.r.245928.1
+
+1	They	they	PRON	O	0			ewtb.r.245928.3
+2	are	be	VERB	O	0		v.stative	ewtb.r.245928.3
+3	especially	especially	ADV	O	0			ewtb.r.245928.3
+4	rude	rude	ADJ	O	0			ewtb.r.245928.3
+5	to	to	ADP	O	0			ewtb.r.245928.3
+6	women	woman	NOUN	O	0		n.person	ewtb.r.245928.3
+7	.	.	PUNCT	O	0			ewtb.r.245928.3
+
+1	Do	do	AUX	O	0			ewtb.r.245928.4
+2	not	not	PART	O	0			ewtb.r.245928.4
+3	trust	trust	VERB	O	0		v.cognition	ewtb.r.245928.4
+4	them	them	PRON	O	0			ewtb.r.245928.4
+5	!	!	PUNCT	O	0			ewtb.r.245928.4
+
+1	College	college	NOUN	O	0		n.group	ewtb.r.247226.1
+2	is	be	VERB	B	0		v.stative	ewtb.r.247226.1
+3	a	a	DET	I	2			ewtb.r.247226.1
+4	Joke	joke	NOUN	I	3			ewtb.r.247226.1
+5	and	and	CONJ	O	0			ewtb.r.247226.1
+6	the	the	DET	O	0			ewtb.r.247226.1
+7	Salon	salon	NOUN	O	0		n.group	ewtb.r.247226.1
+8	is	be	VERB	B	0		v.stative	ewtb.r.247226.1
+9	a	a	DET	I	8			ewtb.r.247226.1
+10	JOKE	joke	NOUN	I	9			ewtb.r.247226.1
+11	!	!	PUNCT	O	0			ewtb.r.247226.1
+
+1	Went	go	VERB	O	0		v.stative	ewtb.r.247226.2
+2	to	to	ADP	O	0			ewtb.r.247226.2
+3	the	the	DET	O	0			ewtb.r.247226.2
+4	school	school	NOUN	O	0		n.group	ewtb.r.247226.2
+5	here	here	ADV	O	0			ewtb.r.247226.2
+6	OVER	over	X	B	0			ewtb.r.247226.2
+7	PRICED	priced	ADJ	I	6			ewtb.r.247226.2
+8	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.247226.2
+
+1	You	you	PRON	O	0			ewtb.r.247226.3
+2	do	do	AUX	O	0			ewtb.r.247226.3
+3	NOT	not	PART	O	0			ewtb.r.247226.3
+4	learn	learn	VERB	O	0		v.cognition	ewtb.r.247226.3
+5	the	the	DET	O	0			ewtb.r.247226.3
+6	things	things	NOUN	O	0			ewtb.r.247226.3
+7	you	you	PRON	O	0			ewtb.r.247226.3
+8	were	be	AUX	O	0			ewtb.r.247226.3
+9	promised	promise	VERB	O	0		v.cognition	ewtb.r.247226.3
+10	.	.	PUNCT	O	0			ewtb.r.247226.3
+
+1	Staff	staff	NOUN	O	0		n.group	ewtb.r.247226.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.247226.6
+3	under	under	X	O	0			ewtb.r.247226.6
+4	educated	educated	ADJ	O	0			ewtb.r.247226.6
+5	.	.	PUNCT	O	0			ewtb.r.247226.6
+
+1	Over	over	X	B	0			ewtb.r.247226.8
+2	priced	priced	ADJ	I	1			ewtb.r.247226.8
+3	for	for	SCONJ	O	0			ewtb.r.247226.8
+4	students	student	NOUN	O	0		n.group	ewtb.r.247226.8
+5	to	to	PART	O	0			ewtb.r.247226.8
+6	learn	learn	VERB	O	0		v.cognition	ewtb.r.247226.8
+7	!	!	PUNCT	O	0			ewtb.r.247226.8
+
+1	Beware	beware	VERB	O	0		v.cognition	ewtb.r.247226.9
+2	of	of	ADP	O	0			ewtb.r.247226.9
+3	the	the	DET	O	0			ewtb.r.247226.9
+4	nail	nail	NOUN	O	0		n.body	ewtb.r.247226.9
+5	program	program	NOUN	O	0		n.cognition	ewtb.r.247226.9
+6	you	you	PRON	O	0			ewtb.r.247226.9
+7	are	be	AUX	O	0			ewtb.r.247226.9
+8	not	not	PART	O	0			ewtb.r.247226.9
+9	taught	teach	VERB	O	0		v.cognition	ewtb.r.247226.9
+10	to	to	PART	O	0			ewtb.r.247226.9
+11	use	use	VERB	O	0		v.contact	ewtb.r.247226.9
+12	a	a	DET	O	0			ewtb.r.247226.9
+13	nail	nail	NOUN	B	0		n.artifact	ewtb.r.247226.9
+14	drill	drill	NOUN	I	13			ewtb.r.247226.9
+15	AT	at	ADV	B	0			ewtb.r.247226.9
+16	ALL	all	ADV	I	15			ewtb.r.247226.9
+17	you	you	PRON	O	0			ewtb.r.247226.9
+18	learn	learn	VERB	O	0		v.cognition	ewtb.r.247226.9
+19	the	the	DET	O	0			ewtb.r.247226.9
+20	old	old	ADJ	B	0			ewtb.r.247226.9
+21	fashioned	fashioned	ADJ	I	20			ewtb.r.247226.9
+22	way	way	NOUN	O	0		n.act	ewtb.r.247226.9
+23	of	of	SCONJ	O	0			ewtb.r.247226.9
+24	doing	do	VERB	O	0		v.body	ewtb.r.247226.9
+25	nails	nail	NOUN	O	0		n.body	ewtb.r.247226.9
+26	you	you	PRON	O	0			ewtb.r.247226.9
+27	will	will	AUX	O	0			ewtb.r.247226.9
+28	not	not	PART	O	0			ewtb.r.247226.9
+29	be	be	VERB	O	0		v.stative	ewtb.r.247226.9
+30	able	able	ADJ	O	0			ewtb.r.247226.9
+31	to	to	PART	O	0			ewtb.r.247226.9
+32	do	do	VERB	O	0		v.social	ewtb.r.247226.9
+33	well	well	ADV	O	0			ewtb.r.247226.9
+34	in	in	ADP	O	0			ewtb.r.247226.9
+35	a	a	DET	O	0			ewtb.r.247226.9
+36	salon	salon	NOUN	O	0		n.group	ewtb.r.247226.9
+37	!!!	!!!	PUNCT	O	0			ewtb.r.247226.9
+
+1	BEWARE	beware	VERB	O	0		v.cognition	ewtb.r.247226.10
+2	!	!	PUNCT	O	0			ewtb.r.247226.10
+
+1	Overpriced	overpriced	ADJ	O	0			ewtb.r.351727.1
+
+1	The	the	DET	O	0			ewtb.r.351727.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.351727.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.351727.3
+4	mediocre	mediocre	ADJ	O	0			ewtb.r.351727.3
+5	at	at	ADV	B	0			ewtb.r.351727.3
+6	best	best	ADV	I	5			ewtb.r.351727.3
+7	,	,	PUNCT	O	0			ewtb.r.351727.3
+8	and	and	CONJ	O	0			ewtb.r.351727.3
+9	largely	largely	ADV	O	0			ewtb.r.351727.3
+10	overpriced	overpriced	ADJ	O	0			ewtb.r.351727.3
+11	given	give	VERB	O	0		v.stative	ewtb.r.351727.3
+12	the	the	DET	O	0			ewtb.r.351727.3
+13	portion	portion	NOUN	O	0		n.relation	ewtb.r.351727.3
+14	size	size	NOUN	O	0		n.quantity	ewtb.r.351727.3
+15	and	and	CONJ	O	0			ewtb.r.351727.3
+16	quality	quality	NOUN	O	0		n.attribute	ewtb.r.351727.3
+17	.	.	PUNCT	O	0			ewtb.r.351727.3
+
+1	I	i	PRON	O	0			ewtb.r.351727.5
+2	have	have	AUX	O	0			ewtb.r.351727.5
+3	ate	eat	VERB	O	0		v.consumption	ewtb.r.351727.5
+4	here	here	ADV	O	0			ewtb.r.351727.5
+5	3	3	NUM	O	0			ewtb.r.351727.5
+6	times	times	NOUN	O	0		n.event	ewtb.r.351727.5
+7	since	since	SCONJ	O	0			ewtb.r.351727.5
+8	they	they	PRON	O	0			ewtb.r.351727.5
+9	first	first	ADV	O	0			ewtb.r.351727.5
+10	opened	open	VERB	O	0		v.stative	ewtb.r.351727.5
+11	,	,	PUNCT	O	0			ewtb.r.351727.5
+12	and	and	CONJ	O	0			ewtb.r.351727.5
+13	the	the	DET	O	0			ewtb.r.351727.5
+14	service	service	NOUN	O	0		n.act	ewtb.r.351727.5
+15	has	have	AUX	O	0			ewtb.r.351727.5
+16	been	be	VERB	O	0		v.stative	ewtb.r.351727.5
+17	poor	poor	ADJ	O	0			ewtb.r.351727.5
+18	each	each	DET	O	0			ewtb.r.351727.5
+19	time	time	NOUN	O	0		n.event	ewtb.r.351727.5
+20	,	,	PUNCT	O	0			ewtb.r.351727.5
+21	the	the	DET	O	0			ewtb.r.351727.5
+22	staff	staff	NOUN	O	0		n.group	ewtb.r.351727.5
+23	always	always	ADV	O	0			ewtb.r.351727.5
+24	comes	come	VERB	B	0		v.cognition	ewtb.r.351727.5
+25	across	across	ADV	I	24			ewtb.r.351727.5
+26	as	as	ADP	O	0			ewtb.r.351727.5
+27	somewhat	somewhat	ADV	O	0			ewtb.r.351727.5
+28	rude	rude	ADJ	O	0			ewtb.r.351727.5
+29	and	and	CONJ	O	0			ewtb.r.351727.5
+30	slow	slow	ADJ	O	0			ewtb.r.351727.5
+31	.	.	PUNCT	O	0			ewtb.r.351727.5
+
+1	My	my	PRON	O	0			ewtb.r.355325.1
+2	favorite	favorite	ADJ	O	0			ewtb.r.355325.1
+3	florist	florist	NOUN	O	0		n.person	ewtb.r.355325.1
+4	!	!	PUNCT	O	0			ewtb.r.355325.1
+
+1	I	i	PRON	O	0			ewtb.r.355325.2
+2	came	come	VERB	O	0		v.motion	ewtb.r.355325.2
+3	to	to	ADP	O	0			ewtb.r.355325.2
+4	La	la	PROPN	B	0		n.group	ewtb.r.355325.2
+5	Crosse	crosse	PROPN	I	4			ewtb.r.355325.2
+6	to	to	PART	O	0			ewtb.r.355325.2
+7	go	go	VERB	O	0		v.stative	ewtb.r.355325.2
+8	to	to	ADP	O	0			ewtb.r.355325.2
+9	college	college	NOUN	O	0		n.group	ewtb.r.355325.2
+10	,	,	PUNCT	O	0			ewtb.r.355325.2
+11	and	and	CONJ	O	0			ewtb.r.355325.2
+12	my	my	PRON	O	0			ewtb.r.355325.2
+13	mom	mom	NOUN	O	0		n.person	ewtb.r.355325.2
+14	would	would	AUX	O	0			ewtb.r.355325.2
+15	send	send	VERB	O	0		v.motion	ewtb.r.355325.2
+16	me	me	PRON	O	0			ewtb.r.355325.2
+17	birthday	birthday	NOUN	O	0		n.event	ewtb.r.355325.2
+18	flowers	flower	NOUN	O	0		n.natural_object	ewtb.r.355325.2
+19	though	though	ADP	O	0			ewtb.r.355325.2
+20	here	here	ADV	O	0			ewtb.r.355325.2
+21	.	.	PUNCT	O	0			ewtb.r.355325.2
+
+1	They	they	PRON	O	0			ewtb.r.355325.3
+2	were	be	VERB	O	0		v.stative	ewtb.r.355325.3
+3	beautiful	beautiful	ADJ	O	0			ewtb.r.355325.3
+4	and	and	CONJ	O	0			ewtb.r.355325.3
+5	lasted	last	VERB	O	0		v.stative	ewtb.r.355325.3
+6	forever	forever	ADV	O	0			ewtb.r.355325.3
+7	!	!	PUNCT	O	0			ewtb.r.355325.3
+
+1	Hands	hands	NOUN	B	0			ewtb.r.355325.5
+2	down	down	ADV	I	1			ewtb.r.355325.5
+3	,	,	PUNCT	O	0			ewtb.r.355325.5
+4	best	best	ADJ	O	0			ewtb.r.355325.5
+5	place	place	NOUN	O	0		n.group	ewtb.r.355325.5
+6	in	in	ADP	O	0			ewtb.r.355325.5
+7	the	the	DET	O	0			ewtb.r.355325.5
+8	area	area	NOUN	O	0		n.location	ewtb.r.355325.5
+9	!	!	PUNCT	O	0			ewtb.r.355325.5
+
+1	There	there	PRON	O	0			ewtb.r.356920.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.356920.4
+3	plenty	plenty	NOUN	O	0		n.quantity	ewtb.r.356920.4
+4	of	of	ADP	O	0			ewtb.r.356920.4
+5	good	good	ADJ	O	0			ewtb.r.356920.4
+6	dentists	dentist	NOUN	O	0		n.person	ewtb.r.356920.4
+7	in	in	ADP	O	0			ewtb.r.356920.4
+8	Fernandina	fernandina	PROPN	O	0		n.location	ewtb.r.356920.4
+9	.	.	PUNCT	O	0			ewtb.r.356920.4
+
+1	Do	do	AUX	O	0			ewtb.r.356920.5
+2	n't	n't	PART	O	0			ewtb.r.356920.5
+3	go	go	VERB	O	0		v.motion	ewtb.r.356920.5
+4	to	to	ADP	O	0			ewtb.r.356920.5
+5	Amelia	amelia	PROPN	B	0		n.group	ewtb.r.356920.5
+6	Gentle	gentle	PROPN	I	5			ewtb.r.356920.5
+7	Dentistry	dentistry	PROPN	I	6			ewtb.r.356920.5
+8	.	.	PUNCT	O	0			ewtb.r.356920.5
+
+1	She	she	PRON	O	0			ewtb.r.095523.3
+2	continues	continue	VERB	O	0		v.stative	ewtb.r.095523.3
+3	to	to	PART	O	0			ewtb.r.095523.3
+4	help	help	VERB	O	0		v.social	ewtb.r.095523.3
+5	me	me	PRON	O	0			ewtb.r.095523.3
+6	when	when	ADV	O	0			ewtb.r.095523.3
+7	needed	need	VERB	O	0		v.cognition	ewtb.r.095523.3
+8	even	even	ADV	O	0			ewtb.r.095523.3
+9	if	if	SCONJ	O	0			ewtb.r.095523.3
+10	I	i	PRON	O	0			ewtb.r.095523.3
+11	have	have	VERB	O	0		v.stative	ewtb.r.095523.3
+12	a	a	DET	O	0			ewtb.r.095523.3
+13	service	service	NOUN	O	0		n.act	ewtb.r.095523.3
+14	question	question	NOUN	O	0		n.communication	ewtb.r.095523.3
+15	.	.	PUNCT	O	0			ewtb.r.095523.3
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.095523.6
+2	does	do	AUX	O	0			ewtb.r.095523.6
+3	not	not	PART	O	0			ewtb.r.095523.6
+4	get	get	VERB	O	0		v.stative	ewtb.r.095523.6
+5	any	any	ADV	O	0			ewtb.r.095523.6
+6	better	better	ADJ	O	0			ewtb.r.095523.6
+7	!!!!	!!!!	PUNCT	O	0			ewtb.r.095523.6
+
+1	How	how	ADV	O	0			ewtb.r.105326.1
+2	a	a	DET	O	0			ewtb.r.105326.1
+3	pizza	pizza	NOUN	B	0		n.group	ewtb.r.105326.1
+4	place	place	NOUN	I	3			ewtb.r.105326.1
+5	should	should	AUX	O	0			ewtb.r.105326.1
+6	be	be	VERB	O	0		v.stative	ewtb.r.105326.1
+7	!	!	PUNCT	O	0			ewtb.r.105326.1
+
+1	+	+	SYM	O	0			ewtb.r.105326.2
+2	there	there	PRON	O	0			ewtb.r.105326.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.105326.2
+4	a	a	DET	O	0			ewtb.r.105326.2
+5	free	free	ADJ	O	0			ewtb.r.105326.2
+6	cola	cola	NOUN	O	0		n.food	ewtb.r.105326.2
+7	with	with	ADP	O	0			ewtb.r.105326.2
+8	every	every	DET	O	0			ewtb.r.105326.2
+9	pizza	pizza	NOUN	O	0		n.food	ewtb.r.105326.2
+10	.	.	PUNCT	O	0			ewtb.r.105326.2
+
+1	I	i	PRON	O	0			ewtb.r.085424.3
+2	have	have	AUX	O	0			ewtb.r.085424.3
+3	had	have	VERB	O	0		v.stative	ewtb.r.085424.3
+4	all	all	DET	O	0			ewtb.r.085424.3
+5	three	three	NUM	O	0			ewtb.r.085424.3
+6	of	of	ADP	O	0			ewtb.r.085424.3
+7	my	my	PRON	O	0			ewtb.r.085424.3
+8	children	child	NOUN	O	0		n.person	ewtb.r.085424.3
+9	attend	attend	VERB	O	0		v.social	ewtb.r.085424.3
+10	Lake	lake	PROPN	B	0		n.group	ewtb.r.085424.3
+11	Forest	forest	PROPN	I	10			ewtb.r.085424.3
+12	Tots	tots	PROPN	I	11			ewtb.r.085424.3
+13	.	.	PUNCT	O	0			ewtb.r.085424.3
+
+1	The	the	DET	O	0			ewtb.r.085424.4
+2	program	program	NOUN	O	0		n.group	ewtb.r.085424.4
+3	is	be	AUX	O	0			ewtb.r.085424.4
+4	well	well	ADV	O	0			ewtb.r.085424.4
+5	established	establish	VERB	O	0		v.social	ewtb.r.085424.4
+6	and	and	CONJ	O	0			ewtb.r.085424.4
+7	we	we	PRON	O	0			ewtb.r.085424.4
+8	have	have	AUX	O	0			ewtb.r.085424.4
+9	been	be	VERB	O	0		v.stative	ewtb.r.085424.4
+10	extremely	extremely	ADV	O	0			ewtb.r.085424.4
+11	satisfied	satisfied	ADJ	O	0			ewtb.r.085424.4
+12	with	with	ADP	O	0			ewtb.r.085424.4
+13	the	the	DET	O	0			ewtb.r.085424.4
+14	teachers	teacher	NOUN	O	0		n.person	ewtb.r.085424.4
+15	,	,	PUNCT	O	0			ewtb.r.085424.4
+16	the	the	DET	O	0			ewtb.r.085424.4
+17	programs	program	NOUN	O	0		n.group	ewtb.r.085424.4
+18	and	and	CONJ	O	0			ewtb.r.085424.4
+19	the	the	DET	O	0			ewtb.r.085424.4
+20	director	director	NOUN	O	0		n.person	ewtb.r.085424.4
+21	.	.	PUNCT	O	0			ewtb.r.085424.4
+
+1	Good	good	ADJ	B	0			ewtb.r.085424.5
+2	job	job	NOUN	I	1			ewtb.r.085424.5
+3	,	,	PUNCT	O	0			ewtb.r.085424.5
+4	Lake	lake	PROPN	B	0		n.group	ewtb.r.085424.5
+5	Forest	forest	PROPN	I	4			ewtb.r.085424.5
+6	Tots	tots	PROPN	I	5			ewtb.r.085424.5
+7	!	!	PUNCT	O	0			ewtb.r.085424.5
+
+1	A&E	a&e	PROPN	O	0		n.group	ewtb.r.094621.2
+2	came	come	VERB	B	0		v.motion	ewtb.r.094621.2
+3	out	out	ADV	I	2			ewtb.r.094621.2
+4	,	,	PUNCT	O	0			ewtb.r.094621.2
+5	charged	charge	VERB	O	0		v.possession	ewtb.r.094621.2
+6	$	$	SYM	O	0			ewtb.r.094621.2
+7	129	129	NUM	O	0			ewtb.r.094621.2
+8	fee	fee	NOUN	O	0		n.possession	ewtb.r.094621.2
+9	just	just	ADV	O	0			ewtb.r.094621.2
+10	to	to	PART	O	0			ewtb.r.094621.2
+11	walk	walk	VERB	O	0		v.motion	ewtb.r.094621.2
+12	in	in	ADP	O	0			ewtb.r.094621.2
+13	the	the	DET	O	0			ewtb.r.094621.2
+14	door	door	NOUN	O	0		n.artifact	ewtb.r.094621.2
+15	.	.	PUNCT	O	0			ewtb.r.094621.2
+
+1	GREAT	great	ADJ	O	0			ewtb.r.095523.1
+2	SERVICE	service	NOUN	O	0		n.act	ewtb.r.095523.1
+3	AND	and	CONJ	O	0			ewtb.r.095523.1
+4	PEOPLE	person	NOUN	O	0		n.person	ewtb.r.095523.1
+5	!!	!!	PUNCT	O	0			ewtb.r.095523.1
+
+1	Deb	deb	PROPN	B	0		n.person	ewtb.r.095523.2
+2	Watson	watson	PROPN	I	1			ewtb.r.095523.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.095523.2
+4	the	the	DET	O	0			ewtb.r.095523.2
+5	contact	contact	NOUN	O	0		n.person	ewtb.r.095523.2
+6	person	person	NOUN	O	0		n.person	ewtb.r.095523.2
+7	and	and	CONJ	O	0			ewtb.r.095523.2
+8	she	she	PRON	O	0			ewtb.r.095523.2
+9	and	and	CONJ	O	0			ewtb.r.095523.2
+10	the	the	DET	O	0			ewtb.r.095523.2
+11	rest	rest	NOUN	O	0		n.group	ewtb.r.095523.2
+12	of	of	ADP	O	0			ewtb.r.095523.2
+13	the	the	DET	O	0			ewtb.r.095523.2
+14	staff	staff	NOUN	O	0		n.group	ewtb.r.095523.2
+15	were	be	VERB	O	0		v.stative	ewtb.r.095523.2
+16	great	great	ADJ	O	0			ewtb.r.095523.2
+17	!!!	!!!	PUNCT	O	0			ewtb.r.095523.2
+
+1	We	we	PRON	O	0			ewtb.r.134622.1
+2	just	just	ADV	O	0			ewtb.r.134622.1
+3	got	get	VERB	O	0		v.stative	ewtb.r.134622.1
+4	our	our	PRON	O	0			ewtb.r.134622.1
+5	sunroom	sunroom	NOUN	O	0		n.artifact	ewtb.r.134622.1
+6	built	build	VERB	O	0		v.creation	ewtb.r.134622.1
+7	by	by	ADP	O	0			ewtb.r.134622.1
+8	Patio	patio	PROPN	B	0		n.group	ewtb.r.134622.1
+9	World	world	PROPN	I	8			ewtb.r.134622.1
+10	and	and	CONJ	O	0			ewtb.r.134622.1
+11	can	can	AUX	O	0			ewtb.r.134622.1
+12	say	say	VERB	O	0		v.communication	ewtb.r.134622.1
+13	that	that	SCONJ	O	0			ewtb.r.134622.1
+14	I	i	PRON	O	0			ewtb.r.134622.1
+15	'm	'm	VERB	O	0		v.stative	ewtb.r.134622.1
+16	extremely	extremely	ADV	O	0			ewtb.r.134622.1
+17	happy	happy	ADJ	O	0			ewtb.r.134622.1
+18	with	with	ADP	O	0			ewtb.r.134622.1
+19	the	the	DET	O	0			ewtb.r.134622.1
+20	whole	whole	ADJ	O	0			ewtb.r.134622.1
+21	thing	thing	NOUN	O	0		n.artifact	ewtb.r.134622.1
+22	.	.	PUNCT	O	0			ewtb.r.134622.1
+
+1	I	i	PRON	O	0			ewtb.r.134622.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.134622.3
+3	nothing	nothing	NOUN	O	0			ewtb.r.134622.3
+4	bad	bad	ADJ	O	0			ewtb.r.134622.3
+5	to	to	PART	O	0			ewtb.r.134622.3
+6	say	say	VERB	O	0		v.communication	ewtb.r.134622.3
+7	.	.	PUNCT	O	0			ewtb.r.134622.3
+
+1	Very	very	ADV	O	0			ewtb.r.134622.4
+2	glad	glad	ADJ	O	0			ewtb.r.134622.4
+3	that	that	SCONJ	O	0			ewtb.r.134622.4
+4	we	we	PRON	O	0			ewtb.r.134622.4
+5	went	go	VERB	B	0		v.stative	ewtb.r.134622.4
+6	with	with	ADP	I	5			ewtb.r.134622.4
+7	them	them	PRON	O	0			ewtb.r.134622.4
+8	.	.	PUNCT	O	0			ewtb.r.134622.4
+
+1	Amazing	amazing	ADJ	O	0			ewtb.r.146820.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.146820.1
+3	!	!	PUNCT	O	0			ewtb.r.146820.1
+
+1	I	i	PRON	O	0			ewtb.r.146820.2
+2	just	just	ADV	O	0			ewtb.r.146820.2
+3	had	have	VERB	O	0		v.stative	ewtb.r.146820.2
+4	the	the	DET	O	0			ewtb.r.146820.2
+5	best	best	ADJ	O	0			ewtb.r.146820.2
+6	experience	experience	NOUN	O	0		n.event	ewtb.r.146820.2
+7	at	at	ADP	O	0			ewtb.r.146820.2
+8	this	this	DET	O	0			ewtb.r.146820.2
+9	Kal	kal	PROPN	B	0		n.group	ewtb.r.146820.2
+10	Tire	tire	PROPN	I	9			ewtb.r.146820.2
+11	location	location	NOUN	O	0		n.location	ewtb.r.146820.2
+12	.	.	PUNCT	O	0			ewtb.r.146820.2
+
+1	Courteous	courteous	ADJ	O	0			ewtb.r.146820.3
+2	,	,	PUNCT	O	0			ewtb.r.146820.3
+3	fast	fast	ADJ	O	0			ewtb.r.146820.3
+4	and	and	CONJ	O	0			ewtb.r.146820.3
+5	friendly	friendly	ADJ	O	0			ewtb.r.146820.3
+6	.	.	PUNCT	O	0			ewtb.r.146820.3
+
+1	Rip	rip	NOUN	B	0		n.act	ewtb.r.147825.1
+2	Off	off	NOUN	I	1			ewtb.r.147825.1
+3	!	!	PUNCT	O	0			ewtb.r.147825.1
+
+1	Ridiculous	ridiculous	ADJ	O	0			ewtb.r.147825.3
+2	!	!	PUNCT	O	0			ewtb.r.147825.3
+
+1	Avoid	avoid	VERB	O	0		v.cognition	ewtb.r.147825.6
+2	!	!	PUNCT	O	0			ewtb.r.147825.6
+
+1	The	the	DET	O	0			ewtb.r.149922.2
+2	front	front	NOUN	B	0		n.location	ewtb.r.149922.2
+3	desk	desk	NOUN	I	2			ewtb.r.149922.2
+4	staff	staff	NOUN	O	0		n.group	ewtb.r.149922.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.149922.2
+6	very	very	ADV	O	0			ewtb.r.149922.2
+7	pleasant	pleasant	ADJ	O	0			ewtb.r.149922.2
+8	and	and	CONJ	O	0			ewtb.r.149922.2
+9	efficient	efficient	ADJ	O	0			ewtb.r.149922.2
+10	.	.	PUNCT	O	0			ewtb.r.149922.2
+
+1	Serves	serve	VERB	O	0		v.social	ewtb.r.149922.3
+2	FREE	free	ADJ	O	0			ewtb.r.149922.3
+3	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.149922.3
+4	!	!	PUNCT	O	0			ewtb.r.149922.3
+
+1	Fresh	fresh	ADJ	O	0			ewtb.r.153921.1
+2	and	and	CONJ	O	0			ewtb.r.153921.1
+3	Excellent	excellent	ADJ	O	0			ewtb.r.153921.1
+4	Quality	quality	NOUN	O	0		n.attribute	ewtb.r.153921.1
+
+1	The	the	DET	O	0			ewtb.r.153921.3
+2	food	food	NOUN	O	0		n.food	ewtb.r.153921.3
+3	is	be	VERB	O	0		v.stative	ewtb.r.153921.3
+4	always	always	ADV	O	0			ewtb.r.153921.3
+5	fresh	fresh	ADJ	O	0			ewtb.r.153921.3
+6	and	and	CONJ	O	0			ewtb.r.153921.3
+7	delicious	delicious	ADJ	O	0			ewtb.r.153921.3
+8	.	.	PUNCT	O	0			ewtb.r.153921.3
+
+1	This	this	DET	O	0			ewtb.r.095523.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.095523.5
+3	after	after	SCONJ	O	0			ewtb.r.095523.5
+4	I	i	PRON	O	0			ewtb.r.095523.5
+5	brought	bring	VERB	O	0		v.possession	ewtb.r.095523.5
+6	the	the	DET	O	0			ewtb.r.095523.5
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.095523.5
+8	!!!!	!!!!	PUNCT	O	0			ewtb.r.095523.5
+9	!	!	PUNCT	O	0			ewtb.r.095523.5
+
+1	Well	well	INTJ	O	0			ewtb.r.116821.6
+2	then	then	ADV	O	0			ewtb.r.116821.6
+3	I	i	PRON	O	0			ewtb.r.116821.6
+4	went	go	VERB	B	0		v.motion	ewtb.r.116821.6
+5	on	on	ADP	I	4			ewtb.r.116821.6
+6	a	a	DET	I	5			ewtb.r.116821.6
+7	trip	trip	NOUN	I	6			ewtb.r.116821.6
+8	to	to	ADP	O	0			ewtb.r.116821.6
+9	Glasgow	glasgow	PROPN	O	0		n.location	ewtb.r.116821.6
+10	and	and	CONJ	O	0			ewtb.r.116821.6
+11	was	be	AUX	O	0			ewtb.r.116821.6
+12	walking	walk	VERB	O	0		v.motion	ewtb.r.116821.6
+13	around	around	ADV	O	0			ewtb.r.116821.6
+14	.	.	PUNCT	O	0			ewtb.r.116821.6
+
+1	Do	do	AUX	O	0			ewtb.r.147825.4
+2	n't	n't	PART	O	0			ewtb.r.147825.4
+3	think	think	VERB	O	0		v.cognition	ewtb.r.147825.4
+4	I	i	PRON	O	0			ewtb.r.147825.4
+5	've	've	AUX	O	0			ewtb.r.147825.4
+6	ever	ever	ADV	O	0			ewtb.r.147825.4
+7	been	be	AUX	O	0			ewtb.r.147825.4
+8	charged	charge	VERB	O	0		v.possession	ewtb.r.147825.4
+9	before	before	ADV	O	0			ewtb.r.147825.4
+10	.	.	PUNCT	O	0			ewtb.r.147825.4
+
+1	Oh	oh	INTJ	O	0			ewtb.r.147825.5
+2	,	,	PUNCT	O	0			ewtb.r.147825.5
+3	and	and	CONJ	O	0			ewtb.r.147825.5
+4	salad	salad	NOUN	O	0		n.food	ewtb.r.147825.5
+5	cream	cream	NOUN	O	0		n.food	ewtb.r.147825.5
+6	,	,	PUNCT	O	0			ewtb.r.147825.5
+7	not	not	CONJ	O	0			ewtb.r.147825.5
+8	mayonnaise	mayonnaise	NOUN	O	0		n.food	ewtb.r.147825.5
+9	,	,	PUNCT	O	0			ewtb.r.147825.5
+10	on	on	ADP	O	0			ewtb.r.147825.5
+11	the	the	DET	O	0			ewtb.r.147825.5
+12	coleslaw	coleslaw	NOUN	O	0		n.food	ewtb.r.147825.5
+13	.	.	PUNCT	O	0			ewtb.r.147825.5
+
+1	It	it	PRON	O	0			ewtb.r.153921.4
+2	can	can	AUX	O	0			ewtb.r.153921.4
+3	be	be	VERB	O	0		v.stative	ewtb.r.153921.4
+4	a	a	DET	O	0			ewtb.r.153921.4
+5	little	little	NOUN	O	0			ewtb.r.153921.4
+6	on	on	ADP	B	0			ewtb.r.153921.4
+7	the	the	DET	I	6			ewtb.r.153921.4
+8	spicy	spicy	ADJ	o	0			ewtb.r.153921.4
+9	side	side	NOUN	I	7			ewtb.r.153921.4
+10	but	but	CONJ	O	0			ewtb.r.153921.4
+11	just	just	ADV	O	0			ewtb.r.153921.4
+12	ask	ask	VERB	O	0		v.communication	ewtb.r.153921.4
+13	them	them	PRON	O	0			ewtb.r.153921.4
+14	exactly	exactly	ADV	O	0			ewtb.r.153921.4
+15	what	what	PRON	O	0			ewtb.r.153921.4
+16	you	you	PRON	O	0			ewtb.r.153921.4
+17	want	want	VERB	O	0		v.cognition	ewtb.r.153921.4
+18	and	and	CONJ	O	0			ewtb.r.153921.4
+19	they	they	PRON	O	0			ewtb.r.153921.4
+20	are	be	VERB	O	0		v.stative	ewtb.r.153921.4
+21	very	very	ADV	O	0			ewtb.r.153921.4
+22	helpful	helpful	ADJ	O	0			ewtb.r.153921.4
+23	.	.	PUNCT	O	0			ewtb.r.153921.4
+
+1	After	after	ADP	O	0			ewtb.r.162422.4
+2	a	a	DET	B	0			ewtb.r.162422.4
+3	good	good	ADJ	I	2			ewtb.r.162422.4
+4	few	few	ADJ	I	3			ewtb.r.162422.4
+5	minutes	minutes	NOUN	O	0		n.time	ewtb.r.162422.4
+6	,	,	PUNCT	O	0			ewtb.r.162422.4
+7	he	he	PRON	O	0			ewtb.r.162422.4
+8	asked	ask	VERB	O	0		v.communication	ewtb.r.162422.4
+9	:	:	PUNCT	O	0			ewtb.r.162422.4
+10	"	"	PUNCT	O	0			ewtb.r.162422.4
+11	what	what	PRON	O	0			ewtb.r.162422.4
+12	do	do	AUX	O	0			ewtb.r.162422.4
+13	you	you	PRON	O	0			ewtb.r.162422.4
+14	want	want	VERB	O	0		v.cognition	ewtb.r.162422.4
+15	?	?	PUNCT	O	0			ewtb.r.162422.4
+16	"	"	PUNCT	O	0			ewtb.r.162422.4
+
+1	Going	go	VERB	B	0		v.motion	ewtb.r.247226.5
+2	back	back	ADV	I	1			ewtb.r.247226.5
+3	after	after	SCONJ	O	0			ewtb.r.247226.5
+4	graduating	graduate	VERB	O	0		v.stative	ewtb.r.247226.5
+5	you	you	PRON	O	0			ewtb.r.247226.5
+6	r	r	AUX	O	0			ewtb.r.247226.5
+7	told	tell	VERB	O	0		v.communication	ewtb.r.247226.5
+8	you	you	PRON	O	0			ewtb.r.247226.5
+9	get	get	VERB	O	0		v.stative	ewtb.r.247226.5
+10	a	a	DET	O	0			ewtb.r.247226.5
+11	discount	discount	NOUN	O	0		n.relation	ewtb.r.247226.5
+12	on	on	ADP	O	0			ewtb.r.247226.5
+13	services	services	NOUN	O	0		n.act	ewtb.r.247226.5
+14	nope	nope	INTJ	O	0			ewtb.r.247226.5
+15	you	you	PRON	O	0			ewtb.r.247226.5
+16	do	do	AUX	O	0			ewtb.r.247226.5
+17	nt	nt	ADV	O	0			ewtb.r.247226.5
+18	.	.	PUNCT	O	0			ewtb.r.247226.5
+
+1	Going	go	VERB	O	0		v.stative	ewtb.r.247226.7
+2	there	there	ADV	O	0			ewtb.r.247226.7
+3	you	you	PRON	O	0			ewtb.r.247226.7
+4	learn	learn	VERB	O	0		v.cognition	ewtb.r.247226.7
+5	the	the	DET	O	0			ewtb.r.247226.7
+6	school	school	NOUN	O	0		n.group	ewtb.r.247226.7
+7	does	do	AUX	O	0			ewtb.r.247226.7
+8	not	not	PART	O	0			ewtb.r.247226.7
+9	care	care	VERB	O	0		v.cognition	ewtb.r.247226.7
+10	about	about	ADP	O	0			ewtb.r.247226.7
+11	the	the	DET	O	0			ewtb.r.247226.7
+12	services	services	NOUN	O	0		n.act	ewtb.r.247226.7
+13	given	give	VERB	O	0		v.stative	ewtb.r.247226.7
+14	just	just	ADV	O	0			ewtb.r.247226.7
+15	about	about	ADP	O	0			ewtb.r.247226.7
+16	the	the	DET	O	0			ewtb.r.247226.7
+17	money	money	NOUN	O	0		n.possession	ewtb.r.247226.7
+18	.	.	PUNCT	O	0			ewtb.r.247226.7
+
+1	Twice	twice	ADV	O	0			ewtb.r.248027.2
+2	for	for	ADP	O	0			ewtb.r.248027.2
+3	dinner	dinner	NOUN	O	0		n.event	ewtb.r.248027.2
+4	and	and	CONJ	O	0			ewtb.r.248027.2
+5	once	once	ADV	O	0			ewtb.r.248027.2
+6	for	for	ADP	O	0			ewtb.r.248027.2
+7	lunch	lunch	NOUN	O	0		n.event	ewtb.r.248027.2
+8	Absolutely	absolutely	ADV	O	0			ewtb.r.248027.2
+9	rude	rude	ADJ	O	0			ewtb.r.248027.2
+10	service	service	NOUN	O	0		n.act	ewtb.r.248027.2
+11	every	every	DET	O	0			ewtb.r.248027.2
+12	time	time	NOUN	O	0		n.event	ewtb.r.248027.2
+13	!	!	PUNCT	O	0			ewtb.r.248027.2
+
+1	Quality	quality	NOUN	O	0		n.attribute	ewtb.r.299524.1
+2	has	have	AUX	O	0			ewtb.r.299524.1
+3	fallen	fall	VERB	O	0		v.change	ewtb.r.299524.1
+4	over	over	ADP	B	0			ewtb.r.299524.1
+5	the	the	DET	I	4			ewtb.r.299524.1
+6	years	years	NOUN	I	5			ewtb.r.299524.1
+7	,	,	PUNCT	O	0			ewtb.r.299524.1
+8	but	but	CONJ	O	0			ewtb.r.299524.1
+9	still	still	ADV	O	0			ewtb.r.299524.1
+10	the	the	DET	O	0			ewtb.r.299524.1
+11	best	best	ADJ	O	0			ewtb.r.299524.1
+12	go	go	VERB	B	0			ewtb.r.299524.1
+13	-	-	PUNCT	I	12			ewtb.r.299524.1
+14	to	to	ADP	I	13			ewtb.r.299524.1
+15	burger	burger	NOUN	O	0		n.food	ewtb.r.299524.1
+16	place	place	NOUN	O	0		n.location	ewtb.r.299524.1
+17	on	on	ADP	O	0			ewtb.r.299524.1
+18	the	the	DET	O	0			ewtb.r.299524.1
+19	East	east	PROPN	B	0		n.location	ewtb.r.299524.1
+20	Bay	bay	PROPN	I	19			ewtb.r.299524.1
+21	.	.	PUNCT	O	0			ewtb.r.299524.1
+
+1	They	they	PRON	O	0			ewtb.r.328828.3
+2	sent	send	VERB	B	0		v.social	ewtb.r.328828.3
+3	over	over	ADP	I	2			ewtb.r.328828.3
+4	someone	someone	NOUN	O	0			ewtb.r.328828.3
+5	who	who	PRON	O	0			ewtb.r.328828.3
+6	said	say	VERB	O	0		v.communication	ewtb.r.328828.3
+7	he	he	PRON	O	0			ewtb.r.328828.3
+8	knows	know	VERB	O	0		v.cognition	ewtb.r.328828.3
+9	nothing	nothing	NOUN	O	0			ewtb.r.328828.3
+10	about	about	ADP	O	0			ewtb.r.328828.3
+11	curtains	curtain	NOUN	O	0		n.artifact	ewtb.r.328828.3
+12	and	and	CONJ	O	0			ewtb.r.328828.3
+13	could	could	AUX	O	0			ewtb.r.328828.3
+14	not	not	PART	O	0			ewtb.r.328828.3
+15	show	show	VERB	O	0		v.social	ewtb.r.328828.3
+16	me	me	PRON	O	0			ewtb.r.328828.3
+17	fabric	fabric	ADJ	O	0			ewtb.r.328828.3
+18	options	option	NOUN	O	0		n.cognition	ewtb.r.328828.3
+19	or	or	CONJ	O	0			ewtb.r.328828.3
+20	give	give	VERB	O	0		v.communication	ewtb.r.328828.3
+21	an	an	DET	O	0			ewtb.r.328828.3
+22	estimate	estimate	NOUN	O	0		n.communication	ewtb.r.328828.3
+23	.	.	PUNCT	O	0			ewtb.r.328828.3
+
+1	We	we	PRON	O	0			ewtb.r.338429.3
+2	were	be	AUX	O	0			ewtb.r.338429.3
+3	told	tell	VERB	O	0		v.communication	ewtb.r.338429.3
+4	by	by	ADP	O	0			ewtb.r.338429.3
+5	a	a	DET	O	0			ewtb.r.338429.3
+6	detective	detective	NOUN	O	0		n.person	ewtb.r.338429.3
+7	and	and	CONJ	O	0			ewtb.r.338429.3
+8	asked	ask	VERB	O	0		v.communication	ewtb.r.338429.3
+9	to	to	PART	O	0			ewtb.r.338429.3
+10	check	check	VERB	O	0		v.cognition	ewtb.r.338429.3
+11	our	our	PRON	O	0			ewtb.r.338429.3
+12	credit	credit	NOUN	O	0		n.possession	ewtb.r.338429.3
+13	for	for	ADP	O	0			ewtb.r.338429.3
+14	anything	anything	NOUN	O	0			ewtb.r.338429.3
+15	unusual	unusual	ADJ	O	0			ewtb.r.338429.3
+16	.	.	PUNCT	O	0			ewtb.r.338429.3
+
+1	Luckily	luckily	ADV	O	0			ewtb.r.338429.4
+2	they	they	PRON	O	0			ewtb.r.338429.4
+3	caught	catch	VERB	O	0		v.social	ewtb.r.338429.4
+4	the	the	DET	O	0			ewtb.r.338429.4
+5	crooks	crook	NOUN	O	0		n.person	ewtb.r.338429.4
+6	before	before	SCONJ	O	0			ewtb.r.338429.4
+7	they	they	PRON	O	0			ewtb.r.338429.4
+8	did	do	VERB	O	0		v.stative	ewtb.r.338429.4
+9	one	one	NUM	O	0			ewtb.r.338429.4
+10	on	on	ADP	O	0			ewtb.r.338429.4
+11	us	us	PRON	O	0			ewtb.r.338429.4
+12	.	.	PUNCT	O	0			ewtb.r.338429.4
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.200429.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.200429.1
+3	!	!	PUNCT	O	0			ewtb.r.200429.1
+
+1	I	i	PRON	O	0			ewtb.r.200429.2
+2	got	get	AUX	O	0			ewtb.r.200429.2
+3	yelled	yell	VERB	O	0		v.communication	ewtb.r.200429.2
+4	at	at	ADP	O	0			ewtb.r.200429.2
+5	,	,	PUNCT	O	0			ewtb.r.200429.2
+6	literally	literally	ADV	O	0			ewtb.r.200429.2
+7	yelled	yell	VERB	O	0		v.communication	ewtb.r.200429.2
+8	at	at	ADP	O	0			ewtb.r.200429.2
+9	because	because	SCONJ	O	0			ewtb.r.200429.2
+10	i	i	PRON	O	0			ewtb.r.200429.2
+11	asked	ask	VERB	O	0		v.communication	ewtb.r.200429.2
+12	if	if	SCONJ	O	0			ewtb.r.200429.2
+13	i	i	PRON	O	0			ewtb.r.200429.2
+14	could	could	AUX	O	0			ewtb.r.200429.2
+15	pick	pick	VERB	B	0		v.motion	ewtb.r.200429.2
+16	up	up	ADP	I	15			ewtb.r.200429.2
+17	my	my	PRON	O	0			ewtb.r.200429.2
+18	car	car	NOUN	O	0		n.artifact	ewtb.r.200429.2
+19	5	5	NUM	O	0			ewtb.r.200429.2
+20	-	-	SYM	O	0			ewtb.r.200429.2
+21	10	10	NUM	O	0			ewtb.r.200429.2
+22	minutes	minutes	NOUN	O	0		n.time	ewtb.r.200429.2
+23	late	late	ADV	O	0			ewtb.r.200429.2
+24	.	.	PUNCT	O	0			ewtb.r.200429.2
+
+1	Rude	rude	ADJ	O	0			ewtb.r.200429.4
+2	,	,	PUNCT	O	0			ewtb.r.200429.4
+3	unprofessional	unprofessional	ADJ	O	0			ewtb.r.200429.4
+4	,	,	PUNCT	O	0			ewtb.r.200429.4
+5	just	just	ADV	O	0			ewtb.r.200429.4
+6	jerks	jerk	NOUN	O	0		n.person	ewtb.r.200429.4
+7	.	.	PUNCT	O	0			ewtb.r.200429.4
+
+1	Missed	miss	VERB	O	0		v.stative	ewtb.r.200429.6
+2	a	a	DET	O	0			ewtb.r.200429.6
+3	whole	whole	ADJ	O	0			ewtb.r.200429.6
+4	day	day	NOUN	O	0		n.time	ewtb.r.200429.6
+5	of	of	ADP	O	0			ewtb.r.200429.6
+6	work	work	NOUN	O	0		n.act	ewtb.r.200429.6
+7	because	because	SCONJ	O	0			ewtb.r.200429.6
+8	i	i	PRON	O	0			ewtb.r.200429.6
+9	am	be	VERB	O	0		v.stative	ewtb.r.200429.6
+10	now	now	ADV	O	0			ewtb.r.200429.6
+11	carless	carless	ADJ	O	0			ewtb.r.200429.6
+12	.	.	PUNCT	O	0			ewtb.r.200429.6
+
+1	I	i	PRON	O	0			ewtb.r.200429.7
+2	will	will	AUX	O	0			ewtb.r.200429.7
+3	NEEEEEEEEEVERRRR	neeeeeeeeeverrrr	ADV	O	0			ewtb.r.200429.7
+4	go	go	VERB	O	0		v.motion	ewtb.r.200429.7
+5	to	to	ADP	O	0			ewtb.r.200429.7
+6	this	this	DET	O	0			ewtb.r.200429.7
+7	place	place	NOUN	O	0		n.group	ewtb.r.200429.7
+8	again	again	ADV	O	0			ewtb.r.200429.7
+9	.	.	PUNCT	O	0			ewtb.r.200429.7
+
+1	highly	highly	ADV	O	0			ewtb.r.207629.1
+2	recommended	recommended	ADJ	O	0			ewtb.r.207629.1
+3	.	.	PUNCT	O	0			ewtb.r.207629.1
+
+1	Tonight	tonight	NOUN	O	0		n.time	ewtb.r.248027.4
+2	,	,	PUNCT	O	0			ewtb.r.248027.4
+3	I	i	PRON	O	0			ewtb.r.248027.4
+4	called	call	VERB	O	0		v.communication	ewtb.r.248027.4
+5	several	several	ADJ	O	0			ewtb.r.248027.4
+6	times	times	NOUN	O	0		n.quantity	ewtb.r.248027.4
+7	with	with	ADP	O	0			ewtb.r.248027.4
+8	no	no	DET	O	0			ewtb.r.248027.4
+9	answer	answer	NOUN	O	0		n.communication	ewtb.r.248027.4
+10	(	(	PUNCT	O	0			ewtb.r.248027.4
+11	Btwn	btwn	ADP	O	0			ewtb.r.248027.4
+12	5:30	5:30	NUM	O	0			ewtb.r.248027.4
+13	and	and	CONJ	O	0			ewtb.r.248027.4
+14	6	6	NUM	O	0			ewtb.r.248027.4
+15	pm	pm	NOUN	O	0		n.time	ewtb.r.248027.4
+16	)	)	PUNCT	O	0			ewtb.r.248027.4
+17	and	and	CONJ	O	0			ewtb.r.248027.4
+18	finally	finally	ADV	O	0			ewtb.r.248027.4
+19	drove	drive	VERB	O	0		v.motion	ewtb.r.248027.4
+20	there	there	ADV	O	0			ewtb.r.248027.4
+21	to	to	PART	O	0			ewtb.r.248027.4
+22	place	place	VERB	B	0		v.communication	ewtb.r.248027.4
+23	my	my	PRON	o	0			ewtb.r.248027.4
+24	order	order	NOUN	I	22			ewtb.r.248027.4
+25	in	in	ADP	B	0			ewtb.r.248027.4
+26	person	person	NOUN	I	25			ewtb.r.248027.4
+27	.	.	PUNCT	O	0			ewtb.r.248027.4
+
+1	There	there	PRON	O	0			ewtb.r.248027.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.248027.5
+3	not	not	PART	B	0			ewtb.r.248027.5
+4	a	a	DET	I	3			ewtb.r.248027.5
+5	customer	customer	NOUN	o	0		n.person	ewtb.r.248027.5
+6	to	to	PART	I	4			ewtb.r.248027.5
+7	be	be	AUX	I	6			ewtb.r.248027.5
+8	found	find	VERB	I	7			ewtb.r.248027.5
+9	.	.	PUNCT	O	0			ewtb.r.248027.5
+
+1	Pure	pure	ADJ	B	0		n.group	ewtb.r.248124.1
+2	Pilates	pilate	NOUN	I	1			ewtb.r.248124.1
+3	!!	!!	PUNCT	O	0			ewtb.r.248124.1
+
+1	The	the	DET	O	0			ewtb.r.248124.4
+2	teachers	teacher	NOUN	O	0		n.person	ewtb.r.248124.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.248124.4
+4	highly	highly	ADV	O	0			ewtb.r.248124.4
+5	trained	train	VERB	O	0		v.cognition	ewtb.r.248124.4
+6	and	and	CONJ	O	0			ewtb.r.248124.4
+7	are	be	VERB	O	0		v.stative	ewtb.r.248124.4
+8	expert	expert	ADJ	O	0			ewtb.r.248124.4
+9	at	at	SCONJ	O	0			ewtb.r.248124.4
+10	handling	handle	VERB	O	0		v.social	ewtb.r.248124.4
+11	all	all	DET	O	0			ewtb.r.248124.4
+12	types	type	NOUN	O	0		n.cognition	ewtb.r.248124.4
+13	of	of	ADP	O	0			ewtb.r.248124.4
+14	clients	client	NOUN	O	0		n.person	ewtb.r.248124.4
+15	.	.	PUNCT	O	0			ewtb.r.248124.4
+
+1	No	no	DET	O	0			ewtb.r.249123.1
+2	Customer	customer	NOUN	B	0		n.act	ewtb.r.249123.1
+3	Service	service	NOUN	I	2			ewtb.r.249123.1
+
+1	Employees	employee	NOUN	O	0		n.group	ewtb.r.249123.2
+2	seemed	seem	VERB	O	0		v.cognition	ewtb.r.249123.2
+3	to	to	PART	O	0			ewtb.r.249123.2
+4	be	be	AUX	O	0			ewtb.r.249123.2
+5	having	have	VERB	B	0		v.social	ewtb.r.249123.2
+6	a	a	DET	I	5			ewtb.r.249123.2
+7	good	good	ADJ	o	0			ewtb.r.249123.2
+8	time	time	NOUN	I	6			ewtb.r.249123.2
+9	chatting	chat	VERB	O	0		v.communication	ewtb.r.249123.2
+10	and	and	CONJ	O	0			ewtb.r.249123.2
+11	laughing	laugh	VERB	O	0		v.communication	ewtb.r.249123.2
+12	with	with	ADP	O	0			ewtb.r.249123.2
+13	each	each	DET	O	0			ewtb.r.249123.2
+14	other	other	ADJ	O	0			ewtb.r.249123.2
+15	,	,	PUNCT	O	0			ewtb.r.249123.2
+16	while	while	SCONJ	O	0			ewtb.r.249123.2
+17	myself	myself	PRON	O	0			ewtb.r.249123.2
+18	and	and	CONJ	O	0			ewtb.r.249123.2
+19	other	other	ADJ	O	0			ewtb.r.249123.2
+20	customers	customer	NOUN	O	0		n.person	ewtb.r.249123.2
+21	were	be	AUX	O	0			ewtb.r.249123.2
+22	completely	completely	ADV	O	0			ewtb.r.249123.2
+23	ignored	ignore	VERB	O	0		v.cognition	ewtb.r.249123.2
+24	.	.	PUNCT	O	0			ewtb.r.249123.2
+
+1	Another	another	DET	O	0			ewtb.r.249123.3
+2	person	person	NOUN	O	0		n.person	ewtb.r.249123.3
+3	in	in	ADP	O	0			ewtb.r.249123.3
+4	the	the	DET	O	0			ewtb.r.249123.3
+5	store	store	NOUN	O	0		n.location	ewtb.r.249123.3
+6	stood	stand	VERB	O	0		v.stative	ewtb.r.249123.3
+7	there	there	ADV	O	0			ewtb.r.249123.3
+8	with	with	ADP	O	0			ewtb.r.249123.3
+9	an	an	DET	O	0			ewtb.r.249123.3
+10	item	item	NOUN	O	0		n.artifact	ewtb.r.249123.3
+11	and	and	CONJ	O	0			ewtb.r.249123.3
+12	repeatedly	repeatedly	ADV	O	0			ewtb.r.249123.3
+13	tried	try	VERB	O	0		v.social	ewtb.r.249123.3
+14	to	to	PART	O	0			ewtb.r.249123.3
+15	get	get	VERB	O	0		v.social	ewtb.r.249123.3
+16	a	a	DET	O	0			ewtb.r.249123.3
+17	sales	sales	NOUN	B	0		n.person	ewtb.r.249123.3
+18	person	person	NOUN	I	17			ewtb.r.249123.3
+19	s	s	PART	O	0			ewtb.r.249123.3
+20	attention	attention	NOUN	O	0		n.cognition	ewtb.r.249123.3
+21	.	.	PUNCT	O	0			ewtb.r.249123.3
+
+1	It	it	PRON	O	0			ewtb.r.249123.4
+2	was	be	VERB	O	0		v.stative	ewtb.r.249123.4
+3	n't	n't	PART	O	0			ewtb.r.249123.4
+4	until	until	SCONJ	O	0			ewtb.r.249123.4
+5	he	he	PRON	O	0			ewtb.r.249123.4
+6	gave	give	VERB	B	0		v.cognition	ewtb.r.249123.4
+7	up	up	ADP	I	6			ewtb.r.249123.4
+8	and	and	CONJ	O	0			ewtb.r.249123.4
+9	walked	walk	VERB	O	0		v.motion	ewtb.r.249123.4
+10	out	out	ADP	O	0			ewtb.r.249123.4
+11	the	the	DET	O	0			ewtb.r.249123.4
+12	door	door	NOUN	O	0		n.location	ewtb.r.249123.4
+13	that	that	ADP	O	0			ewtb.r.249123.4
+14	someone	someone	NOUN	O	0			ewtb.r.249123.4
+15	asked	ask	VERB	O	0		v.communication	ewtb.r.249123.4
+16	Can	can	AUX	O	0			ewtb.r.249123.4
+17	I	i	PRON	O	0			ewtb.r.249123.4
+18	help	help	VERB	O	0		v.social	ewtb.r.249123.4
+19	you	you	PRON	O	0			ewtb.r.249123.4
+20	.	.	PUNCT	O	0			ewtb.r.249123.4
+
+1	Good	good	ADJ	O	0			ewtb.r.262422.1
+2	local	local	ADJ	O	0			ewtb.r.262422.1
+3	bike	bike	NOUN	O	0		n.artifact	ewtb.r.262422.1
+4	shop	shop	NOUN	O	0		n.group	ewtb.r.262422.1
+
+1	Good	good	ADJ	O	0			ewtb.r.262422.2
+2	local	local	ADJ	O	0			ewtb.r.262422.2
+3	bike	bike	NOUN	O	0		n.artifact	ewtb.r.262422.2
+4	shop	shop	NOUN	O	0		n.group	ewtb.r.262422.2
+5	.	.	PUNCT	O	0			ewtb.r.262422.2
+
+1	The	the	DET	O	0			ewtb.r.262422.4
+2	shop	shop	NOUN	O	0		n.group	ewtb.r.262422.4
+3	is	be	AUX	O	0			ewtb.r.262422.4
+4	located	locate	VERB	O	0		v.cognition	ewtb.r.262422.4
+5	just	just	ADV	O	0			ewtb.r.262422.4
+6	off	off	ADP	O	0			ewtb.r.262422.4
+7	the	the	DET	O	0			ewtb.r.262422.4
+8	river	river	PROPN	O	0		n.location	ewtb.r.262422.4
+9	road	road	PROPN	O	0		n.location	ewtb.r.262422.4
+10	.	.	PUNCT	O	0			ewtb.r.262422.4
+
+1	recommended	recommended	ADJ	O	0			ewtb.r.262722.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.262722.2
+2	location	location	NOUN	O	0		n.location	ewtb.r.262722.2
+3	.	.	PUNCT	O	0			ewtb.r.262722.2
+
+1	Good	good	ADJ	O	0			ewtb.r.262722.3
+2	sports	sport	NOUN	B	0		n.group	ewtb.r.262722.3
+3	bar	bar	NOUN	I	2			ewtb.r.262722.3
+4	.	.	PUNCT	O	0			ewtb.r.262722.3
+
+1	Hyatt	hyatt	PROPN	O	0		n.group	ewtb.r.262722.4
+2	web	web	NOUN	B	0		n.communication	ewtb.r.262722.4
+3	site	site	NOUN	I	2			ewtb.r.262722.4
+4	improved	improve	VERB	O	0		v.change	ewtb.r.262722.4
+5	.	.	PUNCT	O	0			ewtb.r.262722.4
+
+1	Accurate	accurate	ADJ	O	0			ewtb.r.262722.5
+2	check	check	NOUN	B	0		n.act	ewtb.r.262722.5
+3	-	-	PUNCT	I	2			ewtb.r.262722.5
+4	out	out	NOUN	I	3			ewtb.r.262722.5
+5	.	.	PUNCT	O	0			ewtb.r.262722.5
+
+1	Rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.262722.6
+2	clean	clean	ADJ	O	0			ewtb.r.262722.6
+3	.	.	PUNCT	O	0			ewtb.r.262722.6
+
+1	Lifts	lift	NOUN	O	0		n.artifact	ewtb.r.262722.7
+2	quick	quick	ADJ	O	0			ewtb.r.262722.7
+3	,	,	PUNCT	O	0			ewtb.r.262722.7
+4	clean	clean	ADJ	O	0			ewtb.r.262722.7
+5	,	,	PUNCT	O	0			ewtb.r.262722.7
+6	accurate	accurate	ADJ	O	0			ewtb.r.262722.7
+7	,	,	PUNCT	O	0			ewtb.r.262722.7
+8	and	and	CONJ	O	0			ewtb.r.262722.7
+9	correctly	correctly	ADV	O	0			ewtb.r.262722.7
+10	sized	size	VERB	O	0			ewtb.r.262722.7
+11	.	.	PUNCT	O	0			ewtb.r.262722.7
+
+1	A	a	NOUN	B	0		n.communication	ewtb.r.303922.1
+2	+	+	SYM	I	1			ewtb.r.303922.1
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.303922.2
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.303922.2
+3	service	service	NOUN	I	2			ewtb.r.303922.2
+4	and	and	CONJ	O	0			ewtb.r.303922.2
+5	honest	honest	ADJ	O	0			ewtb.r.303922.2
+6	feedback	feedback	NOUN	O	0		n.communication	ewtb.r.303922.2
+7	.	.	PUNCT	O	0			ewtb.r.303922.2
+
+1	I	i	PRON	O	0			ewtb.r.313126.1
+2	gave	give	VERB	O	0		v.stative	ewtb.r.313126.1
+3	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.313126.1
+4	Rohatgi	rohatgi	PROPN	I	3			ewtb.r.313126.1
+5	2	2	NUM	B	0		n.communication	ewtb.r.313126.1
+6	stars	star	NOUN	I	5			ewtb.r.313126.1
+7	because	because	SCONJ	O	0			ewtb.r.313126.1
+8	her	her	PRON	O	0			ewtb.r.313126.1
+9	assistant	assistant	NOUN	O	0		n.person	ewtb.r.313126.1
+10	was	be	VERB	O	0		v.stative	ewtb.r.313126.1
+11	very	very	ADV	O	0			ewtb.r.313126.1
+12	pleasant	pleasant	ADJ	O	0			ewtb.r.313126.1
+13	.	.	PUNCT	O	0			ewtb.r.313126.1
+
+1	However	however	ADV	O	0			ewtb.r.313126.2
+2	,	,	PUNCT	O	0			ewtb.r.313126.2
+3	I	i	PRON	O	0			ewtb.r.313126.2
+4	did	do	AUX	O	0			ewtb.r.313126.2
+5	not	not	PART	O	0			ewtb.r.313126.2
+6	find	find	VERB	O	0		v.cognition	ewtb.r.313126.2
+7	her	her	PRON	O	0			ewtb.r.313126.2
+8	very	very	ADV	O	0			ewtb.r.313126.2
+9	helpful	helpful	ADJ	O	0			ewtb.r.313126.2
+10	and	and	CONJ	O	0			ewtb.r.313126.2
+11	her	her	PRON	O	0			ewtb.r.313126.2
+12	receptionist	receptionist	NOUN	O	0		n.person	ewtb.r.313126.2
+13	was	be	VERB	O	0		v.stative	ewtb.r.313126.2
+14	rude	rude	ADJ	O	0			ewtb.r.313126.2
+15	.	.	PUNCT	O	0			ewtb.r.313126.2
+
+1	Perfect	perfect	ADJ	O	0			ewtb.r.313825.1
+2	Location	location	NOUN	O	0		n.location	ewtb.r.313825.1
+3	plus	plus	CONJ	O	0			ewtb.r.313825.1
+
+1	I	i	PRON	O	0			ewtb.r.313825.2
+2	moved	move	VERB	O	0		v.motion	ewtb.r.313825.2
+3	into	into	ADP	O	0			ewtb.r.313825.2
+4	the	the	DET	O	0			ewtb.r.313825.2
+5	Tanglewood	tanglewood	PROPN	B	0		n.group	ewtb.r.313825.2
+6	Apartments	apartments	PROPN	I	5			ewtb.r.313825.2
+7	in	in	ADP	O	0			ewtb.r.313825.2
+8	late	late	ADJ	O	0			ewtb.r.313825.2
+9	2008	2008	NUM	O	0			ewtb.r.313825.2
+10	and	and	CONJ	O	0			ewtb.r.313825.2
+11	it	it	PRON	O	0			ewtb.r.313825.2
+12	's	's	AUX	O	0			ewtb.r.313825.2
+13	been	be	VERB	O	0		v.stative	ewtb.r.313825.2
+14	a	a	DET	O	0			ewtb.r.313825.2
+15	refreshing	refresh	VERB	O	0			ewtb.r.313825.2
+16	change	change	NOUN	O	0		n.cognition	ewtb.r.313825.2
+17	.	.	PUNCT	O	0			ewtb.r.313825.2
+
+1	I	i	PRON	O	0			ewtb.r.313825.3
+2	used	use	VERB	B	0			ewtb.r.313825.3
+3	to	to	PART	I	2			ewtb.r.313825.3
+4	live	live	VERB	O	0		v.social	ewtb.r.313825.3
+5	at	at	ADP	O	0			ewtb.r.313825.3
+6	Meadowrun	meadowrun	PROPN	O	0		n.location	ewtb.r.313825.3
+7	and	and	CONJ	O	0			ewtb.r.313825.3
+8	that	that	DET	O	0			ewtb.r.313825.3
+9	was	be	VERB	O	0		v.stative	ewtb.r.313825.3
+10	a	a	DET	O	0			ewtb.r.313825.3
+11	nightmare	nightmare	NOUN	O	0		n.cognition	ewtb.r.313825.3
+12	.	.	PUNCT	O	0			ewtb.r.313825.3
+
+1	She	she	PRON	O	0			ewtb.r.313825.5
+2	's	's	VERB	O	0		v.stative	ewtb.r.313825.5
+3	very	very	ADV	O	0			ewtb.r.313825.5
+4	reachable	reachable	ADJ	O	0			ewtb.r.313825.5
+5	and	and	CONJ	O	0			ewtb.r.313825.5
+6	she	she	PRON	O	0			ewtb.r.313825.5
+7	has	have	AUX	O	0			ewtb.r.313825.5
+8	always	always	ADV	O	0			ewtb.r.313825.5
+9	responded	respond	VERB	O	0		v.communication	ewtb.r.313825.5
+10	quickly	quickly	ADV	O	0			ewtb.r.313825.5
+11	to	to	ADP	O	0			ewtb.r.313825.5
+12	any	any	DET	O	0			ewtb.r.313825.5
+13	questions	question	NOUN	O	0		n.communication	ewtb.r.313825.5
+14	or	or	CONJ	O	0			ewtb.r.313825.5
+15	requests	request	NOUN	O	0		n.communication	ewtb.r.313825.5
+16	.	.	PUNCT	O	0			ewtb.r.313825.5
+
+1	Plus	plus	CONJ	O	0			ewtb.r.313825.6
+2	she	she	PRON	O	0			ewtb.r.313825.6
+3	plans	plan	VERB	O	0		v.social	ewtb.r.313825.6
+4	a	a	DET	O	0			ewtb.r.313825.6
+5	monthly	monthly	ADJ	O	0			ewtb.r.313825.6
+6	breakfasts	breakfast	NOUN	O	0		n.event	ewtb.r.313825.6
+7	and	and	CONJ	O	0			ewtb.r.313825.6
+8	other	other	ADJ	O	0			ewtb.r.313825.6
+9	events	event	NOUN	O	0		n.event	ewtb.r.313825.6
+10	at	at	ADP	O	0			ewtb.r.313825.6
+11	the	the	DET	O	0			ewtb.r.313825.6
+12	clubhouse	clubhouse	NOUN	O	0		n.location	ewtb.r.313825.6
+13	which	which	DET	O	0			ewtb.r.313825.6
+14	is	be	VERB	O	0		v.stative	ewtb.r.313825.6
+15	a	a	DET	O	0			ewtb.r.313825.6
+16	nice	nice	ADJ	O	0			ewtb.r.313825.6
+17	added	add	VERB	O	0			ewtb.r.313825.6
+18	benefit	benefit	NOUN	O	0		n.motive	ewtb.r.313825.6
+19	.	.	PUNCT	O	0			ewtb.r.313825.6
+
+1	Old	old	ADJ	B	0			ewtb.r.314024.1
+2	time	time	NOUN	I	1			ewtb.r.314024.1
+3	grocery	grocery	NOUN	O	0		n.artifact	ewtb.r.314024.1
+4	,	,	PUNCT	O	0			ewtb.r.314024.1
+5	best	best	ADJ	O	0			ewtb.r.314024.1
+6	steaks	steak	NOUN	O	0		n.food	ewtb.r.314024.1
+7	I	i	PRON	O	0			ewtb.r.314024.1
+8	have	have	AUX	O	0			ewtb.r.314024.1
+9	ever	ever	ADV	O	0			ewtb.r.314024.1
+10	had	have	VERB	O	0		v.consumption	ewtb.r.314024.1
+11	!	!	PUNCT	O	0			ewtb.r.314024.1
+
+1	Pam	pam	PROPN	O	0		n.animal	ewtb.r.363428.1
+2	the	the	DET	O	0			ewtb.r.363428.1
+3	Pom	pom	PROPN	O	0		n.animal	ewtb.r.363428.1
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.363428.2
+2	couple	couple	NOUN	O	0		n.quantity	ewtb.r.363428.2
+3	of	of	ADP	O	0			ewtb.r.363428.2
+4	days	days	NOUN	O	0		n.time	ewtb.r.363428.2
+5	.	.	PUNCT	O	0			ewtb.r.363428.2
+
+1	Breathtaking	breathtaking	ADJ	O	0			ewtb.r.363428.3
+2	views	view	NOUN	O	0		n.natural_object	ewtb.r.363428.3
+3	and	and	CONJ	O	0			ewtb.r.363428.3
+4	fabulous	fabulous	ADJ	O	0			ewtb.r.363428.3
+5	accommodation	accommodation	NOUN	O	0		n.act	ewtb.r.363428.3
+6	.	.	PUNCT	O	0			ewtb.r.363428.3
+
+1	Sure	sure	ADV	B	0			ewtb.r.162422.8
+2	enough	enough	ADV	I	1			ewtb.r.162422.8
+3	he	he	PRON	O	0			ewtb.r.162422.8
+4	charged	charge	VERB	O	0		v.possession	ewtb.r.162422.8
+5	it	it	PRON	O	0			ewtb.r.162422.8
+6	to	to	ADP	O	0			ewtb.r.162422.8
+7	the	the	DET	O	0			ewtb.r.162422.8
+8	credit	credit	NOUN	B	0		n.possession	ewtb.r.162422.8
+9	card	card	NOUN	I	8			ewtb.r.162422.8
+10	.	.	PUNCT	O	0			ewtb.r.162422.8
+
+1	Ok	ok	INTJ	O	0			ewtb.r.116821.2
+2	I	i	PRON	O	0			ewtb.r.116821.2
+3	am	be	VERB	O	0		v.stative	ewtb.r.116821.2
+4	a	a	DET	O	0			ewtb.r.116821.2
+5	New	new	PROPN	B	0		n.person	ewtb.r.116821.2
+6	Yorker	yorker	PROPN	I	5			ewtb.r.116821.2
+7	who	who	PRON	O	0			ewtb.r.116821.2
+8	has	have	AUX	O	0			ewtb.r.116821.2
+9	been	be	AUX	O	0			ewtb.r.116821.2
+10	going	go	VERB	O	0		v.social	ewtb.r.116821.2
+11	to	to	ADP	O	0			ewtb.r.116821.2
+12	school	school	NOUN	O	0		n.group	ewtb.r.116821.2
+13	in	in	ADP	O	0			ewtb.r.116821.2
+14	Oxford	oxford	PROPN	B	0		n.location	ewtb.r.116821.2
+15	,	,	PUNCT	I	14			ewtb.r.116821.2
+16	England	england	PROPN	I	15			ewtb.r.116821.2
+17	.	.	PUNCT	O	0			ewtb.r.116821.2
+
+1	this	this	DET	O	0			ewtb.r.171120.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.171120.1
+3	the	the	DET	O	0			ewtb.r.171120.1
+4	worst	worst	ADJ	O	0			ewtb.r.171120.1
+5	Sam	sam	PROPN	B	0		n.group	ewtb.r.171120.1
+6	s	s	PART	I	5			ewtb.r.171120.1
+7	club	club	NOUN	I	6			ewtb.r.171120.1
+8	I	i	PRON	O	0			ewtb.r.171120.1
+9	've	've	AUX	O	0			ewtb.r.171120.1
+10	ever	ever	ADV	O	0			ewtb.r.171120.1
+11	been	be	VERB	B	0		v.motion	ewtb.r.171120.1
+12	to	to	ADP	I	11			ewtb.r.171120.1
+
+1	After	after	SCONJ	O	0			ewtb.r.335225.2
+2	my	my	PRON	O	0			ewtb.r.335225.2
+3	trees	tree	NOUN	O	0		n.natural_object	ewtb.r.335225.2
+4	were	be	AUX	O	0			ewtb.r.335225.2
+5	cleaned	clean	VERB	B	0		v.change	ewtb.r.335225.2
+6	up	up	ADP	I	5			ewtb.r.335225.2
+7	,	,	PUNCT	O	0			ewtb.r.335225.2
+8	they	they	PRON	O	0			ewtb.r.335225.2
+9	gave	give	VERB	O	0		v.possession	ewtb.r.335225.2
+10	me	me	PRON	O	0			ewtb.r.335225.2
+11	a	a	DET	O	0			ewtb.r.335225.2
+12	jar	jar	NOUN	O	0		n.artifact	ewtb.r.335225.2
+13	of	of	ADP	O	0			ewtb.r.335225.2
+14	salsa	salsa	NOUN	O	0		n.food	ewtb.r.335225.2
+15	.	.	PUNCT	O	0			ewtb.r.335225.2
+
+1	Anna	anna	PROPN	B	0		n.person	ewtb.r.119026.1
+2	Marie	marie	PROPN	I	1			ewtb.r.119026.1
+3	and	and	CONJ	O	0			ewtb.r.119026.1
+4	Govind	govind	PROPN	O	0		n.person	ewtb.r.119026.1
+5	are	be	VERB	O	0		v.stative	ewtb.r.119026.1
+6	very	very	ADV	O	0			ewtb.r.119026.1
+7	sweet	sweet	ADJ	O	0			ewtb.r.119026.1
+8	people	person	NOUN	O	0		n.person	ewtb.r.119026.1
+9	,	,	PUNCT	O	0			ewtb.r.119026.1
+10	and	and	CONJ	O	0			ewtb.r.119026.1
+11	the	the	DET	O	0			ewtb.r.119026.1
+12	minute	minute	NOUN	O	0		n.time	ewtb.r.119026.1
+13	you	you	PRON	O	0			ewtb.r.119026.1
+14	steep	steep	VERB	O	0		v.motion	ewtb.r.119026.1
+15	into	into	ADP	O	0			ewtb.r.119026.1
+16	their	their	PRON	O	0			ewtb.r.119026.1
+17	school	school	NOUN	O	0		n.location	ewtb.r.119026.1
+18	,	,	PUNCT	O	0			ewtb.r.119026.1
+19	the	the	DET	O	0			ewtb.r.119026.1
+20	calm	calm	ADJ	O	0			ewtb.r.119026.1
+21	loving	loving	ADJ	O	0			ewtb.r.119026.1
+22	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.119026.1
+23	takes	take	VERB	B	0		v.stative	ewtb.r.119026.1
+24	over	over	ADV	I	23			ewtb.r.119026.1
+25	,	,	PUNCT	O	0			ewtb.r.119026.1
+26	and	and	CONJ	O	0			ewtb.r.119026.1
+27	tension	tension	NOUN	O	0		n.feeling	ewtb.r.119026.1
+28	and	and	CONJ	O	0			ewtb.r.119026.1
+29	worries	worry	NOUN	O	0		n.feeling	ewtb.r.119026.1
+30	stay	stay	VERB	O	0		v.cognition	ewtb.r.119026.1
+31	outside	outside	ADV	O	0			ewtb.r.119026.1
+32	in	in	ADP	O	0			ewtb.r.119026.1
+33	the	the	DET	O	0			ewtb.r.119026.1
+34	street	street	NOUN	O	0		n.location	ewtb.r.119026.1
+35	,	,	PUNCT	O	0			ewtb.r.119026.1
+36	whether	whether	ADP	B	0			ewtb.r.119026.1
+37	or	or	CONJ	I	36			ewtb.r.119026.1
+38	not	not	PART	I	37			ewtb.r.119026.1
+39	you	you	PRON	O	0			ewtb.r.119026.1
+40	pick	pick	VERB	B	0		v.motion	ewtb.r.119026.1
+41	them	them	PRON	o	0			ewtb.r.119026.1
+42	up	up	ADP	I	40			ewtb.r.119026.1
+43	again	again	ADV	O	0			ewtb.r.119026.1
+44	after	after	ADP	O	0			ewtb.r.119026.1
+45	class	class	NOUN	O	0		n.event	ewtb.r.119026.1
+46	is	be	VERB	O	0		v.stative	ewtb.r.119026.1
+47	probably	probably	ADV	O	0			ewtb.r.119026.1
+48	a	a	DET	O	0			ewtb.r.119026.1
+49	question	question	NOUN	O	0		n.cognition	ewtb.r.119026.1
+50	of	of	ADP	O	0			ewtb.r.119026.1
+51	practice	practice	NOUN	O	0		n.act	ewtb.r.119026.1
+52	.	.	PUNCT	O	0			ewtb.r.119026.1
+
+1	I	i	PRON	O	0			ewtb.r.376320.9
+2	will	will	AUX	O	0			ewtb.r.376320.9
+3	be	be	AUX	O	0			ewtb.r.376320.9
+4	traveling	travel	VERB	O	0		v.motion	ewtb.r.376320.9
+5	in	in	ADP	O	0			ewtb.r.376320.9
+6	this	this	DET	O	0			ewtb.r.376320.9
+7	area	area	NOUN	O	0		n.location	ewtb.r.376320.9
+8	in	in	ADP	O	0			ewtb.r.376320.9
+9	the	the	DET	O	0			ewtb.r.376320.9
+10	future	future	NOUN	O	0		n.time	ewtb.r.376320.9
+11	and	and	CONJ	O	0			ewtb.r.376320.9
+12	you	you	PRON	O	0			ewtb.r.376320.9
+13	can	can	AUX	B	0		v.social	ewtb.r.376320.9
+14	be	be	AUX	I	13			ewtb.r.376320.9
+15	assured	assure	VERB	I	14			ewtb.r.376320.9
+16	that	that	SCONJ	O	0			ewtb.r.376320.9
+17	this	this	DET	O	0			ewtb.r.376320.9
+18	experience	experience	NOUN	O	0		n.event	ewtb.r.376320.9
+19	will	will	AUX	O	0			ewtb.r.376320.9
+20	be	be	VERB	O	0		v.stative	ewtb.r.376320.9
+21	helpful	helpful	ADJ	O	0			ewtb.r.376320.9
+22	in	in	ADP	O	0			ewtb.r.376320.9
+23	my	my	PRON	O	0			ewtb.r.376320.9
+24	choice	choice	NOUN	O	0		n.cognition	ewtb.r.376320.9
+25	of	of	ADP	O	0			ewtb.r.376320.9
+26	hotels	hotel	NOUN	O	0		n.group	ewtb.r.376320.9
+27	and	and	CONJ	O	0			ewtb.r.376320.9
+28	Novotel	novotel	PROPN	O	0		n.group	ewtb.r.376320.9
+29	will	will	AUX	O	0			ewtb.r.376320.9
+30	be	be	VERB	O	0		v.stative	ewtb.r.376320.9
+31	my	my	PRON	O	0			ewtb.r.376320.9
+32	first	first	ADJ	O	0			ewtb.r.376320.9
+33	selection	selection	NOUN	O	0		n.cognition	ewtb.r.376320.9
+34	.	.	PUNCT	O	0			ewtb.r.376320.9
+
+1	I	i	PRON	O	0			ewtb.r.162422.18
+2	came	come	VERB	O	0		v.motion	ewtb.r.162422.18
+3	to	to	PART	O	0			ewtb.r.162422.18
+4	find	find	VERB	B	0		v.cognition	ewtb.r.162422.18
+5	out	out	ADP	I	4			ewtb.r.162422.18
+6	the	the	DET	O	0			ewtb.r.162422.18
+7	person	person	NOUN	O	0		n.person	ewtb.r.162422.18
+8	was	be	VERB	O	0		v.stative	ewtb.r.162422.18
+9	the	the	DET	O	0			ewtb.r.162422.18
+10	hotel	hotel	NOUN	O	0		n.group	ewtb.r.162422.18
+11	OWNER	owner	NOUN	O	0		n.person	ewtb.r.162422.18
+12	also	also	ADV	O	0			ewtb.r.162422.18
+13	.	.	PUNCT	O	0			ewtb.r.162422.18
+
+1	If	if	SCONJ	O	0			ewtb.r.338429.18
+2	I	i	PRON	O	0			ewtb.r.338429.18
+3	found	find	VERB	O	0		v.cognition	ewtb.r.338429.18
+4	a	a	DET	O	0			ewtb.r.338429.18
+5	spot	spot	NOUN	O	0		n.location	ewtb.r.338429.18
+6	,	,	PUNCT	O	0			ewtb.r.338429.18
+7	I	i	PRON	O	0			ewtb.r.338429.18
+8	could	could	AUX	O	0			ewtb.r.338429.18
+9	nt	nt	ADV	O	0			ewtb.r.338429.18
+10	fit	fit	VERB	O	0		v.stative	ewtb.r.338429.18
+11	in	in	ADP	O	0			ewtb.r.338429.18
+12	it	it	PRON	O	0			ewtb.r.338429.18
+13	.	.	PUNCT	O	0			ewtb.r.338429.18
+
+1	Very	very	ADV	O	0			ewtb.r.335225.6
+2	affordable	affordable	ADJ	O	0			ewtb.r.335225.6
+3	(	(	PUNCT	O	0			ewtb.r.335225.6
+4	do	do	AUX	O	0			ewtb.r.335225.6
+5	n't	n't	PART	O	0			ewtb.r.335225.6
+6	call	call	VERB	O	0		v.communication	ewtb.r.335225.6
+7	it	it	PRON	O	0			ewtb.r.335225.6
+8	cheap	cheap	ADJ	O	0			ewtb.r.335225.6
+9	)	)	PUNCT	O	0			ewtb.r.335225.6
+10	and	and	CONJ	O	0			ewtb.r.335225.6
+11	their	their	PRON	O	0			ewtb.r.335225.6
+12	trimmers	trimmer	NOUN	O	0		n.person	ewtb.r.335225.6
+13	were	be	VERB	O	0		v.stative	ewtb.r.335225.6
+14	quick	quick	ADJ	O	0			ewtb.r.335225.6
+15	and	and	CONJ	O	0			ewtb.r.335225.6
+16	courteous	courteous	ADJ	O	0			ewtb.r.335225.6
+17	when	when	ADV	O	0			ewtb.r.335225.6
+18	I	i	PRON	O	0			ewtb.r.335225.6
+19	got	get	VERB	O	0		v.motion	ewtb.r.335225.6
+20	home	home	ADV	O	0			ewtb.r.335225.6
+21	from	from	ADP	O	0			ewtb.r.335225.6
+22	work	work	NOUN	O	0		n.location	ewtb.r.335225.6
+23	.	.	PUNCT	O	0			ewtb.r.335225.6
+
+1	We	we	PRON	O	0			ewtb.r.346627.2
+2	have	have	AUX	O	0			ewtb.r.346627.2
+3	never	never	ADV	O	0			ewtb.r.346627.2
+4	had	have	VERB	O	0		v.stative	ewtb.r.346627.2
+5	a	a	DET	O	0			ewtb.r.346627.2
+6	bad	bad	ADJ	O	0			ewtb.r.346627.2
+7	experience	experience	NOUN	O	0		n.cognition	ewtb.r.346627.2
+8	buying	buy	VERB	O	0		v.possession	ewtb.r.346627.2
+9	from	from	ADP	O	0			ewtb.r.346627.2
+10	Edmark	edmark	PROPN	O	0		n.group	ewtb.r.346627.2
+11	.	.	PUNCT	O	0			ewtb.r.346627.2
+
+1	I	i	PRON	O	0			ewtb.r.349020.1
+2	purchased	purchase	VERB	O	0		v.possession	ewtb.r.349020.1
+3	a	a	DET	O	0			ewtb.r.349020.1
+4	2	2	NUM	O	0			ewtb.r.349020.1
+5	-	-	PUNCT	O	0			ewtb.r.349020.1
+6	year	year	NOUN	B	0		n.time	ewtb.r.349020.1
+7	old	old	ADJ	I	6			ewtb.r.349020.1
+8	certified	certified	ADJ	O	0			ewtb.r.349020.1
+9	pre-owned	pre-owned	ADJ	O	0			ewtb.r.349020.1
+10	BMW	bmw	PROPN	O	0		n.artifact	ewtb.r.349020.1
+11	from	from	ADP	O	0			ewtb.r.349020.1
+12	this	this	DET	O	0			ewtb.r.349020.1
+13	dealership	dealership	NOUN	O	0		n.group	ewtb.r.349020.1
+14	.	.	PUNCT	O	0			ewtb.r.349020.1
+
+1	(	(	PUNCT	O	0			ewtb.r.349020.6
+2	But	but	CONJ	O	0			ewtb.r.349020.6
+3	this	this	DET	O	0			ewtb.r.349020.6
+4	is	be	VERB	O	0		v.stative	ewtb.r.349020.6
+5	a	a	DET	O	0			ewtb.r.349020.6
+6	certified	certified	ADJ	O	0			ewtb.r.349020.6
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.349020.6
+8	from	from	ADP	O	0			ewtb.r.349020.6
+9	a	a	DET	O	0			ewtb.r.349020.6
+10	dealer	dealer	NOUN	O	0		n.person	ewtb.r.349020.6
+11	.	.	PUNCT	O	0			ewtb.r.349020.6
+12	)	)	PUNCT	O	0			ewtb.r.349020.6
+
+1	From	from	ADP	O	0			ewtb.r.376320.7
+2	my	my	PRON	O	0			ewtb.r.376320.7
+3	first	first	ADJ	O	0			ewtb.r.376320.7
+4	encounter	encounter	NOUN	O	0		n.event	ewtb.r.376320.7
+5	at	at	ADP	O	0			ewtb.r.376320.7
+6	check	check	NOUN	B	0		n.event	ewtb.r.376320.7
+7	in	in	NOUN	I	6			ewtb.r.376320.7
+8	to	to	ADP	O	0			ewtb.r.376320.7
+9	my	my	PRON	O	0			ewtb.r.376320.7
+10	regrettable	regrettable	ADJ	O	0			ewtb.r.376320.7
+11	check	check	NOUN	B	0		n.event	ewtb.r.376320.7
+12	out	out	NOUN	I	11			ewtb.r.376320.7
+13	I	i	PRON	O	0			ewtb.r.376320.7
+14	found	find	VERB	O	0		v.cognition	ewtb.r.376320.7
+15	the	the	DET	O	0			ewtb.r.376320.7
+16	staff	staff	NOUN	O	0		n.person	ewtb.r.376320.7
+17	and	and	CONJ	O	0			ewtb.r.376320.7
+18	facility	facility	NOUN	O	0		n.artifact	ewtb.r.376320.7
+19	to	to	PART	O	0			ewtb.r.376320.7
+20	exceed	exceed	VERB	O	0		v.stative	ewtb.r.376320.7
+21	my	my	PRON	O	0			ewtb.r.376320.7
+22	expectation	expectation	NOUN	O	0		n.cognition	ewtb.r.376320.7
+23	.	.	PUNCT	O	0			ewtb.r.376320.7
+
+1	Buyer	buyer	NOUN	O	0		n.person	ewtb.r.001961.1
+2	Beware	beware	VERB	O	0		v.cognition	ewtb.r.001961.1
+3	!!	!!	PUNCT	O	0			ewtb.r.001961.1
+
+1	$	$	SYM	O	0			ewtb.r.018465.11
+2	400	400	NUM	O	0			ewtb.r.018465.11
+3	later	later	ADV	O	0			ewtb.r.018465.11
+4	my	my	PRON	O	0			ewtb.r.018465.11
+5	jaw	jaw	NOUN	B	0		v.emotion	ewtb.r.018465.11
+6	dropped	drop	VERB	I	5			ewtb.r.018465.11
+7	when	when	ADV	O	0			ewtb.r.018465.11
+8	the	the	DET	O	0			ewtb.r.018465.11
+9	receptionist	receptionist	NOUN	O	0		n.person	ewtb.r.018465.11
+10	told	tell	VERB	O	0		v.communication	ewtb.r.018465.11
+11	me	me	PRON	O	0			ewtb.r.018465.11
+12	the	the	DET	O	0			ewtb.r.018465.11
+13	total	total	NOUN	O	0		n.possession	ewtb.r.018465.11
+14	.	.	PUNCT	O	0			ewtb.r.018465.11
+
+1	I	i	PRON	O	0			ewtb.r.018465.13
+2	cried	cry	VERB	O	0		v.body	ewtb.r.018465.13
+3	the	the	DET	O	0			ewtb.r.018465.13
+4	entire	entire	ADJ	O	0			ewtb.r.018465.13
+5	way	way	NOUN	O	0		n.cognition	ewtb.r.018465.13
+6	home	home	ADV	O	0			ewtb.r.018465.13
+7	.	.	PUNCT	O	0			ewtb.r.018465.13
+
+1	He	he	PRON	O	0			ewtb.r.018465.14
+2	then	then	ADV	O	0			ewtb.r.018465.14
+3	"	"	PUNCT	O	0			ewtb.r.018465.14
+4	fixed	fix	VERB	O	0		v.change	ewtb.r.018465.14
+5	"	"	PUNCT	O	0			ewtb.r.018465.14
+6	it	it	PRON	O	0			ewtb.r.018465.14
+7	for	for	ADP	O	0			ewtb.r.018465.14
+8	free	free	ADJ	O	0			ewtb.r.018465.14
+9	but	but	CONJ	O	0			ewtb.r.018465.14
+10	it	it	PRON	O	0			ewtb.r.018465.14
+11	still	still	ADV	O	0			ewtb.r.018465.14
+12	looked	look	VERB	O	0		v.perception	ewtb.r.018465.14
+13	like	like	ADP	O	0			ewtb.r.018465.14
+14	crap	crap	NOUN	O	0		n.cognition	ewtb.r.018465.14
+15	.	.	PUNCT	O	0			ewtb.r.018465.14
+
+1	I	i	PRON	O	0			ewtb.r.018465.15
+2	will	will	AUX	O	0			ewtb.r.018465.15
+3	never	never	ADV	O	0			ewtb.r.018465.15
+4	go	go	VERB	O	0		v.social	ewtb.r.018465.15
+5	back	back	ADV	O	0			ewtb.r.018465.15
+6	.	.	PUNCT	O	0			ewtb.r.018465.15
+
+1	Maybe	maybe	ADV	O	0			ewtb.r.018465.20
+2	he	he	PRON	O	0			ewtb.r.018465.20
+3	did	do	AUX	O	0			ewtb.r.018465.20
+4	n't	n't	PART	O	0			ewtb.r.018465.20
+5	do	do	VERB	O	0		v.change	ewtb.r.018465.20
+6	a	a	DET	O	0			ewtb.r.018465.20
+7	good	good	ADJ	O	0			ewtb.r.018465.20
+8	job	job	NOUN	O	0		n.act	ewtb.r.018465.20
+9	and	and	CONJ	O	0			ewtb.r.018465.20
+10	they	they	PRON	O	0			ewtb.r.018465.20
+11	told	tell	VERB	O	0		v.communication	ewtb.r.018465.20
+12	him	him	PRON	O	0			ewtb.r.018465.20
+13	so	so	ADV	O	0			ewtb.r.018465.20
+14	.	.	PUNCT	O	0			ewtb.r.018465.20
+
+1	Absolute	absolute	ADJ	O	0			ewtb.r.018465.21
+2	Nightmare	nightmare	NOUN	O	0		n.cognition	ewtb.r.018465.21
+3	!	!	PUNCT	O	0			ewtb.r.018465.21
+
+1	Great	great	ADJ	O	0			ewtb.r.018562.1
+2	Job	job	NOUN	O	0		n.act	ewtb.r.018562.1
+
+1	I	i	PRON	O	0			ewtb.r.018562.6
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.018562.6
+3	sure	sure	ADJ	O	0			ewtb.r.018562.6
+4	it	it	PRON	O	0			ewtb.r.018562.6
+5	s	s	VERB	O	0		v.stative	ewtb.r.018562.6
+6	not	not	PART	O	0			ewtb.r.018562.6
+7	every	every	DET	O	0			ewtb.r.018562.6
+8	day	day	NOUN	O	0		n.event	ewtb.r.018562.6
+9	that	that	SCONJ	O	0			ewtb.r.018562.6
+10	a	a	DET	O	0			ewtb.r.018562.6
+11	funeral	funeral	NOUN	O	0		n.event	ewtb.r.018562.6
+12	director	director	NOUN	O	0		n.person	ewtb.r.018562.6
+13	sees	see	VERB	O	0		v.social	ewtb.r.018562.6
+14	the	the	DET	O	0			ewtb.r.018562.6
+15	same	same	ADJ	O	0			ewtb.r.018562.6
+16	family	family	NOUN	O	0		n.group	ewtb.r.018562.6
+17	in	in	ADP	O	0			ewtb.r.018562.6
+18	such	such	DET	O	0			ewtb.r.018562.6
+19	a	a	DET	B	0			ewtb.r.018562.6
+20	short	short	ADJ	I	19			ewtb.r.018562.6
+21	time	time	NOUN	I	20			ewtb.r.018562.6
+22	.	.	PUNCT	O	0			ewtb.r.018562.6
+
+1	The	the	DET	O	0			ewtb.r.018562.10
+2	Peterson	peterson	PROPN	O	0		n.person	ewtb.r.018562.10
+3	Family	family	NOUN	O	0		n.group	ewtb.r.018562.10
+
+1	The	the	DET	O	0			ewtb.r.022461.1
+2	best	best	ADJ	O	0			ewtb.r.022461.1
+3	in	in	ADP	O	0			ewtb.r.022461.1
+4	the	the	DET	O	0			ewtb.r.022461.1
+5	area	area	NOUN	O	0		n.location	ewtb.r.022461.1
+6	!	!	PUNCT	O	0			ewtb.r.022461.1
+
+1	I	i	PRON	O	0			ewtb.r.022461.3
+2	am	be	VERB	O	0		v.stative	ewtb.r.022461.3
+3	very	very	ADV	O	0			ewtb.r.022461.3
+4	pleased	pleased	ADJ	O	0			ewtb.r.022461.3
+5	with	with	ADP	O	0			ewtb.r.022461.3
+6	the	the	DET	O	0			ewtb.r.022461.3
+7	tattoos	tattoo	NOUN	O	0		n.artifact	ewtb.r.022461.3
+8	that	that	DET	O	0			ewtb.r.022461.3
+9	I	i	PRON	O	0			ewtb.r.022461.3
+10	revived	revive	VERB	O	0		v.possession	ewtb.r.022461.3
+11	from	from	ADP	O	0			ewtb.r.022461.3
+12	them	them	PRON	O	0			ewtb.r.022461.3
+13	.	.	PUNCT	O	0			ewtb.r.022461.3
+
+1	The	the	DET	O	0			ewtb.r.022461.4
+2	artwork	artwork	NOUN	O	0		n.artifact	ewtb.r.022461.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.022461.4
+4	excellent	excellent	ADJ	O	0			ewtb.r.022461.4
+5	and	and	CONJ	O	0			ewtb.r.022461.4
+6	the	the	DET	O	0			ewtb.r.022461.4
+7	prices	price	NOUN	O	0		n.possession	ewtb.r.022461.4
+8	are	be	VERB	O	0		v.stative	ewtb.r.022461.4
+9	very	very	ADV	O	0			ewtb.r.022461.4
+10	reasonable	reasonable	ADJ	O	0			ewtb.r.022461.4
+11	.	.	PUNCT	O	0			ewtb.r.022461.4
+
+1	I	i	PRON	O	0			ewtb.r.022461.5
+2	would	would	AUX	O	0			ewtb.r.022461.5
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.022461.5
+4	this	this	DET	O	0			ewtb.r.022461.5
+5	shop	shop	NOUN	O	0		n.group	ewtb.r.022461.5
+6	to	to	ADP	O	0			ewtb.r.022461.5
+7	anyone	anyone	NOUN	O	0			ewtb.r.022461.5
+8	looking	look	VERB	B	0		v.cognition	ewtb.r.022461.5
+9	to	to	PART	I	8			ewtb.r.022461.5
+10	get	get	VERB	O	0		v.possession	ewtb.r.022461.5
+11	a	a	DET	O	0			ewtb.r.022461.5
+12	tattoo	tattoo	NOUN	O	0		n.artifact	ewtb.r.022461.5
+13	.	.	PUNCT	O	0			ewtb.r.022461.5
+
+1	I	i	PRON	O	0			ewtb.r.047762.2
+2	have	have	AUX	O	0			ewtb.r.047762.2
+3	been	be	AUX	O	0			ewtb.r.047762.2
+4	going	go	VERB	O	0		v.motion	ewtb.r.047762.2
+5	to	to	ADP	O	0			ewtb.r.047762.2
+6	the	the	DET	O	0			ewtb.r.047762.2
+7	Wildwood	wildwood	PROPN	B	0		n.location	ewtb.r.047762.2
+8	,	,	PUNCT	I	7			ewtb.r.047762.2
+9	NJ	nj	PROPN	I	8			ewtb.r.047762.2
+10	for	for	ADP	O	0			ewtb.r.047762.2
+11	over	over	ADP	O	0			ewtb.r.047762.2
+12	30	30	NUM	O	0			ewtb.r.047762.2
+13	years	years	NOUN	O	0		n.time	ewtb.r.047762.2
+14	for	for	ADP	O	0			ewtb.r.047762.2
+15	summer	summer	NOUN	O	0		n.time	ewtb.r.047762.2
+16	vacations	vacation	NOUN	O	0		n.event	ewtb.r.047762.2
+17	and	and	CONJ	O	0			ewtb.r.047762.2
+18	always	always	ADV	O	0			ewtb.r.047762.2
+19	call	call	VERB	O	0		v.communication	ewtb.r.047762.2
+20	the	the	DET	O	0			ewtb.r.047762.2
+21	Madrid	madrid	PROPN	O	0		n.group	ewtb.r.047762.2
+22	first	first	ADV	O	0			ewtb.r.047762.2
+23	.	.	PUNCT	O	0			ewtb.r.047762.2
+
+1	I	i	PRON	O	0			ewtb.r.047762.3
+2	rated	rate	VERB	O	0		v.communication	ewtb.r.047762.3
+3	it	it	PRON	O	0			ewtb.r.047762.3
+4	5	5	NUM	B	0		n.communication	ewtb.r.047762.3
+5	stars	star	NOUN	I	4			ewtb.r.047762.3
+6	.	.	PUNCT	O	0			ewtb.r.047762.3
+
+1	I	i	PRON	O	0			ewtb.r.047762.4
+2	am	be	AUX	O	0			ewtb.r.047762.4
+3	not	not	PART	O	0			ewtb.r.047762.4
+4	saying	say	VERB	O	0		v.communication	ewtb.r.047762.4
+5	it	it	PRON	O	0			ewtb.r.047762.4
+6	is	be	VERB	O	0		v.stative	ewtb.r.047762.4
+7	a	a	DET	O	0			ewtb.r.047762.4
+8	5	5	NUM	B	0		n.communication	ewtb.r.047762.4
+9	star	star	NOUN	I	8			ewtb.r.047762.4
+10	hotel	hotel	NOUN	O	0		n.group	ewtb.r.047762.4
+11	.	.	PUNCT	O	0			ewtb.r.047762.4
+
+1	It	it	PRON	O	0			ewtb.r.047762.6
+2	is	be	VERB	O	0		v.stative	ewtb.r.047762.6
+3	the	the	DET	O	0			ewtb.r.047762.6
+4	hospitality	hospitality	NOUN	O	0		n.act	ewtb.r.047762.6
+5	from	from	ADP	O	0			ewtb.r.047762.6
+6	Tom	tom	PROPN	O	0		n.person	ewtb.r.047762.6
+7	and	and	CONJ	O	0			ewtb.r.047762.6
+8	staff	staff	NOUN	O	0		n.group	ewtb.r.047762.6
+9	,	,	PUNCT	O	0			ewtb.r.047762.6
+10	that	that	DET	O	0			ewtb.r.047762.6
+11	makes	make	VERB	O	0		v.stative	ewtb.r.047762.6
+12	it	it	PRON	O	0			ewtb.r.047762.6
+13	feel	feel	VERB	O	0		v.cognition	ewtb.r.047762.6
+14	like	like	ADP	O	0			ewtb.r.047762.6
+15	a	a	DET	O	0			ewtb.r.047762.6
+16	5	5	NUM	B	0		n.communication	ewtb.r.047762.6
+17	star	star	NOUN	I	16			ewtb.r.047762.6
+18	hotel	hotel	NOUN	O	0		n.group	ewtb.r.047762.6
+19	in	in	ADP	O	0			ewtb.r.047762.6
+20	the	the	DET	O	0			ewtb.r.047762.6
+21	middle	middle	NOUN	O	0		n.location	ewtb.r.047762.6
+22	of	of	ADP	O	0			ewtb.r.047762.6
+23	the	the	DET	O	0			ewtb.r.047762.6
+24	beach	beach	NOUN	O	0		n.natural_object	ewtb.r.047762.6
+25	.	.	PUNCT	O	0			ewtb.r.047762.6
+
+1	We	we	PRON	O	0			ewtb.r.047762.7
+2	prefer	prefer	VERB	O	0		v.cognition	ewtb.r.047762.7
+3	the	the	DET	O	0			ewtb.r.047762.7
+4	layout	layout	NOUN	O	0		n.attribute	ewtb.r.047762.7
+5	of	of	ADP	O	0			ewtb.r.047762.7
+6	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.047762.7
+7	and	and	CONJ	O	0			ewtb.r.047762.7
+8	it	it	PRON	O	0			ewtb.r.047762.7
+9	is	be	VERB	O	0		v.stative	ewtb.r.047762.7
+10	always	always	ADV	O	0			ewtb.r.047762.7
+11	clean	clean	ADJ	O	0			ewtb.r.047762.7
+12	.	.	PUNCT	O	0			ewtb.r.047762.7
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.048363.1
+2	Driving	driving	NOUN	O	0		n.act	ewtb.r.048363.1
+3	School	school	NOUN	O	0		n.group	ewtb.r.048363.1
+
+1	Unfortunately	unfortunately	ADV	O	0			ewtb.r.048363.3
+2	,	,	PUNCT	O	0			ewtb.r.048363.3
+3	a	a	DET	O	0			ewtb.r.048363.3
+4	family	family	NOUN	B	0		n.event	ewtb.r.048363.3
+5	emergency	emergency	NOUN	I	4			ewtb.r.048363.3
+6	required	require	VERB	O	0		v.cognition	ewtb.r.048363.3
+7	me	me	PRON	O	0			ewtb.r.048363.3
+8	to	to	PART	O	0			ewtb.r.048363.3
+9	conquer	conquer	VERB	O	0		v.competition	ewtb.r.048363.3
+10	this	this	DET	O	0			ewtb.r.048363.3
+11	fear	fear	NOUN	O	0		n.cognition	ewtb.r.048363.3
+12	.	.	PUNCT	O	0			ewtb.r.048363.3
+
+1	She	she	PRON	O	0			ewtb.r.048363.5
+2	highly	highly	ADV	O	0			ewtb.r.048363.5
+3	recommended	recommend	VERB	O	0		v.communication	ewtb.r.048363.5
+4	him	him	PRON	O	0			ewtb.r.048363.5
+5	and	and	CONJ	O	0			ewtb.r.048363.5
+6	described	describe	VERB	O	0		v.communication	ewtb.r.048363.5
+7	him	him	PRON	O	0			ewtb.r.048363.5
+8	as	as	ADP	O	0			ewtb.r.048363.5
+9	the	the	DET	O	0			ewtb.r.048363.5
+10	"	"	PUNCT	O	0			ewtb.r.048363.5
+11	Saintly	saintly	ADJ	O	0			ewtb.r.048363.5
+12	Instructor	instructor	NOUN	O	0		n.person	ewtb.r.048363.5
+13	and	and	CONJ	O	0			ewtb.r.048363.5
+14	Simply	simply	ADV	O	0			ewtb.r.048363.5
+15	the	the	DET	O	0			ewtb.r.048363.5
+16	Best	best	ADJ	O	0			ewtb.r.048363.5
+17	Instructor	instructor	NOUN	O	0		n.person	ewtb.r.048363.5
+18	there	there	PRON	O	0			ewtb.r.048363.5
+19	is	be	VERB	O	0		v.stative	ewtb.r.048363.5
+20	....	....	PUNCT	O	0			ewtb.r.048363.5
+21	very	very	ADV	O	0			ewtb.r.048363.5
+22	calm	calm	ADJ	O	0			ewtb.r.048363.5
+23	,	,	PUNCT	O	0			ewtb.r.048363.5
+24	pleasant	pleasant	ADJ	O	0			ewtb.r.048363.5
+25	and	and	CONJ	O	0			ewtb.r.048363.5
+26	very	very	ADV	O	0			ewtb.r.048363.5
+27	detailed	detailed	ADJ	O	0			ewtb.r.048363.5
+28	in	in	SCONJ	O	0			ewtb.r.048363.5
+29	giving	give	VERB	B	0		v.communication	ewtb.r.048363.5
+30	instructions	instructions	NOUN	I	29			ewtb.r.048363.5
+31	"	"	PUNCT	O	0			ewtb.r.048363.5
+32	.	.	PUNCT	O	0			ewtb.r.048363.5
+
+1	I	i	PRON	O	0			ewtb.r.048363.7
+2	had	have	VERB	B	0			ewtb.r.048363.7
+3	to	to	PART	I	2			ewtb.r.048363.7
+4	cancel	cancel	VERB	O	0		v.change	ewtb.r.048363.7
+5	my	my	PRON	O	0			ewtb.r.048363.7
+6	initial	initial	ADJ	O	0			ewtb.r.048363.7
+7	lesson	lesson	NOUN	O	0		n.event	ewtb.r.048363.7
+8	4	4	NUM	O	0			ewtb.r.048363.7
+9	times	times	NOUN	O	0		n.event	ewtb.r.048363.7
+10	and	and	CONJ	O	0			ewtb.r.048363.7
+11	on	on	ADP	O	0			ewtb.r.048363.7
+12	the	the	DET	O	0			ewtb.r.048363.7
+13	5th	5th	ADJ	O	0			ewtb.r.048363.7
+14	attempt	attempt	NOUN	O	0		n.act	ewtb.r.048363.7
+15	the	the	DET	O	0			ewtb.r.048363.7
+16	management	management	NOUN	O	0		n.group	ewtb.r.048363.7
+17	was	be	VERB	O	0		v.stative	ewtb.r.048363.7
+18	quick	quick	ADJ	O	0			ewtb.r.048363.7
+19	enough	enough	ADV	O	0			ewtb.r.048363.7
+20	to	to	PART	O	0			ewtb.r.048363.7
+21	associate	associate	VERB	O	0		v.cognition	ewtb.r.048363.7
+22	my	my	PRON	O	0			ewtb.r.048363.7
+23	cancellations	cancellation	NOUN	O	0		n.act	ewtb.r.048363.7
+24	with	with	ADP	O	0			ewtb.r.048363.7
+25	my	my	PRON	O	0			ewtb.r.048363.7
+26	fear	fear	NOUN	O	0		n.attribute	ewtb.r.048363.7
+27	and	and	CONJ	O	0			ewtb.r.048363.7
+28	finally	finally	ADV	O	0			ewtb.r.048363.7
+29	encouraged	encourage	VERB	O	0		v.communication	ewtb.r.048363.7
+30	me	me	PRON	O	0			ewtb.r.048363.7
+31	into	into	SCONJ	O	0			ewtb.r.048363.7
+32	taking	take	VERB	O	0		v.social	ewtb.r.048363.7
+33	my	my	PRON	O	0			ewtb.r.048363.7
+34	initial	initial	ADJ	O	0			ewtb.r.048363.7
+35	lesson	lesson	NOUN	O	0		n.cognition	ewtb.r.048363.7
+36	.	.	PUNCT	O	0			ewtb.r.048363.7
+
+1	Hopefully	hopefully	ADV	O	0			ewtb.r.121342.10
+2	they	they	PRON	O	0			ewtb.r.121342.10
+3	spice	spice	VERB	B	0		v.change	ewtb.r.121342.10
+4	things	things	NOUN	o	0			ewtb.r.121342.10
+5	up	up	ADP	I	3			ewtb.r.121342.10
+6	or	or	CONJ	O	0			ewtb.r.121342.10
+7	they	they	PRON	O	0			ewtb.r.121342.10
+8	wo	wo	AUX	O	0			ewtb.r.121342.10
+9	nt	nt	ADV	O	0			ewtb.r.121342.10
+10	be	be	VERB	O	0		v.stative	ewtb.r.121342.10
+11	in	in	ADP	B	0			ewtb.r.121342.10
+12	business	business	NOUN	I	11			ewtb.r.121342.10
+13	long	long	ADV	O	0			ewtb.r.121342.10
+14	.	.	PUNCT	O	0			ewtb.r.121342.10
+
+1	I	i	PRON	O	0			ewtb.r.121342.11
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.121342.11
+3	La	la	PROPN	B	0		n.group	ewtb.r.121342.11
+4	Hacienda	hacienda	PROPN	I	3			ewtb.r.121342.11
+
+1	Extremely	extremely	ADV	O	0			ewtb.r.160442.1
+2	bad	bad	ADJ	O	0			ewtb.r.160442.1
+3	customer	customer	NOUN	B	0		n.act	ewtb.r.160442.1
+4	service	service	NOUN	I	3			ewtb.r.160442.1
+
+1	Rude	rude	ADJ	O	0			ewtb.r.160442.4
+2	,	,	PUNCT	O	0			ewtb.r.160442.4
+3	insensitive	insensitive	ADJ	O	0			ewtb.r.160442.4
+4	,	,	PUNCT	O	0			ewtb.r.160442.4
+5	discourteous	discourteous	ADJ	O	0			ewtb.r.160442.4
+6	people	person	NOUN	O	0		n.person	ewtb.r.160442.4
+7	!!!!!	!!!!!	PUNCT	O	0			ewtb.r.160442.4
+
+1	That	that	DET	O	0			ewtb.r.165143.3
+2	said	say	VERB	O	0		v.communication	ewtb.r.165143.3
+3	,	,	PUNCT	O	0			ewtb.r.165143.3
+4	I	i	PRON	O	0			ewtb.r.165143.3
+5	hated	hate	VERB	O	0		v.emotion	ewtb.r.165143.3
+6	this	this	DET	O	0			ewtb.r.165143.3
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.165143.3
+8	.	.	PUNCT	O	0			ewtb.r.165143.3
+
+1	Personally	personally	ADV	O	0			ewtb.r.165143.6
+2	I	i	PRON	O	0			ewtb.r.165143.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.165143.6
+4	you	you	PRON	O	0			ewtb.r.165143.6
+5	take	take	VERB	O	0		v.possession	ewtb.r.165143.6
+6	your	your	PRON	O	0			ewtb.r.165143.6
+7	money	money	NOUN	O	0		n.possession	ewtb.r.165143.6
+8	elsewhere	elsewhere	ADV	O	0			ewtb.r.165143.6
+
+1	Great	great	ADJ	O	0			ewtb.r.172245.1
+2	store	store	NOUN	O	0		n.group	ewtb.r.172245.1
+3	great	great	ADJ	O	0			ewtb.r.172245.1
+4	products	product	NOUN	O	0		n.artifact	ewtb.r.172245.1
+
+1	Great	great	ADJ	O	0			ewtb.r.173944.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.173944.1
+
+1	Dr	dr	PROPN	B	0		n.person	ewtb.r.173944.2
+2	Mcdonald	mcdonald	PROPN	I	1			ewtb.r.173944.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.173944.2
+4	wonderful	wonderful	ADJ	O	0			ewtb.r.173944.2
+5	.	.	PUNCT	O	0			ewtb.r.173944.2
+
+1	She	she	PRON	O	0			ewtb.r.173944.3
+2	answers	answer	VERB	O	0		v.communication	ewtb.r.173944.3
+3	all	all	DET	O	0			ewtb.r.173944.3
+4	questions	question	NOUN	O	0		n.communication	ewtb.r.173944.3
+5	asked	ask	VERB	O	0		v.communication	ewtb.r.173944.3
+6	and	and	CONJ	O	0			ewtb.r.173944.3
+7	provides	provide	VERB	O	0		v.social	ewtb.r.173944.3
+8	the	the	DET	O	0			ewtb.r.173944.3
+9	best	best	ADJ	O	0			ewtb.r.173944.3
+10	service	service	NOUN	O	0		n.act	ewtb.r.173944.3
+11	i	i	PRON	O	0			ewtb.r.173944.3
+12	have	have	AUX	O	0			ewtb.r.173944.3
+13	ever	ever	ADV	O	0			ewtb.r.173944.3
+14	seen	see	VERB	O	0		v.perception	ewtb.r.173944.3
+15	.	.	PUNCT	O	0			ewtb.r.173944.3
+
+1	I	i	PRON	O	0			ewtb.r.173944.4
+2	have	have	VERB	O	0		v.stative	ewtb.r.173944.4
+3	a	a	DET	O	0			ewtb.r.173944.4
+4	new	new	ADJ	B	0			ewtb.r.173944.4
+5	born	born	ADJ	I	4			ewtb.r.173944.4
+6	daughter	daughter	NOUN	O	0		n.person	ewtb.r.173944.4
+7	and	and	CONJ	O	0			ewtb.r.173944.4
+8	she	she	PRON	O	0			ewtb.r.173944.4
+9	helped	help	VERB	O	0		v.social	ewtb.r.173944.4
+10	me	me	PRON	O	0			ewtb.r.173944.4
+11	with	with	ADP	O	0			ewtb.r.173944.4
+12	a	a	DET	B	0			ewtb.r.173944.4
+13	lot	lot	NOUN	I	12			ewtb.r.173944.4
+14	.	.	PUNCT	O	0			ewtb.r.173944.4
+
+1	Good	good	ADJ	O	0			ewtb.r.173944.5
+2	Job	job	NOUN	O	0		n.act	ewtb.r.173944.5
+3	DR	dr	PROPN	O	0		n.person	ewtb.r.173944.5
+4	.	.	PUNCT	O	0			ewtb.r.173944.5
+
+1	Be	be	VERB	O	0		v.stative	ewtb.r.181748.1
+2	Careful	careful	ADJ	O	0			ewtb.r.181748.1
+3	Of	of	SCONJ	O	0			ewtb.r.181748.1
+4	Who	who	PRON	O	0			ewtb.r.181748.1
+5	Your	your	PRON	O	0			ewtb.r.181748.1
+6	Sales	sales	NOUN	B	0		n.person	ewtb.r.181748.1
+7	Guy	guy	NOUN	I	6			ewtb.r.181748.1
+8	Is	be	VERB	O	0		v.stative	ewtb.r.181748.1
+
+1	My	my	PRON	O	0			ewtb.r.181748.3
+2	experience	experience	NOUN	O	0		n.event	ewtb.r.181748.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.181748.3
+4	awful	awful	ADJ	O	0			ewtb.r.181748.3
+5	though	though	ADV	O	0			ewtb.r.181748.3
+6	.	.	PUNCT	O	0			ewtb.r.181748.3
+
+1	I	i	PRON	O	0			ewtb.r.181748.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.181748.5
+3	extremely	extremely	ADV	O	0			ewtb.r.181748.5
+4	interested	interested	ADJ	O	0			ewtb.r.181748.5
+5	in	in	ADP	O	0			ewtb.r.181748.5
+6	the	the	DET	O	0			ewtb.r.181748.5
+7	car	car	NOUN	O	0		n.artifact	ewtb.r.181748.5
+8	and	and	CONJ	O	0			ewtb.r.181748.5
+9	very	very	ADV	O	0			ewtb.r.181748.5
+10	likely	likely	ADV	O	0			ewtb.r.181748.5
+11	would	would	AUX	O	0			ewtb.r.181748.5
+12	have	have	AUX	O	0			ewtb.r.181748.5
+13	bought	buy	VERB	O	0		v.possession	ewtb.r.181748.5
+14	it	it	PRON	O	0			ewtb.r.181748.5
+15	,	,	PUNCT	O	0			ewtb.r.181748.5
+16	but	but	CONJ	O	0			ewtb.r.181748.5
+17	the	the	DET	O	0			ewtb.r.181748.5
+18	sales	sales	NOUN	B	0		n.person	ewtb.r.181748.5
+19	guy	guy	NOUN	I	18			ewtb.r.181748.5
+20	I	i	PRON	O	0			ewtb.r.181748.5
+21	dealt	deal	VERB	B	0		v.social	ewtb.r.181748.5
+22	with	with	ADP	I	21			ewtb.r.181748.5
+23	ruined	ruin	VERB	O	0		v.stative	ewtb.r.181748.5
+24	the	the	DET	O	0			ewtb.r.181748.5
+25	deal	deal	NOUN	O	0		n.act	ewtb.r.181748.5
+26	.	.	PUNCT	O	0			ewtb.r.181748.5
+
+1	Essentially	essentially	ADV	O	0			ewtb.r.181748.6
+2	,	,	PUNCT	O	0			ewtb.r.181748.6
+3	I	i	PRON	O	0			ewtb.r.181748.6
+4	told	tell	VERB	O	0		v.communication	ewtb.r.181748.6
+5	him	him	PRON	O	0			ewtb.r.181748.6
+6	I	i	PRON	O	0			ewtb.r.181748.6
+7	did	do	AUX	O	0			ewtb.r.181748.6
+8	n't	n't	PART	O	0			ewtb.r.181748.6
+9	trust	trust	VERB	O	0		v.emotion	ewtb.r.181748.6
+10	him	him	PRON	O	0			ewtb.r.181748.6
+11	cause	cause	SCONJ	O	0			ewtb.r.181748.6
+12	he	he	PRON	O	0			ewtb.r.181748.6
+13	was	be	VERB	O	0		v.stative	ewtb.r.181748.6
+14	a	a	DET	O	0			ewtb.r.181748.6
+15	car	car	NOUN	O	0		n.artifact	ewtb.r.181748.6
+16	salesman	salesman	NOUN	O	0		n.person	ewtb.r.181748.6
+17	,	,	PUNCT	O	0			ewtb.r.181748.6
+18	but	but	CONJ	O	0			ewtb.r.181748.6
+19	he	he	PRON	O	0			ewtb.r.181748.6
+20	got	get	VERB	O	0		v.stative	ewtb.r.181748.6
+21	so	so	ADV	O	0			ewtb.r.181748.6
+22	incredibly	incredibly	ADV	O	0			ewtb.r.181748.6
+23	offended	offended	ADJ	O	0			ewtb.r.181748.6
+24	at	at	ADP	O	0			ewtb.r.181748.6
+25	that	that	DET	O	0			ewtb.r.181748.6
+26	statement	statement	NOUN	O	0		n.communication	ewtb.r.181748.6
+27	that	that	SCONJ	O	0			ewtb.r.181748.6
+28	he	he	PRON	O	0			ewtb.r.181748.6
+29	had	have	VERB	B	0			ewtb.r.181748.6
+30	to	to	PART	I	29			ewtb.r.181748.6
+31	go	go	VERB	B	0		v.communication	ewtb.r.181748.6
+32	cry	cry	VERB	I	31			ewtb.r.181748.6
+33	to	to	ADP	O	0			ewtb.r.181748.6
+34	another	another	DET	O	0			ewtb.r.181748.6
+35	salesman	salesman	NOUN	O	0		n.person	ewtb.r.181748.6
+36	and	and	CONJ	O	0			ewtb.r.181748.6
+37	compose	compose	VERB	O	0		v.cognition	ewtb.r.181748.6
+38	himself	himself	PRON	O	0			ewtb.r.181748.6
+39	before	before	SCONJ	O	0			ewtb.r.181748.6
+40	coming	come	VERB	O	0		v.motion	ewtb.r.181748.6
+41	back	back	ADV	O	0			ewtb.r.181748.6
+42	.	.	PUNCT	O	0			ewtb.r.181748.6
+
+1	After	after	ADP	O	0			ewtb.r.181748.8
+2	that	that	DET	O	0			ewtb.r.181748.8
+3	,	,	PUNCT	O	0			ewtb.r.181748.8
+4	I	i	PRON	O	0			ewtb.r.181748.8
+5	just	just	ADV	O	0			ewtb.r.181748.8
+6	tried	try	VERB	O	0		v.stative	ewtb.r.181748.8
+7	to	to	PART	O	0			ewtb.r.181748.8
+8	ignore	ignore	VERB	O	0		v.social	ewtb.r.181748.8
+9	his	his	PRON	O	0			ewtb.r.181748.8
+10	lack	lack	NOUN	O	0		n.cognition	ewtb.r.181748.8
+11	of	of	ADP	O	0			ewtb.r.181748.8
+12	professionalism	professionalism	NOUN	O	0		n.attribute	ewtb.r.181748.8
+13	and	and	CONJ	O	0			ewtb.r.181748.8
+14	test	test	NOUN	B	0		n.act	ewtb.r.181748.8
+15	drive	drive	VERB	I	14			ewtb.r.181748.8
+16	the	the	DET	O	0			ewtb.r.181748.8
+17	car	car	NOUN	O	0		n.artifact	ewtb.r.181748.8
+18	.	.	PUNCT	O	0			ewtb.r.181748.8
+
+1	Highly	highly	ADV	O	0			ewtb.r.185045.2
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.185045.2
+3	.	.	PUNCT	O	0			ewtb.r.185045.2
+
+1	Joe	joe	PROPN	O	0		n.person	ewtb.r.185045.3
+2	removed	remove	VERB	O	0		v.change	ewtb.r.185045.3
+3	a	a	DET	O	0			ewtb.r.185045.3
+4	wasp	wasp	NOUN	O	0		n.animal	ewtb.r.185045.3
+5	nest	nest	NOUN	O	0		n.natural_object	ewtb.r.185045.3
+6	for	for	ADP	O	0			ewtb.r.185045.3
+7	our	our	PRON	O	0			ewtb.r.185045.3
+8	condominium	condominium	NOUN	O	0		n.artifact	ewtb.r.185045.3
+9	building	building	NOUN	O	0		n.artifact	ewtb.r.185045.3
+10	and	and	CONJ	O	0			ewtb.r.185045.3
+11	we	we	PRON	O	0			ewtb.r.185045.3
+12	appreciated	appreciate	VERB	O	0		v.emotion	ewtb.r.185045.3
+13	the	the	DET	O	0			ewtb.r.185045.3
+14	environmentally	environmentally	ADV	B	0			ewtb.r.185045.3
+15	friendly	friendly	ADJ	I	14			ewtb.r.185045.3
+16	method	method	NOUN	O	0		n.process	ewtb.r.185045.3
+17	and	and	CONJ	O	0			ewtb.r.185045.3
+18	prompt	prompt	ADJ	O	0			ewtb.r.185045.3
+19	,	,	PUNCT	O	0			ewtb.r.185045.3
+20	friendly	friendly	ADJ	O	0			ewtb.r.185045.3
+21	and	and	CONJ	O	0			ewtb.r.185045.3
+22	informative	informative	ADJ	O	0			ewtb.r.185045.3
+23	service	service	NOUN	O	0		n.act	ewtb.r.185045.3
+24	.	.	PUNCT	O	0			ewtb.r.185045.3
+
+1	No	no	DET	O	0			ewtb.r.185045.4
+2	spraying	spraying	NOUN	O	0		n.act	ewtb.r.185045.4
+3	of	of	ADP	O	0			ewtb.r.185045.4
+4	pesticides	pesticide	NOUN	O	0		n.substance	ewtb.r.185045.4
+5	!	!	PUNCT	O	0			ewtb.r.185045.4
+
+1	Very	very	ADV	O	0			ewtb.r.185045.5
+2	professional	professional	ADJ	O	0			ewtb.r.185045.5
+3	.	.	PUNCT	O	0			ewtb.r.185045.5
+
+1	Reasonable	reasonable	ADJ	O	0			ewtb.r.185045.6
+2	rate	rate	NOUN	O	0		n.possession	ewtb.r.185045.6
+3	.	.	PUNCT	O	0			ewtb.r.185045.6
+
+1	We	we	PRON	O	0			ewtb.r.185045.7
+2	highly	highly	ADV	O	0			ewtb.r.185045.7
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.185045.7
+4	Joe	joe	PROPN	O	0		n.person	ewtb.r.185045.7
+5	and	and	CONJ	O	0			ewtb.r.185045.7
+6	his	his	PRON	O	0			ewtb.r.185045.7
+7	wasp	wasp	NOUN	O	0		n.animal	ewtb.r.185045.7
+8	removal	removal	NOUN	O	0		n.act	ewtb.r.185045.7
+9	service	service	NOUN	O	0		n.act	ewtb.r.185045.7
+10	to	to	ADP	O	0			ewtb.r.185045.7
+11	individual	individual	ADJ	O	0			ewtb.r.185045.7
+12	home	home	NOUN	O	0		n.artifact	ewtb.r.185045.7
+13	owners	owner	NOUN	O	0		n.person	ewtb.r.185045.7
+14	and	and	CONJ	O	0			ewtb.r.185045.7
+15	condos	condo	NOUN	O	0		n.artifact	ewtb.r.185045.7
+16	.	.	PUNCT	O	0			ewtb.r.185045.7
+
+1	He	he	PRON	O	0			ewtb.r.185045.8
+2	knows	know	VERB	O	0		v.cognition	ewtb.r.185045.8
+3	his	his	PRON	O	0			ewtb.r.185045.8
+4	bees	bee	NOUN	O	0		n.animal	ewtb.r.185045.8
+5	!	!	PUNCT	O	0			ewtb.r.185045.8
+
+1	Suzanne	suzanne	PROPN	B	0		n.location	ewtb.r.185045.9
+2	,	,	PUNCT	I	1			ewtb.r.185045.9
+3	Vancouver	vancouver	PROPN	I	2			ewtb.r.185045.9
+
+1	Best	best	ADJ	O	0			ewtb.r.228944.1
+2	in	in	ADP	O	0			ewtb.r.228944.1
+3	Memphis	memphis	PROPN	O	0		n.location	ewtb.r.228944.1
+
+1	I	i	PRON	O	0			ewtb.r.228944.3
+2	have	have	VERB	O	0		v.stative	ewtb.r.228944.3
+3	a	a	DET	O	0			ewtb.r.228944.3
+4	Saab	saab	PROPN	O	0		n.artifact	ewtb.r.228944.3
+5	...	...	PUNCT	O	0			ewtb.r.228944.3
+6	which	which	DET	O	0			ewtb.r.228944.3
+7	everything	everything	NOUN	O	0			ewtb.r.228944.3
+8	is	be	VERB	O	0		v.stative	ewtb.r.228944.3
+9	expensive	expensive	ADJ	O	0			ewtb.r.228944.3
+10	on	on	ADP	O	0			ewtb.r.228944.3
+11	and	and	CONJ	O	0			ewtb.r.228944.3
+12	they	they	PRON	O	0			ewtb.r.228944.3
+13	have	have	AUX	O	0			ewtb.r.228944.3
+14	been	be	VERB	O	0		v.stative	ewtb.r.228944.3
+15	extrememly	extrememly	ADV	O	0			ewtb.r.228944.3
+16	fair	fair	ADJ	O	0			ewtb.r.228944.3
+17	and	and	CONJ	O	0			ewtb.r.228944.3
+18	price	price	NOUN	O	0		n.possession	ewtb.r.228944.3
+19	a	a	DET	B	0			ewtb.r.228944.3
+20	lot	lot	NOUN	I	19			ewtb.r.228944.3
+21	lower	low	ADJ	O	0			ewtb.r.228944.3
+22	than	than	ADP	O	0			ewtb.r.228944.3
+23	any	any	DET	O	0			ewtb.r.228944.3
+24	other	other	ADJ	O	0			ewtb.r.228944.3
+25	shop	shop	NOUN	O	0		n.group	ewtb.r.228944.3
+26	I	i	PRON	O	0			ewtb.r.228944.3
+27	called	call	VERB	O	0		v.communication	ewtb.r.228944.3
+28	.	.	PUNCT	O	0			ewtb.r.228944.3
+
+1	They	they	PRON	O	0			ewtb.r.228944.4
+2	are	be	VERB	O	0		v.stative	ewtb.r.228944.4
+3	the	the	DET	O	0			ewtb.r.228944.4
+4	only	only	ADJ	O	0			ewtb.r.228944.4
+5	place	place	NOUN	O	0		n.group	ewtb.r.228944.4
+6	I	i	PRON	O	0			ewtb.r.228944.4
+7	would	would	AUX	O	0			ewtb.r.228944.4
+8	take	take	VERB	O	0		v.motion	ewtb.r.228944.4
+9	my	my	PRON	O	0			ewtb.r.228944.4
+10	car	car	NOUN	O	0		n.artifact	ewtb.r.228944.4
+11	peiod	peiod	NOUN	O	0			ewtb.r.228944.4
+12	.	.	PUNCT	O	0			ewtb.r.228944.4
+
+1	They	they	PRON	O	0			ewtb.r.229142.2
+2	were	be	VERB	O	0		v.stative	ewtb.r.229142.2
+3	very	very	ADV	O	0			ewtb.r.229142.2
+4	professional	professional	ADJ	O	0			ewtb.r.229142.2
+5	,	,	PUNCT	O	0			ewtb.r.229142.2
+6	neat	neat	ADJ	O	0			ewtb.r.229142.2
+7	and	and	CONJ	O	0			ewtb.r.229142.2
+8	clean	clean	ADJ	O	0			ewtb.r.229142.2
+9	.	.	PUNCT	O	0			ewtb.r.229142.2
+
+1	They	they	PRON	O	0			ewtb.r.229142.3
+2	came	come	VERB	B	0		v.cognition	ewtb.r.229142.3
+3	through	through	ADV	I	2			ewtb.r.229142.3
+4	on	on	ADP	O	0			ewtb.r.229142.3
+5	all	all	DET	O	0			ewtb.r.229142.3
+6	of	of	ADP	O	0			ewtb.r.229142.3
+7	their	their	PRON	O	0			ewtb.r.229142.3
+8	promises	promise	NOUN	O	0		n.cognition	ewtb.r.229142.3
+9	and	and	CONJ	O	0			ewtb.r.229142.3
+10	we	we	PRON	O	0			ewtb.r.229142.3
+11	had	have	VERB	O	0		v.stative	ewtb.r.229142.3
+12	a	a	DET	O	0			ewtb.r.229142.3
+13	very	very	ADV	O	0			ewtb.r.229142.3
+14	successful	successful	ADJ	O	0			ewtb.r.229142.3
+15	day	day	NOUN	O	0		n.time	ewtb.r.229142.3
+16	.	.	PUNCT	O	0			ewtb.r.229142.3
+
+1	I	i	PRON	O	0			ewtb.r.229142.4
+2	will	will	AUX	O	0			ewtb.r.229142.4
+3	be	be	AUX	O	0			ewtb.r.229142.4
+4	using	use	VERB	O	0		v.social	ewtb.r.229142.4
+5	Bridies	bridies	PROPN	O	0		n.group	ewtb.r.229142.4
+6	again	again	ADV	O	0			ewtb.r.229142.4
+7	.	.	PUNCT	O	0			ewtb.r.229142.4
+
+1	nice	nice	ADJ	O	0			ewtb.r.229442.1
+2	friendly	friendly	ADJ	O	0			ewtb.r.229442.1
+3	local	local	ADJ	O	0			ewtb.r.229442.1
+4	bagel	bagel	NOUN	O	0		n.food	ewtb.r.229442.1
+5	place	place	NOUN	O	0		n.group	ewtb.r.229442.1
+
+1	there	there	PRON	O	0			ewtb.r.229442.2
+2	might	might	AUX	O	0			ewtb.r.229442.2
+3	be	be	VERB	O	0		v.stative	ewtb.r.229442.2
+4	bigger	bigger	ADJ	O	0			ewtb.r.229442.2
+5	and	and	CONJ	O	0			ewtb.r.229442.2
+6	more	more	ADV	O	0			ewtb.r.229442.2
+7	well	well	ADV	B	0			ewtb.r.229442.2
+8	known	know	VERB	I	7			ewtb.r.229442.2
+9	bagel	bagel	NOUN	O	0		n.food	ewtb.r.229442.2
+10	places	place	NOUN	O	0		n.group	ewtb.r.229442.2
+11	in	in	ADP	O	0			ewtb.r.229442.2
+12	the	the	DET	O	0			ewtb.r.229442.2
+13	area	area	NOUN	O	0		n.location	ewtb.r.229442.2
+14	but	but	CONJ	O	0			ewtb.r.229442.2
+15	Family	family	PROPN	B	0		n.group	ewtb.r.229442.2
+16	Bagels	bagels	PROPN	I	15			ewtb.r.229442.2
+17	are	be	VERB	O	0		v.stative	ewtb.r.229442.2
+18	nice	nice	ADJ	O	0			ewtb.r.229442.2
+19	people	person	NOUN	O	0		n.person	ewtb.r.229442.2
+20	,	,	PUNCT	O	0			ewtb.r.229442.2
+21	small	small	ADJ	O	0			ewtb.r.229442.2
+22	shop	shop	NOUN	O	0		n.group	ewtb.r.229442.2
+23	and	and	CONJ	O	0			ewtb.r.229442.2
+24	incredibly	incredibly	ADV	O	0			ewtb.r.229442.2
+25	friendly	friendly	ADJ	O	0			ewtb.r.229442.2
+26	.	.	PUNCT	O	0			ewtb.r.229442.2
+
+1	While	while	SCONJ	O	0			ewtb.r.229442.3
+2	other	other	ADJ	O	0			ewtb.r.229442.3
+3	may	may	AUX	O	0			ewtb.r.229442.3
+4	be	be	VERB	O	0		v.stative	ewtb.r.229442.3
+5	ok	ok	ADJ	O	0			ewtb.r.229442.3
+6	waiting	wait	VERB	O	0		v.stative	ewtb.r.229442.3
+7	in	in	ADP	O	0			ewtb.r.229442.3
+8	line	line	NOUN	O	0		n.cognition	ewtb.r.229442.3
+9	at	at	ADP	O	0			ewtb.r.229442.3
+10	Town	town	PROPN	B	0		n.group	ewtb.r.229442.3
+11	Bagel	bagel	PROPN	I	10			ewtb.r.229442.3
+12	we	we	PRON	O	0			ewtb.r.229442.3
+13	are	be	VERB	O	0		v.stative	ewtb.r.229442.3
+14	happy	happy	ADJ	O	0			ewtb.r.229442.3
+15	with	with	ADP	O	0			ewtb.r.229442.3
+16	the	the	DET	O	0			ewtb.r.229442.3
+17	quality	quality	NOUN	O	0		n.cognition	ewtb.r.229442.3
+18	and	and	CONJ	O	0			ewtb.r.229442.3
+19	service	service	NOUN	O	0		n.act	ewtb.r.229442.3
+20	we	we	PRON	O	0			ewtb.r.229442.3
+21	get	get	VERB	O	0		v.social	ewtb.r.229442.3
+22	at	at	ADP	O	0			ewtb.r.229442.3
+23	Family	family	PROPN	B	0		n.group	ewtb.r.229442.3
+24	Bagels	bagels	PROPN	I	23			ewtb.r.229442.3
+
+1	They	they	PRON	O	0			ewtb.r.275140.3
+2	've	've	AUX	O	0			ewtb.r.275140.3
+3	always	always	ADV	O	0			ewtb.r.275140.3
+4	been	be	VERB	O	0		v.stative	ewtb.r.275140.3
+5	timely	timely	ADJ	O	0			ewtb.r.275140.3
+6	and	and	CONJ	O	0			ewtb.r.275140.3
+7	inexpensive	inexpensive	ADJ	O	0			ewtb.r.275140.3
+8	.	.	PUNCT	O	0			ewtb.r.275140.3
+
+1	My	my	PRON	O	0			ewtb.r.280340.1
+2	girlfriend	girlfriend	NOUN	O	0		n.person	ewtb.r.280340.1
+3	and	and	CONJ	O	0			ewtb.r.280340.1
+4	I	i	PRON	O	0			ewtb.r.280340.1
+5	took	take	VERB	B	0		v.social	ewtb.r.280340.1
+6	a	a	DET	I	5			ewtb.r.280340.1
+7	chance	chance	NOUN	I	6			ewtb.r.280340.1
+8	on	on	ADP	I	7			ewtb.r.280340.1
+9	this	this	DET	O	0			ewtb.r.280340.1
+10	place	place	NOUN	O	0		n.group	ewtb.r.280340.1
+11	because	because	SCONJ	O	0			ewtb.r.280340.1
+12	we	we	PRON	O	0			ewtb.r.280340.1
+13	did	do	AUX	O	0			ewtb.r.280340.1
+14	n't	n't	PART	O	0			ewtb.r.280340.1
+15	want	want	VERB	O	0		v.cognition	ewtb.r.280340.1
+16	to	to	PART	O	0			ewtb.r.280340.1
+17	wait	wait	VERB	O	0		v.stative	ewtb.r.280340.1
+18	in	in	ADP	O	0			ewtb.r.280340.1
+19	line	line	NOUN	O	0		n.cognition	ewtb.r.280340.1
+20	at	at	ADP	O	0			ewtb.r.280340.1
+21	Outback	outback	PROPN	O	0		n.group	ewtb.r.280340.1
+22	.	.	PUNCT	O	0			ewtb.r.280340.1
+
+1	What	what	PRON	O	0			ewtb.r.280340.2
+2	an	an	DET	O	0			ewtb.r.280340.2
+3	amazing	amazing	ADJ	O	0			ewtb.r.280340.2
+4	find	find	NOUN	O	0		n.cognition	ewtb.r.280340.2
+5	-	-	PUNCT	O	0			ewtb.r.280340.2
+6	this	this	DET	O	0			ewtb.r.280340.2
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.280340.2
+8	is	be	VERB	O	0		v.stative	ewtb.r.280340.2
+9	a	a	DET	O	0			ewtb.r.280340.2
+10	GEM	gem	NOUN	O	0		n.cognition	ewtb.r.280340.2
+11	.	.	PUNCT	O	0			ewtb.r.280340.2
+
+1	#	#	NOUN	O	0			ewtb.r.280340.3
+2	1	1	X	O	0			ewtb.r.280340.3
+3	it	it	PRON	O	0			ewtb.r.280340.3
+4	s	s	VERB	O	0		v.stative	ewtb.r.280340.3
+5	immaculately	immaculately	ADV	O	0			ewtb.r.280340.3
+6	clean	clean	ADJ	O	0			ewtb.r.280340.3
+7	.	.	PUNCT	O	0			ewtb.r.280340.3
+
+1	This	this	DET	O	0			ewtb.r.280340.5
+2	is	be	VERB	O	0		v.stative	ewtb.r.280340.5
+3	authentic	authentic	ADJ	O	0			ewtb.r.280340.5
+4	Cuban	cuban	ADJ	O	0			ewtb.r.280340.5
+5	cuisine	cuisine	NOUN	O	0		n.food	ewtb.r.280340.5
+6	;	;	PUNCT	O	0			ewtb.r.280340.5
+7	fresh	fresh	ADJ	O	0			ewtb.r.280340.5
+8	ingredients	ingredient	NOUN	O	0		n.food	ewtb.r.280340.5
+9	expertly	expertly	ADV	O	0			ewtb.r.280340.5
+10	prepared	prepare	VERB	O	0		v.creation	ewtb.r.280340.5
+11	and	and	CONJ	O	0			ewtb.r.280340.5
+12	seasoned	season	VERB	O	0		v.stative	ewtb.r.280340.5
+13	perfectly	perfectly	ADV	O	0			ewtb.r.280340.5
+14	.	.	PUNCT	O	0			ewtb.r.280340.5
+
+1	TRY	try	VERB	O	0		v.social	ewtb.r.280340.7
+2	THIS	this	DET	O	0			ewtb.r.280340.7
+3	PLACE	place	NOUN	O	0		n.group	ewtb.r.280340.7
+4	-	-	PUNCT	O	0			ewtb.r.280340.7
+5	YOU	you	PRON	O	0			ewtb.r.280340.7
+6	'LL	'll	AUX	O	0			ewtb.r.280340.7
+7	LOVE	love	VERB	O	0		v.emotion	ewtb.r.280340.7
+8	IT	it	PRON	O	0			ewtb.r.280340.7
+9	.	.	PUNCT	O	0			ewtb.r.280340.7
+
+1	Good	good	ADJ	O	0			ewtb.r.280844.1
+2	Service	service	NOUN	O	0		n.act	ewtb.r.280844.1
+3	-	-	PUNCT	O	0			ewtb.r.280844.1
+4	Limited	limited	ADJ	O	0			ewtb.r.280844.1
+5	Results	result	NOUN	O	0		n.phenomenon	ewtb.r.280844.1
+
+1	He	he	PRON	O	0			ewtb.r.280844.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.280844.3
+3	willing	willing	ADJ	O	0			ewtb.r.280844.3
+4	to	to	PART	O	0			ewtb.r.280844.3
+5	talk	talk	VERB	O	0		v.communication	ewtb.r.280844.3
+6	to	to	ADP	O	0			ewtb.r.280844.3
+7	me	me	PRON	O	0			ewtb.r.280844.3
+8	about	about	ADP	O	0			ewtb.r.280844.3
+9	my	my	PRON	O	0			ewtb.r.280844.3
+10	specific	specific	ADJ	O	0			ewtb.r.280844.3
+11	issues	issue	NOUN	O	0		n.cognition	ewtb.r.280844.3
+12	and	and	CONJ	O	0			ewtb.r.280844.3
+13	develop	develop	VERB	O	0		v.cognition	ewtb.r.280844.3
+14	a	a	DET	O	0			ewtb.r.280844.3
+15	plan	plan	NOUN	O	0		n.cognition	ewtb.r.280844.3
+16	of	of	ADP	O	0			ewtb.r.280844.3
+17	action	action	NOUN	O	0		n.act	ewtb.r.280844.3
+18	.	.	PUNCT	O	0			ewtb.r.280844.3
+
+1	The	the	DET	O	0			ewtb.r.280844.5
+2	down	down	NOUN	B	0		n.cognition	ewtb.r.280844.5
+3	side	side	NOUN	I	2			ewtb.r.280844.5
+4	was	be	VERB	O	0		v.stative	ewtb.r.280844.5
+5	that	that	SCONJ	O	0			ewtb.r.280844.5
+6	sometimes	sometimes	ADV	O	0			ewtb.r.280844.5
+7	there	there	PRON	O	0			ewtb.r.280844.5
+8	was	be	VERB	O	0		v.stative	ewtb.r.280844.5
+9	a	a	DET	B	0			ewtb.r.280844.5
+10	lot	lot	NOUN	I	9			ewtb.r.280844.5
+11	of	of	ADP	O	0			ewtb.r.280844.5
+12	noise	noise	NOUN	O	0		n.natural_object	ewtb.r.280844.5
+13	in	in	ADP	O	0			ewtb.r.280844.5
+14	the	the	DET	O	0			ewtb.r.280844.5
+15	hallway	hallway	NOUN	O	0		n.location	ewtb.r.280844.5
+16	from	from	ADP	O	0			ewtb.r.280844.5
+17	other	other	ADJ	O	0			ewtb.r.280844.5
+18	patients	patient	NOUN	O	0		n.person	ewtb.r.280844.5
+19	/	/	PUNCT	O	0			ewtb.r.280844.5
+20	doctors	doctor	NOUN	O	0		n.person	ewtb.r.280844.5
+21	.	.	PUNCT	O	0			ewtb.r.280844.5
+
+1	The	the	DET	O	0			ewtb.r.280844.7
+2	sessions	sessions	NOUN	O	0		n.event	ewtb.r.280844.7
+3	were	be	VERB	O	0		v.stative	ewtb.r.280844.7
+4	nice	nice	ADJ	O	0			ewtb.r.280844.7
+5	and	and	CONJ	O	0			ewtb.r.280844.7
+6	I	i	PRON	O	0			ewtb.r.280844.7
+7	felt	felt	VERB	O	0		v.cognition	ewtb.r.280844.7
+8	relaxed	relaxed	ADJ	O	0			ewtb.r.280844.7
+9	after	after	ADP	O	0			ewtb.r.280844.7
+10	them	them	PRON	O	0			ewtb.r.280844.7
+11	but	but	CONJ	O	0			ewtb.r.280844.7
+12	did	do	AUX	O	0			ewtb.r.280844.7
+13	not	not	PART	O	0			ewtb.r.280844.7
+14	notice	notice	VERB	O	0		v.cognition	ewtb.r.280844.7
+15	any	any	DET	O	0			ewtb.r.280844.7
+16	changes	change	NOUN	O	0		n.process	ewtb.r.280844.7
+17	with	with	ADP	O	0			ewtb.r.280844.7
+18	my	my	PRON	O	0			ewtb.r.280844.7
+19	cycles	cycle	NOUN	O	0		n.process	ewtb.r.280844.7
+20	.	.	PUNCT	O	0			ewtb.r.280844.7
+
+1	I	i	PRON	O	0			ewtb.r.280844.8
+2	know	know	VERB	O	0		v.cognition	ewtb.r.280844.8
+3	it	it	PRON	O	0			ewtb.r.280844.8
+4	can	can	AUX	O	0			ewtb.r.280844.8
+5	take	take	VERB	O	0		v.stative	ewtb.r.280844.8
+6	a	a	DET	O	0			ewtb.r.280844.8
+7	while	while	NOUN	O	0		n.time	ewtb.r.280844.8
+8	for	for	ADP	O	0			ewtb.r.280844.8
+9	results	result	NOUN	O	0		n.phenomenon	ewtb.r.280844.8
+10	and	and	CONJ	O	0			ewtb.r.280844.8
+11	did	do	AUX	O	0			ewtb.r.280844.8
+12	n't	n't	PART	O	0			ewtb.r.280844.8
+13	expect	expect	VERB	O	0		v.cognition	ewtb.r.280844.8
+14	a	a	DET	O	0			ewtb.r.280844.8
+15	miracle	miracle	NOUN	O	0		n.cognition	ewtb.r.280844.8
+16	,	,	PUNCT	O	0			ewtb.r.280844.8
+17	but	but	CONJ	O	0			ewtb.r.280844.8
+18	after	after	ADP	O	0			ewtb.r.280844.8
+19	2	2	NUM	O	0			ewtb.r.280844.8
+20	months	month	NOUN	O	0		n.time	ewtb.r.280844.8
+21	I	i	PRON	O	0			ewtb.r.280844.8
+22	felt	felt	VERB	O	0		v.cognition	ewtb.r.280844.8
+23	like	like	SCONJ	O	0			ewtb.r.280844.8
+24	it	it	PRON	O	0			ewtb.r.280844.8
+25	was	be	VERB	O	0		v.stative	ewtb.r.280844.8
+26	not	not	PART	O	0			ewtb.r.280844.8
+27	entirely	entirely	ADV	O	0			ewtb.r.280844.8
+28	worth	worth	ADJ	O	0			ewtb.r.280844.8
+29	the	the	DET	O	0			ewtb.r.280844.8
+30	cost	cost	NOUN	O	0		n.possession	ewtb.r.280844.8
+31	/	/	PUNCT	O	0			ewtb.r.280844.8
+32	time	time	NOUN	O	0		n.time	ewtb.r.280844.8
+33	.	.	PUNCT	O	0			ewtb.r.280844.8
+
+1	Great	great	ADJ	O	0			ewtb.r.283041.1
+2	Cookies	cookie	NOUN	O	0		n.food	ewtb.r.283041.1
+3	,	,	PUNCT	O	0			ewtb.r.283041.1
+4	Cakes	cake	NOUN	O	0		n.food	ewtb.r.283041.1
+5	,	,	PUNCT	O	0			ewtb.r.283041.1
+6	and	and	CONJ	O	0			ewtb.r.283041.1
+7	Customer	customer	NOUN	B	0		n.act	ewtb.r.283041.1
+8	Service	service	NOUN	I	7			ewtb.r.283041.1
+
+1	Although	although	SCONJ	O	0			ewtb.r.283041.4
+2	I	i	PRON	O	0			ewtb.r.283041.4
+3	'll	'll	AUX	O	0			ewtb.r.283041.4
+4	have	have	VERB	B	0			ewtb.r.283041.4
+5	to	to	PART	I	4			ewtb.r.283041.4
+6	drive	drive	VERB	O	0		v.motion	ewtb.r.283041.4
+7	a	a	DET	O	0			ewtb.r.283041.4
+8	little	little	ADJ	O	0			ewtb.r.283041.4
+9	out	out	ADP	B	0			ewtb.r.283041.4
+10	of	of	ADP	I	9			ewtb.r.283041.4
+11	my	my	PRON	o	0			ewtb.r.283041.4
+12	way	way	NOUN	I	10			ewtb.r.283041.4
+13	to	to	PART	O	0			ewtb.r.283041.4
+14	go	go	VERB	O	0		v.motion	ewtb.r.283041.4
+15	there	there	ADV	O	0			ewtb.r.283041.4
+16	,	,	PUNCT	O	0			ewtb.r.283041.4
+17	I	i	PRON	O	0			ewtb.r.283041.4
+18	'll	'll	AUX	O	0			ewtb.r.283041.4
+19	gladly	gladly	ADV	O	0			ewtb.r.283041.4
+20	do	do	VERB	O	0		v.stative	ewtb.r.283041.4
+21	it	it	PRON	O	0			ewtb.r.283041.4
+22	knowing	know	VERB	O	0		v.cognition	ewtb.r.283041.4
+23	that	that	SCONJ	O	0			ewtb.r.283041.4
+24	since	since	SCONJ	O	0			ewtb.r.283041.4
+25	she	she	PRON	O	0			ewtb.r.283041.4
+26	's	's	AUX	O	0			ewtb.r.283041.4
+27	been	be	VERB	O	0		v.stative	ewtb.r.283041.4
+28	astounding	astounding	ADJ	O	0			ewtb.r.283041.4
+29	to	to	ADP	O	0			ewtb.r.283041.4
+30	me	me	PRON	O	0			ewtb.r.283041.4
+31	once	once	ADV	O	0			ewtb.r.283041.4
+32	before	before	ADP	O	0			ewtb.r.283041.4
+33	that	that	DET	O	0			ewtb.r.283041.4
+34	she	she	PRON	O	0			ewtb.r.283041.4
+35	'll	'll	AUX	O	0			ewtb.r.283041.4
+36	always	always	ADV	O	0			ewtb.r.283041.4
+37	be	be	VERB	O	0		v.stative	ewtb.r.283041.4
+38	that	that	DET	O	0			ewtb.r.283041.4
+39	way	way	NOUN	O	0		n.cognition	ewtb.r.283041.4
+40	!	!	PUNCT	O	0			ewtb.r.283041.4
+
+1	(	(	PUNCT	O	0			ewtb.r.283041.5
+2	Also	also	ADV	O	0			ewtb.r.283041.5
+3	she	she	PRON	O	0			ewtb.r.283041.5
+4	has	have	VERB	O	0		v.stative	ewtb.r.283041.5
+5	a	a	DET	O	0			ewtb.r.283041.5
+6	really	really	ADV	O	0			ewtb.r.283041.5
+7	great	great	ADJ	O	0			ewtb.r.283041.5
+8	website	website	NOUN	O	0		n.communication	ewtb.r.283041.5
+9	!	!	PUNCT	O	0			ewtb.r.283041.5
+
+1	She	she	PRON	O	0			ewtb.r.283041.7
+2	deserves	deserve	VERB	O	0		v.cognition	ewtb.r.283041.7
+3	many	many	ADJ	O	0			ewtb.r.283041.7
+4	5	5	NUM	B	0		n.communication	ewtb.r.283041.7
+5	star	star	NOUN	I	4			ewtb.r.283041.7
+6	reviews	review	NOUN	O	0		n.communication	ewtb.r.283041.7
+7	!!	!!	PUNCT	O	0			ewtb.r.283041.7
+
+1	Ham	ham	PROPN	B	0		n.group	ewtb.r.291046.1
+2	s	s	PART	I	1			ewtb.r.291046.1
+3	on	on	ADP	O	0			ewtb.r.291046.1
+4	Friendly	friendly	PROPN	O	0		n.location	ewtb.r.291046.1
+5	...	...	PUNCT	O	0			ewtb.r.291046.1
+6	RIP	rip	INTJ	O	0			ewtb.r.291046.1
+
+1	This	this	DET	O	0			ewtb.r.291046.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.291046.2
+3	the	the	DET	O	0			ewtb.r.291046.2
+4	original	original	ADJ	O	0			ewtb.r.291046.2
+5	Ham	ham	PROPN	B	0		n.group	ewtb.r.291046.2
+6	's	's	PART	I	5			ewtb.r.291046.2
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.291046.2
+8	,	,	PUNCT	O	0			ewtb.r.291046.2
+9	expanded	expand	VERB	O	0		v.change	ewtb.r.291046.2
+10	into	into	ADP	O	0			ewtb.r.291046.2
+11	a	a	DET	O	0			ewtb.r.291046.2
+12	regional	regional	ADJ	O	0			ewtb.r.291046.2
+13	chain	chain	NOUN	O	0		n.group	ewtb.r.291046.2
+14	in	in	ADP	O	0			ewtb.r.291046.2
+15	the	the	DET	O	0			ewtb.r.291046.2
+16	late	late	ADJ	O	0			ewtb.r.291046.2
+17	80's	80	NOUN	O	0		n.time	ewtb.r.291046.2
+18	--	--	PUNCT	O	0			ewtb.r.291046.2
+19	but	but	CONJ	O	0			ewtb.r.291046.2
+20	this	this	DET	O	0			ewtb.r.291046.2
+21	one	one	NOUN	O	0			ewtb.r.291046.2
+22	is	be	VERB	B	0		v.stative	ewtb.r.291046.2
+23	no	no	ADV	I	22			ewtb.r.291046.2
+24	more	more	ADV	I	23			ewtb.r.291046.2
+25	.	.	PUNCT	O	0			ewtb.r.291046.2
+
+1	Victim	victim	NOUN	O	0		n.person	ewtb.r.291046.3
+2	of	of	ADP	O	0			ewtb.r.291046.3
+3	hard	hard	ADJ	B	0		n.state	ewtb.r.291046.3
+4	times	times	NOUN	I	3			ewtb.r.291046.3
+5	and	and	CONJ	O	0			ewtb.r.291046.3
+6	I	i	PRON	O	0			ewtb.r.291046.3
+7	suspect	suspect	VERB	O	0		v.cognition	ewtb.r.291046.3
+8	failing	fail	VERB	O	0		v.stative	ewtb.r.291046.3
+9	corporate	corporate	ADJ	O	0			ewtb.r.291046.3
+10	management	management	NOUN	O	0		n.group	ewtb.r.291046.3
+11	.	.	PUNCT	O	0			ewtb.r.291046.3
+
+1	According	accord	VERB	B	0			ewtb.r.291046.4
+2	to	to	ADP	I	1			ewtb.r.291046.4
+3	news	news	NOUN	O	0		n.communication	ewtb.r.291046.4
+4	accounts	account	NOUN	O	0		n.communication	ewtb.r.291046.4
+5	,	,	PUNCT	O	0			ewtb.r.291046.4
+6	the	the	DET	O	0			ewtb.r.291046.4
+7	company	company	NOUN	O	0		n.group	ewtb.r.291046.4
+8	is	be	AUX	O	0			ewtb.r.291046.4
+9	struggling	struggle	VERB	O	0		v.social	ewtb.r.291046.4
+10	.	.	PUNCT	O	0			ewtb.r.291046.4
+
+1	I	i	PRON	O	0			ewtb.r.291046.5
+2	have	have	VERB	O	0		v.stative	ewtb.r.291046.5
+3	many	many	ADJ	O	0			ewtb.r.291046.5
+4	fond	fond	ADJ	O	0			ewtb.r.291046.5
+5	memories	memory	NOUN	O	0		n.cognition	ewtb.r.291046.5
+6	of	of	ADP	O	0			ewtb.r.291046.5
+7	my	my	PRON	O	0			ewtb.r.291046.5
+8	college	college	NOUN	O	0		n.group	ewtb.r.291046.5
+9	evenings	evening	NOUN	O	0		n.time	ewtb.r.291046.5
+10	there	there	ADV	O	0			ewtb.r.291046.5
+11	long	long	ADV	O	0			ewtb.r.291046.5
+12	ago	ago	ADV	O	0			ewtb.r.291046.5
+13	.	.	PUNCT	O	0			ewtb.r.291046.5
+
+1	So	so	ADV	B	0			ewtb.r.291046.6
+2	long	long	ADV	I	1			ewtb.r.291046.6
+3	Ham	ham	PROPN	B	0		n.group	ewtb.r.291046.6
+4	s	s	PART	I	3			ewtb.r.291046.6
+5	...	...	PUNCT	O	0			ewtb.r.291046.6
+6	you	you	PRON	O	0			ewtb.r.291046.6
+7	will	will	AUX	O	0			ewtb.r.291046.6
+8	be	be	AUX	O	0			ewtb.r.291046.6
+9	missed	miss	VERB	O	0		v.cognition	ewtb.r.291046.6
+10	.	.	PUNCT	O	0			ewtb.r.291046.6
+
+1	Absolutely	absolutely	ADV	O	0			ewtb.r.292841.1
+2	the	the	DET	O	0			ewtb.r.292841.1
+3	best	best	ADJ	O	0			ewtb.r.292841.1
+4	little	little	ADJ	O	0			ewtb.r.292841.1
+5	motel	motel	NOUN	O	0		n.group	ewtb.r.292841.1
+6	on	on	ADP	O	0			ewtb.r.292841.1
+7	the	the	DET	O	0			ewtb.r.292841.1
+8	coast	coast	NOUN	O	0		n.location	ewtb.r.292841.1
+9	!	!	PUNCT	O	0			ewtb.r.292841.1
+
+1	I	i	PRON	O	0			ewtb.r.292841.2
+2	've	've	AUX	O	0			ewtb.r.292841.2
+3	stayed	stay	VERB	O	0		v.social	ewtb.r.292841.2
+4	at	at	ADP	O	0			ewtb.r.292841.2
+5	this	this	DET	O	0			ewtb.r.292841.2
+6	fabulous	fabulous	ADJ	O	0			ewtb.r.292841.2
+7	little	little	ADJ	O	0			ewtb.r.292841.2
+8	motel	motel	NOUN	O	0		n.group	ewtb.r.292841.2
+9	two	two	NUM	O	0			ewtb.r.292841.2
+10	years	years	NOUN	O	0		n.time	ewtb.r.292841.2
+11	running	run	VERB	O	0		v.stative	ewtb.r.292841.2
+12	,	,	PUNCT	O	0			ewtb.r.292841.2
+13	and	and	CONJ	O	0			ewtb.r.292841.2
+14	I	i	PRON	O	0			ewtb.r.292841.2
+15	have	have	VERB	B	0			ewtb.r.292841.2
+16	to	to	PART	I	15			ewtb.r.292841.2
+17	say	say	VERB	O	0		v.communication	ewtb.r.292841.2
+18	it	it	PRON	O	0			ewtb.r.292841.2
+19	's	's	VERB	O	0		v.stative	ewtb.r.292841.2
+20	one	one	NUM	O	0			ewtb.r.292841.2
+21	of	of	ADP	O	0			ewtb.r.292841.2
+22	the	the	DET	O	0			ewtb.r.292841.2
+23	best	best	ADJ	O	0			ewtb.r.292841.2
+24	lodging	lodging	NOUN	O	0		n.act	ewtb.r.292841.2
+25	experiences	experience	NOUN	O	0		n.event	ewtb.r.292841.2
+26	I	i	PRON	O	0			ewtb.r.292841.2
+27	've	've	AUX	O	0			ewtb.r.292841.2
+28	ever	ever	ADV	O	0			ewtb.r.292841.2
+29	had	have	VERB	O	0		v.stative	ewtb.r.292841.2
+30	on	on	ADP	O	0			ewtb.r.292841.2
+31	the	the	DET	O	0			ewtb.r.292841.2
+32	coast	coast	NOUN	O	0		n.location	ewtb.r.292841.2
+33	...	...	PUNCT	O	0			ewtb.r.292841.2
+34	and	and	CONJ	O	0			ewtb.r.292841.2
+35	I	i	PRON	O	0			ewtb.r.292841.2
+36	'm	'm	AUX	O	0			ewtb.r.292841.2
+37	even	even	ADV	O	0			ewtb.r.292841.2
+38	comparing	compare	VERB	O	0		v.stative	ewtb.r.292841.2
+39	it	it	PRON	O	0			ewtb.r.292841.2
+40	to	to	ADP	O	0			ewtb.r.292841.2
+41	the	the	DET	O	0			ewtb.r.292841.2
+42	big	big	ADJ	O	0			ewtb.r.292841.2
+43	resorts	resort	NOUN	O	0		n.group	ewtb.r.292841.2
+44	I	i	PRON	O	0			ewtb.r.292841.2
+45	've	've	AUX	O	0			ewtb.r.292841.2
+46	stayed	stay	VERB	O	0		v.social	ewtb.r.292841.2
+47	at	at	ADP	O	0			ewtb.r.292841.2
+48	!	!	PUNCT	O	0			ewtb.r.292841.2
+
+1	The	the	DET	O	0			ewtb.r.292841.4
+2	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.292841.4
+3	are	be	VERB	O	0		v.stative	ewtb.r.292841.4
+4	SO	so	ADV	O	0			ewtb.r.292841.4
+5	clean	clean	ADJ	O	0			ewtb.r.292841.4
+6	,	,	PUNCT	O	0			ewtb.r.292841.4
+7	the	the	DET	O	0			ewtb.r.292841.4
+8	managers	manager	NOUN	O	0		n.person	ewtb.r.292841.4
+9	/	/	PUNCT	O	0			ewtb.r.292841.4
+10	owners	owner	NOUN	O	0		n.person	ewtb.r.292841.4
+11	are	be	VERB	O	0		v.stative	ewtb.r.292841.4
+12	the	the	DET	O	0			ewtb.r.292841.4
+13	nicest	nice	ADJ	O	0			ewtb.r.292841.4
+14	people	person	NOUN	O	0		n.person	ewtb.r.292841.4
+15	,	,	PUNCT	O	0			ewtb.r.292841.4
+16	the	the	DET	O	0			ewtb.r.292841.4
+17	place	place	NOUN	O	0		n.group	ewtb.r.292841.4
+18	feels	feel	VERB	O	0		v.stative	ewtb.r.292841.4
+19	so	so	ADV	O	0			ewtb.r.292841.4
+20	homey	homey	ADJ	O	0			ewtb.r.292841.4
+21	,	,	PUNCT	O	0			ewtb.r.292841.4
+22	and	and	CONJ	O	0			ewtb.r.292841.4
+23	the	the	DET	O	0			ewtb.r.292841.4
+24	location	location	NOUN	O	0		n.location	ewtb.r.292841.4
+25	and	and	CONJ	O	0			ewtb.r.292841.4
+26	grounds	grounds	NOUN	O	0		n.location	ewtb.r.292841.4
+27	are	be	VERB	O	0		v.stative	ewtb.r.292841.4
+28	beautiful	beautiful	ADJ	O	0			ewtb.r.292841.4
+29	.	.	PUNCT	O	0			ewtb.r.292841.4
+
+1	The	the	DET	O	0			ewtb.r.292841.6
+2	motel	motel	NOUN	O	0		n.group	ewtb.r.292841.6
+3	is	be	VERB	O	0			ewtb.r.292841.6
+4	very	very	ADV	O	0			ewtb.r.292841.6
+5	well	well	ADV	O	0			ewtb.r.292841.6
+6	maintained	maintain	VERB	O	0		v.stative	ewtb.r.292841.6
+7	,	,	PUNCT	O	0			ewtb.r.292841.6
+8	and	and	CONJ	O	0			ewtb.r.292841.6
+9	the	the	DET	O	0			ewtb.r.292841.6
+10	managers	manager	NOUN	O	0		n.person	ewtb.r.292841.6
+11	are	be	VERB	O	0		v.stative	ewtb.r.292841.6
+12	so	so	ADV	O	0			ewtb.r.292841.6
+13	accomodating	accomodating	ADJ	O	0			ewtb.r.292841.6
+14	,	,	PUNCT	O	0			ewtb.r.292841.6
+15	it	it	PRON	O	0			ewtb.r.292841.6
+16	's	's	VERB	O	0		v.stative	ewtb.r.292841.6
+17	kind	kind	ADV	B	0			ewtb.r.292841.6
+18	of	of	ADV	I	17			ewtb.r.292841.6
+19	like	like	SCONJ	O	0			ewtb.r.292841.6
+20	visiting	visit	VERB	O	0		v.social	ewtb.r.292841.6
+21	family	family	NOUN	O	0		n.group	ewtb.r.292841.6
+22	each	each	DET	O	0			ewtb.r.292841.6
+23	year	year	NOUN	O	0		n.time	ewtb.r.292841.6
+24	!	!	PUNCT	O	0			ewtb.r.292841.6
+25	;-)	;-)	SYM	O	0			ewtb.r.292841.6
+
+1	I	i	PRON	O	0			ewtb.r.292841.7
+2	honestly	honestly	ADV	O	0			ewtb.r.292841.7
+3	ca	ca	AUX	O	0			ewtb.r.292841.7
+4	n't	n't	PART	O	0			ewtb.r.292841.7
+5	rave	rave	VERB	O	0		v.communication	ewtb.r.292841.7
+6	enough	enough	ADV	O	0			ewtb.r.292841.7
+7	about	about	ADP	O	0			ewtb.r.292841.7
+8	this	this	DET	O	0			ewtb.r.292841.7
+9	place	place	NOUN	O	0		n.group	ewtb.r.292841.7
+10	...	...	PUNCT	O	0			ewtb.r.292841.7
+11	it	it	PRON	O	0			ewtb.r.292841.7
+12	's	's	VERB	O	0		v.stative	ewtb.r.292841.7
+13	really	really	ADV	O	0			ewtb.r.292841.7
+14	a	a	DET	O	0			ewtb.r.292841.7
+15	hidden	hidden	ADJ	O	0			ewtb.r.292841.7
+16	gem	gem	NOUN	O	0		n.cognition	ewtb.r.292841.7
+17	worth	worth	ADJ	O	0			ewtb.r.292841.7
+18	checking	check	VERB	B	0		v.social	ewtb.r.292841.7
+19	out	out	ADP	I	18			ewtb.r.292841.7
+20	!	!	PUNCT	O	0			ewtb.r.292841.7
+
+1	Outdated	outdated	ADJ	O	0			ewtb.r.299148.1
+2	but	but	CONJ	O	0			ewtb.r.299148.1
+3	not	not	PART	O	0			ewtb.r.299148.1
+4	bad	bad	ADJ	O	0			ewtb.r.299148.1
+
+1	So	so	ADV	O	0			ewtb.r.299148.2
+2	I	i	PRON	O	0			ewtb.r.299148.2
+3	really	really	ADV	O	0			ewtb.r.299148.2
+4	felt	felt	VERB	O	0		v.cognition	ewtb.r.299148.2
+5	like	like	SCONJ	O	0			ewtb.r.299148.2
+6	this	this	DET	O	0			ewtb.r.299148.2
+7	place	place	NOUN	O	0		n.group	ewtb.r.299148.2
+8	was	be	VERB	O	0		v.stative	ewtb.r.299148.2
+9	extremely	extremely	ADV	O	0			ewtb.r.299148.2
+10	outdated	outdated	ADJ	O	0			ewtb.r.299148.2
+11	especially	especially	ADV	O	0			ewtb.r.299148.2
+12	since	since	SCONJ	O	0			ewtb.r.299148.2
+13	the	the	DET	O	0			ewtb.r.299148.2
+14	pictures	picture	NOUN	O	0		n.artifact	ewtb.r.299148.2
+15	make	make	VERB	O	0		v.stative	ewtb.r.299148.2
+16	it	it	PRON	O	0			ewtb.r.299148.2
+17	look	look	VERB	O	0		v.perception	ewtb.r.299148.2
+18	nice	nice	ADJ	O	0			ewtb.r.299148.2
+19	and	and	CONJ	O	0			ewtb.r.299148.2
+20	modern	modern	ADJ	O	0			ewtb.r.299148.2
+21	.	.	PUNCT	O	0			ewtb.r.299148.2
+
+1	It	it	PRON	O	0			ewtb.r.299148.3
+2	had	have	AUX	O	0			ewtb.r.299148.3
+3	listed	list	VERB	O	0		v.communication	ewtb.r.299148.3
+4	that	that	SCONJ	O	0			ewtb.r.299148.3
+5	there	there	PRON	O	0			ewtb.r.299148.3
+6	was	be	VERB	O	0		v.stative	ewtb.r.299148.3
+7	a	a	DET	O	0			ewtb.r.299148.3
+8	hot	hot	ADJ	O	0			ewtb.r.299148.3
+9	breakfast	breakfast	NOUN	O	0		n.food	ewtb.r.299148.3
+10	but	but	CONJ	O	0			ewtb.r.299148.3
+11	all	all	DET	O	0			ewtb.r.299148.3
+12	this	this	DET	O	0			ewtb.r.299148.3
+13	meant	mean	VERB	O	0		v.cognition	ewtb.r.299148.3
+14	is	be	VERB	O	0		v.stative	ewtb.r.299148.3
+15	that	that	SCONJ	O	0			ewtb.r.299148.3
+16	they	they	PRON	O	0			ewtb.r.299148.3
+17	added	add	VERB	O	0		v.change	ewtb.r.299148.3
+18	a	a	DET	O	0			ewtb.r.299148.3
+19	waffle	waffle	NOUN	B	0		n.artifact	ewtb.r.299148.3
+20	maker	maker	NOUN	I	19			ewtb.r.299148.3
+21	to	to	ADP	O	0			ewtb.r.299148.3
+22	the	the	DET	O	0			ewtb.r.299148.3
+23	common	common	ADJ	O	0			ewtb.r.299148.3
+24	continental	continental	ADJ	O	0			ewtb.r.299148.3
+25	affair	affair	NOUN	O	0		n.food	ewtb.r.299148.3
+26	at	at	ADP	O	0			ewtb.r.299148.3
+27	most	most	ADJ	O	0			ewtb.r.299148.3
+28	cheap	cheap	ADJ	O	0			ewtb.r.299148.3
+29	hotels	hotel	NOUN	O	0		n.group	ewtb.r.299148.3
+30	.	.	PUNCT	O	0			ewtb.r.299148.3
+
+1	Great	great	ADJ	O	0			ewtb.r.317846.1
+2	Sanwiches	sanwiches	NOUN	O	0		n.food	ewtb.r.317846.1
+3	,	,	PUNCT	O	0			ewtb.r.317846.1
+4	Great	great	ADJ	O	0			ewtb.r.317846.1
+5	Prices	price	NOUN	O	0		n.possession	ewtb.r.317846.1
+
+1	I	i	PRON	O	0			ewtb.r.317846.2
+2	used	use	VERB	B	0			ewtb.r.317846.2
+3	to	to	PART	I	2			ewtb.r.317846.2
+4	go	go	VERB	O	0		v.social	ewtb.r.317846.2
+5	here	here	ADV	O	0			ewtb.r.317846.2
+6	almost	almost	ADV	O	0			ewtb.r.317846.2
+7	every	every	DET	O	0			ewtb.r.317846.2
+8	day	day	NOUN	O	0		n.time	ewtb.r.317846.2
+9	since	since	SCONJ	O	0			ewtb.r.317846.2
+10	I	i	PRON	O	0			ewtb.r.317846.2
+11	work	work	VERB	O	0		v.social	ewtb.r.317846.2
+12	in	in	ADP	O	0			ewtb.r.317846.2
+13	the	the	DET	O	0			ewtb.r.317846.2
+14	neighbourhood	neighbourhood	NOUN	O	0		n.location	ewtb.r.317846.2
+15	and	and	CONJ	O	0			ewtb.r.317846.2
+16	loved	love	VERB	O	0		v.emotion	ewtb.r.317846.2
+17	their	their	PRON	O	0			ewtb.r.317846.2
+18	turkey	turkey	NOUN	O	0		n.food	ewtb.r.317846.2
+19	and	and	CONJ	O	0			ewtb.r.317846.2
+20	meatball	meatball	NOUN	O	0		n.food	ewtb.r.317846.2
+21	sandwiches	sandwich	NOUN	O	0		n.food	ewtb.r.317846.2
+22	.	.	PUNCT	O	0			ewtb.r.317846.2
+
+1	Chicken	chicken	PROPN	B	0		n.food	ewtb.r.317846.3
+2	salad	salad	NOUN	I	1			ewtb.r.317846.3
+3	salad	salad	NOUN	O	0		n.food	ewtb.r.317846.3
+4	is	be	VERB	O	0		v.stative	ewtb.r.317846.3
+5	great	great	ADJ	O	0			ewtb.r.317846.3
+6	too	too	ADV	O	0			ewtb.r.317846.3
+7	.	.	PUNCT	O	0			ewtb.r.317846.3
+
+1	Best	best	ADV	O	0			ewtb.r.317846.4
+2	of	of	ADP	O	0			ewtb.r.317846.4
+3	all	all	DET	O	0			ewtb.r.317846.4
+4	,	,	PUNCT	O	0			ewtb.r.317846.4
+5	the	the	DET	O	0			ewtb.r.317846.4
+6	staff	staff	NOUN	O	0		n.group	ewtb.r.317846.4
+7	is	be	VERB	O	0		v.stative	ewtb.r.317846.4
+8	quick	quick	ADJ	B	0			ewtb.r.317846.4
+9	on	on	ADP	I	8			ewtb.r.317846.4
+10	their	their	PRON	o	0			ewtb.r.317846.4
+11	feet	foot	NOUN	I	9			ewtb.r.317846.4
+12	and	and	CONJ	O	0			ewtb.r.317846.4
+13	even	even	ADV	O	0			ewtb.r.317846.4
+14	with	with	ADP	O	0			ewtb.r.317846.4
+15	long	long	ADJ	O	0			ewtb.r.317846.4
+16	lines	line	NOUN	O	0		n.cognition	ewtb.r.317846.4
+17	,	,	PUNCT	O	0			ewtb.r.317846.4
+18	usually	usually	ADV	O	0			ewtb.r.317846.4
+19	serve	serve	VERB	O	0		v.social	ewtb.r.317846.4
+20	you	you	PRON	O	0			ewtb.r.317846.4
+21	in	in	ADP	O	0			ewtb.r.317846.4
+22	5	5	NUM	O	0			ewtb.r.317846.4
+23	minutes	minutes	NOUN	O	0		n.time	ewtb.r.317846.4
+24	or	or	CONJ	O	0			ewtb.r.317846.4
+25	less	less	ADJ	O	0			ewtb.r.317846.4
+26	.	.	PUNCT	O	0			ewtb.r.317846.4
+
+1	For	for	ADP	O	0			ewtb.r.317846.5
+2	the	the	DET	O	0			ewtb.r.317846.5
+3	quality	quality	NOUN	O	0		n.attribute	ewtb.r.317846.5
+4	,	,	PUNCT	O	0			ewtb.r.317846.5
+5	the	the	DET	O	0			ewtb.r.317846.5
+6	prices	price	NOUN	O	0		n.possession	ewtb.r.317846.5
+7	(	(	PUNCT	O	0			ewtb.r.317846.5
+8	$	$	SYM	O	0			ewtb.r.317846.5
+9	4	4	NUM	O	0			ewtb.r.317846.5
+10	-	-	SYM	O	0			ewtb.r.317846.5
+11	$	$	SYM	O	0			ewtb.r.317846.5
+12	6	6	NUM	O	0			ewtb.r.317846.5
+13	)	)	PUNCT	O	0			ewtb.r.317846.5
+14	have	have	VERB	B	0			ewtb.r.317846.5
+15	to	to	PART	I	14			ewtb.r.317846.5
+16	be	be	VERB	O	0		v.stative	ewtb.r.317846.5
+17	the	the	DET	O	0			ewtb.r.317846.5
+18	best	best	ADJ	O	0			ewtb.r.317846.5
+19	in	in	ADP	O	0			ewtb.r.317846.5
+20	town	town	NOUN	O	0		n.location	ewtb.r.317846.5
+21	.	.	PUNCT	O	0			ewtb.r.317846.5
+
+1	The	the	DET	O	0			ewtb.r.317846.6
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.317846.6
+3	get	get	VERB	O	0		v.stative	ewtb.r.317846.6
+4	to	to	PART	O	0			ewtb.r.317846.6
+5	know	know	VERB	O	0		v.cognition	ewtb.r.317846.6
+6	regulars	regular	NOUN	O	0		n.person	ewtb.r.317846.6
+7	and	and	CONJ	O	0			ewtb.r.317846.6
+8	do	do	VERB	B	0		v.social	ewtb.r.317846.6
+9	their	their	PRON	o	0			ewtb.r.317846.6
+10	job	job	NOUN	I	8			ewtb.r.317846.6
+11	very	very	ADV	O	0			ewtb.r.317846.6
+12	well	well	ADV	O	0			ewtb.r.317846.6
+13	.	.	PUNCT	O	0			ewtb.r.317846.6
+
+1	This	this	DET	O	0			ewtb.r.317846.8
+2	is	be	VERB	O	0		v.stative	ewtb.r.317846.8
+3	n't	n't	PART	O	0			ewtb.r.317846.8
+4	a	a	DET	O	0			ewtb.r.317846.8
+5	TGIF	tgif	PROPN	O	0		n.group	ewtb.r.317846.8
+6	or	or	CONJ	O	0			ewtb.r.317846.8
+7	Cafe	cafe	PROPN	O	0		n.group	ewtb.r.317846.8
+8	,	,	PUNCT	O	0			ewtb.r.317846.8
+9	it	it	PRON	O	0			ewtb.r.317846.8
+10	s	s	VERB	O	0		v.stative	ewtb.r.317846.8
+11	a	a	DET	O	0			ewtb.r.317846.8
+12	lunch	lunch	NOUN	O	0		n.food	ewtb.r.317846.8
+13	sandwich	sandwich	NOUN	O	0		n.food	ewtb.r.317846.8
+14	place	place	NOUN	O	0		n.group	ewtb.r.317846.8
+15	and	and	CONJ	O	0			ewtb.r.317846.8
+16	a	a	DET	O	0			ewtb.r.317846.8
+17	good	good	ADJ	O	0			ewtb.r.317846.8
+18	one	one	NUM	O	0			ewtb.r.317846.8
+19	at	at	ADP	B	0			ewtb.r.317846.8
+20	that	that	DET	I	19			ewtb.r.317846.8
+21	.	.	PUNCT	O	0			ewtb.r.317846.8
+
+1	Summary	summary	NOUN	O	0		n.communication	ewtb.r.323248.1
+2	:	:	PUNCT	O	0			ewtb.r.323248.1
+3	Not	not	PART	O	0			ewtb.r.323248.1
+4	cheep	cheep	ADJ	O	0			ewtb.r.323248.1
+5	,	,	PUNCT	O	0			ewtb.r.323248.1
+6	but	but	CONJ	O	0			ewtb.r.323248.1
+7	very	very	ADV	O	0			ewtb.r.323248.1
+8	fast	fast	ADJ	O	0			ewtb.r.323248.1
+9	,	,	PUNCT	O	0			ewtb.r.323248.1
+10	and	and	CONJ	O	0			ewtb.r.323248.1
+11	super	super	ADV	O	0			ewtb.r.323248.1
+12	friendly	friendly	ADJ	O	0			ewtb.r.323248.1
+13	service	service	NOUN	O	0		n.act	ewtb.r.323248.1
+14	.	.	PUNCT	O	0			ewtb.r.323248.1
+
+1	Quality	quality	NOUN	O	0		n.attribute	ewtb.r.323248.2
+2	of	of	ADP	O	0			ewtb.r.323248.2
+3	work	work	NOUN	O	0		n.act	ewtb.r.323248.2
+4	is	be	VERB	O	0		v.stative	ewtb.r.323248.2
+5	sufficient	sufficient	ADJ	O	0			ewtb.r.323248.2
+6	but	but	CONJ	O	0			ewtb.r.323248.2
+7	not	not	PART	O	0			ewtb.r.323248.2
+8	outstanding	outstanding	ADJ	O	0			ewtb.r.323248.2
+9	.	.	PUNCT	O	0			ewtb.r.323248.2
+
+1	Like	like	ADP	O	0			ewtb.r.323248.3
+2	all	all	DET	O	0			ewtb.r.323248.3
+3	oil	oil	NOUN	O	0		n.substance	ewtb.r.323248.3
+4	place	place	NOUN	O	0		n.group	ewtb.r.323248.3
+5	changes	change	NOUN	O	0		n.act	ewtb.r.323248.3
+6	,	,	PUNCT	O	0			ewtb.r.323248.3
+7	ask	ask	VERB	O	0		v.communication	ewtb.r.323248.3
+8	/	/	SYM	O	0			ewtb.r.323248.3
+9	recommend	recommend	VERB	O	0		v.communication	ewtb.r.323248.3
+10	the	the	DET	O	0			ewtb.r.323248.3
+11	100	100	NUM	O	0			ewtb.r.323248.3
+12	other	other	ADJ	O	0			ewtb.r.323248.3
+13	services	services	NOUN	O	0		n.act	ewtb.r.323248.3
+14	they	they	PRON	O	0			ewtb.r.323248.3
+15	have	have	VERB	O	0		v.stative	ewtb.r.323248.3
+16	.	.	PUNCT	O	0			ewtb.r.323248.3
+
+1	Will	will	AUX	O	0			ewtb.r.323248.4
+2	be	be	VERB	O	0		v.stative	ewtb.r.323248.4
+3	a	a	DET	O	0			ewtb.r.323248.4
+4	repeat	repeat	NOUN	O	0		n.act	ewtb.r.323248.4
+5	customer	customer	NOUN	O	0		n.person	ewtb.r.323248.4
+6	with	with	ADP	O	0			ewtb.r.323248.4
+7	discount	discount	NOUN	O	0		n.possession	ewtb.r.323248.4
+8	coupons	coupon	NOUN	O	0		n.possession	ewtb.r.323248.4
+9	.	.	PUNCT	O	0			ewtb.r.323248.4
+
+1	Finest	fine	ADJ	O	0			ewtb.r.323449.1
+2	??	??	PUNCT	O	0			ewtb.r.323449.1
+
+1	Really	really	ADV	O	0			ewtb.r.323449.2
+2	??	??	PUNCT	O	0			ewtb.r.323449.2
+
+1	I	i	PRON	O	0			ewtb.r.323449.3
+2	beg	beg	VERB	B	0		v.cognition	ewtb.r.323449.3
+3	to	to	PART	I	2			ewtb.r.323449.3
+4	differ	differ	VERB	I	3			ewtb.r.323449.3
+5	.	.	PUNCT	O	0			ewtb.r.323449.3
+
+1	This	this	DET	O	0			ewtb.r.323449.4
+2	place	place	NOUN	O	0		n.group	ewtb.r.323449.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.323449.4
+4	marginal	marginal	ADJ	O	0			ewtb.r.323449.4
+5	at	at	ADV	B	0			ewtb.r.323449.4
+6	best	best	ADV	I	5			ewtb.r.323449.4
+7	.	.	PUNCT	O	0			ewtb.r.323449.4
+
+1	Not	not	PART	O	0			ewtb.r.323449.5
+2	very	very	ADV	O	0			ewtb.r.323449.5
+3	welcoming	welcoming	ADJ	O	0			ewtb.r.323449.5
+4	and	and	CONJ	O	0			ewtb.r.323449.5
+5	focused	focus	VERB	O	0		v.cognition	ewtb.r.323449.5
+6	mostly	mostly	ADV	O	0			ewtb.r.323449.5
+7	on	on	SCONJ	O	0			ewtb.r.323449.5
+8	keeping	keep	VERB	O	0		v.stative	ewtb.r.323449.5
+9	little	little	ADJ	O	0			ewtb.r.323449.5
+10	kids	kid	NOUN	O	0		n.person	ewtb.r.323449.5
+11	entertained	entertained	ADJ	O	0			ewtb.r.323449.5
+12	.	.	PUNCT	O	0			ewtb.r.323449.5
+
+1	I	i	PRON	O	0			ewtb.r.323449.6
+2	was	be	VERB	O	0		v.stative	ewtb.r.323449.6
+3	not	not	PART	O	0			ewtb.r.323449.6
+4	impressed	impressed	ADJ	O	0			ewtb.r.323449.6
+5	,	,	PUNCT	O	0			ewtb.r.323449.6
+6	and	and	CONJ	O	0			ewtb.r.323449.6
+7	quite	quite	ADV	O	0			ewtb.r.323449.6
+8	frustrated	frustrated	ADJ	O	0			ewtb.r.323449.6
+9	at	at	ADP	O	0			ewtb.r.323449.6
+10	their	their	PRON	O	0			ewtb.r.323449.6
+11	lack	lack	NOUN	O	0		n.cognition	ewtb.r.323449.6
+12	of	of	ADP	O	0			ewtb.r.323449.6
+13	rating	rating	NOUN	O	0		n.communication	ewtb.r.323449.6
+14	for	for	ADP	O	0			ewtb.r.323449.6
+15	their	their	PRON	O	0			ewtb.r.323449.6
+16	courses	course	NOUN	O	0		n.artifact	ewtb.r.323449.6
+17	.	.	PUNCT	O	0			ewtb.r.323449.6
+
+1	I	i	PRON	O	0			ewtb.r.323449.7
+2	understand	understand	VERB	O	0		v.cognition	ewtb.r.323449.7
+3	not	not	PART	O	0			ewtb.r.323449.7
+4	wanting	want	VERB	O	0		v.cognition	ewtb.r.323449.7
+5	to	to	PART	O	0			ewtb.r.323449.7
+6	put	put	VERB	O	0		v.cognition	ewtb.r.323449.7
+7	labels	label	NOUN	O	0		n.communication	ewtb.r.323449.7
+8	like	like	ADP	O	0			ewtb.r.323449.7
+9	5.10	5.10	NUM	O	0			ewtb.r.323449.7
+10	on	on	ADP	O	0			ewtb.r.323449.7
+11	an	an	DET	O	0			ewtb.r.323449.7
+12	indoor	indoor	ADJ	O	0			ewtb.r.323449.7
+13	course	course	NOUN	O	0		n.artifact	ewtb.r.323449.7
+14	,	,	PUNCT	O	0			ewtb.r.323449.7
+15	because	because	SCONJ	O	0			ewtb.r.323449.7
+16	yes	yes	INTJ	O	0			ewtb.r.323449.7
+17	,	,	PUNCT	O	0			ewtb.r.323449.7
+18	it	it	PRON	O	0			ewtb.r.323449.7
+19	is	be	VERB	O	0		v.stative	ewtb.r.323449.7
+20	not	not	PART	O	0			ewtb.r.323449.7
+21	the	the	DET	O	0			ewtb.r.323449.7
+22	same	same	ADJ	O	0			ewtb.r.323449.7
+23	,	,	PUNCT	O	0			ewtb.r.323449.7
+24	but	but	CONJ	O	0			ewtb.r.323449.7
+25	some	some	DET	O	0			ewtb.r.323449.7
+26	clear	clear	ADJ	O	0			ewtb.r.323449.7
+27	understanding	understanding	NOUN	O	0		n.cognition	ewtb.r.323449.7
+28	of	of	ADP	O	0			ewtb.r.323449.7
+29	the	the	DET	O	0			ewtb.r.323449.7
+30	difficulty	difficulty	NOUN	O	0		n.attribute	ewtb.r.323449.7
+31	of	of	ADP	O	0			ewtb.r.323449.7
+32	one	one	NUM	O	0			ewtb.r.323449.7
+33	course	course	NOUN	O	0		n.artifact	ewtb.r.323449.7
+34	to	to	ADP	O	0			ewtb.r.323449.7
+35	another	another	DET	O	0			ewtb.r.323449.7
+36	is	be	VERB	O	0		v.stative	ewtb.r.323449.7
+37	nice	nice	ADJ	O	0			ewtb.r.323449.7
+38	when	when	ADV	O	0			ewtb.r.323449.7
+39	you	you	PRON	O	0			ewtb.r.323449.7
+40	are	be	VERB	O	0		v.stative	ewtb.r.323449.7
+41	an	an	DET	O	0			ewtb.r.323449.7
+42	intermediate	intermediate	ADJ	O	0			ewtb.r.323449.7
+43	climber	climber	NOUN	O	0		n.person	ewtb.r.323449.7
+44	looking	look	VERB	O	0		v.cognition	ewtb.r.323449.7
+45	to	to	PART	O	0			ewtb.r.323449.7
+46	improve	improve	VERB	O	0		v.change	ewtb.r.323449.7
+47	.	.	PUNCT	O	0			ewtb.r.323449.7
+
+1	Rate	rate	VERB	O	0		v.communication	ewtb.r.323449.9
+2	the	the	DET	O	0			ewtb.r.323449.9
+3	routes	route	NOUN	O	0		n.artifact	ewtb.r.323449.9
+4	,	,	PUNCT	O	0			ewtb.r.323449.9
+5	with	with	ADP	O	0			ewtb.r.323449.9
+6	understandable	understandable	ADJ	O	0			ewtb.r.323449.9
+7	markings	marking	NOUN	O	0		n.communication	ewtb.r.323449.9
+8	and	and	CONJ	O	0			ewtb.r.323449.9
+9	a	a	DET	O	0			ewtb.r.323449.9
+10	more	more	ADV	O	0			ewtb.r.323449.9
+11	detailed	detailed	ADJ	O	0			ewtb.r.323449.9
+12	system	system	NOUN	O	0		n.cognition	ewtb.r.323449.9
+13	than	than	ADP	O	0			ewtb.r.323449.9
+14	easy	easy	ADJ	O	0			ewtb.r.323449.9
+15	,	,	PUNCT	O	0			ewtb.r.323449.9
+16	moderate	moderate	ADJ	O	0			ewtb.r.323449.9
+17	,	,	PUNCT	O	0			ewtb.r.323449.9
+18	and	and	CONJ	O	0			ewtb.r.323449.9
+19	hard	hard	ADJ	O	0			ewtb.r.323449.9
+20	.	.	PUNCT	O	0			ewtb.r.323449.9
+
+1	Class	class	NOUN	B	0		n.cognition	ewtb.r.325741.1
+2	act	act	NOUN	I	1			ewtb.r.325741.1
+3	.	.	PUNCT	O	0			ewtb.r.325741.1
+
+1	It	it	PRON	O	0			ewtb.r.325741.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.325741.2
+3	late	late	ADJ	O	0			ewtb.r.325741.2
+4	in	in	ADP	O	0			ewtb.r.325741.2
+5	the	the	DET	O	0			ewtb.r.325741.2
+6	day	day	NOUN	O	0		n.time	ewtb.r.325741.2
+7	and	and	CONJ	O	0			ewtb.r.325741.2
+8	I	i	PRON	O	0			ewtb.r.325741.2
+9	was	be	VERB	O	0		v.stative	ewtb.r.325741.2
+10	worried	worried	ADJ	O	0			ewtb.r.325741.2
+11	I	i	PRON	O	0			ewtb.r.325741.2
+12	would	would	AUX	O	0			ewtb.r.325741.2
+13	get	get	AUX	O	0			ewtb.r.325741.2
+14	charged	charge	VERB	O	0		v.possession	ewtb.r.325741.2
+15	an	an	DET	B	0		n.quantity	ewtb.r.325741.2
+16	arm	arm	NOUN	I	15			ewtb.r.325741.2
+17	and	and	CONJ	I	16			ewtb.r.325741.2
+18	a	a	DET	I	17			ewtb.r.325741.2
+19	leg	leg	NOUN	I	18			ewtb.r.325741.2
+20	and	and	CONJ	O	0			ewtb.r.325741.2
+21	have	have	VERB	B	0			ewtb.r.325741.2
+22	to	to	PART	I	21			ewtb.r.325741.2
+23	wait	wait	VERB	O	0		v.stative	ewtb.r.325741.2
+24	forever	forever	ADV	O	0			ewtb.r.325741.2
+25	.	.	PUNCT	O	0			ewtb.r.325741.2
+
+1	Would	would	AUX	O	0			ewtb.r.325741.4
+2	do	do	VERB	B	0		v.social	ewtb.r.325741.4
+3	business	business	NOUN	I	2			ewtb.r.325741.4
+4	with	with	ADP	O	0			ewtb.r.325741.4
+5	them	them	PRON	O	0			ewtb.r.325741.4
+6	again	again	ADV	O	0			ewtb.r.325741.4
+7	.	.	PUNCT	O	0			ewtb.r.325741.4
+
+1	Trust	trust	VERB	B	0			ewtb.r.326649.1
+2	The	the	DET	I	1			ewtb.r.326649.1
+3	Midas	midas	PROPN	I	2			ewtb.r.326649.1
+4	Touch	touch	NOUN	I	3			ewtb.r.326649.1
+
+1	This	this	DET	O	0			ewtb.r.326649.4
+2	is	be	VERB	O	0		v.stative	ewtb.r.326649.4
+3	however	however	ADV	O	0			ewtb.r.326649.4
+4	a	a	DET	O	0			ewtb.r.326649.4
+5	very	very	ADV	O	0			ewtb.r.326649.4
+6	busy	busy	ADJ	O	0			ewtb.r.326649.4
+7	shop	shop	NOUN	O	0		n.group	ewtb.r.326649.4
+8	but	but	CONJ	O	0			ewtb.r.326649.4
+9	there	there	PRON	O	0			ewtb.r.326649.4
+10	are	be	VERB	O	0		v.stative	ewtb.r.326649.4
+11	appointments	appointment	NOUN	O	0		n.event	ewtb.r.326649.4
+12	available	available	ADJ	O	0			ewtb.r.326649.4
+13	&	&	CONJ	O	0			ewtb.r.326649.4
+14	the	the	DET	O	0			ewtb.r.326649.4
+15	staff	staff	NOUN	O	0		n.group	ewtb.r.326649.4
+16	up	up	ADP	B	0			ewtb.r.326649.4
+17	front	front	NOUN	I	16			ewtb.r.326649.4
+18	will	will	AUX	O	0			ewtb.r.326649.4
+19	surely	surely	ADV	O	0			ewtb.r.326649.4
+20	make	make	VERB	O	0		v.stative	ewtb.r.326649.4
+21	sure	sure	ADJ	O	0			ewtb.r.326649.4
+22	you	you	PRON	O	0			ewtb.r.326649.4
+23	get	get	VERB	O	0		v.motion	ewtb.r.326649.4
+24	back	back	ADV	O	0			ewtb.r.326649.4
+25	in	in	ADP	O	0			ewtb.r.326649.4
+26	a	a	DET	O	0			ewtb.r.326649.4
+27	timely	timely	ADJ	O	0			ewtb.r.326649.4
+28	manner	manner	NOUN	O	0		n.cognition	ewtb.r.326649.4
+29	.	.	PUNCT	O	0			ewtb.r.326649.4
+
+1	I	i	PRON	O	0			ewtb.r.326649.5
+2	look	look	VERB	O	0		v.communication	ewtb.r.326649.5
+3	at	at	ADP	O	0			ewtb.r.326649.5
+4	some	some	DET	O	0			ewtb.r.326649.5
+5	of	of	ADP	O	0			ewtb.r.326649.5
+6	these	these	DET	O	0			ewtb.r.326649.5
+7	other	other	ADJ	O	0			ewtb.r.326649.5
+8	comments	comment	NOUN	O	0		n.communication	ewtb.r.326649.5
+9	&	&	CONJ	O	0			ewtb.r.326649.5
+10	laugh	laugh	VERB	O	0		v.communication	ewtb.r.326649.5
+11	because	because	SCONJ	O	0			ewtb.r.326649.5
+12	people	person	NOUN	O	0		n.person	ewtb.r.326649.5
+13	think	think	VERB	O	0		v.cognition	ewtb.r.326649.5
+14	that	that	SCONJ	O	0			ewtb.r.326649.5
+15	the	the	DET	B	0			ewtb.r.326649.5
+16	world	world	NOUN	I	15			ewtb.r.326649.5
+17	revolves	revolve	VERB	I	16			ewtb.r.326649.5
+18	around	around	ADP	I	17			ewtb.r.326649.5
+19	them	them	PRON	O	0			ewtb.r.326649.5
+20	!	!	PUNCT	O	0			ewtb.r.326649.5
+
+1	Like	like	ADP	O	0			ewtb.r.326649.6
+2	the	the	DET	O	0			ewtb.r.326649.6
+3	girl	girl	NOUN	O	0		n.person	ewtb.r.326649.6
+4	with	with	ADP	O	0			ewtb.r.326649.6
+5	the	the	DET	O	0			ewtb.r.326649.6
+6	fuse	fuse	NOUN	O	0		n.artifact	ewtb.r.326649.6
+7	problem	problem	NOUN	O	0		n.cognition	ewtb.r.326649.6
+8	...	...	PUNCT	O	0			ewtb.r.326649.6
+
+1	Midas	midas	PROPN	O	0		n.group	ewtb.r.326649.7
+2	has	have	VERB	O	0		v.stative	ewtb.r.326649.7
+3	the	the	DET	O	0			ewtb.r.326649.7
+4	most	most	ADV	O	0			ewtb.r.326649.7
+5	high	high	ADJ	B	0			ewtb.r.326649.7
+6	tech	tech	NOUN	I	5			ewtb.r.326649.7
+7	equipment	equipment	NOUN	O	0		n.artifact	ewtb.r.326649.7
+8	in	in	ADP	B	0			ewtb.r.326649.7
+9	town	town	NOUN	I	8			ewtb.r.326649.7
+10	&	&	CONJ	O	0			ewtb.r.326649.7
+11	I	i	PRON	O	0			ewtb.r.326649.7
+12	guarantee	guarantee	VERB	O	0		v.communication	ewtb.r.326649.7
+13	you	you	PRON	O	0			ewtb.r.326649.7
+14	if	if	SCONJ	O	0			ewtb.r.326649.7
+15	they	they	PRON	O	0			ewtb.r.326649.7
+16	told	tell	VERB	O	0		v.communication	ewtb.r.326649.7
+17	you	you	PRON	O	0			ewtb.r.326649.7
+18	it	it	PRON	O	0			ewtb.r.326649.7
+19	was	be	VERB	O	0		v.stative	ewtb.r.326649.7
+20	electrical	electrical	ADJ	O	0			ewtb.r.326649.7
+21	then	then	ADV	O	0			ewtb.r.326649.7
+22	in	in	X	B	0			ewtb.r.326649.7
+23	deed	deed	ADV	I	22			ewtb.r.326649.7
+24	it	it	PRON	O	0			ewtb.r.326649.7
+25	s	s	VERB	O	0		v.stative	ewtb.r.326649.7
+26	electrical	electrical	ADJ	O	0			ewtb.r.326649.7
+27	!	!	PUNCT	O	0			ewtb.r.326649.7
+
+1	maybe	maybe	ADV	O	0			ewtb.r.326649.8
+2	you	you	PRON	O	0			ewtb.r.326649.8
+3	should	should	AUX	O	0			ewtb.r.326649.8
+4	understand	understand	VERB	O	0		v.cognition	ewtb.r.326649.8
+5	how	how	ADV	O	0			ewtb.r.326649.8
+6	the	the	DET	O	0			ewtb.r.326649.8
+7	world	world	NOUN	O	0		n.cognition	ewtb.r.326649.8
+8	works	work	VERB	O	0		v.social	ewtb.r.326649.8
+9	&	&	CONJ	O	0			ewtb.r.326649.8
+10	realize	realize	VERB	O	0		v.cognition	ewtb.r.326649.8
+11	you	you	PRON	O	0			ewtb.r.326649.8
+12	are	be	VERB	O	0		v.stative	ewtb.r.326649.8
+13	just	just	ADV	O	0			ewtb.r.326649.8
+14	like	like	ADP	O	0			ewtb.r.326649.8
+15	any	any	DET	O	0			ewtb.r.326649.8
+16	other	other	ADJ	O	0			ewtb.r.326649.8
+17	person	person	NOUN	O	0		n.person	ewtb.r.326649.8
+18	&	&	CONJ	O	0			ewtb.r.326649.8
+19	not	not	PART	O	0			ewtb.r.326649.8
+20	put	put	VERB	B	0		v.social	ewtb.r.326649.8
+21	yourself	yourself	PRON	o	0			ewtb.r.326649.8
+22	on	on	ADP	I	20			ewtb.r.326649.8
+23	a	a	DET	I	22			ewtb.r.326649.8
+24	pedestal	pedestal	NOUN	I	23			ewtb.r.326649.8
+25	.	.	PUNCT	O	0			ewtb.r.326649.8
+
+1	I	i	PRON	O	0			ewtb.r.326649.9
+2	will	will	AUX	O	0			ewtb.r.326649.9
+3	continue	continue	VERB	O	0		v.stative	ewtb.r.326649.9
+4	going	go	VERB	O	0		v.motion	ewtb.r.326649.9
+5	to	to	ADP	O	0			ewtb.r.326649.9
+6	Dave	dave	PROPN	O	0		n.person	ewtb.r.326649.9
+7	at	at	ADP	O	0			ewtb.r.326649.9
+8	Midas	midas	PROPN	O	0		n.group	ewtb.r.326649.9
+9	because	because	SCONJ	O	0			ewtb.r.326649.9
+10	he	he	PRON	O	0			ewtb.r.326649.9
+11	is	be	VERB	O	0		v.stative	ewtb.r.326649.9
+12	one	one	NUM	O	0			ewtb.r.326649.9
+13	of	of	ADP	O	0			ewtb.r.326649.9
+14	the	the	DET	O	0			ewtb.r.326649.9
+15	most	most	ADV	O	0			ewtb.r.326649.9
+16	honest	honest	ADJ	O	0			ewtb.r.326649.9
+17	business	business	NOUN	O	0		n.group	ewtb.r.326649.9
+18	owners	owner	NOUN	O	0		n.person	ewtb.r.326649.9
+19	in	in	ADP	O	0			ewtb.r.326649.9
+20	this	this	DET	O	0			ewtb.r.326649.9
+21	town	town	NOUN	O	0		n.location	ewtb.r.326649.9
+22	!	!	PUNCT	O	0			ewtb.r.326649.9
+
+1	Very	very	ADV	O	0			ewtb.r.333243.1
+2	unhappy	unhappy	ADJ	O	0			ewtb.r.333243.1
+3	...	...	PUNCT	O	0			ewtb.r.333243.1
+
+1	Working	work	VERB	O	0		v.social	ewtb.r.333243.2
+2	with	with	ADP	O	0			ewtb.r.333243.2
+3	Rod	rod	PROPN	B	0		n.person	ewtb.r.333243.2
+4	Jacobsen	jacobsen	PROPN	I	3			ewtb.r.333243.2
+5	was	be	VERB	O	0		v.stative	ewtb.r.333243.2
+6	my	my	PRON	O	0			ewtb.r.333243.2
+7	first	first	ADJ	O	0			ewtb.r.333243.2
+8	experience	experience	NOUN	O	0		n.event	ewtb.r.333243.2
+9	working	work	VERB	O	0		v.social	ewtb.r.333243.2
+10	with	with	ADP	O	0			ewtb.r.333243.2
+11	a	a	DET	O	0			ewtb.r.333243.2
+12	CPA	cpa	NOUN	O	0		n.person	ewtb.r.333243.2
+13	,	,	PUNCT	O	0			ewtb.r.333243.2
+14	so	so	ADV	O	0			ewtb.r.333243.2
+15	I	i	PRON	O	0			ewtb.r.333243.2
+16	did	do	AUX	O	0			ewtb.r.333243.2
+17	not	not	PART	O	0			ewtb.r.333243.2
+18	know	know	VERB	O	0		v.cognition	ewtb.r.333243.2
+19	what	what	PRON	O	0			ewtb.r.333243.2
+20	to	to	PART	O	0			ewtb.r.333243.2
+21	expect	expect	VERB	O	0		v.cognition	ewtb.r.333243.2
+22	.	.	PUNCT	O	0			ewtb.r.333243.2
+
+1	That	that	DET	B	0			ewtb.r.333243.3
+2	said	say	VERB	I	1			ewtb.r.333243.3
+3	-	-	PUNCT	O	0			ewtb.r.333243.3
+4	he	he	PRON	O	0			ewtb.r.333243.3
+5	seemed	seem	VERB	O	0		v.cognition	ewtb.r.333243.3
+6	to	to	PART	O	0			ewtb.r.333243.3
+7	be	be	AUX	O	0			ewtb.r.333243.3
+8	doing	do	VERB	O	0		v.stative	ewtb.r.333243.3
+9	well	well	ADV	O	0			ewtb.r.333243.3
+10	enough	enough	ADV	O	0			ewtb.r.333243.3
+11	.	.	PUNCT	O	0			ewtb.r.333243.3
+
+1	However	however	ADV	O	0			ewtb.r.333243.4
+2	,	,	PUNCT	O	0			ewtb.r.333243.4
+3	then	then	ADV	O	0			ewtb.r.333243.4
+4	I	i	PRON	O	0			ewtb.r.333243.4
+5	asked	ask	VERB	O	0		v.communication	ewtb.r.333243.4
+6	to	to	PART	O	0			ewtb.r.333243.4
+7	amend	amend	VERB	O	0		v.change	ewtb.r.333243.4
+8	my	my	PRON	O	0			ewtb.r.333243.4
+9	return	return	NOUN	O	0		n.possession	ewtb.r.333243.4
+10	to	to	PART	O	0			ewtb.r.333243.4
+11	apply	apply	VERB	O	0		v.social	ewtb.r.333243.4
+12	a	a	DET	O	0			ewtb.r.333243.4
+13	credit	credit	NOUN	O	0		n.possession	ewtb.r.333243.4
+14	I	i	PRON	O	0			ewtb.r.333243.4
+15	had	have	AUX	O	0			ewtb.r.333243.4
+16	just	just	ADV	O	0			ewtb.r.333243.4
+17	become	become	VERB	O	0		v.stative	ewtb.r.333243.4
+18	eligible	eligible	ADJ	O	0			ewtb.r.333243.4
+19	for	for	ADP	O	0			ewtb.r.333243.4
+20	.	.	PUNCT	O	0			ewtb.r.333243.4
+
+1	Well	well	INTJ	O	0			ewtb.r.333243.7
+2	,	,	PUNCT	O	0			ewtb.r.333243.7
+3	that	that	DET	O	0			ewtb.r.333243.7
+4	was	be	VERB	O	0		v.stative	ewtb.r.333243.7
+5	strike	strike	NOUN	O	0		n.cognition	ewtb.r.333243.7
+6	one	one	NUM	O	0			ewtb.r.333243.7
+7	.	.	PUNCT	O	0			ewtb.r.333243.7
+
+1	Last	last	ADJ	O	0			ewtb.r.333243.10
+2	year	year	NOUN	O	0		n.time	ewtb.r.333243.10
+3	,	,	PUNCT	O	0			ewtb.r.333243.10
+4	after	after	SCONJ	O	0			ewtb.r.333243.10
+5	all	all	DET	O	0			ewtb.r.333243.10
+6	was	be	AUX	B	0		v.stative	ewtb.r.333243.10
+7	said	say	VERB	I	6			ewtb.r.333243.10
+8	and	and	CONJ	I	7			ewtb.r.333243.10
+9	done	do	VERB	I	8			ewtb.r.333243.10
+10	,	,	PUNCT	O	0			ewtb.r.333243.10
+11	I	i	PRON	O	0			ewtb.r.333243.10
+12	asked	ask	VERB	O	0		v.communication	ewtb.r.333243.10
+13	Rod	rod	PROPN	O	0		n.person	ewtb.r.333243.10
+14	whether	whether	SCONJ	O	0			ewtb.r.333243.10
+15	my	my	PRON	O	0			ewtb.r.333243.10
+16	payment	payment	NOUN	O	0		n.possession	ewtb.r.333243.10
+17	structure	structure	NOUN	O	0		n.cognition	ewtb.r.333243.10
+18	would	would	AUX	O	0			ewtb.r.333243.10
+19	leave	leave	VERB	O	0		v.stative	ewtb.r.333243.10
+20	me	me	PRON	O	0			ewtb.r.333243.10
+21	with	with	ADP	O	0			ewtb.r.333243.10
+22	no	no	DET	O	0			ewtb.r.333243.10
+23	/	/	SYM	O	0			ewtb.r.333243.10
+24	little	little	ADJ	O	0			ewtb.r.333243.10
+25	tax	tax	NOUN	O	0		n.possession	ewtb.r.333243.10
+26	liability	liability	NOUN	O	0		n.possession	ewtb.r.333243.10
+27	at	at	ADP	O	0			ewtb.r.333243.10
+28	the	the	DET	O	0			ewtb.r.333243.10
+29	end	end	NOUN	O	0		n.event	ewtb.r.333243.10
+30	of	of	ADP	O	0			ewtb.r.333243.10
+31	the	the	DET	O	0			ewtb.r.333243.10
+32	year	year	NOUN	O	0		n.time	ewtb.r.333243.10
+33	.	.	PUNCT	O	0			ewtb.r.333243.10
+
+1	He	he	PRON	O	0			ewtb.r.333243.11
+2	said	say	VERB	O	0		v.communication	ewtb.r.333243.11
+3	yes	yes	INTJ	O	0			ewtb.r.333243.11
+4	.	.	PUNCT	O	0			ewtb.r.333243.11
+
+1	Well	well	INTJ	O	0			ewtb.r.333243.12
+2	,	,	PUNCT	O	0			ewtb.r.333243.12
+3	again	again	ADV	O	0			ewtb.r.333243.12
+4	,	,	PUNCT	O	0			ewtb.r.333243.12
+5	I	i	PRON	O	0			ewtb.r.333243.12
+6	am	be	AUX	O	0			ewtb.r.333243.12
+7	now	now	ADV	O	0			ewtb.r.333243.12
+8	faced	face	VERB	B	0		v.stative	ewtb.r.333243.12
+9	with	with	ADP	I	8			ewtb.r.333243.12
+10	a	a	DET	O	0			ewtb.r.333243.12
+11	tax	tax	NOUN	O	0		n.possession	ewtb.r.333243.12
+12	bill	bill	NOUN	O	0		n.possession	ewtb.r.333243.12
+13	of	of	ADP	O	0			ewtb.r.333243.12
+14	$	$	SYM	O	0			ewtb.r.333243.12
+15	6,000	6,000	NUM	O	0			ewtb.r.333243.12
+16	+	+	SYM	O	0			ewtb.r.333243.12
+17	,	,	PUNCT	O	0			ewtb.r.333243.12
+18	all	all	DET	O	0			ewtb.r.333243.12
+19	due	due	ADJ	O	0			ewtb.r.333243.12
+20	on	on	ADP	O	0			ewtb.r.333243.12
+21	April	april	PROPN	O	0		n.time	ewtb.r.333243.12
+22	15	15	NUM	O	0			ewtb.r.333243.12
+23	,	,	PUNCT	O	0			ewtb.r.333243.12
+24	2010	2010	NUM	O	0			ewtb.r.333243.12
+25	and	and	CONJ	O	0			ewtb.r.333243.12
+26	all	all	DET	O	0			ewtb.r.333243.12
+27	that	that	DET	O	0			ewtb.r.333243.12
+28	Rod	rod	PROPN	O	0		n.person	ewtb.r.333243.12
+29	has	have	VERB	O	0		v.stative	ewtb.r.333243.12
+30	to	to	PART	O	0			ewtb.r.333243.12
+31	say	say	VERB	O	0		v.communication	ewtb.r.333243.12
+32	to	to	ADP	O	0			ewtb.r.333243.12
+33	the	the	DET	O	0			ewtb.r.333243.12
+34	matter	matter	NOUN	O	0		n.cognition	ewtb.r.333243.12
+35	is	be	VERB	O	0		v.stative	ewtb.r.333243.12
+36	'	'	PUNCT	O	0			ewtb.r.333243.12
+37	well	well	INTJ	O	0			ewtb.r.333243.12
+38	,	,	PUNCT	O	0			ewtb.r.333243.12
+39	you	you	PRON	O	0			ewtb.r.333243.12
+40	wo	wo	AUX	O	0			ewtb.r.333243.12
+41	n't	n't	PART	O	0			ewtb.r.333243.12
+42	have	have	VERB	B	0		v.stative	ewtb.r.333243.12
+43	to	to	PART	I	42			ewtb.r.333243.12
+44	pay	pay	VERB	O	0		v.possession	ewtb.r.333243.12
+45	a	a	DET	O	0			ewtb.r.333243.12
+46	penalty	penalty	NOUN	O	0		n.possession	ewtb.r.333243.12
+47	.	.	PUNCT	O	0			ewtb.r.333243.12
+48	'	'	PUNCT	O	0			ewtb.r.333243.12
+
+1	I	i	PRON	O	0			ewtb.r.333243.13
+2	may	may	AUX	O	0			ewtb.r.333243.13
+3	not	not	PART	O	0			ewtb.r.333243.13
+4	have	have	VERB	B	0		v.stative	ewtb.r.333243.13
+5	to	to	PART	I	4			ewtb.r.333243.13
+6	pay	pay	VERB	O	0		v.possession	ewtb.r.333243.13
+7	a	a	DET	O	0			ewtb.r.333243.13
+8	penalty	penalty	NOUN	O	0		n.possession	ewtb.r.333243.13
+9	,	,	PUNCT	O	0			ewtb.r.333243.13
+10	yet	yet	ADV	O	0			ewtb.r.333243.13
+11	,	,	PUNCT	O	0			ewtb.r.333243.13
+12	but	but	CONJ	O	0			ewtb.r.333243.13
+13	this	this	DET	O	0			ewtb.r.333243.13
+14	is	be	VERB	O	0		v.stative	ewtb.r.333243.13
+15	NOT	not	PART	O	0			ewtb.r.333243.13
+16	what	what	PRON	O	0			ewtb.r.333243.13
+17	I	i	PRON	O	0			ewtb.r.333243.13
+18	had	have	VERB	B	0		v.cognition	ewtb.r.333243.13
+19	in	in	ADP	I	18			ewtb.r.333243.13
+20	mind	mind	NOUN	I	19			ewtb.r.333243.13
+21	when	when	ADV	O	0			ewtb.r.333243.13
+22	hired	hire	VERB	O	0		v.social	ewtb.r.333243.13
+23	these	these	DET	O	0			ewtb.r.333243.13
+24	guys	guy	NOUN	O	0		n.group	ewtb.r.333243.13
+25	.	.	PUNCT	O	0			ewtb.r.333243.13
+
+1	In	in	ADP	O	0			ewtb.r.333243.14
+2	the	the	DET	O	0			ewtb.r.333243.14
+3	words	words	NOUN	O	0		n.communication	ewtb.r.333243.14
+4	of	of	ADP	O	0			ewtb.r.333243.14
+5	my	my	PRON	O	0			ewtb.r.333243.14
+6	new	new	ADJ	O	0			ewtb.r.333243.14
+7	accountant	accountant	NOUN	O	0		n.person	ewtb.r.333243.14
+8	,	,	PUNCT	O	0			ewtb.r.333243.14
+9	THEY	they	PRON	O	0			ewtb.r.333243.14
+10	LET	let	VERB	B	0		v.social	ewtb.r.333243.14
+11	ME	me	PRON	o	0			ewtb.r.333243.14
+12	DOWN	down	ADP	I	10			ewtb.r.333243.14
+13	!	!	PUNCT	O	0			ewtb.r.333243.14
+
+1	Not	not	PART	O	0			ewtb.r.336049.1
+2	what	what	PRON	O	0			ewtb.r.336049.1
+3	i	i	PRON	O	0			ewtb.r.336049.1
+4	expected	expect	VERB	O	0		v.cognition	ewtb.r.336049.1
+5	!	!	PUNCT	O	0			ewtb.r.336049.1
+
+1	We	we	PRON	O	0			ewtb.r.336049.2
+2	read	read	VERB	O	0		v.communication	ewtb.r.336049.2
+3	the	the	DET	O	0			ewtb.r.336049.2
+4	good	good	ADJ	O	0			ewtb.r.336049.2
+5	reviews	review	NOUN	O	0		n.communication	ewtb.r.336049.2
+6	before	before	SCONJ	O	0			ewtb.r.336049.2
+7	going	go	VERB	O	0		v.motion	ewtb.r.336049.2
+8	and	and	CONJ	O	0			ewtb.r.336049.2
+9	had	have	VERB	O	0		v.stative	ewtb.r.336049.2
+10	high	high	ADJ	B	0		n.cognition	ewtb.r.336049.2
+11	hopes	hope	NOUN	I	10			ewtb.r.336049.2
+12	..	..	PUNCT	O	0			ewtb.r.336049.2
+13	but	but	CONJ	O	0			ewtb.r.336049.2
+14	to	to	ADP	O	0			ewtb.r.336049.2
+15	our	our	PRON	O	0			ewtb.r.336049.2
+16	dismay	dismay	NOUN	O	0		n.feeling	ewtb.r.336049.2
+17	it	it	PRON	O	0			ewtb.r.336049.2
+18	did	do	AUX	O	0			ewtb.r.336049.2
+19	nt	nt	ADV	O	0			ewtb.r.336049.2
+20	turn	turn	VERB	B	0		v.stative	ewtb.r.336049.2
+21	out	out	ADP	I	20			ewtb.r.336049.2
+22	that	that	DET	O	0			ewtb.r.336049.2
+23	way	way	NOUN	O	0		n.cognition	ewtb.r.336049.2
+24	!	!	PUNCT	O	0			ewtb.r.336049.2
+
+1	Scallops	scallop	NOUN	O	0		n.food	ewtb.r.336049.5
+2	were	be	VERB	O	0		v.stative	ewtb.r.336049.5
+3	overcooked	overcooked	ADJ	O	0			ewtb.r.336049.5
+4	and	and	CONJ	O	0			ewtb.r.336049.5
+5	the	the	DET	O	0			ewtb.r.336049.5
+6	foie	foie	NOUN	B	0		n.food	ewtb.r.336049.5
+7	gras	gras	NOUN	I	6			ewtb.r.336049.5
+8	was	be	VERB	O	0		v.stative	ewtb.r.336049.5
+9	cold	cold	ADJ	O	0			ewtb.r.336049.5
+10	but	but	CONJ	O	0			ewtb.r.336049.5
+11	the	the	DET	O	0			ewtb.r.336049.5
+12	rest	rest	ADJ	O	0			ewtb.r.336049.5
+13	of	of	ADP	O	0			ewtb.r.336049.5
+14	the	the	DET	O	0			ewtb.r.336049.5
+15	food	food	NOUN	O	0		n.food	ewtb.r.336049.5
+16	was	be	VERB	O	0		v.stative	ewtb.r.336049.5
+17	lovely	lovely	ADJ	O	0			ewtb.r.336049.5
+18	.	.	PUNCT	O	0			ewtb.r.336049.5
+
+1	Top	top	ADJ	B	0		n.communication	ewtb.r.340848.1
+2	notch	notch	NOUN	I	1			ewtb.r.340848.1
+3	eats	eats	NOUN	O	0		n.food	ewtb.r.340848.1
+4	!	!	PUNCT	O	0			ewtb.r.340848.1
+
+1	So	so	ADV	O	0			ewtb.r.340848.2
+2	here	here	ADV	O	0			ewtb.r.340848.2
+3	we	we	PRON	O	0			ewtb.r.340848.2
+4	are	be	VERB	O	0		v.stative	ewtb.r.340848.2
+5	in	in	ADP	O	0			ewtb.r.340848.2
+6	Manson	manson	PROPN	O	0		n.location	ewtb.r.340848.2
+7	.	.	PUNCT	O	0			ewtb.r.340848.2
+
+1	Manson	manson	PROPN	O	0		n.location	ewtb.r.340848.3
+2	?	?	PUNCT	O	0			ewtb.r.340848.3
+
+1	Yes	yes	INTJ	O	0			ewtb.r.340848.4
+2	,	,	PUNCT	O	0			ewtb.r.340848.4
+3	Manson	manson	PROPN	O	0		n.location	ewtb.r.340848.4
+4	.	.	PUNCT	O	0			ewtb.r.340848.4
+
+1	Aka	aka	ADV	O	0			ewtb.r.340848.6
+2	Nowheresville	nowheresville	PROPN	O	0		n.cognition	ewtb.r.340848.6
+3	.	.	PUNCT	O	0			ewtb.r.340848.6
+
+1	And	and	CONJ	O	0			ewtb.r.340848.7
+2	this	this	DET	O	0			ewtb.r.340848.7
+3	litttle	litttle	ADJ	O	0			ewtb.r.340848.7
+4	gem	gem	NOUN	O	0		n.cognition	ewtb.r.340848.7
+5	of	of	ADP	O	0			ewtb.r.340848.7
+6	a	a	DET	O	0			ewtb.r.340848.7
+7	7	7	NUM	O	0			ewtb.r.340848.7
+8	-	-	PUNCT	O	0			ewtb.r.340848.7
+9	table	table	NOUN	O	0		n.artifact	ewtb.r.340848.7
+10	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.340848.7
+11	is	be	VERB	O	0		v.stative	ewtb.r.340848.7
+12	a	a	DET	O	0			ewtb.r.340848.7
+13	complete	complete	ADJ	O	0			ewtb.r.340848.7
+14	and	and	CONJ	O	0			ewtb.r.340848.7
+15	utterly	utterly	ADV	O	0			ewtb.r.340848.7
+16	wonderful	wonderful	ADJ	O	0			ewtb.r.340848.7
+17	surprise	surprise	NOUN	O	0		n.cognition	ewtb.r.340848.7
+18	.	.	PUNCT	O	0			ewtb.r.340848.7
+
+1	A	a	DET	O	0			ewtb.r.340848.8
+2	short	short	ADJ	O	0			ewtb.r.340848.8
+3	but	but	CONJ	O	0			ewtb.r.340848.8
+4	wide	wide	ADJ	O	0			ewtb.r.340848.8
+5	-	-	PUNCT	O	0			ewtb.r.340848.8
+6	ranging	range	VERB	O	0		v.stative	ewtb.r.340848.8
+7	menu	menu	NOUN	O	0		n.communication	ewtb.r.340848.8
+8	executed	execute	VERB	O	0		v.stative	ewtb.r.340848.8
+9	with	with	ADP	O	0			ewtb.r.340848.8
+10	innovative	innovative	ADJ	O	0			ewtb.r.340848.8
+11	perfection	perfection	NOUN	O	0		n.cognition	ewtb.r.340848.8
+12	in	in	ADP	O	0			ewtb.r.340848.8
+13	a	a	DET	O	0			ewtb.r.340848.8
+14	cozy	cozy	ADJ	O	0			ewtb.r.340848.8
+15	hole	hole	NOUN	B	0		n.cognition	ewtb.r.340848.8
+16	in	in	ADP	I	15			ewtb.r.340848.8
+17	the	the	DET	I	16			ewtb.r.340848.8
+18	wall	wall	NOUN	I	17			ewtb.r.340848.8
+19	just	just	ADV	O	0			ewtb.r.340848.8
+20	off	off	ADP	O	0			ewtb.r.340848.8
+21	the	the	DET	O	0			ewtb.r.340848.8
+22	main	main	ADJ	O	0			ewtb.r.340848.8
+23	street	street	NOUN	O	0		n.location	ewtb.r.340848.8
+24	.	.	PUNCT	O	0			ewtb.r.340848.8
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.340848.9
+2	food	food	NOUN	O	0		n.food	ewtb.r.340848.9
+3	served	serve	VERB	O	0		v.social	ewtb.r.340848.9
+4	without	without	ADP	O	0			ewtb.r.340848.9
+5	pretense	pretense	NOUN	O	0		n.cognition	ewtb.r.340848.9
+6	,	,	PUNCT	O	0			ewtb.r.340848.9
+7	very	very	ADV	O	0			ewtb.r.340848.9
+8	reasonably	reasonably	ADV	O	0			ewtb.r.340848.9
+9	priced	price	VERB	O	0			ewtb.r.340848.9
+10	wine	wine	NOUN	O	0		n.food	ewtb.r.340848.9
+11	selections	selection	NOUN	O	0		n.cognition	ewtb.r.340848.9
+12	.	.	PUNCT	O	0			ewtb.r.340848.9
+
+1	A	a	DET	O	0			ewtb.r.340848.10
+2	great	great	ADJ	O	0			ewtb.r.340848.10
+3	place	place	NOUN	O	0		n.group	ewtb.r.340848.10
+4	to	to	PART	O	0			ewtb.r.340848.10
+5	go	go	VERB	O	0		v.motion	ewtb.r.340848.10
+6	for	for	ADP	O	0			ewtb.r.340848.10
+7	dinner	dinner	NOUN	O	0		n.event	ewtb.r.340848.10
+8	after	after	ADP	O	0			ewtb.r.340848.10
+9	a	a	DET	O	0			ewtb.r.340848.10
+10	day	day	NOUN	O	0		n.time	ewtb.r.340848.10
+11	of	of	ADP	O	0			ewtb.r.340848.10
+12	wine	wine	NOUN	B	0		n.event	ewtb.r.340848.10
+13	tasting	tasting	NOUN	I	12			ewtb.r.340848.10
+14	.	.	PUNCT	O	0			ewtb.r.340848.10
+
+1	happy	happy	ADJ	O	0			ewtb.r.348247.1
+2	customer	customer	NOUN	O	0		n.person	ewtb.r.348247.1
+
+1	Mr.	mr.	PROPN	B	0		n.group	ewtb.r.348247.2
+2	Squeege	squeege	PROPN	I	1			ewtb.r.348247.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.348247.2
+4	THE	the	DET	O	0			ewtb.r.348247.2
+5	BEST	best	ADJ	O	0			ewtb.r.348247.2
+6	.	.	PUNCT	O	0			ewtb.r.348247.2
+
+1	Prompt	prompt	ADJ	O	0			ewtb.r.348247.3
+2	,	,	PUNCT	O	0			ewtb.r.348247.3
+3	Clean	clean	ADJ	O	0			ewtb.r.348247.3
+4	Windows	windows	NOUN	O	0		n.artifact	ewtb.r.348247.3
+5	.	.	PUNCT	O	0			ewtb.r.348247.3
+
+1	Affordable	affordable	ADJ	O	0			ewtb.r.348247.4
+2	pricing	pricing	NOUN	O	0		n.possession	ewtb.r.348247.4
+3	.	.	PUNCT	O	0			ewtb.r.348247.4
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.348247.5
+2	responses	response	NOUN	O	0		n.communication	ewtb.r.348247.5
+3	.	.	PUNCT	O	0			ewtb.r.348247.5
+
+1	How	how	ADV	O	0			ewtb.r.348247.6
+2	else	else	ADV	O	0			ewtb.r.348247.6
+3	can	can	AUX	O	0			ewtb.r.348247.6
+4	excellent	excellent	ADJ	O	0			ewtb.r.348247.6
+5	be	be	AUX	O	0			ewtb.r.348247.6
+6	described	describe	VERB	O	0		v.communication	ewtb.r.348247.6
+7	for	for	ADP	O	0			ewtb.r.348247.6
+8	a	a	DET	O	0			ewtb.r.348247.6
+9	business	business	NOUN	O	0		n.group	ewtb.r.348247.6
+10	of	of	ADP	O	0			ewtb.r.348247.6
+11	this	this	DET	O	0			ewtb.r.348247.6
+12	sort	sort	NOUN	O	0		n.cognition	ewtb.r.348247.6
+13	?	?	PUNCT	O	0			ewtb.r.348247.6
+
+1	You	you	PRON	O	0			ewtb.r.348247.8
+2	will	will	AUX	O	0			ewtb.r.348247.8
+3	find	find	VERB	O	0		v.cognition	ewtb.r.348247.8
+4	the	the	DET	O	0			ewtb.r.348247.8
+5	same	same	ADJ	O	0			ewtb.r.348247.8
+6	to	to	PART	O	0			ewtb.r.348247.8
+7	be	be	VERB	O	0		v.stative	ewtb.r.348247.8
+8	true	true	ADJ	O	0			ewtb.r.348247.8
+9	for	for	ADP	O	0			ewtb.r.348247.8
+10	you	you	PRON	O	0			ewtb.r.348247.8
+11	.	.	PUNCT	O	0			ewtb.r.348247.8
+
+1	AMAZING	amazing	ADJ	O	0			ewtb.r.374344.1
+
+1	Absoul	absoul	PROPN	O	0		n.person	ewtb.r.374344.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.374344.2
+3	the	the	DET	O	0			ewtb.r.374344.2
+4	greatest	greatest	ADJ	O	0			ewtb.r.374344.2
+5	donair	donair	NOUN	O	0		n.food	ewtb.r.374344.2
+6	man	man	NOUN	O	0		n.person	ewtb.r.374344.2
+7	on	on	ADP	B	0			ewtb.r.374344.2
+8	the	the	DET	I	7			ewtb.r.374344.2
+9	planet	planet	NOUN	I	8			ewtb.r.374344.2
+10	.	.	PUNCT	O	0			ewtb.r.374344.2
+
+1	Highly	highly	ADV	O	0			ewtb.r.374344.3
+2	recommended	recommend	VERB	O	0		v.communication	ewtb.r.374344.3
+3	.	.	PUNCT	O	0			ewtb.r.374344.3
+
+1	If	if	SCONJ	O	0			ewtb.r.374344.4
+2	you	you	PRON	O	0			ewtb.r.374344.4
+3	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.374344.4
+4	amazing	amazing	ADJ	O	0			ewtb.r.374344.4
+5	things	things	NOUN	O	0			ewtb.r.374344.4
+6	,	,	PUNCT	O	0			ewtb.r.374344.4
+7	you	you	PRON	O	0			ewtb.r.374344.4
+8	must	must	AUX	O	0			ewtb.r.374344.4
+9	go	go	VERB	O	0		v.motion	ewtb.r.374344.4
+10	to	to	ADP	O	0			ewtb.r.374344.4
+11	World	world	PROPN	B	0		n.group	ewtb.r.374344.4
+12	's	's	PART	I	11			ewtb.r.374344.4
+13	Finest	finest	PROPN	I	12			ewtb.r.374344.4
+14	Donair	donair	PROPN	I	13			ewtb.r.374344.4
+15	.	.	PUNCT	O	0			ewtb.r.374344.4
+
+1	Lest	l	SCONJ	O	0			ewtb.r.374344.5
+2	you	you	PRON	O	0			ewtb.r.374344.5
+3	be	be	VERB	O	0		v.stative	ewtb.r.374344.5
+4	lame	lame	ADJ	O	0			ewtb.r.374344.5
+5	!!!	!!!	PUNCT	O	0			ewtb.r.374344.5
+
+1	I	i	PRON	O	0			ewtb.r.374344.6
+2	give	give	VERB	O	0		v.communication	ewtb.r.374344.6
+3	this	this	DET	O	0			ewtb.r.374344.6
+4	place	place	NOUN	O	0		n.group	ewtb.r.374344.6
+5	11	11	NUM	O	0			ewtb.r.374344.6
+6	/	/	SYM	O	0			ewtb.r.374344.6
+7	10	10	NUM	O	0			ewtb.r.374344.6
+8	.	.	PUNCT	O	0			ewtb.r.374344.6
+
+1	3	3	NUM	O	0			ewtb.r.374344.7
+2	thumbs	thumb	NOUN	B	0		n.communication	ewtb.r.374344.7
+3	up	up	ADV	I	2			ewtb.r.374344.7
+4	.	.	PUNCT	O	0			ewtb.r.374344.7
+
+1	Bon	bon	INTJ	B	0			ewtb.r.374344.8
+2	appetit	appetit	INTJ	I	1			ewtb.r.374344.8
+3	!	!	PUNCT	O	0			ewtb.r.374344.8
+
+1	Craft	craft	NOUN	B	0		n.group	ewtb.r.377347.1
+2	Wonderland	wonderland	NOUN	I	1			ewtb.r.377347.1
+3	with	with	ADP	O	0			ewtb.r.377347.1
+4	History	history	NOUN	O	0		n.cognition	ewtb.r.377347.1
+
+1	My	my	PRON	O	0			ewtb.r.377347.2
+2	first	first	ADJ	O	0			ewtb.r.377347.2
+3	visit	visit	NOUN	O	0		n.event	ewtb.r.377347.2
+4	was	be	VERB	O	0		v.stative	ewtb.r.377347.2
+5	so	so	ADV	O	0			ewtb.r.377347.2
+6	fun	fun	ADJ	O	0			ewtb.r.377347.2
+7	yesterday	yesterday	NOUN	O	0		n.time	ewtb.r.377347.2
+8	.	.	PUNCT	O	0			ewtb.r.377347.2
+
+1	I	i	PRON	O	0			ewtb.r.377347.3
+2	could	could	AUX	O	0			ewtb.r.377347.3
+3	have	have	AUX	O	0			ewtb.r.377347.3
+4	stayed	stay	VERB	O	0		v.social	ewtb.r.377347.3
+5	all	all	DET	O	0			ewtb.r.377347.3
+6	day	day	NOUN	O	0		n.time	ewtb.r.377347.3
+7	and	and	CONJ	O	0			ewtb.r.377347.3
+8	not	not	PART	O	0			ewtb.r.377347.3
+9	seen	see	VERB	O	0		v.perception	ewtb.r.377347.3
+10	all	all	DET	O	0			ewtb.r.377347.3
+11	the	the	DET	O	0			ewtb.r.377347.3
+12	things	things	NOUN	O	0			ewtb.r.377347.3
+13	.	.	PUNCT	O	0			ewtb.r.377347.3
+
+1	I	i	PRON	O	0			ewtb.r.377347.4
+2	am	be	AUX	O	0			ewtb.r.377347.4
+3	doing	do	VERB	O	0		v.stative	ewtb.r.377347.4
+4	origami	origami	NOUN	O	0		n.act	ewtb.r.377347.4
+5	jewelry	jewelry	NOUN	O	0		n.artifact	ewtb.r.377347.4
+6	and	and	CONJ	O	0			ewtb.r.377347.4
+7	found	find	VERB	O	0		v.cognition	ewtb.r.377347.4
+8	exactly	exactly	ADV	O	0			ewtb.r.377347.4
+9	the	the	DET	O	0			ewtb.r.377347.4
+10	right	right	ADJ	O	0			ewtb.r.377347.4
+11	things	things	NOUN	O	0			ewtb.r.377347.4
+12	for	for	ADP	O	0			ewtb.r.377347.4
+13	earrings	earring	NOUN	O	0		n.artifact	ewtb.r.377347.4
+14	and	and	CONJ	O	0			ewtb.r.377347.4
+15	got	get	VERB	O	0		v.stative	ewtb.r.377347.4
+16	many	many	ADJ	O	0			ewtb.r.377347.4
+17	other	other	ADJ	O	0			ewtb.r.377347.4
+18	ideas	idea	NOUN	O	0		n.cognition	ewtb.r.377347.4
+19	there	there	ADV	O	0			ewtb.r.377347.4
+20	too	too	ADV	O	0			ewtb.r.377347.4
+21	.	.	PUNCT	O	0			ewtb.r.377347.4
+
+1	I	i	PRON	O	0			ewtb.r.377347.5
+2	bought	buy	VERB	O	0		v.possession	ewtb.r.377347.5
+3	a	a	DET	O	0			ewtb.r.377347.5
+4	beginner	beginner	NOUN	O	0		n.cognition	ewtb.r.377347.5
+5	s	s	PART	O	0			ewtb.r.377347.5
+6	quilling	quilling	NOUN	O	0		n.act	ewtb.r.377347.5
+7	set	set	NOUN	O	0		n.artifact	ewtb.r.377347.5
+8	and	and	CONJ	O	0			ewtb.r.377347.5
+9	like	like	SCONJ	O	0			ewtb.r.377347.5
+10	making	make	VERB	O	0		v.creation	ewtb.r.377347.5
+11	the	the	DET	O	0			ewtb.r.377347.5
+12	filigree	filigree	NOUN	O	0		n.artifact	ewtb.r.377347.5
+13	forms	form	NOUN	O	0		n.cognition	ewtb.r.377347.5
+14	you	you	PRON	O	0			ewtb.r.377347.5
+15	can	can	AUX	O	0			ewtb.r.377347.5
+16	make	make	VERB	O	0		v.creation	ewtb.r.377347.5
+17	and	and	CONJ	O	0			ewtb.r.377347.5
+18	add	add	VERB	O	0		v.change	ewtb.r.377347.5
+19	to	to	ADP	O	0			ewtb.r.377347.5
+20	other	other	ADJ	O	0			ewtb.r.377347.5
+21	crafts	craft	NOUN	O	0		n.artifact	ewtb.r.377347.5
+22	.	.	PUNCT	O	0			ewtb.r.377347.5
+
+1	The	the	DET	O	0			ewtb.r.377347.6
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.377347.6
+3	,	,	PUNCT	O	0			ewtb.r.377347.6
+4	Jean	jean	PROPN	O	0		n.person	ewtb.r.377347.6
+5	,	,	PUNCT	O	0			ewtb.r.377347.6
+6	has	have	AUX	O	0			ewtb.r.377347.6
+7	been	be	VERB	O	0		v.stative	ewtb.r.377347.6
+8	there	there	ADV	O	0			ewtb.r.377347.6
+9	31	31	NUM	O	0			ewtb.r.377347.6
+10	years	years	NOUN	O	0		n.time	ewtb.r.377347.6
+11	!	!	PUNCT	O	0			ewtb.r.377347.6
+
+1	What	what	DET	O	0			ewtb.r.377347.7
+2	a	a	DET	O	0			ewtb.r.377347.7
+3	history	history	NOUN	O	0		n.cognition	ewtb.r.377347.7
+4	.	.	PUNCT	O	0			ewtb.r.377347.7
+
+1	She	she	PRON	O	0			ewtb.r.377347.8
+2	is	be	VERB	O	0		v.stative	ewtb.r.377347.8
+3	a	a	DET	O	0			ewtb.r.377347.8
+4	super	super	ADV	O	0			ewtb.r.377347.8
+5	sweet	sweet	ADJ	O	0			ewtb.r.377347.8
+6	,	,	PUNCT	O	0			ewtb.r.377347.8
+7	lovable	lovable	ADJ	O	0			ewtb.r.377347.8
+8	and	and	CONJ	O	0			ewtb.r.377347.8
+9	well	well	ADV	O	0			ewtb.r.377347.8
+10	-	-	PUNCT	O	0			ewtb.r.377347.8
+11	informed	inform	VERB	O	0			ewtb.r.377347.8
+12	woman	woman	NOUN	O	0		n.person	ewtb.r.377347.8
+13	with	with	ADP	O	0			ewtb.r.377347.8
+14	a	a	DET	O	0			ewtb.r.377347.8
+15	great	great	ADJ	O	0			ewtb.r.377347.8
+16	sense	sense	NOUN	B	0		n.attribute	ewtb.r.377347.8
+17	of	of	ADP	I	16			ewtb.r.377347.8
+18	humor	humor	NOUN	I	17			ewtb.r.377347.8
+19	.	.	PUNCT	O	0			ewtb.r.377347.8
+
+1	This	this	DET	O	0			ewtb.r.377347.10
+2	store	store	NOUN	O	0		n.group	ewtb.r.377347.10
+3	is	be	VERB	O	0		v.stative	ewtb.r.377347.10
+4	a	a	DET	O	0			ewtb.r.377347.10
+5	real	real	ADJ	O	0			ewtb.r.377347.10
+6	gem	gem	NOUN	O	0		n.cognition	ewtb.r.377347.10
+7	and	and	CONJ	O	0			ewtb.r.377347.10
+8	has	have	VERB	O	0		v.stative	ewtb.r.377347.10
+9	much	much	ADJ	O	0			ewtb.r.377347.10
+10	to	to	PART	O	0			ewtb.r.377347.10
+11	offer	offer	VERB	O	0		v.social	ewtb.r.377347.10
+12	the	the	DET	O	0			ewtb.r.377347.10
+13	serious	serious	ADJ	O	0			ewtb.r.377347.10
+14	crafter	crafter	NOUN	O	0		n.person	ewtb.r.377347.10
+15	or	or	CONJ	O	0			ewtb.r.377347.10
+16	the	the	DET	O	0			ewtb.r.377347.10
+17	occasional	occasional	ADJ	O	0			ewtb.r.377347.10
+18	crafter	crafter	NOUN	O	0		n.person	ewtb.r.377347.10
+19	.	.	PUNCT	O	0			ewtb.r.377347.10
+
+1	Great	great	ADJ	O	0			ewtb.r.377347.12
+2	name	name	NOUN	O	0		n.communication	ewtb.r.377347.12
+3	for	for	ADP	O	0			ewtb.r.377347.12
+4	a	a	DET	O	0			ewtb.r.377347.12
+5	great	great	ADJ	O	0			ewtb.r.377347.12
+6	store	store	NOUN	O	0		n.group	ewtb.r.377347.12
+7	!	!	PUNCT	O	0			ewtb.r.377347.12
+
+1	Shop	shop	VERB	O	0		v.social	ewtb.r.377347.13
+2	Local	local	ADV	O	0			ewtb.r.377347.13
+3	!	!	PUNCT	O	0			ewtb.r.377347.13
+
+1	Barbara	barbara	PROPN	B	0		n.person	ewtb.r.377347.14
+2	Quimba	quimba	PROPN	I	1			ewtb.r.377347.14
+3	1/30/10	1/30/10	NUM	O	0			ewtb.r.377347.14
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.380048.1
+2	Nova	nova	PROPN	B	0		n.location	ewtb.r.380048.1
+3	Scotia	scotia	PROPN	I	2			ewtb.r.380048.1
+4	Cottage	cottage	NOUN	O	0		n.artifact	ewtb.r.380048.1
+
+1	We	we	PRON	O	0			ewtb.r.380048.2
+2	had	have	VERB	B	0		v.social	ewtb.r.380048.2
+3	a	a	DET	I	2			ewtb.r.380048.2
+4	fantastic	fantastic	ADJ	o	0			ewtb.r.380048.2
+5	time	time	NOUN	I	3			ewtb.r.380048.2
+6	.	.	PUNCT	O	0			ewtb.r.380048.2
+
+1	Such	such	DET	O	0			ewtb.r.380048.3
+2	a	a	DET	O	0			ewtb.r.380048.3
+3	relaxing	relaxing	ADJ	O	0			ewtb.r.380048.3
+4	atmosphere	atmosphere	NOUN	O	0		n.cognition	ewtb.r.380048.3
+5	and	and	CONJ	O	0			ewtb.r.380048.3
+6	inspiring	inspiring	ADJ	O	0			ewtb.r.380048.3
+7	architecture	architecture	NOUN	O	0		n.cognition	ewtb.r.380048.3
+8	.	.	PUNCT	O	0			ewtb.r.380048.3
+
+1	Sand	sand	PROPN	B	0		n.location	ewtb.r.380048.4
+2	Hill	hill	PROPN	I	1			ewtb.r.380048.4
+3	park	park	PROPN	I	2			ewtb.r.380048.4
+4	was	be	VERB	O	0		v.stative	ewtb.r.380048.4
+5	a	a	DET	O	0			ewtb.r.380048.4
+6	great	great	ADJ	O	0			ewtb.r.380048.4
+7	beach	beach	NOUN	O	0		n.natural_object	ewtb.r.380048.4
+8	...	...	PUNCT	O	0			ewtb.r.380048.4
+
+1	Nice	nice	ADJ	O	0			ewtb.r.380048.5
+2	warm	warm	ADJ	O	0			ewtb.r.380048.5
+3	water	water	NOUN	O	0		n.natural_object	ewtb.r.380048.5
+4	.	.	PUNCT	O	0			ewtb.r.380048.5
+
+1	Thank	thank	VERB	B	0			ewtb.r.380048.6
+2	-	-	PUNCT	I	1			ewtb.r.380048.6
+3	You	you	PRON	I	2			ewtb.r.380048.6
+4	for	for	SCONJ	O	0			ewtb.r.380048.6
+5	sharing	share	VERB	O	0		v.social	ewtb.r.380048.6
+6	your	your	PRON	O	0			ewtb.r.380048.6
+7	cottage	cottage	NOUN	O	0		n.artifact	ewtb.r.380048.6
+8	!	!	PUNCT	O	0			ewtb.r.380048.6
+
+1	WONDERFUL	wonderful	ADJ	O	0			ewtb.r.395149.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.395149.1
+3	.	.	PUNCT	O	0			ewtb.r.395149.1
+
+1	I	i	PRON	O	0			ewtb.r.395149.2
+2	have	have	AUX	O	0			ewtb.r.395149.2
+3	used	use	VERB	O	0		v.social	ewtb.r.395149.2
+4	them	them	PRON	O	0			ewtb.r.395149.2
+5	once	once	ADV	O	0			ewtb.r.395149.2
+6	and	and	CONJ	O	0			ewtb.r.395149.2
+7	will	will	AUX	O	0			ewtb.r.395149.2
+8	use	use	VERB	O	0		v.social	ewtb.r.395149.2
+9	them	them	PRON	O	0			ewtb.r.395149.2
+10	in	in	ADP	O	0			ewtb.r.395149.2
+11	the	the	DET	O	0			ewtb.r.395149.2
+12	future	future	NOUN	O	0		n.time	ewtb.r.395149.2
+13	.	.	PUNCT	O	0			ewtb.r.395149.2
+
+1	Beautiful	beautiful	ADJ	O	0			ewtb.r.395149.3
+2	work	work	NOUN	O	0		n.act	ewtb.r.395149.3
+3	,	,	PUNCT	O	0			ewtb.r.395149.3
+4	fast	fast	ADJ	O	0			ewtb.r.395149.3
+5	shipping	shipping	NOUN	O	0		n.act	ewtb.r.395149.3
+6	and	and	CONJ	O	0			ewtb.r.395149.3
+7	great	great	ADJ	O	0			ewtb.r.395149.3
+8	communication	communication	NOUN	O	0		n.communication	ewtb.r.395149.3
+9	.	.	PUNCT	O	0			ewtb.r.395149.3
+
+1	Do	do	AUX	O	0			ewtb.r.395640.1
+2	n't	n't	PART	O	0			ewtb.r.395640.1
+3	bother	bother	VERB	O	0		v.social	ewtb.r.395640.1
+4	.	.	PUNCT	O	0			ewtb.r.395640.1
+
+1	It	it	PRON	O	0			ewtb.r.395640.2
+2	's	's	VERB	O	0		v.stative	ewtb.r.395640.2
+3	impossible	impossible	ADJ	O	0			ewtb.r.395640.2
+4	to	to	PART	O	0			ewtb.r.395640.2
+5	understand	understand	VERB	O	0		v.cognition	ewtb.r.395640.2
+6	how	how	ADV	O	0			ewtb.r.395640.2
+7	this	this	DET	O	0			ewtb.r.395640.2
+8	place	place	NOUN	O	0		n.group	ewtb.r.395640.2
+9	has	have	AUX	O	0			ewtb.r.395640.2
+10	survived	survive	VERB	O	0		v.social	ewtb.r.395640.2
+11	.	.	PUNCT	O	0			ewtb.r.395640.2
+
+1	DO	do	AUX	O	0			ewtb.r.396046.2
+2	Nt	nt	ADV	O	0			ewtb.r.396046.2
+3	Go	go	VERB	O	0		v.motion	ewtb.r.396046.2
+4	here	here	ADV	O	0			ewtb.r.396046.2
+
+1	Great	great	ADJ	O	0			ewtb.r.398243.1
+2	work	work	NOUN	O	0		n.act	ewtb.r.398243.1
+3	and	and	CONJ	O	0			ewtb.r.398243.1
+4	honest	honest	ADJ	O	0			ewtb.r.398243.1
+5	establishment	establishment	NOUN	O	0		n.group	ewtb.r.398243.1
+6	!	!	PUNCT	O	0			ewtb.r.398243.1
+
+1	I	i	PRON	O	0			ewtb.r.398243.3
+2	had	have	AUX	O	0			ewtb.r.398243.3
+3	tried	try	VERB	B	0		v.stative	ewtb.r.398243.3
+4	out	out	ADP	I	3			ewtb.r.398243.3
+5	few	few	ADJ	O	0			ewtb.r.398243.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.398243.3
+7	around	around	ADP	O	0			ewtb.r.398243.3
+8	the	the	DET	O	0			ewtb.r.398243.3
+9	area	area	NOUN	O	0		n.location	ewtb.r.398243.3
+10	and	and	CONJ	O	0			ewtb.r.398243.3
+11	had	have	AUX	O	0			ewtb.r.398243.3
+12	been	be	AUX	O	0			ewtb.r.398243.3
+13	ripped	rip	VERB	B	0		v.social	ewtb.r.398243.3
+14	off	off	ADP	I	13			ewtb.r.398243.3
+15	a	a	DET	O	0			ewtb.r.398243.3
+16	few	few	ADJ	O	0			ewtb.r.398243.3
+17	times	times	NOUN	O	0		n.time	ewtb.r.398243.3
+18	.	.	PUNCT	O	0			ewtb.r.398243.3
+
+1	I	i	PRON	O	0			ewtb.r.398243.4
+2	had	have	AUX	O	0			ewtb.r.398243.4
+3	hear	hear	VERB	O	0		v.communication	ewtb.r.398243.4
+4	great	great	ADJ	O	0			ewtb.r.398243.4
+5	things	things	NOUN	O	0			ewtb.r.398243.4
+6	about	about	ADP	O	0			ewtb.r.398243.4
+7	Phet	phet	PROPN	B	0		n.group	ewtb.r.398243.4
+8	and	and	CONJ	I	7			ewtb.r.398243.4
+9	G&G	g&g	PROPN	I	8			ewtb.r.398243.4
+10	Automotive	automotive	PROPN	I	9			ewtb.r.398243.4
+11	so	so	ADV	O	0			ewtb.r.398243.4
+12	I	i	PRON	O	0			ewtb.r.398243.4
+13	decided	decide	VERB	O	0		v.cognition	ewtb.r.398243.4
+14	to	to	PART	O	0			ewtb.r.398243.4
+15	give	give	VERB	B	0		v.social	ewtb.r.398243.4
+16	him	him	PRON	o	0			ewtb.r.398243.4
+17	a	a	DET	I	15			ewtb.r.398243.4
+18	try	try	NOUN	I	17			ewtb.r.398243.4
+19	.	.	PUNCT	O	0			ewtb.r.398243.4
+
+1	The	the	DET	O	0			ewtb.r.398243.5
+2	service	service	NOUN	O	0		n.act	ewtb.r.398243.5
+3	was	be	VERB	O	0		v.stative	ewtb.r.398243.5
+4	excellent	excellent	ADJ	O	0			ewtb.r.398243.5
+5	and	and	CONJ	O	0			ewtb.r.398243.5
+6	personable	personable	ADJ	O	0			ewtb.r.398243.5
+7	.	.	PUNCT	O	0			ewtb.r.398243.5
+
+1	He	he	PRON	O	0			ewtb.r.398243.6
+2	checked	check	VERB	B	0		v.social	ewtb.r.398243.6
+3	out	out	ADP	I	2			ewtb.r.398243.6
+4	what	what	PRON	O	0			ewtb.r.398243.6
+5	I	i	PRON	O	0			ewtb.r.398243.6
+6	needed	need	VERB	O	0		v.cognition	ewtb.r.398243.6
+7	to	to	PART	O	0			ewtb.r.398243.6
+8	have	have	VERB	O	0			ewtb.r.398243.6
+9	done	do	VERB	O	0		v.stative	ewtb.r.398243.6
+10	told	tell	VERB	O	0		v.communication	ewtb.r.398243.6
+11	me	me	PRON	O	0			ewtb.r.398243.6
+12	what	what	PRON	O	0			ewtb.r.398243.6
+13	needed	need	VERB	O	0		v.cognition	ewtb.r.398243.6
+14	be	be	AUX	O	0			ewtb.r.398243.6
+15	fixed	fix	VERB	O	0		v.change	ewtb.r.398243.6
+16	before	before	SCONJ	O	0			ewtb.r.398243.6
+17	he	he	PRON	O	0			ewtb.r.398243.6
+18	did	do	VERB	B	0		v.social	ewtb.r.398243.6
+19	any	any	DET	o	0			ewtb.r.398243.6
+20	work	work	NOUN	I	18			ewtb.r.398243.6
+21	and	and	CONJ	O	0			ewtb.r.398243.6
+22	did	do	VERB	B	0		v.social	ewtb.r.398243.6
+23	great	great	ADJ	o	0			ewtb.r.398243.6
+24	repair	repair	NOUN	o	0		n.act	ewtb.r.398243.6
+25	work	work	NOUN	I	22			ewtb.r.398243.6
+26	.	.	PUNCT	O	0			ewtb.r.398243.6
+
+1	The	the	DET	O	0			ewtb.r.398243.7
+2	price	price	NOUN	O	0		n.possession	ewtb.r.398243.7
+3	was	be	VERB	O	0		v.stative	ewtb.r.398243.7
+4	actually	actually	ADV	O	0			ewtb.r.398243.7
+5	lower	low	ADJ	O	0			ewtb.r.398243.7
+6	than	than	SCONJ	O	0			ewtb.r.398243.7
+7	what	what	PRON	O	0			ewtb.r.398243.7
+8	I	i	PRON	O	0			ewtb.r.398243.7
+9	had	have	AUX	O	0			ewtb.r.398243.7
+10	anticipated	anticipate	VERB	O	0		v.cognition	ewtb.r.398243.7
+11	and	and	CONJ	O	0			ewtb.r.398243.7
+12	used	used	ADJ	B	0			ewtb.r.398243.7
+13	to	to	ADP	I	12			ewtb.r.398243.7
+14	compared	compare	VERB	O	0		v.stative	ewtb.r.398243.7
+15	to	to	ADP	O	0			ewtb.r.398243.7
+16	other	other	ADJ	O	0			ewtb.r.398243.7
+17	places	place	NOUN	O	0		n.group	ewtb.r.398243.7
+18	,	,	PUNCT	O	0			ewtb.r.398243.7
+19	plus	plus	CONJ	O	0			ewtb.r.398243.7
+20	he	he	PRON	O	0			ewtb.r.398243.7
+21	showed	show	VERB	O	0		v.social	ewtb.r.398243.7
+22	me	me	PRON	O	0			ewtb.r.398243.7
+23	the	the	DET	O	0			ewtb.r.398243.7
+24	work	work	NOUN	B	0		v.social	ewtb.r.398243.7
+25	he	he	PRON	o	0			ewtb.r.398243.7
+26	did	do	VERB	I	24			ewtb.r.398243.7
+27	when	when	ADV	O	0			ewtb.r.398243.7
+28	I	i	PRON	O	0			ewtb.r.398243.7
+29	came	come	VERB	B	0		v.motion	ewtb.r.398243.7
+30	in	in	ADV	I	29			ewtb.r.398243.7
+31	to	to	PART	O	0			ewtb.r.398243.7
+32	pick	pick	VERB	B	0		v.social	ewtb.r.398243.7
+33	up	up	ADP	I	32			ewtb.r.398243.7
+34	the	the	DET	O	0			ewtb.r.398243.7
+35	car	car	NOUN	O	0		n.artifact	ewtb.r.398243.7
+36	.	.	PUNCT	O	0			ewtb.r.398243.7
+
+1	Also	also	ADV	O	0			ewtb.r.398243.8
+2	,	,	PUNCT	O	0			ewtb.r.398243.8
+3	a	a	DET	O	0			ewtb.r.398243.8
+4	week	week	NOUN	O	0		n.time	ewtb.r.398243.8
+5	after	after	ADP	O	0			ewtb.r.398243.8
+6	the	the	DET	O	0			ewtb.r.398243.8
+7	work	work	NOUN	O	0		n.act	ewtb.r.398243.8
+8	,	,	PUNCT	O	0			ewtb.r.398243.8
+9	Phet	phet	PROPN	O	0		n.person	ewtb.r.398243.8
+10	called	call	VERB	B	0		v.communication	ewtb.r.398243.8
+11	me	me	PRON	o	0			ewtb.r.398243.8
+12	up	up	ADP	I	10			ewtb.r.398243.8
+13	to	to	PART	O	0			ewtb.r.398243.8
+14	see	see	VERB	O	0		v.cognition	ewtb.r.398243.8
+15	how	how	ADV	O	0			ewtb.r.398243.8
+16	my	my	PRON	O	0			ewtb.r.398243.8
+17	car	car	NOUN	O	0		n.artifact	ewtb.r.398243.8
+18	was	be	AUX	O	0			ewtb.r.398243.8
+19	running	run	VERB	O	0		v.stative	ewtb.r.398243.8
+20	and	and	CONJ	O	0			ewtb.r.398243.8
+21	to	to	PART	O	0			ewtb.r.398243.8
+22	let	let	VERB	B	0		v.communication	ewtb.r.398243.8
+23	me	me	PRON	o	0			ewtb.r.398243.8
+24	know	know	VERB	I	22			ewtb.r.398243.8
+25	that	that	SCONJ	O	0			ewtb.r.398243.8
+26	they	they	PRON	O	0			ewtb.r.398243.8
+27	had	have	AUX	O	0			ewtb.r.398243.8
+28	accidentally	accidentally	ADV	O	0			ewtb.r.398243.8
+29	overcharged	overcharge	VERB	O	0		v.possession	ewtb.r.398243.8
+30	me	me	PRON	O	0			ewtb.r.398243.8
+31	for	for	ADP	O	0			ewtb.r.398243.8
+32	part	part	NOUN	O	0		n.quantity	ewtb.r.398243.8
+33	of	of	ADP	O	0			ewtb.r.398243.8
+34	the	the	DET	O	0			ewtb.r.398243.8
+35	work	work	NOUN	O	0		n.act	ewtb.r.398243.8
+36	and	and	CONJ	O	0			ewtb.r.398243.8
+37	wanted	want	VERB	O	0		v.cognition	ewtb.r.398243.8
+38	to	to	PART	O	0			ewtb.r.398243.8
+39	give	give	VERB	O	0		v.social	ewtb.r.398243.8
+40	me	me	PRON	O	0			ewtb.r.398243.8
+41	a	a	DET	O	0			ewtb.r.398243.8
+42	refund	refund	NOUN	O	0		n.possession	ewtb.r.398243.8
+43	for	for	ADP	O	0			ewtb.r.398243.8
+44	that	that	DET	O	0			ewtb.r.398243.8
+45	amount	amount	NOUN	O	0		n.quantity	ewtb.r.398243.8
+46	.	.	PUNCT	O	0			ewtb.r.398243.8
+
+1	That	that	DET	O	0			ewtb.r.398243.9
+2	is	be	VERB	O	0		v.stative	ewtb.r.398243.9
+3	just	just	ADV	O	0			ewtb.r.398243.9
+4	unheard	unheard	ADJ	B	0			ewtb.r.398243.9
+5	of	of	ADV	I	4			ewtb.r.398243.9
+6	these	these	DET	B	0			ewtb.r.398243.9
+7	days	days	NOUN	I	6			ewtb.r.398243.9
+8	!	!	PUNCT	O	0			ewtb.r.398243.9
+
+1	Friendly	friendly	ADJ	O	0			ewtb.r.399348.1
+2	,	,	PUNCT	O	0			ewtb.r.399348.1
+3	clean	clean	ADJ	O	0			ewtb.r.399348.1
+4	and	and	CONJ	O	0			ewtb.r.399348.1
+5	excellent	excellent	ADJ	O	0			ewtb.r.399348.1
+6	location	location	NOUN	O	0		n.location	ewtb.r.399348.1
+
+1	The	the	DET	O	0			ewtb.r.399348.2
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.399348.2
+3	was	be	VERB	O	0		v.stative	ewtb.r.399348.2
+4	very	very	ADV	O	0			ewtb.r.399348.2
+5	helpful	helpful	ADJ	O	0			ewtb.r.399348.2
+6	,	,	PUNCT	O	0			ewtb.r.399348.2
+7	and	and	CONJ	O	0			ewtb.r.399348.2
+8	gave	give	VERB	O	0		v.stative	ewtb.r.399348.2
+9	us	us	PRON	O	0			ewtb.r.399348.2
+10	good	good	ADJ	O	0			ewtb.r.399348.2
+11	advice	advice	NOUN	O	0		n.cognition	ewtb.r.399348.2
+12	on	on	ADP	O	0			ewtb.r.399348.2
+13	day	day	NOUN	O	0		n.time	ewtb.r.399348.2
+14	and	and	CONJ	O	0			ewtb.r.399348.2
+15	night	night	NOUN	O	0		n.time	ewtb.r.399348.2
+16	time	time	NOUN	O	0		n.time	ewtb.r.399348.2
+17	activities	activity	NOUN	O	0		n.act	ewtb.r.399348.2
+18	.	.	PUNCT	O	0			ewtb.r.399348.2
+
+1	Common	common	ADJ	B	0		n.artifact	ewtb.r.399348.3
+2	room	room	NOUN	I	1			ewtb.r.399348.3
+3	was	be	VERB	O	0		v.stative	ewtb.r.399348.3
+4	comfortable	comfortable	ADJ	O	0			ewtb.r.399348.3
+5	and	and	CONJ	O	0			ewtb.r.399348.3
+6	clean	clean	ADJ	O	0			ewtb.r.399348.3
+7	,	,	PUNCT	O	0			ewtb.r.399348.3
+8	very	very	ADV	O	0			ewtb.r.399348.3
+9	good	good	ADJ	O	0			ewtb.r.399348.3
+10	room	room	NOUN	O	0		n.artifact	ewtb.r.399348.3
+11	to	to	PART	O	0			ewtb.r.399348.3
+12	read	read	VERB	O	0		v.communication	ewtb.r.399348.3
+13	or	or	CONJ	O	0			ewtb.r.399348.3
+14	relax	relax	VERB	O	0		v.cognition	ewtb.r.399348.3
+15	.	.	PUNCT	O	0			ewtb.r.399348.3
+16	-	-	SYM	O	0			ewtb.r.399348.3
+
+1	A	a	DET	O	0			ewtb.r.399348.4
+2	great	great	ADJ	O	0			ewtb.r.399348.4
+3	breakfast	breakfast	NOUN	O	0		n.event	ewtb.r.399348.4
+4	which	which	DET	O	0			ewtb.r.399348.4
+5	was	be	AUX	O	0			ewtb.r.399348.4
+6	included	include	VERB	O	0		v.stative	ewtb.r.399348.4
+7	every	every	DET	O	0			ewtb.r.399348.4
+8	morning	morning	NOUN	O	0		n.time	ewtb.r.399348.4
+9	until	until	ADP	O	0			ewtb.r.399348.4
+10	9:30	9:30	NUM	O	0			ewtb.r.399348.4
+11	am	am	NOUN	O	0		n.time	ewtb.r.399348.4
+12	;	;	PUNCT	O	0			ewtb.r.399348.4
+13	yummy	yummy	ADJ	O	0			ewtb.r.399348.4
+14	fresh	fresh	ADJ	O	0			ewtb.r.399348.4
+15	Parisian	parisian	ADJ	B	0			ewtb.r.399348.4
+16	croissants	croissant	NOUN	I	15			ewtb.r.399348.4
+17	.	.	PUNCT	O	0			ewtb.r.399348.4
+
+1	The	the	DET	O	0			ewtb.r.399348.6
+2	location	location	NOUN	O	0		n.location	ewtb.r.399348.6
+3	is	be	VERB	O	0		v.stative	ewtb.r.399348.6
+4	really	really	ADV	O	0			ewtb.r.399348.6
+5	stellar	stellar	ADJ	O	0			ewtb.r.399348.6
+6	!	!	PUNCT	O	0			ewtb.r.399348.6
+
+1	It	it	PRON	O	0			ewtb.r.399348.8
+2	is	be	VERB	O	0		v.stative	ewtb.r.399348.8
+3	close	close	ADJ	O	0			ewtb.r.399348.8
+4	to	to	ADP	O	0			ewtb.r.399348.8
+5	bus	bus	NOUN	B	0		n.artifact	ewtb.r.399348.8
+6	lines	line	NOUN	I	5			ewtb.r.399348.8
+7	for	for	ADP	O	0			ewtb.r.399348.8
+8	Opera	opera	PROPN	B	0		n.location	ewtb.r.399348.8
+9	Plaza	plaza	PROPN	I	8			ewtb.r.399348.8
+10	,	,	PUNCT	O	0			ewtb.r.399348.8
+11	Galleries	galleries	PROPN	B	0		n.location	ewtb.r.399348.8
+12	Lafayette	lafayette	PROPN	I	11			ewtb.r.399348.8
+13	,	,	PUNCT	O	0			ewtb.r.399348.8
+14	and	and	CONJ	O	0			ewtb.r.399348.8
+15	the	the	DET	O	0			ewtb.r.399348.8
+16	famous	famous	ADJ	O	0			ewtb.r.399348.8
+17	flea	flea	NOUN	B	0		n.event	ewtb.r.399348.8
+18	Market	market	NOUN	I	17			ewtb.r.399348.8
+19	.	.	PUNCT	O	0			ewtb.r.399348.8
+
+1	We	we	PRON	O	0			ewtb.r.399348.9
+2	really	really	ADV	O	0			ewtb.r.399348.9
+3	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.399348.9
+4	our	our	PRON	O	0			ewtb.r.399348.9
+5	stay	stay	NOUN	O	0		n.event	ewtb.r.399348.9
+6	and	and	CONJ	O	0			ewtb.r.399348.9
+7	would	would	AUX	O	0			ewtb.r.399348.9
+8	definitely	definitely	ADV	O	0			ewtb.r.399348.9
+9	stay	stay	VERB	O	0		v.social	ewtb.r.399348.9
+10	at	at	ADP	O	0			ewtb.r.399348.9
+11	the	the	DET	O	0			ewtb.r.399348.9
+12	Vintage	vintage	PROPN	B	0		n.group	ewtb.r.399348.9
+13	Hostel	hostel	PROPN	I	12			ewtb.r.399348.9
+14	again	again	ADV	O	0			ewtb.r.399348.9
+15	.	.	PUNCT	O	0			ewtb.r.399348.9
+
+1	Rocky	rocky	PROPN	B	0		n.person	ewtb.r.170650.13
+2	M.	m.	PROPN	I	1			ewtb.r.170650.13
+3	Lange	lange	PROPN	I	2			ewtb.r.170650.13
+4	Retired	retired	ADJ	O	0			ewtb.r.170650.13
+5	Coordinator	coordinator	NOUN	O	0		n.person	ewtb.r.170650.13
+6	,	,	PUNCT	O	0			ewtb.r.170650.13
+7	Clark	clark	PROPN	B	0		n.group	ewtb.r.170650.13
+8	County	county	PROPN	I	7			ewtb.r.170650.13
+9	School	school	PROPN	I	8			ewtb.r.170650.13
+10	District	district	PROPN	I	9			ewtb.r.170650.13
+
+1	what	what	DET	O	0			ewtb.r.171255.1
+2	a	a	DET	O	0			ewtb.r.171255.1
+3	mind	mind	NOUN	B	0		n.cognition	ewtb.r.171255.1
+4	blowing	blow	VERB	I	3			ewtb.r.171255.1
+5	servicing	servicing	NOUN	O	0		n.act	ewtb.r.171255.1
+
+1	They	they	PRON	O	0			ewtb.r.171255.2
+2	treat	treat	VERB	O	0		v.social	ewtb.r.171255.2
+3	there	there	PRON	O	0			ewtb.r.171255.2
+4	employees	employee	NOUN	O	0		n.person	ewtb.r.171255.2
+5	with	with	ADP	O	0			ewtb.r.171255.2
+6	respect	respect	NOUN	O	0		n.cognition	ewtb.r.171255.2
+7	and	and	CONJ	O	0			ewtb.r.171255.2
+8	concern	concern	NOUN	O	0		n.cognition	ewtb.r.171255.2
+9	and	and	CONJ	O	0			ewtb.r.171255.2
+10	expect	expect	VERB	O	0		v.cognition	ewtb.r.171255.2
+11	that	that	SCONJ	O	0			ewtb.r.171255.2
+12	they	they	PRON	O	0			ewtb.r.171255.2
+13	will	will	AUX	O	0			ewtb.r.171255.2
+14	extend	extend	VERB	O	0		v.social	ewtb.r.171255.2
+15	the	the	DET	O	0			ewtb.r.171255.2
+16	same	same	ADJ	O	0			ewtb.r.171255.2
+17	politeness	politeness	NOUN	O	0		n.cognition	ewtb.r.171255.2
+18	to	to	ADP	O	0			ewtb.r.171255.2
+19	there	there	PRON	O	0			ewtb.r.171255.2
+20	customers	customer	NOUN	O	0		n.person	ewtb.r.171255.2
+21	.	.	PUNCT	O	0			ewtb.r.171255.2
+
+1	best	best	ADJ	O	0			ewtb.r.173758.1
+2	place	place	NOUN	O	0		n.group	ewtb.r.173758.1
+3	for	for	ADP	O	0			ewtb.r.173758.1
+4	snowboard	snowboard	NOUN	O	0		n.act	ewtb.r.173758.1
+5	eva	eva	ADV	O	0			ewtb.r.173758.1
+6	.	.	PUNCT	O	0			ewtb.r.173758.1
+
+1	Prominent	prominent	PROPN	B	0		n.group	ewtb.r.182354.1
+2	Builders	builders	PROPN	I	1			ewtb.r.182354.1
+3	NJ	nj	PROPN	O	0		n.location	ewtb.r.182354.1
+
+1	Prominent	prominent	ADJ	B	0		n.group	ewtb.r.182354.2
+2	Builders	builder	NOUN	I	1			ewtb.r.182354.2
+3	in	in	ADP	O	0			ewtb.r.182354.2
+4	New	new	PROPN	B	0		n.location	ewtb.r.182354.2
+5	Jersey	jersey	PROPN	I	4			ewtb.r.182354.2
+6	are	be	VERB	O	0		v.stative	ewtb.r.182354.2
+7	one	one	NUM	O	0			ewtb.r.182354.2
+8	the	the	DET	O	0			ewtb.r.182354.2
+9	best	best	ADJ	O	0			ewtb.r.182354.2
+10	building	building	NOUN	O	0		n.artifact	ewtb.r.182354.2
+11	contractors	contractor	NOUN	O	0		n.person	ewtb.r.182354.2
+12	,	,	PUNCT	O	0			ewtb.r.182354.2
+13	I	i	PRON	O	0			ewtb.r.182354.2
+14	was	be	AUX	O	0			ewtb.r.182354.2
+15	referred	refer	VERB	O	0		v.communication	ewtb.r.182354.2
+16	to	to	ADP	O	0			ewtb.r.182354.2
+17	them	them	PRON	O	0			ewtb.r.182354.2
+18	by	by	ADP	O	0			ewtb.r.182354.2
+19	my	my	PRON	O	0			ewtb.r.182354.2
+20	friend	friend	NOUN	O	0		n.person	ewtb.r.182354.2
+21	,	,	PUNCT	O	0			ewtb.r.182354.2
+22	I	i	PRON	O	0			ewtb.r.182354.2
+23	am	be	VERB	O	0		v.stative	ewtb.r.182354.2
+24	so	so	ADV	O	0			ewtb.r.182354.2
+25	glad	glad	ADJ	O	0			ewtb.r.182354.2
+26	I	i	PRON	O	0			ewtb.r.182354.2
+27	used	use	VERB	O	0		v.social	ewtb.r.182354.2
+28	them	them	PRON	O	0			ewtb.r.182354.2
+29	for	for	ADP	O	0			ewtb.r.182354.2
+30	my	my	PRON	O	0			ewtb.r.182354.2
+31	Home	home	NOUN	O	0		n.artifact	ewtb.r.182354.2
+32	renovation	renovation	NOUN	O	0		n.act	ewtb.r.182354.2
+33	,	,	PUNCT	O	0			ewtb.r.182354.2
+34	and	and	CONJ	O	0			ewtb.r.182354.2
+35	addition	addition	NOUN	O	0		n.act	ewtb.r.182354.2
+36	.	.	PUNCT	O	0			ewtb.r.182354.2
+
+1	Good	good	ADJ	O	0			ewtb.r.228154.1
+2	food	food	NOUN	O	0		n.food	ewtb.r.228154.1
+3	and	and	CONJ	O	0			ewtb.r.228154.1
+4	coffee	coffee	NOUN	O	0		n.food	ewtb.r.228154.1
+5	with	with	ADP	O	0			ewtb.r.228154.1
+6	a	a	DET	O	0			ewtb.r.228154.1
+7	nice	nice	ADJ	O	0			ewtb.r.228154.1
+8	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.228154.1
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.232157.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.232157.1
+3	for	for	ADP	O	0			ewtb.r.232157.1
+4	large	large	ADJ	O	0			ewtb.r.232157.1
+5	group	group	NOUN	O	0		n.group	ewtb.r.232157.1
+
+1	I	i	PRON	O	0			ewtb.r.232157.2
+2	had	have	VERB	O	0		v.stative	ewtb.r.232157.2
+3	my	my	PRON	O	0			ewtb.r.232157.2
+4	wedding	wedding	NOUN	O	0		n.event	ewtb.r.232157.2
+5	luncheon	luncheon	NOUN	O	0		n.event	ewtb.r.232157.2
+6	at	at	ADP	O	0			ewtb.r.232157.2
+7	this	this	DET	O	0			ewtb.r.232157.2
+8	BJ	bj	PROPN	B	0		n.group	ewtb.r.232157.2
+9	s	s	PART	I	8			ewtb.r.232157.2
+10	restaurant	restaurant	PROPN	O	0		n.group	ewtb.r.232157.2
+11	,	,	PUNCT	O	0			ewtb.r.232157.2
+12	and	and	CONJ	O	0			ewtb.r.232157.2
+13	it	it	PRON	O	0			ewtb.r.232157.2
+14	was	be	VERB	O	0		v.stative	ewtb.r.232157.2
+15	one	one	NUM	O	0			ewtb.r.232157.2
+16	of	of	ADP	O	0			ewtb.r.232157.2
+17	the	the	DET	O	0			ewtb.r.232157.2
+18	best	best	ADJ	O	0			ewtb.r.232157.2
+19	choices	choice	NOUN	O	0		n.cognition	ewtb.r.232157.2
+20	that	that	DET	O	0			ewtb.r.232157.2
+21	I	i	PRON	O	0			ewtb.r.232157.2
+22	made	make	VERB	O	0		v.stative	ewtb.r.232157.2
+23	.	.	PUNCT	O	0			ewtb.r.232157.2
+
+1	We	we	PRON	O	0			ewtb.r.232157.4
+2	were	be	AUX	O	0			ewtb.r.232157.4
+3	also	also	ADV	O	0			ewtb.r.232157.4
+4	served	serve	VERB	O	0		v.social	ewtb.r.232157.4
+5	salad	salad	NOUN	O	0		n.food	ewtb.r.232157.4
+6	and	and	CONJ	O	0			ewtb.r.232157.4
+7	soda	soda	NOUN	O	0		n.food	ewtb.r.232157.4
+8	.	.	PUNCT	O	0			ewtb.r.232157.4
+
+1	We	we	PRON	O	0			ewtb.r.232157.5
+2	had	have	VERB	O	0		v.stative	ewtb.r.232157.5
+3	a	a	DET	O	0			ewtb.r.232157.5
+4	large	large	ADJ	O	0			ewtb.r.232157.5
+5	party	party	NOUN	O	0		n.group	ewtb.r.232157.5
+6	,	,	PUNCT	O	0			ewtb.r.232157.5
+7	about	about	ADV	O	0			ewtb.r.232157.5
+8	fifty	fifty	NUM	O	0			ewtb.r.232157.5
+9	people	person	NOUN	O	0		n.person	ewtb.r.232157.5
+10	or	or	CONJ	O	0			ewtb.r.232157.5
+11	so	so	ADV	O	0			ewtb.r.232157.5
+12	,	,	PUNCT	O	0			ewtb.r.232157.5
+13	and	and	CONJ	O	0			ewtb.r.232157.5
+14	yet	yet	ADV	O	0			ewtb.r.232157.5
+15	everything	everything	NOUN	O	0			ewtb.r.232157.5
+16	was	be	AUX	O	0			ewtb.r.232157.5
+17	served	serve	VERB	O	0		v.social	ewtb.r.232157.5
+18	quickly	quickly	ADV	O	0			ewtb.r.232157.5
+19	and	and	CONJ	O	0			ewtb.r.232157.5
+20	we	we	PRON	O	0			ewtb.r.232157.5
+21	all	all	DET	O	0			ewtb.r.232157.5
+22	had	have	VERB	B	0		v.stative	ewtb.r.232157.5
+23	a	a	DET	I	22			ewtb.r.232157.5
+24	wonderful	wonderful	ADJ	o	0			ewtb.r.232157.5
+25	time	time	NOUN	I	23			ewtb.r.232157.5
+26	.	.	PUNCT	O	0			ewtb.r.232157.5
+
+1	I	i	PRON	O	0			ewtb.r.232157.7
+2	really	really	ADV	O	0			ewtb.r.232157.7
+3	appreciate	appreciate	VERB	O	0		v.cognition	ewtb.r.232157.7
+4	BJ	bj	PROPN	B	0		n.group	ewtb.r.232157.7
+5	s	s	PART	I	4			ewtb.r.232157.7
+6	for	for	SCONJ	O	0			ewtb.r.232157.7
+7	making	make	VERB	O	0		v.stative	ewtb.r.232157.7
+8	that	that	DET	O	0			ewtb.r.232157.7
+9	special	special	ADJ	O	0			ewtb.r.232157.7
+10	day	day	NOUN	O	0		n.event	ewtb.r.232157.7
+11	even	even	ADV	O	0			ewtb.r.232157.7
+12	better	better	ADJ	O	0			ewtb.r.232157.7
+13	with	with	ADP	O	0			ewtb.r.232157.7
+14	their	their	PRON	O	0			ewtb.r.232157.7
+15	wonderful	wonderful	ADJ	O	0			ewtb.r.232157.7
+16	food	food	NOUN	O	0		n.food	ewtb.r.232157.7
+17	and	and	CONJ	O	0			ewtb.r.232157.7
+18	service	service	NOUN	O	0		n.act	ewtb.r.232157.7
+19	.	.	PUNCT	O	0			ewtb.r.232157.7
+
+1	The	the	DET	O	0			ewtb.r.266955.1
+2	finest	fine	ADJ	O	0			ewtb.r.266955.1
+3	German	german	ADJ	B	0		n.artifact	ewtb.r.266955.1
+4	bedding	bedding	NOUN	I	3			ewtb.r.266955.1
+5	and	and	CONJ	O	0			ewtb.r.266955.1
+6	linens	linen	NOUN	O	0		n.artifact	ewtb.r.266955.1
+7	store	store	NOUN	O	0		n.group	ewtb.r.266955.1
+8	.	.	PUNCT	O	0			ewtb.r.266955.1
+
+1	Quality	quality	NOUN	O	0		n.cognition	ewtb.r.266955.2
+2	and	and	CONJ	O	0			ewtb.r.266955.2
+3	service	service	NOUN	O	0		n.act	ewtb.r.266955.2
+4	come	come	VERB	O	0		v.stative	ewtb.r.266955.2
+5	first	first	ADV	O	0			ewtb.r.266955.2
+6	here	here	ADV	O	0			ewtb.r.266955.2
+7	.	.	PUNCT	O	0			ewtb.r.266955.2
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.268952.1
+2	Atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.268952.1
+
+1	I	i	PRON	O	0			ewtb.r.268952.2
+2	have	have	AUX	O	0			ewtb.r.268952.2
+3	been	be	AUX	O	0			ewtb.r.268952.2
+4	going	go	VERB	O	0		v.motion	ewtb.r.268952.2
+5	there	there	ADV	O	0			ewtb.r.268952.2
+6	since	since	SCONJ	O	0			ewtb.r.268952.2
+7	I	i	PRON	O	0			ewtb.r.268952.2
+8	was	be	VERB	O	0		v.stative	ewtb.r.268952.2
+9	a	a	DET	O	0			ewtb.r.268952.2
+10	little	little	ADJ	O	0			ewtb.r.268952.2
+11	girl	girl	NOUN	O	0		n.person	ewtb.r.268952.2
+12	and	and	CONJ	O	0			ewtb.r.268952.2
+13	love	love	VERB	O	0		v.emotion	ewtb.r.268952.2
+14	the	the	DET	O	0			ewtb.r.268952.2
+15	friendly	friendly	ADJ	O	0			ewtb.r.268952.2
+16	and	and	CONJ	O	0			ewtb.r.268952.2
+17	relaxing	relaxing	ADJ	O	0			ewtb.r.268952.2
+18	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.268952.2
+19	.	.	PUNCT	O	0			ewtb.r.268952.2
+
+1	Dr.	dr.	PROPN	B	0		n.person	ewtb.r.268952.3
+2	Stiefvater	stiefvater	PROPN	I	1			ewtb.r.268952.3
+3	has	have	AUX	O	0			ewtb.r.268952.3
+4	always	always	ADV	O	0			ewtb.r.268952.3
+5	been	be	VERB	O	0		v.stative	ewtb.r.268952.3
+6	very	very	ADV	O	0			ewtb.r.268952.3
+7	professional	professional	ADJ	O	0			ewtb.r.268952.3
+8	and	and	CONJ	O	0			ewtb.r.268952.3
+9	helpful	helpful	ADJ	O	0			ewtb.r.268952.3
+10	.	.	PUNCT	O	0			ewtb.r.268952.3
+
+1	I	i	PRON	O	0			ewtb.r.268952.4
+2	would	would	AUX	O	0			ewtb.r.268952.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.268952.4
+4	Bayside	bayside	PROPN	B	0		n.group	ewtb.r.268952.4
+5	Chiropractic	chiropractic	PROPN	I	4			ewtb.r.268952.4
+6	to	to	ADP	O	0			ewtb.r.268952.4
+7	anyone	anyone	NOUN	O	0			ewtb.r.268952.4
+8	who	who	PRON	O	0			ewtb.r.268952.4
+9	is	be	VERB	O	0		v.stative	ewtb.r.268952.4
+10	in	in	ADP	B	0			ewtb.r.268952.4
+11	need	need	NOUN	I	10			ewtb.r.268952.4
+12	of	of	ADP	O	0			ewtb.r.268952.4
+13	a	a	DET	O	0			ewtb.r.268952.4
+14	regular	regular	ADJ	O	0			ewtb.r.268952.4
+15	adjustment	adjustment	NOUN	O	0		n.act	ewtb.r.268952.4
+16	or	or	CONJ	O	0			ewtb.r.268952.4
+17	is	be	AUX	O	0			ewtb.r.268952.4
+18	suffering	suffer	VERB	O	0		v.cognition	ewtb.r.268952.4
+19	from	from	ADP	O	0			ewtb.r.268952.4
+20	a	a	DET	O	0			ewtb.r.268952.4
+21	chronic	chronic	ADJ	O	0			ewtb.r.268952.4
+22	condition	condition	NOUN	O	0		n.state	ewtb.r.268952.4
+23	.	.	PUNCT	O	0			ewtb.r.268952.4
+
+1	This	this	DET	O	0			ewtb.r.287454.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.287454.1
+3	not	not	PART	O	0			ewtb.r.287454.1
+4	your	your	PRON	O	0			ewtb.r.287454.1
+5	usual	usual	ADJ	O	0			ewtb.r.287454.1
+6	cheap	cheap	ADJ	O	0			ewtb.r.287454.1
+7	hotdog	hotdog	NOUN	O	0		n.food	ewtb.r.287454.1
+8	place	place	NOUN	O	0		n.group	ewtb.r.287454.1
+9	.	.	PUNCT	O	0			ewtb.r.287454.1
+
+1	They	they	PRON	O	0			ewtb.r.287454.2
+2	offer	offer	VERB	O	0		v.stative	ewtb.r.287454.2
+3	a	a	DET	O	0			ewtb.r.287454.2
+4	large	large	ADJ	O	0			ewtb.r.287454.2
+5	variety	variety	NOUN	O	0		n.cognition	ewtb.r.287454.2
+6	of	of	ADP	O	0			ewtb.r.287454.2
+7	quality	quality	ADJ	O	0			ewtb.r.287454.2
+8	hotdogs	hotdog	NOUN	O	0		n.food	ewtb.r.287454.2
+9	and	and	CONJ	O	0			ewtb.r.287454.2
+10	hamburgers	hamburger	NOUN	O	0		n.food	ewtb.r.287454.2
+11	They	they	PRON	O	0			ewtb.r.287454.2
+12	also	also	ADV	O	0			ewtb.r.287454.2
+13	offer	offer	VERB	O	0		v.stative	ewtb.r.287454.2
+14	veggie	veggie	NOUN	B	0		n.food	ewtb.r.287454.2
+15	dogs	dog	NOUN	I	14			ewtb.r.287454.2
+16	.	.	PUNCT	O	0			ewtb.r.287454.2
+
+1	The	the	DET	O	0			ewtb.r.287454.3
+2	fries	fries	NOUN	O	0		n.food	ewtb.r.287454.3
+3	are	be	VERB	O	0		v.stative	ewtb.r.287454.3
+4	of	of	ADP	O	0			ewtb.r.287454.3
+5	good	good	ADJ	O	0			ewtb.r.287454.3
+6	quality	quality	NOUN	O	0		n.cognition	ewtb.r.287454.3
+7	,	,	PUNCT	O	0			ewtb.r.287454.3
+8	the	the	DET	O	0			ewtb.r.287454.3
+9	staff	staff	NOUN	O	0		n.group	ewtb.r.287454.3
+10	is	be	VERB	O	0		v.stative	ewtb.r.287454.3
+11	friendly	friendly	ADJ	O	0			ewtb.r.287454.3
+12	.	.	PUNCT	O	0			ewtb.r.287454.3
+
+1	The	the	DET	O	0			ewtb.r.287454.4
+2	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.287454.4
+3	is	be	VERB	O	0		v.stative	ewtb.r.287454.4
+4	your	your	PRON	O	0			ewtb.r.287454.4
+5	typical	typical	ADJ	O	0			ewtb.r.287454.4
+6	indie	indie	ADJ	O	0			ewtb.r.287454.4
+7	outfit	outfit	NOUN	O	0		n.cognition	ewtb.r.287454.4
+8	with	with	ADP	O	0			ewtb.r.287454.4
+9	old	old	ADJ	O	0			ewtb.r.287454.4
+10	movie	movie	NOUN	O	0		n.communication	ewtb.r.287454.4
+11	posters	poster	NOUN	O	0		n.artifact	ewtb.r.287454.4
+12	and	and	CONJ	O	0			ewtb.r.287454.4
+13	memorabilia	memorabilia	NOUN	O	0		n.artifact	ewtb.r.287454.4
+14	from	from	ADP	O	0			ewtb.r.287454.4
+15	the	the	DET	O	0			ewtb.r.287454.4
+16	70's	70	NOUN	O	0		n.time	ewtb.r.287454.4
+17	and	and	CONJ	O	0			ewtb.r.287454.4
+18	80's	80	NOUN	O	0		n.time	ewtb.r.287454.4
+19	.	.	PUNCT	O	0			ewtb.r.287454.4
+
+1	Close	close	ADJ	O	0			ewtb.r.296357.1
+2	to	to	ADP	O	0			ewtb.r.296357.1
+3	my	my	PRON	O	0			ewtb.r.296357.1
+4	house	house	NOUN	O	0		n.artifact	ewtb.r.296357.1
+5	,	,	PUNCT	O	0			ewtb.r.296357.1
+6	this	this	DET	O	0			ewtb.r.296357.1
+7	is	be	VERB	O	0		v.stative	ewtb.r.296357.1
+8	the	the	DET	O	0			ewtb.r.296357.1
+9	only	only	ADJ	O	0			ewtb.r.296357.1
+10	reason	reason	NOUN	O	0		n.motive	ewtb.r.296357.1
+11	I	i	PRON	O	0			ewtb.r.296357.1
+12	would	would	AUX	O	0			ewtb.r.296357.1
+13	go	go	VERB	O	0		v.motion	ewtb.r.296357.1
+14	to	to	ADP	O	0			ewtb.r.296357.1
+15	this	this	DET	O	0			ewtb.r.296357.1
+16	particular	particular	ADJ	O	0			ewtb.r.296357.1
+17	QT	qt	PROPN	O	0		n.group	ewtb.r.296357.1
+18	.	.	PUNCT	O	0			ewtb.r.296357.1
+
+1	Not	not	PART	O	0			ewtb.r.341750.1
+2	so	so	ADV	O	0			ewtb.r.341750.1
+3	good	good	ADJ	O	0			ewtb.r.341750.1
+
+1	Not	not	PART	O	0			ewtb.r.341750.2
+2	worth	worth	ADJ	O	0			ewtb.r.341750.2
+3	the	the	DET	O	0			ewtb.r.341750.2
+4	money	money	NOUN	O	0		n.possession	ewtb.r.341750.2
+5	.	.	PUNCT	O	0			ewtb.r.341750.2
+
+1	Bland	bland	ADJ	O	0			ewtb.r.341750.3
+2	and	and	CONJ	O	0			ewtb.r.341750.3
+3	over	over	X	B	0			ewtb.r.341750.3
+4	cooked	cooked	ADJ	I	3			ewtb.r.341750.3
+5	.	.	PUNCT	O	0			ewtb.r.341750.3
+
+1	I	i	PRON	O	0			ewtb.r.341750.5
+2	was	be	AUX	O	0			ewtb.r.341750.5
+3	hoping	hope	VERB	O	0		v.cognition	ewtb.r.341750.5
+4	to	to	PART	O	0			ewtb.r.341750.5
+5	have	have	AUX	O	0			ewtb.r.341750.5
+6	found	find	VERB	O	0		v.cognition	ewtb.r.341750.5
+7	a	a	DET	O	0			ewtb.r.341750.5
+8	regular	regular	ADJ	O	0			ewtb.r.341750.5
+9	place	place	NOUN	O	0		n.group	ewtb.r.341750.5
+10	to	to	PART	O	0			ewtb.r.341750.5
+11	eat	eat	VERB	O	0		v.consumption	ewtb.r.341750.5
+12	.	.	PUNCT	O	0			ewtb.r.341750.5
+
+1	But	but	CONJ	O	0			ewtb.r.341750.6
+2	not	not	PART	O	0			ewtb.r.341750.6
+3	so	so	ADV	O	0			ewtb.r.341750.6
+4	.	.	PUNCT	O	0			ewtb.r.341750.6
+
+1	First	first	ADJ	B	0		n.event	ewtb.r.345455.1
+2	Time	time	NOUN	I	1			ewtb.r.345455.1
+3	Ballerina	ballerina	NOUN	O	0		n.person	ewtb.r.345455.1
+
+1	My	my	PRON	O	0			ewtb.r.345455.2
+2	daughter	daughter	NOUN	O	0		n.person	ewtb.r.345455.2
+3	is	be	AUX	O	0			ewtb.r.345455.2
+4	starting	start	VERB	O	0		v.change	ewtb.r.345455.2
+5	ballet	ballet	NOUN	O	0		n.act	ewtb.r.345455.2
+6	this	this	DET	O	0			ewtb.r.345455.2
+7	year	year	NOUN	O	0		n.time	ewtb.r.345455.2
+8	for	for	ADP	O	0			ewtb.r.345455.2
+9	the	the	DET	O	0			ewtb.r.345455.2
+10	first	first	ADJ	O	0			ewtb.r.345455.2
+11	time	time	NOUN	O	0		n.event	ewtb.r.345455.2
+12	.	.	PUNCT	O	0			ewtb.r.345455.2
+
+1	I	i	PRON	O	0			ewtb.r.345455.3
+2	'm	'm	VERB	O	0		v.stative	ewtb.r.345455.3
+3	a	a	DET	O	0			ewtb.r.345455.3
+4	soccer	soccer	NOUN	B	0		n.person	ewtb.r.345455.3
+5	mom	mom	NOUN	I	4			ewtb.r.345455.3
+6	so	so	ADV	O	0			ewtb.r.345455.3
+7	I	i	PRON	O	0			ewtb.r.345455.3
+8	was	be	VERB	O	0		v.stative	ewtb.r.345455.3
+9	n't	n't	PART	O	0			ewtb.r.345455.3
+10	sure	sure	ADJ	O	0			ewtb.r.345455.3
+11	what	what	PRON	O	0			ewtb.r.345455.3
+12	I	i	PRON	O	0			ewtb.r.345455.3
+13	was	be	AUX	O	0			ewtb.r.345455.3
+14	looking	look	VERB	O	0		v.cognition	ewtb.r.345455.3
+15	for	for	ADP	O	0			ewtb.r.345455.3
+16	when	when	ADV	O	0			ewtb.r.345455.3
+17	it	it	PRON	O	0			ewtb.r.345455.3
+18	comes	come	VERB	O	0		v.stative	ewtb.r.345455.3
+19	to	to	ADP	O	0			ewtb.r.345455.3
+20	dancewear	dancewear	NOUN	O	0		n.artifact	ewtb.r.345455.3
+21	.	.	PUNCT	O	0			ewtb.r.345455.3
+
+1	The	the	DET	O	0			ewtb.r.345455.5
+2	service	service	NOUN	O	0		n.act	ewtb.r.345455.5
+3	at	at	ADP	O	0			ewtb.r.345455.5
+4	Instep	instep	PROPN	O	0		n.group	ewtb.r.345455.5
+5	was	be	VERB	O	0		v.stative	ewtb.r.345455.5
+6	great	great	ADJ	O	0			ewtb.r.345455.5
+7	!!	!!	PUNCT	O	0			ewtb.r.345455.5
+
+1	I	i	PRON	O	0			ewtb.r.345455.6
+2	would	would	AUX	O	0			ewtb.r.345455.6
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.345455.6
+4	them	them	PRON	O	0			ewtb.r.345455.6
+5	to	to	ADP	O	0			ewtb.r.345455.6
+6	anyone	anyone	NOUN	O	0			ewtb.r.345455.6
+7	!	!	PUNCT	O	0			ewtb.r.345455.6
+
+1	One	one	NUM	O	0			ewtb.r.351058.1
+2	of	of	ADP	O	0			ewtb.r.351058.1
+3	the	the	DET	O	0			ewtb.r.351058.1
+4	worst	worst	ADJ	O	0			ewtb.r.351058.1
+5	places	place	NOUN	O	0		n.group	ewtb.r.351058.1
+
+1	This	this	DET	O	0			ewtb.r.351058.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.351058.2
+3	and	and	CONJ	O	0			ewtb.r.351058.2
+4	its	it	PRON	O	0			ewtb.r.351058.2
+5	sister	sister	NOUN	O	0		n.relation	ewtb.r.351058.2
+6	store	store	NOUN	O	0		n.group	ewtb.r.351058.2
+7	Peking	peking	PROPN	B	0		n.group	ewtb.r.351058.2
+8	Garden	garden	PROPN	I	7			ewtb.r.351058.2
+9	are	be	VERB	O	0		v.stative	ewtb.r.351058.2
+10	the	the	DET	O	0			ewtb.r.351058.2
+11	worst	worst	ADJ	O	0			ewtb.r.351058.2
+12	places	place	NOUN	O	0		n.group	ewtb.r.351058.2
+13	to	to	PART	O	0			ewtb.r.351058.2
+14	order	order	VERB	O	0		v.possession	ewtb.r.351058.2
+15	from	from	ADP	O	0			ewtb.r.351058.2
+16	.	.	PUNCT	O	0			ewtb.r.351058.2
+
+1	i	i	PRON	O	0			ewtb.r.351058.5
+2	waited	wait	VERB	O	0		v.cognition	ewtb.r.351058.5
+3	another	another	DET	O	0			ewtb.r.351058.5
+4	30	30	NUM	O	0			ewtb.r.351058.5
+5	mins	min	NOUN	O	0		n.time	ewtb.r.351058.5
+6	before	before	SCONJ	O	0			ewtb.r.351058.5
+7	receiving	receive	VERB	O	0		v.possession	ewtb.r.351058.5
+8	my	my	PRON	O	0			ewtb.r.351058.5
+9	food	food	NOUN	O	0		n.food	ewtb.r.351058.5
+10	and	and	CONJ	O	0			ewtb.r.351058.5
+11	it	it	PRON	O	0			ewtb.r.351058.5
+12	was	be	VERB	O	0		v.stative	ewtb.r.351058.5
+13	cold	cold	ADJ	O	0			ewtb.r.351058.5
+14	.	.	PUNCT	O	0			ewtb.r.351058.5
+
+1	beware	beware	VERB	O	0		v.cognition	ewtb.r.369957.1
+2	they	they	PRON	O	0			ewtb.r.369957.1
+3	will	will	AUX	O	0			ewtb.r.369957.1
+4	rip	rip	VERB	B	0		v.social	ewtb.r.369957.1
+5	u	u	PRON	o	0			ewtb.r.369957.1
+6	off	off	ADP	I	4			ewtb.r.369957.1
+
+1	I	i	PRON	O	0			ewtb.r.381455.2
+2	do	do	AUX	O	0			ewtb.r.381455.2
+3	n't	n't	PART	O	0			ewtb.r.381455.2
+4	get	get	VERB	B	0		v.cognition	ewtb.r.381455.2
+5	it	it	PRON	I	4			ewtb.r.381455.2
+6	.	.	PUNCT	O	0			ewtb.r.381455.2
+
+1	Spongy	spongy	ADJ	O	0			ewtb.r.381455.3
+2	and	and	CONJ	O	0			ewtb.r.381455.3
+3	sweet	sweet	ADJ	O	0			ewtb.r.381455.3
+4	bread	bread	NOUN	O	0		n.food	ewtb.r.381455.3
+5	(	(	PUNCT	O	0			ewtb.r.381455.3
+6	microwaved	microwave	VERB	O	0		v.stative	ewtb.r.381455.3
+7	?	?	PUNCT	O	0			ewtb.r.381455.3
+8	)	)	PUNCT	O	0			ewtb.r.381455.3
+9	,	,	PUNCT	O	0			ewtb.r.381455.3
+10	heartless	heartless	ADJ	O	0			ewtb.r.381455.3
+11	salsa	salsa	NOUN	O	0		n.food	ewtb.r.381455.3
+12	,	,	PUNCT	O	0			ewtb.r.381455.3
+13	tiny	tiny	ADJ	O	0			ewtb.r.381455.3
+14	dogs	dog	NOUN	O	0		n.food	ewtb.r.381455.3
+15	...	...	PUNCT	O	0			ewtb.r.381455.3
+
+1	You	you	PRON	O	0			ewtb.r.381455.4
+2	order	order	VERB	O	0		v.communication	ewtb.r.381455.4
+3	at	at	ADP	O	0			ewtb.r.381455.4
+4	the	the	DET	O	0			ewtb.r.381455.4
+5	counter	counter	NOUN	O	0		n.location	ewtb.r.381455.4
+6	and	and	CONJ	O	0			ewtb.r.381455.4
+7	there	there	PRON	O	0			ewtb.r.381455.4
+8	is	be	VERB	O	0		v.stative	ewtb.r.381455.4
+9	a	a	DET	O	0			ewtb.r.381455.4
+10	space	space	NOUN	O	0		n.cognition	ewtb.r.381455.4
+11	for	for	ADP	O	0			ewtb.r.381455.4
+12	tip	tip	NOUN	O	0		n.possession	ewtb.r.381455.4
+13	on	on	ADP	O	0			ewtb.r.381455.4
+14	your	your	PRON	O	0			ewtb.r.381455.4
+15	credit	credit	NOUN	B	0		n.possession	ewtb.r.381455.4
+16	card	card	NOUN	I	15			ewtb.r.381455.4
+17	receipt	receipt	NOUN	O	0		n.possession	ewtb.r.381455.4
+18	.	.	PUNCT	O	0			ewtb.r.381455.4
+
+1	The	the	DET	O	0			ewtb.r.381455.5
+2	dude	dude	NOUN	O	0		n.person	ewtb.r.381455.5
+3	who	who	PRON	O	0			ewtb.r.381455.5
+4	grills	grill	VERB	O	0		v.creation	ewtb.r.381455.5
+5	the	the	DET	O	0			ewtb.r.381455.5
+6	retarded	retarded	ADJ	O	0			ewtb.r.381455.5
+7	dogs	dog	NOUN	O	0		n.food	ewtb.r.381455.5
+8	is	be	VERB	O	0		v.stative	ewtb.r.381455.5
+9	rude	rude	ADJ	O	0			ewtb.r.381455.5
+10	.	.	PUNCT	O	0			ewtb.r.381455.5
+
+1	Easiest	easy	ADJ	O	0			ewtb.r.382257.1
+2	Time	time	NOUN	O	0		n.event	ewtb.r.382257.1
+3	I	i	PRON	O	0			ewtb.r.382257.1
+4	ever	ever	ADV	O	0			ewtb.r.382257.1
+5	had	have	VERB	O	0			ewtb.r.382257.1
+6	purchasing	purchase	VERB	O	0		v.possession	ewtb.r.382257.1
+7	a	a	DET	O	0			ewtb.r.382257.1
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.382257.1
+9	!	!	PUNCT	O	0			ewtb.r.382257.1
+
+1	Very	very	ADV	O	0			ewtb.r.382257.3
+2	kind	kind	ADJ	O	0			ewtb.r.382257.3
+3	and	and	CONJ	O	0			ewtb.r.382257.3
+4	reliable	reliable	ADJ	O	0			ewtb.r.382257.3
+5	.	.	PUNCT	O	0			ewtb.r.382257.3
+
+1	I	i	PRON	O	0			ewtb.r.382257.4
+2	highly	highly	ADV	O	0			ewtb.r.382257.4
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.382257.4
+4	this	this	DET	O	0			ewtb.r.382257.4
+5	dealership	dealership	NOUN	O	0		n.group	ewtb.r.382257.4
+6	if	if	SCONJ	O	0			ewtb.r.382257.4
+7	you	you	PRON	O	0			ewtb.r.382257.4
+8	would	would	AUX	O	0			ewtb.r.382257.4
+9	not	not	PART	O	0			ewtb.r.382257.4
+10	like	like	VERB	O	0		v.emotion	ewtb.r.382257.4
+11	to	to	PART	O	0			ewtb.r.382257.4
+12	hassle	hassle	VERB	O	0		v.cognition	ewtb.r.382257.4
+13	on	on	ADP	O	0			ewtb.r.382257.4
+14	price	price	NOUN	O	0		n.possession	ewtb.r.382257.4
+15	and	and	CONJ	O	0			ewtb.r.382257.4
+16	receive	receive	VERB	O	0		v.social	ewtb.r.382257.4
+17	friendly	friendly	ADJ	O	0			ewtb.r.382257.4
+18	service	service	NOUN	O	0		n.act	ewtb.r.382257.4
+19	.	.	PUNCT	O	0			ewtb.r.382257.4
+
+1	I	i	PRON	O	0			ewtb.r.382257.5
+2	have	have	AUX	O	0			ewtb.r.382257.5
+3	since	since	ADV	O	0			ewtb.r.382257.5
+4	purchased	purchase	VERB	O	0		v.possession	ewtb.r.382257.5
+5	two	two	NUM	O	0			ewtb.r.382257.5
+6	cars	car	NOUN	O	0		n.artifact	ewtb.r.382257.5
+7	from	from	ADP	O	0			ewtb.r.382257.5
+8	this	this	DET	O	0			ewtb.r.382257.5
+9	dealership	dealership	NOUN	O	0		n.group	ewtb.r.382257.5
+10	,	,	PUNCT	O	0			ewtb.r.382257.5
+11	The	the	DET	O	0			ewtb.r.382257.5
+12	first	first	ADJ	O	0			ewtb.r.382257.5
+13	one	one	NOUN	O	0		n.artifact	ewtb.r.382257.5
+14	was	be	VERB	O	0		v.stative	ewtb.r.382257.5
+15	from	from	ADP	O	0			ewtb.r.382257.5
+16	Phillip	phillip	PROPN	O	0		n.person	ewtb.r.382257.5
+17	and	and	CONJ	O	0			ewtb.r.382257.5
+18	the	the	DET	O	0			ewtb.r.382257.5
+19	second	second	NOUN	O	0		n.artifact	ewtb.r.382257.5
+20	was	be	VERB	O	0		v.stative	ewtb.r.382257.5
+21	from	from	ADP	O	0			ewtb.r.382257.5
+22	Richard	richard	PROPN	O	0		n.person	ewtb.r.382257.5
+23	.	.	PUNCT	O	0			ewtb.r.382257.5
+
+1	Both	both	DET	O	0			ewtb.r.382257.6
+2	were	be	VERB	O	0		v.stative	ewtb.r.382257.6
+3	excellent	excellent	ADJ	O	0			ewtb.r.382257.6
+4	sales	sales	NOUN	B	0		n.person	ewtb.r.382257.6
+5	men	men	NOUN	I	4			ewtb.r.382257.6
+6	who	who	PRON	O	0			ewtb.r.382257.6
+7	put	put	VERB	O	0		v.social	ewtb.r.382257.6
+8	my	my	PRON	O	0			ewtb.r.382257.6
+9	needs	need	NOUN	O	0		n.cognition	ewtb.r.382257.6
+10	first	first	ADV	O	0			ewtb.r.382257.6
+11	.	.	PUNCT	O	0			ewtb.r.382257.6
+
+1	Con	con	NOUN	O	0		n.cognition	ewtb.r.398152.1
+2	Garage	garage	NOUN	O	0		n.group	ewtb.r.398152.1
+
+1	I	i	PRON	O	0			ewtb.r.398152.2
+2	brought	bring	VERB	O	0		v.motion	ewtb.r.398152.2
+3	my	my	PRON	O	0			ewtb.r.398152.2
+4	car	car	NOUN	O	0		n.artifact	ewtb.r.398152.2
+5	in	in	ADV	O	0			ewtb.r.398152.2
+6	for	for	ADP	O	0			ewtb.r.398152.2
+7	a	a	DET	O	0			ewtb.r.398152.2
+8	simple	simple	ADJ	O	0			ewtb.r.398152.2
+9	emissions	emission	NOUN	B	0		n.event	ewtb.r.398152.2
+10	test	test	NOUN	I	9			ewtb.r.398152.2
+11	.	.	PUNCT	O	0			ewtb.r.398152.2
+
+1	I	i	PRON	O	0			ewtb.r.398152.3
+2	guess	guess	VERB	O	0		v.cognition	ewtb.r.398152.3
+3	they	they	PRON	O	0			ewtb.r.398152.3
+4	figured	figure	VERB	O	0		v.cognition	ewtb.r.398152.3
+5	me	me	PRON	O	0			ewtb.r.398152.3
+6	for	for	ADP	O	0			ewtb.r.398152.3
+7	an	an	DET	O	0			ewtb.r.398152.3
+8	easy	easy	ADJ	O	0			ewtb.r.398152.3
+9	mark	mark	NOUN	O	0		n.person	ewtb.r.398152.3
+10	,	,	PUNCT	O	0			ewtb.r.398152.3
+11	and	and	CONJ	O	0			ewtb.r.398152.3
+12	tried	try	VERB	O	0		v.cognition	ewtb.r.398152.3
+13	to	to	PART	O	0			ewtb.r.398152.3
+14	explain	explain	VERB	O	0		v.communication	ewtb.r.398152.3
+15	that	that	SCONJ	O	0			ewtb.r.398152.3
+16	my	my	PRON	O	0			ewtb.r.398152.3
+17	car	car	NOUN	O	0		n.artifact	ewtb.r.398152.3
+18	would	would	AUX	O	0			ewtb.r.398152.3
+19	n't	n't	PART	O	0			ewtb.r.398152.3
+20	pass	pass	VERB	O	0		v.stative	ewtb.r.398152.3
+21	unless	unless	SCONJ	O	0			ewtb.r.398152.3
+22	I	i	PRON	O	0			ewtb.r.398152.3
+23	replaced	replace	VERB	O	0		v.change	ewtb.r.398152.3
+24	a	a	DET	O	0			ewtb.r.398152.3
+25	hose	hose	NOUN	O	0		n.artifact	ewtb.r.398152.3
+26	.	.	PUNCT	O	0			ewtb.r.398152.3
+
+1	Ten	ten	NUM	O	0			ewtb.r.398152.4
+2	minutes	minutes	NOUN	O	0		n.time	ewtb.r.398152.4
+3	later	later	ADV	O	0			ewtb.r.398152.4
+4	,	,	PUNCT	O	0			ewtb.r.398152.4
+5	I	i	PRON	O	0			ewtb.r.398152.4
+6	took	take	VERB	O	0		v.motion	ewtb.r.398152.4
+7	my	my	PRON	O	0			ewtb.r.398152.4
+8	car	car	NOUN	O	0		n.artifact	ewtb.r.398152.4
+9	down	down	ADP	O	0			ewtb.r.398152.4
+10	the	the	DET	O	0			ewtb.r.398152.4
+11	street	street	NOUN	O	0		n.location	ewtb.r.398152.4
+12	and	and	CONJ	O	0			ewtb.r.398152.4
+13	it	it	PRON	O	0			ewtb.r.398152.4
+14	passed	pass	VERB	O	0		v.stative	ewtb.r.398152.4
+15	the	the	DET	O	0			ewtb.r.398152.4
+16	emissions	emission	NOUN	B	0		n.event	ewtb.r.398152.4
+17	test	test	NOUN	I	16			ewtb.r.398152.4
+18	with	with	ADP	B	0			ewtb.r.398152.4
+19	flying	fly	VERB	I	18			ewtb.r.398152.4
+20	colors	colors	NOUN	I	19			ewtb.r.398152.4
+21	.	.	PUNCT	O	0			ewtb.r.398152.4
+
+1	If	if	SCONJ	O	0			ewtb.r.398152.5
+2	you	you	PRON	O	0			ewtb.r.398152.5
+3	're	're	VERB	O	0		v.stative	ewtb.r.398152.5
+4	a	a	DET	O	0			ewtb.r.398152.5
+5	fan	fan	NOUN	O	0		n.person	ewtb.r.398152.5
+6	of	of	ADP	O	0			ewtb.r.398152.5
+7	herpes	herpes	NOUN	O	0		n.state	ewtb.r.398152.5
+8	,	,	PUNCT	O	0			ewtb.r.398152.5
+9	being	be	AUX	O	0			ewtb.r.398152.5
+10	ripped	rip	VERB	B	0		v.social	ewtb.r.398152.5
+11	off	off	ADP	I	10			ewtb.r.398152.5
+12	,	,	PUNCT	O	0			ewtb.r.398152.5
+13	and	and	CONJ	O	0			ewtb.r.398152.5
+14	child	child	NOUN	B	0		n.person	ewtb.r.398152.5
+15	molesters	molester	NOUN	I	14			ewtb.r.398152.5
+16	,	,	PUNCT	O	0			ewtb.r.398152.5
+17	this	this	DET	O	0			ewtb.r.398152.5
+18	is	be	VERB	O	0		v.stative	ewtb.r.398152.5
+19	the	the	DET	O	0			ewtb.r.398152.5
+20	garage	garage	NOUN	O	0		n.group	ewtb.r.398152.5
+21	for	for	ADP	O	0			ewtb.r.398152.5
+22	you	you	PRON	O	0			ewtb.r.398152.5
+23	.	.	PUNCT	O	0			ewtb.r.398152.5
+
+1	If	if	ADP	O	0			ewtb.r.398152.6
+2	not	not	PART	O	0			ewtb.r.398152.6
+3	,	,	PUNCT	O	0			ewtb.r.398152.6
+4	go	go	VERB	O	0		v.motion	ewtb.r.398152.6
+5	somewhere	somewhere	ADV	O	0			ewtb.r.398152.6
+6	else	else	ADV	O	0			ewtb.r.398152.6
+7	.	.	PUNCT	O	0			ewtb.r.398152.6
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.079827.1
+2	fresh	fresh	ADJ	O	0			ewtb.r.079827.1
+3	food	food	NOUN	O	0		n.food	ewtb.r.079827.1
+4	!	!	PUNCT	O	0			ewtb.r.079827.1
+
+1	What	what	DET	O	0			ewtb.r.079827.2
+2	a	a	DET	O	0			ewtb.r.079827.2
+3	neat	neat	ADJ	O	0			ewtb.r.079827.2
+4	gem	gem	NOUN	O	0			ewtb.r.079827.2
+5	of	of	ADP	O	0			ewtb.r.079827.2
+6	a	a	DET	O	0			ewtb.r.079827.2
+7	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.079827.2
+8	in	in	ADP	O	0			ewtb.r.079827.2
+9	a	a	DET	O	0			ewtb.r.079827.2
+10	corner	corner	NOUN	O	0		n.location	ewtb.r.079827.2
+11	one	one	PRON	O	0			ewtb.r.079827.2
+12	would	would	AUX	O	0			ewtb.r.079827.2
+13	n't	n't	PART	O	0			ewtb.r.079827.2
+14	expect	expect	VERB	O	0		v.cognition	ewtb.r.079827.2
+15	it	it	PRON	O	0			ewtb.r.079827.2
+16	.	.	PUNCT	O	0			ewtb.r.079827.2
+
+1	Cozy	cozy	ADJ	O	0			ewtb.r.079827.3
+2	,	,	PUNCT	O	0			ewtb.r.079827.3
+3	warm	warm	ADJ	O	0			ewtb.r.079827.3
+4	atmosphere	atmosphere	NOUN	O	0		n.attribute	ewtb.r.079827.3
+5	,	,	PUNCT	O	0			ewtb.r.079827.3
+6	great	great	ADJ	O	0			ewtb.r.079827.3
+7	service	service	NOUN	O	0		n.act	ewtb.r.079827.3
+8	.	.	PUNCT	O	0			ewtb.r.079827.3
+
+1	Most	most	ADV	O	0			ewtb.r.079827.4
+2	importantly	importantly	ADV	O	0			ewtb.r.079827.4
+3	,	,	PUNCT	O	0			ewtb.r.079827.4
+4	the	the	DET	O	0			ewtb.r.079827.4
+5	food	food	NOUN	O	0		n.food	ewtb.r.079827.4
+6	was	be	VERB	O	0		v.stative	ewtb.r.079827.4
+7	outstanding	outstanding	ADJ	O	0			ewtb.r.079827.4
+8	.	.	PUNCT	O	0			ewtb.r.079827.4
+
+1	We	we	PRON	O	0			ewtb.r.079827.6
+2	'll	'll	AUX	O	0			ewtb.r.079827.6
+3	be	be	VERB	O	0		v.stative	ewtb.r.079827.6
+4	back	back	ADV	O	0			ewtb.r.079827.6
+5	often	often	ADV	O	0			ewtb.r.079827.6
+6	.	.	PUNCT	O	0			ewtb.r.079827.6
+
+1	Hino	hino	PROPN	O	0		n.group	ewtb.r.080221.1
+2	Dealer	dealer	PROPN	O	0		n.person	ewtb.r.080221.1
+3	of	of	ADP	O	0			ewtb.r.080221.1
+4	the	the	DET	O	0			ewtb.r.080221.1
+5	Year	year	PROPN	O	0		n.time	ewtb.r.080221.1
+
+1	Congratulations	congratulations	NOUN	O	0			ewtb.r.080221.2
+2	Prestige	prestige	PROPN	B	0		n.group	ewtb.r.080221.2
+3	Hino	hino	PROPN	I	2			ewtb.r.080221.2
+4	!	!	PUNCT	O	0			ewtb.r.080221.2
+
+1	You	you	PRON	O	0			ewtb.r.080221.3
+2	have	have	AUX	O	0			ewtb.r.080221.3
+3	been	be	AUX	O	0			ewtb.r.080221.3
+4	awarded	award	VERB	O	0		v.social	ewtb.r.080221.3
+5	the	the	DET	O	0			ewtb.r.080221.3
+6	converted	converted	ADJ	O	0			ewtb.r.080221.3
+7	Hino	hino	PROPN	O	0		n.artifact	ewtb.r.080221.3
+8	Dealer	dealer	PROPN	O	0		n.group	ewtb.r.080221.3
+9	of	of	ADP	O	0			ewtb.r.080221.3
+10	the	the	DET	O	0			ewtb.r.080221.3
+11	Year	year	PROPN	O	0		n.time	ewtb.r.080221.3
+12	!	!	PUNCT	O	0			ewtb.r.080221.3
+
+1	Major	major	ADJ	O	0			ewtb.r.080221.5
+2	Awards	award	NOUN	O	0		n.cognition	ewtb.r.080221.5
+3	-	-	PUNCT	O	0			ewtb.r.080221.5
+4	Overall	overall	ADJ	O	0			ewtb.r.080221.5
+5	Hino	hino	PROPN	O	0		n.artifact	ewtb.r.080221.5
+6	dealer	dealer	NOUN	O	0		n.person	ewtb.r.080221.5
+7	of	of	ADP	O	0			ewtb.r.080221.5
+8	the	the	DET	O	0			ewtb.r.080221.5
+9	year	year	NOUN	O	0		n.time	ewtb.r.080221.5
+10	.	.	PUNCT	O	0			ewtb.r.080221.5
+
+1	Overall	overall	ADJ	O	0			ewtb.r.080221.6
+2	Hino	hino	PROPN	O	0		n.group	ewtb.r.080221.6
+3	finance	finance	NOUN	O	0		n.act	ewtb.r.080221.6
+4	dealer	dealer	NOUN	O	0		n.person	ewtb.r.080221.6
+5	of	of	ADP	O	0			ewtb.r.080221.6
+6	the	the	DET	O	0			ewtb.r.080221.6
+7	year	year	NOUN	O	0		n.time	ewtb.r.080221.6
+8	.	.	PUNCT	O	0			ewtb.r.080221.6
+
+1	Major	major	ADJ	O	0			ewtb.r.080221.7
+2	Awards	award	NOUN	O	0		n.cognition	ewtb.r.080221.7
+3	-	-	PUNCT	O	0			ewtb.r.080221.7
+4	Market	market	NOUN	O	0		n.cognition	ewtb.r.080221.7
+5	leader	leader	NOUN	O	0		n.group	ewtb.r.080221.7
+6	overall	overall	ADV	O	0			ewtb.r.080221.7
+7	,	,	PUNCT	O	0			ewtb.r.080221.7
+8	Dandenong	dandenong	PROPN	O	0		n.location	ewtb.r.080221.7
+9	PMA	pma	PROPN	O	0		n.group	ewtb.r.080221.7
+10	,	,	PUNCT	O	0			ewtb.r.080221.7
+11	sales	sales	NOUN	O	0		n.act	ewtb.r.080221.7
+12	.	.	PUNCT	O	0			ewtb.r.080221.7
+
+1	Market	market	NOUN	O	0		n.group	ewtb.r.080221.8
+2	leader	leader	NOUN	O	0		n.person	ewtb.r.080221.8
+3	medium	medium	NOUN	B	0			ewtb.r.080221.8
+4	duty	duty	NOUN	I	3			ewtb.r.080221.8
+5	,	,	PUNCT	O	0			ewtb.r.080221.8
+6	sales	sales	NOUN	O	0		n.act	ewtb.r.080221.8
+7	.	.	PUNCT	O	0			ewtb.r.080221.8
+
+1	Well	well	ADV	B	0			ewtb.r.080221.9
+2	done	do	VERB	I	1			ewtb.r.080221.9
+3	to	to	ADP	O	0			ewtb.r.080221.9
+4	Anthony	anthony	PROPN	O	0		n.person	ewtb.r.080221.9
+5	and	and	CONJ	O	0			ewtb.r.080221.9
+6	the	the	DET	O	0			ewtb.r.080221.9
+7	team	team	NOUN	O	0		n.group	ewtb.r.080221.9
+8	!	!	PUNCT	O	0			ewtb.r.080221.9
+
+1	Bronze	bronze	NOUN	O	0		n.relation	ewtb.r.080221.10
+2	award	award	NOUN	O	0		n.communication	ewtb.r.080221.10
+3	service	service	NOUN	O	0		n.act	ewtb.r.080221.10
+4	excellence	excellence	NOUN	O	0		n.cognition	ewtb.r.080221.10
+5	,	,	PUNCT	O	0			ewtb.r.080221.10
+6	metro	metro	PROPN	O	0		n.location	ewtb.r.080221.10
+7	.	.	PUNCT	O	0			ewtb.r.080221.10
+
+1	Well	well	ADV	B	0			ewtb.r.080221.11
+2	done	do	VERB	I	1			ewtb.r.080221.11
+3	to	to	ADP	O	0			ewtb.r.080221.11
+4	Brendan	brendan	PROPN	O	0		n.person	ewtb.r.080221.11
+5	and	and	CONJ	O	0			ewtb.r.080221.11
+6	the	the	DET	O	0			ewtb.r.080221.11
+7	team	team	NOUN	O	0		n.group	ewtb.r.080221.11
+8	!	!	PUNCT	O	0			ewtb.r.080221.11
+
+1	Gold	gold	NOUN	B	0		n.relation	ewtb.r.080221.12
+2	award	award	NOUN	I	1			ewtb.r.080221.12
+3	parts	parts	NOUN	O	0		n.artifact	ewtb.r.080221.12
+4	excellence	excellence	NOUN	O	0		n.cognition	ewtb.r.080221.12
+5	,	,	PUNCT	O	0			ewtb.r.080221.12
+6	metro	metro	PROPN	O	0		n.location	ewtb.r.080221.12
+7	.	.	PUNCT	O	0			ewtb.r.080221.12
+
+1	Well	well	ADV	B	0			ewtb.r.080221.13
+2	done	do	VERB	I	1			ewtb.r.080221.13
+3	to	to	ADP	O	0			ewtb.r.080221.13
+4	Jason	jason	PROPN	O	0		n.person	ewtb.r.080221.13
+5	and	and	CONJ	O	0			ewtb.r.080221.13
+6	the	the	DET	O	0			ewtb.r.080221.13
+7	team	team	NOUN	O	0		n.group	ewtb.r.080221.13
+8	!	!	PUNCT	O	0			ewtb.r.080221.13
+
+1	Not	not	PART	O	0			ewtb.r.115029.1
+2	friendly	friendly	ADJ	O	0			ewtb.r.115029.1
+3	,	,	PUNCT	O	0			ewtb.r.115029.1
+4	not	not	PART	O	0			ewtb.r.115029.1
+5	helpful	helpful	ADJ	O	0			ewtb.r.115029.1
+6	,	,	PUNCT	O	0			ewtb.r.115029.1
+7	overall	overall	ADV	O	0			ewtb.r.115029.1
+8	poor	poor	ADJ	O	0			ewtb.r.115029.1
+9	customer	customer	NOUN	B	0		n.act	ewtb.r.115029.1
+10	service	service	NOUN	I	9			ewtb.r.115029.1
+11	.	.	PUNCT	O	0			ewtb.r.115029.1
+
+1	FANFUCKINGTASTIC	fanfuckingtastic	ADJ	O	0			ewtb.r.116821.1
+
+1	I	i	PRON	O	0			ewtb.r.116821.3
+2	thought	think	VERB	O	0		v.cognition	ewtb.r.116821.3
+3	the	the	DET	O	0			ewtb.r.116821.3
+4	UK	uk	PROPN	O	0		n.location	ewtb.r.116821.3
+5	was	be	VERB	O	0		v.stative	ewtb.r.116821.3
+6	completely	completely	ADV	O	0			ewtb.r.116821.3
+7	devoid	devoid	ADJ	O	0			ewtb.r.116821.3
+8	of	of	ADP	O	0			ewtb.r.116821.3
+9	good	good	ADJ	O	0			ewtb.r.116821.3
+10	NYC	nyc	PROPN	B	0		n.food	ewtb.r.116821.3
+11	style	style	NOUN	I	10			ewtb.r.116821.3
+12	pizza	pizza	NOUN	I	11			ewtb.r.116821.3
+13	.	.	PUNCT	O	0			ewtb.r.116821.3
+
+1	I	i	PRON	O	0			ewtb.r.116821.4
+2	thought	think	VERB	O	0		v.cognition	ewtb.r.116821.4
+3	to	to	PART	O	0			ewtb.r.116821.4
+4	get	get	VERB	O	0		v.possession	ewtb.r.116821.4
+5	a	a	DET	O	0			ewtb.r.116821.4
+6	decent	decent	ADJ	O	0			ewtb.r.116821.4
+7	pizza	pizza	NOUN	O	0		n.food	ewtb.r.116821.4
+8	the	the	DET	O	0			ewtb.r.116821.4
+9	only	only	ADJ	O	0			ewtb.r.116821.4
+10	way	way	NOUN	O	0		n.act	ewtb.r.116821.4
+11	was	be	VERB	O	0		v.stative	ewtb.r.116821.4
+12	at	at	ADP	O	0			ewtb.r.116821.4
+13	a	a	DET	O	0			ewtb.r.116821.4
+14	fancy	fancy	ADJ	O	0			ewtb.r.116821.4
+15	restaurant	restaurant	NOUN	O	0		n.group	ewtb.r.116821.4
+16	,	,	PUNCT	O	0			ewtb.r.116821.4
+17	and	and	CONJ	O	0			ewtb.r.116821.4
+18	I	i	PRON	O	0			ewtb.r.116821.4
+19	have	have	VERB	B	0			ewtb.r.116821.4
+20	to	to	PART	I	19			ewtb.r.116821.4
+21	get	get	VERB	O	0		v.possession	ewtb.r.116821.4
+22	a	a	DET	O	0			ewtb.r.116821.4
+23	whole	whole	ADJ	O	0			ewtb.r.116821.4
+24	pie	pie	NOUN	O	0		n.food	ewtb.r.116821.4
+25	.	.	PUNCT	O	0			ewtb.r.116821.4
+
+1	I	i	PRON	O	0			ewtb.r.116821.5
+2	thought	think	VERB	O	0		v.cognition	ewtb.r.116821.5
+3	I	i	PRON	O	0			ewtb.r.116821.5
+4	would	would	AUX	O	0			ewtb.r.116821.5
+5	have	have	VERB	B	0			ewtb.r.116821.5
+6	to	to	PART	I	5			ewtb.r.116821.5
+7	wait	wait	VERB	O	0		v.stative	ewtb.r.116821.5
+8	until	until	SCONJ	O	0			ewtb.r.116821.5
+9	I	i	PRON	O	0			ewtb.r.116821.5
+10	went	go	VERB	O	0		v.motion	ewtb.r.116821.5
+11	home	home	ADV	O	0			ewtb.r.116821.5
+12	to	to	ADP	O	0			ewtb.r.116821.5
+13	NYC	nyc	PROPN	O	0		n.location	ewtb.r.116821.5
+14	.	.	PUNCT	O	0			ewtb.r.116821.5
+
+1	I	i	PRON	O	0			ewtb.r.116821.7
+2	saw	see	VERB	O	0		v.perception	ewtb.r.116821.7
+3	this	this	DET	O	0			ewtb.r.116821.7
+4	place	place	NOUN	O	0		n.location	ewtb.r.116821.7
+5	and	and	CONJ	O	0			ewtb.r.116821.7
+6	it	it	PRON	O	0			ewtb.r.116821.7
+7	looked	look	VERB	O	0		v.perception	ewtb.r.116821.7
+8	like	like	ADP	O	0			ewtb.r.116821.7
+9	the	the	DET	B	0		n.communication	ewtb.r.116821.7
+10	HOLY	holy	ADJ	I	9			ewtb.r.116821.7
+11	GRAIL	grail	NOUN	I	10			ewtb.r.116821.7
+12	.	.	PUNCT	O	0			ewtb.r.116821.7
+
+1	They	they	PRON	O	0			ewtb.r.116821.9
+2	have	have	VERB	O	0		v.stative	ewtb.r.116821.9
+3	crushed	crush	VERB	O	0			ewtb.r.116821.9
+4	red	red	ADJ	O	0			ewtb.r.116821.9
+5	pepper	pepper	NOUN	O	0		n.food	ewtb.r.116821.9
+6	flakes	flake	NOUN	O	0		n.food	ewtb.r.116821.9
+7	and	and	CONJ	O	0			ewtb.r.116821.9
+8	oregano	oregano	NOUN	O	0		n.food	ewtb.r.116821.9
+9	.	.	PUNCT	O	0			ewtb.r.116821.9
+
+1	So	so	ADV	O	0			ewtb.r.116821.10
+2	I	i	PRON	O	0			ewtb.r.116821.10
+3	ordered	order	VERB	O	0		v.possession	ewtb.r.116821.10
+4	a	a	DET	O	0			ewtb.r.116821.10
+5	slice	slice	NOUN	O	0		n.food	ewtb.r.116821.10
+6	.	.	PUNCT	O	0			ewtb.r.116821.10
+
+1	It	it	PRON	O	0			ewtb.r.116821.11
+2	tasted	taste	VERB	O	0		v.perception	ewtb.r.116821.11
+3	like	like	SCONJ	O	0			ewtb.r.116821.11
+4	I	i	PRON	O	0			ewtb.r.116821.11
+5	just	just	ADV	O	0			ewtb.r.116821.11
+6	flew	fly	VERB	O	0		v.motion	ewtb.r.116821.11
+7	back	back	ADV	O	0			ewtb.r.116821.11
+8	home	home	ADV	O	0			ewtb.r.116821.11
+9	.	.	PUNCT	O	0			ewtb.r.116821.11
+
+1	I	i	PRON	O	0			ewtb.r.116821.12
+2	du	du	AUX	O	0			ewtb.r.116821.12
+3	n	n	ADV	O	0			ewtb.r.116821.12
+4	no	no	VERB	O	0		v.cognition	ewtb.r.116821.12
+5	how	how	ADV	O	0			ewtb.r.116821.12
+6	they	they	PRON	O	0			ewtb.r.116821.12
+7	did	do	VERB	O	0		v.stative	ewtb.r.116821.12
+8	it	it	PRON	O	0			ewtb.r.116821.12
+9	,	,	PUNCT	O	0			ewtb.r.116821.12
+10	but	but	CONJ	O	0			ewtb.r.116821.12
+11	Scottish	scottish	ADJ	O	0			ewtb.r.116821.12
+12	friends	friend	NOUN	O	0		n.group	ewtb.r.116821.12
+13	---	---	PUNCT	O	0			ewtb.r.116821.12
+14	this	this	DET	O	0			ewtb.r.116821.12
+15	is	be	VERB	O	0		v.stative	ewtb.r.116821.12
+16	THE	the	DET	B	0		n.communication	ewtb.r.116821.12
+17	REAL	real	ADJ	I	16			ewtb.r.116821.12
+18	DEAL	deal	NOUN	I	17			ewtb.r.116821.12
+19	.	.	PUNCT	O	0			ewtb.r.116821.12
+
+1	That	that	DET	B	0			ewtb.r.116821.14
+2	being	be	AUX	I	1			ewtb.r.116821.14
+3	said	say	VERB	I	2			ewtb.r.116821.14
+4	,	,	PUNCT	O	0			ewtb.r.116821.14
+5	I	i	PRON	O	0			ewtb.r.116821.14
+6	do	do	AUX	O	0			ewtb.r.116821.14
+7	n't	n't	PART	O	0			ewtb.r.116821.14
+8	know	know	VERB	O	0		v.cognition	ewtb.r.116821.14
+9	how	how	ADV	O	0			ewtb.r.116821.14
+10	their	their	PRON	O	0			ewtb.r.116821.14
+11	delivery	delivery	NOUN	O	0		n.act	ewtb.r.116821.14
+12	service	service	NOUN	O	0		n.act	ewtb.r.116821.14
+13	is	be	VERB	O	0		v.stative	ewtb.r.116821.14
+14	.	.	PUNCT	O	0			ewtb.r.116821.14
+
+1	They	they	PRON	O	0			ewtb.r.116821.15
+2	might	might	AUX	O	0			ewtb.r.116821.15
+3	want	want	VERB	B	0		v.cognition	ewtb.r.116821.15
+4	to	to	PART	I	3			ewtb.r.116821.15
+5	change	change	VERB	O	0		v.change	ewtb.r.116821.15
+6	the	the	DET	O	0			ewtb.r.116821.15
+7	name	name	NOUN	O	0		n.communication	ewtb.r.116821.15
+8	to	to	PART	O	0			ewtb.r.116821.15
+9	reflect	reflect	VERB	O	0		v.communication	ewtb.r.116821.15
+10	the	the	DET	O	0			ewtb.r.116821.15
+11	new	new	NOUN	B	0			ewtb.r.116821.15
+12	yorkedness	yorkedness	NOUN	I	11			ewtb.r.116821.15
+13	of	of	ADP	O	0			ewtb.r.116821.15
+14	the	the	DET	O	0			ewtb.r.116821.15
+15	pizza	pizza	NOUN	O	0		n.food	ewtb.r.116821.15
+16	,	,	PUNCT	O	0			ewtb.r.116821.15
+17	scrummy	scrummy	PROPN	B	0			ewtb.r.116821.15
+18	yummy	yummy	PROPN	I	17			ewtb.r.116821.15
+19	sounds	sound	VERB	O	0		v.cognition	ewtb.r.116821.15
+20	gimmicky	gimmicky	ADJ	O	0			ewtb.r.116821.15
+21	to	to	ADP	O	0			ewtb.r.116821.15
+22	me	me	PRON	O	0			ewtb.r.116821.15
+23	.	.	PUNCT	O	0			ewtb.r.116821.15
+
+1	A	a	DET	O	0			ewtb.r.119026.2
+2	wonderful	wonderful	ADJ	O	0			ewtb.r.119026.2
+3	place	place	NOUN	O	0		n.group	ewtb.r.119026.2
+4	,	,	PUNCT	O	0			ewtb.r.119026.2
+5	if	if	SCONJ	O	0			ewtb.r.119026.2
+6	you	you	PRON	O	0			ewtb.r.119026.2
+7	want	want	VERB	O	0		v.cognition	ewtb.r.119026.2
+8	more	more	ADJ	O	0			ewtb.r.119026.2
+9	than	than	ADP	O	0			ewtb.r.119026.2
+10	just	just	ADV	O	0			ewtb.r.119026.2
+11	the	the	DET	O	0			ewtb.r.119026.2
+12	physical	physical	ADJ	O	0			ewtb.r.119026.2
+13	side	side	NOUN	O	0		n.cognition	ewtb.r.119026.2
+14	of	of	ADP	O	0			ewtb.r.119026.2
+15	yoga	yoga	NOUN	O	0		n.act	ewtb.r.119026.2
+16	.	.	PUNCT	O	0			ewtb.r.119026.2
+
+1	Give	give	VERB	O	0		v.social	ewtb.r.119026.3
+2	yourself	yourself	PRON	O	0			ewtb.r.119026.3
+3	the	the	DET	O	0			ewtb.r.119026.3
+4	gift	gift	NOUN	O	0		n.cognition	ewtb.r.119026.3
+5	of	of	SCONJ	O	0			ewtb.r.119026.3
+6	trying	try	VERB	O	0		v.social	ewtb.r.119026.3
+7	this	this	DET	O	0			ewtb.r.119026.3
+8	place	place	NOUN	O	0		n.group	ewtb.r.119026.3
+9	,	,	PUNCT	O	0			ewtb.r.119026.3
+10	to	to	PART	O	0			ewtb.r.119026.3
+11	see	see	VERB	O	0		v.cognition	ewtb.r.119026.3
+12	if	if	SCONJ	O	0			ewtb.r.119026.3
+13	it	it	PRON	O	0			ewtb.r.119026.3
+14	fits	fit	VERB	O	0		v.cognition	ewtb.r.119026.3
+15	you	you	PRON	O	0			ewtb.r.119026.3
+16	...	...	PUNCT	O	0			ewtb.r.119026.3
+
+1	They	they	PRON	O	0			ewtb.r.125522.1
+2	are	be	VERB	O	0		v.stative	ewtb.r.125522.1
+3	out	out	ADP	B	0			ewtb.r.125522.1
+4	of	of	ADP	I	3			ewtb.r.125522.1
+5	business	business	NOUN	I	4			ewtb.r.125522.1
+6	.	.	PUNCT	O	0			ewtb.r.125522.1
+
+1	Nice	nice	ADJ	O	0			ewtb.r.125522.2
+2	people	person	NOUN	O	0		n.person	ewtb.r.125522.2
+3	...	...	PUNCT	O	0			ewtb.r.125522.2
+4	I	i	PRON	O	0			ewtb.r.125522.2
+5	hear	hear	VERB	O	0		v.communication	ewtb.r.125522.2
+6	.	.	PUNCT	O	0			ewtb.r.125522.2
+
+1	Calls	call	NOUN	O	0		n.communication	ewtb.r.125522.3
+2	are	be	AUX	O	0			ewtb.r.125522.3
+3	now	now	ADV	O	0			ewtb.r.125522.3
+4	forwarded	forward	VERB	O	0		v.communication	ewtb.r.125522.3
+5	to	to	ADP	O	0			ewtb.r.125522.3
+6	Malcolm	malcolm	PROPN	B	0		n.group	ewtb.r.125522.3
+7	Smith	smith	PROPN	I	6			ewtb.r.125522.3
+8	Motorsports	motorsports	PROPN	I	7			ewtb.r.125522.3
+9	down	down	ADP	B	0			ewtb.r.125522.3
+10	the	the	DET	I	9			ewtb.r.125522.3
+11	road	road	NOUN	I	10			ewtb.r.125522.3
+12	.	.	PUNCT	O	0			ewtb.r.125522.3
+
+1	And	and	CONJ	O	0			ewtb.r.125629.2
+2	they	they	PRON	O	0			ewtb.r.125629.2
+3	seem	seem	VERB	O	0		v.cognition	ewtb.r.125629.2
+4	to	to	PART	O	0			ewtb.r.125629.2
+5	be	be	AUX	O	0			ewtb.r.125629.2
+6	posted	post	VERB	O	0		v.communication	ewtb.r.125629.2
+7	at	at	ADP	O	0			ewtb.r.125629.2
+8	fairly	fairly	ADV	O	0			ewtb.r.125629.2
+9	regular	regular	ADJ	O	0			ewtb.r.125629.2
+10	intervals	interval	NOUN	O	0		n.time	ewtb.r.125629.2
+11	?	?	PUNCT	O	0			ewtb.r.125629.2
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.162422.1
+2	.	.	PUNCT	O	0			ewtb.r.162422.1
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.162422.2
+2	.	.	PUNCT	O	0			ewtb.r.162422.2
+
+1	I	i	PRON	O	0			ewtb.r.162422.6
+2	asked	ask	VERB	O	0		v.communication	ewtb.r.162422.6
+3	if	if	SCONJ	O	0			ewtb.r.162422.6
+4	this	this	DET	O	0			ewtb.r.162422.6
+5	hotel	hotel	NOUN	O	0		n.group	ewtb.r.162422.6
+6	had	have	VERB	O	0		v.stative	ewtb.r.162422.6
+7	smoking	smoking	NOUN	O	0		n.act	ewtb.r.162422.6
+8	rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.162422.6
+9	.	.	PUNCT	O	0			ewtb.r.162422.6
+
+1	He	he	PRON	O	0			ewtb.r.162422.7
+2	immediately	immediately	ADV	O	0			ewtb.r.162422.7
+3	said	say	VERB	O	0		v.communication	ewtb.r.162422.7
+4	"	"	PUNCT	O	0			ewtb.r.162422.7
+5	no	no	INTJ	O	0			ewtb.r.162422.7
+6	,	,	PUNCT	O	0			ewtb.r.162422.7
+7	there	there	PRON	O	0			ewtb.r.162422.7
+8	is	be	VERB	O	0		v.stative	ewtb.r.162422.7
+9	a	a	DET	O	0			ewtb.r.162422.7
+10	$	$	SYM	O	0			ewtb.r.162422.7
+11	50	50	NUM	O	0			ewtb.r.162422.7
+12	deposit	deposit	NOUN	O	0		n.possession	ewtb.r.162422.7
+13	now	now	ADV	O	0			ewtb.r.162422.7
+14	!	!	PUNCT	O	0			ewtb.r.162422.7
+15	"	"	PUNCT	O	0			ewtb.r.162422.7
+
+1	When	when	ADV	O	0			ewtb.r.162422.9
+2	I	i	PRON	O	0			ewtb.r.162422.9
+3	inquired	inquire	VERB	O	0		v.communication	ewtb.r.162422.9
+4	he	he	PRON	O	0			ewtb.r.162422.9
+5	rudely	rudely	ADV	O	0			ewtb.r.162422.9
+6	replied	reply	VERB	O	0		v.communication	ewtb.r.162422.9
+7	"	"	PUNCT	O	0			ewtb.r.162422.9
+8	in	in	ADP	O	0			ewtb.r.162422.9
+9	the	the	DET	O	0			ewtb.r.162422.9
+10	morning	morning	NOUN	O	0		n.time	ewtb.r.162422.9
+11	when	when	ADV	O	0			ewtb.r.162422.9
+12	things	things	NOUN	O	0		n.artifact	ewtb.r.162422.9
+13	are	be	AUX	O	0			ewtb.r.162422.9
+14	checked	check	VERB	B	0		v.social	ewtb.r.162422.9
+15	out	out	ADP	I	14			ewtb.r.162422.9
+16	you	you	PRON	O	0			ewtb.r.162422.9
+17	'll	'll	AUX	O	0			ewtb.r.162422.9
+18	get	get	VERB	O	0		v.stative	ewtb.r.162422.9
+19	it	it	PRON	O	0			ewtb.r.162422.9
+20	back	back	ADV	O	0			ewtb.r.162422.9
+21	.	.	PUNCT	O	0			ewtb.r.162422.9
+22	"	"	PUNCT	O	0			ewtb.r.162422.9
+
+1	I	i	PRON	O	0			ewtb.r.162422.10
+2	called	call	VERB	O	0		v.communication	ewtb.r.162422.10
+3	customer	customer	NOUN	B	0		n.group	ewtb.r.162422.10
+4	service	service	NOUN	I	3			ewtb.r.162422.10
+5	about	about	ADP	O	0			ewtb.r.162422.10
+6	it	it	PRON	O	0			ewtb.r.162422.10
+7	because	because	SCONJ	O	0			ewtb.r.162422.10
+8	the	the	DET	O	0			ewtb.r.162422.10
+9	website	website	NOUN	O	0		n.communication	ewtb.r.162422.10
+10	specifically	specifically	ADV	O	0			ewtb.r.162422.10
+11	states	state	VERB	O	0		v.communication	ewtb.r.162422.10
+12	that	that	SCONJ	O	0			ewtb.r.162422.10
+13	there	there	PRON	O	0			ewtb.r.162422.10
+14	are	be	VERB	O	0		v.stative	ewtb.r.162422.10
+15	no	no	DET	O	0			ewtb.r.162422.10
+16	other	other	ADJ	O	0			ewtb.r.162422.10
+17	charges	charge	NOUN	O	0		n.possession	ewtb.r.162422.10
+18	at	at	ADP	O	0			ewtb.r.162422.10
+19	the	the	DET	O	0			ewtb.r.162422.10
+20	check	check	NOUN	B	0		n.act	ewtb.r.162422.10
+21	-	-	PUNCT	I	20			ewtb.r.162422.10
+22	in	in	NOUN	I	21			ewtb.r.162422.10
+23	.	.	PUNCT	O	0			ewtb.r.162422.10
+
+1	I	i	PRON	O	0			ewtb.r.162422.11
+2	also	also	ADV	O	0			ewtb.r.162422.11
+3	mentioned	mention	VERB	O	0		v.communication	ewtb.r.162422.11
+4	to	to	ADP	O	0			ewtb.r.162422.11
+5	the	the	DET	O	0			ewtb.r.162422.11
+6	reception	reception	NOUN	O	0		n.act	ewtb.r.162422.11
+7	person	person	NOUN	O	0		n.person	ewtb.r.162422.11
+8	.	.	PUNCT	O	0			ewtb.r.162422.11
+
+1	He	he	PRON	O	0			ewtb.r.162422.12
+2	responded	respond	VERB	O	0		v.communication	ewtb.r.162422.12
+3	"	"	PUNCT	O	0			ewtb.r.162422.12
+4	we	we	PRON	O	0			ewtb.r.162422.12
+5	have	have	VERB	O	0		v.stative	ewtb.r.162422.12
+6	problem	problem	NOUN	O	0		n.cognition	ewtb.r.162422.12
+7	with	with	ADP	O	0			ewtb.r.162422.12
+8	'	'	PUNCT	O	0			ewtb.r.162422.12
+9	people	person	NOUN	O	0		n.person	ewtb.r.162422.12
+10	'	'	PUNCT	O	0			ewtb.r.162422.12
+11	"	"	PUNCT	O	0			ewtb.r.162422.12
+12	.	.	PUNCT	O	0			ewtb.r.162422.12
+
+1	Imagine	imagine	VERB	O	0		v.cognition	ewtb.r.162422.13
+2	a	a	DET	O	0			ewtb.r.162422.13
+3	hotel	hotel	NOUN	O	0		n.group	ewtb.r.162422.13
+4	having	have	VERB	O	0		v.stative	ewtb.r.162422.13
+5	problems	problem	NOUN	O	0		n.cognition	ewtb.r.162422.13
+6	with	with	ADP	O	0			ewtb.r.162422.13
+7	people	person	NOUN	O	0		n.group	ewtb.r.162422.13
+8	.	.	PUNCT	O	0			ewtb.r.162422.13
+
+1	I	i	PRON	O	0			ewtb.r.162422.14
+2	finally	finally	ADV	O	0			ewtb.r.162422.14
+3	alerted	alert	VERB	O	0		v.communication	ewtb.r.162422.14
+4	him	him	PRON	O	0			ewtb.r.162422.14
+5	to	to	ADP	O	0			ewtb.r.162422.14
+6	his	his	PRON	O	0			ewtb.r.162422.14
+7	rudeness	rudeness	NOUN	O	0		n.attribute	ewtb.r.162422.14
+8	.	.	PUNCT	O	0			ewtb.r.162422.14
+
+1	He	he	PRON	O	0			ewtb.r.162422.15
+2	said	say	VERB	O	0		v.communication	ewtb.r.162422.15
+3	he	he	PRON	O	0			ewtb.r.162422.15
+4	's	's	AUX	O	0			ewtb.r.162422.15
+5	had	have	VERB	O	0		v.stative	ewtb.r.162422.15
+6	a	a	DET	O	0			ewtb.r.162422.15
+7	long	long	ADJ	O	0			ewtb.r.162422.15
+8	and	and	CONJ	O	0			ewtb.r.162422.15
+9	bad	bad	ADJ	O	0			ewtb.r.162422.15
+10	day	day	NOUN	O	0		n.time	ewtb.r.162422.15
+11	.	.	PUNCT	O	0			ewtb.r.162422.15
+
+1	Do	do	AUX	O	0			ewtb.r.162422.17
+2	n't	n't	PART	O	0			ewtb.r.162422.17
+3	stay	stay	VERB	O	0		v.social	ewtb.r.162422.17
+4	there	there	ADV	O	0			ewtb.r.162422.17
+5	.	.	PUNCT	O	0			ewtb.r.162422.17
+
+1	Yeah	yeah	INTJ	O	0			ewtb.r.174824.1
+2	they	they	PRON	O	0			ewtb.r.174824.1
+3	ruined	ruin	VERB	O	0		v.change	ewtb.r.174824.1
+4	some	some	DET	O	0			ewtb.r.174824.1
+5	shirts	shirt	NOUN	O	0		n.artifact	ewtb.r.174824.1
+6	I	i	PRON	O	0			ewtb.r.174824.1
+7	had	have	VERB	O	0		v.possession	ewtb.r.174824.1
+8	too	too	ADV	O	0			ewtb.r.174824.1
+9	.	.	PUNCT	O	0			ewtb.r.174824.1
+
+1	Horrible	horrible	ADJ	O	0			ewtb.r.174824.2
+2	!	!	PUNCT	O	0			ewtb.r.174824.2
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.178726.1
+2	medical	medical	ADJ	B	0		n.act	ewtb.r.178726.1
+3	care	care	NOUN	I	2			ewtb.r.178726.1
+4	!!!!!!	!!!!!!	PUNCT	O	0			ewtb.r.178726.1
+
+1	Highly	highly	ADV	O	0			ewtb.r.178726.2
+2	recommend	recommend	VERB	O	0		v.communication	ewtb.r.178726.2
+
+1	I	i	PRON	O	0			ewtb.r.178726.3
+2	went	go	VERB	O	0		v.motion	ewtb.r.178726.3
+3	to	to	ADP	O	0			ewtb.r.178726.3
+4	this	this	DET	O	0			ewtb.r.178726.3
+5	urgent	urgent	ADJ	B	0		n.act	ewtb.r.178726.3
+6	care	care	NOUN	I	5			ewtb.r.178726.3
+7	center	center	NOUN	O	0		n.group	ewtb.r.178726.3
+8	and	and	CONJ	O	0			ewtb.r.178726.3
+9	was	be	AUX	O	0			ewtb.r.178726.3
+10	blown	blow	VERB	B	0		v.cognition	ewtb.r.178726.3
+11	away	away	ADV	I	10			ewtb.r.178726.3
+12	with	with	ADP	O	0			ewtb.r.178726.3
+13	their	their	PRON	O	0			ewtb.r.178726.3
+14	service	service	NOUN	O	0		n.act	ewtb.r.178726.3
+15	.	.	PUNCT	O	0			ewtb.r.178726.3
+
+1	Finally	finally	ADV	O	0			ewtb.r.178726.4
+2	a	a	DET	O	0			ewtb.r.178726.4
+3	convenient	convenient	ADJ	O	0			ewtb.r.178726.4
+4	place	place	NOUN	O	0		n.group	ewtb.r.178726.4
+5	close	close	ADV	O	0			ewtb.r.178726.4
+6	to	to	ADP	O	0			ewtb.r.178726.4
+7	home	home	NOUN	O	0		n.location	ewtb.r.178726.4
+8	.	.	PUNCT	O	0			ewtb.r.178726.4
+
+1	Wonderful	wonderful	ADJ	O	0			ewtb.r.178726.5
+2	staff	staff	NOUN	O	0		n.group	ewtb.r.178726.5
+3	and	and	CONJ	O	0			ewtb.r.178726.5
+4	physician	physician	NOUN	O	0		n.person	ewtb.r.178726.5
+5	.	.	PUNCT	O	0			ewtb.r.178726.5
+
+1	Clean	clean	ADJ	O	0			ewtb.r.178726.6
+2	and	and	CONJ	O	0			ewtb.r.178726.6
+3	superb	superb	ADJ	O	0			ewtb.r.178726.6
+4	.	.	PUNCT	O	0			ewtb.r.178726.6
+
+1	Will	will	AUX	O	0			ewtb.r.178726.8
+2	definitely	definitely	ADV	O	0			ewtb.r.178726.8
+3	go	go	VERB	B	0		v.motion	ewtb.r.178726.8
+4	back	back	ADV	I	3			ewtb.r.178726.8
+5	when	when	ADV	O	0			ewtb.r.178726.8
+6	I	i	PRON	O	0			ewtb.r.178726.8
+7	need	need	VERB	O	0		v.cognition	ewtb.r.178726.8
+8	medical	medical	ADJ	B	0		n.act	ewtb.r.178726.8
+9	care	care	NOUN	I	8			ewtb.r.178726.8
+10	.	.	PUNCT	O	0			ewtb.r.178726.8
+
+1	ok	ok	INTJ	O	0			ewtb.r.224123.1
+
+1	ca	ca	AUX	O	0			ewtb.r.224123.2
+2	n't	n't	PART	O	0			ewtb.r.224123.2
+3	remember	remember	VERB	O	0		v.cognition	ewtb.r.224123.2
+4	good	good	ADJ	O	0			ewtb.r.224123.2
+5	or	or	CONJ	O	0			ewtb.r.224123.2
+6	bad	bad	ADJ	O	0			ewtb.r.224123.2
+7	,	,	PUNCT	O	0			ewtb.r.224123.2
+8	so	so	ADV	O	0			ewtb.r.224123.2
+9	it	it	PRON	O	0			ewtb.r.224123.2
+10	must	must	AUX	O	0			ewtb.r.224123.2
+11	have	have	AUX	O	0			ewtb.r.224123.2
+12	been	be	VERB	O	0		v.stative	ewtb.r.224123.2
+13	meh	meh	ADJ	O	0			ewtb.r.224123.2
+14	.	.	PUNCT	O	0			ewtb.r.224123.2
+
+1	A	a	DET	O	0			ewtb.r.229623.1
+2	friend	friend	NOUN	O	0		n.person	ewtb.r.229623.1
+3	and	and	CONJ	O	0			ewtb.r.229623.1
+4	I	i	PRON	O	0			ewtb.r.229623.1
+5	recently	recently	ADV	O	0			ewtb.r.229623.1
+6	took	take	VERB	O	0		v.stative	ewtb.r.229623.1
+7	our	our	PRON	O	0			ewtb.r.229623.1
+8	16	16	NUM	O	0			ewtb.r.229623.1
+9	and	and	CONJ	O	0			ewtb.r.229623.1
+10	18	18	NUM	O	0			ewtb.r.229623.1
+11	month	month	NOUN	B	0		n.person	ewtb.r.229623.1
+12	olds	old	NOUN	I	11			ewtb.r.229623.1
+13	here	here	ADV	O	0			ewtb.r.229623.1
+14	.	.	PUNCT	O	0			ewtb.r.229623.1
+
+1	It	it	PRON	O	0			ewtb.r.229623.3
+2	's	's	VERB	O	0		v.stative	ewtb.r.229623.3
+3	not	not	PART	O	0			ewtb.r.229623.3
+4	the	the	DET	O	0			ewtb.r.229623.3
+5	classiest	classy	ADJ	O	0			ewtb.r.229623.3
+6	place	place	NOUN	O	0		n.group	ewtb.r.229623.3
+7	,	,	PUNCT	O	0			ewtb.r.229623.3
+8	but	but	CONJ	O	0			ewtb.r.229623.3
+9	it	it	PRON	O	0			ewtb.r.229623.3
+10	was	be	VERB	O	0		v.stative	ewtb.r.229623.3
+11	cleaner	clean	ADJ	O	0			ewtb.r.229623.3
+12	than	than	SCONJ	O	0			ewtb.r.229623.3
+13	I	i	PRON	O	0			ewtb.r.229623.3
+14	expected	expect	VERB	O	0		v.cognition	ewtb.r.229623.3
+15	and	and	CONJ	O	0			ewtb.r.229623.3
+16	the	the	DET	O	0			ewtb.r.229623.3
+17	staff	staff	NOUN	O	0		n.group	ewtb.r.229623.3
+18	was	be	VERB	O	0		v.stative	ewtb.r.229623.3
+19	very	very	ADV	O	0			ewtb.r.229623.3
+20	friendly	friendly	ADJ	O	0			ewtb.r.229623.3
+21	.	.	PUNCT	O	0			ewtb.r.229623.3
+
+1	Rooms	rooms	NOUN	O	0		n.artifact	ewtb.r.231724.1
+2	were	be	VERB	O	0		v.stative	ewtb.r.231724.1
+3	outdated	outdated	ADJ	O	0			ewtb.r.231724.1
+4	,	,	PUNCT	O	0			ewtb.r.231724.1
+5	dirty	dirty	ADJ	O	0			ewtb.r.231724.1
+6	,	,	PUNCT	O	0			ewtb.r.231724.1
+7	and	and	CONJ	O	0			ewtb.r.231724.1
+8	small	small	ADJ	O	0			ewtb.r.231724.1
+9	.	.	PUNCT	O	0			ewtb.r.231724.1
+
+1	Service	service	NOUN	O	0		n.act	ewtb.r.231724.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.231724.2
+3	horrible	horrible	ADJ	O	0			ewtb.r.231724.2
+4	.	.	PUNCT	O	0			ewtb.r.231724.2
+
+1	Go	go	VERB	B	0		v.motion	ewtb.r.231724.3
+2	down	down	ADV	I	1			ewtb.r.231724.3
+3	1	1	NUM	O	0			ewtb.r.231724.3
+4	block	block	NOUN	O	0		n.relation	ewtb.r.231724.3
+5	to	to	ADP	O	0			ewtb.r.231724.3
+6	Super	super	PROPN	B	0		n.group	ewtb.r.231724.3
+7	8	8	PROPN	I	6			ewtb.r.231724.3
+8	.	.	PUNCT	O	0			ewtb.r.231724.3
+
+1	Skylight	skylight	NOUN	O	0		n.artifact	ewtb.r.295727.1
+2	repair	repair	NOUN	O	0		n.act	ewtb.r.295727.1
+
+1	My	my	PRON	O	0			ewtb.r.295727.2
+2	skylight	skylight	NOUN	O	0		n.artifact	ewtb.r.295727.2
+3	was	be	AUX	O	0			ewtb.r.295727.2
+4	making	make	VERB	O	0		v.stative	ewtb.r.295727.2
+5	a	a	DET	O	0			ewtb.r.295727.2
+6	horrible	horrible	ADJ	O	0			ewtb.r.295727.2
+7	noise	noise	NOUN	O	0		n.natural_object	ewtb.r.295727.2
+8	when	when	ADV	O	0			ewtb.r.295727.2
+9	the	the	DET	O	0			ewtb.r.295727.2
+10	wind	wind	NOUN	O	0		n.natural_object	ewtb.r.295727.2
+11	blew	blow	VERB	O	0		v.stative	ewtb.r.295727.2
+12	.	.	PUNCT	O	0			ewtb.r.295727.2
+
+1	James	james	PROPN	B	0		n.person	ewtb.r.295727.3
+2	Bateman	bateman	PROPN	I	1			ewtb.r.295727.3
+3	came	come	VERB	O	0		v.motion	ewtb.r.295727.3
+4	the	the	DET	O	0			ewtb.r.295727.3
+5	day	day	NOUN	O	0		n.time	ewtb.r.295727.3
+6	I	i	PRON	O	0			ewtb.r.295727.3
+7	called	call	VERB	O	0		v.communication	ewtb.r.295727.3
+8	and	and	CONJ	O	0			ewtb.r.295727.3
+9	fixed	fix	VERB	O	0		v.change	ewtb.r.295727.3
+10	the	the	DET	O	0			ewtb.r.295727.3
+11	problem	problem	NOUN	O	0		n.cognition	ewtb.r.295727.3
+12	quickly	quickly	ADV	O	0			ewtb.r.295727.3
+13	and	and	CONJ	O	0			ewtb.r.295727.3
+14	efficiently	efficiently	ADV	O	0			ewtb.r.295727.3
+15	.	.	PUNCT	O	0			ewtb.r.295727.3
+
+1	He	he	PRON	O	0			ewtb.r.295727.4
+2	also	also	ADV	O	0			ewtb.r.295727.4
+3	inspected	inspect	VERB	O	0		v.cognition	ewtb.r.295727.4
+4	my	my	PRON	O	0			ewtb.r.295727.4
+5	entie	entie	ADJ	O	0			ewtb.r.295727.4
+6	roof	roof	NOUN	O	0		n.artifact	ewtb.r.295727.4
+7	to	to	PART	O	0			ewtb.r.295727.4
+8	see	see	VERB	O	0		v.perception	ewtb.r.295727.4
+9	if	if	SCONJ	O	0			ewtb.r.295727.4
+10	there	there	PRON	O	0			ewtb.r.295727.4
+11	was	be	VERB	O	0		v.stative	ewtb.r.295727.4
+12	anything	anything	NOUN	O	0			ewtb.r.295727.4
+13	else	else	ADJ	O	0			ewtb.r.295727.4
+14	that	that	DET	O	0			ewtb.r.295727.4
+15	needed	need	VERB	O	0		v.cognition	ewtb.r.295727.4
+16	attention	attention	NOUN	O	0		n.cognition	ewtb.r.295727.4
+17	.	.	PUNCT	O	0			ewtb.r.295727.4
+
+1	He	he	PRON	O	0			ewtb.r.295727.5
+2	called	call	VERB	O	0		v.communication	ewtb.r.295727.5
+3	the	the	DET	O	0			ewtb.r.295727.5
+4	next	next	ADJ	O	0			ewtb.r.295727.5
+5	day	day	NOUN	O	0		n.time	ewtb.r.295727.5
+6	to	to	PART	O	0			ewtb.r.295727.5
+7	see	see	VERB	O	0		v.perception	ewtb.r.295727.5
+8	if	if	SCONJ	O	0			ewtb.r.295727.5
+9	everything	everything	NOUN	O	0			ewtb.r.295727.5
+10	was	be	VERB	O	0		v.stative	ewtb.r.295727.5
+11	to	to	ADP	O	0			ewtb.r.295727.5
+12	my	my	PRON	O	0			ewtb.r.295727.5
+13	satisfaction	satisfaction	NOUN	O	0		n.feeling	ewtb.r.295727.5
+14	.	.	PUNCT	O	0			ewtb.r.295727.5
+
+1	When	when	ADV	O	0			ewtb.r.295727.6
+2	the	the	DET	O	0			ewtb.r.295727.6
+3	next	next	ADJ	O	0			ewtb.r.295727.6
+4	hailstorm	hailstorm	NOUN	O	0		n.natural_object	ewtb.r.295727.6
+5	blows	blow	VERB	O	0		v.stative	ewtb.r.295727.6
+6	through	through	ADV	O	0			ewtb.r.295727.6
+7	,	,	PUNCT	O	0			ewtb.r.295727.6
+8	I	i	PRON	O	0			ewtb.r.295727.6
+9	will	will	AUX	O	0			ewtb.r.295727.6
+10	not	not	PART	O	0			ewtb.r.295727.6
+11	hesitate	hesitate	VERB	O	0		v.cognition	ewtb.r.295727.6
+12	to	to	PART	O	0			ewtb.r.295727.6
+13	contact	contact	VERB	O	0		v.communication	ewtb.r.295727.6
+14	James	james	PROPN	O	0		n.person	ewtb.r.295727.6
+15	at	at	ADP	O	0			ewtb.r.295727.6
+16	Team	team	PROPN	B	0		n.group	ewtb.r.295727.6
+17	Texas	texas	PROPN	I	16			ewtb.r.295727.6
+18	Construction	construction	PROPN	I	17			ewtb.r.295727.6
+19	.	.	PUNCT	O	0			ewtb.r.295727.6
+
+1	Great	great	ADJ	O	0			ewtb.r.303728.1
+2	gym	gym	NOUN	O	0		n.group	ewtb.r.303728.1
+3	and	and	CONJ	O	0			ewtb.r.303728.1
+4	great	great	ADJ	O	0			ewtb.r.303728.1
+5	services	services	NOUN	O	0		n.act	ewtb.r.303728.1
+6	.	.	PUNCT	O	0			ewtb.r.303728.1
+
+1	Midtown	midtown	PROPN	B	0		n.group	ewtb.r.317326.1
+2	Reston	reston	PROPN	I	1			ewtb.r.317326.1
+3	has	have	VERB	O	0		v.stative	ewtb.r.317326.1
+4	great	great	ADJ	O	0			ewtb.r.317326.1
+5	location	location	NOUN	O	0		n.location	ewtb.r.317326.1
+6	and	and	CONJ	O	0			ewtb.r.317326.1
+7	luxurious	luxurious	ADJ	O	0			ewtb.r.317326.1
+8	environment	environment	NOUN	O	0		n.attribute	ewtb.r.317326.1
+9	.	.	PUNCT	O	0			ewtb.r.317326.1
+
+1	Really	really	ADV	O	0			ewtb.r.317326.2
+2	enjoyed	enjoy	VERB	O	0		v.emotion	ewtb.r.317326.2
+3	it	it	PRON	O	0			ewtb.r.317326.2
+4	.	.	PUNCT	O	0			ewtb.r.317326.2
+
+1	Great	great	ADJ	O	0			ewtb.r.322225.1
+2	Wine	wine	NOUN	O	0		n.food	ewtb.r.322225.1
+3	&	&	CONJ	O	0			ewtb.r.322225.1
+4	Service	service	NOUN	O	0		n.act	ewtb.r.322225.1
+
+1	This	this	DET	O	0			ewtb.r.322225.2
+2	place	place	NOUN	O	0		n.group	ewtb.r.322225.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.322225.2
+4	so	so	ADV	O	0			ewtb.r.322225.2
+5	great	great	ADJ	O	0			ewtb.r.322225.2
+6	!	!	PUNCT	O	0			ewtb.r.322225.2
+
+1	Check	check	VERB	B	0		v.social	ewtb.r.322225.5
+2	out	out	ADP	I	1			ewtb.r.322225.5
+3	their	their	PRON	O	0			ewtb.r.322225.5
+4	wine	wine	NOUN	B	0		n.event	ewtb.r.322225.5
+5	tastings	tasting	NOUN	I	4			ewtb.r.322225.5
+6	every	every	DET	O	0			ewtb.r.322225.5
+7	Friday	friday	PROPN	O	0		n.time	ewtb.r.322225.5
+8	night	night	NOUN	O	0		n.time	ewtb.r.322225.5
+9	!	!	PUNCT	O	0			ewtb.r.322225.5
+
+1	Terrible	terrible	ADJ	O	0			ewtb.r.328828.1
+2	service	service	NOUN	O	0		n.act	ewtb.r.328828.1
+3	!!!	!!!	PUNCT	O	0			ewtb.r.328828.1
+
+1	Made	make	VERB	O	0		v.communication	ewtb.r.328828.2
+2	an	an	DET	O	0			ewtb.r.328828.2
+3	appointment	appointment	NOUN	O	0		n.event	ewtb.r.328828.2
+4	to	to	PART	O	0			ewtb.r.328828.2
+5	have	have	VERB	O	0		v.stative	ewtb.r.328828.2
+6	them	them	PRON	O	0			ewtb.r.328828.2
+7	come	come	VERB	O	0		v.motion	ewtb.r.328828.2
+8	to	to	ADP	O	0			ewtb.r.328828.2
+9	the	the	DET	O	0			ewtb.r.328828.2
+10	house	house	NOUN	O	0		n.location	ewtb.r.328828.2
+11	to	to	PART	O	0			ewtb.r.328828.2
+12	discuss	discuss	VERB	O	0		v.communication	ewtb.r.328828.2
+13	curtain	curtain	NOUN	O	0		n.artifact	ewtb.r.328828.2
+14	options	option	NOUN	O	0		n.cognition	ewtb.r.328828.2
+15	and	and	CONJ	O	0			ewtb.r.328828.2
+16	give	give	VERB	O	0		v.communication	ewtb.r.328828.2
+17	an	an	DET	O	0			ewtb.r.328828.2
+18	estimate	estimate	NOUN	O	0		n.communication	ewtb.r.328828.2
+19	.	.	PUNCT	O	0			ewtb.r.328828.2
+
+1	When	when	ADV	O	0			ewtb.r.328828.4
+2	I	i	PRON	O	0			ewtb.r.328828.4
+3	called	call	VERB	O	0		v.communication	ewtb.r.328828.4
+4	the	the	DET	O	0			ewtb.r.328828.4
+5	manager	manager	NOUN	O	0		n.person	ewtb.r.328828.4
+6	to	to	PART	O	0			ewtb.r.328828.4
+7	complain	complain	VERB	O	0		v.communication	ewtb.r.328828.4
+8	,	,	PUNCT	O	0			ewtb.r.328828.4
+9	she	she	PRON	O	0			ewtb.r.328828.4
+10	said	say	VERB	O	0		v.communication	ewtb.r.328828.4
+11	she	she	PRON	O	0			ewtb.r.328828.4
+12	KNEW	know	VERB	O	0		v.cognition	ewtb.r.328828.4
+13	the	the	DET	O	0			ewtb.r.328828.4
+14	guy	guy	NOUN	O	0		n.person	ewtb.r.328828.4
+15	did	do	AUX	O	0			ewtb.r.328828.4
+16	n't	n't	PART	O	0			ewtb.r.328828.4
+17	know	know	VERB	O	0		v.cognition	ewtb.r.328828.4
+18	about	about	ADP	O	0			ewtb.r.328828.4
+19	curtains	curtain	NOUN	O	0		n.artifact	ewtb.r.328828.4
+20	and	and	CONJ	O	0			ewtb.r.328828.4
+21	that	that	SCONJ	O	0			ewtb.r.328828.4
+22	the	the	DET	O	0			ewtb.r.328828.4
+23	usual	usual	ADJ	O	0			ewtb.r.328828.4
+24	lady	lady	NOUN	O	0		n.person	ewtb.r.328828.4
+25	called	call	VERB	B	0		v.communication	ewtb.r.328828.4
+26	in	in	ADV	I	25			ewtb.r.328828.4
+27	sick	sick	ADJ	I	26			ewtb.r.328828.4
+28	hours	hours	NOUN	O	0		n.time	ewtb.r.328828.4
+29	earlier	earlier	ADV	O	0			ewtb.r.328828.4
+30	!	!	PUNCT	O	0			ewtb.r.328828.4
+
+1	So	so	ADV	O	0			ewtb.r.328828.6
+2	what	what	PRON	O	0			ewtb.r.328828.6
+3	was	be	VERB	O	0		v.stative	ewtb.r.328828.6
+4	the	the	DET	B	0		n.communication	ewtb.r.328828.6
+5	point	point	NOUN	I	4			ewtb.r.328828.6
+6	of	of	ADP	O	0			ewtb.r.328828.6
+7	the	the	DET	O	0			ewtb.r.328828.6
+8	appointment	appointment	NOUN	O	0		n.event	ewtb.r.328828.6
+9	!?!	!?!	PUNCT	O	0			ewtb.r.328828.6
+
+1	To	to	PART	O	0			ewtb.r.328828.7
+2	just	just	ADV	O	0			ewtb.r.328828.7
+3	come	come	VERB	B	0		v.motion	ewtb.r.328828.7
+4	over	over	ADV	I	3			ewtb.r.328828.7
+5	and	and	CONJ	O	0			ewtb.r.328828.7
+6	hang	hang	VERB	B	0		v.social	ewtb.r.328828.7
+7	out	out	ADP	I	6			ewtb.r.328828.7
+8	?!?	?!?	PUNCT	O	0			ewtb.r.328828.7
+
+1	I	i	PRON	O	0			ewtb.r.328828.8
+2	will	will	AUX	O	0			ewtb.r.328828.8
+3	NEVER	never	ADV	O	0			ewtb.r.328828.8
+4	do	do	VERB	B	0		v.social	ewtb.r.328828.8
+5	business	business	NOUN	I	4			ewtb.r.328828.8
+6	with	with	ADP	O	0			ewtb.r.328828.8
+7	this	this	DET	O	0			ewtb.r.328828.8
+8	company	company	NOUN	O	0		n.group	ewtb.r.328828.8
+9	!	!	PUNCT	O	0			ewtb.r.328828.8
+
+1	EVER	ever	ADV	O	0			ewtb.r.328828.9
+2	!!!	!!!	PUNCT	O	0			ewtb.r.328828.9
+
+1	WHAT	what	DET	O	0			ewtb.r.333628.1
+2	A	a	DET	O	0			ewtb.r.333628.1
+3	GREAT	great	ADJ	O	0			ewtb.r.333628.1
+4	DEAL	deal	NOUN	O	0		n.communication	ewtb.r.333628.1
+5	THANK	thank	VERB	B	0			ewtb.r.333628.1
+6	YOU	you	PRON	I	5			ewtb.r.333628.1
+
+1	One	one	NUM	O	0			ewtb.r.334928.1
+2	of	of	ADP	O	0			ewtb.r.334928.1
+3	the	the	DET	O	0			ewtb.r.334928.1
+4	better	better	ADJ	O	0			ewtb.r.334928.1
+5	vegetarian	vegetarian	ADJ	O	0			ewtb.r.334928.1
+6	sandwiches	sandwich	NOUN	O	0		n.food	ewtb.r.334928.1
+7	I	i	PRON	O	0			ewtb.r.334928.1
+8	've	've	AUX	O	0			ewtb.r.334928.1
+9	had	have	VERB	O	0		v.consumption	ewtb.r.334928.1
+10	in	in	ADP	O	0			ewtb.r.334928.1
+11	Seattle	seattle	PROPN	O	0		n.location	ewtb.r.334928.1
+12	.	.	PUNCT	O	0			ewtb.r.334928.1
+
+1	Best	best	ADJ	O	0			ewtb.r.335225.1
+2	Salsa	salsa	NOUN	O	0		n.food	ewtb.r.335225.1
+3	(	(	PUNCT	O	0			ewtb.r.335225.1
+4	hehehe	hehehe	INTJ	O	0			ewtb.r.335225.1
+5	)	)	PUNCT	O	0			ewtb.r.335225.1
+
+1	The	the	DET	O	0			ewtb.r.335225.3
+2	owner	owner	NOUN	O	0		n.person	ewtb.r.335225.3
+3	warned	warn	VERB	O	0		v.communication	ewtb.r.335225.3
+4	me	me	PRON	O	0			ewtb.r.335225.3
+5	that	that	SCONJ	O	0			ewtb.r.335225.3
+6	it	it	PRON	O	0			ewtb.r.335225.3
+7	was	be	VERB	O	0		v.stative	ewtb.r.335225.3
+8	the	the	DET	O	0			ewtb.r.335225.3
+9	best	best	ADJ	O	0			ewtb.r.335225.3
+10	salsa	salsa	NOUN	O	0		n.food	ewtb.r.335225.3
+11	I	i	PRON	O	0			ewtb.r.335225.3
+12	would	would	AUX	O	0			ewtb.r.335225.3
+13	ever	ever	ADV	O	0			ewtb.r.335225.3
+14	had	have	VERB	O	0		v.consumption	ewtb.r.335225.3
+15	,	,	PUNCT	O	0			ewtb.r.335225.3
+16	and	and	CONJ	O	0			ewtb.r.335225.3
+17	he	he	PRON	O	0			ewtb.r.335225.3
+18	was	be	VERB	O	0		v.stative	ewtb.r.335225.3
+19	right	right	ADJ	O	0			ewtb.r.335225.3
+20	.	.	PUNCT	O	0			ewtb.r.335225.3
+
+1	No	no	DET	B	0			ewtb.r.335225.4
+2	joke	joke	NOUN	I	1			ewtb.r.335225.4
+3	!	!	PUNCT	O	0			ewtb.r.335225.4
+
+1	Identity	identity	NOUN	B	0		n.act	ewtb.r.338429.1
+2	Theft	theft	NOUN	I	1			ewtb.r.338429.1
+
+1	It	it	PRON	O	0			ewtb.r.338429.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.338429.5
+3	a	a	DET	O	0			ewtb.r.338429.5
+4	black	black	ADJ	O	0			ewtb.r.338429.5
+5	female	female	NOUN	O	0		n.person	ewtb.r.338429.5
+6	that	that	DET	O	0			ewtb.r.338429.5
+7	use	use	VERB	B	0			ewtb.r.338429.5
+8	to	to	PART	I	7			ewtb.r.338429.5
+9	work	work	VERB	O	0		v.social	ewtb.r.338429.5
+10	in	in	ADP	O	0			ewtb.r.338429.5
+11	the	the	DET	O	0			ewtb.r.338429.5
+12	office	office	NOUN	O	0		n.location	ewtb.r.338429.5
+13	.	.	PUNCT	O	0			ewtb.r.338429.5
+
+1	She	she	PRON	O	0			ewtb.r.338429.6
+2	stole	steal	VERB	O	0		v.possession	ewtb.r.338429.6
+3	the	the	DET	O	0			ewtb.r.338429.6
+4	information	information	NOUN	O	0		n.communication	ewtb.r.338429.6
+5	and	and	CONJ	O	0			ewtb.r.338429.6
+6	gave	give	VERB	O	0		v.stative	ewtb.r.338429.6
+7	it	it	PRON	O	0			ewtb.r.338429.6
+8	to	to	ADP	O	0			ewtb.r.338429.6
+9	another	another	DET	O	0			ewtb.r.338429.6
+10	guy	guy	NOUN	O	0		n.person	ewtb.r.338429.6
+11	that	that	DET	O	0			ewtb.r.338429.6
+12	did	do	VERB	O	0		v.stative	ewtb.r.338429.6
+13	all	all	DET	O	0			ewtb.r.338429.6
+14	the	the	DET	O	0			ewtb.r.338429.6
+15	work	work	NOUN	O	0		n.act	ewtb.r.338429.6
+16	.	.	PUNCT	O	0			ewtb.r.338429.6
+
+1	That	that	DET	O	0			ewtb.r.338429.8
+2	s	s	VERB	O	0		v.stative	ewtb.r.338429.8
+3	how	how	ADV	O	0			ewtb.r.338429.8
+4	they	they	PRON	O	0			ewtb.r.338429.8
+5	were	be	AUX	O	0			ewtb.r.338429.8
+6	caught	catch	VERB	O	0		v.social	ewtb.r.338429.8
+7	.	.	PUNCT	O	0			ewtb.r.338429.8
+
+1	They	they	PRON	O	0			ewtb.r.338429.9
+2	both	both	DET	O	0			ewtb.r.338429.9
+3	went	go	VERB	O	0		v.social	ewtb.r.338429.9
+4	to	to	ADP	O	0			ewtb.r.338429.9
+5	jail	jail	NOUN	O	0		n.group	ewtb.r.338429.9
+6	and	and	CONJ	O	0			ewtb.r.338429.9
+7	a	a	DET	O	0			ewtb.r.338429.9
+8	new	new	ADJ	O	0			ewtb.r.338429.9
+9	manager	manager	NOUN	O	0		n.person	ewtb.r.338429.9
+10	was	be	AUX	O	0			ewtb.r.338429.9
+11	put	put	VERB	B	0		v.social	ewtb.r.338429.9
+12	in	in	ADP	I	11			ewtb.r.338429.9
+13	charge	charge	NOUN	I	12			ewtb.r.338429.9
+14	of	of	ADP	O	0			ewtb.r.338429.9
+15	the	the	DET	O	0			ewtb.r.338429.9
+16	apartments	apartment	NOUN	O	0		n.group	ewtb.r.338429.9
+17	.	.	PUNCT	O	0			ewtb.r.338429.9
+
+1	Nobody	nobody	NOUN	O	0			ewtb.r.338429.11
+2	lived	live	VERB	O	0		v.social	ewtb.r.338429.11
+3	there	there	ADV	O	0			ewtb.r.338429.11
+4	.	.	PUNCT	O	0			ewtb.r.338429.11
+
+1	A	a	DET	O	0			ewtb.r.338429.12
+2	girl	girl	NOUN	O	0		n.person	ewtb.r.338429.12
+3	would	would	AUX	O	0			ewtb.r.338429.12
+4	show	show	VERB	B	0		v.stative	ewtb.r.338429.12
+5	up	up	ADP	I	4			ewtb.r.338429.12
+6	,	,	PUNCT	O	0			ewtb.r.338429.12
+7	then	then	ADV	O	0			ewtb.r.338429.12
+8	a	a	DET	O	0			ewtb.r.338429.12
+9	guy	guy	NOUN	O	0		n.person	ewtb.r.338429.12
+10	in	in	ADP	O	0			ewtb.r.338429.12
+11	a	a	DET	O	0			ewtb.r.338429.12
+12	nice	nice	ADJ	O	0			ewtb.r.338429.12
+13	car	car	NOUN	O	0		n.artifact	ewtb.r.338429.12
+14	would	would	AUX	O	0			ewtb.r.338429.12
+15	show	show	VERB	B	0		v.stative	ewtb.r.338429.12
+16	up	up	ADP	I	15			ewtb.r.338429.12
+17	.	.	PUNCT	O	0			ewtb.r.338429.12
+
+1	Short	short	ADJ	O	0			ewtb.r.338429.13
+2	time	time	NOUN	O	0		n.time	ewtb.r.338429.13
+3	later	later	ADV	O	0			ewtb.r.338429.13
+4	the	the	DET	O	0			ewtb.r.338429.13
+5	guy	guy	NOUN	O	0		n.person	ewtb.r.338429.13
+6	would	would	AUX	O	0			ewtb.r.338429.13
+7	leave	leave	VERB	O	0		v.motion	ewtb.r.338429.13
+8	,	,	PUNCT	O	0			ewtb.r.338429.13
+9	then	then	ADV	O	0			ewtb.r.338429.13
+10	the	the	DET	O	0			ewtb.r.338429.13
+11	girl	girl	NOUN	O	0		n.person	ewtb.r.338429.13
+12	.	.	PUNCT	O	0			ewtb.r.338429.13
+
+1	My	my	PRON	O	0			ewtb.r.338429.14
+2	apartment	apartment	NOUN	O	0		n.artifact	ewtb.r.338429.14
+3	was	be	VERB	O	0		v.stative	ewtb.r.338429.14
+4	usually	usually	ADV	O	0			ewtb.r.338429.14
+5	quiet	quiet	ADJ	O	0			ewtb.r.338429.14
+6	.	.	PUNCT	O	0			ewtb.r.338429.14
+
+1	I	i	PRON	O	0			ewtb.r.338429.15
+2	lived	live	VERB	O	0		v.social	ewtb.r.338429.15
+3	in	in	ADP	O	0			ewtb.r.338429.15
+4	one	one	NUM	O	0			ewtb.r.338429.15
+5	that	that	DET	O	0			ewtb.r.338429.15
+6	did	do	AUX	O	0			ewtb.r.338429.15
+7	not	not	PART	O	0			ewtb.r.338429.15
+8	face	face	VERB	O	0		v.stative	ewtb.r.338429.15
+9	the	the	DET	O	0			ewtb.r.338429.15
+10	parking	parking	NOUN	B	0		n.location	ewtb.r.338429.15
+11	lot	lot	NOUN	I	10			ewtb.r.338429.15
+12	.	.	PUNCT	O	0			ewtb.r.338429.15
+
+1	It	it	PRON	O	0			ewtb.r.338429.17
+2	sucked	suck	VERB	O	0		v.stative	ewtb.r.338429.17
+3	having	have	VERB	O	0		v.possession	ewtb.r.338429.17
+4	an	an	DET	O	0			ewtb.r.338429.17
+5	SUV	suv	NOUN	O	0		n.artifact	ewtb.r.338429.17
+6	.	.	PUNCT	O	0			ewtb.r.338429.17
+
+1	Gates	gates	NOUN	O	0		n.artifact	ewtb.r.338429.19
+2	worked	work	VERB	O	0		v.stative	ewtb.r.338429.19
+3	30	30	NUM	O	0			ewtb.r.338429.19
+4	%	%	SYM	O	0		n.quantity	ewtb.r.338429.19
+5	of	of	ADP	O	0			ewtb.r.338429.19
+6	the	the	DET	O	0			ewtb.r.338429.19
+7	time	time	NOUN	O	0		n.time	ewtb.r.338429.19
+8	at	at	ADV	B	0			ewtb.r.338429.19
+9	best	best	ADV	I	8			ewtb.r.338429.19
+10	.	.	PUNCT	O	0			ewtb.r.338429.19
+
+1	Bugs	bug	NOUN	O	0		n.animal	ewtb.r.338429.20
+2	were	be	VERB	O	0		v.stative	ewtb.r.338429.20
+3	a	a	DET	O	0			ewtb.r.338429.20
+4	small	small	ADJ	O	0			ewtb.r.338429.20
+5	problem	problem	NOUN	O	0		n.cognition	ewtb.r.338429.20
+6	,	,	PUNCT	O	0			ewtb.r.338429.20
+7	nothing	nothing	NOUN	O	0			ewtb.r.338429.20
+8	too	too	ADV	O	0			ewtb.r.338429.20
+9	bad	bad	ADJ	O	0			ewtb.r.338429.20
+10	.	.	PUNCT	O	0			ewtb.r.338429.20
+
+1	Fantastic	fantastic	ADJ	O	0			ewtb.r.346627.1
+2	Place	place	NOUN	O	0		n.group	ewtb.r.346627.1
+3	to	to	PART	O	0			ewtb.r.346627.1
+4	buy	buy	VERB	O	0		v.possession	ewtb.r.346627.1
+5	your	your	PRON	O	0			ewtb.r.346627.1
+6	next	next	ADJ	O	0			ewtb.r.346627.1
+7	vehicle	vehicle	NOUN	O	0		n.artifact	ewtb.r.346627.1
+
+1	This	this	DET	O	0			ewtb.r.346627.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.346627.3
+3	car	car	NOUN	O	0		n.artifact	ewtb.r.346627.3
+4	number	number	NOUN	O	0		n.quantity	ewtb.r.346627.3
+5	3	3	NUM	O	0			ewtb.r.346627.3
+6	we	we	PRON	O	0			ewtb.r.346627.3
+7	've	've	AUX	O	0			ewtb.r.346627.3
+8	purchased	purchase	VERB	O	0		v.possession	ewtb.r.346627.3
+9	through	through	ADP	O	0			ewtb.r.346627.3
+10	them	them	PRON	O	0			ewtb.r.346627.3
+11	.	.	PUNCT	O	0			ewtb.r.346627.3
+
+1	We	we	PRON	O	0			ewtb.r.346627.4
+2	trust	trust	VERB	O	0		v.emotion	ewtb.r.346627.4
+3	and	and	CONJ	O	0			ewtb.r.346627.4
+4	appreciate	appreciate	VERB	O	0		v.emotion	ewtb.r.346627.4
+5	Scott	scott	PROPN	B	0		n.person	ewtb.r.346627.4
+6	Larson	larson	PROPN	I	5			ewtb.r.346627.4
+7	and	and	CONJ	O	0			ewtb.r.346627.4
+8	know	know	VERB	O	0		v.cognition	ewtb.r.346627.4
+9	that	that	SCONJ	O	0			ewtb.r.346627.4
+10	he	he	PRON	O	0			ewtb.r.346627.4
+11	will	will	AUX	O	0			ewtb.r.346627.4
+12	always	always	ADV	O	0			ewtb.r.346627.4
+13	take	take	VERB	B	0		v.social	ewtb.r.346627.4
+14	good	good	ADJ	o	0			ewtb.r.346627.4
+15	care	care	NOUN	I	13			ewtb.r.346627.4
+16	of	of	ADP	I	15			ewtb.r.346627.4
+17	us	us	PRON	O	0			ewtb.r.346627.4
+18	and	and	CONJ	O	0			ewtb.r.346627.4
+19	listen	listen	VERB	O	0		v.communication	ewtb.r.346627.4
+20	to	to	ADP	O	0			ewtb.r.346627.4
+21	our	our	PRON	O	0			ewtb.r.346627.4
+22	needs	need	NOUN	O	0		n.cognition	ewtb.r.346627.4
+23	!	!	PUNCT	O	0			ewtb.r.346627.4
+
+1	The	the	DET	O	0			ewtb.r.349020.2
+2	night	night	NOUN	O	0		n.time	ewtb.r.349020.2
+3	I	i	PRON	O	0			ewtb.r.349020.2
+4	drove	drive	VERB	O	0		v.motion	ewtb.r.349020.2
+5	back	back	ADV	O	0			ewtb.r.349020.2
+6	home	home	ADV	O	0			ewtb.r.349020.2
+7	,	,	PUNCT	O	0			ewtb.r.349020.2
+8	I	i	PRON	O	0			ewtb.r.349020.2
+9	found	find	VERB	O	0		v.cognition	ewtb.r.349020.2
+10	that	that	SCONJ	O	0			ewtb.r.349020.2
+11	the	the	DET	O	0			ewtb.r.349020.2
+12	rear	rear	ADJ	B	0		n.artifact	ewtb.r.349020.2
+13	window	window	NOUN	I	12			ewtb.r.349020.2
+14	has	have	VERB	O	0		v.stative	ewtb.r.349020.2
+15	some	some	DET	O	0			ewtb.r.349020.2
+16	leakage	leakage	NOUN	O	0		n.attribute	ewtb.r.349020.2
+17	.	.	PUNCT	O	0			ewtb.r.349020.2
+
+1	(	(	PUNCT	O	0			ewtb.r.349020.3
+2	You	you	PRON	O	0			ewtb.r.349020.3
+3	can	can	AUX	O	0			ewtb.r.349020.3
+4	hear	hear	VERB	O	0		v.perception	ewtb.r.349020.3
+5	the	the	DET	O	0			ewtb.r.349020.3
+6	wind	wind	NOUN	O	0		n.natural_object	ewtb.r.349020.3
+7	while	while	SCONJ	O	0			ewtb.r.349020.3
+8	driving	drive	VERB	O	0		v.stative	ewtb.r.349020.3
+9	on	on	ADP	O	0			ewtb.r.349020.3
+10	highway	highway	NOUN	O	0		n.location	ewtb.r.349020.3
+11	.	.	PUNCT	O	0			ewtb.r.349020.3
+
+1	Very	very	ADV	O	0			ewtb.r.349020.4
+2	likely	likely	ADJ	O	0			ewtb.r.349020.4
+3	it	it	PRON	O	0			ewtb.r.349020.4
+4	needs	need	VERB	O	0		v.cognition	ewtb.r.349020.4
+5	a	a	DET	O	0			ewtb.r.349020.4
+6	new	new	ADJ	O	0			ewtb.r.349020.4
+7	window	window	NOUN	O	0		n.artifact	ewtb.r.349020.4
+8	seal	seal	NOUN	O	0		n.artifact	ewtb.r.349020.4
+9	)	)	PUNCT	O	0			ewtb.r.349020.4
+10	.	.	PUNCT	O	0			ewtb.r.349020.4
+
+1	I	i	PRON	O	0			ewtb.r.349020.5
+2	admit	admit	VERB	O	0		v.communication	ewtb.r.349020.5
+3	that	that	SCONJ	O	0			ewtb.r.349020.5
+4	I	i	PRON	O	0			ewtb.r.349020.5
+5	should	should	AUX	O	0			ewtb.r.349020.5
+6	have	have	AUX	O	0			ewtb.r.349020.5
+7	paid	pay	VERB	B	0		v.cognition	ewtb.r.349020.5
+8	attention	attention	NOUN	I	7			ewtb.r.349020.5
+9	to	to	ADP	O	0			ewtb.r.349020.5
+10	this	this	DET	O	0			ewtb.r.349020.5
+11	kind	kind	NOUN	O	0		n.cognition	ewtb.r.349020.5
+12	of	of	ADP	O	0			ewtb.r.349020.5
+13	little	little	ADJ	O	0			ewtb.r.349020.5
+14	things	things	NOUN	O	0			ewtb.r.349020.5
+15	while	while	ADP	O	0			ewtb.r.349020.5
+16	test	test	NOUN	B	0		n.act	ewtb.r.349020.5
+17	drive	drive	NOUN	I	16			ewtb.r.349020.5
+18	.	.	PUNCT	O	0			ewtb.r.349020.5
+
+1	So	so	ADV	O	0			ewtb.r.349020.7
+2	I	i	PRON	O	0			ewtb.r.349020.7
+3	brought	bring	VERB	O	0		v.motion	ewtb.r.349020.7
+4	the	the	DET	O	0			ewtb.r.349020.7
+5	car	car	NOUN	O	0		n.artifact	ewtb.r.349020.7
+6	back	back	ADV	O	0			ewtb.r.349020.7
+7	the	the	DET	O	0			ewtb.r.349020.7
+8	second	second	ADJ	O	0			ewtb.r.349020.7
+9	day	day	NOUN	O	0		n.time	ewtb.r.349020.7
+10	.	.	PUNCT	O	0			ewtb.r.349020.7
+
+1	Who	who	PRON	B	0			ewtb.r.349020.9
+2	knows	know	VERB	I	1			ewtb.r.349020.9
+3	how	how	ADV	O	0			ewtb.r.349020.9
+4	much	much	ADJ	O	0			ewtb.r.349020.9
+5	they	they	PRON	O	0			ewtb.r.349020.9
+6	want	want	VERB	O	0		v.cognition	ewtb.r.349020.9
+7	me	me	PRON	O	0			ewtb.r.349020.9
+8	to	to	PART	O	0			ewtb.r.349020.9
+9	pay	pay	VERB	O	0		v.possession	ewtb.r.349020.9
+10	to	to	PART	O	0			ewtb.r.349020.9
+11	fix	fix	VERB	O	0		v.change	ewtb.r.349020.9
+12	this	this	DET	O	0			ewtb.r.349020.9
+13	thing	thing	NOUN	O	0			ewtb.r.349020.9
+14	.	.	PUNCT	O	0			ewtb.r.349020.9
+
+1	I	i	PRON	O	0			ewtb.r.349020.10
+2	walked	walk	VERB	O	0		v.motion	ewtb.r.349020.10
+3	away	away	ADV	O	0			ewtb.r.349020.10
+4	.	.	PUNCT	O	0			ewtb.r.349020.10
+
+1	So	so	ADV	O	0			ewtb.r.349020.11
+2	my	my	PRON	O	0			ewtb.r.349020.11
+3	advice	advice	NOUN	O	0		n.communication	ewtb.r.349020.11
+4	is	be	VERB	O	0		v.stative	ewtb.r.349020.11
+5	that	that	ADP	O	0			ewtb.r.349020.11
+6	NEVER	never	ADV	O	0			ewtb.r.349020.11
+7	TRUST	trust	VERB	O	0		v.cognition	ewtb.r.349020.11
+8	THIS	this	DET	O	0			ewtb.r.349020.11
+9	DEALER	dealer	NOUN	O	0		n.person	ewtb.r.349020.11
+10	.	.	PUNCT	O	0			ewtb.r.349020.11
+
+1	STAY	stay	VERB	O	0		v.stative	ewtb.r.349020.12
+2	AWAY	away	ADV	O	0			ewtb.r.349020.12
+3	AS	as	ADV	O	0			ewtb.r.349020.12
+4	FAR	far	ADV	O	0			ewtb.r.349020.12
+5	AS	as	ADP	O	0			ewtb.r.349020.12
+6	POSSIBLE	possible	ADJ	O	0			ewtb.r.349020.12
+7	.	.	PUNCT	O	0			ewtb.r.349020.12
+
+1	First	first	ADJ	O	0			ewtb.r.376320.1
+2	trip	trip	NOUN	O	0		n.event	ewtb.r.376320.1
+3	to	to	ADP	O	0			ewtb.r.376320.1
+4	Canada	canada	PROPN	O	0		n.location	ewtb.r.376320.1
+
+1	I	i	PRON	O	0			ewtb.r.376320.2
+2	recently	recently	ADV	O	0			ewtb.r.376320.2
+3	traveled	travel	VERB	O	0		v.motion	ewtb.r.376320.2
+4	to	to	ADP	O	0			ewtb.r.376320.2
+5	Canada	canada	PROPN	O	0		n.location	ewtb.r.376320.2
+6	on	on	ADP	O	0			ewtb.r.376320.2
+7	business	business	NOUN	O	0		n.act	ewtb.r.376320.2
+8	and	and	CONJ	O	0			ewtb.r.376320.2
+9	had	have	VERB	O	0		v.stative	ewtb.r.376320.2
+10	a	a	DET	O	0			ewtb.r.376320.2
+11	most	most	ADV	O	0			ewtb.r.376320.2
+12	excellent	excellent	ADJ	O	0			ewtb.r.376320.2
+13	experience	experience	NOUN	O	0		n.event	ewtb.r.376320.2
+14	.	.	PUNCT	O	0			ewtb.r.376320.2
+
+1	I	i	PRON	O	0			ewtb.r.376320.5
+2	was	be	VERB	O	0		v.stative	ewtb.r.376320.5
+3	very	very	ADV	O	0			ewtb.r.376320.5
+4	pleased	pleased	ADJ	O	0			ewtb.r.376320.5
+5	to	to	PART	O	0			ewtb.r.376320.5
+6	find	find	VERB	O	0		v.cognition	ewtb.r.376320.5
+7	my	my	PRON	O	0			ewtb.r.376320.5
+8	accommodations	accommodation	NOUN	O	0		n.act	ewtb.r.376320.5
+9	and	and	CONJ	O	0			ewtb.r.376320.5
+10	the	the	DET	O	0			ewtb.r.376320.5
+11	hotel	hotel	NOUN	O	0		n.group	ewtb.r.376320.5
+12	staff	staff	NOUN	O	0		n.person	ewtb.r.376320.5
+13	to	to	PART	O	0			ewtb.r.376320.5
+14	be	be	VERB	O	0		v.stative	ewtb.r.376320.5
+15	a	a	DET	O	0			ewtb.r.376320.5
+16	very	very	ADV	O	0			ewtb.r.376320.5
+17	calming	calming	ADJ	O	0			ewtb.r.376320.5
+18	and	and	CONJ	O	0			ewtb.r.376320.5
+19	comforting	comforting	ADJ	O	0			ewtb.r.376320.5
+20	part	part	NOUN	O	0		n.event	ewtb.r.376320.5
+21	of	of	ADP	O	0			ewtb.r.376320.5
+22	my	my	PRON	O	0			ewtb.r.376320.5
+23	trip	trip	NOUN	O	0		n.event	ewtb.r.376320.5
+24	.	.	PUNCT	O	0			ewtb.r.376320.5
+
+1	I	i	PRON	O	0			ewtb.r.376320.6
+2	found	find	VERB	O	0		v.cognition	ewtb.r.376320.6
+3	the	the	DET	O	0			ewtb.r.376320.6
+4	hotel	hotel	NOUN	O	0		n.artifact	ewtb.r.376320.6
+5	to	to	PART	O	0			ewtb.r.376320.6
+6	be	be	VERB	O	0		v.stative	ewtb.r.376320.6
+7	amazingly	amazingly	ADV	O	0			ewtb.r.376320.6
+8	clean	clean	ADJ	O	0			ewtb.r.376320.6
+9	,	,	PUNCT	O	0			ewtb.r.376320.6
+10	not	not	PART	O	0			ewtb.r.376320.6
+11	to	to	PART	O	0			ewtb.r.376320.6
+12	mention	mention	VERB	O	0		v.communication	ewtb.r.376320.6
+13	very	very	ADV	O	0			ewtb.r.376320.6
+14	well	well	ADV	O	0			ewtb.r.376320.6
+15	adorned	adorn	VERB	O	0		v.stative	ewtb.r.376320.6
+16	with	with	ADP	O	0			ewtb.r.376320.6
+17	many	many	ADJ	O	0			ewtb.r.376320.6
+18	pleasant	pleasant	ADJ	O	0			ewtb.r.376320.6
+19	surprises	surprise	NOUN	O	0		n.cognition	ewtb.r.376320.6
+20	.	.	PUNCT	O	0			ewtb.r.376320.6
+
+1	great	great	ADJ	O	0			ewtb.r.384229.1
+2	tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.384229.1
+3	service	service	NOUN	O	0		n.artifact	ewtb.r.384229.1
+
+1	I	i	PRON	O	0			ewtb.r.384229.2
+2	was	be	VERB	O	0		v.stative	ewtb.r.384229.2
+3	with	with	ADP	O	0			ewtb.r.384229.2
+4	verizon	verizon	PROPN	O	0		n.group	ewtb.r.384229.2
+5	and	and	CONJ	O	0			ewtb.r.384229.2
+6	I	i	PRON	O	0			ewtb.r.384229.2
+7	checked	check	VERB	O	0		v.cognition	ewtb.r.384229.2
+8	my	my	PRON	O	0			ewtb.r.384229.2
+9	service	service	NOUN	O	0		n.act	ewtb.r.384229.2
+10	with	with	ADP	O	0			ewtb.r.384229.2
+11	tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.384229.2
+12	and	and	CONJ	O	0			ewtb.r.384229.2
+13	it	it	PRON	O	0			ewtb.r.384229.2
+14	was	be	VERB	O	0		v.stative	ewtb.r.384229.2
+15	great	great	ADJ	O	0			ewtb.r.384229.2
+16	so	so	ADV	O	0			ewtb.r.384229.2
+17	I	i	PRON	O	0			ewtb.r.384229.2
+18	thought	think	VERB	O	0		v.cognition	ewtb.r.384229.2
+19	I	i	PRON	O	0			ewtb.r.384229.2
+20	would	would	AUX	O	0			ewtb.r.384229.2
+21	try	try	VERB	O	0		v.social	ewtb.r.384229.2
+22	tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.384229.2
+23	.	.	PUNCT	O	0			ewtb.r.384229.2
+
+1	It	it	PRON	O	0			ewtb.r.384229.3
+2	turned	turn	VERB	B	0		v.stative	ewtb.r.384229.3
+3	out	out	ADP	I	2			ewtb.r.384229.3
+4	being	be	VERB	O	0		v.stative	ewtb.r.384229.3
+5	very	very	ADV	O	0			ewtb.r.384229.3
+6	good	good	ADJ	O	0			ewtb.r.384229.3
+7	quality	quality	NOUN	O	0		n.attribute	ewtb.r.384229.3
+8	tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.384229.3
+9	service	service	NOUN	O	0		n.act	ewtb.r.384229.3
+10	and	and	CONJ	O	0			ewtb.r.384229.3
+11	I	i	PRON	O	0			ewtb.r.384229.3
+12	was	be	VERB	O	0		v.stative	ewtb.r.384229.3
+13	happy	happy	ADJ	O	0			ewtb.r.384229.3
+14	with	with	ADP	O	0			ewtb.r.384229.3
+15	the	the	DET	O	0			ewtb.r.384229.3
+16	new	new	ADJ	O	0			ewtb.r.384229.3
+17	tmobile	tmobile	PROPN	O	0		n.group	ewtb.r.384229.3
+18	phone	phone	NOUN	O	0		n.artifact	ewtb.r.384229.3
+19	.	.	PUNCT	O	0			ewtb.r.384229.3
+
+1	Too	too	ADV	O	0			ewtb.r.388121.1
+2	many	many	ADJ	O	0			ewtb.r.388121.1
+3	kids	kid	NOUN	O	0		n.person	ewtb.r.388121.1
+4	,	,	PUNCT	O	0			ewtb.r.388121.1
+5	too	too	ADV	O	0			ewtb.r.388121.1
+6	many	many	ADJ	O	0			ewtb.r.388121.1
+7	knifings	knifings	NOUN	O	0		n.artifact	ewtb.r.388121.1
+8	,	,	PUNCT	O	0			ewtb.r.388121.1
+9	too	too	ADV	O	0			ewtb.r.388121.1
+10	many	many	ADJ	O	0			ewtb.r.388121.1
+11	taserings	taserings	NOUN	O	0		n.act	ewtb.r.388121.1
+12	.	.	PUNCT	O	0			ewtb.r.388121.1
+
+1	Extremely	extremely	ADV	O	0			ewtb.r.392826.1
+2	greasy	greasy	ADJ	O	0			ewtb.r.392826.1
+3	.	.	PUNCT	O	0			ewtb.r.392826.1
+
+1	Hit	hit	NOUN	B	0			ewtb.r.392826.2
+2	or	or	CONJ	I	1			ewtb.r.392826.2
+3	miss	miss	NOUN	I	2			ewtb.r.392826.2
+4	on	on	ADP	O	0			ewtb.r.392826.2
+5	the	the	DET	O	0			ewtb.r.392826.2
+6	service	service	NOUN	O	0		n.act	ewtb.r.392826.2
+7	.	.	PUNCT	O	0			ewtb.r.392826.2
+
+1	My	my	PRON	O	0			ewtb.r.392826.3
+2	fries	fries	NOUN	O	0		n.food	ewtb.r.392826.3
+3	were	be	AUX	O	0			ewtb.r.392826.3
+4	n't	n't	PART	O	0			ewtb.r.392826.3
+5	fully	fully	ADV	O	0			ewtb.r.392826.3
+6	cooked	cook	VERB	O	0		v.creation	ewtb.r.392826.3
+7	last	last	ADJ	O	0			ewtb.r.392826.3
+8	time	time	NOUN	O	0		n.event	ewtb.r.392826.3
+9	I	i	PRON	O	0			ewtb.r.392826.3
+10	went	go	VERB	O	0		v.motion	ewtb.r.392826.3
+11	there	there	ADV	O	0			ewtb.r.392826.3
+12	.	.	PUNCT	O	0			ewtb.r.392826.3
+
+1	A	a	DET	O	0			ewtb.r.346563.1
+2	TERRIBLE	terrible	ADJ	O	0			ewtb.r.346563.1
+3	EXPERIENCE	experience	NOUN	O	0		n.event	ewtb.r.346563.1
+4	!	!	PUNCT	O	0			ewtb.r.346563.1
+
+1	I	i	PRON	O	0			ewtb.r.346563.2
+2	remain	remain	VERB	O	0		v.stative	ewtb.r.346563.2
+3	unhappy	unhappy	ADJ	O	0			ewtb.r.346563.2
+4	.	.	PUNCT	O	0			ewtb.r.346563.2
+
+1	I	i	PRON	O	0			ewtb.r.346563.3
+2	still	still	ADV	O	0			ewtb.r.346563.3
+3	have	have	VERB	O	0		v.stative	ewtb.r.346563.3
+4	noticeable	noticeable	ADJ	O	0			ewtb.r.346563.3
+5	scarring	scarring	NOUN	O	0		n.state	ewtb.r.346563.3
+6	.	.	PUNCT	O	0			ewtb.r.346563.3
+
+1	I	i	PRON	O	0			ewtb.r.346563.4
+2	still	still	ADV	O	0			ewtb.r.346563.4
+3	have	have	VERB	O	0		v.stative	ewtb.r.346563.4
+4	surgically	surgically	ADV	O	0			ewtb.r.346563.4
+5	induced	induce	VERB	O	0		v.change	ewtb.r.346563.4
+6	hair	hair	NOUN	B	0		n.state	ewtb.r.346563.4
+7	loss	loss	NOUN	I	6			ewtb.r.346563.4
+8	.	.	PUNCT	O	0			ewtb.r.346563.4
+
+1	My	my	PRON	O	0			ewtb.r.346563.5
+2	results	result	NOUN	O	0		n.phenomenon	ewtb.r.346563.5
+3	were	be	VERB	O	0		v.stative	ewtb.r.346563.5
+4	just	just	ADV	O	0			ewtb.r.346563.5
+5	AWFUL	awful	ADJ	O	0			ewtb.r.346563.5
+6	.	.	PUNCT	O	0			ewtb.r.346563.5
+
+1	My	my	PRON	O	0			ewtb.r.346563.6
+2	post-op	post-op	ADJ	O	0			ewtb.r.346563.6
+3	treatment	treatment	NOUN	O	0		n.act	ewtb.r.346563.6
+4	was	be	VERB	O	0		v.stative	ewtb.r.346563.6
+5	TERRIBLE	terrible	ADJ	O	0			ewtb.r.346563.6
+6	.	.	PUNCT	O	0			ewtb.r.346563.6
+
+1	I	i	PRON	O	0			ewtb.r.346563.7
+2	would	would	AUX	O	0			ewtb.r.346563.7
+3	n't	n't	PART	O	0			ewtb.r.346563.7
+4	recommend	recommend	VERB	O	0		v.communication	ewtb.r.346563.7
+5	this	this	DET	O	0			ewtb.r.346563.7
+6	place	place	NOUN	O	0		n.group	ewtb.r.346563.7
+7	last	last	ADJ	O	0			ewtb.r.346563.7
+8	year	year	NOUN	O	0		n.time	ewtb.r.346563.7
+9	,	,	PUNCT	O	0			ewtb.r.346563.7
+10	and	and	CONJ	O	0			ewtb.r.346563.7
+11	I	i	PRON	O	0			ewtb.r.346563.7
+12	certainly	certainly	ADV	O	0			ewtb.r.346563.7
+13	would	would	AUX	O	0			ewtb.r.346563.7
+14	n't	n't	PART	O	0			ewtb.r.346563.7
+15	recommend	recommend	VERB	O	0		v.communication	ewtb.r.346563.7
+16	them	them	PRON	O	0			ewtb.r.346563.7
+17	this	this	DET	O	0			ewtb.r.346563.7
+18	year	year	NOUN	O	0		n.time	ewtb.r.346563.7
+19	.	.	PUNCT	O	0			ewtb.r.346563.7
+
+1	Excellent	excellent	ADJ	O	0			ewtb.r.346960.1
+2	customer	customer	NOUN	B	0		n.act	ewtb.r.346960.1
+3	service	service	NOUN	I	2			ewtb.r.346960.1
+4	and	and	CONJ	O	0			ewtb.r.346960.1
+5	quality	quality	ADJ	O	0			ewtb.r.346960.1
+6	work	work	NOUN	O	0		n.act	ewtb.r.346960.1
+7	.	.	PUNCT	O	0			ewtb.r.346960.1
+
+1	They	they	PRON	O	0			ewtb.r.346960.2
+2	went	go	VERB	B	0		v.social	ewtb.r.346960.2
+3	the	the	DET	I	2			ewtb.r.346960.2
+4	extra	extra	ADJ	I	3			ewtb.r.346960.2
+5	mile	mile	NOUN	I	4			ewtb.r.346960.2
+6	to	to	PART	O	0			ewtb.r.346960.2
+7	repair	repair	VERB	O	0		v.change	ewtb.r.346960.2
+8	my	my	PRON	O	0			ewtb.r.346960.2
+9	cowboy	cowboy	NOUN	B	0		n.artifact	ewtb.r.346960.2
+10	boots	boot	NOUN	I	9			ewtb.r.346960.2
+11	--	--	PUNCT	O	0			ewtb.r.346960.2
+12	they	they	PRON	O	0			ewtb.r.346960.2
+13	had	have	VERB	B	0			ewtb.r.346960.2
+14	to	to	PART	I	13			ewtb.r.346960.2
+15	have	have	VERB	O	0		v.stative	ewtb.r.346960.2
+16	a	a	DET	O	0			ewtb.r.346960.2
+17	special	special	ADJ	O	0			ewtb.r.346960.2
+18	kind	kind	NOUN	O	0		n.cognition	ewtb.r.346960.2
+19	of	of	ADP	O	0			ewtb.r.346960.2
+20	paper	paper	NOUN	O	0		n.artifact	ewtb.r.346960.2
+21	that	that	DET	O	0			ewtb.r.346960.2
+22	looked	look	VERB	O	0		v.perception	ewtb.r.346960.2
+23	like	like	ADP	O	0			ewtb.r.346960.2
+24	wood	wood	NOUN	B	0		n.artifact	ewtb.r.346960.2
+25	grain	grain	NOUN	I	24			ewtb.r.346960.2
+26	to	to	PART	O	0			ewtb.r.346960.2
+27	fix	fix	VERB	O	0		v.change	ewtb.r.346960.2
+28	the	the	DET	O	0			ewtb.r.346960.2
+29	heels	heel	NOUN	O	0		n.artifact	ewtb.r.346960.2
+30	.	.	PUNCT	O	0			ewtb.r.346960.2
+
+1	That	that	DET	O	0			ewtb.r.346960.3
+2	was	be	VERB	O	0		v.stative	ewtb.r.346960.3
+3	4	4	NUM	O	0			ewtb.r.346960.3
+4	years	years	NOUN	O	0		n.time	ewtb.r.346960.3
+5	ago	ago	ADV	O	0			ewtb.r.346960.3
+6	.	.	PUNCT	O	0			ewtb.r.346960.3
+
+1	I	i	PRON	O	0			ewtb.r.346960.4
+2	have	have	AUX	O	0			ewtb.r.346960.4
+3	n't	n't	PART	O	0			ewtb.r.346960.4
+4	been	be	VERB	O	0		v.stative	ewtb.r.346960.4
+5	able	able	ADJ	O	0			ewtb.r.346960.4
+6	to	to	PART	O	0			ewtb.r.346960.4
+7	find	find	VERB	O	0		v.cognition	ewtb.r.346960.4
+8	a	a	DET	O	0			ewtb.r.346960.4
+9	shoe	shoe	NOUN	O	0		n.artifact	ewtb.r.346960.4
+10	repair	repair	NOUN	O	0		n.act	ewtb.r.346960.4
+11	place	place	NOUN	O	0		n.group	ewtb.r.346960.4
+12	in	in	ADP	O	0			ewtb.r.346960.4
+13	Seattle	seattle	PROPN	O	0		n.location	ewtb.r.346960.4
+14	since	since	ADV	O	0			ewtb.r.346960.4
+15	that	that	DET	O	0			ewtb.r.346960.4
+16	has	have	AUX	O	0			ewtb.r.346960.4
+17	been	be	VERB	O	0		v.stative	ewtb.r.346960.4
+18	able	able	ADJ	O	0			ewtb.r.346960.4
+19	to	to	PART	O	0			ewtb.r.346960.4
+20	do	do	VERB	O	0		v.stative	ewtb.r.346960.4
+21	it	it	PRON	O	0			ewtb.r.346960.4
+22	.	.	PUNCT	O	0			ewtb.r.346960.4
+
+1	If	if	SCONJ	O	0			ewtb.r.346960.6
+2	I	i	PRON	O	0			ewtb.r.346960.6
+3	had	have	VERB	O	0		v.stative	ewtb.r.346960.6
+4	time	time	NOUN	O	0		n.time	ewtb.r.346960.6
+5	to	to	PART	O	0			ewtb.r.346960.6
+6	drive	drive	VERB	O	0		v.motion	ewtb.r.346960.6
+7	to	to	ADP	O	0			ewtb.r.346960.6
+8	Tacoma	tacoma	PROPN	O	0		n.location	ewtb.r.346960.6
+9	before	before	SCONJ	O	0			ewtb.r.346960.6
+10	they	they	PRON	O	0			ewtb.r.346960.6
+11	closed	close	VERB	O	0		v.change	ewtb.r.346960.6
+12	during	during	ADP	O	0			ewtb.r.346960.6
+13	the	the	DET	O	0			ewtb.r.346960.6
+14	work	work	NOUN	B	0		n.time	ewtb.r.346960.6
+15	week	week	NOUN	I	14			ewtb.r.346960.6
+16	,	,	PUNCT	O	0			ewtb.r.346960.6
+17	I	i	PRON	O	0			ewtb.r.346960.6
+18	would	would	AUX	O	0			ewtb.r.346960.6
+19	just	just	ADV	O	0			ewtb.r.346960.6
+20	so	so	SCONJ	O	0			ewtb.r.346960.6
+21	I	i	PRON	O	0			ewtb.r.346960.6
+22	could	could	AUX	O	0			ewtb.r.346960.6
+23	get	get	VERB	O	0		v.possession	ewtb.r.346960.6
+24	those	those	DET	O	0			ewtb.r.346960.6
+25	boots	boot	NOUN	O	0		n.artifact	ewtb.r.346960.6
+26	fixed	fix	VERB	O	0		v.change	ewtb.r.346960.6
+27	properly	properly	ADV	O	0			ewtb.r.346960.6
+28	again	again	ADV	O	0			ewtb.r.346960.6
+29	.	.	PUNCT	O	0			ewtb.r.346960.6
+
+1	Awesome	awesome	ADJ	O	0			ewtb.r.348369.1
+2	!!!!	!!!!	PUNCT	O	0			ewtb.r.348369.1
+
+1	But	but	CONJ	O	0			ewtb.r.348369.4
+2	i	i	PRON	O	0			ewtb.r.348369.4
+3	paid	pay	VERB	O	0		v.possession	ewtb.r.348369.4
+4	$	$	SYM	O	0			ewtb.r.348369.4
+5	100	100	NUM	O	0			ewtb.r.348369.4
+6	.	.	PUNCT	O	0			ewtb.r.348369.4
+
+1	3	3	NUM	O	0			ewtb.r.348369.7
+2	Days	days	NOUN	O	0		n.time	ewtb.r.348369.7
+3	For	for	X	B	0		v.cognition	ewtb.r.348369.7
+4	get	get	VERB	I	3			ewtb.r.348369.7
+5	that	that	DET	I	4			ewtb.r.348369.7
+6	...	...	PUNCT	O	0			ewtb.r.348369.7
+
+1	Great	great	ADJ	O	0			ewtb.r.348369.8
+2	service	service	NOUN	O	0		n.act	ewtb.r.348369.8
+3	.	.	PUNCT	O	0			ewtb.r.348369.8
+
+1	I	i	PRON	O	0			ewtb.r.348369.9
+2	would	would	AUX	O	0			ewtb.r.348369.9
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.348369.9
+4	them	them	PRON	O	0			ewtb.r.348369.9
+5	to	to	ADP	O	0			ewtb.r.348369.9
+6	anyone	anyone	NOUN	O	0			ewtb.r.348369.9
+7	..	..	PUNCT	O	0			ewtb.r.348369.9
+
+1	Dumbest	dumb	ADJ	O	0			ewtb.r.351561.1
+2	F'ers	f'ers	NOUN	O	0		n.person	ewtb.r.351561.1
+3	ever	ever	ADV	O	0			ewtb.r.351561.1
+
+1	I	i	PRON	O	0			ewtb.r.351561.2
+2	called	call	VERB	O	0		v.communication	ewtb.r.351561.2
+3	dominos	dominos	PROPN	O	0		n.group	ewtb.r.351561.2
+4	tonight	tonight	NOUN	O	0		n.time	ewtb.r.351561.2
+5	,	,	PUNCT	O	0			ewtb.r.351561.2
+6	it	it	PRON	O	0			ewtb.r.351561.2
+7	rang	ring	VERB	O	0		v.perception	ewtb.r.351561.2
+8	forever	forever	ADV	O	0			ewtb.r.351561.2
+9	,	,	PUNCT	O	0			ewtb.r.351561.2
+10	I	i	PRON	O	0			ewtb.r.351561.2
+11	get	get	AUX	O	0			ewtb.r.351561.2
+12	put	put	VERB	B	0		v.communication	ewtb.r.351561.2
+13	on	on	ADP	I	12			ewtb.r.351561.2
+14	hold	hold	NOUN	I	13			ewtb.r.351561.2
+15	twice	twice	ADV	O	0			ewtb.r.351561.2
+16	without	without	SCONJ	O	0			ewtb.r.351561.2
+17	saying	say	VERB	O	0		v.communication	ewtb.r.351561.2
+18	a	a	DET	O	0			ewtb.r.351561.2
+19	word	word	NOUN	O	0		n.communication	ewtb.r.351561.2
+20	and	and	CONJ	O	0			ewtb.r.351561.2
+21	FINALLY	finally	ADV	O	0			ewtb.r.351561.2
+22	someone	someone	NOUN	O	0			ewtb.r.351561.2
+23	says	say	VERB	O	0		v.communication	ewtb.r.351561.2
+24	,	,	PUNCT	O	0			ewtb.r.351561.2
+25	MAY	may	AUX	O	0			ewtb.r.351561.2
+26	I	i	PRON	O	0			ewtb.r.351561.2
+27	HELP	help	VERB	O	0		v.social	ewtb.r.351561.2
+28	YOU	you	PRON	O	0			ewtb.r.351561.2
+29	?	?	PUNCT	O	0			ewtb.r.351561.2
+
+1	They	they	PRON	O	0			ewtb.r.351561.4
+2	say	say	VERB	O	0		v.communication	ewtb.r.351561.4
+3	no	no	INTJ	O	0			ewtb.r.351561.4
+4	,	,	PUNCT	O	0			ewtb.r.351561.4
+5	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.4
+6	in	in	ADP	O	0			ewtb.r.351561.4
+7	New	new	PROPN	B	0		n.location	ewtb.r.351561.4
+8	Jersey	jersey	PROPN	I	7			ewtb.r.351561.4
+9	,	,	PUNCT	O	0			ewtb.r.351561.4
+10	Call	call	VERB	O	0		v.communication	ewtb.r.351561.4
+11	New	new	PROPN	B	0		n.location	ewtb.r.351561.4
+12	Jersey	jersey	PROPN	I	11			ewtb.r.351561.4
+13	.	.	PUNCT	O	0			ewtb.r.351561.4
+
+1	I	i	PRON	O	0			ewtb.r.351561.5
+2	laugh	laugh	VERB	O	0		v.communication	ewtb.r.351561.5
+3	and	and	CONJ	O	0			ewtb.r.351561.5
+4	say	say	VERB	O	0		v.communication	ewtb.r.351561.5
+5	,	,	PUNCT	O	0			ewtb.r.351561.5
+6	no	no	INTJ	O	0			ewtb.r.351561.5
+7	,	,	PUNCT	O	0			ewtb.r.351561.5
+8	that	that	DET	O	0			ewtb.r.351561.5
+9	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.5
+10	is	be	VERB	O	0		v.stative	ewtb.r.351561.5
+11	in	in	ADP	O	0			ewtb.r.351561.5
+12	New	new	PROPN	B	0		n.location	ewtb.r.351561.5
+13	York	york	PROPN	I	12			ewtb.r.351561.5
+14	,	,	PUNCT	O	0			ewtb.r.351561.5
+15	but	but	CONJ	O	0			ewtb.r.351561.5
+16	I	i	PRON	O	0			ewtb.r.351561.5
+17	'm	'm	VERB	O	0		v.stative	ewtb.r.351561.5
+18	at	at	ADP	O	0			ewtb.r.351561.5
+19	the	the	DET	O	0			ewtb.r.351561.5
+20	Radison	radison	PROPN	B	0		n.group	ewtb.r.351561.5
+21	-	-	PUNCT	I	20			ewtb.r.351561.5
+22	Warwick	warwick	PROPN	I	21			ewtb.r.351561.5
+23	.	.	PUNCT	O	0			ewtb.r.351561.5
+
+1	And	and	CONJ	O	0			ewtb.r.351561.6
+2	he	he	PRON	O	0			ewtb.r.351561.6
+3	says	say	VERB	O	0		v.communication	ewtb.r.351561.6
+4	:	:	PUNCT	O	0			ewtb.r.351561.6
+5	You	you	PRON	O	0			ewtb.r.351561.6
+6	're	're	VERB	O	0		v.stative	ewtb.r.351561.6
+7	at	at	ADP	O	0			ewtb.r.351561.6
+8	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.6
+9	in	in	ADP	O	0			ewtb.r.351561.6
+10	Pennsylvania	pennsylvania	PROPN	O	0		n.location	ewtb.r.351561.6
+11	?	?	PUNCT	O	0			ewtb.r.351561.6
+
+1	and	and	CONJ	O	0			ewtb.r.351561.7
+2	I	i	PRON	O	0			ewtb.r.351561.7
+3	said	say	VERB	O	0		v.communication	ewtb.r.351561.7
+4	,	,	PUNCT	O	0			ewtb.r.351561.7
+5	YES	yes	INTJ	O	0			ewtb.r.351561.7
+6	,	,	PUNCT	O	0			ewtb.r.351561.7
+7	CENTER	center	PROPN	B	0		n.location	ewtb.r.351561.7
+8	CITY	city	PROPN	I	7			ewtb.r.351561.7
+9	PHILLY	philly	PROPN	I	8			ewtb.r.351561.7
+10	,	,	PUNCT	O	0			ewtb.r.351561.7
+11	and	and	CONJ	O	0			ewtb.r.351561.7
+12	he	he	PRON	O	0			ewtb.r.351561.7
+13	says	say	VERB	O	0		v.communication	ewtb.r.351561.7
+14	,	,	PUNCT	O	0			ewtb.r.351561.7
+15	NO	no	INTJ	O	0			ewtb.r.351561.7
+16	,	,	PUNCT	O	0			ewtb.r.351561.7
+17	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.7
+18	is	be	VERB	O	0		v.stative	ewtb.r.351561.7
+19	a	a	DET	O	0			ewtb.r.351561.7
+20	township	township	NOUN	O	0		n.cognition	ewtb.r.351561.7
+21	,	,	PUNCT	O	0			ewtb.r.351561.7
+22	If	if	SCONJ	O	0			ewtb.r.351561.7
+23	you	you	PRON	O	0			ewtb.r.351561.7
+24	're	're	VERB	O	0		v.stative	ewtb.r.351561.7
+25	at	at	ADP	O	0			ewtb.r.351561.7
+26	a	a	DET	O	0			ewtb.r.351561.7
+27	Radison	radison	PROPN	O	0		n.group	ewtb.r.351561.7
+28	in	in	ADP	O	0			ewtb.r.351561.7
+29	Warwick	warwick	PROPN	O	0		n.location	ewtb.r.351561.7
+30	that	that	DET	O	0			ewtb.r.351561.7
+31	s	s	VERB	O	0		v.stative	ewtb.r.351561.7
+32	too	too	ADV	O	0			ewtb.r.351561.7
+33	far	far	ADJ	O	0			ewtb.r.351561.7
+34	,	,	PUNCT	O	0			ewtb.r.351561.7
+35	try	try	VERB	O	0		v.social	ewtb.r.351561.7
+36	dominos	dominos	PROPN	O	0		n.group	ewtb.r.351561.7
+37	in	in	ADP	O	0			ewtb.r.351561.7
+38	Pottstown	pottstown	PROPN	O	0		n.location	ewtb.r.351561.7
+39	.	.	PUNCT	O	0			ewtb.r.351561.7
+
+1	I	i	PRON	O	0			ewtb.r.351561.8
+2	say	say	VERB	O	0		v.communication	ewtb.r.351561.8
+3	,	,	PUNCT	O	0			ewtb.r.351561.8
+4	NO	no	INTJ	O	0			ewtb.r.351561.8
+5	,	,	PUNCT	O	0			ewtb.r.351561.8
+6	I	i	PRON	O	0			ewtb.r.351561.8
+7	am	be	VERB	O	0		v.stative	ewtb.r.351561.8
+8	at	at	ADP	O	0			ewtb.r.351561.8
+9	the	the	DET	O	0			ewtb.r.351561.8
+10	RADISON	radison	PROPN	B	0		n.group	ewtb.r.351561.8
+11	WARWICK	warwick	PROPN	I	10			ewtb.r.351561.8
+12	HOTEL	hotel	PROPN	O	0		n.artifact	ewtb.r.351561.8
+13	in	in	ADP	O	0			ewtb.r.351561.8
+14	Rittenhouse	rittenhouse	PROPN	B	0		n.location	ewtb.r.351561.8
+15	Square	square	PROPN	I	14			ewtb.r.351561.8
+16	.	.	PUNCT	O	0			ewtb.r.351561.8
+
+1	He	he	PRON	O	0			ewtb.r.351561.9
+2	says	say	VERB	O	0		v.communication	ewtb.r.351561.9
+3	:	:	PUNCT	O	0			ewtb.r.351561.9
+4	I	i	PRON	O	0			ewtb.r.351561.9
+5	not	not	PART	O	0			ewtb.r.351561.9
+6	know	know	VERB	O	0		v.cognition	ewtb.r.351561.9
+7	that	that	DET	O	0			ewtb.r.351561.9
+8	town	town	NOUN	O	0		n.location	ewtb.r.351561.9
+9	,	,	PUNCT	O	0			ewtb.r.351561.9
+10	I	i	PRON	O	0			ewtb.r.351561.9
+11	have	have	VERB	B	0		v.stative	ewtb.r.351561.9
+12	to	to	PART	I	11			ewtb.r.351561.9
+13	get	get	VERB	B	0		v.social	ewtb.r.351561.9
+14	to	to	ADP	I	13			ewtb.r.351561.9
+15	work	work	NOUN	I	14			ewtb.r.351561.9
+16	,	,	PUNCT	O	0			ewtb.r.351561.9
+17	I	i	PRON	O	0			ewtb.r.351561.9
+18	'm	'm	VERB	O	0		v.stative	ewtb.r.351561.9
+19	in	in	ADP	O	0			ewtb.r.351561.9
+20	PHILLY	philly	PROPN	O	0		n.location	ewtb.r.351561.9
+21	.	.	PUNCT	O	0			ewtb.r.351561.9
+
+1	Call	call	VERB	O	0		v.communication	ewtb.r.351561.10
+2	dominos	dominos	PROPN	O	0		n.group	ewtb.r.351561.10
+3	in	in	ADP	O	0			ewtb.r.351561.10
+4	your	your	PRON	O	0			ewtb.r.351561.10
+5	town	town	NOUN	O	0		n.location	ewtb.r.351561.10
+6	.	.	PUNCT	O	0			ewtb.r.351561.10
+
+1	He	he	PRON	O	0			ewtb.r.351561.12
+2	says	say	VERB	O	0		v.communication	ewtb.r.351561.12
+3	,	,	PUNCT	O	0			ewtb.r.351561.12
+4	I	i	PRON	O	0			ewtb.r.351561.12
+5	have	have	VERB	B	0			ewtb.r.351561.12
+6	to	to	PART	I	5			ewtb.r.351561.12
+7	have	have	VERB	O	0		v.stative	ewtb.r.351561.12
+8	an	an	DET	O	0			ewtb.r.351561.12
+9	exact	exact	ADJ	O	0			ewtb.r.351561.12
+10	ADDRESS	address	NOUN	O	0		n.location	ewtb.r.351561.12
+11	.	.	PUNCT	O	0			ewtb.r.351561.12
+
+1	OK	ok	INTJ	O	0			ewtb.r.351561.13
+2	,	,	PUNCT	O	0			ewtb.r.351561.13
+3	1701	1701	NUM	O	0			ewtb.r.351561.13
+4	LOCUST	locust	PROPN	B	0		n.location	ewtb.r.351561.13
+5	STREET	street	PROPN	I	4			ewtb.r.351561.13
+6	i	i	PRON	O	0			ewtb.r.351561.13
+7	say	say	VERB	O	0		v.communication	ewtb.r.351561.13
+8	.	.	PUNCT	O	0			ewtb.r.351561.13
+
+1	he	he	PRON	O	0			ewtb.r.351561.14
+2	says	say	VERB	O	0		v.communication	ewtb.r.351561.14
+3	:	:	PUNCT	O	0			ewtb.r.351561.14
+4	Why	why	ADV	O	0			ewtb.r.351561.14
+5	you	you	PRON	O	0			ewtb.r.351561.14
+6	tell	tell	VERB	O	0		v.communication	ewtb.r.351561.14
+7	me	me	PRON	O	0			ewtb.r.351561.14
+8	you	you	PRON	O	0			ewtb.r.351561.14
+9	r	r	VERB	O	0		v.stative	ewtb.r.351561.14
+10	in	in	ADP	O	0			ewtb.r.351561.14
+11	WARWICK	warwick	PROPN	B	0		n.location	ewtb.r.351561.14
+12	TOWNSHIP	township	PROPN	I	11			ewtb.r.351561.14
+13	?	?	PUNCT	O	0			ewtb.r.351561.14
+
+1	Would	would	AUX	O	0			ewtb.r.332068.1
+2	not	not	PART	O	0			ewtb.r.332068.1
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.332068.1
+4	I	i	PRON	O	0			ewtb.r.332068.1
+5	Was	be	VERB	O	0		v.stative	ewtb.r.332068.1
+6	in	in	ADP	B	0			ewtb.r.332068.1
+7	a	a	DET	o	0			ewtb.r.332068.1
+8	fair	fair	ADJ	o	0			ewtb.r.332068.1
+9	amount	amount	NOUN	o	0		n.quantity	ewtb.r.332068.1
+10	of	of	ADP	o	0			ewtb.r.332068.1
+11	pain	pain	NOUN	I	6			ewtb.r.332068.1
+12	for	for	ADP	O	0			ewtb.r.332068.1
+13	several	several	ADJ	O	0			ewtb.r.332068.1
+14	weeks	week	NOUN	O	0		n.time	ewtb.r.332068.1
+15	.	.	PUNCT	O	0			ewtb.r.332068.1
+
+1	his	his	PRON	O	0			ewtb.r.332068.2
+2	clinic	clinic	NOUN	O	0		n.group	ewtb.r.332068.2
+3	is	be	VERB	O	0		v.stative	ewtb.r.332068.2
+4	very	very	ADV	O	0			ewtb.r.332068.2
+5	very	very	ADV	O	0			ewtb.r.332068.2
+6	dirty	dirty	ADJ	O	0			ewtb.r.332068.2
+7	he	he	PRON	O	0			ewtb.r.332068.2
+8	is	be	VERB	O	0		v.stative	ewtb.r.332068.2
+9	a	a	DET	O	0			ewtb.r.332068.2
+10	real	real	ADJ	O	0			ewtb.r.332068.2
+11	disaster	disaster	NOUN	O	0		n.event	ewtb.r.332068.2
+12	to	to	PART	O	0			ewtb.r.332068.2
+13	go	go	VERB	O	0		v.motion	ewtb.r.332068.2
+14	totally	totally	ADV	O	0			ewtb.r.332068.2
+15	not	not	PART	O	0			ewtb.r.332068.2
+16	organized	organized	ADJ	O	0			ewtb.r.332068.2
+17	for	for	ADP	O	0			ewtb.r.332068.2
+18	every	every	DET	O	0			ewtb.r.332068.2
+19	step	step	NOUN	B	0		v.motion	ewtb.r.332068.2
+20	he	he	PRON	o	0			ewtb.r.332068.2
+21	take	take	VERB	I	19			ewtb.r.332068.2
+22	.	.	PUNCT	O	0			ewtb.r.332068.2
+
+1	Is	be	VERB	O	0		v.stative	ewtb.r.372665.1
+2	not	not	PART	O	0			ewtb.r.372665.1
+3	a	a	DET	O	0			ewtb.r.372665.1
+4	service	service	NOUN	B	0		n.group	ewtb.r.372665.1
+5	office	office	NOUN	I	4			ewtb.r.372665.1
+
+1	This	this	DET	O	0			ewtb.r.372665.2
+2	is	be	VERB	O	0		v.stative	ewtb.r.372665.2
+3	a	a	DET	O	0			ewtb.r.372665.2
+4	delivery	delivery	NOUN	O	0		n.act	ewtb.r.372665.2
+5	office	office	NOUN	O	0		n.group	ewtb.r.372665.2
+6	only	only	ADV	O	0			ewtb.r.372665.2
+7	and	and	CONJ	O	0			ewtb.r.372665.2
+8	does	do	AUX	O	0			ewtb.r.372665.2
+9	not	not	PART	O	0			ewtb.r.372665.2
+10	take	take	VERB	B	0		v.social	ewtb.r.372665.2
+11	walk	walk	NOUN	I	10			ewtb.r.372665.2
+12	ins	ins	NOUN	I	11			ewtb.r.372665.2
+13	but	but	CONJ	O	0			ewtb.r.372665.2
+14	they	they	PRON	O	0			ewtb.r.372665.2
+15	do	do	AUX	O	0			ewtb.r.372665.2
+16	have	have	VERB	O	0		v.stative	ewtb.r.372665.2
+17	a	a	DET	O	0			ewtb.r.372665.2
+18	blue	blue	NOUN	O	0		n.cognition	ewtb.r.372665.2
+19	box	box	NOUN	O	0		n.artifact	ewtb.r.372665.2
+20	out	out	ADV	B	0			ewtb.r.372665.2
+21	front	front	ADV	I	20			ewtb.r.372665.2
+22	.	.	PUNCT	O	0			ewtb.r.372665.2
+
+1	Glad	glad	ADJ	O	0			ewtb.r.372665.3
+2	I	i	PRON	O	0			ewtb.r.372665.3
+3	called	call	VERB	O	0		v.communication	ewtb.r.372665.3
+4	before	before	SCONJ	O	0			ewtb.r.372665.3
+5	I	i	PRON	O	0			ewtb.r.372665.3
+6	arrived	arrive	VERB	O	0		v.motion	ewtb.r.372665.3
+7	with	with	ADP	O	0			ewtb.r.372665.3
+8	my	my	PRON	O	0			ewtb.r.372665.3
+9	box	box	NOUN	O	0		n.artifact	ewtb.r.372665.3
+10	to	to	PART	O	0			ewtb.r.372665.3
+11	ship	ship	VERB	O	0		v.motion	ewtb.r.372665.3
+12	.	.	PUNCT	O	0			ewtb.r.372665.3
+
+1	Thought	think	VERB	O	0		v.cognition	ewtb.r.372665.4
+2	adding	add	VERB	O	0		v.communication	ewtb.r.372665.4
+3	a	a	DET	O	0			ewtb.r.372665.4
+4	comment	comment	NOUN	O	0		n.communication	ewtb.r.372665.4
+5	would	would	AUX	O	0			ewtb.r.372665.4
+6	save	save	VERB	O	0		v.social	ewtb.r.372665.4
+7	someone	someone	NOUN	O	0			ewtb.r.372665.4
+8	the	the	DET	O	0			ewtb.r.372665.4
+9	hassle	hassle	NOUN	O	0		n.cognition	ewtb.r.372665.4
+10	with	with	ADP	O	0			ewtb.r.372665.4
+11	a	a	DET	O	0			ewtb.r.372665.4
+12	useless	useless	ADJ	O	0			ewtb.r.372665.4
+13	trip	trip	NOUN	O	0		n.event	ewtb.r.372665.4
+14	there	there	ADV	O	0			ewtb.r.372665.4
+15	.	.	PUNCT	O	0			ewtb.r.372665.4
+
+1	this	this	DET	O	0			ewtb.r.394662.1
+2	is	be	VERB	O	0		v.stative	ewtb.r.394662.1
+3	a	a	DET	O	0			ewtb.r.394662.1
+4	good	good	ADJ	O	0			ewtb.r.394662.1
+5	place	place	NOUN	O	0		n.group	ewtb.r.394662.1
+
+1	I	i	PRON	O	0			ewtb.r.394662.2
+2	have	have	AUX	O	0			ewtb.r.394662.2
+3	been	be	VERB	O	0		v.stative	ewtb.r.394662.2
+4	here	here	ADV	O	0			ewtb.r.394662.2
+5	before	before	ADV	O	0			ewtb.r.394662.2
+6	and	and	CONJ	O	0			ewtb.r.394662.2
+7	the	the	DET	O	0			ewtb.r.394662.2
+8	service	service	NOUN	O	0		n.act	ewtb.r.394662.2
+9	was	be	VERB	O	0		v.stative	ewtb.r.394662.2
+10	absoulutely	absoulutely	ADV	O	0			ewtb.r.394662.2
+11	great	great	ADJ	O	0			ewtb.r.394662.2
+12	.	.	PUNCT	O	0			ewtb.r.394662.2
+
+1	i	i	PRON	O	0			ewtb.r.394662.5
+2	reccomend	reccomend	VERB	O	0		v.communication	ewtb.r.394662.5
+3	you	you	PRON	O	0			ewtb.r.394662.5
+4	to	to	PART	O	0			ewtb.r.394662.5
+5	go	go	VERB	O	0		v.motion	ewtb.r.394662.5
+6	and	and	CONJ	O	0			ewtb.r.394662.5
+7	enjoy	enjoy	VERB	O	0		v.emotion	ewtb.r.394662.5
+8	their	their	PRON	O	0			ewtb.r.394662.5
+9	wonderful	wonderful	ADJ	O	0			ewtb.r.394662.5
+10	hospitality	hospitality	NOUN	O	0		n.cognition	ewtb.r.394662.5
+11	.	.	PUNCT	O	0			ewtb.r.394662.5
+
+1	Great	great	ADJ	O	0			ewtb.r.397066.1
+2	pet	pet	NOUN	O	0		n.animal	ewtb.r.397066.1
+3	care	care	NOUN	O	0		n.act	ewtb.r.397066.1
+
+1	I	i	PRON	O	0			ewtb.r.397066.2
+2	have	have	AUX	O	0			ewtb.r.397066.2
+3	used	use	VERB	O	0		v.social	ewtb.r.397066.2
+4	Just	just	PROPN	B	0		n.group	ewtb.r.397066.2
+5	Like	like	PROPN	I	4			ewtb.r.397066.2
+6	Family	family	PROPN	I	5			ewtb.r.397066.2
+7	several	several	ADJ	O	0			ewtb.r.397066.2
+8	times	times	NOUN	O	0		n.time	ewtb.r.397066.2
+9	now	now	ADV	O	0			ewtb.r.397066.2
+10	and	and	CONJ	O	0			ewtb.r.397066.2
+11	they	they	PRON	O	0			ewtb.r.397066.2
+12	have	have	AUX	O	0			ewtb.r.397066.2
+13	provided	provide	VERB	O	0		v.social	ewtb.r.397066.2
+14	great	great	ADJ	O	0			ewtb.r.397066.2
+15	care	care	NOUN	O	0		n.act	ewtb.r.397066.2
+16	for	for	ADP	O	0			ewtb.r.397066.2
+17	my	my	PRON	O	0			ewtb.r.397066.2
+18	two	two	NUM	O	0			ewtb.r.397066.2
+19	dogs	dog	NOUN	O	0		n.animal	ewtb.r.397066.2
+20	.	.	PUNCT	O	0			ewtb.r.397066.2
+
+1	Lynda	lynda	PROPN	O	0		n.person	ewtb.r.397066.3
+2	is	be	VERB	O	0		v.stative	ewtb.r.397066.3
+3	professional	professional	ADJ	O	0			ewtb.r.397066.3
+4	and	and	CONJ	O	0			ewtb.r.397066.3
+5	has	have	VERB	O	0		v.stative	ewtb.r.397066.3
+6	great	great	ADJ	O	0			ewtb.r.397066.3
+7	compassion	compassion	NOUN	O	0		n.feeling	ewtb.r.397066.3
+8	for	for	ADP	O	0			ewtb.r.397066.3
+9	animals	animal	NOUN	O	0		n.animal	ewtb.r.397066.3
+10	.	.	PUNCT	O	0			ewtb.r.397066.3
+
+1	The	the	DET	O	0			ewtb.r.397066.4
+2	real	real	ADJ	O	0			ewtb.r.397066.4
+3	testament	testament	NOUN	O	0		n.cognition	ewtb.r.397066.4
+4	is	be	VERB	B	0		v.stative	ewtb.r.397066.4
+5	not	not	PART	o	0			ewtb.r.397066.4
+6	in	in	ADP	I	4			ewtb.r.397066.4
+7	how	how	ADV	O	0			ewtb.r.397066.4
+8	much	much	ADV	O	0			ewtb.r.397066.4
+9	she	she	PRON	O	0			ewtb.r.397066.4
+10	likes	like	VERB	O	0		v.emotion	ewtb.r.397066.4
+11	your	your	PRON	O	0			ewtb.r.397066.4
+12	animals	animal	NOUN	O	0		n.animal	ewtb.r.397066.4
+13	but	but	CONJ	O	0			ewtb.r.397066.4
+14	how	how	ADV	O	0			ewtb.r.397066.4
+15	much	much	ADV	O	0			ewtb.r.397066.4
+16	they	they	PRON	O	0			ewtb.r.397066.4
+17	like	like	VERB	O	0		v.emotion	ewtb.r.397066.4
+18	her	her	PRON	O	0			ewtb.r.397066.4
+19	.	.	PUNCT	O	0			ewtb.r.397066.4
+
+1	I	i	PRON	O	0			ewtb.r.397066.5
+2	highly	highly	ADV	O	0			ewtb.r.397066.5
+3	recommend	recommend	VERB	O	0		v.communication	ewtb.r.397066.5
+4	her	her	PRON	O	0			ewtb.r.397066.5
+5	.	.	PUNCT	O	0			ewtb.r.397066.5
+
diff --git a/dimsum-data/dimsum16.train.cupt b/dimsum-data/dimsum16.train.cupt
new file mode 100644
index 0000000..fba0f29
--- /dev/null
+++ b/dimsum-data/dimsum16.train.cupt
@@ -0,0 +1,93023 @@
+# global.columns = ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC PARSEME:MWE
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-1
+# sent_counter = 1
+# text = Security increased in Mumbai amid terror threats ahead of Ganeshotsav : police URL
+1	Security	security	NOUN	_	_	_	_	_	ss=n.state	*
+2	increased	increase	VERB	_	_	_	_	_	ss=v.change	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Mumbai	mumbai	PROPN	_	_	_	_	_	ss=n.location	*
+5	amid	amid	ADP	_	_	_	_	_	_	*
+6	terror	terror	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	threats	threat	NOUN	_	_	_	_	_	_	1
+8	ahead	ahead	ADP	_	_	_	_	_	_	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	Ganeshotsav	ganeshotsav	PROPN	_	_	_	_	_	ss=n.event	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	police	police	NOUN	_	_	_	_	_	ss=n.group	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-2
+# sent_counter = 2
+# text = Magic Key Security Locksmiths Save ? NUMBER on all Booked Services with @USER URL @USER
+1	Magic	magic	ADJ	_	_	_	_	_	ss=n.group	1:X
+2	Key	key	NOUN	_	_	_	_	_	_	1
+3	Security	security	NOUN	_	_	_	_	_	_	1
+4	Locksmiths	locksmith	NOUN	_	_	_	_	_	_	1
+5	Save	save	ADJ	_	_	_	_	_	_	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	all	all	DET	_	_	_	_	_	_	*
+10	Booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+11	Services	services	NOUN	_	_	_	_	_	ss=n.act	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	@USER	@USER	PROPN	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+15	@USER	@USER	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-3
+# sent_counter = 3
+# text = #HNIC #HNIC Hamsik vows to challenge for title with Napoli : The Slovakia international was in ... URL on @USER
+1	#HNIC	#hnic	PROPN	_	_	_	_	_	_	1:X
+2	#HNIC	#hnic	PROPN	_	_	_	_	_	_	1
+3	Hamsik	hamsik	PROPN	_	_	_	_	_	ss=n.person	*
+4	vows	vow	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	challenge	challenge	VERB	_	_	_	_	_	ss=v.competition	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	title	title	NOUN	_	_	_	_	_	ss=n.communication	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	Napoli	napoli	PROPN	_	_	_	_	_	ss=n.person	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	The	the	DET	_	_	_	_	_	_	*
+13	Slovakia	slovakia	PROPN	_	_	_	_	_	ss=n.person	2:X
+14	international	international	NOUN	_	_	_	_	_	_	2
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	@USER	@USER	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-4
+# sent_counter = 4
+# text = Is your cat safe from disease just because he got a vaccine ? It depends . Find out why URL
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	your	your	DET	_	_	_	_	_	_	*
+3	cat	cat	NOUN	_	_	_	_	_	ss=n.animal	*
+4	safe	safe	ADJ	_	_	_	_	_	_	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	disease	disease	NOUN	_	_	_	_	_	ss=n.body	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	because	because	CCONJ	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.body	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	vaccine	vaccine	NOUN	_	_	_	_	_	ss=n.substance	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	It	it	PRON	_	_	_	_	_	_	*
+15	depends	depend	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Find	find	VERB	_	_	_	_	_	ss=v.cognition	1:X
+18	out	out	PART	_	_	_	_	_	_	1
+19	why	why	ADV	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-5
+# sent_counter = 5
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-6
+# sent_counter = 6
+# text = European Study Finds Megaupload Closure Helped Blockbusters , Hurt Smaller Pics : Researchers from the Munich Sc ... URL
+1	European	european	ADJ	_	_	_	_	_	_	*
+2	Study	study	NOUN	_	_	_	_	_	ss=n.communication	*
+3	Finds	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Megaupload	megaupload	PROPN	_	_	_	_	_	ss=n.group	*
+5	Closure	closure	NOUN	_	_	_	_	_	ss=n.event	*
+6	Helped	help	VERB	_	_	_	_	_	ss=v.stative	*
+7	Blockbusters	blockbusters	PROPN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Hurt	hurt	VERB	_	_	_	_	_	ss=v.change	*
+10	Smaller	smaller	ADJ	_	_	_	_	_	_	*
+11	Pics	pic	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	Researchers	researcher	NOUN	_	_	_	_	_	ss=n.person	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Munich	munich	PROPN	_	_	_	_	_	ss=n.group	1:X
+17	Sc	sc	NOUN	_	_	_	_	_	_	1
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-7
+# sent_counter = 7
+# text = NUMBER Challenge : Move a Mile a Day #getmefit2 URL URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.communication	1:X
+2	Challenge	challenge	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Move	move	VERB	_	_	_	_	_	ss=v.motion	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	Mile	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	#getmefit2	#getmefit2	NOUN	_	_	_	_	_	ss=n.communication	*
+10	URL	URL	X	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-8
+# sent_counter = 8
+# text = Messi , who is recovering from a thigh muscle injury , rejoins the group on training today URL
+1	Messi	messi	PROPN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	recovering	recover	VERB	_	_	_	_	_	ss=v.body	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	thigh	thigh	NOUN	_	_	_	_	_	ss=n.body	1:X
+9	muscle	muscle	NOUN	_	_	_	_	_	_	1
+10	injury	injury	NOUN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	rejoins	rejoin	VERB	_	_	_	_	_	ss=v.social	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	training	training	NOUN	_	_	_	_	_	ss=n.act	*
+17	today	today	NOUN	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-9
+# sent_counter = 9
+# text = Whatever your sexual fantasy @USER has probably written about it URL Check out his hot & sexy short stories .
+1	Whatever	whatever	ADV	_	_	_	_	_	_	*
+2	your	your	DET	_	_	_	_	_	_	*
+3	sexual	sexual	ADJ	_	_	_	_	_	_	*
+4	fantasy	fantasy	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	probably	probably	ADV	_	_	_	_	_	_	*
+8	written	write	VERB	_	_	_	_	_	ss=v.creation	*
+9	about	about	ADP	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+12	Check	check	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	out	out	PART	_	_	_	_	_	_	1
+14	his	his	DET	_	_	_	_	_	_	*
+15	hot	hot	ADJ	_	_	_	_	_	_	*
+16	&	&	CCONJ	_	_	_	_	_	_	*
+17	sexy	sexy	ADJ	_	_	_	_	_	_	*
+18	short	short	ADJ	_	_	_	_	_	_	*
+19	stories	story	NOUN	_	_	_	_	_	ss=n.communication	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-10
+# sent_counter = 10
+# text = @USER Checkout & Share NEW Single @USER & @USER - Playtime URL #RipMucho #DoIt4Mucho #FreeKush
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	Checkout	checkout	VERB	_	_	_	_	_	ss=v.cognition	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	Share	share	VERB	_	_	_	_	_	ss=v.social	*
+5	NEW	new	ADJ	_	_	_	_	_	_	*
+6	Single	single	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	@USER	@USER	PROPN	_	_	_	_	_	_	1
+8	&	&	CCONJ	_	_	_	_	_	_	*
+9	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	Playtime	playtime	NOUN	_	_	_	_	_	ss=n.act	*
+12	URL	URL	X	_	_	_	_	_	_	*
+13	#RipMucho	#ripmucho	NOUN	_	_	_	_	_	_	*
+14	#DoIt4Mucho	#doit4mucho	NOUN	_	_	_	_	_	_	*
+15	#FreeKush	#freekush	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-11
+# sent_counter = 11
+# text = Are you on Google+ ? If you are , make sure to follow @USER ! URL
+1	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	Google+	google+	PROPN	_	_	_	_	_	ss=n.communication	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	If	if	ADP	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	sure	sure	ADJ	_	_	_	_	_	_	1
+12	to	to	ADP	_	_	_	_	_	_	*
+13	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+14	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-12
+# sent_counter = 12
+# text = ' Manuelgross/management ' news URL - top stories by RLloria , AliciaPomares , manuelgross
+1	'	'	PUNCT	_	_	_	_	_	_	*
+2	Manuelgross/management	manuelgross/management	PROPN	_	_	_	_	_	ss=n.group	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+5	URL	URL	X	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	top	top	ADJ	_	_	_	_	_	_	*
+8	stories	story	NOUN	_	_	_	_	_	ss=n.communication	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	RLloria	rlloria	PROPN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	AliciaPomares	aliciapomares	PROPN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	manuelgross	manuelgross	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-13
+# sent_counter = 13
+# text = omg but stop with articles about Lea and her love for Cory it hurts :'( and it's not a good source ... URL
+1	omg	omg	X	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	articles	article	NOUN	_	_	_	_	_	ss=n.communication	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	Lea	lea	PROPN	_	_	_	_	_	ss=n.person	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	her	her	PRON	_	_	_	_	_	_	*
+10	love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	Cory	cory	PROPN	_	_	_	_	_	ss=n.person	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	hurts	hurt	VERB	_	_	_	_	_	ss=v.cognition	*
+15	:'(	:'(	X	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	it's	it's	VERB	_	_	_	_	_	ss=v.stative	*
+18	not	not	ADV	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	good	good	ADJ	_	_	_	_	_	_	*
+21	source	source	NOUN	_	_	_	_	_	ss=n.state	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-14
+# sent_counter = 14
+# text = Why barefoot isn't best for most runners URL
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	barefoot	barefoot	NOUN	_	_	_	_	_	ss=n.body	*
+3	isn't	isn't	VERB	_	_	_	_	_	ss=v.stative	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	most	most	DET	_	_	_	_	_	_	*
+7	runners	runner	NOUN	_	_	_	_	_	ss=n.person	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-15
+# sent_counter = 15
+# text = Target : Tena Money Maker Deal !! URL
+1	Target	target	NOUN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Tena	tena	PROPN	_	_	_	_	_	ss=n.person	*
+4	Money	money	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	Maker	maker	NOUN	_	_	_	_	_	_	1
+6	Deal	deal	NOUN	_	_	_	_	_	_	1
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-16
+# sent_counter = 16
+# text = Estate agency insolvencies ' up NUMBER URL
+1	Estate	estate	NOUN	_	_	_	_	_	ss=n.state	1:X
+2	agency	agency	NOUN	_	_	_	_	_	_	1
+3	insolvencies	insolvency	NOUN	_	_	_	_	_	_	1
+4	'	'	PUNCT	_	_	_	_	_	_	*
+5	up	up	PART	_	_	_	_	_	_	*
+6	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-17
+# sent_counter = 17
+# text = White Paper : How to Effectively Integrate Social Media and Online Marketing URL
+1	White	white	ADJ	_	_	_	_	_	ss=n.communication	1:X
+2	Paper	paper	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	How	how	ADV	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Effectively	effectively	ADV	_	_	_	_	_	_	*
+7	Integrate	integrate	VERB	_	_	_	_	_	ss=v.change	*
+8	Social	social	ADJ	_	_	_	_	_	ss=n.communication	2:X
+9	Media	medium	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Online	online	ADJ	_	_	_	_	_	ss=n.communication	3:X
+12	Marketing	marketing	NOUN	_	_	_	_	_	_	3
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-18
+# sent_counter = 18
+# text = Mild temperatures and low rain chances are on tap to start the work week . URL
+1	Mild	mild	ADJ	_	_	_	_	_	_	*
+2	temperatures	temperature	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	low	low	ADJ	_	_	_	_	_	_	*
+5	rain	rain	NOUN	_	_	_	_	_	ss=n.state	1:X
+6	chances	chance	NOUN	_	_	_	_	_	_	1
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	on	on	ADP	_	_	_	_	_	ss=n.state	2:X
+9	tap	tap	NOUN	_	_	_	_	_	_	2
+10	to	to	ADP	_	_	_	_	_	_	*
+11	start	start	VERB	_	_	_	_	_	ss=v.change	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	work	work	NOUN	_	_	_	_	_	ss=n.time	3:X
+14	week	week	NOUN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-19
+# sent_counter = 19
+# text = Today stats : NUMBER followers , No unfollowers and followed one person via URL
+1	Today	today	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.communication	2:X
+5	followers	followers	NOUN	_	_	_	_	_	_	2
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	No	no	DET	_	_	_	_	_	_	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	one	one	NUM	_	_	_	_	_	ss=n.other	*
+12	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-20
+# sent_counter = 20
+# text = #BBATheChase : NUMBER housemates we loved this year URL
+1	#BBATheChase	#bbathechase	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+4	housemates	housemate	NOUN	_	_	_	_	_	ss=n.person	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.event	*
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-21
+# sent_counter = 21
+# text = #Cinetainment : #Warning is an upcoming Thriller NUMBER film directed by #Gurmmeet Singh . The film features ... URL
+1	#Cinetainment	#cinetainment	NOUN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	#Warning	#warning	NOUN	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	upcoming	upcoming	ADJ	_	_	_	_	_	_	*
+7	Thriller	thriller	NOUN	_	_	_	_	_	ss=n.communication	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+9	film	film	NOUN	_	_	_	_	_	ss=n.communication	*
+10	directed	direct	VERB	_	_	_	_	_	ss=v.communication	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	#Gurmmeet	#gurmmeet	PROPN	_	_	_	_	_	ss=n.person	1:X
+13	Singh	singh	PROPN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	The	the	DET	_	_	_	_	_	_	*
+16	film	film	NOUN	_	_	_	_	_	ss=n.communication	*
+17	features	feature	VERB	_	_	_	_	_	ss=v.stative	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-22
+# sent_counter = 22
+# text = Do you know Benjamin Sir twitter or insta ? ? Nope , sorry (: HEY WHAT LAO EH ! I NOT SOME PHONE BOOK OR FACEBOOK O ... URL
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Benjamin	benjamin	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Sir	sir	PROPN	_	_	_	_	_	_	1
+6	twitter	twitter	NOUN	_	_	_	_	_	ss=n.communication	*
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	insta	insta	NOUN	_	_	_	_	_	ss=n.communication	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	Nope	nope	X	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	sorry	sorry	X	_	_	_	_	_	_	*
+14	(:	(:	X	_	_	_	_	_	_	*
+15	HEY	hey	X	_	_	_	_	_	_	*
+16	WHAT	what	DET	_	_	_	_	_	_	*
+17	LAO	lao	X	_	_	_	_	_	_	*
+18	EH	eh	X	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	NOT	not	ADV	_	_	_	_	_	_	*
+22	SOME	some	DET	_	_	_	_	_	_	*
+23	PHONE	phone	NOUN	_	_	_	_	_	ss=n.communication	2:X
+24	BOOK	book	NOUN	_	_	_	_	_	_	2
+25	OR	or	CCONJ	_	_	_	_	_	_	*
+26	FACEBOOK	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+27	O	o	X	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+29	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-23
+# sent_counter = 23
+# text = The event with Philip Pullman and @USER in Oxford last week was magical . Listen to the hour-long podcast here : URL
+1	The	the	DET	_	_	_	_	_	_	*
+2	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Philip	philip	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Pullman	pullman	PROPN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	Oxford	oxford	PROPN	_	_	_	_	_	ss=n.location	*
+10	last	last	ADJ	_	_	_	_	_	_	2:X
+11	week	week	NOUN	_	_	_	_	_	_	2
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	magical	magical	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Listen	listen	VERB	_	_	_	_	_	ss=v.perception	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	hour-long	hour-long	ADJ	_	_	_	_	_	_	*
+19	podcast	podcast	NOUN	_	_	_	_	_	ss=n.communication	*
+20	here	here	ADV	_	_	_	_	_	_	*
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-24
+# sent_counter = 24
+# text = ( K-Dawg ) I can cook , bit i CAN'T operate the dishwasher ... guess this leaves me out ! LOL A handful of YouTube ... URL
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	K-Dawg	k-dawg	PROPN	_	_	_	_	_	_	*
+3	)	)	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	cook	cook	VERB	_	_	_	_	_	ss=v.creation	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	bit	bit	CCONJ	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	CAN'T	can't	AUX	_	_	_	_	_	_	*
+11	operate	operate	VERB	_	_	_	_	_	ss=v.contact	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	dishwasher	dishwasher	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+16	this	this	PRON	_	_	_	_	_	_	*
+17	leaves	leave	VERB	_	_	_	_	_	ss=v.stative	1:X
+18	me	me	PRON	_	_	_	_	_	_	*
+19	out	out	PART	_	_	_	_	_	_	1
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	LOL	lol	X	_	_	_	_	_	_	*
+22	A	a	DET	_	_	_	_	_	_	*
+23	handful	handful	DET	_	_	_	_	_	_	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-25
+# sent_counter = 25
+# text = Today stats : NUMBER followers , One unfollower and followed NUMBER people via URL
+1	Today	today	ADV	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	One	one	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollower	unfollower	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+12	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-26
+# sent_counter = 26
+# text = Relatively Satisfied Customers : Dilbert URL #CartoonsandPictures #UserExperience
+1	Relatively	relatively	ADV	_	_	_	_	_	_	*
+2	Satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+3	Customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Dilbert	dilbert	PROPN	_	_	_	_	_	ss=n.person	*
+6	URL	URL	X	_	_	_	_	_	_	*
+7	#CartoonsandPictures	#cartoonsandpictures	NOUN	_	_	_	_	_	_	*
+8	#UserExperience	#userexperience	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-27
+# sent_counter = 27
+# text = Why not start the week out by getting depressed ? According to Jill Konrath , ? when people try to do two ... URL
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	not	not	ADV	_	_	_	_	_	_	*
+3	start	start	VERB	_	_	_	_	_	ss=v.change	1:X
+4	the	the	DET	_	_	_	_	_	_	*
+5	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	out	out	PART	_	_	_	_	_	_	1
+7	by	by	ADP	_	_	_	_	_	_	*
+8	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+9	depressed	depressed	ADJ	_	_	_	_	_	_	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	According	accord	VERB	_	_	_	_	_	_	2:X
+12	to	to	ADP	_	_	_	_	_	_	2
+13	Jill	jill	PROPN	_	_	_	_	_	ss=n.person	3:X
+14	Konrath	konrath	PROPN	_	_	_	_	_	_	3
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+19	try	try	VERB	_	_	_	_	_	ss=v.change	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+22	two	two	NUM	_	_	_	_	_	ss=n.quantity	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-28
+# sent_counter = 28
+# text = Venice Festival Offers Bold Mix : As the Venice Film Festival celebrates its NUMBER year , its lineup looks to the ... URL
+1	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Festival	festival	NOUN	_	_	_	_	_	_	1
+3	Offers	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bold	bold	ADJ	_	_	_	_	_	_	*
+5	Mix	mix	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	As	as	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Venice	venice	PROPN	_	_	_	_	_	ss=n.event	2:X
+10	Film	film	NOUN	_	_	_	_	_	_	2
+11	Festival	festival	NOUN	_	_	_	_	_	_	2
+12	celebrates	celebrate	VERB	_	_	_	_	_	ss=v.social	*
+13	its	its	DET	_	_	_	_	_	_	*
+14	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	its	its	DET	_	_	_	_	_	_	*
+18	lineup	lineup	NOUN	_	_	_	_	_	ss=n.communication	*
+19	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-29
+# sent_counter = 29
+# text = @USER : Follow @USER and this tweet to win this @USER watch worth ? NUMBER ! URL URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+4	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	tweet	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+12	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+13	worth	worth	ADJ	_	_	_	_	_	_	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+15	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	URL	URL	X	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-30
+# sent_counter = 30
+# text = #Syria's #Assad dismisses chemical weapon use as politically motivated - The Star Online URL
+1	#Syria's	#syria's	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	#Assad	#assad	PROPN	_	_	_	_	_	_	1
+3	dismisses	dismiss	VERB	_	_	_	_	_	ss=v.communication	*
+4	chemical	chemical	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+5	weapon	weapon	NOUN	_	_	_	_	_	_	2
+6	use	use	NOUN	_	_	_	_	_	ss=n.act	*
+7	as	as	ADP	_	_	_	_	_	_	*
+8	politically	politically	ADV	_	_	_	_	_	_	*
+9	motivated	motivate	VERB	_	_	_	_	_	ss=v.cognition	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	The	the	DET	_	_	_	_	_	ss=n.communication	3:X
+12	Star	star	NOUN	_	_	_	_	_	_	3
+13	Online	online	NOUN	_	_	_	_	_	_	3
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-31
+# sent_counter = 31
+# text = Baseball has the great advantage over cricket of being sooner ended - George Bernard Shaw URL #Quotes
+1	Baseball	baseball	NOUN	_	_	_	_	_	ss=n.act	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	advantage	advantage	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	cricket	cricket	NOUN	_	_	_	_	_	ss=n.act	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	being	be	AUX	_	_	_	_	_	_	*
+10	sooner	sooner	ADV	_	_	_	_	_	_	*
+11	ended	end	VERB	_	_	_	_	_	ss=v.stative	*
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	George	george	PROPN	_	_	_	_	_	ss=n.person	1:X
+14	Bernard	bernard	PROPN	_	_	_	_	_	_	1
+15	Shaw	shaw	PROPN	_	_	_	_	_	_	1
+16	URL	URL	X	_	_	_	_	_	_	*
+17	#Quotes	#quotes	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-32
+# sent_counter = 32
+# text = Were ordered to chant praise of Narendra Modi , say Pune film students after clash URL
+1	Were	be	AUX	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	chant	chant	VERB	_	_	_	_	_	ss=v.communication	*
+5	praise	praise	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Narendra	narendra	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Modi	modi	PROPN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	Pune	pune	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	film	film	NOUN	_	_	_	_	_	_	2
+13	students	student	NOUN	_	_	_	_	_	_	2
+14	after	after	ADP	_	_	_	_	_	_	*
+15	clash	clash	NOUN	_	_	_	_	_	ss=n.event	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-33
+# sent_counter = 33
+# text = Zombie News : Sneak Peek of The Walking Dead Season 4 Right Here ! URL
+1	Zombie	zombie	NOUN	_	_	_	_	_	_	1:X
+2	News	news	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Sneak	sneak	NOUN	_	_	_	_	_	ss=n.act	2:X
+5	Peek	peek	NOUN	_	_	_	_	_	_	2
+6	of	of	ADP	_	_	_	_	_	_	*
+7	The	the	DET	_	_	_	_	_	_	*
+8	Walking	walking	NOUN	_	_	_	_	_	ss=n.communication	3:X
+9	Dead	dead	NOUN	_	_	_	_	_	_	3
+10	Season	season	NOUN	_	_	_	_	_	_	3
+11	4	4	NUM	_	_	_	_	_	_	3
+12	Right	right	ADV	_	_	_	_	_	_	*
+13	Here	here	ADV	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-34
+# sent_counter = 34
+# text = WMAL EXCLUSIVE : Panhandling Ban Causes Loudoun Firefighters ' " Fill The Boot " Donations To Dwindle URL
+1	WMAL	wmal	X	_	_	_	_	_	_	*
+2	EXCLUSIVE	exclusive	ADJ	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Panhandling	panhandling	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	Ban	ban	NOUN	_	_	_	_	_	_	1
+6	Causes	cause	VERB	_	_	_	_	_	ss=v.change	*
+7	Loudoun	loudoun	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Firefighters	firefighter	NOUN	_	_	_	_	_	_	2
+9	'	'	PUNCT	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	Fill	fill	VERB	_	_	_	_	_	ss=n.communication	3:X
+12	The	the	DET	_	_	_	_	_	_	3
+13	Boot	boot	NOUN	_	_	_	_	_	_	3
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	Donations	donation	NOUN	_	_	_	_	_	ss=n.possession	*
+16	To	to	ADP	_	_	_	_	_	_	*
+17	Dwindle	dwindle	VERB	_	_	_	_	_	ss=v.change	*
+18	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-35
+# sent_counter = 35
+# text = Today stats : One follower , 2 unfollowers via URL
+1	Today	today	ADV	_	_	_	_	_	_	*
+2	stats	stats	NOUN	_	_	_	_	_	ss=n.communication	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	One	one	NUM	_	_	_	_	_	ss=n.person	*
+5	follower	follower	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	2	2	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	via	via	ADP	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-36
+# sent_counter = 36
+# text = For your Leadership Toolbox : Evernote ? A Multi-Platform Way to Stay Organized and More ( @USER ) | URL
+1	For	for	ADP	_	_	_	_	_	_	*
+2	your	your	DET	_	_	_	_	_	_	*
+3	Leadership	leadership	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+4	Toolbox	toolbox	NOUN	_	_	_	_	_	_	1
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	Evernote	evernote	PROPN	_	_	_	_	_	ss=n.communication	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	A	a	DET	_	_	_	_	_	_	*
+9	Multi-Platform	multi-platform	ADJ	_	_	_	_	_	_	*
+10	Way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	Stay	stay	VERB	_	_	_	_	_	ss=v.change	*
+13	Organized	organized	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	More	more	ADV	_	_	_	_	_	_	*
+16	(	(	PUNCT	_	_	_	_	_	_	*
+17	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	|	|	PUNCT	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-37
+# sent_counter = 37
+# text = Watch Aaron Paul's Audition Tape For Breaking Bad URL
+1	Watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+2	Aaron	aaron	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+3	Paul's	paul's	PROPN	_	_	_	_	_	_	1
+4	Audition	audition	NOUN	_	_	_	_	_	_	1
+5	Tape	tape	NOUN	_	_	_	_	_	_	1
+6	For	for	ADP	_	_	_	_	_	_	*
+7	Breaking	breaking	NOUN	_	_	_	_	_	ss=n.communication	2:X
+8	Bad	bad	NOUN	_	_	_	_	_	_	2
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-38
+# sent_counter = 38
+# text = @USER : Fancams : G-Dragon and Missy Elliott perform " Niliria " @USER KCON URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Fancams	fancams	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	G-Dragon	g-dragon	PROPN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Missy	missy	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Elliott	elliott	PROPN	_	_	_	_	_	_	1
+9	perform	perform	VERB	_	_	_	_	_	ss=v.creation	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	Niliria	niliria	PROPN	_	_	_	_	_	ss=n.communication	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+14	KCON	kcon	PROPN	_	_	_	_	_	ss=n.person	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-39
+# sent_counter = 39
+# text = Sihuan Pharmaceutical Announces NUMBER Interim Results URL
+1	Sihuan	sihuan	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Pharmaceutical	pharmaceutical	NOUN	_	_	_	_	_	_	1
+3	Announces	announce	VERB	_	_	_	_	_	ss=v.communication	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+5	Interim	interim	ADJ	_	_	_	_	_	_	*
+6	Results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-40
+# sent_counter = 40
+# text = Howard : Baines and Fellaini not fazed by bid URL
+1	Howard	howard	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Baines	baines	PROPN	_	_	_	_	_	ss=n.person	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	Fellaini	fellaini	PROPN	_	_	_	_	_	ss=n.person	*
+6	not	not	ADV	_	_	_	_	_	_	*
+7	fazed	faze	VERB	_	_	_	_	_	ss=v.emotion	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	bid	bid	NOUN	_	_	_	_	_	ss=n.communication	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-41
+# sent_counter = 41
+# text = Today stats : 2 followers , 2 unfollowers and followed NUMBER people via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	2	2	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	2	2	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+12	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-42
+# sent_counter = 42
+# text = No #usopen credential for Tomic's dad : " Our desire is to make it as difficult as possible for him to gain entry " URL
+1	No	no	DET	_	_	_	_	_	_	*
+2	#usopen	#usopen	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	credential	credential	NOUN	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	Tomic's	tomic's	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	dad	dad	NOUN	_	_	_	_	_	_	2
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	Our	our	DET	_	_	_	_	_	_	*
+10	desire	desire	NOUN	_	_	_	_	_	ss=n.feeling	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	make	make	VERB	_	_	_	_	_	ss=v.change	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	as	as	ADP	_	_	_	_	_	_	*
+16	difficult	difficult	ADJ	_	_	_	_	_	_	*
+17	as	as	ADP	_	_	_	_	_	_	*
+18	possible	possible	ADJ	_	_	_	_	_	_	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	gain	gain	VERB	_	_	_	_	_	ss=v.change	*
+23	entry	entry	NOUN	_	_	_	_	_	ss=n.act	*
+24	"	"	PUNCT	_	_	_	_	_	_	*
+25	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-43
+# sent_counter = 43
+# text = Senior Accountant/Financial controller(ACCA ) - #Qatar #Jobs URL
+1	Senior	senior	ADJ	_	_	_	_	_	ss=n.person	1:X
+2	Accountant/Financial	accountant/financial	NOUN	_	_	_	_	_	_	1
+3	controller(ACCA	controller(acca	NOUN	_	_	_	_	_	_	1
+4	)	)	PUNCT	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	#Qatar	#qatar	PROPN	_	_	_	_	_	_	*
+7	#Jobs	#jobs	NOUN	_	_	_	_	_	_	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-44
+# sent_counter = 44
+# text = We've been waiting for you . . . Memo to CEOs : Go Social or Go Home | LinkedIn URL #CEO #leadership #management #SoMe
+1	We've	we've	AUX	_	_	_	_	_	_	*
+2	been	be	AUX	_	_	_	_	_	_	*
+3	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Memo	memo	NOUN	_	_	_	_	_	ss=n.communication	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	CEOs	ceo	NOUN	_	_	_	_	_	ss=n.person	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	Go	go	VERB	_	_	_	_	_	ss=v.social	*
+14	Social	social	ADJ	_	_	_	_	_	_	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	Home	home	NOUN	_	_	_	_	_	ss=n.location	*
+18	|	|	PUNCT	_	_	_	_	_	_	*
+19	LinkedIn	linkedin	PROPN	_	_	_	_	_	ss=n.group	*
+20	URL	URL	X	_	_	_	_	_	_	*
+21	#CEO	#ceo	NOUN	_	_	_	_	_	_	*
+22	#leadership	#leadership	NOUN	_	_	_	_	_	_	*
+23	#management	#management	NOUN	_	_	_	_	_	_	*
+24	#SoMe	#some	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-45
+# sent_counter = 45
+# text = #HNIC #HNIC Xavi : La Liga not a two-horse race : The NUMBER feels that Malaga showed ... URL on @USER
+1	#HNIC	#hnic	PROPN	_	_	_	_	_	_	*
+2	#HNIC	#hnic	PROPN	_	_	_	_	_	_	*
+3	Xavi	xavi	PROPN	_	_	_	_	_	ss=n.person	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	La	la	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	Liga	liga	PROPN	_	_	_	_	_	_	1
+7	not	not	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	two-horse	two-horse	NOUN	_	_	_	_	_	ss=n.event	2:X
+10	race	race	NOUN	_	_	_	_	_	_	2
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	The	the	DET	_	_	_	_	_	_	*
+13	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+14	feels	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+15	that	that	ADP	_	_	_	_	_	_	*
+16	Malaga	malaga	PROPN	_	_	_	_	_	ss=n.group	*
+17	showed	show	VERB	_	_	_	_	_	ss=v.stative	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-46
+# sent_counter = 46
+# text = CRED Communications and PRecious Communications embark on strategic partnership URL via @USER
+1	CRED	cred	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Communications	communications	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	PRecious	precious	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	Communications	communications	PROPN	_	_	_	_	_	_	2
+6	embark	embark	VERB	_	_	_	_	_	ss=v.change	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	strategic	strategic	ADJ	_	_	_	_	_	_	*
+9	partnership	partnership	NOUN	_	_	_	_	_	ss=n.act	*
+10	URL	URL	X	_	_	_	_	_	_	*
+11	via	via	ADP	_	_	_	_	_	_	*
+12	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-47
+# sent_counter = 47
+# text = WATCH : Surviving Panda Cub At National Zoo Appears Healthy , Vibrant URL
+1	WATCH	watch	VERB	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Surviving	surviving	ADJ	_	_	_	_	_	_	*
+4	Panda	panda	NOUN	_	_	_	_	_	ss=n.animal	1:X
+5	Cub	cub	NOUN	_	_	_	_	_	_	1
+6	At	at	ADP	_	_	_	_	_	_	*
+7	National	national	ADJ	_	_	_	_	_	ss=n.group	2:X
+8	Zoo	zoo	NOUN	_	_	_	_	_	_	2
+9	Appears	appear	VERB	_	_	_	_	_	ss=v.perception	*
+10	Healthy	healthy	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Vibrant	vibrant	ADJ	_	_	_	_	_	_	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-48
+# sent_counter = 48
+# text = URL Several months in Portugal , still don't understand Portuguese
+1	URL	URL	X	_	_	_	_	_	_	*
+2	Several	several	DET	_	_	_	_	_	_	*
+3	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Portugal	portugal	PROPN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	still	still	ADV	_	_	_	_	_	_	*
+8	don't	don't	AUX	_	_	_	_	_	_	*
+9	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+10	Portuguese	portuguese	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-49
+# sent_counter = 49
+# text = #VIEW -NOW ---> @USER ? Over ? Dir by @USER x @USER ( Music Video ) | trappedoutseries : URL
+1	#VIEW	#view	NOUN	_	_	_	_	_	_	*
+2	-NOW	-now	ADV	_	_	_	_	_	_	*
+3	--->	--->	X	_	_	_	_	_	_	*
+4	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	Over	over	ADP	_	_	_	_	_	_	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	Dir	dir	NOUN	_	_	_	_	_	_	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+11	x	x	X	_	_	_	_	_	_	*
+12	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	Music	music	NOUN	_	_	_	_	_	ss=n.communication	1:X
+15	Video	video	NOUN	_	_	_	_	_	_	1
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	|	|	PUNCT	_	_	_	_	_	_	*
+18	trappedoutseries	trappedoutseries	NOUN	_	_	_	_	_	ss=n.communication	*
+19	:	:	PUNCT	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-50
+# sent_counter = 50
+# text = Today stats : One follower , No unfollowers and followed one person via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	One	one	NUM	_	_	_	_	_	ss=n.person	*
+5	follower	follower	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	No	no	DET	_	_	_	_	_	_	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	one	one	NUM	_	_	_	_	_	ss=n.other	*
+12	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-51
+# sent_counter = 51
+# text = Man arrested after farm road crash URL
+1	Man	man	NOUN	_	_	_	_	_	ss=n.person	*
+2	arrested	arrest	VERB	_	_	_	_	_	ss=v.contact	*
+3	after	after	ADP	_	_	_	_	_	_	*
+4	farm	farm	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	road	road	NOUN	_	_	_	_	_	_	1
+6	crash	crash	NOUN	_	_	_	_	_	_	1
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-52
+# sent_counter = 52
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-53
+# sent_counter = 53
+# text = Today stats : One follower , One unfollower and followed 2 people via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	One	one	NUM	_	_	_	_	_	ss=n.person	*
+5	follower	follower	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	One	one	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollower	unfollower	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	2	2	NUM	_	_	_	_	_	ss=n.group	*
+12	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-54
+# sent_counter = 54
+# text = I liked a @USER video URL Cubase NUMBER Patch and Crack Team Air
+1	I	i	PRON	_	_	_	_	_	_	*
+2	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	@USER	@USER	PROPN	_	_	_	_	_	ss=n.communication	1:X
+5	video	video	NOUN	_	_	_	_	_	_	1
+6	URL	URL	X	_	_	_	_	_	_	*
+7	Cubase	cubase	PROPN	_	_	_	_	_	ss=n.group	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+9	Patch	patch	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Crack	crack	PROPN	_	_	_	_	_	ss=n.cognition	*
+12	Team	team	PROPN	_	_	_	_	_	ss=n.group	2:X
+13	Air	air	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-55
+# sent_counter = 55
+# text = Sep NUMBER ( Fri ) DreamYard's Annual Movie Night URL
+1	Sep	sep	NOUN	_	_	_	_	_	ss=n.time	*
+2	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+3	(	(	PUNCT	_	_	_	_	_	_	*
+4	Fri	fri	NOUN	_	_	_	_	_	ss=n.time	*
+5	)	)	PUNCT	_	_	_	_	_	_	*
+6	DreamYard's	dreamyard's	PROPN	_	_	_	_	_	ss=n.group	*
+7	Annual	annual	ADJ	_	_	_	_	_	_	*
+8	Movie	movie	NOUN	_	_	_	_	_	ss=n.event	1:X
+9	Night	night	NOUN	_	_	_	_	_	_	1
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-56
+# sent_counter = 56
+# text = @USER Presents The Aurora Soul Sessions Showcase @USER | Details @USER URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	Presents	present	VERB	_	_	_	_	_	ss=v.communication	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	Aurora	aurora	PROPN	_	_	_	_	_	ss=n.act	1:X
+5	Soul	soul	PROPN	_	_	_	_	_	_	1
+6	Sessions	sessions	PROPN	_	_	_	_	_	_	1
+7	Showcase	showcase	PROPN	_	_	_	_	_	_	1
+8	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+9	|	|	PUNCT	_	_	_	_	_	_	*
+10	Details	details	NOUN	_	_	_	_	_	ss=n.communication	*
+11	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-57
+# sent_counter = 57
+# text = @USER Barry Sergeant's The Assault on the Rand Launched with Kevin Wakeford and Susan Comrie URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	Barry	barry	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	Sergeant's	sergeant's	PROPN	_	_	_	_	_	_	1
+4	The	the	DET	_	_	_	_	_	_	1
+5	Assault	assault	NOUN	_	_	_	_	_	_	1
+6	on	on	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	1
+8	Rand	rand	PROPN	_	_	_	_	_	_	1
+9	Launched	launch	VERB	_	_	_	_	_	ss=v.change	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	Kevin	kevin	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Wakeford	wakeford	PROPN	_	_	_	_	_	_	2
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Susan	susan	PROPN	_	_	_	_	_	ss=n.person	3:X
+15	Comrie	comrie	PROPN	_	_	_	_	_	_	3
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-58
+# sent_counter = 58
+# text = Note to Correspondents on the UN Chemical Weapons Investigation Team in Damascus URL
+1	Note	note	NOUN	_	_	_	_	_	ss=n.communication	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	Correspondents	correspondent	NOUN	_	_	_	_	_	ss=n.person	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	UN	un	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Chemical	chemical	ADJ	_	_	_	_	_	_	1
+8	Weapons	weapon	NOUN	_	_	_	_	_	_	1
+9	Investigation	investigation	NOUN	_	_	_	_	_	_	1
+10	Team	team	NOUN	_	_	_	_	_	_	1
+11	in	in	ADP	_	_	_	_	_	_	*
+12	Damascus	damascus	PROPN	_	_	_	_	_	ss=n.location	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-59
+# sent_counter = 59
+# text = Safety Drives Robot Adoption in Warehouses and Distributions Centers According to TR Cutler URL
+1	Safety	safety	NOUN	_	_	_	_	_	ss=n.state	*
+2	Drives	drive	VERB	_	_	_	_	_	ss=v.stative	*
+3	Robot	robot	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	Adoption	adoption	NOUN	_	_	_	_	_	_	1
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Warehouses	warehouse	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	Distributions	distributions	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	Centers	centers	PROPN	_	_	_	_	_	_	2
+10	According	accord	VERB	_	_	_	_	_	ss=v.stative	3:X
+11	to	to	ADP	_	_	_	_	_	_	3
+12	TR	tr	PROPN	_	_	_	_	_	ss=n.person	4:X
+13	Cutler	cutler	PROPN	_	_	_	_	_	_	4
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-60
+# sent_counter = 60
+# text = The Western fence lizard has a protein in its blood that kills the bacterium responsible for Lyme disease : What ... URL
+1	The	the	DET	_	_	_	_	_	_	*
+2	Western	western	ADJ	_	_	_	_	_	ss=n.animal	1:X
+3	fence	fence	NOUN	_	_	_	_	_	_	1
+4	lizard	lizard	NOUN	_	_	_	_	_	_	1
+5	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	protein	protein	NOUN	_	_	_	_	_	ss=n.substance	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	its	its	DET	_	_	_	_	_	_	*
+10	blood	blood	NOUN	_	_	_	_	_	ss=n.body	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	kills	kill	VERB	_	_	_	_	_	ss=v.change	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	bacterium	bacterium	NOUN	_	_	_	_	_	ss=n.animal	*
+15	responsible	responsible	ADJ	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	Lyme	lyme	PROPN	_	_	_	_	_	ss=n.state	2:X
+18	disease	disease	NOUN	_	_	_	_	_	_	2
+19	:	:	PUNCT	_	_	_	_	_	_	*
+20	What	what	DET	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-61
+# sent_counter = 61
+# text = Venice Festival Offers Bold Mix : As the Venice Film Festival celebrates its NUMBER year , its lineup looks to the ... URL
+1	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Festival	festival	NOUN	_	_	_	_	_	_	1
+3	Offers	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bold	bold	ADJ	_	_	_	_	_	_	*
+5	Mix	mix	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	As	as	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	Film	film	NOUN	_	_	_	_	_	_	2
+11	Festival	festival	NOUN	_	_	_	_	_	_	2
+12	celebrates	celebrate	VERB	_	_	_	_	_	ss=v.social	*
+13	its	its	DET	_	_	_	_	_	_	*
+14	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	its	its	DET	_	_	_	_	_	_	*
+18	lineup	lineup	NOUN	_	_	_	_	_	ss=n.communication	*
+19	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-62
+# sent_counter = 62
+# text = One of my favorite coaches & leaders of ALL-Time is John Wooden . And one of my favorite books is his " Pyramid of ... URL
+1	One	one	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	favorite	favorite	ADJ	_	_	_	_	_	_	*
+5	coaches	coach	NOUN	_	_	_	_	_	ss=n.person	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	leaders	leaders	NOUN	_	_	_	_	_	ss=n.person	*
+8	of	of	ADP	_	_	_	_	_	_	1:X
+9	ALL-Time	all-time	NOUN	_	_	_	_	_	_	1
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	John	john	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Wooden	wooden	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	And	and	CCONJ	_	_	_	_	_	_	*
+15	one	one	DET	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	my	my	DET	_	_	_	_	_	_	*
+18	favorite	favorite	ADJ	_	_	_	_	_	_	*
+19	books	book	NOUN	_	_	_	_	_	ss=n.communication	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	his	his	DET	_	_	_	_	_	_	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+23	Pyramid	pyramid	NOUN	_	_	_	_	_	ss=n.communication	3:X
+24	of	of	ADP	_	_	_	_	_	_	3
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-63
+# sent_counter = 63
+# text = @USER : Day after giant panda gave birth to a live cub , she delivered a stillborn : URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	after	after	ADP	_	_	_	_	_	_	*
+5	giant	giant	ADJ	_	_	_	_	_	ss=n.animal	1:X
+6	panda	panda	NOUN	_	_	_	_	_	_	1
+7	gave	give	VERB	_	_	_	_	_	ss=v.body	2:X
+8	birth	birth	NOUN	_	_	_	_	_	_	2
+9	to	to	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	live	live	ADJ	_	_	_	_	_	_	*
+12	cub	cub	NOUN	_	_	_	_	_	ss=n.animal	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	she	she	PRON	_	_	_	_	_	_	*
+15	delivered	deliver	VERB	_	_	_	_	_	ss=v.body	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	stillborn	stillborn	NOUN	_	_	_	_	_	ss=n.animal	*
+18	:	:	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-64
+# sent_counter = 64
+# text = ABRSM Scale Practice Charts for Piano Grades NUMBER to 4 URL
+1	ABRSM	abrsm	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Scale	scale	VERB	_	_	_	_	_	_	1
+3	Practice	practice	NOUN	_	_	_	_	_	_	1
+4	Charts	chart	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	Piano	piano	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+7	Grades	grade	NOUN	_	_	_	_	_	_	2
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	4	4	NUM	_	_	_	_	_	ss=n.quantity	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-65
+# sent_counter = 65
+# text = Nissan Terrano : next-gen compact SUV not for Oz URL
+1	Nissan	nissan	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+2	Terrano	terrano	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	next-gen	next-gen	ADJ	_	_	_	_	_	_	*
+5	compact	compact	ADJ	_	_	_	_	_	_	*
+6	SUV	suv	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	not	not	ADV	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Oz	oz	PROPN	_	_	_	_	_	ss=n.location	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-66
+# sent_counter = 66
+# text = Today stats : NUMBER followers , NUMBER unfollowers via URL
+1	Today	today	ADV	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	via	via	ADP	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-67
+# sent_counter = 67
+# text = Venice Festival Offers Bold Mix : As the Venice Film Festival celebrates its NUMBER year , its lineup looks to the ... URL
+1	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Festival	festival	NOUN	_	_	_	_	_	_	1
+3	Offers	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bold	bold	ADJ	_	_	_	_	_	_	*
+5	Mix	mix	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	As	as	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	Film	film	NOUN	_	_	_	_	_	_	2
+11	Festival	festival	NOUN	_	_	_	_	_	_	2
+12	celebrates	celebrate	VERB	_	_	_	_	_	ss=v.social	*
+13	its	its	DET	_	_	_	_	_	_	*
+14	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	its	its	DET	_	_	_	_	_	_	*
+18	lineup	lineup	NOUN	_	_	_	_	_	ss=n.communication	*
+19	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-68
+# sent_counter = 68
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-69
+# sent_counter = 69
+# text = The night that Jam Master Jay's hand slipped ! Analysis by Cosmo Baker : URL
+1	The	the	DET	_	_	_	_	_	_	*
+2	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+3	that	that	PRON	_	_	_	_	_	_	*
+4	Jam	jam	PROPN	_	_	_	_	_	ss=n.body	1:X
+5	Master	master	PROPN	_	_	_	_	_	_	1
+6	Jay's	jay's	PROPN	_	_	_	_	_	_	1
+7	hand	hand	NOUN	_	_	_	_	_	_	1
+8	slipped	slip	VERB	_	_	_	_	_	ss=v.motion	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	Analysis	analysis	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	Cosmo	cosmo	PROPN	_	_	_	_	_	ss=n.person	2:X
+13	Baker	baker	PROPN	_	_	_	_	_	_	2
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-70
+# sent_counter = 70
+# text = @USER : AgriNews : #Vilsack #US will stop #cotton payments to #Brazil URL via @USER #trade #WTO
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	AgriNews	agrinews	PROPN	_	_	_	_	_	ss=n.communication	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	#Vilsack	#vilsack	PROPN	_	_	_	_	_	ss=n.person	*
+6	#US	#us	PROPN	_	_	_	_	_	ss=n.group	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+9	#cotton	#cotton	NOUN	_	_	_	_	_	ss=n.possession	1:X
+10	payments	payment	NOUN	_	_	_	_	_	_	1
+11	to	to	ADP	_	_	_	_	_	_	*
+12	#Brazil	#brazil	PROPN	_	_	_	_	_	ss=n.group	*
+13	URL	URL	X	_	_	_	_	_	_	*
+14	via	via	ADP	_	_	_	_	_	_	*
+15	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+16	#trade	#trade	NOUN	_	_	_	_	_	_	*
+17	#WTO	#wto	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-71
+# sent_counter = 71
+# text = @USER : Seamless wirefee Leisure #bra Read more : URL URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Seamless	seamless	ADJ	_	_	_	_	_	_	*
+4	wirefee	wirefee	ADJ	_	_	_	_	_	_	*
+5	Leisure	leisure	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	#bra	#bra	NOUN	_	_	_	_	_	_	1
+7	Read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+8	more	more	ADJ	_	_	_	_	_	_	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-72
+# sent_counter = 72
+# text = Remembering : very kinky Karlie Kloss shot by Greg Kadel for Num ? ro Russia's October NUMBER issue . #Karlie #Kloss ... URL
+1	Remembering	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	kinky	kinky	ADJ	_	_	_	_	_	_	*
+5	Karlie	karlie	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Kloss	kloss	PROPN	_	_	_	_	_	_	1
+7	shot	shoot	VERB	_	_	_	_	_	ss=v.creation	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	Greg	greg	PROPN	_	_	_	_	_	ss=n.person	2:X
+10	Kadel	kadel	PROPN	_	_	_	_	_	_	2
+11	for	for	ADP	_	_	_	_	_	_	*
+12	Num	num	NOUN	_	_	_	_	_	ss=n.person	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	ro	ro	X	_	_	_	_	_	_	*
+15	Russia's	russia's	PROPN	_	_	_	_	_	ss=n.communication	3:X
+16	October	october	PROPN	_	_	_	_	_	_	3
+17	NUMBER	NUMBER	NUM	_	_	_	_	_	_	3
+18	issue	issue	NOUN	_	_	_	_	_	_	3
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	#Karlie	#karlie	PROPN	_	_	_	_	_	ss=n.person	4:X
+21	#Kloss	#kloss	PROPN	_	_	_	_	_	_	4
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-73
+# sent_counter = 73
+# text = #Syria's #Assad reportedly denies use of chemical weapons - Los Angeles Times URL
+1	#Syria's	#syria's	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	#Assad	#assad	PROPN	_	_	_	_	_	_	1
+3	reportedly	reportedly	ADV	_	_	_	_	_	_	*
+4	denies	deny	VERB	_	_	_	_	_	ss=v.communication	*
+5	use	use	NOUN	_	_	_	_	_	ss=n.act	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	chemical	chemical	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+8	weapons	weapon	NOUN	_	_	_	_	_	_	2
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	Los	los	PROPN	_	_	_	_	_	ss=n.communication	3:X
+11	Angeles	angeles	PROPN	_	_	_	_	_	_	3
+12	Times	times	PROPN	_	_	_	_	_	_	3
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-74
+# sent_counter = 74
+# text = On more time . Why should I switch to Software as a Service , anyway ? URL #IBM #IBMCloud #SaaS #Cloud
+1	On	on	ADP	_	_	_	_	_	_	*
+2	more	more	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Why	why	ADV	_	_	_	_	_	_	*
+6	should	should	AUX	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	switch	switch	VERB	_	_	_	_	_	ss=v.change	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	Software	software	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+11	as	as	ADP	_	_	_	_	_	_	1
+12	a	a	DET	_	_	_	_	_	_	1
+13	Service	service	NOUN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	anyway	anyway	ADV	_	_	_	_	_	_	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+17	URL	URL	X	_	_	_	_	_	_	*
+18	#IBM	#ibm	PROPN	_	_	_	_	_	_	*
+19	#IBMCloud	#ibmcloud	PROPN	_	_	_	_	_	_	*
+20	#SaaS	#saas	PROPN	_	_	_	_	_	_	*
+21	#Cloud	#cloud	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-75
+# sent_counter = 75
+# text = Signs that you have cancer : early detection is key , this could save your life . URL
+1	Signs	sign	NOUN	_	_	_	_	_	ss=n.communication	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	cancer	cancer	NOUN	_	_	_	_	_	ss=n.state	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	early	early	ADJ	_	_	_	_	_	_	*
+8	detection	detection	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	key	key	NOUN	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	this	this	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	save	save	VERB	_	_	_	_	_	ss=v.stative	*
+15	your	your	DET	_	_	_	_	_	_	*
+16	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-76
+# sent_counter = 76
+# text = #HNIC #HNIC Rodgers : England are lucky to have Sturridge : The NUMBER has scored winning ... URL on @USER
+1	#HNIC	#hnic	PROPN	_	_	_	_	_	_	1:X
+2	#HNIC	#hnic	PROPN	_	_	_	_	_	_	1
+3	Rodgers	rodgers	PROPN	_	_	_	_	_	ss=n.person	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	England	england	PROPN	_	_	_	_	_	ss=n.group	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	lucky	lucky	ADJ	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	Sturridge	sturridge	PROPN	_	_	_	_	_	ss=n.person	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	The	the	DET	_	_	_	_	_	_	*
+13	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+14	has	have	AUX	_	_	_	_	_	_	*
+15	scored	score	VERB	_	_	_	_	_	ss=v.competition	*
+16	winning	winning	ADV	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	@USER	@USER	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-77
+# sent_counter = 77
+# text = @USER : VT is starting a true FR Jonathan McLaughlin at LT against Saban's D . Good luck #Hokies : URL #Bama
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	VT	vt	PROPN	_	_	_	_	_	ss=n.group	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	true	true	ADJ	_	_	_	_	_	_	*
+8	FR	fr	PROPN	_	_	_	_	_	ss=n.attribute	*
+9	Jonathan	jonathan	PROPN	_	_	_	_	_	ss=n.person	1:X
+10	McLaughlin	mclaughlin	PROPN	_	_	_	_	_	_	1
+11	at	at	ADP	_	_	_	_	_	_	*
+12	LT	lt	PROPN	_	_	_	_	_	ss=n.location	*
+13	against	against	ADP	_	_	_	_	_	_	*
+14	Saban's	saban's	PROPN	_	_	_	_	_	ss=n.group	2:X
+15	D	d	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Good	good	ADJ	_	_	_	_	_	_	*
+18	luck	luck	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	#Hokies	#hokies	PROPN	_	_	_	_	_	ss=n.group	*
+20	:	:	PUNCT	_	_	_	_	_	_	*
+21	URL	URL	X	_	_	_	_	_	_	*
+22	#Bama	#bama	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-78
+# sent_counter = 78
+# text = TEEN TOP make a performances " ROCKING " at Concert KCON NUMBER in L.A URL
+1	TEEN	teen	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	TOP	top	PROPN	_	_	_	_	_	_	1
+3	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	performances	performance	NOUN	_	_	_	_	_	ss=n.act	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	ROCKING	rock	VERB	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	Concert	concert	NOUN	_	_	_	_	_	ss=n.group	2:X
+11	KCON	kcon	PROPN	_	_	_	_	_	_	2
+12	NUMBER	NUMBER	NUM	_	_	_	_	_	_	2
+13	in	in	ADP	_	_	_	_	_	_	*
+14	L.A	l.a	PROPN	_	_	_	_	_	ss=n.location	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-79
+# sent_counter = 79
+# text = Is the rumor regarding TTS english album leggit ? ? Since the info are from SSF , I guess it is URL
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	rumor	rumor	NOUN	_	_	_	_	_	ss=n.communication	*
+4	regarding	regarding	ADP	_	_	_	_	_	_	*
+5	TTS	tts	PROPN	_	_	_	_	_	ss=n.communication	1:X
+6	english	english	ADJ	_	_	_	_	_	_	1
+7	album	album	NOUN	_	_	_	_	_	_	1
+8	leggit	leggit	ADJ	_	_	_	_	_	_	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	Since	since	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	SSF	ssf	PROPN	_	_	_	_	_	ss=n.group	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-80
+# sent_counter = 80
+# text = European Study Finds Megaupload Closure Helped Blockbusters , Hurt Smaller Pics : Researchers from the Munich Sc ... URL
+1	European	european	ADJ	_	_	_	_	_	_	*
+2	Study	study	NOUN	_	_	_	_	_	ss=n.act	*
+3	Finds	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Megaupload	megaupload	PROPN	_	_	_	_	_	ss=n.act	1:X
+5	Closure	closure	NOUN	_	_	_	_	_	_	1
+6	Helped	help	VERB	_	_	_	_	_	ss=v.change	*
+7	Blockbusters	blockbusters	PROPN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Hurt	hurt	VERB	_	_	_	_	_	ss=v.change	*
+10	Smaller	smaller	ADJ	_	_	_	_	_	_	*
+11	Pics	pic	NOUN	_	_	_	_	_	ss=n.communication	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	Researchers	researcher	NOUN	_	_	_	_	_	ss=n.person	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Munich	munich	PROPN	_	_	_	_	_	ss=n.group	2:X
+17	Sc	sc	X	_	_	_	_	_	_	2
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-81
+# sent_counter = 81
+# text = Good Monday morning :) Here are a million beautiful WWI photos , just for you URL @USER
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	Monday	monday	NOUN	_	_	_	_	_	ss=n.event	1:X
+3	morning	morning	NOUN	_	_	_	_	_	_	1
+4	:)	:)	X	_	_	_	_	_	_	*
+5	Here	here	ADV	_	_	_	_	_	_	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	million	million	NUM	_	_	_	_	_	ss=n.quantity	*
+9	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+10	WWI	wwi	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+11	photos	photo	NOUN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	_	*
+17	@USER	@USER	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-82
+# sent_counter = 82
+# text = [ PHOTOS ] SwizzBeatz Praises Femi Kuti ? s Album Via Instagram URL
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	PHOTOS	photo	NOUN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	SwizzBeatz	swizzbeatz	PROPN	_	_	_	_	_	ss=n.person	*
+5	Praises	praise	VERB	_	_	_	_	_	ss=v.communication	*
+6	Femi	femi	PROPN	_	_	_	_	_	ss=n.communication	1:X
+7	Kuti	kuti	PROPN	_	_	_	_	_	_	1
+8	?	?	PUNCT	_	_	_	_	_	_	1
+9	s	s	NOUN	_	_	_	_	_	_	1
+10	Album	album	NOUN	_	_	_	_	_	_	1
+11	Via	via	ADP	_	_	_	_	_	_	*
+12	Instagram	instagram	PROPN	_	_	_	_	_	ss=n.communication	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-83
+# sent_counter = 83
+# text = I DON ? T GET CELEBRITITES , THEY HAVE SO MUCH MONEY AND YET THEY WEAR LIKE THE UGLIEST AND STUPIDEST OUTFITS ... URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	DON	don	AUX	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	T	t	AUX	_	_	_	_	_	_	*
+5	GET	get	VERB	_	_	_	_	_	ss=v.cognition	*
+6	CELEBRITITES	celebritites	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	THEY	they	PRON	_	_	_	_	_	_	*
+9	HAVE	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	SO	so	ADV	_	_	_	_	_	_	*
+11	MUCH	much	ADJ	_	_	_	_	_	_	*
+12	MONEY	money	NOUN	_	_	_	_	_	ss=n.possession	*
+13	AND	and	CCONJ	_	_	_	_	_	_	*
+14	YET	yet	ADV	_	_	_	_	_	_	*
+15	THEY	they	PRON	_	_	_	_	_	_	*
+16	WEAR	wear	VERB	_	_	_	_	_	ss=v.body	*
+17	LIKE	like	X	_	_	_	_	_	_	*
+18	THE	the	DET	_	_	_	_	_	_	*
+19	UGLIEST	ugly	ADJ	_	_	_	_	_	_	*
+20	AND	and	CCONJ	_	_	_	_	_	_	*
+21	STUPIDEST	stupid	ADJ	_	_	_	_	_	_	*
+22	OUTFITS	outfit	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-84
+# sent_counter = 84
+# text = Venice Festival Offers Bold Mix : As the Venice Film Festival celebrates its NUMBER year , its lineup looks to the ... URL
+1	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Festival	festival	NOUN	_	_	_	_	_	_	1
+3	Offers	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bold	bold	ADJ	_	_	_	_	_	_	*
+5	Mix	mix	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	As	as	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Venice	venice	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	Film	film	NOUN	_	_	_	_	_	_	2
+11	Festival	festival	NOUN	_	_	_	_	_	_	2
+12	celebrates	celebrate	VERB	_	_	_	_	_	ss=v.social	*
+13	its	its	DET	_	_	_	_	_	_	*
+14	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	its	its	DET	_	_	_	_	_	_	*
+18	lineup	lineup	NOUN	_	_	_	_	_	ss=n.communication	*
+19	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-85
+# sent_counter = 85
+# text = On this date in WWF history : Bret Hart vs Mr. Perfect for the Intercontinental title at SummerSlam NUMBER URL
+1	On	on	ADP	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	date	date	NOUN	_	_	_	_	_	ss=n.event	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	WWF	wwf	X	_	_	_	_	_	_	*
+6	history	history	NOUN	_	_	_	_	_	ss=n.time	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	Bret	bret	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Hart	hart	PROPN	_	_	_	_	_	_	1
+10	vs	vs	X	_	_	_	_	_	_	*
+11	Mr.	mr.	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Perfect	perfect	PROPN	_	_	_	_	_	_	2
+13	for	for	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Intercontinental	intercontinental	ADJ	_	_	_	_	_	ss=n.attribute	3:X
+16	title	title	NOUN	_	_	_	_	_	_	3
+17	at	at	ADP	_	_	_	_	_	_	*
+18	SummerSlam	summerslam	PROPN	_	_	_	_	_	ss=n.event	*
+19	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-86
+# sent_counter = 86
+# text = URGENT : #Damascus , NUMBER : All important and sensitive documents in the Presidential Palace are reportedly ... URL
+1	URGENT	urgent	ADJ	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	#Damascus	#damascus	PROPN	_	_	_	_	_	ss=n.location	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	All	all	DET	_	_	_	_	_	_	*
+8	important	important	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	sensitive	sensitive	ADJ	_	_	_	_	_	_	*
+11	documents	document	NOUN	_	_	_	_	_	ss=n.communication	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Presidential	presidential	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+15	Palace	palace	NOUN	_	_	_	_	_	_	1
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	reportedly	reportedly	ADV	_	_	_	_	_	_	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-87
+# sent_counter = 87
+# text = @USER : Just got a shot in my butt ... gotta be in top shape for tonight ! ? lol URL
+1	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Just	just	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	shot	shot	NOUN	_	_	_	_	_	ss=n.act	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	my	my	DET	_	_	_	_	_	_	*
+9	butt	butt	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	gotta	gotta	AUX	_	_	_	_	_	_	*
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	top	top	ADJ	_	_	_	_	_	_	1:X
+15	shape	shape	NOUN	_	_	_	_	_	_	1
+16	for	for	ADP	_	_	_	_	_	_	*
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+20	lol	lol	X	_	_	_	_	_	_	*
+21	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-88
+# sent_counter = 88
+# text = Inspire people through your song towards a cleaner , greener Singapore and win up to NUMBER ! #EcoMusic Challenge URL
+1	Inspire	inspire	VERB	_	_	_	_	_	ss=v.emotion	*
+2	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+3	through	through	ADP	_	_	_	_	_	_	*
+4	your	your	DET	_	_	_	_	_	_	*
+5	song	song	NOUN	_	_	_	_	_	ss=n.communication	*
+6	towards	towards	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	cleaner	clean	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	greener	green	ADJ	_	_	_	_	_	_	*
+11	Singapore	singapore	PROPN	_	_	_	_	_	ss=n.location	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+14	up	up	ADP	_	_	_	_	_	_	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	#EcoMusic	#ecomusic	NOUN	_	_	_	_	_	_	1:X
+19	Challenge	challenge	NOUN	_	_	_	_	_	_	1
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-89
+# sent_counter = 89
+# text = @USER : #Syria : Hague hints at military action - latest news URL via @USER #ASSAD #chemicalweapons
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	#Syria	#syria	PROPN	_	_	_	_	_	ss=n.location	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Hague	hague	PROPN	_	_	_	_	_	ss=n.person	*
+6	hints	hint	VERB	_	_	_	_	_	ss=v.communication	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	military	military	ADJ	_	_	_	_	_	_	*
+9	action	action	NOUN	_	_	_	_	_	ss=n.act	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	latest	latest	ADJ	_	_	_	_	_	_	*
+12	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+13	URL	URL	X	_	_	_	_	_	_	*
+14	via	via	ADP	_	_	_	_	_	_	*
+15	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+16	#ASSAD	#assad	PROPN	_	_	_	_	_	_	*
+17	#chemicalweapons	#chemicalweapons	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-90
+# sent_counter = 90
+# text = Photo : elucidatings : Promoting all NEW followers URL
+1	Photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	elucidatings	elucidatings	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Promoting	promote	VERB	_	_	_	_	_	ss=v.social	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	NEW	new	ADJ	_	_	_	_	_	_	*
+8	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-91
+# sent_counter = 91
+# text = @USER : David Guetta Rescheduled at Creamfields Due to Airplane Fire | Your EDM URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	David	david	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Guetta	guetta	PROPN	_	_	_	_	_	_	1
+5	Rescheduled	reschedule	VERB	_	_	_	_	_	ss=v.change	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	Creamfields	creamfields	PROPN	_	_	_	_	_	ss=n.group	*
+8	Due	due	CCONJ	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	Airplane	airplane	NOUN	_	_	_	_	_	ss=n.event	2:X
+11	Fire	fire	NOUN	_	_	_	_	_	_	2
+12	|	|	PUNCT	_	_	_	_	_	_	*
+13	Your	your	DET	_	_	_	_	_	_	*
+14	EDM	edm	X	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-92
+# sent_counter = 92
+# text = Hire Or Provide Professional Services From NUMBER To NUMBER URL
+1	Hire	hire	VERB	_	_	_	_	_	ss=v.change	*
+2	Or	or	CCONJ	_	_	_	_	_	_	*
+3	Provide	provide	VERB	_	_	_	_	_	ss=v.stative	*
+4	Professional	professional	ADJ	_	_	_	_	_	_	*
+5	Services	services	NOUN	_	_	_	_	_	ss=n.act	*
+6	From	from	ADP	_	_	_	_	_	_	*
+7	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+8	To	to	ADP	_	_	_	_	_	_	*
+9	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-93
+# sent_counter = 93
+# text = @USER : ? Just Announced : Zurich , Switzerland - Dec NUMBER at Mascotte URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	Just	just	ADV	_	_	_	_	_	_	*
+5	Announced	announce	VERB	_	_	_	_	_	ss=v.communication	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Zurich	zurich	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Switzerland	switzerland	PROPN	_	_	_	_	_	ss=n.location	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	Dec	dec	NOUN	_	_	_	_	_	ss=n.time	*
+12	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	Mascotte	mascotte	PROPN	_	_	_	_	_	ss=n.group	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-94
+# sent_counter = 94
+# text = @USER : Breaking News : U.N. chemical weapons team under fire in Syria URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Breaking	breaking	ADJ	_	_	_	_	_	_	*
+4	News	news	NOUN	_	_	_	_	_	ss=n.communication	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	U.N.	u.n.	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	chemical	chemical	ADJ	_	_	_	_	_	_	1
+8	weapons	weapon	NOUN	_	_	_	_	_	_	1
+9	team	team	NOUN	_	_	_	_	_	_	1
+10	under	under	ADP	_	_	_	_	_	_	2:X
+11	fire	fire	NOUN	_	_	_	_	_	_	2
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Syria	syria	PROPN	_	_	_	_	_	ss=n.location	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-95
+# sent_counter = 95
+# text = I'm A Real Girl URL
+1	I'm	i'm	VERB	_	_	_	_	_	ss=v.stative	*
+2	A	a	DET	_	_	_	_	_	_	*
+3	Real	real	ADJ	_	_	_	_	_	_	*
+4	Girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+5	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-96
+# sent_counter = 96
+# text = Valon Behrami West Ham Napoli Lazio Fiorentina Signed autograph Card : NUMBER End Date : Wednesday Sep-25-2013 ... URL
+1	Valon	valon	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Behrami	behrami	PROPN	_	_	_	_	_	_	1
+3	West	west	PROPN	_	_	_	_	_	ss=n.person	2:X
+4	Ham	ham	PROPN	_	_	_	_	_	_	2
+5	Napoli	napoli	PROPN	_	_	_	_	_	_	2
+6	Lazio	lazio	PROPN	_	_	_	_	_	_	2
+7	Fiorentina	fiorentina	PROPN	_	_	_	_	_	_	2
+8	Signed	signed	ADJ	_	_	_	_	_	_	*
+9	autograph	autograph	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+10	Card	card	NOUN	_	_	_	_	_	_	3
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+13	End	end	NOUN	_	_	_	_	_	ss=n.communication	4:X
+14	Date	date	NOUN	_	_	_	_	_	_	4
+15	:	:	PUNCT	_	_	_	_	_	_	*
+16	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	5:X
+17	Sep-25-2013	sep-25-2013	NOUN	_	_	_	_	_	_	5
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-97
+# sent_counter = 97
+# text = @USER : COUNT ME IN ! Ted Cruz says a ' Grassroots Tsunami ' is Needed to Defund Obamacare . URL Pls RT
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	COUNT	count	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	ME	me	PRON	_	_	_	_	_	_	*
+5	IN	in	PART	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Ted	ted	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Cruz	cruz	PROPN	_	_	_	_	_	_	2
+9	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	'	'	PUNCT	_	_	_	_	_	_	*
+12	Grassroots	grassroots	NOUN	_	_	_	_	_	ss=n.event	3:X
+13	Tsunami	tsunami	NOUN	_	_	_	_	_	_	3
+14	'	'	PUNCT	_	_	_	_	_	_	*
+15	is	be	AUX	_	_	_	_	_	_	*
+16	Needed	need	VERB	_	_	_	_	_	ss=v.stative	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	Defund	defund	VERB	_	_	_	_	_	ss=v.change	*
+19	Obamacare	obamacare	PROPN	_	_	_	_	_	ss=n.cognition	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	URL	URL	X	_	_	_	_	_	_	*
+22	Pls	pls	PART	_	_	_	_	_	_	*
+23	RT	rt	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-98
+# sent_counter = 98
+# text = NUMBER of Teens Share Too Much Personal Data , a LifeLock Survey Finds URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	Teens	teens	NOUN	_	_	_	_	_	ss=n.person	*
+4	Share	share	VERB	_	_	_	_	_	ss=v.social	*
+5	Too	too	ADV	_	_	_	_	_	_	*
+6	Much	much	ADJ	_	_	_	_	_	_	*
+7	Personal	personal	ADJ	_	_	_	_	_	_	*
+8	Data	data	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	LifeLock	lifelock	PROPN	_	_	_	_	_	ss=n.act	1:X
+12	Survey	survey	NOUN	_	_	_	_	_	_	1
+13	Finds	find	VERB	_	_	_	_	_	ss=v.cognition	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-99
+# sent_counter = 99
+# text = Honda Civic NUMBER FLYAUDIO NUMBER Gen NUMBER " screen/GPS/DVD/IPOD/BT/MP3/USB/RD : NUMBER ( NUMBER Bids ) End Date : Thursday ... URL
+1	Honda	honda	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+2	Civic	civic	PROPN	_	_	_	_	_	_	1
+3	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+4	FLYAUDIO	flyaudio	PROPN	_	_	_	_	_	ss=n.group	*
+5	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+6	Gen	gen	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	screen/GPS/DVD/IPOD/BT/MP3/USB/RD	screen/gps/dvd/ipod/bt/mp3/usb/rd	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.communication	*
+14	Bids	bid	NOUN	_	_	_	_	_	ss=n.communication	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	End	end	NOUN	_	_	_	_	_	ss=n.time	2:X
+17	Date	date	NOUN	_	_	_	_	_	_	2
+18	:	:	PUNCT	_	_	_	_	_	_	*
+19	Thursday	thursday	NOUN	_	_	_	_	_	ss=n.time	*
+20	...	...	PUNCT	_	_	_	_	_	_	*
+21	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-100
+# sent_counter = 100
+# text = New to the Pancake Pantry ? We're open ALL year round ( except Thanksgiving and Christmas Day ) . We are even open ... URL
+1	New	new	ADJ	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Pancake	pancake	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Pantry	pantry	PROPN	_	_	_	_	_	_	1
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	We're	we're	VERB	_	_	_	_	_	ss=v.stative	*
+8	open	open	ADJ	_	_	_	_	_	_	*
+9	ALL	all	DET	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	round	round	ADP	_	_	_	_	_	_	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	except	except	ADP	_	_	_	_	_	_	*
+14	Thanksgiving	thanksgiving	PROPN	_	_	_	_	_	ss=n.event	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	Christmas	christmas	PROPN	_	_	_	_	_	ss=n.event	2:X
+17	Day	day	PROPN	_	_	_	_	_	_	2
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	We	we	PRON	_	_	_	_	_	_	*
+21	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	even	even	ADV	_	_	_	_	_	_	*
+23	open	open	ADJ	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-101
+# sent_counter = 101
+# text = @USER : Syria Changes Course , Will Allow Inspectors : URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Syria	syria	PROPN	_	_	_	_	_	ss=n.group	*
+4	Changes	change	VERB	_	_	_	_	_	ss=v.change	*
+5	Course	course	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	Will	will	AUX	_	_	_	_	_	_	*
+8	Allow	allow	VERB	_	_	_	_	_	ss=v.stative	*
+9	Inspectors	inspector	NOUN	_	_	_	_	_	ss=n.person	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-102
+# sent_counter = 102
+# text = I'm at Pacific Transload Systems - Port Of Oakland ( Oakland , CA ) URL
+1	I'm	i'm	VERB	_	_	_	_	_	ss=v.stative	*
+2	at	at	ADP	_	_	_	_	_	_	*
+3	Pacific	pacific	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Transload	transload	PROPN	_	_	_	_	_	_	1
+5	Systems	systems	PROPN	_	_	_	_	_	_	1
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	Port	port	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	Of	of	ADP	_	_	_	_	_	_	2
+9	Oakland	oakland	PROPN	_	_	_	_	_	_	2
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	Oakland	oakland	PROPN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	CA	ca	PROPN	_	_	_	_	_	ss=n.location	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-103
+# sent_counter = 103
+# text = Photo : Alessandra Kamaile - inspiring picture on URL en We Heart It .... URL
+1	Photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Alessandra	alessandra	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Kamaile	kamaile	PROPN	_	_	_	_	_	_	1
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	inspiring	inspiring	ADJ	_	_	_	_	_	_	*
+7	picture	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	URL	URL	X	_	_	_	_	_	_	*
+10	en	en	X	_	_	_	_	_	_	*
+11	We	we	PRON	_	_	_	_	_	_	*
+12	Heart	heart	VERB	_	_	_	_	_	ss=v.emotion	*
+13	It	it	PRON	_	_	_	_	_	_	*
+14	....	....	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-104
+# sent_counter = 104
+# text = Baffled Di Resta rues collision URL
+1	Baffled	baffled	ADJ	_	_	_	_	_	_	*
+2	Di	di	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Resta	resta	PROPN	_	_	_	_	_	_	1
+4	rues	rue	VERB	_	_	_	_	_	ss=v.emotion	*
+5	collision	collision	NOUN	_	_	_	_	_	ss=n.event	*
+6	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-105
+# sent_counter = 105
+# text = " Dictionaries Redefine ' Marriage ' in Wake of British Gay Marriage Legislation " What do you think ? URL
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Dictionaries	dictionary	NOUN	_	_	_	_	_	ss=n.communication	*
+3	Redefine	redefine	VERB	_	_	_	_	_	ss=v.change	*
+4	'	'	PUNCT	_	_	_	_	_	_	*
+5	Marriage	marriage	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	'	'	PUNCT	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Wake	wake	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	British	british	ADJ	_	_	_	_	_	_	*
+11	Gay	gay	NOUN	_	_	_	_	_	ss=n.communication	1:X
+12	Marriage	marriage	NOUN	_	_	_	_	_	_	1
+13	Legislation	legislation	NOUN	_	_	_	_	_	_	1
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	What	what	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-106
+# sent_counter = 106
+# text = Photo ? At The End of the World ? by wim denijs #500px URL
+1	Photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	?	?	PUNCT	_	_	_	_	_	_	*
+3	At	at	ADP	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	End	end	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	World	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	wim	wim	PROPN	_	_	_	_	_	ss=n.person	1:X
+12	denijs	denijs	PROPN	_	_	_	_	_	_	1
+13	#500px	#500px	NOUN	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-107
+# sent_counter = 107
+# text = If you were a car , what kind of car would you be ? ? the Mini Cooper Convertible one URL
+1	If	if	ADP	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Mini	mini	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+18	Cooper	cooper	PROPN	_	_	_	_	_	_	1
+19	Convertible	convertible	NOUN	_	_	_	_	_	_	1
+20	one	one	NUM	_	_	_	_	_	ss=n.quantity	*
+21	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-108
+# sent_counter = 108
+# text = @USER : ? NUMBER Cognitive Biases That Screw Up How We Think ? URL via @USER
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.cognition	*
+5	Cognitive	cognitive	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	Biases	bias	NOUN	_	_	_	_	_	_	1
+7	That	that	PRON	_	_	_	_	_	_	*
+8	Screw	screw	VERB	_	_	_	_	_	ss=v.change	2:X
+9	Up	up	PART	_	_	_	_	_	_	2
+10	How	how	ADV	_	_	_	_	_	_	*
+11	We	we	PRON	_	_	_	_	_	_	*
+12	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+15	via	via	ADP	_	_	_	_	_	_	*
+16	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-109
+# sent_counter = 109
+# text = Today stats : NUMBER followers , NUMBER unfollowers and followed NUMBER people via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+12	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-110
+# sent_counter = 110
+# text = @USER : Evolving world of BPM | IBM Software India : business agility , BPM , business process management , ... URL # ?
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Evolving	evolving	ADJ	_	_	_	_	_	_	*
+4	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	BPM	bpm	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	|	|	PUNCT	_	_	_	_	_	_	1
+8	IBM	ibm	PROPN	_	_	_	_	_	_	1
+9	Software	software	PROPN	_	_	_	_	_	_	1
+10	India	india	PROPN	_	_	_	_	_	_	1
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	business	business	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+13	agility	agility	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	BPM	bpm	PROPN	_	_	_	_	_	ss=n.group	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	business	business	NOUN	_	_	_	_	_	ss=n.act	3:X
+18	process	process	NOUN	_	_	_	_	_	_	3
+19	management	management	NOUN	_	_	_	_	_	_	3
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	4:X
+23	#	#	NOUN	_	_	_	_	_	_	4
+24	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-111
+# sent_counter = 111
+# text = Today stats : 2 followers , 2 unfollowers and followed NUMBER people via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	2	2	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	2	2	NUM	_	_	_	_	_	ss=n.person	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	followed	follow	VERB	_	_	_	_	_	ss=v.social	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+12	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+13	via	via	ADP	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-112
+# sent_counter = 112
+# text = Today stats : NUMBER followers , No unfollowers via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.group	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	No	no	DET	_	_	_	_	_	_	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	via	via	ADP	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-113
+# sent_counter = 113
+# text = @USER : for a chance to win 2 tickets to the @USER Art Launch Party tomorrow ! More info - URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+8	2	2	NUM	_	_	_	_	_	ss=n.communication	*
+9	tickets	ticket	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	@USER	@USER	PROPN	_	_	_	_	_	ss=n.event	1:X
+13	Art	art	PROPN	_	_	_	_	_	_	1
+14	Launch	launch	PROPN	_	_	_	_	_	_	1
+15	Party	party	PROPN	_	_	_	_	_	_	1
+16	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	More	more	DET	_	_	_	_	_	_	*
+19	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-114
+# sent_counter = 114
+# text = There are some constraints as to how high or how low you can set your price when posting your bid . URL
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	constraints	constraint	NOUN	_	_	_	_	_	ss=n.state	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	how	how	ADV	_	_	_	_	_	_	*
+8	high	high	ADJ	_	_	_	_	_	_	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	how	how	ADV	_	_	_	_	_	_	*
+11	low	low	ADJ	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	set	set	VERB	_	_	_	_	_	ss=v.stative	*
+15	your	your	DET	_	_	_	_	_	_	*
+16	price	price	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	posting	post	VERB	_	_	_	_	_	ss=v.creation	*
+19	your	your	DET	_	_	_	_	_	_	*
+20	bid	bid	NOUN	_	_	_	_	_	ss=n.communication	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-115
+# sent_counter = 115
+# text = Radio NUMBER Darkside Teaser : URL via @USER NUMBER years ago ! Timeless .
+1	Radio	radio	PROPN	_	_	_	_	_	_	1:X
+2	NUMBER	NUMBER	NUM	_	_	_	_	_	_	1
+3	Darkside	darkside	PROPN	_	_	_	_	_	_	1
+4	Teaser	teaser	NOUN	_	_	_	_	_	_	1
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	URL	URL	X	_	_	_	_	_	_	*
+7	via	via	ADP	_	_	_	_	_	_	*
+8	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+9	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	Timeless	timeless	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-116
+# sent_counter = 116
+# text = Today stats : One follower , No unfollowers via URL
+1	Today	today	NOUN	_	_	_	_	_	_	1:X
+2	stats	stats	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	One	one	NUM	_	_	_	_	_	ss=n.person	*
+5	follower	follower	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	No	no	DET	_	_	_	_	_	_	*
+8	unfollowers	unfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+9	via	via	ADP	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-117
+# sent_counter = 117
+# text = " Weird seaside accessories - Telegraph " URL
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Weird	weird	ADJ	_	_	_	_	_	_	*
+3	seaside	seaside	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+4	accessories	accessory	NOUN	_	_	_	_	_	_	1
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	Telegraph	telegraph	PROPN	_	_	_	_	_	ss=n.artifact	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-118
+# sent_counter = 118
+# text = Music Think Tank - How To Make It In The Music Industry - 4 Key Factors URL
+1	Music	music	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	Think	think	NOUN	_	_	_	_	_	_	1
+3	Tank	tank	NOUN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	How	how	ADV	_	_	_	_	_	_	*
+6	To	to	ADP	_	_	_	_	_	_	*
+7	Make	make	VERB	_	_	_	_	_	ss=v.change	*
+8	It	it	PRON	_	_	_	_	_	_	*
+9	In	in	ADP	_	_	_	_	_	_	*
+10	The	the	DET	_	_	_	_	_	_	*
+11	Music	music	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+12	Industry	industry	NOUN	_	_	_	_	_	_	2
+13	-	-	PUNCT	_	_	_	_	_	_	*
+14	4	4	NUM	_	_	_	_	_	ss=n.quantity	*
+15	Key	key	NOUN	_	_	_	_	_	_	*
+16	Factors	factor	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-119
+# sent_counter = 119
+# text = NSA agents spied on their love interests under a program called " LOVEINT " URL
+1	NSA	nsa	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	agents	agent	NOUN	_	_	_	_	_	_	1
+3	spied	spy	VERB	_	_	_	_	_	ss=v.perception	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	their	their	DET	_	_	_	_	_	_	*
+6	love	love	NOUN	_	_	_	_	_	ss=n.person	2:X
+7	interests	interest	NOUN	_	_	_	_	_	_	2
+8	under	under	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	program	program	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	LOVEINT	loveint	PROPN	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-120
+# sent_counter = 120
+# text = NUMBER top theme parks opening soon URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+2	top	top	ADJ	_	_	_	_	_	_	*
+3	theme	theme	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	parks	parks	NOUN	_	_	_	_	_	_	1
+5	opening	open	VERB	_	_	_	_	_	ss=v.change	*
+6	soon	soon	ADV	_	_	_	_	_	_	*
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-121
+# sent_counter = 121
+# text = @USER : Lady Gaga talking to the boys after they won the award , gotta love her . URL ?
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Lady	lady	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Gaga	gaga	PROPN	_	_	_	_	_	_	1
+5	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	boys	boy	NOUN	_	_	_	_	_	ss=n.person	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	won	win	VERB	_	_	_	_	_	ss=v.competition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	award	award	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	gotta	gotta	AUX	_	_	_	_	_	_	*
+16	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+17	her	her	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-122
+# sent_counter = 122
+# text = NUMBER Chevy Lumina- Rare NUMBER Package- Recaro Seats- NUMBER v6- NUMBER obo ( yopungstown ) NUMBER URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+2	Chevy	chevy	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+3	Lumina-	lumina-	PROPN	_	_	_	_	_	_	1
+4	Rare	rare	ADJ	_	_	_	_	_	_	*
+5	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+6	Package-	package-	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	Recaro	recaro	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+8	Seats-	seats-	NOUN	_	_	_	_	_	_	2
+9	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+10	v6-	v6-	NOUN	_	_	_	_	_	_	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+12	obo	obo	PROPN	_	_	_	_	_	_	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	yopungstown	yopungstown	PROPN	_	_	_	_	_	ss=n.person	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+17	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-123
+# sent_counter = 123
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-124
+# sent_counter = 124
+# text = NUMBER Girly School Supplies From Your Childhood You Maybe Still Want URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+2	Girly	girly	ADJ	_	_	_	_	_	_	*
+3	School	school	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	Supplies	supply	NOUN	_	_	_	_	_	_	1
+5	From	from	ADP	_	_	_	_	_	_	*
+6	Your	your	DET	_	_	_	_	_	_	*
+7	Childhood	childhood	NOUN	_	_	_	_	_	ss=n.time	*
+8	You	you	PRON	_	_	_	_	_	_	*
+9	Maybe	maybe	ADV	_	_	_	_	_	_	*
+10	Still	still	ADV	_	_	_	_	_	_	*
+11	Want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-125
+# sent_counter = 125
+# text = @USER : Traits of Autism Seen in Some Kids with ADHD URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Traits	trait	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	Autism	autism	NOUN	_	_	_	_	_	ss=n.state	*
+6	Seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Some	some	DET	_	_	_	_	_	_	*
+9	Kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	ADHD	adhd	PROPN	_	_	_	_	_	ss=n.state	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-126
+# sent_counter = 126
+# text = When I grow up , I want to ... URL from Seth Godin . You don't need to boil the ocean to change the world for the better .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	grow	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+4	up	up	PART	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	Seth	seth	PROPN	_	_	_	_	_	ss=n.person	2:X
+13	Godin	godin	PROPN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	You	you	PRON	_	_	_	_	_	_	*
+16	don't	don't	AUX	_	_	_	_	_	_	*
+17	need	need	AUX	_	_	_	_	_	_	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	boil	boil	VERB	_	_	_	_	_	ss=v.change	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	ocean	ocean	NOUN	_	_	_	_	_	ss=n.natural_object	*
+22	to	to	ADP	_	_	_	_	_	_	*
+23	change	change	VERB	_	_	_	_	_	ss=v.change	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	world	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+26	for	for	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	better	better	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-127
+# sent_counter = 127
+# text = Nube NUMBER @USER the Philarmonic of Liverpool - homage to George . URL
+1	Nube	nube	PROPN	_	_	_	_	_	ss=n.person	*
+2	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+3	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+4	the	the	DET	_	_	_	_	_	ss=n.group	1:X
+5	Philarmonic	philarmonic	PROPN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	1
+7	Liverpool	liverpool	PROPN	_	_	_	_	_	_	1
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	homage	homage	NOUN	_	_	_	_	_	ss=n.act	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	George	george	PROPN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-128
+# sent_counter = 128
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-129
+# sent_counter = 129
+# text = NUMBER Technology Award Winners Announced by International NUMBER & Advanced Imaging Society URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.person	*
+2	Technology	technology	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Award	award	PROPN	_	_	_	_	_	_	1
+4	Winners	winner	NOUN	_	_	_	_	_	_	1
+5	Announced	announce	VERB	_	_	_	_	_	ss=v.communication	*
+6	by	by	ADP	_	_	_	_	_	_	*
+7	International	international	PROPN	_	_	_	_	_	ss=n.group	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+9	&	&	CCONJ	_	_	_	_	_	_	*
+10	Advanced	advanced	PROPN	_	_	_	_	_	ss=n.group	2:X
+11	Imaging	imaging	PROPN	_	_	_	_	_	_	2
+12	Society	society	PROPN	_	_	_	_	_	_	2
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-130
+# sent_counter = 130
+# text = Does Evil ever really sleep ? Or does it just wait ? #kiramorgana #TTATE - URL
+1	Does	do	AUX	_	_	_	_	_	_	*
+2	Evil	evil	PROPN	_	_	_	_	_	ss=n.state	*
+3	ever	ever	ADV	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	sleep	sleep	VERB	_	_	_	_	_	ss=v.body	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+7	Or	or	CCONJ	_	_	_	_	_	_	*
+8	does	do	AUX	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	#kiramorgana	#kiramorgana	PROPN	_	_	_	_	_	_	1:X
+14	#TTATE	#ttate	PROPN	_	_	_	_	_	_	1
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-131
+# sent_counter = 131
+# text = NEW POST : More than NUMBER vintage ads at your fingertips URL #vintage
+1	NEW	new	ADJ	_	_	_	_	_	_	*
+2	POST	post	NOUN	_	_	_	_	_	ss=n.communication	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	More	more	ADJ	_	_	_	_	_	_	*
+5	than	than	ADP	_	_	_	_	_	_	*
+6	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.communication	*
+7	vintage	vintage	NOUN	_	_	_	_	_	ss=n.communication	1:X
+8	ads	ad	NOUN	_	_	_	_	_	_	1
+9	at	at	ADP	_	_	_	_	_	_	*
+10	your	your	DET	_	_	_	_	_	_	*
+11	fingertips	fingertip	NOUN	_	_	_	_	_	ss=n.body	*
+12	URL	URL	X	_	_	_	_	_	_	*
+13	#vintage	#vintage	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-132
+# sent_counter = 132
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-133
+# sent_counter = 133
+# text = Japan school board bows to outcry , drops curbs on anti-war comic URL #health #living
+1	Japan	japan	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	school	school	NOUN	_	_	_	_	_	_	1
+3	board	board	NOUN	_	_	_	_	_	_	1
+4	bows	bow	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	outcry	outcry	NOUN	_	_	_	_	_	ss=n.communication	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	drops	drop	VERB	_	_	_	_	_	ss=v.change	*
+9	curbs	curb	NOUN	_	_	_	_	_	ss=n.state	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	anti-war	anti-war	ADJ	_	_	_	_	_	_	*
+12	comic	comic	NOUN	_	_	_	_	_	ss=n.person	*
+13	URL	URL	X	_	_	_	_	_	_	*
+14	#health	#health	NOUN	_	_	_	_	_	_	*
+15	#living	#living	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-134
+# sent_counter = 134
+# text = NUMBER MILLION Mega Millions Jackpot this Tuesday , NUMBER Aug NUMBER ! Find out how to win it : URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.quantity	*
+2	MILLION	million	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	Mega	mega	ADJ	_	_	_	_	_	ss=n.possession	1:X
+4	Millions	millions	PROPN	_	_	_	_	_	_	1
+5	Jackpot	jackpot	PROPN	_	_	_	_	_	_	1
+6	this	this	DET	_	_	_	_	_	_	*
+7	Tuesday	tuesday	NOUN	_	_	_	_	_	ss=n.time	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+10	Aug	aug	NOUN	_	_	_	_	_	ss=n.time	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	Find	find	VERB	_	_	_	_	_	ss=v.cognition	2:X
+14	out	out	PART	_	_	_	_	_	_	2
+15	how	how	ADV	_	_	_	_	_	_	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	:	:	PUNCT	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-135
+# sent_counter = 135
+# text = Antique ROYAL BAYREUTH Sun-Bonnet Babies Blue Mark sewing / Mending / Wednesday NUMBER URL #plates
+1	Antique	antique	ADJ	_	_	_	_	_	_	*
+2	ROYAL	royal	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+3	BAYREUTH	bayreuth	PROPN	_	_	_	_	_	_	1
+4	Sun-Bonnet	sun-bonnet	NOUN	_	_	_	_	_	_	1
+5	Babies	baby	NOUN	_	_	_	_	_	_	1
+6	Blue	blue	NOUN	_	_	_	_	_	_	1
+7	Mark	mark	NOUN	_	_	_	_	_	_	1
+8	sewing	sew	VERB	_	_	_	_	_	ss=v.contact	*
+9	/	/	PUNCT	_	_	_	_	_	_	*
+10	Mending	mend	VERB	_	_	_	_	_	ss=v.contact	*
+11	/	/	PUNCT	_	_	_	_	_	_	*
+12	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	*
+13	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+14	URL	URL	X	_	_	_	_	_	_	*
+15	#plates	#plates	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-136
+# sent_counter = 136
+# text = Don't forget to get your Atlanta Beagle Rescue gear ! URL URL
+1	Don't	don't	AUX	_	_	_	_	_	_	*
+2	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	your	your	DET	_	_	_	_	_	_	*
+6	Atlanta	atlanta	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+7	Beagle	beagle	PROPN	_	_	_	_	_	_	1
+8	Rescue	rescue	PROPN	_	_	_	_	_	_	1
+9	gear	gear	NOUN	_	_	_	_	_	_	1
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-137
+# sent_counter = 137
+# text = Don ? t get lost in a business book . Learn how to work smarter and live better here at #ExpertsEnterprise URL
+1	Don	don	AUX	_	_	_	_	_	_	*
+2	?	?	PUNCT	_	_	_	_	_	_	*
+3	t	t	AUX	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	lost	lost	ADJ	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	business	business	NOUN	_	_	_	_	_	ss=n.communication	2:X
+9	book	book	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+12	how	how	ADV	_	_	_	_	_	_	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+15	smarter	smarter	ADV	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+18	better	better	ADV	_	_	_	_	_	_	*
+19	here	here	ADV	_	_	_	_	_	_	*
+20	at	at	ADP	_	_	_	_	_	_	*
+21	#ExpertsEnterprise	#expertsenterprise	PROPN	_	_	_	_	_	ss=n.group	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-138
+# sent_counter = 138
+# text = Guzan : Villa massively different this season URL
+1	Guzan	guzan	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Villa	villa	PROPN	_	_	_	_	_	ss=n.group	*
+4	massively	massively	ADV	_	_	_	_	_	_	*
+5	different	different	ADJ	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	season	season	NOUN	_	_	_	_	_	ss=n.time	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-139
+# sent_counter = 139
+# text = Soccer news : RODGERS : ENGLAND ARE LUCKY TO HAVE STURRIDGE URL #SoccerNews #soccer #fifa #soccer #football
+1	Soccer	soccer	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	news	news	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RODGERS	rodgers	PROPN	_	_	_	_	_	ss=n.person	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	ENGLAND	england	PROPN	_	_	_	_	_	ss=n.group	*
+7	ARE	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	LUCKY	lucky	ADJ	_	_	_	_	_	_	*
+9	TO	to	ADP	_	_	_	_	_	_	*
+10	HAVE	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	STURRIDGE	sturridge	PROPN	_	_	_	_	_	ss=n.person	*
+12	URL	URL	X	_	_	_	_	_	_	*
+13	#SoccerNews	#soccernews	NOUN	_	_	_	_	_	_	*
+14	#soccer	#soccer	NOUN	_	_	_	_	_	_	*
+15	#fifa	#fifa	PROPN	_	_	_	_	_	_	*
+16	#soccer	#soccer	NOUN	_	_	_	_	_	_	*
+17	#football	#football	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-140
+# sent_counter = 140
+# text = ' Favstar/top-50-funny ' news URL - top stories by BestofTheWorsti , ItsGuiRodrigues , AlberttoLicona
+1	'	'	PUNCT	_	_	_	_	_	_	*
+2	Favstar/top-50-funny	favstar/top-50-funny	ADJ	_	_	_	_	_	_	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+5	URL	URL	X	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	top	top	ADJ	_	_	_	_	_	_	*
+8	stories	story	NOUN	_	_	_	_	_	ss=n.communication	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	BestofTheWorsti	bestoftheworsti	PROPN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	ItsGuiRodrigues	itsguirodrigues	PROPN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	AlberttoLicona	alberttolicona	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-141
+# sent_counter = 141
+# text = You and jack should get married already . I'll plan it . ? trip to michigan URL
+1	You	you	PRON	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	jack	jack	PROPN	_	_	_	_	_	ss=n.person	*
+4	should	should	AUX	_	_	_	_	_	_	*
+5	get	get	AUX	_	_	_	_	_	_	*
+6	married	marry	VERB	_	_	_	_	_	ss=v.social	*
+7	already	already	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	I'll	i'll	AUX	_	_	_	_	_	_	*
+10	plan	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	trip	trip	NOUN	_	_	_	_	_	ss=n.act	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	michigan	michigan	PROPN	_	_	_	_	_	ss=n.location	*
+17	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-142
+# sent_counter = 142
+# text = #NowPlaying Do You ... by Miguel on #Spotify Do you like drugs ? Yeah ? well me too ? URL
+1	#NowPlaying	#nowplaying	NOUN	_	_	_	_	_	_	*
+2	Do	do	VERB	_	_	_	_	_	_	1:X
+3	You	you	PRON	_	_	_	_	_	_	1
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	Miguel	miguel	PROPN	_	_	_	_	_	ss=n.person	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	#Spotify	#spotify	PROPN	_	_	_	_	_	ss=n.communication	*
+9	Do	do	AUX	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+12	drugs	drug	NOUN	_	_	_	_	_	ss=n.substance	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	Yeah	yeah	X	_	_	_	_	_	_	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	well	well	X	_	_	_	_	_	_	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	too	too	ADV	_	_	_	_	_	_	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+20	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-143
+# sent_counter = 143
+# text = *** #CCC Butterfly ????? Asks ........ WHAT AM I ???? *** Riddle me this , Riddle me that A Quiz for you , so get on ... URL
+1	***	***	PUNCT	_	_	_	_	_	_	*
+2	#CCC	#ccc	NOUN	_	_	_	_	_	_	1:X
+3	Butterfly	butterfly	NOUN	_	_	_	_	_	_	1
+4	?????	?????	PUNCT	_	_	_	_	_	_	*
+5	Asks	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	........	........	PUNCT	_	_	_	_	_	_	*
+7	WHAT	what	PRON	_	_	_	_	_	_	*
+8	AM	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	????	????	PUNCT	_	_	_	_	_	_	*
+11	***	***	PUNCT	_	_	_	_	_	_	*
+12	Riddle	riddle	VERB	_	_	_	_	_	ss=v.cognition	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	this	this	PRON	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	Riddle	riddle	VERB	_	_	_	_	_	ss=v.cognition	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	that	that	PRON	_	_	_	_	_	_	*
+19	A	a	DET	_	_	_	_	_	_	*
+20	Quiz	quiz	NOUN	_	_	_	_	_	ss=n.communication	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	so	so	X	_	_	_	_	_	_	*
+25	get	get	VERB	_	_	_	_	_	ss=v.stative	2:X
+26	on	on	ADP	_	_	_	_	_	_	2
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-144
+# sent_counter = 144
+# text = Post match interview with Kraigg Brathwaite URL
+1	Post	post	ADJ	_	_	_	_	_	ss=n.act	1:X
+2	match	match	NOUN	_	_	_	_	_	_	1
+3	interview	interview	NOUN	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Kraigg	kraigg	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	Brathwaite	brathwaite	PROPN	_	_	_	_	_	_	2
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-145
+# sent_counter = 145
+# text = Have you tried our Spicy Tako Salad ? It's marinated octopus over a bed of cucumber salad . Served with ponzu sauce ... URL
+1	Have	have	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.consumption	*
+4	our	our	DET	_	_	_	_	_	_	*
+5	Spicy	spicy	ADJ	_	_	_	_	_	ss=n.food	1:X
+6	Tako	tako	NOUN	_	_	_	_	_	_	1
+7	Salad	salad	NOUN	_	_	_	_	_	_	1
+8	?	?	PUNCT	_	_	_	_	_	_	*
+9	It's	it's	VERB	_	_	_	_	_	ss=v.stative	*
+10	marinated	marinated	ADJ	_	_	_	_	_	_	*
+11	octopus	octopus	NOUN	_	_	_	_	_	ss=n.food	*
+12	over	over	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	cucumber	cucumber	NOUN	_	_	_	_	_	ss=n.food	2:X
+17	salad	salad	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Served	serve	VERB	_	_	_	_	_	ss=v.stative	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	ponzu	ponzu	NOUN	_	_	_	_	_	ss=n.food	3:X
+22	sauce	sauce	NOUN	_	_	_	_	_	_	3
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-146
+# sent_counter = 146
+# text = lack of accurate climate models should not dissuade countries from choosing best ways to adapt to changing climate URL
+1	lack	lack	NOUN	_	_	_	_	_	ss=n.state	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	accurate	accurate	ADJ	_	_	_	_	_	_	*
+4	climate	climate	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	models	model	NOUN	_	_	_	_	_	_	1
+6	should	should	AUX	_	_	_	_	_	_	*
+7	not	not	ADV	_	_	_	_	_	_	*
+8	dissuade	dissuade	VERB	_	_	_	_	_	ss=v.change	*
+9	countries	country	NOUN	_	_	_	_	_	ss=n.group	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	choosing	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+12	best	best	ADJ	_	_	_	_	_	_	*
+13	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	adapt	adapt	VERB	_	_	_	_	_	ss=v.change	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	changing	changing	ADJ	_	_	_	_	_	ss=n.phenomenon	2:X
+18	climate	climate	NOUN	_	_	_	_	_	_	2
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-147
+# sent_counter = 147
+# text = @USER : Breaking News : Social Media NUMBER is out ! URL ? ? Top stories today via @USER @USER
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Breaking	breaking	ADJ	_	_	_	_	_	_	*
+4	News	news	NOUN	_	_	_	_	_	ss=n.communication	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	Social	social	PROPN	_	_	_	_	_	ss=n.communication	1:X
+7	Media	media	PROPN	_	_	_	_	_	_	1
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	out	out	ADV	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	URL	URL	X	_	_	_	_	_	_	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+15	Top	top	ADJ	_	_	_	_	_	_	*
+16	stories	story	NOUN	_	_	_	_	_	ss=n.communication	*
+17	today	today	ADV	_	_	_	_	_	_	*
+18	via	via	ADP	_	_	_	_	_	_	*
+19	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+20	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-148
+# sent_counter = 148
+# text = The Secret To A Perfect Sandwich URL
+1	The	the	DET	_	_	_	_	_	_	*
+2	Secret	secret	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	To	to	ADP	_	_	_	_	_	_	*
+4	A	a	DET	_	_	_	_	_	_	*
+5	Perfect	perfect	ADJ	_	_	_	_	_	_	*
+6	Sandwich	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-149
+# sent_counter = 149
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-150
+# sent_counter = 150
+# text = Bendtner could not hit a Cows Arse with a cricket bat !! No Albion No , Im available at NUMBER FFS . #WBAFC #Baggiee URL
+1	Bendtner	bendtner	PROPN	_	_	_	_	_	ss=n.person	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	hit	hit	VERB	_	_	_	_	_	ss=v.contact	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	Cows	cows	NOUN	_	_	_	_	_	ss=n.animal	1:X
+7	Arse	arse	NOUN	_	_	_	_	_	_	1
+8	with	with	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	cricket	cricket	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+11	bat	bat	NOUN	_	_	_	_	_	_	2
+12	!!	!!	PUNCT	_	_	_	_	_	_	*
+13	No	no	PART	_	_	_	_	_	_	*
+14	Albion	albion	PROPN	_	_	_	_	_	ss=n.group	*
+15	No	no	PART	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	Im	im	VERB	_	_	_	_	_	ss=v.stative	*
+18	available	available	ADJ	_	_	_	_	_	_	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.location	3:X
+21	FFS	ffs	NOUN	_	_	_	_	_	_	3
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	#WBAFC	#wbafc	PROPN	_	_	_	_	_	_	*
+24	#Baggiee	#baggiee	PROPN	_	_	_	_	_	_	*
+25	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-151
+# sent_counter = 151
+# text = Build a bear workshop , Avenues : Loving the build a bear workshop ! What a fabulous idea . The post Bui ? URL
+1	Build	build	VERB	_	_	_	_	_	ss=n.act	1:X
+2	a	a	DET	_	_	_	_	_	_	1
+3	bear	bear	NOUN	_	_	_	_	_	_	1
+4	workshop	workshop	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Avenues	avenues	PROPN	_	_	_	_	_	_	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	Loving	love	VERB	_	_	_	_	_	ss=v.emotion	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	build	build	VERB	_	_	_	_	_	ss=n.act	2:X
+11	a	a	DET	_	_	_	_	_	_	2
+12	bear	bear	NOUN	_	_	_	_	_	_	2
+13	workshop	workshop	NOUN	_	_	_	_	_	_	2
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	What	what	PRON	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+18	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	The	the	DET	_	_	_	_	_	_	*
+21	post	post	NOUN	_	_	_	_	_	_	*
+22	Bui	bui	PROPN	_	_	_	_	_	_	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+24	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-152
+# sent_counter = 152
+# text = European Study Finds Megaupload Closure Helped Blockbusters , Hurt Smaller Pics : Researchers from the Munich Sc ... URL
+1	European	european	ADJ	_	_	_	_	_	_	*
+2	Study	study	NOUN	_	_	_	_	_	ss=n.act	*
+3	Finds	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Megaupload	megaupload	PROPN	_	_	_	_	_	ss=n.act	1:X
+5	Closure	closure	NOUN	_	_	_	_	_	_	1
+6	Helped	help	VERB	_	_	_	_	_	ss=v.stative	*
+7	Blockbusters	blockbusters	PROPN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Hurt	hurt	VERB	_	_	_	_	_	ss=v.change	*
+10	Smaller	smaller	ADJ	_	_	_	_	_	_	*
+11	Pics	pic	NOUN	_	_	_	_	_	ss=n.communication	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	Researchers	researcher	NOUN	_	_	_	_	_	ss=n.person	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Munich	munich	PROPN	_	_	_	_	_	ss=n.group	2:X
+17	Sc	sc	NOUN	_	_	_	_	_	_	2
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-153
+# sent_counter = 153
+# text = Interview : Brodus Clay URL No One Lives actor/WWE Superstar chats about differences between horror/wresting crowds & more
+1	Interview	interview	NOUN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Brodus	brodus	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Clay	clay	PROPN	_	_	_	_	_	_	1
+5	URL	URL	X	_	_	_	_	_	_	*
+6	No	no	DET	_	_	_	_	_	_	2:X
+7	One	one	NOUN	_	_	_	_	_	_	2
+8	Lives	live	VERB	_	_	_	_	_	ss=v.stative	*
+9	actor/WWE	actor/wwe	NOUN	_	_	_	_	_	ss=n.person	3:X
+10	Superstar	superstar	NOUN	_	_	_	_	_	_	3
+11	chats	chat	VERB	_	_	_	_	_	ss=v.communication	*
+12	about	about	ADP	_	_	_	_	_	_	*
+13	differences	difference	NOUN	_	_	_	_	_	ss=n.relation	*
+14	between	between	ADP	_	_	_	_	_	_	*
+15	horror/wresting	horror/wresting	NOUN	_	_	_	_	_	ss=n.group	4:X
+16	crowds	crowd	NOUN	_	_	_	_	_	_	4
+17	&	&	CCONJ	_	_	_	_	_	_	*
+18	more	more	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-154
+# sent_counter = 154
+# text = #Gambling #APP simply the best FREE app covering all top bookies . iphone go to URL ipad ... URL
+1	#Gambling	#gambling	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	#APP	#app	NOUN	_	_	_	_	_	_	1
+3	simply	simply	ADV	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	FREE	free	ADJ	_	_	_	_	_	_	*
+7	app	app	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	covering	cover	VERB	_	_	_	_	_	ss=v.stative	*
+9	all	all	DET	_	_	_	_	_	_	*
+10	top	top	ADJ	_	_	_	_	_	_	*
+11	bookies	bookie	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	iphone	iphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	ss=n.person	*
+17	ipad	ipad	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-155
+# sent_counter = 155
+# text = WELSH DRAGON FOUND : URL via @USER
+1	WELSH	welsh	ADJ	_	_	_	_	_	_	*
+2	DRAGON	dragon	NOUN	_	_	_	_	_	ss=n.animal	*
+3	FOUND	found	VERB	_	_	_	_	_	ss=v.perception	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	URL	URL	X	_	_	_	_	_	_	*
+6	via	via	ADP	_	_	_	_	_	_	*
+7	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-156
+# sent_counter = 156
+# text = Who Is Missing From Danity Kane's Video Music Awards Reunion ? URL
+1	Who	who	PRON	_	_	_	_	_	_	*
+2	Is	be	AUX	_	_	_	_	_	_	*
+3	Missing	miss	VERB	_	_	_	_	_	ss=v.perception	*
+4	From	from	ADP	_	_	_	_	_	_	*
+5	Danity	danity	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	Kane's	kane's	PROPN	_	_	_	_	_	_	1
+7	Video	video	NOUN	_	_	_	_	_	_	1
+8	Music	music	NOUN	_	_	_	_	_	_	1
+9	Awards	award	NOUN	_	_	_	_	_	_	1
+10	Reunion	reunion	NOUN	_	_	_	_	_	_	1
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-157
+# sent_counter = 157
+# text = Date agreed for referendum purdah URL
+1	Date	date	NOUN	_	_	_	_	_	ss=n.time	*
+2	agreed	agree	VERB	_	_	_	_	_	ss=v.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	referendum	referendum	NOUN	_	_	_	_	_	ss=n.act	*
+5	purdah	purdah	NOUN	_	_	_	_	_	ss=n.state	*
+6	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-158
+# sent_counter = 158
+# text = Global Analysis of the Automotive Refinish Coatings Market URL
+1	Global	global	ADJ	_	_	_	_	_	_	*
+2	Analysis	analysis	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Automotive	automotive	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	Refinish	refinish	NOUN	_	_	_	_	_	_	1
+7	Coatings	coating	NOUN	_	_	_	_	_	_	1
+8	Market	market	NOUN	_	_	_	_	_	_	1
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-159
+# sent_counter = 159
+# text = I'm sharing my favorite blueberry muffin recipe today . URL URL
+1	I'm	i'm	AUX	_	_	_	_	_	_	*
+2	sharing	share	VERB	_	_	_	_	_	ss=v.social	*
+3	my	my	DET	_	_	_	_	_	_	*
+4	favorite	favorite	ADJ	_	_	_	_	_	_	*
+5	blueberry	blueberry	NOUN	_	_	_	_	_	ss=n.communication	1:X
+6	muffin	muffin	NOUN	_	_	_	_	_	_	1
+7	recipe	recipe	NOUN	_	_	_	_	_	_	1
+8	today	today	NOUN	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-160
+# sent_counter = 160
+# text = GMC/Chevy/Hummer/Buick/Saturn/ Flyaudio GPS/DVD/IPOD/BT/USB/RADIO/AV /Navigation : NUMBER ( NUMBER Bids ) End Date : ... URL
+1	GMC/Chevy/Hummer/Buick/Saturn/	gmc/chevy/hummer/buick/saturn/	PROPN	_	_	_	_	_	ss=n.artifact	*
+2	Flyaudio	flyaudio	PROPN	_	_	_	_	_	ss=n.artifact	*
+3	GPS/DVD/IPOD/BT/USB/RADIO/AV	gps/dvd/ipod/bt/usb/radio/av	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	/Navigation	/navigation	NOUN	_	_	_	_	_	_	1
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.communication	*
+9	Bids	bid	NOUN	_	_	_	_	_	ss=n.communication	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	End	end	NOUN	_	_	_	_	_	ss=n.time	2:X
+12	Date	date	NOUN	_	_	_	_	_	_	2
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-161
+# sent_counter = 161
+# text = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhh !!!!!!!!!! ? Nothing to Say ? Angra URL #NowPlaying
+1	aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhh	aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhh	X	_	_	_	_	_	_	*
+2	!!!!!!!!!!	!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	Nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Say	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	Angra	angra	PROPN	_	_	_	_	_	ss=n.person	*
+9	URL	URL	X	_	_	_	_	_	_	*
+10	#NowPlaying	#nowplaying	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-162
+# sent_counter = 162
+# text = [ SEP 2 ] @USER presents exclusive Listening Session w/ @USER 4 Music Monday . RSVP TODAY | Details @USER URL
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	SEP	sep	PROPN	_	_	_	_	_	ss=n.time	1:X
+3	2	2	NUM	_	_	_	_	_	_	1
+4	]	]	PUNCT	_	_	_	_	_	_	*
+5	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+6	presents	present	VERB	_	_	_	_	_	ss=v.communication	*
+7	exclusive	exclusive	ADJ	_	_	_	_	_	_	*
+8	Listening	listening	NOUN	_	_	_	_	_	ss=n.event	2:X
+9	Session	session	NOUN	_	_	_	_	_	_	2
+10	w/	w/	ADP	_	_	_	_	_	_	*
+11	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+12	4	4	ADP	_	_	_	_	_	_	*
+13	Music	music	PROPN	_	_	_	_	_	ss=n.event	3:X
+14	Monday	monday	PROPN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	RSVP	rsvp	VERB	_	_	_	_	_	ss=v.communication	*
+17	TODAY	today	NOUN	_	_	_	_	_	_	*
+18	|	|	PUNCT	_	_	_	_	_	_	*
+19	Details	details	NOUN	_	_	_	_	_	ss=n.communication	*
+20	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+21	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-163
+# sent_counter = 163
+# text = National Dance Day NUMBER Instructional Master Class - Mirrored and Slow * ... : URL via @USER
+1	National	national	NOUN	_	_	_	_	_	ss=n.event	1:X
+2	Dance	dance	NOUN	_	_	_	_	_	_	1
+3	Day	day	NOUN	_	_	_	_	_	_	1
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+5	Instructional	instructional	NOUN	_	_	_	_	_	ss=n.act	2:X
+6	Master	master	NOUN	_	_	_	_	_	_	2
+7	Class	class	NOUN	_	_	_	_	_	_	2
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	Mirrored	mirrored	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Slow	slow	ADJ	_	_	_	_	_	_	*
+12	*	*	PUNCT	_	_	_	_	_	_	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+16	via	via	ADP	_	_	_	_	_	_	*
+17	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-164
+# sent_counter = 164
+# text = Fake Shemales in Pantyhose #porn #sexy #xxx #adult #amateur #nsfw #shemales #pantyhose URL
+1	Fake	fake	ADJ	_	_	_	_	_	_	*
+2	Shemales	shemales	NOUN	_	_	_	_	_	ss=n.person	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Pantyhose	pantyhose	NOUN	_	_	_	_	_	ss=n.body	*
+5	#porn	#porn	NOUN	_	_	_	_	_	_	*
+6	#sexy	#sexy	NOUN	_	_	_	_	_	_	*
+7	#xxx	#xxx	NOUN	_	_	_	_	_	_	*
+8	#adult	#adult	NOUN	_	_	_	_	_	_	*
+9	#amateur	#amateur	NOUN	_	_	_	_	_	_	*
+10	#nsfw	#nsfw	NOUN	_	_	_	_	_	_	*
+11	#shemales	#shemales	NOUN	_	_	_	_	_	_	*
+12	#pantyhose	#pantyhose	NOUN	_	_	_	_	_	_	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-165
+# sent_counter = 165
+# text = #Redgage Save #water while #washing your #vehicles #Photo URL
+1	#Redgage	#redgage	PROPN	_	_	_	_	_	_	*
+2	Save	save	VERB	_	_	_	_	_	ss=v.stative	*
+3	#water	#water	NOUN	_	_	_	_	_	ss=n.substance	*
+4	while	while	ADP	_	_	_	_	_	_	*
+5	#washing	#washing	NOUN	_	_	_	_	_	_	*
+6	your	your	DET	_	_	_	_	_	_	*
+7	#vehicles	#vehicles	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	#Photo	#photo	NOUN	_	_	_	_	_	_	*
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-166
+# sent_counter = 166
+# text = One Dress a Day Exclusive : Liverpool Dress URL
+1	One	one	NOUN	_	_	_	_	_	ss=n.event	1:X
+2	Dress	dress	NOUN	_	_	_	_	_	_	1
+3	a	a	NOUN	_	_	_	_	_	_	1
+4	Day	day	NOUN	_	_	_	_	_	_	1
+5	Exclusive	exclusive	ADJ	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Liverpool	liverpool	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+8	Dress	dress	NOUN	_	_	_	_	_	_	2
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-167
+# sent_counter = 167
+# text = Welcome Home URL via @USER Liz W is back @USER Davidson
+1	Welcome	welcome	VERB	_	_	_	_	_	ss=v.communication	*
+2	Home	home	NOUN	_	_	_	_	_	ss=n.location	*
+3	URL	URL	X	_	_	_	_	_	_	*
+4	via	via	ADP	_	_	_	_	_	_	*
+5	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Liz	liz	PROPN	_	_	_	_	_	_	1
+7	W	w	PROPN	_	_	_	_	_	_	1
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	back	back	ADV	_	_	_	_	_	_	*
+10	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+11	Davidson	davidson	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-168
+# sent_counter = 168
+# text = NUMBER Reasons Your Job Search is Falling Flat | Resume Companion URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.motive	*
+2	Reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+3	Your	your	DET	_	_	_	_	_	_	*
+4	Job	job	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	Search	search	NOUN	_	_	_	_	_	_	1
+6	is	be	AUX	_	_	_	_	_	_	*
+7	Falling	fall	VERB	_	_	_	_	_	ss=v.change	2:X
+8	Flat	flat	PART	_	_	_	_	_	_	2
+9	|	|	PUNCT	_	_	_	_	_	_	*
+10	Resume	resume	NOUN	_	_	_	_	_	ss=n.group	3:X
+11	Companion	companion	NOUN	_	_	_	_	_	_	3
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-169
+# sent_counter = 169
+# text = yu a bitch 2 ? gladly to kno that im on your mind & you think of me like that !!!! URL
+1	yu	yu	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	bitch	bitch	NOUN	_	_	_	_	_	ss=n.state	*
+4	2	2	ADV	_	_	_	_	_	_	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+6	gladly	gladly	ADJ	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	kno	kno	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	ADP	_	_	_	_	_	_	*
+10	im	im	VERB	_	_	_	_	_	ss=v.stative	*
+11	on	on	ADP	_	_	_	_	_	ss=n.feeling	1:X
+12	your	your	PRON	_	_	_	_	_	_	*
+13	mind	mind	NOUN	_	_	_	_	_	_	1
+14	&	&	CCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	like	like	ADP	_	_	_	_	_	_	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-170
+# sent_counter = 170
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-171
+# sent_counter = 171
+# text = Leicester City v Liverpool ~ Premier League ~ NUMBER : NUMBER End Date : Wednesday Sep-25-2013 NUMBER PDT Buy It ... URL
+1	Leicester	leicester	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	City	city	PROPN	_	_	_	_	_	_	1
+3	v	v	ADP	_	_	_	_	_	_	*
+4	Liverpool	liverpool	PROPN	_	_	_	_	_	ss=n.group	*
+5	~	~	PUNCT	_	_	_	_	_	_	*
+6	Premier	premier	PROPN	_	_	_	_	_	ss=n.cognition	2:X
+7	League	league	PROPN	_	_	_	_	_	_	2
+8	~	~	PUNCT	_	_	_	_	_	_	*
+9	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.time	*
+12	End	end	NOUN	_	_	_	_	_	ss=n.time	3:X
+13	Date	date	NOUN	_	_	_	_	_	_	3
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	Wednesday	wednesday	NOUN	_	_	_	_	_	ss=n.time	4:X
+16	Sep-25-2013	sep-25-2013	NOUN	_	_	_	_	_	_	4
+17	NUMBER	NUMBER	NUM	_	_	_	_	_	_	*
+18	PDT	pdt	PROPN	_	_	_	_	_	_	*
+19	Buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+20	It	it	PRON	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-172
+# sent_counter = 172
+# text = I liked a @USER video from @USER URL Cedar Park Receives the Lone Star Cup
+1	I	i	PRON	_	_	_	_	_	_	*
+2	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	@USER	@USER	PROPN	_	_	_	_	_	ss=n.communication	1:X
+5	video	video	NOUN	_	_	_	_	_	_	1
+6	from	from	ADP	_	_	_	_	_	_	*
+7	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+8	URL	URL	X	_	_	_	_	_	_	*
+9	Cedar	cedar	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	Park	park	PROPN	_	_	_	_	_	_	2
+11	Receives	receive	VERB	_	_	_	_	_	ss=v.possession	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Lone	lone	PROPN	_	_	_	_	_	ss=n.artifact	3:X
+14	Star	star	PROPN	_	_	_	_	_	_	3
+15	Cup	cup	NOUN	_	_	_	_	_	_	3
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-173
+# sent_counter = 173
+# text = Soccer news : COOL SOCCER FANS IMAGES URL #SoccerFans #soccer #fifa #soccer #football
+1	Soccer	soccer	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	news	news	NOUN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	COOL	cool	ADJ	_	_	_	_	_	_	*
+5	SOCCER	soccer	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+6	FANS	fan	NOUN	_	_	_	_	_	_	2
+7	IMAGES	image	NOUN	_	_	_	_	_	_	2
+8	URL	URL	X	_	_	_	_	_	_	*
+9	#SoccerFans	#soccerfans	NOUN	_	_	_	_	_	_	*
+10	#soccer	#soccer	NOUN	_	_	_	_	_	_	*
+11	#fifa	#fifa	PROPN	_	_	_	_	_	_	*
+12	#soccer	#soccer	NOUN	_	_	_	_	_	_	*
+13	#football	#football	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-174
+# sent_counter = 174
+# text = @USER : VMA's Red Carpet Report : Thirty Seconds To Mars URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	VMA's	vma's	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	Red	red	ADJ	_	_	_	_	_	_	1
+5	Carpet	carpet	NOUN	_	_	_	_	_	_	1
+6	Report	report	NOUN	_	_	_	_	_	_	1
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	Thirty	thirty	NUM	_	_	_	_	_	ss=n.group	2:X
+9	Seconds	second	NOUN	_	_	_	_	_	_	2
+10	To	to	ADP	_	_	_	_	_	_	2
+11	Mars	mars	PROPN	_	_	_	_	_	_	2
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-175
+# sent_counter = 175
+# text = Joey Bada$$ - Killuminati Pt 2 " Kendrick Lamar Response " : URL
+1	Joey	joey	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bada$$	bada$$	PROPN	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Killuminati	killuminati	PROPN	_	_	_	_	_	ss=n.communication	2:X
+5	Pt	pt	NOUN	_	_	_	_	_	_	2
+6	2	2	NUM	_	_	_	_	_	_	2
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	Kendrick	kendrick	PROPN	_	_	_	_	_	ss=n.communication	3:X
+9	Lamar	lamar	PROPN	_	_	_	_	_	_	3
+10	Response	response	NOUN	_	_	_	_	_	_	3
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-176
+# sent_counter = 176
+# text = Kiessling unconcerned by international snub URL
+1	Kiessling	kiessling	PROPN	_	_	_	_	_	ss=n.person	*
+2	unconcerned	unconcerned	VERB	_	_	_	_	_	ss=v.cognition	*
+3	by	by	ADP	_	_	_	_	_	_	*
+4	international	international	ADJ	_	_	_	_	_	_	*
+5	snub	snub	NOUN	_	_	_	_	_	ss=n.communication	*
+6	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-177
+# sent_counter = 177
+# text = September Couponing Class , it's an awesome NUMBER week class to learn tips and tricks URL
+1	September	september	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	Couponing	couponing	NOUN	_	_	_	_	_	_	1
+3	Class	class	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	it's	it's	VERB	_	_	_	_	_	ss=v.stative	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	awesome	awesome	ADJ	_	_	_	_	_	_	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.act	2:X
+9	week	week	NOUN	_	_	_	_	_	_	2
+10	class	class	NOUN	_	_	_	_	_	_	2
+11	to	to	ADP	_	_	_	_	_	_	*
+12	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+13	tips	tip	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	tricks	trick	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-178
+# sent_counter = 178
+# text = I posted a new photo to Facebook URL
+1	I	i	PRON	_	_	_	_	_	_	*
+2	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+8	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-179
+# sent_counter = 179
+# text = Google ? s local business is ? really struggling ,? in ? constant chaos ,? Yelp CEO tells Charlie Rose ( Video ) ... URL
+1	Google	google	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	?	?	PUNCT	_	_	_	_	_	_	1
+3	s	s	NOUN	_	_	_	_	_	_	1
+4	local	local	ADJ	_	_	_	_	_	_	1
+5	business	business	NOUN	_	_	_	_	_	_	1
+6	is	be	AUX	_	_	_	_	_	_	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	really	really	ADV	_	_	_	_	_	_	*
+9	struggling	struggle	VERB	_	_	_	_	_	ss=v.change	*
+10	,?	,?	PUNCT	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	constant	constant	ADJ	_	_	_	_	_	_	*
+14	chaos	chaos	NOUN	_	_	_	_	_	ss=n.state	*
+15	,?	,?	PUNCT	_	_	_	_	_	_	*
+16	Yelp	yelp	PROPN	_	_	_	_	_	ss=n.person	2:X
+17	CEO	ceo	NOUN	_	_	_	_	_	_	2
+18	tells	tell	VERB	_	_	_	_	_	ss=v.communication	*
+19	Charlie	charlie	PROPN	_	_	_	_	_	ss=n.person	3:X
+20	Rose	rose	PROPN	_	_	_	_	_	_	3
+21	(	(	X	_	_	_	_	_	_	*
+22	Video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+23	)	)	PUNCT	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-180
+# sent_counter = 180
+# text = [ MUSIC ] EFA ( @USER ) - SUNMOBI PROD BY D'TUNES ( @USER ) URL
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	MUSIC	music	NOUN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	EFA	efa	PROPN	_	_	_	_	_	ss=n.group	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+7	)	)	PUNCT	_	_	_	_	_	_	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	SUNMOBI	sunmobi	PROPN	_	_	_	_	_	ss=n.communication	1:X
+10	PROD	prod	NOUN	_	_	_	_	_	_	1
+11	BY	by	ADP	_	_	_	_	_	_	*
+12	D'TUNES	d'tunes	PROPN	_	_	_	_	_	ss=n.group	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-181
+# sent_counter = 181
+# text = Loudoun County winemaker still battling homeowner association , files bankruptcy URL
+1	Loudoun	loudoun	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	County	county	PROPN	_	_	_	_	_	_	1
+3	winemaker	winemaker	NOUN	_	_	_	_	_	_	1
+4	still	still	ADV	_	_	_	_	_	_	*
+5	battling	battle	VERB	_	_	_	_	_	ss=v.competition	*
+6	homeowner	homeowner	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	association	association	NOUN	_	_	_	_	_	_	2
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	files	file	VERB	_	_	_	_	_	ss=v.communication	*
+10	bankruptcy	bankruptcy	NOUN	_	_	_	_	_	ss=n.state	*
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-182
+# sent_counter = 182
+# text = Even the Deer Are Polite in Japan . ( You're Kidding , Right ? ) : Just look how this deer bows . These Japanese deer ... URL
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	Deer	deer	NOUN	_	_	_	_	_	ss=n.animal	*
+4	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	Polite	polite	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Japan	japan	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	You're	you're	AUX	_	_	_	_	_	_	*
+11	Kidding	kid	VERB	_	_	_	_	_	ss=v.communication	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	Right	right	X	_	_	_	_	_	_	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	:	:	PUNCT	_	_	_	_	_	_	*
+17	Just	just	ADV	_	_	_	_	_	_	*
+18	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+19	how	how	ADV	_	_	_	_	_	_	*
+20	this	this	DET	_	_	_	_	_	_	*
+21	deer	deer	NOUN	_	_	_	_	_	ss=n.animal	*
+22	bows	bow	VERB	_	_	_	_	_	ss=v.motion	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	These	these	DET	_	_	_	_	_	_	*
+25	Japanese	japanese	ADJ	_	_	_	_	_	_	*
+26	deer	deer	NOUN	_	_	_	_	_	ss=n.animal	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-183
+# sent_counter = 183
+# text = Win a NUMBER Visa Gift Card from @USER and @USER #giveaway URL
+1	Win	win	VERB	_	_	_	_	_	ss=v.competition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.artifact	1:X
+4	Visa	visa	PROPN	_	_	_	_	_	_	1
+5	Gift	gift	NOUN	_	_	_	_	_	_	1
+6	Card	card	NOUN	_	_	_	_	_	_	1
+7	from	from	ADP	_	_	_	_	_	_	*
+8	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+11	#giveaway	#giveaway	NOUN	_	_	_	_	_	ss=n.act	*
+12	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-184
+# sent_counter = 184
+# text = Apple's ' iPhone NUMBER ' to use NUMBER faster ' A7 ' chip , feature motion tracking - report - Apple Insider URL
+1	Apple's	apple's	PROPN	_	_	_	_	_	ss=n.group	*
+2	'	'	PUNCT	_	_	_	_	_	_	*
+3	iPhone	iphone	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+4	NUMBER	NUMBER	NUM	_	_	_	_	_	_	1
+5	'	'	PUNCT	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+9	faster	faster	ADV	_	_	_	_	_	_	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	A7	a7	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+12	'	'	PUNCT	_	_	_	_	_	_	2
+13	chip	chip	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	feature	feature	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+16	motion	motion	NOUN	_	_	_	_	_	_	3
+17	tracking	tracking	NOUN	_	_	_	_	_	_	3
+18	-	-	PUNCT	_	_	_	_	_	_	*
+19	report	report	VERB	_	_	_	_	_	ss=v.communication	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	Apple	apple	PROPN	_	_	_	_	_	ss=n.communication	4:X
+22	Insider	insider	NOUN	_	_	_	_	_	_	4
+23	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-185
+# sent_counter = 185
+# text = Hearts fan offers cash for appeal URL
+1	Hearts	hearts	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	fan	fan	NOUN	_	_	_	_	_	_	1
+3	offers	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	appeal	appeal	NOUN	_	_	_	_	_	ss=n.act	*
+7	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-186
+# sent_counter = 186
+# text = Online CRM system and your business - URL URL
+1	Online	online	ADJ	_	_	_	_	_	_	*
+2	CRM	crm	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+3	system	system	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	your	your	DET	_	_	_	_	_	_	*
+6	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	URL	URL	X	_	_	_	_	_	_	*
+9	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-187
+# sent_counter = 187
+# text = How late did you stay up last night and why ? - Idk and cuz fell asleep . URL
+1	How	how	ADV	_	_	_	_	_	_	*
+2	late	late	ADJ	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	stay	stay	VERB	_	_	_	_	_	ss=v.body	1:X
+6	up	up	PART	_	_	_	_	_	_	1
+7	last	last	ADJ	_	_	_	_	_	_	2:X
+8	night	night	NOUN	_	_	_	_	_	_	2
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	why	why	ADV	_	_	_	_	_	_	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	Idk	idk	VERB	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	cuz	cuz	ADP	_	_	_	_	_	_	*
+16	fell	fell	VERB	_	_	_	_	_	ss=v.body	3:X
+17	asleep	asleep	ADJ	_	_	_	_	_	_	3
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-188
+# sent_counter = 188
+# text = Lenny Bonsignore : My Windows crap Phone NUMBER Start Screen URL
+1	Lenny	lenny	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bonsignore	bonsignore	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	My	my	DET	_	_	_	_	_	_	*
+5	Windows	windows	PROPN	_	_	_	_	_	ss=n.communication	*
+6	crap	crap	NOUN	_	_	_	_	_	_	*
+7	Phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+9	Start	start	NOUN	_	_	_	_	_	ss=n.communication	2:X
+10	Screen	screen	NOUN	_	_	_	_	_	_	2
+11	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-189
+# sent_counter = 189
+# text = @USER : Egyptians Not Buying Muslim Brotherhood's Christian Scapegoating URL
+1	@USER	@USER	PROPN	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Egyptians	egyptians	PROPN	_	_	_	_	_	ss=n.person	*
+4	Not	not	ADV	_	_	_	_	_	_	*
+5	Buying	buy	VERB	_	_	_	_	_	ss=v.cognition	*
+6	Muslim	muslim	ADJ	_	_	_	_	_	ss=n.act	1:X
+7	Brotherhood's	brotherhood's	PROPN	_	_	_	_	_	_	1
+8	Christian	christian	NOUN	_	_	_	_	_	_	1
+9	Scapegoating	scapegoating	NOUN	_	_	_	_	_	_	1
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-190
+# sent_counter = 190
+# text = Ballina Expo for unemployed . URL
+1	Ballina	ballina	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Expo	expo	PROPN	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	unemployed	unemployed	NOUN	_	_	_	_	_	ss=n.person	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-191
+# sent_counter = 191
+# text = Accountant with Tally / peachtree experience - #Qatar #Jobs URL
+1	Accountant	accountant	NOUN	_	_	_	_	_	ss=n.person	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	Tally	tally	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	/	/	PUNCT	_	_	_	_	_	_	1
+5	peachtree	peachtree	PROPN	_	_	_	_	_	_	1
+6	experience	experience	NOUN	_	_	_	_	_	ss=n.state	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	#Qatar	#qatar	PROPN	_	_	_	_	_	_	*
+9	#Jobs	#jobs	NOUN	_	_	_	_	_	_	*
+10	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-192
+# sent_counter = 192
+# text = Temazo ! ? Wake Me Up - Radio Edit ? Avicii URL #NowPlaying
+1	Temazo	temazo	PROPN	_	_	_	_	_	ss=n.person	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	Wake	wake	VERB	_	_	_	_	_	ss=v.body	1:X
+5	Me	me	PRON	_	_	_	_	_	_	*
+6	Up	up	PART	_	_	_	_	_	_	1
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	Radio	radio	NOUN	_	_	_	_	_	ss=n.communication	2:X
+9	Edit	edit	NOUN	_	_	_	_	_	_	2
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	Avicii	avicii	PROPN	_	_	_	_	_	ss=n.person	*
+12	URL	URL	X	_	_	_	_	_	_	*
+13	#NowPlaying	#nowplaying	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-193
+# sent_counter = 193
+# text = #Beachparty tonight Ladies ? Put on your Animagical #Fragrance and go wild ! URL URL
+1	#Beachparty	#beachparty	NOUN	_	_	_	_	_	ss=n.event	*
+2	tonight	tonight	ADV	_	_	_	_	_	_	*
+3	Ladies	lady	NOUN	_	_	_	_	_	ss=n.person	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+5	Put	put	VERB	_	_	_	_	_	ss=v.body	1:X
+6	on	on	ADP	_	_	_	_	_	_	1
+7	your	your	DET	_	_	_	_	_	_	*
+8	Animagical	animagical	ADJ	_	_	_	_	_	ss=n.substance	2:X
+9	#Fragrance	#fragrance	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.body	*
+12	wild	wild	ADV	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	_	*
+15	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-194
+# sent_counter = 194
+# text = Why Touch Screens Will Not Take Over : Scientific American URL via @USER
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	Touch	touch	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	Screens	screen	NOUN	_	_	_	_	_	_	1
+4	Will	will	AUX	_	_	_	_	_	_	*
+5	Not	not	ADV	_	_	_	_	_	_	*
+6	Take	take	VERB	_	_	_	_	_	ss=v.change	2:X
+7	Over	over	PART	_	_	_	_	_	_	2
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	Scientific	scientific	ADJ	_	_	_	_	_	ss=n.communication	3:X
+10	American	american	PROPN	_	_	_	_	_	_	3
+11	URL	URL	X	_	_	_	_	_	_	*
+12	via	via	ADP	_	_	_	_	_	_	*
+13	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-195
+# sent_counter = 195
+# text = NUMBER Hudson Sedan - Original & Very Rare ( Billings , MT NUMBER ) NUMBER URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.artifact	1:X
+2	Hudson	hudson	PROPN	_	_	_	_	_	_	1
+3	Sedan	sedan	NOUN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	Original	original	ADJ	_	_	_	_	_	_	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	Very	very	ADV	_	_	_	_	_	_	*
+8	Rare	rare	ADJ	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Billings	billings	NOUN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	MT	mt	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+13	NUMBER	NUMBER	NUM	_	_	_	_	_	_	2
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+16	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-196
+# sent_counter = 196
+# text = NUMBER Indian fishermen arrested off Sri Lanka's west coast - Business Standard URL
+1	NUMBER	NUMBER	NUM	_	_	_	_	_	ss=n.attribute	*
+2	Indian	indian	ADJ	_	_	_	_	_	_	*
+3	fishermen	fisherman	NOUN	_	_	_	_	_	ss=n.person	*
+4	arrested	arrest	VERB	_	_	_	_	_	ss=v.contact	*
+5	off	off	ADP	_	_	_	_	_	_	*
+6	Sri	sri	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	Lanka's	lanka's	PROPN	_	_	_	_	_	_	1
+8	west	west	NOUN	_	_	_	_	_	_	1
+9	coast	coast	NOUN	_	_	_	_	_	_	1
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	Business	business	NOUN	_	_	_	_	_	ss=n.group	2:X
+12	Standard	standard	NOUN	_	_	_	_	_	_	2
+13	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-197
+# sent_counter = 197
+# text = " Neither party gets what's coming down the pike " -- Democrat Michelle Diggles of @USER #Millennials URL
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Neither	neither	DET	_	_	_	_	_	_	*
+3	party	party	NOUN	_	_	_	_	_	ss=n.group	*
+4	gets	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	what's	what's	AUX	_	_	_	_	_	_	*
+6	coming	come	VERB	_	_	_	_	_	ss=v.change	*
+7	down	down	PART	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	pike	pike	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	--	--	PUNCT	_	_	_	_	_	_	*
+12	Democrat	democrat	PROPN	_	_	_	_	_	ss=n.person	1:X
+13	Michelle	michelle	PROPN	_	_	_	_	_	_	1
+14	Diggles	diggles	PROPN	_	_	_	_	_	_	1
+15	of	of	ADP	_	_	_	_	_	_	*
+16	@USER	@USER	PROPN	_	_	_	_	_	ss=n.location	*
+17	#Millennials	#millennials	NOUN	_	_	_	_	_	_	*
+18	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-198
+# sent_counter = 198
+# text = Check out our new , easy to use , video submission area ! URL #MaxIt #indie We love getting to word out about ur #indies !
+1	Check	check	VERB	_	_	_	_	_	ss=v.perception	1:X
+2	out	out	PART	_	_	_	_	_	_	1
+3	our	our	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	easy	easy	ADJ	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	video	video	NOUN	_	_	_	_	_	ss=n.location	2:X
+11	submission	submission	NOUN	_	_	_	_	_	_	2
+12	area	area	NOUN	_	_	_	_	_	_	2
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	URL	URL	X	_	_	_	_	_	ss=n.person	*
+15	#MaxIt	#maxit	NOUN	_	_	_	_	_	_	*
+16	#indie	#indie	NOUN	_	_	_	_	_	_	*
+17	We	we	PRON	_	_	_	_	_	_	*
+18	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+19	getting	get	VERB	_	_	_	_	_	ss=v.communication	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	word	word	VERB	_	_	_	_	_	ss=v.communication	3:X
+22	out	out	PART	_	_	_	_	_	_	3
+23	about	about	ADP	_	_	_	_	_	_	*
+24	ur	ur	DET	_	_	_	_	_	_	*
+25	#indies	#indies	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-199
+# sent_counter = 199
+# text = Oh stahp it , you URL
+1	Oh	oh	X	_	_	_	_	_	_	*
+2	stahp	stahp	VERB	_	_	_	_	_	ss=v.change	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	URL	URL	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train lowlands-200
+# sent_counter = 200
+# text = LIVE : Syria : UN inspectors attacked by snipers - latest news URL via @USER
+1	LIVE	live	VERB	_	_	_	_	_	ss=v.stative	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Syria	syria	PROPN	_	_	_	_	_	ss=n.location	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	UN	un	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	inspectors	inspector	NOUN	_	_	_	_	_	_	1
+7	attacked	attack	VERB	_	_	_	_	_	ss=v.contact	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	snipers	sniper	NOUN	_	_	_	_	_	ss=n.person	*
+10	-	-	X	_	_	_	_	_	_	*
+11	latest	latest	ADJ	_	_	_	_	_	_	*
+12	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+13	URL	URL	X	_	_	_	_	_	_	*
+14	via	via	ADP	_	_	_	_	_	_	*
+15	@USER	@USER	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-1
+# sent_counter = 201
+# text = @PERSONGUY6661 I have n't unfortunately :( I missed the chance when theycame to the uk this year , you seen them ?
+1	@PERSONGUY6661	@personguy6661	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+4	n't	n't	ADV	_	_	_	_	_	_	*
+5	unfortunately	unfortunately	ADJ	_	_	_	_	_	_	*
+6	:(	:(	INTJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	missed	miss	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	chance	chance	NOUN	_	_	_	_	_	ss=n.event	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	theycame	theycame	VERB	_	_	_	_	_	ss=v.motion	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	uk	uk	PROPN	_	_	_	_	_	ss=n.location	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+21	them	them	PRON	_	_	_	_	_	_	*
+22	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-2
+# sent_counter = 202
+# text = Stephen , the Intellectual . @bbhess I bet ppl that design book covers for a living hate when people say do n't judge a book by its cover
+1	Stephen	stephen	PROPN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Intellectual	intellectual	PROPN	_	_	_	_	_	ss=n.attribute	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	@bbhess	@bbhess	PROPN	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	bet	bet	VERB	_	_	_	_	_	ss=v.social	*
+9	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	design	design	VERB	_	_	_	_	_	ss=v.creation	*
+12	book	book	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+13	covers	cover	NOUN	_	_	_	_	_	_	1
+14	for	for	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	living	living	NOUN	_	_	_	_	_	ss=n.act	*
+17	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+20	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	n't	n't	ADV	_	_	_	_	_	_	*
+23	judge	judge	VERB	_	_	_	_	_	ss=v.cognition	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	book	book	NOUN	_	_	_	_	_	ss=n.communication	*
+26	by	by	ADP	_	_	_	_	_	_	*
+27	its	its	PRON	_	_	_	_	_	_	*
+28	cover	cover	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-3
+# sent_counter = 203
+# text = I miss being able to run and dance around all day instead of having to catch my breath every five minutes of my life .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+3	being	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	able	able	ADJ	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	1
+6	run	run	VERB	_	_	_	_	_	ss=v.motion	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	dance	dance	VERB	_	_	_	_	_	ss=v.motion	*
+9	around	around	PART	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	instead	instead	ADV	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	having	have	AUX	_	_	_	_	_	_	2:X
+15	to	to	PART	_	_	_	_	_	_	2
+16	catch	catch	VERB	_	_	_	_	_	ss=n.body	3:X
+17	my	my	PRON	_	_	_	_	_	_	*
+18	breath	breath	NOUN	_	_	_	_	_	_	3
+19	every	every	DET	_	_	_	_	_	_	*
+20	five	five	NUM	_	_	_	_	_	_	*
+21	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-4
+# sent_counter = 204
+# text = Is all done getting things set up for the Ultimate Magic playtest that starts on Monday . Ca n't wait to see what people think .
+1	Is	be	AUX	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	done	do	VERB	_	_	_	_	_	ss=v.change	*
+4	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+5	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+6	set	set	VERB	_	_	_	_	_	ss=v.creation	1:X
+7	up	up	PART	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Ultimate	ultimate	PROPN	_	_	_	_	_	ss=n.communication	2:X
+11	Magic	magic	PROPN	_	_	_	_	_	_	2
+12	playtest	playtest	NOUN	_	_	_	_	_	_	2
+13	that	that	DET	_	_	_	_	_	_	*
+14	starts	start	VERB	_	_	_	_	_	ss=v.change	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Ca	ca	AUX	_	_	_	_	_	ss=v.emotion	3:X
+19	n't	n't	ADV	_	_	_	_	_	_	3
+20	wait	wait	VERB	_	_	_	_	_	_	3
+21	to	to	PART	_	_	_	_	_	_	*
+22	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+23	what	what	PRON	_	_	_	_	_	_	*
+24	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+25	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-5
+# sent_counter = 205
+# text = I 've never found a happy way to preserve it but it 's usually affordable most of the year . We eat a lot 2 , grilled saute bake or fried
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	happy	happy	ADJ	_	_	_	_	_	_	*
+7	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	preserve	preserve	VERB	_	_	_	_	_	ss=v.change	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	usually	usually	ADV	_	_	_	_	_	_	*
+15	affordable	affordable	ADJ	_	_	_	_	_	_	*
+16	most	most	ADJ	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	We	we	PRON	_	_	_	_	_	_	*
+22	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+23	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+24	lot	lot	NOUN	_	_	_	_	_	_	1
+25	2	2	ADV	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	grilled	grilled	ADJ	_	_	_	_	_	_	*
+28	saute	saute	ADJ	_	_	_	_	_	_	*
+29	bake	bake	ADJ	_	_	_	_	_	_	*
+30	or	or	CCONJ	_	_	_	_	_	_	*
+31	fried	fried	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-6
+# sent_counter = 206
+# text = RT @LilTwist : RT this if you want me to go back live on Ustream later tonight
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@LilTwist	@liltwist	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	if	if	ADP	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.change	*
+12	back	back	ADV	_	_	_	_	_	_	*
+13	live	live	ADV	_	_	_	_	_	_	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	Ustream	ustream	PROPN	_	_	_	_	_	ss=n.communication	*
+16	later	later	ADV	_	_	_	_	_	_	*
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-7
+# sent_counter = 207
+# text = Have DJ Got Us Fallin in Love in my head . " Cause baby tonight , The dj got us fallin in love again "
+1	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	DJ	dj	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	Got	get	VERB	_	_	_	_	_	_	1
+4	Us	us	PRON	_	_	_	_	_	_	1
+5	Fallin	fallin	VERB	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	1
+7	Love	love	NOUN	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	head	head	NOUN	_	_	_	_	_	ss=n.body	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	Cause	cause	ADP	_	_	_	_	_	_	*
+14	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+15	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	The	the	DET	_	_	_	_	_	_	*
+18	dj	dj	NOUN	_	_	_	_	_	ss=n.person	*
+19	got	get	VERB	_	_	_	_	_	ss=v.change	*
+20	us	us	PRON	_	_	_	_	_	_	*
+21	fallin	fallin	VERB	_	_	_	_	_	ss=v.change	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+24	again	again	ADV	_	_	_	_	_	_	*
+25	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-8
+# sent_counter = 208
+# text = @Littlesapling You said that last week Ash . I think you need a 12 step program .
+1	@Littlesapling	@littlesapling	PROPN	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	last	last	ADJ	_	_	_	_	_	_	*
+6	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	Ash	ash	PROPN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	12	12	NUM	_	_	_	_	_	ss=n.act	1:X
+15	step	step	NOUN	_	_	_	_	_	_	1
+16	program	program	NOUN	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-9
+# sent_counter = 209
+# text = How to Write a Resume After Being Fired : Dealing with how to write a resume after being fired is something many of ... http://bit.ly/amRxFJ
+1	How	how	ADV	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	Write	write	VERB	_	_	_	_	_	ss=v.communication	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Resume	resume	NOUN	_	_	_	_	_	ss=n.communication	*
+6	After	after	ADP	_	_	_	_	_	_	*
+7	Being	be	AUX	_	_	_	_	_	_	*
+8	Fired	fire	VERB	_	_	_	_	_	ss=v.competition	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	Dealing	deal	VERB	_	_	_	_	_	ss=v.social	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	how	how	ADV	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	resume	resume	NOUN	_	_	_	_	_	ss=n.communication	*
+17	after	after	ADP	_	_	_	_	_	_	*
+18	being	be	AUX	_	_	_	_	_	_	*
+19	fired	fired	NOUN	_	_	_	_	_	ss=n.event	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	something	something	NOUN	_	_	_	_	_	_	*
+22	many	many	NOUN	_	_	_	_	_	ss=n.quantity	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/amRxFJ	http://bit.ly/amrxfj	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-10
+# sent_counter = 210
+# text = Amber Le Bon is to walk in Giles Deacon 's Monday LFW show
+1	Amber	amber	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Le	le	PROPN	_	_	_	_	_	_	1
+3	Bon	bon	PROPN	_	_	_	_	_	_	1
+4	is	be	AUX	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Giles	giles	PROPN	_	_	_	_	_	ss=n.person	2:X
+9	Deacon	deacon	PROPN	_	_	_	_	_	_	2
+10	's	's	PART	_	_	_	_	_	_	*
+11	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+12	LFW	lfw	PROPN	_	_	_	_	_	ss=n.communication	3:X
+13	show	show	NOUN	_	_	_	_	_	_	3
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-11
+# sent_counter = 211
+# text = @KFSH totally ! I can go a week w/o tv , phones or a computer . I get some time to myself and God . Brings peace into my life .
+1	@KFSH	@kfsh	PROPN	_	_	_	_	_	_	*
+2	totally	totally	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.cognition	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+9	w/o	w/o	ADP	_	_	_	_	_	_	*
+10	tv	tv	NOUN	_	_	_	_	_	ss=n.communication	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	phones	phone	NOUN	_	_	_	_	_	ss=n.communication	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	computer	computer	NOUN	_	_	_	_	_	ss=n.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+19	some	some	DET	_	_	_	_	_	_	*
+20	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	myself	myself	PRON	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	God	god	PROPN	_	_	_	_	_	ss=n.person	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	Brings	bring	VERB	_	_	_	_	_	ss=v.change	*
+27	peace	peace	NOUN	_	_	_	_	_	ss=n.feeling	*
+28	into	into	ADP	_	_	_	_	_	_	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-12
+# sent_counter = 212
+# text = last day of sorting pope visit to birmingham stuff out ..... hope it goes ok on sunday !!
+1	last	last	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	sorting	sort	VERB	_	_	_	_	_	ss=v.social	*
+5	pope	pope	PROPN	_	_	_	_	_	ss=n.person	*
+6	visit	visit	NOUN	_	_	_	_	_	ss=n.act	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	birmingham	birmingham	PROPN	_	_	_	_	_	ss=n.location	*
+9	stuff	stuff	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	out	out	PART	_	_	_	_	_	_	*
+11	.....	.....	PUNCT	_	_	_	_	_	_	*
+12	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	goes	go	VERB	_	_	_	_	_	ss=v.stative	*
+15	ok	ok	ADJ	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+18	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-13
+# sent_counter = 213
+# text = Lmao .. They #Hurrt ! RT @_sofucKENNrude y every nigga tryna grow they hair out . should of did that a long time ago . -_- skimp ass braids .
+1	Lmao	lmao	INTJ	_	_	_	_	_	_	*
+2	..	..	PUNCT	_	_	_	_	_	_	*
+3	They	they	PRON	_	_	_	_	_	_	*
+4	#Hurrt	#hurrt	VERB	_	_	_	_	_	ss=v.emotion	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	RT	rt	X	_	_	_	_	_	_	*
+7	@_sofucKENNrude	@_sofuckennrude	PROPN	_	_	_	_	_	_	*
+8	y	y	ADV	_	_	_	_	_	_	*
+9	every	every	DET	_	_	_	_	_	_	*
+10	nigga	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+11	tryna	tryna	VERB	_	_	_	_	_	ss=v.change	*
+12	grow	grow	VERB	_	_	_	_	_	ss=v.body	1:X
+13	they	they	PRON	_	_	_	_	_	_	*
+14	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+15	out	out	PART	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	should	should	AUX	_	_	_	_	_	_	*
+18	of	of	NOUN	_	_	_	_	_	_	*
+19	did	do	VERB	_	_	_	_	_	ss=v.change	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	long	long	ADJ	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+24	ago	ago	ADP	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	-_-	-_-	INTJ	_	_	_	_	_	_	*
+27	skimp	skimp	ADJ	_	_	_	_	_	_	2:X
+28	ass	ass	ADJ	_	_	_	_	_	_	2
+29	braids	braid	NOUN	_	_	_	_	_	ss=n.body	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-14
+# sent_counter = 214
+# text = RT @TomsTop5 : Check us out - we 're FEATURED on iTunes this week ! Make sure to subscribe so Jobs knows you love us http://twitpic.com/2pdr8h
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TomsTop5	@tomstop5	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Check	check	VERB	_	_	_	_	_	ss=v.perception	1:X
+5	us	us	PRON	_	_	_	_	_	_	*
+6	out	out	PART	_	_	_	_	_	_	1
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	're	're	AUX	_	_	_	_	_	_	*
+10	FEATURED	feature	VERB	_	_	_	_	_	ss=v.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	iTunes	itunes	PROPN	_	_	_	_	_	ss=n.communication	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	Make	make	VERB	_	_	_	_	_	ss=v.social	2:X
+17	sure	sure	ADJ	_	_	_	_	_	_	2
+18	to	to	PART	_	_	_	_	_	_	*
+19	subscribe	subscribe	VERB	_	_	_	_	_	ss=v.communication	*
+20	so	so	ADP	_	_	_	_	_	_	*
+21	Jobs	jobs	PROPN	_	_	_	_	_	ss=n.person	*
+22	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+25	us	us	PRON	_	_	_	_	_	_	*
+26	http://twitpic.com/2pdr8h	http://twitpic.com/2pdr8h	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-15
+# sent_counter = 215
+# text = just about off work ! going to alderwood again :) yay . hopefully we got cody 's ipod in the mail today .
+1	just	just	ADV	_	_	_	_	_	_	*
+2	about	about	ADV	_	_	_	_	_	_	*
+3	off	off	ADV	_	_	_	_	_	_	*
+4	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	alderwood	alderwood	PROPN	_	_	_	_	_	ss=n.location	*
+9	again	again	ADV	_	_	_	_	_	_	*
+10	:)	:)	INTJ	_	_	_	_	_	_	*
+11	yay	yay	INTJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	hopefully	hopefully	ADV	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+16	cody	cody	PROPN	_	_	_	_	_	ss=n.person	*
+17	's	's	PART	_	_	_	_	_	_	*
+18	ipod	ipod	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	mail	mail	NOUN	_	_	_	_	_	ss=n.communication	*
+22	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-16
+# sent_counter = 216
+# text = @justinbieber I have chance with you ? webcam enters Sunday 7:00 pm ? please ? to talk right ! kisses on the chin
+1	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	chance	chance	NOUN	_	_	_	_	_	ss=n.motive	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	webcam	webcam	NOUN	_	_	_	_	_	ss=n.communication	*
+9	enters	enter	VERB	_	_	_	_	_	ss=v.social	*
+10	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+11	7:00	7:00	NUM	_	_	_	_	_	_	*
+12	pm	pm	ADJ	_	_	_	_	_	_	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	please	please	INTJ	_	_	_	_	_	_	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+18	right	right	ADV	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	kisses	kiss	NOUN	_	_	_	_	_	ss=n.act	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	chin	chin	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-17
+# sent_counter = 217
+# text = Its stupid I hate getn a attitude from ppl when I 'm jus tryna be nice n shit . WTF now I 'm mad so dnt talk to me right now
+1	Its	its	PRON	_	_	_	_	_	_	*
+2	stupid	stupid	ADJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+5	getn	getn	VERB	_	_	_	_	_	ss=v.communication	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	attitude	attitude	NOUN	_	_	_	_	_	ss=n.feeling	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+10	when	when	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	AUX	_	_	_	_	_	_	*
+13	jus	jus	ADV	_	_	_	_	_	_	*
+14	tryna	tryna	VERB	_	_	_	_	_	ss=v.stative	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	nice	nice	ADJ	_	_	_	_	_	ss=n.attribute	1:X
+17	n	n	CCONJ	_	_	_	_	_	_	1
+18	shit	shit	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	WTF	wtf	INTJ	_	_	_	_	_	_	*
+21	now	now	ADV	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+24	mad	mad	ADJ	_	_	_	_	_	_	*
+25	so	so	ADP	_	_	_	_	_	_	*
+26	dnt	dnt	VERB	_	_	_	_	_	_	*
+27	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	me	me	PRON	_	_	_	_	_	_	*
+30	right	right	ADV	_	_	_	_	_	_	*
+31	now	now	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-18
+# sent_counter = 218
+# text = RT @DamnTeenQuotes : I remember when i was your age , spencer from iCarly was Crazy Steve , Carly was Megan and Josh was fat . #damnteenquotes
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DamnTeenQuotes	@damnteenquotes	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	spencer	spencer	PROPN	_	_	_	_	_	ss=n.person	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	iCarly	icarly	PROPN	_	_	_	_	_	ss=n.person	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	Crazy	crazy	PROPN	_	_	_	_	_	ss=n.person	1:X
+17	Steve	steve	PROPN	_	_	_	_	_	_	1
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	Carly	carly	PROPN	_	_	_	_	_	ss=n.person	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	Megan	megan	PROPN	_	_	_	_	_	ss=n.person	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	Josh	josh	PROPN	_	_	_	_	_	ss=n.person	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	fat	fat	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	#damnteenquotes	#damnteenquotes	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-19
+# sent_counter = 219
+# text = @itzkeving im getting mine off this monday :' )
+1	@itzkeving	@itzkeving	PROPN	_	_	_	_	_	_	*
+2	im	im	PRON	_	_	_	_	_	_	*
+3	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+4	mine	mine	PRON	_	_	_	_	_	_	*
+5	off	off	ADV	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+8	:'	:'	INTJ	_	_	_	_	_	_	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-20
+# sent_counter = 220
+# text = Israel grinds to a halt for Yom Kippur fasting day ( wwrn.org ) http://bit.ly/cqlwCZ
+1	Israel	israel	PROPN	_	_	_	_	_	ss=n.location	*
+2	grinds	grind	VERB	_	_	_	_	_	ss=v.change	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	halt	halt	NOUN	_	_	_	_	_	ss=n.state	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	Yom	yom	PROPN	_	_	_	_	_	ss=n.event	1:X
+8	Kippur	kippur	PROPN	_	_	_	_	_	_	1
+9	fasting	fasting	ADJ	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	wwrn.org	wwrn.org	X	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	http://bit.ly/cqlwCZ	http://bit.ly/cqlwcz	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-21
+# sent_counter = 221
+# text = #Fancyflow .. im in the hair salon right now .. smh .. Friday , its packed in here RT @neimanMarcus203 : Where is @ihavesuperpower ???
+1	#Fancyflow	#fancyflow	NOUN	_	_	_	_	_	_	*
+2	..	..	PUNCT	_	_	_	_	_	_	*
+3	im	im	PRON	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	hair	hair	NOUN	_	_	_	_	_	ss=n.location	1:X
+7	salon	salon	NOUN	_	_	_	_	_	_	1
+8	right	right	ADV	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	smh	smh	INTJ	_	_	_	_	_	_	*
+12	..	..	PUNCT	_	_	_	_	_	_	*
+13	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	its	its	PRON	_	_	_	_	_	_	*
+16	packed	packed	ADJ	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	RT	rt	X	_	_	_	_	_	_	*
+20	@neimanMarcus203	@neimanmarcus203	PROPN	_	_	_	_	_	_	*
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	Where	where	ADV	_	_	_	_	_	_	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	@ihavesuperpower	@ihavesuperpower	PROPN	_	_	_	_	_	ss=n.person	*
+25	???	???	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-22
+# sent_counter = 222
+# text = @vogueglamGIRL Ah I know ! She is simply the best in The Sept Issue . My boyfriend 's aunt worked for Anna Wintor in NY .
+1	@vogueglamGIRL	@vogueglamgirl	PROPN	_	_	_	_	_	_	*
+2	Ah	ah	INTJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	She	she	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	simply	simply	ADV	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	best	best	ADJ	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	The	the	DET	_	_	_	_	_	_	*
+13	Sept	sept	PROPN	_	_	_	_	_	ss=n.time	*
+14	Issue	issue	NOUN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	My	my	PRON	_	_	_	_	_	_	*
+17	boyfriend	boyfriend	NOUN	_	_	_	_	_	ss=n.person	*
+18	's	's	AUX	_	_	_	_	_	_	*
+19	aunt	aunt	NOUN	_	_	_	_	_	ss=n.person	*
+20	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	Anna	anna	PROPN	_	_	_	_	_	ss=n.person	1:X
+23	Wintor	wintor	PROPN	_	_	_	_	_	_	1
+24	in	in	ADP	_	_	_	_	_	_	*
+25	NY	ny	PROPN	_	_	_	_	_	ss=n.location	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-23
+# sent_counter = 223
+# text = Reduced Sodium labels may only have 25% less sodium than the original .. go for " Low Sodium " labels which have no more than 140 mg per serving
+1	Reduced	reduced	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	Sodium	sodium	NOUN	_	_	_	_	_	_	1
+3	labels	label	NOUN	_	_	_	_	_	ss=n.communication	*
+4	may	may	AUX	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+7	25%	25%	NUM	_	_	_	_	_	_	*
+8	less	less	ADJ	_	_	_	_	_	_	*
+9	sodium	sodium	NOUN	_	_	_	_	_	ss=n.substance	*
+10	than	than	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	original	original	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	..	..	PUNCT	_	_	_	_	_	_	*
+14	go	go	VERB	_	_	_	_	_	ss=v.possession	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	Low	low	NOUN	_	_	_	_	_	ss=n.communication	2:X
+18	Sodium	sodium	NOUN	_	_	_	_	_	_	2
+19	"	"	PUNCT	_	_	_	_	_	_	*
+20	labels	label	NOUN	_	_	_	_	_	ss=n.communication	*
+21	which	which	DET	_	_	_	_	_	_	*
+22	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+23	no	no	ADV	_	_	_	_	_	_	*
+24	more	more	ADV	_	_	_	_	_	_	*
+25	than	than	ADP	_	_	_	_	_	_	*
+26	140	140	NUM	_	_	_	_	_	_	*
+27	mg	mg	NOUN	_	_	_	_	_	ss=n.quantity	*
+28	per	per	ADP	_	_	_	_	_	_	*
+29	serving	serving	NOUN	_	_	_	_	_	ss=n.quantity	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-24
+# sent_counter = 224
+# text = @Infamous__Kid lol you always got problems with ur hair you said somethin last time like they didnt cut it right ha
+1	@Infamous__Kid	@infamous__kid	PROPN	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+6	problems	problem	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	ur	ur	PRON	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+12	somethin	somethin	NOUN	_	_	_	_	_	_	*
+13	last	last	ADJ	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	didnt	didnt	VERB	_	_	_	_	_	_	*
+18	cut	cut	VERB	_	_	_	_	_	ss=v.body	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	right	right	ADV	_	_	_	_	_	_	*
+21	ha	ha	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-25
+# sent_counter = 225
+# text = Going now . Be back later tonight . Thanks for all the Friday Fucking , appreciate it . Make love , not war : condoms are cheaper than guns . XOXO
+1	Going	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	later	later	ADV	_	_	_	_	_	_	*
+7	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Friday	friday	PROPN	_	_	_	_	_	ss=n.act	1:X
+14	Fucking	fucking	PROPN	_	_	_	_	_	_	1
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Make	make	VERB	_	_	_	_	_	ss=n.act	2:X
+20	love	love	NOUN	_	_	_	_	_	_	2
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	not	not	ADV	_	_	_	_	_	_	*
+23	war	war	NOUN	_	_	_	_	_	ss=n.act	*
+24	:	:	PUNCT	_	_	_	_	_	_	*
+25	condoms	condom	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+28	than	than	ADP	_	_	_	_	_	_	*
+29	guns	gun	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+31	XOXO	xoxo	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-26
+# sent_counter = 226
+# text = Awesome tennis practice today~ So happy to play again :)
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	tennis	tennis	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	practice	practice	NOUN	_	_	_	_	_	_	1
+4	today~	today~	NOUN	_	_	_	_	_	ss=n.time	*
+5	So	so	ADV	_	_	_	_	_	_	*
+6	happy	happy	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	play	play	VERB	_	_	_	_	_	ss=v.competition	*
+9	again	again	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-27
+# sent_counter = 227
+# text = Sleeping later and later everyday , waking up earlier and earlier day by day . My eyes are getting smaller and smaller .
+1	Sleeping	sleep	VERB	_	_	_	_	_	ss=v.body	*
+2	later	later	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	later	later	ADV	_	_	_	_	_	_	*
+5	everyday	everyday	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	waking	wake	VERB	_	_	_	_	_	ss=v.body	1:X
+8	up	up	PART	_	_	_	_	_	_	1
+9	earlier	earlier	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	earlier	earlier	ADV	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	by	by	ADP	_	_	_	_	_	_	*
+14	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	My	my	PRON	_	_	_	_	_	_	*
+17	eyes	eyes	NOUN	_	_	_	_	_	ss=n.body	*
+18	are	be	VERB	_	_	_	_	_	_	*
+19	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+20	smaller	smaller	ADJ	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	smaller	smaller	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-28
+# sent_counter = 228
+# text = RT @WALuvsKatStacks : Ah , i asked for a follow back - when i already hadd one so they call me thirsty lmao ? Fck you #teamkatstacksbitch ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@WALuvsKatStacks	@waluvskatstacks	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Ah	ah	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	follow	follow	NOUN	_	_	_	_	_	ss=n.communication	1:X
+11	back	back	NOUN	_	_	_	_	_	_	1
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	i	i	PRON	_	_	_	_	_	_	*
+15	already	already	ADV	_	_	_	_	_	_	*
+16	hadd	hadd	VERB	_	_	_	_	_	ss=v.possession	*
+17	one	one	NUM	_	_	_	_	_	_	*
+18	so	so	ADP	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+21	me	me	PRON	_	_	_	_	_	_	*
+22	thirsty	thirsty	ADJ	_	_	_	_	_	_	*
+23	lmao	lmao	INTJ	_	_	_	_	_	_	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+25	Fck	fck	VERB	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	#teamkatstacksbitch	#teamkatstacksbitch	NOUN	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-29
+# sent_counter = 229
+# text = chinese food .. stayin in for tonight but goin to the archery range either tomorrow or sunday
+1	chinese	chinese	PROPN	_	_	_	_	_	ss=n.food	1:X
+2	food	food	NOUN	_	_	_	_	_	_	1
+3	..	..	PUNCT	_	_	_	_	_	_	*
+4	stayin	stayin	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	goin	goin	VERB	_	_	_	_	_	ss=v.motion	2:X
+10	to	to	PART	_	_	_	_	_	_	2
+11	the	the	DET	_	_	_	_	_	_	*
+12	archery	archery	NOUN	_	_	_	_	_	ss=n.location	3:X
+13	range	range	NOUN	_	_	_	_	_	_	3
+14	either	either	DET	_	_	_	_	_	_	*
+15	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+16	or	or	CCONJ	_	_	_	_	_	_	*
+17	sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-30
+# sent_counter = 230
+# text = Think I 'm going to give in and pull the boots out tonight ! #bittersweet
+1	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	give	give	VERB	_	_	_	_	_	ss=v.change	2:X
+7	in	in	PART	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	pull	pull	VERB	_	_	_	_	_	ss=v.social	3:X
+10	the	the	DET	_	_	_	_	_	_	*
+11	boots	boot	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	out	out	PART	_	_	_	_	_	_	3
+13	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	#bittersweet	#bittersweet	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-31
+# sent_counter = 231
+# text = nightmare before christmas !!!
+1	nightmare	nightmare	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	before	before	ADP	_	_	_	_	_	_	*
+3	christmas	christmas	PROPN	_	_	_	_	_	ss=n.event	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-32
+# sent_counter = 232
+# text = @hdscc Yo Man , just won $1000 tonight . 100% Bonus , Bonus Code : win2bet ! Fantastic Place to Play http://bit.ly/aoDEls?=njq4
+1	@hdscc	@hdscc	PROPN	_	_	_	_	_	_	*
+2	Yo	yo	INTJ	_	_	_	_	_	_	*
+3	Man	man	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	won	win	VERB	_	_	_	_	_	ss=v.competition	*
+7	$1000	$1000	NUM	_	_	_	_	_	_	*
+8	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	100%	100%	NUM	_	_	_	_	_	_	*
+11	Bonus	bonus	NOUN	_	_	_	_	_	ss=n.possession	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	Bonus	bonus	NOUN	_	_	_	_	_	ss=n.possession	*
+14	Code	code	NOUN	_	_	_	_	_	ss=n.communication	*
+15	:	:	PUNCT	_	_	_	_	_	_	*
+16	win2bet	win2bet	NOUN	_	_	_	_	_	ss=n.communication	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+19	Place	place	NOUN	_	_	_	_	_	ss=n.location	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	Play	play	VERB	_	_	_	_	_	ss=v.competition	*
+22	http://bit.ly/aoDEls?=njq4	http://bit.ly/aodels?=njq4	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-33
+# sent_counter = 233
+# text = RT @mrdaveyd : PG&lt;E donated 35G to state committe chairman investigating them 1day after explosion in #sanBrunofire -Who is still defendi ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@mrdaveyd	@mrdaveyd	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	PG&lt;E	pg&lt;e	PROPN	_	_	_	_	_	ss=n.group	*
+5	donated	donate	VERB	_	_	_	_	_	ss=v.possession	*
+6	35G	35g	NUM	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	state	state	NOUN	_	_	_	_	_	ss=n.group	*
+9	committe	committe	NOUN	_	_	_	_	_	ss=n.group	*
+10	chairman	chairman	NOUN	_	_	_	_	_	ss=n.person	*
+11	investigating	investigate	VERB	_	_	_	_	_	ss=v.communication	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	1day	1day	NOUN	_	_	_	_	_	ss=n.time	*
+14	after	after	ADP	_	_	_	_	_	_	*
+15	explosion	explosion	NOUN	_	_	_	_	_	ss=n.event	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	#sanBrunofire	#sanbrunofire	X	_	_	_	_	_	_	*
+18	-Who	-who	PRON	_	_	_	_	_	_	*
+19	is	be	AUX	_	_	_	_	_	_	*
+20	still	still	ADV	_	_	_	_	_	_	*
+21	defendi	defendi	VERB	_	_	_	_	_	ss=v.communication	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-34
+# sent_counter = 234
+# text = I called my sister and she asked why i want a mcdonalds at this time of nigh t.i said ' blame rose ' she said ' who 's rose ?' lmao
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+8	why	why	ADV	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	mcdonalds	mcdonalds	NOUN	_	_	_	_	_	ss=n.food	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	nigh	nigh	NOUN	_	_	_	_	_	ss=n.time	*
+18	t.i	t.i	NOUN	_	_	_	_	_	_	*
+19	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+20	'	'	PUNCT	_	_	_	_	_	_	*
+21	blame	blame	VERB	_	_	_	_	_	ss=v.communication	*
+22	rose	rose	PROPN	_	_	_	_	_	ss=n.person	*
+23	'	'	PUNCT	_	_	_	_	_	_	*
+24	she	she	PRON	_	_	_	_	_	_	*
+25	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+26	'	'	PUNCT	_	_	_	_	_	_	*
+27	who	who	PRON	_	_	_	_	_	ss=n.group	*
+28	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+29	rose	rose	PROPN	_	_	_	_	_	ss=n.person	*
+30	?'	?'	PUNCT	_	_	_	_	_	_	*
+31	lmao	lmao	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-35
+# sent_counter = 235
+# text = Fresh out the psych ward today
+1	Fresh	fresh	ADJ	_	_	_	_	_	_	*
+2	out	out	PART	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	psych	psych	NOUN	_	_	_	_	_	ss=n.group	1:X
+5	ward	ward	NOUN	_	_	_	_	_	_	1
+6	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-36
+# sent_counter = 236
+# text = @IzzieZac Told you !! :o )) When 's she back again ?
+1	@IzzieZac	@izziezac	PROPN	_	_	_	_	_	_	*
+2	Told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5	:o	:o	INTJ	_	_	_	_	_	_	*
+6	))	))	INTJ	_	_	_	_	_	_	*
+7	When	when	ADV	_	_	_	_	_	_	*
+8	's	's	PRON	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	back	back	ADV	_	_	_	_	_	_	*
+11	again	again	ADV	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-37
+# sent_counter = 237
+# text = Today was awesome , I finally get to relax :)
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	awesome	awesome	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	finally	finally	ADV	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.change	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	relax	relax	VERB	_	_	_	_	_	ss=v.body	*
+10	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-38
+# sent_counter = 238
+# text = #yesterday
+1	#yesterday	#yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-39
+# sent_counter = 239
+# text = My #twitter age is 458 days 0 hours 3 minutes 49 seconds . Find out yours at http://twitter.seocoder.org/ #twittertime
+1	My	my	PRON	_	_	_	_	_	_	*
+2	#twitter	#twitter	NOUN	_	_	_	_	_	ss=n.group	*
+3	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	458	458	NUM	_	_	_	_	_	_	*
+6	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+7	0	0	NUM	_	_	_	_	_	_	*
+8	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+9	3	3	NUM	_	_	_	_	_	_	*
+10	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+11	49	49	NUM	_	_	_	_	_	_	*
+12	seconds	second	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	Find	find	VERB	_	_	_	_	_	ss=v.cognition	1:X
+15	out	out	PART	_	_	_	_	_	_	1
+16	yours	yours	PRON	_	_	_	_	_	_	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	http://twitter.seocoder.org/	http://twitter.seocoder.org/	X	_	_	_	_	_	_	*
+19	#twittertime	#twittertime	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-40
+# sent_counter = 240
+# text = ugh so this chick onFB jus wrote this long status cussin me out , but im not even gonna stoop to her leve but i wanna bomb her ass out so bad
+1	ugh	ugh	INTJ	_	_	_	_	_	_	*
+2	so	so	INTJ	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	chick	chick	NOUN	_	_	_	_	_	ss=n.person	*
+5	onFB	onfb	PROPN	_	_	_	_	_	ss=n.group	*
+6	jus	jus	ADV	_	_	_	_	_	_	*
+7	wrote	write	VERB	_	_	_	_	_	ss=v.communication	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	long	long	ADJ	_	_	_	_	_	_	*
+10	status	status	NOUN	_	_	_	_	_	ss=n.communication	*
+11	cussin	cussin	VERB	_	_	_	_	_	ss=v.communication	1:X
+12	me	me	PRON	_	_	_	_	_	_	*
+13	out	out	PART	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	im	im	PRON	_	_	_	_	_	_	*
+17	not	not	ADV	_	_	_	_	_	_	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	gonna	gonna	VERB	_	_	_	_	_	_	*
+20	stoop	stoop	VERB	_	_	_	_	_	ss=v.social	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	her	her	PRON	_	_	_	_	_	_	*
+23	leve	leve	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	but	but	CCONJ	_	_	_	_	_	_	*
+25	i	i	PRON	_	_	_	_	_	_	*
+26	wanna	wanna	VERB	_	_	_	_	_	ss=v.communication	*
+27	bomb	bomb	VERB	_	_	_	_	_	ss=v.emotion	2:X
+28	her	her	PRON	_	_	_	_	_	_	*
+29	ass	ass	NOUN	_	_	_	_	_	ss=n.body	*
+30	out	out	PART	_	_	_	_	_	_	2
+31	so	so	ADV	_	_	_	_	_	_	*
+32	bad	bad	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-41
+# sent_counter = 241
+# text = pulling an all nighter tonight .... good times are approaching
+1	pulling	pull	VERB	_	_	_	_	_	ss=v.stative	*
+2	an	an	DET	_	_	_	_	_	_	*
+3	all	all	DET	_	_	_	_	_	ss=n.time	1:X
+4	nighter	nighter	NOUN	_	_	_	_	_	_	1
+5	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+6	....	....	PUNCT	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.feeling	*
+9	are	be	AUX	_	_	_	_	_	_	*
+10	approaching	approach	VERB	_	_	_	_	_	ss=v.change	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-42
+# sent_counter = 242
+# text = It 's official . Next book club selection is " Not a Genuine Black Man " by @BrianCopie I saw the show a few years ago and it was fantastic .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	official	official	NOUN	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Next	next	ADJ	_	_	_	_	_	_	*
+6	book	book	NOUN	_	_	_	_	_	ss=n.group	1:X
+7	club	club	NOUN	_	_	_	_	_	_	1
+8	selection	selection	NOUN	_	_	_	_	_	ss=n.act	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	Not	not	PROPN	_	_	_	_	_	ss=n.communication	2:X
+12	a	a	PROPN	_	_	_	_	_	_	2
+13	Genuine	genuine	PROPN	_	_	_	_	_	_	2
+14	Black	black	PROPN	_	_	_	_	_	_	2
+15	Man	man	PROPN	_	_	_	_	_	_	2
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	by	by	ADP	_	_	_	_	_	_	*
+18	@BrianCopie	@briancopie	PROPN	_	_	_	_	_	ss=n.person	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	few	few	ADJ	_	_	_	_	_	_	*
+25	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+26	ago	ago	ADV	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-43
+# sent_counter = 243
+# text = @FirstLadyEve have a dating show with @ogochocinco evry week 'll compete with sum hawt dude 2 keep ur intrest like @willdemps my$ on will
+1	@FirstLadyEve	@firstladyeve	PROPN	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	dating	dating	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	show	show	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	@ogochocinco	@ogochocinco	PROPN	_	_	_	_	_	ss=n.group	*
+8	evry	evry	ADJ	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	'll	'll	AUX	_	_	_	_	_	_	*
+11	compete	compete	VERB	_	_	_	_	_	ss=v.competition	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	sum	sum	DET	_	_	_	_	_	_	*
+14	hawt	hawt	ADJ	_	_	_	_	_	_	*
+15	dude	dude	NOUN	_	_	_	_	_	ss=n.person	*
+16	2	2	PART	_	_	_	_	_	_	*
+17	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+18	ur	ur	PRON	_	_	_	_	_	_	*
+19	intrest	intrest	NOUN	_	_	_	_	_	ss=n.feeling	*
+20	like	like	ADP	_	_	_	_	_	_	*
+21	@willdemps	@willdemps	PROPN	_	_	_	_	_	ss=n.person	*
+22	my$	my$	PRON	_	_	_	_	_	_	*
+23	on	on	ADP	_	_	_	_	_	_	*
+24	will	will	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-44
+# sent_counter = 244
+# text = RT @twitter : #AskEv your big questions about the new Twitter . com today at 1pm PST . 'll be responding from his own account (@ev) . Make ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@twitter	@twitter	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#AskEv	#askev	NOUN	_	_	_	_	_	ss=n.person	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	big	big	ADJ	_	_	_	_	_	_	*
+7	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	new	new	ADJ	_	_	_	_	_	_	*
+11	Twitter	twitter	X	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	com	com	X	_	_	_	_	_	_	*
+14	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+15	at	at	ADP	_	_	_	_	_	_	*
+16	1pm	1pm	NUM	_	_	_	_	_	_	*
+17	PST	pst	PROPN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	'll	'll	AUX	_	_	_	_	_	_	*
+20	be	be	AUX	_	_	_	_	_	_	*
+21	responding	respond	VERB	_	_	_	_	_	ss=v.communication	*
+22	from	from	ADP	_	_	_	_	_	_	*
+23	his	his	PRON	_	_	_	_	_	_	*
+24	own	own	ADJ	_	_	_	_	_	_	*
+25	account	account	NOUN	_	_	_	_	_	ss=n.communication	*
+26	(@ev)	(@ev)	PROPN	_	_	_	_	_	ss=n.person	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+28	Make	make	VERB	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-45
+# sent_counter = 245
+# text = I need a syringe of anything you want but which will switch me off till tomorrow noon , anyone ??
+1	I	i	PRON	_	_	_	_	_	_	*
+2	need	need	VERB	_	_	_	_	_	ss=v.consumption	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	syringe	syringe	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	anything	anything	NOUN	_	_	_	_	_	ss=n.substance	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	which	which	DET	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	switch	switch	VERB	_	_	_	_	_	ss=v.change	1:X
+13	me	me	PRON	_	_	_	_	_	_	*
+14	off	off	PART	_	_	_	_	_	_	1
+15	till	till	ADP	_	_	_	_	_	_	*
+16	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+17	noon	noon	NOUN	_	_	_	_	_	ss=n.time	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	anyone	anyone	NOUN	_	_	_	_	_	ss=n.person	*
+20	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-46
+# sent_counter = 246
+# text = RT @high_n_fly : #FACT when you are comfortable with yourself nothing else matters nobody can tell you about yourself #HnF
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@high_n_fly	@high_n_fly	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#FACT	#fact	NOUN	_	_	_	_	_	ss=n.communication	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	yourself	yourself	PRON	_	_	_	_	_	_	*
+11	nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+12	else	else	ADV	_	_	_	_	_	_	*
+13	matters	matter	VERB	_	_	_	_	_	ss=v.cognition	*
+14	nobody	nobody	NOUN	_	_	_	_	_	_	*
+15	can	can	AUX	_	_	_	_	_	_	*
+16	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	about	about	ADP	_	_	_	_	_	_	*
+19	yourself	yourself	PRON	_	_	_	_	_	_	*
+20	#HnF	#hnf	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-47
+# sent_counter = 247
+# text = @SoccerByIves Let 's hope the Serie A continues to be on the tv schedule next week . This strike has fans of Calcio worried ....
+1	@SoccerByIves	@soccerbyives	PROPN	_	_	_	_	_	_	*
+2	Let	let	VERB	_	_	_	_	_	ss=v.social	*
+3	's	's	AUX	_	_	_	_	_	_	*
+4	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Serie	serie	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	A	a	PROPN	_	_	_	_	_	_	1
+8	continues	continue	VERB	_	_	_	_	_	ss=v.communication	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	tv	tv	NOUN	_	_	_	_	_	ss=n.communication	2:X
+14	schedule	schedule	NOUN	_	_	_	_	_	_	2
+15	next	next	ADJ	_	_	_	_	_	_	*
+16	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	This	this	DET	_	_	_	_	_	_	*
+19	strike	strike	NOUN	_	_	_	_	_	ss=n.act	*
+20	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+21	fans	fan	NOUN	_	_	_	_	_	ss=n.person	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	Calcio	calcio	PROPN	_	_	_	_	_	ss=n.group	*
+24	worried	worry	VERB	_	_	_	_	_	ss=v.emotion	*
+25	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-48
+# sent_counter = 248
+# text = RT @JeremiahBonds : who thinks they deserve a #ff follow friday ? lol &lt; &lt; @Ms_GudBitch Duhhh Lol :)
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JeremiahBonds	@jeremiahbonds	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	who	who	PRON	_	_	_	_	_	ss=n.group	*
+5	thinks	think	VERB	_	_	_	_	_	ss=v.cognition	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	deserve	deserve	VERB	_	_	_	_	_	ss=v.cognition	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	#ff	#ff	X	_	_	_	_	_	_	*
+10	follow	follow	NOUN	_	_	_	_	_	ss=n.communication	1:X
+11	friday	friday	NOUN	_	_	_	_	_	_	1
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	lol	lol	INTJ	_	_	_	_	_	_	*
+14	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+15	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+16	@Ms_GudBitch	@ms_gudbitch	PROPN	_	_	_	_	_	ss=n.person	*
+17	Duhhh	duhhh	INTJ	_	_	_	_	_	_	*
+18	Lol	lol	INTJ	_	_	_	_	_	_	*
+19	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-49
+# sent_counter = 249
+# text = http://bit.ly/aTTQYq When Pepsi to ring usually confirm to , winning a Nokia 5800 ?
+1	http://bit.ly/aTTQYq	http://bit.ly/attqyq	X	_	_	_	_	_	_	*
+2	When	when	ADV	_	_	_	_	_	_	*
+3	Pepsi	pepsi	PROPN	_	_	_	_	_	ss=n.food	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	ring	ring	VERB	_	_	_	_	_	ss=v.communication	*
+6	usually	usually	ADV	_	_	_	_	_	_	*
+7	confirm	confirm	VERB	_	_	_	_	_	ss=v.communication	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	winning	win	VERB	_	_	_	_	_	ss=v.possession	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	Nokia	nokia	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+13	5800	5800	NUM	_	_	_	_	_	_	1
+14	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-50
+# sent_counter = 250
+# text = Just tried to watch The Inbetweeners for the first time , not entirely sure about it .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+5	The	the	PROPN	_	_	_	_	_	ss=n.communication	1:X
+6	Inbetweeners	inbetweeners	PROPN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	first	first	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	entirely	entirely	ADV	_	_	_	_	_	_	*
+14	sure	sure	ADJ	_	_	_	_	_	_	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-51
+# sent_counter = 251
+# text = WEDNESDAY NITES WE CRANK IT UP AT VISIONS LOUNGE !!!!! 18+ NO COLLEGE ID NEEDED ! LADIES FREE B4 11PM ! VISIONS LOUNGE ( 247 1ST AVE HKY )
+1	WEDNESDAY	wednesday	PROPN	_	_	_	_	_	ss=n.time	*
+2	NITES	nites	NOUN	_	_	_	_	_	ss=n.time	*
+3	WE	we	PRON	_	_	_	_	_	_	*
+4	CRANK	crank	VERB	_	_	_	_	_	ss=v.change	1:X
+5	IT	it	PRON	_	_	_	_	_	_	*
+6	UP	up	PART	_	_	_	_	_	_	1
+7	AT	at	ADP	_	_	_	_	_	_	*
+8	VISIONS	visions	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	LOUNGE	lounge	PROPN	_	_	_	_	_	_	2
+10	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+11	18+	18+	NUM	_	_	_	_	_	_	*
+12	NO	no	DET	_	_	_	_	_	_	*
+13	COLLEGE	college	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+14	ID	id	NOUN	_	_	_	_	_	_	3
+15	NEEDED	need	VERB	_	_	_	_	_	ss=v.stative	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	LADIES	lady	NOUN	_	_	_	_	_	ss=n.group	*
+18	FREE	free	ADJ	_	_	_	_	_	_	*
+19	B4	b4	ADP	_	_	_	_	_	_	*
+20	11PM	11pm	NUM	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+22	VISIONS	visions	PROPN	_	_	_	_	_	ss=n.group	4:X
+23	LOUNGE	lounge	PROPN	_	_	_	_	_	_	4
+24	(	(	PUNCT	_	_	_	_	_	_	*
+25	247	247	NUM	_	_	_	_	_	_	*
+26	1ST	1st	PROPN	_	_	_	_	_	ss=n.location	5:X
+27	AVE	ave	NOUN	_	_	_	_	_	_	5
+28	HKY	hky	PROPN	_	_	_	_	_	ss=n.location	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-52
+# sent_counter = 252
+# text = Today I justt felt special forr no reason &lt; 3 . It wass cool thou( :
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	I	i	PROPN	_	_	_	_	_	ss=n.person	*
+3	justt	justt	ADV	_	_	_	_	_	_	*
+4	felt	felt	VERB	_	_	_	_	_	ss=v.emotion	*
+5	special	special	ADJ	_	_	_	_	_	_	*
+6	forr	forr	ADP	_	_	_	_	_	_	*
+7	no	no	DET	_	_	_	_	_	_	*
+8	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+9	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+10	3	3	INTJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	It	it	PRON	_	_	_	_	_	_	*
+13	wass	wass	VERB	_	_	_	_	_	ss=v.stative	*
+14	cool	cool	ADJ	_	_	_	_	_	_	*
+15	thou(	thou(	ADV	_	_	_	_	_	_	*
+16	:	:	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-53
+# sent_counter = 253
+# text = RT @PLLGirls : Episodes 1-10 of Pretty Little Liars will air in the UK on October 18 !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@PLLGirls	@pllgirls	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Episodes	episode	NOUN	_	_	_	_	_	ss=n.communication	*
+5	1-10	1-10	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Pretty	pretty	PROPN	_	_	_	_	_	ss=n.communication	1:X
+8	Little	little	PROPN	_	_	_	_	_	_	1
+9	Liars	liars	PROPN	_	_	_	_	_	_	1
+10	will	will	AUX	_	_	_	_	_	_	*
+11	air	air	VERB	_	_	_	_	_	ss=v.communication	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	UK	uk	PROPN	_	_	_	_	_	ss=n.location	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	October	october	PROPN	_	_	_	_	_	ss=n.time	*
+17	18	18	NUM	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-54
+# sent_counter = 254
+# text = @Loserface_Laura when mike lets me know , I will let you know . I mean everyone might just switch out a lot .
+1	@Loserface_Laura	@loserface_laura	PROPN	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+4	lets	let	VERB	_	_	_	_	_	ss=v.stative	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PROPN	_	_	_	_	_	ss=n.person	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+16	everyone	everyone	NOUN	_	_	_	_	_	ss=n.person	*
+17	might	might	AUX	_	_	_	_	_	_	*
+18	just	just	ADV	_	_	_	_	_	_	*
+19	switch	switch	VERB	_	_	_	_	_	ss=v.change	1:X
+20	out	out	PART	_	_	_	_	_	_	1
+21	a	a	DET	_	_	_	_	_	_	*
+22	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-55
+# sent_counter = 255
+# text = @CULTOFMIKEY It 's too long , and it just ... I do n't know , it sounds cliche . And dumb . My sister wants to cry she hates it so much .
+1	@CULTOFMIKEY	@cultofmikey	PROPN	_	_	_	_	_	_	*
+2	It	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	too	too	ADV	_	_	_	_	_	_	*
+5	long	long	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	n't	n't	ADV	_	_	_	_	_	_	*
+14	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	sounds	sound	VERB	_	_	_	_	_	ss=v.perception	*
+18	cliche	cliche	NOUN	_	_	_	_	_	ss=n.feeling	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	And	and	CCONJ	_	_	_	_	_	_	*
+21	dumb	dumb	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	My	my	PRON	_	_	_	_	_	_	*
+24	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+25	wants	want	VERB	_	_	_	_	_	ss=v.emotion	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	cry	cry	VERB	_	_	_	_	_	ss=v.emotion	*
+28	she	she	PRON	_	_	_	_	_	_	*
+29	hates	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+30	it	it	PRON	_	_	_	_	_	_	*
+31	so	so	ADV	_	_	_	_	_	_	*
+32	much	much	ADJ	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-56
+# sent_counter = 256
+# text = Goin to my BEST friends birthday party 2day . As u can see her name is taylor and i love her like a sister ! ~HAPPY B-DAY TAYLOR !!! LUVZ YA~
+1	Goin	goin	VERB	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	my	my	PRON	_	_	_	_	_	_	*
+4	BEST	best	ADJ	_	_	_	_	_	_	*
+5	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+6	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	2:X
+7	party	party	NOUN	_	_	_	_	_	_	2
+8	2day	2day	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	As	as	ADP	_	_	_	_	_	_	*
+11	u	u	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	her	her	PRON	_	_	_	_	_	_	*
+15	name	name	NOUN	_	_	_	_	_	ss=n.attribute	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	taylor	taylor	PROPN	_	_	_	_	_	ss=n.person	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	i	i	PRON	_	_	_	_	_	_	*
+20	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+21	her	her	PRON	_	_	_	_	_	_	*
+22	like	like	ADP	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	~HAPPY	~happy	ADJ	_	_	_	_	_	_	*
+27	B-DAY	b-day	NOUN	_	_	_	_	_	ss=n.event	*
+28	TAYLOR	taylor	PROPN	_	_	_	_	_	ss=n.person	*
+29	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+30	LUVZ	luvz	VERB	_	_	_	_	_	ss=v.emotion	*
+31	YA~	ya~	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-57
+# sent_counter = 257
+# text = the day you go shirtless in school is the day I give birth to a pig
+1	the	the	DET	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.body	*
+5	shirtless	shirtless	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	give	give	VERB	_	_	_	_	_	ss=n.body	1:X
+13	birth	birth	NOUN	_	_	_	_	_	_	1
+14	to	to	PART	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	pig	pig	NOUN	_	_	_	_	_	ss=n.animal	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-58
+# sent_counter = 258
+# text = Man gets 20 years in murder plot against judge http://bit.ly/agB9iL
+1	Man	man	NOUN	_	_	_	_	_	ss=n.person	*
+2	gets	get	VERB	_	_	_	_	_	ss=v.possession	*
+3	20	20	NUM	_	_	_	_	_	_	*
+4	years	years	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	murder	murder	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+7	plot	plot	NOUN	_	_	_	_	_	_	1
+8	against	against	ADP	_	_	_	_	_	_	*
+9	judge	judge	NOUN	_	_	_	_	_	ss=n.person	*
+10	http://bit.ly/agB9iL	http://bit.ly/agb9il	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-59
+# sent_counter = 259
+# text = RT @ChrystallK : Yo , artists ! ASU Step Gallery wants your " socially relevant " comic book cover designs for a Nov . show http://bit.ly/8YLSw4
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ChrystallK	@chrystallk	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Yo	yo	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	artists	artist	NOUN	_	_	_	_	_	ss=n.person	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	ASU	asu	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Step	step	PROPN	_	_	_	_	_	_	1
+10	Gallery	gallery	PROPN	_	_	_	_	_	_	1
+11	wants	want	VERB	_	_	_	_	_	ss=v.emotion	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	socially	socially	ADV	_	_	_	_	_	_	*
+15	relevant	relevant	ADJ	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	comic	comic	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+18	book	book	NOUN	_	_	_	_	_	_	2
+19	cover	cover	NOUN	_	_	_	_	_	_	2
+20	designs	design	NOUN	_	_	_	_	_	_	2
+21	for	for	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	Nov	nov	PROPN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+26	http://bit.ly/8YLSw4	http://bit.ly/8ylsw4	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-60
+# sent_counter = 260
+# text = A day late but thank you = ) I love it
+1	A	a	DET	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+3	late	late	ADJ	_	_	_	_	_	_	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	thank	thank	VERB	_	_	_	_	_	_	1:X
+6	you	you	PRON	_	_	_	_	_	_	1
+7	=	=	INTJ	_	_	_	_	_	_	*
+8	)	)	INTJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+11	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-61
+# sent_counter = 261
+# text = @joejonas @nickjonas @kevinjonas @papajonas @greggarbo @johnlloydtaylor Rock to SECTION 204 tonight !!!!
+1	@joejonas	@joejonas	PROPN	_	_	_	_	_	_	*
+2	@nickjonas	@nickjonas	PROPN	_	_	_	_	_	_	*
+3	@kevinjonas	@kevinjonas	PROPN	_	_	_	_	_	_	*
+4	@papajonas	@papajonas	PROPN	_	_	_	_	_	_	*
+5	@greggarbo	@greggarbo	PROPN	_	_	_	_	_	_	*
+6	@johnlloydtaylor	@johnlloydtaylor	PROPN	_	_	_	_	_	_	*
+7	Rock	rock	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	SECTION	section	NOUN	_	_	_	_	_	ss=n.location	1:X
+10	204	204	NUM	_	_	_	_	_	_	1
+11	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+12	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-62
+# sent_counter = 262
+# text = @ home chilling guess I 'm staying in 2day 2 rest this week was crazy but I 'm ready for dis weekend
+1	@	@	ADP	_	_	_	_	_	_	*
+2	home	home	X	_	_	_	_	_	_	*
+3	chilling	chill	VERB	_	_	_	_	_	ss=v.stative	*
+4	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	AUX	_	_	_	_	_	_	*
+7	staying	stay	VERB	_	_	_	_	_	ss=v.stative	*
+8	in	in	PART	_	_	_	_	_	_	*
+9	2day	2day	NOUN	_	_	_	_	_	ss=n.time	*
+10	2	2	PART	_	_	_	_	_	_	*
+11	rest	rest	VERB	_	_	_	_	_	ss=v.stative	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	week	week	NOUN	_	_	_	_	_	ss=n.event	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	crazy	crazy	ADJ	_	_	_	_	_	_	*
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+19	ready	ready	ADJ	_	_	_	_	_	_	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	dis	dis	DET	_	_	_	_	_	_	*
+22	weekend	weekend	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-63
+# sent_counter = 263
+# text = Peace green tea time !! Happyzone !!!! :) ))))
+1	Peace	peace	INTJ	_	_	_	_	_	_	*
+2	green	green	ADJ	_	_	_	_	_	ss=n.food	1:X
+3	tea	tea	NOUN	_	_	_	_	_	_	1
+4	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+6	Happyzone	happyzone	PROPN	_	_	_	_	_	ss=n.feeling	*
+7	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+8	:)	:)	INTJ	_	_	_	_	_	_	*
+9	))))	))))	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-64
+# sent_counter = 264
+# text = man my twin wanna act fake today but its okay bcuz i still love you
+1	man	man	INTJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	twin	twin	NOUN	_	_	_	_	_	ss=n.person	*
+4	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+5	act	act	VERB	_	_	_	_	_	ss=v.social	*
+6	fake	fake	ADJ	_	_	_	_	_	_	*
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	its	its	PRON	_	_	_	_	_	_	*
+10	okay	okay	ADJ	_	_	_	_	_	_	*
+11	bcuz	bcuz	ADP	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+15	you	you	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-65
+# sent_counter = 265
+# text = @peasmom3 and as if I was n't obsessed with AFL already , after Sunday I 've gotten even more so !! I 'm so obsessed with his sexiness !!!!
+1	@peasmom3	@peasmom3	PROPN	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	as	as	ADV	_	_	_	_	_	_	*
+4	if	if	ADP	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	n't	n't	ADV	_	_	_	_	_	_	*
+8	obsessed	obsess	VERB	_	_	_	_	_	ss=v.emotion	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	AFL	afl	PROPN	_	_	_	_	_	ss=n.group	*
+11	already	already	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	after	after	ADP	_	_	_	_	_	_	*
+14	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.event	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	've	've	AUX	_	_	_	_	_	_	*
+17	gotten	get	VERB	_	_	_	_	_	ss=v.change	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	more	more	ADV	_	_	_	_	_	_	*
+20	so	so	ADV	_	_	_	_	_	_	*
+21	!!	!!	PUNCT	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	'm	'm	AUX	_	_	_	_	_	_	*
+24	so	so	ADV	_	_	_	_	_	_	*
+25	obsessed	obsess	VERB	_	_	_	_	_	ss=v.emotion	*
+26	with	with	ADP	_	_	_	_	_	_	*
+27	his	his	PRON	_	_	_	_	_	_	*
+28	sexiness	sexiness	NOUN	_	_	_	_	_	ss=n.attribute	*
+29	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-66
+# sent_counter = 266
+# text = RT @LilTwist : RT this if you want me to go back live on Ustream later tonight
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@LilTwist	@liltwist	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	if	if	ADP	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.communication	*
+12	back	back	ADV	_	_	_	_	_	_	*
+13	live	live	ADJ	_	_	_	_	_	_	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	Ustream	ustream	PROPN	_	_	_	_	_	ss=n.group	*
+16	later	later	ADV	_	_	_	_	_	_	*
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-67
+# sent_counter = 267
+# text = @ohy22SD Hopefully the Force will be VERY strong with the #Padres tonight . We NEED a win . #ScoreSomeRuns
+1	@ohy22SD	@ohy22sd	PROPN	_	_	_	_	_	_	*
+2	Hopefully	hopefully	ADV	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Force	force	PROPN	_	_	_	_	_	ss=n.phenomenon	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	VERY	very	ADV	_	_	_	_	_	_	*
+8	strong	strong	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	#Padres	#padres	NOUN	_	_	_	_	_	ss=n.group	*
+12	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	We	we	PRON	_	_	_	_	_	_	*
+15	NEED	need	VERB	_	_	_	_	_	ss=v.emotion	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	win	win	NOUN	_	_	_	_	_	ss=n.event	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	#ScoreSomeRuns	#scoresomeruns	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-68
+# sent_counter = 268
+# text = Bestfriend HouseTonight Til Sunday Route 66 Tomarrow Wit The Cuhzans , Bestfriend&lt;Ride Or Die . Fuxx Widd IHT MODEL'$$ Repp :)
+1	Bestfriend	bestfriend	NOUN	_	_	_	_	_	ss=n.person	*
+2	HouseTonight	housetonight	NOUN	_	_	_	_	_	ss=n.location	*
+3	Til	til	ADP	_	_	_	_	_	_	*
+4	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+5	Route	route	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	66	66	NUM	_	_	_	_	_	_	1
+7	Tomarrow	tomarrow	NOUN	_	_	_	_	_	ss=n.time	*
+8	Wit	wit	ADP	_	_	_	_	_	_	*
+9	The	the	DET	_	_	_	_	_	_	*
+10	Cuhzans	cuhzans	NOUN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Bestfriend&lt;Ride	bestfriend&lt;ride	NOUN	_	_	_	_	_	ss=n.act	2:X
+13	Or	or	CCONJ	_	_	_	_	_	_	2
+14	Die	die	VERB	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Fuxx	fuxx	VERB	_	_	_	_	_	_	*
+17	Widd	widd	ADP	_	_	_	_	_	_	*
+18	IHT	iht	PROPN	_	_	_	_	_	_	*
+19	MODEL'$$	model'$$	NOUN	_	_	_	_	_	ss=n.person	*
+20	Repp	repp	NOUN	_	_	_	_	_	_	*
+21	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-69
+# sent_counter = 269
+# text = Good day looking for software n usb drivers http://f.ast.ly/DfxRf
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	software	software	NOUN	_	_	_	_	_	ss=n.communication	*
+6	n	n	CCONJ	_	_	_	_	_	_	*
+7	usb	usb	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+8	drivers	driver	NOUN	_	_	_	_	_	_	1
+9	http://f.ast.ly/DfxRf	http://f.ast.ly/dfxrf	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-70
+# sent_counter = 270
+# text = I was 15 minutes late yesterday so I left 20 min earlier today . I will be 20 minutes late today . #lifeispointless
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	15	15	NUM	_	_	_	_	_	_	*
+4	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+5	late	late	ADJ	_	_	_	_	_	_	*
+6	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+7	so	so	ADP	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+10	20	20	NUM	_	_	_	_	_	_	*
+11	min	min	NOUN	_	_	_	_	_	ss=n.time	*
+12	earlier	earlier	ADV	_	_	_	_	_	_	*
+13	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	will	will	AUX	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	20	20	NUM	_	_	_	_	_	_	*
+19	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+20	late	late	ADJ	_	_	_	_	_	_	*
+21	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	#lifeispointless	#lifeispointless	NOUN	_	_	_	_	_	ss=n.feeling	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-71
+# sent_counter = 271
+# text = @isaccnewton7 call me when u go out to practice
+1	@isaccnewton7	@isaccnewton7	PROPN	_	_	_	_	_	_	*
+2	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	out	out	PART	_	_	_	_	_	_	1
+8	to	to	PART	_	_	_	_	_	_	*
+9	practice	practice	VERB	_	_	_	_	_	ss=v.social	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-72
+# sent_counter = 272
+# text = @JoshRamsayArmy Kay sorry ... Well my dad lest when i was 3 . He has issues . He held a knife at mom . I can STILL remember that ... =/
+1	@JoshRamsayArmy	@joshramsayarmy	PROPN	_	_	_	_	_	_	*
+2	Kay	kay	PROPN	_	_	_	_	_	ss=n.person	*
+3	sorry	sorry	ADJ	_	_	_	_	_	_	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	Well	well	INTJ	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+8	lest	lest	VERB	_	_	_	_	_	ss=v.stative	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	3	3	NUM	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	He	he	PRON	_	_	_	_	_	_	*
+15	has	have	VERB	_	_	_	_	_	ss=v.possession	*
+16	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	He	he	PRON	_	_	_	_	_	_	*
+19	held	hold	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	knife	knife	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	can	can	AUX	_	_	_	_	_	_	*
+27	STILL	still	ADV	_	_	_	_	_	_	*
+28	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+31	=/	=/	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-73
+# sent_counter = 273
+# text = RT @kiera16_x : #Twitition HELP us meet Justin Bieber on November 6 ( : THANKYOU http://twitition.com/oxm5g @MariaMdn
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@kiera16_x	@kiera16_x	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#Twitition	#twitition	X	_	_	_	_	_	_	*
+5	HELP	help	VERB	_	_	_	_	_	ss=v.social	*
+6	us	us	PRON	_	_	_	_	_	_	*
+7	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+8	Justin	justin	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Bieber	bieber	PROPN	_	_	_	_	_	_	1
+10	on	on	ADP	_	_	_	_	_	_	*
+11	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+12	6	6	NUM	_	_	_	_	_	_	*
+13	(	(	INTJ	_	_	_	_	_	_	*
+14	:	:	INTJ	_	_	_	_	_	_	*
+15	THANKYOU	thankyou	INTJ	_	_	_	_	_	_	*
+16	http://twitition.com/oxm5g	http://twitition.com/oxm5g	X	_	_	_	_	_	_	*
+17	@MariaMdn	@mariamdn	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-74
+# sent_counter = 274
+# text = i swear when you miss 1 day of school , feels like you missed a whole year ! dont even have homwork today , suprising ?
+1	i	i	PRON	_	_	_	_	_	_	*
+2	swear	swear	VERB	_	_	_	_	_	ss=v.communication	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	miss	miss	VERB	_	_	_	_	_	ss=v.stative	*
+6	1	1	NUM	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	school	school	NOUN	_	_	_	_	_	ss=n.event	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	feels	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+12	like	like	ADP	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	missed	miss	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	whole	whole	ADJ	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	dont	dont	VERB	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+22	homwork	homwork	NOUN	_	_	_	_	_	ss=n.act	*
+23	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	suprising	suprising	ADJ	_	_	_	_	_	_	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-75
+# sent_counter = 275
+# text = Preventing Public Health Disasters [ The Pump Handle] : Earlier this week , FDA Commissioner Margaret Hamburg present ... http://bit.ly/9i1AEg
+1	Preventing	prevent	VERB	_	_	_	_	_	ss=v.change	*
+2	Public	public	NOUN	_	_	_	_	_	ss=n.event	1:X
+3	Health	health	NOUN	_	_	_	_	_	_	1
+4	Disasters	disaster	NOUN	_	_	_	_	_	_	1
+5	[	[	PUNCT	_	_	_	_	_	_	*
+6	The	the	DET	_	_	_	_	_	ss=n.communication	2:X
+7	Pump	pump	NOUN	_	_	_	_	_	_	2
+8	Handle]	handle]	NOUN	_	_	_	_	_	_	2
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	Earlier	earlier	ADV	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	FDA	fda	PROPN	_	_	_	_	_	ss=n.group	3:X
+15	Commissioner	commissioner	NOUN	_	_	_	_	_	_	3
+16	Margaret	margaret	PROPN	_	_	_	_	_	ss=n.person	4:X
+17	Hamburg	hamburg	PROPN	_	_	_	_	_	_	4
+18	present	present	VERB	_	_	_	_	_	ss=v.communication	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	http://bit.ly/9i1AEg	http://bit.ly/9i1aeg	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-76
+# sent_counter = 276
+# text = Lol lucky me , u remembered me :D ... When u c her again tell her I say hi x )
+1	Lol	lol	INTJ	_	_	_	_	_	_	*
+2	lucky	lucky	ADJ	_	_	_	_	_	_	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	remembered	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	:D	:d	INTJ	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	When	when	ADV	_	_	_	_	_	_	*
+11	u	u	PRON	_	_	_	_	_	_	*
+12	c	c	VERB	_	_	_	_	_	ss=v.perception	*
+13	her	her	PRON	_	_	_	_	_	_	*
+14	again	again	ADV	_	_	_	_	_	_	*
+15	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+19	hi	hi	INTJ	_	_	_	_	_	_	*
+20	x	x	INTJ	_	_	_	_	_	_	*
+21	)	)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-77
+# sent_counter = 277
+# text = watching the VMA pre-show again lol it was n't even a good show the first time ... so bored !
+1	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	VMA	vma	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	pre-show	pre-show	NOUN	_	_	_	_	_	_	1
+5	again	again	ADV	_	_	_	_	_	_	*
+6	lol	lol	INTJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	good	good	ADJ	_	_	_	_	_	_	*
+13	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	first	first	ADJ	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	bored	bore	VERB	_	_	_	_	_	ss=v.emotion	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-78
+# sent_counter = 278
+# text = DJ set at The Standard in LA tonight ! http://fb.me/I91IUaEq
+1	DJ	dj	PROPN	_	_	_	_	_	ss=n.act	1:X
+2	set	set	NOUN	_	_	_	_	_	_	1
+3	at	at	ADP	_	_	_	_	_	_	*
+4	The	the	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	Standard	standard	PROPN	_	_	_	_	_	_	2
+6	in	in	ADP	_	_	_	_	_	_	*
+7	LA	la	PROPN	_	_	_	_	_	ss=n.location	*
+8	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	http://fb.me/I91IUaEq	http://fb.me/i91iuaeq	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-79
+# sent_counter = 279
+# text = This is the 2nd hospital ive been in today , but ive just seen a doctor who was an older version of justin :' )
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	2nd	2nd	NUM	_	_	_	_	_	_	*
+5	hospital	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+6	ive	ive	PRON	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	ive	ive	PRON	_	_	_	_	_	_	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	an	an	DET	_	_	_	_	_	_	*
+20	older	older	ADJ	_	_	_	_	_	_	*
+21	version	version	NOUN	_	_	_	_	_	ss=n.relation	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	justin	justin	PROPN	_	_	_	_	_	ss=n.person	*
+24	:'	:'	INTJ	_	_	_	_	_	_	*
+25	)	)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-80
+# sent_counter = 280
+# text = Personal Twitter is now ago . People can now keep track of me instead of just my films and production company .
+1	Personal	personal	ADJ	_	_	_	_	_	_	*
+2	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	now	now	ADV	_	_	_	_	_	_	*
+5	ago	ago	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	People	people	NOUN	_	_	_	_	_	ss=n.person	*
+8	can	can	AUX	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	keep	keep	VERB	_	_	_	_	_	ss=n.act	1:X
+11	track	track	NOUN	_	_	_	_	_	_	1
+12	of	of	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	instead	instead	ADV	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	films	film	NOUN	_	_	_	_	_	ss=n.communication	2:X
+19	and	and	CCONJ	_	_	_	_	_	_	2
+20	production	production	NOUN	_	_	_	_	_	_	2
+21	company	company	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-81
+# sent_counter = 281
+# text = @Suzie55 whispering cause I may have had 1 too many vodka 's last night and am a lil fragile , hold me ?
+1	@Suzie55	@suzie55	PROPN	_	_	_	_	_	_	*
+2	whispering	whisper	VERB	_	_	_	_	_	ss=v.communication	*
+3	cause	cause	ADP	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	may	may	AUX	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+8	1	1	NUM	_	_	_	_	_	_	1:X
+9	too	too	ADV	_	_	_	_	_	_	1
+10	many	many	ADJ	_	_	_	_	_	_	1
+11	vodka	vodka	NOUN	_	_	_	_	_	ss=n.food	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	last	last	ADJ	_	_	_	_	_	_	*
+14	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	lil	lil	ADJ	_	_	_	_	_	_	*
+19	fragile	fragile	NOUN	_	_	_	_	_	ss=n.feeling	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	hold	hold	VERB	_	_	_	_	_	ss=v.contact	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-82
+# sent_counter = 282
+# text = @bendingoutward What about the site could be changed in order to reduce the time required for you to provide solutions ?
+1	@bendingoutward	@bendingoutward	PROPN	_	_	_	_	_	_	*
+2	What	what	PRON	_	_	_	_	_	_	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	site	site	NOUN	_	_	_	_	_	ss=n.group	*
+6	could	could	AUX	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+9	in	in	ADP	_	_	_	_	_	_	1:X
+10	order	order	NOUN	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	1
+12	reduce	reduce	VERB	_	_	_	_	_	ss=v.change	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	required	require	VERB	_	_	_	_	_	ss=v.stative	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	provide	provide	VERB	_	_	_	_	_	ss=v.change	*
+20	solutions	solution	NOUN	_	_	_	_	_	ss=n.act	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-83
+# sent_counter = 283
+# text = I like @SouljaBoy songs after a few drinks
+1	I	i	PRON	_	_	_	_	_	_	*
+2	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	@SouljaBoy	@souljaboy	PROPN	_	_	_	_	_	ss=n.person	*
+4	songs	song	NOUN	_	_	_	_	_	ss=n.communication	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	few	few	ADJ	_	_	_	_	_	_	*
+8	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-84
+# sent_counter = 284
+# text = ... asked me a question for once , but no ! You ask me about fucking donuts you donut ... have a nice day :P
+1	...	...	PUNCT	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	once	once	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	no	no	INTJ	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	You	you	PRON	_	_	_	_	_	_	*
+13	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	fucking	fucking	ADV	_	_	_	_	_	_	*
+17	donuts	donut	NOUN	_	_	_	_	_	ss=n.food	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	donut	donut	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	...	...	PUNCT	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	nice	nice	ADJ	_	_	_	_	_	_	*
+24	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+25	:P	:p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-85
+# sent_counter = 285
+# text = every year your " bestfriend " get yo ass in trouble smdh #doinme
+1	every	every	DET	_	_	_	_	_	_	*
+2	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+3	your	your	PART	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	bestfriend	bestfriend	NOUN	_	_	_	_	_	ss=n.person	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.social	*
+8	yo	yo	PRON	_	_	_	_	_	_	*
+9	ass	ass	NOUN	_	_	_	_	_	ss=n.person	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	trouble	trouble	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	smdh	smdh	INTJ	_	_	_	_	_	_	*
+13	#doinme	#doinme	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-86
+# sent_counter = 286
+# text = And now the wait til the games get started for the day .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	wait	wait	NOUN	_	_	_	_	_	ss=n.time	*
+5	til	til	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	games	game	NOUN	_	_	_	_	_	ss=n.act	*
+8	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+9	started	start	VERB	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-87
+# sent_counter = 287
+# text = belles mansion 4 bday dinner . eventhough its a day early . *N*I*K*K*I*
+1	belles	belles	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	mansion	mansion	NOUN	_	_	_	_	_	_	1
+3	4	4	ADP	_	_	_	_	_	_	*
+4	bday	bday	NOUN	_	_	_	_	_	ss=n.event	2:X
+5	dinner	dinner	NOUN	_	_	_	_	_	_	2
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	eventhough	eventhough	ADV	_	_	_	_	_	_	*
+8	its	its	PRON	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	early	early	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	*N*I*K*K*I*	*n*i*k*k*i*	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-88
+# sent_counter = 288
+# text = CHILLIN @LIVE TONIGHT !
+1	CHILLIN	chillin	VERB	_	_	_	_	_	ss=v.stative	*
+2	@LIVE	@live	PROPN	_	_	_	_	_	_	*
+3	TONIGHT	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-89
+# sent_counter = 289
+# text = But in any case I suppose you will not let it away for some days ?
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	1:X
+3	any	any	DET	_	_	_	_	_	_	1
+4	case	case	NOUN	_	_	_	_	_	_	1
+5	I	i	PRON	_	_	_	_	_	_	*
+6	suppose	suppose	VERB	_	_	_	_	_	ss=v.cognition	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	not	not	ADV	_	_	_	_	_	_	*
+10	let	let	VERB	_	_	_	_	_	ss=v.contact	2:X
+11	it	it	PRON	_	_	_	_	_	_	*
+12	away	away	ADV	_	_	_	_	_	_	2
+13	for	for	ADP	_	_	_	_	_	_	*
+14	some	some	DET	_	_	_	_	_	_	*
+15	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-90
+# sent_counter = 290
+# text = So this will be more lhs games then i went to then when i went to lhs
+1	So	so	ADP	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	more	more	ADJ	_	_	_	_	_	_	*
+6	lhs	lhs	PROPN	_	_	_	_	_	ss=n.act	1:X
+7	games	game	NOUN	_	_	_	_	_	_	1
+8	then	then	ADP	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	then	then	ADP	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	i	i	PRON	_	_	_	_	_	_	*
+15	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	lhs	lhs	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-91
+# sent_counter = 291
+# text = @ToriVicotia aaahhh ! Me too !!!! Its so much better than when you play it yourself ! Haha !
+1	@ToriVicotia	@torivicotia	PROPN	_	_	_	_	_	_	*
+2	aaahhh	aaahhh	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	Me	me	PRON	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+7	Its	its	PRON	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	much	much	ADV	_	_	_	_	_	_	*
+10	better	better	ADJ	_	_	_	_	_	_	*
+11	than	than	ADP	_	_	_	_	_	_	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	play	play	VERB	_	_	_	_	_	ss=v.body	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	yourself	yourself	PRON	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	Haha	haha	INTJ	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-92
+# sent_counter = 292
+# text = lush when ya download limit has been succeeded like all night : L
+1	lush	lush	INTJ	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	ya	ya	PRON	_	_	_	_	_	_	*
+4	download	download	NOUN	_	_	_	_	_	ss=n.quantity	1:X
+5	limit	limit	NOUN	_	_	_	_	_	_	1
+6	has	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	succeeded	succeeded	ADV	_	_	_	_	_	_	*
+9	like	like	INTJ	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+12	:	:	INTJ	_	_	_	_	_	_	*
+13	L	l	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-93
+# sent_counter = 293
+# text = I HATE MY MOTHER !!!!!!!!!!!... Where is Dee when I need him
+1	I	i	PRON	_	_	_	_	_	_	*
+2	HATE	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	MY	my	PRON	_	_	_	_	_	_	*
+4	MOTHER	mother	NOUN	_	_	_	_	_	ss=n.person	*
+5	!!!!!!!!!!!...	!!!!!!!!!!!...	PUNCT	_	_	_	_	_	_	*
+6	Where	where	ADV	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	Dee	dee	PROPN	_	_	_	_	_	ss=n.person	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	need	need	VERB	_	_	_	_	_	ss=v.emotion	*
+12	him	him	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-94
+# sent_counter = 294
+# text = Pick up here . Deliver on Dayton NJ tomorrow (@ Ball Metal Container )
+1	Pick	pick	VERB	_	_	_	_	_	ss=v.contact	1:X
+2	up	up	PART	_	_	_	_	_	_	1
+3	here	here	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Deliver	deliver	VERB	_	_	_	_	_	ss=v.contact	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	Dayton	dayton	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	NJ	nj	PROPN	_	_	_	_	_	_	2
+9	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+10	(@	(@	ADP	_	_	_	_	_	_	*
+11	Ball	ball	PROPN	_	_	_	_	_	ss=n.shape	*
+12	Metal	metal	PROPN	_	_	_	_	_	ss=n.artifact	3:X
+13	Container	container	PROPN	_	_	_	_	_	_	3
+14	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-95
+# sent_counter = 295
+# text = MetroPCS has the worst customer service I 've experienced in months ( trying to help someone order a phone ) #metropcs #fail
+1	MetroPCS	metropcs	PROPN	_	_	_	_	_	ss=n.group	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	worst	worst	ADJ	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+6	service	service	NOUN	_	_	_	_	_	_	1
+7	I	i	PRON	_	_	_	_	_	_	*
+8	've	've	AUX	_	_	_	_	_	_	*
+9	experienced	experience	VERB	_	_	_	_	_	ss=v.perception	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	trying	try	VERB	_	_	_	_	_	ss=v.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	help	help	VERB	_	_	_	_	_	ss=v.social	*
+16	someone	someone	NOUN	_	_	_	_	_	_	*
+17	order	order	VERB	_	_	_	_	_	ss=v.possession	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	#metropcs	#metropcs	NOUN	_	_	_	_	_	_	*
+22	#fail	#fail	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-96
+# sent_counter = 296
+# text = @xSophieBx He has a habit of tweeting at the same time as you lol
+1	@xSophieBx	@xsophiebx	PROPN	_	_	_	_	_	_	*
+2	He	he	PRON	_	_	_	_	_	_	*
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	habit	habit	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	tweeting	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	same	same	ADJ	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+12	as	as	ADP	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-97
+# sent_counter = 297
+# text = I need to draw FASTER . I 'm gonna scan two weeks worth of doodles to get going , lol .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	need	need	AUX	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	draw	draw	VERB	_	_	_	_	_	ss=v.creation	*
+5	FASTER	fast	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	AUX	_	_	_	_	_	_	*
+9	gonna	gonna	VERB	_	_	_	_	_	_	*
+10	scan	scan	VERB	_	_	_	_	_	ss=v.contact	*
+11	two	two	NUM	_	_	_	_	_	_	*
+12	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	worth	worth	ADJ	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	doodles	doodle	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+18	going	go	VERB	_	_	_	_	_	_	1
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	lol	lol	INTJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-98
+# sent_counter = 298
+# text = AND EVERYTHING YOU STAND FOR , TURNS ON YOU TO SPITE YOU ? WHAT HAPPENS WHEN YOU BECOME THE MAIN SOURCE OF HER PAIN ?
+1	AND	and	CCONJ	_	_	_	_	_	_	*
+2	EVERYTHING	everything	NOUN	_	_	_	_	_	_	*
+3	YOU	you	PRON	_	_	_	_	_	_	*
+4	STAND	stand	VERB	_	_	_	_	_	ss=v.stative	*
+5	FOR	for	ADP	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	TURNS	turn	VERB	_	_	_	_	_	ss=v.change	*
+8	ON	on	PART	_	_	_	_	_	_	*
+9	YOU	you	PRON	_	_	_	_	_	_	*
+10	TO	to	PART	_	_	_	_	_	_	*
+11	SPITE	spite	VERB	_	_	_	_	_	ss=v.emotion	*
+12	YOU	you	PRON	_	_	_	_	_	_	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	WHAT	what	PRON	_	_	_	_	_	_	*
+15	HAPPENS	happen	VERB	_	_	_	_	_	ss=v.change	*
+16	WHEN	when	ADV	_	_	_	_	_	_	*
+17	YOU	you	PRON	_	_	_	_	_	_	*
+18	BECOME	become	VERB	_	_	_	_	_	ss=v.change	*
+19	THE	the	DET	_	_	_	_	_	_	*
+20	MAIN	main	ADJ	_	_	_	_	_	_	*
+21	SOURCE	source	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	OF	of	ADP	_	_	_	_	_	_	*
+23	HER	her	PRON	_	_	_	_	_	_	*
+24	PAIN	pain	NOUN	_	_	_	_	_	ss=n.feeling	*
+25	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-99
+# sent_counter = 299
+# text = LIVESTRONG Day is 10-02-10 around the world .
+1	LIVESTRONG	livestrong	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	Day	day	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	10-02-10	10-02-10	NUM	_	_	_	_	_	_	*
+5	around	around	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	world	world	NOUN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-100
+# sent_counter = 300
+# text = RT @itsPLG : Congrats to @bobburnquist for qualifying in 1st place today !!! Yeah son !!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@itsPLG	@itsplg	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Congrats	congrats	NOUN	_	_	_	_	_	ss=n.communication	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	@bobburnquist	@bobburnquist	PROPN	_	_	_	_	_	ss=n.person	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	qualifying	qualify	VERB	_	_	_	_	_	ss=v.competition	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	1st	1st	ADJ	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.relation	*
+12	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+13	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+14	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+15	son	son	INTJ	_	_	_	_	_	_	*
+16	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-101
+# sent_counter = 301
+# text = Everything shouldber cleared up by the week end .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	shouldber	shouldber	VERB	_	_	_	_	_	_	*
+3	cleared	clear	VERB	_	_	_	_	_	ss=v.change	1:X
+4	up	up	PART	_	_	_	_	_	_	1
+5	by	by	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.time	2:X
+8	end	end	NOUN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-102
+# sent_counter = 302
+# text = @toukie_s i'mgoing to sleep , not feeling very well , see you tomorrow
+1	@toukie_s	@toukie_s	PROPN	_	_	_	_	_	ss=n.person	*
+2	i'mgoing	i'mgoing	VERB	_	_	_	_	_	ss=v.body	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	sleep	sleep	VERB	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	not	not	ADV	_	_	_	_	_	_	*
+7	feeling	feel	VERB	_	_	_	_	_	ss=v.perception	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	well	well	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-103
+# sent_counter = 303
+# text = Soulja Boy | TheDeAndreWay . com - The DeAndre Way in stores Nov 2 , 2010 souljaboytellem-iga.ning.com via @SouljaBoy ! #Blessed
+1	Soulja	soulja	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Boy	boy	PROPN	_	_	_	_	_	_	1
+3	|	|	PUNCT	_	_	_	_	_	_	*
+4	TheDeAndreWay	thedeandreway	PROPN	_	_	_	_	_	ss=n.communication	2:X
+5	.	.	PUNCT	_	_	_	_	_	_	2
+6	com	com	X	_	_	_	_	_	_	2
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	The	the	DET	_	_	_	_	_	ss=n.communication	3:X
+9	DeAndre	deandre	PROPN	_	_	_	_	_	_	3
+10	Way	way	PROPN	_	_	_	_	_	_	3
+11	in	in	ADP	_	_	_	_	_	_	*
+12	stores	store	NOUN	_	_	_	_	_	ss=n.location	*
+13	Nov	nov	PROPN	_	_	_	_	_	ss=n.time	*
+14	2	2	NUM	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	2010	2010	NUM	_	_	_	_	_	_	*
+17	souljaboytellem-iga.ning.com	souljaboytellem-iga.ning.com	X	_	_	_	_	_	_	*
+18	via	via	ADP	_	_	_	_	_	_	*
+19	@SouljaBoy	@souljaboy	PROPN	_	_	_	_	_	ss=n.person	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	#Blessed	#blessed	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-104
+# sent_counter = 304
+# text = RT @dropolo Headed to da gump today alabama here I come &lt; &lt; come to shut it down broski .. fuck wit me..Parlae 's in house producer
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@dropolo	@dropolo	PROPN	_	_	_	_	_	_	*
+3	Headed	head	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	da	da	DET	_	_	_	_	_	_	*
+6	gump	gump	NOUN	_	_	_	_	_	ss=n.location	*
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+8	alabama	alabama	PROPN	_	_	_	_	_	ss=n.location	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+12	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+13	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+14	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	shut	shut	VERB	_	_	_	_	_	ss=v.social	1:X
+17	it	it	PRON	_	_	_	_	_	_	*
+18	down	down	PART	_	_	_	_	_	_	1
+19	broski	broski	PROPN	_	_	_	_	_	ss=n.person	*
+20	..	..	PUNCT	_	_	_	_	_	_	*
+21	fuck	fuck	VERB	_	_	_	_	_	ss=v.social	*
+22	wit	wit	ADP	_	_	_	_	_	_	*
+23	me..Parlae	me..parlae	PROPN	_	_	_	_	_	ss=n.person	*
+24	's	's	PART	_	_	_	_	_	_	*
+25	in	in	NOUN	_	_	_	_	_	_	*
+26	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+27	producer	producer	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-105
+# sent_counter = 305
+# text = @Dc_Luvs_Swift randomly that just made me smile :D do n't ring the bell tweet me when ur here 'll let u in :D ... that def would be awesome :D
+1	@Dc_Luvs_Swift	@dc_luvs_swift	PROPN	_	_	_	_	_	_	*
+2	randomly	randomly	ADV	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	made	make	VERB	_	_	_	_	_	ss=v.change	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+8	:D	:d	INTJ	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	n't	n't	ADV	_	_	_	_	_	_	*
+11	ring	ring	VERB	_	_	_	_	_	ss=v.contact	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	bell	bell	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	when	when	ADV	_	_	_	_	_	_	*
+17	ur	ur	PRON	_	_	_	_	_	_	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	'll	'll	AUX	_	_	_	_	_	_	*
+20	let	let	VERB	_	_	_	_	_	ss=v.social	*
+21	u	u	PRON	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	:D	:d	INTJ	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	that	that	DET	_	_	_	_	_	_	*
+26	def	def	ADV	_	_	_	_	_	_	*
+27	would	would	AUX	_	_	_	_	_	_	*
+28	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	awesome	awesome	ADJ	_	_	_	_	_	_	*
+30	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-106
+# sent_counter = 306
+# text = @justinbieber I could sing with you what I`ll do o show in november in my city oh my dream and sing one time
+1	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	ss=n.person	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	could	could	AUX	_	_	_	_	_	_	*
+4	sing	sing	VERB	_	_	_	_	_	ss=v.communication	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	I`ll	i`ll	PRON	_	_	_	_	_	_	*
+9	do	do	VERB	_	_	_	_	_	ss=v.change	*
+10	o	o	DET	_	_	_	_	_	_	*
+11	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	november	november	PROPN	_	_	_	_	_	ss=n.time	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+17	oh	oh	INTJ	_	_	_	_	_	_	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	dream	dream	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	sing	sing	VERB	_	_	_	_	_	ss=v.communication	*
+22	one	one	NUM	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-107
+# sent_counter = 307
+# text = The Basic Step Before You Even Start Thinking Of Making Your ...: Keyword research is a well known subject , yet so ... http://bit.ly/9XQgSr
+1	The	the	DET	_	_	_	_	_	_	*
+2	Basic	basic	ADJ	_	_	_	_	_	_	*
+3	Step	step	NOUN	_	_	_	_	_	ss=n.act	*
+4	Before	before	ADV	_	_	_	_	_	_	*
+5	You	you	PRON	_	_	_	_	_	_	*
+6	Even	even	ADV	_	_	_	_	_	_	*
+7	Start	start	VERB	_	_	_	_	_	ss=v.change	*
+8	Thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+9	Of	of	ADP	_	_	_	_	_	_	*
+10	Making	make	VERB	_	_	_	_	_	ss=v.creation	*
+11	Your	your	PRON	_	_	_	_	_	_	*
+12	...:	...:	PUNCT	_	_	_	_	_	_	*
+13	Keyword	keyword	NOUN	_	_	_	_	_	ss=n.act	1:X
+14	research	research	NOUN	_	_	_	_	_	_	1
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	well	well	ADV	_	_	_	_	_	_	*
+18	known	known	ADJ	_	_	_	_	_	_	*
+19	subject	subject	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	yet	yet	CCONJ	_	_	_	_	_	_	*
+22	so	so	ADV	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/9XQgSr	http://bit.ly/9xqgsr	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-108
+# sent_counter = 308
+# text = @SnoopDogg hey snoop my wife Cath is 30 today , any chance of a shout out to her ,
+1	@SnoopDogg	@snoopdogg	PROPN	_	_	_	_	_	_	*
+2	hey	hey	INTJ	_	_	_	_	_	_	*
+3	snoop	snoop	PROPN	_	_	_	_	_	ss=n.person	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+6	Cath	cath	PROPN	_	_	_	_	_	ss=n.person	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	30	30	NUM	_	_	_	_	_	_	*
+9	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	any	any	DET	_	_	_	_	_	_	*
+12	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	shout	shout	NOUN	_	_	_	_	_	ss=n.communication	1:X
+16	out	out	ADP	_	_	_	_	_	_	1
+17	to	to	PART	_	_	_	_	_	_	*
+18	her	her	PRON	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-109
+# sent_counter = 309
+# text = Today I got a promotion at work , and tomorrow I 'm going home to Wisconsin for a few days . So content with life right now . :)
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.social	1:X
+4	a	a	DET	_	_	_	_	_	_	*
+5	promotion	promotion	NOUN	_	_	_	_	_	_	1
+6	at	at	ADP	_	_	_	_	_	_	*
+7	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	Wisconsin	wisconsin	PROPN	_	_	_	_	_	ss=n.location	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	few	few	ADJ	_	_	_	_	_	_	*
+20	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	So	so	INTJ	_	_	_	_	_	_	*
+23	content	content	ADJ	_	_	_	_	_	_	*
+24	with	with	ADP	_	_	_	_	_	_	*
+25	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+26	right	right	ADV	_	_	_	_	_	_	*
+27	now	now	ADV	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-110
+# sent_counter = 310
+# text = It might just be me but when males text " K " or cross there legs while sitting ai n't cool wit me .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	might	might	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	males	male	NOUN	_	_	_	_	_	ss=n.person	*
+9	text	text	VERB	_	_	_	_	_	ss=v.communication	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	K	k	NOUN	_	_	_	_	_	ss=n.communication	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	cross	cross	VERB	_	_	_	_	_	ss=v.motion	*
+15	there	there	PRON	_	_	_	_	_	_	*
+16	legs	legs	NOUN	_	_	_	_	_	ss=n.body	*
+17	while	while	ADP	_	_	_	_	_	_	*
+18	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+19	ai	ai	VERB	_	_	_	_	_	ss=v.stative	*
+20	n't	n't	ADV	_	_	_	_	_	_	*
+21	cool	cool	ADJ	_	_	_	_	_	_	*
+22	wit	wit	ADP	_	_	_	_	_	_	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-111
+# sent_counter = 311
+# text = @Foxy_Shoe_Thief *purrs long on the inside , moving stealthy like my pard taught me to do .. ears pulled back , claws out long* @MicahPardKing
+1	@Foxy_Shoe_Thief	@foxy_shoe_thief	PROPN	_	_	_	_	_	_	*
+2	*purrs	*purrs	VERB	_	_	_	_	_	ss=v.communication	*
+3	long	long	ADV	_	_	_	_	_	_	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	inside	inside	NOUN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+9	stealthy	stealthy	ADV	_	_	_	_	_	_	*
+10	like	like	VERB	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	pard	pard	NOUN	_	_	_	_	_	ss=n.animal	*
+13	taught	teach	VERB	_	_	_	_	_	ss=v.social	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	do	do	VERB	_	_	_	_	_	ss=v.change	*
+17	..	..	PUNCT	_	_	_	_	_	_	*
+18	ears	ear	NOUN	_	_	_	_	_	ss=n.body	*
+19	pulled	pull	VERB	_	_	_	_	_	ss=v.body	*
+20	back	back	ADV	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	claws	claw	NOUN	_	_	_	_	_	ss=n.animal	*
+23	out	out	ADP	_	_	_	_	_	_	*
+24	long*	long*	ADJ	_	_	_	_	_	_	*
+25	@MicahPardKing	@micahpardking	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-112
+# sent_counter = 312
+# text = Must say iPhone is more accurate . Wasnt brought up here though , Wrawby is where I spent 18 years of my life .
+1	Must	must	AUX	_	_	_	_	_	_	*
+2	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	iPhone	iphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	more	more	ADV	_	_	_	_	_	_	*
+6	accurate	accurate	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Wasnt	wasnt	VERB	_	_	_	_	_	_	*
+9	brought	bring	VERB	_	_	_	_	_	ss=v.social	1:X
+10	up	up	PART	_	_	_	_	_	_	1
+11	here	here	ADP	_	_	_	_	_	_	*
+12	though	though	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Wrawby	wrawby	PROPN	_	_	_	_	_	ss=n.location	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	where	where	ADV	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	spent	spend	VERB	_	_	_	_	_	ss=v.stative	*
+19	18	18	NUM	_	_	_	_	_	_	*
+20	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-113
+# sent_counter = 313
+# text = Before I proceed into the paradise , let 's not forget the Princess Lover OVA 1 teaser pic , SFW http://yfrog.com/0fg2kfj
+1	Before	before	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	proceed	proceed	VERB	_	_	_	_	_	ss=v.motion	*
+4	into	into	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	paradise	paradise	NOUN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	let	let	VERB	_	_	_	_	_	ss=v.social	*
+9	's	's	AUX	_	_	_	_	_	_	*
+10	not	not	ADV	_	_	_	_	_	_	*
+11	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Princess	princess	PROPN	_	_	_	_	_	ss=n.communication	1:X
+14	Lover	lover	PROPN	_	_	_	_	_	_	1
+15	OVA	ova	PROPN	_	_	_	_	_	ss=n.communication	*
+16	1	1	NUM	_	_	_	_	_	_	*
+17	teaser	teaser	NOUN	_	_	_	_	_	ss=n.communication	2:X
+18	pic	pic	NOUN	_	_	_	_	_	_	2
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	SFW	sfw	PROPN	_	_	_	_	_	ss=n.attribute	*
+21	http://yfrog.com/0fg2kfj	http://yfrog.com/0fg2kfj	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-114
+# sent_counter = 314
+# text = ahaha that just made my day xDlmfao !!!!
+1	ahaha	ahaha	INTJ	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	made	make	VERB	_	_	_	_	_	ss=v.change	1:X
+5	my	my	PRON	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	_	1
+7	xDlmfao	xdlmfao	INTJ	_	_	_	_	_	_	*
+8	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-115
+# sent_counter = 315
+# text = Pope Benedict trip : Why move John Henry Newman toward sainthood ?: Pope Benedict XVI plans on Sunday during his sta ... http://bit.ly/d7tM0r
+1	Pope	pope	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Benedict	benedict	PROPN	_	_	_	_	_	_	1
+3	trip	trip	NOUN	_	_	_	_	_	ss=n.act	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Why	why	ADV	_	_	_	_	_	_	*
+6	move	move	VERB	_	_	_	_	_	ss=v.change	*
+7	John	john	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Henry	henry	PROPN	_	_	_	_	_	_	2
+9	Newman	newman	PROPN	_	_	_	_	_	_	2
+10	toward	toward	ADP	_	_	_	_	_	_	*
+11	sainthood	sainthood	NOUN	_	_	_	_	_	ss=n.state	*
+12	?:	?:	PUNCT	_	_	_	_	_	_	*
+13	Pope	pope	PROPN	_	_	_	_	_	ss=n.person	3:X
+14	Benedict	benedict	PROPN	_	_	_	_	_	_	3
+15	XVI	xvi	NUM	_	_	_	_	_	_	3
+16	plans	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+19	during	during	ADP	_	_	_	_	_	_	*
+20	his	his	PRON	_	_	_	_	_	_	*
+21	sta	sta	NOUN	_	_	_	_	_	ss=n.state	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	http://bit.ly/d7tM0r	http://bit.ly/d7tm0r	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-116
+# sent_counter = 316
+# text = When you know what you want , and want it bad enough , you will find a way to get it . - Jim Rohn RT @TheSCICoach
+1	When	when	ADV	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	bad	bad	ADJ	_	_	_	_	_	_	*
+12	enough	enough	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	will	will	AUX	_	_	_	_	_	_	*
+16	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	-	-	PUNCT	_	_	_	_	_	_	*
+24	Jim	jim	PROPN	_	_	_	_	_	ss=n.person	1:X
+25	Rohn	rohn	PROPN	_	_	_	_	_	_	1
+26	RT	rt	X	_	_	_	_	_	_	*
+27	@TheSCICoach	@thescicoach	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-117
+# sent_counter = 317
+# text = @MikePortnoy I got slapped in the face the other day by a few DT fans because I said you were awesome for joining A7X . So worth it . foREVer !
+1	@MikePortnoy	@mikeportnoy	PROPN	_	_	_	_	_	ss=n.person	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	_	*
+4	slapped	slap	VERB	_	_	_	_	_	ss=v.contact	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	face	face	NOUN	_	_	_	_	_	ss=n.body	*
+8	the	the	DET	_	_	_	_	_	_	1:X
+9	other	other	ADJ	_	_	_	_	_	_	1
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	2:X
+13	few	few	ADJ	_	_	_	_	_	_	2
+14	DT	dt	PROPN	_	_	_	_	_	ss=n.group	*
+15	fans	fan	NOUN	_	_	_	_	_	ss=n.person	*
+16	because	because	ADP	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	awesome	awesome	ADJ	_	_	_	_	_	_	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	joining	join	VERB	_	_	_	_	_	ss=v.social	*
+24	A7X	a7x	PROPN	_	_	_	_	_	ss=n.group	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	So	so	ADV	_	_	_	_	_	_	*
+27	worth	worth	ADJ	_	_	_	_	_	_	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+30	foREVer	forever	ADV	_	_	_	_	_	_	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-118
+# sent_counter = 318
+# text = LOL A-W-E-S-O-M-E !! btw , totally agree RT @fanoffob Fall Out Boy is gay #reallymeans I 'm secretly a big time fan .
+1	LOL	lol	INTJ	_	_	_	_	_	_	*
+2	A-W-E-S-O-M-E	a-w-e-s-o-m-e	ADJ	_	_	_	_	_	_	*
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+4	btw	btw	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	totally	totally	ADV	_	_	_	_	_	_	*
+7	agree	agree	VERB	_	_	_	_	_	ss=v.cognition	*
+8	RT	rt	X	_	_	_	_	_	_	*
+9	@fanoffob	@fanoffob	PROPN	_	_	_	_	_	_	*
+10	Fall	fall	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Out	out	PROPN	_	_	_	_	_	_	1
+12	Boy	boy	PROPN	_	_	_	_	_	_	1
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	gay	gay	ADJ	_	_	_	_	_	_	*
+15	#reallymeans	#reallymeans	X	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+18	secretly	secretly	ADV	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	big	big	ADJ	_	_	_	_	_	_	*
+21	time	time	ADJ	_	_	_	_	_	_	*
+22	fan	fan	NOUN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-119
+# sent_counter = 319
+# text = My first assignment was a medical illustration job through a friend . After meeting with the surgeon , I comple ...
+1	My	my	PRON	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	assignment	assignment	NOUN	_	_	_	_	_	ss=n.communication	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	medical	medical	ADJ	_	_	_	_	_	_	*
+7	illustration	illustration	NOUN	_	_	_	_	_	ss=n.communication	*
+8	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+9	through	through	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	After	after	ADP	_	_	_	_	_	_	*
+14	meeting	meet	VERB	_	_	_	_	_	ss=v.social	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	comple	comple	ADV	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-120
+# sent_counter = 320
+# text = @MATHHOFFA @darealjustjuice yo I put that bitch boy in his place the other day . Do n't even waste ya time wit clowns
+1	@MATHHOFFA	@mathhoffa	PROPN	_	_	_	_	_	_	*
+2	@darealjustjuice	@darealjustjuice	PROPN	_	_	_	_	_	_	*
+3	yo	yo	INTJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	put	put	VERB	_	_	_	_	_	ss=v.social	1:X
+6	that	that	ADP	_	_	_	_	_	_	*
+7	bitch	bitch	NOUN	_	_	_	_	_	ss=n.person	2:X
+8	boy	boy	NOUN	_	_	_	_	_	_	2
+9	in	in	ADP	_	_	_	_	_	_	1
+10	his	his	PRON	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	_	1
+12	the	the	DET	_	_	_	_	_	_	*
+13	other	other	ADJ	_	_	_	_	_	_	*
+14	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Do	do	AUX	_	_	_	_	_	_	*
+17	n't	n't	ADV	_	_	_	_	_	_	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	waste	waste	VERB	_	_	_	_	_	ss=v.possession	*
+20	ya	ya	PRON	_	_	_	_	_	_	*
+21	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+22	wit	wit	ADP	_	_	_	_	_	_	*
+23	clowns	clown	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-121
+# sent_counter = 321
+# text = RT @AKingPNCRadio : Shout out to @Laureluxe for a dope show today on @TheLuxeHour w/special guest @cheridennis ... audio droppin later tod ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@AKingPNCRadio	@akingpncradio	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Shout	shout	VERB	_	_	_	_	_	ss=v.communication	1:X
+5	out	out	PART	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	@Laureluxe	@laureluxe	PROPN	_	_	_	_	_	ss=n.person	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	dope	dope	ADJ	_	_	_	_	_	_	*
+11	show	show	NOUN	_	_	_	_	_	ss=n.communication	*
+12	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	@TheLuxeHour	@theluxehour	PROPN	_	_	_	_	_	ss=n.communication	*
+15	w/special	w/special	ADJ	_	_	_	_	_	_	*
+16	guest	guest	NOUN	_	_	_	_	_	ss=n.person	*
+17	@cheridennis	@cheridennis	PROPN	_	_	_	_	_	ss=n.person	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	audio	audio	NOUN	_	_	_	_	_	ss=n.communication	*
+20	droppin	droppin	VERB	_	_	_	_	_	ss=v.motion	*
+21	later	later	ADV	_	_	_	_	_	_	*
+22	tod	tod	NOUN	_	_	_	_	_	ss=n.time	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-122
+# sent_counter = 322
+# text = RT @BiebersFairies : the day Justin Bieber was born was a rainy day , but it was no rain , NO ! the heaven was crying cause he lost his most ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@BiebersFairies	@biebersfairies	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	Justin	justin	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	Bieber	bieber	PROPN	_	_	_	_	_	_	1
+8	was	be	AUX	_	_	_	_	_	_	*
+9	born	bear	VERB	_	_	_	_	_	ss=v.stative	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	rainy	rainy	ADJ	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	no	no	DET	_	_	_	_	_	_	*
+19	rain	rain	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	NO	no	INTJ	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	heaven	heaven	NOUN	_	_	_	_	_	ss=n.location	*
+25	was	be	AUX	_	_	_	_	_	_	*
+26	crying	cry	VERB	_	_	_	_	_	ss=v.body	*
+27	cause	cause	ADP	_	_	_	_	_	_	*
+28	he	he	PRON	_	_	_	_	_	_	*
+29	lost	lose	VERB	_	_	_	_	_	ss=v.possession	*
+30	his	his	PRON	_	_	_	_	_	_	*
+31	most	most	ADJ	_	_	_	_	_	_	*
+32	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-123
+# sent_counter = 323
+# text = @JessicaLynne6 where you takin me tonight after u get off ? i know u tryna kick it .. lol
+1	@JessicaLynne6	@jessicalynne6	PROPN	_	_	_	_	_	ss=n.person	*
+2	where	where	ADV	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	takin	takin	VERB	_	_	_	_	_	ss=v.motion	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+7	after	after	ADP	_	_	_	_	_	_	*
+8	u	u	PRON	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+10	off	off	PART	_	_	_	_	_	_	1
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	u	u	PRON	_	_	_	_	_	_	*
+15	tryna	tryna	VERB	_	_	_	_	_	ss=v.cognition	*
+16	kick	kick	VERB	_	_	_	_	_	ss=v.social	2:X
+17	it	it	PRON	_	_	_	_	_	_	2
+18	..	..	PUNCT	_	_	_	_	_	_	*
+19	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-124
+# sent_counter = 324
+# text = @besocialonline dank je Gert Jan
+1	@besocialonline	@besocialonline	PROPN	_	_	_	_	_	_	*
+2	dank	dank	X	_	_	_	_	_	_	*
+3	je	je	ADP	_	_	_	_	_	_	*
+4	Gert	gert	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Jan	jan	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-125
+# sent_counter = 325
+# text = Do n't miss our Half Way to St . Patty 's Day Party Tonight ! We 're having crazy drink Specials too .. tex 980-333-3923 to get on the guest list !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	ADV	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.stative	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	Half	half	ADJ	_	_	_	_	_	ss=n.attribute	1:X
+6	Way	way	NOUN	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	St	st	PROPN	_	_	_	_	_	ss=n.event	2:X
+9	.	.	PUNCT	_	_	_	_	_	_	2
+10	Patty	patty	PROPN	_	_	_	_	_	_	2
+11	's	's	AUX	_	_	_	_	_	_	2
+12	Day	day	PROPN	_	_	_	_	_	_	2
+13	Party	party	NOUN	_	_	_	_	_	ss=n.event	*
+14	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	We	we	PRON	_	_	_	_	_	_	*
+17	're	're	AUX	_	_	_	_	_	_	*
+18	having	have	VERB	_	_	_	_	_	ss=v.possession	*
+19	crazy	crazy	ADJ	_	_	_	_	_	_	*
+20	drink	drink	NOUN	_	_	_	_	_	ss=n.food	*
+21	Specials	special	NOUN	_	_	_	_	_	ss=n.possession	*
+22	too	too	ADV	_	_	_	_	_	_	*
+23	..	..	PUNCT	_	_	_	_	_	_	*
+24	tex	tex	VERB	_	_	_	_	_	ss=v.communication	*
+25	980-333-3923	980-333-3923	NUM	_	_	_	_	_	_	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	get	get	VERB	_	_	_	_	_	ss=v.change	*
+28	on	on	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	guest	guest	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+31	list	list	NOUN	_	_	_	_	_	_	3
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-126
+# sent_counter = 326
+# text = Tidyin my room . Need to do my hair . its soo nasty when its naturally curly .
+1	Tidyin	tidyin	VERB	_	_	_	_	_	ss=v.change	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Need	need	AUX	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	do	do	VERB	_	_	_	_	_	ss=v.body	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	its	its	PRON	_	_	_	_	_	_	*
+12	soo	soo	ADV	_	_	_	_	_	_	*
+13	nasty	nasty	ADJ	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	its	its	PRON	_	_	_	_	_	_	*
+16	naturally	naturally	ADV	_	_	_	_	_	_	*
+17	curly	curly	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-127
+# sent_counter = 327
+# text = Lingerie football league come on tonight
+1	Lingerie	lingerie	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	football	football	NOUN	_	_	_	_	_	_	1
+3	league	league	NOUN	_	_	_	_	_	_	1
+4	come	come	VERB	_	_	_	_	_	ss=v.communication	2:X
+5	on	on	ADP	_	_	_	_	_	_	2
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-128
+# sent_counter = 328
+# text = RT @FTFDband NEW SONG COMING THIS SUNDAY ! :D
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@FTFDband	@ftfdband	PROPN	_	_	_	_	_	_	*
+3	NEW	new	ADJ	_	_	_	_	_	_	*
+4	SONG	song	NOUN	_	_	_	_	_	ss=n.communication	*
+5	COMING	come	VERB	_	_	_	_	_	ss=v.change	*
+6	THIS	this	DET	_	_	_	_	_	_	*
+7	SUNDAY	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-129
+# sent_counter = 329
+# text = ... four fucking years I 've been configuring iBGP and eBGP on Cisco AND Juniper routers for America 's largest wireless ISP ... and I get a 612
+1	...	...	PUNCT	_	_	_	_	_	_	*
+2	four	four	NUM	_	_	_	_	_	_	*
+3	fucking	fucking	ADJ	_	_	_	_	_	_	*
+4	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	've	've	AUX	_	_	_	_	_	_	*
+7	been	be	AUX	_	_	_	_	_	_	*
+8	configuring	configure	VERB	_	_	_	_	_	ss=v.change	*
+9	iBGP	ibgp	PROPN	_	_	_	_	_	ss=n.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	eBGP	ebgp	PROPN	_	_	_	_	_	ss=n.communication	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	Cisco	cisco	PROPN	_	_	_	_	_	ss=n.group	*
+14	AND	and	CCONJ	_	_	_	_	_	_	*
+15	Juniper	juniper	PROPN	_	_	_	_	_	ss=n.group	*
+16	routers	router	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	America	america	PROPN	_	_	_	_	_	ss=n.location	*
+19	's	's	AUX	_	_	_	_	_	_	*
+20	largest	large	ADJ	_	_	_	_	_	_	*
+21	wireless	wireless	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	ISP	isp	NOUN	_	_	_	_	_	ss=n.group	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	612	612	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-130
+# sent_counter = 330
+# text = to all my girls in london or travelling up tomorrow i love and miss you wish i could be there ! NEXT YEAR I WILL !
+1	to	to	PART	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	london	london	PROPN	_	_	_	_	_	ss=n.location	*
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	travelling	travel	VERB	_	_	_	_	_	ss=v.motion	*
+9	up	up	PART	_	_	_	_	_	_	*
+10	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	could	could	AUX	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	there	there	ADV	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+22	NEXT	next	ADJ	_	_	_	_	_	_	*
+23	YEAR	year	NOUN	_	_	_	_	_	ss=n.time	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	WILL	will	VERB	_	_	_	_	_	_	*
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-131
+# sent_counter = 331
+# text = RT @DonnieWahlberg : Soldiers ... Familia ... BH's... NK Fam ... Homies ... Etc . Etc . Etc .... I 'm gonna need some company next Friday in NYC ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DonnieWahlberg	@donniewahlberg	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Soldiers	soldier	NOUN	_	_	_	_	_	ss=n.person	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	Familia	familia	NOUN	_	_	_	_	_	ss=n.group	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	BH's...	bh's...	NOUN	_	_	_	_	_	ss=n.person	*
+9	NK	nk	PROPN	_	_	_	_	_	ss=n.location	*
+10	Fam	fam	NOUN	_	_	_	_	_	ss=n.group	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	Homies	homies	NOUN	_	_	_	_	_	ss=n.person	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	Etc	etc	X	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Etc	etc	X	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Etc	etc	X	_	_	_	_	_	_	*
+19	....	....	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	'm	'm	AUX	_	_	_	_	_	_	*
+22	gonna	gonna	VERB	_	_	_	_	_	_	*
+23	need	need	VERB	_	_	_	_	_	ss=v.stative	*
+24	some	some	DET	_	_	_	_	_	_	*
+25	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+26	next	next	ADJ	_	_	_	_	_	_	*
+27	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-132
+# sent_counter = 332
+# text = Day at T . epic interview and photo shoot with Marie Clair . @OHEMMGEEZY
+1	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+2	at	at	ADP	_	_	_	_	_	_	*
+3	T	t	PROPN	_	_	_	_	_	ss=n.location	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	epic	epic	ADJ	_	_	_	_	_	_	*
+6	interview	interview	NOUN	_	_	_	_	_	ss=n.communication	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	photo	photo	NOUN	_	_	_	_	_	ss=n.communication	1:X
+9	shoot	shoot	NOUN	_	_	_	_	_	_	1
+10	with	with	ADP	_	_	_	_	_	_	*
+11	Marie	marie	PROPN	_	_	_	_	_	ss=n.communication	2:X
+12	Clair	clair	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	@OHEMMGEEZY	@ohemmgeezy	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-133
+# sent_counter = 333
+# text = Yo kids ! Today 's ACF Friday Large Group is at PITT University ! It 's at Cathedral of Learning G24 at 7pm ! Be sure to check it out !
+1	Yo	yo	INTJ	_	_	_	_	_	_	*
+2	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	ACF	acf	PROPN	_	_	_	_	_	ss=n.event	1:X
+7	Friday	friday	PROPN	_	_	_	_	_	_	1
+8	Large	large	PROPN	_	_	_	_	_	_	1
+9	Group	group	PROPN	_	_	_	_	_	_	1
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	PITT	pitt	PROPN	_	_	_	_	_	ss=n.group	2:X
+13	University	university	PROPN	_	_	_	_	_	_	2
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	It	it	PRON	_	_	_	_	_	_	*
+16	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	Cathedral	cathedral	PROPN	_	_	_	_	_	ss=n.location	3:X
+19	of	of	PROPN	_	_	_	_	_	_	3
+20	Learning	learning	PROPN	_	_	_	_	_	_	3
+21	G24	g24	PROPN	_	_	_	_	_	ss=n.location	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	7pm	7pm	NUM	_	_	_	_	_	_	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+25	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	sure	sure	ADJ	_	_	_	_	_	_	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+29	it	it	PRON	_	_	_	_	_	_	*
+30	out	out	PART	_	_	_	_	_	_	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-134
+# sent_counter = 334
+# text = Rep . Bono Mack to criticize fellow desert dweller Barbara Boxer at event today . http://tinyurl.com/2bhyuq7
+1	Rep	rep	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	.	.	PUNCT	_	_	_	_	_	_	1
+3	Bono	bono	PROPN	_	_	_	_	_	_	1
+4	Mack	mack	PROPN	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	criticize	criticize	VERB	_	_	_	_	_	ss=v.communication	*
+7	fellow	fellow	ADJ	_	_	_	_	_	_	*
+8	desert	desert	NOUN	_	_	_	_	_	ss=n.location	*
+9	dweller	dweller	NOUN	_	_	_	_	_	ss=n.person	*
+10	Barbara	barbara	PROPN	_	_	_	_	_	ss=n.person	2:X
+11	Boxer	boxer	PROPN	_	_	_	_	_	_	2
+12	at	at	ADP	_	_	_	_	_	_	*
+13	event	event	NOUN	_	_	_	_	_	ss=n.act	*
+14	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	http://tinyurl.com/2bhyuq7	http://tinyurl.com/2bhyuq7	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-135
+# sent_counter = 335
+# text = My town ! RT @Etsy : This week 's Dinner & a Video : Take a visit to one of the largest antique shows in the country . http://etsy.me/9tTkop
+1	My	my	PRON	_	_	_	_	_	_	*
+2	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@Etsy	@etsy	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	This	this	DET	_	_	_	_	_	_	*
+8	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+9	's	's	AUX	_	_	_	_	_	_	*
+10	Dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+11	&	&	CCONJ	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	Video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	Take	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+16	a	a	DET	_	_	_	_	_	_	*
+17	visit	visit	NOUN	_	_	_	_	_	_	1
+18	to	to	PART	_	_	_	_	_	_	*
+19	one	one	NUM	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	largest	large	ADJ	_	_	_	_	_	_	*
+23	antique	antique	NOUN	_	_	_	_	_	ss=n.act	2:X
+24	shows	show	NOUN	_	_	_	_	_	_	2
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	country	country	NOUN	_	_	_	_	_	ss=n.location	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	http://etsy.me/9tTkop	http://etsy.me/9ttkop	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-136
+# sent_counter = 336
+# text = Honored Double Diaomond as well : Jan Bloom ... her two beautiful daughters surprised her on stage , it was just sooo ... http://fb.me/JLLhbDl0
+1	Honored	honor	VERB	_	_	_	_	_	ss=v.social	*
+2	Double	double	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Diaomond	diaomond	PROPN	_	_	_	_	_	_	1
+4	as	as	ADP	_	_	_	_	_	_	*
+5	well	well	ADV	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Jan	jan	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	Bloom	bloom	PROPN	_	_	_	_	_	_	2
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	her	her	PRON	_	_	_	_	_	_	*
+11	two	two	NUM	_	_	_	_	_	_	*
+12	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+13	daughters	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+14	surprised	surprise	VERB	_	_	_	_	_	ss=v.social	*
+15	her	her	PRON	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	3:X
+17	stage	stage	NOUN	_	_	_	_	_	_	3
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	just	just	ADV	_	_	_	_	_	_	*
+22	sooo	sooo	ADV	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://fb.me/JLLhbDl0	http://fb.me/jllhbdl0	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-137
+# sent_counter = 337
+# text = RT @Luq_Combs : Funniest thing I heard this week . Wingo tellin me and wood . " I 'm scared " #pow#pow#pow@Cowboy_Wingo
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Luq_Combs	@luq_combs	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Funniest	funny	ADJ	_	_	_	_	_	_	*
+5	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Wingo	wingo	PROPN	_	_	_	_	_	ss=n.person	*
+12	tellin	tellin	VERB	_	_	_	_	_	ss=v.communication	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	wood	wood	PROPN	_	_	_	_	_	ss=n.person	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	"	"	PUNCT	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	'm	'm	AUX	_	_	_	_	_	_	*
+20	scared	scare	VERB	_	_	_	_	_	ss=v.emotion	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	#pow#pow#pow@Cowboy_Wingo	#pow#pow#pow@cowboy_wingo	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-138
+# sent_counter = 338
+# text = College Student - Trusty House and Pet Sitter ( Barefoot Student) : I 'm a 22 year old first year graduate student at ... http://bit.ly/cDYeqQ
+1	College	college	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	Student	student	NOUN	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Trusty	trusty	ADJ	_	_	_	_	_	_	*
+5	House	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Pet	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+8	Sitter	sitter	NOUN	_	_	_	_	_	ss=n.person	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Barefoot	barefoot	NOUN	_	_	_	_	_	ss=n.person	2:X
+11	Student)	student)	NOUN	_	_	_	_	_	_	2
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	22	22	NUM	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	_	3:X
+18	old	old	ADJ	_	_	_	_	_	_	3
+19	first	first	ADJ	_	_	_	_	_	_	*
+20	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+21	graduate	graduate	NOUN	_	_	_	_	_	ss=n.person	4:X
+22	student	student	NOUN	_	_	_	_	_	_	4
+23	at	at	ADP	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/cDYeqQ	http://bit.ly/cdyeqq	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-139
+# sent_counter = 339
+# text = Time Warner Cable Boycotting Epix Movie Channel Because It Did A Deal With Netflix http://dlvr.it/5RgcL
+1	Time	time	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Warner	warner	PROPN	_	_	_	_	_	_	1
+3	Cable	cable	PROPN	_	_	_	_	_	_	1
+4	Boycotting	boycott	VERB	_	_	_	_	_	ss=v.possession	*
+5	Epix	epix	PROPN	_	_	_	_	_	ss=n.group	2:X
+6	Movie	movie	PROPN	_	_	_	_	_	_	2
+7	Channel	channel	PROPN	_	_	_	_	_	_	2
+8	Because	because	ADP	_	_	_	_	_	_	*
+9	It	it	PRON	_	_	_	_	_	_	*
+10	Did	do	VERB	_	_	_	_	_	ss=v.possession	3:X
+11	A	a	DET	_	_	_	_	_	_	*
+12	Deal	deal	NOUN	_	_	_	_	_	_	3
+13	With	with	ADP	_	_	_	_	_	_	*
+14	Netflix	netflix	PROPN	_	_	_	_	_	ss=n.group	*
+15	http://dlvr.it/5RgcL	http://dlvr.it/5rgcl	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-140
+# sent_counter = 340
+# text = @GiaAllemand soon , as long as @chrislambton13 peels himself away from the duckies , and get on his way . but we want more pics dont we ?
+1	@GiaAllemand	@giaallemand	PROPN	_	_	_	_	_	_	*
+2	soon	soon	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	as	as	ADV	_	_	_	_	_	_	*
+5	long	long	ADV	_	_	_	_	_	_	*
+6	as	as	ADP	_	_	_	_	_	_	*
+7	@chrislambton13	@chrislambton13	PROPN	_	_	_	_	_	ss=n.person	*
+8	peels	peel	VERB	_	_	_	_	_	ss=v.contact	*
+9	himself	himself	PRON	_	_	_	_	_	_	*
+10	away	away	PART	_	_	_	_	_	_	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	duckies	ducky	NOUN	_	_	_	_	_	ss=n.animal	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+17	on	on	ADP	_	_	_	_	_	_	1:X
+18	his	his	PRON	_	_	_	_	_	_	*
+19	way	way	NOUN	_	_	_	_	_	_	1
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+24	more	more	ADJ	_	_	_	_	_	_	*
+25	pics	pic	NOUN	_	_	_	_	_	ss=n.communication	*
+26	dont	dont	VERB	_	_	_	_	_	_	*
+27	we	we	PRON	_	_	_	_	_	_	*
+28	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-141
+# sent_counter = 341
+# text = @irishhooligan or the best is just walking along the road when a clump of it just appears to be waiting in front of you all that time #icky
+1	@irishhooligan	@irishhooligan	PROPN	_	_	_	_	_	_	*
+2	or	or	CCONJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	is	be	AUX	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+8	along	along	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	road	road	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	clump	clump	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	appears	appear	VERB	_	_	_	_	_	ss=v.perception	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	be	be	AUX	_	_	_	_	_	_	*
+20	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+21	in	in	ADP	_	_	_	_	_	_	1:X
+22	front	front	NOUN	_	_	_	_	_	_	1
+23	of	of	ADP	_	_	_	_	_	_	1
+24	you	you	PRON	_	_	_	_	_	_	*
+25	all	all	ADP	_	_	_	_	_	_	*
+26	that	that	DET	_	_	_	_	_	_	*
+27	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+28	#icky	#icky	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-142
+# sent_counter = 342
+# text = What is it with people and punctuality ? I used to be that guy and honestly , it 's a haze now . Just be on time . It 's not like its a surprise .
+1	What	what	PRON	_	_	_	_	_	_	1:X
+2	is	be	VERB	_	_	_	_	_	_	1
+3	it	it	PRON	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	1
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	punctuality	punctuality	ADV	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	used	use	VERB	_	_	_	_	_	_	2:X
+11	to	to	PART	_	_	_	_	_	_	2
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	honestly	honestly	ADV	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	haze	haze	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+22	now	now	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	Just	just	ADV	_	_	_	_	_	_	*
+25	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	on	on	ADP	_	_	_	_	_	_	3:X
+27	time	time	NOUN	_	_	_	_	_	_	3
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	It	it	PRON	_	_	_	_	_	_	*
+30	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+31	not	not	ADV	_	_	_	_	_	_	*
+32	like	like	ADP	_	_	_	_	_	_	*
+33	its	its	PRON	_	_	_	_	_	_	*
+34	a	a	DET	_	_	_	_	_	_	*
+35	surprise	surprise	NOUN	_	_	_	_	_	ss=n.event	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-143
+# sent_counter = 343
+# text = I liked a YouTube video -- Family Guy - Songs Named After a Girl http://youtu.be/ErPsx8zdnX4?a
+1	I	i	PRON	_	_	_	_	_	_	*
+2	liked	like	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	*
+5	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+6	--	--	PUNCT	_	_	_	_	_	_	*
+7	Family	family	PROPN	_	_	_	_	_	ss=n.communication	1:X
+8	Guy	guy	PROPN	_	_	_	_	_	_	1
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	Songs	song	NOUN	_	_	_	_	_	ss=n.communication	2:X
+11	Named	name	VERB	_	_	_	_	_	_	2
+12	After	after	ADP	_	_	_	_	_	_	2
+13	a	a	DET	_	_	_	_	_	_	2
+14	Girl	girl	NOUN	_	_	_	_	_	_	2
+15	http://youtu.be/ErPsx8zdnX4?a	http://youtu.be/erpsx8zdnx4?a	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-144
+# sent_counter = 344
+# text = @bookpage We should 've scheduled a meeting with Trisha in Paris for this week ... #deau
+1	@bookpage	@bookpage	PROPN	_	_	_	_	_	_	*
+2	We	we	PRON	_	_	_	_	_	_	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	scheduled	schedule	VERB	_	_	_	_	_	ss=v.communication	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	meeting	meeting	NOUN	_	_	_	_	_	ss=n.act	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	Trisha	trisha	PROPN	_	_	_	_	_	ss=n.person	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Paris	paris	PROPN	_	_	_	_	_	ss=n.location	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	#deau	#deau	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-145
+# sent_counter = 345
+# text = @jimmy722 surgery or not , the most important thing is that 'll be all okay after that !
+1	@jimmy722	@jimmy722	PROPN	_	_	_	_	_	_	*
+2	surgery	surgery	NOUN	_	_	_	_	_	ss=n.body	*
+3	or	or	CCONJ	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	most	most	ADV	_	_	_	_	_	_	*
+8	important	important	ADJ	_	_	_	_	_	_	*
+9	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	'll	'll	AUX	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	okay	okay	NOUN	_	_	_	_	_	ss=n.state	*
+16	after	after	ADP	_	_	_	_	_	_	*
+17	that	that	DET	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-146
+# sent_counter = 346
+# text = I have a test tomorrow , im going to say " the shore was on , and preparation took all day ".
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	test	test	NOUN	_	_	_	_	_	ss=n.act	*
+5	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	im	im	PRON	_	_	_	_	_	_	*
+8	going	go	VERB	_	_	_	_	_	_	1:X
+9	to	to	PART	_	_	_	_	_	_	1
+10	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	shore	shore	NOUN	_	_	_	_	_	ss=n.communication	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	preparation	preparation	NOUN	_	_	_	_	_	ss=n.act	*
+19	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+22	".	".	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-147
+# sent_counter = 347
+# text = NCAAF : Notre Dame at Miami ( FL ) - Dec 31 , 2010 - Photo Gallery ...: EL PASO , TX - DECEMBER 30 : Running back Cier ... http://bit.ly/f3YPEB
+1	NCAAF	ncaaf	PROPN	_	_	_	_	_	ss=n.event	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Notre	notre	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Dame	dame	PROPN	_	_	_	_	_	_	1
+5	at	at	ADP	_	_	_	_	_	_	*
+6	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	FL	fl	PROPN	_	_	_	_	_	ss=n.location	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	Dec	dec	PROPN	_	_	_	_	_	ss=n.time	*
+12	31	31	NUM	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	2010	2010	NUM	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	Photo	photo	NOUN	_	_	_	_	_	ss=n.location	2:X
+17	Gallery	gallery	NOUN	_	_	_	_	_	_	2
+18	...:	...:	PUNCT	_	_	_	_	_	_	*
+19	EL	el	PROPN	_	_	_	_	_	ss=n.location	3:X
+20	PASO	paso	PROPN	_	_	_	_	_	_	3
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	TX	tx	PROPN	_	_	_	_	_	ss=n.location	*
+23	-	-	PUNCT	_	_	_	_	_	_	*
+24	DECEMBER	december	PROPN	_	_	_	_	_	ss=n.time	*
+25	30	30	NUM	_	_	_	_	_	_	*
+26	:	:	PUNCT	_	_	_	_	_	_	*
+27	Running	running	NOUN	_	_	_	_	_	ss=n.person	4:X
+28	back	back	NOUN	_	_	_	_	_	_	4
+29	Cier	cier	PROPN	_	_	_	_	_	ss=n.person	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+31	http://bit.ly/f3YPEB	http://bit.ly/f3ypeb	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-148
+# sent_counter = 348
+# text = @Cuthouse_Hadi when someone is talking shit , behind your back .
+1	@Cuthouse_Hadi	@cuthouse_hadi	PROPN	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	someone	someone	NOUN	_	_	_	_	_	ss=n.person	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	talking	talk	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	shit	shit	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	behind	behind	ADP	_	_	_	_	_	_	2:X
+9	your	your	PRON	_	_	_	_	_	_	*
+10	back	back	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-149
+# sent_counter = 349
+# text = Just found out my custom @SteveCorino shirt wo n't arrive in time for next weekend 's ROH shows . How am I gonna rep old school now ?
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	found	found	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	out	out	PART	_	_	_	_	_	_	1
+4	my	my	PRON	_	_	_	_	_	_	*
+5	custom	custom	ADJ	_	_	_	_	_	_	*
+6	@SteveCorino	@stevecorino	PROPN	_	_	_	_	_	ss=n.person	*
+7	shirt	shirt	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	wo	wo	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+11	in	in	ADP	_	_	_	_	_	_	2:X
+12	time	time	NOUN	_	_	_	_	_	_	2
+13	for	for	ADP	_	_	_	_	_	_	*
+14	next	next	ADJ	_	_	_	_	_	_	*
+15	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+16	's	's	AUX	_	_	_	_	_	_	*
+17	ROH	roh	PROPN	_	_	_	_	_	ss=n.communication	*
+18	shows	show	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	How	how	ADV	_	_	_	_	_	_	*
+21	am	be	AUX	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	gonna	gonna	VERB	_	_	_	_	_	_	*
+24	rep	rep	VERB	_	_	_	_	_	ss=v.communication	*
+25	old	old	ADJ	_	_	_	_	_	_	3:X
+26	school	school	NOUN	_	_	_	_	_	_	3
+27	now	now	ADV	_	_	_	_	_	_	*
+28	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-150
+# sent_counter = 350
+# text = Photo : SHE GETS TIRED AFTER SEX ! http://tumblr.com/xsu17j0ynx
+1	Photo	photo	NOUN	_	_	_	_	_	ss=n.communication	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	SHE	she	PRON	_	_	_	_	_	_	*
+4	GETS	get	VERB	_	_	_	_	_	ss=v.change	*
+5	TIRED	tired	ADJ	_	_	_	_	_	_	*
+6	AFTER	after	ADP	_	_	_	_	_	_	*
+7	SEX	sex	NOUN	_	_	_	_	_	ss=n.act	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	http://tumblr.com/xsu17j0ynx	http://tumblr.com/xsu17j0ynx	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-151
+# sent_counter = 351
+# text = NCAAF : Notre Dame at Miami ( FL ) - Dec 31 , 2010 - Photo Gallery ...: EL PASO , TX - DECEMBER 30 : Running back Cier ... http://bit.ly/f3YPEB
+1	NCAAF	ncaaf	PROPN	_	_	_	_	_	ss=n.group	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Notre	notre	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Dame	dame	PROPN	_	_	_	_	_	_	1
+5	at	at	ADP	_	_	_	_	_	_	*
+6	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	2:X
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	FL	fl	PROPN	_	_	_	_	_	_	2
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	Dec	dec	PROPN	_	_	_	_	_	ss=n.time	*
+12	31	31	NUM	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	2010	2010	NUM	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	Photo	photo	NOUN	_	_	_	_	_	ss=n.group	3:X
+17	Gallery	gallery	NOUN	_	_	_	_	_	_	3
+18	...:	...:	PUNCT	_	_	_	_	_	_	*
+19	EL	el	PROPN	_	_	_	_	_	ss=n.location	4:X
+20	PASO	paso	PROPN	_	_	_	_	_	_	4
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	TX	tx	PROPN	_	_	_	_	_	_	4
+23	-	-	PUNCT	_	_	_	_	_	_	*
+24	DECEMBER	december	PROPN	_	_	_	_	_	ss=n.time	*
+25	30	30	NUM	_	_	_	_	_	_	*
+26	:	:	PUNCT	_	_	_	_	_	_	*
+27	Running	running	NOUN	_	_	_	_	_	ss=n.person	5:X
+28	back	back	NOUN	_	_	_	_	_	_	5
+29	Cier	cier	PROPN	_	_	_	_	_	ss=n.person	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+31	http://bit.ly/f3YPEB	http://bit.ly/f3ypeb	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-152
+# sent_counter = 352
+# text = @YasminBaildon do you think its possible one day ill meet you Cody and Alli :D &lt; 3dreaming big &lt; 3 !!!
+1	@YasminBaildon	@yasminbaildon	PROPN	_	_	_	_	_	ss=n.person	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+5	its	its	PRON	_	_	_	_	_	_	*
+6	possible	possible	ADJ	_	_	_	_	_	_	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	ill	ill	PRON	_	_	_	_	_	_	*
+10	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	Cody	cody	PROPN	_	_	_	_	_	ss=n.person	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Alli	alli	PROPN	_	_	_	_	_	ss=n.person	*
+15	:D	:d	INTJ	_	_	_	_	_	_	*
+16	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+17	3dreaming	3dreaming	VERB	_	_	_	_	_	ss=v.cognition	*
+18	big	big	ADJ	_	_	_	_	_	_	*
+19	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+20	3	3	INTJ	_	_	_	_	_	_	*
+21	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-153
+# sent_counter = 353
+# text = So I 'm currently looking at about 5 years and 3 months if I can get out of there within the next month .
+1	So	so	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	currently	currently	ADV	_	_	_	_	_	_	*
+5	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	about	about	ADJ	_	_	_	_	_	_	*
+8	5	5	NUM	_	_	_	_	_	_	*
+9	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	3	3	NUM	_	_	_	_	_	_	*
+12	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+13	if	if	ADP	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	can	can	AUX	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+17	out	out	ADP	_	_	_	_	_	_	1:X
+18	of	of	ADP	_	_	_	_	_	_	1
+19	there	there	ADV	_	_	_	_	_	_	*
+20	within	within	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	next	next	ADJ	_	_	_	_	_	_	*
+23	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-154
+# sent_counter = 354
+# text = RT @TeenDreaming : Retweet if you 're being distracted by twitter when you 're supposed to be studying/doing homework ! :p
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TeenDreaming	@teendreaming	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Retweet	retweet	VERB	_	_	_	_	_	ss=v.communication	*
+5	if	if	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	're	're	AUX	_	_	_	_	_	_	*
+8	being	be	AUX	_	_	_	_	_	_	*
+9	distracted	distract	VERB	_	_	_	_	_	ss=v.perception	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	're	're	AUX	_	_	_	_	_	_	*
+15	supposed	suppose	VERB	_	_	_	_	_	_	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	be	be	AUX	_	_	_	_	_	_	*
+18	studying/doing	studying/doing	VERB	_	_	_	_	_	ss=v.cognition	*
+19	homework	homework	NOUN	_	_	_	_	_	ss=n.act	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	:p	:p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-155
+# sent_counter = 355
+# text = Mortgage Advice &gt; First time home buyer with several questions in ...: My wife and I are beginning to look at re ... http://bit.ly/hgMKjS
+1	Mortgage	mortgage	NOUN	_	_	_	_	_	ss=n.possession	*
+2	Advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+3	&gt;	&gt;	X	_	_	_	_	_	_	*
+4	First	first	ADJ	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+6	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	buyer	buyer	NOUN	_	_	_	_	_	ss=n.person	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	several	several	ADJ	_	_	_	_	_	_	*
+10	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	...:	...:	PUNCT	_	_	_	_	_	_	*
+13	My	my	PRON	_	_	_	_	_	_	*
+14	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	are	be	AUX	_	_	_	_	_	_	*
+18	beginning	begin	VERB	_	_	_	_	_	ss=v.change	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+21	at	at	ADP	_	_	_	_	_	_	*
+22	re	re	NOUN	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/hgMKjS	http://bit.ly/hgmkjs	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-156
+# sent_counter = 356
+# text = @justinbieber I have this on my computer , it gives me days , hours , mintues __AND__ seconds till Feb 9th ! #purpleglasses http://twitpic.com/3nouem
+1	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	computer	computer	NOUN	_	_	_	_	_	ss=n.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	gives	give	VERB	_	_	_	_	_	ss=v.communication	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	mintues	mintues	NOUN	_	_	_	_	_	ss=n.time	*
+17	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+18	seconds	second	NOUN	_	_	_	_	_	ss=n.time	*
+19	till	till	ADP	_	_	_	_	_	_	*
+20	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+21	9th	9th	NUM	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	#purpleglasses	#purpleglasses	NOUN	_	_	_	_	_	_	*
+24	http://twitpic.com/3nouem	http://twitpic.com/3nouem	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-157
+# sent_counter = 357
+# text = I just earned the ' New Brew Thursday ' badge on @untappd ! http://untpd.it/Ubimqr
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	earned	earn	VERB	_	_	_	_	_	ss=v.possession	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	'	'	PUNCT	_	_	_	_	_	_	*
+6	New	new	PROPN	_	_	_	_	_	ss=n.communication	1:X
+7	Brew	brew	PROPN	_	_	_	_	_	_	1
+8	Thursday	thursday	PROPN	_	_	_	_	_	_	1
+9	'	'	PUNCT	_	_	_	_	_	_	*
+10	badge	badge	NOUN	_	_	_	_	_	ss=n.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	@untappd	@untappd	PROPN	_	_	_	_	_	ss=n.communication	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	http://untpd.it/Ubimqr	http://untpd.it/ubimqr	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-158
+# sent_counter = 358
+# text = @michaelringer24 yeah when i got caught up a year ago ... you can prolly stay with us .. im stayin with lexis on the pull out , you cn prolly
+1	@michaelringer24	@michaelringer24	PROPN	_	_	_	_	_	_	*
+2	yeah	yeah	INTJ	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	_	*
+6	caught	catch	VERB	_	_	_	_	_	ss=v.social	1:X
+7	up	up	PART	_	_	_	_	_	_	1
+8	a	a	DET	_	_	_	_	_	_	*
+9	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+10	ago	ago	ADV	_	_	_	_	_	_	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	prolly	prolly	ADV	_	_	_	_	_	_	*
+15	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	us	us	PRON	_	_	_	_	_	_	*
+18	..	..	PUNCT	_	_	_	_	_	_	*
+19	im	im	PRON	_	_	_	_	_	_	*
+20	stayin	stayin	VERB	_	_	_	_	_	ss=v.social	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	lexis	lexis	PROPN	_	_	_	_	_	ss=n.person	*
+23	on	on	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	pull	pull	NOUN	_	_	_	_	_	ss=n.act	2:X
+26	out	out	NOUN	_	_	_	_	_	_	2
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	cn	cn	VERB	_	_	_	_	_	_	*
+30	prolly	prolly	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-159
+# sent_counter = 359
+# text = @The_Messiah113 177 people ! : 0 lol a week or what ?
+1	@The_Messiah113	@the_messiah113	PROPN	_	_	_	_	_	_	*
+2	177	177	NUM	_	_	_	_	_	_	*
+3	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	:	:	INTJ	_	_	_	_	_	_	*
+6	0	0	INTJ	_	_	_	_	_	_	*
+7	lol	lol	INTJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-160
+# sent_counter = 360
+# text = @elbirth haha , I want to load up on that before work one day
+1	@elbirth	@elbirth	PROPN	_	_	_	_	_	_	*
+2	haha	haha	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	load	load	VERB	_	_	_	_	_	ss=v.possession	1:X
+8	up	up	PART	_	_	_	_	_	_	1
+9	on	on	ADP	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	before	before	ADP	_	_	_	_	_	_	*
+12	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+13	one	one	NUM	_	_	_	_	_	_	*
+14	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-161
+# sent_counter = 361
+# text = Paul McCartney asks Indian Prime Minister to declare national Vegetarian Day - http://newzfor.me/?bv5q
+1	Paul	paul	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	McCartney	mccartney	PROPN	_	_	_	_	_	_	1
+3	asks	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	Indian	indian	PROPN	_	_	_	_	_	_	*
+5	Prime	prime	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	Minister	minister	PROPN	_	_	_	_	_	_	2
+7	to	to	PART	_	_	_	_	_	_	*
+8	declare	declare	VERB	_	_	_	_	_	ss=v.communication	*
+9	national	national	ADJ	_	_	_	_	_	_	*
+10	Vegetarian	vegetarian	NOUN	_	_	_	_	_	ss=n.time	3:X
+11	Day	day	NOUN	_	_	_	_	_	_	3
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	http://newzfor.me/?bv5q	http://newzfor.me/?bv5q	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-162
+# sent_counter = 362
+# text = @elizabethgrace7 I 'm leaving June 21 and just traveling in west and south Europe .
+1	@elizabethgrace7	@elizabethgrace7	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	leaving	leave	VERB	_	_	_	_	_	ss=v.motion	*
+5	June	june	PROPN	_	_	_	_	_	ss=n.time	*
+6	21	21	NUM	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	just	just	ADV	_	_	_	_	_	_	*
+9	traveling	travel	VERB	_	_	_	_	_	ss=v.motion	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	west	west	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	south	south	ADJ	_	_	_	_	_	_	*
+14	Europe	europe	PROPN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-163
+# sent_counter = 363
+# text = wait what was ur question :o ? why would you tell her that tho when you really dont know the whole story ? @getjaykrazy
+1	wait	wait	INTJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	ur	ur	PRON	_	_	_	_	_	_	*
+5	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+6	:o	:o	INTJ	_	_	_	_	_	_	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	why	why	ADV	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+12	her	her	PRON	_	_	_	_	_	_	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	tho	tho	ADV	_	_	_	_	_	_	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	really	really	ADV	_	_	_	_	_	_	*
+18	dont	dont	VERB	_	_	_	_	_	_	*
+19	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	whole	whole	ADJ	_	_	_	_	_	_	*
+22	story	story	NOUN	_	_	_	_	_	ss=n.communication	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+24	@getjaykrazy	@getjaykrazy	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-164
+# sent_counter = 364
+# text = 2011 first time home buyer incentives in Temecula CA : 2011 First Time Home Buyer Incentives in Temecula CA Incen ... http://bit.ly/hB3WWp
+1	2011	2011	NUM	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	buyer	buyer	NOUN	_	_	_	_	_	ss=n.person	*
+6	incentives	incentive	NOUN	_	_	_	_	_	ss=n.possession	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Temecula	temecula	PROPN	_	_	_	_	_	ss=n.location	*
+9	CA	ca	PROPN	_	_	_	_	_	ss=n.location	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	2011	2011	NUM	_	_	_	_	_	_	*
+12	First	first	ADJ	_	_	_	_	_	_	*
+13	Time	time	NOUN	_	_	_	_	_	ss=n.event	*
+14	Home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	Buyer	buyer	NOUN	_	_	_	_	_	ss=n.person	*
+16	Incentives	incentive	NOUN	_	_	_	_	_	ss=n.possession	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Temecula	temecula	PROPN	_	_	_	_	_	ss=n.location	*
+19	CA	ca	PROPN	_	_	_	_	_	ss=n.location	*
+20	Incen	incen	NOUN	_	_	_	_	_	ss=n.possession	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	http://bit.ly/hB3WWp	http://bit.ly/hb3wwp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-165
+# sent_counter = 365
+# text = @yourjessica 'll do it tomorrow . Possibly . Most likely . Hopefully . Maybe :)
+1	@yourjessica	@yourjessica	PROPN	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.change	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Possibly	possibly	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Most	most	ADV	_	_	_	_	_	_	*
+10	likely	likely	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Hopefully	hopefully	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	Maybe	maybe	ADV	_	_	_	_	_	_	*
+15	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-166
+# sent_counter = 366
+# text = @DottyDizzot oh nice , im sdill at work =( but im glad it 's Friday today =)
+1	@DottyDizzot	@dottydizzot	PROPN	_	_	_	_	_	_	*
+2	oh	oh	INTJ	_	_	_	_	_	_	*
+3	nice	nice	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	im	im	PRON	_	_	_	_	_	_	*
+6	sdill	sdill	ADV	_	_	_	_	_	_	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+9	=(	=(	INTJ	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	im	im	PRON	_	_	_	_	_	_	*
+12	glad	glad	ADJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+15	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+16	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+17	=)	=)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-167
+# sent_counter = 367
+# text = Threesum ! This is the time ! The time is now !
+1	Threesum	threesum	NOUN	_	_	_	_	_	ss=n.act	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	This	this	DET	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	The	the	DET	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	now	now	ADV	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-168
+# sent_counter = 368
+# text = LMFAO :D RT @PeezySqueezy : Stop tweeting about jersey shore , we know its tonight , but its just another that shows of a life 'll never ...
+1	LMFAO	lmfao	INTJ	_	_	_	_	_	_	*
+2	:D	:d	INTJ	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@PeezySqueezy	@peezysqueezy	PROPN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	Stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+7	tweeting	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	jersey	jersey	PROPN	_	_	_	_	_	ss=n.communication	1:X
+10	shore	shore	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	its	its	PRON	_	_	_	_	_	_	*
+15	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	its	its	PRON	_	_	_	_	_	_	*
+19	just	just	ADV	_	_	_	_	_	_	*
+20	another	another	DET	_	_	_	_	_	_	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	shows	show	VERB	_	_	_	_	_	_	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	life	life	NOUN	_	_	_	_	_	_	*
+26	'll	'll	AUX	_	_	_	_	_	_	*
+27	never	never	ADV	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-169
+# sent_counter = 369
+# text = @justinbieber omb ily hope one day u follow me 'll cry ! jk but thats not all 'll support u to the end no matter what ily &lt; 3
+1	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	ss=n.person	*
+2	omb	omb	INTJ	_	_	_	_	_	_	*
+3	ily	ily	ADV	_	_	_	_	_	_	*
+4	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	u	u	PRON	_	_	_	_	_	_	*
+8	follow	follow	VERB	_	_	_	_	_	ss=v.communication	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	'll	'll	AUX	_	_	_	_	_	_	*
+11	cry	cry	VERB	_	_	_	_	_	ss=v.body	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	jk	jk	INTJ	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	thats	thats	DET	_	_	_	_	_	_	*
+16	not	not	ADV	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	'll	'll	AUX	_	_	_	_	_	_	*
+19	support	support	VERB	_	_	_	_	_	ss=v.social	*
+20	u	u	PRON	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	end	end	NOUN	_	_	_	_	_	ss=n.state	*
+24	no	no	DET	_	_	_	_	_	_	1:X
+25	matter	matter	NOUN	_	_	_	_	_	_	1
+26	what	what	PRON	_	_	_	_	_	_	1
+27	ily	ily	ADV	_	_	_	_	_	_	*
+28	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+29	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-170
+# sent_counter = 370
+# text = Mission Friday : In Progress
+1	Mission	mission	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	Friday	friday	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	In	in	ADP	_	_	_	_	_	_	2:X
+5	Progress	progress	NOUN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-171
+# sent_counter = 371
+# text = 2 Steps Back will be playing at Ugly Mug Live on 08 Jan : http://schmap.it/ntidVT ( via @THE_BertBerry )
+1	2	2	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Steps	steps	PROPN	_	_	_	_	_	_	1
+3	Back	back	PROPN	_	_	_	_	_	_	1
+4	will	will	AUX	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	playing	play	VERB	_	_	_	_	_	ss=v.communication	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Ugly	ugly	PROPN	_	_	_	_	_	ss=n.location	2:X
+9	Mug	mug	PROPN	_	_	_	_	_	_	2
+10	Live	live	ADV	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	08	08	NUM	_	_	_	_	_	_	*
+13	Jan	jan	PROPN	_	_	_	_	_	ss=n.time	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	http://schmap.it/ntidVT	http://schmap.it/ntidvt	X	_	_	_	_	_	_	*
+16	(	(	PUNCT	_	_	_	_	_	_	*
+17	via	via	ADP	_	_	_	_	_	_	*
+18	@THE_BertBerry	@the_bertberry	PROPN	_	_	_	_	_	_	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-172
+# sent_counter = 372
+# text = @deidrefunk MTV IT TOMORROW THATS WHAT IM GON ' DO ! IM EXCITEDD
+1	@deidrefunk	@deidrefunk	PROPN	_	_	_	_	_	_	*
+2	MTV	mtv	PROPN	_	_	_	_	_	ss=n.communication	*
+3	IT	it	PRON	_	_	_	_	_	_	*
+4	TOMORROW	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+5	THATS	thats	DET	_	_	_	_	_	_	*
+6	WHAT	what	PRON	_	_	_	_	_	_	*
+7	IM	im	PRON	_	_	_	_	_	_	*
+8	GON	gon	VERB	_	_	_	_	_	_	*
+9	'	'	PUNCT	_	_	_	_	_	_	*
+10	DO	do	VERB	_	_	_	_	_	ss=v.change	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	IM	im	PRON	_	_	_	_	_	_	*
+13	EXCITEDD	excitedd	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-173
+# sent_counter = 373
+# text = RT @EpicTweets_ : When you check out your crush 's FB profile alot and then they do this '' Top Followers/Fans '' thing and they expose you . ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@EpicTweets_	@epictweets_	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	When	when	ADV	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	check	check	VERB	_	_	_	_	_	ss=v.perception	1:X
+7	out	out	PART	_	_	_	_	_	_	1
+8	your	your	PRON	_	_	_	_	_	_	*
+9	crush	crush	NOUN	_	_	_	_	_	ss=n.person	*
+10	's	's	AUX	_	_	_	_	_	_	*
+11	FB	fb	PROPN	_	_	_	_	_	ss=n.communication	*
+12	profile	profile	NOUN	_	_	_	_	_	ss=n.communication	*
+13	alot	alot	ADV	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	then	then	ADP	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.change	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	''	''	PUNCT	_	_	_	_	_	_	*
+20	Top	top	PROPN	_	_	_	_	_	ss=n.communication	2:X
+21	Followers/Fans	followers/fans	PROPN	_	_	_	_	_	_	2
+22	''	''	PUNCT	_	_	_	_	_	_	*
+23	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	they	they	PRON	_	_	_	_	_	_	*
+26	expose	expose	VERB	_	_	_	_	_	ss=v.communication	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-174
+# sent_counter = 374
+# text = @Ice_calibr29 'll tryy~ Hope the Sharks will try tonight , I think they should after Clowe called them out on it http://tl.gd/7vjue7
+1	@Ice_calibr29	@ice_calibr29	PROPN	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	tryy~	tryy~	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Sharks	sharks	PROPN	_	_	_	_	_	ss=n.group	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+9	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	should	should	AUX	_	_	_	_	_	_	*
+15	after	after	ADP	_	_	_	_	_	_	*
+16	Clowe	clowe	PROPN	_	_	_	_	_	ss=n.person	*
+17	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+18	them	them	PRON	_	_	_	_	_	_	*
+19	out	out	PART	_	_	_	_	_	_	1
+20	on	on	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	http://tl.gd/7vjue7	http://tl.gd/7vjue7	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-175
+# sent_counter = 375
+# text = @JaeChartaye I got u next week
+1	@JaeChartaye	@jaechartaye	PROPN	_	_	_	_	_	ss=n.person	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.cognition	*
+4	u	u	PRON	_	_	_	_	_	_	*
+5	next	next	ADJ	_	_	_	_	_	_	*
+6	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-176
+# sent_counter = 376
+# text = @RheaFayeB yaaaayyy !!!!! Same to you rhea !!!!! This year reeks epic-ism all over !!! Be sure to ride that epic wave ;)
+1	@RheaFayeB	@rheafayeb	PROPN	_	_	_	_	_	_	*
+2	yaaaayyy	yaaaayyy	INTJ	_	_	_	_	_	_	*
+3	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+4	Same	same	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	rhea	rhea	PROPN	_	_	_	_	_	ss=n.person	*
+8	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+9	This	this	DET	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	reeks	reek	VERB	_	_	_	_	_	ss=v.perception	*
+12	epic-ism	epic-ism	ADJ	_	_	_	_	_	_	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	over	over	ADP	_	_	_	_	_	_	*
+15	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+16	Be	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+17	sure	sure	ADJ	_	_	_	_	_	_	1
+18	to	to	PART	_	_	_	_	_	_	1
+19	ride	ride	VERB	_	_	_	_	_	ss=v.motion	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	epic	epic	NOUN	_	_	_	_	_	_	*
+22	wave	wave	NOUN	_	_	_	_	_	ss=n.event	*
+23	;)	;)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-177
+# sent_counter = 377
+# text = With record low interest rates , 2011 is proving to be a great time to buy real estate in the lower mainland . http://bit.ly/h4wiIs
+1	With	with	ADP	_	_	_	_	_	_	*
+2	record	record	NOUN	_	_	_	_	_	_	*
+3	low	low	ADJ	_	_	_	_	_	_	*
+4	interest	interest	NOUN	_	_	_	_	_	ss=n.possession	1:X
+5	rates	rates	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	2011	2011	NUM	_	_	_	_	_	_	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	proving	prove	VERB	_	_	_	_	_	ss=v.stative	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	great	great	ADJ	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+17	real	real	NOUN	_	_	_	_	_	ss=n.possession	2:X
+18	estate	estate	NOUN	_	_	_	_	_	_	2
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	lower	low	ADJ	_	_	_	_	_	_	*
+22	mainland	mainland	NOUN	_	_	_	_	_	ss=n.location	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/h4wiIs	http://bit.ly/h4wiis	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-178
+# sent_counter = 378
+# text = RT @purplekissessxo : @EL_Swagga1 i miss your face . i was thinking the other day how excited you were when you first got pandora .. aww lol ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@purplekissessxo	@purplekissessxo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	@EL_Swagga1	@el_swagga1	PROPN	_	_	_	_	_	ss=n.person	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	face	face	NOUN	_	_	_	_	_	ss=n.body	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+16	how	how	ADV	_	_	_	_	_	_	*
+17	excited	excited	ADJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	when	when	ADV	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	first	first	ADV	_	_	_	_	_	_	*
+23	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+24	pandora	pandora	PROPN	_	_	_	_	_	ss=n.communication	*
+25	..	..	PUNCT	_	_	_	_	_	_	*
+26	aww	aww	INTJ	_	_	_	_	_	_	*
+27	lol	lol	INTJ	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-179
+# sent_counter = 379
+# text = just went on an unfollowing spree ... there 's no point of following you if you have n't tweeted in 10+ days . #justsaying ..
+1	just	just	ADV	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	unfollowing	unfollowing	NOUN	_	_	_	_	_	ss=n.act	*
+6	spree	spree	NOUN	_	_	_	_	_	ss=n.act	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	there	there	DET	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	point	point	NOUN	_	_	_	_	_	ss=n.motive	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	following	follow	VERB	_	_	_	_	_	ss=v.communication	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	if	if	ADP	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	n't	n't	ADV	_	_	_	_	_	_	*
+19	tweeted	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	10+	10+	NUM	_	_	_	_	_	_	*
+22	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	#justsaying	#justsaying	X	_	_	_	_	_	_	*
+25	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-180
+# sent_counter = 380
+# text = going to portland in t-minus 26 days
+1	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	portland	portland	PROPN	_	_	_	_	_	ss=n.location	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	t-minus	t-minus	NOUN	_	_	_	_	_	ss=n.time	1:X
+6	26	26	NUM	_	_	_	_	_	_	*
+7	days	days	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-181
+# sent_counter = 381
+# text = AUTUMN COMES SATURDAY &lt; 3 !!!
+1	AUTUMN	autumn	PROPN	_	_	_	_	_	ss=n.time	*
+2	COMES	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	SATURDAY	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+4	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+5	3	3	INTJ	_	_	_	_	_	_	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-182
+# sent_counter = 382
+# text = So im in tha chi whts popping tonight ?
+1	So	so	INTJ	_	_	_	_	_	_	*
+2	im	im	PRON	_	_	_	_	_	_	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	tha	tha	DET	_	_	_	_	_	_	*
+5	chi	chi	PROPN	_	_	_	_	_	ss=n.location	*
+6	whts	whts	PRON	_	_	_	_	_	_	*
+7	popping	pop	VERB	_	_	_	_	_	ss=v.social	*
+8	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-183
+# sent_counter = 383
+# text = Nothing like getting no sleep before a 5 hour trip .. #wheee
+1	Nothing	nothing	NOUN	_	_	_	_	_	_	1:X
+2	like	like	ADP	_	_	_	_	_	_	1
+3	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	sleep	sleep	NOUN	_	_	_	_	_	ss=n.state	*
+6	before	before	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	5	5	NUM	_	_	_	_	_	_	*
+9	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+10	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+11	..	..	PUNCT	_	_	_	_	_	_	*
+12	#wheee	#wheee	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-184
+# sent_counter = 384
+# text = Bestfriend wanna go wit me to get my nails did Saturday
+1	Bestfriend	bestfriend	NOUN	_	_	_	_	_	ss=n.person	*
+2	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	wit	wit	ADP	_	_	_	_	_	_	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+8	my	my	PRON	_	_	_	_	_	_	*
+9	nails	nail	NOUN	_	_	_	_	_	ss=n.body	*
+10	did	do	VERB	_	_	_	_	_	_	1
+11	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-185
+# sent_counter = 385
+# text = BE IN TEXAS NEXT WEEK .......... IM TIRED OF THIS DMV COLD ........
+1	BE	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	IN	in	ADP	_	_	_	_	_	_	*
+3	TEXAS	texas	PROPN	_	_	_	_	_	ss=n.location	*
+4	NEXT	next	ADJ	_	_	_	_	_	_	*
+5	WEEK	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	..........	..........	PUNCT	_	_	_	_	_	_	*
+7	IM	im	PRON	_	_	_	_	_	_	*
+8	TIRED	tired	ADJ	_	_	_	_	_	_	*
+9	OF	of	ADP	_	_	_	_	_	_	*
+10	THIS	this	DET	_	_	_	_	_	_	*
+11	DMV	dmv	PROPN	_	_	_	_	_	ss=n.location	*
+12	COLD	cold	NOUN	_	_	_	_	_	ss=n.state	*
+13	........	........	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-186
+# sent_counter = 386
+# text = NHL Betting Picks - Bruins vs Wild : Thursday night is reserved for hockey as we are taking a good rest from the ... http://bit.ly/gw8oSb
+1	NHL	nhl	PROPN	_	_	_	_	_	ss=n.group	*
+2	Betting	bet	VERB	_	_	_	_	_	ss=v.possession	*
+3	Picks	pick	NOUN	_	_	_	_	_	ss=n.possession	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	Bruins	bruins	PROPN	_	_	_	_	_	ss=n.group	*
+6	vs	vs	ADP	_	_	_	_	_	_	*
+7	Wild	wild	PROPN	_	_	_	_	_	ss=n.group	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+10	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+11	is	be	AUX	_	_	_	_	_	_	*
+12	reserved	reserve	VERB	_	_	_	_	_	ss=v.stative	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	hockey	hockey	NOUN	_	_	_	_	_	ss=n.act	*
+15	as	as	ADP	_	_	_	_	_	_	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	are	be	AUX	_	_	_	_	_	_	*
+18	taking	take	VERB	_	_	_	_	_	ss=v.stative	1:X
+19	a	a	DET	_	_	_	_	_	_	*
+20	good	good	ADJ	_	_	_	_	_	_	*
+21	rest	rest	NOUN	_	_	_	_	_	_	1
+22	from	from	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/gw8oSb	http://bit.ly/gw8osb	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-187
+# sent_counter = 387
+# text = I 've been at this ' almost done !' stage in building my portfolio for over a month now but I just ca n't quite finish it . Sigh .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	'	'	PUNCT	_	_	_	_	_	_	*
+7	almost	almost	ADV	_	_	_	_	_	_	*
+8	done	do	VERB	_	_	_	_	_	_	*
+9	!'	!'	ADJ	_	_	_	_	_	_	*
+10	stage	stage	NOUN	_	_	_	_	_	ss=n.state	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	building	build	VERB	_	_	_	_	_	ss=v.creation	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	portfolio	portfolio	NOUN	_	_	_	_	_	ss=n.communication	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	over	over	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+19	now	now	ADV	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	just	just	ADV	_	_	_	_	_	_	*
+23	ca	ca	AUX	_	_	_	_	_	_	*
+24	n't	n't	ADV	_	_	_	_	_	_	*
+25	quite	quite	ADV	_	_	_	_	_	_	*
+26	finish	finish	VERB	_	_	_	_	_	ss=v.change	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	Sigh	sigh	NOUN	_	_	_	_	_	ss=n.communication	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-188
+# sent_counter = 388
+# text = @AuntB @rachel_w @randomjeweler To further your daily downer , he made Requiem for a Dream when he was 31 .
+1	@AuntB	@auntb	PROPN	_	_	_	_	_	_	*
+2	@rachel_w	@rachel_w	PROPN	_	_	_	_	_	_	*
+3	@randomjeweler	@randomjeweler	PROPN	_	_	_	_	_	_	*
+4	To	to	PART	_	_	_	_	_	_	*
+5	further	further	VERB	_	_	_	_	_	ss=v.social	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	daily	daily	NOUN	_	_	_	_	_	ss=n.communication	1:X
+8	downer	downer	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+12	Requiem	requiem	PROPN	_	_	_	_	_	ss=n.communication	2:X
+13	for	for	PROPN	_	_	_	_	_	_	2
+14	a	a	PROPN	_	_	_	_	_	_	2
+15	Dream	dream	NOUN	_	_	_	_	_	_	2
+16	when	when	ADV	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	31	31	NUM	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-189
+# sent_counter = 389
+# text = gonna watch 500 days of summer , and call it a night :\
+1	gonna	gonna	VERB	_	_	_	_	_	_	*
+2	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+3	500	500	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	days	days	PROPN	_	_	_	_	_	_	1
+5	of	of	PROPN	_	_	_	_	_	_	1
+6	summer	summer	PROPN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	call	call	VERB	_	_	_	_	_	ss=v.change	2:X
+10	it	it	PRON	_	_	_	_	_	_	2
+11	a	a	DET	_	_	_	_	_	_	2
+12	night	night	NOUN	_	_	_	_	_	ss=n.state	*
+13	:\	:\	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-190
+# sent_counter = 390
+# text = @Greeneyed0807 Heyyyyy ! When are you ever coming back . Ummm can you like call meee ,
+1	@Greeneyed0807	@greeneyed0807	PROPN	_	_	_	_	_	_	*
+2	Heyyyyy	heyyyyy	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	When	when	ADV	_	_	_	_	_	_	*
+5	are	be	AUX	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	ever	ever	ADV	_	_	_	_	_	_	*
+8	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+9	back	back	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Ummm	ummm	INTJ	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	like	like	ADV	_	_	_	_	_	_	*
+15	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+16	meee	meee	PRON	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-191
+# sent_counter = 391
+# text = @ahleach me thinks it was tedious and a waste of time and money - 15 mins over - what was the point of her ?
+1	@ahleach	@ahleach	PROPN	_	_	_	_	_	_	*
+2	me	me	PRON	_	_	_	_	_	ss=v.cognition	1:X
+3	thinks	think	VERB	_	_	_	_	_	_	1
+4	it	it	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	tedious	tedious	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	waste	waste	NOUN	_	_	_	_	_	ss=n.state	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	15	15	NUM	_	_	_	_	_	_	*
+16	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+17	over	over	ADP	_	_	_	_	_	_	*
+18	-	-	PUNCT	_	_	_	_	_	_	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	point	point	NOUN	_	_	_	_	_	ss=n.motive	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	her	her	PRON	_	_	_	_	_	_	*
+25	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-192
+# sent_counter = 392
+# text = I feel like a trillion bucks ! I feel like breaking a record tomorrow ... and i will
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	trillion	trillion	NUM	_	_	_	_	_	_	*
+6	bucks	buck	NOUN	_	_	_	_	_	ss=n.possession	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+10	like	like	ADP	_	_	_	_	_	_	*
+11	breaking	break	VERB	_	_	_	_	_	ss=v.change	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	record	record	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	will	will	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-193
+# sent_counter = 393
+# text = @hime8644 LOL theres always some good vids I didnt see before like this one XD --- &gt; http://www.youtube.com/watch?v=8zJKZJ7TGlU OMG *DROOLS*
+1	@hime8644	@hime8644	PROPN	_	_	_	_	_	_	*
+2	LOL	lol	INTJ	_	_	_	_	_	_	*
+3	theres	theres	DET	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	vids	vids	NOUN	_	_	_	_	_	ss=n.communication	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	didnt	didnt	VERB	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+11	before	before	ADV	_	_	_	_	_	_	*
+12	like	like	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	one	one	NOUN	_	_	_	_	_	_	*
+15	XD	xd	INTJ	_	_	_	_	_	_	*
+16	---	---	X	_	_	_	_	_	_	*
+17	&gt;	&gt;	X	_	_	_	_	_	_	*
+18	http://www.youtube.com/watch?v=8zJKZJ7TGlU	http://www.youtube.com/watch?v=8zjkzj7tglu	X	_	_	_	_	_	_	*
+19	OMG	omg	INTJ	_	_	_	_	_	_	*
+20	*DROOLS*	*drools*	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-194
+# sent_counter = 394
+# text = Has been a good week so far :) Immensely entertained by dog in snow !
+1	Has	have	AUX	_	_	_	_	_	_	*
+2	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	so	so	ADV	_	_	_	_	_	_	1:X
+7	far	far	ADV	_	_	_	_	_	_	1
+8	:)	:)	INTJ	_	_	_	_	_	_	*
+9	Immensely	immensely	ADV	_	_	_	_	_	_	*
+10	entertained	entertain	VERB	_	_	_	_	_	ss=v.social	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	snow	snow	NOUN	_	_	_	_	_	ss=n.substance	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-195
+# sent_counter = 395
+# text = Is there an At Issue panel tonight ?
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	there	there	DET	_	_	_	_	_	_	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	At	at	PROPN	_	_	_	_	_	ss=n.event	1:X
+5	Issue	issue	NOUN	_	_	_	_	_	_	1
+6	panel	panel	NOUN	_	_	_	_	_	_	1
+7	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-196
+# sent_counter = 396
+# text = RT @bieberarmy : @LilTwist Yeah if I were you I'd sleep with one eye open ... considering @justinbieber slapped @itsryanbutler when he was ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@bieberarmy	@bieberarmy	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	@LilTwist	@liltwist	PROPN	_	_	_	_	_	_	*
+5	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+6	if	if	ADP	_	_	_	_	_	_	1:X
+7	I	i	PRON	_	_	_	_	_	_	1
+8	were	be	VERB	_	_	_	_	_	_	1
+9	you	you	PRON	_	_	_	_	_	_	1
+10	I'd	i'd	PRON	_	_	_	_	_	_	*
+11	sleep	sleep	VERB	_	_	_	_	_	ss=v.body	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	one	one	NUM	_	_	_	_	_	_	*
+14	eye	eye	NOUN	_	_	_	_	_	ss=n.body	*
+15	open	open	NOUN	_	_	_	_	_	_	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	considering	consider	VERB	_	_	_	_	_	_	*
+18	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	ss=n.person	*
+19	slapped	slap	VERB	_	_	_	_	_	ss=v.contact	*
+20	@itsryanbutler	@itsryanbutler	PROPN	_	_	_	_	_	ss=n.person	*
+21	when	when	ADV	_	_	_	_	_	_	*
+22	he	he	PRON	_	_	_	_	_	_	*
+23	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-197
+# sent_counter = 397
+# text = @PhilHiPhy when r u do for an upgrade ?: P
+1	@PhilHiPhy	@philhiphy	PROPN	_	_	_	_	_	ss=n.person	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+4	u	u	PRON	_	_	_	_	_	_	*
+5	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	upgrade	upgrade	NOUN	_	_	_	_	_	ss=n.act	*
+9	?:	?:	INTJ	_	_	_	_	_	_	*
+10	P	p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-198
+# sent_counter = 398
+# text = RT @SudsReport : Scrubs fans are on fire ! Our tvguide.ca/soaps poll is fiery tonight . Do n't f*ck with Scrubs , Liason , Carbo , Bope , Venice ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SudsReport	@sudsreport	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Scrubs	scrubs	PROPN	_	_	_	_	_	ss=n.communication	*
+5	fans	fan	NOUN	_	_	_	_	_	ss=n.person	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	fire	fire	NOUN	_	_	_	_	_	_	1
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	Our	our	PRON	_	_	_	_	_	_	*
+11	tvguide.ca/soaps	tvguide.ca/soaps	PROPN	_	_	_	_	_	ss=n.communication	*
+12	poll	poll	NOUN	_	_	_	_	_	ss=n.communication	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	fiery	fiery	ADJ	_	_	_	_	_	_	*
+15	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Do	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	ADV	_	_	_	_	_	_	*
+19	f*ck	f*ck	VERB	_	_	_	_	_	ss=v.social	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	Scrubs	scrubs	PROPN	_	_	_	_	_	ss=n.communication	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	Liason	liason	PROPN	_	_	_	_	_	ss=n.group	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	Carbo	carbo	PROPN	_	_	_	_	_	ss=n.group	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	Bope	bope	PROPN	_	_	_	_	_	ss=n.group	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	Venice	venice	PROPN	_	_	_	_	_	ss=n.communication	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-199
+# sent_counter = 399
+# text = " @DJDROC : #beforeserato djs actually used headphones believe it or not " --- except majestic and me when we were drunk ... haha
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	@DJDROC	@djdroc	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#beforeserato	#beforeserato	X	_	_	_	_	_	_	*
+5	djs	djs	PROPN	_	_	_	_	_	ss=n.person	*
+6	actually	actually	ADV	_	_	_	_	_	_	*
+7	used	use	VERB	_	_	_	_	_	ss=v.stative	*
+8	headphones	headphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	believe	believe	VERB	_	_	_	_	_	_	1:X
+10	it	it	PRON	_	_	_	_	_	_	1
+11	or	or	CCONJ	_	_	_	_	_	_	1
+12	not	not	ADV	_	_	_	_	_	_	1
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	---	---	X	_	_	_	_	_	_	*
+15	except	except	ADP	_	_	_	_	_	_	*
+16	majestic	majestic	PROPN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	when	when	ADV	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	drunk	drunk	ADJ	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	haha	haha	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-200
+# sent_counter = 400
+# text = Sleep . Tomorrow is Friday which is good , but then Saturday , I have work . Ugh . I have basically no break because I am doing homework sunday .
+1	Sleep	sleep	VERB	_	_	_	_	_	ss=v.stative	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+6	which	which	DET	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	then	then	ADP	_	_	_	_	_	_	*
+12	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Ugh	ugh	INTJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+22	basically	basically	ADV	_	_	_	_	_	_	*
+23	no	no	DET	_	_	_	_	_	_	*
+24	break	break	NOUN	_	_	_	_	_	ss=n.act	*
+25	because	because	ADP	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	am	be	AUX	_	_	_	_	_	_	*
+28	doing	do	VERB	_	_	_	_	_	ss=v.creation	*
+29	homework	homework	NOUN	_	_	_	_	_	ss=n.act	*
+30	sunday	sunday	NOUN	_	_	_	_	_	ss=n.time	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-201
+# sent_counter = 401
+# text = @Pantera77fembz Gosh ! How long you handle this life ??
+1	@Pantera77fembz	@pantera77fembz	PROPN	_	_	_	_	_	_	*
+2	Gosh	gosh	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	How	how	ADV	_	_	_	_	_	_	*
+5	long	long	ADJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	handle	handle	VERB	_	_	_	_	_	ss=v.emotion	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+10	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-202
+# sent_counter = 402
+# text = @xmrksthespot4 Okay girl , you let me know when ur havin or know of sumthing Trey themed- Im there ok
+1	@xmrksthespot4	@xmrksthespot4	PROPN	_	_	_	_	_	_	*
+2	Okay	okay	INTJ	_	_	_	_	_	_	*
+3	girl	girl	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	let	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+7	me	me	PRON	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	_	1
+9	when	when	ADV	_	_	_	_	_	_	*
+10	ur	ur	PRON	_	_	_	_	_	_	*
+11	havin	havin	VERB	_	_	_	_	_	ss=v.stative	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	sumthing	sumthing	NOUN	_	_	_	_	_	_	*
+16	Trey	trey	PROPN	_	_	_	_	_	ss=n.person	*
+17	themed-	themed-	ADJ	_	_	_	_	_	_	*
+18	Im	im	PRON	_	_	_	_	_	_	*
+19	there	there	ADV	_	_	_	_	_	_	*
+20	ok	ok	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-203
+# sent_counter = 403
+# text = Class , intelligence , honesty , and morals are non existent these days .
+1	Class	class	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	intelligence	intelligence	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	honesty	honesty	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	morals	morals	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	non	non	ADJ	_	_	_	_	_	_	1:X
+11	existent	existent	ADJ	_	_	_	_	_	_	1
+12	these	these	DET	_	_	_	_	_	_	*
+13	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-204
+# sent_counter = 404
+# text = @justinbieber hey its my birthday which happens 1 time every year . wanna actually make my wish come true and follow me TODAY ? ( :
+1	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	_	*
+2	hey	hey	INTJ	_	_	_	_	_	_	*
+3	its	its	PRON	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+6	which	which	DET	_	_	_	_	_	_	*
+7	happens	happen	VERB	_	_	_	_	_	ss=v.stative	*
+8	1	1	NUM	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	every	every	DET	_	_	_	_	_	_	*
+11	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+14	actually	actually	ADV	_	_	_	_	_	_	*
+15	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	wish	wish	NOUN	_	_	_	_	_	ss=n.motive	*
+18	come	come	VERB	_	_	_	_	_	ss=v.creation	*
+19	true	true	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	follow	follow	VERB	_	_	_	_	_	ss=v.communication	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	TODAY	today	NOUN	_	_	_	_	_	ss=n.time	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+25	(	(	INTJ	_	_	_	_	_	_	*
+26	:	:	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-205
+# sent_counter = 405
+# text = RT @JupiterStorm : 1 . 6 . 2011 . The day @owlcity went on an Emporer 's New Groove rampage through twitter . xD
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JupiterStorm	@jupiterstorm	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	1	1	NUM	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	6	6	NUM	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	2011	2011	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	The	the	DET	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	@owlcity	@owlcity	PROPN	_	_	_	_	_	ss=n.group	*
+13	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	an	an	DET	_	_	_	_	_	_	*
+16	Emporer	emporer	PROPN	_	_	_	_	_	ss=n.act	1:X
+17	's	's	PROPN	_	_	_	_	_	_	1
+18	New	new	PROPN	_	_	_	_	_	_	1
+19	Groove	groove	PROPN	_	_	_	_	_	_	1
+20	rampage	rampage	NOUN	_	_	_	_	_	_	1
+21	through	through	ADP	_	_	_	_	_	_	*
+22	twitter	twitter	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	xD	xd	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-206
+# sent_counter = 406
+# text = good morning tweeps . have 'll a fabulous day ....
+1	good	good	INTJ	_	_	_	_	_	_	*
+2	morning	morning	INTJ	_	_	_	_	_	_	*
+3	tweeps	tweeps	NOUN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	'll	'll	AUX	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-207
+# sent_counter = 407
+# text = I know Deena watched this show , now shes trying to get with Vinny after Snooki been with him ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	Deena	deena	PROPN	_	_	_	_	_	ss=n.person	*
+4	watched	watch	VERB	_	_	_	_	_	ss=v.perception	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	show	show	NOUN	_	_	_	_	_	ss=n.communication	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	now	now	ADV	_	_	_	_	_	_	*
+9	shes	shes	PRON	_	_	_	_	_	_	*
+10	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.social	1:X
+13	with	with	ADP	_	_	_	_	_	_	1
+14	Vinny	vinny	PROPN	_	_	_	_	_	ss=n.person	*
+15	after	after	ADP	_	_	_	_	_	_	*
+16	Snooki	snooki	PROPN	_	_	_	_	_	ss=n.person	*
+17	been	be	VERB	_	_	_	_	_	ss=v.social	2:X
+18	with	with	ADP	_	_	_	_	_	_	2
+19	him	him	PRON	_	_	_	_	_	_	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-208
+# sent_counter = 408
+# text = RT @KyotoIS : BEST SATURDAY PARTY IN KYOTO ! BUTTERFLY SATURDAYS @BUTTERFLYKYOTO @DJLEADJP @djshiotsu @DJYMX http://t.co/ifuwGCI
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@KyotoIS	@kyotois	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	BEST	best	ADJ	_	_	_	_	_	_	*
+5	SATURDAY	saturday	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	PARTY	party	NOUN	_	_	_	_	_	_	1
+7	IN	in	ADP	_	_	_	_	_	_	*
+8	KYOTO	kyoto	PROPN	_	_	_	_	_	ss=n.location	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	BUTTERFLY	butterfly	PROPN	_	_	_	_	_	ss=n.event	2:X
+11	SATURDAYS	saturdays	PROPN	_	_	_	_	_	_	2
+12	@BUTTERFLYKYOTO	@butterflykyoto	PROPN	_	_	_	_	_	_	*
+13	@DJLEADJP	@djleadjp	PROPN	_	_	_	_	_	_	*
+14	@djshiotsu	@djshiotsu	PROPN	_	_	_	_	_	_	*
+15	@DJYMX	@djymx	PROPN	_	_	_	_	_	_	*
+16	http://t.co/ifuwGCI	http://t.co/ifuwgci	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-209
+# sent_counter = 409
+# text = I typed an essay and before I saved it my lap top froze and died . -___-
+1	I	i	PRON	_	_	_	_	_	_	*
+2	typed	type	VERB	_	_	_	_	_	ss=v.creation	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	essay	essay	NOUN	_	_	_	_	_	ss=n.communication	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	before	before	ADP	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	saved	save	VERB	_	_	_	_	_	ss=v.stative	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	lap	lap	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+12	top	top	NOUN	_	_	_	_	_	_	1
+13	froze	freeze	VERB	_	_	_	_	_	ss=v.change	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	died	die	VERB	_	_	_	_	_	ss=v.change	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	-___-	-___-	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-210
+# sent_counter = 410
+# text = Excellent dinner @nostranapdx , now home and drinking pinot and watching an Ahhhhnold movie . Some days require mixed messages .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+3	@nostranapdx	@nostranapdx	PROPN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	now	now	ADV	_	_	_	_	_	_	*
+6	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	drinking	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+9	pinot	pinot	NOUN	_	_	_	_	_	ss=n.food	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	Ahhhhnold	ahhhhnold	PROPN	_	_	_	_	_	ss=n.communication	1:X
+14	movie	movie	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Some	some	DET	_	_	_	_	_	_	*
+17	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+18	require	require	VERB	_	_	_	_	_	ss=v.stative	*
+19	mixed	mix	VERB	_	_	_	_	_	ss=n.communication	2:X
+20	messages	message	NOUN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-211
+# sent_counter = 411
+# text = Cruisers meet at Norfolk Mall Swiss Chalet ; Sat . Jan . 22 , 4:30 to ??. Contact Doug for more info . http://www.cruisetillsonburg.com/
+1	Cruisers	cruiser	NOUN	_	_	_	_	_	ss=n.group	*
+2	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Norfolk	norfolk	PROPN	_	_	_	_	_	ss=n.location	1:X
+5	Mall	mall	PROPN	_	_	_	_	_	_	1
+6	Swiss	swiss	PROPN	_	_	_	_	_	_	1
+7	Chalet	chalet	PROPN	_	_	_	_	_	_	1
+8	;	;	PUNCT	_	_	_	_	_	_	*
+9	Sat	sat	PROPN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Jan	jan	PROPN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	22	22	NUM	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	4:30	4:30	NUM	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	??.	??.	PUNCT	_	_	_	_	_	_	*
+18	Contact	contact	VERB	_	_	_	_	_	ss=v.communication	*
+19	Doug	doug	PROPN	_	_	_	_	_	ss=n.person	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	more	more	ADV	_	_	_	_	_	_	*
+22	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	http://www.cruisetillsonburg.com/	http://www.cruisetillsonburg.com/	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-212
+# sent_counter = 412
+# text = @iians Id love to see IDWT live from CES . And one day I hope to go to ces myself .
+1	@iians	@iians	PROPN	_	_	_	_	_	_	*
+2	Id	id	PRON	_	_	_	_	_	_	*
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	IDWT	idwt	PROPN	_	_	_	_	_	ss=n.communication	*
+7	live	live	ADJ	_	_	_	_	_	_	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	CES	ces	PROPN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	And	and	CCONJ	_	_	_	_	_	_	*
+12	one	one	NUM	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	ces	ces	PROPN	_	_	_	_	_	ss=n.location	*
+20	myself	myself	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-213
+# sent_counter = 413
+# text = when does skins start ?
+1	when	when	ADV	_	_	_	_	_	_	*
+2	does	do	AUX	_	_	_	_	_	_	*
+3	skins	skins	PROPN	_	_	_	_	_	ss=n.communication	*
+4	start	start	VERB	_	_	_	_	_	ss=v.change	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-214
+# sent_counter = 414
+# text = @CELLY32 I went to kolb for a week lol that shit was trash lmao
+1	@CELLY32	@celly32	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	kolb	kolb	PROPN	_	_	_	_	_	ss=n.location	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+9	lol	lol	INTJ	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	shit	shit	NOUN	_	_	_	_	_	ss=n.location	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	trash	trash	ADJ	_	_	_	_	_	_	*
+14	lmao	lmao	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-215
+# sent_counter = 415
+# text = RT @PeepsMagoo : Please help me save Sunshine . She is scheduled to be put down at a Camarillo shelter on Jan 6 http://fragurl.com/5P
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@PeepsMagoo	@peepsmagoo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Please	please	VERB	_	_	_	_	_	ss=v.communication	*
+5	help	help	VERB	_	_	_	_	_	ss=v.social	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	save	save	VERB	_	_	_	_	_	ss=v.social	*
+8	Sunshine	sunshine	PROPN	_	_	_	_	_	ss=n.animal	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	She	she	PRON	_	_	_	_	_	_	*
+11	is	be	AUX	_	_	_	_	_	_	*
+12	scheduled	schedule	VERB	_	_	_	_	_	ss=v.stative	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	be	be	AUX	_	_	_	_	_	_	*
+15	put	put	VERB	_	_	_	_	_	ss=v.body	1:X
+16	down	down	PART	_	_	_	_	_	_	1
+17	at	at	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	Camarillo	camarillo	PROPN	_	_	_	_	_	ss=n.location	2:X
+20	shelter	shelter	NOUN	_	_	_	_	_	_	2
+21	on	on	ADP	_	_	_	_	_	_	*
+22	Jan	jan	PROPN	_	_	_	_	_	ss=n.time	*
+23	6	6	NUM	_	_	_	_	_	_	*
+24	http://fragurl.com/5P	http://fragurl.com/5p	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-216
+# sent_counter = 416
+# text = RT @JANKYJ818 : Shout out 2 all the real women that hold they man down when he 's doin what he has 2 do 2 make it in this world ! RESPECT T ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JANKYJ818	@jankyj818	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Shout	shout	VERB	_	_	_	_	_	ss=v.communication	1:X
+5	out	out	PART	_	_	_	_	_	_	1
+6	2	2	PART	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	real	real	ADJ	_	_	_	_	_	_	*
+10	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	hold	hold	VERB	_	_	_	_	_	ss=v.social	2:X
+13	they	they	PRON	_	_	_	_	_	_	*
+14	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+15	down	down	ADP	_	_	_	_	_	_	2
+16	when	when	ADV	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	's	's	AUX	_	_	_	_	_	_	*
+19	doin	doin	VERB	_	_	_	_	_	ss=v.stative	*
+20	what	what	PRON	_	_	_	_	_	_	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	has	have	AUX	_	_	_	_	_	_	*
+23	2	2	PART	_	_	_	_	_	_	*
+24	do	do	AUX	_	_	_	_	_	_	*
+25	2	2	PART	_	_	_	_	_	_	*
+26	make	make	VERB	_	_	_	_	_	ss=v.competition	3:X
+27	it	it	PRON	_	_	_	_	_	_	3
+28	in	in	ADP	_	_	_	_	_	_	*
+29	this	this	DET	_	_	_	_	_	_	*
+30	world	world	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+32	RESPECT	respect	VERB	_	_	_	_	_	ss=v.social	*
+33	T	t	NOUN	_	_	_	_	_	_	*
+34	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-217
+# sent_counter = 417
+# text = @Khunnie0624 because I have no time to fan-girl ... I miss you ! :(
+1	@Khunnie0624	@khunnie0624	PROPN	_	_	_	_	_	_	*
+2	because	because	ADP	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	fan-girl	fan-girl	VERB	_	_	_	_	_	ss=v.emotion	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	:(	:(	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-218
+# sent_counter = 418
+# text = Hey Pouliot , remember that time when Sid and Jack were both drafted before you and you stared at your acne ? good times .
+1	Hey	hey	INTJ	_	_	_	_	_	_	*
+2	Pouliot	pouliot	PROPN	_	_	_	_	_	ss=n.person	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	Sid	sid	PROPN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	Jack	jack	PROPN	_	_	_	_	_	ss=n.person	*
+11	were	be	AUX	_	_	_	_	_	_	*
+12	both	both	DET	_	_	_	_	_	_	*
+13	drafted	draft	VERB	_	_	_	_	_	ss=v.change	*
+14	before	before	ADP	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	stared	stare	VERB	_	_	_	_	_	ss=v.perception	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	your	your	PRON	_	_	_	_	_	_	*
+21	acne	acne	NOUN	_	_	_	_	_	ss=n.body	*
+22	?	?	PUNCT	_	_	_	_	_	_	*
+23	good	good	ADJ	_	_	_	_	_	_	*
+24	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-219
+# sent_counter = 419
+# text = my tl is full of jersey shore . time to get of now .
+1	my	my	PRON	_	_	_	_	_	_	*
+2	tl	tl	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	full	full	ADJ	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	jersey	jersey	PROPN	_	_	_	_	_	ss=n.communication	1:X
+7	shore	shore	PROPN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	2:X
+12	of	of	ADP	_	_	_	_	_	_	2
+13	now	now	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-220
+# sent_counter = 420
+# text = Jersey Shore is overrated . studying and history homework then a fat night of sleep ! lord give me a snow day :)
+1	Jersey	jersey	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Shore	shore	PROPN	_	_	_	_	_	_	1
+3	is	be	AUX	_	_	_	_	_	_	*
+4	overrated	overrate	VERB	_	_	_	_	_	ss=v.cognition	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	studying	study	VERB	_	_	_	_	_	ss=v.cognition	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	history	history	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+9	homework	homework	NOUN	_	_	_	_	_	_	2
+10	then	then	ADV	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	fat	fat	ADJ	_	_	_	_	_	_	*
+13	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	sleep	sleep	NOUN	_	_	_	_	_	ss=n.body	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	lord	lord	PROPN	_	_	_	_	_	ss=n.person	*
+18	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	snow	snow	NOUN	_	_	_	_	_	ss=n.event	3:X
+22	day	day	NOUN	_	_	_	_	_	_	3
+23	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-221
+# sent_counter = 421
+# text = @YoDayDay Nope ! *lil kid voice* im being stingy tonight !! *hmph*
+1	@YoDayDay	@yodayday	PROPN	_	_	_	_	_	_	*
+2	Nope	nope	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	*lil	*lil	ADJ	_	_	_	_	_	_	1:X
+5	kid	kid	NOUN	_	_	_	_	_	_	1
+6	voice*	voice*	NOUN	_	_	_	_	_	_	1
+7	im	im	PRON	_	_	_	_	_	_	*
+8	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	stingy	stingy	ADJ	_	_	_	_	_	_	*
+10	tonight	tonight	ADV	_	_	_	_	_	_	*
+11	!!	!!	PUNCT	_	_	_	_	_	_	*
+12	*hmph*	*hmph*	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-222
+# sent_counter = 422
+# text = its barely a new year and i feel like ive already stuffed things up ! :(
+1	its	its	PRON	_	_	_	_	_	_	*
+2	barely	barely	ADV	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+9	like	like	ADP	_	_	_	_	_	_	*
+10	ive	ive	PRON	_	_	_	_	_	_	*
+11	already	already	ADV	_	_	_	_	_	_	*
+12	stuffed	stuff	VERB	_	_	_	_	_	ss=v.change	1:X
+13	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+14	up	up	PART	_	_	_	_	_	_	1
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	:(	:(	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-223
+# sent_counter = 423
+# text = @MANTOTHEDON he and Ally Hilfiger are now working together . The film 's releasing on Feb . 4th . It 's really good .
+1	@MANTOTHEDON	@mantothedon	PROPN	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Ally	ally	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Hilfiger	hilfiger	PROPN	_	_	_	_	_	_	1
+6	are	be	AUX	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	working	work	VERB	_	_	_	_	_	ss=v.social	*
+9	together	together	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	The	the	DET	_	_	_	_	_	_	*
+12	film	film	NOUN	_	_	_	_	_	ss=n.communication	*
+13	's	's	AUX	_	_	_	_	_	_	*
+14	releasing	release	VERB	_	_	_	_	_	ss=v.change	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	4th	4th	NUM	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	It	it	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	really	really	ADV	_	_	_	_	_	_	*
+23	good	good	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-224
+# sent_counter = 424
+# text = Eating ! After 18 hours .
+1	Eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	After	after	ADP	_	_	_	_	_	_	*
+4	18	18	NUM	_	_	_	_	_	_	*
+5	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-225
+# sent_counter = 425
+# text = RT @savageNON : yo , too many kidz be gettin high all the time but they ai n't showin enough SKILLS . that 's what we call fakin the funk ! st ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@savageNON	@savagenon	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	yo	yo	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	kidz	kidz	NOUN	_	_	_	_	_	ss=n.person	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	gettin	gettin	VERB	_	_	_	_	_	ss=v.consumption	1:X
+11	high	high	NOUN	_	_	_	_	_	_	1
+12	all	all	DET	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	ai	ai	VERB	_	_	_	_	_	ss=v.stative	*
+18	n't	n't	ADV	_	_	_	_	_	_	*
+19	showin	showin	VERB	_	_	_	_	_	ss=v.communication	*
+20	enough	enough	ADJ	_	_	_	_	_	_	*
+21	SKILLS	skill	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+25	what	what	PRON	_	_	_	_	_	_	*
+26	we	we	PRON	_	_	_	_	_	_	*
+27	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+28	fakin	fakin	VERB	_	_	_	_	_	ss=v.social	2:X
+29	the	the	DET	_	_	_	_	_	_	2
+30	funk	funk	NOUN	_	_	_	_	_	_	2
+31	!	!	PUNCT	_	_	_	_	_	_	*
+32	st	st	NOUN	_	_	_	_	_	ss=n.communication	*
+33	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-226
+# sent_counter = 426
+# text = I have $7 and my car is dead . Maybe next month ? Weeeeee !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	$7	$7	NOUN	_	_	_	_	_	ss=n.possession	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	dead	dead	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	Maybe	maybe	ADV	_	_	_	_	_	_	*
+11	next	next	ADJ	_	_	_	_	_	_	*
+12	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	Weeeeee	weeeeee	INTJ	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-227
+# sent_counter = 427
+# text = i have to say . bringing luna to work makes the day so much more interesting . even if i do have to clean up her whoopsies . #boredas
+1	i	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	bringing	bring	VERB	_	_	_	_	_	ss=v.motion	*
+7	luna	luna	PROPN	_	_	_	_	_	ss=n.animal	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+10	makes	make	VERB	_	_	_	_	_	ss=v.change	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	so	so	ADV	_	_	_	_	_	_	*
+14	much	much	ADV	_	_	_	_	_	_	*
+15	more	more	ADV	_	_	_	_	_	_	*
+16	interesting	interesting	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	if	if	ADP	_	_	_	_	_	_	*
+20	i	i	PRON	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	have	have	AUX	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	clean	clean	VERB	_	_	_	_	_	ss=v.change	1:X
+25	up	up	PART	_	_	_	_	_	_	1
+26	her	her	PRON	_	_	_	_	_	_	*
+27	whoopsies	whoopsies	NOUN	_	_	_	_	_	ss=n.substance	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	#boredas	#boredas	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-228
+# sent_counter = 428
+# text = spent all day entering sweepstakes ... lets hope it works out =D
+1	spent	spend	VERB	_	_	_	_	_	ss=v.stative	*
+2	all	all	DET	_	_	_	_	_	ss=n.time	1:X
+3	day	day	NOUN	_	_	_	_	_	_	1
+4	entering	enter	VERB	_	_	_	_	_	ss=v.creation	*
+5	sweepstakes	sweepstakes	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	lets	let	VERB	_	_	_	_	_	ss=v.social	*
+8	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	works	work	VERB	_	_	_	_	_	ss=v.stative	2:X
+11	out	out	PART	_	_	_	_	_	_	2
+12	=D	=d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-229
+# sent_counter = 429
+# text = sitting here trying to setup googleTV in our hotel room ..... after finally getting an HDMI plug into this TV pressed against the wall ...
+1	sitting	sit	VERB	_	_	_	_	_	ss=v.body	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	setup	setup	VERB	_	_	_	_	_	ss=v.creation	*
+6	googleTV	googletv	PROPN	_	_	_	_	_	ss=n.artifact	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	hotel	hotel	NOUN	_	_	_	_	_	ss=n.location	1:X
+10	room	room	NOUN	_	_	_	_	_	_	1
+11	.....	.....	PUNCT	_	_	_	_	_	_	*
+12	after	after	ADP	_	_	_	_	_	_	*
+13	finally	finally	ADV	_	_	_	_	_	_	*
+14	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+15	an	an	DET	_	_	_	_	_	_	*
+16	HDMI	hdmi	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+17	plug	plug	NOUN	_	_	_	_	_	_	2
+18	into	into	ADP	_	_	_	_	_	_	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	TV	tv	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	pressed	press	VERB	_	_	_	_	_	ss=v.contact	*
+22	against	against	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	wall	wall	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-230
+# sent_counter = 430
+# text = RT @BieberMinnie : It would be perfect if girls had mute buttons , guys had edit buttons , hard times had fast forward buttons , __AND__ good time ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@BieberMinnie	@bieberminnie	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	It	it	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	perfect	perfect	ADJ	_	_	_	_	_	_	*
+8	if	if	ADP	_	_	_	_	_	_	*
+9	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	mute	mute	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+12	buttons	button	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+15	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	edit	edit	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+17	buttons	button	NOUN	_	_	_	_	_	_	2
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	hard	hard	ADJ	_	_	_	_	_	ss=n.feeling	3:X
+20	times	times	NOUN	_	_	_	_	_	_	3
+21	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	fast	fast	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+23	forward	forward	NOUN	_	_	_	_	_	_	4
+24	buttons	button	NOUN	_	_	_	_	_	_	4
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+27	good	good	ADJ	_	_	_	_	_	ss=n.feeling	5:X
+28	time	time	NOUN	_	_	_	_	_	_	5
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-231
+# sent_counter = 431
+# text = @keridiculous He may need cure named The Rocky Horror Picture Show ; Find that movie DVD or through Youtube and show him : Sweet Transvestite .
+1	@keridiculous	@keridiculous	PROPN	_	_	_	_	_	_	*
+2	He	he	PRON	_	_	_	_	_	_	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	need	need	AUX	_	_	_	_	_	_	*
+5	cure	cure	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	named	name	VERB	_	_	_	_	_	ss=v.communication	*
+7	The	the	PROPN	_	_	_	_	_	ss=n.communication	1:X
+8	Rocky	rocky	PROPN	_	_	_	_	_	_	1
+9	Horror	horror	PROPN	_	_	_	_	_	_	1
+10	Picture	picture	PROPN	_	_	_	_	_	_	1
+11	Show	show	PROPN	_	_	_	_	_	_	1
+12	;	;	PUNCT	_	_	_	_	_	_	*
+13	Find	find	VERB	_	_	_	_	_	ss=v.possession	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	movie	movie	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+16	DVD	dvd	PROPN	_	_	_	_	_	_	2
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	through	through	ADP	_	_	_	_	_	_	*
+19	Youtube	youtube	PROPN	_	_	_	_	_	ss=n.group	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	show	show	VERB	_	_	_	_	_	ss=v.perception	*
+22	him	him	PRON	_	_	_	_	_	_	*
+23	:	:	PUNCT	_	_	_	_	_	_	*
+24	Sweet	sweet	PROPN	_	_	_	_	_	ss=n.person	3:X
+25	Transvestite	transvestite	PROPN	_	_	_	_	_	_	3
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-232
+# sent_counter = 432
+# text = RT @HHASSELHOFF : We live life like caterpillars awaiting for that one day where we become butterflies with endless opportunities
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@HHASSELHOFF	@hhasselhoff	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	We	we	PRON	_	_	_	_	_	_	*
+5	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+6	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+7	like	like	ADP	_	_	_	_	_	_	*
+8	caterpillars	caterpillar	NOUN	_	_	_	_	_	ss=n.animal	*
+9	awaiting	await	VERB	_	_	_	_	_	ss=v.cognition	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	one	one	NUM	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+14	where	where	ADV	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	become	become	VERB	_	_	_	_	_	ss=v.change	*
+17	butterflies	butterfly	NOUN	_	_	_	_	_	ss=n.animal	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	endless	endless	ADJ	_	_	_	_	_	_	*
+20	opportunities	opportunity	NOUN	_	_	_	_	_	ss=n.state	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-233
+# sent_counter = 433
+# text = RT @Cap_aus1980 : If I was a whale I'd get drunk and fuck shit up all the time .... And then blame it on the submarines the next morning
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Cap_aus1980	@cap_aus1980	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	If	if	ADP	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	whale	whale	NOUN	_	_	_	_	_	ss=n.animal	*
+9	I'd	i'd	PRON	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.change	*
+11	drunk	drunk	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	fuck	fuck	VERB	_	_	_	_	_	ss=v.change	1:X
+14	shit	shit	NOUN	_	_	_	_	_	ss=n.other	*
+15	up	up	PART	_	_	_	_	_	_	1
+16	all	all	DET	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+19	....	....	PUNCT	_	_	_	_	_	_	*
+20	And	and	CCONJ	_	_	_	_	_	_	*
+21	then	then	ADV	_	_	_	_	_	_	*
+22	blame	blame	VERB	_	_	_	_	_	ss=v.communication	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	on	on	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	submarines	submarine	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	next	next	ADJ	_	_	_	_	_	_	*
+29	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-234
+# sent_counter = 434
+# text = DAVID MARIL : Cut some TV channels and let me buy what I watch : My question is why , when we purchase cable and sa ... http://bit.ly/fW3ByU
+1	DAVID	david	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	MARIL	maril	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Cut	cut	VERB	_	_	_	_	_	ss=v.change	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	TV	tv	NOUN	_	_	_	_	_	ss=n.communication	*
+7	channels	channels	NOUN	_	_	_	_	_	ss=n.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+15	:	:	PUNCT	_	_	_	_	_	_	*
+16	My	my	PRON	_	_	_	_	_	_	*
+17	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	why	why	ADV	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	when	when	ADV	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+24	cable	cable	NOUN	_	_	_	_	_	ss=n.communication	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	sa	sa	NOUN	_	_	_	_	_	ss=n.communication	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	http://bit.ly/fW3ByU	http://bit.ly/fw3byu	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-235
+# sent_counter = 435
+# text = @brittanyyy_imk aww yeah , its gonna be one to remember , cause the next day , my sis is getting married &lt; 3 yours is marked special occassion
+1	@brittanyyy_imk	@brittanyyy_imk	PROPN	_	_	_	_	_	_	*
+2	aww	aww	INTJ	_	_	_	_	_	_	*
+3	yeah	yeah	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	its	its	PRON	_	_	_	_	_	_	*
+6	gonna	gonna	AUX	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	one	one	NUM	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	cause	cause	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	next	next	ADJ	_	_	_	_	_	_	*
+15	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	sis	sis	NOUN	_	_	_	_	_	ss=n.person	*
+19	is	be	AUX	_	_	_	_	_	_	*
+20	getting	get	VERB	_	_	_	_	_	ss=v.social	1:X
+21	married	marry	VERB	_	_	_	_	_	_	1
+22	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+23	3	3	INTJ	_	_	_	_	_	_	*
+24	yours	yours	PRON	_	_	_	_	_	_	*
+25	is	be	AUX	_	_	_	_	_	_	*
+26	marked	mark	VERB	_	_	_	_	_	ss=v.stative	*
+27	special	special	NOUN	_	_	_	_	_	ss=n.event	2:X
+28	occassion	occassion	NOUN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-236
+# sent_counter = 436
+# text = Going to kill myself today . (@ LA Fitness w/ 4 others ) http://4sq.com/ejqAQY
+1	Going	go	VERB	_	_	_	_	_	ss=v.change	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	kill	kill	VERB	_	_	_	_	_	ss=v.body	*
+4	myself	myself	PRON	_	_	_	_	_	_	*
+5	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	(@	(@	ADP	_	_	_	_	_	_	*
+8	LA	la	PROPN	_	_	_	_	_	ss=n.location	1:X
+9	Fitness	fitness	PROPN	_	_	_	_	_	_	1
+10	w/	w/	ADP	_	_	_	_	_	_	*
+11	4	4	NUM	_	_	_	_	_	_	*
+12	others	others	NOUN	_	_	_	_	_	ss=n.person	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	http://4sq.com/ejqAQY	http://4sq.com/ejqaqy	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-237
+# sent_counter = 437
+# text = @christinamarks_ u try to be like April on youtube
+1	@christinamarks_	@christinamarks_	PROPN	_	_	_	_	_	_	*
+2	u	u	PRON	_	_	_	_	_	_	*
+3	try	try	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	April	april	PROPN	_	_	_	_	_	ss=n.person	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	youtube	youtube	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-238
+# sent_counter = 438
+# text = @Bunbun22 Oh , no , I did it after you tweeted it . I think it 's kinda sad .
+1	@Bunbun22	@bunbun22	PROPN	_	_	_	_	_	_	*
+2	Oh	oh	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	no	no	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	did	do	VERB	_	_	_	_	_	ss=v.change	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	tweeted	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+18	kinda	kinda	ADV	_	_	_	_	_	_	*
+19	sad	sad	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-239
+# sent_counter = 439
+# text = RT @DroVictorious : The only way for a relationship to survive is when no one knows about it .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DroVictorious	@drovictorious	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	only	only	ADJ	_	_	_	_	_	_	*
+6	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	relationship	relationship	NOUN	_	_	_	_	_	ss=n.relation	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	survive	survive	VERB	_	_	_	_	_	ss=v.stative	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	no	no	DET	_	_	_	_	_	_	1:X
+15	one	one	NOUN	_	_	_	_	_	_	1
+16	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+17	about	about	ADP	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-240
+# sent_counter = 440
+# text = @YvesSaintLinda I have n't had a chance to go for a good long shopping spree but i will soon . Everyone stares , it 's so creepy !
+1	@YvesSaintLinda	@yvessaintlinda	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	n't	n't	ADV	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	good	good	ADJ	_	_	_	_	_	_	*
+13	long	long	ADJ	_	_	_	_	_	_	*
+14	shopping	shopping	NOUN	_	_	_	_	_	ss=n.act	1:X
+15	spree	spree	NOUN	_	_	_	_	_	_	1
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	will	will	VERB	_	_	_	_	_	ss=v.stative	*
+19	soon	soon	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+22	stares	stare	VERB	_	_	_	_	_	ss=v.perception	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+26	so	so	ADV	_	_	_	_	_	_	*
+27	creepy	creepy	ADJ	_	_	_	_	_	_	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-241
+# sent_counter = 441
+# text = MALDIVES http://t.co/UdssrZv Years of hard work are starting to pay off with the team winning . Next few years are critical to development .
+1	MALDIVES	maldives	PROPN	_	_	_	_	_	ss=n.location	*
+2	http://t.co/UdssrZv	http://t.co/udssrzv	X	_	_	_	_	_	_	*
+3	Years	years	NOUN	_	_	_	_	_	ss=n.time	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	hard	hard	ADJ	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	are	be	AUX	_	_	_	_	_	_	*
+8	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	pay	pay	VERB	_	_	_	_	_	ss=v.change	1:X
+11	off	off	PART	_	_	_	_	_	_	1
+12	with	with	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+15	winning	win	VERB	_	_	_	_	_	ss=v.competition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Next	next	ADJ	_	_	_	_	_	_	*
+18	few	few	ADJ	_	_	_	_	_	_	*
+19	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	critical	critical	ADJ	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	development	development	NOUN	_	_	_	_	_	ss=n.process	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-242
+# sent_counter = 442
+# text = Consumer Electronics Show : Attendees take to Twitter on opening day : If we listened to attendees at the Consumer ... http://bit.ly/gy6Oqe
+1	Consumer	consumer	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	Electronics	electronics	PROPN	_	_	_	_	_	_	1
+3	Show	show	PROPN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Attendees	attendee	NOUN	_	_	_	_	_	ss=n.person	*
+6	take	take	VERB	_	_	_	_	_	ss=v.motion	2:X
+7	to	to	PART	_	_	_	_	_	_	2
+8	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.group	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	opening	opening	NOUN	_	_	_	_	_	ss=n.event	3:X
+11	day	day	NOUN	_	_	_	_	_	_	3
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	If	if	ADP	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	listened	listen	VERB	_	_	_	_	_	ss=v.perception	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	attendees	attendee	NOUN	_	_	_	_	_	ss=n.person	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	Consumer	consumer	PROPN	_	_	_	_	_	ss=n.group	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	http://bit.ly/gy6Oqe	http://bit.ly/gy6oqe	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-243
+# sent_counter = 443
+# text = @amandamaryyy that 's no good maybe you got a stomach bug , atleast when your blanket comes out the dryer it will be nice and warm
+1	@amandamaryyy	@amandamaryyy	PROPN	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	maybe	maybe	ADV	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	stomach	stomach	NOUN	_	_	_	_	_	ss=n.body	1:X
+11	bug	bug	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	atleast	atleast	ADJ	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	blanket	blanket	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	comes	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+18	out	out	ADP	_	_	_	_	_	_	2
+19	the	the	DET	_	_	_	_	_	_	*
+20	dryer	dryer	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	will	will	AUX	_	_	_	_	_	_	*
+23	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	nice	nice	ADJ	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	warm	warm	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-244
+# sent_counter = 444
+# text = Lunch @UniversityCup before 1st MKT exam @ 3:30 ....
+1	Lunch	lunch	NOUN	_	_	_	_	_	ss=n.food	*
+2	@UniversityCup	@universitycup	PROPN	_	_	_	_	_	ss=n.group	*
+3	before	before	ADP	_	_	_	_	_	_	*
+4	1st	1st	NUM	_	_	_	_	_	_	*
+5	MKT	mkt	PROPN	_	_	_	_	_	ss=n.event	1:X
+6	exam	exam	NOUN	_	_	_	_	_	_	1
+7	@	@	ADP	_	_	_	_	_	_	*
+8	3:30	3:30	NUM	_	_	_	_	_	_	*
+9	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-245
+# sent_counter = 445
+# text = No work today
+1	No	no	DET	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-246
+# sent_counter = 446
+# text = So nice out today !!!! :D Ca n't wait till spring !
+1	So	so	ADV	_	_	_	_	_	_	*
+2	nice	nice	ADJ	_	_	_	_	_	_	*
+3	out	out	ADP	_	_	_	_	_	_	*
+4	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+6	:D	:d	INTJ	_	_	_	_	_	_	*
+7	Ca	ca	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+10	till	till	ADP	_	_	_	_	_	_	*
+11	spring	spring	NOUN	_	_	_	_	_	ss=n.event	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-247
+# sent_counter = 447
+# text = RT @monsterrkev : No more Pink Friday barbiez !! monsters are taking over . Welcome BORNTHISWAYFRIDAY
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@monsterrkev	@monsterrkev	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	No	no	DET	_	_	_	_	_	_	*
+5	more	more	ADV	_	_	_	_	_	_	*
+6	Pink	pink	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+7	Friday	friday	PROPN	_	_	_	_	_	_	1
+8	barbiez	barbiez	NOUN	_	_	_	_	_	_	1
+9	!!	!!	PUNCT	_	_	_	_	_	_	*
+10	monsters	monster	NOUN	_	_	_	_	_	ss=n.person	*
+11	are	be	AUX	_	_	_	_	_	_	*
+12	taking	take	VERB	_	_	_	_	_	ss=v.change	2:X
+13	over	over	ADP	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Welcome	welcome	VERB	_	_	_	_	_	ss=v.change	*
+16	BORNTHISWAYFRIDAY	bornthiswayfriday	PROPN	_	_	_	_	_	ss=n.feeling	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-248
+# sent_counter = 448
+# text = RT @4MusicGossip : Oh , and do n't forget that there 's another chance to see @pink : My Story at 7pm tonight http://bit.ly/hLAnXp
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@4MusicGossip	@4musicgossip	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Oh	oh	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+10	that	that	ADP	_	_	_	_	_	_	*
+11	there	there	DET	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	another	another	DET	_	_	_	_	_	_	*
+14	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+17	@pink	@pink	PROPN	_	_	_	_	_	ss=n.person	*
+18	:	:	PUNCT	_	_	_	_	_	_	*
+19	My	my	PRON	_	_	_	_	_	ss=n.communication	1:X
+20	Story	story	NOUN	_	_	_	_	_	_	1
+21	at	at	ADP	_	_	_	_	_	_	*
+22	7pm	7pm	NUM	_	_	_	_	_	_	*
+23	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+24	http://bit.ly/hLAnXp	http://bit.ly/hlanxp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-249
+# sent_counter = 449
+# text = Today Internet sucks in Campus Village ... (@ Campus Village ) http://4sq.com/epmWHV
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	Internet	internet	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	sucks	suck	VERB	_	_	_	_	_	ss=v.emotion	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Campus	campus	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Village	village	PROPN	_	_	_	_	_	_	1
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	(@	(@	ADP	_	_	_	_	_	_	*
+9	Campus	campus	PROPN	_	_	_	_	_	ss=n.location	2:X
+10	Village	village	PROPN	_	_	_	_	_	_	2
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	http://4sq.com/epmWHV	http://4sq.com/epmwhv	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-250
+# sent_counter = 450
+# text = @bakermattbaker im coming to see you on wednesday ..... will you come out to the gates after , me and my mum would love to meet you !!! xxxxxxxx
+1	@bakermattbaker	@bakermattbaker	PROPN	_	_	_	_	_	_	*
+2	im	im	PRON	_	_	_	_	_	_	*
+3	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.social	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	wednesday	wednesday	PROPN	_	_	_	_	_	ss=n.time	*
+9	.....	.....	PUNCT	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+13	out	out	PART	_	_	_	_	_	_	1
+14	to	to	PART	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	gates	gates	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	after	after	ADP	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	mum	mum	NOUN	_	_	_	_	_	ss=n.person	*
+23	would	would	AUX	_	_	_	_	_	_	*
+24	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+29	xxxxxxxx	xxxxxxxx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-251
+# sent_counter = 451
+# text = Yikes ! RT @mollyesque : @cbellantoni Yes ! I got a " fuck43 " bit . ly on Friday -- veiled anti-Bush message ?
+1	Yikes	yikes	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@mollyesque	@mollyesque	PROPN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	@cbellantoni	@cbellantoni	PROPN	_	_	_	_	_	_	*
+7	Yes	yes	INTJ	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	fuck43	fuck43	NOUN	_	_	_	_	_	ss=n.communication	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	bit	bit	NOUN	_	_	_	_	_	ss=n.communication	1:X
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	ly	ly	NOUN	_	_	_	_	_	_	1
+18	on	on	ADP	_	_	_	_	_	_	*
+19	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+20	--	--	PUNCT	_	_	_	_	_	_	*
+21	veiled	veiled	ADJ	_	_	_	_	_	_	*
+22	anti-Bush	anti-bush	ADJ	_	_	_	_	_	_	*
+23	message	message	NOUN	_	_	_	_	_	ss=n.communication	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-252
+# sent_counter = 452
+# text = @firecore http://twitpic.com/3xgdng - sign me up , just did the preorder yesterday !
+1	@firecore	@firecore	PROPN	_	_	_	_	_	_	*
+2	http://twitpic.com/3xgdng	http://twitpic.com/3xgdng	X	_	_	_	_	_	_	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	sign	sign	VERB	_	_	_	_	_	ss=v.change	1:X
+5	me	me	PRON	_	_	_	_	_	_	*
+6	up	up	PART	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	just	just	ADV	_	_	_	_	_	_	*
+9	did	do	VERB	_	_	_	_	_	ss=v.social	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	preorder	preorder	NOUN	_	_	_	_	_	ss=n.act	*
+12	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-253
+# sent_counter = 453
+# text = RT @Isabelly011 : i like my tea like i like my men . darker than the night
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Isabelly011	@isabelly011	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	like	like	VERB	_	_	_	_	_	ss=v.cognition	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	tea	tea	NOUN	_	_	_	_	_	ss=n.food	*
+8	like	like	ADP	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	like	like	VERB	_	_	_	_	_	ss=v.cognition	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	men	men	NOUN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	darker	dark	ADJ	_	_	_	_	_	_	*
+15	than	than	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	night	night	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-254
+# sent_counter = 454
+# text = @neemantalel @gregorsalto this thursday @clubseven : The New African Soul Event ! www.africaunsigned.com/asn for more info and tickets
+1	@neemantalel	@neemantalel	PROPN	_	_	_	_	_	_	*
+2	@gregorsalto	@gregorsalto	PROPN	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+5	@clubseven	@clubseven	PROPN	_	_	_	_	_	ss=n.group	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	The	the	DET	_	_	_	_	_	_	*
+8	New	new	PROPN	_	_	_	_	_	ss=n.event	1:X
+9	African	african	PROPN	_	_	_	_	_	_	1
+10	Soul	soul	PROPN	_	_	_	_	_	_	1
+11	Event	event	PROPN	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	www.africaunsigned.com/asn	www.africaunsigned.com/asn	X	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	more	more	ADV	_	_	_	_	_	_	*
+16	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	tickets	ticket	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-255
+# sent_counter = 455
+# text = Please join us Wed @ 7pm in the CPR for Paul Levit'z lecture : " 75 Years of DC Comics : Art of Modern Mythmaking ."
+1	Please	please	VERB	_	_	_	_	_	_	*
+2	join	join	VERB	_	_	_	_	_	ss=v.social	*
+3	us	us	PRON	_	_	_	_	_	_	*
+4	Wed	wed	PROPN	_	_	_	_	_	ss=n.time	*
+5	@	@	ADP	_	_	_	_	_	_	*
+6	7pm	7pm	NUM	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	CPR	cpr	PROPN	_	_	_	_	_	ss=n.location	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	Paul	paul	PROPN	_	_	_	_	_	ss=n.person	1:X
+12	Levit'z	levit'z	PROPN	_	_	_	_	_	_	1
+13	lecture	lecture	NOUN	_	_	_	_	_	ss=n.communication	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	75	75	NUM	_	_	_	_	_	_	*
+17	Years	years	NOUN	_	_	_	_	_	ss=n.quantity	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	DC	dc	PROPN	_	_	_	_	_	ss=n.communication	2:X
+20	Comics	comics	PROPN	_	_	_	_	_	_	2
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	Art	art	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	Modern	modern	ADJ	_	_	_	_	_	ss=n.act	3:X
+25	Mythmaking	mythmaking	NOUN	_	_	_	_	_	_	3
+26	."	."	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-256
+# sent_counter = 456
+# text = Still smh @ last night . Dointhemost . com
+1	Still	still	ADV	_	_	_	_	_	_	*
+2	smh	smh	INTJ	_	_	_	_	_	_	*
+3	@	@	ADP	_	_	_	_	_	_	*
+4	last	last	ADJ	_	_	_	_	_	_	*
+5	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Dointhemost	dointhemost	X	_	_	_	_	_	_	*
+8	.	.	X	_	_	_	_	_	_	*
+9	com	com	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-257
+# sent_counter = 457
+# text = bruise on my facee ... wild night !
+1	bruise	bruise	NOUN	_	_	_	_	_	ss=n.body	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	facee	facee	NOUN	_	_	_	_	_	ss=n.body	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	wild	wild	ADJ	_	_	_	_	_	_	*
+7	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-258
+# sent_counter = 458
+# text = I need to go get some music mixed down today
+1	I	i	PRON	_	_	_	_	_	_	*
+2	need	need	AUX	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	get	get	VERB	_	_	_	_	_	ss=v.change	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	music	music	NOUN	_	_	_	_	_	ss=n.communication	*
+8	mixed	mix	VERB	_	_	_	_	_	ss=v.change	*
+9	down	down	PART	_	_	_	_	_	_	*
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-259
+# sent_counter = 459
+# text = PREACH !! RT @DJRyan1der : These ppl do n't understand its Monday and I 'm not in da mood to deal wit their bullshit !! Fukk outta here !!!
+1	PREACH	preach	VERB	_	_	_	_	_	ss=v.communication	*
+2	!!	!!	PUNCT	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@DJRyan1der	@djryan1der	PROPN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	These	these	DET	_	_	_	_	_	_	*
+7	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+11	its	its	PRON	_	_	_	_	_	_	*
+12	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	AUX	_	_	_	_	_	_	*
+16	not	not	ADV	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	da	da	DET	_	_	_	_	_	_	*
+19	mood	mood	NOUN	_	_	_	_	_	ss=n.state	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	deal	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+22	wit	wit	ADP	_	_	_	_	_	_	*
+23	their	their	PRON	_	_	_	_	_	_	*
+24	bullshit	bullshit	NOUN	_	_	_	_	_	ss=n.feeling	*
+25	!!	!!	PUNCT	_	_	_	_	_	_	*
+26	Fukk	fukk	VERB	_	_	_	_	_	ss=v.emotion	*
+27	outta	outta	ADP	_	_	_	_	_	_	*
+28	here	here	ADV	_	_	_	_	_	_	*
+29	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-260
+# sent_counter = 460
+# text = @SMFG800 is not morning anymore =p
+1	@SMFG800	@smfg800	PROPN	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+5	anymore	anymore	ADV	_	_	_	_	_	_	*
+6	=p	=p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-261
+# sent_counter = 461
+# text = A wet and cold Monday ....: High temperatures will be reached this morning , in the low to mid 40s , before cooling ... http://bit.ly/fkdrr6
+1	A	a	DET	_	_	_	_	_	_	*
+2	wet	wet	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	cold	cold	ADJ	_	_	_	_	_	_	*
+5	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+6	....:	....:	PUNCT	_	_	_	_	_	_	*
+7	High	high	ADJ	_	_	_	_	_	_	*
+8	temperatures	temperature	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	reached	reach	VERB	_	_	_	_	_	ss=v.change	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	low	low	ADJ	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	mid	mid	ADJ	_	_	_	_	_	_	*
+20	40s	40s	NUM	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	before	before	ADP	_	_	_	_	_	_	*
+23	cooling	cool	VERB	_	_	_	_	_	ss=v.change	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/fkdrr6	http://bit.ly/fkdrr6	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-262
+# sent_counter = 462
+# text = I 'm at Roll And Go Quality Kitchen ( 8th Ave , W 38th St , New York ) http://4sq.com/e1rqnP
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Roll	roll	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	And	and	PROPN	_	_	_	_	_	_	1
+6	Go	go	PROPN	_	_	_	_	_	_	1
+7	Quality	quality	PROPN	_	_	_	_	_	_	1
+8	Kitchen	kitchen	PROPN	_	_	_	_	_	_	1
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	8th	8th	PROPN	_	_	_	_	_	ss=n.location	2:X
+11	Ave	ave	PROPN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	W	w	PROPN	_	_	_	_	_	_	2
+14	38th	38th	PROPN	_	_	_	_	_	_	2
+15	St	st	PROPN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	New	new	PROPN	_	_	_	_	_	_	2
+18	York	york	PROPN	_	_	_	_	_	_	2
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	http://4sq.com/e1rqnP	http://4sq.com/e1rqnp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-263
+# sent_counter = 463
+# text = Foto Feb 6 : St Luke 's http://wp.me/pqLtw-lN
+1	Foto	foto	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+3	6	6	NUM	_	_	_	_	_	_	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	St	st	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Luke	luke	PROPN	_	_	_	_	_	_	1
+7	's	's	PART	_	_	_	_	_	_	*
+8	http://wp.me/pqLtw-lN	http://wp.me/pqltw-ln	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-264
+# sent_counter = 464
+# text = RT @NaomiAKlein : Today 's NYT story on @aljazeera reads like the reporter just discovered news for the first time
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@NaomiAKlein	@naomiaklein	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	NYT	nyt	PROPN	_	_	_	_	_	ss=n.communication	1:X
+7	story	story	NOUN	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	*
+9	@aljazeera	@aljazeera	PROPN	_	_	_	_	_	ss=n.group	*
+10	reads	read	VERB	_	_	_	_	_	ss=v.cognition	*
+11	like	like	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	reporter	reporter	NOUN	_	_	_	_	_	ss=n.person	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	discovered	discover	VERB	_	_	_	_	_	ss=v.cognition	*
+16	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	first	first	ADJ	_	_	_	_	_	_	*
+20	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-265
+# sent_counter = 465
+# text = Gates : The Sun Will Rise ... This reminds me a lot of Envy and CSTVT but w/o the hardcore elements . Super good and free : http://bit.ly/e8PhEI
+1	Gates	gates	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	Sun	sun	NOUN	_	_	_	_	_	ss=n.natural_object	*
+5	Will	will	AUX	_	_	_	_	_	_	*
+6	Rise	rise	VERB	_	_	_	_	_	ss=v.motion	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	This	this	DET	_	_	_	_	_	_	*
+9	reminds	remind	VERB	_	_	_	_	_	ss=v.cognition	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	Envy	envy	PROPN	_	_	_	_	_	ss=n.communication	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	CSTVT	cstvt	PROPN	_	_	_	_	_	ss=n.communication	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	w/o	w/o	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	hardcore	hardcore	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	elements	elements	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Super	super	ADV	_	_	_	_	_	_	*
+24	good	good	ADJ	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	free	free	ADJ	_	_	_	_	_	_	*
+27	:	:	PUNCT	_	_	_	_	_	_	*
+28	http://bit.ly/e8PhEI	http://bit.ly/e8phei	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-266
+# sent_counter = 466
+# text = I 'm at Winn-Dixie ( 948 SW 67th Ave , SW 8th St ., Miami ) http://4sq.com/eA4NFI
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Winn-Dixie	winn-dixie	PROPN	_	_	_	_	_	ss=n.group	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	948	948	NUM	_	_	_	_	_	_	*
+7	SW	sw	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	67th	67th	PROPN	_	_	_	_	_	_	1
+9	Ave	ave	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	SW	sw	PROPN	_	_	_	_	_	_	1
+12	8th	8th	PROPN	_	_	_	_	_	_	1
+13	St	st	PROPN	_	_	_	_	_	_	1
+14	.,	.,	ADP	_	_	_	_	_	_	*
+15	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	*
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	http://4sq.com/eA4NFI	http://4sq.com/ea4nfi	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-267
+# sent_counter = 467
+# text = THE BONG WENT 5-O LAST NIGHT papers not included
+1	THE	the	DET	_	_	_	_	_	_	*
+2	BONG	bong	PROPN	_	_	_	_	_	ss=n.artifact	*
+3	WENT	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	5-O	5-o	ADJ	_	_	_	_	_	_	*
+5	LAST	last	ADJ	_	_	_	_	_	ss=n.event	1:X
+6	NIGHT	night	NOUN	_	_	_	_	_	_	1
+7	papers	papers	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	not	not	ADV	_	_	_	_	_	_	*
+9	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-268
+# sent_counter = 468
+# text = @FeverRomance i just watched that this morning xD
+1	@FeverRomance	@feverromance	PROPN	_	_	_	_	_	ss=n.communication	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	watched	watch	VERB	_	_	_	_	_	ss=v.perception	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	ss=n.event	*
+7	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+8	xD	xd	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-269
+# sent_counter = 469
+# text = RT @google : On Feb 10 , livestream our " ThinkMobile " event aimed at helping businesses succeed in the mobile era http://goo.gl/xODvf
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@google	@google	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	On	on	ADP	_	_	_	_	_	_	*
+5	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+6	10	10	NUM	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	livestream	livestream	VERB	_	_	_	_	_	ss=v.communication	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	ThinkMobile	thinkmobile	PROPN	_	_	_	_	_	ss=n.event	1:X
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	event	event	NOUN	_	_	_	_	_	_	1
+14	aimed	aim	VERB	_	_	_	_	_	ss=v.cognition	*
+15	at	at	ADP	_	_	_	_	_	_	*
+16	helping	help	VERB	_	_	_	_	_	ss=v.cognition	*
+17	businesses	business	NOUN	_	_	_	_	_	ss=n.group	*
+18	succeed	succeed	VERB	_	_	_	_	_	ss=v.competition	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	mobile	mobile	NOUN	_	_	_	_	_	ss=n.state	2:X
+22	era	era	NOUN	_	_	_	_	_	_	2
+23	http://goo.gl/xODvf	http://goo.gl/xodvf	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-270
+# sent_counter = 470
+# text = #oyster fans get ready 4 Tuesday dollar oyster night ! More varieties , more fun , more Jeff . Think outside the ( cont ) http://tl.gd/8m0d6d
+1	#oyster	#oyster	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	fans	fan	NOUN	_	_	_	_	_	_	1
+3	get	get	VERB	_	_	_	_	_	ss=v.cognition	*
+4	ready	ready	ADJ	_	_	_	_	_	_	*
+5	4	4	ADP	_	_	_	_	_	_	*
+6	Tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.event	2:X
+7	dollar	dollar	NOUN	_	_	_	_	_	_	2
+8	oyster	oyster	NOUN	_	_	_	_	_	_	2
+9	night	night	NOUN	_	_	_	_	_	_	2
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	More	more	ADJ	_	_	_	_	_	_	*
+12	varieties	variety	NOUN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	more	more	ADJ	_	_	_	_	_	_	*
+15	fun	fun	NOUN	_	_	_	_	_	ss=n.act	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	more	more	ADJ	_	_	_	_	_	_	*
+18	Jeff	jeff	PROPN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+21	outside	outside	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	cont	cont	NOUN	_	_	_	_	_	ss=n.state	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	http://tl.gd/8m0d6d	http://tl.gd/8m0d6d	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-271
+# sent_counter = 471
+# text = RT @DowntownJackson : Today at 6 p.m. the Mississippi Museum of Art host a presentation on their NEW Art Garden . Do n't miss out !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DowntownJackson	@downtownjackson	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	6	6	NUM	_	_	_	_	_	_	*
+7	p.m.	p.m.	NOUN	_	_	_	_	_	ss=n.time	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Mississippi	mississippi	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Museum	museum	PROPN	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	1
+12	Art	art	PROPN	_	_	_	_	_	_	1
+13	host	host	VERB	_	_	_	_	_	ss=v.creation	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	presentation	presentation	NOUN	_	_	_	_	_	ss=n.communication	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	their	their	PRON	_	_	_	_	_	_	*
+18	NEW	new	ADJ	_	_	_	_	_	_	*
+19	Art	art	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+20	Garden	garden	NOUN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Do	do	AUX	_	_	_	_	_	_	*
+23	n't	n't	ADV	_	_	_	_	_	_	*
+24	miss	miss	VERB	_	_	_	_	_	ss=v.stative	3:X
+25	out	out	PART	_	_	_	_	_	_	3
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-272
+# sent_counter = 472
+# text = Taco| P-Dogs Cruise Night ~ South Gate : First event coverage of the new year and Candy Coated made it out to P-D ... http://bit.ly/gsSina
+1	Taco|	taco|	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	P-Dogs	p-dogs	PROPN	_	_	_	_	_	_	1
+3	Cruise	cruise	PROPN	_	_	_	_	_	ss=n.event	2:X
+4	Night	night	PROPN	_	_	_	_	_	_	2
+5	~	~	PUNCT	_	_	_	_	_	_	*
+6	South	south	PROPN	_	_	_	_	_	ss=n.location	3:X
+7	Gate	gate	PROPN	_	_	_	_	_	_	3
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	First	first	ADJ	_	_	_	_	_	_	*
+10	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+11	coverage	coverage	NOUN	_	_	_	_	_	ss=n.communication	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	new	new	ADJ	_	_	_	_	_	ss=n.phenomenon	4:X
+15	year	year	NOUN	_	_	_	_	_	_	4
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	Candy	candy	PROPN	_	_	_	_	_	ss=n.person	5:X
+18	Coated	coated	PROPN	_	_	_	_	_	_	5
+19	made	make	VERB	_	_	_	_	_	ss=v.motion	6:X
+20	it	it	PRON	_	_	_	_	_	_	*
+21	out	out	PART	_	_	_	_	_	_	6
+22	to	to	PART	_	_	_	_	_	_	*
+23	P-D	p-d	PROPN	_	_	_	_	_	ss=n.location	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/gsSina	http://bit.ly/gssina	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-273
+# sent_counter = 473
+# text = Today is a new day . I woke up this morning from an amazing weekend with friends and I feel great :) now its time to step my tweet game up
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.state	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	woke	wake	VERB	_	_	_	_	_	ss=v.body	1:X
+9	up	up	PART	_	_	_	_	_	_	1
+10	this	this	DET	_	_	_	_	_	_	*
+11	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+12	from	from	ADP	_	_	_	_	_	_	*
+13	an	an	DET	_	_	_	_	_	_	*
+14	amazing	amazing	ADJ	_	_	_	_	_	_	*
+15	weekend	weekend	NOUN	_	_	_	_	_	ss=n.event	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+21	great	great	ADJ	_	_	_	_	_	_	*
+22	:)	:)	INTJ	_	_	_	_	_	_	*
+23	now	now	ADV	_	_	_	_	_	_	*
+24	its	its	PRON	_	_	_	_	_	_	*
+25	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	step	step	VERB	_	_	_	_	_	ss=v.change	2:X
+28	my	my	PRON	_	_	_	_	_	_	*
+29	tweet	tweet	NOUN	_	_	_	_	_	ss=n.act	3:X
+30	game	game	NOUN	_	_	_	_	_	_	3
+31	up	up	PART	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-274
+# sent_counter = 474
+# text = @OscarDoll24 good morning love . i miss you . hope you have a beautiful day . &lt; #
+1	@OscarDoll24	@oscardoll24	PROPN	_	_	_	_	_	_	*
+2	good	good	INTJ	_	_	_	_	_	_	*
+3	morning	morning	INTJ	_	_	_	_	_	_	*
+4	love	love	INTJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+15	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+18	#	#	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-275
+# sent_counter = 475
+# text = @rebexarama I meant in terms of boringness . It was actually awesome up until mid-December .
+1	@rebexarama	@rebexarama	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	meant	mean	VERB	_	_	_	_	_	ss=v.communication	*
+4	in	in	ADP	_	_	_	_	_	_	1:X
+5	terms	terms	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	1
+7	boringness	boringness	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	It	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	actually	actually	ADV	_	_	_	_	_	_	*
+12	awesome	awesome	ADJ	_	_	_	_	_	_	*
+13	up	up	ADV	_	_	_	_	_	_	*
+14	until	until	ADP	_	_	_	_	_	_	*
+15	mid-December	mid-december	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-276
+# sent_counter = 476
+# text = @Flyboi_Pierre cool as hell and go crazy on twitter u may not see him out much but at heart he 's a real partier #BrightHistMonth
+1	@Flyboi_Pierre	@flyboi_pierre	PROPN	_	_	_	_	_	_	*
+2	cool	cool	ADJ	_	_	_	_	_	_	*
+3	as	as	ADP	_	_	_	_	_	_	*
+4	hell	hell	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.change	*
+7	crazy	crazy	ADJ	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	twitter	twitter	PROPN	_	_	_	_	_	ss=n.group	*
+10	u	u	PRON	_	_	_	_	_	_	*
+11	may	may	AUX	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	him	him	PRON	_	_	_	_	_	_	*
+15	out	out	PART	_	_	_	_	_	_	*
+16	much	much	ADV	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	at	at	ADP	_	_	_	_	_	ss=n.feeling	1:X
+19	heart	heart	NOUN	_	_	_	_	_	_	1
+20	he	he	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	real	real	ADJ	_	_	_	_	_	_	*
+24	partier	partier	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	#BrightHistMonth	#brighthistmonth	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-277
+# sent_counter = 477
+# text = the one and only MARK MEISMER is teaching TONIGHT at EDGe at 830-1030 ! Come twirlllllllllll !!!!! RT !!
+1	the	the	DET	_	_	_	_	_	_	*
+2	one	one	NOUN	_	_	_	_	_	ss=n.quantity	1:X
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	only	only	ADJ	_	_	_	_	_	_	1
+5	MARK	mark	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	MEISMER	meismer	PROPN	_	_	_	_	_	_	2
+7	is	be	AUX	_	_	_	_	_	_	*
+8	teaching	teach	VERB	_	_	_	_	_	ss=v.communication	*
+9	TONIGHT	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	EDGe	edge	PROPN	_	_	_	_	_	ss=n.group	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	830-1030	830-1030	NUM	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	Come	come	VERB	_	_	_	_	_	ss=v.motion	*
+16	twirlllllllllll	twirlllllllllll	VERB	_	_	_	_	_	ss=v.motion	*
+17	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+18	RT	rt	X	_	_	_	_	_	_	*
+19	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-278
+# sent_counter = 478
+# text = @ChrisMurrin Thanks Chris . We are going to Lucilles for Valentines Day and maybe Famous Daves tonight .
+1	@ChrisMurrin	@chrismurrin	PROPN	_	_	_	_	_	_	*
+2	Thanks	thanks	INTJ	_	_	_	_	_	_	*
+3	Chris	chris	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	We	we	PRON	_	_	_	_	_	_	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	Lucilles	lucilles	PROPN	_	_	_	_	_	ss=n.group	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	Valentines	valentines	PROPN	_	_	_	_	_	ss=n.event	1:X
+12	Day	day	PROPN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	maybe	maybe	ADV	_	_	_	_	_	_	*
+15	Famous	famous	PROPN	_	_	_	_	_	ss=n.group	2:X
+16	Daves	daves	PROPN	_	_	_	_	_	_	2
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-279
+# sent_counter = 479
+# text = @FoIManUK our #FOI Jan 11 tally is 26% of 2010 total
+1	@FoIManUK	@foimanuk	PROPN	_	_	_	_	_	_	*
+2	our	our	PRON	_	_	_	_	_	_	*
+3	#FOI	#foi	NOUN	_	_	_	_	_	_	*
+4	Jan	jan	PROPN	_	_	_	_	_	ss=n.time	*
+5	11	11	NUM	_	_	_	_	_	_	*
+6	tally	tally	NOUN	_	_	_	_	_	ss=n.act	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	26%	26%	NUM	_	_	_	_	_	_	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	2010	2010	NUM	_	_	_	_	_	_	*
+11	total	total	NOUN	_	_	_	_	_	ss=n.state	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-280
+# sent_counter = 480
+# text = GooDNighT ELFs .. i have to go now see u later ... bye bye ... saranghae ... @siwon407 tell me HappY BirthdaY on 11\Feb ... ok ... please ^^ LOVE U
+1	GooDNighT	goodnight	INTJ	_	_	_	_	_	_	*
+2	ELFs	elf	NOUN	_	_	_	_	_	ss=n.person	*
+3	..	..	PUNCT	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	now	now	ADV	_	_	_	_	_	_	*
+9	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+10	u	u	PRON	_	_	_	_	_	_	*
+11	later	later	ADV	_	_	_	_	_	_	*
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	bye	bye	INTJ	_	_	_	_	_	_	1:X
+14	bye	bye	INTJ	_	_	_	_	_	_	1
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	saranghae	saranghae	INTJ	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	@siwon407	@siwon407	PROPN	_	_	_	_	_	_	*
+19	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+20	me	me	PRON	_	_	_	_	_	_	*
+21	HappY	happy	ADJ	_	_	_	_	_	ss=n.communication	2:X
+22	BirthdaY	birthday	NOUN	_	_	_	_	_	_	2
+23	on	on	ADP	_	_	_	_	_	_	*
+24	11\Feb	11\feb	NUM	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	ok	ok	INTJ	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	please	please	INTJ	_	_	_	_	_	_	*
+29	^^	^^	INTJ	_	_	_	_	_	_	*
+30	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+31	U	u	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-281
+# sent_counter = 481
+# text = So April is looking like a spectacular month for shows . Spring Break Your Heart Tour , Dirty Work Tour , Gamechangers Tour , and now FYS ! #yuss
+1	So	so	ADP	_	_	_	_	_	_	*
+2	April	april	PROPN	_	_	_	_	_	ss=n.time	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+5	like	like	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	spectacular	spectacular	ADJ	_	_	_	_	_	_	*
+8	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	shows	show	NOUN	_	_	_	_	_	ss=n.communication	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Spring	spring	PROPN	_	_	_	_	_	ss=n.act	1:X
+13	Break	break	PROPN	_	_	_	_	_	_	1
+14	Your	your	PROPN	_	_	_	_	_	_	1
+15	Heart	heart	PROPN	_	_	_	_	_	_	1
+16	Tour	tour	PROPN	_	_	_	_	_	_	1
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	Dirty	dirty	PROPN	_	_	_	_	_	ss=n.act	2:X
+19	Work	work	PROPN	_	_	_	_	_	_	2
+20	Tour	tour	PROPN	_	_	_	_	_	_	2
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	Gamechangers	gamechangers	PROPN	_	_	_	_	_	ss=n.act	3:X
+23	Tour	tour	PROPN	_	_	_	_	_	_	3
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	now	now	ADV	_	_	_	_	_	_	*
+27	FYS	fys	PROPN	_	_	_	_	_	ss=n.act	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+29	#yuss	#yuss	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-282
+# sent_counter = 482
+# text = Happy birthday to my not so little brother @xHangmanx !!! He 's 20 today ! Holy crap , 20 ? Jeez man ...
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	not	not	ADV	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	little	little	ADJ	_	_	_	_	_	_	*
+8	brother	brother	NOUN	_	_	_	_	_	ss=n.person	*
+9	@xHangmanx	@xhangmanx	PROPN	_	_	_	_	_	ss=n.person	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+11	He	he	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	20	20	NUM	_	_	_	_	_	_	*
+14	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	Holy	holy	INTJ	_	_	_	_	_	_	*
+17	crap	crap	INTJ	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	20	20	NUM	_	_	_	_	_	_	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+21	Jeez	jeez	INTJ	_	_	_	_	_	_	*
+22	man	man	INTJ	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-283
+# sent_counter = 483
+# text = Jus Another Monday Lettin That Work Go Today I 'm On Cherry , Bubble __AND__ Purple
+1	Jus	jus	ADV	_	_	_	_	_	_	*
+2	Another	another	DET	_	_	_	_	_	_	*
+3	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+4	Lettin	lettin	VERB	_	_	_	_	_	ss=v.change	1:X
+5	That	that	DET	_	_	_	_	_	_	*
+6	Work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	Go	go	VERB	_	_	_	_	_	_	1
+8	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+11	On	on	ADP	_	_	_	_	_	_	*
+12	Cherry	cherry	PROPN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Bubble	bubble	PROPN	_	_	_	_	_	ss=n.food	*
+15	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+16	Purple	purple	PROPN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-284
+# sent_counter = 484
+# text = OMG , you guys are too funny today . I 'm all about the Unicorns !!! Have a great week everyone !!
+1	OMG	omg	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	funny	funny	ADJ	_	_	_	_	_	_	*
+8	today	today	ADV	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+12	all	all	DET	_	_	_	_	_	_	1:X
+13	about	about	ADP	_	_	_	_	_	_	1
+14	the	the	DET	_	_	_	_	_	_	*
+15	Unicorns	unicorns	PROPN	_	_	_	_	_	ss=n.animal	*
+16	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+17	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	great	great	ADJ	_	_	_	_	_	_	*
+20	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	everyone	everyone	NOUN	_	_	_	_	_	_	*
+22	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-285
+# sent_counter = 485
+# text = RT @RawyaRageh : Protesters hold their ground for the 14th day in Tahrir Sq . Ayman Mohyeldin free and well . #Egypt #Jan25
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@RawyaRageh	@rawyarageh	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Protesters	protester	NOUN	_	_	_	_	_	ss=n.person	*
+5	hold	hold	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	their	their	PRON	_	_	_	_	_	_	*
+7	ground	ground	NOUN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	14th	14th	ADJ	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Tahrir	tahrir	PROPN	_	_	_	_	_	ss=n.location	2:X
+14	Sq	sq	PROPN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Ayman	ayman	PROPN	_	_	_	_	_	ss=n.person	3:X
+17	Mohyeldin	mohyeldin	PROPN	_	_	_	_	_	_	3
+18	free	free	ADJ	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	well	well	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	#Egypt	#egypt	NOUN	_	_	_	_	_	ss=n.location	*
+23	#Jan25	#jan25	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-286
+# sent_counter = 486
+# text = @Elinor_Althani ahhhh reading , still i did n't finish my book =( i have to do it before Feb ends inshallah :)
+1	@Elinor_Althani	@elinor_althani	PROPN	_	_	_	_	_	_	*
+2	ahhhh	ahhhh	INTJ	_	_	_	_	_	_	*
+3	reading	read	VERB	_	_	_	_	_	ss=v.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	still	still	ADV	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	finish	finish	VERB	_	_	_	_	_	ss=v.change	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	book	book	NOUN	_	_	_	_	_	ss=n.communication	*
+12	=(	=(	INTJ	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	have	have	AUX	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	do	do	VERB	_	_	_	_	_	ss=v.cognition	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	before	before	ADP	_	_	_	_	_	_	*
+19	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+20	ends	end	VERB	_	_	_	_	_	ss=v.change	*
+21	inshallah	inshallah	NOUN	_	_	_	_	_	ss=n.motive	*
+22	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-287
+# sent_counter = 487
+# text = RT @DIVINEDYNASTY : RT @PLAIN_JAMES : http://twitpic.com/3t0eng - #THEREDROOM FRI 03.18 . 11 CALI'S BDAY BASH FOR PISCES/ARIES DAY 1 ( cont ) ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DIVINEDYNASTY	@divinedynasty	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@PLAIN_JAMES	@plain_james	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	http://twitpic.com/3t0eng	http://twitpic.com/3t0eng	X	_	_	_	_	_	_	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	#THEREDROOM	#theredroom	X	_	_	_	_	_	_	*
+10	FRI	fri	PROPN	_	_	_	_	_	ss=n.time	1:X
+11	03.18	03.18	NUM	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	1
+13	11	11	NUM	_	_	_	_	_	_	1
+14	CALI'S	cali's	PROPN	_	_	_	_	_	ss=n.person	*
+15	BDAY	bday	NOUN	_	_	_	_	_	ss=n.event	2:X
+16	BASH	bash	NOUN	_	_	_	_	_	_	2
+17	FOR	for	ADP	_	_	_	_	_	_	*
+18	PISCES/ARIES	pisces/aries	PROPN	_	_	_	_	_	ss=n.time	3:X
+19	DAY	day	NOUN	_	_	_	_	_	_	3
+20	1	1	NUM	_	_	_	_	_	_	*
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	cont	cont	NOUN	_	_	_	_	_	ss=n.state	*
+23	)	)	PUNCT	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-288
+# sent_counter = 488
+# text = Happy Monday !
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-289
+# sent_counter = 489
+# text = How about a great improv comedy night with the family ? http://nctphoenix.com/showtimes.html
+1	How	how	ADV	_	_	_	_	_	_	1:X
+2	about	about	ADP	_	_	_	_	_	_	1
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	improv	improv	NOUN	_	_	_	_	_	ss=n.event	2:X
+6	comedy	comedy	NOUN	_	_	_	_	_	_	2
+7	night	night	NOUN	_	_	_	_	_	_	2
+8	with	with	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	http://nctphoenix.com/showtimes.html	http://nctphoenix.com/showtimes.html	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-290
+# sent_counter = 490
+# text = NEW MUZIK MONDAY -- &gt; http://mysong.fm/goodloving @LNIC2 Lil Ronnie ft @Jr_Patton " Good Love "
+1	NEW	new	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	MUZIK	muzik	PROPN	_	_	_	_	_	_	1
+3	MONDAY	monday	PROPN	_	_	_	_	_	_	1
+4	--	--	PUNCT	_	_	_	_	_	_	*
+5	&gt;	&gt;	PUNCT	_	_	_	_	_	_	*
+6	http://mysong.fm/goodloving	http://mysong.fm/goodloving	X	_	_	_	_	_	_	*
+7	@LNIC2	@lnic2	PROPN	_	_	_	_	_	ss=n.communication	*
+8	Lil	lil	PROPN	_	_	_	_	_	ss=n.person	2:X
+9	Ronnie	ronnie	PROPN	_	_	_	_	_	_	2
+10	ft	ft	VERB	_	_	_	_	_	ss=v.social	*
+11	@Jr_Patton	@jr_patton	PROPN	_	_	_	_	_	ss=n.person	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	Good	good	PROPN	_	_	_	_	_	ss=n.communication	3:X
+14	Love	love	PROPN	_	_	_	_	_	_	3
+15	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-291
+# sent_counter = 491
+# text = Just another Monday ...........
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	another	another	DET	_	_	_	_	_	_	*
+3	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+4	...........	...........	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-292
+# sent_counter = 492
+# text = Coventry Rugby v Barking match preview __AND__ results roundup : This Saturday 12th February at the BPA , kick off 3p ... http://bit.ly/fci92L
+1	Coventry	coventry	PROPN	_	_	_	_	_	ss=n.location	1:X
+2	Rugby	rugby	PROPN	_	_	_	_	_	_	1
+3	v	v	PROPN	_	_	_	_	_	ss=n.other	*
+4	Barking	barking	PROPN	_	_	_	_	_	ss=n.location	*
+5	match	match	NOUN	_	_	_	_	_	ss=n.act	2:X
+6	preview	preview	NOUN	_	_	_	_	_	_	2
+7	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+8	results	result	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	roundup	roundup	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	This	this	DET	_	_	_	_	_	_	*
+12	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+13	12th	12th	NUM	_	_	_	_	_	ss=n.time	3:X
+14	February	february	PROPN	_	_	_	_	_	_	3
+15	at	at	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	BPA	bpa	PROPN	_	_	_	_	_	ss=n.location	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	kick	kick	VERB	_	_	_	_	_	ss=v.change	4:X
+20	off	off	PART	_	_	_	_	_	_	4
+21	3p	3p	NUM	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	http://bit.ly/fci92L	http://bit.ly/fci92l	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-293
+# sent_counter = 493
+# text = LISTEN TO Haunted Hearts TUNE " SISTER LOVERS TONIGHT " . GREAT TUNE ABOUT LISTENING TO YOUR FAVOURITE RECORDS ... http://fb.me/UJ35aFnM
+1	LISTEN	listen	VERB	_	_	_	_	_	ss=v.perception	*
+2	TO	to	PART	_	_	_	_	_	_	*
+3	Haunted	haunted	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	Hearts	hearts	PROPN	_	_	_	_	_	_	1
+5	TUNE	tune	NOUN	_	_	_	_	_	ss=n.communication	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	SISTER	sister	PROPN	_	_	_	_	_	ss=n.communication	2:X
+8	LOVERS	lovers	PROPN	_	_	_	_	_	_	2
+9	TONIGHT	tonight	PROPN	_	_	_	_	_	_	2
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	GREAT	great	ADJ	_	_	_	_	_	_	*
+13	TUNE	tune	NOUN	_	_	_	_	_	ss=n.communication	*
+14	ABOUT	about	ADP	_	_	_	_	_	_	*
+15	LISTENING	listen	VERB	_	_	_	_	_	ss=v.perception	*
+16	TO	to	PART	_	_	_	_	_	_	*
+17	YOUR	your	PRON	_	_	_	_	_	_	*
+18	FAVOURITE	favourite	ADJ	_	_	_	_	_	_	*
+19	RECORDS	record	NOUN	_	_	_	_	_	ss=n.communication	*
+20	...	...	PUNCT	_	_	_	_	_	_	*
+21	http://fb.me/UJ35aFnM	http://fb.me/uj35afnm	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-294
+# sent_counter = 494
+# text = Have you Entered your Valentine Photo in our Cutie Patootie Contest ? Winner will be published in our March issue ... http://fb.me/U46NWcXP
+1	Have	have	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	Entered	enter	VERB	_	_	_	_	_	ss=v.competition	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	Valentine	valentine	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+6	Photo	photo	NOUN	_	_	_	_	_	_	1
+7	in	in	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	Cutie	cutie	PROPN	_	_	_	_	_	ss=n.event	2:X
+10	Patootie	patootie	PROPN	_	_	_	_	_	_	2
+11	Contest	contest	PROPN	_	_	_	_	_	_	2
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	Winner	winner	NOUN	_	_	_	_	_	ss=n.person	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	published	publish	VERB	_	_	_	_	_	ss=v.communication	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	our	our	PRON	_	_	_	_	_	_	*
+19	March	march	PROPN	_	_	_	_	_	ss=n.communication	3:X
+20	issue	issue	NOUN	_	_	_	_	_	_	3
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	http://fb.me/U46NWcXP	http://fb.me/u46nwcxp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-295
+# sent_counter = 495
+# text = Morning kush
+1	Morning	morning	INTJ	_	_	_	_	_	ss=n.plant	*
+2	kush	kush	PROPN	_	_	_	_	_	ss=n.plant	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-296
+# sent_counter = 496
+# text = RT @Kandi : the cast of Glee doing " Bills , Bills , Bills " last night . heres the clip http://www.youtube.com/watch?v=X_kWC4_aOdI__AND__feature=p ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Kandi	@kandi	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	cast	cast	NOUN	_	_	_	_	_	ss=n.group	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Glee	glee	PROPN	_	_	_	_	_	ss=n.group	*
+8	doing	do	VERB	_	_	_	_	_	ss=v.creation	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	Bills	bills	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Bills	bills	PROPN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Bills	bills	PROPN	_	_	_	_	_	_	1
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	last	last	ADJ	_	_	_	_	_	_	*
+17	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	heres	heres	ADV	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	clip	clip	NOUN	_	_	_	_	_	ss=n.communication	*
+22	http://www.youtube.com/watch?v=X_kWC4_aOdI__AND__feature=p	http://www.youtube.com/watch?v=x_kwc4_aodi__and__feature=p	X	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-297
+# sent_counter = 497
+# text = Saw Ip-Man 2 at the Cinemark in Long Beach last night . That movie was dope !! I love goin to the movies .
+1	Saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+2	Ip-Man	ip-man	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	2	2	PROPN	_	_	_	_	_	_	1
+4	at	at	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Cinemark	cinemark	PROPN	_	_	_	_	_	ss=n.group	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Long	long	PROPN	_	_	_	_	_	ss=n.location	2:X
+9	Beach	beach	PROPN	_	_	_	_	_	_	2
+10	last	last	ADJ	_	_	_	_	_	_	*
+11	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	That	that	DET	_	_	_	_	_	_	*
+14	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	dope	dope	ADJ	_	_	_	_	_	_	*
+17	!!	!!	PUNCT	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+20	goin	goin	VERB	_	_	_	_	_	ss=v.motion	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-298
+# sent_counter = 498
+# text = RT @JordanCenter : LIL WAYNE / NICKI MINAJ - March 30 - SOLD OUT.....'nuff said .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JordanCenter	@jordancenter	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	LIL	lil	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	WAYNE	wayne	PROPN	_	_	_	_	_	_	1
+6	/	/	CCONJ	_	_	_	_	_	_	*
+7	NICKI	nicki	PROPN	_	_	_	_	_	ss=n.person	2:X
+8	MINAJ	minaj	PROPN	_	_	_	_	_	_	2
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	March	march	PROPN	_	_	_	_	_	ss=n.time	3:X
+11	30	30	NUM	_	_	_	_	_	_	3
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	SOLD	sell	VERB	_	_	_	_	_	ss=v.possession	4:X
+14	OUT.....'nuff	out.....'nuff	PART	_	_	_	_	_	_	4
+15	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-299
+# sent_counter = 499
+# text = ok so , can someone make me Steelers ( Happy ) gifs from last night during the game ? - I will love you forever ... http://tumblr.com/xny1gcptdg
+1	ok	ok	INTJ	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	someone	someone	NOUN	_	_	_	_	_	_	*
+6	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	Steelers	steelers	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	Happy	happy	ADJ	_	_	_	_	_	_	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	gifs	gifs	NOUN	_	_	_	_	_	_	1
+13	from	from	ADP	_	_	_	_	_	_	*
+14	last	last	ADJ	_	_	_	_	_	_	*
+15	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+16	during	during	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	will	will	AUX	_	_	_	_	_	_	*
+23	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	forever	forever	ADV	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	http://tumblr.com/xny1gcptdg	http://tumblr.com/xny1gcptdg	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-300
+# sent_counter = 500
+# text = Come on Monday - get moving .
+1	Come	come	VERB	_	_	_	_	_	ss=v.motion	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+6	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-301
+# sent_counter = 501
+# text = okay okay , 'll follow EVERYONE back today . :D
+1	okay	okay	INTJ	_	_	_	_	_	_	*
+2	okay	okay	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	'll	'll	AUX	_	_	_	_	_	_	*
+5	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+6	EVERYONE	everyone	NOUN	_	_	_	_	_	_	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-302
+# sent_counter = 502
+# text = February is Love Your Library Month . Take a moment to fill out a heart in our lobby with why you love the Niles ... http://fb.me/RxpYpimE
+1	February	february	PROPN	_	_	_	_	_	ss=n.time	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	Love	love	PROPN	_	_	_	_	_	ss=n.event	1:X
+4	Your	your	PROPN	_	_	_	_	_	_	1
+5	Library	library	PROPN	_	_	_	_	_	_	1
+6	Month	month	PROPN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Take	take	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	moment	moment	NOUN	_	_	_	_	_	ss=n.time	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	fill	fill	VERB	_	_	_	_	_	ss=v.contact	2:X
+13	out	out	ADP	_	_	_	_	_	_	2
+14	a	a	DET	_	_	_	_	_	_	*
+15	heart	heart	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	our	our	PRON	_	_	_	_	_	_	*
+18	lobby	lobby	NOUN	_	_	_	_	_	ss=n.location	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	why	why	ADV	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	Niles	niles	PROPN	_	_	_	_	_	ss=n.artifact	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	http://fb.me/RxpYpimE	http://fb.me/rxpypime	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-303
+# sent_counter = 503
+# text = CA murdered the national anthem last night , even tho she fucked up the words , she still blessed that shit . #realchop
+1	CA	ca	PROPN	_	_	_	_	_	ss=n.person	*
+2	murdered	murder	VERB	_	_	_	_	_	ss=v.change	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	national	national	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	anthem	anthem	NOUN	_	_	_	_	_	_	1
+6	last	last	ADJ	_	_	_	_	_	_	*
+7	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	even	even	ADV	_	_	_	_	_	_	*
+10	tho	tho	ADP	_	_	_	_	_	_	*
+11	she	she	PRON	_	_	_	_	_	_	*
+12	fucked	fuck	VERB	_	_	_	_	_	ss=v.change	2:X
+13	up	up	PART	_	_	_	_	_	_	2
+14	the	the	DET	_	_	_	_	_	_	*
+15	words	words	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	she	she	PRON	_	_	_	_	_	_	*
+18	still	still	ADV	_	_	_	_	_	_	*
+19	blessed	bless	VERB	_	_	_	_	_	ss=v.communication	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	shit	shit	NOUN	_	_	_	_	_	ss=n.communication	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	#realchop	#realchop	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-304
+# sent_counter = 504
+# text = I kept telling niggers it'd happen . Come Thursday im inna boardroom full of niggers 3times my age . . . at the tender age of 17 !! Im pleased .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+3	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	niggers	nigger	NOUN	_	_	_	_	_	ss=n.person	*
+5	it'd	it'd	PRON	_	_	_	_	_	_	*
+6	happen	happen	VERB	_	_	_	_	_	ss=v.change	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Come	come	VERB	_	_	_	_	_	ss=v.stative	*
+9	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+10	im	im	PRON	_	_	_	_	_	_	*
+11	inna	inna	ADP	_	_	_	_	_	_	*
+12	boardroom	boardroom	NOUN	_	_	_	_	_	ss=n.location	*
+13	full	full	ADJ	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	niggers	nigger	NOUN	_	_	_	_	_	ss=n.person	*
+16	3times	3times	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	tender	tender	ADJ	_	_	_	_	_	_	*
+25	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	17	17	NUM	_	_	_	_	_	_	*
+28	!!	!!	PUNCT	_	_	_	_	_	_	*
+29	Im	im	PRON	_	_	_	_	_	_	*
+30	pleased	pleased	ADJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-305
+# sent_counter = 505
+# text = good afternoon
+1	good	good	INTJ	_	_	_	_	_	_	*
+2	afternoon	afternoon	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-306
+# sent_counter = 506
+# text = @alexkrumm ohhh , atmosphere might have to slip into there , also . I might be hitting a show of theirs end of February . good call .
+1	@alexkrumm	@alexkrumm	PROPN	_	_	_	_	_	_	*
+2	ohhh	ohhh	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	atmosphere	atmosphere	PROPN	_	_	_	_	_	ss=n.communication	*
+5	might	might	AUX	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	slip	slip	VERB	_	_	_	_	_	ss=v.motion	*
+9	into	into	ADP	_	_	_	_	_	_	*
+10	there	there	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	also	also	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	might	might	AUX	_	_	_	_	_	_	*
+16	be	be	AUX	_	_	_	_	_	_	*
+17	hitting	hit	VERB	_	_	_	_	_	ss=v.motion	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	theirs	theirs	PRON	_	_	_	_	_	_	*
+22	end	end	NOUN	_	_	_	_	_	ss=n.time	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	February	february	PROPN	_	_	_	_	_	ss=n.time	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	good	good	ADJ	_	_	_	_	_	_	*
+27	call	call	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-307
+# sent_counter = 507
+# text = Its amazing how something bad saved me today . #grindmode
+1	Its	its	PRON	_	_	_	_	_	_	*
+2	amazing	amazing	ADJ	_	_	_	_	_	_	*
+3	how	how	ADV	_	_	_	_	_	_	*
+4	something	something	NOUN	_	_	_	_	_	_	*
+5	bad	bad	ADJ	_	_	_	_	_	_	*
+6	saved	save	VERB	_	_	_	_	_	ss=v.stative	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	#grindmode	#grindmode	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-308
+# sent_counter = 508
+# text = @magicsteacher Anytime penguin , you know we aquarians are the best read http://www.astrology.com/aquarius-sun-sign-zodiac-signs/2-d-d-66917
+1	@magicsteacher	@magicsteacher	PROPN	_	_	_	_	_	_	*
+2	Anytime	anytime	INTJ	_	_	_	_	_	_	*
+3	penguin	penguin	PROPN	_	_	_	_	_	ss=n.animal	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	aquarians	aquarians	NOUN	_	_	_	_	_	ss=n.person	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	best	best	ADJ	_	_	_	_	_	_	*
+12	read	read	NOUN	_	_	_	_	_	ss=n.communication	*
+13	http://www.astrology.com/aquarius-sun-sign-zodiac-signs/2-d-d-66917	http://www.astrology.com/aquarius-sun-sign-zodiac-signs/2-d-d-66917	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-309
+# sent_counter = 509
+# text = I can count my reasons to get out of bed each morning on one hand .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	count	count	VERB	_	_	_	_	_	ss=v.cognition	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+8	out	out	ADP	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	each	each	DET	_	_	_	_	_	_	*
+12	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	one	one	NUM	_	_	_	_	_	_	*
+15	hand	hand	NOUN	_	_	_	_	_	ss=n.body	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-310
+# sent_counter = 510
+# text = No School today . HELL YEAH http://tumblr.com/xt21gcptqr
+1	No	no	DET	_	_	_	_	_	_	*
+2	School	school	NOUN	_	_	_	_	_	ss=n.event	*
+3	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	HELL	hell	INTJ	_	_	_	_	_	_	*
+6	YEAH	yeah	INTJ	_	_	_	_	_	_	*
+7	http://tumblr.com/xt21gcptqr	http://tumblr.com/xt21gcptqr	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-311
+# sent_counter = 511
+# text = let me use you up tonight #meteopau give me your your your young minddddddd
+1	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+2	me	me	PRON	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.consumption	1:X
+4	you	you	PRON	_	_	_	_	_	_	*
+5	up	up	PART	_	_	_	_	_	_	1
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+7	#meteopau	#meteopau	NOUN	_	_	_	_	_	ss=n.person	*
+8	give	give	VERB	_	_	_	_	_	ss=v.change	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	your	your	PRON	_	_	_	_	_	_	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	young	young	ADJ	_	_	_	_	_	_	*
+14	minddddddd	minddddddd	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-312
+# sent_counter = 512
+# text = RT @CHINOXL : Today is my main goonie @bobbyboutit birthday #teamchino ca n't move without him , please send him some shouts !! While he 's ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@CHINOXL	@chinoxl	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	main	main	ADJ	_	_	_	_	_	_	*
+8	goonie	goonie	NOUN	_	_	_	_	_	ss=n.person	*
+9	@bobbyboutit	@bobbyboutit	PROPN	_	_	_	_	_	ss=n.person	*
+10	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+11	#teamchino	#teamchino	X	_	_	_	_	_	_	*
+12	ca	ca	AUX	_	_	_	_	_	_	*
+13	n't	n't	ADV	_	_	_	_	_	_	*
+14	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+15	without	without	ADP	_	_	_	_	_	_	*
+16	him	him	PRON	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	please	please	VERB	_	_	_	_	_	ss=v.communication	*
+19	send	send	VERB	_	_	_	_	_	ss=v.communication	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	some	some	DET	_	_	_	_	_	_	*
+22	shouts	shout	NOUN	_	_	_	_	_	ss=n.communication	*
+23	!!	!!	PUNCT	_	_	_	_	_	_	*
+24	While	while	ADP	_	_	_	_	_	_	*
+25	he	he	PRON	_	_	_	_	_	_	*
+26	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-313
+# sent_counter = 513
+# text = HBCU 's should have a free JORDAN shoe lottery every Tuesday but only at 7pm . Ninjas would skip class for this shit
+1	HBCU	hbcu	PROPN	_	_	_	_	_	ss=n.group	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.creation	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	free	free	ADJ	_	_	_	_	_	_	*
+7	JORDAN	jordan	PROPN	_	_	_	_	_	ss=n.event	1:X
+8	shoe	shoe	NOUN	_	_	_	_	_	_	1
+9	lottery	lottery	NOUN	_	_	_	_	_	_	1
+10	every	every	DET	_	_	_	_	_	_	*
+11	Tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.time	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	only	only	ADV	_	_	_	_	_	_	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	7pm	7pm	NUM	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Ninjas	ninja	NOUN	_	_	_	_	_	ss=n.person	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	skip	skip	VERB	_	_	_	_	_	ss=v.change	*
+20	class	class	NOUN	_	_	_	_	_	ss=n.act	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	this	this	DET	_	_	_	_	_	_	*
+23	shit	shit	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-314
+# sent_counter = 514
+# text = EventsandHolidays with " cute easter egg color shower Easter cards ", Zazzle 's Best Today . http://bit.ly/ebZzGT
+1	EventsandHolidays	eventsandholidays	NOUN	_	_	_	_	_	ss=n.event	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	cute	cute	ADJ	_	_	_	_	_	_	*
+5	easter	easter	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+6	egg	egg	NOUN	_	_	_	_	_	_	1
+7	color	color	NOUN	_	_	_	_	_	_	1
+8	shower	shower	NOUN	_	_	_	_	_	_	1
+9	Easter	easter	PROPN	_	_	_	_	_	_	1
+10	cards	cards	PROPN	_	_	_	_	_	_	1
+11	",	",	PROPN	_	_	_	_	_	_	*
+12	Zazzle	zazzle	PROPN	_	_	_	_	_	ss=n.group	*
+13	's	's	PART	_	_	_	_	_	_	*
+14	Best	best	ADJ	_	_	_	_	_	_	*
+15	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	http://bit.ly/ebZzGT	http://bit.ly/ebzzgt	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-315
+# sent_counter = 515
+# text = still fly from yesterday .... same clothes from yesterday ... lmao
+1	still	still	ADV	_	_	_	_	_	_	*
+2	fly	fly	ADJ	_	_	_	_	_	_	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+5	....	....	PUNCT	_	_	_	_	_	_	*
+6	same	same	ADJ	_	_	_	_	_	_	*
+7	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	lmao	lmao	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-316
+# sent_counter = 516
+# text = RT @iloveheartstoo : Please follow me and RT for a chance to win . Ends Tue 8 Feb 8pm x http://ilovehearts.bigcartel.com/product/love-hear ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@iloveheartstoo	@iloveheartstoo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Please	please	VERB	_	_	_	_	_	ss=v.communication	*
+5	follow	follow	VERB	_	_	_	_	_	ss=v.motion	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	RT	rt	X	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	chance	chance	NOUN	_	_	_	_	_	ss=n.state	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Ends	end	VERB	_	_	_	_	_	ss=v.stative	*
+16	Tue	tue	PROPN	_	_	_	_	_	ss=n.time	*
+17	8	8	NUM	_	_	_	_	_	_	*
+18	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+19	8pm	8pm	NUM	_	_	_	_	_	_	*
+20	x	x	INTJ	_	_	_	_	_	_	*
+21	http://ilovehearts.bigcartel.com/product/love-hear	http://ilovehearts.bigcartel.com/product/love-hear	X	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-317
+# sent_counter = 517
+# text = RT @MiracoleBurns : Tonight ( 2/7 ) is Drink __AND__ Draw @ the Mellow Mushroom in Decatur @8pm . It 's our first time back in 3 months ! Come out , ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MiracoleBurns	@miracoleburns	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	2/7	2/7	NUM	_	_	_	_	_	_	*
+7	)	)	PUNCT	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	Drink	drink	PROPN	_	_	_	_	_	ss=n.food	*
+10	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+11	Draw	draw	PROPN	_	_	_	_	_	ss=n.act	*
+12	@	@	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Mellow	mellow	PROPN	_	_	_	_	_	ss=n.group	1:X
+15	Mushroom	mushroom	PROPN	_	_	_	_	_	_	1
+16	in	in	ADP	_	_	_	_	_	_	*
+17	Decatur	decatur	PROPN	_	_	_	_	_	ss=n.location	*
+18	@8pm	@8pm	NUM	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	It	it	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	our	our	PRON	_	_	_	_	_	_	*
+23	first	first	ADJ	_	_	_	_	_	_	*
+24	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+25	back	back	ADV	_	_	_	_	_	_	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	3	3	NUM	_	_	_	_	_	_	*
+28	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+29	!	!	PUNCT	_	_	_	_	_	_	*
+30	Come	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+31	out	out	PART	_	_	_	_	_	_	2
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-318
+# sent_counter = 518
+# text = @SteveTheBaron lol r we talking about roasts again u never turn up for the last one i cooked u u said stay up all night and wimped out lol
+1	@SteveTheBaron	@stevethebaron	PROPN	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	r	r	VERB	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	roasts	roast	NOUN	_	_	_	_	_	ss=n.food	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	u	u	PRON	_	_	_	_	_	_	*
+10	never	never	ADV	_	_	_	_	_	_	*
+11	turn	turn	VERB	_	_	_	_	_	ss=v.motion	1:X
+12	up	up	PART	_	_	_	_	_	_	1
+13	for	for	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	last	last	ADJ	_	_	_	_	_	_	*
+16	one	one	NOUN	_	_	_	_	_	ss=n.event	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+19	u	u	PRON	_	_	_	_	_	_	*
+20	u	u	PRON	_	_	_	_	_	_	*
+21	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+22	stay	stay	VERB	_	_	_	_	_	ss=v.stative	2:X
+23	up	up	PART	_	_	_	_	_	_	2
+24	all	all	DET	_	_	_	_	_	_	*
+25	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	wimped	wimped	VERB	_	_	_	_	_	ss=v.change	3:X
+28	out	out	PART	_	_	_	_	_	_	3
+29	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-319
+# sent_counter = 519
+# text = I sold an image today through @shutterstock ! My gallery is here : http://tinyurl.com/yek3sya
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sold	sell	VERB	_	_	_	_	_	ss=v.possession	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	image	image	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	through	through	ADP	_	_	_	_	_	_	*
+7	@shutterstock	@shutterstock	PROPN	_	_	_	_	_	ss=n.group	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	My	my	PRON	_	_	_	_	_	_	*
+10	gallery	gallery	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	http://tinyurl.com/yek3sya	http://tinyurl.com/yek3sya	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-320
+# sent_counter = 520
+# text = ( Community ) New book blogger @GennaSarnak launches weekly feature , Poetry Sunday : http://tinyurl.com/47vbdy5 #Books #Poetry
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	Community	community	PROPN	_	_	_	_	_	_	*
+3	)	)	PUNCT	_	_	_	_	_	_	*
+4	New	new	ADJ	_	_	_	_	_	_	*
+5	book	book	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	blogger	blogger	NOUN	_	_	_	_	_	_	1
+7	@GennaSarnak	@gennasarnak	PROPN	_	_	_	_	_	ss=n.person	*
+8	launches	launch	VERB	_	_	_	_	_	ss=v.creation	*
+9	weekly	weekly	ADJ	_	_	_	_	_	_	*
+10	feature	feature	NOUN	_	_	_	_	_	ss=n.communication	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Poetry	poetry	PROPN	_	_	_	_	_	ss=n.communication	2:X
+13	Sunday	sunday	PROPN	_	_	_	_	_	_	2
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	http://tinyurl.com/47vbdy5	http://tinyurl.com/47vbdy5	X	_	_	_	_	_	_	*
+16	#Books	#books	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	#Poetry	#poetry	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-321
+# sent_counter = 521
+# text = I hate Sun Cleaners , they hemmed my pants too short . #dammit
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Sun	sun	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Cleaners	cleaners	PROPN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	hemmed	hem	VERB	_	_	_	_	_	ss=v.contact	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	pants	pants	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	too	too	ADV	_	_	_	_	_	_	*
+11	short	short	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	#dammit	#dammit	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-322
+# sent_counter = 522
+# text = RT @djlogansama : Tonight on the show : JUST LANDED BACK FROM JAMAICA Badness in the studio spinning 2 exclusive new tunes
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@djlogansama	@djlogansama	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Tonight	tonight	ADV	_	_	_	_	_	ss=n.time	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	show	show	NOUN	_	_	_	_	_	ss=n.communication	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	JUST	just	ADV	_	_	_	_	_	_	*
+10	LANDED	land	VERB	_	_	_	_	_	ss=v.motion	*
+11	BACK	back	ADV	_	_	_	_	_	_	*
+12	FROM	from	ADP	_	_	_	_	_	_	*
+13	JAMAICA	jamaica	PROPN	_	_	_	_	_	ss=n.location	*
+14	Badness	badness	PROPN	_	_	_	_	_	ss=n.attribute	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	studio	studio	NOUN	_	_	_	_	_	ss=n.location	*
+18	spinning	spin	VERB	_	_	_	_	_	ss=v.motion	*
+19	2	2	NUM	_	_	_	_	_	_	*
+20	exclusive	exclusive	ADJ	_	_	_	_	_	_	*
+21	new	new	ADJ	_	_	_	_	_	_	*
+22	tunes	tune	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-323
+# sent_counter = 523
+# text = @maofootball Something that needs fixed more than anything - MLS Cup loser berth should be given to 2nd in table . If MLS wants to win it .
+1	@maofootball	@maofootball	PROPN	_	_	_	_	_	_	*
+2	Something	something	NOUN	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	needs	need	VERB	_	_	_	_	_	ss=v.stative	*
+5	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+6	more	more	ADV	_	_	_	_	_	_	*
+7	than	than	ADP	_	_	_	_	_	_	*
+8	anything	anything	NOUN	_	_	_	_	_	_	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	MLS	mls	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+11	Cup	cup	PROPN	_	_	_	_	_	_	1
+12	loser	loser	NOUN	_	_	_	_	_	_	1
+13	berth	berth	NOUN	_	_	_	_	_	_	1
+14	should	should	AUX	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	given	give	VERB	_	_	_	_	_	ss=v.change	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	2nd	2nd	NOUN	_	_	_	_	_	ss=n.group	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	If	if	ADP	_	_	_	_	_	_	*
+23	MLS	mls	PROPN	_	_	_	_	_	ss=n.group	*
+24	wants	want	VERB	_	_	_	_	_	ss=v.emotion	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	win	win	VERB	_	_	_	_	_	ss=v.competition	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-324
+# sent_counter = 524
+# text = @KCLalumni I may not have got a job yet but have had interviews __AND__ lots of advice from them really helpful
+1	@KCLalumni	@kclalumni	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	got	get	VERB	_	_	_	_	_	ss=v.change	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+9	yet	yet	ADV	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.change	*
+13	interviews	interview	NOUN	_	_	_	_	_	ss=n.communication	*
+14	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+15	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+18	from	from	ADP	_	_	_	_	_	_	*
+19	them	them	PRON	_	_	_	_	_	_	*
+20	really	really	ADV	_	_	_	_	_	_	*
+21	helpful	helpful	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-325
+# sent_counter = 525
+# text = @boboroshi yep . ( Glad you saw that , btw ; it reminded me of your rule of thumb that I retweeted yesterday . )
+1	@boboroshi	@boboroshi	PROPN	_	_	_	_	_	_	*
+2	yep	yep	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	Glad	glad	ADJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	btw	btw	INTJ	_	_	_	_	_	_	*
+11	;	;	PUNCT	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	reminded	remind	VERB	_	_	_	_	_	ss=v.cognition	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	rule	rule	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+18	of	of	ADP	_	_	_	_	_	_	1
+19	thumb	thumb	NOUN	_	_	_	_	_	_	1
+20	that	that	ADP	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	retweeted	retweeted	VERB	_	_	_	_	_	ss=v.communication	*
+23	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-326
+# sent_counter = 526
+# text = RT @djjeffdaniels : This Friday @ Fishbowl - Fri 11th Feb - Drink in Brighton - pubs , bars , clubs , venues and event listings http://t.co/ ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@djjeffdaniels	@djjeffdaniels	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	This	this	DET	_	_	_	_	_	_	*
+5	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+6	@	@	ADP	_	_	_	_	_	_	*
+7	Fishbowl	fishbowl	PROPN	_	_	_	_	_	ss=n.group	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	Fri	fri	PROPN	_	_	_	_	_	ss=n.time	*
+10	11th	11th	NUM	_	_	_	_	_	_	*
+11	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	Drink	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	Brighton	brighton	PROPN	_	_	_	_	_	ss=n.location	*
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	pubs	pub	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	bars	bars	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	clubs	club	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	venues	venue	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	event	event	NOUN	_	_	_	_	_	ss=n.communication	1:X
+26	listings	listing	NOUN	_	_	_	_	_	_	1
+27	http://t.co/	http://t.co/	X	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-327
+# sent_counter = 527
+# text = Is thinking about doing maybe an open mic night stand up comedy
+1	Is	be	AUX	_	_	_	_	_	_	*
+2	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+5	maybe	maybe	ADV	_	_	_	_	_	_	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	open	open	NOUN	_	_	_	_	_	ss=n.event	1:X
+8	mic	mic	NOUN	_	_	_	_	_	_	1
+9	night	night	NOUN	_	_	_	_	_	_	1
+10	stand	stand	NOUN	_	_	_	_	_	_	1
+11	up	up	NOUN	_	_	_	_	_	_	1
+12	comedy	comedy	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-328
+# sent_counter = 528
+# text = @OrionCards there will be , just need to sort it out really ! already got my place for 2nd year
+1	@OrionCards	@orioncards	PROPN	_	_	_	_	_	_	*
+2	there	there	DET	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	need	need	AUX	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	sort	sort	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	it	it	PRON	_	_	_	_	_	_	*
+11	out	out	PART	_	_	_	_	_	_	1
+12	really	really	ADV	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	already	already	ADV	_	_	_	_	_	_	*
+15	got	get	VERB	_	_	_	_	_	ss=v.change	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	place	place	NOUN	_	_	_	_	_	ss=n.other	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	2nd	2nd	NUM	_	_	_	_	_	_	*
+20	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-329
+# sent_counter = 529
+# text = RT @natives : You may have forgotten Kenneth Cole 's unfunny Egypt tweet already : these Seven Stages of Social Media Sin move fast http:// ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@natives	@natives	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	You	you	PRON	_	_	_	_	_	_	*
+5	may	may	AUX	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	forgotten	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+8	Kenneth	kenneth	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Cole	cole	PROPN	_	_	_	_	_	_	1
+10	's	's	AUX	_	_	_	_	_	_	*
+11	unfunny	unfunny	ADJ	_	_	_	_	_	_	*
+12	Egypt	egypt	PROPN	_	_	_	_	_	ss=n.communication	2:X
+13	tweet	tweet	NOUN	_	_	_	_	_	_	2
+14	already	already	ADV	_	_	_	_	_	_	*
+15	:	:	PUNCT	_	_	_	_	_	_	*
+16	these	these	DET	_	_	_	_	_	_	*
+17	Seven	seven	NUM	_	_	_	_	_	ss=n.communication	3:X
+18	Stages	stage	NOUN	_	_	_	_	_	_	3
+19	of	of	ADP	_	_	_	_	_	_	3
+20	Social	social	PROPN	_	_	_	_	_	_	3
+21	Media	media	PROPN	_	_	_	_	_	_	3
+22	Sin	sin	PROPN	_	_	_	_	_	_	3
+23	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+24	fast	fast	ADV	_	_	_	_	_	_	*
+25	http://	http://	X	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-330
+# sent_counter = 530
+# text = Great #COACHING - Mike McCarthy had Green Bay Packers fitted for rings Saturday - Benefits of a Great #Coach
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	#COACHING	#coaching	NOUN	_	_	_	_	_	ss=n.act	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	McCarthy	mccarthy	PROPN	_	_	_	_	_	_	1
+6	had	have	AUX	_	_	_	_	_	_	*
+7	Green	green	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	Bay	bay	PROPN	_	_	_	_	_	_	2
+9	Packers	packers	PROPN	_	_	_	_	_	_	2
+10	fitted	fit	VERB	_	_	_	_	_	ss=v.stative	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	rings	rings	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	Benefits	benefit	NOUN	_	_	_	_	_	ss=n.attribute	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	Great	great	ADJ	_	_	_	_	_	_	*
+19	#Coach	#coach	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-331
+# sent_counter = 531
+# text = 80 degrees in SF yesterday , sorry east coasters !
+1	80	80	NUM	_	_	_	_	_	_	*
+2	degrees	degree	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	SF	sf	PROPN	_	_	_	_	_	ss=n.location	*
+5	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	sorry	sorry	ADJ	_	_	_	_	_	_	*
+8	east	east	ADJ	_	_	_	_	_	ss=n.person	1:X
+9	coasters	coaster	NOUN	_	_	_	_	_	_	1
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-332
+# sent_counter = 532
+# text = @DIYSara maybe your leftovers :) we were covered in ice all day Friday , no power most of the day and all gone by Sat . evening
+1	@DIYSara	@diysara	PROPN	_	_	_	_	_	_	*
+2	maybe	maybe	ADV	_	_	_	_	_	_	*
+3	your	your	PRON	_	_	_	_	_	_	*
+4	leftovers	leftovers	NOUN	_	_	_	_	_	ss=n.food	*
+5	:)	:)	INTJ	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	were	be	AUX	_	_	_	_	_	_	*
+8	covered	cover	VERB	_	_	_	_	_	ss=v.contact	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	ice	ice	NOUN	_	_	_	_	_	ss=n.substance	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	no	no	DET	_	_	_	_	_	_	*
+16	power	power	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+17	most	most	ADJ	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	day	day	NOUN	_	_	_	_	_	ss=n.state	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	all	all	DET	_	_	_	_	_	_	*
+23	gone	go	VERB	_	_	_	_	_	ss=v.change	*
+24	by	by	ADP	_	_	_	_	_	_	*
+25	Sat	sat	PROPN	_	_	_	_	_	ss=n.time	1:X
+26	.	.	PUNCT	_	_	_	_	_	_	1
+27	evening	evening	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-333
+# sent_counter = 533
+# text = RT @JasonKingYahoo : Eventful morning for Oklahoma State 's Darrell Williams . Won Big 12 Rookie of the Week Award - and got charged with f ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JasonKingYahoo	@jasonkingyahoo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Eventful	eventful	ADJ	_	_	_	_	_	_	*
+5	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	Oklahoma	oklahoma	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	State	state	PROPN	_	_	_	_	_	_	1
+9	's	's	AUX	_	_	_	_	_	_	*
+10	Darrell	darrell	PROPN	_	_	_	_	_	ss=n.person	2:X
+11	Williams	williams	PROPN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Won	win	VERB	_	_	_	_	_	ss=v.competition	*
+14	Big	big	PROPN	_	_	_	_	_	ss=n.possession	3:X
+15	12	12	PROPN	_	_	_	_	_	_	3
+16	Rookie	rookie	NOUN	_	_	_	_	_	_	3
+17	of	of	ADP	_	_	_	_	_	_	3
+18	the	the	DET	_	_	_	_	_	_	3
+19	Week	week	NOUN	_	_	_	_	_	_	3
+20	Award	award	NOUN	_	_	_	_	_	_	3
+21	-	-	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	got	get	VERB	_	_	_	_	_	_	*
+24	charged	charge	VERB	_	_	_	_	_	ss=v.stative	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	f	f	NOUN	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-334
+# sent_counter = 534
+# text = RT @NathanTheWanted : Night people !!! Off 2 bed .... Again .....
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@NathanTheWanted	@nathanthewanted	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Night	night	INTJ	_	_	_	_	_	_	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.group	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+7	Off	off	ADP	_	_	_	_	_	_	*
+8	2	2	PART	_	_	_	_	_	_	*
+9	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	....	....	PUNCT	_	_	_	_	_	_	*
+11	Again	again	ADV	_	_	_	_	_	_	*
+12	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-335
+# sent_counter = 535
+# text = hello and good evening ....... hope you all had a fab day . Ive been to the gym with @lazer558 and had a friend round .
+1	hello	hello	INTJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	good	good	INTJ	_	_	_	_	_	_	*
+4	evening	evening	INTJ	_	_	_	_	_	_	*
+5	.......	.......	PUNCT	_	_	_	_	_	_	*
+6	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	fab	fab	ADJ	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	Ive	ive	PRON	_	_	_	_	_	_	*
+15	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	gym	gym	NOUN	_	_	_	_	_	ss=n.location	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	@lazer558	@lazer558	PROPN	_	_	_	_	_	ss=n.person	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	had	have	VERB	_	_	_	_	_	ss=v.social	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+25	round	round	ADP	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-336
+# sent_counter = 536
+# text = RT @jasonmunday : Yay for video schedules ! New music video again today . http://youtu.be/pnhXhR07s14 #MundayMonday
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jasonmunday	@jasonmunday	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Yay	yay	INTJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	video	video	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	schedules	schedule	NOUN	_	_	_	_	_	_	1
+8	!	!	PUNCT	_	_	_	_	_	_	*
+9	New	new	ADJ	_	_	_	_	_	_	*
+10	music	music	NOUN	_	_	_	_	_	ss=n.communication	2:X
+11	video	video	NOUN	_	_	_	_	_	_	2
+12	again	again	ADV	_	_	_	_	_	_	*
+13	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	http://youtu.be/pnhXhR07s14	http://youtu.be/pnhxhr07s14	X	_	_	_	_	_	_	*
+16	#MundayMonday	#mundaymonday	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-337
+# sent_counter = 537
+# text = Pastimedesigns with " Prairie Wildflower Greeting Card ", Zazzle 's Best Today . http://bit.ly/hridq0
+1	Pastimedesigns	pastimedesigns	NOUN	_	_	_	_	_	ss=n.group	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	Prairie	prairie	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+5	Wildflower	wildflower	PROPN	_	_	_	_	_	_	1
+6	Greeting	greeting	NOUN	_	_	_	_	_	_	1
+7	Card	card	NOUN	_	_	_	_	_	_	1
+8	",	",	ADP	_	_	_	_	_	_	*
+9	Zazzle	zazzle	PROPN	_	_	_	_	_	ss=n.person	*
+10	's	's	PART	_	_	_	_	_	_	*
+11	Best	best	ADJ	_	_	_	_	_	_	*
+12	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	http://bit.ly/hridq0	http://bit.ly/hridq0	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-338
+# sent_counter = 538
+# text = RT @TheLiverpoolMal : Retweet when your heart skip a beat for a nights stay with your loved one on the 14th Feb with breakfast . Rates fro ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TheLiverpoolMal	@theliverpoolmal	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Retweet	retweet	VERB	_	_	_	_	_	ss=v.communication	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	heart	heart	NOUN	_	_	_	_	_	ss=n.body	*
+8	skip	skip	VERB	_	_	_	_	_	ss=v.change	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	beat	beat	NOUN	_	_	_	_	_	ss=n.body	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	nights	night	NOUN	_	_	_	_	_	ss=n.act	1:X
+14	stay	stay	NOUN	_	_	_	_	_	_	1
+15	with	with	ADP	_	_	_	_	_	_	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	loved	loved	NOUN	_	_	_	_	_	ss=n.person	2:X
+18	one	one	NOUN	_	_	_	_	_	_	2
+19	on	on	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	14th	14th	NUM	_	_	_	_	_	_	*
+22	Feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+23	with	with	ADP	_	_	_	_	_	_	*
+24	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	Rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+27	fro	fro	ADP	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-339
+# sent_counter = 539
+# text = @nfldraftdog He definitely will as long as he checks out medically . I think he could go as high as the 2nd or 3rd round .
+1	@nfldraftdog	@nfldraftdog	PROPN	_	_	_	_	_	_	*
+2	He	he	PRON	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	will	will	VERB	_	_	_	_	_	ss=v.stative	*
+5	as	as	ADV	_	_	_	_	_	_	*
+6	long	long	ADV	_	_	_	_	_	_	*
+7	as	as	ADP	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	checks	check	VERB	_	_	_	_	_	ss=v.stative	1:X
+10	out	out	PART	_	_	_	_	_	_	1
+11	medically	medically	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+15	he	he	PRON	_	_	_	_	_	_	*
+16	could	could	AUX	_	_	_	_	_	_	*
+17	go	go	VERB	_	_	_	_	_	ss=v.competition	*
+18	as	as	ADV	_	_	_	_	_	_	*
+19	high	high	ADJ	_	_	_	_	_	_	*
+20	as	as	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	2nd	2nd	NUM	_	_	_	_	_	_	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	3rd	3rd	NUM	_	_	_	_	_	_	*
+25	round	round	NOUN	_	_	_	_	_	ss=n.event	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-340
+# sent_counter = 540
+# text = the weather is KINDA nice outside today
+1	the	the	DET	_	_	_	_	_	_	*
+2	weather	weather	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	KINDA	kinda	ADV	_	_	_	_	_	_	*
+5	nice	nice	ADJ	_	_	_	_	_	_	*
+6	outside	outside	ADP	_	_	_	_	_	_	*
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-341
+# sent_counter = 541
+# text = Hell yes ! RT @GeeSPOT_ : does a new ep of #BGC come on tonight ?
+1	Hell	hell	INTJ	_	_	_	_	_	_	*
+2	yes	yes	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@GeeSPOT_	@geespot_	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	does	do	AUX	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	ep	ep	NOUN	_	_	_	_	_	ss=n.communication	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	#BGC	#bgc	NOUN	_	_	_	_	_	ss=n.group	*
+13	come	come	VERB	_	_	_	_	_	ss=v.change	1:X
+14	on	on	ADP	_	_	_	_	_	_	1
+15	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-342
+# sent_counter = 542
+# text = RT @benisweird : #FF Once upon a time @FredasaurusRex opened his mouth and the wind changed direction . Now he 's stuck like that . I find h ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@benisweird	@benisweird	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#FF	#ff	X	_	_	_	_	_	_	*
+5	Once	once	ADV	_	_	_	_	_	ss=n.time	1:X
+6	upon	upon	ADP	_	_	_	_	_	_	1
+7	a	a	DET	_	_	_	_	_	_	1
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	@FredasaurusRex	@fredasaurusrex	PROPN	_	_	_	_	_	ss=n.person	*
+10	opened	open	VERB	_	_	_	_	_	ss=v.change	*
+11	his	his	PRON	_	_	_	_	_	_	*
+12	mouth	mouth	NOUN	_	_	_	_	_	ss=n.body	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	wind	wind	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+16	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+17	direction	direction	NOUN	_	_	_	_	_	ss=n.location	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Now	now	ADV	_	_	_	_	_	_	*
+20	he	he	PRON	_	_	_	_	_	_	*
+21	's	's	AUX	_	_	_	_	_	_	*
+22	stuck	stick	VERB	_	_	_	_	_	ss=v.stative	*
+23	like	like	ADP	_	_	_	_	_	_	*
+24	that	that	DET	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+28	h	h	NOUN	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-343
+# sent_counter = 543
+# text = second day of orientation at old navy today and then going to f__AND__e to do an overnight . hooray for me !
+1	second	second	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.state	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	orientation	orientation	NOUN	_	_	_	_	_	ss=n.act	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	old	old	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	navy	navy	PROPN	_	_	_	_	_	_	1
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	then	then	ADV	_	_	_	_	_	_	*
+11	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	f__AND__e	f__and__e	PROPN	_	_	_	_	_	ss=n.group	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	do	do	VERB	_	_	_	_	_	ss=v.change	2:X
+16	an	an	DET	_	_	_	_	_	_	*
+17	overnight	overnight	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	hooray	hooray	INTJ	_	_	_	_	_	_	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	me	me	PRON	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-344
+# sent_counter = 544
+# text = RT @thefutoncritic : Exclusive : FOX to give " The Good Guys " Saturday late-night slot ; " Running Wilde " one-hour winter finale December 28 ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@thefutoncritic	@thefutoncritic	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Exclusive	exclusive	NOUN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	FOX	fox	PROPN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	give	give	VERB	_	_	_	_	_	ss=v.change	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	The	the	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	Good	good	PROPN	_	_	_	_	_	_	1
+12	Guys	guys	PROPN	_	_	_	_	_	_	1
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	2:X
+15	late-night	late-night	ADJ	_	_	_	_	_	_	2
+16	slot	slot	NOUN	_	_	_	_	_	_	2
+17	;	;	PUNCT	_	_	_	_	_	_	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	Running	running	PROPN	_	_	_	_	_	ss=n.communication	3:X
+20	Wilde	wilde	PROPN	_	_	_	_	_	_	3
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	one-hour	one-hour	ADJ	_	_	_	_	_	_	*
+23	winter	winter	NOUN	_	_	_	_	_	ss=n.communication	4:X
+24	finale	finale	NOUN	_	_	_	_	_	_	4
+25	December	december	PROPN	_	_	_	_	_	ss=n.time	*
+26	28	28	NUM	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-345
+# sent_counter = 545
+# text = @markschlereth offensive player of year so far , but NOT the most valuable player , when he was hurt , they were still good
+1	@markschlereth	@markschlereth	PROPN	_	_	_	_	_	ss=n.person	*
+2	offensive	offensive	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	player	player	NOUN	_	_	_	_	_	ss=n.person	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	year	year	NOUN	_	_	_	_	_	ss=n.state	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	far	far	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	NOT	not	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	most	most	ADV	_	_	_	_	_	_	*
+13	valuable	valuable	ADJ	_	_	_	_	_	_	*
+14	player	player	NOUN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	when	when	ADV	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	was	be	AUX	_	_	_	_	_	_	*
+19	hurt	hurt	VERB	_	_	_	_	_	ss=v.body	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	they	they	PRON	_	_	_	_	_	_	*
+22	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	still	still	ADV	_	_	_	_	_	_	*
+24	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-346
+# sent_counter = 546
+# text = People who tweet to follow @GuyGirlTweets will get huge shout outs from me :) Just tell me when you do !
+1	People	people	NOUN	_	_	_	_	_	ss=n.person	*
+2	who	who	PRON	_	_	_	_	_	_	*
+3	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	follow	follow	VERB	_	_	_	_	_	ss=v.communication	*
+6	@GuyGirlTweets	@guygirltweets	PROPN	_	_	_	_	_	ss=n.communication	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.change	*
+9	huge	huge	ADJ	_	_	_	_	_	_	*
+10	shout	shout	NOUN	_	_	_	_	_	ss=n.communication	1:X
+11	outs	out	NOUN	_	_	_	_	_	_	1
+12	from	from	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	:)	:)	INTJ	_	_	_	_	_	_	*
+15	Just	just	ADV	_	_	_	_	_	_	*
+16	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	do	do	VERB	_	_	_	_	_	ss=v.change	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-347
+# sent_counter = 547
+# text = RT @shaunproulx : Encore ! @bifnaked for the whole @ShaunProulxShow tonight ! Intimate convo with the rock star / cancer survivor - 10:30 E ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@shaunproulx	@shaunproulx	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Encore	encore	INTJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	@bifnaked	@bifnaked	PROPN	_	_	_	_	_	ss=n.body	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	whole	whole	ADJ	_	_	_	_	_	_	*
+10	@ShaunProulxShow	@shaunproulxshow	PROPN	_	_	_	_	_	ss=n.person	*
+11	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	Intimate	intimate	ADJ	_	_	_	_	_	_	*
+14	convo	convo	NOUN	_	_	_	_	_	ss=n.communication	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	rock	rock	NOUN	_	_	_	_	_	ss=n.person	1:X
+18	star	star	NOUN	_	_	_	_	_	_	1
+19	/	/	CCONJ	_	_	_	_	_	_	*
+20	cancer	cancer	NOUN	_	_	_	_	_	ss=n.person	2:X
+21	survivor	survivor	NOUN	_	_	_	_	_	_	2
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	10:30	10:30	NUM	_	_	_	_	_	_	*
+24	E	e	PROPN	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-348
+# sent_counter = 548
+# text = @yoopergirl89 Yeah it was a long week here too . Luckily for me next is only Monday __AND__ Tuesday week .
+1	@yoopergirl89	@yoopergirl89	PROPN	_	_	_	_	_	_	*
+2	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	long	long	ADJ	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	too	too	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Luckily	luckily	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	next	next	ADJ	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	only	only	ADV	_	_	_	_	_	_	*
+17	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+18	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+19	Tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.time	*
+20	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-349
+# sent_counter = 549
+# text = I wish that you are here with me , but we 're stuck where we are . It 's so hard , you 're so far .. This long distance is killing me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+3	that	that	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+13	stuck	stuck	ADJ	_	_	_	_	_	_	*
+14	where	where	ADV	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	It	it	PRON	_	_	_	_	_	_	*
+19	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+20	so	so	ADV	_	_	_	_	_	_	*
+21	hard	hard	ADJ	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+25	so	so	ADV	_	_	_	_	_	_	*
+26	far	far	ADV	_	_	_	_	_	_	*
+27	..	..	PUNCT	_	_	_	_	_	_	*
+28	This	this	DET	_	_	_	_	_	_	*
+29	long	long	ADJ	_	_	_	_	_	_	*
+30	distance	distance	NOUN	_	_	_	_	_	ss=n.location	*
+31	is	be	AUX	_	_	_	_	_	_	*
+32	killing	kill	VERB	_	_	_	_	_	ss=v.cognition	*
+33	me	me	PRON	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-350
+# sent_counter = 550
+# text = @abbi5895 Bacon swishers !! RT londonland : They put bacon on everything these days ... Bacon cereal is up next http://hjv.dw.tc/Q0t2R
+1	@abbi5895	@abbi5895	PROPN	_	_	_	_	_	_	*
+2	Bacon	bacon	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+3	swishers	swishers	PROPN	_	_	_	_	_	_	1
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5	RT	rt	X	_	_	_	_	_	_	*
+6	londonland	londonland	PROPN	_	_	_	_	_	ss=n.location	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	They	they	PRON	_	_	_	_	_	_	*
+9	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+10	bacon	bacon	NOUN	_	_	_	_	_	ss=n.food	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	everything	everything	NOUN	_	_	_	_	_	_	*
+13	these	these	DET	_	_	_	_	_	_	*
+14	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	Bacon	bacon	NOUN	_	_	_	_	_	ss=n.food	2:X
+17	cereal	cereal	NOUN	_	_	_	_	_	_	2
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	up	up	PART	_	_	_	_	_	_	*
+20	next	next	ADJ	_	_	_	_	_	_	*
+21	http://hjv.dw.tc/Q0t2R	http://hjv.dw.tc/q0t2r	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-351
+# sent_counter = 551
+# text = @keancipriano hey :) where exactly is your gig tonight ? :)
+1	@keancipriano	@keancipriano	PROPN	_	_	_	_	_	_	*
+2	hey	hey	INTJ	_	_	_	_	_	_	*
+3	:)	:)	INTJ	_	_	_	_	_	_	*
+4	where	where	ADV	_	_	_	_	_	_	*
+5	exactly	exactly	ADV	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	gig	gig	NOUN	_	_	_	_	_	ss=n.act	*
+9	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-352
+# sent_counter = 552
+# text = Ooof ! FB status " Help ! I have to clean 60 lbs of chitlins tonight !" *Barf*
+1	Ooof	ooof	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	FB	fb	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	status	status	NOUN	_	_	_	_	_	_	1
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	Help	help	VERB	_	_	_	_	_	ss=v.social	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	clean	clean	VERB	_	_	_	_	_	ss=v.contact	*
+12	60	60	NUM	_	_	_	_	_	_	*
+13	lbs	lb	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	chitlins	chitlins	NOUN	_	_	_	_	_	ss=n.food	*
+16	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+17	!"	!"	PUNCT	_	_	_	_	_	_	*
+18	*Barf*	*barf*	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-353
+# sent_counter = 553
+# text = Wesley Snipes is going to jail . For 3 years 26 ! - http://newzfor.me/?aqk7 [ Like it ? http://bit.ly/ccWJrQ ]
+1	Wesley	wesley	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Snipes	snipes	PROPN	_	_	_	_	_	_	1
+3	is	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	jail	jail	NOUN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	For	for	ADP	_	_	_	_	_	_	*
+9	3	3	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	26	26	NUM	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	-	-	PUNCT	_	_	_	_	_	_	*
+14	http://newzfor.me/?aqk7	http://newzfor.me/?aqk7	X	_	_	_	_	_	_	*
+15	[	[	PUNCT	_	_	_	_	_	_	*
+16	Like	like	VERB	_	_	_	_	_	ss=v.cognition	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	?	?	PUNCT	_	_	_	_	_	_	*
+19	http://bit.ly/ccWJrQ	http://bit.ly/ccwjrq	X	_	_	_	_	_	_	*
+20	]	]	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-354
+# sent_counter = 554
+# text = so far this week ive realised what i believe , picked up my guitar , started writing and sketching again ... things are beginning to look up
+1	so	so	ADV	_	_	_	_	_	_	*
+2	far	far	ADV	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+5	ive	ive	PRON	_	_	_	_	_	_	*
+6	realised	realise	VERB	_	_	_	_	_	ss=v.cognition	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	picked	pick	VERB	_	_	_	_	_	ss=v.contact	1:X
+12	up	up	PART	_	_	_	_	_	_	1
+13	my	my	PRON	_	_	_	_	_	_	*
+14	guitar	guitar	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	started	start	VERB	_	_	_	_	_	ss=v.change	*
+17	writing	write	VERB	_	_	_	_	_	ss=v.creation	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	sketching	sketch	VERB	_	_	_	_	_	ss=v.creation	*
+20	again	again	ADV	_	_	_	_	_	_	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+23	are	be	AUX	_	_	_	_	_	_	*
+24	beginning	begin	VERB	_	_	_	_	_	ss=v.change	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	look	look	VERB	_	_	_	_	_	ss=v.change	2:X
+27	up	up	PART	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-355
+# sent_counter = 555
+# text = Annoying : when my boss complains people do n't respond to emails ASAP &lt; yet I always do , yet she never responds to me ASAP !
+1	Annoying	annoying	ADJ	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	boss	boss	NOUN	_	_	_	_	_	ss=n.person	*
+6	complains	complain	VERB	_	_	_	_	_	ss=v.communication	*
+7	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	respond	respond	VERB	_	_	_	_	_	ss=v.communication	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	emails	email	NOUN	_	_	_	_	_	ss=n.communication	*
+13	ASAP	asap	ADV	_	_	_	_	_	_	*
+14	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+15	yet	yet	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	always	always	ADV	_	_	_	_	_	_	*
+18	do	do	VERB	_	_	_	_	_	ss=v.communication	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	yet	yet	CCONJ	_	_	_	_	_	_	*
+21	she	she	PRON	_	_	_	_	_	_	*
+22	never	never	ADV	_	_	_	_	_	_	*
+23	responds	respond	VERB	_	_	_	_	_	ss=v.communication	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	ASAP	asap	ADV	_	_	_	_	_	_	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-356
+# sent_counter = 556
+# text = i just gave my momma some money 4 a bill .... she smiled when i put it n her hand __AND__ said " i wanna go out to eat "... -______- HELLA SCAN
+1	i	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	momma	momma	NOUN	_	_	_	_	_	ss=n.person	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+8	4	4	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	bill	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+11	....	....	PUNCT	_	_	_	_	_	_	*
+12	she	she	PRON	_	_	_	_	_	_	*
+13	smiled	smile	VERB	_	_	_	_	_	ss=v.body	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	n	n	ADP	_	_	_	_	_	_	*
+19	her	her	PRON	_	_	_	_	_	_	*
+20	hand	hand	NOUN	_	_	_	_	_	ss=n.body	*
+21	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+22	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+23	"	"	PUNCT	_	_	_	_	_	_	*
+24	i	i	PRON	_	_	_	_	_	_	*
+25	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+26	go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+27	out	out	PART	_	_	_	_	_	_	1
+28	to	to	PART	_	_	_	_	_	_	*
+29	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+30	"...	"...	PUNCT	_	_	_	_	_	_	*
+31	-______-	-______-	INTJ	_	_	_	_	_	_	*
+32	HELLA	hella	INTJ	_	_	_	_	_	_	*
+33	SCAN	scan	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-357
+# sent_counter = 557
+# text = I 'm donning my Santa hat !: It 's November and almost Thanksgiving ... so you know what that means , right ? Mum and I ... http://bit.ly/9uTYHJ
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	donning	don	VERB	_	_	_	_	_	ss=v.body	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	Santa	santa	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+6	hat	hat	NOUN	_	_	_	_	_	_	1
+7	!:	!:	PUNCT	_	_	_	_	_	_	*
+8	It	it	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	almost	almost	ADV	_	_	_	_	_	_	*
+13	Thanksgiving	thanksgiving	PROPN	_	_	_	_	_	ss=n.event	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	so	so	ADV	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+18	what	what	PRON	_	_	_	_	_	_	*
+19	that	that	DET	_	_	_	_	_	_	*
+20	means	mean	VERB	_	_	_	_	_	ss=v.stative	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	right	right	INTJ	_	_	_	_	_	_	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+24	Mum	mum	NOUN	_	_	_	_	_	ss=n.person	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	http://bit.ly/9uTYHJ	http://bit.ly/9utyhj	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-358
+# sent_counter = 558
+# text = when i compliment her she wo n't believe mee &lt; 3
+1	when	when	ADV	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	compliment	compliment	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	she	she	PRON	_	_	_	_	_	_	*
+6	wo	wo	AUX	_	_	_	_	_	_	*
+7	n't	n't	ADV	_	_	_	_	_	_	*
+8	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+9	mee	mee	PRON	_	_	_	_	_	_	*
+10	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+11	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-359
+# sent_counter = 559
+# text = Jopulse : Get This Little Secret When to Avail For Mortgage http://bit.ly/9yTa3x
+1	Jopulse	jopulse	PROPN	_	_	_	_	_	ss=n.person	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Get	get	VERB	_	_	_	_	_	ss=v.change	*
+4	This	this	DET	_	_	_	_	_	_	*
+5	Little	little	ADJ	_	_	_	_	_	_	*
+6	Secret	secret	NOUN	_	_	_	_	_	ss=n.communication	*
+7	When	when	ADV	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	Avail	avail	VERB	_	_	_	_	_	_	*
+10	For	for	ADP	_	_	_	_	_	_	*
+11	Mortgage	mortgage	NOUN	_	_	_	_	_	ss=n.possession	*
+12	http://bit.ly/9yTa3x	http://bit.ly/9yta3x	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-360
+# sent_counter = 560
+# text = @sweet_clockwork lmao ! okay then :o ) im baking it tonight , so 'll hit you up tomorrow and see about getting you some yummies !! &lt; 3
+1	@sweet_clockwork	@sweet_clockwork	PROPN	_	_	_	_	_	_	*
+2	lmao	lmao	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	okay	okay	INTJ	_	_	_	_	_	_	*
+5	then	then	ADP	_	_	_	_	_	_	*
+6	:o	:o	INTJ	_	_	_	_	_	_	*
+7	)	)	PUNCT	_	_	_	_	_	_	*
+8	im	im	PRON	_	_	_	_	_	_	*
+9	baking	bake	VERB	_	_	_	_	_	ss=v.creation	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	so	so	ADP	_	_	_	_	_	_	*
+14	'll	'll	AUX	_	_	_	_	_	_	*
+15	hit	hit	VERB	_	_	_	_	_	ss=v.communication	1:X
+16	you	you	PRON	_	_	_	_	_	_	*
+17	up	up	PART	_	_	_	_	_	_	1
+18	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	see	see	VERB	_	_	_	_	_	ss=v.social	*
+21	about	about	ADP	_	_	_	_	_	_	*
+22	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	some	some	DET	_	_	_	_	_	_	*
+25	yummies	yummies	NOUN	_	_	_	_	_	ss=n.food	*
+26	!!	!!	PUNCT	_	_	_	_	_	_	*
+27	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+28	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-361
+# sent_counter = 561
+# text = buy it when it comes out . o_O RT @ReginaPearl yo is there another way to listen to nicki album beside fb ?
+1	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	comes	come	VERB	_	_	_	_	_	ss=v.change	1:X
+6	out	out	ADP	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	o_O	o_o	INTJ	_	_	_	_	_	_	*
+9	RT	rt	X	_	_	_	_	_	_	*
+10	@ReginaPearl	@reginapearl	PROPN	_	_	_	_	_	ss=n.person	*
+11	yo	yo	INTJ	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	there	there	ADV	_	_	_	_	_	_	*
+14	another	another	DET	_	_	_	_	_	_	*
+15	way	way	NOUN	_	_	_	_	_	ss=n.process	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	listen	listen	VERB	_	_	_	_	_	ss=v.perception	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	nicki	nicki	PROPN	_	_	_	_	_	ss=n.communication	2:X
+20	album	album	PROPN	_	_	_	_	_	_	2
+21	beside	beside	ADP	_	_	_	_	_	_	*
+22	fb	fb	PROPN	_	_	_	_	_	ss=n.communication	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-362
+# sent_counter = 562
+# text = Gen pen n inc orr ball at own 46 orr comp long pass to end half 9-6
+1	Gen	gen	PROPN	_	_	_	_	_	_	*
+2	pen	pen	PROPN	_	_	_	_	_	ss=n.artifact	*
+3	n	n	CCONJ	_	_	_	_	_	_	*
+4	inc	inc	PROPN	_	_	_	_	_	_	*
+5	orr	orr	PROPN	_	_	_	_	_	_	*
+6	ball	ball	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	own	own	ADJ	_	_	_	_	_	_	*
+9	46	46	NUM	_	_	_	_	_	_	*
+10	orr	orr	PROPN	_	_	_	_	_	_	*
+11	comp	comp	VERB	_	_	_	_	_	_	*
+12	long	long	ADJ	_	_	_	_	_	_	*
+13	pass	pass	NOUN	_	_	_	_	_	ss=n.act	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	end	end	VERB	_	_	_	_	_	ss=v.stative	*
+16	half	half	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	9-6	9-6	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-363
+# sent_counter = 563
+# text = Watching a detective show , Monk . They go to a commercial right when the house blows up , of course . _ .
+1	Watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	detective	detective	NOUN	_	_	_	_	_	ss=n.communication	1:X
+4	show	show	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Monk	monk	PROPN	_	_	_	_	_	ss=n.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	They	they	PRON	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	commercial	commercial	NOUN	_	_	_	_	_	ss=n.communication	*
+13	right	right	ADV	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	blows	blow	VERB	_	_	_	_	_	ss=v.change	2:X
+18	up	up	PART	_	_	_	_	_	_	2
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	3:X
+21	course	course	NOUN	_	_	_	_	_	_	3
+22	.	.	INTJ	_	_	_	_	_	_	*
+23	_	_	INTJ	_	_	_	_	_	_	*
+24	.	.	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-364
+# sent_counter = 564
+# text = Monsters , tweet @defpenradio and ask them when they will reveal new info about #BornThisWay !
+1	Monsters	monsters	PROPN	_	_	_	_	_	ss=n.group	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+4	@defpenradio	@defpenradio	PROPN	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	reveal	reveal	VERB	_	_	_	_	_	ss=v.communication	*
+12	new	new	ADJ	_	_	_	_	_	_	*
+13	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	#BornThisWay	#bornthisway	NOUN	_	_	_	_	_	ss=n.communication	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-365
+# sent_counter = 565
+# text = Every year , i realize how lame i was last year .
+1	Every	every	DET	_	_	_	_	_	_	*
+2	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	realize	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	lame	lame	ADJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	last	last	ADJ	_	_	_	_	_	_	*
+11	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-366
+# sent_counter = 566
+# text = Cowboys vs . Lions : The Jason Garrett era got off to a good start last week . Now the Cowboys will try to snap a f ... http://bit.ly/bSS914
+1	Cowboys	cowboys	PROPN	_	_	_	_	_	ss=n.group	*
+2	vs	vs	ADP	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Lions	lions	PROPN	_	_	_	_	_	ss=n.group	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	The	the	DET	_	_	_	_	_	_	*
+7	Jason	jason	PROPN	_	_	_	_	_	ss=n.time	1:X
+8	Garrett	garrett	PROPN	_	_	_	_	_	_	1
+9	era	era	NOUN	_	_	_	_	_	_	1
+10	got	get	VERB	_	_	_	_	_	ss=v.change	2:X
+11	off	off	PART	_	_	_	_	_	_	2
+12	to	to	PART	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	start	start	NOUN	_	_	_	_	_	ss=n.act	*
+16	last	last	ADJ	_	_	_	_	_	_	*
+17	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Now	now	ADV	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	Cowboys	cowboy	NOUN	_	_	_	_	_	ss=n.group	*
+22	will	will	AUX	_	_	_	_	_	_	*
+23	try	try	VERB	_	_	_	_	_	ss=v.competition	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	snap	snap	VERB	_	_	_	_	_	ss=v.change	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	f	f	NOUN	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+29	http://bit.ly/bSS914	http://bit.ly/bss914	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-367
+# sent_counter = 567
+# text = you reach your hand in fire ... you pull it back when you get hurt ...
+1	you	you	PRON	_	_	_	_	_	_	*
+2	reach	reach	VERB	_	_	_	_	_	ss=v.motion	*
+3	your	your	PRON	_	_	_	_	_	_	*
+4	hand	hand	NOUN	_	_	_	_	_	ss=n.body	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	fire	fire	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	pull	pull	VERB	_	_	_	_	_	ss=v.motion	1:X
+10	it	it	PRON	_	_	_	_	_	_	*
+11	back	back	ADV	_	_	_	_	_	_	1
+12	when	when	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.contact	*
+15	hurt	hurt	ADJ	_	_	_	_	_	_	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-368
+# sent_counter = 568
+# text = RT @ulfaaaaaa : RT @JustBecausee : #Justbecause I can help you , does n't mean I will - all the time .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ulfaaaaaa	@ulfaaaaaa	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@JustBecausee	@justbecausee	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	#Justbecause	#justbecause	X	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	help	help	VERB	_	_	_	_	_	ss=v.social	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	does	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	ADV	_	_	_	_	_	_	*
+15	mean	mean	VERB	_	_	_	_	_	ss=v.stative	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	will	will	VERB	_	_	_	_	_	ss=v.social	*
+18	-	-	PUNCT	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-369
+# sent_counter = 569
+# text = @vinceviloria word . no way I was gonna trust drivers to not kill me on my bike today . esp , after getting run off the road yesterday .
+1	@vinceviloria	@vinceviloria	PROPN	_	_	_	_	_	_	*
+2	word	word	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	no	no	DET	_	_	_	_	_	ss=n.feeling	1:X
+5	way	way	NOUN	_	_	_	_	_	_	1
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	AUX	_	_	_	_	_	_	*
+8	gonna	gonna	VERB	_	_	_	_	_	ss=v.stative	*
+9	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+10	drivers	driver	NOUN	_	_	_	_	_	ss=n.person	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	not	not	ADV	_	_	_	_	_	_	*
+13	kill	kill	VERB	_	_	_	_	_	ss=v.contact	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	bike	bike	ADV	_	_	_	_	_	ss=n.artifact	*
+18	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	esp	esp	ADV	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	after	after	ADP	_	_	_	_	_	_	*
+23	getting	get	VERB	_	_	_	_	_	ss=v.stative	*
+24	run	run	VERB	_	_	_	_	_	ss=v.motion	2:X
+25	off	off	PART	_	_	_	_	_	_	2
+26	the	the	DET	_	_	_	_	_	_	*
+27	road	road	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-370
+# sent_counter = 570
+# text = time to help our fellow BELIEBER shoutout for @rchristelyn.....@rchristeyn....@rchristelyn...she 's one of my bestfriends on our school
+1	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	help	help	VERB	_	_	_	_	_	ss=v.social	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	fellow	fellow	ADJ	_	_	_	_	_	_	*
+6	BELIEBER	belieber	PROPN	_	_	_	_	_	ss=n.person	*
+7	shoutout	shoutout	NOUN	_	_	_	_	_	ss=n.communication	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	@rchristelyn.....@rchristeyn....@rchristelyn...she	@rchristelyn.....@rchristeyn....@rchristelyn...she	PROPN	_	_	_	_	_	ss=n.person	*
+10	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+11	one	one	NOUN	_	_	_	_	_	ss=n.quantity	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	bestfriends	bestfriends	NOUN	_	_	_	_	_	ss=n.person	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	our	our	PRON	_	_	_	_	_	_	*
+17	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-371
+# sent_counter = 571
+# text = Thinking towels , white Russians __AND__ the big lebowski is in order tonight . Wish we could bring the bubble bath in the living room . ;) #marmaset
+1	Thinking	think	VERB	_	_	_	_	_	ss=n.artifact	1:X
+2	towels	towel	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	white	white	PROPN	_	_	_	_	_	ss=n.food	2:X
+5	Russians	russians	PROPN	_	_	_	_	_	_	2
+6	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+7	the	the	PROPN	_	_	_	_	_	ss=n.communication	3:X
+8	big	big	PROPN	_	_	_	_	_	_	3
+9	lebowski	lebowski	PROPN	_	_	_	_	_	_	3
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	ss=n.state	4:X
+12	order	order	NOUN	_	_	_	_	_	_	4
+13	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	could	could	AUX	_	_	_	_	_	_	*
+18	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	bubble	bubble	NOUN	_	_	_	_	_	ss=n.artifact	5:X
+21	bath	bath	NOUN	_	_	_	_	_	_	5
+22	in	in	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	living	living	NOUN	_	_	_	_	_	ss=n.location	6:X
+25	room	room	NOUN	_	_	_	_	_	_	6
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	;)	;)	INTJ	_	_	_	_	_	_	*
+28	#marmaset	#marmaset	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-372
+# sent_counter = 572
+# text = Polling ends in Bihar today , counting on November 24 http://toi.in/ujtwya
+1	Polling	polling	NOUN	_	_	_	_	_	ss=n.act	*
+2	ends	end	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Bihar	bihar	PROPN	_	_	_	_	_	ss=n.location	*
+5	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	counting	counting	NOUN	_	_	_	_	_	ss=n.act	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+10	24	24	NUM	_	_	_	_	_	_	*
+11	http://toi.in/ujtwya	http://toi.in/ujtwya	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-373
+# sent_counter = 573
+# text = RT @jaiwil : Friday feels like Saturday , lots of action !!!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jaiwil	@jaiwil	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+5	feels	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	action	action	NOUN	_	_	_	_	_	ss=n.act	*
+12	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-374
+# sent_counter = 574
+# text = @yeastieboys that 's terrible . I ca n't believe its been going on so long . My parents are in Ashvegas but I dont think it 's as bad down there .
+1	@yeastieboys	@yeastieboys	PROPN	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	terrible	terrible	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	ca	ca	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+10	its	its	PRON	_	_	_	_	_	_	*
+11	been	be	AUX	_	_	_	_	_	_	*
+12	going	go	VERB	_	_	_	_	_	ss=v.change	1:X
+13	on	on	PART	_	_	_	_	_	_	1
+14	so	so	ADV	_	_	_	_	_	_	*
+15	long	long	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	My	my	PRON	_	_	_	_	_	_	*
+18	parents	parent	NOUN	_	_	_	_	_	ss=n.person	*
+19	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	Ashvegas	ashvegas	PROPN	_	_	_	_	_	ss=n.location	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	dont	dont	VERB	_	_	_	_	_	_	*
+25	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+28	as	as	ADV	_	_	_	_	_	_	*
+29	bad	bad	ADJ	_	_	_	_	_	_	*
+30	down	down	ADP	_	_	_	_	_	_	*
+31	there	there	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-375
+# sent_counter = 575
+# text = @chas_barbie wyd tonite
+1	@chas_barbie	@chas_barbie	PROPN	_	_	_	_	_	_	*
+2	wyd	wyd	PROPN	_	_	_	_	_	ss=n.communication	*
+3	tonite	tonite	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-376
+# sent_counter = 576
+# text = @VeexCeexDee same shit different day What good on ur side ?
+1	@VeexCeexDee	@veexceexdee	PROPN	_	_	_	_	_	_	*
+2	same	same	ADJ	_	_	_	_	_	_	*
+3	shit	shit	NOUN	_	_	_	_	_	ss=n.act	*
+4	different	different	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	What	what	PRON	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	ur	ur	PRON	_	_	_	_	_	_	*
+10	side	side	NOUN	_	_	_	_	_	ss=n.location	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-377
+# sent_counter = 577
+# text = Dallas Cowboys News : Cowboys vs . Lions : The Jason Garrett era got off to a good start last week . Now th ... http://bit.ly/amHf2G #Cowboys
+1	Dallas	dallas	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Cowboys	cowboys	PROPN	_	_	_	_	_	_	1
+3	News	news	PROPN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Cowboys	cowboys	PROPN	_	_	_	_	_	ss=n.group	*
+6	vs	vs	ADP	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Lions	lion	NOUN	_	_	_	_	_	ss=n.group	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	The	the	DET	_	_	_	_	_	_	*
+11	Jason	jason	PROPN	_	_	_	_	_	ss=n.time	2:X
+12	Garrett	garrett	PROPN	_	_	_	_	_	_	2
+13	era	era	NOUN	_	_	_	_	_	_	2
+14	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+15	off	off	ADP	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	good	good	ADJ	_	_	_	_	_	_	*
+19	start	start	NOUN	_	_	_	_	_	ss=n.event	*
+20	last	last	ADJ	_	_	_	_	_	_	*
+21	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Now	now	ADV	_	_	_	_	_	_	*
+24	th	th	DET	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	http://bit.ly/amHf2G	http://bit.ly/amhf2g	X	_	_	_	_	_	_	*
+27	#Cowboys	#cowboys	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-378
+# sent_counter = 578
+# text = it was half past 8 when the drugs began to take hold ....
+1	it	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	half	half	NOUN	_	_	_	_	_	ss=n.time	*
+4	past	past	ADJ	_	_	_	_	_	_	*
+5	8	8	NUM	_	_	_	_	_	_	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	drugs	drug	NOUN	_	_	_	_	_	ss=n.substance	*
+9	began	begin	VERB	_	_	_	_	_	ss=v.change	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	take	take	VERB	_	_	_	_	_	ss=n.feeling	1:X
+12	hold	hold	NOUN	_	_	_	_	_	_	1
+13	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-379
+# sent_counter = 579
+# text = Oh jeez , you hear about Colt Brennan 's serious car accident ? I remember being in Hawaii a few years back when Hawaii 's coach nearly died too
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	jeez	jeez	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	Colt	colt	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Brennan	brennan	PROPN	_	_	_	_	_	_	1
+9	's	's	AUX	_	_	_	_	_	_	*
+10	serious	serious	ADJ	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.event	2:X
+12	accident	accident	NOUN	_	_	_	_	_	_	2
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+16	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Hawaii	hawaii	PROPN	_	_	_	_	_	ss=n.location	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	few	few	ADJ	_	_	_	_	_	_	*
+21	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+22	back	back	ADV	_	_	_	_	_	_	*
+23	when	when	ADV	_	_	_	_	_	_	*
+24	Hawaii	hawaii	PROPN	_	_	_	_	_	ss=n.location	*
+25	's	's	AUX	_	_	_	_	_	_	*
+26	coach	coach	NOUN	_	_	_	_	_	ss=n.person	*
+27	nearly	nearly	ADV	_	_	_	_	_	_	*
+28	died	die	VERB	_	_	_	_	_	ss=v.body	*
+29	too	too	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-380
+# sent_counter = 580
+# text = Take my hand , 'll fly to the sky . Close your eyes , I 'm at your side . Tomorrow 's gonna be just fine .
+1	Take	take	VERB	_	_	_	_	_	ss=v.contact	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	hand	hand	NOUN	_	_	_	_	_	ss=n.body	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	'll	'll	AUX	_	_	_	_	_	_	*
+6	fly	fly	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	sky	sky	NOUN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Close	close	VERB	_	_	_	_	_	ss=v.contact	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	eyes	eyes	NOUN	_	_	_	_	_	ss=n.body	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	your	your	PRON	_	_	_	_	_	_	*
+19	side	side	NOUN	_	_	_	_	_	ss=n.body	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	Tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+22	's	's	AUX	_	_	_	_	_	_	*
+23	gonna	gonna	VERB	_	_	_	_	_	_	*
+24	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	just	just	ADV	_	_	_	_	_	_	*
+26	fine	fine	ADJ	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-381
+# sent_counter = 581
+# text = @Redilocks ya know....he 's gonna be there Saturday . I could just drive down on Saturday ..... crash in ya'lls room !
+1	@Redilocks	@redilocks	PROPN	_	_	_	_	_	_	*
+2	ya	ya	INTJ	_	_	_	_	_	_	*
+3	know....he	know....he	INTJ	_	_	_	_	_	_	*
+4	's	's	AUX	_	_	_	_	_	_	*
+5	gonna	gonna	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+14	down	down	ADP	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+17	.....	.....	PUNCT	_	_	_	_	_	_	*
+18	crash	crash	VERB	_	_	_	_	_	ss=v.body	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	ya'lls	ya'lls	PRON	_	_	_	_	_	_	*
+21	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-382
+# sent_counter = 582
+# text = RT @KassHussain : RT @newsycombinator : Signups increased by 60% after actually removing the signup form http://j.mp/a3R3U1 @carlosdomingos
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@KassHussain	@kasshussain	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@newsycombinator	@newsycombinator	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Signups	signups	NOUN	_	_	_	_	_	ss=n.act	*
+8	increased	increase	VERB	_	_	_	_	_	ss=v.change	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	60%	60%	NUM	_	_	_	_	_	_	*
+11	after	after	ADP	_	_	_	_	_	_	*
+12	actually	actually	ADV	_	_	_	_	_	_	*
+13	removing	remove	VERB	_	_	_	_	_	ss=v.change	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	signup	signup	NOUN	_	_	_	_	_	ss=n.communication	1:X
+16	form	form	NOUN	_	_	_	_	_	_	1
+17	http://j.mp/a3R3U1	http://j.mp/a3r3u1	X	_	_	_	_	_	_	*
+18	@carlosdomingos	@carlosdomingos	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-383
+# sent_counter = 583
+# text = @YnYrTheOne what time is it over there ?
+1	@YnYrTheOne	@ynyrtheone	PROPN	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-384
+# sent_counter = 584
+# text = RT @thefutoncritic : Exclusive : FOX to give " The Good Guys " Saturday late-night slot ; " Running Wilde " one-hour winter finale December 28 ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@thefutoncritic	@thefutoncritic	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Exclusive	exclusive	NOUN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	FOX	fox	PROPN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	give	give	VERB	_	_	_	_	_	ss=v.change	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	The	the	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	Good	good	PROPN	_	_	_	_	_	_	1
+12	Guys	guys	PROPN	_	_	_	_	_	_	1
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+15	late-night	late-night	ADJ	_	_	_	_	_	_	*
+16	slot	slot	NOUN	_	_	_	_	_	ss=n.time	*
+17	;	;	PUNCT	_	_	_	_	_	_	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	Running	running	PROPN	_	_	_	_	_	ss=n.communication	2:X
+20	Wilde	wilde	PROPN	_	_	_	_	_	_	2
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	one-hour	one-hour	ADJ	_	_	_	_	_	_	*
+23	winter	winter	NOUN	_	_	_	_	_	ss=n.act	3:X
+24	finale	finale	NOUN	_	_	_	_	_	_	3
+25	December	december	PROPN	_	_	_	_	_	ss=n.time	*
+26	28	28	NUM	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-385
+# sent_counter = 585
+# text = casual picture with Leah Mason outside the Apollo tonight .. cheeky .
+1	casual	casual	ADJ	_	_	_	_	_	_	*
+2	picture	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Leah	leah	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Mason	mason	PROPN	_	_	_	_	_	_	1
+6	outside	outside	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	Apollo	apollo	PROPN	_	_	_	_	_	ss=n.location	*
+9	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	cheeky	cheeky	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-386
+# sent_counter = 586
+# text = WIN a GROOVY GIRLS PRINCESS SERAPHINA Doll @BabyStorePlus Giveaway a Week til Christmas Event http://goo.gl/fb/X7T4s ( 12/13 )
+1	WIN	win	VERB	_	_	_	_	_	ss=v.competition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	GROOVY	groovy	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+4	GIRLS	girls	PROPN	_	_	_	_	_	_	1
+5	PRINCESS	princess	PROPN	_	_	_	_	_	_	1
+6	SERAPHINA	seraphina	PROPN	_	_	_	_	_	_	1
+7	Doll	doll	PROPN	_	_	_	_	_	_	1
+8	@BabyStorePlus	@babystoreplus	PROPN	_	_	_	_	_	ss=n.event	2:X
+9	Giveaway	giveaway	NOUN	_	_	_	_	_	_	2
+10	a	a	DET	_	_	_	_	_	ss=n.event	3:X
+11	Week	week	NOUN	_	_	_	_	_	_	3
+12	til	til	ADP	_	_	_	_	_	_	3
+13	Christmas	christmas	PROPN	_	_	_	_	_	_	3
+14	Event	event	NOUN	_	_	_	_	_	_	3
+15	http://goo.gl/fb/X7T4s	http://goo.gl/fb/x7t4s	X	_	_	_	_	_	_	*
+16	(	(	PUNCT	_	_	_	_	_	_	*
+17	12/13	12/13	NUM	_	_	_	_	_	_	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-387
+# sent_counter = 587
+# text = @msloaf Though I do agree that it is offensive and would be difficult to explain . When this stuff happens to me I want to yell , " URDUMB !"
+1	@msloaf	@msloaf	PROPN	_	_	_	_	_	_	*
+2	Though	though	ADP	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	agree	agree	VERB	_	_	_	_	_	ss=v.communication	*
+6	that	that	ADP	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	offensive	offensive	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	difficult	difficult	ADJ	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	When	when	ADV	_	_	_	_	_	_	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	stuff	stuff	NOUN	_	_	_	_	_	ss=n.other	*
+20	happens	happen	VERB	_	_	_	_	_	ss=v.change	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	yell	yell	VERB	_	_	_	_	_	ss=v.communication	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+29	URDUMB	urdumb	INTJ	_	_	_	_	_	_	*
+30	!"	!"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-388
+# sent_counter = 588
+# text = @paulskemp Sorry to hear ! :( I had a dog for 14 years and it was really tough to lose him . Tough to lose my second one too .
+1	@paulskemp	@paulskemp	PROPN	_	_	_	_	_	_	*
+2	Sorry	sorry	ADJ	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	:(	:(	INTJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	14	14	NUM	_	_	_	_	_	_	*
+13	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	really	really	ADV	_	_	_	_	_	_	*
+18	tough	tough	ADJ	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	lose	lose	VERB	_	_	_	_	_	ss=v.possession	*
+21	him	him	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Tough	tough	ADJ	_	_	_	_	_	_	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	lose	lose	VERB	_	_	_	_	_	ss=v.possession	*
+26	my	my	PRON	_	_	_	_	_	_	*
+27	second	second	ADJ	_	_	_	_	_	_	*
+28	one	one	NOUN	_	_	_	_	_	ss=n.animal	*
+29	too	too	ADV	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-389
+# sent_counter = 589
+# text = @ExOtiCly_ErOtiC let me know . is it goin off at liquids tomorrow i might go ???
+1	@ExOtiCly_ErOtiC	@exoticly_erotic	PROPN	_	_	_	_	_	_	*
+2	let	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	me	me	PRON	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	goin	goin	VERB	_	_	_	_	_	ss=v.change	2:X
+9	off	off	PART	_	_	_	_	_	_	2
+10	at	at	ADP	_	_	_	_	_	_	*
+11	liquids	liquids	PROPN	_	_	_	_	_	ss=n.group	*
+12	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	might	might	AUX	_	_	_	_	_	_	*
+15	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	???	???	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-390
+# sent_counter = 590
+# text = RT @justinbieber : ATLANTIC CITY SHOW TOMORROW !!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@justinbieber	@justinbieber	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	ATLANTIC	atlantic	PROPN	_	_	_	_	_	ss=n.event	1:X
+5	CITY	city	PROPN	_	_	_	_	_	_	1
+6	SHOW	show	NOUN	_	_	_	_	_	_	1
+7	TOMORROW	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-391
+# sent_counter = 591
+# text = RT @IDS_BroncoBeat : Boise State wearing orange pants , orange jerseys , usual blue helmets tonight . Orange jerseys match their regular blu ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@IDS_BroncoBeat	@ids_broncobeat	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Boise	boise	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	State	state	PROPN	_	_	_	_	_	_	1
+6	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+7	orange	orange	ADJ	_	_	_	_	_	_	*
+8	pants	pants	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	orange	orange	ADJ	_	_	_	_	_	_	*
+11	jerseys	jersey	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	usual	usual	ADJ	_	_	_	_	_	_	*
+14	blue	blue	ADJ	_	_	_	_	_	_	*
+15	helmets	helmet	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	Orange	orange	ADJ	_	_	_	_	_	_	*
+19	jerseys	jersey	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	match	match	VERB	_	_	_	_	_	ss=v.stative	*
+21	their	their	PRON	_	_	_	_	_	_	*
+22	regular	regular	ADJ	_	_	_	_	_	_	*
+23	blu	blu	ADJ	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-392
+# sent_counter = 592
+# text = St Louis : APR Chocolate Toy Poodle Pups - $300 ( Liberty ) http://bit.ly/bHftHD #eBC #Pets
+1	St	st	PROPN	_	_	_	_	_	ss=n.location	1:X
+2	Louis	louis	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	APR	apr	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+5	Chocolate	chocolate	PROPN	_	_	_	_	_	_	2
+6	Toy	toy	PROPN	_	_	_	_	_	_	2
+7	Poodle	poodle	PROPN	_	_	_	_	_	_	2
+8	Pups	pups	PROPN	_	_	_	_	_	_	2
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	$300	$300	NUM	_	_	_	_	_	_	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	Liberty	liberty	PROPN	_	_	_	_	_	ss=n.communication	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	http://bit.ly/bHftHD	http://bit.ly/bhfthd	X	_	_	_	_	_	_	*
+15	#eBC	#ebc	X	_	_	_	_	_	_	*
+16	#Pets	#pets	NOUN	_	_	_	_	_	ss=n.animal	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-393
+# sent_counter = 593
+# text = 'll be wearing my Dr . J #6 jersey . Old school . RT @laurenreale " hmmm ... im gonna wear my @Sixers jersey tonight ...... http://tl.gd/72egjj
+1	'll	'll	AUX	_	_	_	_	_	_	*
+2	be	be	AUX	_	_	_	_	_	_	*
+3	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	Dr	dr	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+6	.	.	PUNCT	_	_	_	_	_	_	1
+7	J	j	PROPN	_	_	_	_	_	_	1
+8	#6	#6	NOUN	_	_	_	_	_	_	1
+9	jersey	jersey	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Old	old	NOUN	_	_	_	_	_	_	2:X
+12	school	school	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	RT	rt	X	_	_	_	_	_	_	*
+15	@laurenreale	@laurenreale	PROPN	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	hmmm	hmmm	INTJ	_	_	_	_	_	_	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	im	im	PRON	_	_	_	_	_	_	*
+20	gonna	gonna	VERB	_	_	_	_	_	ss=v.change	*
+21	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	@Sixers	@sixers	PROPN	_	_	_	_	_	ss=n.person	*
+24	jersey	jersey	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+26	......	......	PUNCT	_	_	_	_	_	_	*
+27	http://tl.gd/72egjj	http://tl.gd/72egjj	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-394
+# sent_counter = 594
+# text = RT @taaeamo Friggg how long is flow 93.5 gonna be new ?
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@taaeamo	@taaeamo	PROPN	_	_	_	_	_	_	*
+3	Friggg	friggg	PROPN	_	_	_	_	_	ss=n.person	*
+4	how	how	ADV	_	_	_	_	_	_	*
+5	long	long	ADJ	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	flow	flow	PROPN	_	_	_	_	_	ss=n.communication	1:X
+8	93.5	93.5	PROPN	_	_	_	_	_	_	1
+9	gonna	gonna	VERB	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	new	new	ADJ	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-395
+# sent_counter = 595
+# text = Awesome performance by The Wanted tonight ... HA ! @wl_wl_wl @I_am_Ben_D
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	performance	performance	NOUN	_	_	_	_	_	ss=n.act	*
+3	by	by	ADP	_	_	_	_	_	_	*
+4	The	the	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Wanted	wanted	PROPN	_	_	_	_	_	_	1
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	HA	ha	INTJ	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	@wl_wl_wl	@wl_wl_wl	PROPN	_	_	_	_	_	_	*
+11	@I_am_Ben_D	@i_am_ben_d	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-396
+# sent_counter = 596
+# text = oh yeah today was/is a GREAT day !!!! @dayis017 @sebastianribo
+1	oh	oh	INTJ	_	_	_	_	_	_	*
+2	yeah	yeah	INTJ	_	_	_	_	_	_	*
+3	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+4	was/is	was/is	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	GREAT	great	ADJ	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+9	@dayis017	@dayis017	PROPN	_	_	_	_	_	_	*
+10	@sebastianribo	@sebastianribo	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-397
+# sent_counter = 597
+# text = NO Saints R . Buch might come back n play vs Seahawks on Sunday ??
+1	NO	no	INTJ	_	_	_	_	_	_	*
+2	Saints	saints	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	R	r	VERB	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Buch	buch	PROPN	_	_	_	_	_	_	1
+6	might	might	AUX	_	_	_	_	_	_	*
+7	come	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+8	back	back	ADV	_	_	_	_	_	_	2
+9	n	n	CCONJ	_	_	_	_	_	_	*
+10	play	play	VERB	_	_	_	_	_	ss=v.competition	*
+11	vs	vs	ADP	_	_	_	_	_	_	*
+12	Seahawks	seahawks	PROPN	_	_	_	_	_	ss=n.group	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+15	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-398
+# sent_counter = 598
+# text = Kfc ! my mom wuz pushy in there , damn ~December*18th~
+1	Kfc	kfc	PROPN	_	_	_	_	_	ss=n.group	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+5	wuz	wuz	VERB	_	_	_	_	_	ss=v.stative	*
+6	pushy	pushy	ADJ	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	damn	damn	INTJ	_	_	_	_	_	_	*
+11	~December*18th~	~december*18th~	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-399
+# sent_counter = 599
+# text = @MrPregameShawty Lol i be trippin when i get bored !
+1	@MrPregameShawty	@mrpregameshawty	PROPN	_	_	_	_	_	_	*
+2	Lol	lol	INTJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	trippin	trippin	VERB	_	_	_	_	_	ss=v.emotion	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.change	*
+9	bored	bored	ADJ	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-400
+# sent_counter = 600
+# text = I do hope we beat the wanderers tomorrow #coys
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	beat	beat	VERB	_	_	_	_	_	ss=v.competition	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	wanderers	wanderers	PROPN	_	_	_	_	_	ss=n.group	*
+8	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+9	#coys	#coys	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-401
+# sent_counter = 601
+# text = Fabulous day on the Surf Coast http://twitpic.com/38c0c6
+1	Fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.state	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Surf	surf	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Coast	coast	PROPN	_	_	_	_	_	_	1
+7	http://twitpic.com/38c0c6	http://twitpic.com/38c0c6	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-402
+# sent_counter = 602
+# text = yayi dont think today can get any better @planetjedward and @thewantedmusic on my tv :) aka derek [ Like it ? http://bit.ly/9U3nrK ]
+1	yayi	yayi	PRON	_	_	_	_	_	_	*
+2	dont	dont	VERB	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.change	*
+7	any	any	DET	_	_	_	_	_	_	*
+8	better	better	ADJ	_	_	_	_	_	_	*
+9	@planetjedward	@planetjedward	PROPN	_	_	_	_	_	ss=n.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	@thewantedmusic	@thewantedmusic	PROPN	_	_	_	_	_	ss=n.communication	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	tv	tv	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	:)	:)	INTJ	_	_	_	_	_	_	*
+16	aka	aka	VERB	_	_	_	_	_	_	*
+17	derek	derek	PROPN	_	_	_	_	_	ss=n.person	*
+18	[	[	PUNCT	_	_	_	_	_	_	*
+19	Like	like	VERB	_	_	_	_	_	ss=v.cognition	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+22	http://bit.ly/9U3nrK	http://bit.ly/9u3nrk	X	_	_	_	_	_	_	*
+23	]	]	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-403
+# sent_counter = 603
+# text = Saying " I 'm having a bad hair day " is a huge understatement today ... I do n't know if my hair has EVER looked this disheveled !
+1	Saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+2	"	"	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	AUX	_	_	_	_	_	_	*
+5	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	bad	bad	ADJ	_	_	_	_	_	_	*
+8	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.state	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	huge	huge	ADJ	_	_	_	_	_	_	*
+14	understatement	understatement	NOUN	_	_	_	_	_	ss=n.communication	*
+15	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	do	do	AUX	_	_	_	_	_	_	*
+19	n't	n't	ADV	_	_	_	_	_	_	*
+20	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+21	if	if	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+24	has	have	AUX	_	_	_	_	_	_	*
+25	EVER	ever	ADV	_	_	_	_	_	_	*
+26	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+27	this	this	DET	_	_	_	_	_	_	*
+28	disheveled	disheveled	ADJ	_	_	_	_	_	_	*
+29	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-404
+# sent_counter = 604
+# text = The inevitability of ambivalence -- on my blog , After Psychotherapy . http://tiny.ly/isQV
+1	The	the	DET	_	_	_	_	_	_	*
+2	inevitability	inevitability	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	ambivalence	ambivalence	NOUN	_	_	_	_	_	ss=n.feeling	*
+5	--	--	PUNCT	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	blog	blog	NOUN	_	_	_	_	_	ss=n.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	After	after	PROPN	_	_	_	_	_	_	*
+11	Psychotherapy	psychotherapy	PROPN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	http://tiny.ly/isQV	http://tiny.ly/isqv	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-405
+# sent_counter = 605
+# text = Tonight 's episode of Sym-Bionic Titan was ADORABLE ...
+1	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	episode	episode	NOUN	_	_	_	_	_	ss=n.communication	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	Sym-Bionic	sym-bionic	PROPN	_	_	_	_	_	ss=n.communication	1:X
+6	Titan	titan	PROPN	_	_	_	_	_	_	1
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	ADORABLE	adorable	ADJ	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-406
+# sent_counter = 606
+# text = WHY IS TODAY SO SLOW ?! O . o
+1	WHY	why	ADV	_	_	_	_	_	_	*
+2	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	TODAY	today	NOUN	_	_	_	_	_	ss=n.time	*
+4	SO	so	ADV	_	_	_	_	_	_	*
+5	SLOW	slow	ADJ	_	_	_	_	_	_	*
+6	?!	?!	PUNCT	_	_	_	_	_	_	*
+7	O	o	INTJ	_	_	_	_	_	_	*
+8	.	.	INTJ	_	_	_	_	_	_	*
+9	o	o	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-407
+# sent_counter = 607
+# text = omfg there was a pigeon and cockatoo on my bathroom window sill outside and it scared me when i showered =( (
+1	omfg	omfg	INTJ	_	_	_	_	_	_	*
+2	there	there	DET	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	pigeon	pigeon	NOUN	_	_	_	_	_	ss=n.animal	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	cockatoo	cockatoo	NOUN	_	_	_	_	_	ss=n.animal	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	window	window	NOUN	_	_	_	_	_	_	1
+12	sill	sill	NOUN	_	_	_	_	_	_	1
+13	outside	outside	ADP	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	scared	scare	VERB	_	_	_	_	_	ss=v.emotion	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	i	i	PRON	_	_	_	_	_	_	*
+20	showered	shower	VERB	_	_	_	_	_	ss=v.body	*
+21	=(	=(	INTJ	_	_	_	_	_	_	*
+22	(	(	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-408
+# sent_counter = 608
+# text = Sorry but if my baby is gonna sound that silly when reading at age 3 then 'll take my chances __AND__ wait till they 're 6 . #yourbabycanread
+1	Sorry	sorry	INTJ	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	if	if	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	gonna	gonna	VERB	_	_	_	_	_	_	*
+8	sound	sound	VERB	_	_	_	_	_	ss=v.perception	*
+9	that	that	ADV	_	_	_	_	_	_	*
+10	silly	silly	ADJ	_	_	_	_	_	_	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	reading	read	VERB	_	_	_	_	_	ss=v.cognition	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	3	3	NUM	_	_	_	_	_	_	*
+16	then	then	ADP	_	_	_	_	_	_	*
+17	'll	'll	AUX	_	_	_	_	_	_	*
+18	take	take	VERB	_	_	_	_	_	ss=v.stative	1:X
+19	my	my	PRON	_	_	_	_	_	_	*
+20	chances	chance	NOUN	_	_	_	_	_	_	1
+21	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+22	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+23	till	till	ADP	_	_	_	_	_	_	*
+24	they	they	PRON	_	_	_	_	_	_	*
+25	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+26	6	6	NUM	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+28	#yourbabycanread	#yourbabycanread	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-409
+# sent_counter = 609
+# text = @_liinds yehhh ! i thinkk i got it ( : the guy told me 'll call me when he gets my application to the person ! its the one in herold square !
+1	@_liinds	@_liinds	PROPN	_	_	_	_	_	_	*
+2	yehhh	yehhh	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	thinkk	thinkk	VERB	_	_	_	_	_	ss=v.cognition	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.cognition	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	(	(	INTJ	_	_	_	_	_	_	*
+10	:	:	INTJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+13	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	'll	'll	AUX	_	_	_	_	_	_	*
+16	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	gets	get	VERB	_	_	_	_	_	ss=v.change	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	application	application	NOUN	_	_	_	_	_	ss=n.communication	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+26	!	!	PUNCT	_	_	_	_	_	_	*
+27	its	its	PRON	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	one	one	NOUN	_	_	_	_	_	ss=n.quantity	*
+30	in	in	ADP	_	_	_	_	_	_	*
+31	herold	herold	PROPN	_	_	_	_	_	ss=n.location	1:X
+32	square	square	PROPN	_	_	_	_	_	_	1
+33	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-410
+# sent_counter = 610
+# text = Got the stuff to make egg rolls for work monday
+1	Got	get	VERB	_	_	_	_	_	ss=v.possession	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	stuff	stuff	NOUN	_	_	_	_	_	ss=n.substance	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+6	egg	egg	NOUN	_	_	_	_	_	ss=n.food	1:X
+7	rolls	roll	NOUN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+10	monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-411
+# sent_counter = 611
+# text = @Royalsbf Steve ... hello , how are you ? All the gals are here tonight
+1	@Royalsbf	@royalsbf	PROPN	_	_	_	_	_	_	*
+2	Steve	steve	PROPN	_	_	_	_	_	ss=n.person	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	hello	hello	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	All	all	DET	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	gals	gal	NOUN	_	_	_	_	_	ss=n.person	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	here	here	ADV	_	_	_	_	_	_	*
+15	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-412
+# sent_counter = 612
+# text = #eritrea Top amateurs in North Rift for Manchester Salver : After failing to recapture the East Africa Chal ... http://bit.ly/9HIJAp #news
+1	#eritrea	#eritrea	NOUN	_	_	_	_	_	_	*
+2	Top	top	ADJ	_	_	_	_	_	_	*
+3	amateurs	amateur	NOUN	_	_	_	_	_	ss=n.person	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	North	north	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Rift	rift	PROPN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	Manchester	manchester	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	Salver	salver	PROPN	_	_	_	_	_	_	2
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	After	after	ADP	_	_	_	_	_	_	*
+12	failing	fail	VERB	_	_	_	_	_	ss=v.change	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	recapture	recapture	VERB	_	_	_	_	_	ss=v.creation	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	East	east	PROPN	_	_	_	_	_	ss=n.location	3:X
+17	Africa	africa	PROPN	_	_	_	_	_	_	3
+18	Chal	chal	PROPN	_	_	_	_	_	_	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	http://bit.ly/9HIJAp	http://bit.ly/9hijap	X	_	_	_	_	_	_	*
+21	#news	#news	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-413
+# sent_counter = 613
+# text = @UrbanDecay411 so stoked got some lip junkie in heavy __AND__ am picking my book of shadows II tomorrow ! So stoked ! :D
+1	@UrbanDecay411	@urbandecay411	PROPN	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	stoked	stoked	ADJ	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	lip	lip	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+7	junkie	junkie	NOUN	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	heavy	heavy	ADJ	_	_	_	_	_	_	*
+10	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+11	am	be	AUX	_	_	_	_	_	_	*
+12	picking	pick	VERB	_	_	_	_	_	ss=v.possession	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	book	book	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+15	of	of	ADP	_	_	_	_	_	_	2
+16	shadows	shadow	NOUN	_	_	_	_	_	_	2
+17	II	ii	ADV	_	_	_	_	_	_	2
+18	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	So	so	ADV	_	_	_	_	_	_	*
+21	stoked	stoke	VERB	_	_	_	_	_	ss=v.emotion	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-414
+# sent_counter = 614
+# text = @InuBoA_Kwon i told her you r very lucky to know me in past year ago . i had 1 mention from my fans she said i same characters as @BoA_1105
+1	@InuBoA_Kwon	@inuboa_kwon	PROPN	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	lucky	lucky	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	past	past	ADJ	_	_	_	_	_	_	*
+14	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+15	ago	ago	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	1	1	NUM	_	_	_	_	_	_	*
+20	mention	mention	NOUN	_	_	_	_	_	ss=n.communication	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	fans	fan	NOUN	_	_	_	_	_	ss=n.person	*
+24	she	she	PRON	_	_	_	_	_	_	*
+25	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+26	i	i	PRON	_	_	_	_	_	_	*
+27	same	same	ADJ	_	_	_	_	_	_	*
+28	characters	character	NOUN	_	_	_	_	_	ss=n.attribute	*
+29	as	as	ADP	_	_	_	_	_	_	*
+30	@BoA_1105	@boa_1105	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-415
+# sent_counter = 615
+# text = RT @cstatus : pet peeve when niggas do n't tag albums right ... lowercase track names and shit
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@cstatus	@cstatus	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	pet	pet	NOUN	_	_	_	_	_	ss=n.feeling	1:X
+5	peeve	peeve	NOUN	_	_	_	_	_	_	1
+6	when	when	ADV	_	_	_	_	_	_	*
+7	niggas	nigga	NOUN	_	_	_	_	_	ss=n.person	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	tag	tag	VERB	_	_	_	_	_	ss=v.communication	*
+11	albums	album	NOUN	_	_	_	_	_	ss=n.communication	*
+12	right	right	ADV	_	_	_	_	_	_	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	lowercase	lowercase	ADJ	_	_	_	_	_	_	*
+15	track	track	NOUN	_	_	_	_	_	ss=n.communication	2:X
+16	names	names	NOUN	_	_	_	_	_	_	2
+17	and	and	CCONJ	_	_	_	_	_	_	3:X
+18	shit	shit	NOUN	_	_	_	_	_	_	3
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-416
+# sent_counter = 616
+# text = @WriteRCastle So , when do you start the next book ? Surely you want another bestseller next year !
+1	@WriteRCastle	@writercastle	PROPN	_	_	_	_	_	_	*
+2	So	so	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	start	start	VERB	_	_	_	_	_	ss=v.change	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	next	next	ADJ	_	_	_	_	_	_	*
+10	book	book	NOUN	_	_	_	_	_	ss=n.communication	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	Surely	surely	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+15	another	another	DET	_	_	_	_	_	_	*
+16	bestseller	bestseller	NOUN	_	_	_	_	_	ss=n.communication	*
+17	next	next	ADJ	_	_	_	_	_	_	*
+18	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-417
+# sent_counter = 617
+# text = Next time : cocktails . Yes . Need to get tolerance up again . I have none . ( hills - on own - tomorrow ... 'll be interesting . )
+1	Next	next	ADJ	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	cocktails	cocktail	NOUN	_	_	_	_	_	ss=n.food	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Yes	yes	INTJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Need	need	AUX	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+11	tolerance	tolerance	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	up	up	PART	_	_	_	_	_	_	1
+13	again	again	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+17	none	none	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	(	(	PUNCT	_	_	_	_	_	_	*
+20	hills	hills	PROPN	_	_	_	_	_	ss=n.location	*
+21	-	-	PUNCT	_	_	_	_	_	_	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	own	own	ADJ	_	_	_	_	_	_	*
+24	-	-	PUNCT	_	_	_	_	_	_	*
+25	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	'll	'll	AUX	_	_	_	_	_	_	*
+28	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	interesting	interesting	ADJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+31	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-418
+# sent_counter = 618
+# text = I hate when people do shit like that
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+5	do	do	VERB	_	_	_	_	_	ss=v.social	*
+6	shit	shit	NOUN	_	_	_	_	_	ss=n.act	*
+7	like	like	ADP	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-419
+# sent_counter = 619
+# text = 2 days til #houseofmirrors #houseofmirrors #houseofmirrors #houseofmirrors #houseofmirrors #houseofmirrors #houseofmirrors #houseofmirrors !
+1	2	2	NUM	_	_	_	_	_	_	*
+2	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+3	til	til	ADP	_	_	_	_	_	_	*
+4	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+5	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+6	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+7	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+8	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+9	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+10	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+11	#houseofmirrors	#houseofmirrors	NOUN	_	_	_	_	_	ss=n.communication	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-420
+# sent_counter = 620
+# text = @GuardWifeL @TiffanyGreen48 I 've already #ff'ed her she 's not worthy of two in one day ! Lol
+1	@GuardWifeL	@guardwifel	PROPN	_	_	_	_	_	_	*
+2	@TiffanyGreen48	@tiffanygreen48	PROPN	_	_	_	_	_	ss=n.person	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	already	already	ADV	_	_	_	_	_	_	*
+6	#ff'ed	#ff'ed	VERB	_	_	_	_	_	ss=v.social	*
+7	her	her	PRON	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	not	not	ADV	_	_	_	_	_	_	*
+11	worthy	worthy	ADJ	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	two	two	NUM	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-421
+# sent_counter = 621
+# text = @ginamak I 've had what was purportedly Chicago-style thin crust from a pizzeria in this area before . It was very tasty , but the ...
+1	@ginamak	@ginamak	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	purportedly	purportedly	ADV	_	_	_	_	_	_	*
+8	Chicago-style	chicago-style	ADJ	_	_	_	_	_	ss=n.food	1:X
+9	thin	thin	ADJ	_	_	_	_	_	_	1
+10	crust	crust	NOUN	_	_	_	_	_	_	1
+11	from	from	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	pizzeria	pizzeria	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+17	before	before	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	It	it	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	tasty	tasty	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	but	but	CCONJ	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-422
+# sent_counter = 622
+# text = #oneofmyfollowers has the hoodie I wanna wear tonite . #ohwell
+1	#oneofmyfollowers	#oneofmyfollowers	NOUN	_	_	_	_	_	ss=n.person	*
+2	has	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	hoodie	hoodie	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	wanna	wanna	VERB	_	_	_	_	_	_	*
+7	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+8	tonite	tonite	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	#ohwell	#ohwell	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-423
+# sent_counter = 623
+# text = @Team_Panic omg , i wish i got paid to freak people out . it 's so funny when they think you'r serious . noobs .
+1	@Team_Panic	@team_panic	PROPN	_	_	_	_	_	_	*
+2	omg	omg	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.change	*
+8	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	freak	freak	VERB	_	_	_	_	_	ss=v.emotion	1:X
+11	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+12	out	out	PART	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	funny	funny	ADJ	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+21	you'r	you'r	PRON	_	_	_	_	_	_	*
+22	serious	serious	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	noobs	noobs	NOUN	_	_	_	_	_	ss=n.person	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-424
+# sent_counter = 624
+# text = Polling ends in Bihar today , counting on November 24 http://toi.in/ujtwya
+1	Polling	polling	NOUN	_	_	_	_	_	ss=n.act	*
+2	ends	end	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Bihar	bihar	PROPN	_	_	_	_	_	ss=n.location	*
+5	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	counting	counting	NOUN	_	_	_	_	_	ss=n.act	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+10	24	24	NUM	_	_	_	_	_	_	*
+11	http://toi.in/ujtwya	http://toi.in/ujtwya	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-425
+# sent_counter = 625
+# text = @JoeyImageDotCom black friday i work 2-11 not too bad lol
+1	@JoeyImageDotCom	@joeyimagedotcom	PROPN	_	_	_	_	_	_	*
+2	black	black	NOUN	_	_	_	_	_	ss=n.event	1:X
+3	friday	friday	NOUN	_	_	_	_	_	_	1
+4	i	i	PRON	_	_	_	_	_	_	*
+5	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+6	2-11	2-11	ADJ	_	_	_	_	_	_	*
+7	not	not	ADV	_	_	_	_	_	_	*
+8	too	too	ADV	_	_	_	_	_	_	*
+9	bad	bad	ADJ	_	_	_	_	_	_	*
+10	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-426
+# sent_counter = 626
+# text = @TooSavii4tv alright bro unc said he do n't what time he gonna get there but just stay cus he 's gonna cum
+1	@TooSavii4tv	@toosavii4tv	PROPN	_	_	_	_	_	_	*
+2	alright	alright	INTJ	_	_	_	_	_	_	*
+3	bro	bro	INTJ	_	_	_	_	_	_	*
+4	unc	unc	PROPN	_	_	_	_	_	ss=n.person	*
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	he	he	PRON	_	_	_	_	_	_	*
+12	gonna	gonna	VERB	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+14	there	there	ADV	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+18	cus	cus	ADP	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	's	's	AUX	_	_	_	_	_	_	*
+21	gonna	gonna	VERB	_	_	_	_	_	_	*
+22	cum	cum	VERB	_	_	_	_	_	ss=v.motion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-427
+# sent_counter = 627
+# text = @Kristi_Taylor Going to Windsor tomorrow . Are you free on Sunday ?
+1	@Kristi_Taylor	@kristi_taylor	PROPN	_	_	_	_	_	_	*
+2	Going	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	Windsor	windsor	PROPN	_	_	_	_	_	ss=n.location	*
+5	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	free	free	ADJ	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-428
+# sent_counter = 628
+# text = RT @michael_schlact : " Nobody can go back and start a new beginning , but anyone can start today and make a new ending ."
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@michael_schlact	@michael_schlact	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	Nobody	nobody	NOUN	_	_	_	_	_	_	*
+6	can	can	AUX	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	back	back	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	start	start	VERB	_	_	_	_	_	ss=v.change	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	new	new	ADJ	_	_	_	_	_	_	*
+13	beginning	beginning	NOUN	_	_	_	_	_	ss=n.event	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	anyone	anyone	NOUN	_	_	_	_	_	_	*
+17	can	can	AUX	_	_	_	_	_	_	*
+18	start	start	VERB	_	_	_	_	_	ss=v.change	*
+19	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	new	new	ADJ	_	_	_	_	_	_	*
+24	ending	ending	NOUN	_	_	_	_	_	ss=n.event	*
+25	."	."	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-429
+# sent_counter = 629
+# text = @BeeeestDJ it seems like i gotta ignore you for a whole week . - , - blame yerself for being cheesy .
+1	@BeeeestDJ	@beeeestdj	PROPN	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	seems	seem	VERB	_	_	_	_	_	ss=v.perception	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	gotta	gotta	VERB	_	_	_	_	_	_	*
+7	ignore	ignore	VERB	_	_	_	_	_	ss=v.perception	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	whole	whole	ADJ	_	_	_	_	_	_	*
+12	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	-	-	INTJ	_	_	_	_	_	_	*
+15	,	,	INTJ	_	_	_	_	_	_	*
+16	-	-	INTJ	_	_	_	_	_	_	*
+17	blame	blame	VERB	_	_	_	_	_	ss=v.cognition	*
+18	yerself	yerself	PRON	_	_	_	_	_	_	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	cheesy	cheesy	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-430
+# sent_counter = 630
+# text = Bday party for @SILVRSCREENSTAR then hp6 with my girls to get ready for Sunday !!
+1	Bday	bday	NOUN	_	_	_	_	_	ss=n.event	1:X
+2	party	party	NOUN	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	@SILVRSCREENSTAR	@silvrscreenstar	PROPN	_	_	_	_	_	ss=n.person	*
+5	then	then	ADP	_	_	_	_	_	_	*
+6	hp6	hp6	PROPN	_	_	_	_	_	ss=n.communication	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	2:X
+12	ready	ready	ADJ	_	_	_	_	_	_	2
+13	for	for	ADP	_	_	_	_	_	_	*
+14	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+15	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-431
+# sent_counter = 631
+# text = RT @keytaeonjongmin : @KPOPSHINee sharing a room with onew . so i can see him evertime/day __AND__ so that we can be more closer keke ^^
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@keytaeonjongmin	@keytaeonjongmin	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	@KPOPSHINee	@kpopshinee	PROPN	_	_	_	_	_	_	*
+5	sharing	share	VERB	_	_	_	_	_	ss=v.social	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	onew	onew	PROPN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	see	see	VERB	_	_	_	_	_	ss=v.social	*
+15	him	him	PRON	_	_	_	_	_	_	*
+16	evertime/day	evertime/day	NOUN	_	_	_	_	_	ss=n.time	*
+17	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	that	that	ADP	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	can	can	AUX	_	_	_	_	_	_	*
+22	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	more	more	ADV	_	_	_	_	_	_	*
+24	closer	closer	ADV	_	_	_	_	_	_	*
+25	keke	keke	INTJ	_	_	_	_	_	_	*
+26	^^	^^	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-432
+# sent_counter = 632
+# text = @iHeartHummelToo yeah ! I 've never noticed it before , I 'm sure it must be new :/
+1	@iHeartHummelToo	@ihearthummeltoo	PROPN	_	_	_	_	_	_	*
+2	yeah	yeah	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	never	never	ADV	_	_	_	_	_	_	*
+7	noticed	notice	VERB	_	_	_	_	_	ss=v.perception	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	before	before	ADP	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+13	sure	sure	ADJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	must	must	AUX	_	_	_	_	_	_	*
+16	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	new	new	ADJ	_	_	_	_	_	_	*
+18	:/	:/	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-433
+# sent_counter = 633
+# text = Hanging out with drama tonight to check out his calves
+1	Hanging	hang	VERB	_	_	_	_	_	ss=v.social	1:X
+2	out	out	PART	_	_	_	_	_	_	1
+3	with	with	ADP	_	_	_	_	_	_	*
+4	drama	drama	PROPN	_	_	_	_	_	ss=n.person	*
+5	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	check	check	VERB	_	_	_	_	_	ss=v.perception	2:X
+8	out	out	PART	_	_	_	_	_	_	2
+9	his	his	PRON	_	_	_	_	_	_	*
+10	calves	calf	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-434
+# sent_counter = 634
+# text = @Demi_Louis awwwwwwww go son momma loves you since the day you were born :) #MOMMATWEET
+1	@Demi_Louis	@demi_louis	PROPN	_	_	_	_	_	_	*
+2	awwwwwwww	awwwwwwww	INTJ	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+5	momma	momma	NOUN	_	_	_	_	_	ss=n.person	*
+6	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	since	since	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	were	be	AUX	_	_	_	_	_	_	*
+13	born	bear	VERB	_	_	_	_	_	ss=v.body	*
+14	:)	:)	INTJ	_	_	_	_	_	_	*
+15	#MOMMATWEET	#mommatweet	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-435
+# sent_counter = 635
+# text = Pretty disappointed in the brothers tonight ... 1 . We lost jeopardy and 2 . they 're pissing me off more and more each day .
+1	Pretty	pretty	ADV	_	_	_	_	_	_	*
+2	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	brothers	brother	NOUN	_	_	_	_	_	ss=n.person	*
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	1	1	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	We	we	PRON	_	_	_	_	_	_	*
+11	lost	lose	VERB	_	_	_	_	_	ss=v.competition	*
+12	jeopardy	jeopardy	NOUN	_	_	_	_	_	ss=n.act	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	2	2	NUM	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	're	're	AUX	_	_	_	_	_	_	*
+18	pissing	piss	VERB	_	_	_	_	_	ss=v.emotion	1:X
+19	me	me	PRON	_	_	_	_	_	_	*
+20	off	off	PART	_	_	_	_	_	_	1
+21	more	more	ADV	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	more	more	ADV	_	_	_	_	_	_	*
+24	each	each	DET	_	_	_	_	_	_	*
+25	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-436
+# sent_counter = 636
+# text = @defpenradio @boomkack @ladygaga We 've beeb waiting enthusiastically for half a year . I think its about time . We 're dying . #BornThisWay
+1	@defpenradio	@defpenradio	PROPN	_	_	_	_	_	_	*
+2	@boomkack	@boomkack	PROPN	_	_	_	_	_	_	*
+3	@ladygaga	@ladygaga	PROPN	_	_	_	_	_	_	*
+4	We	we	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	beeb	beeb	VERB	_	_	_	_	_	_	*
+7	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+8	enthusiastically	enthusiastically	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	half	half	ADJ	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+16	its	its	PRON	_	_	_	_	_	_	*
+17	about	about	ADP	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	We	we	PRON	_	_	_	_	_	_	*
+21	're	're	AUX	_	_	_	_	_	_	*
+22	dying	die	VERB	_	_	_	_	_	ss=v.emotion	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	#BornThisWay	#bornthisway	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-437
+# sent_counter = 637
+# text = :) RT @ashtondoyle : I am a total dork . But having Flipboard up on my desk all day makes me happy . http://plixi.com/p/57934009
+1	:)	:)	INTJ	_	_	_	_	_	_	*
+2	RT	rt	X	_	_	_	_	_	_	*
+3	@ashtondoyle	@ashtondoyle	PROPN	_	_	_	_	_	_	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	total	total	ADJ	_	_	_	_	_	_	*
+9	dork	dork	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	But	but	CCONJ	_	_	_	_	_	_	*
+12	having	have	AUX	_	_	_	_	_	_	*
+13	Flipboard	flipboard	VERB	_	_	_	_	_	_	*
+14	up	up	ADP	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	desk	desk	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	all	all	DET	_	_	_	_	_	_	*
+19	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+20	makes	make	VERB	_	_	_	_	_	ss=v.change	*
+21	me	me	PRON	_	_	_	_	_	_	*
+22	happy	happy	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	http://plixi.com/p/57934009	http://plixi.com/p/57934009	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-438
+# sent_counter = 638
+# text = plez check https://owensoto.wordpress.com/ ( my blog ) __AND__ http://www.youtube.com/user/22Soto22?feature=mhum ( my youtube channel ) if u have time
+1	plez	plez	VERB	_	_	_	_	_	ss=v.communication	*
+2	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+3	https://owensoto.wordpress.com/	https://owensoto.wordpress.com/	NOUN	_	_	_	_	_	ss=n.communication	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	blog	blog	NOUN	_	_	_	_	_	ss=n.communication	*
+7	)	)	PUNCT	_	_	_	_	_	_	*
+8	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+9	http://www.youtube.com/user/22Soto22?feature=mhum	http://www.youtube.com/user/22soto22?feature=mhum	X	_	_	_	_	_	_	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	youtube	youtube	PROPN	_	_	_	_	_	ss=n.communication	1:X
+13	channel	channel	NOUN	_	_	_	_	_	_	1
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	if	if	ADP	_	_	_	_	_	_	*
+16	u	u	PRON	_	_	_	_	_	_	*
+17	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-439
+# sent_counter = 639
+# text = @RaqC fo shoooo ! Jajaja luv u girl . How was your day ?
+1	@RaqC	@raqc	PROPN	_	_	_	_	_	_	*
+2	fo	fo	INTJ	_	_	_	_	_	_	*
+3	shoooo	shoooo	INTJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	Jajaja	jajaja	INTJ	_	_	_	_	_	_	*
+6	luv	luv	VERB	_	_	_	_	_	ss=v.emotion	*
+7	u	u	PRON	_	_	_	_	_	_	*
+8	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	How	how	ADV	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-440
+# sent_counter = 640
+# text = RT @mhking : Memphis man shoots teen who refuses to pull up saggy pants http://t.co/wZ0LIUw
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@mhking	@mhking	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Memphis	memphis	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	man	man	NOUN	_	_	_	_	_	_	1
+6	shoots	shoot	VERB	_	_	_	_	_	ss=v.contact	*
+7	teen	teen	NOUN	_	_	_	_	_	ss=n.person	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	refuses	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	pull	pull	VERB	_	_	_	_	_	ss=v.contact	*
+12	up	up	PART	_	_	_	_	_	_	*
+13	saggy	saggy	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+14	pants	pants	NOUN	_	_	_	_	_	_	2
+15	http://t.co/wZ0LIUw	http://t.co/wz0liuw	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-441
+# sent_counter = 641
+# text = hates it when people untag there selfs from pictures that no ones even going to look at ! - . - @_Rhiann
+1	hates	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+5	untag	untag	VERB	_	_	_	_	_	ss=v.communication	*
+6	there	there	PRON	_	_	_	_	_	_	*
+7	selfs	selfs	PRON	_	_	_	_	_	_	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	that	that	ADP	_	_	_	_	_	_	*
+11	no	no	DET	_	_	_	_	_	_	1:X
+12	ones	one	NOUN	_	_	_	_	_	_	1
+13	even	even	ADV	_	_	_	_	_	_	*
+14	going	go	VERB	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	-	-	INTJ	_	_	_	_	_	_	*
+20	.	.	INTJ	_	_	_	_	_	_	*
+21	-	-	INTJ	_	_	_	_	_	_	*
+22	@_Rhiann	@_rhiann	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-442
+# sent_counter = 642
+# text = @Haworthinc Hey there RP ... Hope you 're having a great Monday !... JG
+1	@Haworthinc	@haworthinc	PROPN	_	_	_	_	_	_	*
+2	Hey	hey	INTJ	_	_	_	_	_	_	*
+3	there	there	INTJ	_	_	_	_	_	_	*
+4	RP	rp	PROPN	_	_	_	_	_	ss=n.person	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	Hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	're	're	AUX	_	_	_	_	_	_	*
+9	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+13	!...	!...	PUNCT	_	_	_	_	_	_	*
+14	JG	jg	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-443
+# sent_counter = 643
+# text = A NEW Alcohol energy drink ... which may be banned .. because it causes problems among college students .
+1	A	a	DET	_	_	_	_	_	_	*
+2	NEW	new	ADJ	_	_	_	_	_	_	*
+3	Alcohol	alcohol	NOUN	_	_	_	_	_	ss=n.food	1:X
+4	energy	energy	NOUN	_	_	_	_	_	_	1
+5	drink	drink	NOUN	_	_	_	_	_	_	1
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	which	which	DET	_	_	_	_	_	_	*
+8	may	may	AUX	_	_	_	_	_	_	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	banned	ban	VERB	_	_	_	_	_	ss=v.change	*
+11	..	..	PUNCT	_	_	_	_	_	_	*
+12	because	because	ADP	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	causes	cause	VERB	_	_	_	_	_	ss=v.creation	*
+15	problems	problem	NOUN	_	_	_	_	_	ss=n.state	*
+16	among	among	ADP	_	_	_	_	_	_	*
+17	college	college	NOUN	_	_	_	_	_	ss=n.person	2:X
+18	students	student	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-444
+# sent_counter = 644
+# text = Gonna start my gym back tomorrow !!
+1	Gonna	gonna	VERB	_	_	_	_	_	_	*
+2	start	start	VERB	_	_	_	_	_	ss=v.change	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	gym	gym	NOUN	_	_	_	_	_	ss=n.act	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-445
+# sent_counter = 645
+# text = @TheMichaelSuper good morning ! How are you today ?
+1	@TheMichaelSuper	@themichaelsuper	PROPN	_	_	_	_	_	_	*
+2	good	good	INTJ	_	_	_	_	_	_	*
+3	morning	morning	INTJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	How	how	ADV	_	_	_	_	_	_	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-446
+# sent_counter = 646
+# text = RT @RestaurantsATL : It 's National Taco Day . BOGO FREE tacos at all three Tin Lizzie 's locations ! http://ow.ly/2O5OA #Atlanta ( via @365At ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@RestaurantsATL	@restaurantsatl	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	It	it	PRON	_	_	_	_	_	_	*
+5	's	's	PART	_	_	_	_	_	ss=v.stative	*
+6	National	national	PROPN	_	_	_	_	_	ss=n.event	1:X
+7	Taco	taco	PROPN	_	_	_	_	_	_	1
+8	Day	day	PROPN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	BOGO	bogo	PROPN	_	_	_	_	_	ss=n.possession	2:X
+11	FREE	free	ADJ	_	_	_	_	_	_	2
+12	tacos	taco	NOUN	_	_	_	_	_	ss=n.food	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	three	three	NUM	_	_	_	_	_	_	*
+16	Tin	tin	PROPN	_	_	_	_	_	ss=n.group	3:X
+17	Lizzie	lizzie	PROPN	_	_	_	_	_	_	3
+18	's	's	PART	_	_	_	_	_	_	*
+19	locations	location	NOUN	_	_	_	_	_	ss=n.location	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	http://ow.ly/2O5OA	http://ow.ly/2o5oa	X	_	_	_	_	_	_	*
+22	#Atlanta	#atlanta	NOUN	_	_	_	_	_	ss=n.location	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	via	via	ADP	_	_	_	_	_	_	*
+25	@365At	@365at	PROPN	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-447
+# sent_counter = 647
+# text = Do n't miss out on our Clearance Blowout Sale ! LAST DAY for an additional 15% off on all clearance items - Visit http://bit.ly/clr104
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	ADV	_	_	_	_	_	_	*
+3	miss	miss	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	out	out	PART	_	_	_	_	_	_	1
+5	on	on	ADP	_	_	_	_	_	_	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	Clearance	clearance	ADJ	_	_	_	_	_	ss=n.event	2:X
+8	Blowout	blowout	ADJ	_	_	_	_	_	_	2
+9	Sale	sale	NOUN	_	_	_	_	_	_	2
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	LAST	last	ADJ	_	_	_	_	_	_	*
+12	DAY	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	an	an	DET	_	_	_	_	_	_	*
+15	additional	additional	ADJ	_	_	_	_	_	_	*
+16	15%	15%	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	off	off	ADP	_	_	_	_	_	_	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	clearance	clearance	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+21	items	item	NOUN	_	_	_	_	_	_	3
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	Visit	visit	VERB	_	_	_	_	_	ss=v.communication	*
+24	http://bit.ly/clr104	http://bit.ly/clr104	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-448
+# sent_counter = 648
+# text = matiin lampu , and sleep zz . nite world ! see u tomorrow
+1	matiin	matiin	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	lampu	lampu	PROPN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	sleep	sleep	NOUN	_	_	_	_	_	ss=n.state	*
+6	zz	zz	INTJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	nite	nite	INTJ	_	_	_	_	_	_	*
+9	world	world	INTJ	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+12	u	u	PRON	_	_	_	_	_	_	*
+13	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-449
+# sent_counter = 649
+# text = LOOP PRODUCTION PRESENT !!! **ROCKSTAR**THURSDAY 7 OCT 2010 ONLY @ EQUINOX !!!!!!! INFO 08176595105 http://yfrog.com/j7o94pj .
+1	LOOP	loop	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	PRODUCTION	production	PROPN	_	_	_	_	_	_	1
+3	PRESENT	present	VERB	_	_	_	_	_	ss=v.communication	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+5	**ROCKSTAR**THURSDAY	**rockstar**thursday	X	_	_	_	_	_	_	*
+6	7	7	NUM	_	_	_	_	_	_	*
+7	OCT	oct	PROPN	_	_	_	_	_	ss=n.time	*
+8	2010	2010	NUM	_	_	_	_	_	_	*
+9	ONLY	only	ADV	_	_	_	_	_	_	*
+10	@	@	ADP	_	_	_	_	_	_	*
+11	EQUINOX	equinox	PROPN	_	_	_	_	_	ss=n.group	*
+12	!!!!!!!	!!!!!!!	PUNCT	_	_	_	_	_	_	*
+13	INFO	info	NOUN	_	_	_	_	_	ss=n.communication	*
+14	08176595105	08176595105	NUM	_	_	_	_	_	_	*
+15	http://yfrog.com/j7o94pj	http://yfrog.com/j7o94pj	X	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-450
+# sent_counter = 650
+# text = I 'm stressed at 9am , shopping on my lunch break ..... i ca n't deal w/ this shit today . #retailtherapy
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	stressed	stress	VERB	_	_	_	_	_	ss=v.emotion	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	9am	9am	NUM	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	shopping	shop	VERB	_	_	_	_	_	ss=v.possession	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	1:X
+11	break	break	NOUN	_	_	_	_	_	_	1
+12	.....	.....	PUNCT	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	ca	ca	AUX	_	_	_	_	_	_	*
+15	n't	n't	ADV	_	_	_	_	_	_	*
+16	deal	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+17	w/	w/	ADP	_	_	_	_	_	_	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	shit	shit	NOUN	_	_	_	_	_	ss=n.other	*
+20	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	#retailtherapy	#retailtherapy	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-451
+# sent_counter = 651
+# text = I am in such a good mood , i should probably do my math before my mood changes and i dont want to later ... lol
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	such	such	ADJ	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	mood	mood	NOUN	_	_	_	_	_	ss=n.state	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	should	should	AUX	_	_	_	_	_	_	*
+11	probably	probably	ADV	_	_	_	_	_	_	*
+12	do	do	VERB	_	_	_	_	_	ss=v.cognition	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	math	math	NOUN	_	_	_	_	_	ss=n.act	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	mood	mood	NOUN	_	_	_	_	_	ss=n.state	*
+18	changes	change	VERB	_	_	_	_	_	ss=v.change	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	i	i	PRON	_	_	_	_	_	_	*
+21	dont	dont	VERB	_	_	_	_	_	_	*
+22	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	later	later	ADV	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-452
+# sent_counter = 652
+# text = RT @Daigetsbusi : After @Rob_Manuchi Bday Bash I 'm not doing nothing Else if its local ... Nope
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Daigetsbusi	@daigetsbusi	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	After	after	ADP	_	_	_	_	_	_	*
+5	@Rob_Manuchi	@rob_manuchi	PROPN	_	_	_	_	_	ss=n.person	*
+6	Bday	bday	NOUN	_	_	_	_	_	ss=n.event	1:X
+7	Bash	bash	NOUN	_	_	_	_	_	_	1
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	AUX	_	_	_	_	_	_	*
+10	not	not	ADV	_	_	_	_	_	_	*
+11	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+12	nothing	nothing	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	Else	else	ADV	_	_	_	_	_	_	*
+14	if	if	ADP	_	_	_	_	_	_	*
+15	its	its	PRON	_	_	_	_	_	_	*
+16	local	local	ADJ	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	Nope	nope	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-453
+# sent_counter = 653
+# text = @Jezkwon @kpop_stuff Tweet me a member for picspam . Will do them tomorrow morning . ( :
+1	@Jezkwon	@jezkwon	PROPN	_	_	_	_	_	_	*
+2	@kpop_stuff	@kpop_stuff	PROPN	_	_	_	_	_	_	*
+3	Tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	member	member	NOUN	_	_	_	_	_	ss=n.person	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	picspam	picspam	PROPN	_	_	_	_	_	ss=n.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	Will	will	AUX	_	_	_	_	_	_	*
+11	do	do	VERB	_	_	_	_	_	ss=v.change	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	1:X
+14	morning	morning	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	(	(	INTJ	_	_	_	_	_	_	*
+17	:	:	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-454
+# sent_counter = 654
+# text = Wow , i feel so much better after working out :) so worth it .
+1	Wow	wow	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	feel	feel	VERB	_	_	_	_	_	ss=v.body	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	much	much	ADV	_	_	_	_	_	_	*
+7	better	better	ADJ	_	_	_	_	_	_	*
+8	after	after	ADP	_	_	_	_	_	_	*
+9	working	work	VERB	_	_	_	_	_	ss=v.body	1:X
+10	out	out	PART	_	_	_	_	_	_	1
+11	:)	:)	INTJ	_	_	_	_	_	_	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	worth	worth	ADJ	_	_	_	_	_	_	2:X
+14	it	it	PRON	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-455
+# sent_counter = 655
+# text = RT @treeoflifeceleb : If I knew I should die tomorrow , I would plant a tree today . ~Stephen Girard~ Come to the Tree of Life Celebration ! ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@treeoflifeceleb	@treeoflifeceleb	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	If	if	ADP	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	should	should	AUX	_	_	_	_	_	_	*
+9	die	die	VERB	_	_	_	_	_	ss=v.change	*
+10	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	plant	plant	VERB	_	_	_	_	_	ss=v.contact	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	tree	tree	NOUN	_	_	_	_	_	ss=n.plant	*
+17	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	~Stephen	~stephen	PROPN	_	_	_	_	_	ss=n.person	1:X
+20	Girard~	girard~	PROPN	_	_	_	_	_	_	1
+21	Come	come	VERB	_	_	_	_	_	ss=v.motion	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	Tree	tree	PROPN	_	_	_	_	_	ss=n.event	2:X
+25	of	of	ADP	_	_	_	_	_	_	2
+26	Life	life	NOUN	_	_	_	_	_	_	2
+27	Celebration	celebration	NOUN	_	_	_	_	_	_	2
+28	!	!	PUNCT	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-456
+# sent_counter = 656
+# text = @StarJonesEsq just shocked me for the second time .. she 's a lawyer !? LOL . No tell me it 's April 1st right now .
+1	@StarJonesEsq	@starjonesesq	PROPN	_	_	_	_	_	ss=n.person	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	shocked	shock	VERB	_	_	_	_	_	ss=v.emotion	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	second	second	ADJ	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+9	..	..	PUNCT	_	_	_	_	_	_	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	lawyer	lawyer	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	!?	!?	PUNCT	_	_	_	_	_	_	*
+15	LOL	lol	INTJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	No	no	INTJ	_	_	_	_	_	_	*
+18	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	April	april	PROPN	_	_	_	_	_	ss=n.time	*
+23	1st	1st	NUM	_	_	_	_	_	_	*
+24	right	right	ADV	_	_	_	_	_	_	*
+25	now	now	ADV	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-457
+# sent_counter = 657
+# text = Y iis Love so strong .. y ca n't you say fuck iit when you want too ???
+1	Y	y	ADV	_	_	_	_	_	_	*
+2	iis	iis	VERB	_	_	_	_	_	ss=v.stative	*
+3	Love	love	NOUN	_	_	_	_	_	ss=n.feeling	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	strong	strong	ADJ	_	_	_	_	_	_	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	y	y	ADV	_	_	_	_	_	_	*
+8	ca	ca	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+12	fuck	fuck	INTJ	_	_	_	_	_	_	*
+13	iit	iit	INTJ	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+17	too	too	PART	_	_	_	_	_	_	*
+18	???	???	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-458
+# sent_counter = 658
+# text = This will be a great week hell a great month
+1	This	this	DET	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	week	week	NOUN	_	_	_	_	_	ss=n.event	*
+7	hell	hell	INTJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	month	month	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-459
+# sent_counter = 659
+# text = @MeredithLim No . Tomorrow .
+1	@MeredithLim	@meredithlim	PROPN	_	_	_	_	_	_	*
+2	No	no	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-460
+# sent_counter = 660
+# text = CIty Sponsors Drug Toss To Dispose Of Expired Medications : Louisville and several partners are offering three days ... http://bit.ly/bbUSMP
+1	CIty	city	NOUN	_	_	_	_	_	ss=n.group	*
+2	Sponsors	sponsor	VERB	_	_	_	_	_	ss=v.possession	*
+3	Drug	drug	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	Toss	toss	NOUN	_	_	_	_	_	_	1
+5	To	to	PART	_	_	_	_	_	_	*
+6	Dispose	dispose	VERB	_	_	_	_	_	ss=v.possession	*
+7	Of	of	ADP	_	_	_	_	_	_	*
+8	Expired	expired	ADJ	_	_	_	_	_	_	*
+9	Medications	medication	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	Louisville	louisville	PROPN	_	_	_	_	_	ss=n.group	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	several	several	ADJ	_	_	_	_	_	_	*
+14	partners	partner	NOUN	_	_	_	_	_	ss=n.person	*
+15	are	be	AUX	_	_	_	_	_	_	*
+16	offering	offer	VERB	_	_	_	_	_	ss=v.possession	*
+17	three	three	NUM	_	_	_	_	_	_	*
+18	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	http://bit.ly/bbUSMP	http://bit.ly/bbusmp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-461
+# sent_counter = 661
+# text = October is Breast Cancer Awareness month - a portion of the proceeds from purchase of this beautiful diamond ... http://fb.me/B680RuaH
+1	October	october	PROPN	_	_	_	_	_	ss=n.time	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	Breast	breast	PROPN	_	_	_	_	_	ss=n.time	1:X
+4	Cancer	cancer	PROPN	_	_	_	_	_	_	1
+5	Awareness	awareness	PROPN	_	_	_	_	_	_	1
+6	month	month	NOUN	_	_	_	_	_	_	1
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	portion	portion	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	proceeds	proceeds	NOUN	_	_	_	_	_	ss=n.possession	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	purchase	purchase	NOUN	_	_	_	_	_	ss=n.act	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+18	diamond	diamond	NOUN	_	_	_	_	_	ss=n.natural_object	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	http://fb.me/B680RuaH	http://fb.me/b680ruah	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-462
+# sent_counter = 662
+# text = @Freyza_ oh thats not so bad then ? And , what time do you get off ?
+1	@Freyza_	@freyza_	PROPN	_	_	_	_	_	_	*
+2	oh	oh	INTJ	_	_	_	_	_	_	*
+3	thats	thats	DET	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	bad	bad	ADJ	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+9	And	and	CCONJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+16	off	off	PART	_	_	_	_	_	_	1
+17	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-463
+# sent_counter = 663
+# text = No bike t'day :(
+1	No	no	DET	_	_	_	_	_	_	*
+2	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	t'day	t'day	NOUN	_	_	_	_	_	ss=n.time	*
+4	:(	:(	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-464
+# sent_counter = 664
+# text = @BrianNeudorff I have n't seen it in so long ! I 'm overdue for some thundersnow
+1	@BrianNeudorff	@brianneudorff	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	n't	n't	ADV	_	_	_	_	_	_	*
+5	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	long	long	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+13	overdue	overdue	ADJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	thundersnow	thundersnow	PROPN	_	_	_	_	_	ss=n.phenomenon	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-465
+# sent_counter = 665
+# text = RT @KamilleLeai : Even when u have no job , monday 's still suck lol
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@KamilleLeai	@kamilleleai	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Even	even	ADV	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	u	u	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+8	no	no	DET	_	_	_	_	_	_	*
+9	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	suck	suck	VERB	_	_	_	_	_	ss=v.emotion	*
+15	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-466
+# sent_counter = 666
+# text = corrr about , ' bet id have money then ' obviously its ma bday like i wont get bday money lool some ppl make me lol , hard time these days man
+1	corrr	corrr	NOUN	_	_	_	_	_	_	*
+2	about	about	ADP	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	'	'	PUNCT	_	_	_	_	_	_	*
+5	bet	bet	VERB	_	_	_	_	_	ss=v.cognition	*
+6	id	id	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+8	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+9	then	then	ADV	_	_	_	_	_	_	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	obviously	obviously	ADV	_	_	_	_	_	_	*
+12	its	its	PRON	_	_	_	_	_	_	*
+13	ma	ma	PRON	_	_	_	_	_	_	*
+14	bday	bday	NOUN	_	_	_	_	_	ss=n.event	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	wont	wont	AUX	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+19	bday	bday	NOUN	_	_	_	_	_	ss=n.possession	1:X
+20	money	money	NOUN	_	_	_	_	_	_	1
+21	lool	lool	INTJ	_	_	_	_	_	_	*
+22	some	some	DET	_	_	_	_	_	_	*
+23	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+24	make	make	VERB	_	_	_	_	_	ss=v.social	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	lol	lol	INTJ	_	_	_	_	_	_	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	hard	hard	ADJ	_	_	_	_	_	_	*
+29	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+30	these	these	DET	_	_	_	_	_	_	*
+31	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+32	man	man	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-467
+# sent_counter = 667
+# text = It was just the best day of my life .. thanks to some people and the unknown old lady for sharing her experience __AND__ advice ...
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	thanks	thanks	NOUN	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	unknown	unknown	ADJ	_	_	_	_	_	_	*
+18	old	old	ADJ	_	_	_	_	_	_	*
+19	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	sharing	share	VERB	_	_	_	_	_	ss=v.social	*
+22	her	her	PRON	_	_	_	_	_	_	*
+23	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+25	advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-468
+# sent_counter = 668
+# text = @pegasus_za You 're welcome . Yeah , it 's not a bad day , just feeling a little tired and ill . How 's it going with you ?
+1	@pegasus_za	@pegasus_za	PROPN	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+4	welcome	welcome	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	not	not	ADV	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	bad	bad	ADJ	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	just	just	ADV	_	_	_	_	_	_	*
+16	feeling	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	little	little	ADV	_	_	_	_	_	_	*
+19	tired	tired	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	ill	ill	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	How	how	ADV	_	_	_	_	_	_	*
+24	's	's	AUX	_	_	_	_	_	_	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	going	go	VERB	_	_	_	_	_	ss=v.stative	*
+27	with	with	ADP	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-469
+# sent_counter = 669
+# text = Think I'ma make @GrownWomanStuff have a shoegasm today hahahaha
+1	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+2	I'ma	i'ma	PRON	_	_	_	_	_	_	*
+3	make	make	VERB	_	_	_	_	_	ss=v.change	*
+4	@GrownWomanStuff	@grownwomanstuff	PROPN	_	_	_	_	_	ss=n.person	*
+5	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	shoegasm	shoegasm	NOUN	_	_	_	_	_	ss=n.act	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	hahahaha	hahahaha	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-470
+# sent_counter = 670
+# text = RT @politicalwind : Congress punts tough choice until after election http://bit.ly/aEi59e #oreillyfactor
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@politicalwind	@politicalwind	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Congress	congress	PROPN	_	_	_	_	_	ss=n.group	*
+5	punts	punt	NOUN	_	_	_	_	_	_	*
+6	tough	tough	ADJ	_	_	_	_	_	_	*
+7	choice	choice	NOUN	_	_	_	_	_	ss=n.act	*
+8	until	until	ADP	_	_	_	_	_	_	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	election	election	NOUN	_	_	_	_	_	ss=n.act	*
+11	http://bit.ly/aEi59e	http://bit.ly/aei59e	X	_	_	_	_	_	_	*
+12	#oreillyfactor	#oreillyfactor	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-471
+# sent_counter = 671
+# text = Shower time the flyin pilot I was at last night did n't have no hot water uggghh
+1	Shower	shower	NOUN	_	_	_	_	_	ss=n.event	1:X
+2	time	time	NOUN	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	flyin	flyin	PROPN	_	_	_	_	_	ss=n.location	2:X
+5	pilot	pilot	PROPN	_	_	_	_	_	_	2
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	last	last	ADJ	_	_	_	_	_	_	*
+10	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	ADV	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+14	no	no	DET	_	_	_	_	_	_	*
+15	hot	hot	ADJ	_	_	_	_	_	_	*
+16	water	water	NOUN	_	_	_	_	_	ss=n.substance	*
+17	uggghh	uggghh	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-472
+# sent_counter = 672
+# text = @gabbysueurban WELL seems like you had a fantastic time !!! lol MISSED YAH ! :) ttys
+1	@gabbysueurban	@gabbysueurban	PROPN	_	_	_	_	_	_	*
+2	WELL	well	INTJ	_	_	_	_	_	_	*
+3	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	like	like	ADP	_	_	_	_	_	_	1
+5	you	you	PRON	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+11	lol	lol	INTJ	_	_	_	_	_	_	*
+12	MISSED	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+13	YAH	yah	PRON	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	:)	:)	INTJ	_	_	_	_	_	_	*
+16	ttys	ttys	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-473
+# sent_counter = 673
+# text = enough assassins creed for today , now its time for some homework , and a chocolate milkshake :D
+1	enough	enough	ADV	_	_	_	_	_	_	*
+2	assassins	assassins	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	creed	creed	PROPN	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	its	its	PRON	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	some	some	DET	_	_	_	_	_	_	*
+12	homework	homework	NOUN	_	_	_	_	_	ss=n.act	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	2:X
+17	milkshake	milkshake	NOUN	_	_	_	_	_	_	2
+18	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-474
+# sent_counter = 674
+# text = Most things usually do RT @johncabell Somehow it seems a much more sensible idea when @mccanner suggests it .
+1	Most	most	ADJ	_	_	_	_	_	_	*
+2	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+3	usually	usually	ADV	_	_	_	_	_	_	*
+4	do	do	VERB	_	_	_	_	_	_	*
+5	RT	rt	X	_	_	_	_	_	_	*
+6	@johncabell	@johncabell	PROPN	_	_	_	_	_	_	*
+7	Somehow	somehow	ADV	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	much	much	ADV	_	_	_	_	_	_	*
+12	more	more	ADV	_	_	_	_	_	_	*
+13	sensible	sensible	ADJ	_	_	_	_	_	_	*
+14	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	@mccanner	@mccanner	PROPN	_	_	_	_	_	ss=n.person	*
+17	suggests	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-475
+# sent_counter = 675
+# text = Dude in my group in my Bcom class invited me to an Evangelist revival mass ... FUCKING HATE IT WHEN THEY KNOW I'M PAGAN AND INVITE ME . ANGER .
+1	Dude	dude	NOUN	_	_	_	_	_	ss=n.person	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	Bcom	bcom	NOUN	_	_	_	_	_	ss=n.group	1:X
+8	class	class	NOUN	_	_	_	_	_	_	1
+9	invited	invite	VERB	_	_	_	_	_	ss=v.social	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	Evangelist	evangelist	NOUN	_	_	_	_	_	ss=n.event	2:X
+14	revival	revival	NOUN	_	_	_	_	_	_	2
+15	mass	mass	NOUN	_	_	_	_	_	_	2
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	FUCKING	fucking	ADV	_	_	_	_	_	_	*
+18	HATE	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+19	IT	it	PRON	_	_	_	_	_	_	*
+20	WHEN	when	ADV	_	_	_	_	_	_	*
+21	THEY	they	PRON	_	_	_	_	_	_	*
+22	KNOW	know	VERB	_	_	_	_	_	ss=v.cognition	*
+23	I'M	i'm	PRON	_	_	_	_	_	_	*
+24	PAGAN	pagan	PROPN	_	_	_	_	_	ss=n.person	*
+25	AND	and	CCONJ	_	_	_	_	_	_	*
+26	INVITE	invite	VERB	_	_	_	_	_	ss=v.social	*
+27	ME	me	PRON	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	ANGER	anger	NOUN	_	_	_	_	_	ss=n.feeling	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-476
+# sent_counter = 676
+# text = We should be launching our first street team promotion today . Stay tuned ! http://tinyurl.com/22kset2
+1	We	we	PRON	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	launching	launch	VERB	_	_	_	_	_	ss=v.change	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	first	first	ADJ	_	_	_	_	_	_	*
+7	street	street	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	team	team	NOUN	_	_	_	_	_	_	1
+9	promotion	promotion	NOUN	_	_	_	_	_	_	1
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Stay	stay	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	tuned	tune	VERB	_	_	_	_	_	_	2
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	http://tinyurl.com/22kset2	http://tinyurl.com/22kset2	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-477
+# sent_counter = 677
+# text = Very grateful for another Monday and a new week full of endless possibilities ! Go World !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	grateful	grateful	ADJ	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	another	another	DET	_	_	_	_	_	_	*
+5	Monday	monday	PROPN	_	_	_	_	_	ss=n.event	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	new	new	ADJ	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	ss=n.event	*
+10	full	full	ADJ	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	endless	endless	ADJ	_	_	_	_	_	_	*
+13	possibilities	possibility	NOUN	_	_	_	_	_	ss=n.other	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	Go	go	VERB	_	_	_	_	_	_	*
+16	World	world	NOUN	_	_	_	_	_	ss=n.natural_object	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-478
+# sent_counter = 678
+# text = SCORES WEEK #4 http://bit.ly/cDuurY
+1	SCORES	scores	NOUN	_	_	_	_	_	ss=n.quantity	*
+2	WEEK	week	NOUN	_	_	_	_	_	ss=n.time	*
+3	#4	#4	X	_	_	_	_	_	_	*
+4	http://bit.ly/cDuurY	http://bit.ly/cduury	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-479
+# sent_counter = 679
+# text = New Hannah Montana tonight !!! :D wow I 'm way to excited are n't I ?
+1	New	new	ADJ	_	_	_	_	_	_	*
+2	Hannah	hannah	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	Montana	montana	PROPN	_	_	_	_	_	_	1
+4	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+6	:D	:d	INTJ	_	_	_	_	_	_	*
+7	wow	wow	INTJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+10	way	way	ADV	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	excited	excited	ADJ	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	n't	n't	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-480
+# sent_counter = 680
+# text = tomorrow no school for me but I 'm so anxious beacuse of tomorrow omg :/
+1	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+2	no	no	DET	_	_	_	_	_	_	*
+3	school	school	NOUN	_	_	_	_	_	ss=n.event	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	anxious	anxious	ADJ	_	_	_	_	_	_	*
+11	beacuse	beacuse	ADP	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+14	omg	omg	INTJ	_	_	_	_	_	_	*
+15	:/	:/	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-481
+# sent_counter = 681
+# text = Happy 1 month anniversary to my wonderful wife @lizwoodring !!!
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	1	1	NUM	_	_	_	_	_	ss=n.event	1:X
+3	month	month	NOUN	_	_	_	_	_	_	1
+4	anniversary	anniversary	NOUN	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+8	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+9	@lizwoodring	@lizwoodring	PROPN	_	_	_	_	_	ss=n.person	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-482
+# sent_counter = 682
+# text = I finished it before the bell rang , just after the bell started ringing ..! I sware !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	before	before	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	bell	bell	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	rang	ring	VERB	_	_	_	_	_	ss=v.perception	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	after	after	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	bell	bell	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	started	start	VERB	_	_	_	_	_	ss=v.change	*
+14	ringing	ring	VERB	_	_	_	_	_	ss=v.perception	*
+15	..!	..!	PUNCT	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	sware	sware	VERB	_	_	_	_	_	ss=v.communication	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-483
+# sent_counter = 683
+# text = @biancalilly ahaha ! Omg Bianca , that made my day !
+1	@biancalilly	@biancalilly	PROPN	_	_	_	_	_	_	*
+2	ahaha	ahaha	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	Omg	omg	INTJ	_	_	_	_	_	_	*
+5	Bianca	bianca	PROPN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	made	make	VERB	_	_	_	_	_	ss=v.social	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-484
+# sent_counter = 684
+# text = all night email-athon ! really need to catch up - if you 've been waiting for a reply all summer tonight is YOUR night !
+1	all	all	DET	_	_	_	_	_	_	*
+2	night	night	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	email-athon	email-athon	NOUN	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	need	need	AUX	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	catch	catch	VERB	_	_	_	_	_	ss=v.change	2:X
+9	up	up	PART	_	_	_	_	_	_	2
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	if	if	ADP	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	've	've	AUX	_	_	_	_	_	_	*
+14	been	be	AUX	_	_	_	_	_	_	*
+15	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	reply	reply	NOUN	_	_	_	_	_	ss=n.communication	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	summer	summer	NOUN	_	_	_	_	_	ss=n.time	*
+21	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	YOUR	your	PRON	_	_	_	_	_	_	*
+24	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-485
+# sent_counter = 685
+# text = RT @Yale : RT @YaleSOM : Will government or markets finance sustainability ? A free webinar on Oct . 6 . http://bit.ly/YaleSOMwebinar
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Yale	@yale	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@YaleSOM	@yalesom	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Will	will	AUX	_	_	_	_	_	_	*
+8	government	government	NOUN	_	_	_	_	_	ss=n.group	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	markets	market	NOUN	_	_	_	_	_	ss=n.group	*
+11	finance	finance	VERB	_	_	_	_	_	ss=v.possession	*
+12	sustainability	sustainability	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+14	A	a	DET	_	_	_	_	_	_	*
+15	free	free	ADJ	_	_	_	_	_	_	*
+16	webinar	webinar	NOUN	_	_	_	_	_	ss=n.act	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	Oct	oct	PROPN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	6	6	NUM	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	http://bit.ly/YaleSOMwebinar	http://bit.ly/yalesomwebinar	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-486
+# sent_counter = 686
+# text = RT @UWEauClaire : It 's Fire Prevention Week 2010 . Review these home prevention guidelines http://bit.ly/ahmX6b and watch this video http : ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@UWEauClaire	@uweauclaire	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	It	it	PRON	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	Fire	fire	PROPN	_	_	_	_	_	ss=n.event	1:X
+7	Prevention	prevention	PROPN	_	_	_	_	_	_	1
+8	Week	week	PROPN	_	_	_	_	_	_	1
+9	2010	2010	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Review	review	VERB	_	_	_	_	_	ss=v.cognition	*
+12	these	these	DET	_	_	_	_	_	_	*
+13	home	home	NOUN	_	_	_	_	_	ss=n.communication	2:X
+14	prevention	prevention	NOUN	_	_	_	_	_	_	2
+15	guidelines	guideline	NOUN	_	_	_	_	_	_	2
+16	http://bit.ly/ahmX6b	http://bit.ly/ahmx6b	X	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+21	http	http	X	_	_	_	_	_	_	*
+22	:	:	PUNCT	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-487
+# sent_counter = 687
+# text = Part of me always thinks life will slow down in the fall , but it feels far from it ! Time to sync up my calendars soon
+1	Part	part	NOUN	_	_	_	_	_	ss=n.quantity	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	thinks	think	VERB	_	_	_	_	_	ss=v.cognition	*
+6	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	slow	slow	VERB	_	_	_	_	_	ss=v.change	1:X
+9	down	down	PART	_	_	_	_	_	_	1
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	fall	fall	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	feels	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+17	far	far	ADV	_	_	_	_	_	_	*
+18	from	from	ADP	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	Time	time	NOUN	_	_	_	_	_	ss=n.event	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	sync	sync	VERB	_	_	_	_	_	ss=v.change	2:X
+24	up	up	PART	_	_	_	_	_	_	2
+25	my	my	PRON	_	_	_	_	_	_	*
+26	calendars	calendar	NOUN	_	_	_	_	_	ss=n.time	*
+27	soon	soon	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-488
+# sent_counter = 688
+# text = y'all care if I do a countdown to #wku homecoming ? ok , no ? 26 days
+1	y'all	y'all	PRON	_	_	_	_	_	_	*
+2	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+3	if	if	ADP	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	do	do	VERB	_	_	_	_	_	ss=v.creation	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	countdown	countdown	NOUN	_	_	_	_	_	ss=n.act	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	#wku	#wku	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	homecoming	homecoming	NOUN	_	_	_	_	_	_	1
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	ok	ok	INTJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	no	no	INTJ	_	_	_	_	_	_	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	26	26	NUM	_	_	_	_	_	_	*
+17	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-489
+# sent_counter = 689
+# text = Volleyball player Stephanie Rogers and cross country runner Matt Brooker named Cedarville SUBWAY Athetes of the Week ( 9/26-10/2) .
+1	Volleyball	volleyball	NOUN	_	_	_	_	_	ss=n.person	1:X
+2	player	player	NOUN	_	_	_	_	_	_	1
+3	Stephanie	stephanie	PROPN	_	_	_	_	_	_	1
+4	Rogers	rogers	PROPN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	cross	cross	NOUN	_	_	_	_	_	ss=n.person	2:X
+7	country	country	NOUN	_	_	_	_	_	_	2
+8	runner	runner	NOUN	_	_	_	_	_	_	2
+9	Matt	matt	PROPN	_	_	_	_	_	_	2
+10	Brooker	brooker	PROPN	_	_	_	_	_	_	2
+11	named	name	VERB	_	_	_	_	_	ss=v.communication	*
+12	Cedarville	cedarville	PROPN	_	_	_	_	_	ss=n.attribute	3:X
+13	SUBWAY	subway	PROPN	_	_	_	_	_	_	3
+14	Athetes	athetes	PROPN	_	_	_	_	_	_	3
+15	of	of	ADP	_	_	_	_	_	_	3
+16	the	the	DET	_	_	_	_	_	_	3
+17	Week	week	NOUN	_	_	_	_	_	_	3
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	9/26-10/2)	9/26-10/2)	NUM	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-490
+# sent_counter = 690
+# text = ... Good day at school ,! Getting the bus home from school was even funnyer :D xHahaa !! ;) x
+1	...	...	PUNCT	_	_	_	_	_	_	*
+2	Good	good	ADJ	_	_	_	_	_	_	*
+3	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+6	,!	,!	PUNCT	_	_	_	_	_	_	*
+7	Getting	get	VERB	_	_	_	_	_	ss=v.motion	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	even	even	ADV	_	_	_	_	_	_	*
+15	funnyer	funny	ADJ	_	_	_	_	_	_	*
+16	:D	:d	INTJ	_	_	_	_	_	_	*
+17	xHahaa	xhahaa	INTJ	_	_	_	_	_	_	*
+18	!!	!!	PUNCT	_	_	_	_	_	_	*
+19	;)	;)	INTJ	_	_	_	_	_	_	*
+20	x	x	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-491
+# sent_counter = 691
+# text = @ms_gee Happy B Day ...
+1	@ms_gee	@ms_gee	PROPN	_	_	_	_	_	_	*
+2	Happy	happy	ADJ	_	_	_	_	_	_	*
+3	B	b	NOUN	_	_	_	_	_	ss=n.event	1:X
+4	Day	day	NOUN	_	_	_	_	_	_	1
+5	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-492
+# sent_counter = 692
+# text = @enaj @autoclavicle we saw one last Sun morn in St Paul . Only time I thought it could be fun . Brunch crawl .
+1	@enaj	@enaj	PROPN	_	_	_	_	_	_	*
+2	@autoclavicle	@autoclavicle	PROPN	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	last	last	ADJ	_	_	_	_	_	_	*
+7	Sun	sun	PROPN	_	_	_	_	_	ss=n.time	1:X
+8	morn	morn	NOUN	_	_	_	_	_	_	1
+9	in	in	ADP	_	_	_	_	_	_	*
+10	St	st	PROPN	_	_	_	_	_	ss=n.location	2:X
+11	Paul	paul	PROPN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Only	only	ADJ	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	could	could	AUX	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	fun	fun	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Brunch	brunch	NOUN	_	_	_	_	_	ss=n.act	3:X
+23	crawl	crawl	NOUN	_	_	_	_	_	_	3
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-493
+# sent_counter = 693
+# text = FUCK 3D !!!! They going to remake every single one of the starwars movies in 3D and show new one every year from 2012 till 2017 . FUCK YOU 3D !
+1	FUCK	fuck	VERB	_	_	_	_	_	ss=v.emotion	*
+2	3D	3d	NOUN	_	_	_	_	_	ss=n.communication	*
+3	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+4	They	they	PRON	_	_	_	_	_	_	*
+5	going	go	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	remake	remake	VERB	_	_	_	_	_	ss=v.creation	*
+8	every	every	DET	_	_	_	_	_	_	*
+9	single	single	ADJ	_	_	_	_	_	_	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	starwars	starwars	PROPN	_	_	_	_	_	ss=n.communication	2:X
+14	movies	movie	NOUN	_	_	_	_	_	_	2
+15	in	in	ADP	_	_	_	_	_	_	*
+16	3D	3d	NUM	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	show	show	VERB	_	_	_	_	_	ss=v.communication	*
+19	new	new	ADJ	_	_	_	_	_	_	*
+20	one	one	NUM	_	_	_	_	_	_	*
+21	every	every	DET	_	_	_	_	_	_	*
+22	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+23	from	from	ADP	_	_	_	_	_	_	*
+24	2012	2012	NUM	_	_	_	_	_	_	*
+25	till	till	ADP	_	_	_	_	_	_	*
+26	2017	2017	NUM	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+28	FUCK	fuck	VERB	_	_	_	_	_	ss=v.emotion	*
+29	YOU	you	PRON	_	_	_	_	_	_	*
+30	3D	3d	NOUN	_	_	_	_	_	ss=n.communication	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-494
+# sent_counter = 694
+# text = RT @malikismusic : #TEAMPOSITIVITY ALL DAY !!!! RETWEET !!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@malikismusic	@malikismusic	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#TEAMPOSITIVITY	#teampositivity	X	_	_	_	_	_	_	*
+5	ALL	all	DET	_	_	_	_	_	_	*
+6	DAY	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+8	RETWEET	retweet	VERB	_	_	_	_	_	ss=v.communication	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-495
+# sent_counter = 695
+# text = Tomorrow is the last day to join our team as we " Race for the Cure "!! Please follow the instructions below to ... http://fb.me/HdvXNndg
+1	Tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	last	last	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	join	join	VERB	_	_	_	_	_	ss=v.social	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+10	as	as	ADP	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	Race	race	VERB	_	_	_	_	_	ss=v.competition	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Cure	cure	NOUN	_	_	_	_	_	ss=n.other	*
+17	"!!	"!!	PUNCT	_	_	_	_	_	_	*
+18	Please	please	VERB	_	_	_	_	_	_	*
+19	follow	follow	VERB	_	_	_	_	_	ss=v.cognition	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	instructions	instructions	NOUN	_	_	_	_	_	ss=n.communication	*
+22	below	below	ADP	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://fb.me/HdvXNndg	http://fb.me/hdvxnndg	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-496
+# sent_counter = 696
+# text = @Exclusively_T it came on my pandora today tho loser so I tweeted it , nobody stuntin yo tweet
+1	@Exclusively_T	@exclusively_t	PROPN	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	pandora	pandora	PROPN	_	_	_	_	_	ss=n.artifact	*
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+8	tho	tho	ADV	_	_	_	_	_	_	*
+9	loser	loser	NOUN	_	_	_	_	_	ss=n.person	*
+10	so	so	ADP	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	tweeted	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	nobody	nobody	NOUN	_	_	_	_	_	_	*
+16	stuntin	stuntin	VERB	_	_	_	_	_	ss=v.communication	*
+17	yo	yo	PRON	_	_	_	_	_	_	*
+18	tweet	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-497
+# sent_counter = 697
+# text = well i will be back later no doubt , its feeding time at the zoo !! See 'll later ! xx
+1	well	well	INTJ	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	later	later	ADV	_	_	_	_	_	_	*
+7	no	no	DET	_	_	_	_	_	ss=n.cognition	1:X
+8	doubt	doubt	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	its	its	PRON	_	_	_	_	_	_	*
+11	feeding	feed	VERB	_	_	_	_	_	ss=n.event	2:X
+12	time	time	NOUN	_	_	_	_	_	_	2
+13	at	at	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	zoo	zoo	NOUN	_	_	_	_	_	ss=n.location	*
+16	!!	!!	PUNCT	_	_	_	_	_	_	*
+17	See	see	VERB	_	_	_	_	_	ss=v.perception	*
+18	'll	'll	PRON	_	_	_	_	_	_	*
+19	later	later	ADV	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+21	xx	xx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-498
+# sent_counter = 698
+# text = It 's time to leave . Thanks for the roller coaster ride it 's been interesting but excruciatingly painful !!
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	Thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	roller	roller	NOUN	_	_	_	_	_	ss=n.act	1:X
+11	coaster	coaster	NOUN	_	_	_	_	_	_	1
+12	ride	ride	NOUN	_	_	_	_	_	_	1
+13	it	it	PRON	_	_	_	_	_	_	*
+14	's	's	AUX	_	_	_	_	_	_	*
+15	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	interesting	interesting	ADJ	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	excruciatingly	excruciatingly	ADV	_	_	_	_	_	_	*
+19	painful	painful	ADJ	_	_	_	_	_	_	*
+20	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-499
+# sent_counter = 699
+# text = @paulwalk It 's the view from where I 'm living for two weeks . Empire State Building = ESB . Pretty bad storm here last evening .
+1	@paulwalk	@paulwalk	PROPN	_	_	_	_	_	_	*
+2	It	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	view	view	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	where	where	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	AUX	_	_	_	_	_	_	*
+10	living	live	VERB	_	_	_	_	_	ss=v.stative	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	two	two	NUM	_	_	_	_	_	_	*
+13	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Empire	empire	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+16	State	state	PROPN	_	_	_	_	_	_	1
+17	Building	building	PROPN	_	_	_	_	_	_	1
+18	=	=	X	_	_	_	_	_	_	*
+19	ESB	esb	PROPN	_	_	_	_	_	ss=n.artifact	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	Pretty	pretty	ADV	_	_	_	_	_	_	*
+22	bad	bad	ADJ	_	_	_	_	_	_	*
+23	storm	storm	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+24	here	here	ADV	_	_	_	_	_	_	*
+25	last	last	ADJ	_	_	_	_	_	_	*
+26	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-500
+# sent_counter = 700
+# text = Small Biz Tech Tour 2010 Launches Five City Tour MONTCLAIR N.J. ...: The all day event features America's... http://tinyurl.com/28hd9fu #fb
+1	Small	small	ADJ	_	_	_	_	_	ss=n.event	1:X
+2	Biz	biz	PROPN	_	_	_	_	_	_	1
+3	Tech	tech	PROPN	_	_	_	_	_	_	1
+4	Tour	tour	PROPN	_	_	_	_	_	_	1
+5	2010	2010	NUM	_	_	_	_	_	_	*
+6	Launches	launch	VERB	_	_	_	_	_	ss=v.creation	*
+7	Five	five	NUM	_	_	_	_	_	ss=n.event	2:X
+8	City	city	NOUN	_	_	_	_	_	_	2
+9	Tour	tour	NOUN	_	_	_	_	_	_	2
+10	MONTCLAIR	montclair	PROPN	_	_	_	_	_	ss=n.location	*
+11	N.J.	n.j.	PROPN	_	_	_	_	_	ss=n.location	*
+12	...:	...:	PUNCT	_	_	_	_	_	_	*
+13	The	the	DET	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	ss=n.event	3:X
+15	day	day	NOUN	_	_	_	_	_	_	3
+16	event	event	NOUN	_	_	_	_	_	_	3
+17	features	feature	VERB	_	_	_	_	_	ss=v.social	*
+18	America's...	america's...	PROPN	_	_	_	_	_	ss=n.group	*
+19	http://tinyurl.com/28hd9fu	http://tinyurl.com/28hd9fu	X	_	_	_	_	_	_	*
+20	#fb	#fb	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-501
+# sent_counter = 701
+# text = @MiSS_SOTO I think that 's when I 'm gonna be there
+1	@MiSS_SOTO	@miss_soto	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	AUX	_	_	_	_	_	_	*
+9	gonna	gonna	AUX	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	there	there	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-502
+# sent_counter = 702
+# text = On Thanksgiving after you done eating its #TimeToGetOut unless you wanna help with the dishes
+1	On	on	ADP	_	_	_	_	_	_	*
+2	Thanksgiving	thanksgiving	PROPN	_	_	_	_	_	ss=n.event	*
+3	after	after	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	done	do	VERB	_	_	_	_	_	ss=v.change	*
+6	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+7	its	its	PRON	_	_	_	_	_	_	*
+8	#TimeToGetOut	#timetogetout	NOUN	_	_	_	_	_	ss=n.time	*
+9	unless	unless	ADP	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	wanna	wanna	VERB	_	_	_	_	_	ss=v.emotion	*
+12	help	help	VERB	_	_	_	_	_	ss=v.contact	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	dishes	dish	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-503
+# sent_counter = 703
+# text = RT @robmoysey Eyeopener vs . Ryerson Quidditch team this Sunday at 4 p.m. Anyone know where to get cheap brooms ? #Ryerson @RUQuidditch #Rams
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@robmoysey	@robmoysey	PROPN	_	_	_	_	_	_	*
+3	Eyeopener	eyeopener	PROPN	_	_	_	_	_	ss=n.group	*
+4	vs	vs	CCONJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Ryerson	ryerson	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Quidditch	quidditch	NOUN	_	_	_	_	_	_	1
+8	team	team	NOUN	_	_	_	_	_	_	1
+9	this	this	DET	_	_	_	_	_	_	*
+10	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	4	4	NUM	_	_	_	_	_	ss=n.time	2:X
+13	p.m.	p.m.	NOUN	_	_	_	_	_	_	2
+14	Anyone	anyone	NOUN	_	_	_	_	_	_	*
+15	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+16	where	where	ADV	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+19	cheap	cheap	ADJ	_	_	_	_	_	_	*
+20	brooms	broom	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+22	#Ryerson	#ryerson	NOUN	_	_	_	_	_	_	*
+23	@RUQuidditch	@ruquidditch	PROPN	_	_	_	_	_	_	*
+24	#Rams	#rams	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-504
+# sent_counter = 704
+# text = RT @ZodiacFacts : #ZodiacFacts As an #Aries romance is n't about what you 're after -- it 's about taking chances , exploring and keeping an ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ZodiacFacts	@zodiacfacts	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#ZodiacFacts	#zodiacfacts	NOUN	_	_	_	_	_	_	*
+5	As	as	ADP	_	_	_	_	_	_	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	#Aries	#aries	NOUN	_	_	_	_	_	ss=n.person	*
+8	romance	romance	NOUN	_	_	_	_	_	ss=n.feeling	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	n't	n't	ADV	_	_	_	_	_	_	*
+11	about	about	ADP	_	_	_	_	_	_	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+15	after	after	ADP	_	_	_	_	_	_	*
+16	--	--	PUNCT	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	's	's	AUX	_	_	_	_	_	_	*
+19	about	about	ADP	_	_	_	_	_	_	*
+20	taking	take	VERB	_	_	_	_	_	ss=v.social	*
+21	chances	chance	NOUN	_	_	_	_	_	ss=n.act	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	exploring	explore	VERB	_	_	_	_	_	ss=v.cognition	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	*
+26	an	an	DET	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-505
+# sent_counter = 705
+# text = ThAnK gOd ItS fRiDaY !!
+1	ThAnK	thank	VERB	_	_	_	_	_	ss=v.communication	*
+2	gOd	god	PROPN	_	_	_	_	_	ss=n.person	*
+3	ItS	its	PRON	_	_	_	_	_	_	*
+4	fRiDaY	friday	PROPN	_	_	_	_	_	ss=n.time	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-506
+# sent_counter = 706
+# text = I think that today the party has been canceled makes too much air in the street loll . miss u twitfriends . xx
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	party	party	NOUN	_	_	_	_	_	ss=n.event	*
+7	has	have	AUX	_	_	_	_	_	_	*
+8	been	be	AUX	_	_	_	_	_	_	*
+9	canceled	cancel	VERB	_	_	_	_	_	ss=v.change	*
+10	makes	make	VERB	_	_	_	_	_	ss=v.creation	*
+11	too	too	ADV	_	_	_	_	_	_	*
+12	much	much	ADV	_	_	_	_	_	_	*
+13	air	air	NOUN	_	_	_	_	_	ss=n.substance	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+17	loll	loll	INTJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+20	u	u	PRON	_	_	_	_	_	_	*
+21	twitfriends	twitfriends	NOUN	_	_	_	_	_	ss=n.person	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	xx	xx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-507
+# sent_counter = 707
+# text = Gotta dress up for london fashion week and party in style !
+1	Gotta	gotta	VERB	_	_	_	_	_	ss=v.emotion	*
+2	dress	dress	VERB	_	_	_	_	_	ss=v.body	1:X
+3	up	up	PART	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	london	london	PROPN	_	_	_	_	_	ss=n.event	2:X
+6	fashion	fashion	NOUN	_	_	_	_	_	_	2
+7	week	week	NOUN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	party	party	VERB	_	_	_	_	_	ss=v.social	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-508
+# sent_counter = 708
+# text = @rattleknackers amusing ? This is some of the greatest music of all time , my foot has n't stopped tapping all night
+1	@rattleknackers	@rattleknackers	PROPN	_	_	_	_	_	ss=n.group	*
+2	amusing	amusing	ADJ	_	_	_	_	_	_	*
+3	?	?	PUNCT	_	_	_	_	_	_	*
+4	This	this	DET	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	greatest	greatest	ADJ	_	_	_	_	_	_	*
+10	music	music	NOUN	_	_	_	_	_	ss=n.communication	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	all	all	DET	_	_	_	_	_	_	*
+13	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	foot	foot	NOUN	_	_	_	_	_	ss=n.body	*
+17	has	have	AUX	_	_	_	_	_	_	*
+18	n't	n't	ADV	_	_	_	_	_	_	*
+19	stopped	stop	VERB	_	_	_	_	_	ss=v.change	*
+20	tapping	tap	VERB	_	_	_	_	_	ss=v.motion	*
+21	all	all	DET	_	_	_	_	_	_	*
+22	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-509
+# sent_counter = 709
+# text = @aplusk http://www.youtube.com/watch?v=eLMui7zBiXo we beat kilkenny after they beat us for the last 4 years in the hurling . Woo !!!
+1	@aplusk	@aplusk	PROPN	_	_	_	_	_	_	*
+2	http://www.youtube.com/watch?v=eLMui7zBiXo	http://www.youtube.com/watch?v=elmui7zbixo	X	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	beat	beat	VERB	_	_	_	_	_	ss=v.competition	*
+5	kilkenny	kilkenny	PROPN	_	_	_	_	_	ss=n.group	*
+6	after	after	ADP	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	beat	beat	VERB	_	_	_	_	_	ss=v.competition	*
+9	us	us	PRON	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	last	last	ADJ	_	_	_	_	_	_	*
+13	4	4	NUM	_	_	_	_	_	_	*
+14	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	hurling	hurling	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Woo	woo	INTJ	_	_	_	_	_	_	*
+20	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-510
+# sent_counter = 710
+# text = @MakethisRalate good luck at Elliot Miner :D yous were greaaaat tonight &lt; 3 xx
+1	@MakethisRalate	@makethisralate	PROPN	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	1:X
+3	luck	luck	NOUN	_	_	_	_	_	_	1
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Elliot	elliot	PROPN	_	_	_	_	_	ss=n.group	2:X
+6	Miner	miner	PROPN	_	_	_	_	_	_	2
+7	:D	:d	INTJ	_	_	_	_	_	_	*
+8	yous	yous	PRON	_	_	_	_	_	_	*
+9	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	greaaaat	greaaaat	ADJ	_	_	_	_	_	_	*
+11	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+12	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+13	3	3	INTJ	_	_	_	_	_	_	*
+14	xx	xx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-511
+# sent_counter = 711
+# text = @snufflesgirl25 @mo9x Well . just beg @100monkeysmusic .. PLEASE come to the #SBLeurope Next year !. We need you there ! *puss in boots eyes*
+1	@snufflesgirl25	@snufflesgirl25	PROPN	_	_	_	_	_	_	*
+2	@mo9x	@mo9x	PROPN	_	_	_	_	_	_	*
+3	Well	well	INTJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	beg	beg	VERB	_	_	_	_	_	ss=v.communication	*
+7	@100monkeysmusic	@100monkeysmusic	PROPN	_	_	_	_	_	ss=n.person	*
+8	..	..	PUNCT	_	_	_	_	_	_	*
+9	PLEASE	please	VERB	_	_	_	_	_	_	*
+10	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	#SBLeurope	#sbleurope	NOUN	_	_	_	_	_	ss=n.event	*
+14	Next	next	ADJ	_	_	_	_	_	_	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	!.	!.	PUNCT	_	_	_	_	_	_	*
+17	We	we	PRON	_	_	_	_	_	_	*
+18	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	there	there	ADV	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+22	*puss	*puss	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+23	in	in	ADP	_	_	_	_	_	_	1
+24	boots	boot	NOUN	_	_	_	_	_	_	1
+25	eyes*	eyes*	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-512
+# sent_counter = 712
+# text = Kk its 22:48 friday nyt :D really tired so imma go to sleep :) good nyt x god bles xxxxx
+1	Kk	kk	INTJ	_	_	_	_	_	_	*
+2	its	its	PRON	_	_	_	_	_	_	*
+3	22:48	22:48	NUM	_	_	_	_	_	_	*
+4	friday	friday	PROPN	_	_	_	_	_	ss=n.time	1:X
+5	nyt	nyt	NOUN	_	_	_	_	_	_	1
+6	:D	:d	INTJ	_	_	_	_	_	_	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	tired	tired	ADJ	_	_	_	_	_	_	*
+9	so	so	ADP	_	_	_	_	_	_	*
+10	imma	imma	PRON	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.body	2:X
+12	to	to	PART	_	_	_	_	_	_	*
+13	sleep	sleep	VERB	_	_	_	_	_	_	2
+14	:)	:)	INTJ	_	_	_	_	_	_	*
+15	good	good	ADJ	_	_	_	_	_	ss=n.communication	3:X
+16	nyt	nyt	NOUN	_	_	_	_	_	_	3
+17	x	x	INTJ	_	_	_	_	_	_	*
+18	god	god	PROPN	_	_	_	_	_	ss=n.communication	4:X
+19	bles	bles	VERB	_	_	_	_	_	_	4
+20	xxxxx	xxxxx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-513
+# sent_counter = 713
+# text = @ConorMc_Ginty GaGa played here a few weeks back . She spoke out against SB1070 during the show . God bless her for that .
+1	@ConorMc_Ginty	@conormc_ginty	PROPN	_	_	_	_	_	_	*
+2	GaGa	gaga	PROPN	_	_	_	_	_	ss=n.person	*
+3	played	play	VERB	_	_	_	_	_	ss=v.creation	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	few	few	ADJ	_	_	_	_	_	_	*
+7	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+8	back	back	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	She	she	PRON	_	_	_	_	_	_	*
+11	spoke	speak	VERB	_	_	_	_	_	ss=v.communication	1:X
+12	out	out	PART	_	_	_	_	_	_	1
+13	against	against	ADP	_	_	_	_	_	_	*
+14	SB1070	sb1070	PROPN	_	_	_	_	_	ss=n.group	*
+15	during	during	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	God	god	PROPN	_	_	_	_	_	ss=n.person	*
+20	bless	bless	VERB	_	_	_	_	_	ss=v.communication	*
+21	her	her	PRON	_	_	_	_	_	_	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-514
+# sent_counter = 714
+# text = @DaylySpecialz im doin good , just maxin & relaxin on my day off ... i have a 4 day stetch startin tomorrow .
+1	@DaylySpecialz	@daylyspecialz	PROPN	_	_	_	_	_	_	*
+2	im	im	PRON	_	_	_	_	_	_	*
+3	doin	doin	VERB	_	_	_	_	_	ss=v.emotion	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	maxin	maxin	VERB	_	_	_	_	_	ss=v.body	*
+8	&	&	CCONJ	_	_	_	_	_	_	*
+9	relaxin	relaxin	VERB	_	_	_	_	_	ss=v.body	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.event	1:X
+13	off	off	ADP	_	_	_	_	_	_	1
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	4	4	NUM	_	_	_	_	_	_	*
+19	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+20	stetch	stetch	NOUN	_	_	_	_	_	ss=n.act	*
+21	startin	startin	VERB	_	_	_	_	_	ss=v.change	*
+22	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-515
+# sent_counter = 715
+# text = I just took " After getting trampled at a Justin Bieber concert , yoiu wake up and ..." and got : Part 6 :) ! Try it : http://tinyurl.com/26zeju5
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.perception	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	After	after	ADP	_	_	_	_	_	_	*
+6	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+7	trampled	trample	VERB	_	_	_	_	_	ss=v.body	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	Justin	justin	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	Bieber	bieber	PROPN	_	_	_	_	_	_	1
+12	concert	concert	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	yoiu	yoiu	PRON	_	_	_	_	_	_	*
+15	wake	wake	VERB	_	_	_	_	_	ss=v.body	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	..."	..."	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	Part	part	NOUN	_	_	_	_	_	ss=n.communication	3:X
+23	6	6	NUM	_	_	_	_	_	_	3
+24	:)	:)	INTJ	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	Try	try	VERB	_	_	_	_	_	ss=v.social	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	:	:	PUNCT	_	_	_	_	_	_	*
+29	http://tinyurl.com/26zeju5	http://tinyurl.com/26zeju5	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-516
+# sent_counter = 716
+# text = @k8_walsh I 've been out of the loop , but is Private Practice coming back this year ?
+1	@k8_walsh	@k8_walsh	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	out	out	ADP	_	_	_	_	_	_	1:X
+6	of	of	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	1
+8	loop	loop	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	Private	private	PROPN	_	_	_	_	_	ss=n.communication	2:X
+13	Practice	practice	PROPN	_	_	_	_	_	_	2
+14	coming	come	VERB	_	_	_	_	_	ss=v.change	3:X
+15	back	back	ADV	_	_	_	_	_	_	3
+16	this	this	DET	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+18	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-517
+# sent_counter = 717
+# text = I just took " After getting trampled at a Justin Bieber concert , yoiu wake up and ..." and got : Part 6 :) ! Try it : http://tinyurl.com/233u5lu
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.perception	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	After	after	ADP	_	_	_	_	_	_	*
+6	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+7	trampled	trample	VERB	_	_	_	_	_	ss=v.body	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	Justin	justin	PROPN	_	_	_	_	_	ss=n.communication	1:X
+11	Bieber	bieber	PROPN	_	_	_	_	_	_	1
+12	concert	concert	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	yoiu	yoiu	PRON	_	_	_	_	_	_	*
+15	wake	wake	VERB	_	_	_	_	_	ss=v.body	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	..."	..."	NUM	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	Part	part	NOUN	_	_	_	_	_	ss=n.communication	3:X
+23	6	6	NUM	_	_	_	_	_	_	3
+24	:)	:)	INTJ	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	Try	try	VERB	_	_	_	_	_	ss=v.stative	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	:	:	PUNCT	_	_	_	_	_	_	*
+29	http://tinyurl.com/233u5lu	http://tinyurl.com/233u5lu	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-518
+# sent_counter = 718
+# text = RT @Mickey__Rourke : 58 years ago today I tumbled from my mother 's womb with a cigarette in my mouth and a chihuahua puppy under each arm ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Mickey__Rourke	@mickey__rourke	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	58	58	NUM	_	_	_	_	_	_	*
+5	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+6	ago	ago	ADP	_	_	_	_	_	_	*
+7	today	today	NOUN	_	_	_	_	_	ss=n.event	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	tumbled	tumble	VERB	_	_	_	_	_	ss=v.motion	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	mother	mother	NOUN	_	_	_	_	_	ss=n.person	*
+13	's	's	PART	_	_	_	_	_	_	*
+14	womb	womb	NOUN	_	_	_	_	_	ss=n.body	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	cigarette	cigarette	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	mouth	mouth	NOUN	_	_	_	_	_	ss=n.body	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	chihuahua	chihuahua	NOUN	_	_	_	_	_	ss=n.animal	1:X
+24	puppy	puppy	NOUN	_	_	_	_	_	_	1
+25	under	under	ADP	_	_	_	_	_	_	*
+26	each	each	DET	_	_	_	_	_	_	*
+27	arm	arm	NOUN	_	_	_	_	_	ss=n.body	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-519
+# sent_counter = 719
+# text = Amazon U.K. Offering HTC Desire Z Unlocked October 11 : We just got official word of the HTC Desire Z earlier in Lo ... http://bit.ly/bsyz9H
+1	Amazon	amazon	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	U.K.	u.k.	PROPN	_	_	_	_	_	_	1
+3	Offering	offer	VERB	_	_	_	_	_	ss=v.communication	*
+4	HTC	htc	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+5	Desire	desire	PROPN	_	_	_	_	_	_	2
+6	Z	z	PROPN	_	_	_	_	_	_	2
+7	Unlocked	unlocked	ADJ	_	_	_	_	_	_	*
+8	October	october	PROPN	_	_	_	_	_	ss=n.time	*
+9	11	11	NUM	_	_	_	_	_	_	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	We	we	PRON	_	_	_	_	_	_	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.communication	*
+14	official	official	ADJ	_	_	_	_	_	_	*
+15	word	word	NOUN	_	_	_	_	_	ss=n.communication	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	HTC	htc	PROPN	_	_	_	_	_	ss=n.artifact	3:X
+19	Desire	desire	PROPN	_	_	_	_	_	_	3
+20	Z	z	PROPN	_	_	_	_	_	_	3
+21	earlier	earlier	ADJ	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	Lo	lo	PROPN	_	_	_	_	_	ss=n.communication	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/bsyz9H	http://bit.ly/bsyz9h	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-520
+# sent_counter = 720
+# text = Yay . @penguin is coming to see me next week ... plotting my cooking now !
+1	Yay	yay	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	@penguin	@penguin	PROPN	_	_	_	_	_	ss=n.person	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.social	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	next	next	ADJ	_	_	_	_	_	_	*
+10	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	plotting	plot	VERB	_	_	_	_	_	ss=v.cognition	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	cooking	cooking	NOUN	_	_	_	_	_	ss=n.act	*
+15	now	now	ADV	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-521
+# sent_counter = 721
+# text = RT @m_candelaria : The amazing Follow Friday Train : @Sketchjobs @lollieshopping @philadelphiabn @elainebiss @TableMatters10 @STALKmyPRETT ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@m_candelaria	@m_candelaria	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	amazing	amazing	ADJ	_	_	_	_	_	_	*
+6	Follow	follow	PROPN	_	_	_	_	_	ss=n.cognition	1:X
+7	Friday	friday	PROPN	_	_	_	_	_	_	1
+8	Train	train	PROPN	_	_	_	_	_	_	1
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	@Sketchjobs	@sketchjobs	PROPN	_	_	_	_	_	_	*
+11	@lollieshopping	@lollieshopping	PROPN	_	_	_	_	_	_	*
+12	@philadelphiabn	@philadelphiabn	PROPN	_	_	_	_	_	_	*
+13	@elainebiss	@elainebiss	PROPN	_	_	_	_	_	_	*
+14	@TableMatters10	@tablematters10	PROPN	_	_	_	_	_	_	*
+15	@STALKmyPRETT	@stalkmyprett	PROPN	_	_	_	_	_	_	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-522
+# sent_counter = 722
+# text = RT @JDay_Sept15 : RT @Ashanie_di_Don : @JDay_Sept15 lol i see someone hyped and ready for #FlavaFridays tonight &lt; every week . Lets get it !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@JDay_Sept15	@jday_sept15	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@Ashanie_di_Don	@ashanie_di_don	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	@JDay_Sept15	@jday_sept15	PROPN	_	_	_	_	_	_	*
+8	lol	lol	INTJ	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+11	someone	someone	NOUN	_	_	_	_	_	_	*
+12	hyped	hyped	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	ready	ready	ADJ	_	_	_	_	_	_	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	#FlavaFridays	#flavafridays	NOUN	_	_	_	_	_	ss=n.event	*
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+18	&lt;	&lt;	CCONJ	_	_	_	_	_	_	*
+19	every	every	DET	_	_	_	_	_	_	*
+20	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Lets	let	VERB	_	_	_	_	_	ss=v.social	*
+23	get	get	VERB	_	_	_	_	_	ss=v.social	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-523
+# sent_counter = 723
+# text = @BieberEgypt I 've got some bad news , Yeah I cant come to the meeting tomorrow . : S
+1	@BieberEgypt	@bieberegypt	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	bad	bad	ADJ	_	_	_	_	_	_	*
+7	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	cant	cant	AUX	_	_	_	_	_	_	*
+12	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	meeting	meeting	NOUN	_	_	_	_	_	ss=n.event	*
+16	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	:	:	PUNCT	_	_	_	_	_	_	*
+19	S	s	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-524
+# sent_counter = 724
+# text = What a productive day . Not .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	productive	productive	ADJ	_	_	_	_	_	_	*
+4	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Not	not	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-525
+# sent_counter = 725
+# text = Fellas Do n't just lick the PussyY , LOVE IT ! enjoy it . like u just got married & the preacher said u may kiss the bride
+1	Fellas	fella	NOUN	_	_	_	_	_	ss=n.person	*
+2	Do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	ADV	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	lick	lick	VERB	_	_	_	_	_	ss=v.contact	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	PussyY	pussyy	NOUN	_	_	_	_	_	ss=n.body	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+10	IT	it	PRON	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	u	u	PRON	_	_	_	_	_	_	*
+17	just	just	ADV	_	_	_	_	_	_	*
+18	got	get	VERB	_	_	_	_	_	_	*
+19	married	marry	VERB	_	_	_	_	_	ss=v.social	*
+20	&	&	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	preacher	preacher	NOUN	_	_	_	_	_	ss=n.person	*
+23	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+24	u	u	PRON	_	_	_	_	_	_	*
+25	may	may	AUX	_	_	_	_	_	_	*
+26	kiss	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	bride	bride	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-526
+# sent_counter = 726
+# text = RT @ItsTheTeenLife : The exact day that I wear shorts and a tee shirt everyone shows up wearing hoodies and jeans . -_- #ItsTheTeenLife
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ItsTheTeenLife	@itstheteenlife	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	exact	exact	ADJ	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	that	that	ADP	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+10	shorts	shorts	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	tee	tee	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+14	shirt	shirt	NOUN	_	_	_	_	_	_	1
+15	everyone	everyone	NOUN	_	_	_	_	_	_	*
+16	shows	show	VERB	_	_	_	_	_	ss=v.motion	2:X
+17	up	up	PART	_	_	_	_	_	_	2
+18	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+19	hoodies	hoodies	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	jeans	jean	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	-_-	-_-	INTJ	_	_	_	_	_	_	*
+24	#ItsTheTeenLife	#itstheteenlife	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-527
+# sent_counter = 727
+# text = RT @BieberPledge : When I Get Old , Imma Still Be Rockin Out To ' Baby'...Even If I Break A Hip ;)
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@BieberPledge	@bieberpledge	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	When	when	ADV	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	Get	get	VERB	_	_	_	_	_	ss=v.change	*
+7	Old	old	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Imma	imma	PRON	_	_	_	_	_	_	*
+10	Still	still	ADV	_	_	_	_	_	_	*
+11	Be	be	AUX	_	_	_	_	_	_	*
+12	Rockin	rockin	VERB	_	_	_	_	_	ss=v.motion	1:X
+13	Out	out	PART	_	_	_	_	_	_	1
+14	To	to	PART	_	_	_	_	_	_	*
+15	'	'	PUNCT	_	_	_	_	_	_	*
+16	Baby'...Even	baby'...even	PROPN	_	_	_	_	_	ss=n.communication	*
+17	If	if	ADP	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	Break	break	VERB	_	_	_	_	_	ss=v.contact	*
+20	A	a	DET	_	_	_	_	_	_	*
+21	Hip	hip	NOUN	_	_	_	_	_	ss=n.body	*
+22	;)	;)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-528
+# sent_counter = 728
+# text = I just took " When your mom makes you go live with your dad Scooter Braun , your life ..." and got : Part 7 ! Try it : http://tinyurl.com/27r2pdz
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.cognition	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	When	when	ADV	_	_	_	_	_	_	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+8	makes	make	VERB	_	_	_	_	_	ss=v.cognition	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.change	*
+11	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+15	Scooter	scooter	PROPN	_	_	_	_	_	ss=n.person	1:X
+16	Braun	braun	PROPN	_	_	_	_	_	_	1
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	your	your	PRON	_	_	_	_	_	_	*
+19	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+20	..."	..."	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+23	:	:	PUNCT	_	_	_	_	_	_	*
+24	Part	part	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+25	7	7	NUM	_	_	_	_	_	_	2
+26	!	!	PUNCT	_	_	_	_	_	_	*
+27	Try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	:	:	PUNCT	_	_	_	_	_	_	*
+30	http://tinyurl.com/27r2pdz	http://tinyurl.com/27r2pdz	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-529
+# sent_counter = 729
+# text = Not feeling up to par today . #stressing
+1	Not	not	ADV	_	_	_	_	_	_	*
+2	feeling	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	up	up	ADP	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	par	par	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	#stressing	#stressing	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-530
+# sent_counter = 730
+# text = Thanks and I will RT @InnerGizerBunni @kizfoprez_TR Happy Berlated Birthday ! I hope u have fun & live it up tonight .. Enjoy & b safe !
+1	Thanks	thanks	INTJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	will	will	VERB	_	_	_	_	_	ss=v.communication	*
+5	RT	rt	X	_	_	_	_	_	_	*
+6	@InnerGizerBunni	@innergizerbunni	PROPN	_	_	_	_	_	ss=n.person	*
+7	@kizfoprez_TR	@kizfoprez_tr	PROPN	_	_	_	_	_	ss=n.person	*
+8	Happy	happy	ADJ	_	_	_	_	_	_	*
+9	Berlated	berlated	ADJ	_	_	_	_	_	_	*
+10	Birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+14	u	u	PRON	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.social	*
+16	fun	fun	ADJ	_	_	_	_	_	_	*
+17	&	&	CCONJ	_	_	_	_	_	_	*
+18	live	live	VERB	_	_	_	_	_	ss=v.social	1:X
+19	it	it	PRON	_	_	_	_	_	_	1
+20	up	up	PART	_	_	_	_	_	_	1
+21	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+22	..	..	PUNCT	_	_	_	_	_	_	*
+23	Enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+24	&	&	CCONJ	_	_	_	_	_	_	*
+25	b	b	VERB	_	_	_	_	_	ss=v.stative	*
+26	safe	safe	ADJ	_	_	_	_	_	_	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-531
+# sent_counter = 731
+# text = Man i been eatin fastfood everyday im so glad my mommy cookin today ...
+1	Man	man	INTJ	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	eatin	eatin	VERB	_	_	_	_	_	ss=v.consumption	*
+5	fastfood	fastfood	NOUN	_	_	_	_	_	ss=n.food	*
+6	everyday	everyday	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	im	im	PRON	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	glad	glad	ADJ	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	mommy	mommy	NOUN	_	_	_	_	_	ss=n.person	*
+12	cookin	cookin	VERB	_	_	_	_	_	ss=v.creation	*
+13	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-532
+# sent_counter = 732
+# text = Gotta call mom 2 let her know it 's almost 3 . Yli gets out in 15 . Mom took the antenna home today & connected it at home , finally .
+1	Gotta	gotta	VERB	_	_	_	_	_	_	*
+2	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+4	2	2	PART	_	_	_	_	_	_	*
+5	let	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	her	her	PRON	_	_	_	_	_	_	*
+7	know	know	VERB	_	_	_	_	_	_	1
+8	it	it	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	almost	almost	ADV	_	_	_	_	_	_	*
+11	3	3	NUM	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Yli	yli	PROPN	_	_	_	_	_	ss=n.person	*
+14	gets	get	VERB	_	_	_	_	_	ss=v.motion	2:X
+15	out	out	PART	_	_	_	_	_	_	2
+16	in	in	ADP	_	_	_	_	_	_	*
+17	15	15	NUM	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	Mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+20	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	antenna	antenna	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+24	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+25	&	&	CCONJ	_	_	_	_	_	_	*
+26	connected	connect	VERB	_	_	_	_	_	ss=v.contact	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	at	at	ADP	_	_	_	_	_	_	*
+29	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	finally	finally	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-533
+# sent_counter = 733
+# text = @Zerinaakers talking about as far as shooting for location its going to be on #Vh1 so by the end of the month i should know something
+1	@Zerinaakers	@zerinaakers	PROPN	_	_	_	_	_	_	*
+2	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	as	as	ADV	_	_	_	_	_	_	*
+5	far	far	ADV	_	_	_	_	_	_	*
+6	as	as	ADP	_	_	_	_	_	_	*
+7	shooting	shoot	VERB	_	_	_	_	_	ss=v.creation	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+10	its	its	PRON	_	_	_	_	_	_	*
+11	going	go	VERB	_	_	_	_	_	_	1:X
+12	to	to	PART	_	_	_	_	_	_	1
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	#Vh1	#vh1	NOUN	_	_	_	_	_	ss=n.communication	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	by	by	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	end	end	NOUN	_	_	_	_	_	ss=n.time	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+23	i	i	PRON	_	_	_	_	_	_	*
+24	should	should	AUX	_	_	_	_	_	_	*
+25	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+26	something	something	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-534
+# sent_counter = 734
+# text = Really hope I can get to @glasgowfilm for Winter 's Bone - need to get on with job applications tonight then ! Trailer : http://bit.ly/bhUlum
+1	Really	really	ADV	_	_	_	_	_	_	*
+2	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	@glasgowfilm	@glasgowfilm	PROPN	_	_	_	_	_	ss=n.event	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Winter	winter	PROPN	_	_	_	_	_	ss=n.communication	1:X
+10	's	's	AUX	_	_	_	_	_	_	1
+11	Bone	bone	PROPN	_	_	_	_	_	_	1
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	need	need	AUX	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	get	get	VERB	_	_	_	_	_	ss=v.cognition	2:X
+16	on	on	ADP	_	_	_	_	_	_	2
+17	with	with	ADP	_	_	_	_	_	_	*
+18	job	job	NOUN	_	_	_	_	_	ss=n.communication	3:X
+19	applications	application	NOUN	_	_	_	_	_	_	3
+20	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+21	then	then	ADV	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	Trailer	trailer	NOUN	_	_	_	_	_	ss=n.communication	*
+24	:	:	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/bhUlum	http://bit.ly/bhulum	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-535
+# sent_counter = 735
+# text = @CWWatson one of the complainers is a child minder who brings kids to the school then looks after other kids thro the day . Beggers belief
+1	@CWWatson	@cwwatson	PROPN	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	complainers	complainer	NOUN	_	_	_	_	_	ss=n.person	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	child	child	NOUN	_	_	_	_	_	ss=n.person	1:X
+9	minder	minder	NOUN	_	_	_	_	_	_	1
+10	who	who	PRON	_	_	_	_	_	_	*
+11	brings	bring	VERB	_	_	_	_	_	ss=v.motion	*
+12	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+16	then	then	ADV	_	_	_	_	_	_	*
+17	looks	look	VERB	_	_	_	_	_	ss=v.social	2:X
+18	after	after	PART	_	_	_	_	_	_	2
+19	other	other	ADJ	_	_	_	_	_	_	*
+20	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+21	thro	thro	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	Beggers	beggers	NOUN	_	_	_	_	_	_	3:X
+26	belief	belief	NOUN	_	_	_	_	_	_	3
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-536
+# sent_counter = 736
+# text = Bonfire tonite . All are welcome , joe included
+1	Bonfire	bonfire	NOUN	_	_	_	_	_	ss=n.event	*
+2	tonite	tonite	NOUN	_	_	_	_	_	ss=n.time	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	All	all	DET	_	_	_	_	_	_	*
+5	are	be	AUX	_	_	_	_	_	_	*
+6	welcome	welcome	VERB	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	joe	joe	PROPN	_	_	_	_	_	ss=n.person	*
+9	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-537
+# sent_counter = 737
+# text = @zombie_killer94 aaahh sorry i posted the link wrong :( basically their record company confirmed the title & it comes out nov 23 XD
+1	@zombie_killer94	@zombie_killer94	PROPN	_	_	_	_	_	_	*
+2	aaahh	aaahh	INTJ	_	_	_	_	_	_	*
+3	sorry	sorry	ADJ	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	link	link	NOUN	_	_	_	_	_	ss=n.communication	*
+8	wrong	wrong	ADJ	_	_	_	_	_	_	*
+9	:(	:(	INTJ	_	_	_	_	_	_	*
+10	basically	basically	ADV	_	_	_	_	_	_	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	record	record	NOUN	_	_	_	_	_	ss=n.group	1:X
+13	company	company	NOUN	_	_	_	_	_	_	1
+14	confirmed	confirm	VERB	_	_	_	_	_	ss=v.communication	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	title	title	NOUN	_	_	_	_	_	ss=n.communication	*
+17	&	&	CCONJ	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	comes	come	VERB	_	_	_	_	_	ss=v.change	2:X
+20	out	out	ADP	_	_	_	_	_	_	2
+21	nov	nov	PROPN	_	_	_	_	_	ss=n.time	*
+22	23	23	NUM	_	_	_	_	_	_	*
+23	XD	xd	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-538
+# sent_counter = 738
+# text = Happy birfday to the only p-i-m-p I know ... @amcdavid ! We 're getting " white boy wasted " tonight !
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	birfday	birfday	NOUN	_	_	_	_	_	ss=n.event	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	only	only	ADJ	_	_	_	_	_	_	*
+6	p-i-m-p	p-i-m-p	NOUN	_	_	_	_	_	ss=n.person	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	@amcdavid	@amcdavid	PROPN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	We	we	PRON	_	_	_	_	_	_	*
+13	're	're	AUX	_	_	_	_	_	_	*
+14	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	white	white	ADJ	_	_	_	_	_	ss=n.person	1:X
+17	boy	boy	NOUN	_	_	_	_	_	_	1
+18	wasted	waste	VERB	_	_	_	_	_	ss=v.body	*
+19	"	"	PUNCT	_	_	_	_	_	_	*
+20	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-539
+# sent_counter = 739
+# text = @endlesskies ik me 2 . At night I 'm wide awake but the daytime , I 'm so tired my day drags
+1	@endlesskies	@endlesskies	PROPN	_	_	_	_	_	_	*
+2	ik	ik	INTJ	_	_	_	_	_	_	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	2	2	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	At	at	ADP	_	_	_	_	_	_	*
+7	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+10	wide	wide	ADV	_	_	_	_	_	_	*
+11	awake	awake	ADJ	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	daytime	daytime	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	tired	tired	ADJ	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+22	drags	drag	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-540
+# sent_counter = 740
+# text = Is Joaquin Phoenix Our Modern Day Andy Kaufman ?: ... the bizarre events leading up to this moment , the movie could ... http://bit.ly/aUZ2on
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	Joaquin	joaquin	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Phoenix	phoenix	PROPN	_	_	_	_	_	_	1
+4	Our	our	PRON	_	_	_	_	_	_	*
+5	Modern	modern	ADJ	_	_	_	_	_	_	2:X
+6	Day	day	NOUN	_	_	_	_	_	_	2
+7	Andy	andy	PROPN	_	_	_	_	_	ss=n.person	3:X
+8	Kaufman	kaufman	PROPN	_	_	_	_	_	_	3
+9	?:	?:	PUNCT	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	bizarre	bizarre	ADJ	_	_	_	_	_	_	*
+13	events	event	NOUN	_	_	_	_	_	ss=n.event	*
+14	leading	lead	VERB	_	_	_	_	_	ss=v.change	4:X
+15	up	up	ADP	_	_	_	_	_	_	4
+16	to	to	PART	_	_	_	_	_	_	4
+17	this	this	DET	_	_	_	_	_	_	*
+18	moment	moment	NOUN	_	_	_	_	_	ss=n.time	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+22	could	could	AUX	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/aUZ2on	http://bit.ly/auz2on	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-541
+# sent_counter = 741
+# text = Not only is it #BattlestarGalactica 's 32nd Anniversary , tonite is the 3rd season premiere of #StarWars #TheCloneWars !!
+1	Not	not	ADV	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	#BattlestarGalactica	#battlestargalactica	NOUN	_	_	_	_	_	ss=n.communication	*
+6	's	's	AUX	_	_	_	_	_	_	*
+7	32nd	32nd	ADJ	_	_	_	_	_	_	*
+8	Anniversary	anniversary	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	tonite	tonite	NOUN	_	_	_	_	_	ss=n.time	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	3rd	3rd	ADJ	_	_	_	_	_	ss=n.communication	1:X
+14	season	season	NOUN	_	_	_	_	_	_	1
+15	premiere	premiere	NOUN	_	_	_	_	_	_	1
+16	of	of	ADP	_	_	_	_	_	_	*
+17	#StarWars	#starwars	NOUN	_	_	_	_	_	ss=n.communication	2:X
+18	#TheCloneWars	#theclonewars	NOUN	_	_	_	_	_	_	2
+19	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-542
+# sent_counter = 742
+# text = even better than cocktail friday ! http://is.gd/ffDb9
+1	even	even	ADV	_	_	_	_	_	_	*
+2	better	better	ADJ	_	_	_	_	_	_	*
+3	than	than	ADP	_	_	_	_	_	_	*
+4	cocktail	cocktail	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	friday	friday	PROPN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	http://is.gd/ffDb9	http://is.gd/ffdb9	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-543
+# sent_counter = 743
+# text = @_AsToldByBV well i wrote you like 6 times this week ! urgh . RACHELLE im gonnauh kill YOU tonite !
+1	@_AsToldByBV	@_astoldbybv	PROPN	_	_	_	_	_	_	*
+2	well	well	INTJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	wrote	write	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	6	6	NUM	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	urgh	urgh	INTJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	RACHELLE	rachelle	PROPN	_	_	_	_	_	ss=n.person	*
+15	im	im	PRON	_	_	_	_	_	_	*
+16	gonnauh	gonnauh	VERB	_	_	_	_	_	_	*
+17	kill	kill	VERB	_	_	_	_	_	ss=v.contact	*
+18	YOU	you	PRON	_	_	_	_	_	_	*
+19	tonite	tonite	NOUN	_	_	_	_	_	ss=n.time	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-544
+# sent_counter = 744
+# text = I want it NOW ! ;) RT : @corsairartisan Pumpkin Moonshine has arrived in Nashville -- Give it a week to get it in stores . KY ships next week !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	NOW	now	ADV	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	;)	;)	INTJ	_	_	_	_	_	_	*
+7	RT	rt	X	_	_	_	_	_	_	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	@corsairartisan	@corsairartisan	PROPN	_	_	_	_	_	_	*
+10	Pumpkin	pumpkin	PROPN	_	_	_	_	_	ss=n.food	1:X
+11	Moonshine	moonshine	PROPN	_	_	_	_	_	_	1
+12	has	have	AUX	_	_	_	_	_	_	*
+13	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	Nashville	nashville	PROPN	_	_	_	_	_	ss=n.location	*
+16	--	--	PUNCT	_	_	_	_	_	_	*
+17	Give	give	VERB	_	_	_	_	_	ss=v.stative	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	stores	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	KY	ky	PROPN	_	_	_	_	_	ss=n.group	*
+28	ships	ship	VERB	_	_	_	_	_	ss=v.motion	*
+29	next	next	ADP	_	_	_	_	_	_	*
+30	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-545
+# sent_counter = 745
+# text = Hey .... my birthday is in exactly one month !!! :D
+1	Hey	hey	INTJ	_	_	_	_	_	_	*
+2	....	....	PUNCT	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	exactly	exactly	ADV	_	_	_	_	_	_	*
+8	one	one	NUM	_	_	_	_	_	_	*
+9	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+11	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-546
+# sent_counter = 746
+# text = RT @TheOutlawz : EVERYBODY WHO WANT A FOLLOW FROM ME FOR FOLLOW FRIDAY LET ME KNOW !! WE AINT LIKE THESE HOLLYWOOD AZZ RAPPERS WE FOLLOW BACK !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TheOutlawz	@theoutlawz	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	EVERYBODY	everybody	NOUN	_	_	_	_	_	_	*
+5	WHO	who	PRON	_	_	_	_	_	_	*
+6	WANT	want	VERB	_	_	_	_	_	ss=v.emotion	*
+7	A	a	DET	_	_	_	_	_	_	*
+8	FOLLOW	follow	NOUN	_	_	_	_	_	ss=n.act	*
+9	FROM	from	ADP	_	_	_	_	_	_	*
+10	ME	me	PRON	_	_	_	_	_	_	*
+11	FOR	for	ADP	_	_	_	_	_	_	*
+12	FOLLOW	follow	NOUN	_	_	_	_	_	ss=n.event	1:X
+13	FRIDAY	friday	PROPN	_	_	_	_	_	_	1
+14	LET	let	VERB	_	_	_	_	_	ss=v.communication	2:X
+15	ME	me	PRON	_	_	_	_	_	_	*
+16	KNOW	know	VERB	_	_	_	_	_	_	2
+17	!!	!!	PUNCT	_	_	_	_	_	_	*
+18	WE	we	PRON	_	_	_	_	_	_	*
+19	AINT	aint	VERB	_	_	_	_	_	ss=v.stative	*
+20	LIKE	like	ADP	_	_	_	_	_	_	*
+21	THESE	these	DET	_	_	_	_	_	_	*
+22	HOLLYWOOD	hollywood	PROPN	_	_	_	_	_	ss=n.group	3:X
+23	AZZ	azz	NOUN	_	_	_	_	_	_	3
+24	RAPPERS	rapper	NOUN	_	_	_	_	_	_	3
+25	WE	we	PRON	_	_	_	_	_	_	*
+26	FOLLOW	follow	VERB	_	_	_	_	_	ss=v.communication	*
+27	BACK	back	ADV	_	_	_	_	_	_	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-547
+# sent_counter = 747
+# text = RT @rockerfuckerak : What 's done is done , Just leave it alone , and do n't regret . Sometimes somethings turn in-to dumb things . And that 's when ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@rockerfuckerak	@rockerfuckerak	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	What	what	PRON	_	_	_	_	_	_	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	done	do	VERB	_	_	_	_	_	ss=v.change	*
+7	is	be	AUX	_	_	_	_	_	_	*
+8	done	do	VERB	_	_	_	_	_	ss=v.change	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Just	just	ADV	_	_	_	_	_	_	*
+11	leave	leave	VERB	_	_	_	_	_	ss=v.stative	1:X
+12	it	it	PRON	_	_	_	_	_	_	*
+13	alone	alone	ADV	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	n't	n't	ADV	_	_	_	_	_	_	*
+18	regret	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Sometimes	sometimes	ADV	_	_	_	_	_	_	*
+21	somethings	somethings	NOUN	_	_	_	_	_	_	*
+22	turn	turn	VERB	_	_	_	_	_	ss=v.change	2:X
+23	in-to	in-to	ADP	_	_	_	_	_	_	2
+24	dumb	dumb	ADJ	_	_	_	_	_	_	*
+25	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+27	And	and	CCONJ	_	_	_	_	_	_	*
+28	that	that	DET	_	_	_	_	_	_	*
+29	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+30	when	when	ADV	_	_	_	_	_	_	*
+31	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-548
+# sent_counter = 748
+# text = @ShelAndPushPlay Yeah man , u got it . It 's only a matter of time .
+1	@ShelAndPushPlay	@shelandpushplay	PROPN	_	_	_	_	_	_	*
+2	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+3	man	man	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	got	get	VERB	_	_	_	_	_	ss=v.cognition	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	It	it	PRON	_	_	_	_	_	_	*
+10	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+11	only	only	ADV	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	matter	matter	NOUN	_	_	_	_	_	ss=n.time	1:X
+14	of	of	ADP	_	_	_	_	_	_	1
+15	time	time	NOUN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-549
+# sent_counter = 749
+# text = @jaredleto ... ive been to 13 30stm concerts now and you never got me on stage during/before kings and queens :( ((
+1	@jaredleto	@jaredleto	PROPN	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+3	ive	ive	PRON	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	13	13	NUM	_	_	_	_	_	_	*
+7	30stm	30stm	PROPN	_	_	_	_	_	ss=n.event	1:X
+8	concerts	concert	NOUN	_	_	_	_	_	_	1
+9	now	now	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	never	never	ADV	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	stage	stage	NOUN	_	_	_	_	_	ss=n.location	*
+17	during/before	during/before	ADV	_	_	_	_	_	_	*
+18	kings	kings	PROPN	_	_	_	_	_	ss=n.communication	2:X
+19	and	and	CCONJ	_	_	_	_	_	_	2
+20	queens	queens	PROPN	_	_	_	_	_	_	2
+21	:(	:(	INTJ	_	_	_	_	_	_	*
+22	((	((	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-550
+# sent_counter = 750
+# text = looking forward to a weekend resting foot !! oh and the irish on sunday .
+1	looking	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	forward	forward	ADV	_	_	_	_	_	_	1
+3	to	to	PART	_	_	_	_	_	_	1
+4	a	a	DET	_	_	_	_	_	_	*
+5	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+6	resting	rest	VERB	_	_	_	_	_	ss=v.body	*
+7	foot	foot	NOUN	_	_	_	_	_	ss=n.body	*
+8	!!	!!	PUNCT	_	_	_	_	_	_	*
+9	oh	oh	INTJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	irish	irish	PROPN	_	_	_	_	_	ss=n.group	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-551
+# sent_counter = 751
+# text = Power nap . I need it . Its been a stressful week . I 'm excited for xmas , haha . Goodnight . :)
+1	Power	power	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	nap	nap	NOUN	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	need	need	VERB	_	_	_	_	_	ss=v.emotion	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	Its	its	PRON	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	stressful	stressful	ADJ	_	_	_	_	_	_	*
+12	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	AUX	_	_	_	_	_	_	*
+16	excited	excite	VERB	_	_	_	_	_	ss=v.emotion	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	xmas	xmas	PROPN	_	_	_	_	_	ss=n.event	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	haha	haha	INTJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Goodnight	goodnight	INTJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-552
+# sent_counter = 752
+# text = today just does n't feel like a Friday
+1	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	ADV	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-553
+# sent_counter = 753
+# text = Yahoo : Jackie joins Twitter 50 years after JFK campaign : Had Twitter been an option in 1960 , a pregnant Jacquelin ... http://yhoo.it/9VAD4A
+1	Yahoo	yahoo	PROPN	_	_	_	_	_	ss=n.group	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Jackie	jackie	PROPN	_	_	_	_	_	ss=n.person	*
+4	joins	join	VERB	_	_	_	_	_	ss=v.change	*
+5	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.group	*
+6	50	50	NUM	_	_	_	_	_	_	*
+7	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+8	after	after	ADP	_	_	_	_	_	_	*
+9	JFK	jfk	PROPN	_	_	_	_	_	ss=n.event	1:X
+10	campaign	campaign	NOUN	_	_	_	_	_	_	1
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	Had	have	AUX	_	_	_	_	_	_	*
+13	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.group	*
+14	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	an	an	DET	_	_	_	_	_	_	*
+16	option	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	1960	1960	NUM	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	pregnant	pregnant	ADJ	_	_	_	_	_	_	*
+22	Jacquelin	jacquelin	PROPN	_	_	_	_	_	ss=n.person	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://yhoo.it/9VAD4A	http://yhoo.it/9vad4a	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-554
+# sent_counter = 754
+# text = my past was the reason i tried to kill myself the other day , and i 'll gladly do it again .
+1	my	my	PRON	_	_	_	_	_	_	*
+2	past	past	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	tried	try	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	kill	kill	VERB	_	_	_	_	_	ss=v.contact	*
+10	myself	myself	PRON	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	'll	'll	AUX	_	_	_	_	_	_	*
+18	gladly	gladly	ADV	_	_	_	_	_	_	*
+19	do	do	VERB	_	_	_	_	_	ss=v.motion	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	again	again	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-555
+# sent_counter = 755
+# text = Dollar steady versus yen but market wary of intervention | Money ...: The dollar held near its highest in a month ... http://bit.ly/a0F3dO
+1	Dollar	dollar	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	steady	steady	ADV	_	_	_	_	_	_	*
+3	versus	versus	CCONJ	_	_	_	_	_	_	*
+4	yen	yen	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	market	market	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	wary	wary	ADJ	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	intervention	intervention	NOUN	_	_	_	_	_	ss=n.act	*
+10	|	|	PUNCT	_	_	_	_	_	_	*
+11	Money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	...:	...:	PUNCT	_	_	_	_	_	_	*
+13	The	the	DET	_	_	_	_	_	_	*
+14	dollar	dollar	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	held	hold	VERB	_	_	_	_	_	ss=v.stative	*
+16	near	near	ADP	_	_	_	_	_	_	*
+17	its	its	PRON	_	_	_	_	_	_	*
+18	highest	high	ADJ	_	_	_	_	_	_	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	http://bit.ly/a0F3dO	http://bit.ly/a0f3do	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-556
+# sent_counter = 756
+# text = :( RT @themaine Who is coming to the show tomorrow in Hawaii ?
+1	:(	:(	INTJ	_	_	_	_	_	_	*
+2	RT	rt	X	_	_	_	_	_	_	*
+3	@themaine	@themaine	PROPN	_	_	_	_	_	_	*
+4	Who	who	PRON	_	_	_	_	_	ss=n.group	*
+5	is	be	AUX	_	_	_	_	_	_	*
+6	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	show	show	NOUN	_	_	_	_	_	ss=n.event	*
+10	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	Hawaii	hawaii	PROPN	_	_	_	_	_	ss=n.location	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-557
+# sent_counter = 757
+# text = @DrHubaEvaluator Not long ago I responded to a angry cardiologist whom I have known yrs . when he spit venom to the newspaper but I did it +
+1	@DrHubaEvaluator	@drhubaevaluator	PROPN	_	_	_	_	_	_	*
+2	Not	not	ADV	_	_	_	_	_	_	*
+3	long	long	ADV	_	_	_	_	_	_	*
+4	ago	ago	ADV	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	responded	respond	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	angry	angry	ADJ	_	_	_	_	_	_	*
+10	cardiologist	cardiologist	NOUN	_	_	_	_	_	ss=n.person	*
+11	whom	whom	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	known	know	VERB	_	_	_	_	_	ss=v.cognition	*
+15	yrs	yr	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	he	he	PRON	_	_	_	_	_	_	*
+19	spit	spit	VERB	_	_	_	_	_	ss=v.communication	1:X
+20	venom	venom	NOUN	_	_	_	_	_	_	1
+21	to	to	PART	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	newspaper	newspaper	NOUN	_	_	_	_	_	ss=n.communication	*
+24	but	but	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	+	+	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-558
+# sent_counter = 758
+# text = @Strigy got mine in bbt aintree today . Played table tennis on it in store ! V impressed . Did you get analogue controller 2 ?
+1	@Strigy	@strigy	PROPN	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+3	mine	mine	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	bbt	bbt	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	aintree	aintree	PROPN	_	_	_	_	_	_	1
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Played	play	VERB	_	_	_	_	_	ss=v.competition	*
+10	table	table	NOUN	_	_	_	_	_	ss=n.act	2:X
+11	tennis	tennis	NOUN	_	_	_	_	_	_	2
+12	on	on	ADP	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	store	store	NOUN	_	_	_	_	_	ss=n.location	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	V	v	ADV	_	_	_	_	_	_	*
+18	impressed	impress	VERB	_	_	_	_	_	ss=v.emotion	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Did	do	AUX	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+23	analogue	analogue	ADJ	_	_	_	_	_	ss=n.artifact	3:X
+24	controller	controller	NOUN	_	_	_	_	_	_	3
+25	2	2	ADV	_	_	_	_	_	_	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-559
+# sent_counter = 759
+# text = USM get ready yours truly tonight at frat house Hattiesburg on the 1s n 2s !!
+1	USM	usm	PROPN	_	_	_	_	_	ss=n.person	*
+2	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+3	ready	ready	ADV	_	_	_	_	_	_	1
+4	yours	yours	PRON	_	_	_	_	_	_	2:X
+5	truly	truly	ADV	_	_	_	_	_	_	2
+6	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	frat	frat	NOUN	_	_	_	_	_	ss=n.location	3:X
+9	house	house	NOUN	_	_	_	_	_	_	3
+10	Hattiesburg	hattiesburg	PROPN	_	_	_	_	_	_	3
+11	on	on	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	1s	1s	NUM	_	_	_	_	_	_	*
+14	n	n	CCONJ	_	_	_	_	_	_	*
+15	2s	2s	NUM	_	_	_	_	_	_	*
+16	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-560
+# sent_counter = 760
+# text = Today 's cheer went from awful to awesome from the moment I realized I did not have class today .
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	cheer	cheer	NOUN	_	_	_	_	_	ss=n.communication	*
+4	went	go	VERB	_	_	_	_	_	ss=v.change	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	awful	awful	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	awesome	awesome	ADJ	_	_	_	_	_	_	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	moment	moment	NOUN	_	_	_	_	_	ss=n.time	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	realized	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	did	do	AUX	_	_	_	_	_	_	*
+16	not	not	ADV	_	_	_	_	_	_	*
+17	have	have	VERB	_	_	_	_	_	ss=v.social	*
+18	class	class	NOUN	_	_	_	_	_	ss=n.act	*
+19	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-561
+# sent_counter = 761
+# text = @jonronson But a mess on one day may not a mess eternally be .
+1	@jonronson	@jonronson	PROPN	_	_	_	_	_	_	*
+2	But	but	CCONJ	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	mess	mess	NOUN	_	_	_	_	_	ss=n.state	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	may	may	AUX	_	_	_	_	_	_	*
+9	not	not	ADV	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	mess	mess	NOUN	_	_	_	_	_	ss=n.state	*
+12	eternally	eternally	ADV	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-562
+# sent_counter = 762
+# text = Driving , driving , driving away to Phil . Tasty dinner tonight with the Society of Mining and Metallurgy Engineers .
+1	Driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+6	away	away	ADV	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	Phil	phil	PROPN	_	_	_	_	_	ss=n.location	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	Tasty	tasty	ADJ	_	_	_	_	_	_	*
+11	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+12	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Society	society	PROPN	_	_	_	_	_	ss=n.group	1:X
+16	of	of	ADP	_	_	_	_	_	_	1
+17	Mining	mining	PROPN	_	_	_	_	_	_	1
+18	and	and	CCONJ	_	_	_	_	_	_	1
+19	Metallurgy	metallurgy	PROPN	_	_	_	_	_	_	1
+20	Engineers	engineers	PROPN	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-563
+# sent_counter = 763
+# text = Have a practice session @Cromwell Field today at 6pm . Hope i shine well and start the next game . :)
+1	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	practice	practice	NOUN	_	_	_	_	_	ss=n.event	1:X
+4	session	session	NOUN	_	_	_	_	_	_	1
+5	@Cromwell	@cromwell	PROPN	_	_	_	_	_	ss=n.location	2:X
+6	Field	field	NOUN	_	_	_	_	_	_	2
+7	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	6pm	6pm	NUM	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	shine	shine	VERB	_	_	_	_	_	ss=v.emotion	*
+14	well	well	ADV	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	start	start	VERB	_	_	_	_	_	ss=v.change	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	next	next	ADJ	_	_	_	_	_	_	*
+19	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-564
+# sent_counter = 764
+# text = Pxleyes Top 50 Photography Contest Pictures of August 2010 ... http://bit.ly/bgCyZ0 #photography
+1	Pxleyes	pxleyes	PROPN	_	_	_	_	_	ss=n.group	*
+2	Top	top	PROPN	_	_	_	_	_	ss=n.quantity	1:X
+3	50	50	NUM	_	_	_	_	_	_	1
+4	Photography	photography	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+5	Contest	contest	PROPN	_	_	_	_	_	_	2
+6	Pictures	picture	NOUN	_	_	_	_	_	_	2
+7	of	of	ADP	_	_	_	_	_	_	*
+8	August	august	PROPN	_	_	_	_	_	ss=n.time	*
+9	2010	2010	NUM	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	http://bit.ly/bgCyZ0	http://bit.ly/bgcyz0	X	_	_	_	_	_	_	*
+12	#photography	#photography	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-565
+# sent_counter = 765
+# text = Costa Rican group CocoFunka power this week 's Indiesent Exposure http://ht.ly/2G4nS by @fuseboxradio on @planetill
+1	Costa	costa	ADJ	_	_	_	_	_	_	1:X
+2	Rican	rican	ADJ	_	_	_	_	_	_	1
+3	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+4	CocoFunka	cocofunka	PROPN	_	_	_	_	_	ss=n.group	*
+5	power	power	VERB	_	_	_	_	_	ss=v.creation	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+8	's	's	PART	_	_	_	_	_	_	*
+9	Indiesent	indiesent	PROPN	_	_	_	_	_	ss=n.event	2:X
+10	Exposure	exposure	PROPN	_	_	_	_	_	_	2
+11	http://ht.ly/2G4nS	http://ht.ly/2g4ns	X	_	_	_	_	_	_	*
+12	by	by	ADP	_	_	_	_	_	_	*
+13	@fuseboxradio	@fuseboxradio	PROPN	_	_	_	_	_	ss=n.group	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	@planetill	@planetill	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-566
+# sent_counter = 766
+# text = RT @Quotealicious : Today , I saw a guy driving a Pepsi truck , drinking a Coke . MLIA #Quotealicious
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Quotealicious	@quotealicious	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+10	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	Pepsi	pepsi	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+13	truck	truck	NOUN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	drinking	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	Coke	coke	PROPN	_	_	_	_	_	ss=n.food	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	MLIA	mlia	INTJ	_	_	_	_	_	_	*
+20	#Quotealicious	#quotealicious	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-567
+# sent_counter = 767
+# text = After I pet a kitten on JFK , the owners informed me it 's ' double-pawed ' ( polydactyl) , which is " a form of retardation in the animal kingdom "
+1	After	after	ADP	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	pet	pet	VERB	_	_	_	_	_	ss=v.contact	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	kitten	kitten	NOUN	_	_	_	_	_	ss=n.animal	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	JFK	jfk	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+11	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+15	'	'	PUNCT	_	_	_	_	_	_	*
+16	double-pawed	double-pawed	ADJ	_	_	_	_	_	_	*
+17	'	'	PUNCT	_	_	_	_	_	_	*
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	polydactyl)	polydactyl)	NOUN	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	which	which	DET	_	_	_	_	_	_	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	"	"	PUNCT	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	form	form	NOUN	_	_	_	_	_	ss=n.relation	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	retardation	retardation	NOUN	_	_	_	_	_	ss=n.attribute	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	animal	animal	NOUN	_	_	_	_	_	ss=n.group	1:X
+31	kingdom	kingdom	NOUN	_	_	_	_	_	_	1
+32	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-568
+# sent_counter = 768
+# text = I 'm tired after school today !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	tired	tired	ADJ	_	_	_	_	_	_	*
+4	after	after	ADP	_	_	_	_	_	_	*
+5	school	school	NOUN	_	_	_	_	_	ss=n.event	*
+6	today	today	NOUN	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-569
+# sent_counter = 769
+# text = About online dietician : A thinner stool than usual can be identified and removed before they get are 2 weeks ago J ... http://bit.ly/cYGBdz
+1	About	about	PROPN	_	_	_	_	_	_	*
+2	online	online	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	dietician	dietician	NOUN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	A	a	DET	_	_	_	_	_	_	*
+6	thinner	thin	ADJ	_	_	_	_	_	_	*
+7	stool	stool	NOUN	_	_	_	_	_	ss=n.substance	*
+8	than	than	ADP	_	_	_	_	_	_	*
+9	usual	usual	ADJ	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	identified	identify	VERB	_	_	_	_	_	ss=v.cognition	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	removed	remove	VERB	_	_	_	_	_	ss=v.change	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	get	get	VERB	_	_	_	_	_	ss=v.change	*
+18	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	2	2	NUM	_	_	_	_	_	_	*
+20	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	ago	ago	ADP	_	_	_	_	_	_	*
+22	J	j	PROPN	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/cYGBdz	http://bit.ly/cygbdz	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-570
+# sent_counter = 770
+# text = Greek Festival at St Johns before ASPEN
+1	Greek	greek	PROPN	_	_	_	_	_	ss=n.event	1:X
+2	Festival	festival	PROPN	_	_	_	_	_	_	1
+3	at	at	ADP	_	_	_	_	_	_	*
+4	St	st	PROPN	_	_	_	_	_	ss=n.location	2:X
+5	Johns	johns	PROPN	_	_	_	_	_	_	2
+6	before	before	ADP	_	_	_	_	_	_	*
+7	ASPEN	aspen	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-571
+# sent_counter = 771
+# text = The Town might be one of the best movies I have seen all year . So , so good . And do n't worry Ben , we already forgave you for Gigli . Really .
+1	The	the	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Town	town	PROPN	_	_	_	_	_	_	1
+3	might	might	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	best	best	ADJ	_	_	_	_	_	_	*
+9	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	So	so	ADV	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	good	good	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	And	and	CCONJ	_	_	_	_	_	_	*
+22	do	do	AUX	_	_	_	_	_	_	*
+23	n't	n't	ADV	_	_	_	_	_	_	*
+24	worry	worry	VERB	_	_	_	_	_	ss=v.emotion	*
+25	Ben	ben	PROPN	_	_	_	_	_	ss=n.person	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	we	we	PRON	_	_	_	_	_	_	*
+28	already	already	ADV	_	_	_	_	_	_	*
+29	forgave	forgive	VERB	_	_	_	_	_	ss=v.cognition	*
+30	you	you	PRON	_	_	_	_	_	_	*
+31	for	for	ADP	_	_	_	_	_	_	*
+32	Gigli	gigli	PROPN	_	_	_	_	_	ss=n.communication	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+34	Really	really	ADV	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-572
+# sent_counter = 772
+# text = @Jsmoothhh it 's not supposed to rain till Sunday night .
+1	@Jsmoothhh	@jsmoothhh	PROPN	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	AUX	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	supposed	suppose	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	rain	rain	VERB	_	_	_	_	_	ss=v.weather	*
+8	till	till	ADP	_	_	_	_	_	_	*
+9	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	2:X
+10	night	night	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-573
+# sent_counter = 773
+# text = So far this day xxx ; t gone to well , hopefully my night will be better !
+1	So	so	ADV	_	_	_	_	_	_	*
+2	far	far	ADV	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+5	xxx	xxx	ADJ	_	_	_	_	_	_	*
+6	;	;	PUNCT	_	_	_	_	_	_	*
+7	t	t	ADV	_	_	_	_	_	_	*
+8	gone	go	VERB	_	_	_	_	_	ss=v.stative	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	well	well	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	hopefully	hopefully	ADV	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+15	will	will	AUX	_	_	_	_	_	_	*
+16	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	better	better	ADJ	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-574
+# sent_counter = 774
+# text = Going to the country fair today :)
+1	Going	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	country	country	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	fair	fair	NOUN	_	_	_	_	_	_	1
+6	today	today	NOUN	_	_	_	_	_	_	*
+7	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-575
+# sent_counter = 775
+# text = Lindsay Lohan allegedly failed her drug test . So not fetch . Quick , let 's all put on our shocked faces that 23 days of rehab did n't work !
+1	Lindsay	lindsay	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Lohan	lohan	PROPN	_	_	_	_	_	_	1
+3	allegedly	allegedly	ADV	_	_	_	_	_	_	*
+4	failed	fail	VERB	_	_	_	_	_	ss=v.change	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	drug	drug	NOUN	_	_	_	_	_	ss=n.act	2:X
+7	test	test	NOUN	_	_	_	_	_	_	2
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	So	so	ADV	_	_	_	_	_	_	*
+10	not	not	ADV	_	_	_	_	_	_	*
+11	fetch	fetch	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Quick	quick	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	let	let	VERB	_	_	_	_	_	ss=v.social	*
+16	's	's	AUX	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	put	put	VERB	_	_	_	_	_	ss=v.body	3:X
+19	on	on	ADP	_	_	_	_	_	_	3
+20	our	our	PRON	_	_	_	_	_	_	*
+21	shocked	shocked	ADJ	_	_	_	_	_	_	*
+22	faces	face	NOUN	_	_	_	_	_	ss=n.body	*
+23	that	that	ADP	_	_	_	_	_	_	*
+24	23	23	NUM	_	_	_	_	_	_	*
+25	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	rehab	rehab	NOUN	_	_	_	_	_	ss=n.act	*
+28	did	do	AUX	_	_	_	_	_	_	*
+29	n't	n't	ADV	_	_	_	_	_	_	*
+30	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-576
+# sent_counter = 776
+# text = @SweetBee_90 what 's the look for tonight ?
+1	@SweetBee_90	@sweetbee_90	PROPN	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	look	look	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-577
+# sent_counter = 777
+# text = I remember when you all were thiiis big , you know ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	thiiis	thiiis	DET	_	_	_	_	_	_	*
+8	big	big	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	1:X
+11	know	know	VERB	_	_	_	_	_	_	1
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-578
+# sent_counter = 778
+# text = going now guiseeeee ... if i dont see you through the week ill see you through the window :) :)
+1	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	guiseeeee	guiseeeee	NOUN	_	_	_	_	_	ss=n.person	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+5	if	if	ADP	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	dont	dont	VERB	_	_	_	_	_	_	*
+8	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	through	through	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	ill	ill	AUX	_	_	_	_	_	_	*
+14	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	through	through	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	:)	:)	INTJ	_	_	_	_	_	_	*
+20	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-579
+# sent_counter = 779
+# text = Beautiful day in Chicago ! Nice to get away from the Florida heat .
+1	Beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	Nice	nice	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+9	away	away	ADV	_	_	_	_	_	_	1
+10	from	from	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	Florida	florida	PROPN	_	_	_	_	_	ss=n.phenomenon	2:X
+13	heat	heat	NOUN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-580
+# sent_counter = 780
+# text = But what happens when karam turns right around and bites you ? And everything you stand for turns on you despite you ?
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	happens	happen	VERB	_	_	_	_	_	ss=v.change	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	karam	karam	PROPN	_	_	_	_	_	ss=n.phenomenon	*
+6	turns	turn	VERB	_	_	_	_	_	ss=v.change	1:X
+7	right	right	ADV	_	_	_	_	_	_	*
+8	around	around	PART	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	bites	bite	VERB	_	_	_	_	_	ss=v.change	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+13	And	and	CCONJ	_	_	_	_	_	_	*
+14	everything	everything	NOUN	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	stand	stand	VERB	_	_	_	_	_	ss=v.cognition	2:X
+17	for	for	ADP	_	_	_	_	_	_	2
+18	turns	turn	VERB	_	_	_	_	_	ss=v.change	3:X
+19	on	on	ADP	_	_	_	_	_	_	3
+20	you	you	PRON	_	_	_	_	_	_	*
+21	despite	despite	ADP	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-581
+# sent_counter = 781
+# text = @alealshinn @BambingBling ~~~ @sunchips this is the second time they have messed up .... about to give up on them
+1	@alealshinn	@alealshinn	PROPN	_	_	_	_	_	_	*
+2	@BambingBling	@bambingbling	PROPN	_	_	_	_	_	_	*
+3	~~~	~~~	PUNCT	_	_	_	_	_	_	*
+4	@sunchips	@sunchips	PROPN	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	second	second	ADJ	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	messed	mess	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	up	up	PART	_	_	_	_	_	_	1
+14	....	....	PUNCT	_	_	_	_	_	_	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	give	give	VERB	_	_	_	_	_	ss=v.cognition	2:X
+18	up	up	PART	_	_	_	_	_	_	2
+19	on	on	ADP	_	_	_	_	_	_	*
+20	them	them	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-582
+# sent_counter = 782
+# text = #blackholidays " National forget the he say she say ... what do God say day "
+1	#blackholidays	#blackholidays	X	_	_	_	_	_	_	*
+2	"	"	PUNCT	_	_	_	_	_	_	*
+3	National	national	ADJ	_	_	_	_	_	_	*
+4	forget	forget	VERB	_	_	_	_	_	ss=n.event	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	he	he	PRON	_	_	_	_	_	_	1
+7	say	say	VERB	_	_	_	_	_	_	1
+8	she	she	PRON	_	_	_	_	_	_	1
+9	say	say	VERB	_	_	_	_	_	_	1
+10	...	...	PUNCT	_	_	_	_	_	_	1
+11	what	what	PRON	_	_	_	_	_	_	1
+12	do	do	AUX	_	_	_	_	_	_	1
+13	God	god	PROPN	_	_	_	_	_	_	1
+14	say	say	VERB	_	_	_	_	_	_	1
+15	day	day	NOUN	_	_	_	_	_	_	1
+16	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-583
+# sent_counter = 783
+# text = JV soccer leads 4-1 after Benitez scores again , less than 7 mins to play
+1	JV	jv	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	soccer	soccer	NOUN	_	_	_	_	_	_	1
+3	leads	lead	VERB	_	_	_	_	_	ss=v.competition	*
+4	4-1	4-1	ADJ	_	_	_	_	_	_	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	Benitez	benitez	PROPN	_	_	_	_	_	ss=n.person	*
+7	scores	score	VERB	_	_	_	_	_	ss=v.competition	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	less	less	ADJ	_	_	_	_	_	_	*
+11	than	than	ADP	_	_	_	_	_	_	*
+12	7	7	NUM	_	_	_	_	_	_	*
+13	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	play	play	VERB	_	_	_	_	_	ss=v.competition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-584
+# sent_counter = 784
+# text = Aggressive Kids With ADHD May Not Need Antipsychotic Meds http://t.co/JfGm0uH
+1	Aggressive	aggressive	ADJ	_	_	_	_	_	_	*
+2	Kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+3	With	with	ADP	_	_	_	_	_	_	*
+4	ADHD	adhd	PROPN	_	_	_	_	_	ss=n.cognition	*
+5	May	may	AUX	_	_	_	_	_	_	*
+6	Not	not	ADV	_	_	_	_	_	_	*
+7	Need	need	VERB	_	_	_	_	_	ss=v.stative	*
+8	Antipsychotic	antipsychotic	ADJ	_	_	_	_	_	ss=n.substance	1:X
+9	Meds	med	NOUN	_	_	_	_	_	_	1
+10	http://t.co/JfGm0uH	http://t.co/jfgm0uh	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-585
+# sent_counter = 785
+# text = @princessmariam9 i know .. i need to stop before my room is gonna get filled with water .
+1	@princessmariam9	@princessmariam9	PROPN	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	..	..	PUNCT	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	need	need	AUX	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+9	before	before	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	is	be	AUX	_	_	_	_	_	_	*
+13	gonna	gonna	VERB	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	_	*
+15	filled	fill	VERB	_	_	_	_	_	ss=v.change	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	water	water	NOUN	_	_	_	_	_	ss=n.substance	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-586
+# sent_counter = 786
+# text = @BornThisWayBaby thankk yhuu #monsterlove u just made my day :D
+1	@BornThisWayBaby	@bornthiswaybaby	PROPN	_	_	_	_	_	_	*
+2	thankk	thankk	VERB	_	_	_	_	_	ss=v.communication	*
+3	yhuu	yhuu	PRON	_	_	_	_	_	_	*
+4	#monsterlove	#monsterlove	NOUN	_	_	_	_	_	ss=n.person	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	made	make	VERB	_	_	_	_	_	ss=v.social	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	:D	:d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-587
+# sent_counter = 787
+# text = @mekamoe927 I 've had one before , but it was a short experience ( double entendre intended) .
+1	@mekamoe927	@mekamoe927	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	before	before	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	short	short	ADJ	_	_	_	_	_	_	*
+13	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	double	double	ADJ	_	_	_	_	_	_	*
+16	entendre	entendre	NOUN	_	_	_	_	_	ss=n.communication	*
+17	intended)	intended)	VERB	_	_	_	_	_	ss=v.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-588
+# sent_counter = 788
+# text = Why hate on somebody for doing well when you can simply say great job and move on .. [Haters u can kill yourself ] cuz ur losers
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	1:X
+3	on	on	ADP	_	_	_	_	_	_	1
+4	somebody	somebody	NOUN	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+7	well	well	ADV	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	simply	simply	ADV	_	_	_	_	_	_	*
+12	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	great	great	ADJ	_	_	_	_	_	_	*
+14	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	move	move	VERB	_	_	_	_	_	ss=v.change	2:X
+17	on	on	ADP	_	_	_	_	_	_	2
+18	..	..	PUNCT	_	_	_	_	_	_	*
+19	[Haters	[haters	NOUN	_	_	_	_	_	ss=n.person	*
+20	u	u	PRON	_	_	_	_	_	_	*
+21	can	can	AUX	_	_	_	_	_	_	*
+22	kill	kill	VERB	_	_	_	_	_	ss=v.contact	*
+23	yourself	yourself	PRON	_	_	_	_	_	_	*
+24	]	]	PUNCT	_	_	_	_	_	_	*
+25	cuz	cuz	ADP	_	_	_	_	_	_	*
+26	ur	ur	PRON	_	_	_	_	_	_	*
+27	losers	loser	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-589
+# sent_counter = 789
+# text = If you are staying in Gainesville , come check out Costa Lounge TONIGHT ! Say you are with salsa caliente and get in ... http://fb.me/FZVzm8H9
+1	If	if	ADP	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	AUX	_	_	_	_	_	_	*
+4	staying	stay	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Gainesville	gainesville	PROPN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+9	check	check	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	out	out	PART	_	_	_	_	_	_	1
+11	Costa	costa	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	Lounge	lounge	PROPN	_	_	_	_	_	_	2
+13	TONIGHT	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	Say	say	VERB	_	_	_	_	_	ss=v.communication	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	salsa	salsa	PROPN	_	_	_	_	_	ss=n.group	3:X
+20	caliente	caliente	PROPN	_	_	_	_	_	_	3
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	get	get	VERB	_	_	_	_	_	ss=v.motion	4:X
+23	in	in	ADP	_	_	_	_	_	_	4
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://fb.me/FZVzm8H9	http://fb.me/fzvzm8h9	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-590
+# sent_counter = 790
+# text = @godsgirl8494 can u please follow me ? you will make my day &lt; 3 8
+1	@godsgirl8494	@godsgirl8494	PROPN	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	please	please	VERB	_	_	_	_	_	_	*
+5	follow	follow	VERB	_	_	_	_	_	ss=v.social	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	make	make	VERB	_	_	_	_	_	ss=v.social	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+14	3	3	INTJ	_	_	_	_	_	_	*
+15	8	8	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-591
+# sent_counter = 791
+# text = Ugh I DO N'T HAVE MY EARPHONES I GUESS I WO N'T B TALKING AND DRIVING TODAY LOL .... Excuses Excuses Excuses SMH
+1	Ugh	ugh	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	DO	do	AUX	_	_	_	_	_	_	*
+4	N'T	n't	ADV	_	_	_	_	_	_	*
+5	HAVE	have	VERB	_	_	_	_	_	ss=v.possession	*
+6	MY	my	PRON	_	_	_	_	_	_	*
+7	EARPHONES	earphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	GUESS	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	WO	wo	AUX	_	_	_	_	_	_	*
+12	N'T	n't	ADV	_	_	_	_	_	_	*
+13	B	b	VERB	_	_	_	_	_	ss=v.stative	*
+14	TALKING	talk	VERB	_	_	_	_	_	ss=v.communication	*
+15	AND	and	CCONJ	_	_	_	_	_	_	*
+16	DRIVING	drive	VERB	_	_	_	_	_	ss=v.motion	*
+17	TODAY	today	NOUN	_	_	_	_	_	ss=n.time	*
+18	LOL	lol	INTJ	_	_	_	_	_	_	*
+19	....	....	PUNCT	_	_	_	_	_	_	*
+20	Excuses	excuse	NOUN	_	_	_	_	_	ss=n.communication	*
+21	Excuses	excuse	NOUN	_	_	_	_	_	ss=n.communication	*
+22	Excuses	excuse	NOUN	_	_	_	_	_	ss=n.communication	*
+23	SMH	smh	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-592
+# sent_counter = 792
+# text = There was just a fire at work . Today is looking up .
+1	There	there	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fire	fire	NOUN	_	_	_	_	_	ss=n.event	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+10	is	be	AUX	_	_	_	_	_	_	*
+11	looking	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	up	up	PART	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-593
+# sent_counter = 793
+# text = Haha I seen a ped egg called a foot cheese grater today . I found it proper hilarious xD
+1	Haha	haha	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	ped	ped	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+6	egg	egg	NOUN	_	_	_	_	_	_	1
+7	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	foot	foot	NOUN	_	_	_	_	_	ss=n.communication	2:X
+10	cheese	cheese	NOUN	_	_	_	_	_	_	2
+11	grater	grater	NOUN	_	_	_	_	_	_	2
+12	today	today	NOUN	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	found	found	VERB	_	_	_	_	_	ss=v.cognition	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	proper	proper	ADJ	_	_	_	_	_	_	*
+18	hilarious	hilarious	ADJ	_	_	_	_	_	_	*
+19	xD	xd	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-594
+# sent_counter = 794
+# text = For code I 've written since Sept ' 09 , the delay between commit to SCM and running on customer hardware has been about 10 days .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	code	code	NOUN	_	_	_	_	_	ss=n.communication	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	written	write	VERB	_	_	_	_	_	ss=v.creation	*
+6	since	since	ADP	_	_	_	_	_	_	*
+7	Sept	sept	PROPN	_	_	_	_	_	ss=n.time	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	09	09	NUM	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	delay	delay	NOUN	_	_	_	_	_	ss=n.time	*
+13	between	between	ADP	_	_	_	_	_	_	*
+14	commit	commit	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	SCM	scm	PROPN	_	_	_	_	_	ss=n.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	running	run	VERB	_	_	_	_	_	ss=v.change	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	customer	customer	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+21	hardware	hardware	NOUN	_	_	_	_	_	_	1
+22	has	have	AUX	_	_	_	_	_	_	*
+23	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	about	about	ADP	_	_	_	_	_	_	*
+25	10	10	NUM	_	_	_	_	_	_	*
+26	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-595
+# sent_counter = 795
+# text = Good start for sharks tonight can only get better . Played with short bench tonight . Thought Rocks well in game early though until ' unseen '
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	start	start	NOUN	_	_	_	_	_	ss=n.act	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	sharks	sharks	PROPN	_	_	_	_	_	ss=n.group	*
+5	tonight	tonight	NOUN	_	_	_	_	_	_	*
+6	can	can	AUX	_	_	_	_	_	_	*
+7	only	only	ADV	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.change	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Played	play	VERB	_	_	_	_	_	ss=v.competition	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	short	short	ADJ	_	_	_	_	_	ss=n.quantity	1:X
+14	bench	bench	NOUN	_	_	_	_	_	_	1
+15	tonight	tonight	NOUN	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+18	Rocks	rocks	PROPN	_	_	_	_	_	ss=n.person	*
+19	well	well	ADV	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+22	early	early	ADV	_	_	_	_	_	_	*
+23	though	though	ADP	_	_	_	_	_	_	*
+24	until	until	ADP	_	_	_	_	_	_	*
+25	'	'	PUNCT	_	_	_	_	_	_	*
+26	unseen	unseen	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	'	'	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-596
+# sent_counter = 796
+# text = @sarahk47 Okay The doc 's saying Keep it tamped down a coupla days then bring her out early ?
+1	@sarahk47	@sarahk47	PROPN	_	_	_	_	_	_	*
+2	Okay	okay	INTJ	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	doc	doc	NOUN	_	_	_	_	_	ss=n.person	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	Keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	tamped	tamp	VERB	_	_	_	_	_	ss=v.contact	1:X
+10	down	down	PART	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	*
+12	coupla	coupla	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+14	then	then	ADP	_	_	_	_	_	_	*
+15	bring	bring	VERB	_	_	_	_	_	ss=v.change	2:X
+16	her	her	PRON	_	_	_	_	_	_	*
+17	out	out	ADP	_	_	_	_	_	_	2
+18	early	early	ADV	_	_	_	_	_	_	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-597
+# sent_counter = 797
+# text = " before we start , how old are you ? HER : I 'm 15 .. old enough !........ #FindTheNearestExit
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	before	before	ADP	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	start	start	VERB	_	_	_	_	_	ss=v.change	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	old	old	ADJ	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+11	HER	her	PRON	_	_	_	_	_	_	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+15	15	15	NUM	_	_	_	_	_	_	*
+16	..	..	PUNCT	_	_	_	_	_	_	*
+17	old	old	ADJ	_	_	_	_	_	_	*
+18	enough	enough	ADV	_	_	_	_	_	_	*
+19	!........	!........	PUNCT	_	_	_	_	_	_	*
+20	#FindTheNearestExit	#findthenearestexit	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-598
+# sent_counter = 798
+# text = RT @ericjohnsalut " Good Morning ! Have a pleasant and happy day !" http://dlvr.it/5Rh4w
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ericjohnsalut	@ericjohnsalut	PROPN	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	Good	good	INTJ	_	_	_	_	_	_	1:X
+5	Morning	morning	INTJ	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	happy	happy	ADJ	_	_	_	_	_	_	*
+12	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+13	!"	!"	PUNCT	_	_	_	_	_	_	*
+14	http://dlvr.it/5Rh4w	http://dlvr.it/5rh4w	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-599
+# sent_counter = 799
+# text = VIDEO : Showbiz Tonight - Is TV Too Gay ?: http://bit.ly/aAZMD6
+1	VIDEO	video	NOUN	_	_	_	_	_	ss=n.communication	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Showbiz	showbiz	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	Tonight	tonight	PROPN	_	_	_	_	_	_	1
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	TV	tv	NOUN	_	_	_	_	_	ss=n.communication	*
+8	Too	too	ADV	_	_	_	_	_	_	*
+9	Gay	gay	ADJ	_	_	_	_	_	_	*
+10	?:	?:	PUNCT	_	_	_	_	_	_	*
+11	http://bit.ly/aAZMD6	http://bit.ly/aazmd6	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-600
+# sent_counter = 800
+# text = when did @thecodysimpson last tweet ,? ;)
+1	when	when	ADV	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	@thecodysimpson	@thecodysimpson	PROPN	_	_	_	_	_	ss=n.person	*
+4	last	last	ADV	_	_	_	_	_	_	*
+5	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+6	,?	,?	PUNCT	_	_	_	_	_	_	*
+7	;)	;)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-601
+# sent_counter = 801
+# text = [ GigaOM ] DRM FAIL : Five Broken Copy Protection Schemes : This week , we learned that the HDCP copy protection scheme ... http://bit.ly/blWf0e
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	GigaOM	gigaom	PROPN	_	_	_	_	_	_	*
+3	]	]	PUNCT	_	_	_	_	_	_	*
+4	DRM	drm	PROPN	_	_	_	_	_	ss=n.group	*
+5	FAIL	fail	VERB	_	_	_	_	_	ss=v.stative	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	Five	five	NUM	_	_	_	_	_	_	*
+8	Broken	broken	ADJ	_	_	_	_	_	_	*
+9	Copy	copy	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+10	Protection	protection	NOUN	_	_	_	_	_	_	1
+11	Schemes	scheme	NOUN	_	_	_	_	_	_	1
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	This	this	DET	_	_	_	_	_	_	*
+14	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	learned	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+18	that	that	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	HDCP	hdcp	PROPN	_	_	_	_	_	ss=n.group	*
+21	copy	copy	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+22	protection	protection	NOUN	_	_	_	_	_	_	2
+23	scheme	scheme	NOUN	_	_	_	_	_	_	2
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/blWf0e	http://bit.ly/blwf0e	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-602
+# sent_counter = 802
+# text = Was hard work going to the gym on my own tonight but managed a 30 min run and plenty of weights . Catching up on ufc now
+1	Was	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	hard	hard	ADJ	_	_	_	_	_	_	*
+3	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	gym	gym	NOUN	_	_	_	_	_	ss=n.location	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	own	own	ADJ	_	_	_	_	_	_	*
+11	tonight	tonight	NOUN	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	managed	manage	VERB	_	_	_	_	_	ss=v.body	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	30	30	NUM	_	_	_	_	_	_	*
+16	min	min	NOUN	_	_	_	_	_	ss=n.time	*
+17	run	run	NOUN	_	_	_	_	_	ss=n.act	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	plenty	plenty	ADV	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	weights	weight	NOUN	_	_	_	_	_	ss=n.act	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Catching	catch	VERB	_	_	_	_	_	ss=v.perception	1:X
+24	up	up	PART	_	_	_	_	_	_	1
+25	on	on	ADP	_	_	_	_	_	_	*
+26	ufc	ufc	PROPN	_	_	_	_	_	ss=n.communication	*
+27	now	now	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-603
+# sent_counter = 803
+# text = From Green Newsfeed : AHFA extends deadline for Sage Award to Nov . 5 http://tinyurl.com/24agj38
+1	From	from	ADP	_	_	_	_	_	_	*
+2	Green	green	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	Newsfeed	newsfeed	PROPN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	AHFA	ahfa	PROPN	_	_	_	_	_	ss=n.group	*
+6	extends	extend	VERB	_	_	_	_	_	ss=v.change	*
+7	deadline	deadline	NOUN	_	_	_	_	_	ss=n.time	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Sage	sage	PROPN	_	_	_	_	_	ss=n.act	2:X
+10	Award	award	PROPN	_	_	_	_	_	_	2
+11	to	to	PART	_	_	_	_	_	_	*
+12	Nov	nov	PROPN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	5	5	NUM	_	_	_	_	_	_	*
+15	http://tinyurl.com/24agj38	http://tinyurl.com/24agj38	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-604
+# sent_counter = 804
+# text = Thrilled about this @HPC//RT@DeLynnRizzo : girls , register4 #livethedream @joycemeyer , J John , @kerriweems oct 7-9 . livethedreamconference . com
+1	Thrilled	thrill	VERB	_	_	_	_	_	ss=v.emotion	*
+2	about	about	ADP	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	@HPC//RT@DeLynnRizzo	@hpc//rt@delynnrizzo	PROPN	_	_	_	_	_	_	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	register4	register4	VERB	_	_	_	_	_	ss=v.communication	*
+9	#livethedream	#livethedream	X	_	_	_	_	_	_	*
+10	@joycemeyer	@joycemeyer	PROPN	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	J	j	PROPN	_	_	_	_	_	ss=n.person	1:X
+13	John	john	PROPN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	@kerriweems	@kerriweems	PROPN	_	_	_	_	_	_	*
+16	oct	oct	PROPN	_	_	_	_	_	ss=n.time	*
+17	7-9	7-9	NUM	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	livethedreamconference	livethedreamconference	X	_	_	_	_	_	_	*
+20	.	.	X	_	_	_	_	_	_	*
+21	com	com	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-605
+# sent_counter = 805
+# text = 4Dbling 's place til monday , party party party . &lt; 3
+1	4Dbling	4dbling	PROPN	_	_	_	_	_	ss=n.person	*
+2	's	's	PART	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+4	til	til	ADP	_	_	_	_	_	_	*
+5	monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	party	party	NOUN	_	_	_	_	_	_	*
+8	party	party	NOUN	_	_	_	_	_	_	*
+9	party	party	NOUN	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+12	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-606
+# sent_counter = 806
+# text = @FeeninforPretty making something to eat , aint ate all day
+1	@FeeninforPretty	@feeninforpretty	PROPN	_	_	_	_	_	_	*
+2	making	make	VERB	_	_	_	_	_	ss=v.creation	*
+3	something	something	NOUN	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	aint	aint	VERB	_	_	_	_	_	_	*
+8	ate	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+9	all	all	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-607
+# sent_counter = 807
+# text = omg simone is coming over then 2morrow we foin 2 da fall festival cant wait 4 GAC 2night ! an Justin Bieber concert in Dec .!!!!!!! &lt; 3
+1	omg	omg	INTJ	_	_	_	_	_	_	*
+2	simone	simone	PROPN	_	_	_	_	_	ss=n.person	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	coming	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	over	over	ADP	_	_	_	_	_	_	1
+6	then	then	ADP	_	_	_	_	_	_	*
+7	2morrow	2morrow	NOUN	_	_	_	_	_	ss=n.time	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	foin	foin	VERB	_	_	_	_	_	ss=v.motion	*
+10	2	2	PART	_	_	_	_	_	_	*
+11	da	da	DET	_	_	_	_	_	_	*
+12	fall	fall	NOUN	_	_	_	_	_	ss=n.event	2:X
+13	festival	festival	NOUN	_	_	_	_	_	_	2
+14	cant	cant	AUX	_	_	_	_	_	ss=v.emotion	3:X
+15	wait	wait	VERB	_	_	_	_	_	_	3
+16	4	4	ADP	_	_	_	_	_	_	*
+17	GAC	gac	PROPN	_	_	_	_	_	ss=n.person	*
+18	2night	2night	NOUN	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	an	an	CCONJ	_	_	_	_	_	_	*
+21	Justin	justin	PROPN	_	_	_	_	_	ss=n.event	4:X
+22	Bieber	bieber	PROPN	_	_	_	_	_	_	4
+23	concert	concert	NOUN	_	_	_	_	_	_	4
+24	in	in	ADP	_	_	_	_	_	_	*
+25	Dec	dec	PROPN	_	_	_	_	_	ss=n.time	*
+26	.!!!!!!!	.!!!!!!!	PUNCT	_	_	_	_	_	_	*
+27	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+28	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-608
+# sent_counter = 808
+# text = 27 followers ! 30 followers is my goal for today !
+1	27	27	NUM	_	_	_	_	_	_	*
+2	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	30	30	NUM	_	_	_	_	_	_	*
+5	followers	followers	NOUN	_	_	_	_	_	ss=n.person	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	goal	goal	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-609
+# sent_counter = 809
+# text = good friday whatchu got for me @kanyewest
+1	good	good	ADJ	_	_	_	_	_	_	*
+2	friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+3	whatchu	whatchu	PRON	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	@kanyewest	@kanyewest	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-610
+# sent_counter = 810
+# text = I see her tomorrow : 3 so yeah~ ca n't wait
+1	I	i	PRON	_	_	_	_	_	_	*
+2	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+5	:	:	INTJ	_	_	_	_	_	_	*
+6	3	3	INTJ	_	_	_	_	_	_	*
+7	so	so	INTJ	_	_	_	_	_	_	*
+8	yeah~	yeah~	INTJ	_	_	_	_	_	_	*
+9	ca	ca	AUX	_	_	_	_	_	ss=v.emotion	1:X
+10	n't	n't	ADV	_	_	_	_	_	_	1
+11	wait	wait	VERB	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-611
+# sent_counter = 811
+# text = Friday Night Eats http://twitpic.com/2pdvtr
+1	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	1:X
+2	Night	night	PROPN	_	_	_	_	_	_	1
+3	Eats	eats	PROPN	_	_	_	_	_	ss=n.food	*
+4	http://twitpic.com/2pdvtr	http://twitpic.com/2pdvtr	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-612
+# sent_counter = 812
+# text = RT @kanyewest : You basically can say anything to someone on an email or text as long as you put LOL at the end
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@kanyewest	@kanyewest	PROPN	_	_	_	_	_	ss=n.person	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	You	you	PRON	_	_	_	_	_	_	*
+5	basically	basically	ADV	_	_	_	_	_	_	*
+6	can	can	AUX	_	_	_	_	_	_	*
+7	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	anything	anything	NOUN	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	someone	someone	NOUN	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	text	text	NOUN	_	_	_	_	_	ss=n.communication	*
+16	as	as	ADP	_	_	_	_	_	_	*
+17	long	long	ADV	_	_	_	_	_	_	*
+18	as	as	ADP	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	put	put	VERB	_	_	_	_	_	ss=v.communication	*
+21	LOL	lol	NOUN	_	_	_	_	_	ss=n.communication	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	end	end	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-613
+# sent_counter = 813
+# text = @Bills_Ears WELL SORRRY !! I did n't know you YEARS AGO !
+1	@Bills_Ears	@bills_ears	PROPN	_	_	_	_	_	_	*
+2	WELL	well	INTJ	_	_	_	_	_	_	*
+3	SORRRY	sorrry	ADJ	_	_	_	_	_	_	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	did	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	ADV	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	YEARS	years	NOUN	_	_	_	_	_	_	1:X
+11	AGO	ago	ADV	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-614
+# sent_counter = 814
+# text = Salty i broke one of my favorite Betsey Johnson necklaces today !!
+1	Salty	salty	INTJ	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	broke	break	VERB	_	_	_	_	_	ss=v.change	*
+4	one	one	NUM	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	favorite	favorite	ADJ	_	_	_	_	_	_	*
+8	Betsey	betsey	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+9	Johnson	johnson	PROPN	_	_	_	_	_	_	1
+10	necklaces	necklace	NOUN	_	_	_	_	_	_	1
+11	today	today	NOUN	_	_	_	_	_	_	*
+12	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-615
+# sent_counter = 815
+# text = #NFL Week 2 picks blog is up on @The_Score website ... http://blogs.thescore.com/nfl/2010/09/17/pizzolaw2/
+1	#NFL	#nfl	NOUN	_	_	_	_	_	ss=n.group	*
+2	Week	week	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	2	2	NUM	_	_	_	_	_	_	1
+4	picks	pick	NOUN	_	_	_	_	_	_	1
+5	blog	blog	NOUN	_	_	_	_	_	_	1
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	up	up	ADV	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	@The_Score	@the_score	PROPN	_	_	_	_	_	ss=n.group	*
+10	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	http://blogs.thescore.com/nfl/2010/09/17/pizzolaw2/	http://blogs.thescore.com/nfl/2010/09/17/pizzolaw2/	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-616
+# sent_counter = 816
+# text = cant wait to see my beautiful neice nx week , gonna spoil her rotton
+1	cant	cant	AUX	_	_	_	_	_	ss=v.emotion	1:X
+2	wait	wait	VERB	_	_	_	_	_	_	1
+3	to	to	PART	_	_	_	_	_	_	*
+4	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+7	neice	neice	NOUN	_	_	_	_	_	ss=n.person	*
+8	nx	nx	ADJ	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	gonna	gonna	VERB	_	_	_	_	_	_	*
+12	spoil	spoil	VERB	_	_	_	_	_	ss=v.social	*
+13	her	her	PRON	_	_	_	_	_	_	*
+14	rotton	rotton	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-617
+# sent_counter = 817
+# text = @winashbrown If that auto URL shortening could work I might stick with SD2 for a while - that saves me 3 or 4 steps when I am tweeting links
+1	@winashbrown	@winashbrown	PROPN	_	_	_	_	_	_	*
+2	If	if	ADP	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	auto	auto	NOUN	_	_	_	_	_	_	1:X
+5	URL	URL	X	_	_	_	_	_	_	1
+6	shortening	shortening	NOUN	_	_	_	_	_	_	1
+7	could	could	AUX	_	_	_	_	_	_	*
+8	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	might	might	AUX	_	_	_	_	_	_	*
+11	stick	stick	VERB	_	_	_	_	_	ss=v.stative	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	SD2	sd2	PROPN	_	_	_	_	_	ss=n.artifact	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	while	while	NOUN	_	_	_	_	_	ss=n.time	*
+17	-	-	PUNCT	_	_	_	_	_	_	*
+18	that	that	ADP	_	_	_	_	_	_	*
+19	saves	save	VERB	_	_	_	_	_	ss=v.stative	*
+20	me	me	PRON	_	_	_	_	_	_	*
+21	3	3	NUM	_	_	_	_	_	_	*
+22	or	or	CCONJ	_	_	_	_	_	_	*
+23	4	4	NUM	_	_	_	_	_	_	*
+24	steps	steps	NOUN	_	_	_	_	_	ss=n.act	*
+25	when	when	ADV	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	am	be	AUX	_	_	_	_	_	_	*
+28	tweeting	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+29	links	links	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-618
+# sent_counter = 818
+# text = RT @therbertson : Just saw the worst movie in years ... Piranha 3D just exceeded the limits of crappyness . | Glad you enjoyed it .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@therbertson	@therbertson	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Just	just	ADV	_	_	_	_	_	_	*
+5	saw	saw	VERB	_	_	_	_	_	ss=v.perception	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	worst	worst	ADJ	_	_	_	_	_	_	*
+8	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	Piranha	piranha	PROPN	_	_	_	_	_	ss=n.communication	1:X
+13	3D	3d	PROPN	_	_	_	_	_	_	1
+14	just	just	ADV	_	_	_	_	_	_	*
+15	exceeded	exceed	VERB	_	_	_	_	_	ss=v.change	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	limits	limit	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	crappyness	crappyness	NOUN	_	_	_	_	_	ss=n.feeling	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	|	|	PUNCT	_	_	_	_	_	_	*
+22	Glad	glad	ADJ	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-619
+# sent_counter = 819
+# text = RT @midgetmegs : hate people who write drunk status'. must be having a great time if your sat writing it on facebook .....
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@midgetmegs	@midgetmegs	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	write	write	VERB	_	_	_	_	_	ss=v.creation	*
+8	drunk	drunk	ADJ	_	_	_	_	_	_	*
+9	status'.	status'.	NOUN	_	_	_	_	_	ss=n.communication	*
+10	must	must	AUX	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+16	if	if	ADP	_	_	_	_	_	_	*
+17	your	your	PRON	_	_	_	_	_	_	*
+18	sat	sat	PROPN	_	_	_	_	_	_	*
+19	writing	write	VERB	_	_	_	_	_	ss=v.creation	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+23	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-620
+# sent_counter = 820
+# text = Kahlua & Coffee over looking the lake is just what the doctor ordered .... hope everyone has a great Friday night !
+1	Kahlua	kahlua	PROPN	_	_	_	_	_	ss=n.food	*
+2	&	&	CCONJ	_	_	_	_	_	_	*
+3	Coffee	coffee	PROPN	_	_	_	_	_	ss=n.food	*
+4	over	over	ADP	_	_	_	_	_	_	1:X
+5	looking	looking	ADJ	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	lake	lake	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	is	be	VERB	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	ss=v.cognition	2:X
+10	what	what	PRON	_	_	_	_	_	_	2
+11	the	the	DET	_	_	_	_	_	_	2
+12	doctor	doctor	NOUN	_	_	_	_	_	_	2
+13	ordered	order	VERB	_	_	_	_	_	_	2
+14	....	....	PUNCT	_	_	_	_	_	_	*
+15	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+16	everyone	everyone	NOUN	_	_	_	_	_	_	*
+17	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	great	great	ADJ	_	_	_	_	_	_	*
+20	Friday	friday	PROPN	_	_	_	_	_	ss=n.event	3:X
+21	night	night	NOUN	_	_	_	_	_	_	3
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-621
+# sent_counter = 821
+# text = Football game tonight with mariaelena , sarah , and brittany ! Mood : excited !! GOO WB WILDCATS !
+1	Football	football	NOUN	_	_	_	_	_	ss=n.event	1:X
+2	game	game	NOUN	_	_	_	_	_	_	1
+3	tonight	tonight	NOUN	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	mariaelena	mariaelena	PROPN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	sarah	sarah	PROPN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	brittany	brittany	PROPN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	Mood	mood	NOUN	_	_	_	_	_	ss=n.state	*
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	excited	excited	ADJ	_	_	_	_	_	_	*
+15	!!	!!	PUNCT	_	_	_	_	_	_	*
+16	GOO	goo	VERB	_	_	_	_	_	ss=v.cognition	*
+17	WB	wb	PROPN	_	_	_	_	_	ss=n.group	2:X
+18	WILDCATS	wildcats	PROPN	_	_	_	_	_	_	2
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-622
+# sent_counter = 822
+# text = Gotta love the bumper stickers of Fayette County : " Ever wonder if there is life after death ? Touch my truck and 'll find out ."
+1	Gotta	gotta	VERB	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	bumper	bumper	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	stickers	sticker	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Fayette	fayette	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	County	county	PROPN	_	_	_	_	_	_	2
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	Ever	ever	ADV	_	_	_	_	_	_	*
+12	wonder	wonder	VERB	_	_	_	_	_	ss=v.cognition	*
+13	if	if	ADP	_	_	_	_	_	_	*
+14	there	there	DET	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+17	after	after	ADP	_	_	_	_	_	_	*
+18	death	death	NOUN	_	_	_	_	_	ss=n.event	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+20	Touch	touch	VERB	_	_	_	_	_	ss=v.contact	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	'll	'll	AUX	_	_	_	_	_	_	*
+25	find	find	VERB	_	_	_	_	_	ss=v.cognition	3:X
+26	out	out	PART	_	_	_	_	_	_	3
+27	."	."	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-623
+# sent_counter = 823
+# text = @mfeige it 's on a Saturday though . So that 's a thing .
+1	@mfeige	@mfeige	PROPN	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+7	though	though	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	So	so	ADV	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	thing	thing	NOUN	_	_	_	_	_	ss=n.other	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-624
+# sent_counter = 824
+# text = 3 tests and an essay today . &gt; __ &gt; also i lost my backpackkk c : but then i found it .
+1	3	3	NUM	_	_	_	_	_	_	*
+2	tests	test	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	essay	essay	NOUN	_	_	_	_	_	ss=n.communication	*
+6	today	today	NOUN	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	&gt;	&gt;	INTJ	_	_	_	_	_	_	*
+9	__	__	INTJ	_	_	_	_	_	_	*
+10	&gt;	&gt;	INTJ	_	_	_	_	_	_	*
+11	also	also	ADV	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	lost	lose	VERB	_	_	_	_	_	ss=v.change	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	backpackkk	backpackkk	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	c	c	INTJ	_	_	_	_	_	_	*
+17	:	:	INTJ	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	then	then	ADV	_	_	_	_	_	_	*
+20	i	i	PRON	_	_	_	_	_	_	*
+21	found	found	VERB	_	_	_	_	_	ss=v.possession	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-625
+# sent_counter = 825
+# text = RT @DaymiCarolina : Yayaayayay kings of leon tonight !!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DaymiCarolina	@daymicarolina	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Yayaayayay	yayaayayay	INTJ	_	_	_	_	_	_	*
+5	kings	kings	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	of	of	ADP	_	_	_	_	_	_	1
+7	leon	leon	PROPN	_	_	_	_	_	_	1
+8	tonight	tonight	NOUN	_	_	_	_	_	_	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-626
+# sent_counter = 826
+# text = No I 'm not saying I 'm sorry One day , maybe 'll meet again No No No No ( 8 )
+1	No	no	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+8	sorry	sorry	ADJ	_	_	_	_	_	_	*
+9	One	one	NUM	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	maybe	maybe	ADV	_	_	_	_	_	_	*
+13	'll	'll	AUX	_	_	_	_	_	_	*
+14	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+15	again	again	ADV	_	_	_	_	_	_	*
+16	No	no	ADV	_	_	_	_	_	_	*
+17	No	no	ADV	_	_	_	_	_	_	*
+18	No	no	ADV	_	_	_	_	_	_	*
+19	No	no	ADV	_	_	_	_	_	_	*
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	8	8	NUM	_	_	_	_	_	_	*
+22	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-627
+# sent_counter = 827
+# text = Companies fixing a problem that 's wholly their fault and calling it a " one-time courtesy " is insult to injury . They 're clearly not sorry !
+1	Companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+2	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	problem	problem	NOUN	_	_	_	_	_	ss=n.state	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+7	wholly	wholly	ADV	_	_	_	_	_	_	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	fault	fault	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	one-time	one-time	ADJ	_	_	_	_	_	_	*
+16	courtesy	courtesy	NOUN	_	_	_	_	_	ss=n.act	*
+17	"	"	PUNCT	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	insult	insult	NOUN	_	_	_	_	_	_	1:X
+20	to	to	PART	_	_	_	_	_	_	1
+21	injury	injury	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	They	they	PRON	_	_	_	_	_	_	*
+24	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+25	clearly	clearly	ADV	_	_	_	_	_	_	*
+26	not	not	ADV	_	_	_	_	_	_	*
+27	sorry	sorry	ADJ	_	_	_	_	_	_	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-628
+# sent_counter = 828
+# text = @_mistercory *Smiles up at him* Can we just ... sit together for a while before round two ?
+1	@_mistercory	@_mistercory	PROPN	_	_	_	_	_	_	*
+2	*Smiles	*smiles	VERB	_	_	_	_	_	ss=v.body	*
+3	up	up	ADP	_	_	_	_	_	_	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	him*	him*	PRON	_	_	_	_	_	_	*
+6	Can	can	VERB	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	just	just	ADV	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	sit	sit	VERB	_	_	_	_	_	ss=v.contact	*
+11	together	together	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	while	while	NOUN	_	_	_	_	_	ss=n.time	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	round	round	NOUN	_	_	_	_	_	ss=n.act	1:X
+17	two	two	NUM	_	_	_	_	_	_	1
+18	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-629
+# sent_counter = 829
+# text = I am living my dream , winning at life and being respected for every thing I do . And its about fucking time . #dontsettle #EVER
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	living	live	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	dream	dream	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	winning	win	VERB	_	_	_	_	_	ss=v.possession	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	being	be	AUX	_	_	_	_	_	_	*
+12	respected	respect	VERB	_	_	_	_	_	ss=v.social	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	every	every	DET	_	_	_	_	_	_	1:X
+15	thing	thing	NOUN	_	_	_	_	_	_	1
+16	I	i	PRON	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	And	and	CCONJ	_	_	_	_	_	_	*
+20	its	its	PRON	_	_	_	_	_	_	*
+21	about	about	ADP	_	_	_	_	_	_	*
+22	fucking	fucking	ADV	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	ss=n.other	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	#dontsettle	#dontsettle	X	_	_	_	_	_	_	*
+26	#EVER	#ever	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-630
+# sent_counter = 830
+# text = the last group dalam lab , for the first time
+1	the	the	DET	_	_	_	_	_	_	*
+2	last	last	ADJ	_	_	_	_	_	_	*
+3	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+4	dalam	dalam	VERB	_	_	_	_	_	_	*
+5	lab	lab	NOUN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	first	first	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-631
+# sent_counter = 831
+# text = @pjames Add a little Belanger , and you 've got it ! Of course ... after his household items arrive from D . C .
+1	@pjames	@pjames	PROPN	_	_	_	_	_	_	*
+2	Add	add	VERB	_	_	_	_	_	ss=v.change	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	Belanger	belanger	PROPN	_	_	_	_	_	ss=n.artifact	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	've	've	AUX	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	Of	of	ADP	_	_	_	_	_	_	1:X
+14	course	course	NOUN	_	_	_	_	_	_	1
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	after	after	ADP	_	_	_	_	_	_	*
+17	his	his	PRON	_	_	_	_	_	_	*
+18	household	household	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+19	items	item	NOUN	_	_	_	_	_	_	2
+20	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	D	d	PROPN	_	_	_	_	_	ss=n.location	3:X
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	C	c	PROPN	_	_	_	_	_	_	3
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-632
+# sent_counter = 832
+# text = RT @OMGwhatateen : RT if you are happy it 's friday . #OMGwhatateen
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@OMGwhatateen	@omgwhatateen	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	if	if	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	happy	happy	ADJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+11	friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	#OMGwhatateen	#omgwhatateen	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-633
+# sent_counter = 833
+# text = Halo Reach was a bit crap tonight
+1	Halo	halo	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Reach	reach	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	bit	bit	ADJ	_	_	_	_	_	_	*
+6	crap	crap	NOUN	_	_	_	_	_	_	*
+7	tonight	tonight	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-634
+# sent_counter = 834
+# text = @Miss_deadpool May 's costume is the giant spider on her upper body . I 'm JJ .
+1	@Miss_deadpool	@miss_deadpool	PROPN	_	_	_	_	_	_	*
+2	May	may	AUX	_	_	_	_	_	ss=n.person	*
+3	's	's	AUX	_	_	_	_	_	_	*
+4	costume	costume	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	giant	giant	ADJ	_	_	_	_	_	_	*
+8	spider	spider	NOUN	_	_	_	_	_	ss=n.animal	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	her	her	PRON	_	_	_	_	_	_	*
+11	upper	upper	NOUN	_	_	_	_	_	ss=n.body	1:X
+12	body	body	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	AUX	_	_	_	_	_	_	*
+16	JJ	jj	VERB	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-635
+# sent_counter = 835
+# text = Working at my old office tomorrow to catch the bookkeeping up . Money to do easy stuff when I would just be sitting around anyway ? Yes plz .
+1	Working	work	VERB	_	_	_	_	_	ss=v.cognition	*
+2	at	at	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	old	old	ADJ	_	_	_	_	_	_	*
+5	office	office	NOUN	_	_	_	_	_	ss=n.location	*
+6	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	catch	catch	VERB	_	_	_	_	_	ss=v.change	1:X
+9	the	the	DET	_	_	_	_	_	_	*
+10	bookkeeping	bookkeeping	NOUN	_	_	_	_	_	ss=n.act	*
+11	up	up	PART	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+16	easy	easy	ADJ	_	_	_	_	_	_	*
+17	stuff	stuff	NOUN	_	_	_	_	_	ss=n.act	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	just	just	ADV	_	_	_	_	_	_	*
+22	be	be	AUX	_	_	_	_	_	_	*
+23	sitting	sit	VERB	_	_	_	_	_	ss=v.contact	*
+24	around	around	ADP	_	_	_	_	_	_	*
+25	anyway	anyway	NOUN	_	_	_	_	_	_	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+27	Yes	yes	INTJ	_	_	_	_	_	_	*
+28	plz	plz	INTJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-636
+# sent_counter = 836
+# text = QUAKE : Mag 4.5 , Saturday , September 18 2010 at 10:03 am ( NZST) , 20 km south-west of Christchurch . http://tinyurl.com/265n4mx #eqnz
+1	QUAKE	quake	NOUN	_	_	_	_	_	ss=n.event	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Mag	mag	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	4.5	4.5	NUM	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	September	september	PROPN	_	_	_	_	_	ss=n.time	*
+9	18	18	NUM	_	_	_	_	_	_	*
+10	2010	2010	NUM	_	_	_	_	_	_	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	10:03	10:03	NUM	_	_	_	_	_	_	*
+13	am	am	NOUN	_	_	_	_	_	_	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	NZST)	nzst)	PROPN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	20	20	NUM	_	_	_	_	_	_	*
+18	km	km	NOUN	_	_	_	_	_	ss=n.quantity	*
+19	south-west	south-west	ADJ	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	Christchurch	christchurch	PROPN	_	_	_	_	_	ss=n.location	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	http://tinyurl.com/265n4mx	http://tinyurl.com/265n4mx	X	_	_	_	_	_	_	*
+24	#eqnz	#eqnz	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-637
+# sent_counter = 837
+# text = RT @Eeenie_Meenie : RT if you are happy that today is FRIDAY ! :)
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Eeenie_Meenie	@eeenie_meenie	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	if	if	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	happy	happy	ADJ	_	_	_	_	_	_	*
+9	that	that	ADP	_	_	_	_	_	_	*
+10	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	FRIDAY	friday	PROPN	_	_	_	_	_	ss=n.time	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-638
+# sent_counter = 838
+# text = Wanna see ya bro , I miss u U scared me to hell yesterday , cant live without u U 're more than a bro u 're Like my twin Need u , come home Luv u &lt; 3
+1	Wanna	wanna	VERB	_	_	_	_	_	_	*
+2	see	see	VERB	_	_	_	_	_	ss=v.social	*
+3	ya	ya	PRON	_	_	_	_	_	_	*
+4	bro	bro	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	miss	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+8	u	u	PRON	_	_	_	_	_	_	*
+9	U	u	PRON	_	_	_	_	_	_	*
+10	scared	scare	VERB	_	_	_	_	_	ss=v.emotion	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	hell	hell	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	yesterday	yesterday	NOUN	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	cant	cant	AUX	_	_	_	_	_	_	*
+17	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+18	without	without	ADP	_	_	_	_	_	_	*
+19	u	u	PRON	_	_	_	_	_	_	*
+20	U	u	PRON	_	_	_	_	_	_	*
+21	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+22	more	more	ADJ	_	_	_	_	_	_	*
+23	than	than	ADP	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	bro	bro	NOUN	_	_	_	_	_	ss=n.person	*
+26	u	u	PRON	_	_	_	_	_	_	*
+27	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+28	Like	like	ADP	_	_	_	_	_	_	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	twin	twin	NOUN	_	_	_	_	_	ss=n.person	*
+31	Need	need	VERB	_	_	_	_	_	ss=v.emotion	*
+32	u	u	PRON	_	_	_	_	_	_	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+35	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+36	Luv	luv	VERB	_	_	_	_	_	ss=v.emotion	*
+37	u	u	PRON	_	_	_	_	_	_	*
+38	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+39	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-639
+# sent_counter = 839
+# text = TWEET ! @stjosephs Empls of the Month : Deborah L #Speech #Pathologist-Childrens Rehab and Patricia M #Referral/#Auth #Spec-#Womens #Care !
+1	TWEET	tweet	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	@stjosephs	@stjosephs	PROPN	_	_	_	_	_	_	*
+4	Empls	empls	NOUN	_	_	_	_	_	ss=n.person	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Month	month	NOUN	_	_	_	_	_	ss=n.time	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	Deborah	deborah	PROPN	_	_	_	_	_	ss=n.person	1:X
+10	L	l	PROPN	_	_	_	_	_	_	1
+11	#Speech	#speech	NOUN	_	_	_	_	_	ss=n.communication	*
+12	#Pathologist-Childrens	#pathologist-childrens	X	_	_	_	_	_	_	*
+13	Rehab	rehab	NOUN	_	_	_	_	_	ss=n.act	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	Patricia	patricia	PROPN	_	_	_	_	_	ss=n.person	2:X
+16	M	m	PROPN	_	_	_	_	_	_	2
+17	#Referral/#Auth	#referral/#auth	X	_	_	_	_	_	_	*
+18	#Spec-#Womens	#spec-#womens	X	_	_	_	_	_	_	*
+19	#Care	#care	X	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-640
+# sent_counter = 840
+# text = RT @BuffSabresGrl63 : RT @LindyRuffsTie : RT @FakeDarcy : No Derek , when guys get hurt , " kissing the boo-boo " will not make it better . #sab ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@BuffSabresGrl63	@buffsabresgrl63	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@LindyRuffsTie	@lindyruffstie	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	RT	rt	X	_	_	_	_	_	_	*
+8	@FakeDarcy	@fakedarcy	PROPN	_	_	_	_	_	_	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	No	no	INTJ	_	_	_	_	_	_	*
+11	Derek	derek	PROPN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+15	get	get	VERB	_	_	_	_	_	ss=v.change	*
+16	hurt	hurt	VERB	_	_	_	_	_	ss=v.body	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	kissing	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	boo-boo	boo-boo	NOUN	_	_	_	_	_	ss=n.body	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+23	will	will	AUX	_	_	_	_	_	_	*
+24	not	not	ADV	_	_	_	_	_	_	*
+25	make	make	VERB	_	_	_	_	_	ss=v.change	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	better	better	ADJ	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+29	#sab	#sab	X	_	_	_	_	_	_	*
+30	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-641
+# sent_counter = 841
+# text = RT @TRAEABN Headed to Shreveport then Lake Charles -might as well shoot through dat #BMT after the slab show in Lake Charles ..
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TRAEABN	@traeabn	PROPN	_	_	_	_	_	_	*
+3	Headed	head	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	Shreveport	shreveport	PROPN	_	_	_	_	_	ss=n.location	*
+6	then	then	ADP	_	_	_	_	_	_	*
+7	Lake	lake	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	Charles	charles	PROPN	_	_	_	_	_	_	1
+9	-might	-might	AUX	_	_	_	_	_	_	*
+10	as	as	ADP	_	_	_	_	_	_	*
+11	well	well	ADV	_	_	_	_	_	_	*
+12	shoot	shoot	VERB	_	_	_	_	_	ss=v.motion	2:X
+13	through	through	ADP	_	_	_	_	_	_	2
+14	dat	dat	DET	_	_	_	_	_	_	*
+15	#BMT	#bmt	X	_	_	_	_	_	_	*
+16	after	after	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	slab	slab	NOUN	_	_	_	_	_	ss=n.act	3:X
+19	show	show	NOUN	_	_	_	_	_	_	3
+20	in	in	ADP	_	_	_	_	_	_	*
+21	Lake	lake	PROPN	_	_	_	_	_	ss=n.location	4:X
+22	Charles	charles	PROPN	_	_	_	_	_	_	4
+23	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-642
+# sent_counter = 842
+# text = RT @WeSpazForJB : http://twitpic.com/2nn4ee &lt; ---- still the funniest photo . of all time . ALL TIME .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@WeSpazForJB	@wespazforjb	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	http://twitpic.com/2nn4ee	http://twitpic.com/2nn4ee	X	_	_	_	_	_	_	*
+5	&lt;	&lt;	X	_	_	_	_	_	_	*
+6	----	----	X	_	_	_	_	_	_	*
+7	still	still	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	funniest	funny	ADJ	_	_	_	_	_	_	*
+10	photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	1:X
+13	all	all	DET	_	_	_	_	_	_	1
+14	time	time	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	ALL	all	DET	_	_	_	_	_	_	2:X
+17	TIME	time	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-643
+# sent_counter = 843
+# text = I have eaten a large quantity of oranges this week ...
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	large	large	ADJ	_	_	_	_	_	_	*
+6	quantity	quantity	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	oranges	orange	NOUN	_	_	_	_	_	ss=n.food	*
+9	this	this	DET	_	_	_	_	_	_	1:X
+10	week	week	NOUN	_	_	_	_	_	_	1
+11	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-644
+# sent_counter = 844
+# text = RT @NickSilly : Fun ! RT @JackFMDFW : Put on your Boogie Shoes and Get Down Tonight with KC and The Sunshine Band . #Dallas #concerts http :/ ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@NickSilly	@nicksilly	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Fun	fun	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	RT	rt	X	_	_	_	_	_	_	*
+7	@JackFMDFW	@jackfmdfw	PROPN	_	_	_	_	_	_	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	Put	put	VERB	_	_	_	_	_	ss=v.body	1:X
+10	on	on	ADP	_	_	_	_	_	_	1
+11	your	your	PRON	_	_	_	_	_	_	*
+12	Boogie	boogie	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+13	Shoes	shoes	NOUN	_	_	_	_	_	_	2
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	Get	get	VERB	_	_	_	_	_	ss=v.motion	3:X
+16	Down	down	PART	_	_	_	_	_	_	3
+17	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	KC	kc	PROPN	_	_	_	_	_	ss=n.group	4:X
+20	and	and	CCONJ	_	_	_	_	_	_	4
+21	The	the	PROPN	_	_	_	_	_	_	4
+22	Sunshine	sunshine	PROPN	_	_	_	_	_	_	4
+23	Band	band	PROPN	_	_	_	_	_	_	4
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	#Dallas	#dallas	NOUN	_	_	_	_	_	_	*
+26	#concerts	#concerts	NOUN	_	_	_	_	_	_	*
+27	http	http	X	_	_	_	_	_	_	*
+28	:/	:/	PUNCT	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-645
+# sent_counter = 845
+# text = Someone just started following me today so I better post something . There .
+1	Someone	someone	NOUN	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	started	start	VERB	_	_	_	_	_	ss=v.change	*
+4	following	follow	VERB	_	_	_	_	_	ss=v.communication	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	today	today	NOUN	_	_	_	_	_	_	*
+7	so	so	ADP	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	better	better	AUX	_	_	_	_	_	_	*
+10	post	post	VERB	_	_	_	_	_	ss=v.communication	*
+11	something	something	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	There	there	INTJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-646
+# sent_counter = 846
+# text = i want a bath but do n't have a bath , shut up , sam 's coming tomorrow and steve and tanya will be round at 10am so go away you mean people
+1	i	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	bath	bath	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	ADV	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	bath	bath	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	shut	shut	VERB	_	_	_	_	_	ss=v.communication	1:X
+13	up	up	PART	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	sam	sam	PROPN	_	_	_	_	_	ss=n.person	*
+16	's	's	AUX	_	_	_	_	_	_	*
+17	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+18	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	steve	steve	PROPN	_	_	_	_	_	ss=n.person	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	tanya	tanya	PROPN	_	_	_	_	_	ss=n.person	*
+23	will	will	AUX	_	_	_	_	_	_	*
+24	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	round	round	ADV	_	_	_	_	_	_	*
+26	at	at	ADP	_	_	_	_	_	_	*
+27	10am	10am	NUM	_	_	_	_	_	_	*
+28	so	so	ADP	_	_	_	_	_	_	*
+29	go	go	VERB	_	_	_	_	_	ss=v.motion	2:X
+30	away	away	ADV	_	_	_	_	_	_	2
+31	you	you	PRON	_	_	_	_	_	_	*
+32	mean	mean	ADJ	_	_	_	_	_	_	*
+33	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-647
+# sent_counter = 847
+# text = What Do S.F. Rabbis Eat Before and After Yom Kippur ? We Asked Five to Enlighten Us ! via @SFoodie http://bit.ly/aQrFUz
+1	What	what	PRON	_	_	_	_	_	_	*
+2	Do	do	AUX	_	_	_	_	_	_	*
+3	S.F.	s.f.	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Rabbis	rabbi	NOUN	_	_	_	_	_	_	1
+5	Eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+6	Before	before	ADP	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	After	after	ADP	_	_	_	_	_	_	*
+9	Yom	yom	PROPN	_	_	_	_	_	ss=n.event	2:X
+10	Kippur	kippur	PROPN	_	_	_	_	_	_	2
+11	?	?	PUNCT	_	_	_	_	_	_	*
+12	We	we	PRON	_	_	_	_	_	_	*
+13	Asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+14	Five	five	NUM	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	Enlighten	enlighten	VERB	_	_	_	_	_	ss=v.communication	*
+17	Us	us	PRON	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	via	via	ADP	_	_	_	_	_	_	*
+20	@SFoodie	@sfoodie	PROPN	_	_	_	_	_	ss=n.communication	*
+21	http://bit.ly/aQrFUz	http://bit.ly/aqrfuz	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-648
+# sent_counter = 848
+# text = Half baked , next how high , grandma boys , puff puff pass , and 4 hours of friday . &lt; DEAD GREEN HARTS &gt;
+1	Half	half	DET	_	_	_	_	_	_	1:X
+2	baked	baked	ADJ	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	next	next	ADJ	_	_	_	_	_	_	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	high	high	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	grandma	grandma	NOUN	_	_	_	_	_	ss=n.person	2:X
+9	boys	boy	NOUN	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	puff	puff	VERB	_	_	_	_	_	_	3:X
+12	puff	puff	VERB	_	_	_	_	_	_	3
+13	pass	pass	VERB	_	_	_	_	_	_	3
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	4	4	NUM	_	_	_	_	_	_	*
+17	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	&lt;	&lt;	X	_	_	_	_	_	_	*
+22	DEAD	dead	PROPN	_	_	_	_	_	ss=n.communication	4:X
+23	GREEN	green	PROPN	_	_	_	_	_	_	4
+24	HARTS	harts	PROPN	_	_	_	_	_	_	4
+25	&gt;	&gt;	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-649
+# sent_counter = 849
+# text = @mcflysandra haha yes :) have to go speak tomorrow :) good night xxx
+1	@mcflysandra	@mcflysandra	PROPN	_	_	_	_	_	_	*
+2	haha	haha	INTJ	_	_	_	_	_	_	*
+3	yes	yes	INTJ	_	_	_	_	_	_	*
+4	:)	:)	INTJ	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+9	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+10	:)	:)	INTJ	_	_	_	_	_	_	*
+11	good	good	ADJ	_	_	_	_	_	ss=n.communication	1:X
+12	night	night	NOUN	_	_	_	_	_	_	1
+13	xxx	xxx	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-650
+# sent_counter = 850
+# text = RT @GreatestQuotes : " When everything seems to be going against you , remember that the airplane takes off against the wind , not with it ." ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@GreatestQuotes	@greatestquotes	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	When	when	ADV	_	_	_	_	_	_	*
+6	everything	everything	NOUN	_	_	_	_	_	_	*
+7	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	going	go	VERB	_	_	_	_	_	ss=v.stative	*
+11	against	against	ADP	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+15	that	that	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	airplane	airplane	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	takes	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+19	off	off	PART	_	_	_	_	_	_	1
+20	against	against	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	wind	wind	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	not	not	ADV	_	_	_	_	_	_	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	."	."	PUNCT	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-651
+# sent_counter = 851
+# text = @2kjdream Good morning ! Have a Good day :) from JPN .
+1	@2kjdream	@2kjdream	PROPN	_	_	_	_	_	_	*
+2	Good	good	ADJ	_	_	_	_	_	_	1:X
+3	morning	morning	NOUN	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	Have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	Good	good	ADJ	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	:)	:)	INTJ	_	_	_	_	_	_	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	JPN	jpn	PROPN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-652
+# sent_counter = 852
+# text = DITR REI Update : California Home Sales Decline Year-Over-Year : By Michael Kraus on September 17 ... http://bit.ly/96Zavf #realestate #invest
+1	DITR	ditr	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	REI	rei	PROPN	_	_	_	_	_	_	1
+3	Update	update	NOUN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	California	california	PROPN	_	_	_	_	_	ss=n.possession	2:X
+6	Home	home	NOUN	_	_	_	_	_	_	2
+7	Sales	sales	NOUN	_	_	_	_	_	_	2
+8	Decline	decline	VERB	_	_	_	_	_	ss=v.change	*
+9	Year-Over-Year	year-over-year	ADJ	_	_	_	_	_	_	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	By	by	ADP	_	_	_	_	_	_	*
+12	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	3:X
+13	Kraus	kraus	PROPN	_	_	_	_	_	_	3
+14	on	on	ADP	_	_	_	_	_	_	*
+15	September	september	PROPN	_	_	_	_	_	ss=n.time	*
+16	17	17	NUM	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	http://bit.ly/96Zavf	http://bit.ly/96zavf	X	_	_	_	_	_	_	*
+19	#realestate	#realestate	X	_	_	_	_	_	_	*
+20	#invest	#invest	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-653
+# sent_counter = 853
+# text = Good golly . Who left the candy in the lunchroom . May set a world record for the most Sour Patch kids eaten by an individual !
+1	Good	good	INTJ	_	_	_	_	_	_	1:X
+2	golly	golly	INTJ	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	Who	who	PRON	_	_	_	_	_	ss=n.group	*
+5	left	leave	VERB	_	_	_	_	_	ss=v.contact	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	candy	candy	NOUN	_	_	_	_	_	ss=n.food	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	lunchroom	lunchroom	NOUN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	May	may	AUX	_	_	_	_	_	_	*
+13	set	set	VERB	_	_	_	_	_	ss=v.competition	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	world	world	NOUN	_	_	_	_	_	ss=n.communication	2:X
+16	record	record	NOUN	_	_	_	_	_	_	2
+17	for	for	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	most	most	ADJ	_	_	_	_	_	_	*
+20	Sour	sour	PROPN	_	_	_	_	_	ss=n.food	3:X
+21	Patch	patch	PROPN	_	_	_	_	_	_	3
+22	kids	kids	PROPN	_	_	_	_	_	_	3
+23	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+24	by	by	ADP	_	_	_	_	_	_	*
+25	an	an	DET	_	_	_	_	_	_	*
+26	individual	individual	NOUN	_	_	_	_	_	ss=n.person	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-654
+# sent_counter = 854
+# text = Last stop of the day thank goddddd (@ H-E-B Plus ) http://4sq.com/7RDhgd
+1	Last	last	ADJ	_	_	_	_	_	_	*
+2	stop	stop	NOUN	_	_	_	_	_	ss=n.act	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+7	goddddd	goddddd	PROPN	_	_	_	_	_	ss=n.person	*
+8	(@	(@	PUNCT	_	_	_	_	_	_	*
+9	H-E-B	h-e-b	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Plus	plus	PROPN	_	_	_	_	_	_	1
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	http://4sq.com/7RDhgd	http://4sq.com/7rdhgd	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-655
+# sent_counter = 855
+# text = Exclusive : Rep . Steve King on ObamaCare , Tea Party , and Constitution Day : The inclusion of the Tenth Amendment in ... http://bit.ly/cYITA8
+1	Exclusive	exclusive	ADJ	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Rep	rep	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	Steve	steve	PROPN	_	_	_	_	_	_	1
+6	King	king	PROPN	_	_	_	_	_	_	1
+7	on	on	ADP	_	_	_	_	_	_	*
+8	ObamaCare	obamacare	PROPN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Tea	tea	PROPN	_	_	_	_	_	ss=n.group	2:X
+11	Party	party	PROPN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Constitution	constitution	PROPN	_	_	_	_	_	ss=n.event	3:X
+15	Day	day	PROPN	_	_	_	_	_	_	3
+16	:	:	PUNCT	_	_	_	_	_	_	*
+17	The	the	DET	_	_	_	_	_	_	*
+18	inclusion	inclusion	NOUN	_	_	_	_	_	ss=n.state	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	Tenth	tenth	PROPN	_	_	_	_	_	ss=n.communication	4:X
+22	Amendment	amendment	PROPN	_	_	_	_	_	_	4
+23	in	in	ADP	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/cYITA8	http://bit.ly/cyita8	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-656
+# sent_counter = 856
+# text = Long 18k run done and in the books ! Beauty day . Til now , at dentist , and lady next to me spilling over to my chair .. Just belched . Loudly . +1
+1	Long	long	ADJ	_	_	_	_	_	_	*
+2	18k	18k	NUM	_	_	_	_	_	_	*
+3	run	run	NOUN	_	_	_	_	_	ss=n.act	*
+4	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	books	book	NOUN	_	_	_	_	_	ss=n.communication	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	Beauty	beauty	ADJ	_	_	_	_	_	ss=n.event	1:X
+11	day	day	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	Til	til	ADP	_	_	_	_	_	_	*
+14	now	now	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	dentist	dentist	NOUN	_	_	_	_	_	ss=n.location	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+21	next	next	ADJ	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	spilling	spill	VERB	_	_	_	_	_	ss=v.contact	2:X
+25	over	over	ADP	_	_	_	_	_	_	2
+26	to	to	PART	_	_	_	_	_	_	*
+27	my	my	PRON	_	_	_	_	_	_	*
+28	chair	chair	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	..	..	PUNCT	_	_	_	_	_	_	*
+30	Just	just	ADV	_	_	_	_	_	_	*
+31	belched	belch	VERB	_	_	_	_	_	ss=v.body	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+33	Loudly	loudly	ADV	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+35	+1	+1	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-657
+# sent_counter = 857
+# text = You gotta let em lick it before they stick it
+1	You	you	PRON	_	_	_	_	_	_	*
+2	gotta	gotta	VERB	_	_	_	_	_	ss=v.cognition	*
+3	let	let	VERB	_	_	_	_	_	ss=v.social	*
+4	em	em	PRON	_	_	_	_	_	_	*
+5	lick	lick	VERB	_	_	_	_	_	ss=v.contact	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	before	before	ADP	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	stick	stick	VERB	_	_	_	_	_	ss=v.contact	*
+10	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-658
+# sent_counter = 858
+# text = @Hollly_ 16 b 17 in feb
+1	@Hollly_	@hollly_	PROPN	_	_	_	_	_	_	*
+2	16	16	NUM	_	_	_	_	_	_	*
+3	b	b	VERB	_	_	_	_	_	ss=v.stative	*
+4	17	17	NUM	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	feb	feb	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-659
+# sent_counter = 859
+# text = There 's a lot of people showing off their iPhones on facebook today , so & so is at such a place , it 's really not that interesting ;o )
+1	There	there	DET	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	lot	lot	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+7	showing	show	VERB	_	_	_	_	_	ss=v.social	1:X
+8	off	off	PART	_	_	_	_	_	_	1
+9	their	their	PRON	_	_	_	_	_	_	*
+10	iPhones	iphones	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+13	today	today	NOUN	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	so	so	ADV	_	_	_	_	_	_	*
+16	&	&	CCONJ	_	_	_	_	_	_	*
+17	so	so	ADV	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	such	such	ADJ	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+26	really	really	ADV	_	_	_	_	_	_	*
+27	not	not	ADV	_	_	_	_	_	_	*
+28	that	that	DET	_	_	_	_	_	_	*
+29	interesting	interesting	ADJ	_	_	_	_	_	_	*
+30	;o	;o	INTJ	_	_	_	_	_	_	*
+31	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-660
+# sent_counter = 860
+# text = RT @zahrock12 : Fuck yeah its FRIDAY !!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@zahrock12	@zahrock12	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Fuck	fuck	INTJ	_	_	_	_	_	_	*
+5	yeah	yeah	INTJ	_	_	_	_	_	_	*
+6	its	its	PRON	_	_	_	_	_	_	*
+7	FRIDAY	friday	PROPN	_	_	_	_	_	ss=n.time	*
+8	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-661
+# sent_counter = 861
+# text = #Astros lineup for tonight . Keppinger sits , Downs plays 2B , CJ bats 5th . @alysonfooter http://bit.ly/bHvgCS
+1	#Astros	#astros	NOUN	_	_	_	_	_	ss=n.group	*
+2	lineup	lineup	NOUN	_	_	_	_	_	ss=n.state	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Keppinger	keppinger	PROPN	_	_	_	_	_	ss=n.person	*
+7	sits	sit	VERB	_	_	_	_	_	ss=v.stative	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Downs	downs	PROPN	_	_	_	_	_	ss=n.person	*
+10	plays	play	VERB	_	_	_	_	_	ss=v.competition	*
+11	2B	2b	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	CJ	cj	PROPN	_	_	_	_	_	ss=n.person	*
+14	bats	bat	VERB	_	_	_	_	_	ss=v.contact	*
+15	5th	5th	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	@alysonfooter	@alysonfooter	PROPN	_	_	_	_	_	_	*
+18	http://bit.ly/bHvgCS	http://bit.ly/bhvgcs	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-662
+# sent_counter = 862
+# text = HA ! RT @ew32766 I love it when my mom posts status updates on FB , they are usually personal messages she meant 2write on someone 's wall . ;)
+1	HA	ha	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@ew32766	@ew32766	PROPN	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+11	posts	post	VERB	_	_	_	_	_	ss=v.communication	*
+12	status	status	NOUN	_	_	_	_	_	ss=n.communication	1:X
+13	updates	update	NOUN	_	_	_	_	_	_	1
+14	on	on	ADP	_	_	_	_	_	_	*
+15	FB	fb	PROPN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	usually	usually	ADV	_	_	_	_	_	_	*
+20	personal	personal	ADJ	_	_	_	_	_	_	*
+21	messages	message	NOUN	_	_	_	_	_	ss=n.communication	*
+22	she	she	PRON	_	_	_	_	_	_	*
+23	meant	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+24	2write	2write	VERB	_	_	_	_	_	ss=v.creation	*
+25	on	on	ADP	_	_	_	_	_	_	*
+26	someone	someone	NOUN	_	_	_	_	_	ss=n.person	*
+27	's	's	PART	_	_	_	_	_	_	*
+28	wall	wall	NOUN	_	_	_	_	_	ss=n.communication	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+30	;)	;)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-663
+# sent_counter = 863
+# text = #Random But Why Do Woman Say The Want A Big D@ck & When They Get It They Favorite Line Is " where is that suppose to go "
+1	#Random	#random	X	_	_	_	_	_	_	*
+2	But	but	CCONJ	_	_	_	_	_	_	*
+3	Why	why	ADV	_	_	_	_	_	_	*
+4	Do	do	AUX	_	_	_	_	_	_	*
+5	Woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+6	Say	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	The	the	PRON	_	_	_	_	_	_	*
+8	Want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+9	A	a	DET	_	_	_	_	_	_	*
+10	Big	big	ADJ	_	_	_	_	_	_	*
+11	D@ck	d@ck	NOUN	_	_	_	_	_	ss=n.body	*
+12	&	&	CCONJ	_	_	_	_	_	_	*
+13	When	when	ADV	_	_	_	_	_	_	*
+14	They	they	PRON	_	_	_	_	_	_	*
+15	Get	get	VERB	_	_	_	_	_	ss=v.stative	*
+16	It	it	PRON	_	_	_	_	_	_	*
+17	They	they	PRON	_	_	_	_	_	_	*
+18	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+19	Line	line	NOUN	_	_	_	_	_	ss=n.communication	*
+20	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	where	where	ADV	_	_	_	_	_	_	*
+23	is	be	AUX	_	_	_	_	_	_	*
+24	that	that	ADP	_	_	_	_	_	_	*
+25	suppose	suppose	VERB	_	_	_	_	_	_	1:X
+26	to	to	PART	_	_	_	_	_	_	1
+27	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-664
+# sent_counter = 864
+# text = Knowing that I have people who love me and I love them back makes my day
+1	Knowing	know	VERB	_	_	_	_	_	ss=v.cognition	*
+2	that	that	ADP	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	back	back	ADV	_	_	_	_	_	_	*
+14	makes	make	VERB	_	_	_	_	_	ss=v.creation	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-665
+# sent_counter = 865
+# text = She should nom me when she gets back ! If she 's not tired that is .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	nom	nom	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	gets	get	VERB	_	_	_	_	_	ss=v.motion	*
+8	back	back	ADV	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	If	if	ADP	_	_	_	_	_	_	*
+11	she	she	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	not	not	ADV	_	_	_	_	_	_	*
+14	tired	tired	ADJ	_	_	_	_	_	_	*
+15	that	that	ADP	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-666
+# sent_counter = 866
+# text = @ashhleybrookee it may be nasty but ... it works .
+1	@ashhleybrookee	@ashhleybrookee	PROPN	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	nasty	nasty	ADJ	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	works	work	VERB	_	_	_	_	_	ss=v.stative	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-667
+# sent_counter = 867
+# text = fckn emily rodriguez did n't bring my cookies today !! lil brat .
+1	fckn	fckn	ADJ	_	_	_	_	_	_	*
+2	emily	emily	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	rodriguez	rodriguez	PROPN	_	_	_	_	_	_	1
+4	did	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	ADV	_	_	_	_	_	_	*
+6	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	cookies	cookie	NOUN	_	_	_	_	_	ss=n.food	*
+9	today	today	NOUN	_	_	_	_	_	_	*
+10	!!	!!	PUNCT	_	_	_	_	_	_	*
+11	lil	lil	ADJ	_	_	_	_	_	_	*
+12	brat	brat	NOUN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-668
+# sent_counter = 868
+# text = No loss is greater than the loss of a thought process before you 've had the time to write it down .
+1	No	no	DET	_	_	_	_	_	_	*
+2	loss	loss	NOUN	_	_	_	_	_	ss=n.possession	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	greater	greater	ADJ	_	_	_	_	_	_	*
+5	than	than	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	loss	loss	NOUN	_	_	_	_	_	ss=n.possession	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	thought	thought	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+11	process	process	NOUN	_	_	_	_	_	_	1
+12	before	before	ADP	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	've	've	AUX	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	write	write	VERB	_	_	_	_	_	ss=v.creation	2:X
+20	it	it	PRON	_	_	_	_	_	_	*
+21	down	down	PART	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-669
+# sent_counter = 869
+# text = No . The Pope asked me to stay after class . #moviedialoguewithpopesubstitute
+1	No	no	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	Pope	pope	PROPN	_	_	_	_	_	ss=n.person	*
+5	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	class	class	NOUN	_	_	_	_	_	ss=n.act	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	#moviedialoguewithpopesubstitute	#moviedialoguewithpopesubstitute	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-670
+# sent_counter = 870
+# text = Lots of Merlot on Thursday night means tired London Ladies are in bed by 23.19 on the Friday . Listening to the arts show on @BBCRadio4 .
+1	Lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	Merlot	merlot	PROPN	_	_	_	_	_	ss=n.food	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	1:X
+6	night	night	NOUN	_	_	_	_	_	_	1
+7	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+8	tired	tired	ADJ	_	_	_	_	_	_	*
+9	London	london	PROPN	_	_	_	_	_	ss=n.person	2:X
+10	Ladies	lady	NOUN	_	_	_	_	_	_	2
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	bed	bed	NOUN	_	_	_	_	_	ss=n.location	*
+14	by	by	ADP	_	_	_	_	_	_	*
+15	23.19	23.19	NUM	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Listening	listen	VERB	_	_	_	_	_	ss=v.perception	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	arts	arts	NOUN	_	_	_	_	_	ss=n.communication	3:X
+24	show	show	NOUN	_	_	_	_	_	_	3
+25	on	on	ADP	_	_	_	_	_	_	*
+26	@BBCRadio4	@bbcradio4	PROPN	_	_	_	_	_	ss=n.communication	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-671
+# sent_counter = 871
+# text = .... today is better than yesterday , but I hope tomorrow is better than today , because today still somewhat - SUCKS .
+1	....	....	PUNCT	_	_	_	_	_	_	*
+2	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	better	better	ADV	_	_	_	_	_	_	*
+5	than	than	ADP	_	_	_	_	_	_	*
+6	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+11	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	better	better	ADV	_	_	_	_	_	_	*
+14	than	than	ADP	_	_	_	_	_	_	*
+15	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	because	because	ADP	_	_	_	_	_	_	*
+18	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+19	still	still	ADV	_	_	_	_	_	_	*
+20	somewhat	somewhat	ADV	_	_	_	_	_	_	*
+21	-	-	PUNCT	_	_	_	_	_	_	*
+22	SUCKS	suck	VERB	_	_	_	_	_	ss=v.emotion	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-672
+# sent_counter = 872
+# text = @Yeweezii Jst lock her outside 4 d nite . It workz al d time :-D
+1	@Yeweezii	@yeweezii	PROPN	_	_	_	_	_	_	*
+2	Jst	jst	ADV	_	_	_	_	_	_	*
+3	lock	lock	VERB	_	_	_	_	_	ss=v.contact	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	outside	outside	ADP	_	_	_	_	_	_	*
+6	4	4	ADP	_	_	_	_	_	_	*
+7	d	d	DET	_	_	_	_	_	_	*
+8	nite	nite	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	It	it	PRON	_	_	_	_	_	_	*
+11	workz	workz	VERB	_	_	_	_	_	ss=v.stative	*
+12	al	al	DET	_	_	_	_	_	_	*
+13	d	d	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	:-D	:-d	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-673
+# sent_counter = 873
+# text = Observances mark 9/11 anniversary : Observances in Temecula and elsewhere throughout the region last week marked the ... http://dlvr.it/5Rckw
+1	Observances	observance	NOUN	_	_	_	_	_	ss=n.act	*
+2	mark	mark	VERB	_	_	_	_	_	ss=v.communication	*
+3	9/11	9/11	NUM	_	_	_	_	_	_	*
+4	anniversary	anniversary	NOUN	_	_	_	_	_	ss=n.event	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	Observances	observance	NOUN	_	_	_	_	_	ss=n.act	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Temecula	temecula	PROPN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+11	throughout	throughout	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	region	region	NOUN	_	_	_	_	_	ss=n.location	*
+14	last	last	ADJ	_	_	_	_	_	_	*
+15	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+16	marked	mark	VERB	_	_	_	_	_	ss=v.communication	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	http://dlvr.it/5Rckw	http://dlvr.it/5rckw	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-674
+# sent_counter = 874
+# text = RT @jimjonescapo : Som1 ask whn do I sleep : when God tel me to cum home is when I wil sleep til thn Im chasin n makin this money to leav ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jimjonescapo	@jimjonescapo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Som1	som1	NOUN	_	_	_	_	_	_	*
+5	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	whn	whn	ADV	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	sleep	sleep	VERB	_	_	_	_	_	ss=v.body	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	God	god	PROPN	_	_	_	_	_	ss=n.person	*
+13	tel	tel	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	cum	cum	VERB	_	_	_	_	_	ss=v.motion	*
+17	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	when	when	ADV	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	wil	wil	AUX	_	_	_	_	_	_	*
+22	sleep	sleep	VERB	_	_	_	_	_	ss=v.body	*
+23	til	til	ADP	_	_	_	_	_	_	*
+24	thn	thn	ADV	_	_	_	_	_	_	*
+25	Im	im	PRON	_	_	_	_	_	_	*
+26	chasin	chasin	VERB	_	_	_	_	_	ss=v.motion	*
+27	n	n	CCONJ	_	_	_	_	_	_	*
+28	makin	makin	VERB	_	_	_	_	_	ss=v.creation	*
+29	this	this	DET	_	_	_	_	_	_	*
+30	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	leav	leav	VERB	_	_	_	_	_	ss=v.motion	*
+33	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-675
+# sent_counter = 875
+# text = It 's 5pm on Friday ! Wish you guys have a fabulous evening !!! And have a wonderful weekend &lt; 3 &lt; 3 http://fb.me/xLeN7MAe
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	5pm	5pm	NUM	_	_	_	_	_	_	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+10	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+13	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+14	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+15	And	and	CCONJ	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+19	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+20	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+21	3	3	INTJ	_	_	_	_	_	_	*
+22	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+23	3	3	INTJ	_	_	_	_	_	_	*
+24	http://fb.me/xLeN7MAe	http://fb.me/xlen7mae	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-676
+# sent_counter = 876
+# text = Soulja Boy | TheDeAndreWay . com - The DeAndre Way in stores Nov . 2 , 2010 http://t.co/woAiLlZ via @SouljaBoy
+1	Soulja	soulja	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Boy	boy	PROPN	_	_	_	_	_	_	1
+3	|	|	PUNCT	_	_	_	_	_	_	*
+4	TheDeAndreWay	thedeandreway	X	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	com	com	X	_	_	_	_	_	_	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	The	the	PROPN	_	_	_	_	_	ss=n.communication	2:X
+9	DeAndre	deandre	PROPN	_	_	_	_	_	_	2
+10	Way	way	PROPN	_	_	_	_	_	_	2
+11	in	in	ADP	_	_	_	_	_	_	*
+12	stores	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	Nov	nov	PROPN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	2	2	NUM	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	2010	2010	NUM	_	_	_	_	_	_	*
+18	http://t.co/woAiLlZ	http://t.co/woaillz	X	_	_	_	_	_	_	*
+19	via	via	ADP	_	_	_	_	_	_	*
+20	@SouljaBoy	@souljaboy	PROPN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-677
+# sent_counter = 877
+# text = Who loves Friday ? At the gym now ! Excited for weekend plans !
+1	Who	who	PRON	_	_	_	_	_	ss=n.group	*
+2	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+5	At	at	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	gym	gym	NOUN	_	_	_	_	_	ss=n.location	*
+8	now	now	ADV	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	Excited	excited	ADJ	_	_	_	_	_	_	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	weekend	weekend	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+13	plans	plan	NOUN	_	_	_	_	_	_	1
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-678
+# sent_counter = 878
+# text = Time to have #sex
+1	Time	time	NOUN	_	_	_	_	_	ss=n.event	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.social	*
+4	#sex	#sex	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-679
+# sent_counter = 879
+# text = Mmmm wings and beer . Damn that means extra gym time 2mar
+1	Mmmm	mmmm	INTJ	_	_	_	_	_	_	*
+2	wings	wings	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	Damn	damn	INTJ	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+9	extra	extra	ADJ	_	_	_	_	_	_	*
+10	gym	gym	NOUN	_	_	_	_	_	ss=n.time	1:X
+11	time	time	NOUN	_	_	_	_	_	_	1
+12	2mar	2mar	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-680
+# sent_counter = 880
+# text = RT @Huddy85 : @Mz_Twilightxxx *kisses your ass**sneezes after* Lol
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Huddy85	@huddy85	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	@Mz_Twilightxxx	@mz_twilightxxx	PROPN	_	_	_	_	_	_	*
+5	*kisses	*kisses	VERB	_	_	_	_	_	ss=v.contact	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	ass**sneezes	ass**sneezes	NOUN	_	_	_	_	_	ss=n.body	*
+8	after*	after*	ADV	_	_	_	_	_	_	*
+9	Lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-681
+# sent_counter = 881
+# text = RT @ajc : Today 's the 102nd birthday of the American Professional Football Association ( we call it the NFL) . First draft choice : Brett Favre .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@ajc	@ajc	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	102nd	102nd	ADJ	_	_	_	_	_	_	*
+8	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	American	american	PROPN	_	_	_	_	_	ss=n.group	1:X
+12	Professional	professional	PROPN	_	_	_	_	_	_	1
+13	Football	football	PROPN	_	_	_	_	_	_	1
+14	Association	association	PROPN	_	_	_	_	_	_	1
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	NFL)	nfl)	PROPN	_	_	_	_	_	ss=n.group	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	First	first	ADJ	_	_	_	_	_	_	*
+23	draft	draft	NOUN	_	_	_	_	_	ss=n.communication	*
+24	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	:	:	PUNCT	_	_	_	_	_	_	*
+26	Brett	brett	PROPN	_	_	_	_	_	ss=n.person	2:X
+27	Favre	favre	PROPN	_	_	_	_	_	_	2
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-682
+# sent_counter = 882
+# text = Day One : Ten things you want to say to ten different people right now - 1 ) Eduardo Surita : your a freaking ... http://tumblr.com/xmciuda0t
+1	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+2	One	one	NUM	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Ten	ten	NUM	_	_	_	_	_	_	*
+5	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	ten	ten	NUM	_	_	_	_	_	_	*
+12	different	different	ADJ	_	_	_	_	_	_	*
+13	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+14	right	right	ADV	_	_	_	_	_	_	*
+15	now	now	ADV	_	_	_	_	_	_	*
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	1	1	X	_	_	_	_	_	_	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	Eduardo	eduardo	PROPN	_	_	_	_	_	ss=n.person	1:X
+20	Surita	surita	PROPN	_	_	_	_	_	_	1
+21	:	:	PUNCT	_	_	_	_	_	_	*
+22	your	your	PRON	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	freaking	freaking	ADJ	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	http://tumblr.com/xmciuda0t	http://tumblr.com/xmciuda0t	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-683
+# sent_counter = 883
+# text = RT @DesignerDepot : Minimalist Web Design : When Less is More - http://ow.ly/2FwyX
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@DesignerDepot	@designerdepot	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Minimalist	minimalist	ADJ	_	_	_	_	_	_	*
+5	Web	web	NOUN	_	_	_	_	_	ss=n.act	1:X
+6	Design	design	NOUN	_	_	_	_	_	_	1
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	When	when	ADV	_	_	_	_	_	_	*
+9	Less	less	ADJ	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	More	more	ADJ	_	_	_	_	_	_	*
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	http://ow.ly/2FwyX	http://ow.ly/2fwyx	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-684
+# sent_counter = 884
+# text = Pope says religion ' marginalized': That 's why he ca n't get a headline printed anywhere , because religion is so mar ... http://bit.ly/cBvt1u
+1	Pope	pope	PROPN	_	_	_	_	_	ss=n.person	*
+2	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	religion	religion	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	'	'	PUNCT	_	_	_	_	_	_	*
+5	marginalized':	marginalized':	VERB	_	_	_	_	_	ss=v.cognition	*
+6	That	that	DET	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	why	why	ADV	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	ca	ca	AUX	_	_	_	_	_	_	*
+11	n't	n't	ADV	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.change	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	headline	headline	NOUN	_	_	_	_	_	ss=n.communication	*
+15	printed	print	VERB	_	_	_	_	_	ss=v.creation	*
+16	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	because	because	ADP	_	_	_	_	_	_	*
+19	religion	religion	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	so	so	ADV	_	_	_	_	_	_	*
+22	mar	mar	ADJ	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/cBvt1u	http://bit.ly/cbvt1u	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-685
+# sent_counter = 885
+# text = All night long RT @FauxSuhlenaa : I rape Nick Jonas .
+1	All	all	DET	_	_	_	_	_	_	*
+2	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+3	long	long	ADV	_	_	_	_	_	_	*
+4	RT	rt	X	_	_	_	_	_	_	*
+5	@FauxSuhlenaa	@fauxsuhlenaa	PROPN	_	_	_	_	_	_	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	rape	rape	VERB	_	_	_	_	_	ss=v.body	*
+9	Nick	nick	PROPN	_	_	_	_	_	ss=n.person	1:X
+10	Jonas	jonas	PROPN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-686
+# sent_counter = 886
+# text = @lexi_nicole2010 That 's not the story by a long shot biotch !
+1	@lexi_nicole2010	@lexi_nicole2010	PROPN	_	_	_	_	_	_	*
+2	That	that	DET	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	ADV	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	story	story	NOUN	_	_	_	_	_	ss=n.communication	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	long	long	ADJ	_	_	_	_	_	ss=n.feeling	1:X
+10	shot	shot	NOUN	_	_	_	_	_	_	1
+11	biotch	biotch	INTJ	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-687
+# sent_counter = 887
+# text = I have a strong hunch Adam will be a story on TMZ tonight . Gulp .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	strong	strong	ADJ	_	_	_	_	_	_	*
+5	hunch	hunch	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	Adam	adam	PROPN	_	_	_	_	_	ss=n.person	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	story	story	NOUN	_	_	_	_	_	ss=n.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	TMZ	tmz	PROPN	_	_	_	_	_	ss=n.communication	*
+13	tonight	tonight	NOUN	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	Gulp	gulp	INTJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-688
+# sent_counter = 888
+# text = Columbus , GA : @TimmNintey146 and 'll be mixing an 80 's and other throwbacks dance party tonight at eighty-five . Come kickit !
+1	Columbus	columbus	PROPN	_	_	_	_	_	ss=n.location	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	GA	ga	PROPN	_	_	_	_	_	ss=n.location	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	@TimmNintey146	@timmnintey146	PROPN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	'll	'll	AUX	_	_	_	_	_	_	*
+8	be	be	AUX	_	_	_	_	_	_	*
+9	mixing	mix	VERB	_	_	_	_	_	ss=v.creation	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	80	80	NUM	_	_	_	_	_	_	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	throwbacks	throwback	NOUN	_	_	_	_	_	ss=n.communication	*
+16	dance	dance	NOUN	_	_	_	_	_	ss=n.event	1:X
+17	party	party	NOUN	_	_	_	_	_	_	1
+18	tonight	tonight	NOUN	_	_	_	_	_	_	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	eighty-five	eighty-five	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Come	come	VERB	_	_	_	_	_	ss=v.motion	*
+23	kickit	kickit	VERB	_	_	_	_	_	ss=v.social	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-689
+# sent_counter = 889
+# text = @angelportugues LMAO ! When is tht one day ?: P
+1	@angelportugues	@angelportugues	PROPN	_	_	_	_	_	_	*
+2	LMAO	lmao	INTJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	When	when	ADV	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	tht	tht	DET	_	_	_	_	_	_	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	?:	?:	INTJ	_	_	_	_	_	_	*
+10	P	p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-690
+# sent_counter = 890
+# text = I 've just watched first four episodes of K-On for the first time ! : 3
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	watched	watch	VERB	_	_	_	_	_	ss=v.perception	*
+5	first	first	ADJ	_	_	_	_	_	_	*
+6	four	four	NUM	_	_	_	_	_	_	*
+7	episodes	episode	NOUN	_	_	_	_	_	ss=n.communication	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	K-On	k-on	PROPN	_	_	_	_	_	ss=n.communication	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	first	first	ADJ	_	_	_	_	_	_	*
+13	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	:	:	INTJ	_	_	_	_	_	_	*
+16	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-691
+# sent_counter = 891
+# text = i think it 's better to go to bed after this bad day ...
+1	i	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	better	better	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	bed	bed	NOUN	_	_	_	_	_	ss=n.body	*
+10	after	after	ADP	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	bad	bad	ADJ	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-692
+# sent_counter = 892
+# text = Love how I ca n't wear my shorts to the party tonight , so I have to wear sweat pants over them and change when I get there . SmackMyHead .
+1	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	how	how	ADV	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	ca	ca	AUX	_	_	_	_	_	_	*
+5	n't	n't	ADV	_	_	_	_	_	_	*
+6	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	shorts	shorts	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	party	party	NOUN	_	_	_	_	_	ss=n.event	*
+12	tonight	tonight	NOUN	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	so	so	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+19	sweat	sweat	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+20	pants	pants	NOUN	_	_	_	_	_	_	1
+21	over	over	ADP	_	_	_	_	_	_	*
+22	them	them	PRON	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	change	change	VERB	_	_	_	_	_	ss=v.change	*
+25	when	when	ADV	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+28	there	there	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+30	SmackMyHead	smackmyhead	INTJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-693
+# sent_counter = 893
+# text = Such a shiny morning !!! Love It . Anyways , today will be very busy !
+1	Such	such	ADJ	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	shiny	shiny	ADJ	_	_	_	_	_	_	*
+4	morning	morning	NOUN	_	_	_	_	_	ss=n.event	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+6	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+7	It	it	PRON	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Anyways	anyways	INTJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	today	today	NOUN	_	_	_	_	_	ss=n.event	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	busy	busy	ADJ	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-694
+# sent_counter = 894
+# text = Oh lord here we go again Paranormal Activity 2 http://j.mp/ascgZr I 'm not requesting it in my area this time . Are you ?
+1	Oh	oh	INTJ	_	_	_	_	_	_	1:X
+2	lord	lord	PROPN	_	_	_	_	_	_	1
+3	here	here	ADV	_	_	_	_	_	_	2:X
+4	we	we	PRON	_	_	_	_	_	_	2
+5	go	go	VERB	_	_	_	_	_	_	2
+6	again	again	ADV	_	_	_	_	_	_	2
+7	Paranormal	paranormal	PROPN	_	_	_	_	_	ss=n.communication	3:X
+8	Activity	activity	PROPN	_	_	_	_	_	_	3
+9	2	2	NUM	_	_	_	_	_	_	3
+10	http://j.mp/ascgZr	http://j.mp/ascgzr	X	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	AUX	_	_	_	_	_	_	*
+13	not	not	ADV	_	_	_	_	_	_	*
+14	requesting	request	VERB	_	_	_	_	_	ss=v.communication	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-695
+# sent_counter = 895
+# text = RT @HippoArmy : Thousands of angry masturbators marched against Christine O'Donnell today http://bit.ly/9nTWQw Seriously .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@HippoArmy	@hippoarmy	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Thousands	thousand	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	angry	angry	ADJ	_	_	_	_	_	_	*
+7	masturbators	masturbator	NOUN	_	_	_	_	_	ss=n.person	*
+8	marched	march	VERB	_	_	_	_	_	ss=v.motion	*
+9	against	against	ADP	_	_	_	_	_	_	*
+10	Christine	christine	PROPN	_	_	_	_	_	ss=n.person	1:X
+11	O'Donnell	o'donnell	PROPN	_	_	_	_	_	_	1
+12	today	today	NOUN	_	_	_	_	_	_	*
+13	http://bit.ly/9nTWQw	http://bit.ly/9ntwqw	X	_	_	_	_	_	_	*
+14	Seriously	seriously	INTJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-696
+# sent_counter = 896
+# text = Our Favorite YouTube Videos This Week : The Drama Edition : Had any epic meltdowns this week ? You know , of the cryin ... http://bit.ly/cuy0yt
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	Videos	video	NOUN	_	_	_	_	_	_	1
+5	This	this	DET	_	_	_	_	_	_	*
+6	Week	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	The	the	DET	_	_	_	_	_	_	*
+9	Drama	drama	PROPN	_	_	_	_	_	ss=n.communication	2:X
+10	Edition	edition	PROPN	_	_	_	_	_	_	2
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	Had	have	VERB	_	_	_	_	_	ss=v.possession	*
+13	any	any	DET	_	_	_	_	_	_	*
+14	epic	epic	ADJ	_	_	_	_	_	_	*
+15	meltdowns	meltdown	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+18	?	?	PUNCT	_	_	_	_	_	_	*
+19	You	you	PRON	_	_	_	_	_	_	*
+20	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	cryin	cryin	NOUN	_	_	_	_	_	ss=n.body	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	http://bit.ly/cuy0yt	http://bit.ly/cuy0yt	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-697
+# sent_counter = 897
+# text = Pedigree Donates Dog Food for Blog Posts : These days , big brands usually look to the big social networks like Face ... http://bit.ly/bYWzrq
+1	Pedigree	pedigree	PROPN	_	_	_	_	_	ss=n.group	*
+2	Donates	donate	VERB	_	_	_	_	_	ss=v.possession	*
+3	Dog	dog	NOUN	_	_	_	_	_	ss=n.food	1:X
+4	Food	food	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	Blog	blog	NOUN	_	_	_	_	_	ss=n.communication	2:X
+7	Posts	post	NOUN	_	_	_	_	_	_	2
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	These	these	DET	_	_	_	_	_	_	3:X
+10	days	days	NOUN	_	_	_	_	_	_	3
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	big	big	ADJ	_	_	_	_	_	_	*
+13	brands	brand	NOUN	_	_	_	_	_	ss=n.communication	*
+14	usually	usually	ADV	_	_	_	_	_	_	*
+15	look	look	VERB	_	_	_	_	_	ss=v.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	big	big	ADJ	_	_	_	_	_	_	*
+19	social	social	NOUN	_	_	_	_	_	ss=n.communication	4:X
+20	networks	network	NOUN	_	_	_	_	_	_	4
+21	like	like	ADP	_	_	_	_	_	_	*
+22	Face	face	PROPN	_	_	_	_	_	ss=n.communication	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/bYWzrq	http://bit.ly/bywzrq	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-698
+# sent_counter = 898
+# text = @jackjohnson where can I get the official set list to the show at Berkeley in Oct 6th ?!
+1	@jackjohnson	@jackjohnson	PROPN	_	_	_	_	_	_	*
+2	where	where	ADV	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	official	official	ADJ	_	_	_	_	_	_	*
+8	set	set	NOUN	_	_	_	_	_	ss=n.communication	1:X
+9	list	list	NOUN	_	_	_	_	_	_	1
+10	to	to	PART	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	show	show	NOUN	_	_	_	_	_	ss=n.act	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	Berkeley	berkeley	PROPN	_	_	_	_	_	ss=n.location	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	Oct	oct	PROPN	_	_	_	_	_	ss=n.time	*
+17	6th	6th	NUM	_	_	_	_	_	_	*
+18	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-699
+# sent_counter = 899
+# text = Check this video out -- Three Days Grace - Break ( Official Music Video ) [ HQ ] http://t.co/GOwCLQJ via @youtube
+1	Check	check	VERB	_	_	_	_	_	ss=v.perception	1:X
+2	this	this	DET	_	_	_	_	_	_	*
+3	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+4	out	out	PART	_	_	_	_	_	_	1
+5	--	--	PUNCT	_	_	_	_	_	_	*
+6	Three	three	PROPN	_	_	_	_	_	ss=n.group	2:X
+7	Days	days	PROPN	_	_	_	_	_	_	2
+8	Grace	grace	PROPN	_	_	_	_	_	_	2
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	Break	break	PROPN	_	_	_	_	_	ss=n.communication	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	Official	official	ADJ	_	_	_	_	_	_	*
+13	Music	music	NOUN	_	_	_	_	_	ss=n.communication	3:X
+14	Video	video	NOUN	_	_	_	_	_	_	3
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	[	[	ADP	_	_	_	_	_	_	*
+17	HQ	hq	ADJ	_	_	_	_	_	_	*
+18	]	]	PUNCT	_	_	_	_	_	_	*
+19	http://t.co/GOwCLQJ	http://t.co/gowclqj	X	_	_	_	_	_	_	*
+20	via	via	ADP	_	_	_	_	_	_	*
+21	@youtube	@youtube	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-700
+# sent_counter = 900
+# text = in tthe Car :/ Today wasz Fun cusz anna Came juss for me &lt; 3( : hahaha
+1	in	in	ADP	_	_	_	_	_	_	*
+2	tthe	tthe	DET	_	_	_	_	_	_	*
+3	Car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	:/	:/	INTJ	_	_	_	_	_	_	*
+5	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+6	wasz	wasz	VERB	_	_	_	_	_	ss=v.stative	*
+7	Fun	fun	ADJ	_	_	_	_	_	_	*
+8	cusz	cusz	ADP	_	_	_	_	_	_	*
+9	anna	anna	PROPN	_	_	_	_	_	ss=n.person	*
+10	Came	come	VERB	_	_	_	_	_	ss=v.motion	*
+11	juss	juss	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+15	3(	3(	INTJ	_	_	_	_	_	_	*
+16	:	:	INTJ	_	_	_	_	_	_	*
+17	hahaha	hahaha	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-701
+# sent_counter = 901
+# text = @angelajames @roxannestclaire I have n't tried MAC . Next time !
+1	@angelajames	@angelajames	PROPN	_	_	_	_	_	_	*
+2	@roxannestclaire	@roxannestclaire	PROPN	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	n't	n't	ADV	_	_	_	_	_	_	*
+6	tried	try	VERB	_	_	_	_	_	ss=v.contact	*
+7	MAC	mac	PROPN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	Next	next	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-702
+# sent_counter = 902
+# text = friday night missions iguess !
+1	friday	friday	PROPN	_	_	_	_	_	ss=n.act	1:X
+2	night	night	NOUN	_	_	_	_	_	_	1
+3	missions	mission	NOUN	_	_	_	_	_	_	1
+4	iguess	iguess	VERB	_	_	_	_	_	ss=v.cognition	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-703
+# sent_counter = 903
+# text = LADY GAGA IS BETTER THE 5th TIME OH BABY( :
+1	LADY	lady	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	GAGA	gaga	PROPN	_	_	_	_	_	_	1
+3	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	BETTER	better	ADV	_	_	_	_	_	_	*
+5	THE	the	DET	_	_	_	_	_	_	*
+6	5th	5th	ADJ	_	_	_	_	_	_	*
+7	TIME	time	NOUN	_	_	_	_	_	ss=n.event	*
+8	OH	oh	INTJ	_	_	_	_	_	_	*
+9	BABY(	baby(	INTJ	_	_	_	_	_	_	*
+10	:	:	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-704
+# sent_counter = 904
+# text = Tryna Get Into Something Tonight
+1	Tryna	tryna	VERB	_	_	_	_	_	ss=v.cognition	*
+2	Get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	Into	into	ADP	_	_	_	_	_	_	1
+4	Something	something	NOUN	_	_	_	_	_	_	*
+5	Tonight	tonight	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-705
+# sent_counter = 905
+# text = Just got home from school . :D it 's friday guys !,
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+3	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	:D	:d	INTJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	friday	friday	NOUN	_	_	_	_	_	ss=n.time	*
+11	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+12	!,	!,	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-706
+# sent_counter = 906
+# text = Kid Cudi Opens Up About Cocaine Use , Failed Lady Gaga Tour : by Mariel Concepcion , NY | September 1 ... http://bit.ly/cZWGDi
+1	Kid	kid	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Cudi	cudi	PROPN	_	_	_	_	_	_	1
+3	Opens	open	VERB	_	_	_	_	_	ss=v.communication	2:X
+4	Up	up	PART	_	_	_	_	_	_	2
+5	About	about	ADP	_	_	_	_	_	_	*
+6	Cocaine	cocaine	NOUN	_	_	_	_	_	ss=n.act	3:X
+7	Use	use	NOUN	_	_	_	_	_	_	3
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Failed	failed	ADJ	_	_	_	_	_	_	*
+10	Lady	lady	PROPN	_	_	_	_	_	ss=n.act	4:X
+11	Gaga	gaga	PROPN	_	_	_	_	_	_	4
+12	Tour	tour	NOUN	_	_	_	_	_	_	4
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	by	by	ADP	_	_	_	_	_	_	*
+15	Mariel	mariel	PROPN	_	_	_	_	_	ss=n.person	5:X
+16	Concepcion	concepcion	PROPN	_	_	_	_	_	_	5
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	NY	ny	PROPN	_	_	_	_	_	ss=n.location	*
+19	|	|	PUNCT	_	_	_	_	_	_	*
+20	September	september	PROPN	_	_	_	_	_	ss=n.time	*
+21	1	1	NUM	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	http://bit.ly/cZWGDi	http://bit.ly/czwgdi	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-707
+# sent_counter = 907
+# text = RT @RMBWilliams : Here in DC ! About to get some rest ! Looking forward to tonight ! Yes-sir !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@RMBWilliams	@rmbwilliams	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Here	here	ADV	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	DC	dc	PROPN	_	_	_	_	_	ss=n.location	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	About	about	ADV	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.body	*
+11	some	some	DET	_	_	_	_	_	_	*
+12	rest	rest	NOUN	_	_	_	_	_	ss=n.body	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	Looking	look	VERB	_	_	_	_	_	ss=v.emotion	1:X
+15	forward	forward	ADV	_	_	_	_	_	_	1
+16	to	to	PART	_	_	_	_	_	_	1
+17	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	Yes-sir	yes-sir	INTJ	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-708
+# sent_counter = 908
+# text = holy FUCK THIS IS THE MOST BORING DAY EVER .
+1	holy	holy	INTJ	_	_	_	_	_	_	1:X
+2	FUCK	fuck	INTJ	_	_	_	_	_	_	1
+3	THIS	this	DET	_	_	_	_	_	_	*
+4	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	THE	the	DET	_	_	_	_	_	_	*
+6	MOST	most	ADJ	_	_	_	_	_	_	*
+7	BORING	boring	ADJ	_	_	_	_	_	_	*
+8	DAY	day	NOUN	_	_	_	_	_	ss=n.event	*
+9	EVER	ever	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-709
+# sent_counter = 909
+# text = @NeilPen I position to Manchester tomorrow on BA 2910 and fly to Barbados on Sunday
+1	@NeilPen	@neilpen	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	position	position	NOUN	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	Manchester	manchester	PROPN	_	_	_	_	_	ss=n.location	*
+6	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	BA	ba	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+9	2910	2910	NUM	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	fly	fly	VERB	_	_	_	_	_	ss=v.motion	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	Barbados	barbados	PROPN	_	_	_	_	_	ss=n.location	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-710
+# sent_counter = 910
+# text = RT @SteevoSupremo : #The1906andPearlsShow THIS MONDAY @ 7:06 : 08pm !!!!! #MAINBUILDING ROOM . 104 !!! http://twitpic.com/2oeark SPECIAL PERF ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SteevoSupremo	@steevosupremo	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#The1906andPearlsShow	#the1906andpearlsshow	NOUN	_	_	_	_	_	ss=n.event	*
+5	THIS	this	DET	_	_	_	_	_	_	*
+6	MONDAY	monday	PROPN	_	_	_	_	_	ss=n.time	*
+7	@	@	ADP	_	_	_	_	_	_	*
+8	7:06	7:06	NUM	_	_	_	_	_	_	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	08pm	08pm	NUM	_	_	_	_	_	_	*
+11	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+12	#MAINBUILDING	#mainbuilding	NOUN	_	_	_	_	_	ss=n.location	1:X
+13	ROOM	room	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+15	104	104	NUM	_	_	_	_	_	_	*
+16	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+17	http://twitpic.com/2oeark	http://twitpic.com/2oeark	X	_	_	_	_	_	_	*
+18	SPECIAL	special	ADJ	_	_	_	_	_	_	*
+19	PERF	perf	NOUN	_	_	_	_	_	ss=n.act	*
+20	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-711
+# sent_counter = 911
+# text = In bed watching Day 51 HLs . ( Awaiting Marcus Bentley ! ) #BB11
+1	In	in	ADP	_	_	_	_	_	_	*
+2	bed	bed	NOUN	_	_	_	_	_	ss=n.location	*
+3	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+4	Day	day	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	51	51	NUM	_	_	_	_	_	_	1
+6	HLs	hls	PROPN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	Awaiting	await	VERB	_	_	_	_	_	ss=v.cognition	*
+10	Marcus	marcus	PROPN	_	_	_	_	_	ss=n.person	2:X
+11	Bentley	bentley	PROPN	_	_	_	_	_	_	2
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	#BB11	#bb11	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-712
+# sent_counter = 912
+# text = @Starmaker73 ya but it would have to go down Saturday morning and tht would ntake all day lol so id be cutting it close lol
+1	@Starmaker73	@starmaker73	PROPN	_	_	_	_	_	_	*
+2	ya	ya	INTJ	_	_	_	_	_	_	*
+3	but	but	CCONJ	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	go	go	VERB	_	_	_	_	_	ss=v.change	1:X
+9	down	down	ADP	_	_	_	_	_	_	1
+10	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	2:X
+11	morning	morning	NOUN	_	_	_	_	_	_	2
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	tht	tht	DET	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	ntake	ntake	VERB	_	_	_	_	_	ss=v.stative	*
+16	all	all	DET	_	_	_	_	_	_	*
+17	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+18	lol	lol	INTJ	_	_	_	_	_	_	*
+19	so	so	INTJ	_	_	_	_	_	_	*
+20	id	id	PRON	_	_	_	_	_	_	*
+21	be	be	AUX	_	_	_	_	_	_	*
+22	cutting	cut	VERB	_	_	_	_	_	ss=v.cognition	3:X
+23	it	it	PRON	_	_	_	_	_	_	*
+24	close	close	ADJ	_	_	_	_	_	_	3
+25	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-713
+# sent_counter = 913
+# text = Our Favorite YouTube Videos This Week : The Drama Edition http://dlvr.it/5RfHy
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	1:X
+4	Videos	video	NOUN	_	_	_	_	_	_	1
+5	This	this	DET	_	_	_	_	_	_	*
+6	Week	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	The	the	DET	_	_	_	_	_	_	*
+9	Drama	drama	PROPN	_	_	_	_	_	ss=n.communication	2:X
+10	Edition	edition	PROPN	_	_	_	_	_	_	2
+11	http://dlvr.it/5RfHy	http://dlvr.it/5rfhy	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-714
+# sent_counter = 914
+# text = i see some ppl celebrating their birthdays like 2-3 times a year ... WTF ?!
+1	i	i	PRON	_	_	_	_	_	_	*
+2	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	ppl	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+5	celebrating	celebrate	VERB	_	_	_	_	_	ss=v.social	*
+6	their	their	PRON	_	_	_	_	_	_	*
+7	birthdays	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+8	like	like	ADP	_	_	_	_	_	_	*
+9	2-3	2-3	NUM	_	_	_	_	_	_	*
+10	times	times	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	WTF	wtf	INTJ	_	_	_	_	_	_	*
+15	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-715
+# sent_counter = 915
+# text = @TRARONEdwards tuesday is perfecy
+1	@TRARONEdwards	@traronedwards	PROPN	_	_	_	_	_	_	*
+2	tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.time	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	perfecy	perfecy	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-716
+# sent_counter = 916
+# text = WIN FREE PAMPERS FOR A YEAR !!! And more ... http://nblo.gs/80qJu
+1	WIN	win	VERB	_	_	_	_	_	ss=v.competition	*
+2	FREE	free	ADJ	_	_	_	_	_	_	*
+3	PAMPERS	pampers	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	FOR	for	ADP	_	_	_	_	_	_	*
+5	A	a	DET	_	_	_	_	_	_	*
+6	YEAR	year	NOUN	_	_	_	_	_	ss=n.time	*
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+8	And	and	CCONJ	_	_	_	_	_	_	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	http://nblo.gs/80qJu	http://nblo.gs/80qju	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-717
+# sent_counter = 917
+# text = today is my last day at the office .
+1	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	last	last	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	office	office	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-718
+# sent_counter = 918
+# text = Stop by the COLLEGE REPUBLICAN TAILGATE tomorrow @ 9:30 in Yellow Lot 17 for FOOD before the game
+1	Stop	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	by	by	ADP	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	COLLEGE	college	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	REPUBLICAN	republican	PROPN	_	_	_	_	_	_	2
+6	TAILGATE	tailgate	PROPN	_	_	_	_	_	_	2
+7	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+8	@	@	ADP	_	_	_	_	_	_	*
+9	9:30	9:30	NUM	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Yellow	yellow	PROPN	_	_	_	_	_	ss=n.location	3:X
+12	Lot	lot	PROPN	_	_	_	_	_	_	3
+13	17	17	NUM	_	_	_	_	_	_	3
+14	for	for	ADP	_	_	_	_	_	_	*
+15	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+16	before	before	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	game	game	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-719
+# sent_counter = 919
+# text = RT @OscarBlandi : That time again ! #FreebieFriday Be the 15th RT & get your hands on a free travel size pronto invisible dry shampoo !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@OscarBlandi	@oscarblandi	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	That	that	DET	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+8	#FreebieFriday	#freebiefriday	NOUN	_	_	_	_	_	ss=n.event	*
+9	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	15th	15th	ADJ	_	_	_	_	_	_	*
+12	RT	rt	X	_	_	_	_	_	_	*
+13	&	&	CCONJ	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	hands	hands	NOUN	_	_	_	_	_	ss=n.body	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	free	free	ADJ	_	_	_	_	_	_	*
+20	travel	travel	NOUN	_	_	_	_	_	_	1:X
+21	size	size	NOUN	_	_	_	_	_	_	1
+22	pronto	pronto	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+23	invisible	invisible	ADJ	_	_	_	_	_	_	2
+24	dry	dry	ADJ	_	_	_	_	_	_	2
+25	shampoo	shampoo	NOUN	_	_	_	_	_	_	2
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-720
+# sent_counter = 920
+# text = Oh yeah ! Probably hairdresser tomorrow , and for sure meet Levin , Hien &lt; 3 and Fabi . 'll have a great daaaaay &lt; 33
+1	Oh	oh	INTJ	_	_	_	_	_	_	1:X
+2	yeah	yeah	INTJ	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+4	Probably	probably	ADV	_	_	_	_	_	_	*
+5	hairdresser	hairdresser	NOUN	_	_	_	_	_	ss=n.act	*
+6	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	2:X
+10	sure	sure	ADJ	_	_	_	_	_	_	2
+11	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+12	Levin	levin	PROPN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Hien	hien	PROPN	_	_	_	_	_	ss=n.person	*
+15	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+16	3	3	INTJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	Fabi	fabi	PROPN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	'll	'll	AUX	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.cognition	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	great	great	ADJ	_	_	_	_	_	_	*
+24	daaaaay	daaaaay	NOUN	_	_	_	_	_	ss=n.event	*
+25	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+26	33	33	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-721
+# sent_counter = 921
+# text = RT @SonyElectronics : Sony/Bud Light 3D tailgate parties on Saturday - Clemson party at http://bit.ly/cds8Pd ; Auburn party at http://bit . ...
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SonyElectronics	@sonyelectronics	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Sony/Bud	sony/bud	PROPN	_	_	_	_	_	ss=n.event	1:X
+5	Light	light	PROPN	_	_	_	_	_	_	1
+6	3D	3d	NOUN	_	_	_	_	_	_	1
+7	tailgate	tailgate	NOUN	_	_	_	_	_	_	1
+8	parties	party	NOUN	_	_	_	_	_	_	1
+9	on	on	ADP	_	_	_	_	_	_	*
+10	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	Clemson	clemson	PROPN	_	_	_	_	_	ss=n.event	2:X
+13	party	party	NOUN	_	_	_	_	_	_	2
+14	at	at	ADP	_	_	_	_	_	_	*
+15	http://bit.ly/cds8Pd	http://bit.ly/cds8pd	X	_	_	_	_	_	_	*
+16	;	;	PUNCT	_	_	_	_	_	_	*
+17	Auburn	auburn	PROPN	_	_	_	_	_	ss=n.event	3:X
+18	party	party	NOUN	_	_	_	_	_	_	3
+19	at	at	ADP	_	_	_	_	_	_	*
+20	http://bit	http://bit	X	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-722
+# sent_counter = 922
+# text = I may have been wrong about Murkowski , look like she 's going to turn Friday news dump on its head . three-way race reportedly ahead in AK .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	may	may	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	wrong	wrong	ADJ	_	_	_	_	_	_	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	Murkowski	murkowski	PROPN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	look	look	VERB	_	_	_	_	_	ss=v.cognition	*
+10	like	like	ADP	_	_	_	_	_	_	*
+11	she	she	PRON	_	_	_	_	_	_	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	_	1:X
+14	to	to	PART	_	_	_	_	_	_	1
+15	turn	turn	VERB	_	_	_	_	_	ss=v.change	2:X
+16	Friday	friday	PROPN	_	_	_	_	_	ss=n.communication	3:X
+17	news	news	NOUN	_	_	_	_	_	_	3
+18	dump	dump	NOUN	_	_	_	_	_	_	3
+19	on	on	ADP	_	_	_	_	_	_	2
+20	its	its	PRON	_	_	_	_	_	_	*
+21	head	head	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	three-way	three-way	ADJ	_	_	_	_	_	_	*
+24	race	race	NOUN	_	_	_	_	_	ss=n.event	*
+25	reportedly	reportedly	ADV	_	_	_	_	_	_	*
+26	ahead	ahead	ADV	_	_	_	_	_	_	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	AK	ak	PROPN	_	_	_	_	_	ss=n.location	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-723
+# sent_counter = 923
+# text = I 've got a theory that if you give 100% all of the time , somehow things will work out in the end . -Larry Bird
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	theory	theory	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	that	that	ADP	_	_	_	_	_	_	*
+7	if	if	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	give	give	VERB	_	_	_	_	_	ss=v.stative	*
+10	100%	100%	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	somehow	somehow	ADV	_	_	_	_	_	_	*
+17	things	things	NOUN	_	_	_	_	_	ss=n.other	*
+18	will	will	AUX	_	_	_	_	_	_	*
+19	work	work	VERB	_	_	_	_	_	ss=v.stative	1:X
+20	out	out	PART	_	_	_	_	_	_	1
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	end	end	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	-Larry	-larry	PROPN	_	_	_	_	_	ss=n.person	2:X
+26	Bird	bird	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-724
+# sent_counter = 924
+# text = I have lost everything importing in my life within the past week anything that i loved is now gone
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	lost	lose	VERB	_	_	_	_	_	ss=v.change	*
+4	everything	everything	NOUN	_	_	_	_	_	_	*
+5	importing	importing	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+9	within	within	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	past	past	ADJ	_	_	_	_	_	_	*
+12	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+13	anything	anything	NOUN	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+17	is	be	AUX	_	_	_	_	_	_	*
+18	now	now	ADV	_	_	_	_	_	_	*
+19	gone	go	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-725
+# sent_counter = 925
+# text = Hit word count ! Woo-hoo ! *throwing confetti* Now I can goof off tonight and read . *happy writer dance* #amwriting #havewritten-yay !
+1	Hit	hit	VERB	_	_	_	_	_	ss=v.change	*
+2	word	word	NOUN	_	_	_	_	_	ss=n.quantity	1:X
+3	count	count	NOUN	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+5	Woo-hoo	woo-hoo	INTJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	*throwing	*throwing	VERB	_	_	_	_	_	ss=v.contact	*
+8	confetti*	confetti*	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	Now	now	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	goof	goof	VERB	_	_	_	_	_	ss=v.social	2:X
+13	off	off	PART	_	_	_	_	_	_	2
+14	tonight	tonight	NOUN	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	read	read	VERB	_	_	_	_	_	ss=v.perception	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	*happy	*happy	ADJ	_	_	_	_	_	_	*
+19	writer	writer	NOUN	_	_	_	_	_	ss=n.act	3:X
+20	dance*	dance*	NOUN	_	_	_	_	_	_	3
+21	#amwriting	#amwriting	X	_	_	_	_	_	_	*
+22	#havewritten-yay	#havewritten-yay	X	_	_	_	_	_	_	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-726
+# sent_counter = 926
+# text = Korean War spy rivalries persist 60 years later : Far be it that the week should pass without noting that it was 60 ... http://bit.ly/cCjFBm
+1	Korean	korean	PROPN	_	_	_	_	_	ss=n.act	1:X
+2	War	war	PROPN	_	_	_	_	_	_	1
+3	spy	spy	NOUN	_	_	_	_	_	_	1
+4	rivalries	rivalry	NOUN	_	_	_	_	_	_	1
+5	persist	persist	VERB	_	_	_	_	_	ss=v.stative	*
+6	60	60	NUM	_	_	_	_	_	_	*
+7	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+8	later	later	ADJ	_	_	_	_	_	_	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	Far	far	ADV	_	_	_	_	_	_	2:X
+11	be	be	VERB	_	_	_	_	_	_	2
+12	it	it	PRON	_	_	_	_	_	_	2
+13	that	that	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+16	should	should	AUX	_	_	_	_	_	_	*
+17	pass	pass	VERB	_	_	_	_	_	ss=v.change	*
+18	without	without	ADP	_	_	_	_	_	_	*
+19	noting	note	VERB	_	_	_	_	_	ss=v.communication	*
+20	that	that	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	60	60	NUM	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://bit.ly/cCjFBm	http://bit.ly/ccjfbm	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-727
+# sent_counter = 927
+# text = It is Friday afternoon adn I could n't be happier . Ending a crappy week on a good note is always nice .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	1:X
+4	afternoon	afternoon	NOUN	_	_	_	_	_	_	1
+5	adn	adn	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	n't	n't	ADV	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	happier	happy	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	Ending	end	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	crappy	crappy	ADJ	_	_	_	_	_	_	*
+15	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	good	good	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+19	note	note	NOUN	_	_	_	_	_	_	2
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	always	always	ADV	_	_	_	_	_	_	*
+22	nice	nice	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-728
+# sent_counter = 928
+# text = @MrzEndy tru tru I 'm leavin again on Tuesday yo
+1	@MrzEndy	@mrzendy	PROPN	_	_	_	_	_	_	*
+2	tru	tru	INTJ	_	_	_	_	_	_	*
+3	tru	tru	INTJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	AUX	_	_	_	_	_	_	*
+6	leavin	leavin	VERB	_	_	_	_	_	ss=v.motion	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	Tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.time	*
+10	yo	yo	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-729
+# sent_counter = 929
+# text = by my lonesome tonight .... #obsessions
+1	by	by	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	1:X
+3	lonesome	lonesome	NOUN	_	_	_	_	_	_	1
+4	tonight	tonight	NOUN	_	_	_	_	_	_	*
+5	....	....	PUNCT	_	_	_	_	_	_	*
+6	#obsessions	#obsessions	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-730
+# sent_counter = 930
+# text = The guys are cooking about a dozen pizzas at our house for the tailgate tonight . Nonetheless it smells fresh in this place .
+1	The	the	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	AUX	_	_	_	_	_	_	*
+4	cooking	cook	VERB	_	_	_	_	_	ss=v.creation	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	dozen	dozen	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	pizzas	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	tailgate	tailgate	NOUN	_	_	_	_	_	ss=n.event	*
+15	tonight	tonight	NOUN	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	Nonetheless	nonetheless	ADV	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	smells	smell	VERB	_	_	_	_	_	ss=v.perception	*
+20	fresh	fresh	ADJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	this	this	DET	_	_	_	_	_	_	*
+23	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-731
+# sent_counter = 931
+# text = I heart Park(ing ) Day ! Photo of meter shark : http://bit.ly/aQun1b
+1	I	i	PRON	_	_	_	_	_	_	*
+2	heart	heart	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Park(ing	park(ing	PROPN	_	_	_	_	_	ss=n.event	1:X
+4	)	)	PUNCT	_	_	_	_	_	_	*
+5	Day	day	PROPN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Photo	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	meter	meter	NOUN	_	_	_	_	_	ss=n.animal	2:X
+10	shark	shark	NOUN	_	_	_	_	_	_	2
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	http://bit.ly/aQun1b	http://bit.ly/aqun1b	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-732
+# sent_counter = 932
+# text = hows everyones day goin ?
+1	hows	hows	ADV	_	_	_	_	_	_	*
+2	everyones	everyones	PRON	_	_	_	_	_	_	*
+3	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	goin	goin	VERB	_	_	_	_	_	ss=v.social	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-733
+# sent_counter = 933
+# text = Going to start #HelloMornings on Oct 1 - Check it out on @michellebygrace
+1	Going	go	VERB	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	start	start	VERB	_	_	_	_	_	ss=v.change	*
+4	#HelloMornings	#hellomornings	NOUN	_	_	_	_	_	ss=n.communication	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	Oct	oct	PROPN	_	_	_	_	_	ss=n.time	*
+7	1	1	NUM	_	_	_	_	_	_	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	Check	check	VERB	_	_	_	_	_	ss=v.perception	2:X
+10	it	it	PRON	_	_	_	_	_	_	*
+11	out	out	PART	_	_	_	_	_	_	2
+12	on	on	ADP	_	_	_	_	_	_	*
+13	@michellebygrace	@michellebygrace	PROPN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-734
+# sent_counter = 934
+# text = @Phoebe1_ and i also loved the last years eurovision entry !! hoppaa ! they were cool too !!
+1	@Phoebe1_	@phoebe1_	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+9	eurovision	eurovision	NOUN	_	_	_	_	_	ss=n.communication	1:X
+10	entry	entry	NOUN	_	_	_	_	_	_	1
+11	!!	!!	PUNCT	_	_	_	_	_	_	*
+12	hoppaa	hoppaa	INTJ	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	cool	cool	ADJ	_	_	_	_	_	_	*
+17	too	too	ADV	_	_	_	_	_	_	*
+18	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-735
+# sent_counter = 935
+# text = ; I can upgrade to a BlackBerry in November !! Yesss . &lt; 3 BB Bold , here I come !
+1	;	;	PUNCT	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	upgrade	upgrade	VERB	_	_	_	_	_	ss=v.change	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	BlackBerry	blackberry	PROPN	_	_	_	_	_	ss=n.artifact	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+10	!!	!!	PUNCT	_	_	_	_	_	_	*
+11	Yesss	yesss	INTJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+14	3	3	INTJ	_	_	_	_	_	_	*
+15	BB	bb	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+16	Bold	bold	PROPN	_	_	_	_	_	_	1
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	come	come	VERB	_	_	_	_	_	ss=v.cognition	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-736
+# sent_counter = 936
+# text = @_Kinghoopa the one thats out now is free ... Father to tha Game is droppin in a month or so ..
+1	@_Kinghoopa	@_kinghoopa	PROPN	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	thats	thats	DET	_	_	_	_	_	_	*
+5	out	out	ADJ	_	_	_	_	_	_	*
+6	now	now	ADV	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	free	free	ADJ	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	Father	father	NOUN	_	_	_	_	_	ss=n.person	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	tha	tha	DET	_	_	_	_	_	_	*
+13	Game	game	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	is	be	AUX	_	_	_	_	_	_	*
+15	droppin	droppin	VERB	_	_	_	_	_	ss=v.change	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	so	so	ADV	_	_	_	_	_	_	*
+21	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-737
+# sent_counter = 937
+# text = A TRUE friend walks in when everybody else walks out !
+1	A	a	DET	_	_	_	_	_	_	*
+2	TRUE	true	ADJ	_	_	_	_	_	_	*
+3	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+4	walks	walk	VERB	_	_	_	_	_	ss=v.motion	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	everybody	everybody	NOUN	_	_	_	_	_	_	*
+8	else	else	ADV	_	_	_	_	_	_	*
+9	walks	walk	VERB	_	_	_	_	_	ss=v.change	1:X
+10	out	out	PART	_	_	_	_	_	_	1
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-738
+# sent_counter = 938
+# text = @lauraluanabeth 'll be back in LA tomorrow night ! yaaaay !
+1	@lauraluanabeth	@lauraluanabeth	PROPN	_	_	_	_	_	ss=n.person	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	LA	la	PROPN	_	_	_	_	_	ss=n.location	*
+7	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	1:X
+8	night	night	NOUN	_	_	_	_	_	_	1
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	yaaaay	yaaaay	INTJ	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-739
+# sent_counter = 939
+# text = Do n't Have Time To Stop In ??? Then , Check Out Our Quick Full Service Drive Thru Window :)
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	ADV	_	_	_	_	_	_	*
+3	Have	have	VERB	_	_	_	_	_	ss=v.possession	*
+4	Time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	To	to	PART	_	_	_	_	_	_	*
+6	Stop	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	In	in	PART	_	_	_	_	_	_	1
+8	???	???	PUNCT	_	_	_	_	_	_	*
+9	Then	then	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Check	check	VERB	_	_	_	_	_	ss=v.cognition	2:X
+12	Out	out	PART	_	_	_	_	_	_	2
+13	Our	our	PRON	_	_	_	_	_	_	*
+14	Quick	quick	ADJ	_	_	_	_	_	_	*
+15	Full	full	ADJ	_	_	_	_	_	_	*
+16	Service	service	ADJ	_	_	_	_	_	_	*
+17	Drive	drive	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+18	Thru	thru	NOUN	_	_	_	_	_	_	3
+19	Window	window	NOUN	_	_	_	_	_	_	3
+20	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-740
+# sent_counter = 940
+# text = today seems like a good day to chill :)
+1	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	chill	chill	VERB	_	_	_	_	_	ss=v.body	*
+9	:)	:)	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-741
+# sent_counter = 941
+# text = the tears may have been and gone , but the feeling still stay the same .
+1	the	the	DET	_	_	_	_	_	_	*
+2	tears	tears	NOUN	_	_	_	_	_	ss=n.body	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	been	be	AUX	_	_	_	_	_	ss=v.change	1:X
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	gone	go	VERB	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	feeling	feeling	NOUN	_	_	_	_	_	ss=n.feeling	*
+12	still	still	ADV	_	_	_	_	_	_	*
+13	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	same	same	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-742
+# sent_counter = 942
+# text = Still on my @teganandsara kick ! It 's been a solid 2 weeks !
+1	Still	still	ADV	_	_	_	_	_	_	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	@teganandsara	@teganandsara	PROPN	_	_	_	_	_	ss=n.person	*
+5	kick	kick	NOUN	_	_	_	_	_	ss=n.feeling	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	It	it	PRON	_	_	_	_	_	_	*
+8	's	's	AUX	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	solid	solid	ADJ	_	_	_	_	_	_	*
+12	2	2	NUM	_	_	_	_	_	_	*
+13	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-743
+# sent_counter = 943
+# text = Chilling wit my baby tonight !
+1	Chilling	chill	VERB	_	_	_	_	_	ss=v.social	*
+2	wit	wit	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+5	tonight	tonight	NOUN	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-744
+# sent_counter = 944
+# text = @abzmedic I 'm missing autumn because of work . :( I must get into the forests tomorrow !
+1	@abzmedic	@abzmedic	PROPN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	missing	miss	VERB	_	_	_	_	_	ss=v.emotion	*
+5	autumn	autumn	NOUN	_	_	_	_	_	ss=n.event	*
+6	because	because	ADP	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	:(	:(	INTJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	must	must	AUX	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+14	into	into	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	forests	forest	NOUN	_	_	_	_	_	ss=n.plant	*
+17	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-745
+# sent_counter = 945
+# text = #woot I'd like to buy this , but i have a hard time doing a sit up ...
+1	#woot	#woot	X	_	_	_	_	_	_	*
+2	I'd	i'd	PRON	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	hard	hard	ADJ	_	_	_	_	_	ss=n.feeling	1:X
+13	time	time	NOUN	_	_	_	_	_	_	1
+14	doing	do	VERB	_	_	_	_	_	ss=v.motion	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	sit	sit	NOUN	_	_	_	_	_	ss=n.body	2:X
+17	up	up	NOUN	_	_	_	_	_	_	2
+18	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-746
+# sent_counter = 946
+# text = RT @Sexstrology : Pisces tend to escape into fantasy and day dreams . There they are free .
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@Sexstrology	@sexstrology	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Pisces	pisces	NOUN	_	_	_	_	_	ss=n.person	*
+5	tend	tend	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	escape	escape	VERB	_	_	_	_	_	ss=v.change	*
+8	into	into	ADP	_	_	_	_	_	_	*
+9	fantasy	fantasy	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	and	and	ADJ	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+12	dreams	dream	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	There	there	ADV	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	free	free	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-747
+# sent_counter = 947
+# text = Cant wait for the ravens game tomorrow .... go ray rice !!!!!!!
+1	Cant	cant	AUX	_	_	_	_	_	ss=v.emotion	1:X
+2	wait	wait	VERB	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	ravens	ravens	PROPN	_	_	_	_	_	ss=n.event	2:X
+6	game	game	NOUN	_	_	_	_	_	_	2
+7	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+8	....	....	PUNCT	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.communication	*
+10	ray	ray	PROPN	_	_	_	_	_	ss=n.person	3:X
+11	rice	rice	PROPN	_	_	_	_	_	_	3
+12	!!!!!!!	!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-748
+# sent_counter = 948
+# text = RT @jakeandamir : THIS TWEET IS FOR MY EYES ONLY ! PLEASE STOP READING ! Hey Amir , in case you ever forget , your PIN # is 3919 . YOU MAY ALL BEG
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@jakeandamir	@jakeandamir	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	THIS	this	DET	_	_	_	_	_	_	*
+5	TWEET	tweet	NOUN	_	_	_	_	_	ss=n.communication	*
+6	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	FOR	for	ADP	_	_	_	_	_	_	*
+8	MY	my	PRON	_	_	_	_	_	_	*
+9	EYES	eyes	NOUN	_	_	_	_	_	ss=n.body	*
+10	ONLY	only	ADV	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	PLEASE	please	VERB	_	_	_	_	_	_	*
+13	STOP	stop	VERB	_	_	_	_	_	ss=v.change	*
+14	READING	read	VERB	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	Hey	hey	INTJ	_	_	_	_	_	_	*
+17	Amir	amir	PROPN	_	_	_	_	_	ss=n.person	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	in	in	ADP	_	_	_	_	_	_	1:X
+20	case	case	NOUN	_	_	_	_	_	_	1
+21	you	you	PRON	_	_	_	_	_	_	*
+22	ever	ever	ADV	_	_	_	_	_	_	*
+23	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	your	your	PRON	_	_	_	_	_	_	*
+26	PIN	pin	NOUN	_	_	_	_	_	ss=n.communication	2:X
+27	#	#	NOUN	_	_	_	_	_	_	2
+28	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	3919	3919	NUM	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+31	YOU	you	PRON	_	_	_	_	_	_	*
+32	MAY	may	AUX	_	_	_	_	_	_	*
+33	ALL	all	DET	_	_	_	_	_	_	*
+34	BEG	beg	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-749
+# sent_counter = 949
+# text = @LucaHelvetica Exactly and thats why i have qualified every time i have said that he hasnt impressed me
+1	@LucaHelvetica	@lucahelvetica	PROPN	_	_	_	_	_	_	*
+2	Exactly	exactly	INTJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	thats	thats	DET	_	_	_	_	_	_	*
+5	why	why	ADV	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	have	have	AUX	_	_	_	_	_	_	*
+8	qualified	qualify	VERB	_	_	_	_	_	ss=v.communication	*
+9	every	every	DET	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	that	that	ADP	_	_	_	_	_	_	*
+15	he	he	PRON	_	_	_	_	_	_	*
+16	hasnt	hasnt	VERB	_	_	_	_	_	_	*
+17	impressed	impress	VERB	_	_	_	_	_	ss=v.cognition	*
+18	me	me	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-750
+# sent_counter = 950
+# text = My dad laughed when he read about Linkin Park being classified under ' rap-rock'. I hope he did n't mean ' shit my son listens to'.
+1	My	my	PRON	_	_	_	_	_	_	*
+2	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+3	laughed	laugh	VERB	_	_	_	_	_	ss=v.body	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	read	read	VERB	_	_	_	_	_	ss=v.cognition	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	Linkin	linkin	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Park	park	PROPN	_	_	_	_	_	_	1
+10	being	be	AUX	_	_	_	_	_	_	*
+11	classified	classify	VERB	_	_	_	_	_	ss=v.cognition	*
+12	under	under	ADP	_	_	_	_	_	_	*
+13	'	'	PUNCT	_	_	_	_	_	_	*
+14	rap-rock'.	rap-rock'.	NOUN	_	_	_	_	_	ss=n.communication	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	n't	n't	ADV	_	_	_	_	_	_	*
+20	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+21	'	'	PUNCT	_	_	_	_	_	_	*
+22	shit	shit	INTJ	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+25	listens	listen	VERB	_	_	_	_	_	ss=v.perception	*
+26	to'.	to'.	PART	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-751
+# sent_counter = 951
+# text = Antick Musings post : Book-A-Day 2010 # 243 ( 10/4 ) -- Gray Horses by Hope Larson http://bit.ly/as8fvc
+1	Antick	antick	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Musings	musings	PROPN	_	_	_	_	_	_	1
+3	post	post	NOUN	_	_	_	_	_	ss=n.communication	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Book-A-Day	book-a-day	PROPN	_	_	_	_	_	ss=n.communication	*
+6	2010	2010	NUM	_	_	_	_	_	_	*
+7	#	#	NOUN	_	_	_	_	_	_	*
+8	243	243	NUM	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	10/4	10/4	NUM	_	_	_	_	_	_	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	--	--	PUNCT	_	_	_	_	_	_	*
+13	Gray	gray	PROPN	_	_	_	_	_	ss=n.communication	2:X
+14	Horses	horses	PROPN	_	_	_	_	_	_	2
+15	by	by	ADP	_	_	_	_	_	_	*
+16	Hope	hope	PROPN	_	_	_	_	_	ss=n.person	3:X
+17	Larson	larson	PROPN	_	_	_	_	_	_	3
+18	http://bit.ly/as8fvc	http://bit.ly/as8fvc	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-752
+# sent_counter = 952
+# text = Amazing ! RT @dailygalaxy Image of the Day : A Ghostly Reflection Nebula http://su.pr/1XBMfP
+1	Amazing	amazing	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	RT	rt	X	_	_	_	_	_	_	*
+4	@dailygalaxy	@dailygalaxy	PROPN	_	_	_	_	_	_	*
+5	Image	image	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	Day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	A	a	DET	_	_	_	_	_	_	*
+11	Ghostly	ghostly	PROPN	_	_	_	_	_	_	*
+12	Reflection	reflection	PROPN	_	_	_	_	_	ss=n.phenomenon	*
+13	Nebula	nebula	PROPN	_	_	_	_	_	ss=n.natural_object	*
+14	http://su.pr/1XBMfP	http://su.pr/1xbmfp	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-753
+# sent_counter = 953
+# text = @BexsterBexster @shinobi32768 I 've been having soup all week , do n't really have a favourite . It 's starting to taste pretty much the same .
+1	@BexsterBexster	@bexsterbexster	PROPN	_	_	_	_	_	_	*
+2	@shinobi32768	@shinobi32768	PROPN	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	been	be	AUX	_	_	_	_	_	_	*
+6	having	have	VERB	_	_	_	_	_	ss=v.consumption	*
+7	soup	soup	NOUN	_	_	_	_	_	ss=n.food	*
+8	all	all	DET	_	_	_	_	_	_	1:X
+9	week	week	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	ADV	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	favourite	favourite	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	It	it	PRON	_	_	_	_	_	_	*
+19	's	's	AUX	_	_	_	_	_	_	*
+20	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+23	pretty	pretty	ADV	_	_	_	_	_	_	*
+24	much	much	ADV	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	same	same	ADJ	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-754
+# sent_counter = 954
+# text = Where It Started : Guest Editor Warren Ellis Explains The Origin Of ' Red': ... next two weeks of coverage with five ... http://bit.ly/bdoK3l
+1	Where	where	ADV	_	_	_	_	_	_	*
+2	It	it	PRON	_	_	_	_	_	_	*
+3	Started	start	VERB	_	_	_	_	_	ss=v.change	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Guest	guest	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	Editor	editor	NOUN	_	_	_	_	_	_	1
+7	Warren	warren	PROPN	_	_	_	_	_	_	1
+8	Ellis	ellis	PROPN	_	_	_	_	_	_	1
+9	Explains	explain	VERB	_	_	_	_	_	ss=v.communication	*
+10	The	the	DET	_	_	_	_	_	_	*
+11	Origin	origin	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	Of	of	ADP	_	_	_	_	_	_	*
+13	'	'	PUNCT	_	_	_	_	_	_	*
+14	Red':	red':	PROPN	_	_	_	_	_	ss=n.cognition	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	next	next	ADJ	_	_	_	_	_	_	*
+17	two	two	NUM	_	_	_	_	_	_	*
+18	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	coverage	coverage	NOUN	_	_	_	_	_	ss=n.communication	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	five	five	NUM	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://bit.ly/bdoK3l	http://bit.ly/bdok3l	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-755
+# sent_counter = 955
+# text = I like when it rains .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	rains	rain	VERB	_	_	_	_	_	ss=v.weather	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-756
+# sent_counter = 956
+# text = volleyball tomorrow
+1	volleyball	volleyball	NOUN	_	_	_	_	_	ss=n.act	*
+2	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-757
+# sent_counter = 957
+# text = I 'm not an emotional human being . I get angry before I get sad . And when I do get sad , It 's often not that much . I guess I 'm kinda heartless
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	ADV	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	emotional	emotional	ADJ	_	_	_	_	_	_	*
+6	human	human	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	being	be	AUX	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.change	*
+11	angry	angry	ADJ	_	_	_	_	_	_	*
+12	before	before	ADP	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.change	*
+15	sad	sad	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	And	and	CCONJ	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	do	do	AUX	_	_	_	_	_	_	*
+21	get	get	VERB	_	_	_	_	_	ss=v.change	*
+22	sad	sad	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	It	it	PRON	_	_	_	_	_	_	*
+25	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+26	often	often	ADV	_	_	_	_	_	_	*
+27	not	not	ADV	_	_	_	_	_	_	*
+28	that	that	ADV	_	_	_	_	_	_	*
+29	much	much	ADJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+33	I	i	PRON	_	_	_	_	_	_	*
+34	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+35	kinda	kinda	ADV	_	_	_	_	_	_	*
+36	heartless	heartless	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-758
+# sent_counter = 958
+# text = RT @TricycleTheatre : v excited that Director Nigel Cole will join our Made in Dagenham Q__AND__A next week ! More info here http://bit.ly/cNOeyS
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@TricycleTheatre	@tricycletheatre	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	v	v	ADV	_	_	_	_	_	_	*
+5	excited	excited	ADJ	_	_	_	_	_	_	*
+6	that	that	ADP	_	_	_	_	_	_	*
+7	Director	director	NOUN	_	_	_	_	_	ss=n.person	1:X
+8	Nigel	nigel	PROPN	_	_	_	_	_	_	1
+9	Cole	cole	PROPN	_	_	_	_	_	_	1
+10	will	will	AUX	_	_	_	_	_	_	*
+11	join	join	VERB	_	_	_	_	_	ss=v.social	*
+12	our	our	PRON	_	_	_	_	_	_	*
+13	Made	made	PROPN	_	_	_	_	_	ss=n.act	2:X
+14	in	in	PROPN	_	_	_	_	_	_	2
+15	Dagenham	dagenham	PROPN	_	_	_	_	_	_	2
+16	Q__AND__A	q__and__a	NOUN	_	_	_	_	_	_	2
+17	next	next	ADJ	_	_	_	_	_	_	3:X
+18	week	week	NOUN	_	_	_	_	_	_	3
+19	!	!	PUNCT	_	_	_	_	_	_	*
+20	More	more	ADJ	_	_	_	_	_	_	*
+21	info	info	NOUN	_	_	_	_	_	ss=n.communication	*
+22	here	here	ADV	_	_	_	_	_	_	*
+23	http://bit.ly/cNOeyS	http://bit.ly/cnoeys	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-759
+# sent_counter = 959
+# text = @acoyne but then what 's the point of twitter if people can just write nice long messages ? it would lose its critical advantage .
+1	@acoyne	@acoyne	PROPN	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	then	then	ADV	_	_	_	_	_	_	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+10	if	if	ADP	_	_	_	_	_	_	*
+11	people	people	NOUN	_	_	_	_	_	ss=n.person	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	write	write	VERB	_	_	_	_	_	ss=v.creation	*
+15	nice	nice	ADJ	_	_	_	_	_	_	*
+16	long	long	ADJ	_	_	_	_	_	_	*
+17	messages	message	NOUN	_	_	_	_	_	ss=n.communication	*
+18	?	?	PUNCT	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	lose	lose	VERB	_	_	_	_	_	ss=v.change	*
+22	its	its	PRON	_	_	_	_	_	_	*
+23	critical	critical	ADJ	_	_	_	_	_	_	*
+24	advantage	advantage	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-760
+# sent_counter = 960
+# text = RT @SPN_minion : #Supernatural is like a vitamin , you should take at least one dose every day !
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@SPN_minion	@spn_minion	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	#Supernatural	#supernatural	NOUN	_	_	_	_	_	ss=n.communication	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	vitamin	vitamin	NOUN	_	_	_	_	_	ss=n.substance	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	should	should	AUX	_	_	_	_	_	_	*
+12	take	take	VERB	_	_	_	_	_	ss=v.consumption	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	least	least	ADJ	_	_	_	_	_	_	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	dose	dose	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	every	every	DET	_	_	_	_	_	_	1:X
+18	day	day	NOUN	_	_	_	_	_	_	1
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-761
+# sent_counter = 961
+# text = After so longggggg , I 'm finally outta the overweight category ! But i still hate my body . Sighhhhh ~
+1	After	after	ADP	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	longggggg	longggggg	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	finally	finally	ADV	_	_	_	_	_	_	*
+8	outta	outta	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	overweight	overweight	NOUN	_	_	_	_	_	ss=n.group	1:X
+11	category	category	NOUN	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+13	But	but	CCONJ	_	_	_	_	_	_	*
+14	i	i	PRON	_	_	_	_	_	_	*
+15	still	still	ADV	_	_	_	_	_	_	*
+16	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	body	body	NOUN	_	_	_	_	_	ss=n.body	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	Sighhhhh	sighhhhh	INTJ	_	_	_	_	_	_	*
+21	~	~	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-762
+# sent_counter = 962
+# text = Just 5 days until our huge Twice Loved Boutique Breast Cancer Awareness Bag Sale Savings Event ! ! We 've got a tent ... http://fb.me/EXtZkGSX
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	5	5	NUM	_	_	_	_	_	_	*
+3	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+4	until	until	ADP	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	huge	huge	ADJ	_	_	_	_	_	_	*
+7	Twice	twice	PROPN	_	_	_	_	_	ss=n.event	1:X
+8	Loved	loved	PROPN	_	_	_	_	_	_	1
+9	Boutique	boutique	PROPN	_	_	_	_	_	_	1
+10	Breast	breast	PROPN	_	_	_	_	_	_	1
+11	Cancer	cancer	PROPN	_	_	_	_	_	_	1
+12	Awareness	awareness	PROPN	_	_	_	_	_	_	1
+13	Bag	bag	PROPN	_	_	_	_	_	_	1
+14	Sale	sale	NOUN	_	_	_	_	_	_	1
+15	Savings	savings	NOUN	_	_	_	_	_	_	1
+16	Event	event	NOUN	_	_	_	_	_	_	1
+17	!	!	PUNCT	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+19	We	we	PRON	_	_	_	_	_	_	*
+20	've	've	AUX	_	_	_	_	_	_	*
+21	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	tent	tent	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	http://fb.me/EXtZkGSX	http://fb.me/extzkgsx	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-763
+# sent_counter = 963
+# text = Jiaaah .. Ky barang aja maen nitip ".. Hahaha .. Udh jul .. Galakin aja .. Wkwkwk RT @riesranty : @azkuro kak ajul , titip ... http://mtw.tl/lkfslx
+1	Jiaaah	jiaaah	PROPN	_	_	_	_	_	_	*
+2	..	..	PUNCT	_	_	_	_	_	_	*
+3	Ky	ky	PROPN	_	_	_	_	_	_	*
+4	barang	barang	VERB	_	_	_	_	_	_	*
+5	aja	aja	ADJ	_	_	_	_	_	_	*
+6	maen	maen	NOUN	_	_	_	_	_	_	*
+7	nitip	nitip	NOUN	_	_	_	_	_	_	*
+8	"..	"..	PUNCT	_	_	_	_	_	_	*
+9	Hahaha	hahaha	INTJ	_	_	_	_	_	_	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	Udh	udh	PROPN	_	_	_	_	_	_	*
+12	jul	jul	NOUN	_	_	_	_	_	_	*
+13	..	..	PUNCT	_	_	_	_	_	_	*
+14	Galakin	galakin	PROPN	_	_	_	_	_	_	*
+15	aja	aja	INTJ	_	_	_	_	_	_	*
+16	..	..	PUNCT	_	_	_	_	_	_	*
+17	Wkwkwk	wkwkwk	PROPN	_	_	_	_	_	_	*
+18	RT	rt	X	_	_	_	_	_	_	*
+19	@riesranty	@riesranty	PROPN	_	_	_	_	_	_	*
+20	:	:	PUNCT	_	_	_	_	_	_	*
+21	@azkuro	@azkuro	PROPN	_	_	_	_	_	_	*
+22	kak	kak	ADJ	_	_	_	_	_	_	*
+23	ajul	ajul	NOUN	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	titip	titip	PROPN	_	_	_	_	_	_	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	http://mtw.tl/lkfslx	http://mtw.tl/lkfslx	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-764
+# sent_counter = 964
+# text = Mum just told me she bought me an alice wig and an eclipse advent calendar , could this day get better ?
+1	Mum	mum	NOUN	_	_	_	_	_	ss=n.person	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	she	she	PRON	_	_	_	_	_	_	*
+6	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	alice	alice	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+10	wig	wig	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	eclipse	eclipse	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+14	advent	advent	PROPN	_	_	_	_	_	_	2
+15	calendar	calendar	NOUN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	could	could	AUX	_	_	_	_	_	_	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+20	get	get	VERB	_	_	_	_	_	ss=v.change	*
+21	better	better	ADJ	_	_	_	_	_	_	*
+22	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-765
+# sent_counter = 965
+# text = He did okay when he played . RT @Itsgreat2bme : @bmoreumissedit It was no game for Adam , what is it called by-week ? How did little G do ?
+1	He	he	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	okay	okay	ADJ	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	played	play	VERB	_	_	_	_	_	ss=v.competition	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+8	RT	rt	X	_	_	_	_	_	_	*
+9	@Itsgreat2bme	@itsgreat2bme	PROPN	_	_	_	_	_	_	*
+10	:	:	PUNCT	_	_	_	_	_	_	*
+11	@bmoreumissedit	@bmoreumissedit	PROPN	_	_	_	_	_	_	*
+12	It	it	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	no	no	DET	_	_	_	_	_	_	*
+15	game	game	NOUN	_	_	_	_	_	ss=n.act	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	Adam	adam	PROPN	_	_	_	_	_	ss=n.person	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	is	be	AUX	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+23	by-week	by-week	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+25	How	how	ADV	_	_	_	_	_	_	*
+26	did	do	AUX	_	_	_	_	_	_	*
+27	little	little	ADJ	_	_	_	_	_	ss=n.person	1:X
+28	G	g	PROPN	_	_	_	_	_	_	1
+29	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+30	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-766
+# sent_counter = 966
+# text = " when ur feelin good in somebodys spot gettin hot dont stop .. just dont think im not .. cuz im out gettin mineS "! realest throwback of all time
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	ur	ur	PRON	_	_	_	_	_	_	*
+4	feelin	feelin	VERB	_	_	_	_	_	ss=v.emotion	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	somebodys	somebody	NOUN	_	_	_	_	_	_	*
+8	spot	spot	NOUN	_	_	_	_	_	ss=n.body	*
+9	gettin	gettin	VERB	_	_	_	_	_	ss=v.change	*
+10	hot	hot	ADJ	_	_	_	_	_	_	*
+11	dont	dont	VERB	_	_	_	_	_	_	*
+12	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+13	..	..	PUNCT	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	dont	dont	VERB	_	_	_	_	_	_	*
+16	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+17	im	im	PRON	_	_	_	_	_	_	*
+18	not	not	ADV	_	_	_	_	_	_	*
+19	..	..	PUNCT	_	_	_	_	_	_	*
+20	cuz	cuz	ADP	_	_	_	_	_	_	*
+21	im	im	PRON	_	_	_	_	_	_	*
+22	out	out	ADP	_	_	_	_	_	_	*
+23	gettin	gettin	VERB	_	_	_	_	_	ss=v.body	*
+24	mineS	mine	NOUN	_	_	_	_	_	ss=n.body	*
+25	"!	"!	PUNCT	_	_	_	_	_	_	*
+26	realest	real	ADJ	_	_	_	_	_	_	*
+27	throwback	throwback	NOUN	_	_	_	_	_	ss=n.communication	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	all	all	DET	_	_	_	_	_	_	*
+30	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-767
+# sent_counter = 967
+# text = @IAMtheCOMMODORE Today is my 20th birthday and it would mean the world to me if I got an @reply from you today ! &lt; 3
+1	@IAMtheCOMMODORE	@iamthecommodore	PROPN	_	_	_	_	_	_	*
+2	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	20th	20th	ADJ	_	_	_	_	_	_	*
+6	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	the	the	DET	_	_	_	_	_	_	1
+12	world	world	NOUN	_	_	_	_	_	_	1
+13	to	to	PART	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	if	if	ADP	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	got	get	VERB	_	_	_	_	_	ss=v.communication	*
+18	an	an	DET	_	_	_	_	_	_	*
+19	@reply	@reply	NOUN	_	_	_	_	_	ss=n.communication	*
+20	from	from	ADP	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+24	&lt;	&lt;	INTJ	_	_	_	_	_	_	*
+25	3	3	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-768
+# sent_counter = 968
+# text = Happy Monday to Everyone ! #education can never be taken away ... go follow your #dreams
+1	Happy	happy	ADJ	_	_	_	_	_	_	*
+2	Monday	monday	PROPN	_	_	_	_	_	ss=n.event	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	#education	#education	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	never	never	ADV	_	_	_	_	_	_	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	taken	take	VERB	_	_	_	_	_	ss=v.change	1:X
+11	away	away	ADV	_	_	_	_	_	_	1
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.cognition	*
+14	follow	follow	VERB	_	_	_	_	_	ss=v.cognition	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	#dreams	#dreams	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-769
+# sent_counter = 969
+# text = @taylorrhicks Thunder , lightening , first rain we 've had in months ... love it ! Chukchansi had a pow wow this weekend . Think someone did a ...
+1	@taylorrhicks	@taylorrhicks	PROPN	_	_	_	_	_	_	*
+2	Thunder	thunder	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	lightening	lightening	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	first	first	ADJ	_	_	_	_	_	_	*
+7	rain	rain	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	've	've	AUX	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	Chukchansi	chukchansi	PROPN	_	_	_	_	_	ss=n.person	*
+18	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	pow	pow	NOUN	_	_	_	_	_	ss=n.act	1:X
+21	wow	wow	NOUN	_	_	_	_	_	_	1
+22	this	this	DET	_	_	_	_	_	_	2:X
+23	weekend	weekend	NOUN	_	_	_	_	_	_	2
+24	.	.	PUNCT	_	_	_	_	_	_	*
+25	Think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+26	someone	someone	NOUN	_	_	_	_	_	_	*
+27	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-770
+# sent_counter = 970
+# text = Got another two box of chocolate from sister . . Rewind the 1st time I gave you a bar of chocolate . . Everything pratically remind me of you ?
+1	Got	get	VERB	_	_	_	_	_	ss=v.possession	*
+2	another	another	DET	_	_	_	_	_	_	*
+3	two	two	NUM	_	_	_	_	_	_	*
+4	box	box	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	sister	sister	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	Rewind	rewind	VERB	_	_	_	_	_	ss=v.cognition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	1st	1st	NUM	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	bar	bar	NOUN	_	_	_	_	_	ss=n.food	1:X
+20	of	of	ADP	_	_	_	_	_	_	1
+21	chocolate	chocolate	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+24	Everything	everything	NOUN	_	_	_	_	_	_	*
+25	pratically	pratically	ADV	_	_	_	_	_	_	*
+26	remind	remind	VERB	_	_	_	_	_	ss=v.cognition	*
+27	me	me	PRON	_	_	_	_	_	_	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	you	you	PRON	_	_	_	_	_	_	*
+30	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-771
+# sent_counter = 971
+# text = @MzStarrBurst You doing a person 's makeup does n't dictate what medication they may receive . That 's my point .
+1	@MzStarrBurst	@mzstarrburst	PROPN	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	doing	do	VERB	_	_	_	_	_	ss=v.contact	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	's	's	AUX	_	_	_	_	_	_	*
+7	makeup	makeup	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	does	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	ADV	_	_	_	_	_	_	*
+10	dictate	dictate	VERB	_	_	_	_	_	ss=v.cognition	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	medication	medication	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	may	may	AUX	_	_	_	_	_	_	*
+15	receive	receive	VERB	_	_	_	_	_	ss=v.possession	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	That	that	DET	_	_	_	_	_	_	*
+18	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-772
+# sent_counter = 972
+# text = Do you want to learn how to get rooms at the Marriott for $35 a night , all year long ? Check this out ! ------ &gt; http://bit.ly/cL9IwC
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+9	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	Marriott	marriott	PROPN	_	_	_	_	_	ss=n.group	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	$35	$35	NUM	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	all	all	DET	_	_	_	_	_	_	1:X
+19	year	year	NOUN	_	_	_	_	_	_	1
+20	long	long	ADJ	_	_	_	_	_	_	1
+21	?	?	PUNCT	_	_	_	_	_	_	*
+22	Check	check	VERB	_	_	_	_	_	ss=v.perception	2:X
+23	this	this	DET	_	_	_	_	_	_	*
+24	out	out	PART	_	_	_	_	_	_	2
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	------	------	X	_	_	_	_	_	_	*
+27	&gt;	&gt;	X	_	_	_	_	_	_	*
+28	http://bit.ly/cL9IwC	http://bit.ly/cl9iwc	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-773
+# sent_counter = 973
+# text = RT @IronRangeMN : October Iron Range eNews and Specials http://conta.cc/9N6D15 via #constantcontact
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@IronRangeMN	@ironrangemn	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	October	october	PROPN	_	_	_	_	_	ss=n.communication	1:X
+5	Iron	iron	PROPN	_	_	_	_	_	_	1
+6	Range	range	PROPN	_	_	_	_	_	_	1
+7	eNews	enews	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	1
+9	Specials	special	NOUN	_	_	_	_	_	_	1
+10	http://conta.cc/9N6D15	http://conta.cc/9n6d15	X	_	_	_	_	_	_	*
+11	via	via	X	_	_	_	_	_	_	*
+12	#constantcontact	#constantcontact	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-774
+# sent_counter = 974
+# text = Dierks Bentley Admits He Snuck Into Grand Ole Opry Before He Made It Big : Just days after join ... http://bit.ly/9LJLHE
+1	Dierks	dierks	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bentley	bentley	PROPN	_	_	_	_	_	_	1
+3	Admits	admit	VERB	_	_	_	_	_	ss=v.communication	*
+4	He	he	PRON	_	_	_	_	_	_	*
+5	Snuck	sneak	VERB	_	_	_	_	_	ss=v.motion	2:X
+6	Into	into	ADP	_	_	_	_	_	_	2
+7	Grand	grand	PROPN	_	_	_	_	_	ss=n.location	3:X
+8	Ole	ole	PROPN	_	_	_	_	_	_	3
+9	Opry	opry	PROPN	_	_	_	_	_	_	3
+10	Before	before	ADP	_	_	_	_	_	_	*
+11	He	he	PRON	_	_	_	_	_	_	*
+12	Made	make	VERB	_	_	_	_	_	ss=v.change	4:X
+13	It	it	PRON	_	_	_	_	_	_	4
+14	Big	big	ADJ	_	_	_	_	_	_	4
+15	:	:	PUNCT	_	_	_	_	_	_	*
+16	Just	just	ADV	_	_	_	_	_	_	*
+17	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	join	join	NOUN	_	_	_	_	_	_	*
+20	...	...	PUNCT	_	_	_	_	_	_	*
+21	http://bit.ly/9LJLHE	http://bit.ly/9ljlhe	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-775
+# sent_counter = 975
+# text = Antick Musings post : Reviewing the Mail : Week of 10/2 http://bit.ly/9PIm5E
+1	Antick	antick	PROPN	_	_	_	_	_	ss=n.communication	1:X
+2	Musings	musings	PROPN	_	_	_	_	_	_	1
+3	post	post	NOUN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	Reviewing	review	VERB	_	_	_	_	_	ss=v.cognition	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Mail	mail	NOUN	_	_	_	_	_	ss=n.communication	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	Week	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	10/2	10/2	NUM	_	_	_	_	_	_	*
+12	http://bit.ly/9PIm5E	http://bit.ly/9pim5e	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-776
+# sent_counter = 976
+# text = Trying Something New In Bed ( You Game ? ) : Someone wrote me last week about wanting to role play . Her husband is a ... http://yhoo.it/bX9l33
+1	Trying	try	VERB	_	_	_	_	_	ss=v.body	*
+2	Something	something	NOUN	_	_	_	_	_	_	*
+3	New	new	ADJ	_	_	_	_	_	_	*
+4	In	in	ADP	_	_	_	_	_	_	*
+5	Bed	bed	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	(	(	PUNCT	_	_	_	_	_	_	*
+7	You	you	PRON	_	_	_	_	_	_	*
+8	Game	game	ADJ	_	_	_	_	_	_	*
+9	?	?	PUNCT	_	_	_	_	_	_	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	Someone	someone	NOUN	_	_	_	_	_	_	*
+13	wrote	write	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	last	last	ADJ	_	_	_	_	_	_	1:X
+16	week	week	NOUN	_	_	_	_	_	_	1
+17	about	about	ADP	_	_	_	_	_	_	*
+18	wanting	want	VERB	_	_	_	_	_	ss=v.emotion	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	role	role	VERB	_	_	_	_	_	ss=v.social	2:X
+21	play	play	VERB	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+23	Her	her	PRON	_	_	_	_	_	_	*
+24	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+25	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	...	...	PUNCT	_	_	_	_	_	_	*
+28	http://yhoo.it/bX9l33	http://yhoo.it/bx9l33	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-777
+# sent_counter = 977
+# text = Our October issue drops today ! Pick up a copy in your area for birthday party ideas and resources , tons of ... http://fb.me/HsqX911j
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	October	october	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	issue	issue	NOUN	_	_	_	_	_	_	1
+4	drops	drop	VERB	_	_	_	_	_	ss=v.change	*
+5	today	today	NOUN	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+7	Pick	pick	VERB	_	_	_	_	_	ss=v.contact	2:X
+8	up	up	PART	_	_	_	_	_	_	2
+9	a	a	DET	_	_	_	_	_	_	*
+10	copy	copy	NOUN	_	_	_	_	_	ss=n.communication	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	birthday	birthday	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+16	party	party	NOUN	_	_	_	_	_	_	3
+17	ideas	idea	NOUN	_	_	_	_	_	_	3
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	resources	resource	NOUN	_	_	_	_	_	ss=n.possession	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	tons	tons	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	http://fb.me/HsqX911j	http://fb.me/hsqx911j	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-778
+# sent_counter = 978
+# text = Today has been a GREAT day __AND__ it just keeps getting better !!! Thank You Lord !
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	GREAT	great	ADJ	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	__AND__	__and__	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	keeps	keep	VERB	_	_	_	_	_	ss=v.stative	*
+11	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+12	better	better	ADV	_	_	_	_	_	_	*
+13	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+14	Thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+15	You	you	PRON	_	_	_	_	_	_	*
+16	Lord	lord	PROPN	_	_	_	_	_	ss=n.person	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-779
+# sent_counter = 979
+# text = Big news , indeed ! RT @AlexPappasDC Big news at TheDC RT @mkhammer Start new job doing video @DailyCaller tomorrow ! http://is.gd/fKm4j
+1	Big	big	ADJ	_	_	_	_	_	_	*
+2	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	indeed	indeed	ADV	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+6	RT	rt	X	_	_	_	_	_	_	*
+7	@AlexPappasDC	@alexpappasdc	PROPN	_	_	_	_	_	_	*
+8	Big	big	ADJ	_	_	_	_	_	_	*
+9	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	TheDC	thedc	PROPN	_	_	_	_	_	ss=n.group	*
+12	RT	rt	X	_	_	_	_	_	_	*
+13	@mkhammer	@mkhammer	PROPN	_	_	_	_	_	_	*
+14	Start	start	VERB	_	_	_	_	_	ss=v.change	*
+15	new	new	ADJ	_	_	_	_	_	_	*
+16	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+17	doing	do	VERB	_	_	_	_	_	ss=v.creation	*
+18	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+19	@DailyCaller	@dailycaller	PROPN	_	_	_	_	_	ss=n.communication	*
+20	tomorrow	tomorrow	NOUN	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+22	http://is.gd/fKm4j	http://is.gd/fkm4j	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-780
+# sent_counter = 980
+# text = I 'm so addicted to Twitter now that I can tweet all the time . Not good .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	addicted	addict	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	Twitter	twitter	PROPN	_	_	_	_	_	ss=n.communication	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	that	that	ADP	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	tweet	tweet	VERB	_	_	_	_	_	ss=v.communication	*
+12	all	all	DET	_	_	_	_	_	_	1:X
+13	the	the	DET	_	_	_	_	_	_	1
+14	time	time	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	Not	not	ADV	_	_	_	_	_	_	*
+17	good	good	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-781
+# sent_counter = 981
+# text = @DORSEY33 lol aw . i thought u was talkin bout another time . nd i dnt see u either !
+1	@DORSEY33	@dorsey33	PROPN	_	_	_	_	_	_	*
+2	lol	lol	INTJ	_	_	_	_	_	_	*
+3	aw	aw	INTJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+7	u	u	PRON	_	_	_	_	_	_	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	talkin	talkin	VERB	_	_	_	_	_	ss=v.communication	*
+10	bout	bout	ADP	_	_	_	_	_	_	*
+11	another	another	DET	_	_	_	_	_	_	*
+12	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	nd	nd	CCONJ	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	dnt	dnt	VERB	_	_	_	_	_	_	*
+17	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+18	u	u	PRON	_	_	_	_	_	_	*
+19	either	either	ADV	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-782
+# sent_counter = 982
+# text = Deez niggaz now a days is strate clowns ... 85% of deez niggaz ai n't shit wit out eachother .. #bitchmade
+1	Deez	deez	DET	_	_	_	_	_	_	*
+2	niggaz	niggaz	NOUN	_	_	_	_	_	ss=n.person	*
+3	now	now	ADV	_	_	_	_	_	_	1:X
+4	a	a	DET	_	_	_	_	_	_	1
+5	days	days	NOUN	_	_	_	_	_	_	1
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	strate	strate	ADJ	_	_	_	_	_	_	*
+8	clowns	clown	NOUN	_	_	_	_	_	ss=n.person	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	85%	85%	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	deez	deez	DET	_	_	_	_	_	_	*
+13	niggaz	niggaz	NOUN	_	_	_	_	_	ss=n.person	*
+14	ai	ai	VERB	_	_	_	_	_	ss=v.stative	2:X
+15	n't	n't	ADV	_	_	_	_	_	_	2
+16	shit	shit	ADJ	_	_	_	_	_	_	*
+17	wit	wit	ADP	_	_	_	_	_	_	*
+18	out	out	ADP	_	_	_	_	_	_	*
+19	eachother	eachother	NOUN	_	_	_	_	_	_	*
+20	..	..	PUNCT	_	_	_	_	_	_	*
+21	#bitchmade	#bitchmade	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-783
+# sent_counter = 983
+# text = @Bibhu2109 No . He 's gonna run out of money some day :P
+1	@Bibhu2109	@bibhu2109	PROPN	_	_	_	_	_	_	*
+2	No	no	INTJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+4	He	he	PRON	_	_	_	_	_	_	*
+5	's	's	AUX	_	_	_	_	_	_	*
+6	gonna	gonna	VERB	_	_	_	_	_	_	*
+7	run	run	VERB	_	_	_	_	_	ss=v.change	1:X
+8	out	out	ADP	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+11	some	some	DET	_	_	_	_	_	_	2:X
+12	day	day	NOUN	_	_	_	_	_	_	2
+13	:P	:p	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-784
+# sent_counter = 984
+# text = @SincerelyKRenee but u can just get her shit today n do n't forget goosh we know how u get b4 I make her beat on u
+1	@SincerelyKRenee	@sincerelykrenee	PROPN	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	u	u	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+7	her	her	PRON	_	_	_	_	_	_	*
+8	shit	shit	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	today	today	NOUN	_	_	_	_	_	_	*
+10	n	n	CCONJ	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	ADV	_	_	_	_	_	_	*
+13	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+14	goosh	goosh	INTJ	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+17	how	how	ADV	_	_	_	_	_	_	*
+18	u	u	PRON	_	_	_	_	_	_	*
+19	get	get	VERB	_	_	_	_	_	ss=v.change	*
+20	b4	b4	ADP	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	make	make	VERB	_	_	_	_	_	ss=v.change	*
+23	her	her	PRON	_	_	_	_	_	_	*
+24	beat	beat	VERB	_	_	_	_	_	ss=v.contact	*
+25	on	on	ADP	_	_	_	_	_	_	*
+26	u	u	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-785
+# sent_counter = 985
+# text = Forbidden Fruit : How to Deal When Your Crush Is Taken : http://yhoo.it/aFG5Ue
+1	Forbidden	forbidden	PROPN	_	_	_	_	_	ss=n.plant	1:X
+2	Fruit	fruit	PROPN	_	_	_	_	_	_	1
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	How	how	ADV	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	Deal	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+7	When	when	ADV	_	_	_	_	_	_	*
+8	Your	your	PRON	_	_	_	_	_	_	*
+9	Crush	crush	NOUN	_	_	_	_	_	ss=n.person	*
+10	Is	be	AUX	_	_	_	_	_	_	*
+11	Taken	take	VERB	_	_	_	_	_	ss=v.change	*
+12	:	:	PUNCT	_	_	_	_	_	_	*
+13	http://yhoo.it/aFG5Ue	http://yhoo.it/afg5ue	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-786
+# sent_counter = 986
+# text = RT @MyssLidia : If u call someone 5x 's a day and they do n't answer , do u not get a hint that MAYBE they just do n't wanna talk to u !!!!!
+1	RT	rt	X	_	_	_	_	_	_	*
+2	@MyssLidia	@mysslidia	PROPN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	If	if	ADP	_	_	_	_	_	_	*
+5	u	u	PRON	_	_	_	_	_	_	*
+6	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+7	someone	someone	NOUN	_	_	_	_	_	_	*
+8	5x	5x	NOUN	_	_	_	_	_	ss=n.quantity	1:X
+9	's	's	PART	_	_	_	_	_	_	1
+10	a	a	DET	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	n't	n't	ADV	_	_	_	_	_	_	*
+16	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	do	do	AUX	_	_	_	_	_	_	*
+19	u	u	PRON	_	_	_	_	_	_	*
+20	not	not	ADV	_	_	_	_	_	_	*
+21	get	get	VERB	_	_	_	_	_	ss=v.cognition	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	hint	hint	NOUN	_	_	_	_	_	ss=n.communication	*
+24	that	that	ADP	_	_	_	_	_	_	*
+25	MAYBE	maybe	ADV	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	just	just	ADV	_	_	_	_	_	_	*
+28	do	do	AUX	_	_	_	_	_	_	*
+29	n't	n't	ADV	_	_	_	_	_	_	*
+30	wanna	wanna	VERB	_	_	_	_	_	_	*
+31	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+32	to	to	PART	_	_	_	_	_	_	*
+33	u	u	PRON	_	_	_	_	_	_	*
+34	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ritter-787
+# sent_counter = 987
+# text = @lesanto have a look at http://facebook.com/media14 , there are postings from TechCrunch and Flowtown that may help #mobile
+1	@lesanto	@lesanto	PROPN	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.perception	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	look	look	NOUN	_	_	_	_	_	ss=n.act	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	http://facebook.com/media14	http://facebook.com/media14	X	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	there	there	DET	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	postings	posting	NOUN	_	_	_	_	_	ss=n.communication	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	TechCrunch	techcrunch	PROPN	_	_	_	_	_	ss=n.group	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Flowtown	flowtown	PROPN	_	_	_	_	_	ss=n.group	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	may	may	AUX	_	_	_	_	_	_	*
+17	help	help	VERB	_	_	_	_	_	ss=v.change	*
+18	#mobile	#mobile	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.2
+# sent_counter = 988
+# text = Hello my name is Vera and I 'm writing a review about my own counseling practice in Bellevue , WA. and in Renton WA .
+1	Hello	hello	INTJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	Vera	vera	PROPN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	AUX	_	_	_	_	_	_	*
+9	writing	write	VERB	_	_	_	_	_	ss=v.communication	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+12	about	about	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	own	own	ADJ	_	_	_	_	_	_	*
+15	counseling	counseling	NOUN	_	_	_	_	_	ss=n.act	*
+16	practice	practice	NOUN	_	_	_	_	_	ss=n.group	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Bellevue	bellevue	PROPN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	WA.	wa.	PROPN	_	_	_	_	_	ss=n.location	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	Renton	renton	PROPN	_	_	_	_	_	ss=n.location	*
+24	WA	wa	PROPN	_	_	_	_	_	ss=n.location	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.6
+# sent_counter = 989
+# text = Please visit my website to learn more about my practice at www.veraakulov.com .
+1	Please	please	INTJ	_	_	_	_	_	_	*
+2	visit	visit	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+7	more	more	ADJ	_	_	_	_	_	_	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	practice	practice	NOUN	_	_	_	_	_	ss=n.group	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	www.veraakulov.com	www.veraakulov.com	X	_	_	_	_	_	ss=n.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.7
+# sent_counter = 990
+# text = I am a preferred provider with most insurance companies .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	preferred	prefer	VERB	_	_	_	_	_	_	*
+5	provider	provider	NOUN	_	_	_	_	_	ss=n.person	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	most	most	ADJ	_	_	_	_	_	_	*
+8	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+9	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011806.1
+# sent_counter = 991
+# text = absolutely fantastic experience getting my iphone upgraded at Zion ...
+1	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+3	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	getting	get	VERB	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	iphone	iphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	upgraded	upgrade	VERB	_	_	_	_	_	ss=v.change	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	Zion	zion	PROPN	_	_	_	_	_	ss=n.group	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024306.3
+# sent_counter = 992
+# text = I do n't recommend this place to anyone or even anything to eat .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	anyone	anyone	NOUN	_	_	_	_	_	_	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	anything	anything	NOUN	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.1
+# sent_counter = 993
+# text = Best Stationery store in Bethesda
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Stationery	stationery	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Bethesda	bethesda	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.2
+# sent_counter = 994
+# text = Papeluna , a cute Mom / Pop custom printing and paper store , just opened a few days ago .
+1	Papeluna	papeluna	PROPN	_	_	_	_	_	ss=n.group	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	cute	cute	ADJ	_	_	_	_	_	_	*
+5	Mom	mom	PROPN	_	_	_	_	_	ss=n.cognition	1:X
+6	/	/	PUNCT	_	_	_	_	_	_	1
+7	Pop	pop	PROPN	_	_	_	_	_	_	1
+8	custom	custom	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	paper	paper	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	opened	open	VERB	_	_	_	_	_	ss=v.stative	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	few	few	ADJ	_	_	_	_	_	_	*
+18	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+19	ago	ago	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.3
+# sent_counter = 995
+# text = It is right on the hustle and bustle of Wisconsin Ave but some might miss it as it is nestled in between Subway Sandwiches and Modell 's .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	right	right	ADV	_	_	_	_	_	_	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	hustle	hustle	NOUN	_	_	_	_	_	ss=n.state	1:X
+7	and	and	CCONJ	_	_	_	_	_	_	1
+8	bustle	bustle	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	Wisconsin	wisconsin	PROPN	_	_	_	_	_	ss=n.location	2:X
+11	Ave	ave	PROPN	_	_	_	_	_	_	2
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	might	might	AUX	_	_	_	_	_	_	*
+15	miss	miss	VERB	_	_	_	_	_	ss=v.social	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	as	as	SCONJ	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	is	be	AUX	_	_	_	_	_	_	*
+20	nestled	nestle	VERB	_	_	_	_	_	ss=v.stative	*
+21	in	in	ADP	_	_	_	_	_	_	3:X
+22	between	between	ADP	_	_	_	_	_	_	3
+23	Subway	subway	PROPN	_	_	_	_	_	ss=n.group	4:X
+24	Sandwiches	sandwiches	PROPN	_	_	_	_	_	_	4
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	Modell	modell	PROPN	_	_	_	_	_	ss=n.group	5:X
+27	's	's	PART	_	_	_	_	_	_	5
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.4
+# sent_counter = 996
+# text = I popped in after my afternoon pumpkin spice latte break at Starbucks .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	popped	pop	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	after	after	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	afternoon	afternoon	NOUN	_	_	_	_	_	ss=n.time	*
+7	pumpkin	pumpkin	NOUN	_	_	_	_	_	ss=n.food	2:X
+8	spice	spice	NOUN	_	_	_	_	_	_	2
+9	latte	latte	NOUN	_	_	_	_	_	_	2
+10	break	break	NOUN	_	_	_	_	_	ss=n.event	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	Starbucks	starbucks	PROPN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.5
+# sent_counter = 997
+# text = It 's an adorable little store filled with lots of stationery goodness .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	adorable	adorable	ADJ	_	_	_	_	_	_	*
+5	little	little	ADJ	_	_	_	_	_	_	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	filled	fill	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	with	with	ADP	_	_	_	_	_	_	1
+9	lots	lots	NOUN	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	stationery	stationery	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	goodness	goodness	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.8
+# sent_counter = 998
+# text = I ended up buying a birthday card and would probably come back for more .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ended	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	birthday	birthday	NOUN	_	_	_	_	_	ss=n.communication	2:X
+7	card	card	NOUN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	probably	probably	ADV	_	_	_	_	_	_	*
+11	come	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+12	back	back	ADV	_	_	_	_	_	_	3
+13	for	for	ADP	_	_	_	_	_	_	*
+14	more	more	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.046500.1
+# sent_counter = 999
+# text = Men s and Boys Barbers , on the number 9 Bus route .
+1	Men	men	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	s	s	PART	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	Boys	boy	NOUN	_	_	_	_	_	_	1
+5	Barbers	barber	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	number	number	NOUN	_	_	_	_	_	ss=n.communication	*
+10	9	9	NUM	_	_	_	_	_	_	*
+11	Bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	route	route	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048201.4
+# sent_counter = 1000
+# text = We tried 4 different style of donuts , they were all the same when it came to quality .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.consumption	*
+3	4	4	NUM	_	_	_	_	_	_	*
+4	different	different	ADJ	_	_	_	_	_	_	*
+5	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	donuts	donut	NOUN	_	_	_	_	_	ss=n.food	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	all	all	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	same	same	ADJ	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	1:X
+15	it	it	PRON	_	_	_	_	_	_	1
+16	came	come	VERB	_	_	_	_	_	_	1
+17	to	to	ADP	_	_	_	_	_	_	1
+18	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.7
+# sent_counter = 1001
+# text = Not to mention the fact that they gave us our cats back not even 30 minutes after they were out from surgery .
+1	Not	not	PART	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	mention	mention	VERB	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	2:X
+5	fact	fact	NOUN	_	_	_	_	_	_	2
+6	that	that	SCONJ	_	_	_	_	_	_	2
+7	they	they	PRON	_	_	_	_	_	_	*
+8	gave	give	VERB	_	_	_	_	_	ss=v.stative	*
+9	us	us	PRON	_	_	_	_	_	_	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	cats	cat	NOUN	_	_	_	_	_	ss=n.animal	*
+12	back	back	ADV	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	even	even	ADV	_	_	_	_	_	_	*
+15	30	30	NUM	_	_	_	_	_	_	*
+16	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+17	after	after	SCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	out	out	ADV	_	_	_	_	_	_	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	surgery	surgery	NOUN	_	_	_	_	_	ss=n.act	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058009.1
+# sent_counter = 1002
+# text = It taste better than In and Out ....
+1	It	it	PRON	_	_	_	_	_	_	*
+2	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+3	better	better	ADJ	_	_	_	_	_	_	*
+4	than	than	ADP	_	_	_	_	_	_	*
+5	In	in	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	Out	out	PROPN	_	_	_	_	_	_	1
+8	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.3
+# sent_counter = 1003
+# text = I go in about every morning to get bagels for myself or my co-workers and the employees at Max 's are great !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	in	in	ADV	_	_	_	_	_	_	*
+4	about	about	ADV	_	_	_	_	_	_	*
+5	every	every	DET	_	_	_	_	_	_	*
+6	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+9	bagels	bagel	NOUN	_	_	_	_	_	ss=n.food	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	myself	myself	PRON	_	_	_	_	_	_	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	co-workers	co-worker	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	Max	max	PROPN	_	_	_	_	_	ss=n.group	1:X
+20	's	's	PART	_	_	_	_	_	_	1
+21	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	great	great	ADJ	_	_	_	_	_	_	*
+23	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.5
+# sent_counter = 1004
+# text = I have never had a problem with their hours because I always go during the mornings .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	a	a	DET	_	_	_	_	_	_	*
+6	problem	problem	NOUN	_	_	_	_	_	_	1
+7	with	with	ADP	_	_	_	_	_	_	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+10	because	because	SCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	always	always	ADV	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	during	during	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	mornings	morning	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064100.2
+# sent_counter = 1005
+# text = Cool ambience .
+1	Cool	cool	ADJ	_	_	_	_	_	_	*
+2	ambience	ambience	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068009.1
+# sent_counter = 1006
+# text = Criminal Attorney Dallas
+1	Criminal	criminal	ADJ	_	_	_	_	_	_	*
+2	Attorney	attorney	NOUN	_	_	_	_	_	ss=n.person	*
+3	Dallas	dallas	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068009.3
+# sent_counter = 1007
+# text = As a qualified criminal defense attorney , he will work every possible legal " angle " ( leaving no stone unturned ) of your case to achieve the most favorable result possible .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	qualified	qualified	ADJ	_	_	_	_	_	_	*
+4	criminal	criminal	ADJ	_	_	_	_	_	ss=n.person	1:X
+5	defense	defense	NOUN	_	_	_	_	_	_	1
+6	attorney	attorney	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	work	work	VERB	_	_	_	_	_	ss=v.social	2:X
+11	every	every	DET	_	_	_	_	_	_	2
+12	possible	possible	ADJ	_	_	_	_	_	_	*
+13	legal	legal	ADJ	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	angle	angle	NOUN	_	_	_	_	_	_	2
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	(	(	PUNCT	_	_	_	_	_	_	*
+18	leaving	leave	VERB	_	_	_	_	_	ss=v.social	3:X
+19	no	no	DET	_	_	_	_	_	_	3
+20	stone	stone	NOUN	_	_	_	_	_	_	3
+21	unturned	unturned	ADJ	_	_	_	_	_	_	3
+22	)	)	PUNCT	_	_	_	_	_	_	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	your	your	PRON	_	_	_	_	_	_	*
+25	case	case	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	achieve	achieve	VERB	_	_	_	_	_	ss=v.cognition	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	most	most	ADV	_	_	_	_	_	_	*
+30	favorable	favorable	ADJ	_	_	_	_	_	_	*
+31	result	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+32	possible	possible	ADJ	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001961.3
+# sent_counter = 1008
+# text = Have a real mechanic check before you buy !!!!
+1	Have	have	VERB	_	_	_	_	_	ss=v.social	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	real	real	ADJ	_	_	_	_	_	_	*
+4	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+5	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+6	before	before	SCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+9	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005760.4
+# sent_counter = 1009
+# text = Expensive for the level of food and the quality of service .
+1	Expensive	expensive	ADJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	level	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014764.3
+# sent_counter = 1010
+# text = Many thanks from myself and all of our wedding guests !
+1	Many	many	ADJ	_	_	_	_	_	_	*
+2	thanks	thanks	NOUN	_	_	_	_	_	ss=n.communication	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	myself	myself	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+10	guests	guest	NOUN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.016861.1
+# sent_counter = 1011
+# text = Stayed in the Seaview room here in December 2009 !
+1	Stayed	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Seaview	seaview	NOUN	_	_	_	_	_	ss=n.location	*
+5	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	December	december	PROPN	_	_	_	_	_	ss=n.time	*
+9	2009	2009	NUM	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.016861.4
+# sent_counter = 1012
+# text = I highly recommend Bay View if you are looking for Accommodation in Camps Bay .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bay	bay	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	View	view	PROPN	_	_	_	_	_	_	1
+6	if	if	SCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	are	be	AUX	_	_	_	_	_	_	*
+9	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	Accommodation	accommodation	NOUN	_	_	_	_	_	ss=n.possession	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Camps	camps	PROPN	_	_	_	_	_	ss=n.location	2:X
+14	Bay	bay	PROPN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.1
+# sent_counter = 1013
+# text = The Salon Experience from Hell
+1	The	the	DET	_	_	_	_	_	_	*
+2	Salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+3	Experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	from	from	ADP	_	_	_	_	_	_	1:X
+5	Hell	hell	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.10
+# sent_counter = 1014
+# text = The other stylists around me kept pressuring me saying he 's so wonderful , you 're going to love your hair .
+1	The	the	DET	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	stylists	stylist	NOUN	_	_	_	_	_	ss=n.person	*
+4	around	around	ADP	_	_	_	_	_	_	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	kept	keep	VERB	_	_	_	_	_	ss=v.change	*
+7	pressuring	pressure	VERB	_	_	_	_	_	ss=v.social	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	're	're	AUX	_	_	_	_	_	_	*
+17	going	go	VERB	_	_	_	_	_	_	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+20	your	your	PRON	_	_	_	_	_	_	*
+21	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.16
+# sent_counter = 1015
+# text = It was the salon experience from absolutely Hell .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+5	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+6	from	from	ADP	_	_	_	_	_	_	1:X
+7	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+8	Hell	hell	PROPN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.17
+# sent_counter = 1016
+# text = He also told me that he worked on the cast of will and grace and that they were all jerks .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	worked	work	VERB	_	_	_	_	_	ss=v.body	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	cast	cast	NOUN	_	_	_	_	_	ss=n.group	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	will	will	PROPN	_	_	_	_	_	ss=n.group	1:X
+13	and	and	CCONJ	_	_	_	_	_	_	1
+14	grace	grace	PROPN	_	_	_	_	_	_	1
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	that	that	SCONJ	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	all	all	ADV	_	_	_	_	_	_	*
+20	jerks	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.18
+# sent_counter = 1017
+# text = That 's my favorite show of all time .
+1	That	that	DET	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	favorite	favorite	ADJ	_	_	_	_	_	_	*
+5	show	show	NOUN	_	_	_	_	_	ss=n.communication	*
+6	of	of	ADP	_	_	_	_	_	_	1:X
+7	all	all	DET	_	_	_	_	_	_	1
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.5
+# sent_counter = 1018
+# text = I never got a price quote over the phone and they take your cc info just to make the appointment because if you do n't show up , they 'll charge you .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.communication	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	price	price	NOUN	_	_	_	_	_	ss=n.possession	1:X
+6	quote	quote	NOUN	_	_	_	_	_	_	1
+7	over	over	ADP	_	_	_	_	_	_	2:X
+8	the	the	DET	_	_	_	_	_	_	2
+9	phone	phone	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	take	take	VERB	_	_	_	_	_	ss=v.communication	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	cc	cc	NOUN	_	_	_	_	_	ss=n.possession	*
+15	info	info	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	make	make	VERB	_	_	_	_	_	ss=v.social	3:X
+19	the	the	DET	_	_	_	_	_	_	3
+20	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+21	because	because	SCONJ	_	_	_	_	_	_	*
+22	if	if	SCONJ	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	do	do	AUX	_	_	_	_	_	_	*
+25	n't	n't	PART	_	_	_	_	_	_	*
+26	show	show	VERB	_	_	_	_	_	ss=v.social	4:X
+27	up	up	ADP	_	_	_	_	_	_	4
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	they	they	PRON	_	_	_	_	_	_	*
+30	'll	'll	AUX	_	_	_	_	_	_	*
+31	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+32	you	you	PRON	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.6
+# sent_counter = 1019
+# text = I had this ridiculous celebrity stylist from LA named Derrick .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.social	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	ridiculous	ridiculous	ADJ	_	_	_	_	_	_	*
+5	celebrity	celebrity	NOUN	_	_	_	_	_	ss=n.person	*
+6	stylist	stylist	NOUN	_	_	_	_	_	ss=n.person	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	LA	la	PROPN	_	_	_	_	_	ss=n.location	*
+9	named	name	VERB	_	_	_	_	_	ss=v.communication	*
+10	Derrick	derrick	PROPN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.7
+# sent_counter = 1020
+# text = After he already put product on my hair he said " I should warn you , I 'm expensive . "
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	already	already	ADV	_	_	_	_	_	_	*
+4	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+5	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	should	should	AUX	_	_	_	_	_	_	*
+14	warn	warn	VERB	_	_	_	_	_	ss=v.communication	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+19	expensive	expensive	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.8
+# sent_counter = 1021
+# text = What was I supposed to do , say I ca n't afford you and walk out with crap all over my hair .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	1:X
+3	I	i	PRON	_	_	_	_	_	_	*
+4	supposed	suppose	VERB	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	1
+6	do	do	VERB	_	_	_	_	_	ss=v.change	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	ca	ca	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	afford	afford	VERB	_	_	_	_	_	ss=v.stative	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	walk	walk	VERB	_	_	_	_	_	ss=v.motion	2:X
+16	out	out	ADV	_	_	_	_	_	_	2
+17	with	with	ADP	_	_	_	_	_	_	*
+18	crap	crap	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	all	all	ADV	_	_	_	_	_	_	3:X
+20	over	over	ADP	_	_	_	_	_	_	3
+21	my	my	PRON	_	_	_	_	_	_	*
+22	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.2
+# sent_counter = 1022
+# text = I want to say that Mike did a great job for our family in our time of need .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+7	did	do	VERB	_	_	_	_	_	ss=v.change	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	our	our	PRON	_	_	_	_	_	_	*
+13	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+14	in	in	ADP	_	_	_	_	_	_	1:X
+15	our	our	PRON	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	_	1
+17	of	of	ADP	_	_	_	_	_	_	1
+18	need	need	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.3
+# sent_counter = 1023
+# text = Both my grandparents passed away 4 months apart and Mike was very understanding .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	grandparents	grandparent	NOUN	_	_	_	_	_	ss=n.person	*
+4	passed	pass	VERB	_	_	_	_	_	ss=v.body	1:X
+5	away	away	ADV	_	_	_	_	_	_	1
+6	4	4	NUM	_	_	_	_	_	_	*
+7	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+8	apart	apart	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	understanding	understanding	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.7
+# sent_counter = 1024
+# text = My grandfather passed away silently in his sleep , and my grandmother passed away after a short struggle with cancer .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	grandfather	grandfather	NOUN	_	_	_	_	_	ss=n.person	*
+3	passed	pass	VERB	_	_	_	_	_	ss=v.body	1:X
+4	away	away	ADV	_	_	_	_	_	_	1
+5	silently	silently	ADV	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	his	his	PRON	_	_	_	_	_	_	*
+8	sleep	sleep	NOUN	_	_	_	_	_	ss=n.act	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	grandmother	grandmother	NOUN	_	_	_	_	_	ss=n.person	*
+13	passed	pass	VERB	_	_	_	_	_	ss=v.body	2:X
+14	away	away	ADV	_	_	_	_	_	_	2
+15	after	after	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	short	short	ADJ	_	_	_	_	_	_	*
+18	struggle	struggle	NOUN	_	_	_	_	_	ss=n.act	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	cancer	cancer	NOUN	_	_	_	_	_	ss=n.state	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.1
+# sent_counter = 1025
+# text = My Favorite place at Wildwood
+1	My	my	PRON	_	_	_	_	_	_	*
+2	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Wildwood	wildwood	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.2
+# sent_counter = 1026
+# text = I was involved in a car accident 20 years ago and since then I 've been a nervous wreck and have n't been behind the wheel .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	involved	involve	VERB	_	_	_	_	_	ss=v.social	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	*
+6	car	car	NOUN	_	_	_	_	_	ss=n.event	2:X
+7	accident	accident	NOUN	_	_	_	_	_	_	2
+8	20	20	NUM	_	_	_	_	_	_	*
+9	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+10	ago	ago	ADV	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	since	since	ADP	_	_	_	_	_	_	*
+13	then	then	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	've	've	AUX	_	_	_	_	_	_	*
+16	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	ss=n.person	3:X
+18	nervous	nervous	ADJ	_	_	_	_	_	_	3
+19	wreck	wreck	NOUN	_	_	_	_	_	_	3
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	have	have	AUX	_	_	_	_	_	_	*
+22	n't	n't	PART	_	_	_	_	_	_	*
+23	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	behind	behind	ADP	_	_	_	_	_	_	4:X
+25	the	the	DET	_	_	_	_	_	_	4
+26	wheel	wheel	NOUN	_	_	_	_	_	_	4
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.9
+# sent_counter = 1027
+# text = My heart pounded as I walked down and pounded even faster upon seeing Gerry in an SUV - Lexus !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	heart	heart	NOUN	_	_	_	_	_	ss=n.body	*
+3	pounded	pound	VERB	_	_	_	_	_	ss=v.body	*
+4	as	as	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+7	down	down	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	pounded	pound	VERB	_	_	_	_	_	ss=v.body	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	faster	faster	ADV	_	_	_	_	_	_	*
+12	upon	upon	SCONJ	_	_	_	_	_	_	*
+13	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	SUV	suv	PROPN	_	_	_	_	_	ss=n.artifact	*
+18	-	-	PUNCT	_	_	_	_	_	_	*
+19	Lexus	lexus	PROPN	_	_	_	_	_	ss=n.artifact	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.3
+# sent_counter = 1028
+# text = Atop Spring Mountain , from the decks of the West porch , " one can see forever " a scene of unparalleled beauty and grandeur .
+1	Atop	atop	ADP	_	_	_	_	_	_	*
+2	Spring	spring	PROPN	_	_	_	_	_	ss=n.natural_object	1:X
+3	Mountain	mountain	PROPN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	decks	deck	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	West	west	PROPN	_	_	_	_	_	ss=n.relation	*
+11	porch	porch	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	one	one	PRON	_	_	_	_	_	_	*
+15	can	can	AUX	_	_	_	_	_	_	*
+16	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+17	forever	forever	ADV	_	_	_	_	_	_	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	scene	scene	NOUN	_	_	_	_	_	ss=n.natural_object	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	unparalleled	unparalleled	ADJ	_	_	_	_	_	_	*
+23	beauty	beauty	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	grandeur	grandeur	NOUN	_	_	_	_	_	ss=n.attribute	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.4
+# sent_counter = 1029
+# text = I saw deer frequently , in fact a small herd were grazing near the lodge .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	deer	deer	NOUN	_	_	_	_	_	ss=n.animal	*
+4	frequently	frequently	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	fact	fact	NOUN	_	_	_	_	_	_	1
+8	a	a	DET	_	_	_	_	_	_	*
+9	small	small	ADJ	_	_	_	_	_	_	*
+10	herd	herd	NOUN	_	_	_	_	_	ss=n.group	*
+11	were	be	AUX	_	_	_	_	_	_	*
+12	grazing	graze	VERB	_	_	_	_	_	ss=v.consumption	*
+13	near	near	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	lodge	lodge	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.2
+# sent_counter = 1030
+# text = I work as a Transformational Life Coach .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	work	work	VERB	_	_	_	_	_	ss=v.social	*
+3	as	as	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Transformational	transformational	ADJ	_	_	_	_	_	_	*
+6	Life	life	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	Coach	coach	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.3
+# sent_counter = 1031
+# text = Even taking into account the fact that my 3 year old wanted to run most of the way round , it took us just over one hour start to finish .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	taking	take	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	into	into	ADP	_	_	_	_	_	_	1
+4	account	account	NOUN	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	fact	fact	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	3	3	NUM	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.person	2:X
+11	old	old	ADJ	_	_	_	_	_	_	2
+12	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	run	run	VERB	_	_	_	_	_	ss=v.motion	*
+15	most	most	ADJ	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	round	round	ADV	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+23	us	us	PRON	_	_	_	_	_	_	*
+24	just	just	ADV	_	_	_	_	_	_	*
+25	over	over	ADP	_	_	_	_	_	_	*
+26	one	one	NUM	_	_	_	_	_	_	*
+27	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+28	start	start	NOUN	_	_	_	_	_	ss=n.process	3:X
+29	to	to	ADP	_	_	_	_	_	_	3
+30	finish	finish	NOUN	_	_	_	_	_	_	3
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.6
+# sent_counter = 1032
+# text = ( For some reason it will not let me rate it one star - it is not rated 5 by me ! )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	For	for	ADP	_	_	_	_	_	_	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	will	will	AUX	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	rate	rate	VERB	_	_	_	_	_	ss=v.cognition	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	one	one	NUM	_	_	_	_	_	ss=n.communication	1:X
+13	star	star	NOUN	_	_	_	_	_	_	1
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	is	be	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	rated	rate	VERB	_	_	_	_	_	ss=v.cognition	*
+19	5	5	NUM	_	_	_	_	_	_	*
+20	by	by	ADP	_	_	_	_	_	_	*
+21	me	me	PRON	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+23	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061768.1
+# sent_counter = 1033
+# text = Horrible customer service .
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061768.2
+# sent_counter = 1034
+# text = I came in to get a nice gift for my wife .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061768.3
+# sent_counter = 1035
+# text = The one guy who was there , I 'm guessing was the owner , was probably the least helpful person I 've ever met .
+1	The	the	DET	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	guy	guy	NOUN	_	_	_	_	_	_	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	'm	'm	AUX	_	_	_	_	_	_	*
+10	guessing	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	probably	probably	ADV	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	least	least	ADV	_	_	_	_	_	_	*
+19	helpful	helpful	ADJ	_	_	_	_	_	_	*
+20	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	've	've	AUX	_	_	_	_	_	_	*
+23	ever	ever	ADV	_	_	_	_	_	_	*
+24	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061768.4
+# sent_counter = 1036
+# text = But thankfully there are other flowers shops around Norman .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	thankfully	thankfully	ADV	_	_	_	_	_	_	*
+3	there	there	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	other	other	ADJ	_	_	_	_	_	_	*
+6	flowers	flower	NOUN	_	_	_	_	_	ss=n.plant	*
+7	shops	shop	NOUN	_	_	_	_	_	ss=n.group	*
+8	around	around	ADP	_	_	_	_	_	_	*
+9	Norman	norman	PROPN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.1
+# sent_counter = 1037
+# text = Highly Recommend
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	Recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.3
+# sent_counter = 1038
+# text = Since this is an alternative therapy I always refer clients to a lisenced therapist when I feel that is appropriate .
+1	Since	since	SCONJ	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	alternative	alternative	ADJ	_	_	_	_	_	_	*
+6	therapy	therapy	NOUN	_	_	_	_	_	ss=n.act	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	always	always	ADV	_	_	_	_	_	_	*
+9	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+10	clients	client	NOUN	_	_	_	_	_	ss=n.person	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	lisenced	lisenced	ADJ	_	_	_	_	_	_	*
+14	therapist	therapist	NOUN	_	_	_	_	_	ss=n.person	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+18	that	that	DET	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	appropriate	appropriate	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.4
+# sent_counter = 1039
+# text = I found her through a colleague one day when one of my clients was in the midst of a panic attack and needed professional help that I am not qualified to provide .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.social	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	through	through	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	colleague	colleague	NOUN	_	_	_	_	_	ss=n.person	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	clients	client	NOUN	_	_	_	_	_	ss=n.person	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	in	in	ADP	_	_	_	_	_	_	1:X
+16	the	the	DET	_	_	_	_	_	_	1
+17	midst	midst	NOUN	_	_	_	_	_	_	1
+18	of	of	ADP	_	_	_	_	_	_	1
+19	a	a	DET	_	_	_	_	_	_	*
+20	panic	panic	NOUN	_	_	_	_	_	ss=n.state	2:X
+21	attack	attack	NOUN	_	_	_	_	_	_	2
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+24	professional	professional	ADJ	_	_	_	_	_	ss=n.act	3:X
+25	help	help	NOUN	_	_	_	_	_	_	3
+26	that	that	DET	_	_	_	_	_	_	*
+27	I	i	PRON	_	_	_	_	_	_	*
+28	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	not	not	PART	_	_	_	_	_	_	*
+30	qualified	qualified	ADJ	_	_	_	_	_	_	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	provide	provide	VERB	_	_	_	_	_	ss=v.social	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.5
+# sent_counter = 1040
+# text = Little did I know that I would soon be needing her help as well !
+1	Little	little	ADV	_	_	_	_	_	_	1:X
+2	did	do	AUX	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	_	1
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	soon	soon	ADV	_	_	_	_	_	_	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	needing	need	VERB	_	_	_	_	_	ss=v.cognition	*
+11	her	her	PRON	_	_	_	_	_	_	*
+12	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+13	as	as	ADV	_	_	_	_	_	_	2:X
+14	well	well	ADV	_	_	_	_	_	_	2
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.6
+# sent_counter = 1041
+# text = She guided me through a very difficult period dealing with a family member 's suicide , coupled with elder abuse .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	guided	guide	VERB	_	_	_	_	_	ss=v.social	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	through	through	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	difficult	difficult	ADJ	_	_	_	_	_	_	*
+8	period	period	NOUN	_	_	_	_	_	ss=n.time	*
+9	dealing	deal	VERB	_	_	_	_	_	ss=v.emotion	1:X
+10	with	with	ADP	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	*
+12	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+13	member	member	NOUN	_	_	_	_	_	ss=n.person	*
+14	's	's	PART	_	_	_	_	_	_	*
+15	suicide	suicide	NOUN	_	_	_	_	_	ss=n.event	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	coupled	couple	VERB	_	_	_	_	_	ss=v.stative	2:X
+18	with	with	ADP	_	_	_	_	_	_	2
+19	elder	elder	NOUN	_	_	_	_	_	ss=n.person	*
+20	abuse	abuse	NOUN	_	_	_	_	_	ss=n.act	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.7
+# sent_counter = 1042
+# text = I found her to be extremely solid , kind , compassionate , and intuitive as well .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	extremely	extremely	ADV	_	_	_	_	_	_	*
+7	solid	solid	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	kind	kind	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	compassionate	compassionate	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	intuitive	intuitive	ADJ	_	_	_	_	_	_	*
+15	as	as	ADV	_	_	_	_	_	_	1:X
+16	well	well	ADV	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.062167.8
+# sent_counter = 1043
+# text = I would recommend her highly !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	highly	highly	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.1
+# sent_counter = 1044
+# text = Do n't waste your time or money !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	waste	waste	VERB	_	_	_	_	_	ss=v.consumption	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.2
+# sent_counter = 1045
+# text = I took my 3 year old son here at the weekend and to be honest , apart from the shark walkway , I thought it was rubbish and overpriced .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	3	3	NUM	_	_	_	_	_	_	*
+5	year	year	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	old	old	ADJ	_	_	_	_	_	_	1
+7	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	2:X
+14	be	be	VERB	_	_	_	_	_	_	2
+15	honest	honest	ADJ	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	apart	apart	ADV	_	_	_	_	_	_	3:X
+18	from	from	ADP	_	_	_	_	_	_	3
+19	the	the	DET	_	_	_	_	_	_	*
+20	shark	shark	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	walkway	walkway	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	rubbish	rubbish	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.4
+# sent_counter = 1046
+# text = If you have been to the London Aquarium I would not even bother with this .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	to	to	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	London	london	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	Aquarium	aquarium	PROPN	_	_	_	_	_	_	2
+9	I	i	PRON	_	_	_	_	_	_	*
+10	would	would	AUX	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	even	even	ADV	_	_	_	_	_	_	*
+13	bother	bother	VERB	_	_	_	_	_	ss=v.social	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063963.5
+# sent_counter = 1047
+# text = If you are really desperate for something to pass the time and are willing to shell out the best part of L 30 for 2 two people then go for it .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	desperate	desperate	ADJ	_	_	_	_	_	_	1:X
+6	for	for	ADP	_	_	_	_	_	_	1
+7	something	something	NOUN	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	pass	pass	VERB	_	_	_	_	_	ss=v.stative	2:X
+10	the	the	DET	_	_	_	_	_	_	2
+11	time	time	NOUN	_	_	_	_	_	_	2
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	_	*
+14	willing	willing	ADJ	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	shell	shell	VERB	_	_	_	_	_	ss=v.possession	3:X
+17	out	out	ADP	_	_	_	_	_	_	3
+18	the	the	DET	_	_	_	_	_	_	4:X
+19	best	best	ADJ	_	_	_	_	_	_	4
+20	part	part	NOUN	_	_	_	_	_	_	4
+21	of	of	ADP	_	_	_	_	_	_	4
+22	L	l	SYM	_	_	_	_	_	_	*
+23	30	30	NUM	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	2	2	NUM	_	_	_	_	_	_	*
+26	two	two	NUM	_	_	_	_	_	_	*
+27	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+28	then	then	ADV	_	_	_	_	_	_	*
+29	go	go	VERB	_	_	_	_	_	ss=v.social	5:X
+30	for	for	ADP	_	_	_	_	_	_	5
+31	it	it	PRON	_	_	_	_	_	_	5
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010393.4
+# sent_counter = 1048
+# text = They have towed car for me a few times and I am always very satisfied with this services .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	few	few	ADJ	_	_	_	_	_	_	1
+9	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	always	always	ADV	_	_	_	_	_	_	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.2
+# sent_counter = 1049
+# text = I was booked for 2 nights at this hotel in Oct 2007 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	booked	book	VERB	_	_	_	_	_	ss=v.communication	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	2	2	NUM	_	_	_	_	_	_	*
+6	nights	night	NOUN	_	_	_	_	_	ss=n.event	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Oct	oct	PROPN	_	_	_	_	_	ss=n.time	*
+12	2007	2007	NUM	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.3
+# sent_counter = 1050
+# text = At 3:15 am on night # 2 , the fire alarm and strobe light activated in my room .
+1	At	at	ADP	_	_	_	_	_	_	*
+2	3:15	3:15	NUM	_	_	_	_	_	_	*
+3	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+6	#	#	NOUN	_	_	_	_	_	_	*
+7	2	2	NUM	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	fire	fire	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	alarm	alarm	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	strobe	strobe	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+14	light	light	NOUN	_	_	_	_	_	_	2
+15	activated	activate	VERB	_	_	_	_	_	ss=v.change	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.8
+# sent_counter = 1051
+# text = The desk agent actually argued with me , claiming that no such alarm had gone off ( as if I would make that up ? ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	desk	desk	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	agent	agent	NOUN	_	_	_	_	_	ss=n.person	*
+4	actually	actually	ADV	_	_	_	_	_	_	*
+5	argued	argue	VERB	_	_	_	_	_	ss=v.communication	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	claiming	claim	VERB	_	_	_	_	_	ss=v.communication	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	no	no	DET	_	_	_	_	_	_	*
+12	such	such	ADJ	_	_	_	_	_	_	*
+13	alarm	alarm	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	had	have	AUX	_	_	_	_	_	_	*
+15	gone	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+16	off	off	ADP	_	_	_	_	_	_	1
+17	(	(	PUNCT	_	_	_	_	_	_	*
+18	as	as	ADP	_	_	_	_	_	_	2:X
+19	if	if	SCONJ	_	_	_	_	_	_	2
+20	I	i	PRON	_	_	_	_	_	_	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	make	make	VERB	_	_	_	_	_	ss=v.cognition	3:X
+23	that	that	DET	_	_	_	_	_	_	*
+24	up	up	ADP	_	_	_	_	_	_	3
+25	?	?	PUNCT	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054798.2
+# sent_counter = 1052
+# text = Awesome haircut at awesome price right here in Palatine !
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	haircut	haircut	NOUN	_	_	_	_	_	ss=n.act	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	right	right	ADV	_	_	_	_	_	_	*
+7	here	here	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	Palatine	palatine	PROPN	_	_	_	_	_	ss=n.location	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.060396.1
+# sent_counter = 1053
+# text = The best Thai food I 've ever had in Australia , very fresh and so much favor of authentic Thai .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	Thai	thai	ADJ	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	've	've	AUX	_	_	_	_	_	_	*
+7	ever	ever	ADV	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Australia	australia	PROPN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	fresh	fresh	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	so	so	ADV	_	_	_	_	_	_	*
+16	much	much	ADJ	_	_	_	_	_	_	*
+17	favor	favor	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	authentic	authentic	ADJ	_	_	_	_	_	_	*
+20	Thai	thai	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.060396.2
+# sent_counter = 1054
+# text = The restaurant is the most beautiful thai restaurant in Geelong ... just love it
+1	The	the	DET	_	_	_	_	_	_	*
+2	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	most	most	ADV	_	_	_	_	_	_	*
+6	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+7	thai	thai	ADJ	_	_	_	_	_	_	*
+8	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Geelong	geelong	PROPN	_	_	_	_	_	ss=n.location	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+14	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063690.1
+# sent_counter = 1055
+# text = This office is awesome !
+1	This	this	DET	_	_	_	_	_	_	*
+2	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063690.2
+# sent_counter = 1056
+# text = everyone here is super friendly and efficient !
+1	everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	super	super	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	efficient	efficient	ADJ	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063690.3
+# sent_counter = 1057
+# text = it s great to know you can get great service , great product , and for the best price all in one !
+1	it	it	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.social	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	_	*
+13	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	best	best	ADJ	_	_	_	_	_	_	*
+19	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+20	all	all	DET	_	_	_	_	_	_	1:X
+21	in	in	ADP	_	_	_	_	_	_	1
+22	one	one	NUM	_	_	_	_	_	_	1
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063690.4
+# sent_counter = 1058
+# text = I 've referred everyone i know here and they all feel the same way !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	referred	refer	VERB	_	_	_	_	_	ss=v.communication	*
+4	everyone	everyone	NOUN	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	here	here	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	same	same	ADJ	_	_	_	_	_	_	*
+14	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063690.5
+# sent_counter = 1059
+# text = i 'll be coming back for years to come !
+1	i	i	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	years	years	NOUN	_	_	_	_	_	ss=n.time	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	come	come	VERB	_	_	_	_	_	_	1
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.1
+# sent_counter = 1060
+# text = AMAZING NIGHT - Great Party Spot !!
+1	AMAZING	amazing	ADJ	_	_	_	_	_	_	*
+2	NIGHT	night	NOUN	_	_	_	_	_	ss=n.event	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	Party	party	NOUN	_	_	_	_	_	ss=n.event	*
+6	Spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.2
+# sent_counter = 1061
+# text = Went to the Willow Lounge this past weekend for dinner and drinks ... place is awesome .
+1	Went	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Willow	willow	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Lounge	lounge	PROPN	_	_	_	_	_	_	1
+6	this	this	DET	_	_	_	_	_	_	*
+7	past	past	ADJ	_	_	_	_	_	_	*
+8	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	awesome	awesome	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.3
+# sent_counter = 1062
+# text = Had to keep in mind that the A / C broke , I feel bad it was their opening !
+1	Had	have	VERB	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	keep	keep	VERB	_	_	_	_	_	ss=v.cognition	2:X
+4	in	in	ADP	_	_	_	_	_	_	2
+5	mind	mind	NOUN	_	_	_	_	_	_	2
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	A	a	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+9	/	/	PUNCT	_	_	_	_	_	_	3
+10	C	c	NOUN	_	_	_	_	_	_	3
+11	broke	break	VERB	_	_	_	_	_	ss=v.change	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+15	bad	bad	ADJ	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	their	their	PRON	_	_	_	_	_	_	*
+19	opening	opening	NOUN	_	_	_	_	_	ss=n.event	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.4
+# sent_counter = 1063
+# text = Anyway , once that is fixed , this place will be amazing .
+1	Anyway	anyway	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	once	once	SCONJ	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	is	be	AUX	_	_	_	_	_	_	*
+6	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	amazing	amazing	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.5
+# sent_counter = 1064
+# text = Drinks were awesome , prices reasonable , and staff friendly .
+1	Drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	awesome	awesome	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+10	friendly	friendly	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.6
+# sent_counter = 1065
+# text = This is an awesome date spot that the area SERIOUSLY needs .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	date	date	NOUN	_	_	_	_	_	ss=n.event	*
+6	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	area	area	NOUN	_	_	_	_	_	ss=n.group	*
+10	SERIOUSLY	seriously	ADV	_	_	_	_	_	_	*
+11	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.069995.7
+# sent_counter = 1066
+# text = Check out The Willow Lounge , you ll be happy !
+1	Check	check	VERB	_	_	_	_	_	ss=v.social	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	The	the	DET	_	_	_	_	_	ss=n.group	2:X
+4	Willow	willow	PROPN	_	_	_	_	_	_	2
+5	Lounge	lounge	PROPN	_	_	_	_	_	_	2
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	ll	ll	AUX	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	happy	happy	ADJ	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070492.1
+# sent_counter = 1067
+# text = Good , friendly , reasonable service
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008635.2
+# sent_counter = 1068
+# text = Very good with my 5 year old daughter .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	year	year	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	old	old	ADJ	_	_	_	_	_	_	1
+8	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.6
+# sent_counter = 1069
+# text = Only one server , too buys talking with others I guess .
+1	Only	only	ADV	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	buys	buys	ADJ	_	_	_	_	_	_	*
+7	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	others	others	NOUN	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.2
+# sent_counter = 1070
+# text = Great place for Antique Lighting !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	Antique	antique	ADJ	_	_	_	_	_	_	*
+5	Lighting	lighting	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.7
+# sent_counter = 1071
+# text = I would recommend them for any custom lighting or Lighting Repair and Restoration Chicago
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	any	any	DET	_	_	_	_	_	_	*
+7	custom	custom	NOUN	_	_	_	_	_	_	*
+8	lighting	lighting	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	Lighting	lighting	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	Repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	Restoration	restoration	NOUN	_	_	_	_	_	ss=n.act	*
+14	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.3
+# sent_counter = 1072
+# text = I called and asked about the price for hair updo and the receptionist or owner who aswered the phone refused to tell me , or even just give me an approximate price range .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+10	updo	updo	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	receptionist	receptionist	NOUN	_	_	_	_	_	ss=n.person	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+16	who	who	PRON	_	_	_	_	_	_	*
+17	aswered	aswered	VERB	_	_	_	_	_	ss=v.communication	1:X
+18	the	the	DET	_	_	_	_	_	_	*
+19	phone	phone	NOUN	_	_	_	_	_	_	1
+20	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	or	or	CCONJ	_	_	_	_	_	_	*
+26	even	even	ADV	_	_	_	_	_	_	*
+27	just	just	ADV	_	_	_	_	_	_	*
+28	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+29	me	me	PRON	_	_	_	_	_	_	*
+30	an	an	DET	_	_	_	_	_	_	*
+31	approximate	approximate	ADJ	_	_	_	_	_	_	*
+32	price	price	NOUN	_	_	_	_	_	ss=n.possession	2:X
+33	range	range	NOUN	_	_	_	_	_	_	2
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042530.2
+# sent_counter = 1073
+# text = I live in the neighborhood and this place is one of my favorites for a tasty , quick and inexpensive meal .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	live	live	VERB	_	_	_	_	_	ss=v.social	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	neighborhood	neighborhood	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	favorites	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	tasty	tasty	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	quick	quick	ADJ	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	inexpensive	inexpensive	ADJ	_	_	_	_	_	_	*
+21	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.1
+# sent_counter = 1074
+# text = The worst Burger King restaurant !!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	worst	worst	ADJ	_	_	_	_	_	_	*
+3	Burger	burger	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	King	king	PROPN	_	_	_	_	_	_	1
+5	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.3
+# sent_counter = 1075
+# text = This is a shame of my adorable town , Branford .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	shame	shame	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	adorable	adorable	ADJ	_	_	_	_	_	_	*
+8	town	town	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Branford	branford	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.4
+# sent_counter = 1076
+# text = I ordered a kid meal with a milk and found a bottle was half opened already .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.social	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	kid	kid	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	meal	meal	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	milk	milk	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	bottle	bottle	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	half	half	ADV	_	_	_	_	_	_	*
+15	opened	open	VERB	_	_	_	_	_	ss=v.stative	*
+16	already	already	ADV	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.5
+# sent_counter = 1077
+# text = I asked them to change it but they rudely said that it was okay .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	change	change	VERB	_	_	_	_	_	ss=v.change	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	rudely	rudely	ADV	_	_	_	_	_	_	*
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	okay	okay	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.6
+# sent_counter = 1078
+# text = Disgusting french fries is very best menu .
+1	Disgusting	disgusting	ADJ	_	_	_	_	_	_	*
+2	french	french	ADJ	_	_	_	_	_	ss=n.food	1:X
+3	fries	fries	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	menu	menu	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.7
+# sent_counter = 1079
+# text = Do n't go , or you will learn how to waste your money .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.social	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+9	how	how	ADV	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	waste	waste	VERB	_	_	_	_	_	ss=v.stative	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.1
+# sent_counter = 1080
+# text = We decided to try this place last night because we noticed that it had some interesting things on the menu aside from the usual rolls -- live scallop sashimi , duck breast nigiri with foie gras , panko mussels -- but none of these were particularly great or worth the sticker price .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	try	try	VERB	_	_	_	_	_	ss=v.social	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	noticed	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	interesting	interesting	ADJ	_	_	_	_	_	_	*
+17	things	things	NOUN	_	_	_	_	_	_	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	menu	menu	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	aside	aside	ADV	_	_	_	_	_	_	1:X
+22	from	from	ADP	_	_	_	_	_	_	1
+23	the	the	DET	_	_	_	_	_	_	*
+24	usual	usual	ADJ	_	_	_	_	_	_	*
+25	rolls	roll	NOUN	_	_	_	_	_	ss=n.food	*
+26	--	--	PUNCT	_	_	_	_	_	_	*
+27	live	live	ADJ	_	_	_	_	_	_	*
+28	scallop	scallop	NOUN	_	_	_	_	_	ss=n.food	*
+29	sashimi	sashimi	NOUN	_	_	_	_	_	ss=n.food	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	duck	duck	ADP	_	_	_	_	_	_	*
+32	breast	breast	NOUN	_	_	_	_	_	ss=n.food	*
+33	nigiri	nigiri	NOUN	_	_	_	_	_	ss=n.food	*
+34	with	with	ADP	_	_	_	_	_	_	*
+35	foie	foie	NOUN	_	_	_	_	_	ss=n.food	2:X
+36	gras	gras	NOUN	_	_	_	_	_	_	2
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	panko	panko	NOUN	_	_	_	_	_	ss=n.food	*
+39	mussels	mussel	NOUN	_	_	_	_	_	ss=n.food	*
+40	--	--	PUNCT	_	_	_	_	_	_	*
+41	but	but	CCONJ	_	_	_	_	_	_	*
+42	none	none	NOUN	_	_	_	_	_	_	*
+43	of	of	ADP	_	_	_	_	_	_	*
+44	these	these	DET	_	_	_	_	_	_	*
+45	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+46	particularly	particularly	ADV	_	_	_	_	_	_	*
+47	great	great	ADJ	_	_	_	_	_	_	*
+48	or	or	CCONJ	_	_	_	_	_	_	*
+49	worth	worth	ADJ	_	_	_	_	_	_	*
+50	the	the	DET	_	_	_	_	_	_	*
+51	sticker	sticker	NOUN	_	_	_	_	_	ss=n.possession	3:X
+52	price	price	NOUN	_	_	_	_	_	_	3
+53	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.2
+# sent_counter = 1081
+# text = Additionally we tried the Logan Circle roll , spicy crab and tuna roll , and sweet potato tempura roll ( $ 15 , $ 10 , and $ 3.75 respectively ) .
+1	Additionally	additionally	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Logan	logan	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Circle	circle	PROPN	_	_	_	_	_	_	1
+7	roll	roll	NOUN	_	_	_	_	_	ss=n.food	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	spicy	spicy	ADJ	_	_	_	_	_	_	*
+10	crab	crab	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	tuna	tuna	NOUN	_	_	_	_	_	ss=n.food	*
+13	roll	roll	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	sweet	sweet	ADJ	_	_	_	_	_	ss=n.food	2:X
+17	potato	potato	NOUN	_	_	_	_	_	_	2
+18	tempura	tempura	NOUN	_	_	_	_	_	ss=n.food	*
+19	roll	roll	NOUN	_	_	_	_	_	ss=n.food	*
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	$	$	SYM	_	_	_	_	_	_	*
+22	15	15	NUM	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	$	$	SYM	_	_	_	_	_	_	*
+25	10	10	NUM	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	$	$	SYM	_	_	_	_	_	_	*
+29	3.75	3.75	NUM	_	_	_	_	_	_	*
+30	respectively	respectively	ADV	_	_	_	_	_	_	*
+31	)	)	PUNCT	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.3
+# sent_counter = 1082
+# text = The sweet potato tempura roll was actually a great surprise : cheap and delicious , the only thing we tried that I would say was well worth it and a great value ( and I never get vegetarian rolls ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sweet	sweet	ADJ	_	_	_	_	_	ss=n.food	1:X
+3	potato	potato	NOUN	_	_	_	_	_	_	1
+4	tempura	tempura	NOUN	_	_	_	_	_	ss=n.food	*
+5	roll	roll	NOUN	_	_	_	_	_	ss=n.food	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	actually	actually	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	surprise	surprise	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	cheap	cheap	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	delicious	delicious	ADJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	only	only	ADJ	_	_	_	_	_	_	*
+18	thing	thing	NOUN	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	tried	try	VERB	_	_	_	_	_	ss=v.consumption	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	would	would	AUX	_	_	_	_	_	_	*
+24	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	well	well	ADV	_	_	_	_	_	_	*
+27	worth	worth	ADJ	_	_	_	_	_	_	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	great	great	ADJ	_	_	_	_	_	_	*
+32	value	value	NOUN	_	_	_	_	_	ss=n.possession	*
+33	(	(	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	I	i	PRON	_	_	_	_	_	_	*
+36	never	never	ADV	_	_	_	_	_	_	*
+37	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+38	vegetarian	vegetarian	ADJ	_	_	_	_	_	_	*
+39	rolls	roll	NOUN	_	_	_	_	_	ss=n.food	*
+40	)	)	PUNCT	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.4
+# sent_counter = 1083
+# text = The other rolls were n't at all special , especially given their pricing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	rolls	roll	NOUN	_	_	_	_	_	ss=n.food	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	at	at	ADV	_	_	_	_	_	_	1:X
+7	all	all	ADV	_	_	_	_	_	_	1
+8	special	special	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	especially	especially	ADV	_	_	_	_	_	_	*
+11	given	give	VERB	_	_	_	_	_	ss=v.stative	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	pricing	pricing	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.5
+# sent_counter = 1084
+# text = The bottom line is that the food is n't great and is relatively high - priced .
+1	The	the	DET	_	_	_	_	_	_	*
+2	bottom	bottom	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+3	line	line	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	relatively	relatively	ADV	_	_	_	_	_	_	*
+14	high	high	ADJ	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	priced	priced	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.7
+# sent_counter = 1085
+# text = But I 'd go elsewhere unless the prices are cut .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'd	'd	AUX	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+6	unless	unless	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	prices	price	NOUN	_	_	_	_	_	ss=v.change	1:X
+9	are	be	AUX	_	_	_	_	_	_	*
+10	cut	cut	VERB	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.8
+# sent_counter = 1086
+# text = It 's just not worth it .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	worth	worth	ADJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.2
+# sent_counter = 1087
+# text = I was recently traveling down I - 24 from Nashville with my 3 young children and had a blowout on the southeast side of Murfreesboro .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	recently	recently	ADV	_	_	_	_	_	_	*
+4	traveling	travel	VERB	_	_	_	_	_	ss=v.motion	*
+5	down	down	ADP	_	_	_	_	_	_	*
+6	I	i	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	-	-	PUNCT	_	_	_	_	_	_	1
+8	24	24	PROPN	_	_	_	_	_	_	1
+9	from	from	ADP	_	_	_	_	_	_	*
+10	Nashville	nashville	PROPN	_	_	_	_	_	ss=n.location	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	3	3	NUM	_	_	_	_	_	_	*
+14	young	young	ADJ	_	_	_	_	_	_	*
+15	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	had	have	VERB	_	_	_	_	_	ss=v.change	2:X
+18	a	a	DET	_	_	_	_	_	_	*
+19	blowout	blowout	NOUN	_	_	_	_	_	_	2
+20	on	on	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	southeast	southeast	NOUN	_	_	_	_	_	ss=n.location	*
+23	side	side	NOUN	_	_	_	_	_	ss=n.location	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	Murfreesboro	murfreesboro	PROPN	_	_	_	_	_	ss=n.location	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.4
+# sent_counter = 1088
+# text = Not only did they answer the phone at 4:50 on a Thursday , they hit the ground moving !.
+1	Not	not	PART	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	4:50	4:50	NUM	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	Thursday	thursday	PROPN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	hit	hit	VERB	_	_	_	_	_	ss=v.change	1:X
+16	the	the	DET	_	_	_	_	_	_	1
+17	ground	ground	NOUN	_	_	_	_	_	_	1
+18	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+19	!.	!.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.6
+# sent_counter = 1089
+# text = After seventeen days the delivery van showed up at my home minus two pieces .
+1	After	after	ADP	_	_	_	_	_	_	*
+2	seventeen	seventeen	NUM	_	_	_	_	_	_	*
+3	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+6	van	van	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	showed	show	VERB	_	_	_	_	_	ss=v.social	1:X
+8	up	up	ADP	_	_	_	_	_	_	1
+9	at	at	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+12	minus	minus	ADP	_	_	_	_	_	_	*
+13	two	two	NUM	_	_	_	_	_	_	*
+14	pieces	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.7
+# sent_counter = 1090
+# text = I was later told they had been left at the warehouse and some future date they would be delivered .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	had	have	AUX	_	_	_	_	_	_	*
+7	been	be	AUX	_	_	_	_	_	_	*
+8	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	warehouse	warehouse	NOUN	_	_	_	_	_	ss=n.location	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+15	date	date	NOUN	_	_	_	_	_	ss=n.time	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	would	would	AUX	_	_	_	_	_	_	*
+18	be	be	AUX	_	_	_	_	_	_	*
+19	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.3
+# sent_counter = 1091
+# text = The new Centre has 4 studios planned and now boasts the largest single dance floor area in Kingston upon Hull .
+1	The	the	DET	_	_	_	_	_	_	*
+2	new	new	ADJ	_	_	_	_	_	_	*
+3	Centre	centre	PROPN	_	_	_	_	_	ss=n.location	*
+4	has	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	4	4	NUM	_	_	_	_	_	_	*
+6	studios	studio	NOUN	_	_	_	_	_	_	*
+7	planned	plan	VERB	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	boasts	boast	VERB	_	_	_	_	_	ss=v.cognition	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	largest	large	ADJ	_	_	_	_	_	_	*
+13	single	single	ADJ	_	_	_	_	_	_	*
+14	dance	dance	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+15	floor	floor	NOUN	_	_	_	_	_	_	2
+16	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Kingston	kingston	PROPN	_	_	_	_	_	ss=n.group	3:X
+19	upon	upon	ADP	_	_	_	_	_	_	3
+20	Hull	hull	PROPN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059685.1
+# sent_counter = 1092
+# text = Fast and great service on pool covers
+1	Fast	fast	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	pool	pool	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+7	covers	cover	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.12
+# sent_counter = 1093
+# text = Not only am I being bilked for money I do not owe , the office staff is rude to boot .
+1	Not	not	PART	_	_	_	_	_	_	1:X
+2	only	only	ADV	_	_	_	_	_	_	1
+3	am	be	AUX	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	being	be	AUX	_	_	_	_	_	_	*
+6	bilked	bilk	VERB	_	_	_	_	_	ss=v.possession	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	owe	owe	VERB	_	_	_	_	_	ss=v.possession	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+16	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	rude	rude	ADJ	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	2:X
+20	boot	boot	VERB	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.2
+# sent_counter = 1094
+# text = I had a routine surgery for an ingrown toenail .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.social	1:X
+3	a	a	DET	_	_	_	_	_	_	*
+4	routine	routine	ADJ	_	_	_	_	_	_	*
+5	surgery	surgery	NOUN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	ingrown	ingrown	ADJ	_	_	_	_	_	ss=n.body	2:X
+9	toenail	toenail	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.4
+# sent_counter = 1095
+# text = Then I got a bill for $ 483.00 .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	bill	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	483.00	483.00	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.7
+# sent_counter = 1096
+# text = The office refused my requests to see what they got from BC / BS .
+1	The	the	DET	_	_	_	_	_	_	*
+2	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+3	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	requests	request	NOUN	_	_	_	_	_	ss=n.communication	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+8	what	what	PRON	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	BC	bc	PROPN	_	_	_	_	_	ss=n.group	1:X
+13	/	/	PUNCT	_	_	_	_	_	_	1
+14	BS	bs	PROPN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025516.3
+# sent_counter = 1097
+# text = Recommend you call in for a look .
+1	Recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	call	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	look	look	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.2
+# sent_counter = 1098
+# text = We just had our wedding on 11/7/08 and was very impressed .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	11/7/08	11/7/08	NUM	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	impressed	impressed	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.031113.2
+# sent_counter = 1099
+# text = I just moved nearby and have tried several of the local places , this was the first one and I should have just stuck with it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+4	nearby	nearby	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+8	several	several	ADJ	_	_	_	_	_	_	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	local	local	ADJ	_	_	_	_	_	_	*
+12	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	first	first	ADJ	_	_	_	_	_	_	*
+18	one	one	NUM	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	should	should	AUX	_	_	_	_	_	_	*
+22	have	have	AUX	_	_	_	_	_	_	*
+23	just	just	ADV	_	_	_	_	_	_	*
+24	stuck	stick	VERB	_	_	_	_	_	ss=v.social	1:X
+25	with	with	ADP	_	_	_	_	_	_	1
+26	it	it	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034813.1
+# sent_counter = 1100
+# text = Baffled by the one - star reviews
+1	Baffled	baffle	VERB	_	_	_	_	_	ss=v.cognition	*
+2	by	by	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	one	one	NUM	_	_	_	_	_	ss=n.communication	1:X
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	star	star	NOUN	_	_	_	_	_	_	1
+7	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.6
+# sent_counter = 1101
+# text = I will 4 - ever be eternally grateful for their hospitality and luv that my Sicilian family showed me when I was there for 3 years .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	4	4	X	_	_	_	_	_	_	1:X
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	ever	ever	ADV	_	_	_	_	_	_	1
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	eternally	eternally	ADV	_	_	_	_	_	_	*
+8	grateful	grateful	ADJ	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	luv	luv	NOUN	_	_	_	_	_	ss=v.emotion	2:X
+14	that	that	DET	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	Sicilian	sicilian	ADJ	_	_	_	_	_	_	*
+17	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+18	showed	show	VERB	_	_	_	_	_	_	2
+19	me	me	PRON	_	_	_	_	_	_	*
+20	when	when	ADV	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	there	there	ADV	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	3	3	NUM	_	_	_	_	_	_	*
+26	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.3
+# sent_counter = 1102
+# text = We were in Santa Fe for a special event and our hosts rented out the El Paradero for all their guests to stay at .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Santa	santa	PROPN	_	_	_	_	_	ss=n.location	1:X
+5	Fe	fe	PROPN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	special	special	ADJ	_	_	_	_	_	_	*
+9	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	hosts	host	NOUN	_	_	_	_	_	ss=n.group	*
+13	rented	rent	VERB	_	_	_	_	_	ss=v.possession	2:X
+14	out	out	ADP	_	_	_	_	_	_	2
+15	the	the	DET	_	_	_	_	_	_	*
+16	El	el	PROPN	_	_	_	_	_	ss=n.location	3:X
+17	Paradero	paradero	PROPN	_	_	_	_	_	_	3
+18	for	for	SCONJ	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	their	their	PRON	_	_	_	_	_	_	*
+21	guests	guest	NOUN	_	_	_	_	_	ss=n.group	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+24	at	at	ADP	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.5
+# sent_counter = 1103
+# text = The weekend was perfect in every way , in large part to Sue and her great staff .
+1	The	the	DET	_	_	_	_	_	_	*
+2	weekend	weekend	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	perfect	perfect	ADJ	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	1:X
+6	every	every	DET	_	_	_	_	_	_	1
+7	way	way	NOUN	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	2:X
+10	large	large	ADJ	_	_	_	_	_	_	2
+11	part	part	NOUN	_	_	_	_	_	_	2
+12	to	to	ADP	_	_	_	_	_	_	*
+13	Sue	sue	PROPN	_	_	_	_	_	ss=n.person	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	her	her	PRON	_	_	_	_	_	_	*
+16	great	great	ADJ	_	_	_	_	_	_	*
+17	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.6
+# sent_counter = 1104
+# text = Everyone was so friendly and really went out of their way to make sure everything went well .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	really	really	ADV	_	_	_	_	_	_	*
+7	went	go	VERB	_	_	_	_	_	ss=v.social	1:X
+8	out	out	ADP	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	1
+10	their	their	PRON	_	_	_	_	_	_	*
+11	way	way	NOUN	_	_	_	_	_	_	1
+12	to	to	PART	_	_	_	_	_	_	*
+13	make	make	VERB	_	_	_	_	_	ss=v.cognition	2:X
+14	sure	sure	ADJ	_	_	_	_	_	_	2
+15	everything	everything	NOUN	_	_	_	_	_	_	*
+16	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+17	well	well	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059416.2
+# sent_counter = 1105
+# text = I recently threw a surprise birthday party for my wife at Fraiser 's .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	threw	throw	VERB	_	_	_	_	_	ss=v.social	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	surprise	surprise	NOUN	_	_	_	_	_	_	*
+6	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	1:X
+7	party	party	NOUN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	Fraiser	fraiser	PROPN	_	_	_	_	_	ss=n.group	2:X
+13	's	's	PART	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059416.3
+# sent_counter = 1106
+# text = We had 30 guests for the event , and everyone came away from the evening impressed with not only the food , but the outstanding service as well .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	30	30	NUM	_	_	_	_	_	_	*
+4	guests	guest	NOUN	_	_	_	_	_	ss=n.group	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	everyone	everyone	NOUN	_	_	_	_	_	_	*
+11	came	come	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	away	away	ADV	_	_	_	_	_	_	1
+13	from	from	ADP	_	_	_	_	_	_	1
+14	the	the	DET	_	_	_	_	_	_	*
+15	evening	evening	NOUN	_	_	_	_	_	ss=n.event	*
+16	impressed	impressed	ADJ	_	_	_	_	_	_	*
+17	with	with	ADP	_	_	_	_	_	_	*
+18	not	not	PART	_	_	_	_	_	_	2:X
+19	only	only	ADV	_	_	_	_	_	_	2
+20	the	the	DET	_	_	_	_	_	_	*
+21	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	but	but	CCONJ	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+26	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+27	as	as	ADV	_	_	_	_	_	_	3:X
+28	well	well	ADV	_	_	_	_	_	_	3
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059416.4
+# sent_counter = 1107
+# text = The management was easy to deal with during the planning stages , and the execution by the kitchen and wait staff was flawless .
+1	The	the	DET	_	_	_	_	_	_	*
+2	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	easy	easy	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	deal	deal	VERB	_	_	_	_	_	ss=v.social	1:X
+7	with	with	ADP	_	_	_	_	_	_	1
+8	during	during	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	planning	planning	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	stages	stage	NOUN	_	_	_	_	_	ss=n.process	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	execution	execution	NOUN	_	_	_	_	_	ss=n.act	*
+16	by	by	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.group	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	wait	wait	NOUN	_	_	_	_	_	ss=n.group	2:X
+21	staff	staff	NOUN	_	_	_	_	_	_	2
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	flawless	flawless	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059416.5
+# sent_counter = 1108
+# text = I highly recommend Fraiser 's for anyone planning a special event for friends , family or business .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Fraiser	fraiser	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	's	's	PART	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	planning	plan	VERB	_	_	_	_	_	ss=v.social	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	special	special	ADJ	_	_	_	_	_	_	*
+11	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	friends	friend	NOUN	_	_	_	_	_	ss=n.group	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+16	or	or	CCONJ	_	_	_	_	_	_	*
+17	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059416.1
+# sent_counter = 1109
+# text = Excellent food , fantastic wait staff
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+5	wait	wait	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	staff	staff	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071017.1
+# sent_counter = 1110
+# text = It was ok , nice management , they let us check in early , but the place was old .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	ok	ok	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	nice	nice	ADJ	_	_	_	_	_	_	*
+6	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	let	let	VERB	_	_	_	_	_	ss=v.social	*
+10	us	us	PRON	_	_	_	_	_	_	*
+11	check	check	VERB	_	_	_	_	_	ss=v.social	1:X
+12	in	in	ADP	_	_	_	_	_	_	1
+13	early	early	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	old	old	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071017.2
+# sent_counter = 1111
+# text = It was clean , but just a little dumpy .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	little	little	ADJ	_	_	_	_	_	_	1
+9	dumpy	dumpy	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071017.4
+# sent_counter = 1112
+# text = Hard to get into though because of road construction .
+1	Hard	hard	ADJ	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	into	into	ADP	_	_	_	_	_	_	*
+5	though	though	ADV	_	_	_	_	_	_	*
+6	because	because	ADP	_	_	_	_	_	_	1:X
+7	of	of	ADP	_	_	_	_	_	_	1
+8	road	road	NOUN	_	_	_	_	_	ss=n.event	2:X
+9	construction	construction	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.1
+# sent_counter = 1113
+# text = Great , Honest Service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Honest	honest	ADJ	_	_	_	_	_	_	*
+4	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.3
+# sent_counter = 1114
+# text = The dealer wanted $ 1300 to fix that and another $ 1500 to fix some other things .
+1	The	the	DET	_	_	_	_	_	_	*
+2	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	$	$	SYM	_	_	_	_	_	_	*
+5	1300	1300	NUM	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	another	another	DET	_	_	_	_	_	_	*
+11	$	$	SYM	_	_	_	_	_	_	*
+12	1500	1500	NUM	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	things	things	NOUN	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.4
+# sent_counter = 1115
+# text = Eagle Transmission determined that much of the work the dealer said needed to be done was unneccesary and what needed to be fixed was only $ 400 !!
+1	Eagle	eagle	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Transmission	transmission	PROPN	_	_	_	_	_	_	1
+3	determined	determine	VERB	_	_	_	_	_	ss=v.cognition	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	much	much	ADJ	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+11	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+12	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	be	be	AUX	_	_	_	_	_	_	*
+15	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	unneccesary	unneccesary	ADJ	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	be	be	AUX	_	_	_	_	_	_	*
+23	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	only	only	ADV	_	_	_	_	_	_	*
+26	$	$	SYM	_	_	_	_	_	_	*
+27	400	400	NUM	_	_	_	_	_	_	*
+28	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.6
+# sent_counter = 1116
+# text = I dropped the truck off in the morning and it was ready that afternoon .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	dropped	drop	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	the	the	DET	_	_	_	_	_	_	*
+4	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	off	off	ADP	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	ready	ready	ADJ	_	_	_	_	_	_	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	afternoon	afternoon	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.7
+# sent_counter = 1117
+# text = I have finally found a mechanic I trust !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	ss=v.stative	*
+3	finally	finally	ADV	_	_	_	_	_	_	*
+4	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	mechanic	mechanic	ADJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+9	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.8
+# sent_counter = 1118
+# text = And it was great that they did not charge a service fee to diagnose the problem - an added bonus !!
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.possession	1:X
+12	fee	fee	NOUN	_	_	_	_	_	_	1
+13	to	to	PART	_	_	_	_	_	_	*
+14	diagnose	diagnose	VERB	_	_	_	_	_	ss=v.cognition	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	-	-	PUNCT	_	_	_	_	_	_	*
+18	an	an	NOUN	_	_	_	_	_	_	*
+19	added	add	VERB	_	_	_	_	_	ss=v.stative	*
+20	bonus	bonus	NOUN	_	_	_	_	_	ss=n.possession	*
+21	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.5
+# sent_counter = 1119
+# text = They did that with no problem .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009943.2
+# sent_counter = 1120
+# text = moving with a pod was the best moving experience i have had .
+1	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	pod	pod	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	best	best	ADJ	_	_	_	_	_	_	*
+8	moving	moving	NOUN	_	_	_	_	_	ss=n.act	*
+9	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015148.5
+# sent_counter = 1121
+# text = After all she will only be a baby for so long I figure why not enjoy it .
+1	After	after	ADV	_	_	_	_	_	_	1:X
+2	all	all	ADV	_	_	_	_	_	_	1
+3	she	she	PRON	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	long	long	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	figure	figure	VERB	_	_	_	_	_	ss=v.cognition	*
+14	why	why	ADV	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.12
+# sent_counter = 1122
+# text = ** Edit : Living on campus at Clarkson University , I have had food delivered before .
+1	**	**	SYM	_	_	_	_	_	_	*
+2	Edit	edit	NOUN	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Living	live	VERB	_	_	_	_	_	ss=v.social	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	campus	campus	NOUN	_	_	_	_	_	ss=n.location	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Clarkson	clarkson	PROPN	_	_	_	_	_	ss=n.location	1:X
+9	University	university	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+16	before	before	ADV	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.13
+# sent_counter = 1123
+# text = This was back between '05 and '09 and I do n't remember how many times we 've had it delivered .
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	back	back	ADV	_	_	_	_	_	_	*
+4	between	between	ADP	_	_	_	_	_	_	*
+5	'05	'05	NUM	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	'09	'09	NUM	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+13	how	how	ADV	_	_	_	_	_	_	*
+14	many	many	ADJ	_	_	_	_	_	_	*
+15	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	've	've	AUX	_	_	_	_	_	_	*
+18	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.3
+# sent_counter = 1124
+# text = it s like a pizza roll , but they just toss ham and cheese inside .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	1:X
+6	roll	roll	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	toss	toss	VERB	_	_	_	_	_	ss=v.contact	*
+12	ham	ham	NOUN	_	_	_	_	_	ss=n.food	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+15	inside	inside	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.5
+# sent_counter = 1125
+# text = also , you can call em ahead of time , and then go to pick up ur food , or have it delivered ** .
+1	also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+6	em	em	PRON	_	_	_	_	_	_	*
+7	ahead	ahead	ADV	_	_	_	_	_	_	1:X
+8	of	of	ADP	_	_	_	_	_	_	1
+9	time	time	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	then	then	ADV	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	pick	pick	VERB	_	_	_	_	_	ss=v.motion	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	ur	ur	PRON	_	_	_	_	_	_	*
+18	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	or	or	CCONJ	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+24	**	**	SYM	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.7
+# sent_counter = 1126
+# text = it usually takes 20 mins for a mezza luna , as they have to add pure delicious extract to the mix .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	usually	usually	ADV	_	_	_	_	_	_	*
+3	takes	take	VERB	_	_	_	_	_	ss=v.stative	*
+4	20	20	NUM	_	_	_	_	_	_	*
+5	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	mezza	mezza	NOUN	_	_	_	_	_	ss=n.food	1:X
+9	luna	luna	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	as	as	SCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	_	2:X
+14	to	to	PART	_	_	_	_	_	_	2
+15	add	add	VERB	_	_	_	_	_	ss=v.change	*
+16	pure	pure	ADJ	_	_	_	_	_	_	*
+17	delicious	delicious	ADJ	_	_	_	_	_	_	*
+18	extract	extract	NOUN	_	_	_	_	_	ss=n.food	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	mix	mix	NOUN	_	_	_	_	_	ss=n.food	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048644.1
+# sent_counter = 1127
+# text = Do n't judge a book by its cover
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	judge	judge	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	book	book	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	by	by	ADP	_	_	_	_	_	_	*
+7	its	it	PRON	_	_	_	_	_	_	*
+8	cover	cover	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048644.3
+# sent_counter = 1128
+# text = This could n't be farther from the truth .
+1	This	this	DET	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	farther	farther	ADV	_	_	_	_	_	_	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	truth	truth	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.16
+# sent_counter = 1129
+# text = The warm chocolate cake was very tasty , but served at room temperature , not warm by any stretch of the imagination .
+1	The	the	DET	_	_	_	_	_	_	*
+2	warm	warm	ADJ	_	_	_	_	_	_	*
+3	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+4	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	tasty	tasty	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	served	serve	VERB	_	_	_	_	_	ss=v.social	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	room	room	NOUN	_	_	_	_	_	ss=n.natural_object	1:X
+13	temperature	temperature	NOUN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	warm	warm	ADJ	_	_	_	_	_	_	*
+17	by	by	ADP	_	_	_	_	_	_	2:X
+18	any	any	DET	_	_	_	_	_	_	2
+19	stretch	stretch	NOUN	_	_	_	_	_	_	2
+20	of	of	ADP	_	_	_	_	_	_	2
+21	the	the	DET	_	_	_	_	_	_	2
+22	imagination	imagination	NOUN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.21
+# sent_counter = 1130
+# text = PS ) When we called for a reservation , we were told that 5:00 and 9:30 were their only openings .
+1	PS	ps	NOUN	_	_	_	_	_	_	*
+2	)	)	PUNCT	_	_	_	_	_	_	*
+3	When	when	ADV	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	reservation	reservation	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	were	be	AUX	_	_	_	_	_	_	*
+12	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	5:00	5:00	NUM	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	9:30	9:30	NUM	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	their	their	PRON	_	_	_	_	_	_	*
+19	only	only	ADJ	_	_	_	_	_	_	*
+20	openings	opening	NOUN	_	_	_	_	_	ss=n.event	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.22
+# sent_counter = 1131
+# text = When we arrived at 5 , and left circa 7 , there were the same 4 or 5 empty tables surrounding us .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+9	circa	circa	ADP	_	_	_	_	_	_	*
+10	7	7	NUM	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	there	there	PRON	_	_	_	_	_	_	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	same	same	ADJ	_	_	_	_	_	_	*
+16	4	4	NUM	_	_	_	_	_	_	*
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	5	5	NUM	_	_	_	_	_	_	*
+19	empty	empty	ADJ	_	_	_	_	_	_	*
+20	tables	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	surrounding	surround	VERB	_	_	_	_	_	ss=v.stative	*
+22	us	us	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.5
+# sent_counter = 1132
+# text = The waiting staff is beyond impeccable ( they refold your napkin when you go to the bathroom ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	waiting	waiting	NOUN	_	_	_	_	_	ss=n.person	1:X
+3	staff	staff	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	beyond	beyond	ADP	_	_	_	_	_	_	*
+6	impeccable	impeccable	ADJ	_	_	_	_	_	_	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	refold	refold	VERB	_	_	_	_	_	ss=v.change	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	napkin	napkin	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.location	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063347.1
+# sent_counter = 1133
+# text = a great vacation !
+1	a	a	DET	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	vacation	vacation	NOUN	_	_	_	_	_	ss=n.event	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063347.2
+# sent_counter = 1134
+# text = We wanted to see the sun - and we also got much more !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	see	see	VERB	_	_	_	_	_	ss=v.social	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	sun	sun	NOUN	_	_	_	_	_	_	1
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	also	also	ADV	_	_	_	_	_	_	*
+11	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	much	much	ADV	_	_	_	_	_	_	*
+13	more	more	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063347.3
+# sent_counter = 1135
+# text = Excellent chefs are in the kitchen preparing memorable breakfasts .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	chefs	chef	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.location	*
+7	preparing	prepare	VERB	_	_	_	_	_	ss=v.creation	*
+8	memorable	memorable	ADJ	_	_	_	_	_	_	*
+9	breakfasts	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063347.4
+# sent_counter = 1136
+# text = After a train ride over the mountains , we enjoyed hiking in the flower - filled Wenatchee hills ( in May ) and a very interesting bike ride in a loop around the Columbia River ... and then wine if we wanted it on the patio in the evening ....
+1	After	after	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	train	train	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	ride	ride	NOUN	_	_	_	_	_	ss=n.act	*
+5	over	over	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	mountains	mountain	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+11	hiking	hike	VERB	_	_	_	_	_	ss=v.motion	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	flower	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	filled	fill	VERB	_	_	_	_	_	_	*
+17	Wenatchee	wenatchee	PROPN	_	_	_	_	_	ss=n.location	1:X
+18	hills	hill	NOUN	_	_	_	_	_	_	1
+19	(	(	PUNCT	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	May	may	PROPN	_	_	_	_	_	ss=n.time	*
+22	)	)	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	very	very	ADV	_	_	_	_	_	_	*
+26	interesting	interesting	ADJ	_	_	_	_	_	_	*
+27	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	ride	ride	NOUN	_	_	_	_	_	ss=n.act	*
+29	in	in	ADP	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	loop	loop	NOUN	_	_	_	_	_	ss=n.shape	*
+32	around	around	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	Columbia	columbia	PROPN	_	_	_	_	_	ss=n.natural_object	2:X
+35	River	river	PROPN	_	_	_	_	_	_	2
+36	...	...	PUNCT	_	_	_	_	_	_	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	then	then	ADV	_	_	_	_	_	_	*
+39	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+40	if	if	SCONJ	_	_	_	_	_	_	*
+41	we	we	PRON	_	_	_	_	_	_	*
+42	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+43	it	it	PRON	_	_	_	_	_	_	*
+44	on	on	ADP	_	_	_	_	_	_	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	patio	patio	NOUN	_	_	_	_	_	ss=n.artifact	*
+47	in	in	ADP	_	_	_	_	_	_	*
+48	the	the	DET	_	_	_	_	_	_	*
+49	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+50	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063347.5
+# sent_counter = 1137
+# text = This is a busy group of hosts they are also running a restaurant , which also must be wonderful - so just ask for what you need , and I 'm sure they will do their best to be hospitable .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	busy	busy	ADJ	_	_	_	_	_	_	*
+5	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	hosts	host	NOUN	_	_	_	_	_	ss=n.person	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	are	be	AUX	_	_	_	_	_	_	*
+10	also	also	ADV	_	_	_	_	_	_	*
+11	running	run	VERB	_	_	_	_	_	ss=v.social	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	which	which	DET	_	_	_	_	_	_	*
+16	also	also	ADV	_	_	_	_	_	_	*
+17	must	must	AUX	_	_	_	_	_	_	*
+18	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	so	so	ADV	_	_	_	_	_	_	*
+22	just	just	ADV	_	_	_	_	_	_	*
+23	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+24	for	for	SCONJ	_	_	_	_	_	_	*
+25	what	what	PRON	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+32	sure	sure	ADJ	_	_	_	_	_	_	*
+33	they	they	PRON	_	_	_	_	_	_	*
+34	will	will	AUX	_	_	_	_	_	_	*
+35	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+36	their	their	PRON	_	_	_	_	_	_	*
+37	best	best	ADJ	_	_	_	_	_	_	*
+38	to	to	PART	_	_	_	_	_	_	*
+39	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	hospitable	hospitable	ADJ	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.1
+# sent_counter = 1138
+# text = Best food in northeast
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	northeast	northeast	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.2
+# sent_counter = 1139
+# text = There s a reason why Frank mcclelland was named best chef of the north east reigon .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	reason	reason	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	why	why	ADV	_	_	_	_	_	_	*
+6	Frank	frank	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	mcclelland	mcclelland	PROPN	_	_	_	_	_	_	1
+8	was	be	AUX	_	_	_	_	_	_	*
+9	named	name	VERB	_	_	_	_	_	ss=v.communication	*
+10	best	best	ADJ	_	_	_	_	_	_	*
+11	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	north	north	ADJ	_	_	_	_	_	_	*
+15	east	east	ADJ	_	_	_	_	_	_	*
+16	reigon	reigon	NOUN	_	_	_	_	_	ss=n.location	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.3
+# sent_counter = 1140
+# text = Food here is absolutely superb .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+5	superb	superb	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.4
+# sent_counter = 1141
+# text = Everything is delicous and cooked perfectly .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	delicous	delicous	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+6	perfectly	perfectly	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063549.6
+# sent_counter = 1142
+# text = If you want great food then L'espalier is the place to go .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	then	then	ADV	_	_	_	_	_	_	*
+7	L'espalier	l'espalier	PROPN	_	_	_	_	_	ss=n.group	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064146.1
+# sent_counter = 1143
+# text = Best Pizzas and Calzones in the City !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Pizzas	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Calzones	calzones	NOUN	_	_	_	_	_	ss=n.food	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	City	city	NOUN	_	_	_	_	_	ss=n.location	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064146.2
+# sent_counter = 1144
+# text = What a hidden gem !
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	hidden	hidden	ADJ	_	_	_	_	_	_	*
+4	gem	gem	NOUN	_	_	_	_	_	ss=n.group	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064146.3
+# sent_counter = 1145
+# text = The food is superb and they were delivered nice and hot !
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	superb	superb	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	were	be	AUX	_	_	_	_	_	_	*
+8	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+9	nice	nice	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	hot	hot	ADJ	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064146.4
+# sent_counter = 1146
+# text = I highly recommend this place !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.4
+# sent_counter = 1147
+# text = I said great and Dan arrived on time at 10 am to make the repair .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	Dan	dan	PROPN	_	_	_	_	_	ss=n.person	*
+6	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	at	at	ADP	_	_	_	_	_	_	*
+10	10	10	NUM	_	_	_	_	_	_	*
+11	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	make	make	VERB	_	_	_	_	_	ss=v.change	2:X
+14	the	the	DET	_	_	_	_	_	_	*
+15	repair	repair	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020851.2
+# sent_counter = 1148
+# text = Before you buy ANYTHING in NY , make sure you stop by Jack -s first .
+1	Before	before	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+4	ANYTHING	anything	NOUN	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	NY	ny	PROPN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	sure	sure	ADJ	_	_	_	_	_	_	1
+10	you	you	PRON	_	_	_	_	_	_	*
+11	stop	stop	VERB	_	_	_	_	_	ss=v.motion	2:X
+12	by	by	ADP	_	_	_	_	_	_	2
+13	Jack	jack	PROPN	_	_	_	_	_	ss=n.group	3:X
+14	-s	-s	PART	_	_	_	_	_	_	3
+15	first	first	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.2
+# sent_counter = 1149
+# text = i made the mistake of buying from these thieves .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	the	the	DET	_	_	_	_	_	_	*
+4	mistake	mistake	NOUN	_	_	_	_	_	_	1
+5	of	of	SCONJ	_	_	_	_	_	_	*
+6	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	these	these	DET	_	_	_	_	_	_	*
+9	thieves	thief	NOUN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.5
+# sent_counter = 1150
+# text = Well I think a blown engine falls under the catagory of mechanics right ?
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	blown	blow	VERB	_	_	_	_	_	_	*
+6	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	falls	fall	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	under	under	ADP	_	_	_	_	_	_	1
+9	the	the	DET	_	_	_	_	_	_	*
+10	catagory	catagory	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	mechanics	mechanics	NOUN	_	_	_	_	_	ss=n.person	*
+13	right	right	INTJ	_	_	_	_	_	_	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.3
+# sent_counter = 1151
+# text = I would have had to because with the economy the way it is i ai nt haves much monies fo repairs round the House ....
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	because	because	SCONJ	_	_	_	_	_	_	*
+7	with	with	SCONJ	_	_	_	_	_	_	2:X
+8	the	the	DET	_	_	_	_	_	_	*
+9	economy	economy	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	the	the	DET	_	_	_	_	_	_	2
+11	way	way	NOUN	_	_	_	_	_	_	2
+12	it	it	PRON	_	_	_	_	_	_	2
+13	is	be	VERB	_	_	_	_	_	_	2
+14	i	i	PRON	_	_	_	_	_	_	*
+15	ai	ai	AUX	_	_	_	_	_	_	*
+16	nt	nt	ADV	_	_	_	_	_	_	*
+17	haves	have	VERB	_	_	_	_	_	ss=v.possession	*
+18	much	much	ADJ	_	_	_	_	_	_	*
+19	monies	monies	NOUN	_	_	_	_	_	ss=n.possession	*
+20	fo	fo	ADP	_	_	_	_	_	_	*
+21	repairs	repair	NOUN	_	_	_	_	_	ss=n.act	*
+22	round	round	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	House	house	NOUN	_	_	_	_	_	ss=n.location	*
+25	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.2
+# sent_counter = 1152
+# text = Absolute horrible service from the parts department .
+1	Absolute	absolute	ADV	_	_	_	_	_	_	*
+2	horrible	horrible	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059655.1
+# sent_counter = 1153
+# text = the team at barton car wash was very friendly .
+1	the	the	DET	_	_	_	_	_	_	*
+2	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	barton	barton	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	car	car	PROPN	_	_	_	_	_	_	1
+6	wash	wash	PROPN	_	_	_	_	_	_	1
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	friendly	friendly	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059655.2
+# sent_counter = 1154
+# text = and did great job .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059655.3
+# sent_counter = 1155
+# text = i was very pleased with the service .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	1:X
+5	with	with	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063754.1
+# sent_counter = 1156
+# text = Chuck and Gretchen were very positive , and when Alan 's refused to work on my bike , Chuck came right out and saw the problem and did what Alan 's mechanic would n't do .
+1	Chuck	chuck	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Gretchen	gretchen	PROPN	_	_	_	_	_	ss=n.person	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	positive	positive	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	Alan	alan	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	's	's	PART	_	_	_	_	_	_	1
+12	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	work	work	VERB	_	_	_	_	_	ss=v.social	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	Chuck	chuck	PROPN	_	_	_	_	_	ss=n.person	*
+20	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+21	right	right	ADV	_	_	_	_	_	_	*
+22	out	out	ADV	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+29	what	what	PRON	_	_	_	_	_	_	*
+30	Alan	alan	PROPN	_	_	_	_	_	ss=n.group	2:X
+31	's	's	PART	_	_	_	_	_	_	2
+32	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+33	would	would	AUX	_	_	_	_	_	_	*
+34	n't	n't	PART	_	_	_	_	_	_	*
+35	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063754.2
+# sent_counter = 1157
+# text = He worked on it right on the back of my car .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.social	1:X
+3	on	on	ADP	_	_	_	_	_	_	1
+4	it	it	PRON	_	_	_	_	_	_	*
+5	right	right	ADV	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	back	back	NOUN	_	_	_	_	_	ss=n.location	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.063754.3
+# sent_counter = 1158
+# text = I am extremely pleased
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	extremely	extremely	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.1
+# sent_counter = 1159
+# text = I would NEVER recommend this gym to anyone and unfortunately this is based solely on the owner 's own unprofessionalism .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	NEVER	never	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	anyone	anyone	NOUN	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	is	be	AUX	_	_	_	_	_	_	*
+13	based	base	VERB	_	_	_	_	_	ss=v.stative	1:X
+14	solely	solely	ADV	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	1
+16	the	the	DET	_	_	_	_	_	_	*
+17	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+18	's	's	PART	_	_	_	_	_	_	*
+19	own	own	ADJ	_	_	_	_	_	_	*
+20	unprofessionalism	unprofessionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.2
+# sent_counter = 1160
+# text = When I originally joined in January I only did so because I was told I would be able to cancel the 12 month membership if I was to move away .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	originally	originally	ADV	_	_	_	_	_	_	*
+4	joined	join	VERB	_	_	_	_	_	ss=v.social	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	January	january	PROPN	_	_	_	_	_	ss=n.time	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	only	only	ADV	_	_	_	_	_	_	*
+9	did	do	VERB	_	_	_	_	_	ss=v.stative	1:X
+10	so	so	ADV	_	_	_	_	_	_	1
+11	because	because	SCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	able	able	ADJ	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	12	12	NUM	_	_	_	_	_	_	*
+23	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+24	membership	membership	NOUN	_	_	_	_	_	ss=n.possession	*
+25	if	if	SCONJ	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	was	be	VERB	_	_	_	_	_	_	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+30	away	away	ADV	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.3
+# sent_counter = 1161
+# text = I signed up with one of the staff who was very pleasant and professional .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	signed	sign	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	professional	professional	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.4
+# sent_counter = 1162
+# text = Actually working out there was good - the machines are nice and the classes are fun .
+1	Actually	actually	ADV	_	_	_	_	_	_	*
+2	working	work	VERB	_	_	_	_	_	ss=v.body	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	there	there	ADV	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	machines	machine	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	nice	nice	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	classes	class	NOUN	_	_	_	_	_	ss=n.event	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	fun	fun	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.5
+# sent_counter = 1163
+# text = The locker room is certainly lacking - I would never shower or change there .
+1	The	the	DET	_	_	_	_	_	_	*
+2	locker	locker	NOUN	_	_	_	_	_	ss=n.location	1:X
+3	room	room	NOUN	_	_	_	_	_	_	1
+4	is	be	AUX	_	_	_	_	_	ss=v.stative	*
+5	certainly	certainly	ADV	_	_	_	_	_	_	*
+6	lacking	lack	VERB	_	_	_	_	_	_	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	never	never	ADV	_	_	_	_	_	_	*
+11	shower	shower	VERB	_	_	_	_	_	ss=v.body	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	change	change	VERB	_	_	_	_	_	ss=v.body	*
+14	there	there	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.6
+# sent_counter = 1164
+# text = They need to update the locker rooms ASAP .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	update	update	VERB	_	_	_	_	_	ss=v.change	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	locker	locker	NOUN	_	_	_	_	_	ss=n.location	1:X
+7	rooms	rooms	NOUN	_	_	_	_	_	_	1
+8	ASAP	asap	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.7
+# sent_counter = 1165
+# text = Back to my poor rating - I was excepted to medical school and went in to cancel my membership as I was told I could do since I was moving away .
+1	Back	back	ADV	_	_	_	_	_	_	1:X
+2	to	to	ADP	_	_	_	_	_	_	1
+3	my	my	PRON	_	_	_	_	_	_	*
+4	poor	poor	ADJ	_	_	_	_	_	_	*
+5	rating	rating	NOUN	_	_	_	_	_	ss=n.communication	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	excepted	except	VERB	_	_	_	_	_	ss=v.cognition	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	medical	medical	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+12	school	school	NOUN	_	_	_	_	_	_	2
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+15	in	in	ADV	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	membership	membership	NOUN	_	_	_	_	_	ss=n.possession	*
+20	as	as	SCONJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	AUX	_	_	_	_	_	_	*
+23	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	could	could	AUX	_	_	_	_	_	_	*
+26	do	do	AUX	_	_	_	_	_	ss=v.stative	*
+27	since	since	SCONJ	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	was	be	AUX	_	_	_	_	_	_	*
+30	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+31	away	away	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.8
+# sent_counter = 1166
+# text = The owner was VERY rude , accused me of not reading my contract , and basically told me to shut up when I was trying to ask questions to further understand the process of canceling my membership .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	VERY	very	ADV	_	_	_	_	_	_	*
+5	rude	rude	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	accused	accuse	VERB	_	_	_	_	_	ss=v.communication	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	of	of	SCONJ	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	reading	read	VERB	_	_	_	_	_	ss=v.communication	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	contract	contract	NOUN	_	_	_	_	_	ss=n.possession	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	basically	basically	ADV	_	_	_	_	_	_	*
+17	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	shut	shut	VERB	_	_	_	_	_	ss=v.communication	1:X
+21	up	up	ADP	_	_	_	_	_	_	1
+22	when	when	ADV	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	was	be	AUX	_	_	_	_	_	_	*
+25	trying	try	VERB	_	_	_	_	_	ss=v.cognition	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+28	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	further	further	ADV	_	_	_	_	_	_	*
+31	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	process	process	NOUN	_	_	_	_	_	ss=n.process	*
+34	of	of	SCONJ	_	_	_	_	_	_	*
+35	canceling	cancel	VERB	_	_	_	_	_	ss=v.change	*
+36	my	my	PRON	_	_	_	_	_	_	*
+37	membership	membership	NOUN	_	_	_	_	_	ss=n.possession	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.9
+# sent_counter = 1167
+# text = I was able to cancel it but only after paying a $ 50 fee ( which the staff person who signed me up stated I would not have to pay if I had proof of moving ) and being spoken to in a very belittling manner .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	able	able	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	only	only	ADV	_	_	_	_	_	_	*
+9	after	after	SCONJ	_	_	_	_	_	_	*
+10	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	$	$	SYM	_	_	_	_	_	_	*
+13	50	50	NUM	_	_	_	_	_	_	*
+14	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	which	which	DET	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+19	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+20	who	who	PRON	_	_	_	_	_	_	*
+21	signed	sign	VERB	_	_	_	_	_	ss=v.communication	1:X
+22	me	me	PRON	_	_	_	_	_	_	*
+23	up	up	ADP	_	_	_	_	_	_	1
+24	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	would	would	AUX	_	_	_	_	_	_	*
+27	not	not	PART	_	_	_	_	_	_	*
+28	have	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+29	to	to	PART	_	_	_	_	_	_	2
+30	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+31	if	if	SCONJ	_	_	_	_	_	_	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+34	proof	proof	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	moving	moving	NOUN	_	_	_	_	_	ss=n.act	*
+37	)	)	PUNCT	_	_	_	_	_	_	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	being	be	AUX	_	_	_	_	_	_	*
+40	spoken	speak	VERB	_	_	_	_	_	ss=v.communication	*
+41	to	to	ADP	_	_	_	_	_	_	*
+42	in	in	ADP	_	_	_	_	_	_	*
+43	a	a	DET	_	_	_	_	_	_	*
+44	very	very	ADV	_	_	_	_	_	_	*
+45	belittling	belittling	ADJ	_	_	_	_	_	_	*
+46	manner	manner	NOUN	_	_	_	_	_	ss=n.cognition	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.11
+# sent_counter = 1168
+# text = Bad for business .
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.12
+# sent_counter = 1169
+# text = I was appalled .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	appalled	appalled	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.13
+# sent_counter = 1170
+# text = I will never recommend this gym to any woman .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	any	any	DET	_	_	_	_	_	_	*
+9	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001325.4
+# sent_counter = 1171
+# text = Hooray for Craggy .
+1	Hooray	hooray	INTJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	Craggy	craggy	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.4
+# sent_counter = 1172
+# text = And another $ 100 for wrapping the furniture .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	another	another	DET	_	_	_	_	_	_	*
+3	$	$	SYM	_	_	_	_	_	_	*
+4	100	100	NUM	_	_	_	_	_	_	*
+5	for	for	SCONJ	_	_	_	_	_	_	*
+6	wrapping	wrap	VERB	_	_	_	_	_	ss=v.contact	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.3
+# sent_counter = 1173
+# text = The whole experience shows a hotel managed by what must be a 2 star hotel manager .
+1	The	the	DET	_	_	_	_	_	_	*
+2	whole	whole	ADJ	_	_	_	_	_	_	*
+3	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	shows	show	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+7	managed	manage	VERB	_	_	_	_	_	ss=v.social	*
+8	by	by	SCONJ	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	must	must	AUX	_	_	_	_	_	_	*
+11	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	2	2	NUM	_	_	_	_	_	ss=n.attribute	1:X
+14	star	star	NOUN	_	_	_	_	_	_	1
+15	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+16	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.6
+# sent_counter = 1174
+# text = Short of that , avoid this place , as a silver Marriott member , this is a disgrace .
+1	Short	short	ADV	_	_	_	_	_	_	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	that	that	DET	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	avoid	avoid	VERB	_	_	_	_	_	ss=v.cognition	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	as	as	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	silver	silver	NOUN	_	_	_	_	_	_	2:X
+12	Marriott	marriott	PROPN	_	_	_	_	_	ss=n.group	*
+13	member	member	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	disgrace	disgrace	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.3
+# sent_counter = 1175
+# text = I attended it for 2 years , and that was enough .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	attended	attend	VERB	_	_	_	_	_	ss=v.motion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	2	2	NUM	_	_	_	_	_	_	*
+6	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	enough	enough	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035726.5
+# sent_counter = 1176
+# text = Even though I live pretty far from her office I still make the trip so my daughters will have the BEST !
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	though	though	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	live	live	VERB	_	_	_	_	_	ss=v.social	*
+5	pretty	pretty	ADV	_	_	_	_	_	_	*
+6	far	far	ADV	_	_	_	_	_	_	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	her	her	PRON	_	_	_	_	_	_	*
+9	office	office	NOUN	_	_	_	_	_	ss=n.location	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	still	still	ADV	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.motion	1:X
+13	the	the	DET	_	_	_	_	_	_	*
+14	trip	trip	NOUN	_	_	_	_	_	_	1
+15	so	so	SCONJ	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	daughters	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+18	will	will	AUX	_	_	_	_	_	_	*
+19	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	BEST	best	ADJ	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.041925.2
+# sent_counter = 1177
+# text = I will be calling tropics for my companie s next event !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+5	tropics	tropics	NOUN	_	_	_	_	_	ss=n.group	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	companie	companie	NOUN	_	_	_	_	_	ss=n.group	*
+9	s	s	PART	_	_	_	_	_	_	*
+10	next	next	ADJ	_	_	_	_	_	_	*
+11	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.10
+# sent_counter = 1178
+# text = She even went so far as to say " You r calling about one board ? "
+1	She	she	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	_	1:X
+4	so	so	ADV	_	_	_	_	_	_	1
+5	far	far	ADV	_	_	_	_	_	_	1
+6	as	as	SCONJ	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	1
+8	say	say	VERB	_	_	_	_	_	_	1
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	You	you	PRON	_	_	_	_	_	_	*
+11	r	r	AUX	_	_	_	_	_	_	*
+12	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	one	one	NUM	_	_	_	_	_	_	*
+15	board	board	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+17	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.11
+# sent_counter = 1179
+# text = Well - when you pay over $ 1000 for something you want it to hold up and look good !!!
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	1000	1000	NUM	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	something	something	NOUN	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	hold	hold	VERB	_	_	_	_	_	ss=v.stative	1:X
+16	up	up	ADP	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+19	good	good	ADJ	_	_	_	_	_	_	*
+20	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.13
+# sent_counter = 1180
+# text = I WAS calling about one board !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	WAS	be	AUX	_	_	_	_	_	_	*
+3	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	board	board	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.18
+# sent_counter = 1181
+# text = They came in under a lot of other quotes and now I know why !!!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.social	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	under	under	ADP	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	2:X
+6	lot	lot	NOUN	_	_	_	_	_	_	2
+7	of	of	ADP	_	_	_	_	_	_	*
+8	other	other	ADJ	_	_	_	_	_	_	*
+9	quotes	quote	NOUN	_	_	_	_	_	ss=n.possession	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	now	now	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	why	why	ADV	_	_	_	_	_	_	*
+15	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.5
+# sent_counter = 1182
+# text = Within a week we noticed one of the boards on our gate splitting where a nail had gone in .
+1	Within	within	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	noticed	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	boards	boards	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	gate	gate	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	splitting	split	VERB	_	_	_	_	_	ss=v.change	*
+14	where	where	ADV	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	nail	nail	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	had	have	AUX	_	_	_	_	_	_	*
+18	gone	go	VERB	_	_	_	_	_	ss=v.stative	*
+19	in	in	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061721.1
+# sent_counter = 1183
+# text = What a Dump !
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	Dump	dump	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061721.2
+# sent_counter = 1184
+# text = The food is terrible .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	terrible	terrible	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061721.3
+# sent_counter = 1185
+# text = The place smells and the owner is very very rude !
+1	The	the	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	smells	smell	VERB	_	_	_	_	_	ss=v.perception	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	rude	rude	ADJ	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061721.4
+# sent_counter = 1186
+# text = I could go on and on !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	on	on	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	1
+6	on	on	ADV	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061721.5
+# sent_counter = 1187
+# text = Just do n't go there .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.067423.1
+# sent_counter = 1188
+# text = Doctor Hank is Amazing
+1	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Hank	hank	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.067423.3
+# sent_counter = 1189
+# text = I would n't go to anyone else .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	else	else	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.067826.1
+# sent_counter = 1190
+# text = If you 're looking for homestyle Japanese food , you ca n't beat this
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	're	're	AUX	_	_	_	_	_	_	*
+4	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	homestyle	homestyle	ADJ	_	_	_	_	_	_	*
+7	Japanese	japanese	ADJ	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	ss=v.competition	1:X
+11	ca	ca	AUX	_	_	_	_	_	_	1
+12	n't	n't	PART	_	_	_	_	_	_	1
+13	beat	beat	VERB	_	_	_	_	_	_	1
+14	this	this	DET	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.2
+# sent_counter = 1191
+# text = We arrived Sunday at about 230 and found a do we really liked .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+3	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	about	about	ADV	_	_	_	_	_	_	*
+6	230	230	NUM	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	do	do	NOUN	_	_	_	_	_	ss=n.animal	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	really	really	ADV	_	_	_	_	_	_	*
+13	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.5
+# sent_counter = 1192
+# text = I learned more about this doing my own research afterward .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	learned	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+3	more	more	ADJ	_	_	_	_	_	_	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	doing	do	VERB	_	_	_	_	_	ss=v.social	1:X
+7	my	my	PRON	_	_	_	_	_	_	*
+8	own	own	ADJ	_	_	_	_	_	_	*
+9	research	research	NOUN	_	_	_	_	_	_	1
+10	afterward	afterward	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.061079.1
+# sent_counter = 1193
+# text = Friendliest place I have ever stayed !
+1	Friendliest	friendly	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	ever	ever	ADV	_	_	_	_	_	_	*
+6	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.1
+# sent_counter = 1194
+# text = WOW !!!
+1	WOW	wow	INTJ	_	_	_	_	_	_	*
+2	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.2
+# sent_counter = 1195
+# text = I ca n't say enough good things about Karla and the wonderful things she has done for me and my dog Gracee .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ca	ca	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	enough	enough	ADJ	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	things	things	NOUN	_	_	_	_	_	_	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	Karla	karla	PROPN	_	_	_	_	_	ss=n.person	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+13	things	things	NOUN	_	_	_	_	_	_	*
+14	she	she	PRON	_	_	_	_	_	_	*
+15	has	have	AUX	_	_	_	_	_	_	*
+16	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+22	Gracee	gracee	PROPN	_	_	_	_	_	ss=n.animal	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.3
+# sent_counter = 1196
+# text = Gracee is more excited to see her than she is to see me !!!!
+1	Gracee	gracee	PROPN	_	_	_	_	_	ss=n.animal	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	more	more	ADV	_	_	_	_	_	_	*
+4	excited	excited	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.social	*
+7	her	her	PRON	_	_	_	_	_	_	*
+8	than	than	SCONJ	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	see	see	VERB	_	_	_	_	_	ss=v.social	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.4
+# sent_counter = 1197
+# text = She has always been there for Gracee even for last minute calls !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.social	1:X
+5	there	there	ADV	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	1
+7	Gracee	gracee	PROPN	_	_	_	_	_	ss=n.animal	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	last	last	ADJ	_	_	_	_	_	ss=n.event	2:X
+11	minute	minute	NOUN	_	_	_	_	_	_	2
+12	calls	call	NOUN	_	_	_	_	_	ss=n.communication	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.6
+# sent_counter = 1198
+# text = She is caring , punctual , and very enthusiastic about her job !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	caring	caring	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	punctual	punctual	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	enthusiastic	enthusiastic	ADJ	_	_	_	_	_	_	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	her	her	PRON	_	_	_	_	_	_	*
+12	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.7
+# sent_counter = 1199
+# text = You should give her a try - it 's worth every penny to know that you pet is in GREAT hands with Wunderbar pet sitting !!!!
+1	You	you	PRON	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	give	give	VERB	_	_	_	_	_	ss=v.social	1:X
+4	her	her	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	1
+6	try	try	NOUN	_	_	_	_	_	_	1
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+10	worth	worth	ADJ	_	_	_	_	_	_	2:X
+11	every	every	DET	_	_	_	_	_	_	2
+12	penny	penny	NOUN	_	_	_	_	_	_	2
+13	to	to	PART	_	_	_	_	_	_	*
+14	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	pet	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+18	is	be	VERB	_	_	_	_	_	ss=v.social	3:X
+19	in	in	ADP	_	_	_	_	_	_	3
+20	GREAT	great	ADJ	_	_	_	_	_	_	*
+21	hands	hands	NOUN	_	_	_	_	_	_	3
+22	with	with	ADP	_	_	_	_	_	_	*
+23	Wunderbar	wunderbar	PROPN	_	_	_	_	_	ss=n.group	4:X
+24	pet	pet	PROPN	_	_	_	_	_	_	4
+25	sitting	sitting	PROPN	_	_	_	_	_	_	4
+26	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.1
+# sent_counter = 1200
+# text = Their food and sweets are awesome .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	sweets	sweet	NOUN	_	_	_	_	_	ss=n.food	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	awesome	awesome	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.2
+# sent_counter = 1201
+# text = But service is very poor .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	poor	poor	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.3
+# sent_counter = 1202
+# text = Attitude of staff very bad .
+1	Attitude	attitude	NOUN	_	_	_	_	_	ss=n.feeling	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	bad	bad	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.4
+# sent_counter = 1203
+# text = Never gives a receipt .
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	gives	give	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	receipt	receipt	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.5
+# sent_counter = 1204
+# text = Sometimes even gives wrong dish .
+1	Sometimes	sometimes	ADV	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	gives	give	VERB	_	_	_	_	_	ss=v.possession	*
+4	wrong	wrong	ADJ	_	_	_	_	_	_	*
+5	dish	dish	NOUN	_	_	_	_	_	ss=n.food	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.6
+# sent_counter = 1205
+# text = So confused at the payment area .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	confused	confused	ADJ	_	_	_	_	_	_	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+6	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.7
+# sent_counter = 1206
+# text = Line up is so stupid .
+1	Line	line	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	up	up	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	stupid	stupid	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.8
+# sent_counter = 1207
+# text = Even if you line up .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	if	if	SCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	line	line	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.9
+# sent_counter = 1208
+# text = To make a order you may have to go to back of line .
+1	To	to	PART	_	_	_	_	_	_	*
+2	make	make	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	a	a	DET	_	_	_	_	_	_	*
+4	order	order	NOUN	_	_	_	_	_	_	1
+5	you	you	PRON	_	_	_	_	_	_	*
+6	may	may	AUX	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	_	2:X
+8	to	to	PART	_	_	_	_	_	_	2
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	back	back	NOUN	_	_	_	_	_	ss=n.relation	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	line	line	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.10
+# sent_counter = 1209
+# text = And then wait again .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079007.11
+# sent_counter = 1210
+# text = Not organised .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	organised	organised	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085009.1
+# sent_counter = 1211
+# text = Awesome Landscaping Job
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	Landscaping	landscaping	NOUN	_	_	_	_	_	ss=n.act	*
+3	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085009.2
+# sent_counter = 1212
+# text = MFJ Inc transformed our run down back yard into a place of beauty .
+1	MFJ	mfj	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Inc	inc	PROPN	_	_	_	_	_	_	1
+3	transformed	transform	VERB	_	_	_	_	_	ss=v.change	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	run	run	VERB	_	_	_	_	_	_	2:X
+6	down	down	ADP	_	_	_	_	_	_	2
+7	back	back	ADJ	_	_	_	_	_	ss=n.location	3:X
+8	yard	yard	NOUN	_	_	_	_	_	_	3
+9	into	into	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	beauty	beauty	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085009.3
+# sent_counter = 1213
+# text = The work was completed within one week , and everything was cleaned up on completion .
+1	The	the	DET	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	completed	complete	VERB	_	_	_	_	_	ss=v.change	*
+5	within	within	ADP	_	_	_	_	_	_	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	everything	everything	NOUN	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	1:X
+13	up	up	ADP	_	_	_	_	_	_	1
+14	on	on	ADP	_	_	_	_	_	_	*
+15	completion	completion	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085009.4
+# sent_counter = 1214
+# text = Highly recommended landscaper !!!
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	landscaper	landscaper	NOUN	_	_	_	_	_	ss=n.person	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202402.1
+# sent_counter = 1215
+# text = SERVERS
+1	SERVERS	server	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202402.2
+# sent_counter = 1216
+# text = When my server crashed , Greg worked from 7 PM until 4 AM and had my company up and running the next morning .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+4	crashed	crash	VERB	_	_	_	_	_	ss=v.stative	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Greg	greg	PROPN	_	_	_	_	_	ss=n.person	*
+7	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	7	7	NUM	_	_	_	_	_	_	*
+10	PM	pm	NOUN	_	_	_	_	_	ss=n.time	*
+11	until	until	ADP	_	_	_	_	_	_	*
+12	4	4	NUM	_	_	_	_	_	_	*
+13	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+18	up	up	ADV	_	_	_	_	_	_	1:X
+19	and	and	CCONJ	_	_	_	_	_	_	1
+20	running	run	VERB	_	_	_	_	_	_	1
+21	the	the	DET	_	_	_	_	_	_	*
+22	next	next	ADJ	_	_	_	_	_	_	*
+23	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202402.3
+# sent_counter = 1217
+# text = That 's what I call customer service !
+1	That	that	DET	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	what	what	PRON	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+7	service	service	NOUN	_	_	_	_	_	_	1
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202709.1
+# sent_counter = 1218
+# text = Elmira , you r the best !
+1	Elmira	elmira	PROPN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202709.2
+# sent_counter = 1219
+# text = All I can say is that Elmira you are the best I ve experienced , never before has the seamstress done a perfect job until i met you .
+1	All	all	DET	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	Elmira	elmira	PROPN	_	_	_	_	_	ss=n.person	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	best	best	ADJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	ve	ve	AUX	_	_	_	_	_	_	*
+14	experienced	experience	VERB	_	_	_	_	_	ss=v.social	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	never	never	ADV	_	_	_	_	_	_	*
+17	before	before	ADV	_	_	_	_	_	_	*
+18	has	have	AUX	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	seamstress	seamstress	NOUN	_	_	_	_	_	ss=n.person	*
+21	done	do	VERB	_	_	_	_	_	ss=v.social	1:X
+22	a	a	DET	_	_	_	_	_	_	*
+23	perfect	perfect	ADJ	_	_	_	_	_	_	*
+24	job	job	NOUN	_	_	_	_	_	_	1
+25	until	until	SCONJ	_	_	_	_	_	_	*
+26	i	i	PRON	_	_	_	_	_	_	*
+27	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.202709.3
+# sent_counter = 1220
+# text = I recommend you to everyone in Calgary , as she is a professional and the cost for her was low .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	everyone	everyone	NOUN	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Calgary	calgary	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	as	as	SCONJ	_	_	_	_	_	_	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	professional	professional	NOUN	_	_	_	_	_	ss=n.person	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	her	her	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	low	low	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.206303.1
+# sent_counter = 1221
+# text = Natasha
+1	Natasha	natasha	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.206303.2
+# sent_counter = 1222
+# text = A real pleasure training with Natasha .
+1	A	a	DET	_	_	_	_	_	_	*
+2	real	real	ADJ	_	_	_	_	_	_	*
+3	pleasure	pleasure	NOUN	_	_	_	_	_	ss=n.feeling	*
+4	training	train	VERB	_	_	_	_	_	ss=v.social	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	Natasha	natasha	PROPN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.206303.3
+# sent_counter = 1223
+# text = Always professional and reliable , sessions are good fun and suitably challenging .
+1	Always	always	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	reliable	reliable	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	sessions	sessions	NOUN	_	_	_	_	_	ss=n.event	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	fun	fun	NOUN	_	_	_	_	_	ss=n.feeling	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	suitably	suitably	ADV	_	_	_	_	_	_	*
+12	challenging	challenging	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.206303.4
+# sent_counter = 1224
+# text = She really listens to what it is you would like to achieve , and I am very happy with my results .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	listens	listen	VERB	_	_	_	_	_	ss=v.perception	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	achieve	achieve	VERB	_	_	_	_	_	ss=v.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	very	very	ADV	_	_	_	_	_	_	*
+18	happy	happy	ADJ	_	_	_	_	_	_	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.206303.5
+# sent_counter = 1225
+# text = I would highly recommend her services .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211709.1
+# sent_counter = 1226
+# text = Best ceviche that I 'd had so far ! :)
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	ceviche	ceviche	NOUN	_	_	_	_	_	ss=n.food	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'd	'd	AUX	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+7	so	so	ADV	_	_	_	_	_	_	1:X
+8	far	far	ADV	_	_	_	_	_	_	1
+9	!	!	PUNCT	_	_	_	_	_	_	*
+10	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.1
+# sent_counter = 1227
+# text = First and Last time we 'll eat there
+1	First	first	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Last	last	ADJ	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	'll	'll	AUX	_	_	_	_	_	_	*
+7	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+8	there	there	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.2
+# sent_counter = 1228
+# text = My friend and I went there for lunch today .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+9	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.3
+# sent_counter = 1229
+# text = Neither one of us had ever been - so we thought we 'd try it .
+1	Neither	neither	DET	_	_	_	_	_	_	*
+2	one	one	NOUN	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	us	us	PRON	_	_	_	_	_	_	*
+5	had	have	AUX	_	_	_	_	_	_	*
+6	ever	ever	ADV	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.motion	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	'd	'd	AUX	_	_	_	_	_	_	*
+14	try	try	VERB	_	_	_	_	_	ss=v.social	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.4
+# sent_counter = 1230
+# text = BIG MISTAKE - The food was tasteless and cold .
+1	BIG	big	ADJ	_	_	_	_	_	_	*
+2	MISTAKE	mistake	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	tasteless	tasteless	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	cold	cold	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.5
+# sent_counter = 1231
+# text = We both kept trying to find something we liked .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	both	both	DET	_	_	_	_	_	_	*
+3	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	something	something	NOUN	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.6
+# sent_counter = 1232
+# text = The only thing I found edible were the potato wedges , I finally gave up , he kept trying - he found the fried wantons to be OK - His Mongolian bowl was awful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	thing	thing	NOUN	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	found	find	VERB	_	_	_	_	_	ss=v.stative	*
+6	edible	edible	ADJ	_	_	_	_	_	_	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	potato	potato	NOUN	_	_	_	_	_	ss=n.food	*
+10	wedges	wedge	NOUN	_	_	_	_	_	ss=n.food	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	finally	finally	ADV	_	_	_	_	_	_	*
+14	gave	give	VERB	_	_	_	_	_	ss=v.cognition	1:X
+15	up	up	ADP	_	_	_	_	_	_	1
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+19	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	fried	fry	VERB	_	_	_	_	_	_	*
+25	wantons	wanton	NOUN	_	_	_	_	_	ss=n.food	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	OK	ok	ADJ	_	_	_	_	_	_	*
+29	-	-	PUNCT	_	_	_	_	_	_	*
+30	His	his	PRON	_	_	_	_	_	_	*
+31	Mongolian	mongolian	ADJ	_	_	_	_	_	_	*
+32	bowl	bowl	NOUN	_	_	_	_	_	ss=n.food	*
+33	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	awful	awful	ADJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224906.7
+# sent_counter = 1233
+# text = Would NOT recommend this place to anyone - in fact - save your money and go somewhere else .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	ss=n.person	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	1:X
+10	fact	fact	NOUN	_	_	_	_	_	_	1
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	save	save	VERB	_	_	_	_	_	ss=v.stative	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+18	else	else	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.227605.1
+# sent_counter = 1234
+# text = Good local steakhouse , I recommend it !
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	local	local	ADJ	_	_	_	_	_	_	*
+3	steakhouse	steakhouse	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.1
+# sent_counter = 1235
+# text = Great Place !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.2
+# sent_counter = 1236
+# text = Love this place !!
+1	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.3
+# sent_counter = 1237
+# text = Has another store in the st. charles mall .
+1	Has	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	another	another	DET	_	_	_	_	_	_	*
+3	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	st.	st.	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	charles	charles	PROPN	_	_	_	_	_	_	1
+8	mall	mall	PROPN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.4
+# sent_counter = 1238
+# text = Place is next to carval and walmart .
+1	Place	place	NOUN	_	_	_	_	_	ss=n.location	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	next	next	ADJ	_	_	_	_	_	_	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	carval	carval	PROPN	_	_	_	_	_	ss=n.location	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	walmart	walmart	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.5
+# sent_counter = 1239
+# text = Do nt go to the one by pepco , I got confused !!!
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	nt	nt	ADV	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	one	one	NOUN	_	_	_	_	_	_	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	pepco	pepco	PROPN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	got	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	confused	confused	ADJ	_	_	_	_	_	_	1
+13	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.6
+# sent_counter = 1240
+# text = Bad place .
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.7
+# sent_counter = 1241
+# text = Go to ATLANTIC WIRELESS !!
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	ATLANTIC	atlantic	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	WIRELESS	wireless	PROPN	_	_	_	_	_	_	1
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229100.8
+# sent_counter = 1242
+# text = I love them !!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.1
+# sent_counter = 1243
+# text = Okay , here 's the scoop .
+1	Okay	okay	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	here	here	ADV	_	_	_	_	_	_	1:X
+4	's	's	VERB	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	1
+6	scoop	scoop	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.2
+# sent_counter = 1244
+# text = I 'm a regular at the HH .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	regular	regular	NOUN	_	_	_	_	_	ss=n.person	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	HH	hh	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.3
+# sent_counter = 1245
+# text = The food is excellent , the serivce is horrible .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	serivce	serivce	NOUN	_	_	_	_	_	ss=n.act	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	horrible	horrible	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.4
+# sent_counter = 1246
+# text = I think they 're still in the mindset from when it was only smokers sitting around and drinking ... not in any hurry .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+5	still	still	ADV	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	mindset	mindset	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	from	from	SCONJ	_	_	_	_	_	_	*
+10	when	when	ADV	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	only	only	ADV	_	_	_	_	_	_	*
+14	smokers	smoker	NOUN	_	_	_	_	_	ss=n.person	*
+15	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	1:X
+16	around	around	ADV	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	drinking	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	2:X
+22	any	any	DET	_	_	_	_	_	_	*
+23	hurry	hurry	NOUN	_	_	_	_	_	_	2
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.5
+# sent_counter = 1247
+# text = In my experience the food has been excellent ( for the most part ) .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	my	my	PRON	_	_	_	_	_	_	*
+3	experience	experience	NOUN	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	excellent	excellent	ADJ	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	2:X
+11	the	the	DET	_	_	_	_	_	_	2
+12	most	most	ADJ	_	_	_	_	_	_	2
+13	part	part	NOUN	_	_	_	_	_	_	2
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.6
+# sent_counter = 1248
+# text = However , the bartenders / waitresses definately need to be re-trained ( if they ever had any to begin with ) and learn two things : only chat with customers when other customers are not impatiently waiting and to look around more often to see if people are waiting .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	bartenders	bartender	NOUN	_	_	_	_	_	ss=n.person	*
+5	/	/	PUNCT	_	_	_	_	_	_	*
+6	waitresses	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+7	definately	definately	ADV	_	_	_	_	_	_	*
+8	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	re-trained	re-trained	VERB	_	_	_	_	_	ss=v.social	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	if	if	SCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	ever	ever	ADV	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	any	any	DET	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	1:X
+19	begin	begin	VERB	_	_	_	_	_	_	1
+20	with	with	ADP	_	_	_	_	_	_	1
+21	)	)	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+24	two	two	NUM	_	_	_	_	_	_	*
+25	things	things	NOUN	_	_	_	_	_	_	*
+26	:	:	PUNCT	_	_	_	_	_	_	*
+27	only	only	ADV	_	_	_	_	_	_	*
+28	chat	chat	VERB	_	_	_	_	_	ss=v.communication	*
+29	with	with	ADP	_	_	_	_	_	_	*
+30	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+31	when	when	ADV	_	_	_	_	_	_	*
+32	other	other	ADJ	_	_	_	_	_	_	*
+33	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+34	are	be	AUX	_	_	_	_	_	_	*
+35	not	not	PART	_	_	_	_	_	_	*
+36	impatiently	impatiently	ADV	_	_	_	_	_	_	*
+37	waiting	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	to	to	PART	_	_	_	_	_	_	*
+40	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+41	around	around	ADV	_	_	_	_	_	_	*
+42	more	more	ADV	_	_	_	_	_	_	*
+43	often	often	ADV	_	_	_	_	_	_	*
+44	to	to	PART	_	_	_	_	_	_	*
+45	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+46	if	if	SCONJ	_	_	_	_	_	_	*
+47	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+48	are	be	AUX	_	_	_	_	_	_	*
+49	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+50	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.7
+# sent_counter = 1249
+# text = In some cases the result is because of understaffing , in some cases the staff just does n't care / know better .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	some	some	DET	_	_	_	_	_	_	*
+3	cases	case	NOUN	_	_	_	_	_	ss=n.event	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	result	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	because	because	ADP	_	_	_	_	_	_	1:X
+8	of	of	ADP	_	_	_	_	_	_	1
+9	understaffing	understaffing	NOUN	_	_	_	_	_	ss=n.state	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	some	some	DET	_	_	_	_	_	_	*
+13	cases	case	NOUN	_	_	_	_	_	ss=n.event	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	does	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+20	/	/	PUNCT	_	_	_	_	_	_	*
+21	know	know	VERB	_	_	_	_	_	ss=v.cognition	2:X
+22	better	better	ADV	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.8
+# sent_counter = 1250
+# text = They must also get something to keep take - out warm , so it 's not room temperature at best when you get it home .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	must	must	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	something	something	NOUN	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+8	take	take	NOUN	_	_	_	_	_	ss=n.food	1:X
+9	-	-	PUNCT	_	_	_	_	_	_	1
+10	out	out	NOUN	_	_	_	_	_	_	1
+11	warm	warm	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	so	so	SCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+16	not	not	PART	_	_	_	_	_	_	*
+17	room	room	NOUN	_	_	_	_	_	ss=n.state	2:X
+18	temperature	temperature	NOUN	_	_	_	_	_	_	2
+19	at	at	ADV	_	_	_	_	_	_	3:X
+20	best	best	ADV	_	_	_	_	_	_	3
+21	when	when	ADV	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	get	get	VERB	_	_	_	_	_	ss=v.stative	4:X
+24	it	it	PRON	_	_	_	_	_	_	*
+25	home	home	ADV	_	_	_	_	_	_	4
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.9
+# sent_counter = 1251
+# text = You just have to know what you 're getting into when you go .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	're	're	AUX	_	_	_	_	_	_	*
+9	getting	get	VERB	_	_	_	_	_	ss=v.change	2:X
+10	into	into	ADP	_	_	_	_	_	_	2
+11	when	when	ADV	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231203.10
+# sent_counter = 1252
+# text = Nice local pub , excellent food ( especially wings ) , and do n't go if you have a limited amount of time .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	local	local	ADJ	_	_	_	_	_	_	*
+3	pub	pub	NOUN	_	_	_	_	_	ss=n.location	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	especially	especially	ADV	_	_	_	_	_	_	*
+9	wings	wings	NOUN	_	_	_	_	_	ss=n.food	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	if	if	SCONJ	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	limited	limited	ADJ	_	_	_	_	_	_	*
+21	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232106.1
+# sent_counter = 1253
+# text = Clean & tidy with good atmosphere & pleasant staff .
+1	Clean	clean	ADJ	_	_	_	_	_	_	*
+2	&	&	CCONJ	_	_	_	_	_	_	*
+3	tidy	tidy	ADJ	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	&	&	CCONJ	_	_	_	_	_	_	*
+8	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+9	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232106.2
+# sent_counter = 1254
+# text = Food drastically let's the place down though
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	drastically	drastically	ADV	_	_	_	_	_	_	*
+3	let's	let	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	the	the	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	down	down	ADP	_	_	_	_	_	_	1
+7	though	though	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241108.1
+# sent_counter = 1255
+# text = STAY AWAY
+1	STAY	stay	VERB	_	_	_	_	_	_	1:X
+2	AWAY	away	ADV	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241108.2
+# sent_counter = 1256
+# text = Horrible service .
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241108.3
+# sent_counter = 1257
+# text = Absolutely rude .
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	rude	rude	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241108.4
+# sent_counter = 1258
+# text = Did services I asked them NOT to do and was still charged .
+1	Did	do	VERB	_	_	_	_	_	ss=v.stative	*
+2	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	NOT	not	PART	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	still	still	ADV	_	_	_	_	_	_	*
+12	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.242303.1
+# sent_counter = 1259
+# text = Awesome bacon egg and cheese sandwich for breakfast .
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	bacon	bacon	NOUN	_	_	_	_	_	ss=n.food	*
+3	egg	egg	NOUN	_	_	_	_	_	ss=n.food	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+6	sandwich	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.event	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.253807.1
+# sent_counter = 1260
+# text = Cheapest drinks in Keene !
+1	Cheapest	cheap	ADJ	_	_	_	_	_	_	*
+2	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Keene	keene	PROPN	_	_	_	_	_	ss=n.location	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.254908.1
+# sent_counter = 1261
+# text = I hired this company to unlock my car .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hired	hire	VERB	_	_	_	_	_	ss=v.social	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	unlock	unlock	VERB	_	_	_	_	_	ss=v.change	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.254908.2
+# sent_counter = 1262
+# text = The price they gave was good so I said hey this seems great .
+1	The	the	DET	_	_	_	_	_	_	*
+2	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	gave	give	VERB	_	_	_	_	_	ss=v.communication	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	hey	hey	INTJ	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+13	great	great	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.254908.3
+# sent_counter = 1263
+# text = After they showed up there was a little trouble to get my car unlocked , it took quite a bit of time but the job was well done .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	showed	show	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	up	up	ADP	_	_	_	_	_	_	1
+5	there	there	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	2:X
+8	little	little	ADJ	_	_	_	_	_	_	2
+9	trouble	trouble	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	3:X
+12	my	my	PRON	_	_	_	_	_	_	*
+13	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	unlocked	unlock	VERB	_	_	_	_	_	_	3
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	took	take	VERB	_	_	_	_	_	ss=v.stative	4:X
+18	quite	quite	DET	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	ss=n.quantity	5:X
+20	bit	bit	NOUN	_	_	_	_	_	_	5
+21	of	of	ADP	_	_	_	_	_	_	*
+22	time	time	NOUN	_	_	_	_	_	_	4
+23	but	but	CCONJ	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+26	was	be	VERB	_	_	_	_	_	_	*
+27	well	well	ADV	_	_	_	_	_	_	*
+28	done	do	VERB	_	_	_	_	_	ss=v.social	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263909.1
+# sent_counter = 1264
+# text = Great Service Great People
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	Great	great	ADJ	_	_	_	_	_	_	*
+4	People	person	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263909.2
+# sent_counter = 1265
+# text = Bisconti wanted over $ 300 to fix my laptop and these guys fixed it for $ 90 !
+1	Bisconti	bisconti	PROPN	_	_	_	_	_	ss=n.group	*
+2	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	over	over	ADV	_	_	_	_	_	_	*
+4	$	$	SYM	_	_	_	_	_	_	*
+5	300	300	NUM	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	laptop	laptop	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	these	these	DET	_	_	_	_	_	_	*
+12	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+13	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	$	$	SYM	_	_	_	_	_	_	*
+17	90	90	NUM	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263909.3
+# sent_counter = 1266
+# text = Call them today !
+1	Call	call	VERB	_	_	_	_	_	ss=v.communication	*
+2	them	them	PRON	_	_	_	_	_	_	*
+3	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263909.4
+# sent_counter = 1267
+# text = Had it fixed within a few days ( had to order a part ) .
+1	Had	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+4	within	within	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	1:X
+6	few	few	ADJ	_	_	_	_	_	_	1
+7	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	_	2:X
+10	to	to	PART	_	_	_	_	_	_	2
+11	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	part	part	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.1
+# sent_counter = 1268
+# text = Great staff .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.2
+# sent_counter = 1269
+# text = Very helpful !!!!
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	helpful	helpful	ADJ	_	_	_	_	_	_	*
+3	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.3
+# sent_counter = 1270
+# text = They interviewed me , gave me tests in the software I included on my resume , and placed me in a position that I kept for several years .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	interviewed	interview	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	gave	give	VERB	_	_	_	_	_	ss=v.social	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	tests	test	NOUN	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	software	software	NOUN	_	_	_	_	_	ss=n.communication	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	resume	resume	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	placed	place	VERB	_	_	_	_	_	ss=v.stative	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	position	position	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+26	for	for	ADP	_	_	_	_	_	_	*
+27	several	several	ADJ	_	_	_	_	_	_	*
+28	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.4
+# sent_counter = 1271
+# text = Re-interviewed and am going on interviews for a new job .
+1	Re-interviewed	re-interviewed	VERB	_	_	_	_	_	ss=v.social	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	am	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.social	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	interviews	interview	NOUN	_	_	_	_	_	ss=n.event	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	job	job	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.5
+# sent_counter = 1272
+# text = I 'm really thankful for the folks at HR Office .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	thankful	thankful	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	folks	folks	NOUN	_	_	_	_	_	ss=n.person	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	HR	hr	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Office	office	PROPN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.6
+# sent_counter = 1273
+# text = They are dependable , have great connections in the community , and are a great resource for finding a job .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	dependable	dependable	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	connections	connection	NOUN	_	_	_	_	_	ss=n.communication	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	community	community	NOUN	_	_	_	_	_	ss=n.group	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+16	resource	resource	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	for	for	SCONJ	_	_	_	_	_	_	*
+18	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	job	job	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270502.7
+# sent_counter = 1274
+# text = I highly recommend them to all of my friends !!!! !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+10	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.1
+# sent_counter = 1275
+# text = AMAZINGLY YUMMY !
+1	AMAZINGLY	amazingly	ADV	_	_	_	_	_	_	*
+2	YUMMY	yummy	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.2
+# sent_counter = 1276
+# text = I just got back from france yesterday and just missed the food already !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	france	france	PROPN	_	_	_	_	_	ss=n.location	*
+7	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	missed	miss	VERB	_	_	_	_	_	ss=v.cognition	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	already	already	ADV	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.3
+# sent_counter = 1277
+# text = My sister in law told me about this amazing new crepe place in town , I was so excited I just wanted to go and test it out for my self !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	sister	sister	NOUN	_	_	_	_	_	ss=n.person	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	law	law	NOUN	_	_	_	_	_	_	1
+5	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	amazing	amazing	ADJ	_	_	_	_	_	_	*
+10	new	new	ADJ	_	_	_	_	_	_	*
+11	crepe	crepe	NOUN	_	_	_	_	_	ss=n.food	*
+12	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+13	in	in	ADP	_	_	_	_	_	_	2:X
+14	town	town	NOUN	_	_	_	_	_	_	2
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	excited	excited	ADJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	just	just	ADV	_	_	_	_	_	_	*
+22	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	test	test	VERB	_	_	_	_	_	ss=v.social	3:X
+27	it	it	PRON	_	_	_	_	_	_	*
+28	out	out	ADP	_	_	_	_	_	_	3
+29	for	for	ADP	_	_	_	_	_	_	*
+30	my	my	X	_	_	_	_	_	_	4:X
+31	self	self	PRON	_	_	_	_	_	_	4
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.4
+# sent_counter = 1278
+# text = Their customer service was perfect !
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	perfect	perfect	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.5
+# sent_counter = 1279
+# text = Their Food was better then anything I had ever tasted .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	better	better	ADJ	_	_	_	_	_	_	*
+5	then	then	ADP	_	_	_	_	_	_	*
+6	anything	anything	NOUN	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.6
+# sent_counter = 1280
+# text = EVEN IN FRANCE !
+1	EVEN	even	ADV	_	_	_	_	_	_	*
+2	IN	in	ADP	_	_	_	_	_	_	*
+3	FRANCE	france	PROPN	_	_	_	_	_	ss=n.location	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.7
+# sent_counter = 1281
+# text = I would highly recommend this place to anyone looking for a great atmosphere , amazing food , and great customer service !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	anyone	anyone	NOUN	_	_	_	_	_	_	*
+9	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	_	*
+13	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	amazing	amazing	ADJ	_	_	_	_	_	_	*
+16	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	great	great	ADJ	_	_	_	_	_	_	*
+20	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+21	service	service	NOUN	_	_	_	_	_	_	1
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274106.8
+# sent_counter = 1282
+# text = Thank you Roll UP Crepes !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Roll	roll	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	UP	up	PROPN	_	_	_	_	_	_	2
+5	Crepes	crepes	PROPN	_	_	_	_	_	_	2
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.277703.1
+# sent_counter = 1283
+# text = The best Supermarket in Bay Ridge have everything what a customer needs .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	Supermarket	supermarket	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Bay	bay	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Ridge	ridge	PROPN	_	_	_	_	_	_	1
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	everything	everything	NOUN	_	_	_	_	_	_	*
+9	what	what	DET	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+12	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283903.1
+# sent_counter = 1284
+# text = very reasonable prices .
+1	very	very	ADV	_	_	_	_	_	_	*
+2	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+3	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283903.2
+# sent_counter = 1285
+# text = quick in & out .
+1	quick	quick	ADJ	_	_	_	_	_	_	*
+2	in	in	ADV	_	_	_	_	_	_	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	out	out	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283903.3
+# sent_counter = 1286
+# text = Friendly service .
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287501.1
+# sent_counter = 1287
+# text = Kliotech
+1	Kliotech	kliotech	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287501.2
+# sent_counter = 1288
+# text = A company which provide good quality portals , E-commerce solutions , web based MMOG ... etc
+1	A	a	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	which	which	DET	_	_	_	_	_	_	*
+4	provide	provide	VERB	_	_	_	_	_	ss=v.stative	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	portals	portal	NOUN	_	_	_	_	_	ss=n.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	E-commerce	e-commerce	NOUN	_	_	_	_	_	ss=n.group	*
+10	solutions	solution	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	web	web	NOUN	_	_	_	_	_	ss=n.communication	*
+13	based	base	VERB	_	_	_	_	_	ss=v.stative	*
+14	MMOG	mmog	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+16	etc	etc	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.1
+# sent_counter = 1289
+# text = Poor Service , Lack of Passion : Do NOT go
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Lack	lack	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	Passion	passion	NOUN	_	_	_	_	_	ss=n.motive	*
+7	:	:	PUNCT	_	_	_	_	_	_	*
+8	Do	do	AUX	_	_	_	_	_	_	*
+9	NOT	not	PART	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.2
+# sent_counter = 1290
+# text = I began seeing Dr. Romanick back in 2000 and have seen a significant decline in the quality of care , patient - doctor communication , and just the overall level of services .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	began	begin	VERB	_	_	_	_	_	ss=v.stative	*
+3	seeing	see	VERB	_	_	_	_	_	ss=v.social	*
+4	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Romanick	romanick	PROPN	_	_	_	_	_	_	1
+6	back	back	ADV	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	2000	2000	NUM	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	seen	see	VERB	_	_	_	_	_	ss=v.cognition	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	significant	significant	ADJ	_	_	_	_	_	_	*
+14	decline	decline	NOUN	_	_	_	_	_	ss=n.process	2:X
+15	in	in	ADP	_	_	_	_	_	_	2
+16	the	the	DET	_	_	_	_	_	_	*
+17	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+24	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	just	just	ADV	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	overall	overall	ADJ	_	_	_	_	_	_	*
+30	level	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	of	of	ADP	_	_	_	_	_	_	*
+32	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.3
+# sent_counter = 1291
+# text = The poor quality starts at the receptionist desk , where the staff is very impatient and lack the efficiency I once loved about the office .
+1	The	the	DET	_	_	_	_	_	_	*
+2	poor	poor	ADJ	_	_	_	_	_	_	*
+3	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	starts	start	VERB	_	_	_	_	_	ss=v.stative	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	receptionist	receptionist	NOUN	_	_	_	_	_	ss=n.person	*
+8	desk	desk	NOUN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	where	where	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	impatient	impatient	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	lack	lack	VERB	_	_	_	_	_	ss=v.stative	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	efficiency	efficiency	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	once	once	ADV	_	_	_	_	_	_	*
+22	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+23	about	about	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.4
+# sent_counter = 1292
+# text = It took them nearly two months to complete a simple task , and countless calls from my part due to their lack of response and passion ( not that it 's a requirement for the job , but it helps to at least pretend to be helpful ) .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	nearly	nearly	ADV	_	_	_	_	_	_	*
+5	two	two	NUM	_	_	_	_	_	_	*
+6	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	complete	complete	VERB	_	_	_	_	_	ss=v.change	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	simple	simple	ADJ	_	_	_	_	_	_	*
+11	task	task	NOUN	_	_	_	_	_	ss=n.act	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	countless	countless	ADJ	_	_	_	_	_	_	*
+15	calls	call	NOUN	_	_	_	_	_	ss=n.communication	*
+16	from	from	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	part	part	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	due	due	ADP	_	_	_	_	_	_	1:X
+20	to	to	ADP	_	_	_	_	_	_	1
+21	their	their	PRON	_	_	_	_	_	_	*
+22	lack	lack	NOUN	_	_	_	_	_	ss=n.quantity	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	response	response	NOUN	_	_	_	_	_	ss=n.communication	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	passion	passion	NOUN	_	_	_	_	_	ss=n.motive	*
+27	(	(	PUNCT	_	_	_	_	_	_	*
+28	not	not	PART	_	_	_	_	_	_	*
+29	that	that	SCONJ	_	_	_	_	_	_	*
+30	it	it	PRON	_	_	_	_	_	_	*
+31	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	requirement	requirement	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	for	for	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	but	but	CCONJ	_	_	_	_	_	_	*
+39	it	it	PRON	_	_	_	_	_	_	*
+40	helps	help	VERB	_	_	_	_	_	ss=v.social	*
+41	to	to	PART	_	_	_	_	_	_	*
+42	at	at	ADV	_	_	_	_	_	_	2:X
+43	least	least	ADV	_	_	_	_	_	_	2
+44	pretend	pretend	VERB	_	_	_	_	_	ss=v.social	*
+45	to	to	PART	_	_	_	_	_	_	*
+46	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+47	helpful	helpful	ADJ	_	_	_	_	_	_	*
+48	)	)	PUNCT	_	_	_	_	_	_	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.5
+# sent_counter = 1293
+# text = Also , I was promised to have my test results emailed to me , but it never happened , and after a few attempts to get Dr. Romanick on the phone to brief me on my condition , I finally gave up and went to a different doctor .
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	test	test	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	results	result	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	emailed	email	VERB	_	_	_	_	_	ss=v.communication	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	never	never	ADV	_	_	_	_	_	_	*
+18	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	after	after	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	1:X
+23	few	few	ADJ	_	_	_	_	_	_	1
+24	attempts	attempt	NOUN	_	_	_	_	_	ss=n.act	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	get	get	VERB	_	_	_	_	_	ss=v.communication	2:X
+27	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	3:X
+28	Romanick	romanick	PROPN	_	_	_	_	_	_	3
+29	on	on	ADP	_	_	_	_	_	_	2
+30	the	the	DET	_	_	_	_	_	_	2
+31	phone	phone	NOUN	_	_	_	_	_	_	2
+32	to	to	PART	_	_	_	_	_	_	*
+33	brief	brief	VERB	_	_	_	_	_	ss=v.communication	4:X
+34	me	me	PRON	_	_	_	_	_	_	*
+35	on	on	ADP	_	_	_	_	_	_	4
+36	my	my	PRON	_	_	_	_	_	_	*
+37	condition	condition	NOUN	_	_	_	_	_	ss=n.state	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	I	i	PRON	_	_	_	_	_	_	*
+40	finally	finally	ADV	_	_	_	_	_	_	*
+41	gave	give	VERB	_	_	_	_	_	ss=v.cognition	5:X
+42	up	up	ADP	_	_	_	_	_	_	5
+43	and	and	CCONJ	_	_	_	_	_	_	*
+44	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+45	to	to	ADP	_	_	_	_	_	_	*
+46	a	a	DET	_	_	_	_	_	_	*
+47	different	different	ADJ	_	_	_	_	_	_	*
+48	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.6
+# sent_counter = 1294
+# text = Please do not go there if it 's professional , friendly , diligent medical services you 're looking for .
+1	Please	please	INTJ	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	if	if	SCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+9	professional	professional	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	friendly	friendly	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	diligent	diligent	ADJ	_	_	_	_	_	_	*
+14	medical	medical	ADJ	_	_	_	_	_	_	*
+15	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	're	're	AUX	_	_	_	_	_	_	*
+18	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288100.7
+# sent_counter = 1295
+# text = Save yourself the trouble , money and time and visit a more caring facility / doctor .
+1	Save	save	VERB	_	_	_	_	_	ss=v.cognition	*
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	trouble	trouble	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	more	more	ADV	_	_	_	_	_	_	*
+13	caring	caring	ADJ	_	_	_	_	_	_	*
+14	facility	facility	NOUN	_	_	_	_	_	ss=n.group	*
+15	/	/	PUNCT	_	_	_	_	_	_	*
+16	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.296406.1
+# sent_counter = 1296
+# text = Horrible tap water .
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	tap	tap	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	water	water	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.296406.2
+# sent_counter = 1297
+# text = But no other complaints .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	no	no	DET	_	_	_	_	_	_	*
+3	other	other	ADJ	_	_	_	_	_	_	*
+4	complaints	complaint	NOUN	_	_	_	_	_	ss=n.communication	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307209.1
+# sent_counter = 1298
+# text = LOCATION HAS CLOSED .
+1	LOCATION	location	NOUN	_	_	_	_	_	ss=n.group	*
+2	HAS	have	AUX	_	_	_	_	_	_	*
+3	CLOSED	close	VERB	_	_	_	_	_	ss=v.stative	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307209.2
+# sent_counter = 1299
+# text = HAS MOVED TO 4783 Bay Rd Saginaw , Michigan 48604 ( 989 ) 755-1109
+1	HAS	have	AUX	_	_	_	_	_	_	*
+2	MOVED	move	VERB	_	_	_	_	_	ss=v.change	*
+3	TO	to	ADP	_	_	_	_	_	_	*
+4	4783	4783	NUM	_	_	_	_	_	_	*
+5	Bay	bay	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Rd	rd	PROPN	_	_	_	_	_	_	1
+7	Saginaw	saginaw	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Michigan	michigan	PROPN	_	_	_	_	_	ss=n.location	*
+10	48604	48604	NUM	_	_	_	_	_	_	*
+11	(	(	PUNCT	_	_	_	_	_	_	2:X
+12	989	989	NUM	_	_	_	_	_	_	2
+13	)	)	PUNCT	_	_	_	_	_	_	2
+14	755-1109	755-1109	NUM	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329807.1
+# sent_counter = 1300
+# text = Best Electrician in Florence
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Electrician	electrician	NOUN	_	_	_	_	_	ss=n.person	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Florence	florence	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329807.2
+# sent_counter = 1301
+# text = I have been using Steele Electric for years .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	using	use	VERB	_	_	_	_	_	ss=v.social	*
+5	Steele	steele	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Electric	electric	PROPN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329807.3
+# sent_counter = 1302
+# text = They have always done a great job at a reasonable price .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329807.4
+# sent_counter = 1303
+# text = Highly recommended .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332105.1
+# sent_counter = 1304
+# text = My wife and I avoided doing some fairly simple electrical re-wiring in our home for several years due to overall hassle and cost involved .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	avoided	avoid	VERB	_	_	_	_	_	ss=v.cognition	*
+6	doing	do	VERB	_	_	_	_	_	ss=v.change	1:X
+7	some	some	DET	_	_	_	_	_	_	*
+8	fairly	fairly	ADV	_	_	_	_	_	_	*
+9	simple	simple	ADJ	_	_	_	_	_	_	*
+10	electrical	electrical	ADJ	_	_	_	_	_	_	*
+11	re-wiring	re-wiring	NOUN	_	_	_	_	_	_	1
+12	in	in	ADP	_	_	_	_	_	_	*
+13	our	our	PRON	_	_	_	_	_	_	*
+14	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	several	several	ADJ	_	_	_	_	_	_	*
+17	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+18	due	due	ADP	_	_	_	_	_	_	2:X
+19	to	to	ADP	_	_	_	_	_	_	2
+20	overall	overall	ADJ	_	_	_	_	_	_	*
+21	hassle	hassle	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+24	involved	involve	VERB	_	_	_	_	_	ss=v.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332105.2
+# sent_counter = 1305
+# text = I finally called Matt from Bonafide and he made the project both easy for us and reasonable .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	finally	finally	ADV	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	Matt	matt	PROPN	_	_	_	_	_	ss=n.person	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Bonafide	bonafide	PROPN	_	_	_	_	_	ss=n.group	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	project	project	NOUN	_	_	_	_	_	ss=n.event	*
+12	both	both	CCONJ	_	_	_	_	_	_	*
+13	easy	easy	ADJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	us	us	PRON	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332105.3
+# sent_counter = 1306
+# text = He was prompt , knowledgable , friendly , clean and just an overall great guy who obviously cares about his business .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	prompt	prompt	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	knowledgable	knowledgable	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	friendly	friendly	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	clean	clean	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	just	just	ADV	_	_	_	_	_	_	*
+12	an	an	DET	_	_	_	_	_	_	*
+13	overall	overall	ADJ	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+16	who	who	PRON	_	_	_	_	_	_	*
+17	obviously	obviously	ADV	_	_	_	_	_	_	*
+18	cares	care	VERB	_	_	_	_	_	ss=v.cognition	*
+19	about	about	ADP	_	_	_	_	_	_	*
+20	his	his	PRON	_	_	_	_	_	_	*
+21	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332105.4
+# sent_counter = 1307
+# text = I will reccommend his services however / whenever possible !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	reccommend	reccommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	his	his	PRON	_	_	_	_	_	_	*
+5	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+6	however	however	ADV	_	_	_	_	_	_	*
+7	/	/	SYM	_	_	_	_	_	_	*
+8	whenever	whenever	ADV	_	_	_	_	_	_	*
+9	possible	possible	ADJ	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334808.1
+# sent_counter = 1308
+# text = Great deals , great pizza !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	deals	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336305.1
+# sent_counter = 1309
+# text = hard to forgive such an awful margarita and steep prices but the food can be good
+1	hard	hard	ADJ	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	forgive	forgive	VERB	_	_	_	_	_	ss=v.cognition	*
+4	such	such	DET	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	awful	awful	ADJ	_	_	_	_	_	_	*
+7	margarita	margarita	NOUN	_	_	_	_	_	ss=n.food	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	steep	steep	ADJ	_	_	_	_	_	_	*
+10	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+14	can	can	AUX	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.1
+# sent_counter = 1310
+# text = Great , and probably the only West Indian spot worth hitting up in Nashville .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	probably	probably	ADV	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	only	only	ADJ	_	_	_	_	_	_	*
+7	West	west	ADJ	_	_	_	_	_	_	1:X
+8	Indian	indian	ADJ	_	_	_	_	_	_	1
+9	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+10	worth	worth	ADJ	_	_	_	_	_	_	*
+11	hitting	hit	VERB	_	_	_	_	_	ss=v.social	2:X
+12	up	up	ADP	_	_	_	_	_	_	2
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Nashville	nashville	PROPN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.2
+# sent_counter = 1311
+# text = I was born and raised in Toronto , which has a huge West Indian ( Trinidadian , Jamaican , etc ) population .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	born	bear	VERB	_	_	_	_	_	ss=v.stative	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	raised	raise	VERB	_	_	_	_	_	ss=v.social	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Toronto	toronto	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	which	which	DET	_	_	_	_	_	_	*
+10	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	huge	huge	ADJ	_	_	_	_	_	_	*
+13	West	west	ADJ	_	_	_	_	_	_	1:X
+14	Indian	indian	ADJ	_	_	_	_	_	_	1
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	Trinidadian	trinidadian	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	Jamaican	jamaican	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	etc	etc	X	_	_	_	_	_	_	*
+21	)	)	PUNCT	_	_	_	_	_	_	*
+22	population	population	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.3
+# sent_counter = 1312
+# text = So huge in fact , that Toronto slang is influenced by and has Jamaican references , and Jamaican beef patties are staples in my high school cafeteria .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	huge	huge	ADJ	_	_	_	_	_	_	*
+3	in	in	ADP	_	_	_	_	_	_	1:X
+4	fact	fact	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	Toronto	toronto	PROPN	_	_	_	_	_	ss=n.location	*
+8	slang	slang	NOUN	_	_	_	_	_	ss=n.communication	*
+9	is	be	AUX	_	_	_	_	_	_	*
+10	influenced	influence	VERB	_	_	_	_	_	ss=v.cognition	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	Jamaican	jamaican	ADJ	_	_	_	_	_	_	*
+15	references	reference	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	Jamaican	jamaican	ADJ	_	_	_	_	_	_	*
+19	beef	beef	NOUN	_	_	_	_	_	ss=n.food	*
+20	patties	patty	NOUN	_	_	_	_	_	ss=n.food	*
+21	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	staples	staple	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	my	my	PRON	_	_	_	_	_	_	*
+25	high	high	ADJ	_	_	_	_	_	ss=n.group	2:X
+26	school	school	NOUN	_	_	_	_	_	_	2
+27	cafeteria	cafeteria	NOUN	_	_	_	_	_	ss=n.location	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.4
+# sent_counter = 1313
+# text = Anyway , I was practically raised on this stuff , and being a connoisseur of West Indian cuisine , Jamaica Way is a bit toned down to suit the American palette .
+1	Anyway	anyway	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	practically	practically	ADV	_	_	_	_	_	_	*
+6	raised	raise	VERB	_	_	_	_	_	ss=v.social	1:X
+7	on	on	ADP	_	_	_	_	_	_	1
+8	this	this	DET	_	_	_	_	_	_	*
+9	stuff	stuff	NOUN	_	_	_	_	_	ss=n.food	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	connoisseur	connoisseur	NOUN	_	_	_	_	_	ss=n.person	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	West	west	ADJ	_	_	_	_	_	_	2:X
+17	Indian	indian	ADJ	_	_	_	_	_	_	2
+18	cuisine	cuisine	NOUN	_	_	_	_	_	ss=n.food	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	Jamaica	jamaica	PROPN	_	_	_	_	_	ss=n.group	3:X
+21	Way	way	PROPN	_	_	_	_	_	_	3
+22	is	be	VERB	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	4:X
+24	bit	bit	NOUN	_	_	_	_	_	_	4
+25	toned	tone	VERB	_	_	_	_	_	ss=v.stative	5:X
+26	down	down	ADP	_	_	_	_	_	_	5
+27	to	to	PART	_	_	_	_	_	_	*
+28	suit	suit	VERB	_	_	_	_	_	ss=v.social	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	American	american	ADJ	_	_	_	_	_	_	*
+31	palette	palette	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.5
+# sent_counter = 1314
+# text = All you have to do to make it authentic Jamaican food , is add a whole lot of pepper .
+1	All	all	DET	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	do	do	VERB	_	_	_	_	_	ss=v.social	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	authentic	authentic	ADJ	_	_	_	_	_	_	*
+10	Jamaican	jamaican	ADJ	_	_	_	_	_	_	*
+11	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	is	be	VERB	_	_	_	_	_	_	*
+14	add	add	VERB	_	_	_	_	_	ss=v.change	*
+15	a	a	DET	_	_	_	_	_	_	2:X
+16	whole	whole	ADJ	_	_	_	_	_	_	*
+17	lot	lot	NOUN	_	_	_	_	_	_	2
+18	of	of	ADP	_	_	_	_	_	_	*
+19	pepper	pepper	NOUN	_	_	_	_	_	ss=n.food	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342807.6
+# sent_counter = 1315
+# text = A lot .
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	lot	lot	NOUN	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356705.1
+# sent_counter = 1316
+# text = You were extremely polite and professional .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	extremely	extremely	ADV	_	_	_	_	_	_	*
+4	polite	polite	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	professional	professional	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356705.2
+# sent_counter = 1317
+# text = Very Impressed .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	Impressed	impressed	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356705.3
+# sent_counter = 1318
+# text = Great electrician .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	electrician	electrician	NOUN	_	_	_	_	_	ss=n.person	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358702.1
+# sent_counter = 1319
+# text = Slowest , Unfriendly Sstaff on Weekends
+1	Slowest	slow	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Unfriendly	unfriendly	ADJ	_	_	_	_	_	_	*
+4	Sstaff	sstaff	NOUN	_	_	_	_	_	ss=n.group	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	Weekends	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358702.2
+# sent_counter = 1320
+# text = There are three Starbucks locations that I frequent .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	three	three	NUM	_	_	_	_	_	_	*
+4	Starbucks	starbucks	PROPN	_	_	_	_	_	ss=n.group	*
+5	locations	location	NOUN	_	_	_	_	_	ss=n.group	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	frequent	frequent	VERB	_	_	_	_	_	ss=v.social	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358702.3
+# sent_counter = 1321
+# text = I have a bit of experience watching the usual assembly line .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	a	a	DET	_	_	_	_	_	ss=n.quantity	2:X
+4	bit	bit	NOUN	_	_	_	_	_	_	2
+5	of	of	ADP	_	_	_	_	_	_	*
+6	experience	experience	NOUN	_	_	_	_	_	_	1
+7	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	usual	usual	ADJ	_	_	_	_	_	_	*
+10	assembly	assembly	NOUN	_	_	_	_	_	ss=n.process	3:X
+11	line	line	NOUN	_	_	_	_	_	_	3
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358702.4
+# sent_counter = 1322
+# text = I also understand that weekend staffs are different than daytime staffs and not necessarily Starbucks A - team or even full - time .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+6	staffs	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	different	different	ADJ	_	_	_	_	_	_	1:X
+9	than	than	ADP	_	_	_	_	_	_	1
+10	daytime	daytime	NOUN	_	_	_	_	_	ss=n.time	*
+11	staffs	staff	NOUN	_	_	_	_	_	ss=n.group	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	necessarily	necessarily	ADV	_	_	_	_	_	_	*
+15	Starbucks	starbucks	PROPN	_	_	_	_	_	ss=n.group	*
+16	A	a	NOUN	_	_	_	_	_	ss=n.group	2:X
+17	-	-	PUNCT	_	_	_	_	_	_	2
+18	team	team	NOUN	_	_	_	_	_	_	2
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	full	full	ADJ	_	_	_	_	_	_	3:X
+22	-	-	PUNCT	_	_	_	_	_	_	3
+23	time	time	NOUN	_	_	_	_	_	_	3
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358702.5
+# sent_counter = 1323
+# text = But this location has the worst weekend staff I 've seen EVER .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	location	location	NOUN	_	_	_	_	_	ss=n.group	*
+4	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	worst	worst	ADJ	_	_	_	_	_	_	*
+7	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	've	've	AUX	_	_	_	_	_	_	*
+11	seen	see	VERB	_	_	_	_	_	ss=v.social	*
+12	EVER	ever	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369608.1
+# sent_counter = 1324
+# text = The management and staff are superb .
+1	The	the	DET	_	_	_	_	_	_	*
+2	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	superb	superb	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369608.2
+# sent_counter = 1325
+# text = I worked with Sam Mones who took great care of me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Sam	sam	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Mones	mones	PROPN	_	_	_	_	_	_	1
+6	who	who	PRON	_	_	_	_	_	_	*
+7	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	care	care	NOUN	_	_	_	_	_	_	2
+10	of	of	ADP	_	_	_	_	_	_	2
+11	me	me	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369608.3
+# sent_counter = 1326
+# text = This is by far the best run dealership in Miami .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	by	by	ADP	_	_	_	_	_	_	1:X
+4	far	far	ADV	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADV	_	_	_	_	_	_	*
+7	run	run	VERB	_	_	_	_	_	ss=v.social	*
+8	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.1
+# sent_counter = 1327
+# text = Never again
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	again	again	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.2
+# sent_counter = 1328
+# text = Do n't go here unless you want to sit , order , eat and be asked to leave all in a matter of 20 minutes .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	unless	unless	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+19	all	all	ADV	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	1:X
+21	a	a	DET	_	_	_	_	_	_	1
+22	matter	matter	NOUN	_	_	_	_	_	_	1
+23	of	of	ADP	_	_	_	_	_	_	1
+24	20	20	NUM	_	_	_	_	_	_	*
+25	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.3
+# sent_counter = 1329
+# text = You wo n't even have time to read the entire menu before being asked to order and if you ask for more time your server will wait at the table .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	entire	entire	ADJ	_	_	_	_	_	_	*
+11	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+12	before	before	SCONJ	_	_	_	_	_	_	*
+13	being	be	AUX	_	_	_	_	_	_	*
+14	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	if	if	SCONJ	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	more	more	ADJ	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+24	your	your	PRON	_	_	_	_	_	_	*
+25	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+26	will	will	AUX	_	_	_	_	_	_	*
+27	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+28	at	at	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.4
+# sent_counter = 1330
+# text = This is the only place I have ever eaten and been told to leave because other people were waiting .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	only	only	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	have	have	AUX	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	been	be	AUX	_	_	_	_	_	_	*
+12	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+15	because	because	SCONJ	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	were	be	AUX	_	_	_	_	_	_	*
+19	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.5
+# sent_counter = 1331
+# text = I was told to take my coffee to go if I wanted to finish it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+8	to	to	PART	_	_	_	_	_	_	1:X
+9	go	go	VERB	_	_	_	_	_	_	1
+10	if	if	SCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	finish	finish	VERB	_	_	_	_	_	ss=v.consumption	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.6
+# sent_counter = 1332
+# text = Oh , and their liquor license was expired so no Bloody Mary or Mimosas .
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	their	their	PRON	_	_	_	_	_	_	*
+5	liquor	liquor	NOUN	_	_	_	_	_	ss=n.food	*
+6	license	license	NOUN	_	_	_	_	_	ss=n.communication	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	expired	expired	ADJ	_	_	_	_	_	_	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	Bloody	bloody	ADJ	_	_	_	_	_	ss=n.food	1:X
+12	Mary	mary	NOUN	_	_	_	_	_	_	1
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	Mimosas	mimosa	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.7
+# sent_counter = 1333
+# text = Plus the drinks are self service , have fun trying to negotiate the small cafeteria space to get your coffee , juice or water .
+1	Plus	plus	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	self	self	NOUN	_	_	_	_	_	ss=n.act	1:X
+6	service	service	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	_	2:X
+9	fun	fun	NOUN	_	_	_	_	_	_	2
+10	trying	try	VERB	_	_	_	_	_	ss=v.cognition	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	negotiate	negotiate	VERB	_	_	_	_	_	ss=v.social	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	small	small	ADJ	_	_	_	_	_	_	*
+15	cafeteria	cafeteria	NOUN	_	_	_	_	_	ss=n.location	*
+16	space	space	NOUN	_	_	_	_	_	ss=n.location	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+19	your	your	PRON	_	_	_	_	_	_	*
+20	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	juice	juice	NOUN	_	_	_	_	_	ss=n.food	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	water	water	NOUN	_	_	_	_	_	ss=n.food	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371300.8
+# sent_counter = 1334
+# text = Go next door to the Ball Square Cafe instead .
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	next	next	ADJ	_	_	_	_	_	ss=n.location	1:X
+3	door	door	NOUN	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Ball	ball	PROPN	_	_	_	_	_	ss=n.group	2:X
+7	Square	square	PROPN	_	_	_	_	_	_	2
+8	Cafe	cafe	PROPN	_	_	_	_	_	_	2
+9	instead	instead	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.1
+# sent_counter = 1335
+# text = Fantastic for kids
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.2
+# sent_counter = 1336
+# text = If you have children or are just a real animal lover yourself you 'll love this zoo .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	real	real	ADJ	_	_	_	_	_	_	*
+10	animal	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+11	lover	lover	NOUN	_	_	_	_	_	ss=n.person	*
+12	yourself	yourself	PRON	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	'll	'll	AUX	_	_	_	_	_	_	*
+15	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	zoo	zoo	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.3
+# sent_counter = 1337
+# text = It 's only $ 10 and in essence just one big petting zoo .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	$	$	SYM	_	_	_	_	_	_	*
+5	10	10	NUM	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	in	in	ADP	_	_	_	_	_	_	1:X
+8	essence	essence	NOUN	_	_	_	_	_	_	1
+9	just	just	ADV	_	_	_	_	_	_	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	big	big	ADJ	_	_	_	_	_	_	*
+12	petting	petting	NOUN	_	_	_	_	_	ss=n.group	2:X
+13	zoo	zoo	NOUN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.4
+# sent_counter = 1338
+# text = They sell feed and milk bottles at the front and I recommend you buy lots .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+3	feed	feed	NOUN	_	_	_	_	_	ss=n.food	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	milk	milk	NOUN	_	_	_	_	_	ss=n.food	*
+6	bottles	bottle	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	front	front	NOUN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+15	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.5
+# sent_counter = 1339
+# text = We took our 7 month old and she laughed and giggled when ( very harshly I might add ) grabbing and ' kissed ' the goats and lambs .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	7	7	NUM	_	_	_	_	_	_	*
+5	month	month	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	old	old	ADJ	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	laughed	laugh	VERB	_	_	_	_	_	ss=v.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	giggled	giggle	VERB	_	_	_	_	_	ss=v.communication	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	harshly	harshly	ADV	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	might	might	AUX	_	_	_	_	_	_	*
+18	add	add	VERB	_	_	_	_	_	ss=v.change	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	grabbing	grab	VERB	_	_	_	_	_	ss=v.contact	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	'	'	PUNCT	_	_	_	_	_	_	*
+23	kissed	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+24	'	'	PUNCT	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	goats	goat	NOUN	_	_	_	_	_	ss=n.animal	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	lambs	lamb	NOUN	_	_	_	_	_	ss=n.animal	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.6
+# sent_counter = 1340
+# text = The animals were all very sweet and patient with her .
+1	The	the	DET	_	_	_	_	_	_	*
+2	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	all	all	ADV	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	sweet	sweet	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	patient	patient	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	her	her	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.7
+# sent_counter = 1341
+# text = Among the animals that were available to touch were pony's , camels and EVEN AN OSTRICH !!!
+1	Among	among	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	available	available	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	touch	touch	VERB	_	_	_	_	_	ss=v.contact	*
+9	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	pony's	pony	NOUN	_	_	_	_	_	ss=n.animal	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	camels	camel	NOUN	_	_	_	_	_	ss=n.animal	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	EVEN	even	ADV	_	_	_	_	_	_	*
+15	AN	an	DET	_	_	_	_	_	_	*
+16	OSTRICH	ostrich	NOUN	_	_	_	_	_	ss=n.animal	*
+17	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372903.8
+# sent_counter = 1342
+# text = Wonderful , inexpensive and lots of fun !
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	inexpensive	inexpensive	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	fun	fun	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374000.1
+# sent_counter = 1343
+# text = GREAT Store GREAT Service !
+1	GREAT	great	ADJ	_	_	_	_	_	_	*
+2	Store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	GREAT	great	ADJ	_	_	_	_	_	_	*
+4	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374000.2
+# sent_counter = 1344
+# text = " This store is great !!
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	This	this	DET	_	_	_	_	_	_	*
+3	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374000.3
+# sent_counter = 1345
+# text = I love walking in and not being hassled .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+4	in	in	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	being	be	AUX	_	_	_	_	_	_	*
+8	hassled	hassle	VERB	_	_	_	_	_	ss=v.social	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374000.4
+# sent_counter = 1346
+# text = I was there when they did a free raffle in August and I won a hard drive !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	free	free	ADJ	_	_	_	_	_	_	*
+9	raffle	raffle	NOUN	_	_	_	_	_	ss=n.event	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	August	august	PROPN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	won	win	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	hard	hard	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+17	drive	drive	NOUN	_	_	_	_	_	_	1
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374000.5
+# sent_counter = 1347
+# text = The reason I go back is because the employees are sooooo nice . "
+1	The	the	DET	_	_	_	_	_	_	*
+2	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	sooooo	sooooo	ADV	_	_	_	_	_	_	*
+12	nice	nice	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374604.1
+# sent_counter = 1348
+# text = I 've never felt the need to write a review or make a complaint before , but after the way I was spoken to by a member of staff at the kennels ( whose name I believe to be Mrs Closs ) I would now not recommend this business to anybody .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	need	need	NOUN	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	a	a	DET	_	_	_	_	_	_	*
+14	complaint	complaint	NOUN	_	_	_	_	_	_	2
+15	before	before	ADV	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	AUX	_	_	_	_	_	_	*
+23	spoken	speak	VERB	_	_	_	_	_	ss=v.communication	*
+24	to	to	ADP	_	_	_	_	_	_	*
+25	by	by	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	member	member	NOUN	_	_	_	_	_	ss=n.person	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+30	at	at	ADP	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	kennels	kennel	NOUN	_	_	_	_	_	ss=n.location	*
+33	(	(	PUNCT	_	_	_	_	_	_	*
+34	whose	whose	PRON	_	_	_	_	_	_	*
+35	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+36	I	i	PRON	_	_	_	_	_	_	*
+37	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+38	to	to	PART	_	_	_	_	_	_	*
+39	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	Mrs	mrs	PROPN	_	_	_	_	_	ss=n.person	3:X
+41	Closs	closs	PROPN	_	_	_	_	_	_	3
+42	)	)	PUNCT	_	_	_	_	_	_	*
+43	I	i	PRON	_	_	_	_	_	_	*
+44	would	would	AUX	_	_	_	_	_	_	*
+45	now	now	ADV	_	_	_	_	_	_	*
+46	not	not	PART	_	_	_	_	_	_	*
+47	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+48	this	this	DET	_	_	_	_	_	_	*
+49	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+50	to	to	ADP	_	_	_	_	_	_	*
+51	anybody	anybody	NOUN	_	_	_	_	_	ss=n.person	*
+52	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374604.2
+# sent_counter = 1349
+# text = If the animals are treated in the same way the customers are treated then this leaves a lot to be desired !
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+4	are	be	AUX	_	_	_	_	_	_	*
+5	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	same	same	ADJ	_	_	_	_	_	_	*
+9	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+12	are	be	AUX	_	_	_	_	_	_	*
+13	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+14	then	then	ADV	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	leaves	leave	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	1:X
+18	lot	lot	NOUN	_	_	_	_	_	_	1
+19	to	to	PART	_	_	_	_	_	_	2:X
+20	be	be	AUX	_	_	_	_	_	_	2
+21	desired	desire	VERB	_	_	_	_	_	_	2
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374604.3
+# sent_counter = 1350
+# text = Nobody should be spoken to like that regardless of how bad their day may have been or what may be going on in their private lives !
+1	Nobody	nobody	NOUN	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	spoken	speak	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	regardless	regardless	ADV	_	_	_	_	_	_	1:X
+9	of	of	ADP	_	_	_	_	_	_	1
+10	how	how	ADV	_	_	_	_	_	_	*
+11	bad	bad	ADJ	_	_	_	_	_	_	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	may	may	AUX	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	what	what	PRON	_	_	_	_	_	_	*
+19	may	may	AUX	_	_	_	_	_	_	*
+20	be	be	AUX	_	_	_	_	_	_	*
+21	going	go	VERB	_	_	_	_	_	ss=v.social	2:X
+22	on	on	ADP	_	_	_	_	_	_	2
+23	in	in	ADP	_	_	_	_	_	_	*
+24	their	their	PRON	_	_	_	_	_	_	*
+25	private	private	ADJ	_	_	_	_	_	_	*
+26	lives	life	NOUN	_	_	_	_	_	ss=n.process	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.1
+# sent_counter = 1351
+# text = I interviewed several contractors for a kitchen remodel .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	interviewed	interview	VERB	_	_	_	_	_	ss=v.social	*
+3	several	several	ADJ	_	_	_	_	_	_	*
+4	contractors	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	remodel	remodel	NOUN	_	_	_	_	_	ss=n.act	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.2
+# sent_counter = 1352
+# text = Liberty construction shows up and it 's two guys ... all I get is 100 % sales pitch " We 're the best ... we 're number 50 so we must be doing something right ... look at all these certificates that say we 're great " .
+1	Liberty	liberty	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	construction	construction	PROPN	_	_	_	_	_	_	1
+3	shows	show	VERB	_	_	_	_	_	ss=v.motion	2:X
+4	up	up	ADP	_	_	_	_	_	_	2
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	two	two	NUM	_	_	_	_	_	_	*
+9	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.communication	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	100	100	NUM	_	_	_	_	_	_	*
+16	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+17	sales	sales	NOUN	_	_	_	_	_	ss=n.communication	3:X
+18	pitch	pitch	NOUN	_	_	_	_	_	_	3
+19	"	"	PUNCT	_	_	_	_	_	_	*
+20	We	we	PRON	_	_	_	_	_	_	*
+21	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	best	best	ADJ	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	we	we	PRON	_	_	_	_	_	_	*
+26	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+27	number	number	NOUN	_	_	_	_	_	ss=n.relation	*
+28	50	50	NUM	_	_	_	_	_	_	*
+29	so	so	ADV	_	_	_	_	_	_	*
+30	we	we	PRON	_	_	_	_	_	_	*
+31	must	must	AUX	_	_	_	_	_	_	*
+32	be	be	AUX	_	_	_	_	_	_	*
+33	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+34	something	something	NOUN	_	_	_	_	_	_	*
+35	right	right	ADV	_	_	_	_	_	_	*
+36	...	...	PUNCT	_	_	_	_	_	_	*
+37	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+38	at	at	ADP	_	_	_	_	_	_	*
+39	all	all	DET	_	_	_	_	_	_	*
+40	these	these	DET	_	_	_	_	_	_	*
+41	certificates	certificate	NOUN	_	_	_	_	_	ss=n.communication	*
+42	that	that	DET	_	_	_	_	_	_	*
+43	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+44	we	we	PRON	_	_	_	_	_	_	*
+45	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+46	great	great	ADJ	_	_	_	_	_	_	*
+47	"	"	PUNCT	_	_	_	_	_	_	*
+48	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.3
+# sent_counter = 1353
+# text = Not once did I feel listened to like they actually cared about what I wanted , all they were interested in was me signing a contract right then and there .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	once	once	ADV	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	listened	listen	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	like	like	SCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	actually	actually	ADV	_	_	_	_	_	_	*
+11	cared	care	VERB	_	_	_	_	_	ss=v.emotion	*
+12	about	about	SCONJ	_	_	_	_	_	_	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	interested	interested	ADJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	signing	sign	VERB	_	_	_	_	_	ss=v.communication	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	contract	contract	NOUN	_	_	_	_	_	ss=n.communication	*
+27	right	right	ADV	_	_	_	_	_	_	*
+28	then	then	ADV	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	there	there	ADV	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.4
+# sent_counter = 1354
+# text = Very high pressured sales and with the reviews of many others bad service .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	high	high	ADJ	_	_	_	_	_	_	*
+3	pressured	pressured	ADJ	_	_	_	_	_	_	*
+4	sales	sales	NOUN	_	_	_	_	_	ss=n.possession	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	many	many	ADJ	_	_	_	_	_	_	*
+11	others	others	NOUN	_	_	_	_	_	_	*
+12	bad	bad	ADJ	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.5
+# sent_counter = 1355
+# text = I 'm glad I trusted my gut and did n't get sucked into doing business with them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	glad	glad	ADJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	trusted	trust	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	my	my	PRON	_	_	_	_	_	_	*
+7	gut	gut	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	did	do	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	get	get	AUX	_	_	_	_	_	ss=v.cognition	2:X
+12	sucked	suck	VERB	_	_	_	_	_	_	2
+13	into	into	SCONJ	_	_	_	_	_	_	2
+14	doing	do	VERB	_	_	_	_	_	ss=v.social	3:X
+15	business	business	NOUN	_	_	_	_	_	_	3
+16	with	with	ADP	_	_	_	_	_	_	3
+17	them	them	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376503.6
+# sent_counter = 1356
+# text = Find someone you trust that actually hears you and wants to do the job right .
+1	Find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+2	someone	someone	NOUN	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	actually	actually	ADV	_	_	_	_	_	_	*
+7	hears	hear	VERB	_	_	_	_	_	ss=v.communication	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	wants	want	VERB	_	_	_	_	_	ss=v.cognition	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	do	do	VERB	_	_	_	_	_	ss=v.social	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+15	right	right	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.379701.1
+# sent_counter = 1357
+# text = VERYYYY !!!! VERYYY !! Good auto repair men .
+1	VERYYYY	veryyyy	ADV	_	_	_	_	_	_	*
+2	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+3	VERYYY	veryyy	ADV	_	_	_	_	_	_	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+5	Good	good	ADJ	_	_	_	_	_	_	*
+6	auto	auto	NOUN	_	_	_	_	_	ss=n.act	1:X
+7	repair	repair	NOUN	_	_	_	_	_	_	1
+8	men	men	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.379701.2
+# sent_counter = 1358
+# text = Do the job honest and quickly as possible .
+1	Do	do	VERB	_	_	_	_	_	ss=v.social	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+4	honest	honest	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	quickly	quickly	ADV	_	_	_	_	_	_	*
+7	as	as	ADP	_	_	_	_	_	_	*
+8	possible	possible	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.379701.3
+# sent_counter = 1359
+# text = Would 100 % recomend to others for a great service .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	100	100	NUM	_	_	_	_	_	_	*
+3	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+4	recomend	recomend	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	others	others	NOUN	_	_	_	_	_	ss=n.person	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.379701.4
+# sent_counter = 1360
+# text = Thank You Barry s Auto Tech !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	You	you	PRON	_	_	_	_	_	_	1
+3	Barry	barry	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	s	s	PART	_	_	_	_	_	_	2
+5	Auto	auto	PROPN	_	_	_	_	_	_	2
+6	Tech	tech	PROPN	_	_	_	_	_	_	2
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.1
+# sent_counter = 1361
+# text = My counseling practice
+1	My	my	PRON	_	_	_	_	_	_	*
+2	counseling	counseling	NOUN	_	_	_	_	_	ss=n.act	*
+3	practice	practice	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.3
+# sent_counter = 1362
+# text = I am a licensed mental health counselor and I work with variety of mental health problems .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	licensed	license	VERB	_	_	_	_	_	ss=v.stative	*
+5	mental	mental	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+6	health	health	NOUN	_	_	_	_	_	_	1
+7	counselor	counselor	NOUN	_	_	_	_	_	ss=n.person	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	work	work	VERB	_	_	_	_	_	ss=v.social	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	variety	variety	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	mental	mental	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+15	health	health	NOUN	_	_	_	_	_	_	2
+16	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.4
+# sent_counter = 1363
+# text = I offer compassionate , approachable and personalized counseling services .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	offer	offer	VERB	_	_	_	_	_	ss=v.social	*
+3	compassionate	compassionate	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	approachable	approachable	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	personalized	personalize	VERB	_	_	_	_	_	_	*
+8	counseling	counseling	NOUN	_	_	_	_	_	ss=n.act	*
+9	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.5
+# sent_counter = 1364
+# text = My style is compassionate , nonjudgmental , and caring .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	compassionate	compassionate	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	nonjudgmental	nonjudgmental	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	caring	caring	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.8
+# sent_counter = 1365
+# text = Schedule your first appointment online !
+1	Schedule	schedule	VERB	_	_	_	_	_	ss=v.social	*
+2	your	your	PRON	_	_	_	_	_	_	*
+3	first	first	ADJ	_	_	_	_	_	_	*
+4	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+5	online	online	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.007403.9
+# sent_counter = 1366
+# text = I would appreciate reviews from anyone who has worked with me before in the mental health setting .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+4	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	who	who	PRON	_	_	_	_	_	_	*
+8	has	have	AUX	_	_	_	_	_	_	*
+9	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	before	before	ADV	_	_	_	_	_	_	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	mental	mental	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+16	health	health	NOUN	_	_	_	_	_	_	1
+17	setting	setting	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011806.2
+# sent_counter = 1367
+# text = Sheer contrast to getting it done at karol bagh which is done under the wooden plank
+1	Sheer	sheer	ADJ	_	_	_	_	_	_	*
+2	contrast	contrast	NOUN	_	_	_	_	_	ss=n.relation	*
+3	to	to	SCONJ	_	_	_	_	_	_	*
+4	getting	get	VERB	_	_	_	_	_	ss=v.social	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	done	do	VERB	_	_	_	_	_	ss=v.change	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	karol	karol	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	bagh	bagh	PROPN	_	_	_	_	_	_	1
+10	which	which	DET	_	_	_	_	_	_	*
+11	is	be	AUX	_	_	_	_	_	_	*
+12	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+13	under	under	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	wooden	wooden	ADJ	_	_	_	_	_	_	*
+16	plank	plank	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022900.1
+# sent_counter = 1368
+# text = Very hard work from the boys in blue there !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	hard	hard	ADJ	_	_	_	_	_	ss=n.act	1:X
+3	work	work	NOUN	_	_	_	_	_	_	1
+4	from	from	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	boys	boy	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	in	in	ADP	_	_	_	_	_	_	2
+8	blue	blue	ADJ	_	_	_	_	_	_	2
+9	there	there	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022900.2
+# sent_counter = 1369
+# text = Brilll .
+1	Brilll	brilll	ADJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022900.3
+# sent_counter = 1370
+# text = Very hard work from the boys in blue there !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	hard	hard	ADJ	_	_	_	_	_	ss=n.act	1:X
+3	work	work	NOUN	_	_	_	_	_	_	1
+4	from	from	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	boys	boy	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	in	in	ADP	_	_	_	_	_	_	2
+8	blue	blue	ADJ	_	_	_	_	_	_	2
+9	there	there	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024306.1
+# sent_counter = 1371
+# text = Worst Tasting Pizza
+1	Worst	worst	ADV	_	_	_	_	_	_	*
+2	Tasting	taste	VERB	_	_	_	_	_	_	*
+3	Pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024306.2
+# sent_counter = 1372
+# text = This place had the worst tasting pizza I have ever tasted it was possible the worst food I 've ever eaten .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	worst	worst	ADV	_	_	_	_	_	_	*
+6	tasting	taste	VERB	_	_	_	_	_	_	*
+7	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	possible	possible	ADV	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	worst	worst	ADJ	_	_	_	_	_	_	*
+17	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	've	've	AUX	_	_	_	_	_	_	*
+20	ever	ever	ADV	_	_	_	_	_	_	*
+21	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.6
+# sent_counter = 1373
+# text = Cards , wrapping paper , paper , and an area to sit down and talk with someone to design your own invitations or for whatever else your custom printing needs may be .
+1	Cards	cards	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	wrapping	wrapping	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	paper	paper	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	paper	paper	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	an	an	DET	_	_	_	_	_	_	*
+10	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	sit	sit	VERB	_	_	_	_	_	ss=v.stative	2:X
+13	down	down	ADV	_	_	_	_	_	_	2
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	someone	someone	NOUN	_	_	_	_	_	ss=n.person	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	design	design	VERB	_	_	_	_	_	ss=v.creation	*
+20	your	your	PRON	_	_	_	_	_	_	*
+21	own	own	ADJ	_	_	_	_	_	_	*
+22	invitations	invitation	NOUN	_	_	_	_	_	ss=n.communication	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	for	for	SCONJ	_	_	_	_	_	_	*
+25	whatever	whatever	DET	_	_	_	_	_	_	*
+26	else	else	ADJ	_	_	_	_	_	_	*
+27	your	your	PRON	_	_	_	_	_	_	*
+28	custom	custom	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+30	needs	need	NOUN	_	_	_	_	_	ss=n.motive	*
+31	may	may	AUX	_	_	_	_	_	_	*
+32	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.7
+# sent_counter = 1374
+# text = I gave the woman I spoke with today a " You 've been yelped ! " card to let her know that Yelp may be a good tool for helping spreading the word about Papeluna .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	spoke	speak	VERB	_	_	_	_	_	ss=v.communication	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	You	you	PRON	_	_	_	_	_	_	*
+12	've	've	AUX	_	_	_	_	_	_	*
+13	been	be	AUX	_	_	_	_	_	_	*
+14	yelped	yelp	VERB	_	_	_	_	_	ss=v.communication	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	card	card	NOUN	_	_	_	_	_	ss=n.communication	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	let	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+20	her	her	PRON	_	_	_	_	_	_	*
+21	know	know	VERB	_	_	_	_	_	_	1
+22	that	that	SCONJ	_	_	_	_	_	_	*
+23	Yelp	yelp	PROPN	_	_	_	_	_	ss=n.group	*
+24	may	may	AUX	_	_	_	_	_	_	*
+25	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	good	good	ADJ	_	_	_	_	_	_	*
+28	tool	tool	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	for	for	SCONJ	_	_	_	_	_	_	*
+30	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+31	spreading	spread	VERB	_	_	_	_	_	ss=v.communication	2:X
+32	the	the	DET	_	_	_	_	_	_	2
+33	word	word	NOUN	_	_	_	_	_	_	2
+34	about	about	ADP	_	_	_	_	_	_	*
+35	Papeluna	papeluna	PROPN	_	_	_	_	_	ss=n.group	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034501.9
+# sent_counter = 1375
+# text = printing , printing , copies , printing , copies , printing ,
+1	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	copies	copy	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	copies	copy	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	printing	print	VERB	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.046500.2
+# sent_counter = 1376
+# text = Ladies room , Open Sundays
+1	Ladies	lady	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	room	room	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Open	open	ADJ	_	_	_	_	_	_	*
+5	Sundays	sundays	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.046906.1
+# sent_counter = 1377
+# text = rug works for me
+1	rug	rug	NOUN	_	_	_	_	_	ss=n.group	*
+2	works	work	VERB	_	_	_	_	_	ss=v.social	1:X
+3	for	for	ADP	_	_	_	_	_	_	1
+4	me	me	PRON	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047007.1
+# sent_counter = 1378
+# text = Called to check if they had a product I 've been using on my dog for years ... the boy who answered the phone could n't possibly have been ruder to me .
+1	Called	call	VERB	_	_	_	_	_	ss=v.communication	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	've	've	AUX	_	_	_	_	_	_	*
+11	been	be	AUX	_	_	_	_	_	_	*
+12	using	use	VERB	_	_	_	_	_	ss=v.stative	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	boy	boy	NOUN	_	_	_	_	_	ss=n.person	*
+21	who	who	PRON	_	_	_	_	_	_	*
+22	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	could	could	AUX	_	_	_	_	_	_	*
+26	n't	n't	PART	_	_	_	_	_	_	*
+27	possibly	possibly	ADV	_	_	_	_	_	_	*
+28	have	have	AUX	_	_	_	_	_	_	*
+29	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	ruder	rude	ADJ	_	_	_	_	_	_	*
+31	to	to	ADP	_	_	_	_	_	_	*
+32	me	me	PRON	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047007.2
+# sent_counter = 1379
+# text = I will never come here again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048201.1
+# sent_counter = 1380
+# text = Very Mediocre donuts !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	Mediocre	mediocre	ADJ	_	_	_	_	_	_	*
+3	donuts	donut	NOUN	_	_	_	_	_	ss=n.food	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048201.2
+# sent_counter = 1381
+# text = The Donuts were very over proofed , making them stale and bready .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Donuts	donut	NOUN	_	_	_	_	_	ss=n.food	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	over	over	ADV	_	_	_	_	_	_	1:X
+6	proofed	proofed	ADJ	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	making	make	VERB	_	_	_	_	_	ss=v.stative	*
+9	them	them	PRON	_	_	_	_	_	_	*
+10	stale	stale	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	bready	bready	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048201.3
+# sent_counter = 1382
+# text = The service was friendly and fast , but this just does nt make up for the lack - luster product .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	fast	fast	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	does	do	AUX	_	_	_	_	_	_	*
+12	nt	nt	ADV	_	_	_	_	_	_	*
+13	make	make	VERB	_	_	_	_	_	ss=v.social	1:X
+14	up	up	ADP	_	_	_	_	_	_	1
+15	for	for	ADP	_	_	_	_	_	_	1
+16	the	the	DET	_	_	_	_	_	_	*
+17	lack	lack	ADJ	_	_	_	_	_	_	2:X
+18	-	-	PUNCT	_	_	_	_	_	_	2
+19	luster	luster	ADJ	_	_	_	_	_	_	2
+20	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048302.1
+# sent_counter = 1383
+# text = Blooming onion , the only reason to visit this restaurant .
+1	Blooming	bloom	VERB	_	_	_	_	_	ss=n.food	1:X
+2	onion	onion	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	only	only	ADJ	_	_	_	_	_	_	*
+6	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	visit	visit	VERB	_	_	_	_	_	ss=v.motion	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.1
+# sent_counter = 1384
+# text = Spay and neuter service .
+1	Spay	spay	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	and	and	CCONJ	_	_	_	_	_	_	1
+3	neuter	neuter	NOUN	_	_	_	_	_	_	1
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.2
+# sent_counter = 1385
+# text = I have no doubt that the rescue is wonderful .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	no	no	DET	_	_	_	_	_	_	*
+4	doubt	doubt	NOUN	_	_	_	_	_	_	1
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	rescue	rescue	NOUN	_	_	_	_	_	ss=n.act	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.3
+# sent_counter = 1386
+# text = But I had my cat spayed through their reduced / free spay and neuter program and the vet they sent us to was first of all a hour and a half away , and 4 days later we had to bring them to our normal vet because the vets at the place in wisconsin did a crappy job and they got infections .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.body	1:X
+4	my	my	PRON	_	_	_	_	_	_	*
+5	cat	cat	NOUN	_	_	_	_	_	ss=n.animal	*
+6	spayed	spay	VERB	_	_	_	_	_	_	1
+7	through	through	ADP	_	_	_	_	_	_	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	reduced	reduce	VERB	_	_	_	_	_	_	*
+10	/	/	SYM	_	_	_	_	_	_	*
+11	free	free	ADJ	_	_	_	_	_	_	*
+12	spay	spay	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+13	and	and	CCONJ	_	_	_	_	_	_	2
+14	neuter	neuter	NOUN	_	_	_	_	_	_	2
+15	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+21	us	us	PRON	_	_	_	_	_	_	*
+22	to	to	ADP	_	_	_	_	_	_	*
+23	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	first	first	ADV	_	_	_	_	_	_	3:X
+25	of	of	ADP	_	_	_	_	_	_	3
+26	all	all	DET	_	_	_	_	_	_	3
+27	a	a	DET	_	_	_	_	_	_	*
+28	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	half	half	NOUN	_	_	_	_	_	ss=n.time	*
+32	away	away	ADV	_	_	_	_	_	_	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	4	4	NUM	_	_	_	_	_	_	*
+36	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+37	later	later	ADV	_	_	_	_	_	_	*
+38	we	we	PRON	_	_	_	_	_	_	*
+39	had	have	VERB	_	_	_	_	_	_	4:X
+40	to	to	PART	_	_	_	_	_	_	4
+41	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+42	them	them	PRON	_	_	_	_	_	_	*
+43	to	to	ADP	_	_	_	_	_	_	*
+44	our	our	PRON	_	_	_	_	_	_	*
+45	normal	normal	ADJ	_	_	_	_	_	_	*
+46	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+47	because	because	SCONJ	_	_	_	_	_	_	*
+48	the	the	DET	_	_	_	_	_	_	*
+49	vets	vet	NOUN	_	_	_	_	_	ss=n.person	*
+50	at	at	ADP	_	_	_	_	_	_	*
+51	the	the	DET	_	_	_	_	_	_	*
+52	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+53	in	in	ADP	_	_	_	_	_	_	*
+54	wisconsin	wisconsin	PROPN	_	_	_	_	_	ss=n.location	*
+55	did	do	VERB	_	_	_	_	_	ss=v.social	5:X
+56	a	a	DET	_	_	_	_	_	_	5
+57	crappy	crappy	ADJ	_	_	_	_	_	_	*
+58	job	job	NOUN	_	_	_	_	_	_	5
+59	and	and	CCONJ	_	_	_	_	_	_	*
+60	they	they	PRON	_	_	_	_	_	_	*
+61	got	get	VERB	_	_	_	_	_	ss=v.body	6:X
+62	infections	infection	NOUN	_	_	_	_	_	_	6
+63	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.4
+# sent_counter = 1387
+# text = My vet even said it was not my fault it was the vet that did the surgery , So I would not recommend getting that program unless you have an extra hundred dollars or so for antibiotics and a vet visit .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	fault	fault	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	did	do	VERB	_	_	_	_	_	ss=v.body	1:X
+16	the	the	DET	_	_	_	_	_	_	*
+17	surgery	surgery	NOUN	_	_	_	_	_	_	1
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	So	so	ADV	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	not	not	PART	_	_	_	_	_	_	*
+23	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+24	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+25	that	that	DET	_	_	_	_	_	_	*
+26	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+27	unless	unless	SCONJ	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+30	an	an	DET	_	_	_	_	_	_	*
+31	extra	extra	ADJ	_	_	_	_	_	_	*
+32	hundred	hundred	NUM	_	_	_	_	_	_	*
+33	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+34	or	or	CCONJ	_	_	_	_	_	_	2:X
+35	so	so	ADV	_	_	_	_	_	_	2
+36	for	for	ADP	_	_	_	_	_	_	*
+37	antibiotics	antibiotic	NOUN	_	_	_	_	_	ss=n.artifact	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	a	a	DET	_	_	_	_	_	_	*
+40	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+41	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.5
+# sent_counter = 1388
+# text = You 'd think they would do a good job but they do n't care unless they are getting paid full price .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	'd	'd	AUX	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+7	a	a	DET	_	_	_	_	_	_	1
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	job	job	NOUN	_	_	_	_	_	_	1
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+15	unless	unless	SCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	are	be	AUX	_	_	_	_	_	_	*
+18	getting	get	AUX	_	_	_	_	_	ss=v.possession	2:X
+19	paid	pay	VERB	_	_	_	_	_	_	2
+20	full	full	ADJ	_	_	_	_	_	ss=n.possession	3:X
+21	price	price	NOUN	_	_	_	_	_	_	3
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055207.6
+# sent_counter = 1389
+# text = Which is so dumb .
+1	Which	which	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	dumb	dumb	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.056408.1
+# sent_counter = 1390
+# text = Dessert was good .
+1	Dessert	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.056408.2
+# sent_counter = 1391
+# text = Rest was too oily .
+1	Rest	rest	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	too	too	ADV	_	_	_	_	_	_	*
+4	oily	oily	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.1
+# sent_counter = 1392
+# text = I <3 Max 's
+1	I	i	PRON	_	_	_	_	_	_	*
+2	<3	<3	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Max	max	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	's	's	PART	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.2
+# sent_counter = 1393
+# text = Excellent bagels and excellent service !
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	bagels	bagel	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.4
+# sent_counter = 1394
+# text = They are friendly and fast .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	fast	fast	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059005.6
+# sent_counter = 1395
+# text = They are great !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.064100.1
+# sent_counter = 1396
+# text = Great spot to kick back for a cup of joe and a snack .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	spot	spot	NOUN	_	_	_	_	_	ss=n.location	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	kick	kick	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	back	back	ADV	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	cup	cup	NOUN	_	_	_	_	_	ss=n.food	2:X
+9	of	of	ADP	_	_	_	_	_	_	2
+10	joe	joe	NOUN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	snack	snack	NOUN	_	_	_	_	_	ss=n.food	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068009.2
+# sent_counter = 1397
+# text = Dallas Criminal Attorney Peter Barrett is absolutely committed to vigorously supporting your rights and achieving a successful outcome .
+1	Dallas	dallas	PROPN	_	_	_	_	_	ss=n.location	*
+2	Criminal	criminal	ADJ	_	_	_	_	_	ss=n.person	1:X
+3	Attorney	attorney	NOUN	_	_	_	_	_	_	1
+4	Peter	peter	PROPN	_	_	_	_	_	ss=n.person	2:X
+5	Barrett	barrett	PROPN	_	_	_	_	_	_	2
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+8	committed	committed	ADJ	_	_	_	_	_	_	*
+9	to	to	SCONJ	_	_	_	_	_	_	*
+10	vigorously	vigorously	ADV	_	_	_	_	_	_	*
+11	supporting	support	VERB	_	_	_	_	_	ss=v.social	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	rights	right	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	achieving	achieve	VERB	_	_	_	_	_	ss=v.cognition	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	successful	successful	ADJ	_	_	_	_	_	_	*
+18	outcome	outcome	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072507.1
+# sent_counter = 1398
+# text = Dave is a patient and methodical teacher , who has a great ear and sensitivity for his students ' passion and the direction they want their lessons to take .
+1	Dave	dave	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	patient	patient	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	methodical	methodical	ADJ	_	_	_	_	_	_	*
+7	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+13	ear	ear	NOUN	_	_	_	_	_	_	1
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	sensitivity	sensitivity	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	his	his	PRON	_	_	_	_	_	_	*
+18	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+19	'	'	PART	_	_	_	_	_	_	*
+20	passion	passion	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	direction	direction	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+24	they	they	PRON	_	_	_	_	_	_	*
+25	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+26	their	their	PRON	_	_	_	_	_	_	*
+27	lessons	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	take	take	VERB	_	_	_	_	_	_	2
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072507.2
+# sent_counter = 1399
+# text = Also , he loves teaching so much , his price is unbeatable , but that does not change his level of skill .
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+5	teaching	teaching	NOUN	_	_	_	_	_	ss=n.act	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	much	much	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	his	his	PRON	_	_	_	_	_	_	*
+10	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	unbeatable	unbeatable	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	does	do	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	change	change	VERB	_	_	_	_	_	ss=v.change	*
+19	his	his	PRON	_	_	_	_	_	_	*
+20	level	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	skill	skill	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072507.3
+# sent_counter = 1400
+# text = Dave has much to offer .
+1	Dave	dave	PROPN	_	_	_	_	_	ss=n.person	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	much	much	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	1
+5	offer	offer	VERB	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072507.4
+# sent_counter = 1401
+# text = In just 2 - 3 focused lessons , I 'm already now capable of picking up new songs off YouTube guitar how to videos and am even writing my own orginals with confidence !
+1	In	in	ADP	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	2	2	NUM	_	_	_	_	_	_	*
+4	-	-	SYM	_	_	_	_	_	_	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	focused	focus	VERB	_	_	_	_	_	_	*
+7	lessons	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+11	already	already	ADV	_	_	_	_	_	_	*
+12	now	now	ADV	_	_	_	_	_	_	*
+13	capable	capable	ADJ	_	_	_	_	_	_	1:X
+14	of	of	SCONJ	_	_	_	_	_	_	1
+15	picking	pick	VERB	_	_	_	_	_	ss=v.cognition	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	new	new	ADJ	_	_	_	_	_	_	*
+18	songs	song	NOUN	_	_	_	_	_	ss=n.communication	*
+19	off	off	ADP	_	_	_	_	_	_	*
+20	YouTube	youtube	PROPN	_	_	_	_	_	ss=n.communication	*
+21	guitar	guitar	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	how	how	ADV	_	_	_	_	_	_	3:X
+23	to	to	PART	_	_	_	_	_	_	3
+24	videos	video	NOUN	_	_	_	_	_	ss=n.communication	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	am	be	AUX	_	_	_	_	_	_	*
+27	even	even	ADV	_	_	_	_	_	_	*
+28	writing	write	VERB	_	_	_	_	_	ss=v.creation	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	own	own	ADJ	_	_	_	_	_	_	*
+31	orginals	orginals	NOUN	_	_	_	_	_	ss=n.communication	*
+32	with	with	ADP	_	_	_	_	_	_	*
+33	confidence	confidence	NOUN	_	_	_	_	_	ss=n.feeling	*
+34	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072507.5
+# sent_counter = 1402
+# text = ~ Jason
+1	~	~	SYM	_	_	_	_	_	_	*
+2	Jason	jason	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.1
+# sent_counter = 1403
+# text = Oil Change Disaster
+1	Oil	oil	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	Change	change	NOUN	_	_	_	_	_	_	1
+3	Disaster	disaster	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.2
+# sent_counter = 1404
+# text = My wife had taken her '07 Ford Fusion in for a routine oil change .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+3	had	have	AUX	_	_	_	_	_	_	*
+4	taken	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	her	her	PRON	_	_	_	_	_	_	*
+6	'07	'07	NUM	_	_	_	_	_	ss=n.artifact	2:X
+7	Ford	ford	PROPN	_	_	_	_	_	_	2
+8	Fusion	fusion	PROPN	_	_	_	_	_	_	2
+9	in	in	ADV	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	routine	routine	ADJ	_	_	_	_	_	_	*
+13	oil	oil	NOUN	_	_	_	_	_	ss=n.act	3:X
+14	change	change	NOUN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.3
+# sent_counter = 1405
+# text = A couple days after the oil change , the engine ran rough , the low oil pressure light would come on sporadically , and the engine would whir loudly .
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	couple	couple	NOUN	_	_	_	_	_	_	1
+3	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+4	after	after	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	oil	oil	NOUN	_	_	_	_	_	ss=n.act	2:X
+7	change	change	NOUN	_	_	_	_	_	_	2
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	ran	run	VERB	_	_	_	_	_	ss=v.stative	3:X
+12	rough	rough	ADV	_	_	_	_	_	_	3
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	low	low	ADJ	_	_	_	_	_	_	*
+16	oil	oil	NOUN	_	_	_	_	_	ss=n.substance	*
+17	pressure	pressure	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+18	light	light	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	would	would	AUX	_	_	_	_	_	_	*
+20	come	come	VERB	_	_	_	_	_	ss=v.change	4:X
+21	on	on	ADP	_	_	_	_	_	_	4
+22	sporadically	sporadically	ADV	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	would	would	AUX	_	_	_	_	_	_	*
+28	whir	whir	VERB	_	_	_	_	_	ss=v.stative	*
+29	loudly	loudly	ADV	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.4
+# sent_counter = 1406
+# text = Turns out the engine had no oil , and when oil was put it , it would just run out of the filter .
+1	Turns	turn	VERB	_	_	_	_	_	ss=v.stative	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	no	no	DET	_	_	_	_	_	_	*
+7	oil	oil	NOUN	_	_	_	_	_	ss=n.substance	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	when	when	ADV	_	_	_	_	_	_	*
+11	oil	oil	NOUN	_	_	_	_	_	ss=n.substance	*
+12	was	be	AUX	_	_	_	_	_	_	*
+13	put	put	VERB	_	_	_	_	_	ss=v.stative	2:X
+14	it	it	ADV	_	_	_	_	_	_	2
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	would	would	AUX	_	_	_	_	_	_	*
+18	just	just	ADV	_	_	_	_	_	_	*
+19	run	run	VERB	_	_	_	_	_	ss=v.contact	*
+20	out	out	ADP	_	_	_	_	_	_	3:X
+21	of	of	ADP	_	_	_	_	_	_	3
+22	the	the	DET	_	_	_	_	_	_	*
+23	filter	filter	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.5
+# sent_counter = 1407
+# text = There could have ( hopefully does n't have ) major damage to the engine .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	hopefully	hopefully	ADV	_	_	_	_	_	_	*
+6	does	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	major	major	ADJ	_	_	_	_	_	_	*
+11	damage	damage	NOUN	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.6
+# sent_counter = 1408
+# text = All of this started after their oil change .
+1	All	all	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	started	start	VERB	_	_	_	_	_	ss=v.stative	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	their	their	PRON	_	_	_	_	_	_	*
+7	oil	oil	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	change	change	NOUN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.7
+# sent_counter = 1409
+# text = Once they realized their mistake they sent a mechanic and tow truck to my wife 's work and towed it back to fix it .
+1	Once	once	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	realized	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+4	their	their	PRON	_	_	_	_	_	_	*
+5	mistake	mistake	NOUN	_	_	_	_	_	ss=n.event	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	tow	tow	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+12	truck	truck	NOUN	_	_	_	_	_	_	1
+13	to	to	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+16	's	's	PART	_	_	_	_	_	_	*
+17	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	back	back	ADV	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.8
+# sent_counter = 1410
+# text = I would not recommend this shop for anything , not even something as simple as an oil change .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	anything	anything	NOUN	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	even	even	ADV	_	_	_	_	_	_	*
+12	something	something	NOUN	_	_	_	_	_	_	*
+13	as	as	ADV	_	_	_	_	_	_	*
+14	simple	simple	ADJ	_	_	_	_	_	_	*
+15	as	as	ADP	_	_	_	_	_	_	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	oil	oil	NOUN	_	_	_	_	_	ss=n.act	1:X
+18	change	change	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.091704.9
+# sent_counter = 1411
+# text = Plus they will overcharge you for just about everything , and smile while doing it .
+1	Plus	plus	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	overcharge	overcharge	VERB	_	_	_	_	_	ss=v.possession	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	1:X
+8	about	about	ADV	_	_	_	_	_	_	1
+9	everything	everything	NOUN	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	smile	smile	VERB	_	_	_	_	_	ss=v.stative	*
+13	while	while	SCONJ	_	_	_	_	_	_	*
+14	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.1
+# sent_counter = 1412
+# text = Best meat pies in Canada
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+3	pies	pie	NOUN	_	_	_	_	_	ss=n.food	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Canada	canada	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.2
+# sent_counter = 1413
+# text = If you are looking for authentic British meat pies , then look know further .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	AUX	_	_	_	_	_	_	*
+4	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	authentic	authentic	ADJ	_	_	_	_	_	_	*
+7	British	british	ADJ	_	_	_	_	_	_	*
+8	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+9	pies	pie	NOUN	_	_	_	_	_	ss=n.food	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	then	then	ADV	_	_	_	_	_	_	*
+12	look	look	VERB	_	_	_	_	_	_	1:X
+13	know	know	ADV	_	_	_	_	_	_	1
+14	further	further	ADV	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.3
+# sent_counter = 1414
+# text = I especially like the Chicken Curry pie .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	especially	especially	ADV	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	*
+6	Curry	curry	NOUN	_	_	_	_	_	ss=n.food	*
+7	pie	pie	NOUN	_	_	_	_	_	ss=n.food	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.4
+# sent_counter = 1415
+# text = Good Food .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.5
+# sent_counter = 1416
+# text = The owner / baker , " Pie Guy " is a hoot to deal with as well .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	/	/	SYM	_	_	_	_	_	_	*
+4	baker	baker	NOUN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	Pie	pie	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Guy	guy	PROPN	_	_	_	_	_	_	1
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	ss=n.cognition	2:X
+12	hoot	hoot	NOUN	_	_	_	_	_	_	2
+13	to	to	PART	_	_	_	_	_	_	*
+14	deal	deal	VERB	_	_	_	_	_	ss=v.social	3:X
+15	with	with	ADP	_	_	_	_	_	_	3
+16	as	as	ADV	_	_	_	_	_	_	4:X
+17	well	well	ADV	_	_	_	_	_	_	4
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097507.6
+# sent_counter = 1417
+# text = Mo
+1	Mo	mo	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103609.1
+# sent_counter = 1418
+# text = Great Family Fun and Bonding
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Family	family	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+3	Fun	fun	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	Bonding	bonding	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103609.2
+# sent_counter = 1419
+# text = What more can be said : " Burch 's Karate is the GREATEST ! "
+1	What	what	PRON	_	_	_	_	_	_	*
+2	more	more	ADJ	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	Burch	burch	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	's	's	PART	_	_	_	_	_	_	1
+10	Karate	karate	PROPN	_	_	_	_	_	_	1
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	GREATEST	greatest	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.104703.1
+# sent_counter = 1420
+# text = best
+1	best	best	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.104703.2
+# sent_counter = 1421
+# text = Best pedi mani I ve ever had .
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	pedi	pedi	NOUN	_	_	_	_	_	ss=n.act	*
+3	mani	mani	NOUN	_	_	_	_	_	ss=n.act	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	ve	ve	AUX	_	_	_	_	_	_	*
+6	ever	ever	ADV	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.104703.3
+# sent_counter = 1422
+# text = Darla is amazing , I would recoment her to anyone .
+1	Darla	darla	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	recoment	recoment	VERB	_	_	_	_	_	ss=v.communication	*
+8	her	her	PRON	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	anyone	anyone	NOUN	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107608.1
+# sent_counter = 1423
+# text = excellence in glasgow
+1	excellence	excellence	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	glasgow	glasgow	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107608.2
+# sent_counter = 1424
+# text = I v just had my bmw z3 rear window replaced by the guys at kelvin trimmers .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	v	v	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	bmw	bmw	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+7	z3	z3	PROPN	_	_	_	_	_	_	1
+8	rear	rear	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+9	window	window	NOUN	_	_	_	_	_	_	2
+10	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	kelvin	kelvin	PROPN	_	_	_	_	_	ss=n.group	3:X
+16	trimmers	trimmers	PROPN	_	_	_	_	_	_	3
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107608.3
+# sent_counter = 1425
+# text = The team who work there are helpfull , friendly and extremely knowledgeable and will help you as much as they can with thier years of hands on practice .
+1	The	the	DET	_	_	_	_	_	_	*
+2	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	work	work	VERB	_	_	_	_	_	ss=v.social	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	helpfull	helpfull	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	friendly	friendly	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	extremely	extremely	ADV	_	_	_	_	_	_	*
+12	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	help	help	VERB	_	_	_	_	_	ss=v.social	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	as	as	ADV	_	_	_	_	_	_	*
+18	much	much	ADV	_	_	_	_	_	_	*
+19	as	as	SCONJ	_	_	_	_	_	_	*
+20	they	they	PRON	_	_	_	_	_	_	*
+21	can	can	AUX	_	_	_	_	_	_	*
+22	with	with	ADP	_	_	_	_	_	_	*
+23	thier	thier	PRON	_	_	_	_	_	_	*
+24	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	hands	hands	NOUN	_	_	_	_	_	_	1:X
+27	on	on	ADV	_	_	_	_	_	_	1
+28	practice	practice	NOUN	_	_	_	_	_	ss=n.act	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107608.4
+# sent_counter = 1426
+# text = Highly recomended .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recomended	recomended	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110908.1
+# sent_counter = 1427
+# text = Great pub
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	pub	pub	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110908.2
+# sent_counter = 1428
+# text = Had a meal in this pub and i have to say it was excellant .
+1	Had	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	pub	pub	NOUN	_	_	_	_	_	ss=n.group	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	_	1:X
+10	to	to	PART	_	_	_	_	_	_	1
+11	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	excellant	excellant	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110908.3
+# sent_counter = 1429
+# text = It has to be one of the nicest pubs that i have been into in a long time , the decor is nice and it has a really nice garden and a lovely decking area .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	has	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	nicest	nice	ADJ	_	_	_	_	_	_	*
+9	pubs	pub	NOUN	_	_	_	_	_	ss=n.group	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	into	into	ADP	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	long	long	ADJ	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	decor	decor	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	nice	nice	ADJ	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	really	really	ADV	_	_	_	_	_	_	*
+29	nice	nice	ADJ	_	_	_	_	_	_	*
+30	garden	garden	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	lovely	lovely	ADJ	_	_	_	_	_	_	*
+34	decking	decking	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110908.4
+# sent_counter = 1430
+# text = Good beer good service and what more could you want .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	what	what	PRON	_	_	_	_	_	_	*
+7	more	more	ADJ	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128808.1
+# sent_counter = 1431
+# text = Relish
+1	Relish	relish	PROPN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128808.2
+# sent_counter = 1432
+# text = A Top Quality Sandwich made to artistic standards .
+1	A	a	DET	_	_	_	_	_	_	*
+2	Top	top	ADJ	_	_	_	_	_	_	*
+3	Quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	Sandwich	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+5	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	artistic	artistic	ADJ	_	_	_	_	_	_	*
+8	standards	standard	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128808.3
+# sent_counter = 1433
+# text = The best darlington has to offer in contemporary sandwicheering .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	darlington	darlington	PROPN	_	_	_	_	_	ss=n.location	*
+4	has	have	VERB	_	_	_	_	_	ss=v.social	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	offer	offer	VERB	_	_	_	_	_	_	1
+7	in	in	ADP	_	_	_	_	_	_	*
+8	contemporary	contemporary	ADJ	_	_	_	_	_	_	*
+9	sandwicheering	sandwicheering	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128808.4
+# sent_counter = 1434
+# text = Drum and bass as standard .
+1	Drum	drum	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	bass	bass	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	as	as	ADP	_	_	_	_	_	_	*
+5	standard	standard	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128908.1
+# sent_counter = 1435
+# text = I love the meat !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.1
+# sent_counter = 1436
+# text = Dr. Chao you are the best dentist I have ever had .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Chao	chao	PROPN	_	_	_	_	_	_	1
+3	you	you	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.2
+# sent_counter = 1437
+# text = You are knowledgeable , professional , gentel and kind .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	professional	professional	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	gentel	gentel	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	kind	kind	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.3
+# sent_counter = 1438
+# text = I wish I had you as my dentist early on in my life - maybe my teeth would have been a lot better then they are now , However I am glad you are my dentist now .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	as	as	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+9	early	early	ADV	_	_	_	_	_	_	1:X
+10	on	on	ADV	_	_	_	_	_	_	1
+11	in	in	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	life	life	NOUN	_	_	_	_	_	ss=n.process	*
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	maybe	maybe	ADV	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	teeth	teeth	NOUN	_	_	_	_	_	ss=n.body	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	2:X
+22	lot	lot	NOUN	_	_	_	_	_	_	2
+23	better	better	ADJ	_	_	_	_	_	_	*
+24	then	then	SCONJ	_	_	_	_	_	_	*
+25	they	they	PRON	_	_	_	_	_	_	*
+26	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	now	now	ADV	_	_	_	_	_	_	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	However	however	ADV	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	glad	glad	ADJ	_	_	_	_	_	_	*
+33	you	you	PRON	_	_	_	_	_	_	*
+34	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	my	my	PRON	_	_	_	_	_	_	*
+36	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+37	now	now	ADV	_	_	_	_	_	_	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.4
+# sent_counter = 1439
+# text = Even though you are expensive .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	though	though	SCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	expensive	expensive	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.5
+# sent_counter = 1440
+# text = Thank you for helping to preserve my teeth .
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	for	for	SCONJ	_	_	_	_	_	_	*
+4	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	preserve	preserve	VERB	_	_	_	_	_	ss=v.stative	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	teeth	teeth	NOUN	_	_	_	_	_	ss=n.body	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133601.6
+# sent_counter = 1441
+# text = You are meticulous in your work and it shows in my smile .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	meticulous	meticulous	ADJ	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	shows	show	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	smile	smile	NOUN	_	_	_	_	_	ss=n.body	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.1
+# sent_counter = 1442
+# text = Liars , negative stars !
+1	Liars	liar	NOUN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	negative	negative	ADJ	_	_	_	_	_	_	*
+4	stars	star	NOUN	_	_	_	_	_	ss=n.communication	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.2
+# sent_counter = 1443
+# text = Took my Cruze in twice for poor fuel economy .
+1	Took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	my	my	PRON	_	_	_	_	_	_	*
+3	Cruze	cruze	PROPN	_	_	_	_	_	ss=n.artifact	*
+4	in	in	ADV	_	_	_	_	_	_	1
+5	twice	twice	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	poor	poor	ADJ	_	_	_	_	_	_	*
+8	fuel	fuel	NOUN	_	_	_	_	_	ss=n.attribute	2:X
+9	economy	economy	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.3
+# sent_counter = 1444
+# text = The first time they claimed to get reasonable mpg .
+1	The	the	DET	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	claimed	claim	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+8	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+9	mpg	mpg	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.4
+# sent_counter = 1445
+# text = However , they would never drive the car with me in it to prove their findings .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	never	never	ADV	_	_	_	_	_	_	*
+6	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	with	with	SCONJ	_	_	_	_	_	_	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	prove	prove	VERB	_	_	_	_	_	ss=v.social	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	findings	findings	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.5
+# sent_counter = 1446
+# text = I wonder if they were going down a hill !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wonder	wonder	VERB	_	_	_	_	_	ss=v.cognition	*
+3	if	if	SCONJ	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	going	go	VERB	_	_	_	_	_	ss=v.communication	*
+7	down	down	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	hill	hill	NOUN	_	_	_	_	_	ss=n.natural_object	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.6
+# sent_counter = 1447
+# text = They told me to bring it back after 5000 miles .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	after	after	ADP	_	_	_	_	_	_	*
+9	5000	5000	NUM	_	_	_	_	_	_	*
+10	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.7
+# sent_counter = 1448
+# text = I brought it back with 9000 miles .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	9000	9000	NUM	_	_	_	_	_	_	*
+7	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.8
+# sent_counter = 1449
+# text = They " finished " the work and told me the car was ready .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	"	"	PUNCT	_	_	_	_	_	_	*
+3	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	ready	ready	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.9
+# sent_counter = 1450
+# text = I found out they did not even drive the car , stated they looked at it before .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	they	they	PRON	_	_	_	_	_	_	*
+5	did	do	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	even	even	ADV	_	_	_	_	_	_	*
+8	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+15	at	at	ADP	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	before	before	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.10
+# sent_counter = 1451
+# text = They still would not drive the car with me to show their mpg number .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	still	still	ADV	_	_	_	_	_	_	*
+3	would	would	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	show	show	VERB	_	_	_	_	_	ss=v.social	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	mpg	mpg	NOUN	_	_	_	_	_	ss=n.relation	*
+14	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.11
+# sent_counter = 1452
+# text = They also claimed not to see anything wrong with the blower fan ( a seperate issue ) , but when I drove the car home I had the same symptoms .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	claimed	claim	VERB	_	_	_	_	_	ss=v.communication	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+7	anything	anything	NOUN	_	_	_	_	_	_	*
+8	wrong	wrong	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	blower	blower	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+12	fan	fan	NOUN	_	_	_	_	_	_	1
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	seperate	seperate	ADJ	_	_	_	_	_	_	*
+16	issue	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	)	)	PUNCT	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	when	when	ADV	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	home	home	ADV	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	same	same	ADJ	_	_	_	_	_	_	*
+30	symptoms	symptom	NOUN	_	_	_	_	_	ss=n.state	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135800.12
+# sent_counter = 1453
+# text = I will never purchace another vehicle from Vic Canever .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	purchace	purchace	VERB	_	_	_	_	_	ss=v.possession	*
+5	another	another	DET	_	_	_	_	_	_	*
+6	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	Vic	vic	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Canever	canever	PROPN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140302.1
+# sent_counter = 1454
+# text = 5 star detail job
+1	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+2	star	star	NOUN	_	_	_	_	_	_	1
+3	detail	detail	NOUN	_	_	_	_	_	ss=n.act	*
+4	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140302.2
+# sent_counter = 1455
+# text = I took my Mustang here and it looked amazing after they were done , they did a great job , I 'm very satisfied with the results .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	Mustang	mustang	PROPN	_	_	_	_	_	ss=n.artifact	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+9	amazing	amazing	ADJ	_	_	_	_	_	_	*
+10	after	after	SCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	done	done	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	did	do	VERB	_	_	_	_	_	ss=v.social	1:X
+17	a	a	DET	_	_	_	_	_	_	1
+18	great	great	ADJ	_	_	_	_	_	_	*
+19	job	job	NOUN	_	_	_	_	_	_	1
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+23	very	very	ADV	_	_	_	_	_	_	*
+24	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140302.3
+# sent_counter = 1456
+# text = The paint and wheels looked like glass and the interior looked new !
+1	The	the	DET	_	_	_	_	_	_	*
+2	paint	paint	NOUN	_	_	_	_	_	ss=n.substance	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	wheels	wheel	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	glass	glass	NOUN	_	_	_	_	_	ss=n.substance	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	interior	interior	ADJ	_	_	_	_	_	_	*
+11	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+12	new	new	ADJ	_	_	_	_	_	_	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140302.4
+# sent_counter = 1457
+# text = Also , they have great customer service and a very knowledgeable staff
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+7	service	service	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+12	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.141103.1
+# sent_counter = 1458
+# text = Good location
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.141103.2
+# sent_counter = 1459
+# text = For a hotel like this you would expect some form of free internet .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+9	some	some	DET	_	_	_	_	_	_	*
+10	form	form	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	free	free	ADJ	_	_	_	_	_	_	*
+13	internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.141103.3
+# sent_counter = 1460
+# text = What you get is a $ 13 / day charge to access the internet through a slow 512 / 512 kb / s that you can only use to check email etc ( Read : No downloading ) .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	$	$	SYM	_	_	_	_	_	_	*
+7	13	13	NUM	_	_	_	_	_	_	*
+8	/	/	SYM	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	charge	charge	NOUN	_	_	_	_	_	ss=n.possession	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	access	access	VERB	_	_	_	_	_	ss=v.stative	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+15	through	through	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	slow	slow	ADJ	_	_	_	_	_	_	*
+18	512	512	NUM	_	_	_	_	_	_	*
+19	/	/	SYM	_	_	_	_	_	_	*
+20	512	512	NUM	_	_	_	_	_	_	*
+21	kb	kb	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	/	/	SYM	_	_	_	_	_	_	*
+23	s	s	NOUN	_	_	_	_	_	ss=n.time	*
+24	that	that	DET	_	_	_	_	_	_	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	can	can	AUX	_	_	_	_	_	_	*
+27	only	only	ADV	_	_	_	_	_	_	*
+28	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+31	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+32	etc	etc	X	_	_	_	_	_	_	*
+33	(	(	PUNCT	_	_	_	_	_	_	*
+34	Read	read	VERB	_	_	_	_	_	ss=v.communication	*
+35	:	:	PUNCT	_	_	_	_	_	_	*
+36	No	no	DET	_	_	_	_	_	_	*
+37	downloading	downloading	NOUN	_	_	_	_	_	ss=n.communication	*
+38	)	)	PUNCT	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.141103.4
+# sent_counter = 1461
+# text = Other than that the hotel is in a good location and the breakfast is great
+1	Other	other	ADV	_	_	_	_	_	_	1:X
+2	than	than	ADP	_	_	_	_	_	_	1
+3	that	that	DET	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162702.1
+# sent_counter = 1462
+# text = The best photographer in Miami
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	photographer	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162702.2
+# sent_counter = 1463
+# text = I was soooo lucky to have used Marlon 's photography services .... such a creative and talented photographer and a pleasure to work with .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	soooo	soooo	ADV	_	_	_	_	_	_	*
+4	lucky	lucky	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	used	use	VERB	_	_	_	_	_	ss=v.social	*
+8	Marlon	marlon	PROPN	_	_	_	_	_	ss=n.person	*
+9	's	's	PART	_	_	_	_	_	_	*
+10	photography	photography	NOUN	_	_	_	_	_	ss=n.act	*
+11	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+12	....	....	PUNCT	_	_	_	_	_	_	*
+13	such	such	DET	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	creative	creative	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	talented	talented	ADJ	_	_	_	_	_	_	*
+18	photographer	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	1:X
+21	pleasure	pleasure	NOUN	_	_	_	_	_	_	1
+22	to	to	PART	_	_	_	_	_	_	*
+23	work	work	VERB	_	_	_	_	_	ss=v.social	*
+24	with	with	ADP	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162702.3
+# sent_counter = 1464
+# text = The images turned out amazing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	images	image	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	turned	turn	VERB	_	_	_	_	_	ss=v.change	1:X
+4	out	out	ADP	_	_	_	_	_	_	1
+5	amazing	amazing	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162702.4
+# sent_counter = 1465
+# text = I definitely recommend him :)
+1	I	i	PRON	_	_	_	_	_	_	*
+2	definitely	definitely	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163703.1
+# sent_counter = 1466
+# text = Cheap Hotel Rome - Thanks for all your help !
+1	Cheap	cheap	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Hotel	hotel	PROPN	_	_	_	_	_	_	1
+3	Rome	rome	PROPN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163703.2
+# sent_counter = 1467
+# text = Cheap Hotel Rome - thanks for finding us a hotel at the last minute .
+1	Cheap	cheap	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Hotel	hotel	PROPN	_	_	_	_	_	_	1
+3	Rome	rome	PROPN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	thanks	thanks	NOUN	_	_	_	_	_	_	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	hotel	hotel	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	at	at	ADP	_	_	_	_	_	_	2:X
+12	the	the	DET	_	_	_	_	_	_	2
+13	last	last	ADJ	_	_	_	_	_	_	2
+14	minute	minute	NOUN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163703.3
+# sent_counter = 1468
+# text = We had a great stay , your service was excellent and we will use you again !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	excellent	excellent	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	will	will	AUX	_	_	_	_	_	_	*
+14	use	use	VERB	_	_	_	_	_	ss=v.social	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	again	again	ADV	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.1
+# sent_counter = 1469
+# text = My 2004 x - type was getting close to 100,000 miles so it was time for an upgrade .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	2004	2004	NUM	_	_	_	_	_	ss=n.artifact	1:X
+3	x	x	NOUN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	type	type	NOUN	_	_	_	_	_	_	1
+6	was	be	AUX	_	_	_	_	_	_	*
+7	getting	get	VERB	_	_	_	_	_	ss=v.stative	*
+8	close	close	ADJ	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	100,000	100,000	NUM	_	_	_	_	_	_	*
+11	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	upgrade	upgrade	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.2
+# sent_counter = 1470
+# text = I sent my wife and daughter over to check out a pre-owned 2009 XF .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+7	over	over	ADV	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	check	check	VERB	_	_	_	_	_	ss=v.social	1:X
+10	out	out	ADP	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	*
+12	pre-owned	pre-owned	ADJ	_	_	_	_	_	_	*
+13	2009	2009	NUM	_	_	_	_	_	ss=n.artifact	2:X
+14	XF	xf	PROPN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.3
+# sent_counter = 1471
+# text = Michael Chestney was very pleasant and patient with my wife and she suggested I go check it out .
+1	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Chestney	chestney	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	patient	patient	ADJ	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	she	she	PRON	_	_	_	_	_	_	*
+13	suggested	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	check	check	VERB	_	_	_	_	_	ss=v.social	2:X
+17	it	it	PRON	_	_	_	_	_	_	*
+18	out	out	ADP	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.4
+# sent_counter = 1472
+# text = I went in later that afternoon and met with Michael .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	in	in	ADV	_	_	_	_	_	_	*
+4	later	later	ADV	_	_	_	_	_	_	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	afternoon	afternoon	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.5
+# sent_counter = 1473
+# text = He showed me the car I was interested in and we took a test drive .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	showed	show	VERB	_	_	_	_	_	ss=v.social	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	interested	interested	ADJ	_	_	_	_	_	_	1:X
+9	in	in	ADP	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	test	test	NOUN	_	_	_	_	_	ss=n.act	2:X
+15	drive	drive	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.6
+# sent_counter = 1474
+# text = I loved the car so we began negotiating my trade - in and the price of the 09 XF .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	began	begin	VERB	_	_	_	_	_	ss=v.stative	*
+8	negotiating	negotiate	VERB	_	_	_	_	_	ss=v.communication	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	trade	trade	NOUN	_	_	_	_	_	ss=n.act	1:X
+11	-	-	PUNCT	_	_	_	_	_	_	1
+12	in	in	NOUN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	09	09	NUM	_	_	_	_	_	ss=n.artifact	2:X
+19	XF	xf	PROPN	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.7
+# sent_counter = 1475
+# text = The entire negotiation took about 20 minutes .
+1	The	the	DET	_	_	_	_	_	_	*
+2	entire	entire	ADJ	_	_	_	_	_	_	*
+3	negotiation	negotiation	NOUN	_	_	_	_	_	ss=n.communication	*
+4	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+5	about	about	ADV	_	_	_	_	_	_	*
+6	20	20	NUM	_	_	_	_	_	_	*
+7	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.8
+# sent_counter = 1476
+# text = Fair give and take on both sides until we agreed on a deal that was within my parameters and was fair to both sides .
+1	Fair	fair	ADJ	_	_	_	_	_	_	*
+2	give	give	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	take	take	NOUN	_	_	_	_	_	_	1
+5	on	on	ADP	_	_	_	_	_	_	*
+6	both	both	DET	_	_	_	_	_	_	*
+7	sides	side	NOUN	_	_	_	_	_	ss=n.group	*
+8	until	until	SCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	agreed	agree	VERB	_	_	_	_	_	ss=v.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	within	within	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	parameters	parameter	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	fair	fair	ADJ	_	_	_	_	_	_	*
+22	to	to	ADP	_	_	_	_	_	_	*
+23	both	both	DET	_	_	_	_	_	_	*
+24	sides	side	NOUN	_	_	_	_	_	ss=n.group	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.9
+# sent_counter = 1477
+# text = 10 minutes of paperwork and I was the owner of a beautiful pre-owned 09 XF .
+1	10	10	NUM	_	_	_	_	_	_	*
+2	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	paperwork	paperwork	NOUN	_	_	_	_	_	ss=n.act	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+13	pre-owned	pre-owned	ADJ	_	_	_	_	_	_	*
+14	09	09	NUM	_	_	_	_	_	ss=n.artifact	1:X
+15	XF	xf	PROPN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.10
+# sent_counter = 1478
+# text = I have purchased over 15 vehicles ( cars , rvs , and boats ) in my lifetime and I have to say the experience with Michael and Barrett Motor Cars of San Antonio was one of the best .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+4	over	over	ADV	_	_	_	_	_	_	*
+5	15	15	NUM	_	_	_	_	_	_	*
+6	vehicles	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	rvs	rv	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	boats	boat	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	lifetime	lifetime	NOUN	_	_	_	_	_	ss=n.time	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	have	have	VERB	_	_	_	_	_	_	1:X
+21	to	to	PART	_	_	_	_	_	_	1
+22	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	Barrett	barrett	PROPN	_	_	_	_	_	ss=n.group	2:X
+29	Motor	motor	PROPN	_	_	_	_	_	_	2
+30	Cars	cars	PROPN	_	_	_	_	_	_	2
+31	of	of	ADP	_	_	_	_	_	_	2
+32	San	san	PROPN	_	_	_	_	_	_	2
+33	Antonio	antonio	PROPN	_	_	_	_	_	_	2
+34	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	one	one	NUM	_	_	_	_	_	_	*
+36	of	of	ADP	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	best	best	ADJ	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.11
+# sent_counter = 1479
+# text = Friendly , knowledgeable , and above all fair .
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	above	above	ADP	_	_	_	_	_	_	1:X
+7	all	all	DET	_	_	_	_	_	_	1
+8	fair	fair	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.12
+# sent_counter = 1480
+# text = That 's all you can really ask from a car dealer and Michael and Barrett hit all 3 .
+1	That	that	DET	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	all	all	DET	_	_	_	_	_	_	1:X
+4	you	you	PRON	_	_	_	_	_	_	1
+5	can	can	AUX	_	_	_	_	_	_	1
+6	really	really	ADV	_	_	_	_	_	_	*
+7	ask	ask	VERB	_	_	_	_	_	_	1
+8	from	from	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.person	2:X
+11	dealer	dealer	NOUN	_	_	_	_	_	_	2
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	Barrett	barrett	PROPN	_	_	_	_	_	ss=n.person	*
+16	hit	hit	VERB	_	_	_	_	_	ss=v.cognition	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	3	3	NUM	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164805.13
+# sent_counter = 1481
+# text = Thanks for the great deal and the great car !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.10
+# sent_counter = 1482
+# text = I thought of canceling the lesson once again because I did n't feel comfortable driving an SUV .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	of	of	SCONJ	_	_	_	_	_	_	*
+4	canceling	cancel	VERB	_	_	_	_	_	ss=v.social	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+7	once	once	ADV	_	_	_	_	_	_	1:X
+8	again	again	ADV	_	_	_	_	_	_	1
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+14	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+15	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	SUV	suv	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.11
+# sent_counter = 1483
+# text = Gerry pleasantly said " since I am already here why do n't we give it shot .
+1	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+2	pleasantly	pleasantly	ADV	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	since	since	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	already	already	ADV	_	_	_	_	_	_	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	why	why	ADV	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	give	give	VERB	_	_	_	_	_	ss=v.social	1:X
+15	it	it	PRON	_	_	_	_	_	_	1
+16	shot	shot	NOUN	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.12
+# sent_counter = 1484
+# text = I trust you and believe that you 'll be able to handle this and all you have to do is to reciprocate !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	'll	'll	AUX	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	able	able	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	handle	handle	VERB	_	_	_	_	_	ss=v.social	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	all	all	DET	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	have	have	VERB	_	_	_	_	_	_	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	do	do	VERB	_	_	_	_	_	_	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	reciprocate	reciprocate	VERB	_	_	_	_	_	ss=v.social	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.13
+# sent_counter = 1485
+# text = Trust me and most especially trust and believe in yourself .
+1	Trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+2	me	me	PRON	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	especially	especially	ADV	_	_	_	_	_	_	*
+6	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	believe	believe	VERB	_	_	_	_	_	ss=v.emotion	1:X
+9	in	in	ADP	_	_	_	_	_	_	1
+10	yourself	yourself	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.14
+# sent_counter = 1486
+# text = Do n't worry , I 'll take care of you ! "
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	worry	worry	VERB	_	_	_	_	_	ss=v.emotion	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'll	'll	AUX	_	_	_	_	_	_	*
+7	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+8	care	care	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	1
+10	you	you	PRON	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.15
+# sent_counter = 1487
+# text = ....... the rest was history !
+1	.......	.......	PUNCT	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	1:X
+3	rest	rest	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	_	1
+5	history	history	NOUN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.16
+# sent_counter = 1488
+# text = Here I am now driving confidently on my own .
+1	Here	here	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	now	now	ADV	_	_	_	_	_	_	*
+5	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+6	confidently	confidently	ADV	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	my	my	PRON	_	_	_	_	_	_	*
+9	own	own	ADJ	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.17
+# sent_counter = 1489
+# text = Gerry , I ca n't thank you enough for helping me cope with my fear .
+1	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	ca	ca	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	enough	enough	ADV	_	_	_	_	_	_	*
+9	for	for	SCONJ	_	_	_	_	_	_	*
+10	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	cope	cope	VERB	_	_	_	_	_	ss=v.emotion	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	fear	fear	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.18
+# sent_counter = 1490
+# text = To my friend , thank you for your recommendation ... you were true to your words in saying Gerry is a " Saintly Instructor ... Absolutely Simple the Best Instructor and Best Driving school there is !
+1	To	to	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	thank	thank	VERB	_	_	_	_	_	_	1:X
+6	you	you	PRON	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	recommendation	recommendation	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	true	true	ADJ	_	_	_	_	_	_	2:X
+14	to	to	ADP	_	_	_	_	_	_	2
+15	your	your	PRON	_	_	_	_	_	_	*
+16	words	words	NOUN	_	_	_	_	_	_	2
+17	in	in	SCONJ	_	_	_	_	_	_	*
+18	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+19	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+23	Saintly	saintly	ADJ	_	_	_	_	_	_	*
+24	Instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+27	Simple	simple	ADJ	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	Best	best	ADJ	_	_	_	_	_	_	*
+30	Instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	Best	best	ADJ	_	_	_	_	_	_	*
+33	Driving	driving	NOUN	_	_	_	_	_	ss=n.act	*
+34	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+35	there	there	PRON	_	_	_	_	_	_	*
+36	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+37	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.1
+# sent_counter = 1491
+# text = WWW - Wonderful Wild Wildernest inn
+1	WWW	www	PROPN	_	_	_	_	_	ss=n.communication	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	Wonderful	wonderful	ADJ	_	_	_	_	_	ss=n.communication	1:X
+4	Wild	wild	ADJ	_	_	_	_	_	_	1
+5	Wildernest	wildernest	PROPN	_	_	_	_	_	_	1
+6	inn	inn	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.2
+# sent_counter = 1492
+# text = I would give the Wildernest inn ten stars of five !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	give	give	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Wildernest	wildernest	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	inn	inn	PROPN	_	_	_	_	_	_	1
+7	ten	ten	NUM	_	_	_	_	_	ss=n.communication	2:X
+8	stars	star	NOUN	_	_	_	_	_	_	2
+9	of	of	ADP	_	_	_	_	_	_	*
+10	five	five	NUM	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.5
+# sent_counter = 1493
+# text = There were occasional bears on the deck in the morning .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	occasional	occasional	ADJ	_	_	_	_	_	_	*
+4	bears	bear	NOUN	_	_	_	_	_	ss=n.animal	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	deck	deck	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.6
+# sent_counter = 1494
+# text = and most correctly , us visitors did not mingle with the native wildlife .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	most	most	ADV	_	_	_	_	_	_	*
+3	correctly	correctly	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	visitors	visitor	NOUN	_	_	_	_	_	ss=n.person	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	mingle	mingle	VERB	_	_	_	_	_	ss=v.social	1:X
+10	with	with	ADP	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	native	native	ADJ	_	_	_	_	_	_	*
+13	wildlife	wildlife	NOUN	_	_	_	_	_	ss=n.animal	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.7
+# sent_counter = 1495
+# text = It would have been more than one could bear !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	_	*
+5	more	more	ADJ	_	_	_	_	_	_	*
+6	than	than	SCONJ	_	_	_	_	_	_	*
+7	one	one	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	bear	bear	VERB	_	_	_	_	_	ss=v.cognition	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.8
+# sent_counter = 1496
+# text = Kathy and Stewart , the proprietors were the epitome of perfection .
+1	Kathy	kathy	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Stewart	stewart	PROPN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	proprietors	proprietor	NOUN	_	_	_	_	_	ss=n.person	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	the	the	DET	_	_	_	_	_	_	1
+9	epitome	epitome	NOUN	_	_	_	_	_	_	1
+10	of	of	ADP	_	_	_	_	_	_	1
+11	perfection	perfection	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.9
+# sent_counter = 1497
+# text = Delightful , hospitable , superb , cozy and comfortable .
+1	Delightful	delightful	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	hospitable	hospitable	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	superb	superb	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	cozy	cozy	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.049766.10
+# sent_counter = 1498
+# text = I hope to be back !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054269.1
+# sent_counter = 1499
+# text = Excellent energy efficiency
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	energy	energy	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	efficiency	efficiency	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054269.2
+# sent_counter = 1500
+# text = Compact 's Corona dryers remove at least twice as much water as the previous dryers , allowing a production increase of over 10 % and a significant energy saving .
+1	Compact	compact	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	's	's	PART	_	_	_	_	_	_	1
+3	Corona	corona	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+4	dryers	dryer	NOUN	_	_	_	_	_	_	2
+5	remove	remove	VERB	_	_	_	_	_	ss=v.change	*
+6	at	at	ADV	_	_	_	_	_	_	3:X
+7	least	least	ADV	_	_	_	_	_	_	3
+8	twice	twice	ADV	_	_	_	_	_	_	*
+9	as	as	ADV	_	_	_	_	_	_	*
+10	much	much	ADJ	_	_	_	_	_	_	*
+11	water	water	NOUN	_	_	_	_	_	ss=n.natural_object	*
+12	as	as	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	previous	previous	ADJ	_	_	_	_	_	_	*
+15	dryers	dryer	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	allowing	allow	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	production	production	NOUN	_	_	_	_	_	ss=n.act	*
+20	increase	increase	NOUN	_	_	_	_	_	ss=n.relation	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	over	over	ADP	_	_	_	_	_	_	*
+23	10	10	NUM	_	_	_	_	_	_	*
+24	%	%	SYM	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	significant	significant	ADJ	_	_	_	_	_	_	*
+28	energy	energy	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	saving	saving	NOUN	_	_	_	_	_	ss=n.possession	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072067.1
+# sent_counter = 1501
+# text = Great School !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	School	school	NOUN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072067.2
+# sent_counter = 1502
+# text = Teachers good Diverse student body ( African - American , Asian , ect. ) equals kids staying here !
+1	Teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	Diverse	diverse	ADJ	_	_	_	_	_	_	*
+4	student	student	NOUN	_	_	_	_	_	ss=n.group	1:X
+5	body	body	NOUN	_	_	_	_	_	_	1
+6	(	(	PUNCT	_	_	_	_	_	_	*
+7	African	african	ADJ	_	_	_	_	_	_	2:X
+8	-	-	PUNCT	_	_	_	_	_	_	2
+9	American	american	ADJ	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Asian	asian	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	ect.	ect.	X	_	_	_	_	_	_	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	equals	equal	VERB	_	_	_	_	_	ss=v.stative	*
+16	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+17	staying	stay	VERB	_	_	_	_	_	ss=v.social	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083563.1
+# sent_counter = 1503
+# text = We would like to thank our emergency plumbers who visted our shop in Morningside Road today .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	ss=v.cognition	1:X
+3	like	like	VERB	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	*
+5	thank	thank	VERB	_	_	_	_	_	ss=v.communication	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	emergency	emergency	NOUN	_	_	_	_	_	ss=n.event	*
+8	plumbers	plumber	NOUN	_	_	_	_	_	ss=n.person	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	visted	visted	VERB	_	_	_	_	_	ss=v.motion	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Morningside	morningside	PROPN	_	_	_	_	_	ss=n.location	2:X
+15	Road	road	PROPN	_	_	_	_	_	_	2
+16	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083563.2
+# sent_counter = 1504
+# text = A fast service , saved a bad situation getting a lot worse .
+1	A	a	DET	_	_	_	_	_	_	*
+2	fast	fast	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	saved	save	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	bad	bad	ADJ	_	_	_	_	_	_	*
+8	situation	situation	NOUN	_	_	_	_	_	ss=n.event	*
+9	getting	get	VERB	_	_	_	_	_	ss=v.change	*
+10	a	a	DET	_	_	_	_	_	_	1:X
+11	lot	lot	NOUN	_	_	_	_	_	_	1
+12	worse	worse	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083563.3
+# sent_counter = 1505
+# text = many thanks 2scompany ...
+1	many	many	ADJ	_	_	_	_	_	ss=n.communication	1:X
+2	thanks	thanks	NOUN	_	_	_	_	_	_	1
+3	2scompany	2scompany	PROPN	_	_	_	_	_	ss=n.group	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087368.1
+# sent_counter = 1506
+# text = Walgreens on University
+1	Walgreens	walgreens	PROPN	_	_	_	_	_	ss=n.group	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	University	university	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087368.2
+# sent_counter = 1507
+# text = My pharmacy order is always correct and promptly delivered but the pharmacy staff are always very short with me and do n't seem to like answering questions .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	pharmacy	pharmacy	NOUN	_	_	_	_	_	ss=n.group	*
+3	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	always	always	ADV	_	_	_	_	_	_	*
+6	correct	correct	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	promptly	promptly	ADV	_	_	_	_	_	_	*
+9	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	pharmacy	pharmacy	NOUN	_	_	_	_	_	ss=n.group	*
+13	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	always	always	ADV	_	_	_	_	_	_	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	short	short	ADJ	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	n't	n't	PART	_	_	_	_	_	_	*
+23	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+26	answering	answer	VERB	_	_	_	_	_	ss=v.communication	*
+27	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087368.3
+# sent_counter = 1508
+# text = Clean store , friendly check - out staff up front .
+1	Clean	clean	ADJ	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	friendly	friendly	ADV	_	_	_	_	_	_	*
+5	check	check	VERB	_	_	_	_	_	_	1:X
+6	-	-	PUNCT	_	_	_	_	_	_	1
+7	out	out	ADP	_	_	_	_	_	_	1
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	up	up	ADV	_	_	_	_	_	_	2:X
+10	front	front	ADV	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087368.4
+# sent_counter = 1509
+# text = Good selection .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101864.1
+# sent_counter = 1510
+# text = No complaints
+1	No	no	DET	_	_	_	_	_	_	*
+2	complaints	complaint	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101864.2
+# sent_counter = 1511
+# text = I have no complaints about the service I received .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	no	no	DET	_	_	_	_	_	_	*
+4	complaints	complaint	NOUN	_	_	_	_	_	_	1
+5	about	about	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	received	receive	VERB	_	_	_	_	_	ss=v.social	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101864.3
+# sent_counter = 1512
+# text = This man was polite , professional , clean and quick .
+1	This	this	DET	_	_	_	_	_	_	*
+2	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	polite	polite	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	professional	professional	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	clean	clean	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	quick	quick	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101864.4
+# sent_counter = 1513
+# text = I never felt worried and walked away satisfied .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	felt	felt	VERB	_	_	_	_	_	ss=v.emotion	*
+4	worried	worried	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	walked	walk	VERB	_	_	_	_	_	ss=v.social	1:X
+7	away	away	ADV	_	_	_	_	_	_	1
+8	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.109263.1
+# sent_counter = 1514
+# text = I have been here 3 times and all 3 times it has been bad !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.motion	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	*
+9	3	3	NUM	_	_	_	_	_	_	*
+10	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	has	have	AUX	_	_	_	_	_	_	*
+13	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	bad	bad	ADJ	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.109263.2
+# sent_counter = 1515
+# text = They have messed up my order and .... The food was just not good !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	messed	mess	VERB	_	_	_	_	_	ss=v.social	1:X
+4	up	up	ADP	_	_	_	_	_	_	1
+5	my	my	PRON	_	_	_	_	_	_	*
+6	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	....	....	PUNCT	_	_	_	_	_	_	*
+9	The	the	DET	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.109263.3
+# sent_counter = 1516
+# text = I had sonic in many other palces but for some reason this sonic is always just covered in grease and not good ... :(
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+3	sonic	sonic	PROPN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	many	many	ADJ	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	*
+7	palces	palces	NOUN	_	_	_	_	_	ss=n.location	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	some	some	DET	_	_	_	_	_	_	*
+11	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	sonic	sonic	PROPN	_	_	_	_	_	ss=n.group	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	always	always	ADV	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	covered	cover	VERB	_	_	_	_	_	ss=v.contact	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	grease	grease	NOUN	_	_	_	_	_	ss=n.substance	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	good	good	ADJ	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	:(	:(	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.109263.4
+# sent_counter = 1517
+# text = I hope they get there act together ...
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+5	there	there	PRON	_	_	_	_	_	_	*
+6	act	act	NOUN	_	_	_	_	_	_	1
+7	together	together	ADJ	_	_	_	_	_	_	1
+8	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.109263.5
+# sent_counter = 1518
+# text = I am going to give it one last chance in next few months and see ??
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	going	go	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	give	give	VERB	_	_	_	_	_	ss=v.cognition	2:X
+6	it	it	PRON	_	_	_	_	_	_	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	last	last	ADJ	_	_	_	_	_	_	*
+9	chance	chance	NOUN	_	_	_	_	_	_	2
+10	in	in	ADP	_	_	_	_	_	_	*
+11	next	next	ADJ	_	_	_	_	_	_	*
+12	few	few	ADJ	_	_	_	_	_	_	*
+13	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+16	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.1
+# sent_counter = 1519
+# text = Great Food Awesome food Awesome service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.2
+# sent_counter = 1520
+# text = I wanted to try someplace new again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	try	try	VERB	_	_	_	_	_	ss=v.social	*
+5	someplace	someplace	NOUN	_	_	_	_	_	_	*
+6	new	new	ADJ	_	_	_	_	_	_	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.3
+# sent_counter = 1521
+# text = This place rocked .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	rocked	rock	VERB	_	_	_	_	_	ss=v.stative	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.4
+# sent_counter = 1522
+# text = Brought my wife Deb with me and she like the Fried Crab Wontons and said they were good ..
+1	Brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+4	Deb	deb	PROPN	_	_	_	_	_	ss=n.person	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	Fried	fry	VERB	_	_	_	_	_	_	*
+12	Crab	crab	NOUN	_	_	_	_	_	ss=n.food	*
+13	Wontons	wonton	NOUN	_	_	_	_	_	ss=n.food	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	good	good	ADJ	_	_	_	_	_	_	*
+19	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.5
+# sent_counter = 1523
+# text = We also had the BBQ Spare Ribs .. good also .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	BBQ	bbq	NOUN	_	_	_	_	_	ss=n.food	*
+6	Spare	spare	NOUN	_	_	_	_	_	ss=n.food	1:X
+7	Ribs	rib	NOUN	_	_	_	_	_	_	1
+8	..	..	PUNCT	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	also	also	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.6
+# sent_counter = 1524
+# text = I ordered the MOO SHU pork and it was great ..
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	MOO	moo	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	SHU	shu	NOUN	_	_	_	_	_	_	1
+6	pork	pork	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112661.7
+# sent_counter = 1525
+# text = I also ordered the Neptune Platter which was awesome ... so this place gets 5 out of 5 stars .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Neptune	neptune	PROPN	_	_	_	_	_	ss=n.food	1:X
+6	Platter	platter	NOUN	_	_	_	_	_	_	1
+7	which	which	DET	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	awesome	awesome	ADJ	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	gets	get	VERB	_	_	_	_	_	ss=v.stative	*
+15	5	5	NUM	_	_	_	_	_	_	*
+16	out	out	ADP	_	_	_	_	_	_	2:X
+17	of	of	ADP	_	_	_	_	_	_	2
+18	5	5	NUM	_	_	_	_	_	ss=n.communication	3:X
+19	stars	star	NOUN	_	_	_	_	_	_	3
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115566.1
+# sent_counter = 1526
+# text = Retired
+1	Retired	retire	VERB	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115566.2
+# sent_counter = 1527
+# text = Dr Joseph retired .
+1	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Joseph	joseph	PROPN	_	_	_	_	_	_	1
+3	retired	retire	VERB	_	_	_	_	_	ss=v.social	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115566.3
+# sent_counter = 1528
+# text = Dr. Dorn is his backup .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Dorn	dorn	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	his	his	PRON	_	_	_	_	_	_	*
+5	backup	backup	NOUN	_	_	_	_	_	ss=n.person	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.1
+# sent_counter = 1529
+# text = Hidden Treasure .
+1	Hidden	hidden	ADJ	_	_	_	_	_	_	*
+2	Treasure	treasure	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.2
+# sent_counter = 1530
+# text = Strip mall asian it is not !
+1	Strip	strip	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	mall	mall	NOUN	_	_	_	_	_	_	1
+3	asian	asian	ADJ	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.3
+# sent_counter = 1531
+# text = Go in and you will not think you are in Chesapeake .
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	in	in	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Chesapeake	chesapeake	PROPN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.4
+# sent_counter = 1532
+# text = The setting feels like a Sushi bar in NYC ; small , cozy , but with flair .
+1	The	the	DET	_	_	_	_	_	_	*
+2	setting	setting	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	feels	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	Sushi	sushi	NOUN	_	_	_	_	_	ss=n.group	1:X
+7	bar	bar	NOUN	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+10	;	;	PUNCT	_	_	_	_	_	_	*
+11	small	small	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	cozy	cozy	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	flair	flair	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.5
+# sent_counter = 1533
+# text = Get great service , fantastic menu , and relax .
+1	Get	get	VERB	_	_	_	_	_	ss=v.social	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+6	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	relax	relax	VERB	_	_	_	_	_	ss=v.emotion	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118668.6
+# sent_counter = 1534
+# text = Best in HR so far !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	HR	hr	PROPN	_	_	_	_	_	ss=n.location	*
+4	so	so	ADV	_	_	_	_	_	_	1:X
+5	far	far	ADV	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122564.1
+# sent_counter = 1535
+# text = good outside , bad inside
+1	good	good	ADJ	_	_	_	_	_	_	*
+2	outside	outside	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+5	inside	inside	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122564.2
+# sent_counter = 1536
+# text = the apartment only looks good outsize , inside is too bad .
+1	the	the	DET	_	_	_	_	_	_	*
+2	apartment	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	outsize	outsize	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	inside	inside	NOUN	_	_	_	_	_	ss=n.location	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	too	too	ADV	_	_	_	_	_	_	*
+11	bad	bad	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122564.3
+# sent_counter = 1537
+# text = too many bugs some you even never seen before .
+1	too	too	ADV	_	_	_	_	_	_	*
+2	many	many	ADJ	_	_	_	_	_	_	*
+3	bugs	bug	NOUN	_	_	_	_	_	ss=n.animal	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	even	even	ADV	_	_	_	_	_	_	*
+7	never	never	ADV	_	_	_	_	_	_	*
+8	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+9	before	before	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122564.4
+# sent_counter = 1538
+# text = the attitude of some staff is terrible , did not solve anything only say i can do nothing .
+1	the	the	DET	_	_	_	_	_	_	*
+2	attitude	attitude	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	terrible	terrible	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	did	do	AUX	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	solve	solve	VERB	_	_	_	_	_	ss=v.cognition	*
+12	anything	anything	NOUN	_	_	_	_	_	_	*
+13	only	only	ADV	_	_	_	_	_	_	*
+14	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.change	*
+18	nothing	nothing	NOUN	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.1
+# sent_counter = 1539
+# text = Cranmore Dental and Implant Clinic : I could not recommend Dr David Nelson enough .
+1	Cranmore	cranmore	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Dental	dental	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	Implant	implant	PROPN	_	_	_	_	_	_	1
+5	Clinic	clinic	PROPN	_	_	_	_	_	_	1
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	ss=v.communication	2:X
+9	not	not	PART	_	_	_	_	_	_	2
+10	recommend	recommend	VERB	_	_	_	_	_	_	2
+11	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	3:X
+12	David	david	PROPN	_	_	_	_	_	_	3
+13	Nelson	nelson	PROPN	_	_	_	_	_	_	3
+14	enough	enough	ADV	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.2
+# sent_counter = 1540
+# text = I had a severe phobia of attending the dentist until I met and was treated by Dr Nelson .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.body	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	severe	severe	ADJ	_	_	_	_	_	_	*
+5	phobia	phobia	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	SCONJ	_	_	_	_	_	_	*
+7	attending	attend	VERB	_	_	_	_	_	ss=v.social	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+10	until	until	SCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	was	be	AUX	_	_	_	_	_	_	*
+15	treated	treat	VERB	_	_	_	_	_	ss=v.body	*
+16	by	by	ADP	_	_	_	_	_	_	*
+17	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	1:X
+18	Nelson	nelson	PROPN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.3
+# sent_counter = 1541
+# text = He instantaneously put me at ease and his ongoing treatments have been absolutely pain free .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	instantaneously	instantaneously	ADV	_	_	_	_	_	_	*
+3	put	put	VERB	_	_	_	_	_	ss=v.social	1:X
+4	me	me	PRON	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	1
+6	ease	ease	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	his	his	PRON	_	_	_	_	_	_	*
+9	ongoing	ongoing	ADJ	_	_	_	_	_	_	*
+10	treatments	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+14	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+15	free	free	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.4
+# sent_counter = 1542
+# text = My previous apprehension has been dismissed and I no longer have a sinking feeling when my next appointment is due !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	previous	previous	ADJ	_	_	_	_	_	_	*
+3	apprehension	apprehension	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	has	have	AUX	_	_	_	_	_	_	*
+5	been	be	AUX	_	_	_	_	_	_	*
+6	dismissed	dismiss	VERB	_	_	_	_	_	ss=v.change	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	no	no	ADV	_	_	_	_	_	_	*
+10	longer	longer	ADV	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.emotion	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	sinking	sinking	NOUN	_	_	_	_	_	ss=n.feeling	1:X
+14	feeling	feeling	NOUN	_	_	_	_	_	_	1
+15	when	when	ADV	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	next	next	ADJ	_	_	_	_	_	_	*
+18	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	due	due	ADJ	_	_	_	_	_	_	*
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.5
+# sent_counter = 1543
+# text = In addition to the core treatment , Dr Nelson has impressed me further with his concern and interest in the well - being of his patients - his dental work underpinned by a strong duty of care to every patient .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	addition	addition	NOUN	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	core	core	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	treatment	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	2:X
+9	Nelson	nelson	PROPN	_	_	_	_	_	_	2
+10	has	have	AUX	_	_	_	_	_	_	*
+11	impressed	impress	VERB	_	_	_	_	_	ss=v.emotion	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	further	further	ADV	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	his	his	PRON	_	_	_	_	_	_	*
+16	concern	concern	NOUN	_	_	_	_	_	ss=n.feeling	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	interest	interest	NOUN	_	_	_	_	_	ss=n.feeling	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	well	well	ADV	_	_	_	_	_	ss=n.feeling	3:X
+22	-	-	PUNCT	_	_	_	_	_	_	3
+23	being	being	NOUN	_	_	_	_	_	_	3
+24	of	of	ADP	_	_	_	_	_	_	*
+25	his	his	PRON	_	_	_	_	_	_	*
+26	patients	patient	NOUN	_	_	_	_	_	ss=n.person	*
+27	-	-	PUNCT	_	_	_	_	_	_	*
+28	his	his	PRON	_	_	_	_	_	_	*
+29	dental	dental	ADJ	_	_	_	_	_	_	*
+30	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+31	underpinned	underpin	VERB	_	_	_	_	_	ss=v.stative	*
+32	by	by	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	strong	strong	ADJ	_	_	_	_	_	_	*
+35	duty	duty	NOUN	_	_	_	_	_	ss=n.cognition	*
+36	of	of	ADP	_	_	_	_	_	_	*
+37	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+38	to	to	ADP	_	_	_	_	_	_	*
+39	every	every	DET	_	_	_	_	_	_	*
+40	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.6
+# sent_counter = 1544
+# text = He is always prepared to go the extra mile to ensure that any patient discomfort is dealt with immediately -
+1	He	he	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	prepared	prepared	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	extra	extra	ADJ	_	_	_	_	_	_	1
+9	mile	mile	NOUN	_	_	_	_	_	_	1
+10	to	to	PART	_	_	_	_	_	_	*
+11	ensure	ensure	VERB	_	_	_	_	_	ss=v.cognition	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	any	any	DET	_	_	_	_	_	_	*
+14	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+15	discomfort	discomfort	NOUN	_	_	_	_	_	ss=n.feeling	*
+16	is	be	AUX	_	_	_	_	_	_	*
+17	dealt	deal	VERB	_	_	_	_	_	ss=v.social	2:X
+18	with	with	ADP	_	_	_	_	_	_	2
+19	immediately	immediately	ADV	_	_	_	_	_	_	*
+20	-	-	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124163.7
+# sent_counter = 1545
+# text = Pam Gillies
+1	Pam	pam	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Gillies	gillies	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.1
+# sent_counter = 1546
+# text = Lovely Nails on Cayuga St. in Lewiston , NY
+1	Lovely	lovely	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Nails	nails	PROPN	_	_	_	_	_	_	1
+3	on	on	ADP	_	_	_	_	_	_	*
+4	Cayuga	cayuga	PROPN	_	_	_	_	_	ss=n.location	2:X
+5	St.	st.	PROPN	_	_	_	_	_	_	2
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Lewiston	lewiston	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	NY	ny	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.2
+# sent_counter = 1547
+# text = First let me start out by saying , that I have had very nice pedicures at Lovely Nails on Military Road .
+1	First	first	ADV	_	_	_	_	_	_	*
+2	let	let	VERB	_	_	_	_	_	ss=v.social	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	start	start	VERB	_	_	_	_	_	ss=v.communication	1:X
+5	out	out	ADP	_	_	_	_	_	_	1
+6	by	by	SCONJ	_	_	_	_	_	_	*
+7	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.body	2:X
+13	very	very	ADV	_	_	_	_	_	_	*
+14	nice	nice	ADJ	_	_	_	_	_	_	*
+15	pedicures	pedicure	NOUN	_	_	_	_	_	_	2
+16	at	at	ADP	_	_	_	_	_	_	*
+17	Lovely	lovely	PROPN	_	_	_	_	_	ss=n.group	3:X
+18	Nails	nails	PROPN	_	_	_	_	_	_	3
+19	on	on	ADP	_	_	_	_	_	_	*
+20	Military	military	PROPN	_	_	_	_	_	ss=n.location	4:X
+21	Road	road	PROPN	_	_	_	_	_	_	4
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.3
+# sent_counter = 1548
+# text = I was very excited that a salon was opening in Lewiston , as I live in Youngstown .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	excited	excited	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	opening	open	VERB	_	_	_	_	_	ss=v.creation	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Lewiston	lewiston	PROPN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	as	as	SCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	live	live	VERB	_	_	_	_	_	ss=v.stative	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	Youngstown	youngstown	PROPN	_	_	_	_	_	ss=n.location	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.4
+# sent_counter = 1549
+# text = I was in two weeks ago and had the worst pedicure that I have had in my life .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADV	_	_	_	_	_	_	*
+4	two	two	NUM	_	_	_	_	_	_	*
+5	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	ago	ago	ADV	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.body	1:X
+9	the	the	DET	_	_	_	_	_	_	*
+10	worst	worst	ADJ	_	_	_	_	_	_	*
+11	pedicure	pedicure	NOUN	_	_	_	_	_	_	1
+12	that	that	DET	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	have	have	AUX	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.body	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	life	life	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.5
+# sent_counter = 1550
+# text = There were four of us and I was taken first by a gentleman .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	four	four	NUM	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	taken	take	VERB	_	_	_	_	_	ss=v.motion	*
+10	first	first	ADV	_	_	_	_	_	_	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	gentleman	gentleman	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.6
+# sent_counter = 1551
+# text = I put my foot in the water and it was cool .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	put	put	VERB	_	_	_	_	_	ss=v.motion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	foot	foot	NOUN	_	_	_	_	_	ss=n.body	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	water	water	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	cool	cool	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.7
+# sent_counter = 1552
+# text = He did warm it up .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	warm	warm	VERB	_	_	_	_	_	ss=v.change	1:X
+4	it	it	PRON	_	_	_	_	_	_	*
+5	up	up	ADP	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.8
+# sent_counter = 1553
+# text = He also hurt my toes will pushing my cuticles back .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	hurt	hurt	VERB	_	_	_	_	_	ss=v.body	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	toes	toe	NOUN	_	_	_	_	_	ss=n.body	*
+6	will	will	SCONJ	_	_	_	_	_	_	*
+7	pushing	push	VERB	_	_	_	_	_	ss=v.contact	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	cuticles	cuticle	NOUN	_	_	_	_	_	ss=n.body	*
+10	back	back	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.9
+# sent_counter = 1554
+# text = If the pedicure lasted 20 mins. , that was a stretch .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	pedicure	pedicure	NOUN	_	_	_	_	_	ss=n.act	*
+4	lasted	last	VERB	_	_	_	_	_	ss=v.stative	*
+5	20	20	NUM	_	_	_	_	_	_	*
+6	mins.	mins.	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	ss=n.attribute	1:X
+11	stretch	stretch	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.10
+# sent_counter = 1555
+# text = The other ladies had a similar experience , both had nail polish on a couple of toes .
+1	The	the	DET	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	ladies	lady	NOUN	_	_	_	_	_	ss=n.person	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	a	a	DET	_	_	_	_	_	_	*
+6	similar	similar	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	both	both	DET	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	nail	nail	NOUN	_	_	_	_	_	ss=n.substance	2:X
+12	polish	polish	NOUN	_	_	_	_	_	_	2
+13	on	on	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	3:X
+15	couple	couple	NOUN	_	_	_	_	_	_	3
+16	of	of	ADP	_	_	_	_	_	_	*
+17	toes	toe	NOUN	_	_	_	_	_	ss=n.body	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128168.11
+# sent_counter = 1556
+# text = None of us will be using their services again , which is a shame .
+1	None	none	NOUN	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	us	us	PRON	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	using	use	VERB	_	_	_	_	_	ss=v.possession	*
+7	their	their	PRON	_	_	_	_	_	_	*
+8	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+9	again	again	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	which	which	DET	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	ss=n.attribute	1:X
+14	shame	shame	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131965.1
+# sent_counter = 1557
+# text = Great service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131965.2
+# sent_counter = 1558
+# text = We at R&L Plumbing Services are pleased with your professionalism and the extra mile you went to get out computers working correctly , you will be our first call if anything happens again and we will refer you to other people with computer issues .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	at	at	ADP	_	_	_	_	_	_	*
+3	R&L	r&l	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Plumbing	plumbing	PROPN	_	_	_	_	_	_	1
+5	Services	services	PROPN	_	_	_	_	_	_	1
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	pleased	pleased	ADJ	_	_	_	_	_	_	2:X
+8	with	with	ADP	_	_	_	_	_	_	2
+9	your	your	PRON	_	_	_	_	_	_	*
+10	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	ss=v.social	3:X
+13	extra	extra	ADJ	_	_	_	_	_	_	3
+14	mile	mile	NOUN	_	_	_	_	_	_	3
+15	you	you	PRON	_	_	_	_	_	_	*
+16	went	go	VERB	_	_	_	_	_	_	3
+17	to	to	PART	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.change	4:X
+19	out	out	PRON	_	_	_	_	_	_	*
+20	computers	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	working	work	VERB	_	_	_	_	_	_	4
+22	correctly	correctly	ADV	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	will	will	AUX	_	_	_	_	_	_	*
+26	be	be	VERB	_	_	_	_	_	ss=v.stative	5:X
+27	our	our	PRON	_	_	_	_	_	_	*
+28	first	first	ADJ	_	_	_	_	_	_	5
+29	call	call	NOUN	_	_	_	_	_	_	5
+30	if	if	SCONJ	_	_	_	_	_	_	*
+31	anything	anything	NOUN	_	_	_	_	_	_	*
+32	happens	happen	VERB	_	_	_	_	_	ss=v.change	*
+33	again	again	ADV	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	we	we	PRON	_	_	_	_	_	_	*
+36	will	will	AUX	_	_	_	_	_	_	*
+37	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+38	you	you	PRON	_	_	_	_	_	_	*
+39	to	to	ADP	_	_	_	_	_	_	*
+40	other	other	ADJ	_	_	_	_	_	_	*
+41	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+42	with	with	ADP	_	_	_	_	_	_	*
+43	computer	computer	ADJ	_	_	_	_	_	_	*
+44	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133260.1
+# sent_counter = 1559
+# text = Great Job !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Job	job	PROPN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133260.2
+# sent_counter = 1560
+# text = Thanks for fixing my garage door A ++++++++++++++++++
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	SCONJ	_	_	_	_	_	_	*
+3	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	door	door	NOUN	_	_	_	_	_	_	1
+7	A	a	DET	_	_	_	_	_	_	2:X
+8	++++++++++++++++++	++++++++++++++++++	SYM	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140164.1
+# sent_counter = 1561
+# text = If you want cheaply made glass from India and China , this is not your place .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	cheaply	cheaply	ADV	_	_	_	_	_	_	*
+5	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+6	glass	glass	NOUN	_	_	_	_	_	ss=n.substance	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	India	india	PROPN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	China	china	PROPN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140164.2
+# sent_counter = 1562
+# text = These people only carry the very best American blown glass .
+1	These	these	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	carry	carry	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	best	best	ADJ	_	_	_	_	_	_	*
+8	American	american	ADJ	_	_	_	_	_	_	*
+9	blown	blow	VERB	_	_	_	_	_	ss=n.artifact	1:X
+10	glass	glass	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140164.3
+# sent_counter = 1563
+# text = Their selection is top notch and the staff is very knowledgable .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	top	top	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+5	notch	notch	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	knowledgable	knowledgable	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.140164.4
+# sent_counter = 1564
+# text = Go to the Looking Glass for all your smoking needs !!!!!!!!!!
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	ss=n.group	1:X
+4	Looking	looking	PROPN	_	_	_	_	_	_	1
+5	Glass	glass	PROPN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	smoking	smoking	NOUN	_	_	_	_	_	ss=n.act	*
+10	needs	need	NOUN	_	_	_	_	_	ss=n.motive	*
+11	!!!!!!!!!!	!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148566.1
+# sent_counter = 1565
+# text = Good fun for wing night , food eh , beer list eh ...
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	fun	fun	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	wing	wing	NOUN	_	_	_	_	_	ss=n.food	*
+5	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	eh	eh	INTJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+11	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+12	eh	eh	INTJ	_	_	_	_	_	_	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.1
+# sent_counter = 1566
+# text = Unbelievably huge experience for such a small salon !!!
+1	Unbelievably	unbelievably	ADV	_	_	_	_	_	_	*
+2	huge	huge	ADJ	_	_	_	_	_	_	*
+3	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	such	such	DET	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	small	small	ADJ	_	_	_	_	_	_	*
+8	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.2
+# sent_counter = 1567
+# text = I have been to Kim at Cheveux for more than five years .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	Kim	kim	PROPN	_	_	_	_	_	ss=n.person	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	Cheveux	cheveux	PROPN	_	_	_	_	_	ss=n.group	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	more	more	ADJ	_	_	_	_	_	_	2:X
+10	than	than	ADP	_	_	_	_	_	_	2
+11	five	five	NUM	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.3
+# sent_counter = 1568
+# text = I can not tell you how often I am complimented on my hair ( style AND color ) !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	often	often	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	am	be	AUX	_	_	_	_	_	_	*
+10	complimented	compliment	VERB	_	_	_	_	_	ss=v.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+16	AND	and	CCONJ	_	_	_	_	_	_	*
+17	color	color	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.4
+# sent_counter = 1569
+# text = I regularly request Kim 's business cards as I am often stopped on the street and asked " Who does your hair ... I LOVE it !!! "
+1	I	i	PRON	_	_	_	_	_	_	*
+2	regularly	regularly	ADV	_	_	_	_	_	_	*
+3	request	request	VERB	_	_	_	_	_	ss=v.communication	*
+4	Kim	kim	PROPN	_	_	_	_	_	ss=n.person	*
+5	's	's	PART	_	_	_	_	_	_	*
+6	business	business	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+7	cards	cards	NOUN	_	_	_	_	_	_	1
+8	as	as	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	am	be	AUX	_	_	_	_	_	_	*
+11	often	often	ADV	_	_	_	_	_	_	*
+12	stopped	stop	VERB	_	_	_	_	_	ss=v.motion	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	Who	who	PRON	_	_	_	_	_	_	*
+20	does	do	VERB	_	_	_	_	_	ss=v.body	2:X
+21	your	your	PRON	_	_	_	_	_	_	*
+22	hair	hair	NOUN	_	_	_	_	_	_	2
+23	...	...	PUNCT	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+26	it	it	PRON	_	_	_	_	_	_	*
+27	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.5
+# sent_counter = 1570
+# text = Quaint , lovely , small salon with BIG personality .
+1	Quaint	quaint	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	lovely	lovely	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	small	small	ADJ	_	_	_	_	_	_	*
+6	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	BIG	big	ADJ	_	_	_	_	_	_	*
+9	personality	personality	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.6
+# sent_counter = 1571
+# text = I am made to feel special when I am in the chair and I have NEVER had a less than amazing cut or color experience .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	ss=v.stative	1:X
+3	made	make	VERB	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	1
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	special	special	ADJ	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	chair	chair	NOUN	_	_	_	_	_	ss=n.location	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	NEVER	never	ADV	_	_	_	_	_	_	*
+17	had	have	VERB	_	_	_	_	_	ss=v.stative	2:X
+18	a	a	DET	_	_	_	_	_	_	*
+19	less	less	ADJ	_	_	_	_	_	_	3:X
+20	than	than	ADP	_	_	_	_	_	_	3
+21	amazing	amazing	ADJ	_	_	_	_	_	_	*
+22	cut	cut	NOUN	_	_	_	_	_	ss=n.act	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	color	color	NOUN	_	_	_	_	_	ss=n.act	*
+25	experience	experience	NOUN	_	_	_	_	_	_	2
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.7
+# sent_counter = 1572
+# text = My hair has never felt this healthy , either .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	never	never	ADV	_	_	_	_	_	_	*
+5	felt	felt	VERB	_	_	_	_	_	ss=v.perception	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	healthy	healthy	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	either	either	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.8
+# sent_counter = 1573
+# text = I can not recommend this salon enough !!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+7	enough	enough	ADV	_	_	_	_	_	_	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156460.9
+# sent_counter = 1574
+# text = Thanks Cheveux !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Cheveux	cheveux	PROPN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162567.1
+# sent_counter = 1575
+# text = Highly Recommend
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	Recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162567.2
+# sent_counter = 1576
+# text = I have worked with Shannon as my massage therapist and intuitive bodyworker for years and have never been disappointed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Shannon	shannon	PROPN	_	_	_	_	_	ss=n.person	*
+6	as	as	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	massage	massage	NOUN	_	_	_	_	_	ss=n.person	1:X
+9	therapist	therapist	NOUN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	intuitive	intuitive	ADJ	_	_	_	_	_	_	*
+12	bodyworker	bodyworker	NOUN	_	_	_	_	_	ss=n.person	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	never	never	ADV	_	_	_	_	_	_	*
+18	been	be	AUX	_	_	_	_	_	_	*
+19	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162567.3
+# sent_counter = 1577
+# text = No matter what state I am in when I arrive , I always leave feeling better .
+1	No	no	ADV	_	_	_	_	_	_	1:X
+2	matter	matter	ADV	_	_	_	_	_	_	1
+3	what	what	DET	_	_	_	_	_	_	*
+4	state	state	NOUN	_	_	_	_	_	ss=n.state	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	always	always	ADV	_	_	_	_	_	_	*
+14	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+15	feeling	feel	VERB	_	_	_	_	_	ss=v.body	*
+16	better	better	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162567.4
+# sent_counter = 1578
+# text = She has not only helped me through some challenging computer - work and sports related injuries , she was wonderful to work with throughout my pregnancy and beyond .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	only	only	ADV	_	_	_	_	_	_	*
+5	helped	help	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	through	through	ADP	_	_	_	_	_	_	1
+8	some	some	DET	_	_	_	_	_	_	*
+9	challenging	challenging	ADJ	_	_	_	_	_	_	*
+10	computer	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	sports	sport	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	related	relate	VERB	_	_	_	_	_	ss=v.cognition	*
+16	injuries	injury	NOUN	_	_	_	_	_	ss=n.event	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	she	she	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	work	work	VERB	_	_	_	_	_	ss=v.social	*
+23	with	with	ADP	_	_	_	_	_	_	*
+24	throughout	throughout	ADP	_	_	_	_	_	_	*
+25	my	my	PRON	_	_	_	_	_	_	*
+26	pregnancy	pregnancy	NOUN	_	_	_	_	_	ss=n.process	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	beyond	beyond	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162567.5
+# sent_counter = 1579
+# text = I highly recommend her .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162662.1
+# sent_counter = 1580
+# text = Great place for embroidery .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	embroidery	embroidery	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162662.2
+# sent_counter = 1581
+# text = Service was friendly and VERY fast .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	VERY	very	ADV	_	_	_	_	_	_	*
+6	fast	fast	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162662.3
+# sent_counter = 1582
+# text = I purchased four gift items there and had them all embroidered within a week .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+3	four	four	NUM	_	_	_	_	_	_	*
+4	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	them	them	PRON	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	embroidered	embroider	VERB	_	_	_	_	_	ss=v.creation	*
+12	within	within	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187163.1
+# sent_counter = 1583
+# text = Linda
+1	Linda	linda	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187163.2
+# sent_counter = 1584
+# text = I would highly recommend Landscape by Hiro .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	Landscape	landscape	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	by	by	ADP	_	_	_	_	_	_	1
+7	Hiro	hiro	PROPN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187163.3
+# sent_counter = 1585
+# text = Excellent customer service and quality work .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	quality	quality	ADJ	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.1
+# sent_counter = 1586
+# text = Wish this was in Saratoga --
+1	Wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Saratoga	saratoga	PROPN	_	_	_	_	_	ss=n.location	*
+6	--	--	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.2
+# sent_counter = 1587
+# text = We were introduced to Bistro Tallulah by traveler - professional diner who happens to own the Adelphi Hotel and travels the world -- and residing in Paris , London , New York the rest of the year .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	introduced	introduce	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	Bistro	bistro	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Tallulah	tallulah	PROPN	_	_	_	_	_	_	1
+7	by	by	ADP	_	_	_	_	_	_	*
+8	traveler	traveler	NOUN	_	_	_	_	_	ss=n.person	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	professional	professional	ADJ	_	_	_	_	_	_	*
+11	diner	diner	NOUN	_	_	_	_	_	ss=n.person	*
+12	who	who	PRON	_	_	_	_	_	_	*
+13	happens	happen	VERB	_	_	_	_	_	_	2:X
+14	to	to	PART	_	_	_	_	_	_	2
+15	own	own	VERB	_	_	_	_	_	ss=v.possession	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Adelphi	adelphi	PROPN	_	_	_	_	_	ss=n.group	3:X
+18	Hotel	hotel	PROPN	_	_	_	_	_	_	3
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	travels	travel	VERB	_	_	_	_	_	ss=v.motion	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	world	world	NOUN	_	_	_	_	_	ss=n.location	*
+23	--	--	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	residing	reside	VERB	_	_	_	_	_	ss=v.social	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	Paris	paris	PROPN	_	_	_	_	_	ss=n.location	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	London	london	PROPN	_	_	_	_	_	ss=n.location	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	New	new	PROPN	_	_	_	_	_	ss=n.location	4:X
+32	York	york	PROPN	_	_	_	_	_	_	4
+33	the	the	DET	_	_	_	_	_	_	*
+34	rest	rest	NOUN	_	_	_	_	_	ss=n.quantity	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.3
+# sent_counter = 1588
+# text = SHE KNOWS GREAT FOOD AND DINING EXPERIENCES .
+1	SHE	she	PRON	_	_	_	_	_	_	*
+2	KNOWS	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	GREAT	great	ADJ	_	_	_	_	_	_	*
+4	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	AND	and	CCONJ	_	_	_	_	_	_	*
+6	DINING	dining	NOUN	_	_	_	_	_	ss=n.act	*
+7	EXPERIENCES	experience	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.4
+# sent_counter = 1589
+# text = She was dead on -- this restaurant was wonderful --- do not be put off by the one negative review on this page .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	dead	dead	ADJ	_	_	_	_	_	_	1:X
+4	on	on	ADJ	_	_	_	_	_	_	1
+5	--	--	PUNCT	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+10	---	---	PUNCT	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	be	be	AUX	_	_	_	_	_	_	*
+14	put	put	VERB	_	_	_	_	_	ss=v.emotion	2:X
+15	off	off	ADP	_	_	_	_	_	_	2
+16	by	by	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	one	one	NUM	_	_	_	_	_	_	*
+19	negative	negative	ADJ	_	_	_	_	_	_	*
+20	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	this	this	DET	_	_	_	_	_	_	*
+23	page	page	NOUN	_	_	_	_	_	ss=n.communication	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.5
+# sent_counter = 1590
+# text = I can tell you we were pleasantly surprised -- BT has taste memory and each time back the food was consistently delicious -- same dishes -- were consistent .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	were	be	AUX	_	_	_	_	_	ss=v.stative	*
+7	pleasantly	pleasantly	ADV	_	_	_	_	_	_	*
+8	surprised	surprise	VERB	_	_	_	_	_	_	*
+9	--	--	PUNCT	_	_	_	_	_	_	*
+10	BT	bt	PROPN	_	_	_	_	_	ss=n.person	*
+11	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	taste	taste	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	memory	memory	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	each	each	DET	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+17	back	back	ADV	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	consistently	consistently	ADV	_	_	_	_	_	_	*
+22	delicious	delicious	ADJ	_	_	_	_	_	_	*
+23	--	--	PUNCT	_	_	_	_	_	_	*
+24	same	same	ADJ	_	_	_	_	_	_	*
+25	dishes	dish	NOUN	_	_	_	_	_	ss=n.food	*
+26	--	--	PUNCT	_	_	_	_	_	_	*
+27	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	consistent	consistent	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.6
+# sent_counter = 1591
+# text = Our friend is a world traveler and loves unpretentious dining experiences and inspired food .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	world	world	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	traveler	traveler	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+9	unpretentious	unpretentious	ADJ	_	_	_	_	_	_	*
+10	dining	dining	NOUN	_	_	_	_	_	ss=n.act	*
+11	experiences	experience	NOUN	_	_	_	_	_	ss=n.event	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	inspired	inspired	ADJ	_	_	_	_	_	_	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.7
+# sent_counter = 1592
+# text = This chef knows what he is doing .
+1	This	this	DET	_	_	_	_	_	_	*
+2	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+3	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.8
+# sent_counter = 1593
+# text = Treat yourself and go -- you will go back !
+1	Treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	--	--	PUNCT	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+9	back	back	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.9
+# sent_counter = 1594
+# text = I am a business owner in downtown Saratoga Springs and wish this restaurant was in our town !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+5	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	downtown	downtown	NOUN	_	_	_	_	_	ss=n.location	*
+8	Saratoga	saratoga	PROPN	_	_	_	_	_	ss=n.location	1:X
+9	Springs	springs	PROPN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	our	our	PRON	_	_	_	_	_	_	*
+17	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.10
+# sent_counter = 1595
+# text = The affordable rent makes it possible for an inspired chef to serve his high quality fare at affordable prices !
+1	The	the	DET	_	_	_	_	_	_	*
+2	affordable	affordable	ADJ	_	_	_	_	_	_	*
+3	rent	rent	NOUN	_	_	_	_	_	ss=n.possession	*
+4	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	possible	possible	ADJ	_	_	_	_	_	_	*
+7	for	for	SCONJ	_	_	_	_	_	_	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	inspired	inspired	ADJ	_	_	_	_	_	_	*
+10	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+13	his	his	PRON	_	_	_	_	_	_	*
+14	high	high	ADJ	_	_	_	_	_	_	*
+15	quality	quality	NOUN	_	_	_	_	_	_	*
+16	fare	fare	NOUN	_	_	_	_	_	ss=n.food	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	affordable	affordable	ADJ	_	_	_	_	_	_	*
+19	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.11
+# sent_counter = 1596
+# text = Unlike Saratoga .
+1	Unlike	unlike	ADP	_	_	_	_	_	_	*
+2	Saratoga	saratoga	PROPN	_	_	_	_	_	ss=n.location	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.12
+# sent_counter = 1597
+# text = I rrly seek the cehf out to introduce myself -- but the second time we went -- i made a point of asking our wait person to introduce my friend and myself to the chef to tell him just how good our meals were .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	rrly	rrly	ADV	_	_	_	_	_	_	*
+3	seek	seek	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	the	the	DET	_	_	_	_	_	_	*
+5	cehf	cehf	NOUN	_	_	_	_	_	ss=n.person	*
+6	out	out	ADP	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	introduce	introduce	VERB	_	_	_	_	_	ss=v.social	*
+9	myself	myself	PRON	_	_	_	_	_	_	*
+10	--	--	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	second	second	ADJ	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	--	--	PUNCT	_	_	_	_	_	_	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	made	make	VERB	_	_	_	_	_	ss=v.cognition	2:X
+20	a	a	DET	_	_	_	_	_	_	2
+21	point	point	NOUN	_	_	_	_	_	_	2
+22	of	of	SCONJ	_	_	_	_	_	_	*
+23	asking	ask	VERB	_	_	_	_	_	ss=v.communication	*
+24	our	our	PRON	_	_	_	_	_	_	*
+25	wait	wait	NOUN	_	_	_	_	_	_	*
+26	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	introduce	introduce	VERB	_	_	_	_	_	ss=v.social	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	myself	myself	PRON	_	_	_	_	_	_	*
+33	to	to	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+36	to	to	PART	_	_	_	_	_	_	*
+37	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+38	him	him	PRON	_	_	_	_	_	_	*
+39	just	just	ADV	_	_	_	_	_	_	*
+40	how	how	ADV	_	_	_	_	_	_	*
+41	good	good	ADJ	_	_	_	_	_	_	*
+42	our	our	PRON	_	_	_	_	_	_	*
+43	meals	meal	NOUN	_	_	_	_	_	ss=n.food	*
+44	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.13
+# sent_counter = 1598
+# text = Can not wait to go gain .
+1	Can	can	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	gain	gain	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187266.14
+# sent_counter = 1599
+# text = - R. Morris .
+1	-	-	SYM	_	_	_	_	_	_	*
+2	R.	r.	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Morris	morris	PROPN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188461.1
+# sent_counter = 1600
+# text = Totally flavored
+1	Totally	totally	ADV	_	_	_	_	_	_	*
+2	flavored	flavored	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188461.2
+# sent_counter = 1601
+# text = The statement about " best hamburguers in town " can be even amplifiaed to " best hamburguers in world " Totally worth , juicy , big , fresh , and excellent customer service !
+1	The	the	DET	_	_	_	_	_	_	*
+2	statement	statement	NOUN	_	_	_	_	_	ss=n.communication	*
+3	about	about	ADP	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	hamburguers	hamburguers	NOUN	_	_	_	_	_	ss=n.food	*
+7	in	in	ADP	_	_	_	_	_	_	1:X
+8	town	town	NOUN	_	_	_	_	_	_	1
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	even	even	ADV	_	_	_	_	_	_	*
+13	amplifiaed	amplifiaed	VERB	_	_	_	_	_	ss=v.change	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	best	best	ADJ	_	_	_	_	_	_	*
+17	hamburguers	hamburguers	NOUN	_	_	_	_	_	ss=n.food	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+21	Totally	totally	ADV	_	_	_	_	_	_	*
+22	worth	worth	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	juicy	juicy	ADJ	_	_	_	_	_	_	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	big	big	ADJ	_	_	_	_	_	_	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	fresh	fresh	ADJ	_	_	_	_	_	_	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	and	and	CCONJ	_	_	_	_	_	_	*
+31	excellent	excellent	ADJ	_	_	_	_	_	_	*
+32	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+33	service	service	NOUN	_	_	_	_	_	_	2
+34	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.1
+# sent_counter = 1602
+# text = Worst Service I 've Ever Experienced
+1	Worst	worst	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	Ever	ever	ADV	_	_	_	_	_	_	*
+6	Experienced	experience	VERB	_	_	_	_	_	ss=v.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.2
+# sent_counter = 1603
+# text = I wish there was something good to say about the business , but unfortunately , there is n't .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+3	there	there	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	something	something	NOUN	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	about	about	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	there	there	PRON	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.3
+# sent_counter = 1604
+# text = 1 ) Service and manners were nonexistent .
+1	1	1	X	_	_	_	_	_	_	*
+2	)	)	PUNCT	_	_	_	_	_	_	*
+3	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	manners	manners	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	nonexistent	nonexistent	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.4
+# sent_counter = 1605
+# text = 2 ) The employees constantly talk down to customers and are very argumentative for the sake of being argumentative .
+1	2	2	X	_	_	_	_	_	_	*
+2	)	)	PUNCT	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+5	constantly	constantly	ADV	_	_	_	_	_	_	*
+6	talk	talk	VERB	_	_	_	_	_	ss=v.communication	1:X
+7	down	down	ADV	_	_	_	_	_	_	1
+8	to	to	ADP	_	_	_	_	_	_	*
+9	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	argumentative	argumentative	ADJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	2:X
+15	the	the	DET	_	_	_	_	_	_	2
+16	sake	sake	NOUN	_	_	_	_	_	_	2
+17	of	of	SCONJ	_	_	_	_	_	_	2
+18	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	argumentative	argumentative	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.5
+# sent_counter = 1606
+# text = ( to both myself and customers ) 3 ) I have never experienced so much rudeness coming from a business .
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	both	both	CCONJ	_	_	_	_	_	_	*
+4	myself	myself	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+7	)	)	PUNCT	_	_	_	_	_	_	*
+8	3	3	X	_	_	_	_	_	_	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	never	never	ADV	_	_	_	_	_	_	*
+13	experienced	experience	VERB	_	_	_	_	_	ss=v.cognition	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	much	much	ADJ	_	_	_	_	_	_	*
+16	rudeness	rudeness	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	coming	come	VERB	_	_	_	_	_	ss=v.cognition	*
+18	from	from	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.6
+# sent_counter = 1607
+# text = 4 ) The business is very unorganized .
+1	4	4	X	_	_	_	_	_	_	*
+2	)	)	PUNCT	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	unorganized	unorganized	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.7
+# sent_counter = 1608
+# text = The invoice is not detailed , so it is difficult to see what you are paying for .
+1	The	the	DET	_	_	_	_	_	_	*
+2	invoice	invoice	NOUN	_	_	_	_	_	ss=n.possession	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	detailed	detailed	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	difficult	difficult	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	are	be	AUX	_	_	_	_	_	_	*
+16	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191666.8
+# sent_counter = 1609
+# text = I 'd recommend to save your time and energy and find another greek store .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'd	'd	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	save	save	VERB	_	_	_	_	_	ss=v.stative	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	energy	energy	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	another	another	DET	_	_	_	_	_	_	*
+13	greek	greek	ADJ	_	_	_	_	_	_	*
+14	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200566.1
+# sent_counter = 1610
+# text = THE TEACHING THERE SUCKS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+1	THE	the	DET	_	_	_	_	_	_	*
+2	TEACHING	teaching	NOUN	_	_	_	_	_	ss=n.act	*
+3	THERE	there	ADV	_	_	_	_	_	_	*
+4	SUCKS	suck	VERB	_	_	_	_	_	_	*
+5	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200566.2
+# sent_counter = 1611
+# text = ALL OF THE TEACHERS THERE ARE SO MEAN THEY GET MAD AT YOU FOR NOTHING !!!!!!!!!!!!!!!!!!!
+1	ALL	all	DET	_	_	_	_	_	_	*
+2	OF	of	ADP	_	_	_	_	_	_	*
+3	THE	the	DET	_	_	_	_	_	_	*
+4	TEACHERS	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+5	THERE	there	ADV	_	_	_	_	_	_	*
+6	ARE	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	SO	so	ADV	_	_	_	_	_	_	*
+8	MEAN	mean	ADJ	_	_	_	_	_	_	*
+9	THEY	they	PRON	_	_	_	_	_	_	*
+10	GET	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	MAD	mad	ADJ	_	_	_	_	_	_	1
+12	AT	at	ADP	_	_	_	_	_	_	1
+13	YOU	you	PRON	_	_	_	_	_	_	*
+14	FOR	for	ADP	_	_	_	_	_	_	*
+15	NOTHING	nothing	NOUN	_	_	_	_	_	_	*
+16	!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200566.3
+# sent_counter = 1612
+# text = THIS IS THE WORST SCHOOL I VE BEEN TO !!!!!!
+1	THIS	this	DET	_	_	_	_	_	_	*
+2	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	THE	the	DET	_	_	_	_	_	_	*
+4	WORST	worst	ADJ	_	_	_	_	_	_	*
+5	SCHOOL	school	NOUN	_	_	_	_	_	ss=n.group	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	VE	ve	AUX	_	_	_	_	_	_	*
+8	BEEN	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+9	TO	to	ADP	_	_	_	_	_	_	1
+10	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200668.1
+# sent_counter = 1613
+# text = kudos to Allentown Post Office staff
+1	kudos	kudos	NOUN	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	Allentown	allentown	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Post	post	PROPN	_	_	_	_	_	_	1
+5	Office	office	PROPN	_	_	_	_	_	_	1
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200668.2
+# sent_counter = 1614
+# text = The staff in Allentown are friendly , helpful and a delight to know ..
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Allentown	allentown	PROPN	_	_	_	_	_	ss=n.location	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	friendly	friendly	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	helpful	helpful	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	delight	delight	NOUN	_	_	_	_	_	ss=n.feeling	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.1
+# sent_counter = 1615
+# text = Pho - nomenal !!
+1	Pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	nomenal	nomenal	ADJ	_	_	_	_	_	_	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.2
+# sent_counter = 1616
+# text = I have been eating Pho for almost my entire life and I 've always gone to the Pho places in south philly and off the boulevard and even the other one in chinatown , but when i tried this pho place , it blew the other pho houses away !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+5	Pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	almost	almost	ADV	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	entire	entire	ADJ	_	_	_	_	_	_	*
+10	life	life	NOUN	_	_	_	_	_	ss=n.time	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	've	've	AUX	_	_	_	_	_	_	*
+14	always	always	ADV	_	_	_	_	_	_	*
+15	gone	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	Pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+19	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	south	south	PROPN	_	_	_	_	_	ss=n.location	*
+22	philly	philly	PROPN	_	_	_	_	_	ss=n.location	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	off	off	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	boulevard	boulevard	NOUN	_	_	_	_	_	ss=n.location	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	even	even	ADV	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	other	other	ADJ	_	_	_	_	_	_	*
+31	one	one	NOUN	_	_	_	_	_	ss=n.group	*
+32	in	in	ADP	_	_	_	_	_	_	*
+33	chinatown	chinatown	PROPN	_	_	_	_	_	ss=n.location	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	but	but	CCONJ	_	_	_	_	_	_	*
+36	when	when	ADV	_	_	_	_	_	_	*
+37	i	i	PRON	_	_	_	_	_	_	*
+38	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+39	this	this	DET	_	_	_	_	_	_	*
+40	pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+41	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+42	,	,	PUNCT	_	_	_	_	_	_	*
+43	it	it	PRON	_	_	_	_	_	_	*
+44	blew	blow	VERB	_	_	_	_	_	ss=v.cognition	1:X
+45	the	the	DET	_	_	_	_	_	_	*
+46	other	other	ADJ	_	_	_	_	_	_	*
+47	pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+48	houses	house	NOUN	_	_	_	_	_	ss=n.group	*
+49	away	away	ADV	_	_	_	_	_	_	1
+50	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.3
+# sent_counter = 1617
+# text = all of the pho places taste the same to me , so what seperates one from the other is the service and the price .
+1	all	all	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+5	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+7	the	the	DET	_	_	_	_	_	_	1:X
+8	same	same	ADJ	_	_	_	_	_	_	1
+9	to	to	ADP	_	_	_	_	_	_	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	seperates	seperates	VERB	_	_	_	_	_	ss=v.stative	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	from	from	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	other	other	ADJ	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.4
+# sent_counter = 1618
+# text = The service here is incredible compared to the other places .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	incredible	incredible	ADJ	_	_	_	_	_	_	*
+6	compared	compare	VERB	_	_	_	_	_	ss=v.stative	1:X
+7	to	to	ADP	_	_	_	_	_	_	1
+8	the	the	DET	_	_	_	_	_	_	*
+9	other	other	ADJ	_	_	_	_	_	_	*
+10	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.5
+# sent_counter = 1619
+# text = the only down fall of this pho house is the difficulty in finding parking in chinatown .
+1	the	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	down	down	X	_	_	_	_	_	ss=n.cognition	1:X
+4	fall	fall	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	pho	pho	NOUN	_	_	_	_	_	ss=n.food	*
+8	house	house	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	difficulty	difficulty	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	in	in	SCONJ	_	_	_	_	_	_	*
+13	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+14	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	chinatown	chinatown	PROPN	_	_	_	_	_	ss=n.location	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.6
+# sent_counter = 1620
+# text = remember to bring cash since they do n't take debit or credit .
+1	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+4	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+5	since	since	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	take	take	VERB	_	_	_	_	_	ss=v.possession	*
+10	debit	debit	NOUN	_	_	_	_	_	ss=n.possession	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.209465.7
+# sent_counter = 1621
+# text = hope this helps !!
+1	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	helps	help	VERB	_	_	_	_	_	ss=v.social	*
+4	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.1
+# sent_counter = 1622
+# text = Bait and switch , untrained workers
+1	Bait	bait	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	and	and	CCONJ	_	_	_	_	_	_	1
+3	switch	switch	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	untrained	untrained	ADJ	_	_	_	_	_	_	*
+6	workers	worker	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.2
+# sent_counter = 1623
+# text = Called the Bonanza store 2 weeks ago , before I ripped out 350 sq ft of ceramic tile ... was told I would need a " dual head concrete grinder " to remove thinset and make a nice " finished " look ( ready for concrete stain ) .
+1	Called	call	VERB	_	_	_	_	_	ss=v.communication	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	Bonanza	bonanza	PROPN	_	_	_	_	_	ss=n.group	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+5	2	2	NUM	_	_	_	_	_	_	*
+6	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	ago	ago	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	ripped	rip	VERB	_	_	_	_	_	ss=v.change	1:X
+12	out	out	ADP	_	_	_	_	_	_	1
+13	350	350	NUM	_	_	_	_	_	_	*
+14	sq	sq	ADJ	_	_	_	_	_	ss=n.quantity	2:X
+15	ft	ft	NOUN	_	_	_	_	_	_	2
+16	of	of	ADP	_	_	_	_	_	_	*
+17	ceramic	ceramic	ADJ	_	_	_	_	_	_	*
+18	tile	tile	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	...	...	PUNCT	_	_	_	_	_	_	*
+20	was	be	AUX	_	_	_	_	_	_	*
+21	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	would	would	AUX	_	_	_	_	_	_	*
+24	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	"	"	PUNCT	_	_	_	_	_	_	*
+27	dual	dual	ADJ	_	_	_	_	_	_	*
+28	head	head	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	concrete	concrete	NOUN	_	_	_	_	_	ss=n.substance	*
+30	grinder	grinder	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	"	"	PUNCT	_	_	_	_	_	_	*
+32	to	to	PART	_	_	_	_	_	_	*
+33	remove	remove	VERB	_	_	_	_	_	ss=v.change	*
+34	thinset	thinset	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	and	and	CCONJ	_	_	_	_	_	_	*
+36	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	nice	nice	ADJ	_	_	_	_	_	_	*
+39	"	"	PUNCT	_	_	_	_	_	_	*
+40	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+41	"	"	PUNCT	_	_	_	_	_	_	*
+42	look	look	NOUN	_	_	_	_	_	ss=n.cognition	*
+43	(	(	PUNCT	_	_	_	_	_	_	*
+44	ready	ready	ADJ	_	_	_	_	_	_	3:X
+45	for	for	ADP	_	_	_	_	_	_	3
+46	concrete	concrete	NOUN	_	_	_	_	_	ss=n.substance	*
+47	stain	stain	NOUN	_	_	_	_	_	ss=n.artifact	*
+48	)	)	PUNCT	_	_	_	_	_	_	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.3
+# sent_counter = 1624
+# text = Was quoted $ 55 all inclusive of grinder inserts , etc .
+1	Was	be	AUX	_	_	_	_	_	_	*
+2	quoted	quote	VERB	_	_	_	_	_	ss=v.possession	*
+3	$	$	SYM	_	_	_	_	_	_	*
+4	55	55	NUM	_	_	_	_	_	_	*
+5	all	all	ADV	_	_	_	_	_	_	1:X
+6	inclusive	inclusive	ADJ	_	_	_	_	_	_	1
+7	of	of	ADP	_	_	_	_	_	_	*
+8	grinder	grinder	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	inserts	insert	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	etc	etc	X	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.4
+# sent_counter = 1625
+# text = No problem , sounded like it 's done every day .
+1	No	no	DET	_	_	_	_	_	_	*
+2	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	sounded	sound	VERB	_	_	_	_	_	ss=v.cognition	*
+5	like	like	SCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	AUX	_	_	_	_	_	_	*
+8	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	every	every	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.5
+# sent_counter = 1626
+# text = Will look beautiful .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+3	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.6
+# sent_counter = 1627
+# text = Got the tile ripped out , call today , now all the sudden this grinder wo n't leave a finished look AND it 's $ 125 PLUS around $ 75 for the inserts .
+1	Got	get	VERB	_	_	_	_	_	ss=v.possession	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	tile	tile	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	ripped	rip	VERB	_	_	_	_	_	ss=v.change	1:X
+5	out	out	ADP	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	all	all	ADV	_	_	_	_	_	_	*
+12	the	the	ADV	_	_	_	_	_	_	*
+13	sudden	sudden	ADV	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	grinder	grinder	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	wo	wo	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	leave	leave	VERB	_	_	_	_	_	ss=v.contact	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	finished	finish	VERB	_	_	_	_	_	_	*
+21	look	look	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	AND	and	CCONJ	_	_	_	_	_	_	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+25	$	$	SYM	_	_	_	_	_	_	*
+26	125	125	NUM	_	_	_	_	_	_	*
+27	PLUS	plus	CCONJ	_	_	_	_	_	_	*
+28	around	around	ADV	_	_	_	_	_	_	*
+29	$	$	SYM	_	_	_	_	_	_	*
+30	75	75	NUM	_	_	_	_	_	_	*
+31	for	for	ADP	_	_	_	_	_	_	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	inserts	insert	NOUN	_	_	_	_	_	ss=n.artifact	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.7
+# sent_counter = 1628
+# text = I can rent another machine for like $ 60 that will give it a finished look .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	rent	rent	VERB	_	_	_	_	_	ss=v.possession	*
+4	another	another	DET	_	_	_	_	_	_	*
+5	machine	machine	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	like	like	ADV	_	_	_	_	_	_	*
+8	$	$	SYM	_	_	_	_	_	_	*
+9	60	60	NUM	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	give	give	VERB	_	_	_	_	_	ss=v.creation	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	finished	finish	VERB	_	_	_	_	_	_	*
+16	look	look	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.8
+# sent_counter = 1629
+# text = So from $ 55 to $ 260 ?
+1	So	so	ADV	_	_	_	_	_	_	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	$	$	SYM	_	_	_	_	_	_	*
+4	55	55	NUM	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	$	$	SYM	_	_	_	_	_	_	*
+7	260	260	NUM	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.9
+# sent_counter = 1630
+# text = Are they serious ?
+1	Are	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	serious	serious	ADJ	_	_	_	_	_	_	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.10
+# sent_counter = 1631
+# text = I feel like they did n't tell me the pitfalls before I pulled out this tile and now that I have no other options they want 5 TIMES the price ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	did	do	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	pitfalls	pitfall	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	before	before	SCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	pulled	pull	VERB	_	_	_	_	_	ss=v.change	1:X
+14	out	out	ADV	_	_	_	_	_	_	1
+15	this	this	DET	_	_	_	_	_	_	*
+16	tile	tile	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	now	now	ADV	_	_	_	_	_	_	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	no	no	DET	_	_	_	_	_	_	*
+23	other	other	ADJ	_	_	_	_	_	_	*
+24	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	they	they	PRON	_	_	_	_	_	_	*
+26	want	want	VERB	_	_	_	_	_	ss=v.possession	*
+27	5	5	NUM	_	_	_	_	_	_	*
+28	TIMES	times	NOUN	_	_	_	_	_	ss=n.quantity	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+31	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210066.11
+# sent_counter = 1632
+# text = Either these people do n't know anything about what they are renting , or worse - they are bait and switching .
+1	Either	either	CCONJ	_	_	_	_	_	_	*
+2	these	these	DET	_	_	_	_	_	_	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	anything	anything	NOUN	_	_	_	_	_	_	*
+8	about	about	SCONJ	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	are	be	AUX	_	_	_	_	_	_	*
+12	renting	rent	VERB	_	_	_	_	_	ss=v.possession	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	worse	worse	ADJ	_	_	_	_	_	_	*
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	bait	bait	VERB	_	_	_	_	_	ss=v.possession	1:X
+20	and	and	CCONJ	_	_	_	_	_	_	1
+21	switching	switch	VERB	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.212369.1
+# sent_counter = 1633
+# text = Place is legit .
+1	Place	place	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	legit	legit	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.212369.2
+# sent_counter = 1634
+# text = We got upgraded to a corner suite !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.change	1:X
+3	upgraded	upgrade	VERB	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	*
+6	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+7	suite	suite	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.212369.3
+# sent_counter = 1635
+# text = Room was amazing .
+1	Room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.215460.1
+# sent_counter = 1636
+# text = Beware of Sharayu
+1	Beware	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	Sharayu	sharayu	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.215460.2
+# sent_counter = 1637
+# text = Hopless service , at the time of booking my car a lot was promised but delivered not even one tenth of what was promised .
+1	Hopless	hopless	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	of	of	SCONJ	_	_	_	_	_	_	*
+8	booking	book	VERB	_	_	_	_	_	ss=v.possession	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	a	a	DET	_	_	_	_	_	_	1:X
+12	lot	lot	NOUN	_	_	_	_	_	_	1
+13	was	be	AUX	_	_	_	_	_	_	*
+14	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	delivered	deliver	VERB	_	_	_	_	_	ss=v.social	*
+17	not	not	PART	_	_	_	_	_	_	2:X
+18	even	even	ADV	_	_	_	_	_	_	2
+19	one	one	NUM	_	_	_	_	_	_	*
+20	tenth	tenth	NOUN	_	_	_	_	_	ss=n.relation	*
+21	of	of	SCONJ	_	_	_	_	_	_	*
+22	what	what	PRON	_	_	_	_	_	_	*
+23	was	be	AUX	_	_	_	_	_	_	*
+24	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.215460.3
+# sent_counter = 1638
+# text = Apart from that in spite of my repeated attempts I could not get in touch with the manager to even lodge an official complaint .
+1	Apart	apart	ADV	_	_	_	_	_	_	1:X
+2	from	from	ADP	_	_	_	_	_	_	1
+3	that	that	DET	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	2:X
+5	spite	spite	NOUN	_	_	_	_	_	_	2
+6	of	of	ADP	_	_	_	_	_	_	2
+7	my	my	PRON	_	_	_	_	_	_	*
+8	repeated	repeat	VERB	_	_	_	_	_	_	*
+9	attempts	attempt	NOUN	_	_	_	_	_	ss=n.event	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.communication	3:X
+14	in	in	ADP	_	_	_	_	_	_	3
+15	touch	touch	NOUN	_	_	_	_	_	_	3
+16	with	with	ADP	_	_	_	_	_	_	3
+17	the	the	DET	_	_	_	_	_	_	*
+18	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	lodge	lodge	VERB	_	_	_	_	_	ss=v.communication	4:X
+22	an	an	DET	_	_	_	_	_	_	*
+23	official	official	ADJ	_	_	_	_	_	_	*
+24	complaint	complaint	NOUN	_	_	_	_	_	_	4
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.215460.4
+# sent_counter = 1639
+# text = My advise to all is I have fallen into this trap ... pl ensure you do nt !!!
+1	My	my	PRON	_	_	_	_	_	_	*
+2	advise	advise	NOUN	_	_	_	_	_	ss=n.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	have	have	AUX	_	_	_	_	_	_	*
+8	fallen	fall	VERB	_	_	_	_	_	ss=v.cognition	*
+9	into	into	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	trap	trap	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	...	...	PUNCT	_	_	_	_	_	_	*
+13	pl	pl	INTJ	_	_	_	_	_	_	*
+14	ensure	ensure	VERB	_	_	_	_	_	ss=v.cognition	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	nt	nt	ADV	_	_	_	_	_	_	*
+18	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.1
+# sent_counter = 1640
+# text = Furnace repair
+1	Furnace	furnace	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.2
+# sent_counter = 1641
+# text = Tiger Heating is awesome .
+1	Tiger	tiger	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Heating	heating	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.3
+# sent_counter = 1642
+# text = I had John and Dustin working feverishly to get my exhaust motor replaced .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	John	john	PROPN	_	_	_	_	_	ss=n.person	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	Dustin	dustin	PROPN	_	_	_	_	_	ss=n.person	*
+6	working	work	VERB	_	_	_	_	_	ss=v.social	*
+7	feverishly	feverishly	ADV	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+10	my	my	PRON	_	_	_	_	_	_	*
+11	exhaust	exhaust	NOUN	_	_	_	_	_	ss=n.substance	*
+12	motor	motor	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	replaced	replace	VERB	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.4
+# sent_counter = 1643
+# text = These guys were absolutely professional .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+5	professional	professional	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.5
+# sent_counter = 1644
+# text = John was here in 45 minutes after I called on a 10 below zero early Sunday morning .
+1	John	john	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	45	45	NUM	_	_	_	_	_	_	*
+6	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+7	after	after	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	10	10	NUM	_	_	_	_	_	_	*
+13	below	below	ADP	_	_	_	_	_	_	*
+14	zero	zero	NUM	_	_	_	_	_	_	*
+15	early	early	ADJ	_	_	_	_	_	_	*
+16	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+17	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.6
+# sent_counter = 1645
+# text = If you need someone to help you out with your heating problems , I DEFINITELY would call TIGER HEATING and AIR .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+4	someone	someone	NOUN	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	help	help	VERB	_	_	_	_	_	ss=v.social	1:X
+7	you	you	PRON	_	_	_	_	_	_	*
+8	out	out	ADP	_	_	_	_	_	_	1
+9	with	with	ADP	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	heating	heating	NOUN	_	_	_	_	_	ss=n.act	*
+12	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	DEFINITELY	definitely	ADV	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+18	TIGER	tiger	PROPN	_	_	_	_	_	ss=n.group	2:X
+19	HEATING	heating	PROPN	_	_	_	_	_	_	2
+20	and	and	CCONJ	_	_	_	_	_	_	2
+21	AIR	air	PROPN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.7
+# sent_counter = 1646
+# text = Absolutely a wonderful company .
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219262.8
+# sent_counter = 1647
+# text = My family and I thank you !!!!!!!!!!
+1	My	my	PRON	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	thank	thank	VERB	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	!!!!!!!!!!	!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.1
+# sent_counter = 1648
+# text = This place is a Rip - Off
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Rip	rip	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	-	-	PUNCT	_	_	_	_	_	_	1
+7	Off	off	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.2
+# sent_counter = 1649
+# text = I brought a car in to have the " check engine " light diagnosed back in March of 2010 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	brought	bring	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	a	a	DET	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	in	in	ADV	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	check	check	VERB	_	_	_	_	_	ss=n.artifact	2:X
+11	engine	engine	NOUN	_	_	_	_	_	_	2
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	light	light	NOUN	_	_	_	_	_	_	2
+14	diagnosed	diagnose	VERB	_	_	_	_	_	ss=v.cognition	*
+15	back	back	ADV	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	March	march	PROPN	_	_	_	_	_	ss=n.time	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	2010	2010	NUM	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.3
+# sent_counter = 1650
+# text = They said it was " plugs and wires " and quoted me $ 330 to do the work , including parts .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	plugs	plug	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	wires	wire	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	quoted	quote	VERB	_	_	_	_	_	ss=v.possession	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	$	$	SYM	_	_	_	_	_	_	*
+14	330	330	NUM	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+17	the	the	DET	_	_	_	_	_	_	*
+18	work	work	NOUN	_	_	_	_	_	_	1
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	including	include	VERB	_	_	_	_	_	ss=v.possession	*
+21	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.4
+# sent_counter = 1651
+# text = I asked why so high and they said it was due to the labor of moving things out of the way .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	why	why	ADV	_	_	_	_	_	_	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	due	due	ADP	_	_	_	_	_	_	1:X
+12	to	to	ADP	_	_	_	_	_	_	1
+13	the	the	DET	_	_	_	_	_	_	*
+14	labor	labor	NOUN	_	_	_	_	_	ss=n.act	*
+15	of	of	SCONJ	_	_	_	_	_	_	*
+16	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+17	things	things	NOUN	_	_	_	_	_	_	*
+18	out	out	ADP	_	_	_	_	_	_	2:X
+19	of	of	ADP	_	_	_	_	_	_	2
+20	the	the	DET	_	_	_	_	_	_	2
+21	way	way	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.5
+# sent_counter = 1652
+# text = Those things ended up being a windsheild washer fluid tank ( 1 screw ) and the air filter canister ( 4 spring clips ) .
+1	Those	those	DET	_	_	_	_	_	_	*
+2	things	things	NOUN	_	_	_	_	_	_	*
+3	ended	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	up	up	ADP	_	_	_	_	_	_	1
+5	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	windsheild	windsheild	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+8	washer	washer	NOUN	_	_	_	_	_	_	2
+9	fluid	fluid	NOUN	_	_	_	_	_	_	2
+10	tank	tank	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	1	1	NUM	_	_	_	_	_	_	*
+13	screw	screw	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	air	air	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+18	filter	filter	NOUN	_	_	_	_	_	_	3
+19	canister	canister	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	4	4	NUM	_	_	_	_	_	_	*
+22	spring	spring	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+23	clips	clip	NOUN	_	_	_	_	_	_	4
+24	)	)	PUNCT	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.6
+# sent_counter = 1653
+# text = I did the work myself for $ 50 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.social	1:X
+3	the	the	DET	_	_	_	_	_	_	*
+4	work	work	NOUN	_	_	_	_	_	_	1
+5	myself	myself	PRON	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	50	50	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.221664.7
+# sent_counter = 1654
+# text = There 's no excuse for that kind of estimate .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	excuse	excuse	NOUN	_	_	_	_	_	ss=n.communication	1:X
+5	for	for	ADP	_	_	_	_	_	_	1
+6	that	that	DET	_	_	_	_	_	_	*
+7	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	estimate	estimate	NOUN	_	_	_	_	_	ss=n.possession	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225861.1
+# sent_counter = 1655
+# text = My favorite place ...
+1	My	my	PRON	_	_	_	_	_	_	*
+2	favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225861.2
+# sent_counter = 1656
+# text = My daughter and I stayed here again from the 7th to the 14th of December .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	7th	7th	NOUN	_	_	_	_	_	ss=n.event	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	14th	14th	NOUN	_	_	_	_	_	ss=n.event	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	December	december	PROPN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225861.3
+# sent_counter = 1657
+# text = yet again it was a great stay from begiinning to end .
+1	yet	yet	ADV	_	_	_	_	_	_	1:X
+2	again	again	ADV	_	_	_	_	_	_	1
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+8	from	from	ADP	_	_	_	_	_	_	2:X
+9	begiinning	begiinning	NOUN	_	_	_	_	_	_	2
+10	to	to	ADP	_	_	_	_	_	_	3:X
+11	end	end	NOUN	_	_	_	_	_	_	3
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225861.4
+# sent_counter = 1658
+# text = Okay our room was at times noisy but we were in a mega busy city at an extremely busy time of year .
+1	Okay	okay	INTJ	_	_	_	_	_	_	*
+2	our	our	PRON	_	_	_	_	_	_	*
+3	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	at	at	ADP	_	_	_	_	_	_	1:X
+6	times	times	NOUN	_	_	_	_	_	_	1
+7	noisy	noisy	ADJ	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	mega	mega	X	_	_	_	_	_	_	*
+14	busy	busy	ADJ	_	_	_	_	_	_	*
+15	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	extremely	extremely	ADV	_	_	_	_	_	_	*
+19	busy	busy	ADJ	_	_	_	_	_	_	*
+20	time	time	NOUN	_	_	_	_	_	ss=n.time	2:X
+21	of	of	ADP	_	_	_	_	_	_	2
+22	year	year	NOUN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.1
+# sent_counter = 1659
+# text = Dr. Mann killed our pet
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Mann	mann	PROPN	_	_	_	_	_	_	1
+3	killed	kill	VERB	_	_	_	_	_	ss=v.body	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	pet	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.2
+# sent_counter = 1660
+# text = Yea , Dr. Mann ai n't so great .
+1	Yea	yea	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Mann	mann	PROPN	_	_	_	_	_	_	1
+5	ai	ai	VERB	_	_	_	_	_	ss=v.stative	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.3
+# sent_counter = 1661
+# text = We took our beloved kitty to him and it came back dead .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	beloved	beloved	ADJ	_	_	_	_	_	_	*
+5	kitty	kitty	NOUN	_	_	_	_	_	ss=n.animal	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+11	back	back	ADV	_	_	_	_	_	_	1
+12	dead	dead	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.4
+# sent_counter = 1662
+# text = We live in the sub-division around the corner and after it happened and we brought it up at some neighborhood gatherings we discovered that several people from this neighborhood alone had pets go to Dr. Mann for surgical procedures and came back dead .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	live	live	VERB	_	_	_	_	_	ss=v.social	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	sub-division	sub-division	NOUN	_	_	_	_	_	ss=n.location	*
+6	around	around	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	after	after	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	brought	bring	VERB	_	_	_	_	_	ss=v.communication	1:X
+16	it	it	PRON	_	_	_	_	_	_	*
+17	up	up	ADP	_	_	_	_	_	_	1
+18	at	at	ADP	_	_	_	_	_	_	*
+19	some	some	DET	_	_	_	_	_	_	*
+20	neighborhood	neighborhood	NOUN	_	_	_	_	_	ss=n.group	*
+21	gatherings	gathering	NOUN	_	_	_	_	_	ss=n.act	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	discovered	discover	VERB	_	_	_	_	_	ss=v.cognition	*
+24	that	that	SCONJ	_	_	_	_	_	_	*
+25	several	several	ADJ	_	_	_	_	_	_	*
+26	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+27	from	from	ADP	_	_	_	_	_	_	*
+28	this	this	DET	_	_	_	_	_	_	*
+29	neighborhood	neighborhood	NOUN	_	_	_	_	_	ss=n.group	*
+30	alone	alone	ADV	_	_	_	_	_	_	*
+31	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+32	pets	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+33	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+34	to	to	ADP	_	_	_	_	_	_	*
+35	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	2:X
+36	Mann	mann	PROPN	_	_	_	_	_	_	2
+37	for	for	ADP	_	_	_	_	_	_	*
+38	surgical	surgical	ADJ	_	_	_	_	_	_	*
+39	procedures	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	came	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+42	back	back	ADV	_	_	_	_	_	_	3
+43	dead	dead	ADJ	_	_	_	_	_	_	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.5
+# sent_counter = 1663
+# text = If you take him here for shots , no big deal but I would never let this man apply anesthetic to my pet ever again .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	shots	shot	NOUN	_	_	_	_	_	ss=n.act	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	no	no	DET	_	_	_	_	_	_	1:X
+10	big	big	ADJ	_	_	_	_	_	_	1
+11	deal	deal	NOUN	_	_	_	_	_	_	1
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	never	never	ADV	_	_	_	_	_	_	*
+16	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+19	apply	apply	VERB	_	_	_	_	_	ss=v.social	*
+20	anesthetic	anesthetic	NOUN	_	_	_	_	_	ss=n.substance	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	pet	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+24	ever	ever	ADV	_	_	_	_	_	_	2:X
+25	again	again	ADV	_	_	_	_	_	_	2
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.6
+# sent_counter = 1664
+# text = Oh , they also charged me for the procedure ( $ 250 ) AND had the audacity to charge me a $ 25 ' DISPOSAL ' fee .
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	charged	charge	VERB	_	_	_	_	_	ss=v.possession	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	1
+8	the	the	DET	_	_	_	_	_	_	*
+9	procedure	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	$	$	SYM	_	_	_	_	_	_	*
+12	250	250	NUM	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	AND	and	CCONJ	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+16	the	the	DET	_	_	_	_	_	_	2
+17	audacity	audacity	NOUN	_	_	_	_	_	_	2
+18	to	to	PART	_	_	_	_	_	_	*
+19	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+20	me	me	PRON	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	$	$	SYM	_	_	_	_	_	_	*
+23	25	25	NUM	_	_	_	_	_	_	*
+24	'	'	PUNCT	_	_	_	_	_	_	*
+25	DISPOSAL	disposal	NOUN	_	_	_	_	_	ss=n.act	*
+26	'	'	PUNCT	_	_	_	_	_	_	*
+27	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.7
+# sent_counter = 1665
+# text = They actually itemized it as a DISPOSAL fee .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	actually	actually	ADV	_	_	_	_	_	_	*
+3	itemized	itemize	VERB	_	_	_	_	_	ss=v.communication	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	as	as	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	DISPOSAL	disposal	NOUN	_	_	_	_	_	ss=n.act	*
+8	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.234261.8
+# sent_counter = 1666
+# text = AVOID AT ALL COSTS .
+1	AVOID	avoid	VERB	_	_	_	_	_	ss=v.cognition	*
+2	AT	at	ADP	_	_	_	_	_	_	1:X
+3	ALL	all	DET	_	_	_	_	_	_	1
+4	COSTS	costs	NOUN	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235462.1
+# sent_counter = 1667
+# text = Hobbs on Mass .
+1	Hobbs	hobbs	PROPN	_	_	_	_	_	ss=n.group	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	Mass	mass	PROPN	_	_	_	_	_	ss=n.location	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235462.2
+# sent_counter = 1668
+# text = Absolutely my favorite store in Lawrence , KS
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	favorite	favorite	ADJ	_	_	_	_	_	_	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Lawrence	lawrence	PROPN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	KS	ks	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243369.1
+# sent_counter = 1669
+# text = You are the best !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243369.2
+# sent_counter = 1670
+# text = Just received from your flower store .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	received	receive	VERB	_	_	_	_	_	ss=v.possession	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	flower	flower	NOUN	_	_	_	_	_	ss=n.plant	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243369.3
+# sent_counter = 1671
+# text = They are sooooo beautiful .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	sooooo	sooooo	ADV	_	_	_	_	_	_	*
+4	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243369.4
+# sent_counter = 1672
+# text = Thank you guys .
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	guys	guy	NOUN	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.1
+# sent_counter = 1673
+# text = very professional / very helpful
+1	very	very	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	/	/	PUNCT	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.2
+# sent_counter = 1674
+# text = the people at Fidelity Leasing were very friendly and helpful .
+1	the	the	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Fidelity	fidelity	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Leasing	leasing	PROPN	_	_	_	_	_	_	1
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	friendly	friendly	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	helpful	helpful	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.3
+# sent_counter = 1675
+# text = i was looking for a car but did not really know what i wanted and they were very helpful and took the time to first figure out what my needs were and showing me various options to meet those needs .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	really	really	ADV	_	_	_	_	_	_	*
+11	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	very	very	ADV	_	_	_	_	_	_	*
+19	helpful	helpful	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+22	the	the	DET	_	_	_	_	_	_	1
+23	time	time	NOUN	_	_	_	_	_	_	1
+24	to	to	PART	_	_	_	_	_	_	*
+25	first	first	ADV	_	_	_	_	_	_	*
+26	figure	figure	VERB	_	_	_	_	_	ss=v.cognition	2:X
+27	out	out	ADP	_	_	_	_	_	_	2
+28	what	what	PRON	_	_	_	_	_	_	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	needs	need	NOUN	_	_	_	_	_	ss=n.motive	*
+31	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	and	and	CCONJ	_	_	_	_	_	_	*
+33	showing	show	VERB	_	_	_	_	_	ss=v.possession	*
+34	me	me	PRON	_	_	_	_	_	_	*
+35	various	various	ADJ	_	_	_	_	_	_	*
+36	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+37	to	to	PART	_	_	_	_	_	_	*
+38	meet	meet	VERB	_	_	_	_	_	ss=v.cognition	*
+39	those	those	DET	_	_	_	_	_	_	*
+40	needs	need	NOUN	_	_	_	_	_	ss=n.motive	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.4
+# sent_counter = 1676
+# text = they seemed more interested in helping me find the right car rather then just make a sale .
+1	they	they	PRON	_	_	_	_	_	_	*
+2	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+3	more	more	ADV	_	_	_	_	_	_	*
+4	interested	interested	ADJ	_	_	_	_	_	_	1:X
+5	in	in	SCONJ	_	_	_	_	_	_	1
+6	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	right	right	ADJ	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	rather	rather	ADV	_	_	_	_	_	_	2:X
+13	then	then	ADP	_	_	_	_	_	_	2
+14	just	just	ADV	_	_	_	_	_	_	*
+15	make	make	VERB	_	_	_	_	_	ss=v.possession	3:X
+16	a	a	DET	_	_	_	_	_	_	*
+17	sale	sale	NOUN	_	_	_	_	_	_	3
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.5
+# sent_counter = 1677
+# text = my experience with them was great - low stress , very helpful and very personal .
+1	my	my	PRON	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	low	low	ADJ	_	_	_	_	_	_	*
+9	stress	stress	NOUN	_	_	_	_	_	ss=n.feeling	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	helpful	helpful	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	personal	personal	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.6
+# sent_counter = 1678
+# text = after finding the car i wanted they took the time to go over each step and making it as painless as possible .
+1	after	after	SCONJ	_	_	_	_	_	_	*
+2	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+9	the	the	DET	_	_	_	_	_	_	1
+10	time	time	NOUN	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	over	over	ADP	_	_	_	_	_	_	2
+14	each	each	DET	_	_	_	_	_	_	*
+15	step	step	NOUN	_	_	_	_	_	ss=n.event	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	making	make	VERB	_	_	_	_	_	ss=v.cognition	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	as	as	ADV	_	_	_	_	_	_	*
+20	painless	painless	ADJ	_	_	_	_	_	_	*
+21	as	as	ADP	_	_	_	_	_	_	*
+22	possible	possible	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.7
+# sent_counter = 1679
+# text = from start to finish they were top notch .
+1	from	from	ADP	_	_	_	_	_	_	1:X
+2	start	start	NOUN	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	1
+4	finish	finish	NOUN	_	_	_	_	_	_	1
+5	they	they	PRON	_	_	_	_	_	_	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	top	top	ADJ	_	_	_	_	_	ss=n.communication	2:X
+8	notch	notch	NOUN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245160.8
+# sent_counter = 1680
+# text = i would highly recommend calling these people up for your next car .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	calling	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	these	these	DET	_	_	_	_	_	_	*
+7	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+8	up	up	ADP	_	_	_	_	_	_	1
+9	for	for	ADP	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	next	next	ADJ	_	_	_	_	_	_	*
+12	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.1
+# sent_counter = 1681
+# text = Rate a church ?
+1	Rate	rate	VERB	_	_	_	_	_	ss=v.cognition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	church	church	NOUN	_	_	_	_	_	ss=n.group	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.2
+# sent_counter = 1682
+# text = Might as well just hotpot the curb and rate the traffic light .
+1	Might	might	AUX	_	_	_	_	_	_	1:X
+2	as	as	ADV	_	_	_	_	_	_	1
+3	well	well	ADV	_	_	_	_	_	_	1
+4	just	just	ADV	_	_	_	_	_	_	*
+5	hotpot	hotpot	VERB	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	curb	curb	NOUN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	rate	rate	VERB	_	_	_	_	_	ss=v.cognition	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	traffic	traffic	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+12	light	light	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.3
+# sent_counter = 1683
+# text = It 's a bloody church , for chrisssake !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	bloody	bloody	ADJ	_	_	_	_	_	_	*
+5	church	church	NOUN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	1:X
+8	chrisssake	chrisssake	NOUN	_	_	_	_	_	_	1
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.4
+# sent_counter = 1684
+# text = Big , grey and imposing .
+1	Big	big	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	grey	grey	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	imposing	imposing	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.5
+# sent_counter = 1685
+# text = Go there on christian holidays for a bit of churchy grandure .
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	there	there	ADV	_	_	_	_	_	_	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	christian	christian	ADJ	_	_	_	_	_	_	*
+5	holidays	holiday	NOUN	_	_	_	_	_	ss=n.event	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	bit	bit	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	churchy	churchy	ADJ	_	_	_	_	_	_	*
+11	grandure	grandure	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.6
+# sent_counter = 1686
+# text = The pastor at this church is cool , I met him after some holiday service .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pastor	pastor	NOUN	_	_	_	_	_	ss=n.person	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	church	church	NOUN	_	_	_	_	_	ss=n.group	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	cool	cool	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+11	him	him	PRON	_	_	_	_	_	_	*
+12	after	after	ADP	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	holiday	holiday	NOUN	_	_	_	_	_	ss=n.event	*
+15	service	service	NOUN	_	_	_	_	_	ss=n.event	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.7
+# sent_counter = 1687
+# text = He had a robe that was made back in the '60s .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	robe	robe	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+8	back	back	ADV	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	'60s	'60s	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.8
+# sent_counter = 1688
+# text = God was pleased with that one !
+1	God	god	PROPN	_	_	_	_	_	ss=n.cognition	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleased	pleased	ADJ	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	one	one	NOUN	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.9
+# sent_counter = 1689
+# text = It 's historical for Sf , so when your aunte comes for a visit , take her there .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	historical	historical	ADJ	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	Sf	sf	PROPN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	aunte	aunte	NOUN	_	_	_	_	_	ss=n.person	*
+11	comes	come	VERB	_	_	_	_	_	ss=v.motion	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+17	her	her	PRON	_	_	_	_	_	_	*
+18	there	there	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.10
+# sent_counter = 1690
+# text = Great for the kiddies - they love the labyrinth ( do n't forget to tell 'em it s really a ' pagen ' thing ! ) .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	kiddies	kiddy	NOUN	_	_	_	_	_	ss=n.person	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	labyrinth	labyrinth	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	'em	'em	PRON	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+19	really	really	ADV	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	'	'	PUNCT	_	_	_	_	_	_	*
+22	pagen	pagen	ADJ	_	_	_	_	_	_	*
+23	'	'	PUNCT	_	_	_	_	_	_	*
+24	thing	thing	NOUN	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255261.11
+# sent_counter = 1691
+# text = Stop by at least once or you 'll go to heck !
+1	Stop	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	by	by	ADV	_	_	_	_	_	_	1
+3	at	at	ADV	_	_	_	_	_	_	2:X
+4	least	least	ADV	_	_	_	_	_	_	2
+5	once	once	ADV	_	_	_	_	_	_	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	'll	'll	AUX	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	3:X
+10	to	to	ADP	_	_	_	_	_	_	3
+11	heck	heck	NOUN	_	_	_	_	_	_	3
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.1
+# sent_counter = 1692
+# text = Was there this past weekend and the guy behind the counter yelled at me and my son because we believed he left the grandma slice in the oven a little too long and the cheese got all dried out and the slice tasted more like a cracker .
+1	Was	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	there	there	ADV	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	past	past	ADJ	_	_	_	_	_	_	*
+5	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	guy	guy	NOUN	_	_	_	_	_	_	*
+9	behind	behind	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	counter	counter	NOUN	_	_	_	_	_	ss=n.location	*
+12	yelled	yell	VERB	_	_	_	_	_	ss=v.communication	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+18	because	because	SCONJ	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	believed	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	left	leave	VERB	_	_	_	_	_	ss=v.emotion	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	grandma	grandma	NOUN	_	_	_	_	_	ss=n.food	1:X
+25	slice	slice	NOUN	_	_	_	_	_	_	1
+26	in	in	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	oven	oven	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	a	a	DET	_	_	_	_	_	_	2:X
+30	little	little	ADJ	_	_	_	_	_	_	2
+31	too	too	ADV	_	_	_	_	_	_	*
+32	long	long	ADV	_	_	_	_	_	_	*
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+36	got	get	AUX	_	_	_	_	_	ss=v.change	*
+37	all	all	ADV	_	_	_	_	_	_	*
+38	dried	dry	VERB	_	_	_	_	_	_	3:X
+39	out	out	ADP	_	_	_	_	_	_	3
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	the	the	DET	_	_	_	_	_	_	*
+42	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+43	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+44	more	more	ADV	_	_	_	_	_	_	4:X
+45	like	like	ADP	_	_	_	_	_	_	4
+46	a	a	DET	_	_	_	_	_	_	*
+47	cracker	cracker	NOUN	_	_	_	_	_	ss=n.food	*
+48	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.2
+# sent_counter = 1693
+# text = He preceded to grab the slice off the countertop and throw it into the trash while yelling at me saying , " you do not order what you do not know about " and " you do n't know how pizza is made " .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	preceded	precede	VERB	_	_	_	_	_	ss=v.change	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	grab	grab	VERB	_	_	_	_	_	ss=v.motion	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+7	off	off	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	countertop	countertop	NOUN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	throw	throw	VERB	_	_	_	_	_	ss=v.motion	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	into	into	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	trash	trash	NOUN	_	_	_	_	_	ss=n.location	*
+16	while	while	SCONJ	_	_	_	_	_	_	*
+17	yelling	yell	VERB	_	_	_	_	_	ss=v.communication	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	do	do	AUX	_	_	_	_	_	_	*
+25	not	not	PART	_	_	_	_	_	_	*
+26	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+27	what	what	PRON	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	do	do	AUX	_	_	_	_	_	_	*
+30	not	not	PART	_	_	_	_	_	_	*
+31	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+32	about	about	ADP	_	_	_	_	_	_	*
+33	"	"	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	"	"	PUNCT	_	_	_	_	_	_	*
+36	you	you	PRON	_	_	_	_	_	_	*
+37	do	do	AUX	_	_	_	_	_	_	*
+38	n't	n't	PART	_	_	_	_	_	_	*
+39	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+40	how	how	ADV	_	_	_	_	_	_	*
+41	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+42	is	be	AUX	_	_	_	_	_	_	*
+43	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+44	"	"	PUNCT	_	_	_	_	_	_	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.3
+# sent_counter = 1694
+# text = It was very upsetting to see this kind of behavior especially in front of my four year old .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	upsetting	upsetting	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	behavior	behavior	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	especially	especially	ADV	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	1:X
+13	front	front	NOUN	_	_	_	_	_	_	1
+14	of	of	ADP	_	_	_	_	_	_	1
+15	my	my	PRON	_	_	_	_	_	_	*
+16	four	four	NUM	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	ss=n.person	2:X
+18	old	old	ADJ	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.4
+# sent_counter = 1695
+# text = He was in the process of making me a pie and when I got home , the pie was the worst I have ever seen .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	process	process	NOUN	_	_	_	_	_	ss=n.process	*
+6	of	of	SCONJ	_	_	_	_	_	_	*
+7	making	make	VERB	_	_	_	_	_	ss=v.creation	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	pie	pie	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+15	home	home	ADV	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	pie	pie	NOUN	_	_	_	_	_	ss=n.food	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	worst	worst	ADJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	have	have	AUX	_	_	_	_	_	_	*
+24	ever	ever	ADV	_	_	_	_	_	_	*
+25	seen	see	VERB	_	_	_	_	_	ss=v.cognition	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.5
+# sent_counter = 1696
+# text = Cheese was falling off , so oily and greasy .
+1	Cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	falling	fall	VERB	_	_	_	_	_	ss=v.motion	*
+4	off	off	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	oily	oily	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	greasy	greasy	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.6
+# sent_counter = 1697
+# text = I think he did it on purpose because of my simple request for another slice of grandma that was n't so well - done ( actually , burnt ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	did	do	VERB	_	_	_	_	_	ss=v.social	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	1:X
+7	purpose	purpose	NOUN	_	_	_	_	_	_	1
+8	because	because	ADP	_	_	_	_	_	_	2:X
+9	of	of	ADP	_	_	_	_	_	_	2
+10	my	my	PRON	_	_	_	_	_	_	*
+11	simple	simple	ADJ	_	_	_	_	_	_	*
+12	request	request	NOUN	_	_	_	_	_	ss=n.communication	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	another	another	DET	_	_	_	_	_	_	*
+15	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	grandma	grandma	NOUN	_	_	_	_	_	ss=n.food	*
+18	that	that	DET	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	n't	n't	PART	_	_	_	_	_	_	*
+21	so	so	ADV	_	_	_	_	_	_	*
+22	well	well	ADV	_	_	_	_	_	_	3:X
+23	-	-	PUNCT	_	_	_	_	_	_	3
+24	done	done	ADJ	_	_	_	_	_	_	3
+25	(	(	PUNCT	_	_	_	_	_	_	*
+26	actually	actually	ADV	_	_	_	_	_	_	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	burnt	burnt	ADJ	_	_	_	_	_	_	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.7
+# sent_counter = 1698
+# text = I will never go back to this place and I am reporting them to the better business bureau for such horrible customer relations and basically sabotaging my pizza and taking my $ 25 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	am	be	AUX	_	_	_	_	_	_	*
+12	reporting	report	VERB	_	_	_	_	_	ss=v.communication	*
+13	them	them	PRON	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	better	better	ADJ	_	_	_	_	_	ss=n.group	1:X
+17	business	business	NOUN	_	_	_	_	_	_	1
+18	bureau	bureau	NOUN	_	_	_	_	_	_	1
+19	for	for	ADP	_	_	_	_	_	_	*
+20	such	such	ADJ	_	_	_	_	_	_	*
+21	horrible	horrible	ADJ	_	_	_	_	_	_	*
+22	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+23	relations	relations	NOUN	_	_	_	_	_	_	2
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	basically	basically	ADV	_	_	_	_	_	_	*
+26	sabotaging	sabotage	VERB	_	_	_	_	_	ss=v.change	*
+27	my	my	PRON	_	_	_	_	_	_	*
+28	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	taking	take	VERB	_	_	_	_	_	ss=v.possession	*
+31	my	my	PRON	_	_	_	_	_	_	*
+32	$	$	SYM	_	_	_	_	_	_	*
+33	25	25	NUM	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.8
+# sent_counter = 1699
+# text = THIS STORY IS 100 % TRUE .
+1	THIS	this	DET	_	_	_	_	_	_	*
+2	STORY	story	NOUN	_	_	_	_	_	ss=n.communication	*
+3	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	100	100	NUM	_	_	_	_	_	_	*
+5	%	%	SYM	_	_	_	_	_	_	*
+6	TRUE	true	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.269560.9
+# sent_counter = 1700
+# text = That little man who thinks he invented pizza can kiss my *ss .
+1	That	that	DET	_	_	_	_	_	_	*
+2	little	little	ADJ	_	_	_	_	_	_	*
+3	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	thinks	think	VERB	_	_	_	_	_	ss=v.cognition	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	invented	invent	VERB	_	_	_	_	_	ss=v.creation	*
+8	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	kiss	kiss	VERB	_	_	_	_	_	ss=v.contact	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	*ss	*ss	NOUN	_	_	_	_	_	ss=n.communication	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.1
+# sent_counter = 1701
+# text = Best DJ's In Town !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	DJ's	dj	NOUN	_	_	_	_	_	ss=n.person	*
+3	In	in	ADP	_	_	_	_	_	_	1:X
+4	Town	town	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.2
+# sent_counter = 1702
+# text = Wow !
+1	Wow	wow	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.3
+# sent_counter = 1703
+# text = These guys were the best .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.4
+# sent_counter = 1704
+# text = They were thorough , high class , and went above and beyond .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	thorough	thorough	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	_	*
+6	class	class	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	went	go	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	above	above	ADV	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	1
+12	beyond	beyond	ADV	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.5
+# sent_counter = 1705
+# text = We never had to worry about a thing , and they led the way the whole time .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	worry	worry	VERB	_	_	_	_	_	ss=v.cognition	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	thing	thing	NOUN	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	led	lead	VERB	_	_	_	_	_	ss=v.social	2:X
+13	the	the	DET	_	_	_	_	_	_	2
+14	way	way	NOUN	_	_	_	_	_	_	2
+15	the	the	DET	_	_	_	_	_	_	*
+16	whole	whole	ADJ	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.6
+# sent_counter = 1706
+# text = They asked us things that we would have never have thought of , and took extra time to meet with us when we needed it before the wedding .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	us	us	PRON	_	_	_	_	_	_	*
+4	things	things	NOUN	_	_	_	_	_	_	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	never	never	ADV	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	thought	think	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	of	of	ADP	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+16	extra	extra	ADJ	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	_	2
+18	to	to	PART	_	_	_	_	_	_	*
+19	meet	meet	VERB	_	_	_	_	_	ss=v.social	3:X
+20	with	with	ADP	_	_	_	_	_	_	3
+21	us	us	PRON	_	_	_	_	_	_	*
+22	when	when	ADV	_	_	_	_	_	_	*
+23	we	we	PRON	_	_	_	_	_	_	*
+24	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	before	before	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.7
+# sent_counter = 1707
+# text = Having a team was the best because they kept the flow of the wedding going the whole time !
+1	Having	have	VERB	_	_	_	_	_	ss=v.social	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	flow	flow	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+15	going	go	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	whole	whole	ADJ	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.8
+# sent_counter = 1708
+# text = They may look young but do n't let that fool you , as their knowledge of music far surpassed what we expected .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	may	may	AUX	_	_	_	_	_	_	*
+3	look	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	young	young	ADJ	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	fool	fool	VERB	_	_	_	_	_	ss=v.cognition	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	as	as	SCONJ	_	_	_	_	_	_	*
+14	their	their	PRON	_	_	_	_	_	_	*
+15	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	music	music	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	far	far	ADV	_	_	_	_	_	_	*
+19	surpassed	surpass	VERB	_	_	_	_	_	ss=v.competition	*
+20	what	what	PRON	_	_	_	_	_	_	*
+21	we	we	PRON	_	_	_	_	_	_	*
+22	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.9
+# sent_counter = 1709
+# text = I am a music junkie that grew up in the 80's , and my dad worked for a record label in the 1960's .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	music	music	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	junkie	junkie	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	grew	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+8	up	up	ADP	_	_	_	_	_	_	1
+9	in	in	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	80's	80	NOUN	_	_	_	_	_	ss=n.time	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+16	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	record	record	NOUN	_	_	_	_	_	ss=n.group	2:X
+20	label	label	NOUN	_	_	_	_	_	_	2
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	1960's	1960	NOUN	_	_	_	_	_	ss=n.time	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.10
+# sent_counter = 1710
+# text = So we did n't expect them to even know some of the requests that we asked that night .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+10	some	some	DET	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	requests	request	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+17	that	that	DET	_	_	_	_	_	_	*
+18	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280663.11
+# sent_counter = 1711
+# text = They just really know their stuff !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	their	their	PRON	_	_	_	_	_	_	*
+6	stuff	stuff	NOUN	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.1
+# sent_counter = 1712
+# text = So delightful .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	delightful	delightful	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.2
+# sent_counter = 1713
+# text = What a group !
+1	What	what	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.3
+# sent_counter = 1714
+# text = I would n't want any other company in my time of need .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	*
+7	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	1:X
+9	my	my	PRON	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	1
+12	need	need	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.4
+# sent_counter = 1715
+# text = Great people !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.5
+# sent_counter = 1716
+# text = So professional !
+1	So	so	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.6
+# sent_counter = 1717
+# text = These guys know what they 're doing !
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	're	're	AUX	_	_	_	_	_	_	*
+7	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287360.7
+# sent_counter = 1718
+# text = Way to go !
+1	Way	way	NOUN	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	go	go	VERB	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.1
+# sent_counter = 1719
+# text = Amazing Experience !
+1	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	Experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.2
+# sent_counter = 1720
+# text = My experience was amazing at Providence Aesthetics and Medical Spa .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	Providence	providence	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Aesthetics	aesthetics	PROPN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	1
+9	Medical	medical	PROPN	_	_	_	_	_	_	1
+10	Spa	spa	PROPN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.3
+# sent_counter = 1721
+# text = Jana Kueck was nothing but professional .
+1	Jana	jana	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Kueck	kueck	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	nothing	nothing	NOUN	_	_	_	_	_	_	2:X
+5	but	but	ADP	_	_	_	_	_	_	2
+6	professional	professional	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.4
+# sent_counter = 1722
+# text = She makes you feel like you are the most important person in the world .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	makes	make	VERB	_	_	_	_	_	ss=v.cognition	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+5	like	like	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	most	most	ADV	_	_	_	_	_	_	*
+10	important	important	ADJ	_	_	_	_	_	_	*
+11	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.5
+# sent_counter = 1723
+# text = Jana made me feel very comfortable .
+1	Jana	jana	PROPN	_	_	_	_	_	ss=n.person	*
+2	made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.6
+# sent_counter = 1724
+# text = Provided me with warm blanket and has soft music playing .
+1	Provided	provide	VERB	_	_	_	_	_	ss=v.social	1:X
+2	me	me	PRON	_	_	_	_	_	_	*
+3	with	with	ADP	_	_	_	_	_	_	1
+4	warm	warm	ADJ	_	_	_	_	_	_	*
+5	blanket	blanket	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	soft	soft	ADJ	_	_	_	_	_	_	*
+9	music	music	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	playing	play	VERB	_	_	_	_	_	ss=v.creation	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.7
+# sent_counter = 1725
+# text = Walking in the door you are made to feel happy and relaxed .
+1	Walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	made	make	VERB	_	_	_	_	_	ss=v.social	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+10	happy	happy	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.8
+# sent_counter = 1726
+# text = Equipment is state of the art .
+1	Equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	state	state	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	1
+6	art	art	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288163.9
+# sent_counter = 1727
+# text = I would reccomend anyone to go see Jana Kueck and Robin Talley to see all the many procedures they have to offer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	reccomend	reccomend	VERB	_	_	_	_	_	ss=v.communication	*
+4	anyone	anyone	NOUN	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	see	see	VERB	_	_	_	_	_	ss=v.social	*
+8	Jana	jana	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Kueck	kueck	PROPN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Robin	robin	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Talley	talley	PROPN	_	_	_	_	_	_	2
+13	to	to	PART	_	_	_	_	_	_	*
+14	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+15	all	all	DET	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	many	many	ADJ	_	_	_	_	_	_	*
+18	procedures	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	offer	offer	VERB	_	_	_	_	_	ss=v.possession	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.289763.1
+# sent_counter = 1728
+# text = Awesome service with a smile :)
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	smile	smile	NOUN	_	_	_	_	_	ss=n.act	*
+6	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299169.1
+# sent_counter = 1729
+# text = Terrible customer service
+1	Terrible	terrible	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299169.2
+# sent_counter = 1730
+# text = Fried rice has NO flavor , it literally taste like water .
+1	Fried	fry	VERB	_	_	_	_	_	ss=n.food	1:X
+2	rice	rice	NOUN	_	_	_	_	_	_	1
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	NO	no	DET	_	_	_	_	_	_	*
+5	flavor	flavor	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	literally	literally	ADV	_	_	_	_	_	_	*
+9	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+10	like	like	ADP	_	_	_	_	_	_	*
+11	water	water	NOUN	_	_	_	_	_	ss=n.food	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299169.3
+# sent_counter = 1731
+# text = When I tried to return it they refused , so I had to leave without a refund and still hungry .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	return	return	VERB	_	_	_	_	_	ss=v.possession	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	_	1:X
+13	to	to	PART	_	_	_	_	_	_	1
+14	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+15	without	without	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	refund	refund	NOUN	_	_	_	_	_	ss=n.possession	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	still	still	ADV	_	_	_	_	_	_	*
+20	hungry	hungry	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.302465.1
+# sent_counter = 1732
+# text = Great place
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.302465.2
+# sent_counter = 1733
+# text = Really great service and kind staff .
+1	Really	really	ADV	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	kind	kind	ADJ	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.302465.3
+# sent_counter = 1734
+# text = The haircut was inexpensive and so were the salon services ( eyebrows were cheap ! ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	haircut	haircut	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	inexpensive	inexpensive	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+10	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	eyebrows	eyebrow	NOUN	_	_	_	_	_	ss=n.body	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	cheap	cheap	ADJ	_	_	_	_	_	_	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	)	)	SYM	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.302465.4
+# sent_counter = 1735
+# text = It 's a nice , relaxed place to get stuff done and relax .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.social	1:X
+10	stuff	stuff	NOUN	_	_	_	_	_	_	*
+11	done	do	VERB	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	relax	relax	VERB	_	_	_	_	_	ss=v.emotion	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.302465.5
+# sent_counter = 1736
+# text = I plan on going again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	plan	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+3	on	on	SCONJ	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	again	again	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.309168.1
+# sent_counter = 1737
+# text = love this park
+1	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	park	park	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.309168.2
+# sent_counter = 1738
+# text = this is a great park to have kids birthday parties at !!
+1	this	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	park	park	NOUN	_	_	_	_	_	ss=n.location	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.social	*
+8	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+9	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	1:X
+10	parties	party	NOUN	_	_	_	_	_	_	1
+11	at	at	ADP	_	_	_	_	_	_	*
+12	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.1
+# sent_counter = 1739
+# text = Love my home at Creekside
+1	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Creekside	creekside	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.2
+# sent_counter = 1740
+# text = I moved to Creekside Apartments in August 2008 with a 6 - month lease and have just extended it for another 13 months !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Creekside	creekside	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Apartments	apartments	PROPN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	August	august	PROPN	_	_	_	_	_	ss=n.time	*
+8	2008	2008	NUM	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	6	6	NUM	_	_	_	_	_	_	*
+12	-	-	PUNCT	_	_	_	_	_	_	*
+13	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+14	lease	lease	NOUN	_	_	_	_	_	ss=n.possession	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	just	just	ADV	_	_	_	_	_	_	*
+18	extended	extend	VERB	_	_	_	_	_	ss=v.change	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	another	another	DET	_	_	_	_	_	_	*
+22	13	13	NUM	_	_	_	_	_	_	*
+23	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.3
+# sent_counter = 1741
+# text = The management from Julie and Janice to the work staff , esp. Edwin , are just wonderful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	Julie	julie	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	Janice	janice	PROPN	_	_	_	_	_	ss=n.person	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.group	1:X
+10	staff	staff	NOUN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	esp.	esp.	ADV	_	_	_	_	_	_	*
+13	Edwin	edwin	PROPN	_	_	_	_	_	ss=n.person	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.4
+# sent_counter = 1742
+# text = They have been extremely helpful whenever I have asked for help .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	extremely	extremely	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	whenever	whenever	ADV	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.5
+# sent_counter = 1743
+# text = Although the apartments are facing Stokes Street and close to the Bascom Light Rail , the location is surprisingly quiet .
+1	Although	although	SCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	apartments	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	are	be	VERB	_	_	_	_	_	_	*
+5	facing	face	VERB	_	_	_	_	_	ss=v.stative	*
+6	Stokes	stokes	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	Street	street	PROPN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	close	close	ADJ	_	_	_	_	_	_	2:X
+10	to	to	ADP	_	_	_	_	_	_	2
+11	the	the	DET	_	_	_	_	_	_	*
+12	Bascom	bascom	PROPN	_	_	_	_	_	ss=n.group	3:X
+13	Light	light	PROPN	_	_	_	_	_	_	3
+14	Rail	rail	PROPN	_	_	_	_	_	_	3
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	surprisingly	surprisingly	ADV	_	_	_	_	_	_	*
+20	quiet	quiet	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.6
+# sent_counter = 1744
+# text = I have never had any problems with loud neighbors or concerns about safety .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.social	1:X
+5	any	any	DET	_	_	_	_	_	_	*
+6	problems	problem	NOUN	_	_	_	_	_	_	1
+7	with	with	ADP	_	_	_	_	_	_	1
+8	loud	loud	ADJ	_	_	_	_	_	_	*
+9	neighbors	neighbor	NOUN	_	_	_	_	_	ss=n.person	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	concerns	concern	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	about	about	ADP	_	_	_	_	_	_	*
+13	safety	safety	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.7
+# sent_counter = 1745
+# text = The apartments are within walking distance to Trader Joe 's , Whole Foods , and other stores .
+1	The	the	DET	_	_	_	_	_	_	*
+2	apartments	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	within	within	ADP	_	_	_	_	_	_	*
+5	walking	walking	NOUN	_	_	_	_	_	ss=n.relation	1:X
+6	distance	distance	NOUN	_	_	_	_	_	_	1
+7	to	to	ADP	_	_	_	_	_	_	*
+8	Trader	trader	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	Joe	joe	PROPN	_	_	_	_	_	_	2
+10	's	's	PART	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Whole	whole	PROPN	_	_	_	_	_	ss=n.group	3:X
+13	Foods	foods	PROPN	_	_	_	_	_	_	3
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	stores	store	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.8
+# sent_counter = 1746
+# text = The well - equipped , clean gym is a plus !
+1	The	the	DET	_	_	_	_	_	_	*
+2	well	well	ADV	_	_	_	_	_	_	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	equipped	equip	VERB	_	_	_	_	_	ss=v.stative	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	clean	clean	ADJ	_	_	_	_	_	_	*
+7	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+9	a	a	DET	_	_	_	_	_	_	1
+10	plus	plus	NOUN	_	_	_	_	_	_	1
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.315763.9
+# sent_counter = 1747
+# text = Great place to live if you work in and around downtown San Jose !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	live	live	VERB	_	_	_	_	_	ss=v.social	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	work	work	VERB	_	_	_	_	_	ss=v.social	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	around	around	ADV	_	_	_	_	_	_	*
+11	downtown	downtown	ADV	_	_	_	_	_	_	*
+12	San	san	PROPN	_	_	_	_	_	ss=n.location	1:X
+13	Jose	jose	PROPN	_	_	_	_	_	_	1
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.327766.1
+# sent_counter = 1748
+# text = Checked in real late , but staff was very kind and helpful .
+1	Checked	check	VERB	_	_	_	_	_	ss=v.social	1:X
+2	in	in	ADP	_	_	_	_	_	_	1
+3	real	real	ADV	_	_	_	_	_	_	*
+4	late	late	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	kind	kind	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	helpful	helpful	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.327766.2
+# sent_counter = 1749
+# text = Rooms very clean and smelled very fresh .
+1	Rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	smelled	smell	VERB	_	_	_	_	_	ss=v.perception	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	fresh	fresh	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.327766.3
+# sent_counter = 1750
+# text = I would recommend this hotel to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.327766.4
+# sent_counter = 1751
+# text = I loved my stay here and if ever back in the area , I will be staying here again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	if	if	ADP	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	back	back	ADV	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	will	will	AUX	_	_	_	_	_	_	*
+16	be	be	AUX	_	_	_	_	_	_	*
+17	staying	stay	VERB	_	_	_	_	_	ss=v.social	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	again	again	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.327867.1
+# sent_counter = 1752
+# text = Good clean store nice car wash
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	clean	clean	ADJ	_	_	_	_	_	_	*
+3	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	wash	wash	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.1
+# sent_counter = 1753
+# text = Room ok .
+1	Room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	ok	ok	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.2
+# sent_counter = 1754
+# text = Service and Client base not ok .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Client	client	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	base	base	NOUN	_	_	_	_	_	_	1
+5	not	not	PART	_	_	_	_	_	_	*
+6	ok	ok	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.3
+# sent_counter = 1755
+# text = I have stayed in this hotel many times , and while it typically offers a decent bang for the buck , its client base largely consists of troubled youngsteers and evictees from the local , not so pleasant hood .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	while	while	SCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	typically	typically	ADV	_	_	_	_	_	_	*
+14	offers	offer	VERB	_	_	_	_	_	ss=v.social	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	decent	decent	ADJ	_	_	_	_	_	_	*
+17	bang	bang	NOUN	_	_	_	_	_	_	1:X
+18	for	for	ADP	_	_	_	_	_	_	1
+19	the	the	DET	_	_	_	_	_	_	*
+20	buck	buck	NOUN	_	_	_	_	_	_	1
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	its	it	PRON	_	_	_	_	_	_	*
+23	client	client	NOUN	_	_	_	_	_	ss=n.group	2:X
+24	base	base	NOUN	_	_	_	_	_	_	2
+25	largely	largely	ADV	_	_	_	_	_	_	*
+26	consists	consist	VERB	_	_	_	_	_	ss=v.stative	3:X
+27	of	of	ADP	_	_	_	_	_	_	3
+28	troubled	troubled	ADJ	_	_	_	_	_	_	*
+29	youngsteers	youngsteers	NOUN	_	_	_	_	_	ss=n.person	*
+30	and	and	CCONJ	_	_	_	_	_	_	*
+31	evictees	evictees	NOUN	_	_	_	_	_	ss=n.person	*
+32	from	from	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	local	local	ADJ	_	_	_	_	_	_	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	not	not	PART	_	_	_	_	_	_	*
+37	so	so	ADV	_	_	_	_	_	_	*
+38	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+39	hood	hood	NOUN	_	_	_	_	_	ss=n.group	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.4
+# sent_counter = 1756
+# text = I have never considered this a real problem as I travel without kids and can fend for myself , but when I had to listen to a ( non-violent ) domestic fight that lasted from 1 AM to 5 AM during my last stay and I found out that the front desk was unmanned during night hours , my choice was to either waste tax payers money by calling for a yet another police dispatch to this hotel , or just get over it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	considered	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	real	real	ADJ	_	_	_	_	_	_	*
+8	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	as	as	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	travel	travel	VERB	_	_	_	_	_	ss=v.motion	*
+12	without	without	ADP	_	_	_	_	_	_	*
+13	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	can	can	AUX	_	_	_	_	_	_	*
+16	fend	fend	VERB	_	_	_	_	_	ss=v.cognition	1:X
+17	for	for	ADP	_	_	_	_	_	_	1
+18	myself	myself	PRON	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	when	when	ADV	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	had	have	VERB	_	_	_	_	_	_	2:X
+24	to	to	PART	_	_	_	_	_	_	2
+25	listen	listen	VERB	_	_	_	_	_	ss=v.perception	*
+26	to	to	ADP	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	(	(	PUNCT	_	_	_	_	_	_	*
+29	non-violent	non-violent	ADJ	_	_	_	_	_	_	*
+30	)	)	PUNCT	_	_	_	_	_	_	*
+31	domestic	domestic	ADJ	_	_	_	_	_	_	*
+32	fight	fight	NOUN	_	_	_	_	_	ss=n.event	*
+33	that	that	DET	_	_	_	_	_	_	*
+34	lasted	last	VERB	_	_	_	_	_	ss=v.stative	*
+35	from	from	ADP	_	_	_	_	_	_	*
+36	1	1	NUM	_	_	_	_	_	_	*
+37	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+38	to	to	ADP	_	_	_	_	_	_	*
+39	5	5	NUM	_	_	_	_	_	_	*
+40	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+41	during	during	ADP	_	_	_	_	_	_	*
+42	my	my	PRON	_	_	_	_	_	_	*
+43	last	last	ADJ	_	_	_	_	_	_	*
+44	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+45	and	and	CCONJ	_	_	_	_	_	_	*
+46	I	i	PRON	_	_	_	_	_	_	*
+47	found	find	VERB	_	_	_	_	_	ss=v.cognition	3:X
+48	out	out	ADP	_	_	_	_	_	_	3
+49	that	that	SCONJ	_	_	_	_	_	_	*
+50	the	the	DET	_	_	_	_	_	_	*
+51	front	front	ADJ	_	_	_	_	_	ss=n.location	4:X
+52	desk	desk	NOUN	_	_	_	_	_	_	4
+53	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+54	unmanned	unmanned	ADJ	_	_	_	_	_	_	*
+55	during	during	ADP	_	_	_	_	_	_	*
+56	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+57	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+58	,	,	PUNCT	_	_	_	_	_	_	*
+59	my	my	PRON	_	_	_	_	_	_	*
+60	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+61	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+62	to	to	PART	_	_	_	_	_	_	*
+63	either	either	CCONJ	_	_	_	_	_	_	*
+64	waste	waste	VERB	_	_	_	_	_	ss=v.consumption	*
+65	tax	tax	NOUN	_	_	_	_	_	ss=n.person	5:X
+66	payers	payer	NOUN	_	_	_	_	_	_	5
+67	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+68	by	by	SCONJ	_	_	_	_	_	_	*
+69	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+70	for	for	ADP	_	_	_	_	_	_	*
+71	a	a	DET	_	_	_	_	_	_	*
+72	yet	yet	ADV	_	_	_	_	_	_	*
+73	another	another	ADJ	_	_	_	_	_	_	*
+74	police	police	NOUN	_	_	_	_	_	ss=n.person	*
+75	dispatch	dispatch	NOUN	_	_	_	_	_	ss=n.act	*
+76	to	to	ADP	_	_	_	_	_	_	*
+77	this	this	DET	_	_	_	_	_	_	*
+78	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+79	,	,	PUNCT	_	_	_	_	_	_	*
+80	or	or	CCONJ	_	_	_	_	_	_	*
+81	just	just	ADV	_	_	_	_	_	_	*
+82	get	get	VERB	_	_	_	_	_	ss=v.cognition	6:X
+83	over	over	ADP	_	_	_	_	_	_	6
+84	it	it	PRON	_	_	_	_	_	_	*
+85	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.5
+# sent_counter = 1757
+# text = I chose the later , but approached the front desk about the hotel policy to push over their responsibilities on local authorities , not to mention the good night s sleep i paid for but did nt get .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	later	later	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	approached	approach	VERB	_	_	_	_	_	ss=v.communication	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+10	desk	desk	NOUN	_	_	_	_	_	_	1
+11	about	about	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+14	policy	policy	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	push	push	VERB	_	_	_	_	_	ss=v.social	*
+17	over	over	ADP	_	_	_	_	_	_	*
+18	their	their	PRON	_	_	_	_	_	_	*
+19	responsibilities	responsibility	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	local	local	ADJ	_	_	_	_	_	_	*
+22	authorities	authorities	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	not	not	PART	_	_	_	_	_	ss=v.communication	2:X
+25	to	to	PART	_	_	_	_	_	_	2
+26	mention	mention	VERB	_	_	_	_	_	_	2
+27	the	the	DET	_	_	_	_	_	_	*
+28	good	good	ADJ	_	_	_	_	_	ss=n.cognition	3:X
+29	night	night	NOUN	_	_	_	_	_	_	3
+30	s	s	PART	_	_	_	_	_	_	3
+31	sleep	sleep	NOUN	_	_	_	_	_	_	3
+32	i	i	PRON	_	_	_	_	_	_	*
+33	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+34	for	for	ADP	_	_	_	_	_	_	*
+35	but	but	CCONJ	_	_	_	_	_	_	*
+36	did	do	AUX	_	_	_	_	_	_	*
+37	nt	nt	ADV	_	_	_	_	_	_	*
+38	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.6
+# sent_counter = 1758
+# text = I was told management would call me back but still waiting for that call .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	call	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+7	me	me	PRON	_	_	_	_	_	_	*
+8	back	back	ADP	_	_	_	_	_	_	1
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	still	still	ADV	_	_	_	_	_	_	*
+11	waiting	wait	VERB	_	_	_	_	_	ss=v.social	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	call	call	NOUN	_	_	_	_	_	ss=n.event	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330966.7
+# sent_counter = 1759
+# text = I will probably stay here again because it s cheap and I ca nt afford a better hotel , but do not look forward to it and would definitely not recommend this hotel for families or single female travellers .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	probably	probably	ADV	_	_	_	_	_	_	*
+4	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+10	cheap	cheap	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	ca	ca	AUX	_	_	_	_	_	_	*
+14	nt	nt	ADV	_	_	_	_	_	_	*
+15	afford	afford	VERB	_	_	_	_	_	ss=v.possession	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	better	better	ADJ	_	_	_	_	_	_	*
+18	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	not	not	PART	_	_	_	_	_	_	*
+23	look	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+24	forward	forward	ADV	_	_	_	_	_	_	1
+25	to	to	ADP	_	_	_	_	_	_	1
+26	it	it	PRON	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	would	would	AUX	_	_	_	_	_	_	*
+29	definitely	definitely	ADV	_	_	_	_	_	_	*
+30	not	not	PART	_	_	_	_	_	_	*
+31	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+32	this	this	DET	_	_	_	_	_	_	*
+33	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+34	for	for	ADP	_	_	_	_	_	_	*
+35	families	family	NOUN	_	_	_	_	_	ss=n.group	*
+36	or	or	CCONJ	_	_	_	_	_	_	*
+37	single	single	ADJ	_	_	_	_	_	_	*
+38	female	female	ADJ	_	_	_	_	_	_	*
+39	travellers	traveller	NOUN	_	_	_	_	_	ss=n.person	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.1
+# sent_counter = 1760
+# text = Nice selection , very clean , friendly staff !
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	clean	clean	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	friendly	friendly	ADJ	_	_	_	_	_	_	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.2
+# sent_counter = 1761
+# text = Hot Iron has become a favorite of our family .
+1	Hot	hot	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Iron	iron	PROPN	_	_	_	_	_	_	1
+3	has	have	AUX	_	_	_	_	_	_	*
+4	become	become	VERB	_	_	_	_	_	ss=v.change	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.3
+# sent_counter = 1762
+# text = Everyone can get the signature dish with ingredients and spices that they want and have the fun of watching it cook .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	signature	signature	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	dish	dish	NOUN	_	_	_	_	_	ss=n.food	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	ingredients	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	spices	spice	NOUN	_	_	_	_	_	ss=n.food	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	fun	fun	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	of	of	SCONJ	_	_	_	_	_	_	*
+19	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	cook	cook	VERB	_	_	_	_	_	ss=v.creation	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.4
+# sent_counter = 1763
+# text = The staff are very friendly and conscientious .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	conscientious	conscientious	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.5
+# sent_counter = 1764
+# text = They always ask if you have meat in your dish , ( for vegetarians like me ) , they scrub an area of the grill and use separate utensils to cook .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	always	always	ADV	_	_	_	_	_	_	*
+3	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	dish	dish	NOUN	_	_	_	_	_	ss=n.food	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	vegetarians	vegetarian	NOUN	_	_	_	_	_	ss=n.person	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	)	)	PUNCT	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	scrub	scrub	VERB	_	_	_	_	_	ss=v.change	*
+21	an	an	DET	_	_	_	_	_	_	*
+22	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	grill	grill	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+28	separate	separate	ADJ	_	_	_	_	_	_	*
+29	utensils	utensil	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	to	to	PART	_	_	_	_	_	_	*
+31	cook	cook	VERB	_	_	_	_	_	ss=v.creation	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.6
+# sent_counter = 1765
+# text = They do n't just dump your ingredients on and cook either , but carefully separate meat to the hotter parts of the grill and still manage to keep the veggies from turning to mush .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	dump	dump	VERB	_	_	_	_	_	ss=v.motion	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	ingredients	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+8	on	on	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	cook	cook	VERB	_	_	_	_	_	ss=v.creation	*
+11	either	either	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	carefully	carefully	ADV	_	_	_	_	_	_	*
+15	separate	separate	VERB	_	_	_	_	_	ss=v.motion	*
+16	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	hotter	hot	ADJ	_	_	_	_	_	_	*
+20	parts	parts	NOUN	_	_	_	_	_	ss=n.location	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	grill	grill	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	still	still	ADV	_	_	_	_	_	_	*
+26	manage	manage	VERB	_	_	_	_	_	ss=v.social	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	keep	keep	VERB	_	_	_	_	_	ss=v.change	1:X
+29	the	the	DET	_	_	_	_	_	_	*
+30	veggies	veggie	NOUN	_	_	_	_	_	ss=n.food	*
+31	from	from	SCONJ	_	_	_	_	_	_	1
+32	turning	turn	VERB	_	_	_	_	_	ss=v.change	2:X
+33	to	to	ADP	_	_	_	_	_	_	2
+34	mush	mush	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.7
+# sent_counter = 1766
+# text = The selection of meats , veggies and sauces is awesome too !
+1	The	the	DET	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.food	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	meats	meat	NOUN	_	_	_	_	_	ss=n.food	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	veggies	veggie	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	sauces	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	awesome	awesome	ADJ	_	_	_	_	_	_	*
+11	too	too	ADV	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.8
+# sent_counter = 1767
+# text = Every time we go they seem to have a different ingredient or two which keeps things interesting .
+1	Every	every	DET	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.emotion	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	different	different	ADJ	_	_	_	_	_	_	*
+11	ingredient	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	two	two	NUM	_	_	_	_	_	_	*
+14	which	which	DET	_	_	_	_	_	_	*
+15	keeps	keep	VERB	_	_	_	_	_	ss=v.stative	*
+16	things	things	NOUN	_	_	_	_	_	_	*
+17	interesting	interesting	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.9
+# sent_counter = 1768
+# text = Meats are kept VERY cold , seafood smells fresh and the serving bar is VERY clean .
+1	Meats	meat	NOUN	_	_	_	_	_	ss=n.food	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	VERY	very	ADV	_	_	_	_	_	_	*
+5	cold	cold	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	seafood	seafood	NOUN	_	_	_	_	_	ss=n.food	*
+8	smells	smell	VERB	_	_	_	_	_	ss=v.perception	*
+9	fresh	fresh	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	serving	serving	NOUN	_	_	_	_	_	ss=n.act	*
+13	bar	bar	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	VERY	very	ADV	_	_	_	_	_	_	*
+16	clean	clean	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.331662.10
+# sent_counter = 1769
+# text = Prices are reasonable , ( Kid s meals are around 4.99 ) and Wednesday's they have discount dinner prices , I believe .
+1	Prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	Kid	kid	NOUN	_	_	_	_	_	ss=n.food	1:X
+7	s	s	PART	_	_	_	_	_	_	1
+8	meals	meal	NOUN	_	_	_	_	_	_	1
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	around	around	ADV	_	_	_	_	_	_	*
+11	4.99	4.99	NUM	_	_	_	_	_	_	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Wednesday's	wednesday's	PROPN	_	_	_	_	_	ss=n.time	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	discount	discount	NOUN	_	_	_	_	_	ss=n.possession	*
+18	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+19	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.1
+# sent_counter = 1770
+# text = Exile is the best !!!
+1	Exile	exile	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.2
+# sent_counter = 1771
+# text = Exile is the longest lasting and most authentic punk store in Richmond !
+1	Exile	exile	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	longest	longest	ADV	_	_	_	_	_	_	*
+5	lasting	last	VERB	_	_	_	_	_	ss=v.stative	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	most	most	ADV	_	_	_	_	_	_	*
+8	authentic	authentic	ADJ	_	_	_	_	_	_	*
+9	punk	punk	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.location	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.3
+# sent_counter = 1772
+# text = I have been shopping there for over six years now .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	shopping	shop	VERB	_	_	_	_	_	ss=v.social	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	over	over	ADP	_	_	_	_	_	_	*
+8	six	six	NUM	_	_	_	_	_	_	*
+9	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.4
+# sent_counter = 1773
+# text = The staff is incredibly friendly and helpful and the owner , Mimmy , is an absolute angel .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	incredibly	incredibly	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	helpful	helpful	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Mimmy	mimmy	PROPN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	an	an	DET	_	_	_	_	_	_	*
+16	absolute	absolute	ADJ	_	_	_	_	_	_	*
+17	angel	angel	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.5
+# sent_counter = 1774
+# text = The mark up is minimal considering that the clothing is hard to find and often shipped for Europe .
+1	The	the	DET	_	_	_	_	_	_	*
+2	mark	mark	NOUN	_	_	_	_	_	ss=n.possession	1:X
+3	up	up	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	minimal	minimal	ADJ	_	_	_	_	_	_	*
+6	considering	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	hard	hard	ADJ	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	often	often	ADV	_	_	_	_	_	_	*
+16	shipped	ship	VERB	_	_	_	_	_	ss=v.motion	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	Europe	europe	PROPN	_	_	_	_	_	ss=n.location	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.6
+# sent_counter = 1775
+# text = In addition , the clothing is of much better quality than the clothing from hot topic , which is made as cheaply as possible by people living in horrible conditions in Asia .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	addition	addition	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	much	much	ADV	_	_	_	_	_	_	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	than	than	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	hot	hot	PROPN	_	_	_	_	_	ss=n.group	2:X
+16	topic	topic	PROPN	_	_	_	_	_	_	2
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	which	which	DET	_	_	_	_	_	_	*
+19	is	be	AUX	_	_	_	_	_	_	*
+20	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+21	as	as	ADV	_	_	_	_	_	_	*
+22	cheaply	cheaply	ADV	_	_	_	_	_	_	*
+23	as	as	ADP	_	_	_	_	_	_	*
+24	possible	possible	ADJ	_	_	_	_	_	_	*
+25	by	by	ADP	_	_	_	_	_	_	*
+26	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+27	living	live	VERB	_	_	_	_	_	ss=v.social	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	horrible	horrible	ADJ	_	_	_	_	_	_	*
+30	conditions	conditions	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	in	in	ADP	_	_	_	_	_	_	*
+32	Asia	asia	PROPN	_	_	_	_	_	ss=n.location	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.7
+# sent_counter = 1776
+# text = Exile is environmentally conscious and involved heavily in our community .
+1	Exile	exile	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	environmentally	environmentally	ADV	_	_	_	_	_	_	*
+4	conscious	conscious	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	involved	involved	ADJ	_	_	_	_	_	_	*
+7	heavily	heavily	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	community	community	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081796.8
+# sent_counter = 1777
+# text = Shop local at Exile !!
+1	Shop	shop	VERB	_	_	_	_	_	ss=v.social	*
+2	local	local	ADV	_	_	_	_	_	_	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Exile	exile	PROPN	_	_	_	_	_	ss=n.group	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090390.1
+# sent_counter = 1778
+# text = wrong location
+1	wrong	wrong	ADJ	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090390.2
+# sent_counter = 1779
+# text = this is not where the Blue Water Bridge Duty Free is located .
+1	this	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	where	where	ADV	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Blue	blue	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Water	water	PROPN	_	_	_	_	_	_	1
+8	Bridge	bridge	PROPN	_	_	_	_	_	_	1
+9	Duty	duty	PROPN	_	_	_	_	_	_	1
+10	Free	free	PROPN	_	_	_	_	_	_	1
+11	is	be	AUX	_	_	_	_	_	_	*
+12	located	locate	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090390.3
+# sent_counter = 1780
+# text = It is , surprisingly , near the Blue Water Bridges , some miles to the west of this location .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	surprisingly	surprisingly	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	near	near	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	Blue	blue	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Water	water	PROPN	_	_	_	_	_	_	1
+10	Bridges	bridges	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	some	some	DET	_	_	_	_	_	_	*
+13	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	west	west	NOUN	_	_	_	_	_	ss=n.relation	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.1
+# sent_counter = 1781
+# text = Top range of bike , cheap prices , excellent a +++
+1	Top	top	ADJ	_	_	_	_	_	_	*
+2	range	range	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	cheap	cheap	ADJ	_	_	_	_	_	_	*
+7	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	excellent	excellent	ADJ	_	_	_	_	_	_	*
+10	a	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+11	+++	+++	SYM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.2
+# sent_counter = 1782
+# text = yep they fixeded my thumpstar in 1 day .
+1	yep	yep	INTJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	fixeded	fix	VERB	_	_	_	_	_	ss=v.change	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	thumpstar	thumpstar	PROPN	_	_	_	_	_	ss=n.artifact	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	1	1	NUM	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.3
+# sent_counter = 1783
+# text = it wase nt going an had a gear box problem ....
+1	it	it	PRON	_	_	_	_	_	_	*
+2	wase	wase	VERB	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.stative	*
+5	an	an	CCONJ	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+7	a	a	DET	_	_	_	_	_	_	*
+8	gear	gear	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+9	box	box	NOUN	_	_	_	_	_	_	2
+10	problem	problem	NOUN	_	_	_	_	_	_	1
+11	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.4
+# sent_counter = 1784
+# text = i cold n't find anywere else local to fix it so i took it there and they fixed it for $ 150 ...
+1	i	i	PRON	_	_	_	_	_	_	*
+2	cold	cold	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+5	anywere	anywere	NOUN	_	_	_	_	_	_	*
+6	else	else	ADJ	_	_	_	_	_	_	*
+7	local	local	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	i	i	PRON	_	_	_	_	_	_	*
+13	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	$	$	SYM	_	_	_	_	_	_	*
+22	150	150	NUM	_	_	_	_	_	_	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.5
+# sent_counter = 1785
+# text = thanks guys goes really well and thaks 4 the cheap price ..
+1	thanks	thanks	NOUN	_	_	_	_	_	_	1:X
+2	guys	guy	NOUN	_	_	_	_	_	_	1
+3	goes	go	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	well	well	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	thaks	thaks	NOUN	_	_	_	_	_	_	*
+8	4	4	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	cheap	cheap	ADJ	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.100592.6
+# sent_counter = 1786
+# text = excellent , top guys a +++++ reccommend to anyone !!!!!!!!!!
+1	excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	top	top	ADJ	_	_	_	_	_	_	*
+4	guys	guy	NOUN	_	_	_	_	_	_	*
+5	a	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+6	+++++	+++++	SYM	_	_	_	_	_	_	1
+7	reccommend	reccommend	VERB	_	_	_	_	_	ss=v.communication	2:X
+8	to	to	ADP	_	_	_	_	_	_	2
+9	anyone	anyone	NOUN	_	_	_	_	_	_	*
+10	!!!!!!!!!!	!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.1
+# sent_counter = 1787
+# text = Disappointed
+1	Disappointed	disappointed	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.2
+# sent_counter = 1788
+# text = The Bad : I was at Napa recently and was unpleasantly surprised at poor waiter svce and subpar food .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Bad	bad	ADJ	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	Napa	napa	PROPN	_	_	_	_	_	ss=n.group	*
+8	recently	recently	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	unpleasantly	unpleasantly	ADV	_	_	_	_	_	_	*
+12	surprised	surprised	ADJ	_	_	_	_	_	_	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	poor	poor	ADJ	_	_	_	_	_	_	*
+15	waiter	waiter	NOUN	_	_	_	_	_	ss=n.person	*
+16	svce	svce	NOUN	_	_	_	_	_	ss=n.act	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	subpar	subpar	ADJ	_	_	_	_	_	_	*
+19	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.3
+# sent_counter = 1789
+# text = We were a party of 4 and none of us were particularly pleased with our dishes .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	party	party	NOUN	_	_	_	_	_	ss=n.group	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	4	4	NUM	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	none	none	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	us	us	PRON	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	particularly	particularly	ADV	_	_	_	_	_	_	*
+13	pleased	pleased	ADJ	_	_	_	_	_	_	1:X
+14	with	with	ADP	_	_	_	_	_	_	1
+15	our	our	PRON	_	_	_	_	_	_	*
+16	dishes	dish	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.4
+# sent_counter = 1790
+# text = Napa is all about wine but gives very short descriptions of the wines on their lists .
+1	Napa	napa	PROPN	_	_	_	_	_	ss=n.location	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	all	all	ADV	_	_	_	_	_	_	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	gives	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	very	very	ADV	_	_	_	_	_	_	*
+9	short	short	ADJ	_	_	_	_	_	_	*
+10	descriptions	description	NOUN	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	wines	wine	NOUN	_	_	_	_	_	ss=n.food	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	lists	list	NOUN	_	_	_	_	_	ss=n.communication	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.5
+# sent_counter = 1791
+# text = I found my initial selection satisfactory but the wine flight we chose to be poorly composed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	initial	initial	ADJ	_	_	_	_	_	_	*
+5	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	satisfactory	satisfactory	ADJ	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	wine	wine	NOUN	_	_	_	_	_	ss=n.food	1:X
+10	flight	flight	NOUN	_	_	_	_	_	_	1
+11	we	we	PRON	_	_	_	_	_	_	*
+12	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	poorly	poorly	ADV	_	_	_	_	_	_	*
+16	composed	compose	VERB	_	_	_	_	_	ss=v.creation	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101398.6
+# sent_counter = 1792
+# text = If you must go ask lots of questions about your selections since your expectations may as high as mine were .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	must	must	AUX	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	lots	lots	NOUN	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+9	about	about	ADP	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	selections	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	may	may	AUX	_	_	_	_	_	_	*
+16	as	as	ADV	_	_	_	_	_	_	*
+17	high	high	ADJ	_	_	_	_	_	_	*
+18	as	as	SCONJ	_	_	_	_	_	_	*
+19	mine	mine	PRON	_	_	_	_	_	_	*
+20	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107292.1
+# sent_counter = 1793
+# text = awesome bagels
+1	awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	bagels	bagel	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107292.2
+# sent_counter = 1794
+# text = long lines on the weekends but worth it
+1	long	long	ADJ	_	_	_	_	_	_	*
+2	lines	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	weekends	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	worth	worth	ADJ	_	_	_	_	_	_	1:X
+8	it	it	PRON	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.1
+# sent_counter = 1795
+# text = Long Lines , Silly Rules , Rude Staff , Ok Food
+1	Long	long	ADJ	_	_	_	_	_	_	*
+2	Lines	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Silly	silly	ADJ	_	_	_	_	_	_	*
+5	Rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	Rude	rude	ADJ	_	_	_	_	_	_	*
+8	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Ok	ok	ADJ	_	_	_	_	_	_	*
+11	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.2
+# sent_counter = 1796
+# text = The first thing you notice when you arrive on location is that the waiting line literally goes out the door and spills into the parking lot .
+1	The	the	DET	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	thing	thing	NOUN	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	notice	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	waiting	waiting	NOUN	_	_	_	_	_	ss=n.act	*
+15	line	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	literally	literally	ADV	_	_	_	_	_	_	*
+17	goes	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+18	out	out	ADP	_	_	_	_	_	_	1
+19	the	the	DET	_	_	_	_	_	_	1
+20	door	door	NOUN	_	_	_	_	_	_	1
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	spills	spill	VERB	_	_	_	_	_	ss=v.motion	*
+23	into	into	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	parking	parking	NOUN	_	_	_	_	_	ss=n.location	2:X
+26	lot	lot	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.3
+# sent_counter = 1797
+# text = A restaurant with this many patrons willing to stand in line just to order tacos must be good , right ?
+1	A	a	DET	_	_	_	_	_	_	*
+2	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	many	many	ADJ	_	_	_	_	_	_	*
+6	patrons	patron	NOUN	_	_	_	_	_	ss=n.person	*
+7	willing	willing	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	stand	stand	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	1:X
+11	line	line	NOUN	_	_	_	_	_	_	1
+12	just	just	ADV	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+15	tacos	taco	NOUN	_	_	_	_	_	ss=n.food	*
+16	must	must	AUX	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	good	good	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	right	right	INTJ	_	_	_	_	_	_	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.4
+# sent_counter = 1798
+# text = I mean , that 's the way it works at amusement parks : the longest lines are at the best rides .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	works	work	VERB	_	_	_	_	_	ss=v.stative	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	amusement	amusement	NOUN	_	_	_	_	_	ss=n.group	1:X
+12	parks	parks	NOUN	_	_	_	_	_	_	1
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	longest	long	ADJ	_	_	_	_	_	_	*
+16	lines	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	best	best	ADJ	_	_	_	_	_	_	*
+21	rides	ride	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.5
+# sent_counter = 1799
+# text = Well , this may be an exception .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	may	may	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	exception	exception	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.6
+# sent_counter = 1800
+# text = The staff taking your order and " waiting " on you are very indifferent and have no sense of costumer service at all .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	taking	take	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	your	your	PRON	_	_	_	_	_	_	*
+5	order	order	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	waiting	wait	VERB	_	_	_	_	_	ss=v.social	2:X
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	2
+11	you	you	PRON	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	very	very	ADV	_	_	_	_	_	_	*
+14	indifferent	indifferent	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	no	no	DET	_	_	_	_	_	_	*
+18	sense	sense	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	costumer	costumer	NOUN	_	_	_	_	_	ss=n.act	3:X
+21	service	service	NOUN	_	_	_	_	_	_	3
+22	at	at	ADV	_	_	_	_	_	_	4:X
+23	all	all	ADV	_	_	_	_	_	_	4
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.7
+# sent_counter = 1801
+# text = I have gotten better results talking to COMCAST customer service than with these folks .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	gotten	get	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	better	better	ADJ	_	_	_	_	_	_	*
+5	results	result	NOUN	_	_	_	_	_	_	1
+6	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	COMCAST	comcast	PROPN	_	_	_	_	_	ss=n.group	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+10	service	service	NOUN	_	_	_	_	_	_	2
+11	than	than	ADP	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	these	these	DET	_	_	_	_	_	_	*
+14	folks	folks	NOUN	_	_	_	_	_	ss=n.group	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.8
+# sent_counter = 1802
+# text = And do n't even think about asking to speak to the manager because this guy is , and pardon my French , a jerk .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+6	about	about	SCONJ	_	_	_	_	_	_	*
+7	asking	ask	VERB	_	_	_	_	_	ss=v.communication	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+13	because	because	SCONJ	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	guy	guy	NOUN	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	pardon	pardon	VERB	_	_	_	_	_	_	1:X
+20	my	my	PRON	_	_	_	_	_	_	1
+21	French	french	PROPN	_	_	_	_	_	_	1
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	jerk	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.9
+# sent_counter = 1803
+# text = If you have gotten through ordering , dealing with the rude staff and if you followed the dumb rules , you are finally presented with what you came for .. some tacos that are " ok , " but definitely not worth putting up with all the hassle .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	gotten	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	through	through	ADP	_	_	_	_	_	_	1
+6	ordering	ordering	NOUN	_	_	_	_	_	ss=n.act	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	dealing	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	rude	rude	ADJ	_	_	_	_	_	_	*
+12	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	if	if	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	followed	follow	VERB	_	_	_	_	_	ss=v.cognition	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	dumb	dumb	ADJ	_	_	_	_	_	_	*
+19	rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	are	be	AUX	_	_	_	_	_	_	*
+23	finally	finally	ADV	_	_	_	_	_	_	*
+24	presented	present	VERB	_	_	_	_	_	ss=v.social	2:X
+25	with	with	ADP	_	_	_	_	_	_	2
+26	what	what	PRON	_	_	_	_	_	_	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	..	..	PUNCT	_	_	_	_	_	_	*
+31	some	some	DET	_	_	_	_	_	_	*
+32	tacos	taco	NOUN	_	_	_	_	_	ss=n.food	*
+33	that	that	DET	_	_	_	_	_	_	*
+34	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	"	"	PUNCT	_	_	_	_	_	_	*
+36	ok	ok	ADJ	_	_	_	_	_	_	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	"	"	PUNCT	_	_	_	_	_	_	*
+39	but	but	CCONJ	_	_	_	_	_	_	*
+40	definitely	definitely	ADV	_	_	_	_	_	_	*
+41	not	not	PART	_	_	_	_	_	_	*
+42	worth	worth	ADJ	_	_	_	_	_	_	*
+43	putting	put	VERB	_	_	_	_	_	ss=v.social	3:X
+44	up	up	ADP	_	_	_	_	_	_	3
+45	with	with	ADP	_	_	_	_	_	_	3
+46	all	all	DET	_	_	_	_	_	_	*
+47	the	the	DET	_	_	_	_	_	_	*
+48	hassle	hassle	NOUN	_	_	_	_	_	ss=n.cognition	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.10
+# sent_counter = 1804
+# text = Save yourself the trouble and skip this place all together .
+1	Save	save	VERB	_	_	_	_	_	ss=v.stative	*
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	trouble	trouble	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	skip	skip	VERB	_	_	_	_	_	ss=v.change	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	all	all	X	_	_	_	_	_	_	1:X
+10	together	together	ADV	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.107692.11
+# sent_counter = 1805
+# text = I suggest you go up to Raging Taco & Raging Burrito a couple of blocks up the street or even Taco Mac .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	suggest	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	up	up	ADV	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	Raging	rage	VERB	_	_	_	_	_	ss=n.group	1:X
+8	Taco	taco	PROPN	_	_	_	_	_	_	1
+9	&	&	CCONJ	_	_	_	_	_	_	1
+10	Raging	rage	VERB	_	_	_	_	_	_	1
+11	Burrito	burrito	PROPN	_	_	_	_	_	_	1
+12	a	a	DET	_	_	_	_	_	_	2:X
+13	couple	couple	NOUN	_	_	_	_	_	_	2
+14	of	of	ADP	_	_	_	_	_	_	*
+15	blocks	block	NOUN	_	_	_	_	_	ss=n.location	*
+16	up	up	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	Taco	taco	PROPN	_	_	_	_	_	ss=n.group	3:X
+22	Mac	mac	PROPN	_	_	_	_	_	_	3
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117893.1
+# sent_counter = 1806
+# text = Aweesome
+1	Aweesome	aweesome	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117893.2
+# sent_counter = 1807
+# text = Holy cow was that a delicious meal .
+1	Holy	holy	ADJ	_	_	_	_	_	_	1:X
+2	cow	cow	NOUN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	delicious	delicious	ADJ	_	_	_	_	_	_	*
+7	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117893.3
+# sent_counter = 1808
+# text = Hot , fresh , delicious .
+1	Hot	hot	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	fresh	fresh	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	delicious	delicious	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117893.4
+# sent_counter = 1809
+# text = Loved every bit of it . :)
+1	Loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	every	every	DET	_	_	_	_	_	_	*
+3	bit	bit	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+7	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120992.1
+# sent_counter = 1810
+# text = Holly - the owner , knows exactly how to make you feel beautiful in clothes .
+1	Holly	holly	PROPN	_	_	_	_	_	ss=n.person	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	exactly	exactly	ADV	_	_	_	_	_	_	*
+8	how	how	ADV	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	make	make	VERB	_	_	_	_	_	ss=v.social	1:X
+11	you	you	PRON	_	_	_	_	_	_	*
+12	feel	feel	VERB	_	_	_	_	_	_	1
+13	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120992.2
+# sent_counter = 1811
+# text = Stylish and contemporary , no matter your size or personality type .
+1	Stylish	stylish	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	contemporary	contemporary	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	no	no	ADV	_	_	_	_	_	_	1:X
+6	matter	matter	ADV	_	_	_	_	_	_	1
+7	your	your	PRON	_	_	_	_	_	_	*
+8	size	size	NOUN	_	_	_	_	_	ss=n.relation	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	personality	personality	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120992.3
+# sent_counter = 1812
+# text = She 's an A + and so are her clothes !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	A	a	PROPN	_	_	_	_	_	ss=n.communication	1:X
+5	+	+	SYM	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	her	her	PRON	_	_	_	_	_	_	*
+10	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124492.1
+# sent_counter = 1813
+# text = Great product , great service !!!
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124492.2
+# sent_counter = 1814
+# text = Installed Biometrics and Got Excellent Service .
+1	Installed	instal	VERB	_	_	_	_	_	ss=v.change	*
+2	Biometrics	biometrics	PROPN	_	_	_	_	_	ss=n.artifact	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Got	get	VERB	_	_	_	_	_	ss=v.social	*
+5	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.1
+# sent_counter = 1815
+# text = They Suck
+1	They	they	PRON	_	_	_	_	_	_	*
+2	Suck	suck	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.2
+# sent_counter = 1816
+# text = Go somewhere else ...
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+3	else	else	ADV	_	_	_	_	_	_	*
+4	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.3
+# sent_counter = 1817
+# text = Wanted to buy a Rhino 700 and a Grizzly 700 .
+1	Wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Rhino	rhino	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+6	700	700	PROPN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Grizzly	grizzly	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+10	700	700	PROPN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.4
+# sent_counter = 1818
+# text = After searching high and low for a salesman , I was treated like dirt , and we left .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	searching	search	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	high	high	ADV	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	1
+5	low	low	ADV	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	salesman	salesman	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	treated	treat	VERB	_	_	_	_	_	ss=v.social	2:X
+13	like	like	ADP	_	_	_	_	_	_	2
+14	dirt	dirt	NOUN	_	_	_	_	_	_	2
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.5
+# sent_counter = 1819
+# text = Parts department blows , Service department is even worse .
+1	Parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+3	blows	blow	VERB	_	_	_	_	_	ss=v.stative	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	worse	worse	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130795.6
+# sent_counter = 1820
+# text = I live 10 minutes from Cycle City , but I Drove 50 mile south to Peachstate Powersports in LaGrange , dealt with the owner , Levi , and was well taken care of .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	live	live	VERB	_	_	_	_	_	ss=v.social	*
+3	10	10	NUM	_	_	_	_	_	_	*
+4	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Cycle	cycle	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	City	city	PROPN	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	Drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+12	50	50	NUM	_	_	_	_	_	_	*
+13	mile	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	south	south	ADV	_	_	_	_	_	_	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	Peachstate	peachstate	PROPN	_	_	_	_	_	ss=n.group	2:X
+17	Powersports	powersports	PROPN	_	_	_	_	_	_	2
+18	in	in	ADP	_	_	_	_	_	_	*
+19	LaGrange	lagrange	PROPN	_	_	_	_	_	ss=n.location	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	dealt	deal	VERB	_	_	_	_	_	ss=v.social	3:X
+22	with	with	ADP	_	_	_	_	_	_	3
+23	the	the	DET	_	_	_	_	_	_	*
+24	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	Levi	levi	PROPN	_	_	_	_	_	ss=n.person	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	was	be	AUX	_	_	_	_	_	_	*
+30	well	well	ADV	_	_	_	_	_	_	*
+31	taken	take	VERB	_	_	_	_	_	ss=v.social	4:X
+32	care	care	NOUN	_	_	_	_	_	_	4
+33	of	of	ADP	_	_	_	_	_	_	4
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138699.1
+# sent_counter = 1821
+# text = Great service and awesome prices .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138699.2
+# sent_counter = 1822
+# text = I get Microdermabrasions regularly and I love the environment
+1	I	i	PRON	_	_	_	_	_	_	*
+2	get	get	VERB	_	_	_	_	_	ss=v.body	*
+3	Microdermabrasions	microdermabrasions	NOUN	_	_	_	_	_	ss=n.act	*
+4	regularly	regularly	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	environment	environment	NOUN	_	_	_	_	_	ss=n.natural_object	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.1
+# sent_counter = 1823
+# text = There are so many wonderful great places to dine in houston .... do n't . waste your time here .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	dine	dine	VERB	_	_	_	_	_	ss=v.social	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	houston	houston	PROPN	_	_	_	_	_	ss=n.location	*
+12	....	....	PUNCT	_	_	_	_	_	_	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	waste	waste	VERB	_	_	_	_	_	ss=v.social	1:X
+17	your	your	PRON	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	_	1
+19	here	here	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.2
+# sent_counter = 1824
+# text = I had the morelias enchiladas .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	morelias	morelias	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	enchiladas	enchilada	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.3
+# sent_counter = 1825
+# text = The sauce was dry and the enchiladas did not taste good . at all .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sauce	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	dry	dry	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	enchiladas	enchilada	NOUN	_	_	_	_	_	ss=n.food	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+11	good	good	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	at	at	ADV	_	_	_	_	_	_	1:X
+14	all	all	ADV	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.4
+# sent_counter = 1826
+# text = In fact my friend vomited after our meal .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	fact	fact	NOUN	_	_	_	_	_	_	1
+3	my	my	PRON	_	_	_	_	_	_	*
+4	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+5	vomited	vomit	VERB	_	_	_	_	_	ss=v.body	*
+6	after	after	ADP	_	_	_	_	_	_	*
+7	our	our	PRON	_	_	_	_	_	_	*
+8	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.5
+# sent_counter = 1827
+# text = Maybe we ordered the wrong dish but my experience here was poor .
+1	Maybe	maybe	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	wrong	wrong	ADJ	_	_	_	_	_	_	*
+6	dish	dish	NOUN	_	_	_	_	_	ss=n.food	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+10	here	here	ADV	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	poor	poor	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.6
+# sent_counter = 1828
+# text = Service was okay not great , we came for a late lunch .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	okay	okay	ADJ	_	_	_	_	_	_	*
+4	not	not	CCONJ	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	late	late	ADJ	_	_	_	_	_	_	*
+12	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.150192.7
+# sent_counter = 1829
+# text = I do n't recommend this place .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162992.1
+# sent_counter = 1830
+# text = Great Service and hairstyles that last .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	hairstyles	hairstyle	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	last	last	VERB	_	_	_	_	_	ss=v.stative	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162992.2
+# sent_counter = 1831
+# text = I am pleased with the service that i get at Luxe .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleased	pleased	ADJ	_	_	_	_	_	_	1:X
+4	with	with	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.social	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	Luxe	luxe	PROPN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162992.3
+# sent_counter = 1832
+# text = The staff is very pleasant and my hair is always fresh .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	always	always	ADV	_	_	_	_	_	_	*
+11	fresh	fresh	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181696.1
+# sent_counter = 1833
+# text = Winning Attorney !
+1	Winning	win	VERB	_	_	_	_	_	ss=v.competition	*
+2	Attorney	attorney	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181696.2
+# sent_counter = 1834
+# text = The only 10.0 " Perfect Score " AVVO Rated Attorney I Have Ever Met .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	10.0	10.0	NUM	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	Perfect	perfect	ADJ	_	_	_	_	_	_	*
+6	Score	score	NOUN	_	_	_	_	_	ss=n.communication	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	AVVO	avvo	PROPN	_	_	_	_	_	ss=n.group	*
+9	Rated	rate	VERB	_	_	_	_	_	ss=v.communication	*
+10	Attorney	attorney	NOUN	_	_	_	_	_	ss=n.person	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	Have	have	AUX	_	_	_	_	_	_	*
+13	Ever	ever	ADV	_	_	_	_	_	_	*
+14	Met	meet	VERB	_	_	_	_	_	ss=v.social	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181696.3
+# sent_counter = 1835
+# text = I Highly Recommend , The Law Offices Of Dale Gribow !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	Highly	highly	ADV	_	_	_	_	_	_	*
+3	Recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+6	Law	law	NOUN	_	_	_	_	_	_	1
+7	Offices	office	NOUN	_	_	_	_	_	_	1
+8	Of	of	ADP	_	_	_	_	_	_	1
+9	Dale	dale	PROPN	_	_	_	_	_	_	1
+10	Gribow	gribow	PROPN	_	_	_	_	_	_	1
+11	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.184290.1
+# sent_counter = 1836
+# text = wow wow wow .
+1	wow	wow	INTJ	_	_	_	_	_	_	*
+2	wow	wow	INTJ	_	_	_	_	_	_	*
+3	wow	wow	INTJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.184290.2
+# sent_counter = 1837
+# text = the bast cab in minneapolis
+1	the	the	DET	_	_	_	_	_	_	*
+2	bast	bast	ADJ	_	_	_	_	_	_	*
+3	cab	cab	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	minneapolis	minneapolis	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191597.1
+# sent_counter = 1838
+# text = Awsome !
+1	Awsome	awsome	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191597.2
+# sent_counter = 1839
+# text = Great food cheap
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	cheap	cheap	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191597.3
+# sent_counter = 1840
+# text = Every thing here is good .
+1	Every	every	DET	_	_	_	_	_	_	1:X
+2	thing	thing	NOUN	_	_	_	_	_	_	1
+3	here	here	ADV	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191597.4
+# sent_counter = 1841
+# text = Fish tacos are my fave simple and filling Highly recommend Mi Pueblo .
+1	Fish	fish	NOUN	_	_	_	_	_	ss=n.food	*
+2	tacos	taco	NOUN	_	_	_	_	_	ss=n.food	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	fave	fave	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	simple	simple	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	filling	filling	ADJ	_	_	_	_	_	_	*
+9	Highly	highly	ADV	_	_	_	_	_	_	*
+10	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+11	Mi	mi	PROPN	_	_	_	_	_	ss=n.group	1:X
+12	Pueblo	pueblo	PROPN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.191597.5
+# sent_counter = 1842
+# text = Gets busy so come early
+1	Gets	get	VERB	_	_	_	_	_	ss=v.social	1:X
+2	busy	busy	ADJ	_	_	_	_	_	_	1
+3	so	so	ADV	_	_	_	_	_	_	*
+4	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	early	early	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192399.1
+# sent_counter = 1843
+# text = Kyle with Bullwark
+1	Kyle	kyle	PROPN	_	_	_	_	_	ss=n.person	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	Bullwark	bullwark	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192399.2
+# sent_counter = 1844
+# text = Great job !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192399.3
+# sent_counter = 1845
+# text = Listened to my problem and took care of it .
+1	Listened	listen	VERB	_	_	_	_	_	ss=v.perception	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+7	care	care	NOUN	_	_	_	_	_	_	1
+8	of	of	ADP	_	_	_	_	_	_	1
+9	it	it	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192399.4
+# sent_counter = 1846
+# text = Thanks !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.203196.1
+# sent_counter = 1847
+# text = VINGAS
+1	VINGAS	vingas	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.203196.2
+# sent_counter = 1848
+# text = VISAKHA INDUSTRIAL GASES PVT. LTD. , location at google maps .
+1	VISAKHA	visakha	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	INDUSTRIAL	industrial	PROPN	_	_	_	_	_	_	1
+3	GASES	gases	PROPN	_	_	_	_	_	_	1
+4	PVT.	pvt.	PROPN	_	_	_	_	_	_	1
+5	LTD.	ltd.	PROPN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	google	google	PROPN	_	_	_	_	_	ss=n.communication	2:X
+10	maps	maps	PROPN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.1
+# sent_counter = 1849
+# text = MUST READ - Do not waste your time in this store .
+1	MUST	must	AUX	_	_	_	_	_	_	*
+2	READ	read	VERB	_	_	_	_	_	ss=v.communication	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Do	do	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	waste	waste	VERB	_	_	_	_	_	ss=v.stative	1:X
+7	your	your	PRON	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	in	in	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.2
+# sent_counter = 1850
+# text = At my appointment the girl helping me was unable to adequately lace up some of the dresses .
+1	At	at	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+6	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	unable	unable	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	adequately	adequately	ADV	_	_	_	_	_	_	*
+12	lace	lace	VERB	_	_	_	_	_	ss=v.social	1:X
+13	up	up	ADP	_	_	_	_	_	_	1
+14	some	some	DET	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	dresses	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.3
+# sent_counter = 1851
+# text = They felt like they were going to fall off of me and it was very difficult to see what I would actually look like were I to purchase some of these dresses .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	felt	felt	VERB	_	_	_	_	_	ss=v.emotion	1:X
+3	like	like	SCONJ	_	_	_	_	_	_	1
+4	they	they	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	going	go	VERB	_	_	_	_	_	_	2:X
+7	to	to	PART	_	_	_	_	_	_	2
+8	fall	fall	VERB	_	_	_	_	_	ss=v.change	*
+9	off	off	ADV	_	_	_	_	_	_	3:X
+10	of	of	ADP	_	_	_	_	_	_	3
+11	me	me	PRON	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	difficult	difficult	ADJ	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	actually	actually	ADV	_	_	_	_	_	_	*
+23	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+24	like	like	ADP	_	_	_	_	_	_	*
+25	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+29	some	some	DET	_	_	_	_	_	_	*
+30	of	of	ADP	_	_	_	_	_	_	*
+31	these	these	DET	_	_	_	_	_	_	*
+32	dresses	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.4
+# sent_counter = 1852
+# text = I thought it would be a good idea to see how a few that I liked would look like on a model ( by looking the dress up online ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.social	*
+11	how	how	ADV	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	1:X
+13	few	few	ADJ	_	_	_	_	_	_	1
+14	that	that	DET	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+17	would	would	AUX	_	_	_	_	_	_	*
+18	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+19	like	like	ADP	_	_	_	_	_	_	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	model	model	NOUN	_	_	_	_	_	ss=n.person	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	by	by	SCONJ	_	_	_	_	_	_	*
+25	looking	look	VERB	_	_	_	_	_	ss=v.cognition	2:X
+26	the	the	DET	_	_	_	_	_	_	*
+27	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	up	up	ADP	_	_	_	_	_	_	2
+29	online	online	ADV	_	_	_	_	_	_	*
+30	)	)	PUNCT	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.5
+# sent_counter = 1853
+# text = So , as I was leaving I asked for the designer / dress name or style number associated with my top picks .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	as	as	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	AUX	_	_	_	_	_	_	*
+6	leaving	leave	VERB	_	_	_	_	_	ss=v.motion	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	designer	designer	NOUN	_	_	_	_	_	ss=n.group	*
+12	/	/	PUNCT	_	_	_	_	_	_	*
+13	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	number	number	NOUN	_	_	_	_	_	ss=n.communication	*
+18	associated	associate	VERB	_	_	_	_	_	ss=v.cognition	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	top	top	ADJ	_	_	_	_	_	_	*
+22	picks	pick	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.6
+# sent_counter = 1854
+# text = They said they were " unable to tell me until they ordered my dress " .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	unable	unable	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	until	until	SCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.7
+# sent_counter = 1855
+# text = Hmmm ... A person can not call a company , if you have no idea its name ( since the designer is unknown ... SUPPOSEDLY ) , and order a gown without a dress name or style number .
+1	Hmmm	hmmm	INTJ	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+3	A	a	DET	_	_	_	_	_	_	*
+4	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	if	if	SCONJ	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	no	no	DET	_	_	_	_	_	_	*
+15	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	its	it	PRON	_	_	_	_	_	_	*
+17	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	since	since	SCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	designer	designer	NOUN	_	_	_	_	_	ss=n.group	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	unknown	unknown	ADJ	_	_	_	_	_	_	*
+24	...	...	PUNCT	_	_	_	_	_	_	*
+25	SUPPOSEDLY	supposedly	ADV	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	gown	gown	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	without	without	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+36	or	or	CCONJ	_	_	_	_	_	_	*
+37	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+38	number	number	NOUN	_	_	_	_	_	ss=n.communication	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.8
+# sent_counter = 1856
+# text = Do other brides fall for this ???
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	brides	bride	NOUN	_	_	_	_	_	ss=n.person	*
+4	fall	fall	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	for	for	ADP	_	_	_	_	_	_	1
+6	this	this	DET	_	_	_	_	_	_	*
+7	???	???	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.9
+# sent_counter = 1857
+# text = They either : a ) do n't want to give it to me because they do n't want me purchasing the dress elsewhere or b ) are recreating the dresses themselves ( ie STEALING other designers ' dress designs and " filling the orders " by their own seamstresses ) .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	either	either	CCONJ	_	_	_	_	_	_	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	a	a	X	_	_	_	_	_	_	*
+5	)	)	PUNCT	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	because	because	SCONJ	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	purchasing	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+24	or	or	CCONJ	_	_	_	_	_	_	*
+25	b	b	X	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	are	be	AUX	_	_	_	_	_	_	*
+28	recreating	recreate	VERB	_	_	_	_	_	ss=v.creation	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	dresses	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	themselves	themselves	PRON	_	_	_	_	_	_	*
+32	(	(	PUNCT	_	_	_	_	_	_	*
+33	ie	ie	X	_	_	_	_	_	_	*
+34	STEALING	steal	VERB	_	_	_	_	_	ss=v.possession	*
+35	other	other	ADJ	_	_	_	_	_	_	*
+36	designers	designer	NOUN	_	_	_	_	_	ss=n.group	*
+37	'	'	PART	_	_	_	_	_	_	*
+38	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	designs	design	NOUN	_	_	_	_	_	ss=n.group	*
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	"	"	PUNCT	_	_	_	_	_	_	*
+42	filling	fill	VERB	_	_	_	_	_	ss=v.social	*
+43	the	the	DET	_	_	_	_	_	_	*
+44	orders	order	NOUN	_	_	_	_	_	ss=n.communication	*
+45	"	"	PUNCT	_	_	_	_	_	_	*
+46	by	by	ADP	_	_	_	_	_	_	*
+47	their	their	PRON	_	_	_	_	_	_	*
+48	own	own	ADJ	_	_	_	_	_	_	*
+49	seamstresses	seamstress	NOUN	_	_	_	_	_	ss=n.person	*
+50	)	)	PUNCT	_	_	_	_	_	_	*
+51	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.10
+# sent_counter = 1858
+# text = I 'm no detective but ... uhh ... seriously ?!?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	detective	detective	NOUN	_	_	_	_	_	ss=n.person	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	uhh	uhh	INTJ	_	_	_	_	_	_	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	seriously	seriously	ADV	_	_	_	_	_	_	*
+10	?!?	?!?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.11
+# sent_counter = 1859
+# text = Whatever type of operation they are running , I 'm not interested and if you 're smart , you wo n't be either .
+1	Whatever	whatever	DET	_	_	_	_	_	_	*
+2	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	operation	operation	NOUN	_	_	_	_	_	ss=n.group	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	running	run	VERB	_	_	_	_	_	ss=v.social	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	interested	interested	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	if	if	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+17	smart	smart	ADJ	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	wo	wo	AUX	_	_	_	_	_	_	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	either	either	ADV	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.12
+# sent_counter = 1860
+# text = What a waste of TIME .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	waste	waste	NOUN	_	_	_	_	_	_	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	TIME	time	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.13
+# sent_counter = 1861
+# text = Aside from that little * mystery * , one of the sales ladies was quite comfortable telling me how wrong I was about how another dress that I loved compared to one of her dresses that I was trying on .
+1	Aside	aside	ADV	_	_	_	_	_	_	1:X
+2	from	from	ADP	_	_	_	_	_	_	1
+3	that	that	DET	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	*	*	SYM	_	_	_	_	_	_	*
+6	mystery	mystery	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	*	*	SYM	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	sales	sales	NOUN	_	_	_	_	_	ss=n.person	2:X
+13	ladies	lady	NOUN	_	_	_	_	_	_	2
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	quite	quite	ADV	_	_	_	_	_	_	*
+16	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+17	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	how	how	ADV	_	_	_	_	_	_	*
+20	wrong	wrong	ADJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	about	about	SCONJ	_	_	_	_	_	_	*
+24	how	how	ADV	_	_	_	_	_	_	*
+25	another	another	DET	_	_	_	_	_	_	*
+26	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	that	that	DET	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+30	compared	compare	VERB	_	_	_	_	_	ss=v.stative	3:X
+31	to	to	ADP	_	_	_	_	_	_	3
+32	one	one	NUM	_	_	_	_	_	_	*
+33	of	of	ADP	_	_	_	_	_	_	*
+34	her	her	PRON	_	_	_	_	_	_	*
+35	dresses	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	that	that	DET	_	_	_	_	_	_	*
+37	I	i	PRON	_	_	_	_	_	_	*
+38	was	be	AUX	_	_	_	_	_	_	*
+39	trying	try	VERB	_	_	_	_	_	ss=v.body	4:X
+40	on	on	ADP	_	_	_	_	_	_	4
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.14
+# sent_counter = 1862
+# text = Somehow , since she supposedly does n't know any names of designers / dresses , after I told her the designer and dress name of the one I was comparing , she knew " exactly which dress " I was referring to and disagreed with my observation ; she said that the bodice did come as low as the one I had on .
+1	Somehow	somehow	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	since	since	SCONJ	_	_	_	_	_	_	*
+4	she	she	PRON	_	_	_	_	_	_	*
+5	supposedly	supposedly	ADV	_	_	_	_	_	_	*
+6	does	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	any	any	DET	_	_	_	_	_	_	*
+10	names	names	NOUN	_	_	_	_	_	ss=n.communication	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	designers	designer	NOUN	_	_	_	_	_	ss=n.group	*
+13	/	/	PUNCT	_	_	_	_	_	_	*
+14	dresses	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	after	after	SCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+19	her	her	PRON	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	designer	designer	NOUN	_	_	_	_	_	ss=n.group	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	one	one	NOUN	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	was	be	AUX	_	_	_	_	_	_	*
+30	comparing	compare	VERB	_	_	_	_	_	ss=v.stative	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	she	she	PRON	_	_	_	_	_	_	*
+33	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+34	"	"	PUNCT	_	_	_	_	_	_	*
+35	exactly	exactly	ADV	_	_	_	_	_	_	*
+36	which	which	DET	_	_	_	_	_	_	*
+37	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+38	"	"	PUNCT	_	_	_	_	_	_	*
+39	I	i	PRON	_	_	_	_	_	_	*
+40	was	be	AUX	_	_	_	_	_	_	*
+41	referring	refer	VERB	_	_	_	_	_	ss=v.communication	1:X
+42	to	to	ADP	_	_	_	_	_	_	1
+43	and	and	CCONJ	_	_	_	_	_	_	*
+44	disagreed	disagree	VERB	_	_	_	_	_	ss=v.communication	*
+45	with	with	ADP	_	_	_	_	_	_	*
+46	my	my	PRON	_	_	_	_	_	_	*
+47	observation	observation	NOUN	_	_	_	_	_	ss=n.cognition	*
+48	;	;	PUNCT	_	_	_	_	_	_	*
+49	she	she	PRON	_	_	_	_	_	_	*
+50	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+51	that	that	SCONJ	_	_	_	_	_	_	*
+52	the	the	DET	_	_	_	_	_	_	*
+53	bodice	bodice	NOUN	_	_	_	_	_	ss=n.artifact	*
+54	did	do	AUX	_	_	_	_	_	_	*
+55	come	come	VERB	_	_	_	_	_	ss=v.possession	*
+56	as	as	ADV	_	_	_	_	_	_	*
+57	low	low	ADV	_	_	_	_	_	_	*
+58	as	as	ADP	_	_	_	_	_	_	*
+59	the	the	DET	_	_	_	_	_	_	*
+60	one	one	NOUN	_	_	_	_	_	_	*
+61	I	i	PRON	_	_	_	_	_	_	*
+62	had	have	VERB	_	_	_	_	_	ss=v.body	2:X
+63	on	on	ADV	_	_	_	_	_	_	2
+64	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.15
+# sent_counter = 1863
+# text = My point : Even if I was wrong , do n't sit there and argue with the customer .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Even	even	ADV	_	_	_	_	_	_	1:X
+5	if	if	SCONJ	_	_	_	_	_	_	1
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	wrong	wrong	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+13	there	there	ADV	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	argue	argue	VERB	_	_	_	_	_	ss=v.communication	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.16
+# sent_counter = 1864
+# text = Say something like , " Huh .
+1	Say	say	VERB	_	_	_	_	_	ss=v.communication	*
+2	something	something	NOUN	_	_	_	_	_	_	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	Huh	huh	INTJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.17
+# sent_counter = 1865
+# text = I did n't think so but you could be right . "
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	think	think	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	so	so	ADV	_	_	_	_	_	_	1
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	right	right	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.18
+# sent_counter = 1866
+# text = Unless you want to take the " tell the customer how wrong she is and try and force her into a dress she 's obviously not loving " approach which will likely get you ... uh ... nowhere .
+1	Unless	unless	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+6	the	the	DET	_	_	_	_	_	_	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+11	how	how	ADV	_	_	_	_	_	_	*
+12	wrong	wrong	ADJ	_	_	_	_	_	_	*
+13	she	she	PRON	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	try	try	VERB	_	_	_	_	_	ss=v.social	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	force	force	VERB	_	_	_	_	_	ss=v.social	*
+19	her	her	PRON	_	_	_	_	_	_	*
+20	into	into	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	dress	dress	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	she	she	PRON	_	_	_	_	_	_	*
+24	's	's	AUX	_	_	_	_	_	_	*
+25	obviously	obviously	ADV	_	_	_	_	_	_	*
+26	not	not	PART	_	_	_	_	_	_	*
+27	loving	love	VERB	_	_	_	_	_	ss=v.emotion	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+29	approach	approach	NOUN	_	_	_	_	_	_	1
+30	which	which	DET	_	_	_	_	_	_	*
+31	will	will	AUX	_	_	_	_	_	_	*
+32	likely	likely	ADV	_	_	_	_	_	_	*
+33	get	get	VERB	_	_	_	_	_	ss=v.change	*
+34	you	you	PRON	_	_	_	_	_	_	*
+35	...	...	PUNCT	_	_	_	_	_	_	*
+36	uh	uh	INTJ	_	_	_	_	_	_	*
+37	...	...	PUNCT	_	_	_	_	_	_	*
+38	nowhere	nowhere	ADV	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.19
+# sent_counter = 1867
+# text = Seriously : do not waste your time .
+1	Seriously	seriously	ADV	_	_	_	_	_	_	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	waste	waste	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	your	your	PRON	_	_	_	_	_	_	*
+7	time	time	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.20
+# sent_counter = 1868
+# text = Other shops around this city have MUCH NICER and more TRANSPARENT owners .
+1	Other	other	ADJ	_	_	_	_	_	_	*
+2	shops	shop	NOUN	_	_	_	_	_	ss=n.group	*
+3	around	around	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	MUCH	much	ADV	_	_	_	_	_	_	*
+8	NICER	nice	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	more	more	ADV	_	_	_	_	_	_	*
+11	TRANSPARENT	transparent	ADJ	_	_	_	_	_	_	*
+12	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.21
+# sent_counter = 1869
+# text = Not owners that seem like they have something to hide and know nothing about common courtesy and customer service .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+5	like	like	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	something	something	NOUN	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	hide	hide	VERB	_	_	_	_	_	ss=v.social	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	nothing	nothing	NOUN	_	_	_	_	_	_	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	common	common	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+16	courtesy	courtesy	NOUN	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+19	service	service	NOUN	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211797.22
+# sent_counter = 1870
+# text = I felt very much like Wedding Gallery was being dishonest and I would n't trust them to lace me up in another gown let alone trust them with the gown I will wear on the most important day of my life .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	much	much	ADV	_	_	_	_	_	_	*
+5	like	like	SCONJ	_	_	_	_	_	_	*
+6	Wedding	wedding	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Gallery	gallery	PROPN	_	_	_	_	_	_	1
+8	was	be	AUX	_	_	_	_	_	_	*
+9	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	dishonest	dishonest	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	lace	lace	VERB	_	_	_	_	_	ss=v.social	2:X
+19	me	me	PRON	_	_	_	_	_	_	*
+20	up	up	ADP	_	_	_	_	_	_	2
+21	in	in	ADP	_	_	_	_	_	_	*
+22	another	another	DET	_	_	_	_	_	_	*
+23	gown	gown	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	let	let	ADV	_	_	_	_	_	_	3:X
+25	alone	alone	ADV	_	_	_	_	_	_	3
+26	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	4:X
+27	them	them	PRON	_	_	_	_	_	_	*
+28	with	with	ADP	_	_	_	_	_	_	4
+29	the	the	DET	_	_	_	_	_	_	*
+30	gown	gown	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	will	will	AUX	_	_	_	_	_	_	*
+33	wear	wear	VERB	_	_	_	_	_	ss=v.body	*
+34	on	on	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	ss=n.event	5:X
+36	most	most	ADV	_	_	_	_	_	_	5
+37	important	important	ADJ	_	_	_	_	_	_	5
+38	day	day	NOUN	_	_	_	_	_	_	5
+39	of	of	ADP	_	_	_	_	_	_	5
+40	my	my	PRON	_	_	_	_	_	_	*
+41	life	life	NOUN	_	_	_	_	_	_	5
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235190.1
+# sent_counter = 1871
+# text = Channel Guide
+1	Channel	channel	NOUN	_	_	_	_	_	ss=n.communication	*
+2	Guide	guide	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235190.2
+# sent_counter = 1872
+# text = Believe it or not , but the channel guide has been most helpful to my family members that visit and do n't know where to start when it comes to watching satellite tv .
+1	Believe	believe	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	it	it	PRON	_	_	_	_	_	_	1
+3	or	or	CCONJ	_	_	_	_	_	_	1
+4	not	not	PART	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	channel	channel	NOUN	_	_	_	_	_	ss=n.communication	*
+9	guide	guide	NOUN	_	_	_	_	_	ss=n.communication	*
+10	has	have	AUX	_	_	_	_	_	_	*
+11	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	most	most	ADV	_	_	_	_	_	_	*
+13	helpful	helpful	ADJ	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+17	members	member	NOUN	_	_	_	_	_	ss=n.person	*
+18	that	that	DET	_	_	_	_	_	_	*
+19	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	n't	n't	PART	_	_	_	_	_	_	*
+23	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+24	where	where	ADV	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	start	start	VERB	_	_	_	_	_	ss=v.change	*
+27	when	when	ADV	_	_	_	_	_	ss=v.stative	2:X
+28	it	it	PRON	_	_	_	_	_	_	2
+29	comes	come	VERB	_	_	_	_	_	_	2
+30	to	to	SCONJ	_	_	_	_	_	_	2
+31	watching	watch	VERB	_	_	_	_	_	ss=v.perception	*
+32	satellite	satellite	NOUN	_	_	_	_	_	ss=n.communication	3:X
+33	tv	tv	NOUN	_	_	_	_	_	_	3
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235190.3
+# sent_counter = 1873
+# text = I just give them guide and they can find anything they need .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	give	give	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	guide	guide	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	can	can	AUX	_	_	_	_	_	_	*
+9	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	anything	anything	NOUN	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235190.4
+# sent_counter = 1874
+# text = Thanks again , Directv .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	1:X
+2	again	again	ADV	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Directv	directv	PROPN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.1
+# sent_counter = 1875
+# text = Rude Rude Rude
+1	Rude	rude	ADJ	_	_	_	_	_	_	*
+2	Rude	rude	ADJ	_	_	_	_	_	_	*
+3	Rude	rude	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.2
+# sent_counter = 1876
+# text = went in there and got my dog groomed came home to an uneven dog then took him back to get evened up what a mistake !
+1	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+8	groomed	groom	VERB	_	_	_	_	_	ss=v.body	*
+9	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+10	home	home	ADV	_	_	_	_	_	_	1
+11	to	to	ADP	_	_	_	_	_	_	1
+12	an	an	DET	_	_	_	_	_	_	*
+13	uneven	uneven	ADJ	_	_	_	_	_	_	*
+14	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+15	then	then	ADV	_	_	_	_	_	_	*
+16	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+17	him	him	PRON	_	_	_	_	_	_	*
+18	back	back	ADV	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	get	get	AUX	_	_	_	_	_	_	*
+21	evened	even	VERB	_	_	_	_	_	ss=v.body	2:X
+22	up	up	ADP	_	_	_	_	_	_	2
+23	what	what	PRON	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	mistake	mistake	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.3
+# sent_counter = 1877
+# text = she did nt even let me finish a sentence without insulting me and telling me how i should have said it !
+1	she	she	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	finish	finish	VERB	_	_	_	_	_	ss=v.change	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	sentence	sentence	NOUN	_	_	_	_	_	ss=n.communication	*
+10	without	without	SCONJ	_	_	_	_	_	_	*
+11	insulting	insult	VERB	_	_	_	_	_	ss=v.communication	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	how	how	ADV	_	_	_	_	_	_	*
+17	i	i	PRON	_	_	_	_	_	_	*
+18	should	should	AUX	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.4
+# sent_counter = 1878
+# text = i wo nt go back !
+1	i	i	PRON	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.5
+# sent_counter = 1879
+# text = she needs to develop a personality !
+1	she	she	PRON	_	_	_	_	_	_	*
+2	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	develop	develop	VERB	_	_	_	_	_	ss=v.change	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	personality	personality	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.243799.6
+# sent_counter = 1880
+# text = brought dog home and it s all choppy now !
+1	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+2	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+3	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+7	all	all	ADV	_	_	_	_	_	_	*
+8	choppy	choppy	ADJ	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.1
+# sent_counter = 1881
+# text = Food Craving Gone and Weight Loss at Acupuncture Doctor
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	Craving	craving	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	Gone	gone	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	Weight	weight	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	Loss	loss	NOUN	_	_	_	_	_	_	1
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Acupuncture	acupuncture	NOUN	_	_	_	_	_	ss=n.act	*
+9	Doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.2
+# sent_counter = 1882
+# text = I am a college student .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	college	college	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	student	student	NOUN	_	_	_	_	_	ss=n.person	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.3
+# sent_counter = 1883
+# text = Before treatment , my food cravings were " out of control " which caused me to be stressed out .
+1	Before	before	ADP	_	_	_	_	_	_	*
+2	treatment	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	cravings	craving	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	out	out	ADP	_	_	_	_	_	_	1:X
+10	of	of	ADP	_	_	_	_	_	_	1
+11	control	control	NOUN	_	_	_	_	_	_	1
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	which	which	DET	_	_	_	_	_	_	*
+14	caused	cause	VERB	_	_	_	_	_	ss=v.stative	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	_	*
+18	stressed	stress	VERB	_	_	_	_	_	ss=v.emotion	2:X
+19	out	out	ADP	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.4
+# sent_counter = 1884
+# text = I experienced a Definite Decrease in food craving ( about 50 % ) and decrease in stress after the 1st treatment .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	experienced	experience	VERB	_	_	_	_	_	ss=v.cognition	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Definite	definite	ADJ	_	_	_	_	_	_	*
+5	Decrease	decrease	NOUN	_	_	_	_	_	ss=n.relation	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	craving	craving	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	about	about	ADV	_	_	_	_	_	_	*
+11	50	50	NUM	_	_	_	_	_	_	*
+12	%	%	SYM	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	decrease	decrease	NOUN	_	_	_	_	_	ss=n.relation	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	stress	stress	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	1st	1st	ADJ	_	_	_	_	_	_	*
+21	treatment	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.5
+# sent_counter = 1885
+# text = I actually loss 4 pounds after my 1st treatment and 2 pounds after my 2nd treatment .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	actually	actually	ADV	_	_	_	_	_	_	*
+3	loss	loss	VERB	_	_	_	_	_	ss=v.change	*
+4	4	4	NUM	_	_	_	_	_	_	*
+5	pounds	pound	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	after	after	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	1st	1st	ADJ	_	_	_	_	_	_	*
+9	treatment	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	2	2	NUM	_	_	_	_	_	_	*
+12	pounds	pound	NOUN	_	_	_	_	_	ss=n.quantity	*
+13	after	after	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	2nd	2nd	ADJ	_	_	_	_	_	_	*
+16	treatment	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.6
+# sent_counter = 1886
+# text = I was amazed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazed	amazed	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.7
+# sent_counter = 1887
+# text = I am now more at peace and my food craving is about 99 % gone after only 3 treatments .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	more	more	ADV	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	1:X
+6	peace	peace	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+10	craving	craving	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	about	about	ADV	_	_	_	_	_	_	*
+13	99	99	NUM	_	_	_	_	_	_	*
+14	%	%	SYM	_	_	_	_	_	_	*
+15	gone	gone	ADJ	_	_	_	_	_	_	*
+16	after	after	ADP	_	_	_	_	_	_	*
+17	only	only	ADV	_	_	_	_	_	_	*
+18	3	3	NUM	_	_	_	_	_	_	*
+19	treatments	treatment	NOUN	_	_	_	_	_	ss=n.event	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.8
+# sent_counter = 1888
+# text = Before coming to Acupuncture DOCTOR I was a big baby about needles and only came because my boyfriend 's aunt recommended it .
+1	Before	before	SCONJ	_	_	_	_	_	_	*
+2	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Acupuncture	acupuncture	NOUN	_	_	_	_	_	ss=n.act	*
+5	DOCTOR	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	a	a	DET	_	_	_	_	_	_	1
+9	big	big	ADJ	_	_	_	_	_	_	1
+10	baby	baby	NOUN	_	_	_	_	_	_	1
+11	about	about	ADP	_	_	_	_	_	_	*
+12	needles	needle	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	only	only	ADV	_	_	_	_	_	_	*
+15	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+16	because	because	SCONJ	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	boyfriend	boyfriend	NOUN	_	_	_	_	_	ss=n.person	*
+19	's	's	PART	_	_	_	_	_	_	*
+20	aunt	aunt	NOUN	_	_	_	_	_	ss=n.person	*
+21	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.9
+# sent_counter = 1889
+# text = It hurt very little , felt more like pressure than pain .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	hurt	hurt	VERB	_	_	_	_	_	ss=v.perception	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	little	little	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	felt	felt	VERB	_	_	_	_	_	ss=v.perception	*
+7	more	more	ADV	_	_	_	_	_	_	1:X
+8	like	like	ADP	_	_	_	_	_	_	1
+9	pressure	pressure	NOUN	_	_	_	_	_	ss=n.state	*
+10	than	than	ADP	_	_	_	_	_	_	*
+11	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.10
+# sent_counter = 1890
+# text = What I like most about Dr. Liau is that she is very caring .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+7	Liau	liau	PROPN	_	_	_	_	_	_	1
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	caring	caring	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.11
+# sent_counter = 1891
+# text = She talks to you at each appointment .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	talks	talk	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	each	each	DET	_	_	_	_	_	_	*
+7	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.12
+# sent_counter = 1892
+# text = I can tell she really cares and wants to help .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	tell	tell	VERB	_	_	_	_	_	ss=v.cognition	*
+4	she	she	PRON	_	_	_	_	_	_	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	cares	care	VERB	_	_	_	_	_	ss=v.emotion	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	wants	want	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	help	help	VERB	_	_	_	_	_	ss=v.social	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.13
+# sent_counter = 1893
+# text = I am SO GLAD to have found Dr. Liau .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	SO	so	ADV	_	_	_	_	_	_	*
+4	GLAD	glad	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+9	Liau	liau	PROPN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247097.14
+# sent_counter = 1894
+# text = Now I feel more confident wearing my bathing suit in the summer .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+4	more	more	ADV	_	_	_	_	_	_	*
+5	confident	confident	ADJ	_	_	_	_	_	_	*
+6	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	bathing	bathing	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	suit	suit	NOUN	_	_	_	_	_	_	1
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	summer	summer	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.252791.1
+# sent_counter = 1895
+# text = no feathers in stock !!!!
+1	no	no	DET	_	_	_	_	_	_	*
+2	feathers	feather	NOUN	_	_	_	_	_	ss=n.natural_object	*
+3	in	in	ADP	_	_	_	_	_	_	1:X
+4	stock	stock	NOUN	_	_	_	_	_	_	1
+5	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.252791.2
+# sent_counter = 1896
+# text = I was very upset when I went to Mother Plucker , they had NO FEATHERS and the quality is TERRIBLE .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	upset	upset	ADJ	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Mother	mother	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Plucker	plucker	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	NO	no	DET	_	_	_	_	_	_	*
+15	FEATHERS	feather	NOUN	_	_	_	_	_	ss=n.natural_object	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	TERRIBLE	terrible	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.252791.3
+# sent_counter = 1897
+# text = I had to dig in a bag to find one nice feather , what a joke !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	dig	dig	VERB	_	_	_	_	_	ss=v.contact	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	bag	bag	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	nice	nice	ADJ	_	_	_	_	_	_	*
+12	feather	feather	NOUN	_	_	_	_	_	ss=n.natural_object	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	joke	joke	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257296.1
+# sent_counter = 1898
+# text = Course has come a long way !!
+1	Course	course	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	come	come	VERB	_	_	_	_	_	ss=v.change	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	long	long	ADJ	_	_	_	_	_	_	*
+6	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257296.2
+# sent_counter = 1899
+# text = HCC 's new nine was a little shaky at first , but the NEW grounds superintendant has done wonders for the course !!
+1	HCC	hcc	PROPN	_	_	_	_	_	ss=n.group	*
+2	's	's	PART	_	_	_	_	_	_	*
+3	new	new	ADJ	_	_	_	_	_	_	*
+4	nine	nine	NUM	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	1:X
+7	little	little	ADJ	_	_	_	_	_	_	1
+8	shaky	shaky	ADJ	_	_	_	_	_	_	*
+9	at	at	ADV	_	_	_	_	_	_	2:X
+10	first	first	ADV	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	NEW	new	ADJ	_	_	_	_	_	_	*
+15	grounds	grounds	NOUN	_	_	_	_	_	ss=n.location	*
+16	superintendant	superintendant	NOUN	_	_	_	_	_	ss=n.person	*
+17	has	have	AUX	_	_	_	_	_	_	*
+18	done	do	VERB	_	_	_	_	_	ss=v.stative	3:X
+19	wonders	wonder	NOUN	_	_	_	_	_	_	3
+20	for	for	ADP	_	_	_	_	_	_	3
+21	the	the	DET	_	_	_	_	_	_	*
+22	course	course	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257296.3
+# sent_counter = 1900
+# text = The comment below definitely needs to be retracted !
+1	The	the	DET	_	_	_	_	_	_	*
+2	comment	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+3	below	below	ADV	_	_	_	_	_	_	*
+4	definitely	definitely	ADV	_	_	_	_	_	_	*
+5	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	retracted	retract	VERB	_	_	_	_	_	ss=v.change	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257296.4
+# sent_counter = 1901
+# text = Come back and give HCC a second chance at least !
+1	Come	come	VERB	_	_	_	_	_	ss=v.motion	*
+2	back	back	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	give	give	VERB	_	_	_	_	_	ss=v.social	*
+5	HCC	hcc	PROPN	_	_	_	_	_	ss=n.group	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	second	second	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+8	chance	chance	NOUN	_	_	_	_	_	_	1
+9	at	at	ADV	_	_	_	_	_	_	2:X
+10	least	least	ADV	_	_	_	_	_	_	2
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257296.5
+# sent_counter = 1902
+# text = It is a great course for local golfers to be proud of and all the comments in 2008 have been very positive !!
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	course	course	NOUN	_	_	_	_	_	ss=n.group	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	local	local	ADJ	_	_	_	_	_	_	*
+8	golfers	golfer	NOUN	_	_	_	_	_	ss=n.person	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	proud	proud	ADJ	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	comments	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	2008	2008	NUM	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	positive	positive	ADJ	_	_	_	_	_	_	*
+23	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.264993.1
+# sent_counter = 1903
+# text = An Hour Of Prego Bliss !
+1	An	an	DET	_	_	_	_	_	_	*
+2	Hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+3	Of	of	ADP	_	_	_	_	_	_	*
+4	Prego	prego	PROPN	_	_	_	_	_	ss=n.substance	*
+5	Bliss	bliss	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.264993.2
+# sent_counter = 1904
+# text = I schedule my weekly appointment here just to get a chance to lie comfortably on my tummy .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	schedule	schedule	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	weekly	weekly	ADJ	_	_	_	_	_	_	*
+5	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	a	a	DET	_	_	_	_	_	_	*
+11	chance	chance	NOUN	_	_	_	_	_	_	1
+12	to	to	PART	_	_	_	_	_	_	*
+13	lie	lie	VERB	_	_	_	_	_	ss=v.body	*
+14	comfortably	comfortably	ADV	_	_	_	_	_	_	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	tummy	tummy	NOUN	_	_	_	_	_	ss=n.body	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.264993.3
+# sent_counter = 1905
+# text = And the massages are heavenly !
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	massages	massage	NOUN	_	_	_	_	_	ss=n.act	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	heavenly	heavenly	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.264993.4
+# sent_counter = 1906
+# text = Very friendly place .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266591.1
+# sent_counter = 1907
+# text = Best Chineese food in the area
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Chineese	chineese	ADJ	_	_	_	_	_	_	*
+3	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266591.2
+# sent_counter = 1908
+# text = The food here is fresh and hot out of the Wok .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	fresh	fresh	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	hot	hot	ADJ	_	_	_	_	_	_	*
+8	out	out	ADP	_	_	_	_	_	_	1:X
+9	of	of	ADP	_	_	_	_	_	_	1
+10	the	the	DET	_	_	_	_	_	_	*
+11	Wok	wok	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266591.3
+# sent_counter = 1909
+# text = The food is cooked fast by the two chefs on duty .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+5	fast	fast	ADV	_	_	_	_	_	_	*
+6	by	by	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	two	two	NUM	_	_	_	_	_	_	*
+9	chefs	chef	NOUN	_	_	_	_	_	ss=n.person	*
+10	on	on	ADP	_	_	_	_	_	_	1:X
+11	duty	duty	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266591.4
+# sent_counter = 1910
+# text = The lunch specials are more food than most people can eat for about $ 6 .
+1	The	the	DET	_	_	_	_	_	_	*
+2	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+3	specials	special	NOUN	_	_	_	_	_	ss=n.event	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	more	more	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	than	than	SCONJ	_	_	_	_	_	_	*
+8	most	most	ADJ	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	about	about	ADV	_	_	_	_	_	_	*
+14	$	$	SYM	_	_	_	_	_	_	*
+15	6	6	NUM	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266591.5
+# sent_counter = 1911
+# text = It is busy every day at lunch for a reason , the service is fast and the food is great .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	busy	busy	ADJ	_	_	_	_	_	_	*
+4	every	every	DET	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	fast	fast	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	great	great	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267793.1
+# sent_counter = 1912
+# text = Great Doc
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Doc	doc	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267793.2
+# sent_counter = 1913
+# text = Dr Greenwalt fixed my neck from a snowboard injury and was way more effective that a regular doctor .
+1	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Greenwalt	greenwalt	PROPN	_	_	_	_	_	_	1
+3	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	neck	neck	NOUN	_	_	_	_	_	ss=n.body	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	snowboard	snowboard	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	injury	injury	NOUN	_	_	_	_	_	ss=n.state	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	way	way	ADV	_	_	_	_	_	_	*
+13	more	more	ADV	_	_	_	_	_	_	*
+14	effective	effective	ADJ	_	_	_	_	_	_	*
+15	that	that	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	regular	regular	ADJ	_	_	_	_	_	_	*
+18	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267793.3
+# sent_counter = 1914
+# text = He did nt prescribe pain meds or other drugs , he used his bodytalk method which is unusual but the results are undeniable .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	prescribe	prescribe	VERB	_	_	_	_	_	ss=v.communication	*
+5	pain	pain	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	meds	med	NOUN	_	_	_	_	_	_	1
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	other	other	ADJ	_	_	_	_	_	_	*
+9	drugs	drug	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	he	he	PRON	_	_	_	_	_	_	*
+12	used	use	VERB	_	_	_	_	_	ss=v.social	*
+13	his	his	PRON	_	_	_	_	_	_	*
+14	bodytalk	bodytalk	NOUN	_	_	_	_	_	ss=n.communication	*
+15	method	method	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	which	which	DET	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	unusual	unusual	ADJ	_	_	_	_	_	_	*
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+22	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	undeniable	undeniable	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267793.4
+# sent_counter = 1915
+# text = My neck is fixed !.
+1	My	my	PRON	_	_	_	_	_	_	*
+2	neck	neck	NOUN	_	_	_	_	_	ss=n.body	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fixed	fixed	ADJ	_	_	_	_	_	_	*
+5	!.	!.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267793.5
+# sent_counter = 1916
+# text = He knows what he s doing .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	what	what	PRON	_	_	_	_	_	_	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	s	s	AUX	_	_	_	_	_	_	*
+6	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.1
+# sent_counter = 1917
+# text = Learn from a Cesar Gracie black belt and former ufc fighter !
+1	Learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Cesar	cesar	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Gracie	gracie	PROPN	_	_	_	_	_	_	1
+6	black	black	ADJ	_	_	_	_	_	ss=n.person	2:X
+7	belt	belt	NOUN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	former	former	ADJ	_	_	_	_	_	_	*
+10	ufc	ufc	PROPN	_	_	_	_	_	ss=n.person	3:X
+11	fighter	fighter	NOUN	_	_	_	_	_	_	3
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.2
+# sent_counter = 1918
+# text = When i say jiu - jitsu or mma i mean it !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	jiu	jiu	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	-	-	PUNCT	_	_	_	_	_	_	1
+6	jitsu	jitsu	NOUN	_	_	_	_	_	_	1
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	mma	mma	NOUN	_	_	_	_	_	ss=n.act	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.3
+# sent_counter = 1919
+# text = Best jiu - jitsu mma in Santa Rosa and i have the experience and belt to back it up !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	jiu	jiu	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	jitsu	jitsu	NOUN	_	_	_	_	_	_	1
+5	mma	mma	NOUN	_	_	_	_	_	ss=n.act	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Santa	santa	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	Rosa	rosa	PROPN	_	_	_	_	_	_	2
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.cognition	3:X
+12	the	the	DET	_	_	_	_	_	_	*
+13	experience	experience	NOUN	_	_	_	_	_	_	3
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	belt	belt	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	back	back	VERB	_	_	_	_	_	ss=v.social	4:X
+18	it	it	PRON	_	_	_	_	_	_	*
+19	up	up	ADP	_	_	_	_	_	_	4
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.4
+# sent_counter = 1920
+# text = When you come to ncfa you will see a real instructor that teaches and trains everyday !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	ncfa	ncfa	PROPN	_	_	_	_	_	ss=n.group	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	see	see	VERB	_	_	_	_	_	ss=v.social	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	real	real	ADJ	_	_	_	_	_	_	*
+11	instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	teaches	teach	VERB	_	_	_	_	_	ss=v.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	trains	train	VERB	_	_	_	_	_	ss=v.cognition	*
+16	everyday	everyday	ADV	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.5
+# sent_counter = 1921
+# text = If your coach has no fights and you never see him train and sweat something is wrong !
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	your	your	PRON	_	_	_	_	_	_	*
+3	coach	coach	NOUN	_	_	_	_	_	ss=n.person	*
+4	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	fights	fight	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	never	never	ADV	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+11	him	him	PRON	_	_	_	_	_	_	*
+12	train	train	VERB	_	_	_	_	_	ss=v.cognition	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	sweat	sweat	VERB	_	_	_	_	_	ss=v.body	*
+15	something	something	NOUN	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	wrong	wrong	ADJ	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.274498.6
+# sent_counter = 1922
+# text = Dave Terrell www.norcalfightingalliance.com
+1	Dave	dave	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Terrell	terrell	PROPN	_	_	_	_	_	_	1
+3	www.norcalfightingalliance.com	www.norcalfightingalliance.com	X	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275595.1
+# sent_counter = 1923
+# text = teeth
+1	teeth	teeth	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275595.2
+# sent_counter = 1924
+# text = this dentist want to pull the tooth out always .. always wants to do the cheapest for his benefit .. not unless he knows you .
+1	this	this	DET	_	_	_	_	_	_	*
+2	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	pull	pull	VERB	_	_	_	_	_	ss=v.contact	1:X
+6	the	the	DET	_	_	_	_	_	_	*
+7	tooth	tooth	NOUN	_	_	_	_	_	_	1
+8	out	out	ADV	_	_	_	_	_	_	1
+9	always	always	ADV	_	_	_	_	_	_	*
+10	..	..	PUNCT	_	_	_	_	_	_	*
+11	always	always	ADV	_	_	_	_	_	_	*
+12	wants	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	his	his	PRON	_	_	_	_	_	_	*
+19	benefit	benefit	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	..	..	PUNCT	_	_	_	_	_	_	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	unless	unless	SCONJ	_	_	_	_	_	_	*
+23	he	he	PRON	_	_	_	_	_	_	*
+24	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275595.3
+# sent_counter = 1925
+# text = and hopefully you do not know the same people because he tells others about you payment status .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	hopefully	hopefully	ADV	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	same	same	ADJ	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	because	because	SCONJ	_	_	_	_	_	_	*
+11	he	he	PRON	_	_	_	_	_	_	*
+12	tells	tell	VERB	_	_	_	_	_	ss=v.communication	*
+13	others	others	NOUN	_	_	_	_	_	_	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+17	status	status	NOUN	_	_	_	_	_	ss=n.state	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275595.4
+# sent_counter = 1926
+# text = Which should be a private issue
+1	Which	which	DET	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	private	private	ADJ	_	_	_	_	_	_	*
+6	issue	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288894.1
+# sent_counter = 1927
+# text = Wrong Information
+1	Wrong	wrong	ADJ	_	_	_	_	_	_	*
+2	Information	information	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288894.2
+# sent_counter = 1928
+# text = The address is for Noida Location not for Gurgaon Location .
+1	The	the	DET	_	_	_	_	_	_	*
+2	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	Noida	noida	PROPN	_	_	_	_	_	ss=n.location	*
+6	Location	location	NOUN	_	_	_	_	_	ss=n.location	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Gurgaon	gurgaon	PROPN	_	_	_	_	_	ss=n.location	*
+10	Location	location	NOUN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288894.3
+# sent_counter = 1929
+# text = Please update this listing in you database .
+1	Please	please	INTJ	_	_	_	_	_	_	*
+2	update	update	VERB	_	_	_	_	_	ss=v.change	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	listing	listing	NOUN	_	_	_	_	_	ss=n.communication	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	database	database	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.1
+# sent_counter = 1930
+# text = What you can learn from the below ' bad experience ' .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	below	below	ADJ	_	_	_	_	_	_	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	bad	bad	ADJ	_	_	_	_	_	_	*
+10	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+11	'	'	PUNCT	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.2
+# sent_counter = 1931
+# text = I would suggest not avoiding Second Home based on the ' bad experience ' review .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	suggest	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	avoiding	avoid	VERB	_	_	_	_	_	ss=v.change	*
+6	Second	second	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Home	home	PROPN	_	_	_	_	_	_	1
+8	based	base	VERB	_	_	_	_	_	ss=v.cognition	2:X
+9	on	on	ADP	_	_	_	_	_	_	2
+10	the	the	DET	_	_	_	_	_	_	*
+11	'	'	PUNCT	_	_	_	_	_	_	*
+12	bad	bad	ADJ	_	_	_	_	_	_	*
+13	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+14	'	'	PUNCT	_	_	_	_	_	_	*
+15	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.3
+# sent_counter = 1932
+# text = I 'd probably be more inclined to board my two dogs here , seeing that they do n't just take every dog coming in .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'd	'd	AUX	_	_	_	_	_	_	*
+3	probably	probably	ADV	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	more	more	ADV	_	_	_	_	_	_	*
+6	inclined	inclined	ADJ	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	board	board	VERB	_	_	_	_	_	ss=v.social	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	two	two	NUM	_	_	_	_	_	_	*
+11	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	seeing	see	VERB	_	_	_	_	_	ss=v.cognition	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	do	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	just	just	ADV	_	_	_	_	_	_	*
+20	take	take	VERB	_	_	_	_	_	ss=v.social	*
+21	every	every	DET	_	_	_	_	_	_	*
+22	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+23	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+24	in	in	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.4
+# sent_counter = 1933
+# text = I 've toured this place and was impressed by how clean the place was , and all the options for the dogs .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	toured	tour	VERB	_	_	_	_	_	ss=v.social	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	was	be	AUX	_	_	_	_	_	_	*
+8	impressed	impress	VERB	_	_	_	_	_	ss=v.cognition	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	how	how	ADV	_	_	_	_	_	_	*
+11	clean	clean	ADJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.5
+# sent_counter = 1934
+# text = It 's unfortunate that bmil believed that his ' perfect ' dog was not given the right opportunity to prove himself .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	unfortunate	unfortunate	ADJ	_	_	_	_	_	_	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	bmil	bmil	PROPN	_	_	_	_	_	ss=n.person	*
+6	believed	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	his	his	PRON	_	_	_	_	_	_	*
+9	'	'	PUNCT	_	_	_	_	_	_	*
+10	perfect	perfect	ADJ	_	_	_	_	_	_	*
+11	'	'	PUNCT	_	_	_	_	_	_	*
+12	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	given	give	VERB	_	_	_	_	_	ss=v.social	1:X
+16	the	the	DET	_	_	_	_	_	_	1
+17	right	right	ADJ	_	_	_	_	_	_	*
+18	opportunity	opportunity	NOUN	_	_	_	_	_	_	1
+19	to	to	PART	_	_	_	_	_	_	*
+20	prove	prove	VERB	_	_	_	_	_	ss=v.cognition	*
+21	himself	himself	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.6
+# sent_counter = 1935
+# text = But I 've done hundreds of dog introductions myself ( another place , I do n't work here ) , and owners can have unrealistic expectations and views of what they see when their dogs meet other dogs .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	done	do	VERB	_	_	_	_	_	ss=v.social	1:X
+5	hundreds	hundred	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+8	introductions	introduction	NOUN	_	_	_	_	_	_	1
+9	myself	myself	PRON	_	_	_	_	_	_	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	another	another	DET	_	_	_	_	_	_	*
+12	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	do	do	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	work	work	VERB	_	_	_	_	_	ss=v.social	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+23	can	can	AUX	_	_	_	_	_	_	*
+24	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+25	unrealistic	unrealistic	ADJ	_	_	_	_	_	_	*
+26	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	views	view	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	of	of	SCONJ	_	_	_	_	_	_	*
+30	what	what	PRON	_	_	_	_	_	_	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	see	see	VERB	_	_	_	_	_	ss=v.social	*
+33	when	when	ADV	_	_	_	_	_	_	*
+34	their	their	PRON	_	_	_	_	_	_	*
+35	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+36	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+37	other	other	ADJ	_	_	_	_	_	_	*
+38	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.7
+# sent_counter = 1936
+# text = Workers who do these introductions look at the interaction objectively ; and it 's good to see they are able and willing to say no if they feel there would be a problem .
+1	Workers	worker	NOUN	_	_	_	_	_	ss=n.person	*
+2	who	who	PRON	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+4	these	these	DET	_	_	_	_	_	_	*
+5	introductions	introduction	NOUN	_	_	_	_	_	_	1
+6	look	look	VERB	_	_	_	_	_	ss=v.cognition	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	interaction	interaction	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	objectively	objectively	ADV	_	_	_	_	_	_	*
+11	;	;	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+15	good	good	ADJ	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	able	able	ADJ	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	willing	willing	ADJ	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	say	say	VERB	_	_	_	_	_	ss=v.communication	2:X
+25	no	no	INTJ	_	_	_	_	_	_	2
+26	if	if	SCONJ	_	_	_	_	_	_	*
+27	they	they	PRON	_	_	_	_	_	_	*
+28	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+29	there	there	PRON	_	_	_	_	_	_	*
+30	would	would	AUX	_	_	_	_	_	_	*
+31	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.8
+# sent_counter = 1937
+# text = It sounds ( according to your own statement ) that they had a roomful of dogs , so they must be doing something right - and are keeping those dogs safe from potential problems .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	sounds	sound	VERB	_	_	_	_	_	ss=v.cognition	*
+3	(	(	PUNCT	_	_	_	_	_	_	*
+4	according	accord	VERB	_	_	_	_	_	_	1:X
+5	to	to	ADP	_	_	_	_	_	_	1
+6	your	your	PRON	_	_	_	_	_	_	*
+7	own	own	ADJ	_	_	_	_	_	_	*
+8	statement	statement	NOUN	_	_	_	_	_	ss=n.communication	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	roomful	roomful	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	must	must	AUX	_	_	_	_	_	_	*
+21	be	be	AUX	_	_	_	_	_	_	*
+22	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+23	something	something	NOUN	_	_	_	_	_	_	*
+24	right	right	ADV	_	_	_	_	_	_	*
+25	-	-	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	are	be	AUX	_	_	_	_	_	_	*
+28	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	2:X
+29	those	those	DET	_	_	_	_	_	_	*
+30	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+31	safe	safe	ADJ	_	_	_	_	_	_	2
+32	from	from	ADP	_	_	_	_	_	_	*
+33	potential	potential	ADJ	_	_	_	_	_	_	*
+34	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.9
+# sent_counter = 1938
+# text = You say you work a lot , and that you have a young dog ; so I have little doubt that your dog is just filled with energy to burn ; and it is good of you to look for a place to take him .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	work	work	VERB	_	_	_	_	_	ss=v.social	*
+5	a	a	DET	_	_	_	_	_	_	1:X
+6	lot	lot	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	young	young	ADJ	_	_	_	_	_	_	*
+14	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+15	;	;	PUNCT	_	_	_	_	_	_	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	little	little	ADJ	_	_	_	_	_	_	*
+20	doubt	doubt	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	your	your	PRON	_	_	_	_	_	_	*
+23	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+24	is	be	AUX	_	_	_	_	_	ss=v.stative	*
+25	just	just	ADV	_	_	_	_	_	_	*
+26	filled	fill	VERB	_	_	_	_	_	_	*
+27	with	with	ADP	_	_	_	_	_	_	*
+28	energy	energy	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	burn	burn	VERB	_	_	_	_	_	ss=v.change	*
+31	;	;	PUNCT	_	_	_	_	_	_	*
+32	and	and	CCONJ	_	_	_	_	_	_	*
+33	it	it	PRON	_	_	_	_	_	_	*
+34	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	good	good	ADJ	_	_	_	_	_	_	*
+36	of	of	ADP	_	_	_	_	_	_	*
+37	you	you	PRON	_	_	_	_	_	_	*
+38	to	to	PART	_	_	_	_	_	_	*
+39	look	look	VERB	_	_	_	_	_	ss=v.cognition	*
+40	for	for	ADP	_	_	_	_	_	_	*
+41	a	a	DET	_	_	_	_	_	_	*
+42	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+43	to	to	PART	_	_	_	_	_	_	*
+44	take	take	VERB	_	_	_	_	_	ss=v.social	*
+45	him	him	PRON	_	_	_	_	_	_	*
+46	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.10
+# sent_counter = 1939
+# text = But not at a risk to other people 's pets .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	risk	risk	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	's	's	PART	_	_	_	_	_	_	*
+10	pets	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.11
+# sent_counter = 1940
+# text = You were clearly given another alternative by Second Home , to board him - which might have given your dog a chance to come and go from Second Home a couple times , getting used to the place and maybe facilitating another attempt to get into daycare later .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	clearly	clearly	ADV	_	_	_	_	_	_	*
+4	given	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+5	another	another	DET	_	_	_	_	_	_	*
+6	alternative	alternative	NOUN	_	_	_	_	_	_	1
+7	by	by	ADP	_	_	_	_	_	_	*
+8	Second	second	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	Home	home	PROPN	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	board	board	VERB	_	_	_	_	_	ss=v.social	*
+13	him	him	PRON	_	_	_	_	_	_	*
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	which	which	DET	_	_	_	_	_	_	*
+16	might	might	AUX	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	given	give	VERB	_	_	_	_	_	ss=v.social	3:X
+19	your	your	PRON	_	_	_	_	_	_	*
+20	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	chance	chance	NOUN	_	_	_	_	_	_	3
+23	to	to	PART	_	_	_	_	_	_	*
+24	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+27	from	from	ADP	_	_	_	_	_	_	*
+28	Second	second	PROPN	_	_	_	_	_	ss=n.group	4:X
+29	Home	home	PROPN	_	_	_	_	_	_	4
+30	a	a	DET	_	_	_	_	_	_	5:X
+31	couple	couple	NOUN	_	_	_	_	_	_	5
+32	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	getting	get	VERB	_	_	_	_	_	ss=v.cognition	6:X
+35	used	used	ADJ	_	_	_	_	_	_	6
+36	to	to	ADP	_	_	_	_	_	_	6
+37	the	the	DET	_	_	_	_	_	_	*
+38	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+39	and	and	CCONJ	_	_	_	_	_	_	*
+40	maybe	maybe	ADV	_	_	_	_	_	_	*
+41	facilitating	facilitate	VERB	_	_	_	_	_	ss=v.social	*
+42	another	another	DET	_	_	_	_	_	_	*
+43	attempt	attempt	NOUN	_	_	_	_	_	ss=n.cognition	*
+44	to	to	PART	_	_	_	_	_	_	*
+45	get	get	VERB	_	_	_	_	_	ss=v.social	7:X
+46	into	into	ADP	_	_	_	_	_	_	7
+47	daycare	daycare	NOUN	_	_	_	_	_	ss=n.group	*
+48	later	later	ADV	_	_	_	_	_	_	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.12
+# sent_counter = 1941
+# text = No business is going to push customers away without good reason ; so is n't it reasonable to think they might know what they 're doing ?
+1	No	no	DET	_	_	_	_	_	_	*
+2	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	push	push	VERB	_	_	_	_	_	ss=v.social	*
+7	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+8	away	away	ADV	_	_	_	_	_	_	*
+9	without	without	ADP	_	_	_	_	_	_	*
+10	good	good	ADJ	_	_	_	_	_	_	*
+11	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+12	;	;	PUNCT	_	_	_	_	_	_	*
+13	so	so	ADV	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+20	they	they	PRON	_	_	_	_	_	_	*
+21	might	might	AUX	_	_	_	_	_	_	*
+22	know	know	VERB	_	_	_	_	_	ss=v.cognition	2:X
+23	what	what	PRON	_	_	_	_	_	_	2
+24	they	they	PRON	_	_	_	_	_	_	2
+25	're	're	AUX	_	_	_	_	_	_	2
+26	doing	do	VERB	_	_	_	_	_	_	2
+27	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.13
+# sent_counter = 1942
+# text = My dogs are far from perfect , and one of them I believe would be a little much for daycare here herself ( at least initially ) .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	far	far	ADV	_	_	_	_	_	_	1:X
+5	from	from	ADP	_	_	_	_	_	_	1
+6	perfect	perfect	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	them	them	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	a	a	DET	_	_	_	_	_	_	2:X
+17	little	little	ADJ	_	_	_	_	_	_	2
+18	much	much	ADJ	_	_	_	_	_	_	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	daycare	daycare	NOUN	_	_	_	_	_	ss=n.group	*
+21	here	here	ADV	_	_	_	_	_	_	*
+22	herself	herself	PRON	_	_	_	_	_	_	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	at	at	ADV	_	_	_	_	_	_	3:X
+25	least	least	ADV	_	_	_	_	_	_	3
+26	initially	initially	ADV	_	_	_	_	_	_	*
+27	)	)	PUNCT	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290594.14
+# sent_counter = 1943
+# text = Be a little more reasonable with your expectations of a place like this ; and maybe do n't jump to personal attacks suggesting that they do n't want to work hard , just because you bruised your own ego .
+1	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	1:X
+3	little	little	ADJ	_	_	_	_	_	_	1
+4	more	more	ADV	_	_	_	_	_	_	*
+5	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	like	like	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	;	;	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	maybe	maybe	ADV	_	_	_	_	_	_	*
+17	do	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	jump	jump	VERB	_	_	_	_	_	ss=v.social	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	personal	personal	ADJ	_	_	_	_	_	_	*
+22	attacks	attack	NOUN	_	_	_	_	_	ss=n.event	*
+23	suggesting	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+24	that	that	SCONJ	_	_	_	_	_	_	*
+25	they	they	PRON	_	_	_	_	_	_	*
+26	do	do	AUX	_	_	_	_	_	_	*
+27	n't	n't	PART	_	_	_	_	_	_	*
+28	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	work	work	VERB	_	_	_	_	_	ss=v.social	*
+31	hard	hard	ADV	_	_	_	_	_	_	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	just	just	ADV	_	_	_	_	_	_	*
+34	because	because	SCONJ	_	_	_	_	_	_	*
+35	you	you	PRON	_	_	_	_	_	_	*
+36	bruised	bruise	VERB	_	_	_	_	_	ss=v.emotion	2:X
+37	your	your	PRON	_	_	_	_	_	_	*
+38	own	own	ADJ	_	_	_	_	_	_	*
+39	ego	ego	NOUN	_	_	_	_	_	_	2
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.1
+# sent_counter = 1944
+# text = Alto delivers on all levels .
+1	Alto	alto	PROPN	_	_	_	_	_	ss=n.group	*
+2	delivers	deliver	VERB	_	_	_	_	_	ss=v.social	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	levels	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.2
+# sent_counter = 1945
+# text = From the moment you enter the restaurant , you know you are some place special .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	moment	moment	NOUN	_	_	_	_	_	ss=n.event	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	enter	enter	VERB	_	_	_	_	_	ss=v.motion	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	some	some	DET	_	_	_	_	_	_	1:X
+14	place	place	NOUN	_	_	_	_	_	_	1
+15	special	special	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.3
+# sent_counter = 1946
+# text = The service is impeccable , and the food is even better .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	impeccable	impeccable	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	better	better	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.4
+# sent_counter = 1947
+# text = I highly recommend the four - course tasting menu , which gives you plenty of range and food to satisfy your appetite .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	four	four	NUM	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	course	course	NOUN	_	_	_	_	_	ss=n.event	*
+8	tasting	tasting	NOUN	_	_	_	_	_	ss=n.act	*
+9	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	which	which	DET	_	_	_	_	_	_	*
+12	gives	give	VERB	_	_	_	_	_	ss=v.stative	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	plenty	plenty	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	range	range	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	satisfy	satisfy	VERB	_	_	_	_	_	ss=v.consumption	*
+21	your	your	PRON	_	_	_	_	_	_	*
+22	appetite	appetite	NOUN	_	_	_	_	_	ss=n.motive	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.5
+# sent_counter = 1948
+# text = Also , if you are into wine , Alto has the depth of both region , varietal , and vintage to satisfy nearly any sommelier ( or after 9 pm , bring your own bottle for free ... no corking fee ! ) .
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	if	if	SCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.emotion	1:X
+6	into	into	ADP	_	_	_	_	_	_	1
+7	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Alto	alto	PROPN	_	_	_	_	_	ss=n.group	*
+10	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	depth	depth	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	both	both	CCONJ	_	_	_	_	_	_	*
+15	region	region	NOUN	_	_	_	_	_	ss=n.location	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	varietal	varietal	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	vintage	vintage	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	satisfy	satisfy	VERB	_	_	_	_	_	ss=v.emotion	*
+23	nearly	nearly	ADV	_	_	_	_	_	_	*
+24	any	any	DET	_	_	_	_	_	_	*
+25	sommelier	sommelier	NOUN	_	_	_	_	_	ss=n.person	*
+26	(	(	PUNCT	_	_	_	_	_	_	*
+27	or	or	CCONJ	_	_	_	_	_	_	*
+28	after	after	ADP	_	_	_	_	_	_	*
+29	9	9	NUM	_	_	_	_	_	_	*
+30	pm	pm	NOUN	_	_	_	_	_	ss=n.time	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+33	your	your	PRON	_	_	_	_	_	_	*
+34	own	own	ADJ	_	_	_	_	_	_	*
+35	bottle	bottle	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	for	for	ADP	_	_	_	_	_	_	*
+37	free	free	ADJ	_	_	_	_	_	_	*
+38	...	...	PUNCT	_	_	_	_	_	_	*
+39	no	no	DET	_	_	_	_	_	_	*
+40	corking	corking	NOUN	_	_	_	_	_	ss=n.possession	2:X
+41	fee	fee	NOUN	_	_	_	_	_	_	2
+42	!	!	PUNCT	_	_	_	_	_	_	*
+43	)	)	PUNCT	_	_	_	_	_	_	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292997.6
+# sent_counter = 1949
+# text = While it 's not cheap , Alto will give you an experience you 'll never forget .
+1	While	while	SCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	cheap	cheap	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	Alto	alto	PROPN	_	_	_	_	_	ss=n.group	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	give	give	VERB	_	_	_	_	_	ss=v.cognition	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	'll	'll	AUX	_	_	_	_	_	_	*
+15	never	never	ADV	_	_	_	_	_	_	*
+16	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.1
+# sent_counter = 1950
+# text = Skip te rest - this is the best
+1	Skip	skip	VERB	_	_	_	_	_	ss=v.change	*
+2	te	te	DET	_	_	_	_	_	_	*
+3	rest	rest	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	best	best	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.2
+# sent_counter = 1951
+# text = Absolutely great !
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.3
+# sent_counter = 1952
+# text = Clean , updated room , friendly staff , safe location .
+1	Clean	clean	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	updated	update	VERB	_	_	_	_	_	ss=v.change	*
+4	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	friendly	friendly	ADJ	_	_	_	_	_	_	*
+7	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	safe	safe	ADJ	_	_	_	_	_	_	*
+10	location	location	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.4
+# sent_counter = 1953
+# text = Staff is super friendly , treat you as a friend .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	super	super	ADV	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	as	as	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.5
+# sent_counter = 1954
+# text = Can not ask for a better experience .
+1	Can	can	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.6
+# sent_counter = 1955
+# text = Will be staying here any and every time I come anywhere near .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	be	be	AUX	_	_	_	_	_	_	*
+3	staying	stay	VERB	_	_	_	_	_	ss=v.social	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	every	every	DET	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+11	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+12	near	near	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295491.7
+# sent_counter = 1956
+# text = Overall , Joe is a happy camper who has found a great spot .
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Joe	joe	PROPN	_	_	_	_	_	ss=n.person	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	a	a	DET	_	_	_	_	_	_	*
+6	happy	happy	ADJ	_	_	_	_	_	_	1
+7	camper	camper	NOUN	_	_	_	_	_	_	1
+8	who	who	PRON	_	_	_	_	_	_	*
+9	has	have	AUX	_	_	_	_	_	_	*
+10	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	_	*
+13	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308297.1
+# sent_counter = 1957
+# text = Great Place !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308297.2
+# sent_counter = 1958
+# text = This is one of my favorite places to eat for lunch .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	favorite	favorite	ADJ	_	_	_	_	_	_	*
+7	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308297.3
+# sent_counter = 1959
+# text = They offer a good portions at a great price , it 's enough food to fill you up , but you do n't ever feel like you ate too much .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	portions	portion	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	enough	enough	ADJ	_	_	_	_	_	_	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	fill	fill	VERB	_	_	_	_	_	ss=v.consumption	1:X
+17	you	you	PRON	_	_	_	_	_	_	*
+18	up	up	ADP	_	_	_	_	_	_	1
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	do	do	AUX	_	_	_	_	_	_	*
+23	n't	n't	PART	_	_	_	_	_	_	*
+24	ever	ever	ADV	_	_	_	_	_	_	*
+25	feel	feel	VERB	_	_	_	_	_	ss=v.perception	*
+26	like	like	SCONJ	_	_	_	_	_	_	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	ate	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+29	too	too	ADV	_	_	_	_	_	_	*
+30	much	much	ADJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308297.4
+# sent_counter = 1960
+# text = Plus , it 's super healthy !
+1	Plus	plus	CCONJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	super	super	ADV	_	_	_	_	_	_	*
+6	healthy	healthy	ADJ	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.1
+# sent_counter = 1961
+# text = Great Dude Cut !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Dude	dude	NOUN	_	_	_	_	_	ss=n.person	*
+3	Cut	cut	NOUN	_	_	_	_	_	ss=n.event	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.2
+# sent_counter = 1962
+# text = Great service , cool vibe , impeccable style .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	cool	cool	ADJ	_	_	_	_	_	_	*
+5	vibe	vibe	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	impeccable	impeccable	ADJ	_	_	_	_	_	_	*
+8	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.3
+# sent_counter = 1963
+# text = I 'm a guy with tricky hair so getting that right is job # 1 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	tricky	tricky	ADJ	_	_	_	_	_	_	*
+7	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	getting	get	VERB	_	_	_	_	_	ss=v.social	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	right	right	ADJ	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+14	#	#	NOUN	_	_	_	_	_	ss=n.communication	1:X
+15	1	1	NUM	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.4
+# sent_counter = 1964
+# text = After going through 5 other places I finally found Janice at Alta Moda .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	going	go	VERB	_	_	_	_	_	ss=v.social	1:X
+3	through	through	ADP	_	_	_	_	_	_	1
+4	5	5	NUM	_	_	_	_	_	_	*
+5	other	other	ADJ	_	_	_	_	_	_	*
+6	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	finally	finally	ADV	_	_	_	_	_	_	*
+9	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	Janice	janice	PROPN	_	_	_	_	_	ss=n.person	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	Alta	alta	PROPN	_	_	_	_	_	ss=n.group	2:X
+13	Moda	moda	PROPN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.5
+# sent_counter = 1965
+# text = Not only was it a good cut but my wife and friends comment on my hair every time I leave ... saying it 's the best look I 've ever had .
+1	Not	not	PART	_	_	_	_	_	_	1:X
+2	only	only	ADV	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	cut	cut	NOUN	_	_	_	_	_	ss=n.act	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+13	comment	comment	VERB	_	_	_	_	_	ss=v.communication	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+17	every	every	DET	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	best	best	ADJ	_	_	_	_	_	_	*
+27	look	look	NOUN	_	_	_	_	_	ss=n.attribute	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	've	've	AUX	_	_	_	_	_	_	*
+30	ever	ever	ADV	_	_	_	_	_	_	*
+31	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.6
+# sent_counter = 1966
+# text = Either I suck at my own style or Janice is a genius .
+1	Either	either	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	suck	suck	VERB	_	_	_	_	_	ss=v.stative	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	own	own	ADJ	_	_	_	_	_	_	*
+7	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	or	or	CCONJ	_	_	_	_	_	_	*
+9	Janice	janice	PROPN	_	_	_	_	_	ss=n.person	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	genius	genius	NOUN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.7
+# sent_counter = 1967
+# text = Looks like there 's a lot of talent in this place .
+1	Looks	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	like	like	SCONJ	_	_	_	_	_	_	1
+3	there	there	PRON	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	2:X
+6	lot	lot	NOUN	_	_	_	_	_	_	2
+7	of	of	ADP	_	_	_	_	_	_	*
+8	talent	talent	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317594.8
+# sent_counter = 1968
+# text = Worth every penny .
+1	Worth	worth	ADJ	_	_	_	_	_	_	1:X
+2	every	every	DET	_	_	_	_	_	_	1
+3	penny	penny	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.1
+# sent_counter = 1969
+# text = Food was cold
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	cold	cold	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.2
+# sent_counter = 1970
+# text = I have been here 3 to 4 times and every time food they served seems warmed up not cooked after you order it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	4	4	NUM	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	every	every	DET	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+12	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	served	serve	VERB	_	_	_	_	_	ss=v.social	*
+15	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+16	warmed	warm	VERB	_	_	_	_	_	ss=v.change	1:X
+17	up	up	ADP	_	_	_	_	_	_	1
+18	not	not	CCONJ	_	_	_	_	_	_	*
+19	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+20	after	after	SCONJ	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.3
+# sent_counter = 1971
+# text = I like my food hot both ways not warm or cold .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	hot	hot	ADJ	_	_	_	_	_	_	*
+6	both	both	DET	_	_	_	_	_	_	*
+7	ways	ways	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	warm	warm	ADJ	_	_	_	_	_	_	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	cold	cold	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.4
+# sent_counter = 1972
+# text = Price and taste is good .
+1	Price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	taste	taste	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.5
+# sent_counter = 1973
+# text = I will be happy if they can serve when food is piping hot .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	is	be	VERB	_	_	_	_	_	_	*
+12	piping	pipe	VERB	_	_	_	_	_	ss=v.perception	1:X
+13	hot	hot	ADJ	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325292.6
+# sent_counter = 1974
+# text = KB
+1	KB	kb	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.1
+# sent_counter = 1975
+# text = Instructor never showed up !
+1	Instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	showed	show	VERB	_	_	_	_	_	ss=v.social	1:X
+4	up	up	ADP	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.2
+# sent_counter = 1976
+# text = January 15th -- We were signed up for Saturday 's 2 PM class " Beginning Yoga with Brittany . "
+1	January	january	PROPN	_	_	_	_	_	ss=n.time	*
+2	15th	15th	NOUN	_	_	_	_	_	ss=n.time	*
+3	--	--	PUNCT	_	_	_	_	_	_	*
+4	We	we	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	signed	sign	VERB	_	_	_	_	_	ss=v.communication	1:X
+7	up	up	ADP	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+10	's	's	PART	_	_	_	_	_	_	*
+11	2	2	NUM	_	_	_	_	_	_	*
+12	PM	pm	NOUN	_	_	_	_	_	ss=n.time	*
+13	class	class	NOUN	_	_	_	_	_	ss=n.event	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	Beginning	beginning	NOUN	_	_	_	_	_	ss=n.group	2:X
+16	Yoga	yoga	NOUN	_	_	_	_	_	_	2
+17	with	with	ADP	_	_	_	_	_	_	2
+18	Brittany	brittany	PROPN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.3
+# sent_counter = 1977
+# text = We even arrived 10 minutes early as the website suggests .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+4	10	10	NUM	_	_	_	_	_	_	*
+5	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+6	early	early	ADV	_	_	_	_	_	_	*
+7	as	as	SCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+10	suggests	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.4
+# sent_counter = 1978
+# text = The instructor did not show up !
+1	The	the	DET	_	_	_	_	_	_	*
+2	instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	show	show	VERB	_	_	_	_	_	ss=v.social	1:X
+6	up	up	ADP	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.5
+# sent_counter = 1979
+# text = We waited until 2:25 PM and then left .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	waited	wait	VERB	_	_	_	_	_	ss=v.stative	*
+3	until	until	ADP	_	_	_	_	_	_	*
+4	2:25	2:25	NUM	_	_	_	_	_	_	*
+5	PM	pm	NOUN	_	_	_	_	_	ss=n.time	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.6
+# sent_counter = 1980
+# text = There were 2 in our group , and a 3rd person was also in the parking lot waiting for this class .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	2	2	NUM	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	3rd	3rd	ADJ	_	_	_	_	_	_	*
+11	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	also	also	ADV	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	parking	parking	NOUN	_	_	_	_	_	ss=n.location	1:X
+17	lot	lot	NOUN	_	_	_	_	_	_	1
+18	waiting	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	this	this	DET	_	_	_	_	_	_	*
+21	class	class	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.7
+# sent_counter = 1981
+# text = Well , not much I can say except I 'm very disappointed with this experience .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	much	much	ADV	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	can	can	AUX	_	_	_	_	_	_	*
+7	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	except	except	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	disappointed	disappointed	ADJ	_	_	_	_	_	_	1:X
+13	with	with	ADP	_	_	_	_	_	_	1
+14	this	this	DET	_	_	_	_	_	_	*
+15	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.8
+# sent_counter = 1982
+# text = This was our first visit to your studio .
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	first	first	ADJ	_	_	_	_	_	_	*
+5	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	studio	studio	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.9
+# sent_counter = 1983
+# text = In today 's instant world , there 's no reason for the instructor not to even have given us a phone call or e-mail if she was going to be late .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+3	's	's	PART	_	_	_	_	_	_	*
+4	instant	instant	ADJ	_	_	_	_	_	_	*
+5	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	there	there	PRON	_	_	_	_	_	_	*
+8	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+9	no	no	DET	_	_	_	_	_	_	*
+10	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+11	for	for	SCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	even	even	ADV	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	given	give	VERB	_	_	_	_	_	ss=v.communication	*
+19	us	us	PRON	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+22	call	call	NOUN	_	_	_	_	_	_	1
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	e-mail	e-mail	NOUN	_	_	_	_	_	ss=n.communication	*
+25	if	if	SCONJ	_	_	_	_	_	_	*
+26	she	she	PRON	_	_	_	_	_	_	*
+27	was	be	AUX	_	_	_	_	_	_	*
+28	going	go	VERB	_	_	_	_	_	_	2:X
+29	to	to	PART	_	_	_	_	_	_	2
+30	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	late	late	ADJ	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.10
+# sent_counter = 1984
+# text = As a yoga studio , I 'm sure you 're all aware that all actions generate karma .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	yoga	yoga	NOUN	_	_	_	_	_	ss=n.act	*
+4	studio	studio	NOUN	_	_	_	_	_	ss=n.group	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	'm	'm	VERB	_	_	_	_	_	_	*
+8	sure	sure	ADJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+11	all	all	ADV	_	_	_	_	_	_	*
+12	aware	aware	ADJ	_	_	_	_	_	_	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	actions	action	NOUN	_	_	_	_	_	ss=n.act	*
+16	generate	generate	VERB	_	_	_	_	_	ss=v.creation	*
+17	karma	karma	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329692.11
+# sent_counter = 1985
+# text = and sometimes karma can manifest itself on a bad review on Google .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+3	karma	karma	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	manifest	manifest	VERB	_	_	_	_	_	ss=v.stative	*
+6	itself	itself	PRON	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	bad	bad	ADJ	_	_	_	_	_	_	*
+10	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	Google	google	PROPN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329991.1
+# sent_counter = 1986
+# text = I googled restaurants in the area and Fuji Sushi came up and reviews were great so I made a carry out order of : L 17 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	googled	google	VERB	_	_	_	_	_	ss=v.communication	*
+3	restaurants	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	Fuji	fuji	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Sushi	sushi	PROPN	_	_	_	_	_	_	1
+10	came	come	VERB	_	_	_	_	_	ss=v.communication	2:X
+11	up	up	ADV	_	_	_	_	_	_	2
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+14	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	made	make	VERB	_	_	_	_	_	ss=v.communication	3:X
+19	a	a	DET	_	_	_	_	_	_	*
+20	carry	carry	VERB	_	_	_	_	_	ss=v.possession	4:X
+21	out	out	ADP	_	_	_	_	_	_	4
+22	order	order	NOUN	_	_	_	_	_	_	3
+23	of	of	ADP	_	_	_	_	_	_	*
+24	:	:	PUNCT	_	_	_	_	_	_	*
+25	L	l	SYM	_	_	_	_	_	_	*
+26	17	17	NUM	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329991.2
+# sent_counter = 1987
+# text = Mixed Tempura ..................... 8.25 Shrimp or vegetable tempura & salad .
+1	Mixed	mix	VERB	_	_	_	_	_	_	*
+2	Tempura	tempura	PROPN	_	_	_	_	_	ss=n.food	*
+3	.....................	.....................	PUNCT	_	_	_	_	_	_	*
+4	8.25	8.25	NUM	_	_	_	_	_	_	*
+5	Shrimp	shrimp	NOUN	_	_	_	_	_	ss=n.food	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	vegetable	vegetable	NOUN	_	_	_	_	_	ss=n.food	*
+8	tempura	tempura	NOUN	_	_	_	_	_	ss=n.food	*
+9	&	&	CCONJ	_	_	_	_	_	_	*
+10	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329991.3
+# sent_counter = 1988
+# text = I was very happy with the customer service and even more please with the portion size , to go box set up and quality of the food for the price .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	service	service	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	more	more	ADV	_	_	_	_	_	_	*
+12	please	please	ADJ	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	portion	portion	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	size	size	NOUN	_	_	_	_	_	ss=n.quantity	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	2:X
+19	go	go	VERB	_	_	_	_	_	_	2
+20	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	set	set	NOUN	_	_	_	_	_	ss=n.act	3:X
+22	up	up	NOUN	_	_	_	_	_	_	3
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+28	for	for	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.329991.4
+# sent_counter = 1989
+# text = I 'm very happy and will definitely dine in and carry out again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	will	will	AUX	_	_	_	_	_	_	*
+7	definitely	definitely	ADV	_	_	_	_	_	_	*
+8	dine	dine	VERB	_	_	_	_	_	ss=v.social	1:X
+9	in	in	ADV	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	carry	carry	VERB	_	_	_	_	_	ss=v.social	2:X
+12	out	out	ADP	_	_	_	_	_	_	2
+13	again	again	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335490.1
+# sent_counter = 1990
+# text = Cleanest guesthouse i have been to
+1	Cleanest	clean	ADJ	_	_	_	_	_	_	*
+2	guesthouse	guesthouse	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	to	to	ADP	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335490.2
+# sent_counter = 1991
+# text = Stayed here for 2 nights .
+1	Stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	2	2	NUM	_	_	_	_	_	_	*
+5	nights	night	NOUN	_	_	_	_	_	ss=n.time	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335490.3
+# sent_counter = 1992
+# text = The owner was very friendly and helpful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	helpful	helpful	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335490.4
+# sent_counter = 1993
+# text = The rooms were very clean and the breakfast was excellent .
+1	The	the	DET	_	_	_	_	_	_	*
+2	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	clean	clean	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	excellent	excellent	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335490.5
+# sent_counter = 1994
+# text = Good location and off road parking made our stay very convenient .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	off	off	ADP	_	_	_	_	_	_	1:X
+5	road	road	NOUN	_	_	_	_	_	_	1
+6	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	made	make	VERB	_	_	_	_	_	ss=v.social	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	convenient	convenient	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340891.1
+# sent_counter = 1995
+# text = The food tasted like rat feces
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	rat	rat	NOUN	_	_	_	_	_	ss=n.animal	*
+6	feces	feces	NOUN	_	_	_	_	_	ss=n.substance	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341397.1
+# sent_counter = 1996
+# text = these guys were fantastic !
+1	these	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341397.2
+# sent_counter = 1997
+# text = they fixed my garage doors in literally less than an hour .
+1	they	they	PRON	_	_	_	_	_	_	*
+2	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+5	doors	door	NOUN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	literally	literally	ADV	_	_	_	_	_	_	*
+8	less	less	ADJ	_	_	_	_	_	_	2:X
+9	than	than	ADP	_	_	_	_	_	_	2
+10	an	an	DET	_	_	_	_	_	_	*
+11	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341397.3
+# sent_counter = 1998
+# text = the guy came on time and did n't take any breaks , he went straight to work and finished the job efficiently and promptly !
+1	the	the	DET	_	_	_	_	_	_	*
+2	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	on	on	ADP	_	_	_	_	_	_	1:X
+5	time	time	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+10	any	any	DET	_	_	_	_	_	_	*
+11	breaks	break	NOUN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	went	go	VERB	_	_	_	_	_	ss=v.motion	3:X
+15	straight	straight	ADV	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	3
+17	work	work	VERB	_	_	_	_	_	_	3
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+22	efficiently	efficiently	ADV	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	promptly	promptly	ADV	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341397.4
+# sent_counter = 1999
+# text = i could n't be more happier with the way my garage looks .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	more	more	ADV	_	_	_	_	_	_	*
+6	happier	happy	ADJ	_	_	_	_	_	_	1:X
+7	with	with	ADP	_	_	_	_	_	_	1
+8	the	the	DET	_	_	_	_	_	_	*
+9	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341397.5
+# sent_counter = 2000
+# text = GREAT JOB GUYS !
+1	GREAT	great	ADJ	_	_	_	_	_	_	*
+2	JOB	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	GUYS	guy	NOUN	_	_	_	_	_	ss=n.group	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353891.1
+# sent_counter = 2001
+# text = Great Manicure
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Manicure	manicure	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353891.2
+# sent_counter = 2002
+# text = This place offers a great manicure and pedicure .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	offers	offer	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	manicure	manicure	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	pedicure	pedicure	NOUN	_	_	_	_	_	ss=n.act	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353891.3
+# sent_counter = 2003
+# text = My nails looked great for the better part of 2 weeks !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	nails	nail	NOUN	_	_	_	_	_	ss=n.body	*
+3	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	1:X
+7	better	better	ADJ	_	_	_	_	_	_	1
+8	part	part	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	1
+10	2	2	NUM	_	_	_	_	_	_	*
+11	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353891.4
+# sent_counter = 2004
+# text = Also very friendly and the stylists are not in the " been there / done that " mood !
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	stylists	stylist	NOUN	_	_	_	_	_	ss=n.person	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	_	1:X
+13	there	there	ADV	_	_	_	_	_	_	1
+14	/	/	X	_	_	_	_	_	_	1
+15	done	do	VERB	_	_	_	_	_	_	1
+16	that	that	DET	_	_	_	_	_	_	1
+17	"	"	PUNCT	_	_	_	_	_	_	*
+18	mood	mood	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360698.1
+# sent_counter = 2005
+# text = It s been a few years since I have been to Ipanema .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	s	s	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	1:X
+5	few	few	ADJ	_	_	_	_	_	_	1
+6	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+7	since	since	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	been	be	VERB	_	_	_	_	_	ss=v.motion	2:X
+11	to	to	ADP	_	_	_	_	_	_	2
+12	Ipanema	ipanema	PROPN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360698.2
+# sent_counter = 2006
+# text = But my wife and I first went there thinking it would be Brazilian food ( think lots of meat ) , but it turned out to be a vegan restaurant !
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	first	first	ADV	_	_	_	_	_	_	*
+7	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	Brazilian	brazilian	ADJ	_	_	_	_	_	_	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+17	lots	lots	NOUN	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	turned	turn	VERB	_	_	_	_	_	ss=v.cognition	1:X
+25	out	out	ADP	_	_	_	_	_	_	1
+26	to	to	PART	_	_	_	_	_	_	*
+27	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	vegan	vegan	ADJ	_	_	_	_	_	_	*
+30	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360698.3
+# sent_counter = 2007
+# text = And , I can say , this was one of my favorite places to eat in all of Richmond .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	favorite	favorite	ADJ	_	_	_	_	_	_	*
+13	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	all	all	DET	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.location	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360698.4
+# sent_counter = 2008
+# text = Amazing !
+1	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360698.5
+# sent_counter = 2009
+# text = Do n't let the nondescript building entrance fool you , these are some creative and talented chefs ... two thumbs way , way up !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	nondescript	nondescript	ADJ	_	_	_	_	_	_	*
+6	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	entrance	entrance	NOUN	_	_	_	_	_	ss=n.location	*
+8	fool	fool	VERB	_	_	_	_	_	ss=v.cognition	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	these	these	DET	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	creative	creative	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	talented	talented	ADJ	_	_	_	_	_	_	*
+17	chefs	chef	NOUN	_	_	_	_	_	ss=n.person	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	two	two	NUM	_	_	_	_	_	ss=n.communication	1:X
+20	thumbs	thumb	NOUN	_	_	_	_	_	_	1
+21	way	way	ADV	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	way	way	ADV	_	_	_	_	_	_	*
+24	up	up	ADV	_	_	_	_	_	_	1
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371492.1
+# sent_counter = 2010
+# text = Excellent service !
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371492.2
+# sent_counter = 2011
+# text = I am so glad that we now have a good nail shop on San Mateo Avenue !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	glad	glad	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	good	good	ADJ	_	_	_	_	_	_	*
+11	nail	nail	NOUN	_	_	_	_	_	ss=n.body	*
+12	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	San	san	PROPN	_	_	_	_	_	ss=n.location	1:X
+15	Mateo	mateo	PROPN	_	_	_	_	_	_	1
+16	Avenue	avenue	PROPN	_	_	_	_	_	_	1
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371492.3
+# sent_counter = 2012
+# text = No more having to drive to San Francisco for a great mani pedi .
+1	No	no	ADV	_	_	_	_	_	_	*
+2	more	more	ADV	_	_	_	_	_	_	*
+3	having	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	San	san	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	Francisco	francisco	PROPN	_	_	_	_	_	_	2
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	mani	mani	NOUN	_	_	_	_	_	ss=n.act	3:X
+13	pedi	pedi	NOUN	_	_	_	_	_	_	3
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371492.4
+# sent_counter = 2013
+# text = Both Tina and Vicky are excellent .
+1	Both	both	CCONJ	_	_	_	_	_	_	*
+2	Tina	tina	PROPN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Vicky	vicky	PROPN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.371492.5
+# sent_counter = 2014
+# text = I will definitely refer my friends and family :)
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+9	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.1
+# sent_counter = 2015
+# text = Worth Every Penny
+1	Worth	worth	ADJ	_	_	_	_	_	_	1:X
+2	Every	every	ADJ	_	_	_	_	_	_	1
+3	Penny	penny	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.2
+# sent_counter = 2016
+# text = My girlfriend and I ate at The Grill last night , and our experience was amazing .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	girlfriend	girlfriend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	ate	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+8	Grill	grill	PROPN	_	_	_	_	_	_	1
+9	last	last	ADJ	_	_	_	_	_	_	*
+10	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	our	our	PRON	_	_	_	_	_	_	*
+14	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	amazing	amazing	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.3
+# sent_counter = 2017
+# text = Everything we ordered was prepared to perfection , and was presented perfectly .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	prepared	prepare	VERB	_	_	_	_	_	ss=v.creation	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	perfection	perfection	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	presented	present	VERB	_	_	_	_	_	ss=v.perception	*
+12	perfectly	perfectly	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.4
+# sent_counter = 2018
+# text = The asparagus , seared tuna , and lobster tail were the best we ever had .
+1	The	the	DET	_	_	_	_	_	_	*
+2	asparagus	asparagus	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	seared	sear	VERB	_	_	_	_	_	ss=v.creation	*
+5	tuna	tuna	NOUN	_	_	_	_	_	ss=n.food	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	lobster	lobster	NOUN	_	_	_	_	_	ss=n.food	*
+9	tail	tail	NOUN	_	_	_	_	_	ss=n.food	*
+10	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	best	best	ADJ	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	ever	ever	ADV	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.5
+# sent_counter = 2019
+# text = Then the desserts came , and they were hands down the best dessert we ever had .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	desserts	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+4	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	hands	hands	NOUN	_	_	_	_	_	_	1:X
+10	down	down	ADV	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	best	best	ADJ	_	_	_	_	_	_	*
+13	dessert	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	ever	ever	ADV	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388799.6
+# sent_counter = 2020
+# text = I will sum it up with , it was worth every penny !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	sum	sum	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	it	it	PRON	_	_	_	_	_	_	*
+5	up	up	ADP	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	worth	worth	ADJ	_	_	_	_	_	_	2:X
+11	every	every	DET	_	_	_	_	_	_	2
+12	penny	penny	NOUN	_	_	_	_	_	_	2
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389298.1
+# sent_counter = 2021
+# text = Great quality doors and great quality people !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	doors	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389298.2
+# sent_counter = 2022
+# text = The door is easy to use and it keeps the cold out during the winter .
+1	The	the	DET	_	_	_	_	_	_	*
+2	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	easy	easy	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	use	use	VERB	_	_	_	_	_	ss=v.contact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	keeps	keep	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	cold	cold	NOUN	_	_	_	_	_	ss=n.natural_object	*
+12	out	out	ADV	_	_	_	_	_	_	*
+13	during	during	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	winter	winter	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389298.3
+# sent_counter = 2023
+# text = The sales staff and the installation staff were all easy to get along with .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sales	sales	NOUN	_	_	_	_	_	ss=n.possession	*
+3	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	installation	installation	NOUN	_	_	_	_	_	ss=n.act	*
+7	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	all	all	ADV	_	_	_	_	_	_	*
+10	easy	easy	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.social	1:X
+13	along	along	ADV	_	_	_	_	_	_	1
+14	with	with	ADP	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389298.4
+# sent_counter = 2024
+# text = I highly recommend Garage Pros to my friends .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Garage	garage	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Pros	pros	PROPN	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	friends	friend	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389498.1
+# sent_counter = 2025
+# text = This place has done a great job of taking care of the usual maintenance on my hooptie .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+8	of	of	SCONJ	_	_	_	_	_	_	*
+9	taking	take	VERB	_	_	_	_	_	ss=v.social	1:X
+10	care	care	NOUN	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	1
+12	the	the	DET	_	_	_	_	_	_	*
+13	usual	usual	ADJ	_	_	_	_	_	_	*
+14	maintenance	maintenance	NOUN	_	_	_	_	_	ss=n.act	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	hooptie	hooptie	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389498.2
+# sent_counter = 2026
+# text = I also never have to wait long for a yearly inspection sticker ... and never get the usual excuses other shops always gave me ... " the inspection guy is n't here today " .... for example .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+7	long	long	ADV	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	yearly	yearly	ADV	_	_	_	_	_	_	*
+11	inspection	inspection	NOUN	_	_	_	_	_	ss=n.act	*
+12	sticker	sticker	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	never	never	ADV	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.communication	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	usual	usual	ADJ	_	_	_	_	_	_	*
+19	excuses	excuse	NOUN	_	_	_	_	_	ss=n.communication	*
+20	other	other	ADJ	_	_	_	_	_	_	*
+21	shops	shop	NOUN	_	_	_	_	_	ss=n.group	*
+22	always	always	ADV	_	_	_	_	_	_	*
+23	gave	give	VERB	_	_	_	_	_	ss=v.communication	*
+24	me	me	PRON	_	_	_	_	_	_	*
+25	...	...	PUNCT	_	_	_	_	_	_	*
+26	"	"	PUNCT	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	inspection	inspection	NOUN	_	_	_	_	_	ss=n.act	*
+29	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+30	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	n't	n't	PART	_	_	_	_	_	_	*
+32	here	here	ADV	_	_	_	_	_	_	*
+33	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+34	"	"	PUNCT	_	_	_	_	_	_	*
+35	....	....	PUNCT	_	_	_	_	_	_	*
+36	for	for	ADP	_	_	_	_	_	_	2:X
+37	example	example	NOUN	_	_	_	_	_	_	2
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389498.3
+# sent_counter = 2027
+# text = Today I went into Kwik Kar and there were two cars in front of me for inspection ... but I was still out of there pretty quick ... barely had time to read a chapter in my book .
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	into	into	ADP	_	_	_	_	_	_	*
+5	Kwik	kwik	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Kar	kar	PROPN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	there	there	PRON	_	_	_	_	_	_	*
+9	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	two	two	NUM	_	_	_	_	_	_	*
+11	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	in	in	ADP	_	_	_	_	_	_	2:X
+13	front	front	NOUN	_	_	_	_	_	_	2
+14	of	of	ADP	_	_	_	_	_	_	2
+15	me	me	PRON	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	inspection	inspection	NOUN	_	_	_	_	_	ss=n.act	*
+18	...	...	PUNCT	_	_	_	_	_	_	*
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	still	still	ADV	_	_	_	_	_	_	*
+23	out	out	ADP	_	_	_	_	_	_	3:X
+24	of	of	ADP	_	_	_	_	_	_	3
+25	there	there	ADV	_	_	_	_	_	_	*
+26	pretty	pretty	ADV	_	_	_	_	_	_	*
+27	quick	quick	ADV	_	_	_	_	_	_	*
+28	...	...	PUNCT	_	_	_	_	_	_	*
+29	barely	barely	ADV	_	_	_	_	_	_	*
+30	had	have	VERB	_	_	_	_	_	ss=v.cognition	4:X
+31	time	time	NOUN	_	_	_	_	_	_	4
+32	to	to	PART	_	_	_	_	_	_	*
+33	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+34	a	a	DET	_	_	_	_	_	_	*
+35	chapter	chapter	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	in	in	ADP	_	_	_	_	_	_	*
+37	my	my	PRON	_	_	_	_	_	_	*
+38	book	book	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009596.1
+# sent_counter = 2028
+# text = awful awful awful
+1	awful	awful	ADJ	_	_	_	_	_	_	*
+2	awful	awful	ADJ	_	_	_	_	_	_	*
+3	awful	awful	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009596.2
+# sent_counter = 2029
+# text = This store is by far the worst Verizon store I 've been in .
+1	This	this	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	by	by	ADP	_	_	_	_	_	_	1:X
+5	far	far	ADV	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	worst	worst	ADJ	_	_	_	_	_	_	*
+8	Verizon	verizon	PROPN	_	_	_	_	_	ss=n.group	*
+9	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	've	've	AUX	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009596.3
+# sent_counter = 2030
+# text = The salespeople are never available , the lines are always too long , and all the people want is a sale .
+1	The	the	DET	_	_	_	_	_	_	*
+2	salespeople	salesperson	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	never	never	ADV	_	_	_	_	_	_	*
+5	available	available	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	lines	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	always	always	ADV	_	_	_	_	_	_	*
+11	too	too	ADV	_	_	_	_	_	_	*
+12	long	long	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	all	all	DET	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	sale	sale	NOUN	_	_	_	_	_	ss=n.possession	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009596.4
+# sent_counter = 2031
+# text = Incredibly rude and I will not return to it .
+1	Incredibly	incredibly	ADV	_	_	_	_	_	_	*
+2	rude	rude	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009596.5
+# sent_counter = 2032
+# text = Is there no other Verizon to go to around Downtown / Dupont Circle 1?!?!?
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	Verizon	verizon	PROPN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	around	around	ADP	_	_	_	_	_	_	*
+10	Downtown	downtown	PROPN	_	_	_	_	_	ss=n.location	*
+11	/	/	PUNCT	_	_	_	_	_	_	*
+12	Dupont	dupont	PROPN	_	_	_	_	_	ss=n.location	1:X
+13	Circle	circle	PROPN	_	_	_	_	_	_	1
+14	1?!?!?	1?!?!?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010393.1
+# sent_counter = 2033
+# text = Auto Towing is one of the best towing services I have used .
+1	Auto	auto	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Towing	towing	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	one	one	NUM	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	best	best	ADJ	_	_	_	_	_	_	*
+8	towing	towing	NOUN	_	_	_	_	_	ss=n.act	*
+9	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	used	use	VERB	_	_	_	_	_	ss=v.social	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010393.2
+# sent_counter = 2034
+# text = The first time I used them they arrived on time and towed car for me to the destination I needed .
+1	The	the	DET	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	used	use	VERB	_	_	_	_	_	ss=v.social	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+9	on	on	ADP	_	_	_	_	_	_	1:X
+10	time	time	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+13	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	destination	destination	NOUN	_	_	_	_	_	ss=n.location	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010393.3
+# sent_counter = 2035
+# text = The auto mechanics that work for Auto Towing are very friendly and informative and answered any question I had .
+1	The	the	DET	_	_	_	_	_	_	*
+2	auto	auto	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	mechanics	mechanics	NOUN	_	_	_	_	_	ss=n.person	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	work	work	VERB	_	_	_	_	_	ss=v.social	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	Auto	auto	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Towing	towing	PROPN	_	_	_	_	_	_	1
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	friendly	friendly	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	informative	informative	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+16	any	any	DET	_	_	_	_	_	_	*
+17	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010393.5
+# sent_counter = 2036
+# text = If you are looking for towing services that can offer you a good towed car service , then Auto Towing is the company for you .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	AUX	_	_	_	_	_	_	*
+4	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	towing	towing	NOUN	_	_	_	_	_	ss=n.act	*
+7	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	offer	offer	VERB	_	_	_	_	_	ss=v.possession	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+15	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	then	then	ADV	_	_	_	_	_	_	*
+19	Auto	auto	PROPN	_	_	_	_	_	ss=n.group	1:X
+20	Towing	towing	PROPN	_	_	_	_	_	_	1
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.1
+# sent_counter = 2037
+# text = Do n't Expect Sleep or Courtesy
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	Expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+4	Sleep	sleep	NOUN	_	_	_	_	_	ss=n.act	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	Courtesy	courtesy	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.4
+# sent_counter = 2038
+# text = These are not household type alarms .
+1	These	these	DET	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	household	household	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	alarms	alarm	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.5
+# sent_counter = 2039
+# text = When they sound off , it is a true audio / visual experience .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	sound	sound	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	off	off	ADP	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	true	true	ADJ	_	_	_	_	_	_	*
+10	audio	audio	ADJ	_	_	_	_	_	_	*
+11	/	/	PUNCT	_	_	_	_	_	_	*
+12	visual	visual	ADJ	_	_	_	_	_	_	*
+13	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.6
+# sent_counter = 2040
+# text = I called the front desk and got no answer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+5	desk	desk	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.communication	2:X
+8	no	no	DET	_	_	_	_	_	_	*
+9	answer	answer	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.7
+# sent_counter = 2041
+# text = After checking for signs of fire or smoke and seeing none , I decided to just pack up and leave .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	checking	check	VERB	_	_	_	_	_	ss=v.cognition	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	signs	sign	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	fire	fire	NOUN	_	_	_	_	_	ss=n.natural_object	*
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	smoke	smoke	NOUN	_	_	_	_	_	ss=n.substance	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+11	none	none	NOUN	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	pack	pack	VERB	_	_	_	_	_	ss=v.change	1:X
+18	up	up	ADP	_	_	_	_	_	_	1
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.9
+# sent_counter = 2042
+# text = He finally admitted that only the 4 ADA room alarms had sounded , so only 4 guests were effected ( no big deal to him ) .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	finally	finally	ADV	_	_	_	_	_	_	*
+3	admitted	admit	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	4	4	NUM	_	_	_	_	_	_	*
+8	ADA	ada	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+10	alarms	alarm	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	had	have	AUX	_	_	_	_	_	_	*
+12	sounded	sound	VERB	_	_	_	_	_	ss=v.stative	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	only	only	ADV	_	_	_	_	_	_	*
+16	4	4	NUM	_	_	_	_	_	_	*
+17	guests	guest	NOUN	_	_	_	_	_	ss=n.person	*
+18	were	be	AUX	_	_	_	_	_	_	*
+19	effected	effect	VERB	_	_	_	_	_	ss=v.cognition	*
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	no	no	DET	_	_	_	_	_	_	*
+22	big	big	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+23	deal	deal	NOUN	_	_	_	_	_	_	1
+24	to	to	ADP	_	_	_	_	_	_	*
+25	him	him	PRON	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.10
+# sent_counter = 2043
+# text = This little drip offered no apologies whatsoever , and even refused to give me the name of the manager until I pressed him for it 3 times .
+1	This	this	DET	_	_	_	_	_	_	*
+2	little	little	ADJ	_	_	_	_	_	_	*
+3	drip	drip	NOUN	_	_	_	_	_	ss=n.person	*
+4	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	apologies	apology	NOUN	_	_	_	_	_	ss=n.communication	*
+7	whatsoever	whatsoever	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+20	until	until	SCONJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	pressed	press	VERB	_	_	_	_	_	ss=v.social	1:X
+23	him	him	PRON	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	1
+25	it	it	PRON	_	_	_	_	_	_	*
+26	3	3	NUM	_	_	_	_	_	_	*
+27	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.11
+# sent_counter = 2044
+# text = This hotel is adequate enough , but there is an obvious problem with the staff and management .
+1	This	this	DET	_	_	_	_	_	_	*
+2	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	adequate	adequate	ADJ	_	_	_	_	_	_	*
+5	enough	enough	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	there	there	PRON	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	obvious	obvious	ADJ	_	_	_	_	_	_	*
+12	problem	problem	NOUN	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020992.12
+# sent_counter = 2045
+# text = Do not go there if you expect to sleep through the night .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	sleep	sleep	VERB	_	_	_	_	_	ss=v.body	*
+10	through	through	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025894.1
+# sent_counter = 2046
+# text = Average food and deathly slow service
+1	Average	average	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	deathly	deathly	ADV	_	_	_	_	_	_	*
+5	slow	slow	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025894.2
+# sent_counter = 2047
+# text = I have eaten here several times and every time the service is slower than slow .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	several	several	ADJ	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	every	every	DET	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	slower	slow	ADJ	_	_	_	_	_	_	*
+14	than	than	ADP	_	_	_	_	_	_	*
+15	slow	slow	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025894.3
+# sent_counter = 2048
+# text = One time we even left after sitting at the table for 20 minutes and not being greeted with a drink order .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	left	leave	VERB	_	_	_	_	_	ss=v.stative	*
+6	after	after	SCONJ	_	_	_	_	_	_	*
+7	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	table	table	NOUN	_	_	_	_	_	ss=n.location	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	20	20	NUM	_	_	_	_	_	_	*
+13	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	being	be	AUX	_	_	_	_	_	_	*
+17	greeted	greet	VERB	_	_	_	_	_	ss=v.social	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	drink	drink	NOUN	_	_	_	_	_	ss=n.food	*
+21	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025894.4
+# sent_counter = 2049
+# text = Ridiculous .
+1	Ridiculous	ridiculous	ADJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025894.5
+# sent_counter = 2050
+# text = There must be a better mexican place in Rockland .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	must	must	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	better	better	ADJ	_	_	_	_	_	_	*
+6	mexican	mexican	ADJ	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	Rockland	rockland	PROPN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.028996.1
+# sent_counter = 2051
+# text = Farrell Electric is a very good electrical contractor .
+1	Farrell	farrell	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Electric	electric	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	electrical	electrical	ADJ	_	_	_	_	_	_	*
+8	contractor	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.028996.2
+# sent_counter = 2052
+# text = I 'm pleased that someone referred me to them for my commercial business .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleased	pleased	ADJ	_	_	_	_	_	_	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	someone	someone	NOUN	_	_	_	_	_	_	*
+6	referred	refer	VERB	_	_	_	_	_	ss=v.communication	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	them	them	PRON	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	commercial	commercial	ADJ	_	_	_	_	_	_	*
+13	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.028996.3
+# sent_counter = 2053
+# text = I own a property management firm and need a contractor with the credentials that Farrell Electric has .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	own	own	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	property	property	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	management	management	NOUN	_	_	_	_	_	_	1
+6	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	contractor	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	credentials	credentials	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	Farrell	farrell	PROPN	_	_	_	_	_	ss=n.group	2:X
+16	Electric	electric	PROPN	_	_	_	_	_	_	2
+17	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030395.1
+# sent_counter = 2054
+# text = Sanctuary is amazing !
+1	Sanctuary	sanctuary	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030395.2
+# sent_counter = 2055
+# text = Sanctuary serves delicious , somewhat healthy food in a great restaurant / fast food style .
+1	Sanctuary	sanctuary	PROPN	_	_	_	_	_	ss=n.group	*
+2	serves	serve	VERB	_	_	_	_	_	ss=v.social	*
+3	delicious	delicious	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	somewhat	somewhat	ADV	_	_	_	_	_	_	*
+6	healthy	healthy	ADJ	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+12	/	/	PUNCT	_	_	_	_	_	_	*
+13	fast	fast	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+14	food	food	NOUN	_	_	_	_	_	_	1
+15	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030395.3
+# sent_counter = 2056
+# text = The employees are really friendly .
+1	The	the	DET	_	_	_	_	_	_	*
+2	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030395.4
+# sent_counter = 2057
+# text = And they deliver !
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034995.1
+# sent_counter = 2058
+# text = Food is often expired so check the dates every time !
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	often	often	ADV	_	_	_	_	_	_	*
+4	expired	expired	ADJ	_	_	_	_	_	_	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	dates	date	NOUN	_	_	_	_	_	ss=n.event	*
+9	every	every	DET	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034995.2
+# sent_counter = 2059
+# text = Also more often than not you end up with a healthy dose of nasty rude attitude from the employees !
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	more	more	ADV	_	_	_	_	_	_	1:X
+3	often	often	ADV	_	_	_	_	_	_	1
+4	than	than	ADP	_	_	_	_	_	_	1
+5	not	not	PART	_	_	_	_	_	_	1
+6	you	you	PRON	_	_	_	_	_	_	*
+7	end	end	VERB	_	_	_	_	_	ss=v.stative	2:X
+8	up	up	ADP	_	_	_	_	_	_	2
+9	with	with	ADP	_	_	_	_	_	_	2
+10	a	a	DET	_	_	_	_	_	_	*
+11	healthy	healthy	ADJ	_	_	_	_	_	ss=n.cognition	3:X
+12	dose	dose	NOUN	_	_	_	_	_	_	3
+13	of	of	ADP	_	_	_	_	_	_	*
+14	nasty	nasty	ADJ	_	_	_	_	_	_	*
+15	rude	rude	ADJ	_	_	_	_	_	_	*
+16	attitude	attitude	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	from	from	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035899.1
+# sent_counter = 2060
+# text = Highly Recommended
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	Recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035899.2
+# sent_counter = 2061
+# text = We walked in to pick our little man at 10 minutes to closing and heard laughter from kids and the staff .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+3	in	in	ADV	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	pick	pick	VERB	_	_	_	_	_	ss=v.motion	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	little	little	ADJ	_	_	_	_	_	_	*
+8	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	10	10	NUM	_	_	_	_	_	_	*
+11	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	closing	closing	NOUN	_	_	_	_	_	ss=n.event	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+16	laughter	laughter	NOUN	_	_	_	_	_	ss=n.communication	*
+17	from	from	ADP	_	_	_	_	_	_	*
+18	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035899.3
+# sent_counter = 2062
+# text = The facilities are more than adequate and the staff are just phenomenal .
+1	The	the	DET	_	_	_	_	_	_	*
+2	facilities	facility	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	more	more	ADJ	_	_	_	_	_	_	*
+5	than	than	ADP	_	_	_	_	_	_	*
+6	adequate	adequate	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	just	just	ADV	_	_	_	_	_	_	*
+12	phenomenal	phenomenal	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035899.4
+# sent_counter = 2063
+# text = Their sense of humour and calmness when dealing with the little ones amazes me every time I walk in .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	sense	sense	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+3	of	of	ADP	_	_	_	_	_	_	1
+4	humour	humour	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	calmness	calmness	NOUN	_	_	_	_	_	ss=n.location	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	dealing	deal	VERB	_	_	_	_	_	ss=v.social	2:X
+9	with	with	ADP	_	_	_	_	_	_	2
+10	the	the	DET	_	_	_	_	_	_	*
+11	little	little	ADJ	_	_	_	_	_	_	*
+12	ones	one	NOUN	_	_	_	_	_	_	*
+13	amazes	amaze	VERB	_	_	_	_	_	ss=v.emotion	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	every	every	DET	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+19	in	in	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035899.5
+# sent_counter = 2064
+# text = We have since moved slightly further away from the centre but it 's worth the extra travel , as the care provided exceeds our expectations ... especially after a few horrendous daycare experiences elsewhere .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	since	since	ADV	_	_	_	_	_	_	*
+4	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+5	slightly	slightly	ADV	_	_	_	_	_	_	*
+6	further	further	ADV	_	_	_	_	_	_	*
+7	away	away	ADV	_	_	_	_	_	_	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	centre	centre	NOUN	_	_	_	_	_	ss=n.location	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+14	worth	worth	ADJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	extra	extra	ADJ	_	_	_	_	_	_	*
+17	travel	travel	NOUN	_	_	_	_	_	ss=n.act	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	as	as	SCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+22	provided	provide	VERB	_	_	_	_	_	ss=v.social	*
+23	exceeds	exceed	VERB	_	_	_	_	_	ss=v.cognition	*
+24	our	our	PRON	_	_	_	_	_	_	*
+25	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	...	...	PUNCT	_	_	_	_	_	_	*
+27	especially	especially	ADV	_	_	_	_	_	_	*
+28	after	after	ADP	_	_	_	_	_	_	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	few	few	ADJ	_	_	_	_	_	_	*
+31	horrendous	horrendous	ADJ	_	_	_	_	_	_	*
+32	daycare	daycare	NOUN	_	_	_	_	_	ss=n.group	*
+33	experiences	experience	NOUN	_	_	_	_	_	ss=n.event	*
+34	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035993.1
+# sent_counter = 2065
+# text = They have fresh flowers , lasted a long while in the vase , and the two ladies at the shop know the business well .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	fresh	fresh	ADJ	_	_	_	_	_	_	*
+4	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	lasted	last	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	long	long	ADJ	_	_	_	_	_	_	*
+9	while	while	NOUN	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	vase	vase	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	two	two	NUM	_	_	_	_	_	_	*
+17	ladies	lady	NOUN	_	_	_	_	_	ss=n.person	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+21	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+24	well	well	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035993.2
+# sent_counter = 2066
+# text = I had no problem with my delivery .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	no	no	DET	_	_	_	_	_	_	*
+4	problem	problem	NOUN	_	_	_	_	_	_	1
+5	with	with	ADP	_	_	_	_	_	_	1
+6	my	my	PRON	_	_	_	_	_	_	*
+7	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035993.3
+# sent_counter = 2067
+# text = I will go there again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	again	again	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037794.1
+# sent_counter = 2068
+# text = We came at around 730 and they close at 8 and wanted to try the specials but they were out for the day so I would say go way before they close .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	around	around	ADV	_	_	_	_	_	_	*
+5	730	730	NUM	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	close	close	VERB	_	_	_	_	_	ss=v.social	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	8	8	NUM	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	try	try	VERB	_	_	_	_	_	ss=v.social	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	specials	special	NOUN	_	_	_	_	_	ss=n.event	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	out	out	ADV	_	_	_	_	_	_	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+24	so	so	ADV	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	would	would	AUX	_	_	_	_	_	_	*
+27	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+28	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+29	way	way	ADV	_	_	_	_	_	_	*
+30	before	before	SCONJ	_	_	_	_	_	_	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	close	close	VERB	_	_	_	_	_	ss=v.social	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037794.2
+# sent_counter = 2069
+# text = Got the crab rangoon which was great , tofu with cabbage which was spicy but good and shrimp satay which was also good .
+1	Got	get	VERB	_	_	_	_	_	ss=v.possession	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	crab	crab	NOUN	_	_	_	_	_	ss=n.food	1:X
+4	rangoon	rangoon	NOUN	_	_	_	_	_	_	1
+5	which	which	DET	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	tofu	tofu	NOUN	_	_	_	_	_	ss=n.food	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	cabbage	cabbage	NOUN	_	_	_	_	_	ss=n.food	*
+12	which	which	DET	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	spicy	spicy	ADJ	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	good	good	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	shrimp	shrimp	NOUN	_	_	_	_	_	ss=n.food	2:X
+19	satay	satay	NOUN	_	_	_	_	_	_	2
+20	which	which	DET	_	_	_	_	_	_	*
+21	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	also	also	ADV	_	_	_	_	_	_	*
+23	good	good	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037794.3
+# sent_counter = 2070
+# text = Def going to come back and try this place again .
+1	Def	def	ADV	_	_	_	_	_	_	*
+2	going	go	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	try	try	VERB	_	_	_	_	_	ss=v.social	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	again	again	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037794.4
+# sent_counter = 2071
+# text = Bea was really nice and asked how the food was .
+1	Bea	bea	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+7	how	how	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037794.5
+# sent_counter = 2072
+# text = Cute place also
+1	Cute	cute	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	also	also	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047891.1
+# sent_counter = 2073
+# text = Great job on my roof and the pricing was fair .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	roof	roof	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	pricing	pricing	NOUN	_	_	_	_	_	ss=n.possession	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	fair	fair	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047891.2
+# sent_counter = 2074
+# text = Will use again in the future .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	use	use	VERB	_	_	_	_	_	ss=v.possession	*
+3	again	again	ADV	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.1
+# sent_counter = 2075
+# text = Lovely Cottage
+1	Lovely	lovely	ADJ	_	_	_	_	_	_	*
+2	Cottage	cottage	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.2
+# sent_counter = 2076
+# text = This cottage is a charming homely , friendly , place to stay .
+1	This	this	DET	_	_	_	_	_	_	*
+2	cottage	cottage	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	charming	charming	ADJ	_	_	_	_	_	_	*
+6	homely	homely	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	friendly	friendly	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.3
+# sent_counter = 2077
+# text = Mary is an excellent host who does yummy breakfasts .
+1	Mary	mary	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	host	host	NOUN	_	_	_	_	_	ss=n.person	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	does	do	VERB	_	_	_	_	_	ss=v.social	*
+8	yummy	yummy	ADJ	_	_	_	_	_	_	*
+9	breakfasts	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.4
+# sent_counter = 2078
+# text = My room was delightful and the attention to detail was amazing .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	delightful	delightful	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	attention	attention	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+8	to	to	ADP	_	_	_	_	_	_	1
+9	detail	detail	NOUN	_	_	_	_	_	_	1
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	amazing	amazing	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.5
+# sent_counter = 2079
+# text = Will come again !
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	again	again	ADV	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048198.6
+# sent_counter = 2080
+# text = Sophie .
+1	Sophie	sophie	PROPN	_	_	_	_	_	ss=n.person	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054496.1
+# sent_counter = 2081
+# text = I just like the fact that he was able to do the specific type of repair I wanted ( a reball ) and give me the longest warranty and even a lower price .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	1:X
+5	fact	fact	NOUN	_	_	_	_	_	_	1
+6	that	that	SCONJ	_	_	_	_	_	_	1
+7	he	he	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	able	able	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	do	do	VERB	_	_	_	_	_	ss=v.social	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	specific	specific	ADJ	_	_	_	_	_	_	*
+14	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+19	(	(	PUNCT	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	reball	reball	NOUN	_	_	_	_	_	ss=n.act	*
+22	)	)	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	longest	long	ADJ	_	_	_	_	_	_	*
+28	warranty	warranty	NOUN	_	_	_	_	_	ss=n.possession	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	even	even	ADV	_	_	_	_	_	_	*
+31	a	a	DET	_	_	_	_	_	_	*
+32	lower	low	ADJ	_	_	_	_	_	_	*
+33	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054496.2
+# sent_counter = 2082
+# text = Someone else I found that said they could do it but wanted to charge me more and give me less warranty .
+1	Someone	someone	NOUN	_	_	_	_	_	_	*
+2	else	else	ADJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	do	do	VERB	_	_	_	_	_	ss=v.social	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	more	more	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	less	less	ADJ	_	_	_	_	_	_	*
+21	warranty	warranty	NOUN	_	_	_	_	_	ss=n.possession	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054496.3
+# sent_counter = 2083
+# text = It was a no brainer really .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	no	no	NOUN	_	_	_	_	_	_	1
+5	brainer	brainer	NOUN	_	_	_	_	_	_	1
+6	really	really	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054496.4
+# sent_counter = 2084
+# text = I choose Console Pros and I 'm happy I did .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+3	Console	console	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Pros	pros	PROPN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+8	happy	happy	ADJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	did	do	AUX	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054798.1
+# sent_counter = 2085
+# text = Where else can you go for $ 10 and recieve this treatment ?!
+1	Where	where	ADV	_	_	_	_	_	_	*
+2	else	else	ADV	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	10	10	NUM	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	recieve	recieve	VERB	_	_	_	_	_	ss=v.possession	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054798.3
+# sent_counter = 2086
+# text = Who can pass up a hot towel and a straight edge neck shave !
+1	Who	who	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	pass	pass	VERB	_	_	_	_	_	ss=v.social	1:X
+4	up	up	ADP	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	*
+6	hot	hot	ADJ	_	_	_	_	_	_	*
+7	towel	towel	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	straight	straight	ADJ	_	_	_	_	_	_	2:X
+11	edge	edge	NOUN	_	_	_	_	_	_	2
+12	neck	neck	NOUN	_	_	_	_	_	ss=n.body	*
+13	shave	shave	NOUN	_	_	_	_	_	ss=n.act	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.054798.4
+# sent_counter = 2087
+# text = I 've had 2 cuts now from Georgia and have paid more in other salons / barbershops and have not received this kind of treatment or cut !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.social	1:X
+4	2	2	NUM	_	_	_	_	_	_	*
+5	cuts	cut	NOUN	_	_	_	_	_	_	1
+6	now	now	ADV	_	_	_	_	_	_	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	Georgia	georgia	PROPN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+12	more	more	ADJ	_	_	_	_	_	_	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	salons	salon	NOUN	_	_	_	_	_	ss=n.group	*
+16	/	/	SYM	_	_	_	_	_	_	*
+17	barbershops	barbershop	NOUN	_	_	_	_	_	ss=n.group	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	received	receive	VERB	_	_	_	_	_	ss=v.stative	*
+22	this	this	DET	_	_	_	_	_	_	*
+23	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	or	or	CCONJ	_	_	_	_	_	_	*
+27	cut	cut	NOUN	_	_	_	_	_	ss=n.act	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.1
+# sent_counter = 2088
+# text = Excellent service
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.2
+# sent_counter = 2089
+# text = I could easily go to Nordstrom for my designer jeans and pay the same price , but I go to the Garment District for their service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	easily	easily	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Nordstrom	nordstrom	PROPN	_	_	_	_	_	ss=n.group	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	designer	designer	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	jeans	jean	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	same	same	ADJ	_	_	_	_	_	_	*
+15	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	Garment	garment	PROPN	_	_	_	_	_	ss=n.group	1:X
+23	District	district	PROPN	_	_	_	_	_	_	1
+24	for	for	ADP	_	_	_	_	_	_	*
+25	their	their	PRON	_	_	_	_	_	_	*
+26	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.3
+# sent_counter = 2090
+# text = Previous reviewers said they were pushy and I can understand that , but I find the staff more helpful than anything else .
+1	Previous	previous	ADJ	_	_	_	_	_	_	*
+2	reviewers	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	pushy	pushy	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+18	more	more	ADV	_	_	_	_	_	_	*
+19	helpful	helpful	ADJ	_	_	_	_	_	_	*
+20	than	than	ADP	_	_	_	_	_	_	*
+21	anything	anything	NOUN	_	_	_	_	_	_	*
+22	else	else	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.4
+# sent_counter = 2091
+# text = Tiffany is fabulous !
+1	Tiffany	tiffany	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.5
+# sent_counter = 2092
+# text = I came in for alterations ( free , by the way ) and told her about a stain I had on my new leather purse .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	in	in	ADV	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	alterations	alteration	NOUN	_	_	_	_	_	ss=n.act	*
+6	(	(	PUNCT	_	_	_	_	_	_	*
+7	free	free	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	by	by	ADP	_	_	_	_	_	_	1:X
+10	the	the	DET	_	_	_	_	_	_	1
+11	way	way	NOUN	_	_	_	_	_	_	1
+12	)	)	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	her	her	PRON	_	_	_	_	_	_	*
+16	about	about	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	stain	stain	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	new	new	ADJ	_	_	_	_	_	_	*
+24	leather	leather	NOUN	_	_	_	_	_	ss=n.substance	*
+25	purse	purse	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.6
+# sent_counter = 2093
+# text = She immediately went to the back , brought out leather cleaner and cleaned my purse on the spot .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	immediately	immediately	ADV	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	back	back	NOUN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	brought	bring	VERB	_	_	_	_	_	ss=v.social	*
+9	out	out	ADV	_	_	_	_	_	_	*
+10	leather	leather	NOUN	_	_	_	_	_	ss=n.substance	*
+11	cleaner	cleaner	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	purse	purse	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	on	on	ADP	_	_	_	_	_	_	1:X
+17	the	the	DET	_	_	_	_	_	_	1
+18	spot	spot	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.7
+# sent_counter = 2094
+# text = I did n't even buy the bag there !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	bag	bag	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.074896.8
+# sent_counter = 2095
+# text = Huge selection and , great suggestions from the staff and they refer you to reliable places if they do n't have what you need .
+1	Huge	huge	ADJ	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	suggestions	suggestion	NOUN	_	_	_	_	_	ss=n.communication	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	reliable	reliable	ADJ	_	_	_	_	_	_	*
+16	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+17	if	if	SCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	do	do	AUX	_	_	_	_	_	_	*
+20	n't	n't	PART	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	what	what	PRON	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077298.1
+# sent_counter = 2096
+# text = Had a horrible experience with a manager here , Rachel McInnis , she was rude , inconsiderate and did not do the right thing for an item that was marked incorrectly ...
+1	Had	have	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	horrible	horrible	ADJ	_	_	_	_	_	_	*
+4	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Rachel	rachel	PROPN	_	_	_	_	_	ss=n.person	1:X
+11	McInnis	mcinnis	PROPN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	she	she	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	rude	rude	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	inconsiderate	inconsiderate	ADJ	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	did	do	AUX	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	right	right	ADJ	_	_	_	_	_	_	*
+24	thing	thing	NOUN	_	_	_	_	_	ss=n.act	*
+25	for	for	ADP	_	_	_	_	_	_	*
+26	an	an	DET	_	_	_	_	_	_	*
+27	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	that	that	DET	_	_	_	_	_	_	*
+29	was	be	AUX	_	_	_	_	_	_	*
+30	marked	mark	VERB	_	_	_	_	_	ss=v.communication	*
+31	incorrectly	incorrectly	ADV	_	_	_	_	_	_	*
+32	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077298.2
+# sent_counter = 2097
+# text = I 'm not interested in shopping in a place with people like her ... she refused to sell me the item at its marked price even after admitting they had made a mistake .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	interested	interested	ADJ	_	_	_	_	_	_	1:X
+5	in	in	SCONJ	_	_	_	_	_	_	1
+6	shopping	shop	VERB	_	_	_	_	_	ss=v.social	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	like	like	ADP	_	_	_	_	_	_	*
+13	her	her	PRON	_	_	_	_	_	_	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	she	she	PRON	_	_	_	_	_	_	*
+16	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	its	it	PRON	_	_	_	_	_	_	*
+24	marked	mark	VERB	_	_	_	_	_	ss=v.communication	*
+25	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+26	even	even	ADV	_	_	_	_	_	_	*
+27	after	after	SCONJ	_	_	_	_	_	_	*
+28	admitting	admit	VERB	_	_	_	_	_	ss=v.communication	*
+29	they	they	PRON	_	_	_	_	_	_	*
+30	had	have	AUX	_	_	_	_	_	_	*
+31	made	make	VERB	_	_	_	_	_	ss=v.cognition	2:X
+32	a	a	DET	_	_	_	_	_	_	2
+33	mistake	mistake	NOUN	_	_	_	_	_	_	2
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077298.3
+# sent_counter = 2098
+# text = I normally do n't write reviews but seeing that I considered Dillards a distinguished , upscale place to shop , this one wo n't be getting my business , nor my family 's , nor my co-workers .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	normally	normally	ADV	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+6	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	seeing	see	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	considered	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+12	Dillards	dillards	PROPN	_	_	_	_	_	ss=n.group	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	distinguished	distinguished	ADJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	upscale	upscale	ADJ	_	_	_	_	_	_	*
+17	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	shop	shop	VERB	_	_	_	_	_	ss=v.social	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	this	this	DET	_	_	_	_	_	_	*
+22	one	one	NUM	_	_	_	_	_	_	*
+23	wo	wo	AUX	_	_	_	_	_	_	*
+24	n't	n't	PART	_	_	_	_	_	_	*
+25	be	be	AUX	_	_	_	_	_	_	*
+26	getting	get	VERB	_	_	_	_	_	ss=v.possession	1:X
+27	my	my	PRON	_	_	_	_	_	_	*
+28	business	business	NOUN	_	_	_	_	_	_	1
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	nor	nor	CCONJ	_	_	_	_	_	_	*
+31	my	my	PRON	_	_	_	_	_	_	*
+32	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+33	's	's	PART	_	_	_	_	_	_	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	nor	nor	CCONJ	_	_	_	_	_	_	*
+36	my	my	PRON	_	_	_	_	_	_	*
+37	co-workers	co-worker	NOUN	_	_	_	_	_	ss=n.person	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077298.4
+# sent_counter = 2099
+# text = It 's never ok to let a customer walk out unhappy , especially when they are right .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	ok	ok	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+9	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+10	out	out	ADV	_	_	_	_	_	_	*
+11	unhappy	unhappy	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	especially	especially	ADV	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	right	right	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005636.1
+# sent_counter = 2100
+# text = I LOVE MY GYM !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	MY	my	PRON	_	_	_	_	_	_	*
+4	GYM	gym	NOUN	_	_	_	_	_	ss=n.group	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005636.2
+# sent_counter = 2101
+# text = FITNESS UNLIMITED is a second home to a lot of us gym members who work out daily .
+1	FITNESS	fitness	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	UNLIMITED	unlimited	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	second	second	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+6	home	home	NOUN	_	_	_	_	_	_	2
+7	to	to	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	3:X
+9	lot	lot	NOUN	_	_	_	_	_	_	3
+10	of	of	ADP	_	_	_	_	_	_	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+13	members	member	NOUN	_	_	_	_	_	ss=n.person	*
+14	who	who	PRON	_	_	_	_	_	_	*
+15	work	work	VERB	_	_	_	_	_	ss=v.body	4:X
+16	out	out	ADP	_	_	_	_	_	_	4
+17	daily	daily	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005636.3
+# sent_counter = 2102
+# text = If you are serious about working out in a non-commercial like atmosphere then you have chosen the best place to be .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	serious	serious	ADJ	_	_	_	_	_	_	*
+5	about	about	SCONJ	_	_	_	_	_	_	*
+6	working	work	VERB	_	_	_	_	_	ss=v.body	1:X
+7	out	out	ADP	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	non-commercial	non-commercial	ADJ	_	_	_	_	_	_	*
+11	like	like	ADJ	_	_	_	_	_	_	*
+12	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	then	then	ADV	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	chosen	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	best	best	ADJ	_	_	_	_	_	_	*
+19	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005636.4
+# sent_counter = 2103
+# text = This is the most humble gym you will every step into .... if you dare to work on your body do n't be surprised when you see how addicting going to FITNESS UNLIMITED can be !!
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	humble	humble	ADJ	_	_	_	_	_	_	*
+6	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	every	every	ADV	_	_	_	_	_	_	*
+10	step	step	VERB	_	_	_	_	_	ss=v.motion	*
+11	into	into	ADP	_	_	_	_	_	_	*
+12	....	....	PUNCT	_	_	_	_	_	_	*
+13	if	if	SCONJ	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	dare	dare	VERB	_	_	_	_	_	ss=v.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	work	work	VERB	_	_	_	_	_	ss=v.body	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	your	your	PRON	_	_	_	_	_	_	*
+20	body	body	NOUN	_	_	_	_	_	ss=n.body	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	n't	n't	PART	_	_	_	_	_	_	*
+23	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	surprised	surprised	ADJ	_	_	_	_	_	_	*
+25	when	when	ADV	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+28	how	how	ADV	_	_	_	_	_	_	*
+29	addicting	addicting	ADJ	_	_	_	_	_	_	*
+30	going	go	VERB	_	_	_	_	_	ss=v.social	*
+31	to	to	ADP	_	_	_	_	_	_	*
+32	FITNESS	fitness	PROPN	_	_	_	_	_	ss=n.group	1:X
+33	UNLIMITED	unlimited	PROPN	_	_	_	_	_	_	1
+34	can	can	AUX	_	_	_	_	_	_	*
+35	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008635.1
+# sent_counter = 2104
+# text = Good food and very friendly staff .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008635.3
+# sent_counter = 2105
+# text = Interesting good value wine list to .
+1	Interesting	interesting	ADJ	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	value	value	NOUN	_	_	_	_	_	_	*
+4	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+5	list	list	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	to	to	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008635.4
+# sent_counter = 2106
+# text = Beer a bit expensive .
+1	Beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	bit	bit	NOUN	_	_	_	_	_	_	*
+4	expensive	expensive	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.1
+# sent_counter = 2107
+# text = Food good , service poor
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	poor	poor	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.2
+# sent_counter = 2108
+# text = No silverware , asked for a spoon for my son s mac and cheese ended up having to use my tea spoon .
+1	No	no	DET	_	_	_	_	_	_	*
+2	silverware	silverware	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	spoon	spoon	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+11	s	s	PART	_	_	_	_	_	_	*
+12	mac	mac	NOUN	_	_	_	_	_	ss=n.food	1:X
+13	and	and	CCONJ	_	_	_	_	_	_	1
+14	cheese	cheese	NOUN	_	_	_	_	_	_	1
+15	ended	end	VERB	_	_	_	_	_	ss=v.stative	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	having	have	VERB	_	_	_	_	_	_	3:X
+18	to	to	PART	_	_	_	_	_	_	3
+19	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	tea	tea	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+22	spoon	spoon	NOUN	_	_	_	_	_	_	4
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.3
+# sent_counter = 2109
+# text = Asked for bar - b - que sauce never got it .
+1	Asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	bar	bar	NOUN	_	_	_	_	_	ss=n.food	1:X
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	b	b	NOUN	_	_	_	_	_	_	1
+6	-	-	PUNCT	_	_	_	_	_	_	1
+7	que	que	NOUN	_	_	_	_	_	_	1
+8	sauce	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+9	never	never	ADV	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.4
+# sent_counter = 2110
+# text = Never checked back with us once we got our food .
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	checked	check	VERB	_	_	_	_	_	ss=v.social	1:X
+3	back	back	ADV	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	once	once	SCONJ	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.5
+# sent_counter = 2111
+# text = Had to go the the bus boy s station ourselves to get napkins .
+1	Had	have	VERB	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	bus	bus	NOUN	_	_	_	_	_	ss=n.person	2:X
+7	boy	boy	NOUN	_	_	_	_	_	_	2
+8	s	s	PART	_	_	_	_	_	_	*
+9	station	station	NOUN	_	_	_	_	_	ss=n.location	*
+10	ourselves	ourselves	PRON	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+13	napkins	napkin	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010433.7
+# sent_counter = 2112
+# text = Food was good , but service means a lot to me .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+8	a	a	DET	_	_	_	_	_	_	1:X
+9	lot	lot	NOUN	_	_	_	_	_	_	1
+10	to	to	ADP	_	_	_	_	_	_	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.1
+# sent_counter = 2113
+# text = Antique Lighting , Fixtures , Chicago
+1	Antique	antique	ADJ	_	_	_	_	_	_	*
+2	Lighting	lighting	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Fixtures	fixture	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.3
+# sent_counter = 2114
+# text = I visited their huge Chicago lighting showroom and all I have to say is WOW !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	visited	visit	VERB	_	_	_	_	_	ss=v.social	*
+3	their	their	PRON	_	_	_	_	_	_	*
+4	huge	huge	ADJ	_	_	_	_	_	_	*
+5	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+6	lighting	lighting	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	showroom	showroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	all	all	DET	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	WOW	wow	INTJ	_	_	_	_	_	_	*
+16	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.4
+# sent_counter = 2115
+# text = Lots of collections , many antique light fixtures , Chandeliers , custom lighting etc .
+1	Lots	lots	NOUN	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	collections	collection	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	many	many	ADJ	_	_	_	_	_	_	*
+6	antique	antique	ADJ	_	_	_	_	_	_	*
+7	light	light	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	fixtures	fixture	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Chandeliers	chandelier	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	custom	custom	NOUN	_	_	_	_	_	_	*
+13	lighting	lighting	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	etc	etc	X	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.5
+# sent_counter = 2116
+# text = I think they have the largest collection for Chandeliers Chicago .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	largest	large	ADJ	_	_	_	_	_	_	*
+7	collection	collection	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	Chandeliers	chandelier	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017235.6
+# sent_counter = 2117
+# text = Antiques , Vintage , Contemporary & Modern Chandeliers .
+1	Antiques	antique	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Vintage	vintage	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Contemporary	contemporary	ADJ	_	_	_	_	_	_	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	Modern	modern	ADJ	_	_	_	_	_	_	*
+8	Chandeliers	chandelier	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.1
+# sent_counter = 2118
+# text = Rude service
+1	Rude	rude	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.2
+# sent_counter = 2119
+# text = even though I have never tried hoa salon but I agree with other reviewers that they are rude .
+1	even	even	ADV	_	_	_	_	_	_	*
+2	though	though	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	never	never	ADV	_	_	_	_	_	_	*
+6	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+7	hoa	hoa	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	salon	salon	PROPN	_	_	_	_	_	_	1
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	agree	agree	VERB	_	_	_	_	_	ss=v.communication	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	other	other	ADJ	_	_	_	_	_	_	*
+14	reviewers	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	rude	rude	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.4
+# sent_counter = 2120
+# text = He told us to stop by the salon and then he will tell us the price .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	us	us	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	stop	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	by	by	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	*
+8	salon	salon	NOUN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	then	then	ADV	_	_	_	_	_	_	*
+11	he	he	PRON	_	_	_	_	_	_	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+14	us	us	PRON	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.5
+# sent_counter = 2121
+# text = What kind of rude service is that ?
+1	What	what	DET	_	_	_	_	_	_	*
+2	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	rude	rude	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022533.6
+# sent_counter = 2122
+# text = I do n't want to waste my time with them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	waste	waste	VERB	_	_	_	_	_	ss=v.social	1:X
+7	my	my	PRON	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	with	with	ADP	_	_	_	_	_	_	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024132.1
+# sent_counter = 2123
+# text = Range Rover Sport Window Tints
+1	Range	range	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+2	Rover	rover	PROPN	_	_	_	_	_	_	1
+3	Sport	sport	PROPN	_	_	_	_	_	_	1
+4	Window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	Tints	tint	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024132.2
+# sent_counter = 2124
+# text = Mark at Tintman Nationwide tints Ltd , did a very Professional job very quick , no fuss , deliverd the car to me and I drove him back home , Great arrangement Great price !!
+1	Mark	mark	PROPN	_	_	_	_	_	ss=n.person	*
+2	at	at	ADP	_	_	_	_	_	_	*
+3	Tintman	tintman	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Nationwide	nationwide	PROPN	_	_	_	_	_	_	1
+5	tints	tints	PROPN	_	_	_	_	_	_	1
+6	Ltd	ltd	PROPN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	did	do	VERB	_	_	_	_	_	ss=v.social	2:X
+9	a	a	DET	_	_	_	_	_	_	2
+10	very	very	ADV	_	_	_	_	_	_	*
+11	Professional	professional	ADJ	_	_	_	_	_	_	*
+12	job	job	NOUN	_	_	_	_	_	_	2
+13	very	very	ADV	_	_	_	_	_	_	*
+14	quick	quick	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	no	no	DET	_	_	_	_	_	_	*
+17	fuss	fuss	NOUN	_	_	_	_	_	ss=n.communication	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	deliverd	deliverd	VERB	_	_	_	_	_	ss=v.motion	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	to	to	ADP	_	_	_	_	_	_	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+27	him	him	PRON	_	_	_	_	_	_	*
+28	back	back	ADV	_	_	_	_	_	_	*
+29	home	home	ADV	_	_	_	_	_	_	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	Great	great	ADJ	_	_	_	_	_	_	*
+32	arrangement	arrangement	NOUN	_	_	_	_	_	ss=n.communication	*
+33	Great	great	ADJ	_	_	_	_	_	_	*
+34	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+35	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024132.3
+# sent_counter = 2125
+# text = Highly recommended !!
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024132.4
+# sent_counter = 2126
+# text = Thanks Mark .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Mark	mark	PROPN	_	_	_	_	_	ss=n.person	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024132.5
+# sent_counter = 2127
+# text = Steve .... proud Range Rover Sport owner ( with rear tints )
+1	Steve	steve	PROPN	_	_	_	_	_	ss=n.person	*
+2	....	....	PUNCT	_	_	_	_	_	_	*
+3	proud	proud	ADJ	_	_	_	_	_	_	*
+4	Range	range	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+5	Rover	rover	PROPN	_	_	_	_	_	_	1
+6	Sport	sport	PROPN	_	_	_	_	_	_	1
+7	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	rear	rear	ADJ	_	_	_	_	_	_	*
+11	tints	tint	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029230.1
+# sent_counter = 2128
+# text = Best Store In Boothbay Harbor
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	In	in	ADP	_	_	_	_	_	_	*
+4	Boothbay	boothbay	PROPN	_	_	_	_	_	ss=n.location	1:X
+5	Harbor	harbor	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029230.2
+# sent_counter = 2129
+# text = What a fantastic store , I love this place .
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029230.3
+# sent_counter = 2130
+# text = Not the same old stuff that all the other stores have .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	same	same	ADJ	_	_	_	_	_	_	1:X
+4	old	old	ADJ	_	_	_	_	_	_	1
+5	stuff	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	other	other	ADJ	_	_	_	_	_	_	*
+10	stores	store	NOUN	_	_	_	_	_	ss=n.group	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029230.4
+# sent_counter = 2131
+# text = Their items are very unique , great quality , great prices .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	unique	unique	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029230.5
+# sent_counter = 2132
+# text = They also have the best tea I ever had , not at all like the junk you get at the grocery stores , I stock up when ever there because they are closed in the winter .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	tea	tea	NOUN	_	_	_	_	_	ss=n.food	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	at	at	ADV	_	_	_	_	_	_	1:X
+13	all	all	ADV	_	_	_	_	_	_	1
+14	like	like	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	junk	junk	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	grocery	grocery	NOUN	_	_	_	_	_	ss=n.location	2:X
+22	stores	store	NOUN	_	_	_	_	_	_	2
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	stock	stock	VERB	_	_	_	_	_	ss=v.stative	3:X
+26	up	up	ADP	_	_	_	_	_	_	3
+27	when	when	X	_	_	_	_	_	_	*
+28	ever	ever	ADV	_	_	_	_	_	_	*
+29	there	there	ADV	_	_	_	_	_	_	*
+30	because	because	SCONJ	_	_	_	_	_	_	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	closed	closed	ADJ	_	_	_	_	_	_	*
+34	in	in	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	winter	winter	NOUN	_	_	_	_	_	ss=n.time	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030430.1
+# sent_counter = 2133
+# text = Amazing customer service
+1	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030430.2
+# sent_counter = 2134
+# text = I think the women at this salon know that their business is based primarily from referrals . :)
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	business	business	NOUN	_	_	_	_	_	ss=n.possession	*
+12	is	be	AUX	_	_	_	_	_	_	*
+13	based	base	VERB	_	_	_	_	_	ss=v.stative	*
+14	primarily	primarily	ADV	_	_	_	_	_	_	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	referrals	referral	NOUN	_	_	_	_	_	ss=n.communication	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+18	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030430.3
+# sent_counter = 2135
+# text = They were amazingly hospitable .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazingly	amazingly	ADV	_	_	_	_	_	_	*
+4	hospitable	hospitable	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030430.4
+# sent_counter = 2136
+# text = Edit was the best massage therapist I 've ever had and I would HIGHLY recommend her !
+1	Edit	edit	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	massage	massage	NOUN	_	_	_	_	_	ss=n.act	*
+6	therapist	therapist	NOUN	_	_	_	_	_	ss=n.person	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	've	've	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	HIGHLY	highly	ADV	_	_	_	_	_	_	*
+15	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035932.1
+# sent_counter = 2137
+# text = Simple , Quick take away .
+1	Simple	simple	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Quick	quick	ADJ	_	_	_	_	_	_	*
+4	take	take	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	away	away	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.1
+# sent_counter = 2138
+# text = Bit sketchy , sporadic delivery times
+1	Bit	bit	NOUN	_	_	_	_	_	_	*
+2	sketchy	sketchy	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	sporadic	sporadic	ADJ	_	_	_	_	_	_	*
+5	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.2
+# sent_counter = 2139
+# text = I bought about half of the furniture I own from this place .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+3	about	about	ADV	_	_	_	_	_	_	*
+4	half	half	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	own	own	VERB	_	_	_	_	_	ss=v.possession	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.3
+# sent_counter = 2140
+# text = Why ?
+1	Why	why	ADV	_	_	_	_	_	_	*
+2	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.4
+# sent_counter = 2141
+# text = Because they cut me good deals if I paid in cash .
+1	Because	because	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	cut	cut	VERB	_	_	_	_	_	ss=v.possession	1:X
+4	me	me	PRON	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	deals	deal	NOUN	_	_	_	_	_	_	1
+7	if	if	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.5
+# sent_counter = 2142
+# text = Sketchy , right ?
+1	Sketchy	sketchy	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	right	right	ADJ	_	_	_	_	_	_	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.6
+# sent_counter = 2143
+# text = Well they came through and delivered almost all of my items within a few days .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	came	come	VERB	_	_	_	_	_	ss=v.social	1:X
+4	through	through	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	delivered	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+7	almost	almost	ADV	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	within	within	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	few	few	ADJ	_	_	_	_	_	_	*
+15	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.7
+# sent_counter = 2144
+# text = ( They even got me a couch pretty quickly . )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	They	they	PRON	_	_	_	_	_	_	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.social	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	couch	couch	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	pretty	pretty	ADV	_	_	_	_	_	_	*
+9	quickly	quickly	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.8
+# sent_counter = 2145
+# text = The guy who was cutting me the deals and getting me the furniture quickly , Ahmed , was nice and mostly professional , except the semi-sketchiness .
+1	The	the	DET	_	_	_	_	_	_	*
+2	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	cutting	cut	VERB	_	_	_	_	_	ss=v.possession	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	deals	deal	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	getting	get	VERB	_	_	_	_	_	ss=v.social	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	quickly	quickly	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	Ahmed	ahmed	PROPN	_	_	_	_	_	ss=n.person	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	nice	nice	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	mostly	mostly	ADV	_	_	_	_	_	_	*
+22	professional	professional	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	except	except	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	semi-sketchiness	semi-sketchiness	NOUN	_	_	_	_	_	ss=n.attribute	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.9
+# sent_counter = 2146
+# text = Then one day , Ahmed left the country , not to return for months , WITHOUT informing me .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Ahmed	ahmed	PROPN	_	_	_	_	_	ss=n.person	*
+6	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	country	country	NOUN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	WITHOUT	without	SCONJ	_	_	_	_	_	_	*
+17	informing	inform	VERB	_	_	_	_	_	ss=v.communication	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.10
+# sent_counter = 2147
+# text = He also neglected to tell the other person working at the store about a dining room table that I had ordered and that was supposed to be coming in .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	neglected	neglect	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	working	work	VERB	_	_	_	_	_	ss=v.social	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	store	store	NOUN	_	_	_	_	_	ss=n.location	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	dining	dining	NOUN	_	_	_	_	_	ss=n.act	*
+16	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+17	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	that	that	DET	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	had	have	AUX	_	_	_	_	_	_	*
+21	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	was	be	AUX	_	_	_	_	_	_	1:X
+25	supposed	suppose	VERB	_	_	_	_	_	_	1
+26	to	to	PART	_	_	_	_	_	_	1
+27	be	be	AUX	_	_	_	_	_	_	*
+28	coming	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+29	in	in	ADV	_	_	_	_	_	_	2
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.11
+# sent_counter = 2148
+# text = The other person working at the store did n't know that I still had this table coming .
+1	The	the	DET	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	working	work	VERB	_	_	_	_	_	ss=v.social	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.location	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.12
+# sent_counter = 2149
+# text = I had paid in cash , and he said he had no receipt / record of my purchase .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	no	no	DET	_	_	_	_	_	_	*
+13	receipt	receipt	NOUN	_	_	_	_	_	ss=n.possession	*
+14	/	/	PUNCT	_	_	_	_	_	_	*
+15	record	record	NOUN	_	_	_	_	_	ss=n.possession	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	purchase	purchase	NOUN	_	_	_	_	_	ss=n.possession	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.13
+# sent_counter = 2150
+# text = I came back with the receipt Ahmed had provided upon my purchase , and the guy took forever to copy it but said that he would take care of the situation .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	back	back	ADV	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	receipt	receipt	NOUN	_	_	_	_	_	ss=n.possession	*
+7	Ahmed	ahmed	PROPN	_	_	_	_	_	ss=n.person	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	provided	provide	VERB	_	_	_	_	_	ss=v.possession	*
+10	upon	upon	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	purchase	purchase	NOUN	_	_	_	_	_	ss=n.possession	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+17	took	take	VERB	_	_	_	_	_	ss=v.stative	2:X
+18	forever	forever	ADV	_	_	_	_	_	_	2
+19	to	to	PART	_	_	_	_	_	_	*
+20	copy	copy	VERB	_	_	_	_	_	ss=v.creation	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+24	that	that	SCONJ	_	_	_	_	_	_	*
+25	he	he	PRON	_	_	_	_	_	_	*
+26	would	would	AUX	_	_	_	_	_	_	*
+27	take	take	VERB	_	_	_	_	_	ss=v.social	3:X
+28	care	care	NOUN	_	_	_	_	_	_	3
+29	of	of	ADP	_	_	_	_	_	_	3
+30	the	the	DET	_	_	_	_	_	_	*
+31	situation	situation	NOUN	_	_	_	_	_	ss=n.event	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.14
+# sent_counter = 2151
+# text = I waited .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.15
+# sent_counter = 2152
+# text = And waited .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.16
+# sent_counter = 2153
+# text = He never once contacted us .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	once	once	ADV	_	_	_	_	_	_	*
+4	contacted	contact	VERB	_	_	_	_	_	ss=v.communication	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.17
+# sent_counter = 2154
+# text = I 've had to pester this new guy several times to ask when my table will arrive .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	pester	pester	VERB	_	_	_	_	_	ss=v.communication	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	new	new	ADJ	_	_	_	_	_	_	*
+8	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+9	several	several	ADJ	_	_	_	_	_	_	*
+10	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	will	will	AUX	_	_	_	_	_	_	*
+17	arrive	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.18
+# sent_counter = 2155
+# text = He kept saying different arrival / delivery dates and did n't seem terribly apologetic .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+3	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	different	different	ADJ	_	_	_	_	_	_	*
+5	arrival	arrival	NOUN	_	_	_	_	_	ss=n.event	*
+6	/	/	PUNCT	_	_	_	_	_	_	*
+7	delivery	delivery	NOUN	_	_	_	_	_	ss=n.event	*
+8	dates	date	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	did	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+13	terribly	terribly	ADV	_	_	_	_	_	_	*
+14	apologetic	apologetic	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.19
+# sent_counter = 2156
+# text = It has been 3 weeks and I STILL do n't have my table ( which was NOT cheap , I might add ) .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	3	3	NUM	_	_	_	_	_	_	*
+5	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	STILL	still	ADV	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	which	which	DET	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	NOT	not	PART	_	_	_	_	_	_	*
+18	cheap	cheap	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	1:X
+21	might	might	AUX	_	_	_	_	_	_	1
+22	add	add	VERB	_	_	_	_	_	_	1
+23	)	)	PUNCT	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036133.20
+# sent_counter = 2157
+# text = Point is : You might be able to get a good deal on some nice furniture -- which I did -- but they 're not very communicative and god forbid something goes wrong , you 'll have to fight to get it resolved .
+1	Point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	You	you	PRON	_	_	_	_	_	_	*
+5	might	might	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	able	able	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	good	good	ADJ	_	_	_	_	_	_	*
+12	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	some	some	DET	_	_	_	_	_	_	*
+15	nice	nice	NOUN	_	_	_	_	_	_	*
+16	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	--	--	PUNCT	_	_	_	_	_	_	*
+18	which	which	DET	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	did	do	AUX	_	_	_	_	_	_	*
+21	--	--	PUNCT	_	_	_	_	_	_	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+25	not	not	PART	_	_	_	_	_	_	*
+26	very	very	ADV	_	_	_	_	_	_	*
+27	communicative	communicative	ADJ	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	god	god	PROPN	_	_	_	_	_	_	1:X
+30	forbid	forbid	VERB	_	_	_	_	_	_	1
+31	something	something	NOUN	_	_	_	_	_	_	*
+32	goes	go	VERB	_	_	_	_	_	ss=v.stative	*
+33	wrong	wrong	ADV	_	_	_	_	_	_	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	you	you	PRON	_	_	_	_	_	_	*
+36	'll	'll	AUX	_	_	_	_	_	_	*
+37	have	have	VERB	_	_	_	_	_	_	2:X
+38	to	to	PART	_	_	_	_	_	_	2
+39	fight	fight	VERB	_	_	_	_	_	ss=v.social	*
+40	to	to	PART	_	_	_	_	_	_	*
+41	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+42	it	it	PRON	_	_	_	_	_	_	*
+43	resolved	resolve	VERB	_	_	_	_	_	ss=v.change	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042530.1
+# sent_counter = 2158
+# text = a staple !
+1	a	a	DET	_	_	_	_	_	_	*
+2	staple	staple	NOUN	_	_	_	_	_	ss=n.communication	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042530.3
+# sent_counter = 2159
+# text = Branch out and try something other than the Pad Thai , the curries are fantastic .
+1	Branch	branch	VERB	_	_	_	_	_	ss=v.social	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	try	try	VERB	_	_	_	_	_	ss=v.social	*
+5	something	something	NOUN	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	2:X
+7	than	than	ADP	_	_	_	_	_	_	2
+8	the	the	DET	_	_	_	_	_	_	*
+9	Pad	pad	PROPN	_	_	_	_	_	ss=n.food	3:X
+10	Thai	thai	PROPN	_	_	_	_	_	_	3
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	curries	curry	NOUN	_	_	_	_	_	ss=n.food	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042530.4
+# sent_counter = 2160
+# text = Fast and friendly service , they know my order when I walk in the door !
+1	Fast	fast	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+10	when	when	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.052836.1
+# sent_counter = 2161
+# text = Bad food and bad service !
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.052836.2
+# sent_counter = 2162
+# text = Save yourself a trip !
+1	Save	save	VERB	_	_	_	_	_	ss=v.social	1:X
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	trip	trip	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.068436.2
+# sent_counter = 2163
+# text = I generally like the BK over the other fast serving restaurants ; however , I regreted to visit this restaurant at my town .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	generally	generally	ADV	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	BK	bk	PROPN	_	_	_	_	_	ss=n.group	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	other	other	ADJ	_	_	_	_	_	_	*
+9	fast	fast	ADV	_	_	_	_	_	_	*
+10	serving	serve	VERB	_	_	_	_	_	ss=v.social	*
+11	restaurants	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+12	;	;	PUNCT	_	_	_	_	_	_	*
+13	however	however	ADV	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	regreted	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+21	at	at	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.070730.6
+# sent_counter = 2164
+# text = The service is solicitous , the atmosphere is nice and mod except the out - of - place flat - screen TV playing football .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	solicitous	solicitous	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	nice	nice	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	mod	mod	ADJ	_	_	_	_	_	_	*
+12	except	except	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	out	out	ADP	_	_	_	_	_	_	1:X
+15	-	-	PUNCT	_	_	_	_	_	_	1
+16	of	of	ADP	_	_	_	_	_	_	1
+17	-	-	PUNCT	_	_	_	_	_	_	1
+18	place	place	NOUN	_	_	_	_	_	_	1
+19	flat	flat	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+20	-	-	PUNCT	_	_	_	_	_	_	2
+21	screen	screen	NOUN	_	_	_	_	_	_	2
+22	TV	tv	NOUN	_	_	_	_	_	_	2
+23	playing	play	VERB	_	_	_	_	_	ss=v.stative	*
+24	football	football	NOUN	_	_	_	_	_	ss=n.act	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077034.1
+# sent_counter = 2165
+# text = I loved the atmosphere here and the food is good , however the tables are so close together that it feels very cramped .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	good	good	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	however	however	ADV	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	tables	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	close	close	ADJ	_	_	_	_	_	_	*
+18	together	together	ADJ	_	_	_	_	_	_	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	feels	feel	VERB	_	_	_	_	_	ss=v.stative	*
+22	very	very	ADV	_	_	_	_	_	_	*
+23	cramped	cramped	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077034.2
+# sent_counter = 2166
+# text = We were made to feel very welcome .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	made	make	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	welcome	welcome	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077034.3
+# sent_counter = 2167
+# text = Well worth a visit .
+1	Well	well	ADV	_	_	_	_	_	_	*
+2	worth	worth	ADJ	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077034.4
+# sent_counter = 2168
+# text = http://cambridgefoodfrivolity.blogspot.com/
+1	http://cambridgefoodfrivolity.blogspot.com/	http://cambridgefoodfrivolity.blogspot.com/	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.1
+# sent_counter = 2169
+# text = Liquidweb.com Rocks !!!
+1	Liquidweb.com	liquidweb.com	X	_	_	_	_	_	_	*
+2	Rocks	rock	VERB	_	_	_	_	_	_	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.2
+# sent_counter = 2170
+# text = I am not a client of liquidweb.com , but one of my friend called Steven is the client having several websites .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	client	client	NOUN	_	_	_	_	_	ss=n.person	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	liquidweb.com	liquidweb.com	X	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+14	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+15	Steven	steven	PROPN	_	_	_	_	_	ss=n.person	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	client	client	NOUN	_	_	_	_	_	ss=n.person	*
+19	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	several	several	ADJ	_	_	_	_	_	_	*
+21	websites	website	NOUN	_	_	_	_	_	ss=n.communication	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.3
+# sent_counter = 2171
+# text = I work with him and since past 6 years he is hosting his websites to Liquidweb .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	work	work	VERB	_	_	_	_	_	ss=v.social	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	since	since	ADP	_	_	_	_	_	_	*
+7	past	past	ADJ	_	_	_	_	_	_	*
+8	6	6	NUM	_	_	_	_	_	_	*
+9	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	is	be	AUX	_	_	_	_	_	_	*
+12	hosting	host	VERB	_	_	_	_	_	ss=v.communication	*
+13	his	his	PRON	_	_	_	_	_	_	*
+14	websites	website	NOUN	_	_	_	_	_	ss=n.communication	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	Liquidweb	liquidweb	PROPN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.4
+# sent_counter = 2172
+# text = As I have gone through many reviews sites to see if any provider is providing better services or not , and I have realized that there were many good reviews about Liquidweb also Steven never faced any server issues in his whole hosting .
+1	As	as	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	gone	go	VERB	_	_	_	_	_	ss=v.social	1:X
+5	through	through	ADP	_	_	_	_	_	_	1
+6	many	many	ADJ	_	_	_	_	_	_	*
+7	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+8	sites	site	NOUN	_	_	_	_	_	ss=n.communication	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+11	if	if	SCONJ	_	_	_	_	_	_	*
+12	any	any	DET	_	_	_	_	_	_	*
+13	provider	provider	NOUN	_	_	_	_	_	ss=n.group	*
+14	is	be	AUX	_	_	_	_	_	_	*
+15	providing	provide	VERB	_	_	_	_	_	ss=v.social	*
+16	better	better	ADJ	_	_	_	_	_	_	*
+17	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+18	or	or	CCONJ	_	_	_	_	_	_	*
+19	not	not	PART	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	have	have	AUX	_	_	_	_	_	_	*
+24	realized	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+25	that	that	SCONJ	_	_	_	_	_	_	*
+26	there	there	PRON	_	_	_	_	_	_	*
+27	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	many	many	ADJ	_	_	_	_	_	_	*
+29	good	good	ADJ	_	_	_	_	_	_	*
+30	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+31	about	about	ADP	_	_	_	_	_	_	*
+32	Liquidweb	liquidweb	PROPN	_	_	_	_	_	ss=n.group	*
+33	also	also	ADV	_	_	_	_	_	_	*
+34	Steven	steven	PROPN	_	_	_	_	_	ss=n.person	*
+35	never	never	ADV	_	_	_	_	_	_	*
+36	faced	face	VERB	_	_	_	_	_	ss=v.stative	*
+37	any	any	DET	_	_	_	_	_	_	*
+38	server	server	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+40	in	in	ADP	_	_	_	_	_	_	*
+41	his	his	PRON	_	_	_	_	_	_	*
+42	whole	whole	ADJ	_	_	_	_	_	_	*
+43	hosting	hosting	NOUN	_	_	_	_	_	ss=n.act	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.5
+# sent_counter = 2173
+# text = The kind of support they provide is simply great !!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	support	support	NOUN	_	_	_	_	_	ss=n.act	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	provide	provide	VERB	_	_	_	_	_	ss=v.social	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	simply	simply	ADV	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081934.6
+# sent_counter = 2174
+# text = I would like to host my upcoming website to Liquidweb.com
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	host	host	VERB	_	_	_	_	_	ss=v.social	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	upcoming	upcoming	ADJ	_	_	_	_	_	_	*
+8	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	Liquidweb.com	liquidweb.com	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.1
+# sent_counter = 2175
+# text = Terrible Service
+1	Terrible	terrible	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.2
+# sent_counter = 2176
+# text = One of the worst experiences I 've ever had with a auto repair shop .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	worst	worst	ADJ	_	_	_	_	_	_	*
+5	experiences	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	've	've	AUX	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	auto	auto	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+14	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.3
+# sent_counter = 2177
+# text = We took our vehicle in for a repair to the air conditioning .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	our	our	PRON	_	_	_	_	_	_	*
+4	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	in	in	ADV	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	air	air	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+12	conditioning	conditioning	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.4
+# sent_counter = 2178
+# text = Approx 4 months later , the compressor went out .
+1	Approx	approx	ADV	_	_	_	_	_	_	*
+2	4	4	NUM	_	_	_	_	_	_	*
+3	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+4	later	later	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	compressor	compressor	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	went	go	VERB	_	_	_	_	_	ss=v.change	1:X
+9	out	out	ADP	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.5
+# sent_counter = 2179
+# text = We took it back in to have it repaired again , and less than a week later the second compressor went out .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	it	it	PRON	_	_	_	_	_	_	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	in	in	ADV	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	repaired	repair	VERB	_	_	_	_	_	ss=v.change	*
+10	again	again	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	less	less	ADJ	_	_	_	_	_	_	2:X
+14	than	than	ADP	_	_	_	_	_	_	2
+15	a	a	DET	_	_	_	_	_	_	*
+16	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+17	later	later	ADV	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	second	second	ADJ	_	_	_	_	_	_	*
+20	compressor	compressor	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	went	go	VERB	_	_	_	_	_	ss=v.change	3:X
+22	out	out	ADP	_	_	_	_	_	_	3
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.6
+# sent_counter = 2180
+# text = We went in for a third visit and they fixed it again , but this time when we picked up the car , the radio and clock did not work .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	third	third	ADJ	_	_	_	_	_	_	*
+7	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	again	again	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	we	we	PRON	_	_	_	_	_	_	*
+19	picked	pick	VERB	_	_	_	_	_	ss=v.motion	2:X
+20	up	up	ADP	_	_	_	_	_	_	2
+21	the	the	DET	_	_	_	_	_	_	*
+22	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	radio	radio	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	clock	clock	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	did	do	AUX	_	_	_	_	_	_	*
+29	not	not	PART	_	_	_	_	_	_	*
+30	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.7
+# sent_counter = 2181
+# text = So for the 4th time in 5 months and the third time in 2 weeks , we brought the car back again .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	4th	4th	ADJ	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	5	5	NUM	_	_	_	_	_	_	*
+8	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	third	third	ADJ	_	_	_	_	_	_	*
+12	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	2	2	NUM	_	_	_	_	_	_	*
+15	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	brought	bring	VERB	_	_	_	_	_	ss=v.motion	1:X
+19	the	the	DET	_	_	_	_	_	_	*
+20	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	back	back	ADV	_	_	_	_	_	_	1
+22	again	again	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.8
+# sent_counter = 2182
+# text = When we expressed our discontent to the manager ( that 's right , the manager ) , did he say he would return some money , did he say he would give a discount on our next visit , did he just say " I 'm sorry " .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	expressed	express	VERB	_	_	_	_	_	ss=v.communication	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	discontent	discontent	NOUN	_	_	_	_	_	ss=n.feeling	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	right	right	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	would	would	AUX	_	_	_	_	_	_	*
+23	return	return	VERB	_	_	_	_	_	ss=v.possession	*
+24	some	some	DET	_	_	_	_	_	_	*
+25	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	did	do	AUX	_	_	_	_	_	_	*
+28	he	he	PRON	_	_	_	_	_	_	*
+29	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+30	he	he	PRON	_	_	_	_	_	_	*
+31	would	would	AUX	_	_	_	_	_	_	*
+32	give	give	VERB	_	_	_	_	_	ss=v.possession	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	discount	discount	NOUN	_	_	_	_	_	ss=n.possession	*
+35	on	on	ADP	_	_	_	_	_	_	*
+36	our	our	PRON	_	_	_	_	_	_	*
+37	next	next	ADJ	_	_	_	_	_	_	*
+38	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+39	,	,	PUNCT	_	_	_	_	_	_	*
+40	did	do	AUX	_	_	_	_	_	_	*
+41	he	he	PRON	_	_	_	_	_	_	*
+42	just	just	ADV	_	_	_	_	_	_	*
+43	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+44	"	"	PUNCT	_	_	_	_	_	_	*
+45	I	i	PRON	_	_	_	_	_	_	*
+46	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+47	sorry	sorry	ADJ	_	_	_	_	_	_	*
+48	"	"	PUNCT	_	_	_	_	_	_	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.9
+# sent_counter = 2183
+# text = Nope , none of the above .
+1	Nope	nope	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	none	none	NOUN	_	_	_	_	_	_	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	1
+6	above	above	ADJ	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.10
+# sent_counter = 2184
+# text = He stood there and told us how he was n't at fault .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	stood	stand	VERB	_	_	_	_	_	ss=v.stative	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	us	us	PRON	_	_	_	_	_	_	*
+7	how	how	ADV	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	at	at	ADP	_	_	_	_	_	_	1:X
+12	fault	fault	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.11
+# sent_counter = 2185
+# text = It was the fault of the parts supplier , and can we imagine how he felt having to put another 2 hours of work in the car .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	fault	fault	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	supplier	supplier	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	imagine	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+14	how	how	ADV	_	_	_	_	_	_	*
+15	he	he	PRON	_	_	_	_	_	_	*
+16	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+17	having	have	VERB	_	_	_	_	_	_	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	put	put	VERB	_	_	_	_	_	ss=v.social	2:X
+20	another	another	DET	_	_	_	_	_	_	*
+21	2	2	NUM	_	_	_	_	_	_	*
+22	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+25	in	in	ADP	_	_	_	_	_	_	2
+26	the	the	DET	_	_	_	_	_	_	*
+27	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.12
+# sent_counter = 2186
+# text = And what did we expect ... that he bench test every part .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	bench	bench	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	test	test	VERB	_	_	_	_	_	_	1
+11	every	every	DET	_	_	_	_	_	_	*
+12	part	part	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.13
+# sent_counter = 2187
+# text = At no time during the conversation did the words , " I 'm sorry " ever come out of his mouth .
+1	At	at	ADP	_	_	_	_	_	_	*
+2	no	no	DET	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+4	during	during	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	conversation	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	words	words	NOUN	_	_	_	_	_	ss=n.communication	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+14	sorry	sorry	ADJ	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	ever	ever	ADV	_	_	_	_	_	_	*
+17	come	come	VERB	_	_	_	_	_	ss=v.communication	*
+18	out	out	ADP	_	_	_	_	_	_	1:X
+19	of	of	ADP	_	_	_	_	_	_	1
+20	his	his	PRON	_	_	_	_	_	_	*
+21	mouth	mouth	NOUN	_	_	_	_	_	ss=n.body	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.14
+# sent_counter = 2188
+# text = I , nor anyone else in my family , will ever go to Sun Devil Auto again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	nor	nor	CCONJ	_	_	_	_	_	_	*
+4	anyone	anyone	NOUN	_	_	_	_	_	_	*
+5	else	else	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.social	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	Sun	sun	PROPN	_	_	_	_	_	ss=n.group	1:X
+15	Devil	devil	PROPN	_	_	_	_	_	_	1
+16	Auto	auto	PROPN	_	_	_	_	_	_	1
+17	again	again	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086839.15
+# sent_counter = 2189
+# text = Well , unless of course the third compressor he put in the car goes out .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	unless	unless	ADP	_	_	_	_	_	_	*
+4	of	of	ADV	_	_	_	_	_	_	1:X
+5	course	course	ADV	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	third	third	ADJ	_	_	_	_	_	_	*
+8	compressor	compressor	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	put	put	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	goes	go	VERB	_	_	_	_	_	ss=v.change	2:X
+15	out	out	ADP	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.089136.1
+# sent_counter = 2190
+# text = AWESOME food !
+1	AWESOME	awesome	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.089136.2
+# sent_counter = 2191
+# text = Make sure to put OILY sauces on your food to make it moist !
+1	Make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	sure	sure	ADJ	_	_	_	_	_	_	1
+3	to	to	PART	_	_	_	_	_	_	*
+4	put	put	VERB	_	_	_	_	_	ss=v.contact	*
+5	OILY	oily	ADJ	_	_	_	_	_	_	*
+6	sauces	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	moist	moist	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.089136.3
+# sent_counter = 2192
+# text = YUM
+1	YUM	yum	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.1
+# sent_counter = 2193
+# text = simple but perfect
+1	simple	simple	ADJ	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	perfect	perfect	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.2
+# sent_counter = 2194
+# text = IF you want flashy fancy food stacked high with lots of fussy garnishes , this is not the place for you .
+1	IF	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	flashy	flashy	ADJ	_	_	_	_	_	_	*
+5	fancy	fancy	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	stacked	stack	VERB	_	_	_	_	_	ss=v.stative	*
+8	high	high	ADV	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	fussy	fussy	ADJ	_	_	_	_	_	_	*
+13	garnishes	garnish	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.3
+# sent_counter = 2195
+# text = If you want perfectly executed simple dishes that feature a few exquisite ingredients , you 'll love Vetri .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	perfectly	perfectly	ADV	_	_	_	_	_	_	*
+5	executed	execute	VERB	_	_	_	_	_	ss=v.creation	*
+6	simple	simple	ADJ	_	_	_	_	_	_	*
+7	dishes	dish	NOUN	_	_	_	_	_	ss=n.food	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	feature	feature	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	few	few	ADJ	_	_	_	_	_	_	*
+12	exquisite	exquisite	ADJ	_	_	_	_	_	_	*
+13	ingredients	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	'll	'll	AUX	_	_	_	_	_	_	*
+17	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+18	Vetri	vetri	PROPN	_	_	_	_	_	ss=n.group	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.4
+# sent_counter = 2196
+# text = Hands - down the best pasta and gnocchi I 've ever eaten ( and I 've eaten a lot ) .
+1	Hands	hands	NOUN	_	_	_	_	_	_	1:X
+2	-	-	PUNCT	_	_	_	_	_	_	1
+3	down	down	ADV	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	pasta	pasta	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	gnocchi	gnocchi	NOUN	_	_	_	_	_	ss=n.food	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	've	've	AUX	_	_	_	_	_	_	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	've	've	AUX	_	_	_	_	_	_	*
+17	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+18	a	a	DET	_	_	_	_	_	_	2:X
+19	lot	lot	NOUN	_	_	_	_	_	_	2
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.5
+# sent_counter = 2197
+# text = The antipasti were amazing , the wines were mind - blowing , the service could n't have been better .
+1	The	the	DET	_	_	_	_	_	_	*
+2	antipasti	antipasti	NOUN	_	_	_	_	_	ss=n.food	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	wines	wine	NOUN	_	_	_	_	_	ss=n.food	*
+8	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	mind	mind	NOUN	_	_	_	_	_	_	1:X
+10	-	-	PUNCT	_	_	_	_	_	_	1
+11	blowing	blowing	ADJ	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+15	could	could	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	better	better	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090136.6
+# sent_counter = 2198
+# text = I 've dined at lots of high - end restaurants and I 've never before felt my money was so well spent .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	dined	dine	VERB	_	_	_	_	_	ss=v.social	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	high	high	ADJ	_	_	_	_	_	_	1:X
+8	-	-	PUNCT	_	_	_	_	_	_	1
+9	end	end	NOUN	_	_	_	_	_	_	1
+10	restaurants	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	've	've	AUX	_	_	_	_	_	_	*
+14	never	never	ADV	_	_	_	_	_	_	*
+15	before	before	ADV	_	_	_	_	_	_	*
+16	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+19	was	be	AUX	_	_	_	_	_	_	*
+20	so	so	ADV	_	_	_	_	_	_	*
+21	well	well	ADV	_	_	_	_	_	_	*
+22	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105237.1
+# sent_counter = 2199
+# text = Worst place flour tortillas are always hard the beef enchiladas are discussing meat all over cooked was good many yrs ago but restaurant has gone down hill
+1	Worst	worst	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	flour	flour	NOUN	_	_	_	_	_	ss=n.food	*
+4	tortillas	tortilla	NOUN	_	_	_	_	_	ss=n.food	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	always	always	ADV	_	_	_	_	_	_	*
+7	hard	hard	ADJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	beef	beef	NOUN	_	_	_	_	_	ss=n.food	*
+10	enchiladas	enchilada	NOUN	_	_	_	_	_	ss=n.food	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	discussing	discussing	ADJ	_	_	_	_	_	_	*
+13	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+14	all	all	ADV	_	_	_	_	_	_	*
+15	over	over	X	_	_	_	_	_	ss=v.stative	1:X
+16	cooked	cook	VERB	_	_	_	_	_	_	1
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	good	good	ADJ	_	_	_	_	_	_	*
+19	many	many	ADJ	_	_	_	_	_	_	*
+20	yrs	yr	NOUN	_	_	_	_	_	ss=n.time	*
+21	ago	ago	ADV	_	_	_	_	_	_	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+24	has	have	AUX	_	_	_	_	_	_	*
+25	gone	go	VERB	_	_	_	_	_	ss=v.change	2:X
+26	down	down	X	_	_	_	_	_	_	2
+27	hill	hill	ADV	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.1
+# sent_counter = 2200
+# text = The internet here is terrible .
+1	The	the	DET	_	_	_	_	_	_	*
+2	internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	terrible	terrible	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.2
+# sent_counter = 2201
+# text = Like the previous poster said , the com lines are split between the entire building .
+1	Like	like	SCONJ	_	_	_	_	_	_	1:X
+2	the	the	DET	_	_	_	_	_	_	*
+3	previous	previous	ADJ	_	_	_	_	_	_	*
+4	poster	poster	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	said	say	VERB	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	com	com	NOUN	_	_	_	_	_	ss=n.communication	*
+9	lines	line	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	are	be	AUX	_	_	_	_	_	_	*
+11	split	split	VERB	_	_	_	_	_	ss=v.stative	*
+12	between	between	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	entire	entire	ADJ	_	_	_	_	_	_	*
+15	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.3
+# sent_counter = 2202
+# text = That 's 3 x worse than Qwest DSL 's lowest speed offering !
+1	That	that	DET	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	x	x	SYM	_	_	_	_	_	_	*
+5	worse	worse	ADJ	_	_	_	_	_	_	*
+6	than	than	ADP	_	_	_	_	_	_	*
+7	Qwest	qwest	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	DSL	dsl	PROPN	_	_	_	_	_	_	1
+9	's	's	PART	_	_	_	_	_	_	*
+10	lowest	lowest	ADJ	_	_	_	_	_	_	*
+11	speed	speed	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	offering	offering	NOUN	_	_	_	_	_	ss=n.act	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.4
+# sent_counter = 2203
+# text = The outward appearance makes you think this place is nice , but everything inside is cheap cheap cheap .
+1	The	the	DET	_	_	_	_	_	_	*
+2	outward	outward	ADJ	_	_	_	_	_	_	*
+3	appearance	appearance	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	nice	nice	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	everything	everything	NOUN	_	_	_	_	_	_	*
+14	inside	inside	ADV	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	cheap	cheap	ADJ	_	_	_	_	_	_	*
+17	cheap	cheap	ADJ	_	_	_	_	_	_	*
+18	cheap	cheap	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.5
+# sent_counter = 2204
+# text = Moving out as soon as our lease is up .
+1	Moving	move	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	out	out	ADV	_	_	_	_	_	_	1
+3	as	as	ADV	_	_	_	_	_	_	2:X
+4	soon	soon	ADV	_	_	_	_	_	_	2
+5	as	as	SCONJ	_	_	_	_	_	_	2
+6	our	our	PRON	_	_	_	_	_	_	*
+7	lease	lease	NOUN	_	_	_	_	_	ss=n.possession	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	3:X
+9	up	up	ADV	_	_	_	_	_	_	3
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.108338.6
+# sent_counter = 2205
+# text = http://www.speedtest.net/result/1155244347.png
+1	http://www.speedtest.net/result/1155244347.png	http://www.speedtest.net/result/1155244347.png	X	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.1
+# sent_counter = 2206
+# text = You can fool people
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	fool	fool	VERB	_	_	_	_	_	ss=v.social	*
+4	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.2
+# sent_counter = 2207
+# text = This store is proof that you can fool people with good advertising .
+1	This	this	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	proof	proof	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	fool	fool	VERB	_	_	_	_	_	ss=v.social	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	good	good	ADJ	_	_	_	_	_	_	*
+12	advertising	advertising	NOUN	_	_	_	_	_	ss=n.act	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.3
+# sent_counter = 2208
+# text = They convince lots of people that they are a great store , when in fact they are a very average place at best , they are just another big box store like the others .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	convince	convince	VERB	_	_	_	_	_	ss=v.communication	*
+3	lots	lots	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	1:X
+15	fact	fact	NOUN	_	_	_	_	_	_	1
+16	they	they	PRON	_	_	_	_	_	_	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	very	very	ADV	_	_	_	_	_	_	*
+20	average	average	ADJ	_	_	_	_	_	_	*
+21	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+22	at	at	ADV	_	_	_	_	_	_	2:X
+23	best	best	ADV	_	_	_	_	_	_	2
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	they	they	PRON	_	_	_	_	_	_	*
+26	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	just	just	ADV	_	_	_	_	_	_	*
+28	another	another	DET	_	_	_	_	_	_	*
+29	big	big	ADJ	_	_	_	_	_	ss=n.group	3:X
+30	box	box	NOUN	_	_	_	_	_	_	3
+31	store	store	NOUN	_	_	_	_	_	_	3
+32	like	like	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	others	others	NOUN	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.4
+# sent_counter = 2209
+# text = They offer sales that are n't really sales , mislabeled items that make the item sound like a good deal when it is n't , a bad attitude about return items , and on and on .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+3	sales	sales	NOUN	_	_	_	_	_	ss=n.possession	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	sales	sales	NOUN	_	_	_	_	_	ss=n.possession	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	mislabeled	mislabeled	VERB	_	_	_	_	_	ss=v.stative	*
+11	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	sound	sound	VERB	_	_	_	_	_	ss=v.cognition	*
+17	like	like	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	good	good	ADJ	_	_	_	_	_	_	*
+20	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+21	when	when	ADV	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	n't	n't	PART	_	_	_	_	_	_	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	bad	bad	ADJ	_	_	_	_	_	_	*
+28	attitude	attitude	NOUN	_	_	_	_	_	ss=n.attribute	*
+29	about	about	ADP	_	_	_	_	_	_	*
+30	return	return	NOUN	_	_	_	_	_	_	*
+31	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	on	on	ADV	_	_	_	_	_	_	1:X
+35	and	and	CCONJ	_	_	_	_	_	_	1
+36	on	on	ADV	_	_	_	_	_	_	1
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.5
+# sent_counter = 2210
+# text = With higher than average prices to boot !
+1	With	with	ADP	_	_	_	_	_	_	*
+2	higher	higher	ADJ	_	_	_	_	_	_	*
+3	than	than	ADP	_	_	_	_	_	_	*
+4	average	average	ADJ	_	_	_	_	_	_	*
+5	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	to	to	PART	_	_	_	_	_	_	1:X
+7	boot	boot	VERB	_	_	_	_	_	_	1
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.6
+# sent_counter = 2211
+# text = So do n't get taken in , keep your eyes open if you choose to shop here .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	get	get	AUX	_	_	_	_	_	_	*
+5	taken	take	VERB	_	_	_	_	_	ss=v.social	1:X
+6	in	in	ADV	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	keep	keep	VERB	_	_	_	_	_	ss=v.cognition	2:X
+9	your	your	PRON	_	_	_	_	_	_	2
+10	eyes	eyes	NOUN	_	_	_	_	_	_	2
+11	open	open	ADJ	_	_	_	_	_	_	2
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	shop	shop	VERB	_	_	_	_	_	ss=v.social	*
+17	here	here	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120335.7
+# sent_counter = 2212
+# text = On the other hand , the Richmond Ukrops chain is known for its charity work , its community action , and its interest in the public welfare .
+1	On	on	ADP	_	_	_	_	_	_	1:X
+2	the	the	DET	_	_	_	_	_	_	1
+3	other	other	ADJ	_	_	_	_	_	_	1
+4	hand	hand	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	Ukrops	ukrops	PROPN	_	_	_	_	_	_	2
+9	chain	chain	NOUN	_	_	_	_	_	ss=n.group	*
+10	is	be	AUX	_	_	_	_	_	_	*
+11	known	know	VERB	_	_	_	_	_	ss=v.cognition	3:X
+12	for	for	ADP	_	_	_	_	_	_	3
+13	its	it	PRON	_	_	_	_	_	_	*
+14	charity	charity	NOUN	_	_	_	_	_	_	*
+15	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	its	it	PRON	_	_	_	_	_	_	*
+18	community	community	NOUN	_	_	_	_	_	ss=n.group	*
+19	action	action	NOUN	_	_	_	_	_	ss=n.act	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	its	it	PRON	_	_	_	_	_	_	*
+23	interest	interest	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	public	public	ADJ	_	_	_	_	_	_	*
+27	welfare	welfare	NOUN	_	_	_	_	_	ss=n.attribute	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126134.1
+# sent_counter = 2213
+# text = Usually very quick and timely .
+1	Usually	usually	ADV	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	quick	quick	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	timely	timely	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126134.2
+# sent_counter = 2214
+# text = Doctor Bogomilsky knows her stuff too .
+1	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bogomilsky	bogomilsky	PROPN	_	_	_	_	_	_	1
+3	knows	know	VERB	_	_	_	_	_	ss=v.cognition	2:X
+4	her	her	PRON	_	_	_	_	_	_	*
+5	stuff	stuff	NOUN	_	_	_	_	_	_	2
+6	too	too	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.1
+# sent_counter = 2215
+# text = David is amazing
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.2
+# sent_counter = 2216
+# text = David is the most helpful and creative photographer that I have used .
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	creative	creative	ADJ	_	_	_	_	_	_	*
+8	photographer	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	used	use	VERB	_	_	_	_	_	ss=v.social	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.3
+# sent_counter = 2217
+# text = He is willing to do whatever you need from him without hesitation .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	willing	willing	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	do	do	VERB	_	_	_	_	_	ss=v.social	*
+6	whatever	whatever	DET	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	him	him	PRON	_	_	_	_	_	_	*
+11	without	without	ADP	_	_	_	_	_	_	*
+12	hesitation	hesitation	NOUN	_	_	_	_	_	ss=n.feeling	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.4
+# sent_counter = 2218
+# text = He was patient and adapted when everything did n't go according to schedule on my wedding day .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	patient	patient	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	adapted	adapt	VERB	_	_	_	_	_	ss=v.change	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	everything	everything	NOUN	_	_	_	_	_	_	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	go	go	VERB	_	_	_	_	_	ss=v.stative	*
+11	according	accord	VERB	_	_	_	_	_	_	1:X
+12	to	to	ADP	_	_	_	_	_	_	1
+13	schedule	schedule	NOUN	_	_	_	_	_	ss=n.communication	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+17	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.5
+# sent_counter = 2219
+# text = Both the engagement and wedding pictures that he took for us we absolutely amazing .
+1	Both	both	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	engagement	engagement	NOUN	_	_	_	_	_	ss=n.event	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+6	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	took	take	VERB	_	_	_	_	_	ss=v.social	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	we	we	VERB	_	_	_	_	_	ss=v.stative	*
+13	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+14	amazing	amazing	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.6
+# sent_counter = 2220
+# text = He got the pictures back to me quickly .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	quickly	quickly	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.7
+# sent_counter = 2221
+# text = I would highly recommend David to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	David	david	PROPN	_	_	_	_	_	ss=n.person	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.8
+# sent_counter = 2222
+# text = He will exceed your expectations !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	exceed	exceed	VERB	_	_	_	_	_	ss=v.social	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.128636.9
+# sent_counter = 2223
+# text = He does n't just take pictures he makes art out of them and you wo n't even notice that there 's a camera there .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	does	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.social	*
+6	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	makes	make	VERB	_	_	_	_	_	ss=v.creation	*
+9	art	art	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	out	out	ADP	_	_	_	_	_	_	1:X
+11	of	of	ADP	_	_	_	_	_	_	1
+12	them	them	PRON	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	wo	wo	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	even	even	ADV	_	_	_	_	_	_	*
+18	notice	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	there	there	PRON	_	_	_	_	_	_	*
+21	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	camera	camera	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	there	there	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.1
+# sent_counter = 2224
+# text = junkie lube ?!
+1	junkie	junkie	NOUN	_	_	_	_	_	ss=n.person	*
+2	lube	lube	NOUN	_	_	_	_	_	ss=n.group	*
+3	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.2
+# sent_counter = 2225
+# text = really weird place , I was driving home from work thought I 'd stop in for an oil change and well , there are a few guys in jiffy lube uniforms sitting at the table drinking beers and shooting the breeze .
+1	really	really	ADV	_	_	_	_	_	_	*
+2	weird	weird	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+8	home	home	ADV	_	_	_	_	_	_	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+11	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	'd	'd	AUX	_	_	_	_	_	_	*
+14	stop	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+15	in	in	ADV	_	_	_	_	_	_	1
+16	for	for	ADP	_	_	_	_	_	_	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	oil	oil	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+19	change	change	NOUN	_	_	_	_	_	_	2
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	well	well	INTJ	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	there	there	PRON	_	_	_	_	_	_	*
+24	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	few	few	ADJ	_	_	_	_	_	_	*
+27	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	jiffy	jiffy	PROPN	_	_	_	_	_	ss=n.group	3:X
+30	lube	lube	PROPN	_	_	_	_	_	_	3
+31	uniforms	uniform	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+33	at	at	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	drinking	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+37	beers	beer	NOUN	_	_	_	_	_	ss=n.food	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	shooting	shoot	VERB	_	_	_	_	_	ss=v.social	4:X
+40	the	the	DET	_	_	_	_	_	_	4
+41	breeze	breeze	NOUN	_	_	_	_	_	_	4
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.3
+# sent_counter = 2226
+# text = The neon lighting sign still said " on " yet some guy who seemed to be the oldest of the bunch , more like the drunkest of the bunch told me they 'd be open tomorrow .
+1	The	the	DET	_	_	_	_	_	_	*
+2	neon	neon	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	lighting	lighting	NOUN	_	_	_	_	_	ss=n.act	*
+4	sign	sign	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	still	still	ADV	_	_	_	_	_	_	*
+6	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	on	on	ADV	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	yet	yet	CCONJ	_	_	_	_	_	_	*
+11	some	some	DET	_	_	_	_	_	_	*
+12	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+13	who	who	PRON	_	_	_	_	_	_	*
+14	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	oldest	old	ADJ	_	_	_	_	_	_	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	bunch	bunch	NOUN	_	_	_	_	_	ss=n.group	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	more	more	ADV	_	_	_	_	_	_	1:X
+24	like	like	ADP	_	_	_	_	_	_	1
+25	the	the	DET	_	_	_	_	_	_	*
+26	drunkest	drunk	ADJ	_	_	_	_	_	_	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	bunch	bunch	NOUN	_	_	_	_	_	ss=n.group	*
+30	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+31	me	me	PRON	_	_	_	_	_	_	*
+32	they	they	PRON	_	_	_	_	_	_	*
+33	'd	'd	AUX	_	_	_	_	_	_	*
+34	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	open	open	ADJ	_	_	_	_	_	_	*
+36	tomorrow	tomorrow	NOUN	_	_	_	_	_	ss=n.time	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.4
+# sent_counter = 2227
+# text = I asked if a manager was on duty he told me he was .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	if	if	SCONJ	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	duty	duty	NOUN	_	_	_	_	_	_	1
+9	he	he	PRON	_	_	_	_	_	_	*
+10	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	he	he	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.5
+# sent_counter = 2228
+# text = WOW !
+1	WOW	wow	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158335.6
+# sent_counter = 2229
+# text = grey shirt " mark " of course with this type behavior he could have been wearing someon else s clothing .....
+1	grey	grey	NOUN	_	_	_	_	_	_	*
+2	shirt	shirt	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	mark	mark	PROPN	_	_	_	_	_	ss=n.person	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	of	of	ADV	_	_	_	_	_	_	1:X
+7	course	course	ADV	_	_	_	_	_	_	1
+8	with	with	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	behavior	behavior	NOUN	_	_	_	_	_	ss=n.act	*
+12	he	he	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	have	have	AUX	_	_	_	_	_	_	*
+15	been	be	AUX	_	_	_	_	_	_	*
+16	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+17	someon	someon	NOUN	_	_	_	_	_	_	*
+18	else	else	ADJ	_	_	_	_	_	_	*
+19	s	s	PART	_	_	_	_	_	_	*
+20	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164937.1
+# sent_counter = 2230
+# text = Super nice people , really good food
+1	Super	super	ADV	_	_	_	_	_	_	*
+2	nice	nice	ADJ	_	_	_	_	_	_	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164937.2
+# sent_counter = 2231
+# text = What I love most about this place , other than the food , is that eating here makes you feel like you 're in a small town rather than Baltimore .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	other	other	ADV	_	_	_	_	_	_	1:X
+10	than	than	ADP	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+17	here	here	ADV	_	_	_	_	_	_	*
+18	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+21	like	like	SCONJ	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	small	small	ADJ	_	_	_	_	_	ss=n.group	2:X
+27	town	town	NOUN	_	_	_	_	_	_	2
+28	rather	rather	ADV	_	_	_	_	_	_	3:X
+29	than	than	ADP	_	_	_	_	_	_	3
+30	Baltimore	baltimore	PROPN	_	_	_	_	_	ss=n.location	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164937.3
+# sent_counter = 2232
+# text = The owners are really nice , they serve good food at a good price , and the option to eat outside on the deck ( esp on the weekend whether there is hardly any traffic ) is great .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	nice	nice	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	option	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+21	outside	outside	ADV	_	_	_	_	_	_	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	deck	deck	NOUN	_	_	_	_	_	ss=n.location	*
+25	(	(	PUNCT	_	_	_	_	_	_	*
+26	esp	esp	ADV	_	_	_	_	_	_	*
+27	on	on	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+30	whether	whether	SCONJ	_	_	_	_	_	_	*
+31	there	there	PRON	_	_	_	_	_	_	*
+32	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	hardly	hardly	ADV	_	_	_	_	_	_	*
+34	any	any	DET	_	_	_	_	_	_	*
+35	traffic	traffic	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	)	)	PUNCT	_	_	_	_	_	_	*
+37	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+38	great	great	ADJ	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164937.4
+# sent_counter = 2233
+# text = One of my top 5 places to eat in Baltimore .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	top	top	ADJ	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Baltimore	baltimore	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165032.1
+# sent_counter = 2234
+# text = Michael helped shoot the majority of my firm 's website and we could not have been happier .
+1	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	*
+2	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+3	shoot	shoot	VERB	_	_	_	_	_	ss=v.social	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	majority	majority	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+9	's	's	PART	_	_	_	_	_	_	*
+10	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	happier	happy	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165032.2
+# sent_counter = 2235
+# text = We went through six photographers to find the right photographers that would represent our firm in the light we wished to and Michael and his team made that happen .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.social	1:X
+3	through	through	ADP	_	_	_	_	_	_	1
+4	six	six	NUM	_	_	_	_	_	_	*
+5	photographers	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	right	right	ADJ	_	_	_	_	_	_	*
+10	photographers	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	represent	represent	VERB	_	_	_	_	_	ss=v.social	*
+14	our	our	PRON	_	_	_	_	_	_	*
+15	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+16	in	in	ADP	_	_	_	_	_	_	2:X
+17	the	the	DET	_	_	_	_	_	_	2
+18	light	light	NOUN	_	_	_	_	_	_	2
+19	we	we	PRON	_	_	_	_	_	_	*
+20	wished	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	Michael	michael	PROPN	_	_	_	_	_	ss=n.person	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	his	his	PRON	_	_	_	_	_	_	*
+26	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+27	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+28	that	that	DET	_	_	_	_	_	_	*
+29	happen	happen	VERB	_	_	_	_	_	ss=v.stative	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165032.3
+# sent_counter = 2236
+# text = He 's worth every penny .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	worth	worth	ADJ	_	_	_	_	_	_	1:X
+4	every	every	DET	_	_	_	_	_	_	1
+5	penny	penny	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.175434.1
+# sent_counter = 2237
+# text = This is a Ralph 's
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Ralph	ralph	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	's	's	PART	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.175434.2
+# sent_counter = 2238
+# text = I just called this number and it is a Ralph 's Market .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	number	number	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	Ralph	ralph	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	's	's	PART	_	_	_	_	_	_	1
+12	Market	market	PROPN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.184731.1
+# sent_counter = 2239
+# text = The World 's Fair museum was pretty cool .
+1	The	the	DET	_	_	_	_	_	_	*
+2	World	world	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	's	's	PART	_	_	_	_	_	_	1
+4	Fair	fair	PROPN	_	_	_	_	_	_	1
+5	museum	museum	NOUN	_	_	_	_	_	_	1
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	pretty	pretty	ADV	_	_	_	_	_	_	*
+8	cool	cool	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186135.1
+# sent_counter = 2240
+# text = Too Expensive
+1	Too	too	ADV	_	_	_	_	_	_	*
+2	Expensive	expensive	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186135.2
+# sent_counter = 2241
+# text = The food 's okay , but the price is outrageous .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	okay	okay	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	outrageous	outrageous	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186235.1
+# sent_counter = 2242
+# text = wow , the representative went way above and beyond in helping me with my account set up .
+1	wow	wow	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	representative	representative	NOUN	_	_	_	_	_	ss=n.person	*
+5	went	go	VERB	_	_	_	_	_	ss=v.social	1:X
+6	way	way	ADV	_	_	_	_	_	_	*
+7	above	above	ADV	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	1
+9	beyond	beyond	ADV	_	_	_	_	_	_	1
+10	in	in	SCONJ	_	_	_	_	_	_	*
+11	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	account	account	NOUN	_	_	_	_	_	ss=n.possession	*
+16	set	set	NOUN	_	_	_	_	_	_	2:X
+17	up	up	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186235.2
+# sent_counter = 2243
+# text = i wish the other utilities i had to set up had people to work with like this ..
+1	i	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	utilities	utility	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	_	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	set	set	VERB	_	_	_	_	_	ss=v.stative	2:X
+10	up	up	ADP	_	_	_	_	_	_	2
+11	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	work	work	VERB	_	_	_	_	_	ss=v.social	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	like	like	ADP	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192737.1
+# sent_counter = 2244
+# text = Professional and inspiring
+1	Professional	professional	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	inspiring	inspiring	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192737.2
+# sent_counter = 2245
+# text = Nigel from Nidd Design has always provided a first class service , from his advice and professionalism to the quality of his design drawings and planning applications .
+1	Nigel	nigel	PROPN	_	_	_	_	_	ss=n.person	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	Nidd	nidd	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Design	design	PROPN	_	_	_	_	_	_	1
+5	has	have	AUX	_	_	_	_	_	_	*
+6	always	always	ADV	_	_	_	_	_	_	*
+7	provided	provide	VERB	_	_	_	_	_	ss=v.social	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	first	first	ADJ	_	_	_	_	_	_	2:X
+10	class	class	NOUN	_	_	_	_	_	_	2
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	his	his	PRON	_	_	_	_	_	_	*
+15	advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	his	his	PRON	_	_	_	_	_	_	*
+23	design	design	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	drawings	drawing	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	planning	planning	NOUN	_	_	_	_	_	ss=n.act	*
+27	applications	application	NOUN	_	_	_	_	_	ss=n.communication	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192737.3
+# sent_counter = 2246
+# text = His knowledge and expertise help smooth the way with any planning application , ensuring compliance with the building regulations .
+1	His	his	PRON	_	_	_	_	_	_	*
+2	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	expertise	expertise	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	help	help	VERB	_	_	_	_	_	ss=v.social	*
+6	smooth	smooth	VERB	_	_	_	_	_	ss=v.stative	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	any	any	DET	_	_	_	_	_	_	*
+11	planning	planning	NOUN	_	_	_	_	_	ss=n.act	*
+12	application	application	NOUN	_	_	_	_	_	ss=n.communication	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	ensuring	ensure	VERB	_	_	_	_	_	ss=v.cognition	*
+15	compliance	compliance	NOUN	_	_	_	_	_	ss=n.act	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	regulations	regulation	NOUN	_	_	_	_	_	ss=n.communication	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192737.4
+# sent_counter = 2247
+# text = Once you have met Nigel you will not want to work with anyone else .
+1	Once	once	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+5	Nigel	nigel	PROPN	_	_	_	_	_	ss=n.person	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	work	work	VERB	_	_	_	_	_	ss=v.social	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	anyone	anyone	NOUN	_	_	_	_	_	_	*
+14	else	else	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192737.5
+# sent_counter = 2248
+# text = He really does turn your dreams into reality for your home !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	turn	turn	VERB	_	_	_	_	_	ss=v.change	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	dreams	dream	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	into	into	ADP	_	_	_	_	_	_	*
+8	reality	reality	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194830.1
+# sent_counter = 2249
+# text = impressive truly impressive
+1	impressive	impressive	ADJ	_	_	_	_	_	_	*
+2	truly	truly	ADV	_	_	_	_	_	_	*
+3	impressive	impressive	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194830.2
+# sent_counter = 2250
+# text = The First time I walked in there with my teacup chihuahua puppy I knew I 'd be here a lot .
+1	The	the	DET	_	_	_	_	_	_	*
+2	First	first	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	teacup	teacup	NOUN	_	_	_	_	_	ss=n.animal	1:X
+11	chihuahua	chihuahua	NOUN	_	_	_	_	_	_	1
+12	puppy	puppy	NOUN	_	_	_	_	_	ss=n.animal	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	'd	'd	AUX	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	2:X
+20	lot	lot	NOUN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194830.3
+# sent_counter = 2251
+# text = Pets Discount has lovely employees , a wonderful grooming service , and everything I need to keep my dog in tip top condition !
+1	Pets	pets	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Discount	discount	PROPN	_	_	_	_	_	_	1
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	lovely	lovely	ADJ	_	_	_	_	_	_	*
+5	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+9	grooming	grooming	NOUN	_	_	_	_	_	ss=n.act	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	everything	everything	NOUN	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	tip	tip	ADJ	_	_	_	_	_	_	2:X
+22	top	top	ADJ	_	_	_	_	_	_	2
+23	condition	condition	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211933.1
+# sent_counter = 2252
+# text = Deep tissue massage helps with pain in neck and shoulders
+1	Deep	deep	ADJ	_	_	_	_	_	ss=n.body	1:X
+2	tissue	tissue	NOUN	_	_	_	_	_	_	1
+3	massage	massage	NOUN	_	_	_	_	_	ss=n.act	*
+4	helps	help	VERB	_	_	_	_	_	ss=v.body	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	neck	neck	NOUN	_	_	_	_	_	ss=n.body	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	shoulders	shoulder	NOUN	_	_	_	_	_	ss=n.body	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211933.2
+# sent_counter = 2253
+# text = Seth provides deep tissue massage which has significantly reduced the pain in my neck and shoulders and added flexibility and movement back to the area .
+1	Seth	seth	PROPN	_	_	_	_	_	ss=n.person	*
+2	provides	provide	VERB	_	_	_	_	_	ss=v.social	*
+3	deep	deep	ADJ	_	_	_	_	_	ss=n.body	1:X
+4	tissue	tissue	NOUN	_	_	_	_	_	_	1
+5	massage	massage	NOUN	_	_	_	_	_	ss=n.act	*
+6	which	which	DET	_	_	_	_	_	_	*
+7	has	have	AUX	_	_	_	_	_	_	*
+8	significantly	significantly	ADV	_	_	_	_	_	_	*
+9	reduced	reduce	VERB	_	_	_	_	_	ss=v.change	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	neck	neck	NOUN	_	_	_	_	_	ss=n.body	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	shoulders	shoulder	NOUN	_	_	_	_	_	ss=n.body	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	added	add	VERB	_	_	_	_	_	ss=v.change	*
+19	flexibility	flexibility	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	movement	movement	NOUN	_	_	_	_	_	ss=n.act	*
+22	back	back	ADV	_	_	_	_	_	_	*
+23	to	to	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211933.3
+# sent_counter = 2254
+# text = He listens and is excellent in diagnosing , addressing and explaining the specific issues and suggesting exercises to use .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	listens	listen	VERB	_	_	_	_	_	ss=v.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	in	in	SCONJ	_	_	_	_	_	_	*
+7	diagnosing	diagnose	VERB	_	_	_	_	_	ss=v.cognition	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	addressing	address	VERB	_	_	_	_	_	ss=v.cognition	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	explaining	explain	VERB	_	_	_	_	_	ss=v.communication	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	specific	specific	ADJ	_	_	_	_	_	_	*
+14	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	suggesting	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+17	exercises	exercise	NOUN	_	_	_	_	_	ss=n.act	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.1
+# sent_counter = 2255
+# text = FHS is a good high school -- c / o 1998
+1	FHS	fhs	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	ss=n.group	1:X
+6	school	school	NOUN	_	_	_	_	_	_	1
+7	--	--	PUNCT	_	_	_	_	_	_	*
+8	c	c	NOUN	_	_	_	_	_	_	*
+9	/	/	SYM	_	_	_	_	_	_	*
+10	o	o	ADP	_	_	_	_	_	_	*
+11	1998	1998	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.2
+# sent_counter = 2256
+# text = I enjoyed my time at Franklin High School .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	Franklin	franklin	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	High	high	PROPN	_	_	_	_	_	_	1
+8	School	school	PROPN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.3
+# sent_counter = 2257
+# text = We had relatively good facilities at the time -- decent science labs , with multiple hoods and access to good equipment ; nice gymnasiums , and a well - funded music department ( I was in the guitar ensemble ) .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	relatively	relatively	ADV	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	facilities	facility	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+9	--	--	PUNCT	_	_	_	_	_	_	*
+10	decent	decent	ADJ	_	_	_	_	_	_	*
+11	science	science	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	labs	lab	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	multiple	multiple	ADJ	_	_	_	_	_	_	*
+16	hoods	hood	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	access	access	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	good	good	ADJ	_	_	_	_	_	_	*
+21	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	;	;	PUNCT	_	_	_	_	_	_	*
+23	nice	nice	ADJ	_	_	_	_	_	_	*
+24	gymnasiums	gymnasium	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	well	well	ADV	_	_	_	_	_	_	*
+29	-	-	PUNCT	_	_	_	_	_	_	*
+30	funded	fund	VERB	_	_	_	_	_	ss=v.possession	*
+31	music	music	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+33	(	(	PUNCT	_	_	_	_	_	_	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	in	in	ADP	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	guitar	guitar	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	ensemble	ensemble	NOUN	_	_	_	_	_	ss=n.group	*
+40	)	)	PUNCT	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.4
+# sent_counter = 2258
+# text = Now , of course , there 's a new building , with presumably better facilities .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	of	of	ADV	_	_	_	_	_	_	1:X
+4	course	course	ADV	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	there	there	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	presumably	presumably	ADV	_	_	_	_	_	_	*
+14	better	better	ADJ	_	_	_	_	_	_	*
+15	facilities	facility	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.5
+# sent_counter = 2259
+# text = All to the good .
+1	All	all	DET	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	good	good	NOUN	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.6
+# sent_counter = 2260
+# text = For those who care , a good proportion of the my class went on to 4 - year colleges , many of them ranked in the top 50 of US News .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	those	those	DET	_	_	_	_	_	_	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	proportion	proportion	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	class	class	NOUN	_	_	_	_	_	ss=n.group	*
+13	went	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+14	on	on	ADV	_	_	_	_	_	_	1
+15	to	to	ADP	_	_	_	_	_	_	*
+16	4	4	NUM	_	_	_	_	_	ss=n.group	2:X
+17	-	-	PUNCT	_	_	_	_	_	_	2
+18	year	year	NOUN	_	_	_	_	_	_	2
+19	colleges	college	NOUN	_	_	_	_	_	_	2
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	many	many	ADJ	_	_	_	_	_	_	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	them	them	PRON	_	_	_	_	_	_	*
+24	ranked	rank	VERB	_	_	_	_	_	ss=v.cognition	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	top	top	ADJ	_	_	_	_	_	_	*
+28	50	50	NUM	_	_	_	_	_	_	*
+29	of	of	ADP	_	_	_	_	_	_	*
+30	US	us	PROPN	_	_	_	_	_	ss=n.group	3:X
+31	News	news	PROPN	_	_	_	_	_	_	3
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.7
+# sent_counter = 2261
+# text = If I remember , students went to Dartmouth , U. Penn , Duke , BU , William and Mary , Vassar , Howard , and Carnegie Mellon , among others .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+6	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	Dartmouth	dartmouth	PROPN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	U.	u.	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Penn	penn	PROPN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	Duke	duke	PROPN	_	_	_	_	_	ss=n.group	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	BU	bu	PROPN	_	_	_	_	_	ss=n.group	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	William	william	PROPN	_	_	_	_	_	ss=n.group	2:X
+18	and	and	CCONJ	_	_	_	_	_	_	2
+19	Mary	mary	PROPN	_	_	_	_	_	_	2
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	Vassar	vassar	PROPN	_	_	_	_	_	ss=n.group	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	Howard	howard	PROPN	_	_	_	_	_	ss=n.group	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	Carnegie	carnegie	PROPN	_	_	_	_	_	ss=n.group	3:X
+27	Mellon	mellon	PROPN	_	_	_	_	_	_	3
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	among	among	ADP	_	_	_	_	_	_	4:X
+30	others	others	NOUN	_	_	_	_	_	_	4
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.8
+# sent_counter = 2262
+# text = Many students went to Rutgers , including their top - ranked pharmacy program .
+1	Many	many	ADJ	_	_	_	_	_	_	*
+2	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+3	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	Rutgers	rutgers	PROPN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	including	include	VERB	_	_	_	_	_	ss=v.stative	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	top	top	NOUN	_	_	_	_	_	_	1:X
+10	-	-	PUNCT	_	_	_	_	_	_	1
+11	ranked	rank	VERB	_	_	_	_	_	_	1
+12	pharmacy	pharmacy	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.225632.9
+# sent_counter = 2263
+# text = The point is -- FHS gives you the opportunity to make it to a good college , but you need to work hard .
+1	The	the	DET	_	_	_	_	_	_	*
+2	point	point	NOUN	_	_	_	_	_	ss=n.communication	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	--	--	PUNCT	_	_	_	_	_	_	*
+5	FHS	fhs	PROPN	_	_	_	_	_	ss=n.group	*
+6	gives	give	VERB	_	_	_	_	_	ss=v.stative	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	opportunity	opportunity	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	make	make	VERB	_	_	_	_	_	ss=v.stative	1:X
+12	it	it	PRON	_	_	_	_	_	_	1
+13	to	to	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	good	good	ADJ	_	_	_	_	_	_	*
+16	college	college	NOUN	_	_	_	_	_	ss=n.group	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	work	work	VERB	_	_	_	_	_	ss=v.social	*
+23	hard	hard	ADV	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228731.1
+# sent_counter = 2264
+# text = prepared the road test with a driving ... prepared the road test with a driving school in edmonton , but my instructor only trained me in a narrow street , hence I took one 90 minute lesson from the Noble driving school to learn the skill of changing lane , and found them very friendly and professional .
+1	prepared	prepare	VERB	_	_	_	_	_	ss=v.cognition	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	road	road	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	test	test	NOUN	_	_	_	_	_	_	1
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	driving	driving	NOUN	_	_	_	_	_	ss=n.act	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	prepared	prepare	VERB	_	_	_	_	_	ss=v.cognition	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	road	road	NOUN	_	_	_	_	_	ss=n.act	2:X
+12	test	test	NOUN	_	_	_	_	_	_	2
+13	with	with	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	driving	driving	NOUN	_	_	_	_	_	ss=n.act	*
+16	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	edmonton	edmonton	PROPN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+23	only	only	ADV	_	_	_	_	_	_	*
+24	trained	train	VERB	_	_	_	_	_	ss=v.social	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	narrow	narrow	ADJ	_	_	_	_	_	_	*
+29	street	street	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	hence	hence	ADV	_	_	_	_	_	_	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	took	take	VERB	_	_	_	_	_	ss=v.social	*
+34	one	one	NUM	_	_	_	_	_	_	*
+35	90	90	NUM	_	_	_	_	_	_	*
+36	minute	minute	NOUN	_	_	_	_	_	ss=n.time	*
+37	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+38	from	from	ADP	_	_	_	_	_	_	*
+39	the	the	DET	_	_	_	_	_	_	*
+40	Noble	noble	PROPN	_	_	_	_	_	ss=n.group	3:X
+41	driving	driving	PROPN	_	_	_	_	_	_	3
+42	school	school	PROPN	_	_	_	_	_	_	3
+43	to	to	PART	_	_	_	_	_	_	*
+44	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	skill	skill	NOUN	_	_	_	_	_	ss=n.cognition	*
+47	of	of	SCONJ	_	_	_	_	_	_	*
+48	changing	change	VERB	_	_	_	_	_	ss=v.change	*
+49	lane	lane	NOUN	_	_	_	_	_	ss=n.location	*
+50	,	,	PUNCT	_	_	_	_	_	_	*
+51	and	and	CCONJ	_	_	_	_	_	_	*
+52	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+53	them	them	PRON	_	_	_	_	_	_	*
+54	very	very	ADV	_	_	_	_	_	_	*
+55	friendly	friendly	ADJ	_	_	_	_	_	_	*
+56	and	and	CCONJ	_	_	_	_	_	_	*
+57	professional	professional	ADJ	_	_	_	_	_	_	*
+58	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.238839.1
+# sent_counter = 2265
+# text = This place is bad .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.238839.2
+# sent_counter = 2266
+# text = It 's dark , dingy & dirty .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	dark	dark	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	dingy	dingy	ADJ	_	_	_	_	_	_	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	dirty	dirty	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.238839.3
+# sent_counter = 2267
+# text = The salads are limp and the rest of the food is n't any better ( ok , the nachos are not too bad ! )
+1	The	the	DET	_	_	_	_	_	_	*
+2	salads	salad	NOUN	_	_	_	_	_	ss=n.food	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	limp	limp	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	rest	rest	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	any	any	ADV	_	_	_	_	_	_	*
+14	better	better	ADJ	_	_	_	_	_	_	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	ok	ok	INTJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	nachos	nacho	NOUN	_	_	_	_	_	ss=n.food	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	too	too	ADV	_	_	_	_	_	_	*
+23	bad	bad	ADJ	_	_	_	_	_	_	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.238839.4
+# sent_counter = 2268
+# text = This place may have been something sometime ; but it way past it " sell by date " .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	something	something	NOUN	_	_	_	_	_	_	*
+7	sometime	sometime	ADV	_	_	_	_	_	_	*
+8	;	;	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	way	way	ADV	_	_	_	_	_	_	*
+12	past	past	ADP	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+16	by	by	ADV	_	_	_	_	_	_	*
+17	date	date	NOUN	_	_	_	_	_	ss=n.time	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.238839.5
+# sent_counter = 2269
+# text = I have eaten here twice in the past year and will not go back and can not recommend it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	twice	twice	ADV	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	past	past	ADJ	_	_	_	_	_	_	*
+9	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	back	back	ADV	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.1
+# sent_counter = 2270
+# text = Le petit is the best place to get your nails done !
+1	Le	le	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	petit	petit	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.social	2:X
+9	your	your	PRON	_	_	_	_	_	_	*
+10	nails	nail	NOUN	_	_	_	_	_	_	2
+11	done	do	VERB	_	_	_	_	_	_	2
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.2
+# sent_counter = 2271
+# text = It is very clean , staff is friendly , and I have never waited !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	clean	clean	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	friendly	friendly	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	never	never	ADV	_	_	_	_	_	_	*
+14	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.3
+# sent_counter = 2272
+# text = I go every other week for the shallac / gel manicure which is only $ 25 and it truly lasts 2 weeks !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.social	*
+3	every	every	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	shallac	shallac	NOUN	_	_	_	_	_	ss=n.substance	*
+9	/	/	PUNCT	_	_	_	_	_	_	*
+10	gel	gel	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	manicure	manicure	NOUN	_	_	_	_	_	ss=n.act	*
+12	which	which	DET	_	_	_	_	_	_	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	only	only	ADV	_	_	_	_	_	_	*
+15	$	$	SYM	_	_	_	_	_	_	*
+16	25	25	NUM	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	truly	truly	ADV	_	_	_	_	_	_	*
+20	lasts	last	VERB	_	_	_	_	_	ss=v.stative	*
+21	2	2	NUM	_	_	_	_	_	_	*
+22	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.4
+# sent_counter = 2273
+# text = I love it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.5
+# sent_counter = 2274
+# text = Pedicures are also great .
+1	Pedicures	pedicure	NOUN	_	_	_	_	_	ss=n.act	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.6
+# sent_counter = 2275
+# text = Try this place out !
+1	Try	try	VERB	_	_	_	_	_	ss=v.social	1:X
+2	this	this	DET	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	out	out	ADP	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.239035.7
+# sent_counter = 2276
+# text = I promise you will not be disappointed !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	promise	promise	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	be	be	AUX	_	_	_	_	_	_	*
+7	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241739.1
+# sent_counter = 2277
+# text = Great Barber
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Barber	barber	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241739.2
+# sent_counter = 2278
+# text = Firstly , the other reviewer clearly has never been to Nick 's , or he would know that Nick only charges $ 13 for a haircut which is pretty much industry standard .
+1	Firstly	firstly	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	reviewer	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+6	clearly	clearly	ADV	_	_	_	_	_	_	*
+7	has	have	AUX	_	_	_	_	_	_	*
+8	never	never	ADV	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+10	to	to	ADP	_	_	_	_	_	_	1
+11	Nick	nick	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	's	's	PART	_	_	_	_	_	_	2
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	he	he	PRON	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+18	that	that	SCONJ	_	_	_	_	_	_	*
+19	Nick	nick	PROPN	_	_	_	_	_	ss=n.person	*
+20	only	only	ADV	_	_	_	_	_	_	*
+21	charges	charge	VERB	_	_	_	_	_	ss=v.possession	*
+22	$	$	SYM	_	_	_	_	_	_	*
+23	13	13	NUM	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	haircut	haircut	NOUN	_	_	_	_	_	ss=n.act	*
+27	which	which	DET	_	_	_	_	_	_	*
+28	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	pretty	pretty	ADV	_	_	_	_	_	_	*
+30	much	much	ADV	_	_	_	_	_	_	*
+31	industry	industry	NOUN	_	_	_	_	_	ss=n.group	*
+32	standard	standard	NOUN	_	_	_	_	_	ss=n.attribute	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241739.3
+# sent_counter = 2279
+# text = I have been going to Nick for 5 months now precisely because he does pay attention to detail .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.social	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Nick	nick	PROPN	_	_	_	_	_	ss=n.person	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	5	5	NUM	_	_	_	_	_	_	*
+9	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	precisely	precisely	ADV	_	_	_	_	_	_	*
+12	because	because	SCONJ	_	_	_	_	_	_	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	does	do	AUX	_	_	_	_	_	_	*
+15	pay	pay	VERB	_	_	_	_	_	ss=v.cognition	1:X
+16	attention	attention	NOUN	_	_	_	_	_	_	1
+17	to	to	ADP	_	_	_	_	_	_	1
+18	detail	detail	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241739.4
+# sent_counter = 2280
+# text = I have terrible hair and he really takes his time to make it look right .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	terrible	terrible	ADJ	_	_	_	_	_	_	*
+4	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	takes	take	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	his	his	PRON	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	_	1
+11	to	to	PART	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+15	right	right	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241739.5
+# sent_counter = 2281
+# text = Some of the younger kids that work there are a bit sub par , but if you wait for Nick ... you 'll be good .
+1	Some	some	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	younger	younger	ADJ	_	_	_	_	_	_	*
+5	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	work	work	VERB	_	_	_	_	_	ss=v.social	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	bit	bit	NOUN	_	_	_	_	_	_	*
+12	sub	sub	X	_	_	_	_	_	_	1:X
+13	par	par	ADJ	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	if	if	SCONJ	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	Nick	nick	PROPN	_	_	_	_	_	ss=n.person	*
+21	...	...	PUNCT	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	'll	'll	AUX	_	_	_	_	_	_	*
+24	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	good	good	ADJ	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255736.1
+# sent_counter = 2282
+# text = Remember seeing " Stop Making Sense " at Cinema 21 multiple times !
+1	Remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+2	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	Stop	stop	VERB	_	_	_	_	_	ss=n.communication	1:X
+5	Making	make	VERB	_	_	_	_	_	_	1
+6	Sense	sense	PROPN	_	_	_	_	_	_	1
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	Cinema	cinema	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	21	21	NUM	_	_	_	_	_	_	2
+11	multiple	multiple	ADJ	_	_	_	_	_	_	*
+12	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255736.2
+# sent_counter = 2283
+# text = YAY , great theater !!!
+1	YAY	yay	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	theater	theater	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257735.1
+# sent_counter = 2284
+# text = Do n't waste your money on the jukebox
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	waste	waste	VERB	_	_	_	_	_	ss=v.consumption	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	jukebox	jukebox	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257735.2
+# sent_counter = 2285
+# text = The bartender is a douchebag and he has a little console behind the bar where he can delete songs he does n't like , and you end up paying for it .
+1	The	the	DET	_	_	_	_	_	_	*
+2	bartender	bartender	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	douchebag	douchebag	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	little	little	ADJ	_	_	_	_	_	_	*
+11	console	console	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	behind	behind	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	bar	bar	NOUN	_	_	_	_	_	ss=n.location	*
+15	where	where	ADV	_	_	_	_	_	_	*
+16	he	he	PRON	_	_	_	_	_	_	*
+17	can	can	AUX	_	_	_	_	_	_	*
+18	delete	delete	VERB	_	_	_	_	_	ss=v.change	*
+19	songs	song	NOUN	_	_	_	_	_	ss=n.communication	*
+20	he	he	PRON	_	_	_	_	_	_	*
+21	does	do	AUX	_	_	_	_	_	_	*
+22	n't	n't	PART	_	_	_	_	_	_	*
+23	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	end	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+28	up	up	ADP	_	_	_	_	_	_	1
+29	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+30	for	for	ADP	_	_	_	_	_	_	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.257735.3
+# sent_counter = 2286
+# text = Not enough seating .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	enough	enough	ADJ	_	_	_	_	_	_	*
+3	seating	seating	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.1
+# sent_counter = 2287
+# text = Orr 's a nightmare !
+1	Orr	orr	PROPN	_	_	_	_	_	ss=n.group	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	nightmare	nightmare	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.2
+# sent_counter = 2288
+# text = DO N'T GO !
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	N'T	n't	PART	_	_	_	_	_	_	*
+3	GO	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.3
+# sent_counter = 2289
+# text = My boyfriend and I were woken up in the middle of the night at our campsite by drunken kids who 'd arrived around 1:00 am and were drinking at the springs .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	boyfriend	boyfriend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	woken	wake	VERB	_	_	_	_	_	ss=v.change	1:X
+7	up	up	ADP	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	middle	middle	NOUN	_	_	_	_	_	ss=n.time	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	our	our	PRON	_	_	_	_	_	_	*
+16	campsite	campsite	NOUN	_	_	_	_	_	ss=n.location	*
+17	by	by	ADP	_	_	_	_	_	_	*
+18	drunken	drunken	ADJ	_	_	_	_	_	_	*
+19	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+20	who	who	PRON	_	_	_	_	_	_	*
+21	'd	'd	AUX	_	_	_	_	_	_	*
+22	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+23	around	around	ADV	_	_	_	_	_	_	*
+24	1:00	1:00	NUM	_	_	_	_	_	_	*
+25	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	were	be	AUX	_	_	_	_	_	_	*
+28	drinking	drink	VERB	_	_	_	_	_	ss=v.social	*
+29	at	at	ADP	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	springs	spring	NOUN	_	_	_	_	_	ss=n.natural_object	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.4
+# sent_counter = 2290
+# text = When we complained to the management ( as we were instructed to do if there were any problems ) , nothing happened !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	complained	complain	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	as	as	SCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	were	be	AUX	_	_	_	_	_	_	*
+11	instructed	instruct	VERB	_	_	_	_	_	ss=v.social	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	if	if	SCONJ	_	_	_	_	_	_	*
+15	there	there	PRON	_	_	_	_	_	_	*
+16	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	any	any	DET	_	_	_	_	_	_	*
+18	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	nothing	nothing	NOUN	_	_	_	_	_	_	*
+22	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.5
+# sent_counter = 2291
+# text = Then , the next morning , when we , among many other irate guests , asked to speak to the owner , he refused to do so .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	next	next	ADJ	_	_	_	_	_	_	*
+5	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	among	among	ADP	_	_	_	_	_	_	*
+11	many	many	ADJ	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	irate	irate	ADJ	_	_	_	_	_	_	*
+14	guests	guest	NOUN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	he	he	PRON	_	_	_	_	_	_	*
+24	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+27	so	so	ADV	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.6
+# sent_counter = 2292
+# text = Not only that , but he told us , via his manager , that it was our responsibility to get up a second time in the middle of the night and call the night staff if the problem continued , even though his manager did nothing the first time to stop the kids .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	via	via	ADP	_	_	_	_	_	_	*
+11	his	his	PRON	_	_	_	_	_	_	*
+12	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	our	our	PRON	_	_	_	_	_	_	*
+18	responsibility	responsibility	NOUN	_	_	_	_	_	ss=n.motive	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+21	up	up	ADP	_	_	_	_	_	_	1
+22	a	a	DET	_	_	_	_	_	_	*
+23	second	second	ADJ	_	_	_	_	_	_	*
+24	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	middle	middle	NOUN	_	_	_	_	_	ss=n.time	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+35	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+36	if	if	SCONJ	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+39	continued	continue	VERB	_	_	_	_	_	ss=v.stative	*
+40	,	,	PUNCT	_	_	_	_	_	_	*
+41	even	even	ADV	_	_	_	_	_	_	*
+42	though	though	SCONJ	_	_	_	_	_	_	*
+43	his	his	PRON	_	_	_	_	_	_	*
+44	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+45	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+46	nothing	nothing	NOUN	_	_	_	_	_	_	*
+47	the	the	DET	_	_	_	_	_	_	*
+48	first	first	ADJ	_	_	_	_	_	_	*
+49	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+50	to	to	PART	_	_	_	_	_	_	*
+51	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+52	the	the	DET	_	_	_	_	_	_	*
+53	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+54	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.7
+# sent_counter = 2293
+# text = Orr is not relaxing , it 's not a safe space , and the owner is awful .
+1	Orr	orr	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	relaxing	relaxing	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	safe	safe	ADJ	_	_	_	_	_	_	*
+11	space	space	NOUN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	awful	awful	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.8
+# sent_counter = 2294
+# text = To add insult to injury , he refused to refund our money .
+1	To	to	PART	_	_	_	_	_	_	*
+2	add	add	VERB	_	_	_	_	_	_	1:X
+3	insult	insult	NOUN	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	1
+5	injury	injury	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	refund	refund	VERB	_	_	_	_	_	ss=v.possession	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263630.9
+# sent_counter = 2295
+# text = Do n't go !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263830.1
+# sent_counter = 2296
+# text = Nice teachers good school
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263830.2
+# sent_counter = 2297
+# text = They are very good teachers and nice people to meet here .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+11	here	here	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263830.3
+# sent_counter = 2298
+# text = I enjoyed very much to study here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	much	much	ADV	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	study	study	VERB	_	_	_	_	_	ss=v.cognition	*
+7	here	here	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263830.4
+# sent_counter = 2299
+# text = A good place to improve your English
+1	A	a	DET	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	improve	improve	VERB	_	_	_	_	_	ss=v.change	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	English	english	PROPN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.1
+# sent_counter = 2300
+# text = So very delicious !
+1	So	so	ADV	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	delicious	delicious	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.2
+# sent_counter = 2301
+# text = Excellent !
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.3
+# sent_counter = 2302
+# text = November 7 , 2010 First time eating at Caffe Bella Italia and it was a wonderful experience .
+1	November	november	PROPN	_	_	_	_	_	ss=n.time	*
+2	7	7	NUM	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	2010	2010	NUM	_	_	_	_	_	_	*
+5	First	first	ADJ	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	eating	eat	VERB	_	_	_	_	_	ss=v.social	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	Caffe	caffe	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Bella	bella	PROPN	_	_	_	_	_	_	1
+11	Italia	italia	PROPN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+17	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.4
+# sent_counter = 2303
+# text = From the delectable Antipasto Misto to the Spaghetti alla Barese and the Parmigiana and ending with gelato , all was mouth watering .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	delectable	delectable	ADJ	_	_	_	_	_	_	*
+4	Antipasto	antipasto	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	Misto	misto	NOUN	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	Spaghetti	spaghetti	NOUN	_	_	_	_	_	ss=n.food	2:X
+9	alla	alla	NOUN	_	_	_	_	_	_	2
+10	Barese	barese	NOUN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Parmigiana	parmigiana	NOUN	_	_	_	_	_	ss=n.food	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	ending	end	VERB	_	_	_	_	_	ss=v.stative	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	gelato	gelato	NOUN	_	_	_	_	_	ss=n.food	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	mouth	mouth	NOUN	_	_	_	_	_	_	3:X
+22	watering	water	VERB	_	_	_	_	_	_	3
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.5
+# sent_counter = 2304
+# text = Too bad they were out of the Chocolate Lava Cake .
+1	Too	too	ADV	_	_	_	_	_	_	*
+2	bad	bad	ADJ	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	out	out	ADP	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	*
+8	Chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	2:X
+9	Lava	lava	NOUN	_	_	_	_	_	_	2
+10	Cake	cake	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.6
+# sent_counter = 2305
+# text = Maybe next time they will have it .
+1	Maybe	maybe	ADV	_	_	_	_	_	_	*
+2	next	next	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.7
+# sent_counter = 2306
+# text = Service was excellent !
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267732.8
+# sent_counter = 2307
+# text = Sandy
+1	Sandy	sandy	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.272836.1
+# sent_counter = 2308
+# text = So Handy for Local La Jolla Stuff - Especially for Finding Residential Numbers
+1	So	so	ADV	_	_	_	_	_	_	*
+2	Handy	handy	ADJ	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	Local	local	ADJ	_	_	_	_	_	_	*
+5	La	la	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Jolla	jolla	PROPN	_	_	_	_	_	_	1
+7	Stuff	stuff	PROPN	_	_	_	_	_	ss=n.other	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	Especially	especially	ADV	_	_	_	_	_	_	*
+10	for	for	SCONJ	_	_	_	_	_	_	*
+11	Finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	Residential	residential	ADJ	_	_	_	_	_	_	*
+13	Numbers	numbers	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.272836.2
+# sent_counter = 2309
+# text = Since moving back from college and trying to settle roots in the Village , I have referred to the La Jolla Blue Book for a ton of local numbers .
+1	Since	since	SCONJ	_	_	_	_	_	_	*
+2	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+3	back	back	ADV	_	_	_	_	_	_	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	college	college	NOUN	_	_	_	_	_	ss=n.location	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	trying	try	VERB	_	_	_	_	_	ss=v.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	settle	settle	VERB	_	_	_	_	_	ss=v.social	*
+10	roots	roots	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Village	village	PROPN	_	_	_	_	_	ss=n.location	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	referred	refer	VERB	_	_	_	_	_	ss=v.communication	1:X
+18	to	to	ADP	_	_	_	_	_	_	1
+19	the	the	DET	_	_	_	_	_	_	*
+20	La	la	PROPN	_	_	_	_	_	ss=n.location	2:X
+21	Jolla	jolla	PROPN	_	_	_	_	_	_	2
+22	Blue	blue	PROPN	_	_	_	_	_	ss=n.communication	3:X
+23	Book	book	PROPN	_	_	_	_	_	_	3
+24	for	for	ADP	_	_	_	_	_	_	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	ton	ton	NOUN	_	_	_	_	_	ss=n.quantity	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	local	local	ADJ	_	_	_	_	_	_	*
+29	numbers	numbers	NOUN	_	_	_	_	_	ss=n.communication	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.272836.3
+# sent_counter = 2310
+# text = The white pages allowed me to get in touch with parents of my high school friends so that I could track people down one by one and the restaurant section is basically my cookbook .
+1	The	the	DET	_	_	_	_	_	_	*
+2	white	white	ADJ	_	_	_	_	_	ss=n.communication	1:X
+3	pages	page	NOUN	_	_	_	_	_	_	1
+4	allowed	allow	VERB	_	_	_	_	_	ss=v.cognition	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.social	*
+8	in	in	ADP	_	_	_	_	_	_	2:X
+9	touch	touch	NOUN	_	_	_	_	_	_	2
+10	with	with	ADP	_	_	_	_	_	_	*
+11	parents	parent	NOUN	_	_	_	_	_	ss=n.person	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	high	high	ADJ	_	_	_	_	_	ss=n.group	3:X
+15	school	school	NOUN	_	_	_	_	_	_	3
+16	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+17	so	so	ADP	_	_	_	_	_	_	*
+18	that	that	SCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	could	could	AUX	_	_	_	_	_	_	*
+21	track	track	VERB	_	_	_	_	_	ss=v.social	4:X
+22	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+23	down	down	ADP	_	_	_	_	_	_	4
+24	one	one	NUM	_	_	_	_	_	_	5:X
+25	by	by	ADP	_	_	_	_	_	_	5
+26	one	one	NUM	_	_	_	_	_	_	5
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+30	section	section	NOUN	_	_	_	_	_	ss=n.communication	*
+31	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	basically	basically	ADV	_	_	_	_	_	_	*
+33	my	my	PRON	_	_	_	_	_	_	*
+34	cookbook	cookbook	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.272836.4
+# sent_counter = 2311
+# text = It 's really cool that so many local businesses are found so quickly in one place and I want to spread the word .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	cool	cool	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	local	local	ADJ	_	_	_	_	_	_	*
+9	businesses	business	NOUN	_	_	_	_	_	ss=n.group	*
+10	are	be	AUX	_	_	_	_	_	_	*
+11	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	quickly	quickly	ADV	_	_	_	_	_	_	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	spread	spread	VERB	_	_	_	_	_	ss=v.communication	1:X
+22	the	the	DET	_	_	_	_	_	_	1
+23	word	word	NOUN	_	_	_	_	_	_	1
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.272836.5
+# sent_counter = 2312
+# text = THX :-)
+1	THX	thx	NOUN	_	_	_	_	_	_	*
+2	:-)	:-)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279437.1
+# sent_counter = 2313
+# text = Excellent service , close to the morse red line stop .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	close	close	ADJ	_	_	_	_	_	_	1:X
+5	to	to	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	morse	morse	PROPN	_	_	_	_	_	ss=n.location	*
+8	red	red	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	line	line	PROPN	_	_	_	_	_	_	2
+10	stop	stop	NOUN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279437.2
+# sent_counter = 2314
+# text = Great computer repair store , highly recommended .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	computer	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	highly	highly	ADV	_	_	_	_	_	_	*
+7	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.285133.1
+# sent_counter = 2315
+# text = Hair By Nivine in eastgardens fixed my hair after i had my hair cut and colored at another salon i felt more confident and the girls are fantastic and i ve been going there now for 2 years always happy and they care about my hair had my hair done for my wedding it looked fabolous !
+1	Hair	hair	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	By	by	ADP	_	_	_	_	_	_	1
+3	Nivine	nivine	PROPN	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	eastgardens	eastgardens	PROPN	_	_	_	_	_	ss=n.location	*
+6	fixed	fix	VERB	_	_	_	_	_	ss=v.body	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+9	after	after	SCONJ	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+14	cut	cut	VERB	_	_	_	_	_	ss=v.body	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	colored	color	VERB	_	_	_	_	_	ss=v.body	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	another	another	DET	_	_	_	_	_	_	*
+19	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+20	i	i	PRON	_	_	_	_	_	_	*
+21	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+22	more	more	ADV	_	_	_	_	_	_	*
+23	confident	confident	ADJ	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+27	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	i	i	PRON	_	_	_	_	_	_	*
+31	ve	ve	AUX	_	_	_	_	_	_	*
+32	been	be	AUX	_	_	_	_	_	_	*
+33	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+34	there	there	ADV	_	_	_	_	_	_	*
+35	now	now	ADV	_	_	_	_	_	_	*
+36	for	for	ADP	_	_	_	_	_	_	*
+37	2	2	NUM	_	_	_	_	_	_	*
+38	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+39	always	always	ADV	_	_	_	_	_	_	*
+40	happy	happy	ADJ	_	_	_	_	_	_	*
+41	and	and	CCONJ	_	_	_	_	_	_	*
+42	they	they	PRON	_	_	_	_	_	_	*
+43	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+44	about	about	ADP	_	_	_	_	_	_	*
+45	my	my	PRON	_	_	_	_	_	_	*
+46	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+47	had	have	VERB	_	_	_	_	_	ss=v.body	2:X
+48	my	my	PRON	_	_	_	_	_	_	*
+49	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+50	done	do	VERB	_	_	_	_	_	_	2
+51	for	for	ADP	_	_	_	_	_	_	*
+52	my	my	PRON	_	_	_	_	_	_	*
+53	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+54	it	it	PRON	_	_	_	_	_	_	*
+55	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+56	fabolous	fabolous	ADJ	_	_	_	_	_	_	*
+57	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.285133.2
+# sent_counter = 2316
+# text = and there prices are really good !
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288930.1
+# sent_counter = 2317
+# text = great ! :P
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+3	:P	:p	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288930.2
+# sent_counter = 2318
+# text = you get a really good view of the city and there is also attractions like simulator , short movies .
+1	you	you	PRON	_	_	_	_	_	_	*
+2	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	view	view	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	there	there	PRON	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	also	also	ADV	_	_	_	_	_	_	*
+14	attractions	attraction	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	simulator	simulator	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	short	short	ADJ	_	_	_	_	_	_	*
+19	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.288930.3
+# sent_counter = 2319
+# text = Try the 360 restraunt u spin in the cn tower with a beautiful view the sky pod elevator is about an hour line up in the summer
+1	Try	try	VERB	_	_	_	_	_	ss=v.social	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	360	360	NUM	_	_	_	_	_	ss=n.group	1:X
+4	restraunt	restraunt	NOUN	_	_	_	_	_	_	1
+5	u	u	PRON	_	_	_	_	_	_	*
+6	spin	spin	VERB	_	_	_	_	_	ss=v.motion	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	cn	cn	PROPN	_	_	_	_	_	ss=n.location	2:X
+10	tower	tower	PROPN	_	_	_	_	_	_	2
+11	with	with	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+14	view	view	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	sky	sky	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+17	pod	pod	NOUN	_	_	_	_	_	_	3
+18	elevator	elevator	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	about	about	ADV	_	_	_	_	_	_	*
+21	an	an	DET	_	_	_	_	_	_	*
+22	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+23	line	line	NOUN	_	_	_	_	_	ss=n.act	4:X
+24	up	up	NOUN	_	_	_	_	_	_	4
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	summer	summer	NOUN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290238.1
+# sent_counter = 2320
+# text = Out of business ?
+1	Out	out	ADP	_	_	_	_	_	_	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	business	business	NOUN	_	_	_	_	_	_	1
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290238.2
+# sent_counter = 2321
+# text = I think this location is no longer in business .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	location	location	NOUN	_	_	_	_	_	ss=n.group	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	no	no	ADV	_	_	_	_	_	_	*
+7	longer	longer	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	1:X
+9	business	business	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290238.3
+# sent_counter = 2322
+# text = If you check RecWarehouse.com , they do n't list this as a location .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	check	check	VERB	_	_	_	_	_	ss=v.communication	*
+4	RecWarehouse.com	recwarehouse.com	X	_	_	_	_	_	ss=n.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	list	list	VERB	_	_	_	_	_	ss=v.communication	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	as	as	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.290238.4
+# sent_counter = 2323
+# text = You 'll have to drive 10 miles down 75 to Allen .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+6	10	10	NUM	_	_	_	_	_	_	*
+7	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	down	down	ADP	_	_	_	_	_	_	*
+9	75	75	NUM	_	_	_	_	_	_	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	Allen	allen	PROPN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295935.1
+# sent_counter = 2324
+# text = Very Informative website with a lot of good work
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	Informative	informative	ADJ	_	_	_	_	_	_	*
+3	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	1:X
+6	lot	lot	NOUN	_	_	_	_	_	_	1
+7	of	of	ADP	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.1
+# sent_counter = 2325
+# text = Gone downhill since change in ownership
+1	Gone	go	VERB	_	_	_	_	_	ss=v.change	1:X
+2	downhill	downhill	ADV	_	_	_	_	_	_	1
+3	since	since	ADP	_	_	_	_	_	_	*
+4	change	change	NOUN	_	_	_	_	_	ss=n.act	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	ownership	ownership	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.2
+# sent_counter = 2326
+# text = Sigh .
+1	Sigh	sigh	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.3
+# sent_counter = 2327
+# text = I used to LOVE this place .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.4
+# sent_counter = 2328
+# text = But now that they are part of a chain , service has slipped .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	now	now	ADV	_	_	_	_	_	_	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	part	part	NOUN	_	_	_	_	_	ss=n.relation	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	chain	chain	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	has	have	AUX	_	_	_	_	_	_	*
+13	slipped	slip	VERB	_	_	_	_	_	ss=v.change	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.5
+# sent_counter = 2329
+# text = I am waiting longer at BNA for my pickups and last time I parked with them , they lost my car key .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	waiting	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+4	longer	longer	ADV	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	BNA	bna	PROPN	_	_	_	_	_	ss=n.group	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	pickups	pickup	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	last	last	ADJ	_	_	_	_	_	_	*
+12	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	parked	park	VERB	_	_	_	_	_	ss=v.stative	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	lost	lose	VERB	_	_	_	_	_	ss=v.cognition	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	key	key	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.6
+# sent_counter = 2330
+# text = Lucky I had a spare with me !
+1	Lucky	lucky	ADJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	spare	spare	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.7
+# sent_counter = 2331
+# text = To date they have not made good by either finding the key or paying for a new one .
+1	To	to	ADP	_	_	_	_	_	_	1:X
+2	date	date	NOUN	_	_	_	_	_	_	1
+3	they	they	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	made	make	VERB	_	_	_	_	_	ss=v.social	2:X
+7	good	good	ADJ	_	_	_	_	_	_	2
+8	by	by	SCONJ	_	_	_	_	_	_	*
+9	either	either	CCONJ	_	_	_	_	_	_	*
+10	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	key	key	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	new	new	ADJ	_	_	_	_	_	_	*
+18	one	one	NOUN	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.8
+# sent_counter = 2332
+# text = ( These new car keys are EXPENSIVE to copy , you ca n't just go to WalMart . )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	These	these	DET	_	_	_	_	_	_	*
+3	new	new	ADJ	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	keys	key	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	EXPENSIVE	expensive	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	copy	copy	VERB	_	_	_	_	_	ss=v.creation	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	ca	ca	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	WalMart	walmart	PROPN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.9
+# sent_counter = 2333
+# text = Go to the website for coupons and join the club - you can get free parking .
+1	Go	go	VERB	_	_	_	_	_	ss=v.communication	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	coupons	coupon	NOUN	_	_	_	_	_	ss=n.possession	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	join	join	VERB	_	_	_	_	_	ss=v.communication	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	club	club	NOUN	_	_	_	_	_	ss=n.group	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+15	free	free	ADJ	_	_	_	_	_	_	*
+16	parking	parking	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310032.10
+# sent_counter = 2334
+# text = However , with BNA offering one day of free parking due to construction of the new rental car facility , it may be cheaper to park at BNA .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	with	with	SCONJ	_	_	_	_	_	_	*
+4	BNA	bna	PROPN	_	_	_	_	_	ss=n.group	*
+5	offering	offer	VERB	_	_	_	_	_	ss=v.stative	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	free	free	ADJ	_	_	_	_	_	_	*
+10	parking	parking	NOUN	_	_	_	_	_	ss=n.act	*
+11	due	due	ADP	_	_	_	_	_	_	1:X
+12	to	to	ADP	_	_	_	_	_	_	1
+13	construction	construction	NOUN	_	_	_	_	_	ss=n.act	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	new	new	ADJ	_	_	_	_	_	_	*
+17	rental	rental	ADJ	_	_	_	_	_	_	*
+18	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	facility	facility	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	may	may	AUX	_	_	_	_	_	_	*
+23	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	park	park	VERB	_	_	_	_	_	ss=v.motion	*
+27	at	at	ADP	_	_	_	_	_	_	*
+28	BNA	bna	PROPN	_	_	_	_	_	ss=n.group	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311138.1
+# sent_counter = 2335
+# text = Consistantly poor
+1	Consistantly	consistantly	ADV	_	_	_	_	_	_	*
+2	poor	poor	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311138.2
+# sent_counter = 2336
+# text = A lack of organisation , coupled with the distain for its customers , makes this the worst rental agency I have used .
+1	A	a	DET	_	_	_	_	_	_	*
+2	lack	lack	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	organisation	organisation	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	coupled	couple	VERB	_	_	_	_	_	ss=v.stative	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	distain	distain	NOUN	_	_	_	_	_	ss=n.feeling	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	its	it	PRON	_	_	_	_	_	_	*
+12	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	worst	worst	ADJ	_	_	_	_	_	_	*
+18	rental	rental	ADJ	_	_	_	_	_	_	*
+19	agency	agency	NOUN	_	_	_	_	_	ss=n.group	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	have	have	AUX	_	_	_	_	_	_	*
+22	used	use	VERB	_	_	_	_	_	ss=v.social	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311138.3
+# sent_counter = 2337
+# text = Chasing them on issues from the day I moved in ( many of them still unresolved as I left ) to all sorts of farcical issues with funds , after I left . . . . as soon as I could .
+1	Chasing	chase	VERB	_	_	_	_	_	ss=v.social	*
+2	them	them	PRON	_	_	_	_	_	_	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+10	in	in	ADV	_	_	_	_	_	_	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	many	many	ADJ	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	them	them	PRON	_	_	_	_	_	_	*
+15	still	still	ADV	_	_	_	_	_	_	*
+16	unresolved	unresolved	ADJ	_	_	_	_	_	_	*
+17	as	as	SCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	all	all	DET	_	_	_	_	_	_	*
+23	sorts	sort	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	farcical	farcical	ADJ	_	_	_	_	_	_	*
+26	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	with	with	ADP	_	_	_	_	_	_	*
+28	funds	funds	NOUN	_	_	_	_	_	ss=n.possession	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	after	after	SCONJ	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+37	as	as	ADV	_	_	_	_	_	_	1:X
+38	soon	soon	ADV	_	_	_	_	_	_	1
+39	as	as	SCONJ	_	_	_	_	_	_	1
+40	I	i	PRON	_	_	_	_	_	_	*
+41	could	could	AUX	_	_	_	_	_	_	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311138.4
+# sent_counter = 2338
+# text = If you must use them , be vigilant and be ready to push , if you can go elsewhere then I would .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	must	must	AUX	_	_	_	_	_	_	*
+4	use	use	VERB	_	_	_	_	_	ss=v.social	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	vigilant	vigilant	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	ready	ready	ADJ	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	push	push	VERB	_	_	_	_	_	ss=v.social	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	if	if	SCONJ	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	can	can	AUX	_	_	_	_	_	_	*
+18	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+19	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+20	then	then	ADV	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	would	would	AUX	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314938.1
+# sent_counter = 2339
+# text = The best pilates on the Gold Coast !
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	pilates	pilate	NOUN	_	_	_	_	_	ss=n.act	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Gold	gold	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	Coast	coast	PROPN	_	_	_	_	_	_	1
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.1
+# sent_counter = 2340
+# text = DO NT ever go there , not even if your car flips .
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	NT	nt	ADV	_	_	_	_	_	_	*
+3	ever	ever	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	flips	flip	VERB	_	_	_	_	_	ss=v.motion	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.2
+# sent_counter = 2341
+# text = Their service sucks to start off with , people are cruel and ignorant .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	sucks	suck	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	PART	_	_	_	_	_	_	1:X
+5	start	start	VERB	_	_	_	_	_	_	1
+6	off	off	ADP	_	_	_	_	_	_	1
+7	with	with	ADV	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	cruel	cruel	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	ignorant	ignorant	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.3
+# sent_counter = 2342
+# text = I 'm compeltly dissatisfied with their service and their products .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	compeltly	compeltly	ADV	_	_	_	_	_	_	*
+4	dissatisfied	dissatisfied	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	their	their	PRON	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.4
+# sent_counter = 2343
+# text = They DO NOT have a return policy and even if their product SUCKS , they will NOT take it back !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	DO	do	AUX	_	_	_	_	_	_	*
+3	NOT	not	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	return	return	NOUN	_	_	_	_	_	ss=n.act	*
+7	policy	policy	NOUN	_	_	_	_	_	ss=n.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	even	even	ADV	_	_	_	_	_	_	*
+10	if	if	SCONJ	_	_	_	_	_	_	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	SUCKS	suck	VERB	_	_	_	_	_	ss=v.stative	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	will	will	AUX	_	_	_	_	_	_	*
+17	NOT	not	PART	_	_	_	_	_	_	*
+18	take	take	VERB	_	_	_	_	_	ss=v.possession	1:X
+19	it	it	PRON	_	_	_	_	_	_	*
+20	back	back	ADV	_	_	_	_	_	_	1
+21	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.5
+# sent_counter = 2344
+# text = DO NOT EVER GO HERE .
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	EVER	ever	ADV	_	_	_	_	_	_	*
+4	GO	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	HERE	here	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.6
+# sent_counter = 2345
+# text = I prefer Advanced auto parts over this crappy place with the meanest people .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	prefer	prefer	VERB	_	_	_	_	_	ss=v.cognition	*
+3	Advanced	advanced	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	auto	auto	PROPN	_	_	_	_	_	_	1
+5	parts	parts	PROPN	_	_	_	_	_	_	1
+6	over	over	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	crappy	crappy	ADJ	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	meanest	mean	ADJ	_	_	_	_	_	_	*
+13	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.7
+# sent_counter = 2346
+# text = And they THRIVE to get a customer .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	THRIVE	thrive	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.social	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.324337.8
+# sent_counter = 2347
+# text = DO NOT go here .. thank you
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+6	thank	thank	VERB	_	_	_	_	_	_	1:X
+7	you	you	PRON	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325330.1
+# sent_counter = 2348
+# text = Not impressed .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	impressed	impressed	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325330.2
+# sent_counter = 2349
+# text = Overpriced and the doctor acted arrogant and rushed at a time when there was very few clients in the facility .
+1	Overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+5	acted	act	VERB	_	_	_	_	_	ss=v.social	*
+6	arrogant	arrogant	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	rushed	rush	VERB	_	_	_	_	_	ss=v.cognition	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	there	there	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	few	few	ADJ	_	_	_	_	_	_	*
+17	clients	client	NOUN	_	_	_	_	_	ss=n.person	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	facility	facility	NOUN	_	_	_	_	_	ss=n.location	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325330.3
+# sent_counter = 2350
+# text = I wo n't return .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325538.1
+# sent_counter = 2351
+# text = Wonderful staff and great service !!
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.1
+# sent_counter = 2352
+# text = HEAVEN ON EARTHHHHHHH !!!!
+1	HEAVEN	heaven	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	ON	on	ADP	_	_	_	_	_	_	*
+3	EARTHHHHHHH	earthhhhhhh	PROPN	_	_	_	_	_	ss=n.location	*
+4	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.2
+# sent_counter = 2353
+# text = MUST TRY !!!
+1	MUST	must	AUX	_	_	_	_	_	_	*
+2	TRY	try	VERB	_	_	_	_	_	ss=v.social	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.3
+# sent_counter = 2354
+# text = A +++
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	+++	+++	SYM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.4
+# sent_counter = 2355
+# text = THIS PLACE IS THE BEST .
+1	THIS	this	DET	_	_	_	_	_	_	*
+2	PLACE	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	THE	the	DET	_	_	_	_	_	_	*
+5	BEST	best	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.5
+# sent_counter = 2356
+# text = I HATED SUSHI BEFORE BUT NOW I CA NT STOP EATTING IT !!!!!!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	HATED	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	SUSHI	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+4	BEFORE	before	ADV	_	_	_	_	_	_	*
+5	BUT	but	CCONJ	_	_	_	_	_	_	*
+6	NOW	now	ADV	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	CA	ca	AUX	_	_	_	_	_	_	*
+9	NT	nt	ADV	_	_	_	_	_	_	*
+10	STOP	stop	VERB	_	_	_	_	_	ss=v.change	*
+11	EATTING	eatting	VERB	_	_	_	_	_	ss=v.consumption	*
+12	IT	it	PRON	_	_	_	_	_	_	*
+13	!!!!!!!	!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.6
+# sent_counter = 2357
+# text = NICE SERVICE , AND EXCELLENT FOOD .
+1	NICE	nice	ADJ	_	_	_	_	_	_	*
+2	SERVICE	service	PROPN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	AND	and	CCONJ	_	_	_	_	_	_	*
+5	EXCELLENT	excellent	ADJ	_	_	_	_	_	_	*
+6	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.7
+# sent_counter = 2358
+# text = EVERYTHING IN HERE SEEMS TO AMAZE ME !!!
+1	EVERYTHING	everything	NOUN	_	_	_	_	_	_	*
+2	IN	in	ADP	_	_	_	_	_	_	*
+3	HERE	here	ADV	_	_	_	_	_	_	*
+4	SEEMS	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+5	TO	to	PART	_	_	_	_	_	_	*
+6	AMAZE	amaze	VERB	_	_	_	_	_	ss=v.cognition	*
+7	ME	me	PRON	_	_	_	_	_	_	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.8
+# sent_counter = 2359
+# text = THEIR GRILL DISHES ARE OUT TA THIS WORLD AND SUSHI IS JUST FABULOUS !!!!
+1	THEIR	their	PRON	_	_	_	_	_	_	*
+2	GRILL	grill	NOUN	_	_	_	_	_	ss=n.food	*
+3	DISHES	dish	NOUN	_	_	_	_	_	ss=n.food	*
+4	ARE	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	OUT	out	ADP	_	_	_	_	_	_	1:X
+6	TA	ta	ADP	_	_	_	_	_	_	1
+7	THIS	this	DET	_	_	_	_	_	_	1
+8	WORLD	world	NOUN	_	_	_	_	_	_	1
+9	AND	and	CCONJ	_	_	_	_	_	_	*
+10	SUSHI	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+11	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	JUST	just	ADV	_	_	_	_	_	_	*
+13	FABULOUS	fabulous	ADJ	_	_	_	_	_	_	*
+14	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.9
+# sent_counter = 2360
+# text = I EAT HERE AT LEAST 5 DAYS A WEEK .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	EAT	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+3	HERE	here	ADV	_	_	_	_	_	_	*
+4	AT	at	ADV	_	_	_	_	_	_	1:X
+5	LEAST	least	ADV	_	_	_	_	_	_	1
+6	5	5	NUM	_	_	_	_	_	_	*
+7	DAYS	days	NOUN	_	_	_	_	_	ss=n.time	*
+8	A	a	DET	_	_	_	_	_	_	*
+9	WEEK	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.10
+# sent_counter = 2361
+# text = THEY HAVE EXCELLENT SUSHI CHEF SPECIAL ROLLS FOR A FAIR PRICE AND SO IS THE GRILL ORDERS .
+1	THEY	they	PRON	_	_	_	_	_	_	*
+2	HAVE	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	EXCELLENT	excellent	ADJ	_	_	_	_	_	_	*
+4	SUSHI	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+5	CHEF	chef	NOUN	_	_	_	_	_	ss=n.person	*
+6	SPECIAL	special	ADJ	_	_	_	_	_	_	*
+7	ROLLS	roll	NOUN	_	_	_	_	_	ss=n.food	*
+8	FOR	for	ADP	_	_	_	_	_	_	*
+9	A	a	DET	_	_	_	_	_	_	*
+10	FAIR	fair	ADJ	_	_	_	_	_	_	*
+11	PRICE	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	AND	and	CCONJ	_	_	_	_	_	_	*
+13	SO	so	ADV	_	_	_	_	_	_	*
+14	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	THE	the	DET	_	_	_	_	_	_	*
+16	GRILL	grill	NOUN	_	_	_	_	_	ss=n.food	*
+17	ORDERS	order	NOUN	_	_	_	_	_	ss=n.food	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.11
+# sent_counter = 2362
+# text = A ++++ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+1	A	a	NOUN	_	_	_	_	_	_	1:X
+2	++++	++++	SYM	_	_	_	_	_	_	1
+3	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.12
+# sent_counter = 2363
+# text = JUNO AND OPEN I LOVE YOU GUYS !!!!!!!!!!!!!!
+1	JUNO	juno	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	AND	and	CCONJ	_	_	_	_	_	_	1
+3	OPEN	open	PROPN	_	_	_	_	_	_	1
+4	I	i	PRON	_	_	_	_	_	_	*
+5	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+6	YOU	you	PRON	_	_	_	_	_	_	*
+7	GUYS	guys	PROPN	_	_	_	_	_	ss=n.person	*
+8	!!!!!!!!!!!!!!	!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326439.13
+# sent_counter = 2364
+# text = [ no homo ] :D
+1	[	[	PUNCT	_	_	_	_	_	_	*
+2	no	no	DET	_	_	_	_	_	_	1:X
+3	homo	homo	NOUN	_	_	_	_	_	_	1
+4	]	]	PUNCT	_	_	_	_	_	_	*
+5	:D	:d	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341435.1
+# sent_counter = 2365
+# text = Nice and quiet place with cosy living room just outside the city .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	quiet	quiet	ADJ	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	cosy	cosy	ADJ	_	_	_	_	_	_	*
+7	living	living	NOUN	_	_	_	_	_	ss=n.location	1:X
+8	room	room	NOUN	_	_	_	_	_	_	1
+9	just	just	ADV	_	_	_	_	_	_	*
+10	outside	outside	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343035.1
+# sent_counter = 2366
+# text = Excellent piano lessons
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	piano	piano	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	lessons	lesson	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343035.2
+# sent_counter = 2367
+# text = I 'm very happy with the piano lessons Mrs. Lynda Mcmanus taught me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	piano	piano	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	lessons	lesson	NOUN	_	_	_	_	_	ss=n.act	*
+9	Mrs.	mrs.	PROPN	_	_	_	_	_	ss=n.person	1:X
+10	Lynda	lynda	PROPN	_	_	_	_	_	_	1
+11	Mcmanus	mcmanus	PROPN	_	_	_	_	_	_	1
+12	taught	teach	VERB	_	_	_	_	_	ss=v.social	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343035.3
+# sent_counter = 2368
+# text = Now I 'm able to play the piano pretty well .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	able	able	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	play	play	VERB	_	_	_	_	_	ss=v.creation	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	piano	piano	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	pretty	pretty	ADV	_	_	_	_	_	_	*
+10	well	well	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343336.1
+# sent_counter = 2369
+# text = Got to love this place .
+1	Got	get	VERB	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343336.2
+# sent_counter = 2370
+# text = Everyone is relaxed and having fun !!!
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	having	have	VERB	_	_	_	_	_	ss=v.social	1:X
+6	fun	fun	NOUN	_	_	_	_	_	_	1
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354336.1
+# sent_counter = 2371
+# text = Hidden Gem in Alpharetta
+1	Hidden	hidden	ADJ	_	_	_	_	_	_	*
+2	Gem	gem	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Alpharetta	alpharetta	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354336.2
+# sent_counter = 2372
+# text = This French born , French trained chef and his creative partners offer a taste fresh , locally sourced , fabulously prepared food in the most unlikely of locations .
+1	This	this	DET	_	_	_	_	_	_	*
+2	French	french	ADJ	_	_	_	_	_	_	*
+3	born	bear	VERB	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	French	french	ADJ	_	_	_	_	_	_	*
+6	trained	train	VERB	_	_	_	_	_	_	*
+7	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	his	his	PRON	_	_	_	_	_	_	*
+10	creative	creative	ADJ	_	_	_	_	_	_	*
+11	partners	partner	NOUN	_	_	_	_	_	ss=n.person	*
+12	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	taste	taste	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	fresh	fresh	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	locally	locally	ADV	_	_	_	_	_	_	*
+18	sourced	source	VERB	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	fabulously	fabulously	ADV	_	_	_	_	_	_	*
+21	prepared	prepare	VERB	_	_	_	_	_	ss=v.creation	*
+22	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	most	most	ADV	_	_	_	_	_	_	*
+26	unlikely	unlikely	ADJ	_	_	_	_	_	_	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	locations	location	NOUN	_	_	_	_	_	ss=n.location	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354336.3
+# sent_counter = 2373
+# text = Try their weekend " tastings " which you can learn about by getting on their weekly email list .
+1	Try	try	VERB	_	_	_	_	_	ss=v.social	*
+2	their	their	PRON	_	_	_	_	_	_	*
+3	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	tastings	tasting	NOUN	_	_	_	_	_	ss=n.event	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	which	which	DET	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+11	about	about	ADP	_	_	_	_	_	_	*
+12	by	by	SCONJ	_	_	_	_	_	_	*
+13	getting	get	VERB	_	_	_	_	_	ss=v.communication	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	weekly	weekly	ADJ	_	_	_	_	_	_	*
+17	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+18	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354336.4
+# sent_counter = 2374
+# text = It 's the best meal for the money you will find in all of metro Atlanta .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	metro	metro	ADJ	_	_	_	_	_	_	*
+16	Atlanta	atlanta	PROPN	_	_	_	_	_	ss=n.location	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359433.1
+# sent_counter = 2375
+# text = Great Place To Use The Fix appliances Plumbing Air Conditioning & Electric Problems .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	To	to	PART	_	_	_	_	_	_	*
+4	Use	use	VERB	_	_	_	_	_	ss=v.social	*
+5	The	the	PRON	_	_	_	_	_	_	*
+6	Fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+7	appliances	appliance	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	Plumbing	plumbing	PROPN	_	_	_	_	_	ss=n.artifact	*
+9	Air	air	PROPN	_	_	_	_	_	ss=n.artifact	1:X
+10	Conditioning	conditioning	PROPN	_	_	_	_	_	_	1
+11	&	&	CCONJ	_	_	_	_	_	_	*
+12	Electric	electric	PROPN	_	_	_	_	_	ss=n.artifact	*
+13	Problems	problems	PROPN	_	_	_	_	_	ss=n.cognition	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359433.2
+# sent_counter = 2376
+# text = We have used them for plumbing & A / C and they are affordable and get the work done right .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	plumbing	plumbing	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	&	&	CCONJ	_	_	_	_	_	_	*
+8	A	a	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	/	/	PUNCT	_	_	_	_	_	_	1
+10	C	c	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	affordable	affordable	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.social	2:X
+17	the	the	DET	_	_	_	_	_	_	*
+18	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+19	done	do	VERB	_	_	_	_	_	_	2
+20	right	right	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359433.3
+# sent_counter = 2377
+# text = Great place 5 stars for sure .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+4	stars	star	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	2:X
+6	sure	sure	ADJ	_	_	_	_	_	_	2
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359433.4
+# sent_counter = 2378
+# text = Thanks From Bill
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	From	from	ADP	_	_	_	_	_	_	*
+3	Bill	bill	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.1
+# sent_counter = 2379
+# text = I stopped in today @ Yards Brewery .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	stopped	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+5	@	@	ADP	_	_	_	_	_	_	*
+6	Yards	yards	PROPN	_	_	_	_	_	ss=n.group	2:X
+7	Brewery	brewery	PROPN	_	_	_	_	_	_	2
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.2
+# sent_counter = 2380
+# text = I must say , I was impressed with the size of the bar area and lounge , & I liked that you could see the brewery right thru the glass !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	must	must	AUX	_	_	_	_	_	_	*
+3	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	impressed	impressed	ADJ	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	size	size	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	bar	bar	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	lounge	lounge	NOUN	_	_	_	_	_	ss=n.location	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	&	&	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	could	could	AUX	_	_	_	_	_	_	*
+24	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	brewery	brewery	NOUN	_	_	_	_	_	ss=n.location	*
+27	right	right	ADV	_	_	_	_	_	_	*
+28	thru	thru	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	glass	glass	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.3
+# sent_counter = 2381
+# text = I had a sampler of IPA , Brawler , Love Stout & ESA .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	sampler	sampler	NOUN	_	_	_	_	_	ss=n.food	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	IPA	ipa	NOUN	_	_	_	_	_	ss=n.food	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	Brawler	brawler	PROPN	_	_	_	_	_	ss=n.food	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Love	love	PROPN	_	_	_	_	_	ss=n.food	1:X
+11	Stout	stout	PROPN	_	_	_	_	_	_	1
+12	&	&	CCONJ	_	_	_	_	_	_	*
+13	ESA	esa	NOUN	_	_	_	_	_	ss=n.food	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.4
+# sent_counter = 2382
+# text = All were awesome , & I had a Dogwood Grilled Cheese which was enjoyable with the fine beers .
+1	All	all	DET	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	awesome	awesome	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	&	&	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Dogwood	dogwood	NOUN	_	_	_	_	_	ss=n.food	1:X
+10	Grilled	grill	VERB	_	_	_	_	_	_	1
+11	Cheese	cheese	NOUN	_	_	_	_	_	_	1
+12	which	which	DET	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	enjoyable	enjoyable	ADJ	_	_	_	_	_	_	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	fine	fine	ADJ	_	_	_	_	_	_	*
+18	beers	beer	NOUN	_	_	_	_	_	ss=n.food	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.5
+# sent_counter = 2383
+# text = After my sampler & sandwich , I asked for a pint of there Nitrogen Love Stout , I must say I was impressed , with the great taste & I am a Guiness Lover so coming from me , I think this is better , it s less dry & smoother !
+1	After	after	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	sampler	sampler	NOUN	_	_	_	_	_	ss=n.food	*
+4	&	&	CCONJ	_	_	_	_	_	_	*
+5	sandwich	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	pint	pint	NOUN	_	_	_	_	_	ss=n.quantity	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	there	there	PRON	_	_	_	_	_	_	*
+14	Nitrogen	nitrogen	PROPN	_	_	_	_	_	ss=n.food	1:X
+15	Love	love	PROPN	_	_	_	_	_	_	1
+16	Stout	stout	PROPN	_	_	_	_	_	_	1
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	must	must	AUX	_	_	_	_	_	_	*
+20	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	impressed	impressed	ADJ	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	great	great	ADJ	_	_	_	_	_	_	*
+28	taste	taste	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	&	&	CCONJ	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	Guiness	guiness	PROPN	_	_	_	_	_	ss=n.food	*
+34	Lover	lover	NOUN	_	_	_	_	_	ss=n.person	*
+35	so	so	ADV	_	_	_	_	_	_	*
+36	coming	come	VERB	_	_	_	_	_	ss=v.cognition	*
+37	from	from	ADP	_	_	_	_	_	_	*
+38	me	me	PRON	_	_	_	_	_	_	*
+39	,	,	PUNCT	_	_	_	_	_	_	*
+40	I	i	PRON	_	_	_	_	_	_	*
+41	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+42	this	this	DET	_	_	_	_	_	_	*
+43	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+44	better	better	ADJ	_	_	_	_	_	_	*
+45	,	,	PUNCT	_	_	_	_	_	_	*
+46	it	it	PRON	_	_	_	_	_	_	*
+47	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+48	less	less	ADV	_	_	_	_	_	_	*
+49	dry	dry	ADJ	_	_	_	_	_	_	*
+50	&	&	CCONJ	_	_	_	_	_	_	*
+51	smoother	smooth	ADJ	_	_	_	_	_	_	*
+52	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.6
+# sent_counter = 2384
+# text = If you are in Philly you have to come check this place out !
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Philly	philly	PROPN	_	_	_	_	_	ss=n.location	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	_	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+10	check	check	VERB	_	_	_	_	_	ss=v.social	2:X
+11	this	this	DET	_	_	_	_	_	_	*
+12	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+13	out	out	ADP	_	_	_	_	_	_	2
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.7
+# sent_counter = 2385
+# text = The only negative I have abou this place is the parking !
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	negative	negative	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	abou	abou	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	parking	parking	NOUN	_	_	_	_	_	ss=n.act	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.360937.8
+# sent_counter = 2386
+# text = I left with a case of BRAWLER !!!! !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	case	case	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	BRAWLER	brawler	PROPN	_	_	_	_	_	ss=n.food	*
+8	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363234.1
+# sent_counter = 2387
+# text = Excellent Tattoo Shop
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	Tattoo	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	Shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363234.2
+# sent_counter = 2388
+# text = I recently got a tattoo done at Aztec and I could not be happier .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.body	1:X
+4	a	a	DET	_	_	_	_	_	_	*
+5	tattoo	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	done	do	VERB	_	_	_	_	_	_	1
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Aztec	aztec	PROPN	_	_	_	_	_	ss=n.group	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	happier	happy	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363234.3
+# sent_counter = 2389
+# text = It came out better than I even imagined .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	out	out	ADV	_	_	_	_	_	_	1
+4	better	better	ADJ	_	_	_	_	_	_	*
+5	than	than	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	even	even	ADV	_	_	_	_	_	_	*
+8	imagined	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363234.4
+# sent_counter = 2390
+# text = The shop was great , the service was excellent and the employees were fun guys .
+1	The	the	DET	_	_	_	_	_	_	*
+2	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	excellent	excellent	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	fun	fun	ADJ	_	_	_	_	_	_	*
+15	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363234.5
+# sent_counter = 2391
+# text = I would highly recommend this shop to anyone looking to get a quality tattoo done .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	anyone	anyone	NOUN	_	_	_	_	_	_	*
+9	looking	look	VERB	_	_	_	_	_	ss=v.social	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+12	a	a	DET	_	_	_	_	_	_	*
+13	quality	quality	ADJ	_	_	_	_	_	_	*
+14	tattoo	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	done	do	VERB	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363633.1
+# sent_counter = 2392
+# text = Favorite Restaurant
+1	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+2	Restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363633.2
+# sent_counter = 2393
+# text = Best yellow curry that I have ever tasted .
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	yellow	yellow	ADJ	_	_	_	_	_	ss=n.food	1:X
+3	curry	curry	NOUN	_	_	_	_	_	_	1
+4	that	that	DET	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	ever	ever	ADV	_	_	_	_	_	_	*
+8	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363633.3
+# sent_counter = 2394
+# text = Staff is super friendly and very attentive .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	super	super	ADV	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	attentive	attentive	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363633.4
+# sent_counter = 2395
+# text = Price is also very reasonable .
+1	Price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365630.1
+# sent_counter = 2396
+# text = A +
+1	A	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	+	+	SYM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365630.2
+# sent_counter = 2397
+# text = I would rate Fran pcs an A + because the price was lower than everyone else , i got my computer back the next day , and the professionalism he showed was great .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	rate	rate	VERB	_	_	_	_	_	ss=v.communication	*
+4	Fran	fran	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	pcs	pcs	PROPN	_	_	_	_	_	_	1
+6	an	an	DET	_	_	_	_	_	_	*
+7	A	a	NOUN	_	_	_	_	_	ss=n.communication	2:X
+8	+	+	SYM	_	_	_	_	_	_	2
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	lower	low	ADJ	_	_	_	_	_	_	*
+14	than	than	ADP	_	_	_	_	_	_	*
+15	everyone	everyone	NOUN	_	_	_	_	_	_	*
+16	else	else	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	computer	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	back	back	ADV	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	next	next	ADJ	_	_	_	_	_	_	*
+25	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+30	he	he	PRON	_	_	_	_	_	_	*
+31	showed	show	VERB	_	_	_	_	_	ss=v.social	*
+32	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	great	great	ADJ	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365630.3
+# sent_counter = 2398
+# text = He took the time to explain things to me about my computer , i would recommend you go to him .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+3	the	the	DET	_	_	_	_	_	_	1
+4	time	time	NOUN	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+7	things	things	NOUN	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	computer	computer	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	i	i	PRON	_	_	_	_	_	_	*
+15	would	would	AUX	_	_	_	_	_	_	*
+16	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365630.4
+# sent_counter = 2399
+# text = David
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.368431.1
+# sent_counter = 2400
+# text = Ray 's pizza : my favorite
+1	Ray	ray	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	's	's	PART	_	_	_	_	_	_	1
+3	pizza	pizza	PROPN	_	_	_	_	_	_	1
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.368431.2
+# sent_counter = 2401
+# text = Ray 's Pizza is just too good .
+1	Ray	ray	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	's	's	PART	_	_	_	_	_	_	1
+3	Pizza	pizza	PROPN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.368431.3
+# sent_counter = 2402
+# text = I wish I could have a slice for every single meal .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	could	could	AUX	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.consumption	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	every	every	DET	_	_	_	_	_	_	*
+10	single	single	ADJ	_	_	_	_	_	_	*
+11	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.368431.4
+# sent_counter = 2403
+# text = Luckily I live very close , so I can abuse it during week - ends ...
+1	Luckily	luckily	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	live	live	VERB	_	_	_	_	_	ss=v.social	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	close	close	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	abuse	abuse	VERB	_	_	_	_	_	ss=v.social	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	during	during	ADP	_	_	_	_	_	_	*
+13	week	week	NOUN	_	_	_	_	_	ss=n.time	1:X
+14	-	-	PUNCT	_	_	_	_	_	_	1
+15	ends	end	NOUN	_	_	_	_	_	_	1
+16	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385436.1
+# sent_counter = 2404
+# text = This is the best Mediterranean Restaurant in the West Valley , I have friend who drive from central Phx to come here .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	Mediterranean	mediterranean	ADJ	_	_	_	_	_	_	*
+6	Restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	West	west	PROPN	_	_	_	_	_	ss=n.location	1:X
+10	Valley	valley	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+15	who	who	PRON	_	_	_	_	_	_	*
+16	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+17	from	from	ADP	_	_	_	_	_	_	*
+18	central	central	ADJ	_	_	_	_	_	_	*
+19	Phx	phx	PROPN	_	_	_	_	_	ss=n.location	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+22	here	here	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389136.1
+# sent_counter = 2405
+# text = great !
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389136.2
+# sent_counter = 2406
+# text = I go Disco dancing and Cheerleading .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	Disco	disco	NOUN	_	_	_	_	_	ss=n.act	*
+4	dancing	dance	VERB	_	_	_	_	_	ss=v.social	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	Cheerleading	cheerlead	VERB	_	_	_	_	_	ss=v.social	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389136.3
+# sent_counter = 2407
+# text = It s fab !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	fab	fab	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389136.4
+# sent_counter = 2408
+# text = so go and get dancing !!!!!!!!!!!!!!!!!!!!!!!!!
+1	so	so	ADV	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	_	*
+5	dancing	dance	VERB	_	_	_	_	_	ss=v.social	*
+6	!!!!!!!!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.389136.5
+# sent_counter = 2409
+# text = By samantha Fox
+1	By	by	ADP	_	_	_	_	_	_	*
+2	samantha	samantha	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Fox	fox	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.390330.1
+# sent_counter = 2410
+# text = I appreciate the quick , good service and the reasonable prices and will definitely use American Pride Irrigation & Landscaping again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	quick	quick	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+11	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	will	will	AUX	_	_	_	_	_	_	*
+14	definitely	definitely	ADV	_	_	_	_	_	_	*
+15	use	use	VERB	_	_	_	_	_	ss=v.social	*
+16	American	american	PROPN	_	_	_	_	_	ss=n.group	1:X
+17	Pride	pride	PROPN	_	_	_	_	_	_	1
+18	Irrigation	irrigation	PROPN	_	_	_	_	_	_	1
+19	&	&	CCONJ	_	_	_	_	_	_	1
+20	Landscaping	landscaping	PROPN	_	_	_	_	_	_	1
+21	again	again	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.1
+# sent_counter = 2411
+# text = BEST PLACE IN AMES
+1	BEST	best	ADJ	_	_	_	_	_	_	*
+2	PLACE	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	IN	in	ADP	_	_	_	_	_	_	*
+4	AMES	ames	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.2
+# sent_counter = 2412
+# text = I lived here for two years when the prices were a little lower :) The places are very nice and clean , and in great condition !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	two	two	NUM	_	_	_	_	_	_	*
+6	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	1:X
+12	little	little	ADJ	_	_	_	_	_	_	1
+13	lower	low	ADJ	_	_	_	_	_	_	*
+14	:)	:)	SYM	_	_	_	_	_	_	*
+15	The	the	DET	_	_	_	_	_	_	*
+16	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	very	very	ADV	_	_	_	_	_	_	*
+19	nice	nice	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	clean	clean	ADJ	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	great	great	ADJ	_	_	_	_	_	_	*
+26	condition	condition	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.3
+# sent_counter = 2413
+# text = I really enjoyed the staff at Wessex , also the manager Sherri was always very nice and helpful .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	Wessex	wessex	PROPN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	also	also	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+12	Sherri	sherri	PROPN	_	_	_	_	_	ss=n.person	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	always	always	ADV	_	_	_	_	_	_	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	nice	nice	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	helpful	helpful	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.4
+# sent_counter = 2414
+# text = The fitness center was GREAT !
+1	The	the	DET	_	_	_	_	_	_	*
+2	fitness	fitness	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	center	center	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	GREAT	great	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.5
+# sent_counter = 2415
+# text = The only problem that I had in 2 years of living there was that the walls are pretty thin , sometimes I could here my neighbors conversations .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	2	2	NUM	_	_	_	_	_	_	*
+9	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+10	of	of	SCONJ	_	_	_	_	_	_	*
+11	living	live	VERB	_	_	_	_	_	ss=v.social	*
+12	there	there	ADV	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	walls	wall	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	pretty	pretty	ADV	_	_	_	_	_	_	*
+19	thin	thin	ADJ	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	could	could	AUX	_	_	_	_	_	_	*
+24	here	here	VERB	_	_	_	_	_	ss=v.perception	*
+25	my	my	PRON	_	_	_	_	_	_	*
+26	neighbors	neighbor	NOUN	_	_	_	_	_	ss=n.person	*
+27	conversations	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.6
+# sent_counter = 2416
+# text = I would recommend these apartments to anybody !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	these	these	DET	_	_	_	_	_	_	*
+5	apartments	apartment	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anybody	anybody	NOUN	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121987.7
+# sent_counter = 2417
+# text = I absolutely LOVED living there .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+3	LOVED	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	living	live	VERB	_	_	_	_	_	ss=v.social	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.1
+# sent_counter = 2418
+# text = Over-rated
+1	Over-rated	over-rated	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.2
+# sent_counter = 2419
+# text = Buddakan inevitably attracts the majority of its guests simply because of its association with Steven Starr , but that does n't impress me .
+1	Buddakan	buddakan	PROPN	_	_	_	_	_	ss=n.group	*
+2	inevitably	inevitably	ADV	_	_	_	_	_	_	*
+3	attracts	attract	VERB	_	_	_	_	_	ss=v.social	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	majority	majority	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	its	it	PRON	_	_	_	_	_	_	*
+8	guests	guest	NOUN	_	_	_	_	_	ss=n.group	*
+9	simply	simply	ADV	_	_	_	_	_	_	*
+10	because	because	ADP	_	_	_	_	_	_	1:X
+11	of	of	ADP	_	_	_	_	_	_	1
+12	its	it	PRON	_	_	_	_	_	_	*
+13	association	association	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	Steven	steven	PROPN	_	_	_	_	_	ss=n.person	2:X
+16	Starr	starr	PROPN	_	_	_	_	_	_	2
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	that	that	DET	_	_	_	_	_	_	*
+20	does	do	AUX	_	_	_	_	_	_	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	impress	impress	VERB	_	_	_	_	_	ss=v.emotion	*
+23	me	me	PRON	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.3
+# sent_counter = 2420
+# text = The atmosphere alone deserves 4 stars but , the food was not up to par with the price tag and the reputation the restaurant carries .
+1	The	the	DET	_	_	_	_	_	_	*
+2	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	alone	alone	ADV	_	_	_	_	_	_	*
+4	deserves	deserve	VERB	_	_	_	_	_	ss=v.cognition	*
+5	4	4	NUM	_	_	_	_	_	ss=n.communication	1:X
+6	stars	star	NOUN	_	_	_	_	_	_	1
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	up	up	ADP	_	_	_	_	_	_	2:X
+14	to	to	ADP	_	_	_	_	_	_	2
+15	par	par	NOUN	_	_	_	_	_	_	2
+16	with	with	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	price	price	NOUN	_	_	_	_	_	ss=n.possession	3:X
+19	tag	tag	NOUN	_	_	_	_	_	_	3
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	reputation	reputation	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+25	carries	carry	VERB	_	_	_	_	_	ss=v.stative	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.4
+# sent_counter = 2421
+# text = The server we had was knowledgeable but he was not as proper as he should have been , acting like he was talking to his friends rather than his customers .
+1	The	the	DET	_	_	_	_	_	_	*
+2	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	as	as	ADV	_	_	_	_	_	_	*
+12	proper	proper	ADJ	_	_	_	_	_	_	*
+13	as	as	SCONJ	_	_	_	_	_	_	*
+14	he	he	PRON	_	_	_	_	_	_	*
+15	should	should	AUX	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	acting	act	VERB	_	_	_	_	_	ss=v.social	*
+20	like	like	SCONJ	_	_	_	_	_	_	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	was	be	AUX	_	_	_	_	_	_	*
+23	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+24	to	to	ADP	_	_	_	_	_	_	*
+25	his	his	PRON	_	_	_	_	_	_	*
+26	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+27	rather	rather	ADV	_	_	_	_	_	_	*
+28	than	than	ADP	_	_	_	_	_	_	*
+29	his	his	PRON	_	_	_	_	_	_	*
+30	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.5
+# sent_counter = 2422
+# text = The angry lobster was completely over-priced !
+1	The	the	DET	_	_	_	_	_	_	*
+2	angry	angry	ADJ	_	_	_	_	_	ss=n.food	1:X
+3	lobster	lobster	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	completely	completely	ADV	_	_	_	_	_	_	*
+6	over-priced	over-priced	ADJ	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.6
+# sent_counter = 2423
+# text = $ 80 for a dish that has about one small lobster tail and is full of filler vegetables !
+1	$	$	SYM	_	_	_	_	_	_	*
+2	80	80	NUM	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	dish	dish	NOUN	_	_	_	_	_	ss=n.food	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	about	about	ADV	_	_	_	_	_	_	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	small	small	ADJ	_	_	_	_	_	_	*
+11	lobster	lobster	NOUN	_	_	_	_	_	ss=n.food	*
+12	tail	tail	NOUN	_	_	_	_	_	ss=n.food	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	full	full	ADJ	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	filler	filler	NOUN	_	_	_	_	_	ss=n.food	1:X
+18	vegetables	vegetable	NOUN	_	_	_	_	_	_	1
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122882.7
+# sent_counter = 2424
+# text = I would n't go there again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126086.1
+# sent_counter = 2425
+# text = I like I Move CA - Los Angeles Movers , they moved me before , but this time they were awesome :)
+1	I	i	PRON	_	_	_	_	_	_	*
+2	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+3	I	i	PRON	_	_	_	_	_	ss=n.group	1:X
+4	Move	move	VERB	_	_	_	_	_	_	1
+5	CA	ca	PROPN	_	_	_	_	_	_	1
+6	-	-	PUNCT	_	_	_	_	_	_	1
+7	Los	los	PROPN	_	_	_	_	_	_	1
+8	Angeles	angeles	PROPN	_	_	_	_	_	_	1
+9	Movers	movers	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	before	before	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	awesome	awesome	ADJ	_	_	_	_	_	_	*
+22	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.1
+# sent_counter = 2426
+# text = Smoker s Haven
+1	Smoker	smoker	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	s	s	PART	_	_	_	_	_	_	1
+3	Haven	haven	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.2
+# sent_counter = 2427
+# text = Yeah , this complex is not very good .
+1	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	complex	complex	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.3
+# sent_counter = 2428
+# text = Our bathroom fan , one electric outlet and 2 leaky sinks have yet to be fixed .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.location	*
+3	fan	fan	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	electric	electric	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+7	outlet	outlet	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	2	2	NUM	_	_	_	_	_	_	*
+10	leaky	leaky	ADJ	_	_	_	_	_	_	*
+11	sinks	sink	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	have	have	VERB	_	_	_	_	_	_	*
+13	yet	yet	ADV	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.4
+# sent_counter = 2429
+# text = Both bathrooms look like they were flooded and the wood cabinets are thrashed at the bottom and they slapped some pieces of wood over to try to cover it up .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	bathrooms	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	like	like	SCONJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	were	be	AUX	_	_	_	_	_	_	*
+7	flooded	flood	VERB	_	_	_	_	_	ss=v.change	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	wood	wood	NOUN	_	_	_	_	_	ss=n.natural_object	*
+11	cabinets	cabinet	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	are	be	AUX	_	_	_	_	_	_	*
+13	thrashed	thrash	VERB	_	_	_	_	_	ss=v.change	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	bottom	bottom	NOUN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	slapped	slap	VERB	_	_	_	_	_	ss=v.contact	*
+20	some	some	DET	_	_	_	_	_	_	*
+21	pieces	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	wood	wood	NOUN	_	_	_	_	_	ss=n.natural_object	*
+24	over	over	ADV	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	try	try	VERB	_	_	_	_	_	ss=v.social	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	cover	cover	VERB	_	_	_	_	_	ss=v.social	1:X
+29	it	it	PRON	_	_	_	_	_	_	*
+30	up	up	ADP	_	_	_	_	_	_	1
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.5
+# sent_counter = 2430
+# text = And non-smokers beware !!!
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	non-smokers	non-smokers	NOUN	_	_	_	_	_	ss=n.person	*
+3	beware	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.6
+# sent_counter = 2431
+# text = I think 90 percent of the tenants are smokers !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	90	90	NUM	_	_	_	_	_	_	*
+4	percent	percent	NOUN	_	_	_	_	_	ss=n.relation	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	tenants	tenant	NOUN	_	_	_	_	_	ss=n.person	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	smokers	smoker	NOUN	_	_	_	_	_	ss=n.person	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.7
+# sent_counter = 2432
+# text = If you do not smoke , do not move here .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	smoke	smoke	VERB	_	_	_	_	_	ss=v.body	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+10	here	here	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.8
+# sent_counter = 2433
+# text = Our unit reeks of old cigarette smoke and it started to become apparent a few weeks after we moved in .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	unit	unit	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	reeks	reek	VERB	_	_	_	_	_	ss=v.perception	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	old	old	ADJ	_	_	_	_	_	_	*
+6	cigarette	cigarette	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	smoke	smoke	NOUN	_	_	_	_	_	ss=n.substance	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	started	start	VERB	_	_	_	_	_	ss=v.change	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	become	become	VERB	_	_	_	_	_	ss=v.stative	*
+13	apparent	apparent	ADJ	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	1:X
+15	few	few	ADJ	_	_	_	_	_	_	1
+16	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+17	after	after	SCONJ	_	_	_	_	_	_	*
+18	we	we	PRON	_	_	_	_	_	_	*
+19	moved	move	VERB	_	_	_	_	_	ss=v.motion	2:X
+20	in	in	ADV	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.133981.9
+# sent_counter = 2434
+# text = You can not walk 5 feet without smelling that disgusting cigarette smoke and it blows right into the windows all day and all night .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	feet	foot	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	without	without	SCONJ	_	_	_	_	_	_	*
+8	smelling	smell	VERB	_	_	_	_	_	ss=v.perception	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	disgusting	disgusting	ADJ	_	_	_	_	_	_	*
+11	cigarette	cigarette	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	smoke	smoke	NOUN	_	_	_	_	_	ss=n.substance	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	blows	blow	VERB	_	_	_	_	_	ss=v.motion	*
+16	right	right	ADV	_	_	_	_	_	_	*
+17	into	into	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	all	all	DET	_	_	_	_	_	_	*
+24	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.137883.1
+# sent_counter = 2435
+# text = Your average crappy chain .
+1	Your	your	PRON	_	_	_	_	_	_	*
+2	average	average	ADJ	_	_	_	_	_	_	*
+3	crappy	crappy	ADJ	_	_	_	_	_	_	*
+4	chain	chain	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.137883.2
+# sent_counter = 2436
+# text = Food is awful and the place caters to the yuppy crowd .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	awful	awful	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	caters	cater	VERB	_	_	_	_	_	ss=v.social	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	yuppy	yuppy	NOUN	_	_	_	_	_	ss=n.group	*
+11	crowd	crowd	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.1
+# sent_counter = 2437
+# text = Fantastic Service !
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.2
+# sent_counter = 2438
+# text = I have been here a few times for oil changes and just got my tires , alignment and state inspection done yesterday .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	1:X
+6	few	few	ADJ	_	_	_	_	_	_	1
+7	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	oil	oil	NOUN	_	_	_	_	_	ss=n.event	2:X
+10	changes	change	NOUN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	alignment	alignment	NOUN	_	_	_	_	_	ss=n.act	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	state	state	NOUN	_	_	_	_	_	ss=n.event	3:X
+20	inspection	inspection	NOUN	_	_	_	_	_	_	3
+21	done	do	VERB	_	_	_	_	_	ss=v.change	*
+22	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.3
+# sent_counter = 2439
+# text = I shopped it around and they were extremely competitive in pricing and also added nitrogen to my tires which should extend the life and get me better gas mileage .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	shopped	shop	VERB	_	_	_	_	_	ss=v.social	1:X
+3	it	it	PRON	_	_	_	_	_	_	*
+4	around	around	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	extremely	extremely	ADV	_	_	_	_	_	_	*
+9	competitive	competitive	ADJ	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	pricing	pricing	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	also	also	ADV	_	_	_	_	_	_	*
+14	added	add	VERB	_	_	_	_	_	ss=v.change	*
+15	nitrogen	nitrogen	NOUN	_	_	_	_	_	ss=n.natural_object	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	which	which	DET	_	_	_	_	_	_	*
+20	should	should	AUX	_	_	_	_	_	_	*
+21	extend	extend	VERB	_	_	_	_	_	ss=v.change	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	life	life	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	better	better	ADJ	_	_	_	_	_	_	*
+28	gas	gas	NOUN	_	_	_	_	_	ss=n.relation	2:X
+29	mileage	mileage	NOUN	_	_	_	_	_	_	2
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.4
+# sent_counter = 2440
+# text = It also came with free balance and rotation for the life of the tires !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	came	come	VERB	_	_	_	_	_	ss=v.social	1:X
+4	with	with	ADP	_	_	_	_	_	_	1
+5	free	free	ADJ	_	_	_	_	_	_	*
+6	balance	balance	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	rotation	rotation	NOUN	_	_	_	_	_	ss=n.act	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	life	life	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.5
+# sent_counter = 2441
+# text = What made it perfect was that they offered transportation so that I would not have to wait there or take time off of work to go back and forth or try to find a ride .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	perfect	perfect	ADJ	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	offered	offer	VERB	_	_	_	_	_	ss=v.possession	*
+9	transportation	transportation	NOUN	_	_	_	_	_	ss=n.act	*
+10	so	so	ADP	_	_	_	_	_	_	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	_	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+18	there	there	ADV	_	_	_	_	_	_	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+21	time	time	NOUN	_	_	_	_	_	_	2
+22	off	off	ADP	_	_	_	_	_	_	2
+23	of	of	ADP	_	_	_	_	_	_	2
+24	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+27	back	back	ADV	_	_	_	_	_	_	3:X
+28	and	and	CCONJ	_	_	_	_	_	_	3
+29	forth	forth	ADV	_	_	_	_	_	_	3
+30	or	or	CCONJ	_	_	_	_	_	_	*
+31	try	try	VERB	_	_	_	_	_	ss=v.social	*
+32	to	to	PART	_	_	_	_	_	_	*
+33	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+34	a	a	DET	_	_	_	_	_	_	*
+35	ride	ride	NOUN	_	_	_	_	_	ss=n.act	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.6
+# sent_counter = 2442
+# text = Great service , great pricing and SUPER CONVENIENT !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	pricing	pricing	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	SUPER	super	ADV	_	_	_	_	_	_	*
+8	CONVENIENT	convenient	ADJ	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.142081.7
+# sent_counter = 2443
+# text = I also did not feel like they tried to sell me a bunch of services that I did not need .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+6	like	like	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	1:X
+13	bunch	bunch	NOUN	_	_	_	_	_	_	1
+14	of	of	ADP	_	_	_	_	_	_	*
+15	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	not	not	PART	_	_	_	_	_	_	*
+20	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.152281.1
+# sent_counter = 2444
+# text = Great Service , Thanks Don .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+5	Don	don	PROPN	_	_	_	_	_	ss=n.person	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.152281.2
+# sent_counter = 2445
+# text = Nice Top Lights .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	Top	top	NOUN	_	_	_	_	_	ss=n.location	*
+3	Lights	light	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158285.1
+# sent_counter = 2446
+# text = Restaurant on top was renovated , food was decent , price was way to high for Duluth for quality , new decor seems tacky
+1	Restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	top	top	NOUN	_	_	_	_	_	ss=n.location	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	renovated	renovate	VERB	_	_	_	_	_	ss=v.change	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	decent	decent	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	way	way	ADV	_	_	_	_	_	_	*
+14	to	to	ADV	_	_	_	_	_	_	*
+15	high	high	ADJ	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	Duluth	duluth	PROPN	_	_	_	_	_	ss=n.location	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	new	new	ADJ	_	_	_	_	_	_	*
+22	decor	decor	NOUN	_	_	_	_	_	ss=n.attribute	*
+23	seems	seem	VERB	_	_	_	_	_	ss=v.perception	*
+24	tacky	tacky	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159485.1
+# sent_counter = 2447
+# text = In this hard economic times is very important to save money Very reasonable prices top quality work The owner operator he does all the the work with Helpers very friendly I definitely recommend this this guys Do n't get jack by big companies that they pay a lot of money to be on top of the list Thanks
+1	In	in	ADP	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	hard	hard	ADJ	_	_	_	_	_	_	*
+4	economic	economic	ADJ	_	_	_	_	_	_	*
+5	times	times	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	important	important	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	save	save	VERB	_	_	_	_	_	ss=v.stative	*
+11	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	Very	very	ADV	_	_	_	_	_	_	*
+13	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+14	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+15	top	top	ADJ	_	_	_	_	_	_	*
+16	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+18	The	the	DET	_	_	_	_	_	_	*
+19	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+20	operator	operator	NOUN	_	_	_	_	_	ss=n.person	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	does	do	VERB	_	_	_	_	_	ss=v.social	*
+23	all	all	DET	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+27	with	with	ADP	_	_	_	_	_	_	*
+28	Helpers	helper	NOUN	_	_	_	_	_	ss=n.group	*
+29	very	very	ADV	_	_	_	_	_	_	*
+30	friendly	friendly	ADJ	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	definitely	definitely	ADV	_	_	_	_	_	_	*
+33	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+34	this	this	DET	_	_	_	_	_	_	*
+35	this	this	DET	_	_	_	_	_	_	*
+36	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+37	Do	do	AUX	_	_	_	_	_	_	*
+38	n't	n't	PART	_	_	_	_	_	_	*
+39	get	get	AUX	_	_	_	_	_	_	*
+40	jack	jack	VERB	_	_	_	_	_	ss=v.social	*
+41	by	by	ADP	_	_	_	_	_	_	*
+42	big	big	ADJ	_	_	_	_	_	_	*
+43	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+44	that	that	DET	_	_	_	_	_	_	*
+45	they	they	PRON	_	_	_	_	_	_	*
+46	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+47	a	a	DET	_	_	_	_	_	_	1:X
+48	lot	lot	NOUN	_	_	_	_	_	_	1
+49	of	of	ADP	_	_	_	_	_	_	*
+50	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+51	to	to	PART	_	_	_	_	_	_	*
+52	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+53	on	on	ADP	_	_	_	_	_	_	2:X
+54	top	top	NOUN	_	_	_	_	_	_	2
+55	of	of	ADP	_	_	_	_	_	_	2
+56	the	the	DET	_	_	_	_	_	_	*
+57	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+58	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.1
+# sent_counter = 2448
+# text = For cheap Chinese food , this is the place to go .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	cheap	cheap	ADJ	_	_	_	_	_	_	*
+3	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.2
+# sent_counter = 2449
+# text = I used to eat at places like New China or Green Buffet in Troy , MO - nothing terrible but not that great .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	like	like	ADP	_	_	_	_	_	_	*
+8	New	new	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	China	china	PROPN	_	_	_	_	_	_	2
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	Green	green	PROPN	_	_	_	_	_	ss=n.group	3:X
+12	Buffet	buffet	PROPN	_	_	_	_	_	_	3
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Troy	troy	PROPN	_	_	_	_	_	ss=n.location	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	MO	mo	PROPN	_	_	_	_	_	ss=n.location	*
+17	-	-	PUNCT	_	_	_	_	_	_	*
+18	nothing	nothing	NOUN	_	_	_	_	_	_	*
+19	terrible	terrible	ADJ	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	that	that	ADV	_	_	_	_	_	_	*
+23	great	great	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.3
+# sent_counter = 2450
+# text = Now , I wo n't eat fast food Chinese unless it 's from this place .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	wo	wo	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+7	fast	fast	ADJ	_	_	_	_	_	ss=n.food	1:X
+8	food	food	NOUN	_	_	_	_	_	_	1
+9	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+10	unless	unless	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.4
+# sent_counter = 2451
+# text = The best value I 've found from a Chinese restaurant .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	value	value	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+10	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.5
+# sent_counter = 2452
+# text = I do n't live in Lake St. Louis anymore , but deliveries were always correct and the service courteous .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	live	live	VERB	_	_	_	_	_	ss=v.social	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Lake	lake	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	St.	st.	PROPN	_	_	_	_	_	_	1
+8	Louis	louis	PROPN	_	_	_	_	_	_	1
+9	anymore	anymore	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	deliveries	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	always	always	ADV	_	_	_	_	_	_	*
+15	correct	correct	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+19	courteous	courteous	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.164580.6
+# sent_counter = 2453
+# text = Now I have to be in the area to get some lovin' : sad face :
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.social	*
+11	some	some	DET	_	_	_	_	_	_	*
+12	lovin'	lovin	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	:	:	PUNCT	_	_	_	_	_	_	*
+14	sad	sad	ADJ	_	_	_	_	_	_	2:X
+15	face	face	NOUN	_	_	_	_	_	_	2
+16	:	:	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.166983.1
+# sent_counter = 2454
+# text = The pancakes are to die for .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pancakes	pancake	NOUN	_	_	_	_	_	ss=n.food	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	die	die	VERB	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.1
+# sent_counter = 2455
+# text = I have been a patient a NW hospital and it was great .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+6	a	a	ADP	_	_	_	_	_	_	*
+7	NW	nw	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	hospital	hospital	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	great	great	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.2
+# sent_counter = 2456
+# text = I have also had an 80 yr old that I take of sent to the ER and long stays in the hospital .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	80	80	NUM	_	_	_	_	_	_	*
+7	yr	yr	NOUN	_	_	_	_	_	ss=n.person	1:X
+8	old	old	NOUN	_	_	_	_	_	_	1
+9	that	that	DET	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+12	of	of	ADP	_	_	_	_	_	_	2
+13	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	ER	er	NOUN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	long	long	ADJ	_	_	_	_	_	_	*
+19	stays	stays	NOUN	_	_	_	_	_	ss=n.event	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	hospital	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.3
+# sent_counter = 2457
+# text = Yes , we had to wait , but ER is a triage system that takes the most life threatening cases first .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	ER	er	NOUN	_	_	_	_	_	ss=n.location	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	triage	triage	NOUN	_	_	_	_	_	ss=n.process	*
+13	system	system	NOUN	_	_	_	_	_	ss=n.process	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	takes	take	VERB	_	_	_	_	_	ss=v.social	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	most	most	ADV	_	_	_	_	_	_	*
+18	life	life	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+19	threatening	threaten	VERB	_	_	_	_	_	ss=v.cognition	*
+20	cases	case	NOUN	_	_	_	_	_	ss=n.event	*
+21	first	first	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.4
+# sent_counter = 2458
+# text = Any ER would be the same .
+1	Any	any	DET	_	_	_	_	_	_	*
+2	ER	er	NOUN	_	_	_	_	_	ss=n.location	*
+3	would	would	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	same	same	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.5
+# sent_counter = 2459
+# text = As far as being treated like a drug seeker , that has not been my experience .
+1	As	as	ADV	_	_	_	_	_	_	1:X
+2	far	far	ADV	_	_	_	_	_	_	1
+3	as	as	SCONJ	_	_	_	_	_	_	1
+4	being	be	AUX	_	_	_	_	_	_	*
+5	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+6	like	like	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	drug	drug	NOUN	_	_	_	_	_	ss=n.substance	*
+9	seeker	seeker	NOUN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	has	have	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.6
+# sent_counter = 2460
+# text = As a nurse I know about drug seekers .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	nurse	nurse	NOUN	_	_	_	_	_	ss=n.person	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	drug	drug	NOUN	_	_	_	_	_	ss=n.substance	*
+8	seekers	seeker	NOUN	_	_	_	_	_	ss=n.person	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169083.7
+# sent_counter = 2461
+# text = This is a great hospital and even better since it became part of the UW system .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	hospital	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	even	even	ADV	_	_	_	_	_	_	*
+8	better	better	ADJ	_	_	_	_	_	_	*
+9	since	since	SCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	became	become	VERB	_	_	_	_	_	ss=v.stative	*
+12	part	part	NOUN	_	_	_	_	_	ss=n.relation	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	UW	uw	PROPN	_	_	_	_	_	ss=n.location	*
+16	system	system	NOUN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.1
+# sent_counter = 2462
+# text = Wonderful Experience
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	Experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.2
+# sent_counter = 2463
+# text = I had immense pain on a Sunday morning , with friends and family telling me that I would never find a Dentist on a Sunday .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	immense	immense	ADJ	_	_	_	_	_	_	*
+4	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+8	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	with	with	SCONJ	_	_	_	_	_	_	*
+11	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+14	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	that	that	SCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	never	never	ADV	_	_	_	_	_	_	*
+20	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	Dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+23	on	on	ADP	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.3
+# sent_counter = 2464
+# text = Dr. Taylor was not only available on a Sunday , but also was able to immediately take care of me .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Taylor	taylor	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	available	available	ADJ	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	also	also	ADV	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	able	able	ADJ	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	immediately	immediately	ADV	_	_	_	_	_	_	*
+17	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+18	care	care	NOUN	_	_	_	_	_	_	2
+19	of	of	ADP	_	_	_	_	_	_	2
+20	me	me	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.4
+# sent_counter = 2465
+# text = He was incredibly informative about the options I had , giving me opinions on different treatments to choose from .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	incredibly	incredibly	ADV	_	_	_	_	_	_	*
+4	informative	informative	ADJ	_	_	_	_	_	_	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	giving	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+12	me	me	PRON	_	_	_	_	_	_	*
+13	opinions	opinion	NOUN	_	_	_	_	_	_	1
+14	on	on	ADP	_	_	_	_	_	_	*
+15	different	different	ADJ	_	_	_	_	_	_	*
+16	treatments	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+19	from	from	ADP	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.5
+# sent_counter = 2466
+# text = Coming from a person who hates the dentist in general , Dr. Taylor was the best !
+1	Coming	come	VERB	_	_	_	_	_	ss=v.communication	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	hates	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+9	in	in	ADP	_	_	_	_	_	_	1:X
+10	general	general	ADJ	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	2:X
+13	Taylor	taylor	PROPN	_	_	_	_	_	_	2
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	best	best	ADJ	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.6
+# sent_counter = 2467
+# text = He really made the visit a pain free one with excellent service !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+8	free	free	ADJ	_	_	_	_	_	_	*
+9	one	one	NOUN	_	_	_	_	_	_	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	excellent	excellent	ADJ	_	_	_	_	_	_	*
+12	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.180886.7
+# sent_counter = 2468
+# text = I would recommend him to everyone !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	everyone	everyone	NOUN	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.1
+# sent_counter = 2469
+# text = Superb Arrangements
+1	Superb	superb	ADJ	_	_	_	_	_	_	*
+2	Arrangements	arrangement	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.2
+# sent_counter = 2470
+# text = I used Fancy Flowers for my late husband 's funeral flowers as they had been recommended to me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	ss=v.social	*
+3	Fancy	fancy	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Flowers	flowers	PROPN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	late	late	ADJ	_	_	_	_	_	_	*
+8	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+9	's	's	PART	_	_	_	_	_	_	*
+10	funeral	funeral	NOUN	_	_	_	_	_	ss=n.event	*
+11	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+12	as	as	SCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	had	have	AUX	_	_	_	_	_	_	*
+15	been	be	AUX	_	_	_	_	_	_	*
+16	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.3
+# sent_counter = 2471
+# text = I am so glad that I called in to see Ana , she is a lovely girl who showed nothing but care and compassion towards me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	glad	glad	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	in	in	ADP	_	_	_	_	_	_	1
+9	to	to	PART	_	_	_	_	_	_	*
+10	see	see	VERB	_	_	_	_	_	ss=v.social	*
+11	Ana	ana	PROPN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	she	she	PRON	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	lovely	lovely	ADJ	_	_	_	_	_	_	*
+17	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+18	who	who	PRON	_	_	_	_	_	_	*
+19	showed	show	VERB	_	_	_	_	_	ss=v.social	*
+20	nothing	nothing	NOUN	_	_	_	_	_	_	2:X
+21	but	but	ADP	_	_	_	_	_	_	2
+22	care	care	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	compassion	compassion	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	towards	towards	ADP	_	_	_	_	_	_	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.4
+# sent_counter = 2472
+# text = The flowers were all that I hoped they would be , I have attended several funerals of late unfortunately and the flowers I recieved from Ana outshone them all .
+1	The	the	DET	_	_	_	_	_	_	*
+2	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	hoped	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	attended	attend	VERB	_	_	_	_	_	ss=v.social	*
+15	several	several	ADJ	_	_	_	_	_	_	*
+16	funerals	funeral	NOUN	_	_	_	_	_	ss=n.event	*
+17	of	of	ADP	_	_	_	_	_	_	1:X
+18	late	late	ADV	_	_	_	_	_	_	1
+19	unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	recieved	recieved	VERB	_	_	_	_	_	ss=v.possession	*
+25	from	from	ADP	_	_	_	_	_	_	*
+26	Ana	ana	PROPN	_	_	_	_	_	ss=n.person	*
+27	outshone	outshine	VERB	_	_	_	_	_	ss=v.cognition	*
+28	them	them	PRON	_	_	_	_	_	_	*
+29	all	all	DET	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.5
+# sent_counter = 2473
+# text = She is so talented , the flowers were arranged superbly and delicately , it is so obvious to see the difference between someone fully trained and skilled compared to others .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	talented	talented	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	were	be	AUX	_	_	_	_	_	_	*
+9	arranged	arrange	VERB	_	_	_	_	_	ss=v.stative	*
+10	superbly	superbly	ADV	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	delicately	delicately	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	obvious	obvious	ADJ	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	difference	difference	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	between	between	ADP	_	_	_	_	_	_	*
+23	someone	someone	NOUN	_	_	_	_	_	_	*
+24	fully	fully	ADV	_	_	_	_	_	_	*
+25	trained	trained	ADJ	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	skilled	skilled	ADJ	_	_	_	_	_	_	*
+28	compared	compare	VERB	_	_	_	_	_	ss=v.stative	1:X
+29	to	to	ADP	_	_	_	_	_	_	1
+30	others	others	NOUN	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186284.6
+# sent_counter = 2474
+# text = Thank you Ana I hope to see you in the future under better circumstances .
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Ana	ana	PROPN	_	_	_	_	_	ss=n.person	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.social	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+12	under	under	ADP	_	_	_	_	_	_	2:X
+13	better	better	ADJ	_	_	_	_	_	_	*
+14	circumstances	circumstances	NOUN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188382.1
+# sent_counter = 2475
+# text = This is a great place to shop .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	shop	shop	VERB	_	_	_	_	_	ss=v.social	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188382.2
+# sent_counter = 2476
+# text = I 've been a regular customer at this store since it opened , and love the fact that all of the employees are friendly locals .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	regular	regular	ADJ	_	_	_	_	_	_	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+10	since	since	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	opened	open	VERB	_	_	_	_	_	ss=v.social	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	fact	fact	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	that	that	SCONJ	_	_	_	_	_	_	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+23	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	friendly	friendly	ADJ	_	_	_	_	_	_	*
+25	locals	local	NOUN	_	_	_	_	_	ss=n.group	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188382.3
+# sent_counter = 2477
+# text = Particularly the lady who operates the front register , she 's very kind !
+1	Particularly	particularly	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	operates	operate	VERB	_	_	_	_	_	ss=v.social	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	front	front	ADJ	_	_	_	_	_	_	*
+8	register	register	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	kind	kind	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190389.1
+# sent_counter = 2478
+# text = very miss informed people !!
+1	very	very	ADV	_	_	_	_	_	_	*
+2	miss	miss	X	_	_	_	_	_	_	1:X
+3	informed	informed	ADJ	_	_	_	_	_	_	1
+4	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207783.1
+# sent_counter = 2479
+# text = Not a clothing store
+1	Not	not	PART	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207783.2
+# sent_counter = 2480
+# text = Be more careful when you write reviews - this is an accounting group , not Hollister the clothing store .
+1	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	more	more	ADV	_	_	_	_	_	_	*
+3	careful	careful	ADJ	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+7	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	accounting	accounting	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	Hollister	hollister	PROPN	_	_	_	_	_	ss=n.group	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.208180.1
+# sent_counter = 2481
+# text = Good quality Indian food in a pleasant environment
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	Indian	indian	ADJ	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+8	environment	environment	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.1
+# sent_counter = 2482
+# text = On time , Clean and very nice
+1	On	on	ADP	_	_	_	_	_	_	1:X
+2	time	time	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Clean	clean	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.2
+# sent_counter = 2483
+# text = I called over the weekend due to clogged kitchen sink .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	over	over	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+6	due	due	ADP	_	_	_	_	_	_	1:X
+7	to	to	ADP	_	_	_	_	_	_	1
+8	clogged	clog	VERB	_	_	_	_	_	ss=v.stative	*
+9	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.location	*
+10	sink	sink	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.3
+# sent_counter = 2484
+# text = Scheduled appointment for 8:30 Monday morning .
+1	Scheduled	schedule	VERB	_	_	_	_	_	ss=v.social	*
+2	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	8:30	8:30	NUM	_	_	_	_	_	_	*
+5	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+6	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.4
+# sent_counter = 2485
+# text = Rich was here before the scheduled time .
+1	Rich	rich	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	before	before	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	scheduled	schedule	VERB	_	_	_	_	_	ss=v.social	*
+7	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.5
+# sent_counter = 2486
+# text = He was very clean , very nice to work with and gave a very reasonable price .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	clean	clean	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	work	work	VERB	_	_	_	_	_	ss=v.social	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	gave	give	VERB	_	_	_	_	_	ss=v.communication	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+16	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.6
+# sent_counter = 2487
+# text = HIGHLY recommend .
+1	HIGHLY	highly	ADV	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.7
+# sent_counter = 2488
+# text = thanks Rich
+1	thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Rich	rich	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216281.8
+# sent_counter = 2489
+# text = Seth K .
+1	Seth	seth	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	K	k	PROPN	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217485.1
+# sent_counter = 2490
+# text = I 'll admit I was n't expecting much from this place , but they really did do a good job .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	admit	admit	VERB	_	_	_	_	_	ss=v.communication	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+8	much	much	ADJ	_	_	_	_	_	_	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	really	really	ADV	_	_	_	_	_	_	*
+16	did	do	AUX	_	_	_	_	_	_	*
+17	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+18	a	a	DET	_	_	_	_	_	_	*
+19	good	good	ADJ	_	_	_	_	_	_	*
+20	job	job	NOUN	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217485.2
+# sent_counter = 2491
+# text = The chicken cordon - blu was tasty and came in a huge portion size for the money .
+1	The	the	DET	_	_	_	_	_	_	*
+2	chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	cordon	cordon	NOUN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	blu	blu	NOUN	_	_	_	_	_	_	1
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	tasty	tasty	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	came	come	VERB	_	_	_	_	_	ss=v.stative	2:X
+10	in	in	ADP	_	_	_	_	_	_	2
+11	a	a	DET	_	_	_	_	_	_	*
+12	huge	huge	ADJ	_	_	_	_	_	_	*
+13	portion	portion	NOUN	_	_	_	_	_	ss=n.relation	*
+14	size	size	NOUN	_	_	_	_	_	ss=n.relation	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217485.3
+# sent_counter = 2492
+# text = Service was a touch slow , but friendly .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	1:X
+4	touch	touch	NOUN	_	_	_	_	_	_	1
+5	slow	slow	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	friendly	friendly	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.219984.1
+# sent_counter = 2493
+# text = never response the phone call
+1	never	never	ADV	_	_	_	_	_	_	*
+2	response	response	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	phone	phone	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	call	call	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.1
+# sent_counter = 2494
+# text = you 'll love it
+1	you	you	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	it	it	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.2
+# sent_counter = 2495
+# text = I have had my back fused in 2 places .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	back	back	NOUN	_	_	_	_	_	ss=n.body	*
+6	fused	fuse	VERB	_	_	_	_	_	ss=v.body	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	2	2	NUM	_	_	_	_	_	_	*
+9	places	place	NOUN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.3
+# sent_counter = 2496
+# text = I wish that I had n't done this .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wish	wish	VERB	_	_	_	_	_	ss=v.emotion	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	had	have	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.4
+# sent_counter = 2497
+# text = With these fusions , chiropractric is n't as successful , but it still is very helpful .
+1	With	with	ADP	_	_	_	_	_	_	*
+2	these	these	DET	_	_	_	_	_	_	*
+3	fusions	fusion	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	chiropractric	chiropractric	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	as	as	ADV	_	_	_	_	_	_	*
+9	successful	successful	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	helpful	helpful	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.5
+# sent_counter = 2498
+# text = Even after my fusions , my back continued to hurt , but now it does n't hurt any more .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	after	after	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	fusions	fusion	NOUN	_	_	_	_	_	ss=n.act	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	back	back	NOUN	_	_	_	_	_	ss=n.body	*
+8	continued	continue	VERB	_	_	_	_	_	ss=v.stative	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	hurt	hurt	VERB	_	_	_	_	_	ss=v.perception	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	now	now	ADV	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	does	do	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	hurt	hurt	VERB	_	_	_	_	_	ss=v.perception	*
+18	any	any	ADV	_	_	_	_	_	_	1:X
+19	more	more	ADV	_	_	_	_	_	_	1
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.6
+# sent_counter = 2499
+# text = I would encourage anyone who is thinking of back surgery , to talk about different treatment options first with Dr. de Barros .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	encourage	encourage	VERB	_	_	_	_	_	ss=v.communication	*
+4	anyone	anyone	NOUN	_	_	_	_	_	_	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	thinking	think	VERB	_	_	_	_	_	ss=v.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	back	back	NOUN	_	_	_	_	_	ss=n.body	*
+10	surgery	surgery	NOUN	_	_	_	_	_	ss=n.act	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	different	different	ADJ	_	_	_	_	_	_	*
+16	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	first	first	ADV	_	_	_	_	_	_	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+21	de	de	PROPN	_	_	_	_	_	_	1
+22	Barros	barros	PROPN	_	_	_	_	_	_	1
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.7
+# sent_counter = 2500
+# text = He really knows what he is talking about and will approach the different options fairly .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	approach	approach	VERB	_	_	_	_	_	ss=v.social	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	different	different	ADJ	_	_	_	_	_	_	*
+14	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	fairly	fairly	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229480.8
+# sent_counter = 2501
+# text = You can see different treatments that a surgeon ca n't see , so that you can have several treatment options before you decide what to do .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+4	different	different	ADJ	_	_	_	_	_	_	*
+5	treatments	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+9	ca	ca	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	so	so	ADP	_	_	_	_	_	_	1:X
+14	that	that	SCONJ	_	_	_	_	_	_	1
+15	you	you	PRON	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	*
+17	have	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+18	several	several	ADJ	_	_	_	_	_	_	*
+19	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	options	option	NOUN	_	_	_	_	_	_	2
+21	before	before	SCONJ	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	decide	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+24	what	what	PRON	_	_	_	_	_	_	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	do	do	VERB	_	_	_	_	_	ss=v.social	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.240287.1
+# sent_counter = 2502
+# text = Excellent Service and Reasonable Prices
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+5	Prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.240287.2
+# sent_counter = 2503
+# text = Boutique stores dealing in children 's clothing / gifts are often outrageously priced ( who wants to pay 40 dollars for a newborn onesie ? )
+1	Boutique	boutique	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	stores	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	dealing	deal	VERB	_	_	_	_	_	ss=v.possession	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	children	child	NOUN	_	_	_	_	_	ss=n.group	*
+6	's	's	PART	_	_	_	_	_	_	*
+7	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	/	/	PUNCT	_	_	_	_	_	_	*
+9	gifts	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	are	be	AUX	_	_	_	_	_	ss=v.stative	*
+11	often	often	ADV	_	_	_	_	_	_	*
+12	outrageously	outrageously	ADV	_	_	_	_	_	_	*
+13	priced	price	VERB	_	_	_	_	_	_	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	who	who	PRON	_	_	_	_	_	_	*
+16	wants	want	VERB	_	_	_	_	_	ss=v.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+19	40	40	NUM	_	_	_	_	_	_	*
+20	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	newborn	newborn	NOUN	_	_	_	_	_	ss=n.person	*
+24	onesie	onesie	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	?	?	PUNCT	_	_	_	_	_	_	*
+26	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.240287.3
+# sent_counter = 2504
+# text = but I was pleasantly surprised to find that the Purple Goose 's prices are reasonable ( for the SAME products found at other area boutiques , the prices were 20 - 25 % cheaper ) .
+1	but	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	pleasantly	pleasantly	ADV	_	_	_	_	_	_	*
+5	surprised	surprised	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Purple	purple	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Goose	goose	PROPN	_	_	_	_	_	_	1
+12	's	's	PART	_	_	_	_	_	_	*
+13	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+16	(	(	PUNCT	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	SAME	same	ADJ	_	_	_	_	_	_	*
+20	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	other	other	ADJ	_	_	_	_	_	_	*
+24	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+25	boutiques	boutique	NOUN	_	_	_	_	_	ss=n.group	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+29	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	20	20	NUM	_	_	_	_	_	_	*
+31	-	-	SYM	_	_	_	_	_	_	*
+32	25	25	NUM	_	_	_	_	_	_	*
+33	%	%	SYM	_	_	_	_	_	_	*
+34	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+35	)	)	PUNCT	_	_	_	_	_	_	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.240287.4
+# sent_counter = 2505
+# text = The service was also excellent - friendly , helpful and informative without being overbearing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	friendly	friendly	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	helpful	helpful	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	informative	informative	ADJ	_	_	_	_	_	_	*
+12	without	without	SCONJ	_	_	_	_	_	_	*
+13	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	overbearing	overbearing	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.240287.5
+# sent_counter = 2506
+# text = Will definitely return .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	definitely	definitely	ADV	_	_	_	_	_	_	*
+3	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249889.1
+# sent_counter = 2507
+# text = great garage and customer service .
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	garage	garage	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	service	service	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249889.2
+# sent_counter = 2508
+# text = great knowledge and prices compared to anyone in the industry .
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+5	compared	compare	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	industry	industry	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267982.1
+# sent_counter = 2509
+# text = I won a golf lesson certificate with Adz through a charity auction .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	won	win	VERB	_	_	_	_	_	ss=v.competition	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	golf	golf	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+6	certificate	certificate	NOUN	_	_	_	_	_	ss=n.possession	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	Adz	adz	PROPN	_	_	_	_	_	ss=n.group	*
+9	through	through	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	charity	charity	NOUN	_	_	_	_	_	ss=n.event	*
+12	auction	auction	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267982.2
+# sent_counter = 2510
+# text = The lesson was donated by the teacher Adz .
+1	The	the	DET	_	_	_	_	_	_	*
+2	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	donated	donate	VERB	_	_	_	_	_	ss=v.social	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+8	Adz	adz	PROPN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267982.3
+# sent_counter = 2511
+# text = So i booked the lesson and loved it .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	booked	book	VERB	_	_	_	_	_	ss=v.social	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.267982.4
+# sent_counter = 2512
+# text = Great teacher .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270889.1
+# sent_counter = 2513
+# text = Staten Island Computers
+1	Staten	staten	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Island	island	PROPN	_	_	_	_	_	_	1
+3	Computers	computers	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270889.2
+# sent_counter = 2514
+# text = Superior work - always comes through when we need him .
+1	Superior	superior	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	comes	come	VERB	_	_	_	_	_	ss=v.social	1:X
+6	through	through	ADP	_	_	_	_	_	_	1
+7	when	when	ADV	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+10	him	him	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.270889.3
+# sent_counter = 2515
+# text = We have tried many different computer people until now - we will stick with Qualitech Computers !!!
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	different	different	ADJ	_	_	_	_	_	_	*
+6	computer	computer	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	people	person	NOUN	_	_	_	_	_	_	1
+8	until	until	ADP	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	stick	stick	VERB	_	_	_	_	_	ss=v.social	2:X
+14	with	with	ADP	_	_	_	_	_	_	2
+15	Qualitech	qualitech	PROPN	_	_	_	_	_	ss=n.group	3:X
+16	Computers	computers	PROPN	_	_	_	_	_	_	3
+17	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.1
+# sent_counter = 2516
+# text = The landlord is not nice nor helpful
+1	The	the	DET	_	_	_	_	_	_	*
+2	landlord	landlord	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	nice	nice	ADJ	_	_	_	_	_	_	*
+6	nor	nor	CCONJ	_	_	_	_	_	_	*
+7	helpful	helpful	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.2
+# sent_counter = 2517
+# text = I have lived in Buckingham Condominiums townhouse for 2 years .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Buckingham	buckingham	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Condominiums	condominiums	PROPN	_	_	_	_	_	_	1
+7	townhouse	townhouse	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	2	2	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.3
+# sent_counter = 2518
+# text = I love the location and the apartment !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	apartment	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.4
+# sent_counter = 2519
+# text = I 'm a single female and I feel safe coming home at night .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	single	single	ADJ	_	_	_	_	_	_	*
+5	female	female	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+9	safe	safe	ADJ	_	_	_	_	_	_	*
+10	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	at	at	ADP	_	_	_	_	_	_	1:X
+13	night	night	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.5
+# sent_counter = 2520
+# text = The maintenance people are AWESOME !!!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	maintenance	maintenance	NOUN	_	_	_	_	_	ss=n.act	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	AWESOME	awesome	ADJ	_	_	_	_	_	_	*
+6	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.6
+# sent_counter = 2521
+# text = And the exterminator is very nice , also .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	exterminator	exterminator	NOUN	_	_	_	_	_	ss=n.person	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	nice	nice	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	also	also	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.7
+# sent_counter = 2522
+# text = Yes , you still have a few bugs , but that 's going to be anywhere you go !
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	still	still	ADV	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	few	few	ADJ	_	_	_	_	_	_	*
+8	bugs	bug	NOUN	_	_	_	_	_	ss=n.animal	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	_	1:X
+14	to	to	PART	_	_	_	_	_	_	1
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.8
+# sent_counter = 2523
+# text = The only problem that I have experienced is the landlord .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	experienced	experience	VERB	_	_	_	_	_	ss=v.stative	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	landlord	landlord	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.9
+# sent_counter = 2524
+# text = She is a pure b**** !!!
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	pure	pure	ADJ	_	_	_	_	_	_	*
+5	b****	b****	NOUN	_	_	_	_	_	ss=n.person	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.10
+# sent_counter = 2525
+# text = I know that 's ugly ... but she wo n't help you out for anything ... sad story .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+5	ugly	ugly	ADJ	_	_	_	_	_	_	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	wo	wo	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	help	help	VERB	_	_	_	_	_	ss=v.social	1:X
+12	you	you	PRON	_	_	_	_	_	_	*
+13	out	out	ADP	_	_	_	_	_	_	1
+14	for	for	ADP	_	_	_	_	_	_	*
+15	anything	anything	NOUN	_	_	_	_	_	_	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	sad	sad	ADJ	_	_	_	_	_	_	*
+18	story	story	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.276689.11
+# sent_counter = 2526
+# text = Other than that , I would recommend living here . :)
+1	Other	other	ADJ	_	_	_	_	_	_	1:X
+2	than	than	ADP	_	_	_	_	_	_	1
+3	that	that	DET	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	living	live	VERB	_	_	_	_	_	ss=v.social	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+11	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291088.1
+# sent_counter = 2527
+# text = I am a new patient .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291088.2
+# sent_counter = 2528
+# text = I have visited Dr. Cooper 's office twice and I am very impressed with how friendly and polite the staff is .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	visited	visit	VERB	_	_	_	_	_	ss=v.social	*
+4	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Cooper	cooper	PROPN	_	_	_	_	_	_	1
+6	's	's	PART	_	_	_	_	_	_	*
+7	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+8	twice	twice	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	impressed	impressed	ADJ	_	_	_	_	_	_	*
+14	with	with	SCONJ	_	_	_	_	_	_	*
+15	how	how	ADV	_	_	_	_	_	_	*
+16	friendly	friendly	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	polite	polite	ADJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291088.3
+# sent_counter = 2529
+# text = I found the office to be very clean and professional - looking .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	office	office	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	clean	clean	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	professional	professional	ADJ	_	_	_	_	_	_	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.1
+# sent_counter = 2530
+# text = DINING AT TEXAS ROADHOUSE
+1	DINING	dine	VERB	_	_	_	_	_	ss=v.consumption	*
+2	AT	at	ADP	_	_	_	_	_	_	*
+3	TEXAS	texas	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	ROADHOUSE	roadhouse	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.2
+# sent_counter = 2531
+# text = TEXAS ROADHOUSE HAS VERY GOOD MEALS , THAT THE MEAT COMES RIGHT OFF THE BONES .
+1	TEXAS	texas	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	ROADHOUSE	roadhouse	PROPN	_	_	_	_	_	_	1
+3	HAS	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	VERY	very	ADV	_	_	_	_	_	_	*
+5	GOOD	good	ADJ	_	_	_	_	_	_	*
+6	MEALS	meal	NOUN	_	_	_	_	_	ss=n.event	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	THAT	that	SCONJ	_	_	_	_	_	_	*
+9	THE	the	DET	_	_	_	_	_	_	*
+10	MEAT	meat	NOUN	_	_	_	_	_	ss=n.food	*
+11	COMES	come	VERB	_	_	_	_	_	ss=v.stative	*
+12	RIGHT	right	ADV	_	_	_	_	_	_	*
+13	OFF	off	ADP	_	_	_	_	_	_	*
+14	THE	the	DET	_	_	_	_	_	_	*
+15	BONES	bones	NOUN	_	_	_	_	_	ss=n.natural_object	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.3
+# sent_counter = 2532
+# text = IT HAS VERY GOOD PRICES .
+1	IT	it	PRON	_	_	_	_	_	_	*
+2	HAS	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	VERY	very	ADV	_	_	_	_	_	_	*
+4	GOOD	good	ADJ	_	_	_	_	_	_	*
+5	PRICES	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.4
+# sent_counter = 2533
+# text = ON A BAD NOTE THE WAITING AREA IS NOT ENJOYABLE OR ENOUGH SEATS .
+1	ON	on	ADP	_	_	_	_	_	_	1:X
+2	A	a	DET	_	_	_	_	_	_	1
+3	BAD	bad	ADJ	_	_	_	_	_	_	*
+4	NOTE	note	NOUN	_	_	_	_	_	_	1
+5	THE	the	DET	_	_	_	_	_	_	*
+6	WAITING	waiting	NOUN	_	_	_	_	_	ss=n.location	2:X
+7	AREA	area	NOUN	_	_	_	_	_	_	2
+8	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	NOT	not	PART	_	_	_	_	_	_	*
+10	ENJOYABLE	enjoyable	ADJ	_	_	_	_	_	_	*
+11	OR	or	CCONJ	_	_	_	_	_	_	*
+12	ENOUGH	enough	ADJ	_	_	_	_	_	_	*
+13	SEATS	seats	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.5
+# sent_counter = 2534
+# text = ALSO , THERE SHOULD NOT BE PEANUTS ALL OVER THE FLOOR .
+1	ALSO	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	THERE	there	PRON	_	_	_	_	_	_	*
+4	SHOULD	should	AUX	_	_	_	_	_	_	*
+5	NOT	not	PART	_	_	_	_	_	_	*
+6	BE	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	PEANUTS	peanuts	NOUN	_	_	_	_	_	ss=n.food	*
+8	ALL	all	ADV	_	_	_	_	_	_	1:X
+9	OVER	over	ADP	_	_	_	_	_	_	1
+10	THE	the	DET	_	_	_	_	_	_	*
+11	FLOOR	floor	NOUN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.6
+# sent_counter = 2535
+# text = NEXT , THERE SHOULD ONLY BE ONE PERSON BRINGING YOU YOUR FOOD .
+1	NEXT	next	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	THERE	there	PRON	_	_	_	_	_	_	*
+4	SHOULD	should	AUX	_	_	_	_	_	_	*
+5	ONLY	only	ADV	_	_	_	_	_	_	*
+6	BE	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	ONE	one	NUM	_	_	_	_	_	_	*
+8	PERSON	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	BRINGING	bring	VERB	_	_	_	_	_	ss=v.motion	*
+10	YOU	you	PRON	_	_	_	_	_	_	*
+11	YOUR	your	PRON	_	_	_	_	_	_	*
+12	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.7
+# sent_counter = 2536
+# text = IT S NOT A BIG DEAL BUT I HAD TO TAKE MY SALAD HOME BECAUSE THEY FORGOT TO BRING IT .
+1	IT	it	PRON	_	_	_	_	_	_	*
+2	S	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	NOT	not	PART	_	_	_	_	_	_	*
+4	A	a	DET	_	_	_	_	_	_	*
+5	BIG	big	ADJ	_	_	_	_	_	_	*
+6	DEAL	deal	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	BUT	but	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	HAD	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	TO	to	PART	_	_	_	_	_	_	1
+11	TAKE	take	VERB	_	_	_	_	_	ss=v.motion	*
+12	MY	my	PRON	_	_	_	_	_	_	*
+13	SALAD	salad	NOUN	_	_	_	_	_	ss=n.food	*
+14	HOME	home	ADV	_	_	_	_	_	_	*
+15	BECAUSE	because	SCONJ	_	_	_	_	_	_	*
+16	THEY	they	PRON	_	_	_	_	_	_	*
+17	FORGOT	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+18	TO	to	PART	_	_	_	_	_	_	*
+19	BRING	bring	VERB	_	_	_	_	_	ss=v.motion	*
+20	IT	it	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.8
+# sent_counter = 2537
+# text = I HAD TO ASK THE GIRL WHO BROUGHT MY FOOD AND SHE NEVER CAME BACK TO LET ME KNOW .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	HAD	have	VERB	_	_	_	_	_	_	1:X
+3	TO	to	PART	_	_	_	_	_	_	1
+4	ASK	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	THE	the	DET	_	_	_	_	_	_	*
+6	GIRL	girl	NOUN	_	_	_	_	_	ss=n.person	*
+7	WHO	who	PRON	_	_	_	_	_	_	*
+8	BROUGHT	bring	VERB	_	_	_	_	_	ss=v.motion	*
+9	MY	my	PRON	_	_	_	_	_	_	*
+10	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	AND	and	CCONJ	_	_	_	_	_	_	*
+12	SHE	she	PRON	_	_	_	_	_	_	*
+13	NEVER	never	ADV	_	_	_	_	_	_	*
+14	CAME	come	VERB	_	_	_	_	_	ss=v.motion	*
+15	BACK	back	ADV	_	_	_	_	_	_	*
+16	TO	to	PART	_	_	_	_	_	_	*
+17	LET	let	VERB	_	_	_	_	_	ss=v.communication	2:X
+18	ME	me	PRON	_	_	_	_	_	_	*
+19	KNOW	know	VERB	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.9
+# sent_counter = 2538
+# text = I HAD TO WAIT FOR MY WAITRESS .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	HAD	have	VERB	_	_	_	_	_	_	1:X
+3	TO	to	PART	_	_	_	_	_	_	1
+4	WAIT	wait	VERB	_	_	_	_	_	ss=v.cognition	2:X
+5	FOR	for	ADP	_	_	_	_	_	_	2
+6	MY	my	PRON	_	_	_	_	_	_	*
+7	WAITRESS	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.10
+# sent_counter = 2539
+# text = WHEN YOU FIRST COME IN THE HOSTESS IS NOT VERY FRIENDLY , THERE IS JUST A BUNCH OF WORKERS STANDING THERE .
+1	WHEN	when	ADV	_	_	_	_	_	_	*
+2	YOU	you	PRON	_	_	_	_	_	_	*
+3	FIRST	first	ADV	_	_	_	_	_	_	*
+4	COME	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	IN	in	ADV	_	_	_	_	_	_	1
+6	THE	the	DET	_	_	_	_	_	_	*
+7	HOSTESS	hostess	NOUN	_	_	_	_	_	ss=n.person	*
+8	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	NOT	not	PART	_	_	_	_	_	_	*
+10	VERY	very	ADV	_	_	_	_	_	_	*
+11	FRIENDLY	friendly	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	THERE	there	PRON	_	_	_	_	_	_	*
+14	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	JUST	just	ADV	_	_	_	_	_	_	*
+16	A	a	DET	_	_	_	_	_	_	2:X
+17	BUNCH	bunch	NOUN	_	_	_	_	_	_	2
+18	OF	of	ADP	_	_	_	_	_	_	*
+19	WORKERS	worker	NOUN	_	_	_	_	_	ss=n.person	*
+20	STANDING	stand	VERB	_	_	_	_	_	ss=v.stative	*
+21	THERE	there	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.11
+# sent_counter = 2540
+# text = I WAS THERE ON MARCH 6TH , 2009 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	THERE	there	ADV	_	_	_	_	_	_	*
+4	ON	on	ADP	_	_	_	_	_	_	*
+5	MARCH	march	PROPN	_	_	_	_	_	ss=n.time	*
+6	6TH	6th	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	2009	2009	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.12
+# sent_counter = 2541
+# text = I WAS ALSO THERE OF JULY 4TH 2008 , WHEN MY DAUGHTER S BUFFALO WINGS CAME OUT WITH A FLY ON IT .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	ALSO	also	ADV	_	_	_	_	_	_	*
+4	THERE	there	ADV	_	_	_	_	_	_	*
+5	OF	of	ADP	_	_	_	_	_	_	*
+6	JULY	july	PROPN	_	_	_	_	_	ss=n.time	*
+7	4TH	4th	NOUN	_	_	_	_	_	ss=n.time	*
+8	2008	2008	NUM	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	WHEN	when	ADV	_	_	_	_	_	_	*
+11	MY	my	PRON	_	_	_	_	_	_	*
+12	DAUGHTER	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+13	S	s	PART	_	_	_	_	_	_	*
+14	BUFFALO	buffalo	PROPN	_	_	_	_	_	ss=n.food	1:X
+15	WINGS	wings	NOUN	_	_	_	_	_	_	1
+16	CAME	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+17	OUT	out	ADV	_	_	_	_	_	_	2
+18	WITH	with	SCONJ	_	_	_	_	_	_	*
+19	A	a	DET	_	_	_	_	_	_	*
+20	FLY	fly	NOUN	_	_	_	_	_	ss=n.animal	*
+21	ON	on	ADP	_	_	_	_	_	_	*
+22	IT	it	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.13
+# sent_counter = 2542
+# text = THE MANAGER CAME OVER AND SAID HE WAS SORRY AND GAVE A NEW BATCH OF WINGS , HE SAID WE CA NT REALLY DO ANYTHING BECAUSE THE DOORS ARE ALWAYS OPENING AND CLOSING .
+1	THE	the	DET	_	_	_	_	_	_	*
+2	MANAGER	manager	NOUN	_	_	_	_	_	ss=n.person	*
+3	CAME	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	OVER	over	ADV	_	_	_	_	_	_	1
+5	AND	and	CCONJ	_	_	_	_	_	_	*
+6	SAID	say	VERB	_	_	_	_	_	ss=v.communication	2:X
+7	HE	he	PRON	_	_	_	_	_	_	*
+8	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	SORRY	sorry	ADJ	_	_	_	_	_	_	2
+10	AND	and	CCONJ	_	_	_	_	_	_	*
+11	GAVE	give	VERB	_	_	_	_	_	ss=v.possession	*
+12	A	a	DET	_	_	_	_	_	_	*
+13	NEW	new	ADJ	_	_	_	_	_	_	*
+14	BATCH	batch	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	OF	of	ADP	_	_	_	_	_	_	*
+16	WINGS	wings	NOUN	_	_	_	_	_	ss=n.food	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	HE	he	PRON	_	_	_	_	_	_	*
+19	SAID	say	VERB	_	_	_	_	_	ss=v.communication	*
+20	WE	we	PRON	_	_	_	_	_	_	*
+21	CA	ca	AUX	_	_	_	_	_	_	*
+22	NT	nt	ADV	_	_	_	_	_	_	*
+23	REALLY	really	ADV	_	_	_	_	_	_	*
+24	DO	do	VERB	_	_	_	_	_	ss=v.social	*
+25	ANYTHING	anything	NOUN	_	_	_	_	_	_	*
+26	BECAUSE	because	SCONJ	_	_	_	_	_	_	*
+27	THE	the	DET	_	_	_	_	_	_	*
+28	DOORS	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	ARE	be	AUX	_	_	_	_	_	_	*
+30	ALWAYS	always	ADV	_	_	_	_	_	_	*
+31	OPENING	open	VERB	_	_	_	_	_	ss=v.change	*
+32	AND	and	CCONJ	_	_	_	_	_	_	*
+33	CLOSING	close	VERB	_	_	_	_	_	ss=v.change	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.14
+# sent_counter = 2543
+# text = IN MY OPINION SHOULD OF JUST TOOK OFF THE PRICE OF THE WINGS FROM THE BILL .
+1	IN	in	ADP	_	_	_	_	_	_	1:X
+2	MY	my	PRON	_	_	_	_	_	_	*
+3	OPINION	opinion	NOUN	_	_	_	_	_	_	1
+4	SHOULD	should	AUX	_	_	_	_	_	_	*
+5	OF	of	AUX	_	_	_	_	_	ss=v.stative	*
+6	JUST	just	ADV	_	_	_	_	_	_	*
+7	TOOK	take	VERB	_	_	_	_	_	ss=v.possession	2:X
+8	OFF	off	ADP	_	_	_	_	_	_	2
+9	THE	the	DET	_	_	_	_	_	_	*
+10	PRICE	price	NOUN	_	_	_	_	_	ss=n.possession	*
+11	OF	of	ADP	_	_	_	_	_	_	*
+12	THE	the	DET	_	_	_	_	_	_	*
+13	WINGS	wings	NOUN	_	_	_	_	_	ss=n.food	*
+14	FROM	from	ADP	_	_	_	_	_	_	*
+15	THE	the	DET	_	_	_	_	_	_	*
+16	BILL	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294081.15
+# sent_counter = 2544
+# text = BUT EVERYONE HAS THERE OWN WAY !!!!!!
+1	BUT	but	CCONJ	_	_	_	_	_	_	*
+2	EVERYONE	everyone	NOUN	_	_	_	_	_	_	*
+3	HAS	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	THERE	there	PRON	_	_	_	_	_	_	*
+5	OWN	own	ADJ	_	_	_	_	_	_	*
+6	WAY	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.1
+# sent_counter = 2545
+# text = Just Autos Thank you !
+1	Just	just	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Autos	autos	PROPN	_	_	_	_	_	_	1
+3	Thank	thank	VERB	_	_	_	_	_	_	2:X
+4	you	you	PRON	_	_	_	_	_	_	2
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.2
+# sent_counter = 2546
+# text = Was fast and easy , Just had our car returned this morning , I would recommend these Mobile Mechanics for sure .
+1	Was	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	fast	fast	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	easy	easy	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Just	just	ADV	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	returned	return	VERB	_	_	_	_	_	ss=v.possession	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	would	would	AUX	_	_	_	_	_	_	*
+16	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+17	these	these	DET	_	_	_	_	_	_	*
+18	Mobile	mobile	ADJ	_	_	_	_	_	ss=n.group	1:X
+19	Mechanics	mechanics	NOUN	_	_	_	_	_	_	1
+20	for	for	ADP	_	_	_	_	_	_	2:X
+21	sure	sure	ADJ	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.3
+# sent_counter = 2547
+# text = They certainly know what they are doing .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	certainly	certainly	ADV	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.4
+# sent_counter = 2548
+# text = The mechanic came to our place and sorted out our car s problems , he explained the problem and was very up front and honest , it was towed to the workshop as the gearbox was not working ( he explained it better ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+3	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	sorted	sort	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	out	out	ADP	_	_	_	_	_	_	1
+10	our	our	PRON	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	s	s	PART	_	_	_	_	_	_	*
+13	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	he	he	PRON	_	_	_	_	_	_	*
+16	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	up	up	ADJ	_	_	_	_	_	_	2:X
+23	front	front	ADJ	_	_	_	_	_	_	2
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	honest	honest	ADJ	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	was	be	AUX	_	_	_	_	_	_	*
+29	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+30	to	to	ADP	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	workshop	workshop	NOUN	_	_	_	_	_	ss=n.group	*
+33	as	as	SCONJ	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	gearbox	gearbox	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	was	be	AUX	_	_	_	_	_	_	*
+37	not	not	PART	_	_	_	_	_	_	*
+38	working	work	VERB	_	_	_	_	_	ss=v.stative	*
+39	(	(	PUNCT	_	_	_	_	_	_	*
+40	he	he	PRON	_	_	_	_	_	_	*
+41	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+42	it	it	PRON	_	_	_	_	_	_	*
+43	better	better	ADV	_	_	_	_	_	_	*
+44	)	)	PUNCT	_	_	_	_	_	_	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.5
+# sent_counter = 2549
+# text = They phoned the same day , confirmed it was the gearbox quoted me the job , I gave the go ahead .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	phoned	phone	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	same	same	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	confirmed	confirm	VERB	_	_	_	_	_	ss=v.communication	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	gearbox	gearbox	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	quoted	quote	VERB	_	_	_	_	_	ss=v.communication	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	gave	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+19	the	the	DET	_	_	_	_	_	_	1
+20	go	go	NOUN	_	_	_	_	_	_	1
+21	ahead	ahead	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.6
+# sent_counter = 2550
+# text = Now my car s gears and brakes have never run so well ... ever it s like driving a new car .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	s	s	PART	_	_	_	_	_	_	*
+5	gears	gear	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	brakes	brakes	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	never	never	ADV	_	_	_	_	_	_	*
+10	run	run	VERB	_	_	_	_	_	ss=v.stative	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	well	well	ADV	_	_	_	_	_	_	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	ever	ever	ADV	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+17	like	like	SCONJ	_	_	_	_	_	_	*
+18	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	new	new	ADJ	_	_	_	_	_	_	*
+21	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295288.7
+# sent_counter = 2551
+# text = So yes , I would n't hesitate in recommending the team at Just Autos for easy professional car repairs , Thank you Just Autos for your help .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	yes	yes	INTJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+8	in	in	SCONJ	_	_	_	_	_	_	*
+9	recommending	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	Just	just	PROPN	_	_	_	_	_	ss=n.group	1:X
+14	Autos	autos	PROPN	_	_	_	_	_	_	1
+15	for	for	ADP	_	_	_	_	_	_	*
+16	easy	easy	ADJ	_	_	_	_	_	_	*
+17	professional	professional	ADJ	_	_	_	_	_	_	*
+18	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	repairs	repair	NOUN	_	_	_	_	_	ss=n.act	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	Thank	thank	VERB	_	_	_	_	_	_	2:X
+22	you	you	PRON	_	_	_	_	_	_	2
+23	Just	just	PROPN	_	_	_	_	_	ss=n.group	3:X
+24	Autos	autos	PROPN	_	_	_	_	_	_	3
+25	for	for	ADP	_	_	_	_	_	_	*
+26	your	your	PRON	_	_	_	_	_	_	*
+27	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.1
+# sent_counter = 2552
+# text = Apps 4 Salad 3 Entree 3.5 Wine 5 ( NOV 07 )
+1	Apps	apps	NOUN	_	_	_	_	_	ss=n.food	*
+2	4	4	NUM	_	_	_	_	_	_	*
+3	Salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+4	3	3	NUM	_	_	_	_	_	_	*
+5	Entree	entree	NOUN	_	_	_	_	_	ss=n.food	*
+6	3.5	3.5	NUM	_	_	_	_	_	_	*
+7	Wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+8	5	5	NUM	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	NOV	nov	PROPN	_	_	_	_	_	ss=n.time	*
+11	07	07	NUM	_	_	_	_	_	_	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.2
+# sent_counter = 2553
+# text = Enjoyed this cozy little spot with a group of 8 folks .
+1	Enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	cozy	cozy	ADJ	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	8	8	NUM	_	_	_	_	_	_	*
+11	folks	folks	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.3
+# sent_counter = 2554
+# text = Service was excellent .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.4
+# sent_counter = 2555
+# text = Food was excellent .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.5
+# sent_counter = 2556
+# text = Wine was excellent .
+1	Wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.6
+# sent_counter = 2557
+# text = I was feeling the need for some fish so I had the salmon which was very good but the steaks looked amazing and if I am in town again , I 'll definitely order a steak .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	feeling	feel	VERB	_	_	_	_	_	ss=v.emotion	1:X
+4	the	the	DET	_	_	_	_	_	_	*
+5	need	need	NOUN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	1
+7	some	some	DET	_	_	_	_	_	_	*
+8	fish	fish	NOUN	_	_	_	_	_	ss=n.food	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	salmon	salmon	NOUN	_	_	_	_	_	ss=n.food	*
+14	which	which	DET	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	good	good	ADJ	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	steaks	steak	NOUN	_	_	_	_	_	ss=n.food	*
+21	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+22	amazing	amazing	ADJ	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	if	if	SCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	in	in	ADP	_	_	_	_	_	_	2:X
+28	town	town	NOUN	_	_	_	_	_	_	2
+29	again	again	ADV	_	_	_	_	_	_	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	'll	'll	AUX	_	_	_	_	_	_	*
+33	definitely	definitely	ADV	_	_	_	_	_	_	*
+34	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+35	a	a	DET	_	_	_	_	_	_	*
+36	steak	steak	NOUN	_	_	_	_	_	ss=n.food	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.7
+# sent_counter = 2558
+# text = A perfect place for a romantic dinner .
+1	A	a	DET	_	_	_	_	_	_	*
+2	perfect	perfect	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	romantic	romantic	ADJ	_	_	_	_	_	_	*
+7	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305187.8
+# sent_counter = 2559
+# text = Lots of " pretty people " dining inside .
+1	Lots	lots	NOUN	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	pretty	pretty	ADJ	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	dining	dine	VERB	_	_	_	_	_	ss=v.social	*
+8	inside	inside	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305681.1
+# sent_counter = 2560
+# text = This is a great facility .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	facility	facility	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305681.2
+# sent_counter = 2561
+# text = Great instructors !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	instructors	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.305681.3
+# sent_counter = 2562
+# text = Most of all , my daughter loves it !
+1	Most	most	ADV	_	_	_	_	_	_	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	all	all	DET	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+7	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308088.1
+# sent_counter = 2563
+# text = Internet Department is rude and insulting
+1	Internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+2	Department	department	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	rude	rude	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	insulting	insulting	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308088.2
+# sent_counter = 2564
+# text = I was looking to bring a customer to their lot to buy a car but the Internet salesperson Last name is Balazick sent me this email " AND IF IT WAS WORTH MY TIME I WOULD OF BOTHERED ASWERING YOUR QUESTIONS .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	lot	lot	NOUN	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+18	salesperson	salesperson	NOUN	_	_	_	_	_	ss=n.person	*
+19	Last	last	ADJ	_	_	_	_	_	ss=n.communication	1:X
+20	name	name	NOUN	_	_	_	_	_	_	1
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	Balazick	balazick	PROPN	_	_	_	_	_	ss=n.communication	*
+23	sent	send	VERB	_	_	_	_	_	ss=v.communication	*
+24	me	me	PRON	_	_	_	_	_	_	*
+25	this	this	DET	_	_	_	_	_	_	*
+26	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+27	"	"	PUNCT	_	_	_	_	_	_	*
+28	AND	and	CCONJ	_	_	_	_	_	_	*
+29	IF	if	SCONJ	_	_	_	_	_	_	*
+30	IT	it	PRON	_	_	_	_	_	_	*
+31	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	WORTH	worth	ADJ	_	_	_	_	_	_	2:X
+33	MY	my	PRON	_	_	_	_	_	_	*
+34	TIME	time	NOUN	_	_	_	_	_	_	2
+35	I	i	PRON	_	_	_	_	_	_	*
+36	WOULD	would	AUX	_	_	_	_	_	_	*
+37	OF	of	AUX	_	_	_	_	_	_	*
+38	BOTHERED	bother	VERB	_	_	_	_	_	ss=v.social	*
+39	ASWERING	aswering	VERB	_	_	_	_	_	ss=v.communication	*
+40	YOUR	your	PRON	_	_	_	_	_	_	*
+41	QUESTIONS	question	NOUN	_	_	_	_	_	ss=n.communication	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308088.3
+# sent_counter = 2565
+# text = I MAKE MONEY NOT DEAL WITH BROKERS " Wow , can you believe in today s tough times this dealership would be looking for any way to move vehicles .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	MAKE	make	VERB	_	_	_	_	_	ss=v.social	1:X
+3	MONEY	money	NOUN	_	_	_	_	_	_	1
+4	NOT	not	CCONJ	_	_	_	_	_	_	*
+5	DEAL	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+6	WITH	with	ADP	_	_	_	_	_	_	*
+7	BROKERS	broker	NOUN	_	_	_	_	_	ss=n.person	*
+8	"	"	PUNCT	_	_	_	_	_	_	*
+9	Wow	wow	INTJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	believe	believe	VERB	_	_	_	_	_	ss=v.emotion	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+16	s	s	PART	_	_	_	_	_	_	*
+17	tough	tough	ADJ	_	_	_	_	_	_	*
+18	times	times	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	be	be	AUX	_	_	_	_	_	_	*
+23	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	any	any	DET	_	_	_	_	_	_	*
+26	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	move	move	VERB	_	_	_	_	_	ss=v.motion	*
+29	vehicles	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308088.4
+# sent_counter = 2566
+# text = As a previous Internet Manager I would deal with anyone looking to buy a car for a profit and not care if they came in with a broker .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	previous	previous	ADJ	_	_	_	_	_	_	*
+4	Internet	internet	NOUN	_	_	_	_	_	ss=n.communication	*
+5	Manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	deal	deal	VERB	_	_	_	_	_	ss=v.cognition	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	anyone	anyone	NOUN	_	_	_	_	_	_	*
+11	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	profit	profit	NOUN	_	_	_	_	_	ss=n.possession	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+22	if	if	SCONJ	_	_	_	_	_	_	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+25	in	in	ADV	_	_	_	_	_	_	1
+26	with	with	ADP	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	broker	broker	NOUN	_	_	_	_	_	ss=n.person	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308088.5
+# sent_counter = 2567
+# text = Stay away from this dealership !!!
+1	Stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	away	away	ADV	_	_	_	_	_	_	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+6	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308387.1
+# sent_counter = 2568
+# text = I called them for an estimate and they INSULTED ME WHEN I ASK THEM QUESTIONS .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	estimate	estimate	NOUN	_	_	_	_	_	ss=n.possession	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	INSULTED	insult	VERB	_	_	_	_	_	ss=v.communication	*
+10	ME	me	PRON	_	_	_	_	_	_	*
+11	WHEN	when	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	ASK	ask	VERB	_	_	_	_	_	ss=v.communication	*
+14	THEM	them	PRON	_	_	_	_	_	_	*
+15	QUESTIONS	question	NOUN	_	_	_	_	_	ss=n.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308387.2
+# sent_counter = 2569
+# text = THEY ARE VERY RUDE AND NASTY .
+1	THEY	they	PRON	_	_	_	_	_	_	*
+2	ARE	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	VERY	very	ADV	_	_	_	_	_	_	*
+4	RUDE	rude	ADJ	_	_	_	_	_	_	*
+5	AND	and	CCONJ	_	_	_	_	_	_	*
+6	NASTY	nasty	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308387.3
+# sent_counter = 2570
+# text = PLEASE DO N'T USE THIS MOVING COMPANY IF YOU DO N'T WANT TO : CRY , HAVE TROUBLE AND A BAD EXPERIENCE ON THE DAY OF YOUR MOVE .
+1	PLEASE	please	INTJ	_	_	_	_	_	_	*
+2	DO	do	AUX	_	_	_	_	_	_	*
+3	N'T	n't	PART	_	_	_	_	_	_	*
+4	USE	use	VERB	_	_	_	_	_	ss=v.possession	*
+5	THIS	this	DET	_	_	_	_	_	_	*
+6	MOVING	moving	NOUN	_	_	_	_	_	ss=n.act	*
+7	COMPANY	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	IF	if	SCONJ	_	_	_	_	_	_	*
+9	YOU	you	PRON	_	_	_	_	_	_	*
+10	DO	do	AUX	_	_	_	_	_	_	*
+11	N'T	n't	PART	_	_	_	_	_	_	*
+12	WANT	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	TO	to	PART	_	_	_	_	_	_	*
+14	:	:	PUNCT	_	_	_	_	_	_	*
+15	CRY	cry	VERB	_	_	_	_	_	ss=v.body	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	HAVE	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	TROUBLE	trouble	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	AND	and	CCONJ	_	_	_	_	_	_	*
+20	A	a	DET	_	_	_	_	_	_	*
+21	BAD	bad	ADJ	_	_	_	_	_	_	*
+22	EXPERIENCE	experience	NOUN	_	_	_	_	_	ss=n.event	*
+23	ON	on	ADP	_	_	_	_	_	_	*
+24	THE	the	DET	_	_	_	_	_	_	*
+25	DAY	day	NOUN	_	_	_	_	_	ss=n.time	*
+26	OF	of	ADP	_	_	_	_	_	_	*
+27	YOUR	your	PRON	_	_	_	_	_	_	*
+28	MOVE	move	NOUN	_	_	_	_	_	ss=n.event	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.308387.4
+# sent_counter = 2571
+# text = THEY WILL GIVE YOU A LOW PRICE OVER THE PHONE AND ON THE DAY OF YOUR MOVE THEY WILL CHANGE THE PRICE , I GUARANTEE IT .
+1	THEY	they	PRON	_	_	_	_	_	_	*
+2	WILL	will	AUX	_	_	_	_	_	_	*
+3	GIVE	give	VERB	_	_	_	_	_	ss=v.communication	*
+4	YOU	you	PRON	_	_	_	_	_	_	*
+5	A	a	DET	_	_	_	_	_	_	*
+6	LOW	low	ADJ	_	_	_	_	_	_	*
+7	PRICE	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	OVER	over	ADP	_	_	_	_	_	_	1:X
+9	THE	the	DET	_	_	_	_	_	_	1
+10	PHONE	phone	NOUN	_	_	_	_	_	_	1
+11	AND	and	CCONJ	_	_	_	_	_	_	*
+12	ON	on	ADP	_	_	_	_	_	_	*
+13	THE	the	DET	_	_	_	_	_	_	*
+14	DAY	day	NOUN	_	_	_	_	_	ss=n.event	*
+15	OF	of	ADP	_	_	_	_	_	_	*
+16	YOUR	your	PRON	_	_	_	_	_	_	*
+17	MOVE	move	NOUN	_	_	_	_	_	ss=n.act	*
+18	THEY	they	PRON	_	_	_	_	_	_	*
+19	WILL	will	AUX	_	_	_	_	_	_	*
+20	CHANGE	change	VERB	_	_	_	_	_	ss=v.change	*
+21	THE	the	DET	_	_	_	_	_	_	*
+22	PRICE	price	NOUN	_	_	_	_	_	ss=n.possession	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	GUARANTEE	guarantee	VERB	_	_	_	_	_	ss=v.communication	*
+26	IT	it	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.1
+# sent_counter = 2572
+# text = Not so great
+1	Not	not	PART	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.2
+# sent_counter = 2573
+# text = My husband just got a bike there as a gift he 's only had it a month .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	as	as	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	he	he	PRON	_	_	_	_	_	_	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	only	only	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.3
+# sent_counter = 2574
+# text = It 's a nice bike and it cost a lot of money .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	cost	cost	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	1:X
+10	lot	lot	NOUN	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	*
+12	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.4
+# sent_counter = 2575
+# text = But just this week a peddle broke .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	peddle	peddle	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	broke	break	VERB	_	_	_	_	_	ss=v.change	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.5
+# sent_counter = 2576
+# text = He took it back and they would not honor a warranty and said it was his fault because of his shoes ??
+1	He	he	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	it	it	PRON	_	_	_	_	_	_	*
+4	back	back	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	honor	honor	VERB	_	_	_	_	_	ss=v.possession	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	warranty	warranty	NOUN	_	_	_	_	_	ss=n.possession	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	his	his	PRON	_	_	_	_	_	_	*
+17	fault	fault	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	because	because	ADP	_	_	_	_	_	_	2:X
+19	of	of	ADP	_	_	_	_	_	_	2
+20	his	his	PRON	_	_	_	_	_	_	*
+21	shoes	shoes	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.6
+# sent_counter = 2577
+# text = So they were going to charge him for new peddles and proceeded to put them on without even telling him the price .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	were	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	peddles	peddles	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	proceeded	proceed	VERB	_	_	_	_	_	ss=v.stative	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	put	put	VERB	_	_	_	_	_	ss=v.contact	2:X
+15	them	them	PRON	_	_	_	_	_	_	*
+16	on	on	ADV	_	_	_	_	_	_	2
+17	without	without	SCONJ	_	_	_	_	_	_	*
+18	even	even	ADV	_	_	_	_	_	_	*
+19	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+20	him	him	PRON	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.7
+# sent_counter = 2578
+# text = Which was very expensive .
+1	Which	which	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	expensive	expensive	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.8
+# sent_counter = 2579
+# text = He asked for a different pair instead and they only gave him five dollars off ??
+1	He	he	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	different	different	ADJ	_	_	_	_	_	_	*
+6	pair	pair	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	instead	instead	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	only	only	ADV	_	_	_	_	_	_	*
+11	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+12	him	him	PRON	_	_	_	_	_	_	*
+13	five	five	NUM	_	_	_	_	_	_	*
+14	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+15	off	off	ADV	_	_	_	_	_	_	*
+16	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.311987.9
+# sent_counter = 2580
+# text = Trek is not so great
+1	Trek	trek	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314880.1
+# sent_counter = 2581
+# text = I am in love with the giant plate of nachos !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	1:X
+4	love	love	NOUN	_	_	_	_	_	_	1
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	giant	giant	ADJ	_	_	_	_	_	_	*
+8	plate	plate	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	nachos	nacho	NOUN	_	_	_	_	_	ss=n.food	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314880.2
+# sent_counter = 2582
+# text = Last time I went however , my beer was warm and the service was so - so .
+1	Last	last	ADJ	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	however	however	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	warm	warm	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	so	so	ADJ	_	_	_	_	_	_	1:X
+16	-	-	PUNCT	_	_	_	_	_	_	1
+17	so	so	ADJ	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314880.3
+# sent_counter = 2583
+# text = I get that careless teenager kind of treatment from some of their staff ... perhaps they should hire more serious adults to help serve / cook .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	get	get	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	careless	careless	ADJ	_	_	_	_	_	_	*
+5	teenager	teenager	NOUN	_	_	_	_	_	ss=n.person	*
+6	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	some	some	DET	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	perhaps	perhaps	ADV	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	should	should	AUX	_	_	_	_	_	_	*
+18	hire	hire	VERB	_	_	_	_	_	ss=v.social	*
+19	more	more	ADV	_	_	_	_	_	_	*
+20	serious	serious	ADJ	_	_	_	_	_	_	*
+21	adults	adult	NOUN	_	_	_	_	_	ss=n.person	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	help	help	VERB	_	_	_	_	_	ss=v.social	*
+24	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+25	/	/	PUNCT	_	_	_	_	_	_	*
+26	cook	cook	VERB	_	_	_	_	_	ss=v.creation	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317480.1
+# sent_counter = 2584
+# text = Great atmosphere , great food .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317480.2
+# sent_counter = 2585
+# text = Definitely a must .
+1	Definitely	definitely	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	1:X
+3	must	must	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332785.1
+# sent_counter = 2586
+# text = Thanks for following me around the store
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	SCONJ	_	_	_	_	_	_	*
+3	following	follow	VERB	_	_	_	_	_	ss=v.motion	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	around	around	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332785.2
+# sent_counter = 2587
+# text = Enough said .
+1	Enough	enough	ADJ	_	_	_	_	_	_	1:X
+2	said	say	VERB	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332785.3
+# sent_counter = 2588
+# text = I do n't steal , I was n't acting suspiciously .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	steal	steal	VERB	_	_	_	_	_	ss=v.possession	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	acting	act	VERB	_	_	_	_	_	ss=v.social	*
+10	suspiciously	suspiciously	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332785.4
+# sent_counter = 2589
+# text = I was ready to buy a new jacket , a new sweater and a couple of your overpriced belts and I walked out because of your obvious lurking
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	ready	ready	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	new	new	ADJ	_	_	_	_	_	_	*
+8	jacket	jacket	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	new	new	ADJ	_	_	_	_	_	_	*
+12	sweater	sweater	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	1:X
+15	couple	couple	NOUN	_	_	_	_	_	_	1
+16	of	of	ADP	_	_	_	_	_	_	*
+17	your	your	PRON	_	_	_	_	_	_	*
+18	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+19	belts	belt	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	walked	walk	VERB	_	_	_	_	_	ss=v.motion	2:X
+23	out	out	ADV	_	_	_	_	_	_	2
+24	because	because	ADP	_	_	_	_	_	_	3:X
+25	of	of	ADP	_	_	_	_	_	_	3
+26	your	your	PRON	_	_	_	_	_	_	*
+27	obvious	obvious	ADJ	_	_	_	_	_	_	*
+28	lurking	lurking	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.1
+# sent_counter = 2590
+# text = No way .
+1	No	no	DET	_	_	_	_	_	_	*
+2	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.2
+# sent_counter = 2591
+# text = I 'm certainly no expert on asian food in fact not even a lover of Vietnamese food but I wanted to try the real things here at A Dong .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	certainly	certainly	ADV	_	_	_	_	_	_	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	expert	expert	NOUN	_	_	_	_	_	ss=n.person	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	asian	asian	ADJ	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	in	in	ADP	_	_	_	_	_	_	1:X
+10	fact	fact	NOUN	_	_	_	_	_	_	1
+11	not	not	PART	_	_	_	_	_	_	2:X
+12	even	even	ADV	_	_	_	_	_	_	2
+13	a	a	DET	_	_	_	_	_	_	*
+14	lover	lover	NOUN	_	_	_	_	_	ss=n.person	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	Vietnamese	vietnamese	ADJ	_	_	_	_	_	_	*
+17	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	try	try	VERB	_	_	_	_	_	ss=v.social	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	real	real	ADJ	_	_	_	_	_	_	*
+25	things	things	NOUN	_	_	_	_	_	_	*
+26	here	here	ADV	_	_	_	_	_	_	*
+27	at	at	ADP	_	_	_	_	_	_	*
+28	A	a	PROPN	_	_	_	_	_	ss=n.group	3:X
+29	Dong	dong	PROPN	_	_	_	_	_	_	3
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.3
+# sent_counter = 2592
+# text = Cold , slimy , tasteless however is the same in all languages and foods .
+1	Cold	cold	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	slimy	slimy	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	tasteless	tasteless	ADJ	_	_	_	_	_	_	*
+6	however	however	ADV	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	same	same	ADJ	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	languages	language	NOUN	_	_	_	_	_	ss=n.communication	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	foods	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.4
+# sent_counter = 2593
+# text = Not good , not great , and again another disappointment in Central Iowa .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	another	another	DET	_	_	_	_	_	_	*
+10	disappointment	disappointment	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	Central	central	PROPN	_	_	_	_	_	ss=n.location	1:X
+13	Iowa	iowa	PROPN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.5
+# sent_counter = 2594
+# text = How do these places stay in business .
+1	How	how	ADV	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	these	these	DET	_	_	_	_	_	_	*
+4	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	business	business	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334388.6
+# sent_counter = 2595
+# text = This town needs some food soul and this is not it .
+1	This	this	DET	_	_	_	_	_	_	*
+2	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+3	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	soul	soul	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336285.1
+# sent_counter = 2596
+# text = What a Preschool !
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	Preschool	preschool	NOUN	_	_	_	_	_	ss=n.group	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336285.2
+# sent_counter = 2597
+# text = If you want the best for your child , do n't hesitate in visiting this wornderful school .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	your	your	PRON	_	_	_	_	_	_	*
+8	child	child	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+13	in	in	SCONJ	_	_	_	_	_	_	*
+14	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	wornderful	wornderful	ADJ	_	_	_	_	_	_	*
+17	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336285.3
+# sent_counter = 2598
+# text = This is the very best in the Gables .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	ss=n.location	1:X
+8	Gables	gables	PROPN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.1
+# sent_counter = 2599
+# text = Do not use this company !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.social	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.2
+# sent_counter = 2600
+# text = I dropped off a sheet metal piece that I needed copied due to th it was needing to be replaced .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	dropped	drop	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	off	off	ADP	_	_	_	_	_	_	1
+4	a	a	DET	_	_	_	_	_	_	*
+5	sheet	sheet	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+6	metal	metal	NOUN	_	_	_	_	_	_	2
+7	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+11	copied	copy	VERB	_	_	_	_	_	ss=v.change	*
+12	due	due	ADP	_	_	_	_	_	_	3:X
+13	to	to	SCONJ	_	_	_	_	_	_	3
+14	th	th	SCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	needing	need	VERB	_	_	_	_	_	ss=v.cognition	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	be	be	AUX	_	_	_	_	_	_	*
+20	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.3
+# sent_counter = 2601
+# text = I asked if they could copy the piece I dropped off .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	if	if	SCONJ	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	copy	copy	VERB	_	_	_	_	_	ss=v.change	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	dropped	drop	VERB	_	_	_	_	_	ss=v.motion	1:X
+11	off	off	ADP	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.4
+# sent_counter = 2602
+# text = They said it would be made exactly like the one I needed to replace .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	made	make	VERB	_	_	_	_	_	ss=v.creation	*
+7	exactly	exactly	ADV	_	_	_	_	_	_	*
+8	like	like	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	replace	replace	VERB	_	_	_	_	_	ss=v.change	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.5
+# sent_counter = 2603
+# text = I picked it up when it was finished and was charge 30.00 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	picked	pick	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	it	it	PRON	_	_	_	_	_	_	*
+4	up	up	ADP	_	_	_	_	_	_	1
+5	when	when	ADV	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	finished	finished	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+12	30.00	30.00	NUM	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.6
+# sent_counter = 2604
+# text = When I got to the job and tried to insert the new piece of metal IT WOULD NOT FIT !!
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	job	job	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	insert	insert	VERB	_	_	_	_	_	ss=v.contact	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	new	new	ADJ	_	_	_	_	_	_	*
+13	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	metal	metal	ADJ	_	_	_	_	_	_	*
+16	IT	it	PRON	_	_	_	_	_	_	*
+17	WOULD	would	AUX	_	_	_	_	_	_	*
+18	NOT	not	PART	_	_	_	_	_	_	*
+19	FIT	fit	VERB	_	_	_	_	_	ss=v.contact	*
+20	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.7
+# sent_counter = 2605
+# text = I took the original piece of metal and rigged it to make due since I had to complete the job .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	original	original	ADJ	_	_	_	_	_	_	*
+5	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	metal	metal	NOUN	_	_	_	_	_	ss=n.substance	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	rigged	rig	VERB	_	_	_	_	_	ss=v.contact	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	due	due	VERB	_	_	_	_	_	_	1
+14	since	since	SCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+17	to	to	PART	_	_	_	_	_	_	2
+18	complete	complete	VERB	_	_	_	_	_	ss=v.change	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	job	job	NOUN	_	_	_	_	_	ss=n.event	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.8
+# sent_counter = 2606
+# text = I took the receipt and the metal that did not fit and asked Pomper for my money back .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	receipt	receipt	NOUN	_	_	_	_	_	ss=n.possession	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	metal	metal	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	did	do	AUX	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	fit	fit	VERB	_	_	_	_	_	ss=v.contact	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	asked	ask	VERB	_	_	_	_	_	ss=v.communication	1:X
+14	Pomper	pomper	PROPN	_	_	_	_	_	ss=n.person	*
+15	for	for	ADP	_	_	_	_	_	_	1
+16	my	my	PRON	_	_	_	_	_	_	*
+17	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+18	back	back	ADV	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.9
+# sent_counter = 2607
+# text = The girl at the desk was sooo rude I could not believe it !
+1	The	the	DET	_	_	_	_	_	_	*
+2	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	desk	desk	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	sooo	sooo	ADV	_	_	_	_	_	_	*
+8	rude	rude	ADJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	could	could	AUX	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.10
+# sent_counter = 2608
+# text = She told me she could not use the piece I was returning and the company would only put it in the trash so I could not return it .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	she	she	PRON	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	returning	return	VERB	_	_	_	_	_	ss=v.possession	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	only	only	ADV	_	_	_	_	_	_	*
+18	put	put	VERB	_	_	_	_	_	ss=v.motion	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	trash	trash	NOUN	_	_	_	_	_	ss=n.location	*
+23	so	so	ADV	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	could	could	AUX	_	_	_	_	_	_	*
+26	not	not	PART	_	_	_	_	_	_	*
+27	return	return	VERB	_	_	_	_	_	ss=v.possession	*
+28	it	it	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.11
+# sent_counter = 2609
+# text = I explained I did not get what I paid for .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	did	do	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	paid	pay	VERB	_	_	_	_	_	ss=v.possession	1:X
+10	for	for	ADP	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.12
+# sent_counter = 2610
+# text = She asked me to bring the original piece back and I told her I had to use it on the job .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	bring	bring	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	the	the	DET	_	_	_	_	_	_	*
+7	original	original	ADJ	_	_	_	_	_	_	*
+8	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	back	back	ADV	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+13	her	her	PRON	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	_	2:X
+16	to	to	PART	_	_	_	_	_	_	2
+17	use	use	VERB	_	_	_	_	_	ss=v.social	3:X
+18	it	it	PRON	_	_	_	_	_	_	*
+19	on	on	ADP	_	_	_	_	_	_	3
+20	the	the	DET	_	_	_	_	_	_	*
+21	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.13
+# sent_counter = 2611
+# text = She told me that was to bad she would do nothing to help me since she could not use or resell the piece .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	ADV	_	_	_	_	_	_	1:X
+7	bad	bad	ADJ	_	_	_	_	_	_	1
+8	she	she	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	nothing	nothing	NOUN	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	help	help	VERB	_	_	_	_	_	ss=v.social	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	since	since	SCONJ	_	_	_	_	_	_	*
+16	she	she	PRON	_	_	_	_	_	_	*
+17	could	could	AUX	_	_	_	_	_	_	*
+18	not	not	PART	_	_	_	_	_	_	*
+19	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+20	or	or	CCONJ	_	_	_	_	_	_	*
+21	resell	resell	VERB	_	_	_	_	_	ss=v.possession	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.14
+# sent_counter = 2612
+# text = I said I was going to trash it also and could I at least have a credit .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	going	go	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	trash	trash	VERB	_	_	_	_	_	ss=v.consumption	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	also	also	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	at	at	ADV	_	_	_	_	_	_	2:X
+14	least	least	ADV	_	_	_	_	_	_	2
+15	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.15
+# sent_counter = 2613
+# text = With a smirk on her face she told me NO MONEY IS BEING RETURNED and THAT IS THE WAY IT WAS .
+1	With	with	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	smirk	smirk	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	face	face	NOUN	_	_	_	_	_	ss=n.body	*
+7	she	she	PRON	_	_	_	_	_	_	*
+8	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	NO	no	DET	_	_	_	_	_	_	*
+11	MONEY	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	IS	be	AUX	_	_	_	_	_	_	*
+13	BEING	be	AUX	_	_	_	_	_	_	*
+14	RETURNED	return	VERB	_	_	_	_	_	ss=v.possession	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	THAT	that	DET	_	_	_	_	_	_	*
+17	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	THE	the	DET	_	_	_	_	_	_	*
+19	WAY	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	IT	it	PRON	_	_	_	_	_	_	*
+21	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.16
+# sent_counter = 2614
+# text = DO NOT USE THIS COMPANY .
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	USE	use	VERB	_	_	_	_	_	ss=v.social	*
+4	THIS	this	DET	_	_	_	_	_	_	*
+5	COMPANY	company	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345182.17
+# sent_counter = 2615
+# text = There are to many people that need our business to have to put up with this unfair treatment !!!!!
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	ADV	_	_	_	_	_	_	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	business	business	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	_	1:X
+12	to	to	PART	_	_	_	_	_	_	1
+13	put	put	VERB	_	_	_	_	_	ss=v.cognition	2:X
+14	up	up	ADP	_	_	_	_	_	_	2
+15	with	with	ADP	_	_	_	_	_	_	2
+16	this	this	DET	_	_	_	_	_	_	*
+17	unfair	unfair	ADJ	_	_	_	_	_	_	*
+18	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353684.1
+# sent_counter = 2616
+# text = My favorite place to eat .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.353684.2
+# sent_counter = 2617
+# text = The Atmosphere is the best .. Italian music , candles , helpful and friendly staff ... And the food is beautiful too !
+1	The	the	DET	_	_	_	_	_	_	*
+2	Atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	Italian	italian	ADJ	_	_	_	_	_	_	*
+8	music	music	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	candles	candle	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	helpful	helpful	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	friendly	friendly	ADJ	_	_	_	_	_	_	*
+15	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	And	and	CCONJ	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+22	too	too	ADV	_	_	_	_	_	_	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359287.1
+# sent_counter = 2618
+# text = High guality pup food at a good price .
+1	High	high	ADJ	_	_	_	_	_	_	*
+2	guality	guality	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	pup	pup	NOUN	_	_	_	_	_	ss=n.animal	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363482.1
+# sent_counter = 2619
+# text = The food is excellent , but very overpriced .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363482.2
+# sent_counter = 2620
+# text = How do you run a cafe , with no refills on coffee - ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	run	run	VERB	_	_	_	_	_	ss=v.social	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	cafe	cafe	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	no	no	DET	_	_	_	_	_	_	*
+10	refills	refill	NOUN	_	_	_	_	_	ss=n.act	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+13	-	-	SYM	_	_	_	_	_	_	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.1
+# sent_counter = 2621
+# text = Lots of rules , phantom innkeeper , last minute price was worth it .
+1	Lots	lots	NOUN	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	phantom	phantom	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	innkeeper	innkeeper	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	last	last	ADJ	_	_	_	_	_	ss=n.time	1:X
+9	minute	minute	NOUN	_	_	_	_	_	_	1
+10	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	worth	worth	ADJ	_	_	_	_	_	_	2:X
+13	it	it	PRON	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.2
+# sent_counter = 2622
+# text = I called the " 207 " number and listened to the same recording loop 3 times before I gave up .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	207	207	NUM	_	_	_	_	_	_	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	number	number	NOUN	_	_	_	_	_	ss=n.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	listened	listen	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	same	same	ADJ	_	_	_	_	_	_	*
+13	recording	recording	NOUN	_	_	_	_	_	ss=n.communication	*
+14	loop	loop	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	3	3	NUM	_	_	_	_	_	_	*
+16	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+17	before	before	SCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	gave	give	VERB	_	_	_	_	_	ss=v.cognition	1:X
+20	up	up	ADP	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.3
+# sent_counter = 2623
+# text = I then called the 800 number ( which was answered ) and inquired about last minute rates .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	800	800	NUM	_	_	_	_	_	ss=n.communication	1:X
+6	number	number	NOUN	_	_	_	_	_	_	1
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	which	which	DET	_	_	_	_	_	_	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	inquired	inquire	VERB	_	_	_	_	_	ss=v.communication	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	last	last	ADJ	_	_	_	_	_	ss=n.time	2:X
+16	minute	minute	NOUN	_	_	_	_	_	_	2
+17	rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.4
+# sent_counter = 2624
+# text = They had a room with a $ 99 rate , which I booked .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	99	99	NUM	_	_	_	_	_	_	*
+9	rate	rate	NOUN	_	_	_	_	_	ss=n.possession	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	which	which	DET	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	booked	book	VERB	_	_	_	_	_	ss=v.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.5
+# sent_counter = 2625
+# text = The room was supposed to be on the 2nd floor , but they put us on the 3rd .
+1	The	the	DET	_	_	_	_	_	_	*
+2	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	AUX	_	_	_	_	_	_	1:X
+4	supposed	suppose	VERB	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	1
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	2nd	2nd	ADJ	_	_	_	_	_	_	*
+10	floor	floor	NOUN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	put	put	VERB	_	_	_	_	_	ss=v.social	*
+15	us	us	PRON	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	3rd	3rd	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.6
+# sent_counter = 2626
+# text = The email confirmation ( which I read in the car ) warned about large suitcases , declaring that we are innkeepers , not longshoreman .
+1	The	the	DET	_	_	_	_	_	_	*
+2	email	email	NOUN	_	_	_	_	_	ss=n.communication	*
+3	confirmation	confirmation	NOUN	_	_	_	_	_	ss=n.communication	*
+4	(	(	PUNCT	_	_	_	_	_	_	*
+5	which	which	DET	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	warned	warn	VERB	_	_	_	_	_	ss=v.communication	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	large	large	ADJ	_	_	_	_	_	_	*
+15	suitcases	suitcase	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	declaring	declare	VERB	_	_	_	_	_	ss=v.communication	*
+18	that	that	SCONJ	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	innkeepers	innkeeper	NOUN	_	_	_	_	_	ss=n.person	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	not	not	PART	_	_	_	_	_	_	*
+24	longshoreman	longshoreman	NOUN	_	_	_	_	_	ss=n.person	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.7
+# sent_counter = 2627
+# text = In other words , they do not help with suitcases , but they promise totes to help .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	other	other	ADJ	_	_	_	_	_	_	1
+3	words	words	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	help	help	VERB	_	_	_	_	_	ss=v.social	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	suitcases	suitcase	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	promise	promise	VERB	_	_	_	_	_	ss=v.communication	*
+15	totes	tote	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	help	help	VERB	_	_	_	_	_	ss=v.social	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.8
+# sent_counter = 2628
+# text = However upon our arrival no one there ( the inn was open ) .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	upon	upon	ADP	_	_	_	_	_	_	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	arrival	arrival	NOUN	_	_	_	_	_	ss=n.event	*
+5	no	no	DET	_	_	_	_	_	_	1:X
+6	one	one	NOUN	_	_	_	_	_	_	1
+7	there	there	ADV	_	_	_	_	_	_	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	inn	inn	NOUN	_	_	_	_	_	ss=n.group	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	open	open	ADJ	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.9
+# sent_counter = 2629
+# text = So no totes .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	no	no	DET	_	_	_	_	_	_	*
+3	totes	tote	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.10
+# sent_counter = 2630
+# text = Finally a chambermaid stuck her head around the corner from the top of the stairs and told us sternly that we could not be accommodated until 3 M , no exceptions .
+1	Finally	finally	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	chambermaid	chambermaid	NOUN	_	_	_	_	_	ss=n.person	*
+4	stuck	stick	VERB	_	_	_	_	_	ss=v.motion	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	head	head	NOUN	_	_	_	_	_	ss=n.body	*
+7	around	around	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	top	top	NOUN	_	_	_	_	_	ss=n.location	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	stairs	stairs	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+18	us	us	PRON	_	_	_	_	_	_	*
+19	sternly	sternly	ADV	_	_	_	_	_	_	*
+20	that	that	SCONJ	_	_	_	_	_	_	*
+21	we	we	PRON	_	_	_	_	_	_	*
+22	could	could	AUX	_	_	_	_	_	_	*
+23	not	not	PART	_	_	_	_	_	_	*
+24	be	be	AUX	_	_	_	_	_	_	*
+25	accommodated	accommodate	VERB	_	_	_	_	_	ss=v.social	*
+26	until	until	ADP	_	_	_	_	_	_	*
+27	3	3	NUM	_	_	_	_	_	_	*
+28	M	m	NOUN	_	_	_	_	_	ss=n.time	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	no	no	DET	_	_	_	_	_	_	*
+31	exceptions	exception	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.11
+# sent_counter = 2631
+# text = Then she was gone .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	she	she	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	gone	gone	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.12
+# sent_counter = 2632
+# text = We returned after 3 PM , found no one there , and a note from the innkeeper with directions to our room .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	returned	return	VERB	_	_	_	_	_	ss=v.motion	*
+3	after	after	ADP	_	_	_	_	_	_	*
+4	3	3	NUM	_	_	_	_	_	_	*
+5	PM	pm	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	no	no	DET	_	_	_	_	_	_	1:X
+9	one	one	NOUN	_	_	_	_	_	_	1
+10	there	there	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	note	note	NOUN	_	_	_	_	_	ss=n.communication	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	innkeeper	innkeeper	NOUN	_	_	_	_	_	ss=n.person	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	directions	direction	NOUN	_	_	_	_	_	ss=n.communication	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	our	our	PRON	_	_	_	_	_	_	*
+22	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.13
+# sent_counter = 2633
+# text = Rules in the room : # 1 ) if you drink the soda from the fridge in your room you must prove it by leaving the can in the trash .
+1	Rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+5	:	:	PUNCT	_	_	_	_	_	_	*
+6	#	#	NOUN	_	_	_	_	_	_	*
+7	1	1	X	_	_	_	_	_	_	*
+8	)	)	PUNCT	_	_	_	_	_	_	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	drink	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	soda	soda	NOUN	_	_	_	_	_	ss=n.food	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	fridge	fridge	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	your	your	PRON	_	_	_	_	_	_	*
+19	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	must	must	AUX	_	_	_	_	_	_	*
+22	prove	prove	VERB	_	_	_	_	_	ss=v.cognition	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	by	by	SCONJ	_	_	_	_	_	_	*
+25	leaving	leave	VERB	_	_	_	_	_	ss=v.motion	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	can	can	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	trash	trash	NOUN	_	_	_	_	_	ss=n.location	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.14
+# sent_counter = 2634
+# text = If they think you 've taken a soda from your room home with you , they will charge you $ 1.50 per can .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	taken	take	VERB	_	_	_	_	_	ss=v.motion	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	soda	soda	NOUN	_	_	_	_	_	ss=n.food	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	your	your	PRON	_	_	_	_	_	_	*
+11	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+12	home	home	ADV	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	will	will	AUX	_	_	_	_	_	_	*
+18	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	$	$	SYM	_	_	_	_	_	_	*
+21	1.50	1.50	NUM	_	_	_	_	_	_	*
+22	per	per	ADP	_	_	_	_	_	_	*
+23	can	can	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.15
+# sent_counter = 2635
+# text = They count the cans in the trash to make sure .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	count	count	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	cans	can	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	trash	trash	NOUN	_	_	_	_	_	ss=n.location	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	sure	sure	ADJ	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.16
+# sent_counter = 2636
+# text = # 2 ) If you take the shampoo products home , they will charge you $ 8 per item .
+1	#	#	NOUN	_	_	_	_	_	_	*
+2	2	2	X	_	_	_	_	_	_	*
+3	)	)	PUNCT	_	_	_	_	_	_	*
+4	If	if	SCONJ	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	shampoo	shampoo	NOUN	_	_	_	_	_	ss=n.substance	*
+9	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	home	home	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	will	will	AUX	_	_	_	_	_	_	*
+14	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	$	$	SYM	_	_	_	_	_	_	*
+17	8	8	NUM	_	_	_	_	_	_	*
+18	per	per	ADP	_	_	_	_	_	_	*
+19	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.17
+# sent_counter = 2637
+# text = # ) If you want a late checkout , ( after 11 AM ) they charge you $ 15 for the first hour , $ 25 for the second hour , and after 2 PM it 's a full day charge .
+1	#	#	NOUN	_	_	_	_	_	_	*
+2	)	)	PUNCT	_	_	_	_	_	_	*
+3	If	if	SCONJ	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	late	late	ADJ	_	_	_	_	_	_	*
+8	checkout	checkout	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	after	after	ADP	_	_	_	_	_	_	*
+12	11	11	NUM	_	_	_	_	_	_	*
+13	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	$	$	SYM	_	_	_	_	_	_	*
+19	15	15	NUM	_	_	_	_	_	_	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	first	first	ADJ	_	_	_	_	_	_	*
+23	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	$	$	SYM	_	_	_	_	_	_	*
+26	25	25	NUM	_	_	_	_	_	_	*
+27	for	for	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	second	second	ADJ	_	_	_	_	_	_	*
+30	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	and	and	CCONJ	_	_	_	_	_	_	*
+33	after	after	ADP	_	_	_	_	_	_	*
+34	2	2	NUM	_	_	_	_	_	_	*
+35	PM	pm	NOUN	_	_	_	_	_	ss=n.time	*
+36	it	it	PRON	_	_	_	_	_	_	*
+37	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+38	a	a	DET	_	_	_	_	_	_	*
+39	full	full	ADJ	_	_	_	_	_	_	*
+40	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+41	charge	charge	NOUN	_	_	_	_	_	ss=n.possession	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.18
+# sent_counter = 2638
+# text = # 4 ) Breakfast is 8 AM to 10 AM .
+1	#	#	NOUN	_	_	_	_	_	_	*
+2	4	4	X	_	_	_	_	_	_	*
+3	)	)	PUNCT	_	_	_	_	_	_	*
+4	Breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.event	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	8	8	NUM	_	_	_	_	_	_	*
+7	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	10	10	NUM	_	_	_	_	_	_	*
+10	AM	am	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.19
+# sent_counter = 2639
+# text = No earlier and no later .
+1	No	no	ADV	_	_	_	_	_	_	*
+2	earlier	earlier	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	no	no	ADV	_	_	_	_	_	_	*
+5	later	later	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.20
+# sent_counter = 2640
+# text = If you go later , it 's all cleaned up .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	later	later	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	AUX	_	_	_	_	_	ss=v.stative	*
+8	all	all	ADV	_	_	_	_	_	_	*
+9	cleaned	clean	VERB	_	_	_	_	_	_	1:X
+10	up	up	ADP	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.21
+# sent_counter = 2641
+# text = ( By whom , I do n't know .
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	By	by	ADP	_	_	_	_	_	_	*
+3	whom	whom	PRON	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.22
+# sent_counter = 2642
+# text = I never saw anyone there .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+4	anyone	anyone	NOUN	_	_	_	_	_	_	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.23
+# sent_counter = 2643
+# text = All these rules are posted in the rooms . )
+1	All	all	DET	_	_	_	_	_	_	*
+2	these	these	DET	_	_	_	_	_	_	*
+3	rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	are	be	AUX	_	_	_	_	_	_	*
+5	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	rooms	rooms	NOUN	_	_	_	_	_	ss=n.location	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.24
+# sent_counter = 2644
+# text = Snacks : uninspired bread , tea backs , and individual coffee things for a machine that did n't exist .
+1	Snacks	snack	NOUN	_	_	_	_	_	ss=n.food	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	uninspired	uninspired	ADJ	_	_	_	_	_	_	*
+4	bread	bread	NOUN	_	_	_	_	_	ss=n.food	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	tea	tea	NOUN	_	_	_	_	_	ss=n.food	*
+7	backs	back	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	individual	individual	ADJ	_	_	_	_	_	_	*
+11	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+12	things	things	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	machine	machine	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	did	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	exist	exist	VERB	_	_	_	_	_	ss=v.stative	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.25
+# sent_counter = 2645
+# text = I put the coffee thing in hot water and settled for a cup of weak coffee .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	put	put	VERB	_	_	_	_	_	ss=v.motion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+5	thing	thing	NOUN	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	hot	hot	ADJ	_	_	_	_	_	_	*
+8	water	water	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	settled	settle	VERB	_	_	_	_	_	ss=v.cognition	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	cup	cup	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	weak	weak	ADJ	_	_	_	_	_	_	*
+16	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.26
+# sent_counter = 2646
+# text = No wine glasses .
+1	No	no	DET	_	_	_	_	_	_	*
+2	wine	wine	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	glasses	glasses	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.27
+# sent_counter = 2647
+# text = Room was clean , but had a weird , dated , sink / stove combo that did n't work .
+1	Room	room	NOUN	_	_	_	_	_	ss=n.location	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	weird	weird	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	dated	dated	ADJ	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	sink	sink	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	/	/	PUNCT	_	_	_	_	_	_	*
+14	stove	stove	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	combo	combo	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	did	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	work	work	VERB	_	_	_	_	_	ss=v.consumption	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.28
+# sent_counter = 2648
+# text = Bath was clean except shower stall which had mildew problems .
+1	Bath	bath	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	except	except	ADP	_	_	_	_	_	_	*
+5	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	stall	stall	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	which	which	DET	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	mildew	mildew	NOUN	_	_	_	_	_	ss=n.natural_object	*
+10	problems	problem	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.29
+# sent_counter = 2649
+# text = No tub .
+1	No	no	DET	_	_	_	_	_	_	*
+2	tub	tub	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.30
+# sent_counter = 2650
+# text = The Inn touts a shower with dual shower heads , but only one worked .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Inn	inn	NOUN	_	_	_	_	_	ss=n.group	*
+3	touts	tout	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	dual	dual	ADJ	_	_	_	_	_	_	*
+8	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+9	heads	head	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	only	only	ADV	_	_	_	_	_	_	*
+13	one	one	NUM	_	_	_	_	_	_	*
+14	worked	work	VERB	_	_	_	_	_	ss=v.consumption	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.31
+# sent_counter = 2651
+# text = Do n't get the rooms off the two kitchens .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	rooms	rooms	NOUN	_	_	_	_	_	ss=n.location	*
+6	off	off	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	two	two	NUM	_	_	_	_	_	_	*
+9	kitchens	kitchen	NOUN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.32
+# sent_counter = 2652
+# text = They are RIGHT OFF the kitchen so you hear everything .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	RIGHT	right	ADV	_	_	_	_	_	_	*
+4	OFF	off	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.location	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+10	everything	everything	NOUN	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.33
+# sent_counter = 2653
+# text = Free parking .
+1	Free	free	ADJ	_	_	_	_	_	_	*
+2	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363685.34
+# sent_counter = 2654
+# text = I 'd go back if I could get the last minute rate again of $ 99 , but I would n't pay their rack rate .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'd	'd	AUX	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	last	last	ADJ	_	_	_	_	_	ss=n.event	1:X
+11	minute	minute	NOUN	_	_	_	_	_	_	1
+12	rate	rate	NOUN	_	_	_	_	_	ss=n.possession	*
+13	again	again	ADV	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	$	$	SYM	_	_	_	_	_	_	*
+16	99	99	NUM	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+23	their	their	PRON	_	_	_	_	_	_	*
+24	rack	rack	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	rate	rate	NOUN	_	_	_	_	_	ss=n.possession	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365688.1
+# sent_counter = 2655
+# text = No meat on Burger and too much pepper .
+1	No	no	DET	_	_	_	_	_	_	*
+2	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	Burger	burger	NOUN	_	_	_	_	_	ss=n.food	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	much	much	ADJ	_	_	_	_	_	_	*
+8	pepper	pepper	NOUN	_	_	_	_	_	ss=n.food	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365688.2
+# sent_counter = 2656
+# text = no place to seat
+1	no	no	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	seat	seat	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.1
+# sent_counter = 2657
+# text = They must have read these reviews and improved !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	must	must	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+5	these	these	DET	_	_	_	_	_	_	*
+6	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	improved	improve	VERB	_	_	_	_	_	ss=v.change	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.2
+# sent_counter = 2658
+# text = My husband and I happened in on a whim .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	happened	happen	VERB	_	_	_	_	_	ss=v.social	1:X
+6	in	in	ADV	_	_	_	_	_	_	1
+7	on	on	ADP	_	_	_	_	_	_	2:X
+8	a	a	DET	_	_	_	_	_	_	2
+9	whim	whim	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.3
+# sent_counter = 2659
+# text = We sat in the front dining area , it was very cozy and pleasant .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	sat	sit	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	front	front	ADJ	_	_	_	_	_	_	*
+6	dining	dining	NOUN	_	_	_	_	_	ss=n.act	*
+7	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	cozy	cozy	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.4
+# sent_counter = 2660
+# text = Our server was quite attentive and the food was fantastic .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	quite	quite	ADV	_	_	_	_	_	_	*
+5	attentive	attentive	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.5
+# sent_counter = 2661
+# text = My husband has been a professional chef , so he is a good judge of quality food .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	professional	professional	ADJ	_	_	_	_	_	_	*
+7	chef	chef	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	judge	judge	NOUN	_	_	_	_	_	ss=n.person	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	quality	quality	ADJ	_	_	_	_	_	_	*
+17	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366586.6
+# sent_counter = 2662
+# text = This was a flavorful , enjoyable meal for both of us .
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	flavorful	flavorful	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	enjoyable	enjoyable	ADJ	_	_	_	_	_	_	*
+7	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	both	both	DET	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.367586.1
+# sent_counter = 2663
+# text = Well kept facility with friendly staff .
+1	Well	well	ADV	_	_	_	_	_	_	*
+2	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+3	facility	facility	NOUN	_	_	_	_	_	ss=n.group	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.1
+# sent_counter = 2664
+# text = The Best Service Ever !!
+1	The	the	DET	_	_	_	_	_	_	*
+2	Best	best	ADJ	_	_	_	_	_	_	*
+3	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	Ever	ever	ADV	_	_	_	_	_	_	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.2
+# sent_counter = 2665
+# text = I have never had better service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	better	better	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.3
+# sent_counter = 2666
+# text = My car broke down and roadside towed my vehicle to Sussman Kia .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	broke	break	VERB	_	_	_	_	_	ss=v.change	1:X
+4	down	down	ADP	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	roadside	roadside	NOUN	_	_	_	_	_	ss=n.location	*
+7	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	Sussman	sussman	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	Kia	kia	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.4
+# sent_counter = 2667
+# text = They squeezed me in and had me back up and running in no time .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	squeezed	squeeze	VERB	_	_	_	_	_	ss=v.social	1:X
+3	me	me	PRON	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	back	back	ADV	_	_	_	_	_	_	*
+9	up	up	ADV	_	_	_	_	_	_	2:X
+10	and	and	CCONJ	_	_	_	_	_	_	2
+11	running	run	VERB	_	_	_	_	_	_	2
+12	in	in	ADP	_	_	_	_	_	_	*
+13	no	no	DET	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.5
+# sent_counter = 2668
+# text = Everyone was pleasant and very helpful .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	helpful	helpful	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.6
+# sent_counter = 2669
+# text = The service department even gave me a ride home and picked me up when my car was finished .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	gave	give	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	ride	ride	NOUN	_	_	_	_	_	_	1
+9	home	home	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	picked	pick	VERB	_	_	_	_	_	ss=v.motion	2:X
+12	me	me	PRON	_	_	_	_	_	_	*
+13	up	up	ADP	_	_	_	_	_	_	2
+14	when	when	ADV	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	finished	finished	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.7
+# sent_counter = 2670
+# text = The advisor kept me up to date and informed on the progress of my vehicle .
+1	The	the	DET	_	_	_	_	_	_	*
+2	advisor	advisor	NOUN	_	_	_	_	_	ss=n.person	*
+3	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	up	up	ADP	_	_	_	_	_	_	1:X
+6	to	to	ADP	_	_	_	_	_	_	1
+7	date	date	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	progress	progress	NOUN	_	_	_	_	_	ss=n.process	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.8
+# sent_counter = 2671
+# text = I give this dealer an A + !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	give	give	VERB	_	_	_	_	_	ss=v.cognition	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	A	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	+	+	SYM	_	_	_	_	_	_	1
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369087.9
+# sent_counter = 2672
+# text = I will definitely be bringing my car back for service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	bringing	bring	VERB	_	_	_	_	_	ss=v.motion	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	back	back	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372582.1
+# sent_counter = 2673
+# text = Prime rib was very tough .
+1	Prime	prime	ADJ	_	_	_	_	_	ss=n.food	1:X
+2	rib	rib	NOUN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	tough	tough	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372582.2
+# sent_counter = 2674
+# text = Staff were pleasant .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372582.3
+# sent_counter = 2675
+# text = Wo n't return .
+1	Wo	wo	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.1
+# sent_counter = 2676
+# text = Great first experience .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.2
+# sent_counter = 2677
+# text = I 'm 22 , and my hairdresser was great ( and not " old " like one of the reviews says ) - she really listened to what I wanted and gave me tons of tips on how to style my hair so I could get it to look the way I wanted it to .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	22	22	NUM	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	hairdresser	hairdresser	NOUN	_	_	_	_	_	ss=n.person	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	old	old	ADJ	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	like	like	SCONJ	_	_	_	_	_	_	*
+17	one	one	NUM	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+21	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+22	)	)	PUNCT	_	_	_	_	_	_	*
+23	-	-	PUNCT	_	_	_	_	_	_	*
+24	she	she	PRON	_	_	_	_	_	_	*
+25	really	really	ADV	_	_	_	_	_	_	*
+26	listened	listen	VERB	_	_	_	_	_	ss=v.communication	*
+27	to	to	SCONJ	_	_	_	_	_	_	*
+28	what	what	PRON	_	_	_	_	_	_	*
+29	I	i	PRON	_	_	_	_	_	_	*
+30	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	gave	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+33	me	me	PRON	_	_	_	_	_	_	*
+34	tons	tons	NOUN	_	_	_	_	_	ss=n.quantity	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	tips	tip	NOUN	_	_	_	_	_	_	1
+37	on	on	SCONJ	_	_	_	_	_	_	*
+38	how	how	ADV	_	_	_	_	_	_	*
+39	to	to	PART	_	_	_	_	_	_	*
+40	style	style	VERB	_	_	_	_	_	ss=v.body	*
+41	my	my	PRON	_	_	_	_	_	_	*
+42	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+43	so	so	SCONJ	_	_	_	_	_	_	*
+44	I	i	PRON	_	_	_	_	_	_	*
+45	could	could	AUX	_	_	_	_	_	_	*
+46	get	get	VERB	_	_	_	_	_	ss=v.change	*
+47	it	it	PRON	_	_	_	_	_	_	*
+48	to	to	PART	_	_	_	_	_	_	*
+49	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+50	the	the	DET	_	_	_	_	_	_	*
+51	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+52	I	i	PRON	_	_	_	_	_	_	*
+53	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+54	it	it	PRON	_	_	_	_	_	_	*
+55	to	to	PART	_	_	_	_	_	_	*
+56	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.3
+# sent_counter = 2678
+# text = She deep conditioned my hair and took the time to style it properly .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	deep	deep	ADV	_	_	_	_	_	ss=v.body	1:X
+3	conditioned	condition	VERB	_	_	_	_	_	_	1
+4	my	my	PRON	_	_	_	_	_	_	*
+5	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+8	the	the	DET	_	_	_	_	_	_	2
+9	time	time	NOUN	_	_	_	_	_	_	2
+10	to	to	PART	_	_	_	_	_	_	*
+11	style	style	VERB	_	_	_	_	_	ss=v.body	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	properly	properly	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.4
+# sent_counter = 2679
+# text = She recommended products but absolutely did n't pressure me to buy .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+6	did	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	pressure	pressure	VERB	_	_	_	_	_	ss=v.emotion	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.5
+# sent_counter = 2680
+# text = It 's a cute place with a really friendly , laid - back atmosphere .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	cute	cute	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	really	really	ADV	_	_	_	_	_	_	*
+9	friendly	friendly	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	laid	laid	ADJ	_	_	_	_	_	_	1:X
+12	-	-	PUNCT	_	_	_	_	_	_	1
+13	back	back	ADJ	_	_	_	_	_	_	1
+14	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.6
+# sent_counter = 2681
+# text = I would highly recommend it and will be going back for my next haircut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	be	be	AUX	_	_	_	_	_	_	*
+9	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	back	back	ADV	_	_	_	_	_	_	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	next	next	ADJ	_	_	_	_	_	_	*
+14	haircut	haircut	NOUN	_	_	_	_	_	ss=n.act	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.7
+# sent_counter = 2682
+# text = Oh !
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.385281.8
+# sent_counter = 2683
+# text = And students get $ 5 off , ca n't argue with that .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+3	get	get	VERB	_	_	_	_	_	ss=v.possession	1:X
+4	$	$	SYM	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	off	off	ADV	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	ca	ca	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	argue	argue	VERB	_	_	_	_	_	ss=v.communication	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.1
+# sent_counter = 2684
+# text = I guess you get what you pay for .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+3	you	you	PRON	_	_	_	_	_	_	1:X
+4	get	get	VERB	_	_	_	_	_	_	1
+5	what	what	PRON	_	_	_	_	_	_	1
+6	you	you	PRON	_	_	_	_	_	_	1
+7	pay	pay	VERB	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.2
+# sent_counter = 2685
+# text = I tried to stay here for a few nights with my girlfriend , so we asked for a single queen bed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	few	few	ADJ	_	_	_	_	_	_	1
+9	nights	night	NOUN	_	_	_	_	_	ss=n.event	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	girlfriend	girlfriend	NOUN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	single	single	ADJ	_	_	_	_	_	_	*
+20	queen	queen	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+21	bed	bed	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.3
+# sent_counter = 2686
+# text = We got there , and we were treated to the free " upgrade " of a room with two double beds .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	were	be	AUX	_	_	_	_	_	_	*
+8	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	free	free	ADJ	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	upgrade	upgrade	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	two	two	NUM	_	_	_	_	_	_	*
+20	double	double	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+21	beds	bed	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.4
+# sent_counter = 2687
+# text = Since they consider this an upgrade , they let their other rooms fill up and would not change our room .
+1	Since	since	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	consider	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	upgrade	upgrade	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	let	let	VERB	_	_	_	_	_	ss=v.cognition	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	other	other	ADJ	_	_	_	_	_	_	*
+12	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	fill	fill	VERB	_	_	_	_	_	ss=v.change	1:X
+14	up	up	ADP	_	_	_	_	_	_	1
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	change	change	VERB	_	_	_	_	_	ss=v.change	*
+19	our	our	PRON	_	_	_	_	_	_	*
+20	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.5
+# sent_counter = 2688
+# text = Then we got put in a room with a huge gap under the door .... right next to the ice machine .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	got	get	AUX	_	_	_	_	_	_	*
+4	put	put	VERB	_	_	_	_	_	ss=v.cognition	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	huge	huge	ADJ	_	_	_	_	_	_	*
+11	gap	gap	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	under	under	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	....	....	PUNCT	_	_	_	_	_	_	*
+16	right	right	ADV	_	_	_	_	_	_	*
+17	next	next	ADP	_	_	_	_	_	_	1:X
+18	to	to	ADP	_	_	_	_	_	_	1
+19	the	the	DET	_	_	_	_	_	_	*
+20	ice	ice	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+21	machine	machine	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.6
+# sent_counter = 2689
+# text = We could hear every single thing that happened outside like it was inside our room .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+4	every	every	DET	_	_	_	_	_	_	*
+5	single	single	ADJ	_	_	_	_	_	_	*
+6	thing	thing	NOUN	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+9	outside	outside	ADV	_	_	_	_	_	_	*
+10	like	like	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	inside	inside	ADP	_	_	_	_	_	_	*
+14	our	our	PRON	_	_	_	_	_	_	*
+15	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396880.7
+# sent_counter = 2690
+# text = When I finally found someone at the desk who could speak English , they moved our room , but we still did not receive the single queen we had " reserved "
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	finally	finally	ADV	_	_	_	_	_	_	*
+4	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+5	someone	someone	NOUN	_	_	_	_	_	_	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	desk	desk	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	could	could	AUX	_	_	_	_	_	_	*
+11	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+12	English	english	PROPN	_	_	_	_	_	ss=n.communication	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+16	our	our	PRON	_	_	_	_	_	_	*
+17	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	still	still	ADV	_	_	_	_	_	_	*
+22	did	do	AUX	_	_	_	_	_	_	*
+23	not	not	PART	_	_	_	_	_	_	*
+24	receive	receive	VERB	_	_	_	_	_	ss=v.possession	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	single	single	ADJ	_	_	_	_	_	_	*
+27	queen	queen	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	we	we	PRON	_	_	_	_	_	_	*
+29	had	have	AUX	_	_	_	_	_	_	*
+30	"	"	PUNCT	_	_	_	_	_	_	*
+31	reserved	reserve	VERB	_	_	_	_	_	ss=v.communication	*
+32	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.002288.1
+# sent_counter = 2691
+# text = It 's well cool . :)
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	well	well	ADV	_	_	_	_	_	_	*
+4	cool	cool	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+6	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.1
+# sent_counter = 2692
+# text = The best there is in service .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	there	there	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.3
+# sent_counter = 2693
+# text = It was 4:50 when a friend told me to call Bud , he would take care of me .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	4:50	4:50	NUM	_	_	_	_	_	_	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+11	Bud	bud	PROPN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+16	care	care	NOUN	_	_	_	_	_	_	1
+17	of	of	ADP	_	_	_	_	_	_	1
+18	me	me	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.5
+# sent_counter = 2694
+# text = They tracked down the only tire that fit my BMW 330i in Murfreesboro within minutes and secured it , then they came out , took off my tire ( it was a runflat - but runflats do n't do you any good if they blow out ) , and brought it to their shop to change the tire .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	tracked	track	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	down	down	ADP	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	only	only	ADJ	_	_	_	_	_	_	*
+6	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	fit	fit	VERB	_	_	_	_	_	ss=v.stative	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	BMW	bmw	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+11	330i	330i	PROPN	_	_	_	_	_	_	2
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Murfreesboro	murfreesboro	PROPN	_	_	_	_	_	ss=n.location	*
+14	within	within	ADP	_	_	_	_	_	_	*
+15	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	secured	secure	VERB	_	_	_	_	_	ss=v.stative	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	then	then	ADV	_	_	_	_	_	_	*
+21	they	they	PRON	_	_	_	_	_	_	*
+22	came	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+23	out	out	ADV	_	_	_	_	_	_	3
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+26	off	off	ADP	_	_	_	_	_	_	*
+27	my	my	PRON	_	_	_	_	_	_	*
+28	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	(	(	PUNCT	_	_	_	_	_	_	*
+30	it	it	PRON	_	_	_	_	_	_	*
+31	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	runflat	runflat	NOUN	_	_	_	_	_	ss=n.artifact	*
+34	-	-	PUNCT	_	_	_	_	_	_	*
+35	but	but	CCONJ	_	_	_	_	_	_	*
+36	runflats	runflats	NOUN	_	_	_	_	_	ss=n.artifact	*
+37	do	do	AUX	_	_	_	_	_	_	*
+38	n't	n't	PART	_	_	_	_	_	_	*
+39	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+40	you	you	PRON	_	_	_	_	_	_	*
+41	any	any	DET	_	_	_	_	_	_	*
+42	good	good	ADJ	_	_	_	_	_	_	*
+43	if	if	SCONJ	_	_	_	_	_	_	*
+44	they	they	PRON	_	_	_	_	_	_	*
+45	blow	blow	VERB	_	_	_	_	_	ss=v.change	4:X
+46	out	out	ADP	_	_	_	_	_	_	4
+47	)	)	PUNCT	_	_	_	_	_	_	*
+48	,	,	PUNCT	_	_	_	_	_	_	*
+49	and	and	CCONJ	_	_	_	_	_	_	*
+50	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+51	it	it	PRON	_	_	_	_	_	_	*
+52	to	to	ADP	_	_	_	_	_	_	*
+53	their	their	PRON	_	_	_	_	_	_	*
+54	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+55	to	to	PART	_	_	_	_	_	_	*
+56	change	change	VERB	_	_	_	_	_	ss=v.change	*
+57	the	the	DET	_	_	_	_	_	_	*
+58	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+59	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.6
+# sent_counter = 2695
+# text = They were back quickly considering how far outside of Murfreesboro we were and had us on our way by 6:30 that evening .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	back	back	ADV	_	_	_	_	_	_	*
+4	quickly	quickly	ADV	_	_	_	_	_	_	*
+5	considering	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	far	far	ADV	_	_	_	_	_	_	*
+8	outside	outside	ADP	_	_	_	_	_	_	1:X
+9	of	of	ADP	_	_	_	_	_	_	1
+10	Murfreesboro	murfreesboro	PROPN	_	_	_	_	_	ss=n.location	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	us	us	PRON	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	our	our	PRON	_	_	_	_	_	_	*
+18	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	by	by	ADP	_	_	_	_	_	_	*
+20	6:30	6:30	NUM	_	_	_	_	_	_	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.7
+# sent_counter = 2696
+# text = Thanks Bud for all of your help and taking time away from your family that evening .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Bud	bud	PROPN	_	_	_	_	_	ss=n.person	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	help	help	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	taking	take	VERB	_	_	_	_	_	ss=v.change	1:X
+10	time	time	NOUN	_	_	_	_	_	_	1
+11	away	away	ADV	_	_	_	_	_	_	1
+12	from	from	ADP	_	_	_	_	_	_	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.8
+# sent_counter = 2697
+# text = It 's without a doubt , the best service experience I 've ever had and just to be clear , the price he charged me was the same as my tire guy in Nashville 's price for putting on the other rear tire .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	without	without	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	doubt	doubt	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	best	best	ADJ	_	_	_	_	_	_	*
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	've	've	AUX	_	_	_	_	_	_	*
+13	ever	ever	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	1:X
+18	be	be	VERB	_	_	_	_	_	_	1
+19	clear	clear	ADJ	_	_	_	_	_	_	1
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+23	he	he	PRON	_	_	_	_	_	_	*
+24	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	same	same	ADJ	_	_	_	_	_	_	*
+29	as	as	ADP	_	_	_	_	_	_	*
+30	my	my	PRON	_	_	_	_	_	_	*
+31	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	guy	guy	NOUN	_	_	_	_	_	_	*
+33	in	in	ADP	_	_	_	_	_	_	*
+34	Nashville	nashville	PROPN	_	_	_	_	_	ss=n.location	*
+35	's	's	PART	_	_	_	_	_	_	*
+36	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+37	for	for	SCONJ	_	_	_	_	_	_	*
+38	putting	put	VERB	_	_	_	_	_	ss=v.contact	*
+39	on	on	ADP	_	_	_	_	_	_	*
+40	the	the	DET	_	_	_	_	_	_	*
+41	other	other	ADJ	_	_	_	_	_	_	*
+42	rear	rear	ADJ	_	_	_	_	_	_	*
+43	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.9
+# sent_counter = 2698
+# text = I hope I can return the favor in the future !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	return	return	VERB	_	_	_	_	_	ss=v.social	1:X
+6	the	the	DET	_	_	_	_	_	_	*
+7	favor	favor	NOUN	_	_	_	_	_	_	1
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.008585.10
+# sent_counter = 2699
+# text = Alan Grissom
+1	Alan	alan	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Grissom	grissom	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009389.1
+# sent_counter = 2700
+# text = gone
+1	gone	gone	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009389.2
+# sent_counter = 2701
+# text = library is closed .
+1	library	library	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	closed	closed	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009389.3
+# sent_counter = 2702
+# text = it is now bislas .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	bislas	bislas	PROPN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014483.1
+# sent_counter = 2703
+# text = Poor Service
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014483.2
+# sent_counter = 2704
+# text = After firing this company my next pool service found the filters had not been cleaned as they should have been .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	firing	fire	VERB	_	_	_	_	_	ss=v.social	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	next	next	ADJ	_	_	_	_	_	_	*
+7	pool	pool	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	service	service	NOUN	_	_	_	_	_	_	1
+9	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	filters	filter	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	had	have	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	been	be	AUX	_	_	_	_	_	_	*
+15	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	*
+16	as	as	SCONJ	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	should	should	AUX	_	_	_	_	_	_	*
+19	have	have	AUX	_	_	_	_	_	_	*
+20	been	be	AUX	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014483.3
+# sent_counter = 2705
+# text = I would recommend not using this company .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	using	use	VERB	_	_	_	_	_	ss=v.social	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015687.1
+# sent_counter = 2706
+# text = marisol
+1	marisol	marisol	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015687.2
+# sent_counter = 2707
+# text = this place is awesome twelve did an amazing job place is clean and staff is friendly
+1	this	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	twelve	twelve	PROPN	_	_	_	_	_	ss=n.group	*
+6	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	amazing	amazing	ADJ	_	_	_	_	_	_	*
+9	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+10	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	clean	clean	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	friendly	friendly	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.1
+# sent_counter = 2708
+# text = Another great business bites the dust !
+1	Another	another	DET	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+4	bites	bite	VERB	_	_	_	_	_	ss=v.change	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	dust	dust	NOUN	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.2
+# sent_counter = 2709
+# text = The best cakes EVER !
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	cakes	cake	NOUN	_	_	_	_	_	ss=n.food	*
+4	EVER	ever	ADV	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.3
+# sent_counter = 2710
+# text = A bit pricey , so I did n't go very often , but it was always a treat when I did .
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	bit	bit	NOUN	_	_	_	_	_	_	1
+3	pricey	pricey	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	often	often	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	always	always	ADV	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	ss=n.cognition	2:X
+18	treat	treat	NOUN	_	_	_	_	_	_	2
+19	when	when	ADV	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	did	do	AUX	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.4
+# sent_counter = 2711
+# text = The prices were worth what I got .
+1	The	the	DET	_	_	_	_	_	_	*
+2	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	worth	worth	ADJ	_	_	_	_	_	_	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.5
+# sent_counter = 2712
+# text = I 'm assuming they are completely out of business since I ca n't find any contact information .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	assuming	assume	VERB	_	_	_	_	_	ss=v.cognition	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	completely	completely	ADV	_	_	_	_	_	_	*
+7	out	out	ADP	_	_	_	_	_	_	1:X
+8	of	of	ADP	_	_	_	_	_	_	1
+9	business	business	NOUN	_	_	_	_	_	_	1
+10	since	since	SCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	ca	ca	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	any	any	DET	_	_	_	_	_	_	*
+16	contact	contact	NOUN	_	_	_	_	_	ss=n.communication	2:X
+17	information	information	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.024385.6
+# sent_counter = 2713
+# text = I 'm hoping the bakers continue to do their baking out of another place , because it would be a shame not to have these cakes any longer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	hoping	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	bakers	baker	NOUN	_	_	_	_	_	ss=n.person	*
+6	continue	continue	VERB	_	_	_	_	_	ss=v.stative	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	baking	baking	NOUN	_	_	_	_	_	ss=n.act	*
+11	out	out	ADP	_	_	_	_	_	_	1:X
+12	of	of	ADP	_	_	_	_	_	_	1
+13	another	another	DET	_	_	_	_	_	_	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	because	because	SCONJ	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	ss=n.cognition	2:X
+21	shame	shame	NOUN	_	_	_	_	_	_	2
+22	not	not	PART	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+25	these	these	DET	_	_	_	_	_	_	*
+26	cakes	cake	NOUN	_	_	_	_	_	ss=n.food	*
+27	any	any	ADV	_	_	_	_	_	_	3:X
+28	longer	longer	ADV	_	_	_	_	_	_	3
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.1
+# sent_counter = 2714
+# text = Poor Service
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.2
+# sent_counter = 2715
+# text = Run do n't walk .
+1	Run	run	VERB	_	_	_	_	_	ss=v.motion	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.3
+# sent_counter = 2716
+# text = My experience with Home Delivery Service has been one of disappointment and anger .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Home	home	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Delivery	delivery	PROPN	_	_	_	_	_	_	1
+6	Service	service	PROPN	_	_	_	_	_	_	1
+7	has	have	AUX	_	_	_	_	_	_	*
+8	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	disappointment	disappointment	NOUN	_	_	_	_	_	ss=n.feeling	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	anger	anger	NOUN	_	_	_	_	_	ss=n.feeling	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.4
+# sent_counter = 2717
+# text = If I could give them a lower rating than poor I would .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	could	could	AUX	_	_	_	_	_	_	*
+4	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	lower	low	ADJ	_	_	_	_	_	_	*
+8	rating	rating	NOUN	_	_	_	_	_	ss=n.communication	*
+9	than	than	ADP	_	_	_	_	_	_	*
+10	poor	poor	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.5
+# sent_counter = 2718
+# text = On August 21st , 2009 I ordered furniture from Hickory Furniture Mart and contracted for HDS to deliver it .
+1	On	on	ADP	_	_	_	_	_	_	*
+2	August	august	PROPN	_	_	_	_	_	ss=n.time	*
+3	21st	21st	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	2009	2009	NUM	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+8	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	Hickory	hickory	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Furniture	furniture	PROPN	_	_	_	_	_	_	1
+12	Mart	mart	PROPN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	contracted	contract	VERB	_	_	_	_	_	ss=v.social	*
+15	for	for	SCONJ	_	_	_	_	_	_	*
+16	HDS	hds	PROPN	_	_	_	_	_	ss=n.group	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.8
+# sent_counter = 2719
+# text = No one will give me a date .
+1	No	no	DET	_	_	_	_	_	_	1:X
+2	one	one	NUM	_	_	_	_	_	_	1
+3	will	will	AUX	_	_	_	_	_	_	*
+4	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	date	date	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.9
+# sent_counter = 2720
+# text = I spent $ 2300 on the bedroom suite , which was complete and excellent condition on the showroom floor .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+3	$	$	SYM	_	_	_	_	_	_	*
+4	2300	2300	NUM	_	_	_	_	_	_	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	bedroom	bedroom	NOUN	_	_	_	_	_	ss=n.location	*
+8	suite	suite	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	which	which	DET	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	complete	complete	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	excellent	excellent	ADJ	_	_	_	_	_	_	*
+15	condition	condition	NOUN	_	_	_	_	_	ss=n.state	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	showroom	showroom	NOUN	_	_	_	_	_	ss=n.location	1:X
+19	floor	floor	NOUN	_	_	_	_	_	_	1
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.10
+# sent_counter = 2721
+# text = Upon delivery it was clear the entire set was damaged : a piece of wood was broke on the headboard ; the chest of drawers was missing all four pieces necessary to attach the legs ; the dresser back legs were pushed in causing the dresser to lean into the wall ; and a nighstand was missing a drawer .
+1	Upon	upon	ADP	_	_	_	_	_	_	*
+2	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	clear	clear	ADJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	entire	entire	ADJ	_	_	_	_	_	_	*
+8	set	set	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	damaged	damage	VERB	_	_	_	_	_	ss=v.stative	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	wood	wood	NOUN	_	_	_	_	_	ss=n.natural_object	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	broke	broke	ADJ	_	_	_	_	_	_	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	headboard	headboard	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	;	;	PUNCT	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	chest	chest	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+24	of	of	ADP	_	_	_	_	_	_	1
+25	drawers	drawers	NOUN	_	_	_	_	_	_	1
+26	was	be	AUX	_	_	_	_	_	_	*
+27	missing	miss	VERB	_	_	_	_	_	ss=v.stative	*
+28	all	all	DET	_	_	_	_	_	_	*
+29	four	four	NUM	_	_	_	_	_	_	*
+30	pieces	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	necessary	necessary	ADJ	_	_	_	_	_	_	*
+32	to	to	PART	_	_	_	_	_	_	*
+33	attach	attach	VERB	_	_	_	_	_	ss=v.change	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	legs	legs	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	;	;	PUNCT	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	dresser	dresser	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	back	back	ADJ	_	_	_	_	_	_	*
+40	legs	legs	NOUN	_	_	_	_	_	ss=n.artifact	*
+41	were	be	AUX	_	_	_	_	_	_	*
+42	pushed	push	VERB	_	_	_	_	_	ss=v.stative	*
+43	in	in	ADP	_	_	_	_	_	_	*
+44	causing	cause	VERB	_	_	_	_	_	ss=v.change	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	dresser	dresser	NOUN	_	_	_	_	_	ss=n.artifact	*
+47	to	to	PART	_	_	_	_	_	_	*
+48	lean	lean	VERB	_	_	_	_	_	ss=v.contact	*
+49	into	into	ADP	_	_	_	_	_	_	*
+50	the	the	DET	_	_	_	_	_	_	*
+51	wall	wall	NOUN	_	_	_	_	_	ss=n.artifact	*
+52	;	;	PUNCT	_	_	_	_	_	_	*
+53	and	and	CCONJ	_	_	_	_	_	_	*
+54	a	a	DET	_	_	_	_	_	_	*
+55	nighstand	nighstand	NOUN	_	_	_	_	_	ss=n.artifact	*
+56	was	be	AUX	_	_	_	_	_	_	*
+57	missing	miss	VERB	_	_	_	_	_	ss=v.stative	*
+58	a	a	DET	_	_	_	_	_	_	*
+59	drawer	drawer	NOUN	_	_	_	_	_	ss=n.artifact	*
+60	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.11
+# sent_counter = 2722
+# text = How do you lose a drawer .
+1	How	how	ADV	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	lose	lose	VERB	_	_	_	_	_	ss=v.cognition	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	drawer	drawer	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.12
+# sent_counter = 2723
+# text = After complaining on September 10th to National Home Furnishings , Boyles , the Hickory Furniture Mart and Home Delivery Service the latter finally called me back and said they would be up to pick the dresser and chest of drawers at some future point and at some later point it would be professional repaired and at some later point it would be returned .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	complaining	complain	VERB	_	_	_	_	_	ss=v.communication	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	September	september	PROPN	_	_	_	_	_	ss=n.time	*
+5	10th	10th	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	National	national	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Home	home	PROPN	_	_	_	_	_	_	1
+9	Furnishings	furnishings	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Boyles	boyles	PROPN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Hickory	hickory	PROPN	_	_	_	_	_	ss=n.group	2:X
+15	Furniture	furniture	PROPN	_	_	_	_	_	_	2
+16	Mart	mart	PROPN	_	_	_	_	_	_	2
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	Home	home	PROPN	_	_	_	_	_	ss=n.group	3:X
+19	Delivery	delivery	PROPN	_	_	_	_	_	_	3
+20	Service	service	PROPN	_	_	_	_	_	_	3
+21	the	the	DET	_	_	_	_	_	_	*
+22	latter	latter	ADJ	_	_	_	_	_	_	*
+23	finally	finally	ADV	_	_	_	_	_	_	*
+24	called	call	VERB	_	_	_	_	_	ss=v.communication	4:X
+25	me	me	PRON	_	_	_	_	_	_	*
+26	back	back	ADV	_	_	_	_	_	_	4
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+29	they	they	PRON	_	_	_	_	_	_	*
+30	would	would	AUX	_	_	_	_	_	_	*
+31	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	up	up	ADV	_	_	_	_	_	_	*
+33	to	to	PART	_	_	_	_	_	_	*
+34	pick	pick	VERB	_	_	_	_	_	ss=v.motion	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	dresser	dresser	NOUN	_	_	_	_	_	ss=n.artifact	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	chest	chest	NOUN	_	_	_	_	_	ss=n.artifact	5:X
+39	of	of	ADP	_	_	_	_	_	_	5
+40	drawers	drawers	NOUN	_	_	_	_	_	_	5
+41	at	at	ADP	_	_	_	_	_	_	*
+42	some	some	DET	_	_	_	_	_	_	*
+43	future	future	ADJ	_	_	_	_	_	_	*
+44	point	point	NOUN	_	_	_	_	_	ss=n.event	*
+45	and	and	CCONJ	_	_	_	_	_	_	*
+46	at	at	ADP	_	_	_	_	_	_	*
+47	some	some	DET	_	_	_	_	_	_	*
+48	later	later	ADJ	_	_	_	_	_	_	*
+49	point	point	NOUN	_	_	_	_	_	ss=n.event	*
+50	it	it	PRON	_	_	_	_	_	_	*
+51	would	would	AUX	_	_	_	_	_	_	*
+52	be	be	AUX	_	_	_	_	_	_	*
+53	professional	professional	ADV	_	_	_	_	_	_	*
+54	repaired	repair	VERB	_	_	_	_	_	ss=v.change	*
+55	and	and	CCONJ	_	_	_	_	_	_	*
+56	at	at	ADP	_	_	_	_	_	_	*
+57	some	some	DET	_	_	_	_	_	_	*
+58	later	later	ADJ	_	_	_	_	_	_	*
+59	point	point	NOUN	_	_	_	_	_	ss=n.event	*
+60	it	it	PRON	_	_	_	_	_	_	*
+61	would	would	AUX	_	_	_	_	_	_	*
+62	be	be	AUX	_	_	_	_	_	_	*
+63	returned	return	VERB	_	_	_	_	_	ss=v.motion	*
+64	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.13
+# sent_counter = 2724
+# text = The customer service at Home Delivery Service was terrible let alone their promise to proper set up furniture .
+1	The	the	DET	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Home	home	PROPN	_	_	_	_	_	ss=n.group	2:X
+6	Delivery	delivery	PROPN	_	_	_	_	_	_	2
+7	Service	service	PROPN	_	_	_	_	_	_	2
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	terrible	terrible	ADJ	_	_	_	_	_	_	*
+10	let	let	VERB	_	_	_	_	_	ss=v.stative	3:X
+11	alone	alone	ADV	_	_	_	_	_	_	3
+12	their	their	PRON	_	_	_	_	_	_	*
+13	promise	promise	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	proper	proper	ADV	_	_	_	_	_	_	*
+16	set	set	VERB	_	_	_	_	_	ss=v.creation	4:X
+17	up	up	ADP	_	_	_	_	_	_	4
+18	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.14
+# sent_counter = 2725
+# text = So I am in limbo regarding a bedroom suite .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	1:X
+5	limbo	limbo	NOUN	_	_	_	_	_	_	1
+6	regarding	regard	VERB	_	_	_	_	_	ss=v.cognition	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	bedroom	bedroom	NOUN	_	_	_	_	_	ss=n.location	*
+9	suite	suite	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.15
+# sent_counter = 2726
+# text = I hope the owners and employees of this store have broken bedroom suites in their homes and furniture sitting in someone 's warehouse .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	hope	hope	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	employees	employee	NOUN	_	_	_	_	_	ss=n.group	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+10	have	have	VERB	_	_	_	_	_	_	*
+11	broken	break	VERB	_	_	_	_	_	ss=v.change	*
+12	bedroom	bedroom	NOUN	_	_	_	_	_	ss=n.location	*
+13	suites	suite	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	homes	home	NOUN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	furniture	furniture	ADJ	_	_	_	_	_	_	*
+19	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	someone	someone	NOUN	_	_	_	_	_	_	*
+22	's	's	PART	_	_	_	_	_	_	*
+23	warehouse	warehouse	NOUN	_	_	_	_	_	ss=n.location	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026883.16
+# sent_counter = 2727
+# text = Maybe then they will begin to understand poor customer service and terrible sit up service .
+1	Maybe	maybe	ADV	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	will	will	AUX	_	_	_	_	_	_	*
+5	begin	begin	VERB	_	_	_	_	_	ss=v.change	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+8	poor	poor	ADJ	_	_	_	_	_	_	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	service	service	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	terrible	terrible	ADJ	_	_	_	_	_	_	*
+13	sit	sit	VERB	_	_	_	_	_	ss=v.social	2:X
+14	up	up	ADP	_	_	_	_	_	_	2
+15	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.1
+# sent_counter = 2728
+# text = Might try again
+1	Might	might	AUX	_	_	_	_	_	_	*
+2	try	try	VERB	_	_	_	_	_	ss=v.social	*
+3	again	again	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.2
+# sent_counter = 2729
+# text = Pros : * Jill , the owner , is very nice and really cares about her feedback * Pretty nice atmosphere * Great Dessert * Not your typical veggie selection , I like !
+1	Pros	pro	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	*	*	SYM	_	_	_	_	_	_	*
+4	Jill	jill	PROPN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	nice	nice	ADJ	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	cares	care	VERB	_	_	_	_	_	ss=v.emotion	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	feedback	feedback	NOUN	_	_	_	_	_	ss=n.communication	*
+18	*	*	SYM	_	_	_	_	_	_	*
+19	Pretty	pretty	ADV	_	_	_	_	_	_	*
+20	nice	nice	ADJ	_	_	_	_	_	_	*
+21	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+22	*	*	SYM	_	_	_	_	_	_	*
+23	Great	great	ADJ	_	_	_	_	_	_	*
+24	Dessert	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+25	*	*	SYM	_	_	_	_	_	_	*
+26	Not	not	PART	_	_	_	_	_	_	*
+27	your	your	PRON	_	_	_	_	_	_	*
+28	typical	typical	ADJ	_	_	_	_	_	_	*
+29	veggie	veggie	NOUN	_	_	_	_	_	ss=n.food	*
+30	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+34	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.3
+# sent_counter = 2730
+# text = Do n't know where else you can find Purple Hull Peas and some of the other sides .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+4	where	where	ADV	_	_	_	_	_	_	*
+5	else	else	ADV	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	Purple	purple	ADJ	_	_	_	_	_	ss=n.food	1:X
+10	Hull	hull	NOUN	_	_	_	_	_	_	1
+11	Peas	pea	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	sides	side	NOUN	_	_	_	_	_	ss=n.food	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.4
+# sent_counter = 2731
+# text = Cons : * Server was n't very pleasant * Pretty small portion on the blackened catfish * Overcooked food * Time , took about 25 minutes from ordering to eating .
+1	Cons	con	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	*	*	SYM	_	_	_	_	_	_	*
+4	Server	server	NOUN	_	_	_	_	_	ss=n.person	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+9	*	*	SYM	_	_	_	_	_	_	*
+10	Pretty	pretty	ADV	_	_	_	_	_	_	*
+11	small	small	ADJ	_	_	_	_	_	_	*
+12	portion	portion	NOUN	_	_	_	_	_	ss=n.relation	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	blackened	blacken	VERB	_	_	_	_	_	ss=n.food	1:X
+16	catfish	catfish	NOUN	_	_	_	_	_	_	1
+17	*	*	SYM	_	_	_	_	_	_	*
+18	Overcooked	overcook	VERB	_	_	_	_	_	ss=v.stative	*
+19	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+20	*	*	SYM	_	_	_	_	_	_	*
+21	Time	time	NOUN	_	_	_	_	_	ss=n.time	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+24	about	about	ADV	_	_	_	_	_	_	*
+25	25	25	NUM	_	_	_	_	_	_	*
+26	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+27	from	from	ADP	_	_	_	_	_	_	*
+28	ordering	ordering	NOUN	_	_	_	_	_	ss=n.act	*
+29	to	to	ADP	_	_	_	_	_	_	*
+30	eating	eating	NOUN	_	_	_	_	_	ss=n.act	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.5
+# sent_counter = 2732
+# text = Half the tables and bar were empty by this point .
+1	Half	half	DET	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	tables	table	NOUN	_	_	_	_	_	ss=n.location	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	bar	bar	NOUN	_	_	_	_	_	ss=n.location	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	empty	empty	ADJ	_	_	_	_	_	_	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	point	point	NOUN	_	_	_	_	_	ss=n.event	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.6
+# sent_counter = 2733
+# text = Other Thoughts : Will try this place again .
+1	Other	other	ADJ	_	_	_	_	_	_	*
+2	Thoughts	thought	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Will	will	AUX	_	_	_	_	_	_	*
+5	try	try	VERB	_	_	_	_	_	ss=v.social	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.7
+# sent_counter = 2734
+# text = There must be a reason so many people like it there .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	must	must	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	reason	reason	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	like	like	VERB	_	_	_	_	_	ss=v.emotion	1:X
+10	it	it	PRON	_	_	_	_	_	_	1
+11	there	there	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039383.8
+# sent_counter = 2735
+# text = Their Club sandwich looks tasty , maybe that 'll change my mind .... and a different server .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	Club	club	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	sandwich	sandwich	NOUN	_	_	_	_	_	_	1
+4	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+5	tasty	tasty	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	maybe	maybe	ADV	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	'll	'll	AUX	_	_	_	_	_	_	*
+10	change	change	VERB	_	_	_	_	_	ss=v.cognition	2:X
+11	my	my	PRON	_	_	_	_	_	_	*
+12	mind	mind	NOUN	_	_	_	_	_	_	2
+13	....	....	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	different	different	ADJ	_	_	_	_	_	_	*
+17	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042085.1
+# sent_counter = 2736
+# text = Rubbish
+1	Rubbish	rubbish	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042085.2
+# sent_counter = 2737
+# text = Took 1 + hour to deliver to Chatham , hair in food , driver did n't know area .
+1	Took	take	VERB	_	_	_	_	_	ss=v.stative	*
+2	1	1	NUM	_	_	_	_	_	_	*
+3	+	+	SYM	_	_	_	_	_	_	*
+4	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	Chatham	chatham	PROPN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	driver	driver	NOUN	_	_	_	_	_	ss=n.person	*
+15	did	do	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+18	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042085.3
+# sent_counter = 2738
+# text = Noticed a few of these Cookie cutter places opening in Summit and New Providence .
+1	Noticed	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+2	a	a	DET	_	_	_	_	_	_	1:X
+3	few	few	NOUN	_	_	_	_	_	_	1
+4	of	of	ADP	_	_	_	_	_	_	*
+5	these	these	DET	_	_	_	_	_	_	*
+6	Cookie	cookie	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+7	cutter	cutter	NOUN	_	_	_	_	_	_	2
+8	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	opening	open	VERB	_	_	_	_	_	ss=v.social	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Summit	summit	PROPN	_	_	_	_	_	ss=n.location	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	New	new	PROPN	_	_	_	_	_	ss=n.location	3:X
+14	Providence	providence	PROPN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042085.4
+# sent_counter = 2739
+# text = Stick to Hop Hing , 20 year + resident .
+1	Stick	stick	VERB	_	_	_	_	_	ss=v.social	1:X
+2	to	to	ADP	_	_	_	_	_	_	1
+3	Hop	hop	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	Hing	hing	PROPN	_	_	_	_	_	_	2
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	20	20	NUM	_	_	_	_	_	_	*
+7	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+8	+	+	SYM	_	_	_	_	_	_	*
+9	resident	resident	NOUN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.1
+# sent_counter = 2740
+# text = New training Centre is excellent
+1	New	new	ADJ	_	_	_	_	_	_	*
+2	training	training	NOUN	_	_	_	_	_	ss=n.act	*
+3	Centre	centre	NOUN	_	_	_	_	_	ss=n.location	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.2
+# sent_counter = 2741
+# text = The Award Dance Centre has moved from its Holderness Road site to a new complex on Chamberlain Road Hull .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Award	award	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	Dance	dance	PROPN	_	_	_	_	_	_	1
+4	Centre	centre	PROPN	_	_	_	_	_	_	1
+5	has	have	AUX	_	_	_	_	_	_	*
+6	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	its	it	PRON	_	_	_	_	_	_	*
+9	Holderness	holderness	PROPN	_	_	_	_	_	ss=n.location	2:X
+10	Road	road	PROPN	_	_	_	_	_	_	2
+11	site	site	NOUN	_	_	_	_	_	ss=n.location	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	new	new	ADJ	_	_	_	_	_	_	*
+15	complex	complex	NOUN	_	_	_	_	_	ss=n.location	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	Chamberlain	chamberlain	PROPN	_	_	_	_	_	ss=n.location	3:X
+18	Road	road	PROPN	_	_	_	_	_	_	3
+19	Hull	hull	PROPN	_	_	_	_	_	_	3
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.4
+# sent_counter = 2742
+# text = The classes cover all age and skill ranges , with BALLROOM , LATIN , SEQUENCE , STREET , DISCO , LINE DANCING , BALLET , TAP & JAZZ .
+1	The	the	DET	_	_	_	_	_	_	*
+2	classes	class	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	cover	cover	VERB	_	_	_	_	_	ss=v.cognition	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	age	age	NOUN	_	_	_	_	_	ss=n.process	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	skill	skill	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	ranges	range	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	BALLROOM	ballroom	NOUN	_	_	_	_	_	ss=n.act	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	LATIN	latin	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	SEQUENCE	sequence	NOUN	_	_	_	_	_	ss=n.act	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	STREET	street	NOUN	_	_	_	_	_	ss=n.act	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	DISCO	disco	NOUN	_	_	_	_	_	ss=n.act	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	LINE	line	NOUN	_	_	_	_	_	ss=n.act	1:X
+22	DANCING	dancing	NOUN	_	_	_	_	_	_	1
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	BALLET	ballet	NOUN	_	_	_	_	_	ss=n.act	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	TAP	tap	NOUN	_	_	_	_	_	ss=n.act	*
+27	&	&	CCONJ	_	_	_	_	_	_	*
+28	JAZZ	jazz	NOUN	_	_	_	_	_	ss=n.act	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.5
+# sent_counter = 2743
+# text = We have attended A Ward Dance Centre for over a year and really enjoy the friendly and welcoming way we are taught Ballroom and Latin as well as the fun filled social dance evening held every Saturday evening ....
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	attended	attend	VERB	_	_	_	_	_	ss=v.social	*
+4	A	a	X	_	_	_	_	_	ss=n.group	1:X
+5	Ward	ward	PROPN	_	_	_	_	_	_	1
+6	Dance	dance	PROPN	_	_	_	_	_	_	1
+7	Centre	centre	PROPN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	over	over	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	friendly	friendly	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	welcoming	welcoming	ADJ	_	_	_	_	_	_	*
+19	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	are	be	AUX	_	_	_	_	_	_	*
+22	taught	teach	VERB	_	_	_	_	_	ss=v.communication	*
+23	Ballroom	ballroom	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	Latin	latin	ADJ	_	_	_	_	_	_	*
+26	as	as	ADV	_	_	_	_	_	_	2:X
+27	well	well	ADV	_	_	_	_	_	_	2
+28	as	as	ADP	_	_	_	_	_	_	2
+29	the	the	DET	_	_	_	_	_	_	*
+30	fun	fun	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	filled	fill	VERB	_	_	_	_	_	_	*
+32	social	social	ADJ	_	_	_	_	_	_	*
+33	dance	dance	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+35	held	hold	VERB	_	_	_	_	_	ss=v.social	*
+36	every	every	DET	_	_	_	_	_	_	*
+37	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+38	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+39	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047184.6
+# sent_counter = 2744
+# text = It is not really possible to score this school too highly , We would give it 12 out of 10 and 5 Stars across the board Steve & Anne
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	possible	possible	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	score	score	VERB	_	_	_	_	_	ss=v.cognition	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+10	too	too	ADV	_	_	_	_	_	_	*
+11	highly	highly	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	We	we	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	give	give	VERB	_	_	_	_	_	ss=v.cognition	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	12	12	NUM	_	_	_	_	_	_	*
+18	out	out	ADP	_	_	_	_	_	_	1:X
+19	of	of	ADP	_	_	_	_	_	_	1
+20	10	10	NUM	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	5	5	NUM	_	_	_	_	_	ss=n.communication	2:X
+23	Stars	star	NOUN	_	_	_	_	_	_	2
+24	across	across	ADP	_	_	_	_	_	_	3:X
+25	the	the	DET	_	_	_	_	_	_	3
+26	board	board	NOUN	_	_	_	_	_	_	3
+27	Steve	steve	PROPN	_	_	_	_	_	ss=n.person	*
+28	&	&	CCONJ	_	_	_	_	_	_	*
+29	Anne	anne	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.052884.1
+# sent_counter = 2745
+# text = unique gifts and cards
+1	unique	unique	ADJ	_	_	_	_	_	_	*
+2	gifts	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	cards	cards	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.1
+# sent_counter = 2746
+# text = friendly , fine food
+1	friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	fine	fine	ADJ	_	_	_	_	_	_	*
+4	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.2
+# sent_counter = 2747
+# text = The one - star review from 2005 is out of date .
+1	The	the	DET	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	ss=n.communication	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	star	star	NOUN	_	_	_	_	_	_	1
+5	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	2005	2005	NUM	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	out	out	ADP	_	_	_	_	_	_	2:X
+10	of	of	ADP	_	_	_	_	_	_	2
+11	date	date	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.3
+# sent_counter = 2748
+# text = There was a change of ownership a couple of years ago and service is both quick and extremely friendly .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	change	change	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	ownership	ownership	NOUN	_	_	_	_	_	ss=n.possession	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	couple	couple	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	both	both	CCONJ	_	_	_	_	_	_	*
+16	quick	quick	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	extremely	extremely	ADV	_	_	_	_	_	_	*
+19	friendly	friendly	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.4
+# sent_counter = 2749
+# text = The food continues to be very good -- deli sandwiches , homemade soups , fresh salads .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	continues	continue	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	--	--	PUNCT	_	_	_	_	_	_	*
+9	deli	deli	NOUN	_	_	_	_	_	ss=n.food	1:X
+10	sandwiches	sandwich	NOUN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	homemade	homemade	ADJ	_	_	_	_	_	_	*
+13	soups	soup	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	fresh	fresh	ADJ	_	_	_	_	_	_	*
+16	salads	salad	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.5
+# sent_counter = 2750
+# text = The atmosphere may not be for everyone .
+1	The	the	DET	_	_	_	_	_	_	*
+2	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	everyone	everyone	NOUN	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.6
+# sent_counter = 2751
+# text = It is a bustling place where separate parties are seated at the same table ( as in many European cafes ) , but if you are OK with that , the food is very good .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	bustling	bustling	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	where	where	ADV	_	_	_	_	_	_	*
+7	separate	separate	ADJ	_	_	_	_	_	_	*
+8	parties	party	NOUN	_	_	_	_	_	ss=n.group	*
+9	are	be	AUX	_	_	_	_	_	_	*
+10	seated	seat	VERB	_	_	_	_	_	ss=v.stative	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	same	same	ADJ	_	_	_	_	_	_	*
+14	table	table	NOUN	_	_	_	_	_	ss=n.location	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	as	as	ADP	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	many	many	ADJ	_	_	_	_	_	_	*
+19	European	european	ADJ	_	_	_	_	_	_	*
+20	cafes	cafe	NOUN	_	_	_	_	_	ss=n.group	*
+21	)	)	PUNCT	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	but	but	CCONJ	_	_	_	_	_	_	*
+24	if	if	SCONJ	_	_	_	_	_	_	*
+25	you	you	PRON	_	_	_	_	_	_	*
+26	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	OK	ok	ADJ	_	_	_	_	_	_	*
+28	with	with	ADP	_	_	_	_	_	_	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+33	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	very	very	ADV	_	_	_	_	_	_	*
+35	good	good	ADJ	_	_	_	_	_	_	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057386.7
+# sent_counter = 2752
+# text = Love the soups .
+1	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	soups	soup	NOUN	_	_	_	_	_	ss=n.food	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059088.1
+# sent_counter = 2753
+# text = Best Cigar lounge on the blouvard .
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Cigar	cigar	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	lounge	lounge	NOUN	_	_	_	_	_	_	1
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	blouvard	blouvard	NOUN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059088.2
+# sent_counter = 2754
+# text = Encino has been blessed by the opening of this smoke shop most definately .
+1	Encino	encino	PROPN	_	_	_	_	_	ss=n.person	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	blessed	bless	VERB	_	_	_	_	_	ss=v.stative	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	opening	opening	NOUN	_	_	_	_	_	ss=n.event	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	smoke	smoke	NOUN	_	_	_	_	_	ss=n.group	1:X
+11	shop	shop	NOUN	_	_	_	_	_	_	1
+12	most	most	ADV	_	_	_	_	_	_	*
+13	definately	definately	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059088.3
+# sent_counter = 2755
+# text = If you mention the name Amir you will receive % 10 off at time of purchase
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	mention	mention	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+6	Amir	amir	PROPN	_	_	_	_	_	ss=n.person	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	receive	receive	VERB	_	_	_	_	_	ss=v.possession	*
+10	%	%	SYM	_	_	_	_	_	_	*
+11	10	10	NUM	_	_	_	_	_	_	*
+12	off	off	ADV	_	_	_	_	_	_	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	purchase	purchase	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059386.1
+# sent_counter = 2756
+# text = Best YET !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	YET	yet	ADV	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059386.2
+# sent_counter = 2757
+# text = We go to Japaneiro 's all the time and we have NEVER been disappointed !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Japaneiro	japaneiro	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	's	's	PART	_	_	_	_	_	_	1
+6	all	all	DET	_	_	_	_	_	ss=n.time	2:X
+7	the	the	DET	_	_	_	_	_	_	2
+8	time	time	NOUN	_	_	_	_	_	_	2
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	NEVER	never	ADV	_	_	_	_	_	_	*
+13	been	be	AUX	_	_	_	_	_	_	*
+14	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059386.3
+# sent_counter = 2758
+# text = Wait staff is always ready to help if you ca n't decide ( which happens every time for me d / t the huge menu of rolls ) and always courteous !
+1	Wait	wait	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	staff	staff	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	ready	ready	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	help	help	VERB	_	_	_	_	_	ss=v.social	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	ca	ca	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	decide	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+13	(	(	PUNCT	_	_	_	_	_	_	*
+14	which	which	DET	_	_	_	_	_	_	*
+15	happens	happen	VERB	_	_	_	_	_	ss=v.stative	*
+16	every	every	DET	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	d	d	ADP	_	_	_	_	_	_	*
+21	/	/	PUNCT	_	_	_	_	_	_	*
+22	t	t	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	huge	huge	ADJ	_	_	_	_	_	_	*
+25	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	rolls	roll	NOUN	_	_	_	_	_	ss=n.food	*
+28	)	)	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	always	always	ADV	_	_	_	_	_	_	*
+31	courteous	courteous	ADJ	_	_	_	_	_	_	*
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.059386.4
+# sent_counter = 2759
+# text = Soooo tasty !
+1	Soooo	soooo	ADV	_	_	_	_	_	_	*
+2	tasty	tasty	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.1
+# sent_counter = 2760
+# text = After recently relocating to South Bend , we were looking for a delicious , fun , yet elegant establishment for New Year s Eve dinner .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	relocating	relocate	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	South	south	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Bend	bend	PROPN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	were	be	AUX	_	_	_	_	_	_	*
+10	looking	look	VERB	_	_	_	_	_	ss=v.cognition	2:X
+11	for	for	ADP	_	_	_	_	_	_	2
+12	a	a	DET	_	_	_	_	_	_	*
+13	delicious	delicious	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	fun	fun	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	yet	yet	CCONJ	_	_	_	_	_	_	*
+18	elegant	elegant	ADJ	_	_	_	_	_	_	*
+19	establishment	establishment	NOUN	_	_	_	_	_	ss=n.group	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	New	new	PROPN	_	_	_	_	_	ss=n.event	3:X
+22	Year	year	PROPN	_	_	_	_	_	_	3
+23	s	s	PART	_	_	_	_	_	_	3
+24	Eve	eve	PROPN	_	_	_	_	_	_	3
+25	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.2
+# sent_counter = 2761
+# text = We were disappointed with this holiday dinner due to the overall flavor and price of the meal , and accessibility to the Jazz Club .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	disappointed	disappointed	ADJ	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	holiday	holiday	NOUN	_	_	_	_	_	ss=n.event	1:X
+7	dinner	dinner	NOUN	_	_	_	_	_	_	1
+8	due	due	ADP	_	_	_	_	_	_	2:X
+9	to	to	ADP	_	_	_	_	_	_	2
+10	the	the	DET	_	_	_	_	_	_	*
+11	overall	overall	ADJ	_	_	_	_	_	_	*
+12	flavor	flavor	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	accessibility	accessibility	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	Jazz	jazz	PROPN	_	_	_	_	_	ss=n.group	3:X
+24	Club	club	PROPN	_	_	_	_	_	_	3
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.3
+# sent_counter = 2762
+# text = The meal was extremely overpriced and lacked flavor , especially for being a special NYE menu .
+1	The	the	DET	_	_	_	_	_	_	*
+2	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	extremely	extremely	ADV	_	_	_	_	_	_	*
+5	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	lacked	lack	VERB	_	_	_	_	_	ss=v.stative	*
+8	flavor	flavor	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	especially	especially	ADV	_	_	_	_	_	_	*
+11	for	for	SCONJ	_	_	_	_	_	_	*
+12	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	special	special	ADJ	_	_	_	_	_	_	*
+15	NYE	nye	PROPN	_	_	_	_	_	ss=n.event	*
+16	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.4
+# sent_counter = 2763
+# text = The limited menu had few appetizing options and the NYE special packages were way overpriced .
+1	The	the	DET	_	_	_	_	_	_	*
+2	limited	limited	ADJ	_	_	_	_	_	_	*
+3	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	few	few	ADJ	_	_	_	_	_	_	*
+6	appetizing	appetizing	ADJ	_	_	_	_	_	_	*
+7	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	NYE	nye	PROPN	_	_	_	_	_	ss=n.event	*
+11	special	special	ADJ	_	_	_	_	_	_	*
+12	packages	package	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	way	way	ADV	_	_	_	_	_	_	*
+15	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.5
+# sent_counter = 2764
+# text = After our meal , our server found us a table in the jazz club where we were informed it would be another $ 10 / person to stay and listen to the band , despite the fact we had just finished a dinner there and were intending to enjoy their drink list .
+1	After	after	ADP	_	_	_	_	_	_	*
+2	our	our	PRON	_	_	_	_	_	_	*
+3	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	server	server	NOUN	_	_	_	_	_	ss=n.person	*
+7	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	table	table	NOUN	_	_	_	_	_	ss=n.location	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	jazz	jazz	NOUN	_	_	_	_	_	ss=n.group	1:X
+14	club	club	NOUN	_	_	_	_	_	_	1
+15	where	where	ADV	_	_	_	_	_	_	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	were	be	AUX	_	_	_	_	_	_	*
+18	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	another	another	DET	_	_	_	_	_	_	*
+23	$	$	SYM	_	_	_	_	_	_	*
+24	10	10	NUM	_	_	_	_	_	_	*
+25	/	/	SYM	_	_	_	_	_	_	*
+26	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	listen	listen	VERB	_	_	_	_	_	ss=v.perception	*
+31	to	to	ADP	_	_	_	_	_	_	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	band	band	NOUN	_	_	_	_	_	ss=n.group	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	despite	despite	ADP	_	_	_	_	_	_	2:X
+36	the	the	DET	_	_	_	_	_	_	2
+37	fact	fact	NOUN	_	_	_	_	_	_	2
+38	we	we	PRON	_	_	_	_	_	_	*
+39	had	have	AUX	_	_	_	_	_	_	*
+40	just	just	ADV	_	_	_	_	_	_	*
+41	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+42	a	a	DET	_	_	_	_	_	_	*
+43	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+44	there	there	ADV	_	_	_	_	_	_	*
+45	and	and	CCONJ	_	_	_	_	_	_	*
+46	were	be	AUX	_	_	_	_	_	_	*
+47	intending	intend	VERB	_	_	_	_	_	ss=v.cognition	*
+48	to	to	PART	_	_	_	_	_	_	*
+49	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+50	their	their	PRON	_	_	_	_	_	_	*
+51	drink	drink	NOUN	_	_	_	_	_	ss=n.food	*
+52	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+53	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085980.6
+# sent_counter = 2765
+# text = This was a less than impressive experience at Trio 's .
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	less	less	ADJ	_	_	_	_	_	_	1:X
+5	than	than	ADP	_	_	_	_	_	_	1
+6	impressive	impressive	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	Trio	trio	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	's	's	PART	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.1
+# sent_counter = 2766
+# text = Needs to go out of business
+1	Needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+4	out	out	ADP	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	1
+6	business	business	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.2
+# sent_counter = 2767
+# text = They close whenever they feel like it , often well before their listed closing time .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	close	close	VERB	_	_	_	_	_	ss=v.social	*
+3	whenever	whenever	ADV	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	1:X
+6	like	like	ADP	_	_	_	_	_	_	1
+7	it	it	PRON	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	often	often	ADV	_	_	_	_	_	_	*
+10	well	well	ADV	_	_	_	_	_	_	*
+11	before	before	ADP	_	_	_	_	_	_	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	listed	list	VERB	_	_	_	_	_	ss=v.communication	*
+14	closing	closing	NOUN	_	_	_	_	_	ss=n.event	*
+15	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.3
+# sent_counter = 2768
+# text = Their store is dusty , dirty and feels like you 're stepping into the 1970s .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	dusty	dusty	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	dirty	dirty	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	feels	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+9	like	like	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	're	're	AUX	_	_	_	_	_	_	*
+12	stepping	step	VERB	_	_	_	_	_	ss=v.change	*
+13	into	into	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	1970s	1970s	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.4
+# sent_counter = 2769
+# text = They do n't take coupons .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	take	take	VERB	_	_	_	_	_	ss=v.possession	*
+5	coupons	coupon	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.5
+# sent_counter = 2770
+# text = They have a credit card minimum .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	1:X
+5	card	card	NOUN	_	_	_	_	_	_	1
+6	minimum	minimum	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094189.6
+# sent_counter = 2771
+# text = This place is the opposite of QuikTrip : crappy in every way .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	opposite	opposite	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	QuikTrip	quiktrip	PROPN	_	_	_	_	_	ss=n.group	*
+8	:	:	PUNCT	_	_	_	_	_	_	*
+9	crappy	crappy	ADJ	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	every	every	DET	_	_	_	_	_	_	*
+12	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.1
+# sent_counter = 2772
+# text = All I can say is that I am glad I went in !
+1	All	all	DET	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	glad	glad	ADJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	went	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+12	in	in	ADV	_	_	_	_	_	_	1
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.2
+# sent_counter = 2773
+# text = The nurses are sweet as pie and the doctor is wonderful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	nurses	nurse	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	sweet	sweet	ADJ	_	_	_	_	_	_	1:X
+5	as	as	ADP	_	_	_	_	_	_	1
+6	pie	pie	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.3
+# sent_counter = 2774
+# text = This place is about healing , not making a buck .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	about	about	ADP	_	_	_	_	_	_	1
+5	healing	healing	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	making	make	VERB	_	_	_	_	_	ss=v.social	2:X
+9	a	a	DET	_	_	_	_	_	_	2
+10	buck	buck	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.4
+# sent_counter = 2775
+# text = The followup visit is FREE !!
+1	The	the	DET	_	_	_	_	_	_	*
+2	followup	followup	NOUN	_	_	_	_	_	ss=n.event	*
+3	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	FREE	free	ADJ	_	_	_	_	_	_	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.5
+# sent_counter = 2776
+# text = After going to the hospital and paying ER prices ... there is no way I wo n't be back here !!
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	hospital	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+8	ER	er	NOUN	_	_	_	_	_	ss=n.group	*
+9	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	there	there	PRON	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	no	no	DET	_	_	_	_	_	_	*
+14	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	wo	wo	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	back	back	ADV	_	_	_	_	_	_	*
+20	here	here	ADV	_	_	_	_	_	_	*
+21	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.6
+# sent_counter = 2777
+# text = I will be back and telling EVERYONE about this clinic .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+7	EVERYONE	everyone	NOUN	_	_	_	_	_	_	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	clinic	clinic	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.111583.7
+# sent_counter = 2778
+# text = THANK YOU !!
+1	THANK	thank	VERB	_	_	_	_	_	_	1:X
+2	YOU	you	PRON	_	_	_	_	_	_	1
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.002317.1
+# sent_counter = 2779
+# text = telephone number
+1	telephone	telephone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	number	number	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.002317.2
+# sent_counter = 2780
+# text = the telephone number is incorrect - our new mobile number is 07551310002 or landline 01634 710033 .
+1	the	the	DET	_	_	_	_	_	_	*
+2	telephone	telephone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	number	number	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	incorrect	incorrect	ADJ	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	our	our	PRON	_	_	_	_	_	_	*
+8	new	new	ADJ	_	_	_	_	_	_	*
+9	mobile	mobile	ADJ	_	_	_	_	_	ss=n.communication	2:X
+10	number	number	NOUN	_	_	_	_	_	_	2
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	07551310002	07551310002	NUM	_	_	_	_	_	_	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	landline	landline	NOUN	_	_	_	_	_	ss=n.communication	*
+15	01634	01634	NUM	_	_	_	_	_	_	*
+16	710033	710033	NUM	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.002317.3
+# sent_counter = 2781
+# text = thank you
+1	thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.1
+# sent_counter = 2782
+# text = Billing Issues ...
+1	Billing	billing	NOUN	_	_	_	_	_	ss=n.possession	*
+2	Issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.3
+# sent_counter = 2783
+# text = My insurance company , Blue Cross / Blue Shield paid the fees and everything was fine .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+3	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Blue	blue	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Cross	cross	PROPN	_	_	_	_	_	_	1
+7	/	/	PUNCT	_	_	_	_	_	_	1
+8	Blue	blue	PROPN	_	_	_	_	_	_	1
+9	Shield	shield	PROPN	_	_	_	_	_	_	1
+10	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	fees	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	everything	everything	NOUN	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	fine	fine	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.5
+# sent_counter = 2784
+# text = The doctor 's office said that payments had been " reversed " .
+1	The	the	DET	_	_	_	_	_	_	*
+2	doctor	doctor	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	's	's	PART	_	_	_	_	_	_	1
+4	office	office	NOUN	_	_	_	_	_	_	1
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	payments	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	been	be	AUX	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	reversed	reverse	VERB	_	_	_	_	_	ss=v.change	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.6
+# sent_counter = 2785
+# text = Blue cross has no record of aa reversal .
+1	Blue	blue	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	cross	cross	PROPN	_	_	_	_	_	_	1
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	record	record	NOUN	_	_	_	_	_	ss=n.communication	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	aa	aa	DET	_	_	_	_	_	_	*
+8	reversal	reversal	NOUN	_	_	_	_	_	ss=n.event	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.8
+# sent_counter = 2786
+# text = They eventually turned it over to a collection agency and now will not even discuss the matter .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	eventually	eventually	ADV	_	_	_	_	_	_	*
+3	turned	turn	VERB	_	_	_	_	_	ss=v.social	1:X
+4	it	it	PRON	_	_	_	_	_	_	*
+5	over	over	ADP	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	1
+7	a	a	DET	_	_	_	_	_	_	*
+8	collection	collection	NOUN	_	_	_	_	_	ss=n.group	2:X
+9	agency	agency	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	now	now	ADV	_	_	_	_	_	_	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	even	even	ADV	_	_	_	_	_	_	*
+15	discuss	discuss	VERB	_	_	_	_	_	ss=v.communication	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	matter	matter	NOUN	_	_	_	_	_	ss=n.event	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.10
+# sent_counter = 2787
+# text = It was an ingrown toenail .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	ingrown	ingrown	ADJ	_	_	_	_	_	ss=n.body	1:X
+5	toenail	toenail	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.11
+# sent_counter = 2788
+# text = How much could it possibly cost ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	much	much	ADJ	_	_	_	_	_	_	*
+3	could	could	AUX	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	possibly	possibly	ADV	_	_	_	_	_	_	*
+6	cost	cost	VERB	_	_	_	_	_	ss=v.possession	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.13
+# sent_counter = 2789
+# text = I think this office has some serious billing practice issues !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+5	has	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	some	some	DET	_	_	_	_	_	_	*
+7	serious	serious	ADJ	_	_	_	_	_	_	*
+8	billing	billing	NOUN	_	_	_	_	_	ss=n.possession	*
+9	practice	practice	NOUN	_	_	_	_	_	ss=n.process	*
+10	issues	issue	NOUN	_	_	_	_	_	_	1
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025516.2
+# sent_counter = 2790
+# text = Sent scented flowers home instead of postcards .
+1	Sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+2	scented	scent	VERB	_	_	_	_	_	ss=n.artifact	1:X
+3	flowers	flower	NOUN	_	_	_	_	_	_	1
+4	home	home	ADV	_	_	_	_	_	_	*
+5	instead	instead	ADV	_	_	_	_	_	_	2:X
+6	of	of	ADP	_	_	_	_	_	_	2
+7	postcards	postcard	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.1
+# sent_counter = 2791
+# text = Our Wedding 11/7/08
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	Wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+3	11/7/08	11/7/08	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.4
+# sent_counter = 2792
+# text = The food was out standing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	out	out	X	_	_	_	_	_	_	1:X
+5	standing	standing	ADJ	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.5
+# sent_counter = 2793
+# text = If you need a cater that is affordable and easy to work with they are the ones .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	cater	cater	NOUN	_	_	_	_	_	ss=n.group	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	affordable	affordable	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	easy	easy	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	work	work	VERB	_	_	_	_	_	ss=v.social	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	ones	one	NOUN	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.6
+# sent_counter = 2794
+# text = Thanks again Saucey 's .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	1:X
+2	again	again	ADV	_	_	_	_	_	_	1
+3	Saucey	saucey	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	's	's	PART	_	_	_	_	_	_	2
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.7
+# sent_counter = 2795
+# text = Mark
+1	Mark	mark	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030811.1
+# sent_counter = 2796
+# text = I 've only had good experiences at Adorn , I was greeted and offered a refreshment .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.social	1:X
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	experiences	experience	NOUN	_	_	_	_	_	_	1
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Adorn	adorn	PROPN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	greeted	greet	VERB	_	_	_	_	_	ss=v.communication	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	refreshment	refreshment	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030811.2
+# sent_counter = 2797
+# text = I highly recommend Debi , she does an amazing job , I " love " the way she cuts my hair , extremely thorough and cross checks her work to make sure my hair is perfect .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Debi	debi	PROPN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	does	do	VERB	_	_	_	_	_	ss=v.social	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	amazing	amazing	ADJ	_	_	_	_	_	_	*
+10	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	she	she	PRON	_	_	_	_	_	_	*
+19	cuts	cut	VERB	_	_	_	_	_	ss=v.body	1:X
+20	my	my	PRON	_	_	_	_	_	_	*
+21	hair	hair	NOUN	_	_	_	_	_	_	1
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	extremely	extremely	ADV	_	_	_	_	_	_	*
+24	thorough	thorough	ADJ	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	cross	cross	VERB	_	_	_	_	_	ss=v.cognition	2:X
+27	checks	check	VERB	_	_	_	_	_	_	2
+28	her	her	PRON	_	_	_	_	_	_	*
+29	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+30	to	to	PART	_	_	_	_	_	_	*
+31	make	make	VERB	_	_	_	_	_	ss=v.cognition	3:X
+32	sure	sure	ADJ	_	_	_	_	_	_	3
+33	my	my	PRON	_	_	_	_	_	_	*
+34	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+35	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	perfect	perfect	ADJ	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030811.3
+# sent_counter = 2798
+# text = I always leave loving my hair style .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	always	always	ADV	_	_	_	_	_	_	*
+3	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+4	loving	love	VERB	_	_	_	_	_	ss=v.emotion	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	hair	hair	NOUN	_	_	_	_	_	ss=n.body	1:X
+7	style	style	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.031113.1
+# sent_counter = 2799
+# text = Good Pizza at a good price
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	Pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.031113.3
+# sent_counter = 2800
+# text = The pizza is usually pretty good , the only bad one we got was on a Friday night and it just needed to be cooked a little more , but it was still good .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	usually	usually	ADV	_	_	_	_	_	_	*
+5	pretty	pretty	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	only	only	ADJ	_	_	_	_	_	_	*
+10	bad	bad	NOUN	_	_	_	_	_	_	*
+11	one	one	NUM	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+18	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	just	just	ADV	_	_	_	_	_	_	*
+22	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	be	be	AUX	_	_	_	_	_	_	*
+25	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+26	a	a	DET	_	_	_	_	_	_	1:X
+27	little	little	ADJ	_	_	_	_	_	_	1
+28	more	more	ADV	_	_	_	_	_	_	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	but	but	CCONJ	_	_	_	_	_	_	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	still	still	ADV	_	_	_	_	_	_	*
+34	good	good	ADJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.031113.4
+# sent_counter = 2801
+# text = Their BBQ chicken pizza is one of the better ones I have ever had .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	BBQ	bbq	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	chicken	chicken	NOUN	_	_	_	_	_	_	1
+4	pizza	pizza	NOUN	_	_	_	_	_	_	1
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	ones	one	NOUN	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	ever	ever	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034313.1
+# sent_counter = 2802
+# text = criminal defense lawyer
+1	criminal	criminal	ADJ	_	_	_	_	_	ss=n.person	1:X
+2	defense	defense	NOUN	_	_	_	_	_	_	1
+3	lawyer	lawyer	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034313.2
+# sent_counter = 2803
+# text = Mr. Villega is an exceptional California criminal defense lawyer .
+1	Mr.	mr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Villega	villega	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	exceptional	exceptional	ADJ	_	_	_	_	_	_	*
+6	California	california	PROPN	_	_	_	_	_	ss=n.location	*
+7	criminal	criminal	ADJ	_	_	_	_	_	ss=n.person	2:X
+8	defense	defense	NOUN	_	_	_	_	_	_	2
+9	lawyer	lawyer	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034313.4
+# sent_counter = 2804
+# text = If you want an attorney who will defend your right , contact Law Offices of Armando Villega
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	attorney	attorney	NOUN	_	_	_	_	_	ss=n.person	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	defend	defend	VERB	_	_	_	_	_	ss=v.social	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	right	right	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	contact	contact	VERB	_	_	_	_	_	ss=v.communication	*
+13	Law	law	PROPN	_	_	_	_	_	ss=n.group	1:X
+14	Offices	offices	PROPN	_	_	_	_	_	_	1
+15	of	of	ADP	_	_	_	_	_	_	1
+16	Armando	armando	PROPN	_	_	_	_	_	_	1
+17	Villega	villega	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034813.2
+# sent_counter = 2805
+# text = I do n't get it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	it	it	PRON	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034813.3
+# sent_counter = 2806
+# text = This place is awesome , with a great ambiance and cool decor , and the food is scrumptious ( and especially their signature banana split ) .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	ambiance	ambiance	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	cool	cool	ADJ	_	_	_	_	_	_	*
+12	decor	decor	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	scrumptious	scrumptious	ADJ	_	_	_	_	_	_	*
+19	(	(	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	especially	especially	ADV	_	_	_	_	_	_	*
+22	their	their	PRON	_	_	_	_	_	_	*
+23	signature	signature	NOUN	_	_	_	_	_	_	*
+24	banana	banana	NOUN	_	_	_	_	_	ss=n.food	1:X
+25	split	split	NOUN	_	_	_	_	_	_	1
+26	)	)	PUNCT	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034813.4
+# sent_counter = 2807
+# text = Sure , some items are a little pricey , but c'm on ... have you ever been out to eat in Seattle before ?
+1	Sure	sure	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	some	some	DET	_	_	_	_	_	_	*
+4	items	item	NOUN	_	_	_	_	_	ss=n.food	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	1:X
+7	little	little	ADJ	_	_	_	_	_	_	1
+8	pricey	pricey	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	c'm	c	VERB	_	_	_	_	_	_	2:X
+12	on	on	ADV	_	_	_	_	_	_	2
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	have	have	AUX	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	ever	ever	ADV	_	_	_	_	_	_	*
+17	been	be	VERB	_	_	_	_	_	ss=v.motion	*
+18	out	out	ADV	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	3:X
+20	eat	eat	VERB	_	_	_	_	_	_	3
+21	in	in	ADP	_	_	_	_	_	_	*
+22	Seattle	seattle	PROPN	_	_	_	_	_	ss=n.location	*
+23	before	before	ADV	_	_	_	_	_	_	*
+24	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.040616.1
+# sent_counter = 2808
+# text = we purchased a new home but was unable to sell our old house so we contacted this property management company and they have helped us quickly rent out our house and keep it maintained .
+1	we	we	PRON	_	_	_	_	_	_	*
+2	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	unable	unable	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	sell	sell	VERB	_	_	_	_	_	ss=v.possession	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	old	old	ADJ	_	_	_	_	_	_	*
+13	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	contacted	contact	VERB	_	_	_	_	_	ss=v.communication	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	property	property	NOUN	_	_	_	_	_	ss=n.group	1:X
+19	management	management	NOUN	_	_	_	_	_	_	1
+20	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	they	they	PRON	_	_	_	_	_	_	*
+23	have	have	AUX	_	_	_	_	_	_	*
+24	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+25	us	us	PRON	_	_	_	_	_	_	*
+26	quickly	quickly	ADV	_	_	_	_	_	_	*
+27	rent	rent	VERB	_	_	_	_	_	ss=v.possession	2:X
+28	out	out	ADP	_	_	_	_	_	_	2
+29	our	our	PRON	_	_	_	_	_	_	*
+30	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	keep	keep	VERB	_	_	_	_	_	ss=v.social	3:X
+33	it	it	PRON	_	_	_	_	_	_	*
+34	maintained	maintain	VERB	_	_	_	_	_	_	3
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.040616.2
+# sent_counter = 2809
+# text = Since then we have decided to have them manage our other investment properties as well as we getting older and can no longer perform all the inquires .
+1	Since	since	ADP	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	them	them	PRON	_	_	_	_	_	_	*
+9	manage	manage	VERB	_	_	_	_	_	ss=v.social	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	other	other	ADJ	_	_	_	_	_	_	*
+12	investment	investment	NOUN	_	_	_	_	_	ss=n.possession	*
+13	properties	property	NOUN	_	_	_	_	_	ss=n.group	*
+14	as	as	ADV	_	_	_	_	_	_	1:X
+15	well	well	ADV	_	_	_	_	_	_	1
+16	as	as	SCONJ	_	_	_	_	_	_	1
+17	we	we	PRON	_	_	_	_	_	_	*
+18	getting	get	VERB	_	_	_	_	_	ss=v.change	2:X
+19	older	older	ADJ	_	_	_	_	_	_	2
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	can	can	AUX	_	_	_	_	_	_	*
+22	no	no	ADV	_	_	_	_	_	_	*
+23	longer	longer	ADV	_	_	_	_	_	_	*
+24	perform	perform	VERB	_	_	_	_	_	ss=v.social	*
+25	all	all	DET	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	inquires	inquires	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.040616.3
+# sent_counter = 2810
+# text = Great help !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.1
+# sent_counter = 2811
+# text = When in Scordia , Sicily
+1	When	when	ADV	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	Scordia	scordia	PROPN	_	_	_	_	_	ss=n.location	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Sicily	sicily	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.2
+# sent_counter = 2812
+# text = If ever in Sicily please take the time to visit Anna Maria Jose Mudo and her familia .
+1	If	if	ADP	_	_	_	_	_	_	1:X
+2	ever	ever	ADV	_	_	_	_	_	_	1
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Sicily	sicily	PROPN	_	_	_	_	_	ss=n.location	*
+5	please	please	INTJ	_	_	_	_	_	_	*
+6	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+7	the	the	DET	_	_	_	_	_	_	2
+8	time	time	NOUN	_	_	_	_	_	_	2
+9	to	to	PART	_	_	_	_	_	_	*
+10	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+11	Anna	anna	PROPN	_	_	_	_	_	ss=n.person	3:X
+12	Maria	maria	PROPN	_	_	_	_	_	_	3
+13	Jose	jose	PROPN	_	_	_	_	_	_	3
+14	Mudo	mudo	PROPN	_	_	_	_	_	_	3
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	familia	familia	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.3
+# sent_counter = 2813
+# text = They are and always will be the nicest people in Sicily that you will meet .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	nicest	nice	ADJ	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Sicily	sicily	PROPN	_	_	_	_	_	ss=n.location	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.4
+# sent_counter = 2814
+# text = You will also have the pleasure of learning the Italiano language .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=n.feeling	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	pleasure	pleasure	NOUN	_	_	_	_	_	_	1
+7	of	of	SCONJ	_	_	_	_	_	_	*
+8	learning	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Italiano	italiano	PROPN	_	_	_	_	_	ss=n.communication	*
+11	language	language	NOUN	_	_	_	_	_	ss=n.communication	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.5
+# sent_counter = 2815
+# text = You will also have the experience of learning the bella Sicilian culture , that I have fallen in luv with .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.social	1:X
+5	the	the	DET	_	_	_	_	_	_	*
+6	experience	experience	NOUN	_	_	_	_	_	_	1
+7	of	of	SCONJ	_	_	_	_	_	_	*
+8	learning	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	bella	bella	ADJ	_	_	_	_	_	_	*
+11	Sicilian	sicilian	ADJ	_	_	_	_	_	_	*
+12	culture	culture	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	have	have	AUX	_	_	_	_	_	_	*
+17	fallen	fall	VERB	_	_	_	_	_	ss=v.emotion	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	luv	luv	NOUN	_	_	_	_	_	ss=n.feeling	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042012.7
+# sent_counter = 2816
+# text = Luv always ..
+1	Luv	luv	NOUN	_	_	_	_	_	_	1:X
+2	always	always	ADV	_	_	_	_	_	_	1
+3	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.1
+# sent_counter = 2817
+# text = Ca n't wait to go back !!!
+1	Ca	ca	AUX	_	_	_	_	_	ss=v.cognition	1:X
+2	n't	n't	PART	_	_	_	_	_	_	1
+3	wait	wait	VERB	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	back	back	ADV	_	_	_	_	_	_	*
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.2
+# sent_counter = 2818
+# text = This is by far the BEST B&B that we have ever stayed at !
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	by	by	ADP	_	_	_	_	_	_	1:X
+4	far	far	ADV	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	BEST	best	ADJ	_	_	_	_	_	_	*
+7	B&B	b&b	NOUN	_	_	_	_	_	ss=n.group	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.4
+# sent_counter = 2819
+# text = We could not have been more welcomed , more comfortable or more well fed .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	_	*
+6	more	more	ADV	_	_	_	_	_	_	*
+7	welcomed	welcome	VERB	_	_	_	_	_	ss=v.social	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	more	more	ADV	_	_	_	_	_	_	*
+10	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	more	more	ADV	_	_	_	_	_	_	*
+13	well	well	ADV	_	_	_	_	_	ss=v.stative	1:X
+14	fed	feed	VERB	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.7
+# sent_counter = 2820
+# text = We can not wait to go back to Santa Fe and to this great B&B ... especially my 4 year old , who made friends with Ms. Sue and all the ladies , and has talked about them since we left !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	ss=v.cognition	1:X
+3	not	not	PART	_	_	_	_	_	_	1
+4	wait	wait	VERB	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Santa	santa	PROPN	_	_	_	_	_	ss=n.location	2:X
+10	Fe	fe	PROPN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	B&B	b&b	NOUN	_	_	_	_	_	ss=n.group	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+17	especially	especially	ADV	_	_	_	_	_	_	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	4	4	NUM	_	_	_	_	_	_	*
+20	year	year	NOUN	_	_	_	_	_	ss=n.person	3:X
+21	old	old	ADJ	_	_	_	_	_	_	3
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	who	who	PRON	_	_	_	_	_	_	*
+24	made	make	VERB	_	_	_	_	_	ss=v.social	4:X
+25	friends	friend	NOUN	_	_	_	_	_	_	4
+26	with	with	ADP	_	_	_	_	_	_	*
+27	Ms.	ms.	PROPN	_	_	_	_	_	ss=n.person	5:X
+28	Sue	sue	PROPN	_	_	_	_	_	_	5
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	all	all	DET	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	ladies	lady	NOUN	_	_	_	_	_	ss=n.person	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	has	have	AUX	_	_	_	_	_	_	*
+36	talked	talk	VERB	_	_	_	_	_	ss=v.communication	*
+37	about	about	ADP	_	_	_	_	_	_	*
+38	them	them	PRON	_	_	_	_	_	_	*
+39	since	since	SCONJ	_	_	_	_	_	_	*
+40	we	we	PRON	_	_	_	_	_	_	*
+41	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+42	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.042416.8
+# sent_counter = 2821
+# text = We would highly recommend the El Paradero on your next trip to Santa Fe !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	El	el	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Paradero	paradero	PROPN	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	next	next	ADJ	_	_	_	_	_	_	*
+11	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	Santa	santa	PROPN	_	_	_	_	_	ss=n.location	2:X
+14	Fe	fe	PROPN	_	_	_	_	_	_	2
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071017.3
+# sent_counter = 2822
+# text = Lots of room for big rig parking .
+1	Lots	lots	NOUN	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	room	room	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	big	big	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+6	rig	rig	NOUN	_	_	_	_	_	_	1
+7	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.2
+# sent_counter = 2823
+# text = I took my 2001 Nissan Frontier in to fix a cracked manifold .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	my	my	PRON	_	_	_	_	_	_	*
+4	2001	2001	NUM	_	_	_	_	_	ss=n.artifact	2:X
+5	Nissan	nissan	PROPN	_	_	_	_	_	_	2
+6	Frontier	frontier	PROPN	_	_	_	_	_	_	2
+7	in	in	ADV	_	_	_	_	_	_	1
+8	to	to	PART	_	_	_	_	_	_	*
+9	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	cracked	crack	VERB	_	_	_	_	_	_	*
+12	manifold	manifold	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071518.5
+# sent_counter = 2824
+# text = I was so impressed with the honesty and integrity of Mike and everyone at Eagle Transmission !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	impressed	impressed	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	honesty	honesty	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	integrity	integrity	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	everyone	everyone	NOUN	_	_	_	_	_	_	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	Eagle	eagle	PROPN	_	_	_	_	_	ss=n.group	1:X
+16	Transmission	transmission	PROPN	_	_	_	_	_	_	1
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.1
+# sent_counter = 2825
+# text = the food is mediocre at best .
+1	the	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	mediocre	mediocre	ADJ	_	_	_	_	_	_	*
+5	at	at	ADV	_	_	_	_	_	_	1:X
+6	best	best	ADV	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.2
+# sent_counter = 2826
+# text = the waitress took my name and then called me that all night .
+1	the	the	DET	_	_	_	_	_	_	*
+2	waitress	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+3	took	take	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	my	my	PRON	_	_	_	_	_	_	*
+5	name	name	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.3
+# sent_counter = 2827
+# text = not sure how I feel about that one .
+1	not	not	PART	_	_	_	_	_	_	*
+2	sure	sure	ADJ	_	_	_	_	_	_	*
+3	how	how	ADV	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	one	one	NUM	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.4
+# sent_counter = 2828
+# text = it 's passable as a pub , but the pizza is not that great .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	passable	passable	ADJ	_	_	_	_	_	_	*
+4	as	as	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	pub	pub	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	that	that	ADV	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.5
+# sent_counter = 2829
+# text = if you want good pizza , go to famoso .
+1	if	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	famoso	famoso	PROPN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077213.6
+# sent_counter = 2830
+# text = seriously .
+1	seriously	seriously	ADV	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077414.1
+# sent_counter = 2831
+# text = Small Firm with Great Service
+1	Small	small	ADJ	_	_	_	_	_	_	*
+2	Firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077414.2
+# sent_counter = 2832
+# text = Bloom Legal was really attentive to my problem , and Seth Bloom took the time to help me understand the legal issue I was dealing with .
+1	Bloom	bloom	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Legal	legal	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	attentive	attentive	ADJ	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	Seth	seth	PROPN	_	_	_	_	_	ss=n.person	2:X
+12	Bloom	bloom	PROPN	_	_	_	_	_	_	2
+13	took	take	VERB	_	_	_	_	_	ss=v.social	3:X
+14	the	the	DET	_	_	_	_	_	_	3
+15	time	time	NOUN	_	_	_	_	_	_	3
+16	to	to	PART	_	_	_	_	_	_	*
+17	help	help	VERB	_	_	_	_	_	ss=v.social	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	legal	legal	ADJ	_	_	_	_	_	_	*
+22	issue	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	was	be	AUX	_	_	_	_	_	_	*
+25	dealing	deal	VERB	_	_	_	_	_	ss=v.cognition	4:X
+26	with	with	ADP	_	_	_	_	_	_	4
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077414.3
+# sent_counter = 2833
+# text = I much preferred the one - on - one service here to the experiences I 've had with bigger offices and firms .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	much	much	ADV	_	_	_	_	_	_	*
+3	preferred	prefer	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	the	the	DET	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	2:X
+6	-	-	PUNCT	_	_	_	_	_	_	2
+7	on	on	ADP	_	_	_	_	_	_	2
+8	-	-	PUNCT	_	_	_	_	_	_	2
+9	one	one	NUM	_	_	_	_	_	_	2
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	here	here	ADV	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	1
+13	the	the	DET	_	_	_	_	_	_	*
+14	experiences	experience	NOUN	_	_	_	_	_	ss=v.social	3:X
+15	I	i	PRON	_	_	_	_	_	_	*
+16	've	've	AUX	_	_	_	_	_	_	*
+17	had	have	VERB	_	_	_	_	_	_	3
+18	with	with	ADP	_	_	_	_	_	_	*
+19	bigger	bigger	ADJ	_	_	_	_	_	_	*
+20	offices	office	NOUN	_	_	_	_	_	ss=n.group	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	firms	firm	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077414.4
+# sent_counter = 2834
+# text = While I hope I do n't have any need for a lawyer anytime soon , if I do I 'll definitely use this firm again .
+1	While	while	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	hope	hope	VERB	_	_	_	_	_	ss=v.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+8	any	any	DET	_	_	_	_	_	_	*
+9	need	need	NOUN	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	*
+12	lawyer	lawyer	NOUN	_	_	_	_	_	ss=n.person	*
+13	anytime	anytime	NOUN	_	_	_	_	_	_	*
+14	soon	soon	ADV	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	if	if	SCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	do	do	AUX	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	'll	'll	AUX	_	_	_	_	_	_	*
+21	definitely	definitely	ADV	_	_	_	_	_	_	*
+22	use	use	VERB	_	_	_	_	_	ss=v.social	*
+23	this	this	DET	_	_	_	_	_	_	*
+24	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+25	again	again	ADV	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080814.1
+# sent_counter = 2835
+# text = Fantastic professional service -
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080814.2
+# sent_counter = 2836
+# text = These guys really know their stuff .. they have almost anything you could want in terms of spy and surviellance equipment .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	their	their	PRON	_	_	_	_	_	_	*
+6	stuff	stuff	NOUN	_	_	_	_	_	_	1
+7	..	..	PUNCT	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	almost	almost	ADV	_	_	_	_	_	_	*
+11	anything	anything	NOUN	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+15	in	in	ADP	_	_	_	_	_	_	2:X
+16	terms	terms	NOUN	_	_	_	_	_	_	2
+17	of	of	ADP	_	_	_	_	_	_	2
+18	spy	spy	NOUN	_	_	_	_	_	ss=n.act	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	surviellance	surviellance	NOUN	_	_	_	_	_	ss=n.act	*
+21	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080814.3
+# sent_counter = 2837
+# text = Truly james bond style stuff ... would recommend
+1	Truly	truly	ADV	_	_	_	_	_	_	*
+2	james	james	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	bond	bond	PROPN	_	_	_	_	_	_	1
+4	style	style	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	stuff	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.081116.1
+# sent_counter = 2838
+# text = Best fried shrimp in the state !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	fried	fry	VERB	_	_	_	_	_	_	*
+3	shrimp	shrimp	NOUN	_	_	_	_	_	ss=n.food	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	state	state	NOUN	_	_	_	_	_	ss=n.location	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086914.1
+# sent_counter = 2839
+# text = Wonderful Wonderful People !
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+3	People	person	NOUN	_	_	_	_	_	ss=n.group	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.086914.2
+# sent_counter = 2840
+# text = I refer to VNHH often and love you guys .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	VNHH	vnhh	PROPN	_	_	_	_	_	ss=n.group	*
+5	often	often	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.088914.1
+# sent_counter = 2841
+# text = They did a vehicle wrap for my Toyota Venza that looks amazing .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.act	1:X
+5	wrap	wrap	NOUN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	Toyota	toyota	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+9	Venza	venza	PROPN	_	_	_	_	_	_	2
+10	that	that	DET	_	_	_	_	_	_	*
+11	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+12	amazing	amazing	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.088914.2
+# sent_counter = 2842
+# text = They also do banners , billboards and lots more .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	banners	banner	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	billboards	billboard	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	lots	lots	NOUN	_	_	_	_	_	_	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103519.1
+# sent_counter = 2843
+# text = umm ...
+1	umm	umm	INTJ	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103519.2
+# sent_counter = 2844
+# text = okay , I do nt have a review , but why in the hell would you name your business something that has the initials KKK .... is there something behind the scenes at this place ?
+1	okay	okay	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	nt	nt	ADV	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	why	why	ADV	_	_	_	_	_	_	1:X
+12	in	in	ADP	_	_	_	_	_	_	1
+13	the	the	DET	_	_	_	_	_	_	1
+14	hell	hell	NOUN	_	_	_	_	_	_	1
+15	would	would	AUX	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	name	name	VERB	_	_	_	_	_	ss=v.communication	*
+18	your	your	PRON	_	_	_	_	_	_	*
+19	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+20	something	something	NOUN	_	_	_	_	_	_	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	initials	initial	NOUN	_	_	_	_	_	ss=n.communication	*
+25	KKK	kkk	PROPN	_	_	_	_	_	ss=n.communication	*
+26	....	....	PUNCT	_	_	_	_	_	_	*
+27	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	there	there	PRON	_	_	_	_	_	_	*
+29	something	something	NOUN	_	_	_	_	_	_	*
+30	behind	behind	ADP	_	_	_	_	_	_	2:X
+31	the	the	DET	_	_	_	_	_	_	2
+32	scenes	scene	NOUN	_	_	_	_	_	_	2
+33	at	at	ADP	_	_	_	_	_	_	*
+34	this	this	DET	_	_	_	_	_	_	*
+35	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+36	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103519.3
+# sent_counter = 2845
+# text = Like I 'm legitimately concerned at this point ... lol
+1	Like	like	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	legitimately	legitimately	ADV	_	_	_	_	_	_	*
+5	concerned	concerned	ADJ	_	_	_	_	_	_	*
+6	at	at	ADP	_	_	_	_	_	_	1:X
+7	this	this	DET	_	_	_	_	_	_	1
+8	point	point	NOUN	_	_	_	_	_	_	1
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	lol	lol	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105518.1
+# sent_counter = 2846
+# text = Great experience - consider checking out their puppies before buying from a breeder !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	consider	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+5	checking	check	VERB	_	_	_	_	_	ss=v.social	1:X
+6	out	out	ADP	_	_	_	_	_	_	1
+7	their	their	PRON	_	_	_	_	_	_	*
+8	puppies	puppy	NOUN	_	_	_	_	_	ss=n.animal	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	breeder	breeder	NOUN	_	_	_	_	_	ss=n.group	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105518.3
+# sent_counter = 2847
+# text = The staff was very helpful in finding the right dog for me and the care my pup received was outstanding .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	in	in	SCONJ	_	_	_	_	_	_	*
+7	finding	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	right	right	ADJ	_	_	_	_	_	_	*
+10	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	care	care	NOUN	_	_	_	_	_	ss=v.social	1:X
+16	my	my	PRON	_	_	_	_	_	_	*
+17	pup	pup	NOUN	_	_	_	_	_	ss=n.animal	*
+18	received	receive	VERB	_	_	_	_	_	_	1
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105518.4
+# sent_counter = 2848
+# text = If you are on the lookout for a pure breed pup do n't forget to check out the shelters !
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	on	on	ADP	_	_	_	_	_	_	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	lookout	lookout	NOUN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	pure	pure	ADJ	_	_	_	_	_	ss=n.attribute	2:X
+10	breed	breed	NOUN	_	_	_	_	_	_	2
+11	pup	pup	NOUN	_	_	_	_	_	ss=n.animal	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	check	check	VERB	_	_	_	_	_	ss=v.social	3:X
+17	out	out	ADP	_	_	_	_	_	_	3
+18	the	the	DET	_	_	_	_	_	_	*
+19	shelters	shelter	NOUN	_	_	_	_	_	ss=n.group	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105518.5
+# sent_counter = 2849
+# text = My pup has a wonderful temperment and has been a wonderful addition to my family !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	pup	pup	NOUN	_	_	_	_	_	ss=n.animal	*
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+6	temperment	temperment	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	has	have	AUX	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+12	addition	addition	NOUN	_	_	_	_	_	ss=n.event	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105719.1
+# sent_counter = 2850
+# text = Over priced for Mexican food
+1	Over	over	X	_	_	_	_	_	_	1:X
+2	priced	priced	ADJ	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	Mexican	mexican	ADJ	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.1
+# sent_counter = 2851
+# text = Excellent service and quality
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.2
+# sent_counter = 2852
+# text = I had Hom - Excel replace most of the windows in my Tampa residence three years ago .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.change	1:X
+3	Hom	hom	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	-	-	PUNCT	_	_	_	_	_	_	2
+5	Excel	excel	PROPN	_	_	_	_	_	_	2
+6	replace	replace	VERB	_	_	_	_	_	_	1
+7	most	most	ADJ	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	Tampa	tampa	PROPN	_	_	_	_	_	ss=n.location	*
+14	residence	residence	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	three	three	NUM	_	_	_	_	_	_	*
+16	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+17	ago	ago	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.3
+# sent_counter = 2853
+# text = The excellent windows have performed without any problems , but that 's not why I 'm writing my review .
+1	The	the	DET	_	_	_	_	_	_	*
+2	excellent	excellent	ADJ	_	_	_	_	_	_	*
+3	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	performed	perform	VERB	_	_	_	_	_	ss=v.stative	*
+6	without	without	ADP	_	_	_	_	_	_	*
+7	any	any	DET	_	_	_	_	_	_	*
+8	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	why	why	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	'm	'm	AUX	_	_	_	_	_	_	*
+17	writing	write	VERB	_	_	_	_	_	ss=v.communication	1:X
+18	my	my	PRON	_	_	_	_	_	_	*
+19	review	review	NOUN	_	_	_	_	_	_	1
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.4
+# sent_counter = 2854
+# text = Three weeks ago , burglars tried to gain entry into the rear of my home .
+1	Three	three	NUM	_	_	_	_	_	_	*
+2	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+3	ago	ago	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	burglars	burglar	NOUN	_	_	_	_	_	ss=n.person	*
+6	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	gain	gain	VERB	_	_	_	_	_	ss=v.social	1:X
+9	entry	entry	NOUN	_	_	_	_	_	_	1
+10	into	into	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	rear	rear	NOUN	_	_	_	_	_	ss=n.location	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.5
+# sent_counter = 2855
+# text = The intruders slit the screen of the window .
+1	The	the	DET	_	_	_	_	_	_	*
+2	intruders	intruder	NOUN	_	_	_	_	_	ss=n.person	*
+3	slit	slit	VERB	_	_	_	_	_	ss=v.contact	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.6
+# sent_counter = 2856
+# text = Next , they tried to force the window with a pry bar and then to break the window with a hammer .
+1	Next	next	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	force	force	VERB	_	_	_	_	_	ss=v.contact	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	pry	pry	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+12	bar	bar	NOUN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	then	then	ADV	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	break	break	VERB	_	_	_	_	_	ss=v.contact	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	hammer	hammer	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.7
+# sent_counter = 2857
+# text = The window did n't break !
+1	The	the	DET	_	_	_	_	_	_	*
+2	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	break	break	VERB	_	_	_	_	_	ss=v.contact	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.8
+# sent_counter = 2858
+# text = My next - door neighbor heard the noise and turned on a light , thankfully scaring the two miscreants away ( they even left their hammer behind ! ) .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	next	next	ADJ	_	_	_	_	_	ss=n.person	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	door	door	NOUN	_	_	_	_	_	_	1
+5	neighbor	neighbor	NOUN	_	_	_	_	_	_	1
+6	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	noise	noise	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	turned	turn	VERB	_	_	_	_	_	ss=v.change	2:X
+11	on	on	ADP	_	_	_	_	_	_	2
+12	a	a	DET	_	_	_	_	_	_	*
+13	light	light	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	thankfully	thankfully	ADV	_	_	_	_	_	_	*
+16	scaring	scare	VERB	_	_	_	_	_	ss=v.social	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	two	two	NUM	_	_	_	_	_	_	*
+19	miscreants	miscreant	NOUN	_	_	_	_	_	ss=n.person	*
+20	away	away	ADV	_	_	_	_	_	_	*
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	they	they	PRON	_	_	_	_	_	_	*
+23	even	even	ADV	_	_	_	_	_	_	*
+24	left	leave	VERB	_	_	_	_	_	ss=v.stative	*
+25	their	their	PRON	_	_	_	_	_	_	*
+26	hammer	hammer	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	behind	behind	ADV	_	_	_	_	_	_	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.9
+# sent_counter = 2859
+# text = I called Home - Excel the next day to order a replacement screen for the window , and was happily surprised when they said that they were n't even going to charge me for the replacement screen ... that it would be covered under their guarentee .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	Home	home	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	Excel	excel	PROPN	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	next	next	ADJ	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	order	order	VERB	_	_	_	_	_	ss=v.possession	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	replacement	replacement	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	was	be	AUX	_	_	_	_	_	_	*
+20	happily	happily	ADV	_	_	_	_	_	_	*
+21	surprised	surprise	VERB	_	_	_	_	_	ss=v.emotion	*
+22	when	when	ADV	_	_	_	_	_	_	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+25	that	that	SCONJ	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	were	be	AUX	_	_	_	_	_	_	*
+28	n't	n't	PART	_	_	_	_	_	_	*
+29	even	even	ADV	_	_	_	_	_	_	*
+30	going	go	VERB	_	_	_	_	_	_	2:X
+31	to	to	PART	_	_	_	_	_	_	2
+32	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+33	me	me	PRON	_	_	_	_	_	_	*
+34	for	for	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	replacement	replacement	NOUN	_	_	_	_	_	ss=n.cognition	*
+37	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+38	...	...	PUNCT	_	_	_	_	_	_	*
+39	that	that	SCONJ	_	_	_	_	_	_	*
+40	it	it	PRON	_	_	_	_	_	_	*
+41	would	would	AUX	_	_	_	_	_	_	*
+42	be	be	AUX	_	_	_	_	_	_	*
+43	covered	cover	VERB	_	_	_	_	_	ss=v.stative	*
+44	under	under	ADP	_	_	_	_	_	_	*
+45	their	their	PRON	_	_	_	_	_	_	*
+46	guarentee	guarentee	NOUN	_	_	_	_	_	ss=n.possession	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.10
+# sent_counter = 2860
+# text = Lo and behold , they replaced the screen ( which had to be ordered ) yesterday and did n't charge me a dime .
+1	Lo	lo	INTJ	_	_	_	_	_	_	1:X
+2	and	and	CCONJ	_	_	_	_	_	_	1
+3	behold	behold	INTJ	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	which	which	DET	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	_	2:X
+12	to	to	PART	_	_	_	_	_	_	2
+13	be	be	AUX	_	_	_	_	_	_	*
+14	ordered	order	VERB	_	_	_	_	_	ss=v.possession	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	n't	n't	PART	_	_	_	_	_	_	*
+20	charge	charge	VERB	_	_	_	_	_	ss=v.possession	3:X
+21	me	me	PRON	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	3
+23	dime	dime	NOUN	_	_	_	_	_	_	3
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.11
+# sent_counter = 2861
+# text = Their worker even cleaned 3 of my windows and changed a lightbulb for me .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	worker	worker	NOUN	_	_	_	_	_	ss=n.person	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	changed	change	VERB	_	_	_	_	_	ss=v.change	1:X
+11	a	a	DET	_	_	_	_	_	_	*
+12	lightbulb	lightbulb	NOUN	_	_	_	_	_	_	1
+13	for	for	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.12
+# sent_counter = 2862
+# text = In this day and age , it is so rare to find a company with such nice workers and such far ranging guarantee policies .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	this	this	DET	_	_	_	_	_	_	1
+3	day	day	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	1
+5	age	age	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	rare	rare	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	such	such	ADJ	_	_	_	_	_	_	*
+17	nice	nice	ADJ	_	_	_	_	_	_	*
+18	workers	worker	NOUN	_	_	_	_	_	ss=n.group	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	such	such	ADJ	_	_	_	_	_	_	*
+21	far	far	ADV	_	_	_	_	_	_	*
+22	ranging	range	VERB	_	_	_	_	_	ss=v.stative	*
+23	guarantee	guarantee	NOUN	_	_	_	_	_	ss=n.possession	*
+24	policies	policy	NOUN	_	_	_	_	_	ss=n.communication	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.117115.13
+# sent_counter = 2863
+# text = I rarely write reviews such as this one , but they certainly deserve anyone 's business !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	rarely	rarely	ADV	_	_	_	_	_	_	*
+3	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+4	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+5	such	such	ADJ	_	_	_	_	_	_	1:X
+6	as	as	ADP	_	_	_	_	_	_	1
+7	this	this	DET	_	_	_	_	_	_	*
+8	one	one	NOUN	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	certainly	certainly	ADV	_	_	_	_	_	_	*
+13	deserve	deserve	VERB	_	_	_	_	_	ss=v.cognition	*
+14	anyone	anyone	NOUN	_	_	_	_	_	_	*
+15	's	's	PART	_	_	_	_	_	_	*
+16	business	business	NOUN	_	_	_	_	_	ss=n.possession	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.1
+# sent_counter = 2864
+# text = Great Surgeon
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.2
+# sent_counter = 2865
+# text = I needed wisdom teeth taken out .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+3	wisdom	wisdom	NOUN	_	_	_	_	_	ss=n.body	1:X
+4	teeth	teeth	NOUN	_	_	_	_	_	_	1
+5	taken	take	VERB	_	_	_	_	_	ss=v.body	2:X
+6	out	out	ADV	_	_	_	_	_	_	2
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.3
+# sent_counter = 2866
+# text = Dr. Wallen and staff was excellent .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Wallen	wallen	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.4
+# sent_counter = 2867
+# text = They were accomdating with my scheduled and work with my insurance to get payment for the surgery .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	accomdating	accomdating	ADJ	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	scheduled	scheduled	NOUN	_	_	_	_	_	ss=n.communication	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	work	work	VERB	_	_	_	_	_	ss=v.social	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	insurance	insurance	NOUN	_	_	_	_	_	ss=n.group	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	surgery	surgery	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.5
+# sent_counter = 2868
+# text = Dr. Wallen explained the procedure in detail and took his time with me .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Wallen	wallen	PROPN	_	_	_	_	_	_	1
+3	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	procedure	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+6	in	in	ADP	_	_	_	_	_	_	2:X
+7	detail	detail	NOUN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	took	take	VERB	_	_	_	_	_	ss=v.social	3:X
+10	his	his	PRON	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	_	3
+12	with	with	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.6
+# sent_counter = 2869
+# text = Staff explained insurance procedures and was very helpful .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+2	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+3	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+4	procedures	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	helpful	helpful	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118718.7
+# sent_counter = 2870
+# text = Everyone was very nice .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122514.1
+# sent_counter = 2871
+# text = Decent place to stay , I would stay there again .
+1	Decent	decent	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+9	there	there	ADV	_	_	_	_	_	_	*
+10	again	again	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122514.2
+# sent_counter = 2872
+# text = Rooms were clean , plenty of things to do near hotel , and safe part of town .
+1	Rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	plenty	plenty	NOUN	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	things	things	NOUN	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	do	do	VERB	_	_	_	_	_	ss=v.social	*
+10	near	near	ADP	_	_	_	_	_	_	*
+11	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	safe	safe	ADJ	_	_	_	_	_	_	*
+15	part	part	NOUN	_	_	_	_	_	ss=n.location	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130216.1
+# sent_counter = 2873
+# text = Fast Service Called them one hour ago and they just left my house five minutes ago .
+1	Fast	fast	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	Called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+7	ago	ago	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+14	five	five	NUM	_	_	_	_	_	_	*
+15	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+16	ago	ago	ADV	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130216.2
+# sent_counter = 2874
+# text = My house already feels fresh and good thanks to the Battery Park Pest I 'm enjoying my time indoors much better .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	already	already	ADV	_	_	_	_	_	_	*
+4	feels	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+5	fresh	fresh	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	thanks	thanks	NOUN	_	_	_	_	_	_	1:X
+9	to	to	ADP	_	_	_	_	_	_	1
+10	the	the	DET	_	_	_	_	_	_	*
+11	Battery	battery	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	Park	park	PROPN	_	_	_	_	_	_	2
+13	Pest	pest	PROPN	_	_	_	_	_	_	2
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	AUX	_	_	_	_	_	_	*
+16	enjoying	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+19	indoors	indoors	ADV	_	_	_	_	_	_	*
+20	much	much	ADV	_	_	_	_	_	_	*
+21	better	better	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134617.1
+# sent_counter = 2875
+# text = Great Neighborhood Hangout
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Neighborhood	neighborhood	NOUN	_	_	_	_	_	ss=n.location	*
+3	Hangout	hangout	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134617.2
+# sent_counter = 2876
+# text = Great place to catch a band or catch up with friends .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	catch	catch	VERB	_	_	_	_	_	ss=v.social	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	band	band	NOUN	_	_	_	_	_	ss=n.group	*
+7	or	or	CCONJ	_	_	_	_	_	_	*
+8	catch	catch	VERB	_	_	_	_	_	ss=v.social	1:X
+9	up	up	ADP	_	_	_	_	_	_	1
+10	with	with	ADP	_	_	_	_	_	_	*
+11	friends	friend	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134617.3
+# sent_counter = 2877
+# text = Ice cold beer and good prices .
+1	Ice	ice	ADJ	_	_	_	_	_	_	*
+2	cold	cold	ADJ	_	_	_	_	_	_	*
+3	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134617.4
+# sent_counter = 2878
+# text = Kitchen puts out good food and has daily specials .
+1	Kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.group	*
+2	puts	put	VERB	_	_	_	_	_	ss=v.creation	1:X
+3	out	out	ADV	_	_	_	_	_	_	1
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	daily	daily	ADJ	_	_	_	_	_	_	*
+9	specials	special	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.1
+# sent_counter = 2879
+# text = The New Italian Kid on the Block
+1	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+2	New	new	ADJ	_	_	_	_	_	_	1
+3	Italian	italian	ADJ	_	_	_	_	_	_	*
+4	Kid	kid	NOUN	_	_	_	_	_	_	1
+5	on	on	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	1
+7	Block	block	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.2
+# sent_counter = 2880
+# text = Another Italian restaurant in Collingswood ?
+1	Another	another	DET	_	_	_	_	_	_	*
+2	Italian	italian	ADJ	_	_	_	_	_	_	*
+3	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Collingswood	collingswood	PROPN	_	_	_	_	_	ss=n.location	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.3
+# sent_counter = 2881
+# text = Do we need another one ?
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+4	another	another	DET	_	_	_	_	_	_	*
+5	one	one	NOUN	_	_	_	_	_	_	*
+6	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.4
+# sent_counter = 2882
+# text = Only if it is of the quality of That 's Amore .
+1	Only	only	ADV	_	_	_	_	_	_	*
+2	if	if	SCONJ	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	of	of	SCONJ	_	_	_	_	_	_	*
+9	That	that	DET	_	_	_	_	_	ss=n.group	1:X
+10	's	's	VERB	_	_	_	_	_	_	1
+11	Amore	amore	PROPN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.5
+# sent_counter = 2883
+# text = The menu has the usual but then they step it up another notch .
+1	The	the	DET	_	_	_	_	_	_	*
+2	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	1:X
+5	usual	usual	ADJ	_	_	_	_	_	_	1
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	step	step	VERB	_	_	_	_	_	ss=v.change	2:X
+10	it	it	PRON	_	_	_	_	_	_	2
+11	up	up	ADP	_	_	_	_	_	_	2
+12	another	another	DET	_	_	_	_	_	_	*
+13	notch	notch	NOUN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.6
+# sent_counter = 2884
+# text = The arancini di riso ( risotto fritters ) are not to be missed .
+1	The	the	DET	_	_	_	_	_	_	*
+2	arancini	arancini	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	di	di	NOUN	_	_	_	_	_	_	1
+4	riso	riso	NOUN	_	_	_	_	_	_	1
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	risotto	risotto	NOUN	_	_	_	_	_	ss=n.food	*
+7	fritters	fritter	NOUN	_	_	_	_	_	ss=n.food	*
+8	)	)	PUNCT	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	be	be	AUX	_	_	_	_	_	_	*
+13	missed	miss	VERB	_	_	_	_	_	ss=v.stative	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.7
+# sent_counter = 2885
+# text = Chicken saltimboca was excellent and then there 's the chocolate mousse that comes straight from heaven .
+1	Chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	*
+2	saltimboca	saltimboca	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	then	then	ADV	_	_	_	_	_	_	*
+7	there	there	PRON	_	_	_	_	_	_	*
+8	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	1:X
+11	mousse	mousse	NOUN	_	_	_	_	_	_	1
+12	that	that	DET	_	_	_	_	_	_	*
+13	comes	come	VERB	_	_	_	_	_	ss=v.stative	*
+14	straight	straight	ADV	_	_	_	_	_	_	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	heaven	heaven	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.135010.8
+# sent_counter = 2886
+# text = Pay extra attention to the appetizers - the next time I go there I 'm planning on ordered a few instead of an entree .
+1	Pay	pay	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	extra	extra	ADJ	_	_	_	_	_	_	*
+3	attention	attention	NOUN	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	appetizers	appetizer	NOUN	_	_	_	_	_	ss=n.food	*
+7	-	-	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	next	next	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+13	there	there	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	AUX	_	_	_	_	_	_	*
+16	planning	plan	VERB	_	_	_	_	_	ss=v.cognition	*
+17	on	on	SCONJ	_	_	_	_	_	_	*
+18	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+19	a	a	DET	_	_	_	_	_	_	2:X
+20	few	few	ADJ	_	_	_	_	_	_	2
+21	instead	instead	ADV	_	_	_	_	_	_	3:X
+22	of	of	ADP	_	_	_	_	_	_	3
+23	an	an	DET	_	_	_	_	_	_	*
+24	entree	entree	NOUN	_	_	_	_	_	ss=n.food	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138110.1
+# sent_counter = 2887
+# text = This is a great place to get a permit
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	permit	permit	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138110.2
+# sent_counter = 2888
+# text = I had to get a permit here , it was cool
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	permit	permit	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	here	here	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	cool	cool	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148012.1
+# sent_counter = 2889
+# text = Great lunch specials .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+3	specials	special	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148012.2
+# sent_counter = 2890
+# text = Delivery is lightning fast .
+1	Delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	lightning	lightning	NOUN	_	_	_	_	_	_	1:X
+4	fast	fast	ADJ	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148012.3
+# sent_counter = 2891
+# text = Perfect since I 'm on a budget .
+1	Perfect	perfect	ADJ	_	_	_	_	_	_	*
+2	since	since	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+5	on	on	ADP	_	_	_	_	_	_	1:X
+6	a	a	DET	_	_	_	_	_	_	1
+7	budget	budget	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148012.4
+# sent_counter = 2892
+# text = But otherwise , it can feel pricey for what you get .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	otherwise	otherwise	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+7	pricey	pricey	ADJ	_	_	_	_	_	_	*
+8	for	for	SCONJ	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148012.5
+# sent_counter = 2893
+# text = Like the sushi , do n't like the pad thai .
+1	Like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	sushi	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	pad	pad	NOUN	_	_	_	_	_	ss=n.food	1:X
+10	thai	thai	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154113.1
+# sent_counter = 2894
+# text = A good cut !
+1	A	a	DET	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	cut	cut	NOUN	_	_	_	_	_	ss=n.body	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154113.2
+# sent_counter = 2895
+# text = Cecile is a hairdresser and has just moved into the neighbourhood .
+1	Cecile	cecile	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	hairdresser	hairdresser	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+9	into	into	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	neighbourhood	neighbourhood	NOUN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154113.3
+# sent_counter = 2896
+# text = I go to see her to have my hair cut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	see	see	VERB	_	_	_	_	_	ss=v.possession	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=n.act	1:X
+8	my	my	PRON	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	_	1
+10	cut	cut	VERB	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.1
+# sent_counter = 2897
+# text = Run for the hills ... you 'll be much better off !
+1	Run	run	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	for	for	ADP	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	1
+4	hills	hill	NOUN	_	_	_	_	_	_	1
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	'll	'll	AUX	_	_	_	_	_	_	*
+8	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	much	much	ADV	_	_	_	_	_	_	*
+10	better	better	ADJ	_	_	_	_	_	_	2:X
+11	off	off	ADP	_	_	_	_	_	_	2
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.2
+# sent_counter = 2898
+# text = One night was too much .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	too	too	ADV	_	_	_	_	_	_	1:X
+5	much	much	ADJ	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.3
+# sent_counter = 2899
+# text = First room had used tissues next to the bed and I requested it be rectified .
+1	First	first	ADJ	_	_	_	_	_	_	*
+2	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	used	use	VERB	_	_	_	_	_	_	*
+5	tissues	tissue	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	next	next	ADV	_	_	_	_	_	_	1:X
+7	to	to	ADP	_	_	_	_	_	_	1
+8	the	the	DET	_	_	_	_	_	_	*
+9	bed	bed	VERB	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	requested	request	VERB	_	_	_	_	_	ss=v.communication	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	be	be	AUX	_	_	_	_	_	_	*
+15	rectified	rectify	VERB	_	_	_	_	_	ss=v.change	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.4
+# sent_counter = 2900
+# text = I was then moved to another room around the back where the room was dirty , the shower was dirty with other people s hair in it , the toilet seat was peeling and rough and the bathroom was full of mould .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	then	then	ADV	_	_	_	_	_	_	*
+4	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	another	another	DET	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+8	around	around	ADP	_	_	_	_	_	_	1:X
+9	the	the	DET	_	_	_	_	_	_	*
+10	back	back	NOUN	_	_	_	_	_	_	1
+11	where	where	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	dirty	dirty	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	dirty	dirty	ADJ	_	_	_	_	_	_	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	other	other	ADJ	_	_	_	_	_	_	*
+23	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+24	s	s	PART	_	_	_	_	_	_	*
+25	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	toilet	toilet	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+31	seat	seat	NOUN	_	_	_	_	_	_	2
+32	was	be	VERB	_	_	_	_	_	_	*
+33	peeling	peel	VERB	_	_	_	_	_	ss=v.stative	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	rough	rough	ADJ	_	_	_	_	_	_	*
+36	and	and	CCONJ	_	_	_	_	_	_	*
+37	the	the	DET	_	_	_	_	_	_	*
+38	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+39	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	full	full	ADJ	_	_	_	_	_	_	*
+41	of	of	ADP	_	_	_	_	_	_	*
+42	mould	mould	NOUN	_	_	_	_	_	ss=n.natural_object	*
+43	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.5
+# sent_counter = 2901
+# text = I called reception to ask if they knew the state the room was in and was told " This is a Days Inn , not the Hilton " and the receptionist then hung up on me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	reception	reception	NOUN	_	_	_	_	_	ss=n.person	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	if	if	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	state	state	NOUN	_	_	_	_	_	ss=n.state	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	This	this	DET	_	_	_	_	_	_	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	Days	days	PROPN	_	_	_	_	_	ss=n.group	1:X
+23	Inn	inn	PROPN	_	_	_	_	_	_	1
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	not	not	PART	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	ss=n.group	2:X
+27	Hilton	hilton	PROPN	_	_	_	_	_	_	2
+28	"	"	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	receptionist	receptionist	ADJ	_	_	_	_	_	_	*
+32	then	then	ADV	_	_	_	_	_	_	*
+33	hung	hang	VERB	_	_	_	_	_	ss=v.communication	3:X
+34	up	up	ADP	_	_	_	_	_	_	3
+35	on	on	ADP	_	_	_	_	_	_	3
+36	me	me	PRON	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.6
+# sent_counter = 2902
+# text = To warn you to stay away from this place just is n't enough .
+1	To	to	PART	_	_	_	_	_	_	*
+2	warn	warn	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	stay	stay	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	away	away	ADV	_	_	_	_	_	_	1
+7	from	from	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	enough	enough	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165018.7
+# sent_counter = 2903
+# text = There was not one ounce of caring involved and anyone I can warn about the complete lack of service will be warned .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	one	one	NUM	_	_	_	_	_	_	*
+5	ounce	ounce	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	caring	caring	NOUN	_	_	_	_	_	ss=n.feeling	*
+8	involved	involved	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	anyone	anyone	NOUN	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	warn	warn	VERB	_	_	_	_	_	ss=v.communication	*
+14	about	about	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	complete	complete	ADJ	_	_	_	_	_	_	*
+17	lack	lack	NOUN	_	_	_	_	_	ss=n.state	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+20	will	will	AUX	_	_	_	_	_	_	*
+21	be	be	AUX	_	_	_	_	_	_	*
+22	warned	warn	VERB	_	_	_	_	_	ss=v.communication	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169610.1
+# sent_counter = 2904
+# text = house closing
+1	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	closing	closing	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169610.2
+# sent_counter = 2905
+# text = Mrs. Tolchin provided us with excellent service and came with a great deal of knowledge and professionalism !
+1	Mrs.	mrs.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Tolchin	tolchin	PROPN	_	_	_	_	_	_	1
+3	provided	provide	VERB	_	_	_	_	_	ss=v.social	2:X
+4	us	us	PRON	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	2
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	came	come	VERB	_	_	_	_	_	ss=v.stative	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	_	3:X
+13	deal	deal	NOUN	_	_	_	_	_	_	3
+14	of	of	ADP	_	_	_	_	_	_	3
+15	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.169610.3
+# sent_counter = 2906
+# text = Her flexibility and accessibility made for an easy closing .
+1	Her	her	PRON	_	_	_	_	_	_	*
+2	flexibility	flexibility	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	accessibility	accessibility	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	made	make	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	for	for	ADP	_	_	_	_	_	_	1
+7	an	an	DET	_	_	_	_	_	_	*
+8	easy	easy	ADJ	_	_	_	_	_	_	*
+9	closing	closing	NOUN	_	_	_	_	_	ss=n.event	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.1
+# sent_counter = 2907
+# text = An Asset to Richmond
+1	An	an	DET	_	_	_	_	_	_	*
+2	Asset	asset	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.2
+# sent_counter = 2908
+# text = For a long time , one big source of entertainment missing from the Richmond City Limits was a first - run multiplex .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	long	long	ADJ	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	big	big	ADJ	_	_	_	_	_	_	*
+8	source	source	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	entertainment	entertainment	NOUN	_	_	_	_	_	ss=n.feeling	*
+11	missing	missing	ADJ	_	_	_	_	_	_	*
+12	from	from	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.location	1:X
+15	City	city	NOUN	_	_	_	_	_	_	1
+16	Limits	limit	NOUN	_	_	_	_	_	_	1
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	first	first	ADJ	_	_	_	_	_	ss=n.attribute	2:X
+20	-	-	PUNCT	_	_	_	_	_	_	*
+21	run	run	NOUN	_	_	_	_	_	_	2
+22	multiplex	multiplex	NOUN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.3
+# sent_counter = 2909
+# text = Bowtie has filled that role nicely .
+1	Bowtie	bowtie	PROPN	_	_	_	_	_	ss=n.group	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	filled	fill	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	that	that	DET	_	_	_	_	_	_	*
+5	role	role	NOUN	_	_	_	_	_	_	1
+6	nicely	nicely	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.4
+# sent_counter = 2910
+# text = The theatre is in an old brick warehouse , which is a block away from the Flying Squirrels stadium .
+1	The	the	DET	_	_	_	_	_	_	*
+2	theatre	theatre	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	old	old	ADJ	_	_	_	_	_	_	*
+7	brick	brick	NOUN	_	_	_	_	_	ss=n.substance	*
+8	warehouse	warehouse	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	which	which	DET	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	block	block	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	away	away	ADV	_	_	_	_	_	_	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Flying	flying	PROPN	_	_	_	_	_	ss=n.group	1:X
+18	Squirrels	squirrels	PROPN	_	_	_	_	_	_	1
+19	stadium	stadium	NOUN	_	_	_	_	_	ss=n.location	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.5
+# sent_counter = 2911
+# text = The owners of Bowtie manged to add something new while preserving what was already there .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	Bowtie	bowtie	PROPN	_	_	_	_	_	ss=n.group	*
+5	manged	manged	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	add	add	VERB	_	_	_	_	_	ss=v.stative	*
+8	something	something	NOUN	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	while	while	SCONJ	_	_	_	_	_	_	*
+11	preserving	preserve	VERB	_	_	_	_	_	ss=v.stative	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	already	already	ADV	_	_	_	_	_	_	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.6
+# sent_counter = 2912
+# text = The theatre has greatly improved the surrounding neighborhood .
+1	The	the	DET	_	_	_	_	_	_	*
+2	theatre	theatre	NOUN	_	_	_	_	_	ss=n.group	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	greatly	greatly	ADV	_	_	_	_	_	_	*
+5	improved	improve	VERB	_	_	_	_	_	ss=v.change	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	surrounding	surround	VERB	_	_	_	_	_	ss=v.stative	*
+8	neighborhood	neighborhood	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.7
+# sent_counter = 2913
+# text = There 's plenty of parking , and I 've never had an issue with audience members who wo n't stop talking or answering their cellphones .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	plenty	plenty	NOUN	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	parking	parking	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	've	've	AUX	_	_	_	_	_	_	*
+10	never	never	ADV	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	an	an	DET	_	_	_	_	_	_	*
+13	issue	issue	NOUN	_	_	_	_	_	_	1
+14	with	with	ADP	_	_	_	_	_	_	1
+15	audience	audience	NOUN	_	_	_	_	_	ss=n.group	*
+16	members	member	NOUN	_	_	_	_	_	ss=n.person	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	wo	wo	AUX	_	_	_	_	_	_	*
+19	n't	n't	PART	_	_	_	_	_	_	*
+20	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+21	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+22	or	or	CCONJ	_	_	_	_	_	_	*
+23	answering	answer	VERB	_	_	_	_	_	ss=v.communication	*
+24	their	their	PRON	_	_	_	_	_	_	*
+25	cellphones	cellphone	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.8
+# sent_counter = 2914
+# text = Best of all , there are no ads !!!! !
+1	Best	best	ADV	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	there	there	PRON	_	_	_	_	_	_	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	no	no	DET	_	_	_	_	_	_	*
+8	ads	ad	NOUN	_	_	_	_	_	ss=n.communication	*
+9	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.9
+# sent_counter = 2915
+# text = Just previews and the main feature .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	previews	preview	NOUN	_	_	_	_	_	ss=n.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	main	main	ADJ	_	_	_	_	_	ss=n.communication	1:X
+6	feature	feature	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.10
+# sent_counter = 2916
+# text = Expect to pay full price , and the theatres themselves are on the small side .
+1	Expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+4	full	full	ADJ	_	_	_	_	_	ss=n.possession	1:X
+5	price	price	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	theatres	theatre	NOUN	_	_	_	_	_	ss=n.group	*
+10	themselves	themselves	PRON	_	_	_	_	_	_	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	on	on	ADP	_	_	_	_	_	_	2:X
+13	the	the	DET	_	_	_	_	_	_	2
+14	small	small	ADJ	_	_	_	_	_	_	*
+15	side	side	NOUN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.11
+# sent_counter = 2917
+# text = But if you like going to the movies , you should love Bowtie .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	if	if	SCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+5	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	movies	movie	NOUN	_	_	_	_	_	ss=n.event	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	should	should	AUX	_	_	_	_	_	_	*
+12	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+13	Bowtie	bowtie	PROPN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.12
+# sent_counter = 2918
+# text = The mangers also play a classic movies on Sundays , you can get a beer in the lobby , and repeat customers can get discounts if they have a member card .
+1	The	the	DET	_	_	_	_	_	_	*
+2	mangers	manger	NOUN	_	_	_	_	_	ss=n.person	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	play	play	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	classic	classic	ADJ	_	_	_	_	_	_	*
+7	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	Sundays	sundays	PROPN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	lobby	lobby	NOUN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	repeat	repeat	ADJ	_	_	_	_	_	ss=n.person	1:X
+22	customers	customer	NOUN	_	_	_	_	_	_	1
+23	can	can	AUX	_	_	_	_	_	_	*
+24	get	get	VERB	_	_	_	_	_	ss=n.possession	2:X
+25	discounts	discount	NOUN	_	_	_	_	_	_	2
+26	if	if	SCONJ	_	_	_	_	_	_	*
+27	they	they	PRON	_	_	_	_	_	_	*
+28	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	member	member	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+31	card	card	NOUN	_	_	_	_	_	_	3
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.13
+# sent_counter = 2919
+# text = A great cinema in a great location .
+1	A	a	DET	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	cinema	cinema	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183518.14
+# sent_counter = 2920
+# text = Thank you , Bowtie !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Bowtie	bowtie	PROPN	_	_	_	_	_	ss=n.group	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.1
+# sent_counter = 2921
+# text = The finest Christmas Trees i 've ever seen .
+1	The	the	DET	_	_	_	_	_	_	*
+2	finest	fine	ADJ	_	_	_	_	_	_	*
+3	Christmas	christmas	PROPN	_	_	_	_	_	ss=n.plant	1:X
+4	Trees	tree	NOUN	_	_	_	_	_	_	1
+5	i	i	PRON	_	_	_	_	_	_	*
+6	've	've	AUX	_	_	_	_	_	_	*
+7	ever	ever	ADV	_	_	_	_	_	_	*
+8	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.2
+# sent_counter = 2922
+# text = I felt like I was in heaven when I walked through the majestic fields of this particular farm .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	heaven	heaven	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+11	through	through	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	majestic	majestic	ADJ	_	_	_	_	_	_	*
+14	fields	fields	NOUN	_	_	_	_	_	ss=n.natural_object	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	particular	particular	ADJ	_	_	_	_	_	_	*
+18	farm	farm	NOUN	_	_	_	_	_	ss=n.group	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.3
+# sent_counter = 2923
+# text = The trees were in magnificent shape and the variety was astounding .
+1	The	the	DET	_	_	_	_	_	_	*
+2	trees	tree	NOUN	_	_	_	_	_	ss=n.plant	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	magnificent	magnificent	ADJ	_	_	_	_	_	_	*
+6	shape	shape	NOUN	_	_	_	_	_	ss=n.state	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	variety	variety	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	astounding	astounding	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.4
+# sent_counter = 2924
+# text = The owners were entertaining and gracious .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	entertaining	entertaining	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	gracious	gracious	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.5
+# sent_counter = 2925
+# text = I especially liked the Eco friendly atmosphere and the owner s love of all animals .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	especially	especially	ADV	_	_	_	_	_	_	*
+3	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Eco	eco	X	_	_	_	_	_	_	1:X
+6	friendly	friendly	ADJ	_	_	_	_	_	_	1
+7	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+11	s	s	PART	_	_	_	_	_	_	*
+12	love	love	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.6
+# sent_counter = 2926
+# text = This is one of the best farms I have ever been too .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	farms	farm	NOUN	_	_	_	_	_	ss=n.group	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+12	too	too	ADP	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.7
+# sent_counter = 2927
+# text = I would call it the Taj Mahal of the east coast !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Taj	taj	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Mahal	mahal	PROPN	_	_	_	_	_	_	1
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	east	east	ADJ	_	_	_	_	_	ss=n.location	2:X
+11	coast	coast	NOUN	_	_	_	_	_	_	2
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.8
+# sent_counter = 2928
+# text = It put hair on my chest and thanks to the owner s advice I invested vanguard , got myself a woman like Jerry , and became a republican .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	put	put	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	hair	hair	NOUN	_	_	_	_	_	_	1
+4	on	on	ADP	_	_	_	_	_	_	1
+5	my	my	PRON	_	_	_	_	_	_	*
+6	chest	chest	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	thanks	thanks	NOUN	_	_	_	_	_	_	2:X
+9	to	to	ADP	_	_	_	_	_	_	2
+10	the	the	DET	_	_	_	_	_	_	*
+11	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+12	s	s	PART	_	_	_	_	_	_	*
+13	advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	invested	invest	VERB	_	_	_	_	_	ss=n.possession	3:X
+16	vanguard	vanguard	PROPN	_	_	_	_	_	_	3
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+19	myself	myself	PRON	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+22	like	like	ADP	_	_	_	_	_	_	*
+23	Jerry	jerry	PROPN	_	_	_	_	_	ss=n.person	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	became	become	VERB	_	_	_	_	_	ss=v.stative	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	republican	republican	PROPN	_	_	_	_	_	ss=n.cognition	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.192713.9
+# sent_counter = 2929
+# text = Thanks Tussey Mountain Tree Plantation !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Tussey	tussey	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	Mountain	mountain	PROPN	_	_	_	_	_	_	1
+4	Tree	tree	PROPN	_	_	_	_	_	_	1
+5	Plantation	plantation	PROPN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194313.1
+# sent_counter = 2930
+# text = Excellent Pizza !!
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	Pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194313.2
+# sent_counter = 2931
+# text = It s the only pizza place I recommend in Woodland Hills .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	only	only	ADJ	_	_	_	_	_	_	*
+5	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Woodland	woodland	PROPN	_	_	_	_	_	ss=n.location	1:X
+11	Hills	hills	PROPN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194313.3
+# sent_counter = 2932
+# text = Yum .
+1	Yum	yum	INTJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194313.4
+# sent_counter = 2933
+# text = My wife and kids ca n't get enough .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	wife	wife	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	kids	kid	NOUN	_	_	_	_	_	_	1
+5	ca	ca	AUX	_	_	_	_	_	ss=v.stative	2:X
+6	n't	n't	PART	_	_	_	_	_	_	2
+7	get	get	VERB	_	_	_	_	_	_	2
+8	enough	enough	ADJ	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194313.5
+# sent_counter = 2934
+# text = Highly recommended .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.1
+# sent_counter = 2935
+# text = OMG
+1	OMG	omg	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.2
+# sent_counter = 2936
+# text = OMG .. make sure to book a reservation , as this magical place is packed ( in a nice way ) I love that the owner walks around and cares how his customers feel about their food .
+1	OMG	omg	INTJ	_	_	_	_	_	_	*
+2	..	..	PUNCT	_	_	_	_	_	_	*
+3	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	sure	sure	ADJ	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	book	book	VERB	_	_	_	_	_	ss=v.social	2:X
+7	a	a	DET	_	_	_	_	_	_	2
+8	reservation	reservation	NOUN	_	_	_	_	_	_	2
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	as	as	SCONJ	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	magical	magical	ADJ	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.state	3:X
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	packed	packed	ADJ	_	_	_	_	_	_	3
+16	(	(	PUNCT	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	nice	nice	ADJ	_	_	_	_	_	_	*
+20	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	)	)	PUNCT	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+24	that	that	SCONJ	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+27	walks	walk	VERB	_	_	_	_	_	ss=v.motion	4:X
+28	around	around	ADV	_	_	_	_	_	_	4
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	cares	care	VERB	_	_	_	_	_	ss=v.emotion	*
+31	how	how	ADV	_	_	_	_	_	_	*
+32	his	his	PRON	_	_	_	_	_	_	*
+33	customers	customer	NOUN	_	_	_	_	_	ss=n.group	*
+34	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+35	about	about	ADP	_	_	_	_	_	_	*
+36	their	their	PRON	_	_	_	_	_	_	*
+37	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.3
+# sent_counter = 2937
+# text = The waiters are like no other ...
+1	The	the	DET	_	_	_	_	_	_	*
+2	waiters	waiter	NOUN	_	_	_	_	_	ss=n.group	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.4
+# sent_counter = 2938
+# text = My waiter was so excellent I gave him a 75 % tip , and it was worht every penny ..
+1	My	my	PRON	_	_	_	_	_	_	*
+2	waiter	waiter	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	gave	give	VERB	_	_	_	_	_	ss=v.possession	1:X
+8	him	him	PRON	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	75	75	NUM	_	_	_	_	_	_	*
+11	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+12	tip	tip	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	worht	worht	ADJ	_	_	_	_	_	ss=n.state	2:X
+18	every	every	DET	_	_	_	_	_	_	2
+19	penny	penny	NOUN	_	_	_	_	_	_	2
+20	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.5
+# sent_counter = 2939
+# text = The food was finger licking the bowel fantastic ..
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	finger	finger	NOUN	_	_	_	_	_	_	1:X
+5	licking	lick	VERB	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	bowel	bowel	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+9	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194316.6
+# sent_counter = 2940
+# text = I just discovered her has a place right near my work ( Color me Phat ) If you are looking for a romatic place with the best food and service in the valley Giovanni Ristorante should be your number 1 + 2 choice .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	discovered	discover	VERB	_	_	_	_	_	ss=v.cognition	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	right	right	ADV	_	_	_	_	_	_	*
+9	near	near	ADP	_	_	_	_	_	_	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	work	work	NOUN	_	_	_	_	_	ss=n.group	*
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	Color	color	VERB	_	_	_	_	_	_	1:X
+14	me	me	PRON	_	_	_	_	_	_	1
+15	Phat	phat	ADJ	_	_	_	_	_	_	1
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	If	if	SCONJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	are	be	AUX	_	_	_	_	_	_	*
+20	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	romatic	romatic	ADJ	_	_	_	_	_	_	*
+24	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+25	with	with	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	best	best	ADJ	_	_	_	_	_	_	*
+28	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+31	in	in	ADP	_	_	_	_	_	_	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	valley	valley	NOUN	_	_	_	_	_	ss=n.location	*
+34	Giovanni	giovanni	PROPN	_	_	_	_	_	ss=n.group	2:X
+35	Ristorante	ristorante	PROPN	_	_	_	_	_	_	2
+36	should	should	AUX	_	_	_	_	_	_	*
+37	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+38	your	your	PRON	_	_	_	_	_	_	*
+39	number	number	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+40	1	1	NUM	_	_	_	_	_	_	3
+41	+	+	SYM	_	_	_	_	_	_	*
+42	2	2	NUM	_	_	_	_	_	_	*
+43	choice	choice	NOUN	_	_	_	_	_	_	3
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.1
+# sent_counter = 2941
+# text = ATE HERE A COUPLE TIMES .
+1	ATE	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+2	HERE	here	ADV	_	_	_	_	_	_	*
+3	A	a	DET	_	_	_	_	_	_	1:X
+4	COUPLE	couple	NOUN	_	_	_	_	_	_	1
+5	TIMES	times	NOUN	_	_	_	_	_	ss=n.event	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.2
+# sent_counter = 2942
+# text = IT IS NOT A HIGH END STEAK HOUSE , MORE OF THE CUISINE BRETT ENJOYS IN MISSISSIPPI .
+1	IT	it	PRON	_	_	_	_	_	_	*
+2	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	NOT	not	PART	_	_	_	_	_	_	*
+4	A	a	DET	_	_	_	_	_	_	*
+5	HIGH	high	ADJ	_	_	_	_	_	_	1:X
+6	END	end	NOUN	_	_	_	_	_	_	1
+7	STEAK	steak	NOUN	_	_	_	_	_	ss=n.group	2:X
+8	HOUSE	house	NOUN	_	_	_	_	_	_	2
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	MORE	more	ADJ	_	_	_	_	_	_	*
+11	OF	of	ADP	_	_	_	_	_	_	*
+12	THE	the	DET	_	_	_	_	_	_	*
+13	CUISINE	cuisine	NOUN	_	_	_	_	_	ss=n.food	*
+14	BRETT	brett	PROPN	_	_	_	_	_	ss=n.person	*
+15	ENJOYS	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+16	IN	in	ADP	_	_	_	_	_	_	*
+17	MISSISSIPPI	mississippi	PROPN	_	_	_	_	_	ss=n.location	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.3
+# sent_counter = 2943
+# text = SO , IF YOU WANT A BURGER AND FRIES , WELL , IT IS OK .
+1	SO	so	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	IF	if	SCONJ	_	_	_	_	_	_	*
+4	YOU	you	PRON	_	_	_	_	_	_	*
+5	WANT	want	VERB	_	_	_	_	_	ss=v.cognition	*
+6	A	a	DET	_	_	_	_	_	_	*
+7	BURGER	burger	NOUN	_	_	_	_	_	ss=n.food	*
+8	AND	and	CCONJ	_	_	_	_	_	_	*
+9	FRIES	fries	NOUN	_	_	_	_	_	ss=n.food	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	WELL	well	INTJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	IT	it	PRON	_	_	_	_	_	_	*
+14	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	OK	ok	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.4
+# sent_counter = 2944
+# text = IF YOU WANT A LITTLE CAJUNISH FOOD - IT IS GOOD .
+1	IF	if	SCONJ	_	_	_	_	_	_	*
+2	YOU	you	PRON	_	_	_	_	_	_	*
+3	WANT	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	A	a	DET	_	_	_	_	_	_	1:X
+5	LITTLE	little	NOUN	_	_	_	_	_	_	1
+6	CAJUNISH	cajunish	ADJ	_	_	_	_	_	_	*
+7	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	IT	it	PRON	_	_	_	_	_	_	*
+10	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	GOOD	good	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.5
+# sent_counter = 2945
+# text = IF YOU WANT A STEAK , WELL , THIS IS NOT THE BEST IN GREEN BAY .
+1	IF	if	SCONJ	_	_	_	_	_	_	*
+2	YOU	you	PRON	_	_	_	_	_	_	*
+3	WANT	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	A	a	DET	_	_	_	_	_	_	*
+5	STEAK	steak	NOUN	_	_	_	_	_	ss=n.food	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	WELL	well	INTJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	THIS	this	DET	_	_	_	_	_	_	*
+10	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	NOT	not	PART	_	_	_	_	_	_	*
+12	THE	the	DET	_	_	_	_	_	_	*
+13	BEST	best	ADJ	_	_	_	_	_	_	*
+14	IN	in	ADP	_	_	_	_	_	_	*
+15	GREEN	green	PROPN	_	_	_	_	_	ss=n.location	1:X
+16	BAY	bay	PROPN	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.196219.6
+# sent_counter = 2946
+# text = OVERALL DECENT BUT IF YOU ARE EXPECTING A RUTH CHRIS TYPE STEAK , THIS IS NOT IT .
+1	OVERALL	overall	ADV	_	_	_	_	_	_	*
+2	DECENT	decent	ADJ	_	_	_	_	_	_	*
+3	BUT	but	CCONJ	_	_	_	_	_	_	*
+4	IF	if	SCONJ	_	_	_	_	_	_	*
+5	YOU	you	PRON	_	_	_	_	_	_	*
+6	ARE	be	AUX	_	_	_	_	_	_	*
+7	EXPECTING	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+8	A	a	DET	_	_	_	_	_	_	*
+9	RUTH	ruth	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	CHRIS	chris	PROPN	_	_	_	_	_	_	1
+11	TYPE	type	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	STEAK	steak	NOUN	_	_	_	_	_	ss=n.food	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	THIS	this	DET	_	_	_	_	_	_	*
+15	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	NOT	not	PART	_	_	_	_	_	_	*
+17	IT	it	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.1
+# sent_counter = 2947
+# text = A Great Help !
+1	A	a	DET	_	_	_	_	_	_	*
+2	Great	great	ADJ	_	_	_	_	_	_	*
+3	Help	help	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.2
+# sent_counter = 2948
+# text = Ashdown Horse Transport were fantastic !
+1	Ashdown	ashdown	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Horse	horse	PROPN	_	_	_	_	_	_	1
+3	Transport	transport	PROPN	_	_	_	_	_	_	1
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.3
+# sent_counter = 2949
+# text = Very friendly and ALWAY contactable even at weekends .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	ALWAY	alway	ADV	_	_	_	_	_	_	*
+5	contactable	contactable	ADJ	_	_	_	_	_	_	*
+6	even	even	ADV	_	_	_	_	_	_	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	weekends	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.4
+# sent_counter = 2950
+# text = I would hesitate to recommend anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.5
+# sent_counter = 2951
+# text = Thanks again Nina .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	1:X
+2	again	again	ADV	_	_	_	_	_	_	1
+3	Nina	nina	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.205014.6
+# sent_counter = 2952
+# text = PS. Love the new website !
+1	PS.	ps.	NOUN	_	_	_	_	_	_	*
+2	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.208310.1
+# sent_counter = 2953
+# text = Whatever you order , you will LOVE !
+1	Whatever	whatever	PRON	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	order	order	VERB	_	_	_	_	_	ss=v.possession	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	will	will	AUX	_	_	_	_	_	_	*
+7	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.1
+# sent_counter = 2954
+# text = We have stayed at Tanglewood for many years now .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Tanglewood	tanglewood	PROPN	_	_	_	_	_	ss=n.group	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	many	many	ADJ	_	_	_	_	_	_	*
+8	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.2
+# sent_counter = 2955
+# text = We go over about 5 times a year .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	over	over	ADV	_	_	_	_	_	_	*
+4	about	about	ADV	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.3
+# sent_counter = 2956
+# text = We have never had a problem with the cabins .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	a	a	DET	_	_	_	_	_	_	*
+6	problem	problem	NOUN	_	_	_	_	_	_	1
+7	with	with	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	cabins	cabin	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.4
+# sent_counter = 2957
+# text = They are always so helpful .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.5
+# sent_counter = 2958
+# text = The cabins have always been clean .
+1	The	the	DET	_	_	_	_	_	_	*
+2	cabins	cabin	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	clean	clean	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.6
+# sent_counter = 2959
+# text = Helen is a wonderful place to take you family .
+1	Helen	helen	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210019.7
+# sent_counter = 2960
+# text = We recommend these cabins !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	these	these	DET	_	_	_	_	_	_	*
+4	cabins	cabin	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.214912.1
+# sent_counter = 2961
+# text = I have used Bright Futures for the last 7 years .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.social	*
+4	Bright	bright	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Futures	futures	PROPN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	last	last	ADJ	_	_	_	_	_	_	*
+9	7	7	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.214912.2
+# sent_counter = 2962
+# text = I have 3 children there and they are the Best .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Best	best	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.214912.3
+# sent_counter = 2963
+# text = They are like family .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.214912.4
+# sent_counter = 2964
+# text = Your children will be taken care of and loved by a professional staff .
+1	Your	your	PRON	_	_	_	_	_	_	*
+2	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	taken	take	VERB	_	_	_	_	_	ss=v.social	1:X
+6	care	care	NOUN	_	_	_	_	_	_	1
+7	of	of	ADP	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	professional	professional	ADJ	_	_	_	_	_	_	*
+13	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.1
+# sent_counter = 2965
+# text = I think that the re pretty good .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	the	the	PRON	_	_	_	_	_	_	*
+5	re	re	VERB	_	_	_	_	_	ss=v.stative	*
+6	pretty	pretty	ADV	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.2
+# sent_counter = 2966
+# text = First of all , if you call for an appointment they wo n't tell you to call back a month later so you can then make one .
+1	First	first	ADV	_	_	_	_	_	_	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	all	all	DET	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	an	an	DET	_	_	_	_	_	_	*
+10	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	wo	wo	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	call	call	VERB	_	_	_	_	_	ss=v.communication	2:X
+18	back	back	ADV	_	_	_	_	_	_	2
+19	a	a	DET	_	_	_	_	_	_	*
+20	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+21	later	later	ADV	_	_	_	_	_	_	*
+22	so	so	SCONJ	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	can	can	AUX	_	_	_	_	_	_	*
+25	then	then	ADV	_	_	_	_	_	_	*
+26	make	make	VERB	_	_	_	_	_	ss=v.social	*
+27	one	one	NUM	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.3
+# sent_counter = 2967
+# text = They also do n't tell you that they 're going to mail you an " application " to be admitted to be a patient .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	're	're	AUX	_	_	_	_	_	_	*
+10	going	go	VERB	_	_	_	_	_	_	1:X
+11	to	to	PART	_	_	_	_	_	_	1
+12	mail	mail	VERB	_	_	_	_	_	ss=v.motion	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	an	an	DET	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	application	application	NOUN	_	_	_	_	_	ss=n.communication	*
+17	"	"	PUNCT	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	be	be	AUX	_	_	_	_	_	_	*
+20	admitted	admit	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.4
+# sent_counter = 2968
+# text = I feel that the way some doctor s offices work around here is a little bit absurd so I 'm happy that these guys do n't do those two things in particlular .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+8	s	s	PART	_	_	_	_	_	_	*
+9	offices	office	NOUN	_	_	_	_	_	ss=n.group	*
+10	work	work	VERB	_	_	_	_	_	ss=v.social	*
+11	around	around	ADP	_	_	_	_	_	_	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	1:X
+15	little	little	ADJ	_	_	_	_	_	_	1
+16	bit	bit	NOUN	_	_	_	_	_	_	1
+17	absurd	absurd	ADJ	_	_	_	_	_	_	*
+18	so	so	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+21	happy	happy	ADJ	_	_	_	_	_	_	*
+22	that	that	SCONJ	_	_	_	_	_	_	*
+23	these	these	DET	_	_	_	_	_	_	*
+24	guys	guy	NOUN	_	_	_	_	_	_	*
+25	do	do	AUX	_	_	_	_	_	_	*
+26	n't	n't	PART	_	_	_	_	_	_	*
+27	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+28	those	those	DET	_	_	_	_	_	_	*
+29	two	two	NUM	_	_	_	_	_	_	*
+30	things	things	NOUN	_	_	_	_	_	_	*
+31	in	in	ADP	_	_	_	_	_	_	2:X
+32	particlular	particlular	ADJ	_	_	_	_	_	_	2
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.5
+# sent_counter = 2969
+# text = Usually you can be seen the same week or maybe the following week .
+1	Usually	usually	ADV	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	seen	see	VERB	_	_	_	_	_	ss=v.social	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	same	same	ADJ	_	_	_	_	_	_	*
+8	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	maybe	maybe	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	following	follow	VERB	_	_	_	_	_	_	*
+13	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.6
+# sent_counter = 2970
+# text = The doctor did tell me that my male pattern baldness is due to my mother s father because the gene is exclusively passed on through maternal line but that 's a common misconception ( http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	male	male	ADJ	_	_	_	_	_	ss=n.body	1:X
+9	pattern	pattern	NOUN	_	_	_	_	_	_	1
+10	baldness	baldness	NOUN	_	_	_	_	_	_	1
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	due	due	ADP	_	_	_	_	_	_	2:X
+13	to	to	ADP	_	_	_	_	_	_	2
+14	my	my	PRON	_	_	_	_	_	_	*
+15	mother	mother	NOUN	_	_	_	_	_	ss=n.person	*
+16	s	s	PART	_	_	_	_	_	_	*
+17	father	father	NOUN	_	_	_	_	_	ss=n.person	*
+18	because	because	SCONJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	gene	gene	NOUN	_	_	_	_	_	ss=n.body	*
+21	is	be	AUX	_	_	_	_	_	_	*
+22	exclusively	exclusively	ADV	_	_	_	_	_	_	*
+23	passed	pass	VERB	_	_	_	_	_	ss=v.body	3:X
+24	on	on	ADP	_	_	_	_	_	_	3
+25	through	through	ADP	_	_	_	_	_	_	*
+26	maternal	maternal	ADJ	_	_	_	_	_	_	*
+27	line	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	but	but	CCONJ	_	_	_	_	_	_	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+31	a	a	DET	_	_	_	_	_	_	*
+32	common	common	ADJ	_	_	_	_	_	_	*
+33	misconception	misconception	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	(	(	PUNCT	_	_	_	_	_	_	*
+35	http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm	http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm	X	_	_	_	_	_	ss=n.communication	*
+36	)	)	PUNCT	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.7
+# sent_counter = 2971
+# text = In general I would say that the staff is attentive and nice .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	general	general	ADJ	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	attentive	attentive	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	nice	nice	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.8
+# sent_counter = 2972
+# text = But then again I was nice to them so that could have been why .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	1:X
+3	again	again	ADV	_	_	_	_	_	_	1
+4	I	i	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	nice	nice	ADJ	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	them	them	PRON	_	_	_	_	_	_	*
+9	so	so	ADV	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	why	why	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.9
+# sent_counter = 2973
+# text = Anyhow , after reading some of the other reviews it seems like some of the other reviewers are expecting mircles .
+1	Anyhow	anyhow	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	after	after	SCONJ	_	_	_	_	_	_	*
+4	reading	read	VERB	_	_	_	_	_	ss=v.communication	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	other	other	ADJ	_	_	_	_	_	_	*
+9	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	1:X
+12	like	like	SCONJ	_	_	_	_	_	_	1
+13	some	some	DET	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	reviewers	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+20	mircles	mircles	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.10
+# sent_counter = 2974
+# text = If you want miracles you 'll have to go to 21st St .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	miracles	miracle	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	'll	'll	AUX	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	_	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	21st	21st	PROPN	_	_	_	_	_	ss=n.location	2:X
+12	St	st	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.11
+# sent_counter = 2975
+# text = It 's a pretty typical primary care office but for the area it 's very good .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	pretty	pretty	ADV	_	_	_	_	_	_	*
+5	typical	typical	ADJ	_	_	_	_	_	_	*
+6	primary	primary	ADJ	_	_	_	_	_	ss=n.act	1:X
+7	care	care	NOUN	_	_	_	_	_	_	1
+8	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+15	very	very	ADV	_	_	_	_	_	_	*
+16	good	good	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.220214.12
+# sent_counter = 2976
+# text = They do n't do certain things that are really annoying about other offices .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+5	certain	certain	ADJ	_	_	_	_	_	_	*
+6	things	things	NOUN	_	_	_	_	_	_	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	really	really	ADV	_	_	_	_	_	_	*
+10	annoying	annoying	ADJ	_	_	_	_	_	_	*
+11	about	about	ADP	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	offices	office	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223912.1
+# sent_counter = 2977
+# text = The staff do occasionally get game info correct , but if you r looking fot a good game and are n't a nerd , do nt ask them .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	occasionally	occasionally	ADV	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	game	game	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	info	info	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	correct	correct	ADJ	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	if	if	SCONJ	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	r	r	AUX	_	_	_	_	_	_	*
+14	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+15	fot	fot	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	good	good	ADJ	_	_	_	_	_	_	*
+18	game	game	NOUN	_	_	_	_	_	ss=n.event	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	nerd	nerd	NOUN	_	_	_	_	_	ss=n.person	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	do	do	AUX	_	_	_	_	_	_	*
+26	nt	nt	ADV	_	_	_	_	_	_	*
+27	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+28	them	them	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223912.2
+# sent_counter = 2978
+# text = The last time I did that I was suggested to buy oblivion when I told them I was looking for a fps .
+1	The	the	DET	_	_	_	_	_	_	*
+2	last	last	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	suggested	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+12	oblivion	oblivion	PROPN	_	_	_	_	_	ss=n.artifact	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	was	be	AUX	_	_	_	_	_	_	*
+19	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	fps	fps	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223912.3
+# sent_counter = 2979
+# text = I knew what it was and told the guy that it was n't a fps .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	what	what	PRON	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	fps	fps	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223912.4
+# sent_counter = 2980
+# text = He tried to tell me it was when I told asked him if he knew what fps stood for and he had no clue .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	tell	tell	VERB	_	_	_	_	_	_	1
+5	me	me	PRON	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+11	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+12	him	him	PRON	_	_	_	_	_	_	*
+13	if	if	SCONJ	_	_	_	_	_	_	*
+14	he	he	PRON	_	_	_	_	_	_	*
+15	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+16	what	what	PRON	_	_	_	_	_	_	*
+17	fps	fps	NOUN	_	_	_	_	_	ss=n.communication	*
+18	stood	stand	VERB	_	_	_	_	_	ss=v.cognition	2:X
+19	for	for	ADP	_	_	_	_	_	_	2
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	he	he	PRON	_	_	_	_	_	_	*
+22	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+23	no	no	DET	_	_	_	_	_	_	*
+24	clue	clue	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223912.5
+# sent_counter = 2981
+# text = Overall they are n't very knowledge about the type of games are on the market .
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	knowledge	knowledge	ADJ	_	_	_	_	_	_	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	games	game	NOUN	_	_	_	_	_	ss=n.communication	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	on	on	ADP	_	_	_	_	_	_	1:X
+14	the	the	DET	_	_	_	_	_	_	1
+15	market	market	NOUN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224117.1
+# sent_counter = 2982
+# text = Drove all the way over from the highway ... closed at 7 .
+1	Drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+2	all	all	DET	_	_	_	_	_	_	1:X
+3	the	the	DET	_	_	_	_	_	_	1
+4	way	way	NOUN	_	_	_	_	_	_	1
+5	over	over	ADV	_	_	_	_	_	_	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	highway	highway	NOUN	_	_	_	_	_	ss=n.location	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+10	closed	close	VERB	_	_	_	_	_	ss=v.stative	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	7	7	NUM	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224117.2
+# sent_counter = 2983
+# text = Who does that ?!
+1	Who	who	PRON	_	_	_	_	_	_	*
+2	does	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.226715.1
+# sent_counter = 2984
+# text = Inford Media
+1	Inford	inford	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Media	media	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.226715.2
+# sent_counter = 2985
+# text = Media , Software , Fun and Games , Website design , Web Promotion , B2B , Business Promotion , Search Engine Optimization .
+1	Media	medium	NOUN	_	_	_	_	_	ss=n.communication	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Software	software	NOUN	_	_	_	_	_	ss=n.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Fun	fun	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	Games	game	NOUN	_	_	_	_	_	_	1
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+10	design	design	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Web	web	NOUN	_	_	_	_	_	ss=n.communication	*
+13	Promotion	promotion	NOUN	_	_	_	_	_	ss=n.communication	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	B2B	b2b	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	Business	business	NOUN	_	_	_	_	_	ss=n.group	*
+18	Promotion	promotion	NOUN	_	_	_	_	_	ss=n.communication	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	Search	search	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+21	Engine	engine	NOUN	_	_	_	_	_	_	2
+22	Optimization	optimization	NOUN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.227515.1
+# sent_counter = 2986
+# text = BEST DENTIST EVER -
+1	BEST	best	ADJ	_	_	_	_	_	_	*
+2	DENTIST	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+3	EVER	ever	ADV	_	_	_	_	_	_	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.227515.2
+# sent_counter = 2987
+# text = Very fast and efficient service .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	fast	fast	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	efficient	efficient	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.227515.3
+# sent_counter = 2988
+# text = I have had several dentists in my life , but Dr. Deters is by far my favorite .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	several	several	ADJ	_	_	_	_	_	_	*
+5	dentists	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	life	life	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+12	Deters	deters	PROPN	_	_	_	_	_	_	1
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	by	by	ADP	_	_	_	_	_	_	2:X
+15	far	far	ADV	_	_	_	_	_	_	2
+16	my	my	PRON	_	_	_	_	_	_	*
+17	favorite	favorite	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.227515.4
+# sent_counter = 2989
+# text = I never wait in the waiting room more than two minutes and the cleanings are quick and painless .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	waiting	waiting	NOUN	_	_	_	_	_	ss=n.location	1:X
+7	room	room	NOUN	_	_	_	_	_	_	1
+8	more	more	ADJ	_	_	_	_	_	_	2:X
+9	than	than	ADP	_	_	_	_	_	_	2
+10	two	two	NUM	_	_	_	_	_	_	*
+11	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	cleanings	cleaning	NOUN	_	_	_	_	_	ss=n.act	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	quick	quick	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	painless	painless	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.1
+# sent_counter = 2990
+# text = The Worst Experience Ever !!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	Worst	worst	ADJ	_	_	_	_	_	_	*
+3	Experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	Ever	ever	ADV	_	_	_	_	_	_	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.2
+# sent_counter = 2991
+# text = I have worked with Ted Jurek at Decor and You , and it started out as a decent experience .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Ted	ted	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Jurek	jurek	PROPN	_	_	_	_	_	_	1
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Decor	decor	PROPN	_	_	_	_	_	ss=n.group	2:X
+9	and	and	CCONJ	_	_	_	_	_	_	2
+10	You	you	PROPN	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	started	start	VERB	_	_	_	_	_	ss=v.stative	3:X
+15	out	out	ADP	_	_	_	_	_	_	3
+16	as	as	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	decent	decent	ADJ	_	_	_	_	_	_	*
+19	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.3
+# sent_counter = 2992
+# text = He was referred to me by a friend , who did n't have the best experience with Ted , but said that Ted was able to make up for his lack of preparedness at the end .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	referred	refer	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	by	by	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	who	who	PRON	_	_	_	_	_	_	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=n.event	1:X
+14	the	the	DET	_	_	_	_	_	_	*
+15	best	best	ADJ	_	_	_	_	_	_	*
+16	experience	experience	NOUN	_	_	_	_	_	_	1
+17	with	with	ADP	_	_	_	_	_	_	*
+18	Ted	ted	PROPN	_	_	_	_	_	ss=n.person	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+22	that	that	SCONJ	_	_	_	_	_	_	*
+23	Ted	ted	PROPN	_	_	_	_	_	ss=n.person	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	able	able	ADJ	_	_	_	_	_	_	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	make	make	VERB	_	_	_	_	_	ss=v.cognition	2:X
+28	up	up	ADP	_	_	_	_	_	_	2
+29	for	for	ADP	_	_	_	_	_	_	2
+30	his	his	PRON	_	_	_	_	_	_	*
+31	lack	lack	NOUN	_	_	_	_	_	_	*
+32	of	of	ADP	_	_	_	_	_	_	*
+33	preparedness	preparedness	NOUN	_	_	_	_	_	ss=n.attribute	*
+34	at	at	ADP	_	_	_	_	_	_	*
+35	the	the	DET	_	_	_	_	_	_	*
+36	end	end	NOUN	_	_	_	_	_	ss=n.state	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.4
+# sent_counter = 2993
+# text = I figure I would give this company a chance .
+1	I	i	PRON	_	_	_	_	_	ss=v.cognition	1:X
+2	figure	figure	VERB	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	give	give	VERB	_	_	_	_	_	ss=v.social	2:X
+6	this	this	DET	_	_	_	_	_	_	*
+7	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	a	a	DET	_	_	_	_	_	_	2
+9	chance	chance	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.5
+# sent_counter = 2994
+# text = However , after giving a required $ 500.00 ( NON REFUNDABLE ) deposit before seeing any plans or ideas , I was sorry I did .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	after	after	SCONJ	_	_	_	_	_	_	*
+4	giving	give	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	required	require	VERB	_	_	_	_	_	ss=v.cognition	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	500.00	500.00	NUM	_	_	_	_	_	_	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	NON	non	X	_	_	_	_	_	_	1:X
+11	REFUNDABLE	refundable	ADJ	_	_	_	_	_	_	1
+12	)	)	PUNCT	_	_	_	_	_	_	*
+13	deposit	deposit	NOUN	_	_	_	_	_	ss=n.possession	*
+14	before	before	SCONJ	_	_	_	_	_	_	*
+15	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+16	any	any	DET	_	_	_	_	_	_	*
+17	plans	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	or	or	CCONJ	_	_	_	_	_	_	*
+19	ideas	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	sorry	sorry	ADJ	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	did	do	AUX	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.6
+# sent_counter = 2995
+# text = We met a couple of weeks later , Ted was late .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+3	a	a	DET	_	_	_	_	_	_	1:X
+4	couple	couple	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	*
+6	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+7	later	later	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Ted	ted	PROPN	_	_	_	_	_	ss=n.person	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	late	late	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.7
+# sent_counter = 2996
+# text = He brought fabric books , and pictures of furniture only , which all came way over budget .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+3	fabric	fabric	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	books	book	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	only	only	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	which	which	DET	_	_	_	_	_	_	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	came	come	VERB	_	_	_	_	_	ss=v.stative	2:X
+15	way	way	ADV	_	_	_	_	_	_	*
+16	over	over	ADP	_	_	_	_	_	_	2
+17	budget	budget	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.8
+# sent_counter = 2997
+# text = By the time we got to the budget i told him I could work with , there was basically no design .
+1	By	by	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	budget	budget	NOUN	_	_	_	_	_	ss=n.possession	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+11	him	him	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	work	work	VERB	_	_	_	_	_	ss=v.social	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	there	there	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	basically	basically	ADV	_	_	_	_	_	_	*
+20	no	no	DET	_	_	_	_	_	_	*
+21	design	design	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.9
+# sent_counter = 2998
+# text = Just curtains and a couple of accessories .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	curtains	curtain	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	couple	couple	NOUN	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	accessories	accessory	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.10
+# sent_counter = 2999
+# text = WHAT IS THAT ?????
+1	WHAT	what	PRON	_	_	_	_	_	_	*
+2	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	THAT	that	DET	_	_	_	_	_	_	*
+4	?????	?????	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.11
+# sent_counter = 3000
+# text = This company is way too expensive with nothing to show for it .
+1	This	this	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	way	way	ADV	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	expensive	expensive	ADJ	_	_	_	_	_	_	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	nothing	nothing	NOUN	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	1:X
+10	show	show	VERB	_	_	_	_	_	_	1
+11	for	for	ADP	_	_	_	_	_	_	1
+12	it	it	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.12
+# sent_counter = 3001
+# text = Please everyone .... take heed and do n't get caught up in the hype about DECOR and YOU working with every budget ...
+1	Please	please	INTJ	_	_	_	_	_	_	*
+2	everyone	everyone	NOUN	_	_	_	_	_	_	*
+3	....	....	PUNCT	_	_	_	_	_	_	*
+4	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+5	heed	heed	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	get	get	AUX	_	_	_	_	_	ss=v.stative	2:X
+10	caught	catch	VERB	_	_	_	_	_	_	2
+11	up	up	ADP	_	_	_	_	_	_	2
+12	in	in	ADP	_	_	_	_	_	_	2
+13	the	the	DET	_	_	_	_	_	_	*
+14	hype	hype	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	about	about	SCONJ	_	_	_	_	_	_	*
+16	DECOR	decor	PROPN	_	_	_	_	_	ss=n.group	3:X
+17	and	and	CCONJ	_	_	_	_	_	_	3
+18	YOU	you	PROPN	_	_	_	_	_	_	3
+19	working	work	VERB	_	_	_	_	_	ss=v.social	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	every	every	DET	_	_	_	_	_	_	*
+22	budget	budget	NOUN	_	_	_	_	_	ss=n.possession	*
+23	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229410.13
+# sent_counter = 3002
+# text = This is just a way for them to squirm their way into your precious pocket
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	squirm	squirm	VERB	_	_	_	_	_	ss=v.social	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	into	into	ADP	_	_	_	_	_	_	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	precious	precious	ADJ	_	_	_	_	_	_	*
+15	pocket	pocket	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.1
+# sent_counter = 3003
+# text = Lovely People , Great Hats
+1	Lovely	lovely	ADJ	_	_	_	_	_	_	*
+2	People	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	Hats	hat	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.2
+# sent_counter = 3004
+# text = I was saddened to see the reviews that claimed World Hats Mart has poor service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	saddened	sadden	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.communication	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	claimed	claim	VERB	_	_	_	_	_	ss=v.communication	*
+10	World	world	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Hats	hats	PROPN	_	_	_	_	_	_	1
+12	Mart	mart	PROPN	_	_	_	_	_	_	1
+13	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	poor	poor	ADJ	_	_	_	_	_	_	*
+15	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.3
+# sent_counter = 3005
+# text = It led me to believe that the reviewers simply had difficulty tolerating people with strongly - accented English .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	led	lead	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	me	me	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	1
+5	believe	believe	VERB	_	_	_	_	_	_	1
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	reviewers	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+9	simply	simply	ADV	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	difficulty	difficulty	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	tolerating	tolerate	VERB	_	_	_	_	_	ss=v.social	*
+13	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	strongly	strongly	ADV	_	_	_	_	_	_	*
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	accented	accented	ADJ	_	_	_	_	_	_	*
+18	English	english	PROPN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.4
+# sent_counter = 3006
+# text = The husband and wife who run this spot are lovely people .
+1	The	the	DET	_	_	_	_	_	_	*
+2	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	run	run	VERB	_	_	_	_	_	ss=v.social	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	lovely	lovely	ADJ	_	_	_	_	_	_	*
+11	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.5
+# sent_counter = 3007
+# text = We have had many conversations with them and they have always been extremely patient with me as I tried on multiple hats in search of the right costumes for my magic act .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	conversations	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	always	always	ADV	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	extremely	extremely	ADV	_	_	_	_	_	_	*
+14	patient	patient	ADJ	_	_	_	_	_	_	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	as	as	SCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	tried	try	VERB	_	_	_	_	_	ss=v.body	1:X
+20	on	on	ADP	_	_	_	_	_	_	1
+21	multiple	multiple	ADJ	_	_	_	_	_	_	*
+22	hats	hat	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	in	in	ADP	_	_	_	_	_	_	2:X
+24	search	search	NOUN	_	_	_	_	_	_	2
+25	of	of	ADP	_	_	_	_	_	_	2
+26	the	the	DET	_	_	_	_	_	_	*
+27	right	right	ADJ	_	_	_	_	_	_	*
+28	costumes	costume	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	my	my	PRON	_	_	_	_	_	_	*
+31	magic	magic	NOUN	_	_	_	_	_	ss=n.act	3:X
+32	act	act	NOUN	_	_	_	_	_	_	3
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235211.6
+# sent_counter = 3008
+# text = I recommend them highly !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	highly	highly	ADV	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248616.1
+# sent_counter = 3009
+# text = Took a laptop in for a video cable to be replaced .
+1	Took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	a	a	DET	_	_	_	_	_	_	*
+3	laptop	laptop	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	in	in	ADV	_	_	_	_	_	_	1
+5	for	for	SCONJ	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	video	video	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+8	cable	cable	NOUN	_	_	_	_	_	_	2
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248616.2
+# sent_counter = 3010
+# text = Everything except the display worked fine before I took it in .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	except	except	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	display	display	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	worked	work	VERB	_	_	_	_	_	ss=v.stative	*
+6	fine	fine	ADV	_	_	_	_	_	_	*
+7	before	before	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	took	take	VERB	_	_	_	_	_	ss=v.motion	1:X
+10	it	it	PRON	_	_	_	_	_	_	*
+11	in	in	ADV	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248616.3
+# sent_counter = 3011
+# text = The video cable was replaced and suddenly the motherboard was dead .
+1	The	the	DET	_	_	_	_	_	_	*
+2	video	video	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	cable	cable	NOUN	_	_	_	_	_	_	1
+4	was	be	AUX	_	_	_	_	_	_	*
+5	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	suddenly	suddenly	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	motherboard	motherboard	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	dead	dead	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248616.4
+# sent_counter = 3012
+# text = Phone calls were n't returned when promised and the botched repair took a week longer than promised .
+1	Phone	phone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	calls	call	NOUN	_	_	_	_	_	_	1
+3	were	be	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	returned	return	VERB	_	_	_	_	_	_	1
+6	when	when	ADV	_	_	_	_	_	_	*
+7	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	botched	botch	VERB	_	_	_	_	_	ss=v.social	*
+11	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+12	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	longer	longer	ADV	_	_	_	_	_	_	*
+16	than	than	SCONJ	_	_	_	_	_	_	*
+17	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.1
+# sent_counter = 3013
+# text = Grocery and Daily Needs Store
+1	Grocery	grocery	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Daily	daily	ADJ	_	_	_	_	_	_	*
+4	Needs	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	Store	store	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.2
+# sent_counter = 3014
+# text = Before using FusionRetail Before installing FusionRetail store was running on a dos based software .
+1	Before	before	SCONJ	_	_	_	_	_	_	*
+2	using	use	VERB	_	_	_	_	_	ss=v.social	*
+3	FusionRetail	fusionretail	PROPN	_	_	_	_	_	ss=n.group	*
+4	Before	before	SCONJ	_	_	_	_	_	_	*
+5	installing	instal	VERB	_	_	_	_	_	ss=v.social	*
+6	FusionRetail	fusionretail	PROPN	_	_	_	_	_	ss=n.group	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+8	was	be	AUX	_	_	_	_	_	_	*
+9	running	run	VERB	_	_	_	_	_	ss=v.stative	1:X
+10	on	on	ADP	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	*
+12	dos	dos	PROPN	_	_	_	_	_	ss=n.attribute	2:X
+13	based	base	VERB	_	_	_	_	_	_	2
+14	software	software	NOUN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.3
+# sent_counter = 3015
+# text = We were having a major problem in maintaining cash .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	having	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	a	a	DET	_	_	_	_	_	_	*
+5	major	major	ADJ	_	_	_	_	_	_	*
+6	problem	problem	NOUN	_	_	_	_	_	_	1
+7	in	in	SCONJ	_	_	_	_	_	_	*
+8	maintaining	maintain	VERB	_	_	_	_	_	ss=v.stative	*
+9	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.4
+# sent_counter = 3016
+# text = Being a grocery shop , maintaining 5000 different products was a challenging job .
+1	Being	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	grocery	grocery	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	shop	shop	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	maintaining	maintain	VERB	_	_	_	_	_	ss=v.stative	*
+7	5000	5000	NUM	_	_	_	_	_	_	*
+8	different	different	ADJ	_	_	_	_	_	_	*
+9	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	challenging	challenging	ADJ	_	_	_	_	_	_	*
+13	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.5
+# sent_counter = 3017
+# text = Managing POS counter without barcoding was really a tough time .
+1	Managing	manage	VERB	_	_	_	_	_	ss=v.social	*
+2	POS	po	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	counter	counter	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	without	without	ADP	_	_	_	_	_	_	*
+5	barcoding	barcoding	NOUN	_	_	_	_	_	ss=n.communication	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	tough	tough	ADJ	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.6
+# sent_counter = 3018
+# text = How FusionRetail has overcome these issues ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	FusionRetail	fusionretail	PROPN	_	_	_	_	_	ss=n.group	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	overcome	overcome	VERB	_	_	_	_	_	ss=v.social	1:X
+5	these	these	DET	_	_	_	_	_	_	*
+6	issues	issue	NOUN	_	_	_	_	_	_	1
+7	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.7
+# sent_counter = 3019
+# text = FusionRetail helps us to maintain the store in an organised way .
+1	FusionRetail	fusionretail	PROPN	_	_	_	_	_	ss=n.group	*
+2	helps	help	VERB	_	_	_	_	_	ss=v.social	*
+3	us	us	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	maintain	maintain	VERB	_	_	_	_	_	ss=v.social	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	an	an	DET	_	_	_	_	_	_	*
+10	organised	organised	ADJ	_	_	_	_	_	_	*
+11	way	way	NOUN	_	_	_	_	_	ss=n.state	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.8
+# sent_counter = 3020
+# text = Usage of product barcodes and smooth maintenance of inventory with proper recording of transactions like sale , purchase and returns was never easy before .
+1	Usage	usage	NOUN	_	_	_	_	_	ss=n.act	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	barcodes	barcodes	NOUN	_	_	_	_	_	ss=n.communication	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	smooth	smooth	ADJ	_	_	_	_	_	_	*
+7	maintenance	maintenance	NOUN	_	_	_	_	_	ss=n.act	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	inventory	inventory	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	proper	proper	ADJ	_	_	_	_	_	_	*
+12	recording	recording	NOUN	_	_	_	_	_	ss=n.communication	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	transactions	transactions	NOUN	_	_	_	_	_	ss=n.possession	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	sale	sale	NOUN	_	_	_	_	_	ss=n.possession	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	purchase	purchase	NOUN	_	_	_	_	_	ss=n.possession	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	returns	return	NOUN	_	_	_	_	_	ss=n.possession	*
+21	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	never	never	ADV	_	_	_	_	_	_	*
+23	easy	easy	ADJ	_	_	_	_	_	_	*
+24	before	before	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.9
+# sent_counter = 3021
+# text = How long does it take to train new people at work ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	long	long	ADV	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	train	train	VERB	_	_	_	_	_	ss=v.social	*
+8	new	new	ADJ	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.10
+# sent_counter = 3022
+# text = Billing takes 15 minutes and back office jobs takes 1 day 's training How fast your support queries get answered ?
+1	Billing	billing	NOUN	_	_	_	_	_	ss=n.possession	*
+2	takes	take	VERB	_	_	_	_	_	ss=v.stative	*
+3	15	15	NUM	_	_	_	_	_	_	*
+4	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	back	back	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+7	office	office	NOUN	_	_	_	_	_	_	1
+8	jobs	job	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	takes	take	VERB	_	_	_	_	_	ss=v.stative	*
+10	1	1	NUM	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	's	's	PART	_	_	_	_	_	_	*
+13	training	training	NOUN	_	_	_	_	_	ss=n.act	*
+14	How	how	ADV	_	_	_	_	_	_	*
+15	fast	fast	ADJ	_	_	_	_	_	_	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	support	support	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	queries	query	NOUN	_	_	_	_	_	ss=n.communication	*
+19	get	get	AUX	_	_	_	_	_	_	*
+20	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.11
+# sent_counter = 3023
+# text = Over telephone , immediate .
+1	Over	over	ADP	_	_	_	_	_	_	*
+2	telephone	telephone	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	immediate	immediate	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275919.12
+# sent_counter = 3024
+# text = On call , it takes a day to get our issues resolved .
+1	On	on	ADP	_	_	_	_	_	_	1:X
+2	call	call	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	takes	take	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	resolved	resolve	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294812.1
+# sent_counter = 3025
+# text = It 's now called Sushi Lover .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	called	call	VERB	_	_	_	_	_	ss=v.stative	*
+5	Sushi	sushi	PROPN	_	_	_	_	_	ss=n.communication	1:X
+6	Lover	lover	PROPN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294812.2
+# sent_counter = 3026
+# text = Food is just okay .. wo n't crave it , but would n't mind coming back for a quick meal .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	okay	okay	ADJ	_	_	_	_	_	_	*
+5	..	..	PUNCT	_	_	_	_	_	_	*
+6	wo	wo	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	crave	crave	VERB	_	_	_	_	_	ss=v.cognition	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	mind	mind	VERB	_	_	_	_	_	ss=v.emotion	*
+15	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+16	back	back	ADV	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	quick	quick	ADJ	_	_	_	_	_	_	*
+20	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310018.1
+# sent_counter = 3027
+# text = Natasha is the BEST photographer we have ever worked with .
+1	Natasha	natasha	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	BEST	best	ADJ	_	_	_	_	_	_	*
+5	photographer	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	have	have	AUX	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310018.2
+# sent_counter = 3028
+# text = She has a great way with children and is able to capture their personality as well as many spontaneous images .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	has	have	VERB	_	_	_	_	_	ss=v.social	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	1
+7	children	child	NOUN	_	_	_	_	_	ss=n.group	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	able	able	ADJ	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	capture	capture	VERB	_	_	_	_	_	ss=v.creation	*
+13	their	their	PRON	_	_	_	_	_	_	*
+14	personality	personality	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	as	as	ADV	_	_	_	_	_	_	2:X
+16	well	well	ADV	_	_	_	_	_	_	2
+17	as	as	ADP	_	_	_	_	_	_	2
+18	many	many	ADJ	_	_	_	_	_	_	*
+19	spontaneous	spontaneous	ADJ	_	_	_	_	_	_	*
+20	images	image	NOUN	_	_	_	_	_	ss=n.communication	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.310018.3
+# sent_counter = 3029
+# text = You will not be disappointed with her work !!
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	her	her	PRON	_	_	_	_	_	_	*
+8	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+9	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.1
+# sent_counter = 3030
+# text = Make You Feel Like a Number
+1	Make	make	VERB	_	_	_	_	_	ss=v.stative	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	Feel	feel	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	Like	like	ADP	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	1
+6	Number	number	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.2
+# sent_counter = 3031
+# text = Stay away from Kids First West Chester .
+1	Stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	away	away	ADV	_	_	_	_	_	_	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	Kids	kids	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	First	first	ADV	_	_	_	_	_	_	1
+6	West	west	PROPN	_	_	_	_	_	_	1
+7	Chester	chester	PROPN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.3
+# sent_counter = 3032
+# text = You NEVER get a human on the phone .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	NEVER	never	ADV	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.social	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	human	human	NOUN	_	_	_	_	_	ss=n.person	*
+6	on	on	ADP	_	_	_	_	_	_	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	phone	phone	NOUN	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.4
+# sent_counter = 3033
+# text = It 's impossible to get an appointment .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	impossible	impossible	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.social	1:X
+6	an	an	DET	_	_	_	_	_	_	*
+7	appointment	appointment	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.5
+# sent_counter = 3034
+# text = If you get caught in traffic and are a couple minutes late they make you re-schedule ... for 6 weeks later .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	get	get	AUX	_	_	_	_	_	_	*
+4	caught	catch	VERB	_	_	_	_	_	ss=v.social	*
+5	in	in	ADP	_	_	_	_	_	_	1:X
+6	traffic	traffic	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	ss=n.quantity	2:X
+10	couple	couple	NOUN	_	_	_	_	_	_	2
+11	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+12	late	late	ADJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	make	make	VERB	_	_	_	_	_	ss=v.social	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	re-schedule	re-schedule	VERB	_	_	_	_	_	ss=v.social	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	6	6	NUM	_	_	_	_	_	_	*
+20	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+21	later	later	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.6
+# sent_counter = 3035
+# text = And worst of all your child feels like a number not a patient .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	worst	worst	ADV	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	child	child	NOUN	_	_	_	_	_	ss=n.person	*
+7	feels	feel	VERB	_	_	_	_	_	ss=v.cognition	1:X
+8	like	like	ADP	_	_	_	_	_	_	1
+9	a	a	DET	_	_	_	_	_	_	1
+10	number	number	NOUN	_	_	_	_	_	_	1
+11	not	not	PART	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313714.7
+# sent_counter = 3036
+# text = Go somewhere else .
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+3	else	else	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314711.1
+# sent_counter = 3037
+# text = Dr. White is the best !
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	White	white	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.1
+# sent_counter = 3038
+# text = AWFUL SERVICE !
+1	AWFUL	awful	ADJ	_	_	_	_	_	_	*
+2	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.2
+# sent_counter = 3039
+# text = After happily visiting Sear's Automotives in the past , I was shocked at the horrible service received at their Greensboro location .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	happily	happily	ADV	_	_	_	_	_	_	*
+3	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+4	Sear's	sear's	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Automotives	automotives	PROPN	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	past	past	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	shocked	shocked	ADJ	_	_	_	_	_	_	*
+13	at	at	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	horrible	horrible	ADJ	_	_	_	_	_	_	*
+16	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+17	received	receive	VERB	_	_	_	_	_	ss=v.stative	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	their	their	PRON	_	_	_	_	_	_	*
+20	Greensboro	greensboro	PROPN	_	_	_	_	_	ss=n.location	*
+21	location	location	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.3
+# sent_counter = 3040
+# text = I brought my car in on a Sunday to replace a shredded tire .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	brought	bring	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	my	my	PRON	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	in	in	ADV	_	_	_	_	_	_	1
+6	on	on	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	replace	replace	VERB	_	_	_	_	_	ss=v.change	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	shredded	shred	VERB	_	_	_	_	_	_	*
+13	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.4
+# sent_counter = 3041
+# text = I waited about 20 minutes in the store part before anyone was able to assist me and was then told to pull my car into the shop ( that is apparently what you are supposed to do , but the big signs pointing you that way are for some reason kept inside the garage , so you do n't see them drving up , and they purposely block the front pull - up that all other Sear's use ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+3	about	about	ADV	_	_	_	_	_	_	*
+4	20	20	NUM	_	_	_	_	_	_	*
+5	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+9	part	part	NOUN	_	_	_	_	_	ss=n.location	*
+10	before	before	SCONJ	_	_	_	_	_	_	*
+11	anyone	anyone	NOUN	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	_	*
+13	able	able	ADJ	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	assist	assist	VERB	_	_	_	_	_	ss=v.social	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	was	be	AUX	_	_	_	_	_	_	*
+19	then	then	ADV	_	_	_	_	_	_	*
+20	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	pull	pull	VERB	_	_	_	_	_	ss=v.motion	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	into	into	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	shop	shop	NOUN	_	_	_	_	_	ss=n.location	*
+28	(	(	PUNCT	_	_	_	_	_	_	*
+29	that	that	DET	_	_	_	_	_	_	*
+30	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	apparently	apparently	ADV	_	_	_	_	_	_	*
+32	what	what	PRON	_	_	_	_	_	_	*
+33	you	you	PRON	_	_	_	_	_	_	*
+34	are	be	AUX	_	_	_	_	_	_	1:X
+35	supposed	suppose	VERB	_	_	_	_	_	_	1
+36	to	to	PART	_	_	_	_	_	_	1
+37	do	do	VERB	_	_	_	_	_	ss=v.social	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	but	but	CCONJ	_	_	_	_	_	_	*
+40	the	the	DET	_	_	_	_	_	_	*
+41	big	big	ADJ	_	_	_	_	_	_	*
+42	signs	sign	NOUN	_	_	_	_	_	ss=n.communication	*
+43	pointing	point	VERB	_	_	_	_	_	ss=v.communication	*
+44	you	you	PRON	_	_	_	_	_	_	*
+45	that	that	DET	_	_	_	_	_	_	*
+46	way	way	NOUN	_	_	_	_	_	ss=n.location	*
+47	are	be	AUX	_	_	_	_	_	ss=v.stative	*
+48	for	for	ADP	_	_	_	_	_	_	*
+49	some	some	DET	_	_	_	_	_	_	*
+50	reason	reason	NOUN	_	_	_	_	_	ss=n.cognition	*
+51	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+52	inside	inside	ADP	_	_	_	_	_	_	*
+53	the	the	DET	_	_	_	_	_	_	*
+54	garage	garage	NOUN	_	_	_	_	_	ss=n.location	*
+55	,	,	PUNCT	_	_	_	_	_	_	*
+56	so	so	ADV	_	_	_	_	_	_	*
+57	you	you	PRON	_	_	_	_	_	_	*
+58	do	do	AUX	_	_	_	_	_	_	*
+59	n't	n't	PART	_	_	_	_	_	_	*
+60	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+61	them	them	PRON	_	_	_	_	_	_	*
+62	drving	drving	VERB	_	_	_	_	_	ss=v.motion	2:X
+63	up	up	ADV	_	_	_	_	_	_	2
+64	,	,	PUNCT	_	_	_	_	_	_	*
+65	and	and	CCONJ	_	_	_	_	_	_	*
+66	they	they	PRON	_	_	_	_	_	_	*
+67	purposely	purposely	ADV	_	_	_	_	_	_	*
+68	block	block	VERB	_	_	_	_	_	ss=v.social	*
+69	the	the	DET	_	_	_	_	_	_	*
+70	front	front	NOUN	_	_	_	_	_	ss=n.location	*
+71	pull	pull	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+72	-	-	PUNCT	_	_	_	_	_	_	3
+73	up	up	NOUN	_	_	_	_	_	_	3
+74	that	that	DET	_	_	_	_	_	_	*
+75	all	all	DET	_	_	_	_	_	_	*
+76	other	other	ADJ	_	_	_	_	_	_	*
+77	Sear's	sear's	PROPN	_	_	_	_	_	ss=n.group	*
+78	use	use	VERB	_	_	_	_	_	ss=v.social	*
+79	)	)	PUNCT	_	_	_	_	_	_	*
+80	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.5
+# sent_counter = 3042
+# text = Once inside , I had to stand around for at least 10 more minutes before -- FINALLY -- a technician got to me .
+1	Once	once	ADP	_	_	_	_	_	_	*
+2	inside	inside	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	stand	stand	VERB	_	_	_	_	_	ss=v.stative	2:X
+8	around	around	ADV	_	_	_	_	_	_	2
+9	for	for	ADP	_	_	_	_	_	_	*
+10	at	at	ADV	_	_	_	_	_	_	3:X
+11	least	least	ADV	_	_	_	_	_	_	3
+12	10	10	NUM	_	_	_	_	_	_	*
+13	more	more	ADJ	_	_	_	_	_	_	*
+14	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+15	before	before	ADP	_	_	_	_	_	_	*
+16	--	--	PUNCT	_	_	_	_	_	_	*
+17	FINALLY	finally	ADV	_	_	_	_	_	_	*
+18	--	--	PUNCT	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	technician	technician	ADJ	_	_	_	_	_	_	*
+21	got	get	VERB	_	_	_	_	_	ss=v.social	4:X
+22	to	to	ADP	_	_	_	_	_	_	4
+23	me	me	PRON	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.6
+# sent_counter = 3043
+# text = Once I returned to pick up my car , you can believe I spent quite a bit MORE time standing around waiting .
+1	Once	once	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	returned	return	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	pick	pick	VERB	_	_	_	_	_	ss=v.social	1:X
+6	up	up	ADP	_	_	_	_	_	_	1
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	spent	spend	VERB	_	_	_	_	_	ss=v.cognition	*
+15	quite	quite	DET	_	_	_	_	_	_	2:X
+16	a	a	DET	_	_	_	_	_	_	2
+17	bit	bit	NOUN	_	_	_	_	_	_	2
+18	MORE	more	ADJ	_	_	_	_	_	_	*
+19	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+20	standing	stand	VERB	_	_	_	_	_	ss=v.social	3:X
+21	around	around	ADV	_	_	_	_	_	_	3
+22	waiting	wait	VERB	_	_	_	_	_	ss=v.social	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.7
+# sent_counter = 3044
+# text = I had wanted to split the total between a credit card and check card since I was being reimbursed for the tire but was told this was n't possible .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	split	split	VERB	_	_	_	_	_	ss=v.stative	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	total	total	NOUN	_	_	_	_	_	ss=n.possession	*
+8	between	between	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	1:X
+11	card	card	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	check	check	NOUN	_	_	_	_	_	ss=n.possession	2:X
+14	card	card	NOUN	_	_	_	_	_	_	2
+15	since	since	SCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	was	be	AUX	_	_	_	_	_	_	*
+18	being	be	AUX	_	_	_	_	_	_	*
+19	reimbursed	reimburse	VERB	_	_	_	_	_	ss=v.possession	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	but	but	CCONJ	_	_	_	_	_	_	*
+24	was	be	AUX	_	_	_	_	_	_	*
+25	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+26	this	this	DET	_	_	_	_	_	_	*
+27	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	n't	n't	PART	_	_	_	_	_	_	*
+29	possible	possible	ADJ	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.8
+# sent_counter = 3045
+# text = Once I actually got back in my car , it was dirty and had grease all over the steering wheel .
+1	Once	once	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	actually	actually	ADV	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	back	back	ADV	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	1
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	dirty	dirty	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	_	*
+15	grease	grease	NOUN	_	_	_	_	_	ss=n.substance	*
+16	all	all	ADV	_	_	_	_	_	_	2:X
+17	over	over	ADP	_	_	_	_	_	_	2
+18	the	the	DET	_	_	_	_	_	_	*
+19	steering	steering	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+20	wheel	wheel	NOUN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.9
+# sent_counter = 3046
+# text = OK , one bad experience ... fine .
+1	OK	ok	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+5	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	fine	fine	INTJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.10
+# sent_counter = 3047
+# text = The following Friday , I returned with my car to go ahead and replace the other 3 tires , which were worn .
+1	The	the	DET	_	_	_	_	_	_	*
+2	following	follow	VERB	_	_	_	_	_	_	*
+3	Friday	friday	PROPN	_	_	_	_	_	ss=n.event	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	returned	return	VERB	_	_	_	_	_	ss=v.motion	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+12	ahead	ahead	ADV	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	replace	replace	VERB	_	_	_	_	_	ss=v.change	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	3	3	NUM	_	_	_	_	_	_	*
+18	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	which	which	DET	_	_	_	_	_	_	*
+21	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	worn	worn	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105518.2
+# sent_counter = 3048
+# text = I adopted a 3.5 month old yellow lab last winter from the Dumb Friends League .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	adopted	adopt	VERB	_	_	_	_	_	ss=v.social	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	3.5	3.5	NUM	_	_	_	_	_	_	*
+5	month	month	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+6	old	old	ADJ	_	_	_	_	_	_	1
+7	yellow	yellow	ADJ	_	_	_	_	_	ss=n.animal	2:X
+8	lab	lab	NOUN	_	_	_	_	_	_	2
+9	last	last	ADJ	_	_	_	_	_	_	*
+10	winter	winter	NOUN	_	_	_	_	_	ss=n.time	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	Dumb	dumb	PROPN	_	_	_	_	_	ss=n.group	3:X
+14	Friends	friends	PROPN	_	_	_	_	_	_	3
+15	League	league	PROPN	_	_	_	_	_	_	3
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.003418.9
+# sent_counter = 3049
+# text = I eventually decided to just pay the balance even though the doctor has already been paid , but now the collection agency is trying to say another reversal of $ 160.00 has come through .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	eventually	eventually	ADV	_	_	_	_	_	_	*
+3	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	balance	balance	NOUN	_	_	_	_	_	ss=n.possession	*
+9	even	even	ADV	_	_	_	_	_	_	1:X
+10	though	though	SCONJ	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+13	has	have	AUX	_	_	_	_	_	_	*
+14	already	already	ADV	_	_	_	_	_	_	*
+15	been	be	AUX	_	_	_	_	_	_	*
+16	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	now	now	ADV	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	collection	collection	NOUN	_	_	_	_	_	ss=n.group	2:X
+22	agency	agency	NOUN	_	_	_	_	_	_	2
+23	is	be	AUX	_	_	_	_	_	_	*
+24	trying	try	VERB	_	_	_	_	_	ss=v.communication	3:X
+25	to	to	PART	_	_	_	_	_	_	3
+26	say	say	VERB	_	_	_	_	_	_	3
+27	another	another	DET	_	_	_	_	_	_	*
+28	reversal	reversal	NOUN	_	_	_	_	_	ss=n.event	*
+29	of	of	ADP	_	_	_	_	_	_	*
+30	$	$	SYM	_	_	_	_	_	_	*
+31	160.00	160.00	NUM	_	_	_	_	_	_	*
+32	has	have	AUX	_	_	_	_	_	_	*
+33	come	come	VERB	_	_	_	_	_	ss=v.stative	4:X
+34	through	through	ADV	_	_	_	_	_	_	4
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.025516.1
+# sent_counter = 3050
+# text = Very friendly people offering a brilliant service .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+4	offering	offer	VERB	_	_	_	_	_	ss=v.social	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	brilliant	brilliant	ADJ	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029218.3
+# sent_counter = 3051
+# text = Cj and company did all that we ask and 10 times more .
+1	Cj	cj	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	ss=n.group	1:X
+3	company	company	NOUN	_	_	_	_	_	_	1
+4	did	do	VERB	_	_	_	_	_	ss=v.social	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	10	10	NUM	_	_	_	_	_	_	*
+11	times	times	NOUN	_	_	_	_	_	ss=n.relation	*
+12	more	more	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034313.3
+# sent_counter = 3052
+# text = He cross examined witnesses relentlessly and had them break down and tell the truth .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	cross	cross	VERB	_	_	_	_	_	ss=v.social	1:X
+3	examined	examine	VERB	_	_	_	_	_	_	1
+4	witnesses	witness	NOUN	_	_	_	_	_	ss=n.person	*
+5	relentlessly	relentlessly	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	them	them	PRON	_	_	_	_	_	_	*
+9	break	break	VERB	_	_	_	_	_	ss=v.cognition	2:X
+10	down	down	ADP	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	2
+12	tell	tell	VERB	_	_	_	_	_	ss=v.communication	3:X
+13	the	the	DET	_	_	_	_	_	_	3
+14	truth	truth	NOUN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.11
+# sent_counter = 3053
+# text = I would not have gone back , but I could n't find the particular tire they 'd used in stock anywhere else .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	have	have	AUX	_	_	_	_	_	_	*
+5	gone	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	back	back	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	could	could	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	particular	particular	ADJ	_	_	_	_	_	_	*
+15	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	'd	'd	AUX	_	_	_	_	_	_	*
+18	used	use	VERB	_	_	_	_	_	ss=v.contact	*
+19	in	in	ADP	_	_	_	_	_	_	1:X
+20	stock	stock	NOUN	_	_	_	_	_	_	1
+21	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+22	else	else	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.12
+# sent_counter = 3054
+# text = Once again , I waited for quite a bit before being attended to .
+1	Once	once	ADV	_	_	_	_	_	_	1:X
+2	again	again	ADV	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	quite	quite	DET	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	2:X
+9	bit	bit	NOUN	_	_	_	_	_	_	2
+10	before	before	SCONJ	_	_	_	_	_	_	*
+11	being	be	AUX	_	_	_	_	_	_	*
+12	attended	attend	VERB	_	_	_	_	_	ss=v.social	3:X
+13	to	to	ADP	_	_	_	_	_	_	3
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.13
+# sent_counter = 3055
+# text = I got the order completed , and then questioned the technician since it came out about $ 40 less than I expected .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+5	completed	complete	VERB	_	_	_	_	_	ss=v.stative	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	then	then	ADV	_	_	_	_	_	_	*
+9	questioned	question	VERB	_	_	_	_	_	ss=v.communication	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	technician	technician	NOUN	_	_	_	_	_	ss=n.person	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	came	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+15	out	out	ADV	_	_	_	_	_	_	1
+16	about	about	ADV	_	_	_	_	_	_	*
+17	$	$	SYM	_	_	_	_	_	_	*
+18	40	40	NUM	_	_	_	_	_	_	*
+19	less	less	ADJ	_	_	_	_	_	_	2:X
+20	than	than	SCONJ	_	_	_	_	_	_	2
+21	I	i	PRON	_	_	_	_	_	_	*
+22	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.14
+# sent_counter = 3056
+# text = He said it was the same tire , and verified this , after checking both the actual tire on my car and my service papers from earlier in the week .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	same	same	ADJ	_	_	_	_	_	_	*
+7	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	verified	verify	VERB	_	_	_	_	_	ss=v.stative	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	after	after	SCONJ	_	_	_	_	_	_	*
+14	checking	check	VERB	_	_	_	_	_	ss=v.cognition	*
+15	both	both	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	actual	actual	ADJ	_	_	_	_	_	_	*
+18	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	service	service	NOUN	_	_	_	_	_	ss=n.communication	1:X
+25	papers	papers	NOUN	_	_	_	_	_	_	1
+26	from	from	ADP	_	_	_	_	_	_	*
+27	earlier	earlier	ADV	_	_	_	_	_	_	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.15
+# sent_counter = 3057
+# text = However , when he printed out the service quote , I could see that it was NOT the correct tire , and was not even an appropriate tire for my car model .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	printed	print	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	out	out	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	*
+8	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	quote	quote	NOUN	_	_	_	_	_	ss=n.possession	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	could	could	AUX	_	_	_	_	_	_	*
+13	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	NOT	not	PART	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	correct	correct	ADJ	_	_	_	_	_	_	*
+20	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	not	not	PART	_	_	_	_	_	_	*
+25	even	even	ADV	_	_	_	_	_	_	*
+26	an	an	DET	_	_	_	_	_	_	*
+27	appropriate	appropriate	ADJ	_	_	_	_	_	_	*
+28	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	my	my	PRON	_	_	_	_	_	_	*
+31	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	model	model	NOUN	_	_	_	_	_	ss=n.attribute	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.16
+# sent_counter = 3058
+# text = So I pointed this out to him , at which point he said they only had one of the correct tires in stock .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	pointed	point	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	this	this	DET	_	_	_	_	_	_	*
+5	out	out	ADP	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	at	at	ADP	_	_	_	_	_	_	2:X
+10	which	which	DET	_	_	_	_	_	_	2
+11	point	point	NOUN	_	_	_	_	_	_	2
+12	he	he	PRON	_	_	_	_	_	_	*
+13	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	only	only	ADV	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	one	one	NUM	_	_	_	_	_	_	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	correct	correct	ADJ	_	_	_	_	_	_	*
+21	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	in	in	ADP	_	_	_	_	_	_	3:X
+23	stock	stock	NOUN	_	_	_	_	_	_	3
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.17
+# sent_counter = 3059
+# text = Ok -- fine .
+1	Ok	ok	INTJ	_	_	_	_	_	_	*
+2	--	--	PUNCT	_	_	_	_	_	_	*
+3	fine	fine	INTJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.18
+# sent_counter = 3060
+# text = So I got just my other rear tire replaced .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.social	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	other	other	ADJ	_	_	_	_	_	_	*
+7	rear	rear	ADJ	_	_	_	_	_	_	*
+8	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.19
+# sent_counter = 3061
+# text = They promised it 'd be done within an hour , so I waited in the lobby .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	promised	promise	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	'd	'd	AUX	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	within	within	ADP	_	_	_	_	_	_	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	waited	wait	VERB	_	_	_	_	_	ss=v.stative	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	lobby	lobby	NOUN	_	_	_	_	_	ss=n.location	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.20
+# sent_counter = 3062
+# text = Over two hours later ( and ten minutes before they closed ) my car was finally finished .
+1	Over	over	ADP	_	_	_	_	_	_	*
+2	two	two	NUM	_	_	_	_	_	_	*
+3	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+4	later	later	ADV	_	_	_	_	_	_	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	ten	ten	NUM	_	_	_	_	_	_	*
+8	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	closed	close	VERB	_	_	_	_	_	ss=v.change	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	was	be	AUX	_	_	_	_	_	_	*
+16	finally	finally	ADV	_	_	_	_	_	_	*
+17	finished	finish	VERB	_	_	_	_	_	ss=v.change	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.21
+# sent_counter = 3063
+# text = A few minutes after I left , I was called and informed that " I " left my wheel lock ( which they should have left in the car ) .
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	few	few	ADJ	_	_	_	_	_	_	1
+3	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+4	after	after	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	informed	inform	VERB	_	_	_	_	_	ss=v.communication	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	"	"	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	wheel	wheel	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+20	lock	lock	NOUN	_	_	_	_	_	_	2
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	which	which	DET	_	_	_	_	_	_	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	should	should	AUX	_	_	_	_	_	_	*
+25	have	have	AUX	_	_	_	_	_	_	*
+26	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+27	in	in	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	)	)	PUNCT	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.22
+# sent_counter = 3064
+# text = Of course , they would be closing in 5 minutes , so I would have to hurry up or get it the next day .
+1	Of	of	ADV	_	_	_	_	_	_	1:X
+2	course	course	ADV	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	be	be	AUX	_	_	_	_	_	_	*
+7	closing	close	VERB	_	_	_	_	_	ss=v.change	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	5	5	NUM	_	_	_	_	_	_	*
+10	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	_	2:X
+16	to	to	PART	_	_	_	_	_	_	2
+17	hurry	hurry	VERB	_	_	_	_	_	ss=v.stative	3:X
+18	up	up	ADP	_	_	_	_	_	_	3
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	next	next	ADJ	_	_	_	_	_	_	*
+24	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.23
+# sent_counter = 3065
+# text = Of course I could n't make it back in time ( and they apparently could not stay 5 extra minutes to wait for me ) .
+1	Of	of	ADV	_	_	_	_	_	_	1:X
+2	course	course	ADV	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	could	could	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	make	make	VERB	_	_	_	_	_	ss=v.motion	2:X
+7	it	it	PRON	_	_	_	_	_	_	2
+8	back	back	ADV	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	3:X
+10	time	time	NOUN	_	_	_	_	_	_	3
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	apparently	apparently	ADV	_	_	_	_	_	_	*
+15	could	could	AUX	_	_	_	_	_	_	*
+16	not	not	PART	_	_	_	_	_	_	*
+17	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+18	5	5	NUM	_	_	_	_	_	_	*
+19	extra	extra	ADJ	_	_	_	_	_	_	*
+20	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	wait	wait	VERB	_	_	_	_	_	ss=v.social	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	me	me	PRON	_	_	_	_	_	_	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.24
+# sent_counter = 3066
+# text = The next day , no one could find my wheel lock and that particular technician was not in .
+1	The	the	DET	_	_	_	_	_	_	*
+2	next	next	ADJ	_	_	_	_	_	_	*
+3	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	no	no	DET	_	_	_	_	_	_	*
+6	one	one	NOUN	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wheel	wheel	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	lock	lock	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	particular	particular	ADJ	_	_	_	_	_	_	*
+15	technician	technician	NOUN	_	_	_	_	_	ss=n.person	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	2:X
+17	not	not	PART	_	_	_	_	_	_	*
+18	in	in	ADV	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.25
+# sent_counter = 3067
+# text = Of course , they could n't call him either to ask about it because apparently they do n't keep their employees ' phone numbers ( riiight ) , so I would have to return on Monday ( driving for 3 days now with no wheel lock should I get a flat ) .
+1	Of	of	ADV	_	_	_	_	_	_	1:X
+2	course	course	ADV	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	could	could	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	him	him	PRON	_	_	_	_	_	_	*
+9	either	either	ADV	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+12	about	about	ADP	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	because	because	SCONJ	_	_	_	_	_	_	*
+15	apparently	apparently	ADV	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	do	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+20	their	their	PRON	_	_	_	_	_	_	*
+21	employees	employee	NOUN	_	_	_	_	_	ss=n.group	*
+22	'	'	PART	_	_	_	_	_	_	*
+23	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	2:X
+24	numbers	numbers	NOUN	_	_	_	_	_	_	2
+25	(	(	PUNCT	_	_	_	_	_	_	*
+26	riiight	riiight	INTJ	_	_	_	_	_	_	*
+27	)	)	PUNCT	_	_	_	_	_	_	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	so	so	ADV	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	would	would	AUX	_	_	_	_	_	_	*
+32	have	have	VERB	_	_	_	_	_	_	3:X
+33	to	to	PART	_	_	_	_	_	_	3
+34	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+35	on	on	ADP	_	_	_	_	_	_	*
+36	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+37	(	(	PUNCT	_	_	_	_	_	_	*
+38	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+39	for	for	ADP	_	_	_	_	_	_	*
+40	3	3	NUM	_	_	_	_	_	_	*
+41	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+42	now	now	ADV	_	_	_	_	_	_	*
+43	with	with	ADP	_	_	_	_	_	_	*
+44	no	no	DET	_	_	_	_	_	_	*
+45	wheel	wheel	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+46	lock	lock	NOUN	_	_	_	_	_	_	4
+47	should	should	AUX	_	_	_	_	_	_	*
+48	I	i	PRON	_	_	_	_	_	_	*
+49	get	get	VERB	_	_	_	_	_	ss=v.stative	5:X
+50	a	a	DET	_	_	_	_	_	_	5
+51	flat	flat	NOUN	_	_	_	_	_	_	5
+52	)	)	PUNCT	_	_	_	_	_	_	*
+53	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.26
+# sent_counter = 3068
+# text = On Monday I called and again it was a big to - do to find anyone who knew anything about it .
+1	On	on	ADP	_	_	_	_	_	_	*
+2	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	ss=n.cognition	1:X
+10	big	big	ADJ	_	_	_	_	_	_	*
+11	to	to	NOUN	_	_	_	_	_	_	1
+12	-	-	PUNCT	_	_	_	_	_	_	1
+13	do	do	NOUN	_	_	_	_	_	_	1
+14	to	to	PART	_	_	_	_	_	_	*
+15	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+16	anyone	anyone	NOUN	_	_	_	_	_	_	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+19	anything	anything	NOUN	_	_	_	_	_	_	*
+20	about	about	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.27
+# sent_counter = 3069
+# text = Supposedly they will be holding it for me this evening , but I 'm sure that will also be a huge ordeal .
+1	Supposedly	supposedly	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	holding	hold	VERB	_	_	_	_	_	ss=v.stative	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	evening	evening	NOUN	_	_	_	_	_	ss=n.event	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+15	sure	sure	ADJ	_	_	_	_	_	_	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	will	will	AUX	_	_	_	_	_	_	*
+18	also	also	ADV	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	huge	huge	ADJ	_	_	_	_	_	_	*
+22	ordeal	ordeal	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.28
+# sent_counter = 3070
+# text = The employees at this Sear's are completely apathetic and there did n't seem to be any sort of management that I could see .
+1	The	the	DET	_	_	_	_	_	_	*
+2	employees	employee	NOUN	_	_	_	_	_	ss=n.group	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	Sear's	sear's	PROPN	_	_	_	_	_	ss=n.group	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	completely	completely	ADV	_	_	_	_	_	_	*
+8	apathetic	apathetic	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	there	there	PRON	_	_	_	_	_	_	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	any	any	DET	_	_	_	_	_	_	*
+17	sort	sort	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	could	could	AUX	_	_	_	_	_	_	*
+23	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.319816.29
+# sent_counter = 3071
+# text = I will never return there again ( and now have some serious doubts about the quality of work they actually performed on my car ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	have	have	VERB	_	_	_	_	_	ss=n.cognition	1:X
+11	some	some	DET	_	_	_	_	_	_	*
+12	serious	serious	ADJ	_	_	_	_	_	_	*
+13	doubts	doubt	NOUN	_	_	_	_	_	_	1
+14	about	about	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	work	work	NOUN	_	_	_	_	_	ss=v.social	2:X
+19	they	they	PRON	_	_	_	_	_	_	*
+20	actually	actually	ADV	_	_	_	_	_	_	*
+21	performed	perform	VERB	_	_	_	_	_	_	2
+22	on	on	ADP	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326112.1
+# sent_counter = 3072
+# text = PAT testing quick & efficient
+1	PAT	pat	PROPN	_	_	_	_	_	ss=n.act	1:X
+2	testing	testing	PROPN	_	_	_	_	_	_	1
+3	quick	quick	ADJ	_	_	_	_	_	_	*
+4	&	&	CCONJ	_	_	_	_	_	_	*
+5	efficient	efficient	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326112.2
+# sent_counter = 3073
+# text = I rang SRD PAT testing and within 3 hours Scot had come to my premises and PAT tested all my our Spill The Whisky barn dance band equipment , and supplied a certificate for only 70 p per unit .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	rang	ring	VERB	_	_	_	_	_	ss=v.communication	*
+3	SRD	srd	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	PAT	pat	PROPN	_	_	_	_	_	_	1
+5	testing	testing	PROPN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	within	within	ADP	_	_	_	_	_	_	*
+8	3	3	NUM	_	_	_	_	_	_	*
+9	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+10	Scot	scot	PROPN	_	_	_	_	_	ss=n.person	*
+11	had	have	AUX	_	_	_	_	_	_	*
+12	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	premises	premises	NOUN	_	_	_	_	_	ss=n.location	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	PAT	pat	NOUN	_	_	_	_	_	ss=v.social	2:X
+18	tested	test	VERB	_	_	_	_	_	_	2
+19	all	all	DET	_	_	_	_	_	_	*
+20	my	my	PRON	_	_	_	_	_	_	*
+21	our	our	PRON	_	_	_	_	_	_	*
+22	Spill	spill	VERB	_	_	_	_	_	ss=n.group	3:X
+23	The	the	DET	_	_	_	_	_	_	3
+24	Whisky	whisky	PROPN	_	_	_	_	_	_	3
+25	barn	barn	NOUN	_	_	_	_	_	ss=n.act	4:X
+26	dance	dance	NOUN	_	_	_	_	_	_	4
+27	band	band	NOUN	_	_	_	_	_	ss=n.group	*
+28	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	and	and	CCONJ	_	_	_	_	_	_	*
+31	supplied	supply	VERB	_	_	_	_	_	ss=v.social	*
+32	a	a	DET	_	_	_	_	_	_	*
+33	certificate	certificate	NOUN	_	_	_	_	_	ss=n.communication	*
+34	for	for	ADP	_	_	_	_	_	_	*
+35	only	only	ADV	_	_	_	_	_	_	*
+36	70	70	NUM	_	_	_	_	_	_	*
+37	p	p	NOUN	_	_	_	_	_	ss=n.possession	*
+38	per	per	ADP	_	_	_	_	_	_	*
+39	unit	unit	NOUN	_	_	_	_	_	ss=n.artifact	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326112.3
+# sent_counter = 3074
+# text = Fantastic , quick and efficient service .
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	quick	quick	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	efficient	efficient	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326112.4
+# sent_counter = 3075
+# text = How rare !
+1	How	how	ADV	_	_	_	_	_	_	*
+2	rare	rare	ADJ	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326112.5
+# sent_counter = 3076
+# text = Well done .
+1	Well	well	ADV	_	_	_	_	_	_	1:X
+2	done	do	VERB	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335815.1
+# sent_counter = 3077
+# text = Very poor customer service .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	poor	poor	ADJ	_	_	_	_	_	_	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	service	service	NOUN	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335815.2
+# sent_counter = 3078
+# text = There are a couple decent people working there , but the rest are VERY dishonest , as well as rude , I have yet to hear the truth come out of their mouths .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	1:X
+4	couple	couple	NOUN	_	_	_	_	_	_	1
+5	decent	decent	ADJ	_	_	_	_	_	_	*
+6	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+7	working	work	VERB	_	_	_	_	_	ss=v.social	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	rest	rest	ADJ	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	VERY	very	ADV	_	_	_	_	_	_	*
+15	dishonest	dishonest	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	as	as	ADV	_	_	_	_	_	_	2:X
+18	well	well	ADV	_	_	_	_	_	_	2
+19	as	as	ADP	_	_	_	_	_	_	2
+20	rude	rude	ADJ	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	have	have	VERB	_	_	_	_	_	_	3:X
+24	yet	yet	ADV	_	_	_	_	_	_	3
+25	to	to	PART	_	_	_	_	_	_	3
+26	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	truth	truth	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	come	come	VERB	_	_	_	_	_	ss=v.communication	*
+30	out	out	ADP	_	_	_	_	_	_	4:X
+31	of	of	ADP	_	_	_	_	_	_	4
+32	their	their	PRON	_	_	_	_	_	_	*
+33	mouths	mouth	NOUN	_	_	_	_	_	ss=n.body	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.1
+# sent_counter = 3079
+# text = Friendly staff , but definitely some problems
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	staff	staff	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	but	but	CCONJ	_	_	_	_	_	_	*
+5	definitely	definitely	ADV	_	_	_	_	_	_	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.2
+# sent_counter = 3080
+# text = May , 2009 .
+1	May	may	PROPN	_	_	_	_	_	ss=n.time	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	2009	2009	NUM	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.3
+# sent_counter = 3081
+# text = We were booked at the Sheraton with a number of other out - of - town wedding guests .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	booked	book	VERB	_	_	_	_	_	ss=v.social	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Sheraton	sheraton	PROPN	_	_	_	_	_	ss=n.group	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+9	number	number	NOUN	_	_	_	_	_	_	1
+10	of	of	ADP	_	_	_	_	_	_	*
+11	other	other	ADJ	_	_	_	_	_	_	*
+12	out	out	ADP	_	_	_	_	_	_	2:X
+13	-	-	PUNCT	_	_	_	_	_	_	2
+14	of	of	ADP	_	_	_	_	_	_	2
+15	-	-	PUNCT	_	_	_	_	_	_	2
+16	town	town	NOUN	_	_	_	_	_	_	2
+17	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+18	guests	guest	NOUN	_	_	_	_	_	ss=n.group	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.4
+# sent_counter = 3082
+# text = Got put into the wrong room the first night , and were quite surprised to have someone with the same room key trying to get in the door at 1:00 am !
+1	Got	get	VERB	_	_	_	_	_	_	*
+2	put	put	VERB	_	_	_	_	_	ss=v.stative	*
+3	into	into	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	wrong	wrong	ADJ	_	_	_	_	_	_	*
+6	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	first	first	ADJ	_	_	_	_	_	_	*
+9	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	quite	quite	ADV	_	_	_	_	_	_	*
+14	surprised	surprised	ADJ	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	someone	someone	NOUN	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	same	same	ADJ	_	_	_	_	_	_	*
+21	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+22	key	key	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	get	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+26	in	in	ADP	_	_	_	_	_	_	1
+27	the	the	DET	_	_	_	_	_	_	1
+28	door	door	NOUN	_	_	_	_	_	_	1
+29	at	at	ADP	_	_	_	_	_	_	*
+30	1:00	1:00	NUM	_	_	_	_	_	_	*
+31	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.5
+# sent_counter = 3083
+# text = Next day got moved into another room , on the same floor with other wedding guests .
+1	Next	next	ADJ	_	_	_	_	_	_	*
+2	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+3	got	get	AUX	_	_	_	_	_	_	*
+4	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+5	into	into	ADP	_	_	_	_	_	_	*
+6	another	another	DET	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	same	same	ADJ	_	_	_	_	_	_	*
+12	floor	floor	NOUN	_	_	_	_	_	ss=n.location	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+16	guests	guest	NOUN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.6
+# sent_counter = 3084
+# text = There were 3 adults in our room but towels for only 2 , no linens for sofa bed .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	adults	adult	NOUN	_	_	_	_	_	ss=n.person	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	towels	towel	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	only	only	ADV	_	_	_	_	_	_	*
+12	2	2	NUM	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	no	no	DET	_	_	_	_	_	_	*
+15	linens	linen	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	sofa	sofa	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+18	bed	bed	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.7
+# sent_counter = 3085
+# text = In the second room it took 3 tries to get all the towels and linens we requested .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	second	second	ADJ	_	_	_	_	_	_	*
+4	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+7	3	3	NUM	_	_	_	_	_	_	*
+8	tries	try	NOUN	_	_	_	_	_	_	1
+9	to	to	PART	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	towels	towel	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	linens	linen	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	we	we	PRON	_	_	_	_	_	_	*
+17	requested	request	VERB	_	_	_	_	_	ss=v.communication	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.8
+# sent_counter = 3086
+# text = A package and some wedding cards were left in our first room .
+1	A	a	DET	_	_	_	_	_	_	*
+2	package	package	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+6	cards	cards	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	were	be	AUX	_	_	_	_	_	ss=v.stative	*
+8	left	leave	VERB	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	first	first	ADJ	_	_	_	_	_	_	*
+12	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.9
+# sent_counter = 3087
+# text = They were sent to our second room and had been opened -- the ribbon - wrapped present , and all 3 envelopes .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	second	second	ADJ	_	_	_	_	_	_	*
+7	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	had	have	AUX	_	_	_	_	_	_	*
+10	been	be	AUX	_	_	_	_	_	_	*
+11	opened	open	VERB	_	_	_	_	_	ss=v.stative	*
+12	--	--	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	ribbon	ribbon	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	wrapped	wrap	VERB	_	_	_	_	_	ss=v.stative	*
+17	present	present	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	3	3	NUM	_	_	_	_	_	_	*
+22	envelopes	envelope	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.10
+# sent_counter = 3088
+# text = Security in the hotel seemed to be excellent , but we were never given an explanation as to why someone would open these items .
+1	Security	security	NOUN	_	_	_	_	_	ss=n.group	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	hotel	hotel	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	excellent	excellent	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	were	be	AUX	_	_	_	_	_	_	*
+13	never	never	ADV	_	_	_	_	_	_	*
+14	given	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+15	an	an	DET	_	_	_	_	_	_	*
+16	explanation	explanation	NOUN	_	_	_	_	_	_	1
+17	as	as	ADP	_	_	_	_	_	_	2:X
+18	to	to	SCONJ	_	_	_	_	_	_	2
+19	why	why	ADV	_	_	_	_	_	_	*
+20	someone	someone	NOUN	_	_	_	_	_	_	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	open	open	VERB	_	_	_	_	_	ss=v.contact	*
+23	these	these	DET	_	_	_	_	_	_	*
+24	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.11
+# sent_counter = 3089
+# text = A mid-afternoon " fire drill " was disruptive , putting everyone out of the hotel .
+1	A	a	DET	_	_	_	_	_	_	*
+2	mid-afternoon	mid-afternoon	NOUN	_	_	_	_	_	ss=n.time	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	fire	fire	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	drill	drill	NOUN	_	_	_	_	_	_	1
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	disruptive	disruptive	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	putting	put	VERB	_	_	_	_	_	ss=v.stative	*
+11	everyone	everyone	NOUN	_	_	_	_	_	_	*
+12	out	out	ADP	_	_	_	_	_	_	2:X
+13	of	of	ADP	_	_	_	_	_	_	2
+14	the	the	DET	_	_	_	_	_	_	*
+15	hotel	hotel	NOUN	_	_	_	_	_	ss=n.location	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.12
+# sent_counter = 3090
+# text = When we called the front desk about an extremely boisterous crowd in the hall outside our door quite late at night , it seemed to take the hotel staff quite a while to quiet them down .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+6	desk	desk	NOUN	_	_	_	_	_	_	1
+7	about	about	ADP	_	_	_	_	_	_	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	extremely	extremely	ADV	_	_	_	_	_	_	*
+10	boisterous	boisterous	ADJ	_	_	_	_	_	_	*
+11	crowd	crowd	NOUN	_	_	_	_	_	ss=n.group	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	hall	hall	NOUN	_	_	_	_	_	ss=n.location	*
+15	outside	outside	ADP	_	_	_	_	_	_	*
+16	our	our	PRON	_	_	_	_	_	_	*
+17	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	quite	quite	ADV	_	_	_	_	_	_	*
+19	late	late	ADV	_	_	_	_	_	_	*
+20	at	at	ADP	_	_	_	_	_	_	*
+21	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+29	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+30	quite	quite	DET	_	_	_	_	_	_	*
+31	a	a	DET	_	_	_	_	_	_	2:X
+32	while	while	NOUN	_	_	_	_	_	_	2
+33	to	to	PART	_	_	_	_	_	_	*
+34	quiet	quiet	VERB	_	_	_	_	_	ss=v.stative	3:X
+35	them	them	PRON	_	_	_	_	_	_	*
+36	down	down	ADP	_	_	_	_	_	_	3
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.342811.13
+# sent_counter = 3091
+# text = The staff was friendly , especially the front desk female supervisor , and seemed to want to help , but too many unusual things happened to make us want to stay there again .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	especially	especially	ADV	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+9	desk	desk	NOUN	_	_	_	_	_	_	1
+10	female	female	ADJ	_	_	_	_	_	_	*
+11	supervisor	supervisor	NOUN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	help	help	VERB	_	_	_	_	_	ss=v.social	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	too	too	ADV	_	_	_	_	_	_	*
+22	many	many	ADJ	_	_	_	_	_	_	*
+23	unusual	unusual	ADJ	_	_	_	_	_	_	*
+24	things	things	NOUN	_	_	_	_	_	_	*
+25	happened	happen	VERB	_	_	_	_	_	ss=v.stative	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	make	make	VERB	_	_	_	_	_	ss=v.cognition	*
+28	us	us	PRON	_	_	_	_	_	_	*
+29	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+30	to	to	PART	_	_	_	_	_	_	*
+31	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+32	there	there	ADV	_	_	_	_	_	_	*
+33	again	again	ADV	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.1
+# sent_counter = 3092
+# text = Bad Service
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.2
+# sent_counter = 3093
+# text = Definately wo n't be returning .
+1	Definately	definately	ADV	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	returning	return	VERB	_	_	_	_	_	ss=v.motion	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.3
+# sent_counter = 3094
+# text = Travelled 40 mins after calling to see if a product was in stock .
+1	Travelled	travel	VERB	_	_	_	_	_	ss=v.motion	*
+2	40	40	NUM	_	_	_	_	_	_	*
+3	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+4	after	after	SCONJ	_	_	_	_	_	_	*
+5	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.social	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	was	be	VERB	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	1:X
+13	stock	stock	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.4
+# sent_counter = 3095
+# text = Told that they had plenty .
+1	Told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+2	that	that	SCONJ	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	plenty	plenty	NOUN	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.5
+# sent_counter = 3096
+# text = Get there and there was nothing .
+1	Get	get	VERB	_	_	_	_	_	ss=v.motion	*
+2	there	there	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	there	there	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	nothing	nothing	NOUN	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.343813.6
+# sent_counter = 3097
+# text = Not impressed !!!
+1	Not	not	PART	_	_	_	_	_	_	*
+2	impressed	impressed	ADJ	_	_	_	_	_	_	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.357217.1
+# sent_counter = 3098
+# text = A Definite No
+1	A	a	DET	_	_	_	_	_	_	*
+2	Definite	definite	ADJ	_	_	_	_	_	_	*
+3	No	no	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.357217.2
+# sent_counter = 3099
+# text = Incompetent servers , kitchen and management .
+1	Incompetent	incompetent	ADJ	_	_	_	_	_	_	*
+2	servers	server	NOUN	_	_	_	_	_	ss=n.group	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	kitchen	kitchen	NOUN	_	_	_	_	_	ss=n.group	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.357217.3
+# sent_counter = 3100
+# text = Expect either undercooked or mushy food and lackluster service .
+1	Expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+2	either	either	CCONJ	_	_	_	_	_	_	*
+3	undercooked	undercooked	VERB	_	_	_	_	_	ss=v.stative	*
+4	or	or	CCONJ	_	_	_	_	_	_	*
+5	mushy	mushy	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	lackluster	lackluster	ADJ	_	_	_	_	_	_	*
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.357217.4
+# sent_counter = 3101
+# text = The investors put big bucks into the building but are clueless about what makes a good dining or bar experience .
+1	The	the	DET	_	_	_	_	_	_	*
+2	investors	investor	NOUN	_	_	_	_	_	ss=n.group	*
+3	put	put	VERB	_	_	_	_	_	ss=v.possession	1:X
+4	big	big	ADJ	_	_	_	_	_	ss=n.possession	2:X
+5	bucks	buck	NOUN	_	_	_	_	_	_	2
+6	into	into	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	*
+8	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	clueless	clueless	ADJ	_	_	_	_	_	_	*
+12	about	about	SCONJ	_	_	_	_	_	_	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	good	good	ADJ	_	_	_	_	_	_	*
+17	dining	dining	NOUN	_	_	_	_	_	ss=n.event	*
+18	or	or	CCONJ	_	_	_	_	_	_	*
+19	bar	bar	NOUN	_	_	_	_	_	ss=n.group	*
+20	experience	experience	NOUN	_	_	_	_	_	ss=n.act	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.357217.5
+# sent_counter = 3102
+# text = Even the least discriminating diner would know not to eat at Sprecher 's .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	least	least	ADV	_	_	_	_	_	_	*
+4	discriminating	discriminating	ADJ	_	_	_	_	_	_	*
+5	diner	diner	NOUN	_	_	_	_	_	ss=n.person	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	Sprecher	sprecher	PROPN	_	_	_	_	_	ss=n.group	1:X
+13	's	's	PART	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.1
+# sent_counter = 3103
+# text = Good honest wrok
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	honest	honest	ADJ	_	_	_	_	_	ss=n.act	1:X
+3	wrok	wrok	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.2
+# sent_counter = 3104
+# text = Harlan provides great service .
+1	Harlan	harlan	PROPN	_	_	_	_	_	ss=n.person	*
+2	provides	provide	VERB	_	_	_	_	_	ss=v.social	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.3
+# sent_counter = 3105
+# text = He is very knowledgeable and took the time to explain the repairs to me .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	to	to	PART	_	_	_	_	_	_	*
+10	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	repairs	repair	NOUN	_	_	_	_	_	ss=n.state	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.4
+# sent_counter = 3106
+# text = The work on my car was done quickly and I felt I could trust his work .
+1	The	the	DET	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	quickly	quickly	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+15	his	his	PRON	_	_	_	_	_	_	*
+16	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.5
+# sent_counter = 3107
+# text = I have nothing but fantastic things to say .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	nothing	nothing	NOUN	_	_	_	_	_	_	2:X
+4	but	but	ADP	_	_	_	_	_	_	2
+5	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+6	things	things	NOUN	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	1
+8	say	say	VERB	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.359014.6
+# sent_counter = 3108
+# text = I highly recommend his shop .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	his	his	PRON	_	_	_	_	_	_	*
+5	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361316.1
+# sent_counter = 3109
+# text = best quote ever My gate was stuck halfway open so I called A CLASS Garage Doors Dr Services .
+1	best	best	ADJ	_	_	_	_	_	_	*
+2	quote	quote	NOUN	_	_	_	_	_	ss=n.possession	*
+3	ever	ever	ADV	_	_	_	_	_	_	*
+4	My	my	PRON	_	_	_	_	_	_	*
+5	gate	gate	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	stuck	stuck	ADJ	_	_	_	_	_	_	*
+8	halfway	halfway	ADV	_	_	_	_	_	_	*
+9	open	open	ADJ	_	_	_	_	_	_	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+13	A	a	PROPN	_	_	_	_	_	ss=n.group	1:X
+14	CLASS	class	PROPN	_	_	_	_	_	_	1
+15	Garage	garage	PROPN	_	_	_	_	_	_	1
+16	Doors	doors	PROPN	_	_	_	_	_	_	1
+17	Dr	dr	NOUN	_	_	_	_	_	_	1
+18	Services	services	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361316.2
+# sent_counter = 3110
+# text = They came to my house in no time and started working on the gate .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	no	no	DET	_	_	_	_	_	_	1
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	started	start	VERB	_	_	_	_	_	ss=v.stative	*
+11	working	work	VERB	_	_	_	_	_	ss=v.contact	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	gate	gate	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361316.3
+# sent_counter = 3111
+# text = They were very friendly and were able to explain me exactly what was wrong with it .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	able	able	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	exactly	exactly	ADV	_	_	_	_	_	_	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	wrong	wrong	ADJ	_	_	_	_	_	_	1:X
+15	with	with	ADP	_	_	_	_	_	_	1
+16	it	it	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361316.4
+# sent_counter = 3112
+# text = Once they fixed it they answetred all of my questions with no hesitations and then gave me the best quote ever .
+1	Once	once	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	answetred	answetred	VERB	_	_	_	_	_	ss=v.communication	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	no	no	DET	_	_	_	_	_	_	*
+13	hesitations	hesitation	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	then	then	ADV	_	_	_	_	_	_	*
+16	gave	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+17	me	me	PRON	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	best	best	ADJ	_	_	_	_	_	_	*
+20	quote	quote	NOUN	_	_	_	_	_	_	1
+21	ever	ever	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361316.5
+# sent_counter = 3113
+# text = I know that if my garage door needs to be repaired , I will be calling A CLASS Garage Doors
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+7	door	door	NOUN	_	_	_	_	_	_	1
+8	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	repaired	repair	VERB	_	_	_	_	_	ss=v.change	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+17	A	a	PROPN	_	_	_	_	_	ss=n.group	2:X
+18	CLASS	class	PROPN	_	_	_	_	_	_	2
+19	Garage	garage	PROPN	_	_	_	_	_	_	2
+20	Doors	doors	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.1
+# sent_counter = 3114
+# text = When I arrived at Brickell Honda on 6/4/11 , I was greeted and attended to by the Sales Manager , Gustavo Guerra , in a very friendly and professional manner .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	Brickell	brickell	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Honda	honda	PROPN	_	_	_	_	_	_	1
+7	on	on	ADP	_	_	_	_	_	_	*
+8	6/4/11	6/4/11	NUM	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	greeted	greet	VERB	_	_	_	_	_	ss=v.communication	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	attended	attend	VERB	_	_	_	_	_	ss=v.social	2:X
+15	to	to	ADP	_	_	_	_	_	_	2
+16	by	by	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	Sales	sales	NOUN	_	_	_	_	_	ss=n.person	3:X
+19	Manager	manager	NOUN	_	_	_	_	_	_	3
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	Gustavo	gustavo	PROPN	_	_	_	_	_	ss=n.person	4:X
+22	Guerra	guerra	PROPN	_	_	_	_	_	_	4
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	very	very	ADV	_	_	_	_	_	_	*
+27	friendly	friendly	ADJ	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	professional	professional	ADJ	_	_	_	_	_	_	*
+30	manner	manner	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.2
+# sent_counter = 3115
+# text = I explained to him what I wanted and that I previously went to Braman Honda .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	previously	previously	ADV	_	_	_	_	_	_	*
+12	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	Braman	braman	PROPN	_	_	_	_	_	ss=n.group	1:X
+15	Honda	honda	PROPN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.3
+# sent_counter = 3116
+# text = Bramen Honda was a bit of a hassle .
+1	Bramen	bramen	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Honda	honda	PROPN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	2:X
+4	a	a	DET	_	_	_	_	_	_	3:X
+5	bit	bit	NOUN	_	_	_	_	_	_	3
+6	of	of	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	2
+8	hassle	hassle	NOUN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.4
+# sent_counter = 3117
+# text = He told me " no problem , we will match the offer or do better . "
+1	He	he	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	no	no	DET	_	_	_	_	_	ss=n.cognition	1:X
+6	problem	problem	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	match	match	VERB	_	_	_	_	_	ss=v.social	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	offer	offer	NOUN	_	_	_	_	_	ss=n.possession	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	do	do	VERB	_	_	_	_	_	ss=v.competition	2:X
+15	better	better	ADV	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+17	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.5
+# sent_counter = 3118
+# text = Mr. Guerra gave me a better deal without any hassles nor any type of problems .
+1	Mr.	mr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Guerra	guerra	PROPN	_	_	_	_	_	_	1
+3	gave	give	VERB	_	_	_	_	_	ss=v.possession	2:X
+4	me	me	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	deal	deal	NOUN	_	_	_	_	_	_	2
+8	without	without	ADP	_	_	_	_	_	_	*
+9	any	any	DET	_	_	_	_	_	_	*
+10	hassles	hassle	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	nor	nor	CCONJ	_	_	_	_	_	_	*
+12	any	any	DET	_	_	_	_	_	_	*
+13	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.6
+# sent_counter = 3119
+# text = Brickell Honda has been the best buying experience in the world .
+1	Brickell	brickell	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Honda	honda	PROPN	_	_	_	_	_	_	1
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	buying	buying	NOUN	_	_	_	_	_	ss=n.possession	*
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+9	in	in	ADP	_	_	_	_	_	_	2:X
+10	the	the	DET	_	_	_	_	_	_	2
+11	world	world	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.7
+# sent_counter = 3120
+# text = I urge all St. Thomas the Apostle parishioners and all of South Florida residents to come see Gus !!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	urge	urge	VERB	_	_	_	_	_	ss=v.communication	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	St.	st.	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Thomas	thomas	PROPN	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	1
+7	Apostle	apostle	PROPN	_	_	_	_	_	_	1
+8	parishioners	parishioner	NOUN	_	_	_	_	_	ss=n.group	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	South	south	ADJ	_	_	_	_	_	ss=n.location	2:X
+13	Florida	florida	PROPN	_	_	_	_	_	_	2
+14	residents	resident	NOUN	_	_	_	_	_	ss=n.group	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+17	see	see	VERB	_	_	_	_	_	ss=v.social	*
+18	Gus	gus	PROPN	_	_	_	_	_	ss=n.person	*
+19	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369210.8
+# sent_counter = 3121
+# text = Excellent customer service !!!
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.1
+# sent_counter = 3122
+# text = Watch out for your wallet
+1	Watch	watch	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	wallet	wallet	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.2
+# sent_counter = 3123
+# text = Watch out for your wallet !
+1	Watch	watch	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	for	for	ADP	_	_	_	_	_	_	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	wallet	wallet	NOUN	_	_	_	_	_	ss=n.possession	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.3
+# sent_counter = 3124
+# text = This company is overpriced for their services .
+1	This	this	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	their	their	PRON	_	_	_	_	_	_	*
+7	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.4
+# sent_counter = 3125
+# text = They pride themselves on being an event and team building company for corporate clients but you better believe they are going to mark you up on that feel good premise .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	pride	pride	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	themselves	themselves	PRON	_	_	_	_	_	_	*
+4	on	on	SCONJ	_	_	_	_	_	_	1
+5	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	an	an	DET	_	_	_	_	_	_	*
+7	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	team	team	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+10	building	building	NOUN	_	_	_	_	_	_	2
+11	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	corporate	corporate	ADJ	_	_	_	_	_	_	*
+14	clients	client	NOUN	_	_	_	_	_	ss=n.group	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	better	better	ADV	_	_	_	_	_	ss=v.cognition	3:X
+18	believe	believe	VERB	_	_	_	_	_	_	3
+19	they	they	PRON	_	_	_	_	_	_	*
+20	are	be	AUX	_	_	_	_	_	_	*
+21	going	go	VERB	_	_	_	_	_	_	4:X
+22	to	to	PART	_	_	_	_	_	_	4
+23	mark	mark	VERB	_	_	_	_	_	ss=v.possession	5:X
+24	you	you	PRON	_	_	_	_	_	_	*
+25	up	up	ADP	_	_	_	_	_	_	5
+26	on	on	ADP	_	_	_	_	_	_	*
+27	that	that	DET	_	_	_	_	_	_	*
+28	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	6:X
+29	good	good	ADJ	_	_	_	_	_	_	6
+30	premise	premise	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.5
+# sent_counter = 3126
+# text = On a recent event quote that I had done , they came in thousands of dollars over their local competition .
+1	On	on	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	recent	recent	ADJ	_	_	_	_	_	_	*
+4	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+5	quote	quote	NOUN	_	_	_	_	_	ss=n.possession	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	had	have	AUX	_	_	_	_	_	_	*
+9	done	do	VERB	_	_	_	_	_	ss=v.creation	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	came	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+13	in	in	ADV	_	_	_	_	_	_	1
+14	thousands	thousand	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+17	over	over	ADP	_	_	_	_	_	_	*
+18	their	their	PRON	_	_	_	_	_	_	*
+19	local	local	ADJ	_	_	_	_	_	_	*
+20	competition	competition	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.6
+# sent_counter = 3127
+# text = The craziest part is that they are n't even based locally at the city I 'm in - they just have ' teams ' in areas through the country .
+1	The	the	DET	_	_	_	_	_	_	*
+2	craziest	crazy	ADJ	_	_	_	_	_	_	*
+3	part	part	NOUN	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	are	be	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	even	even	ADV	_	_	_	_	_	_	*
+10	based	base	VERB	_	_	_	_	_	ss=v.stative	*
+11	locally	locally	ADV	_	_	_	_	_	_	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	-	-	PUNCT	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	just	just	ADV	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+22	'	'	PUNCT	_	_	_	_	_	_	*
+23	teams	team	NOUN	_	_	_	_	_	ss=n.group	*
+24	'	'	PUNCT	_	_	_	_	_	_	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	areas	area	NOUN	_	_	_	_	_	ss=n.location	*
+27	through	through	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	country	country	NOUN	_	_	_	_	_	ss=n.location	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.7
+# sent_counter = 3128
+# text = I 've spoken to vendors who are used by them who had nothing good to say about the company as well and in fact were afraid to quote events against them even though they openly admitted that they felt Canadian Outback was pricing their entertainment out of the market and doing more to hurt their business than help them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	spoken	speak	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	vendors	vendor	NOUN	_	_	_	_	_	ss=n.group	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	are	be	AUX	_	_	_	_	_	_	*
+8	used	use	VERB	_	_	_	_	_	ss=v.stative	*
+9	by	by	ADP	_	_	_	_	_	_	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	who	who	PRON	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.communication	1:X
+13	nothing	nothing	NOUN	_	_	_	_	_	_	*
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	1
+16	say	say	VERB	_	_	_	_	_	_	1
+17	about	about	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+20	as	as	ADV	_	_	_	_	_	_	2:X
+21	well	well	ADV	_	_	_	_	_	_	2
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	in	in	ADP	_	_	_	_	_	_	3:X
+24	fact	fact	NOUN	_	_	_	_	_	_	3
+25	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	afraid	afraid	ADJ	_	_	_	_	_	_	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	quote	quote	VERB	_	_	_	_	_	ss=v.possession	*
+29	events	event	NOUN	_	_	_	_	_	ss=n.event	*
+30	against	against	ADP	_	_	_	_	_	_	*
+31	them	them	PRON	_	_	_	_	_	_	*
+32	even	even	ADV	_	_	_	_	_	_	4:X
+33	though	though	SCONJ	_	_	_	_	_	_	4
+34	they	they	PRON	_	_	_	_	_	_	*
+35	openly	openly	ADV	_	_	_	_	_	_	*
+36	admitted	admit	VERB	_	_	_	_	_	ss=v.communication	*
+37	that	that	SCONJ	_	_	_	_	_	_	*
+38	they	they	PRON	_	_	_	_	_	_	*
+39	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+40	Canadian	canadian	PROPN	_	_	_	_	_	ss=n.group	5:X
+41	Outback	outback	PROPN	_	_	_	_	_	_	5
+42	was	be	AUX	_	_	_	_	_	_	*
+43	pricing	price	VERB	_	_	_	_	_	ss=v.competition	6:X
+44	their	their	PRON	_	_	_	_	_	_	*
+45	entertainment	entertainment	NOUN	_	_	_	_	_	ss=n.cognition	*
+46	out	out	ADP	_	_	_	_	_	_	6
+47	of	of	ADP	_	_	_	_	_	_	6
+48	the	the	DET	_	_	_	_	_	_	*
+49	market	market	NOUN	_	_	_	_	_	ss=n.cognition	*
+50	and	and	CCONJ	_	_	_	_	_	_	*
+51	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+52	more	more	ADJ	_	_	_	_	_	_	*
+53	to	to	PART	_	_	_	_	_	_	*
+54	hurt	hurt	VERB	_	_	_	_	_	ss=v.cognition	*
+55	their	their	PRON	_	_	_	_	_	_	*
+56	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+57	than	than	SCONJ	_	_	_	_	_	_	*
+58	help	help	VERB	_	_	_	_	_	ss=v.cognition	*
+59	them	them	PRON	_	_	_	_	_	_	*
+60	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.391012.8
+# sent_counter = 3129
+# text = Be warned - they 'll ltake you for everything they can .
+1	Be	be	AUX	_	_	_	_	_	_	*
+2	warned	warn	VERB	_	_	_	_	_	ss=v.cognition	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	'll	'll	AUX	_	_	_	_	_	_	*
+6	ltake	ltake	VERB	_	_	_	_	_	ss=v.possession	1:X
+7	you	you	PRON	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	1
+9	everything	everything	NOUN	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395218.1
+# sent_counter = 3130
+# text = Tire Gooroo
+1	Tire	tire	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Gooroo	gooroo	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395218.2
+# sent_counter = 3131
+# text = David Bundren is the Tire GooRoo .
+1	David	david	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bundren	bundren	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Tire	tire	PROPN	_	_	_	_	_	ss=n.person	2:X
+6	GooRoo	gooroo	PROPN	_	_	_	_	_	_	2
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004540.1
+# sent_counter = 3132
+# text = They really go above and beyond !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+4	above	above	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	1
+6	beyond	beyond	ADV	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004540.2
+# sent_counter = 3133
+# text = For example , I actually forgot to feed my cat , and they went out of their way to take care of him .
+1	For	for	ADP	_	_	_	_	_	_	1:X
+2	example	example	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	actually	actually	ADV	_	_	_	_	_	_	*
+6	forgot	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	feed	feed	VERB	_	_	_	_	_	ss=v.consumption	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	cat	cat	NOUN	_	_	_	_	_	ss=n.animal	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	went	go	VERB	_	_	_	_	_	ss=v.social	2:X
+15	out	out	ADP	_	_	_	_	_	_	2
+16	of	of	ADP	_	_	_	_	_	_	2
+17	their	their	PRON	_	_	_	_	_	_	*
+18	way	way	NOUN	_	_	_	_	_	_	2
+19	to	to	PART	_	_	_	_	_	_	*
+20	take	take	VERB	_	_	_	_	_	ss=v.social	3:X
+21	care	care	NOUN	_	_	_	_	_	_	3
+22	of	of	ADP	_	_	_	_	_	_	3
+23	him	him	PRON	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004540.3
+# sent_counter = 3134
+# text = Additionally , when there was confusion ( my fault ) , they left me flowers along with a personalized gift .
+1	Additionally	additionally	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	there	there	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	confusion	confusion	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	fault	fault	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	left	leave	VERB	_	_	_	_	_	ss=v.possession	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+16	along	along	ADP	_	_	_	_	_	_	1:X
+17	with	with	ADP	_	_	_	_	_	_	1
+18	a	a	DET	_	_	_	_	_	_	*
+19	personalized	personalize	VERB	_	_	_	_	_	ss=v.social	*
+20	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004540.4
+# sent_counter = 3135
+# text = They have been 100 % reliable and professional .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	100	100	NUM	_	_	_	_	_	_	*
+5	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+6	reliable	reliable	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	professional	professional	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004540.5
+# sent_counter = 3136
+# text = Definitely recommend !
+1	Definitely	definitely	ADV	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.1
+# sent_counter = 3137
+# text = We have been blessed to find Elite Flyers online and would not use anyone else to handle our postcards , posters , etc .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	blessed	bless	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	Elite	elite	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Flyers	flyers	PROPN	_	_	_	_	_	_	1
+9	online	online	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	not	not	PART	_	_	_	_	_	_	*
+13	use	use	VERB	_	_	_	_	_	ss=v.social	*
+14	anyone	anyone	NOUN	_	_	_	_	_	_	*
+15	else	else	ADJ	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	handle	handle	VERB	_	_	_	_	_	ss=v.social	*
+18	our	our	PRON	_	_	_	_	_	_	*
+19	postcards	postcard	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	posters	poster	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	etc	etc	X	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.2
+# sent_counter = 3138
+# text = We were looking for a company with decent rates as our company was just getting started .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	decent	decent	ADJ	_	_	_	_	_	_	*
+9	rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+10	as	as	SCONJ	_	_	_	_	_	_	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	getting	get	AUX	_	_	_	_	_	_	*
+16	started	start	VERB	_	_	_	_	_	ss=v.creation	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.3
+# sent_counter = 3139
+# text = They have the best rates and GREAT customer service .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	GREAT	great	ADJ	_	_	_	_	_	_	*
+8	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+9	service	service	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.4
+# sent_counter = 3140
+# text = On one order , we needed it rushed and shipped to a different state .
+1	On	on	ADP	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	rushed	rush	VERB	_	_	_	_	_	ss=v.cognition	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	shipped	ship	VERB	_	_	_	_	_	ss=v.motion	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	different	different	ADJ	_	_	_	_	_	_	*
+14	state	state	NOUN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.6
+# sent_counter = 3141
+# text = I also appreciate their honesty .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+4	their	their	PRON	_	_	_	_	_	_	*
+5	honesty	honesty	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.7
+# sent_counter = 3142
+# text = I sent a graphic that would have been distorted if printed as it was .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sent	send	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	graphic	graphic	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	have	have	AUX	_	_	_	_	_	_	*
+8	been	be	AUX	_	_	_	_	_	_	*
+9	distorted	distort	VERB	_	_	_	_	_	ss=v.change	*
+10	if	if	SCONJ	_	_	_	_	_	_	*
+11	printed	print	VERB	_	_	_	_	_	ss=v.communication	*
+12	as	as	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	AUX	_	_	_	_	_	ss=v.stative	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.8
+# sent_counter = 3143
+# text = They called and worked with me to fix it so that it would look perfect .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	so	so	ADP	_	_	_	_	_	_	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+15	perfect	perfect	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.9
+# sent_counter = 3144
+# text = They recently surprised me a larger order .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	surprised	surprise	VERB	_	_	_	_	_	ss=v.cognition	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	larger	larger	ADJ	_	_	_	_	_	_	*
+7	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.10
+# sent_counter = 3145
+# text = I ordered 1000 postcards , we normally order 5000 or more .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	1000	1000	NUM	_	_	_	_	_	_	*
+4	postcards	postcard	NOUN	_	_	_	_	_	ss=n.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	normally	normally	ADV	_	_	_	_	_	_	*
+8	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+9	5000	5000	NUM	_	_	_	_	_	_	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	more	more	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.11
+# sent_counter = 3146
+# text = Because they had room to do 5000 , they created the larger amount , and shipped them early .
+1	Because	because	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	room	room	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.social	*
+7	5000	5000	NUM	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	created	create	VERB	_	_	_	_	_	ss=v.creation	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	larger	larger	ADJ	_	_	_	_	_	_	*
+13	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	shipped	ship	VERB	_	_	_	_	_	ss=v.motion	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	early	early	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.12
+# sent_counter = 3147
+# text = I recommend this company to ANYONE and everyone that needs great work done at a reasonable rate !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	ANYONE	anyone	NOUN	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	everyone	everyone	NOUN	_	_	_	_	_	_	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+13	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+17	rate	rate	NOUN	_	_	_	_	_	ss=n.possession	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004940.13
+# sent_counter = 3148
+# text = They have a customer for life in us !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	life	life	NOUN	_	_	_	_	_	ss=n.time	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009943.1
+# sent_counter = 3149
+# text = such a great idea this was , so easy to load and pack , no ramp , no step up no back aches .
+1	such	such	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	easy	easy	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	load	load	VERB	_	_	_	_	_	ss=v.motion	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	pack	pack	VERB	_	_	_	_	_	ss=v.motion	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	no	no	DET	_	_	_	_	_	_	*
+16	ramp	ramp	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	no	no	DET	_	_	_	_	_	_	*
+19	step	step	NOUN	_	_	_	_	_	ss=n.act	*
+20	up	up	ADV	_	_	_	_	_	_	*
+21	no	no	DET	_	_	_	_	_	_	*
+22	back	back	NOUN	_	_	_	_	_	ss=n.state	1:X
+23	aches	ache	NOUN	_	_	_	_	_	_	1
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.012047.1
+# sent_counter = 3150
+# text = Very knowledgeable and friendly design build firm .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	design	design	NOUN	_	_	_	_	_	ss=n.act	*
+6	build	build	NOUN	_	_	_	_	_	ss=n.act	*
+7	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.012047.2
+# sent_counter = 3151
+# text = They specialize in financial institutions , medical , and retail projects .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	specialize	specialize	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	financial	financial	ADJ	_	_	_	_	_	_	*
+5	institutions	institution	NOUN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	medical	medical	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	retail	retail	NOUN	_	_	_	_	_	ss=n.possession	*
+11	projects	project	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.012047.3
+# sent_counter = 3152
+# text = These guys know what they 're doing and helped me in all phases of our project .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	know	know	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	what	what	PRON	_	_	_	_	_	_	1
+5	they	they	PRON	_	_	_	_	_	_	*
+6	're	're	AUX	_	_	_	_	_	_	*
+7	doing	do	VERB	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	all	all	DET	_	_	_	_	_	_	*
+13	phases	phase	NOUN	_	_	_	_	_	ss=n.state	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	our	our	PRON	_	_	_	_	_	_	*
+16	project	project	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015148.1
+# sent_counter = 3153
+# text = This place has the best baby and children s clothes .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+9	s	s	PART	_	_	_	_	_	_	*
+10	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015148.2
+# sent_counter = 3154
+# text = Especially high end keep sake sort of clothing that you just ca nt find in a lot of stores .
+1	Especially	especially	ADV	_	_	_	_	_	_	*
+2	high	high	ADJ	_	_	_	_	_	_	1:X
+3	end	end	NOUN	_	_	_	_	_	_	1
+4	keep	keep	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+5	sake	sake	NOUN	_	_	_	_	_	_	2
+6	sort	sort	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	just	just	ADV	_	_	_	_	_	_	*
+12	ca	ca	AUX	_	_	_	_	_	_	*
+13	nt	nt	ADV	_	_	_	_	_	_	*
+14	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	3:X
+17	lot	lot	NOUN	_	_	_	_	_	_	3
+18	of	of	ADP	_	_	_	_	_	_	*
+19	stores	store	NOUN	_	_	_	_	_	ss=n.group	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015148.3
+# sent_counter = 3155
+# text = It is all very unique and you wo nt find any other baby wearing the same stuff .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	all	all	ADV	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	unique	unique	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	wo	wo	AUX	_	_	_	_	_	_	*
+9	nt	nt	ADV	_	_	_	_	_	_	*
+10	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+11	any	any	DET	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	baby	baby	NOUN	_	_	_	_	_	ss=n.person	*
+14	wearing	wear	VERB	_	_	_	_	_	ss=v.body	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	same	same	ADJ	_	_	_	_	_	_	*
+17	stuff	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015148.4
+# sent_counter = 3156
+# text = I spent quite a bit because I spoil my little princess .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+3	quite	quite	DET	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	1:X
+5	bit	bit	NOUN	_	_	_	_	_	_	1
+6	because	because	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	spoil	spoil	VERB	_	_	_	_	_	ss=v.cognition	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	little	little	ADJ	_	_	_	_	_	_	*
+11	princess	princess	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.1
+# sent_counter = 3157
+# text = UGH !!!
+1	UGH	ugh	INTJ	_	_	_	_	_	_	*
+2	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.2
+# sent_counter = 3158
+# text = Got some nice " freshly baked " fruit squares , a personal favorite of mine .
+1	Got	get	VERB	_	_	_	_	_	ss=v.possession	*
+2	some	some	DET	_	_	_	_	_	_	*
+3	nice	nice	ADJ	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	freshly	freshly	ADV	_	_	_	_	_	_	*
+6	baked	bake	VERB	_	_	_	_	_	ss=v.creation	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	fruit	fruit	NOUN	_	_	_	_	_	ss=n.food	*
+9	squares	square	NOUN	_	_	_	_	_	ss=n.shape	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	personal	personal	ADJ	_	_	_	_	_	_	*
+13	favorite	favorite	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	mine	mine	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.3
+# sent_counter = 3159
+# text = Took a bite , it tasted odd .
+1	Took	take	VERB	_	_	_	_	_	ss=v.consumption	1:X
+2	a	a	DET	_	_	_	_	_	_	1
+3	bite	bite	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+7	odd	odd	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.4
+# sent_counter = 3160
+# text = Flipped the square over and saw it riddled with green mold !!!!
+1	Flipped	flip	VERB	_	_	_	_	_	ss=v.contact	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	square	square	NOUN	_	_	_	_	_	ss=n.shape	*
+4	over	over	ADP	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	riddled	riddled	ADJ	_	_	_	_	_	_	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	green	green	ADJ	_	_	_	_	_	_	*
+11	mold	mold	NOUN	_	_	_	_	_	ss=n.natural_object	*
+12	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.5
+# sent_counter = 3161
+# text = Ugh !!
+1	Ugh	ugh	INTJ	_	_	_	_	_	_	*
+2	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.6
+# sent_counter = 3162
+# text = I called the store and the clerk giggled , and agreed that it was gross , but said it was not her problem .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	clerk	clerk	NOUN	_	_	_	_	_	ss=n.person	*
+8	giggled	giggle	VERB	_	_	_	_	_	ss=v.communication	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	agreed	agree	VERB	_	_	_	_	_	ss=v.communication	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	gross	gross	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	her	her	PRON	_	_	_	_	_	_	*
+23	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.7
+# sent_counter = 3163
+# text = She also refused to get a manager .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.social	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.8
+# sent_counter = 3164
+# text = I left my number , or tried to anyway .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	left	leave	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	my	my	PRON	_	_	_	_	_	_	*
+4	number	number	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	tried	try	VERB	_	_	_	_	_	ss=v.stative	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	anyway	anyway	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.9
+# sent_counter = 3165
+# text = Same clerk had considerable difficulty taking down a number .
+1	Same	same	ADJ	_	_	_	_	_	_	*
+2	clerk	clerk	NOUN	_	_	_	_	_	ss=n.person	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	considerable	considerable	ADJ	_	_	_	_	_	_	*
+5	difficulty	difficulty	NOUN	_	_	_	_	_	ss=n.state	*
+6	taking	take	VERB	_	_	_	_	_	ss=v.communication	1:X
+7	down	down	ADP	_	_	_	_	_	_	1
+8	a	a	DET	_	_	_	_	_	_	*
+9	number	number	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.017345.10
+# sent_counter = 3166
+# text = I 'll never go back there again
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	again	again	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.1
+# sent_counter = 3167
+# text = Mezza Luna FTW !
+1	Mezza	mezza	NOUN	_	_	_	_	_	ss=n.food	1:X
+2	Luna	luna	NOUN	_	_	_	_	_	_	1
+3	FTW	ftw	ADV	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.2
+# sent_counter = 3168
+# text = their mezza luna's are deffly better than the pizza rolls .
+1	their	their	PRON	_	_	_	_	_	_	*
+2	mezza	mezza	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	luna's	luna	NOUN	_	_	_	_	_	_	1
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	deffly	deffly	ADV	_	_	_	_	_	_	*
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	than	than	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	2:X
+10	rolls	roll	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.4
+# sent_counter = 3169
+# text = it seems like it s healthier too , but it s prolly not .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+6	healthier	healthier	ADJ	_	_	_	_	_	_	*
+7	too	too	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+12	prolly	prolly	ADV	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.6
+# sent_counter = 3170
+# text = that cuts down on teh wait time , cus u can do other stuff while u r waiting .
+1	that	that	DET	_	_	_	_	_	_	*
+2	cuts	cut	VERB	_	_	_	_	_	ss=v.change	1:X
+3	down	down	ADP	_	_	_	_	_	_	1
+4	on	on	ADP	_	_	_	_	_	_	*
+5	teh	teh	DET	_	_	_	_	_	_	*
+6	wait	wait	NOUN	_	_	_	_	_	ss=n.act	*
+7	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	cus	cu	SCONJ	_	_	_	_	_	_	*
+10	u	u	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+13	other	other	ADJ	_	_	_	_	_	_	*
+14	stuff	stuff	NOUN	_	_	_	_	_	ss=n.other	*
+15	while	while	SCONJ	_	_	_	_	_	_	*
+16	u	u	PRON	_	_	_	_	_	_	*
+17	r	r	AUX	_	_	_	_	_	_	*
+18	waiting	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.8
+# sent_counter = 3171
+# text = their pizza was a little salty for me , but it s still good .
+1	their	their	PRON	_	_	_	_	_	_	*
+2	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	1:X
+5	little	little	NOUN	_	_	_	_	_	_	1
+6	salty	salty	ADJ	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.9
+# sent_counter = 3172
+# text = they do that whole thing where you sandwich the pepperoni between layers of cheese for + 32 delicious .
+1	they	they	PRON	_	_	_	_	_	_	*
+2	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	whole	whole	ADJ	_	_	_	_	_	_	*
+5	thing	thing	NOUN	_	_	_	_	_	_	*
+6	where	where	ADV	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	sandwich	sandwich	VERB	_	_	_	_	_	ss=v.contact	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	pepperoni	pepperoni	NOUN	_	_	_	_	_	ss=n.food	*
+11	between	between	ADP	_	_	_	_	_	_	*
+12	layers	layer	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	+	+	SYM	_	_	_	_	_	_	*
+17	32	32	NUM	_	_	_	_	_	_	*
+18	delicious	delicious	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.10
+# sent_counter = 3173
+# text = anyways , the mezza luna : you should try it .
+1	anyways	anyways	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	mezza	mezza	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	luna	luna	NOUN	_	_	_	_	_	_	1
+6	:	:	PUNCT	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	should	should	AUX	_	_	_	_	_	_	*
+9	try	try	VERB	_	_	_	_	_	ss=v.consumption	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.11
+# sent_counter = 3174
+# text = it runs you about 4 bucks and it deals crushing blows to hunger .
+1	it	it	PRON	_	_	_	_	_	_	*
+2	runs	run	VERB	_	_	_	_	_	ss=v.possession	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	about	about	ADV	_	_	_	_	_	_	*
+5	4	4	NUM	_	_	_	_	_	_	*
+6	bucks	buck	NOUN	_	_	_	_	_	ss=n.possession	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	deals	deal	VERB	_	_	_	_	_	ss=v.stative	*
+10	crushing	crush	VERB	_	_	_	_	_	_	*
+11	blows	blow	NOUN	_	_	_	_	_	ss=n.act	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	hunger	hunger	NOUN	_	_	_	_	_	ss=n.feeling	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018548.14
+# sent_counter = 3175
+# text = Perhaps they do n't deliver anymore , but the deliciousness of a mezza luna certainly warrants a pickup .
+1	Perhaps	perhaps	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+6	anymore	anymore	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	deliciousness	deliciousness	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	mezza	mezza	NOUN	_	_	_	_	_	ss=n.food	1:X
+14	luna	luna	NOUN	_	_	_	_	_	_	1
+15	certainly	certainly	ADV	_	_	_	_	_	_	*
+16	warrants	warrant	VERB	_	_	_	_	_	ss=v.cognition	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	pickup	pickup	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026641.1
+# sent_counter = 3176
+# text = You 've Got Maids did a fabulous job cleaning my home .
+1	You	you	PRON	_	_	_	_	_	ss=n.group	1:X
+2	've	've	AUX	_	_	_	_	_	_	1
+3	Got	get	VERB	_	_	_	_	_	_	1
+4	Maids	maids	PROPN	_	_	_	_	_	_	1
+5	did	do	VERB	_	_	_	_	_	ss=v.social	2:X
+6	a	a	DET	_	_	_	_	_	_	2
+7	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+8	job	job	NOUN	_	_	_	_	_	_	2
+9	cleaning	clean	VERB	_	_	_	_	_	ss=v.change	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026641.2
+# sent_counter = 3177
+# text = I am hiring them to come once a week now that they got my house to where they can maintain it for only an hour and a half every two weeks !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	hiring	hire	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+7	once	once	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.social	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	to	to	SCONJ	_	_	_	_	_	_	*
+17	where	where	ADV	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	can	can	AUX	_	_	_	_	_	_	*
+20	maintain	maintain	VERB	_	_	_	_	_	ss=v.stative	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	only	only	ADV	_	_	_	_	_	_	*
+24	an	an	DET	_	_	_	_	_	_	*
+25	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	half	half	NOUN	_	_	_	_	_	ss=n.time	*
+29	every	every	DET	_	_	_	_	_	_	*
+30	two	two	NUM	_	_	_	_	_	_	*
+31	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026641.3
+# sent_counter = 3178
+# text = Satisfactory for sure with the sercvice !
+1	Satisfactory	satisfactory	ADJ	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	1:X
+3	sure	sure	ADJ	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	sercvice	sercvice	NOUN	_	_	_	_	_	ss=n.act	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.026641.4
+# sent_counter = 3179
+# text = Beats having one " cleaning lady " who took twice as long and did not do a very through job like the " maids " did !
+1	Beats	beat	VERB	_	_	_	_	_	ss=v.stative	*
+2	having	have	VERB	_	_	_	_	_	ss=v.cognition	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	cleaning	cleaning	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	lady	lady	NOUN	_	_	_	_	_	_	1
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+10	twice	twice	ADV	_	_	_	_	_	_	*
+11	as	as	ADV	_	_	_	_	_	_	*
+12	long	long	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	did	do	AUX	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	do	do	VERB	_	_	_	_	_	ss=v.social	2:X
+17	a	a	DET	_	_	_	_	_	_	2
+18	very	very	ADV	_	_	_	_	_	_	*
+19	through	through	ADJ	_	_	_	_	_	_	*
+20	job	job	NOUN	_	_	_	_	_	_	2
+21	like	like	SCONJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	"	"	PUNCT	_	_	_	_	_	_	*
+24	maids	maid	NOUN	_	_	_	_	_	ss=n.person	*
+25	"	"	PUNCT	_	_	_	_	_	_	*
+26	did	do	AUX	_	_	_	_	_	_	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048644.2
+# sent_counter = 3180
+# text = From the outside Ichiban looks like it will be terrible .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	outside	outside	NOUN	_	_	_	_	_	ss=n.location	*
+4	Ichiban	ichiban	PROPN	_	_	_	_	_	ss=n.group	*
+5	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+6	like	like	SCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	terrible	terrible	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048644.4
+# sent_counter = 3181
+# text = The food is amazing , and the prices can not be beat .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	beat	beat	VERB	_	_	_	_	_	ss=v.stative	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048644.5
+# sent_counter = 3182
+# text = The sushi is great , and they have a great selection .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sushi	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	great	great	ADJ	_	_	_	_	_	_	*
+11	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.1
+# sent_counter = 3183
+# text = Quit with the overstatements !
+1	Quit	quit	VERB	_	_	_	_	_	ss=v.cognition	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	overstatements	overstatement	NOUN	_	_	_	_	_	ss=n.communication	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.2
+# sent_counter = 3184
+# text = The worst thing that can happen for any restaurant like Zahav is to have too many people write hyperbolic reviews making claims that " everyone " is going to " love " the food , decor and service .
+1	The	the	DET	_	_	_	_	_	_	*
+2	worst	worst	ADJ	_	_	_	_	_	_	*
+3	thing	thing	NOUN	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	happen	happen	VERB	_	_	_	_	_	ss=v.stative	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	any	any	DET	_	_	_	_	_	_	*
+9	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+10	like	like	ADP	_	_	_	_	_	_	*
+11	Zahav	zahav	PROPN	_	_	_	_	_	ss=n.group	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	too	too	ADV	_	_	_	_	_	_	*
+16	many	many	ADJ	_	_	_	_	_	_	*
+17	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	write	write	VERB	_	_	_	_	_	ss=v.communication	*
+19	hyperbolic	hyperbolic	ADJ	_	_	_	_	_	_	*
+20	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+21	making	make	VERB	_	_	_	_	_	ss=v.stative	*
+22	claims	claim	NOUN	_	_	_	_	_	ss=n.communication	*
+23	that	that	SCONJ	_	_	_	_	_	_	*
+24	"	"	PUNCT	_	_	_	_	_	_	*
+25	everyone	everyone	NOUN	_	_	_	_	_	_	*
+26	"	"	PUNCT	_	_	_	_	_	_	*
+27	is	be	AUX	_	_	_	_	_	_	*
+28	going	go	VERB	_	_	_	_	_	_	1:X
+29	to	to	PART	_	_	_	_	_	_	1
+30	"	"	PUNCT	_	_	_	_	_	_	*
+31	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+32	"	"	PUNCT	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	decor	decor	NOUN	_	_	_	_	_	ss=n.artifact	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.3
+# sent_counter = 3185
+# text = The truth is , in my and my dining partners ' experience , this is a fine little restaurant with some unique food .
+1	The	the	DET	_	_	_	_	_	_	*
+2	truth	truth	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	dining	dining	NOUN	_	_	_	_	_	ss=n.act	*
+10	partners	partner	NOUN	_	_	_	_	_	ss=n.person	*
+11	'	'	PART	_	_	_	_	_	_	*
+12	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	fine	fine	ADJ	_	_	_	_	_	_	*
+18	little	little	ADJ	_	_	_	_	_	_	*
+19	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	some	some	DET	_	_	_	_	_	_	*
+22	unique	unique	ADJ	_	_	_	_	_	_	*
+23	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.4
+# sent_counter = 3186
+# text = It 's an entirely up and down experience , however .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	entirely	entirely	ADV	_	_	_	_	_	_	*
+5	up	up	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	down	down	ADV	_	_	_	_	_	_	*
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.act	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	however	however	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.5
+# sent_counter = 3187
+# text = Now , the best of that unique food comes at the very beginning of the meal .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	unique	unique	ADJ	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	comes	come	VERB	_	_	_	_	_	ss=v.stative	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	very	very	ADJ	_	_	_	_	_	_	*
+13	beginning	beginning	NOUN	_	_	_	_	_	ss=n.time	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.6
+# sent_counter = 3188
+# text = The salatim salads are the smallest plates I 've ever seen placed in front of me ( you would most likely think they were condiments if it were n't explained to you ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	salatim	salatim	NOUN	_	_	_	_	_	ss=n.food	*
+3	salads	salad	NOUN	_	_	_	_	_	ss=n.food	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	smallest	small	ADJ	_	_	_	_	_	_	*
+7	plates	plate	NOUN	_	_	_	_	_	ss=n.food	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	've	've	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+12	placed	place	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	1:X
+14	front	front	NOUN	_	_	_	_	_	_	1
+15	of	of	ADP	_	_	_	_	_	_	1
+16	me	me	PRON	_	_	_	_	_	_	*
+17	(	(	PUNCT	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	would	would	AUX	_	_	_	_	_	_	*
+20	most	most	ADV	_	_	_	_	_	_	*
+21	likely	likely	ADV	_	_	_	_	_	_	*
+22	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+23	they	they	PRON	_	_	_	_	_	_	*
+24	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	condiments	condiment	NOUN	_	_	_	_	_	ss=n.food	*
+26	if	if	SCONJ	_	_	_	_	_	_	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	were	be	AUX	_	_	_	_	_	_	*
+29	n't	n't	PART	_	_	_	_	_	_	*
+30	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+31	to	to	ADP	_	_	_	_	_	_	*
+32	you	you	PRON	_	_	_	_	_	_	*
+33	)	)	PUNCT	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.7
+# sent_counter = 3189
+# text = Though they are mostly excellent , you generally do n't get enough forkfuls to know if you really love them .
+1	Though	though	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	mostly	mostly	ADV	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	generally	generally	ADV	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	enough	enough	ADJ	_	_	_	_	_	_	*
+13	forkfuls	forkfuls	NOUN	_	_	_	_	_	ss=n.food	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+16	if	if	SCONJ	_	_	_	_	_	_	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	really	really	ADV	_	_	_	_	_	_	*
+19	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+20	them	them	PRON	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.8
+# sent_counter = 3190
+# text = That being said , the laffa and hummus are out of this world .
+1	That	that	DET	_	_	_	_	_	_	*
+2	being	be	AUX	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	laffa	laffa	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	hummus	hummus	NOUN	_	_	_	_	_	ss=n.food	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+10	out	out	ADP	_	_	_	_	_	_	1
+11	of	of	ADP	_	_	_	_	_	_	1
+12	this	this	DET	_	_	_	_	_	_	1
+13	world	world	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.9
+# sent_counter = 3191
+# text = Then again , for the three of us who dined together , two pieces of flatbread left us fighting for more , and licking the hummus from our fingers ( and yes , those two pieces of flatbread did represent a three - person order ) .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	again	again	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	three	three	NUM	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	who	who	PRON	_	_	_	_	_	_	*
+10	dined	dine	VERB	_	_	_	_	_	ss=v.social	*
+11	together	together	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	two	two	NUM	_	_	_	_	_	_	*
+14	pieces	piece	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	flatbread	flatbread	NOUN	_	_	_	_	_	ss=n.food	*
+17	left	leave	VERB	_	_	_	_	_	ss=v.stative	*
+18	us	us	PRON	_	_	_	_	_	_	*
+19	fighting	fight	VERB	_	_	_	_	_	ss=v.social	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	more	more	ADJ	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	licking	lick	VERB	_	_	_	_	_	ss=v.consumption	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	hummus	hummus	NOUN	_	_	_	_	_	ss=n.food	*
+27	from	from	ADP	_	_	_	_	_	_	*
+28	our	our	PRON	_	_	_	_	_	_	*
+29	fingers	finger	NOUN	_	_	_	_	_	ss=n.body	*
+30	(	(	PUNCT	_	_	_	_	_	_	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	yes	yes	INTJ	_	_	_	_	_	_	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	those	those	DET	_	_	_	_	_	_	*
+35	two	two	NUM	_	_	_	_	_	_	*
+36	pieces	piece	NOUN	_	_	_	_	_	ss=n.food	*
+37	of	of	ADP	_	_	_	_	_	_	*
+38	flatbread	flatbread	NOUN	_	_	_	_	_	ss=n.food	*
+39	did	do	AUX	_	_	_	_	_	_	*
+40	represent	represent	VERB	_	_	_	_	_	ss=v.stative	*
+41	a	a	DET	_	_	_	_	_	_	*
+42	three	three	NUM	_	_	_	_	_	_	*
+43	-	-	PUNCT	_	_	_	_	_	_	*
+44	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+45	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+46	)	)	PUNCT	_	_	_	_	_	_	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.10
+# sent_counter = 3192
+# text = Dinner was also an up - and - down experience .
+1	Dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	up	up	ADJ	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	down	down	ADJ	_	_	_	_	_	_	*
+10	experience	experience	NOUN	_	_	_	_	_	ss=n.act	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.11
+# sent_counter = 3193
+# text = The vegetarian dishes and lighter fare were almost always spot - on , while the lamb was often dry and / or overcooked .
+1	The	the	DET	_	_	_	_	_	_	*
+2	vegetarian	vegetarian	ADJ	_	_	_	_	_	_	*
+3	dishes	dish	NOUN	_	_	_	_	_	ss=n.food	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	lighter	light	ADJ	_	_	_	_	_	_	*
+6	fare	fare	NOUN	_	_	_	_	_	ss=n.food	*
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	almost	almost	ADV	_	_	_	_	_	_	*
+9	always	always	ADV	_	_	_	_	_	_	*
+10	spot	spot	ADJ	_	_	_	_	_	_	1:X
+11	-	-	PUNCT	_	_	_	_	_	_	1
+12	on	on	ADJ	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	while	while	SCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	lamb	lamb	NOUN	_	_	_	_	_	ss=n.food	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	often	often	ADV	_	_	_	_	_	_	*
+19	dry	dry	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	/	/	SYM	_	_	_	_	_	_	*
+22	or	or	CCONJ	_	_	_	_	_	_	*
+23	overcooked	overcooked	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.12
+# sent_counter = 3194
+# text = The duck was a 65 % glob of chewy fat with no resemblance to the juicy , crispy delicacy it usually represents at other establishments .
+1	The	the	DET	_	_	_	_	_	_	*
+2	duck	duck	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	65	65	NUM	_	_	_	_	_	_	*
+6	%	%	SYM	_	_	_	_	_	ss=n.relation	*
+7	glob	glob	NOUN	_	_	_	_	_	ss=n.shape	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	chewy	chewy	ADJ	_	_	_	_	_	_	*
+10	fat	fat	NOUN	_	_	_	_	_	ss=n.food	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	no	no	DET	_	_	_	_	_	_	*
+13	resemblance	resemblance	NOUN	_	_	_	_	_	ss=n.relation	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	juicy	juicy	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	crispy	crispy	ADJ	_	_	_	_	_	_	*
+19	delicacy	delicacy	NOUN	_	_	_	_	_	ss=n.food	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	usually	usually	ADV	_	_	_	_	_	_	*
+22	represents	represent	VERB	_	_	_	_	_	ss=v.stative	*
+23	at	at	ADP	_	_	_	_	_	_	*
+24	other	other	ADJ	_	_	_	_	_	_	*
+25	establishments	establishment	NOUN	_	_	_	_	_	ss=n.group	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.13
+# sent_counter = 3195
+# text = Dessert was ... hmmm , that 's interesting , I do n't even remember dessert .
+1	Dessert	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	hmmm	hmmm	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	interesting	interesting	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	do	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	even	even	ADV	_	_	_	_	_	_	*
+14	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+15	dessert	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.14
+# sent_counter = 3196
+# text = I guess that tells you a lot .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	tells	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	1:X
+7	lot	lot	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.15
+# sent_counter = 3197
+# text = Oh , yes , the chocolate semifreddo was quite good .
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	yes	yes	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+7	semifreddo	semifreddo	NOUN	_	_	_	_	_	ss=n.food	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	quite	quite	ADV	_	_	_	_	_	_	*
+10	good	good	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.17
+# sent_counter = 3198
+# text = And my -- no , I still do n't remember what I had .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	--	--	PUNCT	_	_	_	_	_	_	*
+4	no	no	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	still	still	ADV	_	_	_	_	_	_	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.18
+# sent_counter = 3199
+# text = Service was average , but nothing special , and restaurants that are supposed to be excellent should do a better job of training their waitstaff to be communicative and friendly , not merely capable .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	average	average	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	nothing	nothing	NOUN	_	_	_	_	_	_	*
+7	special	special	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	restaurants	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	are	be	AUX	_	_	_	_	_	_	1:X
+13	supposed	suppose	VERB	_	_	_	_	_	_	1
+14	to	to	PART	_	_	_	_	_	_	1
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	excellent	excellent	ADJ	_	_	_	_	_	_	*
+17	should	should	AUX	_	_	_	_	_	_	*
+18	do	do	VERB	_	_	_	_	_	ss=v.social	2:X
+19	a	a	DET	_	_	_	_	_	_	2
+20	better	better	ADJ	_	_	_	_	_	_	*
+21	job	job	NOUN	_	_	_	_	_	_	2
+22	of	of	SCONJ	_	_	_	_	_	_	*
+23	training	train	VERB	_	_	_	_	_	ss=v.social	*
+24	their	their	PRON	_	_	_	_	_	_	*
+25	waitstaff	waitstaff	NOUN	_	_	_	_	_	ss=n.person	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	communicative	communicative	ADJ	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	friendly	friendly	ADJ	_	_	_	_	_	_	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	not	not	PART	_	_	_	_	_	_	*
+33	merely	merely	ADV	_	_	_	_	_	_	*
+34	capable	capable	ADJ	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.19
+# sent_counter = 3200
+# text = Perhaps had we not gone into this restaurant believing Zahav was going to be golden as its name suggests ( and as the many golden reviews seem to attest ) , we would have enjoyed a decent little expensive experience .
+1	Perhaps	perhaps	ADV	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	gone	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	into	into	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+9	believing	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+10	Zahav	zahav	PROPN	_	_	_	_	_	ss=n.group	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	going	go	VERB	_	_	_	_	_	_	1:X
+13	to	to	PART	_	_	_	_	_	_	1
+14	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	golden	golden	ADJ	_	_	_	_	_	_	*
+16	as	as	SCONJ	_	_	_	_	_	_	*
+17	its	it	PRON	_	_	_	_	_	_	*
+18	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+19	suggests	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	as	as	SCONJ	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	many	many	ADJ	_	_	_	_	_	_	*
+25	golden	golden	ADJ	_	_	_	_	_	_	*
+26	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+27	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	attest	attest	VERB	_	_	_	_	_	ss=v.communication	*
+30	)	)	PUNCT	_	_	_	_	_	_	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	we	we	PRON	_	_	_	_	_	_	*
+33	would	would	AUX	_	_	_	_	_	_	*
+34	have	have	AUX	_	_	_	_	_	_	*
+35	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+36	a	a	DET	_	_	_	_	_	_	*
+37	decent	decent	ADJ	_	_	_	_	_	_	*
+38	little	little	ADJ	_	_	_	_	_	_	*
+39	expensive	expensive	ADJ	_	_	_	_	_	_	*
+40	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.20
+# sent_counter = 3201
+# text = But one should not go here expecting something fantastic , unless perhaps you 've never had middle - eastern food before , or succulent duck , tasty lamb , decent portion sizes or actually warm chocolate desserts .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	one	one	PRON	_	_	_	_	_	_	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+8	something	something	NOUN	_	_	_	_	_	_	*
+9	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	unless	unless	SCONJ	_	_	_	_	_	_	*
+12	perhaps	perhaps	ADV	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	've	've	AUX	_	_	_	_	_	_	*
+15	never	never	ADV	_	_	_	_	_	_	*
+16	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+17	middle	middle	ADJ	_	_	_	_	_	_	1:X
+18	-	-	PUNCT	_	_	_	_	_	_	1
+19	eastern	eastern	ADJ	_	_	_	_	_	_	1
+20	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+21	before	before	ADV	_	_	_	_	_	_	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	succulent	succulent	ADJ	_	_	_	_	_	_	*
+25	duck	duck	NOUN	_	_	_	_	_	ss=n.food	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	tasty	tasty	ADJ	_	_	_	_	_	_	*
+28	lamb	lamb	NOUN	_	_	_	_	_	ss=n.food	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	decent	decent	ADJ	_	_	_	_	_	_	*
+31	portion	portion	NOUN	_	_	_	_	_	ss=n.quantity	*
+32	sizes	size	VERB	_	_	_	_	_	ss=v.stative	*
+33	or	or	CCONJ	_	_	_	_	_	_	*
+34	actually	actually	ADV	_	_	_	_	_	_	*
+35	warm	warm	ADJ	_	_	_	_	_	_	*
+36	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+37	desserts	dessert	NOUN	_	_	_	_	_	ss=n.food	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.053248.23
+# sent_counter = 3202
+# text = Did they think we were going to feel lucky to get any reservation at all , and therefore be more pleased with our dining experience ?
+1	Did	do	AUX	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	going	go	VERB	_	_	_	_	_	_	1:X
+7	to	to	PART	_	_	_	_	_	_	1
+8	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+9	lucky	lucky	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	any	any	DET	_	_	_	_	_	_	*
+13	reservation	reservation	NOUN	_	_	_	_	_	ss=n.event	*
+14	at	at	ADV	_	_	_	_	_	_	2:X
+15	all	all	ADV	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	therefore	therefore	ADV	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	more	more	ADV	_	_	_	_	_	_	*
+21	pleased	pleased	ADJ	_	_	_	_	_	_	*
+22	with	with	ADP	_	_	_	_	_	_	*
+23	our	our	PRON	_	_	_	_	_	_	*
+24	dining	dining	NOUN	_	_	_	_	_	ss=n.act	*
+25	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.1
+# sent_counter = 3203
+# text = find another place
+1	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+2	another	another	DET	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.2
+# sent_counter = 3204
+# text = Run down .
+1	Run	run	VERB	_	_	_	_	_	ss=v.stative	1:X
+2	down	down	ADP	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.3
+# sent_counter = 3205
+# text = Dark , dark main room .
+1	Dark	dark	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	dark	dark	ADJ	_	_	_	_	_	_	*
+4	main	main	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+5	room	room	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.4
+# sent_counter = 3206
+# text = No way to read / relax .
+1	No	no	DET	_	_	_	_	_	_	*
+2	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+5	/	/	SYM	_	_	_	_	_	_	*
+6	relax	relax	VERB	_	_	_	_	_	ss=v.cognition	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.5
+# sent_counter = 3207
+# text = ' Electric ' blanket on one bed did not heat .
+1	'	'	PUNCT	_	_	_	_	_	_	*
+2	Electric	electric	ADJ	_	_	_	_	_	_	*
+3	'	'	PUNCT	_	_	_	_	_	_	*
+4	blanket	blanket	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	heat	heat	VERB	_	_	_	_	_	ss=v.change	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.6
+# sent_counter = 3208
+# text = Quite cold .
+1	Quite	quite	ADV	_	_	_	_	_	_	*
+2	cold	cold	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.057644.7
+# sent_counter = 3209
+# text = Removing 90 % of ' sit - abouts ' in main room would look cleaner .
+1	Removing	remove	VERB	_	_	_	_	_	ss=v.change	*
+2	90	90	NUM	_	_	_	_	_	_	*
+3	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	'	'	PUNCT	_	_	_	_	_	_	*
+6	sit	sit	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	-	-	PUNCT	_	_	_	_	_	_	1
+8	abouts	abouts	NOUN	_	_	_	_	_	_	1
+9	'	'	PUNCT	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	main	main	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+12	room	room	NOUN	_	_	_	_	_	_	2
+13	would	would	AUX	_	_	_	_	_	_	*
+14	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+15	cleaner	clean	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.073742.1
+# sent_counter = 3210
+# text = Food is always good
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076440.1
+# sent_counter = 3211
+# text = really amazing the new and exciting plays done at this theatre !
+1	really	really	ADV	_	_	_	_	_	_	*
+2	amazing	amazing	ADJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	exciting	exciting	ADJ	_	_	_	_	_	_	*
+7	plays	play	NOUN	_	_	_	_	_	ss=n.communication	*
+8	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	theatre	theatre	NOUN	_	_	_	_	_	ss=n.group	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.077344.1
+# sent_counter = 3212
+# text = No service .. But good food ..
+1	No	no	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	..	..	PUNCT	_	_	_	_	_	_	*
+4	But	but	CCONJ	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083849.1
+# sent_counter = 3213
+# text = Surprisingly , this little strip mall restaurant has the best sushi I 've found in the Tampa area .
+1	Surprisingly	surprisingly	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	strip	strip	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	mall	mall	NOUN	_	_	_	_	_	_	1
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	best	best	ADJ	_	_	_	_	_	_	*
+11	sushi	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	've	've	AUX	_	_	_	_	_	_	*
+14	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	Tampa	tampa	PROPN	_	_	_	_	_	ss=n.location	*
+18	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083849.2
+# sent_counter = 3214
+# text = It 's fresh and really tasty .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	fresh	fresh	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	tasty	tasty	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083849.3
+# sent_counter = 3215
+# text = I 'll drive an hour just for their volcano , yum !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	volcano	volcano	NOUN	_	_	_	_	_	ss=n.food	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	yum	yum	INTJ	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090643.1
+# sent_counter = 3216
+# text = Outstanding service & quality at a very affordable price !
+1	Outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	affordable	affordable	ADJ	_	_	_	_	_	_	*
+9	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090643.2
+# sent_counter = 3217
+# text = This place is top notch and highly affordable !
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	top	top	ADJ	_	_	_	_	_	_	1:X
+5	notch	notch	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	highly	highly	ADV	_	_	_	_	_	_	*
+8	affordable	affordable	ADJ	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090643.3
+# sent_counter = 3218
+# text = I would recommend it hands down and am a loyal customer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	hands	hands	NOUN	_	_	_	_	_	_	1:X
+6	down	down	ADV	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	loyal	loyal	ADJ	_	_	_	_	_	_	*
+11	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090643.4
+# sent_counter = 3219
+# text = I 've also sent over a number of friends to use the services here and everyone is extraordinarily pleased !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	sent	send	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	over	over	ADV	_	_	_	_	_	_	1
+6	a	a	DET	_	_	_	_	_	_	2:X
+7	number	number	NOUN	_	_	_	_	_	_	2
+8	of	of	ADP	_	_	_	_	_	_	*
+9	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	use	use	VERB	_	_	_	_	_	ss=v.social	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+14	here	here	ADV	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	everyone	everyone	NOUN	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	extraordinarily	extraordinarily	ADV	_	_	_	_	_	_	*
+19	pleased	pleased	ADJ	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.090643.5
+# sent_counter = 3220
+# text = Thanks for doing such great work on my important pieces of clothing that always look great !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	SCONJ	_	_	_	_	_	_	*
+3	doing	do	VERB	_	_	_	_	_	ss=v.social	1:X
+4	such	such	ADV	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	_	1
+7	on	on	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	important	important	ADJ	_	_	_	_	_	_	*
+10	pieces	piece	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	clothing	clothing	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	always	always	ADV	_	_	_	_	_	_	*
+15	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+16	great	great	ADJ	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.1
+# sent_counter = 3221
+# text = Extremely helpful and professional
+1	Extremely	extremely	ADV	_	_	_	_	_	_	*
+2	helpful	helpful	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	professional	professional	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.2
+# sent_counter = 3222
+# text = As first - time home buyers , my husband and I found Stephanie Fairchild at Prudential Steamboat Realty , extremely helpful .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	time	time	NOUN	_	_	_	_	_	_	1
+5	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	buyers	buyer	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+13	Stephanie	stephanie	PROPN	_	_	_	_	_	ss=n.person	2:X
+14	Fairchild	fairchild	PROPN	_	_	_	_	_	_	2
+15	at	at	ADP	_	_	_	_	_	_	*
+16	Prudential	prudential	PROPN	_	_	_	_	_	ss=n.group	3:X
+17	Steamboat	steamboat	PROPN	_	_	_	_	_	_	3
+18	Realty	realty	PROPN	_	_	_	_	_	_	3
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	extremely	extremely	ADV	_	_	_	_	_	_	*
+21	helpful	helpful	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.3
+# sent_counter = 3223
+# text = She worked with us for over a year , helping us find our perfect home .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	us	us	PRON	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	over	over	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+13	our	our	PRON	_	_	_	_	_	_	*
+14	perfect	perfect	ADJ	_	_	_	_	_	_	*
+15	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.4
+# sent_counter = 3224
+# text = Stephanie 's knowledge of the market and properties in our price range , made us feel secure in our decision to buy when we did .
+1	Stephanie	stephanie	PROPN	_	_	_	_	_	ss=n.person	*
+2	's	's	PART	_	_	_	_	_	_	*
+3	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	market	market	NOUN	_	_	_	_	_	ss=n.group	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	properties	property	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	1:X
+12	range	range	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+15	us	us	PRON	_	_	_	_	_	_	*
+16	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+17	secure	secure	ADJ	_	_	_	_	_	_	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	our	our	PRON	_	_	_	_	_	_	*
+20	decision	decision	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+23	when	when	ADV	_	_	_	_	_	_	*
+24	we	we	PRON	_	_	_	_	_	_	*
+25	did	do	AUX	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.5
+# sent_counter = 3225
+# text = We would highly recommend Stephanie to anyone looking for a home in the Yampa Valley .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	Stephanie	stephanie	PROPN	_	_	_	_	_	ss=n.person	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Yampa	yampa	PROPN	_	_	_	_	_	ss=n.location	1:X
+15	Valley	valley	PROPN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095040.6
+# sent_counter = 3226
+# text = We appreciated her patience , knowledge and kindness !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	appreciated	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	patience	patience	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	kindness	kindness	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.096340.1
+# sent_counter = 3227
+# text = ONe of a few .
+1	ONe	one	NUM	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	few	few	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.096340.2
+# sent_counter = 3228
+# text = Hancocks is one of four fabric stores in Fort Smith .
+1	Hancocks	hancocks	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	four	four	NUM	_	_	_	_	_	_	*
+6	fabric	fabric	ADJ	_	_	_	_	_	_	*
+7	stores	store	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	Fort	fort	PROPN	_	_	_	_	_	ss=n.location	1:X
+10	Smith	smith	PROPN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.096340.3
+# sent_counter = 3229
+# text = We have Hobby Lobby , Just for Fun Fabrics , Walmart , and Interior Mall just inside Barling .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	Hobby	hobby	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Lobby	lobby	PROPN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Just	just	ADV	_	_	_	_	_	ss=n.group	2:X
+7	for	for	ADP	_	_	_	_	_	_	2
+8	Fun	fun	PROPN	_	_	_	_	_	_	2
+9	Fabrics	fabrics	PROPN	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Walmart	walmart	PROPN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Interior	interior	PROPN	_	_	_	_	_	ss=n.group	3:X
+15	Mall	mall	PROPN	_	_	_	_	_	_	3
+16	just	just	ADV	_	_	_	_	_	_	*
+17	inside	inside	ADP	_	_	_	_	_	_	*
+18	Barling	barling	PROPN	_	_	_	_	_	ss=n.location	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.096340.4
+# sent_counter = 3230
+# text = They do have a good selection of fabric and notions .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	fabric	fabric	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	notions	notion	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.097548.1
+# sent_counter = 3231
+# text = The company gets busy but you never have to wait long because they ARE orginizied , so you are in , out , and paid well for your scrap
+1	The	the	DET	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	gets	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	busy	busy	ADJ	_	_	_	_	_	_	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	never	never	ADV	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	_	1:X
+9	to	to	PART	_	_	_	_	_	_	1
+10	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+11	long	long	ADV	_	_	_	_	_	_	*
+12	because	because	SCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	ARE	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	orginizied	orginizied	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	so	so	ADV	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	in	in	ADV	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	out	out	ADV	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+26	well	well	ADV	_	_	_	_	_	_	*
+27	for	for	ADP	_	_	_	_	_	_	*
+28	your	your	PRON	_	_	_	_	_	_	*
+29	scrap	scrap	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.1
+# sent_counter = 3232
+# text = Favorite place in Tampa .
+1	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Tampa	tampa	PROPN	_	_	_	_	_	ss=n.location	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.2
+# sent_counter = 3233
+# text = Update : I had to add to my review .
+1	Update	update	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	add	add	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.3
+# sent_counter = 3234
+# text = I was just in last night and had a chance to dine in their new dining room .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	in	in	ADV	_	_	_	_	_	_	*
+5	last	last	ADJ	_	_	_	_	_	_	*
+6	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	chance	chance	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	dine	dine	VERB	_	_	_	_	_	ss=v.social	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	their	their	PRON	_	_	_	_	_	_	*
+15	new	new	ADJ	_	_	_	_	_	_	*
+16	dining	dining	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+17	room	room	NOUN	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.4
+# sent_counter = 3235
+# text = AMAZING !
+1	AMAZING	amazing	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.5
+# sent_counter = 3236
+# text = I frequent this resturant on a weekly basis but usally only for lunch .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	frequent	frequent	VERB	_	_	_	_	_	ss=v.social	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	resturant	resturant	NOUN	_	_	_	_	_	ss=n.group	*
+5	on	on	ADP	_	_	_	_	_	_	1:X
+6	a	a	DET	_	_	_	_	_	_	1
+7	weekly	weekly	ADJ	_	_	_	_	_	_	*
+8	basis	basis	NOUN	_	_	_	_	_	_	1
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	usally	usally	ADV	_	_	_	_	_	_	*
+11	only	only	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	lunch	lunch	NOUN	_	_	_	_	_	ss=n.food	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.6
+# sent_counter = 3237
+# text = Well I was in for a treat when I was greeted by the friendly girls at the counter who asked if my wife and I would like to sit in their " new " dining room .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	1
+6	a	a	DET	_	_	_	_	_	_	1
+7	treat	treat	NOUN	_	_	_	_	_	_	1
+8	when	when	ADV	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	greeted	greet	VERB	_	_	_	_	_	ss=v.social	*
+12	by	by	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	friendly	friendly	ADJ	_	_	_	_	_	_	*
+15	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	counter	counter	NOUN	_	_	_	_	_	ss=n.location	*
+19	who	who	PRON	_	_	_	_	_	_	*
+20	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+21	if	if	SCONJ	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	would	would	AUX	_	_	_	_	_	_	*
+27	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+30	in	in	ADP	_	_	_	_	_	_	*
+31	their	their	PRON	_	_	_	_	_	_	*
+32	"	"	PUNCT	_	_	_	_	_	_	*
+33	new	new	ADJ	_	_	_	_	_	_	*
+34	"	"	PUNCT	_	_	_	_	_	_	*
+35	dining	dining	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+36	room	room	NOUN	_	_	_	_	_	_	2
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.7
+# sent_counter = 3238
+# text = Right away they told us that it was the same great food with the same prices so off we went .
+1	Right	right	ADV	_	_	_	_	_	_	1:X
+2	away	away	ADV	_	_	_	_	_	_	1
+3	they	they	PRON	_	_	_	_	_	_	*
+4	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	us	us	PRON	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	same	same	ADJ	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	same	same	ADJ	_	_	_	_	_	_	*
+16	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+17	so	so	ADV	_	_	_	_	_	_	*
+18	off	off	ADV	_	_	_	_	_	_	*
+19	we	we	PRON	_	_	_	_	_	_	*
+20	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.8
+# sent_counter = 3239
+# text = We were greeted again and sat promptly .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	greeted	greet	VERB	_	_	_	_	_	ss=v.social	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	sat	sit	VERB	_	_	_	_	_	ss=v.stative	*
+7	promptly	promptly	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.9
+# sent_counter = 3240
+# text = After looking at the menu and seeing the new menu items they had , we knew we were in for a treat !
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	looking	look	VERB	_	_	_	_	_	ss=v.perception	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	new	new	ADJ	_	_	_	_	_	_	*
+10	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+11	items	item	NOUN	_	_	_	_	_	ss=n.food	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	were	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+19	in	in	ADP	_	_	_	_	_	_	1
+20	for	for	ADP	_	_	_	_	_	_	1
+21	a	a	DET	_	_	_	_	_	_	1
+22	treat	treat	NOUN	_	_	_	_	_	_	1
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.10
+# sent_counter = 3241
+# text = I had the Chicken Parmesan Dinner and my wife had the Shrimp Scampi Dinner .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	*
+5	Parmesan	parmesan	NOUN	_	_	_	_	_	ss=n.food	*
+6	Dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+10	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	Shrimp	shrimp	NOUN	_	_	_	_	_	ss=n.food	1:X
+13	Scampi	scampi	NOUN	_	_	_	_	_	_	1
+14	Dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.11
+# sent_counter = 3242
+# text = AMAZING !
+1	AMAZING	amazing	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.12
+# sent_counter = 3243
+# text = The portions were generous enough that we even took some home !
+1	The	the	DET	_	_	_	_	_	_	*
+2	portions	portion	NOUN	_	_	_	_	_	ss=n.quantity	1:X
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	generous	generous	ADJ	_	_	_	_	_	_	1
+5	enough	enough	ADV	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+10	some	some	DET	_	_	_	_	_	_	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.13
+# sent_counter = 3244
+# text = I have to say the value of this place always amazes me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	say	say	VERB	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	value	value	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	always	always	ADV	_	_	_	_	_	_	*
+11	amazes	amaze	VERB	_	_	_	_	_	ss=v.cognition	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.14
+# sent_counter = 3245
+# text = It 's nice to see that even in the economy we can eat a place that has upscale service , amazing atmosphere , and Incredible food , but not break the bank while enjoying it !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	nice	nice	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	even	even	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	economy	economy	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	upscale	upscale	ADJ	_	_	_	_	_	_	*
+19	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	amazing	amazing	ADJ	_	_	_	_	_	_	*
+22	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	Incredible	incredible	ADJ	_	_	_	_	_	_	*
+26	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	but	but	CCONJ	_	_	_	_	_	_	*
+29	not	not	PART	_	_	_	_	_	_	*
+30	break	break	VERB	_	_	_	_	_	ss=v.possession	1:X
+31	the	the	DET	_	_	_	_	_	_	1
+32	bank	bank	NOUN	_	_	_	_	_	_	1
+33	while	while	SCONJ	_	_	_	_	_	_	*
+34	enjoying	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+35	it	it	PRON	_	_	_	_	_	_	*
+36	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.15
+# sent_counter = 3246
+# text = Bottom line is that when it 's a small privatly owned resturant like this is you can tell that the owners and employees take pride in their product and service .
+1	Bottom	bottom	ADJ	_	_	_	_	_	_	1:X
+2	line	line	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	when	when	ADV	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	small	small	ADJ	_	_	_	_	_	_	*
+10	privatly	privatly	ADV	_	_	_	_	_	_	*
+11	owned	own	VERB	_	_	_	_	_	ss=v.possession	*
+12	resturant	resturant	NOUN	_	_	_	_	_	ss=n.group	*
+13	like	like	SCONJ	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	can	can	AUX	_	_	_	_	_	_	*
+18	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+24	take	take	VERB	_	_	_	_	_	ss=v.cognition	2:X
+25	pride	pride	NOUN	_	_	_	_	_	_	2
+26	in	in	ADP	_	_	_	_	_	_	*
+27	their	their	PRON	_	_	_	_	_	_	*
+28	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.110441.16
+# sent_counter = 3247
+# text = Well Done !
+1	Well	well	ADV	_	_	_	_	_	_	*
+2	Done	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114849.1
+# sent_counter = 3248
+# text = Used their service for the first time and was immediately impressed by their professionalism ( received a phone call soon after order was placed to confirm details ) and the subsequent delivery of my gift ( To Split , Croatia ) was as requested .
+1	Used	use	VERB	_	_	_	_	_	ss=v.social	*
+2	their	their	PRON	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	first	first	ADJ	_	_	_	_	_	_	*
+7	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	immediately	immediately	ADV	_	_	_	_	_	_	*
+11	impressed	impress	VERB	_	_	_	_	_	ss=v.cognition	*
+12	by	by	ADP	_	_	_	_	_	_	*
+13	their	their	PRON	_	_	_	_	_	_	*
+14	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	received	receive	VERB	_	_	_	_	_	ss=v.social	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	1:X
+19	call	call	NOUN	_	_	_	_	_	_	1
+20	soon	soon	ADV	_	_	_	_	_	_	*
+21	after	after	SCONJ	_	_	_	_	_	_	*
+22	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+23	was	be	AUX	_	_	_	_	_	_	*
+24	placed	place	VERB	_	_	_	_	_	ss=v.communication	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	confirm	confirm	VERB	_	_	_	_	_	ss=v.communication	*
+27	details	details	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	)	)	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	subsequent	subsequent	ADJ	_	_	_	_	_	_	*
+32	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+33	of	of	ADP	_	_	_	_	_	_	*
+34	my	my	PRON	_	_	_	_	_	_	*
+35	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	(	(	PUNCT	_	_	_	_	_	_	*
+37	To	to	ADP	_	_	_	_	_	_	*
+38	Split	split	PROPN	_	_	_	_	_	ss=n.location	2:X
+39	,	,	PUNCT	_	_	_	_	_	_	2
+40	Croatia	croatia	PROPN	_	_	_	_	_	_	2
+41	)	)	PUNCT	_	_	_	_	_	_	*
+42	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+43	as	as	SCONJ	_	_	_	_	_	_	*
+44	requested	request	VERB	_	_	_	_	_	ss=v.communication	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114849.2
+# sent_counter = 3249
+# text = The gift itself was exactly as described and pictured in the catalogue and of the highest standard .
+1	The	the	DET	_	_	_	_	_	_	*
+2	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	itself	itself	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	exactly	exactly	ADV	_	_	_	_	_	_	*
+6	as	as	SCONJ	_	_	_	_	_	_	*
+7	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	pictured	picture	VERB	_	_	_	_	_	ss=v.communication	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	catalogue	catalogue	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	highest	high	ADJ	_	_	_	_	_	_	*
+17	standard	standard	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114849.3
+# sent_counter = 3250
+# text = Would highly recommend to anyone requiring overseas gift delivery .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	anyone	anyone	NOUN	_	_	_	_	_	_	*
+6	requiring	require	VERB	_	_	_	_	_	ss=v.cognition	*
+7	overseas	overseas	ADJ	_	_	_	_	_	_	*
+8	gift	gift	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114849.4
+# sent_counter = 3251
+# text = Danny ( Australia )
+1	Danny	danny	PROPN	_	_	_	_	_	ss=n.person	*
+2	(	(	PUNCT	_	_	_	_	_	_	*
+3	Australia	australia	PROPN	_	_	_	_	_	ss=n.location	*
+4	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114941.1
+# sent_counter = 3252
+# text = Give them a try !
+1	Give	give	VERB	_	_	_	_	_	ss=v.social	1:X
+2	them	them	PRON	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	1
+4	try	try	NOUN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114941.2
+# sent_counter = 3253
+# text = The pizzas are huge and super delicious .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pizzas	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	huge	huge	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	super	super	ADV	_	_	_	_	_	_	*
+7	delicious	delicious	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114941.3
+# sent_counter = 3254
+# text = They 're our favorite pizza place to order from ... and they 're a local , family owned company !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	favorite	favorite	ADJ	_	_	_	_	_	_	*
+5	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	local	local	ADJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	family	family	NOUN	_	_	_	_	_	ss=n.person	*
+18	owned	own	VERB	_	_	_	_	_	ss=v.possession	*
+19	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.114941.4
+# sent_counter = 3255
+# text = How much better does it get ?!
+1	How	how	ADV	_	_	_	_	_	_	*
+2	much	much	ADV	_	_	_	_	_	_	*
+3	better	better	ADJ	_	_	_	_	_	_	*
+4	does	do	AUX	_	_	_	_	_	_	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+7	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.1
+# sent_counter = 3256
+# text = We were expecting a great experience , when we recieved a friendly greeting by the hosts .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	recieved	recieved	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	friendly	friendly	ADJ	_	_	_	_	_	_	*
+13	greeting	greeting	NOUN	_	_	_	_	_	ss=n.communication	*
+14	by	by	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	hosts	host	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.2
+# sent_counter = 3257
+# text = The atmosphere was nice and very clean .
+1	The	the	DET	_	_	_	_	_	_	*
+2	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	clean	clean	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.3
+# sent_counter = 3258
+# text = The menu had plenty of options even for picky eaters .
+1	The	the	DET	_	_	_	_	_	_	*
+2	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	plenty	plenty	NOUN	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	options	option	NOUN	_	_	_	_	_	ss=n.food	*
+7	even	even	ADV	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	picky	picky	ADJ	_	_	_	_	_	_	*
+10	eaters	eater	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.4
+# sent_counter = 3259
+# text = The service was ok , our waitress kept forgetting our drinks even though we reminded her several times .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	ok	ok	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	waitress	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+8	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+9	forgetting	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+12	even	even	ADV	_	_	_	_	_	_	*
+13	though	though	SCONJ	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	reminded	remind	VERB	_	_	_	_	_	ss=v.communication	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	several	several	ADJ	_	_	_	_	_	_	*
+18	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.5
+# sent_counter = 3260
+# text = To start we tried the guacamole and salsa verde , it was completly flavorless .
+1	To	to	PART	_	_	_	_	_	_	*
+2	start	start	VERB	_	_	_	_	_	ss=v.stative	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	tried	try	VERB	_	_	_	_	_	ss=v.consumption	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	guacamole	guacamole	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	1:X
+9	verde	verde	NOUN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	completly	completly	ADV	_	_	_	_	_	_	*
+14	flavorless	flavorless	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.6
+# sent_counter = 3261
+# text = We should have left then .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+5	then	then	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.7
+# sent_counter = 3262
+# text = We orderd our meals anyway , chimichangas , jalapeno borritos , and quesadillas .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	orderd	orderd	VERB	_	_	_	_	_	ss=v.communication	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	meals	meal	NOUN	_	_	_	_	_	ss=n.food	*
+5	anyway	anyway	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	chimichangas	chimichangas	NOUN	_	_	_	_	_	ss=n.food	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	jalapeno	jalapeno	NOUN	_	_	_	_	_	ss=n.food	*
+10	borritos	borritos	NOUN	_	_	_	_	_	ss=n.food	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	quesadillas	quesadilla	NOUN	_	_	_	_	_	ss=n.food	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.8
+# sent_counter = 3263
+# text = Everything was bland , completely void of any spice or flavor .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	bland	bland	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	completely	completely	ADV	_	_	_	_	_	_	*
+6	void	void	ADJ	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	any	any	DET	_	_	_	_	_	_	*
+9	spice	spice	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	flavor	flavor	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.9
+# sent_counter = 3264
+# text = We have never had mexican food this bad , it was just simply gross .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+5	mexican	mexican	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	this	this	ADV	_	_	_	_	_	_	*
+8	bad	bad	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	just	just	ADV	_	_	_	_	_	_	*
+13	simply	simply	ADV	_	_	_	_	_	_	*
+14	gross	gross	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.1
+# sent_counter = 3265
+# text = Over-rated ...
+1	Over-rated	over-rated	ADJ	_	_	_	_	_	_	*
+2	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.2
+# sent_counter = 3266
+# text = This restaurant is over-rated .
+1	This	this	DET	_	_	_	_	_	_	*
+2	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	over-rated	over-rated	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.3
+# sent_counter = 3267
+# text = It is hard to find ... and the mexican food is bland , almost equivalent to eating out of a can .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	hard	hard	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+6	...	...	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	mexican	mexican	ADJ	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	bland	bland	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	almost	almost	ADV	_	_	_	_	_	_	*
+15	equivalent	equivalent	ADJ	_	_	_	_	_	_	*
+16	to	to	SCONJ	_	_	_	_	_	_	*
+17	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+18	out	out	ADP	_	_	_	_	_	_	1:X
+19	of	of	ADP	_	_	_	_	_	_	1
+20	a	a	DET	_	_	_	_	_	_	*
+21	can	can	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.4
+# sent_counter = 3268
+# text = The service is poor ...
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	poor	poor	ADJ	_	_	_	_	_	_	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.5
+# sent_counter = 3269
+# text = I asked for a fried egg on my enchiladas ... and did not get it .!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fried	fry	VERB	_	_	_	_	_	ss=n.food	1:X
+6	egg	egg	NOUN	_	_	_	_	_	_	1
+7	on	on	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	enchiladas	enchilada	NOUN	_	_	_	_	_	ss=n.food	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	did	do	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	.!	.!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.6
+# sent_counter = 3270
+# text = Secondly , the enchladas did not come with enchilada sauce .. but chili ... like Hormel 's chili .. the cheese was American cheese !
+1	Secondly	secondly	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	enchladas	enchladas	NOUN	_	_	_	_	_	ss=n.food	*
+5	did	do	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	come	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	with	with	ADP	_	_	_	_	_	_	1
+9	enchilada	enchilada	NOUN	_	_	_	_	_	ss=n.food	2:X
+10	sauce	sauce	NOUN	_	_	_	_	_	_	2
+11	..	..	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	chili	chili	NOUN	_	_	_	_	_	ss=n.food	*
+14	...	...	PUNCT	_	_	_	_	_	_	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	Hormel	hormel	PROPN	_	_	_	_	_	ss=n.food	3:X
+17	's	's	PART	_	_	_	_	_	_	3
+18	chili	chili	NOUN	_	_	_	_	_	_	3
+19	..	..	PUNCT	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	American	american	ADJ	_	_	_	_	_	ss=n.food	4:X
+24	cheese	cheese	NOUN	_	_	_	_	_	_	4
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.004574.7
+# sent_counter = 3271
+# text = The Chili Relleno .. had no batter on it .
+1	The	the	DET	_	_	_	_	_	_	*
+2	Chili	chili	NOUN	_	_	_	_	_	ss=n.food	1:X
+3	Relleno	relleno	NOUN	_	_	_	_	_	_	1
+4	..	..	PUNCT	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	no	no	DET	_	_	_	_	_	_	*
+7	batter	batter	NOUN	_	_	_	_	_	ss=n.food	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.1
+# sent_counter = 3272
+# text = Wife and I attempted to adopt a dog and was nothing but frustrating .
+1	Wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	attempted	attempt	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	adopt	adopt	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	nothing	nothing	NOUN	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	frustrating	frustrating	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.3
+# sent_counter = 3273
+# text = We were told that we could n't today because they were closing soon .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	could	could	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	were	be	AUX	_	_	_	_	_	_	*
+12	closing	close	VERB	_	_	_	_	_	ss=v.social	*
+13	soon	soon	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.4
+# sent_counter = 3274
+# text = I called the next morning to let then know my wife would be driving in .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	next	next	ADJ	_	_	_	_	_	_	*
+5	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	let	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	then	then	PRON	_	_	_	_	_	_	*
+9	know	know	VERB	_	_	_	_	_	_	1
+10	my	my	PRON	_	_	_	_	_	_	*
+11	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	be	be	AUX	_	_	_	_	_	_	*
+14	driving	drive	VERB	_	_	_	_	_	ss=v.motion	2:X
+15	in	in	ADV	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.5
+# sent_counter = 3275
+# text = They gave me the run around and missing paperwork only to call back to tell me someone else wanted her and I would need to come in and put down a deposit .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	gave	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	me	me	PRON	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	1
+5	run	run	NOUN	_	_	_	_	_	_	1
+6	around	around	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	missing	miss	VERB	_	_	_	_	_	ss=v.cognition	*
+9	paperwork	paperwork	NOUN	_	_	_	_	_	ss=n.communication	*
+10	only	only	ADV	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	call	call	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	back	back	ADP	_	_	_	_	_	_	2
+14	to	to	PART	_	_	_	_	_	_	*
+15	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	someone	someone	NOUN	_	_	_	_	_	_	*
+18	else	else	ADJ	_	_	_	_	_	_	*
+19	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+20	her	her	PRON	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	would	would	AUX	_	_	_	_	_	_	*
+24	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	come	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+27	in	in	ADV	_	_	_	_	_	_	3
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	put	put	VERB	_	_	_	_	_	ss=v.possession	4:X
+30	down	down	ADP	_	_	_	_	_	_	4
+31	a	a	DET	_	_	_	_	_	_	*
+32	deposit	deposit	NOUN	_	_	_	_	_	ss=n.possession	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.6
+# sent_counter = 3276
+# text = I work 2 hours away but offered my card over the phone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	work	work	VERB	_	_	_	_	_	ss=v.social	*
+3	2	2	NUM	_	_	_	_	_	_	*
+4	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+5	away	away	ADV	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	card	card	NOUN	_	_	_	_	_	ss=n.possession	*
+10	over	over	ADP	_	_	_	_	_	_	1:X
+11	the	the	DET	_	_	_	_	_	_	1
+12	phone	phone	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.7
+# sent_counter = 3277
+# text = They refused .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.8
+# sent_counter = 3278
+# text = Terrible communication as well .
+1	Terrible	terrible	ADJ	_	_	_	_	_	_	*
+2	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+3	as	as	ADV	_	_	_	_	_	_	1:X
+4	well	well	ADV	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.9
+# sent_counter = 3279
+# text = At one point they told me the dog had been fixed , the next day it had n't .
+1	At	at	ADP	_	_	_	_	_	_	1:X
+2	one	one	NUM	_	_	_	_	_	_	1
+3	point	point	NOUN	_	_	_	_	_	_	1
+4	they	they	PRON	_	_	_	_	_	_	*
+5	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+9	had	have	AUX	_	_	_	_	_	_	*
+10	been	be	AUX	_	_	_	_	_	_	*
+11	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	next	next	ADJ	_	_	_	_	_	_	*
+15	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	had	have	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.006970.10
+# sent_counter = 3280
+# text = Huge ammount of time wasted time and elevated blood pressure .
+1	Huge	huge	ADJ	_	_	_	_	_	_	*
+2	ammount	ammount	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	wasted	waste	VERB	_	_	_	_	_	ss=v.consumption	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	elevated	elevate	VERB	_	_	_	_	_	ss=v.change	*
+9	blood	blood	NOUN	_	_	_	_	_	ss=n.body	1:X
+10	pressure	pressure	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009775.1
+# sent_counter = 3281
+# text = Want a great burger ?
+1	Want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	burger	burger	NOUN	_	_	_	_	_	ss=n.food	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009775.2
+# sent_counter = 3282
+# text = The smokehouse ca n't be beat anywhere .
+1	The	the	DET	_	_	_	_	_	_	*
+2	smokehouse	smokehouse	NOUN	_	_	_	_	_	ss=n.group	*
+3	ca	ca	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	beat	beat	VERB	_	_	_	_	_	ss=v.competition	*
+7	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009775.3
+# sent_counter = 3283
+# text = Salad bar is hit and miss for freshness - sometimes the broccoli looks browned around the edges .
+1	Salad	salad	NOUN	_	_	_	_	_	ss=n.food	1:X
+2	bar	bar	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	hit	hit	NOUN	_	_	_	_	_	_	2:X
+5	and	and	CCONJ	_	_	_	_	_	_	2
+6	miss	miss	NOUN	_	_	_	_	_	_	2
+7	for	for	ADP	_	_	_	_	_	_	*
+8	freshness	freshness	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	-	-	PUNCT	_	_	_	_	_	_	*
+10	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	broccoli	broccoli	NOUN	_	_	_	_	_	ss=n.food	*
+13	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+14	browned	browned	ADJ	_	_	_	_	_	_	*
+15	around	around	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	edges	edge	NOUN	_	_	_	_	_	ss=n.food	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009775.4
+# sent_counter = 3284
+# text = Never a bad smokehouse burger though !
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	bad	bad	ADJ	_	_	_	_	_	_	*
+4	smokehouse	smokehouse	NOUN	_	_	_	_	_	ss=n.food	1:X
+5	burger	burger	NOUN	_	_	_	_	_	_	1
+6	though	though	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009775.5
+# sent_counter = 3285
+# text = I crave those .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	crave	crave	VERB	_	_	_	_	_	ss=v.cognition	*
+3	those	those	DET	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.1
+# sent_counter = 3286
+# text = BEST CHINESE RESTAURANT EVER !!!
+1	BEST	best	ADJ	_	_	_	_	_	_	*
+2	CHINESE	chinese	ADJ	_	_	_	_	_	_	*
+3	RESTAURANT	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+4	EVER	ever	ADV	_	_	_	_	_	_	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.2
+# sent_counter = 3287
+# text = It was the best Chinese food I have ever had .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.3
+# sent_counter = 3288
+# text = All the food tasted excellent , and with the new renovation of chairs and the bathroom , it is awesome .
+1	All	all	DET	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+4	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	new	new	ADJ	_	_	_	_	_	_	*
+11	renovation	renovation	NOUN	_	_	_	_	_	ss=n.act	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	chairs	chair	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	awesome	awesome	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.4
+# sent_counter = 3289
+# text = The people working their are also extremely polite and friendly .
+1	The	the	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	working	work	VERB	_	_	_	_	_	ss=v.social	*
+4	their	their	ADV	_	_	_	_	_	_	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	also	also	ADV	_	_	_	_	_	_	*
+7	extremely	extremely	ADV	_	_	_	_	_	_	*
+8	polite	polite	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	friendly	friendly	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.5
+# sent_counter = 3290
+# text = Every time I go , Kevin , the manager , will always remember my family and I .
+1	Every	every	DET	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Kevin	kevin	PROPN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	always	always	ADV	_	_	_	_	_	_	*
+13	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.009970.6
+# sent_counter = 3291
+# text = Overall , it is very family oriented , and I recommend it to everyone !!!
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+7	oriented	oriented	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	everyone	everyone	NOUN	_	_	_	_	_	_	*
+15	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.1
+# sent_counter = 3292
+# text = Poor Experience
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	Experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.2
+# sent_counter = 3293
+# text = I did not have a good experience w / Dr. Ghassemlou .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	a	a	DET	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	_	1
+8	w	w	ADP	_	_	_	_	_	_	1
+9	/	/	PUNCT	_	_	_	_	_	_	*
+10	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	2:X
+11	Ghassemlou	ghassemlou	PROPN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.3
+# sent_counter = 3294
+# text = During the session , he demanded to have my physical address , which I 've always kept private as I am enrolled in a witness protection program .
+1	During	during	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	session	session	NOUN	_	_	_	_	_	ss=n.event	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	demanded	demand	VERB	_	_	_	_	_	ss=v.cognition	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	physical	physical	ADJ	_	_	_	_	_	_	*
+11	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	which	which	DET	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	've	've	AUX	_	_	_	_	_	_	*
+16	always	always	ADV	_	_	_	_	_	_	*
+17	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+18	private	private	ADJ	_	_	_	_	_	_	*
+19	as	as	SCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	am	be	AUX	_	_	_	_	_	_	*
+22	enrolled	enrol	VERB	_	_	_	_	_	ss=v.social	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	witness	witness	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+26	protection	protection	NOUN	_	_	_	_	_	_	1
+27	program	program	NOUN	_	_	_	_	_	_	1
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.4
+# sent_counter = 3295
+# text = I believe he is correct in that he needs my physical address for legal reasons , however , he did not adequately explain this during our session .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	believe	believe	VERB	_	_	_	_	_	ss=v.cognition	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	correct	correct	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	that	that	DET	_	_	_	_	_	_	1
+8	he	he	PRON	_	_	_	_	_	_	*
+9	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	physical	physical	ADJ	_	_	_	_	_	_	*
+12	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	legal	legal	ADJ	_	_	_	_	_	_	*
+15	reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	however	however	ADV	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	did	do	AUX	_	_	_	_	_	_	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	adequately	adequately	ADV	_	_	_	_	_	_	*
+23	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+24	this	this	DET	_	_	_	_	_	_	*
+25	during	during	ADP	_	_	_	_	_	_	*
+26	our	our	PRON	_	_	_	_	_	_	*
+27	session	session	NOUN	_	_	_	_	_	ss=n.event	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.6
+# sent_counter = 3296
+# text = I think he could 've done more to assuage my concerns by giving me concrete facts .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	could	could	AUX	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	done	do	VERB	_	_	_	_	_	ss=v.social	*
+7	more	more	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	assuage	assuage	VERB	_	_	_	_	_	ss=v.cognition	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	concerns	concern	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	by	by	SCONJ	_	_	_	_	_	_	*
+13	giving	give	VERB	_	_	_	_	_	ss=v.communication	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	concrete	concrete	ADJ	_	_	_	_	_	_	*
+16	facts	fact	NOUN	_	_	_	_	_	ss=n.communication	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.7
+# sent_counter = 3297
+# text = Saying that I need to give him my address or else I have intimacy issues is not helpful .
+1	Saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+2	that	that	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+10	or	or	CCONJ	_	_	_	_	_	_	1:X
+11	else	else	ADV	_	_	_	_	_	_	1
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+14	intimacy	intimacy	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	issues	issue	NOUN	_	_	_	_	_	_	2
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	helpful	helpful	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010378.8
+# sent_counter = 3298
+# text = It 's pretty combative actually .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	pretty	pretty	ADV	_	_	_	_	_	_	*
+4	combative	combative	ADJ	_	_	_	_	_	_	*
+5	actually	actually	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015573.1
+# sent_counter = 3299
+# text = Buyer beware
+1	Buyer	buyer	NOUN	_	_	_	_	_	_	1:X
+2	beware	beware	VERB	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015573.2
+# sent_counter = 3300
+# text = Do not use these guys .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.possession	*
+4	these	these	DET	_	_	_	_	_	_	*
+5	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015573.3
+# sent_counter = 3301
+# text = They 'll tell you one thing then $ 5,000 later do another .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	thing	thing	NOUN	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	$	$	SYM	_	_	_	_	_	_	*
+9	5,000	5,000	NUM	_	_	_	_	_	_	*
+10	later	later	ADV	_	_	_	_	_	_	*
+11	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+12	another	another	DET	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015573.4
+# sent_counter = 3302
+# text = Lied right to my face then denied it .
+1	Lied	lie	VERB	_	_	_	_	_	ss=v.communication	*
+2	right	right	ADV	_	_	_	_	_	_	1:X
+3	to	to	ADP	_	_	_	_	_	_	1
+4	my	my	PRON	_	_	_	_	_	_	*
+5	face	face	NOUN	_	_	_	_	_	_	1
+6	then	then	ADV	_	_	_	_	_	_	*
+7	denied	deny	VERB	_	_	_	_	_	ss=v.communication	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.015573.5
+# sent_counter = 3303
+# text = Run away .
+1	Run	run	VERB	_	_	_	_	_	ss=v.motion	*
+2	away	away	ADV	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.021370.1
+# sent_counter = 3304
+# text = It 's fine for ...
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	fine	fine	ADJ	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.021370.2
+# sent_counter = 3305
+# text = It 's fine for mass - market chocolate , but with companies like Scharffen Berger , TCHO , and smaller artisan chocolate makers in the area , why ?
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	fine	fine	ADJ	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	mass	mass	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+6	-	-	PUNCT	_	_	_	_	_	_	1
+7	market	market	NOUN	_	_	_	_	_	_	1
+8	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+13	like	like	ADP	_	_	_	_	_	_	*
+14	Scharffen	scharffen	PROPN	_	_	_	_	_	ss=n.group	2:X
+15	Berger	berger	PROPN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	TCHO	tcho	PROPN	_	_	_	_	_	ss=n.group	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	smaller	smaller	ADJ	_	_	_	_	_	_	*
+21	artisan	artisan	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	chocolate	chocolate	NOUN	_	_	_	_	_	ss=n.food	*
+23	makers	maker	NOUN	_	_	_	_	_	ss=n.group	*
+24	in	in	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	why	why	ADV	_	_	_	_	_	_	*
+29	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022273.1
+# sent_counter = 3306
+# text = Good food , good location , and good prices .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022273.2
+# sent_counter = 3307
+# text = But the servers do n't pay attention to you whether it 's busy or not .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	servers	server	NOUN	_	_	_	_	_	ss=n.person	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	pay	pay	VERB	_	_	_	_	_	ss=v.perception	1:X
+7	attention	attention	NOUN	_	_	_	_	_	_	1
+8	to	to	ADP	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	whether	whether	SCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	busy	busy	ADJ	_	_	_	_	_	_	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029870.1
+# sent_counter = 3308
+# text = I found Bright Star Tours and Travels and Best and Affordable Tour Operators and Tours Agents in Chennai , India offered me Student Tour India Package for very less price .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	Bright	bright	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Star	star	PROPN	_	_	_	_	_	_	1
+5	Tours	tours	PROPN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	Travels	travels	PROPN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	Best	best	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	and	and	CCONJ	_	_	_	_	_	_	2
+11	Affordable	affordable	PROPN	_	_	_	_	_	_	2
+12	Tour	tour	PROPN	_	_	_	_	_	_	2
+13	Operators	operators	PROPN	_	_	_	_	_	_	2
+14	and	and	CCONJ	_	_	_	_	_	_	2
+15	Tours	tours	PROPN	_	_	_	_	_	_	2
+16	Agents	agents	PROPN	_	_	_	_	_	_	2
+17	in	in	ADP	_	_	_	_	_	_	*
+18	Chennai	chennai	PROPN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	India	india	PROPN	_	_	_	_	_	ss=n.location	*
+21	offered	offer	VERB	_	_	_	_	_	ss=v.possession	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	Student	student	PROPN	_	_	_	_	_	ss=n.group	3:X
+24	Tour	tour	PROPN	_	_	_	_	_	_	3
+25	India	india	PROPN	_	_	_	_	_	_	3
+26	Package	package	PROPN	_	_	_	_	_	_	3
+27	for	for	ADP	_	_	_	_	_	_	*
+28	very	very	ADV	_	_	_	_	_	_	*
+29	less	less	ADJ	_	_	_	_	_	_	*
+30	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029870.2
+# sent_counter = 3309
+# text = I enjoyed my tour and i am looking for adventure tour and India heritage tours for valuable .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	tour	tour	NOUN	_	_	_	_	_	ss=n.event	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	am	be	AUX	_	_	_	_	_	_	*
+8	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	adventure	adventure	NOUN	_	_	_	_	_	ss=n.event	1:X
+11	tour	tour	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	India	india	PROPN	_	_	_	_	_	ss=n.event	2:X
+14	heritage	heritage	NOUN	_	_	_	_	_	_	2
+15	tours	tours	NOUN	_	_	_	_	_	_	2
+16	for	for	ADP	_	_	_	_	_	_	*
+17	valuable	valuable	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.029870.3
+# sent_counter = 3310
+# text = Thanks for Bright Star Tours .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	Bright	bright	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Star	star	PROPN	_	_	_	_	_	_	1
+5	Tours	tours	PROPN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030875.1
+# sent_counter = 3311
+# text = Slice Pizza at former Britt 's Location
+1	Slice	slice	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Pizza	pizza	PROPN	_	_	_	_	_	_	1
+3	at	at	ADP	_	_	_	_	_	_	*
+4	former	former	ADJ	_	_	_	_	_	_	*
+5	Britt	britt	PROPN	_	_	_	_	_	ss=n.group	2:X
+6	's	's	PART	_	_	_	_	_	_	2
+7	Location	location	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030875.2
+# sent_counter = 3312
+# text = Britt 's Pizza is long gone .
+1	Britt	britt	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	's	's	PART	_	_	_	_	_	_	1
+3	Pizza	pizza	PROPN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	long	long	ADV	_	_	_	_	_	_	2:X
+6	gone	gone	ADJ	_	_	_	_	_	_	2
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030875.3
+# sent_counter = 3313
+# text = Their location , the northwest corner of S. 10th & Federal Sts. , is now home to Slice Pizza .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	northwest	northwest	NOUN	_	_	_	_	_	ss=n.location	*
+6	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	S.	s.	PROPN	_	_	_	_	_	ss=n.location	1:X
+9	10th	10th	PROPN	_	_	_	_	_	_	1
+10	&	&	CCONJ	_	_	_	_	_	_	*
+11	Federal	federal	PROPN	_	_	_	_	_	ss=n.location	2:X
+12	Sts.	sts.	PROPN	_	_	_	_	_	_	2
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	now	now	ADV	_	_	_	_	_	_	*
+16	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	Slice	slice	PROPN	_	_	_	_	_	ss=n.group	3:X
+19	Pizza	pizza	PROPN	_	_	_	_	_	_	3
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.031674.1
+# sent_counter = 3314
+# text = Responsive , kept me apprised of status .
+1	Responsive	responsive	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	kept	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	apprised	apprised	ADJ	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	status	status	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037179.1
+# sent_counter = 3315
+# text = spot on
+1	spot	spot	ADJ	_	_	_	_	_	_	1:X
+2	on	on	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.037179.2
+# sent_counter = 3316
+# text = this kebab shop is one of the best around the meat is good and fresh and the chilly sauce is the best , keep them lovely kebabs coming and a happy new year to all the staff
+1	this	this	DET	_	_	_	_	_	_	*
+2	kebab	kebab	NOUN	_	_	_	_	_	ss=n.food	*
+3	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	best	best	ADJ	_	_	_	_	_	_	*
+9	around	around	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	fresh	fresh	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	chilly	chilly	NOUN	_	_	_	_	_	ss=n.food	*
+19	sauce	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	best	best	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	keep	keep	VERB	_	_	_	_	_	ss=v.stative	1:X
+25	them	them	PRON	_	_	_	_	_	_	*
+26	lovely	lovely	ADJ	_	_	_	_	_	_	*
+27	kebabs	kebab	NOUN	_	_	_	_	_	ss=n.food	*
+28	coming	come	VERB	_	_	_	_	_	_	1
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	happy	happy	ADJ	_	_	_	_	_	_	2:X
+32	new	new	ADJ	_	_	_	_	_	_	2
+33	year	year	NOUN	_	_	_	_	_	_	2
+34	to	to	ADP	_	_	_	_	_	_	*
+35	all	all	DET	_	_	_	_	_	_	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039173.1
+# sent_counter = 3317
+# text = The waiting staff is really friendly , it s like every one knows each other , the manager is really sweet and the food .. well no complaints from me .
+1	The	the	DET	_	_	_	_	_	_	*
+2	waiting	waiting	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	staff	staff	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	friendly	friendly	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+10	like	like	SCONJ	_	_	_	_	_	_	*
+11	every	every	DET	_	_	_	_	_	_	2:X
+12	one	one	NOUN	_	_	_	_	_	_	2
+13	knows	know	VERB	_	_	_	_	_	ss=v.social	*
+14	each	each	DET	_	_	_	_	_	_	3:X
+15	other	other	ADJ	_	_	_	_	_	_	3
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	really	really	ADV	_	_	_	_	_	_	*
+21	sweet	sweet	ADJ	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+25	..	..	PUNCT	_	_	_	_	_	_	*
+26	well	well	INTJ	_	_	_	_	_	_	*
+27	no	no	DET	_	_	_	_	_	_	*
+28	complaints	complaint	NOUN	_	_	_	_	_	ss=n.communication	*
+29	from	from	ADP	_	_	_	_	_	_	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039173.2
+# sent_counter = 3318
+# text = Yes , it s that good .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.045972.1
+# sent_counter = 3319
+# text = Feel good
+1	Feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.045972.2
+# sent_counter = 3320
+# text = I just wanted to try your clinic because I was not totally happy with my current therapist I regularly see .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	try	try	VERB	_	_	_	_	_	ss=v.possession	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	clinic	clinic	NOUN	_	_	_	_	_	ss=n.group	*
+8	because	because	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	totally	totally	ADV	_	_	_	_	_	_	*
+13	happy	happy	ADJ	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	current	current	ADJ	_	_	_	_	_	_	*
+17	therapist	therapist	NOUN	_	_	_	_	_	ss=n.person	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	regularly	regularly	ADV	_	_	_	_	_	_	*
+20	see	see	VERB	_	_	_	_	_	ss=v.social	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.045972.3
+# sent_counter = 3321
+# text = Now I 've found someone who can manage to do what I really want .
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	found	find	VERB	_	_	_	_	_	ss=v.social	*
+5	someone	someone	NOUN	_	_	_	_	_	_	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	manage	manage	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.1
+# sent_counter = 3322
+# text = The staff leaves a lot to be desired .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	leaves	leave	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	a	a	DET	_	_	_	_	_	_	2:X
+5	lot	lot	NOUN	_	_	_	_	_	_	2
+6	to	to	PART	_	_	_	_	_	_	1
+7	be	be	AUX	_	_	_	_	_	_	1
+8	desired	desire	VERB	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.2
+# sent_counter = 3323
+# text = The front staff has seen quite a bit of turnover and changed from professional to rude .
+1	The	the	DET	_	_	_	_	_	_	*
+2	front	front	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	staff	staff	NOUN	_	_	_	_	_	_	1
+4	has	have	AUX	_	_	_	_	_	_	*
+5	seen	see	VERB	_	_	_	_	_	ss=v.stative	*
+6	quite	quite	DET	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	2:X
+8	bit	bit	NOUN	_	_	_	_	_	_	2
+9	of	of	ADP	_	_	_	_	_	_	*
+10	turnover	turnover	NOUN	_	_	_	_	_	ss=n.process	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+13	from	from	ADP	_	_	_	_	_	_	*
+14	professional	professional	ADJ	_	_	_	_	_	_	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	rude	rude	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.3
+# sent_counter = 3324
+# text = A simple follow - up phone call with a woman quickly turned into a nightmare .
+1	A	a	DET	_	_	_	_	_	_	*
+2	simple	simple	ADJ	_	_	_	_	_	_	*
+3	follow	follow	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	-	-	PUNCT	_	_	_	_	_	_	1
+5	up	up	ADP	_	_	_	_	_	_	1
+6	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	2:X
+7	call	call	NOUN	_	_	_	_	_	_	2
+8	with	with	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+11	quickly	quickly	ADV	_	_	_	_	_	_	*
+12	turned	turn	VERB	_	_	_	_	_	ss=v.change	3:X
+13	into	into	ADP	_	_	_	_	_	_	3
+14	a	a	DET	_	_	_	_	_	_	*
+15	nightmare	nightmare	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.4
+# sent_counter = 3325
+# text = She may be the reason for all the change .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	may	may	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	change	change	NOUN	_	_	_	_	_	ss=n.process	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.5
+# sent_counter = 3326
+# text = I sincerely wonder if the doctor has a clue about what is going on within his practice .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sincerely	sincerely	ADV	_	_	_	_	_	_	*
+3	wonder	wonder	VERB	_	_	_	_	_	ss=v.cognition	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+7	has	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+8	a	a	DET	_	_	_	_	_	_	1
+9	clue	clue	NOUN	_	_	_	_	_	_	1
+10	about	about	SCONJ	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	is	be	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	ss=v.stative	2:X
+14	on	on	ADP	_	_	_	_	_	_	2
+15	within	within	ADP	_	_	_	_	_	_	*
+16	his	his	PRON	_	_	_	_	_	_	*
+17	practice	practice	NOUN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.6
+# sent_counter = 3327
+# text = If he does know and approves of this behavior then it is a poor reflection on him .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	approves	approve	VERB	_	_	_	_	_	ss=v.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	behavior	behavior	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	then	then	ADV	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	poor	poor	ADJ	_	_	_	_	_	_	*
+15	reflection	reflection	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	on	on	ADP	_	_	_	_	_	_	*
+17	him	him	PRON	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.7
+# sent_counter = 3328
+# text = Sometimes it is not worth it to go through that kind of staff and their personal attitude to get to a doctor .
+1	Sometimes	sometimes	ADV	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	worth	worth	ADJ	_	_	_	_	_	_	1:X
+6	it	it	PRON	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	go	go	VERB	_	_	_	_	_	ss=v.social	2:X
+9	through	through	ADP	_	_	_	_	_	_	2
+10	that	that	DET	_	_	_	_	_	_	*
+11	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	personal	personal	ADJ	_	_	_	_	_	_	*
+17	attitude	attitude	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	get	get	VERB	_	_	_	_	_	ss=v.social	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.055976.8
+# sent_counter = 3329
+# text = He was an okay doctor but not worth her .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	okay	okay	ADJ	_	_	_	_	_	_	*
+5	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	worth	worth	ADJ	_	_	_	_	_	_	*
+9	her	her	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058274.1
+# sent_counter = 3330
+# text = Food - very good for a midnight meal that is n't fast food .
+1	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	midnight	midnight	NOUN	_	_	_	_	_	ss=n.time	*
+8	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+9	that	that	DET	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	fast	fast	ADJ	_	_	_	_	_	ss=n.food	1:X
+13	food	food	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058274.2
+# sent_counter = 3331
+# text = Service - the workers are usually pleasant .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	workers	worker	NOUN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	usually	usually	ADV	_	_	_	_	_	_	*
+7	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058274.3
+# sent_counter = 3332
+# text = Atmosphere is always fun , the assortment of customers adds entertainment to the meal
+1	Atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	fun	fun	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	assortment	assortment	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+10	adds	add	VERB	_	_	_	_	_	ss=v.stative	*
+11	entertainment	entertainment	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058878.1
+# sent_counter = 3333
+# text = Nice little locally owned greek bar and grill .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	little	little	ADJ	_	_	_	_	_	_	*
+3	locally	locally	ADV	_	_	_	_	_	_	1:X
+4	owned	own	VERB	_	_	_	_	_	_	1
+5	greek	greek	ADJ	_	_	_	_	_	_	*
+6	bar	bar	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	and	and	CCONJ	_	_	_	_	_	_	2
+8	grill	grill	NOUN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058878.2
+# sent_counter = 3334
+# text = Good food .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.058878.3
+# sent_counter = 3335
+# text = Great wings !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	wings	wings	NOUN	_	_	_	_	_	ss=n.food	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071278.5
+# sent_counter = 3336
+# text = She has taken care of my sweet girl for almost 4 years now and I would not let Gracee go with anyone besides her !!!
+1	She	she	PRON	_	_	_	_	_	_	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	taken	take	VERB	_	_	_	_	_	ss=v.social	1:X
+4	care	care	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	1
+6	my	my	PRON	_	_	_	_	_	_	*
+7	sweet	sweet	ADJ	_	_	_	_	_	_	*
+8	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	almost	almost	ADV	_	_	_	_	_	_	*
+11	4	4	NUM	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	now	now	ADV	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	let	let	VERB	_	_	_	_	_	ss=v.social	*
+19	Gracee	gracee	PROPN	_	_	_	_	_	ss=n.animal	*
+20	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	anyone	anyone	NOUN	_	_	_	_	_	_	*
+23	besides	besides	ADP	_	_	_	_	_	_	*
+24	her	her	PRON	_	_	_	_	_	_	*
+25	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072271.1
+# sent_counter = 3337
+# text = Pure Beauty
+1	Pure	pure	ADJ	_	_	_	_	_	_	*
+2	Beauty	beauty	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072271.2
+# sent_counter = 3338
+# text = What a joy to stroll off historic Canyon Road in Santa Fe into a gallery with a gorgeous diversity of art .
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	joy	joy	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	stroll	stroll	VERB	_	_	_	_	_	ss=v.motion	*
+6	off	off	ADP	_	_	_	_	_	_	*
+7	historic	historic	ADJ	_	_	_	_	_	_	*
+8	Canyon	canyon	PROPN	_	_	_	_	_	ss=n.location	1:X
+9	Road	road	PROPN	_	_	_	_	_	_	1
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Santa	santa	PROPN	_	_	_	_	_	ss=n.location	2:X
+12	Fe	fe	PROPN	_	_	_	_	_	_	2
+13	into	into	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	gallery	gallery	NOUN	_	_	_	_	_	ss=n.group	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	gorgeous	gorgeous	ADJ	_	_	_	_	_	_	*
+19	diversity	diversity	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	art	art	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072271.3
+# sent_counter = 3339
+# text = Destiny Allison 's metal sculptures were my favorite .
+1	Destiny	destiny	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Allison	allison	PROPN	_	_	_	_	_	_	1
+3	's	's	PART	_	_	_	_	_	_	*
+4	metal	metal	NOUN	_	_	_	_	_	ss=n.substance	*
+5	sculptures	sculpture	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072271.4
+# sent_counter = 3340
+# text = The owner Karla is welcoming and fun .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	Karla	karla	PROPN	_	_	_	_	_	ss=n.person	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	welcoming	welcoming	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	fun	fun	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.072271.5
+# sent_counter = 3341
+# text = Give yourself the gift of visiting Winterowd Fine Art !
+1	Give	give	VERB	_	_	_	_	_	ss=v.social	*
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	gift	gift	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	SCONJ	_	_	_	_	_	_	*
+6	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+7	Winterowd	winterowd	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Fine	fine	PROPN	_	_	_	_	_	_	1
+9	Art	art	PROPN	_	_	_	_	_	_	1
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.1
+# sent_counter = 3342
+# text = Thank you !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.2
+# sent_counter = 3343
+# text = I recently took a rescue puppy to this Clinic and I was SHOCKED at how well Romeo and My family was treated .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	rescue	rescue	NOUN	_	_	_	_	_	ss=n.animal	1:X
+6	puppy	puppy	NOUN	_	_	_	_	_	_	1
+7	to	to	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	Clinic	clinic	NOUN	_	_	_	_	_	ss=n.group	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	SHOCKED	shocked	ADJ	_	_	_	_	_	_	*
+14	at	at	SCONJ	_	_	_	_	_	_	*
+15	how	how	ADV	_	_	_	_	_	_	*
+16	well	well	ADV	_	_	_	_	_	_	*
+17	Romeo	romeo	PROPN	_	_	_	_	_	ss=n.animal	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	My	my	PRON	_	_	_	_	_	_	*
+20	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+21	was	be	AUX	_	_	_	_	_	_	*
+22	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.3
+# sent_counter = 3344
+# text = They worked around the clock to ensure that my puppy life was saved .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+3	around	around	ADP	_	_	_	_	_	_	1:X
+4	the	the	DET	_	_	_	_	_	_	1
+5	clock	clock	NOUN	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	ensure	ensure	VERB	_	_	_	_	_	ss=v.social	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	puppy	puppy	NOUN	_	_	_	_	_	ss=n.animal	*
+11	life	life	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+12	was	be	AUX	_	_	_	_	_	_	*
+13	saved	save	VERB	_	_	_	_	_	ss=v.stative	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.4
+# sent_counter = 3345
+# text = We have to leave him at the vet for 3 days and I was told to call for check ups as often as I wished that no matter how many times I called I would not annoy them .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+5	him	him	PRON	_	_	_	_	_	_	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	3	3	NUM	_	_	_	_	_	_	*
+11	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	was	be	AUX	_	_	_	_	_	_	*
+15	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	check	check	NOUN	_	_	_	_	_	ss=n.event	2:X
+20	ups	ups	NOUN	_	_	_	_	_	_	2
+21	as	as	ADV	_	_	_	_	_	_	*
+22	often	often	ADV	_	_	_	_	_	_	*
+23	as	as	SCONJ	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	wished	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+26	that	that	SCONJ	_	_	_	_	_	_	*
+27	no	no	ADV	_	_	_	_	_	_	3:X
+28	matter	matter	ADV	_	_	_	_	_	_	3
+29	how	how	ADV	_	_	_	_	_	_	*
+30	many	many	ADJ	_	_	_	_	_	_	*
+31	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	would	would	AUX	_	_	_	_	_	_	*
+36	not	not	PART	_	_	_	_	_	_	*
+37	annoy	annoy	VERB	_	_	_	_	_	ss=v.social	*
+38	them	them	PRON	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.5
+# sent_counter = 3346
+# text = lol They where super friendly towards us and treated us like people not walking bags of cash .
+1	lol	lol	INTJ	_	_	_	_	_	_	*
+2	They	they	PRON	_	_	_	_	_	_	*
+3	where	where	VERB	_	_	_	_	_	ss=v.stative	*
+4	super	super	ADV	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	towards	towards	ADP	_	_	_	_	_	_	*
+7	us	us	PRON	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+10	us	us	PRON	_	_	_	_	_	_	*
+11	like	like	ADP	_	_	_	_	_	_	*
+12	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	walking	walk	VERB	_	_	_	_	_	ss=v.stative	*
+15	bags	bag	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.6
+# sent_counter = 3347
+# text = In this day it s rare to find such wonderful people who CARE , Not the kind of want to make cash .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	this	this	DET	_	_	_	_	_	_	1
+3	day	day	NOUN	_	_	_	_	_	_	1
+4	it	it	PRON	_	_	_	_	_	_	*
+5	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+6	rare	rare	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	such	such	ADV	_	_	_	_	_	_	*
+10	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+11	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	who	who	PRON	_	_	_	_	_	_	*
+13	CARE	care	VERB	_	_	_	_	_	ss=v.emotion	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	Not	not	PART	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	make	make	VERB	_	_	_	_	_	ss=v.possession	2:X
+22	cash	cash	NOUN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.7
+# sent_counter = 3348
+# text = I would strongly suggest you give them the chance to prove to you that not all people in this world are evil !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	strongly	strongly	ADV	_	_	_	_	_	_	*
+4	suggest	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	give	give	VERB	_	_	_	_	_	ss=v.social	1:X
+7	them	them	PRON	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	chance	chance	NOUN	_	_	_	_	_	_	1
+10	to	to	PART	_	_	_	_	_	_	*
+11	prove	prove	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	all	all	DET	_	_	_	_	_	_	*
+17	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	evil	evil	ADJ	_	_	_	_	_	_	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.8
+# sent_counter = 3349
+# text = I will never go to another vet as long as I have animals .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	another	another	DET	_	_	_	_	_	_	*
+7	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+8	as	as	ADV	_	_	_	_	_	_	1:X
+9	long	long	ADV	_	_	_	_	_	_	1
+10	as	as	SCONJ	_	_	_	_	_	_	1
+11	I	i	PRON	_	_	_	_	_	_	*
+12	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.9
+# sent_counter = 3350
+# text = I live nearly two hours away and yet I will still make the drive to see them !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	live	live	VERB	_	_	_	_	_	ss=v.social	*
+3	nearly	nearly	ADV	_	_	_	_	_	_	*
+4	two	two	NUM	_	_	_	_	_	_	*
+5	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+6	away	away	ADV	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	1:X
+8	yet	yet	CCONJ	_	_	_	_	_	_	1
+9	I	i	PRON	_	_	_	_	_	_	*
+10	will	will	AUX	_	_	_	_	_	_	*
+11	still	still	ADV	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.motion	2:X
+13	the	the	DET	_	_	_	_	_	_	2
+14	drive	drive	NOUN	_	_	_	_	_	_	2
+15	to	to	PART	_	_	_	_	_	_	*
+16	see	see	VERB	_	_	_	_	_	ss=v.social	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079375.10
+# sent_counter = 3351
+# text = In fact I look forward to taking my animals to the vet simply because of how my animals and I are treated .
+1	In	in	ADP	_	_	_	_	_	_	1:X
+2	fact	fact	NOUN	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	look	look	VERB	_	_	_	_	_	ss=v.cognition	2:X
+5	forward	forward	ADV	_	_	_	_	_	_	2
+6	to	to	SCONJ	_	_	_	_	_	_	2
+7	taking	take	VERB	_	_	_	_	_	ss=v.motion	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+13	simply	simply	ADV	_	_	_	_	_	_	*
+14	because	because	ADP	_	_	_	_	_	_	3:X
+15	of	of	SCONJ	_	_	_	_	_	_	3
+16	how	how	ADV	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	are	be	AUX	_	_	_	_	_	_	*
+22	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.1
+# sent_counter = 3352
+# text = You will be happy at this store !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.2
+# sent_counter = 3353
+# text = Allen Tire was recommended by friend after my having bad tire experiences in Temecula .
+1	Allen	allen	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Tire	tire	PROPN	_	_	_	_	_	_	1
+3	was	be	AUX	_	_	_	_	_	_	*
+4	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	after	after	SCONJ	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	having	have	VERB	_	_	_	_	_	ss=v.social	2:X
+10	bad	bad	ADJ	_	_	_	_	_	_	*
+11	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	experiences	experience	NOUN	_	_	_	_	_	_	2
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Temecula	temecula	PROPN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.3
+# sent_counter = 3354
+# text = The store manager , Jim Smith , made an excellent tire recommendation for my newly acquired Lexus .
+1	The	the	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Jim	jim	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Smith	smith	PROPN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	made	make	VERB	_	_	_	_	_	ss=v.communication	2:X
+9	an	an	DET	_	_	_	_	_	_	*
+10	excellent	excellent	ADJ	_	_	_	_	_	_	*
+11	tire	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	recommendation	recommendation	NOUN	_	_	_	_	_	_	2
+13	for	for	ADP	_	_	_	_	_	_	2
+14	my	my	PRON	_	_	_	_	_	_	*
+15	newly	newly	ADV	_	_	_	_	_	_	*
+16	acquired	acquire	VERB	_	_	_	_	_	ss=v.possession	*
+17	Lexus	lexus	PROPN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.4
+# sent_counter = 3355
+# text = Tires were the right price and now the car feels like it is riding on rails around turns .
+1	Tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	right	right	ADJ	_	_	_	_	_	_	*
+5	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	feels	feel	VERB	_	_	_	_	_	ss=v.perception	*
+11	like	like	SCONJ	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	is	be	AUX	_	_	_	_	_	_	*
+14	riding	ride	VERB	_	_	_	_	_	ss=v.motion	1:X
+15	on	on	ADP	_	_	_	_	_	_	1
+16	rails	rails	NOUN	_	_	_	_	_	_	1
+17	around	around	ADP	_	_	_	_	_	_	*
+18	turns	turn	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.5
+# sent_counter = 3356
+# text = The store is clean , run very professionally and a pleasure to be in .
+1	The	the	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	clean	clean	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	run	run	VERB	_	_	_	_	_	ss=v.social	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	professionally	professionally	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	pleasure	pleasure	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080178.6
+# sent_counter = 3357
+# text = They know their job and you do not have to watch them to be sure everything is done right .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	their	their	PRON	_	_	_	_	_	_	*
+4	job	job	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	_	2:X
+10	to	to	PART	_	_	_	_	_	_	2
+11	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	sure	sure	ADJ	_	_	_	_	_	_	*
+16	everything	everything	NOUN	_	_	_	_	_	_	*
+17	is	be	AUX	_	_	_	_	_	_	*
+18	done	do	VERB	_	_	_	_	_	ss=v.social	*
+19	right	right	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.1
+# sent_counter = 3358
+# text = We are very pleased with the services of First Glass Window .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	1:X
+5	with	with	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	First	first	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	Glass	glass	PROPN	_	_	_	_	_	_	2
+11	Window	window	PROPN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.2
+# sent_counter = 3359
+# text = Our window panes were so dirty that they needed a specialist to come and clean them .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	window	window	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+3	panes	pane	NOUN	_	_	_	_	_	_	1
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	dirty	dirty	ADJ	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	specialist	specialist	NOUN	_	_	_	_	_	ss=n.person	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	clean	clean	VERB	_	_	_	_	_	ss=v.change	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.3
+# sent_counter = 3360
+# text = We called few companies before we decide to hire them .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	few	few	ADJ	_	_	_	_	_	_	*
+4	companies	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	before	before	SCONJ	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	decide	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	hire	hire	VERB	_	_	_	_	_	ss=v.social	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.4
+# sent_counter = 3361
+# text = They came on time and completed their work quickly .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	on	on	ADP	_	_	_	_	_	_	1:X
+4	time	time	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	completed	complete	VERB	_	_	_	_	_	ss=v.social	*
+7	their	their	PRON	_	_	_	_	_	_	*
+8	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+9	quickly	quickly	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.5
+# sent_counter = 3362
+# text = We were very happy how clean looked our windows .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	clean	clean	ADJ	_	_	_	_	_	_	*
+7	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.084373.6
+# sent_counter = 3363
+# text = If you have some problems with your windows , you should call them .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	some	some	DET	_	_	_	_	_	_	*
+5	problems	problem	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	1
+7	your	your	PRON	_	_	_	_	_	_	*
+8	windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	should	should	AUX	_	_	_	_	_	_	*
+12	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+13	them	them	PRON	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087176.1
+# sent_counter = 3364
+# text = A ++
+1	A	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	++	++	SYM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.087176.2
+# sent_counter = 3365
+# text = They are by far the best salon in 50 miles , Trust me I know !!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	by	by	ADP	_	_	_	_	_	_	1:X
+4	far	far	ADV	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	50	50	NUM	_	_	_	_	_	_	*
+10	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+16	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.099279.1
+# sent_counter = 3366
+# text = excellent !
+1	excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.099279.2
+# sent_counter = 3367
+# text = answered all my questions , and called me back when I needed something .
+1	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	me	me	PRON	_	_	_	_	_	_	*
+9	back	back	ADV	_	_	_	_	_	_	1
+10	when	when	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	something	something	NOUN	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.099279.3
+# sent_counter = 3368
+# text = highly recommended !
+1	highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.1
+# sent_counter = 3369
+# text = Poor service
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.2
+# sent_counter = 3370
+# text = If you like the drama described in popular sitcom ' Seinfeld ' , you will see it here .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	drama	drama	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	popular	popular	ADJ	_	_	_	_	_	_	*
+9	sitcom	sitcom	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	Seinfeld	seinfeld	PROPN	_	_	_	_	_	ss=n.communication	*
+12	'	'	PUNCT	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	will	will	AUX	_	_	_	_	_	_	*
+16	see	see	VERB	_	_	_	_	_	ss=v.social	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	here	here	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.3
+# sent_counter = 3371
+# text = We signed our name in about 6:00 pm .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	signed	sign	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	our	our	PRON	_	_	_	_	_	_	*
+4	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+5	in	in	ADP	_	_	_	_	_	_	1
+6	about	about	ADV	_	_	_	_	_	_	*
+7	6:00	6:00	NUM	_	_	_	_	_	_	*
+8	pm	pm	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.4
+# sent_counter = 3372
+# text = There were 3 names before us .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	names	names	NOUN	_	_	_	_	_	ss=n.communication	*
+5	before	before	ADP	_	_	_	_	_	_	*
+6	us	us	PRON	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.5
+# sent_counter = 3373
+# text = The greeter said there was about 15 minutes waiting .
+1	The	the	DET	_	_	_	_	_	_	*
+2	greeter	greeter	NOUN	_	_	_	_	_	ss=n.person	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	there	there	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	about	about	ADV	_	_	_	_	_	_	*
+7	15	15	NUM	_	_	_	_	_	_	*
+8	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+9	waiting	waiting	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.6
+# sent_counter = 3374
+# text = However , we waited and waited and in the mean time , saw 4 groups of people simply just paraded in without signing there names .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	waited	wait	VERB	_	_	_	_	_	ss=v.social	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	waited	wait	VERB	_	_	_	_	_	ss=v.social	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	1:X
+9	the	the	DET	_	_	_	_	_	_	1
+10	mean	mean	X	_	_	_	_	_	_	1
+11	time	time	NOUN	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	4	4	NUM	_	_	_	_	_	_	*
+15	groups	group	NOUN	_	_	_	_	_	ss=n.group	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	simply	simply	ADV	_	_	_	_	_	_	*
+19	just	just	ADV	_	_	_	_	_	_	*
+20	paraded	parade	VERB	_	_	_	_	_	ss=v.motion	*
+21	in	in	ADV	_	_	_	_	_	_	*
+22	without	without	SCONJ	_	_	_	_	_	_	*
+23	signing	sign	VERB	_	_	_	_	_	ss=v.communication	*
+24	there	there	PRON	_	_	_	_	_	_	*
+25	names	names	NOUN	_	_	_	_	_	ss=n.communication	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.7
+# sent_counter = 3375
+# text = This sign in policy is posted by the restaurant " no reservation , sign your name here " .
+1	This	this	DET	_	_	_	_	_	_	*
+2	sign	sign	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	policy	policy	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	is	be	AUX	_	_	_	_	_	_	*
+6	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	no	no	DET	_	_	_	_	_	_	*
+12	reservation	reservation	NOUN	_	_	_	_	_	ss=n.event	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	sign	sign	VERB	_	_	_	_	_	ss=v.communication	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+17	here	here	ADV	_	_	_	_	_	_	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.8
+# sent_counter = 3376
+# text = I had to ask the greeter , he explained his reasons with broken English .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	greeter	greeter	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+10	his	his	PRON	_	_	_	_	_	_	*
+11	reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	broken	broken	ADJ	_	_	_	_	_	_	*
+14	English	english	PROPN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.9
+# sent_counter = 3377
+# text = I could not understand any his reasons .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+5	any	any	DET	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.10
+# sent_counter = 3378
+# text = I could only take it as they would seat the people they know first .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	take	take	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	it	it	PRON	_	_	_	_	_	_	1
+6	as	as	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	would	would	AUX	_	_	_	_	_	_	*
+9	seat	seat	VERB	_	_	_	_	_	ss=v.social	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+14	first	first	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.101972.11
+# sent_counter = 3379
+# text = My conclusion is that you should only go there if you want to wait a least an hour and see all kinds other people being seated before you .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	conclusion	conclusion	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	should	should	AUX	_	_	_	_	_	_	*
+7	only	only	ADV	_	_	_	_	_	_	*
+8	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+9	there	there	ADV	_	_	_	_	_	_	*
+10	if	if	SCONJ	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	wait	wait	VERB	_	_	_	_	_	ss=v.social	*
+15	a	a	ADV	_	_	_	_	_	_	1:X
+16	least	least	ADV	_	_	_	_	_	_	1
+17	an	an	DET	_	_	_	_	_	_	*
+18	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+21	all	all	DET	_	_	_	_	_	_	*
+22	kinds	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	other	other	ADJ	_	_	_	_	_	_	*
+24	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+25	being	be	AUX	_	_	_	_	_	_	*
+26	seated	seat	VERB	_	_	_	_	_	ss=v.social	*
+27	before	before	ADP	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103878.1
+# sent_counter = 3380
+# text = You guys do everything wonderful !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	everything	everything	NOUN	_	_	_	_	_	_	*
+5	wonderful	wonderful	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103878.2
+# sent_counter = 3381
+# text = We honestly can not think of even 1 thing we did n't like !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	honestly	honestly	ADV	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	think	think	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	of	of	ADP	_	_	_	_	_	_	1
+7	even	even	ADV	_	_	_	_	_	_	*
+8	1	1	NUM	_	_	_	_	_	_	*
+9	thing	thing	NOUN	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.1
+# sent_counter = 3382
+# text = My favorite cuban cafe in Orlando
+1	My	my	PRON	_	_	_	_	_	_	*
+2	favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	cuban	cuban	ADJ	_	_	_	_	_	_	*
+4	cafe	cafe	NOUN	_	_	_	_	_	ss=n.group	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Orlando	orlando	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.2
+# sent_counter = 3383
+# text = I have been eating Cuban for a long time , sandwiches mainly along with other dishes ..
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+5	Cuban	cuban	ADJ	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	long	long	ADJ	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	sandwiches	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+12	mainly	mainly	ADV	_	_	_	_	_	_	*
+13	along	along	ADP	_	_	_	_	_	_	1:X
+14	with	with	ADP	_	_	_	_	_	_	1
+15	other	other	ADJ	_	_	_	_	_	_	*
+16	dishes	dish	NOUN	_	_	_	_	_	ss=n.food	*
+17	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.3
+# sent_counter = 3384
+# text = I love Cuban coffee , colada ... mmmm anyways I found this place and ca n't stop going there , I stop in at least once a week and anytime I 'm in the area for a Cuban coffee or snack .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Cuban	cuban	ADJ	_	_	_	_	_	ss=n.food	1:X
+4	coffee	coffee	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	colada	colada	NOUN	_	_	_	_	_	ss=n.food	*
+7	...	...	PUNCT	_	_	_	_	_	_	*
+8	mmmm	mmmm	INTJ	_	_	_	_	_	_	*
+9	anyways	anyways	INTJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	ca	ca	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+18	going	go	VERB	_	_	_	_	_	ss=v.social	*
+19	there	there	ADV	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	stop	stop	VERB	_	_	_	_	_	ss=v.social	2:X
+23	in	in	ADV	_	_	_	_	_	_	2
+24	at	at	ADV	_	_	_	_	_	_	3:X
+25	least	least	ADV	_	_	_	_	_	_	3
+26	once	once	ADV	_	_	_	_	_	_	*
+27	a	a	DET	_	_	_	_	_	_	*
+28	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	anytime	anytime	ADV	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+33	in	in	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+36	for	for	ADP	_	_	_	_	_	_	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	Cuban	cuban	ADJ	_	_	_	_	_	ss=n.food	4:X
+39	coffee	coffee	NOUN	_	_	_	_	_	_	4
+40	or	or	CCONJ	_	_	_	_	_	_	*
+41	snack	snack	NOUN	_	_	_	_	_	ss=n.food	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.4
+# sent_counter = 3385
+# text = The place is chill and comfortable .
+1	The	the	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	chill	chill	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.5
+# sent_counter = 3386
+# text = They do n't speak the best English but enough to get by .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	speak	speak	VERB	_	_	_	_	_	ss=v.communication	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	best	best	ADJ	_	_	_	_	_	_	*
+7	English	english	PROPN	_	_	_	_	_	ss=n.communication	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	enough	enough	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.social	1:X
+12	by	by	ADV	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.6
+# sent_counter = 3387
+# text = They bake bread fresh daily , they do n't press their sandwiches which is the way I like it , and the meat is always fresh .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	bake	bake	VERB	_	_	_	_	_	ss=v.creation	*
+3	bread	bread	NOUN	_	_	_	_	_	ss=n.food	*
+4	fresh	fresh	ADV	_	_	_	_	_	_	*
+5	daily	daily	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	do	do	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	press	press	VERB	_	_	_	_	_	ss=v.contact	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	sandwiches	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+13	which	which	DET	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+24	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	always	always	ADV	_	_	_	_	_	_	*
+26	fresh	fresh	ADJ	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.7
+# sent_counter = 3388
+# text = They have a great lunch special with your choice of meat , chicken , steak , or pork and rice and black beans and fried plantains .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	lunch	lunch	NOUN	_	_	_	_	_	ss=n.food	*
+6	special	special	NOUN	_	_	_	_	_	ss=n.food	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	steak	steak	NOUN	_	_	_	_	_	ss=n.food	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	pork	pork	NOUN	_	_	_	_	_	ss=n.food	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	rice	rice	NOUN	_	_	_	_	_	ss=n.food	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	black	black	ADJ	_	_	_	_	_	ss=n.food	1:X
+23	beans	bean	NOUN	_	_	_	_	_	_	1
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	fried	fry	VERB	_	_	_	_	_	ss=n.food	2:X
+26	plantains	plantain	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.8
+# sent_counter = 3389
+# text = And their breakfast is awesome !!
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	their	their	PRON	_	_	_	_	_	_	*
+3	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	awesome	awesome	ADJ	_	_	_	_	_	_	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.9
+# sent_counter = 3390
+# text = I can not describe how delicious the mango and cheese pastries and the omelets are to die for .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	describe	describe	VERB	_	_	_	_	_	ss=v.communication	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	delicious	delicious	ADJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	mango	mango	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+11	pastries	pastry	NOUN	_	_	_	_	_	ss=n.food	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	omelets	omelet	NOUN	_	_	_	_	_	ss=n.food	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	die	die	VERB	_	_	_	_	_	_	1
+18	for	for	ADP	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.10
+# sent_counter = 3391
+# text = Stop in and have a bite you wo n't regret it .
+1	Stop	stop	VERB	_	_	_	_	_	ss=v.social	1:X
+2	in	in	ADV	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.consumption	2:X
+5	a	a	DET	_	_	_	_	_	_	2
+6	bite	bite	NOUN	_	_	_	_	_	_	2
+7	you	you	PRON	_	_	_	_	_	_	*
+8	wo	wo	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	regret	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.112579.11
+# sent_counter = 3392
+# text = A slice of heaven in winter park off forsyth !
+1	A	a	DET	_	_	_	_	_	_	1:X
+2	slice	slice	NOUN	_	_	_	_	_	_	1
+3	of	of	ADP	_	_	_	_	_	_	1
+4	heaven	heaven	NOUN	_	_	_	_	_	_	1
+5	in	in	ADP	_	_	_	_	_	_	*
+6	winter	winter	PROPN	_	_	_	_	_	ss=n.location	2:X
+7	park	park	PROPN	_	_	_	_	_	_	2
+8	off	off	ADP	_	_	_	_	_	_	*
+9	forsyth	forsyth	PROPN	_	_	_	_	_	ss=n.location	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118679.1
+# sent_counter = 3393
+# text = I really want to like this place since I work right around the corner .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	since	since	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	work	work	VERB	_	_	_	_	_	ss=v.social	*
+11	right	right	ADV	_	_	_	_	_	_	*
+12	around	around	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118679.2
+# sent_counter = 3394
+# text = Unfortunately , I 've given it a couple of tries at different times and decided to stop going .
+1	Unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	given	give	VERB	_	_	_	_	_	ss=v.social	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	1:X
+8	couple	couple	NOUN	_	_	_	_	_	_	1
+9	of	of	ADP	_	_	_	_	_	_	*
+10	tries	try	NOUN	_	_	_	_	_	ss=n.event	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	different	different	ADJ	_	_	_	_	_	_	*
+13	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	stop	stop	VERB	_	_	_	_	_	ss=v.change	*
+18	going	go	VERB	_	_	_	_	_	ss=v.social	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118679.3
+# sent_counter = 3395
+# text = The employees do n't really seem to enjoy what they are doing and it shows .
+1	The	the	DET	_	_	_	_	_	_	*
+2	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	seem	seem	VERB	_	_	_	_	_	ss=v.perception	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	are	be	AUX	_	_	_	_	_	_	*
+12	doing	do	VERB	_	_	_	_	_	ss=v.social	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	shows	show	VERB	_	_	_	_	_	ss=v.perception	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118770.1
+# sent_counter = 3396
+# text = This place is clean and well run with great people .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	clean	clean	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	well	well	ADV	_	_	_	_	_	_	*
+7	run	run	VERB	_	_	_	_	_	ss=v.social	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	great	great	ADJ	_	_	_	_	_	_	*
+10	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118770.2
+# sent_counter = 3397
+# text = The food is fresh and taste great .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fresh	fresh	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118770.3
+# sent_counter = 3398
+# text = Great value and service .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	value	value	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.118770.4
+# sent_counter = 3399
+# text = We will be back again and again !!
+1	We	we	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	again	again	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.1
+# sent_counter = 3400
+# text = Perfect Practice
+1	Perfect	perfect	ADJ	_	_	_	_	_	_	*
+2	Practice	practice	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.2
+# sent_counter = 3401
+# text = After I had chosen The Fountain Dental Practice they provided a slick and professional service from start to finish .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	had	have	AUX	_	_	_	_	_	_	*
+4	chosen	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+5	The	the	DET	_	_	_	_	_	_	*
+6	Fountain	fountain	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Dental	dental	PROPN	_	_	_	_	_	_	1
+8	Practice	practice	PROPN	_	_	_	_	_	_	1
+9	they	they	PRON	_	_	_	_	_	_	*
+10	provided	provide	VERB	_	_	_	_	_	ss=v.social	2:X
+11	a	a	DET	_	_	_	_	_	_	*
+12	slick	slick	ADJ	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	professional	professional	ADJ	_	_	_	_	_	_	*
+15	service	service	NOUN	_	_	_	_	_	_	2
+16	from	from	ADP	_	_	_	_	_	_	*
+17	start	start	NOUN	_	_	_	_	_	ss=n.event	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	finish	finish	NOUN	_	_	_	_	_	ss=n.event	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.3
+# sent_counter = 3402
+# text = Everyone was friendly from the receptionist to the surgeon herself , putting me at my ease and explaining the whole process , both initially and then as we went along .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	friendly	friendly	ADJ	_	_	_	_	_	_	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	receptionist	receptionist	NOUN	_	_	_	_	_	ss=n.person	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+10	herself	herself	PRON	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	putting	put	VERB	_	_	_	_	_	ss=v.social	1:X
+13	me	me	PRON	_	_	_	_	_	_	*
+14	at	at	ADP	_	_	_	_	_	_	1
+15	my	my	PRON	_	_	_	_	_	_	*
+16	ease	ease	NOUN	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	explaining	explain	VERB	_	_	_	_	_	ss=v.communication	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	whole	whole	ADJ	_	_	_	_	_	_	*
+21	process	process	NOUN	_	_	_	_	_	ss=n.process	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	both	both	CCONJ	_	_	_	_	_	_	*
+24	initially	initially	ADV	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	then	then	ADV	_	_	_	_	_	_	*
+27	as	as	SCONJ	_	_	_	_	_	_	*
+28	we	we	PRON	_	_	_	_	_	_	*
+29	went	go	VERB	_	_	_	_	_	ss=v.stative	2:X
+30	along	along	ADV	_	_	_	_	_	_	2
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.4
+# sent_counter = 3403
+# text = Surgery visit timings were always made to suit me and not them and they gave me the feeling that I mattered and was important to them .
+1	Surgery	surgery	NOUN	_	_	_	_	_	ss=n.act	*
+2	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+3	timings	timing	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	were	be	AUX	_	_	_	_	_	_	*
+5	always	always	ADV	_	_	_	_	_	_	*
+6	made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	suit	suit	VERB	_	_	_	_	_	ss=v.social	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	gave	give	VERB	_	_	_	_	_	ss=v.emotion	1:X
+16	me	me	PRON	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	feeling	feeling	NOUN	_	_	_	_	_	_	1
+19	that	that	SCONJ	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	mattered	matter	VERB	_	_	_	_	_	ss=v.social	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	important	important	ADJ	_	_	_	_	_	_	*
+25	to	to	ADP	_	_	_	_	_	_	*
+26	them	them	PRON	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.5
+# sent_counter = 3404
+# text = The surgery itself is slick , modern and very relaxed and I always felt that I was in capable hands .
+1	The	the	DET	_	_	_	_	_	_	*
+2	surgery	surgery	NOUN	_	_	_	_	_	ss=n.act	*
+3	itself	itself	PRON	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	slick	slick	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	modern	modern	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	always	always	ADV	_	_	_	_	_	_	*
+14	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.social	1:X
+18	in	in	ADP	_	_	_	_	_	_	1
+19	capable	capable	ADJ	_	_	_	_	_	_	*
+20	hands	hands	NOUN	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.6
+# sent_counter = 3405
+# text = My dental surgeon , Dr. Lucy Nichols is clearly a dental perfectionist and clearly proud both of the work she does and the reputation she has established .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	dental	dental	ADJ	_	_	_	_	_	_	*
+3	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Lucy	lucy	PROPN	_	_	_	_	_	_	1
+7	Nichols	nichols	PROPN	_	_	_	_	_	_	1
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	clearly	clearly	ADV	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	dental	dental	ADJ	_	_	_	_	_	_	*
+12	perfectionist	perfectionist	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	clearly	clearly	ADV	_	_	_	_	_	_	*
+15	proud	proud	ADJ	_	_	_	_	_	_	*
+16	both	both	CCONJ	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	work	work	NOUN	_	_	_	_	_	ss=v.social	2:X
+20	she	she	PRON	_	_	_	_	_	_	*
+21	does	do	VERB	_	_	_	_	_	_	2
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	reputation	reputation	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	she	she	PRON	_	_	_	_	_	_	*
+26	has	have	AUX	_	_	_	_	_	_	*
+27	established	establish	VERB	_	_	_	_	_	ss=v.social	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.7
+# sent_counter = 3406
+# text = Everyone was so helpful that I can not wait to go back .....
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	helpful	helpful	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	1:X
+8	not	not	PART	_	_	_	_	_	_	1
+9	wait	wait	VERB	_	_	_	_	_	ss=v.social	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	go	go	VERB	_	_	_	_	_	ss=v.social	*
+12	back	back	ADV	_	_	_	_	_	_	*
+13	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.122270.8
+# sent_counter = 3407
+# text = Peter
+1	Peter	peter	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.1
+# sent_counter = 3408
+# text = Only Concerned With Money
+1	Only	only	ADV	_	_	_	_	_	_	*
+2	Concerned	concerned	ADJ	_	_	_	_	_	_	1:X
+3	With	with	ADP	_	_	_	_	_	_	1
+4	Money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.2
+# sent_counter = 3409
+# text = I have been getting my treatments for a few months now and have seen some results but not up to the standards that I was told I should expect .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	getting	get	VERB	_	_	_	_	_	ss=v.body	1:X
+5	my	my	PRON	_	_	_	_	_	_	*
+6	treatments	treatment	NOUN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	2:X
+9	few	few	ADJ	_	_	_	_	_	_	2
+10	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+11	now	now	ADV	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	not	not	PART	_	_	_	_	_	_	*
+19	up	up	ADP	_	_	_	_	_	_	3:X
+20	to	to	ADP	_	_	_	_	_	_	3
+21	the	the	DET	_	_	_	_	_	_	*
+22	standards	standard	NOUN	_	_	_	_	_	_	3
+23	that	that	DET	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	was	be	AUX	_	_	_	_	_	_	*
+26	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+27	I	i	PRON	_	_	_	_	_	_	*
+28	should	should	AUX	_	_	_	_	_	_	*
+29	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.3
+# sent_counter = 3410
+# text = The people there attempt to come across and professional and nice , but I was disappointed with their customer service .
+1	The	the	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	attempt	attempt	VERB	_	_	_	_	_	ss=v.social	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	come	come	VERB	_	_	_	_	_	ss=v.social	1:X
+7	across	across	ADV	_	_	_	_	_	_	1
+8	and	and	ADP	_	_	_	_	_	_	*
+9	professional	professional	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	nice	nice	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	disappointed	disappointed	ADJ	_	_	_	_	_	_	2:X
+17	with	with	ADP	_	_	_	_	_	_	2
+18	their	their	PRON	_	_	_	_	_	_	*
+19	customer	customer	NOUN	_	_	_	_	_	ss=n.act	3:X
+20	service	service	NOUN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.4
+# sent_counter = 3411
+# text = Never miss an appointment because they will charge you the price of a treatment , even if you had an emergency .
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	miss	miss	VERB	_	_	_	_	_	ss=v.social	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+5	because	because	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	treatment	treatment	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	even	even	ADV	_	_	_	_	_	_	*
+17	if	if	SCONJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	an	an	DET	_	_	_	_	_	_	*
+21	emergency	emergency	NOUN	_	_	_	_	_	ss=n.event	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.5
+# sent_counter = 3412
+# text = It 's pretty ridiculous !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	pretty	pretty	ADV	_	_	_	_	_	_	*
+4	ridiculous	ridiculous	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.6
+# sent_counter = 3413
+# text = They want to squeeze as much as they can from you even if you just got in a car accident !!!!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	squeeze	squeeze	VERB	_	_	_	_	_	ss=v.possession	*
+5	as	as	ADV	_	_	_	_	_	_	*
+6	much	much	ADV	_	_	_	_	_	_	*
+7	as	as	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	even	even	ADV	_	_	_	_	_	_	*
+13	if	if	SCONJ	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	just	just	ADV	_	_	_	_	_	_	*
+16	got	get	VERB	_	_	_	_	_	ss=v.stative	1:X
+17	in	in	ADP	_	_	_	_	_	_	1
+18	a	a	DET	_	_	_	_	_	_	*
+19	car	car	NOUN	_	_	_	_	_	_	1
+20	accident	accident	NOUN	_	_	_	_	_	_	1
+21	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.126171.7
+# sent_counter = 3414
+# text = They do n't care one bit about you !!!!!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	care	care	VERB	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	1:X
+6	bit	bit	NOUN	_	_	_	_	_	_	1
+7	about	about	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.1
+# sent_counter = 3415
+# text = Dr. Strzalka at Flagship CVTS is not a good doctor
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Strzalka	strzalka	PROPN	_	_	_	_	_	_	1
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Flagship	flagship	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	CVTS	cvts	PROPN	_	_	_	_	_	_	2
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.2
+# sent_counter = 3416
+# text = I am not sure about the quality of the other doctors there , but i do know from personal experience that Dr. Christopher T. Strzalka is not a man of his word , and is also very CRUEL AND UNCARING !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	sure	sure	ADJ	_	_	_	_	_	_	*
+5	about	about	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	other	other	ADJ	_	_	_	_	_	_	*
+11	doctors	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+12	there	there	ADV	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	i	i	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+18	from	from	ADP	_	_	_	_	_	_	*
+19	personal	personal	ADJ	_	_	_	_	_	_	*
+20	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+23	Christopher	christopher	PROPN	_	_	_	_	_	_	1
+24	T.	t.	PROPN	_	_	_	_	_	_	1
+25	Strzalka	strzalka	PROPN	_	_	_	_	_	_	1
+26	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	not	not	PART	_	_	_	_	_	_	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	man	man	NOUN	_	_	_	_	_	ss=n.person	2:X
+30	of	of	ADP	_	_	_	_	_	_	2
+31	his	his	PRON	_	_	_	_	_	_	*
+32	word	word	NOUN	_	_	_	_	_	_	2
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	also	also	ADV	_	_	_	_	_	_	*
+37	very	very	ADV	_	_	_	_	_	_	*
+38	CRUEL	cruel	ADJ	_	_	_	_	_	_	*
+39	AND	and	CCONJ	_	_	_	_	_	_	*
+40	UNCARING	uncaring	ADJ	_	_	_	_	_	_	*
+41	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.3
+# sent_counter = 3417
+# text = He was going to operate and replace my bicuspid aortic valve due to critical aortic stenosis .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	going	go	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	operate	operate	VERB	_	_	_	_	_	ss=v.social	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	replace	replace	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	bicuspid	bicuspid	ADJ	_	_	_	_	_	_	*
+10	aortic	aortic	ADJ	_	_	_	_	_	_	*
+11	valve	valve	NOUN	_	_	_	_	_	ss=n.body	*
+12	due	due	ADP	_	_	_	_	_	_	2:X
+13	to	to	ADP	_	_	_	_	_	_	2
+14	critical	critical	ADJ	_	_	_	_	_	_	*
+15	aortic	aortic	ADJ	_	_	_	_	_	ss=n.state	3:X
+16	stenosis	stenosis	NOUN	_	_	_	_	_	_	3
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.4
+# sent_counter = 3418
+# text = I had a surgery date of July 17 , 2008 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	surgery	surgery	NOUN	_	_	_	_	_	ss=n.event	*
+5	date	date	NOUN	_	_	_	_	_	ss=n.time	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	July	july	PROPN	_	_	_	_	_	ss=n.time	*
+8	17	17	NUM	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	2008	2008	NUM	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.5
+# sent_counter = 3419
+# text = Then he renigged when he read my Health Care Proxy , even though i agreed to be on the ventilator for 2 months following surgery ( as he had twice stated i must agree to ) .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	renigged	renigged	VERB	_	_	_	_	_	ss=v.social	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	Health	health	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	Care	care	PROPN	_	_	_	_	_	_	1
+10	Proxy	proxy	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	even	even	ADV	_	_	_	_	_	_	2:X
+13	though	though	SCONJ	_	_	_	_	_	_	2
+14	i	i	PRON	_	_	_	_	_	_	*
+15	agreed	agree	VERB	_	_	_	_	_	ss=v.communication	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	ventilator	ventilator	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	2	2	NUM	_	_	_	_	_	_	*
+23	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+24	following	follow	VERB	_	_	_	_	_	ss=v.stative	*
+25	surgery	surgery	NOUN	_	_	_	_	_	ss=n.event	*
+26	(	(	PUNCT	_	_	_	_	_	_	*
+27	as	as	SCONJ	_	_	_	_	_	_	*
+28	he	he	PRON	_	_	_	_	_	_	*
+29	had	have	AUX	_	_	_	_	_	_	*
+30	twice	twice	ADV	_	_	_	_	_	_	*
+31	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+32	i	i	PRON	_	_	_	_	_	_	*
+33	must	must	AUX	_	_	_	_	_	_	*
+34	agree	agree	VERB	_	_	_	_	_	ss=v.communication	*
+35	to	to	ADP	_	_	_	_	_	_	*
+36	)	)	PUNCT	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.6
+# sent_counter = 3420
+# text = He later said that by 2 months he " meant at least two months " .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	later	later	ADV	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	2	2	NUM	_	_	_	_	_	_	*
+7	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	"	"	PUNCT	_	_	_	_	_	_	*
+10	meant	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+11	at	at	ADV	_	_	_	_	_	_	1:X
+12	least	least	ADV	_	_	_	_	_	_	1
+13	two	two	NUM	_	_	_	_	_	_	*
+14	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.7
+# sent_counter = 3421
+# text = Two months and at least two months are totally different things .
+1	Two	two	NUM	_	_	_	_	_	_	*
+2	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	at	at	ADV	_	_	_	_	_	_	1:X
+5	least	least	ADV	_	_	_	_	_	_	1
+6	two	two	NUM	_	_	_	_	_	_	*
+7	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	totally	totally	ADV	_	_	_	_	_	_	*
+10	different	different	ADJ	_	_	_	_	_	_	*
+11	things	things	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.8
+# sent_counter = 3422
+# text = He did not even give me the chance to say i would stay on the ventilator longer , which i would have .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	give	give	VERB	_	_	_	_	_	ss=v.social	1:X
+6	me	me	PRON	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	chance	chance	NOUN	_	_	_	_	_	_	1
+9	to	to	PART	_	_	_	_	_	_	*
+10	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	stay	stay	VERB	_	_	_	_	_	ss=v.stative	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	ventilator	ventilator	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	longer	longer	ADV	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	which	which	DET	_	_	_	_	_	_	*
+20	i	i	PRON	_	_	_	_	_	_	*
+21	would	would	AUX	_	_	_	_	_	_	*
+22	have	have	AUX	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.9
+# sent_counter = 3423
+# text = A Health Care Proxy is not written in stone and can be changed .
+1	A	a	DET	_	_	_	_	_	_	*
+2	Health	health	PROPN	_	_	_	_	_	ss=n.communication	1:X
+3	Care	care	PROPN	_	_	_	_	_	_	1
+4	Proxy	proxy	PROPN	_	_	_	_	_	_	1
+5	is	be	AUX	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	written	write	VERB	_	_	_	_	_	ss=v.cognition	2:X
+8	in	in	ADP	_	_	_	_	_	_	2
+9	stone	stone	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	be	be	AUX	_	_	_	_	_	_	*
+13	changed	change	VERB	_	_	_	_	_	ss=v.change	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.10
+# sent_counter = 3424
+# text = He also never even said he was sorry .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	sorry	sorry	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.11
+# sent_counter = 3425
+# text = Just said i was inoperable and walked out of the hospital room .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	inoperable	inoperable	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+8	out	out	ADP	_	_	_	_	_	_	1:X
+9	of	of	ADP	_	_	_	_	_	_	1
+10	the	the	DET	_	_	_	_	_	_	*
+11	hospital	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+12	room	room	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.12
+# sent_counter = 3426
+# text = So , therefore , now he says i am inoperable ( even though i am not 100 % inoperable ) , and he is letting me die .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	therefore	therefore	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	now	now	ADV	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	inoperable	inoperable	ADJ	_	_	_	_	_	_	*
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	even	even	ADV	_	_	_	_	_	_	*
+13	though	though	SCONJ	_	_	_	_	_	_	*
+14	i	i	PRON	_	_	_	_	_	_	*
+15	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	not	not	PART	_	_	_	_	_	_	*
+17	100	100	NUM	_	_	_	_	_	_	*
+18	%	%	SYM	_	_	_	_	_	_	*
+19	inoperable	inoperable	ADJ	_	_	_	_	_	_	*
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	he	he	PRON	_	_	_	_	_	_	*
+24	is	be	AUX	_	_	_	_	_	_	*
+25	letting	let	VERB	_	_	_	_	_	ss=v.cognition	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	die	die	VERB	_	_	_	_	_	ss=v.change	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.13
+# sent_counter = 3427
+# text = I am just middle aged and do not want to die , but thanks to this doctor i have no other alternatives .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	middle	middle	ADJ	_	_	_	_	_	_	1:X
+5	aged	aged	ADJ	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	die	die	VERB	_	_	_	_	_	ss=v.change	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	thanks	thanks	NOUN	_	_	_	_	_	_	2:X
+15	to	to	ADP	_	_	_	_	_	_	2
+16	this	this	DET	_	_	_	_	_	_	*
+17	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+20	no	no	DET	_	_	_	_	_	_	*
+21	other	other	ADJ	_	_	_	_	_	_	*
+22	alternatives	alternative	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.14
+# sent_counter = 3428
+# text = I , along with my friends , consider this doctor to be the cause of my death as he is not even trying to save my life by operating .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	along	along	ADP	_	_	_	_	_	_	1:X
+4	with	with	ADP	_	_	_	_	_	_	1
+5	my	my	PRON	_	_	_	_	_	_	*
+6	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	consider	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	cause	cause	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	death	death	NOUN	_	_	_	_	_	ss=n.event	*
+18	as	as	SCONJ	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	is	be	AUX	_	_	_	_	_	_	*
+21	not	not	PART	_	_	_	_	_	_	*
+22	even	even	ADV	_	_	_	_	_	_	*
+23	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	save	save	VERB	_	_	_	_	_	ss=v.change	*
+26	my	my	PRON	_	_	_	_	_	_	*
+27	life	life	NOUN	_	_	_	_	_	ss=n.state	*
+28	by	by	SCONJ	_	_	_	_	_	_	*
+29	operating	operate	VERB	_	_	_	_	_	ss=v.social	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.15
+# sent_counter = 3429
+# text = Even my PA i went to the other day said " it must by comforting to have gone to a heart surgeon like him who will do nothing for you " .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	PA	pa	PROPN	_	_	_	_	_	ss=n.person	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	ss=n.time	1:X
+8	other	other	ADJ	_	_	_	_	_	_	1
+9	day	day	NOUN	_	_	_	_	_	_	1
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	must	must	AUX	_	_	_	_	_	_	*
+14	by	by	VERB	_	_	_	_	_	ss=v.stative	*
+15	comforting	comforting	ADJ	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	gone	go	VERB	_	_	_	_	_	ss=v.motion	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	heart	heart	NOUN	_	_	_	_	_	ss=n.body	*
+22	surgeon	surgeon	NOUN	_	_	_	_	_	ss=n.person	*
+23	like	like	ADP	_	_	_	_	_	_	*
+24	him	him	PRON	_	_	_	_	_	_	*
+25	who	who	PRON	_	_	_	_	_	_	*
+26	will	will	AUX	_	_	_	_	_	_	*
+27	do	do	VERB	_	_	_	_	_	ss=v.social	*
+28	nothing	nothing	NOUN	_	_	_	_	_	_	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	you	you	PRON	_	_	_	_	_	_	*
+31	"	"	PUNCT	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.16
+# sent_counter = 3430
+# text = He said it sarcastically .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	sarcastically	sarcastically	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148971.17
+# sent_counter = 3431
+# text = If you want a doctor who will lie to you and say he will operate and then change his mind , and not know what he is talking about when he recommends procedures at other hospitals and says they are what you need , when they will not work for you , go to this doctor ... he is the one for you .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+6	who	who	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	lie	lie	VERB	_	_	_	_	_	ss=v.communication	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	operate	operate	VERB	_	_	_	_	_	ss=v.social	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	then	then	ADV	_	_	_	_	_	_	*
+18	change	change	VERB	_	_	_	_	_	ss=v.cognition	1:X
+19	his	his	PRON	_	_	_	_	_	_	*
+20	mind	mind	NOUN	_	_	_	_	_	_	1
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	not	not	PART	_	_	_	_	_	_	*
+24	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+25	what	what	PRON	_	_	_	_	_	_	*
+26	he	he	PRON	_	_	_	_	_	_	*
+27	is	be	AUX	_	_	_	_	_	_	*
+28	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+29	about	about	ADP	_	_	_	_	_	_	*
+30	when	when	ADV	_	_	_	_	_	_	*
+31	he	he	PRON	_	_	_	_	_	_	*
+32	recommends	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+33	procedures	procedure	NOUN	_	_	_	_	_	ss=n.process	*
+34	at	at	ADP	_	_	_	_	_	_	*
+35	other	other	ADJ	_	_	_	_	_	_	*
+36	hospitals	hospital	NOUN	_	_	_	_	_	ss=n.group	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+39	they	they	PRON	_	_	_	_	_	_	*
+40	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+41	what	what	PRON	_	_	_	_	_	_	*
+42	you	you	PRON	_	_	_	_	_	_	*
+43	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+44	,	,	PUNCT	_	_	_	_	_	_	*
+45	when	when	ADV	_	_	_	_	_	_	*
+46	they	they	PRON	_	_	_	_	_	_	*
+47	will	will	AUX	_	_	_	_	_	_	*
+48	not	not	PART	_	_	_	_	_	_	*
+49	work	work	VERB	_	_	_	_	_	ss=v.cognition	*
+50	for	for	ADP	_	_	_	_	_	_	*
+51	you	you	PRON	_	_	_	_	_	_	*
+52	,	,	PUNCT	_	_	_	_	_	_	*
+53	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+54	to	to	ADP	_	_	_	_	_	_	*
+55	this	this	DET	_	_	_	_	_	_	*
+56	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+57	...	...	PUNCT	_	_	_	_	_	_	*
+58	he	he	PRON	_	_	_	_	_	_	*
+59	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+60	the	the	DET	_	_	_	_	_	_	*
+61	one	one	NOUN	_	_	_	_	_	_	*
+62	for	for	ADP	_	_	_	_	_	_	*
+63	you	you	PRON	_	_	_	_	_	_	*
+64	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.1
+# sent_counter = 3432
+# text = ok but just becuse we where on a tight budget .
+1	ok	ok	ADJ	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	becuse	becuse	SCONJ	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	where	where	VERB	_	_	_	_	_	ss=v.stative	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	a	a	DET	_	_	_	_	_	_	1
+9	tight	tight	ADJ	_	_	_	_	_	_	*
+10	budget	budget	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.2
+# sent_counter = 3433
+# text = me and my dad where in NJ for a kc chiefs ( my home team ) vs the NY jets and for game 4 of the world series .
+1	me	me	PRON	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	dad	dad	NOUN	_	_	_	_	_	ss=n.person	*
+5	where	where	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	NJ	nj	PROPN	_	_	_	_	_	ss=n.location	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	kc	kc	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	chiefs	chiefs	PROPN	_	_	_	_	_	_	1
+12	(	(	PUNCT	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	home	home	NOUN	_	_	_	_	_	ss=n.group	2:X
+15	team	team	NOUN	_	_	_	_	_	_	2
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	vs	v	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	NY	ny	PROPN	_	_	_	_	_	ss=n.group	3:X
+20	jets	jets	PROPN	_	_	_	_	_	_	3
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	game	game	NOUN	_	_	_	_	_	ss=n.event	*
+24	4	4	NUM	_	_	_	_	_	_	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	world	world	NOUN	_	_	_	_	_	ss=n.event	4:X
+28	series	series	NOUN	_	_	_	_	_	_	4
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.3
+# sent_counter = 3434
+# text = i 'm a red sox fan so i was glad that the phillies won .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	red	red	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	sox	sox	PROPN	_	_	_	_	_	_	1
+6	fan	fan	NOUN	_	_	_	_	_	ss=n.person	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	glad	glad	ADJ	_	_	_	_	_	_	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	phillies	phillies	PROPN	_	_	_	_	_	ss=n.group	*
+14	won	win	VERB	_	_	_	_	_	ss=v.competition	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.4
+# sent_counter = 3435
+# text = the knights inn was small very small . i mean 1 room in every room ! it was cozy a little and a small tv .
+1	the	the	DET	_	_	_	_	_	_	*
+2	knights	knights	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	inn	inn	PROPN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	small	small	ADJ	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	small	small	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+11	1	1	NUM	_	_	_	_	_	_	*
+12	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	every	every	DET	_	_	_	_	_	_	*
+15	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	cozy	cozy	ADJ	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	2:X
+21	little	little	ADJ	_	_	_	_	_	_	2
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	small	small	ADJ	_	_	_	_	_	_	*
+25	tv	tv	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.5
+# sent_counter = 3436
+# text = i mean a 2 day stay was a ok stay even tho the manager looked like he was chineze and that we only slept and went out from 8 to 7 to see New York .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	2	2	NUM	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	ok	ok	ADJ	_	_	_	_	_	_	*
+10	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+11	even	even	ADV	_	_	_	_	_	_	1:X
+12	tho	tho	SCONJ	_	_	_	_	_	_	1
+13	the	the	DET	_	_	_	_	_	_	*
+14	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+15	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+16	like	like	SCONJ	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	chineze	chineze	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	only	only	ADV	_	_	_	_	_	_	*
+24	slept	sleep	VERB	_	_	_	_	_	ss=v.body	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	went	go	VERB	_	_	_	_	_	ss=v.social	2:X
+27	out	out	ADV	_	_	_	_	_	_	2
+28	from	from	ADP	_	_	_	_	_	_	*
+29	8	8	NUM	_	_	_	_	_	_	*
+30	to	to	ADP	_	_	_	_	_	_	*
+31	7	7	NUM	_	_	_	_	_	_	*
+32	to	to	PART	_	_	_	_	_	_	*
+33	see	see	VERB	_	_	_	_	_	ss=v.social	*
+34	New	new	PROPN	_	_	_	_	_	ss=n.location	3:X
+35	York	york	PROPN	_	_	_	_	_	_	3
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.159371.6
+# sent_counter = 3437
+# text = but sice we almost just slept there i ca nt give that good of a review
+1	but	but	CCONJ	_	_	_	_	_	_	*
+2	sice	sice	SCONJ	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	almost	almost	ADV	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	slept	sleep	VERB	_	_	_	_	_	ss=v.body	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	ca	ca	AUX	_	_	_	_	_	_	*
+10	nt	nt	ADV	_	_	_	_	_	_	*
+11	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+12	that	that	ADV	_	_	_	_	_	_	*
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.1
+# sent_counter = 3438
+# text = Review on House of Joy Chinese Restaurant
+1	Review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	House	house	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	Joy	joy	PROPN	_	_	_	_	_	_	1
+6	Chinese	chinese	PROPN	_	_	_	_	_	_	1
+7	Restaurant	restaurant	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.2
+# sent_counter = 3439
+# text = My family and I moved to San Antonio a year ago and have tried almost all of the Chinese Restaurants because we love Chinese food .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	San	san	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	Antonio	antonio	PROPN	_	_	_	_	_	_	1
+9	a	a	DET	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+15	almost	almost	ADV	_	_	_	_	_	_	*
+16	all	all	DET	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+20	Restaurants	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+21	because	because	SCONJ	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+24	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+25	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.3
+# sent_counter = 3440
+# text = Well it took us a while to find one that we liked .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+4	us	us	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	1:X
+6	while	while	NOUN	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	*
+8	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.4
+# sent_counter = 3441
+# text = But we do n't just like House of Joy WE LOVE IT .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+7	House	house	NOUN	_	_	_	_	_	ss=n.group	1:X
+8	of	of	ADP	_	_	_	_	_	_	1
+9	Joy	joy	PROPN	_	_	_	_	_	_	1
+10	WE	we	PRON	_	_	_	_	_	_	*
+11	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+12	IT	it	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.5
+# sent_counter = 3442
+# text = Everything we have gotten there has been more authentic and better tasting than any other Chinese restaurant in the San Antonio area we have been to -- and trust me we have been to a lot of them .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	gotten	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	more	more	ADV	_	_	_	_	_	_	*
+9	authentic	authentic	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	better	better	ADV	_	_	_	_	_	_	*
+12	tasting	taste	VERB	_	_	_	_	_	ss=v.perception	*
+13	than	than	ADP	_	_	_	_	_	_	*
+14	any	any	DET	_	_	_	_	_	_	*
+15	other	other	ADJ	_	_	_	_	_	_	*
+16	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+17	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	San	san	PROPN	_	_	_	_	_	ss=n.location	1:X
+21	Antonio	antonio	PROPN	_	_	_	_	_	_	1
+22	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+23	we	we	PRON	_	_	_	_	_	_	*
+24	have	have	AUX	_	_	_	_	_	_	*
+25	been	be	VERB	_	_	_	_	_	ss=v.motion	2:X
+26	to	to	ADP	_	_	_	_	_	_	2
+27	--	--	PUNCT	_	_	_	_	_	_	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	we	we	PRON	_	_	_	_	_	_	*
+32	have	have	AUX	_	_	_	_	_	_	*
+33	been	be	VERB	_	_	_	_	_	ss=v.motion	3:X
+34	to	to	ADP	_	_	_	_	_	_	3
+35	a	a	DET	_	_	_	_	_	_	4:X
+36	lot	lot	NOUN	_	_	_	_	_	_	4
+37	of	of	ADP	_	_	_	_	_	_	*
+38	them	them	PRON	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.6
+# sent_counter = 3443
+# text = We just happen to stumble across this little restaurant one day when we had to visit the Bexar County Tax Office off of Bandera Road .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	happen	happen	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	stumble	stumble	VERB	_	_	_	_	_	ss=v.cognition	2:X
+6	across	across	ADP	_	_	_	_	_	_	2
+7	this	this	DET	_	_	_	_	_	_	*
+8	little	little	ADJ	_	_	_	_	_	_	*
+9	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+10	one	one	NUM	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+12	when	when	ADV	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	_	3:X
+15	to	to	PART	_	_	_	_	_	_	3
+16	visit	visit	VERB	_	_	_	_	_	ss=v.social	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	Bexar	bexar	PROPN	_	_	_	_	_	ss=n.group	4:X
+19	County	county	PROPN	_	_	_	_	_	_	4
+20	Tax	tax	PROPN	_	_	_	_	_	_	4
+21	Office	office	PROPN	_	_	_	_	_	_	4
+22	off	off	ADP	_	_	_	_	_	_	5:X
+23	of	of	ADP	_	_	_	_	_	_	5
+24	Bandera	bandera	PROPN	_	_	_	_	_	ss=n.location	6:X
+25	Road	road	PROPN	_	_	_	_	_	_	6
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.7
+# sent_counter = 3444
+# text = We stopped in and got some take out and can not stop going back .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	stopped	stop	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+6	some	some	DET	_	_	_	_	_	_	*
+7	take	take	NOUN	_	_	_	_	_	ss=n.food	2:X
+8	out	out	NOUN	_	_	_	_	_	_	2
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	stop	stop	VERB	_	_	_	_	_	ss=v.stative	*
+13	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	back	back	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.8
+# sent_counter = 3445
+# text = They have the best Egg Drop Soup I have ever tasted .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	Egg	egg	PROPN	_	_	_	_	_	ss=n.food	1:X
+6	Drop	drop	PROPN	_	_	_	_	_	_	1
+7	Soup	soup	PROPN	_	_	_	_	_	_	1
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.9
+# sent_counter = 3446
+# text = We also love their Egg Rolls and Spring Rolls .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	their	their	PRON	_	_	_	_	_	_	*
+5	Egg	egg	NOUN	_	_	_	_	_	ss=n.food	1:X
+6	Rolls	roll	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	Spring	spring	NOUN	_	_	_	_	_	ss=n.food	2:X
+9	Rolls	roll	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.10
+# sent_counter = 3447
+# text = And every entree we have ordered is perfect .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	every	every	DET	_	_	_	_	_	_	*
+3	entree	entree	NOUN	_	_	_	_	_	ss=n.food	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	ordered	order	VERB	_	_	_	_	_	ss=v.communication	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	perfect	perfect	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.11
+# sent_counter = 3448
+# text = Everything is always cooked fresh and tastes fresh .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	is	be	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+5	fresh	fresh	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	tastes	taste	VERB	_	_	_	_	_	ss=v.perception	*
+8	fresh	fresh	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.12
+# sent_counter = 3449
+# text = Their prices are extremely reasonable for the amount of food you receive .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	extremely	extremely	ADV	_	_	_	_	_	_	*
+5	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	receive	receive	VERB	_	_	_	_	_	ss=v.possession	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.13
+# sent_counter = 3450
+# text = The staff is also just so pleasant to deal with .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	deal	deal	VERB	_	_	_	_	_	ss=v.social	1:X
+10	with	with	ADP	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.14
+# sent_counter = 3451
+# text = They are also quick at getting your order out to you .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	quick	quick	ADJ	_	_	_	_	_	_	*
+5	at	at	SCONJ	_	_	_	_	_	_	*
+6	getting	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+7	your	your	PRON	_	_	_	_	_	_	*
+8	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+9	out	out	ADV	_	_	_	_	_	_	1
+10	to	to	ADP	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.15
+# sent_counter = 3452
+# text = You do n't have to sit and wait around forever like most places !!
+1	You	you	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	2:X
+9	around	around	ADV	_	_	_	_	_	_	2
+10	forever	forever	ADV	_	_	_	_	_	_	*
+11	like	like	ADP	_	_	_	_	_	_	*
+12	most	most	ADJ	_	_	_	_	_	_	*
+13	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.16
+# sent_counter = 3453
+# text = So anyone looking for an Excellent night out for Chinese or maybe just lunch should stop in and try it because I promise you 2 things --- You wo n't regret it !!
+1	So	so	ADV	_	_	_	_	_	_	*
+2	anyone	anyone	NOUN	_	_	_	_	_	_	*
+3	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	an	an	DET	_	_	_	_	_	_	*
+6	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	night	night	NOUN	_	_	_	_	_	ss=n.event	1:X
+8	out	out	ADV	_	_	_	_	_	_	1
+9	for	for	ADP	_	_	_	_	_	_	*
+10	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	maybe	maybe	ADV	_	_	_	_	_	_	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+15	should	should	AUX	_	_	_	_	_	_	*
+16	stop	stop	VERB	_	_	_	_	_	ss=v.motion	2:X
+17	in	in	ADV	_	_	_	_	_	_	2
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	try	try	VERB	_	_	_	_	_	ss=v.social	*
+20	it	it	PRON	_	_	_	_	_	_	*
+21	because	because	SCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	promise	promise	VERB	_	_	_	_	_	ss=v.communication	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	2	2	NUM	_	_	_	_	_	_	*
+26	things	things	NOUN	_	_	_	_	_	_	*
+27	---	---	PUNCT	_	_	_	_	_	_	*
+28	You	you	PRON	_	_	_	_	_	_	*
+29	wo	wo	AUX	_	_	_	_	_	_	*
+30	n't	n't	PART	_	_	_	_	_	_	*
+31	regret	regret	VERB	_	_	_	_	_	ss=v.cognition	*
+32	it	it	PRON	_	_	_	_	_	_	*
+33	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.17
+# sent_counter = 3454
+# text = and you will go back for more !!!
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	more	more	ADJ	_	_	_	_	_	_	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.18
+# sent_counter = 3455
+# text = Karla Ferguson - Granger
+1	Karla	karla	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Ferguson	ferguson	PROPN	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	Granger	granger	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.19
+# sent_counter = 3456
+# text = PS I have noticed on here that someone left a comment that " all of the nice comments must come from co workers or friends " and I will tell you that I do n't know these people except from eating at their restaurant .
+1	PS	ps	NOUN	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	noticed	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	someone	someone	NOUN	_	_	_	_	_	_	*
+9	left	leave	VERB	_	_	_	_	_	ss=v.communication	1:X
+10	a	a	DET	_	_	_	_	_	_	*
+11	comment	comment	NOUN	_	_	_	_	_	_	1
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	nice	nice	ADJ	_	_	_	_	_	_	*
+18	comments	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+19	must	must	AUX	_	_	_	_	_	_	*
+20	come	come	VERB	_	_	_	_	_	ss=v.social	2:X
+21	from	from	ADP	_	_	_	_	_	_	2
+22	co	co	X	_	_	_	_	_	ss=n.person	3:X
+23	workers	worker	NOUN	_	_	_	_	_	_	3
+24	or	or	CCONJ	_	_	_	_	_	_	*
+25	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+26	"	"	PUNCT	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	will	will	AUX	_	_	_	_	_	_	*
+30	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+31	you	you	PRON	_	_	_	_	_	_	*
+32	that	that	SCONJ	_	_	_	_	_	_	*
+33	I	i	PRON	_	_	_	_	_	_	*
+34	do	do	AUX	_	_	_	_	_	_	*
+35	n't	n't	PART	_	_	_	_	_	_	*
+36	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+37	these	these	DET	_	_	_	_	_	_	*
+38	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+39	except	except	ADP	_	_	_	_	_	_	*
+40	from	from	SCONJ	_	_	_	_	_	_	*
+41	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+42	at	at	ADP	_	_	_	_	_	_	*
+43	their	their	PRON	_	_	_	_	_	_	*
+44	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+45	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.20
+# sent_counter = 3457
+# text = We are from Virginia and just moved here a year ago .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	Virginia	virginia	PROPN	_	_	_	_	_	ss=n.location	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.21
+# sent_counter = 3458
+# text = So that comment is completely false .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	comment	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	completely	completely	ADV	_	_	_	_	_	_	*
+6	false	false	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.22
+# sent_counter = 3459
+# text = Because we think IT 'S THE BEST !!!
+1	Because	because	SCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	IT	it	PRON	_	_	_	_	_	_	*
+5	'S	's	VERB	_	_	_	_	_	ss=v.stative	*
+6	THE	the	DET	_	_	_	_	_	_	*
+7	BEST	best	ADJ	_	_	_	_	_	_	*
+8	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160073.23
+# sent_counter = 3460
+# text = and we do n't know them except for eating there .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	except	except	ADP	_	_	_	_	_	_	1:X
+8	for	for	SCONJ	_	_	_	_	_	_	1
+9	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+10	there	there	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171877.1
+# sent_counter = 3461
+# text = ipad reiew
+1	ipad	ipad	PROPN	_	_	_	_	_	ss=n.artifact	*
+2	reiew	reiew	NOUN	_	_	_	_	_	ss=n.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171877.2
+# sent_counter = 3462
+# text = they are the best orthodontics in the world .
+1	they	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	orthodontics	orthodontics	NOUN	_	_	_	_	_	ss=n.person	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171877.3
+# sent_counter = 3463
+# text = i went there since i was four .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	since	since	SCONJ	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	four	four	NUM	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171877.4
+# sent_counter = 3464
+# text = now i will have really straight teeth .
+1	now	now	ADV	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	straight	straight	ADJ	_	_	_	_	_	_	*
+7	teeth	teeth	NOUN	_	_	_	_	_	ss=n.body	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.177779.1
+# sent_counter = 3465
+# text = Brain Dead
+1	Brain	brain	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	Dead	dead	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.177779.2
+# sent_counter = 3466
+# text = Not only are these people completely inefficient and ineffective , but they just do n't give a darn .
+1	Not	not	PART	_	_	_	_	_	_	1:X
+2	only	only	ADV	_	_	_	_	_	_	1
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	these	these	DET	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	completely	completely	ADV	_	_	_	_	_	_	*
+7	inefficient	inefficient	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	ineffective	ineffective	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	give	give	VERB	_	_	_	_	_	ss=v.emotion	2:X
+17	a	a	DET	_	_	_	_	_	_	2
+18	darn	darn	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.177779.3
+# sent_counter = 3467
+# text = This place is a complete embarrassment .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	complete	complete	ADJ	_	_	_	_	_	_	*
+6	embarrassment	embarrassment	NOUN	_	_	_	_	_	ss=n.feeling	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.1
+# sent_counter = 3468
+# text = the 2010 Genesis is grrrrrrrreeeaaat !
+1	the	the	DET	_	_	_	_	_	_	*
+2	2010	2010	NUM	_	_	_	_	_	ss=n.artifact	1:X
+3	Genesis	genesis	PROPN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	grrrrrrrreeeaaat	grrrrrrrreeeaaat	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.2
+# sent_counter = 3469
+# text = I am a proud owner of a brand new 2010 Hyundai Genesis .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	proud	proud	ADJ	_	_	_	_	_	_	*
+5	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	brand	brand	ADV	_	_	_	_	_	_	1:X
+9	new	new	ADJ	_	_	_	_	_	_	1
+10	2010	2010	NUM	_	_	_	_	_	ss=n.artifact	2:X
+11	Hyundai	hyundai	PROPN	_	_	_	_	_	_	2
+12	Genesis	genesis	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.3
+# sent_counter = 3470
+# text = I have never seen this car before until this lady at wal mart had it and she told me she got it here and that everyone was so nice to her .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	before	before	ADV	_	_	_	_	_	_	*
+8	until	until	SCONJ	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	wal	wal	PROPN	_	_	_	_	_	ss=n.group	1:X
+13	mart	mart	PROPN	_	_	_	_	_	_	1
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	she	she	PRON	_	_	_	_	_	_	*
+18	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+19	me	me	PRON	_	_	_	_	_	_	*
+20	she	she	PRON	_	_	_	_	_	_	*
+21	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	here	here	ADV	_	_	_	_	_	_	*
+24	and	and	CCONJ	_	_	_	_	_	_	*
+25	that	that	SCONJ	_	_	_	_	_	_	*
+26	everyone	everyone	NOUN	_	_	_	_	_	_	*
+27	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	so	so	ADV	_	_	_	_	_	_	*
+29	nice	nice	ADJ	_	_	_	_	_	_	*
+30	to	to	ADP	_	_	_	_	_	_	*
+31	her	her	PRON	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.4
+# sent_counter = 3471
+# text = I asked her who she worked with and she just told me ti was the sales manager .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	her	her	PRON	_	_	_	_	_	_	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	she	she	PRON	_	_	_	_	_	_	*
+6	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	ti	ti	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	sales	sales	NOUN	_	_	_	_	_	ss=n.act	*
+17	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.5
+# sent_counter = 3472
+# text = I took the weekend off and came in and asked for the manager who is Jeff and he remembered her right away even remembered her dog , I was a bit shocked that someone would pay that close attention .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+3	the	the	DET	_	_	_	_	_	_	*
+4	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+5	off	off	ADP	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+8	in	in	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+14	who	who	PRON	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	Jeff	jeff	PROPN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	he	he	PRON	_	_	_	_	_	_	*
+19	remembered	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+20	her	her	PRON	_	_	_	_	_	_	*
+21	right	right	ADV	_	_	_	_	_	_	2:X
+22	away	away	ADV	_	_	_	_	_	_	2
+23	even	even	ADV	_	_	_	_	_	_	*
+24	remembered	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+25	her	her	PRON	_	_	_	_	_	_	*
+26	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	a	a	DET	_	_	_	_	_	_	3:X
+31	bit	bit	NOUN	_	_	_	_	_	_	3
+32	shocked	shocked	ADJ	_	_	_	_	_	_	*
+33	that	that	SCONJ	_	_	_	_	_	_	*
+34	someone	someone	NOUN	_	_	_	_	_	_	*
+35	would	would	AUX	_	_	_	_	_	_	*
+36	pay	pay	VERB	_	_	_	_	_	ss=v.cognition	4:X
+37	that	that	ADV	_	_	_	_	_	_	*
+38	close	close	ADJ	_	_	_	_	_	_	*
+39	attention	attention	NOUN	_	_	_	_	_	_	4
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.6
+# sent_counter = 3473
+# text = We got to talking and he got me set up and I test drove with Craig and I fell head over heels for this car all I kept saying , " was I got ta have it ! "
+1	We	we	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.change	1:X
+3	to	to	SCONJ	_	_	_	_	_	_	1
+4	talking	talk	VERB	_	_	_	_	_	ss=v.communication	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	set	set	VERB	_	_	_	_	_	ss=v.social	2:X
+10	up	up	ADP	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	test	test	NOUN	_	_	_	_	_	ss=n.event	3:X
+14	drove	drive	VERB	_	_	_	_	_	_	3
+15	with	with	ADP	_	_	_	_	_	_	*
+16	Craig	craig	PROPN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	fell	fall	VERB	_	_	_	_	_	ss=v.emotion	*
+20	head	head	NOUN	_	_	_	_	_	_	4:X
+21	over	over	ADP	_	_	_	_	_	_	4
+22	heels	heel	NOUN	_	_	_	_	_	_	4
+23	for	for	ADP	_	_	_	_	_	_	*
+24	this	this	DET	_	_	_	_	_	_	*
+25	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	all	all	DET	_	_	_	_	_	_	*
+27	I	i	PRON	_	_	_	_	_	_	*
+28	kept	keep	VERB	_	_	_	_	_	ss=v.change	*
+29	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	"	"	PUNCT	_	_	_	_	_	_	*
+32	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	I	i	PRON	_	_	_	_	_	_	*
+34	got	get	VERB	_	_	_	_	_	_	5:X
+35	ta	ta	PART	_	_	_	_	_	_	5
+36	have	have	VERB	_	_	_	_	_	ss=v.possession	*
+37	it	it	PRON	_	_	_	_	_	_	*
+38	!	!	PUNCT	_	_	_	_	_	_	*
+39	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.7
+# sent_counter = 3474
+# text = I thouhgt it would be out of my price range but they really worked with me and now I could nt be happier .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thouhgt	thouhgt	VERB	_	_	_	_	_	ss=v.cognition	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	out	out	ADP	_	_	_	_	_	_	1:X
+7	of	of	ADP	_	_	_	_	_	_	1
+8	my	my	PRON	_	_	_	_	_	_	*
+9	price	price	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+10	range	range	NOUN	_	_	_	_	_	_	2
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	now	now	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	could	could	AUX	_	_	_	_	_	_	*
+21	nt	nt	VERB	_	_	_	_	_	_	*
+22	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	happier	happy	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.8
+# sent_counter = 3475
+# text = Jeff and Craig are really good at what they do and know exactly how to treat a customer .
+1	Jeff	jeff	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Craig	craig	PROPN	_	_	_	_	_	ss=n.person	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	really	really	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	at	at	SCONJ	_	_	_	_	_	_	*
+8	what	what	PRON	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	exactly	exactly	ADV	_	_	_	_	_	_	*
+14	how	how	ADV	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181771.9
+# sent_counter = 3476
+# text = Definitely go see them !
+1	Definitely	definitely	ADV	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	see	see	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183172.1
+# sent_counter = 3477
+# text = DO NOT GO HERE !!!
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	GO	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	HERE	here	ADV	_	_	_	_	_	_	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183172.2
+# sent_counter = 3478
+# text = I went to get my nails filled Friday , by Monday 2 were broken .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.emotion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+5	my	my	PRON	_	_	_	_	_	_	*
+6	nails	nail	NOUN	_	_	_	_	_	_	1
+7	filled	fill	VERB	_	_	_	_	_	_	1
+8	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+12	2	2	NUM	_	_	_	_	_	_	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	broken	broken	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183172.3
+# sent_counter = 3479
+# text = I was not happy with the way they looked , very wavy , uneven edges , and with the exception of 1 , there is a dip in the center of each nail .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	happy	happy	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	wavy	wavy	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	uneven	uneven	ADJ	_	_	_	_	_	_	*
+15	edges	edge	NOUN	_	_	_	_	_	ss=n.location	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	1:X
+19	the	the	DET	_	_	_	_	_	_	1
+20	exception	exception	NOUN	_	_	_	_	_	_	1
+21	of	of	ADP	_	_	_	_	_	_	1
+22	1	1	NUM	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	there	there	PRON	_	_	_	_	_	_	*
+25	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	dip	dip	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	center	center	NOUN	_	_	_	_	_	ss=n.location	*
+31	of	of	ADP	_	_	_	_	_	_	*
+32	each	each	DET	_	_	_	_	_	_	*
+33	nail	nail	NOUN	_	_	_	_	_	ss=n.artifact	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.183172.4
+# sent_counter = 3480
+# text = I also had a pedicure , and they cut my nails too short , one of my big toes looks like it s getting infected .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	a	a	DET	_	_	_	_	_	_	1
+5	pedicure	pedicure	NOUN	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	cut	cut	VERB	_	_	_	_	_	ss=v.body	2:X
+10	my	my	PRON	_	_	_	_	_	_	*
+11	nails	nail	NOUN	_	_	_	_	_	_	2
+12	too	too	ADV	_	_	_	_	_	_	*
+13	short	short	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	big	big	ADJ	_	_	_	_	_	ss=n.body	3:X
+19	toes	toe	NOUN	_	_	_	_	_	_	3
+20	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+21	like	like	SCONJ	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	s	s	AUX	_	_	_	_	_	_	*
+24	getting	get	VERB	_	_	_	_	_	ss=v.body	*
+25	infected	infected	ADJ	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186275.1
+# sent_counter = 3481
+# text = :)
+1	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.186275.2
+# sent_counter = 3482
+# text = I will gladly recommend you to anyone in need of or looking for a good florist .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	gladly	gladly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	1:X
+9	need	need	NOUN	_	_	_	_	_	_	1
+10	of	of	ADP	_	_	_	_	_	_	1
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	good	good	ADJ	_	_	_	_	_	_	*
+16	florist	florist	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.1
+# sent_counter = 3483
+# text = BAD COFFEE , DO NT BOTHER !
+1	BAD	bad	ADJ	_	_	_	_	_	_	*
+2	COFFEE	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	DO	do	AUX	_	_	_	_	_	_	*
+5	NT	nt	ADV	_	_	_	_	_	_	*
+6	BOTHER	bother	VERB	_	_	_	_	_	ss=v.social	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.2
+# sent_counter = 3484
+# text = Ca n't you make a decent cup of coffee ?
+1	Ca	ca	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	decent	decent	ADJ	_	_	_	_	_	_	*
+7	cup	cup	NOUN	_	_	_	_	_	ss=n.quantity	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+10	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.3
+# sent_counter = 3485
+# text = You charge SO MUCH , yet you use the same grounds over and over again .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+3	SO	so	ADV	_	_	_	_	_	_	*
+4	MUCH	much	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	yet	yet	CCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	same	same	ADJ	_	_	_	_	_	_	*
+11	grounds	grounds	NOUN	_	_	_	_	_	ss=n.food	*
+12	over	over	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	over	over	ADV	_	_	_	_	_	_	*
+15	again	again	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.4
+# sent_counter = 3486
+# text = The coffee taste BURNT and very bitter .
+1	The	the	DET	_	_	_	_	_	_	*
+2	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+3	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+4	BURNT	burnt	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	bitter	bitter	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.5
+# sent_counter = 3487
+# text = No amount of sugar and milk can mask it .
+1	No	no	DET	_	_	_	_	_	_	*
+2	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	sugar	sugar	NOUN	_	_	_	_	_	ss=n.food	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	milk	milk	NOUN	_	_	_	_	_	ss=n.food	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	mask	mask	VERB	_	_	_	_	_	ss=v.change	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.6
+# sent_counter = 3488
+# text = CHANGE THE PROCESS , PPL !
+1	CHANGE	change	VERB	_	_	_	_	_	ss=v.change	*
+2	THE	the	DET	_	_	_	_	_	_	*
+3	PROCESS	process	NOUN	_	_	_	_	_	ss=n.process	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	PPL	ppl	NOUN	_	_	_	_	_	ss=n.person	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.187875.7
+# sent_counter = 3489
+# text = Westfield and Rt 1 do it well , WHY CA NT U ????
+1	Westfield	westfield	PROPN	_	_	_	_	_	ss=n.group	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Rt	rt	PROPN	_	_	_	_	_	ss=n.location	1:X
+4	1	1	NUM	_	_	_	_	_	_	1
+5	do	do	VERB	_	_	_	_	_	ss=v.social	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	well	well	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	WHY	why	ADV	_	_	_	_	_	_	*
+10	CA	ca	AUX	_	_	_	_	_	_	*
+11	NT	nt	ADV	_	_	_	_	_	_	*
+12	U	u	PRON	_	_	_	_	_	_	*
+13	????	????	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.189171.1
+# sent_counter = 3490
+# text = A most outstanding , professional firm .
+1	A	a	DET	_	_	_	_	_	_	*
+2	most	most	ADV	_	_	_	_	_	_	*
+3	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	professional	professional	ADJ	_	_	_	_	_	_	*
+6	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.1
+# sent_counter = 3491
+# text = Great help even near closing time !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	help	help	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	near	near	ADP	_	_	_	_	_	_	*
+5	closing	closing	NOUN	_	_	_	_	_	ss=n.act	*
+6	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.2
+# sent_counter = 3492
+# text = I came in to town for a week and forgot my trainers !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	*
+5	town	town	NOUN	_	_	_	_	_	ss=n.group	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	forgot	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	trainers	trainer	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.3
+# sent_counter = 3493
+# text = Oh no !!
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	no	no	INTJ	_	_	_	_	_	_	*
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.4
+# sent_counter = 3494
+# text = I came in 30 min before close and the staff was super helpful .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	30	30	NUM	_	_	_	_	_	_	*
+5	min	min	NOUN	_	_	_	_	_	ss=n.time	*
+6	before	before	ADP	_	_	_	_	_	_	*
+7	close	close	NOUN	_	_	_	_	_	ss=n.event	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	super	super	ADV	_	_	_	_	_	_	*
+13	helpful	helpful	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.5
+# sent_counter = 3495
+# text = They spent a lot of time with me and got me into a great pair of shoes .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	spent	spend	VERB	_	_	_	_	_	ss=v.social	1:X
+3	a	a	DET	_	_	_	_	_	_	2:X
+4	lot	lot	NOUN	_	_	_	_	_	_	2
+5	of	of	ADP	_	_	_	_	_	_	*
+6	time	time	NOUN	_	_	_	_	_	_	1
+7	with	with	ADP	_	_	_	_	_	_	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	into	into	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	pair	pair	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	shoes	shoes	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.6
+# sent_counter = 3496
+# text = I think they may even be better than the pair I have been using this past year !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	may	may	AUX	_	_	_	_	_	_	*
+5	even	even	ADV	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	better	better	ADJ	_	_	_	_	_	_	*
+8	than	than	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	pair	pair	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	been	be	AUX	_	_	_	_	_	_	*
+14	using	use	VERB	_	_	_	_	_	ss=v.consumption	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	past	past	ADJ	_	_	_	_	_	_	*
+17	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201972.7
+# sent_counter = 3497
+# text = Thanks Run on !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Run	run	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	on	on	PROPN	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210875.1
+# sent_counter = 3498
+# text = Bulwark regarding service by Eric
+1	Bulwark	bulwark	NOUN	_	_	_	_	_	ss=n.group	*
+2	regarding	regard	VERB	_	_	_	_	_	ss=v.cognition	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	by	by	ADP	_	_	_	_	_	_	*
+5	Eric	eric	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210875.2
+# sent_counter = 3499
+# text = Just wanted you to know that Eric came by as scheduled today and sprayed our house for scorpions .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	Eric	eric	PROPN	_	_	_	_	_	ss=n.person	*
+8	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+9	by	by	ADV	_	_	_	_	_	_	1
+10	as	as	SCONJ	_	_	_	_	_	_	*
+11	scheduled	schedule	VERB	_	_	_	_	_	ss=v.social	*
+12	today	today	NOUN	_	_	_	_	_	ss=n.time	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	sprayed	spray	VERB	_	_	_	_	_	ss=v.contact	2:X
+15	our	our	PRON	_	_	_	_	_	_	*
+16	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	for	for	ADP	_	_	_	_	_	_	2
+18	scorpions	scorpion	NOUN	_	_	_	_	_	ss=n.animal	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210875.3
+# sent_counter = 3500
+# text = He seemed to understand how important it was for us to make sure the whole house was sprayed so he took his time .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	important	important	ADJ	_	_	_	_	_	_	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	for	for	SCONJ	_	_	_	_	_	_	*
+10	us	us	PRON	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	sure	sure	ADJ	_	_	_	_	_	_	1
+14	the	the	DET	_	_	_	_	_	_	*
+15	whole	whole	ADJ	_	_	_	_	_	_	*
+16	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	was	be	AUX	_	_	_	_	_	_	*
+18	sprayed	spray	VERB	_	_	_	_	_	ss=v.contact	*
+19	so	so	ADV	_	_	_	_	_	_	*
+20	he	he	PRON	_	_	_	_	_	_	*
+21	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+22	his	his	PRON	_	_	_	_	_	_	*
+23	time	time	NOUN	_	_	_	_	_	_	2
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210875.4
+# sent_counter = 3501
+# text = Thank you !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.1
+# sent_counter = 3502
+# text = Excellent Physiotherapists !
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	Physiotherapists	physiotherapist	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.2
+# sent_counter = 3503
+# text = Kusal Goonewardena and his team of Physios are unbelievable !
+1	Kusal	kusal	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Goonewardena	goonewardena	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	his	his	PRON	_	_	_	_	_	_	*
+5	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Physios	physios	NOUN	_	_	_	_	_	ss=n.person	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	unbelievable	unbelievable	ADJ	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.3
+# sent_counter = 3504
+# text = I have been suffering from back pain for over 12 years and have been to numerous specialists , physios , osteos and chiros with no help .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	suffering	suffer	VERB	_	_	_	_	_	ss=v.emotion	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	back	back	NOUN	_	_	_	_	_	ss=n.state	1:X
+7	pain	pain	NOUN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	over	over	ADV	_	_	_	_	_	_	*
+10	12	12	NUM	_	_	_	_	_	_	*
+11	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	been	be	VERB	_	_	_	_	_	ss=v.motion	2:X
+15	to	to	ADP	_	_	_	_	_	_	2
+16	numerous	numerous	ADJ	_	_	_	_	_	_	*
+17	specialists	specialist	NOUN	_	_	_	_	_	ss=n.person	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	physios	physios	NOUN	_	_	_	_	_	ss=n.person	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	osteos	osteos	NOUN	_	_	_	_	_	ss=n.person	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	chiros	chiros	NOUN	_	_	_	_	_	ss=n.person	*
+24	with	with	ADP	_	_	_	_	_	_	*
+25	no	no	DET	_	_	_	_	_	_	*
+26	help	help	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.4
+# sent_counter = 3505
+# text = It took the Vigor team only 4 visits to get me feeling normal !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	Vigor	vigor	PROPN	_	_	_	_	_	ss=n.group	*
+5	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+6	only	only	ADV	_	_	_	_	_	_	*
+7	4	4	NUM	_	_	_	_	_	_	*
+8	visits	visit	NOUN	_	_	_	_	_	ss=n.event	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.change	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	feeling	feel	VERB	_	_	_	_	_	ss=v.perception	*
+13	normal	normal	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.5
+# sent_counter = 3506
+# text = And now 2 months after my last appointment I am better than ever .
+1	And	and	CCONJ	_	_	_	_	_	_	1:X
+2	now	now	ADV	_	_	_	_	_	_	1
+3	2	2	NUM	_	_	_	_	_	_	*
+4	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	better	better	ADJ	_	_	_	_	_	_	*
+12	than	than	ADP	_	_	_	_	_	_	*
+13	ever	ever	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.230176.6
+# sent_counter = 3507
+# text = Thanks guys !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232278.1
+# sent_counter = 3508
+# text = You are the only one auto glass repair shop in the area I would count on .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	only	only	ADJ	_	_	_	_	_	_	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	auto	auto	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+7	glass	glass	NOUN	_	_	_	_	_	_	1
+8	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+9	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	count	count	VERB	_	_	_	_	_	ss=v.cognition	2:X
+16	on	on	ADP	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.1
+# sent_counter = 3509
+# text = The Best Breakfast in Solana Beach !
+1	The	the	DET	_	_	_	_	_	_	*
+2	Best	best	ADJ	_	_	_	_	_	_	*
+3	Breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Solana	solana	PROPN	_	_	_	_	_	ss=n.location	1:X
+6	Beach	beach	PROPN	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.2
+# sent_counter = 3510
+# text = We love T 's Cafe !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	T	t	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	's	's	PART	_	_	_	_	_	_	1
+5	Cafe	cafe	PROPN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.3
+# sent_counter = 3511
+# text = Without a doubt the best place to grab a tall bloody mary and some eggs benedict .
+1	Without	without	ADP	_	_	_	_	_	_	1:X
+2	a	a	DET	_	_	_	_	_	_	1
+3	doubt	doubt	NOUN	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	grab	grab	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	tall	tall	ADJ	_	_	_	_	_	_	*
+11	bloody	bloody	ADJ	_	_	_	_	_	ss=n.food	2:X
+12	mary	mary	NOUN	_	_	_	_	_	_	2
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	some	some	DET	_	_	_	_	_	_	*
+15	eggs	eggs	NOUN	_	_	_	_	_	ss=n.food	3:X
+16	benedict	benedict	NOUN	_	_	_	_	_	_	3
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.4
+# sent_counter = 3512
+# text = T 's has been a North County landmark for thirty years and with good reason .
+1	T	t	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	's	's	PART	_	_	_	_	_	_	1
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	North	north	PROPN	_	_	_	_	_	ss=n.location	2:X
+7	County	county	PROPN	_	_	_	_	_	_	2
+8	landmark	landmark	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	thirty	thirty	NUM	_	_	_	_	_	_	*
+11	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	3:X
+14	good	good	ADJ	_	_	_	_	_	_	3
+15	reason	reason	NOUN	_	_	_	_	_	_	3
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.5
+# sent_counter = 3513
+# text = Family owned and operated makes sure the atmosphere is relaxed and the food home - cooked with style .
+1	Family	family	NOUN	_	_	_	_	_	ss=n.group	*
+2	owned	own	VERB	_	_	_	_	_	ss=v.social	1:X
+3	and	and	CCONJ	_	_	_	_	_	_	1
+4	operated	operate	VERB	_	_	_	_	_	_	1
+5	makes	make	VERB	_	_	_	_	_	ss=v.social	2:X
+6	sure	sure	ADJ	_	_	_	_	_	_	2
+7	the	the	DET	_	_	_	_	_	_	*
+8	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+14	home	home	NOUN	_	_	_	_	_	ss=v.creation	3:X
+15	-	-	PUNCT	_	_	_	_	_	_	3
+16	cooked	cook	VERB	_	_	_	_	_	_	3
+17	with	with	ADP	_	_	_	_	_	_	*
+18	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.6
+# sent_counter = 3514
+# text = I highly recommend picking up a jug of their homemade bloody mary mix - definitely the best .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	picking	pick	VERB	_	_	_	_	_	ss=v.possession	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	a	a	DET	_	_	_	_	_	_	*
+7	jug	jug	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	homemade	homemade	ADJ	_	_	_	_	_	_	*
+11	bloody	bloody	ADJ	_	_	_	_	_	ss=n.food	2:X
+12	mary	mary	NOUN	_	_	_	_	_	_	2
+13	mix	mix	NOUN	_	_	_	_	_	ss=n.food	*
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	definitely	definitely	ADV	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	best	best	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235576.7
+# sent_counter = 3515
+# text = If you 've been to North County , chances are it 's in your favorites list already .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	to	to	ADP	_	_	_	_	_	_	1
+6	North	north	PROPN	_	_	_	_	_	ss=n.location	2:X
+7	County	county	PROPN	_	_	_	_	_	_	2
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	chances	chance	NOUN	_	_	_	_	_	_	3:X
+10	are	be	VERB	_	_	_	_	_	_	3
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	your	your	PRON	_	_	_	_	_	_	*
+15	favorites	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+17	already	already	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.250878.1
+# sent_counter = 3516
+# text = This is my favorite coffee store .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	favorite	favorite	ADJ	_	_	_	_	_	_	*
+5	coffee	coffee	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	store	store	NOUN	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.250878.2
+# sent_counter = 3517
+# text = Just ask American Express
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	American	american	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Express	express	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251475.1
+# sent_counter = 3518
+# text = Great People and even better service !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	People	person	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	even	even	ADV	_	_	_	_	_	_	*
+5	better	better	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251475.2
+# sent_counter = 3519
+# text = Best to deal with !
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	deal	deal	VERB	_	_	_	_	_	ss=v.social	1:X
+4	with	with	ADP	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251475.3
+# sent_counter = 3520
+# text = In a few words ... I 'm pleasantly surprised that you can still find " old school " service out there where company care more about good name and customers than their pockets ...
+1	In	in	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	1:X
+3	few	few	ADJ	_	_	_	_	_	_	1
+4	words	words	NOUN	_	_	_	_	_	ss=n.communication	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+8	pleasantly	pleasantly	ADV	_	_	_	_	_	_	*
+9	surprised	surprised	ADJ	_	_	_	_	_	_	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	still	still	ADV	_	_	_	_	_	_	*
+14	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+16	old	old	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+17	school	school	NOUN	_	_	_	_	_	_	2
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+20	out	out	ADV	_	_	_	_	_	_	3:X
+21	there	there	ADV	_	_	_	_	_	_	3
+22	where	where	ADV	_	_	_	_	_	_	*
+23	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+24	care	care	VERB	_	_	_	_	_	ss=v.emotion	*
+25	more	more	ADV	_	_	_	_	_	_	*
+26	about	about	ADP	_	_	_	_	_	_	*
+27	good	good	ADJ	_	_	_	_	_	_	*
+28	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	customers	customer	NOUN	_	_	_	_	_	ss=n.group	*
+31	than	than	ADP	_	_	_	_	_	_	*
+32	their	their	PRON	_	_	_	_	_	_	*
+33	pockets	pocket	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251475.4
+# sent_counter = 3521
+# text = Highly recommended people / business .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	/	/	PUNCT	_	_	_	_	_	_	*
+5	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251475.5
+# sent_counter = 3522
+# text = Thanks Josh !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Josh	josh	PROPN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.1
+# sent_counter = 3523
+# text = Thank you for helping me get more healthy !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	for	for	SCONJ	_	_	_	_	_	_	*
+4	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.change	2:X
+7	more	more	ADV	_	_	_	_	_	_	*
+8	healthy	healthy	ADJ	_	_	_	_	_	_	2
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.2
+# sent_counter = 3524
+# text = I came in and saw Dr. Ruona about a month ago for quitting smoking .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	in	in	ADV	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	saw	see	VERB	_	_	_	_	_	ss=v.social	*
+6	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	2:X
+7	Ruona	ruona	PROPN	_	_	_	_	_	_	2
+8	about	about	ADV	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+11	ago	ago	ADV	_	_	_	_	_	_	*
+12	for	for	SCONJ	_	_	_	_	_	_	*
+13	quitting	quit	VERB	_	_	_	_	_	ss=v.change	3:X
+14	smoking	smoking	NOUN	_	_	_	_	_	_	3
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.3
+# sent_counter = 3525
+# text = I have to tell you that I have n't had one and do n't want one .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+11	one	one	NUM	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	do	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+16	one	one	NUM	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.4
+# sent_counter = 3526
+# text = It is the easiest thing that I have ever done and I tell all my friends that they should do it too .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	easiest	easy	ADJ	_	_	_	_	_	_	*
+5	thing	thing	NOUN	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+17	that	that	SCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	should	should	AUX	_	_	_	_	_	_	*
+20	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	too	too	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.5
+# sent_counter = 3527
+# text = I sent a customer of mine to you .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sent	send	VERB	_	_	_	_	_	ss=v.motion	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	mine	mine	PRON	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.6
+# sent_counter = 3528
+# text = Dr. Ruona , if you read this , thank you for helping me get more healthy .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Ruona	ruona	PROPN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	thank	thank	VERB	_	_	_	_	_	_	2:X
+10	you	you	PRON	_	_	_	_	_	_	2
+11	for	for	SCONJ	_	_	_	_	_	_	*
+12	helping	help	VERB	_	_	_	_	_	ss=v.social	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	get	get	VERB	_	_	_	_	_	ss=v.change	3:X
+15	more	more	ADV	_	_	_	_	_	_	*
+16	healthy	healthy	ADJ	_	_	_	_	_	_	3
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.7
+# sent_counter = 3529
+# text = I feel lighter and feel that I have more possibilities open to me now than I did before .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	lighter	light	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	possibilities	possibility	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	open	open	ADJ	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	now	now	ADV	_	_	_	_	_	_	*
+15	than	than	SCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	did	do	AUX	_	_	_	_	_	_	*
+18	before	before	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251774.8
+# sent_counter = 3530
+# text = I ca n't thank you enough .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ca	ca	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	thank	thank	VERB	_	_	_	_	_	ss=v.social	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	enough	enough	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.256677.1
+# sent_counter = 3531
+# text = Love Hop City
+1	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	Hop	hop	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	City	city	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.256677.2
+# sent_counter = 3532
+# text = This place is great !
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.256677.3
+# sent_counter = 3533
+# text = Craig and Nate are wonderful .
+1	Craig	craig	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Nate	nate	PROPN	_	_	_	_	_	ss=n.person	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.256677.4
+# sent_counter = 3534
+# text = I know now where to get all of my wine and beer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	where	where	ADV	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.256677.5
+# sent_counter = 3535
+# text = No need to go to a grocer again .
+1	No	no	DET	_	_	_	_	_	_	*
+2	need	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	grocer	grocer	NOUN	_	_	_	_	_	ss=n.group	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.1
+# sent_counter = 3536
+# text = Believe me .
+1	Believe	believe	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	me	me	PRON	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.2
+# sent_counter = 3537
+# text = This is THE premier university in Virginia .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	THE	the	DET	_	_	_	_	_	_	*
+4	premier	premier	ADJ	_	_	_	_	_	_	*
+5	university	university	NOUN	_	_	_	_	_	ss=n.group	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Virginia	virginia	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.3
+# sent_counter = 3538
+# text = It is also the largest .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	largest	large	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.4
+# sent_counter = 3539
+# text = With a Pizza Hut , IHOP , 3 Starbucks , Chili s , Panera , and Chipotle on campus ALONE , VCU has some of the best eating options for students .
+1	With	with	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	Pizza	pizza	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Hut	hut	PROPN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	IHOP	ihop	PROPN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	3	3	NUM	_	_	_	_	_	_	*
+9	Starbucks	starbucks	PROPN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Chili	chili	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	s	s	PART	_	_	_	_	_	_	2
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Panera	panera	PROPN	_	_	_	_	_	ss=n.group	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	Chipotle	chipotle	PROPN	_	_	_	_	_	ss=n.group	*
+18	on	on	ADP	_	_	_	_	_	_	3:X
+19	campus	campus	NOUN	_	_	_	_	_	_	3
+20	ALONE	alone	ADV	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	*
+23	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+24	some	some	DET	_	_	_	_	_	_	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	best	best	ADJ	_	_	_	_	_	_	*
+28	eating	eating	NOUN	_	_	_	_	_	ss=n.act	*
+29	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+30	for	for	ADP	_	_	_	_	_	_	*
+31	students	student	NOUN	_	_	_	_	_	ss=n.group	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.5
+# sent_counter = 3540
+# text = VCU has the # 1 art school in America , and EXCELS in healthcare and medical schooling .
+1	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	#	#	NOUN	_	_	_	_	_	_	1:X
+5	1	1	NUM	_	_	_	_	_	_	1
+6	art	art	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	school	school	NOUN	_	_	_	_	_	_	2
+8	in	in	ADP	_	_	_	_	_	_	*
+9	America	america	PROPN	_	_	_	_	_	ss=n.location	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	EXCELS	excel	VERB	_	_	_	_	_	ss=v.stative	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	healthcare	healthcare	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	medical	medical	ADJ	_	_	_	_	_	_	*
+17	schooling	schooling	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.6
+# sent_counter = 3541
+# text = The Rams , the VCU sports team , also made the NCAA Final 4 this year , too !
+1	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+2	Rams	rams	PROPN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	*
+6	sports	sport	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	also	also	ADV	_	_	_	_	_	_	*
+10	made	make	VERB	_	_	_	_	_	ss=v.competition	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	NCAA	ncaa	PROPN	_	_	_	_	_	ss=n.event	2:X
+13	Final	final	ADJ	_	_	_	_	_	_	2
+14	4	4	NUM	_	_	_	_	_	_	2
+15	this	this	DET	_	_	_	_	_	_	*
+16	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	too	too	ADV	_	_	_	_	_	_	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.7
+# sent_counter = 3542
+# text = VCU also offers high - rise living for students and professors , and the historic yet fixed - up houses in the Fan are also available to students , professors , or even people wanting to live in a safe , viable community .
+1	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	offers	offer	VERB	_	_	_	_	_	ss=v.stative	*
+4	high	high	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+5	-	-	PUNCT	_	_	_	_	_	_	1
+6	rise	rise	NOUN	_	_	_	_	_	_	1
+7	living	living	NOUN	_	_	_	_	_	ss=n.act	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	professors	professor	NOUN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	historic	historic	ADJ	_	_	_	_	_	_	*
+16	yet	yet	CCONJ	_	_	_	_	_	_	*
+17	fixed	fix	VERB	_	_	_	_	_	ss=v.change	2:X
+18	-	-	PUNCT	_	_	_	_	_	_	2
+19	up	up	ADP	_	_	_	_	_	_	2
+20	houses	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	ss=n.location	3:X
+23	Fan	fan	NOUN	_	_	_	_	_	_	3
+24	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	also	also	ADV	_	_	_	_	_	_	*
+26	available	available	ADJ	_	_	_	_	_	_	*
+27	to	to	ADP	_	_	_	_	_	_	*
+28	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	professors	professor	NOUN	_	_	_	_	_	ss=n.person	*
+31	,	,	PUNCT	_	_	_	_	_	_	*
+32	or	or	CCONJ	_	_	_	_	_	_	*
+33	even	even	ADV	_	_	_	_	_	_	*
+34	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+35	wanting	want	VERB	_	_	_	_	_	ss=v.cognition	*
+36	to	to	PART	_	_	_	_	_	_	*
+37	live	live	VERB	_	_	_	_	_	ss=v.social	*
+38	in	in	ADP	_	_	_	_	_	_	*
+39	a	a	DET	_	_	_	_	_	_	*
+40	safe	safe	ADJ	_	_	_	_	_	_	*
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	viable	viable	ADJ	_	_	_	_	_	_	*
+43	community	community	NOUN	_	_	_	_	_	ss=n.group	*
+44	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.8
+# sent_counter = 3543
+# text = VCU is also minutes from Downtown Richmond , Canal Walk , Carytown , Stony Point , Short Pump , and the VCU Medical Center .
+1	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Downtown	downtown	NOUN	_	_	_	_	_	ss=n.location	*
+7	Richmond	richmond	PROPN	_	_	_	_	_	ss=n.location	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Canal	canal	PROPN	_	_	_	_	_	ss=n.location	1:X
+10	Walk	walk	PROPN	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	Carytown	carytown	PROPN	_	_	_	_	_	ss=n.location	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	Stony	stony	PROPN	_	_	_	_	_	ss=n.location	2:X
+15	Point	point	PROPN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	Short	short	PROPN	_	_	_	_	_	ss=n.location	3:X
+18	Pump	pump	PROPN	_	_	_	_	_	_	3
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	VCU	vcu	PROPN	_	_	_	_	_	ss=n.group	4:X
+23	Medical	medical	PROPN	_	_	_	_	_	_	4
+24	Center	center	PROPN	_	_	_	_	_	_	4
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.9
+# sent_counter = 3544
+# text = It is the best university in Virginia and continuously receives rave reviews every year .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	university	university	NOUN	_	_	_	_	_	ss=n.group	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Virginia	virginia	PROPN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	continuously	continuously	ADV	_	_	_	_	_	_	*
+10	receives	receive	VERB	_	_	_	_	_	ss=v.social	*
+11	rave	rave	ADJ	_	_	_	_	_	ss=n.communication	1:X
+12	reviews	review	NOUN	_	_	_	_	_	_	1
+13	every	every	DET	_	_	_	_	_	_	*
+14	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.263870.10
+# sent_counter = 3545
+# text = The U of R is also recommended , too !
+1	The	the	DET	_	_	_	_	_	_	*
+2	U	u	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	of	of	ADP	_	_	_	_	_	_	1
+4	R	r	PROPN	_	_	_	_	_	_	1
+5	is	be	AUX	_	_	_	_	_	_	*
+6	also	also	ADV	_	_	_	_	_	_	*
+7	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	too	too	ADV	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266676.1
+# sent_counter = 3546
+# text = Thanks For A Great Job
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	For	for	ADP	_	_	_	_	_	_	*
+3	A	a	DET	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266676.2
+# sent_counter = 3547
+# text = Thanks For The Prompt Service And Great Job You And Your Boys Have Done On Our New Solar System , The Panels On The Roof Look Great And The Power We Are Putting Back In To The Grid Is Great , Great Job Thanks
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	For	for	ADP	_	_	_	_	_	_	*
+3	The	the	DET	_	_	_	_	_	_	*
+4	Prompt	prompt	ADJ	_	_	_	_	_	_	*
+5	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	And	and	CCONJ	_	_	_	_	_	_	*
+7	Great	great	ADJ	_	_	_	_	_	_	*
+8	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+9	You	you	PRON	_	_	_	_	_	_	*
+10	And	and	CCONJ	_	_	_	_	_	_	*
+11	Your	your	PRON	_	_	_	_	_	_	*
+12	Boys	boy	NOUN	_	_	_	_	_	ss=n.person	*
+13	Have	have	AUX	_	_	_	_	_	_	*
+14	Done	do	VERB	_	_	_	_	_	ss=v.social	*
+15	On	on	ADP	_	_	_	_	_	_	*
+16	Our	our	PRON	_	_	_	_	_	_	*
+17	New	new	ADJ	_	_	_	_	_	_	*
+18	Solar	solar	ADJ	_	_	_	_	_	_	*
+19	System	system	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	The	the	DET	_	_	_	_	_	_	*
+22	Panels	panel	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	On	on	ADP	_	_	_	_	_	_	*
+24	The	the	DET	_	_	_	_	_	_	*
+25	Roof	roof	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	Look	look	VERB	_	_	_	_	_	ss=v.perception	*
+27	Great	great	ADJ	_	_	_	_	_	_	*
+28	And	and	CCONJ	_	_	_	_	_	_	*
+29	The	the	DET	_	_	_	_	_	_	*
+30	Power	power	NOUN	_	_	_	_	_	ss=n.natural_object	*
+31	We	we	PRON	_	_	_	_	_	_	*
+32	Are	be	AUX	_	_	_	_	_	_	*
+33	Putting	put	VERB	_	_	_	_	_	ss=v.social	*
+34	Back	back	ADV	_	_	_	_	_	_	*
+35	In	in	X	_	_	_	_	_	_	*
+36	To	to	ADP	_	_	_	_	_	_	*
+37	The	the	DET	_	_	_	_	_	_	*
+38	Grid	grid	NOUN	_	_	_	_	_	ss=n.cognition	*
+39	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	Great	great	ADJ	_	_	_	_	_	_	*
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	Great	great	ADJ	_	_	_	_	_	_	*
+43	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+44	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268673.1
+# sent_counter = 3548
+# text = tricky short guy
+1	tricky	tricky	ADJ	_	_	_	_	_	_	*
+2	short	short	ADJ	_	_	_	_	_	_	*
+3	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268673.2
+# sent_counter = 3549
+# text = The new management is tricky and talk you into getting video rental agreement .
+1	The	the	DET	_	_	_	_	_	_	*
+2	new	new	ADJ	_	_	_	_	_	_	*
+3	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	tricky	tricky	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	talk	talk	VERB	_	_	_	_	_	ss=v.social	1:X
+8	you	you	PRON	_	_	_	_	_	_	*
+9	into	into	SCONJ	_	_	_	_	_	_	1
+10	getting	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	video	video	NOUN	_	_	_	_	_	ss=n.communication	*
+12	rental	rental	NOUN	_	_	_	_	_	ss=n.act	*
+13	agreement	agreement	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268673.3
+# sent_counter = 3550
+# text = To my surprise $ 20 deposit .... New movies not on shelf .. under the counter for Telugu Speaking people only ... or people who spend $ 30 or more groceries ..
+1	To	to	ADP	_	_	_	_	_	_	1:X
+2	my	my	PRON	_	_	_	_	_	_	1
+3	surprise	surprise	NOUN	_	_	_	_	_	_	1
+4	$	$	SYM	_	_	_	_	_	_	*
+5	20	20	NUM	_	_	_	_	_	_	*
+6	deposit	deposit	NOUN	_	_	_	_	_	ss=n.possession	*
+7	....	....	PUNCT	_	_	_	_	_	_	*
+8	New	new	ADJ	_	_	_	_	_	_	*
+9	movies	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	2:X
+12	shelf	shelf	NOUN	_	_	_	_	_	_	2
+13	..	..	PUNCT	_	_	_	_	_	_	*
+14	under	under	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	counter	counter	NOUN	_	_	_	_	_	ss=n.location	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	Telugu	telugu	PROPN	_	_	_	_	_	ss=n.communication	*
+19	Speaking	speak	VERB	_	_	_	_	_	_	*
+20	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+21	only	only	ADV	_	_	_	_	_	_	*
+22	...	...	PUNCT	_	_	_	_	_	_	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+25	who	who	PRON	_	_	_	_	_	_	*
+26	spend	spend	VERB	_	_	_	_	_	ss=v.possession	*
+27	$	$	SYM	_	_	_	_	_	_	*
+28	30	30	NUM	_	_	_	_	_	_	*
+29	or	or	CCONJ	_	_	_	_	_	_	*
+30	more	more	ADJ	_	_	_	_	_	_	*
+31	groceries	grocery	NOUN	_	_	_	_	_	ss=n.food	*
+32	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268673.4
+# sent_counter = 3551
+# text = That did it for me .. no more Raina 's .
+1	That	that	DET	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.change	1:X
+3	it	it	PRON	_	_	_	_	_	_	1
+4	for	for	ADP	_	_	_	_	_	_	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	no	no	ADV	_	_	_	_	_	_	*
+8	more	more	ADJ	_	_	_	_	_	_	*
+9	Raina	raina	PROPN	_	_	_	_	_	ss=n.group	2:X
+10	's	's	PART	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268673.5
+# sent_counter = 3552
+# text = Besides parking is a pain .. cramped and un-ruly with Kumon Parents next door .... gives me heebee gee bees'
+1	Besides	besides	ADV	_	_	_	_	_	_	*
+2	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	a	a	DET	_	_	_	_	_	_	1
+5	pain	pain	NOUN	_	_	_	_	_	_	1
+6	..	..	PUNCT	_	_	_	_	_	_	*
+7	cramped	cramped	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	un-ruly	un-ruly	ADJ	_	_	_	_	_	_	*
+10	with	with	SCONJ	_	_	_	_	_	_	*
+11	Kumon	kumon	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	Parents	parents	PROPN	_	_	_	_	_	_	2
+13	next	next	ADJ	_	_	_	_	_	ss=n.location	3:X
+14	door	door	NOUN	_	_	_	_	_	_	3
+15	....	....	PUNCT	_	_	_	_	_	_	*
+16	gives	give	VERB	_	_	_	_	_	ss=v.cognition	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	heebee	heebee	NOUN	_	_	_	_	_	ss=n.cognition	4:X
+19	gee	gee	NOUN	_	_	_	_	_	_	4
+20	bees'	bee	NOUN	_	_	_	_	_	_	4
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.1
+# sent_counter = 3553
+# text = Our company is a high end designer handbag and fashion accessories company , thus we are certainly a niche market .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+6	end	end	NOUN	_	_	_	_	_	_	1
+7	designer	designer	NOUN	_	_	_	_	_	_	*
+8	handbag	handbag	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	fashion	fashion	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+11	accessories	accessory	NOUN	_	_	_	_	_	_	2
+12	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	thus	thus	ADV	_	_	_	_	_	_	*
+15	we	we	PRON	_	_	_	_	_	_	*
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	certainly	certainly	ADV	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	niche	niche	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+20	market	market	NOUN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.2
+# sent_counter = 3554
+# text = We had been evaluating SEO providers for quite some time and finally decided to take the plunge with Stuart , and Ulistic .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	evaluating	evaluate	VERB	_	_	_	_	_	ss=v.cognition	*
+5	SEO	seo	NOUN	_	_	_	_	_	ss=n.group	*
+6	providers	provider	NOUN	_	_	_	_	_	ss=n.group	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	quite	quite	DET	_	_	_	_	_	_	*
+9	some	some	DET	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	finally	finally	ADV	_	_	_	_	_	_	*
+13	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	take	take	VERB	_	_	_	_	_	ss=v.cognition	1:X
+16	the	the	DET	_	_	_	_	_	_	1
+17	plunge	plunge	NOUN	_	_	_	_	_	_	1
+18	with	with	ADP	_	_	_	_	_	_	1
+19	Stuart	stuart	PROPN	_	_	_	_	_	ss=n.person	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	Ulistic	ulistic	PROPN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.3
+# sent_counter = 3555
+# text = We made the decision for a couple of reasons .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	the	the	DET	_	_	_	_	_	_	*
+4	decision	decision	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	2:X
+7	couple	couple	NOUN	_	_	_	_	_	_	2
+8	of	of	ADP	_	_	_	_	_	_	*
+9	reasons	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.4
+# sent_counter = 3556
+# text = 1 . Social Media .
+1	1	1	X	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	Social	social	ADJ	_	_	_	_	_	ss=n.communication	1:X
+4	Media	medium	NOUN	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.5
+# sent_counter = 3557
+# text = We were familiar with Search Engine Optimization strategies , but new nothing about Social Media - we just heard that it was the next big thing .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	familiar	familiar	ADJ	_	_	_	_	_	_	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Search	search	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	Engine	engine	NOUN	_	_	_	_	_	_	1
+7	Optimization	optimization	NOUN	_	_	_	_	_	_	1
+8	strategies	strategy	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	new	new	VERB	_	_	_	_	_	ss=v.cognition	*
+12	nothing	nothing	NOUN	_	_	_	_	_	_	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	Social	social	ADJ	_	_	_	_	_	ss=n.communication	2:X
+15	Media	medium	NOUN	_	_	_	_	_	_	2
+16	-	-	PUNCT	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	just	just	ADV	_	_	_	_	_	_	*
+19	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+20	that	that	SCONJ	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	the	the	DET	_	_	_	_	_	_	3:X
+24	next	next	ADJ	_	_	_	_	_	_	3
+25	big	big	ADJ	_	_	_	_	_	_	3
+26	thing	thing	NOUN	_	_	_	_	_	_	3
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.6
+# sent_counter = 3558
+# text = 2 . We really liked the fact that Stuart sets defined objectives and we meet once a month to go over our Key Performance Indicators .
+1	2	2	X	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+3	We	we	PRON	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	fact	fact	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	Stuart	stuart	PROPN	_	_	_	_	_	ss=n.person	*
+10	sets	set	VERB	_	_	_	_	_	ss=v.cognition	*
+11	defined	define	VERB	_	_	_	_	_	ss=v.cognition	*
+12	objectives	objective	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+16	once	once	ADV	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	go	go	VERB	_	_	_	_	_	ss=v.cognition	1:X
+21	over	over	ADP	_	_	_	_	_	_	1
+22	our	our	PRON	_	_	_	_	_	_	*
+23	Key	key	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+24	Performance	performance	NOUN	_	_	_	_	_	_	2
+25	Indicators	indicator	NOUN	_	_	_	_	_	_	2
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.7
+# sent_counter = 3559
+# text = How has it gone so far ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	gone	go	VERB	_	_	_	_	_	ss=v.social	*
+5	so	so	ADV	_	_	_	_	_	_	1:X
+6	far	far	ADV	_	_	_	_	_	_	1
+7	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.8
+# sent_counter = 3560
+# text = Well we have been working with Ulistic for 1.5 months , and have 100 people following our site on Facebook , and our web site , www.designofashion.com has seen a 3 fold increase in traffic , which is significantly beating our expectations - SEO is a process that takes time and to get results this quickly is exceptional .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	working	work	VERB	_	_	_	_	_	ss=v.social	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	Ulistic	ulistic	PROPN	_	_	_	_	_	ss=n.person	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	1.5	1.5	NUM	_	_	_	_	_	_	*
+10	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	100	100	NUM	_	_	_	_	_	_	*
+15	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+16	following	follow	VERB	_	_	_	_	_	ss=v.social	*
+17	our	our	PRON	_	_	_	_	_	_	*
+18	site	site	NOUN	_	_	_	_	_	ss=n.communication	*
+19	on	on	ADP	_	_	_	_	_	_	*
+20	Facebook	facebook	PROPN	_	_	_	_	_	ss=n.communication	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	our	our	PRON	_	_	_	_	_	_	*
+24	web	web	NOUN	_	_	_	_	_	ss=n.communication	1:X
+25	site	site	NOUN	_	_	_	_	_	_	1
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	www.designofashion.com	www.designofashion.com	X	_	_	_	_	_	ss=n.communication	*
+28	has	have	AUX	_	_	_	_	_	_	*
+29	seen	see	VERB	_	_	_	_	_	ss=v.stative	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	3	3	NUM	_	_	_	_	_	ss=n.quantity	2:X
+32	fold	fold	NOUN	_	_	_	_	_	_	2
+33	increase	increase	NOUN	_	_	_	_	_	ss=n.relation	*
+34	in	in	ADP	_	_	_	_	_	_	*
+35	traffic	traffic	NOUN	_	_	_	_	_	ss=n.cognition	*
+36	,	,	PUNCT	_	_	_	_	_	_	*
+37	which	which	DET	_	_	_	_	_	_	*
+38	is	be	AUX	_	_	_	_	_	_	*
+39	significantly	significantly	ADV	_	_	_	_	_	_	*
+40	beating	beat	VERB	_	_	_	_	_	ss=v.competition	*
+41	our	our	PRON	_	_	_	_	_	_	*
+42	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+43	-	-	PUNCT	_	_	_	_	_	_	*
+44	SEO	seo	NOUN	_	_	_	_	_	ss=n.cognition	*
+45	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+46	a	a	DET	_	_	_	_	_	_	*
+47	process	process	NOUN	_	_	_	_	_	ss=n.process	*
+48	that	that	DET	_	_	_	_	_	_	*
+49	takes	take	VERB	_	_	_	_	_	ss=v.stative	3:X
+50	time	time	NOUN	_	_	_	_	_	_	3
+51	and	and	CCONJ	_	_	_	_	_	_	*
+52	to	to	PART	_	_	_	_	_	_	*
+53	get	get	VERB	_	_	_	_	_	ss=v.cognition	4:X
+54	results	result	NOUN	_	_	_	_	_	_	4
+55	this	this	ADV	_	_	_	_	_	_	*
+56	quickly	quickly	ADV	_	_	_	_	_	_	*
+57	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+58	exceptional	exceptional	ADJ	_	_	_	_	_	_	*
+59	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.9
+# sent_counter = 3561
+# text = We are absolutely confident that Stuart 's ethical and focused strategies will see these trends continue to grow , and our business will reap the rewards of this program .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+4	confident	confident	ADJ	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	Stuart	stuart	PROPN	_	_	_	_	_	ss=n.person	*
+7	's	's	PART	_	_	_	_	_	_	*
+8	ethical	ethical	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	focused	focus	VERB	_	_	_	_	_	ss=v.cognition	*
+11	strategies	strategy	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	see	see	VERB	_	_	_	_	_	ss=v.stative	*
+14	these	these	DET	_	_	_	_	_	_	*
+15	trends	trend	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	continue	continue	VERB	_	_	_	_	_	ss=v.stative	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	grow	grow	VERB	_	_	_	_	_	ss=v.change	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	our	our	PRON	_	_	_	_	_	_	*
+22	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+23	will	will	AUX	_	_	_	_	_	_	*
+24	reap	reap	VERB	_	_	_	_	_	ss=v.possession	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	rewards	reward	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	this	this	DET	_	_	_	_	_	_	*
+29	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.278775.10
+# sent_counter = 3562
+# text = Finally , it must be said that Stuart is a fantastic person to work with , because of his solid strategies and equally as importantly because he is a genuinely good person and a great communicator .
+1	Finally	finally	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	must	must	AUX	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	that	that	SCONJ	_	_	_	_	_	_	*
+8	Stuart	stuart	PROPN	_	_	_	_	_	ss=n.person	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+12	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	work	work	VERB	_	_	_	_	_	ss=v.social	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	because	because	ADP	_	_	_	_	_	_	1:X
+18	of	of	ADP	_	_	_	_	_	_	1
+19	his	his	PRON	_	_	_	_	_	_	*
+20	solid	solid	ADJ	_	_	_	_	_	_	*
+21	strategies	strategy	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	equally	equally	ADV	_	_	_	_	_	_	*
+24	as	as	ADP	_	_	_	_	_	_	*
+25	importantly	importantly	ADV	_	_	_	_	_	_	*
+26	because	because	SCONJ	_	_	_	_	_	_	*
+27	he	he	PRON	_	_	_	_	_	_	*
+28	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	genuinely	genuinely	ADV	_	_	_	_	_	_	*
+31	good	good	ADJ	_	_	_	_	_	_	*
+32	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	a	a	DET	_	_	_	_	_	_	*
+35	great	great	ADJ	_	_	_	_	_	_	*
+36	communicator	communicator	NOUN	_	_	_	_	_	ss=n.person	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279070.1
+# sent_counter = 3563
+# text = Great Meal
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279070.2
+# sent_counter = 3564
+# text = Happened on to this place while out of town on business , and it was great !
+1	Happened	happen	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	on	on	ADP	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	1
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	while	while	SCONJ	_	_	_	_	_	_	*
+7	out	out	ADP	_	_	_	_	_	_	2:X
+8	of	of	ADP	_	_	_	_	_	_	2
+9	town	town	NOUN	_	_	_	_	_	_	2
+10	on	on	ADP	_	_	_	_	_	_	3:X
+11	business	business	NOUN	_	_	_	_	_	_	3
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	great	great	ADJ	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279070.3
+# sent_counter = 3565
+# text = The food was excellent and the service was terrific .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	terrific	terrific	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.279070.4
+# sent_counter = 3566
+# text = It is a cloth napkin kind of place , but I thought well worth it .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	cloth	cloth	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	napkin	napkin	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+13	well	well	ADV	_	_	_	_	_	_	*
+14	worth	worth	ADJ	_	_	_	_	_	_	1:X
+15	it	it	PRON	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.1
+# sent_counter = 3567
+# text = Ca n't say enough
+1	Ca	ca	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	enough	enough	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.2
+# sent_counter = 3568
+# text = I used to tan down the street before I was referred to this place by one of my friends .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	tan	tan	VERB	_	_	_	_	_	ss=v.body	*
+5	down	down	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+8	before	before	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	referred	refer	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+15	by	by	ADP	_	_	_	_	_	_	*
+16	one	one	NUM	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.3
+# sent_counter = 3569
+# text = WOW !
+1	WOW	wow	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.4
+# sent_counter = 3570
+# text = I did n't know what I was missing .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	what	what	PRON	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	was	be	AUX	_	_	_	_	_	_	*
+8	missing	miss	VERB	_	_	_	_	_	ss=v.cognition	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.5
+# sent_counter = 3571
+# text = The lowest bed here is better than my last salon s highest level .
+1	The	the	DET	_	_	_	_	_	_	*
+2	lowest	lowest	ADJ	_	_	_	_	_	_	*
+3	bed	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	than	than	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	last	last	ADJ	_	_	_	_	_	_	*
+10	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+11	s	s	PART	_	_	_	_	_	_	*
+12	highest	high	ADJ	_	_	_	_	_	_	*
+13	level	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280170.6
+# sent_counter = 3572
+# text = Salon is clean and girls are nice .
+1	Salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	girls	girl	NOUN	_	_	_	_	_	ss=n.person	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.1
+# sent_counter = 3573
+# text = do NOT bring your car here
+1	do	do	AUX	_	_	_	_	_	_	*
+2	NOT	not	PART	_	_	_	_	_	_	*
+3	bring	bring	VERB	_	_	_	_	_	ss=v.motion	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	here	here	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.2
+# sent_counter = 3574
+# text = I got a coupon from Pennysaver for this station .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	coupon	coupon	NOUN	_	_	_	_	_	ss=n.possession	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Pennysaver	pennysaver	PROPN	_	_	_	_	_	ss=n.communication	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	station	station	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.3
+# sent_counter = 3575
+# text = Yes , they accepted it .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	accepted	accept	VERB	_	_	_	_	_	ss=v.possession	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.4
+# sent_counter = 3576
+# text = However , during the test , they did whatever they can to get my test failed .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	during	during	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	test	test	NOUN	_	_	_	_	_	ss=n.event	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	did	do	VERB	_	_	_	_	_	ss=v.social	*
+9	whatever	whatever	PRON	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.change	1:X
+14	my	my	PRON	_	_	_	_	_	_	*
+15	test	test	NOUN	_	_	_	_	_	ss=n.event	*
+16	failed	fail	VERB	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.5
+# sent_counter = 3577
+# text = Then , they sold me overpriced stuffs , such as oil tank cap , so that my car can pass it right away .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	sold	sell	VERB	_	_	_	_	_	ss=v.possession	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+7	stuffs	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	such	such	ADJ	_	_	_	_	_	_	1:X
+10	as	as	ADP	_	_	_	_	_	_	1
+11	oil	oil	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+12	tank	tank	NOUN	_	_	_	_	_	_	2
+13	cap	cap	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	so	so	ADP	_	_	_	_	_	_	*
+16	that	that	SCONJ	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	can	can	AUX	_	_	_	_	_	_	*
+20	pass	pass	VERB	_	_	_	_	_	ss=v.social	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	right	right	ADV	_	_	_	_	_	_	3:X
+23	away	away	ADV	_	_	_	_	_	_	3
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.281976.6
+# sent_counter = 3578
+# text = I ended up paying much more .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	ended	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+5	much	much	ADV	_	_	_	_	_	_	*
+6	more	more	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.286172.1
+# sent_counter = 3579
+# text = This place is awesome
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awesome	awesome	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.286172.2
+# sent_counter = 3580
+# text = Great work , good price .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.286172.3
+# sent_counter = 3581
+# text = Definetely going back
+1	Definetely	definetely	ADV	_	_	_	_	_	_	*
+2	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	back	back	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294978.1
+# sent_counter = 3582
+# text = not impressive enough
+1	not	not	PART	_	_	_	_	_	_	*
+2	impressive	impressive	ADJ	_	_	_	_	_	_	*
+3	enough	enough	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294978.2
+# sent_counter = 3583
+# text = It 's a fine place , I 'm just a little mystified about the Michelin star .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	fine	fine	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	1:X
+11	little	little	ADJ	_	_	_	_	_	_	1
+12	mystified	mystified	ADJ	_	_	_	_	_	_	*
+13	about	about	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	Michelin	michelin	PROPN	_	_	_	_	_	ss=n.communication	2:X
+16	star	star	NOUN	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.294978.3
+# sent_counter = 3584
+# text = Nothing wrong with it , just better options at this price point .
+1	Nothing	nothing	NOUN	_	_	_	_	_	_	*
+2	wrong	wrong	ADJ	_	_	_	_	_	_	1:X
+3	with	with	ADP	_	_	_	_	_	_	1
+4	it	it	PRON	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	better	better	ADJ	_	_	_	_	_	_	*
+8	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	price	price	NOUN	_	_	_	_	_	ss=n.possession	2:X
+12	point	point	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307170.1
+# sent_counter = 3585
+# text = Best Limo Limousine service in all of Dallas
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Limo	limo	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	Limousine	limousine	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	Dallas	dallas	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307170.2
+# sent_counter = 3586
+# text = Great Limos company int he DFW fort Worth Metro area .
+1	Great	great	PROPN	_	_	_	_	_	_	*
+2	Limos	limos	PROPN	_	_	_	_	_	ss=n.artifact	*
+3	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+4	int	int	ADP	_	_	_	_	_	_	*
+5	he	he	DET	_	_	_	_	_	_	*
+6	DFW	dfw	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	fort	fort	PROPN	_	_	_	_	_	ss=n.location	2:X
+8	Worth	worth	PROPN	_	_	_	_	_	_	2
+9	Metro	metro	NOUN	_	_	_	_	_	_	1
+10	area	area	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307170.3
+# sent_counter = 3587
+# text = I use their limo services for all of my airport car services and airport transportation needs
+1	I	i	PRON	_	_	_	_	_	_	*
+2	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+3	their	their	PRON	_	_	_	_	_	_	*
+4	limo	limo	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	airport	airport	NOUN	_	_	_	_	_	ss=n.location	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	airport	airport	NOUN	_	_	_	_	_	ss=n.location	*
+15	transportation	transportation	NOUN	_	_	_	_	_	ss=n.act	*
+16	needs	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.1
+# sent_counter = 3588
+# text = My Favorite in McLean
+1	My	my	PRON	_	_	_	_	_	_	*
+2	Favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	McLean	mclean	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.2
+# sent_counter = 3589
+# text = My family loves coming to Endo Sushi . They are very nice , it is never crowded , and the food is wonderful , very delicious and fresh !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+4	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Endo	endo	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Sushi	sushi	PROPN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+9	They	they	PRON	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	nice	nice	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	never	never	ADV	_	_	_	_	_	_	*
+17	crowded	crowded	ADJ	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	very	very	ADV	_	_	_	_	_	_	*
+26	delicious	delicious	ADJ	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	fresh	fresh	ADJ	_	_	_	_	_	_	*
+29	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.3
+# sent_counter = 3590
+# text = Sometimes it is hard to get parking in the lot in front of the storefront , and it is on a one - way street , but the restaurant itself is NEVER overcrowded .
+1	Sometimes	sometimes	ADV	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	hard	hard	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	get	get	VERB	_	_	_	_	_	ss=v.cognition	*
+7	parking	parking	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	lot	lot	NOUN	_	_	_	_	_	ss=n.location	*
+11	in	in	ADP	_	_	_	_	_	_	1:X
+12	front	front	NOUN	_	_	_	_	_	_	1
+13	of	of	ADP	_	_	_	_	_	_	1
+14	the	the	DET	_	_	_	_	_	_	*
+15	storefront	storefront	NOUN	_	_	_	_	_	ss=n.location	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	one	one	NUM	_	_	_	_	_	ss=n.cognition	2:X
+23	-	-	PUNCT	_	_	_	_	_	_	2
+24	way	way	NOUN	_	_	_	_	_	_	2
+25	street	street	NOUN	_	_	_	_	_	_	2
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	but	but	CCONJ	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+30	itself	itself	PRON	_	_	_	_	_	_	*
+31	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	NEVER	never	ADV	_	_	_	_	_	_	*
+33	overcrowded	overcrowded	ADJ	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.4
+# sent_counter = 3591
+# text = If you can not park in the lot , then you can park in the shopping center 's garage , and walk up to Endo Sushi .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	park	park	VERB	_	_	_	_	_	ss=v.motion	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	lot	lot	NOUN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	then	then	ADV	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	can	can	AUX	_	_	_	_	_	_	*
+13	park	park	VERB	_	_	_	_	_	ss=v.motion	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	shopping	shopping	NOUN	_	_	_	_	_	ss=n.group	1:X
+17	center	center	NOUN	_	_	_	_	_	_	1
+18	's	's	PART	_	_	_	_	_	_	*
+19	garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+23	up	up	ADP	_	_	_	_	_	_	*
+24	to	to	ADP	_	_	_	_	_	_	*
+25	Endo	endo	PROPN	_	_	_	_	_	ss=n.group	2:X
+26	Sushi	sushi	PROPN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.5
+# sent_counter = 3592
+# text = The service is fast .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	fast	fast	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.6
+# sent_counter = 3593
+# text = Be sure to ring the little bell on your way out if you enjoyed your meal !
+1	Be	be	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	sure	sure	ADJ	_	_	_	_	_	_	1
+3	to	to	PART	_	_	_	_	_	_	*
+4	ring	ring	VERB	_	_	_	_	_	ss=v.communication	2:X
+5	the	the	DET	_	_	_	_	_	_	*
+6	little	little	ADJ	_	_	_	_	_	_	*
+7	bell	bell	NOUN	_	_	_	_	_	_	2
+8	on	on	ADP	_	_	_	_	_	_	*
+9	your	your	PRON	_	_	_	_	_	_	*
+10	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	out	out	ADV	_	_	_	_	_	_	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	meal	meal	NOUN	_	_	_	_	_	ss=n.event	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314974.7
+# sent_counter = 3594
+# text = ( it 's by the door , on the hostess stand )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+4	by	by	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	hostess	hostess	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+11	stand	stand	NOUN	_	_	_	_	_	_	1
+12	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.330275.1
+# sent_counter = 3595
+# text = Some of the nicest people and very good work standards
+1	Some	some	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	nicest	nice	ADJ	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+10	standards	standard	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.1
+# sent_counter = 3596
+# text = Amazing Pictures at an Amazing Price
+1	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	Pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+6	Price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.2
+# sent_counter = 3597
+# text = Rendy is totally amazing .
+1	Rendy	rendy	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	totally	totally	ADV	_	_	_	_	_	_	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.3
+# sent_counter = 3598
+# text = She gave me amazing pictures at an amazing price and made my wedding day so memorable .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	amazing	amazing	ADJ	_	_	_	_	_	_	*
+9	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	made	make	VERB	_	_	_	_	_	ss=v.change	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	1:X
+14	day	day	NOUN	_	_	_	_	_	_	1
+15	so	so	ADV	_	_	_	_	_	_	*
+16	memorable	memorable	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.4
+# sent_counter = 3599
+# text = She was way easy to work with and made my wedding day so easy and she got some amazing pictures , not only of me , but of my family and friends .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	way	way	ADV	_	_	_	_	_	_	*
+4	easy	easy	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	work	work	VERB	_	_	_	_	_	ss=v.social	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	1:X
+12	day	day	NOUN	_	_	_	_	_	_	1
+13	so	so	ADV	_	_	_	_	_	_	*
+14	easy	easy	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	she	she	PRON	_	_	_	_	_	_	*
+17	got	get	VERB	_	_	_	_	_	ss=v.communication	2:X
+18	some	some	DET	_	_	_	_	_	_	*
+19	amazing	amazing	ADJ	_	_	_	_	_	_	*
+20	pictures	picture	NOUN	_	_	_	_	_	_	2
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	not	not	PART	_	_	_	_	_	_	*
+23	only	only	ADV	_	_	_	_	_	_	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	me	me	PRON	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	but	but	CCONJ	_	_	_	_	_	_	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.5
+# sent_counter = 3600
+# text = She is amazing .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332476.6
+# sent_counter = 3601
+# text = I would recommend her to anyone !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332972.1
+# sent_counter = 3602
+# text = The best pizza ever i m fat so i ve had a ton of pizza other than pizza from chicago it s the best
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+4	ever	ever	ADV	_	_	_	_	_	_	*
+5	i	i	PRON	_	_	_	_	_	_	*
+6	m	m	VERB	_	_	_	_	_	ss=v.stative	*
+7	fat	fat	ADJ	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	ve	ve	AUX	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+12	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+13	ton	ton	NOUN	_	_	_	_	_	_	1
+14	of	of	ADP	_	_	_	_	_	_	*
+15	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+16	other	other	ADJ	_	_	_	_	_	_	2:X
+17	than	than	ADP	_	_	_	_	_	_	2
+18	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+19	from	from	ADP	_	_	_	_	_	_	*
+20	chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	best	best	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.1
+# sent_counter = 3603
+# text = Best Car Dealer in TX
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Car	car	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	Dealer	dealer	NOUN	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	TX	tx	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.2
+# sent_counter = 3604
+# text = I purchased a nissan from this dealship .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	nissan	nissan	PROPN	_	_	_	_	_	ss=n.artifact	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	dealship	dealship	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.3
+# sent_counter = 3605
+# text = The sales men were very knowledgeable about every aspect of every car we looked at .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+3	men	men	NOUN	_	_	_	_	_	_	1
+4	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	every	every	DET	_	_	_	_	_	_	*
+9	aspect	aspect	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	every	every	DET	_	_	_	_	_	_	*
+12	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	looked	look	VERB	_	_	_	_	_	ss=v.possession	*
+15	at	at	ADP	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.4
+# sent_counter = 3606
+# text = They were very patient and helpful from showing the cars to doing the paperwork .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	patient	patient	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	helpful	helpful	ADJ	_	_	_	_	_	_	*
+7	from	from	SCONJ	_	_	_	_	_	_	*
+8	showing	show	VERB	_	_	_	_	_	ss=v.social	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	to	to	SCONJ	_	_	_	_	_	_	*
+12	doing	do	VERB	_	_	_	_	_	ss=v.communication	1:X
+13	the	the	DET	_	_	_	_	_	_	*
+14	paperwork	paperwork	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.5
+# sent_counter = 3607
+# text = The paperwork was a very easy and smooth .
+1	The	the	DET	_	_	_	_	_	_	*
+2	paperwork	paperwork	NOUN	_	_	_	_	_	ss=n.communication	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	easy	easy	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	smooth	smooth	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.6
+# sent_counter = 3608
+# text = They tried to run my credit score as less as possible so it wo n't hurt my score .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	run	run	VERB	_	_	_	_	_	ss=v.possession	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	credit	credit	NOUN	_	_	_	_	_	ss=n.communication	1:X
+7	score	score	NOUN	_	_	_	_	_	_	1
+8	as	as	ADV	_	_	_	_	_	_	*
+9	less	less	ADV	_	_	_	_	_	_	*
+10	as	as	ADP	_	_	_	_	_	_	*
+11	possible	possible	ADJ	_	_	_	_	_	_	*
+12	so	so	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	wo	wo	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	hurt	hurt	VERB	_	_	_	_	_	ss=v.perception	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	score	score	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.7
+# sent_counter = 3609
+# text = Overall , I was very happy with the customer service and my purchase .
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	happy	happy	ADJ	_	_	_	_	_	_	1:X
+7	with	with	ADP	_	_	_	_	_	_	1
+8	the	the	DET	_	_	_	_	_	_	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+10	service	service	NOUN	_	_	_	_	_	_	2
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	purchase	purchase	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.8
+# sent_counter = 3610
+# text = If you 're looking to buy a car , definitely give them a call .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	're	're	AUX	_	_	_	_	_	_	*
+4	looking	look	VERB	_	_	_	_	_	ss=v.possession	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	definitely	definitely	ADV	_	_	_	_	_	_	*
+11	give	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+12	them	them	PRON	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	1
+14	call	call	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333672.9
+# sent_counter = 3611
+# text = They have a huge inventory .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	huge	huge	ADJ	_	_	_	_	_	_	*
+5	inventory	inventory	NOUN	_	_	_	_	_	ss=n.possession	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.337971.1
+# sent_counter = 3612
+# text = Great graphic design work !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	graphic	graphic	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+3	design	design	NOUN	_	_	_	_	_	_	1
+4	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.337971.2
+# sent_counter = 3613
+# text = Fresh Design Studio helped jump - start my own business by providing affordable and effective marketing materials : logo , flyers , posters ad design , and more .
+1	Fresh	fresh	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Design	design	PROPN	_	_	_	_	_	_	1
+3	Studio	studio	PROPN	_	_	_	_	_	_	1
+4	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+5	jump	jump	NOUN	_	_	_	_	_	ss=v.change	2:X
+6	-	-	PUNCT	_	_	_	_	_	_	2
+7	start	start	VERB	_	_	_	_	_	_	2
+8	my	my	PRON	_	_	_	_	_	_	*
+9	own	own	ADJ	_	_	_	_	_	_	*
+10	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+11	by	by	SCONJ	_	_	_	_	_	_	*
+12	providing	provide	VERB	_	_	_	_	_	ss=v.social	*
+13	affordable	affordable	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	effective	effective	ADJ	_	_	_	_	_	_	*
+16	marketing	marketing	NOUN	_	_	_	_	_	ss=n.communication	*
+17	materials	material	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	:	:	PUNCT	_	_	_	_	_	_	*
+19	logo	logo	NOUN	_	_	_	_	_	ss=n.communication	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	flyers	flyer	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	posters	poster	NOUN	_	_	_	_	_	ss=n.artifact	*
+24	ad	ad	NOUN	_	_	_	_	_	ss=n.communication	*
+25	design	design	NOUN	_	_	_	_	_	ss=n.communication	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	more	more	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.337971.3
+# sent_counter = 3614
+# text = They have unbeatable price in town and deliver on time .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	unbeatable	unbeatable	ADJ	_	_	_	_	_	_	*
+4	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+5	in	in	ADP	_	_	_	_	_	_	1:X
+6	town	town	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+9	on	on	ADP	_	_	_	_	_	_	2:X
+10	time	time	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.337971.4
+# sent_counter = 3615
+# text = I enjoy working with this architectural and graphic design firm and will recommend to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	working	work	VERB	_	_	_	_	_	ss=v.social	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	architectural	architectural	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	graphic	graphic	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+9	design	design	NOUN	_	_	_	_	_	_	1
+10	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	will	will	AUX	_	_	_	_	_	_	*
+13	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	anyone	anyone	NOUN	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.1
+# sent_counter = 3616
+# text = Great Prices , Great service !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.2
+# sent_counter = 3617
+# text = I 've been to this shop twice ( once for an inspection and again for an oil change ) and they truly live up to their name : Discount !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	this	this	DET	_	_	_	_	_	_	*
+6	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+7	twice	twice	ADV	_	_	_	_	_	_	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	once	once	ADV	_	_	_	_	_	_	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	inspection	inspection	NOUN	_	_	_	_	_	ss=n.act	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	again	again	ADV	_	_	_	_	_	_	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	an	an	DET	_	_	_	_	_	_	*
+17	oil	oil	NOUN	_	_	_	_	_	ss=n.act	2:X
+18	change	change	NOUN	_	_	_	_	_	_	2
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	they	they	PRON	_	_	_	_	_	_	*
+22	truly	truly	ADV	_	_	_	_	_	_	*
+23	live	live	VERB	_	_	_	_	_	ss=v.cognition	3:X
+24	up	up	ADP	_	_	_	_	_	_	3
+25	to	to	ADP	_	_	_	_	_	_	3
+26	their	their	PRON	_	_	_	_	_	_	*
+27	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+28	:	:	PUNCT	_	_	_	_	_	_	*
+29	Discount	discount	PROPN	_	_	_	_	_	ss=n.possession	*
+30	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.3
+# sent_counter = 3618
+# text = They have all kind of coupons available for car washes , oil changes , state inspection , etc .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	all	all	DET	_	_	_	_	_	ss=n.cognition	1:X
+4	kind	kind	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	*
+6	coupons	coupon	NOUN	_	_	_	_	_	ss=n.communication	*
+7	available	available	ADJ	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	car	car	NOUN	_	_	_	_	_	ss=n.act	2:X
+10	washes	wash	NOUN	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	oil	oil	NOUN	_	_	_	_	_	ss=n.act	3:X
+13	changes	change	NOUN	_	_	_	_	_	_	3
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	state	state	NOUN	_	_	_	_	_	ss=n.act	4:X
+16	inspection	inspection	NOUN	_	_	_	_	_	_	4
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	etc	etc	X	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.4
+# sent_counter = 3619
+# text = The thing is , you still get high quality service at nicely discounted rates !
+1	The	the	DET	_	_	_	_	_	_	1:X
+2	thing	thing	NOUN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	still	still	ADV	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.social	*
+8	high	high	ADJ	_	_	_	_	_	_	*
+9	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	nicely	nicely	ADV	_	_	_	_	_	_	*
+13	discounted	discounted	ADJ	_	_	_	_	_	_	*
+14	rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.5
+# sent_counter = 3620
+# text = There is even free coffee and bottles of water if you 'd like .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	even	even	ADV	_	_	_	_	_	_	*
+4	free	free	ADJ	_	_	_	_	_	_	*
+5	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	bottles	bottle	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	water	water	NOUN	_	_	_	_	_	ss=n.food	*
+10	if	if	SCONJ	_	_	_	_	_	_	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	'd	'd	AUX	_	_	_	_	_	_	*
+13	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.6
+# sent_counter = 3621
+# text = The owner is a pleasant guy and I would trust my car with him or any of his workers .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+6	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	1:X
+11	my	my	PRON	_	_	_	_	_	_	*
+12	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	with	with	ADP	_	_	_	_	_	_	1
+14	him	him	PRON	_	_	_	_	_	_	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	any	any	DET	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	his	his	PRON	_	_	_	_	_	_	*
+19	workers	worker	NOUN	_	_	_	_	_	ss=n.person	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.339176.7
+# sent_counter = 3622
+# text = Top notch , all the way !
+1	Top	top	ADJ	_	_	_	_	_	_	1:X
+2	notch	notch	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	all	all	DET	_	_	_	_	_	_	2:X
+5	the	the	DET	_	_	_	_	_	_	2
+6	way	way	NOUN	_	_	_	_	_	_	2
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346074.1
+# sent_counter = 3623
+# text = Did a great job of removing my tree in Conyers .
+1	Did	do	VERB	_	_	_	_	_	ss=v.social	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+5	of	of	SCONJ	_	_	_	_	_	_	*
+6	removing	remove	VERB	_	_	_	_	_	ss=v.change	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	tree	tree	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Conyers	conyers	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346074.2
+# sent_counter = 3624
+# text = Thanks Southland .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Southland	southland	PROPN	_	_	_	_	_	ss=n.group	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354474.1
+# sent_counter = 3625
+# text = Great work !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354474.2
+# sent_counter = 3626
+# text = The people at Gulf Coast Siding were very easy and clear to work with .
+1	The	the	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Gulf	gulf	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Coast	coast	PROPN	_	_	_	_	_	_	1
+6	Siding	siding	PROPN	_	_	_	_	_	_	1
+7	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	easy	easy	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	clear	clear	ADJ	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	work	work	VERB	_	_	_	_	_	ss=v.social	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354474.3
+# sent_counter = 3627
+# text = They walked me through all the steps involved in the the installation project so that there were no surprises .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	walked	walk	VERB	_	_	_	_	_	ss=v.social	1:X
+3	me	me	PRON	_	_	_	_	_	_	*
+4	through	through	ADP	_	_	_	_	_	_	1
+5	all	all	DET	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	steps	steps	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	involved	involved	ADJ	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	installation	installation	NOUN	_	_	_	_	_	ss=n.act	*
+13	project	project	NOUN	_	_	_	_	_	ss=n.act	*
+14	so	so	ADP	_	_	_	_	_	_	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	there	there	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	no	no	DET	_	_	_	_	_	_	*
+19	surprises	surprise	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354474.4
+# sent_counter = 3628
+# text = I found them extremely professional and would highly recommend them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	extremely	extremely	ADV	_	_	_	_	_	_	*
+5	professional	professional	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	highly	highly	ADV	_	_	_	_	_	_	*
+9	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354474.5
+# sent_counter = 3629
+# text = Thanks
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.362073.1
+# sent_counter = 3630
+# text = Great food and nice people very pleasant experience .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.1
+# sent_counter = 3631
+# text = Worst Apartments EVER
+1	Worst	worst	ADJ	_	_	_	_	_	_	*
+2	Apartments	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	EVER	ever	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.2
+# sent_counter = 3632
+# text = We lived here for 2 years , the first year or so was okay .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+3	here	here	ADV	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	2	2	NUM	_	_	_	_	_	_	*
+6	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	first	first	ADJ	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	or	or	CCONJ	_	_	_	_	_	_	1:X
+12	so	so	ADV	_	_	_	_	_	_	1
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	okay	okay	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.3
+# sent_counter = 3633
+# text = Then , the more power they gave to Linda , the worse the place got .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	more	more	ADJ	_	_	_	_	_	_	*
+5	power	power	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	gave	give	VERB	_	_	_	_	_	ss=v.social	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Linda	linda	PROPN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	worse	worse	ADJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+15	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.4
+# sent_counter = 3634
+# text = We were always having our water shut off , there were always people having parties at the pool , even after it was supposed to be closed .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	water	water	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	shut	shut	VERB	_	_	_	_	_	ss=v.change	1:X
+8	off	off	ADP	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	there	there	PRON	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	always	always	ADV	_	_	_	_	_	_	*
+13	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+14	having	have	VERB	_	_	_	_	_	ss=v.social	*
+15	parties	party	NOUN	_	_	_	_	_	ss=n.event	*
+16	at	at	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	pool	pool	NOUN	_	_	_	_	_	ss=n.location	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	even	even	ADV	_	_	_	_	_	_	*
+21	after	after	SCONJ	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	was	be	AUX	_	_	_	_	_	_	2:X
+24	supposed	suppose	VERB	_	_	_	_	_	_	2
+25	to	to	PART	_	_	_	_	_	_	2
+26	be	be	AUX	_	_	_	_	_	ss=v.stative	*
+27	closed	close	VERB	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.5
+# sent_counter = 3635
+# text = The pool was supposed to close at 10 and they would have people down there until 11:45 yelling , playing music and do who - knows - what in the dark corners of the pool .
+1	The	the	DET	_	_	_	_	_	_	*
+2	pool	pool	NOUN	_	_	_	_	_	ss=n.location	*
+3	was	be	AUX	_	_	_	_	_	_	1:X
+4	supposed	suppose	VERB	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	1
+6	close	close	VERB	_	_	_	_	_	ss=v.change	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	10	10	NUM	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+13	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+14	down	down	ADV	_	_	_	_	_	_	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	until	until	ADP	_	_	_	_	_	_	*
+17	11:45	11:45	NUM	_	_	_	_	_	_	*
+18	yelling	yell	VERB	_	_	_	_	_	ss=v.communication	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	playing	play	VERB	_	_	_	_	_	ss=v.social	*
+21	music	music	NOUN	_	_	_	_	_	ss=n.communication	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	do	do	VERB	_	_	_	_	_	ss=v.social	*
+24	who	who	PRON	_	_	_	_	_	ss=v.social	2:X
+25	-	-	PUNCT	_	_	_	_	_	_	2
+26	knows	know	VERB	_	_	_	_	_	_	2
+27	-	-	PUNCT	_	_	_	_	_	_	2
+28	what	what	PRON	_	_	_	_	_	_	2
+29	in	in	ADP	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	dark	dark	ADJ	_	_	_	_	_	_	*
+32	corners	corner	NOUN	_	_	_	_	_	ss=n.location	*
+33	of	of	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	pool	pool	NOUN	_	_	_	_	_	ss=n.location	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.6
+# sent_counter = 3636
+# text = Then , when we moved out , we cleaned the apartment top to bottom , they came back and tried to charge us for two cleaning fees ( and we never got our deposit back ) and past utilities ( that were already paid , we have check numbers and records of this ) .
+1	Then	then	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	when	when	ADV	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	moved	move	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	out	out	ADP	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	we	we	PRON	_	_	_	_	_	_	*
+9	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	apartment	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	top	top	NOUN	_	_	_	_	_	ss=n.location	2:X
+13	to	to	ADP	_	_	_	_	_	_	2
+14	bottom	bottom	NOUN	_	_	_	_	_	_	2
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+18	back	back	ADV	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+23	us	us	PRON	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	two	two	NUM	_	_	_	_	_	_	*
+26	cleaning	cleaning	NOUN	_	_	_	_	_	ss=n.act	*
+27	fees	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+28	(	(	PUNCT	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	we	we	PRON	_	_	_	_	_	_	*
+31	never	never	ADV	_	_	_	_	_	_	*
+32	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+33	our	our	PRON	_	_	_	_	_	_	*
+34	deposit	deposit	NOUN	_	_	_	_	_	ss=n.possession	*
+35	back	back	ADV	_	_	_	_	_	_	*
+36	)	)	PUNCT	_	_	_	_	_	_	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	past	past	ADJ	_	_	_	_	_	_	*
+39	utilities	utility	NOUN	_	_	_	_	_	ss=n.cognition	*
+40	(	(	PUNCT	_	_	_	_	_	_	*
+41	that	that	DET	_	_	_	_	_	_	*
+42	were	be	AUX	_	_	_	_	_	_	*
+43	already	already	ADV	_	_	_	_	_	_	*
+44	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+45	,	,	PUNCT	_	_	_	_	_	_	*
+46	we	we	PRON	_	_	_	_	_	_	*
+47	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+48	check	check	NOUN	_	_	_	_	_	ss=n.possession	*
+49	numbers	numbers	NOUN	_	_	_	_	_	ss=n.communication	*
+50	and	and	CCONJ	_	_	_	_	_	_	*
+51	records	record	NOUN	_	_	_	_	_	ss=n.communication	*
+52	of	of	ADP	_	_	_	_	_	_	*
+53	this	this	DET	_	_	_	_	_	_	*
+54	)	)	PUNCT	_	_	_	_	_	_	*
+55	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.7
+# sent_counter = 3637
+# text = Linda is the rudest person you will ever talk to and she sticks up for all of the trashy , rude people that live there , not the nice ones that actually give a crap about respecting others .
+1	Linda	linda	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	rudest	rude	ADJ	_	_	_	_	_	_	*
+5	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	she	she	PRON	_	_	_	_	_	_	*
+13	sticks	stick	VERB	_	_	_	_	_	ss=v.social	1:X
+14	up	up	ADP	_	_	_	_	_	_	1
+15	for	for	ADP	_	_	_	_	_	_	*
+16	all	all	DET	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	trashy	trashy	ADJ	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	rude	rude	ADJ	_	_	_	_	_	_	*
+22	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	live	live	VERB	_	_	_	_	_	ss=v.social	*
+25	there	there	ADV	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	not	not	PART	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	nice	nice	ADJ	_	_	_	_	_	_	*
+30	ones	one	NOUN	_	_	_	_	_	_	*
+31	that	that	DET	_	_	_	_	_	_	*
+32	actually	actually	ADV	_	_	_	_	_	_	*
+33	give	give	VERB	_	_	_	_	_	ss=v.emotion	2:X
+34	a	a	DET	_	_	_	_	_	_	2
+35	crap	crap	NOUN	_	_	_	_	_	_	2
+36	about	about	SCONJ	_	_	_	_	_	_	*
+37	respecting	respect	VERB	_	_	_	_	_	ss=v.social	*
+38	others	others	NOUN	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363873.8
+# sent_counter = 3638
+# text = Do not live here , you will regret it !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	live	live	VERB	_	_	_	_	_	ss=v.social	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	regret	regret	VERB	_	_	_	_	_	ss=v.emotion	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.1
+# sent_counter = 3639
+# text = FANTASTIC STORE !!!
+1	FANTASTIC	fantastic	ADJ	_	_	_	_	_	_	*
+2	STORE	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.2
+# sent_counter = 3640
+# text = I came upon this store as the building caught my eye .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.social	1:X
+3	upon	upon	ADP	_	_	_	_	_	_	1
+4	this	this	DET	_	_	_	_	_	_	*
+5	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+6	as	as	SCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	caught	catch	VERB	_	_	_	_	_	ss=v.perception	2:X
+10	my	my	PRON	_	_	_	_	_	_	2
+11	eye	eye	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.3
+# sent_counter = 3641
+# text = It 's located in the huge HONKA Log Homes building , by Walmart off of Evergreen Parkway .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	AUX	_	_	_	_	_	_	*
+3	located	locate	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	huge	huge	ADJ	_	_	_	_	_	_	*
+7	HONKA	honka	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Log	log	PROPN	_	_	_	_	_	_	1
+9	Homes	homes	PROPN	_	_	_	_	_	_	1
+10	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	by	by	ADP	_	_	_	_	_	_	*
+13	Walmart	walmart	PROPN	_	_	_	_	_	ss=n.artifact	*
+14	off	off	ADP	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	Evergreen	evergreen	PROPN	_	_	_	_	_	ss=n.location	2:X
+17	Parkway	parkway	PROPN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.4
+# sent_counter = 3642
+# text = The store was decorated with furnishings & accessories .
+1	The	the	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	decorated	decorate	VERB	_	_	_	_	_	ss=v.stative	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	furnishings	furnishing	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	&	&	CCONJ	_	_	_	_	_	_	*
+8	accessories	accessory	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.5
+# sent_counter = 3643
+# text = The friendly crew working was great & very helpful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	crew	crew	NOUN	_	_	_	_	_	ss=n.group	*
+4	working	work	VERB	_	_	_	_	_	ss=v.social	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	&	&	CCONJ	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	helpful	helpful	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.6
+# sent_counter = 3644
+# text = This store is what Colorado is all about .
+1	This	this	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	what	what	PRON	_	_	_	_	_	_	*
+5	Colorado	colorado	PROPN	_	_	_	_	_	ss=n.location	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	all	all	ADV	_	_	_	_	_	_	1:X
+8	about	about	ADP	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.7
+# sent_counter = 3645
+# text = Also , I purchased some furniture last year and all has been great !
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	has	have	AUX	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	great	great	ADJ	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382073.8
+# sent_counter = 3646
+# text = It's durability & look was perfect and I will definitely be adding to my collection soon !
+1	It's	it	PRON	_	_	_	_	_	_	*
+2	durability	durability	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	look	look	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	perfect	perfect	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	definitely	definitely	ADV	_	_	_	_	_	_	*
+11	be	be	AUX	_	_	_	_	_	_	*
+12	adding	add	VERB	_	_	_	_	_	ss=v.stative	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	collection	collection	NOUN	_	_	_	_	_	ss=n.group	*
+16	soon	soon	ADV	_	_	_	_	_	_	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.1
+# sent_counter = 3647
+# text = Restored my faith in Mechaincs .
+1	Restored	restore	VERB	_	_	_	_	_	ss=v.social	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	faith	faith	NOUN	_	_	_	_	_	ss=n.feeling	1:X
+4	in	in	ADP	_	_	_	_	_	_	1
+5	Mechaincs	mechaincs	NOUN	_	_	_	_	_	ss=n.person	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.2
+# sent_counter = 3648
+# text = I spent 3 months going from shop to shop trying to get my Ferrari to run and drive the way it should .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	spent	spend	VERB	_	_	_	_	_	ss=v.stative	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+5	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+10	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	Ferrari	ferrari	PROPN	_	_	_	_	_	ss=n.artifact	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	run	run	VERB	_	_	_	_	_	ss=v.stative	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	way	way	NOUN	_	_	_	_	_	ss=n.attribute	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	should	should	AUX	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.3
+# sent_counter = 3649
+# text = I was about to give up when I met Jason and Neal .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	about	about	ADV	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	give	give	VERB	_	_	_	_	_	ss=v.cognition	2:X
+6	up	up	ADP	_	_	_	_	_	_	2
+7	when	when	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+10	Jason	jason	PROPN	_	_	_	_	_	ss=n.person	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	Neal	neal	PROPN	_	_	_	_	_	ss=n.person	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.4
+# sent_counter = 3650
+# text = They took on the challenge of making my Ferrari all I dreamed of and more .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+3	on	on	ADP	_	_	_	_	_	_	1
+4	the	the	DET	_	_	_	_	_	_	*
+5	challenge	challenge	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	SCONJ	_	_	_	_	_	_	*
+7	making	make	VERB	_	_	_	_	_	ss=v.social	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	Ferrari	ferrari	PROPN	_	_	_	_	_	ss=n.artifact	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	dreamed	dream	VERB	_	_	_	_	_	ss=v.cognition	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	more	more	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.5
+# sent_counter = 3651
+# text = The crew at The Creative Workshop went over and above the call of duty and gave me back a car I can drive anywhere and finally enjoy owning .
+1	The	the	DET	_	_	_	_	_	_	*
+2	crew	crew	NOUN	_	_	_	_	_	ss=n.group	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+5	Creative	creative	PROPN	_	_	_	_	_	_	1
+6	Workshop	workshop	PROPN	_	_	_	_	_	_	1
+7	went	go	VERB	_	_	_	_	_	ss=v.social	*
+8	over	over	ADP	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	above	above	ADP	_	_	_	_	_	_	2:X
+11	the	the	DET	_	_	_	_	_	_	2
+12	call	call	NOUN	_	_	_	_	_	_	2
+13	of	of	ADP	_	_	_	_	_	_	2
+14	duty	duty	NOUN	_	_	_	_	_	_	2
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+17	me	me	PRON	_	_	_	_	_	_	*
+18	back	back	ADV	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	can	can	AUX	_	_	_	_	_	_	*
+23	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+24	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	finally	finally	ADV	_	_	_	_	_	_	*
+27	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+28	owning	own	VERB	_	_	_	_	_	ss=v.possession	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.6
+# sent_counter = 3652
+# text = I can not say enough about this place .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	1:X
+3	not	not	PART	_	_	_	_	_	_	1
+4	say	say	VERB	_	_	_	_	_	_	1
+5	enough	enough	ADJ	_	_	_	_	_	_	1
+6	about	about	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.7
+# sent_counter = 3653
+# text = They have restored my faith in Mechanics .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	restored	restore	VERB	_	_	_	_	_	ss=v.cognition	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	faith	faith	NOUN	_	_	_	_	_	ss=n.feeling	1:X
+6	in	in	ADP	_	_	_	_	_	_	1
+7	Mechanics	mechanics	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396874.8
+# sent_counter = 3654
+# text = Do yourself a favor , call these guys first and enjoy driving your car again ..
+1	Do	do	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	yourself	yourself	PRON	_	_	_	_	_	_	1
+3	a	a	DET	_	_	_	_	_	_	1
+4	favor	favor	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+7	these	these	DET	_	_	_	_	_	_	*
+8	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+9	first	first	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+12	driving	drive	VERB	_	_	_	_	_	ss=v.motion	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	again	again	ADV	_	_	_	_	_	_	*
+16	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001961.2
+# sent_counter = 3655
+# text = Rusted out and unsafe cars sold here !
+1	Rusted	rust	VERB	_	_	_	_	_	ss=v.stative	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	unsafe	unsafe	ADJ	_	_	_	_	_	_	*
+5	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	sold	sell	VERB	_	_	_	_	_	ss=v.possession	*
+7	here	here	ADV	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001961.4
+# sent_counter = 3656
+# text = Save money and go somewhere else !
+1	Save	save	VERB	_	_	_	_	_	ss=v.stative	*
+2	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+6	else	else	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005265.1
+# sent_counter = 3657
+# text = good
+1	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005265.2
+# sent_counter = 3658
+# text = it is a cute little nice and quiet library
+1	it	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	cute	cute	ADJ	_	_	_	_	_	_	*
+5	little	little	ADJ	_	_	_	_	_	_	*
+6	nice	nice	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	quiet	quiet	ADJ	_	_	_	_	_	_	*
+9	library	library	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005760.1
+# sent_counter = 3659
+# text = OK Food , Slow service
+1	OK	ok	ADJ	_	_	_	_	_	_	*
+2	Food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Slow	slow	ADJ	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005760.2
+# sent_counter = 3660
+# text = The food was incredibly bland .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	incredibly	incredibly	ADV	_	_	_	_	_	_	*
+5	bland	bland	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.005760.3
+# sent_counter = 3661
+# text = Their Thali was not brought out as described ( no saag ) .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	Thali	thali	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+6	out	out	ADV	_	_	_	_	_	_	*
+7	as	as	SCONJ	_	_	_	_	_	_	*
+8	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+9	(	(	PUNCT	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	saag	saag	NOUN	_	_	_	_	_	ss=n.food	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014764.1
+# sent_counter = 3662
+# text = Daniel and his assistant both did a great job .
+1	Daniel	daniel	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	his	his	PRON	_	_	_	_	_	_	*
+4	assistant	assistant	NOUN	_	_	_	_	_	ss=n.person	*
+5	both	both	DET	_	_	_	_	_	_	*
+6	did	do	VERB	_	_	_	_	_	ss=v.social	1:X
+7	a	a	DET	_	_	_	_	_	_	1
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	job	job	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014764.2
+# sent_counter = 3663
+# text = Very professional and great results .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.016861.2
+# sent_counter = 3664
+# text = WOW what stunning views .
+1	WOW	wow	INTJ	_	_	_	_	_	_	*
+2	what	what	DET	_	_	_	_	_	_	*
+3	stunning	stunning	ADJ	_	_	_	_	_	_	*
+4	views	view	NOUN	_	_	_	_	_	ss=n.natural_object	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.016861.3
+# sent_counter = 3665
+# text = The furnishing and finishes are great .
+1	The	the	DET	_	_	_	_	_	_	*
+2	furnishing	furnishing	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	finishes	finish	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018268.1
+# sent_counter = 3666
+# text = best square slice around .
+1	best	best	ADJ	_	_	_	_	_	_	*
+2	square	square	ADJ	_	_	_	_	_	_	*
+3	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+4	around	around	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.2
+# sent_counter = 3667
+# text = I feel obligated to share this story .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+3	obligated	obligated	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	share	share	VERB	_	_	_	_	_	ss=v.communication	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	story	story	NOUN	_	_	_	_	_	ss=n.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.3
+# sent_counter = 3668
+# text = Right out of college I called the salon and explained my situation .
+1	Right	right	ADV	_	_	_	_	_	_	*
+2	out	out	ADP	_	_	_	_	_	_	1:X
+3	of	of	ADP	_	_	_	_	_	_	1
+4	college	college	NOUN	_	_	_	_	_	ss=n.state	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	situation	situation	NOUN	_	_	_	_	_	ss=n.state	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.4
+# sent_counter = 3669
+# text = Just graduated , just moved , not rich , and starting new job soon .
+1	Just	just	ADV	_	_	_	_	_	_	*
+2	graduated	graduate	VERB	_	_	_	_	_	ss=v.change	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	moved	move	VERB	_	_	_	_	_	ss=v.emotion	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	rich	rich	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+12	new	new	ADJ	_	_	_	_	_	_	*
+13	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+14	soon	soon	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.9
+# sent_counter = 3670
+# text = I wanted to be very blonde and instead he pulled my root color throughout my whole hair which is a gross mousey brown .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	blonde	blonde	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	instead	instead	ADV	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	pulled	pull	VERB	_	_	_	_	_	ss=v.contact	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	root	root	NOUN	_	_	_	_	_	ss=n.body	*
+13	color	color	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	throughout	throughout	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	whole	whole	ADJ	_	_	_	_	_	_	*
+17	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+18	which	which	DET	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	gross	gross	ADJ	_	_	_	_	_	_	*
+22	mousey	mousey	NOUN	_	_	_	_	_	_	*
+23	brown	brown	NOUN	_	_	_	_	_	ss=n.attribute	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.6
+# sent_counter = 3671
+# text = Tmobile want to Send of my phone and i did n't want to go thru that ...
+1	Tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+2	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	Send	send	VERB	_	_	_	_	_	ss=v.motion	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	i	i	PRON	_	_	_	_	_	_	*
+10	did	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+15	thru	thru	ADP	_	_	_	_	_	_	1
+16	that	that	DET	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.21
+# sent_counter = 3672
+# text = She says , Is that 17th like over past broad .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	17th	17th	PROPN	_	_	_	_	_	ss=n.location	*
+7	like	like	ADP	_	_	_	_	_	_	*
+8	over	over	ADP	_	_	_	_	_	_	*
+9	past	past	ADP	_	_	_	_	_	_	*
+10	broad	broad	PROPN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.24
+# sent_counter = 3673
+# text = Hmmm , she says , Then why are you calling here , we do n't go past broad ?
+1	Hmmm	hmmm	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	she	she	PRON	_	_	_	_	_	_	*
+4	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Then	then	ADV	_	_	_	_	_	_	*
+7	why	why	ADV	_	_	_	_	_	_	*
+8	are	be	AUX	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	calling	call	VERB	_	_	_	_	_	ss=v.communication	*
+11	here	here	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	n't	n't	PART	_	_	_	_	_	_	*
+16	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	past	past	ADP	_	_	_	_	_	_	*
+18	broad	broad	PROPN	_	_	_	_	_	ss=n.location	*
+19	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.18
+# sent_counter = 3674
+# text = 17th , like over by 16th and 15th YES , I say , one mile west of you .
+1	17th	17th	PROPN	_	_	_	_	_	ss=n.location	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	over	over	ADV	_	_	_	_	_	_	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	16th	16th	PROPN	_	_	_	_	_	ss=n.location	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	15th	15th	PROPN	_	_	_	_	_	ss=n.location	*
+9	YES	yes	INTJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	one	one	NUM	_	_	_	_	_	_	*
+15	mile	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	west	west	ADV	_	_	_	_	_	_	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354860.4
+# sent_counter = 3675
+# text = Great with SEO as well .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	SEO	seo	PROPN	_	_	_	_	_	ss=n.person	*
+4	as	as	ADV	_	_	_	_	_	_	1:X
+5	well	well	ADV	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.4
+# sent_counter = 3676
+# text = It was a very trying time for my family and myself yet Mike took the time to greet each and every one one of us .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	1:X
+4	very	very	ADV	_	_	_	_	_	_	*
+5	trying	trying	ADJ	_	_	_	_	_	_	1
+6	time	time	NOUN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	myself	myself	PRON	_	_	_	_	_	_	*
+12	yet	yet	CCONJ	_	_	_	_	_	_	*
+13	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+14	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+15	the	the	DET	_	_	_	_	_	_	2
+16	time	time	NOUN	_	_	_	_	_	_	2
+17	to	to	PART	_	_	_	_	_	_	*
+18	greet	greet	VERB	_	_	_	_	_	ss=v.communication	*
+19	each	each	DET	_	_	_	_	_	_	3:X
+20	and	and	CCONJ	_	_	_	_	_	_	3
+21	every	every	DET	_	_	_	_	_	_	3
+22	one	one	NUM	_	_	_	_	_	_	3
+23	one	one	NUM	_	_	_	_	_	_	*
+24	of	of	ADP	_	_	_	_	_	_	3
+25	us	us	PRON	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.12
+# sent_counter = 3677
+# text = Derrick did a terrible job , was a complete jerk the entire time , and I had no warning as to the price .
+1	Derrick	derrick	PROPN	_	_	_	_	_	ss=n.person	*
+2	did	do	VERB	_	_	_	_	_	ss=v.change	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	terrible	terrible	ADJ	_	_	_	_	_	_	*
+5	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	complete	complete	ADJ	_	_	_	_	_	_	*
+10	jerk	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	entire	entire	ADJ	_	_	_	_	_	_	*
+13	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+18	no	no	DET	_	_	_	_	_	_	*
+19	warning	warning	NOUN	_	_	_	_	_	ss=n.communication	*
+20	as	as	ADP	_	_	_	_	_	_	1:X
+21	to	to	ADP	_	_	_	_	_	_	1
+22	the	the	DET	_	_	_	_	_	_	*
+23	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.19
+# sent_counter = 3678
+# text = I 'm pretty sure for the cast that it was the other way around .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	pretty	pretty	ADV	_	_	_	_	_	_	*
+4	sure	sure	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	cast	cast	NOUN	_	_	_	_	_	ss=n.group	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	the	the	DET	_	_	_	_	_	_	1:X
+12	other	other	ADJ	_	_	_	_	_	_	1
+13	way	way	NOUN	_	_	_	_	_	_	1
+14	around	around	ADV	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.9
+# sent_counter = 3679
+# text = Thank you Mike for all your help professionally and personally .
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+8	professionally	professionally	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	personally	personally	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.16
+# sent_counter = 3680
+# text = YES I am sure , well , she says , is that ON 17th STREET .
+1	YES	yes	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	sure	sure	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	well	well	INTJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	ON	on	ADP	_	_	_	_	_	_	*
+14	17th	17th	NOUN	_	_	_	_	_	ss=n.location	1:X
+15	STREET	street	NOUN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.17
+# sent_counter = 3681
+# text = Yes , I say .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.19
+# sent_counter = 3682
+# text = You 're at 7th .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	7th	7th	PROPN	_	_	_	_	_	ss=n.location	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.20
+# sent_counter = 3683
+# text = I am just south of Walnut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	south	south	ADV	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	Walnut	walnut	PROPN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.22
+# sent_counter = 3684
+# text = YES , I am west of broad .
+1	YES	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	west	west	ADV	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	broad	broad	PROPN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.23
+# sent_counter = 3685
+# text = Broad , I say , is 14th street and I am 3 blocks west of broad and one south of walnut .
+1	Broad	broad	PROPN	_	_	_	_	_	ss=n.location	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	14th	14th	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	street	street	PROPN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	3	3	NUM	_	_	_	_	_	_	*
+13	blocks	block	NOUN	_	_	_	_	_	ss=n.quantity	*
+14	west	west	ADV	_	_	_	_	_	_	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	broad	broad	PROPN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	one	one	NUM	_	_	_	_	_	_	*
+19	south	south	ADV	_	_	_	_	_	_	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	walnut	walnut	PROPN	_	_	_	_	_	ss=n.location	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.25
+# sent_counter = 3686
+# text = Anyway , after much yelling and cussing I hung up , grabbed a cab , and went to Geno 's .
+1	Anyway	anyway	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	after	after	ADP	_	_	_	_	_	_	*
+4	much	much	ADJ	_	_	_	_	_	_	*
+5	yelling	yelling	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	cussing	cussing	NOUN	_	_	_	_	_	ss=n.communication	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	hung	hang	VERB	_	_	_	_	_	ss=v.communication	1:X
+10	up	up	ADP	_	_	_	_	_	_	1
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	grabbed	grab	VERB	_	_	_	_	_	ss=v.motion	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	cab	cab	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	Geno	geno	PROPN	_	_	_	_	_	ss=n.group	2:X
+20	's	's	PART	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.352068.1
+# sent_counter = 3687
+# text = Easy registration , helpful staff and fun teachers !
+1	Easy	easy	ADJ	_	_	_	_	_	_	*
+2	registration	registration	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	helpful	helpful	ADJ	_	_	_	_	_	_	*
+5	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	fun	fun	ADJ	_	_	_	_	_	_	*
+8	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354860.1
+# sent_counter = 3688
+# text = The best company in Phuket for creating website and e-commerce website .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	Phuket	phuket	PROPN	_	_	_	_	_	ss=n.location	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	creating	create	VERB	_	_	_	_	_	ss=v.creation	*
+8	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	e-commerce	e-commerce	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354860.2
+# sent_counter = 3689
+# text = From first meeting with them to launch of my website , everything went smooth and on schedule .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	meeting	meeting	NOUN	_	_	_	_	_	ss=n.event	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	launch	launch	NOUN	_	_	_	_	_	ss=n.event	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	everything	everything	NOUN	_	_	_	_	_	_	*
+13	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+14	smooth	smooth	ADV	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	on	on	ADP	_	_	_	_	_	_	1:X
+17	schedule	schedule	NOUN	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354860.3
+# sent_counter = 3690
+# text = Highly recommended for who wants to have website .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommended	ADJ	_	_	_	_	_	_	*
+3	for	for	SCONJ	_	_	_	_	_	_	*
+4	who	who	PRON	_	_	_	_	_	_	*
+5	wants	want	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356361.1
+# sent_counter = 3691
+# text = Great service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356361.2
+# sent_counter = 3692
+# text = A very well established service with a satisfying outcome .
+1	A	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	well	well	ADV	_	_	_	_	_	_	*
+4	established	establish	VERB	_	_	_	_	_	ss=v.creation	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	satisfying	satisfying	ADJ	_	_	_	_	_	_	*
+9	outcome	outcome	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356361.3
+# sent_counter = 3693
+# text = A well communicated and will be hireing again for another projects ......
+1	A	a	DET	_	_	_	_	_	_	*
+2	well	well	ADV	_	_	_	_	_	_	*
+3	communicated	communicate	VERB	_	_	_	_	_	ss=v.communication	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	be	be	AUX	_	_	_	_	_	_	*
+7	hireing	hire	VERB	_	_	_	_	_	ss=v.social	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	another	another	DET	_	_	_	_	_	_	*
+11	projects	project	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	......	......	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356361.4
+# sent_counter = 3694
+# text = Thanks
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358063.1
+# sent_counter = 3695
+# text = Friendly Efficient and overall great place for people in chronic intractable pain
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	Efficient	efficient	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	overall	overall	ADV	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	chronic	chronic	ADJ	_	_	_	_	_	_	*
+11	intractable	intractable	ADJ	_	_	_	_	_	_	*
+12	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358063.2
+# sent_counter = 3696
+# text = Great place for people in chronic pain .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	chronic	chronic	ADJ	_	_	_	_	_	_	*
+7	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358063.3
+# sent_counter = 3697
+# text = Staff is very friendly they treat you like a human being and not just another patient .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	friendly	friendly	ADJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	like	like	ADP	_	_	_	_	_	_	1:X
+9	a	a	DET	_	_	_	_	_	_	1
+10	human	human	ADJ	_	_	_	_	_	_	1
+11	being	being	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	another	another	DET	_	_	_	_	_	_	*
+16	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.358063.4
+# sent_counter = 3698
+# text = Very efficient at treating chronic pain !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	efficient	efficient	ADJ	_	_	_	_	_	_	*
+3	at	at	SCONJ	_	_	_	_	_	_	*
+4	treating	treat	VERB	_	_	_	_	_	ss=v.social	*
+5	chronic	chronic	ADJ	_	_	_	_	_	_	*
+6	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.8
+# sent_counter = 3699
+# text = Five minutes before my initial lesson , I got a call from Gerry advising me of his arrival and to come down as soon as I was ready .
+1	Five	five	NUM	_	_	_	_	_	_	*
+2	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+3	before	before	ADP	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	initial	initial	ADJ	_	_	_	_	_	_	*
+6	lesson	lesson	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	got	get	VERB	_	_	_	_	_	ss=v.communication	1:X
+10	a	a	DET	_	_	_	_	_	_	*
+11	call	call	NOUN	_	_	_	_	_	_	1
+12	from	from	ADP	_	_	_	_	_	_	*
+13	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+14	advising	advise	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	his	his	PRON	_	_	_	_	_	_	*
+18	arrival	arrival	NOUN	_	_	_	_	_	ss=n.event	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	come	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+22	down	down	ADV	_	_	_	_	_	_	2
+23	as	as	ADV	_	_	_	_	_	_	3:X
+24	soon	soon	ADV	_	_	_	_	_	_	3
+25	as	as	SCONJ	_	_	_	_	_	_	3
+26	I	i	PRON	_	_	_	_	_	_	*
+27	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	ready	ready	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.394662.3
+# sent_counter = 3700
+# text = They had a great selection of colors to choose from and their seats are super comfty .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	colors	colors	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	their	their	PRON	_	_	_	_	_	_	*
+13	seats	seats	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	super	super	ADV	_	_	_	_	_	_	*
+16	comfty	comfty	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.3
+# sent_counter = 3701
+# text = They was about to Charge me $ 129 ...
+1	They	they	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	_	*
+3	about	about	ADJ	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	Charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+6	me	me	PRON	_	_	_	_	_	_	*
+7	$	$	SYM	_	_	_	_	_	_	*
+8	129	129	NUM	_	_	_	_	_	_	*
+9	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.394662.4
+# sent_counter = 3702
+# text = I enjoy going there although i 've only been there once , i will be returning toda to recieve a pair of french tips and i will only go to the best and to me the best is here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	although	although	SCONJ	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	've	've	AUX	_	_	_	_	_	_	*
+8	only	only	ADV	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	there	there	ADV	_	_	_	_	_	_	*
+11	once	once	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	be	be	AUX	_	_	_	_	_	_	*
+16	returning	return	VERB	_	_	_	_	_	ss=v.motion	*
+17	toda	toda	NOUN	_	_	_	_	_	ss=n.time	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	recieve	recieve	VERB	_	_	_	_	_	ss=v.possession	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	pair	pair	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	french	french	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+24	tips	tip	NOUN	_	_	_	_	_	_	1
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	i	i	PRON	_	_	_	_	_	_	*
+27	will	will	AUX	_	_	_	_	_	_	*
+28	only	only	ADV	_	_	_	_	_	_	*
+29	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+30	to	to	ADP	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	best	best	ADJ	_	_	_	_	_	_	*
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	to	to	ADP	_	_	_	_	_	_	*
+35	me	me	PRON	_	_	_	_	_	_	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	best	best	ADJ	_	_	_	_	_	_	*
+38	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+39	here	here	ADV	_	_	_	_	_	_	*
+40	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.5
+# sent_counter = 3703
+# text = I am saying when comparing all other hotels in Wildwood , this hotel has everything that we are looking for .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	when	when	ADV	_	_	_	_	_	_	*
+5	comparing	compare	VERB	_	_	_	_	_	ss=v.cognition	*
+6	all	all	DET	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	hotels	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Wildwood	wildwood	PROPN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+14	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	everything	everything	NOUN	_	_	_	_	_	_	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	are	be	AUX	_	_	_	_	_	_	*
+19	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.4
+# sent_counter = 3704
+# text = A very good friend of mine highly recommended the Professional Driving School and I was told to specifically ask for Gerry .
+1	A	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	mine	mine	PRON	_	_	_	_	_	_	*
+7	highly	highly	ADV	_	_	_	_	_	_	*
+8	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Professional	professional	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Driving	driving	PROPN	_	_	_	_	_	_	1
+12	School	school	PROPN	_	_	_	_	_	_	1
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	was	be	AUX	_	_	_	_	_	_	*
+16	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	specifically	specifically	ADV	_	_	_	_	_	_	*
+19	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	Gerry	gerry	PROPN	_	_	_	_	_	ss=n.person	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.6
+# sent_counter = 3705
+# text = I called the school most probably 10 times before I finally enrolled in a 20 hour package .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+5	most	most	ADV	_	_	_	_	_	_	*
+6	probably	probably	ADV	_	_	_	_	_	_	*
+7	10	10	NUM	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	finally	finally	ADV	_	_	_	_	_	_	*
+12	enrolled	enrol	VERB	_	_	_	_	_	ss=v.social	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	20	20	NUM	_	_	_	_	_	_	*
+16	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+17	package	package	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.5
+# sent_counter = 3706
+# text = they save me from having to deal with Tmobile ...
+1	they	they	PRON	_	_	_	_	_	_	*
+2	save	save	VERB	_	_	_	_	_	ss=v.stative	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	from	from	SCONJ	_	_	_	_	_	_	*
+5	having	have	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	deal	deal	VERB	_	_	_	_	_	ss=v.social	2:X
+8	with	with	ADP	_	_	_	_	_	_	2
+9	Tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.5
+# sent_counter = 3707
+# text = ( I 've been through at least 5 places already . )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	've	've	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.social	1:X
+5	through	through	ADP	_	_	_	_	_	_	1
+6	at	at	ADV	_	_	_	_	_	_	2:X
+7	least	least	ADV	_	_	_	_	_	_	2
+8	5	5	NUM	_	_	_	_	_	_	*
+9	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	already	already	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.5
+# sent_counter = 3708
+# text = He is very professional in his position as a director and yet he still made time to be compassionate for what we were all going through .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	professional	professional	ADJ	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	position	position	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	as	as	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	director	director	NOUN	_	_	_	_	_	ss=n.person	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	yet	yet	CCONJ	_	_	_	_	_	_	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	still	still	ADV	_	_	_	_	_	_	*
+15	made	make	VERB	_	_	_	_	_	ss=v.social	1:X
+16	time	time	NOUN	_	_	_	_	_	_	1
+17	to	to	PART	_	_	_	_	_	_	*
+18	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	compassionate	compassionate	ADJ	_	_	_	_	_	_	*
+20	for	for	SCONJ	_	_	_	_	_	_	*
+21	what	what	PRON	_	_	_	_	_	_	*
+22	we	we	PRON	_	_	_	_	_	_	*
+23	were	be	AUX	_	_	_	_	_	_	*
+24	all	all	ADV	_	_	_	_	_	_	*
+25	going	go	VERB	_	_	_	_	_	ss=v.stative	2:X
+26	through	through	ADP	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.8
+# sent_counter = 3709
+# text = Both my grandparents looked as natural as could be expected .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	grandparents	grandparent	NOUN	_	_	_	_	_	ss=n.person	*
+4	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+5	as	as	ADV	_	_	_	_	_	_	*
+6	natural	natural	ADJ	_	_	_	_	_	_	*
+7	as	as	SCONJ	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	be	be	AUX	_	_	_	_	_	_	*
+10	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022461.2
+# sent_counter = 3710
+# text = I 've been to quite a few tattoo shops around this area and Stainless Steel is by far the best .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	quite	quite	DET	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	2:X
+7	few	few	ADJ	_	_	_	_	_	_	2
+8	tattoo	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	shops	shop	NOUN	_	_	_	_	_	ss=n.group	*
+10	around	around	ADP	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Stainless	stainless	PROPN	_	_	_	_	_	ss=n.group	3:X
+15	Steel	steel	PROPN	_	_	_	_	_	_	3
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	by	by	ADP	_	_	_	_	_	_	4:X
+18	far	far	ADV	_	_	_	_	_	_	4
+19	the	the	DET	_	_	_	_	_	_	*
+20	best	best	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.2
+# sent_counter = 3711
+# text = Yes my G 1 screen is back working .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	G	g	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	1	1	NUM	_	_	_	_	_	_	1
+5	screen	screen	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	is	be	AUX	_	_	_	_	_	_	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	working	work	VERB	_	_	_	_	_	ss=v.stative	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.11
+# sent_counter = 3712
+# text = I SAY LISTEN : I 'm at 17th and LOCUST , do you deliver there ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	SAY	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	LISTEN	listen	VERB	_	_	_	_	_	ss=v.perception	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	17th	17th	PROPN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	LOCUST	locust	PROPN	_	_	_	_	_	ss=n.location	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.15
+# sent_counter = 3713
+# text = He gives the phone to a girl , she says , I have to have your address , I say , do you deliver to 17th and locust , she says , your exact address , I say 1 - 7 - 0 - 1 Locust , ARe you sure ? she asks ?
+1	He	he	PRON	_	_	_	_	_	_	*
+2	gives	give	VERB	_	_	_	_	_	ss=v.motion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	_	1:X
+14	to	to	PART	_	_	_	_	_	_	1
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	your	your	PRON	_	_	_	_	_	_	*
+17	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	do	do	AUX	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+25	to	to	ADP	_	_	_	_	_	_	*
+26	17th	17th	PROPN	_	_	_	_	_	ss=n.location	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	locust	locust	PROPN	_	_	_	_	_	ss=n.location	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	she	she	PRON	_	_	_	_	_	_	*
+31	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	your	your	PRON	_	_	_	_	_	_	*
+34	exact	exact	ADJ	_	_	_	_	_	_	*
+35	address	address	NOUN	_	_	_	_	_	ss=n.location	*
+36	,	,	PUNCT	_	_	_	_	_	_	*
+37	I	i	PRON	_	_	_	_	_	_	*
+38	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+39	1	1	NUM	_	_	_	_	_	_	*
+40	-	-	PUNCT	_	_	_	_	_	_	*
+41	7	7	NUM	_	_	_	_	_	_	*
+42	-	-	PUNCT	_	_	_	_	_	_	*
+43	0	0	NUM	_	_	_	_	_	_	*
+44	-	-	PUNCT	_	_	_	_	_	_	*
+45	1	1	NUM	_	_	_	_	_	_	*
+46	Locust	locust	PROPN	_	_	_	_	_	ss=n.location	*
+47	,	,	PUNCT	_	_	_	_	_	_	*
+48	ARe	be	VERB	_	_	_	_	_	ss=v.stative	*
+49	you	you	PRON	_	_	_	_	_	_	*
+50	sure	sure	ADJ	_	_	_	_	_	_	*
+51	?	?	PUNCT	_	_	_	_	_	_	*
+52	she	she	PRON	_	_	_	_	_	_	*
+53	asks	ask	VERB	_	_	_	_	_	ss=v.communication	*
+54	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.3
+# sent_counter = 3714
+# text = So I say : I 'm at the Radison Warwick hotel in Rittenhouse Square ( built in 1926 ) do you deliver to the Warwick ?
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	Radison	radison	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Warwick	warwick	PROPN	_	_	_	_	_	_	1
+11	hotel	hotel	NOUN	_	_	_	_	_	ss=n.location	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Rittenhouse	rittenhouse	PROPN	_	_	_	_	_	ss=n.location	2:X
+14	Square	square	PROPN	_	_	_	_	_	_	2
+15	(	(	PUNCT	_	_	_	_	_	_	*
+16	built	build	VERB	_	_	_	_	_	ss=v.creation	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	1926	1926	NUM	_	_	_	_	_	_	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	do	do	AUX	_	_	_	_	_	_	*
+21	you	you	PRON	_	_	_	_	_	_	*
+22	deliver	deliver	VERB	_	_	_	_	_	ss=v.motion	*
+23	to	to	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+26	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.22
+# sent_counter = 3715
+# text = STAY AWAY !
+1	STAY	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	AWAY	away	ADV	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.145645.2
+# sent_counter = 3716
+# text = can ever & never forget the training undergone here which made my life step onto the successful job without any hurdles .
+1	can	can	AUX	_	_	_	_	_	_	*
+2	ever	ever	ADV	_	_	_	_	_	_	*
+3	&	&	VERB	_	_	_	_	_	_	*
+4	never	never	ADV	_	_	_	_	_	_	*
+5	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	training	training	NOUN	_	_	_	_	_	ss=n.act	*
+8	undergone	undergo	VERB	_	_	_	_	_	ss=v.social	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	which	which	DET	_	_	_	_	_	_	*
+11	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	life	life	NOUN	_	_	_	_	_	ss=n.process	*
+14	step	step	VERB	_	_	_	_	_	ss=v.stative	*
+15	onto	onto	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	successful	successful	ADJ	_	_	_	_	_	_	*
+18	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+19	without	without	ADP	_	_	_	_	_	_	*
+20	any	any	DET	_	_	_	_	_	_	*
+21	hurdles	hurdles	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.145645.3
+# sent_counter = 3717
+# text = The staff , material provided , infra structure , environment & low fees totally above the satisfactory mark
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	material	material	NOUN	_	_	_	_	_	ss=n.communication	*
+5	provided	provide	VERB	_	_	_	_	_	ss=v.social	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	infra	infra	X	_	_	_	_	_	ss=n.cognition	1:X
+8	structure	structure	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	environment	environment	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	&	&	CCONJ	_	_	_	_	_	_	*
+12	low	low	ADJ	_	_	_	_	_	_	*
+13	fees	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+14	totally	totally	ADV	_	_	_	_	_	_	*
+15	above	above	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	satisfactory	satisfactory	ADJ	_	_	_	_	_	_	*
+18	mark	mark	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.5
+# sent_counter = 3718
+# text = The decor left a lot to be desired and the posters telling me all the reasons 99 was great just served as an ironic contrast against the reality .
+1	The	the	DET	_	_	_	_	_	_	*
+2	decor	decor	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	left	leave	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	a	a	DET	_	_	_	_	_	_	1
+5	lot	lot	NOUN	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	1
+7	be	be	AUX	_	_	_	_	_	_	1
+8	desired	desire	VERB	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	posters	poster	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+13	me	me	PRON	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	reasons	reason	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	99	99	PROPN	_	_	_	_	_	ss=n.quantity	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	great	great	ADJ	_	_	_	_	_	_	*
+20	just	just	ADV	_	_	_	_	_	_	*
+21	served	serve	VERB	_	_	_	_	_	ss=v.stative	*
+22	as	as	ADP	_	_	_	_	_	_	*
+23	an	an	DET	_	_	_	_	_	_	*
+24	ironic	ironic	ADJ	_	_	_	_	_	_	*
+25	contrast	contrast	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	against	against	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	reality	reality	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.223040.1
+# sent_counter = 3719
+# text = I love this place lots of people to talk to and school is across the street !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	lots	lots	NOUN	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	across	across	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+17	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.2
+# sent_counter = 3720
+# text = Andrew was helpful and knowledgeable about acupuncture re : infertility .
+1	Andrew	andrew	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	helpful	helpful	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	acupuncture	acupuncture	NOUN	_	_	_	_	_	ss=n.act	*
+8	re	re	ADP	_	_	_	_	_	_	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	infertility	infertility	NOUN	_	_	_	_	_	ss=n.state	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.5
+# sent_counter = 3721
+# text = There 's a restaurant nearby ( walking distance ) with a great breakfast , and a market across the street .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+5	nearby	nearby	ADV	_	_	_	_	_	_	*
+6	(	(	PUNCT	_	_	_	_	_	_	*
+7	walking	walking	NOUN	_	_	_	_	_	ss=n.act	*
+8	distance	distance	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	great	great	ADJ	_	_	_	_	_	_	*
+13	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	market	market	NOUN	_	_	_	_	_	ss=n.group	*
+18	across	across	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299148.4
+# sent_counter = 3722
+# text = The family suite was basically two rooms with a small opening between them which worked great for us because we were two families traveling together .
+1	The	the	DET	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	suite	suite	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	basically	basically	ADV	_	_	_	_	_	_	*
+6	two	two	NUM	_	_	_	_	_	_	*
+7	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	small	small	ADJ	_	_	_	_	_	_	*
+11	opening	opening	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	between	between	ADP	_	_	_	_	_	_	*
+13	them	them	PRON	_	_	_	_	_	_	*
+14	which	which	DET	_	_	_	_	_	_	*
+15	worked	work	VERB	_	_	_	_	_	ss=v.stative	*
+16	great	great	ADV	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	us	us	PRON	_	_	_	_	_	_	*
+19	because	because	SCONJ	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	two	two	NUM	_	_	_	_	_	_	*
+23	families	family	NOUN	_	_	_	_	_	ss=n.group	*
+24	traveling	travel	VERB	_	_	_	_	_	ss=v.motion	*
+25	together	together	ADV	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.9
+# sent_counter = 3723
+# text = However , now that I have come to realize that I am going to owe the IRS $ 6,000 + despite doing exactly what Rod told me to do , I feel I have to voice my opinion .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	come	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	realize	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	am	be	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	_	2:X
+14	to	to	PART	_	_	_	_	_	_	2
+15	owe	owe	VERB	_	_	_	_	_	ss=v.possession	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	IRS	irs	PROPN	_	_	_	_	_	ss=n.group	*
+18	$	$	SYM	_	_	_	_	_	_	*
+19	6,000	6,000	NUM	_	_	_	_	_	_	*
+20	+	+	SYM	_	_	_	_	_	_	*
+21	despite	despite	SCONJ	_	_	_	_	_	_	*
+22	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+23	exactly	exactly	ADV	_	_	_	_	_	_	*
+24	what	what	PRON	_	_	_	_	_	_	*
+25	Rod	rod	PROPN	_	_	_	_	_	ss=n.person	*
+26	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+27	me	me	PRON	_	_	_	_	_	_	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+33	I	i	PRON	_	_	_	_	_	_	*
+34	have	have	VERB	_	_	_	_	_	_	3:X
+35	to	to	PART	_	_	_	_	_	_	3
+36	voice	voice	VERB	_	_	_	_	_	ss=v.communication	*
+37	my	my	PRON	_	_	_	_	_	_	*
+38	opinion	opinion	NOUN	_	_	_	_	_	ss=n.cognition	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.3
+# sent_counter = 3724
+# text = ~ It took over 40 mins to be taken to our table , once there it took another 20 mins to get our orders and a further 45 mins till our starters landed on our table .
+1	~	~	SYM	_	_	_	_	_	_	*
+2	It	it	PRON	_	_	_	_	_	_	*
+3	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+4	over	over	ADV	_	_	_	_	_	_	*
+5	40	40	NUM	_	_	_	_	_	_	*
+6	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	be	be	AUX	_	_	_	_	_	_	*
+9	taken	take	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	once	once	ADP	_	_	_	_	_	_	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+18	another	another	DET	_	_	_	_	_	_	*
+19	20	20	NUM	_	_	_	_	_	_	*
+20	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	get	get	VERB	_	_	_	_	_	ss=v.social	*
+23	our	our	PRON	_	_	_	_	_	_	*
+24	orders	order	NOUN	_	_	_	_	_	ss=n.communication	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	further	further	ADJ	_	_	_	_	_	_	*
+28	45	45	NUM	_	_	_	_	_	_	*
+29	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+30	till	till	SCONJ	_	_	_	_	_	_	*
+31	our	our	PRON	_	_	_	_	_	_	*
+32	starters	starter	NOUN	_	_	_	_	_	ss=n.food	*
+33	landed	land	VERB	_	_	_	_	_	ss=v.motion	*
+34	on	on	ADP	_	_	_	_	_	_	*
+35	our	our	PRON	_	_	_	_	_	_	*
+36	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.4
+# sent_counter = 3725
+# text = Very frustrating for a restaurant that has 1 rosette and is supposedly renowned for the service ... hmm There was no canape's or amuse to keep us occupied , once we complained about the wait they took us something to nibble on but that took us getting out our chairs and wondering round to do that and it was impossible to get anyone s attention .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	frustrating	frustrating	ADJ	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	1	1	NUM	_	_	_	_	_	_	*
+9	rosette	rosette	NOUN	_	_	_	_	_	ss=n.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	supposedly	supposedly	ADV	_	_	_	_	_	_	*
+13	renowned	renowned	ADJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	hmm	hmm	INTJ	_	_	_	_	_	_	*
+19	There	there	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	no	no	DET	_	_	_	_	_	_	*
+22	canape's	canape	NOUN	_	_	_	_	_	ss=n.food	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	amuse	amuse	NOUN	_	_	_	_	_	ss=n.food	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	keep	keep	VERB	_	_	_	_	_	ss=v.stative	*
+27	us	us	PRON	_	_	_	_	_	_	*
+28	occupied	occupied	ADJ	_	_	_	_	_	_	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	once	once	SCONJ	_	_	_	_	_	_	*
+31	we	we	PRON	_	_	_	_	_	_	*
+32	complained	complain	VERB	_	_	_	_	_	ss=v.communication	*
+33	about	about	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	wait	wait	NOUN	_	_	_	_	_	ss=n.act	*
+36	they	they	PRON	_	_	_	_	_	_	*
+37	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+38	us	us	PRON	_	_	_	_	_	_	*
+39	something	something	NOUN	_	_	_	_	_	_	*
+40	to	to	PART	_	_	_	_	_	_	*
+41	nibble	nibble	VERB	_	_	_	_	_	ss=v.consumption	*
+42	on	on	ADP	_	_	_	_	_	_	*
+43	but	but	CCONJ	_	_	_	_	_	_	*
+44	that	that	DET	_	_	_	_	_	_	*
+45	took	take	VERB	_	_	_	_	_	ss=v.cognition	*
+46	us	us	PRON	_	_	_	_	_	_	*
+47	getting	get	VERB	_	_	_	_	_	ss=v.social	*
+48	out	out	ADP	_	_	_	_	_	_	*
+49	our	our	PRON	_	_	_	_	_	_	*
+50	chairs	chair	NOUN	_	_	_	_	_	ss=n.artifact	*
+51	and	and	CCONJ	_	_	_	_	_	_	*
+52	wondering	wonder	VERB	_	_	_	_	_	ss=v.motion	*
+53	round	round	ADV	_	_	_	_	_	_	*
+54	to	to	PART	_	_	_	_	_	_	*
+55	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+56	that	that	DET	_	_	_	_	_	_	*
+57	and	and	CCONJ	_	_	_	_	_	_	*
+58	it	it	PRON	_	_	_	_	_	_	*
+59	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+60	impossible	impossible	ADJ	_	_	_	_	_	_	*
+61	to	to	PART	_	_	_	_	_	_	*
+62	get	get	VERB	_	_	_	_	_	ss=v.social	*
+63	anyone	anyone	NOUN	_	_	_	_	_	_	*
+64	s	s	PART	_	_	_	_	_	_	*
+65	attention	attention	NOUN	_	_	_	_	_	ss=n.cognition	*
+66	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.6
+# sent_counter = 3726
+# text = On top of that though they tried to charge us service charge just to rub it it ....
+1	On	on	ADP	_	_	_	_	_	_	1:X
+2	top	top	NOUN	_	_	_	_	_	_	1
+3	of	of	ADP	_	_	_	_	_	_	1
+4	that	that	DET	_	_	_	_	_	_	*
+5	though	though	ADV	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+10	us	us	PRON	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	charge	charge	NOUN	_	_	_	_	_	ss=n.possession	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	rub	rub	VERB	_	_	_	_	_	ss=v.communication	2:X
+16	it	it	PRON	_	_	_	_	_	_	2
+17	it	it	ADP	_	_	_	_	_	_	2
+18	....	....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.5
+# sent_counter = 3727
+# text = Right near Chelan .
+1	Right	right	ADV	_	_	_	_	_	_	*
+2	near	near	ADP	_	_	_	_	_	_	*
+3	Chelan	chelan	PROPN	_	_	_	_	_	ss=n.location	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.7
+# sent_counter = 3728
+# text = They have been my only " go - to " resource since we first did business together .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	"	"	PUNCT	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	_	1:X
+8	-	-	PUNCT	_	_	_	_	_	_	1
+9	to	to	ADP	_	_	_	_	_	_	1
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	resource	resource	VERB	_	_	_	_	_	ss=v.cognition	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	first	first	ADV	_	_	_	_	_	_	*
+15	did	do	VERB	_	_	_	_	_	ss=v.social	*
+16	business	business	NOUN	_	_	_	_	_	ss=n.act	*
+17	together	together	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.2
+# sent_counter = 3729
+# text = Outside of parking being at a premium , especially on discount days , The Laundry Tub is not filthy and it 's no smaller than any of a dozen laundromats I 've been in .
+1	Outside	outside	ADV	_	_	_	_	_	_	1:X
+2	of	of	SCONJ	_	_	_	_	_	_	1
+3	parking	parking	NOUN	_	_	_	_	_	ss=n.possession	*
+4	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	at	at	ADP	_	_	_	_	_	_	2:X
+6	a	a	DET	_	_	_	_	_	_	2
+7	premium	premium	NOUN	_	_	_	_	_	_	2
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	especially	especially	ADV	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	discount	discount	NOUN	_	_	_	_	_	ss=n.possession	*
+12	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	The	the	DET	_	_	_	_	_	ss=n.group	3:X
+15	Laundry	laundry	PROPN	_	_	_	_	_	_	3
+16	Tub	tub	PROPN	_	_	_	_	_	_	3
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	not	not	PART	_	_	_	_	_	_	*
+19	filthy	filthy	ADJ	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+23	no	no	ADV	_	_	_	_	_	_	*
+24	smaller	smaller	ADJ	_	_	_	_	_	_	*
+25	than	than	ADP	_	_	_	_	_	_	*
+26	any	any	DET	_	_	_	_	_	_	*
+27	of	of	ADP	_	_	_	_	_	_	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	dozen	dozen	NOUN	_	_	_	_	_	ss=n.quantity	*
+30	laundromats	laundromat	NOUN	_	_	_	_	_	ss=n.group	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	've	've	AUX	_	_	_	_	_	_	*
+33	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	in	in	ADP	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.3
+# sent_counter = 3730
+# text = The beers were good , nice choice of beers as well , and as usual the mussels were great , the place upstairs is a nice addition to the bar downstairs .
+1	The	the	DET	_	_	_	_	_	_	*
+2	beers	beer	NOUN	_	_	_	_	_	ss=n.food	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	nice	nice	ADJ	_	_	_	_	_	_	*
+7	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	beers	beer	NOUN	_	_	_	_	_	ss=n.food	*
+10	as	as	ADV	_	_	_	_	_	_	1:X
+11	well	well	ADV	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	as	as	ADP	_	_	_	_	_	_	*
+15	usual	usual	ADJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	mussels	mussel	NOUN	_	_	_	_	_	ss=n.food	*
+18	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	great	great	ADJ	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+23	upstairs	upstairs	ADV	_	_	_	_	_	_	*
+24	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	nice	nice	ADJ	_	_	_	_	_	_	*
+27	addition	addition	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	to	to	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	bar	bar	NOUN	_	_	_	_	_	ss=n.group	*
+31	downstairs	downstairs	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.4
+# sent_counter = 3731
+# text = Filled up on too much beer and hence can not comment on the food .
+1	Filled	fill	VERB	_	_	_	_	_	ss=v.consumption	1:X
+2	up	up	ADP	_	_	_	_	_	_	1
+3	on	on	ADP	_	_	_	_	_	_	*
+4	too	too	ADV	_	_	_	_	_	_	*
+5	much	much	ADJ	_	_	_	_	_	_	*
+6	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	hence	hence	ADV	_	_	_	_	_	_	*
+9	can	can	AUX	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	comment	comment	VERB	_	_	_	_	_	ss=v.communication	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396046.1
+# sent_counter = 3732
+# text = Worst experience ever like a sardine can and the bartender downstairs is the rudest person I have ever met .
+1	Worst	worst	ADJ	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	ever	ever	ADV	_	_	_	_	_	_	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	sardine	sardine	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+7	can	can	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	bartender	bartender	NOUN	_	_	_	_	_	ss=n.person	*
+11	downstairs	downstairs	ADV	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	rudest	rude	ADJ	_	_	_	_	_	_	*
+15	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	ever	ever	ADV	_	_	_	_	_	_	*
+19	met	meet	VERB	_	_	_	_	_	ss=v.social	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.11
+# sent_counter = 3733
+# text = He is my mechanic going forward !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+5	going	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	forward	forward	ADV	_	_	_	_	_	_	1
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.7
+# sent_counter = 3734
+# text = It is next to Gare du Nord and a five minute walk to Sacre Coeur which is excellent for shopping .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	next	next	ADV	_	_	_	_	_	_	1:X
+4	to	to	ADP	_	_	_	_	_	_	1
+5	Gare	gare	PROPN	_	_	_	_	_	ss=n.location	2:X
+6	du	du	PROPN	_	_	_	_	_	_	2
+7	Nord	nord	PROPN	_	_	_	_	_	_	2
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	five	five	NUM	_	_	_	_	_	_	*
+11	minute	minute	NOUN	_	_	_	_	_	ss=n.time	*
+12	walk	walk	NOUN	_	_	_	_	_	ss=n.act	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	Sacre	sacre	PROPN	_	_	_	_	_	ss=n.location	3:X
+15	Coeur	coeur	PROPN	_	_	_	_	_	_	3
+16	which	which	DET	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	excellent	excellent	ADJ	_	_	_	_	_	_	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	shopping	shopping	NOUN	_	_	_	_	_	ss=n.act	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.4
+# sent_counter = 3735
+# text = It ALL had to do with the sales guy which was a young 22 year old who had admittedly only been working for 2 weeks .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	ALL	all	DET	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	do	do	VERB	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	1
+7	the	the	DET	_	_	_	_	_	_	*
+8	sales	sales	NOUN	_	_	_	_	_	ss=n.person	2:X
+9	guy	guy	NOUN	_	_	_	_	_	_	2
+10	which	which	DET	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	young	young	ADJ	_	_	_	_	_	_	*
+14	22	22	NUM	_	_	_	_	_	_	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.person	3:X
+16	old	old	ADJ	_	_	_	_	_	_	3
+17	who	who	PRON	_	_	_	_	_	_	*
+18	had	have	AUX	_	_	_	_	_	_	*
+19	admittedly	admittedly	ADV	_	_	_	_	_	_	*
+20	only	only	ADV	_	_	_	_	_	_	*
+21	been	be	AUX	_	_	_	_	_	_	*
+22	working	work	VERB	_	_	_	_	_	ss=v.social	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	2	2	NUM	_	_	_	_	_	_	*
+25	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.7
+# sent_counter = 3736
+# text = I do n't know if the kid had a bad day or what , but I had to sit and apologize about nothing for 10 minutes until he dropped the issue .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	kid	kid	NOUN	_	_	_	_	_	ss=n.person	*
+8	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	bad	bad	ADJ	_	_	_	_	_	_	*
+11	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	what	what	PRON	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	had	have	VERB	_	_	_	_	_	_	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	apologize	apologize	VERB	_	_	_	_	_	ss=v.communication	*
+22	about	about	ADP	_	_	_	_	_	_	*
+23	nothing	nothing	NOUN	_	_	_	_	_	_	*
+24	for	for	ADP	_	_	_	_	_	_	*
+25	10	10	NUM	_	_	_	_	_	_	*
+26	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+27	until	until	SCONJ	_	_	_	_	_	_	*
+28	he	he	PRON	_	_	_	_	_	_	*
+29	dropped	drop	VERB	_	_	_	_	_	ss=v.communication	2:X
+30	the	the	DET	_	_	_	_	_	_	2
+31	issue	issue	NOUN	_	_	_	_	_	_	2
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.6
+# sent_counter = 3737
+# text = I worked with Andrew for 2 months and did acupuncture and herbs .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	Andrew	andrew	PROPN	_	_	_	_	_	ss=n.person	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	2	2	NUM	_	_	_	_	_	_	*
+7	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+10	acupuncture	acupuncture	NOUN	_	_	_	_	_	ss=n.act	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	herbs	herb	NOUN	_	_	_	_	_	ss=n.plant	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.3
+# sent_counter = 3738
+# text = A large group of my friends and I rent almost the whole motel every year for a weekend , and the experience and stay have always been five - star .
+1	A	a	DET	_	_	_	_	_	_	*
+2	large	large	ADJ	_	_	_	_	_	_	*
+3	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	rent	rent	VERB	_	_	_	_	_	ss=v.possession	*
+10	almost	almost	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	whole	whole	ADJ	_	_	_	_	_	_	*
+13	motel	motel	NOUN	_	_	_	_	_	ss=n.group	*
+14	every	every	DET	_	_	_	_	_	_	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+25	have	have	AUX	_	_	_	_	_	_	*
+26	always	always	ADV	_	_	_	_	_	_	*
+27	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	five	five	NUM	_	_	_	_	_	ss=n.communication	1:X
+29	-	-	PUNCT	_	_	_	_	_	_	1
+30	star	star	NOUN	_	_	_	_	_	_	1
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.2
+# sent_counter = 3739
+# text = I personally trust this Midas store with all my vehicles , I have been going there for years & would never go anywhere else !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	personally	personally	ADV	_	_	_	_	_	_	*
+3	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	1:X
+4	this	this	DET	_	_	_	_	_	_	*
+5	Midas	midas	PROPN	_	_	_	_	_	ss=n.group	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	with	with	ADP	_	_	_	_	_	_	1
+8	all	all	DET	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	vehicles	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	been	be	AUX	_	_	_	_	_	_	*
+15	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+16	there	there	ADV	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+19	&	&	CCONJ	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	never	never	ADV	_	_	_	_	_	_	*
+22	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+23	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+24	else	else	ADV	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217542.2
+# sent_counter = 3740
+# text = I FUCKING HATE THIS PLACE EVERY TIME i GO THIS HOT CHICK SHOWS UP AND i MEAN REALLY HOT BUT SHE IS LIKE REAAAALLY DUMB AND THEN THEIR IS THIS OTHER CHICK THAT IS REALY UGLY BUT SHE IS LIKE SUPER SMART SHE COULD BE A SCIENTIST , BUT THEN THEIR IS THIS STONER WHO ALWAYS COMES HERE HIGH AND HE ALWAYS BRINGS HIS FUCKING DOG WHO IS SO HIGH FROM THE SECOND HAND SMOKE I THINK HE IS TRYING TO TALK .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	FUCKING	fucking	ADV	_	_	_	_	_	_	*
+3	HATE	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+4	THIS	this	DET	_	_	_	_	_	_	*
+5	PLACE	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	EVERY	every	DET	_	_	_	_	_	_	*
+7	TIME	time	NOUN	_	_	_	_	_	ss=n.event	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	GO	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	THIS	this	DET	_	_	_	_	_	_	*
+11	HOT	hot	ADJ	_	_	_	_	_	_	*
+12	CHICK	chick	NOUN	_	_	_	_	_	ss=n.person	*
+13	SHOWS	show	VERB	_	_	_	_	_	ss=v.social	1:X
+14	UP	up	ADP	_	_	_	_	_	_	1
+15	AND	and	CCONJ	_	_	_	_	_	_	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	MEAN	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+18	REALLY	really	ADV	_	_	_	_	_	_	*
+19	HOT	hot	ADJ	_	_	_	_	_	_	*
+20	BUT	but	CCONJ	_	_	_	_	_	_	*
+21	SHE	she	PRON	_	_	_	_	_	_	*
+22	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	LIKE	like	INTJ	_	_	_	_	_	_	*
+24	REAAAALLY	reaaaally	ADV	_	_	_	_	_	_	*
+25	DUMB	dumb	ADJ	_	_	_	_	_	_	*
+26	AND	and	CCONJ	_	_	_	_	_	_	*
+27	THEN	then	ADV	_	_	_	_	_	_	*
+28	THEIR	their	PRON	_	_	_	_	_	_	*
+29	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	THIS	this	DET	_	_	_	_	_	_	*
+31	OTHER	other	ADJ	_	_	_	_	_	_	*
+32	CHICK	chick	NOUN	_	_	_	_	_	ss=n.person	*
+33	THAT	that	DET	_	_	_	_	_	_	*
+34	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+35	REALY	realy	ADV	_	_	_	_	_	_	*
+36	UGLY	ugly	ADJ	_	_	_	_	_	_	*
+37	BUT	but	CCONJ	_	_	_	_	_	_	*
+38	SHE	she	PRON	_	_	_	_	_	_	*
+39	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+40	LIKE	like	INTJ	_	_	_	_	_	_	*
+41	SUPER	super	ADV	_	_	_	_	_	_	*
+42	SMART	smart	ADJ	_	_	_	_	_	_	*
+43	SHE	she	PRON	_	_	_	_	_	_	*
+44	COULD	could	AUX	_	_	_	_	_	_	*
+45	BE	be	VERB	_	_	_	_	_	ss=v.stative	*
+46	A	a	DET	_	_	_	_	_	_	*
+47	SCIENTIST	scientist	NOUN	_	_	_	_	_	ss=n.person	*
+48	,	,	PUNCT	_	_	_	_	_	_	*
+49	BUT	but	CCONJ	_	_	_	_	_	_	*
+50	THEN	then	ADV	_	_	_	_	_	_	*
+51	THEIR	their	PRON	_	_	_	_	_	_	*
+52	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+53	THIS	this	DET	_	_	_	_	_	_	*
+54	STONER	stoner	NOUN	_	_	_	_	_	ss=n.person	*
+55	WHO	who	PRON	_	_	_	_	_	_	*
+56	ALWAYS	always	ADV	_	_	_	_	_	_	*
+57	COMES	come	VERB	_	_	_	_	_	ss=v.motion	*
+58	HERE	here	ADV	_	_	_	_	_	_	*
+59	HIGH	high	ADJ	_	_	_	_	_	_	*
+60	AND	and	CCONJ	_	_	_	_	_	_	*
+61	HE	he	PRON	_	_	_	_	_	_	*
+62	ALWAYS	always	ADV	_	_	_	_	_	_	*
+63	BRINGS	bring	VERB	_	_	_	_	_	ss=v.motion	*
+64	HIS	his	PRON	_	_	_	_	_	_	*
+65	FUCKING	fucking	ADJ	_	_	_	_	_	_	*
+66	DOG	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+67	WHO	who	PRON	_	_	_	_	_	_	*
+68	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+69	SO	so	ADV	_	_	_	_	_	_	*
+70	HIGH	high	ADJ	_	_	_	_	_	_	*
+71	FROM	from	ADP	_	_	_	_	_	_	*
+72	THE	the	DET	_	_	_	_	_	_	*
+73	SECOND	second	ADJ	_	_	_	_	_	ss=n.substance	2:X
+74	HAND	hand	NOUN	_	_	_	_	_	_	2
+75	SMOKE	smoke	NOUN	_	_	_	_	_	_	2
+76	I	i	PRON	_	_	_	_	_	_	*
+77	THINK	think	VERB	_	_	_	_	_	ss=v.cognition	*
+78	HE	he	PRON	_	_	_	_	_	_	*
+79	IS	be	AUX	_	_	_	_	_	_	*
+80	TRYING	try	VERB	_	_	_	_	_	ss=v.social	*
+81	TO	to	PART	_	_	_	_	_	_	*
+82	TALK	talk	VERB	_	_	_	_	_	ss=v.communication	*
+83	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.5
+# sent_counter = 3741
+# text = With all the child predators out there , a busy road , cars speeding by ...... and you are going to let some 4 / 5 year olds wonder around cause you 're money hungry ?
+1	With	with	ADP	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	child	child	NOUN	_	_	_	_	_	ss=n.person	1:X
+5	predators	predator	NOUN	_	_	_	_	_	_	1
+6	out	out	ADV	_	_	_	_	_	_	2:X
+7	there	there	ADV	_	_	_	_	_	_	2
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	busy	busy	ADJ	_	_	_	_	_	_	*
+11	road	road	NOUN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	speeding	speed	VERB	_	_	_	_	_	ss=v.motion	*
+15	by	by	ADV	_	_	_	_	_	_	*
+16	......	......	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	are	be	AUX	_	_	_	_	_	_	*
+20	going	go	VERB	_	_	_	_	_	_	3:X
+21	to	to	PART	_	_	_	_	_	_	3
+22	let	let	VERB	_	_	_	_	_	ss=v.social	*
+23	some	some	DET	_	_	_	_	_	_	*
+24	4	4	NUM	_	_	_	_	_	_	*
+25	/	/	PUNCT	_	_	_	_	_	_	*
+26	5	5	NUM	_	_	_	_	_	_	*
+27	year	year	NOUN	_	_	_	_	_	ss=n.person	4:X
+28	olds	old	NOUN	_	_	_	_	_	_	4
+29	wonder	wonder	VERB	_	_	_	_	_	ss=v.motion	*
+30	around	around	ADV	_	_	_	_	_	_	*
+31	cause	cause	SCONJ	_	_	_	_	_	_	*
+32	you	you	PRON	_	_	_	_	_	_	*
+33	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+34	money	money	NOUN	_	_	_	_	_	_	5:X
+35	hungry	hungry	ADJ	_	_	_	_	_	_	5
+36	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262441.1
+# sent_counter = 3742
+# text = I phoned this company for advice on our office refurb and although we did not use them in the end ( as our building contractor carried out the electrical work ) , they provided me with plenty of useful information over an hour phone call and subsequently we are now using PJC as our electrical maintenance contractor .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	phoned	phone	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	advice	advice	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	office	office	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	refurb	refurb	NOUN	_	_	_	_	_	ss=n.act	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	although	although	SCONJ	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	did	do	AUX	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	use	use	VERB	_	_	_	_	_	ss=v.social	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	in	in	ADP	_	_	_	_	_	_	1:X
+19	the	the	DET	_	_	_	_	_	_	1
+20	end	end	NOUN	_	_	_	_	_	_	1
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	as	as	SCONJ	_	_	_	_	_	_	*
+23	our	our	PRON	_	_	_	_	_	_	*
+24	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	contractor	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+26	carried	carry	VERB	_	_	_	_	_	ss=v.social	2:X
+27	out	out	ADP	_	_	_	_	_	_	2
+28	the	the	DET	_	_	_	_	_	_	*
+29	electrical	electrical	ADJ	_	_	_	_	_	_	*
+30	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+31	)	)	PUNCT	_	_	_	_	_	_	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	they	they	PRON	_	_	_	_	_	_	*
+34	provided	provide	VERB	_	_	_	_	_	ss=v.social	*
+35	me	me	PRON	_	_	_	_	_	_	*
+36	with	with	ADP	_	_	_	_	_	_	*
+37	plenty	plenty	NOUN	_	_	_	_	_	ss=n.quantity	*
+38	of	of	ADP	_	_	_	_	_	_	*
+39	useful	useful	ADJ	_	_	_	_	_	_	*
+40	information	information	NOUN	_	_	_	_	_	ss=n.cognition	*
+41	over	over	ADP	_	_	_	_	_	_	*
+42	an	an	DET	_	_	_	_	_	_	*
+43	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+44	phone	phone	NOUN	_	_	_	_	_	ss=n.communication	3:X
+45	call	call	NOUN	_	_	_	_	_	_	3
+46	and	and	CCONJ	_	_	_	_	_	_	*
+47	subsequently	subsequently	ADV	_	_	_	_	_	_	*
+48	we	we	PRON	_	_	_	_	_	_	*
+49	are	be	AUX	_	_	_	_	_	_	*
+50	now	now	ADV	_	_	_	_	_	_	*
+51	using	use	VERB	_	_	_	_	_	ss=v.social	*
+52	PJC	pjc	PROPN	_	_	_	_	_	ss=n.group	*
+53	as	as	ADP	_	_	_	_	_	_	*
+54	our	our	PRON	_	_	_	_	_	_	*
+55	electrical	electrical	ADJ	_	_	_	_	_	_	*
+56	maintenance	maintenance	NOUN	_	_	_	_	_	ss=n.act	*
+57	contractor	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+58	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160442.3
+# sent_counter = 3743
+# text = They did a very bad job with my hair and were extremely rude when I went back to ask them why it did n't work for my hair .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.body	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	very	very	ADV	_	_	_	_	_	_	*
+5	bad	bad	ADJ	_	_	_	_	_	_	*
+6	job	job	NOUN	_	_	_	_	_	_	1
+7	with	with	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	extremely	extremely	ADV	_	_	_	_	_	_	*
+13	rude	rude	ADJ	_	_	_	_	_	_	*
+14	when	when	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+17	back	back	ADV	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+20	them	them	PRON	_	_	_	_	_	_	*
+21	why	why	ADV	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	did	do	AUX	_	_	_	_	_	_	*
+24	n't	n't	PART	_	_	_	_	_	_	*
+25	work	work	VERB	_	_	_	_	_	ss=v.stative	*
+26	for	for	ADP	_	_	_	_	_	_	*
+27	my	my	PRON	_	_	_	_	_	_	*
+28	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.2
+# sent_counter = 3744
+# text = I think this place is probably really great especially judging by the reviews on here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	probably	probably	ADV	_	_	_	_	_	_	*
+7	really	really	ADV	_	_	_	_	_	_	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	especially	especially	ADV	_	_	_	_	_	_	*
+10	judging	judge	VERB	_	_	_	_	_	ss=v.cognition	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	here	here	ADV	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.199045.2
+# sent_counter = 3745
+# text = remember to ask for extra vege
+1	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	extra	extra	ADJ	_	_	_	_	_	_	*
+6	vege	vege	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.6
+# sent_counter = 3746
+# text = The portions were generous and we got out for less than the cost of one entree at some chain restaurant .
+1	The	the	DET	_	_	_	_	_	_	*
+2	portions	portion	NOUN	_	_	_	_	_	ss=n.food	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	generous	generous	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+8	out	out	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	less	less	ADJ	_	_	_	_	_	_	*
+11	than	than	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	entree	entree	NOUN	_	_	_	_	_	ss=n.food	*
+17	at	at	ADP	_	_	_	_	_	_	*
+18	some	some	DET	_	_	_	_	_	_	*
+19	chain	chain	NOUN	_	_	_	_	_	ss=n.group	*
+20	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299148.5
+# sent_counter = 3747
+# text = If you are in town and need that kind of space I say stay here but if you are looking for a little more upscale affair do n't let the pictures fool you and book somewhere else .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	1:X
+5	town	town	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	space	space	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+15	here	here	ADV	_	_	_	_	_	_	*
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	if	if	SCONJ	_	_	_	_	_	_	*
+18	you	you	PRON	_	_	_	_	_	_	*
+19	are	be	AUX	_	_	_	_	_	_	*
+20	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	little	little	ADJ	_	_	_	_	_	_	*
+24	more	more	ADV	_	_	_	_	_	_	*
+25	upscale	upscale	ADJ	_	_	_	_	_	_	*
+26	affair	affair	NOUN	_	_	_	_	_	ss=n.food	*
+27	do	do	AUX	_	_	_	_	_	_	*
+28	n't	n't	PART	_	_	_	_	_	_	*
+29	let	let	VERB	_	_	_	_	_	ss=v.social	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	fool	fool	VERB	_	_	_	_	_	ss=v.cognition	*
+33	you	you	PRON	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	book	book	VERB	_	_	_	_	_	ss=v.communication	*
+36	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+37	else	else	ADV	_	_	_	_	_	_	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.5
+# sent_counter = 3748
+# text = I expected to pay for this service , but imagine my surprise when I received a bill for MORE than what I paid to have the original return prepared .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	imagine	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	surprise	surprise	NOUN	_	_	_	_	_	ss=n.feeling	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	received	receive	VERB	_	_	_	_	_	ss=v.possession	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	bill	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	MORE	more	ADJ	_	_	_	_	_	_	1:X
+20	than	than	SCONJ	_	_	_	_	_	_	1
+21	what	what	PRON	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+24	to	to	PART	_	_	_	_	_	_	*
+25	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	original	original	ADJ	_	_	_	_	_	_	*
+28	return	return	NOUN	_	_	_	_	_	ss=n.possession	*
+29	prepared	prepare	VERB	_	_	_	_	_	ss=v.social	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138249.2
+# sent_counter = 3749
+# text = I have use them four times for fixing items from pushing out a dent in a bumper to fixing the fender on my beloved Miata .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	four	four	NUM	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+7	for	for	SCONJ	_	_	_	_	_	_	*
+8	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+9	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	from	from	SCONJ	_	_	_	_	_	_	*
+11	pushing	push	VERB	_	_	_	_	_	ss=v.contact	*
+12	out	out	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	dent	dent	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	bumper	bumper	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	to	to	SCONJ	_	_	_	_	_	_	*
+19	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	fender	fender	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	beloved	beloved	ADJ	_	_	_	_	_	_	*
+25	Miata	miata	PROPN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.2
+# sent_counter = 3750
+# text = We visited on 7/26/08 for dinner We received a gift certificate for the Mama Mia 's on Greenfield Ave .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	visited	visit	VERB	_	_	_	_	_	ss=v.social	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	7/26/08	7/26/08	NUM	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+7	We	we	PRON	_	_	_	_	_	_	*
+8	received	receive	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	gift	gift	NOUN	_	_	_	_	_	ss=n.possession	1:X
+11	certificate	certificate	NOUN	_	_	_	_	_	_	1
+12	for	for	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	Mama	mama	PROPN	_	_	_	_	_	ss=n.group	2:X
+15	Mia	mia	PROPN	_	_	_	_	_	_	2
+16	's	's	PART	_	_	_	_	_	_	2
+17	on	on	ADP	_	_	_	_	_	_	*
+18	Greenfield	greenfield	PROPN	_	_	_	_	_	ss=n.location	3:X
+19	Ave	ave	PROPN	_	_	_	_	_	_	3
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.8
+# sent_counter = 3751
+# text = Sorry for interrupting I guess .
+1	Sorry	sorry	ADJ	_	_	_	_	_	_	*
+2	for	for	SCONJ	_	_	_	_	_	_	*
+3	interrupting	interrupt	VERB	_	_	_	_	_	ss=v.communication	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217747.2
+# sent_counter = 3752
+# text = " Thank you so much for the superior job well done .
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Thank	thank	VERB	_	_	_	_	_	_	1:X
+3	you	you	PRON	_	_	_	_	_	_	1
+4	so	so	ADV	_	_	_	_	_	_	*
+5	much	much	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	superior	superior	ADJ	_	_	_	_	_	_	*
+9	job	job	NOUN	_	_	_	_	_	ss=n.act	2:X
+10	well	well	ADV	_	_	_	_	_	_	*
+11	done	do	VERB	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325741.3
+# sent_counter = 3753
+# text = They picked my car up in Yarmouth and towed to Bath for a great price .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	picked	pick	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	my	my	PRON	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	up	up	ADP	_	_	_	_	_	_	1
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Yarmouth	yarmouth	PROPN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	towed	tow	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	Bath	bath	PROPN	_	_	_	_	_	ss=n.group	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.2
+# sent_counter = 3754
+# text = First , let me state that although I live in NYC , I am not from NYC , I do n't care about baseball and I absolutely love Boston to death ( so beautiful , so clean , so awesome ) .
+1	First	first	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	let	let	VERB	_	_	_	_	_	ss=v.social	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	state	state	VERB	_	_	_	_	_	ss=v.communication	*
+6	that	that	SCONJ	_	_	_	_	_	_	*
+7	although	although	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	live	live	VERB	_	_	_	_	_	ss=v.social	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	from	from	ADP	_	_	_	_	_	_	*
+17	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	do	do	AUX	_	_	_	_	_	_	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+23	about	about	ADP	_	_	_	_	_	_	*
+24	baseball	baseball	NOUN	_	_	_	_	_	ss=n.act	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+28	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+29	Boston	boston	PROPN	_	_	_	_	_	ss=n.location	*
+30	to	to	ADP	_	_	_	_	_	_	1:X
+31	death	death	NOUN	_	_	_	_	_	_	1
+32	(	(	PUNCT	_	_	_	_	_	_	*
+33	so	so	ADV	_	_	_	_	_	_	*
+34	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	so	so	ADV	_	_	_	_	_	_	*
+37	clean	clean	ADJ	_	_	_	_	_	_	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	so	so	ADV	_	_	_	_	_	_	*
+40	awesome	awesome	ADJ	_	_	_	_	_	_	*
+41	)	)	PUNCT	_	_	_	_	_	_	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.1
+# sent_counter = 3755
+# text = Rcommended by bees , too !
+1	Rcommended	rcommended	VERB	_	_	_	_	_	ss=v.communication	*
+2	by	by	ADP	_	_	_	_	_	_	*
+3	bees	bee	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217747.4
+# sent_counter = 3756
+# text = You company and services will be recommended by us to everyone . "
+1	You	you	PRON	_	_	_	_	_	_	*
+2	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	be	be	AUX	_	_	_	_	_	_	*
+7	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+8	by	by	ADP	_	_	_	_	_	_	*
+9	us	us	PRON	_	_	_	_	_	_	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	everyone	everyone	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+13	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.4
+# sent_counter = 3757
+# text = The service was just about as good as I 'd get in NYC ( that means it was poor ) and the food was almost mediocre .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	just	just	ADV	_	_	_	_	_	_	1:X
+5	about	about	ADV	_	_	_	_	_	_	1
+6	as	as	ADV	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	as	as	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	'd	'd	AUX	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	poor	poor	ADJ	_	_	_	_	_	_	*
+20	)	)	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+24	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	almost	almost	ADV	_	_	_	_	_	_	*
+26	mediocre	mediocre	ADJ	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.10
+# sent_counter = 3758
+# text = For instance I asked who owned Mazda and he said with confidence that was GM , which is n't true .
+1	For	for	ADP	_	_	_	_	_	_	1:X
+2	instance	instance	NOUN	_	_	_	_	_	_	1
+3	I	i	PRON	_	_	_	_	_	_	*
+4	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	owned	own	VERB	_	_	_	_	_	ss=v.possession	*
+7	Mazda	mazda	PROPN	_	_	_	_	_	ss=n.group	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	confidence	confidence	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	that	that	DET	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	GM	gm	PROPN	_	_	_	_	_	ss=n.group	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	which	which	DET	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	n't	n't	PART	_	_	_	_	_	_	*
+20	true	true	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228944.2
+# sent_counter = 3759
+# text = This shop is by far the best I have been to .
+1	This	this	DET	_	_	_	_	_	_	*
+2	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	by	by	ADP	_	_	_	_	_	_	1:X
+5	far	far	ADV	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	best	best	ADJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	been	be	VERB	_	_	_	_	_	ss=v.motion	2:X
+11	to	to	ADP	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.4
+# sent_counter = 3760
+# text = # 2 the decor is tasteful and artistic , from the comfortable chairs to the elegant light fixtures .... and ( most importantly ) # 3 the food is FANTASTIC .
+1	#	#	NOUN	_	_	_	_	_	_	*
+2	2	2	X	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	decor	decor	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	tasteful	tasteful	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	artistic	artistic	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+13	chairs	chair	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	elegant	elegant	ADJ	_	_	_	_	_	_	*
+17	light	light	NOUN	_	_	_	_	_	ss=n.natural_object	*
+18	fixtures	fixture	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	....	....	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	(	(	PUNCT	_	_	_	_	_	_	*
+22	most	most	ADV	_	_	_	_	_	_	*
+23	importantly	importantly	ADV	_	_	_	_	_	_	*
+24	)	)	PUNCT	_	_	_	_	_	_	*
+25	#	#	NOUN	_	_	_	_	_	_	*
+26	3	3	X	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+29	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	FANTASTIC	fantastic	ADJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.6
+# sent_counter = 3761
+# text = And we bought a few cookies there too , they were fantastic as well ! )
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	few	few	ADJ	_	_	_	_	_	_	*
+6	cookies	cookie	NOUN	_	_	_	_	_	ss=n.food	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	too	too	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+13	as	as	ADV	_	_	_	_	_	_	1:X
+14	well	well	ADV	_	_	_	_	_	_	1
+15	!	!	PUNCT	_	_	_	_	_	_	*
+16	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.8
+# sent_counter = 3762
+# text = I do n't want to waste my time on routes set for children , but I do n't want to take on something I ca n't handle just to strain myself to exhaustion .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	waste	waste	VERB	_	_	_	_	_	ss=v.social	1:X
+7	my	my	PRON	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	on	on	ADP	_	_	_	_	_	_	*
+10	routes	route	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	set	set	VERB	_	_	_	_	_	ss=v.stative	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	do	do	AUX	_	_	_	_	_	_	*
+18	n't	n't	PART	_	_	_	_	_	_	*
+19	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	take	take	VERB	_	_	_	_	_	ss=v.cognition	2:X
+22	on	on	ADP	_	_	_	_	_	_	2
+23	something	something	NOUN	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	ca	ca	AUX	_	_	_	_	_	_	*
+26	n't	n't	PART	_	_	_	_	_	_	*
+27	handle	handle	VERB	_	_	_	_	_	ss=v.cognition	*
+28	just	just	ADV	_	_	_	_	_	_	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	strain	strain	VERB	_	_	_	_	_	ss=v.cognition	*
+31	myself	myself	PRON	_	_	_	_	_	_	*
+32	to	to	ADP	_	_	_	_	_	_	*
+33	exhaustion	exhaustion	NOUN	_	_	_	_	_	ss=n.state	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.10
+# sent_counter = 3763
+# text = Again , a great outing for the kids , a frustration for an out of town climber .
+1	Again	again	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	outing	outing	NOUN	_	_	_	_	_	ss=n.event	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	frustration	frustration	NOUN	_	_	_	_	_	ss=n.feeling	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	an	an	DET	_	_	_	_	_	_	*
+14	out	out	ADP	_	_	_	_	_	_	1:X
+15	of	of	ADP	_	_	_	_	_	_	1
+16	town	town	NOUN	_	_	_	_	_	_	1
+17	climber	climber	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.7
+# sent_counter = 3764
+# text = Would n't go back as there are a lot of places A LOT better and cheaper .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	as	as	SCONJ	_	_	_	_	_	_	*
+6	there	there	PRON	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	1:X
+9	lot	lot	NOUN	_	_	_	_	_	_	1
+10	of	of	ADP	_	_	_	_	_	_	*
+11	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	A	a	DET	_	_	_	_	_	_	2:X
+13	LOT	lot	NOUN	_	_	_	_	_	_	2
+14	better	better	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	cheaper	cheap	ADJ	_	_	_	_	_	_	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.11
+# sent_counter = 3765
+# text = By the way , Salmagundi ( the store name ) means something like smorgasbord ; potpourri ; motley ; variety ; mixed bag ; miscellaneous assortment ; mixture , a variety of many kinds of things .
+1	By	by	ADP	_	_	_	_	_	_	1:X
+2	the	the	DET	_	_	_	_	_	_	1
+3	way	way	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Salmagundi	salmagundi	PROPN	_	_	_	_	_	ss=n.group	*
+6	(	(	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+9	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+12	something	something	NOUN	_	_	_	_	_	_	*
+13	like	like	ADP	_	_	_	_	_	_	*
+14	smorgasbord	smorgasbord	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	;	;	PUNCT	_	_	_	_	_	_	*
+16	potpourri	potpourri	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	;	;	PUNCT	_	_	_	_	_	_	*
+18	motley	motley	ADJ	_	_	_	_	_	_	*
+19	;	;	PUNCT	_	_	_	_	_	_	*
+20	variety	variety	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	;	;	PUNCT	_	_	_	_	_	_	*
+22	mixed	mix	VERB	_	_	_	_	_	ss=n.cognition	2:X
+23	bag	bag	NOUN	_	_	_	_	_	_	2
+24	;	;	PUNCT	_	_	_	_	_	_	*
+25	miscellaneous	miscellaneous	ADJ	_	_	_	_	_	_	*
+26	assortment	assortment	NOUN	_	_	_	_	_	ss=n.cognition	*
+27	;	;	PUNCT	_	_	_	_	_	_	*
+28	mixture	mixture	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	a	a	DET	_	_	_	_	_	_	*
+31	variety	variety	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	of	of	ADP	_	_	_	_	_	_	*
+33	many	many	ADJ	_	_	_	_	_	_	*
+34	kinds	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	things	things	NOUN	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.5
+# sent_counter = 3766
+# text = Comfortable and clean beds , a bit noisy when people were coming in late from a night out , but we did n't mind too much as we were also just coming in from a night out !
+1	Comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	beds	bed	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+7	bit	bit	NOUN	_	_	_	_	_	_	1
+8	noisy	noisy	ADJ	_	_	_	_	_	_	*
+9	when	when	ADV	_	_	_	_	_	_	*
+10	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+11	were	be	AUX	_	_	_	_	_	_	*
+12	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+13	in	in	ADV	_	_	_	_	_	_	*
+14	late	late	ADV	_	_	_	_	_	_	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+18	out	out	ADV	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	but	but	CCONJ	_	_	_	_	_	_	*
+21	we	we	PRON	_	_	_	_	_	_	*
+22	did	do	AUX	_	_	_	_	_	_	*
+23	n't	n't	PART	_	_	_	_	_	_	*
+24	mind	mind	VERB	_	_	_	_	_	ss=v.cognition	*
+25	too	too	ADV	_	_	_	_	_	_	*
+26	much	much	ADV	_	_	_	_	_	_	*
+27	as	as	SCONJ	_	_	_	_	_	_	*
+28	we	we	PRON	_	_	_	_	_	_	*
+29	were	be	AUX	_	_	_	_	_	_	*
+30	also	also	ADV	_	_	_	_	_	_	*
+31	just	just	ADV	_	_	_	_	_	_	*
+32	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+33	in	in	ADV	_	_	_	_	_	_	*
+34	from	from	ADP	_	_	_	_	_	_	*
+35	a	a	DET	_	_	_	_	_	_	*
+36	night	night	NOUN	_	_	_	_	_	ss=n.event	*
+37	out	out	ADV	_	_	_	_	_	_	*
+38	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158740.2
+# sent_counter = 3767
+# text = it was worth of the ride more than an hour ...
+1	it	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	worth	worth	ADJ	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	ride	ride	NOUN	_	_	_	_	_	ss=n.act	*
+7	more	more	ADJ	_	_	_	_	_	_	1:X
+8	than	than	ADP	_	_	_	_	_	_	1
+9	an	an	DET	_	_	_	_	_	_	*
+10	hour	hour	NOUN	_	_	_	_	_	ss=n.time	*
+11	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.2
+# sent_counter = 3768
+# text = It was my birthday and I had a last minute idea to have a bakery cake instead of one pre-made in a convenience store , but the problem was it was the day before Valentine s and when many bakeries turned me down for a plain vanilla rectangle cake , Fiona stepped up to the plate and was able to make a fantastic beautiful cake .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	last	last	ADJ	_	_	_	_	_	ss=n.event	1:X
+10	minute	minute	NOUN	_	_	_	_	_	_	1
+11	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	bakery	bakery	NOUN	_	_	_	_	_	ss=n.group	*
+16	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+17	instead	instead	ADV	_	_	_	_	_	_	2:X
+18	of	of	ADP	_	_	_	_	_	_	2
+19	one	one	NUM	_	_	_	_	_	_	*
+20	pre-made	pre-made	VERB	_	_	_	_	_	ss=v.creation	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	convenience	convenience	NOUN	_	_	_	_	_	ss=n.group	3:X
+24	store	store	NOUN	_	_	_	_	_	_	3
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	but	but	CCONJ	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	it	it	PRON	_	_	_	_	_	_	*
+31	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+32	the	the	DET	_	_	_	_	_	_	*
+33	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+34	before	before	ADP	_	_	_	_	_	_	*
+35	Valentine	valentine	PROPN	_	_	_	_	_	ss=n.event	4:X
+36	s	s	PART	_	_	_	_	_	_	4
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	when	when	ADV	_	_	_	_	_	_	*
+39	many	many	ADJ	_	_	_	_	_	_	*
+40	bakeries	bakery	NOUN	_	_	_	_	_	ss=n.group	*
+41	turned	turn	VERB	_	_	_	_	_	ss=v.social	5:X
+42	me	me	PRON	_	_	_	_	_	_	*
+43	down	down	ADP	_	_	_	_	_	_	5
+44	for	for	ADP	_	_	_	_	_	_	*
+45	a	a	DET	_	_	_	_	_	_	*
+46	plain	plain	ADJ	_	_	_	_	_	_	*
+47	vanilla	vanilla	ADJ	_	_	_	_	_	_	*
+48	rectangle	rectangle	NOUN	_	_	_	_	_	ss=n.shape	*
+49	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+50	,	,	PUNCT	_	_	_	_	_	_	*
+51	Fiona	fiona	PROPN	_	_	_	_	_	ss=n.person	*
+52	stepped	step	VERB	_	_	_	_	_	ss=v.social	6:X
+53	up	up	ADP	_	_	_	_	_	_	6
+54	to	to	ADP	_	_	_	_	_	_	6
+55	the	the	DET	_	_	_	_	_	_	6
+56	plate	plate	NOUN	_	_	_	_	_	_	6
+57	and	and	CCONJ	_	_	_	_	_	_	*
+58	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+59	able	able	ADJ	_	_	_	_	_	_	*
+60	to	to	PART	_	_	_	_	_	_	*
+61	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+62	a	a	DET	_	_	_	_	_	_	*
+63	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+64	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+65	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+66	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.6
+# sent_counter = 3769
+# text = Asked why , Rod simply told me that he had to research how to do the amendment ( it was an amended to show that I had purchased a home - nothing out of the ordinary , one would think ) and that took time to figure out .
+1	Asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+2	why	why	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Rod	rod	PROPN	_	_	_	_	_	ss=n.person	*
+5	simply	simply	ADV	_	_	_	_	_	_	*
+6	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	_	1:X
+11	to	to	PART	_	_	_	_	_	_	1
+12	research	research	VERB	_	_	_	_	_	ss=v.cognition	*
+13	how	how	ADV	_	_	_	_	_	_	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	amendment	amendment	NOUN	_	_	_	_	_	ss=n.process	*
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	an	an	DET	_	_	_	_	_	_	*
+22	amended	amended	NOUN	_	_	_	_	_	_	*
+23	to	to	PART	_	_	_	_	_	_	*
+24	show	show	VERB	_	_	_	_	_	ss=v.cognition	*
+25	that	that	SCONJ	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	had	have	AUX	_	_	_	_	_	_	*
+28	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+31	-	-	PUNCT	_	_	_	_	_	_	*
+32	nothing	nothing	NOUN	_	_	_	_	_	_	*
+33	out	out	ADP	_	_	_	_	_	_	2:X
+34	of	of	ADP	_	_	_	_	_	_	2
+35	the	the	DET	_	_	_	_	_	_	2
+36	ordinary	ordinary	ADJ	_	_	_	_	_	_	2
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	one	one	PRON	_	_	_	_	_	_	*
+39	would	would	AUX	_	_	_	_	_	_	*
+40	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+41	)	)	PUNCT	_	_	_	_	_	_	*
+42	and	and	CCONJ	_	_	_	_	_	_	*
+43	that	that	DET	_	_	_	_	_	_	*
+44	took	take	VERB	_	_	_	_	_	ss=v.social	3:X
+45	time	time	NOUN	_	_	_	_	_	_	3
+46	to	to	PART	_	_	_	_	_	_	*
+47	figure	figure	VERB	_	_	_	_	_	ss=v.cognition	4:X
+48	out	out	ADP	_	_	_	_	_	_	4
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.211844.1
+# sent_counter = 3770
+# text = Favorite DD spot in the area !
+1	Favorite	favorite	ADJ	_	_	_	_	_	_	*
+2	DD	dd	PROPN	_	_	_	_	_	ss=n.cognition	*
+3	spot	spot	NOUN	_	_	_	_	_	ss=n.group	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217542.1
+# sent_counter = 3771
+# text = OMFG
+1	OMFG	omfg	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217542.3
+# sent_counter = 3772
+# text = ANYWAY WE DRIVE AROUND IN MY VAN AND SOLVE MYSTERYS AND SHIT
+1	ANYWAY	anyway	ADV	_	_	_	_	_	_	*
+2	WE	we	PRON	_	_	_	_	_	_	*
+3	DRIVE	drive	VERB	_	_	_	_	_	ss=v.motion	*
+4	AROUND	around	ADV	_	_	_	_	_	_	*
+5	IN	in	ADP	_	_	_	_	_	_	*
+6	MY	my	PRON	_	_	_	_	_	_	*
+7	VAN	van	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	AND	and	CCONJ	_	_	_	_	_	_	*
+9	SOLVE	solve	VERB	_	_	_	_	_	ss=v.cognition	*
+10	MYSTERYS	mystery	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	AND	and	CCONJ	_	_	_	_	_	_	*
+12	SHIT	shit	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217747.1
+# sent_counter = 3773
+# text = exelent Job
+1	exelent	exelent	ADJ	_	_	_	_	_	_	*
+2	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217747.3
+# sent_counter = 3774
+# text = We love everything about the fence .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	everything	everything	NOUN	_	_	_	_	_	_	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.236648.1
+# sent_counter = 3775
+# text = Quick and Cheap
+1	Quick	quick	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Cheap	cheap	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.236648.2
+# sent_counter = 3776
+# text = Walked in and was out ta there in 10 mins with a really good deal i thought i was going to be paying a lot because i had a DUI but with my DUI and Sr - 22 they were able to get me the best deal out there .
+1	Walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+2	in	in	ADV	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	out	out	ADP	_	_	_	_	_	_	1:X
+6	ta	ta	ADP	_	_	_	_	_	_	1
+7	there	there	ADV	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	10	10	NUM	_	_	_	_	_	_	*
+10	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+16	i	i	PRON	_	_	_	_	_	_	*
+17	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+18	i	i	PRON	_	_	_	_	_	_	*
+19	was	be	AUX	_	_	_	_	_	_	*
+20	going	go	VERB	_	_	_	_	_	_	2:X
+21	to	to	PART	_	_	_	_	_	_	2
+22	be	be	AUX	_	_	_	_	_	_	*
+23	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+24	a	a	DET	_	_	_	_	_	_	3:X
+25	lot	lot	NOUN	_	_	_	_	_	_	3
+26	because	because	SCONJ	_	_	_	_	_	_	*
+27	i	i	PRON	_	_	_	_	_	_	*
+28	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	DUI	duo	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	but	but	CCONJ	_	_	_	_	_	_	*
+32	with	with	ADP	_	_	_	_	_	_	*
+33	my	my	PRON	_	_	_	_	_	_	*
+34	DUI	duo	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	and	and	CCONJ	_	_	_	_	_	_	*
+36	Sr	sr	NOUN	_	_	_	_	_	ss=n.communication	4:X
+37	-	-	PUNCT	_	_	_	_	_	_	4
+38	22	22	NUM	_	_	_	_	_	_	4
+39	they	they	PRON	_	_	_	_	_	_	*
+40	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+41	able	able	ADJ	_	_	_	_	_	_	*
+42	to	to	PART	_	_	_	_	_	_	*
+43	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+44	me	me	PRON	_	_	_	_	_	_	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	best	best	ADJ	_	_	_	_	_	_	*
+47	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+48	out	out	ADV	_	_	_	_	_	_	5:X
+49	there	there	ADV	_	_	_	_	_	_	5
+50	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351840.1
+# sent_counter = 3777
+# text = Caldwell insurance has been doing our insurance for a couple years now and they have been extremely thorough .
+1	Caldwell	caldwell	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	insurance	insurance	PROPN	_	_	_	_	_	_	1
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	our	our	PRON	_	_	_	_	_	_	*
+7	insurance	insurance	NOUN	_	_	_	_	_	ss=n.act	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	couple	couple	NOUN	_	_	_	_	_	ss=n.time	*
+11	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+12	now	now	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	have	have	AUX	_	_	_	_	_	_	*
+16	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	extremely	extremely	ADV	_	_	_	_	_	_	*
+18	thorough	thorough	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351840.2
+# sent_counter = 3778
+# text = We 've only had one urgent issue to deal with and they were very prompt in their response .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	only	only	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	one	one	NUM	_	_	_	_	_	_	*
+6	urgent	urgent	ADJ	_	_	_	_	_	_	*
+7	issue	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	deal	deal	VERB	_	_	_	_	_	ss=v.social	1:X
+10	with	with	ADP	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	very	very	ADV	_	_	_	_	_	_	*
+15	prompt	prompt	ADJ	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	*
+17	their	their	PRON	_	_	_	_	_	_	*
+18	response	response	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351840.3
+# sent_counter = 3779
+# text = Highly recommend !
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.1
+# sent_counter = 3780
+# text = HORRIBLE !!!! !
+1	HORRIBLE	horrible	ADJ	_	_	_	_	_	_	*
+2	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.2
+# sent_counter = 3781
+# text = This has to be some of the worst pizza I have ever had the misfortune of ordering .
+1	This	this	DET	_	_	_	_	_	_	*
+2	has	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	some	some	DET	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	worst	worst	ADJ	_	_	_	_	_	_	*
+9	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	ever	ever	ADV	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	misfortune	misfortune	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	of	of	SCONJ	_	_	_	_	_	_	*
+17	ordering	order	VERB	_	_	_	_	_	ss=v.communication	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.3
+# sent_counter = 3782
+# text = The crust was lopsided , thicker on one side than the other .
+1	The	the	DET	_	_	_	_	_	_	*
+2	crust	crust	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	lopsided	lopsided	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	thicker	thick	ADJ	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	one	one	NUM	_	_	_	_	_	_	*
+9	side	side	NOUN	_	_	_	_	_	ss=n.food	*
+10	than	than	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.4
+# sent_counter = 3783
+# text = It actually had a hole in one of the slices .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	actually	actually	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	hole	hole	NOUN	_	_	_	_	_	ss=n.food	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	slices	slice	NOUN	_	_	_	_	_	ss=n.food	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.5
+# sent_counter = 3784
+# text = There was minimal cheese and sauce and it completely lacked flavor .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	minimal	minimal	ADJ	_	_	_	_	_	_	*
+4	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	sauce	sauce	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	completely	completely	ADV	_	_	_	_	_	_	*
+10	lacked	lack	VERB	_	_	_	_	_	ss=v.stative	*
+11	flavor	flavor	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.6
+# sent_counter = 3785
+# text = I know New York pizza and this is not it !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	New	new	PROPN	_	_	_	_	_	ss=n.food	1:X
+4	York	york	PROPN	_	_	_	_	_	_	1
+5	pizza	pizza	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.7
+# sent_counter = 3786
+# text = This was nothing like New York style pizza !!!.
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	nothing	nothing	NOUN	_	_	_	_	_	_	*
+4	like	like	ADP	_	_	_	_	_	_	*
+5	New	new	PROPN	_	_	_	_	_	ss=n.food	1:X
+6	York	york	PROPN	_	_	_	_	_	_	1
+7	style	style	NOUN	_	_	_	_	_	_	1
+8	pizza	pizza	NOUN	_	_	_	_	_	_	1
+9	!!!.	!!!.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.8
+# sent_counter = 3787
+# text = I love pizza and this was a complete and utter disappointment !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	complete	complete	ADJ	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	utter	utter	ADJ	_	_	_	_	_	_	*
+11	disappointment	disappointment	NOUN	_	_	_	_	_	ss=n.feeling	*
+12	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361348.9
+# sent_counter = 3788
+# text = I would not suggest this pizza to anyone !!!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	suggest	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	anyone	anyone	NOUN	_	_	_	_	_	_	*
+9	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.1
+# sent_counter = 3789
+# text = One suspects that earlier reviewer works for another laundry .
+1	One	one	PRON	_	_	_	_	_	_	*
+2	suspects	suspect	VERB	_	_	_	_	_	ss=v.cognition	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	earlier	earlier	ADJ	_	_	_	_	_	_	*
+5	reviewer	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+6	works	work	VERB	_	_	_	_	_	ss=v.social	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	another	another	DET	_	_	_	_	_	_	*
+9	laundry	laundry	NOUN	_	_	_	_	_	ss=n.group	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.3
+# sent_counter = 3790
+# text = Yes , there are bigger , but bigger is n't necessarily better .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	there	there	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	bigger	bigger	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	bigger	bigger	ADJ	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	n't	n't	PART	_	_	_	_	_	_	*
+11	necessarily	necessarily	ADV	_	_	_	_	_	_	*
+12	better	better	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.4
+# sent_counter = 3791
+# text = I availed myself of the wash 'n fold service , taking just about a year 's worth of dirty clothes in and getting back neatly folded , clean clothes in clear plastic bags ( I 'd originally brought them in , in six large yellow garbage bags ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	availed	avail	VERB	_	_	_	_	_	ss=v.social	1:X
+3	myself	myself	PRON	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	wash	wash	VERB	_	_	_	_	_	ss=v.social	2:X
+7	'n	'n	CCONJ	_	_	_	_	_	_	2
+8	fold	fold	VERB	_	_	_	_	_	_	2
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	taking	take	VERB	_	_	_	_	_	ss=v.stative	*
+12	just	just	ADV	_	_	_	_	_	_	3:X
+13	about	about	ADP	_	_	_	_	_	_	3
+14	a	a	DET	_	_	_	_	_	_	*
+15	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+16	's	's	PART	_	_	_	_	_	_	*
+17	worth	worth	NOUN	_	_	_	_	_	ss=n.quantity	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	dirty	dirty	ADJ	_	_	_	_	_	_	*
+20	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	in	in	ADV	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	getting	get	VERB	_	_	_	_	_	ss=v.social	*
+24	back	back	ADV	_	_	_	_	_	_	*
+25	neatly	neatly	ADV	_	_	_	_	_	_	*
+26	folded	fold	VERB	_	_	_	_	_	ss=v.change	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	clean	clean	ADJ	_	_	_	_	_	_	*
+29	clothes	clothes	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	in	in	ADP	_	_	_	_	_	_	*
+31	clear	clear	ADJ	_	_	_	_	_	_	*
+32	plastic	plastic	NOUN	_	_	_	_	_	ss=n.substance	*
+33	bags	bag	NOUN	_	_	_	_	_	ss=n.artifact	*
+34	(	(	PUNCT	_	_	_	_	_	_	*
+35	I	i	PRON	_	_	_	_	_	_	*
+36	'd	'd	AUX	_	_	_	_	_	_	*
+37	originally	originally	ADV	_	_	_	_	_	_	*
+38	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+39	them	them	PRON	_	_	_	_	_	_	*
+40	in	in	ADV	_	_	_	_	_	_	*
+41	,	,	PUNCT	_	_	_	_	_	_	*
+42	in	in	ADP	_	_	_	_	_	_	*
+43	six	six	NUM	_	_	_	_	_	_	*
+44	large	large	ADJ	_	_	_	_	_	_	*
+45	yellow	yellow	ADJ	_	_	_	_	_	_	*
+46	garbage	garbage	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+47	bags	bag	NOUN	_	_	_	_	_	_	4
+48	)	)	PUNCT	_	_	_	_	_	_	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.5
+# sent_counter = 3792
+# text = The cost was certainly reasonable and I will continue my patronage of The Laundry Tub in the future .
+1	The	the	DET	_	_	_	_	_	_	*
+2	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	certainly	certainly	ADV	_	_	_	_	_	_	*
+5	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	continue	continue	VERB	_	_	_	_	_	ss=v.stative	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	patronage	patronage	NOUN	_	_	_	_	_	ss=n.act	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+14	Laundry	laundry	PROPN	_	_	_	_	_	_	1
+15	Tub	tub	PROPN	_	_	_	_	_	_	1
+16	in	in	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130647.1
+# sent_counter = 3793
+# text = Will never use again .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	use	use	VERB	_	_	_	_	_	ss=v.social	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130647.2
+# sent_counter = 3794
+# text = Very rude and unprofessional .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	rude	rude	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	unprofessional	unprofessional	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.130647.3
+# sent_counter = 3795
+# text = The workers sped up and down the street with no mind to the small children playing .
+1	The	the	DET	_	_	_	_	_	_	*
+2	workers	worker	NOUN	_	_	_	_	_	ss=n.person	*
+3	sped	speed	VERB	_	_	_	_	_	ss=v.change	*
+4	up	up	ADP	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	down	down	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	mind	mind	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	small	small	ADJ	_	_	_	_	_	_	*
+15	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+16	playing	play	VERB	_	_	_	_	_	ss=v.social	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134741.1
+# sent_counter = 3796
+# text = professional
+1	professional	professional	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134741.2
+# sent_counter = 3797
+# text = Good job very professional .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	professional	professional	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134741.3
+# sent_counter = 3798
+# text = It made me feel good to see people work so hard to take care of others belongings .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	work	work	VERB	_	_	_	_	_	ss=v.social	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	hard	hard	ADV	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+14	care	care	NOUN	_	_	_	_	_	_	1
+15	of	of	ADP	_	_	_	_	_	_	1
+16	others	others	NOUN	_	_	_	_	_	_	*
+17	belongings	belongings	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138249.1
+# sent_counter = 3799
+# text = These guys do great work at VERY reasonable prices .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	_	*
+3	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	work	work	NOUN	_	_	_	_	_	_	1
+6	at	at	ADP	_	_	_	_	_	_	*
+7	VERY	very	ADV	_	_	_	_	_	_	*
+8	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+9	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.138249.3
+# sent_counter = 3800
+# text = I have never been disappointed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.emotion	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.145645.1
+# sent_counter = 3801
+# text = spoken english rushi
+1	spoken	speak	VERB	_	_	_	_	_	ss=v.communication	*
+2	english	english	PROPN	_	_	_	_	_	ss=n.communication	*
+3	rushi	rushi	PROPN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.148346.1
+# sent_counter = 3802
+# text = Best place to sleep !!!!!!!
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	sleep	sleep	VERB	_	_	_	_	_	ss=v.stative	*
+5	!!!!!!!	!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149741.1
+# sent_counter = 3803
+# text = It 's helpful to know a quite a bit about bull fighting .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	helpful	helpful	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	quite	quite	DET	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	1:X
+9	bit	bit	NOUN	_	_	_	_	_	_	1
+10	about	about	ADP	_	_	_	_	_	_	*
+11	bull	bull	NOUN	_	_	_	_	_	ss=n.act	2:X
+12	fighting	fighting	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149741.2
+# sent_counter = 3804
+# text = If you watch a lot of fights ( youtube ) and research some of the history ( http://en.wikipedia.org/wiki/Bullfighting ) you will find yourself enjoying it a lot more !
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	watch	watch	VERB	_	_	_	_	_	ss=v.perception	*
+4	a	a	DET	_	_	_	_	_	_	1:X
+5	lot	lot	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	*
+7	fights	fight	NOUN	_	_	_	_	_	ss=n.act	*
+8	(	(	PUNCT	_	_	_	_	_	_	*
+9	youtube	youtube	PROPN	_	_	_	_	_	ss=n.communication	*
+10	)	)	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	research	research	VERB	_	_	_	_	_	ss=v.cognition	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	history	history	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	(	(	PUNCT	_	_	_	_	_	_	*
+18	http://en.wikipedia.org/wiki/Bullfighting	http://en.wikipedia.org/wiki/bullfighting	X	_	_	_	_	_	ss=n.communication	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	will	will	AUX	_	_	_	_	_	_	*
+22	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+23	yourself	yourself	PRON	_	_	_	_	_	_	*
+24	enjoying	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+25	it	it	PRON	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	2:X
+27	lot	lot	NOUN	_	_	_	_	_	_	2
+28	more	more	ADV	_	_	_	_	_	_	*
+29	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149741.3
+# sent_counter = 3805
+# text = Also after seeing a handful of bullfights , I can say that they 're a lot more enjoyable if you 're smashed ( BAC >= .15 ) .
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	after	after	SCONJ	_	_	_	_	_	_	*
+3	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+4	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+5	handful	handful	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	*
+7	bullfights	bullfight	NOUN	_	_	_	_	_	ss=n.act	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	2:X
+16	lot	lot	NOUN	_	_	_	_	_	_	2
+17	more	more	ADV	_	_	_	_	_	_	*
+18	enjoyable	enjoyable	ADJ	_	_	_	_	_	_	*
+19	if	if	SCONJ	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+22	smashed	smashed	ADJ	_	_	_	_	_	_	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	BAC	bac	NOUN	_	_	_	_	_	ss=n.relation	*
+25	>=	>=	SYM	_	_	_	_	_	_	*
+26	.15	.15	NUM	_	_	_	_	_	_	*
+27	)	)	PUNCT	_	_	_	_	_	_	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158740.1
+# sent_counter = 3806
+# text = awesome place !!!
+1	awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.158740.3
+# sent_counter = 3807
+# text = I had so many strawberries right on the field ... strongly recomend ... do nt forget to try their great ice cream
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	many	many	ADJ	_	_	_	_	_	_	*
+5	strawberries	strawberry	NOUN	_	_	_	_	_	ss=n.food	*
+6	right	right	ADV	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	field	field	NOUN	_	_	_	_	_	ss=n.location	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	strongly	strongly	ADV	_	_	_	_	_	_	*
+12	recomend	recomend	VERB	_	_	_	_	_	ss=v.communication	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	nt	nt	ADV	_	_	_	_	_	_	*
+16	forget	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	try	try	VERB	_	_	_	_	_	ss=v.consumption	*
+19	their	their	PRON	_	_	_	_	_	_	*
+20	great	great	ADJ	_	_	_	_	_	_	*
+21	ice	ice	NOUN	_	_	_	_	_	ss=n.food	1:X
+22	cream	cream	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.1
+# sent_counter = 3808
+# text = Good food , good wait staff , poor management
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	wait	wait	NOUN	_	_	_	_	_	ss=n.group	1:X
+6	staff	staff	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	poor	poor	ADJ	_	_	_	_	_	_	*
+9	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.3
+# sent_counter = 3809
+# text = The food was good , and so was our waitress .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	so	so	ADV	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	waitress	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.4
+# sent_counter = 3810
+# text = When it came time to pay the bill up front , they would not let me use any of the certificate for a tip ( which I have done with any other restaurant I 've gotten a gift certificate for . )
+1	When	when	ADV	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	came	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	time	time	NOUN	_	_	_	_	_	_	1
+5	to	to	PART	_	_	_	_	_	_	*
+6	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	bill	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+9	up	up	ADV	_	_	_	_	_	_	2:X
+10	front	front	ADV	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	let	let	VERB	_	_	_	_	_	ss=v.stative	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+18	any	any	DET	_	_	_	_	_	_	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	certificate	certificate	NOUN	_	_	_	_	_	ss=n.possession	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	tip	tip	NOUN	_	_	_	_	_	ss=n.possession	*
+25	(	(	PUNCT	_	_	_	_	_	_	*
+26	which	which	DET	_	_	_	_	_	_	*
+27	I	i	PRON	_	_	_	_	_	_	*
+28	have	have	AUX	_	_	_	_	_	_	*
+29	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+30	with	with	ADP	_	_	_	_	_	_	*
+31	any	any	DET	_	_	_	_	_	_	*
+32	other	other	ADJ	_	_	_	_	_	_	*
+33	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	've	've	AUX	_	_	_	_	_	_	*
+36	gotten	get	VERB	_	_	_	_	_	ss=v.stative	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	gift	gift	NOUN	_	_	_	_	_	ss=n.possession	3:X
+39	certificate	certificate	NOUN	_	_	_	_	_	_	3
+40	for	for	ADP	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+42	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.5
+# sent_counter = 3811
+# text = I then asked if I could have money back in cash .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	could	could	AUX	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+9	back	back	ADV	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	cash	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.6
+# sent_counter = 3812
+# text = The person went to go check with the manager , who was sitting at a table chatting with her friends who were eating there .
+1	The	the	DET	_	_	_	_	_	_	*
+2	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	check	check	VERB	_	_	_	_	_	ss=v.communication	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	who	who	PRON	_	_	_	_	_	_	*
+12	was	be	AUX	_	_	_	_	_	_	*
+13	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	table	table	NOUN	_	_	_	_	_	ss=n.location	*
+17	chatting	chat	VERB	_	_	_	_	_	ss=v.communication	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	her	her	PRON	_	_	_	_	_	_	*
+20	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+21	who	who	PRON	_	_	_	_	_	_	*
+22	were	be	AUX	_	_	_	_	_	_	*
+23	eating	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+24	there	there	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.7
+# sent_counter = 3813
+# text = Her answer was short and manner rather rude .
+1	Her	her	PRON	_	_	_	_	_	_	*
+2	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	short	short	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	manner	manner	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	rather	rather	ADV	_	_	_	_	_	_	*
+8	rude	rude	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.10
+# sent_counter = 3814
+# text = There were no other options available ( I only brought my check card to cover any overage cost ) and she rang it up and applied it to the gift card before telling me about the tip policy .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	available	available	ADJ	_	_	_	_	_	_	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	only	only	ADV	_	_	_	_	_	_	*
+10	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	check	check	NOUN	_	_	_	_	_	ss=n.possession	1:X
+13	card	card	NOUN	_	_	_	_	_	_	1
+14	to	to	PART	_	_	_	_	_	_	*
+15	cover	cover	VERB	_	_	_	_	_	ss=v.possession	*
+16	any	any	DET	_	_	_	_	_	_	*
+17	overage	overage	NOUN	_	_	_	_	_	ss=n.possession	*
+18	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+19	)	)	PUNCT	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	she	she	PRON	_	_	_	_	_	_	*
+22	rang	ring	VERB	_	_	_	_	_	ss=v.possession	2:X
+23	it	it	PRON	_	_	_	_	_	_	*
+24	up	up	ADP	_	_	_	_	_	_	2
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	applied	apply	VERB	_	_	_	_	_	ss=v.possession	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	to	to	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	gift	gift	NOUN	_	_	_	_	_	ss=n.possession	3:X
+31	card	card	NOUN	_	_	_	_	_	_	3
+32	before	before	SCONJ	_	_	_	_	_	_	*
+33	telling	tell	VERB	_	_	_	_	_	ss=v.communication	*
+34	me	me	PRON	_	_	_	_	_	_	*
+35	about	about	ADP	_	_	_	_	_	_	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	tip	tip	NOUN	_	_	_	_	_	ss=n.possession	*
+38	policy	policy	NOUN	_	_	_	_	_	ss=n.cognition	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.11
+# sent_counter = 3815
+# text = I will not be visiting Mama Mia 's again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+6	Mama	mama	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Mia	mia	PROPN	_	_	_	_	_	_	1
+8	's	's	PART	_	_	_	_	_	_	1
+9	again	again	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.12
+# sent_counter = 3816
+# text = There are other places with food just as good with management that values customers and employees much more .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	other	other	ADJ	_	_	_	_	_	_	*
+4	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	as	as	ADV	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	values	value	VERB	_	_	_	_	_	ss=v.cognition	*
+14	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+17	much	much	ADV	_	_	_	_	_	_	*
+18	more	more	ADV	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.1
+# sent_counter = 3817
+# text = They wo n't have a second chance from me .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	second	second	ADJ	_	_	_	_	_	ss=n.event	1:X
+7	chance	chance	NOUN	_	_	_	_	_	_	1
+8	from	from	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.188548.9
+# sent_counter = 3818
+# text = The cashier was also short , unapologetic and made me feel as I was wasting her time .
+1	The	the	DET	_	_	_	_	_	_	*
+2	cashier	cashier	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	short	short	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	unapologetic	unapologetic	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+12	as	as	SCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	was	be	AUX	_	_	_	_	_	_	*
+15	wasting	waste	VERB	_	_	_	_	_	ss=v.social	1:X
+16	her	her	PRON	_	_	_	_	_	_	*
+17	time	time	NOUN	_	_	_	_	_	_	1
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229142.1
+# sent_counter = 3819
+# text = I used Birdies for our Annual Walk Against Drugs and Alcohol event .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	ss=v.social	*
+3	Birdies	birdies	PROPN	_	_	_	_	_	ss=n.group	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	Annual	annual	ADJ	_	_	_	_	_	_	*
+7	Walk	walk	PROPN	_	_	_	_	_	ss=n.event	1:X
+8	Against	against	ADP	_	_	_	_	_	_	1
+9	Drugs	drugs	PROPN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	1
+11	Alcohol	alcohol	PROPN	_	_	_	_	_	_	1
+12	event	event	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275140.1
+# sent_counter = 3820
+# text = I 'm really surprised by the negative reviews .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	AUX	_	_	_	_	_	_	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	surprised	surprise	VERB	_	_	_	_	_	ss=v.cognition	*
+5	by	by	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	negative	negative	ADJ	_	_	_	_	_	_	*
+8	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.199045.1
+# sent_counter = 3821
+# text = green curry and red curry is awesome !
+1	green	green	ADJ	_	_	_	_	_	ss=n.food	1:X
+2	curry	curry	NOUN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	red	red	ADJ	_	_	_	_	_	ss=n.food	2:X
+5	curry	curry	NOUN	_	_	_	_	_	_	2
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	awesome	awesome	ADJ	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207348.1
+# sent_counter = 3822
+# text = Feels like you are in Brooklyn , but people watching is entertaining .
+1	Feels	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+2	like	like	SCONJ	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Brooklyn	brooklyn	PROPN	_	_	_	_	_	ss=n.location	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	_	1:X
+10	watching	watching	NOUN	_	_	_	_	_	_	1
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	entertaining	entertaining	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.258042.1
+# sent_counter = 3823
+# text = Lovley food and fab chips
+1	Lovley	lovley	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	fab	fab	ADJ	_	_	_	_	_	_	*
+5	chips	chips	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.1
+# sent_counter = 3824
+# text = I would n't send my dogs there .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.2
+# sent_counter = 3825
+# text = I had a conversation with the woman running this place in April 2010 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	conversation	conversation	NOUN	_	_	_	_	_	ss=n.communication	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+8	running	run	VERB	_	_	_	_	_	ss=v.social	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	April	april	PROPN	_	_	_	_	_	ss=n.time	*
+13	2010	2010	NUM	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.3
+# sent_counter = 3826
+# text = She basically said if the children getting off the bus are n't paying to enter her building she was going to let them wander around the streets .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	basically	basically	ADV	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+7	getting	get	VERB	_	_	_	_	_	ss=v.stative	*
+8	off	off	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	are	be	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	paying	pay	VERB	_	_	_	_	_	ss=v.possession	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	enter	enter	VERB	_	_	_	_	_	ss=v.motion	*
+16	her	her	PRON	_	_	_	_	_	_	*
+17	building	building	NOUN	_	_	_	_	_	ss=n.location	*
+18	she	she	PRON	_	_	_	_	_	_	*
+19	was	be	AUX	_	_	_	_	_	_	*
+20	going	go	VERB	_	_	_	_	_	_	1:X
+21	to	to	PART	_	_	_	_	_	_	1
+22	let	let	VERB	_	_	_	_	_	ss=v.social	*
+23	them	them	PRON	_	_	_	_	_	_	*
+24	wander	wander	VERB	_	_	_	_	_	ss=v.motion	*
+25	around	around	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	streets	street	NOUN	_	_	_	_	_	ss=n.location	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.4
+# sent_counter = 3827
+# text = Wow , really ?
+1	Wow	wow	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.6
+# sent_counter = 3828
+# text = REAL CHRISTIAN OF YOU !!!!!!!!!!!!!!!!!!
+1	REAL	real	ADV	_	_	_	_	_	_	*
+2	CHRISTIAN	christian	ADJ	_	_	_	_	_	_	*
+3	OF	of	ADP	_	_	_	_	_	_	*
+4	YOU	you	PRON	_	_	_	_	_	_	*
+5	!!!!!!!!!!!!!!!!!!	!!!!!!!!!!!!!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.260640.7
+# sent_counter = 3829
+# text = Whether they pay me or not , if their parents get into an accident , stuck in traffic , etc. THE LAST THING I WOULD DO IS LET A CHILD GET RAPED BECAUSE I WAS N'T PAID .
+1	Whether	whether	SCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	parents	parent	NOUN	_	_	_	_	_	ss=n.person	*
+11	get	get	VERB	_	_	_	_	_	ss=v.stative	1:X
+12	into	into	ADP	_	_	_	_	_	_	1
+13	an	an	DET	_	_	_	_	_	_	1
+14	accident	accident	NOUN	_	_	_	_	_	_	1
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	stuck	stuck	ADJ	_	_	_	_	_	_	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	traffic	traffic	NOUN	_	_	_	_	_	ss=n.state	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	etc.	etc.	X	_	_	_	_	_	_	*
+21	THE	the	DET	_	_	_	_	_	_	*
+22	LAST	last	ADJ	_	_	_	_	_	_	*
+23	THING	thing	NOUN	_	_	_	_	_	_	*
+24	I	i	PRON	_	_	_	_	_	_	*
+25	WOULD	would	AUX	_	_	_	_	_	_	*
+26	DO	do	VERB	_	_	_	_	_	_	*
+27	IS	be	VERB	_	_	_	_	_	_	*
+28	LET	let	VERB	_	_	_	_	_	ss=v.social	*
+29	A	a	DET	_	_	_	_	_	_	*
+30	CHILD	child	NOUN	_	_	_	_	_	ss=n.person	*
+31	GET	get	AUX	_	_	_	_	_	_	*
+32	RAPED	rape	VERB	_	_	_	_	_	ss=v.social	*
+33	BECAUSE	because	SCONJ	_	_	_	_	_	_	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	WAS	be	AUX	_	_	_	_	_	_	*
+36	N'T	n't	PART	_	_	_	_	_	_	*
+37	PAID	pay	VERB	_	_	_	_	_	ss=v.possession	*
+38	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262441.2
+# sent_counter = 3830
+# text = Thoroughly recommended
+1	Thoroughly	thoroughly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.306740.1
+# sent_counter = 3831
+# text = Miami 's best tutoring service !
+1	Miami	miami	PROPN	_	_	_	_	_	ss=n.location	*
+2	's	's	PART	_	_	_	_	_	_	*
+3	best	best	ADJ	_	_	_	_	_	_	*
+4	tutoring	tutoring	NOUN	_	_	_	_	_	_	*
+5	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.306740.2
+# sent_counter = 3832
+# text = My son was able to advance a full two grades within 9 months !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	able	able	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	advance	advance	VERB	_	_	_	_	_	ss=v.change	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	full	full	ADJ	_	_	_	_	_	_	*
+9	two	two	NUM	_	_	_	_	_	_	*
+10	grades	grade	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	within	within	ADP	_	_	_	_	_	_	*
+12	9	9	NUM	_	_	_	_	_	_	*
+13	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.306740.3
+# sent_counter = 3833
+# text = A wonderful tutoring service for students needing help with elementary - middle school work .
+1	A	a	DET	_	_	_	_	_	_	*
+2	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+3	tutoring	tutoring	NOUN	_	_	_	_	_	ss=n.act	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	students	student	NOUN	_	_	_	_	_	ss=n.person	*
+7	needing	need	VERB	_	_	_	_	_	ss=v.cognition	*
+8	help	help	NOUN	_	_	_	_	_	ss=n.act	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	elementary	elementary	ADJ	_	_	_	_	_	_	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	middle	middle	NOUN	_	_	_	_	_	ss=n.group	1:X
+13	school	school	NOUN	_	_	_	_	_	_	1
+14	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.6
+# sent_counter = 3834
+# text = Did n't hurt any that they knew my name by my second visit and greeted me warmly then and on my third visit .
+1	Did	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	hurt	hurt	VERB	_	_	_	_	_	ss=v.perception	*
+4	any	any	ADV	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+10	by	by	ADP	_	_	_	_	_	_	*
+11	my	my	PRON	_	_	_	_	_	_	*
+12	second	second	ADJ	_	_	_	_	_	_	*
+13	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	greeted	greet	VERB	_	_	_	_	_	ss=v.communication	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	warmly	warmly	ADV	_	_	_	_	_	_	*
+18	then	then	ADV	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	third	third	ADJ	_	_	_	_	_	_	*
+23	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.361545.7
+# sent_counter = 3835
+# text = Whereas my answer to the question " Where do you get your laundry done ? " used to be , " At the checkout line at WalMart , " I can honestly say the answer now is , " At The Laundry Tub . "
+1	Whereas	whereas	SCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	Where	where	ADV	_	_	_	_	_	_	*
+9	do	do	AUX	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.social	*
+12	your	your	PRON	_	_	_	_	_	_	*
+13	laundry	laundry	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	used	use	VERB	_	_	_	_	_	_	1:X
+18	to	to	PART	_	_	_	_	_	_	1
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	"	"	PUNCT	_	_	_	_	_	_	*
+22	At	at	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	checkout	checkout	NOUN	_	_	_	_	_	ss=n.act	*
+25	line	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	at	at	ADP	_	_	_	_	_	_	*
+27	WalMart	walmart	PROPN	_	_	_	_	_	ss=n.group	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	"	"	PUNCT	_	_	_	_	_	_	*
+30	I	i	PRON	_	_	_	_	_	_	*
+31	can	can	AUX	_	_	_	_	_	_	*
+32	honestly	honestly	ADV	_	_	_	_	_	_	*
+33	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+36	now	now	ADV	_	_	_	_	_	_	*
+37	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	"	"	PUNCT	_	_	_	_	_	_	*
+40	At	at	ADP	_	_	_	_	_	_	*
+41	The	the	DET	_	_	_	_	_	ss=n.group	2:X
+42	Laundry	laundry	PROPN	_	_	_	_	_	_	2
+43	Tub	tub	PROPN	_	_	_	_	_	_	2
+44	.	.	PUNCT	_	_	_	_	_	_	*
+45	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.1
+# sent_counter = 3836
+# text = Eulogic
+1	Eulogic	eulogic	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.2
+# sent_counter = 3837
+# text = Good place to be on a Sunday Night .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+8	Night	night	NOUN	_	_	_	_	_	ss=n.time	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.5
+# sent_counter = 3838
+# text = But the menu had standard stuff that one would get at a Belgian Tavern .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	standard	standard	ADJ	_	_	_	_	_	_	*
+6	stuff	stuff	NOUN	_	_	_	_	_	ss=n.food	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	one	one	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+11	at	at	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	Belgian	belgian	ADJ	_	_	_	_	_	ss=n.group	1:X
+14	Tavern	tavern	NOUN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.366946.6
+# sent_counter = 3839
+# text = If you are a handcraft beer person , this is a fantastic place to be .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	handcraft	handcraft	NOUN	_	_	_	_	_	ss=n.process	*
+6	beer	beer	NOUN	_	_	_	_	_	ss=n.food	*
+7	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160442.2
+# sent_counter = 3840
+# text = Do not go to this salon , especially if you have to get your hair straightened .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	especially	especially	ADV	_	_	_	_	_	_	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	_	1:X
+12	to	to	PART	_	_	_	_	_	_	1
+13	get	get	VERB	_	_	_	_	_	ss=v.social	*
+14	your	your	PRON	_	_	_	_	_	_	*
+15	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+16	straightened	straighten	VERB	_	_	_	_	_	ss=v.body	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.11
+# sent_counter = 3841
+# text = I mean , I do n't care if he does n't know , but if he pretends to know and tells me BS to my face , there 's no way I 'm going to trust him when matters turn to the price of the car and financing .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	mean	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	do	do	AUX	_	_	_	_	_	_	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	he	he	PRON	_	_	_	_	_	_	*
+10	does	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	if	if	SCONJ	_	_	_	_	_	_	*
+16	he	he	PRON	_	_	_	_	_	_	*
+17	pretends	pretend	VERB	_	_	_	_	_	ss=v.social	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	tells	tell	VERB	_	_	_	_	_	ss=v.communication	1:X
+22	me	me	PRON	_	_	_	_	_	_	*
+23	BS	bs	NOUN	_	_	_	_	_	ss=n.communication	*
+24	to	to	ADP	_	_	_	_	_	_	1
+25	my	my	PRON	_	_	_	_	_	_	*
+26	face	face	NOUN	_	_	_	_	_	_	1
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	there	there	PRON	_	_	_	_	_	_	*
+29	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+30	no	no	DET	_	_	_	_	_	_	*
+31	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+32	I	i	PRON	_	_	_	_	_	_	*
+33	'm	'm	AUX	_	_	_	_	_	_	*
+34	going	go	VERB	_	_	_	_	_	_	2:X
+35	to	to	PART	_	_	_	_	_	_	2
+36	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+37	him	him	PRON	_	_	_	_	_	_	*
+38	when	when	ADV	_	_	_	_	_	_	*
+39	matters	matter	NOUN	_	_	_	_	_	ss=n.cognition	*
+40	turn	turn	VERB	_	_	_	_	_	ss=v.stative	*
+41	to	to	ADP	_	_	_	_	_	_	*
+42	the	the	DET	_	_	_	_	_	_	*
+43	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+44	of	of	ADP	_	_	_	_	_	_	*
+45	the	the	DET	_	_	_	_	_	_	*
+46	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+47	and	and	CCONJ	_	_	_	_	_	_	*
+48	financing	financing	NOUN	_	_	_	_	_	ss=n.possession	*
+49	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.10
+# sent_counter = 3842
+# text = When having your car worked on you have to trust the mechanic & this Midas is truly someone you can trust !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	your	your	PRON	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	_	1:X
+9	to	to	PART	_	_	_	_	_	_	1
+10	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	mechanic	mechanic	ADJ	_	_	_	_	_	_	*
+13	&	&	CCONJ	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	Midas	midas	PROPN	_	_	_	_	_	ss=n.group	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	truly	truly	ADV	_	_	_	_	_	_	*
+18	someone	someone	NOUN	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	can	can	AUX	_	_	_	_	_	_	*
+21	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.8
+# sent_counter = 3843
+# text = I was n't going to use them again , but I was going to leave it at that .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	use	use	VERB	_	_	_	_	_	ss=v.social	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	was	be	AUX	_	_	_	_	_	_	*
+13	going	go	VERB	_	_	_	_	_	_	2:X
+14	to	to	PART	_	_	_	_	_	_	2
+15	leave	leave	VERB	_	_	_	_	_	ss=v.cognition	3:X
+16	it	it	PRON	_	_	_	_	_	_	3
+17	at	at	ADP	_	_	_	_	_	_	3
+18	that	that	DET	_	_	_	_	_	_	3
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.9
+# sent_counter = 3844
+# text = I really enjoyed meeting her and happy to learn she comes from Oklahoma and has the values of a solid no bs country girl .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+4	meeting	meet	VERB	_	_	_	_	_	ss=v.social	*
+5	her	her	PRON	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	happy	happy	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+10	she	she	PRON	_	_	_	_	_	_	*
+11	comes	come	VERB	_	_	_	_	_	ss=v.stative	1:X
+12	from	from	ADP	_	_	_	_	_	_	1
+13	Oklahoma	oklahoma	PROPN	_	_	_	_	_	ss=n.location	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	values	values	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	solid	solid	ADJ	_	_	_	_	_	_	*
+21	no	no	DET	_	_	_	_	_	_	*
+22	bs	bs	NOUN	_	_	_	_	_	ss=n.communication	*
+23	country	country	NOUN	_	_	_	_	_	ss=n.person	2:X
+24	girl	girl	NOUN	_	_	_	_	_	_	2
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.9
+# sent_counter = 3845
+# text = I played dumb and asked him questions that I already knew the answers to and he responded with half truths and a few falsehoods .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	played	play	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	dumb	dumb	ADJ	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	him	him	PRON	_	_	_	_	_	_	*
+7	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	already	already	ADV	_	_	_	_	_	_	*
+11	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	answers	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	he	he	PRON	_	_	_	_	_	_	*
+17	responded	respond	VERB	_	_	_	_	_	ss=v.communication	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	half	half	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+20	truths	truth	NOUN	_	_	_	_	_	_	2
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	few	few	ADJ	_	_	_	_	_	_	*
+24	falsehoods	falsehood	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.3
+# sent_counter = 3846
+# text = Not only did it taste wonderful , but the texture was unbelievable , the frosting was n't overly sweet to over power the cake , and the cake itself was just amazingly soft , and fluffy , and just perfect overall .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+6	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	texture	texture	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	unbelievable	unbelievable	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	frosting	frosting	NOUN	_	_	_	_	_	ss=n.food	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	n't	n't	PART	_	_	_	_	_	_	*
+18	overly	overly	ADV	_	_	_	_	_	_	*
+19	sweet	sweet	ADJ	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	over	over	X	_	_	_	_	_	ss=v.stative	1:X
+22	power	power	VERB	_	_	_	_	_	_	1
+23	the	the	DET	_	_	_	_	_	_	*
+24	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	cake	cake	NOUN	_	_	_	_	_	ss=n.food	*
+29	itself	itself	PRON	_	_	_	_	_	_	*
+30	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	just	just	ADV	_	_	_	_	_	_	*
+32	amazingly	amazingly	ADV	_	_	_	_	_	_	*
+33	soft	soft	ADJ	_	_	_	_	_	_	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	and	and	CCONJ	_	_	_	_	_	_	*
+36	fluffy	fluffy	ADJ	_	_	_	_	_	_	*
+37	,	,	PUNCT	_	_	_	_	_	_	*
+38	and	and	CCONJ	_	_	_	_	_	_	*
+39	just	just	ADV	_	_	_	_	_	_	*
+40	perfect	perfect	ADJ	_	_	_	_	_	_	*
+41	overall	overall	ADV	_	_	_	_	_	_	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.7
+# sent_counter = 3847
+# text = Tourists like the other reviewer might not appreciate their efficiency or quality , but I certainly do .
+1	Tourists	tourist	NOUN	_	_	_	_	_	ss=n.person	*
+2	like	like	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	other	other	ADJ	_	_	_	_	_	_	*
+5	reviewer	reviewer	NOUN	_	_	_	_	_	ss=n.person	*
+6	might	might	AUX	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.cognition	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	efficiency	efficiency	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	or	or	CCONJ	_	_	_	_	_	_	*
+12	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	certainly	certainly	ADV	_	_	_	_	_	_	*
+17	do	do	AUX	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.2
+# sent_counter = 3848
+# text = I typically have work done on my Jeep at the dealership , but it is 6 years old now and getting charged dealership prices just did n't seem cost effective anymore .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	typically	typically	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	work	work	NOUN	_	_	_	_	_	ss=v.social	*
+5	done	do	VERB	_	_	_	_	_	ss=v.change	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	Jeep	jeep	PROPN	_	_	_	_	_	ss=n.artifact	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	6	6	NUM	_	_	_	_	_	_	*
+17	years	years	NOUN	_	_	_	_	_	_	1:X
+18	old	old	ADJ	_	_	_	_	_	_	1
+19	now	now	ADV	_	_	_	_	_	_	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	getting	get	AUX	_	_	_	_	_	_	*
+22	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+23	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+24	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+25	just	just	ADV	_	_	_	_	_	_	*
+26	did	do	AUX	_	_	_	_	_	_	*
+27	n't	n't	PART	_	_	_	_	_	_	*
+28	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+29	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+30	effective	effective	ADJ	_	_	_	_	_	_	*
+31	anymore	anymore	ADV	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.9
+# sent_counter = 3849
+# text = ( I am also a little suspicious of all these glowing reviews ... )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	also	also	ADV	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	little	little	ADJ	_	_	_	_	_	_	*
+7	suspicious	suspicious	ADJ	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	all	all	DET	_	_	_	_	_	_	*
+10	these	these	DET	_	_	_	_	_	_	*
+11	glowing	glow	VERB	_	_	_	_	_	_	*
+12	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+13	...	...	PUNCT	_	_	_	_	_	_	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.3
+# sent_counter = 3850
+# text = the staff is very personable & actually care about the customers safety rather than taking there money .
+1	the	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	personable	personable	ADJ	_	_	_	_	_	_	*
+6	&	&	CCONJ	_	_	_	_	_	_	*
+7	actually	actually	ADV	_	_	_	_	_	_	*
+8	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+9	about	about	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+12	safety	safety	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	rather	rather	ADV	_	_	_	_	_	_	1:X
+14	than	than	ADP	_	_	_	_	_	_	1
+15	taking	take	VERB	_	_	_	_	_	ss=v.possession	*
+16	there	there	PRON	_	_	_	_	_	_	*
+17	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.10
+# sent_counter = 3851
+# text = I grew up in a small town where you knew and trusted your mechanic and was really cynical about city auto repair shops since I moved here , but Phet has shown that there really are honest hard working mechanics around .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	grew	grow	VERB	_	_	_	_	_	ss=v.social	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	in	in	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	small	small	ADJ	_	_	_	_	_	_	*
+7	town	town	NOUN	_	_	_	_	_	ss=n.group	*
+8	where	where	ADV	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	trusted	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	really	really	ADV	_	_	_	_	_	_	*
+18	cynical	cynical	ADJ	_	_	_	_	_	_	*
+19	about	about	ADP	_	_	_	_	_	_	*
+20	city	city	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	auto	auto	ADP	_	_	_	_	_	_	*
+22	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+23	shops	shop	NOUN	_	_	_	_	_	ss=n.group	*
+24	since	since	SCONJ	_	_	_	_	_	_	*
+25	I	i	PRON	_	_	_	_	_	_	*
+26	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+27	here	here	ADV	_	_	_	_	_	_	*
+28	,	,	PUNCT	_	_	_	_	_	_	*
+29	but	but	CCONJ	_	_	_	_	_	_	*
+30	Phet	phet	PROPN	_	_	_	_	_	ss=n.person	*
+31	has	have	AUX	_	_	_	_	_	_	*
+32	shown	show	VERB	_	_	_	_	_	ss=v.social	*
+33	that	that	SCONJ	_	_	_	_	_	_	*
+34	there	there	PRON	_	_	_	_	_	_	*
+35	really	really	ADV	_	_	_	_	_	_	*
+36	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+37	honest	honest	ADJ	_	_	_	_	_	_	*
+38	hard	hard	ADV	_	_	_	_	_	_	*
+39	working	work	VERB	_	_	_	_	_	_	*
+40	mechanics	mechanics	NOUN	_	_	_	_	_	ss=n.person	*
+41	around	around	ADV	_	_	_	_	_	_	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.4
+# sent_counter = 3852
+# text = The office is shared with a foot doctor and it 's very sterile and medical feeling , which I liked .
+1	The	the	DET	_	_	_	_	_	_	*
+2	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	shared	share	VERB	_	_	_	_	_	ss=v.social	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	foot	foot	NOUN	_	_	_	_	_	ss=n.body	*
+8	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	sterile	sterile	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	medical	medical	ADJ	_	_	_	_	_	_	*
+16	feeling	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	which	which	DET	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275140.2
+# sent_counter = 3853
+# text = We 've had about 5 repairs done on 3 different laptops .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	about	about	ADV	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	repairs	repair	NOUN	_	_	_	_	_	ss=n.act	*
+7	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	3	3	NUM	_	_	_	_	_	_	*
+10	different	different	ADJ	_	_	_	_	_	_	*
+11	laptops	laptop	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.1
+# sent_counter = 3854
+# text = As a native southern Californian I can tell you that this is not authentic Mexican food .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	native	native	ADJ	_	_	_	_	_	_	*
+4	southern	southern	ADJ	_	_	_	_	_	_	*
+5	Californian	californian	PROPN	_	_	_	_	_	ss=n.location	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	can	can	AUX	_	_	_	_	_	_	*
+8	tell	tell	VERB	_	_	_	_	_	ss=v.cognition	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	authentic	authentic	ADJ	_	_	_	_	_	_	*
+15	Mexican	mexican	ADJ	_	_	_	_	_	_	*
+16	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.2
+# sent_counter = 3855
+# text = However , I still like this place a lot .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	still	still	ADV	_	_	_	_	_	_	*
+5	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	a	a	DET	_	_	_	_	_	_	1:X
+9	lot	lot	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.3
+# sent_counter = 3856
+# text = Esp. the mole , tortilla soup , and guacamole .
+1	Esp.	esp.	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	mole	mole	NOUN	_	_	_	_	_	ss=n.food	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	tortilla	tortilla	NOUN	_	_	_	_	_	ss=n.food	1:X
+6	soup	soup	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	guacamole	guacamole	NOUN	_	_	_	_	_	ss=n.food	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.4
+# sent_counter = 3857
+# text = Margaritas are alright .
+1	Margaritas	margarita	NOUN	_	_	_	_	_	ss=n.food	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	alright	alright	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.5
+# sent_counter = 3858
+# text = My only complaint is the QUESO .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	complaint	complaint	NOUN	_	_	_	_	_	ss=n.communication	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	QUESO	queso	NOUN	_	_	_	_	_	ss=n.food	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.6
+# sent_counter = 3859
+# text = It used to be fabulous , why did you guys change it ??
+1	It	it	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	why	why	ADV	_	_	_	_	_	_	*
+8	did	do	AUX	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	ss=n.group	2:X
+10	guys	guy	NOUN	_	_	_	_	_	_	2
+11	change	change	VERB	_	_	_	_	_	ss=v.change	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.7
+# sent_counter = 3860
+# text = Queso should not be watery :( .....
+1	Queso	queso	NOUN	_	_	_	_	_	ss=n.food	*
+2	should	should	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	watery	watery	ADJ	_	_	_	_	_	_	*
+6	:(	:(	SYM	_	_	_	_	_	_	*
+7	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.8
+# sent_counter = 3861
+# text = *** update *** NEVER MIND !
+1	***	***	SYM	_	_	_	_	_	_	*
+2	update	update	NOUN	_	_	_	_	_	ss=n.communication	*
+3	***	***	SYM	_	_	_	_	_	_	*
+4	NEVER	never	ADV	_	_	_	_	_	_	1:X
+5	MIND	mind	VERB	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.9
+# sent_counter = 3862
+# text = They fixed the queso !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	queso	queso	NOUN	_	_	_	_	_	ss=n.food	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010450.10
+# sent_counter = 3863
+# text = Thank you thank you
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	thank	thank	VERB	_	_	_	_	_	_	2:X
+4	you	you	PRON	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.1
+# sent_counter = 3864
+# text = It was a Saturday and my spring was broken ...
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	spring	spring	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	broken	broken	ADJ	_	_	_	_	_	_	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.2
+# sent_counter = 3865
+# text = I googled Garage Door Repair in Woodinville and found NDI - Johnette answered the phone and was oh - so pleasant and helpful !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	googled	google	VERB	_	_	_	_	_	ss=v.communication	*
+3	Garage	garage	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+4	Door	door	NOUN	_	_	_	_	_	_	1
+5	Repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	Woodinville	woodinville	PROPN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	NDI	ndi	PROPN	_	_	_	_	_	ss=n.group	*
+11	-	-	PUNCT	_	_	_	_	_	_	*
+12	Johnette	johnette	PROPN	_	_	_	_	_	ss=n.person	*
+13	answered	answer	VERB	_	_	_	_	_	ss=v.communication	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	oh	oh	ADV	_	_	_	_	_	_	2:X
+19	-	-	PUNCT	_	_	_	_	_	_	2
+20	so	so	ADV	_	_	_	_	_	_	2
+21	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	helpful	helpful	ADJ	_	_	_	_	_	_	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.3
+# sent_counter = 3866
+# text = She sort of appologized for Dan taking the day off to go skiing - but he could do the repair on Sunday !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	sort	sort	ADV	_	_	_	_	_	_	1:X
+3	of	of	ADV	_	_	_	_	_	_	1
+4	appologized	appologized	VERB	_	_	_	_	_	ss=v.communication	*
+5	for	for	SCONJ	_	_	_	_	_	_	*
+6	Dan	dan	PROPN	_	_	_	_	_	ss=n.person	*
+7	taking	take	VERB	_	_	_	_	_	ss=v.social	2:X
+8	the	the	DET	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	off	off	ADP	_	_	_	_	_	_	2
+11	to	to	PART	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.social	3:X
+13	skiing	ski	VERB	_	_	_	_	_	_	3
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	he	he	PRON	_	_	_	_	_	_	*
+17	could	could	AUX	_	_	_	_	_	_	*
+18	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+21	on	on	ADP	_	_	_	_	_	_	*
+22	Sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.5
+# sent_counter = 3867
+# text = I enjoyed speaking with Dan , and learning more about how the springs are sized for these doors .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	speaking	speak	VERB	_	_	_	_	_	ss=v.communication	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	Dan	dan	PROPN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	learning	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	about	about	SCONJ	_	_	_	_	_	_	*
+11	how	how	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	springs	spring	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	are	be	AUX	_	_	_	_	_	_	*
+15	sized	size	VERB	_	_	_	_	_	ss=v.stative	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	these	these	DET	_	_	_	_	_	_	*
+18	doors	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.6
+# sent_counter = 3868
+# text = The repair went quickly and the price was extremely fair .
+1	The	the	DET	_	_	_	_	_	_	*
+2	repair	repair	NOUN	_	_	_	_	_	ss=n.event	*
+3	went	go	VERB	_	_	_	_	_	ss=v.stative	*
+4	quickly	quickly	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	extremely	extremely	ADV	_	_	_	_	_	_	*
+10	fair	fair	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.7
+# sent_counter = 3869
+# text = I would highly recommend NDI - and will spread the word to my neighbors .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	highly	highly	ADV	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	NDI	ndi	PROPN	_	_	_	_	_	ss=n.group	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	will	will	AUX	_	_	_	_	_	_	*
+9	spread	spread	VERB	_	_	_	_	_	ss=v.communication	1:X
+10	the	the	DET	_	_	_	_	_	_	1
+11	word	word	NOUN	_	_	_	_	_	_	1
+12	to	to	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	neighbors	neighbor	NOUN	_	_	_	_	_	ss=n.person	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.8
+# sent_counter = 3870
+# text = Thanks Dan and Johnette for your responsiveness and professional service .
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	Dan	dan	PROPN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Johnette	johnette	PROPN	_	_	_	_	_	ss=n.person	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	responsiveness	responsiveness	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	professional	professional	ADJ	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.011257.9
+# sent_counter = 3871
+# text = Roger M. , Woodinville
+1	Roger	roger	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	M.	m.	PROPN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Woodinville	woodinville	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020851.1
+# sent_counter = 3872
+# text = The Best Deals in Town
+1	The	the	DET	_	_	_	_	_	_	*
+2	Best	best	ADJ	_	_	_	_	_	_	*
+3	Deals	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+4	in	in	ADP	_	_	_	_	_	_	1:X
+5	Town	town	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020851.3
+# sent_counter = 3873
+# text = Their selection is random , so what they have on a given week might never be available again at the store .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	random	random	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	so	so	ADV	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	given	give	VERB	_	_	_	_	_	_	*
+13	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+14	might	might	AUX	_	_	_	_	_	_	*
+15	never	never	ADV	_	_	_	_	_	_	*
+16	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	available	available	ADJ	_	_	_	_	_	_	*
+18	again	again	ADV	_	_	_	_	_	_	*
+19	at	at	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020851.4
+# sent_counter = 3874
+# text = I love it for discounted beauty items and household appliances .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	discounted	discount	VERB	_	_	_	_	_	ss=v.possession	*
+6	beauty	beauty	NOUN	_	_	_	_	_	ss=n.attribute	*
+7	items	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	household	household	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	appliances	appliance	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020851.5
+# sent_counter = 3875
+# text = Trust me , you go there once and you -ll always go back !
+1	Trust	trust	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	me	me	PRON	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	once	once	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	-ll	-ll	AUX	_	_	_	_	_	_	*
+11	always	always	ADV	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+13	back	back	ADV	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020957.1
+# sent_counter = 3876
+# text = He 's great !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.020957.2
+# sent_counter = 3877
+# text = I wo n't go to anyone else .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	wo	wo	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	else	else	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034858.1
+# sent_counter = 3878
+# text = Thank you for fixing the leak on my bathroom !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	for	for	SCONJ	_	_	_	_	_	_	*
+4	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	leak	leak	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.location	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034858.2
+# sent_counter = 3879
+# text = Thanks !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.1
+# sent_counter = 3880
+# text = sheisters
+1	sheisters	sheisters	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.3
+# sent_counter = 3881
+# text = I paid 2 k cash for a truck with a blown motor .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	paid	pay	VERB	_	_	_	_	_	ss=v.possession	1:X
+3	2	2	NUM	_	_	_	_	_	_	*
+4	k	k	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	cash	cash	NOUN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	blown	blow	VERB	_	_	_	_	_	_	*
+12	motor	motor	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.4
+# sent_counter = 3882
+# text = Their so called mechanic said the engine was good and " There is nothing mechanicly wrong with this truck " .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	1:X
+3	called	call	VERB	_	_	_	_	_	_	1
+4	mechanic	mechanic	NOUN	_	_	_	_	_	ss=n.person	*
+5	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	There	there	PRON	_	_	_	_	_	_	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	nothing	nothing	NOUN	_	_	_	_	_	_	*
+15	mechanicly	mechanicly	ADV	_	_	_	_	_	_	*
+16	wrong	wrong	ADJ	_	_	_	_	_	_	2:X
+17	with	with	ADP	_	_	_	_	_	_	2
+18	this	this	DET	_	_	_	_	_	_	*
+19	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.6
+# sent_counter = 3883
+# text = Anyway they jimmy rigged it so i could drive it home .
+1	Anyway	anyway	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	jimmy	jimmy	NOUN	_	_	_	_	_	ss=v.change	1:X
+4	rigged	rig	VERB	_	_	_	_	_	_	1
+5	it	it	PRON	_	_	_	_	_	_	*
+6	so	so	SCONJ	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.7
+# sent_counter = 3884
+# text = The next day i took it to 2 auto shops and they both told me the same thing , engine is junk .
+1	The	the	DET	_	_	_	_	_	_	*
+2	next	next	ADJ	_	_	_	_	_	_	*
+3	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	2	2	NUM	_	_	_	_	_	_	*
+9	auto	auto	NOUN	_	_	_	_	_	ss=n.group	1:X
+10	shops	shop	NOUN	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	both	both	DET	_	_	_	_	_	_	*
+14	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+15	me	me	PRON	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	same	same	ADJ	_	_	_	_	_	_	*
+18	thing	thing	NOUN	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	engine	engine	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	junk	junk	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.8
+# sent_counter = 3885
+# text = I called and got the same runaround on hold and noone calls you back .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	same	same	ADJ	_	_	_	_	_	_	*
+7	runaround	runaround	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	on	on	ADP	_	_	_	_	_	_	1:X
+9	hold	hold	NOUN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	noone	noone	NOUN	_	_	_	_	_	_	*
+12	calls	call	VERB	_	_	_	_	_	ss=v.communication	2:X
+13	you	you	PRON	_	_	_	_	_	_	*
+14	back	back	ADV	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.9
+# sent_counter = 3886
+# text = From a moral standpoint , you guys are really gon na take 2,000 bucks from someone that needs that truck to work and support his family when you know it s just a piece of scrap metal ?
+1	From	from	ADP	_	_	_	_	_	_	1:X
+2	a	a	DET	_	_	_	_	_	_	*
+3	moral	moral	ADJ	_	_	_	_	_	_	*
+4	standpoint	standpoint	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+8	are	be	AUX	_	_	_	_	_	_	*
+9	really	really	ADV	_	_	_	_	_	_	*
+10	gon	gon	VERB	_	_	_	_	_	_	2:X
+11	na	na	PART	_	_	_	_	_	_	2
+12	take	take	VERB	_	_	_	_	_	ss=v.possession	*
+13	2,000	2,000	NUM	_	_	_	_	_	_	*
+14	bucks	buck	NOUN	_	_	_	_	_	ss=n.possession	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	someone	someone	NOUN	_	_	_	_	_	_	*
+17	that	that	DET	_	_	_	_	_	_	*
+18	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+19	that	that	DET	_	_	_	_	_	_	*
+20	truck	truck	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	work	work	VERB	_	_	_	_	_	ss=v.social	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	support	support	VERB	_	_	_	_	_	ss=v.social	*
+25	his	his	PRON	_	_	_	_	_	_	*
+26	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+27	when	when	ADV	_	_	_	_	_	_	*
+28	you	you	PRON	_	_	_	_	_	_	*
+29	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+30	it	it	PRON	_	_	_	_	_	_	*
+31	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+32	just	just	ADV	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	piece	piece	NOUN	_	_	_	_	_	ss=n.artifact	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	scrap	scrap	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+37	metal	metal	NOUN	_	_	_	_	_	_	3
+38	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.10
+# sent_counter = 3887
+# text = If it lasted 1 month i could suck it up but 1 day ?
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	lasted	last	VERB	_	_	_	_	_	ss=v.stative	*
+4	1	1	NUM	_	_	_	_	_	_	*
+5	month	month	NOUN	_	_	_	_	_	ss=n.time	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	suck	suck	VERB	_	_	_	_	_	ss=v.emotion	1:X
+9	it	it	PRON	_	_	_	_	_	_	1
+10	up	up	ADP	_	_	_	_	_	_	1
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	1	1	NUM	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.11
+# sent_counter = 3888
+# text = Grimy work you guys do .
+1	Grimy	grimy	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	you	you	PRON	_	_	_	_	_	ss=n.group	1:X
+4	guys	guy	NOUN	_	_	_	_	_	_	1
+5	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.036753.12
+# sent_counter = 3889
+# text = Buy your kids somethin nice with my 2 k bucks .
+1	Buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+2	your	your	PRON	_	_	_	_	_	_	*
+3	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+4	somethin	somethin	NOUN	_	_	_	_	_	_	*
+5	nice	nice	ADJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	2	2	NUM	_	_	_	_	_	_	*
+9	k	k	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	bucks	buck	NOUN	_	_	_	_	_	ss=n.possession	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.1
+# sent_counter = 3890
+# text = heating system Angels
+1	heating	heating	NOUN	_	_	_	_	_	ss=n.act	*
+2	system	system	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	Angels	angel	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.2
+# sent_counter = 3891
+# text = seriously , can you imagine having to live through these last few nights without heat ?
+1	seriously	seriously	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	imagine	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+6	having	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+7	to	to	PART	_	_	_	_	_	_	1
+8	live	live	VERB	_	_	_	_	_	ss=v.stative	2:X
+9	through	through	ADP	_	_	_	_	_	_	2
+10	these	these	DET	_	_	_	_	_	_	*
+11	last	last	ADJ	_	_	_	_	_	_	*
+12	few	few	ADJ	_	_	_	_	_	_	*
+13	nights	night	NOUN	_	_	_	_	_	ss=n.time	*
+14	without	without	ADP	_	_	_	_	_	_	*
+15	heat	heat	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.4
+# sent_counter = 3892
+# text = Comfort zone came out and did my house heat on the cheap .
+1	Comfort	comfort	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	zone	zone	PROPN	_	_	_	_	_	_	1
+3	came	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+4	out	out	ADV	_	_	_	_	_	_	2
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+9	heat	heat	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	on	on	ADP	_	_	_	_	_	_	3:X
+11	the	the	DET	_	_	_	_	_	_	3
+12	cheap	cheap	ADJ	_	_	_	_	_	_	3
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.5
+# sent_counter = 3893
+# text = and it works !
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	works	work	VERB	_	_	_	_	_	ss=v.stative	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038358.6
+# sent_counter = 3894
+# text = Thank you Comfort Zone
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Comfort	comfort	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	Zone	zone	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.1
+# sent_counter = 3895
+# text = HORRIBLE SERVICE !!!
+1	HORRIBLE	horrible	ADJ	_	_	_	_	_	_	*
+2	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.3
+# sent_counter = 3896
+# text = They are very rude over the phone and in person .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	rude	rude	ADJ	_	_	_	_	_	_	*
+5	over	over	ADP	_	_	_	_	_	_	1:X
+6	the	the	DET	_	_	_	_	_	_	1
+7	phone	phone	NOUN	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	in	in	ADP	_	_	_	_	_	_	2:X
+10	person	person	NOUN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.4
+# sent_counter = 3897
+# text = They talk down to you like they are supreme beings , if you hate your job so much then quit !!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	talk	talk	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	down	down	ADV	_	_	_	_	_	_	1
+4	to	to	ADP	_	_	_	_	_	_	1
+5	you	you	PRON	_	_	_	_	_	_	*
+6	like	like	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	supreme	supreme	ADJ	_	_	_	_	_	ss=n.person	2:X
+10	beings	being	NOUN	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	hate	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+15	your	your	PRON	_	_	_	_	_	_	*
+16	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+17	so	so	ADV	_	_	_	_	_	_	*
+18	much	much	ADV	_	_	_	_	_	_	*
+19	then	then	ADV	_	_	_	_	_	_	*
+20	quit	quit	VERB	_	_	_	_	_	ss=v.change	*
+21	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.5
+# sent_counter = 3898
+# text = How these guys can get away with being so rude with people is mind blowing .
+1	How	how	ADV	_	_	_	_	_	_	*
+2	these	these	DET	_	_	_	_	_	_	*
+3	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	away	away	ADV	_	_	_	_	_	_	1
+7	with	with	SCONJ	_	_	_	_	_	_	1
+8	being	be	VERB	_	_	_	_	_	ss=v.stative	2:X
+9	so	so	ADV	_	_	_	_	_	_	*
+10	rude	rude	ADJ	_	_	_	_	_	_	2
+11	with	with	ADP	_	_	_	_	_	_	*
+12	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	mind	mind	NOUN	_	_	_	_	_	ss=n.cognition	3:X
+15	blowing	blow	VERB	_	_	_	_	_	_	3
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.6
+# sent_counter = 3899
+# text = I will NEVER do business with Sun Toyota again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	NEVER	never	ADV	_	_	_	_	_	_	*
+4	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+5	business	business	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	Sun	sun	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	Toyota	toyota	PROPN	_	_	_	_	_	_	2
+9	again	again	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.039856.7
+# sent_counter = 3900
+# text = Thank god there are plenty of Toyota dealerships to choose from in this city .
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	god	god	PROPN	_	_	_	_	_	_	1
+3	there	there	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	plenty	plenty	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Toyota	toyota	PROPN	_	_	_	_	_	ss=n.group	*
+8	dealerships	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	city	city	NOUN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.045753.1
+# sent_counter = 3901
+# text = Compare to last decade this University is gaining more prestige in International level
+1	Compare	compare	VERB	_	_	_	_	_	ss=v.stative	1:X
+2	to	to	ADP	_	_	_	_	_	_	1
+3	last	last	ADJ	_	_	_	_	_	_	*
+4	decade	decade	NOUN	_	_	_	_	_	ss=n.time	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	University	university	PROPN	_	_	_	_	_	ss=n.group	*
+7	is	be	AUX	_	_	_	_	_	_	*
+8	gaining	gain	VERB	_	_	_	_	_	ss=v.change	*
+9	more	more	ADJ	_	_	_	_	_	_	*
+10	prestige	prestige	NOUN	_	_	_	_	_	ss=n.attribute	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	International	international	ADJ	_	_	_	_	_	_	*
+13	level	level	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.10
+# sent_counter = 3902
+# text = I would understand if I was being treated this way by a staff member but the club 's actual OWNER ?!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	being	be	AUX	_	_	_	_	_	_	*
+8	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+9	this	this	DET	_	_	_	_	_	_	*
+10	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	by	by	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+14	member	member	NOUN	_	_	_	_	_	ss=n.person	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	club	club	NOUN	_	_	_	_	_	ss=n.group	*
+18	's	's	PART	_	_	_	_	_	_	*
+19	actual	actual	ADJ	_	_	_	_	_	_	*
+20	OWNER	owner	NOUN	_	_	_	_	_	ss=n.person	*
+21	?!	?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.14
+# sent_counter = 3903
+# text = The equipment and classes are n't good enough to deal with the rudeness from the staff !!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	classes	class	NOUN	_	_	_	_	_	ss=n.event	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	n't	n't	PART	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	enough	enough	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	deal	deal	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	with	with	ADP	_	_	_	_	_	_	1
+12	the	the	DET	_	_	_	_	_	_	*
+13	rudeness	rudeness	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+17	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.071650.15
+# sent_counter = 3904
+# text = There are better places on the Cape - FITNESS 500 !
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	better	better	ADJ	_	_	_	_	_	_	*
+4	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	on	on	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Cape	cape	NOUN	_	_	_	_	_	ss=n.location	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	FITNESS	fitness	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	500	500	PROPN	_	_	_	_	_	_	1
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.073356.1
+# sent_counter = 3905
+# text = Beautiful hotel !
+1	Beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+2	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.073356.2
+# sent_counter = 3906
+# text = Great service - high class !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	high	high	ADJ	_	_	_	_	_	ss=n.attribute	1:X
+5	class	class	NOUN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.073356.3
+# sent_counter = 3907
+# text = Shuttle available to a private beach area with food / drinks / towels .
+1	Shuttle	shuttle	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	available	available	ADJ	_	_	_	_	_	_	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	private	private	ADJ	_	_	_	_	_	_	*
+6	beach	beach	NOUN	_	_	_	_	_	ss=n.natural_object	*
+7	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+10	/	/	PUNCT	_	_	_	_	_	_	*
+11	drinks	drink	NOUN	_	_	_	_	_	ss=n.food	*
+12	/	/	PUNCT	_	_	_	_	_	_	*
+13	towels	towel	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076352.1
+# sent_counter = 3908
+# text = Very Accomodating
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	Accomodating	accomodating	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076352.2
+# sent_counter = 3909
+# text = We were in Springfield , IL for a family funeral from Kansas City .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Springfield	springfield	PROPN	_	_	_	_	_	ss=n.location	1:X
+5	,	,	PUNCT	_	_	_	_	_	_	1
+6	IL	il	PROPN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+10	funeral	funeral	NOUN	_	_	_	_	_	ss=n.event	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	Kansas	kansas	PROPN	_	_	_	_	_	ss=n.location	2:X
+13	City	city	PROPN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076352.3
+# sent_counter = 3910
+# text = We arrived early and the staff was very accomodating to our families and the situation we were in .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+3	early	early	ADV	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	accomodating	accomodating	ADJ	_	_	_	_	_	_	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	families	family	NOUN	_	_	_	_	_	ss=n.group	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	situation	situation	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+16	we	we	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	_	1
+18	in	in	ADP	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076352.4
+# sent_counter = 3911
+# text = The rooms were very clean , including the microwave and refrigerator .
+1	The	the	DET	_	_	_	_	_	_	*
+2	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	clean	clean	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	including	include	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	microwave	microwave	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	refrigerator	refrigerator	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.076352.5
+# sent_counter = 3912
+# text = This is a nice place , and I know we will return to meet my sister - in - law from Chicago !!
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	meet	meet	VERB	_	_	_	_	_	ss=v.social	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	sister	sister	NOUN	_	_	_	_	_	ss=n.person	1:X
+17	-	-	PUNCT	_	_	_	_	_	_	1
+18	in	in	ADP	_	_	_	_	_	_	1
+19	-	-	PUNCT	_	_	_	_	_	_	1
+20	law	law	NOUN	_	_	_	_	_	_	1
+21	from	from	ADP	_	_	_	_	_	_	*
+22	Chicago	chicago	PROPN	_	_	_	_	_	ss=n.location	*
+23	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080854.1
+# sent_counter = 3913
+# text = Fast and affordable .
+1	Fast	fast	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	affordable	affordable	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080854.2
+# sent_counter = 3914
+# text = Great job master keying our building .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	master	master	NOUN	_	_	_	_	_	ss=v.creation	1:X
+4	keying	key	VERB	_	_	_	_	_	_	1
+5	our	our	PRON	_	_	_	_	_	_	*
+6	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083454.1
+# sent_counter = 3915
+# text = I did n't end up buying my car here , but I did think the guy who worked with me was pretty cool - he was willing to budge a little on the price which means a lot to me .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	did	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	end	end	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	did	do	AUX	_	_	_	_	_	_	*
+14	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	worked	work	VERB	_	_	_	_	_	ss=v.social	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	me	me	PRON	_	_	_	_	_	_	*
+21	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	pretty	pretty	ADV	_	_	_	_	_	_	*
+23	cool	cool	ADJ	_	_	_	_	_	_	*
+24	-	-	PUNCT	_	_	_	_	_	_	*
+25	he	he	PRON	_	_	_	_	_	_	*
+26	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+27	willing	willing	ADJ	_	_	_	_	_	_	*
+28	to	to	PART	_	_	_	_	_	_	*
+29	budge	budge	VERB	_	_	_	_	_	ss=v.change	*
+30	a	a	DET	_	_	_	_	_	_	2:X
+31	little	little	NOUN	_	_	_	_	_	_	2
+32	on	on	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+35	which	which	DET	_	_	_	_	_	_	*
+36	means	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+37	a	a	DET	_	_	_	_	_	_	3:X
+38	lot	lot	NOUN	_	_	_	_	_	_	3
+39	to	to	ADP	_	_	_	_	_	_	*
+40	me	me	PRON	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083454.2
+# sent_counter = 3916
+# text = Also they will fill your tires with air and other small maintenance tasks for free , even if you did n't buy your car there !
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	fill	fill	VERB	_	_	_	_	_	ss=v.contact	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	air	air	NOUN	_	_	_	_	_	ss=n.substance	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	other	other	ADJ	_	_	_	_	_	_	*
+11	small	small	ADJ	_	_	_	_	_	_	*
+12	maintenance	maintenance	NOUN	_	_	_	_	_	ss=n.act	*
+13	tasks	task	NOUN	_	_	_	_	_	ss=n.event	*
+14	for	for	ADP	_	_	_	_	_	_	1:X
+15	free	free	ADJ	_	_	_	_	_	_	1
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	even	even	ADV	_	_	_	_	_	_	*
+18	if	if	SCONJ	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	did	do	AUX	_	_	_	_	_	_	*
+21	n't	n't	PART	_	_	_	_	_	_	*
+22	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+23	your	your	PRON	_	_	_	_	_	_	*
+24	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	there	there	ADV	_	_	_	_	_	_	*
+26	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.1
+# sent_counter = 3917
+# text = They do n't seem to be interested in selling cars .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	interested	interested	ADJ	_	_	_	_	_	_	1:X
+8	in	in	SCONJ	_	_	_	_	_	_	1
+9	selling	sell	VERB	_	_	_	_	_	ss=v.possession	*
+10	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.2
+# sent_counter = 3918
+# text = Went there yesterday : we are trying to decide between two different Honda models , so we wanted to test - drive both back to back .
+1	Went	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	there	there	ADV	_	_	_	_	_	_	*
+3	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	we	we	PRON	_	_	_	_	_	_	*
+6	are	be	AUX	_	_	_	_	_	_	*
+7	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	decide	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+10	between	between	ADP	_	_	_	_	_	_	*
+11	two	two	NUM	_	_	_	_	_	_	*
+12	different	different	ADJ	_	_	_	_	_	_	*
+13	Honda	honda	PROPN	_	_	_	_	_	ss=n.group	*
+14	models	model	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	we	we	PRON	_	_	_	_	_	_	*
+18	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	test	test	NOUN	_	_	_	_	_	ss=n.event	1:X
+21	-	-	PUNCT	_	_	_	_	_	_	1
+22	drive	drive	VERB	_	_	_	_	_	_	1
+23	both	both	DET	_	_	_	_	_	_	*
+24	back	back	NOUN	_	_	_	_	_	ss=n.time	2:X
+25	to	to	ADP	_	_	_	_	_	_	2
+26	back	back	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.3
+# sent_counter = 3919
+# text = The salesperson refused !
+1	The	the	DET	_	_	_	_	_	_	*
+2	salesperson	salesperson	NOUN	_	_	_	_	_	ss=n.person	*
+3	refused	refuse	VERB	_	_	_	_	_	ss=v.communication	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.4
+# sent_counter = 3920
+# text = Claimed he was too busy for two test drives .
+1	Claimed	claim	VERB	_	_	_	_	_	ss=v.communication	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	too	too	ADV	_	_	_	_	_	_	*
+5	busy	busy	ADJ	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	two	two	NUM	_	_	_	_	_	_	*
+8	test	test	NOUN	_	_	_	_	_	ss=n.event	1:X
+9	drives	drive	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.5
+# sent_counter = 3921
+# text = We were the only customers there !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	only	only	ADJ	_	_	_	_	_	_	*
+5	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+6	there	there	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.083459.6
+# sent_counter = 3922
+# text = Do n't waste time , just drive 10 minutes more down to Stevens Creek , they actually do try to help their customers there !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	waste	waste	VERB	_	_	_	_	_	ss=v.social	1:X
+4	time	time	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	just	just	ADV	_	_	_	_	_	_	*
+7	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+8	10	10	NUM	_	_	_	_	_	_	*
+9	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+10	more	more	ADV	_	_	_	_	_	_	*
+11	down	down	ADV	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	Stevens	stevens	PROPN	_	_	_	_	_	ss=n.location	2:X
+14	Creek	creek	PROPN	_	_	_	_	_	_	2
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	actually	actually	ADV	_	_	_	_	_	_	*
+18	do	do	AUX	_	_	_	_	_	_	*
+19	try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	help	help	VERB	_	_	_	_	_	ss=v.social	*
+22	their	their	PRON	_	_	_	_	_	_	*
+23	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+24	there	there	ADV	_	_	_	_	_	_	*
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.088954.1
+# sent_counter = 3923
+# text = A thoroughly comprehensive service ; excellent communication and best of they are transparent with their fee ( ie nothing is simply implied or assumed ) .
+1	A	a	DET	_	_	_	_	_	_	*
+2	thoroughly	thoroughly	ADV	_	_	_	_	_	_	*
+3	comprehensive	comprehensive	ADJ	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+5	;	;	PUNCT	_	_	_	_	_	_	*
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	best	best	ADV	_	_	_	_	_	_	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	transparent	transparent	ADJ	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+17	(	(	PUNCT	_	_	_	_	_	_	*
+18	ie	ie	X	_	_	_	_	_	_	*
+19	nothing	nothing	NOUN	_	_	_	_	_	_	*
+20	is	be	AUX	_	_	_	_	_	_	*
+21	simply	simply	ADV	_	_	_	_	_	_	*
+22	implied	imply	VERB	_	_	_	_	_	ss=v.communication	*
+23	or	or	CCONJ	_	_	_	_	_	_	*
+24	assumed	assume	VERB	_	_	_	_	_	ss=v.communication	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.1
+# sent_counter = 3924
+# text = HORRIBLE SERVICE AND FOOD
+1	HORRIBLE	horrible	ADJ	_	_	_	_	_	_	*
+2	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	AND	and	CCONJ	_	_	_	_	_	_	*
+4	FOOD	food	NOUN	_	_	_	_	_	ss=n.food	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.2
+# sent_counter = 3925
+# text = not only is this place too expensive for what it is , it s horrible !
+1	not	not	PART	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	expensive	expensive	ADJ	_	_	_	_	_	_	*
+8	for	for	SCONJ	_	_	_	_	_	_	*
+9	what	what	PRON	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+15	horrible	horrible	ADJ	_	_	_	_	_	_	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.3
+# sent_counter = 3926
+# text = In the past , I got a steak and there was more fat and rough pieces than there was good steak ( and this was the sirloin ! ) , the sides were drenched with butter and the salad was a little on the brown side .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	past	past	NOUN	_	_	_	_	_	ss=n.time	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	got	get	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	steak	steak	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	there	there	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	more	more	ADJ	_	_	_	_	_	_	*
+13	fat	fat	NOUN	_	_	_	_	_	ss=n.food	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	rough	rough	ADJ	_	_	_	_	_	_	*
+16	pieces	piece	NOUN	_	_	_	_	_	ss=n.food	*
+17	than	than	SCONJ	_	_	_	_	_	_	*
+18	there	there	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	good	good	ADJ	_	_	_	_	_	_	*
+21	steak	steak	NOUN	_	_	_	_	_	ss=n.food	*
+22	(	(	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	this	this	DET	_	_	_	_	_	_	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	sirloin	sirloin	NOUN	_	_	_	_	_	ss=n.food	*
+28	!	!	PUNCT	_	_	_	_	_	_	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	sides	side	NOUN	_	_	_	_	_	ss=n.food	*
+33	were	be	AUX	_	_	_	_	_	_	*
+34	drenched	drench	VERB	_	_	_	_	_	ss=v.stative	*
+35	with	with	ADP	_	_	_	_	_	_	*
+36	butter	butter	NOUN	_	_	_	_	_	ss=n.food	*
+37	and	and	CCONJ	_	_	_	_	_	_	*
+38	the	the	DET	_	_	_	_	_	_	*
+39	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+40	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+41	a	a	DET	_	_	_	_	_	_	1:X
+42	little	little	NOUN	_	_	_	_	_	_	1
+43	on	on	ADP	_	_	_	_	_	_	2:X
+44	the	the	DET	_	_	_	_	_	_	2
+45	brown	brown	ADJ	_	_	_	_	_	_	*
+46	side	side	NOUN	_	_	_	_	_	_	2
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.4
+# sent_counter = 3927
+# text = Today we went for a party ( during lunch , so the place was empty ) with about 25 other people .
+1	Today	today	NOUN	_	_	_	_	_	ss=n.time	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	ss=v.social	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	party	party	NOUN	_	_	_	_	_	ss=n.event	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	during	during	ADP	_	_	_	_	_	_	*
+9	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	empty	empty	ADJ	_	_	_	_	_	_	*
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	with	with	ADP	_	_	_	_	_	_	*
+18	about	about	ADV	_	_	_	_	_	_	*
+19	25	25	NUM	_	_	_	_	_	_	*
+20	other	other	ADJ	_	_	_	_	_	_	*
+21	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.5
+# sent_counter = 3928
+# text = It took over 1.5 hours for our food to come out and by that time my 8 month old had it !
+1	It	it	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+3	over	over	ADV	_	_	_	_	_	_	*
+4	1.5	1.5	NUM	_	_	_	_	_	_	*
+5	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	our	our	PRON	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+11	out	out	ADV	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	by	by	ADP	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	8	8	NUM	_	_	_	_	_	_	*
+18	month	month	NOUN	_	_	_	_	_	ss=n.person	2:X
+19	old	old	ADJ	_	_	_	_	_	_	2
+20	had	have	VERB	_	_	_	_	_	ss=v.emotion	3:X
+21	it	it	PRON	_	_	_	_	_	_	3
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.6
+# sent_counter = 3929
+# text = Does it seriously take that long for a soup and salad ?
+1	Does	do	AUX	_	_	_	_	_	_	*
+2	it	it	PRON	_	_	_	_	_	_	*
+3	seriously	seriously	ADV	_	_	_	_	_	_	*
+4	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	ADV	_	_	_	_	_	_	*
+6	long	long	ADV	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	soup	soup	NOUN	_	_	_	_	_	ss=n.food	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.7
+# sent_counter = 3930
+# text = I was a waitress for years and a key rule is to serve customers with small children before others , as I was the last to get my food .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	waitress	waitress	NOUN	_	_	_	_	_	ss=n.person	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	key	key	ADJ	_	_	_	_	_	_	*
+10	rule	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+14	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	small	small	ADJ	_	_	_	_	_	_	*
+17	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+18	before	before	ADP	_	_	_	_	_	_	*
+19	others	others	NOUN	_	_	_	_	_	_	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	as	as	SCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	last	last	ADJ	_	_	_	_	_	_	*
+26	to	to	PART	_	_	_	_	_	_	*
+27	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+28	my	my	PRON	_	_	_	_	_	_	*
+29	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.8
+# sent_counter = 3931
+# text = I would NOT recommend having a party here or even going here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	NOT	not	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	party	party	NOUN	_	_	_	_	_	ss=n.event	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+12	here	here	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.093655.9
+# sent_counter = 3932
+# text = Texas Roadhouse is WAY better !!
+1	Texas	texas	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Roadhouse	roadhouse	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	WAY	way	ADV	_	_	_	_	_	_	*
+5	better	better	ADJ	_	_	_	_	_	_	*
+6	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103952.1
+# sent_counter = 3933
+# text = Great
+1	Great	great	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103952.2
+# sent_counter = 3934
+# text = This is a perfect place to get your hair done .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	perfect	perfect	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+8	your	your	PRON	_	_	_	_	_	_	*
+9	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+10	done	do	VERB	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103952.3
+# sent_counter = 3935
+# text = I have gone there time and time again whenever I need to get my hair done or when I want a haircut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	gone	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	and	and	CCONJ	_	_	_	_	_	_	1
+7	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+8	again	again	ADV	_	_	_	_	_	_	1
+9	whenever	whenever	ADV	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.body	2:X
+14	my	my	PRON	_	_	_	_	_	_	*
+15	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+16	done	do	VERB	_	_	_	_	_	_	2
+17	or	or	CCONJ	_	_	_	_	_	_	*
+18	when	when	ADV	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	haircut	haircut	NOUN	_	_	_	_	_	ss=n.event	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103952.4
+# sent_counter = 3936
+# text = When I get my hair done there , they use enough hairstyling products while it does not ruin your hair .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	get	get	VERB	_	_	_	_	_	ss=v.body	1:X
+4	my	my	PRON	_	_	_	_	_	_	*
+5	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+6	done	do	VERB	_	_	_	_	_	_	1
+7	there	there	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	use	use	VERB	_	_	_	_	_	ss=v.consumption	*
+11	enough	enough	ADJ	_	_	_	_	_	_	*
+12	hairstyling	hairstyling	NOUN	_	_	_	_	_	ss=n.act	*
+13	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	while	while	SCONJ	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	does	do	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	ruin	ruin	VERB	_	_	_	_	_	ss=v.change	*
+19	your	your	PRON	_	_	_	_	_	_	*
+20	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.103952.5
+# sent_counter = 3937
+# text = The service is great and during weekends it tends to get busy , but the wait is worthwhile .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	during	during	ADP	_	_	_	_	_	_	*
+7	weekends	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	tends	tend	VERB	_	_	_	_	_	ss=v.stative	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.change	*
+12	busy	busy	ADJ	_	_	_	_	_	_	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	wait	wait	NOUN	_	_	_	_	_	ss=n.act	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	worthwhile	worthwhile	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.106150.1
+# sent_counter = 3938
+# text = We love Little Farmer
+1	We	we	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Little	little	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Farmer	farmer	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.106150.2
+# sent_counter = 3939
+# text = We attend LFTD and our children LOVE it !!
+1	We	we	PRON	_	_	_	_	_	_	*
+2	attend	attend	VERB	_	_	_	_	_	ss=v.motion	*
+3	LFTD	lftd	PROPN	_	_	_	_	_	ss=n.event	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	our	our	PRON	_	_	_	_	_	_	*
+6	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+7	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.106150.3
+# sent_counter = 3940
+# text = They even want to go to school on the weekends !!
+1	They	they	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+6	to	to	ADP	_	_	_	_	_	_	1
+7	school	school	NOUN	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	weekends	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+11	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.106150.4
+# sent_counter = 3941
+# text = They are preparing my older son for kindergarten and looks forward to seeing his teacher and friends every day .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	preparing	prepare	VERB	_	_	_	_	_	ss=v.social	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	older	older	ADJ	_	_	_	_	_	_	*
+6	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	kindergarten	kindergarten	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	looks	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+11	forward	forward	ADV	_	_	_	_	_	_	1
+12	to	to	SCONJ	_	_	_	_	_	_	1
+13	seeing	see	VERB	_	_	_	_	_	ss=v.perception	*
+14	his	his	PRON	_	_	_	_	_	_	*
+15	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+18	every	every	DET	_	_	_	_	_	_	*
+19	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.106150.5
+# sent_counter = 3942
+# text = My infant is content every day when I drop off and pick up .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	infant	infant	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	content	content	ADJ	_	_	_	_	_	_	*
+5	every	every	DET	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	drop	drop	VERB	_	_	_	_	_	ss=v.motion	1:X
+10	off	off	ADP	_	_	_	_	_	_	1
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	pick	pick	VERB	_	_	_	_	_	ss=v.motion	2:X
+13	up	up	ADP	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115653.1
+# sent_counter = 3943
+# text = Great Doctor !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115653.2
+# sent_counter = 3944
+# text = Dr. Faris is a great doctor !
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Faris	faris	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115653.3
+# sent_counter = 3945
+# text = I would recommend him to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115653.4
+# sent_counter = 3946
+# text = I was experiencing severe back pain to the point I could barely walk or even bare to sit .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	experiencing	experience	VERB	_	_	_	_	_	ss=v.cognition	*
+4	severe	severe	ADJ	_	_	_	_	_	_	*
+5	back	back	NOUN	_	_	_	_	_	ss=n.state	1:X
+6	pain	pain	NOUN	_	_	_	_	_	_	1
+7	to	to	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	point	point	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	could	could	AUX	_	_	_	_	_	_	*
+12	barely	barely	ADV	_	_	_	_	_	_	*
+13	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	even	even	ADV	_	_	_	_	_	_	*
+16	bare	bare	VERB	_	_	_	_	_	ss=v.cognition	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	sit	sit	VERB	_	_	_	_	_	ss=v.stative	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115653.5
+# sent_counter = 3947
+# text = I went from a pain scale of 8 - 9 to 0 and I was able to run in the Crim just a week later !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	from	from	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+6	scale	scale	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	8	8	NUM	_	_	_	_	_	_	*
+9	-	-	SYM	_	_	_	_	_	_	*
+10	9	9	NUM	_	_	_	_	_	_	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	0	0	NUM	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	able	able	ADJ	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	run	run	VERB	_	_	_	_	_	ss=v.motion	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	Crim	crim	PROPN	_	_	_	_	_	ss=n.event	*
+22	just	just	ADV	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+25	later	later	ADV	_	_	_	_	_	_	*
+26	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.1
+# sent_counter = 3948
+# text = Holly is truely the best hairstylist !
+1	Holly	holly	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	truely	truely	ADV	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	hairstylist	hairstylist	NOUN	_	_	_	_	_	ss=n.person	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.2
+# sent_counter = 3949
+# text = I have lived in the UTC La Jolla area for many years , and I never new this salon was here until a friend reffered me to see Holly here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	UTC	utc	PROPN	_	_	_	_	_	ss=n.location	1:X
+7	La	la	PROPN	_	_	_	_	_	_	1
+8	Jolla	jolla	PROPN	_	_	_	_	_	_	1
+9	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	many	many	ADJ	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	never	never	ADV	_	_	_	_	_	_	*
+17	new	new	VERB	_	_	_	_	_	ss=v.cognition	*
+18	this	this	DET	_	_	_	_	_	_	*
+19	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	here	here	ADV	_	_	_	_	_	_	*
+22	until	until	SCONJ	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+25	reffered	reffered	VERB	_	_	_	_	_	ss=v.communication	*
+26	me	me	PRON	_	_	_	_	_	_	*
+27	to	to	PART	_	_	_	_	_	_	*
+28	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+29	Holly	holly	PROPN	_	_	_	_	_	ss=n.person	*
+30	here	here	ADV	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.3
+# sent_counter = 3950
+# text = I was very pleased with my experience here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.4
+# sent_counter = 3951
+# text = All of the people were friendly and welcoming .
+1	All	all	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	friendly	friendly	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	welcoming	welcoming	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.5
+# sent_counter = 3952
+# text = I got highlights , haircut , and a blowdry .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	got	get	VERB	_	_	_	_	_	ss=v.body	*
+3	highlights	highlight	NOUN	_	_	_	_	_	ss=n.act	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	haircut	haircut	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	blowdry	blowdry	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.6
+# sent_counter = 3953
+# text = She did a great job !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	did	do	VERB	_	_	_	_	_	ss=v.social	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.7
+# sent_counter = 3954
+# text = Holly is very experienced and talented , and I could tell she new what she was doing right off the bat .
+1	Holly	holly	ADV	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	experienced	experienced	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	talented	talented	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	could	could	AUX	_	_	_	_	_	_	*
+11	tell	tell	VERB	_	_	_	_	_	ss=v.cognition	*
+12	she	she	PRON	_	_	_	_	_	_	*
+13	new	new	VERB	_	_	_	_	_	ss=v.cognition	*
+14	what	what	PRON	_	_	_	_	_	_	*
+15	she	she	PRON	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+18	right	right	ADV	_	_	_	_	_	_	1:X
+19	off	off	ADP	_	_	_	_	_	_	1
+20	the	the	DET	_	_	_	_	_	_	1
+21	bat	bat	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.8
+# sent_counter = 3955
+# text = My hair looks amazing , and I get compliments all the time .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+3	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+9	compliments	compliments	NOUN	_	_	_	_	_	ss=n.communication	*
+10	all	all	DET	_	_	_	_	_	ss=n.time	1:X
+11	the	the	DET	_	_	_	_	_	_	1
+12	time	time	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.9
+# sent_counter = 3956
+# text = I deffenitly reccomend this salon and Holly to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	deffenitly	deffenitly	ADV	_	_	_	_	_	_	*
+3	reccomend	reccomend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Holly	holly	PROPN	_	_	_	_	_	ss=n.person	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	anyone	anyone	NOUN	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121556.10
+# sent_counter = 3957
+# text = You will not be disappointed !!!!!!
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	disappointed	disappoint	VERB	_	_	_	_	_	ss=v.cognition	*
+6	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.1
+# sent_counter = 3958
+# text = We love our new roof !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	roof	roof	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.2
+# sent_counter = 3959
+# text = We would like to thank you for the roofing job you did on our home .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	thank	thank	VERB	_	_	_	_	_	ss=v.communication	1:X
+6	you	you	PRON	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	roofing	roofing	NOUN	_	_	_	_	_	ss=n.act	*
+10	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	our	our	PRON	_	_	_	_	_	_	*
+15	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.3
+# sent_counter = 3960
+# text = Everything was done on a timely manner and things were cleaned and picked up every day when the crew was done .
+1	Everything	everything	NOUN	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	on	on	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	timely	timely	ADJ	_	_	_	_	_	_	*
+7	manner	manner	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	things	things	NOUN	_	_	_	_	_	_	*
+10	were	be	AUX	_	_	_	_	_	_	*
+11	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	picked	pick	VERB	_	_	_	_	_	ss=v.possession	1:X
+14	up	up	ADP	_	_	_	_	_	_	1
+15	every	every	DET	_	_	_	_	_	_	*
+16	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	crew	crew	NOUN	_	_	_	_	_	ss=n.group	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	done	done	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.4
+# sent_counter = 3961
+# text = We also liked the way that Ray checked on the job every day .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	liked	like	VERB	_	_	_	_	_	ss=v.emotion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	_	*
+6	that	that	ADV	_	_	_	_	_	_	*
+7	Ray	ray	PROPN	_	_	_	_	_	ss=n.person	*
+8	checked	check	VERB	_	_	_	_	_	ss=v.cognition	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+12	every	every	DET	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.5
+# sent_counter = 3962
+# text = And when the job was done every thing was cleaned up and hauled off that same day .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	when	when	ADV	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	done	done	ADJ	_	_	_	_	_	_	*
+7	every	every	DET	_	_	_	_	_	_	1:X
+8	thing	thing	NOUN	_	_	_	_	_	_	1
+9	was	be	AUX	_	_	_	_	_	_	*
+10	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	2:X
+11	up	up	ADP	_	_	_	_	_	_	2
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	hauled	haul	VERB	_	_	_	_	_	ss=v.motion	3:X
+14	off	off	ADP	_	_	_	_	_	_	3
+15	that	that	DET	_	_	_	_	_	_	*
+16	same	same	ADJ	_	_	_	_	_	_	*
+17	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.6
+# sent_counter = 3963
+# text = We would not hesitate to use Spears Roofing again .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	use	use	VERB	_	_	_	_	_	ss=v.social	*
+7	Spears	spears	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Roofing	roofing	PROPN	_	_	_	_	_	_	1
+9	again	again	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121651.7
+# sent_counter = 3964
+# text = We have already recommended you to some of our friends !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	already	already	ADV	_	_	_	_	_	_	*
+4	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	some	some	DET	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124552.1
+# sent_counter = 3965
+# text = They have good sushi for a good price .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	sushi	sushi	NOUN	_	_	_	_	_	ss=n.food	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124552.2
+# sent_counter = 3966
+# text = My favorite so far in Bellevue .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	favorite	favorite	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	so	so	ADV	_	_	_	_	_	_	1:X
+4	far	far	ADV	_	_	_	_	_	_	1
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Bellevue	bellevue	PROPN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.124552.3
+# sent_counter = 3967
+# text = Store is on the small side and atmosphere is just average .
+1	Store	store	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	on	on	ADP	_	_	_	_	_	_	1:X
+4	the	the	DET	_	_	_	_	_	_	1
+5	small	small	ADJ	_	_	_	_	_	_	*
+6	side	side	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	average	average	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.1
+# sent_counter = 3968
+# text = great service / deals - support this local business
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	/	/	PUNCT	_	_	_	_	_	_	*
+4	deals	deal	NOUN	_	_	_	_	_	ss=n.act	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	support	support	VERB	_	_	_	_	_	ss=v.social	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	local	local	ADJ	_	_	_	_	_	ss=n.group	1:X
+9	business	business	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.2
+# sent_counter = 3969
+# text = I have used these guys for new snows , fixing lots of flats , used replacement tires , and oil changes .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.social	*
+4	these	these	DET	_	_	_	_	_	_	*
+5	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	new	new	ADJ	_	_	_	_	_	_	*
+8	snows	snow	NOUN	_	_	_	_	_	ss=n.natural_object	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	fixing	fix	VERB	_	_	_	_	_	ss=v.change	*
+11	lots	lots	NOUN	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	flats	flats	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	used	use	VERB	_	_	_	_	_	ss=v.social	*
+16	replacement	replacement	NOUN	_	_	_	_	_	ss=n.act	*
+17	tires	tire	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	oil	oil	NOUN	_	_	_	_	_	ss=n.event	1:X
+21	changes	change	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.3
+# sent_counter = 3970
+# text = They have the best prices locally and good customer service .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+6	locally	locally	ADV	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	good	good	ADJ	_	_	_	_	_	_	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	service	service	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.4
+# sent_counter = 3971
+# text = One guy is a little surley , but who gives a crap as long as your car 's work is outstanding .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	little	little	NOUN	_	_	_	_	_	_	*
+6	surley	surley	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	who	who	PRON	_	_	_	_	_	_	1:X
+10	gives	give	VERB	_	_	_	_	_	_	1
+11	a	a	DET	_	_	_	_	_	_	1
+12	crap	crap	NOUN	_	_	_	_	_	_	1
+13	as	as	ADV	_	_	_	_	_	_	2:X
+14	long	long	ADV	_	_	_	_	_	_	2
+15	as	as	SCONJ	_	_	_	_	_	_	2
+16	your	your	PRON	_	_	_	_	_	_	*
+17	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	's	's	PART	_	_	_	_	_	_	*
+19	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.5
+# sent_counter = 3972
+# text = AND they 're usually able to help you as a walk - in , and they 're fast .
+1	AND	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+4	usually	usually	ADV	_	_	_	_	_	_	*
+5	able	able	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	help	help	VERB	_	_	_	_	_	ss=v.social	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	as	as	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	walk	walk	NOUN	_	_	_	_	_	ss=n.person	1:X
+12	-	-	PUNCT	_	_	_	_	_	_	1
+13	in	in	NOUN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+18	fast	fast	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127157.6
+# sent_counter = 3973
+# text = Overall - good stuff .
+1	Overall	overall	ADV	_	_	_	_	_	_	*
+2	-	-	PUNCT	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+4	stuff	stuff	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.1
+# sent_counter = 3974
+# text = Real pros
+1	Real	real	ADJ	_	_	_	_	_	_	*
+2	pros	pro	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.2
+# sent_counter = 3975
+# text = I 've had writer friends describe horror stories with their printers .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	writer	writer	NOUN	_	_	_	_	_	ss=n.person	*
+5	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+6	describe	describe	VERB	_	_	_	_	_	ss=v.communication	*
+7	horror	horror	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	stories	story	NOUN	_	_	_	_	_	ss=n.communication	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	printers	printer	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.3
+# sent_counter = 3976
+# text = I tell them : why not just go with these guys ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	them	them	PRON	_	_	_	_	_	_	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	why	why	ADV	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	go	go	VERB	_	_	_	_	_	ss=v.social	1:X
+9	with	with	ADP	_	_	_	_	_	_	1
+10	these	these	DET	_	_	_	_	_	_	*
+11	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+12	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.4
+# sent_counter = 3977
+# text = Richard Joule and the gang are pros from start to finish .
+1	Richard	richard	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Joule	joule	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	gang	gang	NOUN	_	_	_	_	_	ss=n.group	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	pros	pro	NOUN	_	_	_	_	_	ss=n.group	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	start	start	NOUN	_	_	_	_	_	ss=n.event	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	finish	finish	NOUN	_	_	_	_	_	ss=n.event	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.5
+# sent_counter = 3978
+# text = They set out to exceed your expectations .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	set	set	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	to	to	PART	_	_	_	_	_	_	*
+5	exceed	exceed	VERB	_	_	_	_	_	ss=v.cognition	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	expectations	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.127252.6
+# sent_counter = 3979
+# text = Already I 'm considering future projects , and I can assure you that for my printing needs I will be choosing no other than Atlanta Paperback Book Printing .
+1	Already	already	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	AUX	_	_	_	_	_	_	*
+4	considering	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+5	future	future	ADJ	_	_	_	_	_	_	*
+6	projects	project	NOUN	_	_	_	_	_	ss=n.event	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	can	can	AUX	_	_	_	_	_	_	*
+11	assure	assure	VERB	_	_	_	_	_	ss=v.communication	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	printing	printing	NOUN	_	_	_	_	_	ss=n.act	*
+17	needs	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	will	will	AUX	_	_	_	_	_	_	*
+20	be	be	AUX	_	_	_	_	_	_	*
+21	choosing	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+22	no	no	DET	_	_	_	_	_	_	1:X
+23	other	other	ADJ	_	_	_	_	_	_	1
+24	than	than	ADP	_	_	_	_	_	_	1
+25	Atlanta	atlanta	PROPN	_	_	_	_	_	ss=n.group	2:X
+26	Paperback	paperback	PROPN	_	_	_	_	_	_	2
+27	Book	book	PROPN	_	_	_	_	_	_	2
+28	Printing	printing	PROPN	_	_	_	_	_	_	2
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131458.1
+# sent_counter = 3980
+# text = Signs of Saltford - an excellent supplier of value for money signs and banners etc .
+1	Signs	signs	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	Saltford	saltford	PROPN	_	_	_	_	_	_	1
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	an	an	NOUN	_	_	_	_	_	_	*
+6	excellent	excellent	ADJ	_	_	_	_	_	_	*
+7	supplier	supplier	NOUN	_	_	_	_	_	ss=n.group	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	value	value	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+12	signs	sign	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	banners	banner	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	etc	etc	X	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131458.2
+# sent_counter = 3981
+# text = I have been a friend and customer of Signs of Saltford for well over 12 years now and I also became their website supplier some 3 years ago .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	Signs	signs	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	of	of	ADP	_	_	_	_	_	_	1
+11	Saltford	saltford	PROPN	_	_	_	_	_	_	1
+12	for	for	ADP	_	_	_	_	_	_	*
+13	well	well	ADV	_	_	_	_	_	_	*
+14	over	over	ADP	_	_	_	_	_	_	*
+15	12	12	NUM	_	_	_	_	_	_	*
+16	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+17	now	now	ADV	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	also	also	ADV	_	_	_	_	_	_	*
+21	became	become	VERB	_	_	_	_	_	ss=v.stative	*
+22	their	their	PRON	_	_	_	_	_	_	*
+23	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+24	supplier	supplier	NOUN	_	_	_	_	_	ss=n.group	*
+25	some	some	DET	_	_	_	_	_	_	*
+26	3	3	NUM	_	_	_	_	_	_	*
+27	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+28	ago	ago	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131458.3
+# sent_counter = 3982
+# text = Tina is the driving force of the business and you can be assured that she will endevour to satisfy all your signage requirements at the most cost effective rates .
+1	Tina	tina	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	driving	drive	VERB	_	_	_	_	_	ss=n.cognition	1:X
+5	force	force	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	be	be	AUX	_	_	_	_	_	_	*
+13	assured	assure	VERB	_	_	_	_	_	ss=v.cognition	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	she	she	PRON	_	_	_	_	_	_	*
+16	will	will	AUX	_	_	_	_	_	_	*
+17	endevour	endevour	VERB	_	_	_	_	_	ss=v.cognition	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	satisfy	satisfy	VERB	_	_	_	_	_	ss=v.cognition	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	your	your	PRON	_	_	_	_	_	_	*
+22	signage	signage	NOUN	_	_	_	_	_	ss=n.artifact	*
+23	requirements	requirement	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	at	at	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	most	most	ADV	_	_	_	_	_	_	*
+27	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+28	effective	effective	ADJ	_	_	_	_	_	_	*
+29	rates	rates	NOUN	_	_	_	_	_	ss=n.possession	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.131458.4
+# sent_counter = 3983
+# text = I have been extremely pleased with the signs and pop - up banners she has supplied to me over the years - a truly first class family business run by Tina and her husband Chris .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	extremely	extremely	ADV	_	_	_	_	_	_	*
+5	pleased	pleased	ADJ	_	_	_	_	_	_	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	signs	sign	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	pop	pop	VERB	_	_	_	_	_	_	1:X
+11	-	-	PUNCT	_	_	_	_	_	_	1
+12	up	up	ADP	_	_	_	_	_	_	1
+13	banners	banner	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	she	she	PRON	_	_	_	_	_	_	*
+15	has	have	AUX	_	_	_	_	_	_	*
+16	supplied	supply	VERB	_	_	_	_	_	ss=v.social	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	over	over	ADP	_	_	_	_	_	_	2:X
+20	the	the	DET	_	_	_	_	_	_	2
+21	years	years	NOUN	_	_	_	_	_	_	2
+22	-	-	PUNCT	_	_	_	_	_	_	*
+23	a	a	NOUN	_	_	_	_	_	_	*
+24	truly	truly	ADV	_	_	_	_	_	_	*
+25	first	first	ADJ	_	_	_	_	_	ss=n.cognition	3:X
+26	class	class	NOUN	_	_	_	_	_	_	3
+27	family	family	NOUN	_	_	_	_	_	ss=n.group	4:X
+28	business	business	NOUN	_	_	_	_	_	_	4
+29	run	run	VERB	_	_	_	_	_	ss=v.social	*
+30	by	by	ADP	_	_	_	_	_	_	*
+31	Tina	tina	PROPN	_	_	_	_	_	ss=n.person	*
+32	and	and	CCONJ	_	_	_	_	_	_	*
+33	her	her	PRON	_	_	_	_	_	_	*
+34	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+35	Chris	chris	PROPN	_	_	_	_	_	ss=n.person	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139152.1
+# sent_counter = 3984
+# text = Hospitality .!
+1	Hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	.!	.!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139152.2
+# sent_counter = 3985
+# text = Very good hospitality offered .!
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	good	good	ADJ	_	_	_	_	_	_	*
+3	hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	offered	offer	VERB	_	_	_	_	_	ss=v.social	*
+5	.!	.!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139152.3
+# sent_counter = 3986
+# text = Keep it up .
+1	Keep	keep	VERB	_	_	_	_	_	_	1:X
+2	it	it	PRON	_	_	_	_	_	_	1
+3	up	up	ADP	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139152.4
+# sent_counter = 3987
+# text = - Shree Ghatkopar Bhatia Mitra Mandal
+1	-	-	PUNCT	_	_	_	_	_	_	*
+2	Shree	shree	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	Ghatkopar	ghatkopar	PROPN	_	_	_	_	_	_	1
+4	Bhatia	bhatia	PROPN	_	_	_	_	_	_	1
+5	Mitra	mitra	PROPN	_	_	_	_	_	_	1
+6	Mandal	mandal	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139456.1
+# sent_counter = 3988
+# text = Pleasure to work with .
+1	Pleasure	pleasure	NOUN	_	_	_	_	_	ss=n.feeling	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	work	work	VERB	_	_	_	_	_	ss=v.social	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139456.2
+# sent_counter = 3989
+# text = The experience with every department has been great .
+1	The	the	DET	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	every	every	DET	_	_	_	_	_	_	*
+5	department	department	NOUN	_	_	_	_	_	ss=n.group	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	great	great	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.139456.3
+# sent_counter = 3990
+# text = No complaints !
+1	No	no	DET	_	_	_	_	_	_	*
+2	complaints	complaint	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154157.1
+# sent_counter = 3991
+# text = FAST and reasonable $
+1	FAST	fast	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+4	$	$	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154157.2
+# sent_counter = 3992
+# text = We went to Kobey s on Saturday and had our whole team s uniforms done !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Kobey	kobey	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	s	s	PART	_	_	_	_	_	_	1
+6	on	on	ADP	_	_	_	_	_	_	*
+7	Saturday	saturday	PROPN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.social	2:X
+10	our	our	PRON	_	_	_	_	_	_	*
+11	whole	whole	ADJ	_	_	_	_	_	_	*
+12	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+13	s	s	PART	_	_	_	_	_	_	*
+14	uniforms	uniform	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	done	do	VERB	_	_	_	_	_	_	2
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154157.3
+# sent_counter = 3993
+# text = He was less than half of the price of the cheapest quote we got , and his work was top notch .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	less	less	ADJ	_	_	_	_	_	_	1:X
+4	than	than	ADP	_	_	_	_	_	_	1
+5	half	half	NOUN	_	_	_	_	_	ss=n.relation	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+12	quote	quote	NOUN	_	_	_	_	_	ss=n.possession	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	his	his	PRON	_	_	_	_	_	_	*
+18	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	top	top	ADJ	_	_	_	_	_	ss=n.communication	2:X
+21	notch	notch	NOUN	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154157.4
+# sent_counter = 3994
+# text = Down to earth and fast service .
+1	Down	down	ADV	_	_	_	_	_	_	1:X
+2	to	to	ADP	_	_	_	_	_	_	1
+3	earth	earth	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	fast	fast	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154157.5
+# sent_counter = 3995
+# text = Going back to have some lab coats done this weekend !
+1	Going	go	VERB	_	_	_	_	_	ss=v.motion	*
+2	back	back	ADV	_	_	_	_	_	_	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	some	some	DET	_	_	_	_	_	_	*
+6	lab	lab	ADJ	_	_	_	_	_	ss=n.artifact	2:X
+7	coats	coat	NOUN	_	_	_	_	_	_	2
+8	done	do	VERB	_	_	_	_	_	_	1
+9	this	this	DET	_	_	_	_	_	_	*
+10	weekend	weekend	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154658.1
+# sent_counter = 3996
+# text = Great out night !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	out	out	ADJ	_	_	_	_	_	_	*
+3	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154658.2
+# sent_counter = 3997
+# text = You ca n't go wrong with Tuesday prices , even if you get quite the mixed bag of comedians !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	ca	ca	AUX	_	_	_	_	_	ss=v.cognition	1:X
+3	n't	n't	PART	_	_	_	_	_	_	1
+4	go	go	VERB	_	_	_	_	_	_	1
+5	wrong	wrong	ADV	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	Tuesday	tuesday	PROPN	_	_	_	_	_	ss=n.time	*
+8	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	even	even	ADV	_	_	_	_	_	_	*
+11	if	if	SCONJ	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	quite	quite	DET	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	mixed	mixed	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+17	bag	bag	NOUN	_	_	_	_	_	_	2
+18	of	of	ADP	_	_	_	_	_	_	*
+19	comedians	comedian	NOUN	_	_	_	_	_	ss=n.person	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154658.3
+# sent_counter = 3998
+# text = Extensive drink list and daily specials but wish they had a bit more on their food menu , although popcorn is a nice touch !
+1	Extensive	extensive	ADJ	_	_	_	_	_	_	*
+2	drink	drink	NOUN	_	_	_	_	_	ss=n.food	*
+3	list	list	NOUN	_	_	_	_	_	ss=n.communication	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	daily	daily	ADJ	_	_	_	_	_	_	*
+6	specials	special	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	wish	wish	VERB	_	_	_	_	_	ss=v.cognition	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	1:X
+12	bit	bit	NOUN	_	_	_	_	_	_	1
+13	more	more	ADJ	_	_	_	_	_	_	*
+14	on	on	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+17	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	although	although	SCONJ	_	_	_	_	_	_	*
+20	popcorn	popcorn	NOUN	_	_	_	_	_	ss=n.food	*
+21	is	be	VERB	_	_	_	_	_	ss=n.communication	2:X
+22	a	a	DET	_	_	_	_	_	_	2
+23	nice	nice	ADJ	_	_	_	_	_	_	2
+24	touch	touch	NOUN	_	_	_	_	_	_	2
+25	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.154658.4
+# sent_counter = 3999
+# text = ( other items : chicken fingers , wings , asian pizza , and yam and regular fries )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	items	item	NOUN	_	_	_	_	_	ss=n.food	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	1:X
+6	fingers	finger	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	wings	wings	NOUN	_	_	_	_	_	ss=n.food	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	asian	asian	ADJ	_	_	_	_	_	_	*
+11	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	yam	yam	NOUN	_	_	_	_	_	ss=n.food	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	regular	regular	ADJ	_	_	_	_	_	_	*
+17	fries	fries	NOUN	_	_	_	_	_	ss=n.food	*
+18	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.155050.1
+# sent_counter = 4000
+# text = amazing , fun , great beers .
+1	amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	fun	fun	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	beers	beer	NOUN	_	_	_	_	_	ss=n.food	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.155050.2
+# sent_counter = 4001
+# text = service could be a little better but it s an all round good place
+1	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	1:X
+5	little	little	NOUN	_	_	_	_	_	_	1
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+10	an	an	DET	_	_	_	_	_	_	*
+11	all	all	ADV	_	_	_	_	_	_	2:X
+12	round	round	ADV	_	_	_	_	_	_	2
+13	good	good	ADJ	_	_	_	_	_	_	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.1
+# sent_counter = 4002
+# text = wonderful
+1	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.2
+# sent_counter = 4003
+# text = I went to ohm after reading some of the reviews .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	ohm	ohm	PROPN	_	_	_	_	_	ss=n.group	*
+5	after	after	SCONJ	_	_	_	_	_	_	*
+6	reading	read	VERB	_	_	_	_	_	ss=v.communication	*
+7	some	some	DET	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.3
+# sent_counter = 4004
+# text = I go to school in the area and usually wait until I go home to get my hair cut .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	to	to	ADP	_	_	_	_	_	_	1
+4	school	school	NOUN	_	_	_	_	_	_	1
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	usually	usually	ADV	_	_	_	_	_	_	*
+10	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+11	until	until	SCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	home	home	ADV	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	hair	hair	NOUN	_	_	_	_	_	ss=n.act	2:X
+19	cut	cut	VERB	_	_	_	_	_	_	2
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.4
+# sent_counter = 4005
+# text = I decided it was time to grow up and made an appointment .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	grow	grow	VERB	_	_	_	_	_	ss=v.change	1:X
+8	up	up	ADP	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	made	make	VERB	_	_	_	_	_	ss=v.communication	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.5
+# sent_counter = 4006
+# text = Sierra was my stylist and i love what she did .
+1	Sierra	sierra	PROPN	_	_	_	_	_	ss=n.person	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	stylist	stylist	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	what	what	PRON	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.6
+# sent_counter = 4007
+# text = I have wavy hair and she cut to my hair style .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	wavy	wavy	ADJ	_	_	_	_	_	_	*
+4	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	cut	cut	VERB	_	_	_	_	_	ss=v.body	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+11	style	style	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.7
+# sent_counter = 4008
+# text = It was the first time i had left a salon with my hair curly .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	first	first	ADJ	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+6	i	i	PRON	_	_	_	_	_	_	*
+7	had	have	AUX	_	_	_	_	_	_	*
+8	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+11	with	with	SCONJ	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+14	curly	curly	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.8
+# sent_counter = 4009
+# text = Usually they blow dry it out and i have to wait until i wash it to see what it will look like in its natural state .
+1	Usually	usually	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	blow	blow	VERB	_	_	_	_	_	ss=v.contact	*
+4	dry	dry	VERB	_	_	_	_	_	ss=v.change	1:X
+5	it	it	PRON	_	_	_	_	_	_	*
+6	out	out	ADP	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	have	have	VERB	_	_	_	_	_	_	2:X
+10	to	to	PART	_	_	_	_	_	_	2
+11	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+12	until	until	SCONJ	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	wash	wash	VERB	_	_	_	_	_	ss=v.body	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+18	what	what	PRON	_	_	_	_	_	_	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	will	will	AUX	_	_	_	_	_	_	*
+21	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+22	like	like	ADP	_	_	_	_	_	_	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	its	it	PRON	_	_	_	_	_	_	*
+25	natural	natural	ADJ	_	_	_	_	_	_	*
+26	state	state	NOUN	_	_	_	_	_	ss=n.state	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.9
+# sent_counter = 4010
+# text = But she did a fabulous job letting me know what she was doing at all times and styled my hair in a way i could do it at home .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	she	she	PRON	_	_	_	_	_	_	*
+3	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+6	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+7	letting	let	VERB	_	_	_	_	_	ss=v.communication	1:X
+8	me	me	PRON	_	_	_	_	_	_	*
+9	know	know	VERB	_	_	_	_	_	_	1
+10	what	what	PRON	_	_	_	_	_	_	*
+11	she	she	PRON	_	_	_	_	_	_	*
+12	was	be	AUX	_	_	_	_	_	_	*
+13	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	all	all	DET	_	_	_	_	_	_	*
+16	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	styled	style	VERB	_	_	_	_	_	ss=v.body	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	way	way	NOUN	_	_	_	_	_	_	*
+24	i	i	PRON	_	_	_	_	_	_	*
+25	could	could	AUX	_	_	_	_	_	_	*
+26	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+27	it	it	PRON	_	_	_	_	_	_	*
+28	at	at	ADP	_	_	_	_	_	_	*
+29	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.10
+# sent_counter = 4011
+# text = It was n't completly impossible !!!!
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	completly	completly	ADV	_	_	_	_	_	_	*
+5	impossible	impossible	ADJ	_	_	_	_	_	_	*
+6	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.156953.11
+# sent_counter = 4012
+# text = I am definitely going back
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	definitely	definitely	ADV	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162253.1
+# sent_counter = 4013
+# text = Over charged .
+1	Over	over	X	_	_	_	_	_	ss=v.possession	1:X
+2	charged	charge	VERB	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162253.2
+# sent_counter = 4014
+# text = I used my card to purchase a meal on the menu and the total on my receipt was $ 8.95 but when I went on line to check my transaction it show $ 10.74 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	ss=v.possession	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	card	card	NOUN	_	_	_	_	_	ss=n.possession	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	total	total	NOUN	_	_	_	_	_	ss=n.possession	*
+15	on	on	ADP	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	receipt	receipt	NOUN	_	_	_	_	_	ss=n.possession	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	$	$	SYM	_	_	_	_	_	_	*
+20	8.95	8.95	NUM	_	_	_	_	_	_	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	when	when	ADV	_	_	_	_	_	_	*
+23	I	i	PRON	_	_	_	_	_	_	*
+24	went	go	VERB	_	_	_	_	_	ss=v.communication	*
+25	on	on	ADP	_	_	_	_	_	_	1:X
+26	line	line	NOUN	_	_	_	_	_	_	1
+27	to	to	PART	_	_	_	_	_	_	*
+28	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+29	my	my	PRON	_	_	_	_	_	_	*
+30	transaction	transaction	NOUN	_	_	_	_	_	ss=n.possession	*
+31	it	it	PRON	_	_	_	_	_	_	*
+32	show	show	VERB	_	_	_	_	_	ss=v.stative	*
+33	$	$	SYM	_	_	_	_	_	_	*
+34	10.74	10.74	NUM	_	_	_	_	_	_	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162253.3
+# sent_counter = 4015
+# text = There is something wrong or maybe the individual made a mistake but to me that is not integrity .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	something	something	NOUN	_	_	_	_	_	_	*
+4	wrong	wrong	ADJ	_	_	_	_	_	_	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	maybe	maybe	ADV	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	individual	individual	NOUN	_	_	_	_	_	ss=n.person	*
+9	made	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+10	a	a	DET	_	_	_	_	_	_	*
+11	mistake	mistake	NOUN	_	_	_	_	_	_	1
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	integrity	integrity	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163250.1
+# sent_counter = 4016
+# text = Great service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163250.2
+# sent_counter = 4017
+# text = These people were so helpful this week and did everything to sort out my windscreen and insurance .
+1	These	these	DET	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.event	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+10	everything	everything	NOUN	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	sort	sort	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	out	out	ADP	_	_	_	_	_	_	1
+14	my	my	PRON	_	_	_	_	_	_	*
+15	windscreen	windscreen	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163250.3
+# sent_counter = 4018
+# text = It was all sorted with no hassle at all and I 'm really grateful - they were fab .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	all	all	ADV	_	_	_	_	_	_	*
+4	sorted	sort	VERB	_	_	_	_	_	ss=v.cognition	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	no	no	DET	_	_	_	_	_	_	*
+7	hassle	hassle	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	at	at	ADV	_	_	_	_	_	_	1:X
+9	all	all	ADV	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	grateful	grateful	ADJ	_	_	_	_	_	_	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	fab	fab	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.163250.4
+# sent_counter = 4019
+# text = The best customer service I 've come across for long time .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	service	service	NOUN	_	_	_	_	_	_	1
+5	I	i	PRON	_	_	_	_	_	_	*
+6	've	've	AUX	_	_	_	_	_	_	*
+7	come	come	VERB	_	_	_	_	_	ss=v.cognition	2:X
+8	across	across	ADP	_	_	_	_	_	_	2
+9	for	for	ADP	_	_	_	_	_	_	*
+10	long	long	ADJ	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.1
+# sent_counter = 4020
+# text = NEVER fear going to the dentist again !
+1	NEVER	never	ADV	_	_	_	_	_	_	*
+2	fear	fear	VERB	_	_	_	_	_	ss=v.emotion	*
+3	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.2
+# sent_counter = 4021
+# text = I 'm 61 years old and have dental problems my entire life .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	61	61	NUM	_	_	_	_	_	_	*
+4	years	years	NOUN	_	_	_	_	_	_	1:X
+5	old	old	ADJ	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	dental	dental	ADJ	_	_	_	_	_	_	*
+9	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	entire	entire	ADJ	_	_	_	_	_	_	*
+12	life	life	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.3
+# sent_counter = 4022
+# text = By the age of 24 I stopped going to the dentist .
+1	By	by	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	age	age	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	24	24	NUM	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	stopped	stop	VERB	_	_	_	_	_	ss=v.change	*
+8	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.4
+# sent_counter = 4023
+# text = My fear and discomfort from dental work scared me !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	fear	fear	NOUN	_	_	_	_	_	ss=n.feeling	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	discomfort	discomfort	NOUN	_	_	_	_	_	ss=n.feeling	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	dental	dental	ADJ	_	_	_	_	_	ss=n.act	1:X
+7	work	work	NOUN	_	_	_	_	_	_	1
+8	scared	scare	VERB	_	_	_	_	_	ss=v.emotion	*
+9	me	me	PRON	_	_	_	_	_	_	*
+10	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.5
+# sent_counter = 4024
+# text = It took all the courage I could muster to make an appointment .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	took	take	VERB	_	_	_	_	_	ss=v.emotion	1:X
+3	all	all	DET	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	courage	courage	NOUN	_	_	_	_	_	_	1
+6	I	i	PRON	_	_	_	_	_	_	*
+7	could	could	AUX	_	_	_	_	_	_	*
+8	muster	muster	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	make	make	VERB	_	_	_	_	_	ss=v.communication	2:X
+11	an	an	DET	_	_	_	_	_	_	*
+12	appointment	appointment	NOUN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.6
+# sent_counter = 4025
+# text = At the front door of his office , I nearly turned around .
+1	At	at	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+4	door	door	NOUN	_	_	_	_	_	_	1
+5	of	of	ADP	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	nearly	nearly	ADV	_	_	_	_	_	_	*
+11	turned	turn	VERB	_	_	_	_	_	ss=v.motion	*
+12	around	around	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.7
+# sent_counter = 4026
+# text = I considered just leaving after going inside and nearly did .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	considered	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	leaving	leave	VERB	_	_	_	_	_	ss=v.motion	*
+5	after	after	SCONJ	_	_	_	_	_	_	*
+6	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+7	inside	inside	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	nearly	nearly	ADV	_	_	_	_	_	_	*
+10	did	do	AUX	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.8
+# sent_counter = 4027
+# text = Doctor Gonzales and his entire staff are the most professional people I have ever dealt with .
+1	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Gonzales	gonzales	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	his	his	PRON	_	_	_	_	_	_	*
+5	entire	entire	ADJ	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	most	most	ADV	_	_	_	_	_	_	*
+10	professional	professional	ADJ	_	_	_	_	_	_	*
+11	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	ever	ever	ADV	_	_	_	_	_	_	*
+15	dealt	deal	VERB	_	_	_	_	_	ss=v.cognition	2:X
+16	with	with	ADP	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.9
+# sent_counter = 4028
+# text = They made me feel confident in what they would do , and treated me like a member of their own family .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	made	make	VERB	_	_	_	_	_	ss=v.cognition	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+5	confident	confident	ADJ	_	_	_	_	_	_	*
+6	in	in	SCONJ	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	treated	treat	VERB	_	_	_	_	_	ss=v.social	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	like	like	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	member	member	NOUN	_	_	_	_	_	ss=n.person	*
+18	of	of	ADP	_	_	_	_	_	_	*
+19	their	their	PRON	_	_	_	_	_	_	*
+20	own	own	ADJ	_	_	_	_	_	_	*
+21	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.10
+# sent_counter = 4029
+# text = I never felt pain or discomfort .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	never	never	ADV	_	_	_	_	_	_	*
+3	felt	felt	VERB	_	_	_	_	_	ss=v.perception	*
+4	pain	pain	NOUN	_	_	_	_	_	ss=n.state	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	discomfort	discomfort	NOUN	_	_	_	_	_	ss=n.state	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.11
+# sent_counter = 4030
+# text = The ability to smile and eat again can only be described as a whole new lease on life .
+1	The	the	DET	_	_	_	_	_	_	*
+2	ability	ability	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	smile	smile	VERB	_	_	_	_	_	ss=v.body	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+7	again	again	ADV	_	_	_	_	_	_	*
+8	can	can	AUX	_	_	_	_	_	_	*
+9	only	only	ADV	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+12	as	as	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	whole	whole	ADV	_	_	_	_	_	_	*
+15	new	new	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+16	lease	lease	NOUN	_	_	_	_	_	_	1
+17	on	on	ADP	_	_	_	_	_	_	1
+18	life	life	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.12
+# sent_counter = 4031
+# text = Thank you Doctor Gonzales , Doctor Stout , Eva Marie and the entire staff !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	2:X
+4	Gonzales	gonzales	PROPN	_	_	_	_	_	_	2
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	3:X
+7	Stout	stout	PROPN	_	_	_	_	_	_	3
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Eva	eva	PROPN	_	_	_	_	_	ss=n.person	4:X
+10	Marie	marie	PROPN	_	_	_	_	_	_	4
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	entire	entire	ADJ	_	_	_	_	_	_	*
+14	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+15	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.182354.3
+# sent_counter = 4032
+# text = They were very professional , respectful , completed the Job on time , and well below my budget .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	professional	professional	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	respectful	respectful	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	completed	complete	VERB	_	_	_	_	_	ss=v.change	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	Job	job	NOUN	_	_	_	_	_	ss=n.event	*
+11	on	on	ADP	_	_	_	_	_	_	1:X
+12	time	time	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	well	well	ADV	_	_	_	_	_	_	*
+16	below	below	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	budget	budget	NOUN	_	_	_	_	_	ss=n.possession	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.2
+# sent_counter = 4033
+# text = I had a problem with the tile in my bathroom coming apart .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	problem	problem	NOUN	_	_	_	_	_	_	1
+5	with	with	SCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	tile	tile	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.location	*
+11	coming	come	VERB	_	_	_	_	_	ss=v.change	2:X
+12	apart	apart	ADV	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.6
+# sent_counter = 4034
+# text = We have had nothing but compliments on our bathroom when guest come over - who would have guessed that one ?
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	nothing	nothing	NOUN	_	_	_	_	_	_	1:X
+5	but	but	ADP	_	_	_	_	_	_	1
+6	compliments	compliments	NOUN	_	_	_	_	_	ss=n.communication	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	when	when	ADV	_	_	_	_	_	_	*
+11	guest	guest	NOUN	_	_	_	_	_	ss=n.person	*
+12	come	come	VERB	_	_	_	_	_	ss=v.motion	2:X
+13	over	over	ADV	_	_	_	_	_	_	2
+14	-	-	PUNCT	_	_	_	_	_	_	*
+15	who	who	PRON	_	_	_	_	_	_	3:X
+16	would	would	AUX	_	_	_	_	_	_	3
+17	have	have	AUX	_	_	_	_	_	_	3
+18	guessed	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+19	that	that	DET	_	_	_	_	_	_	*
+20	one	one	NOUN	_	_	_	_	_	_	*
+21	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.2
+# sent_counter = 4035
+# text = I have been growing my hair out for 1 year plus and went in to get 1 inch taken off .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	growing	grow	VERB	_	_	_	_	_	ss=v.body	1:X
+5	my	my	PRON	_	_	_	_	_	_	*
+6	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+7	out	out	ADV	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	1	1	NUM	_	_	_	_	_	_	*
+10	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+11	plus	plus	ADV	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	went	go	VERB	_	_	_	_	_	ss=v.motion	2:X
+14	in	in	ADV	_	_	_	_	_	_	2
+15	to	to	PART	_	_	_	_	_	_	*
+16	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+17	1	1	NUM	_	_	_	_	_	_	*
+18	inch	inch	NOUN	_	_	_	_	_	ss=n.quantity	*
+19	taken	take	VERB	_	_	_	_	_	ss=v.body	3:X
+20	off	off	ADP	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.3
+# sent_counter = 4036
+# text = It was a great deal -- we paid a certain amount per person , and my husband and I chose 4 types of pizza and the servers brought out as much as we wanted .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	deal	deal	NOUN	_	_	_	_	_	ss=n.possession	*
+6	--	--	PUNCT	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	certain	certain	ADJ	_	_	_	_	_	_	*
+11	amount	amount	NOUN	_	_	_	_	_	ss=n.possession	*
+12	per	per	ADP	_	_	_	_	_	_	*
+13	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+21	4	4	NUM	_	_	_	_	_	_	*
+22	types	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	of	of	ADP	_	_	_	_	_	_	*
+24	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	servers	server	NOUN	_	_	_	_	_	ss=n.person	*
+28	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+29	out	out	ADV	_	_	_	_	_	_	*
+30	as	as	ADV	_	_	_	_	_	_	*
+31	much	much	ADJ	_	_	_	_	_	_	*
+32	as	as	SCONJ	_	_	_	_	_	_	*
+33	we	we	PRON	_	_	_	_	_	_	*
+34	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+35	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251755.2
+# sent_counter = 4037
+# text = Susanna is the best dress maker / tailor I 've ever come across in my whole life !
+1	Susanna	susanna	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	dress	dress	NOUN	_	_	_	_	_	ss=n.person	1:X
+6	maker	maker	NOUN	_	_	_	_	_	_	1
+7	/	/	PUNCT	_	_	_	_	_	_	*
+8	tailor	tailor	NOUN	_	_	_	_	_	ss=n.person	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	've	've	AUX	_	_	_	_	_	_	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	come	come	VERB	_	_	_	_	_	ss=v.stative	2:X
+13	across	across	ADP	_	_	_	_	_	_	2
+14	in	in	ADP	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	whole	whole	ADJ	_	_	_	_	_	_	*
+17	life	life	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351950.2
+# sent_counter = 4038
+# text = home team - thanks 4 playin !!!
+1	home	home	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	team	team	NOUN	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	thanks	thanks	NOUN	_	_	_	_	_	_	*
+5	4	4	SCONJ	_	_	_	_	_	_	*
+6	playin	playin	VERB	_	_	_	_	_	ss=v.social	*
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.6
+# sent_counter = 4039
+# text = as an example they took payment for 5 out of 6 monthly plan premiums for a yearly policy and cancelled the contract for the remainder of the policy for reasons they stated was not receiving information on other licensed drivers in the household ?
+1	as	as	ADP	_	_	_	_	_	_	1:X
+2	an	an	DET	_	_	_	_	_	_	1
+3	example	example	NOUN	_	_	_	_	_	_	1
+4	they	they	PRON	_	_	_	_	_	_	*
+5	took	take	VERB	_	_	_	_	_	ss=v.possession	*
+6	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	5	5	NUM	_	_	_	_	_	_	*
+9	out	out	ADP	_	_	_	_	_	_	2:X
+10	of	of	ADP	_	_	_	_	_	_	2
+11	6	6	NUM	_	_	_	_	_	_	*
+12	monthly	monthly	ADJ	_	_	_	_	_	_	*
+13	plan	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	premiums	premium	NOUN	_	_	_	_	_	ss=n.possession	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	yearly	yearly	ADJ	_	_	_	_	_	_	*
+18	policy	policy	NOUN	_	_	_	_	_	ss=n.possession	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	cancelled	cancel	VERB	_	_	_	_	_	ss=v.change	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	contract	contract	NOUN	_	_	_	_	_	ss=n.possession	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	remainder	remainder	NOUN	_	_	_	_	_	ss=n.relation	*
+26	of	of	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	policy	policy	NOUN	_	_	_	_	_	ss=n.possession	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	reasons	reason	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+33	was	be	AUX	_	_	_	_	_	_	*
+34	not	not	PART	_	_	_	_	_	_	*
+35	receiving	receive	VERB	_	_	_	_	_	ss=v.communication	*
+36	information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+37	on	on	ADP	_	_	_	_	_	_	*
+38	other	other	ADJ	_	_	_	_	_	_	*
+39	licensed	license	VERB	_	_	_	_	_	ss=v.cognition	*
+40	drivers	driver	NOUN	_	_	_	_	_	ss=n.person	*
+41	in	in	ADP	_	_	_	_	_	_	*
+42	the	the	DET	_	_	_	_	_	_	*
+43	household	household	NOUN	_	_	_	_	_	ss=n.group	*
+44	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.4
+# sent_counter = 4040
+# text = I felt as if I was in an over priced Olive Garden .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+3	as	as	ADP	_	_	_	_	_	_	1:X
+4	if	if	SCONJ	_	_	_	_	_	_	1
+5	I	i	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	over	over	X	_	_	_	_	_	_	2:X
+10	priced	priced	ADJ	_	_	_	_	_	_	2
+11	Olive	olive	PROPN	_	_	_	_	_	ss=n.group	3:X
+12	Garden	garden	PROPN	_	_	_	_	_	_	3
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.6
+# sent_counter = 4041
+# text = in my opinon this place should be shut down by the health inspector , and anyone who is satisfied with there service and food has never eaten at a real asian restaurant .
+1	in	in	ADP	_	_	_	_	_	_	1:X
+2	my	my	PRON	_	_	_	_	_	_	1
+3	opinon	opinon	NOUN	_	_	_	_	_	_	1
+4	this	this	DET	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	should	should	AUX	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	shut	shut	VERB	_	_	_	_	_	ss=v.change	2:X
+9	down	down	ADP	_	_	_	_	_	_	2
+10	by	by	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	health	health	NOUN	_	_	_	_	_	ss=n.person	3:X
+13	inspector	inspector	NOUN	_	_	_	_	_	_	3
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	anyone	anyone	NOUN	_	_	_	_	_	_	*
+17	who	who	PRON	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+20	with	with	ADP	_	_	_	_	_	_	*
+21	there	there	PRON	_	_	_	_	_	_	*
+22	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+25	has	have	AUX	_	_	_	_	_	_	*
+26	never	never	ADV	_	_	_	_	_	_	*
+27	eaten	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+28	at	at	ADP	_	_	_	_	_	_	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	real	real	ADJ	_	_	_	_	_	_	*
+31	asian	asian	ADJ	_	_	_	_	_	_	*
+32	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.364454.4
+# sent_counter = 4042
+# text = Not only were my wife and I very pleased , but I also had the air duct quality tested professionally by the home inspector that I regularly use , before and after United Air Duct performed their work .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	only	only	ADV	_	_	_	_	_	_	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	pleased	pleased	ADJ	_	_	_	_	_	_	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	also	also	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	air	air	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+17	duct	duct	NOUN	_	_	_	_	_	_	1
+18	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	tested	test	VERB	_	_	_	_	_	ss=v.cognition	*
+20	professionally	professionally	ADV	_	_	_	_	_	_	*
+21	by	by	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	home	home	NOUN	_	_	_	_	_	ss=n.person	2:X
+24	inspector	inspector	NOUN	_	_	_	_	_	_	2
+25	that	that	DET	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	regularly	regularly	ADV	_	_	_	_	_	_	*
+28	use	use	VERB	_	_	_	_	_	ss=v.social	*
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	before	before	ADP	_	_	_	_	_	_	*
+31	and	and	CCONJ	_	_	_	_	_	_	*
+32	after	after	SCONJ	_	_	_	_	_	_	*
+33	United	united	PROPN	_	_	_	_	_	ss=n.group	3:X
+34	Air	air	PROPN	_	_	_	_	_	_	3
+35	Duct	duct	PROPN	_	_	_	_	_	_	3
+36	performed	perform	VERB	_	_	_	_	_	ss=v.social	*
+37	their	their	PRON	_	_	_	_	_	_	*
+38	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.12
+# sent_counter = 4043
+# text = I am sure this is a good place to stay from reading the other reviews , but if something unexpected happens in your life , they will not care .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	sure	sure	ADJ	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+11	from	from	SCONJ	_	_	_	_	_	_	*
+12	reading	read	VERB	_	_	_	_	_	ss=v.communication	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	if	if	SCONJ	_	_	_	_	_	_	*
+19	something	something	NOUN	_	_	_	_	_	_	*
+20	unexpected	unexpected	ADJ	_	_	_	_	_	_	*
+21	happens	happen	VERB	_	_	_	_	_	ss=v.stative	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	your	your	PRON	_	_	_	_	_	_	*
+24	life	life	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	will	will	AUX	_	_	_	_	_	_	*
+28	not	not	PART	_	_	_	_	_	_	*
+29	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.10
+# sent_counter = 4044
+# text = In one of the emails I attached the letter from the Vet 's that expressed their sympathy , this hotel did nothing .
+1	In	in	ADP	_	_	_	_	_	_	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	emails	email	NOUN	_	_	_	_	_	ss=n.communication	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	attached	attach	VERB	_	_	_	_	_	ss=v.contact	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	letter	letter	NOUN	_	_	_	_	_	ss=n.communication	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	Vet	vet	NOUN	_	_	_	_	_	ss=n.person	*
+13	's	's	PART	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	expressed	express	VERB	_	_	_	_	_	ss=v.communication	*
+16	their	their	PRON	_	_	_	_	_	_	*
+17	sympathy	sympathy	NOUN	_	_	_	_	_	ss=n.feeling	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	this	this	DET	_	_	_	_	_	_	*
+20	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+21	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+22	nothing	nothing	NOUN	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201156.3
+# sent_counter = 4045
+# text = Marek Dzida the owner and photographer puts whole heart in his business - If you are into old fashion ( Not Digital ) quality photography this is best place in Long Beach as I think not many folks can do affordable traditional photos anymore I know Marek personaly and I will always recommend him
+1	Marek	marek	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Dzida	dzida	PROPN	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	photographer	photographer	NOUN	_	_	_	_	_	ss=n.person	*
+7	puts	put	VERB	_	_	_	_	_	ss=v.emotion	2:X
+8	whole	whole	ADJ	_	_	_	_	_	_	*
+9	heart	heart	NOUN	_	_	_	_	_	_	2
+10	in	in	ADP	_	_	_	_	_	_	2
+11	his	his	PRON	_	_	_	_	_	_	*
+12	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+13	-	-	PUNCT	_	_	_	_	_	_	*
+14	If	if	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	into	into	ADP	_	_	_	_	_	_	*
+18	old	old	ADJ	_	_	_	_	_	ss=n.cognition	3:X
+19	fashion	fashion	NOUN	_	_	_	_	_	_	3
+20	(	(	PUNCT	_	_	_	_	_	_	*
+21	Not	not	PART	_	_	_	_	_	_	*
+22	Digital	digital	ADJ	_	_	_	_	_	_	*
+23	)	)	PUNCT	_	_	_	_	_	_	*
+24	quality	quality	ADJ	_	_	_	_	_	_	*
+25	photography	photography	NOUN	_	_	_	_	_	ss=n.cognition	*
+26	this	this	DET	_	_	_	_	_	_	*
+27	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	best	best	ADJ	_	_	_	_	_	_	*
+29	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+30	in	in	ADP	_	_	_	_	_	_	*
+31	Long	long	PROPN	_	_	_	_	_	ss=n.location	4:X
+32	Beach	beach	PROPN	_	_	_	_	_	_	4
+33	as	as	SCONJ	_	_	_	_	_	_	*
+34	I	i	PRON	_	_	_	_	_	_	*
+35	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+36	not	not	PART	_	_	_	_	_	_	*
+37	many	many	ADJ	_	_	_	_	_	_	*
+38	folks	folks	NOUN	_	_	_	_	_	ss=n.person	*
+39	can	can	AUX	_	_	_	_	_	_	*
+40	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+41	affordable	affordable	ADJ	_	_	_	_	_	_	*
+42	traditional	traditional	ADJ	_	_	_	_	_	_	*
+43	photos	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+44	anymore	anymore	ADV	_	_	_	_	_	_	*
+45	I	i	PRON	_	_	_	_	_	_	*
+46	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+47	Marek	marek	PROPN	_	_	_	_	_	ss=n.person	*
+48	personaly	personaly	ADV	_	_	_	_	_	_	*
+49	and	and	CCONJ	_	_	_	_	_	_	*
+50	I	i	PRON	_	_	_	_	_	_	*
+51	will	will	AUX	_	_	_	_	_	_	*
+52	always	always	ADV	_	_	_	_	_	_	*
+53	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+54	him	him	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.4
+# sent_counter = 4046
+# text = My friend called the hotel to cancel our room as soon as I called her .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+8	our	our	PRON	_	_	_	_	_	_	*
+9	room	room	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	as	as	ADV	_	_	_	_	_	_	1:X
+11	soon	soon	ADV	_	_	_	_	_	_	1
+12	as	as	SCONJ	_	_	_	_	_	_	1
+13	I	i	PRON	_	_	_	_	_	_	*
+14	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+15	her	her	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307250.2
+# sent_counter = 4047
+# text = Worst buffet period by far .
+1	Worst	worst	ADJ	_	_	_	_	_	_	*
+2	buffet	buffet	NOUN	_	_	_	_	_	ss=n.food	*
+3	period	period	NOUN	_	_	_	_	_	_	*
+4	by	by	ADP	_	_	_	_	_	_	1:X
+5	far	far	ADV	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.182354.4
+# sent_counter = 4048
+# text = Mike one of owners was awesome , he explained the detailed plan , and executed on time , I am always going use them and refer them to many friends I can because of the great job they did me .
+1	Mike	mike	PROPN	_	_	_	_	_	ss=n.person	*
+2	one	one	NUM	_	_	_	_	_	_	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	awesome	awesome	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	detailed	detailed	ADJ	_	_	_	_	_	_	*
+12	plan	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	executed	execute	VERB	_	_	_	_	_	ss=v.change	*
+16	on	on	ADP	_	_	_	_	_	_	1:X
+17	time	time	NOUN	_	_	_	_	_	_	1
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	am	be	AUX	_	_	_	_	_	_	*
+21	always	always	ADV	_	_	_	_	_	_	*
+22	going	go	VERB	_	_	_	_	_	_	*
+23	use	use	VERB	_	_	_	_	_	ss=v.social	*
+24	them	them	PRON	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+27	them	them	PRON	_	_	_	_	_	_	*
+28	to	to	ADP	_	_	_	_	_	_	*
+29	many	many	ADJ	_	_	_	_	_	_	*
+30	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+31	I	i	PRON	_	_	_	_	_	_	*
+32	can	can	AUX	_	_	_	_	_	_	*
+33	because	because	ADP	_	_	_	_	_	_	2:X
+34	of	of	ADP	_	_	_	_	_	_	2
+35	the	the	DET	_	_	_	_	_	_	*
+36	great	great	ADJ	_	_	_	_	_	_	*
+37	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+38	they	they	PRON	_	_	_	_	_	_	*
+39	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+40	me	me	PRON	_	_	_	_	_	_	*
+41	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.1
+# sent_counter = 4049
+# text = My friend and I were to stay here for a girls night , catch up on our lives evening .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+8	here	here	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	girls	girl	NOUN	_	_	_	_	_	ss=n.event	1:X
+12	night	night	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	catch	catch	VERB	_	_	_	_	_	ss=v.communication	2:X
+15	up	up	ADP	_	_	_	_	_	_	2
+16	on	on	ADP	_	_	_	_	_	_	*
+17	our	our	PRON	_	_	_	_	_	_	*
+18	lives	life	NOUN	_	_	_	_	_	ss=n.time	*
+19	evening	evening	NOUN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.2
+# sent_counter = 4050
+# text = We live within 20 miles of the hotel and wanted to get away from our responsibilities for the night .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	live	live	VERB	_	_	_	_	_	ss=v.social	*
+3	within	within	ADP	_	_	_	_	_	_	*
+4	20	20	NUM	_	_	_	_	_	_	*
+5	miles	mile	NOUN	_	_	_	_	_	ss=n.quantity	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	hotel	hotel	NOUN	_	_	_	_	_	ss=n.location	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+13	away	away	ADV	_	_	_	_	_	_	1
+14	from	from	ADP	_	_	_	_	_	_	*
+15	our	our	PRON	_	_	_	_	_	_	*
+16	responsibilities	responsibility	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.3
+# sent_counter = 4051
+# text = Unfortunalty my husband and I had to put our 13 year old lab down that morning and we were not expecting this .
+1	Unfortunalty	unfortunalty	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	husband	husband	NOUN	_	_	_	_	_	ss=n.person	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	had	have	VERB	_	_	_	_	_	_	1:X
+7	to	to	PART	_	_	_	_	_	_	1
+8	put	put	VERB	_	_	_	_	_	ss=v.body	2:X
+9	our	our	PRON	_	_	_	_	_	_	*
+10	13	13	NUM	_	_	_	_	_	_	*
+11	year	year	NOUN	_	_	_	_	_	ss=n.animal	3:X
+12	old	old	ADJ	_	_	_	_	_	_	3
+13	lab	lab	NOUN	_	_	_	_	_	ss=n.animal	*
+14	down	down	ADP	_	_	_	_	_	_	2
+15	that	that	DET	_	_	_	_	_	_	*
+16	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	we	we	PRON	_	_	_	_	_	_	*
+19	were	be	AUX	_	_	_	_	_	_	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	expecting	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+22	this	this	DET	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.5
+# sent_counter = 4052
+# text = They said that we were to be charged for this room regardless because we did not cancel within the 72 hours .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	room	room	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	regardless	regardless	ADV	_	_	_	_	_	_	*
+13	because	because	SCONJ	_	_	_	_	_	_	*
+14	we	we	PRON	_	_	_	_	_	_	*
+15	did	do	AUX	_	_	_	_	_	_	*
+16	not	not	PART	_	_	_	_	_	_	*
+17	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+18	within	within	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	72	72	NUM	_	_	_	_	_	_	*
+21	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.6
+# sent_counter = 4053
+# text = I called them back a few hours after putting my Bodhi down and they still would n't budge .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	them	them	PRON	_	_	_	_	_	_	*
+4	back	back	ADV	_	_	_	_	_	_	1
+5	a	a	DET	_	_	_	_	_	_	*
+6	few	few	ADJ	_	_	_	_	_	_	*
+7	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+8	after	after	SCONJ	_	_	_	_	_	_	*
+9	putting	put	VERB	_	_	_	_	_	ss=v.body	2:X
+10	my	my	PRON	_	_	_	_	_	_	*
+11	Bodhi	bodhi	PROPN	_	_	_	_	_	ss=n.animal	*
+12	down	down	ADP	_	_	_	_	_	_	2
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	still	still	ADV	_	_	_	_	_	_	*
+16	would	would	AUX	_	_	_	_	_	_	*
+17	n't	n't	PART	_	_	_	_	_	ss=v.change	3:X
+18	budge	budge	VERB	_	_	_	_	_	_	3
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.7
+# sent_counter = 4054
+# text = Times are hard , I know , but they had no compassion .
+1	Times	times	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	hard	hard	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	no	no	DET	_	_	_	_	_	_	*
+12	compassion	compassion	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.8
+# sent_counter = 4055
+# text = I called 3 times to talked to a manager , never a call back .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	3	3	NUM	_	_	_	_	_	_	*
+4	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	talked	talk	VERB	_	_	_	_	_	ss=v.communication	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	never	never	ADV	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	call	call	NOUN	_	_	_	_	_	ss=n.act	1:X
+14	back	back	ADV	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.9
+# sent_counter = 4056
+# text = I emailed 4 times , never a response .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	emailed	email	VERB	_	_	_	_	_	ss=v.communication	*
+3	4	4	NUM	_	_	_	_	_	_	*
+4	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	never	never	ADV	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	response	response	NOUN	_	_	_	_	_	ss=n.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.216456.11
+# sent_counter = 4057
+# text = I even emailed Mackinaw Tourist and nothing .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	even	even	ADV	_	_	_	_	_	_	*
+3	emailed	email	VERB	_	_	_	_	_	ss=v.communication	*
+4	Mackinaw	mackinaw	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Tourist	tourist	PROPN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	nothing	nothing	NOUN	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.1
+# sent_counter = 4058
+# text = This insurance co. Is a joke !!!
+1	This	this	DET	_	_	_	_	_	_	*
+2	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+3	co.	co.	NOUN	_	_	_	_	_	ss=n.group	*
+4	Is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	a	a	DET	_	_	_	_	_	_	1
+6	joke	joke	NOUN	_	_	_	_	_	_	1
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.2
+# sent_counter = 4059
+# text = They have absolutely no communication skills whatsoever .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	absolutely	absolutely	ADV	_	_	_	_	_	_	*
+4	no	no	DET	_	_	_	_	_	_	*
+5	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+6	skills	skill	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	whatsoever	whatsoever	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.3
+# sent_counter = 4060
+# text = if you do n't mind being robbed , cheated or lied to then this is the company for you .
+1	if	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	do	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	mind	mind	VERB	_	_	_	_	_	ss=v.emotion	*
+6	being	be	AUX	_	_	_	_	_	_	*
+7	robbed	rob	VERB	_	_	_	_	_	ss=v.possession	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	cheated	cheat	VERB	_	_	_	_	_	ss=v.cognition	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	lied	lie	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	then	then	ADV	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.4
+# sent_counter = 4061
+# text = They will make every attempt to misinform and misrepresent themselves .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+4	every	every	DET	_	_	_	_	_	_	*
+5	attempt	attempt	NOUN	_	_	_	_	_	ss=n.act	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	misinform	misinform	VERB	_	_	_	_	_	ss=v.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	misrepresent	misrepresent	VERB	_	_	_	_	_	ss=v.cognition	*
+10	themselves	themselves	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.5
+# sent_counter = 4062
+# text = They make up excuses in hopes to confuse their policy holders with misinformation .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	up	up	ADP	_	_	_	_	_	_	1
+4	excuses	excuse	NOUN	_	_	_	_	_	ss=n.communication	*
+5	in	in	ADP	_	_	_	_	_	_	2:X
+6	hopes	hope	NOUN	_	_	_	_	_	_	2
+7	to	to	PART	_	_	_	_	_	_	2
+8	confuse	confuse	VERB	_	_	_	_	_	ss=v.cognition	*
+9	their	their	PRON	_	_	_	_	_	_	*
+10	policy	policy	NOUN	_	_	_	_	_	ss=n.possession	*
+11	holders	holder	NOUN	_	_	_	_	_	ss=n.person	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	misinformation	misinformation	NOUN	_	_	_	_	_	ss=n.communication	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.217359.7
+# sent_counter = 4063
+# text = I personally provided the request on four separate occasions and they claim there is a glitch in their systems ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	personally	personally	ADV	_	_	_	_	_	_	*
+3	provided	provide	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	request	request	NOUN	_	_	_	_	_	ss=n.communication	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	four	four	NUM	_	_	_	_	_	_	*
+8	separate	separate	ADJ	_	_	_	_	_	_	*
+9	occasions	occasions	NOUN	_	_	_	_	_	ss=n.event	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	claim	claim	VERB	_	_	_	_	_	ss=v.communication	*
+13	there	there	PRON	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	glitch	glitch	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	their	their	PRON	_	_	_	_	_	_	*
+19	systems	system	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.1
+# sent_counter = 4064
+# text = Home made product
+1	Home	home	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	made	make	VERB	_	_	_	_	_	_	1
+3	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.2
+# sent_counter = 4065
+# text = I sometimes go into this store just for something to do on a sunday afternoon .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	into	into	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	just	just	ADV	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	something	something	NOUN	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	1:X
+11	do	do	VERB	_	_	_	_	_	_	1
+12	on	on	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	sunday	sunday	PROPN	_	_	_	_	_	ss=n.time	*
+15	afternoon	afternoon	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.3
+# sent_counter = 4066
+# text = I love the people , the product and the service !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.4
+# sent_counter = 4067
+# text = Nothing compares to a home made product that really stands the test of time . -
+1	Nothing	nothing	NOUN	_	_	_	_	_	_	*
+2	compares	compare	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	home	home	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+6	made	make	VERB	_	_	_	_	_	_	1
+7	product	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	really	really	ADV	_	_	_	_	_	_	*
+10	stands	stand	VERB	_	_	_	_	_	ss=v.stative	2:X
+11	the	the	DET	_	_	_	_	_	_	2
+12	test	test	NOUN	_	_	_	_	_	_	2
+13	of	of	ADP	_	_	_	_	_	_	2
+14	time	time	NOUN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	-	-	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.5
+# sent_counter = 4068
+# text = The Brick , Ikea , and Leon 's have their place .
+1	The	the	DET	_	_	_	_	_	ss=n.group	1:X
+2	Brick	brick	PROPN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Ikea	ikea	PROPN	_	_	_	_	_	ss=n.group	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Leon	leon	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	's	's	PART	_	_	_	_	_	_	2
+9	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.241855.6
+# sent_counter = 4069
+# text = But furniture like this will truly be around forever .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	furniture	furniture	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	like	like	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	will	will	AUX	_	_	_	_	_	_	*
+6	truly	truly	ADV	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	around	around	ADV	_	_	_	_	_	_	*
+9	forever	forever	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351950.1
+# sent_counter = 4070
+# text = local crew !!!
+1	local	local	ADJ	_	_	_	_	_	_	*
+2	crew	crew	NOUN	_	_	_	_	_	ss=n.group	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354555.1
+# sent_counter = 4071
+# text = the service is quick .
+1	the	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	quick	quick	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.354555.2
+# sent_counter = 4072
+# text = and the people are sweet :)
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	sweet	sweet	ADJ	_	_	_	_	_	_	*
+6	:)	:)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.1
+# sent_counter = 4073
+# text = I was thoroughly impressed !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	thoroughly	thoroughly	ADV	_	_	_	_	_	_	*
+4	impressed	impressed	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.3
+# sent_counter = 4074
+# text = I called a few different businesses in the area to get estimates , they were n't the cheapest I found but very reasonable .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	few	few	ADJ	_	_	_	_	_	_	*
+5	different	different	ADJ	_	_	_	_	_	_	*
+6	businesses	business	NOUN	_	_	_	_	_	ss=n.group	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	get	get	VERB	_	_	_	_	_	ss=v.communication	*
+12	estimates	estimate	NOUN	_	_	_	_	_	ss=n.possession	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+21	but	but	CCONJ	_	_	_	_	_	_	*
+22	very	very	ADV	_	_	_	_	_	_	*
+23	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.4
+# sent_counter = 4075
+# text = The best part is I got my whole bathroom remodeled for about the same price the other compan's were quoting just to fix the shower tile and fixtures .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	part	part	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	whole	whole	ADJ	_	_	_	_	_	_	*
+9	bathroom	bathroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	remodeled	remodel	VERB	_	_	_	_	_	ss=v.change	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	about	about	ADV	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	same	same	ADJ	_	_	_	_	_	_	*
+15	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	other	other	ADJ	_	_	_	_	_	_	*
+18	compan's	compan	NOUN	_	_	_	_	_	ss=n.group	*
+19	were	be	AUX	_	_	_	_	_	_	*
+20	quoting	quote	VERB	_	_	_	_	_	ss=v.possession	*
+21	just	just	ADV	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	shower	shower	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	tile	tile	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	fixtures	fixture	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.5
+# sent_counter = 4076
+# text = They had the work done in about half the time quoted which made me and my wife extremely happy .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+5	done	done	ADJ	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	about	about	ADV	_	_	_	_	_	_	*
+8	half	half	DET	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+11	quoted	quote	VERB	_	_	_	_	_	ss=v.possession	*
+12	which	which	DET	_	_	_	_	_	_	*
+13	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	wife	wife	NOUN	_	_	_	_	_	ss=n.person	*
+18	extremely	extremely	ADV	_	_	_	_	_	_	*
+19	happy	happy	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.7
+# sent_counter = 4077
+# text = Very nice work and friendly guys too .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	nice	nice	ADJ	_	_	_	_	_	_	*
+3	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+7	too	too	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.8
+# sent_counter = 4078
+# text = Best money I 've spent on remodeling ever .
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	've	've	AUX	_	_	_	_	_	_	*
+5	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	remodeling	remodeling	NOUN	_	_	_	_	_	ss=n.act	*
+8	ever	ever	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.190256.9
+# sent_counter = 4079
+# text = I highly recommend any one considering home repair to give these guys a call .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	any	any	DET	_	_	_	_	_	_	1:X
+5	one	one	NOUN	_	_	_	_	_	_	1
+6	considering	consider	VERB	_	_	_	_	_	ss=v.cognition	*
+7	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	give	give	VERB	_	_	_	_	_	ss=v.communication	2:X
+11	these	these	DET	_	_	_	_	_	_	*
+12	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+13	a	a	DET	_	_	_	_	_	_	2
+14	call	call	NOUN	_	_	_	_	_	_	2
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.193257.1
+# sent_counter = 4080
+# text = Gets the Job Done
+1	Gets	get	VERB	_	_	_	_	_	_	1:X
+2	the	the	DET	_	_	_	_	_	_	1
+3	Job	job	NOUN	_	_	_	_	_	_	1
+4	Done	done	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.193257.2
+# sent_counter = 4081
+# text = We have utilized Mr. Pozza and his firm twice now in our family and both times have been very pleased .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	utilized	utilize	VERB	_	_	_	_	_	ss=v.social	*
+4	Mr.	mr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+5	Pozza	pozza	PROPN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	his	his	PRON	_	_	_	_	_	_	*
+8	firm	firm	NOUN	_	_	_	_	_	ss=n.group	*
+9	twice	twice	ADV	_	_	_	_	_	_	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	our	our	PRON	_	_	_	_	_	_	*
+13	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	both	both	DET	_	_	_	_	_	_	*
+16	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+17	have	have	AUX	_	_	_	_	_	_	*
+18	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	very	very	ADV	_	_	_	_	_	_	*
+20	pleased	pleased	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.193257.3
+# sent_counter = 4082
+# text = I would not hesitate to use him again or refer him to my family or friends .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	use	use	VERB	_	_	_	_	_	ss=v.social	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	or	or	CCONJ	_	_	_	_	_	_	*
+10	refer	refer	VERB	_	_	_	_	_	ss=v.communication	*
+11	him	him	PRON	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	my	my	PRON	_	_	_	_	_	_	*
+14	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.194153.1
+# sent_counter = 4083
+# text = Barb does an AMAZING JOB , she is always learning new things on how to use her hands and body , to give every person an AWESOME MASSAGE , CALL TODAY AND SCHEDULE YOU MUST SEE HER , YOU WILL FALL IN LOVE SHE IS THE BEST OF THE BEST !
+1	Barb	barb	PROPN	_	_	_	_	_	ss=n.person	*
+2	does	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	an	an	DET	_	_	_	_	_	_	*
+4	AMAZING	amazing	ADJ	_	_	_	_	_	_	*
+5	JOB	job	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	she	she	PRON	_	_	_	_	_	_	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	always	always	ADV	_	_	_	_	_	_	*
+10	learning	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+11	new	new	ADJ	_	_	_	_	_	_	*
+12	things	things	NOUN	_	_	_	_	_	_	*
+13	on	on	SCONJ	_	_	_	_	_	_	*
+14	how	how	ADV	_	_	_	_	_	_	*
+15	to	to	PART	_	_	_	_	_	_	*
+16	use	use	VERB	_	_	_	_	_	ss=v.stative	*
+17	her	her	PRON	_	_	_	_	_	_	*
+18	hands	hands	NOUN	_	_	_	_	_	ss=n.body	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	body	body	NOUN	_	_	_	_	_	ss=n.body	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	give	give	VERB	_	_	_	_	_	ss=v.body	1:X
+24	every	every	DET	_	_	_	_	_	_	*
+25	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+26	an	an	DET	_	_	_	_	_	_	*
+27	AWESOME	awesome	ADJ	_	_	_	_	_	_	*
+28	MASSAGE	massage	NOUN	_	_	_	_	_	_	1
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	CALL	call	VERB	_	_	_	_	_	ss=v.communication	*
+31	TODAY	today	NOUN	_	_	_	_	_	ss=n.time	*
+32	AND	and	CCONJ	_	_	_	_	_	_	*
+33	SCHEDULE	schedule	VERB	_	_	_	_	_	ss=v.communication	*
+34	YOU	you	PRON	_	_	_	_	_	_	*
+35	MUST	must	AUX	_	_	_	_	_	_	*
+36	SEE	see	VERB	_	_	_	_	_	ss=v.social	*
+37	HER	her	PRON	_	_	_	_	_	_	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	YOU	you	PRON	_	_	_	_	_	_	*
+40	WILL	will	AUX	_	_	_	_	_	_	*
+41	FALL	fall	VERB	_	_	_	_	_	ss=v.emotion	2:X
+42	IN	in	ADP	_	_	_	_	_	_	2
+43	LOVE	love	NOUN	_	_	_	_	_	_	2
+44	SHE	she	PRON	_	_	_	_	_	_	*
+45	IS	be	VERB	_	_	_	_	_	ss=v.stative	*
+46	THE	the	DET	_	_	_	_	_	_	*
+47	BEST	best	ADJ	_	_	_	_	_	_	3:X
+48	OF	of	ADP	_	_	_	_	_	_	3
+49	THE	the	DET	_	_	_	_	_	_	3
+50	BEST	best	ADJ	_	_	_	_	_	_	3
+51	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.364454.2
+# sent_counter = 4084
+# text = As a very satisfied new customer , I wholeheartedly recommend United Air Duct Cleaning .
+1	As	as	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+5	new	new	ADJ	_	_	_	_	_	_	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	wholeheartedly	wholeheartedly	ADV	_	_	_	_	_	_	*
+10	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+11	United	united	PROPN	_	_	_	_	_	ss=n.group	1:X
+12	Air	air	PROPN	_	_	_	_	_	_	1
+13	Duct	duct	PROPN	_	_	_	_	_	_	1
+14	Cleaning	cleaning	PROPN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.198455.1
+# sent_counter = 4085
+# text = Great service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.198455.2
+# sent_counter = 4086
+# text = I had a dead battery last week and called this company since they were the closest they had very quick service for a Monday morning , thanks again guys .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	dead	dead	ADJ	_	_	_	_	_	_	*
+5	battery	battery	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	last	last	ADJ	_	_	_	_	_	_	*
+7	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	they	they	PRON	_	_	_	_	_	_	*
+14	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	closest	close	ADJ	_	_	_	_	_	_	*
+17	they	they	PRON	_	_	_	_	_	_	*
+18	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+19	very	very	ADV	_	_	_	_	_	_	*
+20	quick	quick	ADJ	_	_	_	_	_	_	*
+21	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+22	for	for	ADP	_	_	_	_	_	_	*
+23	a	a	DET	_	_	_	_	_	_	*
+24	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+25	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	thanks	thanks	NOUN	_	_	_	_	_	_	*
+28	again	again	ADV	_	_	_	_	_	_	*
+29	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.1
+# sent_counter = 4087
+# text = Horrible
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.3
+# sent_counter = 4088
+# text = I walked out with 5 inch long hair on the top , 2 inch long hair on the sides , and 1.5 in the back .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	walked	walk	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	out	out	ADV	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	5	5	NUM	_	_	_	_	_	_	*
+6	inch	inch	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	long	long	ADJ	_	_	_	_	_	_	*
+8	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	top	top	NOUN	_	_	_	_	_	ss=n.relation	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	2	2	NUM	_	_	_	_	_	_	*
+14	inch	inch	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	long	long	ADJ	_	_	_	_	_	_	*
+16	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	sides	side	NOUN	_	_	_	_	_	ss=n.body	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	1.5	1.5	NUM	_	_	_	_	_	_	*
+23	in	in	ADP	_	_	_	_	_	_	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	back	back	NOUN	_	_	_	_	_	ss=n.body	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.4
+# sent_counter = 4089
+# text = My hair is uneven and it looks rediculous .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	hair	hair	NOUN	_	_	_	_	_	ss=n.body	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	uneven	uneven	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	looks	look	VERB	_	_	_	_	_	ss=v.perception	*
+8	rediculous	rediculous	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.5
+# sent_counter = 4090
+# text = This woman should be working in supercuts ... if that .
+1	This	this	DET	_	_	_	_	_	_	*
+2	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	working	work	VERB	_	_	_	_	_	ss=v.social	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	supercuts	supercuts	PROPN	_	_	_	_	_	ss=n.group	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+9	if	if	ADP	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.6
+# sent_counter = 4091
+# text = This was a terrible experience and I hope that no one else goes through that .
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	terrible	terrible	ADJ	_	_	_	_	_	_	*
+5	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	hope	hope	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	no	no	DET	_	_	_	_	_	_	*
+11	one	one	NOUN	_	_	_	_	_	_	*
+12	else	else	ADJ	_	_	_	_	_	_	*
+13	goes	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+14	through	through	ADP	_	_	_	_	_	_	1
+15	that	that	DET	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200957.7
+# sent_counter = 4092
+# text = Do your self a favor and do not go to this establishment .
+1	Do	do	VERB	_	_	_	_	_	ss=v.cognition	1:X
+2	your	your	X	_	_	_	_	_	_	2:X
+3	self	self	PRON	_	_	_	_	_	_	2
+4	a	a	DET	_	_	_	_	_	_	1
+5	favor	favor	NOUN	_	_	_	_	_	_	1
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	do	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	establishment	establishment	NOUN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201156.1
+# sent_counter = 4093
+# text = PHOTOS DONE WELL
+1	PHOTOS	photo	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	DONE	do	VERB	_	_	_	_	_	ss=v.stative	*
+3	WELL	well	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.201156.2
+# sent_counter = 4094
+# text = I Love Hellada Gallery !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	Love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+3	Hellada	hellada	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Gallery	gallery	PROPN	_	_	_	_	_	_	1
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210153.1
+# sent_counter = 4095
+# text = Poor Taste
+1	Poor	poor	ADJ	_	_	_	_	_	_	*
+2	Taste	taste	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210153.2
+# sent_counter = 4096
+# text = There is no lower rating for Noonan 's Liquor , owners and employees .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	lower	low	ADJ	_	_	_	_	_	_	*
+5	rating	rating	NOUN	_	_	_	_	_	ss=n.communication	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	Noonan	noonan	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	's	's	PART	_	_	_	_	_	_	1
+9	Liquor	liquor	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210153.3
+# sent_counter = 4097
+# text = A negative number is not available .
+1	A	a	DET	_	_	_	_	_	_	*
+2	negative	negative	ADJ	_	_	_	_	_	_	*
+3	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	available	available	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.210153.4
+# sent_counter = 4098
+# text = CLH
+1	CLH	clh	PROPN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251755.1
+# sent_counter = 4099
+# text = Absolutely amazing job !
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	amazing	amazing	ADJ	_	_	_	_	_	_	*
+3	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251755.3
+# sent_counter = 4100
+# text = She makes every item fit you perfectly .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+3	every	every	DET	_	_	_	_	_	_	*
+4	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	fit	fit	VERB	_	_	_	_	_	ss=v.body	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	perfectly	perfectly	ADV	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251755.4
+# sent_counter = 4101
+# text = She is always so busy , too , which is a good indication of her talent .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	busy	busy	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	too	too	ADV	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	which	which	DET	_	_	_	_	_	_	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	good	good	ADJ	_	_	_	_	_	_	*
+13	indication	indication	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	her	her	PRON	_	_	_	_	_	_	*
+16	talent	talent	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.251755.5
+# sent_counter = 4102
+# text = She 's the best !
+1	She	she	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255757.1
+# sent_counter = 4103
+# text = they recovered the pics geeksquad deleted .
+1	they	they	PRON	_	_	_	_	_	_	*
+2	recovered	recover	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	pics	pic	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	geeksquad	geeksquad	PROPN	_	_	_	_	_	ss=n.group	*
+6	deleted	delete	VERB	_	_	_	_	_	ss=v.change	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.255757.2
+# sent_counter = 4104
+# text = many thanks
+1	many	many	ADJ	_	_	_	_	_	_	*
+2	thanks	thanks	NOUN	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.304759.1
+# sent_counter = 4105
+# text = A very nice park .
+1	A	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	nice	nice	ADJ	_	_	_	_	_	_	*
+4	park	park	NOUN	_	_	_	_	_	ss=n.location	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.304759.2
+# sent_counter = 4106
+# text = The architecture is simplz splendid .
+1	The	the	DET	_	_	_	_	_	_	*
+2	architecture	architecture	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	simplz	simplz	ADV	_	_	_	_	_	_	*
+5	splendid	splendid	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307250.1
+# sent_counter = 4107
+# text = $ 9.62 excluding tip with water to drink for the buffet .
+1	$	$	SYM	_	_	_	_	_	_	*
+2	9.62	9.62	NUM	_	_	_	_	_	_	*
+3	excluding	exclude	VERB	_	_	_	_	_	ss=v.stative	*
+4	tip	tip	NOUN	_	_	_	_	_	ss=n.possession	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	water	water	NOUN	_	_	_	_	_	ss=n.food	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	drink	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	buffet	buffet	NOUN	_	_	_	_	_	ss=n.food	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.307250.3
+# sent_counter = 4108
+# text = I want my money back !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	money	money	NOUN	_	_	_	_	_	_	1:X
+5	back	back	ADV	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.309258.1
+# sent_counter = 4109
+# text = slow service
+1	slow	slow	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.309258.2
+# sent_counter = 4110
+# text = I used to take my cars there all the time , but management changes hands too frequently , the service has been slow , and they often try to " add on " extra services , which sometimes is not needed .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	all	all	DET	_	_	_	_	_	_	2:X
+9	the	the	DET	_	_	_	_	_	_	2
+10	time	time	NOUN	_	_	_	_	_	_	2
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+14	changes	change	VERB	_	_	_	_	_	ss=v.change	*
+15	hands	hands	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	too	too	ADV	_	_	_	_	_	_	*
+17	frequently	frequently	ADV	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+21	has	have	AUX	_	_	_	_	_	_	*
+22	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+23	slow	slow	ADJ	_	_	_	_	_	_	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	often	often	ADV	_	_	_	_	_	_	*
+28	try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+29	to	to	PART	_	_	_	_	_	_	*
+30	"	"	PUNCT	_	_	_	_	_	_	*
+31	add	add	VERB	_	_	_	_	_	ss=v.possession	3:X
+32	on	on	ADP	_	_	_	_	_	_	3
+33	"	"	PUNCT	_	_	_	_	_	_	*
+34	extra	extra	ADJ	_	_	_	_	_	_	*
+35	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+36	,	,	PUNCT	_	_	_	_	_	_	*
+37	which	which	DET	_	_	_	_	_	_	*
+38	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+39	is	be	AUX	_	_	_	_	_	_	*
+40	not	not	PART	_	_	_	_	_	_	*
+41	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.309258.3
+# sent_counter = 4111
+# text = I do nt go there anymore
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	anymore	anymore	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.1
+# sent_counter = 4112
+# text = Dentist you can trust
+1	Dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.2
+# sent_counter = 4113
+# text = If possible I try the services on myself before I bring in my son .
+1	If	if	ADP	_	_	_	_	_	_	*
+2	possible	possible	ADJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	try	try	VERB	_	_	_	_	_	ss=v.cognition	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+7	on	on	ADP	_	_	_	_	_	_	*
+8	myself	myself	PRON	_	_	_	_	_	_	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	bring	bring	VERB	_	_	_	_	_	ss=v.motion	1:X
+12	in	in	ADV	_	_	_	_	_	_	1
+13	my	my	PRON	_	_	_	_	_	_	*
+14	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.3
+# sent_counter = 4114
+# text = Drs. Ali work wonders .
+1	Drs.	drs.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Ali	ali	PROPN	_	_	_	_	_	_	1
+3	work	work	VERB	_	_	_	_	_	ss=v.social	*
+4	wonders	wonder	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.4
+# sent_counter = 4115
+# text = Neither me nor my son have n't had a single cavity since we started dental care there .
+1	Neither	neither	CCONJ	_	_	_	_	_	_	*
+2	me	me	PRON	_	_	_	_	_	_	*
+3	nor	nor	CCONJ	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	son	son	NOUN	_	_	_	_	_	ss=n.person	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	single	single	ADJ	_	_	_	_	_	_	*
+11	cavity	cavity	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	we	we	PRON	_	_	_	_	_	_	*
+14	started	start	VERB	_	_	_	_	_	ss=v.change	*
+15	dental	dental	ADJ	_	_	_	_	_	ss=n.act	1:X
+16	care	care	NOUN	_	_	_	_	_	_	1
+17	there	there	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.5
+# sent_counter = 4116
+# text = The team focus is prevention and education .
+1	The	the	DET	_	_	_	_	_	_	*
+2	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+3	focus	focus	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	prevention	prevention	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	education	education	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313558.6
+# sent_counter = 4117
+# text = That alone makes them unique .
+1	That	that	DET	_	_	_	_	_	_	*
+2	alone	alone	ADJ	_	_	_	_	_	_	*
+3	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	unique	unique	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.364454.1
+# sent_counter = 4118
+# text = A very satisfied new customer !
+1	A	a	DET	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.364454.3
+# sent_counter = 4119
+# text = They are professional , knowledgeable , and take meticulous care and pride in accomplishing their work .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	professional	professional	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	take	take	VERB	_	_	_	_	_	ss=v.emotion	1:X
+9	meticulous	meticulous	ADJ	_	_	_	_	_	_	*
+10	care	care	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	pride	pride	NOUN	_	_	_	_	_	_	1
+13	in	in	SCONJ	_	_	_	_	_	_	*
+14	accomplishing	accomplish	VERB	_	_	_	_	_	ss=v.cognition	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.364454.5
+# sent_counter = 4120
+# text = Based on the test results , the home inspector stated that the quality of their job was " excellent " .
+1	Based	base	VERB	_	_	_	_	_	ss=v.cognition	*
+2	on	on	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	test	test	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	home	home	NOUN	_	_	_	_	_	ss=n.person	1:X
+9	inspector	inspector	NOUN	_	_	_	_	_	_	1
+10	stated	state	VERB	_	_	_	_	_	ss=v.communication	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	job	job	NOUN	_	_	_	_	_	ss=n.event	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	"	"	PUNCT	_	_	_	_	_	_	*
+19	excellent	excellent	ADJ	_	_	_	_	_	_	*
+20	"	"	PUNCT	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.1
+# sent_counter = 4121
+# text = Dr. Shady
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Shady	shady	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.2
+# sent_counter = 4122
+# text = Kelly hit the nail on the head .
+1	Kelly	kelly	PROPN	_	_	_	_	_	ss=n.person	*
+2	hit	hit	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	the	the	DET	_	_	_	_	_	_	1
+4	nail	nail	NOUN	_	_	_	_	_	_	1
+5	on	on	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	1
+7	head	head	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.3
+# sent_counter = 4123
+# text = " Dr. Shady " is a jerk .
+1	"	"	PUNCT	_	_	_	_	_	_	*
+2	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+3	Shady	shady	PROPN	_	_	_	_	_	_	1
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	jerk	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.4
+# sent_counter = 4124
+# text = After the way she spoke to me on my last visit , I will not be returning !!
+1	After	after	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	way	way	NOUN	_	_	_	_	_	_	*
+4	she	she	PRON	_	_	_	_	_	_	*
+5	spoke	speak	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	last	last	ADJ	_	_	_	_	_	_	*
+11	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	will	will	AUX	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	be	be	AUX	_	_	_	_	_	_	*
+17	returning	return	VERB	_	_	_	_	_	ss=v.motion	*
+18	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.5
+# sent_counter = 4125
+# text = Good luck keeping business with that stuck up attitude Dr. Shady .
+1	Good	good	ADJ	_	_	_	_	_	_	1:X
+2	luck	luck	NOUN	_	_	_	_	_	_	1
+3	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	*
+4	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	stuck	stick	VERB	_	_	_	_	_	_	2:X
+8	up	up	ADP	_	_	_	_	_	_	2
+9	attitude	attitude	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	3:X
+11	Shady	shady	PROPN	_	_	_	_	_	_	3
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.6
+# sent_counter = 4126
+# text = You have just lost mine .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	lost	lose	VERB	_	_	_	_	_	ss=v.change	*
+5	mine	mine	PRON	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.7
+# sent_counter = 4127
+# text = The next time you feel like being condescending to someone , it is not going to be me !!!!!!
+1	The	the	DET	_	_	_	_	_	_	*
+2	next	next	ADJ	_	_	_	_	_	_	*
+3	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	like	like	SCONJ	_	_	_	_	_	_	*
+7	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	condescending	condescending	ADJ	_	_	_	_	_	_	*
+9	to	to	ADP	_	_	_	_	_	_	*
+10	someone	someone	NOUN	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	is	be	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	going	go	VERB	_	_	_	_	_	_	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	me	me	PRON	_	_	_	_	_	_	*
+19	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.8
+# sent_counter = 4128
+# text = Dr. Shady is inexperienced and prideful .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Shady	shady	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	inexperienced	inexperienced	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	prideful	prideful	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.9
+# sent_counter = 4129
+# text = She probably does not even have 10 % of the knowledge that some of the other EXPERIENCED vets do in this area .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	probably	probably	ADV	_	_	_	_	_	_	*
+3	does	do	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	even	even	ADV	_	_	_	_	_	_	*
+6	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	10	10	NUM	_	_	_	_	_	_	*
+8	%	%	SYM	_	_	_	_	_	_	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	knowledge	knowledge	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	that	that	DET	_	_	_	_	_	_	*
+13	some	some	DET	_	_	_	_	_	_	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	EXPERIENCED	experienced	ADJ	_	_	_	_	_	_	*
+18	vets	vet	NOUN	_	_	_	_	_	ss=n.person	*
+19	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+20	in	in	ADP	_	_	_	_	_	_	*
+21	this	this	DET	_	_	_	_	_	_	*
+22	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.10
+# sent_counter = 4130
+# text = I will be carefully researching vets before I take my dog someplace else .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	carefully	carefully	ADV	_	_	_	_	_	_	*
+5	researching	research	VERB	_	_	_	_	_	ss=v.cognition	*
+6	vets	vet	NOUN	_	_	_	_	_	ss=n.person	*
+7	before	before	SCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+10	my	my	PRON	_	_	_	_	_	_	*
+11	dog	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+12	someplace	someplace	NOUN	_	_	_	_	_	_	*
+13	else	else	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.365154.11
+# sent_counter = 4131
+# text = Beautifully written reviews Doctor , but completely UNTRUE .
+1	Beautifully	beautifully	ADV	_	_	_	_	_	_	*
+2	written	write	VERB	_	_	_	_	_	ss=v.communication	*
+3	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+4	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	completely	completely	ADV	_	_	_	_	_	_	*
+8	UNTRUE	untrue	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.4
+# sent_counter = 4132
+# text = i had to call back up there two hours later and the lady ( who claimed to be a manager ) said my food was on the way , and she did nt offer to compensate me in any kind of way .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	call	call	VERB	_	_	_	_	_	ss=v.communication	2:X
+5	back	back	ADV	_	_	_	_	_	_	2
+6	up	up	ADP	_	_	_	_	_	_	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	two	two	NUM	_	_	_	_	_	_	*
+9	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+10	later	later	ADV	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+14	(	(	PUNCT	_	_	_	_	_	_	*
+15	who	who	PRON	_	_	_	_	_	_	*
+16	claimed	claim	VERB	_	_	_	_	_	ss=v.communication	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+21	)	)	PUNCT	_	_	_	_	_	_	*
+22	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	on	on	ADP	_	_	_	_	_	_	3:X
+27	the	the	DET	_	_	_	_	_	_	3
+28	way	way	NOUN	_	_	_	_	_	_	3
+29	,	,	PUNCT	_	_	_	_	_	_	*
+30	and	and	CCONJ	_	_	_	_	_	_	*
+31	she	she	PRON	_	_	_	_	_	_	*
+32	did	do	AUX	_	_	_	_	_	_	*
+33	nt	nt	ADV	_	_	_	_	_	_	*
+34	offer	offer	VERB	_	_	_	_	_	ss=v.communication	*
+35	to	to	PART	_	_	_	_	_	_	*
+36	compensate	compensate	VERB	_	_	_	_	_	ss=v.possession	*
+37	me	me	PRON	_	_	_	_	_	_	*
+38	in	in	ADP	_	_	_	_	_	_	*
+39	any	any	DET	_	_	_	_	_	_	*
+40	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+41	of	of	ADP	_	_	_	_	_	_	*
+42	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+43	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.6
+# sent_counter = 4133
+# text = If this is the best that Tucson has to offer , I am out ta here ...
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	Tucson	tucson	PROPN	_	_	_	_	_	ss=n.location	*
+8	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	out	out	ADP	_	_	_	_	_	_	1:X
+15	ta	ta	ADP	_	_	_	_	_	_	1
+16	here	here	ADV	_	_	_	_	_	_	*
+17	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.4
+# sent_counter = 4134
+# text = The staff was very helpful and gave me exactly what I needed for my first time ballerina .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	gave	give	VERB	_	_	_	_	_	ss=v.stative	*
+8	me	me	PRON	_	_	_	_	_	_	*
+9	exactly	exactly	ADV	_	_	_	_	_	_	*
+10	what	what	PRON	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	my	my	PRON	_	_	_	_	_	_	*
+15	first	first	ADJ	_	_	_	_	_	_	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+17	ballerina	ballerina	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.3
+# sent_counter = 4135
+# text = the food was horrible not cooked like it should be , they got the order wrong on a number of occasions , and once forgot about my order .
+1	the	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	horrible	horrible	ADJ	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+7	like	like	SCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	should	should	AUX	_	_	_	_	_	_	*
+10	be	be	AUX	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+16	wrong	wrong	ADJ	_	_	_	_	_	_	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	ss=n.quantity	1:X
+19	number	number	NOUN	_	_	_	_	_	_	1
+20	of	of	ADP	_	_	_	_	_	_	*
+21	occasions	occasions	NOUN	_	_	_	_	_	ss=n.event	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	once	once	ADV	_	_	_	_	_	_	*
+25	forgot	forget	VERB	_	_	_	_	_	ss=v.cognition	*
+26	about	about	ADP	_	_	_	_	_	_	*
+27	my	my	PRON	_	_	_	_	_	_	*
+28	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.6
+# sent_counter = 4136
+# text = Even though we were only supposed to have those specific types of pizza , when guests asked for a different type , it was brought out with no charge to us !
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	though	though	SCONJ	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	were	be	AUX	_	_	_	_	_	_	1:X
+5	only	only	ADV	_	_	_	_	_	_	*
+6	supposed	suppose	VERB	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	1
+8	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	those	those	DET	_	_	_	_	_	_	*
+10	specific	specific	ADJ	_	_	_	_	_	_	*
+11	types	type	NOUN	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	when	when	ADV	_	_	_	_	_	_	*
+16	guests	guest	NOUN	_	_	_	_	_	ss=n.person	*
+17	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	different	different	ADJ	_	_	_	_	_	_	*
+21	type	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	it	it	PRON	_	_	_	_	_	_	*
+24	was	be	AUX	_	_	_	_	_	_	*
+25	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+26	out	out	ADV	_	_	_	_	_	_	*
+27	with	with	ADP	_	_	_	_	_	_	*
+28	no	no	DET	_	_	_	_	_	_	*
+29	charge	charge	NOUN	_	_	_	_	_	ss=n.possession	*
+30	to	to	ADP	_	_	_	_	_	_	*
+31	us	us	PRON	_	_	_	_	_	_	*
+32	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.1
+# sent_counter = 4137
+# text = Are you kidding me ?
+1	Are	be	AUX	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	kidding	kid	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.2
+# sent_counter = 4138
+# text = Excellent service , Not only did they get the exact car I wanted win in 48 hours but the sales man also took me out to lunch .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Not	not	PART	_	_	_	_	_	_	*
+5	only	only	ADV	_	_	_	_	_	_	*
+6	did	do	AUX	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	exact	exact	ADJ	_	_	_	_	_	_	*
+11	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+14	win	win	X	_	_	_	_	_	_	*
+15	in	in	ADP	_	_	_	_	_	_	*
+16	48	48	NUM	_	_	_	_	_	_	*
+17	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+21	man	man	NOUN	_	_	_	_	_	_	1
+22	also	also	ADV	_	_	_	_	_	_	*
+23	took	take	VERB	_	_	_	_	_	ss=v.social	2:X
+24	me	me	PRON	_	_	_	_	_	_	*
+25	out	out	ADV	_	_	_	_	_	_	2
+26	to	to	ADP	_	_	_	_	_	_	*
+27	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001325.1
+# sent_counter = 4139
+# text = Highly recommended
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001325.2
+# sent_counter = 4140
+# text = My 8 year old daughter loves this place .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	8	8	NUM	_	_	_	_	_	_	*
+3	year	year	NOUN	_	_	_	_	_	ss=n.person	1:X
+4	old	old	ADJ	_	_	_	_	_	_	1
+5	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+6	loves	love	VERB	_	_	_	_	_	ss=v.emotion	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001325.3
+# sent_counter = 4141
+# text = The best climbing club around .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	climbing	climbing	NOUN	_	_	_	_	_	ss=n.act	*
+4	club	club	NOUN	_	_	_	_	_	ss=n.group	*
+5	around	around	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.1
+# sent_counter = 4142
+# text = The moving company is actualy based in Brooklyn , but advertised all over NY / NJ , including Fort Lee .
+1	The	the	DET	_	_	_	_	_	_	*
+2	moving	moving	NOUN	_	_	_	_	_	ss=n.act	*
+3	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+4	is	be	AUX	_	_	_	_	_	_	*
+5	actualy	actualy	ADV	_	_	_	_	_	_	*
+6	based	base	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Brooklyn	brooklyn	PROPN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	advertised	advertise	VERB	_	_	_	_	_	ss=v.communication	*
+12	all	all	ADV	_	_	_	_	_	_	1:X
+13	over	over	ADP	_	_	_	_	_	_	1
+14	NY	ny	PROPN	_	_	_	_	_	ss=n.location	*
+15	/	/	PUNCT	_	_	_	_	_	_	*
+16	NJ	nj	PROPN	_	_	_	_	_	ss=n.location	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	including	include	VERB	_	_	_	_	_	ss=v.stative	*
+19	Fort	fort	PROPN	_	_	_	_	_	ss=n.location	2:X
+20	Lee	lee	PROPN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.2
+# sent_counter = 4143
+# text = When the guys arrived ( 2 hours later than agreed ) they told that you have to pay all the tolls they payed coming from Brooklyn and extra $ 100 for them to drive back from your destination .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+4	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	2	2	NUM	_	_	_	_	_	_	*
+7	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+8	later	later	ADV	_	_	_	_	_	_	*
+9	than	than	SCONJ	_	_	_	_	_	_	*
+10	agreed	agree	VERB	_	_	_	_	_	ss=v.communication	*
+11	)	)	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	_	1:X
+17	to	to	PART	_	_	_	_	_	_	1
+18	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+19	all	all	DET	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	tolls	toll	NOUN	_	_	_	_	_	ss=n.possession	*
+22	they	they	PRON	_	_	_	_	_	_	*
+23	payed	pay	VERB	_	_	_	_	_	ss=v.possession	*
+24	coming	come	VERB	_	_	_	_	_	ss=v.stative	*
+25	from	from	ADP	_	_	_	_	_	_	*
+26	Brooklyn	brooklyn	PROPN	_	_	_	_	_	ss=n.location	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	extra	extra	ADJ	_	_	_	_	_	_	*
+29	$	$	SYM	_	_	_	_	_	_	*
+30	100	100	NUM	_	_	_	_	_	_	*
+31	for	for	SCONJ	_	_	_	_	_	_	*
+32	them	them	PRON	_	_	_	_	_	_	*
+33	to	to	PART	_	_	_	_	_	_	*
+34	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+35	back	back	ADV	_	_	_	_	_	_	*
+36	from	from	ADP	_	_	_	_	_	_	*
+37	your	your	PRON	_	_	_	_	_	_	*
+38	destination	destination	NOUN	_	_	_	_	_	ss=n.location	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.3
+# sent_counter = 4144
+# text = That was not in agreement eather , but they realy demand it .
+1	That	that	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	agreement	agreement	NOUN	_	_	_	_	_	ss=n.communication	*
+6	eather	eather	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	realy	realy	ADV	_	_	_	_	_	_	*
+11	demand	demand	VERB	_	_	_	_	_	ss=v.communication	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.5
+# sent_counter = 4145
+# text = So totalling $ 212 just for start before any work started .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	totalling	total	VERB	_	_	_	_	_	ss=v.stative	*
+3	$	$	SYM	_	_	_	_	_	_	*
+4	212	212	NUM	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	start	start	NOUN	_	_	_	_	_	ss=n.time	*
+8	before	before	SCONJ	_	_	_	_	_	_	*
+9	any	any	DET	_	_	_	_	_	_	*
+10	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+11	started	start	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.6
+# sent_counter = 4146
+# text = Guess what , was not in the initial agreement as well .
+1	Guess	guess	VERB	_	_	_	_	_	ss=v.communication	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	initial	initial	ADJ	_	_	_	_	_	_	*
+9	agreement	agreement	NOUN	_	_	_	_	_	ss=n.possession	*
+10	as	as	ADV	_	_	_	_	_	_	1:X
+11	well	well	ADV	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.7
+# sent_counter = 4147
+# text = I was moving out from 2 bdr apartment and it took for 3 strong guys 6 hours to load a track ( from 2 pm - 8 pm ) .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	moving	move	VERB	_	_	_	_	_	ss=v.motion	*
+4	out	out	ADP	_	_	_	_	_	_	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	2	2	NUM	_	_	_	_	_	_	*
+7	bdr	bdr	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	apartment	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	3	3	NUM	_	_	_	_	_	_	*
+14	strong	strong	ADJ	_	_	_	_	_	_	*
+15	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+16	6	6	NUM	_	_	_	_	_	_	*
+17	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	load	load	VERB	_	_	_	_	_	ss=v.motion	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	track	track	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	(	(	PUNCT	_	_	_	_	_	_	*
+23	from	from	ADP	_	_	_	_	_	_	*
+24	2	2	NUM	_	_	_	_	_	_	*
+25	pm	pm	NOUN	_	_	_	_	_	ss=n.time	*
+26	-	-	SYM	_	_	_	_	_	_	*
+27	8	8	NUM	_	_	_	_	_	_	*
+28	pm	pm	NOUN	_	_	_	_	_	ss=n.time	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.8
+# sent_counter = 4148
+# text = The only reason I 'm giving 3 stars instead of 1 or 2 , I should admit , nothing was broken .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	'm	'm	AUX	_	_	_	_	_	_	*
+6	giving	give	VERB	_	_	_	_	_	ss=v.communication	*
+7	3	3	NUM	_	_	_	_	_	_	*
+8	stars	star	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	instead	instead	ADV	_	_	_	_	_	_	1:X
+10	of	of	ADP	_	_	_	_	_	_	1
+11	1	1	NUM	_	_	_	_	_	_	*
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	2	2	NUM	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	should	should	AUX	_	_	_	_	_	_	*
+17	admit	admit	VERB	_	_	_	_	_	ss=v.communication	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	nothing	nothing	NOUN	_	_	_	_	_	_	*
+20	was	be	AUX	_	_	_	_	_	_	*
+21	broken	break	VERB	_	_	_	_	_	ss=v.contact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.9
+# sent_counter = 4149
+# text = So I still can recomend them but prepare pay twice as much as they tell you initially .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	still	still	ADV	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	recomend	recomend	VERB	_	_	_	_	_	ss=v.communication	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	prepare	prepare	VERB	_	_	_	_	_	ss=v.cognition	*
+9	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+10	twice	twice	ADV	_	_	_	_	_	_	*
+11	as	as	ADV	_	_	_	_	_	_	*
+12	much	much	ADJ	_	_	_	_	_	_	*
+13	as	as	SCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	initially	initially	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.10
+# sent_counter = 4150
+# text = One more thing , they do n't take any credit cards or checks .
+1	One	one	NUM	_	_	_	_	_	ss=n.quantity	1:X
+2	more	more	ADJ	_	_	_	_	_	_	1
+3	thing	thing	NOUN	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	take	take	VERB	_	_	_	_	_	ss=v.social	*
+9	any	any	DET	_	_	_	_	_	_	*
+10	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	2:X
+11	cards	cards	NOUN	_	_	_	_	_	_	2
+12	or	or	CCONJ	_	_	_	_	_	_	*
+13	checks	check	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.010820.11
+# sent_counter = 4151
+# text = You have to pay CASH ONLY before they start unloading track on your destination .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+5	CASH	cash	NOUN	_	_	_	_	_	ss=n.possession	*
+6	ONLY	only	ADV	_	_	_	_	_	_	*
+7	before	before	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	start	start	VERB	_	_	_	_	_	ss=v.stative	*
+10	unloading	unload	VERB	_	_	_	_	_	ss=v.motion	*
+11	track	track	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	your	your	PRON	_	_	_	_	_	_	*
+14	destination	destination	NOUN	_	_	_	_	_	ss=n.location	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014629.1
+# sent_counter = 4152
+# text = There is no delivery .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.014629.2
+# sent_counter = 4153
+# text = There is no delivery .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.1
+# sent_counter = 4154
+# text = This is one of the worst places I have stayed , we cut out stay short and went to the Mulberry .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	one	one	NUM	_	_	_	_	_	_	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	worst	worst	ADJ	_	_	_	_	_	_	*
+7	places	place	NOUN	_	_	_	_	_	ss=n.location	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	cut	cut	VERB	_	_	_	_	_	ss=v.change	1:X
+14	out	out	PRON	_	_	_	_	_	_	*
+15	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+16	short	short	ADJ	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	Mulberry	mulberry	PROPN	_	_	_	_	_	ss=n.location	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.2
+# sent_counter = 4155
+# text = Even though they still charge you the days you booked but wo n't use , it is worth the get the hell out of this crap hole .
+1	Even	even	ADV	_	_	_	_	_	_	*
+2	though	though	SCONJ	_	_	_	_	_	_	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	still	still	ADV	_	_	_	_	_	_	*
+5	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	booked	book	VERB	_	_	_	_	_	ss=v.social	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	wo	wo	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	use	use	VERB	_	_	_	_	_	ss=v.social	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	worth	worth	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	get	get	VERB	_	_	_	_	_	ss=v.motion	1:X
+21	the	the	DET	_	_	_	_	_	_	1
+22	hell	hell	NOUN	_	_	_	_	_	_	1
+23	out	out	ADP	_	_	_	_	_	_	2:X
+24	of	of	ADP	_	_	_	_	_	_	2
+25	this	this	DET	_	_	_	_	_	_	*
+26	crap	crap	NOUN	_	_	_	_	_	ss=n.artifact	3:X
+27	hole	hole	NOUN	_	_	_	_	_	_	3
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.4
+# sent_counter = 4156
+# text = Bad service starting from the front desk .
+1	Bad	bad	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	starting	start	VERB	_	_	_	_	_	ss=v.stative	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	front	front	ADJ	_	_	_	_	_	ss=n.location	1:X
+7	desk	desk	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023620.5
+# sent_counter = 4157
+# text = The best person is the valet .
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	valet	valet	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023926.1
+# sent_counter = 4158
+# text = Great job !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.023926.2
+# sent_counter = 4159
+# text = Mercedes and Dan are very thorough and on top of everything !
+1	Mercedes	mercedes	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Dan	dan	PROPN	_	_	_	_	_	ss=n.person	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	thorough	thorough	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	on	on	ADP	_	_	_	_	_	_	1:X
+9	top	top	NOUN	_	_	_	_	_	_	1
+10	of	of	ADP	_	_	_	_	_	_	1
+11	everything	everything	NOUN	_	_	_	_	_	_	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.1
+# sent_counter = 4160
+# text = HORRIBLE
+1	HORRIBLE	horrible	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.2
+# sent_counter = 4161
+# text = This school is the worst one i 've ever been to .
+1	This	this	DET	_	_	_	_	_	_	*
+2	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	worst	worst	ADJ	_	_	_	_	_	_	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	i	i	PRON	_	_	_	_	_	_	*
+8	've	've	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	been	be	VERB	_	_	_	_	_	ss=v.motion	1:X
+11	to	to	ADP	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.4
+# sent_counter = 4162
+# text = There 's holes everywhere in the ceiling , sewage constantly leaks through the ceiling , and the whole condition of the school is horrible .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	holes	hole	NOUN	_	_	_	_	_	ss=n.natural_object	*
+4	everywhere	everywhere	ADV	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	ceiling	ceiling	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	sewage	sewage	NOUN	_	_	_	_	_	ss=n.substance	*
+10	constantly	constantly	ADV	_	_	_	_	_	_	*
+11	leaks	leak	VERB	_	_	_	_	_	ss=v.stative	*
+12	through	through	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	ceiling	ceiling	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	whole	whole	ADJ	_	_	_	_	_	_	*
+19	condition	condition	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+23	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	horrible	horrible	ADJ	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.5
+# sent_counter = 4163
+# text = The staff and the Principal are rediculous , they do n't listen to any input , and they make up rediculous rules ( They banned backpacks , because a teacher TRIPPED OVER a student 's ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Principal	principal	NOUN	_	_	_	_	_	ss=n.person	*
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	rediculous	rediculous	ADJ	_	_	_	_	_	_	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	do	do	AUX	_	_	_	_	_	_	*
+11	n't	n't	PART	_	_	_	_	_	_	*
+12	listen	listen	VERB	_	_	_	_	_	ss=v.communication	*
+13	to	to	ADP	_	_	_	_	_	_	*
+14	any	any	DET	_	_	_	_	_	_	*
+15	input	input	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	make	make	VERB	_	_	_	_	_	ss=v.cognition	1:X
+20	up	up	ADP	_	_	_	_	_	_	1
+21	rediculous	rediculous	ADJ	_	_	_	_	_	_	*
+22	rules	rule	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	(	(	PUNCT	_	_	_	_	_	_	*
+24	They	they	PRON	_	_	_	_	_	_	*
+25	banned	ban	VERB	_	_	_	_	_	ss=v.stative	*
+26	backpacks	backpack	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	,	,	PUNCT	_	_	_	_	_	_	*
+28	because	because	SCONJ	_	_	_	_	_	_	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	teacher	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+31	TRIPPED	trip	VERB	_	_	_	_	_	ss=v.contact	*
+32	OVER	over	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	student	student	NOUN	_	_	_	_	_	ss=n.person	*
+35	's	's	PART	_	_	_	_	_	_	*
+36	)	)	PUNCT	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.030126.6
+# sent_counter = 4164
+# text = The education is horrible at best , do society a favor , and do NOT send your student here .
+1	The	the	DET	_	_	_	_	_	_	*
+2	education	education	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	horrible	horrible	ADJ	_	_	_	_	_	_	*
+5	at	at	ADV	_	_	_	_	_	_	1:X
+6	best	best	ADV	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	do	do	VERB	_	_	_	_	_	ss=v.social	2:X
+9	society	society	NOUN	_	_	_	_	_	ss=n.group	*
+10	a	a	DET	_	_	_	_	_	_	2
+11	favor	favor	NOUN	_	_	_	_	_	_	2
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	do	do	AUX	_	_	_	_	_	_	*
+15	NOT	not	PART	_	_	_	_	_	_	*
+16	send	send	VERB	_	_	_	_	_	ss=v.social	*
+17	your	your	PRON	_	_	_	_	_	_	*
+18	student	student	NOUN	_	_	_	_	_	ss=n.person	*
+19	here	here	ADV	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034320.1
+# sent_counter = 4165
+# text = Fresh and unic !
+1	Fresh	fresh	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	unic	unic	ADJ	_	_	_	_	_	_	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034320.2
+# sent_counter = 4166
+# text = Very professional , talented , unic and fresh work .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	talented	talented	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	unic	unic	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	fresh	fresh	ADJ	_	_	_	_	_	_	*
+9	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034320.3
+# sent_counter = 4167
+# text = Paula has an amazing gift for creativity , vision and the ability to combine art to / with commercial purpose .
+1	Paula	paula	PROPN	_	_	_	_	_	ss=n.person	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	an	an	DET	_	_	_	_	_	_	1
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	gift	gift	NOUN	_	_	_	_	_	_	1
+6	for	for	ADP	_	_	_	_	_	_	1
+7	creativity	creativity	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	vision	vision	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	ability	ability	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	combine	combine	VERB	_	_	_	_	_	ss=v.stative	*
+15	art	art	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	/	/	PUNCT	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	commercial	commercial	ADJ	_	_	_	_	_	_	*
+20	purpose	purpose	NOUN	_	_	_	_	_	ss=n.motive	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.034320.4
+# sent_counter = 4168
+# text = Bravo !
+1	Bravo	bravo	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035726.1
+# sent_counter = 4169
+# text = The BEST
+1	The	the	DET	_	_	_	_	_	_	*
+2	BEST	best	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035726.2
+# sent_counter = 4170
+# text = Dr. Aster and her team have been a strong advocate in the health of both my daughters .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Aster	aster	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	strong	strong	ADJ	_	_	_	_	_	_	*
+10	advocate	advocate	NOUN	_	_	_	_	_	ss=n.person	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	health	health	NOUN	_	_	_	_	_	ss=n.state	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	both	both	DET	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	daughters	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035726.3
+# sent_counter = 4171
+# text = Dr. Aster is very kind an gentle with the children , but also positive and to the point with the parents .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Aster	aster	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	kind	kind	ADJ	_	_	_	_	_	_	*
+6	an	an	CCONJ	_	_	_	_	_	_	*
+7	gentle	gentle	ADJ	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	children	child	NOUN	_	_	_	_	_	ss=n.group	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	also	also	ADV	_	_	_	_	_	_	*
+14	positive	positive	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	to	to	ADP	_	_	_	_	_	_	2:X
+17	the	the	DET	_	_	_	_	_	_	2
+18	point	point	NOUN	_	_	_	_	_	_	2
+19	with	with	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	parents	parent	NOUN	_	_	_	_	_	ss=n.person	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.035726.4
+# sent_counter = 4172
+# text = She is and excellent doctor to have on one 's team .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	and	and	DET	_	_	_	_	_	_	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	on	on	ADP	_	_	_	_	_	_	*
+9	one	one	PRON	_	_	_	_	_	_	*
+10	's	's	PART	_	_	_	_	_	_	*
+11	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038523.1
+# sent_counter = 4173
+# text = Friendly service .
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038523.2
+# sent_counter = 4174
+# text = Attentive to the needs of customer .
+1	Attentive	attentive	ADJ	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	needs	need	NOUN	_	_	_	_	_	ss=n.motive	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.038523.3
+# sent_counter = 4175
+# text = Thanks again !
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	again	again	ADV	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.041925.1
+# sent_counter = 4176
+# text = I heard the libido band play live and they are out of site !!
+1	I	i	PRON	_	_	_	_	_	_	*
+2	heard	hear	VERB	_	_	_	_	_	ss=v.perception	*
+3	the	the	DET	_	_	_	_	_	ss=n.group	1:X
+4	libido	libido	NOUN	_	_	_	_	_	_	1
+5	band	band	NOUN	_	_	_	_	_	_	1
+6	play	play	VERB	_	_	_	_	_	ss=v.creation	*
+7	live	live	ADV	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	out	out	ADP	_	_	_	_	_	_	2:X
+12	of	of	ADP	_	_	_	_	_	_	2
+13	site	site	NOUN	_	_	_	_	_	_	2
+14	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.1
+# sent_counter = 4177
+# text = Quick to take money but not quick to fix a problem !
+1	Quick	quick	ADJ	_	_	_	_	_	_	*
+2	to	to	PART	_	_	_	_	_	_	*
+3	take	take	VERB	_	_	_	_	_	ss=v.possession	*
+4	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+5	but	but	CCONJ	_	_	_	_	_	_	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	quick	quick	ADJ	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	fix	fix	VERB	_	_	_	_	_	ss=v.change	1:X
+10	a	a	DET	_	_	_	_	_	_	*
+11	problem	problem	NOUN	_	_	_	_	_	_	1
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.2
+# sent_counter = 4178
+# text = B&B came out very quickly to give us our quote back in June .
+1	B&B	b&b	PROPN	_	_	_	_	_	ss=n.group	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	out	out	ADV	_	_	_	_	_	_	1
+4	very	very	ADV	_	_	_	_	_	_	*
+5	quickly	quickly	ADV	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	give	give	VERB	_	_	_	_	_	ss=v.communication	2:X
+8	us	us	PRON	_	_	_	_	_	_	*
+9	our	our	PRON	_	_	_	_	_	_	*
+10	quote	quote	NOUN	_	_	_	_	_	_	2
+11	back	back	ADV	_	_	_	_	_	_	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	June	june	PROPN	_	_	_	_	_	ss=n.time	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.3
+# sent_counter = 4179
+# text = They were very polite , eager to answer any questions and willing to wait for us to return from vacation to begin installing our fence .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	polite	polite	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	eager	eager	ADJ	_	_	_	_	_	_	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+9	any	any	DET	_	_	_	_	_	_	*
+10	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	willing	willing	ADJ	_	_	_	_	_	_	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	wait	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+15	for	for	SCONJ	_	_	_	_	_	_	*
+16	us	us	PRON	_	_	_	_	_	_	*
+17	to	to	PART	_	_	_	_	_	_	*
+18	return	return	VERB	_	_	_	_	_	ss=v.motion	*
+19	from	from	ADP	_	_	_	_	_	_	*
+20	vacation	vacation	NOUN	_	_	_	_	_	ss=n.event	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	begin	begin	VERB	_	_	_	_	_	ss=v.stative	*
+23	installing	instal	VERB	_	_	_	_	_	ss=v.contact	*
+24	our	our	PRON	_	_	_	_	_	_	*
+25	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.4
+# sent_counter = 4180
+# text = Our fence was installed quickly in August and they had their money and left saying " Workmanship is guaranteed for a year ! " .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	installed	instal	VERB	_	_	_	_	_	ss=v.contact	*
+5	quickly	quickly	ADV	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	August	august	PROPN	_	_	_	_	_	ss=n.time	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	they	they	PRON	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	left	leave	VERB	_	_	_	_	_	ss=v.motion	*
+15	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+17	Workmanship	workmanship	NOUN	_	_	_	_	_	ss=n.attribute	*
+18	is	be	AUX	_	_	_	_	_	_	*
+19	guaranteed	guarantee	VERB	_	_	_	_	_	ss=v.communication	*
+20	for	for	ADP	_	_	_	_	_	_	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+24	"	"	PUNCT	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.6
+# sent_counter = 4181
+# text = We called our representative who assured me he would call the office and have it taken care of .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	our	our	PRON	_	_	_	_	_	_	*
+4	representative	representative	NOUN	_	_	_	_	_	ss=n.person	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	assured	assure	VERB	_	_	_	_	_	ss=v.communication	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	he	he	PRON	_	_	_	_	_	_	*
+9	would	would	AUX	_	_	_	_	_	_	*
+10	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	taken	take	VERB	_	_	_	_	_	ss=v.social	1:X
+17	care	care	NOUN	_	_	_	_	_	_	1
+18	of	of	ADP	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.7
+# sent_counter = 4182
+# text = We heard nothing .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	heard	hear	VERB	_	_	_	_	_	ss=v.communication	*
+3	nothing	nothing	NOUN	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.8
+# sent_counter = 4183
+# text = We then called the office and the man we spoke to said he 'd send someone out to look at it but could n't promise when - two weeks came and went and we heard nothing .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	spoke	speak	VERB	_	_	_	_	_	ss=v.communication	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	he	he	PRON	_	_	_	_	_	_	*
+14	'd	'd	AUX	_	_	_	_	_	_	*
+15	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+16	someone	someone	NOUN	_	_	_	_	_	_	*
+17	out	out	ADV	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+20	at	at	ADP	_	_	_	_	_	_	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	but	but	CCONJ	_	_	_	_	_	_	*
+23	could	could	AUX	_	_	_	_	_	_	*
+24	n't	n't	PART	_	_	_	_	_	_	*
+25	promise	promise	VERB	_	_	_	_	_	ss=v.communication	*
+26	when	when	ADV	_	_	_	_	_	_	*
+27	-	-	PUNCT	_	_	_	_	_	_	*
+28	two	two	NUM	_	_	_	_	_	_	*
+29	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+30	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+31	and	and	CCONJ	_	_	_	_	_	_	1
+32	went	go	VERB	_	_	_	_	_	_	1
+33	and	and	CCONJ	_	_	_	_	_	_	*
+34	we	we	PRON	_	_	_	_	_	_	*
+35	heard	hear	VERB	_	_	_	_	_	ss=v.communication	*
+36	nothing	nothing	NOUN	_	_	_	_	_	_	*
+37	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.9
+# sent_counter = 4184
+# text = I just called again and was told that workmanship , not wood , is guaranteed for a year - well in my opinion - the wood split due to a nail which is part of workmanship !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	again	again	ADV	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	_	*
+7	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	workmanship	workmanship	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	not	not	CCONJ	_	_	_	_	_	_	*
+12	wood	wood	NOUN	_	_	_	_	_	ss=n.natural_object	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	is	be	AUX	_	_	_	_	_	_	*
+15	guaranteed	guarantee	VERB	_	_	_	_	_	ss=v.communication	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+19	-	-	PUNCT	_	_	_	_	_	_	*
+20	well	well	INTJ	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	1:X
+22	my	my	PRON	_	_	_	_	_	_	1
+23	opinion	opinion	NOUN	_	_	_	_	_	_	1
+24	-	-	PUNCT	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	wood	wood	NOUN	_	_	_	_	_	ss=n.natural_object	*
+27	split	split	VERB	_	_	_	_	_	ss=v.change	*
+28	due	due	ADP	_	_	_	_	_	_	2:X
+29	to	to	ADP	_	_	_	_	_	_	2
+30	a	a	DET	_	_	_	_	_	_	*
+31	nail	nail	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	which	which	DET	_	_	_	_	_	_	*
+33	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+34	part	part	NOUN	_	_	_	_	_	ss=n.quantity	*
+35	of	of	ADP	_	_	_	_	_	_	*
+36	workmanship	workmanship	NOUN	_	_	_	_	_	ss=n.attribute	*
+37	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.12
+# sent_counter = 4185
+# text = YES !
+1	YES	yes	INTJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.14
+# sent_counter = 4186
+# text = I 'm very frustrated at this point - it would take all of 10 min for them to come by and replace the one board that is cracked ( the crack is deep enough to stick a penny in it and it goes clear through ) yet they do not want to take the time to bother with what once WAS a happy customer and has now become a dissatisfied customer .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	frustrated	frustrated	ADJ	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	1:X
+6	this	this	DET	_	_	_	_	_	_	1
+7	point	point	NOUN	_	_	_	_	_	_	1
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	would	would	AUX	_	_	_	_	_	_	*
+11	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+12	all	all	DET	_	_	_	_	_	_	2:X
+13	of	of	ADP	_	_	_	_	_	_	2
+14	10	10	NUM	_	_	_	_	_	_	*
+15	min	min	NOUN	_	_	_	_	_	ss=n.time	*
+16	for	for	SCONJ	_	_	_	_	_	_	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	come	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+20	by	by	ADV	_	_	_	_	_	_	3
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	replace	replace	VERB	_	_	_	_	_	ss=v.change	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	one	one	NUM	_	_	_	_	_	_	*
+25	board	board	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	that	that	DET	_	_	_	_	_	_	*
+27	is	be	AUX	_	_	_	_	_	ss=v.stative	*
+28	cracked	crack	VERB	_	_	_	_	_	_	*
+29	(	(	PUNCT	_	_	_	_	_	_	*
+30	the	the	DET	_	_	_	_	_	_	*
+31	crack	crack	NOUN	_	_	_	_	_	ss=n.natural_object	*
+32	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+33	deep	deep	ADJ	_	_	_	_	_	_	*
+34	enough	enough	ADV	_	_	_	_	_	_	*
+35	to	to	PART	_	_	_	_	_	_	*
+36	stick	stick	VERB	_	_	_	_	_	ss=v.contact	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	penny	penny	NOUN	_	_	_	_	_	ss=n.possession	*
+39	in	in	ADP	_	_	_	_	_	_	*
+40	it	it	PRON	_	_	_	_	_	_	*
+41	and	and	CCONJ	_	_	_	_	_	_	*
+42	it	it	PRON	_	_	_	_	_	_	*
+43	goes	go	VERB	_	_	_	_	_	ss=v.motion	*
+44	clear	clear	ADV	_	_	_	_	_	_	*
+45	through	through	ADV	_	_	_	_	_	_	*
+46	)	)	PUNCT	_	_	_	_	_	_	*
+47	yet	yet	CCONJ	_	_	_	_	_	_	*
+48	they	they	PRON	_	_	_	_	_	_	*
+49	do	do	AUX	_	_	_	_	_	_	*
+50	not	not	PART	_	_	_	_	_	_	*
+51	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+52	to	to	PART	_	_	_	_	_	_	*
+53	take	take	VERB	_	_	_	_	_	ss=v.social	4:X
+54	the	the	DET	_	_	_	_	_	_	4
+55	time	time	NOUN	_	_	_	_	_	_	4
+56	to	to	PART	_	_	_	_	_	_	*
+57	bother	bother	VERB	_	_	_	_	_	ss=v.social	*
+58	with	with	SCONJ	_	_	_	_	_	_	*
+59	what	what	PRON	_	_	_	_	_	_	*
+60	once	once	ADV	_	_	_	_	_	_	*
+61	WAS	be	VERB	_	_	_	_	_	ss=v.stative	*
+62	a	a	DET	_	_	_	_	_	_	*
+63	happy	happy	ADJ	_	_	_	_	_	_	*
+64	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+65	and	and	CCONJ	_	_	_	_	_	_	*
+66	has	have	AUX	_	_	_	_	_	_	*
+67	now	now	ADV	_	_	_	_	_	_	*
+68	become	become	VERB	_	_	_	_	_	ss=v.change	*
+69	a	a	DET	_	_	_	_	_	_	*
+70	dissatisfied	dissatisfied	ADJ	_	_	_	_	_	_	*
+71	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+72	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.15
+# sent_counter = 4187
+# text = So I figure if they do n't want to take the time to fix the fence that they installed then I 'll take the time to let everyone I can know about how they treat customers once they have your money !!!
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	figure	figure	VERB	_	_	_	_	_	ss=v.cognition	*
+4	if	if	SCONJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+11	the	the	DET	_	_	_	_	_	_	1
+12	time	time	NOUN	_	_	_	_	_	_	1
+13	to	to	PART	_	_	_	_	_	_	*
+14	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	that	that	DET	_	_	_	_	_	_	*
+18	they	they	PRON	_	_	_	_	_	_	*
+19	installed	instal	VERB	_	_	_	_	_	ss=v.stative	*
+20	then	then	ADV	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	'll	'll	AUX	_	_	_	_	_	_	*
+23	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+24	the	the	DET	_	_	_	_	_	_	2
+25	time	time	NOUN	_	_	_	_	_	_	2
+26	to	to	PART	_	_	_	_	_	_	*
+27	let	let	VERB	_	_	_	_	_	ss=v.communication	3:X
+28	everyone	everyone	NOUN	_	_	_	_	_	_	*
+29	I	i	PRON	_	_	_	_	_	_	*
+30	can	can	AUX	_	_	_	_	_	_	*
+31	know	know	VERB	_	_	_	_	_	_	3
+32	about	about	SCONJ	_	_	_	_	_	_	*
+33	how	how	ADV	_	_	_	_	_	_	*
+34	they	they	PRON	_	_	_	_	_	_	*
+35	treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+36	customers	customer	NOUN	_	_	_	_	_	ss=n.group	*
+37	once	once	SCONJ	_	_	_	_	_	_	*
+38	they	they	PRON	_	_	_	_	_	_	*
+39	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+40	your	your	PRON	_	_	_	_	_	_	*
+41	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+42	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.16
+# sent_counter = 4188
+# text = STAY AWAY !!!
+1	STAY	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	AWAY	away	ADV	_	_	_	_	_	_	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.17
+# sent_counter = 4189
+# text = YOU GET WHAT YOU PAY FOR !!!
+1	YOU	you	PRON	_	_	_	_	_	_	1:X
+2	GET	get	VERB	_	_	_	_	_	_	1
+3	WHAT	what	PRON	_	_	_	_	_	_	1
+4	YOU	you	PRON	_	_	_	_	_	_	1
+5	PAY	pay	VERB	_	_	_	_	_	_	1
+6	FOR	for	ADP	_	_	_	_	_	_	1
+7	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.043020.19
+# sent_counter = 4190
+# text = When the fence was first installed I would have given them five stars , now for their poor customer follow - up and unwillingness to fix the fence they have dropped to a one - star in my opinion !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	first	first	ADV	_	_	_	_	_	_	*
+6	installed	instal	VERB	_	_	_	_	_	ss=v.stative	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	would	would	AUX	_	_	_	_	_	_	*
+9	have	have	AUX	_	_	_	_	_	_	*
+10	given	give	VERB	_	_	_	_	_	ss=v.communication	*
+11	them	them	PRON	_	_	_	_	_	_	*
+12	five	five	NUM	_	_	_	_	_	_	*
+13	stars	star	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	now	now	ADV	_	_	_	_	_	_	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	their	their	PRON	_	_	_	_	_	_	*
+18	poor	poor	ADJ	_	_	_	_	_	_	*
+19	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+20	follow	follow	NOUN	_	_	_	_	_	ss=n.act	1:X
+21	-	-	PUNCT	_	_	_	_	_	_	1
+22	up	up	NOUN	_	_	_	_	_	_	1
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	unwillingness	unwillingness	NOUN	_	_	_	_	_	ss=n.attribute	*
+25	to	to	PART	_	_	_	_	_	_	*
+26	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	fence	fence	NOUN	_	_	_	_	_	ss=n.artifact	*
+29	they	they	PRON	_	_	_	_	_	_	*
+30	have	have	AUX	_	_	_	_	_	_	*
+31	dropped	drop	VERB	_	_	_	_	_	ss=v.change	*
+32	to	to	ADP	_	_	_	_	_	_	*
+33	a	a	DET	_	_	_	_	_	_	*
+34	one	one	NUM	_	_	_	_	_	ss=n.attribute	2:X
+35	-	-	PUNCT	_	_	_	_	_	_	2
+36	star	star	NOUN	_	_	_	_	_	_	2
+37	in	in	ADP	_	_	_	_	_	_	3:X
+38	my	my	PRON	_	_	_	_	_	_	*
+39	opinion	opinion	NOUN	_	_	_	_	_	_	3
+40	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.1
+# sent_counter = 4191
+# text = Good and Bad
+1	Good	good	ADJ	_	_	_	_	_	_	1:X
+2	and	and	CCONJ	_	_	_	_	_	_	1
+3	Bad	bad	ADJ	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.2
+# sent_counter = 4192
+# text = I had to take care of the ants myself .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+5	care	care	NOUN	_	_	_	_	_	_	2
+6	of	of	ADP	_	_	_	_	_	_	2
+7	the	the	DET	_	_	_	_	_	_	*
+8	ants	ant	NOUN	_	_	_	_	_	ss=n.animal	*
+9	myself	myself	PRON	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.3
+# sent_counter = 4193
+# text = But I found the location wonderful and the neighbors very kind .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+6	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	neighbors	neighbor	NOUN	_	_	_	_	_	ss=n.person	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	kind	kind	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.4
+# sent_counter = 4194
+# text = Never had a problem with the staff and found them very helpful when something went wrong .
+1	Never	never	ADV	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	problem	problem	NOUN	_	_	_	_	_	_	1
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	helpful	helpful	ADJ	_	_	_	_	_	_	*
+13	when	when	ADV	_	_	_	_	_	_	*
+14	something	something	NOUN	_	_	_	_	_	_	*
+15	went	go	VERB	_	_	_	_	_	ss=v.change	2:X
+16	wrong	wrong	ADJ	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.6
+# sent_counter = 4195
+# text = Because of the ants I dropped them to a 3 star .
+1	Because	because	ADP	_	_	_	_	_	_	1:X
+2	of	of	ADP	_	_	_	_	_	_	1
+3	the	the	DET	_	_	_	_	_	_	*
+4	ants	ant	NOUN	_	_	_	_	_	ss=n.animal	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	dropped	drop	VERB	_	_	_	_	_	ss=v.change	*
+7	them	them	PRON	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	3	3	NUM	_	_	_	_	_	ss=n.attribute	2:X
+11	star	star	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.067423.2
+# sent_counter = 4196
+# text = Our family has been trusting Doctor Hank with our teeth for the last seven years .
+1	Our	our	PRON	_	_	_	_	_	_	*
+2	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	trusting	trust	VERB	_	_	_	_	_	ss=v.cognition	1:X
+6	Doctor	doctor	PROPN	_	_	_	_	_	ss=n.person	2:X
+7	Hank	hank	PROPN	_	_	_	_	_	_	2
+8	with	with	ADP	_	_	_	_	_	_	1
+9	our	our	PRON	_	_	_	_	_	_	*
+10	teeth	teeth	NOUN	_	_	_	_	_	ss=n.body	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	last	last	ADJ	_	_	_	_	_	_	*
+14	seven	seven	NUM	_	_	_	_	_	_	*
+15	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.067423.4
+# sent_counter = 4197
+# text = Everyone on staff is very professional and friendly .
+1	Everyone	everyone	NOUN	_	_	_	_	_	_	*
+2	on	on	ADP	_	_	_	_	_	_	1:X
+3	staff	staff	NOUN	_	_	_	_	_	_	1
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	professional	professional	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	friendly	friendly	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.044427.5
+# sent_counter = 4198
+# text = Loved the pool and BBQ .
+1	Loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	pool	pool	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	BBQ	bbq	NOUN	_	_	_	_	_	ss=n.food	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.1
+# sent_counter = 4199
+# text = Disatisfied customer , I went through Kitchen Aid and used one of their recommended vendors .
+1	Disatisfied	disatisfied	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	went	go	VERB	_	_	_	_	_	ss=v.social	*
+6	through	through	ADP	_	_	_	_	_	_	*
+7	Kitchen	kitchen	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Aid	aid	PROPN	_	_	_	_	_	_	1
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	used	use	VERB	_	_	_	_	_	ss=v.social	*
+11	one	one	NUM	_	_	_	_	_	_	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	their	their	PRON	_	_	_	_	_	_	*
+14	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+15	vendors	vendor	NOUN	_	_	_	_	_	ss=n.person	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.5
+# sent_counter = 4200
+# text = Their quote came in at half the price of A&E for the same work and same part .
+1	Their	their	PRON	_	_	_	_	_	_	*
+2	quote	quote	NOUN	_	_	_	_	_	ss=n.communication	*
+3	came	come	VERB	_	_	_	_	_	ss=v.communication	1:X
+4	in	in	ADV	_	_	_	_	_	_	1
+5	at	at	ADP	_	_	_	_	_	_	*
+6	half	half	DET	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	A&E	a&e	PROPN	_	_	_	_	_	ss=n.group	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	same	same	ADJ	_	_	_	_	_	_	*
+14	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	same	same	ADJ	_	_	_	_	_	_	*
+17	part	part	NOUN	_	_	_	_	_	ss=n.quantity	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.4
+# sent_counter = 4201
+# text = Since I 'm usually at work late Deb has stayed around to help me out when needed .
+1	Since	since	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+4	usually	usually	ADV	_	_	_	_	_	_	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	late	late	ADV	_	_	_	_	_	_	*
+8	Deb	deb	PROPN	_	_	_	_	_	ss=n.person	*
+9	has	have	AUX	_	_	_	_	_	_	*
+10	stayed	stay	VERB	_	_	_	_	_	ss=v.motion	*
+11	around	around	ADV	_	_	_	_	_	_	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	help	help	VERB	_	_	_	_	_	ss=v.social	1:X
+14	me	me	PRON	_	_	_	_	_	_	*
+15	out	out	ADP	_	_	_	_	_	_	1
+16	when	when	ADV	_	_	_	_	_	_	*
+17	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.4
+# sent_counter = 4202
+# text = Each of you should be proud of your massive contributions throughout the year !
+1	Each	each	DET	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	should	should	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	proud	proud	ADJ	_	_	_	_	_	_	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	your	your	PRON	_	_	_	_	_	_	*
+9	massive	massive	ADJ	_	_	_	_	_	_	*
+10	contributions	contribution	NOUN	_	_	_	_	_	ss=n.act	*
+11	throughout	throughout	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.8
+# sent_counter = 4203
+# text = I knew I had found the real deal , big pies , sold by the slice , with the pizzas sitting under the glass in the front .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	knew	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	had	have	AUX	_	_	_	_	_	_	*
+5	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+6	the	the	DET	_	_	_	_	_	ss=n.communication	1:X
+7	real	real	ADJ	_	_	_	_	_	_	1
+8	deal	deal	NOUN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	big	big	ADJ	_	_	_	_	_	_	*
+11	pies	pie	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	sold	sell	VERB	_	_	_	_	_	ss=v.possession	*
+14	by	by	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	with	with	SCONJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	pizzas	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+21	sitting	sit	VERB	_	_	_	_	_	ss=v.stative	*
+22	under	under	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	glass	glass	NOUN	_	_	_	_	_	ss=n.artifact	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	the	the	DET	_	_	_	_	_	_	*
+27	front	front	NOUN	_	_	_	_	_	ss=n.location	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.16
+# sent_counter = 4204
+# text = We had no choice but to stay but will take this as far as we can .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	but	but	SCONJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	stay	stay	VERB	_	_	_	_	_	ss=v.motion	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+11	this	this	DET	_	_	_	_	_	_	*
+12	as	as	ADV	_	_	_	_	_	_	1
+13	far	far	ADV	_	_	_	_	_	_	1
+14	as	as	SCONJ	_	_	_	_	_	_	1
+15	we	we	PRON	_	_	_	_	_	_	*
+16	can	can	AUX	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.3
+# sent_counter = 4205
+# text = When we walked in , the person behind desk said : " oh well , you must wait , I am in the middle of something . "
+1	When	when	ADV	_	_	_	_	_	_	*
+2	we	we	PRON	_	_	_	_	_	_	*
+3	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+4	in	in	ADV	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	behind	behind	ADP	_	_	_	_	_	_	*
+9	desk	desk	NOUN	_	_	_	_	_	ss=n.location	*
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	:	:	PUNCT	_	_	_	_	_	_	*
+12	"	"	PUNCT	_	_	_	_	_	_	*
+13	oh	oh	INTJ	_	_	_	_	_	_	*
+14	well	well	INTJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	must	must	AUX	_	_	_	_	_	_	*
+18	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	I	i	PRON	_	_	_	_	_	_	*
+21	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+22	in	in	ADP	_	_	_	_	_	_	1:X
+23	the	the	DET	_	_	_	_	_	_	1
+24	middle	middle	NOUN	_	_	_	_	_	_	1
+25	of	of	ADP	_	_	_	_	_	_	1
+26	something	something	NOUN	_	_	_	_	_	_	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+28	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.5
+# sent_counter = 4206
+# text = Somewhere in between his rudeness he asked if we smoked .
+1	Somewhere	somewhere	ADV	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	1:X
+3	between	between	ADP	_	_	_	_	_	_	1
+4	his	his	PRON	_	_	_	_	_	_	*
+5	rudeness	rudeness	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	he	he	PRON	_	_	_	_	_	_	*
+7	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	we	we	PRON	_	_	_	_	_	_	*
+10	smoked	smoke	VERB	_	_	_	_	_	ss=v.body	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.3
+# sent_counter = 4207
+# text = I explained that i was already on my way and i would rush to get there as soon as i could because i needed my car for work at 5 am , but the guy was arguing with me saying he was gon na lock the doors right at 5:30 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	explained	explain	VERB	_	_	_	_	_	ss=v.communication	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	i	i	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	already	already	ADV	_	_	_	_	_	_	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	my	my	PRON	_	_	_	_	_	_	*
+9	way	way	NOUN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	rush	rush	VERB	_	_	_	_	_	ss=v.motion	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+16	there	there	ADV	_	_	_	_	_	_	*
+17	as	as	ADV	_	_	_	_	_	_	2:X
+18	soon	soon	ADV	_	_	_	_	_	_	2
+19	as	as	SCONJ	_	_	_	_	_	_	2
+20	i	i	PRON	_	_	_	_	_	_	*
+21	could	could	AUX	_	_	_	_	_	_	*
+22	because	because	SCONJ	_	_	_	_	_	_	*
+23	i	i	PRON	_	_	_	_	_	_	*
+24	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+25	my	my	PRON	_	_	_	_	_	_	*
+26	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+27	for	for	ADP	_	_	_	_	_	_	*
+28	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+29	at	at	ADP	_	_	_	_	_	_	*
+30	5	5	NUM	_	_	_	_	_	_	*
+31	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	but	but	CCONJ	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+36	was	be	AUX	_	_	_	_	_	_	*
+37	arguing	argue	VERB	_	_	_	_	_	ss=v.communication	*
+38	with	with	ADP	_	_	_	_	_	_	*
+39	me	me	PRON	_	_	_	_	_	_	*
+40	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+41	he	he	PRON	_	_	_	_	_	_	*
+42	was	be	AUX	_	_	_	_	_	_	*
+43	gon	gon	VERB	_	_	_	_	_	_	3:X
+44	na	na	PART	_	_	_	_	_	_	3
+45	lock	lock	VERB	_	_	_	_	_	ss=v.change	*
+46	the	the	DET	_	_	_	_	_	_	*
+47	doors	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+48	right	right	ADV	_	_	_	_	_	_	*
+49	at	at	ADP	_	_	_	_	_	_	*
+50	5:30	5:30	NUM	_	_	_	_	_	_	*
+51	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.3
+# sent_counter = 4208
+# text = I 've read some of the reviews below and would like to state that yes , like any other doctor s office there is sometimes a wait ( depending on what other patients are being seen for ) and some of the tests and procedures that are ran can be costly ( just like they would be for any other medical tests elsewhere if you do not have insurance ) ...
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+8	below	below	ADV	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	would	would	AUX	_	_	_	_	_	_	1:X
+11	like	like	VERB	_	_	_	_	_	_	1
+12	to	to	PART	_	_	_	_	_	_	*
+13	state	state	VERB	_	_	_	_	_	ss=v.communication	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	yes	yes	INTJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	like	like	ADP	_	_	_	_	_	_	*
+18	any	any	DET	_	_	_	_	_	_	*
+19	other	other	ADJ	_	_	_	_	_	_	*
+20	doctor	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+21	s	s	PART	_	_	_	_	_	_	*
+22	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+23	there	there	PRON	_	_	_	_	_	_	*
+24	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+25	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	wait	wait	NOUN	_	_	_	_	_	ss=n.artifact	*
+28	(	(	PUNCT	_	_	_	_	_	_	*
+29	depending	depend	VERB	_	_	_	_	_	_	2:X
+30	on	on	SCONJ	_	_	_	_	_	_	2
+31	what	what	PRON	_	_	_	_	_	_	*
+32	other	other	ADJ	_	_	_	_	_	_	*
+33	patients	patient	NOUN	_	_	_	_	_	ss=n.group	3:X
+34	are	be	AUX	_	_	_	_	_	_	*
+35	being	be	AUX	_	_	_	_	_	_	*
+36	seen	see	VERB	_	_	_	_	_	_	3
+37	for	for	ADP	_	_	_	_	_	_	*
+38	)	)	PUNCT	_	_	_	_	_	_	*
+39	and	and	CCONJ	_	_	_	_	_	_	*
+40	some	some	DET	_	_	_	_	_	_	*
+41	of	of	ADP	_	_	_	_	_	_	*
+42	the	the	DET	_	_	_	_	_	_	*
+43	tests	test	NOUN	_	_	_	_	_	ss=n.act	*
+44	and	and	CCONJ	_	_	_	_	_	_	*
+45	procedures	procedure	NOUN	_	_	_	_	_	ss=n.act	*
+46	that	that	DET	_	_	_	_	_	_	*
+47	are	be	AUX	_	_	_	_	_	_	*
+48	ran	run	VERB	_	_	_	_	_	ss=v.social	*
+49	can	can	AUX	_	_	_	_	_	_	*
+50	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+51	costly	costly	ADJ	_	_	_	_	_	_	*
+52	(	(	PUNCT	_	_	_	_	_	_	*
+53	just	just	ADV	_	_	_	_	_	_	*
+54	like	like	SCONJ	_	_	_	_	_	_	*
+55	they	they	PRON	_	_	_	_	_	_	*
+56	would	would	AUX	_	_	_	_	_	_	*
+57	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+58	for	for	ADP	_	_	_	_	_	_	*
+59	any	any	DET	_	_	_	_	_	_	*
+60	other	other	ADJ	_	_	_	_	_	_	*
+61	medical	medical	ADJ	_	_	_	_	_	_	*
+62	tests	test	NOUN	_	_	_	_	_	ss=n.cognition	*
+63	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+64	if	if	SCONJ	_	_	_	_	_	_	*
+65	you	you	PRON	_	_	_	_	_	_	*
+66	do	do	AUX	_	_	_	_	_	_	*
+67	not	not	PART	_	_	_	_	_	_	*
+68	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+69	insurance	insurance	NOUN	_	_	_	_	_	ss=n.possession	*
+70	)	)	PUNCT	_	_	_	_	_	_	*
+71	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.4
+# sent_counter = 4209
+# text = I have seen several of the providers from the office and have not once been shown anything but care and consideration .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	seen	see	VERB	_	_	_	_	_	ss=v.cognition	*
+4	several	several	ADJ	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	providers	provider	NOUN	_	_	_	_	_	ss=n.person	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	once	once	ADV	_	_	_	_	_	_	*
+15	been	be	AUX	_	_	_	_	_	_	*
+16	shown	show	VERB	_	_	_	_	_	ss=v.social	*
+17	anything	anything	NOUN	_	_	_	_	_	_	*
+18	but	but	ADP	_	_	_	_	_	_	*
+19	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	consideration	consideration	NOUN	_	_	_	_	_	ss=n.feeling	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229623.4
+# sent_counter = 4210
+# text = For $ 4 it was a nice break from the monotony of winter indoors with a toddler .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	$	$	SYM	_	_	_	_	_	_	*
+3	4	4	NUM	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	break	break	NOUN	_	_	_	_	_	ss=n.event	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	monotony	monotony	NOUN	_	_	_	_	_	ss=n.attribute	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	winter	winter	NOUN	_	_	_	_	_	ss=n.time	*
+14	indoors	indoors	ADV	_	_	_	_	_	_	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	toddler	toddler	NOUN	_	_	_	_	_	ss=n.person	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.4
+# sent_counter = 4211
+# text = I called in my order and upon arriving to pick it up , they got my order confused with someone else s .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	my	my	PRON	_	_	_	_	_	_	*
+5	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	upon	upon	SCONJ	_	_	_	_	_	_	*
+8	arriving	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	pick	pick	VERB	_	_	_	_	_	ss=v.possession	2:X
+11	it	it	PRON	_	_	_	_	_	_	*
+12	up	up	ADP	_	_	_	_	_	_	2
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+18	confused	confuse	VERB	_	_	_	_	_	ss=v.cognition	*
+19	with	with	ADP	_	_	_	_	_	_	*
+20	someone	someone	NOUN	_	_	_	_	_	ss=n.person	*
+21	else	else	ADJ	_	_	_	_	_	_	*
+22	s	s	PART	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248124.3
+# sent_counter = 4212
+# text = It is the attention to detail and the quality of the work taught at TomiPilates that sets this studio apart from the others .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	attention	attention	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	to	to	ADP	_	_	_	_	_	_	1
+6	detail	detail	NOUN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+13	taught	teach	VERB	_	_	_	_	_	ss=v.cognition	*
+14	at	at	ADP	_	_	_	_	_	_	*
+15	TomiPilates	tomipilates	PROPN	_	_	_	_	_	ss=n.group	*
+16	that	that	DET	_	_	_	_	_	_	*
+17	sets	set	VERB	_	_	_	_	_	ss=v.stative	2:X
+18	this	this	DET	_	_	_	_	_	_	*
+19	studio	studio	NOUN	_	_	_	_	_	ss=n.group	*
+20	apart	apart	ADV	_	_	_	_	_	_	2
+21	from	from	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	others	others	NOUN	_	_	_	_	_	ss=n.group	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303922.3
+# sent_counter = 4213
+# text = The team at Bradley Chevron kept my car running for well past its expected death !
+1	The	the	DET	_	_	_	_	_	_	*
+2	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Bradley	bradley	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Chevron	chevron	PROPN	_	_	_	_	_	_	1
+6	kept	keep	VERB	_	_	_	_	_	ss=v.stative	2:X
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	running	run	VERB	_	_	_	_	_	_	2
+10	for	for	ADP	_	_	_	_	_	_	*
+11	well	well	ADV	_	_	_	_	_	_	*
+12	past	past	ADP	_	_	_	_	_	_	*
+13	its	it	PRON	_	_	_	_	_	_	*
+14	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+15	death	death	NOUN	_	_	_	_	_	ss=n.event	*
+16	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303922.4
+# sent_counter = 4214
+# text = They are honest about ' immediate ' concerns versus ' recommended ' repairs and have very fair prices .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	honest	honest	ADJ	_	_	_	_	_	_	*
+4	about	about	ADP	_	_	_	_	_	_	*
+5	'	'	PUNCT	_	_	_	_	_	_	*
+6	immediate	immediate	ADJ	_	_	_	_	_	_	*
+7	'	'	PUNCT	_	_	_	_	_	_	*
+8	concerns	concern	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	versus	versus	ADP	_	_	_	_	_	_	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	recommended	recommend	VERB	_	_	_	_	_	_	*
+12	'	'	PUNCT	_	_	_	_	_	_	*
+13	repairs	repair	NOUN	_	_	_	_	_	ss=n.act	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	fair	fair	ADJ	_	_	_	_	_	_	*
+18	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.5
+# sent_counter = 4215
+# text = I hate to say check them out just for the salsa , but James , I NEED another jar badly :) All kidding aside , they are a very good company , I have a hard time giving any service biz a 5 star review but they came close .
+1	I	i	PRON	_	_	_	_	_	_	1:X
+2	hate	hate	VERB	_	_	_	_	_	_	1
+3	to	to	PART	_	_	_	_	_	_	1
+4	say	say	VERB	_	_	_	_	_	_	1
+5	check	check	VERB	_	_	_	_	_	ss=v.social	2:X
+6	them	them	PRON	_	_	_	_	_	_	*
+7	out	out	ADP	_	_	_	_	_	_	2
+8	just	just	ADV	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	James	james	PROPN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	NEED	need	VERB	_	_	_	_	_	ss=v.cognition	*
+18	another	another	DET	_	_	_	_	_	_	*
+19	jar	jar	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	badly	badly	ADV	_	_	_	_	_	_	*
+21	:)	:)	SYM	_	_	_	_	_	_	*
+22	All	all	DET	_	_	_	_	_	_	3:X
+23	kidding	kidding	NOUN	_	_	_	_	_	_	3
+24	aside	aside	ADV	_	_	_	_	_	_	3
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	a	a	DET	_	_	_	_	_	_	*
+29	very	very	ADV	_	_	_	_	_	_	*
+30	good	good	ADJ	_	_	_	_	_	_	*
+31	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+32	,	,	PUNCT	_	_	_	_	_	_	*
+33	I	i	PRON	_	_	_	_	_	_	*
+34	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+35	a	a	DET	_	_	_	_	_	_	*
+36	hard	hard	ADJ	_	_	_	_	_	_	*
+37	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+38	giving	give	VERB	_	_	_	_	_	ss=v.stative	*
+39	any	any	DET	_	_	_	_	_	_	*
+40	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+41	biz	biz	NOUN	_	_	_	_	_	ss=n.group	*
+42	a	a	DET	_	_	_	_	_	_	*
+43	5	5	NUM	_	_	_	_	_	ss=n.communication	4:X
+44	star	star	NOUN	_	_	_	_	_	_	4
+45	review	review	NOUN	_	_	_	_	_	ss=n.communication	*
+46	but	but	CCONJ	_	_	_	_	_	_	*
+47	they	they	PRON	_	_	_	_	_	_	*
+48	came	come	VERB	_	_	_	_	_	ss=v.stative	*
+49	close	close	ADV	_	_	_	_	_	_	*
+50	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.10
+# sent_counter = 4216
+# text = The apartment across from mine belonged to a gang of hookers .
+1	The	the	DET	_	_	_	_	_	_	*
+2	apartment	apartment	NOUN	_	_	_	_	_	ss=n.group	*
+3	across	across	ADP	_	_	_	_	_	_	*
+4	from	from	ADP	_	_	_	_	_	_	*
+5	mine	mine	PRON	_	_	_	_	_	_	*
+6	belonged	belong	VERB	_	_	_	_	_	ss=v.possession	1:X
+7	to	to	ADP	_	_	_	_	_	_	1
+8	a	a	DET	_	_	_	_	_	_	*
+9	gang	gang	NOUN	_	_	_	_	_	ss=n.group	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	hookers	hooker	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.8
+# sent_counter = 4217
+# text = They told me that this is not under warranty and want to charge me $ 175 just to diagnose the problem !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	under	under	ADP	_	_	_	_	_	_	1:X
+9	warranty	warranty	NOUN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	charge	charge	VERB	_	_	_	_	_	ss=v.possession	*
+14	me	me	PRON	_	_	_	_	_	_	*
+15	$	$	SYM	_	_	_	_	_	_	*
+16	175	175	NUM	_	_	_	_	_	_	*
+17	just	just	ADV	_	_	_	_	_	_	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	diagnose	diagnose	VERB	_	_	_	_	_	ss=v.cognition	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.5
+# sent_counter = 4218
+# text = Seems like all they care about is the money and getting home on time , NO care for the customers AT ALL !!!
+1	Seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+2	like	like	SCONJ	_	_	_	_	_	_	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	getting	get	VERB	_	_	_	_	_	ss=v.motion	*
+12	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+13	on	on	ADP	_	_	_	_	_	_	1:X
+14	time	time	NOUN	_	_	_	_	_	_	1
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	NO	no	DET	_	_	_	_	_	_	*
+17	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+18	for	for	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	customers	customer	NOUN	_	_	_	_	_	ss=n.group	*
+21	AT	at	ADV	_	_	_	_	_	_	2:X
+22	ALL	all	ADV	_	_	_	_	_	_	2
+23	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229623.2
+# sent_counter = 4219
+# text = While there was n't too much available for their age ( ball pit , bouncy area and a little padded pyramid to climb on ) , we went right when they opened at 10 am on a winter weekday and ended up being the only ones there , so we were given a little more liberty than we would have if others had been there .
+1	While	while	SCONJ	_	_	_	_	_	_	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	much	much	ADJ	_	_	_	_	_	_	*
+7	available	available	ADJ	_	_	_	_	_	_	*
+8	for	for	ADP	_	_	_	_	_	_	1:X
+9	their	their	PRON	_	_	_	_	_	_	*
+10	age	age	NOUN	_	_	_	_	_	_	1
+11	(	(	PUNCT	_	_	_	_	_	_	*
+12	ball	ball	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+13	pit	pit	NOUN	_	_	_	_	_	_	2
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	bouncy	bouncy	ADJ	_	_	_	_	_	_	*
+16	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	little	little	ADJ	_	_	_	_	_	_	*
+20	padded	padded	ADJ	_	_	_	_	_	_	*
+21	pyramid	pyramid	NOUN	_	_	_	_	_	ss=n.shape	*
+22	to	to	PART	_	_	_	_	_	_	*
+23	climb	climb	VERB	_	_	_	_	_	ss=v.contact	*
+24	on	on	ADP	_	_	_	_	_	_	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	,	,	PUNCT	_	_	_	_	_	_	*
+27	we	we	PRON	_	_	_	_	_	_	*
+28	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+29	right	right	ADV	_	_	_	_	_	_	*
+30	when	when	ADV	_	_	_	_	_	_	*
+31	they	they	PRON	_	_	_	_	_	_	*
+32	opened	open	VERB	_	_	_	_	_	ss=v.stative	*
+33	at	at	ADP	_	_	_	_	_	_	*
+34	10	10	NUM	_	_	_	_	_	_	*
+35	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+36	on	on	ADP	_	_	_	_	_	_	*
+37	a	a	DET	_	_	_	_	_	_	*
+38	winter	winter	NOUN	_	_	_	_	_	ss=n.time	*
+39	weekday	weekday	NOUN	_	_	_	_	_	ss=n.time	*
+40	and	and	CCONJ	_	_	_	_	_	_	*
+41	ended	end	VERB	_	_	_	_	_	ss=v.stative	3:X
+42	up	up	ADP	_	_	_	_	_	_	3
+43	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+44	the	the	DET	_	_	_	_	_	_	*
+45	only	only	ADJ	_	_	_	_	_	_	*
+46	ones	one	NOUN	_	_	_	_	_	ss=n.person	*
+47	there	there	ADV	_	_	_	_	_	_	*
+48	,	,	PUNCT	_	_	_	_	_	_	*
+49	so	so	ADV	_	_	_	_	_	_	*
+50	we	we	PRON	_	_	_	_	_	_	*
+51	were	be	AUX	_	_	_	_	_	_	*
+52	given	give	VERB	_	_	_	_	_	ss=v.social	4:X
+53	a	a	DET	_	_	_	_	_	_	*
+54	little	little	ADJ	_	_	_	_	_	_	*
+55	more	more	ADJ	_	_	_	_	_	_	*
+56	liberty	liberty	NOUN	_	_	_	_	_	_	4
+57	than	than	SCONJ	_	_	_	_	_	_	*
+58	we	we	PRON	_	_	_	_	_	_	*
+59	would	would	AUX	_	_	_	_	_	_	*
+60	have	have	AUX	_	_	_	_	_	_	*
+61	if	if	SCONJ	_	_	_	_	_	_	*
+62	others	others	NOUN	_	_	_	_	_	ss=n.group	*
+63	had	have	AUX	_	_	_	_	_	_	*
+64	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+65	there	there	ADV	_	_	_	_	_	_	*
+66	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.8
+# sent_counter = 4220
+# text = We were standing in the store for 20 minutes to simply pick up an order .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	standing	stand	VERB	_	_	_	_	_	ss=v.stative	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.location	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	20	20	NUM	_	_	_	_	_	_	*
+9	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	simply	simply	ADV	_	_	_	_	_	_	*
+12	pick	pick	VERB	_	_	_	_	_	ss=v.possession	1:X
+13	up	up	ADP	_	_	_	_	_	_	1
+14	an	an	DET	_	_	_	_	_	_	*
+15	order	order	NOUN	_	_	_	_	_	ss=n.food	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248027.1
+# sent_counter = 4221
+# text = Tried Crust on Broad on 3 occasions .
+1	Tried	try	VERB	_	_	_	_	_	ss=v.social	*
+2	Crust	crust	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	on	on	ADP	_	_	_	_	_	_	1
+4	Broad	broad	PROPN	_	_	_	_	_	_	1
+5	on	on	ADP	_	_	_	_	_	_	*
+6	3	3	NUM	_	_	_	_	_	_	*
+7	occasions	occasions	NOUN	_	_	_	_	_	ss=n.event	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248124.2
+# sent_counter = 4222
+# text = It is the real thing - I have been practicing Pilates for over 7 years and would not go anywhere else .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	ss=n.communication	1:X
+4	real	real	ADJ	_	_	_	_	_	_	1
+5	thing	thing	NOUN	_	_	_	_	_	_	1
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	been	be	AUX	_	_	_	_	_	_	*
+10	practicing	practice	VERB	_	_	_	_	_	ss=v.social	*
+11	Pilates	pilates	PROPN	_	_	_	_	_	ss=n.act	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	over	over	ADV	_	_	_	_	_	_	*
+14	7	7	NUM	_	_	_	_	_	_	*
+15	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	would	would	AUX	_	_	_	_	_	_	*
+18	not	not	PART	_	_	_	_	_	_	*
+19	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+20	anywhere	anywhere	ADV	_	_	_	_	_	_	*
+21	else	else	ADV	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356920.1
+# sent_counter = 4223
+# text = I called on a Friday at 12:30 complaining of a severe toothache .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	on	on	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	12:30	12:30	NUM	_	_	_	_	_	_	*
+8	complaining	complain	VERB	_	_	_	_	_	ss=v.communication	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	severe	severe	ADJ	_	_	_	_	_	_	*
+12	toothache	toothache	NOUN	_	_	_	_	_	ss=n.state	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356920.2
+# sent_counter = 4224
+# text = Dr. Obina told me that his office closed at noon and that I should call him on Monday .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Obina	obina	PROPN	_	_	_	_	_	_	1
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+8	closed	close	VERB	_	_	_	_	_	ss=v.stative	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	noon	noon	NOUN	_	_	_	_	_	ss=n.time	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	should	should	AUX	_	_	_	_	_	_	*
+15	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+16	him	him	PRON	_	_	_	_	_	_	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	Monday	monday	PROPN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356920.3
+# sent_counter = 4225
+# text = I had been a patient of Dr. Olbina for 9 years and had spent thousands of dollars on crowns etc .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+8	Olbina	olbina	PROPN	_	_	_	_	_	_	1
+9	for	for	ADP	_	_	_	_	_	_	*
+10	9	9	NUM	_	_	_	_	_	_	*
+11	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	had	have	AUX	_	_	_	_	_	_	*
+14	spent	spend	VERB	_	_	_	_	_	ss=v.possession	*
+15	thousands	thousand	NOUN	_	_	_	_	_	ss=n.quantity	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	dollars	dollar	NOUN	_	_	_	_	_	ss=n.possession	*
+18	on	on	ADP	_	_	_	_	_	_	*
+19	crowns	crown	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	etc	etc	X	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.4
+# sent_counter = 4226
+# text = This can tend to be a stressful experience in itself let alone adding crossing boarders for the first time .
+1	This	this	DET	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	tend	tend	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	stressful	stressful	ADJ	_	_	_	_	_	_	*
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+9	in	in	ADP	_	_	_	_	_	_	1:X
+10	itself	itself	PRON	_	_	_	_	_	_	1
+11	let	let	VERB	_	_	_	_	_	_	2:X
+12	alone	alone	ADV	_	_	_	_	_	_	2
+13	adding	add	VERB	_	_	_	_	_	ss=v.change	*
+14	crossing	cross	VERB	_	_	_	_	_	ss=v.motion	*
+15	boarders	boarder	NOUN	_	_	_	_	_	ss=n.location	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	first	first	ADJ	_	_	_	_	_	_	*
+19	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.2
+# sent_counter = 4227
+# text = I have been going to Warner Family for a number of years and would highly recommend it to anyone .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Warner	warner	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Family	family	PROPN	_	_	_	_	_	_	1
+8	for	for	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	ss=n.quantity	2:X
+10	number	number	NOUN	_	_	_	_	_	_	2
+11	of	of	ADP	_	_	_	_	_	_	*
+12	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	highly	highly	ADV	_	_	_	_	_	_	*
+16	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	anyone	anyone	NOUN	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085424.1
+# sent_counter = 4228
+# text = Cathy ****** Five Stars for Lake Forest Tots .
+1	Cathy	cathy	PROPN	_	_	_	_	_	ss=n.person	*
+2	******	******	SYM	_	_	_	_	_	_	*
+3	Five	five	NUM	_	_	_	_	_	ss=n.attribute	1:X
+4	Stars	star	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	Lake	lake	PROPN	_	_	_	_	_	ss=n.group	2:X
+7	Forest	forest	PROPN	_	_	_	_	_	_	2
+8	Tots	tots	PROPN	_	_	_	_	_	_	2
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085424.2
+# sent_counter = 4229
+# text = The program has been a postive experience for my children .
+1	The	the	DET	_	_	_	_	_	_	*
+2	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+3	has	have	AUX	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	postive	postive	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.3
+# sent_counter = 4230
+# text = I needed a part for my appliance , the cost was very high so I said never mind , paid the fee and called a local business for a second quote .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	part	part	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	appliance	appliance	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	very	very	ADV	_	_	_	_	_	_	*
+13	high	high	ADJ	_	_	_	_	_	_	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+17	never	never	ADV	_	_	_	_	_	_	1:X
+18	mind	mind	VERB	_	_	_	_	_	_	1
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+25	a	a	DET	_	_	_	_	_	_	*
+26	local	local	ADJ	_	_	_	_	_	_	*
+27	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+28	for	for	ADP	_	_	_	_	_	_	*
+29	a	a	DET	_	_	_	_	_	_	*
+30	second	second	ADJ	_	_	_	_	_	_	*
+31	quote	quote	NOUN	_	_	_	_	_	ss=n.communication	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.7
+# sent_counter = 4231
+# text = Very disappointed in Kitchen Aid as well , I thought that they pre-screened their vendors for price and quality of work , obviously they do not !
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	disappointed	disappointed	ADJ	_	_	_	_	_	_	1:X
+3	in	in	ADP	_	_	_	_	_	_	1
+4	Kitchen	kitchen	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	Aid	aid	PROPN	_	_	_	_	_	_	2
+6	as	as	ADV	_	_	_	_	_	_	3:X
+7	well	well	ADV	_	_	_	_	_	_	3
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	pre-screened	pre-screened	VERB	_	_	_	_	_	ss=v.social	*
+14	their	their	PRON	_	_	_	_	_	_	*
+15	vendors	vendor	NOUN	_	_	_	_	_	ss=n.person	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+20	of	of	ADP	_	_	_	_	_	_	*
+21	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+22	,	,	PUNCT	_	_	_	_	_	_	*
+23	obviously	obviously	ADV	_	_	_	_	_	_	*
+24	they	they	PRON	_	_	_	_	_	_	*
+25	do	do	AUX	_	_	_	_	_	_	*
+26	not	not	PART	_	_	_	_	_	_	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.13
+# sent_counter = 4232
+# text = I congratulated this establishment for doing the research on making NYC pizza because these Scots fcking nailed it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	congratulated	congratulate	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	establishment	establishment	NOUN	_	_	_	_	_	ss=n.group	*
+5	for	for	SCONJ	_	_	_	_	_	_	*
+6	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	research	research	NOUN	_	_	_	_	_	ss=n.act	*
+9	on	on	SCONJ	_	_	_	_	_	_	*
+10	making	make	VERB	_	_	_	_	_	ss=v.creation	*
+11	NYC	nyc	PROPN	_	_	_	_	_	ss=n.food	1:X
+12	pizza	pizza	NOUN	_	_	_	_	_	_	1
+13	because	because	SCONJ	_	_	_	_	_	_	*
+14	these	these	DET	_	_	_	_	_	_	*
+15	Scots	scots	PROPN	_	_	_	_	_	ss=n.group	*
+16	fcking	fcking	ADV	_	_	_	_	_	_	*
+17	nailed	nail	VERB	_	_	_	_	_	ss=v.social	2:X
+18	it	it	PRON	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.120724.1
+# sent_counter = 4233
+# text = it was a little to high dollar for me
+1	it	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	1:X
+4	little	little	NOUN	_	_	_	_	_	_	1
+5	to	to	ADV	_	_	_	_	_	_	*
+6	high	high	ADJ	_	_	_	_	_	_	2:X
+7	dollar	dollar	NOUN	_	_	_	_	_	_	2
+8	for	for	ADP	_	_	_	_	_	_	*
+9	me	me	PRON	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.125629.1
+# sent_counter = 4234
+# text = Anyone else find it a little suspicious that there are not only 20 reviews for this dentist ( a HUGE number compared to the others in the area ) , but that they all have the same unique grammar structure ?
+1	Anyone	anyone	NOUN	_	_	_	_	_	_	*
+2	else	else	ADJ	_	_	_	_	_	_	*
+3	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	little	little	ADJ	_	_	_	_	_	_	*
+7	suspicious	suspicious	ADJ	_	_	_	_	_	_	*
+8	that	that	SCONJ	_	_	_	_	_	_	*
+9	there	there	PRON	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	not	not	PART	_	_	_	_	_	_	*
+12	only	only	ADV	_	_	_	_	_	_	*
+13	20	20	NUM	_	_	_	_	_	_	*
+14	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	this	this	DET	_	_	_	_	_	_	*
+17	dentist	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+18	(	(	PUNCT	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	HUGE	huge	ADJ	_	_	_	_	_	_	*
+21	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+22	compared	compare	VERB	_	_	_	_	_	ss=v.stative	1:X
+23	to	to	ADP	_	_	_	_	_	_	1
+24	the	the	DET	_	_	_	_	_	_	*
+25	others	others	NOUN	_	_	_	_	_	ss=n.group	*
+26	in	in	ADP	_	_	_	_	_	_	*
+27	the	the	DET	_	_	_	_	_	_	*
+28	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+29	)	)	PUNCT	_	_	_	_	_	_	*
+30	,	,	PUNCT	_	_	_	_	_	_	*
+31	but	but	CCONJ	_	_	_	_	_	_	*
+32	that	that	SCONJ	_	_	_	_	_	_	*
+33	they	they	PRON	_	_	_	_	_	_	*
+34	all	all	DET	_	_	_	_	_	_	*
+35	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+36	the	the	DET	_	_	_	_	_	_	*
+37	same	same	ADJ	_	_	_	_	_	_	*
+38	unique	unique	ADJ	_	_	_	_	_	_	*
+39	grammar	grammar	NOUN	_	_	_	_	_	ss=n.cognition	2:X
+40	structure	structure	NOUN	_	_	_	_	_	_	2
+41	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.2
+# sent_counter = 4235
+# text = 45 p for tap water !
+1	45	45	NUM	_	_	_	_	_	_	*
+2	p	p	NOUN	_	_	_	_	_	ss=n.possession	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	tap	tap	NOUN	_	_	_	_	_	ss=n.substance	1:X
+5	water	water	NOUN	_	_	_	_	_	_	1
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149922.1
+# sent_counter = 4236
+# text = Clean rooms , great for the price and cheapest on the exit .
+1	Clean	clean	ADJ	_	_	_	_	_	_	*
+2	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	for	for	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	cheapest	cheap	ADJ	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	exit	exit	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.7
+# sent_counter = 4237
+# text = Thanks for the great care !!!!
+1	Thanks	thanks	NOUN	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+6	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.5
+# sent_counter = 4238
+# text = I ca nt speak for them but any tests or appointments they recommend are probably in the best interests of us ( the patient ) and you have the ability to decline anything that they suggest to you .
+1	I	i	PRON	_	_	_	_	_	_	1:X
+2	ca	ca	AUX	_	_	_	_	_	_	1
+3	nt	nt	ADV	_	_	_	_	_	_	1
+4	speak	speak	VERB	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	1
+6	them	them	PRON	_	_	_	_	_	_	*
+7	but	but	CCONJ	_	_	_	_	_	_	*
+8	any	any	DET	_	_	_	_	_	_	*
+9	tests	test	NOUN	_	_	_	_	_	ss=n.act	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	appointments	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	probably	probably	ADV	_	_	_	_	_	_	*
+16	in	in	ADP	_	_	_	_	_	_	2:X
+17	the	the	DET	_	_	_	_	_	_	2
+18	best	best	ADJ	_	_	_	_	_	_	2
+19	interests	interest	NOUN	_	_	_	_	_	_	2
+20	of	of	ADP	_	_	_	_	_	_	*
+21	us	us	PRON	_	_	_	_	_	_	*
+22	(	(	PUNCT	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	patient	patient	NOUN	_	_	_	_	_	ss=n.person	*
+25	)	)	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	you	you	PRON	_	_	_	_	_	_	*
+28	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	ability	ability	NOUN	_	_	_	_	_	ss=n.cognition	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	decline	decline	VERB	_	_	_	_	_	ss=v.communication	*
+33	anything	anything	NOUN	_	_	_	_	_	_	*
+34	that	that	DET	_	_	_	_	_	_	*
+35	they	they	PRON	_	_	_	_	_	_	*
+36	suggest	suggest	VERB	_	_	_	_	_	ss=v.communication	*
+37	to	to	ADP	_	_	_	_	_	_	*
+38	you	you	PRON	_	_	_	_	_	_	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.6
+# sent_counter = 4239
+# text = I personally have had wonderful service and if you re truely looking for a FAMILY practice ... Warner Family is the place for you .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	personally	personally	ADV	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	re	re	AUX	_	_	_	_	_	_	*
+11	truely	truely	ADV	_	_	_	_	_	_	*
+12	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	FAMILY	family	NOUN	_	_	_	_	_	ss=n.group	1:X
+16	practice	practice	NOUN	_	_	_	_	_	_	1
+17	...	...	PUNCT	_	_	_	_	_	_	*
+18	Warner	warner	PROPN	_	_	_	_	_	ss=n.group	2:X
+19	Family	family	PROPN	_	_	_	_	_	_	2
+20	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+23	for	for	ADP	_	_	_	_	_	_	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.7
+# sent_counter = 4240
+# text = She asked for the dinner combo and they gave her two dinner plates instead .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	dinner	dinner	NOUN	_	_	_	_	_	ss=n.food	*
+6	combo	combo	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+10	her	her	PRON	_	_	_	_	_	_	*
+11	two	two	NUM	_	_	_	_	_	_	*
+12	dinner	dinner	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+13	plates	plate	NOUN	_	_	_	_	_	_	1
+14	instead	instead	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.4
+# sent_counter = 4241
+# text = You have to bring in your own models and they have to pay for you to use them if you do nt then you can graduate !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	bring	bring	VERB	_	_	_	_	_	ss=v.motion	2:X
+5	in	in	ADV	_	_	_	_	_	_	2
+6	your	your	PRON	_	_	_	_	_	_	*
+7	own	own	ADJ	_	_	_	_	_	_	*
+8	models	model	NOUN	_	_	_	_	_	ss=n.person	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	_	3:X
+12	to	to	PART	_	_	_	_	_	_	3
+13	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+14	for	for	SCONJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	use	use	VERB	_	_	_	_	_	ss=v.social	*
+18	them	them	PRON	_	_	_	_	_	_	*
+19	if	if	SCONJ	_	_	_	_	_	_	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	do	do	AUX	_	_	_	_	_	_	*
+22	nt	nt	ADV	_	_	_	_	_	_	*
+23	then	then	ADV	_	_	_	_	_	_	*
+24	you	you	PRON	_	_	_	_	_	_	*
+25	can	can	AUX	_	_	_	_	_	_	*
+26	graduate	graduate	VERB	_	_	_	_	_	ss=v.stative	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248027.3
+# sent_counter = 4242
+# text = The staff will not even answer the phone for take out .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	even	even	ADV	_	_	_	_	_	_	*
+6	answer	answer	VERB	_	_	_	_	_	ss=v.communication	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	take	take	NOUN	_	_	_	_	_	ss=n.food	1:X
+11	out	out	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314024.2
+# sent_counter = 4243
+# text = Great meats that are already cooked , easy to take home for dinner .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	meats	meat	NOUN	_	_	_	_	_	ss=n.food	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	_	*
+5	already	already	ADV	_	_	_	_	_	_	*
+6	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	easy	easy	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.7
+# sent_counter = 4244
+# text = And the salsa , be sure to ask for a jar and have plenty of chips around , you will need them .....
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	sure	sure	ADJ	_	_	_	_	_	_	1
+7	to	to	PART	_	_	_	_	_	_	1
+8	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	jar	jar	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+14	plenty	plenty	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	of	of	ADP	_	_	_	_	_	_	*
+16	chips	chips	NOUN	_	_	_	_	_	ss=n.food	*
+17	around	around	ADV	_	_	_	_	_	_	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	will	will	AUX	_	_	_	_	_	_	*
+21	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+22	them	them	PRON	_	_	_	_	_	_	*
+23	.....	.....	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.16
+# sent_counter = 4245
+# text = Parking spaces are just big enough for a Mini Cooper .
+1	Parking	parking	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+2	spaces	space	NOUN	_	_	_	_	_	_	1
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	big	big	ADJ	_	_	_	_	_	_	*
+6	enough	enough	ADJ	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Mini	mini	PROPN	_	_	_	_	_	ss=n.artifact	2:X
+10	Cooper	cooper	PROPN	_	_	_	_	_	_	2
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346627.5
+# sent_counter = 4246
+# text = Thank you again for great customer service !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	you	you	PRON	_	_	_	_	_	_	1
+3	again	again	ADV	_	_	_	_	_	_	*
+4	for	for	ADP	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	customer	customer	NOUN	_	_	_	_	_	ss=n.act	2:X
+7	service	service	NOUN	_	_	_	_	_	_	2
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.355325.4
+# sent_counter = 4247
+# text = Now that I live here , this is my favorite place to grab flowers for friends and coworkers !
+1	Now	now	ADV	_	_	_	_	_	_	*
+2	that	that	SCONJ	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	live	live	VERB	_	_	_	_	_	ss=v.social	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	favorite	favorite	ADJ	_	_	_	_	_	_	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	grab	grab	VERB	_	_	_	_	_	ss=v.possession	*
+14	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	friends	friend	NOUN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	coworkers	coworkers	NOUN	_	_	_	_	_	ss=n.person	*
+19	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363428.4
+# sent_counter = 4248
+# text = Nothing too much trouble for Ian , thanks for a great stay .
+1	Nothing	nothing	NOUN	_	_	_	_	_	_	*
+2	too	too	ADV	_	_	_	_	_	_	1:X
+3	much	much	ADJ	_	_	_	_	_	_	1
+4	trouble	trouble	NOUN	_	_	_	_	_	_	1
+5	for	for	ADP	_	_	_	_	_	_	*
+6	Ian	ian	PROPN	_	_	_	_	_	ss=n.person	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	thanks	thanks	NOUN	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.11
+# sent_counter = 4249
+# text = Please pass my appreciation to the Staff and Management for their excellent hospitality and good spirits as it helped make a stressful trip enjoyable .
+1	Please	please	INTJ	_	_	_	_	_	_	*
+2	pass	pass	VERB	_	_	_	_	_	ss=v.communication	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	appreciation	appreciation	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	Management	management	NOUN	_	_	_	_	_	ss=n.group	*
+10	for	for	ADP	_	_	_	_	_	_	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	excellent	excellent	ADJ	_	_	_	_	_	_	*
+13	hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	good	good	ADJ	_	_	_	_	_	_	*
+16	spirits	spirits	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	as	as	SCONJ	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+20	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+21	a	a	DET	_	_	_	_	_	_	*
+22	stressful	stressful	ADJ	_	_	_	_	_	_	*
+23	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+24	enjoyable	enjoyable	ADJ	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.3
+# sent_counter = 4250
+# text = I work for a large retail company recently expanding our operations into Canada and had to travel to ensure all of our computer network equipment was installed properly and on time .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	work	work	VERB	_	_	_	_	_	ss=v.social	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	large	large	ADJ	_	_	_	_	_	_	*
+6	retail	retail	NOUN	_	_	_	_	_	ss=n.act	*
+7	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	recently	recently	ADV	_	_	_	_	_	_	*
+9	expanding	expand	VERB	_	_	_	_	_	ss=v.change	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	operations	operations	NOUN	_	_	_	_	_	ss=n.act	*
+12	into	into	ADP	_	_	_	_	_	_	*
+13	Canada	canada	PROPN	_	_	_	_	_	ss=n.location	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	had	have	VERB	_	_	_	_	_	_	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	travel	travel	VERB	_	_	_	_	_	ss=v.motion	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	ensure	ensure	VERB	_	_	_	_	_	ss=v.cognition	*
+20	all	all	DET	_	_	_	_	_	_	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	our	our	PRON	_	_	_	_	_	_	*
+23	computer	computer	NOUN	_	_	_	_	_	ss=n.communication	2:X
+24	network	network	NOUN	_	_	_	_	_	_	2
+25	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	was	be	AUX	_	_	_	_	_	_	*
+27	installed	instal	VERB	_	_	_	_	_	ss=v.change	*
+28	properly	properly	ADV	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	on	on	ADP	_	_	_	_	_	_	3:X
+31	time	time	NOUN	_	_	_	_	_	_	3
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.392826.4
+# sent_counter = 4251
+# text = Pretty spendy for really not great quality
+1	Pretty	pretty	ADV	_	_	_	_	_	_	*
+2	spendy	spendy	ADJ	_	_	_	_	_	_	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.7
+# sent_counter = 4252
+# text = The other guy was pulled over one day and a cop saw suspicious papers with names and social security numbers on it .
+1	The	the	DET	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+4	was	be	AUX	_	_	_	_	_	_	*
+5	pulled	pull	VERB	_	_	_	_	_	ss=v.social	1:X
+6	over	over	ADV	_	_	_	_	_	_	1
+7	one	one	NUM	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	cop	cop	NOUN	_	_	_	_	_	ss=n.person	*
+12	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+13	suspicious	suspicious	ADJ	_	_	_	_	_	_	*
+14	papers	papers	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	names	names	NOUN	_	_	_	_	_	ss=n.communication	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	social	social	ADJ	_	_	_	_	_	ss=n.communication	2:X
+19	security	security	NOUN	_	_	_	_	_	_	2
+20	numbers	numbers	NOUN	_	_	_	_	_	_	2
+21	on	on	ADP	_	_	_	_	_	_	*
+22	it	it	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134622.2
+# sent_counter = 4253
+# text = From the amount of time spent with us to explain things during the initial quote , to the communication through the approval process to the actual workmanship of the build itself .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+6	spent	spend	VERB	_	_	_	_	_	ss=v.social	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	us	us	PRON	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+11	things	things	NOUN	_	_	_	_	_	ss=n.group	*
+12	during	during	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	initial	initial	ADJ	_	_	_	_	_	_	*
+15	quote	quote	NOUN	_	_	_	_	_	ss=n.communication	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	to	to	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+20	through	through	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	approval	approval	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	process	process	NOUN	_	_	_	_	_	ss=n.process	*
+24	to	to	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	actual	actual	ADJ	_	_	_	_	_	_	*
+27	workmanship	workmanship	NOUN	_	_	_	_	_	ss=n.attribute	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	build	build	NOUN	_	_	_	_	_	ss=n.act	*
+31	itself	itself	PRON	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.4
+# sent_counter = 4254
+# text = The manager - Tiffany - is actually very nice so I 'm a bit surprised by other comments .
+1	The	the	DET	_	_	_	_	_	_	*
+2	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Tiffany	tiffany	PROPN	_	_	_	_	_	ss=n.person	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	actually	actually	ADV	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	nice	nice	ADJ	_	_	_	_	_	_	*
+10	so	so	ADV	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	bit	bit	NOUN	_	_	_	_	_	_	*
+15	surprised	surprised	ADJ	_	_	_	_	_	_	*
+16	by	by	ADP	_	_	_	_	_	_	*
+17	other	other	ADJ	_	_	_	_	_	_	*
+18	comments	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.5
+# sent_counter = 4255
+# text = They helped about three other people before they offered to help me again .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+3	about	about	ADV	_	_	_	_	_	_	*
+4	three	three	NUM	_	_	_	_	_	_	*
+5	other	other	ADJ	_	_	_	_	_	_	*
+6	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+7	before	before	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	offered	offer	VERB	_	_	_	_	_	ss=v.communication	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	help	help	VERB	_	_	_	_	_	ss=v.social	*
+12	me	me	PRON	_	_	_	_	_	_	*
+13	again	again	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.11
+# sent_counter = 4256
+# text = We had to throw out about 80 percent of our meals because the food tasted so horrible .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	throw	throw	VERB	_	_	_	_	_	ss=v.consumption	2:X
+5	out	out	ADP	_	_	_	_	_	_	2
+6	about	about	ADV	_	_	_	_	_	_	*
+7	80	80	NUM	_	_	_	_	_	_	*
+8	percent	percent	NOUN	_	_	_	_	_	ss=n.relation	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	our	our	PRON	_	_	_	_	_	_	*
+11	meals	meal	NOUN	_	_	_	_	_	ss=n.food	*
+12	because	because	SCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+15	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	horrible	horrible	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351727.2
+# sent_counter = 4257
+# text = This place is identical to the Youngstown Sports Grille , so I imagine they are owned / operated by the same people .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	identical	identical	ADJ	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Youngstown	youngstown	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Sports	sports	PROPN	_	_	_	_	_	_	1
+9	Grille	grille	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	imagine	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	are	be	AUX	_	_	_	_	_	_	*
+16	owned	own	VERB	_	_	_	_	_	ss=v.possession	*
+17	/	/	SYM	_	_	_	_	_	_	*
+18	operated	operate	VERB	_	_	_	_	_	ss=v.stative	*
+19	by	by	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	same	same	ADJ	_	_	_	_	_	_	*
+22	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.5
+# sent_counter = 4258
+# text = It clearly had been prepared from fresh ingredients .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	clearly	clearly	ADV	_	_	_	_	_	_	*
+3	had	have	AUX	_	_	_	_	_	_	*
+4	been	be	AUX	_	_	_	_	_	_	*
+5	prepared	prepare	VERB	_	_	_	_	_	ss=v.creation	*
+6	from	from	ADP	_	_	_	_	_	_	*
+7	fresh	fresh	ADJ	_	_	_	_	_	_	*
+8	ingredients	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115029.2
+# sent_counter = 4259
+# text = Definitely not going to purchase a car from here .
+1	Definitely	definitely	ADV	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	going	go	VERB	_	_	_	_	_	_	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	purchase	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	here	here	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.153921.2
+# sent_counter = 4260
+# text = We order take out from here all the time and we are never disappointed .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	take	take	NOUN	_	_	_	_	_	ss=n.food	1:X
+4	out	out	NOUN	_	_	_	_	_	_	1
+5	from	from	ADP	_	_	_	_	_	_	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	all	all	DET	_	_	_	_	_	ss=n.cognition	2:X
+8	the	the	DET	_	_	_	_	_	_	2
+9	time	time	NOUN	_	_	_	_	_	_	2
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	never	never	ADV	_	_	_	_	_	_	*
+14	disappointed	disappointed	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245928.2
+# sent_counter = 4261
+# text = These guys took Customer Service 101 from a Neanderthal .
+1	These	these	DET	_	_	_	_	_	_	*
+2	guys	guy	NOUN	_	_	_	_	_	ss=n.person	*
+3	took	take	VERB	_	_	_	_	_	ss=v.social	*
+4	Customer	customer	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+5	Service	service	NOUN	_	_	_	_	_	_	1
+6	101	101	NUM	_	_	_	_	_	_	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	Neanderthal	neanderthal	PROPN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334928.2
+# sent_counter = 4262
+# text = And from a place that specializes in high quality meat , too .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	from	from	ADP	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	specializes	specialize	VERB	_	_	_	_	_	ss=v.stative	1:X
+7	in	in	ADP	_	_	_	_	_	_	1
+8	high	high	ADJ	_	_	_	_	_	_	*
+9	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+10	meat	meat	NOUN	_	_	_	_	_	ss=n.food	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	too	too	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.2
+# sent_counter = 4263
+# text = Myself and my fiance 's identity was stolen from the office staff .
+1	Myself	myself	PRON	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	fiance	fiance	NOUN	_	_	_	_	_	ss=n.person	*
+5	's	's	PART	_	_	_	_	_	_	*
+6	identity	identity	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	was	be	AUX	_	_	_	_	_	_	*
+8	stolen	steal	VERB	_	_	_	_	_	ss=v.possession	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+12	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.10
+# sent_counter = 4264
+# text = Yes the parking can be a challenge but being from NJ I am no stranger to tight corners .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	parking	parking	NOUN	_	_	_	_	_	ss=n.act	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	challenge	challenge	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	from	from	ADP	_	_	_	_	_	_	*
+11	NJ	nj	PROPN	_	_	_	_	_	ss=n.location	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	am	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+14	no	no	DET	_	_	_	_	_	_	1
+15	stranger	stranger	NOUN	_	_	_	_	_	_	1
+16	to	to	ADP	_	_	_	_	_	_	1
+17	tight	tight	ADJ	_	_	_	_	_	ss=n.cognition	2:X
+18	corners	corner	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.9
+# sent_counter = 4265
+# text = Not to mention that the wait staff was about as pleasant as dealing with an angry bull .
+1	Not	not	PART	_	_	_	_	_	_	1:X
+2	to	to	PART	_	_	_	_	_	_	1
+3	mention	mention	VERB	_	_	_	_	_	_	1
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	wait	wait	NOUN	_	_	_	_	_	ss=n.group	2:X
+7	staff	staff	NOUN	_	_	_	_	_	_	2
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	about	about	ADV	_	_	_	_	_	_	*
+10	as	as	ADV	_	_	_	_	_	_	*
+11	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+12	as	as	SCONJ	_	_	_	_	_	_	*
+13	dealing	deal	VERB	_	_	_	_	_	ss=v.social	3:X
+14	with	with	ADP	_	_	_	_	_	_	3
+15	an	an	DET	_	_	_	_	_	_	*
+16	angry	angry	ADJ	_	_	_	_	_	_	*
+17	bull	bull	NOUN	_	_	_	_	_	ss=n.animal	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.2
+# sent_counter = 4266
+# text = This is by far the worst chinese food I have ever had .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	by	by	ADP	_	_	_	_	_	_	1:X
+4	far	far	ADV	_	_	_	_	_	_	1
+5	the	the	DET	_	_	_	_	_	_	*
+6	worst	worst	ADJ	_	_	_	_	_	_	*
+7	chinese	chinese	ADJ	_	_	_	_	_	_	*
+8	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	have	have	AUX	_	_	_	_	_	_	*
+11	ever	ever	ADV	_	_	_	_	_	_	*
+12	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.12
+# sent_counter = 4267
+# text = I do nt know how it is possible to make orange chicken , sesame chicken and kung pao chicken as well as cheese puffs taste THAT bad but China Delight accomplished that .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	nt	nt	ADV	_	_	_	_	_	_	*
+4	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	possible	possible	ADJ	_	_	_	_	_	_	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+11	orange	orange	NOUN	_	_	_	_	_	ss=n.food	1:X
+12	chicken	chicken	NOUN	_	_	_	_	_	_	1
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	sesame	sesame	NOUN	_	_	_	_	_	ss=n.food	*
+15	chicken	chicken	NOUN	_	_	_	_	_	ss=n.food	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	kung	kung	NOUN	_	_	_	_	_	ss=n.food	2:X
+18	pao	pao	NOUN	_	_	_	_	_	_	2
+19	chicken	chicken	NOUN	_	_	_	_	_	_	2
+20	as	as	ADV	_	_	_	_	_	_	3:X
+21	well	well	ADV	_	_	_	_	_	_	3
+22	as	as	ADP	_	_	_	_	_	_	3
+23	cheese	cheese	NOUN	_	_	_	_	_	ss=n.food	*
+24	puffs	puff	NOUN	_	_	_	_	_	ss=n.food	*
+25	taste	taste	VERB	_	_	_	_	_	ss=v.perception	*
+26	THAT	that	ADV	_	_	_	_	_	_	*
+27	bad	bad	ADJ	_	_	_	_	_	_	*
+28	but	but	CCONJ	_	_	_	_	_	_	*
+29	China	china	PROPN	_	_	_	_	_	ss=n.group	4:X
+30	Delight	delight	PROPN	_	_	_	_	_	_	4
+31	accomplished	accomplish	VERB	_	_	_	_	_	ss=v.social	*
+32	that	that	DET	_	_	_	_	_	_	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262422.3
+# sent_counter = 4268
+# text = Jason and the boys can do about anything you need .
+1	Jason	jason	PROPN	_	_	_	_	_	ss=n.person	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	boys	boy	NOUN	_	_	_	_	_	ss=n.person	*
+5	can	can	AUX	_	_	_	_	_	_	*
+6	do	do	VERB	_	_	_	_	_	ss=v.social	*
+7	about	about	ADV	_	_	_	_	_	_	*
+8	anything	anything	NOUN	_	_	_	_	_	_	*
+9	you	you	PRON	_	_	_	_	_	_	*
+10	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.8
+# sent_counter = 4269
+# text = Choose this hotel over the Hilton ( which is on the next block ) .
+1	Choose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+4	over	over	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	Hilton	hilton	PROPN	_	_	_	_	_	ss=n.group	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	which	which	DET	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	next	next	ADJ	_	_	_	_	_	_	*
+13	block	block	NOUN	_	_	_	_	_	ss=n.location	*
+14	)	)	PUNCT	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303922.5
+# sent_counter = 4270
+# text = Such a convenient location as well with coffee shop and bradley food and beverage right around corner .
+1	Such	such	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	convenient	convenient	ADJ	_	_	_	_	_	_	*
+4	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+5	as	as	ADV	_	_	_	_	_	_	1:X
+6	well	well	ADV	_	_	_	_	_	_	1
+7	with	with	SCONJ	_	_	_	_	_	_	*
+8	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+9	shop	shop	NOUN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	bradley	bradley	PROPN	_	_	_	_	_	ss=n.group	2:X
+12	food	food	PROPN	_	_	_	_	_	_	2
+13	and	and	CCONJ	_	_	_	_	_	_	2
+14	beverage	beverage	PROPN	_	_	_	_	_	_	2
+15	right	right	ADV	_	_	_	_	_	_	*
+16	around	around	ADP	_	_	_	_	_	_	*
+17	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.322225.4
+# sent_counter = 4271
+# text = The employees make you feel very comfortable and are very helpful , whether you are very knowledgeable or do n't know anything at all about wine .
+1	The	the	DET	_	_	_	_	_	_	*
+2	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+3	make	make	VERB	_	_	_	_	_	ss=v.social	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	feel	feel	VERB	_	_	_	_	_	ss=v.emotion	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	very	very	ADV	_	_	_	_	_	_	*
+11	helpful	helpful	ADJ	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	whether	whether	SCONJ	_	_	_	_	_	_	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	knowledgeable	knowledgeable	ADJ	_	_	_	_	_	_	*
+18	or	or	CCONJ	_	_	_	_	_	_	*
+19	do	do	AUX	_	_	_	_	_	_	*
+20	n't	n't	PART	_	_	_	_	_	_	*
+21	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+22	anything	anything	NOUN	_	_	_	_	_	_	*
+23	at	at	ADV	_	_	_	_	_	_	1:X
+24	all	all	ADV	_	_	_	_	_	_	1
+25	about	about	ADP	_	_	_	_	_	_	*
+26	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351727.4
+# sent_counter = 4272
+# text = Do n't even get me started on how expensive it is to drink there .
+1	Do	do	AUX	_	_	_	_	_	_	1:X
+2	n't	n't	PART	_	_	_	_	_	_	1
+3	even	even	ADV	_	_	_	_	_	_	1
+4	get	get	VERB	_	_	_	_	_	_	1
+5	me	me	PRON	_	_	_	_	_	_	1
+6	started	start	VERB	_	_	_	_	_	_	1
+7	on	on	SCONJ	_	_	_	_	_	_	*
+8	how	how	ADV	_	_	_	_	_	_	*
+9	expensive	expensive	ADJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	drink	drink	VERB	_	_	_	_	_	ss=v.consumption	*
+14	there	there	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.8
+# sent_counter = 4273
+# text = I completely enjoyed my whole check in experience and was impressed with the friendliness and professionalism of the staff as well as the accommodations themselves .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	completely	completely	ADV	_	_	_	_	_	_	*
+3	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	whole	whole	ADJ	_	_	_	_	_	_	*
+6	check	check	VERB	_	_	_	_	_	ss=v.social	1:X
+7	in	in	ADP	_	_	_	_	_	_	1
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	impressed	impressed	ADJ	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	friendliness	friendliness	NOUN	_	_	_	_	_	ss=n.attribute	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	of	of	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+20	as	as	ADV	_	_	_	_	_	_	2:X
+21	well	well	ADV	_	_	_	_	_	_	2
+22	as	as	ADP	_	_	_	_	_	_	2
+23	the	the	DET	_	_	_	_	_	_	*
+24	accommodations	accommodation	NOUN	_	_	_	_	_	ss=n.act	*
+25	themselves	themselves	PRON	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.4
+# sent_counter = 4274
+# text = The second vendor charged $ 55 ( less than half of what A&E charges ) to come and applied that to the price of the repair service ( which A&E does not ) .
+1	The	the	DET	_	_	_	_	_	_	*
+2	second	second	ADJ	_	_	_	_	_	_	*
+3	vendor	vendor	NOUN	_	_	_	_	_	ss=n.person	*
+4	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+5	$	$	SYM	_	_	_	_	_	_	*
+6	55	55	NUM	_	_	_	_	_	_	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	less	less	ADJ	_	_	_	_	_	_	1:X
+9	than	than	ADP	_	_	_	_	_	_	1
+10	half	half	NOUN	_	_	_	_	_	ss=n.quantity	*
+11	of	of	SCONJ	_	_	_	_	_	_	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	A&E	a&e	PROPN	_	_	_	_	_	ss=n.group	*
+14	charges	charge	VERB	_	_	_	_	_	ss=v.possession	*
+15	)	)	PUNCT	_	_	_	_	_	_	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	applied	apply	VERB	_	_	_	_	_	ss=v.stative	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+24	of	of	ADP	_	_	_	_	_	_	*
+25	the	the	DET	_	_	_	_	_	_	*
+26	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+27	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+28	(	(	PUNCT	_	_	_	_	_	_	*
+29	which	which	DET	_	_	_	_	_	_	*
+30	A&E	a&e	PROPN	_	_	_	_	_	ss=n.group	*
+31	does	do	AUX	_	_	_	_	_	_	*
+32	not	not	PART	_	_	_	_	_	_	*
+33	)	)	PUNCT	_	_	_	_	_	_	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.6
+# sent_counter = 4275
+# text = Seems to me like A&E charges way more than necessary !
+1	Seems	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	me	me	PRON	_	_	_	_	_	_	*
+4	like	like	SCONJ	_	_	_	_	_	_	*
+5	A&E	a&e	PROPN	_	_	_	_	_	ss=n.group	*
+6	charges	charge	VERB	_	_	_	_	_	ss=v.possession	*
+7	way	way	ADV	_	_	_	_	_	_	*
+8	more	more	ADJ	_	_	_	_	_	_	*
+9	than	than	ADP	_	_	_	_	_	_	*
+10	necessary	necessary	ADJ	_	_	_	_	_	_	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.6
+# sent_counter = 4276
+# text = They also got my friend s order mixed up and wanted to charger her $ 10 more than what she had wanted .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+6	s	s	PART	_	_	_	_	_	_	*
+7	order	order	NOUN	_	_	_	_	_	ss=n.communication	*
+8	mixed	mix	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	up	up	ADP	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	charger	charger	VERB	_	_	_	_	_	ss=v.possession	*
+14	her	her	PRON	_	_	_	_	_	_	*
+15	$	$	SYM	_	_	_	_	_	_	*
+16	10	10	NUM	_	_	_	_	_	_	*
+17	more	more	ADJ	_	_	_	_	_	_	*
+18	than	than	SCONJ	_	_	_	_	_	_	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	she	she	PRON	_	_	_	_	_	_	*
+21	had	have	AUX	_	_	_	_	_	_	*
+22	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.322225.3
+# sent_counter = 4277
+# text = They have a great selection of wine from all over the world with all different prices .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	selection	selection	NOUN	_	_	_	_	_	ss=n.attribute	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	all	all	ADV	_	_	_	_	_	_	1:X
+10	over	over	ADP	_	_	_	_	_	_	1
+11	the	the	DET	_	_	_	_	_	_	*
+12	world	world	NOUN	_	_	_	_	_	ss=n.location	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	all	all	DET	_	_	_	_	_	_	*
+15	different	different	ADJ	_	_	_	_	_	_	*
+16	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.5
+# sent_counter = 4278
+# text = Instead of rescheduling they chose to waste my time instead .
+1	Instead	instead	ADV	_	_	_	_	_	_	1:X
+2	of	of	SCONJ	_	_	_	_	_	_	1
+3	rescheduling	reschedule	VERB	_	_	_	_	_	ss=v.social	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	chose	choose	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	waste	waste	VERB	_	_	_	_	_	ss=v.social	2:X
+8	my	my	PRON	_	_	_	_	_	_	*
+9	time	time	NOUN	_	_	_	_	_	_	2
+10	instead	instead	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.1
+# sent_counter = 4279
+# text = The Worst Chinese I 've Ever Had
+1	The	the	DET	_	_	_	_	_	_	*
+2	Worst	worst	ADJ	_	_	_	_	_	_	*
+3	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	Ever	ever	ADV	_	_	_	_	_	_	*
+7	Had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.3
+# sent_counter = 4280
+# text = The service stunk .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	stunk	stink	VERB	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.10
+# sent_counter = 4281
+# text = They were abrasive and rude - when they were the ones who messed everything up .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	abrasive	abrasive	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	rude	rude	ADJ	_	_	_	_	_	_	*
+6	-	-	PUNCT	_	_	_	_	_	_	*
+7	when	when	ADV	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	ones	one	NOUN	_	_	_	_	_	ss=n.person	*
+12	who	who	PRON	_	_	_	_	_	_	*
+13	messed	mess	VERB	_	_	_	_	_	ss=v.social	1:X
+14	everything	everything	NOUN	_	_	_	_	_	_	*
+15	up	up	ADP	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.13
+# sent_counter = 4282
+# text = The only thing that was edible was the steamed rice and the vegetable lo mein was barely tolerable .
+1	The	the	DET	_	_	_	_	_	_	*
+2	only	only	ADJ	_	_	_	_	_	_	*
+3	thing	thing	NOUN	_	_	_	_	_	_	*
+4	that	that	DET	_	_	_	_	_	_	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	edible	edible	ADJ	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	steamed	steam	VERB	_	_	_	_	_	_	*
+10	rice	rice	NOUN	_	_	_	_	_	ss=n.food	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	vegetable	vegetable	NOUN	_	_	_	_	_	ss=n.food	*
+14	lo	lo	NOUN	_	_	_	_	_	ss=n.food	1:X
+15	mein	mein	NOUN	_	_	_	_	_	_	1
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	barely	barely	ADV	_	_	_	_	_	_	*
+18	tolerable	tolerable	ADJ	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.14
+# sent_counter = 4283
+# text = I will NEVER go here again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	NEVER	never	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.15
+# sent_counter = 4284
+# text = Lucky Panda in Willis is a billion times better in service and quality of the meal .
+1	Lucky	lucky	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Panda	panda	PROPN	_	_	_	_	_	_	1
+3	in	in	ADP	_	_	_	_	_	_	*
+4	Willis	willis	PROPN	_	_	_	_	_	ss=n.location	*
+5	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	billion	billion	NUM	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.quantity	*
+9	better	better	ADJ	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	meal	meal	NOUN	_	_	_	_	_	ss=n.food	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.235423.16
+# sent_counter = 4285
+# text = I have no idea how China Delight won number 1 Chinese restaurant in Montgomery - There needs to be a recount on that vote .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	no	no	DET	_	_	_	_	_	_	*
+4	idea	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	China	china	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Delight	delight	PROPN	_	_	_	_	_	_	1
+8	won	win	VERB	_	_	_	_	_	ss=v.stative	*
+9	number	number	NOUN	_	_	_	_	_	ss=n.relation	2:X
+10	1	1	NUM	_	_	_	_	_	_	2
+11	Chinese	chinese	ADJ	_	_	_	_	_	_	*
+12	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Montgomery	montgomery	PROPN	_	_	_	_	_	ss=n.location	*
+15	-	-	PUNCT	_	_	_	_	_	_	*
+16	There	there	PRON	_	_	_	_	_	_	*
+17	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+18	to	to	PART	_	_	_	_	_	_	*
+19	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	recount	recount	NOUN	_	_	_	_	_	ss=n.act	*
+22	on	on	ADP	_	_	_	_	_	_	*
+23	that	that	DET	_	_	_	_	_	_	*
+24	vote	vote	NOUN	_	_	_	_	_	ss=n.communication	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245928.1
+# sent_counter = 4286
+# text = Rude and Untrustworthy
+1	Rude	rude	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Untrustworthy	untrustworthy	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245928.3
+# sent_counter = 4287
+# text = They are especially rude to women .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	especially	especially	ADV	_	_	_	_	_	_	*
+4	rude	rude	ADJ	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	women	woman	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.245928.4
+# sent_counter = 4288
+# text = Do not trust them !
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	trust	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.1
+# sent_counter = 4289
+# text = College is a Joke and the Salon is a JOKE !
+1	College	college	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	Joke	joke	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	2:X
+9	a	a	DET	_	_	_	_	_	_	2
+10	JOKE	joke	NOUN	_	_	_	_	_	_	2
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.2
+# sent_counter = 4290
+# text = Went to the school here OVER PRICED !!!!!!
+1	Went	go	VERB	_	_	_	_	_	ss=v.stative	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	OVER	over	X	_	_	_	_	_	_	1:X
+7	PRICED	priced	ADJ	_	_	_	_	_	_	1
+8	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.3
+# sent_counter = 4291
+# text = You do NOT learn the things you were promised .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	NOT	not	PART	_	_	_	_	_	_	*
+4	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	things	things	NOUN	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	were	be	AUX	_	_	_	_	_	_	*
+9	promised	promise	VERB	_	_	_	_	_	ss=v.cognition	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.6
+# sent_counter = 4292
+# text = Staff is under educated .
+1	Staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	under	under	X	_	_	_	_	_	_	*
+4	educated	educated	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.8
+# sent_counter = 4293
+# text = Over priced for students to learn !
+1	Over	over	X	_	_	_	_	_	_	1:X
+2	priced	priced	ADJ	_	_	_	_	_	_	1
+3	for	for	SCONJ	_	_	_	_	_	_	*
+4	students	student	NOUN	_	_	_	_	_	ss=n.group	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.9
+# sent_counter = 4294
+# text = Beware of the nail program you are not taught to use a nail drill AT ALL you learn the old fashioned way of doing nails you will not be able to do well in a salon !!!
+1	Beware	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	nail	nail	NOUN	_	_	_	_	_	ss=n.body	*
+5	program	program	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	are	be	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	taught	teach	VERB	_	_	_	_	_	ss=v.cognition	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	use	use	VERB	_	_	_	_	_	ss=v.contact	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	nail	nail	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+14	drill	drill	NOUN	_	_	_	_	_	_	1
+15	AT	at	ADV	_	_	_	_	_	_	2:X
+16	ALL	all	ADV	_	_	_	_	_	_	2
+17	you	you	PRON	_	_	_	_	_	_	*
+18	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	old	old	ADJ	_	_	_	_	_	_	3:X
+21	fashioned	fashioned	ADJ	_	_	_	_	_	_	3
+22	way	way	NOUN	_	_	_	_	_	ss=n.act	*
+23	of	of	SCONJ	_	_	_	_	_	_	*
+24	doing	do	VERB	_	_	_	_	_	ss=v.body	*
+25	nails	nail	NOUN	_	_	_	_	_	ss=n.body	*
+26	you	you	PRON	_	_	_	_	_	_	*
+27	will	will	AUX	_	_	_	_	_	_	*
+28	not	not	PART	_	_	_	_	_	_	*
+29	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+30	able	able	ADJ	_	_	_	_	_	_	*
+31	to	to	PART	_	_	_	_	_	_	*
+32	do	do	VERB	_	_	_	_	_	ss=v.social	*
+33	well	well	ADV	_	_	_	_	_	_	*
+34	in	in	ADP	_	_	_	_	_	_	*
+35	a	a	DET	_	_	_	_	_	_	*
+36	salon	salon	NOUN	_	_	_	_	_	ss=n.group	*
+37	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.10
+# sent_counter = 4295
+# text = BEWARE !
+1	BEWARE	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351727.1
+# sent_counter = 4296
+# text = Overpriced
+1	Overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351727.3
+# sent_counter = 4297
+# text = The food is mediocre at best , and largely overpriced given the portion size and quality .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	mediocre	mediocre	ADJ	_	_	_	_	_	_	*
+5	at	at	ADV	_	_	_	_	_	_	1:X
+6	best	best	ADV	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	largely	largely	ADV	_	_	_	_	_	_	*
+10	overpriced	overpriced	ADJ	_	_	_	_	_	_	*
+11	given	give	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	portion	portion	NOUN	_	_	_	_	_	ss=n.relation	*
+14	size	size	NOUN	_	_	_	_	_	ss=n.quantity	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351727.5
+# sent_counter = 4298
+# text = I have ate here 3 times since they first opened , and the service has been poor each time , the staff always comes across as somewhat rude and slow .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	ate	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+7	since	since	SCONJ	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	first	first	ADV	_	_	_	_	_	_	*
+10	opened	open	VERB	_	_	_	_	_	ss=v.stative	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+15	has	have	AUX	_	_	_	_	_	_	*
+16	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	poor	poor	ADJ	_	_	_	_	_	_	*
+18	each	each	DET	_	_	_	_	_	_	*
+19	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+23	always	always	ADV	_	_	_	_	_	_	*
+24	comes	come	VERB	_	_	_	_	_	ss=v.cognition	1:X
+25	across	across	ADV	_	_	_	_	_	_	1
+26	as	as	ADP	_	_	_	_	_	_	*
+27	somewhat	somewhat	ADV	_	_	_	_	_	_	*
+28	rude	rude	ADJ	_	_	_	_	_	_	*
+29	and	and	CCONJ	_	_	_	_	_	_	*
+30	slow	slow	ADJ	_	_	_	_	_	_	*
+31	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.355325.1
+# sent_counter = 4299
+# text = My favorite florist !
+1	My	my	PRON	_	_	_	_	_	_	*
+2	favorite	favorite	ADJ	_	_	_	_	_	_	*
+3	florist	florist	NOUN	_	_	_	_	_	ss=n.person	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.355325.2
+# sent_counter = 4300
+# text = I came to La Crosse to go to college , and my mom would send me birthday flowers though here .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	La	la	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Crosse	crosse	PROPN	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	go	go	VERB	_	_	_	_	_	ss=v.stative	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	college	college	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	mom	mom	NOUN	_	_	_	_	_	ss=n.person	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	send	send	VERB	_	_	_	_	_	ss=v.motion	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	birthday	birthday	NOUN	_	_	_	_	_	ss=n.event	*
+18	flowers	flower	NOUN	_	_	_	_	_	ss=n.natural_object	*
+19	though	though	ADP	_	_	_	_	_	_	*
+20	here	here	ADV	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.355325.3
+# sent_counter = 4301
+# text = They were beautiful and lasted forever !
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	lasted	last	VERB	_	_	_	_	_	ss=v.stative	*
+6	forever	forever	ADV	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.355325.5
+# sent_counter = 4302
+# text = Hands down , best place in the area !
+1	Hands	hands	NOUN	_	_	_	_	_	_	1:X
+2	down	down	ADV	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	best	best	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356920.4
+# sent_counter = 4303
+# text = There are plenty of good dentists in Fernandina .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	plenty	plenty	NOUN	_	_	_	_	_	ss=n.quantity	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	dentists	dentist	NOUN	_	_	_	_	_	ss=n.person	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	Fernandina	fernandina	PROPN	_	_	_	_	_	ss=n.location	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.356920.5
+# sent_counter = 4304
+# text = Do n't go to Amelia Gentle Dentistry .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	Amelia	amelia	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Gentle	gentle	PROPN	_	_	_	_	_	_	1
+7	Dentistry	dentistry	PROPN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.3
+# sent_counter = 4305
+# text = She continues to help me when needed even if I have a service question .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	continues	continue	VERB	_	_	_	_	_	ss=v.stative	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	help	help	VERB	_	_	_	_	_	ss=v.social	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	when	when	ADV	_	_	_	_	_	_	*
+7	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+8	even	even	ADV	_	_	_	_	_	_	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	question	question	NOUN	_	_	_	_	_	ss=n.communication	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.6
+# sent_counter = 4306
+# text = Service does not get any better !!!!
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	does	do	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+5	any	any	ADV	_	_	_	_	_	_	*
+6	better	better	ADJ	_	_	_	_	_	_	*
+7	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105326.1
+# sent_counter = 4307
+# text = How a pizza place should be !
+1	How	how	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	pizza	pizza	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	place	place	NOUN	_	_	_	_	_	_	1
+5	should	should	AUX	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.105326.2
+# sent_counter = 4308
+# text = + there is a free cola with every pizza .
+1	+	+	SYM	_	_	_	_	_	_	*
+2	there	there	PRON	_	_	_	_	_	_	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	free	free	ADJ	_	_	_	_	_	_	*
+6	cola	cola	NOUN	_	_	_	_	_	ss=n.food	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	every	every	DET	_	_	_	_	_	_	*
+9	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085424.3
+# sent_counter = 4309
+# text = I have had all three of my children attend Lake Forest Tots .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	all	all	DET	_	_	_	_	_	_	*
+5	three	three	NUM	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	children	child	NOUN	_	_	_	_	_	ss=n.person	*
+9	attend	attend	VERB	_	_	_	_	_	ss=v.social	*
+10	Lake	lake	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Forest	forest	PROPN	_	_	_	_	_	_	1
+12	Tots	tots	PROPN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085424.4
+# sent_counter = 4310
+# text = The program is well established and we have been extremely satisfied with the teachers , the programs and the director .
+1	The	the	DET	_	_	_	_	_	_	*
+2	program	program	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	well	well	ADV	_	_	_	_	_	_	*
+5	established	establish	VERB	_	_	_	_	_	ss=v.social	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	we	we	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	extremely	extremely	ADV	_	_	_	_	_	_	*
+11	satisfied	satisfied	ADJ	_	_	_	_	_	_	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	programs	program	NOUN	_	_	_	_	_	ss=n.group	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	director	director	NOUN	_	_	_	_	_	ss=n.person	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.085424.5
+# sent_counter = 4311
+# text = Good job , Lake Forest Tots !
+1	Good	good	ADJ	_	_	_	_	_	_	1:X
+2	job	job	NOUN	_	_	_	_	_	_	1
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Lake	lake	PROPN	_	_	_	_	_	ss=n.group	2:X
+5	Forest	forest	PROPN	_	_	_	_	_	_	2
+6	Tots	tots	PROPN	_	_	_	_	_	_	2
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.094621.2
+# sent_counter = 4312
+# text = A&E came out , charged $ 129 fee just to walk in the door .
+1	A&E	a&e	PROPN	_	_	_	_	_	ss=n.group	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+3	out	out	ADV	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+6	$	$	SYM	_	_	_	_	_	_	*
+7	129	129	NUM	_	_	_	_	_	_	*
+8	fee	fee	NOUN	_	_	_	_	_	ss=n.possession	*
+9	just	just	ADV	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	walk	walk	VERB	_	_	_	_	_	ss=v.motion	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	door	door	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.1
+# sent_counter = 4313
+# text = GREAT SERVICE AND PEOPLE !!
+1	GREAT	great	ADJ	_	_	_	_	_	_	*
+2	SERVICE	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	AND	and	CCONJ	_	_	_	_	_	_	*
+4	PEOPLE	person	NOUN	_	_	_	_	_	ss=n.person	*
+5	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.2
+# sent_counter = 4314
+# text = Deb Watson is the contact person and she and the rest of the staff were great !!!
+1	Deb	deb	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Watson	watson	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	contact	contact	NOUN	_	_	_	_	_	ss=n.person	*
+6	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	rest	rest	NOUN	_	_	_	_	_	ss=n.group	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+15	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	great	great	ADJ	_	_	_	_	_	_	*
+17	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134622.1
+# sent_counter = 4315
+# text = We just got our sunroom built by Patio World and can say that I 'm extremely happy with the whole thing .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	sunroom	sunroom	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	built	build	VERB	_	_	_	_	_	ss=v.creation	*
+7	by	by	ADP	_	_	_	_	_	_	*
+8	Patio	patio	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	World	world	PROPN	_	_	_	_	_	_	1
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	can	can	AUX	_	_	_	_	_	_	*
+12	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+13	that	that	SCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+16	extremely	extremely	ADV	_	_	_	_	_	_	*
+17	happy	happy	ADJ	_	_	_	_	_	_	*
+18	with	with	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	whole	whole	ADJ	_	_	_	_	_	_	*
+21	thing	thing	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134622.3
+# sent_counter = 4316
+# text = I have nothing bad to say .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	nothing	nothing	NOUN	_	_	_	_	_	_	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.134622.4
+# sent_counter = 4317
+# text = Very glad that we went with them .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	glad	glad	ADJ	_	_	_	_	_	_	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	went	go	VERB	_	_	_	_	_	ss=v.stative	1:X
+6	with	with	ADP	_	_	_	_	_	_	1
+7	them	them	PRON	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.146820.1
+# sent_counter = 4318
+# text = Amazing service !
+1	Amazing	amazing	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.146820.2
+# sent_counter = 4319
+# text = I just had the best experience at this Kal Tire location .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	Kal	kal	PROPN	_	_	_	_	_	ss=n.group	1:X
+10	Tire	tire	PROPN	_	_	_	_	_	_	1
+11	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.146820.3
+# sent_counter = 4320
+# text = Courteous , fast and friendly .
+1	Courteous	courteous	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	fast	fast	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	friendly	friendly	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.1
+# sent_counter = 4321
+# text = Rip Off !
+1	Rip	rip	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	Off	off	NOUN	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.3
+# sent_counter = 4322
+# text = Ridiculous !
+1	Ridiculous	ridiculous	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.6
+# sent_counter = 4323
+# text = Avoid !
+1	Avoid	avoid	VERB	_	_	_	_	_	ss=v.cognition	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149922.2
+# sent_counter = 4324
+# text = The front desk staff was very pleasant and efficient .
+1	The	the	DET	_	_	_	_	_	_	*
+2	front	front	NOUN	_	_	_	_	_	ss=n.location	1:X
+3	desk	desk	NOUN	_	_	_	_	_	_	1
+4	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	efficient	efficient	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.149922.3
+# sent_counter = 4325
+# text = Serves FREE breakfast !
+1	Serves	serve	VERB	_	_	_	_	_	ss=v.social	*
+2	FREE	free	ADJ	_	_	_	_	_	_	*
+3	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.153921.1
+# sent_counter = 4326
+# text = Fresh and Excellent Quality
+1	Fresh	fresh	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	Quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.153921.3
+# sent_counter = 4327
+# text = The food is always fresh and delicious .
+1	The	the	DET	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	fresh	fresh	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	delicious	delicious	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.095523.5
+# sent_counter = 4328
+# text = This was after I brought the car !!!! !
+1	This	this	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	after	after	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	brought	bring	VERB	_	_	_	_	_	ss=v.possession	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.6
+# sent_counter = 4329
+# text = Well then I went on a trip to Glasgow and was walking around .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	went	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+5	on	on	ADP	_	_	_	_	_	_	1
+6	a	a	DET	_	_	_	_	_	_	1
+7	trip	trip	NOUN	_	_	_	_	_	_	1
+8	to	to	ADP	_	_	_	_	_	_	*
+9	Glasgow	glasgow	PROPN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	was	be	AUX	_	_	_	_	_	_	*
+12	walking	walk	VERB	_	_	_	_	_	ss=v.motion	*
+13	around	around	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.4
+# sent_counter = 4330
+# text = Do n't think I 've ever been charged before .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	've	've	AUX	_	_	_	_	_	_	*
+6	ever	ever	ADV	_	_	_	_	_	_	*
+7	been	be	AUX	_	_	_	_	_	_	*
+8	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+9	before	before	ADV	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.147825.5
+# sent_counter = 4331
+# text = Oh , and salad cream , not mayonnaise , on the coleslaw .
+1	Oh	oh	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+5	cream	cream	NOUN	_	_	_	_	_	ss=n.food	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	not	not	CCONJ	_	_	_	_	_	_	*
+8	mayonnaise	mayonnaise	NOUN	_	_	_	_	_	ss=n.food	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	coleslaw	coleslaw	NOUN	_	_	_	_	_	ss=n.food	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.153921.4
+# sent_counter = 4332
+# text = It can be a little on the spicy side but just ask them exactly what you want and they are very helpful .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	can	can	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	little	little	NOUN	_	_	_	_	_	_	*
+6	on	on	ADP	_	_	_	_	_	_	1:X
+7	the	the	DET	_	_	_	_	_	_	1
+8	spicy	spicy	ADJ	_	_	_	_	_	_	*
+9	side	side	NOUN	_	_	_	_	_	_	1
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	just	just	ADV	_	_	_	_	_	_	*
+12	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+13	them	them	PRON	_	_	_	_	_	_	*
+14	exactly	exactly	ADV	_	_	_	_	_	_	*
+15	what	what	PRON	_	_	_	_	_	_	*
+16	you	you	PRON	_	_	_	_	_	_	*
+17	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	they	they	PRON	_	_	_	_	_	_	*
+20	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	helpful	helpful	ADJ	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.4
+# sent_counter = 4333
+# text = After a good few minutes , he asked : " what do you want ? "
+1	After	after	ADP	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	1:X
+3	good	good	ADJ	_	_	_	_	_	_	1
+4	few	few	ADJ	_	_	_	_	_	_	1
+5	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	:	:	PUNCT	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	do	do	AUX	_	_	_	_	_	_	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+15	?	?	PUNCT	_	_	_	_	_	_	*
+16	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.5
+# sent_counter = 4334
+# text = Going back after graduating you r told you get a discount on services nope you do nt .
+1	Going	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	back	back	ADV	_	_	_	_	_	_	1
+3	after	after	SCONJ	_	_	_	_	_	_	*
+4	graduating	graduate	VERB	_	_	_	_	_	ss=v.stative	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	r	r	AUX	_	_	_	_	_	_	*
+7	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	discount	discount	NOUN	_	_	_	_	_	ss=n.relation	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+14	nope	nope	INTJ	_	_	_	_	_	_	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	do	do	AUX	_	_	_	_	_	_	*
+17	nt	nt	ADV	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.247226.7
+# sent_counter = 4335
+# text = Going there you learn the school does not care about the services given just about the money .
+1	Going	go	VERB	_	_	_	_	_	ss=v.stative	*
+2	there	there	ADV	_	_	_	_	_	_	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	learn	learn	VERB	_	_	_	_	_	ss=v.cognition	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+7	does	do	AUX	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	care	care	VERB	_	_	_	_	_	ss=v.cognition	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+13	given	give	VERB	_	_	_	_	_	ss=v.stative	*
+14	just	just	ADV	_	_	_	_	_	_	*
+15	about	about	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248027.2
+# sent_counter = 4336
+# text = Twice for dinner and once for lunch Absolutely rude service every time !
+1	Twice	twice	ADV	_	_	_	_	_	_	*
+2	for	for	ADP	_	_	_	_	_	_	*
+3	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	once	once	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	lunch	lunch	NOUN	_	_	_	_	_	ss=n.event	*
+8	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+9	rude	rude	ADJ	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	every	every	DET	_	_	_	_	_	_	*
+12	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299524.1
+# sent_counter = 4337
+# text = Quality has fallen over the years , but still the best go - to burger place on the East Bay .
+1	Quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	has	have	AUX	_	_	_	_	_	_	*
+3	fallen	fall	VERB	_	_	_	_	_	ss=v.change	*
+4	over	over	ADP	_	_	_	_	_	_	1:X
+5	the	the	DET	_	_	_	_	_	_	1
+6	years	years	NOUN	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	still	still	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	best	best	ADJ	_	_	_	_	_	_	*
+12	go	go	VERB	_	_	_	_	_	_	2:X
+13	-	-	PUNCT	_	_	_	_	_	_	2
+14	to	to	ADP	_	_	_	_	_	_	2
+15	burger	burger	NOUN	_	_	_	_	_	ss=n.food	*
+16	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+17	on	on	ADP	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	East	east	PROPN	_	_	_	_	_	ss=n.location	3:X
+20	Bay	bay	PROPN	_	_	_	_	_	_	3
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.3
+# sent_counter = 4338
+# text = They sent over someone who said he knows nothing about curtains and could not show me fabric options or give an estimate .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	sent	send	VERB	_	_	_	_	_	ss=v.social	1:X
+3	over	over	ADP	_	_	_	_	_	_	1
+4	someone	someone	NOUN	_	_	_	_	_	_	*
+5	who	who	PRON	_	_	_	_	_	_	*
+6	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	nothing	nothing	NOUN	_	_	_	_	_	_	*
+10	about	about	ADP	_	_	_	_	_	_	*
+11	curtains	curtain	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	could	could	AUX	_	_	_	_	_	_	*
+14	not	not	PART	_	_	_	_	_	_	*
+15	show	show	VERB	_	_	_	_	_	ss=v.social	*
+16	me	me	PRON	_	_	_	_	_	_	*
+17	fabric	fabric	ADJ	_	_	_	_	_	_	*
+18	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	or	or	CCONJ	_	_	_	_	_	_	*
+20	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+21	an	an	DET	_	_	_	_	_	_	*
+22	estimate	estimate	NOUN	_	_	_	_	_	ss=n.communication	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.3
+# sent_counter = 4339
+# text = We were told by a detective and asked to check our credit for anything unusual .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+4	by	by	ADP	_	_	_	_	_	_	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	detective	detective	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+9	to	to	PART	_	_	_	_	_	_	*
+10	check	check	VERB	_	_	_	_	_	ss=v.cognition	*
+11	our	our	PRON	_	_	_	_	_	_	*
+12	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	*
+13	for	for	ADP	_	_	_	_	_	_	*
+14	anything	anything	NOUN	_	_	_	_	_	_	*
+15	unusual	unusual	ADJ	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.4
+# sent_counter = 4340
+# text = Luckily they caught the crooks before they did one on us .
+1	Luckily	luckily	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	caught	catch	VERB	_	_	_	_	_	ss=v.social	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	crooks	crook	NOUN	_	_	_	_	_	ss=n.person	*
+6	before	before	SCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	one	one	NUM	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	us	us	PRON	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.1
+# sent_counter = 4341
+# text = Horrible Service !
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.2
+# sent_counter = 4342
+# text = I got yelled at , literally yelled at because i asked if i could pick up my car 5 - 10 minutes late .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	got	get	AUX	_	_	_	_	_	_	*
+3	yelled	yell	VERB	_	_	_	_	_	ss=v.communication	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	literally	literally	ADV	_	_	_	_	_	_	*
+7	yelled	yell	VERB	_	_	_	_	_	ss=v.communication	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	i	i	PRON	_	_	_	_	_	_	*
+11	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	i	i	PRON	_	_	_	_	_	_	*
+14	could	could	AUX	_	_	_	_	_	_	*
+15	pick	pick	VERB	_	_	_	_	_	ss=v.motion	1:X
+16	up	up	ADP	_	_	_	_	_	_	1
+17	my	my	PRON	_	_	_	_	_	_	*
+18	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	5	5	NUM	_	_	_	_	_	_	*
+20	-	-	SYM	_	_	_	_	_	_	*
+21	10	10	NUM	_	_	_	_	_	_	*
+22	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+23	late	late	ADV	_	_	_	_	_	_	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.4
+# sent_counter = 4343
+# text = Rude , unprofessional , just jerks .
+1	Rude	rude	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	unprofessional	unprofessional	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	jerks	jerk	NOUN	_	_	_	_	_	ss=n.person	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.6
+# sent_counter = 4344
+# text = Missed a whole day of work because i am now carless .
+1	Missed	miss	VERB	_	_	_	_	_	ss=v.stative	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	whole	whole	ADJ	_	_	_	_	_	_	*
+4	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	i	i	PRON	_	_	_	_	_	_	*
+9	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	now	now	ADV	_	_	_	_	_	_	*
+11	carless	carless	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.200429.7
+# sent_counter = 4345
+# text = I will NEEEEEEEEEVERRRR go to this place again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	NEEEEEEEEEVERRRR	neeeeeeeeeverrrr	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	again	again	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.207629.1
+# sent_counter = 4346
+# text = highly recommended .
+1	highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommended	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248027.4
+# sent_counter = 4347
+# text = Tonight , I called several times with no answer ( Btwn 5:30 and 6 pm ) and finally drove there to place my order in person .
+1	Tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+5	several	several	ADJ	_	_	_	_	_	_	*
+6	times	times	NOUN	_	_	_	_	_	ss=n.quantity	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	no	no	DET	_	_	_	_	_	_	*
+9	answer	answer	NOUN	_	_	_	_	_	ss=n.communication	*
+10	(	(	PUNCT	_	_	_	_	_	_	*
+11	Btwn	btwn	ADP	_	_	_	_	_	_	*
+12	5:30	5:30	NUM	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	6	6	NUM	_	_	_	_	_	_	*
+15	pm	pm	NOUN	_	_	_	_	_	ss=n.time	*
+16	)	)	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	finally	finally	ADV	_	_	_	_	_	_	*
+19	drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+20	there	there	ADV	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	place	place	VERB	_	_	_	_	_	ss=v.communication	1:X
+23	my	my	PRON	_	_	_	_	_	_	*
+24	order	order	NOUN	_	_	_	_	_	_	1
+25	in	in	ADP	_	_	_	_	_	_	2:X
+26	person	person	NOUN	_	_	_	_	_	_	2
+27	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248027.5
+# sent_counter = 4348
+# text = There was not a customer to be found .
+1	There	there	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	1:X
+4	a	a	DET	_	_	_	_	_	_	1
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+6	to	to	PART	_	_	_	_	_	_	1
+7	be	be	AUX	_	_	_	_	_	_	1
+8	found	find	VERB	_	_	_	_	_	_	1
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248124.1
+# sent_counter = 4349
+# text = Pure Pilates !!
+1	Pure	pure	ADJ	_	_	_	_	_	ss=n.group	1:X
+2	Pilates	pilate	NOUN	_	_	_	_	_	_	1
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.248124.4
+# sent_counter = 4350
+# text = The teachers are highly trained and are expert at handling all types of clients .
+1	The	the	DET	_	_	_	_	_	_	*
+2	teachers	teacher	NOUN	_	_	_	_	_	ss=n.person	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	highly	highly	ADV	_	_	_	_	_	_	*
+5	trained	train	VERB	_	_	_	_	_	ss=v.cognition	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	expert	expert	ADJ	_	_	_	_	_	_	*
+9	at	at	SCONJ	_	_	_	_	_	_	*
+10	handling	handle	VERB	_	_	_	_	_	ss=v.social	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	types	type	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	clients	client	NOUN	_	_	_	_	_	ss=n.person	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249123.1
+# sent_counter = 4351
+# text = No Customer Service
+1	No	no	DET	_	_	_	_	_	_	*
+2	Customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	Service	service	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249123.2
+# sent_counter = 4352
+# text = Employees seemed to be having a good time chatting and laughing with each other , while myself and other customers were completely ignored .
+1	Employees	employee	NOUN	_	_	_	_	_	ss=n.group	*
+2	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	be	be	AUX	_	_	_	_	_	_	*
+5	having	have	VERB	_	_	_	_	_	ss=v.social	1:X
+6	a	a	DET	_	_	_	_	_	_	1
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	_	1
+9	chatting	chat	VERB	_	_	_	_	_	ss=v.communication	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	laughing	laugh	VERB	_	_	_	_	_	ss=v.communication	*
+12	with	with	ADP	_	_	_	_	_	_	*
+13	each	each	DET	_	_	_	_	_	_	*
+14	other	other	ADJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	while	while	SCONJ	_	_	_	_	_	_	*
+17	myself	myself	PRON	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	other	other	ADJ	_	_	_	_	_	_	*
+20	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+21	were	be	AUX	_	_	_	_	_	_	*
+22	completely	completely	ADV	_	_	_	_	_	_	*
+23	ignored	ignore	VERB	_	_	_	_	_	ss=v.cognition	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249123.3
+# sent_counter = 4353
+# text = Another person in the store stood there with an item and repeatedly tried to get a sales person s attention .
+1	Another	another	DET	_	_	_	_	_	_	*
+2	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	store	store	NOUN	_	_	_	_	_	ss=n.location	*
+6	stood	stand	VERB	_	_	_	_	_	ss=v.stative	*
+7	there	there	ADV	_	_	_	_	_	_	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	an	an	DET	_	_	_	_	_	_	*
+10	item	item	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	repeatedly	repeatedly	ADV	_	_	_	_	_	_	*
+13	tried	try	VERB	_	_	_	_	_	ss=v.social	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	get	get	VERB	_	_	_	_	_	ss=v.social	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+18	person	person	NOUN	_	_	_	_	_	_	1
+19	s	s	PART	_	_	_	_	_	_	*
+20	attention	attention	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.249123.4
+# sent_counter = 4354
+# text = It was n't until he gave up and walked out the door that someone asked Can I help you .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	until	until	SCONJ	_	_	_	_	_	_	*
+5	he	he	PRON	_	_	_	_	_	_	*
+6	gave	give	VERB	_	_	_	_	_	ss=v.cognition	1:X
+7	up	up	ADP	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+10	out	out	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	door	door	NOUN	_	_	_	_	_	ss=n.location	*
+13	that	that	ADP	_	_	_	_	_	_	*
+14	someone	someone	NOUN	_	_	_	_	_	_	*
+15	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+16	Can	can	AUX	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	help	help	VERB	_	_	_	_	_	ss=v.social	*
+19	you	you	PRON	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262422.1
+# sent_counter = 4355
+# text = Good local bike shop
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	local	local	ADJ	_	_	_	_	_	_	*
+3	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262422.2
+# sent_counter = 4356
+# text = Good local bike shop .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	local	local	ADJ	_	_	_	_	_	_	*
+3	bike	bike	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262422.4
+# sent_counter = 4357
+# text = The shop is located just off the river road .
+1	The	the	DET	_	_	_	_	_	_	*
+2	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	located	locate	VERB	_	_	_	_	_	ss=v.cognition	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	off	off	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	river	river	PROPN	_	_	_	_	_	ss=n.location	*
+9	road	road	PROPN	_	_	_	_	_	ss=n.location	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.1
+# sent_counter = 4358
+# text = recommended
+1	recommended	recommended	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.2
+# sent_counter = 4359
+# text = Excellent location .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.3
+# sent_counter = 4360
+# text = Good sports bar .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	sports	sport	NOUN	_	_	_	_	_	ss=n.group	1:X
+3	bar	bar	NOUN	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.4
+# sent_counter = 4361
+# text = Hyatt web site improved .
+1	Hyatt	hyatt	PROPN	_	_	_	_	_	ss=n.group	*
+2	web	web	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	site	site	NOUN	_	_	_	_	_	_	1
+4	improved	improve	VERB	_	_	_	_	_	ss=v.change	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.5
+# sent_counter = 4362
+# text = Accurate check - out .
+1	Accurate	accurate	ADJ	_	_	_	_	_	_	*
+2	check	check	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	-	-	PUNCT	_	_	_	_	_	_	1
+4	out	out	NOUN	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.6
+# sent_counter = 4363
+# text = Rooms clean .
+1	Rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	clean	clean	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.262722.7
+# sent_counter = 4364
+# text = Lifts quick , clean , accurate , and correctly sized .
+1	Lifts	lift	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	quick	quick	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	clean	clean	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	accurate	accurate	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	correctly	correctly	ADV	_	_	_	_	_	_	*
+10	sized	size	VERB	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303922.1
+# sent_counter = 4365
+# text = A +
+1	A	a	NOUN	_	_	_	_	_	ss=n.communication	1:X
+2	+	+	SYM	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303922.2
+# sent_counter = 4366
+# text = Excellent customer service and honest feedback .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	honest	honest	ADJ	_	_	_	_	_	_	*
+6	feedback	feedback	NOUN	_	_	_	_	_	ss=n.communication	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313126.1
+# sent_counter = 4367
+# text = I gave Dr. Rohatgi 2 stars because her assistant was very pleasant .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	gave	give	VERB	_	_	_	_	_	ss=v.stative	*
+3	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Rohatgi	rohatgi	PROPN	_	_	_	_	_	_	1
+5	2	2	NUM	_	_	_	_	_	ss=n.communication	2:X
+6	stars	star	NOUN	_	_	_	_	_	_	2
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	her	her	PRON	_	_	_	_	_	_	*
+9	assistant	assistant	NOUN	_	_	_	_	_	ss=n.person	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	very	very	ADV	_	_	_	_	_	_	*
+12	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313126.2
+# sent_counter = 4368
+# text = However , I did not find her very helpful and her receptionist was rude .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	did	do	AUX	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	her	her	PRON	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	helpful	helpful	ADJ	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	her	her	PRON	_	_	_	_	_	_	*
+12	receptionist	receptionist	NOUN	_	_	_	_	_	ss=n.person	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	rude	rude	ADJ	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.1
+# sent_counter = 4369
+# text = Perfect Location plus
+1	Perfect	perfect	ADJ	_	_	_	_	_	_	*
+2	Location	location	NOUN	_	_	_	_	_	ss=n.location	*
+3	plus	plus	CCONJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.2
+# sent_counter = 4370
+# text = I moved into the Tanglewood Apartments in late 2008 and it 's been a refreshing change .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	moved	move	VERB	_	_	_	_	_	ss=v.motion	*
+3	into	into	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Tanglewood	tanglewood	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	Apartments	apartments	PROPN	_	_	_	_	_	_	1
+7	in	in	ADP	_	_	_	_	_	_	*
+8	late	late	ADJ	_	_	_	_	_	_	*
+9	2008	2008	NUM	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	AUX	_	_	_	_	_	_	*
+13	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	refreshing	refresh	VERB	_	_	_	_	_	_	*
+16	change	change	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.3
+# sent_counter = 4371
+# text = I used to live at Meadowrun and that was a nightmare .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	live	live	VERB	_	_	_	_	_	ss=v.social	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	Meadowrun	meadowrun	PROPN	_	_	_	_	_	ss=n.location	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	nightmare	nightmare	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.5
+# sent_counter = 4372
+# text = She 's very reachable and she has always responded quickly to any questions or requests .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	reachable	reachable	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	she	she	PRON	_	_	_	_	_	_	*
+7	has	have	AUX	_	_	_	_	_	_	*
+8	always	always	ADV	_	_	_	_	_	_	*
+9	responded	respond	VERB	_	_	_	_	_	ss=v.communication	*
+10	quickly	quickly	ADV	_	_	_	_	_	_	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	any	any	DET	_	_	_	_	_	_	*
+13	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+14	or	or	CCONJ	_	_	_	_	_	_	*
+15	requests	request	NOUN	_	_	_	_	_	ss=n.communication	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.313825.6
+# sent_counter = 4373
+# text = Plus she plans a monthly breakfasts and other events at the clubhouse which is a nice added benefit .
+1	Plus	plus	CCONJ	_	_	_	_	_	_	*
+2	she	she	PRON	_	_	_	_	_	_	*
+3	plans	plan	VERB	_	_	_	_	_	ss=v.social	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	monthly	monthly	ADJ	_	_	_	_	_	_	*
+6	breakfasts	breakfast	NOUN	_	_	_	_	_	ss=n.event	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	other	other	ADJ	_	_	_	_	_	_	*
+9	events	event	NOUN	_	_	_	_	_	ss=n.event	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	clubhouse	clubhouse	NOUN	_	_	_	_	_	ss=n.location	*
+13	which	which	DET	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	nice	nice	ADJ	_	_	_	_	_	_	*
+17	added	add	VERB	_	_	_	_	_	_	*
+18	benefit	benefit	NOUN	_	_	_	_	_	ss=n.motive	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.314024.1
+# sent_counter = 4374
+# text = Old time grocery , best steaks I have ever had !
+1	Old	old	ADJ	_	_	_	_	_	_	1:X
+2	time	time	NOUN	_	_	_	_	_	_	1
+3	grocery	grocery	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	best	best	ADJ	_	_	_	_	_	_	*
+6	steaks	steak	NOUN	_	_	_	_	_	ss=n.food	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	have	have	AUX	_	_	_	_	_	_	*
+9	ever	ever	ADV	_	_	_	_	_	_	*
+10	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363428.1
+# sent_counter = 4375
+# text = Pam the Pom
+1	Pam	pam	PROPN	_	_	_	_	_	ss=n.animal	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	Pom	pom	PROPN	_	_	_	_	_	ss=n.animal	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363428.2
+# sent_counter = 4376
+# text = Fantastic couple of days .
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	couple	couple	NOUN	_	_	_	_	_	ss=n.quantity	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	days	days	NOUN	_	_	_	_	_	ss=n.time	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.363428.3
+# sent_counter = 4377
+# text = Breathtaking views and fabulous accommodation .
+1	Breathtaking	breathtaking	ADJ	_	_	_	_	_	_	*
+2	views	view	NOUN	_	_	_	_	_	ss=n.natural_object	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+5	accommodation	accommodation	NOUN	_	_	_	_	_	ss=n.act	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.8
+# sent_counter = 4378
+# text = Sure enough he charged it to the credit card .
+1	Sure	sure	ADV	_	_	_	_	_	_	1:X
+2	enough	enough	ADV	_	_	_	_	_	_	1
+3	he	he	PRON	_	_	_	_	_	_	*
+4	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	2:X
+9	card	card	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.2
+# sent_counter = 4379
+# text = Ok I am a New Yorker who has been going to school in Oxford , England .
+1	Ok	ok	INTJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	New	new	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Yorker	yorker	PROPN	_	_	_	_	_	_	1
+7	who	who	PRON	_	_	_	_	_	_	*
+8	has	have	AUX	_	_	_	_	_	_	*
+9	been	be	AUX	_	_	_	_	_	_	*
+10	going	go	VERB	_	_	_	_	_	ss=v.social	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	school	school	NOUN	_	_	_	_	_	ss=n.group	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Oxford	oxford	PROPN	_	_	_	_	_	ss=n.location	2:X
+15	,	,	PUNCT	_	_	_	_	_	_	2
+16	England	england	PROPN	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171120.1
+# sent_counter = 4380
+# text = this is the worst Sam s club I 've ever been to
+1	this	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	worst	worst	ADJ	_	_	_	_	_	_	*
+5	Sam	sam	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	s	s	PART	_	_	_	_	_	_	1
+7	club	club	NOUN	_	_	_	_	_	_	1
+8	I	i	PRON	_	_	_	_	_	_	*
+9	've	've	AUX	_	_	_	_	_	_	*
+10	ever	ever	ADV	_	_	_	_	_	_	*
+11	been	be	VERB	_	_	_	_	_	ss=v.motion	2:X
+12	to	to	ADP	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.2
+# sent_counter = 4381
+# text = After my trees were cleaned up , they gave me a jar of salsa .
+1	After	after	SCONJ	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	trees	tree	NOUN	_	_	_	_	_	ss=n.natural_object	*
+4	were	be	AUX	_	_	_	_	_	_	*
+5	cleaned	clean	VERB	_	_	_	_	_	ss=v.change	1:X
+6	up	up	ADP	_	_	_	_	_	_	1
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	they	they	PRON	_	_	_	_	_	_	*
+9	gave	give	VERB	_	_	_	_	_	ss=v.possession	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	jar	jar	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.119026.1
+# sent_counter = 4382
+# text = Anna Marie and Govind are very sweet people , and the minute you steep into their school , the calm loving atmosphere takes over , and tension and worries stay outside in the street , whether or not you pick them up again after class is probably a question of practice .
+1	Anna	anna	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Marie	marie	PROPN	_	_	_	_	_	_	1
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	Govind	govind	PROPN	_	_	_	_	_	ss=n.person	*
+5	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	sweet	sweet	ADJ	_	_	_	_	_	_	*
+8	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	minute	minute	NOUN	_	_	_	_	_	ss=n.time	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	steep	steep	VERB	_	_	_	_	_	ss=v.motion	*
+15	into	into	ADP	_	_	_	_	_	_	*
+16	their	their	PRON	_	_	_	_	_	_	*
+17	school	school	NOUN	_	_	_	_	_	ss=n.location	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	calm	calm	ADJ	_	_	_	_	_	_	*
+21	loving	loving	ADJ	_	_	_	_	_	_	*
+22	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+23	takes	take	VERB	_	_	_	_	_	ss=v.stative	2:X
+24	over	over	ADV	_	_	_	_	_	_	2
+25	,	,	PUNCT	_	_	_	_	_	_	*
+26	and	and	CCONJ	_	_	_	_	_	_	*
+27	tension	tension	NOUN	_	_	_	_	_	ss=n.feeling	*
+28	and	and	CCONJ	_	_	_	_	_	_	*
+29	worries	worry	NOUN	_	_	_	_	_	ss=n.feeling	*
+30	stay	stay	VERB	_	_	_	_	_	ss=v.cognition	*
+31	outside	outside	ADV	_	_	_	_	_	_	*
+32	in	in	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+35	,	,	PUNCT	_	_	_	_	_	_	*
+36	whether	whether	ADP	_	_	_	_	_	_	3:X
+37	or	or	CCONJ	_	_	_	_	_	_	3
+38	not	not	PART	_	_	_	_	_	_	3
+39	you	you	PRON	_	_	_	_	_	_	*
+40	pick	pick	VERB	_	_	_	_	_	ss=v.motion	4:X
+41	them	them	PRON	_	_	_	_	_	_	*
+42	up	up	ADP	_	_	_	_	_	_	4
+43	again	again	ADV	_	_	_	_	_	_	*
+44	after	after	ADP	_	_	_	_	_	_	*
+45	class	class	NOUN	_	_	_	_	_	ss=n.event	*
+46	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+47	probably	probably	ADV	_	_	_	_	_	_	*
+48	a	a	DET	_	_	_	_	_	_	*
+49	question	question	NOUN	_	_	_	_	_	ss=n.cognition	*
+50	of	of	ADP	_	_	_	_	_	_	*
+51	practice	practice	NOUN	_	_	_	_	_	ss=n.act	*
+52	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.9
+# sent_counter = 4383
+# text = I will be traveling in this area in the future and you can be assured that this experience will be helpful in my choice of hotels and Novotel will be my first selection .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	traveling	travel	VERB	_	_	_	_	_	ss=v.motion	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	you	you	PRON	_	_	_	_	_	_	*
+13	can	can	AUX	_	_	_	_	_	ss=v.social	1:X
+14	be	be	AUX	_	_	_	_	_	_	1
+15	assured	assure	VERB	_	_	_	_	_	_	1
+16	that	that	SCONJ	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+19	will	will	AUX	_	_	_	_	_	_	*
+20	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	helpful	helpful	ADJ	_	_	_	_	_	_	*
+22	in	in	ADP	_	_	_	_	_	_	*
+23	my	my	PRON	_	_	_	_	_	_	*
+24	choice	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+25	of	of	ADP	_	_	_	_	_	_	*
+26	hotels	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	Novotel	novotel	PROPN	_	_	_	_	_	ss=n.group	*
+29	will	will	AUX	_	_	_	_	_	_	*
+30	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+31	my	my	PRON	_	_	_	_	_	_	*
+32	first	first	ADJ	_	_	_	_	_	_	*
+33	selection	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+34	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.18
+# sent_counter = 4384
+# text = I came to find out the person was the hotel OWNER also .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	find	find	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	out	out	ADP	_	_	_	_	_	_	1
+6	the	the	DET	_	_	_	_	_	_	*
+7	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+11	OWNER	owner	NOUN	_	_	_	_	_	ss=n.person	*
+12	also	also	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.18
+# sent_counter = 4385
+# text = If I found a spot , I could nt fit in it .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	spot	spot	NOUN	_	_	_	_	_	ss=n.location	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	could	could	AUX	_	_	_	_	_	_	*
+9	nt	nt	ADV	_	_	_	_	_	_	*
+10	fit	fit	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.6
+# sent_counter = 4386
+# text = Very affordable ( do n't call it cheap ) and their trimmers were quick and courteous when I got home from work .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	affordable	affordable	ADJ	_	_	_	_	_	_	*
+3	(	(	PUNCT	_	_	_	_	_	_	*
+4	do	do	AUX	_	_	_	_	_	_	*
+5	n't	n't	PART	_	_	_	_	_	_	*
+6	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	cheap	cheap	ADJ	_	_	_	_	_	_	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	their	their	PRON	_	_	_	_	_	_	*
+12	trimmers	trimmer	NOUN	_	_	_	_	_	ss=n.person	*
+13	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	quick	quick	ADJ	_	_	_	_	_	_	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	courteous	courteous	ADJ	_	_	_	_	_	_	*
+17	when	when	ADV	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	got	get	VERB	_	_	_	_	_	ss=v.motion	*
+20	home	home	ADV	_	_	_	_	_	_	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	work	work	NOUN	_	_	_	_	_	ss=n.location	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346627.2
+# sent_counter = 4387
+# text = We have never had a bad experience buying from Edmark .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	bad	bad	ADJ	_	_	_	_	_	_	*
+7	experience	experience	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	buying	buy	VERB	_	_	_	_	_	ss=v.possession	*
+9	from	from	ADP	_	_	_	_	_	_	*
+10	Edmark	edmark	PROPN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.1
+# sent_counter = 4388
+# text = I purchased a 2 - year old certified pre-owned BMW from this dealership .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	2	2	NUM	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	year	year	NOUN	_	_	_	_	_	ss=n.time	1:X
+7	old	old	ADJ	_	_	_	_	_	_	1
+8	certified	certified	ADJ	_	_	_	_	_	_	*
+9	pre-owned	pre-owned	ADJ	_	_	_	_	_	_	*
+10	BMW	bmw	PROPN	_	_	_	_	_	ss=n.artifact	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.6
+# sent_counter = 4389
+# text = ( But this is a certified car from a dealer . )
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	But	but	CCONJ	_	_	_	_	_	_	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	certified	certified	ADJ	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	from	from	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+12	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.7
+# sent_counter = 4390
+# text = From my first encounter at check in to my regrettable check out I found the staff and facility to exceed my expectation .
+1	From	from	ADP	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	first	first	ADJ	_	_	_	_	_	_	*
+4	encounter	encounter	NOUN	_	_	_	_	_	ss=n.event	*
+5	at	at	ADP	_	_	_	_	_	_	*
+6	check	check	NOUN	_	_	_	_	_	ss=n.event	1:X
+7	in	in	NOUN	_	_	_	_	_	_	1
+8	to	to	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	regrettable	regrettable	ADJ	_	_	_	_	_	_	*
+11	check	check	NOUN	_	_	_	_	_	ss=n.event	2:X
+12	out	out	NOUN	_	_	_	_	_	_	2
+13	I	i	PRON	_	_	_	_	_	_	*
+14	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	facility	facility	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	exceed	exceed	VERB	_	_	_	_	_	ss=v.stative	*
+21	my	my	PRON	_	_	_	_	_	_	*
+22	expectation	expectation	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.001961.1
+# sent_counter = 4391
+# text = Buyer Beware !!
+1	Buyer	buyer	NOUN	_	_	_	_	_	ss=n.person	*
+2	Beware	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+3	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.11
+# sent_counter = 4392
+# text = $ 400 later my jaw dropped when the receptionist told me the total .
+1	$	$	SYM	_	_	_	_	_	_	*
+2	400	400	NUM	_	_	_	_	_	_	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	jaw	jaw	NOUN	_	_	_	_	_	ss=v.emotion	1:X
+6	dropped	drop	VERB	_	_	_	_	_	_	1
+7	when	when	ADV	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	receptionist	receptionist	NOUN	_	_	_	_	_	ss=n.person	*
+10	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	total	total	NOUN	_	_	_	_	_	ss=n.possession	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.13
+# sent_counter = 4393
+# text = I cried the entire way home .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	cried	cry	VERB	_	_	_	_	_	ss=v.body	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	entire	entire	ADJ	_	_	_	_	_	_	*
+5	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	home	home	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.14
+# sent_counter = 4394
+# text = He then " fixed " it for free but it still looked like crap .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	then	then	ADV	_	_	_	_	_	_	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+5	"	"	PUNCT	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	free	free	ADJ	_	_	_	_	_	_	*
+9	but	but	CCONJ	_	_	_	_	_	_	*
+10	it	it	PRON	_	_	_	_	_	_	*
+11	still	still	ADV	_	_	_	_	_	_	*
+12	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+13	like	like	ADP	_	_	_	_	_	_	*
+14	crap	crap	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.15
+# sent_counter = 4395
+# text = I will never go back .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	never	never	ADV	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.social	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.20
+# sent_counter = 4396
+# text = Maybe he did n't do a good job and they told him so .
+1	Maybe	maybe	ADV	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	did	do	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	do	do	VERB	_	_	_	_	_	ss=v.change	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	good	good	ADJ	_	_	_	_	_	_	*
+8	job	job	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+12	him	him	PRON	_	_	_	_	_	_	*
+13	so	so	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018465.21
+# sent_counter = 4397
+# text = Absolute Nightmare !
+1	Absolute	absolute	ADJ	_	_	_	_	_	_	*
+2	Nightmare	nightmare	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.1
+# sent_counter = 4398
+# text = Great Job
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.6
+# sent_counter = 4399
+# text = I 'm sure it s not every day that a funeral director sees the same family in such a short time .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	sure	sure	ADJ	_	_	_	_	_	_	*
+4	it	it	PRON	_	_	_	_	_	_	*
+5	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+6	not	not	PART	_	_	_	_	_	_	*
+7	every	every	DET	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	funeral	funeral	NOUN	_	_	_	_	_	ss=n.event	*
+12	director	director	NOUN	_	_	_	_	_	ss=n.person	*
+13	sees	see	VERB	_	_	_	_	_	ss=v.social	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	same	same	ADJ	_	_	_	_	_	_	*
+16	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+17	in	in	ADP	_	_	_	_	_	_	*
+18	such	such	DET	_	_	_	_	_	_	*
+19	a	a	DET	_	_	_	_	_	_	1:X
+20	short	short	ADJ	_	_	_	_	_	_	1
+21	time	time	NOUN	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.018562.10
+# sent_counter = 4400
+# text = The Peterson Family
+1	The	the	DET	_	_	_	_	_	_	*
+2	Peterson	peterson	PROPN	_	_	_	_	_	ss=n.person	*
+3	Family	family	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022461.1
+# sent_counter = 4401
+# text = The best in the area !
+1	The	the	DET	_	_	_	_	_	_	*
+2	best	best	ADJ	_	_	_	_	_	_	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022461.3
+# sent_counter = 4402
+# text = I am very pleased with the tattoos that I revived from them .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	tattoos	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	revived	revive	VERB	_	_	_	_	_	ss=v.possession	*
+11	from	from	ADP	_	_	_	_	_	_	*
+12	them	them	PRON	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022461.4
+# sent_counter = 4403
+# text = The artwork is excellent and the prices are very reasonable .
+1	The	the	DET	_	_	_	_	_	_	*
+2	artwork	artwork	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+8	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.022461.5
+# sent_counter = 4404
+# text = I would recommend this shop to anyone looking to get a tattoo .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	looking	look	VERB	_	_	_	_	_	ss=v.cognition	1:X
+9	to	to	PART	_	_	_	_	_	_	1
+10	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	tattoo	tattoo	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.2
+# sent_counter = 4405
+# text = I have been going to the Wildwood , NJ for over 30 years for summer vacations and always call the Madrid first .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	Wildwood	wildwood	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	,	,	PUNCT	_	_	_	_	_	_	1
+9	NJ	nj	PROPN	_	_	_	_	_	_	1
+10	for	for	ADP	_	_	_	_	_	_	*
+11	over	over	ADP	_	_	_	_	_	_	*
+12	30	30	NUM	_	_	_	_	_	_	*
+13	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	summer	summer	NOUN	_	_	_	_	_	ss=n.time	*
+16	vacations	vacation	NOUN	_	_	_	_	_	ss=n.event	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	always	always	ADV	_	_	_	_	_	_	*
+19	call	call	VERB	_	_	_	_	_	ss=v.communication	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	Madrid	madrid	PROPN	_	_	_	_	_	ss=n.group	*
+22	first	first	ADV	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.3
+# sent_counter = 4406
+# text = I rated it 5 stars .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	rated	rate	VERB	_	_	_	_	_	ss=v.communication	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+5	stars	star	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.4
+# sent_counter = 4407
+# text = I am not saying it is a 5 star hotel .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	it	it	PRON	_	_	_	_	_	_	*
+6	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+9	star	star	NOUN	_	_	_	_	_	_	1
+10	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.6
+# sent_counter = 4408
+# text = It is the hospitality from Tom and staff , that makes it feel like a 5 star hotel in the middle of the beach .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.act	*
+5	from	from	ADP	_	_	_	_	_	_	*
+6	Tom	tom	PROPN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	that	that	DET	_	_	_	_	_	_	*
+11	makes	make	VERB	_	_	_	_	_	ss=v.stative	*
+12	it	it	PRON	_	_	_	_	_	_	*
+13	feel	feel	VERB	_	_	_	_	_	ss=v.cognition	*
+14	like	like	ADP	_	_	_	_	_	_	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+17	star	star	NOUN	_	_	_	_	_	_	1
+18	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	the	the	DET	_	_	_	_	_	_	*
+21	middle	middle	NOUN	_	_	_	_	_	ss=n.location	*
+22	of	of	ADP	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	beach	beach	NOUN	_	_	_	_	_	ss=n.natural_object	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.047762.7
+# sent_counter = 4409
+# text = We prefer the layout of rooms and it is always clean .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	prefer	prefer	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	layout	layout	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	always	always	ADV	_	_	_	_	_	_	*
+11	clean	clean	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.1
+# sent_counter = 4410
+# text = Excellent Driving School
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	Driving	driving	NOUN	_	_	_	_	_	ss=n.act	*
+3	School	school	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.3
+# sent_counter = 4411
+# text = Unfortunately , a family emergency required me to conquer this fear .
+1	Unfortunately	unfortunately	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	family	family	NOUN	_	_	_	_	_	ss=n.event	1:X
+5	emergency	emergency	NOUN	_	_	_	_	_	_	1
+6	required	require	VERB	_	_	_	_	_	ss=v.cognition	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	conquer	conquer	VERB	_	_	_	_	_	ss=v.competition	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	fear	fear	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.5
+# sent_counter = 4412
+# text = She highly recommended him and described him as the " Saintly Instructor and Simply the Best Instructor there is .... very calm , pleasant and very detailed in giving instructions " .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+7	him	him	PRON	_	_	_	_	_	_	*
+8	as	as	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	"	"	PUNCT	_	_	_	_	_	_	*
+11	Saintly	saintly	ADJ	_	_	_	_	_	_	*
+12	Instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	Simply	simply	ADV	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	Best	best	ADJ	_	_	_	_	_	_	*
+17	Instructor	instructor	NOUN	_	_	_	_	_	ss=n.person	*
+18	there	there	PRON	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	....	....	PUNCT	_	_	_	_	_	_	*
+21	very	very	ADV	_	_	_	_	_	_	*
+22	calm	calm	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	very	very	ADV	_	_	_	_	_	_	*
+27	detailed	detailed	ADJ	_	_	_	_	_	_	*
+28	in	in	SCONJ	_	_	_	_	_	_	*
+29	giving	give	VERB	_	_	_	_	_	ss=v.communication	1:X
+30	instructions	instructions	NOUN	_	_	_	_	_	_	1
+31	"	"	PUNCT	_	_	_	_	_	_	*
+32	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.048363.7
+# sent_counter = 4413
+# text = I had to cancel my initial lesson 4 times and on the 5th attempt the management was quick enough to associate my cancellations with my fear and finally encouraged me into taking my initial lesson .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	cancel	cancel	VERB	_	_	_	_	_	ss=v.change	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	initial	initial	ADJ	_	_	_	_	_	_	*
+7	lesson	lesson	NOUN	_	_	_	_	_	ss=n.event	*
+8	4	4	NUM	_	_	_	_	_	_	*
+9	times	times	NOUN	_	_	_	_	_	ss=n.event	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	on	on	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	5th	5th	ADJ	_	_	_	_	_	_	*
+14	attempt	attempt	NOUN	_	_	_	_	_	ss=n.act	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+17	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	quick	quick	ADJ	_	_	_	_	_	_	*
+19	enough	enough	ADV	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	associate	associate	VERB	_	_	_	_	_	ss=v.cognition	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	cancellations	cancellation	NOUN	_	_	_	_	_	ss=n.act	*
+24	with	with	ADP	_	_	_	_	_	_	*
+25	my	my	PRON	_	_	_	_	_	_	*
+26	fear	fear	NOUN	_	_	_	_	_	ss=n.attribute	*
+27	and	and	CCONJ	_	_	_	_	_	_	*
+28	finally	finally	ADV	_	_	_	_	_	_	*
+29	encouraged	encourage	VERB	_	_	_	_	_	ss=v.communication	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	into	into	SCONJ	_	_	_	_	_	_	*
+32	taking	take	VERB	_	_	_	_	_	ss=v.social	*
+33	my	my	PRON	_	_	_	_	_	_	*
+34	initial	initial	ADJ	_	_	_	_	_	_	*
+35	lesson	lesson	NOUN	_	_	_	_	_	ss=n.cognition	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.10
+# sent_counter = 4414
+# text = Hopefully they spice things up or they wo nt be in business long .
+1	Hopefully	hopefully	ADV	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	spice	spice	VERB	_	_	_	_	_	ss=v.change	1:X
+4	things	things	NOUN	_	_	_	_	_	_	*
+5	up	up	ADP	_	_	_	_	_	_	1
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	they	they	PRON	_	_	_	_	_	_	*
+8	wo	wo	AUX	_	_	_	_	_	_	*
+9	nt	nt	ADV	_	_	_	_	_	_	*
+10	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	2:X
+12	business	business	NOUN	_	_	_	_	_	_	2
+13	long	long	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.121342.11
+# sent_counter = 4415
+# text = I recommend La Hacienda
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	La	la	PROPN	_	_	_	_	_	ss=n.group	1:X
+4	Hacienda	hacienda	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160442.1
+# sent_counter = 4416
+# text = Extremely bad customer service
+1	Extremely	extremely	ADV	_	_	_	_	_	_	*
+2	bad	bad	ADJ	_	_	_	_	_	_	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+4	service	service	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.160442.4
+# sent_counter = 4417
+# text = Rude , insensitive , discourteous people !!!!!
+1	Rude	rude	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	insensitive	insensitive	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	discourteous	discourteous	ADJ	_	_	_	_	_	_	*
+6	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+7	!!!!!	!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.3
+# sent_counter = 4418
+# text = That said , I hated this restaurant .
+1	That	that	DET	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	hated	hate	VERB	_	_	_	_	_	ss=v.emotion	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.165143.6
+# sent_counter = 4419
+# text = Personally I recommend you take your money elsewhere
+1	Personally	personally	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	you	you	PRON	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.possession	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+8	elsewhere	elsewhere	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.172245.1
+# sent_counter = 4420
+# text = Great store great products
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	great	great	ADJ	_	_	_	_	_	_	*
+4	products	product	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173944.1
+# sent_counter = 4421
+# text = Great Service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173944.2
+# sent_counter = 4422
+# text = Dr Mcdonald is wonderful .
+1	Dr	dr	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Mcdonald	mcdonald	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173944.3
+# sent_counter = 4423
+# text = She answers all questions asked and provides the best service i have ever seen .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	answers	answer	VERB	_	_	_	_	_	ss=v.communication	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	questions	question	NOUN	_	_	_	_	_	ss=n.communication	*
+5	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	provides	provide	VERB	_	_	_	_	_	ss=v.social	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	best	best	ADJ	_	_	_	_	_	_	*
+10	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+11	i	i	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	ever	ever	ADV	_	_	_	_	_	_	*
+14	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173944.4
+# sent_counter = 4424
+# text = I have a new born daughter and she helped me with a lot .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	new	new	ADJ	_	_	_	_	_	_	1:X
+5	born	born	ADJ	_	_	_	_	_	_	1
+6	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	she	she	PRON	_	_	_	_	_	_	*
+9	helped	help	VERB	_	_	_	_	_	ss=v.social	*
+10	me	me	PRON	_	_	_	_	_	_	*
+11	with	with	ADP	_	_	_	_	_	_	*
+12	a	a	DET	_	_	_	_	_	_	2:X
+13	lot	lot	NOUN	_	_	_	_	_	_	2
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173944.5
+# sent_counter = 4425
+# text = Good Job DR .
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	Job	job	NOUN	_	_	_	_	_	ss=n.act	*
+3	DR	dr	PROPN	_	_	_	_	_	ss=n.person	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.1
+# sent_counter = 4426
+# text = Be Careful Of Who Your Sales Guy Is
+1	Be	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	Careful	careful	ADJ	_	_	_	_	_	_	*
+3	Of	of	SCONJ	_	_	_	_	_	_	*
+4	Who	who	PRON	_	_	_	_	_	_	*
+5	Your	your	PRON	_	_	_	_	_	_	*
+6	Sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+7	Guy	guy	NOUN	_	_	_	_	_	_	1
+8	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.3
+# sent_counter = 4427
+# text = My experience was awful though .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	awful	awful	ADJ	_	_	_	_	_	_	*
+5	though	though	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.5
+# sent_counter = 4428
+# text = I was extremely interested in the car and very likely would have bought it , but the sales guy I dealt with ruined the deal .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	extremely	extremely	ADV	_	_	_	_	_	_	*
+4	interested	interested	ADJ	_	_	_	_	_	_	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	very	very	ADV	_	_	_	_	_	_	*
+10	likely	likely	ADV	_	_	_	_	_	_	*
+11	would	would	AUX	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+14	it	it	PRON	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	but	but	CCONJ	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+19	guy	guy	NOUN	_	_	_	_	_	_	1
+20	I	i	PRON	_	_	_	_	_	_	*
+21	dealt	deal	VERB	_	_	_	_	_	ss=v.social	2:X
+22	with	with	ADP	_	_	_	_	_	_	2
+23	ruined	ruin	VERB	_	_	_	_	_	ss=v.stative	*
+24	the	the	DET	_	_	_	_	_	_	*
+25	deal	deal	NOUN	_	_	_	_	_	ss=n.act	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.6
+# sent_counter = 4429
+# text = Essentially , I told him I did n't trust him cause he was a car salesman , but he got so incredibly offended at that statement that he had to go cry to another salesman and compose himself before coming back .
+1	Essentially	essentially	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+5	him	him	PRON	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	did	do	AUX	_	_	_	_	_	_	*
+8	n't	n't	PART	_	_	_	_	_	_	*
+9	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+10	him	him	PRON	_	_	_	_	_	_	*
+11	cause	cause	SCONJ	_	_	_	_	_	_	*
+12	he	he	PRON	_	_	_	_	_	_	*
+13	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	salesman	salesman	NOUN	_	_	_	_	_	ss=n.person	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	but	but	CCONJ	_	_	_	_	_	_	*
+19	he	he	PRON	_	_	_	_	_	_	*
+20	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+21	so	so	ADV	_	_	_	_	_	_	*
+22	incredibly	incredibly	ADV	_	_	_	_	_	_	*
+23	offended	offended	ADJ	_	_	_	_	_	_	*
+24	at	at	ADP	_	_	_	_	_	_	*
+25	that	that	DET	_	_	_	_	_	_	*
+26	statement	statement	NOUN	_	_	_	_	_	ss=n.communication	*
+27	that	that	SCONJ	_	_	_	_	_	_	*
+28	he	he	PRON	_	_	_	_	_	_	*
+29	had	have	VERB	_	_	_	_	_	_	1:X
+30	to	to	PART	_	_	_	_	_	_	1
+31	go	go	VERB	_	_	_	_	_	ss=v.communication	2:X
+32	cry	cry	VERB	_	_	_	_	_	_	2
+33	to	to	ADP	_	_	_	_	_	_	*
+34	another	another	DET	_	_	_	_	_	_	*
+35	salesman	salesman	NOUN	_	_	_	_	_	ss=n.person	*
+36	and	and	CCONJ	_	_	_	_	_	_	*
+37	compose	compose	VERB	_	_	_	_	_	ss=v.cognition	*
+38	himself	himself	PRON	_	_	_	_	_	_	*
+39	before	before	SCONJ	_	_	_	_	_	_	*
+40	coming	come	VERB	_	_	_	_	_	ss=v.motion	*
+41	back	back	ADV	_	_	_	_	_	_	*
+42	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.181748.8
+# sent_counter = 4430
+# text = After that , I just tried to ignore his lack of professionalism and test drive the car .
+1	After	after	ADP	_	_	_	_	_	_	*
+2	that	that	DET	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	tried	try	VERB	_	_	_	_	_	ss=v.stative	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	ignore	ignore	VERB	_	_	_	_	_	ss=v.social	*
+9	his	his	PRON	_	_	_	_	_	_	*
+10	lack	lack	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	professionalism	professionalism	NOUN	_	_	_	_	_	ss=n.attribute	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	test	test	NOUN	_	_	_	_	_	ss=n.act	1:X
+15	drive	drive	VERB	_	_	_	_	_	_	1
+16	the	the	DET	_	_	_	_	_	_	*
+17	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.2
+# sent_counter = 4431
+# text = Highly recommended .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.3
+# sent_counter = 4432
+# text = Joe removed a wasp nest for our condominium building and we appreciated the environmentally friendly method and prompt , friendly and informative service .
+1	Joe	joe	PROPN	_	_	_	_	_	ss=n.person	*
+2	removed	remove	VERB	_	_	_	_	_	ss=v.change	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	wasp	wasp	NOUN	_	_	_	_	_	ss=n.animal	*
+5	nest	nest	NOUN	_	_	_	_	_	ss=n.natural_object	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	our	our	PRON	_	_	_	_	_	_	*
+8	condominium	condominium	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	we	we	PRON	_	_	_	_	_	_	*
+12	appreciated	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	environmentally	environmentally	ADV	_	_	_	_	_	_	1:X
+15	friendly	friendly	ADJ	_	_	_	_	_	_	1
+16	method	method	NOUN	_	_	_	_	_	ss=n.process	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	prompt	prompt	ADJ	_	_	_	_	_	_	*
+19	,	,	PUNCT	_	_	_	_	_	_	*
+20	friendly	friendly	ADJ	_	_	_	_	_	_	*
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	informative	informative	ADJ	_	_	_	_	_	_	*
+23	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.4
+# sent_counter = 4433
+# text = No spraying of pesticides !
+1	No	no	DET	_	_	_	_	_	_	*
+2	spraying	spraying	NOUN	_	_	_	_	_	ss=n.act	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	pesticides	pesticide	NOUN	_	_	_	_	_	ss=n.substance	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.5
+# sent_counter = 4434
+# text = Very professional .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	professional	professional	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.6
+# sent_counter = 4435
+# text = Reasonable rate .
+1	Reasonable	reasonable	ADJ	_	_	_	_	_	_	*
+2	rate	rate	NOUN	_	_	_	_	_	ss=n.possession	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.7
+# sent_counter = 4436
+# text = We highly recommend Joe and his wasp removal service to individual home owners and condos .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Joe	joe	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	wasp	wasp	NOUN	_	_	_	_	_	ss=n.animal	*
+8	removal	removal	NOUN	_	_	_	_	_	ss=n.act	*
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	individual	individual	ADJ	_	_	_	_	_	_	*
+12	home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	condos	condo	NOUN	_	_	_	_	_	ss=n.artifact	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.8
+# sent_counter = 4437
+# text = He knows his bees !
+1	He	he	PRON	_	_	_	_	_	_	*
+2	knows	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	his	his	PRON	_	_	_	_	_	_	*
+4	bees	bee	NOUN	_	_	_	_	_	ss=n.animal	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.185045.9
+# sent_counter = 4438
+# text = Suzanne , Vancouver
+1	Suzanne	suzanne	PROPN	_	_	_	_	_	ss=n.location	1:X
+2	,	,	PUNCT	_	_	_	_	_	_	1
+3	Vancouver	vancouver	PROPN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228944.1
+# sent_counter = 4439
+# text = Best in Memphis
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	in	in	ADP	_	_	_	_	_	_	*
+3	Memphis	memphis	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228944.3
+# sent_counter = 4440
+# text = I have a Saab ... which everything is expensive on and they have been extrememly fair and price a lot lower than any other shop I called .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	Saab	saab	PROPN	_	_	_	_	_	ss=n.artifact	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	which	which	DET	_	_	_	_	_	_	*
+7	everything	everything	NOUN	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	expensive	expensive	ADJ	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	have	have	AUX	_	_	_	_	_	_	*
+14	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	extrememly	extrememly	ADV	_	_	_	_	_	_	*
+16	fair	fair	ADJ	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+19	a	a	DET	_	_	_	_	_	_	1:X
+20	lot	lot	NOUN	_	_	_	_	_	_	1
+21	lower	low	ADJ	_	_	_	_	_	_	*
+22	than	than	ADP	_	_	_	_	_	_	*
+23	any	any	DET	_	_	_	_	_	_	*
+24	other	other	ADJ	_	_	_	_	_	_	*
+25	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+28	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228944.4
+# sent_counter = 4441
+# text = They are the only place I would take my car peiod .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	only	only	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	take	take	VERB	_	_	_	_	_	ss=v.motion	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	peiod	peiod	NOUN	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229142.2
+# sent_counter = 4442
+# text = They were very professional , neat and clean .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	professional	professional	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	neat	neat	ADJ	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	clean	clean	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229142.3
+# sent_counter = 4443
+# text = They came through on all of their promises and we had a very successful day .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	came	come	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	through	through	ADV	_	_	_	_	_	_	1
+4	on	on	ADP	_	_	_	_	_	_	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	their	their	PRON	_	_	_	_	_	_	*
+8	promises	promise	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	we	we	PRON	_	_	_	_	_	_	*
+11	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	very	very	ADV	_	_	_	_	_	_	*
+14	successful	successful	ADJ	_	_	_	_	_	_	*
+15	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229142.4
+# sent_counter = 4444
+# text = I will be using Bridies again .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	be	be	AUX	_	_	_	_	_	_	*
+4	using	use	VERB	_	_	_	_	_	ss=v.social	*
+5	Bridies	bridies	PROPN	_	_	_	_	_	ss=n.group	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229442.1
+# sent_counter = 4445
+# text = nice friendly local bagel place
+1	nice	nice	ADJ	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	local	local	ADJ	_	_	_	_	_	_	*
+4	bagel	bagel	NOUN	_	_	_	_	_	ss=n.food	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229442.2
+# sent_counter = 4446
+# text = there might be bigger and more well known bagel places in the area but Family Bagels are nice people , small shop and incredibly friendly .
+1	there	there	PRON	_	_	_	_	_	_	*
+2	might	might	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	bigger	bigger	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	more	more	ADV	_	_	_	_	_	_	*
+7	well	well	ADV	_	_	_	_	_	_	1:X
+8	known	know	VERB	_	_	_	_	_	_	1
+9	bagel	bagel	NOUN	_	_	_	_	_	ss=n.food	*
+10	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+14	but	but	CCONJ	_	_	_	_	_	_	*
+15	Family	family	PROPN	_	_	_	_	_	ss=n.group	2:X
+16	Bagels	bagels	PROPN	_	_	_	_	_	_	2
+17	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	nice	nice	ADJ	_	_	_	_	_	_	*
+19	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+20	,	,	PUNCT	_	_	_	_	_	_	*
+21	small	small	ADJ	_	_	_	_	_	_	*
+22	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+23	and	and	CCONJ	_	_	_	_	_	_	*
+24	incredibly	incredibly	ADV	_	_	_	_	_	_	*
+25	friendly	friendly	ADJ	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229442.3
+# sent_counter = 4447
+# text = While other may be ok waiting in line at Town Bagel we are happy with the quality and service we get at Family Bagels
+1	While	while	SCONJ	_	_	_	_	_	_	*
+2	other	other	ADJ	_	_	_	_	_	_	*
+3	may	may	AUX	_	_	_	_	_	_	*
+4	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	ok	ok	ADJ	_	_	_	_	_	_	*
+6	waiting	wait	VERB	_	_	_	_	_	ss=v.stative	*
+7	in	in	ADP	_	_	_	_	_	_	*
+8	line	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	Town	town	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	Bagel	bagel	PROPN	_	_	_	_	_	_	1
+12	we	we	PRON	_	_	_	_	_	_	*
+13	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	happy	happy	ADJ	_	_	_	_	_	_	*
+15	with	with	ADP	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	get	get	VERB	_	_	_	_	_	ss=v.social	*
+22	at	at	ADP	_	_	_	_	_	_	*
+23	Family	family	PROPN	_	_	_	_	_	ss=n.group	2:X
+24	Bagels	bagels	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.275140.3
+# sent_counter = 4448
+# text = They 've always been timely and inexpensive .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	always	always	ADV	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	timely	timely	ADJ	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	inexpensive	inexpensive	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.1
+# sent_counter = 4449
+# text = My girlfriend and I took a chance on this place because we did n't want to wait in line at Outback .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	girlfriend	girlfriend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	took	take	VERB	_	_	_	_	_	ss=v.social	1:X
+6	a	a	DET	_	_	_	_	_	_	1
+7	chance	chance	NOUN	_	_	_	_	_	_	1
+8	on	on	ADP	_	_	_	_	_	_	1
+9	this	this	DET	_	_	_	_	_	_	*
+10	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+11	because	because	SCONJ	_	_	_	_	_	_	*
+12	we	we	PRON	_	_	_	_	_	_	*
+13	did	do	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+16	to	to	PART	_	_	_	_	_	_	*
+17	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+18	in	in	ADP	_	_	_	_	_	_	*
+19	line	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	at	at	ADP	_	_	_	_	_	_	*
+21	Outback	outback	PROPN	_	_	_	_	_	ss=n.group	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.2
+# sent_counter = 4450
+# text = What an amazing find - this restaurant is a GEM .
+1	What	what	PRON	_	_	_	_	_	_	*
+2	an	an	DET	_	_	_	_	_	_	*
+3	amazing	amazing	ADJ	_	_	_	_	_	_	*
+4	find	find	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	GEM	gem	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.3
+# sent_counter = 4451
+# text = # 1 it s immaculately clean .
+1	#	#	NOUN	_	_	_	_	_	_	*
+2	1	1	X	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+5	immaculately	immaculately	ADV	_	_	_	_	_	_	*
+6	clean	clean	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.5
+# sent_counter = 4452
+# text = This is authentic Cuban cuisine ; fresh ingredients expertly prepared and seasoned perfectly .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	authentic	authentic	ADJ	_	_	_	_	_	_	*
+4	Cuban	cuban	ADJ	_	_	_	_	_	_	*
+5	cuisine	cuisine	NOUN	_	_	_	_	_	ss=n.food	*
+6	;	;	PUNCT	_	_	_	_	_	_	*
+7	fresh	fresh	ADJ	_	_	_	_	_	_	*
+8	ingredients	ingredient	NOUN	_	_	_	_	_	ss=n.food	*
+9	expertly	expertly	ADV	_	_	_	_	_	_	*
+10	prepared	prepare	VERB	_	_	_	_	_	ss=v.creation	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	seasoned	season	VERB	_	_	_	_	_	ss=v.stative	*
+13	perfectly	perfectly	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280340.7
+# sent_counter = 4453
+# text = TRY THIS PLACE - YOU 'LL LOVE IT .
+1	TRY	try	VERB	_	_	_	_	_	ss=v.social	*
+2	THIS	this	DET	_	_	_	_	_	_	*
+3	PLACE	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	-	-	PUNCT	_	_	_	_	_	_	*
+5	YOU	you	PRON	_	_	_	_	_	_	*
+6	'LL	'll	AUX	_	_	_	_	_	_	*
+7	LOVE	love	VERB	_	_	_	_	_	ss=v.emotion	*
+8	IT	it	PRON	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.1
+# sent_counter = 4454
+# text = Good Service - Limited Results
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Limited	limited	ADJ	_	_	_	_	_	_	*
+5	Results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.3
+# sent_counter = 4455
+# text = He was willing to talk to me about my specific issues and develop a plan of action .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	willing	willing	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	talk	talk	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	about	about	ADP	_	_	_	_	_	_	*
+9	my	my	PRON	_	_	_	_	_	_	*
+10	specific	specific	ADJ	_	_	_	_	_	_	*
+11	issues	issue	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	develop	develop	VERB	_	_	_	_	_	ss=v.cognition	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	plan	plan	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	action	action	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.5
+# sent_counter = 4456
+# text = The down side was that sometimes there was a lot of noise in the hallway from other patients / doctors .
+1	The	the	DET	_	_	_	_	_	_	*
+2	down	down	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+3	side	side	NOUN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	sometimes	sometimes	ADV	_	_	_	_	_	_	*
+7	there	there	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	2:X
+10	lot	lot	NOUN	_	_	_	_	_	_	2
+11	of	of	ADP	_	_	_	_	_	_	*
+12	noise	noise	NOUN	_	_	_	_	_	ss=n.natural_object	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	hallway	hallway	NOUN	_	_	_	_	_	ss=n.location	*
+16	from	from	ADP	_	_	_	_	_	_	*
+17	other	other	ADJ	_	_	_	_	_	_	*
+18	patients	patient	NOUN	_	_	_	_	_	ss=n.person	*
+19	/	/	PUNCT	_	_	_	_	_	_	*
+20	doctors	doctor	NOUN	_	_	_	_	_	ss=n.person	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.7
+# sent_counter = 4457
+# text = The sessions were nice and I felt relaxed after them but did not notice any changes with my cycles .
+1	The	the	DET	_	_	_	_	_	_	*
+2	sessions	sessions	NOUN	_	_	_	_	_	ss=n.event	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	nice	nice	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+8	relaxed	relaxed	ADJ	_	_	_	_	_	_	*
+9	after	after	ADP	_	_	_	_	_	_	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	but	but	CCONJ	_	_	_	_	_	_	*
+12	did	do	AUX	_	_	_	_	_	_	*
+13	not	not	PART	_	_	_	_	_	_	*
+14	notice	notice	VERB	_	_	_	_	_	ss=v.cognition	*
+15	any	any	DET	_	_	_	_	_	_	*
+16	changes	change	NOUN	_	_	_	_	_	ss=n.process	*
+17	with	with	ADP	_	_	_	_	_	_	*
+18	my	my	PRON	_	_	_	_	_	_	*
+19	cycles	cycle	NOUN	_	_	_	_	_	ss=n.process	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.280844.8
+# sent_counter = 4458
+# text = I know it can take a while for results and did n't expect a miracle , but after 2 months I felt like it was not entirely worth the cost / time .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	can	can	AUX	_	_	_	_	_	_	*
+5	take	take	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	while	while	NOUN	_	_	_	_	_	ss=n.time	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	did	do	AUX	_	_	_	_	_	_	*
+12	n't	n't	PART	_	_	_	_	_	_	*
+13	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	miracle	miracle	NOUN	_	_	_	_	_	ss=n.cognition	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	but	but	CCONJ	_	_	_	_	_	_	*
+18	after	after	ADP	_	_	_	_	_	_	*
+19	2	2	NUM	_	_	_	_	_	_	*
+20	months	month	NOUN	_	_	_	_	_	ss=n.time	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+23	like	like	SCONJ	_	_	_	_	_	_	*
+24	it	it	PRON	_	_	_	_	_	_	*
+25	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+26	not	not	PART	_	_	_	_	_	_	*
+27	entirely	entirely	ADV	_	_	_	_	_	_	*
+28	worth	worth	ADJ	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	cost	cost	NOUN	_	_	_	_	_	ss=n.possession	*
+31	/	/	PUNCT	_	_	_	_	_	_	*
+32	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.1
+# sent_counter = 4459
+# text = Great Cookies , Cakes , and Customer Service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Cookies	cookie	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Cakes	cake	NOUN	_	_	_	_	_	ss=n.food	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	Customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+8	Service	service	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.4
+# sent_counter = 4460
+# text = Although I 'll have to drive a little out of my way to go there , I 'll gladly do it knowing that since she 's been astounding to me once before that she 'll always be that way !
+1	Although	although	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	'll	'll	AUX	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	_	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	little	little	ADJ	_	_	_	_	_	_	*
+9	out	out	ADP	_	_	_	_	_	_	2:X
+10	of	of	ADP	_	_	_	_	_	_	2
+11	my	my	PRON	_	_	_	_	_	_	*
+12	way	way	NOUN	_	_	_	_	_	_	2
+13	to	to	PART	_	_	_	_	_	_	*
+14	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+15	there	there	ADV	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	'll	'll	AUX	_	_	_	_	_	_	*
+19	gladly	gladly	ADV	_	_	_	_	_	_	*
+20	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	knowing	know	VERB	_	_	_	_	_	ss=v.cognition	*
+23	that	that	SCONJ	_	_	_	_	_	_	*
+24	since	since	SCONJ	_	_	_	_	_	_	*
+25	she	she	PRON	_	_	_	_	_	_	*
+26	's	's	AUX	_	_	_	_	_	_	*
+27	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	astounding	astounding	ADJ	_	_	_	_	_	_	*
+29	to	to	ADP	_	_	_	_	_	_	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	once	once	ADV	_	_	_	_	_	_	*
+32	before	before	ADP	_	_	_	_	_	_	*
+33	that	that	DET	_	_	_	_	_	_	*
+34	she	she	PRON	_	_	_	_	_	_	*
+35	'll	'll	AUX	_	_	_	_	_	_	*
+36	always	always	ADV	_	_	_	_	_	_	*
+37	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+38	that	that	DET	_	_	_	_	_	_	*
+39	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+40	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.5
+# sent_counter = 4461
+# text = ( Also she has a really great website !
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	Also	also	ADV	_	_	_	_	_	_	*
+3	she	she	PRON	_	_	_	_	_	_	*
+4	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	really	really	ADV	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.283041.7
+# sent_counter = 4462
+# text = She deserves many 5 star reviews !!
+1	She	she	PRON	_	_	_	_	_	_	*
+2	deserves	deserve	VERB	_	_	_	_	_	ss=v.cognition	*
+3	many	many	ADJ	_	_	_	_	_	_	*
+4	5	5	NUM	_	_	_	_	_	ss=n.communication	1:X
+5	star	star	NOUN	_	_	_	_	_	_	1
+6	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.1
+# sent_counter = 4463
+# text = Ham s on Friendly ... RIP
+1	Ham	ham	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	s	s	PART	_	_	_	_	_	_	1
+3	on	on	ADP	_	_	_	_	_	_	*
+4	Friendly	friendly	PROPN	_	_	_	_	_	ss=n.location	*
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	RIP	rip	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.2
+# sent_counter = 4464
+# text = This is the original Ham 's restaurant , expanded into a regional chain in the late 80's -- but this one is no more .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	original	original	ADJ	_	_	_	_	_	_	*
+5	Ham	ham	PROPN	_	_	_	_	_	ss=n.group	1:X
+6	's	's	PART	_	_	_	_	_	_	1
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	expanded	expand	VERB	_	_	_	_	_	ss=v.change	*
+10	into	into	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	regional	regional	ADJ	_	_	_	_	_	_	*
+13	chain	chain	NOUN	_	_	_	_	_	ss=n.group	*
+14	in	in	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	late	late	ADJ	_	_	_	_	_	_	*
+17	80's	80	NOUN	_	_	_	_	_	ss=n.time	*
+18	--	--	PUNCT	_	_	_	_	_	_	*
+19	but	but	CCONJ	_	_	_	_	_	_	*
+20	this	this	DET	_	_	_	_	_	_	*
+21	one	one	NOUN	_	_	_	_	_	_	*
+22	is	be	VERB	_	_	_	_	_	ss=v.stative	2:X
+23	no	no	ADV	_	_	_	_	_	_	2
+24	more	more	ADV	_	_	_	_	_	_	2
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.3
+# sent_counter = 4465
+# text = Victim of hard times and I suspect failing corporate management .
+1	Victim	victim	NOUN	_	_	_	_	_	ss=n.person	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	hard	hard	ADJ	_	_	_	_	_	ss=n.state	1:X
+4	times	times	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	suspect	suspect	VERB	_	_	_	_	_	ss=v.cognition	*
+8	failing	fail	VERB	_	_	_	_	_	ss=v.stative	*
+9	corporate	corporate	ADJ	_	_	_	_	_	_	*
+10	management	management	NOUN	_	_	_	_	_	ss=n.group	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.4
+# sent_counter = 4466
+# text = According to news accounts , the company is struggling .
+1	According	accord	VERB	_	_	_	_	_	_	1:X
+2	to	to	ADP	_	_	_	_	_	_	1
+3	news	news	NOUN	_	_	_	_	_	ss=n.communication	*
+4	accounts	account	NOUN	_	_	_	_	_	ss=n.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+8	is	be	AUX	_	_	_	_	_	_	*
+9	struggling	struggle	VERB	_	_	_	_	_	ss=v.social	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.5
+# sent_counter = 4467
+# text = I have many fond memories of my college evenings there long ago .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	many	many	ADJ	_	_	_	_	_	_	*
+4	fond	fond	ADJ	_	_	_	_	_	_	*
+5	memories	memory	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	college	college	NOUN	_	_	_	_	_	ss=n.group	*
+9	evenings	evening	NOUN	_	_	_	_	_	ss=n.time	*
+10	there	there	ADV	_	_	_	_	_	_	*
+11	long	long	ADV	_	_	_	_	_	_	*
+12	ago	ago	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.291046.6
+# sent_counter = 4468
+# text = So long Ham s ... you will be missed .
+1	So	so	ADV	_	_	_	_	_	_	1:X
+2	long	long	ADV	_	_	_	_	_	_	1
+3	Ham	ham	PROPN	_	_	_	_	_	ss=n.group	2:X
+4	s	s	PART	_	_	_	_	_	_	2
+5	...	...	PUNCT	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	be	be	AUX	_	_	_	_	_	_	*
+9	missed	miss	VERB	_	_	_	_	_	ss=v.cognition	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.1
+# sent_counter = 4469
+# text = Absolutely the best little motel on the coast !
+1	Absolutely	absolutely	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	best	best	ADJ	_	_	_	_	_	_	*
+4	little	little	ADJ	_	_	_	_	_	_	*
+5	motel	motel	NOUN	_	_	_	_	_	ss=n.group	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	coast	coast	NOUN	_	_	_	_	_	ss=n.location	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.2
+# sent_counter = 4470
+# text = I 've stayed at this fabulous little motel two years running , and I have to say it 's one of the best lodging experiences I 've ever had on the coast ... and I 'm even comparing it to the big resorts I 've stayed at !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	've	've	AUX	_	_	_	_	_	_	*
+3	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+4	at	at	ADP	_	_	_	_	_	_	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	fabulous	fabulous	ADJ	_	_	_	_	_	_	*
+7	little	little	ADJ	_	_	_	_	_	_	*
+8	motel	motel	NOUN	_	_	_	_	_	ss=n.group	*
+9	two	two	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	running	run	VERB	_	_	_	_	_	ss=v.stative	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	_	1:X
+16	to	to	PART	_	_	_	_	_	_	1
+17	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+20	one	one	NUM	_	_	_	_	_	_	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	best	best	ADJ	_	_	_	_	_	_	*
+24	lodging	lodging	NOUN	_	_	_	_	_	ss=n.act	*
+25	experiences	experience	NOUN	_	_	_	_	_	ss=n.event	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	've	've	AUX	_	_	_	_	_	_	*
+28	ever	ever	ADV	_	_	_	_	_	_	*
+29	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+30	on	on	ADP	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	coast	coast	NOUN	_	_	_	_	_	ss=n.location	*
+33	...	...	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	I	i	PRON	_	_	_	_	_	_	*
+36	'm	'm	AUX	_	_	_	_	_	_	*
+37	even	even	ADV	_	_	_	_	_	_	*
+38	comparing	compare	VERB	_	_	_	_	_	ss=v.stative	*
+39	it	it	PRON	_	_	_	_	_	_	*
+40	to	to	ADP	_	_	_	_	_	_	*
+41	the	the	DET	_	_	_	_	_	_	*
+42	big	big	ADJ	_	_	_	_	_	_	*
+43	resorts	resort	NOUN	_	_	_	_	_	ss=n.group	*
+44	I	i	PRON	_	_	_	_	_	_	*
+45	've	've	AUX	_	_	_	_	_	_	*
+46	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+47	at	at	ADP	_	_	_	_	_	_	*
+48	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.4
+# sent_counter = 4471
+# text = The rooms are SO clean , the managers / owners are the nicest people , the place feels so homey , and the location and grounds are beautiful .
+1	The	the	DET	_	_	_	_	_	_	*
+2	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	SO	so	ADV	_	_	_	_	_	_	*
+5	clean	clean	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	managers	manager	NOUN	_	_	_	_	_	ss=n.person	*
+9	/	/	PUNCT	_	_	_	_	_	_	*
+10	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	nicest	nice	ADJ	_	_	_	_	_	_	*
+14	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+18	feels	feel	VERB	_	_	_	_	_	ss=v.stative	*
+19	so	so	ADV	_	_	_	_	_	_	*
+20	homey	homey	ADJ	_	_	_	_	_	_	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	and	and	CCONJ	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	grounds	grounds	NOUN	_	_	_	_	_	ss=n.location	*
+27	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+28	beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.6
+# sent_counter = 4472
+# text = The motel is very well maintained , and the managers are so accomodating , it 's kind of like visiting family each year ! ;-)
+1	The	the	DET	_	_	_	_	_	_	*
+2	motel	motel	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	_	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	well	well	ADV	_	_	_	_	_	_	*
+6	maintained	maintain	VERB	_	_	_	_	_	ss=v.stative	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	managers	manager	NOUN	_	_	_	_	_	ss=n.person	*
+11	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	so	so	ADV	_	_	_	_	_	_	*
+13	accomodating	accomodating	ADJ	_	_	_	_	_	_	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+17	kind	kind	ADV	_	_	_	_	_	_	1:X
+18	of	of	ADV	_	_	_	_	_	_	1
+19	like	like	SCONJ	_	_	_	_	_	_	*
+20	visiting	visit	VERB	_	_	_	_	_	ss=v.social	*
+21	family	family	NOUN	_	_	_	_	_	ss=n.group	*
+22	each	each	DET	_	_	_	_	_	_	*
+23	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+25	;-)	;-)	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.292841.7
+# sent_counter = 4473
+# text = I honestly ca n't rave enough about this place ... it 's really a hidden gem worth checking out !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	honestly	honestly	ADV	_	_	_	_	_	_	*
+3	ca	ca	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	rave	rave	VERB	_	_	_	_	_	ss=v.communication	*
+6	enough	enough	ADV	_	_	_	_	_	_	*
+7	about	about	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	...	...	PUNCT	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+13	really	really	ADV	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	hidden	hidden	ADJ	_	_	_	_	_	_	*
+16	gem	gem	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	worth	worth	ADJ	_	_	_	_	_	_	*
+18	checking	check	VERB	_	_	_	_	_	ss=v.social	1:X
+19	out	out	ADP	_	_	_	_	_	_	1
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299148.1
+# sent_counter = 4474
+# text = Outdated but not bad
+1	Outdated	outdated	ADJ	_	_	_	_	_	_	*
+2	but	but	CCONJ	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	bad	bad	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299148.2
+# sent_counter = 4475
+# text = So I really felt like this place was extremely outdated especially since the pictures make it look nice and modern .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	really	really	ADV	_	_	_	_	_	_	*
+4	felt	felt	VERB	_	_	_	_	_	ss=v.cognition	*
+5	like	like	SCONJ	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	extremely	extremely	ADV	_	_	_	_	_	_	*
+10	outdated	outdated	ADJ	_	_	_	_	_	_	*
+11	especially	especially	ADV	_	_	_	_	_	_	*
+12	since	since	SCONJ	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	pictures	picture	NOUN	_	_	_	_	_	ss=n.artifact	*
+15	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+16	it	it	PRON	_	_	_	_	_	_	*
+17	look	look	VERB	_	_	_	_	_	ss=v.perception	*
+18	nice	nice	ADJ	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	modern	modern	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.299148.3
+# sent_counter = 4476
+# text = It had listed that there was a hot breakfast but all this meant is that they added a waffle maker to the common continental affair at most cheap hotels .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	listed	list	VERB	_	_	_	_	_	ss=v.communication	*
+4	that	that	SCONJ	_	_	_	_	_	_	*
+5	there	there	PRON	_	_	_	_	_	_	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	hot	hot	ADJ	_	_	_	_	_	_	*
+9	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.food	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	all	all	DET	_	_	_	_	_	_	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	meant	mean	VERB	_	_	_	_	_	ss=v.cognition	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	added	add	VERB	_	_	_	_	_	ss=v.change	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	waffle	waffle	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+20	maker	maker	NOUN	_	_	_	_	_	_	1
+21	to	to	ADP	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	common	common	ADJ	_	_	_	_	_	_	*
+24	continental	continental	ADJ	_	_	_	_	_	_	*
+25	affair	affair	NOUN	_	_	_	_	_	ss=n.food	*
+26	at	at	ADP	_	_	_	_	_	_	*
+27	most	most	ADJ	_	_	_	_	_	_	*
+28	cheap	cheap	ADJ	_	_	_	_	_	_	*
+29	hotels	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.1
+# sent_counter = 4477
+# text = Great Sanwiches , Great Prices
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Sanwiches	sanwiches	NOUN	_	_	_	_	_	ss=n.food	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Great	great	ADJ	_	_	_	_	_	_	*
+5	Prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.2
+# sent_counter = 4478
+# text = I used to go here almost every day since I work in the neighbourhood and loved their turkey and meatball sandwiches .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	used	use	VERB	_	_	_	_	_	_	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	go	go	VERB	_	_	_	_	_	ss=v.social	*
+5	here	here	ADV	_	_	_	_	_	_	*
+6	almost	almost	ADV	_	_	_	_	_	_	*
+7	every	every	DET	_	_	_	_	_	_	*
+8	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+9	since	since	SCONJ	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	work	work	VERB	_	_	_	_	_	ss=v.social	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	neighbourhood	neighbourhood	NOUN	_	_	_	_	_	ss=n.location	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	loved	love	VERB	_	_	_	_	_	ss=v.emotion	*
+17	their	their	PRON	_	_	_	_	_	_	*
+18	turkey	turkey	NOUN	_	_	_	_	_	ss=n.food	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	meatball	meatball	NOUN	_	_	_	_	_	ss=n.food	*
+21	sandwiches	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.3
+# sent_counter = 4479
+# text = Chicken salad salad is great too .
+1	Chicken	chicken	PROPN	_	_	_	_	_	ss=n.food	1:X
+2	salad	salad	NOUN	_	_	_	_	_	_	1
+3	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	too	too	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.4
+# sent_counter = 4480
+# text = Best of all , the staff is quick on their feet and even with long lines , usually serve you in 5 minutes or less .
+1	Best	best	ADV	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	all	all	DET	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	quick	quick	ADJ	_	_	_	_	_	_	1:X
+9	on	on	ADP	_	_	_	_	_	_	1
+10	their	their	PRON	_	_	_	_	_	_	*
+11	feet	foot	NOUN	_	_	_	_	_	_	1
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	even	even	ADV	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	long	long	ADJ	_	_	_	_	_	_	*
+16	lines	line	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	usually	usually	ADV	_	_	_	_	_	_	*
+19	serve	serve	VERB	_	_	_	_	_	ss=v.social	*
+20	you	you	PRON	_	_	_	_	_	_	*
+21	in	in	ADP	_	_	_	_	_	_	*
+22	5	5	NUM	_	_	_	_	_	_	*
+23	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+24	or	or	CCONJ	_	_	_	_	_	_	*
+25	less	less	ADJ	_	_	_	_	_	_	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.5
+# sent_counter = 4481
+# text = For the quality , the prices ( $ 4 - $ 6 ) have to be the best in town .
+1	For	for	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	prices	price	NOUN	_	_	_	_	_	ss=n.possession	*
+7	(	(	PUNCT	_	_	_	_	_	_	*
+8	$	$	SYM	_	_	_	_	_	_	*
+9	4	4	NUM	_	_	_	_	_	_	*
+10	-	-	SYM	_	_	_	_	_	_	*
+11	$	$	SYM	_	_	_	_	_	_	*
+12	6	6	NUM	_	_	_	_	_	_	*
+13	)	)	PUNCT	_	_	_	_	_	_	*
+14	have	have	VERB	_	_	_	_	_	_	1:X
+15	to	to	PART	_	_	_	_	_	_	1
+16	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	best	best	ADJ	_	_	_	_	_	_	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.6
+# sent_counter = 4482
+# text = The staff get to know regulars and do their job very well .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+6	regulars	regular	NOUN	_	_	_	_	_	ss=n.person	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+9	their	their	PRON	_	_	_	_	_	_	*
+10	job	job	NOUN	_	_	_	_	_	_	1
+11	very	very	ADV	_	_	_	_	_	_	*
+12	well	well	ADV	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317846.8
+# sent_counter = 4483
+# text = This is n't a TGIF or Cafe , it s a lunch sandwich place and a good one at that .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	TGIF	tgif	PROPN	_	_	_	_	_	ss=n.group	*
+6	or	or	CCONJ	_	_	_	_	_	_	*
+7	Cafe	cafe	PROPN	_	_	_	_	_	ss=n.group	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	lunch	lunch	NOUN	_	_	_	_	_	ss=n.food	*
+13	sandwich	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+14	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	good	good	ADJ	_	_	_	_	_	_	*
+18	one	one	NUM	_	_	_	_	_	_	*
+19	at	at	ADP	_	_	_	_	_	_	1:X
+20	that	that	DET	_	_	_	_	_	_	1
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323248.1
+# sent_counter = 4484
+# text = Summary : Not cheep , but very fast , and super friendly service .
+1	Summary	summary	NOUN	_	_	_	_	_	ss=n.communication	*
+2	:	:	PUNCT	_	_	_	_	_	_	*
+3	Not	not	PART	_	_	_	_	_	_	*
+4	cheep	cheep	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	fast	fast	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	super	super	ADV	_	_	_	_	_	_	*
+12	friendly	friendly	ADJ	_	_	_	_	_	_	*
+13	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323248.2
+# sent_counter = 4485
+# text = Quality of work is sufficient but not outstanding .
+1	Quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	sufficient	sufficient	ADJ	_	_	_	_	_	_	*
+6	but	but	CCONJ	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323248.3
+# sent_counter = 4486
+# text = Like all oil place changes , ask / recommend the 100 other services they have .
+1	Like	like	ADP	_	_	_	_	_	_	*
+2	all	all	DET	_	_	_	_	_	_	*
+3	oil	oil	NOUN	_	_	_	_	_	ss=n.substance	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	changes	change	NOUN	_	_	_	_	_	ss=n.act	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	ask	ask	VERB	_	_	_	_	_	ss=v.communication	*
+8	/	/	SYM	_	_	_	_	_	_	*
+9	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	100	100	NUM	_	_	_	_	_	_	*
+12	other	other	ADJ	_	_	_	_	_	_	*
+13	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323248.4
+# sent_counter = 4487
+# text = Will be a repeat customer with discount coupons .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	repeat	repeat	NOUN	_	_	_	_	_	ss=n.act	*
+5	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	discount	discount	NOUN	_	_	_	_	_	ss=n.possession	*
+8	coupons	coupon	NOUN	_	_	_	_	_	ss=n.possession	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.1
+# sent_counter = 4488
+# text = Finest ??
+1	Finest	fine	ADJ	_	_	_	_	_	_	*
+2	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.2
+# sent_counter = 4489
+# text = Really ??
+1	Really	really	ADV	_	_	_	_	_	_	*
+2	??	??	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.3
+# sent_counter = 4490
+# text = I beg to differ .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	beg	beg	VERB	_	_	_	_	_	ss=v.cognition	1:X
+3	to	to	PART	_	_	_	_	_	_	1
+4	differ	differ	VERB	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.4
+# sent_counter = 4491
+# text = This place is marginal at best .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	marginal	marginal	ADJ	_	_	_	_	_	_	*
+5	at	at	ADV	_	_	_	_	_	_	1:X
+6	best	best	ADV	_	_	_	_	_	_	1
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.5
+# sent_counter = 4492
+# text = Not very welcoming and focused mostly on keeping little kids entertained .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	very	very	ADV	_	_	_	_	_	_	*
+3	welcoming	welcoming	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	focused	focus	VERB	_	_	_	_	_	ss=v.cognition	*
+6	mostly	mostly	ADV	_	_	_	_	_	_	*
+7	on	on	SCONJ	_	_	_	_	_	_	*
+8	keeping	keep	VERB	_	_	_	_	_	ss=v.stative	*
+9	little	little	ADJ	_	_	_	_	_	_	*
+10	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+11	entertained	entertained	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.6
+# sent_counter = 4493
+# text = I was not impressed , and quite frustrated at their lack of rating for their courses .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	impressed	impressed	ADJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	quite	quite	ADV	_	_	_	_	_	_	*
+8	frustrated	frustrated	ADJ	_	_	_	_	_	_	*
+9	at	at	ADP	_	_	_	_	_	_	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	lack	lack	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	rating	rating	NOUN	_	_	_	_	_	ss=n.communication	*
+14	for	for	ADP	_	_	_	_	_	_	*
+15	their	their	PRON	_	_	_	_	_	_	*
+16	courses	course	NOUN	_	_	_	_	_	ss=n.artifact	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.7
+# sent_counter = 4494
+# text = I understand not wanting to put labels like 5.10 on an indoor course , because yes , it is not the same , but some clear understanding of the difficulty of one course to another is nice when you are an intermediate climber looking to improve .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	wanting	want	VERB	_	_	_	_	_	ss=v.cognition	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	put	put	VERB	_	_	_	_	_	ss=v.cognition	*
+7	labels	label	NOUN	_	_	_	_	_	ss=n.communication	*
+8	like	like	ADP	_	_	_	_	_	_	*
+9	5.10	5.10	NUM	_	_	_	_	_	_	*
+10	on	on	ADP	_	_	_	_	_	_	*
+11	an	an	DET	_	_	_	_	_	_	*
+12	indoor	indoor	ADJ	_	_	_	_	_	_	*
+13	course	course	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	because	because	SCONJ	_	_	_	_	_	_	*
+16	yes	yes	INTJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	not	not	PART	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	same	same	ADJ	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	but	but	CCONJ	_	_	_	_	_	_	*
+25	some	some	DET	_	_	_	_	_	_	*
+26	clear	clear	ADJ	_	_	_	_	_	_	*
+27	understanding	understanding	NOUN	_	_	_	_	_	ss=n.cognition	*
+28	of	of	ADP	_	_	_	_	_	_	*
+29	the	the	DET	_	_	_	_	_	_	*
+30	difficulty	difficulty	NOUN	_	_	_	_	_	ss=n.attribute	*
+31	of	of	ADP	_	_	_	_	_	_	*
+32	one	one	NUM	_	_	_	_	_	_	*
+33	course	course	NOUN	_	_	_	_	_	ss=n.artifact	*
+34	to	to	ADP	_	_	_	_	_	_	*
+35	another	another	DET	_	_	_	_	_	_	*
+36	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+37	nice	nice	ADJ	_	_	_	_	_	_	*
+38	when	when	ADV	_	_	_	_	_	_	*
+39	you	you	PRON	_	_	_	_	_	_	*
+40	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+41	an	an	DET	_	_	_	_	_	_	*
+42	intermediate	intermediate	ADJ	_	_	_	_	_	_	*
+43	climber	climber	NOUN	_	_	_	_	_	ss=n.person	*
+44	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+45	to	to	PART	_	_	_	_	_	_	*
+46	improve	improve	VERB	_	_	_	_	_	ss=v.change	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.323449.9
+# sent_counter = 4495
+# text = Rate the routes , with understandable markings and a more detailed system than easy , moderate , and hard .
+1	Rate	rate	VERB	_	_	_	_	_	ss=v.communication	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	routes	route	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	understandable	understandable	ADJ	_	_	_	_	_	_	*
+7	markings	marking	NOUN	_	_	_	_	_	ss=n.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	more	more	ADV	_	_	_	_	_	_	*
+11	detailed	detailed	ADJ	_	_	_	_	_	_	*
+12	system	system	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	than	than	ADP	_	_	_	_	_	_	*
+14	easy	easy	ADJ	_	_	_	_	_	_	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	moderate	moderate	ADJ	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	hard	hard	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325741.1
+# sent_counter = 4496
+# text = Class act .
+1	Class	class	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+2	act	act	NOUN	_	_	_	_	_	_	1
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325741.2
+# sent_counter = 4497
+# text = It was late in the day and I was worried I would get charged an arm and a leg and have to wait forever .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	late	late	ADJ	_	_	_	_	_	_	*
+4	in	in	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	worried	worried	ADJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	get	get	AUX	_	_	_	_	_	_	*
+14	charged	charge	VERB	_	_	_	_	_	ss=v.possession	*
+15	an	an	DET	_	_	_	_	_	ss=n.quantity	1:X
+16	arm	arm	NOUN	_	_	_	_	_	_	1
+17	and	and	CCONJ	_	_	_	_	_	_	1
+18	a	a	DET	_	_	_	_	_	_	1
+19	leg	leg	NOUN	_	_	_	_	_	_	1
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	have	have	VERB	_	_	_	_	_	_	2:X
+22	to	to	PART	_	_	_	_	_	_	2
+23	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+24	forever	forever	ADV	_	_	_	_	_	_	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.325741.4
+# sent_counter = 4498
+# text = Would do business with them again .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+3	business	business	NOUN	_	_	_	_	_	_	1
+4	with	with	ADP	_	_	_	_	_	_	*
+5	them	them	PRON	_	_	_	_	_	_	*
+6	again	again	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.1
+# sent_counter = 4499
+# text = Trust The Midas Touch
+1	Trust	trust	VERB	_	_	_	_	_	_	1:X
+2	The	the	DET	_	_	_	_	_	_	1
+3	Midas	midas	PROPN	_	_	_	_	_	_	1
+4	Touch	touch	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.4
+# sent_counter = 4500
+# text = This is however a very busy shop but there are appointments available & the staff up front will surely make sure you get back in a timely manner .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	however	however	ADV	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	busy	busy	ADJ	_	_	_	_	_	_	*
+7	shop	shop	NOUN	_	_	_	_	_	ss=n.group	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	there	there	PRON	_	_	_	_	_	_	*
+10	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	appointments	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+12	available	available	ADJ	_	_	_	_	_	_	*
+13	&	&	CCONJ	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+16	up	up	ADP	_	_	_	_	_	_	1:X
+17	front	front	NOUN	_	_	_	_	_	_	1
+18	will	will	AUX	_	_	_	_	_	_	*
+19	surely	surely	ADV	_	_	_	_	_	_	*
+20	make	make	VERB	_	_	_	_	_	ss=v.stative	*
+21	sure	sure	ADJ	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	get	get	VERB	_	_	_	_	_	ss=v.motion	*
+24	back	back	ADV	_	_	_	_	_	_	*
+25	in	in	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	timely	timely	ADJ	_	_	_	_	_	_	*
+28	manner	manner	NOUN	_	_	_	_	_	ss=n.cognition	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.5
+# sent_counter = 4501
+# text = I look at some of these other comments & laugh because people think that the world revolves around them !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	look	look	VERB	_	_	_	_	_	ss=v.communication	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	these	these	DET	_	_	_	_	_	_	*
+7	other	other	ADJ	_	_	_	_	_	_	*
+8	comments	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+9	&	&	CCONJ	_	_	_	_	_	_	*
+10	laugh	laugh	VERB	_	_	_	_	_	ss=v.communication	*
+11	because	because	SCONJ	_	_	_	_	_	_	*
+12	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+13	think	think	VERB	_	_	_	_	_	ss=v.cognition	*
+14	that	that	SCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	1:X
+16	world	world	NOUN	_	_	_	_	_	_	1
+17	revolves	revolve	VERB	_	_	_	_	_	_	1
+18	around	around	ADP	_	_	_	_	_	_	1
+19	them	them	PRON	_	_	_	_	_	_	*
+20	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.6
+# sent_counter = 4502
+# text = Like the girl with the fuse problem ...
+1	Like	like	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+4	with	with	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	fuse	fuse	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.7
+# sent_counter = 4503
+# text = Midas has the most high tech equipment in town & I guarantee you if they told you it was electrical then in deed it s electrical !
+1	Midas	midas	PROPN	_	_	_	_	_	ss=n.group	*
+2	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	most	most	ADV	_	_	_	_	_	_	*
+5	high	high	ADJ	_	_	_	_	_	_	1:X
+6	tech	tech	NOUN	_	_	_	_	_	_	1
+7	equipment	equipment	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	in	in	ADP	_	_	_	_	_	_	2:X
+9	town	town	NOUN	_	_	_	_	_	_	2
+10	&	&	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	guarantee	guarantee	VERB	_	_	_	_	_	ss=v.communication	*
+13	you	you	PRON	_	_	_	_	_	_	*
+14	if	if	SCONJ	_	_	_	_	_	_	*
+15	they	they	PRON	_	_	_	_	_	_	*
+16	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+17	you	you	PRON	_	_	_	_	_	_	*
+18	it	it	PRON	_	_	_	_	_	_	*
+19	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+20	electrical	electrical	ADJ	_	_	_	_	_	_	*
+21	then	then	ADV	_	_	_	_	_	_	*
+22	in	in	X	_	_	_	_	_	_	3:X
+23	deed	deed	ADV	_	_	_	_	_	_	3
+24	it	it	PRON	_	_	_	_	_	_	*
+25	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+26	electrical	electrical	ADJ	_	_	_	_	_	_	*
+27	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.8
+# sent_counter = 4504
+# text = maybe you should understand how the world works & realize you are just like any other person & not put yourself on a pedestal .
+1	maybe	maybe	ADV	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	should	should	AUX	_	_	_	_	_	_	*
+4	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	world	world	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	works	work	VERB	_	_	_	_	_	ss=v.social	*
+9	&	&	CCONJ	_	_	_	_	_	_	*
+10	realize	realize	VERB	_	_	_	_	_	ss=v.cognition	*
+11	you	you	PRON	_	_	_	_	_	_	*
+12	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	just	just	ADV	_	_	_	_	_	_	*
+14	like	like	ADP	_	_	_	_	_	_	*
+15	any	any	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+18	&	&	CCONJ	_	_	_	_	_	_	*
+19	not	not	PART	_	_	_	_	_	_	*
+20	put	put	VERB	_	_	_	_	_	ss=v.social	1:X
+21	yourself	yourself	PRON	_	_	_	_	_	_	*
+22	on	on	ADP	_	_	_	_	_	_	1
+23	a	a	DET	_	_	_	_	_	_	1
+24	pedestal	pedestal	NOUN	_	_	_	_	_	_	1
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.326649.9
+# sent_counter = 4505
+# text = I will continue going to Dave at Midas because he is one of the most honest business owners in this town !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	continue	continue	VERB	_	_	_	_	_	ss=v.stative	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Dave	dave	PROPN	_	_	_	_	_	ss=n.person	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Midas	midas	PROPN	_	_	_	_	_	ss=n.group	*
+9	because	because	SCONJ	_	_	_	_	_	_	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	one	one	NUM	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	most	most	ADV	_	_	_	_	_	_	*
+16	honest	honest	ADJ	_	_	_	_	_	_	*
+17	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+18	owners	owner	NOUN	_	_	_	_	_	ss=n.person	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	this	this	DET	_	_	_	_	_	_	*
+21	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+22	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.1
+# sent_counter = 4506
+# text = Very unhappy ...
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	unhappy	unhappy	ADJ	_	_	_	_	_	_	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.2
+# sent_counter = 4507
+# text = Working with Rod Jacobsen was my first experience working with a CPA , so I did not know what to expect .
+1	Working	work	VERB	_	_	_	_	_	ss=v.social	*
+2	with	with	ADP	_	_	_	_	_	_	*
+3	Rod	rod	PROPN	_	_	_	_	_	ss=n.person	1:X
+4	Jacobsen	jacobsen	PROPN	_	_	_	_	_	_	1
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	my	my	PRON	_	_	_	_	_	_	*
+7	first	first	ADJ	_	_	_	_	_	_	*
+8	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+9	working	work	VERB	_	_	_	_	_	ss=v.social	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	CPA	cpa	NOUN	_	_	_	_	_	ss=n.person	*
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	so	so	ADV	_	_	_	_	_	_	*
+15	I	i	PRON	_	_	_	_	_	_	*
+16	did	do	AUX	_	_	_	_	_	_	*
+17	not	not	PART	_	_	_	_	_	_	*
+18	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+19	what	what	PRON	_	_	_	_	_	_	*
+20	to	to	PART	_	_	_	_	_	_	*
+21	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.3
+# sent_counter = 4508
+# text = That said - he seemed to be doing well enough .
+1	That	that	DET	_	_	_	_	_	_	1:X
+2	said	say	VERB	_	_	_	_	_	_	1
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	seemed	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	AUX	_	_	_	_	_	_	*
+8	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+9	well	well	ADV	_	_	_	_	_	_	*
+10	enough	enough	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.4
+# sent_counter = 4509
+# text = However , then I asked to amend my return to apply a credit I had just become eligible for .
+1	However	however	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	then	then	ADV	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	amend	amend	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	return	return	NOUN	_	_	_	_	_	ss=n.possession	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	apply	apply	VERB	_	_	_	_	_	ss=v.social	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	*
+14	I	i	PRON	_	_	_	_	_	_	*
+15	had	have	AUX	_	_	_	_	_	_	*
+16	just	just	ADV	_	_	_	_	_	_	*
+17	become	become	VERB	_	_	_	_	_	ss=v.stative	*
+18	eligible	eligible	ADJ	_	_	_	_	_	_	*
+19	for	for	ADP	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.7
+# sent_counter = 4510
+# text = Well , that was strike one .
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	that	that	DET	_	_	_	_	_	_	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	strike	strike	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	one	one	NUM	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.10
+# sent_counter = 4511
+# text = Last year , after all was said and done , I asked Rod whether my payment structure would leave me with no / little tax liability at the end of the year .
+1	Last	last	ADJ	_	_	_	_	_	_	*
+2	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	after	after	SCONJ	_	_	_	_	_	_	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	was	be	AUX	_	_	_	_	_	ss=v.stative	1:X
+7	said	say	VERB	_	_	_	_	_	_	1
+8	and	and	CCONJ	_	_	_	_	_	_	1
+9	done	do	VERB	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+13	Rod	rod	PROPN	_	_	_	_	_	ss=n.person	*
+14	whether	whether	SCONJ	_	_	_	_	_	_	*
+15	my	my	PRON	_	_	_	_	_	_	*
+16	payment	payment	NOUN	_	_	_	_	_	ss=n.possession	*
+17	structure	structure	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	leave	leave	VERB	_	_	_	_	_	ss=v.stative	*
+20	me	me	PRON	_	_	_	_	_	_	*
+21	with	with	ADP	_	_	_	_	_	_	*
+22	no	no	DET	_	_	_	_	_	_	*
+23	/	/	SYM	_	_	_	_	_	_	*
+24	little	little	ADJ	_	_	_	_	_	_	*
+25	tax	tax	NOUN	_	_	_	_	_	ss=n.possession	*
+26	liability	liability	NOUN	_	_	_	_	_	ss=n.possession	*
+27	at	at	ADP	_	_	_	_	_	_	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	end	end	NOUN	_	_	_	_	_	ss=n.event	*
+30	of	of	ADP	_	_	_	_	_	_	*
+31	the	the	DET	_	_	_	_	_	_	*
+32	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+33	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.11
+# sent_counter = 4512
+# text = He said yes .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	yes	yes	INTJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.12
+# sent_counter = 4513
+# text = Well , again , I am now faced with a tax bill of $ 6,000 + , all due on April 15 , 2010 and all that Rod has to say to the matter is ' well , you wo n't have to pay a penalty . '
+1	Well	well	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	again	again	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	am	be	AUX	_	_	_	_	_	_	*
+7	now	now	ADV	_	_	_	_	_	_	*
+8	faced	face	VERB	_	_	_	_	_	ss=v.stative	1:X
+9	with	with	ADP	_	_	_	_	_	_	1
+10	a	a	DET	_	_	_	_	_	_	*
+11	tax	tax	NOUN	_	_	_	_	_	ss=n.possession	*
+12	bill	bill	NOUN	_	_	_	_	_	ss=n.possession	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	$	$	SYM	_	_	_	_	_	_	*
+15	6,000	6,000	NUM	_	_	_	_	_	_	*
+16	+	+	SYM	_	_	_	_	_	_	*
+17	,	,	PUNCT	_	_	_	_	_	_	*
+18	all	all	DET	_	_	_	_	_	_	*
+19	due	due	ADJ	_	_	_	_	_	_	*
+20	on	on	ADP	_	_	_	_	_	_	*
+21	April	april	PROPN	_	_	_	_	_	ss=n.time	*
+22	15	15	NUM	_	_	_	_	_	_	*
+23	,	,	PUNCT	_	_	_	_	_	_	*
+24	2010	2010	NUM	_	_	_	_	_	_	*
+25	and	and	CCONJ	_	_	_	_	_	_	*
+26	all	all	DET	_	_	_	_	_	_	*
+27	that	that	DET	_	_	_	_	_	_	*
+28	Rod	rod	PROPN	_	_	_	_	_	ss=n.person	*
+29	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+30	to	to	PART	_	_	_	_	_	_	*
+31	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+32	to	to	ADP	_	_	_	_	_	_	*
+33	the	the	DET	_	_	_	_	_	_	*
+34	matter	matter	NOUN	_	_	_	_	_	ss=n.cognition	*
+35	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+36	'	'	PUNCT	_	_	_	_	_	_	*
+37	well	well	INTJ	_	_	_	_	_	_	*
+38	,	,	PUNCT	_	_	_	_	_	_	*
+39	you	you	PRON	_	_	_	_	_	_	*
+40	wo	wo	AUX	_	_	_	_	_	_	*
+41	n't	n't	PART	_	_	_	_	_	_	*
+42	have	have	VERB	_	_	_	_	_	ss=v.stative	2:X
+43	to	to	PART	_	_	_	_	_	_	2
+44	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+45	a	a	DET	_	_	_	_	_	_	*
+46	penalty	penalty	NOUN	_	_	_	_	_	ss=n.possession	*
+47	.	.	PUNCT	_	_	_	_	_	_	*
+48	'	'	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.13
+# sent_counter = 4514
+# text = I may not have to pay a penalty , yet , but this is NOT what I had in mind when hired these guys .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	may	may	AUX	_	_	_	_	_	_	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	have	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	to	to	PART	_	_	_	_	_	_	1
+6	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	penalty	penalty	NOUN	_	_	_	_	_	ss=n.possession	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	yet	yet	ADV	_	_	_	_	_	_	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	but	but	CCONJ	_	_	_	_	_	_	*
+13	this	this	DET	_	_	_	_	_	_	*
+14	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	NOT	not	PART	_	_	_	_	_	_	*
+16	what	what	PRON	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	had	have	VERB	_	_	_	_	_	ss=v.cognition	2:X
+19	in	in	ADP	_	_	_	_	_	_	2
+20	mind	mind	NOUN	_	_	_	_	_	_	2
+21	when	when	ADV	_	_	_	_	_	_	*
+22	hired	hire	VERB	_	_	_	_	_	ss=v.social	*
+23	these	these	DET	_	_	_	_	_	_	*
+24	guys	guy	NOUN	_	_	_	_	_	ss=n.group	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333243.14
+# sent_counter = 4515
+# text = In the words of my new accountant , THEY LET ME DOWN !
+1	In	in	ADP	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	words	words	NOUN	_	_	_	_	_	ss=n.communication	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	my	my	PRON	_	_	_	_	_	_	*
+6	new	new	ADJ	_	_	_	_	_	_	*
+7	accountant	accountant	NOUN	_	_	_	_	_	ss=n.person	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	THEY	they	PRON	_	_	_	_	_	_	*
+10	LET	let	VERB	_	_	_	_	_	ss=v.social	1:X
+11	ME	me	PRON	_	_	_	_	_	_	*
+12	DOWN	down	ADP	_	_	_	_	_	_	1
+13	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.1
+# sent_counter = 4516
+# text = Not what i expected !
+1	Not	not	PART	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	i	i	PRON	_	_	_	_	_	_	*
+4	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+5	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.2
+# sent_counter = 4517
+# text = We read the good reviews before going and had high hopes .. but to our dismay it did nt turn out that way !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	reviews	review	NOUN	_	_	_	_	_	ss=n.communication	*
+6	before	before	SCONJ	_	_	_	_	_	_	*
+7	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	high	high	ADJ	_	_	_	_	_	ss=n.cognition	1:X
+11	hopes	hope	NOUN	_	_	_	_	_	_	1
+12	..	..	PUNCT	_	_	_	_	_	_	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	our	our	PRON	_	_	_	_	_	_	*
+16	dismay	dismay	NOUN	_	_	_	_	_	ss=n.feeling	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	did	do	AUX	_	_	_	_	_	_	*
+19	nt	nt	ADV	_	_	_	_	_	_	*
+20	turn	turn	VERB	_	_	_	_	_	ss=v.stative	2:X
+21	out	out	ADP	_	_	_	_	_	_	2
+22	that	that	DET	_	_	_	_	_	_	*
+23	way	way	NOUN	_	_	_	_	_	ss=n.cognition	*
+24	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.336049.5
+# sent_counter = 4518
+# text = Scallops were overcooked and the foie gras was cold but the rest of the food was lovely .
+1	Scallops	scallop	NOUN	_	_	_	_	_	ss=n.food	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	overcooked	overcooked	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	foie	foie	NOUN	_	_	_	_	_	ss=n.food	1:X
+7	gras	gras	NOUN	_	_	_	_	_	_	1
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	cold	cold	ADJ	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	rest	rest	ADJ	_	_	_	_	_	_	*
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+16	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+17	lovely	lovely	ADJ	_	_	_	_	_	_	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.1
+# sent_counter = 4519
+# text = Top notch eats !
+1	Top	top	ADJ	_	_	_	_	_	ss=n.communication	1:X
+2	notch	notch	NOUN	_	_	_	_	_	_	1
+3	eats	eats	NOUN	_	_	_	_	_	ss=n.food	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.2
+# sent_counter = 4520
+# text = So here we are in Manson .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	here	here	ADV	_	_	_	_	_	_	*
+3	we	we	PRON	_	_	_	_	_	_	*
+4	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	in	in	ADP	_	_	_	_	_	_	*
+6	Manson	manson	PROPN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.3
+# sent_counter = 4521
+# text = Manson ?
+1	Manson	manson	PROPN	_	_	_	_	_	ss=n.location	*
+2	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.4
+# sent_counter = 4522
+# text = Yes , Manson .
+1	Yes	yes	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Manson	manson	PROPN	_	_	_	_	_	ss=n.location	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.6
+# sent_counter = 4523
+# text = Aka Nowheresville .
+1	Aka	aka	ADV	_	_	_	_	_	_	*
+2	Nowheresville	nowheresville	PROPN	_	_	_	_	_	ss=n.cognition	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.7
+# sent_counter = 4524
+# text = And this litttle gem of a 7 - table restaurant is a complete and utterly wonderful surprise .
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	this	this	DET	_	_	_	_	_	_	*
+3	litttle	litttle	ADJ	_	_	_	_	_	_	*
+4	gem	gem	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	7	7	NUM	_	_	_	_	_	_	*
+8	-	-	PUNCT	_	_	_	_	_	_	*
+9	table	table	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+11	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	a	a	DET	_	_	_	_	_	_	*
+13	complete	complete	ADJ	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	utterly	utterly	ADV	_	_	_	_	_	_	*
+16	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+17	surprise	surprise	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.8
+# sent_counter = 4525
+# text = A short but wide - ranging menu executed with innovative perfection in a cozy hole in the wall just off the main street .
+1	A	a	DET	_	_	_	_	_	_	*
+2	short	short	ADJ	_	_	_	_	_	_	*
+3	but	but	CCONJ	_	_	_	_	_	_	*
+4	wide	wide	ADJ	_	_	_	_	_	_	*
+5	-	-	PUNCT	_	_	_	_	_	_	*
+6	ranging	range	VERB	_	_	_	_	_	ss=v.stative	*
+7	menu	menu	NOUN	_	_	_	_	_	ss=n.communication	*
+8	executed	execute	VERB	_	_	_	_	_	ss=v.stative	*
+9	with	with	ADP	_	_	_	_	_	_	*
+10	innovative	innovative	ADJ	_	_	_	_	_	_	*
+11	perfection	perfection	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	cozy	cozy	ADJ	_	_	_	_	_	_	*
+15	hole	hole	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+16	in	in	ADP	_	_	_	_	_	_	1
+17	the	the	DET	_	_	_	_	_	_	1
+18	wall	wall	NOUN	_	_	_	_	_	_	1
+19	just	just	ADV	_	_	_	_	_	_	*
+20	off	off	ADP	_	_	_	_	_	_	*
+21	the	the	DET	_	_	_	_	_	_	*
+22	main	main	ADJ	_	_	_	_	_	_	*
+23	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.9
+# sent_counter = 4526
+# text = Fantastic food served without pretense , very reasonably priced wine selections .
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	served	serve	VERB	_	_	_	_	_	ss=v.social	*
+4	without	without	ADP	_	_	_	_	_	_	*
+5	pretense	pretense	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	very	very	ADV	_	_	_	_	_	_	*
+8	reasonably	reasonably	ADV	_	_	_	_	_	_	*
+9	priced	price	VERB	_	_	_	_	_	_	*
+10	wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+11	selections	selection	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.340848.10
+# sent_counter = 4527
+# text = A great place to go for dinner after a day of wine tasting .
+1	A	a	DET	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	dinner	dinner	NOUN	_	_	_	_	_	ss=n.event	*
+8	after	after	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	of	of	ADP	_	_	_	_	_	_	*
+12	wine	wine	NOUN	_	_	_	_	_	ss=n.event	1:X
+13	tasting	tasting	NOUN	_	_	_	_	_	_	1
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.1
+# sent_counter = 4528
+# text = happy customer
+1	happy	happy	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.2
+# sent_counter = 4529
+# text = Mr. Squeege is THE BEST .
+1	Mr.	mr.	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Squeege	squeege	PROPN	_	_	_	_	_	_	1
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	THE	the	DET	_	_	_	_	_	_	*
+5	BEST	best	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.3
+# sent_counter = 4530
+# text = Prompt , Clean Windows .
+1	Prompt	prompt	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	Clean	clean	ADJ	_	_	_	_	_	_	*
+4	Windows	windows	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.4
+# sent_counter = 4531
+# text = Affordable pricing .
+1	Affordable	affordable	ADJ	_	_	_	_	_	_	*
+2	pricing	pricing	NOUN	_	_	_	_	_	ss=n.possession	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.5
+# sent_counter = 4532
+# text = Friendly responses .
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	responses	response	NOUN	_	_	_	_	_	ss=n.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.6
+# sent_counter = 4533
+# text = How else can excellent be described for a business of this sort ?
+1	How	how	ADV	_	_	_	_	_	_	*
+2	else	else	ADV	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	described	describe	VERB	_	_	_	_	_	ss=v.communication	*
+7	for	for	ADP	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	business	business	NOUN	_	_	_	_	_	ss=n.group	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	this	this	DET	_	_	_	_	_	_	*
+12	sort	sort	NOUN	_	_	_	_	_	ss=n.cognition	*
+13	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348247.8
+# sent_counter = 4534
+# text = You will find the same to be true for you .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	same	same	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	true	true	ADJ	_	_	_	_	_	_	*
+9	for	for	ADP	_	_	_	_	_	_	*
+10	you	you	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.1
+# sent_counter = 4535
+# text = AMAZING
+1	AMAZING	amazing	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.2
+# sent_counter = 4536
+# text = Absoul is the greatest donair man on the planet .
+1	Absoul	absoul	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	greatest	greatest	ADJ	_	_	_	_	_	_	*
+5	donair	donair	NOUN	_	_	_	_	_	ss=n.food	*
+6	man	man	NOUN	_	_	_	_	_	ss=n.person	*
+7	on	on	ADP	_	_	_	_	_	_	1:X
+8	the	the	DET	_	_	_	_	_	_	1
+9	planet	planet	NOUN	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.3
+# sent_counter = 4537
+# text = Highly recommended .
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommended	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.4
+# sent_counter = 4538
+# text = If you enjoy amazing things , you must go to World 's Finest Donair .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+4	amazing	amazing	ADJ	_	_	_	_	_	_	*
+5	things	things	NOUN	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	must	must	AUX	_	_	_	_	_	_	*
+9	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+10	to	to	ADP	_	_	_	_	_	_	*
+11	World	world	PROPN	_	_	_	_	_	ss=n.group	1:X
+12	's	's	PART	_	_	_	_	_	_	1
+13	Finest	finest	PROPN	_	_	_	_	_	_	1
+14	Donair	donair	PROPN	_	_	_	_	_	_	1
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.5
+# sent_counter = 4539
+# text = Lest you be lame !!!
+1	Lest	l	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	lame	lame	ADJ	_	_	_	_	_	_	*
+5	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.6
+# sent_counter = 4540
+# text = I give this place 11 / 10 .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	11	11	NUM	_	_	_	_	_	_	*
+6	/	/	SYM	_	_	_	_	_	_	*
+7	10	10	NUM	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.7
+# sent_counter = 4541
+# text = 3 thumbs up .
+1	3	3	NUM	_	_	_	_	_	_	*
+2	thumbs	thumb	NOUN	_	_	_	_	_	ss=n.communication	1:X
+3	up	up	ADV	_	_	_	_	_	_	1
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.374344.8
+# sent_counter = 4542
+# text = Bon appetit !
+1	Bon	bon	INTJ	_	_	_	_	_	_	1:X
+2	appetit	appetit	INTJ	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.1
+# sent_counter = 4543
+# text = Craft Wonderland with History
+1	Craft	craft	NOUN	_	_	_	_	_	ss=n.group	1:X
+2	Wonderland	wonderland	NOUN	_	_	_	_	_	_	1
+3	with	with	ADP	_	_	_	_	_	_	*
+4	History	history	NOUN	_	_	_	_	_	ss=n.cognition	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.2
+# sent_counter = 4544
+# text = My first visit was so fun yesterday .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	first	first	ADJ	_	_	_	_	_	_	*
+3	visit	visit	NOUN	_	_	_	_	_	ss=n.event	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	so	so	ADV	_	_	_	_	_	_	*
+6	fun	fun	ADJ	_	_	_	_	_	_	*
+7	yesterday	yesterday	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.3
+# sent_counter = 4545
+# text = I could have stayed all day and not seen all the things .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	could	could	AUX	_	_	_	_	_	_	*
+3	have	have	AUX	_	_	_	_	_	_	*
+4	stayed	stay	VERB	_	_	_	_	_	ss=v.social	*
+5	all	all	DET	_	_	_	_	_	_	*
+6	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	not	not	PART	_	_	_	_	_	_	*
+9	seen	see	VERB	_	_	_	_	_	ss=v.perception	*
+10	all	all	DET	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	things	things	NOUN	_	_	_	_	_	_	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.4
+# sent_counter = 4546
+# text = I am doing origami jewelry and found exactly the right things for earrings and got many other ideas there too .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	am	be	AUX	_	_	_	_	_	_	*
+3	doing	do	VERB	_	_	_	_	_	ss=v.stative	*
+4	origami	origami	NOUN	_	_	_	_	_	ss=n.act	*
+5	jewelry	jewelry	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	exactly	exactly	ADV	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	right	right	ADJ	_	_	_	_	_	_	*
+11	things	things	NOUN	_	_	_	_	_	_	*
+12	for	for	ADP	_	_	_	_	_	_	*
+13	earrings	earring	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	got	get	VERB	_	_	_	_	_	ss=v.stative	*
+16	many	many	ADJ	_	_	_	_	_	_	*
+17	other	other	ADJ	_	_	_	_	_	_	*
+18	ideas	idea	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	there	there	ADV	_	_	_	_	_	_	*
+20	too	too	ADV	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.5
+# sent_counter = 4547
+# text = I bought a beginner s quilling set and like making the filigree forms you can make and add to other crafts .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	bought	buy	VERB	_	_	_	_	_	ss=v.possession	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	beginner	beginner	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	s	s	PART	_	_	_	_	_	_	*
+6	quilling	quilling	NOUN	_	_	_	_	_	ss=n.act	*
+7	set	set	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	like	like	SCONJ	_	_	_	_	_	_	*
+10	making	make	VERB	_	_	_	_	_	ss=v.creation	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	filigree	filigree	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	forms	form	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	you	you	PRON	_	_	_	_	_	_	*
+15	can	can	AUX	_	_	_	_	_	_	*
+16	make	make	VERB	_	_	_	_	_	ss=v.creation	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	add	add	VERB	_	_	_	_	_	ss=v.change	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	other	other	ADJ	_	_	_	_	_	_	*
+21	crafts	craft	NOUN	_	_	_	_	_	ss=n.artifact	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.6
+# sent_counter = 4548
+# text = The owner , Jean , has been there 31 years !
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	Jean	jean	PROPN	_	_	_	_	_	ss=n.person	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	has	have	AUX	_	_	_	_	_	_	*
+7	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	there	there	ADV	_	_	_	_	_	_	*
+9	31	31	NUM	_	_	_	_	_	_	*
+10	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+11	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.7
+# sent_counter = 4549
+# text = What a history .
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	history	history	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.8
+# sent_counter = 4550
+# text = She is a super sweet , lovable and well - informed woman with a great sense of humor .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	super	super	ADV	_	_	_	_	_	_	*
+5	sweet	sweet	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	lovable	lovable	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	well	well	ADV	_	_	_	_	_	_	*
+10	-	-	PUNCT	_	_	_	_	_	_	*
+11	informed	inform	VERB	_	_	_	_	_	_	*
+12	woman	woman	NOUN	_	_	_	_	_	ss=n.person	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	a	a	DET	_	_	_	_	_	_	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+16	sense	sense	NOUN	_	_	_	_	_	ss=n.attribute	1:X
+17	of	of	ADP	_	_	_	_	_	_	1
+18	humor	humor	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.10
+# sent_counter = 4551
+# text = This store is a real gem and has much to offer the serious crafter or the occasional crafter .
+1	This	this	DET	_	_	_	_	_	_	*
+2	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	real	real	ADJ	_	_	_	_	_	_	*
+6	gem	gem	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+9	much	much	ADJ	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	offer	offer	VERB	_	_	_	_	_	ss=v.social	*
+12	the	the	DET	_	_	_	_	_	_	*
+13	serious	serious	ADJ	_	_	_	_	_	_	*
+14	crafter	crafter	NOUN	_	_	_	_	_	ss=n.person	*
+15	or	or	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	occasional	occasional	ADJ	_	_	_	_	_	_	*
+18	crafter	crafter	NOUN	_	_	_	_	_	ss=n.person	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.12
+# sent_counter = 4552
+# text = Great name for a great store !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.13
+# sent_counter = 4553
+# text = Shop Local !
+1	Shop	shop	VERB	_	_	_	_	_	ss=v.social	*
+2	Local	local	ADV	_	_	_	_	_	_	*
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.377347.14
+# sent_counter = 4554
+# text = Barbara Quimba 1/30/10
+1	Barbara	barbara	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Quimba	quimba	PROPN	_	_	_	_	_	_	1
+3	1/30/10	1/30/10	NUM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.1
+# sent_counter = 4555
+# text = Fantastic Nova Scotia Cottage
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	Nova	nova	PROPN	_	_	_	_	_	ss=n.location	1:X
+3	Scotia	scotia	PROPN	_	_	_	_	_	_	1
+4	Cottage	cottage	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.2
+# sent_counter = 4556
+# text = We had a fantastic time .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.social	1:X
+3	a	a	DET	_	_	_	_	_	_	1
+4	fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+5	time	time	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.3
+# sent_counter = 4557
+# text = Such a relaxing atmosphere and inspiring architecture .
+1	Such	such	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	relaxing	relaxing	ADJ	_	_	_	_	_	_	*
+4	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	inspiring	inspiring	ADJ	_	_	_	_	_	_	*
+7	architecture	architecture	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.4
+# sent_counter = 4558
+# text = Sand Hill park was a great beach ...
+1	Sand	sand	PROPN	_	_	_	_	_	ss=n.location	1:X
+2	Hill	hill	PROPN	_	_	_	_	_	_	1
+3	park	park	PROPN	_	_	_	_	_	_	1
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	beach	beach	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.5
+# sent_counter = 4559
+# text = Nice warm water .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	warm	warm	ADJ	_	_	_	_	_	_	*
+3	water	water	NOUN	_	_	_	_	_	ss=n.natural_object	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.380048.6
+# sent_counter = 4560
+# text = Thank - You for sharing your cottage !
+1	Thank	thank	VERB	_	_	_	_	_	_	1:X
+2	-	-	PUNCT	_	_	_	_	_	_	1
+3	You	you	PRON	_	_	_	_	_	_	1
+4	for	for	SCONJ	_	_	_	_	_	_	*
+5	sharing	share	VERB	_	_	_	_	_	ss=v.social	*
+6	your	your	PRON	_	_	_	_	_	_	*
+7	cottage	cottage	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395149.1
+# sent_counter = 4561
+# text = WONDERFUL service .
+1	WONDERFUL	wonderful	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395149.2
+# sent_counter = 4562
+# text = I have used them once and will use them in the future .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.social	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	once	once	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	will	will	AUX	_	_	_	_	_	_	*
+8	use	use	VERB	_	_	_	_	_	ss=v.social	*
+9	them	them	PRON	_	_	_	_	_	_	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	future	future	NOUN	_	_	_	_	_	ss=n.time	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395149.3
+# sent_counter = 4563
+# text = Beautiful work , fast shipping and great communication .
+1	Beautiful	beautiful	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	fast	fast	ADJ	_	_	_	_	_	_	*
+5	shipping	shipping	NOUN	_	_	_	_	_	ss=n.act	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	great	great	ADJ	_	_	_	_	_	_	*
+8	communication	communication	NOUN	_	_	_	_	_	ss=n.communication	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395640.1
+# sent_counter = 4564
+# text = Do n't bother .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	bother	bother	VERB	_	_	_	_	_	ss=v.social	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.395640.2
+# sent_counter = 4565
+# text = It 's impossible to understand how this place has survived .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	impossible	impossible	ADJ	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	understand	understand	VERB	_	_	_	_	_	ss=v.cognition	*
+6	how	how	ADV	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	has	have	AUX	_	_	_	_	_	_	*
+10	survived	survive	VERB	_	_	_	_	_	ss=v.social	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.396046.2
+# sent_counter = 4566
+# text = DO Nt Go here
+1	DO	do	AUX	_	_	_	_	_	_	*
+2	Nt	nt	ADV	_	_	_	_	_	_	*
+3	Go	go	VERB	_	_	_	_	_	ss=v.motion	*
+4	here	here	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.1
+# sent_counter = 4567
+# text = Great work and honest establishment !
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	honest	honest	ADJ	_	_	_	_	_	_	*
+5	establishment	establishment	NOUN	_	_	_	_	_	ss=n.group	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.3
+# sent_counter = 4568
+# text = I had tried out few place around the area and had been ripped off a few times .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	tried	try	VERB	_	_	_	_	_	ss=v.stative	1:X
+4	out	out	ADP	_	_	_	_	_	_	1
+5	few	few	ADJ	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	around	around	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	area	area	NOUN	_	_	_	_	_	ss=n.location	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	had	have	AUX	_	_	_	_	_	_	*
+12	been	be	AUX	_	_	_	_	_	_	*
+13	ripped	rip	VERB	_	_	_	_	_	ss=v.social	2:X
+14	off	off	ADP	_	_	_	_	_	_	2
+15	a	a	DET	_	_	_	_	_	_	*
+16	few	few	ADJ	_	_	_	_	_	_	*
+17	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.4
+# sent_counter = 4569
+# text = I had hear great things about Phet and G&G Automotive so I decided to give him a try .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	AUX	_	_	_	_	_	_	*
+3	hear	hear	VERB	_	_	_	_	_	ss=v.communication	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	things	things	NOUN	_	_	_	_	_	_	*
+6	about	about	ADP	_	_	_	_	_	_	*
+7	Phet	phet	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	and	and	CCONJ	_	_	_	_	_	_	1
+9	G&G	g&g	PROPN	_	_	_	_	_	_	1
+10	Automotive	automotive	PROPN	_	_	_	_	_	_	1
+11	so	so	ADV	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	decided	decide	VERB	_	_	_	_	_	ss=v.cognition	*
+14	to	to	PART	_	_	_	_	_	_	*
+15	give	give	VERB	_	_	_	_	_	ss=v.social	2:X
+16	him	him	PRON	_	_	_	_	_	_	*
+17	a	a	DET	_	_	_	_	_	_	2
+18	try	try	NOUN	_	_	_	_	_	_	2
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.5
+# sent_counter = 4570
+# text = The service was excellent and personable .
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	excellent	excellent	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	personable	personable	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.6
+# sent_counter = 4571
+# text = He checked out what I needed to have done told me what needed be fixed before he did any work and did great repair work .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	checked	check	VERB	_	_	_	_	_	ss=v.social	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	what	what	PRON	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	have	have	VERB	_	_	_	_	_	_	*
+9	done	do	VERB	_	_	_	_	_	ss=v.stative	*
+10	told	tell	VERB	_	_	_	_	_	ss=v.communication	*
+11	me	me	PRON	_	_	_	_	_	_	*
+12	what	what	PRON	_	_	_	_	_	_	*
+13	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+14	be	be	AUX	_	_	_	_	_	_	*
+15	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+16	before	before	SCONJ	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	did	do	VERB	_	_	_	_	_	ss=v.social	2:X
+19	any	any	DET	_	_	_	_	_	_	*
+20	work	work	NOUN	_	_	_	_	_	_	2
+21	and	and	CCONJ	_	_	_	_	_	_	*
+22	did	do	VERB	_	_	_	_	_	ss=v.social	3:X
+23	great	great	ADJ	_	_	_	_	_	_	*
+24	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+25	work	work	NOUN	_	_	_	_	_	_	3
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.7
+# sent_counter = 4572
+# text = The price was actually lower than what I had anticipated and used to compared to other places , plus he showed me the work he did when I came in to pick up the car .
+1	The	the	DET	_	_	_	_	_	_	*
+2	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	actually	actually	ADV	_	_	_	_	_	_	*
+5	lower	low	ADJ	_	_	_	_	_	_	*
+6	than	than	SCONJ	_	_	_	_	_	_	*
+7	what	what	PRON	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	had	have	AUX	_	_	_	_	_	_	*
+10	anticipated	anticipate	VERB	_	_	_	_	_	ss=v.cognition	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	used	used	ADJ	_	_	_	_	_	_	1:X
+13	to	to	ADP	_	_	_	_	_	_	1
+14	compared	compare	VERB	_	_	_	_	_	ss=v.stative	*
+15	to	to	ADP	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+18	,	,	PUNCT	_	_	_	_	_	_	*
+19	plus	plus	CCONJ	_	_	_	_	_	_	*
+20	he	he	PRON	_	_	_	_	_	_	*
+21	showed	show	VERB	_	_	_	_	_	ss=v.social	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	the	the	DET	_	_	_	_	_	_	*
+24	work	work	NOUN	_	_	_	_	_	ss=v.social	2:X
+25	he	he	PRON	_	_	_	_	_	_	*
+26	did	do	VERB	_	_	_	_	_	_	2
+27	when	when	ADV	_	_	_	_	_	_	*
+28	I	i	PRON	_	_	_	_	_	_	*
+29	came	come	VERB	_	_	_	_	_	ss=v.motion	3:X
+30	in	in	ADV	_	_	_	_	_	_	3
+31	to	to	PART	_	_	_	_	_	_	*
+32	pick	pick	VERB	_	_	_	_	_	ss=v.social	4:X
+33	up	up	ADP	_	_	_	_	_	_	4
+34	the	the	DET	_	_	_	_	_	_	*
+35	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.8
+# sent_counter = 4573
+# text = Also , a week after the work , Phet called me up to see how my car was running and to let me know that they had accidentally overcharged me for part of the work and wanted to give me a refund for that amount .
+1	Also	also	ADV	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	week	week	NOUN	_	_	_	_	_	ss=n.time	*
+5	after	after	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	Phet	phet	PROPN	_	_	_	_	_	ss=n.person	*
+10	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+11	me	me	PRON	_	_	_	_	_	_	*
+12	up	up	ADP	_	_	_	_	_	_	1
+13	to	to	PART	_	_	_	_	_	_	*
+14	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+15	how	how	ADV	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	was	be	AUX	_	_	_	_	_	_	*
+19	running	run	VERB	_	_	_	_	_	ss=v.stative	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	to	to	PART	_	_	_	_	_	_	*
+22	let	let	VERB	_	_	_	_	_	ss=v.communication	2:X
+23	me	me	PRON	_	_	_	_	_	_	*
+24	know	know	VERB	_	_	_	_	_	_	2
+25	that	that	SCONJ	_	_	_	_	_	_	*
+26	they	they	PRON	_	_	_	_	_	_	*
+27	had	have	AUX	_	_	_	_	_	_	*
+28	accidentally	accidentally	ADV	_	_	_	_	_	_	*
+29	overcharged	overcharge	VERB	_	_	_	_	_	ss=v.possession	*
+30	me	me	PRON	_	_	_	_	_	_	*
+31	for	for	ADP	_	_	_	_	_	_	*
+32	part	part	NOUN	_	_	_	_	_	ss=n.quantity	*
+33	of	of	ADP	_	_	_	_	_	_	*
+34	the	the	DET	_	_	_	_	_	_	*
+35	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+36	and	and	CCONJ	_	_	_	_	_	_	*
+37	wanted	want	VERB	_	_	_	_	_	ss=v.cognition	*
+38	to	to	PART	_	_	_	_	_	_	*
+39	give	give	VERB	_	_	_	_	_	ss=v.social	*
+40	me	me	PRON	_	_	_	_	_	_	*
+41	a	a	DET	_	_	_	_	_	_	*
+42	refund	refund	NOUN	_	_	_	_	_	ss=n.possession	*
+43	for	for	ADP	_	_	_	_	_	_	*
+44	that	that	DET	_	_	_	_	_	_	*
+45	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+46	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398243.9
+# sent_counter = 4574
+# text = That is just unheard of these days !
+1	That	that	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	just	just	ADV	_	_	_	_	_	_	*
+4	unheard	unheard	ADJ	_	_	_	_	_	_	1:X
+5	of	of	ADV	_	_	_	_	_	_	1
+6	these	these	DET	_	_	_	_	_	_	2:X
+7	days	days	NOUN	_	_	_	_	_	_	2
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.1
+# sent_counter = 4575
+# text = Friendly , clean and excellent location
+1	Friendly	friendly	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	clean	clean	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	excellent	excellent	ADJ	_	_	_	_	_	_	*
+6	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.2
+# sent_counter = 4576
+# text = The staff was very helpful , and gave us good advice on day and night time activities .
+1	The	the	DET	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	gave	give	VERB	_	_	_	_	_	ss=v.stative	*
+9	us	us	PRON	_	_	_	_	_	_	*
+10	good	good	ADJ	_	_	_	_	_	_	*
+11	advice	advice	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	on	on	ADP	_	_	_	_	_	_	*
+13	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+16	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+17	activities	activity	NOUN	_	_	_	_	_	ss=n.act	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.3
+# sent_counter = 4577
+# text = Common room was comfortable and clean , very good room to read or relax . -
+1	Common	common	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+2	room	room	NOUN	_	_	_	_	_	_	1
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	comfortable	comfortable	ADJ	_	_	_	_	_	_	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	clean	clean	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	very	very	ADV	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	room	room	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	read	read	VERB	_	_	_	_	_	ss=v.communication	*
+13	or	or	CCONJ	_	_	_	_	_	_	*
+14	relax	relax	VERB	_	_	_	_	_	ss=v.cognition	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+16	-	-	SYM	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.4
+# sent_counter = 4578
+# text = A great breakfast which was included every morning until 9:30 am ; yummy fresh Parisian croissants .
+1	A	a	DET	_	_	_	_	_	_	*
+2	great	great	ADJ	_	_	_	_	_	_	*
+3	breakfast	breakfast	NOUN	_	_	_	_	_	ss=n.event	*
+4	which	which	DET	_	_	_	_	_	_	*
+5	was	be	AUX	_	_	_	_	_	_	*
+6	included	include	VERB	_	_	_	_	_	ss=v.stative	*
+7	every	every	DET	_	_	_	_	_	_	*
+8	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+9	until	until	ADP	_	_	_	_	_	_	*
+10	9:30	9:30	NUM	_	_	_	_	_	_	*
+11	am	am	NOUN	_	_	_	_	_	ss=n.time	*
+12	;	;	PUNCT	_	_	_	_	_	_	*
+13	yummy	yummy	ADJ	_	_	_	_	_	_	*
+14	fresh	fresh	ADJ	_	_	_	_	_	_	*
+15	Parisian	parisian	ADJ	_	_	_	_	_	_	1:X
+16	croissants	croissant	NOUN	_	_	_	_	_	_	1
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.6
+# sent_counter = 4579
+# text = The location is really stellar !
+1	The	the	DET	_	_	_	_	_	_	*
+2	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	really	really	ADV	_	_	_	_	_	_	*
+5	stellar	stellar	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.8
+# sent_counter = 4580
+# text = It is close to bus lines for Opera Plaza , Galleries Lafayette , and the famous flea Market .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	close	close	ADJ	_	_	_	_	_	_	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	bus	bus	NOUN	_	_	_	_	_	ss=n.artifact	1:X
+6	lines	line	NOUN	_	_	_	_	_	_	1
+7	for	for	ADP	_	_	_	_	_	_	*
+8	Opera	opera	PROPN	_	_	_	_	_	ss=n.location	2:X
+9	Plaza	plaza	PROPN	_	_	_	_	_	_	2
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	Galleries	galleries	PROPN	_	_	_	_	_	ss=n.location	3:X
+12	Lafayette	lafayette	PROPN	_	_	_	_	_	_	3
+13	,	,	PUNCT	_	_	_	_	_	_	*
+14	and	and	CCONJ	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	famous	famous	ADJ	_	_	_	_	_	_	*
+17	flea	flea	NOUN	_	_	_	_	_	ss=n.event	4:X
+18	Market	market	NOUN	_	_	_	_	_	_	4
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.399348.9
+# sent_counter = 4581
+# text = We really enjoyed our stay and would definitely stay at the Vintage Hostel again .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+4	our	our	PRON	_	_	_	_	_	_	*
+5	stay	stay	NOUN	_	_	_	_	_	ss=n.event	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	would	would	AUX	_	_	_	_	_	_	*
+8	definitely	definitely	ADV	_	_	_	_	_	_	*
+9	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+10	at	at	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	Vintage	vintage	PROPN	_	_	_	_	_	ss=n.group	1:X
+13	Hostel	hostel	PROPN	_	_	_	_	_	_	1
+14	again	again	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.170650.13
+# sent_counter = 4582
+# text = Rocky M. Lange Retired Coordinator , Clark County School District
+1	Rocky	rocky	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	M.	m.	PROPN	_	_	_	_	_	_	1
+3	Lange	lange	PROPN	_	_	_	_	_	_	1
+4	Retired	retired	ADJ	_	_	_	_	_	_	*
+5	Coordinator	coordinator	NOUN	_	_	_	_	_	ss=n.person	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	Clark	clark	PROPN	_	_	_	_	_	ss=n.group	2:X
+8	County	county	PROPN	_	_	_	_	_	_	2
+9	School	school	PROPN	_	_	_	_	_	_	2
+10	District	district	PROPN	_	_	_	_	_	_	2
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171255.1
+# sent_counter = 4583
+# text = what a mind blowing servicing
+1	what	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	mind	mind	NOUN	_	_	_	_	_	ss=n.cognition	1:X
+4	blowing	blow	VERB	_	_	_	_	_	_	1
+5	servicing	servicing	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.171255.2
+# sent_counter = 4584
+# text = They treat there employees with respect and concern and expect that they will extend the same politeness to there customers .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	treat	treat	VERB	_	_	_	_	_	ss=v.social	*
+3	there	there	PRON	_	_	_	_	_	_	*
+4	employees	employee	NOUN	_	_	_	_	_	ss=n.person	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	respect	respect	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	concern	concern	NOUN	_	_	_	_	_	ss=n.cognition	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+11	that	that	SCONJ	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	will	will	AUX	_	_	_	_	_	_	*
+14	extend	extend	VERB	_	_	_	_	_	ss=v.social	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	same	same	ADJ	_	_	_	_	_	_	*
+17	politeness	politeness	NOUN	_	_	_	_	_	ss=n.cognition	*
+18	to	to	ADP	_	_	_	_	_	_	*
+19	there	there	PRON	_	_	_	_	_	_	*
+20	customers	customer	NOUN	_	_	_	_	_	ss=n.person	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.173758.1
+# sent_counter = 4585
+# text = best place for snowboard eva .
+1	best	best	ADJ	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	snowboard	snowboard	NOUN	_	_	_	_	_	ss=n.act	*
+5	eva	eva	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.182354.1
+# sent_counter = 4586
+# text = Prominent Builders NJ
+1	Prominent	prominent	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Builders	builders	PROPN	_	_	_	_	_	_	1
+3	NJ	nj	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.182354.2
+# sent_counter = 4587
+# text = Prominent Builders in New Jersey are one the best building contractors , I was referred to them by my friend , I am so glad I used them for my Home renovation , and addition .
+1	Prominent	prominent	ADJ	_	_	_	_	_	ss=n.group	1:X
+2	Builders	builder	NOUN	_	_	_	_	_	_	1
+3	in	in	ADP	_	_	_	_	_	_	*
+4	New	new	PROPN	_	_	_	_	_	ss=n.location	2:X
+5	Jersey	jersey	PROPN	_	_	_	_	_	_	2
+6	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	one	one	NUM	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	best	best	ADJ	_	_	_	_	_	_	*
+10	building	building	NOUN	_	_	_	_	_	ss=n.artifact	*
+11	contractors	contractor	NOUN	_	_	_	_	_	ss=n.person	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	was	be	AUX	_	_	_	_	_	_	*
+15	referred	refer	VERB	_	_	_	_	_	ss=v.communication	*
+16	to	to	ADP	_	_	_	_	_	_	*
+17	them	them	PRON	_	_	_	_	_	_	*
+18	by	by	ADP	_	_	_	_	_	_	*
+19	my	my	PRON	_	_	_	_	_	_	*
+20	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+24	so	so	ADV	_	_	_	_	_	_	*
+25	glad	glad	ADJ	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	used	use	VERB	_	_	_	_	_	ss=v.social	*
+28	them	them	PRON	_	_	_	_	_	_	*
+29	for	for	ADP	_	_	_	_	_	_	*
+30	my	my	PRON	_	_	_	_	_	_	*
+31	Home	home	NOUN	_	_	_	_	_	ss=n.artifact	*
+32	renovation	renovation	NOUN	_	_	_	_	_	ss=n.act	*
+33	,	,	PUNCT	_	_	_	_	_	_	*
+34	and	and	CCONJ	_	_	_	_	_	_	*
+35	addition	addition	NOUN	_	_	_	_	_	ss=n.act	*
+36	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.228154.1
+# sent_counter = 4588
+# text = Good food and coffee with a nice atmosphere
+1	Good	good	ADJ	_	_	_	_	_	_	*
+2	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	coffee	coffee	NOUN	_	_	_	_	_	ss=n.food	*
+5	with	with	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	nice	nice	ADJ	_	_	_	_	_	_	*
+8	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.1
+# sent_counter = 4589
+# text = Wonderful service for large group
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	for	for	ADP	_	_	_	_	_	_	*
+4	large	large	ADJ	_	_	_	_	_	_	*
+5	group	group	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.2
+# sent_counter = 4590
+# text = I had my wedding luncheon at this BJ s restaurant , and it was one of the best choices that I made .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	wedding	wedding	NOUN	_	_	_	_	_	ss=n.event	*
+5	luncheon	luncheon	NOUN	_	_	_	_	_	ss=n.event	*
+6	at	at	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	BJ	bj	PROPN	_	_	_	_	_	ss=n.group	1:X
+9	s	s	PART	_	_	_	_	_	_	1
+10	restaurant	restaurant	PROPN	_	_	_	_	_	ss=n.group	*
+11	,	,	PUNCT	_	_	_	_	_	_	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	one	one	NUM	_	_	_	_	_	_	*
+16	of	of	ADP	_	_	_	_	_	_	*
+17	the	the	DET	_	_	_	_	_	_	*
+18	best	best	ADJ	_	_	_	_	_	_	*
+19	choices	choice	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	that	that	DET	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	made	make	VERB	_	_	_	_	_	ss=v.stative	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.4
+# sent_counter = 4591
+# text = We were also served salad and soda .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	were	be	AUX	_	_	_	_	_	_	*
+3	also	also	ADV	_	_	_	_	_	_	*
+4	served	serve	VERB	_	_	_	_	_	ss=v.social	*
+5	salad	salad	NOUN	_	_	_	_	_	ss=n.food	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	soda	soda	NOUN	_	_	_	_	_	ss=n.food	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.5
+# sent_counter = 4592
+# text = We had a large party , about fifty people or so , and yet everything was served quickly and we all had a wonderful time .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	large	large	ADJ	_	_	_	_	_	_	*
+5	party	party	NOUN	_	_	_	_	_	ss=n.group	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	about	about	ADV	_	_	_	_	_	_	*
+8	fifty	fifty	NUM	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	or	or	CCONJ	_	_	_	_	_	_	*
+11	so	so	ADV	_	_	_	_	_	_	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	yet	yet	ADV	_	_	_	_	_	_	*
+15	everything	everything	NOUN	_	_	_	_	_	_	*
+16	was	be	AUX	_	_	_	_	_	_	*
+17	served	serve	VERB	_	_	_	_	_	ss=v.social	*
+18	quickly	quickly	ADV	_	_	_	_	_	_	*
+19	and	and	CCONJ	_	_	_	_	_	_	*
+20	we	we	PRON	_	_	_	_	_	_	*
+21	all	all	DET	_	_	_	_	_	_	*
+22	had	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+23	a	a	DET	_	_	_	_	_	_	1
+24	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+25	time	time	NOUN	_	_	_	_	_	_	1
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.232157.7
+# sent_counter = 4593
+# text = I really appreciate BJ s for making that special day even better with their wonderful food and service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	really	really	ADV	_	_	_	_	_	_	*
+3	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.cognition	*
+4	BJ	bj	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	s	s	PART	_	_	_	_	_	_	1
+6	for	for	SCONJ	_	_	_	_	_	_	*
+7	making	make	VERB	_	_	_	_	_	ss=v.stative	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	special	special	ADJ	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.event	*
+11	even	even	ADV	_	_	_	_	_	_	*
+12	better	better	ADJ	_	_	_	_	_	_	*
+13	with	with	ADP	_	_	_	_	_	_	*
+14	their	their	PRON	_	_	_	_	_	_	*
+15	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+16	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266955.1
+# sent_counter = 4594
+# text = The finest German bedding and linens store .
+1	The	the	DET	_	_	_	_	_	_	*
+2	finest	fine	ADJ	_	_	_	_	_	_	*
+3	German	german	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+4	bedding	bedding	NOUN	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	linens	linen	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.266955.2
+# sent_counter = 4595
+# text = Quality and service come first here .
+1	Quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	come	come	VERB	_	_	_	_	_	ss=v.stative	*
+5	first	first	ADV	_	_	_	_	_	_	*
+6	here	here	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268952.1
+# sent_counter = 4596
+# text = Wonderful Atmosphere
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	Atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268952.2
+# sent_counter = 4597
+# text = I have been going there since I was a little girl and love the friendly and relaxing atmosphere .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	going	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	there	there	ADV	_	_	_	_	_	_	*
+6	since	since	SCONJ	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	little	little	ADJ	_	_	_	_	_	_	*
+11	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	love	love	VERB	_	_	_	_	_	ss=v.emotion	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	friendly	friendly	ADJ	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	relaxing	relaxing	ADJ	_	_	_	_	_	_	*
+18	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268952.3
+# sent_counter = 4598
+# text = Dr. Stiefvater has always been very professional and helpful .
+1	Dr.	dr.	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Stiefvater	stiefvater	PROPN	_	_	_	_	_	_	1
+3	has	have	AUX	_	_	_	_	_	_	*
+4	always	always	ADV	_	_	_	_	_	_	*
+5	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	very	very	ADV	_	_	_	_	_	_	*
+7	professional	professional	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	helpful	helpful	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.268952.4
+# sent_counter = 4599
+# text = I would recommend Bayside Chiropractic to anyone who is in need of a regular adjustment or is suffering from a chronic condition .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	Bayside	bayside	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Chiropractic	chiropractic	PROPN	_	_	_	_	_	_	1
+6	to	to	ADP	_	_	_	_	_	_	*
+7	anyone	anyone	NOUN	_	_	_	_	_	_	*
+8	who	who	PRON	_	_	_	_	_	_	*
+9	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	2:X
+11	need	need	NOUN	_	_	_	_	_	_	2
+12	of	of	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	regular	regular	ADJ	_	_	_	_	_	_	*
+15	adjustment	adjustment	NOUN	_	_	_	_	_	ss=n.act	*
+16	or	or	CCONJ	_	_	_	_	_	_	*
+17	is	be	AUX	_	_	_	_	_	_	*
+18	suffering	suffer	VERB	_	_	_	_	_	ss=v.cognition	*
+19	from	from	ADP	_	_	_	_	_	_	*
+20	a	a	DET	_	_	_	_	_	_	*
+21	chronic	chronic	ADJ	_	_	_	_	_	_	*
+22	condition	condition	NOUN	_	_	_	_	_	ss=n.state	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287454.1
+# sent_counter = 4600
+# text = This is not your usual cheap hotdog place .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	usual	usual	ADJ	_	_	_	_	_	_	*
+6	cheap	cheap	ADJ	_	_	_	_	_	_	*
+7	hotdog	hotdog	NOUN	_	_	_	_	_	ss=n.food	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287454.2
+# sent_counter = 4601
+# text = They offer a large variety of quality hotdogs and hamburgers They also offer veggie dogs .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	large	large	ADJ	_	_	_	_	_	_	*
+5	variety	variety	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	quality	quality	ADJ	_	_	_	_	_	_	*
+8	hotdogs	hotdog	NOUN	_	_	_	_	_	ss=n.food	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	hamburgers	hamburger	NOUN	_	_	_	_	_	ss=n.food	*
+11	They	they	PRON	_	_	_	_	_	_	*
+12	also	also	ADV	_	_	_	_	_	_	*
+13	offer	offer	VERB	_	_	_	_	_	ss=v.stative	*
+14	veggie	veggie	NOUN	_	_	_	_	_	ss=n.food	1:X
+15	dogs	dog	NOUN	_	_	_	_	_	_	1
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287454.3
+# sent_counter = 4602
+# text = The fries are of good quality , the staff is friendly .
+1	The	the	DET	_	_	_	_	_	_	*
+2	fries	fries	NOUN	_	_	_	_	_	ss=n.food	*
+3	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	of	of	ADP	_	_	_	_	_	_	*
+5	good	good	ADJ	_	_	_	_	_	_	*
+6	quality	quality	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	friendly	friendly	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.287454.4
+# sent_counter = 4603
+# text = The atmosphere is your typical indie outfit with old movie posters and memorabilia from the 70's and 80's .
+1	The	the	DET	_	_	_	_	_	_	*
+2	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	typical	typical	ADJ	_	_	_	_	_	_	*
+6	indie	indie	ADJ	_	_	_	_	_	_	*
+7	outfit	outfit	NOUN	_	_	_	_	_	ss=n.cognition	*
+8	with	with	ADP	_	_	_	_	_	_	*
+9	old	old	ADJ	_	_	_	_	_	_	*
+10	movie	movie	NOUN	_	_	_	_	_	ss=n.communication	*
+11	posters	poster	NOUN	_	_	_	_	_	ss=n.artifact	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	memorabilia	memorabilia	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	from	from	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	70's	70	NOUN	_	_	_	_	_	ss=n.time	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	80's	80	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.296357.1
+# sent_counter = 4604
+# text = Close to my house , this is the only reason I would go to this particular QT .
+1	Close	close	ADJ	_	_	_	_	_	_	*
+2	to	to	ADP	_	_	_	_	_	_	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	house	house	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	only	only	ADJ	_	_	_	_	_	_	*
+10	reason	reason	NOUN	_	_	_	_	_	ss=n.motive	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	to	to	ADP	_	_	_	_	_	_	*
+15	this	this	DET	_	_	_	_	_	_	*
+16	particular	particular	ADJ	_	_	_	_	_	_	*
+17	QT	qt	PROPN	_	_	_	_	_	ss=n.group	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.1
+# sent_counter = 4605
+# text = Not so good
+1	Not	not	PART	_	_	_	_	_	_	*
+2	so	so	ADV	_	_	_	_	_	_	*
+3	good	good	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.2
+# sent_counter = 4606
+# text = Not worth the money .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	worth	worth	ADJ	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	money	money	NOUN	_	_	_	_	_	ss=n.possession	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.3
+# sent_counter = 4607
+# text = Bland and over cooked .
+1	Bland	bland	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	over	over	X	_	_	_	_	_	_	1:X
+4	cooked	cooked	ADJ	_	_	_	_	_	_	1
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.5
+# sent_counter = 4608
+# text = I was hoping to have found a regular place to eat .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	AUX	_	_	_	_	_	_	*
+3	hoping	hope	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	have	have	AUX	_	_	_	_	_	_	*
+6	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	regular	regular	ADJ	_	_	_	_	_	_	*
+9	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	eat	eat	VERB	_	_	_	_	_	ss=v.consumption	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.341750.6
+# sent_counter = 4609
+# text = But not so .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	so	so	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.1
+# sent_counter = 4610
+# text = First Time Ballerina
+1	First	first	ADJ	_	_	_	_	_	ss=n.event	1:X
+2	Time	time	NOUN	_	_	_	_	_	_	1
+3	Ballerina	ballerina	NOUN	_	_	_	_	_	ss=n.person	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.2
+# sent_counter = 4611
+# text = My daughter is starting ballet this year for the first time .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	daughter	daughter	NOUN	_	_	_	_	_	ss=n.person	*
+3	is	be	AUX	_	_	_	_	_	_	*
+4	starting	start	VERB	_	_	_	_	_	ss=v.change	*
+5	ballet	ballet	NOUN	_	_	_	_	_	ss=n.act	*
+6	this	this	DET	_	_	_	_	_	_	*
+7	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	first	first	ADJ	_	_	_	_	_	_	*
+11	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.3
+# sent_counter = 4612
+# text = I 'm a soccer mom so I was n't sure what I was looking for when it comes to dancewear .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	soccer	soccer	NOUN	_	_	_	_	_	ss=n.person	1:X
+5	mom	mom	NOUN	_	_	_	_	_	_	1
+6	so	so	ADV	_	_	_	_	_	_	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	n't	n't	PART	_	_	_	_	_	_	*
+10	sure	sure	ADJ	_	_	_	_	_	_	*
+11	what	what	PRON	_	_	_	_	_	_	*
+12	I	i	PRON	_	_	_	_	_	_	*
+13	was	be	AUX	_	_	_	_	_	_	*
+14	looking	look	VERB	_	_	_	_	_	ss=v.cognition	*
+15	for	for	ADP	_	_	_	_	_	_	*
+16	when	when	ADV	_	_	_	_	_	_	*
+17	it	it	PRON	_	_	_	_	_	_	*
+18	comes	come	VERB	_	_	_	_	_	ss=v.stative	*
+19	to	to	ADP	_	_	_	_	_	_	*
+20	dancewear	dancewear	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.5
+# sent_counter = 4613
+# text = The service at Instep was great !!
+1	The	the	DET	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	Instep	instep	PROPN	_	_	_	_	_	ss=n.group	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	!!	!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.345455.6
+# sent_counter = 4614
+# text = I would recommend them to anyone !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.1
+# sent_counter = 4615
+# text = One of the worst places
+1	One	one	NUM	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	worst	worst	ADJ	_	_	_	_	_	_	*
+5	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.2
+# sent_counter = 4616
+# text = This place and its sister store Peking Garden are the worst places to order from .
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	its	it	PRON	_	_	_	_	_	_	*
+5	sister	sister	NOUN	_	_	_	_	_	ss=n.relation	*
+6	store	store	NOUN	_	_	_	_	_	ss=n.group	*
+7	Peking	peking	PROPN	_	_	_	_	_	ss=n.group	1:X
+8	Garden	garden	PROPN	_	_	_	_	_	_	1
+9	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	worst	worst	ADJ	_	_	_	_	_	_	*
+12	places	place	NOUN	_	_	_	_	_	ss=n.group	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	order	order	VERB	_	_	_	_	_	ss=v.possession	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351058.5
+# sent_counter = 4617
+# text = i waited another 30 mins before receiving my food and it was cold .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	waited	wait	VERB	_	_	_	_	_	ss=v.cognition	*
+3	another	another	DET	_	_	_	_	_	_	*
+4	30	30	NUM	_	_	_	_	_	_	*
+5	mins	min	NOUN	_	_	_	_	_	ss=n.time	*
+6	before	before	SCONJ	_	_	_	_	_	_	*
+7	receiving	receive	VERB	_	_	_	_	_	ss=v.possession	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	it	it	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	cold	cold	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.369957.1
+# sent_counter = 4618
+# text = beware they will rip u off
+1	beware	beware	VERB	_	_	_	_	_	ss=v.cognition	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	will	will	AUX	_	_	_	_	_	_	*
+4	rip	rip	VERB	_	_	_	_	_	ss=v.social	1:X
+5	u	u	PRON	_	_	_	_	_	_	*
+6	off	off	ADP	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.2
+# sent_counter = 4619
+# text = I do n't get it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	do	do	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.cognition	1:X
+5	it	it	PRON	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.3
+# sent_counter = 4620
+# text = Spongy and sweet bread ( microwaved ? ) , heartless salsa , tiny dogs ...
+1	Spongy	spongy	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	sweet	sweet	ADJ	_	_	_	_	_	_	*
+4	bread	bread	NOUN	_	_	_	_	_	ss=n.food	*
+5	(	(	PUNCT	_	_	_	_	_	_	*
+6	microwaved	microwave	VERB	_	_	_	_	_	ss=v.stative	*
+7	?	?	PUNCT	_	_	_	_	_	_	*
+8	)	)	PUNCT	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	heartless	heartless	ADJ	_	_	_	_	_	_	*
+11	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	tiny	tiny	ADJ	_	_	_	_	_	_	*
+14	dogs	dog	NOUN	_	_	_	_	_	ss=n.food	*
+15	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.4
+# sent_counter = 4621
+# text = You order at the counter and there is a space for tip on your credit card receipt .
+1	You	you	PRON	_	_	_	_	_	_	*
+2	order	order	VERB	_	_	_	_	_	ss=v.communication	*
+3	at	at	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	counter	counter	NOUN	_	_	_	_	_	ss=n.location	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	there	there	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	space	space	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	for	for	ADP	_	_	_	_	_	_	*
+12	tip	tip	NOUN	_	_	_	_	_	ss=n.possession	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	your	your	PRON	_	_	_	_	_	_	*
+15	credit	credit	NOUN	_	_	_	_	_	ss=n.possession	1:X
+16	card	card	NOUN	_	_	_	_	_	_	1
+17	receipt	receipt	NOUN	_	_	_	_	_	ss=n.possession	*
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.381455.5
+# sent_counter = 4622
+# text = The dude who grills the retarded dogs is rude .
+1	The	the	DET	_	_	_	_	_	_	*
+2	dude	dude	NOUN	_	_	_	_	_	ss=n.person	*
+3	who	who	PRON	_	_	_	_	_	_	*
+4	grills	grill	VERB	_	_	_	_	_	ss=v.creation	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	retarded	retarded	ADJ	_	_	_	_	_	_	*
+7	dogs	dog	NOUN	_	_	_	_	_	ss=n.food	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	rude	rude	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.1
+# sent_counter = 4623
+# text = Easiest Time I ever had purchasing a car !
+1	Easiest	easy	ADJ	_	_	_	_	_	_	*
+2	Time	time	NOUN	_	_	_	_	_	ss=n.event	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	ever	ever	ADV	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	_	*
+6	purchasing	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.3
+# sent_counter = 4624
+# text = Very kind and reliable .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	kind	kind	ADJ	_	_	_	_	_	_	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	reliable	reliable	ADJ	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.4
+# sent_counter = 4625
+# text = I highly recommend this dealership if you would not like to hassle on price and receive friendly service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+6	if	if	SCONJ	_	_	_	_	_	_	*
+7	you	you	PRON	_	_	_	_	_	_	*
+8	would	would	AUX	_	_	_	_	_	_	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	hassle	hassle	VERB	_	_	_	_	_	ss=v.cognition	*
+13	on	on	ADP	_	_	_	_	_	_	*
+14	price	price	NOUN	_	_	_	_	_	ss=n.possession	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	receive	receive	VERB	_	_	_	_	_	ss=v.social	*
+17	friendly	friendly	ADJ	_	_	_	_	_	_	*
+18	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.5
+# sent_counter = 4626
+# text = I have since purchased two cars from this dealership , The first one was from Phillip and the second was from Richard .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	since	since	ADV	_	_	_	_	_	_	*
+4	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+5	two	two	NUM	_	_	_	_	_	_	*
+6	cars	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	from	from	ADP	_	_	_	_	_	_	*
+8	this	this	DET	_	_	_	_	_	_	*
+9	dealership	dealership	NOUN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	The	the	DET	_	_	_	_	_	_	*
+12	first	first	ADJ	_	_	_	_	_	_	*
+13	one	one	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	from	from	ADP	_	_	_	_	_	_	*
+16	Phillip	phillip	PROPN	_	_	_	_	_	ss=n.person	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	the	the	DET	_	_	_	_	_	_	*
+19	second	second	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+21	from	from	ADP	_	_	_	_	_	_	*
+22	Richard	richard	PROPN	_	_	_	_	_	ss=n.person	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.382257.6
+# sent_counter = 4627
+# text = Both were excellent sales men who put my needs first .
+1	Both	both	DET	_	_	_	_	_	_	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	excellent	excellent	ADJ	_	_	_	_	_	_	*
+4	sales	sales	NOUN	_	_	_	_	_	ss=n.person	1:X
+5	men	men	NOUN	_	_	_	_	_	_	1
+6	who	who	PRON	_	_	_	_	_	_	*
+7	put	put	VERB	_	_	_	_	_	ss=v.social	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	needs	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	first	first	ADV	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.1
+# sent_counter = 4628
+# text = Con Garage
+1	Con	con	NOUN	_	_	_	_	_	ss=n.cognition	*
+2	Garage	garage	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.2
+# sent_counter = 4629
+# text = I brought my car in for a simple emissions test .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+3	my	my	PRON	_	_	_	_	_	_	*
+4	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	in	in	ADV	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	simple	simple	ADJ	_	_	_	_	_	_	*
+9	emissions	emission	NOUN	_	_	_	_	_	ss=n.event	1:X
+10	test	test	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.3
+# sent_counter = 4630
+# text = I guess they figured me for an easy mark , and tried to explain that my car would n't pass unless I replaced a hose .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	guess	guess	VERB	_	_	_	_	_	ss=v.cognition	*
+3	they	they	PRON	_	_	_	_	_	_	*
+4	figured	figure	VERB	_	_	_	_	_	ss=v.cognition	*
+5	me	me	PRON	_	_	_	_	_	_	*
+6	for	for	ADP	_	_	_	_	_	_	*
+7	an	an	DET	_	_	_	_	_	_	*
+8	easy	easy	ADJ	_	_	_	_	_	_	*
+9	mark	mark	NOUN	_	_	_	_	_	ss=n.person	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	tried	try	VERB	_	_	_	_	_	ss=v.cognition	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	explain	explain	VERB	_	_	_	_	_	ss=v.communication	*
+15	that	that	SCONJ	_	_	_	_	_	_	*
+16	my	my	PRON	_	_	_	_	_	_	*
+17	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	n't	n't	PART	_	_	_	_	_	_	*
+20	pass	pass	VERB	_	_	_	_	_	ss=v.stative	*
+21	unless	unless	SCONJ	_	_	_	_	_	_	*
+22	I	i	PRON	_	_	_	_	_	_	*
+23	replaced	replace	VERB	_	_	_	_	_	ss=v.change	*
+24	a	a	DET	_	_	_	_	_	_	*
+25	hose	hose	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.4
+# sent_counter = 4631
+# text = Ten minutes later , I took my car down the street and it passed the emissions test with flying colors .
+1	Ten	ten	NUM	_	_	_	_	_	_	*
+2	minutes	minutes	NOUN	_	_	_	_	_	ss=n.time	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	took	take	VERB	_	_	_	_	_	ss=v.motion	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	down	down	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	street	street	NOUN	_	_	_	_	_	ss=n.location	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	passed	pass	VERB	_	_	_	_	_	ss=v.stative	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	emissions	emission	NOUN	_	_	_	_	_	ss=n.event	1:X
+17	test	test	NOUN	_	_	_	_	_	_	1
+18	with	with	ADP	_	_	_	_	_	_	2:X
+19	flying	fly	VERB	_	_	_	_	_	_	2
+20	colors	colors	NOUN	_	_	_	_	_	_	2
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.5
+# sent_counter = 4632
+# text = If you 're a fan of herpes , being ripped off , and child molesters , this is the garage for you .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	you	you	PRON	_	_	_	_	_	_	*
+3	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	fan	fan	NOUN	_	_	_	_	_	ss=n.person	*
+6	of	of	ADP	_	_	_	_	_	_	*
+7	herpes	herpes	NOUN	_	_	_	_	_	ss=n.state	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	being	be	AUX	_	_	_	_	_	_	*
+10	ripped	rip	VERB	_	_	_	_	_	ss=v.social	1:X
+11	off	off	ADP	_	_	_	_	_	_	1
+12	,	,	PUNCT	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	child	child	NOUN	_	_	_	_	_	ss=n.person	2:X
+15	molesters	molester	NOUN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	garage	garage	NOUN	_	_	_	_	_	ss=n.group	*
+21	for	for	ADP	_	_	_	_	_	_	*
+22	you	you	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.398152.6
+# sent_counter = 4633
+# text = If not , go somewhere else .
+1	If	if	ADP	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+5	somewhere	somewhere	ADV	_	_	_	_	_	_	*
+6	else	else	ADV	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.1
+# sent_counter = 4634
+# text = Fantastic fresh food !
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	fresh	fresh	ADJ	_	_	_	_	_	_	*
+3	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.2
+# sent_counter = 4635
+# text = What a neat gem of a restaurant in a corner one would n't expect it .
+1	What	what	DET	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	neat	neat	ADJ	_	_	_	_	_	_	*
+4	gem	gem	NOUN	_	_	_	_	_	_	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	corner	corner	NOUN	_	_	_	_	_	ss=n.location	*
+11	one	one	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	n't	n't	PART	_	_	_	_	_	_	*
+14	expect	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+15	it	it	PRON	_	_	_	_	_	_	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.3
+# sent_counter = 4636
+# text = Cozy , warm atmosphere , great service .
+1	Cozy	cozy	ADJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	warm	warm	ADJ	_	_	_	_	_	_	*
+4	atmosphere	atmosphere	NOUN	_	_	_	_	_	ss=n.attribute	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.4
+# sent_counter = 4637
+# text = Most importantly , the food was outstanding .
+1	Most	most	ADV	_	_	_	_	_	_	*
+2	importantly	importantly	ADV	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	food	food	NOUN	_	_	_	_	_	ss=n.food	*
+6	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	outstanding	outstanding	ADJ	_	_	_	_	_	_	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.079827.6
+# sent_counter = 4638
+# text = We 'll be back often .
+1	We	we	PRON	_	_	_	_	_	_	*
+2	'll	'll	AUX	_	_	_	_	_	_	*
+3	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	back	back	ADV	_	_	_	_	_	_	*
+5	often	often	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.1
+# sent_counter = 4639
+# text = Hino Dealer of the Year
+1	Hino	hino	PROPN	_	_	_	_	_	ss=n.group	*
+2	Dealer	dealer	PROPN	_	_	_	_	_	ss=n.person	*
+3	of	of	ADP	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	Year	year	PROPN	_	_	_	_	_	ss=n.time	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.2
+# sent_counter = 4640
+# text = Congratulations Prestige Hino !
+1	Congratulations	congratulations	NOUN	_	_	_	_	_	_	*
+2	Prestige	prestige	PROPN	_	_	_	_	_	ss=n.group	1:X
+3	Hino	hino	PROPN	_	_	_	_	_	_	1
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.3
+# sent_counter = 4641
+# text = You have been awarded the converted Hino Dealer of the Year !
+1	You	you	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	AUX	_	_	_	_	_	_	*
+4	awarded	award	VERB	_	_	_	_	_	ss=v.social	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	converted	converted	ADJ	_	_	_	_	_	_	*
+7	Hino	hino	PROPN	_	_	_	_	_	ss=n.artifact	*
+8	Dealer	dealer	PROPN	_	_	_	_	_	ss=n.group	*
+9	of	of	ADP	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	Year	year	PROPN	_	_	_	_	_	ss=n.time	*
+12	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.5
+# sent_counter = 4642
+# text = Major Awards - Overall Hino dealer of the year .
+1	Major	major	ADJ	_	_	_	_	_	_	*
+2	Awards	award	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Overall	overall	ADJ	_	_	_	_	_	_	*
+5	Hino	hino	PROPN	_	_	_	_	_	ss=n.artifact	*
+6	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+7	of	of	ADP	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.6
+# sent_counter = 4643
+# text = Overall Hino finance dealer of the year .
+1	Overall	overall	ADJ	_	_	_	_	_	_	*
+2	Hino	hino	PROPN	_	_	_	_	_	ss=n.group	*
+3	finance	finance	NOUN	_	_	_	_	_	ss=n.act	*
+4	dealer	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.7
+# sent_counter = 4644
+# text = Major Awards - Market leader overall , Dandenong PMA , sales .
+1	Major	major	ADJ	_	_	_	_	_	_	*
+2	Awards	award	NOUN	_	_	_	_	_	ss=n.cognition	*
+3	-	-	PUNCT	_	_	_	_	_	_	*
+4	Market	market	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	leader	leader	NOUN	_	_	_	_	_	ss=n.group	*
+6	overall	overall	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	Dandenong	dandenong	PROPN	_	_	_	_	_	ss=n.location	*
+9	PMA	pma	PROPN	_	_	_	_	_	ss=n.group	*
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	sales	sales	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.8
+# sent_counter = 4645
+# text = Market leader medium duty , sales .
+1	Market	market	NOUN	_	_	_	_	_	ss=n.group	*
+2	leader	leader	NOUN	_	_	_	_	_	ss=n.person	*
+3	medium	medium	NOUN	_	_	_	_	_	_	1:X
+4	duty	duty	NOUN	_	_	_	_	_	_	1
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	sales	sales	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.9
+# sent_counter = 4646
+# text = Well done to Anthony and the team !
+1	Well	well	ADV	_	_	_	_	_	_	1:X
+2	done	do	VERB	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Anthony	anthony	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.10
+# sent_counter = 4647
+# text = Bronze award service excellence , metro .
+1	Bronze	bronze	NOUN	_	_	_	_	_	ss=n.relation	*
+2	award	award	NOUN	_	_	_	_	_	ss=n.communication	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+4	excellence	excellence	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	metro	metro	PROPN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.11
+# sent_counter = 4648
+# text = Well done to Brendan and the team !
+1	Well	well	ADV	_	_	_	_	_	_	1:X
+2	done	do	VERB	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Brendan	brendan	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.12
+# sent_counter = 4649
+# text = Gold award parts excellence , metro .
+1	Gold	gold	NOUN	_	_	_	_	_	ss=n.relation	1:X
+2	award	award	NOUN	_	_	_	_	_	_	1
+3	parts	parts	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	excellence	excellence	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	metro	metro	PROPN	_	_	_	_	_	ss=n.location	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.080221.13
+# sent_counter = 4650
+# text = Well done to Jason and the team !
+1	Well	well	ADV	_	_	_	_	_	_	1:X
+2	done	do	VERB	_	_	_	_	_	_	1
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Jason	jason	PROPN	_	_	_	_	_	ss=n.person	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	team	team	NOUN	_	_	_	_	_	ss=n.group	*
+8	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.115029.1
+# sent_counter = 4651
+# text = Not friendly , not helpful , overall poor customer service .
+1	Not	not	PART	_	_	_	_	_	_	*
+2	friendly	friendly	ADJ	_	_	_	_	_	_	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	not	not	PART	_	_	_	_	_	_	*
+5	helpful	helpful	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	overall	overall	ADV	_	_	_	_	_	_	*
+8	poor	poor	ADJ	_	_	_	_	_	_	*
+9	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+10	service	service	NOUN	_	_	_	_	_	_	1
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.1
+# sent_counter = 4652
+# text = FANFUCKINGTASTIC
+1	FANFUCKINGTASTIC	fanfuckingtastic	ADJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.3
+# sent_counter = 4653
+# text = I thought the UK was completely devoid of good NYC style pizza .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	UK	uk	PROPN	_	_	_	_	_	ss=n.location	*
+5	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	completely	completely	ADV	_	_	_	_	_	_	*
+7	devoid	devoid	ADJ	_	_	_	_	_	_	*
+8	of	of	ADP	_	_	_	_	_	_	*
+9	good	good	ADJ	_	_	_	_	_	_	*
+10	NYC	nyc	PROPN	_	_	_	_	_	ss=n.food	1:X
+11	style	style	NOUN	_	_	_	_	_	_	1
+12	pizza	pizza	NOUN	_	_	_	_	_	_	1
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.4
+# sent_counter = 4654
+# text = I thought to get a decent pizza the only way was at a fancy restaurant , and I have to get a whole pie .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	decent	decent	ADJ	_	_	_	_	_	_	*
+7	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	only	only	ADJ	_	_	_	_	_	_	*
+10	way	way	NOUN	_	_	_	_	_	ss=n.act	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	at	at	ADP	_	_	_	_	_	_	*
+13	a	a	DET	_	_	_	_	_	_	*
+14	fancy	fancy	ADJ	_	_	_	_	_	_	*
+15	restaurant	restaurant	NOUN	_	_	_	_	_	ss=n.group	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	and	and	CCONJ	_	_	_	_	_	_	*
+18	I	i	PRON	_	_	_	_	_	_	*
+19	have	have	VERB	_	_	_	_	_	_	1:X
+20	to	to	PART	_	_	_	_	_	_	1
+21	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+22	a	a	DET	_	_	_	_	_	_	*
+23	whole	whole	ADJ	_	_	_	_	_	_	*
+24	pie	pie	NOUN	_	_	_	_	_	ss=n.food	*
+25	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.5
+# sent_counter = 4655
+# text = I thought I would have to wait until I went home to NYC .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	would	would	AUX	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	wait	wait	VERB	_	_	_	_	_	ss=v.stative	*
+8	until	until	SCONJ	_	_	_	_	_	_	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	home	home	ADV	_	_	_	_	_	_	*
+12	to	to	ADP	_	_	_	_	_	_	*
+13	NYC	nyc	PROPN	_	_	_	_	_	ss=n.location	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.7
+# sent_counter = 4656
+# text = I saw this place and it looked like the HOLY GRAIL .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	saw	see	VERB	_	_	_	_	_	ss=v.perception	*
+3	this	this	DET	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.location	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+8	like	like	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	ss=n.communication	1:X
+10	HOLY	holy	ADJ	_	_	_	_	_	_	1
+11	GRAIL	grail	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.9
+# sent_counter = 4657
+# text = They have crushed red pepper flakes and oregano .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+3	crushed	crush	VERB	_	_	_	_	_	_	*
+4	red	red	ADJ	_	_	_	_	_	_	*
+5	pepper	pepper	NOUN	_	_	_	_	_	ss=n.food	*
+6	flakes	flake	NOUN	_	_	_	_	_	ss=n.food	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	oregano	oregano	NOUN	_	_	_	_	_	ss=n.food	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.10
+# sent_counter = 4658
+# text = So I ordered a slice .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	ordered	order	VERB	_	_	_	_	_	ss=v.possession	*
+4	a	a	DET	_	_	_	_	_	_	*
+5	slice	slice	NOUN	_	_	_	_	_	ss=n.food	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.11
+# sent_counter = 4659
+# text = It tasted like I just flew back home .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	tasted	taste	VERB	_	_	_	_	_	ss=v.perception	*
+3	like	like	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	just	just	ADV	_	_	_	_	_	_	*
+6	flew	fly	VERB	_	_	_	_	_	ss=v.motion	*
+7	back	back	ADV	_	_	_	_	_	_	*
+8	home	home	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.12
+# sent_counter = 4660
+# text = I du n no how they did it , but Scottish friends --- this is THE REAL DEAL .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	du	du	AUX	_	_	_	_	_	_	*
+3	n	n	ADV	_	_	_	_	_	_	*
+4	no	no	VERB	_	_	_	_	_	ss=v.cognition	*
+5	how	how	ADV	_	_	_	_	_	_	*
+6	they	they	PRON	_	_	_	_	_	_	*
+7	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+8	it	it	PRON	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	but	but	CCONJ	_	_	_	_	_	_	*
+11	Scottish	scottish	ADJ	_	_	_	_	_	_	*
+12	friends	friend	NOUN	_	_	_	_	_	ss=n.group	*
+13	---	---	PUNCT	_	_	_	_	_	_	*
+14	this	this	DET	_	_	_	_	_	_	*
+15	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+16	THE	the	DET	_	_	_	_	_	ss=n.communication	1:X
+17	REAL	real	ADJ	_	_	_	_	_	_	1
+18	DEAL	deal	NOUN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.14
+# sent_counter = 4661
+# text = That being said , I do n't know how their delivery service is .
+1	That	that	DET	_	_	_	_	_	_	1:X
+2	being	be	AUX	_	_	_	_	_	_	1
+3	said	say	VERB	_	_	_	_	_	_	1
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	do	do	AUX	_	_	_	_	_	_	*
+7	n't	n't	PART	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	how	how	ADV	_	_	_	_	_	_	*
+10	their	their	PRON	_	_	_	_	_	_	*
+11	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+12	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+13	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.116821.15
+# sent_counter = 4662
+# text = They might want to change the name to reflect the new yorkedness of the pizza , scrummy yummy sounds gimmicky to me .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	might	might	AUX	_	_	_	_	_	_	*
+3	want	want	VERB	_	_	_	_	_	ss=v.cognition	1:X
+4	to	to	PART	_	_	_	_	_	_	1
+5	change	change	VERB	_	_	_	_	_	ss=v.change	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	name	name	NOUN	_	_	_	_	_	ss=n.communication	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	reflect	reflect	VERB	_	_	_	_	_	ss=v.communication	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	new	new	NOUN	_	_	_	_	_	_	2:X
+12	yorkedness	yorkedness	NOUN	_	_	_	_	_	_	2
+13	of	of	ADP	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	pizza	pizza	NOUN	_	_	_	_	_	ss=n.food	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	scrummy	scrummy	PROPN	_	_	_	_	_	_	3:X
+18	yummy	yummy	PROPN	_	_	_	_	_	_	3
+19	sounds	sound	VERB	_	_	_	_	_	ss=v.cognition	*
+20	gimmicky	gimmicky	ADJ	_	_	_	_	_	_	*
+21	to	to	ADP	_	_	_	_	_	_	*
+22	me	me	PRON	_	_	_	_	_	_	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.119026.2
+# sent_counter = 4663
+# text = A wonderful place , if you want more than just the physical side of yoga .
+1	A	a	DET	_	_	_	_	_	_	*
+2	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+3	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	if	if	SCONJ	_	_	_	_	_	_	*
+6	you	you	PRON	_	_	_	_	_	_	*
+7	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+8	more	more	ADJ	_	_	_	_	_	_	*
+9	than	than	ADP	_	_	_	_	_	_	*
+10	just	just	ADV	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	physical	physical	ADJ	_	_	_	_	_	_	*
+13	side	side	NOUN	_	_	_	_	_	ss=n.cognition	*
+14	of	of	ADP	_	_	_	_	_	_	*
+15	yoga	yoga	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.119026.3
+# sent_counter = 4664
+# text = Give yourself the gift of trying this place , to see if it fits you ...
+1	Give	give	VERB	_	_	_	_	_	ss=v.social	*
+2	yourself	yourself	PRON	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	gift	gift	NOUN	_	_	_	_	_	ss=n.cognition	*
+5	of	of	SCONJ	_	_	_	_	_	_	*
+6	trying	try	VERB	_	_	_	_	_	ss=v.social	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	see	see	VERB	_	_	_	_	_	ss=v.cognition	*
+12	if	if	SCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	fits	fit	VERB	_	_	_	_	_	ss=v.cognition	*
+15	you	you	PRON	_	_	_	_	_	_	*
+16	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.125522.1
+# sent_counter = 4665
+# text = They are out of business .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	out	out	ADP	_	_	_	_	_	_	1:X
+4	of	of	ADP	_	_	_	_	_	_	1
+5	business	business	NOUN	_	_	_	_	_	_	1
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.125522.2
+# sent_counter = 4666
+# text = Nice people ... I hear .
+1	Nice	nice	ADJ	_	_	_	_	_	_	*
+2	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+3	...	...	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	hear	hear	VERB	_	_	_	_	_	ss=v.communication	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.125522.3
+# sent_counter = 4667
+# text = Calls are now forwarded to Malcolm Smith Motorsports down the road .
+1	Calls	call	NOUN	_	_	_	_	_	ss=n.communication	*
+2	are	be	AUX	_	_	_	_	_	_	*
+3	now	now	ADV	_	_	_	_	_	_	*
+4	forwarded	forward	VERB	_	_	_	_	_	ss=v.communication	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Malcolm	malcolm	PROPN	_	_	_	_	_	ss=n.group	1:X
+7	Smith	smith	PROPN	_	_	_	_	_	_	1
+8	Motorsports	motorsports	PROPN	_	_	_	_	_	_	1
+9	down	down	ADP	_	_	_	_	_	_	2:X
+10	the	the	DET	_	_	_	_	_	_	2
+11	road	road	NOUN	_	_	_	_	_	_	2
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.125629.2
+# sent_counter = 4668
+# text = And they seem to be posted at fairly regular intervals ?
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	seem	seem	VERB	_	_	_	_	_	ss=v.cognition	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	be	be	AUX	_	_	_	_	_	_	*
+6	posted	post	VERB	_	_	_	_	_	ss=v.communication	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	fairly	fairly	ADV	_	_	_	_	_	_	*
+9	regular	regular	ADJ	_	_	_	_	_	_	*
+10	intervals	interval	NOUN	_	_	_	_	_	ss=n.time	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.1
+# sent_counter = 4669
+# text = Horrible .
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.2
+# sent_counter = 4670
+# text = Horrible .
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.6
+# sent_counter = 4671
+# text = I asked if this hotel had smoking rooms .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	asked	ask	VERB	_	_	_	_	_	ss=v.communication	*
+3	if	if	SCONJ	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+6	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+7	smoking	smoking	NOUN	_	_	_	_	_	ss=n.act	*
+8	rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.7
+# sent_counter = 4672
+# text = He immediately said " no , there is a $ 50 deposit now ! "
+1	He	he	PRON	_	_	_	_	_	_	*
+2	immediately	immediately	ADV	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	"	"	PUNCT	_	_	_	_	_	_	*
+5	no	no	INTJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	there	there	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	$	$	SYM	_	_	_	_	_	_	*
+11	50	50	NUM	_	_	_	_	_	_	*
+12	deposit	deposit	NOUN	_	_	_	_	_	ss=n.possession	*
+13	now	now	ADV	_	_	_	_	_	_	*
+14	!	!	PUNCT	_	_	_	_	_	_	*
+15	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.9
+# sent_counter = 4673
+# text = When I inquired he rudely replied " in the morning when things are checked out you 'll get it back . "
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	inquired	inquire	VERB	_	_	_	_	_	ss=v.communication	*
+4	he	he	PRON	_	_	_	_	_	_	*
+5	rudely	rudely	ADV	_	_	_	_	_	_	*
+6	replied	reply	VERB	_	_	_	_	_	ss=v.communication	*
+7	"	"	PUNCT	_	_	_	_	_	_	*
+8	in	in	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	morning	morning	NOUN	_	_	_	_	_	ss=n.time	*
+11	when	when	ADV	_	_	_	_	_	_	*
+12	things	things	NOUN	_	_	_	_	_	ss=n.artifact	*
+13	are	be	AUX	_	_	_	_	_	_	*
+14	checked	check	VERB	_	_	_	_	_	ss=v.social	1:X
+15	out	out	ADP	_	_	_	_	_	_	1
+16	you	you	PRON	_	_	_	_	_	_	*
+17	'll	'll	AUX	_	_	_	_	_	_	*
+18	get	get	VERB	_	_	_	_	_	ss=v.stative	*
+19	it	it	PRON	_	_	_	_	_	_	*
+20	back	back	ADV	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+22	"	"	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.10
+# sent_counter = 4674
+# text = I called customer service about it because the website specifically states that there are no other charges at the check - in .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	customer	customer	NOUN	_	_	_	_	_	ss=n.group	1:X
+4	service	service	NOUN	_	_	_	_	_	_	1
+5	about	about	ADP	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	because	because	SCONJ	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	website	website	NOUN	_	_	_	_	_	ss=n.communication	*
+10	specifically	specifically	ADV	_	_	_	_	_	_	*
+11	states	state	VERB	_	_	_	_	_	ss=v.communication	*
+12	that	that	SCONJ	_	_	_	_	_	_	*
+13	there	there	PRON	_	_	_	_	_	_	*
+14	are	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	no	no	DET	_	_	_	_	_	_	*
+16	other	other	ADJ	_	_	_	_	_	_	*
+17	charges	charge	NOUN	_	_	_	_	_	ss=n.possession	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	check	check	NOUN	_	_	_	_	_	ss=n.act	2:X
+21	-	-	PUNCT	_	_	_	_	_	_	2
+22	in	in	NOUN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.11
+# sent_counter = 4675
+# text = I also mentioned to the reception person .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	mentioned	mention	VERB	_	_	_	_	_	ss=v.communication	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	reception	reception	NOUN	_	_	_	_	_	ss=n.act	*
+7	person	person	NOUN	_	_	_	_	_	ss=n.person	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.12
+# sent_counter = 4676
+# text = He responded " we have problem with ' people ' " .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	responded	respond	VERB	_	_	_	_	_	ss=v.communication	*
+3	"	"	PUNCT	_	_	_	_	_	_	*
+4	we	we	PRON	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	'	'	PUNCT	_	_	_	_	_	_	*
+9	people	person	NOUN	_	_	_	_	_	ss=n.person	*
+10	'	'	PUNCT	_	_	_	_	_	_	*
+11	"	"	PUNCT	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.13
+# sent_counter = 4677
+# text = Imagine a hotel having problems with people .
+1	Imagine	imagine	VERB	_	_	_	_	_	ss=v.cognition	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+4	having	have	VERB	_	_	_	_	_	ss=v.stative	*
+5	problems	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	with	with	ADP	_	_	_	_	_	_	*
+7	people	person	NOUN	_	_	_	_	_	ss=n.group	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.14
+# sent_counter = 4678
+# text = I finally alerted him to his rudeness .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	finally	finally	ADV	_	_	_	_	_	_	*
+3	alerted	alert	VERB	_	_	_	_	_	ss=v.communication	*
+4	him	him	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	his	his	PRON	_	_	_	_	_	_	*
+7	rudeness	rudeness	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.15
+# sent_counter = 4679
+# text = He said he 's had a long and bad day .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	he	he	PRON	_	_	_	_	_	_	*
+4	's	's	AUX	_	_	_	_	_	_	*
+5	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	a	a	DET	_	_	_	_	_	_	*
+7	long	long	ADJ	_	_	_	_	_	_	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	bad	bad	ADJ	_	_	_	_	_	_	*
+10	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.162422.17
+# sent_counter = 4680
+# text = Do n't stay there .
+1	Do	do	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	stay	stay	VERB	_	_	_	_	_	ss=v.social	*
+4	there	there	ADV	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.174824.1
+# sent_counter = 4681
+# text = Yeah they ruined some shirts I had too .
+1	Yeah	yeah	INTJ	_	_	_	_	_	_	*
+2	they	they	PRON	_	_	_	_	_	_	*
+3	ruined	ruin	VERB	_	_	_	_	_	ss=v.change	*
+4	some	some	DET	_	_	_	_	_	_	*
+5	shirts	shirt	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	had	have	VERB	_	_	_	_	_	ss=v.possession	*
+8	too	too	ADV	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.174824.2
+# sent_counter = 4682
+# text = Horrible !
+1	Horrible	horrible	ADJ	_	_	_	_	_	_	*
+2	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.1
+# sent_counter = 4683
+# text = Excellent medical care !!!!!!
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	medical	medical	ADJ	_	_	_	_	_	ss=n.act	1:X
+3	care	care	NOUN	_	_	_	_	_	_	1
+4	!!!!!!	!!!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.2
+# sent_counter = 4684
+# text = Highly recommend
+1	Highly	highly	ADV	_	_	_	_	_	_	*
+2	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.3
+# sent_counter = 4685
+# text = I went to this urgent care center and was blown away with their service .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	this	this	DET	_	_	_	_	_	_	*
+5	urgent	urgent	ADJ	_	_	_	_	_	ss=n.act	1:X
+6	care	care	NOUN	_	_	_	_	_	_	1
+7	center	center	NOUN	_	_	_	_	_	ss=n.group	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	was	be	AUX	_	_	_	_	_	_	*
+10	blown	blow	VERB	_	_	_	_	_	ss=v.cognition	2:X
+11	away	away	ADV	_	_	_	_	_	_	2
+12	with	with	ADP	_	_	_	_	_	_	*
+13	their	their	PRON	_	_	_	_	_	_	*
+14	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.4
+# sent_counter = 4686
+# text = Finally a convenient place close to home .
+1	Finally	finally	ADV	_	_	_	_	_	_	*
+2	a	a	DET	_	_	_	_	_	_	*
+3	convenient	convenient	ADJ	_	_	_	_	_	_	*
+4	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+5	close	close	ADV	_	_	_	_	_	_	*
+6	to	to	ADP	_	_	_	_	_	_	*
+7	home	home	NOUN	_	_	_	_	_	ss=n.location	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.5
+# sent_counter = 4687
+# text = Wonderful staff and physician .
+1	Wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+2	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	physician	physician	NOUN	_	_	_	_	_	ss=n.person	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.6
+# sent_counter = 4688
+# text = Clean and superb .
+1	Clean	clean	ADJ	_	_	_	_	_	_	*
+2	and	and	CCONJ	_	_	_	_	_	_	*
+3	superb	superb	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.178726.8
+# sent_counter = 4689
+# text = Will definitely go back when I need medical care .
+1	Will	will	AUX	_	_	_	_	_	_	*
+2	definitely	definitely	ADV	_	_	_	_	_	_	*
+3	go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	back	back	ADV	_	_	_	_	_	_	1
+5	when	when	ADV	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	need	need	VERB	_	_	_	_	_	ss=v.cognition	*
+8	medical	medical	ADJ	_	_	_	_	_	ss=n.act	2:X
+9	care	care	NOUN	_	_	_	_	_	_	2
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224123.1
+# sent_counter = 4690
+# text = ok
+1	ok	ok	INTJ	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.224123.2
+# sent_counter = 4691
+# text = ca n't remember good or bad , so it must have been meh .
+1	ca	ca	AUX	_	_	_	_	_	_	*
+2	n't	n't	PART	_	_	_	_	_	_	*
+3	remember	remember	VERB	_	_	_	_	_	ss=v.cognition	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	or	or	CCONJ	_	_	_	_	_	_	*
+6	bad	bad	ADJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	so	so	ADV	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	must	must	AUX	_	_	_	_	_	_	*
+11	have	have	AUX	_	_	_	_	_	_	*
+12	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	meh	meh	ADJ	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229623.1
+# sent_counter = 4692
+# text = A friend and I recently took our 16 and 18 month olds here .
+1	A	a	DET	_	_	_	_	_	_	*
+2	friend	friend	NOUN	_	_	_	_	_	ss=n.person	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	recently	recently	ADV	_	_	_	_	_	_	*
+6	took	take	VERB	_	_	_	_	_	ss=v.stative	*
+7	our	our	PRON	_	_	_	_	_	_	*
+8	16	16	NUM	_	_	_	_	_	_	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	18	18	NUM	_	_	_	_	_	_	*
+11	month	month	NOUN	_	_	_	_	_	ss=n.person	1:X
+12	olds	old	NOUN	_	_	_	_	_	_	1
+13	here	here	ADV	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.229623.3
+# sent_counter = 4693
+# text = It 's not the classiest place , but it was cleaner than I expected and the staff was very friendly .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	's	's	VERB	_	_	_	_	_	ss=v.stative	*
+3	not	not	PART	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	classiest	classy	ADJ	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	but	but	CCONJ	_	_	_	_	_	_	*
+9	it	it	PRON	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	cleaner	clean	ADJ	_	_	_	_	_	_	*
+12	than	than	SCONJ	_	_	_	_	_	_	*
+13	I	i	PRON	_	_	_	_	_	_	*
+14	expected	expect	VERB	_	_	_	_	_	ss=v.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	the	the	DET	_	_	_	_	_	_	*
+17	staff	staff	NOUN	_	_	_	_	_	ss=n.group	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	very	very	ADV	_	_	_	_	_	_	*
+20	friendly	friendly	ADJ	_	_	_	_	_	_	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231724.1
+# sent_counter = 4694
+# text = Rooms were outdated , dirty , and small .
+1	Rooms	rooms	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	outdated	outdated	ADJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	dirty	dirty	ADJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	small	small	ADJ	_	_	_	_	_	_	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231724.2
+# sent_counter = 4695
+# text = Service was horrible .
+1	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	horrible	horrible	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.231724.3
+# sent_counter = 4696
+# text = Go down 1 block to Super 8 .
+1	Go	go	VERB	_	_	_	_	_	ss=v.motion	1:X
+2	down	down	ADV	_	_	_	_	_	_	1
+3	1	1	NUM	_	_	_	_	_	_	*
+4	block	block	NOUN	_	_	_	_	_	ss=n.relation	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	Super	super	PROPN	_	_	_	_	_	ss=n.group	2:X
+7	8	8	PROPN	_	_	_	_	_	_	2
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.1
+# sent_counter = 4697
+# text = Skylight repair
+1	Skylight	skylight	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.2
+# sent_counter = 4698
+# text = My skylight was making a horrible noise when the wind blew .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	skylight	skylight	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	AUX	_	_	_	_	_	_	*
+4	making	make	VERB	_	_	_	_	_	ss=v.stative	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	horrible	horrible	ADJ	_	_	_	_	_	_	*
+7	noise	noise	NOUN	_	_	_	_	_	ss=n.natural_object	*
+8	when	when	ADV	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	wind	wind	NOUN	_	_	_	_	_	ss=n.natural_object	*
+11	blew	blow	VERB	_	_	_	_	_	ss=v.stative	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.3
+# sent_counter = 4699
+# text = James Bateman came the day I called and fixed the problem quickly and efficiently .
+1	James	james	PROPN	_	_	_	_	_	ss=n.person	1:X
+2	Bateman	bateman	PROPN	_	_	_	_	_	_	1
+3	came	come	VERB	_	_	_	_	_	ss=v.motion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	quickly	quickly	ADV	_	_	_	_	_	_	*
+13	and	and	CCONJ	_	_	_	_	_	_	*
+14	efficiently	efficiently	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.4
+# sent_counter = 4700
+# text = He also inspected my entie roof to see if there was anything else that needed attention .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	also	also	ADV	_	_	_	_	_	_	*
+3	inspected	inspect	VERB	_	_	_	_	_	ss=v.cognition	*
+4	my	my	PRON	_	_	_	_	_	_	*
+5	entie	entie	ADJ	_	_	_	_	_	_	*
+6	roof	roof	NOUN	_	_	_	_	_	ss=n.artifact	*
+7	to	to	PART	_	_	_	_	_	_	*
+8	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+9	if	if	SCONJ	_	_	_	_	_	_	*
+10	there	there	PRON	_	_	_	_	_	_	*
+11	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+12	anything	anything	NOUN	_	_	_	_	_	_	*
+13	else	else	ADJ	_	_	_	_	_	_	*
+14	that	that	DET	_	_	_	_	_	_	*
+15	needed	need	VERB	_	_	_	_	_	ss=v.cognition	*
+16	attention	attention	NOUN	_	_	_	_	_	ss=n.cognition	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.5
+# sent_counter = 4701
+# text = He called the next day to see if everything was to my satisfaction .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	next	next	ADJ	_	_	_	_	_	_	*
+5	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	see	see	VERB	_	_	_	_	_	ss=v.perception	*
+8	if	if	SCONJ	_	_	_	_	_	_	*
+9	everything	everything	NOUN	_	_	_	_	_	_	*
+10	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	to	to	ADP	_	_	_	_	_	_	*
+12	my	my	PRON	_	_	_	_	_	_	*
+13	satisfaction	satisfaction	NOUN	_	_	_	_	_	ss=n.feeling	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.295727.6
+# sent_counter = 4702
+# text = When the next hailstorm blows through , I will not hesitate to contact James at Team Texas Construction .
+1	When	when	ADV	_	_	_	_	_	_	*
+2	the	the	DET	_	_	_	_	_	_	*
+3	next	next	ADJ	_	_	_	_	_	_	*
+4	hailstorm	hailstorm	NOUN	_	_	_	_	_	ss=n.natural_object	*
+5	blows	blow	VERB	_	_	_	_	_	ss=v.stative	*
+6	through	through	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	will	will	AUX	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	hesitate	hesitate	VERB	_	_	_	_	_	ss=v.cognition	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	contact	contact	VERB	_	_	_	_	_	ss=v.communication	*
+14	James	james	PROPN	_	_	_	_	_	ss=n.person	*
+15	at	at	ADP	_	_	_	_	_	_	*
+16	Team	team	PROPN	_	_	_	_	_	ss=n.group	1:X
+17	Texas	texas	PROPN	_	_	_	_	_	_	1
+18	Construction	construction	PROPN	_	_	_	_	_	_	1
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.303728.1
+# sent_counter = 4703
+# text = Great gym and great services .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	gym	gym	NOUN	_	_	_	_	_	ss=n.group	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	services	services	NOUN	_	_	_	_	_	ss=n.act	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317326.1
+# sent_counter = 4704
+# text = Midtown Reston has great location and luxurious environment .
+1	Midtown	midtown	PROPN	_	_	_	_	_	ss=n.group	1:X
+2	Reston	reston	PROPN	_	_	_	_	_	_	1
+3	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	great	great	ADJ	_	_	_	_	_	_	*
+5	location	location	NOUN	_	_	_	_	_	ss=n.location	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	luxurious	luxurious	ADJ	_	_	_	_	_	_	*
+8	environment	environment	NOUN	_	_	_	_	_	ss=n.attribute	*
+9	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.317326.2
+# sent_counter = 4705
+# text = Really enjoyed it .
+1	Really	really	ADV	_	_	_	_	_	_	*
+2	enjoyed	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.322225.1
+# sent_counter = 4706
+# text = Great Wine & Service
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	Wine	wine	NOUN	_	_	_	_	_	ss=n.food	*
+3	&	&	CCONJ	_	_	_	_	_	_	*
+4	Service	service	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.322225.2
+# sent_counter = 4707
+# text = This place is so great !
+1	This	this	DET	_	_	_	_	_	_	*
+2	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	so	so	ADV	_	_	_	_	_	_	*
+5	great	great	ADJ	_	_	_	_	_	_	*
+6	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.322225.5
+# sent_counter = 4708
+# text = Check out their wine tastings every Friday night !
+1	Check	check	VERB	_	_	_	_	_	ss=v.social	1:X
+2	out	out	ADP	_	_	_	_	_	_	1
+3	their	their	PRON	_	_	_	_	_	_	*
+4	wine	wine	NOUN	_	_	_	_	_	ss=n.event	2:X
+5	tastings	tasting	NOUN	_	_	_	_	_	_	2
+6	every	every	DET	_	_	_	_	_	_	*
+7	Friday	friday	PROPN	_	_	_	_	_	ss=n.time	*
+8	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.1
+# sent_counter = 4709
+# text = Terrible service !!!
+1	Terrible	terrible	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.2
+# sent_counter = 4710
+# text = Made an appointment to have them come to the house to discuss curtain options and give an estimate .
+1	Made	make	VERB	_	_	_	_	_	ss=v.communication	*
+2	an	an	DET	_	_	_	_	_	_	*
+3	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	them	them	PRON	_	_	_	_	_	_	*
+7	come	come	VERB	_	_	_	_	_	ss=v.motion	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	house	house	NOUN	_	_	_	_	_	ss=n.location	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	discuss	discuss	VERB	_	_	_	_	_	ss=v.communication	*
+13	curtain	curtain	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	options	option	NOUN	_	_	_	_	_	ss=n.cognition	*
+15	and	and	CCONJ	_	_	_	_	_	_	*
+16	give	give	VERB	_	_	_	_	_	ss=v.communication	*
+17	an	an	DET	_	_	_	_	_	_	*
+18	estimate	estimate	NOUN	_	_	_	_	_	ss=n.communication	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.4
+# sent_counter = 4711
+# text = When I called the manager to complain , she said she KNEW the guy did n't know about curtains and that the usual lady called in sick hours earlier !
+1	When	when	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	complain	complain	VERB	_	_	_	_	_	ss=v.communication	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+11	she	she	PRON	_	_	_	_	_	_	*
+12	KNEW	know	VERB	_	_	_	_	_	ss=v.cognition	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+15	did	do	AUX	_	_	_	_	_	_	*
+16	n't	n't	PART	_	_	_	_	_	_	*
+17	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+18	about	about	ADP	_	_	_	_	_	_	*
+19	curtains	curtain	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	that	that	SCONJ	_	_	_	_	_	_	*
+22	the	the	DET	_	_	_	_	_	_	*
+23	usual	usual	ADJ	_	_	_	_	_	_	*
+24	lady	lady	NOUN	_	_	_	_	_	ss=n.person	*
+25	called	call	VERB	_	_	_	_	_	ss=v.communication	1:X
+26	in	in	ADV	_	_	_	_	_	_	1
+27	sick	sick	ADJ	_	_	_	_	_	_	1
+28	hours	hours	NOUN	_	_	_	_	_	ss=n.time	*
+29	earlier	earlier	ADV	_	_	_	_	_	_	*
+30	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.6
+# sent_counter = 4712
+# text = So what was the point of the appointment !?!
+1	So	so	ADV	_	_	_	_	_	_	*
+2	what	what	PRON	_	_	_	_	_	_	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	the	the	DET	_	_	_	_	_	ss=n.communication	1:X
+5	point	point	NOUN	_	_	_	_	_	_	1
+6	of	of	ADP	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	appointment	appointment	NOUN	_	_	_	_	_	ss=n.event	*
+9	!?!	!?!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.7
+# sent_counter = 4713
+# text = To just come over and hang out ?!?
+1	To	to	PART	_	_	_	_	_	_	*
+2	just	just	ADV	_	_	_	_	_	_	*
+3	come	come	VERB	_	_	_	_	_	ss=v.motion	1:X
+4	over	over	ADV	_	_	_	_	_	_	1
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	hang	hang	VERB	_	_	_	_	_	ss=v.social	2:X
+7	out	out	ADP	_	_	_	_	_	_	2
+8	?!?	?!?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.8
+# sent_counter = 4714
+# text = I will NEVER do business with this company !
+1	I	i	PRON	_	_	_	_	_	_	*
+2	will	will	AUX	_	_	_	_	_	_	*
+3	NEVER	never	ADV	_	_	_	_	_	_	*
+4	do	do	VERB	_	_	_	_	_	ss=v.social	1:X
+5	business	business	NOUN	_	_	_	_	_	_	1
+6	with	with	ADP	_	_	_	_	_	_	*
+7	this	this	DET	_	_	_	_	_	_	*
+8	company	company	NOUN	_	_	_	_	_	ss=n.group	*
+9	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.328828.9
+# sent_counter = 4715
+# text = EVER !!!
+1	EVER	ever	ADV	_	_	_	_	_	_	*
+2	!!!	!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.333628.1
+# sent_counter = 4716
+# text = WHAT A GREAT DEAL THANK YOU
+1	WHAT	what	DET	_	_	_	_	_	_	*
+2	A	a	DET	_	_	_	_	_	_	*
+3	GREAT	great	ADJ	_	_	_	_	_	_	*
+4	DEAL	deal	NOUN	_	_	_	_	_	ss=n.communication	*
+5	THANK	thank	VERB	_	_	_	_	_	_	1:X
+6	YOU	you	PRON	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.334928.1
+# sent_counter = 4717
+# text = One of the better vegetarian sandwiches I 've had in Seattle .
+1	One	one	NUM	_	_	_	_	_	_	*
+2	of	of	ADP	_	_	_	_	_	_	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	better	better	ADJ	_	_	_	_	_	_	*
+5	vegetarian	vegetarian	ADJ	_	_	_	_	_	_	*
+6	sandwiches	sandwich	NOUN	_	_	_	_	_	ss=n.food	*
+7	I	i	PRON	_	_	_	_	_	_	*
+8	've	've	AUX	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	Seattle	seattle	PROPN	_	_	_	_	_	ss=n.location	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.1
+# sent_counter = 4718
+# text = Best Salsa ( hehehe )
+1	Best	best	ADJ	_	_	_	_	_	_	*
+2	Salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+3	(	(	PUNCT	_	_	_	_	_	_	*
+4	hehehe	hehehe	INTJ	_	_	_	_	_	_	*
+5	)	)	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.3
+# sent_counter = 4719
+# text = The owner warned me that it was the best salsa I would ever had , and he was right .
+1	The	the	DET	_	_	_	_	_	_	*
+2	owner	owner	NOUN	_	_	_	_	_	ss=n.person	*
+3	warned	warn	VERB	_	_	_	_	_	ss=v.communication	*
+4	me	me	PRON	_	_	_	_	_	_	*
+5	that	that	SCONJ	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	best	best	ADJ	_	_	_	_	_	_	*
+10	salsa	salsa	NOUN	_	_	_	_	_	ss=n.food	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	would	would	AUX	_	_	_	_	_	_	*
+13	ever	ever	ADV	_	_	_	_	_	_	*
+14	had	have	VERB	_	_	_	_	_	ss=v.consumption	*
+15	,	,	PUNCT	_	_	_	_	_	_	*
+16	and	and	CCONJ	_	_	_	_	_	_	*
+17	he	he	PRON	_	_	_	_	_	_	*
+18	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	right	right	ADJ	_	_	_	_	_	_	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.335225.4
+# sent_counter = 4720
+# text = No joke !
+1	No	no	DET	_	_	_	_	_	_	1:X
+2	joke	joke	NOUN	_	_	_	_	_	_	1
+3	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.1
+# sent_counter = 4721
+# text = Identity Theft
+1	Identity	identity	NOUN	_	_	_	_	_	ss=n.act	1:X
+2	Theft	theft	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.5
+# sent_counter = 4722
+# text = It was a black female that use to work in the office .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	black	black	ADJ	_	_	_	_	_	_	*
+5	female	female	NOUN	_	_	_	_	_	ss=n.person	*
+6	that	that	DET	_	_	_	_	_	_	*
+7	use	use	VERB	_	_	_	_	_	_	1:X
+8	to	to	PART	_	_	_	_	_	_	1
+9	work	work	VERB	_	_	_	_	_	ss=v.social	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	office	office	NOUN	_	_	_	_	_	ss=n.location	*
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.6
+# sent_counter = 4723
+# text = She stole the information and gave it to another guy that did all the work .
+1	She	she	PRON	_	_	_	_	_	_	*
+2	stole	steal	VERB	_	_	_	_	_	ss=v.possession	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	information	information	NOUN	_	_	_	_	_	ss=n.communication	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	gave	give	VERB	_	_	_	_	_	ss=v.stative	*
+7	it	it	PRON	_	_	_	_	_	_	*
+8	to	to	ADP	_	_	_	_	_	_	*
+9	another	another	DET	_	_	_	_	_	_	*
+10	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+11	that	that	DET	_	_	_	_	_	_	*
+12	did	do	VERB	_	_	_	_	_	ss=v.stative	*
+13	all	all	DET	_	_	_	_	_	_	*
+14	the	the	DET	_	_	_	_	_	_	*
+15	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.8
+# sent_counter = 4724
+# text = That s how they were caught .
+1	That	that	DET	_	_	_	_	_	_	*
+2	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+3	how	how	ADV	_	_	_	_	_	_	*
+4	they	they	PRON	_	_	_	_	_	_	*
+5	were	be	AUX	_	_	_	_	_	_	*
+6	caught	catch	VERB	_	_	_	_	_	ss=v.social	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.9
+# sent_counter = 4725
+# text = They both went to jail and a new manager was put in charge of the apartments .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	both	both	DET	_	_	_	_	_	_	*
+3	went	go	VERB	_	_	_	_	_	ss=v.social	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	jail	jail	NOUN	_	_	_	_	_	ss=n.group	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	a	a	DET	_	_	_	_	_	_	*
+8	new	new	ADJ	_	_	_	_	_	_	*
+9	manager	manager	NOUN	_	_	_	_	_	ss=n.person	*
+10	was	be	AUX	_	_	_	_	_	_	*
+11	put	put	VERB	_	_	_	_	_	ss=v.social	1:X
+12	in	in	ADP	_	_	_	_	_	_	1
+13	charge	charge	NOUN	_	_	_	_	_	_	1
+14	of	of	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	apartments	apartment	NOUN	_	_	_	_	_	ss=n.group	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.11
+# sent_counter = 4726
+# text = Nobody lived there .
+1	Nobody	nobody	NOUN	_	_	_	_	_	_	*
+2	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+3	there	there	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.12
+# sent_counter = 4727
+# text = A girl would show up , then a guy in a nice car would show up .
+1	A	a	DET	_	_	_	_	_	_	*
+2	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+3	would	would	AUX	_	_	_	_	_	_	*
+4	show	show	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	up	up	ADP	_	_	_	_	_	_	1
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	then	then	ADV	_	_	_	_	_	_	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	nice	nice	ADJ	_	_	_	_	_	_	*
+13	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+14	would	would	AUX	_	_	_	_	_	_	*
+15	show	show	VERB	_	_	_	_	_	ss=v.stative	2:X
+16	up	up	ADP	_	_	_	_	_	_	2
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.13
+# sent_counter = 4728
+# text = Short time later the guy would leave , then the girl .
+1	Short	short	ADJ	_	_	_	_	_	_	*
+2	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+3	later	later	ADV	_	_	_	_	_	_	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	guy	guy	NOUN	_	_	_	_	_	ss=n.person	*
+6	would	would	AUX	_	_	_	_	_	_	*
+7	leave	leave	VERB	_	_	_	_	_	ss=v.motion	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	then	then	ADV	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	girl	girl	NOUN	_	_	_	_	_	ss=n.person	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.14
+# sent_counter = 4729
+# text = My apartment was usually quiet .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	apartment	apartment	NOUN	_	_	_	_	_	ss=n.artifact	*
+3	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	usually	usually	ADV	_	_	_	_	_	_	*
+5	quiet	quiet	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.15
+# sent_counter = 4730
+# text = I lived in one that did not face the parking lot .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	lived	live	VERB	_	_	_	_	_	ss=v.social	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	one	one	NUM	_	_	_	_	_	_	*
+5	that	that	DET	_	_	_	_	_	_	*
+6	did	do	AUX	_	_	_	_	_	_	*
+7	not	not	PART	_	_	_	_	_	_	*
+8	face	face	VERB	_	_	_	_	_	ss=v.stative	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	parking	parking	NOUN	_	_	_	_	_	ss=n.location	1:X
+11	lot	lot	NOUN	_	_	_	_	_	_	1
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.17
+# sent_counter = 4731
+# text = It sucked having an SUV .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	sucked	suck	VERB	_	_	_	_	_	ss=v.stative	*
+3	having	have	VERB	_	_	_	_	_	ss=v.possession	*
+4	an	an	DET	_	_	_	_	_	_	*
+5	SUV	suv	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.19
+# sent_counter = 4732
+# text = Gates worked 30 % of the time at best .
+1	Gates	gates	NOUN	_	_	_	_	_	ss=n.artifact	*
+2	worked	work	VERB	_	_	_	_	_	ss=v.stative	*
+3	30	30	NUM	_	_	_	_	_	_	*
+4	%	%	SYM	_	_	_	_	_	ss=n.quantity	*
+5	of	of	ADP	_	_	_	_	_	_	*
+6	the	the	DET	_	_	_	_	_	_	*
+7	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+8	at	at	ADV	_	_	_	_	_	_	1:X
+9	best	best	ADV	_	_	_	_	_	_	1
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.338429.20
+# sent_counter = 4733
+# text = Bugs were a small problem , nothing too bad .
+1	Bugs	bug	NOUN	_	_	_	_	_	ss=n.animal	*
+2	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	small	small	ADJ	_	_	_	_	_	_	*
+5	problem	problem	NOUN	_	_	_	_	_	ss=n.cognition	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	nothing	nothing	NOUN	_	_	_	_	_	_	*
+8	too	too	ADV	_	_	_	_	_	_	*
+9	bad	bad	ADJ	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346627.1
+# sent_counter = 4734
+# text = Fantastic Place to buy your next vehicle
+1	Fantastic	fantastic	ADJ	_	_	_	_	_	_	*
+2	Place	place	NOUN	_	_	_	_	_	ss=n.group	*
+3	to	to	PART	_	_	_	_	_	_	*
+4	buy	buy	VERB	_	_	_	_	_	ss=v.possession	*
+5	your	your	PRON	_	_	_	_	_	_	*
+6	next	next	ADJ	_	_	_	_	_	_	*
+7	vehicle	vehicle	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346627.3
+# sent_counter = 4735
+# text = This is car number 3 we 've purchased through them .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+4	number	number	NOUN	_	_	_	_	_	ss=n.quantity	*
+5	3	3	NUM	_	_	_	_	_	_	*
+6	we	we	PRON	_	_	_	_	_	_	*
+7	've	've	AUX	_	_	_	_	_	_	*
+8	purchased	purchase	VERB	_	_	_	_	_	ss=v.possession	*
+9	through	through	ADP	_	_	_	_	_	_	*
+10	them	them	PRON	_	_	_	_	_	_	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346627.4
+# sent_counter = 4736
+# text = We trust and appreciate Scott Larson and know that he will always take good care of us and listen to our needs !
+1	We	we	PRON	_	_	_	_	_	_	*
+2	trust	trust	VERB	_	_	_	_	_	ss=v.emotion	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	appreciate	appreciate	VERB	_	_	_	_	_	ss=v.emotion	*
+5	Scott	scott	PROPN	_	_	_	_	_	ss=n.person	1:X
+6	Larson	larson	PROPN	_	_	_	_	_	_	1
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+9	that	that	SCONJ	_	_	_	_	_	_	*
+10	he	he	PRON	_	_	_	_	_	_	*
+11	will	will	AUX	_	_	_	_	_	_	*
+12	always	always	ADV	_	_	_	_	_	_	*
+13	take	take	VERB	_	_	_	_	_	ss=v.social	2:X
+14	good	good	ADJ	_	_	_	_	_	_	*
+15	care	care	NOUN	_	_	_	_	_	_	2
+16	of	of	ADP	_	_	_	_	_	_	2
+17	us	us	PRON	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	listen	listen	VERB	_	_	_	_	_	ss=v.communication	*
+20	to	to	ADP	_	_	_	_	_	_	*
+21	our	our	PRON	_	_	_	_	_	_	*
+22	needs	need	NOUN	_	_	_	_	_	ss=n.cognition	*
+23	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.2
+# sent_counter = 4737
+# text = The night I drove back home , I found that the rear window has some leakage .
+1	The	the	DET	_	_	_	_	_	_	*
+2	night	night	NOUN	_	_	_	_	_	ss=n.time	*
+3	I	i	PRON	_	_	_	_	_	_	*
+4	drove	drive	VERB	_	_	_	_	_	ss=v.motion	*
+5	back	back	ADV	_	_	_	_	_	_	*
+6	home	home	ADV	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	I	i	PRON	_	_	_	_	_	_	*
+9	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+10	that	that	SCONJ	_	_	_	_	_	_	*
+11	the	the	DET	_	_	_	_	_	_	*
+12	rear	rear	ADJ	_	_	_	_	_	ss=n.artifact	1:X
+13	window	window	NOUN	_	_	_	_	_	_	1
+14	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+15	some	some	DET	_	_	_	_	_	_	*
+16	leakage	leakage	NOUN	_	_	_	_	_	ss=n.attribute	*
+17	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.3
+# sent_counter = 4738
+# text = ( You can hear the wind while driving on highway .
+1	(	(	PUNCT	_	_	_	_	_	_	*
+2	You	you	PRON	_	_	_	_	_	_	*
+3	can	can	AUX	_	_	_	_	_	_	*
+4	hear	hear	VERB	_	_	_	_	_	ss=v.perception	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	wind	wind	NOUN	_	_	_	_	_	ss=n.natural_object	*
+7	while	while	SCONJ	_	_	_	_	_	_	*
+8	driving	drive	VERB	_	_	_	_	_	ss=v.stative	*
+9	on	on	ADP	_	_	_	_	_	_	*
+10	highway	highway	NOUN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.4
+# sent_counter = 4739
+# text = Very likely it needs a new window seal ) .
+1	Very	very	ADV	_	_	_	_	_	_	*
+2	likely	likely	ADJ	_	_	_	_	_	_	*
+3	it	it	PRON	_	_	_	_	_	_	*
+4	needs	need	VERB	_	_	_	_	_	ss=v.cognition	*
+5	a	a	DET	_	_	_	_	_	_	*
+6	new	new	ADJ	_	_	_	_	_	_	*
+7	window	window	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	seal	seal	NOUN	_	_	_	_	_	ss=n.artifact	*
+9	)	)	PUNCT	_	_	_	_	_	_	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.5
+# sent_counter = 4740
+# text = I admit that I should have paid attention to this kind of little things while test drive .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	admit	admit	VERB	_	_	_	_	_	ss=v.communication	*
+3	that	that	SCONJ	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	should	should	AUX	_	_	_	_	_	_	*
+6	have	have	AUX	_	_	_	_	_	_	*
+7	paid	pay	VERB	_	_	_	_	_	ss=v.cognition	1:X
+8	attention	attention	NOUN	_	_	_	_	_	_	1
+9	to	to	ADP	_	_	_	_	_	_	*
+10	this	this	DET	_	_	_	_	_	_	*
+11	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+12	of	of	ADP	_	_	_	_	_	_	*
+13	little	little	ADJ	_	_	_	_	_	_	*
+14	things	things	NOUN	_	_	_	_	_	_	*
+15	while	while	ADP	_	_	_	_	_	_	*
+16	test	test	NOUN	_	_	_	_	_	ss=n.act	2:X
+17	drive	drive	NOUN	_	_	_	_	_	_	2
+18	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.7
+# sent_counter = 4741
+# text = So I brought the car back the second day .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	brought	bring	VERB	_	_	_	_	_	ss=v.motion	*
+4	the	the	DET	_	_	_	_	_	_	*
+5	car	car	NOUN	_	_	_	_	_	ss=n.artifact	*
+6	back	back	ADV	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	second	second	ADJ	_	_	_	_	_	_	*
+9	day	day	NOUN	_	_	_	_	_	ss=n.time	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.9
+# sent_counter = 4742
+# text = Who knows how much they want me to pay to fix this thing .
+1	Who	who	PRON	_	_	_	_	_	_	1:X
+2	knows	know	VERB	_	_	_	_	_	_	1
+3	how	how	ADV	_	_	_	_	_	_	*
+4	much	much	ADJ	_	_	_	_	_	_	*
+5	they	they	PRON	_	_	_	_	_	_	*
+6	want	want	VERB	_	_	_	_	_	ss=v.cognition	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	to	to	PART	_	_	_	_	_	_	*
+9	pay	pay	VERB	_	_	_	_	_	ss=v.possession	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+12	this	this	DET	_	_	_	_	_	_	*
+13	thing	thing	NOUN	_	_	_	_	_	_	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.10
+# sent_counter = 4743
+# text = I walked away .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	walked	walk	VERB	_	_	_	_	_	ss=v.motion	*
+3	away	away	ADV	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.11
+# sent_counter = 4744
+# text = So my advice is that NEVER TRUST THIS DEALER .
+1	So	so	ADV	_	_	_	_	_	_	*
+2	my	my	PRON	_	_	_	_	_	_	*
+3	advice	advice	NOUN	_	_	_	_	_	ss=n.communication	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	that	that	ADP	_	_	_	_	_	_	*
+6	NEVER	never	ADV	_	_	_	_	_	_	*
+7	TRUST	trust	VERB	_	_	_	_	_	ss=v.cognition	*
+8	THIS	this	DET	_	_	_	_	_	_	*
+9	DEALER	dealer	NOUN	_	_	_	_	_	ss=n.person	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.349020.12
+# sent_counter = 4745
+# text = STAY AWAY AS FAR AS POSSIBLE .
+1	STAY	stay	VERB	_	_	_	_	_	ss=v.stative	*
+2	AWAY	away	ADV	_	_	_	_	_	_	*
+3	AS	as	ADV	_	_	_	_	_	_	*
+4	FAR	far	ADV	_	_	_	_	_	_	*
+5	AS	as	ADP	_	_	_	_	_	_	*
+6	POSSIBLE	possible	ADJ	_	_	_	_	_	_	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.1
+# sent_counter = 4746
+# text = First trip to Canada
+1	First	first	ADJ	_	_	_	_	_	_	*
+2	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+3	to	to	ADP	_	_	_	_	_	_	*
+4	Canada	canada	PROPN	_	_	_	_	_	ss=n.location	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.2
+# sent_counter = 4747
+# text = I recently traveled to Canada on business and had a most excellent experience .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	recently	recently	ADV	_	_	_	_	_	_	*
+3	traveled	travel	VERB	_	_	_	_	_	ss=v.motion	*
+4	to	to	ADP	_	_	_	_	_	_	*
+5	Canada	canada	PROPN	_	_	_	_	_	ss=n.location	*
+6	on	on	ADP	_	_	_	_	_	_	*
+7	business	business	NOUN	_	_	_	_	_	ss=n.act	*
+8	and	and	CCONJ	_	_	_	_	_	_	*
+9	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+10	a	a	DET	_	_	_	_	_	_	*
+11	most	most	ADV	_	_	_	_	_	_	*
+12	excellent	excellent	ADJ	_	_	_	_	_	_	*
+13	experience	experience	NOUN	_	_	_	_	_	ss=n.event	*
+14	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.5
+# sent_counter = 4748
+# text = I was very pleased to find my accommodations and the hotel staff to be a very calming and comforting part of my trip .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	very	very	ADV	_	_	_	_	_	_	*
+4	pleased	pleased	ADJ	_	_	_	_	_	_	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+7	my	my	PRON	_	_	_	_	_	_	*
+8	accommodations	accommodation	NOUN	_	_	_	_	_	ss=n.act	*
+9	and	and	CCONJ	_	_	_	_	_	_	*
+10	the	the	DET	_	_	_	_	_	_	*
+11	hotel	hotel	NOUN	_	_	_	_	_	ss=n.group	*
+12	staff	staff	NOUN	_	_	_	_	_	ss=n.person	*
+13	to	to	PART	_	_	_	_	_	_	*
+14	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	a	a	DET	_	_	_	_	_	_	*
+16	very	very	ADV	_	_	_	_	_	_	*
+17	calming	calming	ADJ	_	_	_	_	_	_	*
+18	and	and	CCONJ	_	_	_	_	_	_	*
+19	comforting	comforting	ADJ	_	_	_	_	_	_	*
+20	part	part	NOUN	_	_	_	_	_	ss=n.event	*
+21	of	of	ADP	_	_	_	_	_	_	*
+22	my	my	PRON	_	_	_	_	_	_	*
+23	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+24	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.376320.6
+# sent_counter = 4749
+# text = I found the hotel to be amazingly clean , not to mention very well adorned with many pleasant surprises .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	found	find	VERB	_	_	_	_	_	ss=v.cognition	*
+3	the	the	DET	_	_	_	_	_	_	*
+4	hotel	hotel	NOUN	_	_	_	_	_	ss=n.artifact	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	be	be	VERB	_	_	_	_	_	ss=v.stative	*
+7	amazingly	amazingly	ADV	_	_	_	_	_	_	*
+8	clean	clean	ADJ	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	not	not	PART	_	_	_	_	_	_	*
+11	to	to	PART	_	_	_	_	_	_	*
+12	mention	mention	VERB	_	_	_	_	_	ss=v.communication	*
+13	very	very	ADV	_	_	_	_	_	_	*
+14	well	well	ADV	_	_	_	_	_	_	*
+15	adorned	adorn	VERB	_	_	_	_	_	ss=v.stative	*
+16	with	with	ADP	_	_	_	_	_	_	*
+17	many	many	ADJ	_	_	_	_	_	_	*
+18	pleasant	pleasant	ADJ	_	_	_	_	_	_	*
+19	surprises	surprise	NOUN	_	_	_	_	_	ss=n.cognition	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.384229.1
+# sent_counter = 4750
+# text = great tmobile service
+1	great	great	ADJ	_	_	_	_	_	_	*
+2	tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+3	service	service	NOUN	_	_	_	_	_	ss=n.artifact	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.384229.2
+# sent_counter = 4751
+# text = I was with verizon and I checked my service with tmobile and it was great so I thought I would try tmobile .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	with	with	ADP	_	_	_	_	_	_	*
+4	verizon	verizon	PROPN	_	_	_	_	_	ss=n.group	*
+5	and	and	CCONJ	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	checked	check	VERB	_	_	_	_	_	ss=v.cognition	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+12	and	and	CCONJ	_	_	_	_	_	_	*
+13	it	it	PRON	_	_	_	_	_	_	*
+14	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+15	great	great	ADJ	_	_	_	_	_	_	*
+16	so	so	ADV	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+19	I	i	PRON	_	_	_	_	_	_	*
+20	would	would	AUX	_	_	_	_	_	_	*
+21	try	try	VERB	_	_	_	_	_	ss=v.social	*
+22	tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.384229.3
+# sent_counter = 4752
+# text = It turned out being very good quality tmobile service and I was happy with the new tmobile phone .
+1	It	it	PRON	_	_	_	_	_	_	*
+2	turned	turn	VERB	_	_	_	_	_	ss=v.stative	1:X
+3	out	out	ADP	_	_	_	_	_	_	1
+4	being	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	good	good	ADJ	_	_	_	_	_	_	*
+7	quality	quality	NOUN	_	_	_	_	_	ss=n.attribute	*
+8	tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+9	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+13	happy	happy	ADJ	_	_	_	_	_	_	*
+14	with	with	ADP	_	_	_	_	_	_	*
+15	the	the	DET	_	_	_	_	_	_	*
+16	new	new	ADJ	_	_	_	_	_	_	*
+17	tmobile	tmobile	PROPN	_	_	_	_	_	ss=n.group	*
+18	phone	phone	NOUN	_	_	_	_	_	ss=n.artifact	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.388121.1
+# sent_counter = 4753
+# text = Too many kids , too many knifings , too many taserings .
+1	Too	too	ADV	_	_	_	_	_	_	*
+2	many	many	ADJ	_	_	_	_	_	_	*
+3	kids	kid	NOUN	_	_	_	_	_	ss=n.person	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	too	too	ADV	_	_	_	_	_	_	*
+6	many	many	ADJ	_	_	_	_	_	_	*
+7	knifings	knifings	NOUN	_	_	_	_	_	ss=n.artifact	*
+8	,	,	PUNCT	_	_	_	_	_	_	*
+9	too	too	ADV	_	_	_	_	_	_	*
+10	many	many	ADJ	_	_	_	_	_	_	*
+11	taserings	taserings	NOUN	_	_	_	_	_	ss=n.act	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.392826.1
+# sent_counter = 4754
+# text = Extremely greasy .
+1	Extremely	extremely	ADV	_	_	_	_	_	_	*
+2	greasy	greasy	ADJ	_	_	_	_	_	_	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.392826.2
+# sent_counter = 4755
+# text = Hit or miss on the service .
+1	Hit	hit	NOUN	_	_	_	_	_	_	1:X
+2	or	or	CCONJ	_	_	_	_	_	_	1
+3	miss	miss	NOUN	_	_	_	_	_	_	1
+4	on	on	ADP	_	_	_	_	_	_	*
+5	the	the	DET	_	_	_	_	_	_	*
+6	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.392826.3
+# sent_counter = 4756
+# text = My fries were n't fully cooked last time I went there .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	fries	fries	NOUN	_	_	_	_	_	ss=n.food	*
+3	were	be	AUX	_	_	_	_	_	_	*
+4	n't	n't	PART	_	_	_	_	_	_	*
+5	fully	fully	ADV	_	_	_	_	_	_	*
+6	cooked	cook	VERB	_	_	_	_	_	ss=v.creation	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	time	time	NOUN	_	_	_	_	_	ss=n.event	*
+9	I	i	PRON	_	_	_	_	_	_	*
+10	went	go	VERB	_	_	_	_	_	ss=v.motion	*
+11	there	there	ADV	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.1
+# sent_counter = 4757
+# text = A TERRIBLE EXPERIENCE !
+1	A	a	DET	_	_	_	_	_	_	*
+2	TERRIBLE	terrible	ADJ	_	_	_	_	_	_	*
+3	EXPERIENCE	experience	NOUN	_	_	_	_	_	ss=n.event	*
+4	!	!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.2
+# sent_counter = 4758
+# text = I remain unhappy .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	remain	remain	VERB	_	_	_	_	_	ss=v.stative	*
+3	unhappy	unhappy	ADJ	_	_	_	_	_	_	*
+4	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.3
+# sent_counter = 4759
+# text = I still have noticeable scarring .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	still	still	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	noticeable	noticeable	ADJ	_	_	_	_	_	_	*
+5	scarring	scarring	NOUN	_	_	_	_	_	ss=n.state	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.4
+# sent_counter = 4760
+# text = I still have surgically induced hair loss .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	still	still	ADV	_	_	_	_	_	_	*
+3	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	surgically	surgically	ADV	_	_	_	_	_	_	*
+5	induced	induce	VERB	_	_	_	_	_	ss=v.change	*
+6	hair	hair	NOUN	_	_	_	_	_	ss=n.state	1:X
+7	loss	loss	NOUN	_	_	_	_	_	_	1
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.5
+# sent_counter = 4761
+# text = My results were just AWFUL .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	results	result	NOUN	_	_	_	_	_	ss=n.phenomenon	*
+3	were	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	just	just	ADV	_	_	_	_	_	_	*
+5	AWFUL	awful	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.6
+# sent_counter = 4762
+# text = My post-op treatment was TERRIBLE .
+1	My	my	PRON	_	_	_	_	_	_	*
+2	post-op	post-op	ADJ	_	_	_	_	_	_	*
+3	treatment	treatment	NOUN	_	_	_	_	_	ss=n.act	*
+4	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	TERRIBLE	terrible	ADJ	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346563.7
+# sent_counter = 4763
+# text = I would n't recommend this place last year , and I certainly would n't recommend them this year .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+5	this	this	DET	_	_	_	_	_	_	*
+6	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+7	last	last	ADJ	_	_	_	_	_	_	*
+8	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	I	i	PRON	_	_	_	_	_	_	*
+12	certainly	certainly	ADV	_	_	_	_	_	_	*
+13	would	would	AUX	_	_	_	_	_	_	*
+14	n't	n't	PART	_	_	_	_	_	_	*
+15	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+16	them	them	PRON	_	_	_	_	_	_	*
+17	this	this	DET	_	_	_	_	_	_	*
+18	year	year	NOUN	_	_	_	_	_	ss=n.time	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.1
+# sent_counter = 4764
+# text = Excellent customer service and quality work .
+1	Excellent	excellent	ADJ	_	_	_	_	_	_	*
+2	customer	customer	NOUN	_	_	_	_	_	ss=n.act	1:X
+3	service	service	NOUN	_	_	_	_	_	_	1
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	quality	quality	ADJ	_	_	_	_	_	_	*
+6	work	work	NOUN	_	_	_	_	_	ss=n.act	*
+7	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.2
+# sent_counter = 4765
+# text = They went the extra mile to repair my cowboy boots -- they had to have a special kind of paper that looked like wood grain to fix the heels .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	went	go	VERB	_	_	_	_	_	ss=v.social	1:X
+3	the	the	DET	_	_	_	_	_	_	1
+4	extra	extra	ADJ	_	_	_	_	_	_	1
+5	mile	mile	NOUN	_	_	_	_	_	_	1
+6	to	to	PART	_	_	_	_	_	_	*
+7	repair	repair	VERB	_	_	_	_	_	ss=v.change	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	cowboy	cowboy	NOUN	_	_	_	_	_	ss=n.artifact	2:X
+10	boots	boot	NOUN	_	_	_	_	_	_	2
+11	--	--	PUNCT	_	_	_	_	_	_	*
+12	they	they	PRON	_	_	_	_	_	_	*
+13	had	have	VERB	_	_	_	_	_	_	3:X
+14	to	to	PART	_	_	_	_	_	_	3
+15	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+16	a	a	DET	_	_	_	_	_	_	*
+17	special	special	ADJ	_	_	_	_	_	_	*
+18	kind	kind	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	of	of	ADP	_	_	_	_	_	_	*
+20	paper	paper	NOUN	_	_	_	_	_	ss=n.artifact	*
+21	that	that	DET	_	_	_	_	_	_	*
+22	looked	look	VERB	_	_	_	_	_	ss=v.perception	*
+23	like	like	ADP	_	_	_	_	_	_	*
+24	wood	wood	NOUN	_	_	_	_	_	ss=n.artifact	4:X
+25	grain	grain	NOUN	_	_	_	_	_	_	4
+26	to	to	PART	_	_	_	_	_	_	*
+27	fix	fix	VERB	_	_	_	_	_	ss=v.change	*
+28	the	the	DET	_	_	_	_	_	_	*
+29	heels	heel	NOUN	_	_	_	_	_	ss=n.artifact	*
+30	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.3
+# sent_counter = 4766
+# text = That was 4 years ago .
+1	That	that	DET	_	_	_	_	_	_	*
+2	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	4	4	NUM	_	_	_	_	_	_	*
+4	years	years	NOUN	_	_	_	_	_	ss=n.time	*
+5	ago	ago	ADV	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.4
+# sent_counter = 4767
+# text = I have n't been able to find a shoe repair place in Seattle since that has been able to do it .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	n't	n't	PART	_	_	_	_	_	_	*
+4	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+5	able	able	ADJ	_	_	_	_	_	_	*
+6	to	to	PART	_	_	_	_	_	_	*
+7	find	find	VERB	_	_	_	_	_	ss=v.cognition	*
+8	a	a	DET	_	_	_	_	_	_	*
+9	shoe	shoe	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	repair	repair	NOUN	_	_	_	_	_	ss=n.act	*
+11	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+12	in	in	ADP	_	_	_	_	_	_	*
+13	Seattle	seattle	PROPN	_	_	_	_	_	ss=n.location	*
+14	since	since	ADV	_	_	_	_	_	_	*
+15	that	that	DET	_	_	_	_	_	_	*
+16	has	have	AUX	_	_	_	_	_	_	*
+17	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+18	able	able	ADJ	_	_	_	_	_	_	*
+19	to	to	PART	_	_	_	_	_	_	*
+20	do	do	VERB	_	_	_	_	_	ss=v.stative	*
+21	it	it	PRON	_	_	_	_	_	_	*
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.346960.6
+# sent_counter = 4768
+# text = If I had time to drive to Tacoma before they closed during the work week , I would just so I could get those boots fixed properly again .
+1	If	if	SCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	had	have	VERB	_	_	_	_	_	ss=v.stative	*
+4	time	time	NOUN	_	_	_	_	_	ss=n.time	*
+5	to	to	PART	_	_	_	_	_	_	*
+6	drive	drive	VERB	_	_	_	_	_	ss=v.motion	*
+7	to	to	ADP	_	_	_	_	_	_	*
+8	Tacoma	tacoma	PROPN	_	_	_	_	_	ss=n.location	*
+9	before	before	SCONJ	_	_	_	_	_	_	*
+10	they	they	PRON	_	_	_	_	_	_	*
+11	closed	close	VERB	_	_	_	_	_	ss=v.change	*
+12	during	during	ADP	_	_	_	_	_	_	*
+13	the	the	DET	_	_	_	_	_	_	*
+14	work	work	NOUN	_	_	_	_	_	ss=n.time	1:X
+15	week	week	NOUN	_	_	_	_	_	_	1
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	would	would	AUX	_	_	_	_	_	_	*
+19	just	just	ADV	_	_	_	_	_	_	*
+20	so	so	SCONJ	_	_	_	_	_	_	*
+21	I	i	PRON	_	_	_	_	_	_	*
+22	could	could	AUX	_	_	_	_	_	_	*
+23	get	get	VERB	_	_	_	_	_	ss=v.possession	*
+24	those	those	DET	_	_	_	_	_	_	*
+25	boots	boot	NOUN	_	_	_	_	_	ss=n.artifact	*
+26	fixed	fix	VERB	_	_	_	_	_	ss=v.change	*
+27	properly	properly	ADV	_	_	_	_	_	_	*
+28	again	again	ADV	_	_	_	_	_	_	*
+29	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.1
+# sent_counter = 4769
+# text = Awesome !!!!
+1	Awesome	awesome	ADJ	_	_	_	_	_	_	*
+2	!!!!	!!!!	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.4
+# sent_counter = 4770
+# text = But i paid $ 100 .
+1	But	but	CCONJ	_	_	_	_	_	_	*
+2	i	i	PRON	_	_	_	_	_	_	*
+3	paid	pay	VERB	_	_	_	_	_	ss=v.possession	*
+4	$	$	SYM	_	_	_	_	_	_	*
+5	100	100	NUM	_	_	_	_	_	_	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.7
+# sent_counter = 4771
+# text = 3 Days For get that ...
+1	3	3	NUM	_	_	_	_	_	_	*
+2	Days	days	NOUN	_	_	_	_	_	ss=n.time	*
+3	For	for	X	_	_	_	_	_	ss=v.cognition	1:X
+4	get	get	VERB	_	_	_	_	_	_	1
+5	that	that	DET	_	_	_	_	_	_	1
+6	...	...	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.8
+# sent_counter = 4772
+# text = Great service .
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+3	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.348369.9
+# sent_counter = 4773
+# text = I would recommend them to anyone ..
+1	I	i	PRON	_	_	_	_	_	_	*
+2	would	would	AUX	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	them	them	PRON	_	_	_	_	_	_	*
+5	to	to	ADP	_	_	_	_	_	_	*
+6	anyone	anyone	NOUN	_	_	_	_	_	_	*
+7	..	..	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.1
+# sent_counter = 4774
+# text = Dumbest F'ers ever
+1	Dumbest	dumb	ADJ	_	_	_	_	_	_	*
+2	F'ers	f'ers	NOUN	_	_	_	_	_	ss=n.person	*
+3	ever	ever	ADV	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.2
+# sent_counter = 4775
+# text = I called dominos tonight , it rang forever , I get put on hold twice without saying a word and FINALLY someone says , MAY I HELP YOU ?
+1	I	i	PRON	_	_	_	_	_	_	*
+2	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+3	dominos	dominos	PROPN	_	_	_	_	_	ss=n.group	*
+4	tonight	tonight	NOUN	_	_	_	_	_	ss=n.time	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	it	it	PRON	_	_	_	_	_	_	*
+7	rang	ring	VERB	_	_	_	_	_	ss=v.perception	*
+8	forever	forever	ADV	_	_	_	_	_	_	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	get	get	AUX	_	_	_	_	_	_	*
+12	put	put	VERB	_	_	_	_	_	ss=v.communication	1:X
+13	on	on	ADP	_	_	_	_	_	_	1
+14	hold	hold	NOUN	_	_	_	_	_	_	1
+15	twice	twice	ADV	_	_	_	_	_	_	*
+16	without	without	SCONJ	_	_	_	_	_	_	*
+17	saying	say	VERB	_	_	_	_	_	ss=v.communication	*
+18	a	a	DET	_	_	_	_	_	_	*
+19	word	word	NOUN	_	_	_	_	_	ss=n.communication	*
+20	and	and	CCONJ	_	_	_	_	_	_	*
+21	FINALLY	finally	ADV	_	_	_	_	_	_	*
+22	someone	someone	NOUN	_	_	_	_	_	_	*
+23	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+24	,	,	PUNCT	_	_	_	_	_	_	*
+25	MAY	may	AUX	_	_	_	_	_	_	*
+26	I	i	PRON	_	_	_	_	_	_	*
+27	HELP	help	VERB	_	_	_	_	_	ss=v.social	*
+28	YOU	you	PRON	_	_	_	_	_	_	*
+29	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.4
+# sent_counter = 4776
+# text = They say no , Warwick in New Jersey , Call New Jersey .
+1	They	they	PRON	_	_	_	_	_	_	*
+2	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	no	no	INTJ	_	_	_	_	_	_	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+6	in	in	ADP	_	_	_	_	_	_	*
+7	New	new	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	Jersey	jersey	PROPN	_	_	_	_	_	_	1
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	Call	call	VERB	_	_	_	_	_	ss=v.communication	*
+11	New	new	PROPN	_	_	_	_	_	ss=n.location	2:X
+12	Jersey	jersey	PROPN	_	_	_	_	_	_	2
+13	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.5
+# sent_counter = 4777
+# text = I laugh and say , no , that Warwick is in New York , but I 'm at the Radison - Warwick .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	laugh	laugh	VERB	_	_	_	_	_	ss=v.communication	*
+3	and	and	CCONJ	_	_	_	_	_	_	*
+4	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	no	no	INTJ	_	_	_	_	_	_	*
+7	,	,	PUNCT	_	_	_	_	_	_	*
+8	that	that	DET	_	_	_	_	_	_	*
+9	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+10	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+11	in	in	ADP	_	_	_	_	_	_	*
+12	New	new	PROPN	_	_	_	_	_	ss=n.location	1:X
+13	York	york	PROPN	_	_	_	_	_	_	1
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	but	but	CCONJ	_	_	_	_	_	_	*
+16	I	i	PRON	_	_	_	_	_	_	*
+17	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+18	at	at	ADP	_	_	_	_	_	_	*
+19	the	the	DET	_	_	_	_	_	_	*
+20	Radison	radison	PROPN	_	_	_	_	_	ss=n.group	2:X
+21	-	-	PUNCT	_	_	_	_	_	_	2
+22	Warwick	warwick	PROPN	_	_	_	_	_	_	2
+23	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.6
+# sent_counter = 4778
+# text = And he says : You 're at Warwick in Pennsylvania ?
+1	And	and	CCONJ	_	_	_	_	_	_	*
+2	he	he	PRON	_	_	_	_	_	_	*
+3	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	:	:	PUNCT	_	_	_	_	_	_	*
+5	You	you	PRON	_	_	_	_	_	_	*
+6	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+7	at	at	ADP	_	_	_	_	_	_	*
+8	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+9	in	in	ADP	_	_	_	_	_	_	*
+10	Pennsylvania	pennsylvania	PROPN	_	_	_	_	_	ss=n.location	*
+11	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.7
+# sent_counter = 4779
+# text = and I said , YES , CENTER CITY PHILLY , and he says , NO , Warwick is a township , If you 're at a Radison in Warwick that s too far , try dominos in Pottstown .
+1	and	and	CCONJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	said	say	VERB	_	_	_	_	_	ss=v.communication	*
+4	,	,	PUNCT	_	_	_	_	_	_	*
+5	YES	yes	INTJ	_	_	_	_	_	_	*
+6	,	,	PUNCT	_	_	_	_	_	_	*
+7	CENTER	center	PROPN	_	_	_	_	_	ss=n.location	1:X
+8	CITY	city	PROPN	_	_	_	_	_	_	1
+9	PHILLY	philly	PROPN	_	_	_	_	_	_	1
+10	,	,	PUNCT	_	_	_	_	_	_	*
+11	and	and	CCONJ	_	_	_	_	_	_	*
+12	he	he	PRON	_	_	_	_	_	_	*
+13	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+14	,	,	PUNCT	_	_	_	_	_	_	*
+15	NO	no	INTJ	_	_	_	_	_	_	*
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+18	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+19	a	a	DET	_	_	_	_	_	_	*
+20	township	township	NOUN	_	_	_	_	_	ss=n.cognition	*
+21	,	,	PUNCT	_	_	_	_	_	_	*
+22	If	if	SCONJ	_	_	_	_	_	_	*
+23	you	you	PRON	_	_	_	_	_	_	*
+24	're	're	VERB	_	_	_	_	_	ss=v.stative	*
+25	at	at	ADP	_	_	_	_	_	_	*
+26	a	a	DET	_	_	_	_	_	_	*
+27	Radison	radison	PROPN	_	_	_	_	_	ss=n.group	*
+28	in	in	ADP	_	_	_	_	_	_	*
+29	Warwick	warwick	PROPN	_	_	_	_	_	ss=n.location	*
+30	that	that	DET	_	_	_	_	_	_	*
+31	s	s	VERB	_	_	_	_	_	ss=v.stative	*
+32	too	too	ADV	_	_	_	_	_	_	*
+33	far	far	ADJ	_	_	_	_	_	_	*
+34	,	,	PUNCT	_	_	_	_	_	_	*
+35	try	try	VERB	_	_	_	_	_	ss=v.social	*
+36	dominos	dominos	PROPN	_	_	_	_	_	ss=n.group	*
+37	in	in	ADP	_	_	_	_	_	_	*
+38	Pottstown	pottstown	PROPN	_	_	_	_	_	ss=n.location	*
+39	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.8
+# sent_counter = 4780
+# text = I say , NO , I am at the RADISON WARWICK HOTEL in Rittenhouse Square .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	NO	no	INTJ	_	_	_	_	_	_	*
+5	,	,	PUNCT	_	_	_	_	_	_	*
+6	I	i	PRON	_	_	_	_	_	_	*
+7	am	be	VERB	_	_	_	_	_	ss=v.stative	*
+8	at	at	ADP	_	_	_	_	_	_	*
+9	the	the	DET	_	_	_	_	_	_	*
+10	RADISON	radison	PROPN	_	_	_	_	_	ss=n.group	1:X
+11	WARWICK	warwick	PROPN	_	_	_	_	_	_	1
+12	HOTEL	hotel	PROPN	_	_	_	_	_	ss=n.artifact	*
+13	in	in	ADP	_	_	_	_	_	_	*
+14	Rittenhouse	rittenhouse	PROPN	_	_	_	_	_	ss=n.location	2:X
+15	Square	square	PROPN	_	_	_	_	_	_	2
+16	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.9
+# sent_counter = 4781
+# text = He says : I not know that town , I have to get to work , I 'm in PHILLY .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	not	not	PART	_	_	_	_	_	_	*
+6	know	know	VERB	_	_	_	_	_	ss=v.cognition	*
+7	that	that	DET	_	_	_	_	_	_	*
+8	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+9	,	,	PUNCT	_	_	_	_	_	_	*
+10	I	i	PRON	_	_	_	_	_	_	*
+11	have	have	VERB	_	_	_	_	_	ss=v.stative	1:X
+12	to	to	PART	_	_	_	_	_	_	1
+13	get	get	VERB	_	_	_	_	_	ss=v.social	2:X
+14	to	to	ADP	_	_	_	_	_	_	2
+15	work	work	NOUN	_	_	_	_	_	_	2
+16	,	,	PUNCT	_	_	_	_	_	_	*
+17	I	i	PRON	_	_	_	_	_	_	*
+18	'm	'm	VERB	_	_	_	_	_	ss=v.stative	*
+19	in	in	ADP	_	_	_	_	_	_	*
+20	PHILLY	philly	PROPN	_	_	_	_	_	ss=n.location	*
+21	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.10
+# sent_counter = 4782
+# text = Call dominos in your town .
+1	Call	call	VERB	_	_	_	_	_	ss=v.communication	*
+2	dominos	dominos	PROPN	_	_	_	_	_	ss=n.group	*
+3	in	in	ADP	_	_	_	_	_	_	*
+4	your	your	PRON	_	_	_	_	_	_	*
+5	town	town	NOUN	_	_	_	_	_	ss=n.location	*
+6	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.12
+# sent_counter = 4783
+# text = He says , I have to have an exact ADDRESS .
+1	He	he	PRON	_	_	_	_	_	_	*
+2	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	,	,	PUNCT	_	_	_	_	_	_	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	have	have	VERB	_	_	_	_	_	_	1:X
+6	to	to	PART	_	_	_	_	_	_	1
+7	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+8	an	an	DET	_	_	_	_	_	_	*
+9	exact	exact	ADJ	_	_	_	_	_	_	*
+10	ADDRESS	address	NOUN	_	_	_	_	_	ss=n.location	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.13
+# sent_counter = 4784
+# text = OK , 1701 LOCUST STREET i say .
+1	OK	ok	INTJ	_	_	_	_	_	_	*
+2	,	,	PUNCT	_	_	_	_	_	_	*
+3	1701	1701	NUM	_	_	_	_	_	_	*
+4	LOCUST	locust	PROPN	_	_	_	_	_	ss=n.location	1:X
+5	STREET	street	PROPN	_	_	_	_	_	_	1
+6	i	i	PRON	_	_	_	_	_	_	*
+7	say	say	VERB	_	_	_	_	_	ss=v.communication	*
+8	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.351561.14
+# sent_counter = 4785
+# text = he says : Why you tell me you r in WARWICK TOWNSHIP ?
+1	he	he	PRON	_	_	_	_	_	_	*
+2	says	say	VERB	_	_	_	_	_	ss=v.communication	*
+3	:	:	PUNCT	_	_	_	_	_	_	*
+4	Why	why	ADV	_	_	_	_	_	_	*
+5	you	you	PRON	_	_	_	_	_	_	*
+6	tell	tell	VERB	_	_	_	_	_	ss=v.communication	*
+7	me	me	PRON	_	_	_	_	_	_	*
+8	you	you	PRON	_	_	_	_	_	_	*
+9	r	r	VERB	_	_	_	_	_	ss=v.stative	*
+10	in	in	ADP	_	_	_	_	_	_	*
+11	WARWICK	warwick	PROPN	_	_	_	_	_	ss=n.location	1:X
+12	TOWNSHIP	township	PROPN	_	_	_	_	_	_	1
+13	?	?	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332068.1
+# sent_counter = 4786
+# text = Would not recommend I Was in a fair amount of pain for several weeks .
+1	Would	would	AUX	_	_	_	_	_	_	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	I	i	PRON	_	_	_	_	_	_	*
+5	Was	be	VERB	_	_	_	_	_	ss=v.stative	*
+6	in	in	ADP	_	_	_	_	_	_	1:X
+7	a	a	DET	_	_	_	_	_	_	*
+8	fair	fair	ADJ	_	_	_	_	_	_	*
+9	amount	amount	NOUN	_	_	_	_	_	ss=n.quantity	*
+10	of	of	ADP	_	_	_	_	_	_	*
+11	pain	pain	NOUN	_	_	_	_	_	_	1
+12	for	for	ADP	_	_	_	_	_	_	*
+13	several	several	ADJ	_	_	_	_	_	_	*
+14	weeks	week	NOUN	_	_	_	_	_	ss=n.time	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.332068.2
+# sent_counter = 4787
+# text = his clinic is very very dirty he is a real disaster to go totally not organized for every step he take .
+1	his	his	PRON	_	_	_	_	_	_	*
+2	clinic	clinic	NOUN	_	_	_	_	_	ss=n.group	*
+3	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	very	very	ADV	_	_	_	_	_	_	*
+5	very	very	ADV	_	_	_	_	_	_	*
+6	dirty	dirty	ADJ	_	_	_	_	_	_	*
+7	he	he	PRON	_	_	_	_	_	_	*
+8	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+9	a	a	DET	_	_	_	_	_	_	*
+10	real	real	ADJ	_	_	_	_	_	_	*
+11	disaster	disaster	NOUN	_	_	_	_	_	ss=n.event	*
+12	to	to	PART	_	_	_	_	_	_	*
+13	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+14	totally	totally	ADV	_	_	_	_	_	_	*
+15	not	not	PART	_	_	_	_	_	_	*
+16	organized	organized	ADJ	_	_	_	_	_	_	*
+17	for	for	ADP	_	_	_	_	_	_	*
+18	every	every	DET	_	_	_	_	_	_	*
+19	step	step	NOUN	_	_	_	_	_	ss=v.motion	1:X
+20	he	he	PRON	_	_	_	_	_	_	*
+21	take	take	VERB	_	_	_	_	_	_	1
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372665.1
+# sent_counter = 4788
+# text = Is not a service office
+1	Is	be	VERB	_	_	_	_	_	ss=v.stative	*
+2	not	not	PART	_	_	_	_	_	_	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	service	service	NOUN	_	_	_	_	_	ss=n.group	1:X
+5	office	office	NOUN	_	_	_	_	_	_	1
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372665.2
+# sent_counter = 4789
+# text = This is a delivery office only and does not take walk ins but they do have a blue box out front .
+1	This	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	delivery	delivery	NOUN	_	_	_	_	_	ss=n.act	*
+5	office	office	NOUN	_	_	_	_	_	ss=n.group	*
+6	only	only	ADV	_	_	_	_	_	_	*
+7	and	and	CCONJ	_	_	_	_	_	_	*
+8	does	do	AUX	_	_	_	_	_	_	*
+9	not	not	PART	_	_	_	_	_	_	*
+10	take	take	VERB	_	_	_	_	_	ss=v.social	1:X
+11	walk	walk	NOUN	_	_	_	_	_	_	1
+12	ins	ins	NOUN	_	_	_	_	_	_	1
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	they	they	PRON	_	_	_	_	_	_	*
+15	do	do	AUX	_	_	_	_	_	_	*
+16	have	have	VERB	_	_	_	_	_	ss=v.stative	*
+17	a	a	DET	_	_	_	_	_	_	*
+18	blue	blue	NOUN	_	_	_	_	_	ss=n.cognition	*
+19	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+20	out	out	ADV	_	_	_	_	_	_	2:X
+21	front	front	ADV	_	_	_	_	_	_	2
+22	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372665.3
+# sent_counter = 4790
+# text = Glad I called before I arrived with my box to ship .
+1	Glad	glad	ADJ	_	_	_	_	_	_	*
+2	I	i	PRON	_	_	_	_	_	_	*
+3	called	call	VERB	_	_	_	_	_	ss=v.communication	*
+4	before	before	SCONJ	_	_	_	_	_	_	*
+5	I	i	PRON	_	_	_	_	_	_	*
+6	arrived	arrive	VERB	_	_	_	_	_	ss=v.motion	*
+7	with	with	ADP	_	_	_	_	_	_	*
+8	my	my	PRON	_	_	_	_	_	_	*
+9	box	box	NOUN	_	_	_	_	_	ss=n.artifact	*
+10	to	to	PART	_	_	_	_	_	_	*
+11	ship	ship	VERB	_	_	_	_	_	ss=v.motion	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.372665.4
+# sent_counter = 4791
+# text = Thought adding a comment would save someone the hassle with a useless trip there .
+1	Thought	think	VERB	_	_	_	_	_	ss=v.cognition	*
+2	adding	add	VERB	_	_	_	_	_	ss=v.communication	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	comment	comment	NOUN	_	_	_	_	_	ss=n.communication	*
+5	would	would	AUX	_	_	_	_	_	_	*
+6	save	save	VERB	_	_	_	_	_	ss=v.social	*
+7	someone	someone	NOUN	_	_	_	_	_	_	*
+8	the	the	DET	_	_	_	_	_	_	*
+9	hassle	hassle	NOUN	_	_	_	_	_	ss=n.cognition	*
+10	with	with	ADP	_	_	_	_	_	_	*
+11	a	a	DET	_	_	_	_	_	_	*
+12	useless	useless	ADJ	_	_	_	_	_	_	*
+13	trip	trip	NOUN	_	_	_	_	_	ss=n.event	*
+14	there	there	ADV	_	_	_	_	_	_	*
+15	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.394662.1
+# sent_counter = 4792
+# text = this is a good place
+1	this	this	DET	_	_	_	_	_	_	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	a	a	DET	_	_	_	_	_	_	*
+4	good	good	ADJ	_	_	_	_	_	_	*
+5	place	place	NOUN	_	_	_	_	_	ss=n.group	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.394662.2
+# sent_counter = 4793
+# text = I have been here before and the service was absoulutely great .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	been	be	VERB	_	_	_	_	_	ss=v.stative	*
+4	here	here	ADV	_	_	_	_	_	_	*
+5	before	before	ADV	_	_	_	_	_	_	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	the	the	DET	_	_	_	_	_	_	*
+8	service	service	NOUN	_	_	_	_	_	ss=n.act	*
+9	was	be	VERB	_	_	_	_	_	ss=v.stative	*
+10	absoulutely	absoulutely	ADV	_	_	_	_	_	_	*
+11	great	great	ADJ	_	_	_	_	_	_	*
+12	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.394662.5
+# sent_counter = 4794
+# text = i reccomend you to go and enjoy their wonderful hospitality .
+1	i	i	PRON	_	_	_	_	_	_	*
+2	reccomend	reccomend	VERB	_	_	_	_	_	ss=v.communication	*
+3	you	you	PRON	_	_	_	_	_	_	*
+4	to	to	PART	_	_	_	_	_	_	*
+5	go	go	VERB	_	_	_	_	_	ss=v.motion	*
+6	and	and	CCONJ	_	_	_	_	_	_	*
+7	enjoy	enjoy	VERB	_	_	_	_	_	ss=v.emotion	*
+8	their	their	PRON	_	_	_	_	_	_	*
+9	wonderful	wonderful	ADJ	_	_	_	_	_	_	*
+10	hospitality	hospitality	NOUN	_	_	_	_	_	ss=n.cognition	*
+11	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.397066.1
+# sent_counter = 4795
+# text = Great pet care
+1	Great	great	ADJ	_	_	_	_	_	_	*
+2	pet	pet	NOUN	_	_	_	_	_	ss=n.animal	*
+3	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.397066.2
+# sent_counter = 4796
+# text = I have used Just Like Family several times now and they have provided great care for my two dogs .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	have	have	AUX	_	_	_	_	_	_	*
+3	used	use	VERB	_	_	_	_	_	ss=v.social	*
+4	Just	just	PROPN	_	_	_	_	_	ss=n.group	1:X
+5	Like	like	PROPN	_	_	_	_	_	_	1
+6	Family	family	PROPN	_	_	_	_	_	_	1
+7	several	several	ADJ	_	_	_	_	_	_	*
+8	times	times	NOUN	_	_	_	_	_	ss=n.time	*
+9	now	now	ADV	_	_	_	_	_	_	*
+10	and	and	CCONJ	_	_	_	_	_	_	*
+11	they	they	PRON	_	_	_	_	_	_	*
+12	have	have	AUX	_	_	_	_	_	_	*
+13	provided	provide	VERB	_	_	_	_	_	ss=v.social	*
+14	great	great	ADJ	_	_	_	_	_	_	*
+15	care	care	NOUN	_	_	_	_	_	ss=n.act	*
+16	for	for	ADP	_	_	_	_	_	_	*
+17	my	my	PRON	_	_	_	_	_	_	*
+18	two	two	NUM	_	_	_	_	_	_	*
+19	dogs	dog	NOUN	_	_	_	_	_	ss=n.animal	*
+20	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.397066.3
+# sent_counter = 4797
+# text = Lynda is professional and has great compassion for animals .
+1	Lynda	lynda	PROPN	_	_	_	_	_	ss=n.person	*
+2	is	be	VERB	_	_	_	_	_	ss=v.stative	*
+3	professional	professional	ADJ	_	_	_	_	_	_	*
+4	and	and	CCONJ	_	_	_	_	_	_	*
+5	has	have	VERB	_	_	_	_	_	ss=v.stative	*
+6	great	great	ADJ	_	_	_	_	_	_	*
+7	compassion	compassion	NOUN	_	_	_	_	_	ss=n.feeling	*
+8	for	for	ADP	_	_	_	_	_	_	*
+9	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+10	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.397066.4
+# sent_counter = 4798
+# text = The real testament is not in how much she likes your animals but how much they like her .
+1	The	the	DET	_	_	_	_	_	_	*
+2	real	real	ADJ	_	_	_	_	_	_	*
+3	testament	testament	NOUN	_	_	_	_	_	ss=n.cognition	*
+4	is	be	VERB	_	_	_	_	_	ss=v.stative	1:X
+5	not	not	PART	_	_	_	_	_	_	*
+6	in	in	ADP	_	_	_	_	_	_	1
+7	how	how	ADV	_	_	_	_	_	_	*
+8	much	much	ADV	_	_	_	_	_	_	*
+9	she	she	PRON	_	_	_	_	_	_	*
+10	likes	like	VERB	_	_	_	_	_	ss=v.emotion	*
+11	your	your	PRON	_	_	_	_	_	_	*
+12	animals	animal	NOUN	_	_	_	_	_	ss=n.animal	*
+13	but	but	CCONJ	_	_	_	_	_	_	*
+14	how	how	ADV	_	_	_	_	_	_	*
+15	much	much	ADV	_	_	_	_	_	_	*
+16	they	they	PRON	_	_	_	_	_	_	*
+17	like	like	VERB	_	_	_	_	_	ss=v.emotion	*
+18	her	her	PRON	_	_	_	_	_	_	*
+19	.	.	PUNCT	_	_	_	_	_	_	*
+
+# source_sent_id = https://github.com/dimsum16/dimsum-data dimsum16.train ewtb.r.397066.5
+# sent_counter = 4799
+# text = I highly recommend her .
+1	I	i	PRON	_	_	_	_	_	_	*
+2	highly	highly	ADV	_	_	_	_	_	_	*
+3	recommend	recommend	VERB	_	_	_	_	_	ss=v.communication	*
+4	her	her	PRON	_	_	_	_	_	_	*
+5	.	.	PUNCT	_	_	_	_	_	_	*
+
diff --git a/dimsum-data/scripts/dimsumeval.py b/dimsum-data/scripts/dimsumeval.py
new file mode 100755
index 0000000..b892571
--- /dev/null
+++ b/dimsum-data/scripts/dimsumeval.py
@@ -0,0 +1,522 @@
+#!/usr/bin/env python2.7
+#coding=utf-8
+"""
+Measures MWE and noun/verb supersense labeling performance for the DiMSUM 2016 shared task
+<http://dimsum16.github.io/>. The MWE and supersense evaluation measures
+follow Schneider et al., NAACL-HLT 2015 <http://aclweb.org/anthology/N/N15/N15-1177.pdf>:
+
+    P_MWE = #(valid MWE links)/#(predicted MWE links)
+    R_MWE = #(valid MWE links)/#(gold MWE links)
+    F_MWE = 2*P_MWE*R_MWE / (P_MWE + R_MWE)
+    Acc_MWE = #(correct MWE positional tag of {O, B, I, o, b, i})/#(tokens)
+
+    P_supersense = #(correct supersenses)/#(predicted supersenses)
+    R_supersense = #(correct supersenses)/#(gold supersenses)
+    F_supersense = 2*P_supersense*R_supersense / (P_supersense + R_supersense)
+    Acc_supersense = #(correct label: supersense or no-supersense)/#(tokens)
+
+where supersenses are matched on the first token of each expression.
+In addition, a combined measure is computed by microaveraging the MWE and supersense
+scores: i.e.,
+
+    P_combined = (#(valid MWE links)+#(correct supersenses))/(#(predicted MWE links)+#(predicted supersenses))
+    R_combined = (#(valid MWE links)+#(correct supersenses))/(#(gold MWE links)+#(gold supersenses))
+    F_combined = 2*P_combined*R_combined / (P_combined + R_combined)
+    Acc_combined = #(correct MWE positional tag and label)/#(tokens)
+
+In addition to these 12 scores, this script produces various other statistics, including
+confusion matrices for the supersenses. The code was adapted from mweval.py and ssteval.py
+in AMALGrAM <https://github.com/nschneid/pysupersensetagger/>.
+
+Usage: ./dimsumeval.py [-p] [-C] test.gold test.pred [test.pred2 ...]
+
+Arguments are files in the 9-column format. Examples have been provided in
+the same directory as this script. 2 file arguments corresponds
+to evaluating a single system. With >2 file arguments, multiple systems
+are compared (color-coding indicates whether scores are higher or lower
+than the first system). Confusion matrices and other details are shown
+only for the 2-file scenario.
+
+Optional flags:
+
+  -p: Print human-readable gold and predicted analyzed sentences
+
+  -C: Do not colorize the output
+
+TODO: macroaverage by domain (using sentence ID)
+
+@author: Nathan Schneider (nschneid@cs.cmu.edu)
+@since: 2015-11-07
+"""
+
+from __future__ import print_function, division
+
+import json, os, sys, fileinput, codecs, re
+from collections import defaultdict, Counter, namedtuple
+
+from tags2sst import readsents, render
+
+
+
+class Ratio(object):
+    '''
+    Fraction that prints both the ratio and the float value.
+    fractions.Fraction reduces e.g. 378/399 to 18/19. We want to avoid this.
+    '''
+    def __init__(self, numerator, denominator):
+        self._n = numerator
+        self._d = denominator
+    def __float__(self):
+        return self._n / self._d if self._d!=0 else float('nan')
+    def __str__(self):
+        return '{}/{}={:.4f}'.format(self.numeratorS, self.denominatorS, float(self))
+    __repr__ = __str__
+    def __add__(self, v):
+        if v==0:
+            return self
+        if isinstance(v,Ratio) and self._d==v._d:
+            return Ratio(self._n + v._n, self._d)
+        return float(self)+float(v)
+    def __mul__(self, v):
+        return Ratio(self._n * float(v), self._d)
+    def __truediv__(self, v):
+        return Ratio(self._n / float(v) if float(v)!=0 else float('nan'), self._d)
+    __rmul__ = __mul__
+    @property
+    def numerator(self):
+        return self._n
+    @property
+    def numeratorS(self):
+        return ('{:.2f}' if isinstance(self._n, float) else '{}').format(self._n)
+    @property
+    def denominator(self):
+        return self._d
+    @property
+    def denominatorS(self):
+        return ('{:.2f}' if isinstance(self._d, float) else '{}').format(self._d)
+
+def is_tag(t):
+    return t in {'B','b','O','o','I','i'}
+
+def f1(prec, rec):
+    return 2*prec*rec/(prec+rec) if prec+rec>0 else float('nan')
+
+
+RE_TAGGING = re.compile(r'^(O|B(o|b[iīĩ]+|[IĪĨ])*[IĪĨ]+)+$'.decode('utf-8'))
+
+def require_valid_mwe_tagging(tagging, kind='tagging'):
+    """Verifies the chunking is valid."""
+
+    # check regex
+    assert RE_TAGGING.match(''.join(tagging).decode('utf-8')),kind+': '+''.join(tagging)
+
+
+def form_groups(links):
+    """
+    >>> form_groups([(1, 2), (3, 4), (2, 5), (6, 8), (4, 7)])==[{1,2,5},{3,4,7},{6,8}]
+    True
+    """
+    groups = []
+    groupMap = {} # offset -> group containing that offset
+    for a,b in links:
+        assert a is not None and b is not None,links
+        assert b not in groups,'Links not sorted left-to-right: '+repr((a,b))
+        if a not in groupMap: # start a new group
+            groups.append({a})
+            groupMap[a] = groups[-1]
+        assert b not in groupMap[a],'Redunant link?: '+repr((a,b))
+        groupMap[a].add(b)
+        groupMap[b] = groupMap[a]
+    return groups
+
+
+
+def mweval_sent(sent, ggroups, pgroups, gmwetypes, pmwetypes, stats, indata=None):
+
+    # verify the taggings are valid
+    for k,kind in [(1,'gold'),(2,'pred')]:
+        tags = zip(*sent)[k]
+        require_valid_mwe_tagging(tags, kind=kind)
+
+    if indata:
+        gdata, pdata = indata
+        stats['Gold_#Groups'] += len(gdata["_"])
+        stats['Gold_#GappyGroups'] += sum(1 for grp in gdata["_"] if max(grp)-min(grp)+1!=len(grp))
+        if "lemmas" in gdata:
+            for grp in gdata["_"]:
+                gmwetypes['_'.join(gdata["lemmas"][i-1] for i in grp)] += 1
+        stats['Pred_#Groups'] += len(pdata["_"])
+        stats['Pred_#GappyGroups'] += sum(1 for grp in pdata["_"] if max(grp)-min(grp)+1!=len(grp))
+        for grp in pdata["_"]:
+            pmwetypes['_'.join(pdata["lemmas"][i-1] for i in grp)] += 1
+
+    glinks, plinks = [], []
+    g_last_BI, p_last_BI = None, None
+    g_last_bi, p_last_bi = None, None
+    for i,(tkn,goldTag,predTag) in enumerate(sent):
+
+        if goldTag!=predTag:
+            stats['incorrect'] += 1
+        else:
+            stats['correct'] += 1
+
+        if goldTag=='I':
+            glinks.append((g_last_BI, i))
+            g_last_BI = i
+        elif goldTag=='B':
+            g_last_BI = i
+        elif goldTag=='i':
+            glinks.append((g_last_bi, i))
+            g_last_bi = i
+        elif goldTag=='b':
+            g_last_bi = i
+
+        if goldTag in {'O','o'}:
+            stats['gold_Oo'] += 1
+            if predTag in {'O', 'o'}:
+                stats['gold_pred_Oo'] += 1
+        else:
+            stats['gold_non-Oo'] += 1
+            if predTag not in {'O', 'o'}:
+                stats['gold_pred_non-Oo'] += 1
+                if (goldTag in {'b','i'})==(predTag in {'b','i'}):
+                    stats['gold_pred_non-Oo_in-or-out-of-gap_match'] += 1
+                if (goldTag in {'B','b'})==(predTag in {'B','b'}):
+                    stats['gold_pred_non-Oo_Bb-v-Ii_match'] += 1
+                if goldTag in {'I','i'} and predTag in {'I','i'}:
+                    stats['gold_pred_Ii'] += 1
+
+
+        if predTag=='I':
+            plinks.append((p_last_BI, i))
+            p_last_BI = i
+        elif predTag=='B':
+            p_last_BI = i
+        elif predTag=='i':
+            plinks.append((p_last_bi, i))
+            p_last_bi = i
+        elif predTag=='b':
+            p_last_bi = i
+
+    glinks1 = [(a,b) for a,b in glinks]
+    plinks1 = [(a,b) for a,b in plinks]
+    ggroups1 = [[k-1 for k in g] for g in ggroups]
+    assert ggroups1==map(sorted, form_groups(glinks1)),('Possible mismatch between gold MWE tags and parent offsets',ggroups1,glinks1)
+    pgroups1 = [[k-1 for k in g] for g in pgroups]
+    assert pgroups1==map(sorted, form_groups(plinks1)),('Possible mismatch between predicted MWE tags and parent offsets',pgroups1,plinks1)
+
+    # soft matching (in terms of links)
+    stats['PNumer'] += sum(1 for a,b in plinks1 if any(a in grp and b in grp for grp in ggroups1))
+    stats['PDenom'] += len(plinks1)
+    stats['CrossGapPNumer'] += sum((1 if b-a>1 else 0) for a,b in plinks1 if any(a in grp and b in grp for grp in ggroups1))
+    stats['CrossGapPDenom'] += sum((1 if b-a>1 else 0) for a,b in plinks1)
+    stats['RNumer'] += sum(1 for a,b in glinks1 if any(a in grp and b in grp for grp in pgroups1))
+    stats['RDenom'] += len(glinks1)
+    stats['CrossGapRNumer'] += sum((1 if b-a>1 else 0) for a,b in glinks1 if any(a in grp and b in grp for grp in pgroups1))
+    stats['CrossGapRDenom'] += sum((1 if b-a>1 else 0) for a,b in glinks1)
+
+    # exact matching (in terms of full groups)
+    stats['ENumer'] += sum(1 for grp in pgroups1 if grp in ggroups1)
+    stats['EPDenom'] += len(pgroups1)
+    stats['ERDenom'] += len(ggroups1)
+
+    for grp in pgroups1:
+        gappiness = 'ng' if max(grp)-min(grp)+1==len(grp) else 'g'
+        stats['Pred_'+gappiness] += 1
+
+
+
+def ssteval_sent(sent, glbls, plbls, sststats, conf):
+
+    def lbl2pos(lbl): return lbl.split('.')[0].lower()  # should be "n" or "v"
+
+    sstpositions = set(glbls.keys()+plbls.keys())
+
+    sststats['Exact Tag']['nGold'] += len(sent)
+    sststats['Exact Tag']['tp'] += len(sent) - len(sstpositions)
+
+    for k in sstpositions:
+        g = glbls.get(k)
+        p = plbls.get(k)
+        conf[g,p] += 1
+
+        if g:
+            sststats[None]['nGold'] += 1
+            sststats[lbl2pos(g)]['nGold'] += 1
+        if p:
+            sststats[None]['nPred'] += 1
+            sststats[lbl2pos(p)]['nPred'] += 1
+            if g==p:
+                sststats['Exact Tag']['tp'] += 1
+                sststats[None]['tp'] += 1
+                sststats[lbl2pos(g)]['tp'] += 1
+
+    sststats['Exact Tag']['Acc'] = Ratio(sststats['Exact Tag']['tp'], sststats['Exact Tag']['nGold'])
+    for x in sststats:
+        if x!='Exact Tag':
+            sststats[x]['P'] = Ratio(sststats[x]['tp'], sststats[x]['nPred'])
+            sststats[x]['R'] = Ratio(sststats[x]['tp'], sststats[x]['nGold'])
+            sststats[x]['F'] = f1(sststats[x]['P'], sststats[x]['R'])
+
+class Colors(object):
+    """Terminal color codes. See http://misc.flogisoft.com/bash/tip_colors_and_formatting"""
+    RED = '\033[91m'
+    GREEN = '\033[92m'
+    ORANGE = '\033[93m'
+    YELLOW = '\033[33m'
+    BLUE = '\033[94m'
+    PINK = '\033[95m'
+    CYAN = '\033[96m'
+    WHITE = '\033[97m'
+    BLACK = '\033[30m'
+    ENDC = '\033[0m'    # end color
+    BLACKBG = '\033[40m'
+    WHITEBG = '\033[107m'
+    BACKGROUND = BLACKBG
+    PLAINTEXT = WHITE
+
+class Styles(object):
+    """Terminal style codes."""
+    UNDERLINE = '\033[4m'
+    NORMAL = '\033[24m'   # normal style: not underlined or bold
+
+SPECTRUM = [Colors.BLUE,Colors.CYAN,Colors.GREEN,Colors.YELLOW,Colors.ORANGE,Colors.RED,Colors.PINK]
+
+def relativeColor(a, b):
+    """Compare a value (a) to a baseline/reference value (b), and choose
+    a color depending on which is greater."""
+    delta = float(a)-float(b)
+    if delta>0:
+        return Colors.GREEN
+    elif delta<0:
+        return Colors.ORANGE
+    return Colors.PLAINTEXT
+
+def color_render(*args, **kwargs):
+    # terminal colors
+    WORDS = Colors.YELLOW
+    VERBS = Colors.RED
+    NOUNS = Colors.BLUE
+    MWE = Colors.PLAINTEXT
+
+    s = render(*args, **kwargs)
+    c = WORDS+s.replace('_',MWE+'_'+WORDS)+Colors.PLAINTEXT
+    c = re.sub(r'(\|v.\w+)', VERBS+r'\1'+WORDS, c)   # verb supersenses
+    c = re.sub(r'(\|n.\w+)', NOUNS+r'\1'+WORDS, c)   # noun supersenses
+
+    return c
+
+if __name__=='__main__':
+    args = sys.argv[1:]
+    printSents = False
+    while args and args[0].startswith('-'):
+        if args[0]=='-p':   # print sentences to stderr
+            printSents = True
+        elif args[0]=='-C': # turn off colors
+            for c in dir(Colors):
+                if not c.startswith('_'):
+                    setattr(Colors, c, '')
+            for s in dir(Styles):
+                if not s.startswith('_'):
+                    setattr(Styles, s, '')
+            SPECTRUM = ['']
+        else:
+            assert False,'Unexpected option: '+args[0]
+        args = args[1:]
+
+    # set up color defaults
+    print(Colors.BACKGROUND + Colors.PLAINTEXT, end='')
+
+    nToks = 0
+
+    goldLblsC = Counter()
+
+
+
+    sent = []
+    goldFP = args[0]
+    predFs = [readsents(fileinput.input(predFP)) for predFP in args[1:]]
+    statsCs = [Counter() for predFP in args[1:]]
+    sststatsCs = [defaultdict(Counter) for predF in args[1:]]
+    gmwetypesCs = [Counter() for predFP in args[1:]]    # these will all have the same contents
+    pmwetypesCs = [Counter() for predFP in args[1:]]
+    confCs = [Counter() for predFP in args[1:]]    # confusion matrix
+
+    for sentId,gdata in readsents(fileinput.input(goldFP)):
+        gtags_mwe = [t.encode('utf-8') for t in gdata["tags"]]
+        assert all(len(t)<=1 for t in gtags_mwe)
+        glbls = {k-1: v[1].encode('utf-8') for k,v in gdata["labels"].items()}
+        goldLblsC.update(glbls.values())
+        for predF,stats,gmwetypes,pmwetypes,sststats,conf in zip(predFs,statsCs,gmwetypesCs,pmwetypesCs,sststatsCs,confCs):
+            sentId,pdata = next(predF)
+            ptags_mwe = [t.encode('utf-8') for t in pdata["tags"]]
+            plbls = {k-1: v[1].encode('utf-8') for k,v in pdata["labels"].items()}
+            assert all(len(t)<=1 for t in ptags_mwe)
+            words, poses = zip(*gdata["words"])
+            assert len(words)==len(gtags_mwe)==len(ptags_mwe)
+            nToks += len(words)
+            stats['nFullTagCorrect'] += sum(1 for k in range(len(words)) if gtags_mwe[k]==ptags_mwe[k] and glbls.get(k)==plbls.get(k))
+            if printSents:
+                if predFs[0] is predF:
+                    print(color_render(words, gdata["_"], [], {k+1: v for k,v in glbls.items()}), file=sys.stderr)
+                print(color_render(words, pdata["_"], [], {k+1: v for k,v in plbls.items()}), file=sys.stderr)
+            try:
+                mweval_sent(zip(words,gtags_mwe,ptags_mwe), gdata["_"], pdata["_"],
+                            gmwetypes, pmwetypes, stats, indata=(gdata,pdata))
+
+                ssteval_sent(words, glbls, plbls, sststats, conf)
+            except AssertionError as ex:
+                print(render(words, gdata["_"], []))
+                print(render(words, pdata["_"], []))
+                raise ex
+
+    # loaded all files and sentences.
+    gmwetypes = gmwetypesCs[0]
+
+    sysprefixes = [('SYS{:0'+str(len(str(len(predFs))))+'}  ').format(i+1) if len(predFs)>1 else '' for i in range(len(predFs))]
+    syspad = ' '*len(sysprefixes[0])
+
+    # MWE stats
+    print(syspad+'   P   |   R   |   F   |   EP  |   ER  |   EF  |  Acc  |   O   | non-O | ingap | B vs I')
+    for stats,conf,pmwetypes,sysprefix in zip(statsCs,confCs,pmwetypesCs,sysprefixes):
+        fullAcc = Ratio(stats['nFullTagCorrect'], nToks)
+
+        nTags = stats['correct']+stats['incorrect']
+        stats['Acc'] = Ratio(stats['correct'], nTags)
+        stats['Tag_R_Oo'] = Ratio(stats['gold_pred_Oo'], stats['gold_Oo'])
+        stats['Tag_R_non-Oo'] = Ratio(stats['gold_pred_non-Oo'], stats['gold_non-Oo'])
+        stats['Tag_Acc_non-Oo_in-gap'] = Ratio(stats['gold_pred_non-Oo_in-or-out-of-gap_match'], stats['gold_pred_non-Oo'])
+        stats['Tag_Acc_non-Oo_B-v-I'] = Ratio(stats['gold_pred_non-Oo_Bb-v-Ii_match'], stats['gold_pred_non-Oo'])
+        stats['Tag_Acc_I_strength'] = Ratio(stats['gold_pred_Ii_strength_match'], stats['gold_pred_Ii'])
+
+
+        stats['P'] = Ratio(stats['PNumer'], stats['PDenom'])
+        stats['R'] = Ratio(stats['RNumer'], stats['RDenom'])
+        stats['F'] = f1(stats['P'], stats['R'])
+        stats['CrossGapP'] = stats['CrossGapPNumer']/stats['CrossGapPDenom'] if stats['CrossGapPDenom']>0 else float('nan')
+        stats['CrossGapR'] = stats['CrossGapRNumer']/stats['CrossGapRDenom'] if stats['CrossGapRDenom']>0 else float('nan')
+        stats['EP'] = Ratio(stats['ENumer'], stats['EPDenom'])
+        stats['ER'] = Ratio(stats['ENumer'], stats['ERDenom'])
+        stats['EF'] = f1(stats['EP'], stats['ER'])
+
+        if gmwetypes:
+            assert stats['Gold_#Groups']==sum(gmwetypes.values())
+            stats['Gold_#Types'] = len(gmwetypes)
+        assert stats['Pred_#Groups']==sum(pmwetypes.values())
+        stats['Pred_#Types'] = len(pmwetypes)
+
+        if len(predFs)==1:
+            print('mwestats = ', dict(stats), ';', sep='')
+            print()
+            print('sststats = ', dict(sststats), ';', sep='')
+            print()
+            print('conf = ', dict(conf), ';', sep='')
+            print()
+
+        parts = [(' {1}{0:.2%}'.format(float(stats[x]), relativeColor(stats[x],statsCs[0][x]))+Colors.PLAINTEXT,
+                  '{:>7}'.format('' if x.endswith('F') or isinstance(stats[x],(float,int)) else stats[x].numeratorS),
+                  '{:>7}'.format('' if x.endswith('F') or isinstance(stats[x],(float,int)) else stats[x].denominatorS)) for x in ('P', 'R', 'F', 'EP', 'ER', 'EF', 'Acc',
+                  'Tag_R_Oo', 'Tag_R_non-Oo',
+                  'Tag_Acc_non-Oo_in-gap', 'Tag_Acc_non-Oo_B-v-I')]
+        for j,pp in enumerate(zip(*parts)):
+            print((sysprefix if j==0 else syspad)+' '.join(pp))
+    print()
+
+    #print(pmwetypes)
+
+    # Supersense stats
+    if len(predFs)==1:
+        # supersense confusion matrices
+        colrs = {'n.': Colors.RED, 'v.': Colors.BLUE}
+        fmts = {'n.': str.upper, 'v.': str.lower}
+        for d,d2 in (('n.','v.'),('v.','n.')):
+            matrix = [['{: >15}'.format('----')+' {:5}'.format(goldLblsC[None] or '')]]
+            header = ['           {}GOLD{}      '.format(Styles.UNDERLINE, Styles.NORMAL),' ----']
+            lbls = [None]
+            for lbl,n in goldLblsC.most_common():
+                if lbl.startswith(d):
+                    lbls.append(lbl)
+                    matrix.append([colrs[d]+'{: >15}'.format(lbl)+Colors.PLAINTEXT+' {:5}'.format(n)])
+                    header.append(' '+colrs[d]+fmts[d](lbl[2:])[:4]+Colors.PLAINTEXT)
+            # cross-POS confusions
+            gconfsC = Counter([p for (g,p),n in conf.most_common() if g and p and g.startswith(d) for i in range(n)])
+            for lbl,n in sorted(gconfsC.most_common(), key=lambda (l,lN): not l.startswith(d)):
+                if lbl not in lbls:
+                    lbls.append(lbl)
+                    #matrix.append([colrs[d2]+'{: >15}'.format(lbl)+Colors.PLAINTEXT+' {:5}'.format(n)])
+                    header.append(' '+colrs[lbl[:2]]+fmts[lbl[:2]](lbl[2:])[:4]+Colors.PLAINTEXT)
+                    # since this label is for the other part of speech, show as a column (predicted) but not a row (gold)
+
+            header.append(' <-- PRED')
+
+            # matrix content
+            if not conf:
+                print(Colors.RED+'No gold or predicted supersenses found: check that the input is in the right format. Exiting.'+Colors.RED+Colors.ENDC)
+                sys.exit(1)
+            nondiag_max = [n for (g,p),n in conf.most_common() if (g is None or g.startswith(d)) and g!=p][0]
+
+            for i,g in enumerate(lbls):
+                if i>=len(matrix): continue
+                for j,p in enumerate(lbls):
+                    while len(matrix[i])<=j+1:
+                        matrix[i].append('')
+                    v = conf[g,p]
+                    #if v>0 or i==j:
+                    #    print(v, g,p, int((v-1)/nondiag_max*len(SPECTRUM)), nondiag_max)
+                    colr = SPECTRUM[int((v-1)/nondiag_max*len(SPECTRUM))] if v>0 and i!=j else Colors.PLAINTEXT
+                    matrix[i][j+1] = colr+' {:4}'.format(conf[g,p] or '')+Colors.PLAINTEXT
+
+            print(''.join(header))
+            for ln in matrix:
+                print(''.join(ln))
+            print()
+
+    # supersense scores
+    print(syspad+'  Acc  |   P   |   R   |   F   || R: NSST | VSST ')
+    for sststats,sysprefix in zip(sststatsCs,sysprefixes):
+        parts = [(' {1}{0:.2%}'.format(float(sststats['Exact Tag']['Acc']), relativeColor(sststats['Exact Tag']['Acc'],sststatsCs[0]['Exact Tag']['Acc']))+Colors.PLAINTEXT,
+                  '{:>7}'.format(sststats['Exact Tag']['Acc'].numeratorS),
+                  '{:>7}'.format(sststats['Exact Tag']['Acc'].denominatorS))]
+        parts += [(' {1}{0:.2%}'.format(float(sststats[None][x]), relativeColor(sststats[None][x],sststatsCs[0][None][x]))+Colors.PLAINTEXT,
+                   '{:>7}'.format(sststats[None][x].numeratorS),
+                   '{:>7}'.format(sststats[None][x].denominatorS)) for x in ('P', 'R')]
+        parts += [(' {1}{0:.2%}  '.format(float(sststats[None]['F']), relativeColor(sststats[None]['F'],sststatsCs[0][None]['F']))+Colors.PLAINTEXT,
+                   '         ',
+                   '         ')]
+        parts += [(' {1}{0:.2%}'.format(float(sststats[y]['R']), relativeColor(sststats[y]['R'],sststatsCs[0][y]['R']))+Colors.PLAINTEXT,
+                   '{:>7}'.format(sststats[y]['R'].numeratorS),
+                   '{:>7}'.format(sststats[y]['R'].denominatorS)) for y in ('n', 'v')]
+        for j,pp in enumerate(zip(*parts)):
+            print((sysprefix if j==0 else syspad)+' '.join(pp))
+    print()
+
+    # combined acc, P, R, F
+    print(syspad+'  Acc  |   P   |   R   |   F   ')
+    cstatsBL = None
+    for sststats,sysprefix in zip(sststatsCs,sysprefixes):
+        cstats = Counter()
+        cstats['Acc'] = fullAcc
+        cstats['P'] = Ratio(stats['P'].numerator + sststats[None]['P'].numerator,
+                            stats['P'].denominator + sststats[None]['P'].denominator)
+        cstats['R'] = Ratio(stats['R'].numerator + sststats[None]['R'].numerator,
+                            stats['R'].denominator + sststats[None]['R'].denominator)
+        cstats['F'] = f1(cstats['P'], cstats['R'])
+        if cstatsBL is None:
+            cstatsBL = cstats
+
+        parts = [(' {1}{0:.2%}'.format(float(cstats[x]), relativeColor(cstats[x],cstatsBL[x]))+Colors.PLAINTEXT,
+                  '{:>7}'.format('' if x.endswith('F') or isinstance(cstats[x],(float,int)) else cstats[x].numeratorS),
+                  '{:>7}'.format('' if x.endswith('F') or isinstance(cstats[x],(float,int)) else cstats[x].denominatorS)) for x in ('Acc', 'P', 'R', 'F')]
+        for j,pp in enumerate(zip(*parts)):
+            print((sysprefix if j==0 else syspad)+' '.join(pp))
+
+    if len(predFs)==1:
+        print()
+        print('SUMMARY SCORES')
+        print('==============')
+        print(re.sub(r'=([^=]+)$', '='+Colors.YELLOW+r'\1'+Colors.PLAINTEXT, 'MWEs: P={stats[P]} R={stats[R]} F={f:.2%}'.format(stats=stats, f=float(stats['F']))))
+        print(re.sub(r'=([^=]+)$', '='+Colors.PINK+r'\1'+Colors.PLAINTEXT, 'Supersenses: P={stats[P]} R={stats[R]} F={f:.2%}'.format(stats=sststats[None], f=float(sststats[None]['F']))))
+        print(re.sub(r'=([^=]+)$', '='+Colors.GREEN+r'\1'+Colors.PLAINTEXT, 'Combined: Acc={stats[Acc]} P={stats[P]} R={stats[R]} F={f:.2%}'.format(stats=cstats, f=float(cstats['F']))))
+
+    # restore the terminal's default colors
+    print(Colors.ENDC, end='')
diff --git a/dimsum-data/scripts/sst2tags.py b/dimsum-data/scripts/sst2tags.py
new file mode 100755
index 0000000..079ad0d
--- /dev/null
+++ b/dimsum-data/scripts/sst2tags.py
@@ -0,0 +1,79 @@
+#!/usr/bin/env python2.7
+#coding=utf-8
+'''
+Converts a file in the .sst format to the official format of the DiMSUM 2016 shared task
+<http://dimsum16.github.io/> (one word per line using the OoBbIi encoding for MWEs
+and a separate column for supersense labels). If the sentence cannot be represented in
+this encoding, some groupings will be removed and a message written to stderr.
+tags2sst.py goes in the opposite direction.
+
+Input format (3 columns; additional fields may be present in the JSON object but will be ignored):
+
+sentID   annotated_sentence   {"words": [[word1,pos1],...], "labels": {"offset1": [word1,label1], "offset2": [word2,label2]}, "_": [[offset1,offset2,offset3]}
+
+Output is in the tab-separated format:
+
+offset   word   [lemma]   POS   tag   parent   (blank)   label   sentId
+
+@author: Nathan Schneider (nschneid@cs.cmu.edu)
+@since: 2015-10-11
+'''
+from __future__ import print_function, division
+import os, sys, re, fileinput, codecs, json
+
+def convert(inF, outF=sys.stdout):
+
+    for ln in inF:
+        sentId, anno, data = ln.rstrip().split('\t')
+        data = json.loads(data)
+        parents = {}
+        gapstrength = {}    # offset -> '_' if the offset lies with a gap
+
+        # process strong groups
+        for grp in data["_"]:
+            g = sorted(grp)
+            skip = False
+            for i,j in zip(g[:-1],g[1:]):
+                if j>i+1:
+                    if i in gapstrength:    # gap within a gap
+                        print('Simplifying: removing gappy group that is wholly contained within another gap:', g, anno, file=sys.stderr)
+                        skip = True
+                        break
+            if skip: continue
+
+            for i,j in zip(g[:-1],g[1:]):
+                assert j not in parents
+                parents[j] = i, '_'
+                if j>i+1:
+                    for h in range(i+1,j):
+                        gapstrength[h] = '_'
+
+        allparents = set(zip(*parents.values())[0]) if parents else set()
+
+        labels = {int(k): l for k,(w,l) in data["labels"].items()}
+        for i,(w,pos) in enumerate(data["words"]):
+            parent, strength = parents.get(i+1,(0,''))
+            label = labels.get(i+1,'')
+            labelFlag = '-'+label if label else ''
+            amInGap = (i+1 in gapstrength)
+
+            if parent==0:
+                assert strength==''
+                if i+1 in allparents:
+                    tag = ('b' if amInGap else 'B')
+                else:
+                    tag = ('o' if amInGap else 'O')
+            else:
+                assert strength=='_'    # No weak MWEs in this dataset.
+                tag = 'i' if amInGap else 'I'
+
+            lemma = data["lemmas"][i]
+
+            print(i+1, w.encode('utf-8'), lemma.encode('utf-8'), pos, tag.encode('utf-8'),
+                  parent, 
+                  '', # Don't print strength.
+                  label, sentId, sep='\t', file=outF)
+        print()
+
+if __name__=='__main__':
+    convert(fileinput.input())
diff --git a/dimsum-data/scripts/tags2sst.py b/dimsum-data/scripts/tags2sst.py
new file mode 100755
index 0000000..7d2dae4
--- /dev/null
+++ b/dimsum-data/scripts/tags2sst.py
@@ -0,0 +1,296 @@
+#!/usr/bin/env python2.7
+#coding=utf-8
+"""
+Implements a function, readsents(), that reads a file in the 9-column format of the DiMSUM 2016
+shared task <http://dimsum16.github.io/> (one word per line using the OoBbIi encoding
+for MWEs and a separate column for supersense labels).
+Also implements render(), which displays a human-readable version of an analyzed sentence.
+
+Input is in the tab-separated format:
+
+offset   word   lemma   POS   MWEtag   parent   (blank)   label   sentId
+
+If run from the command line, produces a .sst file with grouped MWE offsets, one sentence
+per line, generating a human-readable annotation of the segmentation
+and including MWE groups, labels, lemmas (if available), and tags in a JSON object.
+sst2tags.py goes in the opposite direction.
+
+Output format (3 columns):
+
+sentID   annotated_sentence   {"words": [[word1,pos1],...], "labels": {"offset1": [word1,label1], "offset2": [word2,label2]}, "lemmas": [lemma1,lemma2,...], "tags": [tag1,tag2,...], "_": [[offset1,offset2],...], "~": []}
+
+With the -l flag, show supersense labels in annotated_sentence.
+Otherwise, annotated_sentence will only contain the segmentation.
+
+The code was adapted from tags2sst.py in AMALGrAM <https://github.com/nschneid/pysupersensetagger/>.
+The input format for the task is slightly different from AMALGrAM's
+(the 5th column contains only the MWE tag, and there is no strength distinction).
+
+@author: Nathan Schneider (nschneid@cs.cmu.edu)
+@since: 2015-10-11
+"""
+
+from __future__ import print_function, division
+import sys, fileinput, json, StringIO
+from __builtin__ import True
+
+def render(ww, sgroups, wgroups, labels={}):
+    '''
+    Converts the given lexical annotation to a UTF-8 string
+    with _ and ~ as weak and strong joiners, respectively.
+    Assumes this can be done straightforwardly (no nested gaps,
+    no weak expressions involving words both inside and outside
+    of a strong gap, no weak expression that contains only
+    part of a strong expression, etc.).
+    Also does not specially escape of tokens containing _ or ~.
+
+    Note that indices are 1-based.
+
+    >>> ww = ['a','b','c','d','e','f']
+    >>> render(ww, [[2,3],[5,6]], [[1,2,3,5,6]])
+    'a~b_c~ d ~e_f'
+    >>> render(ww, [], [], {3: 'C', 6: 'FFF'})
+    'a b c|C d e f|FFF'
+    >>> render(ww, [[2,3],[5,6]], [], {2: 'BC', 5: 'EF'})
+    'a b_c|BC d e_f|EF'
+    >>> render(ww, [[1,2,6],[3,4,5]], [], {1: 'ABF'})
+    'a_b_ c_d_e _f|ABF'
+    >>> render(ww, [[1,2,6],[3,4,5]], [], {1: 'ABF', 3: 'CDE'})
+    'a_b_ c_d_e|CDE _f|ABF'
+    >>> render(ww, [], [[3,4,5]], {4: 'D', 5: 'E', 6: 'F'})
+    'a b c~d|D~e|E f|F'
+    >>> render(ww, [], [[3,5]])
+    'a b c~ d ~e f'
+    >>> render(ww, [[2,3],[5,6]], [[2,3,4]], {4: 'D'})
+    'a b_c~d|D e_f'
+    >>> render(ww, [[2,3],[5,6]], [[1,2,3,5,6]])
+    'a~b_c~ d ~e_f'
+    >>> render(ww, [[2,3],[5,6]], [[1,2,3,4,5,6]], {1: 'A', 2: 'BC', 4: 'D', 5: 'EF'})
+    'a|A~b_c|BC~d|D~e_f|EF'
+    >>> render(ww, [[2,4],[5,6]], [[2,4,5,6]], {2: 'BD', 3: 'C'})
+    'a b_ c|C _d|BD~e_f'
+    '''
+    singletonlabels = dict(labels)  # will be winnowed down to the labels not covered by a strong MWE
+    before = [None]*len(ww)   # None by default; remaining None's will be converted to empty strings
+    labelafter = ['']*len(ww)
+    after = [None]*len(ww)   # None by default; remaining None's will be converted to spaces
+    for group in sgroups:
+        g = sorted(group)
+        for i,j in zip(g[:-1],g[1:]):
+            if j==i+1:
+                after[i-1] = ''
+                before[j-1] = '_'
+            else:
+                after[i-1] = '_'
+                before[i] = ' '
+                before[j-1] = '_'
+                after[j-2] = ' '
+        if g[0] in labels:
+            labelafter[g[-1]-1] = '|'+labels[g[0]]
+            del singletonlabels[g[0]]
+    for i,lbl in singletonlabels.items():
+        assert i-1 not in labelafter
+        labelafter[i-1] = '|'+lbl
+    for group in wgroups:
+        g = sorted(group)
+        for i,j in zip(g[:-1],g[1:]):
+            if j==i+1:
+                if after[i-1] is None and before[j-1] is None:
+                    after[i-1] = ''
+                    before[j-1] = '~'
+            else:
+                if after[i-1] is None and before[i] is None:
+                    after[i-1] = '~'
+                    before[i] = ' '
+                if after[j-2] is None and before[j-1] is None:
+                    before[j-1] = '~'
+                    after[j-2] = ' '
+
+    after = ['' if x is None else x for x in after]
+    before = [' ' if x is None else x for x in before]
+    return u''.join(sum(zip(before,ww,labelafter,after), ())).strip().encode('utf-8')
+
+def process_sentence(words, lemmas, tags, labels, parents, sentId=None):
+    # form groups
+    sgroups = []
+    wgroups = []
+    i2sgroup = {}
+    i2wgroup = {}
+    for offset,(parent,strength) in sorted(parents.items()):
+        if strength in {'_',''}:
+            if parent not in i2sgroup:
+                i2sgroup[parent] = len(sgroups)
+                sgroups.append([parent])
+            i2sgroup[offset] = i2sgroup[parent]
+            sgroups[i2sgroup[parent]].append(offset)
+    for offset,(parent,strength) in sorted(parents.items()):
+        if strength=='~':   # includes transitive closure over all member strong groups
+            if parent not in i2wgroup:
+                i2wgroup[parent] = len(wgroups)
+                wgroups.append([])
+            i2wgroup[offset] = i2wgroup[parent]
+            g = wgroups[i2wgroup[offset]]
+
+            if parent in i2sgroup: # include strong group of parent
+                for o in sgroups[i2sgroup[parent]]:
+                    if o not in g:  # avoid redundancy if weak group has 3 parts
+                        g.append(o)
+            elif parent not in g:
+                g.append(parent)
+
+            if offset in i2sgroup:  # include strong group of child
+                for o in sgroups[i2sgroup[offset]]:
+                    i2wgroup[o] = i2wgroup[offset]  # in case the last word in a strong expression precedes part of a weak expression
+                    g.append(o)
+            else:
+                g.append(offset)
+
+    # sanity check: number of tokens belonging to some MWE
+    assert len(set(sum(sgroups+wgroups,[])))==sum(1 for t in tags if t[0].upper()!='O'),(sentId,tags,sgroups,wgroups)
+
+    # sanity check: no token shared by multiple strong or multiple weak groups
+    assert len(set(sum(sgroups,[])))==len(sum(sgroups,[])),(sgroups,tags,sentId)
+    assert len(set(sum(wgroups,[])))==len(sum(wgroups,[])),(wgroups,tags,sentId)
+
+    for k,lbl in enumerate(labels):
+        if lbl:
+            assert not any(k+1 in g and k+1!=g[0] for g in sgroups), 'Label for a strong group must only be present for its first token: '+lbl+' at '+str(k+1)
+
+
+    data = {"words": words, "tags": tags, "_": sgroups, "~": wgroups,
+            "labels": {k+1: [words[k][0],lbl] for k,lbl in enumerate(labels) if lbl}}
+    if any(lemmas):
+        data["lemmas"] = lemmas
+
+    return data
+
+
+def readsent(inF):
+    words = []
+    lemmas = []
+    tags = []
+    labels = []
+    parents = {}
+
+    for ln in inF:
+        if not ln.strip():
+            if not words: continue
+            break
+
+        assert ln.endswith('\n')
+        parts = ln[:-1].decode('utf-8').split('\t')
+        assert 8<=len(parts)<=9, parts
+        if len(parts)==9:
+            offset, word, lemma, POS, tag, parent, strength, label, sentId = parts
+        else:
+            sentId = ''
+            offset, word, lemma, POS, tag, parent, strength, label = parts
+        words.append((word, POS))
+        lemmas.append(lemma)
+        tags.append(tag)
+        labels.append(label)
+        assert parent
+        if int(parent)!=0:
+            parents[int(offset)] = (int(parent), strength)
+
+    if not words: raise StopIteration()
+
+    data = process_sentence(words, lemmas, tags, labels, parents, sentId=sentId)
+    return sentId,data
+
+def readsents(inF):
+    while True:
+        try:
+            sentId,data = readsent(inF)
+            yield sentId,data
+        except StopIteration:
+            break
+
+def convert(inF, outF=sys.stdout, labelsInRenderedAnno=False):
+    for sentId,data in readsents(inF):
+        print(sentId,
+              render(zip(*data["words"])[0], data["_"], data["~"],
+              ({int(k): v[1] for k,v in data["labels"].items()} if labelsInRenderedAnno else {})),
+              json.dumps(data), sep='\t', file=outF)
+
+
+def test():
+    """
+    >>> test()
+    But Dumbledore|n.person says|v.communication he does n't care|v.emotion what they \
+do|v.change as_long_as they do|v.change n't take_ him _off|v.change \
+the Chocolate_Frog|n.food cards|n.artifact .
+    ***
+    Would you care_for|v.emotion a lemon_drop|n.food ?
+    ***
+    Harry|n.person had_ a_lot of _trouble|v.cognition keeping|v.stative his \
+mind|n.cognition on his lessons|n.cognition
+    ***
+    """
+
+    t1 = '''
+1 But - CC O 0
+2 Dumbledore - NNP O 0  n.person
+3 says - VBZ O 0  v.communication
+4 he - PRP O 0
+5 does - VBZ O 0
+6 n't - RB O 0
+7 care - VB O 0  v.emotion
+8 what - WP O 0
+9 they - PRP O 0
+10 do - VBP O 0  v.change
+11 as - IN B 0
+12 long - JJ I 11
+13 as - IN I 12
+14 they - PRP O 0
+15 do - VBP O 0  v.change
+16 n't - RB O 0
+17 take - VB B 0  v.change
+18 him - PRP o 0
+19 off - RP I 17
+20 the - DT O 0
+21 Chocolate - NNP B 0  n.food
+22 Frog - NNP I 21
+23 cards - NNS O 0  n.artifact
+24 . - . O 0
+
+1 Would - MD O 0   sent2
+2 you - PRP O 0   sent2
+3 care - VB B 0  v.emotion sent2
+4 for - IN I 3   ent2
+5 a - DT O 0   sent2
+6 lemon - NN B 0  n.food sent2
+7 drop - NN I 6   sent2
+8 ? - . O 0   sent2
+
+
+1 Harry - NNP O 0  n.person
+2 had - VBD B 0  v.cognition
+3 a - DT b 0
+4 lot - NN i 3
+5 of - IN o 0
+6 trouble - NN I 2
+7 keeping - VBG O 0  v.stative
+8 his - PRP$ O 0
+9 mind - NN O 0  n.cognition
+10 on - IN O 0
+11 his - PRP$ O 0
+12 lessons - NNS O 0  n.cognition
+'''.lstrip().replace(' ','\t')
+
+    for data in readsents(StringIO.StringIO(t1)):
+        print(render([w for w,pos in data["words"]], data["_"], data["~"],
+                     {int(k): v[1] for k,v in data["labels"].items()}))
+        print('***')
+
+if __name__=='__main__':
+    #import doctest
+    #doctest.testmod()
+
+    args = sys.argv[1:]
+    if args and args[0]=='-l':
+        labelsInRenderedAnno = True
+        args = args[1:]
+    else:
+        labelsInRenderedAnno = False
+    convert(fileinput.input(args), labelsInRenderedAnno=labelsInRenderedAnno)
diff --git a/dimsum-data/scripts/tags2sst.pyc b/dimsum-data/scripts/tags2sst.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..11fe9637494be951214be21293380284fc465b82
GIT binary patch
literal 11327
zcmZSn%**Aue?oFH0~D|@FfceMFftT#GBPlvFfc?hFr+Xtq%bk$Ff!yaF+?#j<T5iv
zF*7iNM41_KSQw&Mz$%y-a#$InSYd27hA1`|o1Gzw9n5B7$l+kf<z$HBWMIr>U`SzQ
zXklcC;$lc)W=LTJvw0X&*cn<F7@~L?QaHd2K892lhAe)DQ~`z*PKFjHhA2UX6fUro
z5JRdkLkc%THWNb;D<epm2tx`FgM5@IL#il4(PI#q!pk6;!UtCJm?4#uAxaD^3Q?8E
z1~L{TB*>7;%8(@vl51vUNa1Hl6=P^-WMs@^068vLLx6#Sp?Eqg0|S?5Zb43JZfagh
zu|lFkT4`Q#NoIbYjzUptVoEVcR6|oop(G=*1R?@blbMsMkeR1Yl98%lshgaiQ<|Hn
zkd|MRn^>Zdp9U6o$@C2l^;Ix3Ff`*T&PXguO;IRGEY4Q2$tWo)u+rC0$;>S-%{4UB
zOV2FHC{5DK%-6S5(8$kARVdFdN>M0CEmFwI%u7`$EzZnK2b<`h@08@3sgRnNoS%}J
zm(G=zU!>q0?pmynn3tlEs8F0*kXV#hlB$4kjzV#1L26NPYF=@wLQY~*YEH4H9+zWI
zalS$(!pB9ac`2zyATO3@WF}`Qq+}Ks<Rn&tf+C|dH!)8a6by+;IjIU|sYS(^`FS88
zCgv$5<|XD-R;8vWfPyGBFF93@i_0^wptM9GvltdOC5cJ8Fn6Uu1IUVtD?cr*IJHDU
z0pe8!g`Cvf+(ZQhg#iCx1qG0wN)po*6ch>)i&FDI$~2O467#Y(6%-)8P*4Ed>6yaC
z<(Z~XRGO!dR+OI$4x{A!++0v_fPzj(p`a)~r8GGe<Q2W*;u3{4P_&h2mSiZT7v+~0
zq^5xEQh>OoSVsXA_%P3K!6HCMAw4xOwJ5O!6b*?AXhD*gmzQ6X2ud!XPyr=};?#6d
zN&<^<ft-?=mz+}yiZHNcV2g`&ARYnHAg>oIXk?}-B$g#+=70iPQwJQSC5h?afJ{{I
z3ikI?$WO{jO)k;nDlRTD0!ir=R4SzBr-GG$EY2?|$S=+;NmWS6EJ_8ZU_CA_|I!jr
zj6jp7hA}j86l+>>ae=(*>7t;Z0QE#_N<2si6qO1J3e`%WbXcrpr4StrVj1cb<QE&p
z>geg|#p)<1L6Vb_l|r==B>W6PDj^ENa)uyP5Gf;=l#vct$|$xLWCGadASrP48|r{5
zBbWssFM=dX64MQJN)prI67e9>Xo$&%IuP0j?yfqJY-}wTS2!q|LE)mCqmY)9n69Hx
zoRMFSnIk|+6*B<zxco~pQj5wni&H_70ghzk@F~yC$x+D9%c)dI&d)1Jgcb$Jaj(b4
z6_NqUj47!K<%z`#i7AN%C8;UUq?(vsY*bua0*b@TJOxKzM<4ehM_)+cP;8~I4=ogu
z^K<p{ijy<)QZrNZ3n~%Wxg;??J+(;RP7iEJCOF$cBN<dIfcy<EZ8D1$igPm4GfHwQ
z6;d+O(o(@W3Y=YFmZ}$XX@Jz5mSjLv2h2~!5FdgheZyT9N<e`KO3|Q@Nd@KdynKb?
zlA_eS^b&BfQIZKMIW_gTxEvBoOEU6{tQ7nbOEMDk6oMh1NG(#(fO*IvxmYhbw^T1R
zrBsv4p*S-yIn@eOUYhC}8t57ta%KMi|Np-R69WT72_FLkLqSnyUP(NxbS~jwU|>ke
zEXxFyNPZfOAXT7xE~Kb5H5tSJX<=tzU~mRie6q|83?&Q<HOvgnj109bpc*Bek)ec%
zp@sn@B2o*k<4}dzFjcWLR6Jy;VPtTLy~$9^!BE1?P{RSzU(3l*(ZNu{!cfBrs#X<1
z6f=W-GZTYLY(7H_6GJT*LoGK$4L3s#xMCCs)ovR>)n^SmR7k=mg@vJp6{IGGnL)y)
zu#5pDfF#WdmgZtWQ<%ca05XIdRNI2Jg@bHoXOOI6X2@n^DDnYSx;4yTr?E3gN{ZL8
zf!Rz9l3<H!Ag*R-khCrIVJP%r2(NHrs9|BqVr6J%U~q{wfw`Xt=F%EAhHQ3*;t0kP
zHijlfu<<+$U}M3aldvf?V+^lQVyppqUy2bupja8P2h<ywMd$&=$^`Nt#B9kF9)@fV
zhN5mJL|7rjQW(Ku0a0p`!U+yBZcuG6VN=-6R5+gz(<B$LNn8vtQ(Txp`mlw29s}5P
zNJzt!&u7GR$b3eS5s0`%i=z3Ah4UH13riWp)4?XX#L6+$@-o!$f)X6abDNk_7#Z@I
zK_YQX4283pYS|e;N?92&l-^}ZVMS7UlnIoQxfrt88A>?736d3*#6eNc&d|)lkiyH*
z%mhlYS)8EQ&Ef(zwVD|jf;B+dr8pAQ7*bGBP;k!AD@!dZDF)Z6>6vAzc?vnH6`9G2
zIk3tC)D9@gS4dO{4RO=802KqECJ9I{xPFZX*I;!DiNy-#sfpQOUU5lLeqOplR(@t)
zYEdz$c~x8hs;J6Rb1L<?Kw2G(i%WA;LAGWVD<mi8DI}#Tq=0MXlA=UVDVCOBRGwIr
zl2fUmk(aNKms$)eQPUF(igm#H^YS6KrB)Oar51xq22kx-mY-7ws=Ps!Q?Wu)eo2Nx
zW?pe-N-Ee@`K2WwHdudt8mJuwab|jAfsO*Efsl3}w9tnXkYKF^iACV1Um_?dK;A^S
zK}R9ABw0@r>P1lND+N?-=jE3ufC3;hF(;=|A+<O;u^<)Ph{(@Q%`1kL!61jnE94g`
z)ah}7E%M7RNrgBfGcP3*+_))9RWQ^|N-R!IfvT~yvr{N9SFlxxR!>ydQBP9WQBPLa
zQBP6VQBPIZQBPBk1serY25tS7m+L4*M;qxF$Ld6z>X^mGg1Ck{MmokiV6G-ugL-0J
zQhaiqLW)9NYJ8eHSPb0|kj_{gg=%9f1$Ae29R)Kh1$8$!H}zVW5ei8P$u-UjDGI3y
zX*D1jtj3_Z1!SU;m4dnx$VgKw1$9>x6XTO>oWMrLr`5Q+VRu+G$UA1SI?={DCOW2I
zAI9n^R2y0;s5?3#nHHZEuaF#{5}&FNpH>5s!R|i%rs*hv{qN$6@HgDt8fO<*yk>)f
z5aG&d6DtLE7j+#4u(x3$iZB-xo^>fTE_JCjuAmUb?t7@2rm?Ze@c@ZR1sqX{76%}%
zjtMB>piV-H()eVM6BKZ!3XooklNNSEOdu%~7M1Ec3h;!25^_jUT;m8z$2CsQAV-6e
zGVVlUq+^2YZX;0If#i>Bur;8F0Y^1*gv5hWczjBYlMBdnNQ{(#dgI_WO(wXt0wUr|
zK%_z@sF9Nik_Yo^z+_!1NT8UNfq|j4Bu&@CPXol);D)tyQZkcEN<b|gzx=$^5@rSl
zhMd&A5;jn$HovGOH3ckGm03^%G9j}hHMbbtjB+e4PAvj;SX_&W@{7O*fJ$Vr>f+K|
zu<GKHqRaxYQQ*#ID!6ti0Xed~yad#!Du#4p!0d7;8)P%Md0$+@4{}6iUV2VyNq!zw
z3?!YDnwDRbTEYc#E2uk~m{yWn1hx^u0-FX7fOIgK2`00^?#oHa0rM&#K>-Sn;v5DB
z2K|iu+*JMK)S|@P%;Mw>eV6>?Qcx$XSidASF*!ru(Kl4TBrzv5QNN%lKP$DQ7)r+%
z6qh9C<i#5q#Tywzd*o0`HzlzoQNK7D6cEMwpw0-iy$%i*NU5m`@}>vK6)HT8!eGeD
z$it|@D8R_aD9FUe$i>LVD8wkhD90$oD9I?sD8>kr*I?vh6k$?f<YVMz1hFNVv>CM-
zlR<$b$iTn=qM1Pr*8*k+P}N_{1}51VG8sS(PY}t;P|*u+)3PvRF@h@dW>CAd655CY
zwK=&NYIzuHctFj}6eflYCUA358`Q$A;Q+PZit4~EU^Y;DpoRk^Zd1d?ki`sQr89y=
zK|>`F8A%Yu#Q;(OVsSG_N`e$}fmIc1GZbnwgjeV?g4)<9?vZ2!xr7VsD!6-?!9zE@
zLH5*ef?dMO2x^P7gG{U81c}?!u!CHZ4sM=<odFh>1j&M&!47J})^IUMN`hKW+@N+i
zsIi;MSP{qoYVCl%BPr<;tHe;t$56uuYD;CaGZfh{*6@N1uHggO#aL(qLg9HbAUkV#
z!ER}UDd7ey0k!(LVCElTtZ;;x53<}PRuODIC#Y=<b{rpr4XO=u7{d#%z>I{3*KUTw
z-3;L+OrRE82`kt@b_Q{fXTgoLW=4h*R#5Z5g@FOoh;9Z)Mm7^eu_{vu8@N%+1l5$r
z0&-*%xGz(}0@79kPAZUA9>^djbU~0gSzvS6K&IEQGNggKMJR@V8=UBdAPIsDSr0aZ
z9o>+MB!&`pXjjW6HUt#)oeT`M{0uex3`KjGN;nwW85q(SK_i823?Of~K>Wv3EWljC
z2I|Jt@H2>~urr94a58i-fch8W&5R5n+{DOGxQD554^wz1D?<k(Xz<Xih6yxuXjTIr
znKY|m2etOi+8Mz%a5J<qAUOs!3dqA?Rx1E%9M^yYwJ3+VhLNF00Ms(J0Y$X{v@Prx
z1S(pCK*eehsKiSK71W>-5F}Cz%9`2?44}3(C<QQrI)y0=43b$4pq!Y($dJv<P{a)C
z3x+WkGJ~8HtN}6)QO5g&D*<T76;wi(78IlwL3+C&YxE4jC0)q?mUP9O3=9l5pwX|2
zf+D-Apu!I1GByTySb)4_3<?WlXjo`6)G~tOjDbPCh7nZY<ZB`EQy3W}vzZwnVZy`^
ztN{v4a6o_q23o^`ED2I!U|<N6VPIf@bnQW*pA8NRx)=DU!7vvQ48_h23=BS?dJHtO
ziPUodjV&tVmKK*l#!r$`6+qn)&`>65Y$mg$SRpO5sJKL-1k}>EQYZ!mqe5bd0yreV
z)gid60<N1uH4iwvK|uvdC&HlcHfLY}RRuK+46(YP3|7m?P|F0$h(&Cm;I3h0kOU>i
z8YYHxCUDwhWDuXs#8Ak_5DZRY;NS*Z2M$wkJV1h64HWM3uy7Aj2eCjk9Q}hG)Jm`c
zHFA>ka|`Si!or=CAxI3=1Oio&;1R=O4UozpP`fCI7vy>n7hFpx78IoBLE1sZsU<<6
z@%|t_kX}&2PR%RL1r6&$nofy%mEaaeaY>N|r~(FiJV+B{94Le!R)Wd_$e467*nH4v
zsb@-%2uPJE$Xw8vRHhN6aReTq$~1zsj=;(xLzQ4A#1ya+*Z>+hv4it`eh?`9!Lbi&
zgn;a40LNMoIC4NyLigAx0R>(`QGRl2aWQ<9xDXU40ie{u#Ks7Ls*FO6Jd6U2!i;>3
zGK{K>JYXKEJ;cYv!zjwg!zd0C0kc6ZAQ5I?W>-d6CP_v%MmJ`8Mg>M5MqVaxf)`?7
zU;srWcmQuJBcvU~2yO>4fk|dC$pXp<wX6&kQH(X9@v0!kS~gIv0x61%-9gE}*qNbF
zl_8ITAplgwvw<2+Dd6J2I0n=NYGMRwNMT}7$O4zu&5R6LETH-qG+4+Es;EGfG`Mxb
z!ko>>kUtevOJy@M<S{WYF%~ZanNb6l2Gyb9@i<Ub!v=2V+yM<5#c+a}ZMB@xfxucG
z(11@ZAE;KW6=29y0nL!r3V>B|;8a<|$dCmdyQ|@5NCP(%KtpUGAxN{Lh8Zl+18Na4
zf=2MzKvixtBLk@QQS1h4Vu9Sp4r&X5+{Xc~rBuNcBrix)4Ijwd8dk6fcwp0}P!$w%
z;Wdm5#l4Ir9H82*i4hc%C7hsutziOH^q?U`R#0VJBf!wi%2+E1s!(eLL52l`GpAoM
zsQl&vcYcaNg&4R)0~X}W1ZNshjs#b>;F2lG095RNB0mU}8NvA^H7}(YG_(ZC!Jyoq
zlA4^Kk_s*_iwklxOM<`}v_KgVR9I%_m6U+WgW!_<0?!gqR?p1O3$g&23`$zy?4FtD
zhApQD>4OXb)k8UXVDmwvJH<huS`M5oLB%sz99#f_O$zW22Gb>p=|Lu-0>Kny1jw)8
z{twtkL7-wAlAS@BhW?ot6x5*EJW#>40+e|{p}_#nx@?SWOrY)w8v`373zI0L45J>S
z5Tgnc8>1YfFe5J*@-PZ9Dl@S$@G!|Sf-@;7ph2EY2GvUL3=9kv4xmm+krP9uB0~uy
zsDaeXh*U!{f-0#rCWbJ^@Iqz=mJ%k0Y%Yc(I|fEZ#(+X*hKNFDhVT>yhG1~5?+2-u
zK=Bad1`1PKP~?HE46*}pL8)ZG!<3VOfdLk##V0|5$^(jAMova%Mj=LiMqb8bkc&Zq
z1WKRa(ySX4P%WT<g3Ld-#Fl}>h#53D0SYx{P>}+fUI5R-OZG5;nv#+=ETEPom||g&
ztYKm(N(2>7pk4wCs6>*?VgY4PP<uL$8B{DbgL?#^5(3;!NMQ#xra@!Vj10}pOpJxR
z(7*;c%nzIqAlVPpAVIWxVa^W*#WAQ#%!D+2<-u-dgtk0D?F~@(4_vOo+8Us24{2tA
zSV1=M_yafZK-C$z#w#1ZOi>K-JffX(6%>P@6bEZ(fP7z^S^z1mz_}kZi>v`^3j~1@
zJh&VH&rJm>f)XVt_QCBCu-dHRd`JnBQkq*(tN}^|;Is>t%r7l*D*?40z(qu{XI>C^
zDn2#EF)uHFaFiGzZze+~11^F>1{7EfjG)?DiBXLayut*OSU{NooU&(tX5|<eAeC<x
zc#%m8Gic7CmVu$75}K+(BM0D)J$T3>3DjqR^j$%d9E_lfSJEX`2%Nf@7;2e8MFwad
z#1&NIq_8qb)-ZxoJ7iS}h{M4knZ*W6`pw|94w__2;RMxcjD>m(;VE1U!Qi2@;zf)M
z4Db=%lGNf74ak6~Q)!8UOKEOWPHIYiQEE+|9%$u6ex5>cVr6knnI33iL1|uQGI(BJ
zAp<loky@;fr(U9voLH1vQ>K@in-3aQQz!?m6Di3^tyD<K2kFa5%u7#INGy)e$<IrV
zPXtYFpvi#@DM`#ujaSIX%vFfbPfJ7S1I@iUXXGd6=OmV-#=8~er`P1^rRC?RfUHd^
zuF2C&EGo%NOH3|NfXpvwX=#Cd7oK05lcG?WUkXx~8lRS5gyhCV(29%vy!e!&`~sMH
z_F!!=?H-9mMU{v^$Vg0yS4fP{$p_DI#FrH1mnP+ae4U)1o|g&scXn!OL1tchO_^RX
zXhB3-szOF)u|jTUUP?`#9zt1u9#}jlwYWGx59EHh6pH=D2bmcdxC|9Qv7)Qs?5yCg
zV8CUB6hR8Q3Vwb8AYlasSX^-#gJVlUS0T(P3L=FTaa<;#sMA#l2m)*6GF1Ri#lSUi
znSrBJS0Ts=q@T+i9C}~_L3{-Tcsz4iKw?@~Ask|qC1|d!QUPJMp@Bk5K3FSQ0Z4B$
zI5BV;8iMA<bQL`P6r2<cxD1UHKxsokSHa6m!BfG|kju~*uE0~l(1^>>1jBHU%ds1d
z<^@A@1yJGws|8ty><$ZXii0>gALJ5C&|(+`U4@_kkVDM5j0`{)E9fe?gn<0dWn`!T
zPmRzRa8fV;#Q-Qxav2#ZfRZRw##6z_kjuyz6oe_oV6kA3At2STM9XDlqM)astDpyx
z;Nmh=fFxU81z#7C2y~&35tk7-B|{wQ53&%v0LX|7Y<Mb)-(dL=)W$L5G68qZ!9ne*
zV632^keXLw#AT|G2=^1*4l_um06P>CP|%zPG09v3lv^OOo(g7gZ59glFb}}RKt2KI
zAh2?1^utrBkwQjd3fRpq5PLw06q=2=jA2eoQZV2$Q2^yQP)b+GR50c;1x*iv{Q`<C
zGX-ci1Y4rusbIuqt^m!2VAI_pK?u)~T%hO%MMOYQfC@;C%MzSFA^O3=ij-5i3=I_W
z^Ay0=fij<=AvoiL;{c)?lx`u}7;FMOauGQ?2vpxeYEE$L0y3rsu2Vqm0Z`QnQbCi3
zMG$CUe(<y_q!}3)ijmqC#URgXX=(X^TN2<wfgH%R3n+MsQVVhtlT#rL3{a~*xTGjE
zFWu8W$Q#tg05>#1eH-wgB6wn^#1PyP1~;e5!99_J{Ne%hKDdDcs$Orxn+<jnOfrln
zjB=oUBm+Zyd~RZ9UVJ>bc?fQHf`dmlC&(YvN|XR~pFlwoAD@z+93Ky!G>VT;D=jH4
zN{x>X0=2P&K#2(K*W$|J5>Oii)HDMxh6?flg;Oxd5YWI-e0)-AW=;vnz93K}K$>bG
z9pDZjq;~;s&4D_W#U&~Er6u5oom*l~acU4~j3X!<WEdze;^XrYb5rBv!Cp)(N-u*k
zios3?>jOIi5&U4*!1VWQa`RJ4b5iX<V@kyept&U`F-8MM0VW<F9&=7bP7WasPFEfl
OUPduSHb!11Hbwwb7@>9m

literal 0
HcmV?d00001

diff --git a/dimsum-data/scripts/test.gold b/dimsum-data/scripts/test.gold
new file mode 100644
index 0000000..56add94
--- /dev/null
+++ b/dimsum-data/scripts/test.gold
@@ -0,0 +1,48 @@
+1	But	-	CC	O	0		
+2	Dumbledore	-	NNP	O	0		n.person
+3	says	-	VBZ	O	0		v.communication
+4	he	-	PRP	O	0		
+5	does	-	VBZ	O	0		
+6	n't	-	RB	O	0		
+7	care	-	VB	O	0		v.emotion
+8	what	-	WP	O	0		
+9	they	-	PRP	O	0		
+10	do	-	VBP	O	0		v.change
+11	as	-	IN	B	0		
+12	long	-	JJ	I	11		
+13	as	-	IN	I	12		
+14	they	-	PRP	O	0		
+15	do	-	VBP	O	0		v.change
+16	n't	-	RB	O	0		
+17	take	-	VB	B	0		v.change
+18	him	-	PRP	o	0		
+19	off	-	RP	I	17		
+20	the	-	DT	O	0		
+21	Chocolate	-	NNP	B	0		n.food
+22	Frog	-	NNP	I	21		
+23	cards	-	NNS	O	0		n.artifact
+24	.	-	.	O	0		
+
+1	Would	-	MD	O	0			sent2
+2	you	-	PRP	O	0			sent2
+3	care	-	VB	B	0		v.emotion	sent2
+4	for	-	IN	I	3			sent2
+5	a	-	DT	O	0			sent2
+6	lemon	-	NN	B	0		n.food	sent2
+7	drop	-	NN	I	6			sent2
+8	?	-	.	O	0			sent2
+
+
+1	Harry	-	NNP	O	0		n.person
+2	had	-	VBD	B	0		v.cognition
+3	a	-	DT	b	0		
+4	lot	-	NN	i	3		
+5	of	-	IN	o	0		
+6	trouble	-	NN	I	2		
+7	keeping	-	VBG	O	0		v.stative
+8	his	-	PRP$	O	0		
+9	mind	-	NN	O	0		n.cognition
+10	on	-	IN	O	0		
+11	his	-	PRP$	O	0		
+12	lessons	-	NNS	O	0		n.cognition
+
diff --git a/dimsum-data/scripts/test.pred b/dimsum-data/scripts/test.pred
new file mode 100644
index 0000000..65aaebc
--- /dev/null
+++ b/dimsum-data/scripts/test.pred
@@ -0,0 +1,47 @@
+1	But	-	CC	O	0		
+2	Dumbledore	-	NNP	O	0		n.animal
+3	says	-	VBZ	O	0		v.communication
+4	he	-	PRP	O	0		
+5	does	-	VBZ	O	0		
+6	n't	-	RB	O	0		
+7	care	-	VB	O	0		n.feeling
+8	what	-	WP	O	0		
+9	they	-	PRP	O	0		
+10	do	-	VBP	O	0		v.change
+11	as	-	IN	B	0		
+12	long	-	JJ	I	11		
+13	as	-	IN	O	0		
+14	they	-	PRP	O	0		
+15	do	-	VBP	O	0		v.change
+16	n't	-	RB	O	0		
+17	take	-	VB	B	0		v.change
+18	him	-	PRP	I	17		
+19	off	-	RP	I	18		
+20	the	-	DT	O	0		
+21	Chocolate	-	NNP	O	0		n.food
+22	Frog	-	NNP	O	0		n.animal	
+23	cards	-	NNS	O	0		n.artifact
+24	.	-	.	O	0		
+
+1	Would	-	MD	O	0			sent2
+2	you	-	PRP	O	0			sent2
+3	care	-	VB	B	0		n.feeling	sent2
+4	for	-	IN	I	3			sent2
+5	a	-	DT	O	0			sent2
+6	lemon	-	NN	B	0		n.food	sent2
+7	drop	-	NN	I	6			sent2
+8	?	-	.	O	0			sent2
+
+1	Harry	-	NNP	B	0		v.cognition
+2	had	-	VBD	I	1		
+3	a	-	DT	b	0		
+4	lot	-	NN	i	3		
+5	of	-	IN	i	4		
+6	trouble	-	NN	I	2		
+7	keeping	-	VBG	O	0		v.stative
+8	his	-	PRP$	O	0		
+9	mind	-	NN	O	0		v.cognition
+10	on	-	IN	O	0		
+11	his	-	PRP$	O	0		
+12	lessons	-	NNS	O	0		n.cognition
+
diff --git a/dimsum-data/scripts/test.pred2 b/dimsum-data/scripts/test.pred2
new file mode 100644
index 0000000..aca1a59
--- /dev/null
+++ b/dimsum-data/scripts/test.pred2
@@ -0,0 +1,46 @@
+1	But	-	CC	O	0		
+2	Dumbledore	-	NNP	O	0		n.animal
+3	says	-	VBZ	O	0		v.stative
+4	he	-	PRP	O	0		
+5	does	-	VBZ	O	0		
+6	n't	-	RB	O	0		
+7	care	-	VB	O	0		v.emotion
+8	what	-	WP	O	0		
+9	they	-	PRP	O	0		
+10	do	-	VBP	O	0		v.change
+11	as	-	IN	B	0		
+12	long	-	JJ	I	11		
+13	as	-	IN	O	0		
+14	they	-	PRP	O	0		
+15	do	-	VBP	O	0		v.change
+16	n't	-	RB	O	0		
+17	take	-	VB	B	0		v.change
+18	him	-	PRP	I	17		
+19	off	-	RP	I	18		
+20	the	-	DT	O	0		
+21	Chocolate	-	NNP	O	0		n.food
+22	Frog	-	NNP	O	0		n.animal	
+23	cards	-	NNS	O	0		n.artifact
+24	.	-	.	O	0		
+
+1	Would	-	MD	O	0			sent2
+2	you	-	PRP	O	0			sent2
+3	care	-	VB	B	0		n.feeling	sent2
+4	for	-	IN	I	3			sent2
+5	a	-	DT	O	0			sent2
+6	lemon	-	NN	B	0		n.food	sent2
+7	drop	-	NN	I	6			sent2
+8	?	-	.	O	0			sent2
+
+1	Harry	-	NNP	O	0		n.animal
+2	had	-	VBD	B	0		v.social
+3	a	-	DT	b	0		
+4	lot	-	NN	i	3		
+5	of	-	IN	i	4		
+6	trouble	-	NN	I	2		
+7	keeping	-	VBG	O	0		v.change
+8	his	-	PRP$	O	0		
+9	mind	-	NN	O	0		v.cognition
+10	on	-	IN	O	0		
+11	his	-	PRP$	O	0		
+12	lessons	-	NNS	O	0		n.cognition
diff --git a/eval/bmc_munkres/LICENSE b/eval/bmc_munkres/LICENSE
new file mode 100644
index 0000000..f38a53a
--- /dev/null
+++ b/eval/bmc_munkres/LICENSE
@@ -0,0 +1,14 @@
+Copyright 2008-2016 Brian M. Clapper
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
diff --git a/eval/bmc_munkres/README.md b/eval/bmc_munkres/README.md
new file mode 100644
index 0000000..33ce346
--- /dev/null
+++ b/eval/bmc_munkres/README.md
@@ -0,0 +1,34 @@
+Munkres implementation for Python
+---------------------------------
+
+<a href="https://pypi.python.org/pypi/munkres" target="_blank">
+<img src="https://img.shields.io/pypi/v/munkres.png">
+</a>
+
+## Introduction
+
+The Munkres module provides an O(n^3) implementation of the Munkres algorithm
+(also called the [Hungarian algorithm][] or the Kuhn-Munkres algorithm).
+The algorithm models an assignment problem as an NxM cost matrix, where
+each element represents the cost of assigning the ith worker to the jth
+job, and it figures out the least-cost solution, choosing a single item
+from each row and column in the matrix, such that no row and no column are
+used more than once.
+
+This particular implementation is based on 
+<http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html>.
+
+[Hungarian algorithm]: http://en.wikipedia.org/wiki/Hungarian_algorithm
+
+See the docs in munkres.py and the [home page][] for more details.
+
+[home page]: http://software.clapper.org/munkres/
+
+## Copyright
+
+&copy; 2008 Brian M. Clapper
+
+## License
+
+Licensed under the Apache License, Version 2.0. See
+[LICENSE](LICENSE.md) for details.
diff --git a/eval/bmc_munkres/munkres.py b/eval/bmc_munkres/munkres.py
new file mode 100644
index 0000000..657aa17
--- /dev/null
+++ b/eval/bmc_munkres/munkres.py
@@ -0,0 +1,769 @@
+#!/usr/bin/env python
+# -*- coding: iso-8859-1 -*-
+
+# Documentation is intended to be processed by Epydoc.
+
+"""
+Introduction
+============
+
+The Munkres module provides an implementation of the Munkres algorithm
+(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
+useful for solving the Assignment Problem.
+
+Assignment Problem
+==================
+
+Let *C* be an *n*\ x\ *n* matrix representing the costs of each of *n* workers
+to perform any of *n* jobs. The assignment problem is to assign jobs to
+workers in a way that minimizes the total cost. Since each worker can perform
+only one job and each job can be assigned to only one worker the assignments
+represent an independent set of the matrix *C*.
+
+One way to generate the optimal set is to create all permutations of
+the indexes necessary to traverse the matrix so that no row and column
+are used more than once. For instance, given this matrix (expressed in
+Python)::
+
+    matrix = [[5, 9, 1],
+              [10, 3, 2],
+              [8, 7, 4]]
+
+You could use this code to generate the traversal indexes::
+
+    def permute(a, results):
+        if len(a) == 1:
+            results.insert(len(results), a)
+
+        else:
+            for i in range(0, len(a)):
+                element = a[i]
+                a_copy = [a[j] for j in range(0, len(a)) if j != i]
+                subresults = []
+                permute(a_copy, subresults)
+                for subresult in subresults:
+                    result = [element] + subresult
+                    results.insert(len(results), result)
+
+    results = []
+    permute(range(len(matrix)), results) # [0, 1, 2] for a 3x3 matrix
+
+After the call to permute(), the results matrix would look like this::
+
+    [[0, 1, 2],
+     [0, 2, 1],
+     [1, 0, 2],
+     [1, 2, 0],
+     [2, 0, 1],
+     [2, 1, 0]]
+
+You could then use that index matrix to loop over the original cost matrix
+and calculate the smallest cost of the combinations::
+
+    n = len(matrix)
+    minval = sys.maxsize
+    for row in range(n):
+        cost = 0
+        for col in range(n):
+            cost += matrix[row][col]
+        minval = min(cost, minval)
+
+    print minval
+
+While this approach works fine for small matrices, it does not scale. It
+executes in O(*n*!) time: Calculating the permutations for an *n*\ x\ *n*
+matrix requires *n*! operations. For a 12x12 matrix, that's 479,001,600
+traversals. Even if you could manage to perform each traversal in just one
+millisecond, it would still take more than 133 hours to perform the entire
+traversal. A 20x20 matrix would take 2,432,902,008,176,640,000 operations. At
+an optimistic millisecond per operation, that's more than 77 million years.
+
+The Munkres algorithm runs in O(*n*\ ^3) time, rather than O(*n*!). This
+package provides an implementation of that algorithm.
+
+This version is based on
+http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html
+
+This version was written for Python by Brian Clapper from the algorithm
+at the above web site. (The ``Algorithm::Munkres`` Perl version, in CPAN, was
+clearly adapted from the same web site.)
+
+Usage
+=====
+
+Construct a Munkres object::
+
+    from munkres import Munkres
+
+    m = Munkres()
+
+Then use it to compute the lowest cost assignment from a cost matrix. Here's
+a sample program::
+
+    from munkres import Munkres, print_matrix
+
+    matrix = [[5, 9, 1],
+              [10, 3, 2],
+              [8, 7, 4]]
+    m = Munkres()
+    indexes = m.compute(matrix)
+    print_matrix(matrix, msg='Lowest cost through this matrix:')
+    total = 0
+    for row, column in indexes:
+        value = matrix[row][column]
+        total += value
+        print '(%d, %d) -> %d' % (row, column, value)
+    print 'total cost: %d' % total
+
+Running that program produces::
+
+    Lowest cost through this matrix:
+    [5, 9, 1]
+    [10, 3, 2]
+    [8, 7, 4]
+    (0, 0) -> 5
+    (1, 1) -> 3
+    (2, 2) -> 4
+    total cost=12
+
+The instantiated Munkres object can be used multiple times on different
+matrices.
+
+Non-square Cost Matrices
+========================
+
+The Munkres algorithm assumes that the cost matrix is square. However, it's
+possible to use a rectangular matrix if you first pad it with 0 values to make
+it square. This module automatically pads rectangular cost matrices to make
+them square.
+
+Notes:
+
+- The module operates on a *copy* of the caller's matrix, so any padding will
+  not be seen by the caller.
+- The cost matrix must be rectangular or square. An irregular matrix will
+  *not* work.
+
+Calculating Profit, Rather than Cost
+====================================
+
+The cost matrix is just that: A cost matrix. The Munkres algorithm finds
+the combination of elements (one from each row and column) that results in
+the smallest cost. It's also possible to use the algorithm to maximize
+profit. To do that, however, you have to convert your profit matrix to a
+cost matrix. The simplest way to do that is to subtract all elements from a
+large value. For example::
+
+    from munkres import Munkres, print_matrix
+
+    matrix = [[5, 9, 1],
+              [10, 3, 2],
+              [8, 7, 4]]
+    cost_matrix = []
+    for row in matrix:
+        cost_row = []
+        for col in row:
+            cost_row += [sys.maxsize - col]
+        cost_matrix += [cost_row]
+
+    m = Munkres()
+    indexes = m.compute(cost_matrix)
+    print_matrix(matrix, msg='Highest profit through this matrix:')
+    total = 0
+    for row, column in indexes:
+        value = matrix[row][column]
+        total += value
+        print '(%d, %d) -> %d' % (row, column, value)
+
+    print 'total profit=%d' % total
+
+Running that program produces::
+
+    Highest profit through this matrix:
+    [5, 9, 1]
+    [10, 3, 2]
+    [8, 7, 4]
+    (0, 1) -> 9
+    (1, 0) -> 10
+    (2, 2) -> 4
+    total profit=23
+
+The ``munkres`` module provides a convenience method for creating a cost
+matrix from a profit matrix. Since it doesn't know whether the matrix contains
+floating point numbers, decimals, or integers, you have to provide the
+conversion function; but the convenience method takes care of the actual
+creation of the cost matrix::
+
+    import munkres
+
+    cost_matrix = munkres.make_cost_matrix(matrix,
+                                           lambda cost: sys.maxsize - cost)
+
+So, the above profit-calculation program can be recast as::
+
+    from munkres import Munkres, print_matrix, make_cost_matrix
+
+    matrix = [[5, 9, 1],
+              [10, 3, 2],
+              [8, 7, 4]]
+    cost_matrix = make_cost_matrix(matrix, lambda cost: sys.maxsize - cost)
+    m = Munkres()
+    indexes = m.compute(cost_matrix)
+    print_matrix(matrix, msg='Lowest cost through this matrix:')
+    total = 0
+    for row, column in indexes:
+        value = matrix[row][column]
+        total += value
+        print '(%d, %d) -> %d' % (row, column, value)
+    print 'total profit=%d' % total
+
+References
+==========
+
+1. http://www.public.iastate.edu/~ddoty/HungarianAlgorithm.html
+
+2. Harold W. Kuhn. The Hungarian Method for the assignment problem.
+   *Naval Research Logistics Quarterly*, 2:83-97, 1955.
+
+3. Harold W. Kuhn. Variants of the Hungarian method for assignment
+   problems. *Naval Research Logistics Quarterly*, 3: 253-258, 1956.
+
+4. Munkres, J. Algorithms for the Assignment and Transportation Problems.
+   *Journal of the Society of Industrial and Applied Mathematics*,
+   5(1):32-38, March, 1957.
+
+5. http://en.wikipedia.org/wiki/Hungarian_algorithm
+
+Copyright and License
+=====================
+
+Copyright 2008-2016 Brian M. Clapper
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+"""
+
+__docformat__ = 'restructuredtext'
+
+# ---------------------------------------------------------------------------
+# Imports
+# ---------------------------------------------------------------------------
+
+import sys
+import copy
+
+# ---------------------------------------------------------------------------
+# Exports
+# ---------------------------------------------------------------------------
+
+__all__     = ['Munkres', 'make_cost_matrix']
+
+# ---------------------------------------------------------------------------
+# Globals
+# ---------------------------------------------------------------------------
+
+# Info about the module
+__version__   = "1.0.9"
+__author__    = "Brian Clapper, bmc@clapper.org"
+__url__       = "http://software.clapper.org/munkres/"
+__copyright__ = "(c) 2008 Brian M. Clapper"
+__license__   = "Apache Software License"
+
+# ---------------------------------------------------------------------------
+# Classes
+# ---------------------------------------------------------------------------
+
+class Munkres:
+    """
+    Calculate the Munkres solution to the classical assignment problem.
+    See the module documentation for usage.
+    """
+
+    def __init__(self):
+        """Create a new instance"""
+        self.C = None
+        self.row_covered = []
+        self.col_covered = []
+        self.n = 0
+        self.Z0_r = 0
+        self.Z0_c = 0
+        self.marked = None
+        self.path = None
+
+    def make_cost_matrix(profit_matrix, inversion_function):
+        """
+        **DEPRECATED**
+
+        Please use the module function ``make_cost_matrix()``.
+        """
+        import munkres
+        return munkres.make_cost_matrix(profit_matrix, inversion_function)
+
+    make_cost_matrix = staticmethod(make_cost_matrix)
+
+    def pad_matrix(self, matrix, pad_value=0):
+        """
+        Pad a possibly non-square matrix to make it square.
+
+        :Parameters:
+            matrix : list of lists
+                matrix to pad
+
+            pad_value : int
+                value to use to pad the matrix
+
+        :rtype: list of lists
+        :return: a new, possibly padded, matrix
+        """
+        max_columns = 0
+        total_rows = len(matrix)
+
+        for row in matrix:
+            max_columns = max(max_columns, len(row))
+
+        total_rows = max(max_columns, total_rows)
+
+        new_matrix = []
+        for row in matrix:
+            row_len = len(row)
+            new_row = row[:]
+            if total_rows > row_len:
+                # Row too short. Pad it.
+                new_row += [pad_value] * (total_rows - row_len)
+            new_matrix += [new_row]
+
+        while len(new_matrix) < total_rows:
+            new_matrix += [[pad_value] * total_rows]
+
+        return new_matrix
+
+    def compute(self, cost_matrix):
+        """
+        Compute the indexes for the lowest-cost pairings between rows and
+        columns in the database. Returns a list of (row, column) tuples
+        that can be used to traverse the matrix.
+
+        :Parameters:
+            cost_matrix : list of lists
+                The cost matrix. If this cost matrix is not square, it
+                will be padded with zeros, via a call to ``pad_matrix()``.
+                (This method does *not* modify the caller's matrix. It
+                operates on a copy of the matrix.)
+
+                **WARNING**: This code handles square and rectangular
+                matrices. It does *not* handle irregular matrices.
+
+        :rtype: list
+        :return: A list of ``(row, column)`` tuples that describe the lowest
+                 cost path through the matrix
+
+        """
+        self.C = self.pad_matrix(cost_matrix)
+        self.n = len(self.C)
+        self.original_length = len(cost_matrix)
+        self.original_width = len(cost_matrix[0])
+        self.row_covered = [False for i in range(self.n)]
+        self.col_covered = [False for i in range(self.n)]
+        self.Z0_r = 0
+        self.Z0_c = 0
+        self.path = self.__make_matrix(self.n * 2, 0)
+        self.marked = self.__make_matrix(self.n, 0)
+
+        done = False
+        step = 1
+
+        steps = { 1 : self.__step1,
+                  2 : self.__step2,
+                  3 : self.__step3,
+                  4 : self.__step4,
+                  5 : self.__step5,
+                  6 : self.__step6 }
+
+        while not done:
+            try:
+                func = steps[step]
+                step = func()
+            except KeyError:
+                done = True
+
+        # Look for the starred columns
+        results = []
+        for i in range(self.original_length):
+            for j in range(self.original_width):
+                if self.marked[i][j] == 1:
+                    results += [(i, j)]
+
+        return results
+
+    def __copy_matrix(self, matrix):
+        """Return an exact copy of the supplied matrix"""
+        return copy.deepcopy(matrix)
+
+    def __make_matrix(self, n, val):
+        """Create an *n*x*n* matrix, populating it with the specific value."""
+        matrix = []
+        for i in range(n):
+            matrix += [[val for j in range(n)]]
+        return matrix
+
+    def __step1(self):
+        """
+        For each row of the matrix, find the smallest element and
+        subtract it from every element in its row. Go to Step 2.
+        """
+        C = self.C
+        n = self.n
+        for i in range(n):
+            minval = min(self.C[i])
+            # Find the minimum value for this row and subtract that minimum
+            # from every element in the row.
+            for j in range(n):
+                self.C[i][j] -= minval
+
+        return 2
+
+    def __step2(self):
+        """
+        Find a zero (Z) in the resulting matrix. If there is no starred
+        zero in its row or column, star Z. Repeat for each element in the
+        matrix. Go to Step 3.
+        """
+        n = self.n
+        for i in range(n):
+            for j in range(n):
+                if (self.C[i][j] == 0) and \
+                        (not self.col_covered[j]) and \
+                        (not self.row_covered[i]):
+                    self.marked[i][j] = 1
+                    self.col_covered[j] = True
+                    self.row_covered[i] = True
+                    break
+
+        self.__clear_covers()
+        return 3
+
+    def __step3(self):
+        """
+        Cover each column containing a starred zero. If K columns are
+        covered, the starred zeros describe a complete set of unique
+        assignments. In this case, Go to DONE, otherwise, Go to Step 4.
+        """
+        n = self.n
+        count = 0
+        for i in range(n):
+            for j in range(n):
+                if self.marked[i][j] == 1 and not self.col_covered[j]:
+                    self.col_covered[j] = True
+                    count += 1
+
+        if count >= n:
+            step = 7 # done
+        else:
+            step = 4
+
+        return step
+
+    def __step4(self):
+        """
+        Find a noncovered zero and prime it. If there is no starred zero
+        in the row containing this primed zero, Go to Step 5. Otherwise,
+        cover this row and uncover the column containing the starred
+        zero. Continue in this manner until there are no uncovered zeros
+        left. Save the smallest uncovered value and Go to Step 6.
+        """
+        step = 0
+        done = False
+        row = -1
+        col = -1
+        star_col = -1
+        while not done:
+            (row, col) = self.__find_a_zero()
+            if row < 0:
+                done = True
+                step = 6
+            else:
+                self.marked[row][col] = 2
+                star_col = self.__find_star_in_row(row)
+                if star_col >= 0:
+                    col = star_col
+                    self.row_covered[row] = True
+                    self.col_covered[col] = False
+                else:
+                    done = True
+                    self.Z0_r = row
+                    self.Z0_c = col
+                    step = 5
+
+        return step
+
+    def __step5(self):
+        """
+        Construct a series of alternating primed and starred zeros as
+        follows. Let Z0 represent the uncovered primed zero found in Step 4.
+        Let Z1 denote the starred zero in the column of Z0 (if any).
+        Let Z2 denote the primed zero in the row of Z1 (there will always
+        be one). Continue until the series terminates at a primed zero
+        that has no starred zero in its column. Unstar each starred zero
+        of the series, star each primed zero of the series, erase all
+        primes and uncover every line in the matrix. Return to Step 3
+        """
+        count = 0
+        path = self.path
+        path[count][0] = self.Z0_r
+        path[count][1] = self.Z0_c
+        done = False
+        while not done:
+            row = self.__find_star_in_col(path[count][1])
+            if row >= 0:
+                count += 1
+                path[count][0] = row
+                path[count][1] = path[count-1][1]
+            else:
+                done = True
+
+            if not done:
+                col = self.__find_prime_in_row(path[count][0])
+                count += 1
+                path[count][0] = path[count-1][0]
+                path[count][1] = col
+
+        self.__convert_path(path, count)
+        self.__clear_covers()
+        self.__erase_primes()
+        return 3
+
+    def __step6(self):
+        """
+        Add the value found in Step 4 to every element of each covered
+        row, and subtract it from every element of each uncovered column.
+        Return to Step 4 without altering any stars, primes, or covered
+        lines.
+        """
+        minval = self.__find_smallest()
+        for i in range(self.n):
+            for j in range(self.n):
+                if self.row_covered[i]:
+                    self.C[i][j] += minval
+                if not self.col_covered[j]:
+                    self.C[i][j] -= minval
+        return 4
+
+    def __find_smallest(self):
+        """Find the smallest uncovered value in the matrix."""
+        minval = sys.maxsize
+        for i in range(self.n):
+            for j in range(self.n):
+                if (not self.row_covered[i]) and (not self.col_covered[j]):
+                    if minval > self.C[i][j]:
+                        minval = self.C[i][j]
+        return minval
+
+    def __find_a_zero(self):
+        """Find the first uncovered element with value 0"""
+        row = -1
+        col = -1
+        i = 0
+        n = self.n
+        done = False
+
+        while not done:
+            j = 0
+            while True:
+                if (self.C[i][j] == 0) and \
+                        (not self.row_covered[i]) and \
+                        (not self.col_covered[j]):
+                    row = i
+                    col = j
+                    done = True
+                j += 1
+                if j >= n:
+                    break
+            i += 1
+            if i >= n:
+                done = True
+
+        return (row, col)
+
+    def __find_star_in_row(self, row):
+        """
+        Find the first starred element in the specified row. Returns
+        the column index, or -1 if no starred element was found.
+        """
+        col = -1
+        for j in range(self.n):
+            if self.marked[row][j] == 1:
+                col = j
+                break
+
+        return col
+
+    def __find_star_in_col(self, col):
+        """
+        Find the first starred element in the specified row. Returns
+        the row index, or -1 if no starred element was found.
+        """
+        row = -1
+        for i in range(self.n):
+            if self.marked[i][col] == 1:
+                row = i
+                break
+
+        return row
+
+    def __find_prime_in_row(self, row):
+        """
+        Find the first prime element in the specified row. Returns
+        the column index, or -1 if no starred element was found.
+        """
+        col = -1
+        for j in range(self.n):
+            if self.marked[row][j] == 2:
+                col = j
+                break
+
+        return col
+
+    def __convert_path(self, path, count):
+        for i in range(count+1):
+            if self.marked[path[i][0]][path[i][1]] == 1:
+                self.marked[path[i][0]][path[i][1]] = 0
+            else:
+                self.marked[path[i][0]][path[i][1]] = 1
+
+    def __clear_covers(self):
+        """Clear all covered matrix cells"""
+        for i in range(self.n):
+            self.row_covered[i] = False
+            self.col_covered[i] = False
+
+    def __erase_primes(self):
+        """Erase all prime markings"""
+        for i in range(self.n):
+            for j in range(self.n):
+                if self.marked[i][j] == 2:
+                    self.marked[i][j] = 0
+
+# ---------------------------------------------------------------------------
+# Functions
+# ---------------------------------------------------------------------------
+
+def make_cost_matrix(profit_matrix, inversion_function):
+    """
+    Create a cost matrix from a profit matrix by calling
+    'inversion_function' to invert each value. The inversion
+    function must take one numeric argument (of any type) and return
+    another numeric argument which is presumed to be the cost inverse
+    of the original profit.
+
+    This is a static method. Call it like this:
+
+    .. python::
+
+        cost_matrix = Munkres.make_cost_matrix(matrix, inversion_func)
+
+    For example:
+
+    .. python::
+
+        cost_matrix = Munkres.make_cost_matrix(matrix, lambda x : sys.maxsize - x)
+
+    :Parameters:
+        profit_matrix : list of lists
+            The matrix to convert from a profit to a cost matrix
+
+        inversion_function : function
+            The function to use to invert each entry in the profit matrix
+
+    :rtype: list of lists
+    :return: The converted matrix
+    """
+    cost_matrix = []
+    for row in profit_matrix:
+        cost_matrix.append([inversion_function(value) for value in row])
+    return cost_matrix
+
+def print_matrix(matrix, msg=None):
+    """
+    Convenience function: Displays the contents of a matrix of integers.
+
+    :Parameters:
+        matrix : list of lists
+            Matrix to print
+
+        msg : str
+            Optional message to print before displaying the matrix
+    """
+    import math
+
+    if msg is not None:
+        print(msg)
+
+    # Calculate the appropriate format width.
+    width = 0
+    for row in matrix:
+        for val in row:
+            width = max(width, len(str(val)))
+
+    # Make the format string
+    format = '%%%dd' % width
+
+    # Print the matrix
+    for row in matrix:
+        sep = '['
+        for val in row:
+            sys.stdout.write(sep + format % val)
+            sep = ', '
+        sys.stdout.write(']\n')
+
+# ---------------------------------------------------------------------------
+# Main
+# ---------------------------------------------------------------------------
+
+if __name__ == '__main__':
+
+    matrices = [
+        # Square
+        ([[400, 150, 400],
+          [400, 450, 600],
+          [300, 225, 300]],
+         850),  # expected cost
+
+        # Rectangular variant
+        ([[400, 150, 400, 1],
+          [400, 450, 600, 2],
+          [300, 225, 300, 3]],
+         452),  # expected cost
+
+
+        # Square
+        ([[10, 10,  8],
+          [9,  8,  1],
+          [9,  7,  4]],
+         18),
+
+        # Rectangular variant
+        ([[10, 10,  8, 11],
+          [9,  8,  1, 1],
+          [9,  7,  4, 10]],
+         15)]
+
+    m = Munkres()
+    for cost_matrix, expected_total in matrices:
+        print_matrix(cost_matrix, msg='cost matrix')
+        indexes = m.compute(cost_matrix)
+        total_cost = 0
+        for r, c in indexes:
+            x = cost_matrix[r][c]
+            total_cost += x
+            print('(%d, %d) -> %d' % (r, c, x))
+        print('lowest cost=%d' % total_cost)
+        assert expected_total == total_cost
diff --git a/eval/dimsum2cupt.py b/eval/dimsum2cupt.py
new file mode 100755
index 0000000..df16c9c
--- /dev/null
+++ b/eval/dimsum2cupt.py
@@ -0,0 +1,102 @@
+#!/usr/bin/python3
+
+"""
+Transforms Dimsum's TSV using BIO into CUPT.
+"""
+
+import argparse
+import pdb
+import sys
+import re
+import os.path
+
+parser = argparse.ArgumentParser(
+        description='Transforms Dimsum\'s TSV using BIO into CUPT.')
+parser.add_argument('--dimsum-file', type=argparse.FileType("r"), required=True,
+                    help='input in dimsum TSV format')
+parser.add_argument('--remove-nested', action='store_true',
+                    help='Remove tags corresponding to nested MWEs (b,i)')
+parser.add_argument('--sent-id-prefix', type=str, default=None,
+                    help='Regexp corresponding to sentence ID prefixes to keep')
+
+################################################################################
+
+def print_cupt_sentence(tokens_list, remove_nested=False, sent_id_prefix=None):  
+  global sent_counter
+  global corpus_uri
+  global file_uri
+  id_nb = 1
+  mwe_nb = 0
+  incr = 1
+  embedded = False
+  open_MWE = None
+  sent_id = tokens_list[0][8]
+  if sent_id_prefix and not sent_id_prefix.match(sent_id):
+    return # Ignore sentence    
+  print("# source_sent_id = {} {} {}".format(corpus_uri, file_uri, str(sent_id)))
+  print("# sent_counter = {}".format(str(sent_counter)))
+  print("# text = " + " ".join(token for token in map(lambda x:x[1],tokens_list)))
+  for token in tokens_list:
+    mwe_bio = token[4]
+    if remove_nested and (mwe_bio[0] in ["b","i"]) : # remove nested MWEs
+      mwe_bio = "o"
+    # Transform BIO Dimsum/Streusle style tags into CUPT format
+    if mwe_bio == "O" or mwe_bio == "o":
+      mwe_tag = "*"
+      if open_MWE and mwe_bio == "O": #Close open MWE
+        open_MWE = None
+    elif mwe_bio.startswith("B"):
+      mwe_nb += incr # New MWE starts, increment ID number
+      incr = 1 # In case there was any embedded MWE
+      mwe_tag = str(mwe_nb) + ":" + (mwe_bio[2:] or "X")
+      open_MWE = mwe_nb
+    elif mwe_bio.startswith("I"):
+      if open_MWE :
+        mwe_tag = str(open_MWE)
+      else:
+        mwe_tag = str(mwe_nb)
+        print("WARNING: no open MWE! Sent: {}, Tok: {}".format(sent_id,id_nb),
+              file=sys.stderr)        
+    elif mwe_bio.startswith("b"):
+      #embedded = True
+      embedded_mwe = mwe_nb + 1
+      if open_MWE : incr = 2 # increment for outer and inner MWE next time
+      mwe_tag = str(embedded_mwe) + ":" + (mwe_bio[2:] or "X")
+    elif mwe_bio.startswith("i"):
+      mwe_tag = str(embedded_mwe) 
+    else:
+      pdb.set_trace()
+    if token[3] == "CONJ" : token[3] = "CCONJ" # Update to UD v2 tags
+    out_line = token[0:4] + (["_"] * 5) + ["ss="+token[7] if token[7] else "_", mwe_tag]
+    id_nb += 1
+    print("\t".join(out_line))
+  print()
+  #if embedded:
+  #  pdb.set_trace()
+  sent_counter += 1
+
+################################################################################
+                    
+args = parser.parse_args()
+
+sent_counter = 1
+corpus_uri = "https://github.com/dimsum16/dimsum-data"
+file_uri = os.path.basename(args.dimsum_file.name)
+#head print(file_uri)
+
+fields = ["ID","FORM","LEMMA","UPOS","XPOS","FEATS","HEAD","DEPREL",
+          "DEPS","MISC","PARSEME:MWE"]
+print("# global.columns = " + " ".join(fields))
+if args.sent_id_prefix :
+  sent_id_prefix = re.compile(args.sent_id_prefix)
+else :
+  sent_id_prefix = None
+with args.dimsum_file as dimsum_file :
+  tokens_list = []
+  for line in dimsum_file :
+    if not line.strip(): # empty line            
+      print_cupt_sentence(tokens_list, args.remove_nested, sent_id_prefix)
+      tokens_list = []
+    else:
+      token_field = line.strip().split("\t")
+      tokens_list.append(token_field)
diff --git a/eval/evaluate-mwe.py b/eval/evaluate-mwe.py
new file mode 100755
index 0000000..2108322
--- /dev/null
+++ b/eval/evaluate-mwe.py
@@ -0,0 +1,491 @@
+#! /usr/bin/env python3
+
+import argparse
+import collections
+import itertools
+import os
+import sys
+import tsvlib
+
+
+parser = argparse.ArgumentParser(description="""
+        Evaluate input `prediction` against `gold` for MWEs.""")
+parser.add_argument("--debug", action="store_true",
+        help="""Print extra debugging information (you can grep it,
+        and should probably pipe it into `less -SR`)""")
+parser.add_argument("--combinatorial", action="store_true",
+        help="""Run O(n!) algorithm for weighted bipartite matching. 
+        You should probably not use this option""")
+parser.add_argument("--train", metavar="train_file", dest="train_file",
+        required=False, type=argparse.FileType('r'),
+        help="""The training file in .cupt format (to calculate 
+        statistics regarding seen MWEs)""")
+parser.add_argument("--gold", metavar="gold_file", dest="gold_file",
+        required=True, type=argparse.FileType('r'),
+        help="""The reference gold-standard file in .cupt format""")
+parser.add_argument("--pred", metavar="prediction_file", 
+        dest="prediction_file", required=True, 
+        type=argparse.FileType('r'),
+        help="""The system prediction file in .cupt format""")
+
+UNLABELED = '<unlabeled>'
+TRAIN_FIELD_NAMES = ['FORM', 'LEMMA']
+
+GOLDPRED_FMT = {
+    # gold, pred
+    (False, False): "{}",  # normal
+    (False,  True): "\x1b[48;5;183m{}\x1b[m",  # pred-only
+    (True,  False): "\x1b[48;5;214m{}\x1b[m",  # gold-only
+    (True,   True): "\x1b[1;38;5;231;48;5;28m{}\x1b[m", # both (matched!)
+}
+
+
+class Main(object):
+    def __init__(self, args):
+        sys.excepthook = tsvlib.excepthook
+        self.args = args
+        # Gold = test.cupt; Pred = test.system.cupt
+        if "test.cupt" in self.args.prediction_file.name or "system" in self.args.gold_file.name:
+            tsvlib.warn("Something looks wrong in the gold & system arguments.\n" \
+                    "Is `{gold_file.name}` really the gold test.cupt file?\n" \
+                    "Is `{pred_file.name}` really a system prediction file?",
+                    gold_file=self.args.gold_file, pred_file=self.args.prediction_file)
+
+
+    def run(self):
+        if self.args.debug:
+            print("DEBUG:  LEGEND:  {} {} {} {}".format(
+                GOLDPRED_FMT[(False, False)].format('normal-text'),
+                GOLDPRED_FMT[(True, False)].format('gold-only'),
+                GOLDPRED_FMT[(False, True)].format('pred-only'),
+                GOLDPRED_FMT[(True, True)].format('gold-pred-matched')))
+            print("DEBUG:")
+
+        mc_args = dict(debug=self.args.debug, tractable=not self.args.combinatorial)
+        self.gold = collections.deque(tsvlib.iter_tsv_sentences(self.args.gold_file))
+        self.pred = collections.deque(tsvlib.iter_tsv_sentences(self.args.prediction_file))
+        seen = SeenInfo(self.args.train_file)
+
+        base_stats = Statistics(mc_args)
+        categ2stats = collections.defaultdict(lambda: Statistics(mc_args))
+        continuity2stats = collections.defaultdict(lambda: Statistics(mc_args))
+        multitokenness2stats = collections.defaultdict(lambda: Statistics(mc_args))
+        field_whetherseen2stats = collections.defaultdict(lambda: Statistics(mc_args))  # dict[(field, bool)] -> stats
+        field_variantness2stats = collections.defaultdict(lambda: Statistics(mc_args))  # dict[(field, bool)] -> stats
+
+        while self.gold or self.pred:
+            self.check_eof()
+            sent_gold = self.gold.popleft()
+            sent_pred = self.pred.popleft()
+            sent_gold.absorb_mwes_from_contraction_ranges()
+            sent_pred.absorb_mwes_from_contraction_ranges()
+            if self.args.debug:
+                self.print_debug_pairing(sent_gold, sent_pred)
+            self.compare_sentences(sent_gold, sent_pred)
+            categories = self.mwe_categs(sent_gold) | self.mwe_categs(sent_pred)
+            mweinfos_gold = sent_gold.mwe_infos().values()
+            mweinfos_pred = sent_pred.mwe_infos().values()
+
+            self.add_to_stats(
+                sent_gold, base_stats, mweinfos_gold, mweinfos_pred,
+                debug_header="Global:")
+
+            for category in list(sorted(categories, key=str)):
+                g = self.mweinfos_per_categ(mweinfos_gold, category)
+                p = self.mweinfos_per_categ(mweinfos_pred, category)
+                self.add_to_stats(sent_gold, categ2stats[category], g, p,
+                    debug_header="Category {}:".format(category or UNLABELED))
+
+            for continuity in [True, False]:
+                g = self.mweinfo_per_continuity(mweinfos_gold, continuity)
+                p = self.mweinfo_per_continuity(mweinfos_pred, continuity)
+                self.add_to_stats(sent_gold, continuity2stats[continuity], g, p,
+                    debug_header="Continuous:" if continuity else "Discontinuous:")
+
+            for multitokenness in [True, False]:
+                g = self.mweinfo_per_multitokenness(mweinfos_gold, multitokenness)
+                p = self.mweinfo_per_multitokenness(mweinfos_pred, multitokenness)
+                self.add_to_stats(sent_gold, multitokenness2stats[multitokenness], g, p,
+                    debug_header="{}-token:".format("Multi" if multitokenness else "Single"))
+
+            if self.args.train_file:
+                for whetherseen in [True, False]:
+                    g = seen.mweinfo_per_whetherseen(mweinfos_gold, "LEMMA", whetherseen)
+                    p = seen.mweinfo_per_whetherseen(mweinfos_pred, "LEMMA", whetherseen)
+                    self.add_to_stats(sent_gold, field_whetherseen2stats[("LEMMA", whetherseen)], g, p,
+                        debug_header="{}-in-train:".format("Seen" if whetherseen else "Unseen"))
+
+                for variantness in [True, False]:
+                    # We interpret variantness==False as "MWEs that were seen and are identical"
+                    g = seen.mweinfo_per_variantness(mweinfos_gold, "LEMMA", "FORM", variantness)
+                    p = seen.mweinfo_per_variantness(mweinfos_pred, "LEMMA", "FORM", variantness)
+                    self.add_to_stats(sent_gold, field_variantness2stats[("LEMMA", "FORM", variantness)], g, p,
+                        debug_header="{}-train:".format("Variant-of" if variantness else "Identical-to"))
+
+            if self.args.debug:
+                print("DEBUG:")
+
+
+        #------------------------------------------
+        print("## Global MWE evaluation")
+        base_stats.print_stats(prefix='')
+        print()
+
+        print("## Per-category evaluation (partition of Global)")
+        for category in sorted(categ2stats, key=str):
+            prefix = '{}: '.format(category or UNLABELED)
+            categ2stats[category].print_mwebased_proportion(
+                prefix, baseline=base_stats)
+            categ2stats[category].print_stats(prefix)
+        print()
+
+        print("## MWE continuity (partition of Global)")
+        for continuity in [True, False]:
+            prefix = "Continuous: " if continuity else "Discontinuous: "
+            continuity2stats[continuity].print_mwebased_proportion(
+                        prefix, baseline=base_stats)
+            continuity2stats[continuity].c_mwebased.print_p_r_f(prefix)
+        print()
+
+        print("## Number of tokens (partition of Global)")
+        for multitokenness in [True, False]:
+            prefix = "{}-token: ".format("Multi" if multitokenness else "Single")
+            multitokenness2stats[multitokenness].print_mwebased_proportion(
+                        prefix, baseline=base_stats)
+            multitokenness2stats[multitokenness].c_mwebased.print_p_r_f(prefix)
+        print()
+
+        if self.args.train_file:
+            if not seen.mwe_fieldindex_sets["LEMMA"]:
+                tsvlib.warn("found no MWEs in training file (in field={field_name})",
+                            field_name="LEMMA", position='')
+
+            else:
+                print("## Whether seen in train (partition of Global)")
+                for whetherseen in [True, False]:
+                    prefix = "{}-in-train: ".format("Seen" if whetherseen else "Unseen")
+                    field_whetherseen2stats[("LEMMA", whetherseen)] \
+                        .print_mwebased_proportion(prefix, baseline=base_stats)
+                    field_whetherseen2stats[("LEMMA", whetherseen)].c_mwebased.print_p_r_f(prefix)
+                print()
+
+                print("## Whether identical to train (partition of Seen-in-train)")
+                for variantness in [True, False]:
+                    prefix = "{}-train: ".format("Variant-of" if variantness else "Identical-to")
+                    field_variantness2stats[("LEMMA", "FORM", variantness)] \
+                        .print_mwebased_proportion(prefix, baseline=field_whetherseen2stats[("LEMMA", True)])
+                    field_variantness2stats[("LEMMA", "FORM", variantness)].c_mwebased.print_p_r_f(prefix)
+                print()
+
+
+    #=============================================================
+    def add_to_stats(self, sent_gold: tsvlib.TSVSentence,
+                     target_stats: 'Statistics', mweinfos_gold: list,
+                     mweinfos_pred: list, *, debug_header="???"):
+        r'''Add statistics about mweinfos to `target_stats`.'''
+        g_tokensets = self.to_tokensets(mweinfos_gold)
+        p_tokensets = self.to_tokensets(mweinfos_pred)
+        if self.args.debug:
+            self.print_debug_tokensets(debug_header, "gold", g_tokensets)
+            self.print_debug_tokensets(debug_header, "pred", p_tokensets)
+        inc_mwe, inc_tok = target_stats.increment_stats(g_tokensets, p_tokensets)
+        if self.args.debug:
+            target_stats.c_mwebased.print_debug(sent_gold, inc_mwe, g_tokensets, p_tokensets, debug_header)
+            target_stats.c_tokbased.print_debug(sent_gold, inc_tok, g_tokensets, p_tokensets, debug_header)
+            print("DEBUG: +------------------------------------")
+
+
+    def print_debug_pairing(self, g, p):
+        triples = [["ID", "GOLD", "PRED", "WORD"]]
+        for i, tok_g in enumerate(g.words):
+            try:
+                tok_p_mwe_codes = p.words[i].mwe_codes()
+            except IndexError:
+                tok_p_mwe_codes = ""
+
+            triples.append(["t{}".format(i+1),
+                    ";".join(sorted(tok_g.mwe_codes())),
+                    ";".join(sorted(tok_p_mwe_codes)),
+                    tok_g['FORM']])
+        print("DEBUG: +============================================================")
+        for triple in triples:
+            triple[0] = "{:<10}".format(triple[0])
+            triple[1:3] = ["{:<17}".format(x) for x in triple[1:3]]
+            print("DEBUG: |", "  ".join(triple), sep="")
+        print("DEBUG: +============================================================")
+
+    def print_debug_tokensets(self, debug_header, name, mwes):
+        print("DEBUG: | {} {} = {}".format(debug_header, name, mwes2t(mwes)))
+
+
+    def mwe_categs(self, sent: tsvlib.TSVSentence) -> set:
+        r'''Get the set of MWE categories referenced in sentence.'''
+        return set(mweinfo.category for mweinfo in sent.mwe_infos().values())
+
+
+    def mweinfos_per_categ(self, mweinfos: list, categ: str):
+        r'''Return a sublist of MWEInfo instances for given category.'''
+        return [m for m in mweinfos if m.category == categ]
+
+    def mweinfo_per_continuity(self, mweinfos: list, continuity: bool):
+        r'''Return a sublist of MWEInfo instances that are (dis)continuous.'''
+        return [m for m in mweinfos if continuity == (m.n_gaps() == 0)]
+
+    def mweinfo_per_multitokenness(self, mweinfos: list, multitoken: bool):
+        r'''Return a sublist of MWEInfo instances that are {multi,single}-token.'''
+        return [m for m in mweinfos if multitoken == (m.n_tokens() >= 2)]
+
+    def to_tokensets(self, mweinfos: list):
+        r"""Return a list of MWEs, each one represented as a set of integers.
+        MWEs are ordered in an "arbitary" order (but in practice, we sort it, for human readability).
+        NOTE: we group identical MWEs as a single unit, as per the Shared Task meeting's discussion
+        regarding a set-based definition of MWEs.
+        """
+        tokensets = set(frozenset(i+1 for i in m.token_indexes) for m in mweinfos)
+        return list(sorted(tokensets, key=lambda tokenset: list(sorted(tokenset))))
+
+
+    def check_eof(self):
+        r"""Generate an error if one of the files is in EOF and the other is not."""
+        if not self.gold:
+            error("Prediction file is larger than the gold file (extra data?)")
+        if not self.pred:
+            error("Prediction file is smaller than the gold file (missing data?)")
+
+    def compare_sentences(self, sent_g, sent_p):
+        r'''Warn if sentence sizes do not match.'''
+        if len(sent_g.words) != len(sent_p.words):
+            tsvlib.global_last_lineno(None, 0)
+            len_g, len_p = len(sent_g.words), len(sent_p.words)
+            tsvlib.warn(
+                "Sentence sizes do not match\n" \
+                "In sentence starting at `{args.gold_file.name}` "\
+                "line {g.lineno_beg} ({len_g} tokens)\n" \
+                "In sentence starting at `{args.prediction_file.name}` "\
+                "line {p.lineno_beg} ({len_p} tokens)",
+                g=sent_g, p=sent_p, args=self.args, len_g=len_g, len_p=len_p)
+
+
+class SeenInfo:
+    r'''Encapsulates the handling of whether an MWE has been seen in train.'''
+    def __init__(self, train_file):
+        self.train_file = train_file
+        if self.train_file is not None:
+            self.mwe_fieldindex_sets, self.mwe_field_sets, self.mwe_spans = {}, {}, {}
+            sents = list(tsvlib.iter_tsv_sentences(self.train_file))
+            for field_name in TRAIN_FIELD_NAMES:
+                self.mwe_fieldindex_sets[field_name] = self._calc_mwe_fieldindex_sets(field_name, sents)
+                self.mwe_field_sets[field_name] = self._calc_mwe_field_sets(field_name)
+                self.mwe_spans[field_name] = frozenset(
+                    span for sent in sents for span in sent.iter_mwe_fields_including_span(field_name))
+
+    def _calc_mwe_fieldindex_sets(self, field_name: str, sents: list):
+        r'''Return a Set[Frozenset[(field_value: str, index: int)]]
+        The indexes can be used to check exact MWE matches (with no reordering).
+        Example for field_name=="LEMMA":
+          {{(take, 1), (bath, 3)}, {(there, 1), (be, 2)}}
+        '''
+        return set(fieldindex_set for sentence in sents for fieldindex_set
+                   in sentence.iter_mwe_fields_and_normalizedindexes(field_name))
+
+    def _calc_mwe_field_sets(self, field_name: str):
+        r'''Return a Set[Counter[field_value: str]]
+        Example for field_name=="LEMMA":
+          {{take, bath}, {look, up}, {there, be}, {to(2x), be(2x), or, not}}
+        '''
+        return set(
+            tsvlib.FrozenCounter(field for (field, index) in fieldindex_set)
+            for fieldindex_set in self.mwe_fieldindex_sets[field_name])
+
+    def mweinfo_per_whetherseen(self, mweinfos: list, field_name: str, whetherseen: bool):
+        r'''Return a sublist of MWEInfo instances that are {multi,single}-token.'''
+        return [m for m in mweinfos if whetherseen == self._seen_in_train(m, field_name)]
+
+    def _seen_in_train(self, mweinfo: tsvlib.MWEInfo, field_name: str):
+        r'''Return True iff `mweinfo` was seen in train.'''
+        field_counter = tsvlib.FrozenCounter(
+            mweinfo.sentence.words[i].get(field_name, "_") for i in mweinfo.token_indexes)
+        return field_counter in self.mwe_field_sets[field_name]
+
+    def mweinfo_per_variantness(self, mweinfos: list, seen_field_name: str, variant_field_name: str, variantness: bool):
+        r'''Return a sublist of MWEInfo instances that
+        are (non-)exact variants of MWEs seen in train.
+        '''
+        return [m for m in mweinfos if self._variant_of_train(m, seen_field_name, variant_field_name, variantness)]
+
+    def _variant_of_train(self, mweinfo: tsvlib.MWEInfo, seen_field_name: str, variant_field_name: str, variantness: bool):
+        r'''Return True iff `mweinfo` is a (non-)exact variant of an MWE seen in train.'''
+        if not self._seen_in_train(mweinfo, seen_field_name):
+            return False  # Can only be a (non-)exact variant if seen in train
+        field_with_span = mweinfo.field_including_span(variant_field_name, "FORM")
+        return variantness != (field_with_span in self.mwe_spans[variant_field_name])
+
+
+
+
+#################################################
+def mwe2t(mwe):
+    r"""mwe2t(frozenset[int]) -> str
+    Return a string representation such as "t1_t3_t4"."""
+    return "_".join("t{}".format(i) for i in sorted(mwe))
+
+def mwes2t(mwes):
+    r"""mwes2t(frozenset[frozenset[int]]) -> str"""
+    return "{" + ", ".join(sorted(mwe2t(mwe) for mwe in mwes)) + "}"
+
+def pairing2t(pairing):
+    r"""pairing2t(dict[frozenset[int], frozenset[int]]) -> str"""
+    return "{" + ", ".join(sorted("{}=>{}".format(mwe2t(mwe1), mwe2t(mwe2))
+            for (mwe1,mwe2) in pairing.items())) + "}"
+
+
+def error(message, **kwargs):
+    r"""Print error message and quit."""
+    tsvlib.warn(message, warntype="ERROR", **kwargs)
+    sys.exit(1)
+
+
+
+#################################################
+Increment = collections.namedtuple('Increment', 'plus_g plus_p plus_correct pairing')  # (int, int, int, dict)
+
+
+class MatchCounter:
+    r'''Counts P/R/F statistics.'''
+    def __init__(self, name, debug, tractable):
+        self.name = name
+        self.debug = debug
+        self.tractable = tractable
+        self.total_gold = 0  # recall = correct/total_gold
+        self.total_pred = 0  # precision = correct/total_pred
+        self.correct = 0
+
+    def print_debug(self, sent: tsvlib.TSVSentence, inc: Increment,
+                    g_tokensets: list, p_tokensets: list, header: str):
+        print("DEBUG: | {header} Mapping gold=>pred ({name}): {debug_pairing}  " \
+                "@@ P+={plus_correct}/{plus_p} R+={plus_correct}/{plus_g}".format(
+                header=header, name=self.name, debug_pairing=pairing2t(inc.pairing),
+                plus_correct=inc.plus_correct, plus_g=inc.plus_g, plus_p=inc.plus_p))
+
+        for map_gold, map_pred in inc.pairing.items():
+            sentence = " ".join(GOLDPRED_FMT[(i in map_gold, i in map_pred)]
+                                .format(tok['FORM']) for i, tok in enumerate(sent.words, 1))
+            print("DEBUG: | {header} => MATCH gold/pred ({name}): {sentence}" \
+                  .format(header=header, name=self.name, sentence=sentence))
+        
+        for subname, pairs in [("gold", {(g, frozenset()) for g in set(g_tokensets)-inc.pairing.keys()}),
+                               ("pred", {(frozenset(), p) for p in set(p_tokensets)-set(inc.pairing.values())})]:
+            for g_ts, p_ts in pairs:
+                sentence = " ".join(GOLDPRED_FMT[(i in g_ts, i in p_ts)]
+                                    .format(tok['FORM']) for i, tok in enumerate(sent.words, 1))
+                print("DEBUG: | {header} => FAIL: ONLY {subname} ({name}): {sentence}" \
+                      .format(subname=subname, header=header, name=self.name, sentence=sentence))
+
+
+    def increment(self, inc: Increment):
+        r'''(Low-level helper method to increment counters for precision and recall).'''
+        self.total_gold += inc.plus_g
+        self.total_pred += inc.plus_p
+        self.correct += inc.plus_correct
+        return inc
+
+
+    def increment_mwebased(self, g_tokensets: list, p_tokensets: list):
+        r'''Pair up entries between g_tokensets and p_tokensets, and increment counters (per MWE).'''
+        pairing = {x:x for x in set(g_tokensets) & set(p_tokensets)}
+        inc = Increment(len(g_tokensets), len(p_tokensets), len(pairing), pairing)
+        return self.increment(inc)
+
+
+    def increment_tokbased(self, g_tokensets: list, p_tokensets: list):
+        r'''Pair up entries between g_tokensets and p_tokensets, and increment counters (per token).'''
+        pairing = tokbased_pairing(g_tokensets, p_tokensets, tractable=self.tractable)
+        inc = Increment(sum(len(m) for m in g_tokensets), sum(len(m) for m in p_tokensets),
+                        sum(len(a&b) for (a, b) in pairing.items()), pairing)
+        return self.increment(inc)
+
+
+    def print_p_r_f(self, prefix: str):
+        r'''Prints P/R/F'''
+        precision = self.correct / (self.total_pred or 1)
+        recall = self.correct / (self.total_gold or 1)
+        f1 = 2*precision*recall/(precision+recall) if precision else 0
+        print("* {prefix}{self.name}: " \
+              "P={self.correct}/{self.total_pred}={precision:.4f} " \
+              "R={self.correct}/{self.total_gold}={recall:.4f} " \
+              "F={f1:.4f}".format(self=self, precision=precision,
+                                    recall=recall, f1=f1, prefix=prefix))
+
+
+class Statistics:
+    r'''Counts P/R/F statistics for both MWE-based and Token-based measures.'''
+    def __init__(self, matchcounter_kwargs: dict):
+        self.c_mwebased = MatchCounter("MWE-based", **matchcounter_kwargs)    # exact match
+        self.c_tokbased = MatchCounter("Tok-based", **matchcounter_kwargs)  # fuzzy match
+
+    def increment_stats(self, g_tokensets: list, p_tokensets: list) -> (Increment, Increment):
+        r'''Increment P/R/F statistics for both MWE-based and Token-based measures.'''
+        inc_mwe = self.c_mwebased.increment_mwebased(g_tokensets, p_tokensets)
+        inc_tok = self.c_tokbased.increment_tokbased(g_tokensets, p_tokensets)
+        return inc_mwe, inc_tok
+
+    def print_stats(self, prefix: str):
+        r'''Prints P/R/F for {mwe,tok}based'''
+        self.c_mwebased.print_p_r_f(prefix)
+        self.c_tokbased.print_p_r_f(prefix)
+
+    def print_mwebased_proportion(self, prefix: str, baseline: 'Statistics'):
+        r'''Print proportion of self/total.'''
+        n_gold_self = self.c_mwebased.total_gold
+        n_gold_baseline = baseline.c_mwebased.total_gold
+        n_pred_self = self.c_mwebased.total_pred
+        n_pred_baseline = baseline.c_mwebased.total_pred
+        print("* {}MWE-proportion: gold={}/{}={:.0%} pred={}/{}={:.0%}".format(prefix,
+              n_gold_self, n_gold_baseline, n_gold_self/(n_gold_baseline or 1),
+              n_pred_self, n_pred_baseline, n_pred_self/(n_pred_baseline or 1)))
+
+
+
+##################################################
+def tokbased_pairing(g_tokensets: list, p_tokensets: list, tractable: bool) -> dict:
+    r'''Return a dict representing a pairing of entries between g_tokensets
+    and p_tokensets.  The key is a frozenset[int] (gold token indexes).
+    The value is a frozenset[int] (prediction token indexes).
+    This dict maximizes the number of tokens in common between gold & pred.
+    '''
+    if tractable:  # Use O(n^3) algorithm
+        if not g_tokensets or not p_tokensets: return {}
+        return ParsemeBipartiteGraph(g_tokensets, p_tokensets).mapping
+
+    else:  # Use O(n!) algorithm
+        g_tokensets += [frozenset()] * (len(p_tokensets) - len(g_tokensets))
+        p_tokensets += [frozenset()] * (len(g_tokensets) - len(p_tokensets))
+        best, best_count = {}, 0
+        for p_tokenset_permut in itertools.permutations(p_tokensets):
+            pairing = {a:b for (a,b) in zip(g_tokensets, p_tokenset_permut) if a and b}
+            pairing_count = sum(len(set(a)&set(b)) for (a,b) in pairing.items())
+            if pairing_count > best_count:
+                best, best_count = pairing, pairing_count
+        return best
+
+
+class ParsemeBipartiteGraph:
+    def __init__(self, g_tokensets: list, p_tokensets: list):
+        from bmc_munkres import munkres
+        cost_mtx = [[self.cost(g, p) for p in p_tokensets] for g in g_tokensets]
+        result_index_pairs = munkres.Munkres().compute(cost_mtx)
+        self.mapping = {g_tokensets[i_g]: p_tokensets[i_p]
+                        for (i_g, i_p) in result_index_pairs}
+
+    def cost(self, g: set, p: set) -> int:
+        return - self.weight(g, p)
+    
+    def weight(self, g: set, p: set) -> int:
+        return len(g & p)  # edge weight = number of MWE tokens in common
+
+
+
+#####################################################
+
+if __name__ == "__main__":
+    Main(parser.parse_args()).run()
diff --git a/eval/evaluate-ss.py b/eval/evaluate-ss.py
new file mode 100755
index 0000000..332daa1
--- /dev/null
+++ b/eval/evaluate-ss.py
@@ -0,0 +1,137 @@
+#! /usr/bin/env python3
+
+import argparse
+import collections
+import itertools
+import os
+import sys
+import tsvlib
+import pdb
+
+
+parser = argparse.ArgumentParser(description="""
+        Evaluate input `prediction` against `gold` for supersenses.""")
+parser.add_argument("--debug", action="store_true",
+        help="""Print extra debugging information (you can grep it,
+        and should probably pipe it into `less -SR`)""")
+parser.add_argument("--gold", metavar="gold_file", dest="gold_file",
+        required=True, type=argparse.FileType('r'),
+        help="""The reference gold-standard file in .cupt format""")
+parser.add_argument("--pred", metavar="prediction_file", 
+        dest="prediction_file", required=True, 
+        type=argparse.FileType('r'),
+        help="""The system prediction file in .cupt format""")
+
+UNLABELED = '<unlabeled>'
+TRAIN_FIELD_NAMES = ['FORM', 'LEMMA']
+
+def error(message, **kwargs):
+    r"""Print error message and quit."""
+    tsvlib.warn(message, warntype="ERROR", **kwargs)
+    sys.exit(1)
+
+GOLDPRED_FMT = {
+    # gold, pred
+    (False, False): "{}",  # normal
+    (False,  True): "\x1b[48;5;183m{}\x1b[m",  # pred-only
+    (True,  False): "\x1b[48;5;214m{}\x1b[m",  # gold-only
+    (True,   True): "\x1b[1;38;5;231;48;5;28m{}\x1b[m", # both (matched!)
+}
+
+
+class Main(object):
+    def __init__(self, args):
+        self.total_gold = 0  # recall = correct/total_gold
+        self.total_pred = 0  # precision = correct/total_pred
+        self.correct = 0
+        self.name = "Global"    
+        sys.excepthook = tsvlib.excepthook
+        self.args = args
+        # Gold = test.cupt; Pred = test.system.cupt
+        if "test.cupt" in self.args.prediction_file.name or "system" in self.args.gold_file.name:
+            tsvlib.warn("Something looks wrong in the gold & system arguments.\n" \
+                    "Is `{gold_file.name}` really the gold test.cupt file?\n" \
+                    "Is `{pred_file.name}` really a system prediction file?",
+                    gold_file=self.args.gold_file, pred_file=self.args.prediction_file)
+
+
+    def increment(self, plus_g, plus_p, plus_correct):
+        r'''(Low-level helper method to increment counters for precision and recall).'''
+        self.total_gold += plus_g
+        self.total_pred += plus_p
+        self.correct += plus_correct
+
+    def print_p_r_f(self, prefix: str):
+        r'''Prints P/R/F'''
+        precision = self.correct / (self.total_pred or 1)
+        recall = self.correct / (self.total_gold or 1)
+        f1 = 2*precision*recall/(precision+recall) if precision else 0
+        print("* {prefix}{self.name}: " \
+              "P={self.correct}/{self.total_pred}={precision:.4f} " \
+              "R={self.correct}/{self.total_gold}={recall:.4f} " \
+              "F={f1:.4f}".format(self=self, precision=precision,
+                                    recall=recall, f1=f1, prefix=prefix))
+
+
+    def run(self):
+        if self.args.debug:
+            print("DEBUG:  LEGEND:  {} {} {} {}".format(
+                GOLDPRED_FMT[(False, False)].format('normal-text'),
+                GOLDPRED_FMT[(True, False)].format('gold-only'),
+                GOLDPRED_FMT[(False, True)].format('pred-only'),
+                GOLDPRED_FMT[(True, True)].format('gold-pred-matched')))
+            print("DEBUG:")
+
+        mc_args = dict(debug=self.args.debug, tractable=True)
+        self.gold = collections.deque(tsvlib.iter_tsv_sentences(self.args.gold_file))
+        self.pred = collections.deque(tsvlib.iter_tsv_sentences(self.args.prediction_file))
+        #seen = SeenInfo(self.args.train_file)
+        
+        while self.gold or self.pred:
+            self.check_eof()
+            sent_gold = self.gold.popleft()
+            sent_pred = self.pred.popleft()
+                        #if self.args.debug:
+            #    self.print_debug_pairing(sent_gold, sent_pred)
+            self.compare_sentences(sent_gold, sent_pred)
+            for (w_g,w_p) in zip(sent_gold.words, sent_pred.words):
+                g_ss = w_g.get('MISC',None)
+                p_ss = w_p.get('MISC',None)
+                self.increment(1 if g_ss else 0, 
+                               1 if p_ss else 0,  
+                               1 if (p_ss and p_ss == g_ss) else 0 )
+        
+
+            
+        #------------------------------------------
+        print("## Global supersense evaluation")
+        self.print_p_r_f("Supersense")        
+
+    #=============================================================
+
+    def check_eof(self):
+        r"""Generate an error if one of the files is in EOF and the other is not."""
+        if not self.gold:
+            error("Prediction file is larger than the gold file (extra data?)")
+        if not self.pred:
+            error("Prediction file is smaller than the gold file (missing data?)")
+
+    def compare_sentences(self, sent_g, sent_p):
+        r'''Warn if sentence sizes do not match.'''
+        if len(sent_g.words) != len(sent_p.words):
+            tsvlib.global_last_lineno(None, 0)
+            len_g, len_p = len(sent_g.words), len(sent_p.words)
+            tsvlib.warn(
+                "Sentence sizes do not match\n" \
+                "In sentence starting at `{args.gold_file.name}` "\
+                "line {g.lineno_beg} ({len_g} tokens)\n" \
+                "In sentence starting at `{args.prediction_file.name}` "\
+                "line {p.lineno_beg} ({len_p} tokens)",
+                g=sent_g, p=sent_p, args=self.args, len_g=len_g, len_p=len_p)
+            return False
+        return True
+
+#####################################################
+
+if __name__ == "__main__":
+    Main(parser.parse_args()).run()
diff --git a/eval/tsvlib.py b/eval/tsvlib.py
new file mode 100644
index 0000000..0cdfb23
--- /dev/null
+++ b/eval/tsvlib.py
@@ -0,0 +1,325 @@
+#! /usr/bin/env python3
+
+r"""
+    This is a small library for reading and interpreting
+    the new ConLLU-PLUS format.
+
+    This format allows any column from CoNLLU (e.g. ID, FORM...)
+    As in CoNLL-U, empty columns are represented by "_".
+
+    The first line of these files should have the form:
+    # global.columns = ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC PARSEME:MWE
+
+    The column "PARSEME:MWE" can be used to indicate
+    MWE codes (e.g. "3:LVC.full;2;5:VID") or be EMPTY.
+"""
+
+
+import collections
+import os
+import sys
+
+UNDERSP = "_"
+SINGLEWORD = "*"
+
+CONLLUP_FIELDS = 'ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC PARSEME:MWE'.split()
+
+
+#######################################
+def interpret_color_request(stream, color_req: str) -> bool:
+    r"""Interpret environment variables COLOR_STDOUT and COLOR_STDERR ("always/never/auto")."""
+    return color_req == 'always' or (color_req == 'auto' and stream.isatty())
+
+# Flags indicating whether we want to use colors when writing to stderr/stdout
+COLOR_STDOUT = interpret_color_request(sys.stdout, os.getenv('COLOR_STDOUT', 'auto'))
+COLOR_STDERR = interpret_color_request(sys.stderr, os.getenv('COLOR_STDERR', 'auto'))
+
+
+############################################################
+class TSVSentence:
+    r"""A list of TSVTokens.
+        TSVTokens may include ranges and sub-tokens.
+
+        For example, if we have these TSVTokens:
+            1   You
+            2-3 didn't   -- a range
+            2   did      -- a sub-token
+            3   not      -- a sub-token
+            4   go
+        Iterating through `self.words` will yield ["You", "did", "not", "go"].
+        You can access the range ["didn't"] through `self.contractions`.
+    """
+    def __init__(self, filename, lineno_beg, words=None, contractions=None):
+        self.filename = filename
+        self.lineno_beg = lineno_beg
+        self.words = words or []
+        self.contractions = contractions or []
+
+    def __str__(self):
+        return "TSVSentence({!r}, {!r}, {!r}, {!r})".format(self.filename,
+                self.lineno_beg, self.words, self.contractions)
+
+    def append(self, token):
+        r"""Add `token` to either `self.words` or `self.contractions`."""
+        L = (self.contractions if token.is_contraction() else self.words)
+        L.append(token)
+
+    def subtoken_indexes(self):
+        r"""Return a set with the index of every sub-word."""
+        sub_indexes = set()
+        for token in self.contractions:
+            sub_indexes.update(token.contraction_range())
+        return sub_indexes
+
+    def iter_words_and_ranges(self):
+        r"""Yield all tokens, including ranges.
+        For example, this function may yield ["You", "didn't", "did", "not", "go"].
+        """
+        index2contractions = collections.defaultdict(list)
+        for c in self.contractions:
+            index2contractions[c.contraction_range().start].append(c)
+        for i, token in enumerate(self.words):
+            for c in index2contractions[i]:
+                yield c
+            yield token
+
+    def mwe_infos(self):
+        r"""Return a dict {mwe_id: MWEInfo} for all MWEs in this sentence."""
+        mwe_infos = {}
+        for token_index, token in enumerate(self.words):
+            global_last_lineno(self.filename, token.lineno)
+            for mwe_id, mwe_categ in token.mwes_id_categ():
+                mwe_info = mwe_infos.setdefault(mwe_id, MWEInfo(self, mwe_categ, []))
+                if token_index in mwe_info.token_indexes:
+                    warn("Ignoring repeated mwe_id ({mwe_id}) in PARSEME:MWE field", mwe_id=mwe_id)
+                else:
+                    mwe_info.token_indexes.append(token_index)
+        return mwe_infos
+
+    def absorb_mwes_from_contraction_ranges(self):
+        r"""If a range is part of an MWE, add its subtokens as part of it as well."""
+        for c in self.contractions:
+            mustwarn = False # warning appears once per contraction...
+            for i_subtoken in c.contraction_range():
+                more_codes = c.mwe_codes()
+                if more_codes:            
+                    mustwarn = True # ...not once per contraction element
+                    all_codes = self.words[i_subtoken].mwe_codes()
+                    all_codes.update(more_codes)
+                    # If e.g. 3:IAV and 3 in all_codes, remove 3 and keep only 3:IAV
+                    for code in sorted(all_codes): 
+                      if ":" in code :
+                        all_codes.discard(code[:code.index(":")])
+                    self.words[i_subtoken]['PARSEME:MWE'] = ";".join(sorted(all_codes))
+            if mustwarn : # warning appears here
+                warn("Contraction {} ({}) should not contain MWE annotation {} ".format(c["ID"],c["FORM"],c["PARSEME:MWE"]))
+
+    def iter_mwe_fields_and_normalizedindexes(self, field_name: str, fallback_field_name="FORM"):
+        r'''Yield one frozenset[(field_value: str, index: int)] for each MWE in
+        this sentence, where the value of `index` is normalized to start at 0.
+        '''
+        for mweinfo in self.mwe_infos().values():            
+            yield mweinfo.field_and_normalizedindex_pairs(field_name, fallback_field_name)
+
+    def iter_mwe_fields_including_span(self, field_name: str, fallback_field_name="FORM"):
+        r'''Yield a tuple[str] for each MWE in this sentence.
+        If the MWE contains gaps, the words inside those gaps appear in the tuple.
+        '''
+        for mweinfo in self.mwe_infos().values():            
+            yield mweinfo.field_including_span(field_name,fallback_field_name)
+
+
+class FrozenCounter(collections.Counter):
+    r'''Instance of Counter that can be hashed. Should not be modified.'''
+    def __hash__(self):
+        return hash(frozenset(self.items()))
+
+
+
+
+class MWEInfo(collections.namedtuple('MWEInfo', 'sentence category token_indexes')):
+    r"""Represents a single MWE in a sentence.
+    CAREFUL: token indexes start at 0 (not at 1, as in the TokenID's).
+
+    Arguments:
+    @type sentence: TSVSentence
+    @type category: Optional[str]
+    @type token_indexes: list[int]
+    """
+    def n_gaps(self):
+        r'''Return the number of gaps inside self.'''
+        span_elems = max(self.token_indexes)-min(self.token_indexes)+1        
+        assert span_elems >= self.n_tokens(), self        
+        return span_elems - self.n_tokens()
+
+    def n_tokens(self):
+        r'''Return the number of tokens in self.'''
+        return len(self.token_indexes)
+    
+    def field_and_normalizedindex_pairs(self, field_name: str, fallback_field_name: str):
+        r'''Return a frozenset[(field_value: str, index: int)],
+        where the value of `index` is normalized to start at 0.
+        '''
+        min_index = min(self.token_indexes)
+        return frozenset((self.sentence.words[i]\
+                              .get_fallback(field_name, fallback_field_name), i-min_index)
+                         for i in self.token_indexes)
+
+    def field_including_span(self, field_name: str, fallback_field_name: str):
+        r'''Return a tuple[str] with all words in this MWE (including words inside its gaps).'''
+        first, last = min(self.token_indexes), max(self.token_indexes)
+        return tuple(self.sentence.words[i].get_fallback(field_name, fallback_field_name)
+                     for i in range(first, last+1))
+
+
+class TSVToken(collections.UserDict):
+    r"""Represents a token in the TSV file.
+    You can index this object to get the value of a given field
+    (e.g. self["FORM"] or self["PARSEME:MWE"]).
+
+    Extra attributes:
+    @type lineno: int
+    """
+    def __init__(self, lineno, data):
+        self.lineno = lineno
+        super().__init__(data)
+        
+    def get_fallback(self, field_name: str, fallback_field_name: str):
+        r"""Same as self[field_name], falls back if absent."""
+        return self.get(field_name,self.get(fallback_field_name,"_"))
+    
+    def mwe_codes(self):
+        r"""Return a set of MWE codes."""
+        mwes = self['PARSEME:MWE']
+        return set(mwes.split(';') if mwes != SINGLEWORD else ())
+
+    def mwes_id_categ(self):
+        r"""For each MWE code in `self.mwe_codes`, yield an (id, categ) pair.
+        @rtype Iterable[(int, Optional[str])]
+        """
+        for mwe_code in sorted(self.mwe_codes()):
+            yield mwe_code_to_id_categ(mwe_code)
+
+    def is_contraction(self):
+        r"""Return True iff this token represents a range of tokens.
+        (The following tokens in the TSVSentence will contain its elements).
+        """
+        return "-" in self.get('ID', '')
+
+    def contraction_range(self):
+        r"""Return a pair (beg, end) with the
+        0-based indexes of the tokens inside this range.
+        Should only be called if self.is_contraction() is true.
+        """
+        assert self.is_contraction()
+        a, b = self['ID'].split("-")
+        return range(int(a)-1, int(b))
+
+    def __missing__(self, key):
+        raise KeyError('''Field {} is underspecified ("_" or missing)'''.format(key))
+
+
+def mwe_code_to_id_categ(mwe_code):
+    r"""mwe_code_to_id_categ(mwe_code) -> (mwe_id, mwe_categ)"""
+    split = mwe_code.split(":", 1)
+    mwe_id = int(split[0])
+    mwe_categ = (split[1] if len(split) > 1 else None)
+    return mwe_id, mwe_categ
+
+
+
+############################################################
+
+
+def iter_tsv_sentences(fileobj):
+    r"""Yield `TSVSentence` instances for all sentences in the underlying PARSEME TSV file."""
+    header = next(fileobj)
+    if not 'global.columns' in header:
+        exit('ERROR: {}: file is not in the required format: missing global.columns header' \
+             .format(os.path.basename(fileobj.name) if len(fileobj.name)>30 else fileobj.name))
+    colnames = header.split('=')[-1].split()
+
+    sentence = None
+    for lineno, line in enumerate(fileobj, 2):
+        global_last_lineno(fileobj.name, lineno)
+        if line.startswith("#"):
+            pass  # Skip comments
+        elif line.strip():
+            if not sentence:
+                sentence = TSVSentence(fileobj.name, lineno)
+            fields = line.strip().split('\t')
+            if len(fields) != len(colnames):
+                raise Exception('Line has {} columns, but header specifies {}' \
+                                .format(len(fields), len(colnames)))
+            data = {c: f for (c, f) in zip(colnames, fields) if f != UNDERSP}
+            sentence.append(TSVToken(lineno, data))
+        else:
+            if sentence:
+                yield sentence
+                sentence = None
+    if sentence:
+        yield sentence
+
+
+####################################################################
+
+def write_tsv(sentences, *, file=sys.stdout, fields=CONLLUP_FIELDS):
+    r"""Write sentences in TSV format."""
+    print("# global.columns =", " ".join(fields), file=file)
+    for sentence in sentences:
+        for token in sentence.words:
+            print(*[token.get(field, "_") for field in fields], sep="\t", file=file)
+        print()
+
+
+####################################################################
+
+last_filename = None
+last_lineno = 0
+
+def global_last_lineno(filename, lineno):
+    # Update global `last_lineno` var
+    global last_filename
+    global last_lineno
+    last_filename = filename
+    last_lineno = lineno
+
+
+_MAX_WARNINGS = 10
+_WARNED = collections.defaultdict(int)
+
+def warn(message, *, warntype="WARNING", position=None, **format_args):
+    _WARNED[message] += 1
+    if _WARNED[message] <= _MAX_WARNINGS:
+        if position is None:
+            position = "{}:{}: ".format(last_filename, last_lineno) if last_filename else ""
+        msg_list = message.format(**format_args).split("\n")
+        if _WARNED[message] == _MAX_WARNINGS:
+            msg_list.append("(Skipping following warnings of this type)")
+
+        line_beg, line_end = ('\x1b[31m', '\x1b[m') if COLOR_STDERR else ('', '')
+        for i, msg in enumerate(msg_list):
+            warn = warntype if i==0 else "."*len(warntype)
+            print(line_beg, position, warn, ": ", msg, line_end, sep="", file=sys.stderr)
+
+def excepthook(exctype, value, tb):
+    global last_lineno
+    global last_filename
+    if value and last_lineno:
+        last_filename = last_filename or "???"
+        err_msg = "===> ERROR when reading {} (line {})" \
+                .format(last_filename, last_lineno)
+        if COLOR_STDERR:
+            err_msg = "\x1b[31m{}\x1b[m".format(err_msg)
+        print(err_msg, file=sys.stderr)
+    return sys.__excepthook__(exctype, value, tb)
+
+
+#####################################################################
+
+if __name__ == "__main__":
+    sys.excepthook = excepthook
+    with open(sys.argv[1]) as f:
+        for tsv_sentence in iter_tsv_sentences(f):
+            print("TSVSentence:", tsv_sentence)
+            print("MWEs:", tsv_sentence.mwe_infos())
diff --git a/eval/tsvlib_usage_example.py b/eval/tsvlib_usage_example.py
new file mode 100755
index 0000000..84b570c
--- /dev/null
+++ b/eval/tsvlib_usage_example.py
@@ -0,0 +1,40 @@
+#! /usr/bin/env python3
+# Simple usage example for the .tsvlib.py library, which handles files in .cupt format
+# By Silvio Cordeiro, 1 Oct 2019
+
+import argparse
+import os
+import sys
+
+sys.path.append('.')
+import tsvlib
+
+parser = argparse.ArgumentParser(description='Simple usage example of the tsvlib library')
+parser.add_argument("--input", type=argparse.FileType('r'), required=True,
+        help="""Path to input file (in .cupt format)""")
+args = parser.parse_args()
+with args.input as f:
+    sentences = list(tsvlib.iter_tsv_sentences(f))
+
+    for sentence in sentences:
+        print("\n-------------------------------")
+        print("NEW SENTENCE")
+        forms = " ".join(token['FORM'] for token in sentence.words)
+        print("Text:", forms)
+
+        first = sentence.words[0]
+        first_LEMMA = first['LEMMA']
+        first_UPOS = first.get('UPOS', '??')  # UPOS not necessarily defined for every token...
+        first_FEATS = first.get('FEATS', '??')  # FEATS not necessarily defined for every token...
+        first_HEAD = int(first.get('HEAD', 0))
+        parent = sentence.words[first_HEAD-1]['FORM'] if first_HEAD != 0 else '<unknown>'
+
+        print("First word: LEMMA={!r}, POS={!r}, FEATS={!r}, DepParent={!r}".format(
+            first_LEMMA, first_UPOS, first_FEATS, parent))
+
+    print("\n#####################################")
+    print("LAST 3 SENTENCES WITH LEMMA='modified'")
+    for sentence in sentences[-3:]:
+        for token in sentence.words:
+            token['LEMMA'] = 'modified'
+    tsvlib.write_tsv(sentences[-3:], file=sys.stdout)
-- 
GitLab